From f4147fa54ebc97afb6edaf71603258f0dcb01fe2 Mon Sep 17 00:00:00 2001
From: Stefano Fagnano <stefano.fagnano@me.com>
Date: Sat, 25 Nov 2023 12:12:00 +0100
Subject: [PATCH] updated db dump

---
 db/mysql.sql  | 104 +++++++++++++++++++++++++-------------------------
 db/rat.sql    |  30 ++++++---------
 db/survey.sql |  74 ++++++++++++++++++++---------------
 3 files changed, 109 insertions(+), 99 deletions(-)

diff --git a/db/mysql.sql b/db/mysql.sql
index 383906f..b121930 100644
--- a/db/mysql.sql
+++ b/db/mysql.sql
@@ -1,13 +1,13 @@
--- MySQL dump 10.19  Distrib 10.3.29-MariaDB, for Linux (x86_64)
+-- MySQL dump 10.13  Distrib 5.7.42, for Linux (x86_64)
 --
--- Host: raof-mysql-svc.dev    Database: mysql
+-- Host: localhost    Database: mysql
 -- ------------------------------------------------------
--- Server version	5.7.38
+-- Server version	5.7.42
 
 /*!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 utf8mb4 */;
+/*!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 */;
@@ -16,13 +16,16 @@
 /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
 
 --
--- Table structure for table `columns_priv`
+-- Current Database: `mysql`
 --
 
 CREATE DATABASE /*!32312 IF NOT EXISTS*/ `mysql` /*!40100 DEFAULT CHARACTER SET latin1 */;
 
 USE `mysql`;
 
+--
+-- Table structure for table `columns_priv`
+--
 
 DROP TABLE IF EXISTS `columns_priv`;
 /*!40101 SET @saved_cs_client     = @@character_set_client */;
@@ -117,7 +120,7 @@ CREATE TABLE `engine_cost` (
 
 LOCK TABLES `engine_cost` WRITE;
 /*!40000 ALTER TABLE `engine_cost` DISABLE KEYS */;
-INSERT INTO `engine_cost` VALUES ('default',0,'io_block_read_cost',NULL,'2022-06-07 09:20:38',NULL),('default',0,'memory_block_read_cost',NULL,'2022-06-07 09:20:38',NULL);
+INSERT INTO `engine_cost` VALUES ('default',0,'io_block_read_cost',NULL,'2022-10-28 19:12:52',NULL),('default',0,'memory_block_read_cost',NULL,'2022-10-28 19:12:52',NULL);
 /*!40000 ALTER TABLE `engine_cost` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -155,6 +158,15 @@ CREATE TABLE `event` (
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Events';
 /*!40101 SET character_set_client = @saved_cs_client */;
 
+--
+-- Dumping data for table `event`
+--
+
+LOCK TABLES `event` WRITE;
+/*!40000 ALTER TABLE `event` DISABLE KEYS */;
+/*!40000 ALTER TABLE `event` ENABLE KEYS */;
+UNLOCK TABLES;
+
 --
 -- Table structure for table `func`
 --
@@ -184,10 +196,9 @@ UNLOCK TABLES;
 -- Table structure for table `gtid_executed`
 --
 
-DROP TABLE IF EXISTS `gtid_executed`;
 /*!40101 SET @saved_cs_client     = @@character_set_client */;
 /*!40101 SET character_set_client = utf8 */;
-CREATE TABLE `gtid_executed` (
+CREATE TABLE IF NOT EXISTS `gtid_executed` (
   `source_uuid` char(36) NOT NULL COMMENT 'uuid of the source where the transaction was originally executed.',
   `interval_start` bigint(20) NOT NULL COMMENT 'First number of interval.',
   `interval_end` bigint(20) NOT NULL COMMENT 'Last number of interval.',
@@ -195,15 +206,6 @@ CREATE TABLE `gtid_executed` (
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
 /*!40101 SET character_set_client = @saved_cs_client */;
 
---
--- Dumping data for table `gtid_executed`
---
-
-LOCK TABLES `gtid_executed` WRITE;
-/*!40000 ALTER TABLE `gtid_executed` DISABLE KEYS */;
-/*!40000 ALTER TABLE `gtid_executed` ENABLE KEYS */;
-UNLOCK TABLES;
-
 --
 -- Table structure for table `help_category`
 --
@@ -329,6 +331,16 @@ CREATE TABLE `innodb_index_stats` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin STATS_PERSISTENT=0;
 /*!40101 SET character_set_client = @saved_cs_client */;
 
+--
+-- Dumping data for table `innodb_index_stats`
+--
+
+LOCK TABLES `innodb_index_stats` WRITE;
+/*!40000 ALTER TABLE `innodb_index_stats` DISABLE KEYS */;
+INSERT INTO `innodb_index_stats` VALUES ('mysql','gtid_executed','PRIMARY','2023-09-08 07:27:45','n_diff_pfx01',0,1,'source_uuid'),('mysql','gtid_executed','PRIMARY','2023-09-08 07:27:45','n_diff_pfx02',0,1,'source_uuid,interval_start'),('mysql','gtid_executed','PRIMARY','2023-09-08 07:27:45','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('mysql','gtid_executed','PRIMARY','2023-09-08 07:27:45','size',1,NULL,'Number of pages in the index'),('rat','contracts','PRIMARY','2023-09-08 07:27:40','n_diff_pfx01',45,1,'contract_id'),('rat','contracts','PRIMARY','2023-09-08 07:27:40','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('rat','contracts','PRIMARY','2023-09-08 07:27:40','size',1,NULL,'Number of pages in the index'),('rat','users','PRIMARY','2023-09-08 07:27:40','n_diff_pfx01',66,2,'uid'),('rat','users','PRIMARY','2023-09-08 07:27:40','n_leaf_pages',2,NULL,'Number of leaf pages in the index'),('rat','users','PRIMARY','2023-09-08 07:27:40','size',3,NULL,'Number of pages in the index'),('survey','assurance_levels','PRIMARY','2023-09-08 07:27:42','n_diff_pfx01',3,1,'id'),('survey','assurance_levels','PRIMARY','2023-09-08 07:27:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('survey','assurance_levels','PRIMARY','2023-09-08 07:27:42','size',1,NULL,'Number of pages in the index'),('survey','assurance_levels','assurance_levels_assurance_level_uindex','2023-09-08 07:27:42','n_diff_pfx01',3,1,'assurance_level'),('survey','assurance_levels','assurance_levels_assurance_level_uindex','2023-09-08 07:27:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('survey','assurance_levels','assurance_levels_assurance_level_uindex','2023-09-08 07:27:42','size',1,NULL,'Number of pages in the index'),('survey','certification_schemes','PRIMARY','2023-09-08 07:27:42','n_diff_pfx01',3,1,'id'),('survey','certification_schemes','PRIMARY','2023-09-08 07:27:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('survey','certification_schemes','PRIMARY','2023-09-08 07:27:42','size',1,NULL,'Number of pages in the index'),('survey','certification_schemes','certification_schemes_certification_scheme_uindex','2023-09-08 07:27:42','n_diff_pfx01',3,1,'certification_scheme'),('survey','certification_schemes','certification_schemes_certification_scheme_uindex','2023-09-08 07:27:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('survey','certification_schemes','certification_schemes_certification_scheme_uindex','2023-09-08 07:27:42','size',1,NULL,'Number of pages in the index'),('survey','csp_market_types','PRIMARY','2023-09-08 07:27:42','n_diff_pfx01',0,1,'id'),('survey','csp_market_types','PRIMARY','2023-09-08 07:27:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('survey','csp_market_types','PRIMARY','2023-09-08 07:27:42','size',1,NULL,'Number of pages in the index'),('survey','csp_market_types','csp_market_types_market_types_uindex','2023-09-08 07:27:42','n_diff_pfx01',0,1,'market_types'),('survey','csp_market_types','csp_market_types_market_types_uindex','2023-09-08 07:27:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('survey','csp_market_types','csp_market_types_market_types_uindex','2023-09-08 07:27:42','size',1,NULL,'Number of pages in the index'),('survey','lcm_certificate','PRIMARY','2023-09-08 07:27:42','n_diff_pfx01',0,1,'certicate_id'),('survey','lcm_certificate','PRIMARY','2023-09-08 07:27:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('survey','lcm_certificate','PRIMARY','2023-09-08 07:27:42','size',1,NULL,'Number of pages in the index'),('survey','lcm_certificate','lcm_certificate_company_id_uindex','2023-09-08 07:27:42','n_diff_pfx01',0,1,'company_id'),('survey','lcm_certificate','lcm_certificate_company_id_uindex','2023-09-08 07:27:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('survey','lcm_certificate','lcm_certificate_company_id_uindex','2023-09-08 07:27:42','size',1,NULL,'Number of pages in the index'),('survey','users_timestamp','PRIMARY','2023-09-08 07:48:21','n_diff_pfx01',24453,20,'id'),('survey','users_timestamp','PRIMARY','2023-09-08 07:48:21','n_leaf_pages',117,NULL,'Number of leaf pages in the index'),('survey','users_timestamp','PRIMARY','2023-09-08 07:48:21','size',161,NULL,'Number of pages in the index');
+/*!40000 ALTER TABLE `innodb_index_stats` ENABLE KEYS */;
+UNLOCK TABLES;
+
 --
 -- Table structure for table `innodb_table_stats`
 --
@@ -347,6 +359,16 @@ CREATE TABLE `innodb_table_stats` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin STATS_PERSISTENT=0;
 /*!40101 SET character_set_client = @saved_cs_client */;
 
+--
+-- Dumping data for table `innodb_table_stats`
+--
+
+LOCK TABLES `innodb_table_stats` WRITE;
+/*!40000 ALTER TABLE `innodb_table_stats` DISABLE KEYS */;
+INSERT INTO `innodb_table_stats` VALUES ('mysql','gtid_executed','2023-09-08 07:27:45',0,1,0),('rat','contracts','2023-09-08 07:27:40',46,1,0),('rat','users','2023-09-08 07:27:40',66,3,0),('survey','assurance_levels','2023-09-08 07:27:42',3,1,1),('survey','certification_schemes','2023-09-08 07:27:42',3,1,1),('survey','csp_market_types','2023-09-08 07:27:42',0,1,1),('survey','lcm_certificate','2023-09-08 07:27:42',0,1,1),('survey','users_timestamp','2023-09-08 07:48:21',24453,161,0);
+/*!40000 ALTER TABLE `innodb_table_stats` ENABLE KEYS */;
+UNLOCK TABLES;
+
 --
 -- Table structure for table `ndb_binlog_index`
 --
@@ -441,7 +463,7 @@ CREATE TABLE `proc` (
 
 LOCK TABLES `proc` WRITE;
 /*!40000 ALTER TABLE `proc` DISABLE KEYS */;
-INSERT INTO `proc` VALUES ('sys','extract_schema_from_file_name','FUNCTION','extract_schema_from_file_name','SQL','NO_SQL','YES','INVOKER',' path VARCHAR(512) ','varchar(64) CHARSET utf8','BEGIN RETURN LEFT(SUBSTRING_INDEX(SUBSTRING_INDEX(REPLACE(path, \'\\\\\', \'/\'), \'/\', -2), \'/\', 1), 64); END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Takes a raw file path, and attempts to extract the schema name from it.\n \n Useful for when interacting with Performance Schema data \n concerning IO statistics, for example.\n \n Currently relies on the fact that a table data file will be within a \n specified database directory (will not work with partitions or tables\n that specify an individual DATA_DIRECTORY).\n \n Parameters\n \n path (VARCHAR(512)):\n The full file path to a data file to extract the schema name from.\n \n Returns\n \n VARCHAR(64)\n \n Example\n \n mysql> SELECT sys.extract_schema_from_file_name(\'/var/lib/mysql/employees/employee.ibd\');\n +----------------------------------------------------------------------------+\n | sys.extract_schema_from_file_name(\'/var/lib/mysql/employees/employee.ibd\') |\n +----------------------------------------------------------------------------+\n | employees                                                                  |\n +----------------------------------------------------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN RETURN LEFT(SUBSTRING_INDEX(SUBSTRING_INDEX(REPLACE(path, \'\\\', \'/\'), \'/\', -2), \'/\', 1), 64); END'),('sys','extract_table_from_file_name','FUNCTION','extract_table_from_file_name','SQL','NO_SQL','YES','INVOKER',' path VARCHAR(512) ','varchar(64) CHARSET utf8','BEGIN RETURN LEFT(SUBSTRING_INDEX(REPLACE(SUBSTRING_INDEX(REPLACE(path, \'\\\\\', \'/\'), \'/\', -1), \'@0024\', \'$\'), \'.\', 1), 64); END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Takes a raw file path, and extracts the table name from it.\n \n Useful for when interacting with Performance Schema data \n concerning IO statistics, for example.\n \n Parameters\n \n path (VARCHAR(512)):\n The full file path to a data file to extract the table name from.\n \n Returns\n \n VARCHAR(64)\n \n Example\n \n mysql> SELECT sys.extract_table_from_file_name(\'/var/lib/mysql/employees/employee.ibd\');\n +---------------------------------------------------------------------------+\n | sys.extract_table_from_file_name(\'/var/lib/mysql/employees/employee.ibd\') |\n +---------------------------------------------------------------------------+\n | employee                                                                  |\n +---------------------------------------------------------------------------+\n 1 row in set (0.02 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN RETURN LEFT(SUBSTRING_INDEX(REPLACE(SUBSTRING_INDEX(REPLACE(path, \'\\\', \'/\'), \'/\', -1), \'@0024\', \'$\'), \'.\', 1), 64); END'),('sys','format_bytes','FUNCTION','format_bytes','SQL','NO_SQL','YES','INVOKER',' bytes TEXT ','text CHARSET utf8','BEGIN IF bytes IS NULL THEN RETURN NULL; ELSEIF bytes >= 1125899906842624 THEN RETURN CONCAT(ROUND(bytes / 1125899906842624, 2), \' PiB\'); ELSEIF bytes >= 1099511627776 THEN RETURN CONCAT(ROUND(bytes / 1099511627776, 2), \' TiB\'); ELSEIF bytes >= 1073741824 THEN RETURN CONCAT(ROUND(bytes / 1073741824, 2), \' GiB\'); ELSEIF bytes >= 1048576 THEN RETURN CONCAT(ROUND(bytes / 1048576, 2), \' MiB\'); ELSEIF bytes >= 1024 THEN RETURN CONCAT(ROUND(bytes / 1024, 2), \' KiB\'); ELSE RETURN CONCAT(ROUND(bytes, 0), \' bytes\'); END IF; END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Takes a raw bytes value, and converts it to a human readable format.\n \n Parameters\n \n bytes (TEXT):\n A raw bytes value.\n \n Returns\n \n TEXT\n \n Example\n \n mysql> SELECT sys.format_bytes(2348723492723746) AS size;\n +----------+\n | size     |\n +----------+\n | 2.09 PiB |\n +----------+\n 1 row in set (0.00 sec)\n \n mysql> SELECT sys.format_bytes(2348723492723) AS size;\n +----------+\n | size     |\n +----------+\n | 2.14 TiB |\n +----------+\n 1 row in set (0.00 sec)\n \n mysql> SELECT sys.format_bytes(23487234) AS size;\n +-----------+\n | size      |\n +-----------+\n | 22.40 MiB |\n +-----------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN IF bytes IS NULL THEN RETURN NULL; ELSEIF bytes >= 1125899906842624 THEN RETURN CONCAT(ROUND(bytes / 1125899906842624, 2), \' PiB\'); ELSEIF bytes >= 1099511627776 THEN RETURN CONCAT(ROUND(bytes / 1099511627776, 2), \' TiB\'); ELSEIF bytes >= 1073741824 THEN RETURN CONCAT(ROUND(bytes / 1073741824, 2), \' GiB\'); ELSEIF bytes >= 1048576 THEN RETURN CONCAT(ROUND(bytes / 1048576, 2), \' MiB\'); ELSEIF bytes >= 1024 THEN RETURN CONCAT(ROUND(bytes / 1024, 2), \' KiB\'); ELSE RETURN CONCAT(ROUND(bytes, 0), \' bytes\'); END IF; END'),('sys','format_path','FUNCTION','format_path','SQL','NO_SQL','YES','INVOKER',' in_path VARCHAR(512) ','varchar(512) CHARSET utf8','BEGIN DECLARE v_path VARCHAR(512); DECLARE v_undo_dir VARCHAR(1024);  DECLARE path_separator CHAR(1) DEFAULT \'/\';  IF @@global.version_compile_os LIKE \'win%\' THEN SET path_separator = \'\\\\\'; END IF;  IF in_path LIKE \'/private/%\' THEN SET v_path = REPLACE(in_path, \'/private\', \'\'); ELSE SET v_path = in_path; END IF;  SET v_undo_dir = IFNULL((SELECT VARIABLE_VALUE FROM performance_schema.global_variables WHERE VARIABLE_NAME = \'innodb_undo_directory\'), \'\');  IF v_path IS NULL THEN RETURN NULL; ELSEIF v_path LIKE CONCAT(@@global.datadir, IF(SUBSTRING(@@global.datadir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.datadir, CONCAT(\'@@datadir\', IF(SUBSTRING(@@global.datadir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.tmpdir, IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.tmpdir, CONCAT(\'@@tmpdir\', IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.slave_load_tmpdir, IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.slave_load_tmpdir, CONCAT(\'@@slave_load_tmpdir\', IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.innodb_data_home_dir, IF(SUBSTRING(@@global.innodb_data_home_dir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.innodb_data_home_dir, CONCAT(\'@@innodb_data_home_dir\', IF(SUBSTRING(@@global.innodb_data_home_dir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.innodb_log_group_home_dir, IF(SUBSTRING(@@global.innodb_log_group_home_dir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.innodb_log_group_home_dir, CONCAT(\'@@innodb_log_group_home_dir\', IF(SUBSTRING(@@global.innodb_log_group_home_dir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(v_undo_dir, IF(SUBSTRING(v_undo_dir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, v_undo_dir, CONCAT(\'@@innodb_undo_directory\', IF(SUBSTRING(v_undo_dir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.basedir, IF(SUBSTRING(@@global.basedir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.basedir, CONCAT(\'@@basedir\', IF(SUBSTRING(@@global.basedir, -1) = path_separator, path_separator, \'\'))); END IF;  RETURN v_path; END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Takes a raw path value, and strips out the datadir or tmpdir\n replacing with @@datadir and @@tmpdir respectively.\n \n Also normalizes the paths across operating systems, so backslashes\n on Windows are converted to forward slashes\n \n Parameters\n \n path (VARCHAR(512)):\n The raw file path value to format.\n \n Returns\n \n VARCHAR(512) CHARSET UTF8\n \n Example\n \n mysql> select @@datadir;\n +-----------------------------------------------+\n | @@datadir                                     |\n +-----------------------------------------------+\n | /Users/mark/sandboxes/SmallTree/AMaster/data/ |\n +-----------------------------------------------+\n 1 row in set (0.06 sec)\n \n mysql> select format_path(\'/Users/mark/sandboxes/SmallTree/AMaster/data/mysql/proc.MYD\') AS path;\n +--------------------------+\n | path                     |\n +--------------------------+\n | @@datadir/mysql/proc.MYD |\n +--------------------------+\n 1 row in set (0.03 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_path VARCHAR(512); DECLARE v_undo_dir VARCHAR(1024);  DECLARE path_separator CHAR(1) DEFAULT \'/\';  IF @@global.version_compile_os LIKE \'win%\' THEN SET path_separator = \'\\\'; END IF;  IF in_path LIKE \'/private/%\' THEN SET v_path = REPLACE(in_path, \'/private\', \'\'); ELSE SET v_path = in_path; END IF;  SET v_undo_dir = IFNULL((SELECT VARIABLE_VALUE FROM performance_schema.global_variables WHERE VARIABLE_NAME = \'innodb_undo_directory\'), \'\');  IF v_path IS NULL THEN RETURN NULL; ELSEIF v_path LIKE CONCAT(@@global.datadir, IF(SUBSTRING(@@global.datadir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.datadir, CONCAT(\'@@datadir\', IF(SUBSTRING(@@global.datadir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.tmpdir, IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.tmpdir, CONCAT(\'@@tmpdir\', IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.slave_load_tmpdir, IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.slave_load_tmpdir, CONCAT(\'@@slave_load_tmpdir\', IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.innodb_data_home_dir, IF(SUBSTRING(@@global.innodb_data_home_dir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.innodb_data_home_dir, CONCAT(\'@@innodb_data_home_dir\', IF(SUBSTRING(@@global.innodb_data_home_dir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.innodb_log_group_home_dir, IF(SUBSTRING(@@global.innodb_log_group_home_dir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.innodb_log_group_home_dir, CONCAT(\'@@innodb_log_group_home_dir\', IF(SUBSTRING(@@global.innodb_log_group_home_dir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(v_undo_dir, IF(SUBSTRING(v_undo_dir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, v_undo_dir, CONCAT(\'@@innodb_undo_directory\', IF(SUBSTRING(v_undo_dir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.basedir, IF(SUBSTRING(@@global.basedir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.basedir, CONCAT(\'@@basedir\', IF(SUBSTRING(@@global.basedir, -1) = path_separator, path_separator, \'\'))); END IF;  RETURN v_path; END'),('sys','format_statement','FUNCTION','format_statement','SQL','NO_SQL','YES','INVOKER',' statement LONGTEXT ','longtext CHARSET utf8','BEGIN IF @sys.statement_truncate_len IS NULL THEN SET @sys.statement_truncate_len = sys_get_config(\'statement_truncate_len\', 64); END IF;  IF CHAR_LENGTH(statement) > @sys.statement_truncate_len THEN RETURN REPLACE(CONCAT(LEFT(statement, (@sys.statement_truncate_len/2)-2), \' ... \', RIGHT(statement, (@sys.statement_truncate_len/2)-2)), \'\\n\', \' \'); ELSE  RETURN REPLACE(statement, \'\\n\', \' \'); END IF; END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Formats a normalized statement, truncating it if it is > 64 characters long by default.\n \n To configure the length to truncate the statement to by default, update the `statement_truncate_len`\n variable with `sys_config` table to a different value. Alternatively, to change it just for just \n your particular session, use `SET @sys.statement_truncate_len := <some new value>`.\n \n Useful for printing statement related data from Performance Schema from \n the command line.\n \n Parameters\n \n statement (LONGTEXT): \n The statement to format.\n \n Returns\n \n LONGTEXT\n \n Example\n \n mysql> SELECT sys.format_statement(digest_text)\n ->   FROM performance_schema.events_statements_summary_by_digest\n ->  ORDER by sum_timer_wait DESC limit 5;\n +-------------------------------------------------------------------+\n | sys.format_statement(digest_text)                                 |\n +-------------------------------------------------------------------+\n | CREATE SQL SECURITY INVOKER VI ... KE ? AND `variable_value` > ?  |\n | CREATE SQL SECURITY INVOKER VI ... ait` IS NOT NULL , `esc` . ... |\n | CREATE SQL SECURITY INVOKER VI ... ait` IS NOT NULL , `sys` . ... |\n | CREATE SQL SECURITY INVOKER VI ...  , `compressed_size` ) ) DESC  |\n | CREATE SQL SECURITY INVOKER VI ... LIKE ? ORDER BY `timer_start`  |\n +-------------------------------------------------------------------+\n 5 rows in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN IF @sys.statement_truncate_len IS NULL THEN SET @sys.statement_truncate_len = sys_get_config(\'statement_truncate_len\', 64); END IF;  IF CHAR_LENGTH(statement) > @sys.statement_truncate_len THEN RETURN REPLACE(CONCAT(LEFT(statement, (@sys.statement_truncate_len/2)-2), \' ... \', RIGHT(statement, (@sys.statement_truncate_len/2)-2)), \'\n\', \' \'); ELSE  RETURN REPLACE(statement, \'\n\', \' \'); END IF; END'),('sys','format_time','FUNCTION','format_time','SQL','NO_SQL','YES','INVOKER',' picoseconds TEXT ','text CHARSET utf8','BEGIN IF picoseconds IS NULL THEN RETURN NULL; ELSEIF picoseconds >= 604800000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 604800000000000000, 2), \' w\'); ELSEIF picoseconds >= 86400000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 86400000000000000, 2), \' d\'); ELSEIF picoseconds >= 3600000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 3600000000000000, 2), \' h\'); ELSEIF picoseconds >= 60000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 60000000000000, 2), \' m\'); ELSEIF picoseconds >= 1000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000000, 2), \' s\'); ELSEIF picoseconds >= 1000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000, 2), \' ms\'); ELSEIF picoseconds >= 1000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000, 2), \' us\'); ELSEIF picoseconds >= 1000 THEN RETURN CONCAT(ROUND(picoseconds / 1000, 2), \' ns\'); ELSE RETURN CONCAT(picoseconds, \' ps\'); END IF; END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Takes a raw picoseconds value, and converts it to a human readable form.\n \n Picoseconds are the precision that all latency values are printed in\n within Performance Schema, however are not user friendly when wanting\n to scan output from the command line.\n \n Parameters\n \n picoseconds (TEXT):\n The raw picoseconds value to convert.\n \n Returns\n \n TEXT\n \n Example\n \n mysql> select format_time(342342342342345);\n +------------------------------+\n | format_time(342342342342345) |\n +------------------------------+\n | 00:05:42                     |\n +------------------------------+\n 1 row in set (0.00 sec)\n \n mysql> select format_time(342342342);\n +------------------------+\n | format_time(342342342) |\n +------------------------+\n | 342.34 us              |\n +------------------------+\n 1 row in set (0.00 sec)\n \n mysql> select format_time(34234);\n +--------------------+\n | format_time(34234) |\n +--------------------+\n | 34.23 ns           |\n +--------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN IF picoseconds IS NULL THEN RETURN NULL; ELSEIF picoseconds >= 604800000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 604800000000000000, 2), \' w\'); ELSEIF picoseconds >= 86400000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 86400000000000000, 2), \' d\'); ELSEIF picoseconds >= 3600000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 3600000000000000, 2), \' h\'); ELSEIF picoseconds >= 60000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 60000000000000, 2), \' m\'); ELSEIF picoseconds >= 1000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000000, 2), \' s\'); ELSEIF picoseconds >= 1000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000, 2), \' ms\'); ELSEIF picoseconds >= 1000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000, 2), \' us\'); ELSEIF picoseconds >= 1000 THEN RETURN CONCAT(ROUND(picoseconds / 1000, 2), \' ns\'); ELSE RETURN CONCAT(picoseconds, \' ps\'); END IF; END'),('sys','list_add','FUNCTION','list_add','SQL','CONTAINS_SQL','YES','INVOKER',' in_list TEXT, in_add_value TEXT ','text CHARSET utf8','BEGIN  IF (in_add_value IS NULL) THEN SIGNAL SQLSTATE \'02200\' SET MESSAGE_TEXT = \'Function sys.list_add: in_add_value input variable should not be NULL\', MYSQL_ERRNO = 1138; END IF;  IF (in_list IS NULL OR LENGTH(in_list) = 0) THEN RETURN in_add_value; END IF;  RETURN (SELECT CONCAT(TRIM(BOTH \',\' FROM TRIM(in_list)), \',\', in_add_value));  END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Takes a list, and a value to add to the list, and returns the resulting list.\n \n Useful for altering certain session variables, like sql_mode or optimizer_switch for instance.\n \n Parameters\n \n in_list (TEXT):\n The comma separated list to add a value to\n \n in_add_value (TEXT):\n The value to add to the input list\n \n Returns\n \n TEXT\n \n Example\n \n mysql> select @@sql_mode;\n +-----------------------------------------------------------------------------------+\n | @@sql_mode                                                                        |\n +-----------------------------------------------------------------------------------+\n | ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |\n +-----------------------------------------------------------------------------------+\n 1 row in set (0.00 sec)\n \n mysql> set sql_mode = sys.list_add(@@sql_mode, \'ANSI_QUOTES\');\n Query OK, 0 rows affected (0.06 sec)\n \n mysql> select @@sql_mode;\n +-----------------------------------------------------------------------------------------------+\n | @@sql_mode                                                                                    |\n +-----------------------------------------------------------------------------------------------+\n | ANSI_QUOTES,ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |\n +-----------------------------------------------------------------------------------------------+\n 1 row in set (0.00 sec)\n \n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN  IF (in_add_value IS NULL) THEN SIGNAL SQLSTATE \'02200\' SET MESSAGE_TEXT = \'Function sys.list_add: in_add_value input variable should not be NULL\', MYSQL_ERRNO = 1138; END IF;  IF (in_list IS NULL OR LENGTH(in_list) = 0) THEN RETURN in_add_value; END IF;  RETURN (SELECT CONCAT(TRIM(BOTH \',\' FROM TRIM(in_list)), \',\', in_add_value));  END'),('sys','list_drop','FUNCTION','list_drop','SQL','CONTAINS_SQL','YES','INVOKER',' in_list TEXT, in_drop_value TEXT ','text CHARSET utf8','BEGIN  IF (in_drop_value IS NULL) THEN SIGNAL SQLSTATE \'02200\' SET MESSAGE_TEXT = \'Function sys.list_drop: in_drop_value input variable should not be NULL\', MYSQL_ERRNO = 1138; END IF;  IF (in_list IS NULL OR LENGTH(in_list) = 0) THEN RETURN in_list; END IF;  RETURN (SELECT TRIM(BOTH \',\' FROM REPLACE(REPLACE(CONCAT(\',\', in_list), CONCAT(\',\', in_drop_value), \'\'), CONCAT(\', \', in_drop_value), \'\')));  END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Takes a list, and a value to attempt to remove from the list, and returns the resulting list.\n \n Useful for altering certain session variables, like sql_mode or optimizer_switch for instance.\n \n Parameters\n \n in_list (TEXT):\n The comma separated list to drop a value from\n \n in_drop_value (TEXT):\n The value to drop from the input list\n \n Returns\n \n TEXT\n \n Example\n \n mysql> select @@sql_mode;\n +-----------------------------------------------------------------------------------------------+\n | @@sql_mode                                                                                    |\n +-----------------------------------------------------------------------------------------------+\n | ANSI_QUOTES,ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |\n +-----------------------------------------------------------------------------------------------+\n 1 row in set (0.00 sec)\n \n mysql> set sql_mode = sys.list_drop(@@sql_mode, \'ONLY_FULL_GROUP_BY\');\n Query OK, 0 rows affected (0.03 sec)\n \n mysql> select @@sql_mode;\n +----------------------------------------------------------------------------+\n | @@sql_mode                                                                 |\n +----------------------------------------------------------------------------+\n | ANSI_QUOTES,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |\n +----------------------------------------------------------------------------+\n 1 row in set (0.00 sec)\n \n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN  IF (in_drop_value IS NULL) THEN SIGNAL SQLSTATE \'02200\' SET MESSAGE_TEXT = \'Function sys.list_drop: in_drop_value input variable should not be NULL\', MYSQL_ERRNO = 1138; END IF;  IF (in_list IS NULL OR LENGTH(in_list) = 0) THEN RETURN in_list; END IF;  RETURN (SELECT TRIM(BOTH \',\' FROM REPLACE(REPLACE(CONCAT(\',\', in_list), CONCAT(\',\', in_drop_value), \'\'), CONCAT(\', \', in_drop_value), \'\')));  END'),('sys','ps_is_account_enabled','FUNCTION','ps_is_account_enabled','SQL','READS_SQL_DATA','YES','INVOKER',' in_host VARCHAR(60),  in_user VARCHAR(32) ','enum(\'YES\',\'NO\') CHARSET utf8','BEGIN RETURN IF(EXISTS(SELECT 1 FROM performance_schema.setup_actors WHERE (`HOST` = \'%\' OR in_host LIKE `HOST`) AND (`USER` = \'%\' OR `USER` = in_user) AND (`ENABLED` = \'YES\') ), \'YES\', \'NO\' ); END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Determines whether instrumentation of an account is enabled \n within Performance Schema.\n \n Parameters\n \n in_host VARCHAR(60): \n The hostname of the account to check.\n in_user VARCHAR(32):\n The username of the account to check.\n \n Returns\n \n ENUM(\'YES\', \'NO\', \'PARTIAL\')\n \n Example\n \n mysql> SELECT sys.ps_is_account_enabled(\'localhost\', \'root\');\n +------------------------------------------------+\n | sys.ps_is_account_enabled(\'localhost\', \'root\') |\n +------------------------------------------------+\n | YES                                            |\n +------------------------------------------------+\n 1 row in set (0.01 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN RETURN IF(EXISTS(SELECT 1 FROM performance_schema.setup_actors WHERE (`HOST` = \'%\' OR in_host LIKE `HOST`) AND (`USER` = \'%\' OR `USER` = in_user) AND (`ENABLED` = \'YES\') ), \'YES\', \'NO\' ); END'),('sys','ps_is_consumer_enabled','FUNCTION','ps_is_consumer_enabled','SQL','READS_SQL_DATA','YES','INVOKER',' in_consumer varchar(64) ','enum(\'YES\',\'NO\') CHARSET utf8','BEGIN DECLARE v_is_enabled ENUM(\'YES\', \'NO\') DEFAULT NULL; DECLARE v_error_msg VARCHAR(128);  IF (in_consumer IS NULL) THEN RETURN NULL; END IF;  SET v_is_enabled = ( SELECT (CASE WHEN c.NAME = \'global_instrumentation\' THEN c.ENABLED WHEN c.NAME = \'thread_instrumentation\' THEN IF(cg.ENABLED = \'YES\' AND c.ENABLED = \'YES\', \'YES\', \'NO\') WHEN c.NAME LIKE \'%\\_digest\'           THEN IF(cg.ENABLED = \'YES\' AND c.ENABLED = \'YES\', \'YES\', \'NO\') WHEN c.NAME LIKE \'%\\_current\'          THEN IF(cg.ENABLED = \'YES\' AND ct.ENABLED = \'YES\' AND c.ENABLED = \'YES\', \'YES\', \'NO\') ELSE IF(cg.ENABLED = \'YES\' AND ct.ENABLED = \'YES\' AND c.ENABLED = \'YES\' AND ( SELECT cc.ENABLED FROM performance_schema.setup_consumers cc WHERE NAME = CONCAT(SUBSTRING_INDEX(c.NAME, \'_\', 2), \'_current\') ) = \'YES\', \'YES\', \'NO\') END) AS IsEnabled FROM performance_schema.setup_consumers c INNER JOIN performance_schema.setup_consumers cg INNER JOIN performance_schema.setup_consumers ct WHERE cg.NAME       = \'global_instrumentation\' AND ct.NAME   = \'thread_instrumentation\' AND c.NAME    = in_consumer );  IF (v_is_enabled IS NOT NULL) THEN RETURN v_is_enabled; ELSE SET v_error_msg = CONCAT(\'Invalid argument error: \', in_consumer, \' in function sys.ps_is_consumer_enabled.\'); SIGNAL SQLSTATE \'HY000\' SET MESSAGE_TEXT = v_error_msg, MYSQL_ERRNO  = 3047; END IF; END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Determines whether a consumer is enabled (taking the consumer hierarchy into consideration)\n within the Performance Schema.\n \n An exception with errno 3047 is thrown if an unknown consumer name is passed to the function.\n A consumer name of NULL returns NULL.\n \n Parameters\n \n in_consumer VARCHAR(64): \n The name of the consumer to check.\n \n Returns\n \n ENUM(\'YES\', \'NO\')\n \n Example\n \n mysql> SELECT sys.ps_is_consumer_enabled(\'events_stages_history\');\n +-----------------------------------------------------+\n | sys.ps_is_consumer_enabled(\'events_stages_history\') |\n +-----------------------------------------------------+\n | NO                                                  |\n +-----------------------------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_is_enabled ENUM(\'YES\', \'NO\') DEFAULT NULL; DECLARE v_error_msg VARCHAR(128);  IF (in_consumer IS NULL) THEN RETURN NULL; END IF;  SET v_is_enabled = ( SELECT (CASE WHEN c.NAME = \'global_instrumentation\' THEN c.ENABLED WHEN c.NAME = \'thread_instrumentation\' THEN IF(cg.ENABLED = \'YES\' AND c.ENABLED = \'YES\', \'YES\', \'NO\') WHEN c.NAME LIKE \'%\\_digest\'           THEN IF(cg.ENABLED = \'YES\' AND c.ENABLED = \'YES\', \'YES\', \'NO\') WHEN c.NAME LIKE \'%\\_current\'          THEN IF(cg.ENABLED = \'YES\' AND ct.ENABLED = \'YES\' AND c.ENABLED = \'YES\', \'YES\', \'NO\') ELSE IF(cg.ENABLED = \'YES\' AND ct.ENABLED = \'YES\' AND c.ENABLED = \'YES\' AND ( SELECT cc.ENABLED FROM performance_schema.setup_consumers cc WHERE NAME = CONCAT(SUBSTRING_INDEX(c.NAME, \'_\', 2), \'_current\') ) = \'YES\', \'YES\', \'NO\') END) AS IsEnabled FROM performance_schema.setup_consumers c INNER JOIN performance_schema.setup_consumers cg INNER JOIN performance_schema.setup_consumers ct WHERE cg.NAME       = \'global_instrumentation\' AND ct.NAME   = \'thread_instrumentation\' AND c.NAME    = in_consumer );  IF (v_is_enabled IS NOT NULL) THEN RETURN v_is_enabled; ELSE SET v_error_msg = CONCAT(\'Invalid argument error: \', in_consumer, \' in function sys.ps_is_consumer_enabled.\'); SIGNAL SQLSTATE \'HY000\' SET MESSAGE_TEXT = v_error_msg, MYSQL_ERRNO  = 3047; END IF; END'),('sys','ps_is_instrument_default_enabled','FUNCTION','ps_is_instrument_default_enabled','SQL','READS_SQL_DATA','YES','INVOKER',' in_instrument VARCHAR(128) ','enum(\'YES\',\'NO\') CHARSET utf8','BEGIN DECLARE v_enabled ENUM(\'YES\', \'NO\');  SET v_enabled = IF(in_instrument LIKE \'wait/io/file/%\' OR in_instrument LIKE \'wait/io/table/%\' OR in_instrument LIKE \'statement/%\' OR in_instrument LIKE \'memory/performance_schema/%\' OR in_instrument IN (\'wait/lock/table/sql/handler\', \'idle\')  OR in_instrument LIKE \'stage/innodb/%\' OR in_instrument = \'stage/sql/copy to tmp table\'  , \'YES\', \'NO\' );  RETURN v_enabled; END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Returns whether an instrument is enabled by default in this version of MySQL.\n \n Parameters\n \n in_instrument VARCHAR(128): \n The instrument to check.\n \n Returns\n \n ENUM(\'YES\', \'NO\')\n \n Example\n \n mysql> SELECT sys.ps_is_instrument_default_enabled(\'statement/sql/select\');\n +--------------------------------------------------------------+\n | sys.ps_is_instrument_default_enabled(\'statement/sql/select\') |\n +--------------------------------------------------------------+\n | YES                                                          |\n +--------------------------------------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_enabled ENUM(\'YES\', \'NO\');  SET v_enabled = IF(in_instrument LIKE \'wait/io/file/%\' OR in_instrument LIKE \'wait/io/table/%\' OR in_instrument LIKE \'statement/%\' OR in_instrument LIKE \'memory/performance_schema/%\' OR in_instrument IN (\'wait/lock/table/sql/handler\', \'idle\')  OR in_instrument LIKE \'stage/innodb/%\' OR in_instrument = \'stage/sql/copy to tmp table\'  , \'YES\', \'NO\' );  RETURN v_enabled; END'),('sys','ps_is_instrument_default_timed','FUNCTION','ps_is_instrument_default_timed','SQL','READS_SQL_DATA','YES','INVOKER',' in_instrument VARCHAR(128) ','enum(\'YES\',\'NO\') CHARSET utf8','BEGIN DECLARE v_timed ENUM(\'YES\', \'NO\');  SET v_timed = IF(in_instrument LIKE \'wait/io/file/%\' OR in_instrument LIKE \'wait/io/table/%\' OR in_instrument LIKE \'statement/%\' OR in_instrument IN (\'wait/lock/table/sql/handler\', \'idle\')  OR in_instrument LIKE \'stage/innodb/%\' OR in_instrument = \'stage/sql/copy to tmp table\'  , \'YES\', \'NO\' );  RETURN v_timed; END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Returns whether an instrument is timed by default in this version of MySQL.\n \n Parameters\n \n in_instrument VARCHAR(128): \n The instrument to check.\n \n Returns\n \n ENUM(\'YES\', \'NO\')\n \n Example\n \n mysql> SELECT sys.ps_is_instrument_default_timed(\'statement/sql/select\');\n +------------------------------------------------------------+\n | sys.ps_is_instrument_default_timed(\'statement/sql/select\') |\n +------------------------------------------------------------+\n | YES                                                        |\n +------------------------------------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_timed ENUM(\'YES\', \'NO\');  SET v_timed = IF(in_instrument LIKE \'wait/io/file/%\' OR in_instrument LIKE \'wait/io/table/%\' OR in_instrument LIKE \'statement/%\' OR in_instrument IN (\'wait/lock/table/sql/handler\', \'idle\')  OR in_instrument LIKE \'stage/innodb/%\' OR in_instrument = \'stage/sql/copy to tmp table\'  , \'YES\', \'NO\' );  RETURN v_timed; END'),('sys','ps_is_thread_instrumented','FUNCTION','ps_is_thread_instrumented','SQL','READS_SQL_DATA','NO','INVOKER',' in_connection_id BIGINT UNSIGNED ','enum(\'YES\',\'NO\',\'UNKNOWN\') CHARSET utf8','BEGIN DECLARE v_enabled ENUM(\'YES\', \'NO\', \'UNKNOWN\');  IF (in_connection_id IS NULL) THEN RETURN NULL; END IF;  SELECT INSTRUMENTED INTO v_enabled FROM performance_schema.threads  WHERE PROCESSLIST_ID = in_connection_id;  IF (v_enabled IS NULL) THEN RETURN \'UNKNOWN\'; ELSE RETURN v_enabled; END IF; END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Checks whether the provided connection id is instrumented within Performance Schema.\n \n Parameters\n \n in_connection_id (BIGINT UNSIGNED):\n The id of the connection to check.\n \n Returns\n \n ENUM(\'YES\', \'NO\', \'UNKNOWN\')\n \n Example\n \n mysql> SELECT sys.ps_is_thread_instrumented(CONNECTION_ID());\n +------------------------------------------------+\n | sys.ps_is_thread_instrumented(CONNECTION_ID()) |\n +------------------------------------------------+\n | YES                                            |\n +------------------------------------------------+\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_enabled ENUM(\'YES\', \'NO\', \'UNKNOWN\');  IF (in_connection_id IS NULL) THEN RETURN NULL; END IF;  SELECT INSTRUMENTED INTO v_enabled FROM performance_schema.threads  WHERE PROCESSLIST_ID = in_connection_id;  IF (v_enabled IS NULL) THEN RETURN \'UNKNOWN\'; ELSE RETURN v_enabled; END IF; END'),('sys','ps_thread_id','FUNCTION','ps_thread_id','SQL','READS_SQL_DATA','NO','INVOKER',' in_connection_id BIGINT UNSIGNED ','bigint(20) unsigned','BEGIN RETURN (SELECT THREAD_ID FROM `performance_schema`.`threads` WHERE PROCESSLIST_ID = IFNULL(in_connection_id, CONNECTION_ID()) ); END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Return the Performance Schema THREAD_ID for the specified connection ID.\n \n Parameters\n \n in_connection_id (BIGINT UNSIGNED):\n The id of the connection to return the thread id for. If NULL, the current\n connection thread id is returned.\n \n Example\n \n mysql> SELECT sys.ps_thread_id(79);\n +----------------------+\n | sys.ps_thread_id(79) |\n +----------------------+\n |                   98 |\n +----------------------+\n 1 row in set (0.00 sec)\n \n mysql> SELECT sys.ps_thread_id(CONNECTION_ID());\n +-----------------------------------+\n | sys.ps_thread_id(CONNECTION_ID()) |\n +-----------------------------------+\n |                                98 |\n +-----------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN RETURN (SELECT THREAD_ID FROM `performance_schema`.`threads` WHERE PROCESSLIST_ID = IFNULL(in_connection_id, CONNECTION_ID()) ); END'),('sys','ps_thread_account','FUNCTION','ps_thread_account','SQL','READS_SQL_DATA','NO','INVOKER',' in_thread_id BIGINT UNSIGNED ','text CHARSET utf8','BEGIN RETURN (SELECT IF( type = \'FOREGROUND\', CONCAT(processlist_user, \'@\', processlist_host), type ) AS account FROM `performance_schema`.`threads` WHERE thread_id = in_thread_id); END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Return the user@host account for the given Performance Schema thread id.\n \n Parameters\n \n in_thread_id (BIGINT UNSIGNED):\n The id of the thread to return the account for.\n \n Example\n \n mysql> select thread_id, processlist_user, processlist_host from performance_schema.threads where type = \'foreground\';\n +-----------+------------------+------------------+\n | thread_id | processlist_user | processlist_host |\n +-----------+------------------+------------------+\n |        23 | NULL             | NULL             |\n |        30 | root             | localhost        |\n |        31 | msandbox         | localhost        |\n |        32 | msandbox         | localhost        |\n +-----------+------------------+------------------+\n 4 rows in set (0.00 sec)\n \n mysql> select sys.ps_thread_account(31);\n +---------------------------+\n | sys.ps_thread_account(31) |\n +---------------------------+\n | msandbox@localhost        |\n +---------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN RETURN (SELECT IF( type = \'FOREGROUND\', CONCAT(processlist_user, \'@\', processlist_host), type ) AS account FROM `performance_schema`.`threads` WHERE thread_id = in_thread_id); END'),('sys','ps_thread_stack','FUNCTION','ps_thread_stack','SQL','READS_SQL_DATA','NO','INVOKER',' thd_id BIGINT UNSIGNED, debug BOOLEAN ','longtext CHARSET latin1','BEGIN  DECLARE json_objects LONGTEXT;   UPDATE performance_schema.threads SET instrumented = \'NO\' WHERE processlist_id = CONNECTION_ID();   SET SESSION group_concat_max_len=@@global.max_allowed_packet;  SELECT GROUP_CONCAT(CONCAT( \'{\' , CONCAT_WS( \', \' , CONCAT(\'\"nesting_event_id\": \"\', IF(nesting_event_id IS NULL, \'0\', nesting_event_id), \'\"\') , CONCAT(\'\"event_id\": \"\', event_id, \'\"\') , CONCAT( \'\"timer_wait\": \', ROUND(timer_wait/1000000, 2))   , CONCAT( \'\"event_info\": \"\' , CASE WHEN event_name NOT LIKE \'wait/io%\' THEN REPLACE(SUBSTRING_INDEX(event_name, \'/\', -2), \'\\\\\', \'\\\\\\\\\') WHEN event_name NOT LIKE \'wait/io/file%\' OR event_name NOT LIKE \'wait/io/socket%\' THEN REPLACE(SUBSTRING_INDEX(event_name, \'/\', -4), \'\\\\\', \'\\\\\\\\\') ELSE event_name END , \'\"\' ) , CONCAT( \'\"wait_info\": \"\', IFNULL(wait_info, \'\'), \'\"\') , CONCAT( \'\"source\": \"\', IF(true AND event_name LIKE \'wait%\', IFNULL(wait_info, \'\'), \'\'), \'\"\') , CASE  WHEN event_name LIKE \'wait/io/file%\'      THEN \'\"event_type\": \"io/file\"\' WHEN event_name LIKE \'wait/io/table%\'     THEN \'\"event_type\": \"io/table\"\' WHEN event_name LIKE \'wait/io/socket%\'    THEN \'\"event_type\": \"io/socket\"\' WHEN event_name LIKE \'wait/synch/mutex%\'  THEN \'\"event_type\": \"synch/mutex\"\' WHEN event_name LIKE \'wait/synch/cond%\'   THEN \'\"event_type\": \"synch/cond\"\' WHEN event_name LIKE \'wait/synch/rwlock%\' THEN \'\"event_type\": \"synch/rwlock\"\' WHEN event_name LIKE \'wait/lock%\'         THEN \'\"event_type\": \"lock\"\' WHEN event_name LIKE \'statement/%\'        THEN \'\"event_type\": \"stmt\"\' WHEN event_name LIKE \'stage/%\'            THEN \'\"event_type\": \"stage\"\' WHEN event_name LIKE \'%idle%\'             THEN \'\"event_type\": \"idle\"\' ELSE \'\'  END                    ) , \'}\' ) ORDER BY event_id ASC SEPARATOR \',\') event INTO json_objects FROM (  (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id,  CONCAT(sql_text, \'\\\\n\', \'errors: \', errors, \'\\\\n\', \'warnings: \', warnings, \'\\\\n\', \'lock time: \', ROUND(lock_time/1000000, 2),\'us\\\\n\', \'rows affected: \', rows_affected, \'\\\\n\', \'rows sent: \', rows_sent, \'\\\\n\', \'rows examined: \', rows_examined, \'\\\\n\', \'tmp tables: \', created_tmp_tables, \'\\\\n\', \'tmp disk tables: \', created_tmp_disk_tables, \'\\\\n\', \'select scan: \', select_scan, \'\\\\n\', \'select full join: \', select_full_join, \'\\\\n\', \'select full range join: \', select_full_range_join, \'\\\\n\', \'select range: \', select_range, \'\\\\n\', \'select range check: \', select_range_check, \'\\\\n\',  \'sort merge passes: \', sort_merge_passes, \'\\\\n\', \'sort rows: \', sort_rows, \'\\\\n\', \'sort range: \', sort_range, \'\\\\n\', \'sort scan: \', sort_scan, \'\\\\n\', \'no index used: \', IF(no_index_used, \'TRUE\', \'FALSE\'), \'\\\\n\', \'no good index used: \', IF(no_good_index_used, \'TRUE\', \'FALSE\'), \'\\\\n\' ) AS wait_info FROM performance_schema.events_statements_history_long WHERE thread_id = thd_id) UNION  (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id, null AS wait_info FROM performance_schema.events_stages_history_long WHERE thread_id = thd_id)  UNION  (SELECT thread_id, event_id,  CONCAT(event_name ,  IF(event_name NOT LIKE \'wait/synch/mutex%\', IFNULL(CONCAT(\' - \', operation), \'\'), \'\'),  IF(number_of_bytes IS NOT NULL, CONCAT(\' \', number_of_bytes, \' bytes\'), \'\'), IF(event_name LIKE \'wait/io/file%\', \'\\\\n\', \'\'), IF(object_schema IS NOT NULL, CONCAT(\'\\\\nObject: \', object_schema, \'.\'), \'\'),  IF(object_name IS NOT NULL,  IF (event_name LIKE \'wait/io/socket%\', CONCAT(IF (object_name LIKE \':0%\', @@socket, object_name)), object_name), \'\'),  IF(index_name IS NOT NULL, CONCAT(\' Index: \', index_name), \'\'), \'\\\\n\' ) AS event_name, timer_wait, timer_start, nesting_event_id, source AS wait_info FROM performance_schema.events_waits_history_long WHERE thread_id = thd_id)) events  ORDER BY event_id;  RETURN CONCAT(\'{\',  CONCAT_WS(\',\',  \'\"rankdir\": \"LR\"\', \'\"nodesep\": \"0.10\"\', CONCAT(\'\"stack_created\": \"\', NOW(), \'\"\'), CONCAT(\'\"mysql_version\": \"\', VERSION(), \'\"\'), CONCAT(\'\"mysql_user\": \"\', CURRENT_USER(), \'\"\'), CONCAT(\'\"events\": [\', IFNULL(json_objects,\'\'), \']\') ), \'}\');  END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Outputs a JSON formatted stack of all statements, stages and events\n within Performance Schema for the specified thread.\n \n Parameters\n \n thd_id (BIGINT UNSIGNED):\n The id of the thread to trace. This should match the thread_id\n column from the performance_schema.threads table.\n in_verbose (BOOLEAN):\n Include file:lineno information in the events.\n \n Example\n \n (line separation added for output)\n \n mysql> SELECT sys.ps_thread_stack(37, FALSE) AS thread_stack\\G\n *************************** 1. row ***************************\n thread_stack: {\"rankdir\": \"LR\",\"nodesep\": \"0.10\",\"stack_created\": \"2014-02-19 13:39:03\",\n \"mysql_version\": \"5.7.3-m13\",\"mysql_user\": \"root@localhost\",\"events\": \n [{\"nesting_event_id\": \"0\", \"event_id\": \"10\", \"timer_wait\": 256.35, \"event_info\": \n \"sql/select\", \"wait_info\": \"select @@version_comment limit 1\\nerrors: 0\\nwarnings: 0\\nlock time:\n ...\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN  DECLARE json_objects LONGTEXT;   UPDATE performance_schema.threads SET instrumented = \'NO\' WHERE processlist_id = CONNECTION_ID();   SET SESSION group_concat_max_len=@@global.max_allowed_packet;  SELECT GROUP_CONCAT(CONCAT( \'{\' , CONCAT_WS( \', \' , CONCAT(\'\"nesting_event_id\": \"\', IF(nesting_event_id IS NULL, \'0\', nesting_event_id), \'\"\') , CONCAT(\'\"event_id\": \"\', event_id, \'\"\') , CONCAT( \'\"timer_wait\": \', ROUND(timer_wait/1000000, 2))   , CONCAT( \'\"event_info\": \"\' , CASE WHEN event_name NOT LIKE \'wait/io%\' THEN REPLACE(SUBSTRING_INDEX(event_name, \'/\', -2), \'\\\', \'\\\\\') WHEN event_name NOT LIKE \'wait/io/file%\' OR event_name NOT LIKE \'wait/io/socket%\' THEN REPLACE(SUBSTRING_INDEX(event_name, \'/\', -4), \'\\\', \'\\\\\') ELSE event_name END , \'\"\' ) , CONCAT( \'\"wait_info\": \"\', IFNULL(wait_info, \'\'), \'\"\') , CONCAT( \'\"source\": \"\', IF(true AND event_name LIKE \'wait%\', IFNULL(wait_info, \'\'), \'\'), \'\"\') , CASE  WHEN event_name LIKE \'wait/io/file%\'      THEN \'\"event_type\": \"io/file\"\' WHEN event_name LIKE \'wait/io/table%\'     THEN \'\"event_type\": \"io/table\"\' WHEN event_name LIKE \'wait/io/socket%\'    THEN \'\"event_type\": \"io/socket\"\' WHEN event_name LIKE \'wait/synch/mutex%\'  THEN \'\"event_type\": \"synch/mutex\"\' WHEN event_name LIKE \'wait/synch/cond%\'   THEN \'\"event_type\": \"synch/cond\"\' WHEN event_name LIKE \'wait/synch/rwlock%\' THEN \'\"event_type\": \"synch/rwlock\"\' WHEN event_name LIKE \'wait/lock%\'         THEN \'\"event_type\": \"lock\"\' WHEN event_name LIKE \'statement/%\'        THEN \'\"event_type\": \"stmt\"\' WHEN event_name LIKE \'stage/%\'            THEN \'\"event_type\": \"stage\"\' WHEN event_name LIKE \'%idle%\'             THEN \'\"event_type\": \"idle\"\' ELSE \'\'  END                    ) , \'}\' ) ORDER BY event_id ASC SEPARATOR \',\') event INTO json_objects FROM (  (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id,  CONCAT(sql_text, \'\\n\', \'errors: \', errors, \'\\n\', \'warnings: \', warnings, \'\\n\', \'lock time: \', ROUND(lock_time/1000000, 2),\'us\\n\', \'rows affected: \', rows_affected, \'\\n\', \'rows sent: \', rows_sent, \'\\n\', \'rows examined: \', rows_examined, \'\\n\', \'tmp tables: \', created_tmp_tables, \'\\n\', \'tmp disk tables: \', created_tmp_disk_tables, \'\\n\', \'select scan: \', select_scan, \'\\n\', \'select full join: \', select_full_join, \'\\n\', \'select full range join: \', select_full_range_join, \'\\n\', \'select range: \', select_range, \'\\n\', \'select range check: \', select_range_check, \'\\n\',  \'sort merge passes: \', sort_merge_passes, \'\\n\', \'sort rows: \', sort_rows, \'\\n\', \'sort range: \', sort_range, \'\\n\', \'sort scan: \', sort_scan, \'\\n\', \'no index used: \', IF(no_index_used, \'TRUE\', \'FALSE\'), \'\\n\', \'no good index used: \', IF(no_good_index_used, \'TRUE\', \'FALSE\'), \'\\n\' ) AS wait_info FROM performance_schema.events_statements_history_long WHERE thread_id = thd_id) UNION  (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id, null AS wait_info FROM performance_schema.events_stages_history_long WHERE thread_id = thd_id)  UNION  (SELECT thread_id, event_id,  CONCAT(event_name ,  IF(event_name NOT LIKE \'wait/synch/mutex%\', IFNULL(CONCAT(\' - \', operation), \'\'), \'\'),  IF(number_of_bytes IS NOT NULL, CONCAT(\' \', number_of_bytes, \' bytes\'), \'\'), IF(event_name LIKE \'wait/io/file%\', \'\\n\', \'\'), IF(object_schema IS NOT NULL, CONCAT(\'\\nObject: \', object_schema, \'.\'), \'\'),  IF(object_name IS NOT NULL,  IF (event_name LIKE \'wait/io/socket%\', CONCAT(IF (object_name LIKE \':0%\', @@socket, object_name)), object_name), \'\'),  IF(index_name IS NOT NULL, CONCAT(\' Index: \', index_name), \'\'), \'\\n\' ) AS event_name, timer_wait, timer_start, nesting_event_id, source AS wait_info FROM performance_schema.events_waits_history_long WHERE thread_id = thd_id)) events  ORDER BY event_id;  RETURN CONCAT(\'{\',  CONCAT_WS(\',\',  \'\"rankdir\": \"LR\"\', \'\"nodesep\": \"0.10\"\', CONCAT(\'\"stack_created\": \"\', NOW(), \'\"\'), CONCAT(\'\"mysql_version\": \"\', VERSION(), \'\"\'), CONCAT(\'\"mysql_user\": \"\', CURRENT_USER(), \'\"\'), CONCAT(\'\"events\": [\', IFNULL(json_objects,\'\'), \']\') ), \'}\');  END'),('sys','ps_thread_trx_info','FUNCTION','ps_thread_trx_info','SQL','READS_SQL_DATA','NO','INVOKER',' in_thread_id BIGINT UNSIGNED ','longtext CHARSET utf8','BEGIN DECLARE v_output LONGTEXT DEFAULT \'{}\'; DECLARE v_msg_text TEXT DEFAULT \'\'; DECLARE v_signal_msg TEXT DEFAULT \'\'; DECLARE v_mysql_errno INT; DECLARE v_max_output_len BIGINT; DECLARE EXIT HANDLER FOR SQLWARNING, SQLEXCEPTION BEGIN GET DIAGNOSTICS CONDITION 1 v_msg_text = MESSAGE_TEXT, v_mysql_errno = MYSQL_ERRNO;  IF v_mysql_errno = 1260 THEN SET v_signal_msg = CONCAT(\'{ \"error\": \"Trx info truncated: \', v_msg_text, \'\" }\'); ELSE SET v_signal_msg = CONCAT(\'{ \"error\": \"\', v_msg_text, \'\" }\'); END IF;  RETURN v_signal_msg; END;  IF (@sys.ps_thread_trx_info.max_length IS NULL) THEN SET @sys.ps_thread_trx_info.max_length = sys.sys_get_config(\'ps_thread_trx_info.max_length\', 65535); END IF;  IF (@sys.ps_thread_trx_info.max_length != @@session.group_concat_max_len) THEN SET @old_group_concat_max_len = @@session.group_concat_max_len; SET v_max_output_len = (@sys.ps_thread_trx_info.max_length - 5); SET SESSION group_concat_max_len = v_max_output_len; END IF;  SET v_output = ( SELECT CONCAT(\'[\', IFNULL(GROUP_CONCAT(trx_info ORDER BY event_id), \'\'), \'\\n]\') AS trx_info FROM (SELECT trxi.thread_id,  trxi.event_id, GROUP_CONCAT( IFNULL( CONCAT(\'\\n  {\\n\', \'    \"time\": \"\', IFNULL(sys.format_time(trxi.timer_wait), \'\'), \'\",\\n\', \'    \"state\": \"\', IFNULL(trxi.state, \'\'), \'\",\\n\', \'    \"mode\": \"\', IFNULL(trxi.access_mode, \'\'), \'\",\\n\', \'    \"autocommitted\": \"\', IFNULL(trxi.autocommit, \'\'), \'\",\\n\', \'    \"gtid\": \"\', IFNULL(trxi.gtid, \'\'), \'\",\\n\', \'    \"isolation\": \"\', IFNULL(trxi.isolation_level, \'\'), \'\",\\n\', \'    \"statements_executed\": [\', IFNULL(s.stmts, \'\'), IF(s.stmts IS NULL, \' ]\\n\', \'\\n    ]\\n\'), \'  }\' ),  \'\')  ORDER BY event_id) AS trx_info  FROM ( (SELECT thread_id, event_id, timer_wait, state,access_mode, autocommit, gtid, isolation_level FROM performance_schema.events_transactions_current WHERE thread_id = in_thread_id AND end_event_id IS NULL) UNION (SELECT thread_id, event_id, timer_wait, state,access_mode, autocommit, gtid, isolation_level FROM performance_schema.events_transactions_history WHERE thread_id = in_thread_id) ) AS trxi LEFT JOIN (SELECT thread_id, nesting_event_id, GROUP_CONCAT( IFNULL( CONCAT(\'\\n      {\\n\', \'        \"sql_text\": \"\', IFNULL(sys.format_statement(REPLACE(sql_text, \'\\\\\', \'\\\\\\\\\')), \'\'), \'\",\\n\', \'        \"time\": \"\', IFNULL(sys.format_time(timer_wait), \'\'), \'\",\\n\', \'        \"schema\": \"\', IFNULL(current_schema, \'\'), \'\",\\n\', \'        \"rows_examined\": \', IFNULL(rows_examined, \'\'), \',\\n\', \'        \"rows_affected\": \', IFNULL(rows_affected, \'\'), \',\\n\', \'        \"rows_sent\": \', IFNULL(rows_sent, \'\'), \',\\n\', \'        \"tmp_tables\": \', IFNULL(created_tmp_tables, \'\'), \',\\n\', \'        \"tmp_disk_tables\": \', IFNULL(created_tmp_disk_tables, \'\'), \',\\n\', \'        \"sort_rows\": \', IFNULL(sort_rows, \'\'), \',\\n\', \'        \"sort_merge_passes\": \', IFNULL(sort_merge_passes, \'\'), \'\\n\', \'      }\'), \'\') ORDER BY event_id) AS stmts FROM performance_schema.events_statements_history WHERE sql_text IS NOT NULL AND thread_id = in_thread_id GROUP BY thread_id, nesting_event_id ) AS s  ON trxi.thread_id = s.thread_id  AND trxi.event_id = s.nesting_event_id WHERE trxi.thread_id = in_thread_id GROUP BY trxi.thread_id, trxi.event_id ) trxs GROUP BY thread_id );  IF (@old_group_concat_max_len IS NOT NULL) THEN SET SESSION group_concat_max_len = @old_group_concat_max_len; END IF;  RETURN v_output; END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Returns a JSON object with info on the given threads current transaction, \n and the statements it has already executed, derived from the\n performance_schema.events_transactions_current and\n performance_schema.events_statements_history tables (so the consumers \n for these also have to be enabled within Performance Schema to get full\n data in the object).\n \n When the output exceeds the default truncation length (65535), a JSON error\n object is returned, such as:\n \n { \"error\": \"Trx info truncated: Row 6 was cut by GROUP_CONCAT()\" }\n \n Similar error objects are returned for other warnings/and exceptions raised\n when calling the function.\n \n The max length of the output of this function can be controlled with the\n ps_thread_trx_info.max_length variable set via sys_config, or the\n @sys.ps_thread_trx_info.max_length user variable, as appropriate.\n \n Parameters\n \n in_thread_id (BIGINT UNSIGNED):\n The id of the thread to return the transaction info for.\n \n Example\n \n SELECT sys.ps_thread_trx_info(48)\\G\n *************************** 1. row ***************************\n sys.ps_thread_trx_info(48): [\n {\n \"time\": \"790.70 us\",\n \"state\": \"COMMITTED\",\n \"mode\": \"READ WRITE\",\n \"autocommitted\": \"NO\",\n \"gtid\": \"AUTOMATIC\",\n \"isolation\": \"REPEATABLE READ\",\n \"statements_executed\": [\n {\n \"sql_text\": \"INSERT INTO info VALUES (1, \'foo\')\",\n \"time\": \"471.02 us\",\n \"schema\": \"trx\",\n \"rows_examined\": 0,\n \"rows_affected\": 1,\n \"rows_sent\": 0,\n \"tmp_tables\": 0,\n \"tmp_disk_tables\": 0,\n \"sort_rows\": 0,\n \"sort_merge_passes\": 0\n },\n {\n \"sql_text\": \"COMMIT\",\n \"time\": \"254.42 us\",\n \"schema\": \"trx\",\n \"rows_examined\": 0,\n \"rows_affected\": 0,\n \"rows_sent\": 0,\n \"tmp_tables\": 0,\n \"tmp_disk_tables\": 0,\n \"sort_rows\": 0,\n \"sort_merge_passes\": 0\n }\n ]\n },\n {\n \"time\": \"426.20 us\",\n \"state\": \"COMMITTED\",\n \"mode\": \"READ WRITE\",\n \"autocommitted\": \"NO\",\n \"gtid\": \"AUTOMATIC\",\n \"isolation\": \"REPEATABLE READ\",\n \"statements_executed\": [\n {\n \"sql_text\": \"INSERT INTO info VALUES (2, \'bar\')\",\n \"time\": \"107.33 us\",\n \"schema\": \"trx\",\n \"rows_examined\": 0,\n \"rows_affected\": 1,\n \"rows_sent\": 0,\n \"tmp_tables\": 0,\n \"tmp_disk_tables\": 0,\n \"sort_rows\": 0,\n \"sort_merge_passes\": 0\n },\n {\n \"sql_text\": \"COMMIT\",\n \"time\": \"213.23 us\",\n \"schema\": \"trx\",\n \"rows_examined\": 0,\n \"rows_affected\": 0,\n \"rows_sent\": 0,\n \"tmp_tables\": 0,\n \"tmp_disk_tables\": 0,\n \"sort_rows\": 0,\n \"sort_merge_passes\": 0\n }\n ]\n }\n ]\n 1 row in set (0.03 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_output LONGTEXT DEFAULT \'{}\'; DECLARE v_msg_text TEXT DEFAULT \'\'; DECLARE v_signal_msg TEXT DEFAULT \'\'; DECLARE v_mysql_errno INT; DECLARE v_max_output_len BIGINT; DECLARE EXIT HANDLER FOR SQLWARNING, SQLEXCEPTION BEGIN GET DIAGNOSTICS CONDITION 1 v_msg_text = MESSAGE_TEXT, v_mysql_errno = MYSQL_ERRNO;  IF v_mysql_errno = 1260 THEN SET v_signal_msg = CONCAT(\'{ \"error\": \"Trx info truncated: \', v_msg_text, \'\" }\'); ELSE SET v_signal_msg = CONCAT(\'{ \"error\": \"\', v_msg_text, \'\" }\'); END IF;  RETURN v_signal_msg; END;  IF (@sys.ps_thread_trx_info.max_length IS NULL) THEN SET @sys.ps_thread_trx_info.max_length = sys.sys_get_config(\'ps_thread_trx_info.max_length\', 65535); END IF;  IF (@sys.ps_thread_trx_info.max_length != @@session.group_concat_max_len) THEN SET @old_group_concat_max_len = @@session.group_concat_max_len; SET v_max_output_len = (@sys.ps_thread_trx_info.max_length - 5); SET SESSION group_concat_max_len = v_max_output_len; END IF;  SET v_output = ( SELECT CONCAT(\'[\', IFNULL(GROUP_CONCAT(trx_info ORDER BY event_id), \'\'), \'\n]\') AS trx_info FROM (SELECT trxi.thread_id,  trxi.event_id, GROUP_CONCAT( IFNULL( CONCAT(\'\n  {\n\', \'    \"time\": \"\', IFNULL(sys.format_time(trxi.timer_wait), \'\'), \'\",\n\', \'    \"state\": \"\', IFNULL(trxi.state, \'\'), \'\",\n\', \'    \"mode\": \"\', IFNULL(trxi.access_mode, \'\'), \'\",\n\', \'    \"autocommitted\": \"\', IFNULL(trxi.autocommit, \'\'), \'\",\n\', \'    \"gtid\": \"\', IFNULL(trxi.gtid, \'\'), \'\",\n\', \'    \"isolation\": \"\', IFNULL(trxi.isolation_level, \'\'), \'\",\n\', \'    \"statements_executed\": [\', IFNULL(s.stmts, \'\'), IF(s.stmts IS NULL, \' ]\n\', \'\n    ]\n\'), \'  }\' ),  \'\')  ORDER BY event_id) AS trx_info  FROM ( (SELECT thread_id, event_id, timer_wait, state,access_mode, autocommit, gtid, isolation_level FROM performance_schema.events_transactions_current WHERE thread_id = in_thread_id AND end_event_id IS NULL) UNION (SELECT thread_id, event_id, timer_wait, state,access_mode, autocommit, gtid, isolation_level FROM performance_schema.events_transactions_history WHERE thread_id = in_thread_id) ) AS trxi LEFT JOIN (SELECT thread_id, nesting_event_id, GROUP_CONCAT( IFNULL( CONCAT(\'\n      {\n\', \'        \"sql_text\": \"\', IFNULL(sys.format_statement(REPLACE(sql_text, \'\\\', \'\\\\\')), \'\'), \'\",\n\', \'        \"time\": \"\', IFNULL(sys.format_time(timer_wait), \'\'), \'\",\n\', \'        \"schema\": \"\', IFNULL(current_schema, \'\'), \'\",\n\', \'        \"rows_examined\": \', IFNULL(rows_examined, \'\'), \',\n\', \'        \"rows_affected\": \', IFNULL(rows_affected, \'\'), \',\n\', \'        \"rows_sent\": \', IFNULL(rows_sent, \'\'), \',\n\', \'        \"tmp_tables\": \', IFNULL(created_tmp_tables, \'\'), \',\n\', \'        \"tmp_disk_tables\": \', IFNULL(created_tmp_disk_tables, \'\'), \',\n\', \'        \"sort_rows\": \', IFNULL(sort_rows, \'\'), \',\n\', \'        \"sort_merge_passes\": \', IFNULL(sort_merge_passes, \'\'), \'\n\', \'      }\'), \'\') ORDER BY event_id) AS stmts FROM performance_schema.events_statements_history WHERE sql_text IS NOT NULL AND thread_id = in_thread_id GROUP BY thread_id, nesting_event_id ) AS s  ON trxi.thread_id = s.thread_id  AND trxi.event_id = s.nesting_event_id WHERE trxi.thread_id = in_thread_id GROUP BY trxi.thread_id, trxi.event_id ) trxs GROUP BY thread_id );  IF (@old_group_concat_max_len IS NOT NULL) THEN SET SESSION group_concat_max_len = @old_group_concat_max_len; END IF;  RETURN v_output; END'),('sys','quote_identifier','FUNCTION','quote_identifier','SQL','NO_SQL','YES','INVOKER','in_identifier TEXT','text CHARSET utf8','BEGIN RETURN CONCAT(\'`\', REPLACE(in_identifier, \'`\', \'``\'), \'`\'); END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Takes an unquoted identifier (schema name, table name, etc.) and\n returns the identifier quoted with backticks.\n \n Parameters\n \n in_identifier (TEXT):\n The identifier to quote.\n \n Returns\n \n TEXT\n \n Example\n \n mysql> SELECT sys.quote_identifier(\'my_identifier\') AS Identifier;\n +-----------------+\n | Identifier      |\n +-----------------+\n | `my_identifier` |\n +-----------------+\n 1 row in set (0.00 sec)\n \n mysql> SELECT sys.quote_identifier(\'my`idenfier\') AS Identifier;\n +----------------+\n | Identifier     |\n +----------------+\n | `my``idenfier` |\n +----------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN RETURN CONCAT(\'`\', REPLACE(in_identifier, \'`\', \'``\'), \'`\'); END'),('sys','sys_get_config','FUNCTION','sys_get_config','SQL','READS_SQL_DATA','YES','INVOKER',' in_variable_name VARCHAR(128), in_default_value VARCHAR(128) ','varchar(128) CHARSET utf8','BEGIN DECLARE v_value VARCHAR(128) DEFAULT NULL;  SET v_value = (SELECT value FROM sys.sys_config WHERE variable = in_variable_name);  IF (v_value IS NULL) THEN SET v_value = in_default_value; END IF;  RETURN v_value; END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Returns the value for the requested variable using the following logic:\n \n 1. If the option exists in sys.sys_config return the value from there.\n 2. Else fall back on the provided default value.\n \n Notes for using sys_get_config():\n \n * If the default value argument to sys_get_config() is NULL and case 2. is reached, NULL is returned.\n It is then expected that the caller is able to handle NULL for the given configuration option.\n * The convention is to name the user variables @sys.<name of variable>. It is <name of variable> that\n is stored in the sys_config table and is what is expected as the argument to sys_get_config().\n * If you want to check whether the configuration option has already been set and if not assign with\n the return value of sys_get_config() you can use IFNULL(...) (see example below). However this should\n not be done inside a loop (e.g. for each row in a result set) as for repeated calls where assignment\n is only needed in the first iteration using IFNULL(...) is expected to be significantly slower than\n using an IF (...) THEN ... END IF; block (see example below).\n \n Parameters\n \n in_variable_name (VARCHAR(128)):\n The name of the config option to return the value for.\n \n in_default_value (VARCHAR(128)):\n The default value to return if the variable does not exist in sys.sys_config.\n \n Returns\n \n VARCHAR(128)\n \n Example\n \n mysql> SELECT sys.sys_get_config(\'statement_truncate_len\', 128) AS Value;\n +-------+\n | Value |\n +-------+\n | 64    |\n +-------+\n 1 row in set (0.00 sec)\n \n mysql> SET @sys.statement_truncate_len = IFNULL(@sys.statement_truncate_len, sys.sys_get_config(\'statement_truncate_len\', 64));\n Query OK, 0 rows affected (0.00 sec)\n \n IF (@sys.statement_truncate_len IS NULL) THEN\n SET @sys.statement_truncate_len = sys.sys_get_config(\'statement_truncate_len\', 64);\n END IF;\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_value VARCHAR(128) DEFAULT NULL;  SET v_value = (SELECT value FROM sys.sys_config WHERE variable = in_variable_name);  IF (v_value IS NULL) THEN SET v_value = in_default_value; END IF;  RETURN v_value; END'),('sys','version_major','FUNCTION','version_major','SQL','NO_SQL','NO','INVOKER','','tinyint(3) unsigned','BEGIN RETURN SUBSTRING_INDEX(SUBSTRING_INDEX(VERSION(), \'-\', 1), \'.\', 1); END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Returns the major version of MySQL Server.\n \n Returns\n \n TINYINT UNSIGNED\n \n Example\n \n mysql> SELECT VERSION(), sys.version_major();\n +--------------------------------------+---------------------+\n | VERSION()                            | sys.version_major() |\n +--------------------------------------+---------------------+\n | 5.7.9-enterprise-commercial-advanced | 5                   |\n +--------------------------------------+---------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN RETURN SUBSTRING_INDEX(SUBSTRING_INDEX(VERSION(), \'-\', 1), \'.\', 1); END'),('sys','version_minor','FUNCTION','version_minor','SQL','NO_SQL','NO','INVOKER','','tinyint(3) unsigned','BEGIN RETURN SUBSTRING_INDEX(SUBSTRING_INDEX(SUBSTRING_INDEX(VERSION(), \'-\', 1), \'.\', 2), \'.\', -1); END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Returns the minor (release series) version of MySQL Server.\n \n Returns\n \n TINYINT UNSIGNED\n \n Example\n \n mysql> SELECT VERSION(), sys.server_minor();\n +--------------------------------------+---------------------+\n | VERSION()                            | sys.version_minor() |\n +--------------------------------------+---------------------+\n | 5.7.9-enterprise-commercial-advanced | 7                   |\n +--------------------------------------+---------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN RETURN SUBSTRING_INDEX(SUBSTRING_INDEX(SUBSTRING_INDEX(VERSION(), \'-\', 1), \'.\', 2), \'.\', -1); END'),('sys','version_patch','FUNCTION','version_patch','SQL','NO_SQL','NO','INVOKER','','tinyint(3) unsigned','BEGIN RETURN SUBSTRING_INDEX(SUBSTRING_INDEX(VERSION(), \'-\', 1), \'.\', -1); END','mysql.sys@localhost','2022-06-07 09:20:40','2022-06-07 09:20:40','','\n Description\n \n Returns the patch release version of MySQL Server.\n \n Returns\n \n TINYINT UNSIGNED\n \n Example\n \n mysql> SELECT VERSION(), sys.version_patch();\n +--------------------------------------+---------------------+\n | VERSION()                            | sys.version_patch() |\n +--------------------------------------+---------------------+\n | 5.7.9-enterprise-commercial-advanced | 9                   |\n +--------------------------------------+---------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN RETURN SUBSTRING_INDEX(SUBSTRING_INDEX(VERSION(), \'-\', 1), \'.\', -1); END'),('sys','create_synonym_db','PROCEDURE','create_synonym_db','SQL','MODIFIES_SQL_DATA','NO','INVOKER',' IN in_db_name VARCHAR(64),  IN in_synonym VARCHAR(64) ','','BEGIN DECLARE v_done bool DEFAULT FALSE; DECLARE v_db_name_check VARCHAR(64); DECLARE v_db_err_msg TEXT; DECLARE v_table VARCHAR(64); DECLARE v_views_created INT DEFAULT 0;  DECLARE db_doesnt_exist CONDITION FOR SQLSTATE \'42000\'; DECLARE db_name_exists CONDITION FOR SQLSTATE \'HY000\';  DECLARE c_table_names CURSOR FOR  SELECT TABLE_NAME  FROM INFORMATION_SCHEMA.TABLES  WHERE TABLE_SCHEMA = in_db_name;  DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SELECT SCHEMA_NAME INTO v_db_name_check FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = in_db_name;  IF v_db_name_check IS NULL THEN SET v_db_err_msg = CONCAT(\'Unknown database \', in_db_name); SIGNAL SQLSTATE \'HY000\' SET MESSAGE_TEXT = v_db_err_msg; END IF;  SELECT SCHEMA_NAME INTO v_db_name_check FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = in_synonym;  IF v_db_name_check = in_synonym THEN SET v_db_err_msg = CONCAT(\'Can\\\'t create database \', in_synonym, \'; database exists\'); SIGNAL SQLSTATE \'HY000\' SET MESSAGE_TEXT = v_db_err_msg; END IF;  SET @create_db_stmt := CONCAT(\'CREATE DATABASE \', sys.quote_identifier(in_synonym)); PREPARE create_db_stmt FROM @create_db_stmt; EXECUTE create_db_stmt; DEALLOCATE PREPARE create_db_stmt;  SET v_done = FALSE; OPEN c_table_names; c_table_names: LOOP FETCH c_table_names INTO v_table; IF v_done THEN LEAVE c_table_names; END IF;  SET @create_view_stmt = CONCAT( \'CREATE SQL SECURITY INVOKER VIEW \', sys.quote_identifier(in_synonym), \'.\', sys.quote_identifier(v_table), \' AS SELECT * FROM \', sys.quote_identifier(in_db_name), \'.\', sys.quote_identifier(v_table) ); PREPARE create_view_stmt FROM @create_view_stmt; EXECUTE create_view_stmt; DEALLOCATE PREPARE create_view_stmt;  SET v_views_created = v_views_created + 1; END LOOP; CLOSE c_table_names;  SELECT CONCAT( \'Created \', v_views_created, \' view\', IF(v_views_created != 1, \'s\', \'\'), \' in the \', sys.quote_identifier(in_synonym), \' database\' ) AS summary;  END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Takes a source database name and synonym name, and then creates the \n synonym database with views that point to all of the tables within\n the source database.\n \n Useful for creating a \"ps\" synonym for \"performance_schema\",\n or \"is\" instead of \"information_schema\", for example.\n \n Parameters\n \n in_db_name (VARCHAR(64)):\n The database name that you would like to create a synonym for.\n in_synonym (VARCHAR(64)):\n The database synonym name.\n \n Example\n \n mysql> SHOW DATABASES;\n +--------------------+\n | Database           |\n +--------------------+\n | information_schema |\n | mysql              |\n | performance_schema |\n | sys                |\n | test               |\n +--------------------+\n 5 rows in set (0.00 sec)\n \n mysql> CALL sys.create_synonym_db(\'performance_schema\', \'ps\');\n +---------------------------------------+\n | summary                               |\n +---------------------------------------+\n | Created 74 views in the `ps` database |\n +---------------------------------------+\n 1 row in set (8.57 sec)\n \n Query OK, 0 rows affected (8.57 sec)\n \n mysql> SHOW DATABASES;\n +--------------------+\n | Database           |\n +--------------------+\n | information_schema |\n | mysql              |\n | performance_schema |\n | ps                 |\n | sys                |\n | test               |\n +--------------------+\n 6 rows in set (0.00 sec)\n \n mysql> SHOW FULL TABLES FROM ps;\n +------------------------------------------------------+------------+\n | Tables_in_ps                                         | Table_type |\n +------------------------------------------------------+------------+\n | accounts                                             | VIEW       |\n | cond_instances                                       | VIEW       |\n | events_stages_current                                | VIEW       |\n | events_stages_history                                | VIEW       |\n ...\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_done bool DEFAULT FALSE; DECLARE v_db_name_check VARCHAR(64); DECLARE v_db_err_msg TEXT; DECLARE v_table VARCHAR(64); DECLARE v_views_created INT DEFAULT 0;  DECLARE db_doesnt_exist CONDITION FOR SQLSTATE \'42000\'; DECLARE db_name_exists CONDITION FOR SQLSTATE \'HY000\';  DECLARE c_table_names CURSOR FOR  SELECT TABLE_NAME  FROM INFORMATION_SCHEMA.TABLES  WHERE TABLE_SCHEMA = in_db_name;  DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SELECT SCHEMA_NAME INTO v_db_name_check FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = in_db_name;  IF v_db_name_check IS NULL THEN SET v_db_err_msg = CONCAT(\'Unknown database \', in_db_name); SIGNAL SQLSTATE \'HY000\' SET MESSAGE_TEXT = v_db_err_msg; END IF;  SELECT SCHEMA_NAME INTO v_db_name_check FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = in_synonym;  IF v_db_name_check = in_synonym THEN SET v_db_err_msg = CONCAT(\'Can\'t create database \', in_synonym, \'; database exists\'); SIGNAL SQLSTATE \'HY000\' SET MESSAGE_TEXT = v_db_err_msg; END IF;  SET @create_db_stmt := CONCAT(\'CREATE DATABASE \', sys.quote_identifier(in_synonym)); PREPARE create_db_stmt FROM @create_db_stmt; EXECUTE create_db_stmt; DEALLOCATE PREPARE create_db_stmt;  SET v_done = FALSE; OPEN c_table_names; c_table_names: LOOP FETCH c_table_names INTO v_table; IF v_done THEN LEAVE c_table_names; END IF;  SET @create_view_stmt = CONCAT( \'CREATE SQL SECURITY INVOKER VIEW \', sys.quote_identifier(in_synonym), \'.\', sys.quote_identifier(v_table), \' AS SELECT * FROM \', sys.quote_identifier(in_db_name), \'.\', sys.quote_identifier(v_table) ); PREPARE create_view_stmt FROM @create_view_stmt; EXECUTE create_view_stmt; DEALLOCATE PREPARE create_view_stmt;  SET v_views_created = v_views_created + 1; END LOOP; CLOSE c_table_names;  SELECT CONCAT( \'Created \', v_views_created, \' view\', IF(v_views_created != 1, \'s\', \'\'), \' in the \', sys.quote_identifier(in_synonym), \' database\' ) AS summary;  END'),('sys','execute_prepared_stmt','PROCEDURE','execute_prepared_stmt','SQL','READS_SQL_DATA','NO','INVOKER',' IN in_query longtext CHARACTER SET UTF8 ','','BEGIN IF (@sys.debug IS NULL) THEN SET @sys.debug = sys.sys_get_config(\'debug\', \'OFF\'); END IF;  IF (in_query IS NULL OR LENGTH(in_query) < 4) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \"The @sys.execute_prepared_stmt.sql must contain a query\"; END IF;  SET @sys.execute_prepared_stmt.sql = in_query;  IF (@sys.debug = \'ON\') THEN SELECT @sys.execute_prepared_stmt.sql AS \'Debug\'; END IF; PREPARE sys_execute_prepared_stmt FROM @sys.execute_prepared_stmt.sql; EXECUTE sys_execute_prepared_stmt; DEALLOCATE PREPARE sys_execute_prepared_stmt;  SET @sys.execute_prepared_stmt.sql = NULL; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Takes the query in the argument and executes it using a prepared statement. The prepared statement is deallocated,\n so the procedure is mainly useful for executing one off dynamically created queries.\n \n The sys_execute_prepared_stmt prepared statement name is used for the query and is required not to exist.\n \n \n Parameters\n \n in_query (longtext CHARACTER SET UTF8):\n The query to execute.\n \n \n Configuration Options\n \n sys.debug\n Whether to provide debugging output.\n Default is \'OFF\'. Set to \'ON\' to include.\n \n \n Example\n \n mysql> CALL sys.execute_prepared_stmt(\'SELECT * FROM sys.sys_config\');\n +------------------------+-------+---------------------+--------+\n | variable               | value | set_time            | set_by |\n +------------------------+-------+---------------------+--------+\n | statement_truncate_len | 64    | 2015-06-30 13:06:00 | NULL   |\n +------------------------+-------+---------------------+--------+\n 1 row in set (0.00 sec)\n \n Query OK, 0 rows affected (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN IF (@sys.debug IS NULL) THEN SET @sys.debug = sys.sys_get_config(\'debug\', \'OFF\'); END IF;  IF (in_query IS NULL OR LENGTH(in_query) < 4) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \"The @sys.execute_prepared_stmt.sql must contain a query\"; END IF;  SET @sys.execute_prepared_stmt.sql = in_query;  IF (@sys.debug = \'ON\') THEN SELECT @sys.execute_prepared_stmt.sql AS \'Debug\'; END IF; PREPARE sys_execute_prepared_stmt FROM @sys.execute_prepared_stmt.sql; EXECUTE sys_execute_prepared_stmt; DEALLOCATE PREPARE sys_execute_prepared_stmt;  SET @sys.execute_prepared_stmt.sql = NULL; END'),('sys','diagnostics','PROCEDURE','diagnostics','SQL','READS_SQL_DATA','NO','INVOKER',' IN in_max_runtime int unsigned, IN in_interval int unsigned, IN in_auto_config enum (\'current\', \'medium\', \'full\') ','','BEGIN DECLARE v_start, v_runtime, v_iter_start, v_sleep DECIMAL(20,2) DEFAULT 0.0; DECLARE v_has_innodb, v_has_ndb, v_has_ps, v_has_replication, v_has_ps_replication VARCHAR(8) CHARSET utf8 DEFAULT \'NO\'; DECLARE v_this_thread_enabled, v_has_ps_vars, v_has_metrics ENUM(\'YES\', \'NO\'); DECLARE v_table_name, v_banner VARCHAR(64) CHARSET utf8; DECLARE v_sql_status_summary_select, v_sql_status_summary_delta, v_sql_status_summary_from, v_no_delta_names TEXT; DECLARE v_output_time, v_output_time_prev DECIMAL(20,3) UNSIGNED; DECLARE v_output_count, v_count, v_old_group_concat_max_len INT UNSIGNED DEFAULT 0; DECLARE v_status_summary_width TINYINT UNSIGNED DEFAULT 50; DECLARE v_done BOOLEAN DEFAULT FALSE; DECLARE c_ndbinfo CURSOR FOR SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = \'ndbinfo\' AND TABLE_NAME NOT IN ( \'blocks\', \'config_params\', \'dict_obj_types\', \'disk_write_speed_base\', \'memory_per_fragment\', \'memoryusage\', \'operations_per_fragment\', \'threadblocks\' ); DECLARE c_sysviews_w_delta CURSOR FOR SELECT table_name FROM tmp_sys_views_delta ORDER BY table_name; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SELECT INSTRUMENTED INTO v_this_thread_enabled FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_disable_thread(CONNECTION_ID()); END IF;  IF (in_max_runtime < in_interval) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'in_max_runtime must be greater than or equal to in_interval\'; END IF; IF (in_max_runtime = 0) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'in_max_runtime must be greater than 0\'; END IF; IF (in_interval = 0) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'in_interval must be greater than 0\'; END IF;  IF (@sys.diagnostics.allow_i_s_tables IS NULL) THEN SET @sys.diagnostics.allow_i_s_tables = sys.sys_get_config(\'diagnostics.allow_i_s_tables\', \'OFF\'); END IF; IF (@sys.diagnostics.include_raw IS NULL) THEN SET @sys.diagnostics.include_raw      = sys.sys_get_config(\'diagnostics.include_raw\'     , \'OFF\'); END IF; IF (@sys.debug IS NULL) THEN SET @sys.debug                        = sys.sys_get_config(\'debug\'                       , \'OFF\'); END IF; IF (@sys.statement_truncate_len IS NULL) THEN SET @sys.statement_truncate_len       = sys.sys_get_config(\'statement_truncate_len\'      , \'64\' ); END IF;  SET @log_bin := @@sql_log_bin; IF (@log_bin = 1) THEN SET sql_log_bin = 0; END IF;  SET v_no_delta_names = CONCAT(\'s%{COUNT}.Variable_name NOT IN (\', \'\'\'innodb_buffer_pool_pages_total\'\', \', \'\'\'innodb_page_size\'\', \', \'\'\'last_query_cost\'\', \', \'\'\'last_query_partial_plans\'\', \', \'\'\'qcache_total_blocks\'\', \', \'\'\'slave_last_heartbeat\'\', \', \'\'\'ssl_ctx_verify_depth\'\', \', \'\'\'ssl_ctx_verify_mode\'\', \', \'\'\'ssl_session_cache_size\'\', \', \'\'\'ssl_verify_depth\'\', \', \'\'\'ssl_verify_mode\'\', \', \'\'\'ssl_version\'\', \', \'\'\'buffer_flush_lsn_avg_rate\'\', \', \'\'\'buffer_flush_pct_for_dirty\'\', \', \'\'\'buffer_flush_pct_for_lsn\'\', \', \'\'\'buffer_pool_pages_total\'\', \', \'\'\'lock_row_lock_time_avg\'\', \', \'\'\'lock_row_lock_time_max\'\', \', \'\'\'innodb_page_size\'\'\', \')\');  IF (in_auto_config <> \'current\') THEN IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'Updating Performance Schema configuration to \', in_auto_config) AS \'Debug\'; END IF; CALL sys.ps_setup_save(0);  IF (in_auto_config = \'medium\') THEN UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\' WHERE NAME NOT LIKE \'%\\_history%\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\' WHERE NAME NOT LIKE \'wait/synch/%\'; ELSEIF (in_auto_config = \'full\') THEN UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\'; END IF;  UPDATE performance_schema.threads SET INSTRUMENTED = \'YES\' WHERE PROCESSLIST_ID <> CONNECTION_ID(); END IF;  SET v_start        = UNIX_TIMESTAMP(NOW(2)), in_interval    = IFNULL(in_interval, 30), in_max_runtime = IFNULL(in_max_runtime, 60);  SET v_banner = REPEAT( \'-\', LEAST( GREATEST( 36, CHAR_LENGTH(VERSION()), CHAR_LENGTH(@@global.version_comment), CHAR_LENGTH(@@global.version_compile_os), CHAR_LENGTH(@@global.version_compile_machine), CHAR_LENGTH(@@global.socket), CHAR_LENGTH(@@global.datadir) ), 64 ) ); SELECT \'Hostname\' AS \'Name\', @@global.hostname AS \'Value\' UNION ALL SELECT \'Port\' AS \'Name\', @@global.port AS \'Value\' UNION ALL SELECT \'Socket\' AS \'Name\', @@global.socket AS \'Value\' UNION ALL SELECT \'Datadir\' AS \'Name\', @@global.datadir AS \'Value\' UNION ALL SELECT \'Server UUID\' AS \'Name\', @@global.server_uuid AS \'Value\' UNION ALL SELECT REPEAT(\'-\', 23) AS \'Name\', v_banner AS \'Value\' UNION ALL SELECT \'MySQL Version\' AS \'Name\', VERSION() AS \'Value\' UNION ALL SELECT \'Sys Schema Version\' AS \'Name\', (SELECT sys_version FROM sys.version) AS \'Value\' UNION ALL SELECT \'Version Comment\' AS \'Name\', @@global.version_comment AS \'Value\' UNION ALL SELECT \'Version Compile OS\' AS \'Name\', @@global.version_compile_os AS \'Value\' UNION ALL SELECT \'Version Compile Machine\' AS \'Name\', @@global.version_compile_machine AS \'Value\' UNION ALL SELECT REPEAT(\'-\', 23) AS \'Name\', v_banner AS \'Value\' UNION ALL SELECT \'UTC Time\' AS \'Name\', UTC_TIMESTAMP() AS \'Value\' UNION ALL SELECT \'Local Time\' AS \'Name\', NOW() AS \'Value\' UNION ALL SELECT \'Time Zone\' AS \'Name\', @@global.time_zone AS \'Value\' UNION ALL SELECT \'System Time Zone\' AS \'Name\', @@global.system_time_zone AS \'Value\' UNION ALL SELECT \'Time Zone Offset\' AS \'Name\', TIMEDIFF(NOW(), UTC_TIMESTAMP()) AS \'Value\';  SET v_has_innodb         = IFNULL((SELECT SUPPORT FROM information_schema.ENGINES WHERE ENGINE = \'InnoDB\'), \'NO\'), v_has_ndb            = IFNULL((SELECT SUPPORT FROM information_schema.ENGINES WHERE ENGINE = \'NDBCluster\'), \'NO\'), v_has_ps             = IFNULL((SELECT SUPPORT FROM information_schema.ENGINES WHERE ENGINE = \'PERFORMANCE_SCHEMA\'), \'NO\'), v_has_ps_replication = IF(v_has_ps = \'YES\' AND EXISTS(SELECT 1 FROM information_schema.TABLES WHERE TABLE_SCHEMA = \'performance_schema\' AND TABLE_NAME = \'replication_applier_status\'), \'YES\', \'NO\' ), v_has_replication    =  IF(v_has_ps_replication = \'YES\', IF((SELECT COUNT(*) FROM performance_schema.replication_connection_status) > 0, \'YES\', \'NO\'), IF(@@master_info_repository = \'TABLE\', IF((SELECT COUNT(*) FROM mysql.slave_master_info) > 0, \'YES\', \'NO\'), IF(@@relay_log_info_repository = \'TABLE\', IF((SELECT COUNT(*) FROM mysql.slave_relay_log_info) > 0, \'YES\', \'NO\'), \'MAYBE\')) ) , v_has_metrics        = IF(v_has_ps = \'YES\' OR (sys.version_major() = 5 AND sys.version_minor() = 6), \'YES\', \'NO\'), v_has_ps_vars        = \'NO\';   SET v_has_ps_vars = IF(@@global.show_compatibility_56, \'NO\', \'YES\');  SET v_has_ps_vars = \'YES\';  IF (@sys.debug = \'ON\') THEN SELECT v_has_innodb AS \'Has_InnoDB\', v_has_ndb AS \'Has_NDBCluster\', v_has_ps AS \'Has_Performance_Schema\', v_has_ps_vars AS \'Has_P_S_SHOW_Variables\', v_has_metrics AS \'Has_metrics\', v_has_ps_replication \'AS Has_P_S_Replication\', v_has_replication AS \'Has_Replication\'; END IF;  IF (v_has_innodb IN (\'DEFAULT\', \'YES\')) THEN SET @sys.diagnostics.sql = \'SHOW ENGINE InnoDB STATUS\'; PREPARE stmt_innodb_status FROM @sys.diagnostics.sql; END IF;  IF (v_has_ps = \'YES\') THEN SET @sys.diagnostics.sql = \'SHOW ENGINE PERFORMANCE_SCHEMA STATUS\'; PREPARE stmt_ps_status FROM @sys.diagnostics.sql; END IF;  IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN SET @sys.diagnostics.sql = \'SHOW ENGINE NDBCLUSTER STATUS\'; PREPARE stmt_ndbcluster_status FROM @sys.diagnostics.sql; END IF;  SET @sys.diagnostics.sql_gen_query_template = \'SELECT CONCAT( \'\'SELECT \'\', GROUP_CONCAT( CASE WHEN (SUBSTRING(TABLE_NAME, 3), COLUMN_NAME) IN ( (\'\'io_global_by_file_by_bytes\'\', \'\'total\'\'), (\'\'io_global_by_wait_by_bytes\'\', \'\'total_requested\'\') ) THEN CONCAT(\'\'sys.format_bytes(\'\', COLUMN_NAME, \'\') AS \'\', COLUMN_NAME) WHEN COLUMN_NAME LIKE \'\'%latency\'\' THEN CONCAT(\'\'sys.format_time(\'\', COLUMN_NAME, \'\') AS \'\', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, -7) = \'\'_memory\'\' OR SUBSTRING(COLUMN_NAME, -17) = \'\'_memory_allocated\'\' OR ((SUBSTRING(COLUMN_NAME, -5) = \'\'_read\'\' OR SUBSTRING(COLUMN_NAME, -8) = \'\'_written\'\' OR SUBSTRING(COLUMN_NAME, -6) = \'\'_write\'\') AND SUBSTRING(COLUMN_NAME, 1, 6) <> \'\'COUNT_\'\') THEN CONCAT(\'\'sys.format_bytes(\'\', COLUMN_NAME, \'\') AS \'\', COLUMN_NAME) ELSE COLUMN_NAME END ORDER BY ORDINAL_POSITION SEPARATOR \'\',\\n       \'\' ), \'\'\\n  FROM tmp_\'\', SUBSTRING(TABLE_NAME FROM 3), \'\'_%{OUTPUT}\'\' ) AS Query INTO @sys.diagnostics.sql_select FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = \'\'sys\'\' AND TABLE_NAME = ? GROUP BY TABLE_NAME\';  SET @sys.diagnostics.sql_gen_query_delta = \'SELECT CONCAT( \'\'SELECT \'\', GROUP_CONCAT( CASE WHEN FIND_IN_SET(COLUMN_NAME, diag.pk) THEN COLUMN_NAME WHEN diag.TABLE_NAME = \'\'io_global_by_file_by_bytes\'\' AND COLUMN_NAME = \'\'write_pct\'\' THEN CONCAT(\'\'IFNULL(ROUND(100-(((e.total_read-IFNULL(s.total_read, 0))\'\', \'\'/NULLIF(((e.total_read-IFNULL(s.total_read, 0))+(e.total_written-IFNULL(s.total_written, 0))), 0))*100), 2), 0.00) AS \'\', COLUMN_NAME) WHEN (diag.TABLE_NAME, COLUMN_NAME) IN ( (\'\'io_global_by_file_by_bytes\'\', \'\'total\'\'), (\'\'io_global_by_wait_by_bytes\'\', \'\'total_requested\'\') ) THEN CONCAT(\'\'sys.format_bytes(e.\'\', COLUMN_NAME, \'\'-IFNULL(s.\'\', COLUMN_NAME, \'\', 0)) AS \'\', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, 1, 4) IN (\'\'max_\'\', \'\'min_\'\') AND SUBSTRING(COLUMN_NAME, -8) = \'\'_latency\'\' THEN CONCAT(\'\'sys.format_time(e.\'\', COLUMN_NAME, \'\') AS \'\', COLUMN_NAME) WHEN COLUMN_NAME = \'\'avg_latency\'\' THEN CONCAT(\'\'sys.format_time((e.total_latency - IFNULL(s.total_latency, 0))\'\', \'\'/NULLIF(e.total - IFNULL(s.total, 0), 0)) AS \'\', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, -12) = \'\'_avg_latency\'\' THEN CONCAT(\'\'sys.format_time((e.\'\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'\'_latency - IFNULL(s.\'\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'\'_latency, 0))\'\', \'\'/NULLIF(e.\'\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'\'s - IFNULL(s.\'\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'\'s, 0), 0)) AS \'\', COLUMN_NAME) WHEN COLUMN_NAME LIKE \'\'%latency\'\' THEN CONCAT(\'\'sys.format_time(e.\'\', COLUMN_NAME, \'\' - IFNULL(s.\'\', COLUMN_NAME, \'\', 0)) AS \'\', COLUMN_NAME) WHEN COLUMN_NAME IN (\'\'avg_read\'\', \'\'avg_write\'\', \'\'avg_written\'\') THEN CONCAT(\'\'sys.format_bytes(IFNULL((e.total_\'\', IF(COLUMN_NAME = \'\'avg_read\'\', \'\'read\'\', \'\'written\'\'), \'\'-IFNULL(s.total_\'\', IF(COLUMN_NAME = \'\'avg_read\'\', \'\'read\'\', \'\'written\'\'), \'\', 0))\'\', \'\'/NULLIF(e.count_\'\', IF(COLUMN_NAME = \'\'avg_read\'\', \'\'read\'\', \'\'write\'\'), \'\'-IFNULL(s.count_\'\', IF(COLUMN_NAME = \'\'avg_read\'\', \'\'read\'\', \'\'write\'\'), \'\', 0), 0), 0)) AS \'\', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, -7) = \'\'_memory\'\' OR SUBSTRING(COLUMN_NAME, -17) = \'\'_memory_allocated\'\' OR ((SUBSTRING(COLUMN_NAME, -5) = \'\'_read\'\' OR SUBSTRING(COLUMN_NAME, -8) = \'\'_written\'\' OR SUBSTRING(COLUMN_NAME, -6) = \'\'_write\'\') AND SUBSTRING(COLUMN_NAME, 1, 6) <> \'\'COUNT_\'\') THEN CONCAT(\'\'sys.format_bytes(e.\'\', COLUMN_NAME, \'\' - IFNULL(s.\'\', COLUMN_NAME, \'\', 0)) AS \'\', COLUMN_NAME) ELSE CONCAT(\'\'(e.\'\', COLUMN_NAME, \'\' - IFNULL(s.\'\', COLUMN_NAME, \'\', 0)) AS \'\', COLUMN_NAME) END ORDER BY ORDINAL_POSITION SEPARATOR \'\',\\n       \'\' ), \'\'\\n  FROM tmp_\'\', diag.TABLE_NAME, \'\'_end e LEFT OUTER JOIN tmp_\'\', diag.TABLE_NAME, \'\'_start s USING (\'\', diag.pk, \'\')\'\' ) AS Query INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta diag INNER JOIN information_schema.COLUMNS c ON c.TABLE_NAME = CONCAT(\'\'x$\'\', diag.TABLE_NAME) WHERE c.TABLE_SCHEMA = \'\'sys\'\' AND diag.TABLE_NAME = ? GROUP BY diag.TABLE_NAME\';  IF (v_has_ps = \'YES\') THEN DROP TEMPORARY TABLE IF EXISTS tmp_sys_views_delta; CREATE TEMPORARY TABLE tmp_sys_views_delta ( TABLE_NAME varchar(64) NOT NULL, order_by text COMMENT \'ORDER BY clause for the initial and overall views\', order_by_delta text COMMENT \'ORDER BY clause for the delta views\', where_delta text COMMENT \'WHERE clause to use for delta views to only include rows with a \"count\" > 0\', limit_rows int unsigned COMMENT \'The maximum number of rows to include for the view\', pk varchar(128) COMMENT \'Used with the FIND_IN_SET() function so use comma separated list without whitespace\', PRIMARY KEY (TABLE_NAME) );  IF (@sys.debug = \'ON\') THEN SELECT \'Populating tmp_sys_views_delta\' AS \'Debug\'; END IF; INSERT INTO tmp_sys_views_delta VALUES (\'host_summary\'                       , \'%{TABLE}.statement_latency DESC\', \'(e.statement_latency-IFNULL(s.statement_latency, 0)) DESC\', \'(e.statements - IFNULL(s.statements, 0)) > 0\', NULL, \'host\'), (\'host_summary_by_file_io\'            , \'%{TABLE}.io_latency DESC\', \'(e.io_latency-IFNULL(s.io_latency, 0)) DESC\', \'(e.ios - IFNULL(s.ios, 0)) > 0\', NULL, \'host\'), (\'host_summary_by_file_io_type\'       , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,event_name\'), (\'host_summary_by_stages\'             , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,event_name\'), (\'host_summary_by_statement_latency\'  , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host\'), (\'host_summary_by_statement_type\'     , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,statement\'), (\'io_by_thread_by_latency\'            , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,thread_id,processlist_id\'), (\'io_global_by_file_by_bytes\'         , \'%{TABLE}.total DESC\', \'(e.total-IFNULL(s.total, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', 100, \'file\'), (\'io_global_by_file_by_latency\'       , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', 100, \'file\'), (\'io_global_by_wait_by_bytes\'         , \'%{TABLE}.total_requested DESC\', \'(e.total_requested-IFNULL(s.total_requested, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_name\'), (\'io_global_by_wait_by_latency\'       , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_name\'), (\'schema_index_statistics\'            , \'(%{TABLE}.select_latency+%{TABLE}.insert_latency+%{TABLE}.update_latency+%{TABLE}.delete_latency) DESC\', \'((e.select_latency+e.insert_latency+e.update_latency+e.delete_latency)-IFNULL(s.select_latency+s.insert_latency+s.update_latency+s.delete_latency, 0)) DESC\', \'((e.rows_selected+e.insert_latency+e.rows_updated+e.rows_deleted)-IFNULL(s.rows_selected+s.rows_inserted+s.rows_updated+s.rows_deleted, 0)) > 0\', 100, \'table_schema,table_name,index_name\'), (\'schema_table_statistics\'            , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) > 0\', 100, \'table_schema,table_name\'), (\'schema_tables_with_full_table_scans\', \'%{TABLE}.rows_full_scanned DESC\', \'(e.rows_full_scanned-IFNULL(s.rows_full_scanned, 0)) DESC\', \'(e.rows_full_scanned-IFNULL(s.rows_full_scanned, 0)) > 0\', 100, \'object_schema,object_name\'), (\'user_summary\'                       , \'%{TABLE}.statement_latency DESC\', \'(e.statement_latency-IFNULL(s.statement_latency, 0)) DESC\', \'(e.statements - IFNULL(s.statements, 0)) > 0\', NULL, \'user\'), (\'user_summary_by_file_io\'            , \'%{TABLE}.io_latency DESC\', \'(e.io_latency-IFNULL(s.io_latency, 0)) DESC\', \'(e.ios - IFNULL(s.ios, 0)) > 0\', NULL, \'user\'), (\'user_summary_by_file_io_type\'       , \'%{TABLE}.user, %{TABLE}.latency DESC\', \'e.user, (e.latency-IFNULL(s.latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,event_name\'), (\'user_summary_by_stages\'             , \'%{TABLE}.user, %{TABLE}.total_latency DESC\', \'e.user, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,event_name\'), (\'user_summary_by_statement_latency\'  , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user\'), (\'user_summary_by_statement_type\'     , \'%{TABLE}.user, %{TABLE}.total_latency DESC\', \'e.user, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,statement\'), (\'wait_classes_global_by_avg_latency\' , \'IFNULL(%{TABLE}.total_latency / NULLIF(%{TABLE}.total, 0), 0) DESC\', \'IFNULL((e.total_latency-IFNULL(s.total_latency, 0)) / NULLIF((e.total - IFNULL(s.total, 0)), 0), 0) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_class\'), (\'wait_classes_global_by_latency\'     , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_class\'), (\'waits_by_host_by_latency\'           , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,event\'), (\'waits_by_user_by_latency\'           , \'%{TABLE}.user, %{TABLE}.total_latency DESC\', \'e.user, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,event\'), (\'waits_global_by_latency\'            , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'events\') ; END IF;   SELECT \'  =======================  Configuration  =======================  \' AS \'\'; SELECT \'GLOBAL VARIABLES\' AS \'The following output is:\'; IF (v_has_ps_vars = \'YES\') THEN SELECT LOWER(VARIABLE_NAME) AS Variable_name, VARIABLE_VALUE AS Variable_value FROM performance_schema.global_variables ORDER BY VARIABLE_NAME; ELSE SELECT LOWER(VARIABLE_NAME) AS Variable_name, VARIABLE_VALUE AS Variable_value FROM information_schema.GLOBAL_VARIABLES ORDER BY VARIABLE_NAME; END IF;  IF (v_has_ps = \'YES\') THEN SELECT \'Performance Schema Setup - Actors\' AS \'The following output is:\'; SELECT * FROM performance_schema.setup_actors;  SELECT \'Performance Schema Setup - Consumers\' AS \'The following output is:\'; SELECT NAME AS Consumer, ENABLED, sys.ps_is_consumer_enabled(NAME) AS COLLECTS FROM performance_schema.setup_consumers;  SELECT \'Performance Schema Setup - Instruments\' AS \'The following output is:\'; SELECT SUBSTRING_INDEX(NAME, \'/\', 2) AS \'InstrumentClass\', ROUND(100*SUM(IF(ENABLED = \'YES\', 1, 0))/COUNT(*), 2) AS \'EnabledPct\', ROUND(100*SUM(IF(TIMED = \'YES\', 1, 0))/COUNT(*), 2) AS \'TimedPct\' FROM performance_schema.setup_instruments GROUP BY SUBSTRING_INDEX(NAME, \'/\', 2) ORDER BY SUBSTRING_INDEX(NAME, \'/\', 2);  SELECT \'Performance Schema Setup - Objects\' AS \'The following output is:\'; SELECT * FROM performance_schema.setup_objects;  SELECT \'Performance Schema Setup - Threads\' AS \'The following output is:\'; SELECT `TYPE` AS ThreadType, COUNT(*) AS \'Total\', ROUND(100*SUM(IF(INSTRUMENTED = \'YES\', 1, 0))/COUNT(*), 2) AS \'InstrumentedPct\' FROM performance_schema.threads GROUP BY TYPE; END IF;   IF (v_has_replication = \'NO\') THEN SELECT \'No Replication Configured\' AS \'Replication Status\'; ELSE SELECT CONCAT(\'Replication Configured: \', v_has_replication, \' - Performance Schema Replication Tables: \', v_has_ps_replication) AS \'Replication Status\';  IF (v_has_ps_replication = \'YES\') THEN SELECT \'Replication - Connection Configuration\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_connection_configuration ORDER BY CHANNEL_NAME ; END IF;  IF (v_has_ps_replication = \'YES\') THEN SELECT \'Replication - Applier Configuration\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_configuration ORDER BY CHANNEL_NAME; END IF;  IF (@@master_info_repository = \'TABLE\') THEN SELECT \'Replication - Master Info Repository Configuration\' AS \'The following output is:\'; SELECT  Channel_name, Host, User_name, Port, Connect_retry, Enabled_ssl, Ssl_ca, Ssl_capath, Ssl_cert, Ssl_cipher, Ssl_key, Ssl_verify_server_cert, Heartbeat, Bind, Ignored_server_ids, Uuid, Retry_count, Ssl_crl, Ssl_crlpath, Tls_version, Enabled_auto_position FROM mysql.slave_master_info ORDER BY Channel_name ; END IF;  IF (@@relay_log_info_repository = \'TABLE\') THEN SELECT \'Replication - Relay Log Repository Configuration\' AS \'The following output is:\'; SELECT  Channel_name, Sql_delay, Number_of_workers, Id FROM mysql.slave_relay_log_info ORDER BY Channel_name ; END IF; END IF;   IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN SELECT \'Cluster Thread Blocks\' AS \'The following output is:\'; SELECT * FROM ndbinfo.threadblocks; END IF;  IF (v_has_ps = \'YES\') THEN IF (@sys.diagnostics.include_raw = \'ON\') THEN SELECT \'  ========================  Initial Status  ========================  \' AS \'\'; END IF;  DROP TEMPORARY TABLE IF EXISTS tmp_digests_start; CALL sys.statement_performance_analyzer(\'create_tmp\', \'tmp_digests_start\', NULL); CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); CALL sys.statement_performance_analyzer(\'save\', \'tmp_digests_start\', NULL);  IF (@sys.diagnostics.include_raw = \'ON\') THEN SET @sys.diagnostics.sql = REPLACE(@sys.diagnostics.sql_gen_query_template, \'%{OUTPUT}\', \'start\'); IF (@sys.debug = \'ON\') THEN SELECT \'The following query will be used to generate the query for each sys view\' AS \'Debug\'; SELECT @sys.diagnostics.sql AS \'Debug\'; END IF; PREPARE stmt_gen_query FROM @sys.diagnostics.sql; END IF; SET v_done = FALSE; OPEN c_sysviews_w_delta; c_sysviews_w_delta_loop: LOOP FETCH c_sysviews_w_delta INTO v_table_name; IF v_done THEN LEAVE c_sysviews_w_delta_loop; END IF;  IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'The following queries are for storing the initial content of \', v_table_name) AS \'Debug\'; END IF;  CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS `tmp_\', v_table_name, \'_start`\')); CALL sys.execute_prepared_stmt(CONCAT(\'CREATE TEMPORARY TABLE `tmp_\', v_table_name, \'_start` SELECT * FROM `sys`.`x$\', v_table_name, \'`\'));  IF (@sys.diagnostics.include_raw = \'ON\') THEN SET @sys.diagnostics.table_name = CONCAT(\'x$\', v_table_name); EXECUTE stmt_gen_query USING @sys.diagnostics.table_name; SELECT CONCAT(@sys.diagnostics.sql_select, IF(order_by IS NOT NULL, CONCAT(\'\\n ORDER BY \', REPLACE(order_by, \'%{TABLE}\', CONCAT(\'tmp_\', v_table_name, \'_start\'))), \'\'), IF(limit_rows IS NOT NULL, CONCAT(\'\\n LIMIT \', limit_rows), \'\') ) INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta WHERE TABLE_NAME = v_table_name; SELECT CONCAT(\'Initial \', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql_select); END IF; END LOOP; CLOSE c_sysviews_w_delta;  IF (@sys.diagnostics.include_raw = \'ON\') THEN DEALLOCATE PREPARE stmt_gen_query; END IF; END IF;  SET v_sql_status_summary_select = \'SELECT Variable_name\', v_sql_status_summary_delta  = \'\', v_sql_status_summary_from   = \'\';  REPEAT SET v_output_count = v_output_count + 1; IF (v_output_count > 1) THEN SET v_sleep = in_interval-(UNIX_TIMESTAMP(NOW(2))-v_iter_start); SELECT NOW() AS \'Time\', CONCAT(\'Going to sleep for \', v_sleep, \' seconds. Please do not interrupt\') AS \'The following output is:\'; DO SLEEP(in_interval); END IF; SET v_iter_start = UNIX_TIMESTAMP(NOW(2));  SELECT NOW(), CONCAT(\'Iteration Number \', IFNULL(v_output_count, \'NULL\')) AS \'The following output is:\';  IF (@@log_bin = 1) THEN SELECT \'SHOW MASTER STATUS\' AS \'The following output is:\'; SHOW MASTER STATUS; END IF;  IF (v_has_replication <> \'NO\') THEN SELECT \'SHOW SLAVE STATUS\' AS \'The following output is:\'; SHOW SLAVE STATUS;  IF (v_has_ps_replication = \'YES\') THEN SELECT \'Replication Connection Status\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_connection_status;  SELECT \'Replication Applier Status\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_status ORDER BY CHANNEL_NAME;  SELECT \'Replication Applier Status - Coordinator\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_status_by_coordinator ORDER BY CHANNEL_NAME;  SELECT \'Replication Applier Status - Worker\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_status_by_worker ORDER BY CHANNEL_NAME, WORKER_ID; END IF;  IF (@@master_info_repository = \'TABLE\') THEN SELECT \'Replication - Master Log Status\' AS \'The following output is:\'; SELECT Master_log_name, Master_log_pos FROM mysql.slave_master_info; END IF;  IF (@@relay_log_info_repository = \'TABLE\') THEN SELECT \'Replication - Relay Log Status\' AS \'The following output is:\'; SELECT sys.format_path(Relay_log_name) AS Relay_log_name, Relay_log_pos, Master_log_name, Master_log_pos FROM mysql.slave_relay_log_info;  SELECT \'Replication - Worker Status\' AS \'The following output is:\'; SELECT Id, sys.format_path(Relay_log_name) AS Relay_log_name, Relay_log_pos, Master_log_name, Master_log_pos, sys.format_path(Checkpoint_relay_log_name) AS Checkpoint_relay_log_name, Checkpoint_relay_log_pos, Checkpoint_master_log_name, Checkpoint_master_log_pos, Checkpoint_seqno, Checkpoint_group_size, HEX(Checkpoint_group_bitmap) AS Checkpoint_group_bitmap , Channel_name FROM mysql.slave_worker_info ORDER BY  Channel_name, Id; END IF; END IF;  SET v_table_name = CONCAT(\'tmp_metrics_\', v_output_count); CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS \', v_table_name));  CALL sys.execute_prepared_stmt(CONCAT(\'CREATE TEMPORARY TABLE \', v_table_name, \' ( Variable_name VARCHAR(193) NOT NULL, Variable_value VARCHAR(1024), Type VARCHAR(225) NOT NULL, Enabled ENUM(\'\'YES\'\', \'\'NO\'\', \'\'PARTIAL\'\') NOT NULL, PRIMARY KEY (Type, Variable_name) ) ENGINE = InnoDB DEFAULT CHARSET=utf8\'));  IF (v_has_metrics) THEN SET @sys.diagnostics.sql = CONCAT( \'INSERT INTO \', v_table_name, \' SELECT Variable_name, REPLACE(Variable_value, \'\'\\n\'\', \'\'\\\\\\\\n\'\') AS Variable_value, Type, Enabled FROM sys.metrics\' ); ELSE SET @sys.diagnostics.sql = CONCAT( \'INSERT INTO \', v_table_name, \'(SELECT LOWER(VARIABLE_NAME) AS Variable_name, REPLACE(VARIABLE_VALUE, \'\'\\n\'\', \'\'\\\\\\\\n\'\') AS Variable_value, \'\'Global Status\'\' AS Type, \'\'YES\'\' AS Enabled FROM performance_schema.global_status ) UNION ALL ( SELECT NAME AS Variable_name, COUNT AS Variable_value, CONCAT(\'\'InnoDB Metrics - \'\', SUBSYSTEM) AS Type, IF(STATUS = \'\'enabled\'\', \'\'YES\'\', \'\'NO\'\') AS Enabled FROM information_schema.INNODB_METRICS WHERE NAME NOT IN ( \'\'lock_row_lock_time\'\', \'\'lock_row_lock_time_avg\'\', \'\'lock_row_lock_time_max\'\', \'\'lock_row_lock_waits\'\', \'\'buffer_pool_reads\'\', \'\'buffer_pool_read_requests\'\', \'\'buffer_pool_write_requests\'\', \'\'buffer_pool_wait_free\'\', \'\'buffer_pool_read_ahead\'\', \'\'buffer_pool_read_ahead_evicted\'\', \'\'buffer_pool_pages_total\'\', \'\'buffer_pool_pages_misc\'\', \'\'buffer_pool_pages_data\'\', \'\'buffer_pool_bytes_data\'\', \'\'buffer_pool_pages_dirty\'\', \'\'buffer_pool_bytes_dirty\'\', \'\'buffer_pool_pages_free\'\', \'\'buffer_pages_created\'\', \'\'buffer_pages_written\'\', \'\'buffer_pages_read\'\', \'\'buffer_data_reads\'\', \'\'buffer_data_written\'\', \'\'file_num_open_files\'\', \'\'os_log_bytes_written\'\', \'\'os_log_fsyncs\'\', \'\'os_log_pending_fsyncs\'\', \'\'os_log_pending_writes\'\', \'\'log_waits\'\', \'\'log_write_requests\'\', \'\'log_writes\'\', \'\'innodb_dblwr_writes\'\', \'\'innodb_dblwr_pages_written\'\', \'\'innodb_page_size\'\') ) UNION ALL ( SELECT \'\'NOW()\'\' AS Variable_name, NOW(3) AS Variable_value, \'\'System Time\'\' AS Type, \'\'YES\'\' AS Enabled ) UNION ALL ( SELECT \'\'UNIX_TIMESTAMP()\'\' AS Variable_name, ROUND(UNIX_TIMESTAMP(NOW(3)), 3) AS Variable_value, \'\'System Time\'\' AS Type, \'\'YES\'\' AS Enabled ) ORDER BY Type, Variable_name;\' ); END IF; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql);  CALL sys.execute_prepared_stmt( CONCAT(\'(SELECT Variable_value INTO @sys.diagnostics.output_time FROM \', v_table_name, \' WHERE Type = \'\'System Time\'\' AND Variable_name = \'\'UNIX_TIMESTAMP()\'\')\') ); SET v_output_time = @sys.diagnostics.output_time;  SET v_sql_status_summary_select = CONCAT(v_sql_status_summary_select, \', CONCAT( LEFT(s\', v_output_count, \'.Variable_value, \', v_status_summary_width, \'), IF(\', REPLACE(v_no_delta_names, \'%{COUNT}\', v_output_count), \' AND s\', v_output_count, \'.Variable_value REGEXP \'\'^[0-9]+(\\\\\\\\.[0-9]+)?$\'\', CONCAT(\'\' (\'\', ROUND(s\', v_output_count, \'.Variable_value/\', v_output_time, \', 2), \'\'/sec)\'\'), \'\'\'\') ) AS \'\'Output \', v_output_count, \'\'\'\'), v_sql_status_summary_from   = CONCAT(v_sql_status_summary_from, \' \', IF(v_output_count = 1, \'  FROM \', \'       INNER JOIN \'), v_table_name, \' s\', v_output_count, IF (v_output_count = 1, \'\', \' USING (Type, Variable_name)\')); IF (v_output_count > 1) THEN SET v_sql_status_summary_delta  = CONCAT(v_sql_status_summary_delta, \', IF(\', REPLACE(v_no_delta_names, \'%{COUNT}\', v_output_count), \' AND s\', (v_output_count-1), \'.Variable_value REGEXP \'\'^[0-9]+(\\\\\\\\.[0-9]+)?$\'\' AND s\', v_output_count, \'.Variable_value REGEXP \'\'^[0-9]+(\\\\\\\\.[0-9]+)?$\'\', CONCAT(IF(s\', (v_output_count-1), \'.Variable_value REGEXP \'\'^[0-9]+\\\\\\\\.[0-9]+$\'\' OR s\', v_output_count, \'.Variable_value REGEXP \'\'^[0-9]+\\\\\\\\.[0-9]+$\'\', ROUND((s\', v_output_count, \'.Variable_value-s\', (v_output_count-1), \'.Variable_value), 2), (s\', v_output_count, \'.Variable_value-s\', (v_output_count-1), \'.Variable_value) ), \'\' (\'\', ROUND((s\', v_output_count, \'.Variable_value-s\', (v_output_count-1), \'.Variable_value)/(\', v_output_time, \'-\', v_output_time_prev, \'), 2), \'\'/sec)\'\' ), \'\'\'\' ) AS \'\'Delta (\', (v_output_count-1), \' -> \', v_output_count, \')\'\'\'); END IF;  SET v_output_time_prev = v_output_time;  IF (@sys.diagnostics.include_raw = \'ON\') THEN IF (v_has_metrics) THEN SELECT \'SELECT * FROM sys.metrics\' AS \'The following output is:\'; ELSE SELECT \'sys.metrics equivalent\' AS \'The following output is:\'; END IF; CALL sys.execute_prepared_stmt(CONCAT(\'SELECT Type, Variable_name, Enabled, Variable_value FROM \', v_table_name, \' ORDER BY Type, Variable_name\')); END IF;  IF (v_has_innodb IN (\'DEFAULT\', \'YES\')) THEN SELECT \'SHOW ENGINE INNODB STATUS\' AS \'The following output is:\'; EXECUTE stmt_innodb_status; SELECT \'InnoDB - Transactions\' AS \'The following output is:\'; SELECT * FROM information_schema.INNODB_TRX; END IF;  IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN SELECT \'SHOW ENGINE NDBCLUSTER STATUS\' AS \'The following output is:\'; EXECUTE stmt_ndbcluster_status;  SELECT \'ndbinfo.memoryusage\' AS \'The following output is:\'; SELECT node_id, memory_type, sys.format_bytes(used) AS used, used_pages, sys.format_bytes(total) AS total, total_pages, ROUND(100*(used/total), 2) AS \'Used %\' FROM ndbinfo.memoryusage;  SET v_done = FALSE; OPEN c_ndbinfo; c_ndbinfo_loop: LOOP FETCH c_ndbinfo INTO v_table_name; IF v_done THEN LEAVE c_ndbinfo_loop; END IF;  SELECT CONCAT(\'SELECT * FROM ndbinfo.\', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(CONCAT(\'SELECT * FROM `ndbinfo`.`\', v_table_name, \'`\')); END LOOP; CLOSE c_ndbinfo;  SELECT * FROM information_schema.FILES; END IF;  SELECT \'SELECT * FROM sys.processlist\' AS \'The following output is:\'; SELECT processlist.* FROM sys.processlist;  IF (v_has_ps = \'YES\') THEN IF (sys.ps_is_consumer_enabled(\'events_waits_history_long\') = \'YES\') THEN SELECT \'SELECT * FROM sys.latest_file_io\' AS \'The following output is:\'; SELECT * FROM sys.latest_file_io; END IF;  IF (EXISTS(SELECT 1 FROM performance_schema.setup_instruments WHERE NAME LIKE \'memory/%\' AND ENABLED = \'YES\')) THEN SELECT \'SELECT * FROM sys.memory_by_host_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_by_host_by_current_bytes;  SELECT \'SELECT * FROM sys.memory_by_thread_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_by_thread_by_current_bytes;  SELECT \'SELECT * FROM sys.memory_by_user_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_by_user_by_current_bytes;  SELECT \'SELECT * FROM sys.memory_global_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_global_by_current_bytes; END IF; END IF;  SET v_runtime = (UNIX_TIMESTAMP(NOW(2)) - v_start); UNTIL (v_runtime + in_interval >= in_max_runtime) END REPEAT;  IF (v_has_ps = \'YES\') THEN SELECT \'SHOW ENGINE PERFORMANCE_SCHEMA STATUS\' AS \'The following output is:\'; EXECUTE stmt_ps_status; END IF;  IF (v_has_innodb IN (\'DEFAULT\', \'YES\')) THEN DEALLOCATE PREPARE stmt_innodb_status; END IF; IF (v_has_ps = \'YES\') THEN DEALLOCATE PREPARE stmt_ps_status; END IF; IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN DEALLOCATE PREPARE stmt_ndbcluster_status; END IF;   SELECT \'  ============================  Schema Information  ============================  \' AS \'\';  SELECT COUNT(*) AS \'Total Number of Tables\' FROM information_schema.TABLES;  IF (@sys.diagnostics.allow_i_s_tables = \'ON\') THEN SELECT \'Storage Engine Usage\' AS \'The following output is:\'; SELECT ENGINE, COUNT(*) AS NUM_TABLES, sys.format_bytes(SUM(DATA_LENGTH)) AS DATA_LENGTH, sys.format_bytes(SUM(INDEX_LENGTH)) AS INDEX_LENGTH, sys.format_bytes(SUM(DATA_LENGTH+INDEX_LENGTH)) AS TOTAL FROM information_schema.TABLES GROUP BY ENGINE;  SELECT \'Schema Object Overview\' AS \'The following output is:\'; SELECT * FROM sys.schema_object_overview;  SELECT \'Tables without a PRIMARY KEY\' AS \'The following output is:\'; SELECT TABLES.TABLE_SCHEMA, ENGINE, COUNT(*) AS NumTables FROM information_schema.TABLES LEFT OUTER JOIN information_schema.STATISTICS ON STATISTICS.TABLE_SCHEMA = TABLES.TABLE_SCHEMA AND STATISTICS.TABLE_NAME = TABLES.TABLE_NAME AND STATISTICS.INDEX_NAME = \'PRIMARY\' WHERE STATISTICS.TABLE_NAME IS NULL AND TABLES.TABLE_SCHEMA NOT IN (\'mysql\', \'information_schema\', \'performance_schema\', \'sys\') AND TABLES.TABLE_TYPE = \'BASE TABLE\' GROUP BY TABLES.TABLE_SCHEMA, ENGINE; END IF;  IF (v_has_ps = \'YES\') THEN SELECT \'Unused Indexes\' AS \'The following output is:\'; SELECT object_schema, COUNT(*) AS NumUnusedIndexes FROM performance_schema.table_io_waits_summary_by_index_usage WHERE index_name IS NOT NULL AND count_star = 0 AND object_schema NOT IN (\'mysql\', \'sys\') AND index_name != \'PRIMARY\' GROUP BY object_schema; END IF;  IF (v_has_ps = \'YES\') THEN SELECT \'  =========================  Overall Status  =========================  \' AS \'\';  SELECT \'CALL sys.ps_statement_avg_latency_histogram()\' AS \'The following output is:\'; CALL sys.ps_statement_avg_latency_histogram();  CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); CALL sys.statement_performance_analyzer(\'overall\', NULL, \'with_runtimes_in_95th_percentile\');  SET @sys.diagnostics.sql = REPLACE(@sys.diagnostics.sql_gen_query_template, \'%{OUTPUT}\', \'end\'); IF (@sys.debug = \'ON\') THEN SELECT \'The following query will be used to generate the query for each sys view\' AS \'Debug\'; SELECT @sys.diagnostics.sql AS \'Debug\'; END IF; PREPARE stmt_gen_query FROM @sys.diagnostics.sql;  SET v_done = FALSE; OPEN c_sysviews_w_delta; c_sysviews_w_delta_loop: LOOP FETCH c_sysviews_w_delta INTO v_table_name; IF v_done THEN LEAVE c_sysviews_w_delta_loop; END IF;  IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'The following queries are for storing the final content of \', v_table_name) AS \'Debug\'; END IF;  CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS `tmp_\', v_table_name, \'_end`\')); CALL sys.execute_prepared_stmt(CONCAT(\'CREATE TEMPORARY TABLE `tmp_\', v_table_name, \'_end` SELECT * FROM `sys`.`x$\', v_table_name, \'`\'));  SET @sys.diagnostics.table_name = CONCAT(\'x$\', v_table_name); EXECUTE stmt_gen_query USING @sys.diagnostics.table_name; SELECT CONCAT(@sys.diagnostics.sql_select, IF(order_by IS NOT NULL, CONCAT(\'\\n ORDER BY \', REPLACE(order_by, \'%{TABLE}\', CONCAT(\'tmp_\', v_table_name, \'_end\'))), \'\'), IF(limit_rows IS NOT NULL, CONCAT(\'\\n LIMIT \', limit_rows), \'\') ) INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta WHERE TABLE_NAME = v_table_name; SELECT CONCAT(\'Overall \', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql_select); END LOOP; CLOSE c_sysviews_w_delta;  DEALLOCATE PREPARE stmt_gen_query;   SELECT \'  ======================  Delta Status  ======================  \' AS \'\';  CALL sys.statement_performance_analyzer(\'delta\', \'tmp_digests_start\', \'with_runtimes_in_95th_percentile\'); CALL sys.statement_performance_analyzer(\'cleanup\', NULL, NULL);  DROP TEMPORARY TABLE tmp_digests_start;  IF (@sys.debug = \'ON\') THEN SELECT \'The following query will be used to generate the query for each sys view delta\' AS \'Debug\'; SELECT @sys.diagnostics.sql_gen_query_delta AS \'Debug\'; END IF; PREPARE stmt_gen_query_delta FROM @sys.diagnostics.sql_gen_query_delta;  SET v_old_group_concat_max_len = @@session.group_concat_max_len; SET @@session.group_concat_max_len = 2048; SET v_done = FALSE; OPEN c_sysviews_w_delta; c_sysviews_w_delta_loop: LOOP FETCH c_sysviews_w_delta INTO v_table_name; IF v_done THEN LEAVE c_sysviews_w_delta_loop; END IF;  SET @sys.diagnostics.table_name = v_table_name; EXECUTE stmt_gen_query_delta USING @sys.diagnostics.table_name; SELECT CONCAT(@sys.diagnostics.sql_select, IF(where_delta IS NOT NULL, CONCAT(\'\\n WHERE \', where_delta), \'\'), IF(order_by_delta IS NOT NULL, CONCAT(\'\\n ORDER BY \', order_by_delta), \'\'), IF(limit_rows IS NOT NULL, CONCAT(\'\\n LIMIT \', limit_rows), \'\') ) INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta WHERE TABLE_NAME = v_table_name;  SELECT CONCAT(\'Delta \', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql_select);  CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE `tmp_\', v_table_name, \'_end`\')); CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE `tmp_\', v_table_name, \'_start`\')); END LOOP; CLOSE c_sysviews_w_delta; SET @@session.group_concat_max_len = v_old_group_concat_max_len;  DEALLOCATE PREPARE stmt_gen_query_delta; DROP TEMPORARY TABLE tmp_sys_views_delta; END IF;  IF (v_has_metrics) THEN SELECT \'SELECT * FROM sys.metrics\' AS \'The following output is:\'; ELSE SELECT \'sys.metrics equivalent\' AS \'The following output is:\'; END IF; CALL sys.execute_prepared_stmt( CONCAT(v_sql_status_summary_select, v_sql_status_summary_delta, \', Type, s1.Enabled\', v_sql_status_summary_from, \' ORDER BY Type, Variable_name\' ) );  SET v_count = 0; WHILE (v_count < v_output_count) DO SET v_count = v_count + 1; SET v_table_name = CONCAT(\'tmp_metrics_\', v_count); CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS \', v_table_name)); END WHILE;  IF (in_auto_config <> \'current\') THEN CALL sys.ps_setup_reload_saved(); SET sql_log_bin = @log_bin; END IF;  SET @sys.diagnostics.output_time            = NULL, @sys.diagnostics.sql                    = NULL, @sys.diagnostics.sql_gen_query_delta    = NULL, @sys.diagnostics.sql_gen_query_template = NULL, @sys.diagnostics.sql_select             = NULL, @sys.diagnostics.table_name             = NULL;  IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  IF (@log_bin = 1) THEN SET sql_log_bin = @log_bin; END IF; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Create a report of the current status of the server for diagnostics purposes. Data collected includes (some items depends on versions and settings):\n \n * The GLOBAL VARIABLES\n * Several sys schema views including metrics or equivalent (depending on version and settings)\n * Queries in the 95th percentile\n * Several ndbinfo views for MySQL Cluster\n * Replication (both master and slave) information.\n \n Some of the sys schema views are calculated as initial (optional), overall, delta:\n \n * The initial view is the content of the view at the start of this procedure.\n This output will be the same as the the start values used for the delta view.\n The initial view is included if @sys.diagnostics.include_raw = \'ON\'.\n * The overall view is the content of the view at the end of this procedure.\n This output is the same as the end values used for the delta view.\n The overall view is always included.\n * The delta view is the difference from the beginning to the end. Note that for min and max values\n they are simply the min or max value from the end view respectively, so does not necessarily reflect\n the minimum/maximum value in the monitored period.\n Note: except for the metrics views the delta is only calculation between the first and last outputs.\n \n Requires the SUPER privilege for \"SET sql_log_bin = 0;\".\n \n Versions supported:\n * MySQL 5.6: 5.6.10 and later\n * MySQL 5.7: 5.7.9 and later\n \n Parameters\n \n in_max_runtime (INT UNSIGNED):\n The maximum time to keep collecting data.\n Use NULL to get the default which is 60 seconds, otherwise enter a value greater than 0.\n in_interval (INT UNSIGNED):\n How long to sleep between data collections.\n Use NULL to get the default which is 30 seconds, otherwise enter a value greater than 0.\n in_auto_config (ENUM(\'current\', \'medium\', \'full\'))\n Automatically enable Performance Schema instruments and consumers.\n NOTE: The more that are enabled, the more impact on the performance.\n Supported values are:\n * current - use the current settings.\n * medium - enable some settings.\n * full - enables all settings. This will have a big impact on the\n performance - be careful using this option.\n If another setting the \'current\' is chosen, the current settings\n are restored at the end of the procedure.\n \n \n Configuration Options\n \n sys.diagnostics.allow_i_s_tables\n Specifies whether it is allowed to do table scan queries on information_schema.TABLES. This can be expensive if there\n are many tables. Set to \'ON\' to allow, \'OFF\' to not allow.\n Default is \'OFF\'.\n \n sys.diagnostics.include_raw\n Set to \'ON\' to include the raw data (e.g. the original output of \"SELECT * FROM sys.metrics\").\n Use this to get the initial values of the various views.\n Default is \'OFF\'.\n \n sys.statement_truncate_len\n How much of queries in the process list output to include.\n Default is 64.\n \n sys.debug\n Whether to provide debugging output.\n Default is \'OFF\'. Set to \'ON\' to include.\n \n \n Example\n \n To create a report and append it to the file diag.out:\n \n mysql> TEE diag.out;\n mysql> CALL sys.diagnostics(120, 30, \'current\');\n ...\n mysql> NOTEE;\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_start, v_runtime, v_iter_start, v_sleep DECIMAL(20,2) DEFAULT 0.0; DECLARE v_has_innodb, v_has_ndb, v_has_ps, v_has_replication, v_has_ps_replication VARCHAR(8) CHARSET utf8 DEFAULT \'NO\'; DECLARE v_this_thread_enabled, v_has_ps_vars, v_has_metrics ENUM(\'YES\', \'NO\'); DECLARE v_table_name, v_banner VARCHAR(64) CHARSET utf8; DECLARE v_sql_status_summary_select, v_sql_status_summary_delta, v_sql_status_summary_from, v_no_delta_names TEXT; DECLARE v_output_time, v_output_time_prev DECIMAL(20,3) UNSIGNED; DECLARE v_output_count, v_count, v_old_group_concat_max_len INT UNSIGNED DEFAULT 0; DECLARE v_status_summary_width TINYINT UNSIGNED DEFAULT 50; DECLARE v_done BOOLEAN DEFAULT FALSE; DECLARE c_ndbinfo CURSOR FOR SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = \'ndbinfo\' AND TABLE_NAME NOT IN ( \'blocks\', \'config_params\', \'dict_obj_types\', \'disk_write_speed_base\', \'memory_per_fragment\', \'memoryusage\', \'operations_per_fragment\', \'threadblocks\' ); DECLARE c_sysviews_w_delta CURSOR FOR SELECT table_name FROM tmp_sys_views_delta ORDER BY table_name; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SELECT INSTRUMENTED INTO v_this_thread_enabled FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_disable_thread(CONNECTION_ID()); END IF;  IF (in_max_runtime < in_interval) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'in_max_runtime must be greater than or equal to in_interval\'; END IF; IF (in_max_runtime = 0) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'in_max_runtime must be greater than 0\'; END IF; IF (in_interval = 0) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'in_interval must be greater than 0\'; END IF;  IF (@sys.diagnostics.allow_i_s_tables IS NULL) THEN SET @sys.diagnostics.allow_i_s_tables = sys.sys_get_config(\'diagnostics.allow_i_s_tables\', \'OFF\'); END IF; IF (@sys.diagnostics.include_raw IS NULL) THEN SET @sys.diagnostics.include_raw      = sys.sys_get_config(\'diagnostics.include_raw\'     , \'OFF\'); END IF; IF (@sys.debug IS NULL) THEN SET @sys.debug                        = sys.sys_get_config(\'debug\'                       , \'OFF\'); END IF; IF (@sys.statement_truncate_len IS NULL) THEN SET @sys.statement_truncate_len       = sys.sys_get_config(\'statement_truncate_len\'      , \'64\' ); END IF;  SET @log_bin := @@sql_log_bin; IF (@log_bin = 1) THEN SET sql_log_bin = 0; END IF;  SET v_no_delta_names = CONCAT(\'s%{COUNT}.Variable_name NOT IN (\', \'\'innodb_buffer_pool_pages_total\', \', \'\'innodb_page_size\', \', \'\'last_query_cost\', \', \'\'last_query_partial_plans\', \', \'\'qcache_total_blocks\', \', \'\'slave_last_heartbeat\', \', \'\'ssl_ctx_verify_depth\', \', \'\'ssl_ctx_verify_mode\', \', \'\'ssl_session_cache_size\', \', \'\'ssl_verify_depth\', \', \'\'ssl_verify_mode\', \', \'\'ssl_version\', \', \'\'buffer_flush_lsn_avg_rate\', \', \'\'buffer_flush_pct_for_dirty\', \', \'\'buffer_flush_pct_for_lsn\', \', \'\'buffer_pool_pages_total\', \', \'\'lock_row_lock_time_avg\', \', \'\'lock_row_lock_time_max\', \', \'\'innodb_page_size\'\', \')\');  IF (in_auto_config <> \'current\') THEN IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'Updating Performance Schema configuration to \', in_auto_config) AS \'Debug\'; END IF; CALL sys.ps_setup_save(0);  IF (in_auto_config = \'medium\') THEN UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\' WHERE NAME NOT LIKE \'%\\_history%\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\' WHERE NAME NOT LIKE \'wait/synch/%\'; ELSEIF (in_auto_config = \'full\') THEN UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\'; END IF;  UPDATE performance_schema.threads SET INSTRUMENTED = \'YES\' WHERE PROCESSLIST_ID <> CONNECTION_ID(); END IF;  SET v_start        = UNIX_TIMESTAMP(NOW(2)), in_interval    = IFNULL(in_interval, 30), in_max_runtime = IFNULL(in_max_runtime, 60);  SET v_banner = REPEAT( \'-\', LEAST( GREATEST( 36, CHAR_LENGTH(VERSION()), CHAR_LENGTH(@@global.version_comment), CHAR_LENGTH(@@global.version_compile_os), CHAR_LENGTH(@@global.version_compile_machine), CHAR_LENGTH(@@global.socket), CHAR_LENGTH(@@global.datadir) ), 64 ) ); SELECT \'Hostname\' AS \'Name\', @@global.hostname AS \'Value\' UNION ALL SELECT \'Port\' AS \'Name\', @@global.port AS \'Value\' UNION ALL SELECT \'Socket\' AS \'Name\', @@global.socket AS \'Value\' UNION ALL SELECT \'Datadir\' AS \'Name\', @@global.datadir AS \'Value\' UNION ALL SELECT \'Server UUID\' AS \'Name\', @@global.server_uuid AS \'Value\' UNION ALL SELECT REPEAT(\'-\', 23) AS \'Name\', v_banner AS \'Value\' UNION ALL SELECT \'MySQL Version\' AS \'Name\', VERSION() AS \'Value\' UNION ALL SELECT \'Sys Schema Version\' AS \'Name\', (SELECT sys_version FROM sys.version) AS \'Value\' UNION ALL SELECT \'Version Comment\' AS \'Name\', @@global.version_comment AS \'Value\' UNION ALL SELECT \'Version Compile OS\' AS \'Name\', @@global.version_compile_os AS \'Value\' UNION ALL SELECT \'Version Compile Machine\' AS \'Name\', @@global.version_compile_machine AS \'Value\' UNION ALL SELECT REPEAT(\'-\', 23) AS \'Name\', v_banner AS \'Value\' UNION ALL SELECT \'UTC Time\' AS \'Name\', UTC_TIMESTAMP() AS \'Value\' UNION ALL SELECT \'Local Time\' AS \'Name\', NOW() AS \'Value\' UNION ALL SELECT \'Time Zone\' AS \'Name\', @@global.time_zone AS \'Value\' UNION ALL SELECT \'System Time Zone\' AS \'Name\', @@global.system_time_zone AS \'Value\' UNION ALL SELECT \'Time Zone Offset\' AS \'Name\', TIMEDIFF(NOW(), UTC_TIMESTAMP()) AS \'Value\';  SET v_has_innodb         = IFNULL((SELECT SUPPORT FROM information_schema.ENGINES WHERE ENGINE = \'InnoDB\'), \'NO\'), v_has_ndb            = IFNULL((SELECT SUPPORT FROM information_schema.ENGINES WHERE ENGINE = \'NDBCluster\'), \'NO\'), v_has_ps             = IFNULL((SELECT SUPPORT FROM information_schema.ENGINES WHERE ENGINE = \'PERFORMANCE_SCHEMA\'), \'NO\'), v_has_ps_replication = IF(v_has_ps = \'YES\' AND EXISTS(SELECT 1 FROM information_schema.TABLES WHERE TABLE_SCHEMA = \'performance_schema\' AND TABLE_NAME = \'replication_applier_status\'), \'YES\', \'NO\' ), v_has_replication    =  IF(v_has_ps_replication = \'YES\', IF((SELECT COUNT(*) FROM performance_schema.replication_connection_status) > 0, \'YES\', \'NO\'), IF(@@master_info_repository = \'TABLE\', IF((SELECT COUNT(*) FROM mysql.slave_master_info) > 0, \'YES\', \'NO\'), IF(@@relay_log_info_repository = \'TABLE\', IF((SELECT COUNT(*) FROM mysql.slave_relay_log_info) > 0, \'YES\', \'NO\'), \'MAYBE\')) ) , v_has_metrics        = IF(v_has_ps = \'YES\' OR (sys.version_major() = 5 AND sys.version_minor() = 6), \'YES\', \'NO\'), v_has_ps_vars        = \'NO\';   SET v_has_ps_vars = IF(@@global.show_compatibility_56, \'NO\', \'YES\');  SET v_has_ps_vars = \'YES\';  IF (@sys.debug = \'ON\') THEN SELECT v_has_innodb AS \'Has_InnoDB\', v_has_ndb AS \'Has_NDBCluster\', v_has_ps AS \'Has_Performance_Schema\', v_has_ps_vars AS \'Has_P_S_SHOW_Variables\', v_has_metrics AS \'Has_metrics\', v_has_ps_replication \'AS Has_P_S_Replication\', v_has_replication AS \'Has_Replication\'; END IF;  IF (v_has_innodb IN (\'DEFAULT\', \'YES\')) THEN SET @sys.diagnostics.sql = \'SHOW ENGINE InnoDB STATUS\'; PREPARE stmt_innodb_status FROM @sys.diagnostics.sql; END IF;  IF (v_has_ps = \'YES\') THEN SET @sys.diagnostics.sql = \'SHOW ENGINE PERFORMANCE_SCHEMA STATUS\'; PREPARE stmt_ps_status FROM @sys.diagnostics.sql; END IF;  IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN SET @sys.diagnostics.sql = \'SHOW ENGINE NDBCLUSTER STATUS\'; PREPARE stmt_ndbcluster_status FROM @sys.diagnostics.sql; END IF;  SET @sys.diagnostics.sql_gen_query_template = \'SELECT CONCAT( \'SELECT \', GROUP_CONCAT( CASE WHEN (SUBSTRING(TABLE_NAME, 3), COLUMN_NAME) IN ( (\'io_global_by_file_by_bytes\', \'total\'), (\'io_global_by_wait_by_bytes\', \'total_requested\') ) THEN CONCAT(\'sys.format_bytes(\', COLUMN_NAME, \') AS \', COLUMN_NAME) WHEN COLUMN_NAME LIKE \'%latency\' THEN CONCAT(\'sys.format_time(\', COLUMN_NAME, \') AS \', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, -7) = \'_memory\' OR SUBSTRING(COLUMN_NAME, -17) = \'_memory_allocated\' OR ((SUBSTRING(COLUMN_NAME, -5) = \'_read\' OR SUBSTRING(COLUMN_NAME, -8) = \'_written\' OR SUBSTRING(COLUMN_NAME, -6) = \'_write\') AND SUBSTRING(COLUMN_NAME, 1, 6) <> \'COUNT_\') THEN CONCAT(\'sys.format_bytes(\', COLUMN_NAME, \') AS \', COLUMN_NAME) ELSE COLUMN_NAME END ORDER BY ORDINAL_POSITION SEPARATOR \',\n       \' ), \'\n  FROM tmp_\', SUBSTRING(TABLE_NAME FROM 3), \'_%{OUTPUT}\' ) AS Query INTO @sys.diagnostics.sql_select FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = \'sys\' AND TABLE_NAME = ? GROUP BY TABLE_NAME\';  SET @sys.diagnostics.sql_gen_query_delta = \'SELECT CONCAT( \'SELECT \', GROUP_CONCAT( CASE WHEN FIND_IN_SET(COLUMN_NAME, diag.pk) THEN COLUMN_NAME WHEN diag.TABLE_NAME = \'io_global_by_file_by_bytes\' AND COLUMN_NAME = \'write_pct\' THEN CONCAT(\'IFNULL(ROUND(100-(((e.total_read-IFNULL(s.total_read, 0))\', \'/NULLIF(((e.total_read-IFNULL(s.total_read, 0))+(e.total_written-IFNULL(s.total_written, 0))), 0))*100), 2), 0.00) AS \', COLUMN_NAME) WHEN (diag.TABLE_NAME, COLUMN_NAME) IN ( (\'io_global_by_file_by_bytes\', \'total\'), (\'io_global_by_wait_by_bytes\', \'total_requested\') ) THEN CONCAT(\'sys.format_bytes(e.\', COLUMN_NAME, \'-IFNULL(s.\', COLUMN_NAME, \', 0)) AS \', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, 1, 4) IN (\'max_\', \'min_\') AND SUBSTRING(COLUMN_NAME, -8) = \'_latency\' THEN CONCAT(\'sys.format_time(e.\', COLUMN_NAME, \') AS \', COLUMN_NAME) WHEN COLUMN_NAME = \'avg_latency\' THEN CONCAT(\'sys.format_time((e.total_latency - IFNULL(s.total_latency, 0))\', \'/NULLIF(e.total - IFNULL(s.total, 0), 0)) AS \', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, -12) = \'_avg_latency\' THEN CONCAT(\'sys.format_time((e.\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'_latency - IFNULL(s.\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'_latency, 0))\', \'/NULLIF(e.\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'s - IFNULL(s.\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'s, 0), 0)) AS \', COLUMN_NAME) WHEN COLUMN_NAME LIKE \'%latency\' THEN CONCAT(\'sys.format_time(e.\', COLUMN_NAME, \' - IFNULL(s.\', COLUMN_NAME, \', 0)) AS \', COLUMN_NAME) WHEN COLUMN_NAME IN (\'avg_read\', \'avg_write\', \'avg_written\') THEN CONCAT(\'sys.format_bytes(IFNULL((e.total_\', IF(COLUMN_NAME = \'avg_read\', \'read\', \'written\'), \'-IFNULL(s.total_\', IF(COLUMN_NAME = \'avg_read\', \'read\', \'written\'), \', 0))\', \'/NULLIF(e.count_\', IF(COLUMN_NAME = \'avg_read\', \'read\', \'write\'), \'-IFNULL(s.count_\', IF(COLUMN_NAME = \'avg_read\', \'read\', \'write\'), \', 0), 0), 0)) AS \', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, -7) = \'_memory\' OR SUBSTRING(COLUMN_NAME, -17) = \'_memory_allocated\' OR ((SUBSTRING(COLUMN_NAME, -5) = \'_read\' OR SUBSTRING(COLUMN_NAME, -8) = \'_written\' OR SUBSTRING(COLUMN_NAME, -6) = \'_write\') AND SUBSTRING(COLUMN_NAME, 1, 6) <> \'COUNT_\') THEN CONCAT(\'sys.format_bytes(e.\', COLUMN_NAME, \' - IFNULL(s.\', COLUMN_NAME, \', 0)) AS \', COLUMN_NAME) ELSE CONCAT(\'(e.\', COLUMN_NAME, \' - IFNULL(s.\', COLUMN_NAME, \', 0)) AS \', COLUMN_NAME) END ORDER BY ORDINAL_POSITION SEPARATOR \',\n       \' ), \'\n  FROM tmp_\', diag.TABLE_NAME, \'_end e LEFT OUTER JOIN tmp_\', diag.TABLE_NAME, \'_start s USING (\', diag.pk, \')\' ) AS Query INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta diag INNER JOIN information_schema.COLUMNS c ON c.TABLE_NAME = CONCAT(\'x$\', diag.TABLE_NAME) WHERE c.TABLE_SCHEMA = \'sys\' AND diag.TABLE_NAME = ? GROUP BY diag.TABLE_NAME\';  IF (v_has_ps = \'YES\') THEN DROP TEMPORARY TABLE IF EXISTS tmp_sys_views_delta; CREATE TEMPORARY TABLE tmp_sys_views_delta ( TABLE_NAME varchar(64) NOT NULL, order_by text COMMENT \'ORDER BY clause for the initial and overall views\', order_by_delta text COMMENT \'ORDER BY clause for the delta views\', where_delta text COMMENT \'WHERE clause to use for delta views to only include rows with a \"count\" > 0\', limit_rows int unsigned COMMENT \'The maximum number of rows to include for the view\', pk varchar(128) COMMENT \'Used with the FIND_IN_SET() function so use comma separated list without whitespace\', PRIMARY KEY (TABLE_NAME) );  IF (@sys.debug = \'ON\') THEN SELECT \'Populating tmp_sys_views_delta\' AS \'Debug\'; END IF; INSERT INTO tmp_sys_views_delta VALUES (\'host_summary\'                       , \'%{TABLE}.statement_latency DESC\', \'(e.statement_latency-IFNULL(s.statement_latency, 0)) DESC\', \'(e.statements - IFNULL(s.statements, 0)) > 0\', NULL, \'host\'), (\'host_summary_by_file_io\'            , \'%{TABLE}.io_latency DESC\', \'(e.io_latency-IFNULL(s.io_latency, 0)) DESC\', \'(e.ios - IFNULL(s.ios, 0)) > 0\', NULL, \'host\'), (\'host_summary_by_file_io_type\'       , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,event_name\'), (\'host_summary_by_stages\'             , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,event_name\'), (\'host_summary_by_statement_latency\'  , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host\'), (\'host_summary_by_statement_type\'     , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,statement\'), (\'io_by_thread_by_latency\'            , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,thread_id,processlist_id\'), (\'io_global_by_file_by_bytes\'         , \'%{TABLE}.total DESC\', \'(e.total-IFNULL(s.total, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', 100, \'file\'), (\'io_global_by_file_by_latency\'       , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', 100, \'file\'), (\'io_global_by_wait_by_bytes\'         , \'%{TABLE}.total_requested DESC\', \'(e.total_requested-IFNULL(s.total_requested, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_name\'), (\'io_global_by_wait_by_latency\'       , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_name\'), (\'schema_index_statistics\'            , \'(%{TABLE}.select_latency+%{TABLE}.insert_latency+%{TABLE}.update_latency+%{TABLE}.delete_latency) DESC\', \'((e.select_latency+e.insert_latency+e.update_latency+e.delete_latency)-IFNULL(s.select_latency+s.insert_latency+s.update_latency+s.delete_latency, 0)) DESC\', \'((e.rows_selected+e.insert_latency+e.rows_updated+e.rows_deleted)-IFNULL(s.rows_selected+s.rows_inserted+s.rows_updated+s.rows_deleted, 0)) > 0\', 100, \'table_schema,table_name,index_name\'), (\'schema_table_statistics\'            , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) > 0\', 100, \'table_schema,table_name\'), (\'schema_tables_with_full_table_scans\', \'%{TABLE}.rows_full_scanned DESC\', \'(e.rows_full_scanned-IFNULL(s.rows_full_scanned, 0)) DESC\', \'(e.rows_full_scanned-IFNULL(s.rows_full_scanned, 0)) > 0\', 100, \'object_schema,object_name\'), (\'user_summary\'                       , \'%{TABLE}.statement_latency DESC\', \'(e.statement_latency-IFNULL(s.statement_latency, 0)) DESC\', \'(e.statements - IFNULL(s.statements, 0)) > 0\', NULL, \'user\'), (\'user_summary_by_file_io\'            , \'%{TABLE}.io_latency DESC\', \'(e.io_latency-IFNULL(s.io_latency, 0)) DESC\', \'(e.ios - IFNULL(s.ios, 0)) > 0\', NULL, \'user\'), (\'user_summary_by_file_io_type\'       , \'%{TABLE}.user, %{TABLE}.latency DESC\', \'e.user, (e.latency-IFNULL(s.latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,event_name\'), (\'user_summary_by_stages\'             , \'%{TABLE}.user, %{TABLE}.total_latency DESC\', \'e.user, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,event_name\'), (\'user_summary_by_statement_latency\'  , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user\'), (\'user_summary_by_statement_type\'     , \'%{TABLE}.user, %{TABLE}.total_latency DESC\', \'e.user, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,statement\'), (\'wait_classes_global_by_avg_latency\' , \'IFNULL(%{TABLE}.total_latency / NULLIF(%{TABLE}.total, 0), 0) DESC\', \'IFNULL((e.total_latency-IFNULL(s.total_latency, 0)) / NULLIF((e.total - IFNULL(s.total, 0)), 0), 0) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_class\'), (\'wait_classes_global_by_latency\'     , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_class\'), (\'waits_by_host_by_latency\'           , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,event\'), (\'waits_by_user_by_latency\'           , \'%{TABLE}.user, %{TABLE}.total_latency DESC\', \'e.user, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,event\'), (\'waits_global_by_latency\'            , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'events\') ; END IF;   SELECT \'  =======================  Configuration  =======================  \' AS \'\'; SELECT \'GLOBAL VARIABLES\' AS \'The following output is:\'; IF (v_has_ps_vars = \'YES\') THEN SELECT LOWER(VARIABLE_NAME) AS Variable_name, VARIABLE_VALUE AS Variable_value FROM performance_schema.global_variables ORDER BY VARIABLE_NAME; ELSE SELECT LOWER(VARIABLE_NAME) AS Variable_name, VARIABLE_VALUE AS Variable_value FROM information_schema.GLOBAL_VARIABLES ORDER BY VARIABLE_NAME; END IF;  IF (v_has_ps = \'YES\') THEN SELECT \'Performance Schema Setup - Actors\' AS \'The following output is:\'; SELECT * FROM performance_schema.setup_actors;  SELECT \'Performance Schema Setup - Consumers\' AS \'The following output is:\'; SELECT NAME AS Consumer, ENABLED, sys.ps_is_consumer_enabled(NAME) AS COLLECTS FROM performance_schema.setup_consumers;  SELECT \'Performance Schema Setup - Instruments\' AS \'The following output is:\'; SELECT SUBSTRING_INDEX(NAME, \'/\', 2) AS \'InstrumentClass\', ROUND(100*SUM(IF(ENABLED = \'YES\', 1, 0))/COUNT(*), 2) AS \'EnabledPct\', ROUND(100*SUM(IF(TIMED = \'YES\', 1, 0))/COUNT(*), 2) AS \'TimedPct\' FROM performance_schema.setup_instruments GROUP BY SUBSTRING_INDEX(NAME, \'/\', 2) ORDER BY SUBSTRING_INDEX(NAME, \'/\', 2);  SELECT \'Performance Schema Setup - Objects\' AS \'The following output is:\'; SELECT * FROM performance_schema.setup_objects;  SELECT \'Performance Schema Setup - Threads\' AS \'The following output is:\'; SELECT `TYPE` AS ThreadType, COUNT(*) AS \'Total\', ROUND(100*SUM(IF(INSTRUMENTED = \'YES\', 1, 0))/COUNT(*), 2) AS \'InstrumentedPct\' FROM performance_schema.threads GROUP BY TYPE; END IF;   IF (v_has_replication = \'NO\') THEN SELECT \'No Replication Configured\' AS \'Replication Status\'; ELSE SELECT CONCAT(\'Replication Configured: \', v_has_replication, \' - Performance Schema Replication Tables: \', v_has_ps_replication) AS \'Replication Status\';  IF (v_has_ps_replication = \'YES\') THEN SELECT \'Replication - Connection Configuration\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_connection_configuration ORDER BY CHANNEL_NAME ; END IF;  IF (v_has_ps_replication = \'YES\') THEN SELECT \'Replication - Applier Configuration\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_configuration ORDER BY CHANNEL_NAME; END IF;  IF (@@master_info_repository = \'TABLE\') THEN SELECT \'Replication - Master Info Repository Configuration\' AS \'The following output is:\'; SELECT  Channel_name, Host, User_name, Port, Connect_retry, Enabled_ssl, Ssl_ca, Ssl_capath, Ssl_cert, Ssl_cipher, Ssl_key, Ssl_verify_server_cert, Heartbeat, Bind, Ignored_server_ids, Uuid, Retry_count, Ssl_crl, Ssl_crlpath, Tls_version, Enabled_auto_position FROM mysql.slave_master_info ORDER BY Channel_name ; END IF;  IF (@@relay_log_info_repository = \'TABLE\') THEN SELECT \'Replication - Relay Log Repository Configuration\' AS \'The following output is:\'; SELECT  Channel_name, Sql_delay, Number_of_workers, Id FROM mysql.slave_relay_log_info ORDER BY Channel_name ; END IF; END IF;   IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN SELECT \'Cluster Thread Blocks\' AS \'The following output is:\'; SELECT * FROM ndbinfo.threadblocks; END IF;  IF (v_has_ps = \'YES\') THEN IF (@sys.diagnostics.include_raw = \'ON\') THEN SELECT \'  ========================  Initial Status  ========================  \' AS \'\'; END IF;  DROP TEMPORARY TABLE IF EXISTS tmp_digests_start; CALL sys.statement_performance_analyzer(\'create_tmp\', \'tmp_digests_start\', NULL); CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); CALL sys.statement_performance_analyzer(\'save\', \'tmp_digests_start\', NULL);  IF (@sys.diagnostics.include_raw = \'ON\') THEN SET @sys.diagnostics.sql = REPLACE(@sys.diagnostics.sql_gen_query_template, \'%{OUTPUT}\', \'start\'); IF (@sys.debug = \'ON\') THEN SELECT \'The following query will be used to generate the query for each sys view\' AS \'Debug\'; SELECT @sys.diagnostics.sql AS \'Debug\'; END IF; PREPARE stmt_gen_query FROM @sys.diagnostics.sql; END IF; SET v_done = FALSE; OPEN c_sysviews_w_delta; c_sysviews_w_delta_loop: LOOP FETCH c_sysviews_w_delta INTO v_table_name; IF v_done THEN LEAVE c_sysviews_w_delta_loop; END IF;  IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'The following queries are for storing the initial content of \', v_table_name) AS \'Debug\'; END IF;  CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS `tmp_\', v_table_name, \'_start`\')); CALL sys.execute_prepared_stmt(CONCAT(\'CREATE TEMPORARY TABLE `tmp_\', v_table_name, \'_start` SELECT * FROM `sys`.`x$\', v_table_name, \'`\'));  IF (@sys.diagnostics.include_raw = \'ON\') THEN SET @sys.diagnostics.table_name = CONCAT(\'x$\', v_table_name); EXECUTE stmt_gen_query USING @sys.diagnostics.table_name; SELECT CONCAT(@sys.diagnostics.sql_select, IF(order_by IS NOT NULL, CONCAT(\'\n ORDER BY \', REPLACE(order_by, \'%{TABLE}\', CONCAT(\'tmp_\', v_table_name, \'_start\'))), \'\'), IF(limit_rows IS NOT NULL, CONCAT(\'\n LIMIT \', limit_rows), \'\') ) INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta WHERE TABLE_NAME = v_table_name; SELECT CONCAT(\'Initial \', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql_select); END IF; END LOOP; CLOSE c_sysviews_w_delta;  IF (@sys.diagnostics.include_raw = \'ON\') THEN DEALLOCATE PREPARE stmt_gen_query; END IF; END IF;  SET v_sql_status_summary_select = \'SELECT Variable_name\', v_sql_status_summary_delta  = \'\', v_sql_status_summary_from   = \'\';  REPEAT SET v_output_count = v_output_count + 1; IF (v_output_count > 1) THEN SET v_sleep = in_interval-(UNIX_TIMESTAMP(NOW(2))-v_iter_start); SELECT NOW() AS \'Time\', CONCAT(\'Going to sleep for \', v_sleep, \' seconds. Please do not interrupt\') AS \'The following output is:\'; DO SLEEP(in_interval); END IF; SET v_iter_start = UNIX_TIMESTAMP(NOW(2));  SELECT NOW(), CONCAT(\'Iteration Number \', IFNULL(v_output_count, \'NULL\')) AS \'The following output is:\';  IF (@@log_bin = 1) THEN SELECT \'SHOW MASTER STATUS\' AS \'The following output is:\'; SHOW MASTER STATUS; END IF;  IF (v_has_replication <> \'NO\') THEN SELECT \'SHOW SLAVE STATUS\' AS \'The following output is:\'; SHOW SLAVE STATUS;  IF (v_has_ps_replication = \'YES\') THEN SELECT \'Replication Connection Status\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_connection_status;  SELECT \'Replication Applier Status\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_status ORDER BY CHANNEL_NAME;  SELECT \'Replication Applier Status - Coordinator\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_status_by_coordinator ORDER BY CHANNEL_NAME;  SELECT \'Replication Applier Status - Worker\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_status_by_worker ORDER BY CHANNEL_NAME, WORKER_ID; END IF;  IF (@@master_info_repository = \'TABLE\') THEN SELECT \'Replication - Master Log Status\' AS \'The following output is:\'; SELECT Master_log_name, Master_log_pos FROM mysql.slave_master_info; END IF;  IF (@@relay_log_info_repository = \'TABLE\') THEN SELECT \'Replication - Relay Log Status\' AS \'The following output is:\'; SELECT sys.format_path(Relay_log_name) AS Relay_log_name, Relay_log_pos, Master_log_name, Master_log_pos FROM mysql.slave_relay_log_info;  SELECT \'Replication - Worker Status\' AS \'The following output is:\'; SELECT Id, sys.format_path(Relay_log_name) AS Relay_log_name, Relay_log_pos, Master_log_name, Master_log_pos, sys.format_path(Checkpoint_relay_log_name) AS Checkpoint_relay_log_name, Checkpoint_relay_log_pos, Checkpoint_master_log_name, Checkpoint_master_log_pos, Checkpoint_seqno, Checkpoint_group_size, HEX(Checkpoint_group_bitmap) AS Checkpoint_group_bitmap , Channel_name FROM mysql.slave_worker_info ORDER BY  Channel_name, Id; END IF; END IF;  SET v_table_name = CONCAT(\'tmp_metrics_\', v_output_count); CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS \', v_table_name));  CALL sys.execute_prepared_stmt(CONCAT(\'CREATE TEMPORARY TABLE \', v_table_name, \' ( Variable_name VARCHAR(193) NOT NULL, Variable_value VARCHAR(1024), Type VARCHAR(225) NOT NULL, Enabled ENUM(\'YES\', \'NO\', \'PARTIAL\') NOT NULL, PRIMARY KEY (Type, Variable_name) ) ENGINE = InnoDB DEFAULT CHARSET=utf8\'));  IF (v_has_metrics) THEN SET @sys.diagnostics.sql = CONCAT( \'INSERT INTO \', v_table_name, \' SELECT Variable_name, REPLACE(Variable_value, \'\n\', \'\\\\n\') AS Variable_value, Type, Enabled FROM sys.metrics\' ); ELSE SET @sys.diagnostics.sql = CONCAT( \'INSERT INTO \', v_table_name, \'(SELECT LOWER(VARIABLE_NAME) AS Variable_name, REPLACE(VARIABLE_VALUE, \'\n\', \'\\\\n\') AS Variable_value, \'Global Status\' AS Type, \'YES\' AS Enabled FROM performance_schema.global_status ) UNION ALL ( SELECT NAME AS Variable_name, COUNT AS Variable_value, CONCAT(\'InnoDB Metrics - \', SUBSYSTEM) AS Type, IF(STATUS = \'enabled\', \'YES\', \'NO\') AS Enabled FROM information_schema.INNODB_METRICS WHERE NAME NOT IN ( \'lock_row_lock_time\', \'lock_row_lock_time_avg\', \'lock_row_lock_time_max\', \'lock_row_lock_waits\', \'buffer_pool_reads\', \'buffer_pool_read_requests\', \'buffer_pool_write_requests\', \'buffer_pool_wait_free\', \'buffer_pool_read_ahead\', \'buffer_pool_read_ahead_evicted\', \'buffer_pool_pages_total\', \'buffer_pool_pages_misc\', \'buffer_pool_pages_data\', \'buffer_pool_bytes_data\', \'buffer_pool_pages_dirty\', \'buffer_pool_bytes_dirty\', \'buffer_pool_pages_free\', \'buffer_pages_created\', \'buffer_pages_written\', \'buffer_pages_read\', \'buffer_data_reads\', \'buffer_data_written\', \'file_num_open_files\', \'os_log_bytes_written\', \'os_log_fsyncs\', \'os_log_pending_fsyncs\', \'os_log_pending_writes\', \'log_waits\', \'log_write_requests\', \'log_writes\', \'innodb_dblwr_writes\', \'innodb_dblwr_pages_written\', \'innodb_page_size\') ) UNION ALL ( SELECT \'NOW()\' AS Variable_name, NOW(3) AS Variable_value, \'System Time\' AS Type, \'YES\' AS Enabled ) UNION ALL ( SELECT \'UNIX_TIMESTAMP()\' AS Variable_name, ROUND(UNIX_TIMESTAMP(NOW(3)), 3) AS Variable_value, \'System Time\' AS Type, \'YES\' AS Enabled ) ORDER BY Type, Variable_name;\' ); END IF; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql);  CALL sys.execute_prepared_stmt( CONCAT(\'(SELECT Variable_value INTO @sys.diagnostics.output_time FROM \', v_table_name, \' WHERE Type = \'System Time\' AND Variable_name = \'UNIX_TIMESTAMP()\')\') ); SET v_output_time = @sys.diagnostics.output_time;  SET v_sql_status_summary_select = CONCAT(v_sql_status_summary_select, \', CONCAT( LEFT(s\', v_output_count, \'.Variable_value, \', v_status_summary_width, \'), IF(\', REPLACE(v_no_delta_names, \'%{COUNT}\', v_output_count), \' AND s\', v_output_count, \'.Variable_value REGEXP \'^[0-9]+(\\\\.[0-9]+)?$\', CONCAT(\' (\', ROUND(s\', v_output_count, \'.Variable_value/\', v_output_time, \', 2), \'/sec)\'), \'\') ) AS \'Output \', v_output_count, \'\'\'), v_sql_status_summary_from   = CONCAT(v_sql_status_summary_from, \' \', IF(v_output_count = 1, \'  FROM \', \'       INNER JOIN \'), v_table_name, \' s\', v_output_count, IF (v_output_count = 1, \'\', \' USING (Type, Variable_name)\')); IF (v_output_count > 1) THEN SET v_sql_status_summary_delta  = CONCAT(v_sql_status_summary_delta, \', IF(\', REPLACE(v_no_delta_names, \'%{COUNT}\', v_output_count), \' AND s\', (v_output_count-1), \'.Variable_value REGEXP \'^[0-9]+(\\\\.[0-9]+)?$\' AND s\', v_output_count, \'.Variable_value REGEXP \'^[0-9]+(\\\\.[0-9]+)?$\', CONCAT(IF(s\', (v_output_count-1), \'.Variable_value REGEXP \'^[0-9]+\\\\.[0-9]+$\' OR s\', v_output_count, \'.Variable_value REGEXP \'^[0-9]+\\\\.[0-9]+$\', ROUND((s\', v_output_count, \'.Variable_value-s\', (v_output_count-1), \'.Variable_value), 2), (s\', v_output_count, \'.Variable_value-s\', (v_output_count-1), \'.Variable_value) ), \' (\', ROUND((s\', v_output_count, \'.Variable_value-s\', (v_output_count-1), \'.Variable_value)/(\', v_output_time, \'-\', v_output_time_prev, \'), 2), \'/sec)\' ), \'\' ) AS \'Delta (\', (v_output_count-1), \' -> \', v_output_count, \')\'\'); END IF;  SET v_output_time_prev = v_output_time;  IF (@sys.diagnostics.include_raw = \'ON\') THEN IF (v_has_metrics) THEN SELECT \'SELECT * FROM sys.metrics\' AS \'The following output is:\'; ELSE SELECT \'sys.metrics equivalent\' AS \'The following output is:\'; END IF; CALL sys.execute_prepared_stmt(CONCAT(\'SELECT Type, Variable_name, Enabled, Variable_value FROM \', v_table_name, \' ORDER BY Type, Variable_name\')); END IF;  IF (v_has_innodb IN (\'DEFAULT\', \'YES\')) THEN SELECT \'SHOW ENGINE INNODB STATUS\' AS \'The following output is:\'; EXECUTE stmt_innodb_status; SELECT \'InnoDB - Transactions\' AS \'The following output is:\'; SELECT * FROM information_schema.INNODB_TRX; END IF;  IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN SELECT \'SHOW ENGINE NDBCLUSTER STATUS\' AS \'The following output is:\'; EXECUTE stmt_ndbcluster_status;  SELECT \'ndbinfo.memoryusage\' AS \'The following output is:\'; SELECT node_id, memory_type, sys.format_bytes(used) AS used, used_pages, sys.format_bytes(total) AS total, total_pages, ROUND(100*(used/total), 2) AS \'Used %\' FROM ndbinfo.memoryusage;  SET v_done = FALSE; OPEN c_ndbinfo; c_ndbinfo_loop: LOOP FETCH c_ndbinfo INTO v_table_name; IF v_done THEN LEAVE c_ndbinfo_loop; END IF;  SELECT CONCAT(\'SELECT * FROM ndbinfo.\', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(CONCAT(\'SELECT * FROM `ndbinfo`.`\', v_table_name, \'`\')); END LOOP; CLOSE c_ndbinfo;  SELECT * FROM information_schema.FILES; END IF;  SELECT \'SELECT * FROM sys.processlist\' AS \'The following output is:\'; SELECT processlist.* FROM sys.processlist;  IF (v_has_ps = \'YES\') THEN IF (sys.ps_is_consumer_enabled(\'events_waits_history_long\') = \'YES\') THEN SELECT \'SELECT * FROM sys.latest_file_io\' AS \'The following output is:\'; SELECT * FROM sys.latest_file_io; END IF;  IF (EXISTS(SELECT 1 FROM performance_schema.setup_instruments WHERE NAME LIKE \'memory/%\' AND ENABLED = \'YES\')) THEN SELECT \'SELECT * FROM sys.memory_by_host_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_by_host_by_current_bytes;  SELECT \'SELECT * FROM sys.memory_by_thread_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_by_thread_by_current_bytes;  SELECT \'SELECT * FROM sys.memory_by_user_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_by_user_by_current_bytes;  SELECT \'SELECT * FROM sys.memory_global_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_global_by_current_bytes; END IF; END IF;  SET v_runtime = (UNIX_TIMESTAMP(NOW(2)) - v_start); UNTIL (v_runtime + in_interval >= in_max_runtime) END REPEAT;  IF (v_has_ps = \'YES\') THEN SELECT \'SHOW ENGINE PERFORMANCE_SCHEMA STATUS\' AS \'The following output is:\'; EXECUTE stmt_ps_status; END IF;  IF (v_has_innodb IN (\'DEFAULT\', \'YES\')) THEN DEALLOCATE PREPARE stmt_innodb_status; END IF; IF (v_has_ps = \'YES\') THEN DEALLOCATE PREPARE stmt_ps_status; END IF; IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN DEALLOCATE PREPARE stmt_ndbcluster_status; END IF;   SELECT \'  ============================  Schema Information  ============================  \' AS \'\';  SELECT COUNT(*) AS \'Total Number of Tables\' FROM information_schema.TABLES;  IF (@sys.diagnostics.allow_i_s_tables = \'ON\') THEN SELECT \'Storage Engine Usage\' AS \'The following output is:\'; SELECT ENGINE, COUNT(*) AS NUM_TABLES, sys.format_bytes(SUM(DATA_LENGTH)) AS DATA_LENGTH, sys.format_bytes(SUM(INDEX_LENGTH)) AS INDEX_LENGTH, sys.format_bytes(SUM(DATA_LENGTH+INDEX_LENGTH)) AS TOTAL FROM information_schema.TABLES GROUP BY ENGINE;  SELECT \'Schema Object Overview\' AS \'The following output is:\'; SELECT * FROM sys.schema_object_overview;  SELECT \'Tables without a PRIMARY KEY\' AS \'The following output is:\'; SELECT TABLES.TABLE_SCHEMA, ENGINE, COUNT(*) AS NumTables FROM information_schema.TABLES LEFT OUTER JOIN information_schema.STATISTICS ON STATISTICS.TABLE_SCHEMA = TABLES.TABLE_SCHEMA AND STATISTICS.TABLE_NAME = TABLES.TABLE_NAME AND STATISTICS.INDEX_NAME = \'PRIMARY\' WHERE STATISTICS.TABLE_NAME IS NULL AND TABLES.TABLE_SCHEMA NOT IN (\'mysql\', \'information_schema\', \'performance_schema\', \'sys\') AND TABLES.TABLE_TYPE = \'BASE TABLE\' GROUP BY TABLES.TABLE_SCHEMA, ENGINE; END IF;  IF (v_has_ps = \'YES\') THEN SELECT \'Unused Indexes\' AS \'The following output is:\'; SELECT object_schema, COUNT(*) AS NumUnusedIndexes FROM performance_schema.table_io_waits_summary_by_index_usage WHERE index_name IS NOT NULL AND count_star = 0 AND object_schema NOT IN (\'mysql\', \'sys\') AND index_name != \'PRIMARY\' GROUP BY object_schema; END IF;  IF (v_has_ps = \'YES\') THEN SELECT \'  =========================  Overall Status  =========================  \' AS \'\';  SELECT \'CALL sys.ps_statement_avg_latency_histogram()\' AS \'The following output is:\'; CALL sys.ps_statement_avg_latency_histogram();  CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); CALL sys.statement_performance_analyzer(\'overall\', NULL, \'with_runtimes_in_95th_percentile\');  SET @sys.diagnostics.sql = REPLACE(@sys.diagnostics.sql_gen_query_template, \'%{OUTPUT}\', \'end\'); IF (@sys.debug = \'ON\') THEN SELECT \'The following query will be used to generate the query for each sys view\' AS \'Debug\'; SELECT @sys.diagnostics.sql AS \'Debug\'; END IF; PREPARE stmt_gen_query FROM @sys.diagnostics.sql;  SET v_done = FALSE; OPEN c_sysviews_w_delta; c_sysviews_w_delta_loop: LOOP FETCH c_sysviews_w_delta INTO v_table_name; IF v_done THEN LEAVE c_sysviews_w_delta_loop; END IF;  IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'The following queries are for storing the final content of \', v_table_name) AS \'Debug\'; END IF;  CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS `tmp_\', v_table_name, \'_end`\')); CALL sys.execute_prepared_stmt(CONCAT(\'CREATE TEMPORARY TABLE `tmp_\', v_table_name, \'_end` SELECT * FROM `sys`.`x$\', v_table_name, \'`\'));  SET @sys.diagnostics.table_name = CONCAT(\'x$\', v_table_name); EXECUTE stmt_gen_query USING @sys.diagnostics.table_name; SELECT CONCAT(@sys.diagnostics.sql_select, IF(order_by IS NOT NULL, CONCAT(\'\n ORDER BY \', REPLACE(order_by, \'%{TABLE}\', CONCAT(\'tmp_\', v_table_name, \'_end\'))), \'\'), IF(limit_rows IS NOT NULL, CONCAT(\'\n LIMIT \', limit_rows), \'\') ) INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta WHERE TABLE_NAME = v_table_name; SELECT CONCAT(\'Overall \', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql_select); END LOOP; CLOSE c_sysviews_w_delta;  DEALLOCATE PREPARE stmt_gen_query;   SELECT \'  ======================  Delta Status  ======================  \' AS \'\';  CALL sys.statement_performance_analyzer(\'delta\', \'tmp_digests_start\', \'with_runtimes_in_95th_percentile\'); CALL sys.statement_performance_analyzer(\'cleanup\', NULL, NULL);  DROP TEMPORARY TABLE tmp_digests_start;  IF (@sys.debug = \'ON\') THEN SELECT \'The following query will be used to generate the query for each sys view delta\' AS \'Debug\'; SELECT @sys.diagnostics.sql_gen_query_delta AS \'Debug\'; END IF; PREPARE stmt_gen_query_delta FROM @sys.diagnostics.sql_gen_query_delta;  SET v_old_group_concat_max_len = @@session.group_concat_max_len; SET @@session.group_concat_max_len = 2048; SET v_done = FALSE; OPEN c_sysviews_w_delta; c_sysviews_w_delta_loop: LOOP FETCH c_sysviews_w_delta INTO v_table_name; IF v_done THEN LEAVE c_sysviews_w_delta_loop; END IF;  SET @sys.diagnostics.table_name = v_table_name; EXECUTE stmt_gen_query_delta USING @sys.diagnostics.table_name; SELECT CONCAT(@sys.diagnostics.sql_select, IF(where_delta IS NOT NULL, CONCAT(\'\n WHERE \', where_delta), \'\'), IF(order_by_delta IS NOT NULL, CONCAT(\'\n ORDER BY \', order_by_delta), \'\'), IF(limit_rows IS NOT NULL, CONCAT(\'\n LIMIT \', limit_rows), \'\') ) INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta WHERE TABLE_NAME = v_table_name;  SELECT CONCAT(\'Delta \', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql_select);  CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE `tmp_\', v_table_name, \'_end`\')); CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE `tmp_\', v_table_name, \'_start`\')); END LOOP; CLOSE c_sysviews_w_delta; SET @@session.group_concat_max_len = v_old_group_concat_max_len;  DEALLOCATE PREPARE stmt_gen_query_delta; DROP TEMPORARY TABLE tmp_sys_views_delta; END IF;  IF (v_has_metrics) THEN SELECT \'SELECT * FROM sys.metrics\' AS \'The following output is:\'; ELSE SELECT \'sys.metrics equivalent\' AS \'The following output is:\'; END IF; CALL sys.execute_prepared_stmt( CONCAT(v_sql_status_summary_select, v_sql_status_summary_delta, \', Type, s1.Enabled\', v_sql_status_summary_from, \' ORDER BY Type, Variable_name\' ) );  SET v_count = 0; WHILE (v_count < v_output_count) DO SET v_count = v_count + 1; SET v_table_name = CONCAT(\'tmp_metrics_\', v_count); CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS \', v_table_name)); END WHILE;  IF (in_auto_config <> \'current\') THEN CALL sys.ps_setup_reload_saved(); SET sql_log_bin = @log_bin; END IF;  SET @sys.diagnostics.output_time            = NULL, @sys.diagnostics.sql                    = NULL, @sys.diagnostics.sql_gen_query_delta    = NULL, @sys.diagnostics.sql_gen_query_template = NULL, @sys.diagnostics.sql_select             = NULL, @sys.diagnostics.table_name             = NULL;  IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  IF (@log_bin = 1) THEN SET sql_log_bin = @log_bin; END IF; END'),('sys','ps_statement_avg_latency_histogram','PROCEDURE','ps_statement_avg_latency_histogram','SQL','READS_SQL_DATA','NO','INVOKER','','','BEGIN SELECT CONCAT(\'\\n\', \'\\n  . = 1 unit\', \'\\n  * = 2 units\', \'\\n  # = 3 units\\n\', @label := CONCAT(@label_inner := CONCAT(\'\\n(0 - \', ROUND((@bucket_size := (SELECT ROUND((MAX(avg_us) - MIN(avg_us)) / (@buckets := 16)) AS size FROM sys.x$ps_digest_avg_latency_distribution)) / (@unit_div := 1000)), (@unit := \'ms\'), \')\'), REPEAT(\' \', (@max_label_size := ((1 + LENGTH(ROUND((@bucket_size * 15) / @unit_div)) + 3 + LENGTH(ROUND(@bucket_size * 16) / @unit_div)) + 1)) - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us <= @bucket_size), 0)), REPEAT(\' \', (@max_label_len := (@max_label_size + LENGTH((@total_queries := (SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution)))) + 1) - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < (@one_unit := 40), \'.\', IF(@count_in_bucket < (@two_unit := 80), \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'),  @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND(@bucket_size / @unit_div), \' - \', ROUND((@bucket_size * 2) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size AND b1.avg_us <= @bucket_size * 2), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 2) / @unit_div), \' - \', ROUND((@bucket_size * 3) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 2 AND b1.avg_us <= @bucket_size * 3), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 3) / @unit_div), \' - \', ROUND((@bucket_size * 4) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 3 AND b1.avg_us <= @bucket_size * 4), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 4) / @unit_div), \' - \', ROUND((@bucket_size * 5) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 4 AND b1.avg_us <= @bucket_size * 5), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 5) / @unit_div), \' - \', ROUND((@bucket_size * 6) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 5 AND b1.avg_us <= @bucket_size * 6), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 6) / @unit_div), \' - \', ROUND((@bucket_size * 7) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 6 AND b1.avg_us <= @bucket_size * 7), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 7) / @unit_div), \' - \', ROUND((@bucket_size * 8) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 7 AND b1.avg_us <= @bucket_size * 8), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 8) / @unit_div), \' - \', ROUND((@bucket_size * 9) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 8 AND b1.avg_us <= @bucket_size * 9), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 9) / @unit_div), \' - \', ROUND((@bucket_size * 10) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 9 AND b1.avg_us <= @bucket_size * 10), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 10) / @unit_div), \' - \', ROUND((@bucket_size * 11) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 10 AND b1.avg_us <= @bucket_size * 11), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 11) / @unit_div), \' - \', ROUND((@bucket_size * 12) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 11 AND b1.avg_us <= @bucket_size * 12), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 12) / @unit_div), \' - \', ROUND((@bucket_size * 13) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 12 AND b1.avg_us <= @bucket_size * 13), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 13) / @unit_div), \' - \', ROUND((@bucket_size * 14) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 13 AND b1.avg_us <= @bucket_size * 14), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 14) / @unit_div), \' - \', ROUND((@bucket_size * 15) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 14 AND b1.avg_us <= @bucket_size * 15), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 15) / @unit_div), \' - \', ROUND((@bucket_size * 16) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 15 AND b1.avg_us <= @bucket_size * 16), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'),  \'\\n\\n  Total Statements: \', @total_queries, \'; Buckets: \', @buckets , \'; Bucket Size: \', ROUND(@bucket_size / @unit_div) , \' \', @unit, \';\\n\'  ) AS `Performance Schema Statement Digest Average Latency Histogram`;  END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Outputs a textual histogram graph of the average latency values\n across all normalized queries tracked within the Performance Schema\n events_statements_summary_by_digest table.\n \n Can be used to show a very high level picture of what kind of \n latency distribution statements running within this instance have.\n \n Parameters\n \n None.\n \n Example\n \n mysql> CALL sys.ps_statement_avg_latency_histogram()\\G\n *************************** 1. row ***************************\n Performance Schema Statement Digest Average Latency Histogram:\n \n . = 1 unit\n * = 2 units\n # = 3 units\n \n (0 - 38ms)     240 | ################################################################################\n (38 - 77ms)    38  | ......................................\n (77 - 115ms)   3   | ...\n (115 - 154ms)  62  | *******************************\n (154 - 192ms)  3   | ...\n (192 - 231ms)  0   |\n (231 - 269ms)  0   |\n (269 - 307ms)  0   |\n (307 - 346ms)  0   |\n (346 - 384ms)  1   | .\n (384 - 423ms)  1   | .\n (423 - 461ms)  0   |\n (461 - 499ms)  0   |\n (499 - 538ms)  0   |\n (538 - 576ms)  0   |\n (576 - 615ms)  1   | .\n \n Total Statements: 350; Buckets: 16; Bucket Size: 38 ms;\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN SELECT CONCAT(\'\n\', \'\n  . = 1 unit\', \'\n  * = 2 units\', \'\n  # = 3 units\n\', @label := CONCAT(@label_inner := CONCAT(\'\n(0 - \', ROUND((@bucket_size := (SELECT ROUND((MAX(avg_us) - MIN(avg_us)) / (@buckets := 16)) AS size FROM sys.x$ps_digest_avg_latency_distribution)) / (@unit_div := 1000)), (@unit := \'ms\'), \')\'), REPEAT(\' \', (@max_label_size := ((1 + LENGTH(ROUND((@bucket_size * 15) / @unit_div)) + 3 + LENGTH(ROUND(@bucket_size * 16) / @unit_div)) + 1)) - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us <= @bucket_size), 0)), REPEAT(\' \', (@max_label_len := (@max_label_size + LENGTH((@total_queries := (SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution)))) + 1) - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < (@one_unit := 40), \'.\', IF(@count_in_bucket < (@two_unit := 80), \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'),  @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND(@bucket_size / @unit_div), \' - \', ROUND((@bucket_size * 2) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size AND b1.avg_us <= @bucket_size * 2), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 2) / @unit_div), \' - \', ROUND((@bucket_size * 3) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 2 AND b1.avg_us <= @bucket_size * 3), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 3) / @unit_div), \' - \', ROUND((@bucket_size * 4) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 3 AND b1.avg_us <= @bucket_size * 4), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 4) / @unit_div), \' - \', ROUND((@bucket_size * 5) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 4 AND b1.avg_us <= @bucket_size * 5), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 5) / @unit_div), \' - \', ROUND((@bucket_size * 6) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 5 AND b1.avg_us <= @bucket_size * 6), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 6) / @unit_div), \' - \', ROUND((@bucket_size * 7) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 6 AND b1.avg_us <= @bucket_size * 7), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 7) / @unit_div), \' - \', ROUND((@bucket_size * 8) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 7 AND b1.avg_us <= @bucket_size * 8), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 8) / @unit_div), \' - \', ROUND((@bucket_size * 9) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 8 AND b1.avg_us <= @bucket_size * 9), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 9) / @unit_div), \' - \', ROUND((@bucket_size * 10) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 9 AND b1.avg_us <= @bucket_size * 10), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 10) / @unit_div), \' - \', ROUND((@bucket_size * 11) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 10 AND b1.avg_us <= @bucket_size * 11), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 11) / @unit_div), \' - \', ROUND((@bucket_size * 12) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 11 AND b1.avg_us <= @bucket_size * 12), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 12) / @unit_div), \' - \', ROUND((@bucket_size * 13) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 12 AND b1.avg_us <= @bucket_size * 13), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 13) / @unit_div), \' - \', ROUND((@bucket_size * 14) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 13 AND b1.avg_us <= @bucket_size * 14), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 14) / @unit_div), \' - \', ROUND((@bucket_size * 15) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 14 AND b1.avg_us <= @bucket_size * 15), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 15) / @unit_div), \' - \', ROUND((@bucket_size * 16) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 15 AND b1.avg_us <= @bucket_size * 16), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'),  \'\n\n  Total Statements: \', @total_queries, \'; Buckets: \', @buckets , \'; Bucket Size: \', ROUND(@bucket_size / @unit_div) , \' \', @unit, \';\n\'  ) AS `Performance Schema Statement Digest Average Latency Histogram`;  END'),('sys','ps_trace_statement_digest','PROCEDURE','ps_trace_statement_digest','SQL','MODIFIES_SQL_DATA','NO','INVOKER',' IN in_digest VARCHAR(32), IN in_runtime INT, IN in_interval DECIMAL(2,2), IN in_start_fresh BOOLEAN, IN in_auto_enable BOOLEAN ','','BEGIN  DECLARE v_start_fresh BOOLEAN DEFAULT false; DECLARE v_auto_enable BOOLEAN DEFAULT false; DECLARE v_explain     BOOLEAN DEFAULT true; DECLARE v_this_thread_enabed ENUM(\'YES\', \'NO\'); DECLARE v_runtime INT DEFAULT 0; DECLARE v_start INT DEFAULT 0; DECLARE v_found_stmts INT;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT INSTRUMENTED INTO v_this_thread_enabed FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); CALL sys.ps_setup_disable_thread(CONNECTION_ID());  DROP TEMPORARY TABLE IF EXISTS stmt_trace; CREATE TEMPORARY TABLE stmt_trace ( thread_id BIGINT UNSIGNED, timer_start BIGINT UNSIGNED, event_id BIGINT UNSIGNED, sql_text longtext, timer_wait BIGINT UNSIGNED, lock_time BIGINT UNSIGNED, errors BIGINT UNSIGNED, mysql_errno INT, rows_sent BIGINT UNSIGNED, rows_affected BIGINT UNSIGNED, rows_examined BIGINT UNSIGNED, created_tmp_tables BIGINT UNSIGNED, created_tmp_disk_tables BIGINT UNSIGNED, no_index_used BIGINT UNSIGNED, PRIMARY KEY (thread_id, timer_start) );  DROP TEMPORARY TABLE IF EXISTS stmt_stages; CREATE TEMPORARY TABLE stmt_stages ( event_id BIGINT UNSIGNED, stmt_id BIGINT UNSIGNED, event_name VARCHAR(128), timer_wait BIGINT UNSIGNED, PRIMARY KEY (event_id) );  SET v_start_fresh = in_start_fresh; IF v_start_fresh THEN TRUNCATE TABLE performance_schema.events_statements_history_long; TRUNCATE TABLE performance_schema.events_stages_history_long; END IF;  SET v_auto_enable = in_auto_enable; IF v_auto_enable THEN CALL sys.ps_setup_save(0);  UPDATE performance_schema.threads SET INSTRUMENTED = IF(PROCESSLIST_ID IS NOT NULL, \'YES\', \'NO\');  UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\' WHERE NAME NOT LIKE \'%\\_history\' AND NAME NOT LIKE \'events_wait%\' AND NAME NOT LIKE \'events_transactions%\' AND NAME <> \'statements_digest\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\' WHERE NAME LIKE \'statement/%\' OR NAME LIKE \'stage/%\'; END IF;  WHILE v_runtime < in_runtime DO SELECT UNIX_TIMESTAMP() INTO v_start;  INSERT IGNORE INTO stmt_trace SELECT thread_id, timer_start, event_id, sql_text, timer_wait, lock_time, errors, mysql_errno,  rows_sent, rows_affected, rows_examined, created_tmp_tables, created_tmp_disk_tables, no_index_used FROM performance_schema.events_statements_history_long WHERE digest = in_digest;  INSERT IGNORE INTO stmt_stages SELECT stages.event_id, stmt_trace.event_id, stages.event_name, stages.timer_wait FROM performance_schema.events_stages_history_long AS stages JOIN stmt_trace ON stages.nesting_event_id = stmt_trace.event_id;  SELECT SLEEP(in_interval) INTO @sleep; SET v_runtime = v_runtime + (UNIX_TIMESTAMP() - v_start); END WHILE;  SELECT \"SUMMARY STATISTICS\";  SELECT COUNT(*) executions, sys.format_time(SUM(timer_wait)) AS exec_time, sys.format_time(SUM(lock_time)) AS lock_time, SUM(rows_sent) AS rows_sent, SUM(rows_affected) AS rows_affected, SUM(rows_examined) AS rows_examined, SUM(created_tmp_tables) AS tmp_tables, SUM(no_index_used) AS full_scans FROM stmt_trace;  SELECT event_name, COUNT(*) as count, sys.format_time(SUM(timer_wait)) as latency FROM stmt_stages GROUP BY event_name ORDER BY SUM(timer_wait) DESC;  SELECT \"LONGEST RUNNING STATEMENT\";  SELECT thread_id, sys.format_time(timer_wait) AS exec_time, sys.format_time(lock_time) AS lock_time, rows_sent, rows_affected, rows_examined, created_tmp_tables AS tmp_tables, no_index_used AS full_scan FROM stmt_trace ORDER BY timer_wait DESC LIMIT 1;  SELECT sql_text FROM stmt_trace ORDER BY timer_wait DESC LIMIT 1;  SELECT sql_text, event_id INTO @sql, @sql_id FROM stmt_trace ORDER BY timer_wait DESC LIMIT 1;  IF (@sql_id IS NOT NULL) THEN SELECT event_name, sys.format_time(timer_wait) as latency FROM stmt_stages WHERE stmt_id = @sql_id ORDER BY event_id; END IF;  DROP TEMPORARY TABLE stmt_trace; DROP TEMPORARY TABLE stmt_stages;  IF (@sql IS NOT NULL) THEN SET @stmt := CONCAT(\"EXPLAIN FORMAT=JSON \", @sql); BEGIN DECLARE CONTINUE HANDLER FOR 1064, 1146 SET v_explain = false;  PREPARE explain_stmt FROM @stmt; END;  IF (v_explain) THEN EXECUTE explain_stmt; DEALLOCATE PREPARE explain_stmt; END IF; END IF;  IF v_auto_enable THEN CALL sys.ps_setup_reload_saved(); END IF; IF (v_this_thread_enabed = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  SET sql_log_bin = @log_bin; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Traces all instrumentation within Performance Schema for a specific\n Statement Digest.\n \n When finding a statement of interest within the\n performance_schema.events_statements_summary_by_digest table, feed\n the DIGEST MD5 value in to this procedure, set how long to poll for,\n and at what interval to poll, and it will generate a report of all\n statistics tracked within Performance Schema for that digest for the\n interval.\n \n It will also attempt to generate an EXPLAIN for the longest running\n example of the digest during the interval. Note this may fail, as:\n \n * Performance Schema truncates long SQL_TEXT values (and hence the\n EXPLAIN will fail due to parse errors)\n * the default schema is sys (so tables that are not fully qualified\n in the query may not be found)\n * some queries such as SHOW are not supported in EXPLAIN.\n \n When the EXPLAIN fails, the error will be ignored and no EXPLAIN\n output generated.\n \n Requires the SUPER privilege for \"SET sql_log_bin = 0;\".\n \n Parameters\n \n in_digest (VARCHAR(32)):\n The statement digest identifier you would like to analyze\n in_runtime (INT):\n The number of seconds to run analysis for\n in_interval (DECIMAL(2,2)):\n The interval (in seconds, may be fractional) at which to try\n and take snapshots\n in_start_fresh (BOOLEAN):\n Whether to TRUNCATE the events_statements_history_long and\n events_stages_history_long tables before starting\n in_auto_enable (BOOLEAN):\n Whether to automatically turn on required consumers\n \n Example\n \n mysql> call ps_trace_statement_digest(\'891ec6860f98ba46d89dd20b0c03652c\', 10, 0.1, true, true);\n +--------------------+\n | SUMMARY STATISTICS |\n +--------------------+\n | SUMMARY STATISTICS |\n +--------------------+\n 1 row in set (9.11 sec)\n \n +------------+-----------+-----------+-----------+---------------+------------+------------+\n | executions | exec_time | lock_time | rows_sent | rows_examined | tmp_tables | full_scans |\n +------------+-----------+-----------+-----------+---------------+------------+------------+\n |         21 | 4.11 ms   | 2.00 ms   |         0 |            21 |          0 |          0 |\n +------------+-----------+-----------+-----------+---------------+------------+------------+\n 1 row in set (9.11 sec)\n \n +------------------------------------------+-------+-----------+\n | event_name                               | count | latency   |\n +------------------------------------------+-------+-----------+\n | stage/sql/checking query cache for query |    16 | 724.37 us |\n | stage/sql/statistics                     |    16 | 546.92 us |\n | stage/sql/freeing items                  |    18 | 520.11 us |\n | stage/sql/init                           |    51 | 466.80 us |\n ...\n | stage/sql/cleaning up                    |    18 | 11.92 us  |\n | stage/sql/executing                      |    16 | 6.95 us   |\n +------------------------------------------+-------+-----------+\n 17 rows in set (9.12 sec)\n \n +---------------------------+\n | LONGEST RUNNING STATEMENT |\n +---------------------------+\n | LONGEST RUNNING STATEMENT |\n +---------------------------+\n 1 row in set (9.16 sec)\n \n +-----------+-----------+-----------+-----------+---------------+------------+-----------+\n | thread_id | exec_time | lock_time | rows_sent | rows_examined | tmp_tables | full_scan |\n +-----------+-----------+-----------+-----------+---------------+------------+-----------+\n |    166646 | 618.43 us | 1.00 ms   |         0 |             1 |          0 |         0 |\n +-----------+-----------+-----------+-----------+---------------+------------+-----------+\n 1 row in set (9.16 sec)\n \n // Truncated for clarity...\n +-----------------------------------------------------------------+\n | sql_text                                                        |\n +-----------------------------------------------------------------+\n | select hibeventhe0_.id as id1382_, hibeventhe0_.createdTime ... |\n +-----------------------------------------------------------------+\n 1 row in set (9.17 sec)\n \n +------------------------------------------+-----------+\n | event_name                               | latency   |\n +------------------------------------------+-----------+\n | stage/sql/init                           | 8.61 us   |\n | stage/sql/Waiting for query cache lock   | 453.23 us |\n | stage/sql/init                           | 331.07 ns |\n | stage/sql/checking query cache for query | 43.04 us  |\n ...\n | stage/sql/freeing items                  | 30.46 us  |\n | stage/sql/cleaning up                    | 662.13 ns |\n +------------------------------------------+-----------+\n 18 rows in set (9.23 sec)\n \n +----+-------------+--------------+-------+---------------+-----------+---------+-------------+------+-------+\n | id | select_type | table        | type  | possible_keys | key       | key_len | ref         | rows | Extra |\n +----+-------------+--------------+-------+---------------+-----------+---------+-------------+------+-------+\n |  1 | SIMPLE      | hibeventhe0_ | const | fixedTime     | fixedTime | 775     | const,const |    1 | NULL  |\n +----+-------------+--------------+-------+---------------+-----------+---------+-------------+------+-------+\n 1 row in set (9.27 sec)\n \n Query OK, 0 rows affected (9.28 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN  DECLARE v_start_fresh BOOLEAN DEFAULT false; DECLARE v_auto_enable BOOLEAN DEFAULT false; DECLARE v_explain     BOOLEAN DEFAULT true; DECLARE v_this_thread_enabed ENUM(\'YES\', \'NO\'); DECLARE v_runtime INT DEFAULT 0; DECLARE v_start INT DEFAULT 0; DECLARE v_found_stmts INT;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT INSTRUMENTED INTO v_this_thread_enabed FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); CALL sys.ps_setup_disable_thread(CONNECTION_ID());  DROP TEMPORARY TABLE IF EXISTS stmt_trace; CREATE TEMPORARY TABLE stmt_trace ( thread_id BIGINT UNSIGNED, timer_start BIGINT UNSIGNED, event_id BIGINT UNSIGNED, sql_text longtext, timer_wait BIGINT UNSIGNED, lock_time BIGINT UNSIGNED, errors BIGINT UNSIGNED, mysql_errno INT, rows_sent BIGINT UNSIGNED, rows_affected BIGINT UNSIGNED, rows_examined BIGINT UNSIGNED, created_tmp_tables BIGINT UNSIGNED, created_tmp_disk_tables BIGINT UNSIGNED, no_index_used BIGINT UNSIGNED, PRIMARY KEY (thread_id, timer_start) );  DROP TEMPORARY TABLE IF EXISTS stmt_stages; CREATE TEMPORARY TABLE stmt_stages ( event_id BIGINT UNSIGNED, stmt_id BIGINT UNSIGNED, event_name VARCHAR(128), timer_wait BIGINT UNSIGNED, PRIMARY KEY (event_id) );  SET v_start_fresh = in_start_fresh; IF v_start_fresh THEN TRUNCATE TABLE performance_schema.events_statements_history_long; TRUNCATE TABLE performance_schema.events_stages_history_long; END IF;  SET v_auto_enable = in_auto_enable; IF v_auto_enable THEN CALL sys.ps_setup_save(0);  UPDATE performance_schema.threads SET INSTRUMENTED = IF(PROCESSLIST_ID IS NOT NULL, \'YES\', \'NO\');  UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\' WHERE NAME NOT LIKE \'%\\_history\' AND NAME NOT LIKE \'events_wait%\' AND NAME NOT LIKE \'events_transactions%\' AND NAME <> \'statements_digest\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\' WHERE NAME LIKE \'statement/%\' OR NAME LIKE \'stage/%\'; END IF;  WHILE v_runtime < in_runtime DO SELECT UNIX_TIMESTAMP() INTO v_start;  INSERT IGNORE INTO stmt_trace SELECT thread_id, timer_start, event_id, sql_text, timer_wait, lock_time, errors, mysql_errno,  rows_sent, rows_affected, rows_examined, created_tmp_tables, created_tmp_disk_tables, no_index_used FROM performance_schema.events_statements_history_long WHERE digest = in_digest;  INSERT IGNORE INTO stmt_stages SELECT stages.event_id, stmt_trace.event_id, stages.event_name, stages.timer_wait FROM performance_schema.events_stages_history_long AS stages JOIN stmt_trace ON stages.nesting_event_id = stmt_trace.event_id;  SELECT SLEEP(in_interval) INTO @sleep; SET v_runtime = v_runtime + (UNIX_TIMESTAMP() - v_start); END WHILE;  SELECT \"SUMMARY STATISTICS\";  SELECT COUNT(*) executions, sys.format_time(SUM(timer_wait)) AS exec_time, sys.format_time(SUM(lock_time)) AS lock_time, SUM(rows_sent) AS rows_sent, SUM(rows_affected) AS rows_affected, SUM(rows_examined) AS rows_examined, SUM(created_tmp_tables) AS tmp_tables, SUM(no_index_used) AS full_scans FROM stmt_trace;  SELECT event_name, COUNT(*) as count, sys.format_time(SUM(timer_wait)) as latency FROM stmt_stages GROUP BY event_name ORDER BY SUM(timer_wait) DESC;  SELECT \"LONGEST RUNNING STATEMENT\";  SELECT thread_id, sys.format_time(timer_wait) AS exec_time, sys.format_time(lock_time) AS lock_time, rows_sent, rows_affected, rows_examined, created_tmp_tables AS tmp_tables, no_index_used AS full_scan FROM stmt_trace ORDER BY timer_wait DESC LIMIT 1;  SELECT sql_text FROM stmt_trace ORDER BY timer_wait DESC LIMIT 1;  SELECT sql_text, event_id INTO @sql, @sql_id FROM stmt_trace ORDER BY timer_wait DESC LIMIT 1;  IF (@sql_id IS NOT NULL) THEN SELECT event_name, sys.format_time(timer_wait) as latency FROM stmt_stages WHERE stmt_id = @sql_id ORDER BY event_id; END IF;  DROP TEMPORARY TABLE stmt_trace; DROP TEMPORARY TABLE stmt_stages;  IF (@sql IS NOT NULL) THEN SET @stmt := CONCAT(\"EXPLAIN FORMAT=JSON \", @sql); BEGIN DECLARE CONTINUE HANDLER FOR 1064, 1146 SET v_explain = false;  PREPARE explain_stmt FROM @stmt; END;  IF (v_explain) THEN EXECUTE explain_stmt; DEALLOCATE PREPARE explain_stmt; END IF; END IF;  IF v_auto_enable THEN CALL sys.ps_setup_reload_saved(); END IF; IF (v_this_thread_enabed = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  SET sql_log_bin = @log_bin; END'),('sys','ps_trace_thread','PROCEDURE','ps_trace_thread','SQL','MODIFIES_SQL_DATA','NO','INVOKER',' IN in_thread_id BIGINT UNSIGNED, IN in_outfile VARCHAR(255), IN in_max_runtime DECIMAL(20,2), IN in_interval DECIMAL(20,2), IN in_start_fresh BOOLEAN, IN in_auto_setup BOOLEAN, IN in_debug BOOLEAN ','','BEGIN DECLARE v_done bool DEFAULT FALSE; DECLARE v_start, v_runtime DECIMAL(20,2) DEFAULT 0.0; DECLARE v_min_event_id bigint unsigned DEFAULT 0; DECLARE v_this_thread_enabed ENUM(\'YES\', \'NO\'); DECLARE v_event longtext; DECLARE c_stack CURSOR FOR SELECT CONCAT(IF(nesting_event_id IS NOT NULL, CONCAT(nesting_event_id, \' -> \'), \'\'),  event_id, \'; \', event_id, \' [label=\"\', \'(\', sys.format_time(timer_wait), \') \', IF (event_name NOT LIKE \'wait/io%\',  SUBSTRING_INDEX(event_name, \'/\', -2),  IF (event_name NOT LIKE \'wait/io/file%\' OR event_name NOT LIKE \'wait/io/socket%\', SUBSTRING_INDEX(event_name, \'/\', -4), event_name) ), IF (event_name LIKE \'transaction\', IFNULL(CONCAT(\'\\\\n\', wait_info), \'\'), \'\'), IF (event_name LIKE \'statement/%\', IFNULL(CONCAT(\'\\\\n\', wait_info), \'\'), \'\'), IF (in_debug AND event_name LIKE \'wait%\', wait_info, \'\'), \'\", \',  CASE WHEN event_name LIKE \'wait/io/file%\' THEN  \'shape=box, style=filled, color=red\' WHEN event_name LIKE \'wait/io/table%\' THEN  \'shape=box, style=filled, color=green\' WHEN event_name LIKE \'wait/io/socket%\' THEN \'shape=box, style=filled, color=yellow\' WHEN event_name LIKE \'wait/synch/mutex%\' THEN \'style=filled, color=lightskyblue\' WHEN event_name LIKE \'wait/synch/cond%\' THEN \'style=filled, color=darkseagreen3\' WHEN event_name LIKE \'wait/synch/rwlock%\' THEN \'style=filled, color=orchid\' WHEN event_name LIKE \'wait/synch/sxlock%\' THEN \'style=filled, color=palevioletred\'  WHEN event_name LIKE \'wait/lock%\' THEN \'shape=box, style=filled, color=tan\' WHEN event_name LIKE \'statement/%\' THEN CONCAT(\'shape=box, style=bold\', CASE WHEN event_name LIKE \'statement/com/%\' THEN \' style=filled, color=darkseagreen\' ELSE IF((timer_wait/1000000000000) > @@long_query_time,  \' style=filled, color=red\',  \' style=filled, color=lightblue\') END ) WHEN event_name LIKE \'transaction\' THEN \'shape=box, style=filled, color=lightblue3\' WHEN event_name LIKE \'stage/%\' THEN \'style=filled, color=slategray3\' WHEN event_name LIKE \'%idle%\' THEN \'shape=box, style=filled, color=firebrick3\' ELSE \'\' END, \'];\\n\' ) event, event_id FROM ( (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id, CONCAT(\'trx_id: \',  IFNULL(trx_id, \'\'), \'\\\\n\', \'gtid: \', IFNULL(gtid, \'\'), \'\\\\n\', \'state: \', state, \'\\\\n\', \'mode: \', access_mode, \'\\\\n\', \'isolation: \', isolation_level, \'\\\\n\', \'autocommit: \', autocommit, \'\\\\n\', \'savepoints: \', number_of_savepoints, \'\\\\n\' ) AS wait_info FROM performance_schema.events_transactions_history_long WHERE thread_id = in_thread_id AND event_id > v_min_event_id) UNION (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id,  CONCAT(\'statement: \', sql_text, \'\\\\n\', \'errors: \', errors, \'\\\\n\', \'warnings: \', warnings, \'\\\\n\', \'lock time: \', sys.format_time(lock_time),\'\\\\n\', \'rows affected: \', rows_affected, \'\\\\n\', \'rows sent: \', rows_sent, \'\\\\n\', \'rows examined: \', rows_examined, \'\\\\n\', \'tmp tables: \', created_tmp_tables, \'\\\\n\', \'tmp disk tables: \', created_tmp_disk_tables, \'\\\\n\' \'select scan: \', select_scan, \'\\\\n\', \'select full join: \', select_full_join, \'\\\\n\', \'select full range join: \', select_full_range_join, \'\\\\n\', \'select range: \', select_range, \'\\\\n\', \'select range check: \', select_range_check, \'\\\\n\',  \'sort merge passes: \', sort_merge_passes, \'\\\\n\', \'sort rows: \', sort_rows, \'\\\\n\', \'sort range: \', sort_range, \'\\\\n\', \'sort scan: \', sort_scan, \'\\\\n\', \'no index used: \', IF(no_index_used, \'TRUE\', \'FALSE\'), \'\\\\n\', \'no good index used: \', IF(no_good_index_used, \'TRUE\', \'FALSE\'), \'\\\\n\' ) AS wait_info FROM performance_schema.events_statements_history_long WHERE thread_id = in_thread_id AND event_id > v_min_event_id) UNION (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id, null AS wait_info FROM performance_schema.events_stages_history_long  WHERE thread_id = in_thread_id AND event_id > v_min_event_id) UNION  (SELECT thread_id, event_id,  CONCAT(event_name,  IF(event_name NOT LIKE \'wait/synch/mutex%\', IFNULL(CONCAT(\' - \', operation), \'\'), \'\'),  IF(number_of_bytes IS NOT NULL, CONCAT(\' \', number_of_bytes, \' bytes\'), \'\'), IF(event_name LIKE \'wait/io/file%\', \'\\\\n\', \'\'), IF(object_schema IS NOT NULL, CONCAT(\'\\\\nObject: \', object_schema, \'.\'), \'\'),  IF(object_name IS NOT NULL,  IF (event_name LIKE \'wait/io/socket%\', CONCAT(\'\\\\n\', IF (object_name LIKE \':0%\', @@socket, object_name)), object_name), \'\' ), IF(index_name IS NOT NULL, CONCAT(\' Index: \', index_name), \'\'), \'\\\\n\' ) AS event_name, timer_wait, timer_start, nesting_event_id, source AS wait_info FROM performance_schema.events_waits_history_long WHERE thread_id = in_thread_id AND event_id > v_min_event_id) ) events  ORDER BY event_id; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT INSTRUMENTED INTO v_this_thread_enabed FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); CALL sys.ps_setup_disable_thread(CONNECTION_ID());  IF (in_auto_setup) THEN CALL sys.ps_setup_save(0);  DELETE FROM performance_schema.setup_actors;  UPDATE performance_schema.threads SET INSTRUMENTED = IF(THREAD_ID = in_thread_id, \'YES\', \'NO\');  UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\' WHERE NAME NOT LIKE \'%\\_history\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\'; END IF;  IF (in_start_fresh) THEN TRUNCATE performance_schema.events_transactions_history_long; TRUNCATE performance_schema.events_statements_history_long; TRUNCATE performance_schema.events_stages_history_long; TRUNCATE performance_schema.events_waits_history_long; END IF;  DROP TEMPORARY TABLE IF EXISTS tmp_events; CREATE TEMPORARY TABLE tmp_events ( event_id bigint unsigned NOT NULL, event longblob, PRIMARY KEY (event_id) );  INSERT INTO tmp_events VALUES (0, CONCAT(\'digraph events { rankdir=LR; nodesep=0.10;\\n\', \'// Stack created .....: \', NOW(), \'\\n\', \'// MySQL version .....: \', VERSION(), \'\\n\', \'// MySQL hostname ....: \', @@hostname, \'\\n\', \'// MySQL port ........: \', @@port, \'\\n\', \'// MySQL socket ......: \', @@socket, \'\\n\', \'// MySQL user ........: \', CURRENT_USER(), \'\\n\'));  SELECT CONCAT(\'Data collection starting for THREAD_ID = \', in_thread_id) AS \'Info\';  SET v_min_event_id = 0, v_start        = UNIX_TIMESTAMP(), in_interval    = IFNULL(in_interval, 1.00), in_max_runtime = IFNULL(in_max_runtime, 60.00);  WHILE (v_runtime < in_max_runtime AND (SELECT INSTRUMENTED FROM performance_schema.threads WHERE THREAD_ID = in_thread_id) = \'YES\') DO SET v_done = FALSE; OPEN c_stack; c_stack_loop: LOOP FETCH c_stack INTO v_event, v_min_event_id; IF v_done THEN LEAVE c_stack_loop; END IF;  IF (LENGTH(v_event) > 0) THEN INSERT INTO tmp_events VALUES (v_min_event_id, v_event); END IF; END LOOP; CLOSE c_stack;  SELECT SLEEP(in_interval) INTO @sleep; SET v_runtime = (UNIX_TIMESTAMP() - v_start); END WHILE;  INSERT INTO tmp_events VALUES (v_min_event_id+1, \'}\');  SET @query = CONCAT(\'SELECT event FROM tmp_events ORDER BY event_id INTO OUTFILE \'\'\', in_outfile, \'\'\' FIELDS ESCAPED BY \'\'\'\' LINES TERMINATED BY \'\'\'\'\'); PREPARE stmt_output FROM @query; EXECUTE stmt_output; DEALLOCATE PREPARE stmt_output;  SELECT CONCAT(\'Stack trace written to \', in_outfile) AS \'Info\'; SELECT CONCAT(\'dot -Tpdf -o /tmp/stack_\', in_thread_id, \'.pdf \', in_outfile) AS \'Convert to PDF\'; SELECT CONCAT(\'dot -Tpng -o /tmp/stack_\', in_thread_id, \'.png \', in_outfile) AS \'Convert to PNG\'; DROP TEMPORARY TABLE tmp_events;  IF (in_auto_setup) THEN CALL sys.ps_setup_reload_saved(); END IF; IF (v_this_thread_enabed = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  SET sql_log_bin = @log_bin; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Dumps all data within Performance Schema for an instrumented thread,\n to create a DOT formatted graph file. \n \n Each resultset returned from the procedure should be used for a complete graph\n \n Requires the SUPER privilege for \"SET sql_log_bin = 0;\".\n \n Parameters\n \n in_thread_id (BIGINT UNSIGNED):\n The thread that you would like a stack trace for\n in_outfile  (VARCHAR(255)):\n The filename the dot file will be written to\n in_max_runtime (DECIMAL(20,2)):\n The maximum time to keep collecting data.\n Use NULL to get the default which is 60 seconds.\n in_interval (DECIMAL(20,2)): \n How long to sleep between data collections. \n Use NULL to get the default which is 1 second.\n in_start_fresh (BOOLEAN):\n Whether to reset all Performance Schema data before tracing.\n in_auto_setup (BOOLEAN):\n Whether to disable all other threads and enable all consumers/instruments. \n This will also reset the settings at the end of the run.\n in_debug (BOOLEAN):\n Whether you would like to include file:lineno in the graph\n \n Example\n \n mysql> CALL sys.ps_trace_thread(25, CONCAT(\'/tmp/stack-\', REPLACE(NOW(), \' \', \'-\'), \'.dot\'), NULL, NULL, TRUE, TRUE, TRUE);\n +-------------------+\n | summary           |\n +-------------------+\n | Disabled 1 thread |\n +-------------------+\n 1 row in set (0.00 sec)\n \n +---------------------------------------------+\n | Info                                        |\n +---------------------------------------------+\n | Data collection starting for THREAD_ID = 25 |\n +---------------------------------------------+\n 1 row in set (0.03 sec)\n \n +-----------------------------------------------------------+\n | Info                                                      |\n +-----------------------------------------------------------+\n | Stack trace written to /tmp/stack-2014-02-16-21:18:41.dot |\n +-----------------------------------------------------------+\n 1 row in set (60.07 sec)\n \n +-------------------------------------------------------------------+\n | Convert to PDF                                                    |\n +-------------------------------------------------------------------+\n | dot -Tpdf -o /tmp/stack_25.pdf /tmp/stack-2014-02-16-21:18:41.dot |\n +-------------------------------------------------------------------+\n 1 row in set (60.07 sec)\n \n +-------------------------------------------------------------------+\n | Convert to PNG                                                    |\n +-------------------------------------------------------------------+\n | dot -Tpng -o /tmp/stack_25.png /tmp/stack-2014-02-16-21:18:41.dot |\n +-------------------------------------------------------------------+\n 1 row in set (60.07 sec)\n \n +------------------+\n | summary          |\n +------------------+\n | Enabled 1 thread |\n +------------------+\n 1 row in set (60.32 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_done bool DEFAULT FALSE; DECLARE v_start, v_runtime DECIMAL(20,2) DEFAULT 0.0; DECLARE v_min_event_id bigint unsigned DEFAULT 0; DECLARE v_this_thread_enabed ENUM(\'YES\', \'NO\'); DECLARE v_event longtext; DECLARE c_stack CURSOR FOR SELECT CONCAT(IF(nesting_event_id IS NOT NULL, CONCAT(nesting_event_id, \' -> \'), \'\'),  event_id, \'; \', event_id, \' [label=\"\', \'(\', sys.format_time(timer_wait), \') \', IF (event_name NOT LIKE \'wait/io%\',  SUBSTRING_INDEX(event_name, \'/\', -2),  IF (event_name NOT LIKE \'wait/io/file%\' OR event_name NOT LIKE \'wait/io/socket%\', SUBSTRING_INDEX(event_name, \'/\', -4), event_name) ), IF (event_name LIKE \'transaction\', IFNULL(CONCAT(\'\\n\', wait_info), \'\'), \'\'), IF (event_name LIKE \'statement/%\', IFNULL(CONCAT(\'\\n\', wait_info), \'\'), \'\'), IF (in_debug AND event_name LIKE \'wait%\', wait_info, \'\'), \'\", \',  CASE WHEN event_name LIKE \'wait/io/file%\' THEN  \'shape=box, style=filled, color=red\' WHEN event_name LIKE \'wait/io/table%\' THEN  \'shape=box, style=filled, color=green\' WHEN event_name LIKE \'wait/io/socket%\' THEN \'shape=box, style=filled, color=yellow\' WHEN event_name LIKE \'wait/synch/mutex%\' THEN \'style=filled, color=lightskyblue\' WHEN event_name LIKE \'wait/synch/cond%\' THEN \'style=filled, color=darkseagreen3\' WHEN event_name LIKE \'wait/synch/rwlock%\' THEN \'style=filled, color=orchid\' WHEN event_name LIKE \'wait/synch/sxlock%\' THEN \'style=filled, color=palevioletred\'  WHEN event_name LIKE \'wait/lock%\' THEN \'shape=box, style=filled, color=tan\' WHEN event_name LIKE \'statement/%\' THEN CONCAT(\'shape=box, style=bold\', CASE WHEN event_name LIKE \'statement/com/%\' THEN \' style=filled, color=darkseagreen\' ELSE IF((timer_wait/1000000000000) > @@long_query_time,  \' style=filled, color=red\',  \' style=filled, color=lightblue\') END ) WHEN event_name LIKE \'transaction\' THEN \'shape=box, style=filled, color=lightblue3\' WHEN event_name LIKE \'stage/%\' THEN \'style=filled, color=slategray3\' WHEN event_name LIKE \'%idle%\' THEN \'shape=box, style=filled, color=firebrick3\' ELSE \'\' END, \'];\n\' ) event, event_id FROM ( (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id, CONCAT(\'trx_id: \',  IFNULL(trx_id, \'\'), \'\\n\', \'gtid: \', IFNULL(gtid, \'\'), \'\\n\', \'state: \', state, \'\\n\', \'mode: \', access_mode, \'\\n\', \'isolation: \', isolation_level, \'\\n\', \'autocommit: \', autocommit, \'\\n\', \'savepoints: \', number_of_savepoints, \'\\n\' ) AS wait_info FROM performance_schema.events_transactions_history_long WHERE thread_id = in_thread_id AND event_id > v_min_event_id) UNION (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id,  CONCAT(\'statement: \', sql_text, \'\\n\', \'errors: \', errors, \'\\n\', \'warnings: \', warnings, \'\\n\', \'lock time: \', sys.format_time(lock_time),\'\\n\', \'rows affected: \', rows_affected, \'\\n\', \'rows sent: \', rows_sent, \'\\n\', \'rows examined: \', rows_examined, \'\\n\', \'tmp tables: \', created_tmp_tables, \'\\n\', \'tmp disk tables: \', created_tmp_disk_tables, \'\\n\' \'select scan: \', select_scan, \'\\n\', \'select full join: \', select_full_join, \'\\n\', \'select full range join: \', select_full_range_join, \'\\n\', \'select range: \', select_range, \'\\n\', \'select range check: \', select_range_check, \'\\n\',  \'sort merge passes: \', sort_merge_passes, \'\\n\', \'sort rows: \', sort_rows, \'\\n\', \'sort range: \', sort_range, \'\\n\', \'sort scan: \', sort_scan, \'\\n\', \'no index used: \', IF(no_index_used, \'TRUE\', \'FALSE\'), \'\\n\', \'no good index used: \', IF(no_good_index_used, \'TRUE\', \'FALSE\'), \'\\n\' ) AS wait_info FROM performance_schema.events_statements_history_long WHERE thread_id = in_thread_id AND event_id > v_min_event_id) UNION (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id, null AS wait_info FROM performance_schema.events_stages_history_long  WHERE thread_id = in_thread_id AND event_id > v_min_event_id) UNION  (SELECT thread_id, event_id,  CONCAT(event_name,  IF(event_name NOT LIKE \'wait/synch/mutex%\', IFNULL(CONCAT(\' - \', operation), \'\'), \'\'),  IF(number_of_bytes IS NOT NULL, CONCAT(\' \', number_of_bytes, \' bytes\'), \'\'), IF(event_name LIKE \'wait/io/file%\', \'\\n\', \'\'), IF(object_schema IS NOT NULL, CONCAT(\'\\nObject: \', object_schema, \'.\'), \'\'),  IF(object_name IS NOT NULL,  IF (event_name LIKE \'wait/io/socket%\', CONCAT(\'\\n\', IF (object_name LIKE \':0%\', @@socket, object_name)), object_name), \'\' ), IF(index_name IS NOT NULL, CONCAT(\' Index: \', index_name), \'\'), \'\\n\' ) AS event_name, timer_wait, timer_start, nesting_event_id, source AS wait_info FROM performance_schema.events_waits_history_long WHERE thread_id = in_thread_id AND event_id > v_min_event_id) ) events  ORDER BY event_id; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT INSTRUMENTED INTO v_this_thread_enabed FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); CALL sys.ps_setup_disable_thread(CONNECTION_ID());  IF (in_auto_setup) THEN CALL sys.ps_setup_save(0);  DELETE FROM performance_schema.setup_actors;  UPDATE performance_schema.threads SET INSTRUMENTED = IF(THREAD_ID = in_thread_id, \'YES\', \'NO\');  UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\' WHERE NAME NOT LIKE \'%\\_history\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\'; END IF;  IF (in_start_fresh) THEN TRUNCATE performance_schema.events_transactions_history_long; TRUNCATE performance_schema.events_statements_history_long; TRUNCATE performance_schema.events_stages_history_long; TRUNCATE performance_schema.events_waits_history_long; END IF;  DROP TEMPORARY TABLE IF EXISTS tmp_events; CREATE TEMPORARY TABLE tmp_events ( event_id bigint unsigned NOT NULL, event longblob, PRIMARY KEY (event_id) );  INSERT INTO tmp_events VALUES (0, CONCAT(\'digraph events { rankdir=LR; nodesep=0.10;\n\', \'// Stack created .....: \', NOW(), \'\n\', \'// MySQL version .....: \', VERSION(), \'\n\', \'// MySQL hostname ....: \', @@hostname, \'\n\', \'// MySQL port ........: \', @@port, \'\n\', \'// MySQL socket ......: \', @@socket, \'\n\', \'// MySQL user ........: \', CURRENT_USER(), \'\n\'));  SELECT CONCAT(\'Data collection starting for THREAD_ID = \', in_thread_id) AS \'Info\';  SET v_min_event_id = 0, v_start        = UNIX_TIMESTAMP(), in_interval    = IFNULL(in_interval, 1.00), in_max_runtime = IFNULL(in_max_runtime, 60.00);  WHILE (v_runtime < in_max_runtime AND (SELECT INSTRUMENTED FROM performance_schema.threads WHERE THREAD_ID = in_thread_id) = \'YES\') DO SET v_done = FALSE; OPEN c_stack; c_stack_loop: LOOP FETCH c_stack INTO v_event, v_min_event_id; IF v_done THEN LEAVE c_stack_loop; END IF;  IF (LENGTH(v_event) > 0) THEN INSERT INTO tmp_events VALUES (v_min_event_id, v_event); END IF; END LOOP; CLOSE c_stack;  SELECT SLEEP(in_interval) INTO @sleep; SET v_runtime = (UNIX_TIMESTAMP() - v_start); END WHILE;  INSERT INTO tmp_events VALUES (v_min_event_id+1, \'}\');  SET @query = CONCAT(\'SELECT event FROM tmp_events ORDER BY event_id INTO OUTFILE \'\', in_outfile, \'\' FIELDS ESCAPED BY \'\' LINES TERMINATED BY \'\'\'); PREPARE stmt_output FROM @query; EXECUTE stmt_output; DEALLOCATE PREPARE stmt_output;  SELECT CONCAT(\'Stack trace written to \', in_outfile) AS \'Info\'; SELECT CONCAT(\'dot -Tpdf -o /tmp/stack_\', in_thread_id, \'.pdf \', in_outfile) AS \'Convert to PDF\'; SELECT CONCAT(\'dot -Tpng -o /tmp/stack_\', in_thread_id, \'.png \', in_outfile) AS \'Convert to PNG\'; DROP TEMPORARY TABLE tmp_events;  IF (in_auto_setup) THEN CALL sys.ps_setup_reload_saved(); END IF; IF (v_this_thread_enabed = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  SET sql_log_bin = @log_bin; END'),('sys','ps_setup_disable_background_threads','PROCEDURE','ps_setup_disable_background_threads','SQL','MODIFIES_SQL_DATA','NO','INVOKER','','','BEGIN UPDATE performance_schema.threads SET instrumented = \'NO\' WHERE type = \'BACKGROUND\';  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' background thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Disable all background thread instrumentation within Performance Schema.\n \n Parameters\n \n None.\n \n Example\n \n mysql> CALL sys.ps_setup_disable_background_threads();\n +--------------------------------+\n | summary                        |\n +--------------------------------+\n | Disabled 18 background threads |\n +--------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN UPDATE performance_schema.threads SET instrumented = \'NO\' WHERE type = \'BACKGROUND\';  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' background thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_disable_consumer','PROCEDURE','ps_setup_disable_consumer','SQL','MODIFIES_SQL_DATA','NO','INVOKER',' IN consumer VARCHAR(128) ','','BEGIN UPDATE performance_schema.setup_consumers SET enabled = \'NO\' WHERE name LIKE CONCAT(\'%\', consumer, \'%\');  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' consumer\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Disables consumers within Performance Schema \n matching the input pattern.\n \n Parameters\n \n consumer (VARCHAR(128)):\n A LIKE pattern match (using \"%consumer%\") of consumers to disable\n \n Example\n \n To disable all consumers:\n \n mysql> CALL sys.ps_setup_disable_consumer(\'\');\n +--------------------------+\n | summary                  |\n +--------------------------+\n | Disabled 15 consumers    |\n +--------------------------+\n 1 row in set (0.02 sec)\n \n To disable just the event_stage consumers:\n \n mysql> CALL sys.ps_setup_disable_comsumers(\'stage\');\n +------------------------+\n | summary                |\n +------------------------+\n | Disabled 3 consumers   |\n +------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN UPDATE performance_schema.setup_consumers SET enabled = \'NO\' WHERE name LIKE CONCAT(\'%\', consumer, \'%\');  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' consumer\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_disable_instrument','PROCEDURE','ps_setup_disable_instrument','SQL','MODIFIES_SQL_DATA','NO','INVOKER',' IN in_pattern VARCHAR(128) ','','BEGIN UPDATE performance_schema.setup_instruments SET enabled = \'NO\', timed = \'NO\' WHERE name LIKE CONCAT(\'%\', in_pattern, \'%\');  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' instrument\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Disables instruments within Performance Schema \n matching the input pattern.\n \n Parameters\n \n in_pattern (VARCHAR(128)):\n A LIKE pattern match (using \"%in_pattern%\") of events to disable\n \n Example\n \n To disable all mutex instruments:\n \n mysql> CALL sys.ps_setup_disable_instrument(\'wait/synch/mutex\');\n +--------------------------+\n | summary                  |\n +--------------------------+\n | Disabled 155 instruments |\n +--------------------------+\n 1 row in set (0.02 sec)\n \n To disable just a specific TCP/IP based network IO instrument:\n \n mysql> CALL sys.ps_setup_disable_instrument(\'wait/io/socket/sql/server_tcpip_socket\');\n +------------------------+\n | summary                |\n +------------------------+\n | Disabled 1 instruments |\n +------------------------+\n 1 row in set (0.00 sec)\n \n To disable all instruments:\n \n mysql> CALL sys.ps_setup_disable_instrument(\'\');\n +--------------------------+\n | summary                  |\n +--------------------------+\n | Disabled 547 instruments |\n +--------------------------+\n 1 row in set (0.01 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN UPDATE performance_schema.setup_instruments SET enabled = \'NO\', timed = \'NO\' WHERE name LIKE CONCAT(\'%\', in_pattern, \'%\');  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' instrument\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_disable_thread','PROCEDURE','ps_setup_disable_thread','SQL','MODIFIES_SQL_DATA','NO','INVOKER',' IN in_connection_id BIGINT ','','BEGIN UPDATE performance_schema.threads SET instrumented = \'NO\' WHERE processlist_id = in_connection_id;  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Disable the given connection/thread in Performance Schema.\n \n Parameters\n \n in_connection_id (BIGINT):\n The connection ID (PROCESSLIST_ID from performance_schema.threads\n or the ID shown within SHOW PROCESSLIST)\n \n Example\n \n mysql> CALL sys.ps_setup_disable_thread(3);\n +-------------------+\n | summary           |\n +-------------------+\n | Disabled 1 thread |\n +-------------------+\n 1 row in set (0.01 sec)\n \n To disable the current connection:\n \n mysql> CALL sys.ps_setup_disable_thread(CONNECTION_ID());\n +-------------------+\n | summary           |\n +-------------------+\n | Disabled 1 thread |\n +-------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN UPDATE performance_schema.threads SET instrumented = \'NO\' WHERE processlist_id = in_connection_id;  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_enable_background_threads','PROCEDURE','ps_setup_enable_background_threads','SQL','MODIFIES_SQL_DATA','NO','INVOKER','','','BEGIN UPDATE performance_schema.threads SET instrumented = \'YES\' WHERE type = \'BACKGROUND\';  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' background thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Enable all background thread instrumentation within Performance Schema.\n \n Parameters\n \n None.\n \n Example\n \n mysql> CALL sys.ps_setup_enable_background_threads();\n +-------------------------------+\n | summary                       |\n +-------------------------------+\n | Enabled 18 background threads |\n +-------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN UPDATE performance_schema.threads SET instrumented = \'YES\' WHERE type = \'BACKGROUND\';  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' background thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_enable_consumer','PROCEDURE','ps_setup_enable_consumer','SQL','MODIFIES_SQL_DATA','NO','INVOKER',' IN consumer VARCHAR(128) ','','BEGIN UPDATE performance_schema.setup_consumers SET enabled = \'YES\' WHERE name LIKE CONCAT(\'%\', consumer, \'%\');  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' consumer\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Enables consumers within Performance Schema \n matching the input pattern.\n \n Parameters\n \n consumer (VARCHAR(128)):\n A LIKE pattern match (using \"%consumer%\") of consumers to enable\n \n Example\n \n To enable all consumers:\n \n mysql> CALL sys.ps_setup_enable_consumer(\'\');\n +-------------------------+\n | summary                 |\n +-------------------------+\n | Enabled 10 consumers    |\n +-------------------------+\n 1 row in set (0.02 sec)\n \n Query OK, 0 rows affected (0.02 sec)\n \n To enable just \"waits\" consumers:\n \n mysql> CALL sys.ps_setup_enable_consumer(\'waits\');\n +-----------------------+\n | summary               |\n +-----------------------+\n | Enabled 3 consumers   |\n +-----------------------+\n 1 row in set (0.00 sec)\n \n Query OK, 0 rows affected (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN UPDATE performance_schema.setup_consumers SET enabled = \'YES\' WHERE name LIKE CONCAT(\'%\', consumer, \'%\');  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' consumer\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_enable_instrument','PROCEDURE','ps_setup_enable_instrument','SQL','MODIFIES_SQL_DATA','NO','INVOKER',' IN in_pattern VARCHAR(128) ','','BEGIN UPDATE performance_schema.setup_instruments SET enabled = \'YES\', timed = \'YES\' WHERE name LIKE CONCAT(\'%\', in_pattern, \'%\');  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' instrument\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Enables instruments within Performance Schema \n matching the input pattern.\n \n Parameters\n \n in_pattern (VARCHAR(128)):\n A LIKE pattern match (using \"%in_pattern%\") of events to enable\n \n Example\n \n To enable all mutex instruments:\n \n mysql> CALL sys.ps_setup_enable_instrument(\'wait/synch/mutex\');\n +-------------------------+\n | summary                 |\n +-------------------------+\n | Enabled 155 instruments |\n +-------------------------+\n 1 row in set (0.02 sec)\n \n Query OK, 0 rows affected (0.02 sec)\n \n To enable just a specific TCP/IP based network IO instrument:\n \n mysql> CALL sys.ps_setup_enable_instrument(\'wait/io/socket/sql/server_tcpip_socket\');\n +-----------------------+\n | summary               |\n +-----------------------+\n | Enabled 1 instruments |\n +-----------------------+\n 1 row in set (0.00 sec)\n \n Query OK, 0 rows affected (0.00 sec)\n \n To enable all instruments:\n \n mysql> CALL sys.ps_setup_enable_instrument(\'\');\n +-------------------------+\n | summary                 |\n +-------------------------+\n | Enabled 547 instruments |\n +-------------------------+\n 1 row in set (0.01 sec)\n \n Query OK, 0 rows affected (0.01 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN UPDATE performance_schema.setup_instruments SET enabled = \'YES\', timed = \'YES\' WHERE name LIKE CONCAT(\'%\', in_pattern, \'%\');  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' instrument\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_enable_thread','PROCEDURE','ps_setup_enable_thread','SQL','MODIFIES_SQL_DATA','NO','INVOKER',' IN in_connection_id BIGINT ','','BEGIN UPDATE performance_schema.threads SET instrumented = \'YES\' WHERE processlist_id = in_connection_id;  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Enable the given connection/thread in Performance Schema.\n \n Parameters\n \n in_connection_id (BIGINT):\n The connection ID (PROCESSLIST_ID from performance_schema.threads\n or the ID shown within SHOW PROCESSLIST)\n \n Example\n \n mysql> CALL sys.ps_setup_enable_thread(3);\n +------------------+\n | summary          |\n +------------------+\n | Enabled 1 thread |\n +------------------+\n 1 row in set (0.01 sec)\n \n To enable the current connection:\n \n mysql> CALL sys.ps_setup_enable_thread(CONNECTION_ID());\n +------------------+\n | summary          |\n +------------------+\n | Enabled 1 thread |\n +------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN UPDATE performance_schema.threads SET instrumented = \'YES\' WHERE processlist_id = in_connection_id;  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_reload_saved','PROCEDURE','ps_setup_reload_saved','SQL','MODIFIES_SQL_DATA','NO','INVOKER','','','BEGIN DECLARE v_done bool DEFAULT FALSE; DECLARE v_lock_result INT; DECLARE v_lock_used_by BIGINT; DECLARE v_signal_message TEXT; DECLARE EXIT HANDLER FOR SQLEXCEPTION BEGIN SIGNAL SQLSTATE VALUE \'90001\' SET MESSAGE_TEXT = \'An error occurred, was sys.ps_setup_save() run before this procedure?\'; END;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT IS_USED_LOCK(\'sys.ps_setup_save\') INTO v_lock_used_by;  IF (v_lock_used_by != CONNECTION_ID()) THEN SET v_signal_message = CONCAT(\'The sys.ps_setup_save lock is currently owned by \', v_lock_used_by); SIGNAL SQLSTATE VALUE \'90002\' SET MESSAGE_TEXT = v_signal_message; END IF;  DELETE FROM performance_schema.setup_actors; INSERT INTO performance_schema.setup_actors SELECT * FROM tmp_setup_actors;  BEGIN DECLARE v_name varchar(64); DECLARE v_enabled enum(\'YES\', \'NO\'); DECLARE c_consumers CURSOR FOR SELECT NAME, ENABLED FROM tmp_setup_consumers; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SET v_done = FALSE; OPEN c_consumers; c_consumers_loop: LOOP FETCH c_consumers INTO v_name, v_enabled; IF v_done THEN LEAVE c_consumers_loop; END IF;  UPDATE performance_schema.setup_consumers SET ENABLED = v_enabled WHERE NAME = v_name; END LOOP; CLOSE c_consumers; END;  UPDATE performance_schema.setup_instruments INNER JOIN tmp_setup_instruments USING (NAME) SET performance_schema.setup_instruments.ENABLED = tmp_setup_instruments.ENABLED, performance_schema.setup_instruments.TIMED   = tmp_setup_instruments.TIMED; BEGIN DECLARE v_thread_id bigint unsigned; DECLARE v_instrumented enum(\'YES\', \'NO\'); DECLARE c_threads CURSOR FOR SELECT THREAD_ID, INSTRUMENTED FROM tmp_threads; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SET v_done = FALSE; OPEN c_threads; c_threads_loop: LOOP FETCH c_threads INTO v_thread_id, v_instrumented; IF v_done THEN LEAVE c_threads_loop; END IF;  UPDATE performance_schema.threads SET INSTRUMENTED = v_instrumented WHERE THREAD_ID = v_thread_id; END LOOP; CLOSE c_threads; END;  UPDATE performance_schema.threads SET INSTRUMENTED = IF(PROCESSLIST_USER IS NOT NULL, sys.ps_is_account_enabled(PROCESSLIST_HOST, PROCESSLIST_USER), \'YES\') WHERE THREAD_ID NOT IN (SELECT THREAD_ID FROM tmp_threads);  DROP TEMPORARY TABLE tmp_setup_actors; DROP TEMPORARY TABLE tmp_setup_consumers; DROP TEMPORARY TABLE tmp_setup_instruments; DROP TEMPORARY TABLE tmp_threads;  SELECT RELEASE_LOCK(\'sys.ps_setup_save\') INTO v_lock_result;  SET sql_log_bin = @log_bin;  END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Reloads a saved Performance Schema configuration,\n so that you can alter the setup for debugging purposes, \n but restore it to a previous state.\n \n Use the companion procedure - ps_setup_save(), to \n save a configuration.\n \n Requires the SUPER privilege for \"SET sql_log_bin = 0;\".\n \n Parameters\n \n None.\n \n Example\n \n mysql> CALL sys.ps_setup_save();\n Query OK, 0 rows affected (0.08 sec)\n \n mysql> UPDATE performance_schema.setup_instruments SET enabled = \'YES\', timed = \'YES\';\n Query OK, 547 rows affected (0.40 sec)\n Rows matched: 784  Changed: 547  Warnings: 0\n \n /* Run some tests that need more detailed instrumentation here */\n \n mysql> CALL sys.ps_setup_reload_saved();\n Query OK, 0 rows affected (0.32 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_done bool DEFAULT FALSE; DECLARE v_lock_result INT; DECLARE v_lock_used_by BIGINT; DECLARE v_signal_message TEXT; DECLARE EXIT HANDLER FOR SQLEXCEPTION BEGIN SIGNAL SQLSTATE VALUE \'90001\' SET MESSAGE_TEXT = \'An error occurred, was sys.ps_setup_save() run before this procedure?\'; END;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT IS_USED_LOCK(\'sys.ps_setup_save\') INTO v_lock_used_by;  IF (v_lock_used_by != CONNECTION_ID()) THEN SET v_signal_message = CONCAT(\'The sys.ps_setup_save lock is currently owned by \', v_lock_used_by); SIGNAL SQLSTATE VALUE \'90002\' SET MESSAGE_TEXT = v_signal_message; END IF;  DELETE FROM performance_schema.setup_actors; INSERT INTO performance_schema.setup_actors SELECT * FROM tmp_setup_actors;  BEGIN DECLARE v_name varchar(64); DECLARE v_enabled enum(\'YES\', \'NO\'); DECLARE c_consumers CURSOR FOR SELECT NAME, ENABLED FROM tmp_setup_consumers; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SET v_done = FALSE; OPEN c_consumers; c_consumers_loop: LOOP FETCH c_consumers INTO v_name, v_enabled; IF v_done THEN LEAVE c_consumers_loop; END IF;  UPDATE performance_schema.setup_consumers SET ENABLED = v_enabled WHERE NAME = v_name; END LOOP; CLOSE c_consumers; END;  UPDATE performance_schema.setup_instruments INNER JOIN tmp_setup_instruments USING (NAME) SET performance_schema.setup_instruments.ENABLED = tmp_setup_instruments.ENABLED, performance_schema.setup_instruments.TIMED   = tmp_setup_instruments.TIMED; BEGIN DECLARE v_thread_id bigint unsigned; DECLARE v_instrumented enum(\'YES\', \'NO\'); DECLARE c_threads CURSOR FOR SELECT THREAD_ID, INSTRUMENTED FROM tmp_threads; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SET v_done = FALSE; OPEN c_threads; c_threads_loop: LOOP FETCH c_threads INTO v_thread_id, v_instrumented; IF v_done THEN LEAVE c_threads_loop; END IF;  UPDATE performance_schema.threads SET INSTRUMENTED = v_instrumented WHERE THREAD_ID = v_thread_id; END LOOP; CLOSE c_threads; END;  UPDATE performance_schema.threads SET INSTRUMENTED = IF(PROCESSLIST_USER IS NOT NULL, sys.ps_is_account_enabled(PROCESSLIST_HOST, PROCESSLIST_USER), \'YES\') WHERE THREAD_ID NOT IN (SELECT THREAD_ID FROM tmp_threads);  DROP TEMPORARY TABLE tmp_setup_actors; DROP TEMPORARY TABLE tmp_setup_consumers; DROP TEMPORARY TABLE tmp_setup_instruments; DROP TEMPORARY TABLE tmp_threads;  SELECT RELEASE_LOCK(\'sys.ps_setup_save\') INTO v_lock_result;  SET sql_log_bin = @log_bin;  END'),('sys','ps_setup_reset_to_default','PROCEDURE','ps_setup_reset_to_default','SQL','MODIFIES_SQL_DATA','NO','INVOKER',' IN in_verbose BOOLEAN ','','BEGIN SET @query = \'DELETE FROM performance_schema.setup_actors WHERE NOT (HOST = \'\'%\'\' AND USER = \'\'%\'\' AND `ROLE` = \'\'%\'\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_actors\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'INSERT IGNORE INTO performance_schema.setup_actors VALUES (\'\'%\'\', \'\'%\'\', \'\'%\'\', \'\'YES\'\', \'\'YES\'\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_actors\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'UPDATE performance_schema.setup_instruments SET ENABLED = sys.ps_is_instrument_default_enabled(NAME), TIMED   = sys.ps_is_instrument_default_timed(NAME)\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_instruments\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'UPDATE performance_schema.setup_consumers SET ENABLED = IF(NAME IN (\'\'events_statements_current\'\', \'\'events_transactions_current\'\', \'\'global_instrumentation\'\', \'\'thread_instrumentation\'\', \'\'statements_digest\'\'), \'\'YES\'\', \'\'NO\'\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_consumers\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'DELETE FROM performance_schema.setup_objects WHERE NOT (OBJECT_TYPE IN (\'\'EVENT\'\', \'\'FUNCTION\'\', \'\'PROCEDURE\'\', \'\'TABLE\'\', \'\'TRIGGER\'\') AND OBJECT_NAME = \'\'%\'\'  AND (OBJECT_SCHEMA = \'\'mysql\'\'              AND ENABLED = \'\'NO\'\'  AND TIMED = \'\'NO\'\' ) OR (OBJECT_SCHEMA = \'\'performance_schema\'\' AND ENABLED = \'\'NO\'\'  AND TIMED = \'\'NO\'\' ) OR (OBJECT_SCHEMA = \'\'information_schema\'\' AND ENABLED = \'\'NO\'\'  AND TIMED = \'\'NO\'\' ) OR (OBJECT_SCHEMA = \'\'%\'\'                  AND ENABLED = \'\'YES\'\' AND TIMED = \'\'YES\'\'))\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_objects\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'INSERT IGNORE INTO performance_schema.setup_objects VALUES (\'\'EVENT\'\'    , \'\'mysql\'\'             , \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'EVENT\'\'    , \'\'performance_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'EVENT\'\'    , \'\'information_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'EVENT\'\'    , \'\'%\'\'                 , \'\'%\'\', \'\'YES\'\', \'\'YES\'\'), (\'\'FUNCTION\'\' , \'\'mysql\'\'             , \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'FUNCTION\'\' , \'\'performance_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'FUNCTION\'\' , \'\'information_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'FUNCTION\'\' , \'\'%\'\'                 , \'\'%\'\', \'\'YES\'\', \'\'YES\'\'), (\'\'PROCEDURE\'\', \'\'mysql\'\'             , \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'PROCEDURE\'\', \'\'performance_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'PROCEDURE\'\', \'\'information_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'PROCEDURE\'\', \'\'%\'\'                 , \'\'%\'\', \'\'YES\'\', \'\'YES\'\'), (\'\'TABLE\'\'    , \'\'mysql\'\'             , \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'TABLE\'\'    , \'\'performance_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'TABLE\'\'    , \'\'information_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'TABLE\'\'    , \'\'%\'\'                 , \'\'%\'\', \'\'YES\'\', \'\'YES\'\'), (\'\'TRIGGER\'\'  , \'\'mysql\'\'             , \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'TRIGGER\'\'  , \'\'performance_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'TRIGGER\'\'  , \'\'information_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'TRIGGER\'\'  , \'\'%\'\'                 , \'\'%\'\', \'\'YES\'\', \'\'YES\'\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_objects\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'UPDATE performance_schema.threads SET INSTRUMENTED = \'\'YES\'\'\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: threads\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Resets the Performance Schema setup to the default settings.\n \n Parameters\n \n in_verbose (BOOLEAN):\n Whether to print each setup stage (including the SQL) whilst running.\n \n Example\n \n mysql> CALL sys.ps_setup_reset_to_default(true)\\G\n *************************** 1. row ***************************\n status: Resetting: setup_actors\n DELETE\n FROM performance_schema.setup_actors\n WHERE NOT (HOST = \'%\' AND USER = \'%\' AND `ROLE` = \'%\')\n 1 row in set (0.00 sec)\n \n *************************** 1. row ***************************\n status: Resetting: setup_actors\n INSERT IGNORE INTO performance_schema.setup_actors\n VALUES (\'%\', \'%\', \'%\')\n 1 row in set (0.00 sec)\n ...\n \n mysql> CALL sys.ps_setup_reset_to_default(false)\\G\n Query OK, 0 rows affected (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN SET @query = \'DELETE FROM performance_schema.setup_actors WHERE NOT (HOST = \'%\' AND USER = \'%\' AND `ROLE` = \'%\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_actors\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'INSERT IGNORE INTO performance_schema.setup_actors VALUES (\'%\', \'%\', \'%\', \'YES\', \'YES\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_actors\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'UPDATE performance_schema.setup_instruments SET ENABLED = sys.ps_is_instrument_default_enabled(NAME), TIMED   = sys.ps_is_instrument_default_timed(NAME)\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_instruments\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'UPDATE performance_schema.setup_consumers SET ENABLED = IF(NAME IN (\'events_statements_current\', \'events_transactions_current\', \'global_instrumentation\', \'thread_instrumentation\', \'statements_digest\'), \'YES\', \'NO\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_consumers\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'DELETE FROM performance_schema.setup_objects WHERE NOT (OBJECT_TYPE IN (\'EVENT\', \'FUNCTION\', \'PROCEDURE\', \'TABLE\', \'TRIGGER\') AND OBJECT_NAME = \'%\'  AND (OBJECT_SCHEMA = \'mysql\'              AND ENABLED = \'NO\'  AND TIMED = \'NO\' ) OR (OBJECT_SCHEMA = \'performance_schema\' AND ENABLED = \'NO\'  AND TIMED = \'NO\' ) OR (OBJECT_SCHEMA = \'information_schema\' AND ENABLED = \'NO\'  AND TIMED = \'NO\' ) OR (OBJECT_SCHEMA = \'%\'                  AND ENABLED = \'YES\' AND TIMED = \'YES\'))\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_objects\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'INSERT IGNORE INTO performance_schema.setup_objects VALUES (\'EVENT\'    , \'mysql\'             , \'%\', \'NO\' , \'NO\' ), (\'EVENT\'    , \'performance_schema\', \'%\', \'NO\' , \'NO\' ), (\'EVENT\'    , \'information_schema\', \'%\', \'NO\' , \'NO\' ), (\'EVENT\'    , \'%\'                 , \'%\', \'YES\', \'YES\'), (\'FUNCTION\' , \'mysql\'             , \'%\', \'NO\' , \'NO\' ), (\'FUNCTION\' , \'performance_schema\', \'%\', \'NO\' , \'NO\' ), (\'FUNCTION\' , \'information_schema\', \'%\', \'NO\' , \'NO\' ), (\'FUNCTION\' , \'%\'                 , \'%\', \'YES\', \'YES\'), (\'PROCEDURE\', \'mysql\'             , \'%\', \'NO\' , \'NO\' ), (\'PROCEDURE\', \'performance_schema\', \'%\', \'NO\' , \'NO\' ), (\'PROCEDURE\', \'information_schema\', \'%\', \'NO\' , \'NO\' ), (\'PROCEDURE\', \'%\'                 , \'%\', \'YES\', \'YES\'), (\'TABLE\'    , \'mysql\'             , \'%\', \'NO\' , \'NO\' ), (\'TABLE\'    , \'performance_schema\', \'%\', \'NO\' , \'NO\' ), (\'TABLE\'    , \'information_schema\', \'%\', \'NO\' , \'NO\' ), (\'TABLE\'    , \'%\'                 , \'%\', \'YES\', \'YES\'), (\'TRIGGER\'  , \'mysql\'             , \'%\', \'NO\' , \'NO\' ), (\'TRIGGER\'  , \'performance_schema\', \'%\', \'NO\' , \'NO\' ), (\'TRIGGER\'  , \'information_schema\', \'%\', \'NO\' , \'NO\' ), (\'TRIGGER\'  , \'%\'                 , \'%\', \'YES\', \'YES\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_objects\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'UPDATE performance_schema.threads SET INSTRUMENTED = \'YES\'\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: threads\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt; END'),('sys','ps_setup_save','PROCEDURE','ps_setup_save','SQL','MODIFIES_SQL_DATA','NO','INVOKER',' IN in_timeout INT ','','BEGIN DECLARE v_lock_result INT;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT GET_LOCK(\'sys.ps_setup_save\', in_timeout) INTO v_lock_result;  IF v_lock_result THEN DROP TEMPORARY TABLE IF EXISTS tmp_setup_actors; DROP TEMPORARY TABLE IF EXISTS tmp_setup_consumers; DROP TEMPORARY TABLE IF EXISTS tmp_setup_instruments; DROP TEMPORARY TABLE IF EXISTS tmp_threads;  CREATE TEMPORARY TABLE tmp_setup_actors SELECT * FROM performance_schema.setup_actors LIMIT 0; CREATE TEMPORARY TABLE tmp_setup_consumers LIKE performance_schema.setup_consumers; CREATE TEMPORARY TABLE tmp_setup_instruments LIKE performance_schema.setup_instruments; CREATE TEMPORARY TABLE tmp_threads (THREAD_ID bigint unsigned NOT NULL PRIMARY KEY, INSTRUMENTED enum(\'YES\',\'NO\') NOT NULL);  INSERT INTO tmp_setup_actors SELECT * FROM performance_schema.setup_actors; INSERT INTO tmp_setup_consumers SELECT * FROM performance_schema.setup_consumers; INSERT INTO tmp_setup_instruments SELECT * FROM performance_schema.setup_instruments; INSERT INTO tmp_threads SELECT THREAD_ID, INSTRUMENTED FROM performance_schema.threads; ELSE SIGNAL SQLSTATE VALUE \'90000\' SET MESSAGE_TEXT = \'Could not lock the sys.ps_setup_save user lock, another thread has a saved configuration\'; END IF;  SET sql_log_bin = @log_bin; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Saves the current configuration of Performance Schema, \n so that you can alter the setup for debugging purposes, \n but restore it to a previous state.\n \n Use the companion procedure - ps_setup_reload_saved(), to \n restore the saved config.\n \n The named lock \"sys.ps_setup_save\" is taken before the\n current configuration is saved. If the attempt to get the named\n lock times out, an error occurs.\n \n The lock is released after the settings have been restored by\n calling ps_setup_reload_saved().\n \n Requires the SUPER privilege for \"SET sql_log_bin = 0;\".\n \n Parameters\n \n in_timeout INT\n The timeout in seconds used when trying to obtain the lock.\n A negative timeout means infinite timeout.\n \n Example\n \n mysql> CALL sys.ps_setup_save(-1);\n Query OK, 0 rows affected (0.08 sec)\n \n mysql> UPDATE performance_schema.setup_instruments \n ->    SET enabled = \'YES\', timed = \'YES\';\n Query OK, 547 rows affected (0.40 sec)\n Rows matched: 784  Changed: 547  Warnings: 0\n \n /* Run some tests that need more detailed instrumentation here */\n \n mysql> CALL sys.ps_setup_reload_saved();\n Query OK, 0 rows affected (0.32 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_lock_result INT;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT GET_LOCK(\'sys.ps_setup_save\', in_timeout) INTO v_lock_result;  IF v_lock_result THEN DROP TEMPORARY TABLE IF EXISTS tmp_setup_actors; DROP TEMPORARY TABLE IF EXISTS tmp_setup_consumers; DROP TEMPORARY TABLE IF EXISTS tmp_setup_instruments; DROP TEMPORARY TABLE IF EXISTS tmp_threads;  CREATE TEMPORARY TABLE tmp_setup_actors SELECT * FROM performance_schema.setup_actors LIMIT 0; CREATE TEMPORARY TABLE tmp_setup_consumers LIKE performance_schema.setup_consumers; CREATE TEMPORARY TABLE tmp_setup_instruments LIKE performance_schema.setup_instruments; CREATE TEMPORARY TABLE tmp_threads (THREAD_ID bigint unsigned NOT NULL PRIMARY KEY, INSTRUMENTED enum(\'YES\',\'NO\') NOT NULL);  INSERT INTO tmp_setup_actors SELECT * FROM performance_schema.setup_actors; INSERT INTO tmp_setup_consumers SELECT * FROM performance_schema.setup_consumers; INSERT INTO tmp_setup_instruments SELECT * FROM performance_schema.setup_instruments; INSERT INTO tmp_threads SELECT THREAD_ID, INSTRUMENTED FROM performance_schema.threads; ELSE SIGNAL SQLSTATE VALUE \'90000\' SET MESSAGE_TEXT = \'Could not lock the sys.ps_setup_save user lock, another thread has a saved configuration\'; END IF;  SET sql_log_bin = @log_bin; END'),('sys','ps_setup_show_disabled','PROCEDURE','ps_setup_show_disabled','SQL','READS_SQL_DATA','NO','INVOKER',' IN in_show_instruments BOOLEAN, IN in_show_threads BOOLEAN ','','BEGIN SELECT @@performance_schema AS performance_schema_enabled;   SELECT CONCAT(\'\\\'\', user, \'\\\'@\\\'\', host, \'\\\'\') AS disabled_users FROM performance_schema.setup_actors WHERE enabled = \'NO\' ORDER BY disabled_users;   SELECT object_type, CONCAT(object_schema, \'.\', object_name) AS objects, enabled, timed FROM performance_schema.setup_objects WHERE enabled = \'NO\' ORDER BY object_type, objects;  SELECT name AS disabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'NO\' ORDER BY disabled_consumers;  IF (in_show_threads) THEN SELECT IF(name = \'thread/sql/one_connection\',  CONCAT(processlist_user, \'@\', processlist_host),  REPLACE(name, \'thread/\', \'\')) AS disabled_threads, TYPE AS thread_type FROM performance_schema.threads WHERE INSTRUMENTED = \'NO\' ORDER BY disabled_threads; END IF;  IF (in_show_instruments) THEN SELECT name AS disabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'NO\' ORDER BY disabled_instruments; END IF; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Shows all currently disable Performance Schema configuration.\n \n Disabled users is only available for MySQL 5.7.6 and later.\n In earlier versions it was only possible to enable users.\n \n Parameters\n \n in_show_instruments (BOOLEAN):\n Whether to print disabled instruments (can print many items)\n \n in_show_threads (BOOLEAN):\n Whether to print disabled threads\n \n Example\n \n mysql> CALL sys.ps_setup_show_disabled(TRUE, TRUE);\n +----------------------------+\n | performance_schema_enabled |\n +----------------------------+\n |                          1 |\n +----------------------------+\n 1 row in set (0.00 sec)\n \n +--------------------+\n | disabled_users     |\n +--------------------+\n | \'mark\'@\'localhost\' |\n +--------------------+\n 1 row in set (0.00 sec)\n \n +-------------+----------------------+---------+-------+\n | object_type | objects              | enabled | timed |\n +-------------+----------------------+---------+-------+\n | EVENT       | mysql.%              | NO      | NO    |\n | EVENT       | performance_schema.% | NO      | NO    |\n | EVENT       | information_schema.% | NO      | NO    |\n | FUNCTION    | mysql.%              | NO      | NO    |\n | FUNCTION    | performance_schema.% | NO      | NO    |\n | FUNCTION    | information_schema.% | NO      | NO    |\n | PROCEDURE   | mysql.%              | NO      | NO    |\n | PROCEDURE   | performance_schema.% | NO      | NO    |\n | PROCEDURE   | information_schema.% | NO      | NO    |\n | TABLE       | mysql.%              | NO      | NO    |\n | TABLE       | performance_schema.% | NO      | NO    |\n | TABLE       | information_schema.% | NO      | NO    |\n | TRIGGER     | mysql.%              | NO      | NO    |\n | TRIGGER     | performance_schema.% | NO      | NO    |\n | TRIGGER     | information_schema.% | NO      | NO    |\n +-------------+----------------------+---------+-------+\n 15 rows in set (0.00 sec)\n \n +----------------------------------+\n | disabled_consumers               |\n +----------------------------------+\n | events_stages_current            |\n | events_stages_history            |\n | events_stages_history_long       |\n | events_statements_history        |\n | events_statements_history_long   |\n | events_transactions_history      |\n | events_transactions_history_long |\n | events_waits_current             |\n | events_waits_history             |\n | events_waits_history_long        |\n +----------------------------------+\n 10 rows in set (0.00 sec)\n \n Empty set (0.00 sec)\n \n +---------------------------------------------------------------------------------------+-------+\n | disabled_instruments                                                                  | timed |\n +---------------------------------------------------------------------------------------+-------+\n | wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc                                             | NO    |\n | wait/synch/mutex/sql/LOCK_des_key_file                                                | NO    |\n | wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit                                       | NO    |\n ...\n | memory/sql/servers_cache                                                              | NO    |\n | memory/sql/udf_mem                                                                    | NO    |\n | wait/lock/metadata/sql/mdl                                                            | NO    |\n +---------------------------------------------------------------------------------------+-------+\n 547 rows in set (0.00 sec)\n \n Query OK, 0 rows affected (0.01 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN SELECT @@performance_schema AS performance_schema_enabled;   SELECT CONCAT(\'\'\', user, \'\'@\'\', host, \'\'\') AS disabled_users FROM performance_schema.setup_actors WHERE enabled = \'NO\' ORDER BY disabled_users;   SELECT object_type, CONCAT(object_schema, \'.\', object_name) AS objects, enabled, timed FROM performance_schema.setup_objects WHERE enabled = \'NO\' ORDER BY object_type, objects;  SELECT name AS disabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'NO\' ORDER BY disabled_consumers;  IF (in_show_threads) THEN SELECT IF(name = \'thread/sql/one_connection\',  CONCAT(processlist_user, \'@\', processlist_host),  REPLACE(name, \'thread/\', \'\')) AS disabled_threads, TYPE AS thread_type FROM performance_schema.threads WHERE INSTRUMENTED = \'NO\' ORDER BY disabled_threads; END IF;  IF (in_show_instruments) THEN SELECT name AS disabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'NO\' ORDER BY disabled_instruments; END IF; END'),('sys','ps_setup_show_disabled_consumers','PROCEDURE','ps_setup_show_disabled_consumers','SQL','READS_SQL_DATA','YES','INVOKER','','','BEGIN SELECT name AS disabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'NO\' ORDER BY disabled_consumers; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Shows all currently disabled consumers.\n \n Parameters\n \n None\n \n Example\n \n mysql> CALL sys.ps_setup_show_disabled_consumers();\n \n +---------------------------+\n | disabled_consumers        |\n +---------------------------+\n | events_statements_current |\n | global_instrumentation    |\n | thread_instrumentation    |\n | statements_digest         |\n +---------------------------+\n 4 rows in set (0.05 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN SELECT name AS disabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'NO\' ORDER BY disabled_consumers; END'),('sys','ps_setup_show_disabled_instruments','PROCEDURE','ps_setup_show_disabled_instruments','SQL','READS_SQL_DATA','YES','INVOKER','','','BEGIN SELECT name AS disabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'NO\' ORDER BY disabled_instruments; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Shows all currently disabled instruments.\n \n Parameters\n \n None\n \n Example\n \n mysql> CALL sys.ps_setup_show_disabled_instruments();\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN SELECT name AS disabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'NO\' ORDER BY disabled_instruments; END'),('sys','ps_setup_show_enabled','PROCEDURE','ps_setup_show_enabled','SQL','READS_SQL_DATA','YES','INVOKER',' IN in_show_instruments BOOLEAN, IN in_show_threads BOOLEAN ','','BEGIN SELECT @@performance_schema AS performance_schema_enabled;  SELECT CONCAT(\'\\\'\', user, \'\\\'@\\\'\', host, \'\\\'\') AS enabled_users FROM performance_schema.setup_actors  WHERE enabled = \'YES\'  ORDER BY enabled_users;  SELECT object_type, CONCAT(object_schema, \'.\', object_name) AS objects, enabled, timed FROM performance_schema.setup_objects WHERE enabled = \'YES\' ORDER BY object_type, objects;  SELECT name AS enabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'YES\' ORDER BY enabled_consumers;  IF (in_show_threads) THEN SELECT IF(name = \'thread/sql/one_connection\',  CONCAT(processlist_user, \'@\', processlist_host),  REPLACE(name, \'thread/\', \'\')) AS enabled_threads, TYPE AS thread_type FROM performance_schema.threads WHERE INSTRUMENTED = \'YES\' ORDER BY enabled_threads; END IF;  IF (in_show_instruments) THEN SELECT name AS enabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'YES\' ORDER BY enabled_instruments; END IF; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Shows all currently enabled Performance Schema configuration.\n \n Parameters\n \n in_show_instruments (BOOLEAN):\n Whether to print enabled instruments (can print many items)\n \n in_show_threads (BOOLEAN):\n Whether to print enabled threads\n \n Example\n \n mysql> CALL sys.ps_setup_show_enabled(TRUE, TRUE);\n +----------------------------+\n | performance_schema_enabled |\n +----------------------------+\n |                          1 |\n +----------------------------+\n 1 row in set (0.00 sec)\n \n +---------------+\n | enabled_users |\n +---------------+\n | \'%\'@\'%\'       |\n +---------------+\n 1 row in set (0.01 sec)\n \n +-------------+---------+---------+-------+\n | object_type | objects | enabled | timed |\n +-------------+---------+---------+-------+\n | EVENT       | %.%     | YES     | YES   |\n | FUNCTION    | %.%     | YES     | YES   |\n | PROCEDURE   | %.%     | YES     | YES   |\n | TABLE       | %.%     | YES     | YES   |\n | TRIGGER     | %.%     | YES     | YES   |\n +-------------+---------+---------+-------+\n 5 rows in set (0.01 sec)\n \n +---------------------------+\n | enabled_consumers         |\n +---------------------------+\n | events_statements_current |\n | global_instrumentation    |\n | thread_instrumentation    |\n | statements_digest         |\n +---------------------------+\n 4 rows in set (0.05 sec)\n \n +---------------------------------+-------------+\n | enabled_threads                 | thread_type |\n +---------------------------------+-------------+\n | sql/main                        | BACKGROUND  |\n | sql/thread_timer_notifier       | BACKGROUND  |\n | innodb/io_ibuf_thread           | BACKGROUND  |\n | innodb/io_log_thread            | BACKGROUND  |\n | innodb/io_read_thread           | BACKGROUND  |\n | innodb/io_read_thread           | BACKGROUND  |\n | innodb/io_write_thread          | BACKGROUND  |\n | innodb/io_write_thread          | BACKGROUND  |\n | innodb/page_cleaner_thread      | BACKGROUND  |\n | innodb/srv_lock_timeout_thread  | BACKGROUND  |\n | innodb/srv_error_monitor_thread | BACKGROUND  |\n | innodb/srv_monitor_thread       | BACKGROUND  |\n | innodb/srv_master_thread        | BACKGROUND  |\n | innodb/srv_purge_thread         | BACKGROUND  |\n | innodb/srv_worker_thread        | BACKGROUND  |\n | innodb/srv_worker_thread        | BACKGROUND  |\n | innodb/srv_worker_thread        | BACKGROUND  |\n | innodb/buf_dump_thread          | BACKGROUND  |\n | innodb/dict_stats_thread        | BACKGROUND  |\n | sql/signal_handler              | BACKGROUND  |\n | sql/compress_gtid_table         | FOREGROUND  |\n | root@localhost                  | FOREGROUND  |\n +---------------------------------+-------------+\n 22 rows in set (0.01 sec)\n \n +-------------------------------------+-------+\n | enabled_instruments                 | timed |\n +-------------------------------------+-------+\n | wait/io/file/sql/map                | YES   |\n | wait/io/file/sql/binlog             | YES   |\n ...\n | statement/com/Error                 | YES   |\n | statement/com/                      | YES   |\n | idle                                | YES   |\n +-------------------------------------+-------+\n 210 rows in set (0.08 sec)\n \n Query OK, 0 rows affected (0.89 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN SELECT @@performance_schema AS performance_schema_enabled;  SELECT CONCAT(\'\'\', user, \'\'@\'\', host, \'\'\') AS enabled_users FROM performance_schema.setup_actors  WHERE enabled = \'YES\'  ORDER BY enabled_users;  SELECT object_type, CONCAT(object_schema, \'.\', object_name) AS objects, enabled, timed FROM performance_schema.setup_objects WHERE enabled = \'YES\' ORDER BY object_type, objects;  SELECT name AS enabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'YES\' ORDER BY enabled_consumers;  IF (in_show_threads) THEN SELECT IF(name = \'thread/sql/one_connection\',  CONCAT(processlist_user, \'@\', processlist_host),  REPLACE(name, \'thread/\', \'\')) AS enabled_threads, TYPE AS thread_type FROM performance_schema.threads WHERE INSTRUMENTED = \'YES\' ORDER BY enabled_threads; END IF;  IF (in_show_instruments) THEN SELECT name AS enabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'YES\' ORDER BY enabled_instruments; END IF; END'),('sys','ps_setup_show_enabled_consumers','PROCEDURE','ps_setup_show_enabled_consumers','SQL','READS_SQL_DATA','YES','INVOKER','','','BEGIN SELECT name AS enabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'YES\' ORDER BY enabled_consumers; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Shows all currently enabled consumers.\n \n Parameters\n \n None\n \n Example\n \n mysql> CALL sys.ps_setup_show_enabled_consumers();\n \n +---------------------------+\n | enabled_consumers         |\n +---------------------------+\n | events_statements_current |\n | global_instrumentation    |\n | thread_instrumentation    |\n | statements_digest         |\n +---------------------------+\n 4 rows in set (0.05 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN SELECT name AS enabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'YES\' ORDER BY enabled_consumers; END'),('sys','ps_setup_show_enabled_instruments','PROCEDURE','ps_setup_show_enabled_instruments','SQL','READS_SQL_DATA','YES','INVOKER','','','BEGIN SELECT name AS enabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'YES\' ORDER BY enabled_instruments; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Shows all currently enabled instruments.\n \n Parameters\n \n None\n \n Example\n \n mysql> CALL sys.ps_setup_show_enabled_instruments();\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN SELECT name AS enabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'YES\' ORDER BY enabled_instruments; END'),('sys','ps_truncate_all_tables','PROCEDURE','ps_truncate_all_tables','SQL','MODIFIES_SQL_DATA','YES','INVOKER',' IN in_verbose BOOLEAN ','','BEGIN DECLARE v_done INT DEFAULT FALSE; DECLARE v_total_tables INT DEFAULT 0; DECLARE v_ps_table VARCHAR(64); DECLARE ps_tables CURSOR FOR SELECT table_name  FROM INFORMATION_SCHEMA.TABLES  WHERE table_schema = \'performance_schema\'  AND (table_name LIKE \'%summary%\'  OR table_name LIKE \'%history%\'); DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  OPEN ps_tables;  ps_tables_loop: LOOP FETCH ps_tables INTO v_ps_table; IF v_done THEN LEAVE ps_tables_loop; END IF;  SET @truncate_stmt := CONCAT(\'TRUNCATE TABLE performance_schema.\', v_ps_table); IF in_verbose THEN SELECT CONCAT(\'Running: \', @truncate_stmt) AS status; END IF;  PREPARE truncate_stmt FROM @truncate_stmt; EXECUTE truncate_stmt; DEALLOCATE PREPARE truncate_stmt;  SET v_total_tables = v_total_tables + 1; END LOOP;  CLOSE ps_tables;  SELECT CONCAT(\'Truncated \', v_total_tables, \' tables\') AS summary;  END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Truncates all summary tables within Performance Schema, \n resetting all aggregated instrumentation as a snapshot.\n \n Parameters\n \n in_verbose (BOOLEAN):\n Whether to print each TRUNCATE statement before running\n \n Example\n \n mysql> CALL sys.ps_truncate_all_tables(false);\n +---------------------+\n | summary             |\n +---------------------+\n | Truncated 44 tables |\n +---------------------+\n 1 row in set (0.10 sec)\n \n Query OK, 0 rows affected (0.10 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_done INT DEFAULT FALSE; DECLARE v_total_tables INT DEFAULT 0; DECLARE v_ps_table VARCHAR(64); DECLARE ps_tables CURSOR FOR SELECT table_name  FROM INFORMATION_SCHEMA.TABLES  WHERE table_schema = \'performance_schema\'  AND (table_name LIKE \'%summary%\'  OR table_name LIKE \'%history%\'); DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  OPEN ps_tables;  ps_tables_loop: LOOP FETCH ps_tables INTO v_ps_table; IF v_done THEN LEAVE ps_tables_loop; END IF;  SET @truncate_stmt := CONCAT(\'TRUNCATE TABLE performance_schema.\', v_ps_table); IF in_verbose THEN SELECT CONCAT(\'Running: \', @truncate_stmt) AS status; END IF;  PREPARE truncate_stmt FROM @truncate_stmt; EXECUTE truncate_stmt; DEALLOCATE PREPARE truncate_stmt;  SET v_total_tables = v_total_tables + 1; END LOOP;  CLOSE ps_tables;  SELECT CONCAT(\'Truncated \', v_total_tables, \' tables\') AS summary;  END'),('sys','statement_performance_analyzer','PROCEDURE','statement_performance_analyzer','SQL','CONTAINS_SQL','NO','INVOKER',' IN in_action ENUM(\'snapshot\', \'overall\', \'delta\', \'create_table\', \'create_tmp\', \'save\', \'cleanup\'), IN in_table VARCHAR(129), IN in_views SET (\'with_runtimes_in_95th_percentile\', \'analysis\', \'with_errors_or_warnings\', \'with_full_table_scans\', \'with_sorting\', \'with_temp_tables\', \'custom\') ','','BEGIN DECLARE v_table_exists, v_tmp_digests_table_exists, v_custom_view_exists ENUM(\'\', \'BASE TABLE\', \'VIEW\', \'TEMPORARY\') DEFAULT \'\'; DECLARE v_this_thread_enabled ENUM(\'YES\', \'NO\'); DECLARE v_force_new_snapshot BOOLEAN DEFAULT FALSE; DECLARE v_digests_table VARCHAR(133); DECLARE v_quoted_table, v_quoted_custom_view VARCHAR(133) DEFAULT \'\'; DECLARE v_table_db, v_table_name, v_custom_db, v_custom_name VARCHAR(64); DECLARE v_digest_table_template, v_checksum_ref, v_checksum_table text; DECLARE v_sql longtext; DECLARE v_error_msg VARCHAR(128);   SELECT INSTRUMENTED INTO v_this_thread_enabled FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_disable_thread(CONNECTION_ID()); END IF;  SET @log_bin := @@sql_log_bin; IF (@log_bin = 1) THEN SET sql_log_bin = 0; END IF;   IF (@sys.statement_performance_analyzer.limit IS NULL) THEN SET @sys.statement_performance_analyzer.limit = sys.sys_get_config(\'statement_performance_analyzer.limit\', \'100\'); END IF; IF (@sys.debug IS NULL) THEN SET @sys.debug                                = sys.sys_get_config(\'debug\'                               , \'OFF\'); END IF;   IF (in_table = \'NOW()\') THEN SET v_force_new_snapshot = TRUE, in_table             = NULL; ELSEIF (in_table IS NOT NULL) THEN IF (NOT INSTR(in_table, \'.\')) THEN SET v_table_db   = DATABASE(), v_table_name = in_table; ELSE SET v_table_db   = SUBSTRING_INDEX(in_table, \'.\', 1); SET v_table_name = SUBSTRING(in_table, CHAR_LENGTH(v_table_db)+2); END IF;  SET v_quoted_table = CONCAT(\'`\', v_table_db, \'`.`\', v_table_name, \'`\');  IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'in_table is: db = \'\'\', v_table_db, \'\'\', table = \'\'\', v_table_name, \'\'\'\') AS \'Debug\'; END IF;  IF (v_table_db = DATABASE() AND (v_table_name = \'tmp_digests\' OR v_table_name = \'tmp_digests_delta\')) THEN SET v_error_msg = CONCAT(\'Invalid value for in_table: \', v_quoted_table, \' is reserved table name.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  CALL sys.table_exists(v_table_db, v_table_name, v_table_exists); IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'v_table_exists = \', v_table_exists) AS \'Debug\'; END IF;  IF (v_table_exists = \'BASE TABLE\') THEN SET v_checksum_ref = ( SELECT GROUP_CONCAT(CONCAT(COLUMN_NAME, COLUMN_TYPE) ORDER BY ORDINAL_POSITION) AS Checksum FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = \'performance_schema\' AND TABLE_NAME = \'events_statements_summary_by_digest\' ), v_checksum_table = ( SELECT GROUP_CONCAT(CONCAT(COLUMN_NAME, COLUMN_TYPE) ORDER BY ORDINAL_POSITION) AS Checksum FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = v_table_db AND TABLE_NAME = v_table_name );  IF (v_checksum_ref <> v_checksum_table) THEN SET v_error_msg = CONCAT(\'The table \', IF(CHAR_LENGTH(v_quoted_table) > 93, CONCAT(\'...\', SUBSTRING(v_quoted_table, -90)), v_quoted_table), \' has the wrong definition.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF; END IF; END IF;   IF (in_views IS NULL OR in_views = \'\') THEN SET in_views = \'with_runtimes_in_95th_percentile,analysis,with_errors_or_warnings,with_full_table_scans,with_sorting,with_temp_tables\'; END IF;   CALL sys.table_exists(DATABASE(), \'tmp_digests\', v_tmp_digests_table_exists); IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'v_tmp_digests_table_exists = \', v_tmp_digests_table_exists) AS \'Debug\'; END IF;  CASE WHEN in_action IN (\'snapshot\', \'overall\') THEN IF (in_table IS NOT NULL) THEN IF (NOT v_table_exists IN (\'TEMPORARY\', \'BASE TABLE\')) THEN SET v_error_msg = CONCAT(\'The \', in_action, \' action requires in_table to be NULL, NOW() or specify an existing table.\', \' The table \', IF(CHAR_LENGTH(v_quoted_table) > 16, CONCAT(\'...\', SUBSTRING(v_quoted_table, -13)), v_quoted_table), \' does not exist.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF; END IF;  WHEN in_action IN (\'delta\', \'save\') THEN IF (v_table_exists NOT IN (\'TEMPORARY\', \'BASE TABLE\')) THEN SET v_error_msg = CONCAT(\'The \', in_action, \' action requires in_table to be an existing table.\', IF(in_table IS NOT NULL, CONCAT(\' The table \', IF(CHAR_LENGTH(v_quoted_table) > 39, CONCAT(\'...\', SUBSTRING(v_quoted_table, -36)), v_quoted_table), \' does not exist.\'), \'\')); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  IF (in_action = \'delta\' AND v_tmp_digests_table_exists <> \'TEMPORARY\') THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'An existing snapshot generated with the statement_performance_analyzer() must exist.\'; END IF; WHEN in_action = \'create_tmp\' THEN IF (v_table_exists = \'TEMPORARY\') THEN SET v_error_msg = CONCAT(\'Cannot create the table \', IF(CHAR_LENGTH(v_quoted_table) > 72, CONCAT(\'...\', SUBSTRING(v_quoted_table, -69)), v_quoted_table), \' as it already exists.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  WHEN in_action = \'create_table\' THEN IF (v_table_exists <> \'\') THEN SET v_error_msg = CONCAT(\'Cannot create the table \', IF(CHAR_LENGTH(v_quoted_table) > 52, CONCAT(\'...\', SUBSTRING(v_quoted_table, -49)), v_quoted_table), \' as it already exists\', IF(v_table_exists = \'TEMPORARY\', \' as a temporary table.\', \'.\')); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  WHEN in_action = \'cleanup\' THEN DO (SELECT 1); ELSE SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'Unknown action. Supported actions are: cleanup, create_table, create_tmp, delta, overall, save, snapshot\'; END CASE;  SET v_digest_table_template = \'CREATE %{TEMPORARY}TABLE %{TABLE_NAME} ( `SCHEMA_NAME` varchar(64) DEFAULT NULL, `DIGEST` varchar(32) DEFAULT NULL, `DIGEST_TEXT` longtext, `COUNT_STAR` bigint(20) unsigned NOT NULL, `SUM_TIMER_WAIT` bigint(20) unsigned NOT NULL, `MIN_TIMER_WAIT` bigint(20) unsigned NOT NULL, `AVG_TIMER_WAIT` bigint(20) unsigned NOT NULL, `MAX_TIMER_WAIT` bigint(20) unsigned NOT NULL, `SUM_LOCK_TIME` bigint(20) unsigned NOT NULL, `SUM_ERRORS` bigint(20) unsigned NOT NULL, `SUM_WARNINGS` bigint(20) unsigned NOT NULL, `SUM_ROWS_AFFECTED` bigint(20) unsigned NOT NULL, `SUM_ROWS_SENT` bigint(20) unsigned NOT NULL, `SUM_ROWS_EXAMINED` bigint(20) unsigned NOT NULL, `SUM_CREATED_TMP_DISK_TABLES` bigint(20) unsigned NOT NULL, `SUM_CREATED_TMP_TABLES` bigint(20) unsigned NOT NULL, `SUM_SELECT_FULL_JOIN` bigint(20) unsigned NOT NULL, `SUM_SELECT_FULL_RANGE_JOIN` bigint(20) unsigned NOT NULL, `SUM_SELECT_RANGE` bigint(20) unsigned NOT NULL, `SUM_SELECT_RANGE_CHECK` bigint(20) unsigned NOT NULL, `SUM_SELECT_SCAN` bigint(20) unsigned NOT NULL, `SUM_SORT_MERGE_PASSES` bigint(20) unsigned NOT NULL, `SUM_SORT_RANGE` bigint(20) unsigned NOT NULL, `SUM_SORT_ROWS` bigint(20) unsigned NOT NULL, `SUM_SORT_SCAN` bigint(20) unsigned NOT NULL, `SUM_NO_INDEX_USED` bigint(20) unsigned NOT NULL, `SUM_NO_GOOD_INDEX_USED` bigint(20) unsigned NOT NULL, `FIRST_SEEN` timestamp NULL DEFAULT NULL, `LAST_SEEN` timestamp NULL DEFAULT NULL, INDEX (SCHEMA_NAME, DIGEST) ) DEFAULT CHARSET=utf8\';  IF (v_force_new_snapshot OR in_action = \'snapshot\' OR (in_action = \'overall\' AND in_table IS NULL) OR (in_action = \'save\' AND v_tmp_digests_table_exists <> \'TEMPORARY\') ) THEN IF (v_tmp_digests_table_exists = \'TEMPORARY\') THEN IF (@sys.debug = \'ON\') THEN SELECT \'DROP TEMPORARY TABLE IF EXISTS tmp_digests\' AS \'Debug\'; END IF; DROP TEMPORARY TABLE IF EXISTS tmp_digests; END IF; CALL sys.execute_prepared_stmt(REPLACE(REPLACE(v_digest_table_template, \'%{TEMPORARY}\', \'TEMPORARY \'), \'%{TABLE_NAME}\', \'tmp_digests\'));  SET v_sql = CONCAT(\'INSERT INTO tmp_digests SELECT * FROM \', IF(in_table IS NULL OR in_action = \'save\', \'performance_schema.events_statements_summary_by_digest\', v_quoted_table)); CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (in_action IN (\'create_table\', \'create_tmp\')) THEN IF (in_action = \'create_table\') THEN CALL sys.execute_prepared_stmt(REPLACE(REPLACE(v_digest_table_template, \'%{TEMPORARY}\', \'\'), \'%{TABLE_NAME}\', v_quoted_table)); ELSE CALL sys.execute_prepared_stmt(REPLACE(REPLACE(v_digest_table_template, \'%{TEMPORARY}\', \'TEMPORARY \'), \'%{TABLE_NAME}\', v_quoted_table)); END IF; ELSEIF (in_action = \'save\') THEN CALL sys.execute_prepared_stmt(CONCAT(\'DELETE FROM \', v_quoted_table)); CALL sys.execute_prepared_stmt(CONCAT(\'INSERT INTO \', v_quoted_table, \' SELECT * FROM tmp_digests\')); ELSEIF (in_action = \'cleanup\') THEN DROP TEMPORARY TABLE IF EXISTS sys.tmp_digests; DROP TEMPORARY TABLE IF EXISTS sys.tmp_digests_delta; ELSEIF (in_action IN (\'overall\', \'delta\')) THEN IF (in_action = \'overall\') THEN IF (in_table IS NULL) THEN SET v_digests_table = \'tmp_digests\'; ELSE SET v_digests_table = v_quoted_table; END IF; ELSE SET v_digests_table = \'tmp_digests_delta\'; DROP TEMPORARY TABLE IF EXISTS tmp_digests_delta; CREATE TEMPORARY TABLE tmp_digests_delta LIKE tmp_digests; SET v_sql = CONCAT(\'INSERT INTO tmp_digests_delta SELECT `d_end`.`SCHEMA_NAME`, `d_end`.`DIGEST`, `d_end`.`DIGEST_TEXT`, `d_end`.`COUNT_STAR`-IFNULL(`d_start`.`COUNT_STAR`, 0) AS \'\'COUNT_STAR\'\', `d_end`.`SUM_TIMER_WAIT`-IFNULL(`d_start`.`SUM_TIMER_WAIT`, 0) AS \'\'SUM_TIMER_WAIT\'\', `d_end`.`MIN_TIMER_WAIT` AS \'\'MIN_TIMER_WAIT\'\', IFNULL((`d_end`.`SUM_TIMER_WAIT`-IFNULL(`d_start`.`SUM_TIMER_WAIT`, 0))/NULLIF(`d_end`.`COUNT_STAR`-IFNULL(`d_start`.`COUNT_STAR`, 0), 0), 0) AS \'\'AVG_TIMER_WAIT\'\', `d_end`.`MAX_TIMER_WAIT` AS \'\'MAX_TIMER_WAIT\'\', `d_end`.`SUM_LOCK_TIME`-IFNULL(`d_start`.`SUM_LOCK_TIME`, 0) AS \'\'SUM_LOCK_TIME\'\', `d_end`.`SUM_ERRORS`-IFNULL(`d_start`.`SUM_ERRORS`, 0) AS \'\'SUM_ERRORS\'\', `d_end`.`SUM_WARNINGS`-IFNULL(`d_start`.`SUM_WARNINGS`, 0) AS \'\'SUM_WARNINGS\'\', `d_end`.`SUM_ROWS_AFFECTED`-IFNULL(`d_start`.`SUM_ROWS_AFFECTED`, 0) AS \'\'SUM_ROWS_AFFECTED\'\', `d_end`.`SUM_ROWS_SENT`-IFNULL(`d_start`.`SUM_ROWS_SENT`, 0) AS \'\'SUM_ROWS_SENT\'\', `d_end`.`SUM_ROWS_EXAMINED`-IFNULL(`d_start`.`SUM_ROWS_EXAMINED`, 0) AS \'\'SUM_ROWS_EXAMINED\'\', `d_end`.`SUM_CREATED_TMP_DISK_TABLES`-IFNULL(`d_start`.`SUM_CREATED_TMP_DISK_TABLES`, 0) AS \'\'SUM_CREATED_TMP_DISK_TABLES\'\', `d_end`.`SUM_CREATED_TMP_TABLES`-IFNULL(`d_start`.`SUM_CREATED_TMP_TABLES`, 0) AS \'\'SUM_CREATED_TMP_TABLES\'\', `d_end`.`SUM_SELECT_FULL_JOIN`-IFNULL(`d_start`.`SUM_SELECT_FULL_JOIN`, 0) AS \'\'SUM_SELECT_FULL_JOIN\'\', `d_end`.`SUM_SELECT_FULL_RANGE_JOIN`-IFNULL(`d_start`.`SUM_SELECT_FULL_RANGE_JOIN`, 0) AS \'\'SUM_SELECT_FULL_RANGE_JOIN\'\', `d_end`.`SUM_SELECT_RANGE`-IFNULL(`d_start`.`SUM_SELECT_RANGE`, 0) AS \'\'SUM_SELECT_RANGE\'\', `d_end`.`SUM_SELECT_RANGE_CHECK`-IFNULL(`d_start`.`SUM_SELECT_RANGE_CHECK`, 0) AS \'\'SUM_SELECT_RANGE_CHECK\'\', `d_end`.`SUM_SELECT_SCAN`-IFNULL(`d_start`.`SUM_SELECT_SCAN`, 0) AS \'\'SUM_SELECT_SCAN\'\', `d_end`.`SUM_SORT_MERGE_PASSES`-IFNULL(`d_start`.`SUM_SORT_MERGE_PASSES`, 0) AS \'\'SUM_SORT_MERGE_PASSES\'\', `d_end`.`SUM_SORT_RANGE`-IFNULL(`d_start`.`SUM_SORT_RANGE`, 0) AS \'\'SUM_SORT_RANGE\'\', `d_end`.`SUM_SORT_ROWS`-IFNULL(`d_start`.`SUM_SORT_ROWS`, 0) AS \'\'SUM_SORT_ROWS\'\', `d_end`.`SUM_SORT_SCAN`-IFNULL(`d_start`.`SUM_SORT_SCAN`, 0) AS \'\'SUM_SORT_SCAN\'\', `d_end`.`SUM_NO_INDEX_USED`-IFNULL(`d_start`.`SUM_NO_INDEX_USED`, 0) AS \'\'SUM_NO_INDEX_USED\'\', `d_end`.`SUM_NO_GOOD_INDEX_USED`-IFNULL(`d_start`.`SUM_NO_GOOD_INDEX_USED`, 0) AS \'\'SUM_NO_GOOD_INDEX_USED\'\', `d_end`.`FIRST_SEEN`, `d_end`.`LAST_SEEN` FROM tmp_digests d_end LEFT OUTER JOIN \', v_quoted_table, \' d_start ON `d_start`.`DIGEST` = `d_end`.`DIGEST` AND (`d_start`.`SCHEMA_NAME` = `d_end`.`SCHEMA_NAME` OR (`d_start`.`SCHEMA_NAME` IS NULL AND `d_end`.`SCHEMA_NAME` IS NULL) ) WHERE `d_end`.`COUNT_STAR`-IFNULL(`d_start`.`COUNT_STAR`, 0) > 0\'); CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_runtimes_in_95th_percentile\', in_views)) THEN SELECT \'Queries with Runtime in 95th Percentile\' AS \'Next Output\';  DROP TEMPORARY TABLE IF EXISTS tmp_digest_avg_latency_distribution1; DROP TEMPORARY TABLE IF EXISTS tmp_digest_avg_latency_distribution2; DROP TEMPORARY TABLE IF EXISTS tmp_digest_95th_percentile_by_avg_us;  CREATE TEMPORARY TABLE tmp_digest_avg_latency_distribution1 ( cnt bigint unsigned NOT NULL, avg_us decimal(21,0) NOT NULL, PRIMARY KEY (avg_us) ) ENGINE=InnoDB;  SET v_sql = CONCAT(\'INSERT INTO tmp_digest_avg_latency_distribution1 SELECT COUNT(*) cnt, ROUND(avg_timer_wait/1000000) AS avg_us FROM \', v_digests_table, \' GROUP BY avg_us\'); CALL sys.execute_prepared_stmt(v_sql);  CREATE TEMPORARY TABLE tmp_digest_avg_latency_distribution2 LIKE tmp_digest_avg_latency_distribution1; INSERT INTO tmp_digest_avg_latency_distribution2 SELECT * FROM tmp_digest_avg_latency_distribution1;  CREATE TEMPORARY TABLE tmp_digest_95th_percentile_by_avg_us ( avg_us decimal(21,0) NOT NULL, percentile decimal(46,4) NOT NULL, PRIMARY KEY (avg_us) ) ENGINE=InnoDB;  SET v_sql = CONCAT(\'INSERT INTO tmp_digest_95th_percentile_by_avg_us SELECT s2.avg_us avg_us, IFNULL(SUM(s1.cnt)/NULLIF((SELECT COUNT(*) FROM \', v_digests_table, \'), 0), 0) percentile FROM tmp_digest_avg_latency_distribution1 AS s1 JOIN tmp_digest_avg_latency_distribution2 AS s2 ON s1.avg_us <= s2.avg_us GROUP BY s2.avg_us HAVING percentile > 0.95 ORDER BY percentile LIMIT 1\'); CALL sys.execute_prepared_stmt(v_sql);  SET v_sql = REPLACE( REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_runtimes_in_95th_percentile\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ), \'sys.x$ps_digest_95th_percentile_by_avg_us\', \'`sys`.`x$ps_digest_95th_percentile_by_avg_us`\' ); CALL sys.execute_prepared_stmt(v_sql);  DROP TEMPORARY TABLE tmp_digest_avg_latency_distribution1; DROP TEMPORARY TABLE tmp_digest_avg_latency_distribution2; DROP TEMPORARY TABLE tmp_digest_95th_percentile_by_avg_us; END IF;  IF (FIND_IN_SET(\'analysis\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries Ordered by Total Latency\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statement_analysis\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_errors_or_warnings\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Errors\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_errors_or_warnings\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_full_table_scans\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Full Table Scan\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_full_table_scans\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_sorting\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Sorting\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_sorting\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_temp_tables\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Internal Temporary Tables\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_temp_tables\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'custom\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries Using Custom View\') AS \'Next Output\';  IF (@sys.statement_performance_analyzer.view IS NULL) THEN SET @sys.statement_performance_analyzer.view = sys.sys_get_config(\'statement_performance_analyzer.view\', NULL); END IF; IF (@sys.statement_performance_analyzer.view IS NULL) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'The @sys.statement_performance_analyzer.view user variable must be set with the view or query to use.\'; END IF;  IF (NOT INSTR(@sys.statement_performance_analyzer.view, \' \')) THEN IF (NOT INSTR(@sys.statement_performance_analyzer.view, \'.\')) THEN SET v_custom_db   = DATABASE(), v_custom_name = @sys.statement_performance_analyzer.view; ELSE SET v_custom_db   = SUBSTRING_INDEX(@sys.statement_performance_analyzer.view, \'.\', 1); SET v_custom_name = SUBSTRING(@sys.statement_performance_analyzer.view, CHAR_LENGTH(v_custom_db)+2); END IF;  CALL sys.table_exists(v_custom_db, v_custom_name, v_custom_view_exists); IF (v_custom_view_exists <> \'VIEW\') THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'The @sys.statement_performance_analyzer.view user variable is set but specified neither an existing view nor a query.\'; END IF;  SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = v_custom_db AND TABLE_NAME = v_custom_name ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); ELSE SET v_sql = REPLACE(@sys.statement_performance_analyzer.view, \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table); END IF;  IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF;  CALL sys.execute_prepared_stmt(v_sql); END IF; END IF;  IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  IF (@log_bin = 1) THEN SET sql_log_bin = @log_bin; END IF; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Create a report of the statements running on the server.\n \n The views are calculated based on the overall and/or delta activity.\n \n Requires the SUPER privilege for \"SET sql_log_bin = 0;\".\n \n Parameters\n \n in_action (ENUM(\'snapshot\', \'overall\', \'delta\', \'create_tmp\', \'create_table\', \'save\', \'cleanup\')):\n The action to take. Supported actions are:\n * snapshot      Store a snapshot. The default is to make a snapshot of the current content of\n performance_schema.events_statements_summary_by_digest, but by setting in_table\n this can be overwritten to copy the content of the specified table.\n The snapshot is stored in the sys.tmp_digests temporary table.\n * overall       Generate analyzis based on the content specified by in_table. For the overall analyzis,\n in_table can be NOW() to use a fresh snapshot. This will overwrite an existing snapshot.\n Use NULL for in_table to use the existing snapshot. If in_table IS NULL and no snapshot\n exists, a new will be created.\n See also in_views and @sys.statement_performance_analyzer.limit.\n * delta         Generate a delta analysis. The delta will be calculated between the reference table in\n in_table and the snapshot. An existing snapshot must exist.\n The action uses the sys.tmp_digests_delta temporary table.\n See also in_views and @sys.statement_performance_analyzer.limit.\n * create_table  Create a regular table suitable for storing the snapshot for later use, e.g. for\n calculating deltas.\n * create_tmp    Create a temporary table suitable for storing the snapshot for later use, e.g. for\n calculating deltas.\n * save          Save the snapshot in the table specified by in_table. The table must exists and have\n the correct structure.\n If no snapshot exists, a new is created.\n * cleanup       Remove the temporary tables used for the snapshot and delta.\n \n in_table (VARCHAR(129)):\n The table argument used for some actions. Use the format \'db1.t1\' or \'t1\' without using any backticks (`)\n for quoting. Periods (.) are not supported in the database and table names.\n \n The meaning of the table for each action supporting the argument is:\n \n * snapshot      The snapshot is created based on the specified table. Set to NULL or NOW() to use\n the current content of performance_schema.events_statements_summary_by_digest.\n * overall       The table with the content to create the overall analyzis for. The following values\n can be used:\n - A table name - use the content of that table.\n - NOW()        - create a fresh snapshot and overwrite the existing snapshot.\n - NULL         - use the last stored snapshot.\n * delta         The table name is mandatory and specified the reference view to compare the currently\n stored snapshot against. If no snapshot exists, a new will be created.\n * create_table  The name of the regular table to create.\n * create_tmp    The name of the temporary table to create.\n * save          The name of the table to save the currently stored snapshot into.\n \n in_views (SET (\'with_runtimes_in_95th_percentile\', \'analysis\', \'with_errors_or_warnings\',\n \'with_full_table_scans\', \'with_sorting\', \'with_temp_tables\', \'custom\'))\n Which views to include:  * with_runtimes_in_95th_percentile  Based on the sys.statements_with_runtimes_in_95th_percentile view * analysis                          Based on the sys.statement_analysis view * with_errors_or_warnings           Based on the sys.statements_with_errors_or_warnings view * with_full_table_scans             Based on the sys.statements_with_full_table_scans view * with_sorting                      Based on the sys.statements_with_sorting view * with_temp_tables                  Based on the sys.statements_with_temp_tables view * custom                            Use a custom view. This view must be specified in @sys.statement_performance_analyzer.view to an existing view or a query  Default is to include all except \'custom\'.   Configuration Options  sys.statement_performance_analyzer.limit The maximum number of rows to include for the views that does not have a built-in limit (e.g. the 95th percentile view). If not set the limit is 100.  sys.statement_performance_analyzer.view Used together with the \'custom\' view. If the value contains a space, it is considered a query, otherwise it must be an existing view querying the performance_schema.events_statements_summary_by_digest table. There cannot be any limit clause including in the query or view definition if @sys.statement_performance_analyzer.limit > 0. If specifying a view, use the same format as for in_table.  sys.debug Whether to provide debugging output. Default is \'OFF\'. Set to \'ON\' to include.   Example  To create a report with the queries in the 95th percentile since last truncate of performance_schema.events_statements_summary_by_digest and the delta for a 1 minute period:  1. Create a temporary table to store the initial snapshot. 2. Create the initial snapshot. 3. Save the initial snapshot in the temporary table. 4. Wait one minute. 5. Create a new snapshot. 6. Perform analyzis based on the new snapshot. 7. Perform analyzis based on the delta between the initial and new snapshots.  mysql> CALL sys.statement_performance_analyzer(\'create_tmp\', \'mydb.tmp_digests_ini\', NULL); Query OK, 0 rows affected (0.08 sec)  mysql> CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); Query OK, 0 rows affected (0.02 sec)  mysql> CALL sys.statement_performance_analyzer(\'save\', \'mydb.tmp_digests_ini\', NULL); Query OK, 0 rows affected (0.00 sec)  mysql> DO SLEEP(60); Query OK, 0 rows affected (1 min 0.00 sec)  mysql> CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); Query OK, 0 rows affected (0.02 sec)  mysql> CALL sys.statement_performance_analyzer(\'overall\', NULL, \'with_runtimes_in_95th_percentile\'); +-----------------------------------------+ | Next Output                             | +-----------------------------------------+ | Queries with Runtime in 95th Percentile | +-----------------------------------------+ 1 row in set (0.05 sec)  ...  mysql> CALL sys.statement_performance_analyzer(\'delta\', \'mydb.tmp_digests_ini\', \'with_runtimes_in_95th_percentile\'); +-----------------------------------------+ | Next Output                             | +-----------------------------------------+ | Queries with Runtime in 95th Percentile | +-----------------------------------------+ 1 row in set (0.03 sec)  ...   To create an overall report of the 95th percentile queries and the top 10 queries with full table scans:  mysql> CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); Query OK, 0 rows affected (0.01 sec)  mysql> SET @sys.statement_performance_analyzer.limit = 10; Query OK, 0 rows affected (0.00 sec)  mysql> CALL sys.statement_performance_analyzer(\'overall\', NULL, \'with_runtimes_in_95th_percentile,with_full_table_scans\'); +-----------------------------------------+ | Next Output                             | +-----------------------------------------+ | Queries with Runtime in 95th Percentile | +-----------------------------------------+ 1 row in set (0.01 sec)  ...  +-------------------------------------+ | Next Output                         | +-------------------------------------+ | Top 10 Queries with Full Table Scan | +-------------------------------------+ 1 row in set (0.09 sec)  ...   Use a custom view showing the top 10 query sorted by total execution time refreshing the view every minute using the watch command in Linux.  mysql> CREATE OR REPLACE VIEW mydb.my_statements AS -> SELECT sys.format_statement(DIGEST_TEXT) AS query, ->        SCHEMA_NAME AS db, ->        COUNT_STAR AS exec_count, ->        sys.format_time(SUM_TIMER_WAIT) AS total_latency, ->        sys.format_time(AVG_TIMER_WAIT) AS avg_latency, ->        ROUND(IFNULL(SUM_ROWS_SENT / NULLIF(COUNT_STAR, 0), 0)) AS rows_sent_avg, ->        ROUND(IFNULL(SUM_ROWS_EXAMINED / NULLIF(COUNT_STAR, 0), 0)) AS rows_examined_avg, ->        ROUND(IFNULL(SUM_ROWS_AFFECTED / NULLIF(COUNT_STAR, 0), 0)) AS rows_affected_avg, ->        DIGEST AS digest ->   FROM performance_schema.events_statements_summary_by_digest -> ORDER BY SUM_TIMER_WAIT DESC; Query OK, 0 rows affected (0.01 sec)  mysql> CALL sys.statement_performance_analyzer(\'create_table\', \'mydb.digests_prev\', NULL); Query OK, 0 rows affected (0.10 sec)  shell$ watch -n 60 \"mysql sys --table -e \" > SET @sys.statement_performance_analyzer.view = \'mydb.my_statements\'; > SET @sys.statement_performance_analyzer.limit = 10; > CALL statement_performance_analyzer(\'snapshot\', NULL, NULL); > CALL statement_performance_analyzer(\'delta\', \'mydb.digests_prev\', \'custom\'); > CALL statement_performance_analyzer(\'save\', \'mydb.digests_prev\', NULL); > \"\"  Every 60.0s: mysql sys --table -e \"                                                                                                   ...  Mon Dec 22 10:58:51 2014  +----------------------------------+ | Next Output                      | +----------------------------------+ | Top 10 Queries Using Custom View | +----------------------------------+ +-------------------+-------+------------+---------------+-------------+---------------+-------------------+-------------------+----------------------------------+ | query             | db    | exec_count | total_latency | avg_latency | rows_sent_avg | rows_examined_avg | rows_affected_avg | digest                           | +-------------------+-------+------------+---------------+-------------+---------------+-------------------+-------------------+----------------------------------+ ... ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_table_exists, v_tmp_digests_table_exists, v_custom_view_exists ENUM(\'\', \'BASE TABLE\', \'VIEW\', \'TEMPORARY\') DEFAULT \'\'; DECLARE v_this_thread_enabled ENUM(\'YES\', \'NO\'); DECLARE v_force_new_snapshot BOOLEAN DEFAULT FALSE; DECLARE v_digests_table VARCHAR(133); DECLARE v_quoted_table, v_quoted_custom_view VARCHAR(133) DEFAULT \'\'; DECLARE v_table_db, v_table_name, v_custom_db, v_custom_name VARCHAR(64); DECLARE v_digest_table_template, v_checksum_ref, v_checksum_table text; DECLARE v_sql longtext; DECLARE v_error_msg VARCHAR(128);   SELECT INSTRUMENTED INTO v_this_thread_enabled FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_disable_thread(CONNECTION_ID()); END IF;  SET @log_bin := @@sql_log_bin; IF (@log_bin = 1) THEN SET sql_log_bin = 0; END IF;   IF (@sys.statement_performance_analyzer.limit IS NULL) THEN SET @sys.statement_performance_analyzer.limit = sys.sys_get_config(\'statement_performance_analyzer.limit\', \'100\'); END IF; IF (@sys.debug IS NULL) THEN SET @sys.debug                                = sys.sys_get_config(\'debug\'                               , \'OFF\'); END IF;   IF (in_table = \'NOW()\') THEN SET v_force_new_snapshot = TRUE, in_table             = NULL; ELSEIF (in_table IS NOT NULL) THEN IF (NOT INSTR(in_table, \'.\')) THEN SET v_table_db   = DATABASE(), v_table_name = in_table; ELSE SET v_table_db   = SUBSTRING_INDEX(in_table, \'.\', 1); SET v_table_name = SUBSTRING(in_table, CHAR_LENGTH(v_table_db)+2); END IF;  SET v_quoted_table = CONCAT(\'`\', v_table_db, \'`.`\', v_table_name, \'`\');  IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'in_table is: db = \'\', v_table_db, \'\', table = \'\', v_table_name, \'\'\') AS \'Debug\'; END IF;  IF (v_table_db = DATABASE() AND (v_table_name = \'tmp_digests\' OR v_table_name = \'tmp_digests_delta\')) THEN SET v_error_msg = CONCAT(\'Invalid value for in_table: \', v_quoted_table, \' is reserved table name.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  CALL sys.table_exists(v_table_db, v_table_name, v_table_exists); IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'v_table_exists = \', v_table_exists) AS \'Debug\'; END IF;  IF (v_table_exists = \'BASE TABLE\') THEN SET v_checksum_ref = ( SELECT GROUP_CONCAT(CONCAT(COLUMN_NAME, COLUMN_TYPE) ORDER BY ORDINAL_POSITION) AS Checksum FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = \'performance_schema\' AND TABLE_NAME = \'events_statements_summary_by_digest\' ), v_checksum_table = ( SELECT GROUP_CONCAT(CONCAT(COLUMN_NAME, COLUMN_TYPE) ORDER BY ORDINAL_POSITION) AS Checksum FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = v_table_db AND TABLE_NAME = v_table_name );  IF (v_checksum_ref <> v_checksum_table) THEN SET v_error_msg = CONCAT(\'The table \', IF(CHAR_LENGTH(v_quoted_table) > 93, CONCAT(\'...\', SUBSTRING(v_quoted_table, -90)), v_quoted_table), \' has the wrong definition.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF; END IF; END IF;   IF (in_views IS NULL OR in_views = \'\') THEN SET in_views = \'with_runtimes_in_95th_percentile,analysis,with_errors_or_warnings,with_full_table_scans,with_sorting,with_temp_tables\'; END IF;   CALL sys.table_exists(DATABASE(), \'tmp_digests\', v_tmp_digests_table_exists); IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'v_tmp_digests_table_exists = \', v_tmp_digests_table_exists) AS \'Debug\'; END IF;  CASE WHEN in_action IN (\'snapshot\', \'overall\') THEN IF (in_table IS NOT NULL) THEN IF (NOT v_table_exists IN (\'TEMPORARY\', \'BASE TABLE\')) THEN SET v_error_msg = CONCAT(\'The \', in_action, \' action requires in_table to be NULL, NOW() or specify an existing table.\', \' The table \', IF(CHAR_LENGTH(v_quoted_table) > 16, CONCAT(\'...\', SUBSTRING(v_quoted_table, -13)), v_quoted_table), \' does not exist.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF; END IF;  WHEN in_action IN (\'delta\', \'save\') THEN IF (v_table_exists NOT IN (\'TEMPORARY\', \'BASE TABLE\')) THEN SET v_error_msg = CONCAT(\'The \', in_action, \' action requires in_table to be an existing table.\', IF(in_table IS NOT NULL, CONCAT(\' The table \', IF(CHAR_LENGTH(v_quoted_table) > 39, CONCAT(\'...\', SUBSTRING(v_quoted_table, -36)), v_quoted_table), \' does not exist.\'), \'\')); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  IF (in_action = \'delta\' AND v_tmp_digests_table_exists <> \'TEMPORARY\') THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'An existing snapshot generated with the statement_performance_analyzer() must exist.\'; END IF; WHEN in_action = \'create_tmp\' THEN IF (v_table_exists = \'TEMPORARY\') THEN SET v_error_msg = CONCAT(\'Cannot create the table \', IF(CHAR_LENGTH(v_quoted_table) > 72, CONCAT(\'...\', SUBSTRING(v_quoted_table, -69)), v_quoted_table), \' as it already exists.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  WHEN in_action = \'create_table\' THEN IF (v_table_exists <> \'\') THEN SET v_error_msg = CONCAT(\'Cannot create the table \', IF(CHAR_LENGTH(v_quoted_table) > 52, CONCAT(\'...\', SUBSTRING(v_quoted_table, -49)), v_quoted_table), \' as it already exists\', IF(v_table_exists = \'TEMPORARY\', \' as a temporary table.\', \'.\')); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  WHEN in_action = \'cleanup\' THEN DO (SELECT 1); ELSE SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'Unknown action. Supported actions are: cleanup, create_table, create_tmp, delta, overall, save, snapshot\'; END CASE;  SET v_digest_table_template = \'CREATE %{TEMPORARY}TABLE %{TABLE_NAME} ( `SCHEMA_NAME` varchar(64) DEFAULT NULL, `DIGEST` varchar(32) DEFAULT NULL, `DIGEST_TEXT` longtext, `COUNT_STAR` bigint(20) unsigned NOT NULL, `SUM_TIMER_WAIT` bigint(20) unsigned NOT NULL, `MIN_TIMER_WAIT` bigint(20) unsigned NOT NULL, `AVG_TIMER_WAIT` bigint(20) unsigned NOT NULL, `MAX_TIMER_WAIT` bigint(20) unsigned NOT NULL, `SUM_LOCK_TIME` bigint(20) unsigned NOT NULL, `SUM_ERRORS` bigint(20) unsigned NOT NULL, `SUM_WARNINGS` bigint(20) unsigned NOT NULL, `SUM_ROWS_AFFECTED` bigint(20) unsigned NOT NULL, `SUM_ROWS_SENT` bigint(20) unsigned NOT NULL, `SUM_ROWS_EXAMINED` bigint(20) unsigned NOT NULL, `SUM_CREATED_TMP_DISK_TABLES` bigint(20) unsigned NOT NULL, `SUM_CREATED_TMP_TABLES` bigint(20) unsigned NOT NULL, `SUM_SELECT_FULL_JOIN` bigint(20) unsigned NOT NULL, `SUM_SELECT_FULL_RANGE_JOIN` bigint(20) unsigned NOT NULL, `SUM_SELECT_RANGE` bigint(20) unsigned NOT NULL, `SUM_SELECT_RANGE_CHECK` bigint(20) unsigned NOT NULL, `SUM_SELECT_SCAN` bigint(20) unsigned NOT NULL, `SUM_SORT_MERGE_PASSES` bigint(20) unsigned NOT NULL, `SUM_SORT_RANGE` bigint(20) unsigned NOT NULL, `SUM_SORT_ROWS` bigint(20) unsigned NOT NULL, `SUM_SORT_SCAN` bigint(20) unsigned NOT NULL, `SUM_NO_INDEX_USED` bigint(20) unsigned NOT NULL, `SUM_NO_GOOD_INDEX_USED` bigint(20) unsigned NOT NULL, `FIRST_SEEN` timestamp NULL DEFAULT NULL, `LAST_SEEN` timestamp NULL DEFAULT NULL, INDEX (SCHEMA_NAME, DIGEST) ) DEFAULT CHARSET=utf8\';  IF (v_force_new_snapshot OR in_action = \'snapshot\' OR (in_action = \'overall\' AND in_table IS NULL) OR (in_action = \'save\' AND v_tmp_digests_table_exists <> \'TEMPORARY\') ) THEN IF (v_tmp_digests_table_exists = \'TEMPORARY\') THEN IF (@sys.debug = \'ON\') THEN SELECT \'DROP TEMPORARY TABLE IF EXISTS tmp_digests\' AS \'Debug\'; END IF; DROP TEMPORARY TABLE IF EXISTS tmp_digests; END IF; CALL sys.execute_prepared_stmt(REPLACE(REPLACE(v_digest_table_template, \'%{TEMPORARY}\', \'TEMPORARY \'), \'%{TABLE_NAME}\', \'tmp_digests\'));  SET v_sql = CONCAT(\'INSERT INTO tmp_digests SELECT * FROM \', IF(in_table IS NULL OR in_action = \'save\', \'performance_schema.events_statements_summary_by_digest\', v_quoted_table)); CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (in_action IN (\'create_table\', \'create_tmp\')) THEN IF (in_action = \'create_table\') THEN CALL sys.execute_prepared_stmt(REPLACE(REPLACE(v_digest_table_template, \'%{TEMPORARY}\', \'\'), \'%{TABLE_NAME}\', v_quoted_table)); ELSE CALL sys.execute_prepared_stmt(REPLACE(REPLACE(v_digest_table_template, \'%{TEMPORARY}\', \'TEMPORARY \'), \'%{TABLE_NAME}\', v_quoted_table)); END IF; ELSEIF (in_action = \'save\') THEN CALL sys.execute_prepared_stmt(CONCAT(\'DELETE FROM \', v_quoted_table)); CALL sys.execute_prepared_stmt(CONCAT(\'INSERT INTO \', v_quoted_table, \' SELECT * FROM tmp_digests\')); ELSEIF (in_action = \'cleanup\') THEN DROP TEMPORARY TABLE IF EXISTS sys.tmp_digests; DROP TEMPORARY TABLE IF EXISTS sys.tmp_digests_delta; ELSEIF (in_action IN (\'overall\', \'delta\')) THEN IF (in_action = \'overall\') THEN IF (in_table IS NULL) THEN SET v_digests_table = \'tmp_digests\'; ELSE SET v_digests_table = v_quoted_table; END IF; ELSE SET v_digests_table = \'tmp_digests_delta\'; DROP TEMPORARY TABLE IF EXISTS tmp_digests_delta; CREATE TEMPORARY TABLE tmp_digests_delta LIKE tmp_digests; SET v_sql = CONCAT(\'INSERT INTO tmp_digests_delta SELECT `d_end`.`SCHEMA_NAME`, `d_end`.`DIGEST`, `d_end`.`DIGEST_TEXT`, `d_end`.`COUNT_STAR`-IFNULL(`d_start`.`COUNT_STAR`, 0) AS \'COUNT_STAR\', `d_end`.`SUM_TIMER_WAIT`-IFNULL(`d_start`.`SUM_TIMER_WAIT`, 0) AS \'SUM_TIMER_WAIT\', `d_end`.`MIN_TIMER_WAIT` AS \'MIN_TIMER_WAIT\', IFNULL((`d_end`.`SUM_TIMER_WAIT`-IFNULL(`d_start`.`SUM_TIMER_WAIT`, 0))/NULLIF(`d_end`.`COUNT_STAR`-IFNULL(`d_start`.`COUNT_STAR`, 0), 0), 0) AS \'AVG_TIMER_WAIT\', `d_end`.`MAX_TIMER_WAIT` AS \'MAX_TIMER_WAIT\', `d_end`.`SUM_LOCK_TIME`-IFNULL(`d_start`.`SUM_LOCK_TIME`, 0) AS \'SUM_LOCK_TIME\', `d_end`.`SUM_ERRORS`-IFNULL(`d_start`.`SUM_ERRORS`, 0) AS \'SUM_ERRORS\', `d_end`.`SUM_WARNINGS`-IFNULL(`d_start`.`SUM_WARNINGS`, 0) AS \'SUM_WARNINGS\', `d_end`.`SUM_ROWS_AFFECTED`-IFNULL(`d_start`.`SUM_ROWS_AFFECTED`, 0) AS \'SUM_ROWS_AFFECTED\', `d_end`.`SUM_ROWS_SENT`-IFNULL(`d_start`.`SUM_ROWS_SENT`, 0) AS \'SUM_ROWS_SENT\', `d_end`.`SUM_ROWS_EXAMINED`-IFNULL(`d_start`.`SUM_ROWS_EXAMINED`, 0) AS \'SUM_ROWS_EXAMINED\', `d_end`.`SUM_CREATED_TMP_DISK_TABLES`-IFNULL(`d_start`.`SUM_CREATED_TMP_DISK_TABLES`, 0) AS \'SUM_CREATED_TMP_DISK_TABLES\', `d_end`.`SUM_CREATED_TMP_TABLES`-IFNULL(`d_start`.`SUM_CREATED_TMP_TABLES`, 0) AS \'SUM_CREATED_TMP_TABLES\', `d_end`.`SUM_SELECT_FULL_JOIN`-IFNULL(`d_start`.`SUM_SELECT_FULL_JOIN`, 0) AS \'SUM_SELECT_FULL_JOIN\', `d_end`.`SUM_SELECT_FULL_RANGE_JOIN`-IFNULL(`d_start`.`SUM_SELECT_FULL_RANGE_JOIN`, 0) AS \'SUM_SELECT_FULL_RANGE_JOIN\', `d_end`.`SUM_SELECT_RANGE`-IFNULL(`d_start`.`SUM_SELECT_RANGE`, 0) AS \'SUM_SELECT_RANGE\', `d_end`.`SUM_SELECT_RANGE_CHECK`-IFNULL(`d_start`.`SUM_SELECT_RANGE_CHECK`, 0) AS \'SUM_SELECT_RANGE_CHECK\', `d_end`.`SUM_SELECT_SCAN`-IFNULL(`d_start`.`SUM_SELECT_SCAN`, 0) AS \'SUM_SELECT_SCAN\', `d_end`.`SUM_SORT_MERGE_PASSES`-IFNULL(`d_start`.`SUM_SORT_MERGE_PASSES`, 0) AS \'SUM_SORT_MERGE_PASSES\', `d_end`.`SUM_SORT_RANGE`-IFNULL(`d_start`.`SUM_SORT_RANGE`, 0) AS \'SUM_SORT_RANGE\', `d_end`.`SUM_SORT_ROWS`-IFNULL(`d_start`.`SUM_SORT_ROWS`, 0) AS \'SUM_SORT_ROWS\', `d_end`.`SUM_SORT_SCAN`-IFNULL(`d_start`.`SUM_SORT_SCAN`, 0) AS \'SUM_SORT_SCAN\', `d_end`.`SUM_NO_INDEX_USED`-IFNULL(`d_start`.`SUM_NO_INDEX_USED`, 0) AS \'SUM_NO_INDEX_USED\', `d_end`.`SUM_NO_GOOD_INDEX_USED`-IFNULL(`d_start`.`SUM_NO_GOOD_INDEX_USED`, 0) AS \'SUM_NO_GOOD_INDEX_USED\', `d_end`.`FIRST_SEEN`, `d_end`.`LAST_SEEN` FROM tmp_digests d_end LEFT OUTER JOIN \', v_quoted_table, \' d_start ON `d_start`.`DIGEST` = `d_end`.`DIGEST` AND (`d_start`.`SCHEMA_NAME` = `d_end`.`SCHEMA_NAME` OR (`d_start`.`SCHEMA_NAME` IS NULL AND `d_end`.`SCHEMA_NAME` IS NULL) ) WHERE `d_end`.`COUNT_STAR`-IFNULL(`d_start`.`COUNT_STAR`, 0) > 0\'); CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_runtimes_in_95th_percentile\', in_views)) THEN SELECT \'Queries with Runtime in 95th Percentile\' AS \'Next Output\';  DROP TEMPORARY TABLE IF EXISTS tmp_digest_avg_latency_distribution1; DROP TEMPORARY TABLE IF EXISTS tmp_digest_avg_latency_distribution2; DROP TEMPORARY TABLE IF EXISTS tmp_digest_95th_percentile_by_avg_us;  CREATE TEMPORARY TABLE tmp_digest_avg_latency_distribution1 ( cnt bigint unsigned NOT NULL, avg_us decimal(21,0) NOT NULL, PRIMARY KEY (avg_us) ) ENGINE=InnoDB;  SET v_sql = CONCAT(\'INSERT INTO tmp_digest_avg_latency_distribution1 SELECT COUNT(*) cnt, ROUND(avg_timer_wait/1000000) AS avg_us FROM \', v_digests_table, \' GROUP BY avg_us\'); CALL sys.execute_prepared_stmt(v_sql);  CREATE TEMPORARY TABLE tmp_digest_avg_latency_distribution2 LIKE tmp_digest_avg_latency_distribution1; INSERT INTO tmp_digest_avg_latency_distribution2 SELECT * FROM tmp_digest_avg_latency_distribution1;  CREATE TEMPORARY TABLE tmp_digest_95th_percentile_by_avg_us ( avg_us decimal(21,0) NOT NULL, percentile decimal(46,4) NOT NULL, PRIMARY KEY (avg_us) ) ENGINE=InnoDB;  SET v_sql = CONCAT(\'INSERT INTO tmp_digest_95th_percentile_by_avg_us SELECT s2.avg_us avg_us, IFNULL(SUM(s1.cnt)/NULLIF((SELECT COUNT(*) FROM \', v_digests_table, \'), 0), 0) percentile FROM tmp_digest_avg_latency_distribution1 AS s1 JOIN tmp_digest_avg_latency_distribution2 AS s2 ON s1.avg_us <= s2.avg_us GROUP BY s2.avg_us HAVING percentile > 0.95 ORDER BY percentile LIMIT 1\'); CALL sys.execute_prepared_stmt(v_sql);  SET v_sql = REPLACE( REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_runtimes_in_95th_percentile\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ), \'sys.x$ps_digest_95th_percentile_by_avg_us\', \'`sys`.`x$ps_digest_95th_percentile_by_avg_us`\' ); CALL sys.execute_prepared_stmt(v_sql);  DROP TEMPORARY TABLE tmp_digest_avg_latency_distribution1; DROP TEMPORARY TABLE tmp_digest_avg_latency_distribution2; DROP TEMPORARY TABLE tmp_digest_95th_percentile_by_avg_us; END IF;  IF (FIND_IN_SET(\'analysis\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries Ordered by Total Latency\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statement_analysis\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_errors_or_warnings\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Errors\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_errors_or_warnings\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_full_table_scans\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Full Table Scan\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_full_table_scans\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_sorting\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Sorting\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_sorting\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_temp_tables\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Internal Temporary Tables\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_temp_tables\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'custom\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries Using Custom View\') AS \'Next Output\';  IF (@sys.statement_performance_analyzer.view IS NULL) THEN SET @sys.statement_performance_analyzer.view = sys.sys_get_config(\'statement_performance_analyzer.view\', NULL); END IF; IF (@sys.statement_performance_analyzer.view IS NULL) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'The @sys.statement_performance_analyzer.view user variable must be set with the view or query to use.\'; END IF;  IF (NOT INSTR(@sys.statement_performance_analyzer.view, \' \')) THEN IF (NOT INSTR(@sys.statement_performance_analyzer.view, \'.\')) THEN SET v_custom_db   = DATABASE(), v_custom_name = @sys.statement_performance_analyzer.view; ELSE SET v_custom_db   = SUBSTRING_INDEX(@sys.statement_performance_analyzer.view, \'.\', 1); SET v_custom_name = SUBSTRING(@sys.statement_performance_analyzer.view, CHAR_LENGTH(v_custom_db)+2); END IF;  CALL sys.table_exists(v_custom_db, v_custom_name, v_custom_view_exists); IF (v_custom_view_exists <> \'VIEW\') THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'The @sys.statement_performance_analyzer.view user variable is set but specified neither an existing view nor a query.\'; END IF;  SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = v_custom_db AND TABLE_NAME = v_custom_name ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); ELSE SET v_sql = REPLACE(@sys.statement_performance_analyzer.view, \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table); END IF;  IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF;  CALL sys.execute_prepared_stmt(v_sql); END IF; END IF;  IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  IF (@log_bin = 1) THEN SET sql_log_bin = @log_bin; END IF; END'),('sys','table_exists','PROCEDURE','table_exists','SQL','CONTAINS_SQL','NO','INVOKER',' IN in_db VARCHAR(64), IN in_table VARCHAR(64), OUT out_exists ENUM(\'\', \'BASE TABLE\', \'VIEW\', \'TEMPORARY\') ','','BEGIN DECLARE v_error BOOLEAN DEFAULT FALSE; DECLARE CONTINUE HANDLER FOR 1050 SET v_error = TRUE; DECLARE CONTINUE HANDLER FOR 1146 SET v_error = TRUE;  SET out_exists = \'\';  IF (EXISTS(SELECT 1 FROM information_schema.TABLES WHERE TABLE_SCHEMA = in_db AND TABLE_NAME = in_table)) THEN SET @sys.tmp.table_exists.SQL = CONCAT(\'CREATE TEMPORARY TABLE `\', in_db, \'`.`\', in_table, \'` (id INT PRIMARY KEY)\'); PREPARE stmt_create_table FROM @sys.tmp.table_exists.SQL; EXECUTE stmt_create_table; DEALLOCATE PREPARE stmt_create_table; IF (v_error) THEN SET out_exists = \'TEMPORARY\'; ELSE SET @sys.tmp.table_exists.SQL = CONCAT(\'DROP TEMPORARY TABLE `\', in_db, \'`.`\', in_table, \'`\'); PREPARE stmt_drop_table FROM @sys.tmp.table_exists.SQL; EXECUTE stmt_drop_table; DEALLOCATE PREPARE stmt_drop_table; SET out_exists = (SELECT TABLE_TYPE FROM information_schema.TABLES WHERE TABLE_SCHEMA = in_db AND TABLE_NAME = in_table); END IF; ELSE SET @sys.tmp.table_exists.SQL = CONCAT(\'SELECT COUNT(*) FROM `\', in_db, \'`.`\', in_table, \'`\'); PREPARE stmt_select FROM @sys.tmp.table_exists.SQL; IF (NOT v_error) THEN DEALLOCATE PREPARE stmt_select; SET out_exists = \'TEMPORARY\'; END IF; END IF; END','mysql.sys@localhost','2022-06-07 09:20:42','2022-06-07 09:20:42','','\n Description\n \n Tests whether the table specified in in_db and in_table exists either as a regular\n table, or as a temporary table. The returned value corresponds to the table that\n will be used, so if there\'s both a temporary and a permanent table with the given\n name, then \'TEMPORARY\' will be returned.\n \n Parameters\n \n in_db (VARCHAR(64)):\n The database name to check for the existance of the table in.\n \n in_table (VARCHAR(64)):\n The name of the table to check the existance of.\n \n out_exists ENUM(\'\', \'BASE TABLE\', \'VIEW\', \'TEMPORARY\'):\n The return value: whether the table exists. The value is one of:\n * \'\'           - the table does not exist neither as a base table, view, nor temporary table.\n * \'BASE TABLE\' - the table name exists as a permanent base table table.\n * \'VIEW\'       - the table name exists as a view.\n * \'TEMPORARY\'  - the table name exists as a temporary table.\n \n Example\n \n mysql> CREATE DATABASE db1;\n Query OK, 1 row affected (0.07 sec)\n \n mysql> use db1;\n Database changed\n mysql> CREATE TABLE t1 (id INT PRIMARY KEY);\n Query OK, 0 rows affected (0.08 sec)\n \n mysql> CREATE TABLE t2 (id INT PRIMARY KEY);\n Query OK, 0 rows affected (0.08 sec)\n \n mysql> CREATE view v_t1 AS SELECT * FROM t1;\n Query OK, 0 rows affected (0.00 sec)\n \n mysql> CREATE TEMPORARY TABLE t1 (id INT PRIMARY KEY);\n Query OK, 0 rows affected (0.00 sec)\n \n mysql> CALL sys.table_exists(\'db1\', \'t1\', @exists); SELECT @exists;\n Query OK, 0 rows affected (0.00 sec)\n \n +------------+\n | @exists    |\n +------------+\n | TEMPORARY  |\n +------------+\n 1 row in set (0.00 sec)\n \n mysql> CALL sys.table_exists(\'db1\', \'t2\', @exists); SELECT @exists;\n Query OK, 0 rows affected (0.00 sec)\n \n +------------+\n | @exists    |\n +------------+\n | BASE TABLE |\n +------------+\n 1 row in set (0.01 sec)\n \n mysql> CALL sys.table_exists(\'db1\', \'v_t1\', @exists); SELECT @exists;\n Query OK, 0 rows affected (0.00 sec)\n \n +---------+\n | @exists |\n +---------+\n | VIEW    |\n +---------+\n 1 row in set (0.00 sec)\n \n mysql> CALL sys.table_exists(\'db1\', \'t3\', @exists); SELECT @exists;\n Query OK, 0 rows affected (0.01 sec)\n \n +---------+\n | @exists |\n +---------+\n |         |\n +---------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci','BEGIN DECLARE v_error BOOLEAN DEFAULT FALSE; DECLARE CONTINUE HANDLER FOR 1050 SET v_error = TRUE; DECLARE CONTINUE HANDLER FOR 1146 SET v_error = TRUE;  SET out_exists = \'\';  IF (EXISTS(SELECT 1 FROM information_schema.TABLES WHERE TABLE_SCHEMA = in_db AND TABLE_NAME = in_table)) THEN SET @sys.tmp.table_exists.SQL = CONCAT(\'CREATE TEMPORARY TABLE `\', in_db, \'`.`\', in_table, \'` (id INT PRIMARY KEY)\'); PREPARE stmt_create_table FROM @sys.tmp.table_exists.SQL; EXECUTE stmt_create_table; DEALLOCATE PREPARE stmt_create_table; IF (v_error) THEN SET out_exists = \'TEMPORARY\'; ELSE SET @sys.tmp.table_exists.SQL = CONCAT(\'DROP TEMPORARY TABLE `\', in_db, \'`.`\', in_table, \'`\'); PREPARE stmt_drop_table FROM @sys.tmp.table_exists.SQL; EXECUTE stmt_drop_table; DEALLOCATE PREPARE stmt_drop_table; SET out_exists = (SELECT TABLE_TYPE FROM information_schema.TABLES WHERE TABLE_SCHEMA = in_db AND TABLE_NAME = in_table); END IF; ELSE SET @sys.tmp.table_exists.SQL = CONCAT(\'SELECT COUNT(*) FROM `\', in_db, \'`.`\', in_table, \'`\'); PREPARE stmt_select FROM @sys.tmp.table_exists.SQL; IF (NOT v_error) THEN DEALLOCATE PREPARE stmt_select; SET out_exists = \'TEMPORARY\'; END IF; END IF; END');
+INSERT INTO `proc` VALUES ('sys','extract_schema_from_file_name','FUNCTION','extract_schema_from_file_name','SQL','NO_SQL','YES','INVOKER',_binary ' path VARCHAR(512) ',_binary 'varchar(64) CHARSET utf8',_binary 'BEGIN RETURN LEFT(SUBSTRING_INDEX(SUBSTRING_INDEX(REPLACE(path, \'\\\\\', \'/\'), \'/\', -2), \'/\', 1), 64); END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Takes a raw file path, and attempts to extract the schema name from it.\n \n Useful for when interacting with Performance Schema data \n concerning IO statistics, for example.\n \n Currently relies on the fact that a table data file will be within a \n specified database directory (will not work with partitions or tables\n that specify an individual DATA_DIRECTORY).\n \n Parameters\n \n path (VARCHAR(512)):\n The full file path to a data file to extract the schema name from.\n \n Returns\n \n VARCHAR(64)\n \n Example\n \n mysql> SELECT sys.extract_schema_from_file_name(\'/var/lib/mysql/employees/employee.ibd\');\n +----------------------------------------------------------------------------+\n | sys.extract_schema_from_file_name(\'/var/lib/mysql/employees/employee.ibd\') |\n +----------------------------------------------------------------------------+\n | employees                                                                  |\n +----------------------------------------------------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN RETURN LEFT(SUBSTRING_INDEX(SUBSTRING_INDEX(REPLACE(path, \'\\\', \'/\'), \'/\', -2), \'/\', 1), 64); END'),('sys','extract_table_from_file_name','FUNCTION','extract_table_from_file_name','SQL','NO_SQL','YES','INVOKER',_binary ' path VARCHAR(512) ',_binary 'varchar(64) CHARSET utf8',_binary 'BEGIN RETURN LEFT(SUBSTRING_INDEX(REPLACE(SUBSTRING_INDEX(REPLACE(path, \'\\\\\', \'/\'), \'/\', -1), \'@0024\', \'$\'), \'.\', 1), 64); END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Takes a raw file path, and extracts the table name from it.\n \n Useful for when interacting with Performance Schema data \n concerning IO statistics, for example.\n \n Parameters\n \n path (VARCHAR(512)):\n The full file path to a data file to extract the table name from.\n \n Returns\n \n VARCHAR(64)\n \n Example\n \n mysql> SELECT sys.extract_table_from_file_name(\'/var/lib/mysql/employees/employee.ibd\');\n +---------------------------------------------------------------------------+\n | sys.extract_table_from_file_name(\'/var/lib/mysql/employees/employee.ibd\') |\n +---------------------------------------------------------------------------+\n | employee                                                                  |\n +---------------------------------------------------------------------------+\n 1 row in set (0.02 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN RETURN LEFT(SUBSTRING_INDEX(REPLACE(SUBSTRING_INDEX(REPLACE(path, \'\\\', \'/\'), \'/\', -1), \'@0024\', \'$\'), \'.\', 1), 64); END'),('sys','format_bytes','FUNCTION','format_bytes','SQL','NO_SQL','YES','INVOKER',_binary ' bytes TEXT ',_binary 'text CHARSET utf8',_binary 'BEGIN IF bytes IS NULL THEN RETURN NULL; ELSEIF bytes >= 1125899906842624 THEN RETURN CONCAT(ROUND(bytes / 1125899906842624, 2), \' PiB\'); ELSEIF bytes >= 1099511627776 THEN RETURN CONCAT(ROUND(bytes / 1099511627776, 2), \' TiB\'); ELSEIF bytes >= 1073741824 THEN RETURN CONCAT(ROUND(bytes / 1073741824, 2), \' GiB\'); ELSEIF bytes >= 1048576 THEN RETURN CONCAT(ROUND(bytes / 1048576, 2), \' MiB\'); ELSEIF bytes >= 1024 THEN RETURN CONCAT(ROUND(bytes / 1024, 2), \' KiB\'); ELSE RETURN CONCAT(ROUND(bytes, 0), \' bytes\'); END IF; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Takes a raw bytes value, and converts it to a human readable format.\n \n Parameters\n \n bytes (TEXT):\n A raw bytes value.\n \n Returns\n \n TEXT\n \n Example\n \n mysql> SELECT sys.format_bytes(2348723492723746) AS size;\n +----------+\n | size     |\n +----------+\n | 2.09 PiB |\n +----------+\n 1 row in set (0.00 sec)\n \n mysql> SELECT sys.format_bytes(2348723492723) AS size;\n +----------+\n | size     |\n +----------+\n | 2.14 TiB |\n +----------+\n 1 row in set (0.00 sec)\n \n mysql> SELECT sys.format_bytes(23487234) AS size;\n +-----------+\n | size      |\n +-----------+\n | 22.40 MiB |\n +-----------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN IF bytes IS NULL THEN RETURN NULL; ELSEIF bytes >= 1125899906842624 THEN RETURN CONCAT(ROUND(bytes / 1125899906842624, 2), \' PiB\'); ELSEIF bytes >= 1099511627776 THEN RETURN CONCAT(ROUND(bytes / 1099511627776, 2), \' TiB\'); ELSEIF bytes >= 1073741824 THEN RETURN CONCAT(ROUND(bytes / 1073741824, 2), \' GiB\'); ELSEIF bytes >= 1048576 THEN RETURN CONCAT(ROUND(bytes / 1048576, 2), \' MiB\'); ELSEIF bytes >= 1024 THEN RETURN CONCAT(ROUND(bytes / 1024, 2), \' KiB\'); ELSE RETURN CONCAT(ROUND(bytes, 0), \' bytes\'); END IF; END'),('sys','format_path','FUNCTION','format_path','SQL','NO_SQL','YES','INVOKER',_binary ' in_path VARCHAR(512) ',_binary 'varchar(512) CHARSET utf8',_binary 'BEGIN DECLARE v_path VARCHAR(512); DECLARE v_undo_dir VARCHAR(1024);  DECLARE path_separator CHAR(1) DEFAULT \'/\';  IF @@global.version_compile_os LIKE \'win%\' THEN SET path_separator = \'\\\\\'; END IF;  IF in_path LIKE \'/private/%\' THEN SET v_path = REPLACE(in_path, \'/private\', \'\'); ELSE SET v_path = in_path; END IF;  SET v_undo_dir = IFNULL((SELECT VARIABLE_VALUE FROM performance_schema.global_variables WHERE VARIABLE_NAME = \'innodb_undo_directory\'), \'\');  IF v_path IS NULL THEN RETURN NULL; ELSEIF v_path LIKE CONCAT(@@global.datadir, IF(SUBSTRING(@@global.datadir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.datadir, CONCAT(\'@@datadir\', IF(SUBSTRING(@@global.datadir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.tmpdir, IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.tmpdir, CONCAT(\'@@tmpdir\', IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.slave_load_tmpdir, IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.slave_load_tmpdir, CONCAT(\'@@slave_load_tmpdir\', IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.innodb_data_home_dir, IF(SUBSTRING(@@global.innodb_data_home_dir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.innodb_data_home_dir, CONCAT(\'@@innodb_data_home_dir\', IF(SUBSTRING(@@global.innodb_data_home_dir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.innodb_log_group_home_dir, IF(SUBSTRING(@@global.innodb_log_group_home_dir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.innodb_log_group_home_dir, CONCAT(\'@@innodb_log_group_home_dir\', IF(SUBSTRING(@@global.innodb_log_group_home_dir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(v_undo_dir, IF(SUBSTRING(v_undo_dir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, v_undo_dir, CONCAT(\'@@innodb_undo_directory\', IF(SUBSTRING(v_undo_dir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.basedir, IF(SUBSTRING(@@global.basedir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.basedir, CONCAT(\'@@basedir\', IF(SUBSTRING(@@global.basedir, -1) = path_separator, path_separator, \'\'))); END IF;  RETURN v_path; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Takes a raw path value, and strips out the datadir or tmpdir\n replacing with @@datadir and @@tmpdir respectively.\n \n Also normalizes the paths across operating systems, so backslashes\n on Windows are converted to forward slashes\n \n Parameters\n \n path (VARCHAR(512)):\n The raw file path value to format.\n \n Returns\n \n VARCHAR(512) CHARSET UTF8\n \n Example\n \n mysql> select @@datadir;\n +-----------------------------------------------+\n | @@datadir                                     |\n +-----------------------------------------------+\n | /Users/mark/sandboxes/SmallTree/AMaster/data/ |\n +-----------------------------------------------+\n 1 row in set (0.06 sec)\n \n mysql> select format_path(\'/Users/mark/sandboxes/SmallTree/AMaster/data/mysql/proc.MYD\') AS path;\n +--------------------------+\n | path                     |\n +--------------------------+\n | @@datadir/mysql/proc.MYD |\n +--------------------------+\n 1 row in set (0.03 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_path VARCHAR(512); DECLARE v_undo_dir VARCHAR(1024);  DECLARE path_separator CHAR(1) DEFAULT \'/\';  IF @@global.version_compile_os LIKE \'win%\' THEN SET path_separator = \'\\\'; END IF;  IF in_path LIKE \'/private/%\' THEN SET v_path = REPLACE(in_path, \'/private\', \'\'); ELSE SET v_path = in_path; END IF;  SET v_undo_dir = IFNULL((SELECT VARIABLE_VALUE FROM performance_schema.global_variables WHERE VARIABLE_NAME = \'innodb_undo_directory\'), \'\');  IF v_path IS NULL THEN RETURN NULL; ELSEIF v_path LIKE CONCAT(@@global.datadir, IF(SUBSTRING(@@global.datadir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.datadir, CONCAT(\'@@datadir\', IF(SUBSTRING(@@global.datadir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.tmpdir, IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.tmpdir, CONCAT(\'@@tmpdir\', IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.slave_load_tmpdir, IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.slave_load_tmpdir, CONCAT(\'@@slave_load_tmpdir\', IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.innodb_data_home_dir, IF(SUBSTRING(@@global.innodb_data_home_dir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.innodb_data_home_dir, CONCAT(\'@@innodb_data_home_dir\', IF(SUBSTRING(@@global.innodb_data_home_dir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.innodb_log_group_home_dir, IF(SUBSTRING(@@global.innodb_log_group_home_dir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.innodb_log_group_home_dir, CONCAT(\'@@innodb_log_group_home_dir\', IF(SUBSTRING(@@global.innodb_log_group_home_dir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(v_undo_dir, IF(SUBSTRING(v_undo_dir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, v_undo_dir, CONCAT(\'@@innodb_undo_directory\', IF(SUBSTRING(v_undo_dir, -1) = path_separator, path_separator, \'\'))); ELSEIF v_path LIKE CONCAT(@@global.basedir, IF(SUBSTRING(@@global.basedir, -1) = path_separator, \'%\', CONCAT(path_separator, \'%\'))) ESCAPE \'|\' THEN SET v_path = REPLACE(v_path, @@global.basedir, CONCAT(\'@@basedir\', IF(SUBSTRING(@@global.basedir, -1) = path_separator, path_separator, \'\'))); END IF;  RETURN v_path; END'),('sys','format_statement','FUNCTION','format_statement','SQL','NO_SQL','YES','INVOKER',_binary ' statement LONGTEXT ',_binary 'longtext CHARSET utf8',_binary 'BEGIN IF @sys.statement_truncate_len IS NULL THEN SET @sys.statement_truncate_len = sys_get_config(\'statement_truncate_len\', 64); END IF;  IF CHAR_LENGTH(statement) > @sys.statement_truncate_len THEN RETURN REPLACE(CONCAT(LEFT(statement, (@sys.statement_truncate_len/2)-2), \' ... \', RIGHT(statement, (@sys.statement_truncate_len/2)-2)), \'\\n\', \' \'); ELSE  RETURN REPLACE(statement, \'\\n\', \' \'); END IF; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Formats a normalized statement, truncating it if it is > 64 characters long by default.\n \n To configure the length to truncate the statement to by default, update the `statement_truncate_len`\n variable with `sys_config` table to a different value. Alternatively, to change it just for just \n your particular session, use `SET @sys.statement_truncate_len := <some new value>`.\n \n Useful for printing statement related data from Performance Schema from \n the command line.\n \n Parameters\n \n statement (LONGTEXT): \n The statement to format.\n \n Returns\n \n LONGTEXT\n \n Example\n \n mysql> SELECT sys.format_statement(digest_text)\n ->   FROM performance_schema.events_statements_summary_by_digest\n ->  ORDER by sum_timer_wait DESC limit 5;\n +-------------------------------------------------------------------+\n | sys.format_statement(digest_text)                                 |\n +-------------------------------------------------------------------+\n | CREATE SQL SECURITY INVOKER VI ... KE ? AND `variable_value` > ?  |\n | CREATE SQL SECURITY INVOKER VI ... ait` IS NOT NULL , `esc` . ... |\n | CREATE SQL SECURITY INVOKER VI ... ait` IS NOT NULL , `sys` . ... |\n | CREATE SQL SECURITY INVOKER VI ...  , `compressed_size` ) ) DESC  |\n | CREATE SQL SECURITY INVOKER VI ... LIKE ? ORDER BY `timer_start`  |\n +-------------------------------------------------------------------+\n 5 rows in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN IF @sys.statement_truncate_len IS NULL THEN SET @sys.statement_truncate_len = sys_get_config(\'statement_truncate_len\', 64); END IF;  IF CHAR_LENGTH(statement) > @sys.statement_truncate_len THEN RETURN REPLACE(CONCAT(LEFT(statement, (@sys.statement_truncate_len/2)-2), \' ... \', RIGHT(statement, (@sys.statement_truncate_len/2)-2)), \'\n\', \' \'); ELSE  RETURN REPLACE(statement, \'\n\', \' \'); END IF; END'),('sys','format_time','FUNCTION','format_time','SQL','NO_SQL','YES','INVOKER',_binary ' picoseconds TEXT ',_binary 'text CHARSET utf8',_binary 'BEGIN IF picoseconds IS NULL THEN RETURN NULL; ELSEIF picoseconds >= 604800000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 604800000000000000, 2), \' w\'); ELSEIF picoseconds >= 86400000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 86400000000000000, 2), \' d\'); ELSEIF picoseconds >= 3600000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 3600000000000000, 2), \' h\'); ELSEIF picoseconds >= 60000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 60000000000000, 2), \' m\'); ELSEIF picoseconds >= 1000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000000, 2), \' s\'); ELSEIF picoseconds >= 1000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000, 2), \' ms\'); ELSEIF picoseconds >= 1000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000, 2), \' us\'); ELSEIF picoseconds >= 1000 THEN RETURN CONCAT(ROUND(picoseconds / 1000, 2), \' ns\'); ELSE RETURN CONCAT(picoseconds, \' ps\'); END IF; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Takes a raw picoseconds value, and converts it to a human readable form.\n \n Picoseconds are the precision that all latency values are printed in\n within Performance Schema, however are not user friendly when wanting\n to scan output from the command line.\n \n Parameters\n \n picoseconds (TEXT):\n The raw picoseconds value to convert.\n \n Returns\n \n TEXT\n \n Example\n \n mysql> select format_time(342342342342345);\n +------------------------------+\n | format_time(342342342342345) |\n +------------------------------+\n | 00:05:42                     |\n +------------------------------+\n 1 row in set (0.00 sec)\n \n mysql> select format_time(342342342);\n +------------------------+\n | format_time(342342342) |\n +------------------------+\n | 342.34 us              |\n +------------------------+\n 1 row in set (0.00 sec)\n \n mysql> select format_time(34234);\n +--------------------+\n | format_time(34234) |\n +--------------------+\n | 34.23 ns           |\n +--------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN IF picoseconds IS NULL THEN RETURN NULL; ELSEIF picoseconds >= 604800000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 604800000000000000, 2), \' w\'); ELSEIF picoseconds >= 86400000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 86400000000000000, 2), \' d\'); ELSEIF picoseconds >= 3600000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 3600000000000000, 2), \' h\'); ELSEIF picoseconds >= 60000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 60000000000000, 2), \' m\'); ELSEIF picoseconds >= 1000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000000, 2), \' s\'); ELSEIF picoseconds >= 1000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000, 2), \' ms\'); ELSEIF picoseconds >= 1000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000, 2), \' us\'); ELSEIF picoseconds >= 1000 THEN RETURN CONCAT(ROUND(picoseconds / 1000, 2), \' ns\'); ELSE RETURN CONCAT(picoseconds, \' ps\'); END IF; END'),('sys','list_add','FUNCTION','list_add','SQL','CONTAINS_SQL','YES','INVOKER',_binary ' in_list TEXT, in_add_value TEXT ',_binary 'text CHARSET utf8',_binary 'BEGIN  IF (in_add_value IS NULL) THEN SIGNAL SQLSTATE \'02200\' SET MESSAGE_TEXT = \'Function sys.list_add: in_add_value input variable should not be NULL\', MYSQL_ERRNO = 1138; END IF;  IF (in_list IS NULL OR LENGTH(in_list) = 0) THEN RETURN in_add_value; END IF;  RETURN (SELECT CONCAT(TRIM(BOTH \',\' FROM TRIM(in_list)), \',\', in_add_value));  END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Takes a list, and a value to add to the list, and returns the resulting list.\n \n Useful for altering certain session variables, like sql_mode or optimizer_switch for instance.\n \n Parameters\n \n in_list (TEXT):\n The comma separated list to add a value to\n \n in_add_value (TEXT):\n The value to add to the input list\n \n Returns\n \n TEXT\n \n Example\n \n mysql> select @@sql_mode;\n +-----------------------------------------------------------------------------------+\n | @@sql_mode                                                                        |\n +-----------------------------------------------------------------------------------+\n | ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |\n +-----------------------------------------------------------------------------------+\n 1 row in set (0.00 sec)\n \n mysql> set sql_mode = sys.list_add(@@sql_mode, \'ANSI_QUOTES\');\n Query OK, 0 rows affected (0.06 sec)\n \n mysql> select @@sql_mode;\n +-----------------------------------------------------------------------------------------------+\n | @@sql_mode                                                                                    |\n +-----------------------------------------------------------------------------------------------+\n | ANSI_QUOTES,ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |\n +-----------------------------------------------------------------------------------------------+\n 1 row in set (0.00 sec)\n \n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN  IF (in_add_value IS NULL) THEN SIGNAL SQLSTATE \'02200\' SET MESSAGE_TEXT = \'Function sys.list_add: in_add_value input variable should not be NULL\', MYSQL_ERRNO = 1138; END IF;  IF (in_list IS NULL OR LENGTH(in_list) = 0) THEN RETURN in_add_value; END IF;  RETURN (SELECT CONCAT(TRIM(BOTH \',\' FROM TRIM(in_list)), \',\', in_add_value));  END'),('sys','list_drop','FUNCTION','list_drop','SQL','CONTAINS_SQL','YES','INVOKER',_binary ' in_list TEXT, in_drop_value TEXT ',_binary 'text CHARSET utf8',_binary 'BEGIN  IF (in_drop_value IS NULL) THEN SIGNAL SQLSTATE \'02200\' SET MESSAGE_TEXT = \'Function sys.list_drop: in_drop_value input variable should not be NULL\', MYSQL_ERRNO = 1138; END IF;  IF (in_list IS NULL OR LENGTH(in_list) = 0) THEN RETURN in_list; END IF;  RETURN (SELECT TRIM(BOTH \',\' FROM REPLACE(REPLACE(CONCAT(\',\', in_list), CONCAT(\',\', in_drop_value), \'\'), CONCAT(\', \', in_drop_value), \'\')));  END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Takes a list, and a value to attempt to remove from the list, and returns the resulting list.\n \n Useful for altering certain session variables, like sql_mode or optimizer_switch for instance.\n \n Parameters\n \n in_list (TEXT):\n The comma separated list to drop a value from\n \n in_drop_value (TEXT):\n The value to drop from the input list\n \n Returns\n \n TEXT\n \n Example\n \n mysql> select @@sql_mode;\n +-----------------------------------------------------------------------------------------------+\n | @@sql_mode                                                                                    |\n +-----------------------------------------------------------------------------------------------+\n | ANSI_QUOTES,ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |\n +-----------------------------------------------------------------------------------------------+\n 1 row in set (0.00 sec)\n \n mysql> set sql_mode = sys.list_drop(@@sql_mode, \'ONLY_FULL_GROUP_BY\');\n Query OK, 0 rows affected (0.03 sec)\n \n mysql> select @@sql_mode;\n +----------------------------------------------------------------------------+\n | @@sql_mode                                                                 |\n +----------------------------------------------------------------------------+\n | ANSI_QUOTES,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |\n +----------------------------------------------------------------------------+\n 1 row in set (0.00 sec)\n \n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN  IF (in_drop_value IS NULL) THEN SIGNAL SQLSTATE \'02200\' SET MESSAGE_TEXT = \'Function sys.list_drop: in_drop_value input variable should not be NULL\', MYSQL_ERRNO = 1138; END IF;  IF (in_list IS NULL OR LENGTH(in_list) = 0) THEN RETURN in_list; END IF;  RETURN (SELECT TRIM(BOTH \',\' FROM REPLACE(REPLACE(CONCAT(\',\', in_list), CONCAT(\',\', in_drop_value), \'\'), CONCAT(\', \', in_drop_value), \'\')));  END'),('sys','ps_is_account_enabled','FUNCTION','ps_is_account_enabled','SQL','READS_SQL_DATA','YES','INVOKER',_binary ' in_host VARCHAR(60),  in_user VARCHAR(32) ',_binary 'enum(\'YES\',\'NO\') CHARSET utf8',_binary 'BEGIN RETURN IF(EXISTS(SELECT 1 FROM performance_schema.setup_actors WHERE (`HOST` = \'%\' OR in_host LIKE `HOST`) AND (`USER` = \'%\' OR `USER` = in_user) AND (`ENABLED` = \'YES\') ), \'YES\', \'NO\' ); END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Determines whether instrumentation of an account is enabled \n within Performance Schema.\n \n Parameters\n \n in_host VARCHAR(60): \n The hostname of the account to check.\n in_user VARCHAR(32):\n The username of the account to check.\n \n Returns\n \n ENUM(\'YES\', \'NO\', \'PARTIAL\')\n \n Example\n \n mysql> SELECT sys.ps_is_account_enabled(\'localhost\', \'root\');\n +------------------------------------------------+\n | sys.ps_is_account_enabled(\'localhost\', \'root\') |\n +------------------------------------------------+\n | YES                                            |\n +------------------------------------------------+\n 1 row in set (0.01 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN RETURN IF(EXISTS(SELECT 1 FROM performance_schema.setup_actors WHERE (`HOST` = \'%\' OR in_host LIKE `HOST`) AND (`USER` = \'%\' OR `USER` = in_user) AND (`ENABLED` = \'YES\') ), \'YES\', \'NO\' ); END'),('sys','ps_is_consumer_enabled','FUNCTION','ps_is_consumer_enabled','SQL','READS_SQL_DATA','YES','INVOKER',_binary ' in_consumer varchar(64) ',_binary 'enum(\'YES\',\'NO\') CHARSET utf8',_binary 'BEGIN DECLARE v_is_enabled ENUM(\'YES\', \'NO\') DEFAULT NULL; DECLARE v_error_msg VARCHAR(128);  IF (in_consumer IS NULL) THEN RETURN NULL; END IF;  SET v_is_enabled = ( SELECT (CASE WHEN c.NAME = \'global_instrumentation\' THEN c.ENABLED WHEN c.NAME = \'thread_instrumentation\' THEN IF(cg.ENABLED = \'YES\' AND c.ENABLED = \'YES\', \'YES\', \'NO\') WHEN c.NAME LIKE \'%\\_digest\'           THEN IF(cg.ENABLED = \'YES\' AND c.ENABLED = \'YES\', \'YES\', \'NO\') WHEN c.NAME LIKE \'%\\_current\'          THEN IF(cg.ENABLED = \'YES\' AND ct.ENABLED = \'YES\' AND c.ENABLED = \'YES\', \'YES\', \'NO\') ELSE IF(cg.ENABLED = \'YES\' AND ct.ENABLED = \'YES\' AND c.ENABLED = \'YES\' AND ( SELECT cc.ENABLED FROM performance_schema.setup_consumers cc WHERE NAME = CONCAT(SUBSTRING_INDEX(c.NAME, \'_\', 2), \'_current\') ) = \'YES\', \'YES\', \'NO\') END) AS IsEnabled FROM performance_schema.setup_consumers c INNER JOIN performance_schema.setup_consumers cg INNER JOIN performance_schema.setup_consumers ct WHERE cg.NAME       = \'global_instrumentation\' AND ct.NAME   = \'thread_instrumentation\' AND c.NAME    = in_consumer );  IF (v_is_enabled IS NOT NULL) THEN RETURN v_is_enabled; ELSE SET v_error_msg = CONCAT(\'Invalid argument error: \', in_consumer, \' in function sys.ps_is_consumer_enabled.\'); SIGNAL SQLSTATE \'HY000\' SET MESSAGE_TEXT = v_error_msg, MYSQL_ERRNO  = 3047; END IF; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Determines whether a consumer is enabled (taking the consumer hierarchy into consideration)\n within the Performance Schema.\n \n An exception with errno 3047 is thrown if an unknown consumer name is passed to the function.\n A consumer name of NULL returns NULL.\n \n Parameters\n \n in_consumer VARCHAR(64): \n The name of the consumer to check.\n \n Returns\n \n ENUM(\'YES\', \'NO\')\n \n Example\n \n mysql> SELECT sys.ps_is_consumer_enabled(\'events_stages_history\');\n +-----------------------------------------------------+\n | sys.ps_is_consumer_enabled(\'events_stages_history\') |\n +-----------------------------------------------------+\n | NO                                                  |\n +-----------------------------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_is_enabled ENUM(\'YES\', \'NO\') DEFAULT NULL; DECLARE v_error_msg VARCHAR(128);  IF (in_consumer IS NULL) THEN RETURN NULL; END IF;  SET v_is_enabled = ( SELECT (CASE WHEN c.NAME = \'global_instrumentation\' THEN c.ENABLED WHEN c.NAME = \'thread_instrumentation\' THEN IF(cg.ENABLED = \'YES\' AND c.ENABLED = \'YES\', \'YES\', \'NO\') WHEN c.NAME LIKE \'%\\_digest\'           THEN IF(cg.ENABLED = \'YES\' AND c.ENABLED = \'YES\', \'YES\', \'NO\') WHEN c.NAME LIKE \'%\\_current\'          THEN IF(cg.ENABLED = \'YES\' AND ct.ENABLED = \'YES\' AND c.ENABLED = \'YES\', \'YES\', \'NO\') ELSE IF(cg.ENABLED = \'YES\' AND ct.ENABLED = \'YES\' AND c.ENABLED = \'YES\' AND ( SELECT cc.ENABLED FROM performance_schema.setup_consumers cc WHERE NAME = CONCAT(SUBSTRING_INDEX(c.NAME, \'_\', 2), \'_current\') ) = \'YES\', \'YES\', \'NO\') END) AS IsEnabled FROM performance_schema.setup_consumers c INNER JOIN performance_schema.setup_consumers cg INNER JOIN performance_schema.setup_consumers ct WHERE cg.NAME       = \'global_instrumentation\' AND ct.NAME   = \'thread_instrumentation\' AND c.NAME    = in_consumer );  IF (v_is_enabled IS NOT NULL) THEN RETURN v_is_enabled; ELSE SET v_error_msg = CONCAT(\'Invalid argument error: \', in_consumer, \' in function sys.ps_is_consumer_enabled.\'); SIGNAL SQLSTATE \'HY000\' SET MESSAGE_TEXT = v_error_msg, MYSQL_ERRNO  = 3047; END IF; END'),('sys','ps_is_instrument_default_enabled','FUNCTION','ps_is_instrument_default_enabled','SQL','READS_SQL_DATA','YES','INVOKER',_binary ' in_instrument VARCHAR(128) ',_binary 'enum(\'YES\',\'NO\') CHARSET utf8',_binary 'BEGIN DECLARE v_enabled ENUM(\'YES\', \'NO\');  SET v_enabled = IF(in_instrument LIKE \'wait/io/file/%\' OR in_instrument LIKE \'wait/io/table/%\' OR in_instrument LIKE \'statement/%\' OR in_instrument LIKE \'memory/performance_schema/%\' OR in_instrument IN (\'wait/lock/table/sql/handler\', \'idle\')  OR in_instrument LIKE \'stage/innodb/%\' OR in_instrument = \'stage/sql/copy to tmp table\'  , \'YES\', \'NO\' );  RETURN v_enabled; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Returns whether an instrument is enabled by default in this version of MySQL.\n \n Parameters\n \n in_instrument VARCHAR(128): \n The instrument to check.\n \n Returns\n \n ENUM(\'YES\', \'NO\')\n \n Example\n \n mysql> SELECT sys.ps_is_instrument_default_enabled(\'statement/sql/select\');\n +--------------------------------------------------------------+\n | sys.ps_is_instrument_default_enabled(\'statement/sql/select\') |\n +--------------------------------------------------------------+\n | YES                                                          |\n +--------------------------------------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_enabled ENUM(\'YES\', \'NO\');  SET v_enabled = IF(in_instrument LIKE \'wait/io/file/%\' OR in_instrument LIKE \'wait/io/table/%\' OR in_instrument LIKE \'statement/%\' OR in_instrument LIKE \'memory/performance_schema/%\' OR in_instrument IN (\'wait/lock/table/sql/handler\', \'idle\')  OR in_instrument LIKE \'stage/innodb/%\' OR in_instrument = \'stage/sql/copy to tmp table\'  , \'YES\', \'NO\' );  RETURN v_enabled; END'),('sys','ps_is_instrument_default_timed','FUNCTION','ps_is_instrument_default_timed','SQL','READS_SQL_DATA','YES','INVOKER',_binary ' in_instrument VARCHAR(128) ',_binary 'enum(\'YES\',\'NO\') CHARSET utf8',_binary 'BEGIN DECLARE v_timed ENUM(\'YES\', \'NO\');  SET v_timed = IF(in_instrument LIKE \'wait/io/file/%\' OR in_instrument LIKE \'wait/io/table/%\' OR in_instrument LIKE \'statement/%\' OR in_instrument IN (\'wait/lock/table/sql/handler\', \'idle\')  OR in_instrument LIKE \'stage/innodb/%\' OR in_instrument = \'stage/sql/copy to tmp table\'  , \'YES\', \'NO\' );  RETURN v_timed; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Returns whether an instrument is timed by default in this version of MySQL.\n \n Parameters\n \n in_instrument VARCHAR(128): \n The instrument to check.\n \n Returns\n \n ENUM(\'YES\', \'NO\')\n \n Example\n \n mysql> SELECT sys.ps_is_instrument_default_timed(\'statement/sql/select\');\n +------------------------------------------------------------+\n | sys.ps_is_instrument_default_timed(\'statement/sql/select\') |\n +------------------------------------------------------------+\n | YES                                                        |\n +------------------------------------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_timed ENUM(\'YES\', \'NO\');  SET v_timed = IF(in_instrument LIKE \'wait/io/file/%\' OR in_instrument LIKE \'wait/io/table/%\' OR in_instrument LIKE \'statement/%\' OR in_instrument IN (\'wait/lock/table/sql/handler\', \'idle\')  OR in_instrument LIKE \'stage/innodb/%\' OR in_instrument = \'stage/sql/copy to tmp table\'  , \'YES\', \'NO\' );  RETURN v_timed; END'),('sys','ps_is_thread_instrumented','FUNCTION','ps_is_thread_instrumented','SQL','READS_SQL_DATA','NO','INVOKER',_binary ' in_connection_id BIGINT UNSIGNED ',_binary 'enum(\'YES\',\'NO\',\'UNKNOWN\') CHARSET utf8',_binary 'BEGIN DECLARE v_enabled ENUM(\'YES\', \'NO\', \'UNKNOWN\');  IF (in_connection_id IS NULL) THEN RETURN NULL; END IF;  SELECT INSTRUMENTED INTO v_enabled FROM performance_schema.threads  WHERE PROCESSLIST_ID = in_connection_id;  IF (v_enabled IS NULL) THEN RETURN \'UNKNOWN\'; ELSE RETURN v_enabled; END IF; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Checks whether the provided connection id is instrumented within Performance Schema.\n \n Parameters\n \n in_connection_id (BIGINT UNSIGNED):\n The id of the connection to check.\n \n Returns\n \n ENUM(\'YES\', \'NO\', \'UNKNOWN\')\n \n Example\n \n mysql> SELECT sys.ps_is_thread_instrumented(CONNECTION_ID());\n +------------------------------------------------+\n | sys.ps_is_thread_instrumented(CONNECTION_ID()) |\n +------------------------------------------------+\n | YES                                            |\n +------------------------------------------------+\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_enabled ENUM(\'YES\', \'NO\', \'UNKNOWN\');  IF (in_connection_id IS NULL) THEN RETURN NULL; END IF;  SELECT INSTRUMENTED INTO v_enabled FROM performance_schema.threads  WHERE PROCESSLIST_ID = in_connection_id;  IF (v_enabled IS NULL) THEN RETURN \'UNKNOWN\'; ELSE RETURN v_enabled; END IF; END'),('sys','ps_thread_id','FUNCTION','ps_thread_id','SQL','READS_SQL_DATA','NO','INVOKER',_binary ' in_connection_id BIGINT UNSIGNED ',_binary 'bigint(20) unsigned',_binary 'BEGIN RETURN (SELECT THREAD_ID FROM `performance_schema`.`threads` WHERE PROCESSLIST_ID = IFNULL(in_connection_id, CONNECTION_ID()) ); END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Return the Performance Schema THREAD_ID for the specified connection ID.\n \n Parameters\n \n in_connection_id (BIGINT UNSIGNED):\n The id of the connection to return the thread id for. If NULL, the current\n connection thread id is returned.\n \n Example\n \n mysql> SELECT sys.ps_thread_id(79);\n +----------------------+\n | sys.ps_thread_id(79) |\n +----------------------+\n |                   98 |\n +----------------------+\n 1 row in set (0.00 sec)\n \n mysql> SELECT sys.ps_thread_id(CONNECTION_ID());\n +-----------------------------------+\n | sys.ps_thread_id(CONNECTION_ID()) |\n +-----------------------------------+\n |                                98 |\n +-----------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN RETURN (SELECT THREAD_ID FROM `performance_schema`.`threads` WHERE PROCESSLIST_ID = IFNULL(in_connection_id, CONNECTION_ID()) ); END'),('sys','ps_thread_account','FUNCTION','ps_thread_account','SQL','READS_SQL_DATA','NO','INVOKER',_binary ' in_thread_id BIGINT UNSIGNED ',_binary 'text CHARSET utf8',_binary 'BEGIN RETURN (SELECT IF( type = \'FOREGROUND\', CONCAT(processlist_user, \'@\', processlist_host), type ) AS account FROM `performance_schema`.`threads` WHERE thread_id = in_thread_id); END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Return the user@host account for the given Performance Schema thread id.\n \n Parameters\n \n in_thread_id (BIGINT UNSIGNED):\n The id of the thread to return the account for.\n \n Example\n \n mysql> select thread_id, processlist_user, processlist_host from performance_schema.threads where type = \'foreground\';\n +-----------+------------------+------------------+\n | thread_id | processlist_user | processlist_host |\n +-----------+------------------+------------------+\n |        23 | NULL             | NULL             |\n |        30 | root             | localhost        |\n |        31 | msandbox         | localhost        |\n |        32 | msandbox         | localhost        |\n +-----------+------------------+------------------+\n 4 rows in set (0.00 sec)\n \n mysql> select sys.ps_thread_account(31);\n +---------------------------+\n | sys.ps_thread_account(31) |\n +---------------------------+\n | msandbox@localhost        |\n +---------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN RETURN (SELECT IF( type = \'FOREGROUND\', CONCAT(processlist_user, \'@\', processlist_host), type ) AS account FROM `performance_schema`.`threads` WHERE thread_id = in_thread_id); END'),('sys','ps_thread_stack','FUNCTION','ps_thread_stack','SQL','READS_SQL_DATA','NO','INVOKER',_binary ' thd_id BIGINT UNSIGNED, debug BOOLEAN ',_binary 'longtext CHARSET latin1',_binary 'BEGIN  DECLARE json_objects LONGTEXT;   UPDATE performance_schema.threads SET instrumented = \'NO\' WHERE processlist_id = CONNECTION_ID();   SET SESSION group_concat_max_len=@@global.max_allowed_packet;  SELECT GROUP_CONCAT(CONCAT( \'{\' , CONCAT_WS( \', \' , CONCAT(\'\"nesting_event_id\": \"\', IF(nesting_event_id IS NULL, \'0\', nesting_event_id), \'\"\') , CONCAT(\'\"event_id\": \"\', event_id, \'\"\') , CONCAT( \'\"timer_wait\": \', ROUND(timer_wait/1000000, 2))   , CONCAT( \'\"event_info\": \"\' , CASE WHEN event_name NOT LIKE \'wait/io%\' THEN REPLACE(SUBSTRING_INDEX(event_name, \'/\', -2), \'\\\\\', \'\\\\\\\\\') WHEN event_name NOT LIKE \'wait/io/file%\' OR event_name NOT LIKE \'wait/io/socket%\' THEN REPLACE(SUBSTRING_INDEX(event_name, \'/\', -4), \'\\\\\', \'\\\\\\\\\') ELSE event_name END , \'\"\' ) , CONCAT( \'\"wait_info\": \"\', IFNULL(wait_info, \'\'), \'\"\') , CONCAT( \'\"source\": \"\', IF(true AND event_name LIKE \'wait%\', IFNULL(wait_info, \'\'), \'\'), \'\"\') , CASE  WHEN event_name LIKE \'wait/io/file%\'      THEN \'\"event_type\": \"io/file\"\' WHEN event_name LIKE \'wait/io/table%\'     THEN \'\"event_type\": \"io/table\"\' WHEN event_name LIKE \'wait/io/socket%\'    THEN \'\"event_type\": \"io/socket\"\' WHEN event_name LIKE \'wait/synch/mutex%\'  THEN \'\"event_type\": \"synch/mutex\"\' WHEN event_name LIKE \'wait/synch/cond%\'   THEN \'\"event_type\": \"synch/cond\"\' WHEN event_name LIKE \'wait/synch/rwlock%\' THEN \'\"event_type\": \"synch/rwlock\"\' WHEN event_name LIKE \'wait/lock%\'         THEN \'\"event_type\": \"lock\"\' WHEN event_name LIKE \'statement/%\'        THEN \'\"event_type\": \"stmt\"\' WHEN event_name LIKE \'stage/%\'            THEN \'\"event_type\": \"stage\"\' WHEN event_name LIKE \'%idle%\'             THEN \'\"event_type\": \"idle\"\' ELSE \'\'  END                    ) , \'}\' ) ORDER BY event_id ASC SEPARATOR \',\') event INTO json_objects FROM (  (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id,  CONCAT(sql_text, \'\\\\n\', \'errors: \', errors, \'\\\\n\', \'warnings: \', warnings, \'\\\\n\', \'lock time: \', ROUND(lock_time/1000000, 2),\'us\\\\n\', \'rows affected: \', rows_affected, \'\\\\n\', \'rows sent: \', rows_sent, \'\\\\n\', \'rows examined: \', rows_examined, \'\\\\n\', \'tmp tables: \', created_tmp_tables, \'\\\\n\', \'tmp disk tables: \', created_tmp_disk_tables, \'\\\\n\', \'select scan: \', select_scan, \'\\\\n\', \'select full join: \', select_full_join, \'\\\\n\', \'select full range join: \', select_full_range_join, \'\\\\n\', \'select range: \', select_range, \'\\\\n\', \'select range check: \', select_range_check, \'\\\\n\',  \'sort merge passes: \', sort_merge_passes, \'\\\\n\', \'sort rows: \', sort_rows, \'\\\\n\', \'sort range: \', sort_range, \'\\\\n\', \'sort scan: \', sort_scan, \'\\\\n\', \'no index used: \', IF(no_index_used, \'TRUE\', \'FALSE\'), \'\\\\n\', \'no good index used: \', IF(no_good_index_used, \'TRUE\', \'FALSE\'), \'\\\\n\' ) AS wait_info FROM performance_schema.events_statements_history_long WHERE thread_id = thd_id) UNION  (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id, null AS wait_info FROM performance_schema.events_stages_history_long WHERE thread_id = thd_id)  UNION  (SELECT thread_id, event_id,  CONCAT(event_name ,  IF(event_name NOT LIKE \'wait/synch/mutex%\', IFNULL(CONCAT(\' - \', operation), \'\'), \'\'),  IF(number_of_bytes IS NOT NULL, CONCAT(\' \', number_of_bytes, \' bytes\'), \'\'), IF(event_name LIKE \'wait/io/file%\', \'\\\\n\', \'\'), IF(object_schema IS NOT NULL, CONCAT(\'\\\\nObject: \', object_schema, \'.\'), \'\'),  IF(object_name IS NOT NULL,  IF (event_name LIKE \'wait/io/socket%\', CONCAT(IF (object_name LIKE \':0%\', @@socket, object_name)), object_name), \'\'),  IF(index_name IS NOT NULL, CONCAT(\' Index: \', index_name), \'\'), \'\\\\n\' ) AS event_name, timer_wait, timer_start, nesting_event_id, source AS wait_info FROM performance_schema.events_waits_history_long WHERE thread_id = thd_id)) events  ORDER BY event_id;  RETURN CONCAT(\'{\',  CONCAT_WS(\',\',  \'\"rankdir\": \"LR\"\', \'\"nodesep\": \"0.10\"\', CONCAT(\'\"stack_created\": \"\', NOW(), \'\"\'), CONCAT(\'\"mysql_version\": \"\', VERSION(), \'\"\'), CONCAT(\'\"mysql_user\": \"\', CURRENT_USER(), \'\"\'), CONCAT(\'\"events\": [\', IFNULL(json_objects,\'\'), \']\') ), \'}\');  END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Outputs a JSON formatted stack of all statements, stages and events\n within Performance Schema for the specified thread.\n \n Parameters\n \n thd_id (BIGINT UNSIGNED):\n The id of the thread to trace. This should match the thread_id\n column from the performance_schema.threads table.\n in_verbose (BOOLEAN):\n Include file:lineno information in the events.\n \n Example\n \n (line separation added for output)\n \n mysql> SELECT sys.ps_thread_stack(37, FALSE) AS thread_stack\\G\n *************************** 1. row ***************************\n thread_stack: {\"rankdir\": \"LR\",\"nodesep\": \"0.10\",\"stack_created\": \"2014-02-19 13:39:03\",\n \"mysql_version\": \"5.7.3-m13\",\"mysql_user\": \"root@localhost\",\"events\": \n [{\"nesting_event_id\": \"0\", \"event_id\": \"10\", \"timer_wait\": 256.35, \"event_info\": \n \"sql/select\", \"wait_info\": \"select @@version_comment limit 1\\nerrors: 0\\nwarnings: 0\\nlock time:\n ...\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN  DECLARE json_objects LONGTEXT;   UPDATE performance_schema.threads SET instrumented = \'NO\' WHERE processlist_id = CONNECTION_ID();   SET SESSION group_concat_max_len=@@global.max_allowed_packet;  SELECT GROUP_CONCAT(CONCAT( \'{\' , CONCAT_WS( \', \' , CONCAT(\'\"nesting_event_id\": \"\', IF(nesting_event_id IS NULL, \'0\', nesting_event_id), \'\"\') , CONCAT(\'\"event_id\": \"\', event_id, \'\"\') , CONCAT( \'\"timer_wait\": \', ROUND(timer_wait/1000000, 2))   , CONCAT( \'\"event_info\": \"\' , CASE WHEN event_name NOT LIKE \'wait/io%\' THEN REPLACE(SUBSTRING_INDEX(event_name, \'/\', -2), \'\\\', \'\\\\\') WHEN event_name NOT LIKE \'wait/io/file%\' OR event_name NOT LIKE \'wait/io/socket%\' THEN REPLACE(SUBSTRING_INDEX(event_name, \'/\', -4), \'\\\', \'\\\\\') ELSE event_name END , \'\"\' ) , CONCAT( \'\"wait_info\": \"\', IFNULL(wait_info, \'\'), \'\"\') , CONCAT( \'\"source\": \"\', IF(true AND event_name LIKE \'wait%\', IFNULL(wait_info, \'\'), \'\'), \'\"\') , CASE  WHEN event_name LIKE \'wait/io/file%\'      THEN \'\"event_type\": \"io/file\"\' WHEN event_name LIKE \'wait/io/table%\'     THEN \'\"event_type\": \"io/table\"\' WHEN event_name LIKE \'wait/io/socket%\'    THEN \'\"event_type\": \"io/socket\"\' WHEN event_name LIKE \'wait/synch/mutex%\'  THEN \'\"event_type\": \"synch/mutex\"\' WHEN event_name LIKE \'wait/synch/cond%\'   THEN \'\"event_type\": \"synch/cond\"\' WHEN event_name LIKE \'wait/synch/rwlock%\' THEN \'\"event_type\": \"synch/rwlock\"\' WHEN event_name LIKE \'wait/lock%\'         THEN \'\"event_type\": \"lock\"\' WHEN event_name LIKE \'statement/%\'        THEN \'\"event_type\": \"stmt\"\' WHEN event_name LIKE \'stage/%\'            THEN \'\"event_type\": \"stage\"\' WHEN event_name LIKE \'%idle%\'             THEN \'\"event_type\": \"idle\"\' ELSE \'\'  END                    ) , \'}\' ) ORDER BY event_id ASC SEPARATOR \',\') event INTO json_objects FROM (  (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id,  CONCAT(sql_text, \'\\n\', \'errors: \', errors, \'\\n\', \'warnings: \', warnings, \'\\n\', \'lock time: \', ROUND(lock_time/1000000, 2),\'us\\n\', \'rows affected: \', rows_affected, \'\\n\', \'rows sent: \', rows_sent, \'\\n\', \'rows examined: \', rows_examined, \'\\n\', \'tmp tables: \', created_tmp_tables, \'\\n\', \'tmp disk tables: \', created_tmp_disk_tables, \'\\n\', \'select scan: \', select_scan, \'\\n\', \'select full join: \', select_full_join, \'\\n\', \'select full range join: \', select_full_range_join, \'\\n\', \'select range: \', select_range, \'\\n\', \'select range check: \', select_range_check, \'\\n\',  \'sort merge passes: \', sort_merge_passes, \'\\n\', \'sort rows: \', sort_rows, \'\\n\', \'sort range: \', sort_range, \'\\n\', \'sort scan: \', sort_scan, \'\\n\', \'no index used: \', IF(no_index_used, \'TRUE\', \'FALSE\'), \'\\n\', \'no good index used: \', IF(no_good_index_used, \'TRUE\', \'FALSE\'), \'\\n\' ) AS wait_info FROM performance_schema.events_statements_history_long WHERE thread_id = thd_id) UNION  (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id, null AS wait_info FROM performance_schema.events_stages_history_long WHERE thread_id = thd_id)  UNION  (SELECT thread_id, event_id,  CONCAT(event_name ,  IF(event_name NOT LIKE \'wait/synch/mutex%\', IFNULL(CONCAT(\' - \', operation), \'\'), \'\'),  IF(number_of_bytes IS NOT NULL, CONCAT(\' \', number_of_bytes, \' bytes\'), \'\'), IF(event_name LIKE \'wait/io/file%\', \'\\n\', \'\'), IF(object_schema IS NOT NULL, CONCAT(\'\\nObject: \', object_schema, \'.\'), \'\'),  IF(object_name IS NOT NULL,  IF (event_name LIKE \'wait/io/socket%\', CONCAT(IF (object_name LIKE \':0%\', @@socket, object_name)), object_name), \'\'),  IF(index_name IS NOT NULL, CONCAT(\' Index: \', index_name), \'\'), \'\\n\' ) AS event_name, timer_wait, timer_start, nesting_event_id, source AS wait_info FROM performance_schema.events_waits_history_long WHERE thread_id = thd_id)) events  ORDER BY event_id;  RETURN CONCAT(\'{\',  CONCAT_WS(\',\',  \'\"rankdir\": \"LR\"\', \'\"nodesep\": \"0.10\"\', CONCAT(\'\"stack_created\": \"\', NOW(), \'\"\'), CONCAT(\'\"mysql_version\": \"\', VERSION(), \'\"\'), CONCAT(\'\"mysql_user\": \"\', CURRENT_USER(), \'\"\'), CONCAT(\'\"events\": [\', IFNULL(json_objects,\'\'), \']\') ), \'}\');  END'),('sys','ps_thread_trx_info','FUNCTION','ps_thread_trx_info','SQL','READS_SQL_DATA','NO','INVOKER',_binary ' in_thread_id BIGINT UNSIGNED ',_binary 'longtext CHARSET utf8',_binary 'BEGIN DECLARE v_output LONGTEXT DEFAULT \'{}\'; DECLARE v_msg_text TEXT DEFAULT \'\'; DECLARE v_signal_msg TEXT DEFAULT \'\'; DECLARE v_mysql_errno INT; DECLARE v_max_output_len BIGINT; DECLARE EXIT HANDLER FOR SQLWARNING, SQLEXCEPTION BEGIN GET DIAGNOSTICS CONDITION 1 v_msg_text = MESSAGE_TEXT, v_mysql_errno = MYSQL_ERRNO;  IF v_mysql_errno = 1260 THEN SET v_signal_msg = CONCAT(\'{ \"error\": \"Trx info truncated: \', v_msg_text, \'\" }\'); ELSE SET v_signal_msg = CONCAT(\'{ \"error\": \"\', v_msg_text, \'\" }\'); END IF;  RETURN v_signal_msg; END;  IF (@sys.ps_thread_trx_info.max_length IS NULL) THEN SET @sys.ps_thread_trx_info.max_length = sys.sys_get_config(\'ps_thread_trx_info.max_length\', 65535); END IF;  IF (@sys.ps_thread_trx_info.max_length != @@session.group_concat_max_len) THEN SET @old_group_concat_max_len = @@session.group_concat_max_len; SET v_max_output_len = (@sys.ps_thread_trx_info.max_length - 5); SET SESSION group_concat_max_len = v_max_output_len; END IF;  SET v_output = ( SELECT CONCAT(\'[\', IFNULL(GROUP_CONCAT(trx_info ORDER BY event_id), \'\'), \'\\n]\') AS trx_info FROM (SELECT trxi.thread_id,  trxi.event_id, GROUP_CONCAT( IFNULL( CONCAT(\'\\n  {\\n\', \'    \"time\": \"\', IFNULL(sys.format_time(trxi.timer_wait), \'\'), \'\",\\n\', \'    \"state\": \"\', IFNULL(trxi.state, \'\'), \'\",\\n\', \'    \"mode\": \"\', IFNULL(trxi.access_mode, \'\'), \'\",\\n\', \'    \"autocommitted\": \"\', IFNULL(trxi.autocommit, \'\'), \'\",\\n\', \'    \"gtid\": \"\', IFNULL(trxi.gtid, \'\'), \'\",\\n\', \'    \"isolation\": \"\', IFNULL(trxi.isolation_level, \'\'), \'\",\\n\', \'    \"statements_executed\": [\', IFNULL(s.stmts, \'\'), IF(s.stmts IS NULL, \' ]\\n\', \'\\n    ]\\n\'), \'  }\' ),  \'\')  ORDER BY event_id) AS trx_info  FROM ( (SELECT thread_id, event_id, timer_wait, state,access_mode, autocommit, gtid, isolation_level FROM performance_schema.events_transactions_current WHERE thread_id = in_thread_id AND end_event_id IS NULL) UNION (SELECT thread_id, event_id, timer_wait, state,access_mode, autocommit, gtid, isolation_level FROM performance_schema.events_transactions_history WHERE thread_id = in_thread_id) ) AS trxi LEFT JOIN (SELECT thread_id, nesting_event_id, GROUP_CONCAT( IFNULL( CONCAT(\'\\n      {\\n\', \'        \"sql_text\": \"\', IFNULL(sys.format_statement(REPLACE(sql_text, \'\\\\\', \'\\\\\\\\\')), \'\'), \'\",\\n\', \'        \"time\": \"\', IFNULL(sys.format_time(timer_wait), \'\'), \'\",\\n\', \'        \"schema\": \"\', IFNULL(current_schema, \'\'), \'\",\\n\', \'        \"rows_examined\": \', IFNULL(rows_examined, \'\'), \',\\n\', \'        \"rows_affected\": \', IFNULL(rows_affected, \'\'), \',\\n\', \'        \"rows_sent\": \', IFNULL(rows_sent, \'\'), \',\\n\', \'        \"tmp_tables\": \', IFNULL(created_tmp_tables, \'\'), \',\\n\', \'        \"tmp_disk_tables\": \', IFNULL(created_tmp_disk_tables, \'\'), \',\\n\', \'        \"sort_rows\": \', IFNULL(sort_rows, \'\'), \',\\n\', \'        \"sort_merge_passes\": \', IFNULL(sort_merge_passes, \'\'), \'\\n\', \'      }\'), \'\') ORDER BY event_id) AS stmts FROM performance_schema.events_statements_history WHERE sql_text IS NOT NULL AND thread_id = in_thread_id GROUP BY thread_id, nesting_event_id ) AS s  ON trxi.thread_id = s.thread_id  AND trxi.event_id = s.nesting_event_id WHERE trxi.thread_id = in_thread_id GROUP BY trxi.thread_id, trxi.event_id ) trxs GROUP BY thread_id );  IF (@old_group_concat_max_len IS NOT NULL) THEN SET SESSION group_concat_max_len = @old_group_concat_max_len; END IF;  RETURN v_output; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Returns a JSON object with info on the given threads current transaction, \n and the statements it has already executed, derived from the\n performance_schema.events_transactions_current and\n performance_schema.events_statements_history tables (so the consumers \n for these also have to be enabled within Performance Schema to get full\n data in the object).\n \n When the output exceeds the default truncation length (65535), a JSON error\n object is returned, such as:\n \n { \"error\": \"Trx info truncated: Row 6 was cut by GROUP_CONCAT()\" }\n \n Similar error objects are returned for other warnings/and exceptions raised\n when calling the function.\n \n The max length of the output of this function can be controlled with the\n ps_thread_trx_info.max_length variable set via sys_config, or the\n @sys.ps_thread_trx_info.max_length user variable, as appropriate.\n \n Parameters\n \n in_thread_id (BIGINT UNSIGNED):\n The id of the thread to return the transaction info for.\n \n Example\n \n SELECT sys.ps_thread_trx_info(48)\\G\n *************************** 1. row ***************************\n sys.ps_thread_trx_info(48): [\n {\n \"time\": \"790.70 us\",\n \"state\": \"COMMITTED\",\n \"mode\": \"READ WRITE\",\n \"autocommitted\": \"NO\",\n \"gtid\": \"AUTOMATIC\",\n \"isolation\": \"REPEATABLE READ\",\n \"statements_executed\": [\n {\n \"sql_text\": \"INSERT INTO info VALUES (1, \'foo\')\",\n \"time\": \"471.02 us\",\n \"schema\": \"trx\",\n \"rows_examined\": 0,\n \"rows_affected\": 1,\n \"rows_sent\": 0,\n \"tmp_tables\": 0,\n \"tmp_disk_tables\": 0,\n \"sort_rows\": 0,\n \"sort_merge_passes\": 0\n },\n {\n \"sql_text\": \"COMMIT\",\n \"time\": \"254.42 us\",\n \"schema\": \"trx\",\n \"rows_examined\": 0,\n \"rows_affected\": 0,\n \"rows_sent\": 0,\n \"tmp_tables\": 0,\n \"tmp_disk_tables\": 0,\n \"sort_rows\": 0,\n \"sort_merge_passes\": 0\n }\n ]\n },\n {\n \"time\": \"426.20 us\",\n \"state\": \"COMMITTED\",\n \"mode\": \"READ WRITE\",\n \"autocommitted\": \"NO\",\n \"gtid\": \"AUTOMATIC\",\n \"isolation\": \"REPEATABLE READ\",\n \"statements_executed\": [\n {\n \"sql_text\": \"INSERT INTO info VALUES (2, \'bar\')\",\n \"time\": \"107.33 us\",\n \"schema\": \"trx\",\n \"rows_examined\": 0,\n \"rows_affected\": 1,\n \"rows_sent\": 0,\n \"tmp_tables\": 0,\n \"tmp_disk_tables\": 0,\n \"sort_rows\": 0,\n \"sort_merge_passes\": 0\n },\n {\n \"sql_text\": \"COMMIT\",\n \"time\": \"213.23 us\",\n \"schema\": \"trx\",\n \"rows_examined\": 0,\n \"rows_affected\": 0,\n \"rows_sent\": 0,\n \"tmp_tables\": 0,\n \"tmp_disk_tables\": 0,\n \"sort_rows\": 0,\n \"sort_merge_passes\": 0\n }\n ]\n }\n ]\n 1 row in set (0.03 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_output LONGTEXT DEFAULT \'{}\'; DECLARE v_msg_text TEXT DEFAULT \'\'; DECLARE v_signal_msg TEXT DEFAULT \'\'; DECLARE v_mysql_errno INT; DECLARE v_max_output_len BIGINT; DECLARE EXIT HANDLER FOR SQLWARNING, SQLEXCEPTION BEGIN GET DIAGNOSTICS CONDITION 1 v_msg_text = MESSAGE_TEXT, v_mysql_errno = MYSQL_ERRNO;  IF v_mysql_errno = 1260 THEN SET v_signal_msg = CONCAT(\'{ \"error\": \"Trx info truncated: \', v_msg_text, \'\" }\'); ELSE SET v_signal_msg = CONCAT(\'{ \"error\": \"\', v_msg_text, \'\" }\'); END IF;  RETURN v_signal_msg; END;  IF (@sys.ps_thread_trx_info.max_length IS NULL) THEN SET @sys.ps_thread_trx_info.max_length = sys.sys_get_config(\'ps_thread_trx_info.max_length\', 65535); END IF;  IF (@sys.ps_thread_trx_info.max_length != @@session.group_concat_max_len) THEN SET @old_group_concat_max_len = @@session.group_concat_max_len; SET v_max_output_len = (@sys.ps_thread_trx_info.max_length - 5); SET SESSION group_concat_max_len = v_max_output_len; END IF;  SET v_output = ( SELECT CONCAT(\'[\', IFNULL(GROUP_CONCAT(trx_info ORDER BY event_id), \'\'), \'\n]\') AS trx_info FROM (SELECT trxi.thread_id,  trxi.event_id, GROUP_CONCAT( IFNULL( CONCAT(\'\n  {\n\', \'    \"time\": \"\', IFNULL(sys.format_time(trxi.timer_wait), \'\'), \'\",\n\', \'    \"state\": \"\', IFNULL(trxi.state, \'\'), \'\",\n\', \'    \"mode\": \"\', IFNULL(trxi.access_mode, \'\'), \'\",\n\', \'    \"autocommitted\": \"\', IFNULL(trxi.autocommit, \'\'), \'\",\n\', \'    \"gtid\": \"\', IFNULL(trxi.gtid, \'\'), \'\",\n\', \'    \"isolation\": \"\', IFNULL(trxi.isolation_level, \'\'), \'\",\n\', \'    \"statements_executed\": [\', IFNULL(s.stmts, \'\'), IF(s.stmts IS NULL, \' ]\n\', \'\n    ]\n\'), \'  }\' ),  \'\')  ORDER BY event_id) AS trx_info  FROM ( (SELECT thread_id, event_id, timer_wait, state,access_mode, autocommit, gtid, isolation_level FROM performance_schema.events_transactions_current WHERE thread_id = in_thread_id AND end_event_id IS NULL) UNION (SELECT thread_id, event_id, timer_wait, state,access_mode, autocommit, gtid, isolation_level FROM performance_schema.events_transactions_history WHERE thread_id = in_thread_id) ) AS trxi LEFT JOIN (SELECT thread_id, nesting_event_id, GROUP_CONCAT( IFNULL( CONCAT(\'\n      {\n\', \'        \"sql_text\": \"\', IFNULL(sys.format_statement(REPLACE(sql_text, \'\\\', \'\\\\\')), \'\'), \'\",\n\', \'        \"time\": \"\', IFNULL(sys.format_time(timer_wait), \'\'), \'\",\n\', \'        \"schema\": \"\', IFNULL(current_schema, \'\'), \'\",\n\', \'        \"rows_examined\": \', IFNULL(rows_examined, \'\'), \',\n\', \'        \"rows_affected\": \', IFNULL(rows_affected, \'\'), \',\n\', \'        \"rows_sent\": \', IFNULL(rows_sent, \'\'), \',\n\', \'        \"tmp_tables\": \', IFNULL(created_tmp_tables, \'\'), \',\n\', \'        \"tmp_disk_tables\": \', IFNULL(created_tmp_disk_tables, \'\'), \',\n\', \'        \"sort_rows\": \', IFNULL(sort_rows, \'\'), \',\n\', \'        \"sort_merge_passes\": \', IFNULL(sort_merge_passes, \'\'), \'\n\', \'      }\'), \'\') ORDER BY event_id) AS stmts FROM performance_schema.events_statements_history WHERE sql_text IS NOT NULL AND thread_id = in_thread_id GROUP BY thread_id, nesting_event_id ) AS s  ON trxi.thread_id = s.thread_id  AND trxi.event_id = s.nesting_event_id WHERE trxi.thread_id = in_thread_id GROUP BY trxi.thread_id, trxi.event_id ) trxs GROUP BY thread_id );  IF (@old_group_concat_max_len IS NOT NULL) THEN SET SESSION group_concat_max_len = @old_group_concat_max_len; END IF;  RETURN v_output; END'),('sys','quote_identifier','FUNCTION','quote_identifier','SQL','NO_SQL','YES','INVOKER',_binary 'in_identifier TEXT',_binary 'text CHARSET utf8',_binary 'BEGIN RETURN CONCAT(\'`\', REPLACE(in_identifier, \'`\', \'``\'), \'`\'); END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Takes an unquoted identifier (schema name, table name, etc.) and\n returns the identifier quoted with backticks.\n \n Parameters\n \n in_identifier (TEXT):\n The identifier to quote.\n \n Returns\n \n TEXT\n \n Example\n \n mysql> SELECT sys.quote_identifier(\'my_identifier\') AS Identifier;\n +-----------------+\n | Identifier      |\n +-----------------+\n | `my_identifier` |\n +-----------------+\n 1 row in set (0.00 sec)\n \n mysql> SELECT sys.quote_identifier(\'my`idenfier\') AS Identifier;\n +----------------+\n | Identifier     |\n +----------------+\n | `my``idenfier` |\n +----------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN RETURN CONCAT(\'`\', REPLACE(in_identifier, \'`\', \'``\'), \'`\'); END'),('sys','sys_get_config','FUNCTION','sys_get_config','SQL','READS_SQL_DATA','YES','INVOKER',_binary ' in_variable_name VARCHAR(128), in_default_value VARCHAR(128) ',_binary 'varchar(128) CHARSET utf8',_binary 'BEGIN DECLARE v_value VARCHAR(128) DEFAULT NULL;  SET v_value = (SELECT value FROM sys.sys_config WHERE variable = in_variable_name);  IF (v_value IS NULL) THEN SET v_value = in_default_value; END IF;  RETURN v_value; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Returns the value for the requested variable using the following logic:\n \n 1. If the option exists in sys.sys_config return the value from there.\n 2. Else fall back on the provided default value.\n \n Notes for using sys_get_config():\n \n * If the default value argument to sys_get_config() is NULL and case 2. is reached, NULL is returned.\n It is then expected that the caller is able to handle NULL for the given configuration option.\n * The convention is to name the user variables @sys.<name of variable>. It is <name of variable> that\n is stored in the sys_config table and is what is expected as the argument to sys_get_config().\n * If you want to check whether the configuration option has already been set and if not assign with\n the return value of sys_get_config() you can use IFNULL(...) (see example below). However this should\n not be done inside a loop (e.g. for each row in a result set) as for repeated calls where assignment\n is only needed in the first iteration using IFNULL(...) is expected to be significantly slower than\n using an IF (...) THEN ... END IF; block (see example below).\n \n Parameters\n \n in_variable_name (VARCHAR(128)):\n The name of the config option to return the value for.\n \n in_default_value (VARCHAR(128)):\n The default value to return if the variable does not exist in sys.sys_config.\n \n Returns\n \n VARCHAR(128)\n \n Example\n \n mysql> SELECT sys.sys_get_config(\'statement_truncate_len\', 128) AS Value;\n +-------+\n | Value |\n +-------+\n | 64    |\n +-------+\n 1 row in set (0.00 sec)\n \n mysql> SET @sys.statement_truncate_len = IFNULL(@sys.statement_truncate_len, sys.sys_get_config(\'statement_truncate_len\', 64));\n Query OK, 0 rows affected (0.00 sec)\n \n IF (@sys.statement_truncate_len IS NULL) THEN\n SET @sys.statement_truncate_len = sys.sys_get_config(\'statement_truncate_len\', 64);\n END IF;\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_value VARCHAR(128) DEFAULT NULL;  SET v_value = (SELECT value FROM sys.sys_config WHERE variable = in_variable_name);  IF (v_value IS NULL) THEN SET v_value = in_default_value; END IF;  RETURN v_value; END'),('sys','version_major','FUNCTION','version_major','SQL','NO_SQL','NO','INVOKER','',_binary 'tinyint(3) unsigned',_binary 'BEGIN RETURN SUBSTRING_INDEX(SUBSTRING_INDEX(VERSION(), \'-\', 1), \'.\', 1); END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Returns the major version of MySQL Server.\n \n Returns\n \n TINYINT UNSIGNED\n \n Example\n \n mysql> SELECT VERSION(), sys.version_major();\n +--------------------------------------+---------------------+\n | VERSION()                            | sys.version_major() |\n +--------------------------------------+---------------------+\n | 5.7.9-enterprise-commercial-advanced | 5                   |\n +--------------------------------------+---------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN RETURN SUBSTRING_INDEX(SUBSTRING_INDEX(VERSION(), \'-\', 1), \'.\', 1); END'),('sys','version_minor','FUNCTION','version_minor','SQL','NO_SQL','NO','INVOKER','',_binary 'tinyint(3) unsigned',_binary 'BEGIN RETURN SUBSTRING_INDEX(SUBSTRING_INDEX(SUBSTRING_INDEX(VERSION(), \'-\', 1), \'.\', 2), \'.\', -1); END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Returns the minor (release series) version of MySQL Server.\n \n Returns\n \n TINYINT UNSIGNED\n \n Example\n \n mysql> SELECT VERSION(), sys.server_minor();\n +--------------------------------------+---------------------+\n | VERSION()                            | sys.version_minor() |\n +--------------------------------------+---------------------+\n | 5.7.9-enterprise-commercial-advanced | 7                   |\n +--------------------------------------+---------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN RETURN SUBSTRING_INDEX(SUBSTRING_INDEX(SUBSTRING_INDEX(VERSION(), \'-\', 1), \'.\', 2), \'.\', -1); END'),('sys','version_patch','FUNCTION','version_patch','SQL','NO_SQL','NO','INVOKER','',_binary 'tinyint(3) unsigned',_binary 'BEGIN RETURN SUBSTRING_INDEX(SUBSTRING_INDEX(VERSION(), \'-\', 1), \'.\', -1); END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Returns the patch release version of MySQL Server.\n \n Returns\n \n TINYINT UNSIGNED\n \n Example\n \n mysql> SELECT VERSION(), sys.version_patch();\n +--------------------------------------+---------------------+\n | VERSION()                            | sys.version_patch() |\n +--------------------------------------+---------------------+\n | 5.7.9-enterprise-commercial-advanced | 9                   |\n +--------------------------------------+---------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN RETURN SUBSTRING_INDEX(SUBSTRING_INDEX(VERSION(), \'-\', 1), \'.\', -1); END'),('sys','create_synonym_db','PROCEDURE','create_synonym_db','SQL','MODIFIES_SQL_DATA','NO','INVOKER',_binary ' IN in_db_name VARCHAR(64),  IN in_synonym VARCHAR(64) ','',_binary 'BEGIN DECLARE v_done bool DEFAULT FALSE; DECLARE v_db_name_check VARCHAR(64); DECLARE v_db_err_msg TEXT; DECLARE v_table VARCHAR(64); DECLARE v_views_created INT DEFAULT 0;  DECLARE db_doesnt_exist CONDITION FOR SQLSTATE \'42000\'; DECLARE db_name_exists CONDITION FOR SQLSTATE \'HY000\';  DECLARE c_table_names CURSOR FOR  SELECT TABLE_NAME  FROM INFORMATION_SCHEMA.TABLES  WHERE TABLE_SCHEMA = in_db_name;  DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SELECT SCHEMA_NAME INTO v_db_name_check FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = in_db_name;  IF v_db_name_check IS NULL THEN SET v_db_err_msg = CONCAT(\'Unknown database \', in_db_name); SIGNAL SQLSTATE \'HY000\' SET MESSAGE_TEXT = v_db_err_msg; END IF;  SELECT SCHEMA_NAME INTO v_db_name_check FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = in_synonym;  IF v_db_name_check = in_synonym THEN SET v_db_err_msg = CONCAT(\'Can\\\'t create database \', in_synonym, \'; database exists\'); SIGNAL SQLSTATE \'HY000\' SET MESSAGE_TEXT = v_db_err_msg; END IF;  SET @create_db_stmt := CONCAT(\'CREATE DATABASE \', sys.quote_identifier(in_synonym)); PREPARE create_db_stmt FROM @create_db_stmt; EXECUTE create_db_stmt; DEALLOCATE PREPARE create_db_stmt;  SET v_done = FALSE; OPEN c_table_names; c_table_names: LOOP FETCH c_table_names INTO v_table; IF v_done THEN LEAVE c_table_names; END IF;  SET @create_view_stmt = CONCAT( \'CREATE SQL SECURITY INVOKER VIEW \', sys.quote_identifier(in_synonym), \'.\', sys.quote_identifier(v_table), \' AS SELECT * FROM \', sys.quote_identifier(in_db_name), \'.\', sys.quote_identifier(v_table) ); PREPARE create_view_stmt FROM @create_view_stmt; EXECUTE create_view_stmt; DEALLOCATE PREPARE create_view_stmt;  SET v_views_created = v_views_created + 1; END LOOP; CLOSE c_table_names;  SELECT CONCAT( \'Created \', v_views_created, \' view\', IF(v_views_created != 1, \'s\', \'\'), \' in the \', sys.quote_identifier(in_synonym), \' database\' ) AS summary;  END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Takes a source database name and synonym name, and then creates the \n synonym database with views that point to all of the tables within\n the source database.\n \n Useful for creating a \"ps\" synonym for \"performance_schema\",\n or \"is\" instead of \"information_schema\", for example.\n \n Parameters\n \n in_db_name (VARCHAR(64)):\n The database name that you would like to create a synonym for.\n in_synonym (VARCHAR(64)):\n The database synonym name.\n \n Example\n \n mysql> SHOW DATABASES;\n +--------------------+\n | Database           |\n +--------------------+\n | information_schema |\n | mysql              |\n | performance_schema |\n | sys                |\n | test               |\n +--------------------+\n 5 rows in set (0.00 sec)\n \n mysql> CALL sys.create_synonym_db(\'performance_schema\', \'ps\');\n +---------------------------------------+\n | summary                               |\n +---------------------------------------+\n | Created 74 views in the `ps` database |\n +---------------------------------------+\n 1 row in set (8.57 sec)\n \n Query OK, 0 rows affected (8.57 sec)\n \n mysql> SHOW DATABASES;\n +--------------------+\n | Database           |\n +--------------------+\n | information_schema |\n | mysql              |\n | performance_schema |\n | ps                 |\n | sys                |\n | test               |\n +--------------------+\n 6 rows in set (0.00 sec)\n \n mysql> SHOW FULL TABLES FROM ps;\n +------------------------------------------------------+------------+\n | Tables_in_ps                                         | Table_type |\n +------------------------------------------------------+------------+\n | accounts                                             | VIEW       |\n | cond_instances                                       | VIEW       |\n | events_stages_current                                | VIEW       |\n | events_stages_history                                | VIEW       |\n ...\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_done bool DEFAULT FALSE; DECLARE v_db_name_check VARCHAR(64); DECLARE v_db_err_msg TEXT; DECLARE v_table VARCHAR(64); DECLARE v_views_created INT DEFAULT 0;  DECLARE db_doesnt_exist CONDITION FOR SQLSTATE \'42000\'; DECLARE db_name_exists CONDITION FOR SQLSTATE \'HY000\';  DECLARE c_table_names CURSOR FOR  SELECT TABLE_NAME  FROM INFORMATION_SCHEMA.TABLES  WHERE TABLE_SCHEMA = in_db_name;  DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SELECT SCHEMA_NAME INTO v_db_name_check FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = in_db_name;  IF v_db_name_check IS NULL THEN SET v_db_err_msg = CONCAT(\'Unknown database \', in_db_name); SIGNAL SQLSTATE \'HY000\' SET MESSAGE_TEXT = v_db_err_msg; END IF;  SELECT SCHEMA_NAME INTO v_db_name_check FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = in_synonym;  IF v_db_name_check = in_synonym THEN SET v_db_err_msg = CONCAT(\'Can\'t create database \', in_synonym, \'; database exists\'); SIGNAL SQLSTATE \'HY000\' SET MESSAGE_TEXT = v_db_err_msg; END IF;  SET @create_db_stmt := CONCAT(\'CREATE DATABASE \', sys.quote_identifier(in_synonym)); PREPARE create_db_stmt FROM @create_db_stmt; EXECUTE create_db_stmt; DEALLOCATE PREPARE create_db_stmt;  SET v_done = FALSE; OPEN c_table_names; c_table_names: LOOP FETCH c_table_names INTO v_table; IF v_done THEN LEAVE c_table_names; END IF;  SET @create_view_stmt = CONCAT( \'CREATE SQL SECURITY INVOKER VIEW \', sys.quote_identifier(in_synonym), \'.\', sys.quote_identifier(v_table), \' AS SELECT * FROM \', sys.quote_identifier(in_db_name), \'.\', sys.quote_identifier(v_table) ); PREPARE create_view_stmt FROM @create_view_stmt; EXECUTE create_view_stmt; DEALLOCATE PREPARE create_view_stmt;  SET v_views_created = v_views_created + 1; END LOOP; CLOSE c_table_names;  SELECT CONCAT( \'Created \', v_views_created, \' view\', IF(v_views_created != 1, \'s\', \'\'), \' in the \', sys.quote_identifier(in_synonym), \' database\' ) AS summary;  END'),('sys','execute_prepared_stmt','PROCEDURE','execute_prepared_stmt','SQL','READS_SQL_DATA','NO','INVOKER',_binary ' IN in_query longtext CHARACTER SET UTF8 ','',_binary 'BEGIN IF (@sys.debug IS NULL) THEN SET @sys.debug = sys.sys_get_config(\'debug\', \'OFF\'); END IF;  IF (in_query IS NULL OR LENGTH(in_query) < 4) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \"The @sys.execute_prepared_stmt.sql must contain a query\"; END IF;  SET @sys.execute_prepared_stmt.sql = in_query;  IF (@sys.debug = \'ON\') THEN SELECT @sys.execute_prepared_stmt.sql AS \'Debug\'; END IF; PREPARE sys_execute_prepared_stmt FROM @sys.execute_prepared_stmt.sql; EXECUTE sys_execute_prepared_stmt; DEALLOCATE PREPARE sys_execute_prepared_stmt;  SET @sys.execute_prepared_stmt.sql = NULL; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Takes the query in the argument and executes it using a prepared statement. The prepared statement is deallocated,\n so the procedure is mainly useful for executing one off dynamically created queries.\n \n The sys_execute_prepared_stmt prepared statement name is used for the query and is required not to exist.\n \n \n Parameters\n \n in_query (longtext CHARACTER SET UTF8):\n The query to execute.\n \n \n Configuration Options\n \n sys.debug\n Whether to provide debugging output.\n Default is \'OFF\'. Set to \'ON\' to include.\n \n \n Example\n \n mysql> CALL sys.execute_prepared_stmt(\'SELECT * FROM sys.sys_config\');\n +------------------------+-------+---------------------+--------+\n | variable               | value | set_time            | set_by |\n +------------------------+-------+---------------------+--------+\n | statement_truncate_len | 64    | 2015-06-30 13:06:00 | NULL   |\n +------------------------+-------+---------------------+--------+\n 1 row in set (0.00 sec)\n \n Query OK, 0 rows affected (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN IF (@sys.debug IS NULL) THEN SET @sys.debug = sys.sys_get_config(\'debug\', \'OFF\'); END IF;  IF (in_query IS NULL OR LENGTH(in_query) < 4) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \"The @sys.execute_prepared_stmt.sql must contain a query\"; END IF;  SET @sys.execute_prepared_stmt.sql = in_query;  IF (@sys.debug = \'ON\') THEN SELECT @sys.execute_prepared_stmt.sql AS \'Debug\'; END IF; PREPARE sys_execute_prepared_stmt FROM @sys.execute_prepared_stmt.sql; EXECUTE sys_execute_prepared_stmt; DEALLOCATE PREPARE sys_execute_prepared_stmt;  SET @sys.execute_prepared_stmt.sql = NULL; END'),('sys','diagnostics','PROCEDURE','diagnostics','SQL','READS_SQL_DATA','NO','INVOKER',_binary ' IN in_max_runtime int unsigned, IN in_interval int unsigned, IN in_auto_config enum (\'current\', \'medium\', \'full\') ','',_binary 'BEGIN DECLARE v_start, v_runtime, v_iter_start, v_sleep DECIMAL(20,2) DEFAULT 0.0; DECLARE v_has_innodb, v_has_ndb, v_has_ps, v_has_replication, v_has_ps_replication VARCHAR(8) CHARSET utf8 DEFAULT \'NO\'; DECLARE v_this_thread_enabled, v_has_ps_vars, v_has_metrics ENUM(\'YES\', \'NO\'); DECLARE v_table_name, v_banner VARCHAR(64) CHARSET utf8; DECLARE v_sql_status_summary_select, v_sql_status_summary_delta, v_sql_status_summary_from, v_no_delta_names TEXT; DECLARE v_output_time, v_output_time_prev DECIMAL(20,3) UNSIGNED; DECLARE v_output_count, v_count, v_old_group_concat_max_len INT UNSIGNED DEFAULT 0; DECLARE v_status_summary_width TINYINT UNSIGNED DEFAULT 50; DECLARE v_done BOOLEAN DEFAULT FALSE; DECLARE c_ndbinfo CURSOR FOR SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = \'ndbinfo\' AND TABLE_NAME NOT IN ( \'blocks\', \'config_params\', \'dict_obj_types\', \'disk_write_speed_base\', \'memory_per_fragment\', \'memoryusage\', \'operations_per_fragment\', \'threadblocks\' ); DECLARE c_sysviews_w_delta CURSOR FOR SELECT table_name FROM tmp_sys_views_delta ORDER BY table_name; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SELECT INSTRUMENTED INTO v_this_thread_enabled FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_disable_thread(CONNECTION_ID()); END IF;  IF (in_max_runtime < in_interval) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'in_max_runtime must be greater than or equal to in_interval\'; END IF; IF (in_max_runtime = 0) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'in_max_runtime must be greater than 0\'; END IF; IF (in_interval = 0) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'in_interval must be greater than 0\'; END IF;  IF (@sys.diagnostics.allow_i_s_tables IS NULL) THEN SET @sys.diagnostics.allow_i_s_tables = sys.sys_get_config(\'diagnostics.allow_i_s_tables\', \'OFF\'); END IF; IF (@sys.diagnostics.include_raw IS NULL) THEN SET @sys.diagnostics.include_raw      = sys.sys_get_config(\'diagnostics.include_raw\'     , \'OFF\'); END IF; IF (@sys.debug IS NULL) THEN SET @sys.debug                        = sys.sys_get_config(\'debug\'                       , \'OFF\'); END IF; IF (@sys.statement_truncate_len IS NULL) THEN SET @sys.statement_truncate_len       = sys.sys_get_config(\'statement_truncate_len\'      , \'64\' ); END IF;  SET @log_bin := @@sql_log_bin; IF (@log_bin = 1) THEN SET sql_log_bin = 0; END IF;  SET v_no_delta_names = CONCAT(\'s%{COUNT}.Variable_name NOT IN (\', \'\'\'innodb_buffer_pool_pages_total\'\', \', \'\'\'innodb_page_size\'\', \', \'\'\'last_query_cost\'\', \', \'\'\'last_query_partial_plans\'\', \', \'\'\'qcache_total_blocks\'\', \', \'\'\'slave_last_heartbeat\'\', \', \'\'\'ssl_ctx_verify_depth\'\', \', \'\'\'ssl_ctx_verify_mode\'\', \', \'\'\'ssl_session_cache_size\'\', \', \'\'\'ssl_verify_depth\'\', \', \'\'\'ssl_verify_mode\'\', \', \'\'\'ssl_version\'\', \', \'\'\'buffer_flush_lsn_avg_rate\'\', \', \'\'\'buffer_flush_pct_for_dirty\'\', \', \'\'\'buffer_flush_pct_for_lsn\'\', \', \'\'\'buffer_pool_pages_total\'\', \', \'\'\'lock_row_lock_time_avg\'\', \', \'\'\'lock_row_lock_time_max\'\', \', \'\'\'innodb_page_size\'\'\', \')\');  IF (in_auto_config <> \'current\') THEN IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'Updating Performance Schema configuration to \', in_auto_config) AS \'Debug\'; END IF; CALL sys.ps_setup_save(0);  IF (in_auto_config = \'medium\') THEN UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\' WHERE NAME NOT LIKE \'%\\_history%\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\' WHERE NAME NOT LIKE \'wait/synch/%\'; ELSEIF (in_auto_config = \'full\') THEN UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\'; END IF;  UPDATE performance_schema.threads SET INSTRUMENTED = \'YES\' WHERE PROCESSLIST_ID <> CONNECTION_ID(); END IF;  SET v_start        = UNIX_TIMESTAMP(NOW(2)), in_interval    = IFNULL(in_interval, 30), in_max_runtime = IFNULL(in_max_runtime, 60);  SET v_banner = REPEAT( \'-\', LEAST( GREATEST( 36, CHAR_LENGTH(VERSION()), CHAR_LENGTH(@@global.version_comment), CHAR_LENGTH(@@global.version_compile_os), CHAR_LENGTH(@@global.version_compile_machine), CHAR_LENGTH(@@global.socket), CHAR_LENGTH(@@global.datadir) ), 64 ) ); SELECT \'Hostname\' AS \'Name\', @@global.hostname AS \'Value\' UNION ALL SELECT \'Port\' AS \'Name\', @@global.port AS \'Value\' UNION ALL SELECT \'Socket\' AS \'Name\', @@global.socket AS \'Value\' UNION ALL SELECT \'Datadir\' AS \'Name\', @@global.datadir AS \'Value\' UNION ALL SELECT \'Server UUID\' AS \'Name\', @@global.server_uuid AS \'Value\' UNION ALL SELECT REPEAT(\'-\', 23) AS \'Name\', v_banner AS \'Value\' UNION ALL SELECT \'MySQL Version\' AS \'Name\', VERSION() AS \'Value\' UNION ALL SELECT \'Sys Schema Version\' AS \'Name\', (SELECT sys_version FROM sys.version) AS \'Value\' UNION ALL SELECT \'Version Comment\' AS \'Name\', @@global.version_comment AS \'Value\' UNION ALL SELECT \'Version Compile OS\' AS \'Name\', @@global.version_compile_os AS \'Value\' UNION ALL SELECT \'Version Compile Machine\' AS \'Name\', @@global.version_compile_machine AS \'Value\' UNION ALL SELECT REPEAT(\'-\', 23) AS \'Name\', v_banner AS \'Value\' UNION ALL SELECT \'UTC Time\' AS \'Name\', UTC_TIMESTAMP() AS \'Value\' UNION ALL SELECT \'Local Time\' AS \'Name\', NOW() AS \'Value\' UNION ALL SELECT \'Time Zone\' AS \'Name\', @@global.time_zone AS \'Value\' UNION ALL SELECT \'System Time Zone\' AS \'Name\', @@global.system_time_zone AS \'Value\' UNION ALL SELECT \'Time Zone Offset\' AS \'Name\', TIMEDIFF(NOW(), UTC_TIMESTAMP()) AS \'Value\';  SET v_has_innodb         = IFNULL((SELECT SUPPORT FROM information_schema.ENGINES WHERE ENGINE = \'InnoDB\'), \'NO\'), v_has_ndb            = IFNULL((SELECT SUPPORT FROM information_schema.ENGINES WHERE ENGINE = \'NDBCluster\'), \'NO\'), v_has_ps             = IFNULL((SELECT SUPPORT FROM information_schema.ENGINES WHERE ENGINE = \'PERFORMANCE_SCHEMA\'), \'NO\'), v_has_ps_replication = IF(v_has_ps = \'YES\' AND EXISTS(SELECT 1 FROM information_schema.TABLES WHERE TABLE_SCHEMA = \'performance_schema\' AND TABLE_NAME = \'replication_applier_status\'), \'YES\', \'NO\' ), v_has_replication    =  IF(v_has_ps_replication = \'YES\', IF((SELECT COUNT(*) FROM performance_schema.replication_connection_status) > 0, \'YES\', \'NO\'), IF(@@master_info_repository = \'TABLE\', IF((SELECT COUNT(*) FROM mysql.slave_master_info) > 0, \'YES\', \'NO\'), IF(@@relay_log_info_repository = \'TABLE\', IF((SELECT COUNT(*) FROM mysql.slave_relay_log_info) > 0, \'YES\', \'NO\'), \'MAYBE\')) ) , v_has_metrics        = IF(v_has_ps = \'YES\' OR (sys.version_major() = 5 AND sys.version_minor() = 6), \'YES\', \'NO\'), v_has_ps_vars        = \'NO\';   SET v_has_ps_vars = IF(@@global.show_compatibility_56, \'NO\', \'YES\');  SET v_has_ps_vars = \'YES\';  IF (@sys.debug = \'ON\') THEN SELECT v_has_innodb AS \'Has_InnoDB\', v_has_ndb AS \'Has_NDBCluster\', v_has_ps AS \'Has_Performance_Schema\', v_has_ps_vars AS \'Has_P_S_SHOW_Variables\', v_has_metrics AS \'Has_metrics\', v_has_ps_replication \'AS Has_P_S_Replication\', v_has_replication AS \'Has_Replication\'; END IF;  IF (v_has_innodb IN (\'DEFAULT\', \'YES\')) THEN SET @sys.diagnostics.sql = \'SHOW ENGINE InnoDB STATUS\'; PREPARE stmt_innodb_status FROM @sys.diagnostics.sql; END IF;  IF (v_has_ps = \'YES\') THEN SET @sys.diagnostics.sql = \'SHOW ENGINE PERFORMANCE_SCHEMA STATUS\'; PREPARE stmt_ps_status FROM @sys.diagnostics.sql; END IF;  IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN SET @sys.diagnostics.sql = \'SHOW ENGINE NDBCLUSTER STATUS\'; PREPARE stmt_ndbcluster_status FROM @sys.diagnostics.sql; END IF;  SET @sys.diagnostics.sql_gen_query_template = \'SELECT CONCAT( \'\'SELECT \'\', GROUP_CONCAT( CASE WHEN (SUBSTRING(TABLE_NAME, 3), COLUMN_NAME) IN ( (\'\'io_global_by_file_by_bytes\'\', \'\'total\'\'), (\'\'io_global_by_wait_by_bytes\'\', \'\'total_requested\'\') ) THEN CONCAT(\'\'sys.format_bytes(\'\', COLUMN_NAME, \'\') AS \'\', COLUMN_NAME) WHEN COLUMN_NAME LIKE \'\'%latency\'\' THEN CONCAT(\'\'sys.format_time(\'\', COLUMN_NAME, \'\') AS \'\', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, -7) = \'\'_memory\'\' OR SUBSTRING(COLUMN_NAME, -17) = \'\'_memory_allocated\'\' OR ((SUBSTRING(COLUMN_NAME, -5) = \'\'_read\'\' OR SUBSTRING(COLUMN_NAME, -8) = \'\'_written\'\' OR SUBSTRING(COLUMN_NAME, -6) = \'\'_write\'\') AND SUBSTRING(COLUMN_NAME, 1, 6) <> \'\'COUNT_\'\') THEN CONCAT(\'\'sys.format_bytes(\'\', COLUMN_NAME, \'\') AS \'\', COLUMN_NAME) ELSE COLUMN_NAME END ORDER BY ORDINAL_POSITION SEPARATOR \'\',\\n       \'\' ), \'\'\\n  FROM tmp_\'\', SUBSTRING(TABLE_NAME FROM 3), \'\'_%{OUTPUT}\'\' ) AS Query INTO @sys.diagnostics.sql_select FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = \'\'sys\'\' AND TABLE_NAME = ? GROUP BY TABLE_NAME\';  SET @sys.diagnostics.sql_gen_query_delta = \'SELECT CONCAT( \'\'SELECT \'\', GROUP_CONCAT( CASE WHEN FIND_IN_SET(COLUMN_NAME, diag.pk) THEN COLUMN_NAME WHEN diag.TABLE_NAME = \'\'io_global_by_file_by_bytes\'\' AND COLUMN_NAME = \'\'write_pct\'\' THEN CONCAT(\'\'IFNULL(ROUND(100-(((e.total_read-IFNULL(s.total_read, 0))\'\', \'\'/NULLIF(((e.total_read-IFNULL(s.total_read, 0))+(e.total_written-IFNULL(s.total_written, 0))), 0))*100), 2), 0.00) AS \'\', COLUMN_NAME) WHEN (diag.TABLE_NAME, COLUMN_NAME) IN ( (\'\'io_global_by_file_by_bytes\'\', \'\'total\'\'), (\'\'io_global_by_wait_by_bytes\'\', \'\'total_requested\'\') ) THEN CONCAT(\'\'sys.format_bytes(e.\'\', COLUMN_NAME, \'\'-IFNULL(s.\'\', COLUMN_NAME, \'\', 0)) AS \'\', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, 1, 4) IN (\'\'max_\'\', \'\'min_\'\') AND SUBSTRING(COLUMN_NAME, -8) = \'\'_latency\'\' THEN CONCAT(\'\'sys.format_time(e.\'\', COLUMN_NAME, \'\') AS \'\', COLUMN_NAME) WHEN COLUMN_NAME = \'\'avg_latency\'\' THEN CONCAT(\'\'sys.format_time((e.total_latency - IFNULL(s.total_latency, 0))\'\', \'\'/NULLIF(e.total - IFNULL(s.total, 0), 0)) AS \'\', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, -12) = \'\'_avg_latency\'\' THEN CONCAT(\'\'sys.format_time((e.\'\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'\'_latency - IFNULL(s.\'\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'\'_latency, 0))\'\', \'\'/NULLIF(e.\'\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'\'s - IFNULL(s.\'\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'\'s, 0), 0)) AS \'\', COLUMN_NAME) WHEN COLUMN_NAME LIKE \'\'%latency\'\' THEN CONCAT(\'\'sys.format_time(e.\'\', COLUMN_NAME, \'\' - IFNULL(s.\'\', COLUMN_NAME, \'\', 0)) AS \'\', COLUMN_NAME) WHEN COLUMN_NAME IN (\'\'avg_read\'\', \'\'avg_write\'\', \'\'avg_written\'\') THEN CONCAT(\'\'sys.format_bytes(IFNULL((e.total_\'\', IF(COLUMN_NAME = \'\'avg_read\'\', \'\'read\'\', \'\'written\'\'), \'\'-IFNULL(s.total_\'\', IF(COLUMN_NAME = \'\'avg_read\'\', \'\'read\'\', \'\'written\'\'), \'\', 0))\'\', \'\'/NULLIF(e.count_\'\', IF(COLUMN_NAME = \'\'avg_read\'\', \'\'read\'\', \'\'write\'\'), \'\'-IFNULL(s.count_\'\', IF(COLUMN_NAME = \'\'avg_read\'\', \'\'read\'\', \'\'write\'\'), \'\', 0), 0), 0)) AS \'\', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, -7) = \'\'_memory\'\' OR SUBSTRING(COLUMN_NAME, -17) = \'\'_memory_allocated\'\' OR ((SUBSTRING(COLUMN_NAME, -5) = \'\'_read\'\' OR SUBSTRING(COLUMN_NAME, -8) = \'\'_written\'\' OR SUBSTRING(COLUMN_NAME, -6) = \'\'_write\'\') AND SUBSTRING(COLUMN_NAME, 1, 6) <> \'\'COUNT_\'\') THEN CONCAT(\'\'sys.format_bytes(e.\'\', COLUMN_NAME, \'\' - IFNULL(s.\'\', COLUMN_NAME, \'\', 0)) AS \'\', COLUMN_NAME) ELSE CONCAT(\'\'(e.\'\', COLUMN_NAME, \'\' - IFNULL(s.\'\', COLUMN_NAME, \'\', 0)) AS \'\', COLUMN_NAME) END ORDER BY ORDINAL_POSITION SEPARATOR \'\',\\n       \'\' ), \'\'\\n  FROM tmp_\'\', diag.TABLE_NAME, \'\'_end e LEFT OUTER JOIN tmp_\'\', diag.TABLE_NAME, \'\'_start s USING (\'\', diag.pk, \'\')\'\' ) AS Query INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta diag INNER JOIN information_schema.COLUMNS c ON c.TABLE_NAME = CONCAT(\'\'x$\'\', diag.TABLE_NAME) WHERE c.TABLE_SCHEMA = \'\'sys\'\' AND diag.TABLE_NAME = ? GROUP BY diag.TABLE_NAME\';  IF (v_has_ps = \'YES\') THEN DROP TEMPORARY TABLE IF EXISTS tmp_sys_views_delta; CREATE TEMPORARY TABLE tmp_sys_views_delta ( TABLE_NAME varchar(64) NOT NULL, order_by text COMMENT \'ORDER BY clause for the initial and overall views\', order_by_delta text COMMENT \'ORDER BY clause for the delta views\', where_delta text COMMENT \'WHERE clause to use for delta views to only include rows with a \"count\" > 0\', limit_rows int unsigned COMMENT \'The maximum number of rows to include for the view\', pk varchar(128) COMMENT \'Used with the FIND_IN_SET() function so use comma separated list without whitespace\', PRIMARY KEY (TABLE_NAME) );  IF (@sys.debug = \'ON\') THEN SELECT \'Populating tmp_sys_views_delta\' AS \'Debug\'; END IF; INSERT INTO tmp_sys_views_delta VALUES (\'host_summary\'                       , \'%{TABLE}.statement_latency DESC\', \'(e.statement_latency-IFNULL(s.statement_latency, 0)) DESC\', \'(e.statements - IFNULL(s.statements, 0)) > 0\', NULL, \'host\'), (\'host_summary_by_file_io\'            , \'%{TABLE}.io_latency DESC\', \'(e.io_latency-IFNULL(s.io_latency, 0)) DESC\', \'(e.ios - IFNULL(s.ios, 0)) > 0\', NULL, \'host\'), (\'host_summary_by_file_io_type\'       , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,event_name\'), (\'host_summary_by_stages\'             , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,event_name\'), (\'host_summary_by_statement_latency\'  , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host\'), (\'host_summary_by_statement_type\'     , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,statement\'), (\'io_by_thread_by_latency\'            , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,thread_id,processlist_id\'), (\'io_global_by_file_by_bytes\'         , \'%{TABLE}.total DESC\', \'(e.total-IFNULL(s.total, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', 100, \'file\'), (\'io_global_by_file_by_latency\'       , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', 100, \'file\'), (\'io_global_by_wait_by_bytes\'         , \'%{TABLE}.total_requested DESC\', \'(e.total_requested-IFNULL(s.total_requested, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_name\'), (\'io_global_by_wait_by_latency\'       , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_name\'), (\'schema_index_statistics\'            , \'(%{TABLE}.select_latency+%{TABLE}.insert_latency+%{TABLE}.update_latency+%{TABLE}.delete_latency) DESC\', \'((e.select_latency+e.insert_latency+e.update_latency+e.delete_latency)-IFNULL(s.select_latency+s.insert_latency+s.update_latency+s.delete_latency, 0)) DESC\', \'((e.rows_selected+e.insert_latency+e.rows_updated+e.rows_deleted)-IFNULL(s.rows_selected+s.rows_inserted+s.rows_updated+s.rows_deleted, 0)) > 0\', 100, \'table_schema,table_name,index_name\'), (\'schema_table_statistics\'            , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) > 0\', 100, \'table_schema,table_name\'), (\'schema_tables_with_full_table_scans\', \'%{TABLE}.rows_full_scanned DESC\', \'(e.rows_full_scanned-IFNULL(s.rows_full_scanned, 0)) DESC\', \'(e.rows_full_scanned-IFNULL(s.rows_full_scanned, 0)) > 0\', 100, \'object_schema,object_name\'), (\'user_summary\'                       , \'%{TABLE}.statement_latency DESC\', \'(e.statement_latency-IFNULL(s.statement_latency, 0)) DESC\', \'(e.statements - IFNULL(s.statements, 0)) > 0\', NULL, \'user\'), (\'user_summary_by_file_io\'            , \'%{TABLE}.io_latency DESC\', \'(e.io_latency-IFNULL(s.io_latency, 0)) DESC\', \'(e.ios - IFNULL(s.ios, 0)) > 0\', NULL, \'user\'), (\'user_summary_by_file_io_type\'       , \'%{TABLE}.user, %{TABLE}.latency DESC\', \'e.user, (e.latency-IFNULL(s.latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,event_name\'), (\'user_summary_by_stages\'             , \'%{TABLE}.user, %{TABLE}.total_latency DESC\', \'e.user, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,event_name\'), (\'user_summary_by_statement_latency\'  , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user\'), (\'user_summary_by_statement_type\'     , \'%{TABLE}.user, %{TABLE}.total_latency DESC\', \'e.user, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,statement\'), (\'wait_classes_global_by_avg_latency\' , \'IFNULL(%{TABLE}.total_latency / NULLIF(%{TABLE}.total, 0), 0) DESC\', \'IFNULL((e.total_latency-IFNULL(s.total_latency, 0)) / NULLIF((e.total - IFNULL(s.total, 0)), 0), 0) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_class\'), (\'wait_classes_global_by_latency\'     , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_class\'), (\'waits_by_host_by_latency\'           , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,event\'), (\'waits_by_user_by_latency\'           , \'%{TABLE}.user, %{TABLE}.total_latency DESC\', \'e.user, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,event\'), (\'waits_global_by_latency\'            , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'events\') ; END IF;   SELECT \'  =======================  Configuration  =======================  \' AS \'\'; SELECT \'GLOBAL VARIABLES\' AS \'The following output is:\'; IF (v_has_ps_vars = \'YES\') THEN SELECT LOWER(VARIABLE_NAME) AS Variable_name, VARIABLE_VALUE AS Variable_value FROM performance_schema.global_variables ORDER BY VARIABLE_NAME; ELSE SELECT LOWER(VARIABLE_NAME) AS Variable_name, VARIABLE_VALUE AS Variable_value FROM information_schema.GLOBAL_VARIABLES ORDER BY VARIABLE_NAME; END IF;  IF (v_has_ps = \'YES\') THEN SELECT \'Performance Schema Setup - Actors\' AS \'The following output is:\'; SELECT * FROM performance_schema.setup_actors;  SELECT \'Performance Schema Setup - Consumers\' AS \'The following output is:\'; SELECT NAME AS Consumer, ENABLED, sys.ps_is_consumer_enabled(NAME) AS COLLECTS FROM performance_schema.setup_consumers;  SELECT \'Performance Schema Setup - Instruments\' AS \'The following output is:\'; SELECT SUBSTRING_INDEX(NAME, \'/\', 2) AS \'InstrumentClass\', ROUND(100*SUM(IF(ENABLED = \'YES\', 1, 0))/COUNT(*), 2) AS \'EnabledPct\', ROUND(100*SUM(IF(TIMED = \'YES\', 1, 0))/COUNT(*), 2) AS \'TimedPct\' FROM performance_schema.setup_instruments GROUP BY SUBSTRING_INDEX(NAME, \'/\', 2) ORDER BY SUBSTRING_INDEX(NAME, \'/\', 2);  SELECT \'Performance Schema Setup - Objects\' AS \'The following output is:\'; SELECT * FROM performance_schema.setup_objects;  SELECT \'Performance Schema Setup - Threads\' AS \'The following output is:\'; SELECT `TYPE` AS ThreadType, COUNT(*) AS \'Total\', ROUND(100*SUM(IF(INSTRUMENTED = \'YES\', 1, 0))/COUNT(*), 2) AS \'InstrumentedPct\' FROM performance_schema.threads GROUP BY TYPE; END IF;   IF (v_has_replication = \'NO\') THEN SELECT \'No Replication Configured\' AS \'Replication Status\'; ELSE SELECT CONCAT(\'Replication Configured: \', v_has_replication, \' - Performance Schema Replication Tables: \', v_has_ps_replication) AS \'Replication Status\';  IF (v_has_ps_replication = \'YES\') THEN SELECT \'Replication - Connection Configuration\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_connection_configuration ORDER BY CHANNEL_NAME ; END IF;  IF (v_has_ps_replication = \'YES\') THEN SELECT \'Replication - Applier Configuration\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_configuration ORDER BY CHANNEL_NAME; END IF;  IF (@@master_info_repository = \'TABLE\') THEN SELECT \'Replication - Master Info Repository Configuration\' AS \'The following output is:\'; SELECT  Channel_name, Host, User_name, Port, Connect_retry, Enabled_ssl, Ssl_ca, Ssl_capath, Ssl_cert, Ssl_cipher, Ssl_key, Ssl_verify_server_cert, Heartbeat, Bind, Ignored_server_ids, Uuid, Retry_count, Ssl_crl, Ssl_crlpath, Tls_version, Enabled_auto_position FROM mysql.slave_master_info ORDER BY Channel_name ; END IF;  IF (@@relay_log_info_repository = \'TABLE\') THEN SELECT \'Replication - Relay Log Repository Configuration\' AS \'The following output is:\'; SELECT  Channel_name, Sql_delay, Number_of_workers, Id FROM mysql.slave_relay_log_info ORDER BY Channel_name ; END IF; END IF;   IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN SELECT \'Cluster Thread Blocks\' AS \'The following output is:\'; SELECT * FROM ndbinfo.threadblocks; END IF;  IF (v_has_ps = \'YES\') THEN IF (@sys.diagnostics.include_raw = \'ON\') THEN SELECT \'  ========================  Initial Status  ========================  \' AS \'\'; END IF;  DROP TEMPORARY TABLE IF EXISTS tmp_digests_start; CALL sys.statement_performance_analyzer(\'create_tmp\', \'tmp_digests_start\', NULL); CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); CALL sys.statement_performance_analyzer(\'save\', \'tmp_digests_start\', NULL);  IF (@sys.diagnostics.include_raw = \'ON\') THEN SET @sys.diagnostics.sql = REPLACE(@sys.diagnostics.sql_gen_query_template, \'%{OUTPUT}\', \'start\'); IF (@sys.debug = \'ON\') THEN SELECT \'The following query will be used to generate the query for each sys view\' AS \'Debug\'; SELECT @sys.diagnostics.sql AS \'Debug\'; END IF; PREPARE stmt_gen_query FROM @sys.diagnostics.sql; END IF; SET v_done = FALSE; OPEN c_sysviews_w_delta; c_sysviews_w_delta_loop: LOOP FETCH c_sysviews_w_delta INTO v_table_name; IF v_done THEN LEAVE c_sysviews_w_delta_loop; END IF;  IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'The following queries are for storing the initial content of \', v_table_name) AS \'Debug\'; END IF;  CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS `tmp_\', v_table_name, \'_start`\')); CALL sys.execute_prepared_stmt(CONCAT(\'CREATE TEMPORARY TABLE `tmp_\', v_table_name, \'_start` SELECT * FROM `sys`.`x$\', v_table_name, \'`\'));  IF (@sys.diagnostics.include_raw = \'ON\') THEN SET @sys.diagnostics.table_name = CONCAT(\'x$\', v_table_name); EXECUTE stmt_gen_query USING @sys.diagnostics.table_name; SELECT CONCAT(@sys.diagnostics.sql_select, IF(order_by IS NOT NULL, CONCAT(\'\\n ORDER BY \', REPLACE(order_by, \'%{TABLE}\', CONCAT(\'tmp_\', v_table_name, \'_start\'))), \'\'), IF(limit_rows IS NOT NULL, CONCAT(\'\\n LIMIT \', limit_rows), \'\') ) INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta WHERE TABLE_NAME = v_table_name; SELECT CONCAT(\'Initial \', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql_select); END IF; END LOOP; CLOSE c_sysviews_w_delta;  IF (@sys.diagnostics.include_raw = \'ON\') THEN DEALLOCATE PREPARE stmt_gen_query; END IF; END IF;  SET v_sql_status_summary_select = \'SELECT Variable_name\', v_sql_status_summary_delta  = \'\', v_sql_status_summary_from   = \'\';  REPEAT SET v_output_count = v_output_count + 1; IF (v_output_count > 1) THEN SET v_sleep = in_interval-(UNIX_TIMESTAMP(NOW(2))-v_iter_start); SELECT NOW() AS \'Time\', CONCAT(\'Going to sleep for \', v_sleep, \' seconds. Please do not interrupt\') AS \'The following output is:\'; DO SLEEP(in_interval); END IF; SET v_iter_start = UNIX_TIMESTAMP(NOW(2));  SELECT NOW(), CONCAT(\'Iteration Number \', IFNULL(v_output_count, \'NULL\')) AS \'The following output is:\';  IF (@@log_bin = 1) THEN SELECT \'SHOW MASTER STATUS\' AS \'The following output is:\'; SHOW MASTER STATUS; END IF;  IF (v_has_replication <> \'NO\') THEN SELECT \'SHOW SLAVE STATUS\' AS \'The following output is:\'; SHOW SLAVE STATUS;  IF (v_has_ps_replication = \'YES\') THEN SELECT \'Replication Connection Status\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_connection_status;  SELECT \'Replication Applier Status\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_status ORDER BY CHANNEL_NAME;  SELECT \'Replication Applier Status - Coordinator\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_status_by_coordinator ORDER BY CHANNEL_NAME;  SELECT \'Replication Applier Status - Worker\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_status_by_worker ORDER BY CHANNEL_NAME, WORKER_ID; END IF;  IF (@@master_info_repository = \'TABLE\') THEN SELECT \'Replication - Master Log Status\' AS \'The following output is:\'; SELECT Master_log_name, Master_log_pos FROM mysql.slave_master_info; END IF;  IF (@@relay_log_info_repository = \'TABLE\') THEN SELECT \'Replication - Relay Log Status\' AS \'The following output is:\'; SELECT sys.format_path(Relay_log_name) AS Relay_log_name, Relay_log_pos, Master_log_name, Master_log_pos FROM mysql.slave_relay_log_info;  SELECT \'Replication - Worker Status\' AS \'The following output is:\'; SELECT Id, sys.format_path(Relay_log_name) AS Relay_log_name, Relay_log_pos, Master_log_name, Master_log_pos, sys.format_path(Checkpoint_relay_log_name) AS Checkpoint_relay_log_name, Checkpoint_relay_log_pos, Checkpoint_master_log_name, Checkpoint_master_log_pos, Checkpoint_seqno, Checkpoint_group_size, HEX(Checkpoint_group_bitmap) AS Checkpoint_group_bitmap , Channel_name FROM mysql.slave_worker_info ORDER BY  Channel_name, Id; END IF; END IF;  SET v_table_name = CONCAT(\'tmp_metrics_\', v_output_count); CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS \', v_table_name));  CALL sys.execute_prepared_stmt(CONCAT(\'CREATE TEMPORARY TABLE \', v_table_name, \' ( Variable_name VARCHAR(193) NOT NULL, Variable_value VARCHAR(1024), Type VARCHAR(225) NOT NULL, Enabled ENUM(\'\'YES\'\', \'\'NO\'\', \'\'PARTIAL\'\') NOT NULL, PRIMARY KEY (Type, Variable_name) ) ENGINE = InnoDB DEFAULT CHARSET=utf8\'));  IF (v_has_metrics) THEN SET @sys.diagnostics.sql = CONCAT( \'INSERT INTO \', v_table_name, \' SELECT Variable_name, REPLACE(Variable_value, \'\'\\n\'\', \'\'\\\\\\\\n\'\') AS Variable_value, Type, Enabled FROM sys.metrics\' ); ELSE SET @sys.diagnostics.sql = CONCAT( \'INSERT INTO \', v_table_name, \'(SELECT LOWER(VARIABLE_NAME) AS Variable_name, REPLACE(VARIABLE_VALUE, \'\'\\n\'\', \'\'\\\\\\\\n\'\') AS Variable_value, \'\'Global Status\'\' AS Type, \'\'YES\'\' AS Enabled FROM performance_schema.global_status ) UNION ALL ( SELECT NAME AS Variable_name, COUNT AS Variable_value, CONCAT(\'\'InnoDB Metrics - \'\', SUBSYSTEM) AS Type, IF(STATUS = \'\'enabled\'\', \'\'YES\'\', \'\'NO\'\') AS Enabled FROM information_schema.INNODB_METRICS WHERE NAME NOT IN ( \'\'lock_row_lock_time\'\', \'\'lock_row_lock_time_avg\'\', \'\'lock_row_lock_time_max\'\', \'\'lock_row_lock_waits\'\', \'\'buffer_pool_reads\'\', \'\'buffer_pool_read_requests\'\', \'\'buffer_pool_write_requests\'\', \'\'buffer_pool_wait_free\'\', \'\'buffer_pool_read_ahead\'\', \'\'buffer_pool_read_ahead_evicted\'\', \'\'buffer_pool_pages_total\'\', \'\'buffer_pool_pages_misc\'\', \'\'buffer_pool_pages_data\'\', \'\'buffer_pool_bytes_data\'\', \'\'buffer_pool_pages_dirty\'\', \'\'buffer_pool_bytes_dirty\'\', \'\'buffer_pool_pages_free\'\', \'\'buffer_pages_created\'\', \'\'buffer_pages_written\'\', \'\'buffer_pages_read\'\', \'\'buffer_data_reads\'\', \'\'buffer_data_written\'\', \'\'file_num_open_files\'\', \'\'os_log_bytes_written\'\', \'\'os_log_fsyncs\'\', \'\'os_log_pending_fsyncs\'\', \'\'os_log_pending_writes\'\', \'\'log_waits\'\', \'\'log_write_requests\'\', \'\'log_writes\'\', \'\'innodb_dblwr_writes\'\', \'\'innodb_dblwr_pages_written\'\', \'\'innodb_page_size\'\') ) UNION ALL ( SELECT \'\'NOW()\'\' AS Variable_name, NOW(3) AS Variable_value, \'\'System Time\'\' AS Type, \'\'YES\'\' AS Enabled ) UNION ALL ( SELECT \'\'UNIX_TIMESTAMP()\'\' AS Variable_name, ROUND(UNIX_TIMESTAMP(NOW(3)), 3) AS Variable_value, \'\'System Time\'\' AS Type, \'\'YES\'\' AS Enabled ) ORDER BY Type, Variable_name;\' ); END IF; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql);  CALL sys.execute_prepared_stmt( CONCAT(\'(SELECT Variable_value INTO @sys.diagnostics.output_time FROM \', v_table_name, \' WHERE Type = \'\'System Time\'\' AND Variable_name = \'\'UNIX_TIMESTAMP()\'\')\') ); SET v_output_time = @sys.diagnostics.output_time;  SET v_sql_status_summary_select = CONCAT(v_sql_status_summary_select, \', CONCAT( LEFT(s\', v_output_count, \'.Variable_value, \', v_status_summary_width, \'), IF(\', REPLACE(v_no_delta_names, \'%{COUNT}\', v_output_count), \' AND s\', v_output_count, \'.Variable_value REGEXP \'\'^[0-9]+(\\\\\\\\.[0-9]+)?$\'\', CONCAT(\'\' (\'\', ROUND(s\', v_output_count, \'.Variable_value/\', v_output_time, \', 2), \'\'/sec)\'\'), \'\'\'\') ) AS \'\'Output \', v_output_count, \'\'\'\'), v_sql_status_summary_from   = CONCAT(v_sql_status_summary_from, \' \', IF(v_output_count = 1, \'  FROM \', \'       INNER JOIN \'), v_table_name, \' s\', v_output_count, IF (v_output_count = 1, \'\', \' USING (Type, Variable_name)\')); IF (v_output_count > 1) THEN SET v_sql_status_summary_delta  = CONCAT(v_sql_status_summary_delta, \', IF(\', REPLACE(v_no_delta_names, \'%{COUNT}\', v_output_count), \' AND s\', (v_output_count-1), \'.Variable_value REGEXP \'\'^[0-9]+(\\\\\\\\.[0-9]+)?$\'\' AND s\', v_output_count, \'.Variable_value REGEXP \'\'^[0-9]+(\\\\\\\\.[0-9]+)?$\'\', CONCAT(IF(s\', (v_output_count-1), \'.Variable_value REGEXP \'\'^[0-9]+\\\\\\\\.[0-9]+$\'\' OR s\', v_output_count, \'.Variable_value REGEXP \'\'^[0-9]+\\\\\\\\.[0-9]+$\'\', ROUND((s\', v_output_count, \'.Variable_value-s\', (v_output_count-1), \'.Variable_value), 2), (s\', v_output_count, \'.Variable_value-s\', (v_output_count-1), \'.Variable_value) ), \'\' (\'\', ROUND((s\', v_output_count, \'.Variable_value-s\', (v_output_count-1), \'.Variable_value)/(\', v_output_time, \'-\', v_output_time_prev, \'), 2), \'\'/sec)\'\' ), \'\'\'\' ) AS \'\'Delta (\', (v_output_count-1), \' -> \', v_output_count, \')\'\'\'); END IF;  SET v_output_time_prev = v_output_time;  IF (@sys.diagnostics.include_raw = \'ON\') THEN IF (v_has_metrics) THEN SELECT \'SELECT * FROM sys.metrics\' AS \'The following output is:\'; ELSE SELECT \'sys.metrics equivalent\' AS \'The following output is:\'; END IF; CALL sys.execute_prepared_stmt(CONCAT(\'SELECT Type, Variable_name, Enabled, Variable_value FROM \', v_table_name, \' ORDER BY Type, Variable_name\')); END IF;  IF (v_has_innodb IN (\'DEFAULT\', \'YES\')) THEN SELECT \'SHOW ENGINE INNODB STATUS\' AS \'The following output is:\'; EXECUTE stmt_innodb_status; SELECT \'InnoDB - Transactions\' AS \'The following output is:\'; SELECT * FROM information_schema.INNODB_TRX; END IF;  IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN SELECT \'SHOW ENGINE NDBCLUSTER STATUS\' AS \'The following output is:\'; EXECUTE stmt_ndbcluster_status;  SELECT \'ndbinfo.memoryusage\' AS \'The following output is:\'; SELECT node_id, memory_type, sys.format_bytes(used) AS used, used_pages, sys.format_bytes(total) AS total, total_pages, ROUND(100*(used/total), 2) AS \'Used %\' FROM ndbinfo.memoryusage;  SET v_done = FALSE; OPEN c_ndbinfo; c_ndbinfo_loop: LOOP FETCH c_ndbinfo INTO v_table_name; IF v_done THEN LEAVE c_ndbinfo_loop; END IF;  SELECT CONCAT(\'SELECT * FROM ndbinfo.\', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(CONCAT(\'SELECT * FROM `ndbinfo`.`\', v_table_name, \'`\')); END LOOP; CLOSE c_ndbinfo;  SELECT * FROM information_schema.FILES; END IF;  SELECT \'SELECT * FROM sys.processlist\' AS \'The following output is:\'; SELECT processlist.* FROM sys.processlist;  IF (v_has_ps = \'YES\') THEN IF (sys.ps_is_consumer_enabled(\'events_waits_history_long\') = \'YES\') THEN SELECT \'SELECT * FROM sys.latest_file_io\' AS \'The following output is:\'; SELECT * FROM sys.latest_file_io; END IF;  IF (EXISTS(SELECT 1 FROM performance_schema.setup_instruments WHERE NAME LIKE \'memory/%\' AND ENABLED = \'YES\')) THEN SELECT \'SELECT * FROM sys.memory_by_host_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_by_host_by_current_bytes;  SELECT \'SELECT * FROM sys.memory_by_thread_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_by_thread_by_current_bytes;  SELECT \'SELECT * FROM sys.memory_by_user_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_by_user_by_current_bytes;  SELECT \'SELECT * FROM sys.memory_global_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_global_by_current_bytes; END IF; END IF;  SET v_runtime = (UNIX_TIMESTAMP(NOW(2)) - v_start); UNTIL (v_runtime + in_interval >= in_max_runtime) END REPEAT;  IF (v_has_ps = \'YES\') THEN SELECT \'SHOW ENGINE PERFORMANCE_SCHEMA STATUS\' AS \'The following output is:\'; EXECUTE stmt_ps_status; END IF;  IF (v_has_innodb IN (\'DEFAULT\', \'YES\')) THEN DEALLOCATE PREPARE stmt_innodb_status; END IF; IF (v_has_ps = \'YES\') THEN DEALLOCATE PREPARE stmt_ps_status; END IF; IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN DEALLOCATE PREPARE stmt_ndbcluster_status; END IF;   SELECT \'  ============================  Schema Information  ============================  \' AS \'\';  SELECT COUNT(*) AS \'Total Number of Tables\' FROM information_schema.TABLES;  IF (@sys.diagnostics.allow_i_s_tables = \'ON\') THEN SELECT \'Storage Engine Usage\' AS \'The following output is:\'; SELECT ENGINE, COUNT(*) AS NUM_TABLES, sys.format_bytes(SUM(DATA_LENGTH)) AS DATA_LENGTH, sys.format_bytes(SUM(INDEX_LENGTH)) AS INDEX_LENGTH, sys.format_bytes(SUM(DATA_LENGTH+INDEX_LENGTH)) AS TOTAL FROM information_schema.TABLES GROUP BY ENGINE;  SELECT \'Schema Object Overview\' AS \'The following output is:\'; SELECT * FROM sys.schema_object_overview;  SELECT \'Tables without a PRIMARY KEY\' AS \'The following output is:\'; SELECT TABLES.TABLE_SCHEMA, ENGINE, COUNT(*) AS NumTables FROM information_schema.TABLES LEFT OUTER JOIN information_schema.STATISTICS ON STATISTICS.TABLE_SCHEMA = TABLES.TABLE_SCHEMA AND STATISTICS.TABLE_NAME = TABLES.TABLE_NAME AND STATISTICS.INDEX_NAME = \'PRIMARY\' WHERE STATISTICS.TABLE_NAME IS NULL AND TABLES.TABLE_SCHEMA NOT IN (\'mysql\', \'information_schema\', \'performance_schema\', \'sys\') AND TABLES.TABLE_TYPE = \'BASE TABLE\' GROUP BY TABLES.TABLE_SCHEMA, ENGINE; END IF;  IF (v_has_ps = \'YES\') THEN SELECT \'Unused Indexes\' AS \'The following output is:\'; SELECT object_schema, COUNT(*) AS NumUnusedIndexes FROM performance_schema.table_io_waits_summary_by_index_usage WHERE index_name IS NOT NULL AND count_star = 0 AND object_schema NOT IN (\'mysql\', \'sys\') AND index_name != \'PRIMARY\' GROUP BY object_schema; END IF;  IF (v_has_ps = \'YES\') THEN SELECT \'  =========================  Overall Status  =========================  \' AS \'\';  SELECT \'CALL sys.ps_statement_avg_latency_histogram()\' AS \'The following output is:\'; CALL sys.ps_statement_avg_latency_histogram();  CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); CALL sys.statement_performance_analyzer(\'overall\', NULL, \'with_runtimes_in_95th_percentile\');  SET @sys.diagnostics.sql = REPLACE(@sys.diagnostics.sql_gen_query_template, \'%{OUTPUT}\', \'end\'); IF (@sys.debug = \'ON\') THEN SELECT \'The following query will be used to generate the query for each sys view\' AS \'Debug\'; SELECT @sys.diagnostics.sql AS \'Debug\'; END IF; PREPARE stmt_gen_query FROM @sys.diagnostics.sql;  SET v_done = FALSE; OPEN c_sysviews_w_delta; c_sysviews_w_delta_loop: LOOP FETCH c_sysviews_w_delta INTO v_table_name; IF v_done THEN LEAVE c_sysviews_w_delta_loop; END IF;  IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'The following queries are for storing the final content of \', v_table_name) AS \'Debug\'; END IF;  CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS `tmp_\', v_table_name, \'_end`\')); CALL sys.execute_prepared_stmt(CONCAT(\'CREATE TEMPORARY TABLE `tmp_\', v_table_name, \'_end` SELECT * FROM `sys`.`x$\', v_table_name, \'`\'));  SET @sys.diagnostics.table_name = CONCAT(\'x$\', v_table_name); EXECUTE stmt_gen_query USING @sys.diagnostics.table_name; SELECT CONCAT(@sys.diagnostics.sql_select, IF(order_by IS NOT NULL, CONCAT(\'\\n ORDER BY \', REPLACE(order_by, \'%{TABLE}\', CONCAT(\'tmp_\', v_table_name, \'_end\'))), \'\'), IF(limit_rows IS NOT NULL, CONCAT(\'\\n LIMIT \', limit_rows), \'\') ) INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta WHERE TABLE_NAME = v_table_name; SELECT CONCAT(\'Overall \', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql_select); END LOOP; CLOSE c_sysviews_w_delta;  DEALLOCATE PREPARE stmt_gen_query;   SELECT \'  ======================  Delta Status  ======================  \' AS \'\';  CALL sys.statement_performance_analyzer(\'delta\', \'tmp_digests_start\', \'with_runtimes_in_95th_percentile\'); CALL sys.statement_performance_analyzer(\'cleanup\', NULL, NULL);  DROP TEMPORARY TABLE tmp_digests_start;  IF (@sys.debug = \'ON\') THEN SELECT \'The following query will be used to generate the query for each sys view delta\' AS \'Debug\'; SELECT @sys.diagnostics.sql_gen_query_delta AS \'Debug\'; END IF; PREPARE stmt_gen_query_delta FROM @sys.diagnostics.sql_gen_query_delta;  SET v_old_group_concat_max_len = @@session.group_concat_max_len; SET @@session.group_concat_max_len = 2048; SET v_done = FALSE; OPEN c_sysviews_w_delta; c_sysviews_w_delta_loop: LOOP FETCH c_sysviews_w_delta INTO v_table_name; IF v_done THEN LEAVE c_sysviews_w_delta_loop; END IF;  SET @sys.diagnostics.table_name = v_table_name; EXECUTE stmt_gen_query_delta USING @sys.diagnostics.table_name; SELECT CONCAT(@sys.diagnostics.sql_select, IF(where_delta IS NOT NULL, CONCAT(\'\\n WHERE \', where_delta), \'\'), IF(order_by_delta IS NOT NULL, CONCAT(\'\\n ORDER BY \', order_by_delta), \'\'), IF(limit_rows IS NOT NULL, CONCAT(\'\\n LIMIT \', limit_rows), \'\') ) INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta WHERE TABLE_NAME = v_table_name;  SELECT CONCAT(\'Delta \', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql_select);  CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE `tmp_\', v_table_name, \'_end`\')); CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE `tmp_\', v_table_name, \'_start`\')); END LOOP; CLOSE c_sysviews_w_delta; SET @@session.group_concat_max_len = v_old_group_concat_max_len;  DEALLOCATE PREPARE stmt_gen_query_delta; DROP TEMPORARY TABLE tmp_sys_views_delta; END IF;  IF (v_has_metrics) THEN SELECT \'SELECT * FROM sys.metrics\' AS \'The following output is:\'; ELSE SELECT \'sys.metrics equivalent\' AS \'The following output is:\'; END IF; CALL sys.execute_prepared_stmt( CONCAT(v_sql_status_summary_select, v_sql_status_summary_delta, \', Type, s1.Enabled\', v_sql_status_summary_from, \' ORDER BY Type, Variable_name\' ) );  SET v_count = 0; WHILE (v_count < v_output_count) DO SET v_count = v_count + 1; SET v_table_name = CONCAT(\'tmp_metrics_\', v_count); CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS \', v_table_name)); END WHILE;  IF (in_auto_config <> \'current\') THEN CALL sys.ps_setup_reload_saved(); SET sql_log_bin = @log_bin; END IF;  SET @sys.diagnostics.output_time            = NULL, @sys.diagnostics.sql                    = NULL, @sys.diagnostics.sql_gen_query_delta    = NULL, @sys.diagnostics.sql_gen_query_template = NULL, @sys.diagnostics.sql_select             = NULL, @sys.diagnostics.table_name             = NULL;  IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  IF (@log_bin = 1) THEN SET sql_log_bin = @log_bin; END IF; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Create a report of the current status of the server for diagnostics purposes. Data collected includes (some items depends on versions and settings):\n \n * The GLOBAL VARIABLES\n * Several sys schema views including metrics or equivalent (depending on version and settings)\n * Queries in the 95th percentile\n * Several ndbinfo views for MySQL Cluster\n * Replication (both master and slave) information.\n \n Some of the sys schema views are calculated as initial (optional), overall, delta:\n \n * The initial view is the content of the view at the start of this procedure.\n This output will be the same as the the start values used for the delta view.\n The initial view is included if @sys.diagnostics.include_raw = \'ON\'.\n * The overall view is the content of the view at the end of this procedure.\n This output is the same as the end values used for the delta view.\n The overall view is always included.\n * The delta view is the difference from the beginning to the end. Note that for min and max values\n they are simply the min or max value from the end view respectively, so does not necessarily reflect\n the minimum/maximum value in the monitored period.\n Note: except for the metrics views the delta is only calculation between the first and last outputs.\n \n Requires the SUPER privilege for \"SET sql_log_bin = 0;\".\n \n Versions supported:\n * MySQL 5.6: 5.6.10 and later\n * MySQL 5.7: 5.7.9 and later\n \n Parameters\n \n in_max_runtime (INT UNSIGNED):\n The maximum time to keep collecting data.\n Use NULL to get the default which is 60 seconds, otherwise enter a value greater than 0.\n in_interval (INT UNSIGNED):\n How long to sleep between data collections.\n Use NULL to get the default which is 30 seconds, otherwise enter a value greater than 0.\n in_auto_config (ENUM(\'current\', \'medium\', \'full\'))\n Automatically enable Performance Schema instruments and consumers.\n NOTE: The more that are enabled, the more impact on the performance.\n Supported values are:\n * current - use the current settings.\n * medium - enable some settings.\n * full - enables all settings. This will have a big impact on the\n performance - be careful using this option.\n If another setting the \'current\' is chosen, the current settings\n are restored at the end of the procedure.\n \n \n Configuration Options\n \n sys.diagnostics.allow_i_s_tables\n Specifies whether it is allowed to do table scan queries on information_schema.TABLES. This can be expensive if there\n are many tables. Set to \'ON\' to allow, \'OFF\' to not allow.\n Default is \'OFF\'.\n \n sys.diagnostics.include_raw\n Set to \'ON\' to include the raw data (e.g. the original output of \"SELECT * FROM sys.metrics\").\n Use this to get the initial values of the various views.\n Default is \'OFF\'.\n \n sys.statement_truncate_len\n How much of queries in the process list output to include.\n Default is 64.\n \n sys.debug\n Whether to provide debugging output.\n Default is \'OFF\'. Set to \'ON\' to include.\n \n \n Example\n \n To create a report and append it to the file diag.out:\n \n mysql> TEE diag.out;\n mysql> CALL sys.diagnostics(120, 30, \'current\');\n ...\n mysql> NOTEE;\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_start, v_runtime, v_iter_start, v_sleep DECIMAL(20,2) DEFAULT 0.0; DECLARE v_has_innodb, v_has_ndb, v_has_ps, v_has_replication, v_has_ps_replication VARCHAR(8) CHARSET utf8 DEFAULT \'NO\'; DECLARE v_this_thread_enabled, v_has_ps_vars, v_has_metrics ENUM(\'YES\', \'NO\'); DECLARE v_table_name, v_banner VARCHAR(64) CHARSET utf8; DECLARE v_sql_status_summary_select, v_sql_status_summary_delta, v_sql_status_summary_from, v_no_delta_names TEXT; DECLARE v_output_time, v_output_time_prev DECIMAL(20,3) UNSIGNED; DECLARE v_output_count, v_count, v_old_group_concat_max_len INT UNSIGNED DEFAULT 0; DECLARE v_status_summary_width TINYINT UNSIGNED DEFAULT 50; DECLARE v_done BOOLEAN DEFAULT FALSE; DECLARE c_ndbinfo CURSOR FOR SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = \'ndbinfo\' AND TABLE_NAME NOT IN ( \'blocks\', \'config_params\', \'dict_obj_types\', \'disk_write_speed_base\', \'memory_per_fragment\', \'memoryusage\', \'operations_per_fragment\', \'threadblocks\' ); DECLARE c_sysviews_w_delta CURSOR FOR SELECT table_name FROM tmp_sys_views_delta ORDER BY table_name; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SELECT INSTRUMENTED INTO v_this_thread_enabled FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_disable_thread(CONNECTION_ID()); END IF;  IF (in_max_runtime < in_interval) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'in_max_runtime must be greater than or equal to in_interval\'; END IF; IF (in_max_runtime = 0) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'in_max_runtime must be greater than 0\'; END IF; IF (in_interval = 0) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'in_interval must be greater than 0\'; END IF;  IF (@sys.diagnostics.allow_i_s_tables IS NULL) THEN SET @sys.diagnostics.allow_i_s_tables = sys.sys_get_config(\'diagnostics.allow_i_s_tables\', \'OFF\'); END IF; IF (@sys.diagnostics.include_raw IS NULL) THEN SET @sys.diagnostics.include_raw      = sys.sys_get_config(\'diagnostics.include_raw\'     , \'OFF\'); END IF; IF (@sys.debug IS NULL) THEN SET @sys.debug                        = sys.sys_get_config(\'debug\'                       , \'OFF\'); END IF; IF (@sys.statement_truncate_len IS NULL) THEN SET @sys.statement_truncate_len       = sys.sys_get_config(\'statement_truncate_len\'      , \'64\' ); END IF;  SET @log_bin := @@sql_log_bin; IF (@log_bin = 1) THEN SET sql_log_bin = 0; END IF;  SET v_no_delta_names = CONCAT(\'s%{COUNT}.Variable_name NOT IN (\', \'\'innodb_buffer_pool_pages_total\', \', \'\'innodb_page_size\', \', \'\'last_query_cost\', \', \'\'last_query_partial_plans\', \', \'\'qcache_total_blocks\', \', \'\'slave_last_heartbeat\', \', \'\'ssl_ctx_verify_depth\', \', \'\'ssl_ctx_verify_mode\', \', \'\'ssl_session_cache_size\', \', \'\'ssl_verify_depth\', \', \'\'ssl_verify_mode\', \', \'\'ssl_version\', \', \'\'buffer_flush_lsn_avg_rate\', \', \'\'buffer_flush_pct_for_dirty\', \', \'\'buffer_flush_pct_for_lsn\', \', \'\'buffer_pool_pages_total\', \', \'\'lock_row_lock_time_avg\', \', \'\'lock_row_lock_time_max\', \', \'\'innodb_page_size\'\', \')\');  IF (in_auto_config <> \'current\') THEN IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'Updating Performance Schema configuration to \', in_auto_config) AS \'Debug\'; END IF; CALL sys.ps_setup_save(0);  IF (in_auto_config = \'medium\') THEN UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\' WHERE NAME NOT LIKE \'%\\_history%\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\' WHERE NAME NOT LIKE \'wait/synch/%\'; ELSEIF (in_auto_config = \'full\') THEN UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\'; END IF;  UPDATE performance_schema.threads SET INSTRUMENTED = \'YES\' WHERE PROCESSLIST_ID <> CONNECTION_ID(); END IF;  SET v_start        = UNIX_TIMESTAMP(NOW(2)), in_interval    = IFNULL(in_interval, 30), in_max_runtime = IFNULL(in_max_runtime, 60);  SET v_banner = REPEAT( \'-\', LEAST( GREATEST( 36, CHAR_LENGTH(VERSION()), CHAR_LENGTH(@@global.version_comment), CHAR_LENGTH(@@global.version_compile_os), CHAR_LENGTH(@@global.version_compile_machine), CHAR_LENGTH(@@global.socket), CHAR_LENGTH(@@global.datadir) ), 64 ) ); SELECT \'Hostname\' AS \'Name\', @@global.hostname AS \'Value\' UNION ALL SELECT \'Port\' AS \'Name\', @@global.port AS \'Value\' UNION ALL SELECT \'Socket\' AS \'Name\', @@global.socket AS \'Value\' UNION ALL SELECT \'Datadir\' AS \'Name\', @@global.datadir AS \'Value\' UNION ALL SELECT \'Server UUID\' AS \'Name\', @@global.server_uuid AS \'Value\' UNION ALL SELECT REPEAT(\'-\', 23) AS \'Name\', v_banner AS \'Value\' UNION ALL SELECT \'MySQL Version\' AS \'Name\', VERSION() AS \'Value\' UNION ALL SELECT \'Sys Schema Version\' AS \'Name\', (SELECT sys_version FROM sys.version) AS \'Value\' UNION ALL SELECT \'Version Comment\' AS \'Name\', @@global.version_comment AS \'Value\' UNION ALL SELECT \'Version Compile OS\' AS \'Name\', @@global.version_compile_os AS \'Value\' UNION ALL SELECT \'Version Compile Machine\' AS \'Name\', @@global.version_compile_machine AS \'Value\' UNION ALL SELECT REPEAT(\'-\', 23) AS \'Name\', v_banner AS \'Value\' UNION ALL SELECT \'UTC Time\' AS \'Name\', UTC_TIMESTAMP() AS \'Value\' UNION ALL SELECT \'Local Time\' AS \'Name\', NOW() AS \'Value\' UNION ALL SELECT \'Time Zone\' AS \'Name\', @@global.time_zone AS \'Value\' UNION ALL SELECT \'System Time Zone\' AS \'Name\', @@global.system_time_zone AS \'Value\' UNION ALL SELECT \'Time Zone Offset\' AS \'Name\', TIMEDIFF(NOW(), UTC_TIMESTAMP()) AS \'Value\';  SET v_has_innodb         = IFNULL((SELECT SUPPORT FROM information_schema.ENGINES WHERE ENGINE = \'InnoDB\'), \'NO\'), v_has_ndb            = IFNULL((SELECT SUPPORT FROM information_schema.ENGINES WHERE ENGINE = \'NDBCluster\'), \'NO\'), v_has_ps             = IFNULL((SELECT SUPPORT FROM information_schema.ENGINES WHERE ENGINE = \'PERFORMANCE_SCHEMA\'), \'NO\'), v_has_ps_replication = IF(v_has_ps = \'YES\' AND EXISTS(SELECT 1 FROM information_schema.TABLES WHERE TABLE_SCHEMA = \'performance_schema\' AND TABLE_NAME = \'replication_applier_status\'), \'YES\', \'NO\' ), v_has_replication    =  IF(v_has_ps_replication = \'YES\', IF((SELECT COUNT(*) FROM performance_schema.replication_connection_status) > 0, \'YES\', \'NO\'), IF(@@master_info_repository = \'TABLE\', IF((SELECT COUNT(*) FROM mysql.slave_master_info) > 0, \'YES\', \'NO\'), IF(@@relay_log_info_repository = \'TABLE\', IF((SELECT COUNT(*) FROM mysql.slave_relay_log_info) > 0, \'YES\', \'NO\'), \'MAYBE\')) ) , v_has_metrics        = IF(v_has_ps = \'YES\' OR (sys.version_major() = 5 AND sys.version_minor() = 6), \'YES\', \'NO\'), v_has_ps_vars        = \'NO\';   SET v_has_ps_vars = IF(@@global.show_compatibility_56, \'NO\', \'YES\');  SET v_has_ps_vars = \'YES\';  IF (@sys.debug = \'ON\') THEN SELECT v_has_innodb AS \'Has_InnoDB\', v_has_ndb AS \'Has_NDBCluster\', v_has_ps AS \'Has_Performance_Schema\', v_has_ps_vars AS \'Has_P_S_SHOW_Variables\', v_has_metrics AS \'Has_metrics\', v_has_ps_replication \'AS Has_P_S_Replication\', v_has_replication AS \'Has_Replication\'; END IF;  IF (v_has_innodb IN (\'DEFAULT\', \'YES\')) THEN SET @sys.diagnostics.sql = \'SHOW ENGINE InnoDB STATUS\'; PREPARE stmt_innodb_status FROM @sys.diagnostics.sql; END IF;  IF (v_has_ps = \'YES\') THEN SET @sys.diagnostics.sql = \'SHOW ENGINE PERFORMANCE_SCHEMA STATUS\'; PREPARE stmt_ps_status FROM @sys.diagnostics.sql; END IF;  IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN SET @sys.diagnostics.sql = \'SHOW ENGINE NDBCLUSTER STATUS\'; PREPARE stmt_ndbcluster_status FROM @sys.diagnostics.sql; END IF;  SET @sys.diagnostics.sql_gen_query_template = \'SELECT CONCAT( \'SELECT \', GROUP_CONCAT( CASE WHEN (SUBSTRING(TABLE_NAME, 3), COLUMN_NAME) IN ( (\'io_global_by_file_by_bytes\', \'total\'), (\'io_global_by_wait_by_bytes\', \'total_requested\') ) THEN CONCAT(\'sys.format_bytes(\', COLUMN_NAME, \') AS \', COLUMN_NAME) WHEN COLUMN_NAME LIKE \'%latency\' THEN CONCAT(\'sys.format_time(\', COLUMN_NAME, \') AS \', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, -7) = \'_memory\' OR SUBSTRING(COLUMN_NAME, -17) = \'_memory_allocated\' OR ((SUBSTRING(COLUMN_NAME, -5) = \'_read\' OR SUBSTRING(COLUMN_NAME, -8) = \'_written\' OR SUBSTRING(COLUMN_NAME, -6) = \'_write\') AND SUBSTRING(COLUMN_NAME, 1, 6) <> \'COUNT_\') THEN CONCAT(\'sys.format_bytes(\', COLUMN_NAME, \') AS \', COLUMN_NAME) ELSE COLUMN_NAME END ORDER BY ORDINAL_POSITION SEPARATOR \',\n       \' ), \'\n  FROM tmp_\', SUBSTRING(TABLE_NAME FROM 3), \'_%{OUTPUT}\' ) AS Query INTO @sys.diagnostics.sql_select FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = \'sys\' AND TABLE_NAME = ? GROUP BY TABLE_NAME\';  SET @sys.diagnostics.sql_gen_query_delta = \'SELECT CONCAT( \'SELECT \', GROUP_CONCAT( CASE WHEN FIND_IN_SET(COLUMN_NAME, diag.pk) THEN COLUMN_NAME WHEN diag.TABLE_NAME = \'io_global_by_file_by_bytes\' AND COLUMN_NAME = \'write_pct\' THEN CONCAT(\'IFNULL(ROUND(100-(((e.total_read-IFNULL(s.total_read, 0))\', \'/NULLIF(((e.total_read-IFNULL(s.total_read, 0))+(e.total_written-IFNULL(s.total_written, 0))), 0))*100), 2), 0.00) AS \', COLUMN_NAME) WHEN (diag.TABLE_NAME, COLUMN_NAME) IN ( (\'io_global_by_file_by_bytes\', \'total\'), (\'io_global_by_wait_by_bytes\', \'total_requested\') ) THEN CONCAT(\'sys.format_bytes(e.\', COLUMN_NAME, \'-IFNULL(s.\', COLUMN_NAME, \', 0)) AS \', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, 1, 4) IN (\'max_\', \'min_\') AND SUBSTRING(COLUMN_NAME, -8) = \'_latency\' THEN CONCAT(\'sys.format_time(e.\', COLUMN_NAME, \') AS \', COLUMN_NAME) WHEN COLUMN_NAME = \'avg_latency\' THEN CONCAT(\'sys.format_time((e.total_latency - IFNULL(s.total_latency, 0))\', \'/NULLIF(e.total - IFNULL(s.total, 0), 0)) AS \', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, -12) = \'_avg_latency\' THEN CONCAT(\'sys.format_time((e.\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'_latency - IFNULL(s.\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'_latency, 0))\', \'/NULLIF(e.\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'s - IFNULL(s.\', SUBSTRING(COLUMN_NAME FROM 1 FOR CHAR_LENGTH(COLUMN_NAME)-12), \'s, 0), 0)) AS \', COLUMN_NAME) WHEN COLUMN_NAME LIKE \'%latency\' THEN CONCAT(\'sys.format_time(e.\', COLUMN_NAME, \' - IFNULL(s.\', COLUMN_NAME, \', 0)) AS \', COLUMN_NAME) WHEN COLUMN_NAME IN (\'avg_read\', \'avg_write\', \'avg_written\') THEN CONCAT(\'sys.format_bytes(IFNULL((e.total_\', IF(COLUMN_NAME = \'avg_read\', \'read\', \'written\'), \'-IFNULL(s.total_\', IF(COLUMN_NAME = \'avg_read\', \'read\', \'written\'), \', 0))\', \'/NULLIF(e.count_\', IF(COLUMN_NAME = \'avg_read\', \'read\', \'write\'), \'-IFNULL(s.count_\', IF(COLUMN_NAME = \'avg_read\', \'read\', \'write\'), \', 0), 0), 0)) AS \', COLUMN_NAME) WHEN SUBSTRING(COLUMN_NAME, -7) = \'_memory\' OR SUBSTRING(COLUMN_NAME, -17) = \'_memory_allocated\' OR ((SUBSTRING(COLUMN_NAME, -5) = \'_read\' OR SUBSTRING(COLUMN_NAME, -8) = \'_written\' OR SUBSTRING(COLUMN_NAME, -6) = \'_write\') AND SUBSTRING(COLUMN_NAME, 1, 6) <> \'COUNT_\') THEN CONCAT(\'sys.format_bytes(e.\', COLUMN_NAME, \' - IFNULL(s.\', COLUMN_NAME, \', 0)) AS \', COLUMN_NAME) ELSE CONCAT(\'(e.\', COLUMN_NAME, \' - IFNULL(s.\', COLUMN_NAME, \', 0)) AS \', COLUMN_NAME) END ORDER BY ORDINAL_POSITION SEPARATOR \',\n       \' ), \'\n  FROM tmp_\', diag.TABLE_NAME, \'_end e LEFT OUTER JOIN tmp_\', diag.TABLE_NAME, \'_start s USING (\', diag.pk, \')\' ) AS Query INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta diag INNER JOIN information_schema.COLUMNS c ON c.TABLE_NAME = CONCAT(\'x$\', diag.TABLE_NAME) WHERE c.TABLE_SCHEMA = \'sys\' AND diag.TABLE_NAME = ? GROUP BY diag.TABLE_NAME\';  IF (v_has_ps = \'YES\') THEN DROP TEMPORARY TABLE IF EXISTS tmp_sys_views_delta; CREATE TEMPORARY TABLE tmp_sys_views_delta ( TABLE_NAME varchar(64) NOT NULL, order_by text COMMENT \'ORDER BY clause for the initial and overall views\', order_by_delta text COMMENT \'ORDER BY clause for the delta views\', where_delta text COMMENT \'WHERE clause to use for delta views to only include rows with a \"count\" > 0\', limit_rows int unsigned COMMENT \'The maximum number of rows to include for the view\', pk varchar(128) COMMENT \'Used with the FIND_IN_SET() function so use comma separated list without whitespace\', PRIMARY KEY (TABLE_NAME) );  IF (@sys.debug = \'ON\') THEN SELECT \'Populating tmp_sys_views_delta\' AS \'Debug\'; END IF; INSERT INTO tmp_sys_views_delta VALUES (\'host_summary\'                       , \'%{TABLE}.statement_latency DESC\', \'(e.statement_latency-IFNULL(s.statement_latency, 0)) DESC\', \'(e.statements - IFNULL(s.statements, 0)) > 0\', NULL, \'host\'), (\'host_summary_by_file_io\'            , \'%{TABLE}.io_latency DESC\', \'(e.io_latency-IFNULL(s.io_latency, 0)) DESC\', \'(e.ios - IFNULL(s.ios, 0)) > 0\', NULL, \'host\'), (\'host_summary_by_file_io_type\'       , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,event_name\'), (\'host_summary_by_stages\'             , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,event_name\'), (\'host_summary_by_statement_latency\'  , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host\'), (\'host_summary_by_statement_type\'     , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,statement\'), (\'io_by_thread_by_latency\'            , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,thread_id,processlist_id\'), (\'io_global_by_file_by_bytes\'         , \'%{TABLE}.total DESC\', \'(e.total-IFNULL(s.total, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', 100, \'file\'), (\'io_global_by_file_by_latency\'       , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', 100, \'file\'), (\'io_global_by_wait_by_bytes\'         , \'%{TABLE}.total_requested DESC\', \'(e.total_requested-IFNULL(s.total_requested, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_name\'), (\'io_global_by_wait_by_latency\'       , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_name\'), (\'schema_index_statistics\'            , \'(%{TABLE}.select_latency+%{TABLE}.insert_latency+%{TABLE}.update_latency+%{TABLE}.delete_latency) DESC\', \'((e.select_latency+e.insert_latency+e.update_latency+e.delete_latency)-IFNULL(s.select_latency+s.insert_latency+s.update_latency+s.delete_latency, 0)) DESC\', \'((e.rows_selected+e.insert_latency+e.rows_updated+e.rows_deleted)-IFNULL(s.rows_selected+s.rows_inserted+s.rows_updated+s.rows_deleted, 0)) > 0\', 100, \'table_schema,table_name,index_name\'), (\'schema_table_statistics\'            , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) > 0\', 100, \'table_schema,table_name\'), (\'schema_tables_with_full_table_scans\', \'%{TABLE}.rows_full_scanned DESC\', \'(e.rows_full_scanned-IFNULL(s.rows_full_scanned, 0)) DESC\', \'(e.rows_full_scanned-IFNULL(s.rows_full_scanned, 0)) > 0\', 100, \'object_schema,object_name\'), (\'user_summary\'                       , \'%{TABLE}.statement_latency DESC\', \'(e.statement_latency-IFNULL(s.statement_latency, 0)) DESC\', \'(e.statements - IFNULL(s.statements, 0)) > 0\', NULL, \'user\'), (\'user_summary_by_file_io\'            , \'%{TABLE}.io_latency DESC\', \'(e.io_latency-IFNULL(s.io_latency, 0)) DESC\', \'(e.ios - IFNULL(s.ios, 0)) > 0\', NULL, \'user\'), (\'user_summary_by_file_io_type\'       , \'%{TABLE}.user, %{TABLE}.latency DESC\', \'e.user, (e.latency-IFNULL(s.latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,event_name\'), (\'user_summary_by_stages\'             , \'%{TABLE}.user, %{TABLE}.total_latency DESC\', \'e.user, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,event_name\'), (\'user_summary_by_statement_latency\'  , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user\'), (\'user_summary_by_statement_type\'     , \'%{TABLE}.user, %{TABLE}.total_latency DESC\', \'e.user, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,statement\'), (\'wait_classes_global_by_avg_latency\' , \'IFNULL(%{TABLE}.total_latency / NULLIF(%{TABLE}.total, 0), 0) DESC\', \'IFNULL((e.total_latency-IFNULL(s.total_latency, 0)) / NULLIF((e.total - IFNULL(s.total, 0)), 0), 0) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_class\'), (\'wait_classes_global_by_latency\'     , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'event_class\'), (\'waits_by_host_by_latency\'           , \'%{TABLE}.host, %{TABLE}.total_latency DESC\', \'e.host, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'host,event\'), (\'waits_by_user_by_latency\'           , \'%{TABLE}.user, %{TABLE}.total_latency DESC\', \'e.user, (e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'user,event\'), (\'waits_global_by_latency\'            , \'%{TABLE}.total_latency DESC\', \'(e.total_latency-IFNULL(s.total_latency, 0)) DESC\', \'(e.total - IFNULL(s.total, 0)) > 0\', NULL, \'events\') ; END IF;   SELECT \'  =======================  Configuration  =======================  \' AS \'\'; SELECT \'GLOBAL VARIABLES\' AS \'The following output is:\'; IF (v_has_ps_vars = \'YES\') THEN SELECT LOWER(VARIABLE_NAME) AS Variable_name, VARIABLE_VALUE AS Variable_value FROM performance_schema.global_variables ORDER BY VARIABLE_NAME; ELSE SELECT LOWER(VARIABLE_NAME) AS Variable_name, VARIABLE_VALUE AS Variable_value FROM information_schema.GLOBAL_VARIABLES ORDER BY VARIABLE_NAME; END IF;  IF (v_has_ps = \'YES\') THEN SELECT \'Performance Schema Setup - Actors\' AS \'The following output is:\'; SELECT * FROM performance_schema.setup_actors;  SELECT \'Performance Schema Setup - Consumers\' AS \'The following output is:\'; SELECT NAME AS Consumer, ENABLED, sys.ps_is_consumer_enabled(NAME) AS COLLECTS FROM performance_schema.setup_consumers;  SELECT \'Performance Schema Setup - Instruments\' AS \'The following output is:\'; SELECT SUBSTRING_INDEX(NAME, \'/\', 2) AS \'InstrumentClass\', ROUND(100*SUM(IF(ENABLED = \'YES\', 1, 0))/COUNT(*), 2) AS \'EnabledPct\', ROUND(100*SUM(IF(TIMED = \'YES\', 1, 0))/COUNT(*), 2) AS \'TimedPct\' FROM performance_schema.setup_instruments GROUP BY SUBSTRING_INDEX(NAME, \'/\', 2) ORDER BY SUBSTRING_INDEX(NAME, \'/\', 2);  SELECT \'Performance Schema Setup - Objects\' AS \'The following output is:\'; SELECT * FROM performance_schema.setup_objects;  SELECT \'Performance Schema Setup - Threads\' AS \'The following output is:\'; SELECT `TYPE` AS ThreadType, COUNT(*) AS \'Total\', ROUND(100*SUM(IF(INSTRUMENTED = \'YES\', 1, 0))/COUNT(*), 2) AS \'InstrumentedPct\' FROM performance_schema.threads GROUP BY TYPE; END IF;   IF (v_has_replication = \'NO\') THEN SELECT \'No Replication Configured\' AS \'Replication Status\'; ELSE SELECT CONCAT(\'Replication Configured: \', v_has_replication, \' - Performance Schema Replication Tables: \', v_has_ps_replication) AS \'Replication Status\';  IF (v_has_ps_replication = \'YES\') THEN SELECT \'Replication - Connection Configuration\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_connection_configuration ORDER BY CHANNEL_NAME ; END IF;  IF (v_has_ps_replication = \'YES\') THEN SELECT \'Replication - Applier Configuration\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_configuration ORDER BY CHANNEL_NAME; END IF;  IF (@@master_info_repository = \'TABLE\') THEN SELECT \'Replication - Master Info Repository Configuration\' AS \'The following output is:\'; SELECT  Channel_name, Host, User_name, Port, Connect_retry, Enabled_ssl, Ssl_ca, Ssl_capath, Ssl_cert, Ssl_cipher, Ssl_key, Ssl_verify_server_cert, Heartbeat, Bind, Ignored_server_ids, Uuid, Retry_count, Ssl_crl, Ssl_crlpath, Tls_version, Enabled_auto_position FROM mysql.slave_master_info ORDER BY Channel_name ; END IF;  IF (@@relay_log_info_repository = \'TABLE\') THEN SELECT \'Replication - Relay Log Repository Configuration\' AS \'The following output is:\'; SELECT  Channel_name, Sql_delay, Number_of_workers, Id FROM mysql.slave_relay_log_info ORDER BY Channel_name ; END IF; END IF;   IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN SELECT \'Cluster Thread Blocks\' AS \'The following output is:\'; SELECT * FROM ndbinfo.threadblocks; END IF;  IF (v_has_ps = \'YES\') THEN IF (@sys.diagnostics.include_raw = \'ON\') THEN SELECT \'  ========================  Initial Status  ========================  \' AS \'\'; END IF;  DROP TEMPORARY TABLE IF EXISTS tmp_digests_start; CALL sys.statement_performance_analyzer(\'create_tmp\', \'tmp_digests_start\', NULL); CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); CALL sys.statement_performance_analyzer(\'save\', \'tmp_digests_start\', NULL);  IF (@sys.diagnostics.include_raw = \'ON\') THEN SET @sys.diagnostics.sql = REPLACE(@sys.diagnostics.sql_gen_query_template, \'%{OUTPUT}\', \'start\'); IF (@sys.debug = \'ON\') THEN SELECT \'The following query will be used to generate the query for each sys view\' AS \'Debug\'; SELECT @sys.diagnostics.sql AS \'Debug\'; END IF; PREPARE stmt_gen_query FROM @sys.diagnostics.sql; END IF; SET v_done = FALSE; OPEN c_sysviews_w_delta; c_sysviews_w_delta_loop: LOOP FETCH c_sysviews_w_delta INTO v_table_name; IF v_done THEN LEAVE c_sysviews_w_delta_loop; END IF;  IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'The following queries are for storing the initial content of \', v_table_name) AS \'Debug\'; END IF;  CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS `tmp_\', v_table_name, \'_start`\')); CALL sys.execute_prepared_stmt(CONCAT(\'CREATE TEMPORARY TABLE `tmp_\', v_table_name, \'_start` SELECT * FROM `sys`.`x$\', v_table_name, \'`\'));  IF (@sys.diagnostics.include_raw = \'ON\') THEN SET @sys.diagnostics.table_name = CONCAT(\'x$\', v_table_name); EXECUTE stmt_gen_query USING @sys.diagnostics.table_name; SELECT CONCAT(@sys.diagnostics.sql_select, IF(order_by IS NOT NULL, CONCAT(\'\n ORDER BY \', REPLACE(order_by, \'%{TABLE}\', CONCAT(\'tmp_\', v_table_name, \'_start\'))), \'\'), IF(limit_rows IS NOT NULL, CONCAT(\'\n LIMIT \', limit_rows), \'\') ) INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta WHERE TABLE_NAME = v_table_name; SELECT CONCAT(\'Initial \', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql_select); END IF; END LOOP; CLOSE c_sysviews_w_delta;  IF (@sys.diagnostics.include_raw = \'ON\') THEN DEALLOCATE PREPARE stmt_gen_query; END IF; END IF;  SET v_sql_status_summary_select = \'SELECT Variable_name\', v_sql_status_summary_delta  = \'\', v_sql_status_summary_from   = \'\';  REPEAT SET v_output_count = v_output_count + 1; IF (v_output_count > 1) THEN SET v_sleep = in_interval-(UNIX_TIMESTAMP(NOW(2))-v_iter_start); SELECT NOW() AS \'Time\', CONCAT(\'Going to sleep for \', v_sleep, \' seconds. Please do not interrupt\') AS \'The following output is:\'; DO SLEEP(in_interval); END IF; SET v_iter_start = UNIX_TIMESTAMP(NOW(2));  SELECT NOW(), CONCAT(\'Iteration Number \', IFNULL(v_output_count, \'NULL\')) AS \'The following output is:\';  IF (@@log_bin = 1) THEN SELECT \'SHOW MASTER STATUS\' AS \'The following output is:\'; SHOW MASTER STATUS; END IF;  IF (v_has_replication <> \'NO\') THEN SELECT \'SHOW SLAVE STATUS\' AS \'The following output is:\'; SHOW SLAVE STATUS;  IF (v_has_ps_replication = \'YES\') THEN SELECT \'Replication Connection Status\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_connection_status;  SELECT \'Replication Applier Status\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_status ORDER BY CHANNEL_NAME;  SELECT \'Replication Applier Status - Coordinator\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_status_by_coordinator ORDER BY CHANNEL_NAME;  SELECT \'Replication Applier Status - Worker\' AS \'The following output is:\'; SELECT * FROM performance_schema.replication_applier_status_by_worker ORDER BY CHANNEL_NAME, WORKER_ID; END IF;  IF (@@master_info_repository = \'TABLE\') THEN SELECT \'Replication - Master Log Status\' AS \'The following output is:\'; SELECT Master_log_name, Master_log_pos FROM mysql.slave_master_info; END IF;  IF (@@relay_log_info_repository = \'TABLE\') THEN SELECT \'Replication - Relay Log Status\' AS \'The following output is:\'; SELECT sys.format_path(Relay_log_name) AS Relay_log_name, Relay_log_pos, Master_log_name, Master_log_pos FROM mysql.slave_relay_log_info;  SELECT \'Replication - Worker Status\' AS \'The following output is:\'; SELECT Id, sys.format_path(Relay_log_name) AS Relay_log_name, Relay_log_pos, Master_log_name, Master_log_pos, sys.format_path(Checkpoint_relay_log_name) AS Checkpoint_relay_log_name, Checkpoint_relay_log_pos, Checkpoint_master_log_name, Checkpoint_master_log_pos, Checkpoint_seqno, Checkpoint_group_size, HEX(Checkpoint_group_bitmap) AS Checkpoint_group_bitmap , Channel_name FROM mysql.slave_worker_info ORDER BY  Channel_name, Id; END IF; END IF;  SET v_table_name = CONCAT(\'tmp_metrics_\', v_output_count); CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS \', v_table_name));  CALL sys.execute_prepared_stmt(CONCAT(\'CREATE TEMPORARY TABLE \', v_table_name, \' ( Variable_name VARCHAR(193) NOT NULL, Variable_value VARCHAR(1024), Type VARCHAR(225) NOT NULL, Enabled ENUM(\'YES\', \'NO\', \'PARTIAL\') NOT NULL, PRIMARY KEY (Type, Variable_name) ) ENGINE = InnoDB DEFAULT CHARSET=utf8\'));  IF (v_has_metrics) THEN SET @sys.diagnostics.sql = CONCAT( \'INSERT INTO \', v_table_name, \' SELECT Variable_name, REPLACE(Variable_value, \'\n\', \'\\\\n\') AS Variable_value, Type, Enabled FROM sys.metrics\' ); ELSE SET @sys.diagnostics.sql = CONCAT( \'INSERT INTO \', v_table_name, \'(SELECT LOWER(VARIABLE_NAME) AS Variable_name, REPLACE(VARIABLE_VALUE, \'\n\', \'\\\\n\') AS Variable_value, \'Global Status\' AS Type, \'YES\' AS Enabled FROM performance_schema.global_status ) UNION ALL ( SELECT NAME AS Variable_name, COUNT AS Variable_value, CONCAT(\'InnoDB Metrics - \', SUBSYSTEM) AS Type, IF(STATUS = \'enabled\', \'YES\', \'NO\') AS Enabled FROM information_schema.INNODB_METRICS WHERE NAME NOT IN ( \'lock_row_lock_time\', \'lock_row_lock_time_avg\', \'lock_row_lock_time_max\', \'lock_row_lock_waits\', \'buffer_pool_reads\', \'buffer_pool_read_requests\', \'buffer_pool_write_requests\', \'buffer_pool_wait_free\', \'buffer_pool_read_ahead\', \'buffer_pool_read_ahead_evicted\', \'buffer_pool_pages_total\', \'buffer_pool_pages_misc\', \'buffer_pool_pages_data\', \'buffer_pool_bytes_data\', \'buffer_pool_pages_dirty\', \'buffer_pool_bytes_dirty\', \'buffer_pool_pages_free\', \'buffer_pages_created\', \'buffer_pages_written\', \'buffer_pages_read\', \'buffer_data_reads\', \'buffer_data_written\', \'file_num_open_files\', \'os_log_bytes_written\', \'os_log_fsyncs\', \'os_log_pending_fsyncs\', \'os_log_pending_writes\', \'log_waits\', \'log_write_requests\', \'log_writes\', \'innodb_dblwr_writes\', \'innodb_dblwr_pages_written\', \'innodb_page_size\') ) UNION ALL ( SELECT \'NOW()\' AS Variable_name, NOW(3) AS Variable_value, \'System Time\' AS Type, \'YES\' AS Enabled ) UNION ALL ( SELECT \'UNIX_TIMESTAMP()\' AS Variable_name, ROUND(UNIX_TIMESTAMP(NOW(3)), 3) AS Variable_value, \'System Time\' AS Type, \'YES\' AS Enabled ) ORDER BY Type, Variable_name;\' ); END IF; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql);  CALL sys.execute_prepared_stmt( CONCAT(\'(SELECT Variable_value INTO @sys.diagnostics.output_time FROM \', v_table_name, \' WHERE Type = \'System Time\' AND Variable_name = \'UNIX_TIMESTAMP()\')\') ); SET v_output_time = @sys.diagnostics.output_time;  SET v_sql_status_summary_select = CONCAT(v_sql_status_summary_select, \', CONCAT( LEFT(s\', v_output_count, \'.Variable_value, \', v_status_summary_width, \'), IF(\', REPLACE(v_no_delta_names, \'%{COUNT}\', v_output_count), \' AND s\', v_output_count, \'.Variable_value REGEXP \'^[0-9]+(\\\\.[0-9]+)?$\', CONCAT(\' (\', ROUND(s\', v_output_count, \'.Variable_value/\', v_output_time, \', 2), \'/sec)\'), \'\') ) AS \'Output \', v_output_count, \'\'\'), v_sql_status_summary_from   = CONCAT(v_sql_status_summary_from, \' \', IF(v_output_count = 1, \'  FROM \', \'       INNER JOIN \'), v_table_name, \' s\', v_output_count, IF (v_output_count = 1, \'\', \' USING (Type, Variable_name)\')); IF (v_output_count > 1) THEN SET v_sql_status_summary_delta  = CONCAT(v_sql_status_summary_delta, \', IF(\', REPLACE(v_no_delta_names, \'%{COUNT}\', v_output_count), \' AND s\', (v_output_count-1), \'.Variable_value REGEXP \'^[0-9]+(\\\\.[0-9]+)?$\' AND s\', v_output_count, \'.Variable_value REGEXP \'^[0-9]+(\\\\.[0-9]+)?$\', CONCAT(IF(s\', (v_output_count-1), \'.Variable_value REGEXP \'^[0-9]+\\\\.[0-9]+$\' OR s\', v_output_count, \'.Variable_value REGEXP \'^[0-9]+\\\\.[0-9]+$\', ROUND((s\', v_output_count, \'.Variable_value-s\', (v_output_count-1), \'.Variable_value), 2), (s\', v_output_count, \'.Variable_value-s\', (v_output_count-1), \'.Variable_value) ), \' (\', ROUND((s\', v_output_count, \'.Variable_value-s\', (v_output_count-1), \'.Variable_value)/(\', v_output_time, \'-\', v_output_time_prev, \'), 2), \'/sec)\' ), \'\' ) AS \'Delta (\', (v_output_count-1), \' -> \', v_output_count, \')\'\'); END IF;  SET v_output_time_prev = v_output_time;  IF (@sys.diagnostics.include_raw = \'ON\') THEN IF (v_has_metrics) THEN SELECT \'SELECT * FROM sys.metrics\' AS \'The following output is:\'; ELSE SELECT \'sys.metrics equivalent\' AS \'The following output is:\'; END IF; CALL sys.execute_prepared_stmt(CONCAT(\'SELECT Type, Variable_name, Enabled, Variable_value FROM \', v_table_name, \' ORDER BY Type, Variable_name\')); END IF;  IF (v_has_innodb IN (\'DEFAULT\', \'YES\')) THEN SELECT \'SHOW ENGINE INNODB STATUS\' AS \'The following output is:\'; EXECUTE stmt_innodb_status; SELECT \'InnoDB - Transactions\' AS \'The following output is:\'; SELECT * FROM information_schema.INNODB_TRX; END IF;  IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN SELECT \'SHOW ENGINE NDBCLUSTER STATUS\' AS \'The following output is:\'; EXECUTE stmt_ndbcluster_status;  SELECT \'ndbinfo.memoryusage\' AS \'The following output is:\'; SELECT node_id, memory_type, sys.format_bytes(used) AS used, used_pages, sys.format_bytes(total) AS total, total_pages, ROUND(100*(used/total), 2) AS \'Used %\' FROM ndbinfo.memoryusage;  SET v_done = FALSE; OPEN c_ndbinfo; c_ndbinfo_loop: LOOP FETCH c_ndbinfo INTO v_table_name; IF v_done THEN LEAVE c_ndbinfo_loop; END IF;  SELECT CONCAT(\'SELECT * FROM ndbinfo.\', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(CONCAT(\'SELECT * FROM `ndbinfo`.`\', v_table_name, \'`\')); END LOOP; CLOSE c_ndbinfo;  SELECT * FROM information_schema.FILES; END IF;  SELECT \'SELECT * FROM sys.processlist\' AS \'The following output is:\'; SELECT processlist.* FROM sys.processlist;  IF (v_has_ps = \'YES\') THEN IF (sys.ps_is_consumer_enabled(\'events_waits_history_long\') = \'YES\') THEN SELECT \'SELECT * FROM sys.latest_file_io\' AS \'The following output is:\'; SELECT * FROM sys.latest_file_io; END IF;  IF (EXISTS(SELECT 1 FROM performance_schema.setup_instruments WHERE NAME LIKE \'memory/%\' AND ENABLED = \'YES\')) THEN SELECT \'SELECT * FROM sys.memory_by_host_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_by_host_by_current_bytes;  SELECT \'SELECT * FROM sys.memory_by_thread_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_by_thread_by_current_bytes;  SELECT \'SELECT * FROM sys.memory_by_user_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_by_user_by_current_bytes;  SELECT \'SELECT * FROM sys.memory_global_by_current_bytes\' AS \'The following output is:\'; SELECT * FROM sys.memory_global_by_current_bytes; END IF; END IF;  SET v_runtime = (UNIX_TIMESTAMP(NOW(2)) - v_start); UNTIL (v_runtime + in_interval >= in_max_runtime) END REPEAT;  IF (v_has_ps = \'YES\') THEN SELECT \'SHOW ENGINE PERFORMANCE_SCHEMA STATUS\' AS \'The following output is:\'; EXECUTE stmt_ps_status; END IF;  IF (v_has_innodb IN (\'DEFAULT\', \'YES\')) THEN DEALLOCATE PREPARE stmt_innodb_status; END IF; IF (v_has_ps = \'YES\') THEN DEALLOCATE PREPARE stmt_ps_status; END IF; IF (v_has_ndb IN (\'DEFAULT\', \'YES\')) THEN DEALLOCATE PREPARE stmt_ndbcluster_status; END IF;   SELECT \'  ============================  Schema Information  ============================  \' AS \'\';  SELECT COUNT(*) AS \'Total Number of Tables\' FROM information_schema.TABLES;  IF (@sys.diagnostics.allow_i_s_tables = \'ON\') THEN SELECT \'Storage Engine Usage\' AS \'The following output is:\'; SELECT ENGINE, COUNT(*) AS NUM_TABLES, sys.format_bytes(SUM(DATA_LENGTH)) AS DATA_LENGTH, sys.format_bytes(SUM(INDEX_LENGTH)) AS INDEX_LENGTH, sys.format_bytes(SUM(DATA_LENGTH+INDEX_LENGTH)) AS TOTAL FROM information_schema.TABLES GROUP BY ENGINE;  SELECT \'Schema Object Overview\' AS \'The following output is:\'; SELECT * FROM sys.schema_object_overview;  SELECT \'Tables without a PRIMARY KEY\' AS \'The following output is:\'; SELECT TABLES.TABLE_SCHEMA, ENGINE, COUNT(*) AS NumTables FROM information_schema.TABLES LEFT OUTER JOIN information_schema.STATISTICS ON STATISTICS.TABLE_SCHEMA = TABLES.TABLE_SCHEMA AND STATISTICS.TABLE_NAME = TABLES.TABLE_NAME AND STATISTICS.INDEX_NAME = \'PRIMARY\' WHERE STATISTICS.TABLE_NAME IS NULL AND TABLES.TABLE_SCHEMA NOT IN (\'mysql\', \'information_schema\', \'performance_schema\', \'sys\') AND TABLES.TABLE_TYPE = \'BASE TABLE\' GROUP BY TABLES.TABLE_SCHEMA, ENGINE; END IF;  IF (v_has_ps = \'YES\') THEN SELECT \'Unused Indexes\' AS \'The following output is:\'; SELECT object_schema, COUNT(*) AS NumUnusedIndexes FROM performance_schema.table_io_waits_summary_by_index_usage WHERE index_name IS NOT NULL AND count_star = 0 AND object_schema NOT IN (\'mysql\', \'sys\') AND index_name != \'PRIMARY\' GROUP BY object_schema; END IF;  IF (v_has_ps = \'YES\') THEN SELECT \'  =========================  Overall Status  =========================  \' AS \'\';  SELECT \'CALL sys.ps_statement_avg_latency_histogram()\' AS \'The following output is:\'; CALL sys.ps_statement_avg_latency_histogram();  CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); CALL sys.statement_performance_analyzer(\'overall\', NULL, \'with_runtimes_in_95th_percentile\');  SET @sys.diagnostics.sql = REPLACE(@sys.diagnostics.sql_gen_query_template, \'%{OUTPUT}\', \'end\'); IF (@sys.debug = \'ON\') THEN SELECT \'The following query will be used to generate the query for each sys view\' AS \'Debug\'; SELECT @sys.diagnostics.sql AS \'Debug\'; END IF; PREPARE stmt_gen_query FROM @sys.diagnostics.sql;  SET v_done = FALSE; OPEN c_sysviews_w_delta; c_sysviews_w_delta_loop: LOOP FETCH c_sysviews_w_delta INTO v_table_name; IF v_done THEN LEAVE c_sysviews_w_delta_loop; END IF;  IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'The following queries are for storing the final content of \', v_table_name) AS \'Debug\'; END IF;  CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS `tmp_\', v_table_name, \'_end`\')); CALL sys.execute_prepared_stmt(CONCAT(\'CREATE TEMPORARY TABLE `tmp_\', v_table_name, \'_end` SELECT * FROM `sys`.`x$\', v_table_name, \'`\'));  SET @sys.diagnostics.table_name = CONCAT(\'x$\', v_table_name); EXECUTE stmt_gen_query USING @sys.diagnostics.table_name; SELECT CONCAT(@sys.diagnostics.sql_select, IF(order_by IS NOT NULL, CONCAT(\'\n ORDER BY \', REPLACE(order_by, \'%{TABLE}\', CONCAT(\'tmp_\', v_table_name, \'_end\'))), \'\'), IF(limit_rows IS NOT NULL, CONCAT(\'\n LIMIT \', limit_rows), \'\') ) INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta WHERE TABLE_NAME = v_table_name; SELECT CONCAT(\'Overall \', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql_select); END LOOP; CLOSE c_sysviews_w_delta;  DEALLOCATE PREPARE stmt_gen_query;   SELECT \'  ======================  Delta Status  ======================  \' AS \'\';  CALL sys.statement_performance_analyzer(\'delta\', \'tmp_digests_start\', \'with_runtimes_in_95th_percentile\'); CALL sys.statement_performance_analyzer(\'cleanup\', NULL, NULL);  DROP TEMPORARY TABLE tmp_digests_start;  IF (@sys.debug = \'ON\') THEN SELECT \'The following query will be used to generate the query for each sys view delta\' AS \'Debug\'; SELECT @sys.diagnostics.sql_gen_query_delta AS \'Debug\'; END IF; PREPARE stmt_gen_query_delta FROM @sys.diagnostics.sql_gen_query_delta;  SET v_old_group_concat_max_len = @@session.group_concat_max_len; SET @@session.group_concat_max_len = 2048; SET v_done = FALSE; OPEN c_sysviews_w_delta; c_sysviews_w_delta_loop: LOOP FETCH c_sysviews_w_delta INTO v_table_name; IF v_done THEN LEAVE c_sysviews_w_delta_loop; END IF;  SET @sys.diagnostics.table_name = v_table_name; EXECUTE stmt_gen_query_delta USING @sys.diagnostics.table_name; SELECT CONCAT(@sys.diagnostics.sql_select, IF(where_delta IS NOT NULL, CONCAT(\'\n WHERE \', where_delta), \'\'), IF(order_by_delta IS NOT NULL, CONCAT(\'\n ORDER BY \', order_by_delta), \'\'), IF(limit_rows IS NOT NULL, CONCAT(\'\n LIMIT \', limit_rows), \'\') ) INTO @sys.diagnostics.sql_select FROM tmp_sys_views_delta WHERE TABLE_NAME = v_table_name;  SELECT CONCAT(\'Delta \', v_table_name) AS \'The following output is:\'; CALL sys.execute_prepared_stmt(@sys.diagnostics.sql_select);  CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE `tmp_\', v_table_name, \'_end`\')); CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE `tmp_\', v_table_name, \'_start`\')); END LOOP; CLOSE c_sysviews_w_delta; SET @@session.group_concat_max_len = v_old_group_concat_max_len;  DEALLOCATE PREPARE stmt_gen_query_delta; DROP TEMPORARY TABLE tmp_sys_views_delta; END IF;  IF (v_has_metrics) THEN SELECT \'SELECT * FROM sys.metrics\' AS \'The following output is:\'; ELSE SELECT \'sys.metrics equivalent\' AS \'The following output is:\'; END IF; CALL sys.execute_prepared_stmt( CONCAT(v_sql_status_summary_select, v_sql_status_summary_delta, \', Type, s1.Enabled\', v_sql_status_summary_from, \' ORDER BY Type, Variable_name\' ) );  SET v_count = 0; WHILE (v_count < v_output_count) DO SET v_count = v_count + 1; SET v_table_name = CONCAT(\'tmp_metrics_\', v_count); CALL sys.execute_prepared_stmt(CONCAT(\'DROP TEMPORARY TABLE IF EXISTS \', v_table_name)); END WHILE;  IF (in_auto_config <> \'current\') THEN CALL sys.ps_setup_reload_saved(); SET sql_log_bin = @log_bin; END IF;  SET @sys.diagnostics.output_time            = NULL, @sys.diagnostics.sql                    = NULL, @sys.diagnostics.sql_gen_query_delta    = NULL, @sys.diagnostics.sql_gen_query_template = NULL, @sys.diagnostics.sql_select             = NULL, @sys.diagnostics.table_name             = NULL;  IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  IF (@log_bin = 1) THEN SET sql_log_bin = @log_bin; END IF; END'),('sys','ps_statement_avg_latency_histogram','PROCEDURE','ps_statement_avg_latency_histogram','SQL','READS_SQL_DATA','NO','INVOKER','','',_binary 'BEGIN SELECT CONCAT(\'\\n\', \'\\n  . = 1 unit\', \'\\n  * = 2 units\', \'\\n  # = 3 units\\n\', @label := CONCAT(@label_inner := CONCAT(\'\\n(0 - \', ROUND((@bucket_size := (SELECT ROUND((MAX(avg_us) - MIN(avg_us)) / (@buckets := 16)) AS size FROM sys.x$ps_digest_avg_latency_distribution)) / (@unit_div := 1000)), (@unit := \'ms\'), \')\'), REPEAT(\' \', (@max_label_size := ((1 + LENGTH(ROUND((@bucket_size * 15) / @unit_div)) + 3 + LENGTH(ROUND(@bucket_size * 16) / @unit_div)) + 1)) - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us <= @bucket_size), 0)), REPEAT(\' \', (@max_label_len := (@max_label_size + LENGTH((@total_queries := (SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution)))) + 1) - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < (@one_unit := 40), \'.\', IF(@count_in_bucket < (@two_unit := 80), \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'),  @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND(@bucket_size / @unit_div), \' - \', ROUND((@bucket_size * 2) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size AND b1.avg_us <= @bucket_size * 2), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 2) / @unit_div), \' - \', ROUND((@bucket_size * 3) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 2 AND b1.avg_us <= @bucket_size * 3), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 3) / @unit_div), \' - \', ROUND((@bucket_size * 4) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 3 AND b1.avg_us <= @bucket_size * 4), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 4) / @unit_div), \' - \', ROUND((@bucket_size * 5) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 4 AND b1.avg_us <= @bucket_size * 5), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 5) / @unit_div), \' - \', ROUND((@bucket_size * 6) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 5 AND b1.avg_us <= @bucket_size * 6), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 6) / @unit_div), \' - \', ROUND((@bucket_size * 7) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 6 AND b1.avg_us <= @bucket_size * 7), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 7) / @unit_div), \' - \', ROUND((@bucket_size * 8) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 7 AND b1.avg_us <= @bucket_size * 8), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 8) / @unit_div), \' - \', ROUND((@bucket_size * 9) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 8 AND b1.avg_us <= @bucket_size * 9), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 9) / @unit_div), \' - \', ROUND((@bucket_size * 10) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 9 AND b1.avg_us <= @bucket_size * 10), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 10) / @unit_div), \' - \', ROUND((@bucket_size * 11) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 10 AND b1.avg_us <= @bucket_size * 11), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 11) / @unit_div), \' - \', ROUND((@bucket_size * 12) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 11 AND b1.avg_us <= @bucket_size * 12), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 12) / @unit_div), \' - \', ROUND((@bucket_size * 13) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 12 AND b1.avg_us <= @bucket_size * 13), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 13) / @unit_div), \' - \', ROUND((@bucket_size * 14) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 13 AND b1.avg_us <= @bucket_size * 14), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 14) / @unit_div), \' - \', ROUND((@bucket_size * 15) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 14 AND b1.avg_us <= @bucket_size * 15), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\\n(\', ROUND((@bucket_size * 15) / @unit_div), \' - \', ROUND((@bucket_size * 16) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 15 AND b1.avg_us <= @bucket_size * 16), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'),  \'\\n\\n  Total Statements: \', @total_queries, \'; Buckets: \', @buckets , \'; Bucket Size: \', ROUND(@bucket_size / @unit_div) , \' \', @unit, \';\\n\'  ) AS `Performance Schema Statement Digest Average Latency Histogram`;  END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Outputs a textual histogram graph of the average latency values\n across all normalized queries tracked within the Performance Schema\n events_statements_summary_by_digest table.\n \n Can be used to show a very high level picture of what kind of \n latency distribution statements running within this instance have.\n \n Parameters\n \n None.\n \n Example\n \n mysql> CALL sys.ps_statement_avg_latency_histogram()\\G\n *************************** 1. row ***************************\n Performance Schema Statement Digest Average Latency Histogram:\n \n . = 1 unit\n * = 2 units\n # = 3 units\n \n (0 - 38ms)     240 | ################################################################################\n (38 - 77ms)    38  | ......................................\n (77 - 115ms)   3   | ...\n (115 - 154ms)  62  | *******************************\n (154 - 192ms)  3   | ...\n (192 - 231ms)  0   |\n (231 - 269ms)  0   |\n (269 - 307ms)  0   |\n (307 - 346ms)  0   |\n (346 - 384ms)  1   | .\n (384 - 423ms)  1   | .\n (423 - 461ms)  0   |\n (461 - 499ms)  0   |\n (499 - 538ms)  0   |\n (538 - 576ms)  0   |\n (576 - 615ms)  1   | .\n \n Total Statements: 350; Buckets: 16; Bucket Size: 38 ms;\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN SELECT CONCAT(\'\n\', \'\n  . = 1 unit\', \'\n  * = 2 units\', \'\n  # = 3 units\n\', @label := CONCAT(@label_inner := CONCAT(\'\n(0 - \', ROUND((@bucket_size := (SELECT ROUND((MAX(avg_us) - MIN(avg_us)) / (@buckets := 16)) AS size FROM sys.x$ps_digest_avg_latency_distribution)) / (@unit_div := 1000)), (@unit := \'ms\'), \')\'), REPEAT(\' \', (@max_label_size := ((1 + LENGTH(ROUND((@bucket_size * 15) / @unit_div)) + 3 + LENGTH(ROUND(@bucket_size * 16) / @unit_div)) + 1)) - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us <= @bucket_size), 0)), REPEAT(\' \', (@max_label_len := (@max_label_size + LENGTH((@total_queries := (SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution)))) + 1) - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < (@one_unit := 40), \'.\', IF(@count_in_bucket < (@two_unit := 80), \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'),  @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND(@bucket_size / @unit_div), \' - \', ROUND((@bucket_size * 2) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size AND b1.avg_us <= @bucket_size * 2), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 2) / @unit_div), \' - \', ROUND((@bucket_size * 3) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 2 AND b1.avg_us <= @bucket_size * 3), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 3) / @unit_div), \' - \', ROUND((@bucket_size * 4) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 3 AND b1.avg_us <= @bucket_size * 4), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 4) / @unit_div), \' - \', ROUND((@bucket_size * 5) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 4 AND b1.avg_us <= @bucket_size * 5), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 5) / @unit_div), \' - \', ROUND((@bucket_size * 6) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 5 AND b1.avg_us <= @bucket_size * 6), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 6) / @unit_div), \' - \', ROUND((@bucket_size * 7) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 6 AND b1.avg_us <= @bucket_size * 7), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 7) / @unit_div), \' - \', ROUND((@bucket_size * 8) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 7 AND b1.avg_us <= @bucket_size * 8), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 8) / @unit_div), \' - \', ROUND((@bucket_size * 9) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 8 AND b1.avg_us <= @bucket_size * 9), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 9) / @unit_div), \' - \', ROUND((@bucket_size * 10) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 9 AND b1.avg_us <= @bucket_size * 10), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 10) / @unit_div), \' - \', ROUND((@bucket_size * 11) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 10 AND b1.avg_us <= @bucket_size * 11), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 11) / @unit_div), \' - \', ROUND((@bucket_size * 12) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 11 AND b1.avg_us <= @bucket_size * 12), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 12) / @unit_div), \' - \', ROUND((@bucket_size * 13) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 12 AND b1.avg_us <= @bucket_size * 13), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 13) / @unit_div), \' - \', ROUND((@bucket_size * 14) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 13 AND b1.avg_us <= @bucket_size * 14), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 14) / @unit_div), \' - \', ROUND((@bucket_size * 15) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 14 AND b1.avg_us <= @bucket_size * 15), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'), @label := CONCAT(@label_inner := CONCAT(\'\n(\', ROUND((@bucket_size * 15) / @unit_div), \' - \', ROUND((@bucket_size * 16) / @unit_div), @unit, \')\'), REPEAT(\' \', @max_label_size - LENGTH(@label_inner)), @count_in_bucket := IFNULL((SELECT SUM(cnt) FROM sys.x$ps_digest_avg_latency_distribution AS b1  WHERE b1.avg_us > @bucket_size * 15 AND b1.avg_us <= @bucket_size * 16), 0)), REPEAT(\' \', @max_label_len - LENGTH(@label)), \'| \', IFNULL(REPEAT(IF(@count_in_bucket < @one_unit, \'.\', IF(@count_in_bucket < @two_unit, \'*\', \'#\')),  	             IF(@count_in_bucket < @one_unit, @count_in_bucket, 	             	IF(@count_in_bucket < @two_unit, @count_in_bucket / 2, @count_in_bucket / 3))), \'\'),  \'\n\n  Total Statements: \', @total_queries, \'; Buckets: \', @buckets , \'; Bucket Size: \', ROUND(@bucket_size / @unit_div) , \' \', @unit, \';\n\'  ) AS `Performance Schema Statement Digest Average Latency Histogram`;  END'),('sys','ps_trace_statement_digest','PROCEDURE','ps_trace_statement_digest','SQL','MODIFIES_SQL_DATA','NO','INVOKER',_binary ' IN in_digest VARCHAR(32), IN in_runtime INT, IN in_interval DECIMAL(2,2), IN in_start_fresh BOOLEAN, IN in_auto_enable BOOLEAN ','',_binary 'BEGIN  DECLARE v_start_fresh BOOLEAN DEFAULT false; DECLARE v_auto_enable BOOLEAN DEFAULT false; DECLARE v_explain     BOOLEAN DEFAULT true; DECLARE v_this_thread_enabed ENUM(\'YES\', \'NO\'); DECLARE v_runtime INT DEFAULT 0; DECLARE v_start INT DEFAULT 0; DECLARE v_found_stmts INT;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT INSTRUMENTED INTO v_this_thread_enabed FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); CALL sys.ps_setup_disable_thread(CONNECTION_ID());  DROP TEMPORARY TABLE IF EXISTS stmt_trace; CREATE TEMPORARY TABLE stmt_trace ( thread_id BIGINT UNSIGNED, timer_start BIGINT UNSIGNED, event_id BIGINT UNSIGNED, sql_text longtext, timer_wait BIGINT UNSIGNED, lock_time BIGINT UNSIGNED, errors BIGINT UNSIGNED, mysql_errno INT, rows_sent BIGINT UNSIGNED, rows_affected BIGINT UNSIGNED, rows_examined BIGINT UNSIGNED, created_tmp_tables BIGINT UNSIGNED, created_tmp_disk_tables BIGINT UNSIGNED, no_index_used BIGINT UNSIGNED, PRIMARY KEY (thread_id, timer_start) );  DROP TEMPORARY TABLE IF EXISTS stmt_stages; CREATE TEMPORARY TABLE stmt_stages ( event_id BIGINT UNSIGNED, stmt_id BIGINT UNSIGNED, event_name VARCHAR(128), timer_wait BIGINT UNSIGNED, PRIMARY KEY (event_id) );  SET v_start_fresh = in_start_fresh; IF v_start_fresh THEN TRUNCATE TABLE performance_schema.events_statements_history_long; TRUNCATE TABLE performance_schema.events_stages_history_long; END IF;  SET v_auto_enable = in_auto_enable; IF v_auto_enable THEN CALL sys.ps_setup_save(0);  UPDATE performance_schema.threads SET INSTRUMENTED = IF(PROCESSLIST_ID IS NOT NULL, \'YES\', \'NO\');  UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\' WHERE NAME NOT LIKE \'%\\_history\' AND NAME NOT LIKE \'events_wait%\' AND NAME NOT LIKE \'events_transactions%\' AND NAME <> \'statements_digest\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\' WHERE NAME LIKE \'statement/%\' OR NAME LIKE \'stage/%\'; END IF;  WHILE v_runtime < in_runtime DO SELECT UNIX_TIMESTAMP() INTO v_start;  INSERT IGNORE INTO stmt_trace SELECT thread_id, timer_start, event_id, sql_text, timer_wait, lock_time, errors, mysql_errno,  rows_sent, rows_affected, rows_examined, created_tmp_tables, created_tmp_disk_tables, no_index_used FROM performance_schema.events_statements_history_long WHERE digest = in_digest;  INSERT IGNORE INTO stmt_stages SELECT stages.event_id, stmt_trace.event_id, stages.event_name, stages.timer_wait FROM performance_schema.events_stages_history_long AS stages JOIN stmt_trace ON stages.nesting_event_id = stmt_trace.event_id;  SELECT SLEEP(in_interval) INTO @sleep; SET v_runtime = v_runtime + (UNIX_TIMESTAMP() - v_start); END WHILE;  SELECT \"SUMMARY STATISTICS\";  SELECT COUNT(*) executions, sys.format_time(SUM(timer_wait)) AS exec_time, sys.format_time(SUM(lock_time)) AS lock_time, SUM(rows_sent) AS rows_sent, SUM(rows_affected) AS rows_affected, SUM(rows_examined) AS rows_examined, SUM(created_tmp_tables) AS tmp_tables, SUM(no_index_used) AS full_scans FROM stmt_trace;  SELECT event_name, COUNT(*) as count, sys.format_time(SUM(timer_wait)) as latency FROM stmt_stages GROUP BY event_name ORDER BY SUM(timer_wait) DESC;  SELECT \"LONGEST RUNNING STATEMENT\";  SELECT thread_id, sys.format_time(timer_wait) AS exec_time, sys.format_time(lock_time) AS lock_time, rows_sent, rows_affected, rows_examined, created_tmp_tables AS tmp_tables, no_index_used AS full_scan FROM stmt_trace ORDER BY timer_wait DESC LIMIT 1;  SELECT sql_text FROM stmt_trace ORDER BY timer_wait DESC LIMIT 1;  SELECT sql_text, event_id INTO @sql, @sql_id FROM stmt_trace ORDER BY timer_wait DESC LIMIT 1;  IF (@sql_id IS NOT NULL) THEN SELECT event_name, sys.format_time(timer_wait) as latency FROM stmt_stages WHERE stmt_id = @sql_id ORDER BY event_id; END IF;  DROP TEMPORARY TABLE stmt_trace; DROP TEMPORARY TABLE stmt_stages;  IF (@sql IS NOT NULL) THEN SET @stmt := CONCAT(\"EXPLAIN FORMAT=JSON \", @sql); BEGIN DECLARE CONTINUE HANDLER FOR 1064, 1146 SET v_explain = false;  PREPARE explain_stmt FROM @stmt; END;  IF (v_explain) THEN EXECUTE explain_stmt; DEALLOCATE PREPARE explain_stmt; END IF; END IF;  IF v_auto_enable THEN CALL sys.ps_setup_reload_saved(); END IF; IF (v_this_thread_enabed = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  SET sql_log_bin = @log_bin; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Traces all instrumentation within Performance Schema for a specific\n Statement Digest.\n \n When finding a statement of interest within the\n performance_schema.events_statements_summary_by_digest table, feed\n the DIGEST MD5 value in to this procedure, set how long to poll for,\n and at what interval to poll, and it will generate a report of all\n statistics tracked within Performance Schema for that digest for the\n interval.\n \n It will also attempt to generate an EXPLAIN for the longest running\n example of the digest during the interval. Note this may fail, as:\n \n * Performance Schema truncates long SQL_TEXT values (and hence the\n EXPLAIN will fail due to parse errors)\n * the default schema is sys (so tables that are not fully qualified\n in the query may not be found)\n * some queries such as SHOW are not supported in EXPLAIN.\n \n When the EXPLAIN fails, the error will be ignored and no EXPLAIN\n output generated.\n \n Requires the SUPER privilege for \"SET sql_log_bin = 0;\".\n \n Parameters\n \n in_digest (VARCHAR(32)):\n The statement digest identifier you would like to analyze\n in_runtime (INT):\n The number of seconds to run analysis for\n in_interval (DECIMAL(2,2)):\n The interval (in seconds, may be fractional) at which to try\n and take snapshots\n in_start_fresh (BOOLEAN):\n Whether to TRUNCATE the events_statements_history_long and\n events_stages_history_long tables before starting\n in_auto_enable (BOOLEAN):\n Whether to automatically turn on required consumers\n \n Example\n \n mysql> call ps_trace_statement_digest(\'891ec6860f98ba46d89dd20b0c03652c\', 10, 0.1, true, true);\n +--------------------+\n | SUMMARY STATISTICS |\n +--------------------+\n | SUMMARY STATISTICS |\n +--------------------+\n 1 row in set (9.11 sec)\n \n +------------+-----------+-----------+-----------+---------------+------------+------------+\n | executions | exec_time | lock_time | rows_sent | rows_examined | tmp_tables | full_scans |\n +------------+-----------+-----------+-----------+---------------+------------+------------+\n |         21 | 4.11 ms   | 2.00 ms   |         0 |            21 |          0 |          0 |\n +------------+-----------+-----------+-----------+---------------+------------+------------+\n 1 row in set (9.11 sec)\n \n +------------------------------------------+-------+-----------+\n | event_name                               | count | latency   |\n +------------------------------------------+-------+-----------+\n | stage/sql/checking query cache for query |    16 | 724.37 us |\n | stage/sql/statistics                     |    16 | 546.92 us |\n | stage/sql/freeing items                  |    18 | 520.11 us |\n | stage/sql/init                           |    51 | 466.80 us |\n ...\n | stage/sql/cleaning up                    |    18 | 11.92 us  |\n | stage/sql/executing                      |    16 | 6.95 us   |\n +------------------------------------------+-------+-----------+\n 17 rows in set (9.12 sec)\n \n +---------------------------+\n | LONGEST RUNNING STATEMENT |\n +---------------------------+\n | LONGEST RUNNING STATEMENT |\n +---------------------------+\n 1 row in set (9.16 sec)\n \n +-----------+-----------+-----------+-----------+---------------+------------+-----------+\n | thread_id | exec_time | lock_time | rows_sent | rows_examined | tmp_tables | full_scan |\n +-----------+-----------+-----------+-----------+---------------+------------+-----------+\n |    166646 | 618.43 us | 1.00 ms   |         0 |             1 |          0 |         0 |\n +-----------+-----------+-----------+-----------+---------------+------------+-----------+\n 1 row in set (9.16 sec)\n \n // Truncated for clarity...\n +-----------------------------------------------------------------+\n | sql_text                                                        |\n +-----------------------------------------------------------------+\n | select hibeventhe0_.id as id1382_, hibeventhe0_.createdTime ... |\n +-----------------------------------------------------------------+\n 1 row in set (9.17 sec)\n \n +------------------------------------------+-----------+\n | event_name                               | latency   |\n +------------------------------------------+-----------+\n | stage/sql/init                           | 8.61 us   |\n | stage/sql/Waiting for query cache lock   | 453.23 us |\n | stage/sql/init                           | 331.07 ns |\n | stage/sql/checking query cache for query | 43.04 us  |\n ...\n | stage/sql/freeing items                  | 30.46 us  |\n | stage/sql/cleaning up                    | 662.13 ns |\n +------------------------------------------+-----------+\n 18 rows in set (9.23 sec)\n \n +----+-------------+--------------+-------+---------------+-----------+---------+-------------+------+-------+\n | id | select_type | table        | type  | possible_keys | key       | key_len | ref         | rows | Extra |\n +----+-------------+--------------+-------+---------------+-----------+---------+-------------+------+-------+\n |  1 | SIMPLE      | hibeventhe0_ | const | fixedTime     | fixedTime | 775     | const,const |    1 | NULL  |\n +----+-------------+--------------+-------+---------------+-----------+---------+-------------+------+-------+\n 1 row in set (9.27 sec)\n \n Query OK, 0 rows affected (9.28 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN  DECLARE v_start_fresh BOOLEAN DEFAULT false; DECLARE v_auto_enable BOOLEAN DEFAULT false; DECLARE v_explain     BOOLEAN DEFAULT true; DECLARE v_this_thread_enabed ENUM(\'YES\', \'NO\'); DECLARE v_runtime INT DEFAULT 0; DECLARE v_start INT DEFAULT 0; DECLARE v_found_stmts INT;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT INSTRUMENTED INTO v_this_thread_enabed FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); CALL sys.ps_setup_disable_thread(CONNECTION_ID());  DROP TEMPORARY TABLE IF EXISTS stmt_trace; CREATE TEMPORARY TABLE stmt_trace ( thread_id BIGINT UNSIGNED, timer_start BIGINT UNSIGNED, event_id BIGINT UNSIGNED, sql_text longtext, timer_wait BIGINT UNSIGNED, lock_time BIGINT UNSIGNED, errors BIGINT UNSIGNED, mysql_errno INT, rows_sent BIGINT UNSIGNED, rows_affected BIGINT UNSIGNED, rows_examined BIGINT UNSIGNED, created_tmp_tables BIGINT UNSIGNED, created_tmp_disk_tables BIGINT UNSIGNED, no_index_used BIGINT UNSIGNED, PRIMARY KEY (thread_id, timer_start) );  DROP TEMPORARY TABLE IF EXISTS stmt_stages; CREATE TEMPORARY TABLE stmt_stages ( event_id BIGINT UNSIGNED, stmt_id BIGINT UNSIGNED, event_name VARCHAR(128), timer_wait BIGINT UNSIGNED, PRIMARY KEY (event_id) );  SET v_start_fresh = in_start_fresh; IF v_start_fresh THEN TRUNCATE TABLE performance_schema.events_statements_history_long; TRUNCATE TABLE performance_schema.events_stages_history_long; END IF;  SET v_auto_enable = in_auto_enable; IF v_auto_enable THEN CALL sys.ps_setup_save(0);  UPDATE performance_schema.threads SET INSTRUMENTED = IF(PROCESSLIST_ID IS NOT NULL, \'YES\', \'NO\');  UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\' WHERE NAME NOT LIKE \'%\\_history\' AND NAME NOT LIKE \'events_wait%\' AND NAME NOT LIKE \'events_transactions%\' AND NAME <> \'statements_digest\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\' WHERE NAME LIKE \'statement/%\' OR NAME LIKE \'stage/%\'; END IF;  WHILE v_runtime < in_runtime DO SELECT UNIX_TIMESTAMP() INTO v_start;  INSERT IGNORE INTO stmt_trace SELECT thread_id, timer_start, event_id, sql_text, timer_wait, lock_time, errors, mysql_errno,  rows_sent, rows_affected, rows_examined, created_tmp_tables, created_tmp_disk_tables, no_index_used FROM performance_schema.events_statements_history_long WHERE digest = in_digest;  INSERT IGNORE INTO stmt_stages SELECT stages.event_id, stmt_trace.event_id, stages.event_name, stages.timer_wait FROM performance_schema.events_stages_history_long AS stages JOIN stmt_trace ON stages.nesting_event_id = stmt_trace.event_id;  SELECT SLEEP(in_interval) INTO @sleep; SET v_runtime = v_runtime + (UNIX_TIMESTAMP() - v_start); END WHILE;  SELECT \"SUMMARY STATISTICS\";  SELECT COUNT(*) executions, sys.format_time(SUM(timer_wait)) AS exec_time, sys.format_time(SUM(lock_time)) AS lock_time, SUM(rows_sent) AS rows_sent, SUM(rows_affected) AS rows_affected, SUM(rows_examined) AS rows_examined, SUM(created_tmp_tables) AS tmp_tables, SUM(no_index_used) AS full_scans FROM stmt_trace;  SELECT event_name, COUNT(*) as count, sys.format_time(SUM(timer_wait)) as latency FROM stmt_stages GROUP BY event_name ORDER BY SUM(timer_wait) DESC;  SELECT \"LONGEST RUNNING STATEMENT\";  SELECT thread_id, sys.format_time(timer_wait) AS exec_time, sys.format_time(lock_time) AS lock_time, rows_sent, rows_affected, rows_examined, created_tmp_tables AS tmp_tables, no_index_used AS full_scan FROM stmt_trace ORDER BY timer_wait DESC LIMIT 1;  SELECT sql_text FROM stmt_trace ORDER BY timer_wait DESC LIMIT 1;  SELECT sql_text, event_id INTO @sql, @sql_id FROM stmt_trace ORDER BY timer_wait DESC LIMIT 1;  IF (@sql_id IS NOT NULL) THEN SELECT event_name, sys.format_time(timer_wait) as latency FROM stmt_stages WHERE stmt_id = @sql_id ORDER BY event_id; END IF;  DROP TEMPORARY TABLE stmt_trace; DROP TEMPORARY TABLE stmt_stages;  IF (@sql IS NOT NULL) THEN SET @stmt := CONCAT(\"EXPLAIN FORMAT=JSON \", @sql); BEGIN DECLARE CONTINUE HANDLER FOR 1064, 1146 SET v_explain = false;  PREPARE explain_stmt FROM @stmt; END;  IF (v_explain) THEN EXECUTE explain_stmt; DEALLOCATE PREPARE explain_stmt; END IF; END IF;  IF v_auto_enable THEN CALL sys.ps_setup_reload_saved(); END IF; IF (v_this_thread_enabed = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  SET sql_log_bin = @log_bin; END'),('sys','ps_trace_thread','PROCEDURE','ps_trace_thread','SQL','MODIFIES_SQL_DATA','NO','INVOKER',_binary ' IN in_thread_id BIGINT UNSIGNED, IN in_outfile VARCHAR(255), IN in_max_runtime DECIMAL(20,2), IN in_interval DECIMAL(20,2), IN in_start_fresh BOOLEAN, IN in_auto_setup BOOLEAN, IN in_debug BOOLEAN ','',_binary 'BEGIN DECLARE v_done bool DEFAULT FALSE; DECLARE v_start, v_runtime DECIMAL(20,2) DEFAULT 0.0; DECLARE v_min_event_id bigint unsigned DEFAULT 0; DECLARE v_this_thread_enabed ENUM(\'YES\', \'NO\'); DECLARE v_event longtext; DECLARE c_stack CURSOR FOR SELECT CONCAT(IF(nesting_event_id IS NOT NULL, CONCAT(nesting_event_id, \' -> \'), \'\'),  event_id, \'; \', event_id, \' [label=\"\', \'(\', sys.format_time(timer_wait), \') \', IF (event_name NOT LIKE \'wait/io%\',  SUBSTRING_INDEX(event_name, \'/\', -2),  IF (event_name NOT LIKE \'wait/io/file%\' OR event_name NOT LIKE \'wait/io/socket%\', SUBSTRING_INDEX(event_name, \'/\', -4), event_name) ), IF (event_name LIKE \'transaction\', IFNULL(CONCAT(\'\\\\n\', wait_info), \'\'), \'\'), IF (event_name LIKE \'statement/%\', IFNULL(CONCAT(\'\\\\n\', wait_info), \'\'), \'\'), IF (in_debug AND event_name LIKE \'wait%\', wait_info, \'\'), \'\", \',  CASE WHEN event_name LIKE \'wait/io/file%\' THEN  \'shape=box, style=filled, color=red\' WHEN event_name LIKE \'wait/io/table%\' THEN  \'shape=box, style=filled, color=green\' WHEN event_name LIKE \'wait/io/socket%\' THEN \'shape=box, style=filled, color=yellow\' WHEN event_name LIKE \'wait/synch/mutex%\' THEN \'style=filled, color=lightskyblue\' WHEN event_name LIKE \'wait/synch/cond%\' THEN \'style=filled, color=darkseagreen3\' WHEN event_name LIKE \'wait/synch/rwlock%\' THEN \'style=filled, color=orchid\' WHEN event_name LIKE \'wait/synch/sxlock%\' THEN \'style=filled, color=palevioletred\'  WHEN event_name LIKE \'wait/lock%\' THEN \'shape=box, style=filled, color=tan\' WHEN event_name LIKE \'statement/%\' THEN CONCAT(\'shape=box, style=bold\', CASE WHEN event_name LIKE \'statement/com/%\' THEN \' style=filled, color=darkseagreen\' ELSE IF((timer_wait/1000000000000) > @@long_query_time,  \' style=filled, color=red\',  \' style=filled, color=lightblue\') END ) WHEN event_name LIKE \'transaction\' THEN \'shape=box, style=filled, color=lightblue3\' WHEN event_name LIKE \'stage/%\' THEN \'style=filled, color=slategray3\' WHEN event_name LIKE \'%idle%\' THEN \'shape=box, style=filled, color=firebrick3\' ELSE \'\' END, \'];\\n\' ) event, event_id FROM ( (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id, CONCAT(\'trx_id: \',  IFNULL(trx_id, \'\'), \'\\\\n\', \'gtid: \', IFNULL(gtid, \'\'), \'\\\\n\', \'state: \', state, \'\\\\n\', \'mode: \', access_mode, \'\\\\n\', \'isolation: \', isolation_level, \'\\\\n\', \'autocommit: \', autocommit, \'\\\\n\', \'savepoints: \', number_of_savepoints, \'\\\\n\' ) AS wait_info FROM performance_schema.events_transactions_history_long WHERE thread_id = in_thread_id AND event_id > v_min_event_id) UNION (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id,  CONCAT(\'statement: \', sql_text, \'\\\\n\', \'errors: \', errors, \'\\\\n\', \'warnings: \', warnings, \'\\\\n\', \'lock time: \', sys.format_time(lock_time),\'\\\\n\', \'rows affected: \', rows_affected, \'\\\\n\', \'rows sent: \', rows_sent, \'\\\\n\', \'rows examined: \', rows_examined, \'\\\\n\', \'tmp tables: \', created_tmp_tables, \'\\\\n\', \'tmp disk tables: \', created_tmp_disk_tables, \'\\\\n\' \'select scan: \', select_scan, \'\\\\n\', \'select full join: \', select_full_join, \'\\\\n\', \'select full range join: \', select_full_range_join, \'\\\\n\', \'select range: \', select_range, \'\\\\n\', \'select range check: \', select_range_check, \'\\\\n\',  \'sort merge passes: \', sort_merge_passes, \'\\\\n\', \'sort rows: \', sort_rows, \'\\\\n\', \'sort range: \', sort_range, \'\\\\n\', \'sort scan: \', sort_scan, \'\\\\n\', \'no index used: \', IF(no_index_used, \'TRUE\', \'FALSE\'), \'\\\\n\', \'no good index used: \', IF(no_good_index_used, \'TRUE\', \'FALSE\'), \'\\\\n\' ) AS wait_info FROM performance_schema.events_statements_history_long WHERE thread_id = in_thread_id AND event_id > v_min_event_id) UNION (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id, null AS wait_info FROM performance_schema.events_stages_history_long  WHERE thread_id = in_thread_id AND event_id > v_min_event_id) UNION  (SELECT thread_id, event_id,  CONCAT(event_name,  IF(event_name NOT LIKE \'wait/synch/mutex%\', IFNULL(CONCAT(\' - \', operation), \'\'), \'\'),  IF(number_of_bytes IS NOT NULL, CONCAT(\' \', number_of_bytes, \' bytes\'), \'\'), IF(event_name LIKE \'wait/io/file%\', \'\\\\n\', \'\'), IF(object_schema IS NOT NULL, CONCAT(\'\\\\nObject: \', object_schema, \'.\'), \'\'),  IF(object_name IS NOT NULL,  IF (event_name LIKE \'wait/io/socket%\', CONCAT(\'\\\\n\', IF (object_name LIKE \':0%\', @@socket, object_name)), object_name), \'\' ), IF(index_name IS NOT NULL, CONCAT(\' Index: \', index_name), \'\'), \'\\\\n\' ) AS event_name, timer_wait, timer_start, nesting_event_id, source AS wait_info FROM performance_schema.events_waits_history_long WHERE thread_id = in_thread_id AND event_id > v_min_event_id) ) events  ORDER BY event_id; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT INSTRUMENTED INTO v_this_thread_enabed FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); CALL sys.ps_setup_disable_thread(CONNECTION_ID());  IF (in_auto_setup) THEN CALL sys.ps_setup_save(0);  DELETE FROM performance_schema.setup_actors;  UPDATE performance_schema.threads SET INSTRUMENTED = IF(THREAD_ID = in_thread_id, \'YES\', \'NO\');  UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\' WHERE NAME NOT LIKE \'%\\_history\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\'; END IF;  IF (in_start_fresh) THEN TRUNCATE performance_schema.events_transactions_history_long; TRUNCATE performance_schema.events_statements_history_long; TRUNCATE performance_schema.events_stages_history_long; TRUNCATE performance_schema.events_waits_history_long; END IF;  DROP TEMPORARY TABLE IF EXISTS tmp_events; CREATE TEMPORARY TABLE tmp_events ( event_id bigint unsigned NOT NULL, event longblob, PRIMARY KEY (event_id) );  INSERT INTO tmp_events VALUES (0, CONCAT(\'digraph events { rankdir=LR; nodesep=0.10;\\n\', \'// Stack created .....: \', NOW(), \'\\n\', \'// MySQL version .....: \', VERSION(), \'\\n\', \'// MySQL hostname ....: \', @@hostname, \'\\n\', \'// MySQL port ........: \', @@port, \'\\n\', \'// MySQL socket ......: \', @@socket, \'\\n\', \'// MySQL user ........: \', CURRENT_USER(), \'\\n\'));  SELECT CONCAT(\'Data collection starting for THREAD_ID = \', in_thread_id) AS \'Info\';  SET v_min_event_id = 0, v_start        = UNIX_TIMESTAMP(), in_interval    = IFNULL(in_interval, 1.00), in_max_runtime = IFNULL(in_max_runtime, 60.00);  WHILE (v_runtime < in_max_runtime AND (SELECT INSTRUMENTED FROM performance_schema.threads WHERE THREAD_ID = in_thread_id) = \'YES\') DO SET v_done = FALSE; OPEN c_stack; c_stack_loop: LOOP FETCH c_stack INTO v_event, v_min_event_id; IF v_done THEN LEAVE c_stack_loop; END IF;  IF (LENGTH(v_event) > 0) THEN INSERT INTO tmp_events VALUES (v_min_event_id, v_event); END IF; END LOOP; CLOSE c_stack;  SELECT SLEEP(in_interval) INTO @sleep; SET v_runtime = (UNIX_TIMESTAMP() - v_start); END WHILE;  INSERT INTO tmp_events VALUES (v_min_event_id+1, \'}\');  SET @query = CONCAT(\'SELECT event FROM tmp_events ORDER BY event_id INTO OUTFILE \'\'\', in_outfile, \'\'\' FIELDS ESCAPED BY \'\'\'\' LINES TERMINATED BY \'\'\'\'\'); PREPARE stmt_output FROM @query; EXECUTE stmt_output; DEALLOCATE PREPARE stmt_output;  SELECT CONCAT(\'Stack trace written to \', in_outfile) AS \'Info\'; SELECT CONCAT(\'dot -Tpdf -o /tmp/stack_\', in_thread_id, \'.pdf \', in_outfile) AS \'Convert to PDF\'; SELECT CONCAT(\'dot -Tpng -o /tmp/stack_\', in_thread_id, \'.png \', in_outfile) AS \'Convert to PNG\'; DROP TEMPORARY TABLE tmp_events;  IF (in_auto_setup) THEN CALL sys.ps_setup_reload_saved(); END IF; IF (v_this_thread_enabed = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  SET sql_log_bin = @log_bin; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Dumps all data within Performance Schema for an instrumented thread,\n to create a DOT formatted graph file. \n \n Each resultset returned from the procedure should be used for a complete graph\n \n Requires the SUPER privilege for \"SET sql_log_bin = 0;\".\n \n Parameters\n \n in_thread_id (BIGINT UNSIGNED):\n The thread that you would like a stack trace for\n in_outfile  (VARCHAR(255)):\n The filename the dot file will be written to\n in_max_runtime (DECIMAL(20,2)):\n The maximum time to keep collecting data.\n Use NULL to get the default which is 60 seconds.\n in_interval (DECIMAL(20,2)): \n How long to sleep between data collections. \n Use NULL to get the default which is 1 second.\n in_start_fresh (BOOLEAN):\n Whether to reset all Performance Schema data before tracing.\n in_auto_setup (BOOLEAN):\n Whether to disable all other threads and enable all consumers/instruments. \n This will also reset the settings at the end of the run.\n in_debug (BOOLEAN):\n Whether you would like to include file:lineno in the graph\n \n Example\n \n mysql> CALL sys.ps_trace_thread(25, CONCAT(\'/tmp/stack-\', REPLACE(NOW(), \' \', \'-\'), \'.dot\'), NULL, NULL, TRUE, TRUE, TRUE);\n +-------------------+\n | summary           |\n +-------------------+\n | Disabled 1 thread |\n +-------------------+\n 1 row in set (0.00 sec)\n \n +---------------------------------------------+\n | Info                                        |\n +---------------------------------------------+\n | Data collection starting for THREAD_ID = 25 |\n +---------------------------------------------+\n 1 row in set (0.03 sec)\n \n +-----------------------------------------------------------+\n | Info                                                      |\n +-----------------------------------------------------------+\n | Stack trace written to /tmp/stack-2014-02-16-21:18:41.dot |\n +-----------------------------------------------------------+\n 1 row in set (60.07 sec)\n \n +-------------------------------------------------------------------+\n | Convert to PDF                                                    |\n +-------------------------------------------------------------------+\n | dot -Tpdf -o /tmp/stack_25.pdf /tmp/stack-2014-02-16-21:18:41.dot |\n +-------------------------------------------------------------------+\n 1 row in set (60.07 sec)\n \n +-------------------------------------------------------------------+\n | Convert to PNG                                                    |\n +-------------------------------------------------------------------+\n | dot -Tpng -o /tmp/stack_25.png /tmp/stack-2014-02-16-21:18:41.dot |\n +-------------------------------------------------------------------+\n 1 row in set (60.07 sec)\n \n +------------------+\n | summary          |\n +------------------+\n | Enabled 1 thread |\n +------------------+\n 1 row in set (60.32 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_done bool DEFAULT FALSE; DECLARE v_start, v_runtime DECIMAL(20,2) DEFAULT 0.0; DECLARE v_min_event_id bigint unsigned DEFAULT 0; DECLARE v_this_thread_enabed ENUM(\'YES\', \'NO\'); DECLARE v_event longtext; DECLARE c_stack CURSOR FOR SELECT CONCAT(IF(nesting_event_id IS NOT NULL, CONCAT(nesting_event_id, \' -> \'), \'\'),  event_id, \'; \', event_id, \' [label=\"\', \'(\', sys.format_time(timer_wait), \') \', IF (event_name NOT LIKE \'wait/io%\',  SUBSTRING_INDEX(event_name, \'/\', -2),  IF (event_name NOT LIKE \'wait/io/file%\' OR event_name NOT LIKE \'wait/io/socket%\', SUBSTRING_INDEX(event_name, \'/\', -4), event_name) ), IF (event_name LIKE \'transaction\', IFNULL(CONCAT(\'\\n\', wait_info), \'\'), \'\'), IF (event_name LIKE \'statement/%\', IFNULL(CONCAT(\'\\n\', wait_info), \'\'), \'\'), IF (in_debug AND event_name LIKE \'wait%\', wait_info, \'\'), \'\", \',  CASE WHEN event_name LIKE \'wait/io/file%\' THEN  \'shape=box, style=filled, color=red\' WHEN event_name LIKE \'wait/io/table%\' THEN  \'shape=box, style=filled, color=green\' WHEN event_name LIKE \'wait/io/socket%\' THEN \'shape=box, style=filled, color=yellow\' WHEN event_name LIKE \'wait/synch/mutex%\' THEN \'style=filled, color=lightskyblue\' WHEN event_name LIKE \'wait/synch/cond%\' THEN \'style=filled, color=darkseagreen3\' WHEN event_name LIKE \'wait/synch/rwlock%\' THEN \'style=filled, color=orchid\' WHEN event_name LIKE \'wait/synch/sxlock%\' THEN \'style=filled, color=palevioletred\'  WHEN event_name LIKE \'wait/lock%\' THEN \'shape=box, style=filled, color=tan\' WHEN event_name LIKE \'statement/%\' THEN CONCAT(\'shape=box, style=bold\', CASE WHEN event_name LIKE \'statement/com/%\' THEN \' style=filled, color=darkseagreen\' ELSE IF((timer_wait/1000000000000) > @@long_query_time,  \' style=filled, color=red\',  \' style=filled, color=lightblue\') END ) WHEN event_name LIKE \'transaction\' THEN \'shape=box, style=filled, color=lightblue3\' WHEN event_name LIKE \'stage/%\' THEN \'style=filled, color=slategray3\' WHEN event_name LIKE \'%idle%\' THEN \'shape=box, style=filled, color=firebrick3\' ELSE \'\' END, \'];\n\' ) event, event_id FROM ( (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id, CONCAT(\'trx_id: \',  IFNULL(trx_id, \'\'), \'\\n\', \'gtid: \', IFNULL(gtid, \'\'), \'\\n\', \'state: \', state, \'\\n\', \'mode: \', access_mode, \'\\n\', \'isolation: \', isolation_level, \'\\n\', \'autocommit: \', autocommit, \'\\n\', \'savepoints: \', number_of_savepoints, \'\\n\' ) AS wait_info FROM performance_schema.events_transactions_history_long WHERE thread_id = in_thread_id AND event_id > v_min_event_id) UNION (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id,  CONCAT(\'statement: \', sql_text, \'\\n\', \'errors: \', errors, \'\\n\', \'warnings: \', warnings, \'\\n\', \'lock time: \', sys.format_time(lock_time),\'\\n\', \'rows affected: \', rows_affected, \'\\n\', \'rows sent: \', rows_sent, \'\\n\', \'rows examined: \', rows_examined, \'\\n\', \'tmp tables: \', created_tmp_tables, \'\\n\', \'tmp disk tables: \', created_tmp_disk_tables, \'\\n\' \'select scan: \', select_scan, \'\\n\', \'select full join: \', select_full_join, \'\\n\', \'select full range join: \', select_full_range_join, \'\\n\', \'select range: \', select_range, \'\\n\', \'select range check: \', select_range_check, \'\\n\',  \'sort merge passes: \', sort_merge_passes, \'\\n\', \'sort rows: \', sort_rows, \'\\n\', \'sort range: \', sort_range, \'\\n\', \'sort scan: \', sort_scan, \'\\n\', \'no index used: \', IF(no_index_used, \'TRUE\', \'FALSE\'), \'\\n\', \'no good index used: \', IF(no_good_index_used, \'TRUE\', \'FALSE\'), \'\\n\' ) AS wait_info FROM performance_schema.events_statements_history_long WHERE thread_id = in_thread_id AND event_id > v_min_event_id) UNION (SELECT thread_id, event_id, event_name, timer_wait, timer_start, nesting_event_id, null AS wait_info FROM performance_schema.events_stages_history_long  WHERE thread_id = in_thread_id AND event_id > v_min_event_id) UNION  (SELECT thread_id, event_id,  CONCAT(event_name,  IF(event_name NOT LIKE \'wait/synch/mutex%\', IFNULL(CONCAT(\' - \', operation), \'\'), \'\'),  IF(number_of_bytes IS NOT NULL, CONCAT(\' \', number_of_bytes, \' bytes\'), \'\'), IF(event_name LIKE \'wait/io/file%\', \'\\n\', \'\'), IF(object_schema IS NOT NULL, CONCAT(\'\\nObject: \', object_schema, \'.\'), \'\'),  IF(object_name IS NOT NULL,  IF (event_name LIKE \'wait/io/socket%\', CONCAT(\'\\n\', IF (object_name LIKE \':0%\', @@socket, object_name)), object_name), \'\' ), IF(index_name IS NOT NULL, CONCAT(\' Index: \', index_name), \'\'), \'\\n\' ) AS event_name, timer_wait, timer_start, nesting_event_id, source AS wait_info FROM performance_schema.events_waits_history_long WHERE thread_id = in_thread_id AND event_id > v_min_event_id) ) events  ORDER BY event_id; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT INSTRUMENTED INTO v_this_thread_enabed FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); CALL sys.ps_setup_disable_thread(CONNECTION_ID());  IF (in_auto_setup) THEN CALL sys.ps_setup_save(0);  DELETE FROM performance_schema.setup_actors;  UPDATE performance_schema.threads SET INSTRUMENTED = IF(THREAD_ID = in_thread_id, \'YES\', \'NO\');  UPDATE performance_schema.setup_consumers SET ENABLED = \'YES\' WHERE NAME NOT LIKE \'%\\_history\';  UPDATE performance_schema.setup_instruments SET ENABLED = \'YES\', TIMED   = \'YES\'; END IF;  IF (in_start_fresh) THEN TRUNCATE performance_schema.events_transactions_history_long; TRUNCATE performance_schema.events_statements_history_long; TRUNCATE performance_schema.events_stages_history_long; TRUNCATE performance_schema.events_waits_history_long; END IF;  DROP TEMPORARY TABLE IF EXISTS tmp_events; CREATE TEMPORARY TABLE tmp_events ( event_id bigint unsigned NOT NULL, event longblob, PRIMARY KEY (event_id) );  INSERT INTO tmp_events VALUES (0, CONCAT(\'digraph events { rankdir=LR; nodesep=0.10;\n\', \'// Stack created .....: \', NOW(), \'\n\', \'// MySQL version .....: \', VERSION(), \'\n\', \'// MySQL hostname ....: \', @@hostname, \'\n\', \'// MySQL port ........: \', @@port, \'\n\', \'// MySQL socket ......: \', @@socket, \'\n\', \'// MySQL user ........: \', CURRENT_USER(), \'\n\'));  SELECT CONCAT(\'Data collection starting for THREAD_ID = \', in_thread_id) AS \'Info\';  SET v_min_event_id = 0, v_start        = UNIX_TIMESTAMP(), in_interval    = IFNULL(in_interval, 1.00), in_max_runtime = IFNULL(in_max_runtime, 60.00);  WHILE (v_runtime < in_max_runtime AND (SELECT INSTRUMENTED FROM performance_schema.threads WHERE THREAD_ID = in_thread_id) = \'YES\') DO SET v_done = FALSE; OPEN c_stack; c_stack_loop: LOOP FETCH c_stack INTO v_event, v_min_event_id; IF v_done THEN LEAVE c_stack_loop; END IF;  IF (LENGTH(v_event) > 0) THEN INSERT INTO tmp_events VALUES (v_min_event_id, v_event); END IF; END LOOP; CLOSE c_stack;  SELECT SLEEP(in_interval) INTO @sleep; SET v_runtime = (UNIX_TIMESTAMP() - v_start); END WHILE;  INSERT INTO tmp_events VALUES (v_min_event_id+1, \'}\');  SET @query = CONCAT(\'SELECT event FROM tmp_events ORDER BY event_id INTO OUTFILE \'\', in_outfile, \'\' FIELDS ESCAPED BY \'\' LINES TERMINATED BY \'\'\'); PREPARE stmt_output FROM @query; EXECUTE stmt_output; DEALLOCATE PREPARE stmt_output;  SELECT CONCAT(\'Stack trace written to \', in_outfile) AS \'Info\'; SELECT CONCAT(\'dot -Tpdf -o /tmp/stack_\', in_thread_id, \'.pdf \', in_outfile) AS \'Convert to PDF\'; SELECT CONCAT(\'dot -Tpng -o /tmp/stack_\', in_thread_id, \'.png \', in_outfile) AS \'Convert to PNG\'; DROP TEMPORARY TABLE tmp_events;  IF (in_auto_setup) THEN CALL sys.ps_setup_reload_saved(); END IF; IF (v_this_thread_enabed = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  SET sql_log_bin = @log_bin; END'),('sys','ps_setup_disable_background_threads','PROCEDURE','ps_setup_disable_background_threads','SQL','MODIFIES_SQL_DATA','NO','INVOKER','','',_binary 'BEGIN UPDATE performance_schema.threads SET instrumented = \'NO\' WHERE type = \'BACKGROUND\';  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' background thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Disable all background thread instrumentation within Performance Schema.\n \n Parameters\n \n None.\n \n Example\n \n mysql> CALL sys.ps_setup_disable_background_threads();\n +--------------------------------+\n | summary                        |\n +--------------------------------+\n | Disabled 18 background threads |\n +--------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN UPDATE performance_schema.threads SET instrumented = \'NO\' WHERE type = \'BACKGROUND\';  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' background thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_disable_consumer','PROCEDURE','ps_setup_disable_consumer','SQL','MODIFIES_SQL_DATA','NO','INVOKER',_binary ' IN consumer VARCHAR(128) ','',_binary 'BEGIN UPDATE performance_schema.setup_consumers SET enabled = \'NO\' WHERE name LIKE CONCAT(\'%\', consumer, \'%\');  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' consumer\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Disables consumers within Performance Schema \n matching the input pattern.\n \n Parameters\n \n consumer (VARCHAR(128)):\n A LIKE pattern match (using \"%consumer%\") of consumers to disable\n \n Example\n \n To disable all consumers:\n \n mysql> CALL sys.ps_setup_disable_consumer(\'\');\n +--------------------------+\n | summary                  |\n +--------------------------+\n | Disabled 15 consumers    |\n +--------------------------+\n 1 row in set (0.02 sec)\n \n To disable just the event_stage consumers:\n \n mysql> CALL sys.ps_setup_disable_comsumers(\'stage\');\n +------------------------+\n | summary                |\n +------------------------+\n | Disabled 3 consumers   |\n +------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN UPDATE performance_schema.setup_consumers SET enabled = \'NO\' WHERE name LIKE CONCAT(\'%\', consumer, \'%\');  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' consumer\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_disable_instrument','PROCEDURE','ps_setup_disable_instrument','SQL','MODIFIES_SQL_DATA','NO','INVOKER',_binary ' IN in_pattern VARCHAR(128) ','',_binary 'BEGIN UPDATE performance_schema.setup_instruments SET enabled = \'NO\', timed = \'NO\' WHERE name LIKE CONCAT(\'%\', in_pattern, \'%\');  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' instrument\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Disables instruments within Performance Schema \n matching the input pattern.\n \n Parameters\n \n in_pattern (VARCHAR(128)):\n A LIKE pattern match (using \"%in_pattern%\") of events to disable\n \n Example\n \n To disable all mutex instruments:\n \n mysql> CALL sys.ps_setup_disable_instrument(\'wait/synch/mutex\');\n +--------------------------+\n | summary                  |\n +--------------------------+\n | Disabled 155 instruments |\n +--------------------------+\n 1 row in set (0.02 sec)\n \n To disable just a specific TCP/IP based network IO instrument:\n \n mysql> CALL sys.ps_setup_disable_instrument(\'wait/io/socket/sql/server_tcpip_socket\');\n +------------------------+\n | summary                |\n +------------------------+\n | Disabled 1 instruments |\n +------------------------+\n 1 row in set (0.00 sec)\n \n To disable all instruments:\n \n mysql> CALL sys.ps_setup_disable_instrument(\'\');\n +--------------------------+\n | summary                  |\n +--------------------------+\n | Disabled 547 instruments |\n +--------------------------+\n 1 row in set (0.01 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN UPDATE performance_schema.setup_instruments SET enabled = \'NO\', timed = \'NO\' WHERE name LIKE CONCAT(\'%\', in_pattern, \'%\');  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' instrument\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_disable_thread','PROCEDURE','ps_setup_disable_thread','SQL','MODIFIES_SQL_DATA','NO','INVOKER',_binary ' IN in_connection_id BIGINT ','',_binary 'BEGIN UPDATE performance_schema.threads SET instrumented = \'NO\' WHERE processlist_id = in_connection_id;  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Disable the given connection/thread in Performance Schema.\n \n Parameters\n \n in_connection_id (BIGINT):\n The connection ID (PROCESSLIST_ID from performance_schema.threads\n or the ID shown within SHOW PROCESSLIST)\n \n Example\n \n mysql> CALL sys.ps_setup_disable_thread(3);\n +-------------------+\n | summary           |\n +-------------------+\n | Disabled 1 thread |\n +-------------------+\n 1 row in set (0.01 sec)\n \n To disable the current connection:\n \n mysql> CALL sys.ps_setup_disable_thread(CONNECTION_ID());\n +-------------------+\n | summary           |\n +-------------------+\n | Disabled 1 thread |\n +-------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN UPDATE performance_schema.threads SET instrumented = \'NO\' WHERE processlist_id = in_connection_id;  SELECT CONCAT(\'Disabled \', @rows := ROW_COUNT(), \' thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_enable_background_threads','PROCEDURE','ps_setup_enable_background_threads','SQL','MODIFIES_SQL_DATA','NO','INVOKER','','',_binary 'BEGIN UPDATE performance_schema.threads SET instrumented = \'YES\' WHERE type = \'BACKGROUND\';  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' background thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Enable all background thread instrumentation within Performance Schema.\n \n Parameters\n \n None.\n \n Example\n \n mysql> CALL sys.ps_setup_enable_background_threads();\n +-------------------------------+\n | summary                       |\n +-------------------------------+\n | Enabled 18 background threads |\n +-------------------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN UPDATE performance_schema.threads SET instrumented = \'YES\' WHERE type = \'BACKGROUND\';  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' background thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_enable_consumer','PROCEDURE','ps_setup_enable_consumer','SQL','MODIFIES_SQL_DATA','NO','INVOKER',_binary ' IN consumer VARCHAR(128) ','',_binary 'BEGIN UPDATE performance_schema.setup_consumers SET enabled = \'YES\' WHERE name LIKE CONCAT(\'%\', consumer, \'%\');  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' consumer\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Enables consumers within Performance Schema \n matching the input pattern.\n \n Parameters\n \n consumer (VARCHAR(128)):\n A LIKE pattern match (using \"%consumer%\") of consumers to enable\n \n Example\n \n To enable all consumers:\n \n mysql> CALL sys.ps_setup_enable_consumer(\'\');\n +-------------------------+\n | summary                 |\n +-------------------------+\n | Enabled 10 consumers    |\n +-------------------------+\n 1 row in set (0.02 sec)\n \n Query OK, 0 rows affected (0.02 sec)\n \n To enable just \"waits\" consumers:\n \n mysql> CALL sys.ps_setup_enable_consumer(\'waits\');\n +-----------------------+\n | summary               |\n +-----------------------+\n | Enabled 3 consumers   |\n +-----------------------+\n 1 row in set (0.00 sec)\n \n Query OK, 0 rows affected (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN UPDATE performance_schema.setup_consumers SET enabled = \'YES\' WHERE name LIKE CONCAT(\'%\', consumer, \'%\');  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' consumer\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_enable_instrument','PROCEDURE','ps_setup_enable_instrument','SQL','MODIFIES_SQL_DATA','NO','INVOKER',_binary ' IN in_pattern VARCHAR(128) ','',_binary 'BEGIN UPDATE performance_schema.setup_instruments SET enabled = \'YES\', timed = \'YES\' WHERE name LIKE CONCAT(\'%\', in_pattern, \'%\');  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' instrument\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Enables instruments within Performance Schema \n matching the input pattern.\n \n Parameters\n \n in_pattern (VARCHAR(128)):\n A LIKE pattern match (using \"%in_pattern%\") of events to enable\n \n Example\n \n To enable all mutex instruments:\n \n mysql> CALL sys.ps_setup_enable_instrument(\'wait/synch/mutex\');\n +-------------------------+\n | summary                 |\n +-------------------------+\n | Enabled 155 instruments |\n +-------------------------+\n 1 row in set (0.02 sec)\n \n Query OK, 0 rows affected (0.02 sec)\n \n To enable just a specific TCP/IP based network IO instrument:\n \n mysql> CALL sys.ps_setup_enable_instrument(\'wait/io/socket/sql/server_tcpip_socket\');\n +-----------------------+\n | summary               |\n +-----------------------+\n | Enabled 1 instruments |\n +-----------------------+\n 1 row in set (0.00 sec)\n \n Query OK, 0 rows affected (0.00 sec)\n \n To enable all instruments:\n \n mysql> CALL sys.ps_setup_enable_instrument(\'\');\n +-------------------------+\n | summary                 |\n +-------------------------+\n | Enabled 547 instruments |\n +-------------------------+\n 1 row in set (0.01 sec)\n \n Query OK, 0 rows affected (0.01 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN UPDATE performance_schema.setup_instruments SET enabled = \'YES\', timed = \'YES\' WHERE name LIKE CONCAT(\'%\', in_pattern, \'%\');  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' instrument\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_enable_thread','PROCEDURE','ps_setup_enable_thread','SQL','MODIFIES_SQL_DATA','NO','INVOKER',_binary ' IN in_connection_id BIGINT ','',_binary 'BEGIN UPDATE performance_schema.threads SET instrumented = \'YES\' WHERE processlist_id = in_connection_id;  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Enable the given connection/thread in Performance Schema.\n \n Parameters\n \n in_connection_id (BIGINT):\n The connection ID (PROCESSLIST_ID from performance_schema.threads\n or the ID shown within SHOW PROCESSLIST)\n \n Example\n \n mysql> CALL sys.ps_setup_enable_thread(3);\n +------------------+\n | summary          |\n +------------------+\n | Enabled 1 thread |\n +------------------+\n 1 row in set (0.01 sec)\n \n To enable the current connection:\n \n mysql> CALL sys.ps_setup_enable_thread(CONNECTION_ID());\n +------------------+\n | summary          |\n +------------------+\n | Enabled 1 thread |\n +------------------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN UPDATE performance_schema.threads SET instrumented = \'YES\' WHERE processlist_id = in_connection_id;  SELECT CONCAT(\'Enabled \', @rows := ROW_COUNT(), \' thread\', IF(@rows != 1, \'s\', \'\')) AS summary; END'),('sys','ps_setup_reload_saved','PROCEDURE','ps_setup_reload_saved','SQL','MODIFIES_SQL_DATA','NO','INVOKER','','',_binary 'BEGIN DECLARE v_done bool DEFAULT FALSE; DECLARE v_lock_result INT; DECLARE v_lock_used_by BIGINT; DECLARE v_signal_message TEXT; DECLARE EXIT HANDLER FOR SQLEXCEPTION BEGIN SIGNAL SQLSTATE VALUE \'90001\' SET MESSAGE_TEXT = \'An error occurred, was sys.ps_setup_save() run before this procedure?\'; END;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT IS_USED_LOCK(\'sys.ps_setup_save\') INTO v_lock_used_by;  IF (v_lock_used_by != CONNECTION_ID()) THEN SET v_signal_message = CONCAT(\'The sys.ps_setup_save lock is currently owned by \', v_lock_used_by); SIGNAL SQLSTATE VALUE \'90002\' SET MESSAGE_TEXT = v_signal_message; END IF;  DELETE FROM performance_schema.setup_actors; INSERT INTO performance_schema.setup_actors SELECT * FROM tmp_setup_actors;  BEGIN DECLARE v_name varchar(64); DECLARE v_enabled enum(\'YES\', \'NO\'); DECLARE c_consumers CURSOR FOR SELECT NAME, ENABLED FROM tmp_setup_consumers; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SET v_done = FALSE; OPEN c_consumers; c_consumers_loop: LOOP FETCH c_consumers INTO v_name, v_enabled; IF v_done THEN LEAVE c_consumers_loop; END IF;  UPDATE performance_schema.setup_consumers SET ENABLED = v_enabled WHERE NAME = v_name; END LOOP; CLOSE c_consumers; END;  UPDATE performance_schema.setup_instruments INNER JOIN tmp_setup_instruments USING (NAME) SET performance_schema.setup_instruments.ENABLED = tmp_setup_instruments.ENABLED, performance_schema.setup_instruments.TIMED   = tmp_setup_instruments.TIMED; BEGIN DECLARE v_thread_id bigint unsigned; DECLARE v_instrumented enum(\'YES\', \'NO\'); DECLARE c_threads CURSOR FOR SELECT THREAD_ID, INSTRUMENTED FROM tmp_threads; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SET v_done = FALSE; OPEN c_threads; c_threads_loop: LOOP FETCH c_threads INTO v_thread_id, v_instrumented; IF v_done THEN LEAVE c_threads_loop; END IF;  UPDATE performance_schema.threads SET INSTRUMENTED = v_instrumented WHERE THREAD_ID = v_thread_id; END LOOP; CLOSE c_threads; END;  UPDATE performance_schema.threads SET INSTRUMENTED = IF(PROCESSLIST_USER IS NOT NULL, sys.ps_is_account_enabled(PROCESSLIST_HOST, PROCESSLIST_USER), \'YES\') WHERE THREAD_ID NOT IN (SELECT THREAD_ID FROM tmp_threads);  DROP TEMPORARY TABLE tmp_setup_actors; DROP TEMPORARY TABLE tmp_setup_consumers; DROP TEMPORARY TABLE tmp_setup_instruments; DROP TEMPORARY TABLE tmp_threads;  SELECT RELEASE_LOCK(\'sys.ps_setup_save\') INTO v_lock_result;  SET sql_log_bin = @log_bin;  END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Reloads a saved Performance Schema configuration,\n so that you can alter the setup for debugging purposes, \n but restore it to a previous state.\n \n Use the companion procedure - ps_setup_save(), to \n save a configuration.\n \n Requires the SUPER privilege for \"SET sql_log_bin = 0;\".\n \n Parameters\n \n None.\n \n Example\n \n mysql> CALL sys.ps_setup_save();\n Query OK, 0 rows affected (0.08 sec)\n \n mysql> UPDATE performance_schema.setup_instruments SET enabled = \'YES\', timed = \'YES\';\n Query OK, 547 rows affected (0.40 sec)\n Rows matched: 784  Changed: 547  Warnings: 0\n \n /* Run some tests that need more detailed instrumentation here */\n \n mysql> CALL sys.ps_setup_reload_saved();\n Query OK, 0 rows affected (0.32 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_done bool DEFAULT FALSE; DECLARE v_lock_result INT; DECLARE v_lock_used_by BIGINT; DECLARE v_signal_message TEXT; DECLARE EXIT HANDLER FOR SQLEXCEPTION BEGIN SIGNAL SQLSTATE VALUE \'90001\' SET MESSAGE_TEXT = \'An error occurred, was sys.ps_setup_save() run before this procedure?\'; END;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT IS_USED_LOCK(\'sys.ps_setup_save\') INTO v_lock_used_by;  IF (v_lock_used_by != CONNECTION_ID()) THEN SET v_signal_message = CONCAT(\'The sys.ps_setup_save lock is currently owned by \', v_lock_used_by); SIGNAL SQLSTATE VALUE \'90002\' SET MESSAGE_TEXT = v_signal_message; END IF;  DELETE FROM performance_schema.setup_actors; INSERT INTO performance_schema.setup_actors SELECT * FROM tmp_setup_actors;  BEGIN DECLARE v_name varchar(64); DECLARE v_enabled enum(\'YES\', \'NO\'); DECLARE c_consumers CURSOR FOR SELECT NAME, ENABLED FROM tmp_setup_consumers; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SET v_done = FALSE; OPEN c_consumers; c_consumers_loop: LOOP FETCH c_consumers INTO v_name, v_enabled; IF v_done THEN LEAVE c_consumers_loop; END IF;  UPDATE performance_schema.setup_consumers SET ENABLED = v_enabled WHERE NAME = v_name; END LOOP; CLOSE c_consumers; END;  UPDATE performance_schema.setup_instruments INNER JOIN tmp_setup_instruments USING (NAME) SET performance_schema.setup_instruments.ENABLED = tmp_setup_instruments.ENABLED, performance_schema.setup_instruments.TIMED   = tmp_setup_instruments.TIMED; BEGIN DECLARE v_thread_id bigint unsigned; DECLARE v_instrumented enum(\'YES\', \'NO\'); DECLARE c_threads CURSOR FOR SELECT THREAD_ID, INSTRUMENTED FROM tmp_threads; DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  SET v_done = FALSE; OPEN c_threads; c_threads_loop: LOOP FETCH c_threads INTO v_thread_id, v_instrumented; IF v_done THEN LEAVE c_threads_loop; END IF;  UPDATE performance_schema.threads SET INSTRUMENTED = v_instrumented WHERE THREAD_ID = v_thread_id; END LOOP; CLOSE c_threads; END;  UPDATE performance_schema.threads SET INSTRUMENTED = IF(PROCESSLIST_USER IS NOT NULL, sys.ps_is_account_enabled(PROCESSLIST_HOST, PROCESSLIST_USER), \'YES\') WHERE THREAD_ID NOT IN (SELECT THREAD_ID FROM tmp_threads);  DROP TEMPORARY TABLE tmp_setup_actors; DROP TEMPORARY TABLE tmp_setup_consumers; DROP TEMPORARY TABLE tmp_setup_instruments; DROP TEMPORARY TABLE tmp_threads;  SELECT RELEASE_LOCK(\'sys.ps_setup_save\') INTO v_lock_result;  SET sql_log_bin = @log_bin;  END'),('sys','ps_setup_reset_to_default','PROCEDURE','ps_setup_reset_to_default','SQL','MODIFIES_SQL_DATA','NO','INVOKER',_binary ' IN in_verbose BOOLEAN ','',_binary 'BEGIN SET @query = \'DELETE FROM performance_schema.setup_actors WHERE NOT (HOST = \'\'%\'\' AND USER = \'\'%\'\' AND `ROLE` = \'\'%\'\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_actors\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'INSERT IGNORE INTO performance_schema.setup_actors VALUES (\'\'%\'\', \'\'%\'\', \'\'%\'\', \'\'YES\'\', \'\'YES\'\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_actors\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'UPDATE performance_schema.setup_instruments SET ENABLED = sys.ps_is_instrument_default_enabled(NAME), TIMED   = sys.ps_is_instrument_default_timed(NAME)\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_instruments\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'UPDATE performance_schema.setup_consumers SET ENABLED = IF(NAME IN (\'\'events_statements_current\'\', \'\'events_transactions_current\'\', \'\'global_instrumentation\'\', \'\'thread_instrumentation\'\', \'\'statements_digest\'\'), \'\'YES\'\', \'\'NO\'\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_consumers\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'DELETE FROM performance_schema.setup_objects WHERE NOT (OBJECT_TYPE IN (\'\'EVENT\'\', \'\'FUNCTION\'\', \'\'PROCEDURE\'\', \'\'TABLE\'\', \'\'TRIGGER\'\') AND OBJECT_NAME = \'\'%\'\'  AND (OBJECT_SCHEMA = \'\'mysql\'\'              AND ENABLED = \'\'NO\'\'  AND TIMED = \'\'NO\'\' ) OR (OBJECT_SCHEMA = \'\'performance_schema\'\' AND ENABLED = \'\'NO\'\'  AND TIMED = \'\'NO\'\' ) OR (OBJECT_SCHEMA = \'\'information_schema\'\' AND ENABLED = \'\'NO\'\'  AND TIMED = \'\'NO\'\' ) OR (OBJECT_SCHEMA = \'\'%\'\'                  AND ENABLED = \'\'YES\'\' AND TIMED = \'\'YES\'\'))\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_objects\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'INSERT IGNORE INTO performance_schema.setup_objects VALUES (\'\'EVENT\'\'    , \'\'mysql\'\'             , \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'EVENT\'\'    , \'\'performance_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'EVENT\'\'    , \'\'information_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'EVENT\'\'    , \'\'%\'\'                 , \'\'%\'\', \'\'YES\'\', \'\'YES\'\'), (\'\'FUNCTION\'\' , \'\'mysql\'\'             , \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'FUNCTION\'\' , \'\'performance_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'FUNCTION\'\' , \'\'information_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'FUNCTION\'\' , \'\'%\'\'                 , \'\'%\'\', \'\'YES\'\', \'\'YES\'\'), (\'\'PROCEDURE\'\', \'\'mysql\'\'             , \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'PROCEDURE\'\', \'\'performance_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'PROCEDURE\'\', \'\'information_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'PROCEDURE\'\', \'\'%\'\'                 , \'\'%\'\', \'\'YES\'\', \'\'YES\'\'), (\'\'TABLE\'\'    , \'\'mysql\'\'             , \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'TABLE\'\'    , \'\'performance_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'TABLE\'\'    , \'\'information_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'TABLE\'\'    , \'\'%\'\'                 , \'\'%\'\', \'\'YES\'\', \'\'YES\'\'), (\'\'TRIGGER\'\'  , \'\'mysql\'\'             , \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'TRIGGER\'\'  , \'\'performance_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'TRIGGER\'\'  , \'\'information_schema\'\', \'\'%\'\', \'\'NO\'\' , \'\'NO\'\' ), (\'\'TRIGGER\'\'  , \'\'%\'\'                 , \'\'%\'\', \'\'YES\'\', \'\'YES\'\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_objects\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'UPDATE performance_schema.threads SET INSTRUMENTED = \'\'YES\'\'\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: threads\\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Resets the Performance Schema setup to the default settings.\n \n Parameters\n \n in_verbose (BOOLEAN):\n Whether to print each setup stage (including the SQL) whilst running.\n \n Example\n \n mysql> CALL sys.ps_setup_reset_to_default(true)\\G\n *************************** 1. row ***************************\n status: Resetting: setup_actors\n DELETE\n FROM performance_schema.setup_actors\n WHERE NOT (HOST = \'%\' AND USER = \'%\' AND `ROLE` = \'%\')\n 1 row in set (0.00 sec)\n \n *************************** 1. row ***************************\n status: Resetting: setup_actors\n INSERT IGNORE INTO performance_schema.setup_actors\n VALUES (\'%\', \'%\', \'%\')\n 1 row in set (0.00 sec)\n ...\n \n mysql> CALL sys.ps_setup_reset_to_default(false)\\G\n Query OK, 0 rows affected (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN SET @query = \'DELETE FROM performance_schema.setup_actors WHERE NOT (HOST = \'%\' AND USER = \'%\' AND `ROLE` = \'%\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_actors\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'INSERT IGNORE INTO performance_schema.setup_actors VALUES (\'%\', \'%\', \'%\', \'YES\', \'YES\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_actors\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'UPDATE performance_schema.setup_instruments SET ENABLED = sys.ps_is_instrument_default_enabled(NAME), TIMED   = sys.ps_is_instrument_default_timed(NAME)\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_instruments\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'UPDATE performance_schema.setup_consumers SET ENABLED = IF(NAME IN (\'events_statements_current\', \'events_transactions_current\', \'global_instrumentation\', \'thread_instrumentation\', \'statements_digest\'), \'YES\', \'NO\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_consumers\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'DELETE FROM performance_schema.setup_objects WHERE NOT (OBJECT_TYPE IN (\'EVENT\', \'FUNCTION\', \'PROCEDURE\', \'TABLE\', \'TRIGGER\') AND OBJECT_NAME = \'%\'  AND (OBJECT_SCHEMA = \'mysql\'              AND ENABLED = \'NO\'  AND TIMED = \'NO\' ) OR (OBJECT_SCHEMA = \'performance_schema\' AND ENABLED = \'NO\'  AND TIMED = \'NO\' ) OR (OBJECT_SCHEMA = \'information_schema\' AND ENABLED = \'NO\'  AND TIMED = \'NO\' ) OR (OBJECT_SCHEMA = \'%\'                  AND ENABLED = \'YES\' AND TIMED = \'YES\'))\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_objects\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'INSERT IGNORE INTO performance_schema.setup_objects VALUES (\'EVENT\'    , \'mysql\'             , \'%\', \'NO\' , \'NO\' ), (\'EVENT\'    , \'performance_schema\', \'%\', \'NO\' , \'NO\' ), (\'EVENT\'    , \'information_schema\', \'%\', \'NO\' , \'NO\' ), (\'EVENT\'    , \'%\'                 , \'%\', \'YES\', \'YES\'), (\'FUNCTION\' , \'mysql\'             , \'%\', \'NO\' , \'NO\' ), (\'FUNCTION\' , \'performance_schema\', \'%\', \'NO\' , \'NO\' ), (\'FUNCTION\' , \'information_schema\', \'%\', \'NO\' , \'NO\' ), (\'FUNCTION\' , \'%\'                 , \'%\', \'YES\', \'YES\'), (\'PROCEDURE\', \'mysql\'             , \'%\', \'NO\' , \'NO\' ), (\'PROCEDURE\', \'performance_schema\', \'%\', \'NO\' , \'NO\' ), (\'PROCEDURE\', \'information_schema\', \'%\', \'NO\' , \'NO\' ), (\'PROCEDURE\', \'%\'                 , \'%\', \'YES\', \'YES\'), (\'TABLE\'    , \'mysql\'             , \'%\', \'NO\' , \'NO\' ), (\'TABLE\'    , \'performance_schema\', \'%\', \'NO\' , \'NO\' ), (\'TABLE\'    , \'information_schema\', \'%\', \'NO\' , \'NO\' ), (\'TABLE\'    , \'%\'                 , \'%\', \'YES\', \'YES\'), (\'TRIGGER\'  , \'mysql\'             , \'%\', \'NO\' , \'NO\' ), (\'TRIGGER\'  , \'performance_schema\', \'%\', \'NO\' , \'NO\' ), (\'TRIGGER\'  , \'information_schema\', \'%\', \'NO\' , \'NO\' ), (\'TRIGGER\'  , \'%\'                 , \'%\', \'YES\', \'YES\')\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: setup_objects\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt;  SET @query = \'UPDATE performance_schema.threads SET INSTRUMENTED = \'YES\'\';  IF (in_verbose) THEN SELECT CONCAT(\'Resetting: threads\n\', REPLACE(@query, \'  \', \'\')) AS status; END IF;  PREPARE reset_stmt FROM @query; EXECUTE reset_stmt; DEALLOCATE PREPARE reset_stmt; END'),('sys','ps_setup_save','PROCEDURE','ps_setup_save','SQL','MODIFIES_SQL_DATA','NO','INVOKER',_binary ' IN in_timeout INT ','',_binary 'BEGIN DECLARE v_lock_result INT;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT GET_LOCK(\'sys.ps_setup_save\', in_timeout) INTO v_lock_result;  IF v_lock_result THEN DROP TEMPORARY TABLE IF EXISTS tmp_setup_actors; DROP TEMPORARY TABLE IF EXISTS tmp_setup_consumers; DROP TEMPORARY TABLE IF EXISTS tmp_setup_instruments; DROP TEMPORARY TABLE IF EXISTS tmp_threads;  CREATE TEMPORARY TABLE tmp_setup_actors SELECT * FROM performance_schema.setup_actors LIMIT 0; CREATE TEMPORARY TABLE tmp_setup_consumers LIKE performance_schema.setup_consumers; CREATE TEMPORARY TABLE tmp_setup_instruments LIKE performance_schema.setup_instruments; CREATE TEMPORARY TABLE tmp_threads (THREAD_ID bigint unsigned NOT NULL PRIMARY KEY, INSTRUMENTED enum(\'YES\',\'NO\') NOT NULL);  INSERT INTO tmp_setup_actors SELECT * FROM performance_schema.setup_actors; INSERT INTO tmp_setup_consumers SELECT * FROM performance_schema.setup_consumers; INSERT INTO tmp_setup_instruments SELECT * FROM performance_schema.setup_instruments; INSERT INTO tmp_threads SELECT THREAD_ID, INSTRUMENTED FROM performance_schema.threads; ELSE SIGNAL SQLSTATE VALUE \'90000\' SET MESSAGE_TEXT = \'Could not lock the sys.ps_setup_save user lock, another thread has a saved configuration\'; END IF;  SET sql_log_bin = @log_bin; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Saves the current configuration of Performance Schema, \n so that you can alter the setup for debugging purposes, \n but restore it to a previous state.\n \n Use the companion procedure - ps_setup_reload_saved(), to \n restore the saved config.\n \n The named lock \"sys.ps_setup_save\" is taken before the\n current configuration is saved. If the attempt to get the named\n lock times out, an error occurs.\n \n The lock is released after the settings have been restored by\n calling ps_setup_reload_saved().\n \n Requires the SUPER privilege for \"SET sql_log_bin = 0;\".\n \n Parameters\n \n in_timeout INT\n The timeout in seconds used when trying to obtain the lock.\n A negative timeout means infinite timeout.\n \n Example\n \n mysql> CALL sys.ps_setup_save(-1);\n Query OK, 0 rows affected (0.08 sec)\n \n mysql> UPDATE performance_schema.setup_instruments \n ->    SET enabled = \'YES\', timed = \'YES\';\n Query OK, 547 rows affected (0.40 sec)\n Rows matched: 784  Changed: 547  Warnings: 0\n \n /* Run some tests that need more detailed instrumentation here */\n \n mysql> CALL sys.ps_setup_reload_saved();\n Query OK, 0 rows affected (0.32 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_lock_result INT;  SET @log_bin := @@sql_log_bin; SET sql_log_bin = 0;  SELECT GET_LOCK(\'sys.ps_setup_save\', in_timeout) INTO v_lock_result;  IF v_lock_result THEN DROP TEMPORARY TABLE IF EXISTS tmp_setup_actors; DROP TEMPORARY TABLE IF EXISTS tmp_setup_consumers; DROP TEMPORARY TABLE IF EXISTS tmp_setup_instruments; DROP TEMPORARY TABLE IF EXISTS tmp_threads;  CREATE TEMPORARY TABLE tmp_setup_actors SELECT * FROM performance_schema.setup_actors LIMIT 0; CREATE TEMPORARY TABLE tmp_setup_consumers LIKE performance_schema.setup_consumers; CREATE TEMPORARY TABLE tmp_setup_instruments LIKE performance_schema.setup_instruments; CREATE TEMPORARY TABLE tmp_threads (THREAD_ID bigint unsigned NOT NULL PRIMARY KEY, INSTRUMENTED enum(\'YES\',\'NO\') NOT NULL);  INSERT INTO tmp_setup_actors SELECT * FROM performance_schema.setup_actors; INSERT INTO tmp_setup_consumers SELECT * FROM performance_schema.setup_consumers; INSERT INTO tmp_setup_instruments SELECT * FROM performance_schema.setup_instruments; INSERT INTO tmp_threads SELECT THREAD_ID, INSTRUMENTED FROM performance_schema.threads; ELSE SIGNAL SQLSTATE VALUE \'90000\' SET MESSAGE_TEXT = \'Could not lock the sys.ps_setup_save user lock, another thread has a saved configuration\'; END IF;  SET sql_log_bin = @log_bin; END'),('sys','ps_setup_show_disabled','PROCEDURE','ps_setup_show_disabled','SQL','READS_SQL_DATA','NO','INVOKER',_binary ' IN in_show_instruments BOOLEAN, IN in_show_threads BOOLEAN ','',_binary 'BEGIN SELECT @@performance_schema AS performance_schema_enabled;   SELECT CONCAT(\'\\\'\', user, \'\\\'@\\\'\', host, \'\\\'\') AS disabled_users FROM performance_schema.setup_actors WHERE enabled = \'NO\' ORDER BY disabled_users;   SELECT object_type, CONCAT(object_schema, \'.\', object_name) AS objects, enabled, timed FROM performance_schema.setup_objects WHERE enabled = \'NO\' ORDER BY object_type, objects;  SELECT name AS disabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'NO\' ORDER BY disabled_consumers;  IF (in_show_threads) THEN SELECT IF(name = \'thread/sql/one_connection\',  CONCAT(processlist_user, \'@\', processlist_host),  REPLACE(name, \'thread/\', \'\')) AS disabled_threads, TYPE AS thread_type FROM performance_schema.threads WHERE INSTRUMENTED = \'NO\' ORDER BY disabled_threads; END IF;  IF (in_show_instruments) THEN SELECT name AS disabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'NO\' ORDER BY disabled_instruments; END IF; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Shows all currently disable Performance Schema configuration.\n \n Disabled users is only available for MySQL 5.7.6 and later.\n In earlier versions it was only possible to enable users.\n \n Parameters\n \n in_show_instruments (BOOLEAN):\n Whether to print disabled instruments (can print many items)\n \n in_show_threads (BOOLEAN):\n Whether to print disabled threads\n \n Example\n \n mysql> CALL sys.ps_setup_show_disabled(TRUE, TRUE);\n +----------------------------+\n | performance_schema_enabled |\n +----------------------------+\n |                          1 |\n +----------------------------+\n 1 row in set (0.00 sec)\n \n +--------------------+\n | disabled_users     |\n +--------------------+\n | \'mark\'@\'localhost\' |\n +--------------------+\n 1 row in set (0.00 sec)\n \n +-------------+----------------------+---------+-------+\n | object_type | objects              | enabled | timed |\n +-------------+----------------------+---------+-------+\n | EVENT       | mysql.%              | NO      | NO    |\n | EVENT       | performance_schema.% | NO      | NO    |\n | EVENT       | information_schema.% | NO      | NO    |\n | FUNCTION    | mysql.%              | NO      | NO    |\n | FUNCTION    | performance_schema.% | NO      | NO    |\n | FUNCTION    | information_schema.% | NO      | NO    |\n | PROCEDURE   | mysql.%              | NO      | NO    |\n | PROCEDURE   | performance_schema.% | NO      | NO    |\n | PROCEDURE   | information_schema.% | NO      | NO    |\n | TABLE       | mysql.%              | NO      | NO    |\n | TABLE       | performance_schema.% | NO      | NO    |\n | TABLE       | information_schema.% | NO      | NO    |\n | TRIGGER     | mysql.%              | NO      | NO    |\n | TRIGGER     | performance_schema.% | NO      | NO    |\n | TRIGGER     | information_schema.% | NO      | NO    |\n +-------------+----------------------+---------+-------+\n 15 rows in set (0.00 sec)\n \n +----------------------------------+\n | disabled_consumers               |\n +----------------------------------+\n | events_stages_current            |\n | events_stages_history            |\n | events_stages_history_long       |\n | events_statements_history        |\n | events_statements_history_long   |\n | events_transactions_history      |\n | events_transactions_history_long |\n | events_waits_current             |\n | events_waits_history             |\n | events_waits_history_long        |\n +----------------------------------+\n 10 rows in set (0.00 sec)\n \n Empty set (0.00 sec)\n \n +---------------------------------------------------------------------------------------+-------+\n | disabled_instruments                                                                  | timed |\n +---------------------------------------------------------------------------------------+-------+\n | wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc                                             | NO    |\n | wait/synch/mutex/sql/LOCK_des_key_file                                                | NO    |\n | wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit                                       | NO    |\n ...\n | memory/sql/servers_cache                                                              | NO    |\n | memory/sql/udf_mem                                                                    | NO    |\n | wait/lock/metadata/sql/mdl                                                            | NO    |\n +---------------------------------------------------------------------------------------+-------+\n 547 rows in set (0.00 sec)\n \n Query OK, 0 rows affected (0.01 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN SELECT @@performance_schema AS performance_schema_enabled;   SELECT CONCAT(\'\'\', user, \'\'@\'\', host, \'\'\') AS disabled_users FROM performance_schema.setup_actors WHERE enabled = \'NO\' ORDER BY disabled_users;   SELECT object_type, CONCAT(object_schema, \'.\', object_name) AS objects, enabled, timed FROM performance_schema.setup_objects WHERE enabled = \'NO\' ORDER BY object_type, objects;  SELECT name AS disabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'NO\' ORDER BY disabled_consumers;  IF (in_show_threads) THEN SELECT IF(name = \'thread/sql/one_connection\',  CONCAT(processlist_user, \'@\', processlist_host),  REPLACE(name, \'thread/\', \'\')) AS disabled_threads, TYPE AS thread_type FROM performance_schema.threads WHERE INSTRUMENTED = \'NO\' ORDER BY disabled_threads; END IF;  IF (in_show_instruments) THEN SELECT name AS disabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'NO\' ORDER BY disabled_instruments; END IF; END'),('sys','ps_setup_show_disabled_consumers','PROCEDURE','ps_setup_show_disabled_consumers','SQL','READS_SQL_DATA','YES','INVOKER','','',_binary 'BEGIN SELECT name AS disabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'NO\' ORDER BY disabled_consumers; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Shows all currently disabled consumers.\n \n Parameters\n \n None\n \n Example\n \n mysql> CALL sys.ps_setup_show_disabled_consumers();\n \n +---------------------------+\n | disabled_consumers        |\n +---------------------------+\n | events_statements_current |\n | global_instrumentation    |\n | thread_instrumentation    |\n | statements_digest         |\n +---------------------------+\n 4 rows in set (0.05 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN SELECT name AS disabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'NO\' ORDER BY disabled_consumers; END'),('sys','ps_setup_show_disabled_instruments','PROCEDURE','ps_setup_show_disabled_instruments','SQL','READS_SQL_DATA','YES','INVOKER','','',_binary 'BEGIN SELECT name AS disabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'NO\' ORDER BY disabled_instruments; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Shows all currently disabled instruments.\n \n Parameters\n \n None\n \n Example\n \n mysql> CALL sys.ps_setup_show_disabled_instruments();\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN SELECT name AS disabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'NO\' ORDER BY disabled_instruments; END'),('sys','ps_setup_show_enabled','PROCEDURE','ps_setup_show_enabled','SQL','READS_SQL_DATA','YES','INVOKER',_binary ' IN in_show_instruments BOOLEAN, IN in_show_threads BOOLEAN ','',_binary 'BEGIN SELECT @@performance_schema AS performance_schema_enabled;  SELECT CONCAT(\'\\\'\', user, \'\\\'@\\\'\', host, \'\\\'\') AS enabled_users FROM performance_schema.setup_actors  WHERE enabled = \'YES\'  ORDER BY enabled_users;  SELECT object_type, CONCAT(object_schema, \'.\', object_name) AS objects, enabled, timed FROM performance_schema.setup_objects WHERE enabled = \'YES\' ORDER BY object_type, objects;  SELECT name AS enabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'YES\' ORDER BY enabled_consumers;  IF (in_show_threads) THEN SELECT IF(name = \'thread/sql/one_connection\',  CONCAT(processlist_user, \'@\', processlist_host),  REPLACE(name, \'thread/\', \'\')) AS enabled_threads, TYPE AS thread_type FROM performance_schema.threads WHERE INSTRUMENTED = \'YES\' ORDER BY enabled_threads; END IF;  IF (in_show_instruments) THEN SELECT name AS enabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'YES\' ORDER BY enabled_instruments; END IF; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Shows all currently enabled Performance Schema configuration.\n \n Parameters\n \n in_show_instruments (BOOLEAN):\n Whether to print enabled instruments (can print many items)\n \n in_show_threads (BOOLEAN):\n Whether to print enabled threads\n \n Example\n \n mysql> CALL sys.ps_setup_show_enabled(TRUE, TRUE);\n +----------------------------+\n | performance_schema_enabled |\n +----------------------------+\n |                          1 |\n +----------------------------+\n 1 row in set (0.00 sec)\n \n +---------------+\n | enabled_users |\n +---------------+\n | \'%\'@\'%\'       |\n +---------------+\n 1 row in set (0.01 sec)\n \n +-------------+---------+---------+-------+\n | object_type | objects | enabled | timed |\n +-------------+---------+---------+-------+\n | EVENT       | %.%     | YES     | YES   |\n | FUNCTION    | %.%     | YES     | YES   |\n | PROCEDURE   | %.%     | YES     | YES   |\n | TABLE       | %.%     | YES     | YES   |\n | TRIGGER     | %.%     | YES     | YES   |\n +-------------+---------+---------+-------+\n 5 rows in set (0.01 sec)\n \n +---------------------------+\n | enabled_consumers         |\n +---------------------------+\n | events_statements_current |\n | global_instrumentation    |\n | thread_instrumentation    |\n | statements_digest         |\n +---------------------------+\n 4 rows in set (0.05 sec)\n \n +---------------------------------+-------------+\n | enabled_threads                 | thread_type |\n +---------------------------------+-------------+\n | sql/main                        | BACKGROUND  |\n | sql/thread_timer_notifier       | BACKGROUND  |\n | innodb/io_ibuf_thread           | BACKGROUND  |\n | innodb/io_log_thread            | BACKGROUND  |\n | innodb/io_read_thread           | BACKGROUND  |\n | innodb/io_read_thread           | BACKGROUND  |\n | innodb/io_write_thread          | BACKGROUND  |\n | innodb/io_write_thread          | BACKGROUND  |\n | innodb/page_cleaner_thread      | BACKGROUND  |\n | innodb/srv_lock_timeout_thread  | BACKGROUND  |\n | innodb/srv_error_monitor_thread | BACKGROUND  |\n | innodb/srv_monitor_thread       | BACKGROUND  |\n | innodb/srv_master_thread        | BACKGROUND  |\n | innodb/srv_purge_thread         | BACKGROUND  |\n | innodb/srv_worker_thread        | BACKGROUND  |\n | innodb/srv_worker_thread        | BACKGROUND  |\n | innodb/srv_worker_thread        | BACKGROUND  |\n | innodb/buf_dump_thread          | BACKGROUND  |\n | innodb/dict_stats_thread        | BACKGROUND  |\n | sql/signal_handler              | BACKGROUND  |\n | sql/compress_gtid_table         | FOREGROUND  |\n | root@localhost                  | FOREGROUND  |\n +---------------------------------+-------------+\n 22 rows in set (0.01 sec)\n \n +-------------------------------------+-------+\n | enabled_instruments                 | timed |\n +-------------------------------------+-------+\n | wait/io/file/sql/map                | YES   |\n | wait/io/file/sql/binlog             | YES   |\n ...\n | statement/com/Error                 | YES   |\n | statement/com/                      | YES   |\n | idle                                | YES   |\n +-------------------------------------+-------+\n 210 rows in set (0.08 sec)\n \n Query OK, 0 rows affected (0.89 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN SELECT @@performance_schema AS performance_schema_enabled;  SELECT CONCAT(\'\'\', user, \'\'@\'\', host, \'\'\') AS enabled_users FROM performance_schema.setup_actors  WHERE enabled = \'YES\'  ORDER BY enabled_users;  SELECT object_type, CONCAT(object_schema, \'.\', object_name) AS objects, enabled, timed FROM performance_schema.setup_objects WHERE enabled = \'YES\' ORDER BY object_type, objects;  SELECT name AS enabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'YES\' ORDER BY enabled_consumers;  IF (in_show_threads) THEN SELECT IF(name = \'thread/sql/one_connection\',  CONCAT(processlist_user, \'@\', processlist_host),  REPLACE(name, \'thread/\', \'\')) AS enabled_threads, TYPE AS thread_type FROM performance_schema.threads WHERE INSTRUMENTED = \'YES\' ORDER BY enabled_threads; END IF;  IF (in_show_instruments) THEN SELECT name AS enabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'YES\' ORDER BY enabled_instruments; END IF; END'),('sys','ps_setup_show_enabled_consumers','PROCEDURE','ps_setup_show_enabled_consumers','SQL','READS_SQL_DATA','YES','INVOKER','','',_binary 'BEGIN SELECT name AS enabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'YES\' ORDER BY enabled_consumers; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Shows all currently enabled consumers.\n \n Parameters\n \n None\n \n Example\n \n mysql> CALL sys.ps_setup_show_enabled_consumers();\n \n +---------------------------+\n | enabled_consumers         |\n +---------------------------+\n | events_statements_current |\n | global_instrumentation    |\n | thread_instrumentation    |\n | statements_digest         |\n +---------------------------+\n 4 rows in set (0.05 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN SELECT name AS enabled_consumers FROM performance_schema.setup_consumers WHERE enabled = \'YES\' ORDER BY enabled_consumers; END'),('sys','ps_setup_show_enabled_instruments','PROCEDURE','ps_setup_show_enabled_instruments','SQL','READS_SQL_DATA','YES','INVOKER','','',_binary 'BEGIN SELECT name AS enabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'YES\' ORDER BY enabled_instruments; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Shows all currently enabled instruments.\n \n Parameters\n \n None\n \n Example\n \n mysql> CALL sys.ps_setup_show_enabled_instruments();\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN SELECT name AS enabled_instruments, timed FROM performance_schema.setup_instruments WHERE enabled = \'YES\' ORDER BY enabled_instruments; END'),('sys','ps_truncate_all_tables','PROCEDURE','ps_truncate_all_tables','SQL','MODIFIES_SQL_DATA','YES','INVOKER',_binary ' IN in_verbose BOOLEAN ','',_binary 'BEGIN DECLARE v_done INT DEFAULT FALSE; DECLARE v_total_tables INT DEFAULT 0; DECLARE v_ps_table VARCHAR(64); DECLARE ps_tables CURSOR FOR SELECT table_name  FROM INFORMATION_SCHEMA.TABLES  WHERE table_schema = \'performance_schema\'  AND (table_name LIKE \'%summary%\'  OR table_name LIKE \'%history%\'); DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  OPEN ps_tables;  ps_tables_loop: LOOP FETCH ps_tables INTO v_ps_table; IF v_done THEN LEAVE ps_tables_loop; END IF;  SET @truncate_stmt := CONCAT(\'TRUNCATE TABLE performance_schema.\', v_ps_table); IF in_verbose THEN SELECT CONCAT(\'Running: \', @truncate_stmt) AS status; END IF;  PREPARE truncate_stmt FROM @truncate_stmt; EXECUTE truncate_stmt; DEALLOCATE PREPARE truncate_stmt;  SET v_total_tables = v_total_tables + 1; END LOOP;  CLOSE ps_tables;  SELECT CONCAT(\'Truncated \', v_total_tables, \' tables\') AS summary;  END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Truncates all summary tables within Performance Schema, \n resetting all aggregated instrumentation as a snapshot.\n \n Parameters\n \n in_verbose (BOOLEAN):\n Whether to print each TRUNCATE statement before running\n \n Example\n \n mysql> CALL sys.ps_truncate_all_tables(false);\n +---------------------+\n | summary             |\n +---------------------+\n | Truncated 44 tables |\n +---------------------+\n 1 row in set (0.10 sec)\n \n Query OK, 0 rows affected (0.10 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_done INT DEFAULT FALSE; DECLARE v_total_tables INT DEFAULT 0; DECLARE v_ps_table VARCHAR(64); DECLARE ps_tables CURSOR FOR SELECT table_name  FROM INFORMATION_SCHEMA.TABLES  WHERE table_schema = \'performance_schema\'  AND (table_name LIKE \'%summary%\'  OR table_name LIKE \'%history%\'); DECLARE CONTINUE HANDLER FOR NOT FOUND SET v_done = TRUE;  OPEN ps_tables;  ps_tables_loop: LOOP FETCH ps_tables INTO v_ps_table; IF v_done THEN LEAVE ps_tables_loop; END IF;  SET @truncate_stmt := CONCAT(\'TRUNCATE TABLE performance_schema.\', v_ps_table); IF in_verbose THEN SELECT CONCAT(\'Running: \', @truncate_stmt) AS status; END IF;  PREPARE truncate_stmt FROM @truncate_stmt; EXECUTE truncate_stmt; DEALLOCATE PREPARE truncate_stmt;  SET v_total_tables = v_total_tables + 1; END LOOP;  CLOSE ps_tables;  SELECT CONCAT(\'Truncated \', v_total_tables, \' tables\') AS summary;  END'),('sys','statement_performance_analyzer','PROCEDURE','statement_performance_analyzer','SQL','CONTAINS_SQL','NO','INVOKER',_binary ' IN in_action ENUM(\'snapshot\', \'overall\', \'delta\', \'create_table\', \'create_tmp\', \'save\', \'cleanup\'), IN in_table VARCHAR(129), IN in_views SET (\'with_runtimes_in_95th_percentile\', \'analysis\', \'with_errors_or_warnings\', \'with_full_table_scans\', \'with_sorting\', \'with_temp_tables\', \'custom\') ','',_binary 'BEGIN DECLARE v_table_exists, v_tmp_digests_table_exists, v_custom_view_exists ENUM(\'\', \'BASE TABLE\', \'VIEW\', \'TEMPORARY\') DEFAULT \'\'; DECLARE v_this_thread_enabled ENUM(\'YES\', \'NO\'); DECLARE v_force_new_snapshot BOOLEAN DEFAULT FALSE; DECLARE v_digests_table VARCHAR(133); DECLARE v_quoted_table, v_quoted_custom_view VARCHAR(133) DEFAULT \'\'; DECLARE v_table_db, v_table_name, v_custom_db, v_custom_name VARCHAR(64); DECLARE v_digest_table_template, v_checksum_ref, v_checksum_table text; DECLARE v_sql longtext; DECLARE v_error_msg VARCHAR(128);   SELECT INSTRUMENTED INTO v_this_thread_enabled FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_disable_thread(CONNECTION_ID()); END IF;  SET @log_bin := @@sql_log_bin; IF (@log_bin = 1) THEN SET sql_log_bin = 0; END IF;   IF (@sys.statement_performance_analyzer.limit IS NULL) THEN SET @sys.statement_performance_analyzer.limit = sys.sys_get_config(\'statement_performance_analyzer.limit\', \'100\'); END IF; IF (@sys.debug IS NULL) THEN SET @sys.debug                                = sys.sys_get_config(\'debug\'                               , \'OFF\'); END IF;   IF (in_table = \'NOW()\') THEN SET v_force_new_snapshot = TRUE, in_table             = NULL; ELSEIF (in_table IS NOT NULL) THEN IF (NOT INSTR(in_table, \'.\')) THEN SET v_table_db   = DATABASE(), v_table_name = in_table; ELSE SET v_table_db   = SUBSTRING_INDEX(in_table, \'.\', 1); SET v_table_name = SUBSTRING(in_table, CHAR_LENGTH(v_table_db)+2); END IF;  SET v_quoted_table = CONCAT(\'`\', v_table_db, \'`.`\', v_table_name, \'`\');  IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'in_table is: db = \'\'\', v_table_db, \'\'\', table = \'\'\', v_table_name, \'\'\'\') AS \'Debug\'; END IF;  IF (v_table_db = DATABASE() AND (v_table_name = \'tmp_digests\' OR v_table_name = \'tmp_digests_delta\')) THEN SET v_error_msg = CONCAT(\'Invalid value for in_table: \', v_quoted_table, \' is reserved table name.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  CALL sys.table_exists(v_table_db, v_table_name, v_table_exists); IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'v_table_exists = \', v_table_exists) AS \'Debug\'; END IF;  IF (v_table_exists = \'BASE TABLE\') THEN SET v_checksum_ref = ( SELECT GROUP_CONCAT(CONCAT(COLUMN_NAME, COLUMN_TYPE) ORDER BY ORDINAL_POSITION) AS Checksum FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = \'performance_schema\' AND TABLE_NAME = \'events_statements_summary_by_digest\' ), v_checksum_table = ( SELECT GROUP_CONCAT(CONCAT(COLUMN_NAME, COLUMN_TYPE) ORDER BY ORDINAL_POSITION) AS Checksum FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = v_table_db AND TABLE_NAME = v_table_name );  IF (v_checksum_ref <> v_checksum_table) THEN SET v_error_msg = CONCAT(\'The table \', IF(CHAR_LENGTH(v_quoted_table) > 93, CONCAT(\'...\', SUBSTRING(v_quoted_table, -90)), v_quoted_table), \' has the wrong definition.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF; END IF; END IF;   IF (in_views IS NULL OR in_views = \'\') THEN SET in_views = \'with_runtimes_in_95th_percentile,analysis,with_errors_or_warnings,with_full_table_scans,with_sorting,with_temp_tables\'; END IF;   CALL sys.table_exists(DATABASE(), \'tmp_digests\', v_tmp_digests_table_exists); IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'v_tmp_digests_table_exists = \', v_tmp_digests_table_exists) AS \'Debug\'; END IF;  CASE WHEN in_action IN (\'snapshot\', \'overall\') THEN IF (in_table IS NOT NULL) THEN IF (NOT v_table_exists IN (\'TEMPORARY\', \'BASE TABLE\')) THEN SET v_error_msg = CONCAT(\'The \', in_action, \' action requires in_table to be NULL, NOW() or specify an existing table.\', \' The table \', IF(CHAR_LENGTH(v_quoted_table) > 16, CONCAT(\'...\', SUBSTRING(v_quoted_table, -13)), v_quoted_table), \' does not exist.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF; END IF;  WHEN in_action IN (\'delta\', \'save\') THEN IF (v_table_exists NOT IN (\'TEMPORARY\', \'BASE TABLE\')) THEN SET v_error_msg = CONCAT(\'The \', in_action, \' action requires in_table to be an existing table.\', IF(in_table IS NOT NULL, CONCAT(\' The table \', IF(CHAR_LENGTH(v_quoted_table) > 39, CONCAT(\'...\', SUBSTRING(v_quoted_table, -36)), v_quoted_table), \' does not exist.\'), \'\')); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  IF (in_action = \'delta\' AND v_tmp_digests_table_exists <> \'TEMPORARY\') THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'An existing snapshot generated with the statement_performance_analyzer() must exist.\'; END IF; WHEN in_action = \'create_tmp\' THEN IF (v_table_exists = \'TEMPORARY\') THEN SET v_error_msg = CONCAT(\'Cannot create the table \', IF(CHAR_LENGTH(v_quoted_table) > 72, CONCAT(\'...\', SUBSTRING(v_quoted_table, -69)), v_quoted_table), \' as it already exists.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  WHEN in_action = \'create_table\' THEN IF (v_table_exists <> \'\') THEN SET v_error_msg = CONCAT(\'Cannot create the table \', IF(CHAR_LENGTH(v_quoted_table) > 52, CONCAT(\'...\', SUBSTRING(v_quoted_table, -49)), v_quoted_table), \' as it already exists\', IF(v_table_exists = \'TEMPORARY\', \' as a temporary table.\', \'.\')); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  WHEN in_action = \'cleanup\' THEN DO (SELECT 1); ELSE SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'Unknown action. Supported actions are: cleanup, create_table, create_tmp, delta, overall, save, snapshot\'; END CASE;  SET v_digest_table_template = \'CREATE %{TEMPORARY}TABLE %{TABLE_NAME} ( `SCHEMA_NAME` varchar(64) DEFAULT NULL, `DIGEST` varchar(32) DEFAULT NULL, `DIGEST_TEXT` longtext, `COUNT_STAR` bigint(20) unsigned NOT NULL, `SUM_TIMER_WAIT` bigint(20) unsigned NOT NULL, `MIN_TIMER_WAIT` bigint(20) unsigned NOT NULL, `AVG_TIMER_WAIT` bigint(20) unsigned NOT NULL, `MAX_TIMER_WAIT` bigint(20) unsigned NOT NULL, `SUM_LOCK_TIME` bigint(20) unsigned NOT NULL, `SUM_ERRORS` bigint(20) unsigned NOT NULL, `SUM_WARNINGS` bigint(20) unsigned NOT NULL, `SUM_ROWS_AFFECTED` bigint(20) unsigned NOT NULL, `SUM_ROWS_SENT` bigint(20) unsigned NOT NULL, `SUM_ROWS_EXAMINED` bigint(20) unsigned NOT NULL, `SUM_CREATED_TMP_DISK_TABLES` bigint(20) unsigned NOT NULL, `SUM_CREATED_TMP_TABLES` bigint(20) unsigned NOT NULL, `SUM_SELECT_FULL_JOIN` bigint(20) unsigned NOT NULL, `SUM_SELECT_FULL_RANGE_JOIN` bigint(20) unsigned NOT NULL, `SUM_SELECT_RANGE` bigint(20) unsigned NOT NULL, `SUM_SELECT_RANGE_CHECK` bigint(20) unsigned NOT NULL, `SUM_SELECT_SCAN` bigint(20) unsigned NOT NULL, `SUM_SORT_MERGE_PASSES` bigint(20) unsigned NOT NULL, `SUM_SORT_RANGE` bigint(20) unsigned NOT NULL, `SUM_SORT_ROWS` bigint(20) unsigned NOT NULL, `SUM_SORT_SCAN` bigint(20) unsigned NOT NULL, `SUM_NO_INDEX_USED` bigint(20) unsigned NOT NULL, `SUM_NO_GOOD_INDEX_USED` bigint(20) unsigned NOT NULL, `FIRST_SEEN` timestamp NULL DEFAULT NULL, `LAST_SEEN` timestamp NULL DEFAULT NULL, INDEX (SCHEMA_NAME, DIGEST) ) DEFAULT CHARSET=utf8\';  IF (v_force_new_snapshot OR in_action = \'snapshot\' OR (in_action = \'overall\' AND in_table IS NULL) OR (in_action = \'save\' AND v_tmp_digests_table_exists <> \'TEMPORARY\') ) THEN IF (v_tmp_digests_table_exists = \'TEMPORARY\') THEN IF (@sys.debug = \'ON\') THEN SELECT \'DROP TEMPORARY TABLE IF EXISTS tmp_digests\' AS \'Debug\'; END IF; DROP TEMPORARY TABLE IF EXISTS tmp_digests; END IF; CALL sys.execute_prepared_stmt(REPLACE(REPLACE(v_digest_table_template, \'%{TEMPORARY}\', \'TEMPORARY \'), \'%{TABLE_NAME}\', \'tmp_digests\'));  SET v_sql = CONCAT(\'INSERT INTO tmp_digests SELECT * FROM \', IF(in_table IS NULL OR in_action = \'save\', \'performance_schema.events_statements_summary_by_digest\', v_quoted_table)); CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (in_action IN (\'create_table\', \'create_tmp\')) THEN IF (in_action = \'create_table\') THEN CALL sys.execute_prepared_stmt(REPLACE(REPLACE(v_digest_table_template, \'%{TEMPORARY}\', \'\'), \'%{TABLE_NAME}\', v_quoted_table)); ELSE CALL sys.execute_prepared_stmt(REPLACE(REPLACE(v_digest_table_template, \'%{TEMPORARY}\', \'TEMPORARY \'), \'%{TABLE_NAME}\', v_quoted_table)); END IF; ELSEIF (in_action = \'save\') THEN CALL sys.execute_prepared_stmt(CONCAT(\'DELETE FROM \', v_quoted_table)); CALL sys.execute_prepared_stmt(CONCAT(\'INSERT INTO \', v_quoted_table, \' SELECT * FROM tmp_digests\')); ELSEIF (in_action = \'cleanup\') THEN DROP TEMPORARY TABLE IF EXISTS sys.tmp_digests; DROP TEMPORARY TABLE IF EXISTS sys.tmp_digests_delta; ELSEIF (in_action IN (\'overall\', \'delta\')) THEN IF (in_action = \'overall\') THEN IF (in_table IS NULL) THEN SET v_digests_table = \'tmp_digests\'; ELSE SET v_digests_table = v_quoted_table; END IF; ELSE SET v_digests_table = \'tmp_digests_delta\'; DROP TEMPORARY TABLE IF EXISTS tmp_digests_delta; CREATE TEMPORARY TABLE tmp_digests_delta LIKE tmp_digests; SET v_sql = CONCAT(\'INSERT INTO tmp_digests_delta SELECT `d_end`.`SCHEMA_NAME`, `d_end`.`DIGEST`, `d_end`.`DIGEST_TEXT`, `d_end`.`COUNT_STAR`-IFNULL(`d_start`.`COUNT_STAR`, 0) AS \'\'COUNT_STAR\'\', `d_end`.`SUM_TIMER_WAIT`-IFNULL(`d_start`.`SUM_TIMER_WAIT`, 0) AS \'\'SUM_TIMER_WAIT\'\', `d_end`.`MIN_TIMER_WAIT` AS \'\'MIN_TIMER_WAIT\'\', IFNULL((`d_end`.`SUM_TIMER_WAIT`-IFNULL(`d_start`.`SUM_TIMER_WAIT`, 0))/NULLIF(`d_end`.`COUNT_STAR`-IFNULL(`d_start`.`COUNT_STAR`, 0), 0), 0) AS \'\'AVG_TIMER_WAIT\'\', `d_end`.`MAX_TIMER_WAIT` AS \'\'MAX_TIMER_WAIT\'\', `d_end`.`SUM_LOCK_TIME`-IFNULL(`d_start`.`SUM_LOCK_TIME`, 0) AS \'\'SUM_LOCK_TIME\'\', `d_end`.`SUM_ERRORS`-IFNULL(`d_start`.`SUM_ERRORS`, 0) AS \'\'SUM_ERRORS\'\', `d_end`.`SUM_WARNINGS`-IFNULL(`d_start`.`SUM_WARNINGS`, 0) AS \'\'SUM_WARNINGS\'\', `d_end`.`SUM_ROWS_AFFECTED`-IFNULL(`d_start`.`SUM_ROWS_AFFECTED`, 0) AS \'\'SUM_ROWS_AFFECTED\'\', `d_end`.`SUM_ROWS_SENT`-IFNULL(`d_start`.`SUM_ROWS_SENT`, 0) AS \'\'SUM_ROWS_SENT\'\', `d_end`.`SUM_ROWS_EXAMINED`-IFNULL(`d_start`.`SUM_ROWS_EXAMINED`, 0) AS \'\'SUM_ROWS_EXAMINED\'\', `d_end`.`SUM_CREATED_TMP_DISK_TABLES`-IFNULL(`d_start`.`SUM_CREATED_TMP_DISK_TABLES`, 0) AS \'\'SUM_CREATED_TMP_DISK_TABLES\'\', `d_end`.`SUM_CREATED_TMP_TABLES`-IFNULL(`d_start`.`SUM_CREATED_TMP_TABLES`, 0) AS \'\'SUM_CREATED_TMP_TABLES\'\', `d_end`.`SUM_SELECT_FULL_JOIN`-IFNULL(`d_start`.`SUM_SELECT_FULL_JOIN`, 0) AS \'\'SUM_SELECT_FULL_JOIN\'\', `d_end`.`SUM_SELECT_FULL_RANGE_JOIN`-IFNULL(`d_start`.`SUM_SELECT_FULL_RANGE_JOIN`, 0) AS \'\'SUM_SELECT_FULL_RANGE_JOIN\'\', `d_end`.`SUM_SELECT_RANGE`-IFNULL(`d_start`.`SUM_SELECT_RANGE`, 0) AS \'\'SUM_SELECT_RANGE\'\', `d_end`.`SUM_SELECT_RANGE_CHECK`-IFNULL(`d_start`.`SUM_SELECT_RANGE_CHECK`, 0) AS \'\'SUM_SELECT_RANGE_CHECK\'\', `d_end`.`SUM_SELECT_SCAN`-IFNULL(`d_start`.`SUM_SELECT_SCAN`, 0) AS \'\'SUM_SELECT_SCAN\'\', `d_end`.`SUM_SORT_MERGE_PASSES`-IFNULL(`d_start`.`SUM_SORT_MERGE_PASSES`, 0) AS \'\'SUM_SORT_MERGE_PASSES\'\', `d_end`.`SUM_SORT_RANGE`-IFNULL(`d_start`.`SUM_SORT_RANGE`, 0) AS \'\'SUM_SORT_RANGE\'\', `d_end`.`SUM_SORT_ROWS`-IFNULL(`d_start`.`SUM_SORT_ROWS`, 0) AS \'\'SUM_SORT_ROWS\'\', `d_end`.`SUM_SORT_SCAN`-IFNULL(`d_start`.`SUM_SORT_SCAN`, 0) AS \'\'SUM_SORT_SCAN\'\', `d_end`.`SUM_NO_INDEX_USED`-IFNULL(`d_start`.`SUM_NO_INDEX_USED`, 0) AS \'\'SUM_NO_INDEX_USED\'\', `d_end`.`SUM_NO_GOOD_INDEX_USED`-IFNULL(`d_start`.`SUM_NO_GOOD_INDEX_USED`, 0) AS \'\'SUM_NO_GOOD_INDEX_USED\'\', `d_end`.`FIRST_SEEN`, `d_end`.`LAST_SEEN` FROM tmp_digests d_end LEFT OUTER JOIN \', v_quoted_table, \' d_start ON `d_start`.`DIGEST` = `d_end`.`DIGEST` AND (`d_start`.`SCHEMA_NAME` = `d_end`.`SCHEMA_NAME` OR (`d_start`.`SCHEMA_NAME` IS NULL AND `d_end`.`SCHEMA_NAME` IS NULL) ) WHERE `d_end`.`COUNT_STAR`-IFNULL(`d_start`.`COUNT_STAR`, 0) > 0\'); CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_runtimes_in_95th_percentile\', in_views)) THEN SELECT \'Queries with Runtime in 95th Percentile\' AS \'Next Output\';  DROP TEMPORARY TABLE IF EXISTS tmp_digest_avg_latency_distribution1; DROP TEMPORARY TABLE IF EXISTS tmp_digest_avg_latency_distribution2; DROP TEMPORARY TABLE IF EXISTS tmp_digest_95th_percentile_by_avg_us;  CREATE TEMPORARY TABLE tmp_digest_avg_latency_distribution1 ( cnt bigint unsigned NOT NULL, avg_us decimal(21,0) NOT NULL, PRIMARY KEY (avg_us) ) ENGINE=InnoDB;  SET v_sql = CONCAT(\'INSERT INTO tmp_digest_avg_latency_distribution1 SELECT COUNT(*) cnt, ROUND(avg_timer_wait/1000000) AS avg_us FROM \', v_digests_table, \' GROUP BY avg_us\'); CALL sys.execute_prepared_stmt(v_sql);  CREATE TEMPORARY TABLE tmp_digest_avg_latency_distribution2 LIKE tmp_digest_avg_latency_distribution1; INSERT INTO tmp_digest_avg_latency_distribution2 SELECT * FROM tmp_digest_avg_latency_distribution1;  CREATE TEMPORARY TABLE tmp_digest_95th_percentile_by_avg_us ( avg_us decimal(21,0) NOT NULL, percentile decimal(46,4) NOT NULL, PRIMARY KEY (avg_us) ) ENGINE=InnoDB;  SET v_sql = CONCAT(\'INSERT INTO tmp_digest_95th_percentile_by_avg_us SELECT s2.avg_us avg_us, IFNULL(SUM(s1.cnt)/NULLIF((SELECT COUNT(*) FROM \', v_digests_table, \'), 0), 0) percentile FROM tmp_digest_avg_latency_distribution1 AS s1 JOIN tmp_digest_avg_latency_distribution2 AS s2 ON s1.avg_us <= s2.avg_us GROUP BY s2.avg_us HAVING percentile > 0.95 ORDER BY percentile LIMIT 1\'); CALL sys.execute_prepared_stmt(v_sql);  SET v_sql = REPLACE( REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_runtimes_in_95th_percentile\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ), \'sys.x$ps_digest_95th_percentile_by_avg_us\', \'`sys`.`x$ps_digest_95th_percentile_by_avg_us`\' ); CALL sys.execute_prepared_stmt(v_sql);  DROP TEMPORARY TABLE tmp_digest_avg_latency_distribution1; DROP TEMPORARY TABLE tmp_digest_avg_latency_distribution2; DROP TEMPORARY TABLE tmp_digest_95th_percentile_by_avg_us; END IF;  IF (FIND_IN_SET(\'analysis\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries Ordered by Total Latency\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statement_analysis\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_errors_or_warnings\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Errors\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_errors_or_warnings\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_full_table_scans\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Full Table Scan\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_full_table_scans\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_sorting\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Sorting\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_sorting\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_temp_tables\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Internal Temporary Tables\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_temp_tables\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'custom\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries Using Custom View\') AS \'Next Output\';  IF (@sys.statement_performance_analyzer.view IS NULL) THEN SET @sys.statement_performance_analyzer.view = sys.sys_get_config(\'statement_performance_analyzer.view\', NULL); END IF; IF (@sys.statement_performance_analyzer.view IS NULL) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'The @sys.statement_performance_analyzer.view user variable must be set with the view or query to use.\'; END IF;  IF (NOT INSTR(@sys.statement_performance_analyzer.view, \' \')) THEN IF (NOT INSTR(@sys.statement_performance_analyzer.view, \'.\')) THEN SET v_custom_db   = DATABASE(), v_custom_name = @sys.statement_performance_analyzer.view; ELSE SET v_custom_db   = SUBSTRING_INDEX(@sys.statement_performance_analyzer.view, \'.\', 1); SET v_custom_name = SUBSTRING(@sys.statement_performance_analyzer.view, CHAR_LENGTH(v_custom_db)+2); END IF;  CALL sys.table_exists(v_custom_db, v_custom_name, v_custom_view_exists); IF (v_custom_view_exists <> \'VIEW\') THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'The @sys.statement_performance_analyzer.view user variable is set but specified neither an existing view nor a query.\'; END IF;  SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = v_custom_db AND TABLE_NAME = v_custom_name ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); ELSE SET v_sql = REPLACE(@sys.statement_performance_analyzer.view, \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table); END IF;  IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF;  CALL sys.execute_prepared_stmt(v_sql); END IF; END IF;  IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  IF (@log_bin = 1) THEN SET sql_log_bin = @log_bin; END IF; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Create a report of the statements running on the server.\n \n The views are calculated based on the overall and/or delta activity.\n \n Requires the SUPER privilege for \"SET sql_log_bin = 0;\".\n \n Parameters\n \n in_action (ENUM(\'snapshot\', \'overall\', \'delta\', \'create_tmp\', \'create_table\', \'save\', \'cleanup\')):\n The action to take. Supported actions are:\n * snapshot      Store a snapshot. The default is to make a snapshot of the current content of\n performance_schema.events_statements_summary_by_digest, but by setting in_table\n this can be overwritten to copy the content of the specified table.\n The snapshot is stored in the sys.tmp_digests temporary table.\n * overall       Generate analyzis based on the content specified by in_table. For the overall analyzis,\n in_table can be NOW() to use a fresh snapshot. This will overwrite an existing snapshot.\n Use NULL for in_table to use the existing snapshot. If in_table IS NULL and no snapshot\n exists, a new will be created.\n See also in_views and @sys.statement_performance_analyzer.limit.\n * delta         Generate a delta analysis. The delta will be calculated between the reference table in\n in_table and the snapshot. An existing snapshot must exist.\n The action uses the sys.tmp_digests_delta temporary table.\n See also in_views and @sys.statement_performance_analyzer.limit.\n * create_table  Create a regular table suitable for storing the snapshot for later use, e.g. for\n calculating deltas.\n * create_tmp    Create a temporary table suitable for storing the snapshot for later use, e.g. for\n calculating deltas.\n * save          Save the snapshot in the table specified by in_table. The table must exists and have\n the correct structure.\n If no snapshot exists, a new is created.\n * cleanup       Remove the temporary tables used for the snapshot and delta.\n \n in_table (VARCHAR(129)):\n The table argument used for some actions. Use the format \'db1.t1\' or \'t1\' without using any backticks (`)\n for quoting. Periods (.) are not supported in the database and table names.\n \n The meaning of the table for each action supporting the argument is:\n \n * snapshot      The snapshot is created based on the specified table. Set to NULL or NOW() to use\n the current content of performance_schema.events_statements_summary_by_digest.\n * overall       The table with the content to create the overall analyzis for. The following values\n can be used:\n - A table name - use the content of that table.\n - NOW()        - create a fresh snapshot and overwrite the existing snapshot.\n - NULL         - use the last stored snapshot.\n * delta         The table name is mandatory and specified the reference view to compare the currently\n stored snapshot against. If no snapshot exists, a new will be created.\n * create_table  The name of the regular table to create.\n * create_tmp    The name of the temporary table to create.\n * save          The name of the table to save the currently stored snapshot into.\n \n in_views (SET (\'with_runtimes_in_95th_percentile\', \'analysis\', \'with_errors_or_warnings\',\n \'with_full_table_scans\', \'with_sorting\', \'with_temp_tables\', \'custom\'))\n Which views to include:  * with_runtimes_in_95th_percentile  Based on the sys.statements_with_runtimes_in_95th_percentile view * analysis                          Based on the sys.statement_analysis view * with_errors_or_warnings           Based on the sys.statements_with_errors_or_warnings view * with_full_table_scans             Based on the sys.statements_with_full_table_scans view * with_sorting                      Based on the sys.statements_with_sorting view * with_temp_tables                  Based on the sys.statements_with_temp_tables view * custom                            Use a custom view. This view must be specified in @sys.statement_performance_analyzer.view to an existing view or a query  Default is to include all except \'custom\'.   Configuration Options  sys.statement_performance_analyzer.limit The maximum number of rows to include for the views that does not have a built-in limit (e.g. the 95th percentile view). If not set the limit is 100.  sys.statement_performance_analyzer.view Used together with the \'custom\' view. If the value contains a space, it is considered a query, otherwise it must be an existing view querying the performance_schema.events_statements_summary_by_digest table. There cannot be any limit clause including in the query or view definition if @sys.statement_performance_analyzer.limit > 0. If specifying a view, use the same format as for in_table.  sys.debug Whether to provide debugging output. Default is \'OFF\'. Set to \'ON\' to include.   Example  To create a report with the queries in the 95th percentile since last truncate of performance_schema.events_statements_summary_by_digest and the delta for a 1 minute period:  1. Create a temporary table to store the initial snapshot. 2. Create the initial snapshot. 3. Save the initial snapshot in the temporary table. 4. Wait one minute. 5. Create a new snapshot. 6. Perform analyzis based on the new snapshot. 7. Perform analyzis based on the delta between the initial and new snapshots.  mysql> CALL sys.statement_performance_analyzer(\'create_tmp\', \'mydb.tmp_digests_ini\', NULL); Query OK, 0 rows affected (0.08 sec)  mysql> CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); Query OK, 0 rows affected (0.02 sec)  mysql> CALL sys.statement_performance_analyzer(\'save\', \'mydb.tmp_digests_ini\', NULL); Query OK, 0 rows affected (0.00 sec)  mysql> DO SLEEP(60); Query OK, 0 rows affected (1 min 0.00 sec)  mysql> CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); Query OK, 0 rows affected (0.02 sec)  mysql> CALL sys.statement_performance_analyzer(\'overall\', NULL, \'with_runtimes_in_95th_percentile\'); +-----------------------------------------+ | Next Output                             | +-----------------------------------------+ | Queries with Runtime in 95th Percentile | +-----------------------------------------+ 1 row in set (0.05 sec)  ...  mysql> CALL sys.statement_performance_analyzer(\'delta\', \'mydb.tmp_digests_ini\', \'with_runtimes_in_95th_percentile\'); +-----------------------------------------+ | Next Output                             | +-----------------------------------------+ | Queries with Runtime in 95th Percentile | +-----------------------------------------+ 1 row in set (0.03 sec)  ...   To create an overall report of the 95th percentile queries and the top 10 queries with full table scans:  mysql> CALL sys.statement_performance_analyzer(\'snapshot\', NULL, NULL); Query OK, 0 rows affected (0.01 sec)  mysql> SET @sys.statement_performance_analyzer.limit = 10; Query OK, 0 rows affected (0.00 sec)  mysql> CALL sys.statement_performance_analyzer(\'overall\', NULL, \'with_runtimes_in_95th_percentile,with_full_table_scans\'); +-----------------------------------------+ | Next Output                             | +-----------------------------------------+ | Queries with Runtime in 95th Percentile | +-----------------------------------------+ 1 row in set (0.01 sec)  ...  +-------------------------------------+ | Next Output                         | +-------------------------------------+ | Top 10 Queries with Full Table Scan | +-------------------------------------+ 1 row in set (0.09 sec)  ...   Use a custom view showing the top 10 query sorted by total execution time refreshing the view every minute using the watch command in Linux.  mysql> CREATE OR REPLACE VIEW mydb.my_statements AS -> SELECT sys.format_statement(DIGEST_TEXT) AS query, ->        SCHEMA_NAME AS db, ->        COUNT_STAR AS exec_count, ->        sys.format_time(SUM_TIMER_WAIT) AS total_latency, ->        sys.format_time(AVG_TIMER_WAIT) AS avg_latency, ->        ROUND(IFNULL(SUM_ROWS_SENT / NULLIF(COUNT_STAR, 0), 0)) AS rows_sent_avg, ->        ROUND(IFNULL(SUM_ROWS_EXAMINED / NULLIF(COUNT_STAR, 0), 0)) AS rows_examined_avg, ->        ROUND(IFNULL(SUM_ROWS_AFFECTED / NULLIF(COUNT_STAR, 0), 0)) AS rows_affected_avg, ->        DIGEST AS digest ->   FROM performance_schema.events_statements_summary_by_digest -> ORDER BY SUM_TIMER_WAIT DESC; Query OK, 0 rows affected (0.01 sec)  mysql> CALL sys.statement_performance_analyzer(\'create_table\', \'mydb.digests_prev\', NULL); Query OK, 0 rows affected (0.10 sec)  shell$ watch -n 60 \"mysql sys --table -e \" > SET @sys.statement_performance_analyzer.view = \'mydb.my_statements\'; > SET @sys.statement_performance_analyzer.limit = 10; > CALL statement_performance_analyzer(\'snapshot\', NULL, NULL); > CALL statement_performance_analyzer(\'delta\', \'mydb.digests_prev\', \'custom\'); > CALL statement_performance_analyzer(\'save\', \'mydb.digests_prev\', NULL); > \"\"  Every 60.0s: mysql sys --table -e \"                                                                                                   ...  Mon Dec 22 10:58:51 2014  +----------------------------------+ | Next Output                      | +----------------------------------+ | Top 10 Queries Using Custom View | +----------------------------------+ +-------------------+-------+------------+---------------+-------------+---------------+-------------------+-------------------+----------------------------------+ | query             | db    | exec_count | total_latency | avg_latency | rows_sent_avg | rows_examined_avg | rows_affected_avg | digest                           | +-------------------+-------+------------+---------------+-------------+---------------+-------------------+-------------------+----------------------------------+ ... ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_table_exists, v_tmp_digests_table_exists, v_custom_view_exists ENUM(\'\', \'BASE TABLE\', \'VIEW\', \'TEMPORARY\') DEFAULT \'\'; DECLARE v_this_thread_enabled ENUM(\'YES\', \'NO\'); DECLARE v_force_new_snapshot BOOLEAN DEFAULT FALSE; DECLARE v_digests_table VARCHAR(133); DECLARE v_quoted_table, v_quoted_custom_view VARCHAR(133) DEFAULT \'\'; DECLARE v_table_db, v_table_name, v_custom_db, v_custom_name VARCHAR(64); DECLARE v_digest_table_template, v_checksum_ref, v_checksum_table text; DECLARE v_sql longtext; DECLARE v_error_msg VARCHAR(128);   SELECT INSTRUMENTED INTO v_this_thread_enabled FROM performance_schema.threads WHERE PROCESSLIST_ID = CONNECTION_ID(); IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_disable_thread(CONNECTION_ID()); END IF;  SET @log_bin := @@sql_log_bin; IF (@log_bin = 1) THEN SET sql_log_bin = 0; END IF;   IF (@sys.statement_performance_analyzer.limit IS NULL) THEN SET @sys.statement_performance_analyzer.limit = sys.sys_get_config(\'statement_performance_analyzer.limit\', \'100\'); END IF; IF (@sys.debug IS NULL) THEN SET @sys.debug                                = sys.sys_get_config(\'debug\'                               , \'OFF\'); END IF;   IF (in_table = \'NOW()\') THEN SET v_force_new_snapshot = TRUE, in_table             = NULL; ELSEIF (in_table IS NOT NULL) THEN IF (NOT INSTR(in_table, \'.\')) THEN SET v_table_db   = DATABASE(), v_table_name = in_table; ELSE SET v_table_db   = SUBSTRING_INDEX(in_table, \'.\', 1); SET v_table_name = SUBSTRING(in_table, CHAR_LENGTH(v_table_db)+2); END IF;  SET v_quoted_table = CONCAT(\'`\', v_table_db, \'`.`\', v_table_name, \'`\');  IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'in_table is: db = \'\', v_table_db, \'\', table = \'\', v_table_name, \'\'\') AS \'Debug\'; END IF;  IF (v_table_db = DATABASE() AND (v_table_name = \'tmp_digests\' OR v_table_name = \'tmp_digests_delta\')) THEN SET v_error_msg = CONCAT(\'Invalid value for in_table: \', v_quoted_table, \' is reserved table name.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  CALL sys.table_exists(v_table_db, v_table_name, v_table_exists); IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'v_table_exists = \', v_table_exists) AS \'Debug\'; END IF;  IF (v_table_exists = \'BASE TABLE\') THEN SET v_checksum_ref = ( SELECT GROUP_CONCAT(CONCAT(COLUMN_NAME, COLUMN_TYPE) ORDER BY ORDINAL_POSITION) AS Checksum FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = \'performance_schema\' AND TABLE_NAME = \'events_statements_summary_by_digest\' ), v_checksum_table = ( SELECT GROUP_CONCAT(CONCAT(COLUMN_NAME, COLUMN_TYPE) ORDER BY ORDINAL_POSITION) AS Checksum FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = v_table_db AND TABLE_NAME = v_table_name );  IF (v_checksum_ref <> v_checksum_table) THEN SET v_error_msg = CONCAT(\'The table \', IF(CHAR_LENGTH(v_quoted_table) > 93, CONCAT(\'...\', SUBSTRING(v_quoted_table, -90)), v_quoted_table), \' has the wrong definition.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF; END IF; END IF;   IF (in_views IS NULL OR in_views = \'\') THEN SET in_views = \'with_runtimes_in_95th_percentile,analysis,with_errors_or_warnings,with_full_table_scans,with_sorting,with_temp_tables\'; END IF;   CALL sys.table_exists(DATABASE(), \'tmp_digests\', v_tmp_digests_table_exists); IF (@sys.debug = \'ON\') THEN SELECT CONCAT(\'v_tmp_digests_table_exists = \', v_tmp_digests_table_exists) AS \'Debug\'; END IF;  CASE WHEN in_action IN (\'snapshot\', \'overall\') THEN IF (in_table IS NOT NULL) THEN IF (NOT v_table_exists IN (\'TEMPORARY\', \'BASE TABLE\')) THEN SET v_error_msg = CONCAT(\'The \', in_action, \' action requires in_table to be NULL, NOW() or specify an existing table.\', \' The table \', IF(CHAR_LENGTH(v_quoted_table) > 16, CONCAT(\'...\', SUBSTRING(v_quoted_table, -13)), v_quoted_table), \' does not exist.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF; END IF;  WHEN in_action IN (\'delta\', \'save\') THEN IF (v_table_exists NOT IN (\'TEMPORARY\', \'BASE TABLE\')) THEN SET v_error_msg = CONCAT(\'The \', in_action, \' action requires in_table to be an existing table.\', IF(in_table IS NOT NULL, CONCAT(\' The table \', IF(CHAR_LENGTH(v_quoted_table) > 39, CONCAT(\'...\', SUBSTRING(v_quoted_table, -36)), v_quoted_table), \' does not exist.\'), \'\')); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  IF (in_action = \'delta\' AND v_tmp_digests_table_exists <> \'TEMPORARY\') THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'An existing snapshot generated with the statement_performance_analyzer() must exist.\'; END IF; WHEN in_action = \'create_tmp\' THEN IF (v_table_exists = \'TEMPORARY\') THEN SET v_error_msg = CONCAT(\'Cannot create the table \', IF(CHAR_LENGTH(v_quoted_table) > 72, CONCAT(\'...\', SUBSTRING(v_quoted_table, -69)), v_quoted_table), \' as it already exists.\'); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  WHEN in_action = \'create_table\' THEN IF (v_table_exists <> \'\') THEN SET v_error_msg = CONCAT(\'Cannot create the table \', IF(CHAR_LENGTH(v_quoted_table) > 52, CONCAT(\'...\', SUBSTRING(v_quoted_table, -49)), v_quoted_table), \' as it already exists\', IF(v_table_exists = \'TEMPORARY\', \' as a temporary table.\', \'.\')); SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = v_error_msg; END IF;  WHEN in_action = \'cleanup\' THEN DO (SELECT 1); ELSE SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'Unknown action. Supported actions are: cleanup, create_table, create_tmp, delta, overall, save, snapshot\'; END CASE;  SET v_digest_table_template = \'CREATE %{TEMPORARY}TABLE %{TABLE_NAME} ( `SCHEMA_NAME` varchar(64) DEFAULT NULL, `DIGEST` varchar(32) DEFAULT NULL, `DIGEST_TEXT` longtext, `COUNT_STAR` bigint(20) unsigned NOT NULL, `SUM_TIMER_WAIT` bigint(20) unsigned NOT NULL, `MIN_TIMER_WAIT` bigint(20) unsigned NOT NULL, `AVG_TIMER_WAIT` bigint(20) unsigned NOT NULL, `MAX_TIMER_WAIT` bigint(20) unsigned NOT NULL, `SUM_LOCK_TIME` bigint(20) unsigned NOT NULL, `SUM_ERRORS` bigint(20) unsigned NOT NULL, `SUM_WARNINGS` bigint(20) unsigned NOT NULL, `SUM_ROWS_AFFECTED` bigint(20) unsigned NOT NULL, `SUM_ROWS_SENT` bigint(20) unsigned NOT NULL, `SUM_ROWS_EXAMINED` bigint(20) unsigned NOT NULL, `SUM_CREATED_TMP_DISK_TABLES` bigint(20) unsigned NOT NULL, `SUM_CREATED_TMP_TABLES` bigint(20) unsigned NOT NULL, `SUM_SELECT_FULL_JOIN` bigint(20) unsigned NOT NULL, `SUM_SELECT_FULL_RANGE_JOIN` bigint(20) unsigned NOT NULL, `SUM_SELECT_RANGE` bigint(20) unsigned NOT NULL, `SUM_SELECT_RANGE_CHECK` bigint(20) unsigned NOT NULL, `SUM_SELECT_SCAN` bigint(20) unsigned NOT NULL, `SUM_SORT_MERGE_PASSES` bigint(20) unsigned NOT NULL, `SUM_SORT_RANGE` bigint(20) unsigned NOT NULL, `SUM_SORT_ROWS` bigint(20) unsigned NOT NULL, `SUM_SORT_SCAN` bigint(20) unsigned NOT NULL, `SUM_NO_INDEX_USED` bigint(20) unsigned NOT NULL, `SUM_NO_GOOD_INDEX_USED` bigint(20) unsigned NOT NULL, `FIRST_SEEN` timestamp NULL DEFAULT NULL, `LAST_SEEN` timestamp NULL DEFAULT NULL, INDEX (SCHEMA_NAME, DIGEST) ) DEFAULT CHARSET=utf8\';  IF (v_force_new_snapshot OR in_action = \'snapshot\' OR (in_action = \'overall\' AND in_table IS NULL) OR (in_action = \'save\' AND v_tmp_digests_table_exists <> \'TEMPORARY\') ) THEN IF (v_tmp_digests_table_exists = \'TEMPORARY\') THEN IF (@sys.debug = \'ON\') THEN SELECT \'DROP TEMPORARY TABLE IF EXISTS tmp_digests\' AS \'Debug\'; END IF; DROP TEMPORARY TABLE IF EXISTS tmp_digests; END IF; CALL sys.execute_prepared_stmt(REPLACE(REPLACE(v_digest_table_template, \'%{TEMPORARY}\', \'TEMPORARY \'), \'%{TABLE_NAME}\', \'tmp_digests\'));  SET v_sql = CONCAT(\'INSERT INTO tmp_digests SELECT * FROM \', IF(in_table IS NULL OR in_action = \'save\', \'performance_schema.events_statements_summary_by_digest\', v_quoted_table)); CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (in_action IN (\'create_table\', \'create_tmp\')) THEN IF (in_action = \'create_table\') THEN CALL sys.execute_prepared_stmt(REPLACE(REPLACE(v_digest_table_template, \'%{TEMPORARY}\', \'\'), \'%{TABLE_NAME}\', v_quoted_table)); ELSE CALL sys.execute_prepared_stmt(REPLACE(REPLACE(v_digest_table_template, \'%{TEMPORARY}\', \'TEMPORARY \'), \'%{TABLE_NAME}\', v_quoted_table)); END IF; ELSEIF (in_action = \'save\') THEN CALL sys.execute_prepared_stmt(CONCAT(\'DELETE FROM \', v_quoted_table)); CALL sys.execute_prepared_stmt(CONCAT(\'INSERT INTO \', v_quoted_table, \' SELECT * FROM tmp_digests\')); ELSEIF (in_action = \'cleanup\') THEN DROP TEMPORARY TABLE IF EXISTS sys.tmp_digests; DROP TEMPORARY TABLE IF EXISTS sys.tmp_digests_delta; ELSEIF (in_action IN (\'overall\', \'delta\')) THEN IF (in_action = \'overall\') THEN IF (in_table IS NULL) THEN SET v_digests_table = \'tmp_digests\'; ELSE SET v_digests_table = v_quoted_table; END IF; ELSE SET v_digests_table = \'tmp_digests_delta\'; DROP TEMPORARY TABLE IF EXISTS tmp_digests_delta; CREATE TEMPORARY TABLE tmp_digests_delta LIKE tmp_digests; SET v_sql = CONCAT(\'INSERT INTO tmp_digests_delta SELECT `d_end`.`SCHEMA_NAME`, `d_end`.`DIGEST`, `d_end`.`DIGEST_TEXT`, `d_end`.`COUNT_STAR`-IFNULL(`d_start`.`COUNT_STAR`, 0) AS \'COUNT_STAR\', `d_end`.`SUM_TIMER_WAIT`-IFNULL(`d_start`.`SUM_TIMER_WAIT`, 0) AS \'SUM_TIMER_WAIT\', `d_end`.`MIN_TIMER_WAIT` AS \'MIN_TIMER_WAIT\', IFNULL((`d_end`.`SUM_TIMER_WAIT`-IFNULL(`d_start`.`SUM_TIMER_WAIT`, 0))/NULLIF(`d_end`.`COUNT_STAR`-IFNULL(`d_start`.`COUNT_STAR`, 0), 0), 0) AS \'AVG_TIMER_WAIT\', `d_end`.`MAX_TIMER_WAIT` AS \'MAX_TIMER_WAIT\', `d_end`.`SUM_LOCK_TIME`-IFNULL(`d_start`.`SUM_LOCK_TIME`, 0) AS \'SUM_LOCK_TIME\', `d_end`.`SUM_ERRORS`-IFNULL(`d_start`.`SUM_ERRORS`, 0) AS \'SUM_ERRORS\', `d_end`.`SUM_WARNINGS`-IFNULL(`d_start`.`SUM_WARNINGS`, 0) AS \'SUM_WARNINGS\', `d_end`.`SUM_ROWS_AFFECTED`-IFNULL(`d_start`.`SUM_ROWS_AFFECTED`, 0) AS \'SUM_ROWS_AFFECTED\', `d_end`.`SUM_ROWS_SENT`-IFNULL(`d_start`.`SUM_ROWS_SENT`, 0) AS \'SUM_ROWS_SENT\', `d_end`.`SUM_ROWS_EXAMINED`-IFNULL(`d_start`.`SUM_ROWS_EXAMINED`, 0) AS \'SUM_ROWS_EXAMINED\', `d_end`.`SUM_CREATED_TMP_DISK_TABLES`-IFNULL(`d_start`.`SUM_CREATED_TMP_DISK_TABLES`, 0) AS \'SUM_CREATED_TMP_DISK_TABLES\', `d_end`.`SUM_CREATED_TMP_TABLES`-IFNULL(`d_start`.`SUM_CREATED_TMP_TABLES`, 0) AS \'SUM_CREATED_TMP_TABLES\', `d_end`.`SUM_SELECT_FULL_JOIN`-IFNULL(`d_start`.`SUM_SELECT_FULL_JOIN`, 0) AS \'SUM_SELECT_FULL_JOIN\', `d_end`.`SUM_SELECT_FULL_RANGE_JOIN`-IFNULL(`d_start`.`SUM_SELECT_FULL_RANGE_JOIN`, 0) AS \'SUM_SELECT_FULL_RANGE_JOIN\', `d_end`.`SUM_SELECT_RANGE`-IFNULL(`d_start`.`SUM_SELECT_RANGE`, 0) AS \'SUM_SELECT_RANGE\', `d_end`.`SUM_SELECT_RANGE_CHECK`-IFNULL(`d_start`.`SUM_SELECT_RANGE_CHECK`, 0) AS \'SUM_SELECT_RANGE_CHECK\', `d_end`.`SUM_SELECT_SCAN`-IFNULL(`d_start`.`SUM_SELECT_SCAN`, 0) AS \'SUM_SELECT_SCAN\', `d_end`.`SUM_SORT_MERGE_PASSES`-IFNULL(`d_start`.`SUM_SORT_MERGE_PASSES`, 0) AS \'SUM_SORT_MERGE_PASSES\', `d_end`.`SUM_SORT_RANGE`-IFNULL(`d_start`.`SUM_SORT_RANGE`, 0) AS \'SUM_SORT_RANGE\', `d_end`.`SUM_SORT_ROWS`-IFNULL(`d_start`.`SUM_SORT_ROWS`, 0) AS \'SUM_SORT_ROWS\', `d_end`.`SUM_SORT_SCAN`-IFNULL(`d_start`.`SUM_SORT_SCAN`, 0) AS \'SUM_SORT_SCAN\', `d_end`.`SUM_NO_INDEX_USED`-IFNULL(`d_start`.`SUM_NO_INDEX_USED`, 0) AS \'SUM_NO_INDEX_USED\', `d_end`.`SUM_NO_GOOD_INDEX_USED`-IFNULL(`d_start`.`SUM_NO_GOOD_INDEX_USED`, 0) AS \'SUM_NO_GOOD_INDEX_USED\', `d_end`.`FIRST_SEEN`, `d_end`.`LAST_SEEN` FROM tmp_digests d_end LEFT OUTER JOIN \', v_quoted_table, \' d_start ON `d_start`.`DIGEST` = `d_end`.`DIGEST` AND (`d_start`.`SCHEMA_NAME` = `d_end`.`SCHEMA_NAME` OR (`d_start`.`SCHEMA_NAME` IS NULL AND `d_end`.`SCHEMA_NAME` IS NULL) ) WHERE `d_end`.`COUNT_STAR`-IFNULL(`d_start`.`COUNT_STAR`, 0) > 0\'); CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_runtimes_in_95th_percentile\', in_views)) THEN SELECT \'Queries with Runtime in 95th Percentile\' AS \'Next Output\';  DROP TEMPORARY TABLE IF EXISTS tmp_digest_avg_latency_distribution1; DROP TEMPORARY TABLE IF EXISTS tmp_digest_avg_latency_distribution2; DROP TEMPORARY TABLE IF EXISTS tmp_digest_95th_percentile_by_avg_us;  CREATE TEMPORARY TABLE tmp_digest_avg_latency_distribution1 ( cnt bigint unsigned NOT NULL, avg_us decimal(21,0) NOT NULL, PRIMARY KEY (avg_us) ) ENGINE=InnoDB;  SET v_sql = CONCAT(\'INSERT INTO tmp_digest_avg_latency_distribution1 SELECT COUNT(*) cnt, ROUND(avg_timer_wait/1000000) AS avg_us FROM \', v_digests_table, \' GROUP BY avg_us\'); CALL sys.execute_prepared_stmt(v_sql);  CREATE TEMPORARY TABLE tmp_digest_avg_latency_distribution2 LIKE tmp_digest_avg_latency_distribution1; INSERT INTO tmp_digest_avg_latency_distribution2 SELECT * FROM tmp_digest_avg_latency_distribution1;  CREATE TEMPORARY TABLE tmp_digest_95th_percentile_by_avg_us ( avg_us decimal(21,0) NOT NULL, percentile decimal(46,4) NOT NULL, PRIMARY KEY (avg_us) ) ENGINE=InnoDB;  SET v_sql = CONCAT(\'INSERT INTO tmp_digest_95th_percentile_by_avg_us SELECT s2.avg_us avg_us, IFNULL(SUM(s1.cnt)/NULLIF((SELECT COUNT(*) FROM \', v_digests_table, \'), 0), 0) percentile FROM tmp_digest_avg_latency_distribution1 AS s1 JOIN tmp_digest_avg_latency_distribution2 AS s2 ON s1.avg_us <= s2.avg_us GROUP BY s2.avg_us HAVING percentile > 0.95 ORDER BY percentile LIMIT 1\'); CALL sys.execute_prepared_stmt(v_sql);  SET v_sql = REPLACE( REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_runtimes_in_95th_percentile\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ), \'sys.x$ps_digest_95th_percentile_by_avg_us\', \'`sys`.`x$ps_digest_95th_percentile_by_avg_us`\' ); CALL sys.execute_prepared_stmt(v_sql);  DROP TEMPORARY TABLE tmp_digest_avg_latency_distribution1; DROP TEMPORARY TABLE tmp_digest_avg_latency_distribution2; DROP TEMPORARY TABLE tmp_digest_95th_percentile_by_avg_us; END IF;  IF (FIND_IN_SET(\'analysis\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries Ordered by Total Latency\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statement_analysis\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_errors_or_warnings\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Errors\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_errors_or_warnings\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_full_table_scans\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Full Table Scan\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_full_table_scans\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_sorting\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Sorting\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_sorting\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'with_temp_tables\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries with Internal Temporary Tables\') AS \'Next Output\'; SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = \'statements_with_temp_tables\' ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF; CALL sys.execute_prepared_stmt(v_sql); END IF;  IF (FIND_IN_SET(\'custom\', in_views)) THEN SELECT CONCAT(\'Top \', @sys.statement_performance_analyzer.limit, \' Queries Using Custom View\') AS \'Next Output\';  IF (@sys.statement_performance_analyzer.view IS NULL) THEN SET @sys.statement_performance_analyzer.view = sys.sys_get_config(\'statement_performance_analyzer.view\', NULL); END IF; IF (@sys.statement_performance_analyzer.view IS NULL) THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'The @sys.statement_performance_analyzer.view user variable must be set with the view or query to use.\'; END IF;  IF (NOT INSTR(@sys.statement_performance_analyzer.view, \' \')) THEN IF (NOT INSTR(@sys.statement_performance_analyzer.view, \'.\')) THEN SET v_custom_db   = DATABASE(), v_custom_name = @sys.statement_performance_analyzer.view; ELSE SET v_custom_db   = SUBSTRING_INDEX(@sys.statement_performance_analyzer.view, \'.\', 1); SET v_custom_name = SUBSTRING(@sys.statement_performance_analyzer.view, CHAR_LENGTH(v_custom_db)+2); END IF;  CALL sys.table_exists(v_custom_db, v_custom_name, v_custom_view_exists); IF (v_custom_view_exists <> \'VIEW\') THEN SIGNAL SQLSTATE \'45000\' SET MESSAGE_TEXT = \'The @sys.statement_performance_analyzer.view user variable is set but specified neither an existing view nor a query.\'; END IF;  SET v_sql = REPLACE( (SELECT VIEW_DEFINITION FROM information_schema.VIEWS WHERE TABLE_SCHEMA = v_custom_db AND TABLE_NAME = v_custom_name ), \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table ); ELSE SET v_sql = REPLACE(@sys.statement_performance_analyzer.view, \'`performance_schema`.`events_statements_summary_by_digest`\', v_digests_table); END IF;  IF (@sys.statement_performance_analyzer.limit > 0) THEN SET v_sql = CONCAT(v_sql, \' LIMIT \', @sys.statement_performance_analyzer.limit); END IF;  CALL sys.execute_prepared_stmt(v_sql); END IF; END IF;  IF (v_this_thread_enabled = \'YES\') THEN CALL sys.ps_setup_enable_thread(CONNECTION_ID()); END IF;  IF (@log_bin = 1) THEN SET sql_log_bin = @log_bin; END IF; END'),('sys','table_exists','PROCEDURE','table_exists','SQL','CONTAINS_SQL','NO','INVOKER',_binary ' IN in_db VARCHAR(64), IN in_table VARCHAR(64), OUT out_exists ENUM(\'\', \'BASE TABLE\', \'VIEW\', \'TEMPORARY\') ','',_binary 'BEGIN DECLARE v_error BOOLEAN DEFAULT FALSE; DECLARE CONTINUE HANDLER FOR 1050 SET v_error = TRUE; DECLARE CONTINUE HANDLER FOR 1146 SET v_error = TRUE;  SET out_exists = \'\';  IF (EXISTS(SELECT 1 FROM information_schema.TABLES WHERE TABLE_SCHEMA = in_db AND TABLE_NAME = in_table)) THEN SET @sys.tmp.table_exists.SQL = CONCAT(\'CREATE TEMPORARY TABLE `\', in_db, \'`.`\', in_table, \'` (id INT PRIMARY KEY)\'); PREPARE stmt_create_table FROM @sys.tmp.table_exists.SQL; EXECUTE stmt_create_table; DEALLOCATE PREPARE stmt_create_table; IF (v_error) THEN SET out_exists = \'TEMPORARY\'; ELSE SET @sys.tmp.table_exists.SQL = CONCAT(\'DROP TEMPORARY TABLE `\', in_db, \'`.`\', in_table, \'`\'); PREPARE stmt_drop_table FROM @sys.tmp.table_exists.SQL; EXECUTE stmt_drop_table; DEALLOCATE PREPARE stmt_drop_table; SET out_exists = (SELECT TABLE_TYPE FROM information_schema.TABLES WHERE TABLE_SCHEMA = in_db AND TABLE_NAME = in_table); END IF; ELSE SET @sys.tmp.table_exists.SQL = CONCAT(\'SELECT COUNT(*) FROM `\', in_db, \'`.`\', in_table, \'`\'); PREPARE stmt_select FROM @sys.tmp.table_exists.SQL; IF (NOT v_error) THEN DEALLOCATE PREPARE stmt_select; SET out_exists = \'TEMPORARY\'; END IF; END IF; END','mysql.sys@localhost','2022-10-28 19:12:53','2022-10-28 19:12:53','','\n Description\n \n Tests whether the table specified in in_db and in_table exists either as a regular\n table, or as a temporary table. The returned value corresponds to the table that\n will be used, so if there\'s both a temporary and a permanent table with the given\n name, then \'TEMPORARY\' will be returned.\n \n Parameters\n \n in_db (VARCHAR(64)):\n The database name to check for the existance of the table in.\n \n in_table (VARCHAR(64)):\n The name of the table to check the existance of.\n \n out_exists ENUM(\'\', \'BASE TABLE\', \'VIEW\', \'TEMPORARY\'):\n The return value: whether the table exists. The value is one of:\n * \'\'           - the table does not exist neither as a base table, view, nor temporary table.\n * \'BASE TABLE\' - the table name exists as a permanent base table table.\n * \'VIEW\'       - the table name exists as a view.\n * \'TEMPORARY\'  - the table name exists as a temporary table.\n \n Example\n \n mysql> CREATE DATABASE db1;\n Query OK, 1 row affected (0.07 sec)\n \n mysql> use db1;\n Database changed\n mysql> CREATE TABLE t1 (id INT PRIMARY KEY);\n Query OK, 0 rows affected (0.08 sec)\n \n mysql> CREATE TABLE t2 (id INT PRIMARY KEY);\n Query OK, 0 rows affected (0.08 sec)\n \n mysql> CREATE view v_t1 AS SELECT * FROM t1;\n Query OK, 0 rows affected (0.00 sec)\n \n mysql> CREATE TEMPORARY TABLE t1 (id INT PRIMARY KEY);\n Query OK, 0 rows affected (0.00 sec)\n \n mysql> CALL sys.table_exists(\'db1\', \'t1\', @exists); SELECT @exists;\n Query OK, 0 rows affected (0.00 sec)\n \n +------------+\n | @exists    |\n +------------+\n | TEMPORARY  |\n +------------+\n 1 row in set (0.00 sec)\n \n mysql> CALL sys.table_exists(\'db1\', \'t2\', @exists); SELECT @exists;\n Query OK, 0 rows affected (0.00 sec)\n \n +------------+\n | @exists    |\n +------------+\n | BASE TABLE |\n +------------+\n 1 row in set (0.01 sec)\n \n mysql> CALL sys.table_exists(\'db1\', \'v_t1\', @exists); SELECT @exists;\n Query OK, 0 rows affected (0.00 sec)\n \n +---------+\n | @exists |\n +---------+\n | VIEW    |\n +---------+\n 1 row in set (0.00 sec)\n \n mysql> CALL sys.table_exists(\'db1\', \'t3\', @exists); SELECT @exists;\n Query OK, 0 rows affected (0.01 sec)\n \n +---------+\n | @exists |\n +---------+\n |         |\n +---------+\n 1 row in set (0.00 sec)\n ','utf8','utf8_general_ci','utf8_general_ci',_binary 'BEGIN DECLARE v_error BOOLEAN DEFAULT FALSE; DECLARE CONTINUE HANDLER FOR 1050 SET v_error = TRUE; DECLARE CONTINUE HANDLER FOR 1146 SET v_error = TRUE;  SET out_exists = \'\';  IF (EXISTS(SELECT 1 FROM information_schema.TABLES WHERE TABLE_SCHEMA = in_db AND TABLE_NAME = in_table)) THEN SET @sys.tmp.table_exists.SQL = CONCAT(\'CREATE TEMPORARY TABLE `\', in_db, \'`.`\', in_table, \'` (id INT PRIMARY KEY)\'); PREPARE stmt_create_table FROM @sys.tmp.table_exists.SQL; EXECUTE stmt_create_table; DEALLOCATE PREPARE stmt_create_table; IF (v_error) THEN SET out_exists = \'TEMPORARY\'; ELSE SET @sys.tmp.table_exists.SQL = CONCAT(\'DROP TEMPORARY TABLE `\', in_db, \'`.`\', in_table, \'`\'); PREPARE stmt_drop_table FROM @sys.tmp.table_exists.SQL; EXECUTE stmt_drop_table; DEALLOCATE PREPARE stmt_drop_table; SET out_exists = (SELECT TABLE_TYPE FROM information_schema.TABLES WHERE TABLE_SCHEMA = in_db AND TABLE_NAME = in_table); END IF; ELSE SET @sys.tmp.table_exists.SQL = CONCAT(\'SELECT COUNT(*) FROM `\', in_db, \'`.`\', in_table, \'`\'); PREPARE stmt_select FROM @sys.tmp.table_exists.SQL; IF (NOT v_error) THEN DEALLOCATE PREPARE stmt_select; SET out_exists = \'TEMPORARY\'; END IF; END IF; END');
 /*!40000 ALTER TABLE `proc` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -527,7 +549,7 @@ CREATE TABLE `server_cost` (
 
 LOCK TABLES `server_cost` WRITE;
 /*!40000 ALTER TABLE `server_cost` DISABLE KEYS */;
-INSERT INTO `server_cost` VALUES ('disk_temptable_create_cost',NULL,'2022-06-07 09:20:38',NULL),('disk_temptable_row_cost',NULL,'2022-06-07 09:20:38',NULL),('key_compare_cost',NULL,'2022-06-07 09:20:38',NULL),('memory_temptable_create_cost',NULL,'2022-06-07 09:20:38',NULL),('memory_temptable_row_cost',NULL,'2022-06-07 09:20:38',NULL),('row_evaluate_cost',NULL,'2022-06-07 09:20:38',NULL);
+INSERT INTO `server_cost` VALUES ('disk_temptable_create_cost',NULL,'2022-10-28 19:12:52',NULL),('disk_temptable_row_cost',NULL,'2022-10-28 19:12:52',NULL),('key_compare_cost',NULL,'2022-10-28 19:12:52',NULL),('memory_temptable_create_cost',NULL,'2022-10-28 19:12:52',NULL),('memory_temptable_row_cost',NULL,'2022-10-28 19:12:52',NULL),('row_evaluate_cost',NULL,'2022-10-28 19:12:52',NULL);
 /*!40000 ALTER TABLE `server_cost` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -565,10 +587,9 @@ UNLOCK TABLES;
 -- Table structure for table `slave_master_info`
 --
 
-DROP TABLE IF EXISTS `slave_master_info`;
 /*!40101 SET @saved_cs_client     = @@character_set_client */;
 /*!40101 SET character_set_client = utf8 */;
-CREATE TABLE `slave_master_info` (
+CREATE TABLE IF NOT EXISTS `slave_master_info` (
   `Number_of_lines` int(10) unsigned NOT NULL COMMENT 'Number of lines in the file.',
   `Master_log_name` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'The name of the master binary log currently being read from the master.',
   `Master_log_pos` bigint(20) unsigned NOT NULL COMMENT 'The master log position of the last read event.',
@@ -598,23 +619,13 @@ CREATE TABLE `slave_master_info` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='Master Information';
 /*!40101 SET character_set_client = @saved_cs_client */;
 
---
--- Dumping data for table `slave_master_info`
---
-
-LOCK TABLES `slave_master_info` WRITE;
-/*!40000 ALTER TABLE `slave_master_info` DISABLE KEYS */;
-/*!40000 ALTER TABLE `slave_master_info` ENABLE KEYS */;
-UNLOCK TABLES;
-
 --
 -- Table structure for table `slave_relay_log_info`
 --
 
-DROP TABLE IF EXISTS `slave_relay_log_info`;
 /*!40101 SET @saved_cs_client     = @@character_set_client */;
 /*!40101 SET character_set_client = utf8 */;
-CREATE TABLE `slave_relay_log_info` (
+CREATE TABLE IF NOT EXISTS `slave_relay_log_info` (
   `Number_of_lines` int(10) unsigned NOT NULL COMMENT 'Number of lines in the file or rows in the table. Used to version table definitions.',
   `Relay_log_name` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'The name of the current relay log file.',
   `Relay_log_pos` bigint(20) unsigned NOT NULL COMMENT 'The relay log position of the last executed event.',
@@ -628,15 +639,6 @@ CREATE TABLE `slave_relay_log_info` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='Relay Log Information';
 /*!40101 SET character_set_client = @saved_cs_client */;
 
---
--- Dumping data for table `slave_relay_log_info`
---
-
-LOCK TABLES `slave_relay_log_info` WRITE;
-/*!40000 ALTER TABLE `slave_relay_log_info` DISABLE KEYS */;
-/*!40000 ALTER TABLE `slave_relay_log_info` ENABLE KEYS */;
-UNLOCK TABLES;
-
 --
 -- Table structure for table `slave_worker_info`
 --
@@ -698,7 +700,7 @@ CREATE TABLE `tables_priv` (
 
 LOCK TABLES `tables_priv` WRITE;
 /*!40000 ALTER TABLE `tables_priv` DISABLE KEYS */;
-INSERT INTO `tables_priv` VALUES ('localhost','mysql','mysql.session','user','boot@connecting host','0000-00-00 00:00:00','Select',''),('localhost','sys','mysql.sys','sys_config','root@localhost','2022-06-07 09:20:40','Select','');
+INSERT INTO `tables_priv` VALUES ('localhost','mysql','mysql.session','user','boot@connecting host','0000-00-00 00:00:00','Select',''),('localhost','sys','mysql.sys','sys_config','root@localhost','2022-10-28 19:12:53','Select','');
 /*!40000 ALTER TABLE `tables_priv` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -713,7 +715,7 @@ CREATE TABLE `time_zone` (
   `Time_zone_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
   `Use_leap_seconds` enum('Y','N') NOT NULL DEFAULT 'N',
   PRIMARY KEY (`Time_zone_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=1827 DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='Time zones';
+) ENGINE=InnoDB AUTO_INCREMENT=1784 DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='Time zones';
 /*!40101 SET character_set_client = @saved_cs_client */;
 
 --
@@ -722,7 +724,7 @@ CREATE TABLE `time_zone` (
 
 LOCK TABLES `time_zone` WRITE;
 /*!40000 ALTER TABLE `time_zone` DISABLE KEYS */;
-INSERT INTO `time_zone` VALUES (1,'N'),(2,'N'),(3,'N'),(4,'N'),(5,'N'),(6,'N'),(7,'N'),(8,'N'),(9,'N'),(10,'N'),(11,'N'),(12,'N'),(13,'N'),(14,'N'),(15,'N'),(16,'N'),(17,'N'),(18,'N'),(19,'N'),(20,'N'),(21,'N'),(22,'N'),(23,'N'),(24,'N'),(25,'N'),(26,'N'),(27,'N'),(28,'N'),(29,'N'),(30,'N'),(31,'N'),(32,'N'),(33,'N'),(34,'N'),(35,'N'),(36,'N'),(37,'N'),(38,'N'),(39,'N'),(40,'N'),(41,'N'),(42,'N'),(43,'N'),(44,'N'),(45,'N'),(46,'N'),(47,'N'),(48,'N'),(49,'N'),(50,'N'),(51,'N'),(52,'N'),(53,'N'),(54,'N'),(55,'N'),(56,'N'),(57,'N'),(58,'N'),(59,'N'),(60,'N'),(61,'N'),(62,'N'),(63,'N'),(64,'N'),(65,'N'),(66,'N'),(67,'N'),(68,'N'),(69,'N'),(70,'N'),(71,'N'),(72,'N'),(73,'N'),(74,'N'),(75,'N'),(76,'N'),(77,'N'),(78,'N'),(79,'N'),(80,'N'),(81,'N'),(82,'N'),(83,'N'),(84,'N'),(85,'N'),(86,'N'),(87,'N'),(88,'N'),(89,'N'),(90,'N'),(91,'N'),(92,'N'),(93,'N'),(94,'N'),(95,'N'),(96,'N'),(97,'N'),(98,'N'),(99,'N'),(100,'N'),(101,'N'),(102,'N'),(103,'N'),(104,'N'),(105,'N'),(106,'N'),(107,'N'),(108,'N'),(109,'N'),(110,'N'),(111,'N'),(112,'N'),(113,'N'),(114,'N'),(115,'N'),(116,'N'),(117,'N'),(118,'N'),(119,'N'),(120,'N'),(121,'N'),(122,'N'),(123,'N'),(124,'N'),(125,'N'),(126,'N'),(127,'N'),(128,'N'),(129,'N'),(130,'N'),(131,'N'),(132,'N'),(133,'N'),(134,'N'),(135,'N'),(136,'N'),(137,'N'),(138,'N'),(139,'N'),(140,'N'),(141,'N'),(142,'N'),(143,'N'),(144,'N'),(145,'N'),(146,'N'),(147,'N'),(148,'N'),(149,'N'),(150,'N'),(151,'N'),(152,'N'),(153,'N'),(154,'N'),(155,'N'),(156,'N'),(157,'N'),(158,'N'),(159,'N'),(160,'N'),(161,'N'),(162,'N'),(163,'N'),(164,'N'),(165,'N'),(166,'N'),(167,'N'),(168,'N'),(169,'N'),(170,'N'),(171,'N'),(172,'N'),(173,'N'),(174,'N'),(175,'N'),(176,'N'),(177,'N'),(178,'N'),(179,'N'),(180,'N'),(181,'N'),(182,'N'),(183,'N'),(184,'N'),(185,'N'),(186,'N'),(187,'N'),(188,'N'),(189,'N'),(190,'N'),(191,'N'),(192,'N'),(193,'N'),(194,'N'),(195,'N'),(196,'N'),(197,'N'),(198,'N'),(199,'N'),(200,'N'),(201,'N'),(202,'N'),(203,'N'),(204,'N'),(205,'N'),(206,'N'),(207,'N'),(208,'N'),(209,'N'),(210,'N'),(211,'N'),(212,'N'),(213,'N'),(214,'N'),(215,'N'),(216,'N'),(217,'N'),(218,'N'),(219,'N'),(220,'N'),(221,'N'),(222,'N'),(223,'N'),(224,'N'),(225,'N'),(226,'N'),(227,'N'),(228,'N'),(229,'N'),(230,'N'),(231,'N'),(232,'N'),(233,'N'),(234,'N'),(235,'N'),(236,'N'),(237,'N'),(238,'N'),(239,'N'),(240,'N'),(241,'N'),(242,'N'),(243,'N'),(244,'N'),(245,'N'),(246,'N'),(247,'N'),(248,'N'),(249,'N'),(250,'N'),(251,'N'),(252,'N'),(253,'N'),(254,'N'),(255,'N'),(256,'N'),(257,'N'),(258,'N'),(259,'N'),(260,'N'),(261,'N'),(262,'N'),(263,'N'),(264,'N'),(265,'N'),(266,'N'),(267,'N'),(268,'N'),(269,'N'),(270,'N'),(271,'N'),(272,'N'),(273,'N'),(274,'N'),(275,'N'),(276,'N'),(277,'N'),(278,'N'),(279,'N'),(280,'N'),(281,'N'),(282,'N'),(283,'N'),(284,'N'),(285,'N'),(286,'N'),(287,'N'),(288,'N'),(289,'N'),(290,'N'),(291,'N'),(292,'N'),(293,'N'),(294,'N'),(295,'N'),(296,'N'),(297,'N'),(298,'N'),(299,'N'),(300,'N'),(301,'N'),(302,'N'),(303,'N'),(304,'N'),(305,'N'),(306,'N'),(307,'N'),(308,'N'),(309,'N'),(310,'N'),(311,'N'),(312,'N'),(313,'N'),(314,'N'),(315,'N'),(316,'N'),(317,'N'),(318,'N'),(319,'N'),(320,'N'),(321,'N'),(322,'N'),(323,'N'),(324,'N'),(325,'N'),(326,'N'),(327,'N'),(328,'N'),(329,'N'),(330,'N'),(331,'N'),(332,'N'),(333,'N'),(334,'N'),(335,'N'),(336,'N'),(337,'N'),(338,'N'),(339,'N'),(340,'N'),(341,'N'),(342,'N'),(343,'N'),(344,'N'),(345,'N'),(346,'N'),(347,'N'),(348,'N'),(349,'N'),(350,'N'),(351,'N'),(352,'N'),(353,'N'),(354,'N'),(355,'N'),(356,'N'),(357,'N'),(358,'N'),(359,'N'),(360,'N'),(361,'N'),(362,'N'),(363,'N'),(364,'N'),(365,'N'),(366,'N'),(367,'N'),(368,'N'),(369,'N'),(370,'N'),(371,'N'),(372,'N'),(373,'N'),(374,'N'),(375,'N'),(376,'N'),(377,'N'),(378,'N'),(379,'N'),(380,'N'),(381,'N'),(382,'N'),(383,'N'),(384,'N'),(385,'N'),(386,'N'),(387,'N'),(388,'N'),(389,'N'),(390,'N'),(391,'N'),(392,'N'),(393,'N'),(394,'N'),(395,'N'),(396,'N'),(397,'N'),(398,'N'),(399,'N'),(400,'N'),(401,'N'),(402,'N'),(403,'N'),(404,'N'),(405,'N'),(406,'N'),(407,'N'),(408,'N'),(409,'N'),(410,'N'),(411,'N'),(412,'N'),(413,'N'),(414,'N'),(415,'N'),(416,'N'),(417,'N'),(418,'N'),(419,'N'),(420,'N'),(421,'N'),(422,'N'),(423,'N'),(424,'N'),(425,'N'),(426,'N'),(427,'N'),(428,'N'),(429,'N'),(430,'N'),(431,'N'),(432,'N'),(433,'N'),(434,'N'),(435,'N'),(436,'N'),(437,'N'),(438,'N'),(439,'N'),(440,'N'),(441,'N'),(442,'N'),(443,'N'),(444,'N'),(445,'N'),(446,'N'),(447,'N'),(448,'N'),(449,'N'),(450,'N'),(451,'N'),(452,'N'),(453,'N'),(454,'N'),(455,'N'),(456,'N'),(457,'N'),(458,'N'),(459,'N'),(460,'N'),(461,'N'),(462,'N'),(463,'N'),(464,'N'),(465,'N'),(466,'N'),(467,'N'),(468,'N'),(469,'N'),(470,'N'),(471,'N'),(472,'N'),(473,'N'),(474,'N'),(475,'N'),(476,'N'),(477,'N'),(478,'N'),(479,'N'),(480,'N'),(481,'N'),(482,'N'),(483,'N'),(484,'N'),(485,'N'),(486,'N'),(487,'N'),(488,'N'),(489,'N'),(490,'N'),(491,'N'),(492,'N'),(493,'N'),(494,'N'),(495,'N'),(496,'N'),(497,'N'),(498,'N'),(499,'N'),(500,'N'),(501,'N'),(502,'N'),(503,'N'),(504,'N'),(505,'N'),(506,'N'),(507,'N'),(508,'N'),(509,'N'),(510,'N'),(511,'N'),(512,'N'),(513,'N'),(514,'N'),(515,'N'),(516,'N'),(517,'N'),(518,'N'),(519,'N'),(520,'N'),(521,'N'),(522,'N'),(523,'N'),(524,'N'),(525,'N'),(526,'N'),(527,'N'),(528,'N'),(529,'N'),(530,'N'),(531,'N'),(532,'N'),(533,'N'),(534,'N'),(535,'N'),(536,'N'),(537,'N'),(538,'N'),(539,'N'),(540,'N'),(541,'N'),(542,'N'),(543,'N'),(544,'N'),(545,'N'),(546,'N'),(547,'N'),(548,'N'),(549,'N'),(550,'N'),(551,'N'),(552,'N'),(553,'N'),(554,'N'),(555,'N'),(556,'N'),(557,'N'),(558,'N'),(559,'N'),(560,'N'),(561,'N'),(562,'N'),(563,'N'),(564,'N'),(565,'N'),(566,'N'),(567,'N'),(568,'N'),(569,'N'),(570,'N'),(571,'N'),(572,'N'),(573,'N'),(574,'N'),(575,'N'),(576,'N'),(577,'N'),(578,'N'),(579,'N'),(580,'N'),(581,'N'),(582,'N'),(583,'N'),(584,'N'),(585,'N'),(586,'N'),(587,'N'),(588,'N'),(589,'N'),(590,'N'),(591,'N'),(592,'N'),(593,'N'),(594,'N'),(595,'N'),(596,'N'),(597,'N'),(598,'N'),(599,'N'),(600,'N'),(601,'N'),(602,'N'),(603,'N'),(604,'N'),(605,'N'),(606,'N'),(607,'N'),(608,'N'),(609,'N'),(610,'N'),(611,'N'),(612,'N'),(613,'N'),(614,'N'),(615,'N'),(616,'N'),(617,'N'),(618,'N'),(619,'N'),(620,'N'),(621,'N'),(622,'N'),(623,'N'),(624,'N'),(625,'N'),(626,'N'),(627,'N'),(628,'N'),(629,'N'),(630,'N'),(631,'N'),(632,'N'),(633,'N'),(634,'N'),(635,'N'),(636,'N'),(637,'N'),(638,'N'),(639,'N'),(640,'N'),(641,'N'),(642,'N'),(643,'N'),(644,'N'),(645,'N'),(646,'N'),(647,'N'),(648,'N'),(649,'N'),(650,'N'),(651,'N'),(652,'N'),(653,'N'),(654,'N'),(655,'N'),(656,'N'),(657,'N'),(658,'N'),(659,'N'),(660,'N'),(661,'N'),(662,'N'),(663,'N'),(664,'N'),(665,'N'),(666,'N'),(667,'N'),(668,'N'),(669,'N'),(670,'N'),(671,'N'),(672,'N'),(673,'N'),(674,'N'),(675,'N'),(676,'N'),(677,'N'),(678,'N'),(679,'N'),(680,'N'),(681,'N'),(682,'N'),(683,'N'),(684,'N'),(685,'N'),(686,'N'),(687,'N'),(688,'N'),(689,'N'),(690,'N'),(691,'N'),(692,'N'),(693,'N'),(694,'N'),(695,'N'),(696,'N'),(697,'N'),(698,'N'),(699,'N'),(700,'N'),(701,'N'),(702,'N'),(703,'N'),(704,'N'),(705,'N'),(706,'N'),(707,'N'),(708,'N'),(709,'N'),(710,'N'),(711,'N'),(712,'N'),(713,'N'),(714,'N'),(715,'N'),(716,'N'),(717,'N'),(718,'N'),(719,'N'),(720,'N'),(721,'N'),(722,'N'),(723,'N'),(724,'N'),(725,'N'),(726,'N'),(727,'N'),(728,'N'),(729,'N'),(730,'N'),(731,'N'),(732,'N'),(733,'N'),(734,'N'),(735,'N'),(736,'N'),(737,'N'),(738,'N'),(739,'N'),(740,'N'),(741,'N'),(742,'N'),(743,'N'),(744,'N'),(745,'N'),(746,'N'),(747,'N'),(748,'N'),(749,'N'),(750,'N'),(751,'N'),(752,'N'),(753,'N'),(754,'N'),(755,'N'),(756,'N'),(757,'N'),(758,'N'),(759,'N'),(760,'N'),(761,'N'),(762,'N'),(763,'N'),(764,'N'),(765,'N'),(766,'N'),(767,'N'),(768,'N'),(769,'N'),(770,'N'),(771,'N'),(772,'N'),(773,'N'),(774,'N'),(775,'N'),(776,'N'),(777,'N'),(778,'N'),(779,'N'),(780,'N'),(781,'N'),(782,'N'),(783,'N'),(784,'N'),(785,'N'),(786,'N'),(787,'N'),(788,'N'),(789,'N'),(790,'N'),(791,'N'),(792,'N'),(793,'N'),(794,'N'),(795,'N'),(796,'N'),(797,'N'),(798,'N'),(799,'N'),(800,'N'),(801,'N'),(802,'N'),(803,'N'),(804,'N'),(805,'N'),(806,'N'),(807,'N'),(808,'N'),(809,'N'),(810,'N'),(811,'N'),(812,'N'),(813,'N'),(814,'N'),(815,'N'),(816,'N'),(817,'N'),(818,'N'),(819,'N'),(820,'N'),(821,'N'),(822,'N'),(823,'N'),(824,'N'),(825,'N'),(826,'N'),(827,'N'),(828,'N'),(829,'N'),(830,'N'),(831,'N'),(832,'N'),(833,'N'),(834,'N'),(835,'N'),(836,'N'),(837,'N'),(838,'N'),(839,'N'),(840,'N'),(841,'N'),(842,'N'),(843,'N'),(844,'N'),(845,'N'),(846,'N'),(847,'N'),(848,'N'),(849,'N'),(850,'N'),(851,'N'),(852,'N'),(853,'N'),(854,'N'),(855,'N'),(856,'N'),(857,'N'),(858,'N'),(859,'N'),(860,'N'),(861,'N'),(862,'N'),(863,'N'),(864,'N'),(865,'N'),(866,'N'),(867,'N'),(868,'N'),(869,'N'),(870,'N'),(871,'N'),(872,'N'),(873,'N'),(874,'N'),(875,'N'),(876,'N'),(877,'N'),(878,'N'),(879,'N'),(880,'N'),(881,'N'),(882,'N'),(883,'N'),(884,'N'),(885,'N'),(886,'N'),(887,'N'),(888,'N'),(889,'N'),(890,'N'),(891,'N'),(892,'N'),(893,'N'),(894,'N'),(895,'N'),(896,'N'),(897,'N'),(898,'N'),(899,'N'),(900,'N'),(901,'N'),(902,'N'),(903,'N'),(904,'N'),(905,'N'),(906,'N'),(907,'N'),(908,'N'),(909,'N'),(910,'N'),(911,'N'),(912,'N'),(913,'N'),(914,'N'),(915,'N'),(916,'N'),(917,'N'),(918,'N'),(919,'N'),(920,'N'),(921,'N'),(922,'N'),(923,'N'),(924,'N'),(925,'N'),(926,'N'),(927,'N'),(928,'N'),(929,'N'),(930,'N'),(931,'N'),(932,'N'),(933,'N'),(934,'N'),(935,'N'),(936,'N'),(937,'N'),(938,'N'),(939,'N'),(940,'N'),(941,'N'),(942,'N'),(943,'N'),(944,'N'),(945,'N'),(946,'N'),(947,'N'),(948,'N'),(949,'N'),(950,'N'),(951,'N'),(952,'N'),(953,'N'),(954,'N'),(955,'N'),(956,'N'),(957,'N'),(958,'N'),(959,'N'),(960,'N'),(961,'N'),(962,'N'),(963,'N'),(964,'N'),(965,'N'),(966,'N'),(967,'N'),(968,'N'),(969,'N'),(970,'N'),(971,'N'),(972,'N'),(973,'N'),(974,'N'),(975,'N'),(976,'N'),(977,'N'),(978,'N'),(979,'N'),(980,'N'),(981,'N'),(982,'N'),(983,'N'),(984,'N'),(985,'N'),(986,'N'),(987,'N'),(988,'N'),(989,'N'),(990,'N'),(991,'N'),(992,'N'),(993,'N'),(994,'N'),(995,'N'),(996,'N'),(997,'N'),(998,'N'),(999,'N'),(1000,'N'),(1001,'N'),(1002,'N'),(1003,'N'),(1004,'N'),(1005,'N'),(1006,'N'),(1007,'N'),(1008,'N'),(1009,'N'),(1010,'N'),(1011,'N'),(1012,'N'),(1013,'N'),(1014,'N'),(1015,'N'),(1016,'N'),(1017,'N'),(1018,'N'),(1019,'N'),(1020,'N'),(1021,'N'),(1022,'N'),(1023,'N'),(1024,'N'),(1025,'N'),(1026,'N'),(1027,'N'),(1028,'N'),(1029,'N'),(1030,'N'),(1031,'N'),(1032,'N'),(1033,'N'),(1034,'N'),(1035,'N'),(1036,'N'),(1037,'N'),(1038,'N'),(1039,'N'),(1040,'N'),(1041,'N'),(1042,'N'),(1043,'N'),(1044,'N'),(1045,'N'),(1046,'N'),(1047,'N'),(1048,'N'),(1049,'N'),(1050,'N'),(1051,'N'),(1052,'N'),(1053,'N'),(1054,'N'),(1055,'N'),(1056,'N'),(1057,'N'),(1058,'N'),(1059,'N'),(1060,'N'),(1061,'N'),(1062,'N'),(1063,'N'),(1064,'N'),(1065,'N'),(1066,'N'),(1067,'N'),(1068,'N'),(1069,'N'),(1070,'N'),(1071,'N'),(1072,'N'),(1073,'N'),(1074,'N'),(1075,'N'),(1076,'N'),(1077,'N'),(1078,'N'),(1079,'N'),(1080,'N'),(1081,'N'),(1082,'N'),(1083,'N'),(1084,'N'),(1085,'N'),(1086,'N'),(1087,'N'),(1088,'N'),(1089,'N'),(1090,'N'),(1091,'N'),(1092,'N'),(1093,'N'),(1094,'N'),(1095,'N'),(1096,'N'),(1097,'N'),(1098,'N'),(1099,'N'),(1100,'N'),(1101,'N'),(1102,'N'),(1103,'N'),(1104,'N'),(1105,'N'),(1106,'N'),(1107,'N'),(1108,'N'),(1109,'N'),(1110,'N'),(1111,'N'),(1112,'N'),(1113,'N'),(1114,'N'),(1115,'N'),(1116,'N'),(1117,'N'),(1118,'N'),(1119,'N'),(1120,'N'),(1121,'N'),(1122,'N'),(1123,'N'),(1124,'N'),(1125,'N'),(1126,'N'),(1127,'N'),(1128,'N'),(1129,'N'),(1130,'N'),(1131,'N'),(1132,'N'),(1133,'N'),(1134,'N'),(1135,'N'),(1136,'N'),(1137,'N'),(1138,'N'),(1139,'N'),(1140,'N'),(1141,'N'),(1142,'N'),(1143,'N'),(1144,'N'),(1145,'N'),(1146,'N'),(1147,'N'),(1148,'N'),(1149,'N'),(1150,'N'),(1151,'N'),(1152,'N'),(1153,'N'),(1154,'N'),(1155,'N'),(1156,'N'),(1157,'N'),(1158,'N'),(1159,'N'),(1160,'N'),(1161,'N'),(1162,'N'),(1163,'N'),(1164,'N'),(1165,'N'),(1166,'N'),(1167,'N'),(1168,'N'),(1169,'N'),(1170,'N'),(1171,'N'),(1172,'N'),(1173,'N'),(1174,'N'),(1175,'N'),(1176,'N'),(1177,'N'),(1178,'N'),(1179,'N'),(1180,'N'),(1181,'N'),(1182,'N'),(1183,'N'),(1184,'N'),(1185,'N'),(1186,'N'),(1187,'N'),(1188,'N'),(1189,'N'),(1190,'N'),(1191,'N'),(1192,'N'),(1193,'N'),(1194,'N'),(1195,'N'),(1196,'N'),(1197,'N'),(1198,'N'),(1199,'N'),(1200,'N'),(1201,'N'),(1202,'N'),(1203,'N'),(1204,'N'),(1205,'N'),(1206,'N'),(1207,'N'),(1208,'N'),(1209,'N'),(1210,'N'),(1211,'N'),(1212,'N'),(1213,'N'),(1214,'N'),(1215,'N'),(1216,'N'),(1217,'N'),(1218,'N'),(1219,'Y'),(1220,'Y'),(1221,'Y'),(1222,'Y'),(1223,'Y'),(1224,'Y'),(1225,'Y'),(1226,'Y'),(1227,'Y'),(1228,'Y'),(1229,'Y'),(1230,'Y'),(1231,'Y'),(1232,'Y'),(1233,'Y'),(1234,'Y'),(1235,'Y'),(1236,'Y'),(1237,'Y'),(1238,'Y'),(1239,'Y'),(1240,'Y'),(1241,'Y'),(1242,'Y'),(1243,'Y'),(1244,'Y'),(1245,'Y'),(1246,'Y'),(1247,'Y'),(1248,'Y'),(1249,'Y'),(1250,'Y'),(1251,'Y'),(1252,'Y'),(1253,'Y'),(1254,'Y'),(1255,'Y'),(1256,'Y'),(1257,'Y'),(1258,'Y'),(1259,'Y'),(1260,'Y'),(1261,'Y'),(1262,'Y'),(1263,'Y'),(1264,'Y'),(1265,'Y'),(1266,'Y'),(1267,'Y'),(1268,'Y'),(1269,'Y'),(1270,'Y'),(1271,'Y'),(1272,'Y'),(1273,'Y'),(1274,'Y'),(1275,'Y'),(1276,'Y'),(1277,'Y'),(1278,'Y'),(1279,'Y'),(1280,'Y'),(1281,'Y'),(1282,'Y'),(1283,'Y'),(1284,'Y'),(1285,'Y'),(1286,'Y'),(1287,'Y'),(1288,'Y'),(1289,'Y'),(1290,'Y'),(1291,'Y'),(1292,'Y'),(1293,'Y'),(1294,'Y'),(1295,'Y'),(1296,'Y'),(1297,'Y'),(1298,'Y'),(1299,'Y'),(1300,'Y'),(1301,'Y'),(1302,'Y'),(1303,'Y'),(1304,'Y'),(1305,'Y'),(1306,'Y'),(1307,'Y'),(1308,'Y'),(1309,'Y'),(1310,'Y'),(1311,'Y'),(1312,'Y'),(1313,'Y'),(1314,'Y'),(1315,'Y'),(1316,'Y'),(1317,'Y'),(1318,'Y'),(1319,'Y'),(1320,'Y'),(1321,'Y'),(1322,'Y'),(1323,'Y'),(1324,'Y'),(1325,'Y'),(1326,'Y'),(1327,'Y'),(1328,'Y'),(1329,'Y'),(1330,'Y'),(1331,'Y'),(1332,'Y'),(1333,'Y'),(1334,'Y'),(1335,'Y'),(1336,'Y'),(1337,'Y'),(1338,'Y'),(1339,'Y'),(1340,'Y'),(1341,'Y'),(1342,'Y'),(1343,'Y'),(1344,'Y'),(1345,'Y'),(1346,'Y'),(1347,'Y'),(1348,'Y'),(1349,'Y'),(1350,'Y'),(1351,'Y'),(1352,'Y'),(1353,'Y'),(1354,'Y'),(1355,'Y'),(1356,'Y'),(1357,'Y'),(1358,'Y'),(1359,'Y'),(1360,'Y'),(1361,'Y'),(1362,'Y'),(1363,'Y'),(1364,'Y'),(1365,'Y'),(1366,'Y'),(1367,'Y'),(1368,'Y'),(1369,'Y'),(1370,'Y'),(1371,'Y'),(1372,'Y'),(1373,'Y'),(1374,'Y'),(1375,'Y'),(1376,'Y'),(1377,'Y'),(1378,'Y'),(1379,'Y'),(1380,'Y'),(1381,'Y'),(1382,'Y'),(1383,'Y'),(1384,'Y'),(1385,'Y'),(1386,'Y'),(1387,'Y'),(1388,'Y'),(1389,'Y'),(1390,'Y'),(1391,'Y'),(1392,'Y'),(1393,'Y'),(1394,'Y'),(1395,'Y'),(1396,'Y'),(1397,'Y'),(1398,'Y'),(1399,'Y'),(1400,'Y'),(1401,'Y'),(1402,'Y'),(1403,'Y'),(1404,'Y'),(1405,'Y'),(1406,'Y'),(1407,'Y'),(1408,'Y'),(1409,'Y'),(1410,'Y'),(1411,'Y'),(1412,'Y'),(1413,'Y'),(1414,'Y'),(1415,'Y'),(1416,'Y'),(1417,'Y'),(1418,'Y'),(1419,'Y'),(1420,'Y'),(1421,'Y'),(1422,'Y'),(1423,'Y'),(1424,'Y'),(1425,'Y'),(1426,'Y'),(1427,'Y'),(1428,'Y'),(1429,'Y'),(1430,'Y'),(1431,'Y'),(1432,'Y'),(1433,'Y'),(1434,'Y'),(1435,'Y'),(1436,'Y'),(1437,'Y'),(1438,'Y'),(1439,'Y'),(1440,'Y'),(1441,'Y'),(1442,'Y'),(1443,'Y'),(1444,'Y'),(1445,'Y'),(1446,'Y'),(1447,'Y'),(1448,'Y'),(1449,'Y'),(1450,'Y'),(1451,'Y'),(1452,'Y'),(1453,'Y'),(1454,'Y'),(1455,'Y'),(1456,'Y'),(1457,'Y'),(1458,'Y'),(1459,'Y'),(1460,'Y'),(1461,'Y'),(1462,'Y'),(1463,'Y'),(1464,'Y'),(1465,'Y'),(1466,'Y'),(1467,'Y'),(1468,'Y'),(1469,'Y'),(1470,'Y'),(1471,'Y'),(1472,'Y'),(1473,'Y'),(1474,'Y'),(1475,'Y'),(1476,'Y'),(1477,'Y'),(1478,'Y'),(1479,'Y'),(1480,'Y'),(1481,'Y'),(1482,'Y'),(1483,'Y'),(1484,'Y'),(1485,'Y'),(1486,'Y'),(1487,'Y'),(1488,'Y'),(1489,'Y'),(1490,'Y'),(1491,'Y'),(1492,'Y'),(1493,'Y'),(1494,'Y'),(1495,'Y'),(1496,'Y'),(1497,'Y'),(1498,'Y'),(1499,'Y'),(1500,'Y'),(1501,'Y'),(1502,'Y'),(1503,'Y'),(1504,'Y'),(1505,'Y'),(1506,'Y'),(1507,'Y'),(1508,'Y'),(1509,'Y'),(1510,'Y'),(1511,'Y'),(1512,'Y'),(1513,'Y'),(1514,'Y'),(1515,'Y'),(1516,'Y'),(1517,'Y'),(1518,'Y'),(1519,'Y'),(1520,'Y'),(1521,'Y'),(1522,'Y'),(1523,'Y'),(1524,'Y'),(1525,'Y'),(1526,'Y'),(1527,'Y'),(1528,'Y'),(1529,'Y'),(1530,'Y'),(1531,'Y'),(1532,'Y'),(1533,'Y'),(1534,'Y'),(1535,'Y'),(1536,'Y'),(1537,'Y'),(1538,'Y'),(1539,'Y'),(1540,'Y'),(1541,'Y'),(1542,'Y'),(1543,'Y'),(1544,'Y'),(1545,'Y'),(1546,'Y'),(1547,'Y'),(1548,'Y'),(1549,'Y'),(1550,'Y'),(1551,'Y'),(1552,'Y'),(1553,'Y'),(1554,'Y'),(1555,'Y'),(1556,'Y'),(1557,'Y'),(1558,'Y'),(1559,'Y'),(1560,'Y'),(1561,'Y'),(1562,'Y'),(1563,'Y'),(1564,'Y'),(1565,'Y'),(1566,'Y'),(1567,'Y'),(1568,'Y'),(1569,'Y'),(1570,'Y'),(1571,'Y'),(1572,'Y'),(1573,'Y'),(1574,'Y'),(1575,'Y'),(1576,'Y'),(1577,'Y'),(1578,'Y'),(1579,'Y'),(1580,'Y'),(1581,'Y'),(1582,'Y'),(1583,'Y'),(1584,'Y'),(1585,'Y'),(1586,'Y'),(1587,'Y'),(1588,'Y'),(1589,'Y'),(1590,'Y'),(1591,'Y'),(1592,'Y'),(1593,'Y'),(1594,'Y'),(1595,'Y'),(1596,'Y'),(1597,'Y'),(1598,'Y'),(1599,'Y'),(1600,'Y'),(1601,'Y'),(1602,'Y'),(1603,'Y'),(1604,'Y'),(1605,'Y'),(1606,'Y'),(1607,'Y'),(1608,'Y'),(1609,'Y'),(1610,'Y'),(1611,'Y'),(1612,'Y'),(1613,'Y'),(1614,'Y'),(1615,'Y'),(1616,'Y'),(1617,'Y'),(1618,'Y'),(1619,'Y'),(1620,'Y'),(1621,'Y'),(1622,'Y'),(1623,'Y'),(1624,'Y'),(1625,'Y'),(1626,'Y'),(1627,'Y'),(1628,'Y'),(1629,'Y'),(1630,'Y'),(1631,'Y'),(1632,'Y'),(1633,'Y'),(1634,'Y'),(1635,'Y'),(1636,'Y'),(1637,'Y'),(1638,'Y'),(1639,'Y'),(1640,'Y'),(1641,'Y'),(1642,'Y'),(1643,'Y'),(1644,'Y'),(1645,'Y'),(1646,'Y'),(1647,'Y'),(1648,'Y'),(1649,'Y'),(1650,'Y'),(1651,'Y'),(1652,'Y'),(1653,'Y'),(1654,'Y'),(1655,'Y'),(1656,'Y'),(1657,'Y'),(1658,'Y'),(1659,'Y'),(1660,'Y'),(1661,'Y'),(1662,'Y'),(1663,'Y'),(1664,'Y'),(1665,'Y'),(1666,'Y'),(1667,'Y'),(1668,'Y'),(1669,'Y'),(1670,'Y'),(1671,'Y'),(1672,'Y'),(1673,'Y'),(1674,'Y'),(1675,'Y'),(1676,'Y'),(1677,'Y'),(1678,'Y'),(1679,'Y'),(1680,'Y'),(1681,'Y'),(1682,'Y'),(1683,'Y'),(1684,'Y'),(1685,'Y'),(1686,'Y'),(1687,'Y'),(1688,'Y'),(1689,'Y'),(1690,'Y'),(1691,'Y'),(1692,'Y'),(1693,'Y'),(1694,'Y'),(1695,'Y'),(1696,'Y'),(1697,'Y'),(1698,'Y'),(1699,'Y'),(1700,'Y'),(1701,'Y'),(1702,'Y'),(1703,'Y'),(1704,'Y'),(1705,'Y'),(1706,'Y'),(1707,'Y'),(1708,'Y'),(1709,'Y'),(1710,'Y'),(1711,'Y'),(1712,'Y'),(1713,'Y'),(1714,'Y'),(1715,'Y'),(1716,'Y'),(1717,'Y'),(1718,'Y'),(1719,'Y'),(1720,'Y'),(1721,'Y'),(1722,'Y'),(1723,'Y'),(1724,'Y'),(1725,'Y'),(1726,'Y'),(1727,'Y'),(1728,'Y'),(1729,'Y'),(1730,'Y'),(1731,'Y'),(1732,'Y'),(1733,'Y'),(1734,'Y'),(1735,'Y'),(1736,'Y'),(1737,'Y'),(1738,'Y'),(1739,'Y'),(1740,'Y'),(1741,'Y'),(1742,'Y'),(1743,'Y'),(1744,'Y'),(1745,'Y'),(1746,'Y'),(1747,'Y'),(1748,'Y'),(1749,'Y'),(1750,'Y'),(1751,'Y'),(1752,'Y'),(1753,'Y'),(1754,'Y'),(1755,'Y'),(1756,'Y'),(1757,'Y'),(1758,'Y'),(1759,'Y'),(1760,'Y'),(1761,'Y'),(1762,'Y'),(1763,'Y'),(1764,'Y'),(1765,'Y'),(1766,'Y'),(1767,'Y'),(1768,'Y'),(1769,'Y'),(1770,'Y'),(1771,'Y'),(1772,'Y'),(1773,'Y'),(1774,'Y'),(1775,'Y'),(1776,'Y'),(1777,'Y'),(1778,'Y'),(1779,'Y'),(1780,'Y'),(1781,'Y'),(1782,'Y'),(1783,'Y'),(1784,'Y'),(1785,'Y'),(1786,'Y'),(1787,'Y'),(1788,'Y'),(1789,'Y'),(1790,'Y'),(1791,'Y'),(1792,'Y'),(1793,'Y'),(1794,'Y'),(1795,'Y'),(1796,'Y'),(1797,'Y'),(1798,'Y'),(1799,'Y'),(1800,'Y'),(1801,'Y'),(1802,'Y'),(1803,'Y'),(1804,'Y'),(1805,'Y'),(1806,'Y'),(1807,'Y'),(1808,'Y'),(1809,'Y'),(1810,'Y'),(1811,'Y'),(1812,'Y'),(1813,'Y'),(1814,'Y'),(1815,'Y'),(1816,'Y'),(1817,'Y'),(1818,'Y'),(1819,'Y'),(1820,'Y'),(1821,'Y'),(1822,'Y'),(1823,'Y'),(1824,'Y'),(1825,'Y'),(1826,'Y');
+INSERT INTO `time_zone` VALUES (1,'N'),(2,'N'),(3,'N'),(4,'N'),(5,'N'),(6,'N'),(7,'N'),(8,'N'),(9,'N'),(10,'N'),(11,'N'),(12,'N'),(13,'N'),(14,'N'),(15,'N'),(16,'N'),(17,'N'),(18,'N'),(19,'N'),(20,'N'),(21,'N'),(22,'N'),(23,'N'),(24,'N'),(25,'N'),(26,'N'),(27,'N'),(28,'N'),(29,'N'),(30,'N'),(31,'N'),(32,'N'),(33,'N'),(34,'N'),(35,'N'),(36,'N'),(37,'N'),(38,'N'),(39,'N'),(40,'N'),(41,'N'),(42,'N'),(43,'N'),(44,'N'),(45,'N'),(46,'N'),(47,'N'),(48,'N'),(49,'N'),(50,'N'),(51,'N'),(52,'N'),(53,'N'),(54,'N'),(55,'N'),(56,'N'),(57,'N'),(58,'N'),(59,'N'),(60,'N'),(61,'N'),(62,'N'),(63,'N'),(64,'N'),(65,'N'),(66,'N'),(67,'N'),(68,'N'),(69,'N'),(70,'N'),(71,'N'),(72,'N'),(73,'N'),(74,'N'),(75,'N'),(76,'N'),(77,'N'),(78,'N'),(79,'N'),(80,'N'),(81,'N'),(82,'N'),(83,'N'),(84,'N'),(85,'N'),(86,'N'),(87,'N'),(88,'N'),(89,'N'),(90,'N'),(91,'N'),(92,'N'),(93,'N'),(94,'N'),(95,'N'),(96,'N'),(97,'N'),(98,'N'),(99,'N'),(100,'N'),(101,'N'),(102,'N'),(103,'N'),(104,'N'),(105,'N'),(106,'N'),(107,'N'),(108,'N'),(109,'N'),(110,'N'),(111,'N'),(112,'N'),(113,'N'),(114,'N'),(115,'N'),(116,'N'),(117,'N'),(118,'N'),(119,'N'),(120,'N'),(121,'N'),(122,'N'),(123,'N'),(124,'N'),(125,'N'),(126,'N'),(127,'N'),(128,'N'),(129,'N'),(130,'N'),(131,'N'),(132,'N'),(133,'N'),(134,'N'),(135,'N'),(136,'N'),(137,'N'),(138,'N'),(139,'N'),(140,'N'),(141,'N'),(142,'N'),(143,'N'),(144,'N'),(145,'N'),(146,'N'),(147,'N'),(148,'N'),(149,'N'),(150,'N'),(151,'N'),(152,'N'),(153,'N'),(154,'N'),(155,'N'),(156,'N'),(157,'N'),(158,'N'),(159,'N'),(160,'N'),(161,'N'),(162,'N'),(163,'N'),(164,'N'),(165,'N'),(166,'N'),(167,'N'),(168,'N'),(169,'N'),(170,'N'),(171,'N'),(172,'N'),(173,'N'),(174,'N'),(175,'N'),(176,'N'),(177,'N'),(178,'N'),(179,'N'),(180,'N'),(181,'N'),(182,'N'),(183,'N'),(184,'N'),(185,'N'),(186,'N'),(187,'N'),(188,'N'),(189,'N'),(190,'N'),(191,'N'),(192,'N'),(193,'N'),(194,'N'),(195,'N'),(196,'N'),(197,'N'),(198,'N'),(199,'N'),(200,'N'),(201,'N'),(202,'N'),(203,'N'),(204,'N'),(205,'N'),(206,'N'),(207,'N'),(208,'N'),(209,'N'),(210,'N'),(211,'N'),(212,'N'),(213,'N'),(214,'N'),(215,'N'),(216,'N'),(217,'N'),(218,'N'),(219,'N'),(220,'N'),(221,'N'),(222,'N'),(223,'N'),(224,'N'),(225,'N'),(226,'N'),(227,'N'),(228,'N'),(229,'N'),(230,'N'),(231,'N'),(232,'N'),(233,'N'),(234,'N'),(235,'N'),(236,'N'),(237,'N'),(238,'N'),(239,'N'),(240,'N'),(241,'N'),(242,'N'),(243,'N'),(244,'N'),(245,'N'),(246,'N'),(247,'N'),(248,'N'),(249,'N'),(250,'N'),(251,'N'),(252,'N'),(253,'N'),(254,'N'),(255,'N'),(256,'N'),(257,'N'),(258,'N'),(259,'N'),(260,'N'),(261,'N'),(262,'N'),(263,'N'),(264,'N'),(265,'N'),(266,'N'),(267,'N'),(268,'N'),(269,'N'),(270,'N'),(271,'N'),(272,'N'),(273,'N'),(274,'N'),(275,'N'),(276,'N'),(277,'N'),(278,'N'),(279,'N'),(280,'N'),(281,'N'),(282,'N'),(283,'N'),(284,'N'),(285,'N'),(286,'N'),(287,'N'),(288,'N'),(289,'N'),(290,'N'),(291,'N'),(292,'N'),(293,'N'),(294,'N'),(295,'N'),(296,'N'),(297,'N'),(298,'N'),(299,'N'),(300,'N'),(301,'N'),(302,'N'),(303,'N'),(304,'N'),(305,'N'),(306,'N'),(307,'N'),(308,'N'),(309,'N'),(310,'N'),(311,'N'),(312,'N'),(313,'N'),(314,'N'),(315,'N'),(316,'N'),(317,'N'),(318,'N'),(319,'N'),(320,'N'),(321,'N'),(322,'N'),(323,'N'),(324,'N'),(325,'N'),(326,'N'),(327,'N'),(328,'N'),(329,'N'),(330,'N'),(331,'N'),(332,'N'),(333,'N'),(334,'N'),(335,'N'),(336,'N'),(337,'N'),(338,'N'),(339,'N'),(340,'N'),(341,'N'),(342,'N'),(343,'N'),(344,'N'),(345,'N'),(346,'N'),(347,'N'),(348,'N'),(349,'N'),(350,'N'),(351,'N'),(352,'N'),(353,'N'),(354,'N'),(355,'N'),(356,'N'),(357,'N'),(358,'N'),(359,'N'),(360,'N'),(361,'N'),(362,'N'),(363,'N'),(364,'N'),(365,'N'),(366,'N'),(367,'N'),(368,'N'),(369,'N'),(370,'N'),(371,'N'),(372,'N'),(373,'N'),(374,'N'),(375,'N'),(376,'N'),(377,'N'),(378,'N'),(379,'N'),(380,'N'),(381,'N'),(382,'N'),(383,'N'),(384,'N'),(385,'N'),(386,'N'),(387,'N'),(388,'N'),(389,'N'),(390,'N'),(391,'N'),(392,'N'),(393,'N'),(394,'N'),(395,'N'),(396,'N'),(397,'N'),(398,'N'),(399,'N'),(400,'N'),(401,'N'),(402,'N'),(403,'N'),(404,'N'),(405,'N'),(406,'N'),(407,'N'),(408,'N'),(409,'N'),(410,'N'),(411,'N'),(412,'N'),(413,'N'),(414,'N'),(415,'N'),(416,'N'),(417,'N'),(418,'N'),(419,'N'),(420,'N'),(421,'N'),(422,'N'),(423,'N'),(424,'N'),(425,'N'),(426,'N'),(427,'N'),(428,'N'),(429,'N'),(430,'N'),(431,'N'),(432,'N'),(433,'N'),(434,'N'),(435,'N'),(436,'N'),(437,'N'),(438,'N'),(439,'N'),(440,'N'),(441,'N'),(442,'N'),(443,'N'),(444,'N'),(445,'N'),(446,'N'),(447,'N'),(448,'N'),(449,'N'),(450,'N'),(451,'N'),(452,'N'),(453,'N'),(454,'N'),(455,'N'),(456,'N'),(457,'N'),(458,'N'),(459,'N'),(460,'N'),(461,'N'),(462,'N'),(463,'N'),(464,'N'),(465,'N'),(466,'N'),(467,'N'),(468,'N'),(469,'N'),(470,'N'),(471,'N'),(472,'N'),(473,'N'),(474,'N'),(475,'N'),(476,'N'),(477,'N'),(478,'N'),(479,'N'),(480,'N'),(481,'N'),(482,'N'),(483,'N'),(484,'N'),(485,'N'),(486,'N'),(487,'N'),(488,'N'),(489,'N'),(490,'N'),(491,'N'),(492,'N'),(493,'N'),(494,'N'),(495,'N'),(496,'N'),(497,'N'),(498,'N'),(499,'N'),(500,'N'),(501,'N'),(502,'N'),(503,'N'),(504,'N'),(505,'N'),(506,'N'),(507,'N'),(508,'N'),(509,'N'),(510,'N'),(511,'N'),(512,'N'),(513,'N'),(514,'N'),(515,'N'),(516,'N'),(517,'N'),(518,'N'),(519,'N'),(520,'N'),(521,'N'),(522,'N'),(523,'N'),(524,'N'),(525,'N'),(526,'N'),(527,'N'),(528,'N'),(529,'N'),(530,'N'),(531,'N'),(532,'N'),(533,'N'),(534,'N'),(535,'N'),(536,'N'),(537,'N'),(538,'N'),(539,'N'),(540,'N'),(541,'N'),(542,'N'),(543,'N'),(544,'N'),(545,'N'),(546,'N'),(547,'N'),(548,'N'),(549,'N'),(550,'N'),(551,'N'),(552,'N'),(553,'N'),(554,'N'),(555,'N'),(556,'N'),(557,'N'),(558,'N'),(559,'N'),(560,'N'),(561,'N'),(562,'N'),(563,'N'),(564,'N'),(565,'N'),(566,'N'),(567,'N'),(568,'N'),(569,'N'),(570,'N'),(571,'N'),(572,'N'),(573,'N'),(574,'N'),(575,'N'),(576,'N'),(577,'N'),(578,'N'),(579,'N'),(580,'N'),(581,'N'),(582,'N'),(583,'N'),(584,'N'),(585,'N'),(586,'N'),(587,'N'),(588,'N'),(589,'N'),(590,'N'),(591,'N'),(592,'N'),(593,'N'),(594,'N'),(595,'N'),(596,'N'),(597,'N'),(598,'N'),(599,'N'),(600,'N'),(601,'N'),(602,'N'),(603,'N'),(604,'N'),(605,'N'),(606,'N'),(607,'N'),(608,'N'),(609,'N'),(610,'N'),(611,'N'),(612,'N'),(613,'N'),(614,'N'),(615,'N'),(616,'N'),(617,'N'),(618,'N'),(619,'N'),(620,'N'),(621,'N'),(622,'N'),(623,'N'),(624,'N'),(625,'N'),(626,'N'),(627,'N'),(628,'N'),(629,'N'),(630,'N'),(631,'N'),(632,'N'),(633,'N'),(634,'N'),(635,'N'),(636,'N'),(637,'N'),(638,'N'),(639,'N'),(640,'N'),(641,'N'),(642,'N'),(643,'N'),(644,'N'),(645,'N'),(646,'N'),(647,'N'),(648,'N'),(649,'N'),(650,'N'),(651,'N'),(652,'N'),(653,'N'),(654,'N'),(655,'N'),(656,'N'),(657,'N'),(658,'N'),(659,'N'),(660,'N'),(661,'N'),(662,'N'),(663,'N'),(664,'N'),(665,'N'),(666,'N'),(667,'N'),(668,'N'),(669,'N'),(670,'N'),(671,'N'),(672,'N'),(673,'N'),(674,'N'),(675,'N'),(676,'N'),(677,'N'),(678,'N'),(679,'N'),(680,'N'),(681,'N'),(682,'N'),(683,'N'),(684,'N'),(685,'N'),(686,'N'),(687,'N'),(688,'N'),(689,'N'),(690,'N'),(691,'N'),(692,'N'),(693,'N'),(694,'N'),(695,'N'),(696,'N'),(697,'N'),(698,'N'),(699,'N'),(700,'N'),(701,'N'),(702,'N'),(703,'N'),(704,'N'),(705,'N'),(706,'N'),(707,'N'),(708,'N'),(709,'N'),(710,'N'),(711,'N'),(712,'N'),(713,'N'),(714,'N'),(715,'N'),(716,'N'),(717,'N'),(718,'N'),(719,'N'),(720,'N'),(721,'N'),(722,'N'),(723,'N'),(724,'N'),(725,'N'),(726,'N'),(727,'N'),(728,'N'),(729,'N'),(730,'N'),(731,'N'),(732,'N'),(733,'N'),(734,'N'),(735,'N'),(736,'N'),(737,'N'),(738,'N'),(739,'N'),(740,'N'),(741,'N'),(742,'N'),(743,'N'),(744,'N'),(745,'N'),(746,'N'),(747,'N'),(748,'N'),(749,'N'),(750,'N'),(751,'N'),(752,'N'),(753,'N'),(754,'N'),(755,'N'),(756,'N'),(757,'N'),(758,'N'),(759,'N'),(760,'N'),(761,'N'),(762,'N'),(763,'N'),(764,'N'),(765,'N'),(766,'N'),(767,'N'),(768,'N'),(769,'N'),(770,'N'),(771,'N'),(772,'N'),(773,'N'),(774,'N'),(775,'N'),(776,'N'),(777,'N'),(778,'N'),(779,'N'),(780,'N'),(781,'N'),(782,'N'),(783,'N'),(784,'N'),(785,'N'),(786,'N'),(787,'N'),(788,'N'),(789,'N'),(790,'N'),(791,'N'),(792,'N'),(793,'N'),(794,'N'),(795,'N'),(796,'N'),(797,'N'),(798,'N'),(799,'N'),(800,'N'),(801,'N'),(802,'N'),(803,'N'),(804,'N'),(805,'N'),(806,'N'),(807,'N'),(808,'N'),(809,'N'),(810,'N'),(811,'N'),(812,'N'),(813,'N'),(814,'N'),(815,'N'),(816,'N'),(817,'N'),(818,'N'),(819,'N'),(820,'N'),(821,'N'),(822,'N'),(823,'N'),(824,'N'),(825,'N'),(826,'N'),(827,'N'),(828,'N'),(829,'N'),(830,'N'),(831,'N'),(832,'N'),(833,'N'),(834,'N'),(835,'N'),(836,'N'),(837,'N'),(838,'N'),(839,'N'),(840,'N'),(841,'N'),(842,'N'),(843,'N'),(844,'N'),(845,'N'),(846,'N'),(847,'N'),(848,'N'),(849,'N'),(850,'N'),(851,'N'),(852,'N'),(853,'N'),(854,'N'),(855,'N'),(856,'N'),(857,'N'),(858,'N'),(859,'N'),(860,'N'),(861,'N'),(862,'N'),(863,'N'),(864,'N'),(865,'N'),(866,'N'),(867,'N'),(868,'N'),(869,'N'),(870,'N'),(871,'N'),(872,'N'),(873,'N'),(874,'N'),(875,'N'),(876,'N'),(877,'N'),(878,'N'),(879,'N'),(880,'N'),(881,'N'),(882,'N'),(883,'N'),(884,'N'),(885,'N'),(886,'N'),(887,'N'),(888,'N'),(889,'N'),(890,'N'),(891,'N'),(892,'N'),(893,'N'),(894,'N'),(895,'N'),(896,'N'),(897,'N'),(898,'N'),(899,'N'),(900,'N'),(901,'N'),(902,'N'),(903,'N'),(904,'N'),(905,'N'),(906,'N'),(907,'N'),(908,'N'),(909,'N'),(910,'N'),(911,'N'),(912,'N'),(913,'N'),(914,'N'),(915,'N'),(916,'N'),(917,'N'),(918,'N'),(919,'N'),(920,'N'),(921,'N'),(922,'N'),(923,'N'),(924,'N'),(925,'N'),(926,'N'),(927,'N'),(928,'N'),(929,'N'),(930,'N'),(931,'N'),(932,'N'),(933,'N'),(934,'N'),(935,'N'),(936,'N'),(937,'N'),(938,'N'),(939,'N'),(940,'N'),(941,'N'),(942,'N'),(943,'N'),(944,'N'),(945,'N'),(946,'N'),(947,'N'),(948,'N'),(949,'N'),(950,'N'),(951,'N'),(952,'N'),(953,'N'),(954,'N'),(955,'N'),(956,'N'),(957,'N'),(958,'N'),(959,'N'),(960,'N'),(961,'N'),(962,'N'),(963,'N'),(964,'N'),(965,'N'),(966,'N'),(967,'N'),(968,'N'),(969,'N'),(970,'N'),(971,'N'),(972,'N'),(973,'N'),(974,'N'),(975,'N'),(976,'N'),(977,'N'),(978,'N'),(979,'N'),(980,'N'),(981,'N'),(982,'N'),(983,'N'),(984,'N'),(985,'N'),(986,'N'),(987,'N'),(988,'N'),(989,'N'),(990,'N'),(991,'N'),(992,'N'),(993,'N'),(994,'N'),(995,'N'),(996,'N'),(997,'N'),(998,'N'),(999,'N'),(1000,'N'),(1001,'N'),(1002,'N'),(1003,'N'),(1004,'N'),(1005,'N'),(1006,'N'),(1007,'N'),(1008,'N'),(1009,'N'),(1010,'N'),(1011,'N'),(1012,'N'),(1013,'N'),(1014,'N'),(1015,'N'),(1016,'N'),(1017,'N'),(1018,'N'),(1019,'N'),(1020,'N'),(1021,'N'),(1022,'N'),(1023,'N'),(1024,'N'),(1025,'N'),(1026,'N'),(1027,'N'),(1028,'N'),(1029,'N'),(1030,'N'),(1031,'N'),(1032,'N'),(1033,'N'),(1034,'N'),(1035,'N'),(1036,'N'),(1037,'N'),(1038,'N'),(1039,'N'),(1040,'N'),(1041,'N'),(1042,'N'),(1043,'N'),(1044,'N'),(1045,'N'),(1046,'N'),(1047,'N'),(1048,'N'),(1049,'N'),(1050,'N'),(1051,'N'),(1052,'N'),(1053,'N'),(1054,'N'),(1055,'N'),(1056,'N'),(1057,'N'),(1058,'N'),(1059,'N'),(1060,'N'),(1061,'N'),(1062,'N'),(1063,'N'),(1064,'N'),(1065,'N'),(1066,'N'),(1067,'N'),(1068,'N'),(1069,'N'),(1070,'N'),(1071,'N'),(1072,'N'),(1073,'N'),(1074,'N'),(1075,'N'),(1076,'N'),(1077,'N'),(1078,'N'),(1079,'N'),(1080,'N'),(1081,'N'),(1082,'N'),(1083,'N'),(1084,'N'),(1085,'N'),(1086,'N'),(1087,'N'),(1088,'N'),(1089,'N'),(1090,'N'),(1091,'N'),(1092,'N'),(1093,'N'),(1094,'N'),(1095,'N'),(1096,'N'),(1097,'N'),(1098,'N'),(1099,'N'),(1100,'N'),(1101,'N'),(1102,'N'),(1103,'N'),(1104,'N'),(1105,'N'),(1106,'N'),(1107,'N'),(1108,'N'),(1109,'N'),(1110,'N'),(1111,'N'),(1112,'N'),(1113,'N'),(1114,'N'),(1115,'N'),(1116,'N'),(1117,'N'),(1118,'N'),(1119,'N'),(1120,'N'),(1121,'N'),(1122,'N'),(1123,'N'),(1124,'N'),(1125,'N'),(1126,'N'),(1127,'N'),(1128,'N'),(1129,'N'),(1130,'N'),(1131,'N'),(1132,'N'),(1133,'N'),(1134,'N'),(1135,'N'),(1136,'N'),(1137,'N'),(1138,'N'),(1139,'N'),(1140,'N'),(1141,'N'),(1142,'N'),(1143,'N'),(1144,'N'),(1145,'N'),(1146,'N'),(1147,'N'),(1148,'N'),(1149,'N'),(1150,'N'),(1151,'N'),(1152,'N'),(1153,'N'),(1154,'N'),(1155,'N'),(1156,'N'),(1157,'N'),(1158,'N'),(1159,'N'),(1160,'N'),(1161,'N'),(1162,'N'),(1163,'N'),(1164,'N'),(1165,'N'),(1166,'N'),(1167,'N'),(1168,'N'),(1169,'N'),(1170,'N'),(1171,'N'),(1172,'N'),(1173,'N'),(1174,'N'),(1175,'N'),(1176,'N'),(1177,'N'),(1178,'N'),(1179,'N'),(1180,'N'),(1181,'N'),(1182,'N'),(1183,'N'),(1184,'N'),(1185,'N'),(1186,'N'),(1187,'N'),(1188,'N'),(1189,'N'),(1190,'Y'),(1191,'Y'),(1192,'Y'),(1193,'Y'),(1194,'Y'),(1195,'Y'),(1196,'Y'),(1197,'Y'),(1198,'Y'),(1199,'Y'),(1200,'Y'),(1201,'Y'),(1202,'Y'),(1203,'Y'),(1204,'Y'),(1205,'Y'),(1206,'Y'),(1207,'Y'),(1208,'Y'),(1209,'Y'),(1210,'Y'),(1211,'Y'),(1212,'Y'),(1213,'Y'),(1214,'Y'),(1215,'Y'),(1216,'Y'),(1217,'Y'),(1218,'Y'),(1219,'Y'),(1220,'Y'),(1221,'Y'),(1222,'Y'),(1223,'Y'),(1224,'Y'),(1225,'Y'),(1226,'Y'),(1227,'Y'),(1228,'Y'),(1229,'Y'),(1230,'Y'),(1231,'Y'),(1232,'Y'),(1233,'Y'),(1234,'Y'),(1235,'Y'),(1236,'Y'),(1237,'Y'),(1238,'Y'),(1239,'Y'),(1240,'Y'),(1241,'Y'),(1242,'Y'),(1243,'Y'),(1244,'Y'),(1245,'Y'),(1246,'Y'),(1247,'Y'),(1248,'Y'),(1249,'Y'),(1250,'Y'),(1251,'Y'),(1252,'Y'),(1253,'Y'),(1254,'Y'),(1255,'Y'),(1256,'Y'),(1257,'Y'),(1258,'Y'),(1259,'Y'),(1260,'Y'),(1261,'Y'),(1262,'Y'),(1263,'Y'),(1264,'Y'),(1265,'Y'),(1266,'Y'),(1267,'Y'),(1268,'Y'),(1269,'Y'),(1270,'Y'),(1271,'Y'),(1272,'Y'),(1273,'Y'),(1274,'Y'),(1275,'Y'),(1276,'Y'),(1277,'Y'),(1278,'Y'),(1279,'Y'),(1280,'Y'),(1281,'Y'),(1282,'Y'),(1283,'Y'),(1284,'Y'),(1285,'Y'),(1286,'Y'),(1287,'Y'),(1288,'Y'),(1289,'Y'),(1290,'Y'),(1291,'Y'),(1292,'Y'),(1293,'Y'),(1294,'Y'),(1295,'Y'),(1296,'Y'),(1297,'Y'),(1298,'Y'),(1299,'Y'),(1300,'Y'),(1301,'Y'),(1302,'Y'),(1303,'Y'),(1304,'Y'),(1305,'Y'),(1306,'Y'),(1307,'Y'),(1308,'Y'),(1309,'Y'),(1310,'Y'),(1311,'Y'),(1312,'Y'),(1313,'Y'),(1314,'Y'),(1315,'Y'),(1316,'Y'),(1317,'Y'),(1318,'Y'),(1319,'Y'),(1320,'Y'),(1321,'Y'),(1322,'Y'),(1323,'Y'),(1324,'Y'),(1325,'Y'),(1326,'Y'),(1327,'Y'),(1328,'Y'),(1329,'Y'),(1330,'Y'),(1331,'Y'),(1332,'Y'),(1333,'Y'),(1334,'Y'),(1335,'Y'),(1336,'Y'),(1337,'Y'),(1338,'Y'),(1339,'Y'),(1340,'Y'),(1341,'Y'),(1342,'Y'),(1343,'Y'),(1344,'Y'),(1345,'Y'),(1346,'Y'),(1347,'Y'),(1348,'Y'),(1349,'Y'),(1350,'Y'),(1351,'Y'),(1352,'Y'),(1353,'Y'),(1354,'Y'),(1355,'Y'),(1356,'Y'),(1357,'Y'),(1358,'Y'),(1359,'Y'),(1360,'Y'),(1361,'Y'),(1362,'Y'),(1363,'Y'),(1364,'Y'),(1365,'Y'),(1366,'Y'),(1367,'Y'),(1368,'Y'),(1369,'Y'),(1370,'Y'),(1371,'Y'),(1372,'Y'),(1373,'Y'),(1374,'Y'),(1375,'Y'),(1376,'Y'),(1377,'Y'),(1378,'Y'),(1379,'Y'),(1380,'Y'),(1381,'Y'),(1382,'Y'),(1383,'Y'),(1384,'Y'),(1385,'Y'),(1386,'Y'),(1387,'Y'),(1388,'Y'),(1389,'Y'),(1390,'Y'),(1391,'Y'),(1392,'Y'),(1393,'Y'),(1394,'Y'),(1395,'Y'),(1396,'Y'),(1397,'Y'),(1398,'Y'),(1399,'Y'),(1400,'Y'),(1401,'Y'),(1402,'Y'),(1403,'Y'),(1404,'Y'),(1405,'Y'),(1406,'Y'),(1407,'Y'),(1408,'Y'),(1409,'Y'),(1410,'Y'),(1411,'Y'),(1412,'Y'),(1413,'Y'),(1414,'Y'),(1415,'Y'),(1416,'Y'),(1417,'Y'),(1418,'Y'),(1419,'Y'),(1420,'Y'),(1421,'Y'),(1422,'Y'),(1423,'Y'),(1424,'Y'),(1425,'Y'),(1426,'Y'),(1427,'Y'),(1428,'Y'),(1429,'Y'),(1430,'Y'),(1431,'Y'),(1432,'Y'),(1433,'Y'),(1434,'Y'),(1435,'Y'),(1436,'Y'),(1437,'Y'),(1438,'Y'),(1439,'Y'),(1440,'Y'),(1441,'Y'),(1442,'Y'),(1443,'Y'),(1444,'Y'),(1445,'Y'),(1446,'Y'),(1447,'Y'),(1448,'Y'),(1449,'Y'),(1450,'Y'),(1451,'Y'),(1452,'Y'),(1453,'Y'),(1454,'Y'),(1455,'Y'),(1456,'Y'),(1457,'Y'),(1458,'Y'),(1459,'Y'),(1460,'Y'),(1461,'Y'),(1462,'Y'),(1463,'Y'),(1464,'Y'),(1465,'Y'),(1466,'Y'),(1467,'Y'),(1468,'Y'),(1469,'Y'),(1470,'Y'),(1471,'Y'),(1472,'Y'),(1473,'Y'),(1474,'Y'),(1475,'Y'),(1476,'Y'),(1477,'Y'),(1478,'Y'),(1479,'Y'),(1480,'Y'),(1481,'Y'),(1482,'Y'),(1483,'Y'),(1484,'Y'),(1485,'Y'),(1486,'Y'),(1487,'Y'),(1488,'Y'),(1489,'Y'),(1490,'Y'),(1491,'Y'),(1492,'Y'),(1493,'Y'),(1494,'Y'),(1495,'Y'),(1496,'Y'),(1497,'Y'),(1498,'Y'),(1499,'Y'),(1500,'Y'),(1501,'Y'),(1502,'Y'),(1503,'Y'),(1504,'Y'),(1505,'Y'),(1506,'Y'),(1507,'Y'),(1508,'Y'),(1509,'Y'),(1510,'Y'),(1511,'Y'),(1512,'Y'),(1513,'Y'),(1514,'Y'),(1515,'Y'),(1516,'Y'),(1517,'Y'),(1518,'Y'),(1519,'Y'),(1520,'Y'),(1521,'Y'),(1522,'Y'),(1523,'Y'),(1524,'Y'),(1525,'Y'),(1526,'Y'),(1527,'Y'),(1528,'Y'),(1529,'Y'),(1530,'Y'),(1531,'Y'),(1532,'Y'),(1533,'Y'),(1534,'Y'),(1535,'Y'),(1536,'Y'),(1537,'Y'),(1538,'Y'),(1539,'Y'),(1540,'Y'),(1541,'Y'),(1542,'Y'),(1543,'Y'),(1544,'Y'),(1545,'Y'),(1546,'Y'),(1547,'Y'),(1548,'Y'),(1549,'Y'),(1550,'Y'),(1551,'Y'),(1552,'Y'),(1553,'Y'),(1554,'Y'),(1555,'Y'),(1556,'Y'),(1557,'Y'),(1558,'Y'),(1559,'Y'),(1560,'Y'),(1561,'Y'),(1562,'Y'),(1563,'Y'),(1564,'Y'),(1565,'Y'),(1566,'Y'),(1567,'Y'),(1568,'Y'),(1569,'Y'),(1570,'Y'),(1571,'Y'),(1572,'Y'),(1573,'Y'),(1574,'Y'),(1575,'Y'),(1576,'Y'),(1577,'Y'),(1578,'Y'),(1579,'Y'),(1580,'Y'),(1581,'Y'),(1582,'Y'),(1583,'Y'),(1584,'Y'),(1585,'Y'),(1586,'Y'),(1587,'Y'),(1588,'Y'),(1589,'Y'),(1590,'Y'),(1591,'Y'),(1592,'Y'),(1593,'Y'),(1594,'Y'),(1595,'Y'),(1596,'Y'),(1597,'Y'),(1598,'Y'),(1599,'Y'),(1600,'Y'),(1601,'Y'),(1602,'Y'),(1603,'Y'),(1604,'Y'),(1605,'Y'),(1606,'Y'),(1607,'Y'),(1608,'Y'),(1609,'Y'),(1610,'Y'),(1611,'Y'),(1612,'Y'),(1613,'Y'),(1614,'Y'),(1615,'Y'),(1616,'Y'),(1617,'Y'),(1618,'Y'),(1619,'Y'),(1620,'Y'),(1621,'Y'),(1622,'Y'),(1623,'Y'),(1624,'Y'),(1625,'Y'),(1626,'Y'),(1627,'Y'),(1628,'Y'),(1629,'Y'),(1630,'Y'),(1631,'Y'),(1632,'Y'),(1633,'Y'),(1634,'Y'),(1635,'Y'),(1636,'Y'),(1637,'Y'),(1638,'Y'),(1639,'Y'),(1640,'Y'),(1641,'Y'),(1642,'Y'),(1643,'Y'),(1644,'Y'),(1645,'Y'),(1646,'Y'),(1647,'Y'),(1648,'Y'),(1649,'Y'),(1650,'Y'),(1651,'Y'),(1652,'Y'),(1653,'Y'),(1654,'Y'),(1655,'Y'),(1656,'Y'),(1657,'Y'),(1658,'Y'),(1659,'Y'),(1660,'Y'),(1661,'Y'),(1662,'Y'),(1663,'Y'),(1664,'Y'),(1665,'Y'),(1666,'Y'),(1667,'Y'),(1668,'Y'),(1669,'Y'),(1670,'Y'),(1671,'Y'),(1672,'Y'),(1673,'Y'),(1674,'Y'),(1675,'Y'),(1676,'Y'),(1677,'Y'),(1678,'Y'),(1679,'Y'),(1680,'Y'),(1681,'Y'),(1682,'Y'),(1683,'Y'),(1684,'Y'),(1685,'Y'),(1686,'Y'),(1687,'Y'),(1688,'Y'),(1689,'Y'),(1690,'Y'),(1691,'Y'),(1692,'Y'),(1693,'Y'),(1694,'Y'),(1695,'Y'),(1696,'Y'),(1697,'Y'),(1698,'Y'),(1699,'Y'),(1700,'Y'),(1701,'Y'),(1702,'Y'),(1703,'Y'),(1704,'Y'),(1705,'Y'),(1706,'Y'),(1707,'Y'),(1708,'Y'),(1709,'Y'),(1710,'Y'),(1711,'Y'),(1712,'Y'),(1713,'Y'),(1714,'Y'),(1715,'Y'),(1716,'Y'),(1717,'Y'),(1718,'Y'),(1719,'Y'),(1720,'Y'),(1721,'Y'),(1722,'Y'),(1723,'Y'),(1724,'Y'),(1725,'Y'),(1726,'Y'),(1727,'Y'),(1728,'Y'),(1729,'Y'),(1730,'Y'),(1731,'Y'),(1732,'Y'),(1733,'Y'),(1734,'Y'),(1735,'Y'),(1736,'Y'),(1737,'Y'),(1738,'Y'),(1739,'Y'),(1740,'Y'),(1741,'Y'),(1742,'Y'),(1743,'Y'),(1744,'Y'),(1745,'Y'),(1746,'Y'),(1747,'Y'),(1748,'Y'),(1749,'Y'),(1750,'Y'),(1751,'Y'),(1752,'Y'),(1753,'Y'),(1754,'Y'),(1755,'Y'),(1756,'Y'),(1757,'Y'),(1758,'Y'),(1759,'Y'),(1760,'Y'),(1761,'Y'),(1762,'Y'),(1763,'Y'),(1764,'Y'),(1765,'Y'),(1766,'Y'),(1767,'Y'),(1768,'Y'),(1769,'Y'),(1770,'Y'),(1771,'Y'),(1772,'Y'),(1773,'Y'),(1774,'Y'),(1775,'Y'),(1776,'Y'),(1777,'Y'),(1778,'Y'),(1779,'Y'),(1780,'Y'),(1781,'Y'),(1782,'Y'),(1783,'Y');
 /*!40000 ALTER TABLE `time_zone` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -769,7 +771,7 @@ CREATE TABLE `time_zone_name` (
 
 LOCK TABLES `time_zone_name` WRITE;
 /*!40000 ALTER TABLE `time_zone_name` DISABLE KEYS */;
-INSERT INTO `time_zone_name` VALUES ('Africa/Abidjan',1),('Africa/Accra',2),('Africa/Addis_Ababa',3),('Africa/Algiers',4),('Africa/Asmara',5),('Africa/Asmera',6),('Africa/Bamako',7),('Africa/Bangui',8),('Africa/Banjul',9),('Africa/Bissau',10),('Africa/Blantyre',11),('Africa/Brazzaville',12),('Africa/Bujumbura',13),('Africa/Cairo',14),('Africa/Casablanca',15),('Africa/Ceuta',16),('Africa/Conakry',17),('Africa/Dakar',18),('Africa/Dar_es_Salaam',19),('Africa/Djibouti',20),('Africa/Douala',21),('Africa/El_Aaiun',22),('Africa/Freetown',23),('Africa/Gaborone',24),('Africa/Harare',25),('Africa/Johannesburg',26),('Africa/Juba',27),('Africa/Kampala',28),('Africa/Khartoum',29),('Africa/Kigali',30),('Africa/Kinshasa',31),('Africa/Lagos',32),('Africa/Libreville',33),('Africa/Lome',34),('Africa/Luanda',35),('Africa/Lubumbashi',36),('Africa/Lusaka',37),('Africa/Malabo',38),('Africa/Maputo',39),('Africa/Maseru',40),('Africa/Mbabane',41),('Africa/Mogadishu',42),('Africa/Monrovia',43),('Africa/Nairobi',44),('Africa/Ndjamena',45),('Africa/Niamey',46),('Africa/Nouakchott',47),('Africa/Ouagadougou',48),('Africa/Porto-Novo',49),('Africa/Sao_Tome',50),('Africa/Timbuktu',51),('Africa/Tripoli',52),('Africa/Tunis',53),('Africa/Windhoek',54),('America/Adak',55),('America/Anchorage',56),('America/Anguilla',57),('America/Antigua',58),('America/Araguaina',59),('America/Argentina/Buenos_Aires',60),('America/Argentina/Catamarca',61),('America/Argentina/ComodRivadavia',62),('America/Argentina/Cordoba',63),('America/Argentina/Jujuy',64),('America/Argentina/La_Rioja',65),('America/Argentina/Mendoza',66),('America/Argentina/Rio_Gallegos',67),('America/Argentina/Salta',68),('America/Argentina/San_Juan',69),('America/Argentina/San_Luis',70),('America/Argentina/Tucuman',71),('America/Argentina/Ushuaia',72),('America/Aruba',73),('America/Asuncion',74),('America/Atikokan',75),('America/Atka',76),('America/Bahia',77),('America/Bahia_Banderas',78),('America/Barbados',79),('America/Belem',80),('America/Belize',81),('America/Blanc-Sablon',82),('America/Boa_Vista',83),('America/Bogota',84),('America/Boise',85),('America/Buenos_Aires',86),('America/Cambridge_Bay',87),('America/Campo_Grande',88),('America/Cancun',89),('America/Caracas',90),('America/Catamarca',91),('America/Cayenne',92),('America/Cayman',93),('America/Chicago',94),('America/Chihuahua',95),('America/Coral_Harbour',96),('America/Cordoba',97),('America/Costa_Rica',98),('America/Creston',99),('America/Cuiaba',100),('America/Curacao',101),('America/Danmarkshavn',102),('America/Dawson',103),('America/Dawson_Creek',104),('America/Denver',105),('America/Detroit',106),('America/Dominica',107),('America/Edmonton',108),('America/Eirunepe',109),('America/El_Salvador',110),('America/Ensenada',111),('America/Fortaleza',114),('America/Fort_Nelson',112),('America/Fort_Wayne',113),('America/Glace_Bay',115),('America/Godthab',116),('America/Goose_Bay',117),('America/Grand_Turk',118),('America/Grenada',119),('America/Guadeloupe',120),('America/Guatemala',121),('America/Guayaquil',122),('America/Guyana',123),('America/Halifax',124),('America/Havana',125),('America/Hermosillo',126),('America/Indiana/Indianapolis',127),('America/Indiana/Knox',128),('America/Indiana/Marengo',129),('America/Indiana/Petersburg',130),('America/Indiana/Tell_City',131),('America/Indiana/Vevay',132),('America/Indiana/Vincennes',133),('America/Indiana/Winamac',134),('America/Indianapolis',135),('America/Inuvik',136),('America/Iqaluit',137),('America/Jamaica',138),('America/Jujuy',139),('America/Juneau',140),('America/Kentucky/Louisville',141),('America/Kentucky/Monticello',142),('America/Knox_IN',143),('America/Kralendijk',144),('America/La_Paz',145),('America/Lima',146),('America/Los_Angeles',147),('America/Louisville',148),('America/Lower_Princes',149),('America/Maceio',150),('America/Managua',151),('America/Manaus',152),('America/Marigot',153),('America/Martinique',154),('America/Matamoros',155),('America/Mazatlan',156),('America/Mendoza',157),('America/Menominee',158),('America/Merida',159),('America/Metlakatla',160),('America/Mexico_City',161),('America/Miquelon',162),('America/Moncton',163),('America/Monterrey',164),('America/Montevideo',165),('America/Montreal',166),('America/Montserrat',167),('America/Nassau',168),('America/New_York',169),('America/Nipigon',170),('America/Nome',171),('America/Noronha',172),('America/North_Dakota/Beulah',173),('America/North_Dakota/Center',174),('America/North_Dakota/New_Salem',175),('America/Nuuk',176),('America/Ojinaga',177),('America/Panama',178),('America/Pangnirtung',179),('America/Paramaribo',180),('America/Phoenix',181),('America/Port-au-Prince',182),('America/Porto_Acre',184),('America/Porto_Velho',185),('America/Port_of_Spain',183),('America/Puerto_Rico',186),('America/Punta_Arenas',187),('America/Rainy_River',188),('America/Rankin_Inlet',189),('America/Recife',190),('America/Regina',191),('America/Resolute',192),('America/Rio_Branco',193),('America/Rosario',194),('America/Santarem',196),('America/Santa_Isabel',195),('America/Santiago',197),('America/Santo_Domingo',198),('America/Sao_Paulo',199),('America/Scoresbysund',200),('America/Shiprock',201),('America/Sitka',202),('America/St_Barthelemy',203),('America/St_Johns',204),('America/St_Kitts',205),('America/St_Lucia',206),('America/St_Thomas',207),('America/St_Vincent',208),('America/Swift_Current',209),('America/Tegucigalpa',210),('America/Thule',211),('America/Thunder_Bay',212),('America/Tijuana',213),('America/Toronto',214),('America/Tortola',215),('America/Vancouver',216),('America/Virgin',217),('America/Whitehorse',218),('America/Winnipeg',219),('America/Yakutat',220),('America/Yellowknife',221),('Antarctica/Casey',222),('Antarctica/Davis',223),('Antarctica/DumontDUrville',224),('Antarctica/Macquarie',225),('Antarctica/Mawson',226),('Antarctica/McMurdo',227),('Antarctica/Palmer',228),('Antarctica/Rothera',229),('Antarctica/South_Pole',230),('Antarctica/Syowa',231),('Antarctica/Troll',232),('Antarctica/Vostok',233),('Arctic/Longyearbyen',234),('Asia/Aden',235),('Asia/Almaty',236),('Asia/Amman',237),('Asia/Anadyr',238),('Asia/Aqtau',239),('Asia/Aqtobe',240),('Asia/Ashgabat',241),('Asia/Ashkhabad',242),('Asia/Atyrau',243),('Asia/Baghdad',244),('Asia/Bahrain',245),('Asia/Baku',246),('Asia/Bangkok',247),('Asia/Barnaul',248),('Asia/Beirut',249),('Asia/Bishkek',250),('Asia/Brunei',251),('Asia/Calcutta',252),('Asia/Chita',253),('Asia/Choibalsan',254),('Asia/Chongqing',255),('Asia/Chungking',256),('Asia/Colombo',257),('Asia/Dacca',258),('Asia/Damascus',259),('Asia/Dhaka',260),('Asia/Dili',261),('Asia/Dubai',262),('Asia/Dushanbe',263),('Asia/Famagusta',264),('Asia/Gaza',265),('Asia/Harbin',266),('Asia/Hebron',267),('Asia/Hong_Kong',269),('Asia/Hovd',270),('Asia/Ho_Chi_Minh',268),('Asia/Irkutsk',271),('Asia/Istanbul',272),('Asia/Jakarta',273),('Asia/Jayapura',274),('Asia/Jerusalem',275),('Asia/Kabul',276),('Asia/Kamchatka',277),('Asia/Karachi',278),('Asia/Kashgar',279),('Asia/Kathmandu',280),('Asia/Katmandu',281),('Asia/Khandyga',282),('Asia/Kolkata',283),('Asia/Krasnoyarsk',284),('Asia/Kuala_Lumpur',285),('Asia/Kuching',286),('Asia/Kuwait',287),('Asia/Macao',288),('Asia/Macau',289),('Asia/Magadan',290),('Asia/Makassar',291),('Asia/Manila',292),('Asia/Muscat',293),('Asia/Nicosia',294),('Asia/Novokuznetsk',295),('Asia/Novosibirsk',296),('Asia/Omsk',297),('Asia/Oral',298),('Asia/Phnom_Penh',299),('Asia/Pontianak',300),('Asia/Pyongyang',301),('Asia/Qatar',302),('Asia/Qostanay',303),('Asia/Qyzylorda',304),('Asia/Rangoon',305),('Asia/Riyadh',306),('Asia/Saigon',307),('Asia/Sakhalin',308),('Asia/Samarkand',309),('Asia/Seoul',310),('Asia/Shanghai',311),('Asia/Singapore',312),('Asia/Srednekolymsk',313),('Asia/Taipei',314),('Asia/Tashkent',315),('Asia/Tbilisi',316),('Asia/Tehran',317),('Asia/Tel_Aviv',318),('Asia/Thimbu',319),('Asia/Thimphu',320),('Asia/Tokyo',321),('Asia/Tomsk',322),('Asia/Ujung_Pandang',323),('Asia/Ulaanbaatar',324),('Asia/Ulan_Bator',325),('Asia/Urumqi',326),('Asia/Ust-Nera',327),('Asia/Vientiane',328),('Asia/Vladivostok',329),('Asia/Yakutsk',330),('Asia/Yangon',331),('Asia/Yekaterinburg',332),('Asia/Yerevan',333),('Atlantic/Azores',334),('Atlantic/Bermuda',335),('Atlantic/Canary',336),('Atlantic/Cape_Verde',337),('Atlantic/Faeroe',338),('Atlantic/Faroe',339),('Atlantic/Jan_Mayen',340),('Atlantic/Madeira',341),('Atlantic/Reykjavik',342),('Atlantic/South_Georgia',343),('Atlantic/Stanley',345),('Atlantic/St_Helena',344),('Australia/ACT',346),('Australia/Adelaide',347),('Australia/Brisbane',348),('Australia/Broken_Hill',349),('Australia/Canberra',350),('Australia/Currie',351),('Australia/Darwin',352),('Australia/Eucla',353),('Australia/Hobart',354),('Australia/LHI',355),('Australia/Lindeman',356),('Australia/Lord_Howe',357),('Australia/Melbourne',358),('Australia/North',360),('Australia/NSW',359),('Australia/Perth',361),('Australia/Queensland',362),('Australia/South',363),('Australia/Sydney',364),('Australia/Tasmania',365),('Australia/Victoria',366),('Australia/West',367),('Australia/Yancowinna',368),('Brazil/Acre',369),('Brazil/DeNoronha',370),('Brazil/East',371),('Brazil/West',372),('Canada/Atlantic',375),('Canada/Central',376),('Canada/Eastern',377),('Canada/Mountain',378),('Canada/Newfoundland',379),('Canada/Pacific',380),('Canada/Saskatchewan',381),('Canada/Yukon',382),('CET',373),('Chile/Continental',383),('Chile/EasterIsland',384),('CST6CDT',374),('Cuba',385),('EET',386),('Egypt',389),('Eire',390),('EST',387),('EST5EDT',388),('Etc/GMT',391),('Etc/GMT+0',392),('Etc/GMT+1',393),('Etc/GMT+10',394),('Etc/GMT+11',395),('Etc/GMT+12',396),('Etc/GMT+2',397),('Etc/GMT+3',398),('Etc/GMT+4',399),('Etc/GMT+5',400),('Etc/GMT+6',401),('Etc/GMT+7',402),('Etc/GMT+8',403),('Etc/GMT+9',404),('Etc/GMT-0',405),('Etc/GMT-1',406),('Etc/GMT-10',407),('Etc/GMT-11',408),('Etc/GMT-12',409),('Etc/GMT-13',410),('Etc/GMT-14',411),('Etc/GMT-2',412),('Etc/GMT-3',413),('Etc/GMT-4',414),('Etc/GMT-5',415),('Etc/GMT-6',416),('Etc/GMT-7',417),('Etc/GMT-8',418),('Etc/GMT-9',419),('Etc/GMT0',420),('Etc/Greenwich',421),('Etc/UCT',422),('Etc/Universal',424),('Etc/UTC',423),('Etc/Zulu',425),('Europe/Amsterdam',426),('Europe/Andorra',427),('Europe/Astrakhan',428),('Europe/Athens',429),('Europe/Belfast',430),('Europe/Belgrade',431),('Europe/Berlin',432),('Europe/Bratislava',433),('Europe/Brussels',434),('Europe/Bucharest',435),('Europe/Budapest',436),('Europe/Busingen',437),('Europe/Chisinau',438),('Europe/Copenhagen',439),('Europe/Dublin',440),('Europe/Gibraltar',441),('Europe/Guernsey',442),('Europe/Helsinki',443),('Europe/Isle_of_Man',444),('Europe/Istanbul',445),('Europe/Jersey',446),('Europe/Kaliningrad',447),('Europe/Kiev',448),('Europe/Kirov',449),('Europe/Lisbon',450),('Europe/Ljubljana',451),('Europe/London',452),('Europe/Luxembourg',453),('Europe/Madrid',454),('Europe/Malta',455),('Europe/Mariehamn',456),('Europe/Minsk',457),('Europe/Monaco',458),('Europe/Moscow',459),('Europe/Nicosia',460),('Europe/Oslo',461),('Europe/Paris',462),('Europe/Podgorica',463),('Europe/Prague',464),('Europe/Riga',465),('Europe/Rome',466),('Europe/Samara',467),('Europe/San_Marino',468),('Europe/Sarajevo',469),('Europe/Saratov',470),('Europe/Simferopol',471),('Europe/Skopje',472),('Europe/Sofia',473),('Europe/Stockholm',474),('Europe/Tallinn',475),('Europe/Tirane',476),('Europe/Tiraspol',477),('Europe/Ulyanovsk',478),('Europe/Uzhgorod',479),('Europe/Vaduz',480),('Europe/Vatican',481),('Europe/Vienna',482),('Europe/Vilnius',483),('Europe/Volgograd',484),('Europe/Warsaw',485),('Europe/Zagreb',486),('Europe/Zaporozhye',487),('Europe/Zurich',488),('Factory',489),('GB',490),('GB-Eire',491),('GMT',492),('GMT+0',493),('GMT-0',494),('GMT0',495),('Greenwich',496),('Hongkong',498),('HST',497),('Iceland',499),('Indian/Antananarivo',500),('Indian/Chagos',501),('Indian/Christmas',502),('Indian/Cocos',503),('Indian/Comoro',504),('Indian/Kerguelen',505),('Indian/Mahe',506),('Indian/Maldives',507),('Indian/Mauritius',508),('Indian/Mayotte',509),('Indian/Reunion',510),('Iran',511),('Israel',512),('Jamaica',513),('Japan',514),('Kwajalein',515),('Libya',516),('localtime',609),('MET',517),('Mexico/BajaNorte',520),('Mexico/BajaSur',521),('Mexico/General',522),('MST',518),('MST7MDT',519),('Navajo',525),('NZ',523),('NZ-CHAT',524),('Pacific/Apia',528),('Pacific/Auckland',529),('Pacific/Bougainville',530),('Pacific/Chatham',531),('Pacific/Chuuk',532),('Pacific/Easter',533),('Pacific/Efate',534),('Pacific/Enderbury',535),('Pacific/Fakaofo',536),('Pacific/Fiji',537),('Pacific/Funafuti',538),('Pacific/Galapagos',539),('Pacific/Gambier',540),('Pacific/Guadalcanal',541),('Pacific/Guam',542),('Pacific/Honolulu',543),('Pacific/Johnston',544),('Pacific/Kiritimati',545),('Pacific/Kosrae',546),('Pacific/Kwajalein',547),('Pacific/Majuro',548),('Pacific/Marquesas',549),('Pacific/Midway',550),('Pacific/Nauru',551),('Pacific/Niue',552),('Pacific/Norfolk',553),('Pacific/Noumea',554),('Pacific/Pago_Pago',555),('Pacific/Palau',556),('Pacific/Pitcairn',557),('Pacific/Pohnpei',558),('Pacific/Ponape',559),('Pacific/Port_Moresby',560),('Pacific/Rarotonga',561),('Pacific/Saipan',562),('Pacific/Samoa',563),('Pacific/Tahiti',564),('Pacific/Tarawa',565),('Pacific/Tongatapu',566),('Pacific/Truk',567),('Pacific/Wake',568),('Pacific/Wallis',569),('Pacific/Yap',570),('Poland',571),('Portugal',572),('posix/Africa/Abidjan',610),('posix/Africa/Accra',611),('posix/Africa/Addis_Ababa',612),('posix/Africa/Algiers',613),('posix/Africa/Asmara',614),('posix/Africa/Asmera',615),('posix/Africa/Bamako',616),('posix/Africa/Bangui',617),('posix/Africa/Banjul',618),('posix/Africa/Bissau',619),('posix/Africa/Blantyre',620),('posix/Africa/Brazzaville',621),('posix/Africa/Bujumbura',622),('posix/Africa/Cairo',623),('posix/Africa/Casablanca',624),('posix/Africa/Ceuta',625),('posix/Africa/Conakry',626),('posix/Africa/Dakar',627),('posix/Africa/Dar_es_Salaam',628),('posix/Africa/Djibouti',629),('posix/Africa/Douala',630),('posix/Africa/El_Aaiun',631),('posix/Africa/Freetown',632),('posix/Africa/Gaborone',633),('posix/Africa/Harare',634),('posix/Africa/Johannesburg',635),('posix/Africa/Juba',636),('posix/Africa/Kampala',637),('posix/Africa/Khartoum',638),('posix/Africa/Kigali',639),('posix/Africa/Kinshasa',640),('posix/Africa/Lagos',641),('posix/Africa/Libreville',642),('posix/Africa/Lome',643),('posix/Africa/Luanda',644),('posix/Africa/Lubumbashi',645),('posix/Africa/Lusaka',646),('posix/Africa/Malabo',647),('posix/Africa/Maputo',648),('posix/Africa/Maseru',649),('posix/Africa/Mbabane',650),('posix/Africa/Mogadishu',651),('posix/Africa/Monrovia',652),('posix/Africa/Nairobi',653),('posix/Africa/Ndjamena',654),('posix/Africa/Niamey',655),('posix/Africa/Nouakchott',656),('posix/Africa/Ouagadougou',657),('posix/Africa/Porto-Novo',658),('posix/Africa/Sao_Tome',659),('posix/Africa/Timbuktu',660),('posix/Africa/Tripoli',661),('posix/Africa/Tunis',662),('posix/Africa/Windhoek',663),('posix/America/Adak',664),('posix/America/Anchorage',665),('posix/America/Anguilla',666),('posix/America/Antigua',667),('posix/America/Araguaina',668),('posix/America/Argentina/Buenos_Aires',669),('posix/America/Argentina/Catamarca',670),('posix/America/Argentina/ComodRivadavia',671),('posix/America/Argentina/Cordoba',672),('posix/America/Argentina/Jujuy',673),('posix/America/Argentina/La_Rioja',674),('posix/America/Argentina/Mendoza',675),('posix/America/Argentina/Rio_Gallegos',676),('posix/America/Argentina/Salta',677),('posix/America/Argentina/San_Juan',678),('posix/America/Argentina/San_Luis',679),('posix/America/Argentina/Tucuman',680),('posix/America/Argentina/Ushuaia',681),('posix/America/Aruba',682),('posix/America/Asuncion',683),('posix/America/Atikokan',684),('posix/America/Atka',685),('posix/America/Bahia',686),('posix/America/Bahia_Banderas',687),('posix/America/Barbados',688),('posix/America/Belem',689),('posix/America/Belize',690),('posix/America/Blanc-Sablon',691),('posix/America/Boa_Vista',692),('posix/America/Bogota',693),('posix/America/Boise',694),('posix/America/Buenos_Aires',695),('posix/America/Cambridge_Bay',696),('posix/America/Campo_Grande',697),('posix/America/Cancun',698),('posix/America/Caracas',699),('posix/America/Catamarca',700),('posix/America/Cayenne',701),('posix/America/Cayman',702),('posix/America/Chicago',703),('posix/America/Chihuahua',704),('posix/America/Coral_Harbour',705),('posix/America/Cordoba',706),('posix/America/Costa_Rica',707),('posix/America/Creston',708),('posix/America/Cuiaba',709),('posix/America/Curacao',710),('posix/America/Danmarkshavn',711),('posix/America/Dawson',712),('posix/America/Dawson_Creek',713),('posix/America/Denver',714),('posix/America/Detroit',715),('posix/America/Dominica',716),('posix/America/Edmonton',717),('posix/America/Eirunepe',718),('posix/America/El_Salvador',719),('posix/America/Ensenada',720),('posix/America/Fortaleza',723),('posix/America/Fort_Nelson',721),('posix/America/Fort_Wayne',722),('posix/America/Glace_Bay',724),('posix/America/Godthab',725),('posix/America/Goose_Bay',726),('posix/America/Grand_Turk',727),('posix/America/Grenada',728),('posix/America/Guadeloupe',729),('posix/America/Guatemala',730),('posix/America/Guayaquil',731),('posix/America/Guyana',732),('posix/America/Halifax',733),('posix/America/Havana',734),('posix/America/Hermosillo',735),('posix/America/Indiana/Indianapolis',736),('posix/America/Indiana/Knox',737),('posix/America/Indiana/Marengo',738),('posix/America/Indiana/Petersburg',739),('posix/America/Indiana/Tell_City',740),('posix/America/Indiana/Vevay',741),('posix/America/Indiana/Vincennes',742),('posix/America/Indiana/Winamac',743),('posix/America/Indianapolis',744),('posix/America/Inuvik',745),('posix/America/Iqaluit',746),('posix/America/Jamaica',747),('posix/America/Jujuy',748),('posix/America/Juneau',749),('posix/America/Kentucky/Louisville',750),('posix/America/Kentucky/Monticello',751),('posix/America/Knox_IN',752),('posix/America/Kralendijk',753),('posix/America/La_Paz',754),('posix/America/Lima',755),('posix/America/Los_Angeles',756),('posix/America/Louisville',757),('posix/America/Lower_Princes',758),('posix/America/Maceio',759),('posix/America/Managua',760),('posix/America/Manaus',761),('posix/America/Marigot',762),('posix/America/Martinique',763),('posix/America/Matamoros',764),('posix/America/Mazatlan',765),('posix/America/Mendoza',766),('posix/America/Menominee',767),('posix/America/Merida',768),('posix/America/Metlakatla',769),('posix/America/Mexico_City',770),('posix/America/Miquelon',771),('posix/America/Moncton',772),('posix/America/Monterrey',773),('posix/America/Montevideo',774),('posix/America/Montreal',775),('posix/America/Montserrat',776),('posix/America/Nassau',777),('posix/America/New_York',778),('posix/America/Nipigon',779),('posix/America/Nome',780),('posix/America/Noronha',781),('posix/America/North_Dakota/Beulah',782),('posix/America/North_Dakota/Center',783),('posix/America/North_Dakota/New_Salem',784),('posix/America/Nuuk',785),('posix/America/Ojinaga',786),('posix/America/Panama',787),('posix/America/Pangnirtung',788),('posix/America/Paramaribo',789),('posix/America/Phoenix',790),('posix/America/Port-au-Prince',791),('posix/America/Porto_Acre',793),('posix/America/Porto_Velho',794),('posix/America/Port_of_Spain',792),('posix/America/Puerto_Rico',795),('posix/America/Punta_Arenas',796),('posix/America/Rainy_River',797),('posix/America/Rankin_Inlet',798),('posix/America/Recife',799),('posix/America/Regina',800),('posix/America/Resolute',801),('posix/America/Rio_Branco',802),('posix/America/Rosario',803),('posix/America/Santarem',805),('posix/America/Santa_Isabel',804),('posix/America/Santiago',806),('posix/America/Santo_Domingo',807),('posix/America/Sao_Paulo',808),('posix/America/Scoresbysund',809),('posix/America/Shiprock',810),('posix/America/Sitka',811),('posix/America/St_Barthelemy',812),('posix/America/St_Johns',813),('posix/America/St_Kitts',814),('posix/America/St_Lucia',815),('posix/America/St_Thomas',816),('posix/America/St_Vincent',817),('posix/America/Swift_Current',818),('posix/America/Tegucigalpa',819),('posix/America/Thule',820),('posix/America/Thunder_Bay',821),('posix/America/Tijuana',822),('posix/America/Toronto',823),('posix/America/Tortola',824),('posix/America/Vancouver',825),('posix/America/Virgin',826),('posix/America/Whitehorse',827),('posix/America/Winnipeg',828),('posix/America/Yakutat',829),('posix/America/Yellowknife',830),('posix/Antarctica/Casey',831),('posix/Antarctica/Davis',832),('posix/Antarctica/DumontDUrville',833),('posix/Antarctica/Macquarie',834),('posix/Antarctica/Mawson',835),('posix/Antarctica/McMurdo',836),('posix/Antarctica/Palmer',837),('posix/Antarctica/Rothera',838),('posix/Antarctica/South_Pole',839),('posix/Antarctica/Syowa',840),('posix/Antarctica/Troll',841),('posix/Antarctica/Vostok',842),('posix/Arctic/Longyearbyen',843),('posix/Asia/Aden',844),('posix/Asia/Almaty',845),('posix/Asia/Amman',846),('posix/Asia/Anadyr',847),('posix/Asia/Aqtau',848),('posix/Asia/Aqtobe',849),('posix/Asia/Ashgabat',850),('posix/Asia/Ashkhabad',851),('posix/Asia/Atyrau',852),('posix/Asia/Baghdad',853),('posix/Asia/Bahrain',854),('posix/Asia/Baku',855),('posix/Asia/Bangkok',856),('posix/Asia/Barnaul',857),('posix/Asia/Beirut',858),('posix/Asia/Bishkek',859),('posix/Asia/Brunei',860),('posix/Asia/Calcutta',861),('posix/Asia/Chita',862),('posix/Asia/Choibalsan',863),('posix/Asia/Chongqing',864),('posix/Asia/Chungking',865),('posix/Asia/Colombo',866),('posix/Asia/Dacca',867),('posix/Asia/Damascus',868),('posix/Asia/Dhaka',869),('posix/Asia/Dili',870),('posix/Asia/Dubai',871),('posix/Asia/Dushanbe',872),('posix/Asia/Famagusta',873),('posix/Asia/Gaza',874),('posix/Asia/Harbin',875),('posix/Asia/Hebron',876),('posix/Asia/Hong_Kong',878),('posix/Asia/Hovd',879),('posix/Asia/Ho_Chi_Minh',877),('posix/Asia/Irkutsk',880),('posix/Asia/Istanbul',881),('posix/Asia/Jakarta',882),('posix/Asia/Jayapura',883),('posix/Asia/Jerusalem',884),('posix/Asia/Kabul',885),('posix/Asia/Kamchatka',886),('posix/Asia/Karachi',887),('posix/Asia/Kashgar',888),('posix/Asia/Kathmandu',889),('posix/Asia/Katmandu',890),('posix/Asia/Khandyga',891),('posix/Asia/Kolkata',892),('posix/Asia/Krasnoyarsk',893),('posix/Asia/Kuala_Lumpur',894),('posix/Asia/Kuching',895),('posix/Asia/Kuwait',896),('posix/Asia/Macao',897),('posix/Asia/Macau',898),('posix/Asia/Magadan',899),('posix/Asia/Makassar',900),('posix/Asia/Manila',901),('posix/Asia/Muscat',902),('posix/Asia/Nicosia',903),('posix/Asia/Novokuznetsk',904),('posix/Asia/Novosibirsk',905),('posix/Asia/Omsk',906),('posix/Asia/Oral',907),('posix/Asia/Phnom_Penh',908),('posix/Asia/Pontianak',909),('posix/Asia/Pyongyang',910),('posix/Asia/Qatar',911),('posix/Asia/Qostanay',912),('posix/Asia/Qyzylorda',913),('posix/Asia/Rangoon',914),('posix/Asia/Riyadh',915),('posix/Asia/Saigon',916),('posix/Asia/Sakhalin',917),('posix/Asia/Samarkand',918),('posix/Asia/Seoul',919),('posix/Asia/Shanghai',920),('posix/Asia/Singapore',921),('posix/Asia/Srednekolymsk',922),('posix/Asia/Taipei',923),('posix/Asia/Tashkent',924),('posix/Asia/Tbilisi',925),('posix/Asia/Tehran',926),('posix/Asia/Tel_Aviv',927),('posix/Asia/Thimbu',928),('posix/Asia/Thimphu',929),('posix/Asia/Tokyo',930),('posix/Asia/Tomsk',931),('posix/Asia/Ujung_Pandang',932),('posix/Asia/Ulaanbaatar',933),('posix/Asia/Ulan_Bator',934),('posix/Asia/Urumqi',935),('posix/Asia/Ust-Nera',936),('posix/Asia/Vientiane',937),('posix/Asia/Vladivostok',938),('posix/Asia/Yakutsk',939),('posix/Asia/Yangon',940),('posix/Asia/Yekaterinburg',941),('posix/Asia/Yerevan',942),('posix/Atlantic/Azores',943),('posix/Atlantic/Bermuda',944),('posix/Atlantic/Canary',945),('posix/Atlantic/Cape_Verde',946),('posix/Atlantic/Faeroe',947),('posix/Atlantic/Faroe',948),('posix/Atlantic/Jan_Mayen',949),('posix/Atlantic/Madeira',950),('posix/Atlantic/Reykjavik',951),('posix/Atlantic/South_Georgia',952),('posix/Atlantic/Stanley',954),('posix/Atlantic/St_Helena',953),('posix/Australia/ACT',955),('posix/Australia/Adelaide',956),('posix/Australia/Brisbane',957),('posix/Australia/Broken_Hill',958),('posix/Australia/Canberra',959),('posix/Australia/Currie',960),('posix/Australia/Darwin',961),('posix/Australia/Eucla',962),('posix/Australia/Hobart',963),('posix/Australia/LHI',964),('posix/Australia/Lindeman',965),('posix/Australia/Lord_Howe',966),('posix/Australia/Melbourne',967),('posix/Australia/North',969),('posix/Australia/NSW',968),('posix/Australia/Perth',970),('posix/Australia/Queensland',971),('posix/Australia/South',972),('posix/Australia/Sydney',973),('posix/Australia/Tasmania',974),('posix/Australia/Victoria',975),('posix/Australia/West',976),('posix/Australia/Yancowinna',977),('posix/Brazil/Acre',978),('posix/Brazil/DeNoronha',979),('posix/Brazil/East',980),('posix/Brazil/West',981),('posix/Canada/Atlantic',984),('posix/Canada/Central',985),('posix/Canada/Eastern',986),('posix/Canada/Mountain',987),('posix/Canada/Newfoundland',988),('posix/Canada/Pacific',989),('posix/Canada/Saskatchewan',990),('posix/Canada/Yukon',991),('posix/CET',982),('posix/Chile/Continental',992),('posix/Chile/EasterIsland',993),('posix/CST6CDT',983),('posix/Cuba',994),('posix/EET',995),('posix/Egypt',998),('posix/Eire',999),('posix/EST',996),('posix/EST5EDT',997),('posix/Etc/GMT',1000),('posix/Etc/GMT+0',1001),('posix/Etc/GMT+1',1002),('posix/Etc/GMT+10',1003),('posix/Etc/GMT+11',1004),('posix/Etc/GMT+12',1005),('posix/Etc/GMT+2',1006),('posix/Etc/GMT+3',1007),('posix/Etc/GMT+4',1008),('posix/Etc/GMT+5',1009),('posix/Etc/GMT+6',1010),('posix/Etc/GMT+7',1011),('posix/Etc/GMT+8',1012),('posix/Etc/GMT+9',1013),('posix/Etc/GMT-0',1014),('posix/Etc/GMT-1',1015),('posix/Etc/GMT-10',1016),('posix/Etc/GMT-11',1017),('posix/Etc/GMT-12',1018),('posix/Etc/GMT-13',1019),('posix/Etc/GMT-14',1020),('posix/Etc/GMT-2',1021),('posix/Etc/GMT-3',1022),('posix/Etc/GMT-4',1023),('posix/Etc/GMT-5',1024),('posix/Etc/GMT-6',1025),('posix/Etc/GMT-7',1026),('posix/Etc/GMT-8',1027),('posix/Etc/GMT-9',1028),('posix/Etc/GMT0',1029),('posix/Etc/Greenwich',1030),('posix/Etc/UCT',1031),('posix/Etc/Universal',1033),('posix/Etc/UTC',1032),('posix/Etc/Zulu',1034),('posix/Europe/Amsterdam',1035),('posix/Europe/Andorra',1036),('posix/Europe/Astrakhan',1037),('posix/Europe/Athens',1038),('posix/Europe/Belfast',1039),('posix/Europe/Belgrade',1040),('posix/Europe/Berlin',1041),('posix/Europe/Bratislava',1042),('posix/Europe/Brussels',1043),('posix/Europe/Bucharest',1044),('posix/Europe/Budapest',1045),('posix/Europe/Busingen',1046),('posix/Europe/Chisinau',1047),('posix/Europe/Copenhagen',1048),('posix/Europe/Dublin',1049),('posix/Europe/Gibraltar',1050),('posix/Europe/Guernsey',1051),('posix/Europe/Helsinki',1052),('posix/Europe/Isle_of_Man',1053),('posix/Europe/Istanbul',1054),('posix/Europe/Jersey',1055),('posix/Europe/Kaliningrad',1056),('posix/Europe/Kiev',1057),('posix/Europe/Kirov',1058),('posix/Europe/Lisbon',1059),('posix/Europe/Ljubljana',1060),('posix/Europe/London',1061),('posix/Europe/Luxembourg',1062),('posix/Europe/Madrid',1063),('posix/Europe/Malta',1064),('posix/Europe/Mariehamn',1065),('posix/Europe/Minsk',1066),('posix/Europe/Monaco',1067),('posix/Europe/Moscow',1068),('posix/Europe/Nicosia',1069),('posix/Europe/Oslo',1070),('posix/Europe/Paris',1071),('posix/Europe/Podgorica',1072),('posix/Europe/Prague',1073),('posix/Europe/Riga',1074),('posix/Europe/Rome',1075),('posix/Europe/Samara',1076),('posix/Europe/San_Marino',1077),('posix/Europe/Sarajevo',1078),('posix/Europe/Saratov',1079),('posix/Europe/Simferopol',1080),('posix/Europe/Skopje',1081),('posix/Europe/Sofia',1082),('posix/Europe/Stockholm',1083),('posix/Europe/Tallinn',1084),('posix/Europe/Tirane',1085),('posix/Europe/Tiraspol',1086),('posix/Europe/Ulyanovsk',1087),('posix/Europe/Uzhgorod',1088),('posix/Europe/Vaduz',1089),('posix/Europe/Vatican',1090),('posix/Europe/Vienna',1091),('posix/Europe/Vilnius',1092),('posix/Europe/Volgograd',1093),('posix/Europe/Warsaw',1094),('posix/Europe/Zagreb',1095),('posix/Europe/Zaporozhye',1096),('posix/Europe/Zurich',1097),('posix/Factory',1098),('posix/GB',1099),('posix/GB-Eire',1100),('posix/GMT',1101),('posix/GMT+0',1102),('posix/GMT-0',1103),('posix/GMT0',1104),('posix/Greenwich',1105),('posix/Hongkong',1107),('posix/HST',1106),('posix/Iceland',1108),('posix/Indian/Antananarivo',1109),('posix/Indian/Chagos',1110),('posix/Indian/Christmas',1111),('posix/Indian/Cocos',1112),('posix/Indian/Comoro',1113),('posix/Indian/Kerguelen',1114),('posix/Indian/Mahe',1115),('posix/Indian/Maldives',1116),('posix/Indian/Mauritius',1117),('posix/Indian/Mayotte',1118),('posix/Indian/Reunion',1119),('posix/Iran',1120),('posix/Israel',1121),('posix/Jamaica',1122),('posix/Japan',1123),('posix/Kwajalein',1124),('posix/Libya',1125),('posix/MET',1126),('posix/Mexico/BajaNorte',1129),('posix/Mexico/BajaSur',1130),('posix/Mexico/General',1131),('posix/MST',1127),('posix/MST7MDT',1128),('posix/Navajo',1134),('posix/NZ',1132),('posix/NZ-CHAT',1133),('posix/Pacific/Apia',1137),('posix/Pacific/Auckland',1138),('posix/Pacific/Bougainville',1139),('posix/Pacific/Chatham',1140),('posix/Pacific/Chuuk',1141),('posix/Pacific/Easter',1142),('posix/Pacific/Efate',1143),('posix/Pacific/Enderbury',1144),('posix/Pacific/Fakaofo',1145),('posix/Pacific/Fiji',1146),('posix/Pacific/Funafuti',1147),('posix/Pacific/Galapagos',1148),('posix/Pacific/Gambier',1149),('posix/Pacific/Guadalcanal',1150),('posix/Pacific/Guam',1151),('posix/Pacific/Honolulu',1152),('posix/Pacific/Johnston',1153),('posix/Pacific/Kiritimati',1154),('posix/Pacific/Kosrae',1155),('posix/Pacific/Kwajalein',1156),('posix/Pacific/Majuro',1157),('posix/Pacific/Marquesas',1158),('posix/Pacific/Midway',1159),('posix/Pacific/Nauru',1160),('posix/Pacific/Niue',1161),('posix/Pacific/Norfolk',1162),('posix/Pacific/Noumea',1163),('posix/Pacific/Pago_Pago',1164),('posix/Pacific/Palau',1165),('posix/Pacific/Pitcairn',1166),('posix/Pacific/Pohnpei',1167),('posix/Pacific/Ponape',1168),('posix/Pacific/Port_Moresby',1169),('posix/Pacific/Rarotonga',1170),('posix/Pacific/Saipan',1171),('posix/Pacific/Samoa',1172),('posix/Pacific/Tahiti',1173),('posix/Pacific/Tarawa',1174),('posix/Pacific/Tongatapu',1175),('posix/Pacific/Truk',1176),('posix/Pacific/Wake',1177),('posix/Pacific/Wallis',1178),('posix/Pacific/Yap',1179),('posix/Poland',1180),('posix/Portugal',1181),('posix/PRC',1135),('posix/PST8PDT',1136),('posix/ROC',1182),('posix/ROK',1183),('posix/Singapore',1184),('posix/SystemV/AST4',1185),('posix/SystemV/AST4ADT',1186),('posix/SystemV/CST6',1187),('posix/SystemV/CST6CDT',1188),('posix/SystemV/EST5',1189),('posix/SystemV/EST5EDT',1190),('posix/SystemV/HST10',1191),('posix/SystemV/MST7',1192),('posix/SystemV/MST7MDT',1193),('posix/SystemV/PST8',1194),('posix/SystemV/PST8PDT',1195),('posix/SystemV/YST9',1196),('posix/SystemV/YST9YDT',1197),('posix/Turkey',1198),('posix/UCT',1199),('posix/Universal',1214),('posix/US/Alaska',1200),('posix/US/Aleutian',1201),('posix/US/Arizona',1202),('posix/US/Central',1203),('posix/US/East-Indiana',1204),('posix/US/Eastern',1205),('posix/US/Hawaii',1206),('posix/US/Indiana-Starke',1207),('posix/US/Michigan',1208),('posix/US/Mountain',1209),('posix/US/Pacific',1210),('posix/US/Pacific-New',1211),('posix/US/Samoa',1212),('posix/UTC',1213),('posix/W-SU',1215),('posix/WET',1216),('posix/Zulu',1217),('posixrules',1218),('PRC',526),('PST8PDT',527),('right/Africa/Abidjan',1219),('right/Africa/Accra',1220),('right/Africa/Addis_Ababa',1221),('right/Africa/Algiers',1222),('right/Africa/Asmara',1223),('right/Africa/Asmera',1224),('right/Africa/Bamako',1225),('right/Africa/Bangui',1226),('right/Africa/Banjul',1227),('right/Africa/Bissau',1228),('right/Africa/Blantyre',1229),('right/Africa/Brazzaville',1230),('right/Africa/Bujumbura',1231),('right/Africa/Cairo',1232),('right/Africa/Casablanca',1233),('right/Africa/Ceuta',1234),('right/Africa/Conakry',1235),('right/Africa/Dakar',1236),('right/Africa/Dar_es_Salaam',1237),('right/Africa/Djibouti',1238),('right/Africa/Douala',1239),('right/Africa/El_Aaiun',1240),('right/Africa/Freetown',1241),('right/Africa/Gaborone',1242),('right/Africa/Harare',1243),('right/Africa/Johannesburg',1244),('right/Africa/Juba',1245),('right/Africa/Kampala',1246),('right/Africa/Khartoum',1247),('right/Africa/Kigali',1248),('right/Africa/Kinshasa',1249),('right/Africa/Lagos',1250),('right/Africa/Libreville',1251),('right/Africa/Lome',1252),('right/Africa/Luanda',1253),('right/Africa/Lubumbashi',1254),('right/Africa/Lusaka',1255),('right/Africa/Malabo',1256),('right/Africa/Maputo',1257),('right/Africa/Maseru',1258),('right/Africa/Mbabane',1259),('right/Africa/Mogadishu',1260),('right/Africa/Monrovia',1261),('right/Africa/Nairobi',1262),('right/Africa/Ndjamena',1263),('right/Africa/Niamey',1264),('right/Africa/Nouakchott',1265),('right/Africa/Ouagadougou',1266),('right/Africa/Porto-Novo',1267),('right/Africa/Sao_Tome',1268),('right/Africa/Timbuktu',1269),('right/Africa/Tripoli',1270),('right/Africa/Tunis',1271),('right/Africa/Windhoek',1272),('right/America/Adak',1273),('right/America/Anchorage',1274),('right/America/Anguilla',1275),('right/America/Antigua',1276),('right/America/Araguaina',1277),('right/America/Argentina/Buenos_Aires',1278),('right/America/Argentina/Catamarca',1279),('right/America/Argentina/ComodRivadavia',1280),('right/America/Argentina/Cordoba',1281),('right/America/Argentina/Jujuy',1282),('right/America/Argentina/La_Rioja',1283),('right/America/Argentina/Mendoza',1284),('right/America/Argentina/Rio_Gallegos',1285),('right/America/Argentina/Salta',1286),('right/America/Argentina/San_Juan',1287),('right/America/Argentina/San_Luis',1288),('right/America/Argentina/Tucuman',1289),('right/America/Argentina/Ushuaia',1290),('right/America/Aruba',1291),('right/America/Asuncion',1292),('right/America/Atikokan',1293),('right/America/Atka',1294),('right/America/Bahia',1295),('right/America/Bahia_Banderas',1296),('right/America/Barbados',1297),('right/America/Belem',1298),('right/America/Belize',1299),('right/America/Blanc-Sablon',1300),('right/America/Boa_Vista',1301),('right/America/Bogota',1302),('right/America/Boise',1303),('right/America/Buenos_Aires',1304),('right/America/Cambridge_Bay',1305),('right/America/Campo_Grande',1306),('right/America/Cancun',1307),('right/America/Caracas',1308),('right/America/Catamarca',1309),('right/America/Cayenne',1310),('right/America/Cayman',1311),('right/America/Chicago',1312),('right/America/Chihuahua',1313),('right/America/Coral_Harbour',1314),('right/America/Cordoba',1315),('right/America/Costa_Rica',1316),('right/America/Creston',1317),('right/America/Cuiaba',1318),('right/America/Curacao',1319),('right/America/Danmarkshavn',1320),('right/America/Dawson',1321),('right/America/Dawson_Creek',1322),('right/America/Denver',1323),('right/America/Detroit',1324),('right/America/Dominica',1325),('right/America/Edmonton',1326),('right/America/Eirunepe',1327),('right/America/El_Salvador',1328),('right/America/Ensenada',1329),('right/America/Fortaleza',1332),('right/America/Fort_Nelson',1330),('right/America/Fort_Wayne',1331),('right/America/Glace_Bay',1333),('right/America/Godthab',1334),('right/America/Goose_Bay',1335),('right/America/Grand_Turk',1336),('right/America/Grenada',1337),('right/America/Guadeloupe',1338),('right/America/Guatemala',1339),('right/America/Guayaquil',1340),('right/America/Guyana',1341),('right/America/Halifax',1342),('right/America/Havana',1343),('right/America/Hermosillo',1344),('right/America/Indiana/Indianapolis',1345),('right/America/Indiana/Knox',1346),('right/America/Indiana/Marengo',1347),('right/America/Indiana/Petersburg',1348),('right/America/Indiana/Tell_City',1349),('right/America/Indiana/Vevay',1350),('right/America/Indiana/Vincennes',1351),('right/America/Indiana/Winamac',1352),('right/America/Indianapolis',1353),('right/America/Inuvik',1354),('right/America/Iqaluit',1355),('right/America/Jamaica',1356),('right/America/Jujuy',1357),('right/America/Juneau',1358),('right/America/Kentucky/Louisville',1359),('right/America/Kentucky/Monticello',1360),('right/America/Knox_IN',1361),('right/America/Kralendijk',1362),('right/America/La_Paz',1363),('right/America/Lima',1364),('right/America/Los_Angeles',1365),('right/America/Louisville',1366),('right/America/Lower_Princes',1367),('right/America/Maceio',1368),('right/America/Managua',1369),('right/America/Manaus',1370),('right/America/Marigot',1371),('right/America/Martinique',1372),('right/America/Matamoros',1373),('right/America/Mazatlan',1374),('right/America/Mendoza',1375),('right/America/Menominee',1376),('right/America/Merida',1377),('right/America/Metlakatla',1378),('right/America/Mexico_City',1379),('right/America/Miquelon',1380),('right/America/Moncton',1381),('right/America/Monterrey',1382),('right/America/Montevideo',1383),('right/America/Montreal',1384),('right/America/Montserrat',1385),('right/America/Nassau',1386),('right/America/New_York',1387),('right/America/Nipigon',1388),('right/America/Nome',1389),('right/America/Noronha',1390),('right/America/North_Dakota/Beulah',1391),('right/America/North_Dakota/Center',1392),('right/America/North_Dakota/New_Salem',1393),('right/America/Nuuk',1394),('right/America/Ojinaga',1395),('right/America/Panama',1396),('right/America/Pangnirtung',1397),('right/America/Paramaribo',1398),('right/America/Phoenix',1399),('right/America/Port-au-Prince',1400),('right/America/Porto_Acre',1402),('right/America/Porto_Velho',1403),('right/America/Port_of_Spain',1401),('right/America/Puerto_Rico',1404),('right/America/Punta_Arenas',1405),('right/America/Rainy_River',1406),('right/America/Rankin_Inlet',1407),('right/America/Recife',1408),('right/America/Regina',1409),('right/America/Resolute',1410),('right/America/Rio_Branco',1411),('right/America/Rosario',1412),('right/America/Santarem',1414),('right/America/Santa_Isabel',1413),('right/America/Santiago',1415),('right/America/Santo_Domingo',1416),('right/America/Sao_Paulo',1417),('right/America/Scoresbysund',1418),('right/America/Shiprock',1419),('right/America/Sitka',1420),('right/America/St_Barthelemy',1421),('right/America/St_Johns',1422),('right/America/St_Kitts',1423),('right/America/St_Lucia',1424),('right/America/St_Thomas',1425),('right/America/St_Vincent',1426),('right/America/Swift_Current',1427),('right/America/Tegucigalpa',1428),('right/America/Thule',1429),('right/America/Thunder_Bay',1430),('right/America/Tijuana',1431),('right/America/Toronto',1432),('right/America/Tortola',1433),('right/America/Vancouver',1434),('right/America/Virgin',1435),('right/America/Whitehorse',1436),('right/America/Winnipeg',1437),('right/America/Yakutat',1438),('right/America/Yellowknife',1439),('right/Antarctica/Casey',1440),('right/Antarctica/Davis',1441),('right/Antarctica/DumontDUrville',1442),('right/Antarctica/Macquarie',1443),('right/Antarctica/Mawson',1444),('right/Antarctica/McMurdo',1445),('right/Antarctica/Palmer',1446),('right/Antarctica/Rothera',1447),('right/Antarctica/South_Pole',1448),('right/Antarctica/Syowa',1449),('right/Antarctica/Troll',1450),('right/Antarctica/Vostok',1451),('right/Arctic/Longyearbyen',1452),('right/Asia/Aden',1453),('right/Asia/Almaty',1454),('right/Asia/Amman',1455),('right/Asia/Anadyr',1456),('right/Asia/Aqtau',1457),('right/Asia/Aqtobe',1458),('right/Asia/Ashgabat',1459),('right/Asia/Ashkhabad',1460),('right/Asia/Atyrau',1461),('right/Asia/Baghdad',1462),('right/Asia/Bahrain',1463),('right/Asia/Baku',1464),('right/Asia/Bangkok',1465),('right/Asia/Barnaul',1466),('right/Asia/Beirut',1467),('right/Asia/Bishkek',1468),('right/Asia/Brunei',1469),('right/Asia/Calcutta',1470),('right/Asia/Chita',1471),('right/Asia/Choibalsan',1472),('right/Asia/Chongqing',1473),('right/Asia/Chungking',1474),('right/Asia/Colombo',1475),('right/Asia/Dacca',1476),('right/Asia/Damascus',1477),('right/Asia/Dhaka',1478),('right/Asia/Dili',1479),('right/Asia/Dubai',1480),('right/Asia/Dushanbe',1481),('right/Asia/Famagusta',1482),('right/Asia/Gaza',1483),('right/Asia/Harbin',1484),('right/Asia/Hebron',1485),('right/Asia/Hong_Kong',1487),('right/Asia/Hovd',1488),('right/Asia/Ho_Chi_Minh',1486),('right/Asia/Irkutsk',1489),('right/Asia/Istanbul',1490),('right/Asia/Jakarta',1491),('right/Asia/Jayapura',1492),('right/Asia/Jerusalem',1493),('right/Asia/Kabul',1494),('right/Asia/Kamchatka',1495),('right/Asia/Karachi',1496),('right/Asia/Kashgar',1497),('right/Asia/Kathmandu',1498),('right/Asia/Katmandu',1499),('right/Asia/Khandyga',1500),('right/Asia/Kolkata',1501),('right/Asia/Krasnoyarsk',1502),('right/Asia/Kuala_Lumpur',1503),('right/Asia/Kuching',1504),('right/Asia/Kuwait',1505),('right/Asia/Macao',1506),('right/Asia/Macau',1507),('right/Asia/Magadan',1508),('right/Asia/Makassar',1509),('right/Asia/Manila',1510),('right/Asia/Muscat',1511),('right/Asia/Nicosia',1512),('right/Asia/Novokuznetsk',1513),('right/Asia/Novosibirsk',1514),('right/Asia/Omsk',1515),('right/Asia/Oral',1516),('right/Asia/Phnom_Penh',1517),('right/Asia/Pontianak',1518),('right/Asia/Pyongyang',1519),('right/Asia/Qatar',1520),('right/Asia/Qostanay',1521),('right/Asia/Qyzylorda',1522),('right/Asia/Rangoon',1523),('right/Asia/Riyadh',1524),('right/Asia/Saigon',1525),('right/Asia/Sakhalin',1526),('right/Asia/Samarkand',1527),('right/Asia/Seoul',1528),('right/Asia/Shanghai',1529),('right/Asia/Singapore',1530),('right/Asia/Srednekolymsk',1531),('right/Asia/Taipei',1532),('right/Asia/Tashkent',1533),('right/Asia/Tbilisi',1534),('right/Asia/Tehran',1535),('right/Asia/Tel_Aviv',1536),('right/Asia/Thimbu',1537),('right/Asia/Thimphu',1538),('right/Asia/Tokyo',1539),('right/Asia/Tomsk',1540),('right/Asia/Ujung_Pandang',1541),('right/Asia/Ulaanbaatar',1542),('right/Asia/Ulan_Bator',1543),('right/Asia/Urumqi',1544),('right/Asia/Ust-Nera',1545),('right/Asia/Vientiane',1546),('right/Asia/Vladivostok',1547),('right/Asia/Yakutsk',1548),('right/Asia/Yangon',1549),('right/Asia/Yekaterinburg',1550),('right/Asia/Yerevan',1551),('right/Atlantic/Azores',1552),('right/Atlantic/Bermuda',1553),('right/Atlantic/Canary',1554),('right/Atlantic/Cape_Verde',1555),('right/Atlantic/Faeroe',1556),('right/Atlantic/Faroe',1557),('right/Atlantic/Jan_Mayen',1558),('right/Atlantic/Madeira',1559),('right/Atlantic/Reykjavik',1560),('right/Atlantic/South_Georgia',1561),('right/Atlantic/Stanley',1563),('right/Atlantic/St_Helena',1562),('right/Australia/ACT',1564),('right/Australia/Adelaide',1565),('right/Australia/Brisbane',1566),('right/Australia/Broken_Hill',1567),('right/Australia/Canberra',1568),('right/Australia/Currie',1569),('right/Australia/Darwin',1570),('right/Australia/Eucla',1571),('right/Australia/Hobart',1572),('right/Australia/LHI',1573),('right/Australia/Lindeman',1574),('right/Australia/Lord_Howe',1575),('right/Australia/Melbourne',1576),('right/Australia/North',1578),('right/Australia/NSW',1577),('right/Australia/Perth',1579),('right/Australia/Queensland',1580),('right/Australia/South',1581),('right/Australia/Sydney',1582),('right/Australia/Tasmania',1583),('right/Australia/Victoria',1584),('right/Australia/West',1585),('right/Australia/Yancowinna',1586),('right/Brazil/Acre',1587),('right/Brazil/DeNoronha',1588),('right/Brazil/East',1589),('right/Brazil/West',1590),('right/Canada/Atlantic',1593),('right/Canada/Central',1594),('right/Canada/Eastern',1595),('right/Canada/Mountain',1596),('right/Canada/Newfoundland',1597),('right/Canada/Pacific',1598),('right/Canada/Saskatchewan',1599),('right/Canada/Yukon',1600),('right/CET',1591),('right/Chile/Continental',1601),('right/Chile/EasterIsland',1602),('right/CST6CDT',1592),('right/Cuba',1603),('right/EET',1604),('right/Egypt',1607),('right/Eire',1608),('right/EST',1605),('right/EST5EDT',1606),('right/Etc/GMT',1609),('right/Etc/GMT+0',1610),('right/Etc/GMT+1',1611),('right/Etc/GMT+10',1612),('right/Etc/GMT+11',1613),('right/Etc/GMT+12',1614),('right/Etc/GMT+2',1615),('right/Etc/GMT+3',1616),('right/Etc/GMT+4',1617),('right/Etc/GMT+5',1618),('right/Etc/GMT+6',1619),('right/Etc/GMT+7',1620),('right/Etc/GMT+8',1621),('right/Etc/GMT+9',1622),('right/Etc/GMT-0',1623),('right/Etc/GMT-1',1624),('right/Etc/GMT-10',1625),('right/Etc/GMT-11',1626),('right/Etc/GMT-12',1627),('right/Etc/GMT-13',1628),('right/Etc/GMT-14',1629),('right/Etc/GMT-2',1630),('right/Etc/GMT-3',1631),('right/Etc/GMT-4',1632),('right/Etc/GMT-5',1633),('right/Etc/GMT-6',1634),('right/Etc/GMT-7',1635),('right/Etc/GMT-8',1636),('right/Etc/GMT-9',1637),('right/Etc/GMT0',1638),('right/Etc/Greenwich',1639),('right/Etc/UCT',1640),('right/Etc/Universal',1642),('right/Etc/UTC',1641),('right/Etc/Zulu',1643),('right/Europe/Amsterdam',1644),('right/Europe/Andorra',1645),('right/Europe/Astrakhan',1646),('right/Europe/Athens',1647),('right/Europe/Belfast',1648),('right/Europe/Belgrade',1649),('right/Europe/Berlin',1650),('right/Europe/Bratislava',1651),('right/Europe/Brussels',1652),('right/Europe/Bucharest',1653),('right/Europe/Budapest',1654),('right/Europe/Busingen',1655),('right/Europe/Chisinau',1656),('right/Europe/Copenhagen',1657),('right/Europe/Dublin',1658),('right/Europe/Gibraltar',1659),('right/Europe/Guernsey',1660),('right/Europe/Helsinki',1661),('right/Europe/Isle_of_Man',1662),('right/Europe/Istanbul',1663),('right/Europe/Jersey',1664),('right/Europe/Kaliningrad',1665),('right/Europe/Kiev',1666),('right/Europe/Kirov',1667),('right/Europe/Lisbon',1668),('right/Europe/Ljubljana',1669),('right/Europe/London',1670),('right/Europe/Luxembourg',1671),('right/Europe/Madrid',1672),('right/Europe/Malta',1673),('right/Europe/Mariehamn',1674),('right/Europe/Minsk',1675),('right/Europe/Monaco',1676),('right/Europe/Moscow',1677),('right/Europe/Nicosia',1678),('right/Europe/Oslo',1679),('right/Europe/Paris',1680),('right/Europe/Podgorica',1681),('right/Europe/Prague',1682),('right/Europe/Riga',1683),('right/Europe/Rome',1684),('right/Europe/Samara',1685),('right/Europe/San_Marino',1686),('right/Europe/Sarajevo',1687),('right/Europe/Saratov',1688),('right/Europe/Simferopol',1689),('right/Europe/Skopje',1690),('right/Europe/Sofia',1691),('right/Europe/Stockholm',1692),('right/Europe/Tallinn',1693),('right/Europe/Tirane',1694),('right/Europe/Tiraspol',1695),('right/Europe/Ulyanovsk',1696),('right/Europe/Uzhgorod',1697),('right/Europe/Vaduz',1698),('right/Europe/Vatican',1699),('right/Europe/Vienna',1700),('right/Europe/Vilnius',1701),('right/Europe/Volgograd',1702),('right/Europe/Warsaw',1703),('right/Europe/Zagreb',1704),('right/Europe/Zaporozhye',1705),('right/Europe/Zurich',1706),('right/Factory',1707),('right/GB',1708),('right/GB-Eire',1709),('right/GMT',1710),('right/GMT+0',1711),('right/GMT-0',1712),('right/GMT0',1713),('right/Greenwich',1714),('right/Hongkong',1716),('right/HST',1715),('right/Iceland',1717),('right/Indian/Antananarivo',1718),('right/Indian/Chagos',1719),('right/Indian/Christmas',1720),('right/Indian/Cocos',1721),('right/Indian/Comoro',1722),('right/Indian/Kerguelen',1723),('right/Indian/Mahe',1724),('right/Indian/Maldives',1725),('right/Indian/Mauritius',1726),('right/Indian/Mayotte',1727),('right/Indian/Reunion',1728),('right/Iran',1729),('right/Israel',1730),('right/Jamaica',1731),('right/Japan',1732),('right/Kwajalein',1733),('right/Libya',1734),('right/MET',1735),('right/Mexico/BajaNorte',1738),('right/Mexico/BajaSur',1739),('right/Mexico/General',1740),('right/MST',1736),('right/MST7MDT',1737),('right/Navajo',1743),('right/NZ',1741),('right/NZ-CHAT',1742),('right/Pacific/Apia',1746),('right/Pacific/Auckland',1747),('right/Pacific/Bougainville',1748),('right/Pacific/Chatham',1749),('right/Pacific/Chuuk',1750),('right/Pacific/Easter',1751),('right/Pacific/Efate',1752),('right/Pacific/Enderbury',1753),('right/Pacific/Fakaofo',1754),('right/Pacific/Fiji',1755),('right/Pacific/Funafuti',1756),('right/Pacific/Galapagos',1757),('right/Pacific/Gambier',1758),('right/Pacific/Guadalcanal',1759),('right/Pacific/Guam',1760),('right/Pacific/Honolulu',1761),('right/Pacific/Johnston',1762),('right/Pacific/Kiritimati',1763),('right/Pacific/Kosrae',1764),('right/Pacific/Kwajalein',1765),('right/Pacific/Majuro',1766),('right/Pacific/Marquesas',1767),('right/Pacific/Midway',1768),('right/Pacific/Nauru',1769),('right/Pacific/Niue',1770),('right/Pacific/Norfolk',1771),('right/Pacific/Noumea',1772),('right/Pacific/Pago_Pago',1773),('right/Pacific/Palau',1774),('right/Pacific/Pitcairn',1775),('right/Pacific/Pohnpei',1776),('right/Pacific/Ponape',1777),('right/Pacific/Port_Moresby',1778),('right/Pacific/Rarotonga',1779),('right/Pacific/Saipan',1780),('right/Pacific/Samoa',1781),('right/Pacific/Tahiti',1782),('right/Pacific/Tarawa',1783),('right/Pacific/Tongatapu',1784),('right/Pacific/Truk',1785),('right/Pacific/Wake',1786),('right/Pacific/Wallis',1787),('right/Pacific/Yap',1788),('right/Poland',1789),('right/Portugal',1790),('right/PRC',1744),('right/PST8PDT',1745),('right/ROC',1791),('right/ROK',1792),('right/Singapore',1793),('right/SystemV/AST4',1794),('right/SystemV/AST4ADT',1795),('right/SystemV/CST6',1796),('right/SystemV/CST6CDT',1797),('right/SystemV/EST5',1798),('right/SystemV/EST5EDT',1799),('right/SystemV/HST10',1800),('right/SystemV/MST7',1801),('right/SystemV/MST7MDT',1802),('right/SystemV/PST8',1803),('right/SystemV/PST8PDT',1804),('right/SystemV/YST9',1805),('right/SystemV/YST9YDT',1806),('right/Turkey',1807),('right/UCT',1808),('right/Universal',1823),('right/US/Alaska',1809),('right/US/Aleutian',1810),('right/US/Arizona',1811),('right/US/Central',1812),('right/US/East-Indiana',1813),('right/US/Eastern',1814),('right/US/Hawaii',1815),('right/US/Indiana-Starke',1816),('right/US/Michigan',1817),('right/US/Mountain',1818),('right/US/Pacific',1819),('right/US/Pacific-New',1820),('right/US/Samoa',1821),('right/UTC',1822),('right/W-SU',1824),('right/WET',1825),('right/Zulu',1826),('ROC',573),('ROK',574),('Singapore',575),('SystemV/AST4',576),('SystemV/AST4ADT',577),('SystemV/CST6',578),('SystemV/CST6CDT',579),('SystemV/EST5',580),('SystemV/EST5EDT',581),('SystemV/HST10',582),('SystemV/MST7',583),('SystemV/MST7MDT',584),('SystemV/PST8',585),('SystemV/PST8PDT',586),('SystemV/YST9',587),('SystemV/YST9YDT',588),('Turkey',589),('UCT',590),('Universal',605),('US/Alaska',591),('US/Aleutian',592),('US/Arizona',593),('US/Central',594),('US/East-Indiana',595),('US/Eastern',596),('US/Hawaii',597),('US/Indiana-Starke',598),('US/Michigan',599),('US/Mountain',600),('US/Pacific',601),('US/Pacific-New',602),('US/Samoa',603),('UTC',604),('W-SU',606),('WET',607),('Zulu',608);
+INSERT INTO `time_zone_name` VALUES ('Africa/Abidjan',1),('Africa/Accra',2),('Africa/Addis_Ababa',3),('Africa/Algiers',4),('Africa/Asmara',5),('Africa/Asmera',6),('Africa/Bamako',7),('Africa/Bangui',8),('Africa/Banjul',9),('Africa/Bissau',10),('Africa/Blantyre',11),('Africa/Brazzaville',12),('Africa/Bujumbura',13),('Africa/Cairo',14),('Africa/Casablanca',15),('Africa/Ceuta',16),('Africa/Conakry',17),('Africa/Dakar',18),('Africa/Dar_es_Salaam',19),('Africa/Djibouti',20),('Africa/Douala',21),('Africa/El_Aaiun',22),('Africa/Freetown',23),('Africa/Gaborone',24),('Africa/Harare',25),('Africa/Johannesburg',26),('Africa/Juba',27),('Africa/Kampala',28),('Africa/Khartoum',29),('Africa/Kigali',30),('Africa/Kinshasa',31),('Africa/Lagos',32),('Africa/Libreville',33),('Africa/Lome',34),('Africa/Luanda',35),('Africa/Lubumbashi',36),('Africa/Lusaka',37),('Africa/Malabo',38),('Africa/Maputo',39),('Africa/Maseru',40),('Africa/Mbabane',41),('Africa/Mogadishu',42),('Africa/Monrovia',43),('Africa/Nairobi',44),('Africa/Ndjamena',45),('Africa/Niamey',46),('Africa/Nouakchott',47),('Africa/Ouagadougou',48),('Africa/Porto-Novo',49),('Africa/Sao_Tome',50),('Africa/Timbuktu',51),('Africa/Tripoli',52),('Africa/Tunis',53),('Africa/Windhoek',54),('America/Adak',55),('America/Anchorage',56),('America/Anguilla',57),('America/Antigua',58),('America/Araguaina',59),('America/Argentina/Buenos_Aires',60),('America/Argentina/Catamarca',61),('America/Argentina/ComodRivadavia',62),('America/Argentina/Cordoba',63),('America/Argentina/Jujuy',64),('America/Argentina/La_Rioja',65),('America/Argentina/Mendoza',66),('America/Argentina/Rio_Gallegos',67),('America/Argentina/Salta',68),('America/Argentina/San_Juan',69),('America/Argentina/San_Luis',70),('America/Argentina/Tucuman',71),('America/Argentina/Ushuaia',72),('America/Aruba',73),('America/Asuncion',74),('America/Atikokan',75),('America/Atka',76),('America/Bahia',77),('America/Bahia_Banderas',78),('America/Barbados',79),('America/Belem',80),('America/Belize',81),('America/Blanc-Sablon',82),('America/Boa_Vista',83),('America/Bogota',84),('America/Boise',85),('America/Buenos_Aires',86),('America/Cambridge_Bay',87),('America/Campo_Grande',88),('America/Cancun',89),('America/Caracas',90),('America/Catamarca',91),('America/Cayenne',92),('America/Cayman',93),('America/Chicago',94),('America/Chihuahua',95),('America/Coral_Harbour',96),('America/Cordoba',97),('America/Costa_Rica',98),('America/Creston',99),('America/Cuiaba',100),('America/Curacao',101),('America/Danmarkshavn',102),('America/Dawson',103),('America/Dawson_Creek',104),('America/Denver',105),('America/Detroit',106),('America/Dominica',107),('America/Edmonton',108),('America/Eirunepe',109),('America/El_Salvador',110),('America/Ensenada',111),('America/Fortaleza',114),('America/Fort_Nelson',112),('America/Fort_Wayne',113),('America/Glace_Bay',115),('America/Godthab',116),('America/Goose_Bay',117),('America/Grand_Turk',118),('America/Grenada',119),('America/Guadeloupe',120),('America/Guatemala',121),('America/Guayaquil',122),('America/Guyana',123),('America/Halifax',124),('America/Havana',125),('America/Hermosillo',126),('America/Indiana/Indianapolis',127),('America/Indiana/Knox',128),('America/Indiana/Marengo',129),('America/Indiana/Petersburg',130),('America/Indiana/Tell_City',131),('America/Indiana/Vevay',132),('America/Indiana/Vincennes',133),('America/Indiana/Winamac',134),('America/Indianapolis',135),('America/Inuvik',136),('America/Iqaluit',137),('America/Jamaica',138),('America/Jujuy',139),('America/Juneau',140),('America/Kentucky/Louisville',141),('America/Kentucky/Monticello',142),('America/Knox_IN',143),('America/Kralendijk',144),('America/La_Paz',145),('America/Lima',146),('America/Los_Angeles',147),('America/Louisville',148),('America/Lower_Princes',149),('America/Maceio',150),('America/Managua',151),('America/Manaus',152),('America/Marigot',153),('America/Martinique',154),('America/Matamoros',155),('America/Mazatlan',156),('America/Mendoza',157),('America/Menominee',158),('America/Merida',159),('America/Metlakatla',160),('America/Mexico_City',161),('America/Miquelon',162),('America/Moncton',163),('America/Monterrey',164),('America/Montevideo',165),('America/Montreal',166),('America/Montserrat',167),('America/Nassau',168),('America/New_York',169),('America/Nipigon',170),('America/Nome',171),('America/Noronha',172),('America/North_Dakota/Beulah',173),('America/North_Dakota/Center',174),('America/North_Dakota/New_Salem',175),('America/Nuuk',176),('America/Ojinaga',177),('America/Panama',178),('America/Pangnirtung',179),('America/Paramaribo',180),('America/Phoenix',181),('America/Port-au-Prince',182),('America/Porto_Acre',184),('America/Porto_Velho',185),('America/Port_of_Spain',183),('America/Puerto_Rico',186),('America/Punta_Arenas',187),('America/Rainy_River',188),('America/Rankin_Inlet',189),('America/Recife',190),('America/Regina',191),('America/Resolute',192),('America/Rio_Branco',193),('America/Rosario',194),('America/Santarem',196),('America/Santa_Isabel',195),('America/Santiago',197),('America/Santo_Domingo',198),('America/Sao_Paulo',199),('America/Scoresbysund',200),('America/Shiprock',201),('America/Sitka',202),('America/St_Barthelemy',203),('America/St_Johns',204),('America/St_Kitts',205),('America/St_Lucia',206),('America/St_Thomas',207),('America/St_Vincent',208),('America/Swift_Current',209),('America/Tegucigalpa',210),('America/Thule',211),('America/Thunder_Bay',212),('America/Tijuana',213),('America/Toronto',214),('America/Tortola',215),('America/Vancouver',216),('America/Virgin',217),('America/Whitehorse',218),('America/Winnipeg',219),('America/Yakutat',220),('America/Yellowknife',221),('Antarctica/Casey',222),('Antarctica/Davis',223),('Antarctica/DumontDUrville',224),('Antarctica/Macquarie',225),('Antarctica/Mawson',226),('Antarctica/McMurdo',227),('Antarctica/Palmer',228),('Antarctica/Rothera',229),('Antarctica/South_Pole',230),('Antarctica/Syowa',231),('Antarctica/Troll',232),('Antarctica/Vostok',233),('Arctic/Longyearbyen',234),('Asia/Aden',235),('Asia/Almaty',236),('Asia/Amman',237),('Asia/Anadyr',238),('Asia/Aqtau',239),('Asia/Aqtobe',240),('Asia/Ashgabat',241),('Asia/Ashkhabad',242),('Asia/Atyrau',243),('Asia/Baghdad',244),('Asia/Bahrain',245),('Asia/Baku',246),('Asia/Bangkok',247),('Asia/Barnaul',248),('Asia/Beirut',249),('Asia/Bishkek',250),('Asia/Brunei',251),('Asia/Calcutta',252),('Asia/Chita',253),('Asia/Choibalsan',254),('Asia/Chongqing',255),('Asia/Chungking',256),('Asia/Colombo',257),('Asia/Dacca',258),('Asia/Damascus',259),('Asia/Dhaka',260),('Asia/Dili',261),('Asia/Dubai',262),('Asia/Dushanbe',263),('Asia/Famagusta',264),('Asia/Gaza',265),('Asia/Harbin',266),('Asia/Hebron',267),('Asia/Hong_Kong',269),('Asia/Hovd',270),('Asia/Ho_Chi_Minh',268),('Asia/Irkutsk',271),('Asia/Istanbul',272),('Asia/Jakarta',273),('Asia/Jayapura',274),('Asia/Jerusalem',275),('Asia/Kabul',276),('Asia/Kamchatka',277),('Asia/Karachi',278),('Asia/Kashgar',279),('Asia/Kathmandu',280),('Asia/Katmandu',281),('Asia/Khandyga',282),('Asia/Kolkata',283),('Asia/Krasnoyarsk',284),('Asia/Kuala_Lumpur',285),('Asia/Kuching',286),('Asia/Kuwait',287),('Asia/Macao',288),('Asia/Macau',289),('Asia/Magadan',290),('Asia/Makassar',291),('Asia/Manila',292),('Asia/Muscat',293),('Asia/Nicosia',294),('Asia/Novokuznetsk',295),('Asia/Novosibirsk',296),('Asia/Omsk',297),('Asia/Oral',298),('Asia/Phnom_Penh',299),('Asia/Pontianak',300),('Asia/Pyongyang',301),('Asia/Qatar',302),('Asia/Qostanay',303),('Asia/Qyzylorda',304),('Asia/Rangoon',305),('Asia/Riyadh',306),('Asia/Saigon',307),('Asia/Sakhalin',308),('Asia/Samarkand',309),('Asia/Seoul',310),('Asia/Shanghai',311),('Asia/Singapore',312),('Asia/Srednekolymsk',313),('Asia/Taipei',314),('Asia/Tashkent',315),('Asia/Tbilisi',316),('Asia/Tehran',317),('Asia/Tel_Aviv',318),('Asia/Thimbu',319),('Asia/Thimphu',320),('Asia/Tokyo',321),('Asia/Tomsk',322),('Asia/Ujung_Pandang',323),('Asia/Ulaanbaatar',324),('Asia/Ulan_Bator',325),('Asia/Urumqi',326),('Asia/Ust-Nera',327),('Asia/Vientiane',328),('Asia/Vladivostok',329),('Asia/Yakutsk',330),('Asia/Yangon',331),('Asia/Yekaterinburg',332),('Asia/Yerevan',333),('Atlantic/Azores',334),('Atlantic/Bermuda',335),('Atlantic/Canary',336),('Atlantic/Cape_Verde',337),('Atlantic/Faeroe',338),('Atlantic/Faroe',339),('Atlantic/Jan_Mayen',340),('Atlantic/Madeira',341),('Atlantic/Reykjavik',342),('Atlantic/South_Georgia',343),('Atlantic/Stanley',345),('Atlantic/St_Helena',344),('Australia/ACT',346),('Australia/Adelaide',347),('Australia/Brisbane',348),('Australia/Broken_Hill',349),('Australia/Canberra',350),('Australia/Currie',351),('Australia/Darwin',352),('Australia/Eucla',353),('Australia/Hobart',354),('Australia/LHI',355),('Australia/Lindeman',356),('Australia/Lord_Howe',357),('Australia/Melbourne',358),('Australia/North',360),('Australia/NSW',359),('Australia/Perth',361),('Australia/Queensland',362),('Australia/South',363),('Australia/Sydney',364),('Australia/Tasmania',365),('Australia/Victoria',366),('Australia/West',367),('Australia/Yancowinna',368),('Brazil/Acre',369),('Brazil/DeNoronha',370),('Brazil/East',371),('Brazil/West',372),('Canada/Atlantic',375),('Canada/Central',376),('Canada/Eastern',377),('Canada/Mountain',378),('Canada/Newfoundland',379),('Canada/Pacific',380),('Canada/Saskatchewan',381),('Canada/Yukon',382),('CET',373),('Chile/Continental',383),('Chile/EasterIsland',384),('CST6CDT',374),('Cuba',385),('EET',386),('Egypt',389),('Eire',390),('EST',387),('EST5EDT',388),('Etc/GMT',391),('Etc/GMT+0',392),('Etc/GMT+1',393),('Etc/GMT+10',394),('Etc/GMT+11',395),('Etc/GMT+12',396),('Etc/GMT+2',397),('Etc/GMT+3',398),('Etc/GMT+4',399),('Etc/GMT+5',400),('Etc/GMT+6',401),('Etc/GMT+7',402),('Etc/GMT+8',403),('Etc/GMT+9',404),('Etc/GMT-0',405),('Etc/GMT-1',406),('Etc/GMT-10',407),('Etc/GMT-11',408),('Etc/GMT-12',409),('Etc/GMT-13',410),('Etc/GMT-14',411),('Etc/GMT-2',412),('Etc/GMT-3',413),('Etc/GMT-4',414),('Etc/GMT-5',415),('Etc/GMT-6',416),('Etc/GMT-7',417),('Etc/GMT-8',418),('Etc/GMT-9',419),('Etc/GMT0',420),('Etc/Greenwich',421),('Etc/UCT',422),('Etc/Universal',424),('Etc/UTC',423),('Etc/Zulu',425),('Europe/Amsterdam',426),('Europe/Andorra',427),('Europe/Astrakhan',428),('Europe/Athens',429),('Europe/Belfast',430),('Europe/Belgrade',431),('Europe/Berlin',432),('Europe/Bratislava',433),('Europe/Brussels',434),('Europe/Bucharest',435),('Europe/Budapest',436),('Europe/Busingen',437),('Europe/Chisinau',438),('Europe/Copenhagen',439),('Europe/Dublin',440),('Europe/Gibraltar',441),('Europe/Guernsey',442),('Europe/Helsinki',443),('Europe/Isle_of_Man',444),('Europe/Istanbul',445),('Europe/Jersey',446),('Europe/Kaliningrad',447),('Europe/Kiev',448),('Europe/Kirov',449),('Europe/Lisbon',450),('Europe/Ljubljana',451),('Europe/London',452),('Europe/Luxembourg',453),('Europe/Madrid',454),('Europe/Malta',455),('Europe/Mariehamn',456),('Europe/Minsk',457),('Europe/Monaco',458),('Europe/Moscow',459),('Europe/Nicosia',460),('Europe/Oslo',461),('Europe/Paris',462),('Europe/Podgorica',463),('Europe/Prague',464),('Europe/Riga',465),('Europe/Rome',466),('Europe/Samara',467),('Europe/San_Marino',468),('Europe/Sarajevo',469),('Europe/Saratov',470),('Europe/Simferopol',471),('Europe/Skopje',472),('Europe/Sofia',473),('Europe/Stockholm',474),('Europe/Tallinn',475),('Europe/Tirane',476),('Europe/Tiraspol',477),('Europe/Ulyanovsk',478),('Europe/Uzhgorod',479),('Europe/Vaduz',480),('Europe/Vatican',481),('Europe/Vienna',482),('Europe/Vilnius',483),('Europe/Volgograd',484),('Europe/Warsaw',485),('Europe/Zagreb',486),('Europe/Zaporozhye',487),('Europe/Zurich',488),('GB',489),('GB-Eire',490),('GMT',491),('GMT+0',492),('GMT-0',493),('GMT0',494),('Greenwich',495),('Hongkong',497),('HST',496),('Iceland',498),('Indian/Antananarivo',499),('Indian/Chagos',500),('Indian/Christmas',501),('Indian/Cocos',502),('Indian/Comoro',503),('Indian/Kerguelen',504),('Indian/Mahe',505),('Indian/Maldives',506),('Indian/Mauritius',507),('Indian/Mayotte',508),('Indian/Reunion',509),('Iran',510),('Israel',511),('Jamaica',512),('Japan',513),('Kwajalein',514),('Libya',515),('MET',516),('Mexico/BajaNorte',519),('Mexico/BajaSur',520),('Mexico/General',521),('MST',517),('MST7MDT',518),('Navajo',524),('NZ',522),('NZ-CHAT',523),('Pacific/Apia',527),('Pacific/Auckland',528),('Pacific/Bougainville',529),('Pacific/Chatham',530),('Pacific/Chuuk',531),('Pacific/Easter',532),('Pacific/Efate',533),('Pacific/Enderbury',534),('Pacific/Fakaofo',535),('Pacific/Fiji',536),('Pacific/Funafuti',537),('Pacific/Galapagos',538),('Pacific/Gambier',539),('Pacific/Guadalcanal',540),('Pacific/Guam',541),('Pacific/Honolulu',542),('Pacific/Johnston',543),('Pacific/Kanton',544),('Pacific/Kiritimati',545),('Pacific/Kosrae',546),('Pacific/Kwajalein',547),('Pacific/Majuro',548),('Pacific/Marquesas',549),('Pacific/Midway',550),('Pacific/Nauru',551),('Pacific/Niue',552),('Pacific/Norfolk',553),('Pacific/Noumea',554),('Pacific/Pago_Pago',555),('Pacific/Palau',556),('Pacific/Pitcairn',557),('Pacific/Pohnpei',558),('Pacific/Ponape',559),('Pacific/Port_Moresby',560),('Pacific/Rarotonga',561),('Pacific/Saipan',562),('Pacific/Samoa',563),('Pacific/Tahiti',564),('Pacific/Tarawa',565),('Pacific/Tongatapu',566),('Pacific/Truk',567),('Pacific/Wake',568),('Pacific/Wallis',569),('Pacific/Yap',570),('Poland',571),('Portugal',572),('posix/Africa/Abidjan',595),('posix/Africa/Accra',596),('posix/Africa/Addis_Ababa',597),('posix/Africa/Algiers',598),('posix/Africa/Asmara',599),('posix/Africa/Asmera',600),('posix/Africa/Bamako',601),('posix/Africa/Bangui',602),('posix/Africa/Banjul',603),('posix/Africa/Bissau',604),('posix/Africa/Blantyre',605),('posix/Africa/Brazzaville',606),('posix/Africa/Bujumbura',607),('posix/Africa/Cairo',608),('posix/Africa/Casablanca',609),('posix/Africa/Ceuta',610),('posix/Africa/Conakry',611),('posix/Africa/Dakar',612),('posix/Africa/Dar_es_Salaam',613),('posix/Africa/Djibouti',614),('posix/Africa/Douala',615),('posix/Africa/El_Aaiun',616),('posix/Africa/Freetown',617),('posix/Africa/Gaborone',618),('posix/Africa/Harare',619),('posix/Africa/Johannesburg',620),('posix/Africa/Juba',621),('posix/Africa/Kampala',622),('posix/Africa/Khartoum',623),('posix/Africa/Kigali',624),('posix/Africa/Kinshasa',625),('posix/Africa/Lagos',626),('posix/Africa/Libreville',627),('posix/Africa/Lome',628),('posix/Africa/Luanda',629),('posix/Africa/Lubumbashi',630),('posix/Africa/Lusaka',631),('posix/Africa/Malabo',632),('posix/Africa/Maputo',633),('posix/Africa/Maseru',634),('posix/Africa/Mbabane',635),('posix/Africa/Mogadishu',636),('posix/Africa/Monrovia',637),('posix/Africa/Nairobi',638),('posix/Africa/Ndjamena',639),('posix/Africa/Niamey',640),('posix/Africa/Nouakchott',641),('posix/Africa/Ouagadougou',642),('posix/Africa/Porto-Novo',643),('posix/Africa/Sao_Tome',644),('posix/Africa/Timbuktu',645),('posix/Africa/Tripoli',646),('posix/Africa/Tunis',647),('posix/Africa/Windhoek',648),('posix/America/Adak',649),('posix/America/Anchorage',650),('posix/America/Anguilla',651),('posix/America/Antigua',652),('posix/America/Araguaina',653),('posix/America/Argentina/Buenos_Aires',654),('posix/America/Argentina/Catamarca',655),('posix/America/Argentina/ComodRivadavia',656),('posix/America/Argentina/Cordoba',657),('posix/America/Argentina/Jujuy',658),('posix/America/Argentina/La_Rioja',659),('posix/America/Argentina/Mendoza',660),('posix/America/Argentina/Rio_Gallegos',661),('posix/America/Argentina/Salta',662),('posix/America/Argentina/San_Juan',663),('posix/America/Argentina/San_Luis',664),('posix/America/Argentina/Tucuman',665),('posix/America/Argentina/Ushuaia',666),('posix/America/Aruba',667),('posix/America/Asuncion',668),('posix/America/Atikokan',669),('posix/America/Atka',670),('posix/America/Bahia',671),('posix/America/Bahia_Banderas',672),('posix/America/Barbados',673),('posix/America/Belem',674),('posix/America/Belize',675),('posix/America/Blanc-Sablon',676),('posix/America/Boa_Vista',677),('posix/America/Bogota',678),('posix/America/Boise',679),('posix/America/Buenos_Aires',680),('posix/America/Cambridge_Bay',681),('posix/America/Campo_Grande',682),('posix/America/Cancun',683),('posix/America/Caracas',684),('posix/America/Catamarca',685),('posix/America/Cayenne',686),('posix/America/Cayman',687),('posix/America/Chicago',688),('posix/America/Chihuahua',689),('posix/America/Coral_Harbour',690),('posix/America/Cordoba',691),('posix/America/Costa_Rica',692),('posix/America/Creston',693),('posix/America/Cuiaba',694),('posix/America/Curacao',695),('posix/America/Danmarkshavn',696),('posix/America/Dawson',697),('posix/America/Dawson_Creek',698),('posix/America/Denver',699),('posix/America/Detroit',700),('posix/America/Dominica',701),('posix/America/Edmonton',702),('posix/America/Eirunepe',703),('posix/America/El_Salvador',704),('posix/America/Ensenada',705),('posix/America/Fortaleza',708),('posix/America/Fort_Nelson',706),('posix/America/Fort_Wayne',707),('posix/America/Glace_Bay',709),('posix/America/Godthab',710),('posix/America/Goose_Bay',711),('posix/America/Grand_Turk',712),('posix/America/Grenada',713),('posix/America/Guadeloupe',714),('posix/America/Guatemala',715),('posix/America/Guayaquil',716),('posix/America/Guyana',717),('posix/America/Halifax',718),('posix/America/Havana',719),('posix/America/Hermosillo',720),('posix/America/Indiana/Indianapolis',721),('posix/America/Indiana/Knox',722),('posix/America/Indiana/Marengo',723),('posix/America/Indiana/Petersburg',724),('posix/America/Indiana/Tell_City',725),('posix/America/Indiana/Vevay',726),('posix/America/Indiana/Vincennes',727),('posix/America/Indiana/Winamac',728),('posix/America/Indianapolis',729),('posix/America/Inuvik',730),('posix/America/Iqaluit',731),('posix/America/Jamaica',732),('posix/America/Jujuy',733),('posix/America/Juneau',734),('posix/America/Kentucky/Louisville',735),('posix/America/Kentucky/Monticello',736),('posix/America/Knox_IN',737),('posix/America/Kralendijk',738),('posix/America/La_Paz',739),('posix/America/Lima',740),('posix/America/Los_Angeles',741),('posix/America/Louisville',742),('posix/America/Lower_Princes',743),('posix/America/Maceio',744),('posix/America/Managua',745),('posix/America/Manaus',746),('posix/America/Marigot',747),('posix/America/Martinique',748),('posix/America/Matamoros',749),('posix/America/Mazatlan',750),('posix/America/Mendoza',751),('posix/America/Menominee',752),('posix/America/Merida',753),('posix/America/Metlakatla',754),('posix/America/Mexico_City',755),('posix/America/Miquelon',756),('posix/America/Moncton',757),('posix/America/Monterrey',758),('posix/America/Montevideo',759),('posix/America/Montreal',760),('posix/America/Montserrat',761),('posix/America/Nassau',762),('posix/America/New_York',763),('posix/America/Nipigon',764),('posix/America/Nome',765),('posix/America/Noronha',766),('posix/America/North_Dakota/Beulah',767),('posix/America/North_Dakota/Center',768),('posix/America/North_Dakota/New_Salem',769),('posix/America/Nuuk',770),('posix/America/Ojinaga',771),('posix/America/Panama',772),('posix/America/Pangnirtung',773),('posix/America/Paramaribo',774),('posix/America/Phoenix',775),('posix/America/Port-au-Prince',776),('posix/America/Porto_Acre',778),('posix/America/Porto_Velho',779),('posix/America/Port_of_Spain',777),('posix/America/Puerto_Rico',780),('posix/America/Punta_Arenas',781),('posix/America/Rainy_River',782),('posix/America/Rankin_Inlet',783),('posix/America/Recife',784),('posix/America/Regina',785),('posix/America/Resolute',786),('posix/America/Rio_Branco',787),('posix/America/Rosario',788),('posix/America/Santarem',790),('posix/America/Santa_Isabel',789),('posix/America/Santiago',791),('posix/America/Santo_Domingo',792),('posix/America/Sao_Paulo',793),('posix/America/Scoresbysund',794),('posix/America/Shiprock',795),('posix/America/Sitka',796),('posix/America/St_Barthelemy',797),('posix/America/St_Johns',798),('posix/America/St_Kitts',799),('posix/America/St_Lucia',800),('posix/America/St_Thomas',801),('posix/America/St_Vincent',802),('posix/America/Swift_Current',803),('posix/America/Tegucigalpa',804),('posix/America/Thule',805),('posix/America/Thunder_Bay',806),('posix/America/Tijuana',807),('posix/America/Toronto',808),('posix/America/Tortola',809),('posix/America/Vancouver',810),('posix/America/Virgin',811),('posix/America/Whitehorse',812),('posix/America/Winnipeg',813),('posix/America/Yakutat',814),('posix/America/Yellowknife',815),('posix/Antarctica/Casey',816),('posix/Antarctica/Davis',817),('posix/Antarctica/DumontDUrville',818),('posix/Antarctica/Macquarie',819),('posix/Antarctica/Mawson',820),('posix/Antarctica/McMurdo',821),('posix/Antarctica/Palmer',822),('posix/Antarctica/Rothera',823),('posix/Antarctica/South_Pole',824),('posix/Antarctica/Syowa',825),('posix/Antarctica/Troll',826),('posix/Antarctica/Vostok',827),('posix/Arctic/Longyearbyen',828),('posix/Asia/Aden',829),('posix/Asia/Almaty',830),('posix/Asia/Amman',831),('posix/Asia/Anadyr',832),('posix/Asia/Aqtau',833),('posix/Asia/Aqtobe',834),('posix/Asia/Ashgabat',835),('posix/Asia/Ashkhabad',836),('posix/Asia/Atyrau',837),('posix/Asia/Baghdad',838),('posix/Asia/Bahrain',839),('posix/Asia/Baku',840),('posix/Asia/Bangkok',841),('posix/Asia/Barnaul',842),('posix/Asia/Beirut',843),('posix/Asia/Bishkek',844),('posix/Asia/Brunei',845),('posix/Asia/Calcutta',846),('posix/Asia/Chita',847),('posix/Asia/Choibalsan',848),('posix/Asia/Chongqing',849),('posix/Asia/Chungking',850),('posix/Asia/Colombo',851),('posix/Asia/Dacca',852),('posix/Asia/Damascus',853),('posix/Asia/Dhaka',854),('posix/Asia/Dili',855),('posix/Asia/Dubai',856),('posix/Asia/Dushanbe',857),('posix/Asia/Famagusta',858),('posix/Asia/Gaza',859),('posix/Asia/Harbin',860),('posix/Asia/Hebron',861),('posix/Asia/Hong_Kong',863),('posix/Asia/Hovd',864),('posix/Asia/Ho_Chi_Minh',862),('posix/Asia/Irkutsk',865),('posix/Asia/Istanbul',866),('posix/Asia/Jakarta',867),('posix/Asia/Jayapura',868),('posix/Asia/Jerusalem',869),('posix/Asia/Kabul',870),('posix/Asia/Kamchatka',871),('posix/Asia/Karachi',872),('posix/Asia/Kashgar',873),('posix/Asia/Kathmandu',874),('posix/Asia/Katmandu',875),('posix/Asia/Khandyga',876),('posix/Asia/Kolkata',877),('posix/Asia/Krasnoyarsk',878),('posix/Asia/Kuala_Lumpur',879),('posix/Asia/Kuching',880),('posix/Asia/Kuwait',881),('posix/Asia/Macao',882),('posix/Asia/Macau',883),('posix/Asia/Magadan',884),('posix/Asia/Makassar',885),('posix/Asia/Manila',886),('posix/Asia/Muscat',887),('posix/Asia/Nicosia',888),('posix/Asia/Novokuznetsk',889),('posix/Asia/Novosibirsk',890),('posix/Asia/Omsk',891),('posix/Asia/Oral',892),('posix/Asia/Phnom_Penh',893),('posix/Asia/Pontianak',894),('posix/Asia/Pyongyang',895),('posix/Asia/Qatar',896),('posix/Asia/Qostanay',897),('posix/Asia/Qyzylorda',898),('posix/Asia/Rangoon',899),('posix/Asia/Riyadh',900),('posix/Asia/Saigon',901),('posix/Asia/Sakhalin',902),('posix/Asia/Samarkand',903),('posix/Asia/Seoul',904),('posix/Asia/Shanghai',905),('posix/Asia/Singapore',906),('posix/Asia/Srednekolymsk',907),('posix/Asia/Taipei',908),('posix/Asia/Tashkent',909),('posix/Asia/Tbilisi',910),('posix/Asia/Tehran',911),('posix/Asia/Tel_Aviv',912),('posix/Asia/Thimbu',913),('posix/Asia/Thimphu',914),('posix/Asia/Tokyo',915),('posix/Asia/Tomsk',916),('posix/Asia/Ujung_Pandang',917),('posix/Asia/Ulaanbaatar',918),('posix/Asia/Ulan_Bator',919),('posix/Asia/Urumqi',920),('posix/Asia/Ust-Nera',921),('posix/Asia/Vientiane',922),('posix/Asia/Vladivostok',923),('posix/Asia/Yakutsk',924),('posix/Asia/Yangon',925),('posix/Asia/Yekaterinburg',926),('posix/Asia/Yerevan',927),('posix/Atlantic/Azores',928),('posix/Atlantic/Bermuda',929),('posix/Atlantic/Canary',930),('posix/Atlantic/Cape_Verde',931),('posix/Atlantic/Faeroe',932),('posix/Atlantic/Faroe',933),('posix/Atlantic/Jan_Mayen',934),('posix/Atlantic/Madeira',935),('posix/Atlantic/Reykjavik',936),('posix/Atlantic/South_Georgia',937),('posix/Atlantic/Stanley',939),('posix/Atlantic/St_Helena',938),('posix/Australia/ACT',940),('posix/Australia/Adelaide',941),('posix/Australia/Brisbane',942),('posix/Australia/Broken_Hill',943),('posix/Australia/Canberra',944),('posix/Australia/Currie',945),('posix/Australia/Darwin',946),('posix/Australia/Eucla',947),('posix/Australia/Hobart',948),('posix/Australia/LHI',949),('posix/Australia/Lindeman',950),('posix/Australia/Lord_Howe',951),('posix/Australia/Melbourne',952),('posix/Australia/North',954),('posix/Australia/NSW',953),('posix/Australia/Perth',955),('posix/Australia/Queensland',956),('posix/Australia/South',957),('posix/Australia/Sydney',958),('posix/Australia/Tasmania',959),('posix/Australia/Victoria',960),('posix/Australia/West',961),('posix/Australia/Yancowinna',962),('posix/Brazil/Acre',963),('posix/Brazil/DeNoronha',964),('posix/Brazil/East',965),('posix/Brazil/West',966),('posix/Canada/Atlantic',969),('posix/Canada/Central',970),('posix/Canada/Eastern',971),('posix/Canada/Mountain',972),('posix/Canada/Newfoundland',973),('posix/Canada/Pacific',974),('posix/Canada/Saskatchewan',975),('posix/Canada/Yukon',976),('posix/CET',967),('posix/Chile/Continental',977),('posix/Chile/EasterIsland',978),('posix/CST6CDT',968),('posix/Cuba',979),('posix/EET',980),('posix/Egypt',983),('posix/Eire',984),('posix/EST',981),('posix/EST5EDT',982),('posix/Etc/GMT',985),('posix/Etc/GMT+0',986),('posix/Etc/GMT+1',987),('posix/Etc/GMT+10',988),('posix/Etc/GMT+11',989),('posix/Etc/GMT+12',990),('posix/Etc/GMT+2',991),('posix/Etc/GMT+3',992),('posix/Etc/GMT+4',993),('posix/Etc/GMT+5',994),('posix/Etc/GMT+6',995),('posix/Etc/GMT+7',996),('posix/Etc/GMT+8',997),('posix/Etc/GMT+9',998),('posix/Etc/GMT-0',999),('posix/Etc/GMT-1',1000),('posix/Etc/GMT-10',1001),('posix/Etc/GMT-11',1002),('posix/Etc/GMT-12',1003),('posix/Etc/GMT-13',1004),('posix/Etc/GMT-14',1005),('posix/Etc/GMT-2',1006),('posix/Etc/GMT-3',1007),('posix/Etc/GMT-4',1008),('posix/Etc/GMT-5',1009),('posix/Etc/GMT-6',1010),('posix/Etc/GMT-7',1011),('posix/Etc/GMT-8',1012),('posix/Etc/GMT-9',1013),('posix/Etc/GMT0',1014),('posix/Etc/Greenwich',1015),('posix/Etc/UCT',1016),('posix/Etc/Universal',1018),('posix/Etc/UTC',1017),('posix/Etc/Zulu',1019),('posix/Europe/Amsterdam',1020),('posix/Europe/Andorra',1021),('posix/Europe/Astrakhan',1022),('posix/Europe/Athens',1023),('posix/Europe/Belfast',1024),('posix/Europe/Belgrade',1025),('posix/Europe/Berlin',1026),('posix/Europe/Bratislava',1027),('posix/Europe/Brussels',1028),('posix/Europe/Bucharest',1029),('posix/Europe/Budapest',1030),('posix/Europe/Busingen',1031),('posix/Europe/Chisinau',1032),('posix/Europe/Copenhagen',1033),('posix/Europe/Dublin',1034),('posix/Europe/Gibraltar',1035),('posix/Europe/Guernsey',1036),('posix/Europe/Helsinki',1037),('posix/Europe/Isle_of_Man',1038),('posix/Europe/Istanbul',1039),('posix/Europe/Jersey',1040),('posix/Europe/Kaliningrad',1041),('posix/Europe/Kiev',1042),('posix/Europe/Kirov',1043),('posix/Europe/Lisbon',1044),('posix/Europe/Ljubljana',1045),('posix/Europe/London',1046),('posix/Europe/Luxembourg',1047),('posix/Europe/Madrid',1048),('posix/Europe/Malta',1049),('posix/Europe/Mariehamn',1050),('posix/Europe/Minsk',1051),('posix/Europe/Monaco',1052),('posix/Europe/Moscow',1053),('posix/Europe/Nicosia',1054),('posix/Europe/Oslo',1055),('posix/Europe/Paris',1056),('posix/Europe/Podgorica',1057),('posix/Europe/Prague',1058),('posix/Europe/Riga',1059),('posix/Europe/Rome',1060),('posix/Europe/Samara',1061),('posix/Europe/San_Marino',1062),('posix/Europe/Sarajevo',1063),('posix/Europe/Saratov',1064),('posix/Europe/Simferopol',1065),('posix/Europe/Skopje',1066),('posix/Europe/Sofia',1067),('posix/Europe/Stockholm',1068),('posix/Europe/Tallinn',1069),('posix/Europe/Tirane',1070),('posix/Europe/Tiraspol',1071),('posix/Europe/Ulyanovsk',1072),('posix/Europe/Uzhgorod',1073),('posix/Europe/Vaduz',1074),('posix/Europe/Vatican',1075),('posix/Europe/Vienna',1076),('posix/Europe/Vilnius',1077),('posix/Europe/Volgograd',1078),('posix/Europe/Warsaw',1079),('posix/Europe/Zagreb',1080),('posix/Europe/Zaporozhye',1081),('posix/Europe/Zurich',1082),('posix/GB',1083),('posix/GB-Eire',1084),('posix/GMT',1085),('posix/GMT+0',1086),('posix/GMT-0',1087),('posix/GMT0',1088),('posix/Greenwich',1089),('posix/Hongkong',1091),('posix/HST',1090),('posix/Iceland',1092),('posix/Indian/Antananarivo',1093),('posix/Indian/Chagos',1094),('posix/Indian/Christmas',1095),('posix/Indian/Cocos',1096),('posix/Indian/Comoro',1097),('posix/Indian/Kerguelen',1098),('posix/Indian/Mahe',1099),('posix/Indian/Maldives',1100),('posix/Indian/Mauritius',1101),('posix/Indian/Mayotte',1102),('posix/Indian/Reunion',1103),('posix/Iran',1104),('posix/Israel',1105),('posix/Jamaica',1106),('posix/Japan',1107),('posix/Kwajalein',1108),('posix/Libya',1109),('posix/MET',1110),('posix/Mexico/BajaNorte',1113),('posix/Mexico/BajaSur',1114),('posix/Mexico/General',1115),('posix/MST',1111),('posix/MST7MDT',1112),('posix/Navajo',1118),('posix/NZ',1116),('posix/NZ-CHAT',1117),('posix/Pacific/Apia',1121),('posix/Pacific/Auckland',1122),('posix/Pacific/Bougainville',1123),('posix/Pacific/Chatham',1124),('posix/Pacific/Chuuk',1125),('posix/Pacific/Easter',1126),('posix/Pacific/Efate',1127),('posix/Pacific/Enderbury',1128),('posix/Pacific/Fakaofo',1129),('posix/Pacific/Fiji',1130),('posix/Pacific/Funafuti',1131),('posix/Pacific/Galapagos',1132),('posix/Pacific/Gambier',1133),('posix/Pacific/Guadalcanal',1134),('posix/Pacific/Guam',1135),('posix/Pacific/Honolulu',1136),('posix/Pacific/Johnston',1137),('posix/Pacific/Kanton',1138),('posix/Pacific/Kiritimati',1139),('posix/Pacific/Kosrae',1140),('posix/Pacific/Kwajalein',1141),('posix/Pacific/Majuro',1142),('posix/Pacific/Marquesas',1143),('posix/Pacific/Midway',1144),('posix/Pacific/Nauru',1145),('posix/Pacific/Niue',1146),('posix/Pacific/Norfolk',1147),('posix/Pacific/Noumea',1148),('posix/Pacific/Pago_Pago',1149),('posix/Pacific/Palau',1150),('posix/Pacific/Pitcairn',1151),('posix/Pacific/Pohnpei',1152),('posix/Pacific/Ponape',1153),('posix/Pacific/Port_Moresby',1154),('posix/Pacific/Rarotonga',1155),('posix/Pacific/Saipan',1156),('posix/Pacific/Samoa',1157),('posix/Pacific/Tahiti',1158),('posix/Pacific/Tarawa',1159),('posix/Pacific/Tongatapu',1160),('posix/Pacific/Truk',1161),('posix/Pacific/Wake',1162),('posix/Pacific/Wallis',1163),('posix/Pacific/Yap',1164),('posix/Poland',1165),('posix/Portugal',1166),('posix/PRC',1119),('posix/PST8PDT',1120),('posix/ROC',1167),('posix/ROK',1168),('posix/Singapore',1169),('posix/Turkey',1170),('posix/UCT',1171),('posix/Universal',1185),('posix/US/Alaska',1172),('posix/US/Aleutian',1173),('posix/US/Arizona',1174),('posix/US/Central',1175),('posix/US/East-Indiana',1176),('posix/US/Eastern',1177),('posix/US/Hawaii',1178),('posix/US/Indiana-Starke',1179),('posix/US/Michigan',1180),('posix/US/Mountain',1181),('posix/US/Pacific',1182),('posix/US/Samoa',1183),('posix/UTC',1184),('posix/W-SU',1186),('posix/WET',1187),('posix/Zulu',1188),('posixrules',1189),('PRC',525),('PST8PDT',526),('right/Africa/Abidjan',1190),('right/Africa/Accra',1191),('right/Africa/Addis_Ababa',1192),('right/Africa/Algiers',1193),('right/Africa/Asmara',1194),('right/Africa/Asmera',1195),('right/Africa/Bamako',1196),('right/Africa/Bangui',1197),('right/Africa/Banjul',1198),('right/Africa/Bissau',1199),('right/Africa/Blantyre',1200),('right/Africa/Brazzaville',1201),('right/Africa/Bujumbura',1202),('right/Africa/Cairo',1203),('right/Africa/Casablanca',1204),('right/Africa/Ceuta',1205),('right/Africa/Conakry',1206),('right/Africa/Dakar',1207),('right/Africa/Dar_es_Salaam',1208),('right/Africa/Djibouti',1209),('right/Africa/Douala',1210),('right/Africa/El_Aaiun',1211),('right/Africa/Freetown',1212),('right/Africa/Gaborone',1213),('right/Africa/Harare',1214),('right/Africa/Johannesburg',1215),('right/Africa/Juba',1216),('right/Africa/Kampala',1217),('right/Africa/Khartoum',1218),('right/Africa/Kigali',1219),('right/Africa/Kinshasa',1220),('right/Africa/Lagos',1221),('right/Africa/Libreville',1222),('right/Africa/Lome',1223),('right/Africa/Luanda',1224),('right/Africa/Lubumbashi',1225),('right/Africa/Lusaka',1226),('right/Africa/Malabo',1227),('right/Africa/Maputo',1228),('right/Africa/Maseru',1229),('right/Africa/Mbabane',1230),('right/Africa/Mogadishu',1231),('right/Africa/Monrovia',1232),('right/Africa/Nairobi',1233),('right/Africa/Ndjamena',1234),('right/Africa/Niamey',1235),('right/Africa/Nouakchott',1236),('right/Africa/Ouagadougou',1237),('right/Africa/Porto-Novo',1238),('right/Africa/Sao_Tome',1239),('right/Africa/Timbuktu',1240),('right/Africa/Tripoli',1241),('right/Africa/Tunis',1242),('right/Africa/Windhoek',1243),('right/America/Adak',1244),('right/America/Anchorage',1245),('right/America/Anguilla',1246),('right/America/Antigua',1247),('right/America/Araguaina',1248),('right/America/Argentina/Buenos_Aires',1249),('right/America/Argentina/Catamarca',1250),('right/America/Argentina/ComodRivadavia',1251),('right/America/Argentina/Cordoba',1252),('right/America/Argentina/Jujuy',1253),('right/America/Argentina/La_Rioja',1254),('right/America/Argentina/Mendoza',1255),('right/America/Argentina/Rio_Gallegos',1256),('right/America/Argentina/Salta',1257),('right/America/Argentina/San_Juan',1258),('right/America/Argentina/San_Luis',1259),('right/America/Argentina/Tucuman',1260),('right/America/Argentina/Ushuaia',1261),('right/America/Aruba',1262),('right/America/Asuncion',1263),('right/America/Atikokan',1264),('right/America/Atka',1265),('right/America/Bahia',1266),('right/America/Bahia_Banderas',1267),('right/America/Barbados',1268),('right/America/Belem',1269),('right/America/Belize',1270),('right/America/Blanc-Sablon',1271),('right/America/Boa_Vista',1272),('right/America/Bogota',1273),('right/America/Boise',1274),('right/America/Buenos_Aires',1275),('right/America/Cambridge_Bay',1276),('right/America/Campo_Grande',1277),('right/America/Cancun',1278),('right/America/Caracas',1279),('right/America/Catamarca',1280),('right/America/Cayenne',1281),('right/America/Cayman',1282),('right/America/Chicago',1283),('right/America/Chihuahua',1284),('right/America/Coral_Harbour',1285),('right/America/Cordoba',1286),('right/America/Costa_Rica',1287),('right/America/Creston',1288),('right/America/Cuiaba',1289),('right/America/Curacao',1290),('right/America/Danmarkshavn',1291),('right/America/Dawson',1292),('right/America/Dawson_Creek',1293),('right/America/Denver',1294),('right/America/Detroit',1295),('right/America/Dominica',1296),('right/America/Edmonton',1297),('right/America/Eirunepe',1298),('right/America/El_Salvador',1299),('right/America/Ensenada',1300),('right/America/Fortaleza',1303),('right/America/Fort_Nelson',1301),('right/America/Fort_Wayne',1302),('right/America/Glace_Bay',1304),('right/America/Godthab',1305),('right/America/Goose_Bay',1306),('right/America/Grand_Turk',1307),('right/America/Grenada',1308),('right/America/Guadeloupe',1309),('right/America/Guatemala',1310),('right/America/Guayaquil',1311),('right/America/Guyana',1312),('right/America/Halifax',1313),('right/America/Havana',1314),('right/America/Hermosillo',1315),('right/America/Indiana/Indianapolis',1316),('right/America/Indiana/Knox',1317),('right/America/Indiana/Marengo',1318),('right/America/Indiana/Petersburg',1319),('right/America/Indiana/Tell_City',1320),('right/America/Indiana/Vevay',1321),('right/America/Indiana/Vincennes',1322),('right/America/Indiana/Winamac',1323),('right/America/Indianapolis',1324),('right/America/Inuvik',1325),('right/America/Iqaluit',1326),('right/America/Jamaica',1327),('right/America/Jujuy',1328),('right/America/Juneau',1329),('right/America/Kentucky/Louisville',1330),('right/America/Kentucky/Monticello',1331),('right/America/Knox_IN',1332),('right/America/Kralendijk',1333),('right/America/La_Paz',1334),('right/America/Lima',1335),('right/America/Los_Angeles',1336),('right/America/Louisville',1337),('right/America/Lower_Princes',1338),('right/America/Maceio',1339),('right/America/Managua',1340),('right/America/Manaus',1341),('right/America/Marigot',1342),('right/America/Martinique',1343),('right/America/Matamoros',1344),('right/America/Mazatlan',1345),('right/America/Mendoza',1346),('right/America/Menominee',1347),('right/America/Merida',1348),('right/America/Metlakatla',1349),('right/America/Mexico_City',1350),('right/America/Miquelon',1351),('right/America/Moncton',1352),('right/America/Monterrey',1353),('right/America/Montevideo',1354),('right/America/Montreal',1355),('right/America/Montserrat',1356),('right/America/Nassau',1357),('right/America/New_York',1358),('right/America/Nipigon',1359),('right/America/Nome',1360),('right/America/Noronha',1361),('right/America/North_Dakota/Beulah',1362),('right/America/North_Dakota/Center',1363),('right/America/North_Dakota/New_Salem',1364),('right/America/Nuuk',1365),('right/America/Ojinaga',1366),('right/America/Panama',1367),('right/America/Pangnirtung',1368),('right/America/Paramaribo',1369),('right/America/Phoenix',1370),('right/America/Port-au-Prince',1371),('right/America/Porto_Acre',1373),('right/America/Porto_Velho',1374),('right/America/Port_of_Spain',1372),('right/America/Puerto_Rico',1375),('right/America/Punta_Arenas',1376),('right/America/Rainy_River',1377),('right/America/Rankin_Inlet',1378),('right/America/Recife',1379),('right/America/Regina',1380),('right/America/Resolute',1381),('right/America/Rio_Branco',1382),('right/America/Rosario',1383),('right/America/Santarem',1385),('right/America/Santa_Isabel',1384),('right/America/Santiago',1386),('right/America/Santo_Domingo',1387),('right/America/Sao_Paulo',1388),('right/America/Scoresbysund',1389),('right/America/Shiprock',1390),('right/America/Sitka',1391),('right/America/St_Barthelemy',1392),('right/America/St_Johns',1393),('right/America/St_Kitts',1394),('right/America/St_Lucia',1395),('right/America/St_Thomas',1396),('right/America/St_Vincent',1397),('right/America/Swift_Current',1398),('right/America/Tegucigalpa',1399),('right/America/Thule',1400),('right/America/Thunder_Bay',1401),('right/America/Tijuana',1402),('right/America/Toronto',1403),('right/America/Tortola',1404),('right/America/Vancouver',1405),('right/America/Virgin',1406),('right/America/Whitehorse',1407),('right/America/Winnipeg',1408),('right/America/Yakutat',1409),('right/America/Yellowknife',1410),('right/Antarctica/Casey',1411),('right/Antarctica/Davis',1412),('right/Antarctica/DumontDUrville',1413),('right/Antarctica/Macquarie',1414),('right/Antarctica/Mawson',1415),('right/Antarctica/McMurdo',1416),('right/Antarctica/Palmer',1417),('right/Antarctica/Rothera',1418),('right/Antarctica/South_Pole',1419),('right/Antarctica/Syowa',1420),('right/Antarctica/Troll',1421),('right/Antarctica/Vostok',1422),('right/Arctic/Longyearbyen',1423),('right/Asia/Aden',1424),('right/Asia/Almaty',1425),('right/Asia/Amman',1426),('right/Asia/Anadyr',1427),('right/Asia/Aqtau',1428),('right/Asia/Aqtobe',1429),('right/Asia/Ashgabat',1430),('right/Asia/Ashkhabad',1431),('right/Asia/Atyrau',1432),('right/Asia/Baghdad',1433),('right/Asia/Bahrain',1434),('right/Asia/Baku',1435),('right/Asia/Bangkok',1436),('right/Asia/Barnaul',1437),('right/Asia/Beirut',1438),('right/Asia/Bishkek',1439),('right/Asia/Brunei',1440),('right/Asia/Calcutta',1441),('right/Asia/Chita',1442),('right/Asia/Choibalsan',1443),('right/Asia/Chongqing',1444),('right/Asia/Chungking',1445),('right/Asia/Colombo',1446),('right/Asia/Dacca',1447),('right/Asia/Damascus',1448),('right/Asia/Dhaka',1449),('right/Asia/Dili',1450),('right/Asia/Dubai',1451),('right/Asia/Dushanbe',1452),('right/Asia/Famagusta',1453),('right/Asia/Gaza',1454),('right/Asia/Harbin',1455),('right/Asia/Hebron',1456),('right/Asia/Hong_Kong',1458),('right/Asia/Hovd',1459),('right/Asia/Ho_Chi_Minh',1457),('right/Asia/Irkutsk',1460),('right/Asia/Istanbul',1461),('right/Asia/Jakarta',1462),('right/Asia/Jayapura',1463),('right/Asia/Jerusalem',1464),('right/Asia/Kabul',1465),('right/Asia/Kamchatka',1466),('right/Asia/Karachi',1467),('right/Asia/Kashgar',1468),('right/Asia/Kathmandu',1469),('right/Asia/Katmandu',1470),('right/Asia/Khandyga',1471),('right/Asia/Kolkata',1472),('right/Asia/Krasnoyarsk',1473),('right/Asia/Kuala_Lumpur',1474),('right/Asia/Kuching',1475),('right/Asia/Kuwait',1476),('right/Asia/Macao',1477),('right/Asia/Macau',1478),('right/Asia/Magadan',1479),('right/Asia/Makassar',1480),('right/Asia/Manila',1481),('right/Asia/Muscat',1482),('right/Asia/Nicosia',1483),('right/Asia/Novokuznetsk',1484),('right/Asia/Novosibirsk',1485),('right/Asia/Omsk',1486),('right/Asia/Oral',1487),('right/Asia/Phnom_Penh',1488),('right/Asia/Pontianak',1489),('right/Asia/Pyongyang',1490),('right/Asia/Qatar',1491),('right/Asia/Qostanay',1492),('right/Asia/Qyzylorda',1493),('right/Asia/Rangoon',1494),('right/Asia/Riyadh',1495),('right/Asia/Saigon',1496),('right/Asia/Sakhalin',1497),('right/Asia/Samarkand',1498),('right/Asia/Seoul',1499),('right/Asia/Shanghai',1500),('right/Asia/Singapore',1501),('right/Asia/Srednekolymsk',1502),('right/Asia/Taipei',1503),('right/Asia/Tashkent',1504),('right/Asia/Tbilisi',1505),('right/Asia/Tehran',1506),('right/Asia/Tel_Aviv',1507),('right/Asia/Thimbu',1508),('right/Asia/Thimphu',1509),('right/Asia/Tokyo',1510),('right/Asia/Tomsk',1511),('right/Asia/Ujung_Pandang',1512),('right/Asia/Ulaanbaatar',1513),('right/Asia/Ulan_Bator',1514),('right/Asia/Urumqi',1515),('right/Asia/Ust-Nera',1516),('right/Asia/Vientiane',1517),('right/Asia/Vladivostok',1518),('right/Asia/Yakutsk',1519),('right/Asia/Yangon',1520),('right/Asia/Yekaterinburg',1521),('right/Asia/Yerevan',1522),('right/Atlantic/Azores',1523),('right/Atlantic/Bermuda',1524),('right/Atlantic/Canary',1525),('right/Atlantic/Cape_Verde',1526),('right/Atlantic/Faeroe',1527),('right/Atlantic/Faroe',1528),('right/Atlantic/Jan_Mayen',1529),('right/Atlantic/Madeira',1530),('right/Atlantic/Reykjavik',1531),('right/Atlantic/South_Georgia',1532),('right/Atlantic/Stanley',1534),('right/Atlantic/St_Helena',1533),('right/Australia/ACT',1535),('right/Australia/Adelaide',1536),('right/Australia/Brisbane',1537),('right/Australia/Broken_Hill',1538),('right/Australia/Canberra',1539),('right/Australia/Currie',1540),('right/Australia/Darwin',1541),('right/Australia/Eucla',1542),('right/Australia/Hobart',1543),('right/Australia/LHI',1544),('right/Australia/Lindeman',1545),('right/Australia/Lord_Howe',1546),('right/Australia/Melbourne',1547),('right/Australia/North',1549),('right/Australia/NSW',1548),('right/Australia/Perth',1550),('right/Australia/Queensland',1551),('right/Australia/South',1552),('right/Australia/Sydney',1553),('right/Australia/Tasmania',1554),('right/Australia/Victoria',1555),('right/Australia/West',1556),('right/Australia/Yancowinna',1557),('right/Brazil/Acre',1558),('right/Brazil/DeNoronha',1559),('right/Brazil/East',1560),('right/Brazil/West',1561),('right/Canada/Atlantic',1564),('right/Canada/Central',1565),('right/Canada/Eastern',1566),('right/Canada/Mountain',1567),('right/Canada/Newfoundland',1568),('right/Canada/Pacific',1569),('right/Canada/Saskatchewan',1570),('right/Canada/Yukon',1571),('right/CET',1562),('right/Chile/Continental',1572),('right/Chile/EasterIsland',1573),('right/CST6CDT',1563),('right/Cuba',1574),('right/EET',1575),('right/Egypt',1578),('right/Eire',1579),('right/EST',1576),('right/EST5EDT',1577),('right/Etc/GMT',1580),('right/Etc/GMT+0',1581),('right/Etc/GMT+1',1582),('right/Etc/GMT+10',1583),('right/Etc/GMT+11',1584),('right/Etc/GMT+12',1585),('right/Etc/GMT+2',1586),('right/Etc/GMT+3',1587),('right/Etc/GMT+4',1588),('right/Etc/GMT+5',1589),('right/Etc/GMT+6',1590),('right/Etc/GMT+7',1591),('right/Etc/GMT+8',1592),('right/Etc/GMT+9',1593),('right/Etc/GMT-0',1594),('right/Etc/GMT-1',1595),('right/Etc/GMT-10',1596),('right/Etc/GMT-11',1597),('right/Etc/GMT-12',1598),('right/Etc/GMT-13',1599),('right/Etc/GMT-14',1600),('right/Etc/GMT-2',1601),('right/Etc/GMT-3',1602),('right/Etc/GMT-4',1603),('right/Etc/GMT-5',1604),('right/Etc/GMT-6',1605),('right/Etc/GMT-7',1606),('right/Etc/GMT-8',1607),('right/Etc/GMT-9',1608),('right/Etc/GMT0',1609),('right/Etc/Greenwich',1610),('right/Etc/UCT',1611),('right/Etc/Universal',1613),('right/Etc/UTC',1612),('right/Etc/Zulu',1614),('right/Europe/Amsterdam',1615),('right/Europe/Andorra',1616),('right/Europe/Astrakhan',1617),('right/Europe/Athens',1618),('right/Europe/Belfast',1619),('right/Europe/Belgrade',1620),('right/Europe/Berlin',1621),('right/Europe/Bratislava',1622),('right/Europe/Brussels',1623),('right/Europe/Bucharest',1624),('right/Europe/Budapest',1625),('right/Europe/Busingen',1626),('right/Europe/Chisinau',1627),('right/Europe/Copenhagen',1628),('right/Europe/Dublin',1629),('right/Europe/Gibraltar',1630),('right/Europe/Guernsey',1631),('right/Europe/Helsinki',1632),('right/Europe/Isle_of_Man',1633),('right/Europe/Istanbul',1634),('right/Europe/Jersey',1635),('right/Europe/Kaliningrad',1636),('right/Europe/Kiev',1637),('right/Europe/Kirov',1638),('right/Europe/Lisbon',1639),('right/Europe/Ljubljana',1640),('right/Europe/London',1641),('right/Europe/Luxembourg',1642),('right/Europe/Madrid',1643),('right/Europe/Malta',1644),('right/Europe/Mariehamn',1645),('right/Europe/Minsk',1646),('right/Europe/Monaco',1647),('right/Europe/Moscow',1648),('right/Europe/Nicosia',1649),('right/Europe/Oslo',1650),('right/Europe/Paris',1651),('right/Europe/Podgorica',1652),('right/Europe/Prague',1653),('right/Europe/Riga',1654),('right/Europe/Rome',1655),('right/Europe/Samara',1656),('right/Europe/San_Marino',1657),('right/Europe/Sarajevo',1658),('right/Europe/Saratov',1659),('right/Europe/Simferopol',1660),('right/Europe/Skopje',1661),('right/Europe/Sofia',1662),('right/Europe/Stockholm',1663),('right/Europe/Tallinn',1664),('right/Europe/Tirane',1665),('right/Europe/Tiraspol',1666),('right/Europe/Ulyanovsk',1667),('right/Europe/Uzhgorod',1668),('right/Europe/Vaduz',1669),('right/Europe/Vatican',1670),('right/Europe/Vienna',1671),('right/Europe/Vilnius',1672),('right/Europe/Volgograd',1673),('right/Europe/Warsaw',1674),('right/Europe/Zagreb',1675),('right/Europe/Zaporozhye',1676),('right/Europe/Zurich',1677),('right/GB',1678),('right/GB-Eire',1679),('right/GMT',1680),('right/GMT+0',1681),('right/GMT-0',1682),('right/GMT0',1683),('right/Greenwich',1684),('right/Hongkong',1686),('right/HST',1685),('right/Iceland',1687),('right/Indian/Antananarivo',1688),('right/Indian/Chagos',1689),('right/Indian/Christmas',1690),('right/Indian/Cocos',1691),('right/Indian/Comoro',1692),('right/Indian/Kerguelen',1693),('right/Indian/Mahe',1694),('right/Indian/Maldives',1695),('right/Indian/Mauritius',1696),('right/Indian/Mayotte',1697),('right/Indian/Reunion',1698),('right/Iran',1699),('right/Israel',1700),('right/Jamaica',1701),('right/Japan',1702),('right/Kwajalein',1703),('right/Libya',1704),('right/MET',1705),('right/Mexico/BajaNorte',1708),('right/Mexico/BajaSur',1709),('right/Mexico/General',1710),('right/MST',1706),('right/MST7MDT',1707),('right/Navajo',1713),('right/NZ',1711),('right/NZ-CHAT',1712),('right/Pacific/Apia',1716),('right/Pacific/Auckland',1717),('right/Pacific/Bougainville',1718),('right/Pacific/Chatham',1719),('right/Pacific/Chuuk',1720),('right/Pacific/Easter',1721),('right/Pacific/Efate',1722),('right/Pacific/Enderbury',1723),('right/Pacific/Fakaofo',1724),('right/Pacific/Fiji',1725),('right/Pacific/Funafuti',1726),('right/Pacific/Galapagos',1727),('right/Pacific/Gambier',1728),('right/Pacific/Guadalcanal',1729),('right/Pacific/Guam',1730),('right/Pacific/Honolulu',1731),('right/Pacific/Johnston',1732),('right/Pacific/Kanton',1733),('right/Pacific/Kiritimati',1734),('right/Pacific/Kosrae',1735),('right/Pacific/Kwajalein',1736),('right/Pacific/Majuro',1737),('right/Pacific/Marquesas',1738),('right/Pacific/Midway',1739),('right/Pacific/Nauru',1740),('right/Pacific/Niue',1741),('right/Pacific/Norfolk',1742),('right/Pacific/Noumea',1743),('right/Pacific/Pago_Pago',1744),('right/Pacific/Palau',1745),('right/Pacific/Pitcairn',1746),('right/Pacific/Pohnpei',1747),('right/Pacific/Ponape',1748),('right/Pacific/Port_Moresby',1749),('right/Pacific/Rarotonga',1750),('right/Pacific/Saipan',1751),('right/Pacific/Samoa',1752),('right/Pacific/Tahiti',1753),('right/Pacific/Tarawa',1754),('right/Pacific/Tongatapu',1755),('right/Pacific/Truk',1756),('right/Pacific/Wake',1757),('right/Pacific/Wallis',1758),('right/Pacific/Yap',1759),('right/Poland',1760),('right/Portugal',1761),('right/PRC',1714),('right/PST8PDT',1715),('right/ROC',1762),('right/ROK',1763),('right/Singapore',1764),('right/Turkey',1765),('right/UCT',1766),('right/Universal',1780),('right/US/Alaska',1767),('right/US/Aleutian',1768),('right/US/Arizona',1769),('right/US/Central',1770),('right/US/East-Indiana',1771),('right/US/Eastern',1772),('right/US/Hawaii',1773),('right/US/Indiana-Starke',1774),('right/US/Michigan',1775),('right/US/Mountain',1776),('right/US/Pacific',1777),('right/US/Samoa',1778),('right/UTC',1779),('right/W-SU',1781),('right/WET',1782),('right/Zulu',1783),('ROC',573),('ROK',574),('Singapore',575),('Turkey',576),('UCT',577),('Universal',591),('US/Alaska',578),('US/Aleutian',579),('US/Arizona',580),('US/Central',581),('US/East-Indiana',582),('US/Eastern',583),('US/Hawaii',584),('US/Indiana-Starke',585),('US/Michigan',586),('US/Mountain',587),('US/Pacific',588),('US/Samoa',589),('UTC',590),('W-SU',592),('WET',593),('Zulu',594);
 /*!40000 ALTER TABLE `time_zone_name` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -794,9 +796,9 @@ CREATE TABLE `time_zone_transition` (
 
 LOCK TABLES `time_zone_transition` WRITE;
 /*!40000 ALTER TABLE `time_zone_transition` DISABLE KEYS */;
-INSERT INTO `time_zone_transition` VALUES (1,-2147483648,0),(1,-1830383032,1),(2,-2147483648,0),(2,-1709337548,2),(2,-1581206400,1),(2,-1577917200,2),(2,-1556834400,1),(2,-1546294800,2),(2,-1525298400,1),(2,-1514758800,2),(2,-1493762400,1),(2,-1483222800,2),(2,-1462226400,1),(2,-1451686800,2),(2,-1430604000,1),(2,-1420064400,2),(2,-1399068000,1),(2,-1388528400,2),(2,-1367532000,1),(2,-1356992400,2),(2,-1335996000,1),(2,-1325456400,2),(2,-1304373600,1),(2,-1293834000,2),(2,-1272837600,1),(2,-1262298000,2),(2,-1241301600,1),(2,-1230762000,2),(2,-1209765600,1),(2,-1199226000,2),(2,-1178143200,1),(2,-1167603600,2),(2,-1146607200,1),(2,-1136067600,2),(2,-1115071200,1),(2,-1104531600,2),(2,-1083535200,1),(2,-1072995600,2),(2,-1051912800,1),(2,-1041373200,2),(2,-1020376800,1),(2,-1009837200,2),(2,-988840800,1),(2,-978301200,2),(2,-957304800,1),(2,-946765200,2),(2,-936309600,1),(2,-915142800,2),(2,-904773600,1),(2,-883606800,2),(2,-880329600,3),(2,-756952200,2),(2,-610149600,4),(2,-599610600,2),(2,-578613600,4),(2,-568074600,2),(2,-546991200,4),(2,-536452200,2),(2,-515455200,4),(2,-504916200,2),(2,-483919200,4),(2,-473380200,2),(2,-452383200,4),(2,-441844200,2),(3,-2147483648,0),(3,-1946168836,1),(3,-1309746600,2),(3,-1261969200,1),(3,-1041388200,3),(3,-865305900,2),(4,-2147483648,1),(4,-1855958961,4),(4,-1689814800,2),(4,-1680397200,3),(4,-1665363600,2),(4,-1648342800,3),(4,-1635123600,2),(4,-1616893200,3),(4,-1604278800,2),(4,-1585443600,3),(4,-1574038800,2),(4,-1552266000,3),(4,-1539997200,2),(4,-1531443600,3),(4,-956365200,2),(4,-950486400,4),(4,-942012000,6),(4,-812502000,5),(4,-796262400,6),(4,-781052400,5),(4,-766630800,6),(4,-733280400,4),(4,-439430400,6),(4,-212029200,4),(4,41468400,2),(4,54774000,3),(4,231724800,7),(4,246236400,6),(4,259545600,5),(4,275274000,6),(4,309740400,4),(4,325468800,7),(4,341802000,4),(4,357523200,6),(5,-2147483648,0),(5,-1946168836,1),(5,-1309746600,2),(5,-1261969200,1),(5,-1041388200,3),(5,-865305900,2),(6,-2147483648,0),(6,-1946168836,1),(6,-1309746600,2),(6,-1261969200,1),(6,-1041388200,3),(6,-865305900,2),(7,-2147483648,0),(7,-1830383032,1),(8,-2147483648,0),(8,-2035584815,1),(8,-1940889600,0),(8,-1767226415,2),(8,-1588465800,3),(9,-2147483648,0),(9,-1830383032,1),(10,-2147483648,0),(10,-1830380400,1),(10,157770000,2),(11,-2147483648,0),(11,-2109291020,1),(12,-2147483648,0),(12,-2035584815,1),(12,-1940889600,0),(12,-1767226415,2),(12,-1588465800,3),(13,-2147483648,0),(13,-2109291020,1),(14,-2147483648,2),(14,-929844000,1),(14,-923108400,2),(14,-906170400,1),(14,-892868400,2),(14,-875844000,1),(14,-857790000,2),(14,-844308000,1),(14,-825822000,2),(14,-812685600,1),(14,-794199600,2),(14,-779853600,1),(14,-762663600,2),(14,-399088800,1),(14,-386650800,2),(14,-368330400,1),(14,-355114800,2),(14,-336790800,1),(14,-323654400,2),(14,-305168400,1),(14,-292032000,2),(14,-273632400,1),(14,-260496000,2),(14,-242096400,1),(14,-228960000,2),(14,-210560400,1),(14,-197424000,2),(14,-178938000,1),(14,-165801600,2),(14,-147402000,1),(14,-134265600,2),(14,-115866000,1),(14,-102643200,2),(14,-84330000,1),(14,-71107200,2),(14,-52707600,1),(14,-39484800,2),(14,-21171600,1),(14,-7948800,2),(14,10364400,1),(14,23587200,2),(14,41900400,1),(14,55123200,2),(14,73522800,1),(14,86745600,2),(14,105058800,1),(14,118281600,2),(14,136594800,1),(14,149817600,2),(14,168130800,1),(14,181353600,2),(14,199753200,1),(14,212976000,2),(14,231289200,1),(14,244512000,2),(14,262825200,1),(14,276048000,2),(14,294361200,1),(14,307584000,2),(14,325983600,1),(14,339206400,2),(14,357519600,1),(14,370742400,2),(14,396399600,1),(14,402278400,2),(14,426812400,1),(14,433814400,2),(14,452214000,1),(14,465436800,2),(14,483750000,1),(14,496972800,2),(14,515286000,1),(14,528508800,2),(14,546822000,1),(14,560044800,2),(14,578444400,1),(14,591667200,2),(14,610412400,1),(14,623203200,2),(14,641516400,1),(14,654739200,2),(14,673052400,1),(14,686275200,2),(14,704674800,1),(14,717897600,2),(14,736210800,1),(14,749433600,2),(14,767746800,1),(14,780969600,2),(14,799020000,3),(14,812322000,2),(14,830469600,3),(14,843771600,2),(14,861919200,3),(14,875221200,2),(14,893368800,3),(14,906670800,2),(14,925423200,3),(14,938725200,2),(14,956872800,3),(14,970174800,2),(14,988322400,3),(14,1001624400,2),(14,1019772000,3),(14,1033074000,2),(14,1051221600,3),(14,1064523600,2),(14,1083276000,3),(14,1096578000,2),(14,1114725600,3),(14,1128027600,2),(14,1146175200,3),(14,1158872400,2),(14,1177624800,3),(14,1189112400,2),(14,1209074400,3),(14,1219957200,2),(14,1240524000,3),(14,1250802000,2),(14,1272578400,3),(14,1281474000,2),(14,1284069600,1),(14,1285880400,2),(14,1400191200,1),(14,1403816400,2),(14,1406844000,1),(14,1411678800,2),(15,-2147483648,0),(15,-1773012580,2),(15,-956361600,1),(15,-950490000,2),(15,-942019200,1),(15,-761187600,2),(15,-617241600,1),(15,-605149200,2),(15,-81432000,1),(15,-71110800,2),(15,141264000,1),(15,147222000,2),(15,199756800,1),(15,207702000,2),(15,231292800,1),(15,244249200,2),(15,265507200,1),(15,271033200,2),(15,448243200,3),(15,504918000,2),(15,1212278400,1),(15,1220223600,2),(15,1243814400,1),(15,1250809200,2),(15,1272758400,1),(15,1281222000,2),(15,1301788800,1),(15,1312066800,2),(15,1335664800,1),(15,1342749600,2),(15,1345428000,1),(15,1348970400,2),(15,1367114400,1),(15,1373162400,2),(15,1376100000,1),(15,1382839200,2),(15,1396144800,1),(15,1403920800,2),(15,1406944800,1),(15,1414288800,2),(15,1427594400,1),(15,1434247200,2),(15,1437271200,1),(15,1445738400,2),(15,1459044000,1),(15,1465092000,2),(15,1468116000,1),(15,1477792800,2),(15,1490493600,1),(15,1495332000,2),(15,1498960800,1),(15,1509242400,2),(15,1521943200,1),(15,1526176800,2),(15,1529200800,1),(15,1540692000,3),(15,1557021600,4),(15,1560045600,3),(15,1587261600,4),(15,1590890400,3),(15,1618106400,4),(15,1621130400,3),(15,1648346400,4),(15,1651975200,3),(15,1679191200,4),(15,1682820000,3),(15,1710036000,4),(15,1713060000,3),(15,1740276000,4),(15,1743904800,3),(15,1771120800,4),(15,1774144800,3),(15,1801965600,4),(15,1804989600,3),(15,1832205600,4),(15,1835834400,3),(15,1863050400,4),(15,1866074400,3),(15,1893290400,4),(15,1896919200,3),(15,1924135200,4),(15,1927764000,3),(15,1954980000,4),(15,1958004000,3),(15,1985220000,4),(15,1988848800,3),(15,2016064800,4),(15,2019088800,3),(15,2046304800,4),(15,2049933600,3),(15,2077149600,4),(15,2080778400,3),(15,2107994400,4),(15,2111018400,3),(15,2138234400,4),(15,2141863200,3),(16,-2147483648,1),(16,-1630112400,2),(16,-1616810400,1),(16,-1442451600,2),(16,-1427673600,3),(16,-1379293200,2),(16,-1364774400,3),(16,-1348448400,2),(16,-1333324800,3),(16,-1316390400,2),(16,-1301270400,3),(16,-1293840000,1),(16,-81432000,2),(16,-71110800,1),(16,141264000,2),(16,147222000,1),(16,199756800,2),(16,207702000,1),(16,231292800,2),(16,244249200,1),(16,265507200,2),(16,271033200,1),(16,448243200,4),(16,512528400,5),(16,528253200,6),(16,543978000,5),(16,559702800,6),(16,575427600,5),(16,591152400,6),(16,606877200,5),(16,622602000,6),(16,638326800,5),(16,654656400,6),(16,670381200,5),(16,686106000,6),(16,701830800,5),(16,717555600,6),(16,733280400,5),(16,749005200,6),(16,764730000,5),(16,780454800,6),(16,796179600,5),(16,811904400,6),(16,828234000,5),(16,846378000,6),(16,859683600,5),(16,877827600,6),(16,891133200,5),(16,909277200,6),(16,922582800,5),(16,941331600,6),(16,954032400,5),(16,972781200,6),(16,985482000,5),(16,1004230800,6),(16,1017536400,5),(16,1035680400,6),(16,1048986000,5),(16,1067130000,6),(16,1080435600,5),(16,1099184400,6),(16,1111885200,5),(16,1130634000,6),(16,1143334800,5),(16,1162083600,6),(16,1174784400,5),(16,1193533200,6),(16,1206838800,5),(16,1224982800,6),(16,1238288400,5),(16,1256432400,6),(16,1269738000,5),(16,1288486800,6),(16,1301187600,5),(16,1319936400,6),(16,1332637200,5),(16,1351386000,6),(16,1364691600,5),(16,1382835600,6),(16,1396141200,5),(16,1414285200,6),(16,1427590800,5),(16,1445734800,6),(16,1459040400,5),(16,1477789200,6),(16,1490490000,5),(16,1509238800,6),(16,1521939600,5),(16,1540688400,6),(16,1553994000,5),(16,1572138000,6),(16,1585443600,5),(16,1603587600,6),(16,1616893200,5),(16,1635642000,6),(16,1648342800,5),(16,1667091600,6),(16,1679792400,5),(16,1698541200,6),(16,1711846800,5),(16,1729990800,6),(16,1743296400,5),(16,1761440400,6),(16,1774746000,5),(16,1792890000,6),(16,1806195600,5),(16,1824944400,6),(16,1837645200,5),(16,1856394000,6),(16,1869094800,5),(16,1887843600,6),(16,1901149200,5),(16,1919293200,6),(16,1932598800,5),(16,1950742800,6),(16,1964048400,5),(16,1982797200,6),(16,1995498000,5),(16,2014246800,6),(16,2026947600,5),(16,2045696400,6),(16,2058397200,5),(16,2077146000,6),(16,2090451600,5),(16,2108595600,6),(16,2121901200,5),(16,2140045200,6),(17,-2147483648,0),(17,-1830383032,1),(18,-2147483648,0),(18,-1830383032,1),(19,-2147483648,0),(19,-1946168836,1),(19,-1309746600,2),(19,-1261969200,1),(19,-1041388200,3),(19,-865305900,2),(20,-2147483648,0),(20,-1946168836,1),(20,-1309746600,2),(20,-1261969200,1),(20,-1041388200,3),(20,-865305900,2),(21,-2147483648,0),(21,-2035584815,1),(21,-1940889600,0),(21,-1767226415,2),(21,-1588465800,3),(22,-2147483648,0),(22,-1136070432,1),(22,198291600,3),(22,199756800,2),(22,207702000,3),(22,231292800,2),(22,244249200,3),(22,265507200,2),(22,271033200,3),(22,1212278400,2),(22,1220223600,3),(22,1243814400,2),(22,1250809200,3),(22,1272758400,2),(22,1281222000,3),(22,1301788800,2),(22,1312066800,3),(22,1335664800,2),(22,1342749600,3),(22,1345428000,2),(22,1348970400,3),(22,1367114400,2),(22,1373162400,3),(22,1376100000,2),(22,1382839200,3),(22,1396144800,2),(22,1403920800,3),(22,1406944800,2),(22,1414288800,3),(22,1427594400,2),(22,1434247200,3),(22,1437271200,2),(22,1445738400,3),(22,1459044000,2),(22,1465092000,3),(22,1468116000,2),(22,1477792800,3),(22,1490493600,2),(22,1495332000,3),(22,1498960800,2),(22,1509242400,3),(22,1521943200,2),(22,1526176800,3),(22,1529200800,2),(22,1540692000,5),(22,1557021600,4),(22,1560045600,5),(22,1587261600,4),(22,1590890400,5),(22,1618106400,4),(22,1621130400,5),(22,1648346400,4),(22,1651975200,5),(22,1679191200,4),(22,1682820000,5),(22,1710036000,4),(22,1713060000,5),(22,1740276000,4),(22,1743904800,5),(22,1771120800,4),(22,1774144800,5),(22,1801965600,4),(22,1804989600,5),(22,1832205600,4),(22,1835834400,5),(22,1863050400,4),(22,1866074400,5),(22,1893290400,4),(22,1896919200,5),(22,1924135200,4),(22,1927764000,5),(22,1954980000,4),(22,1958004000,5),(22,1985220000,4),(22,1988848800,5),(22,2016064800,4),(22,2019088800,5),(22,2046304800,4),(22,2049933600,5),(22,2077149600,4),(22,2080778400,5),(22,2107994400,4),(22,2111018400,5),(22,2138234400,4),(22,2141863200,5),(23,-2147483648,0),(23,-1830383032,1),(24,-2147483648,0),(24,-2109291020,1),(25,-2147483648,0),(25,-2109291020,1),(26,-2147483648,1),(26,-2109288600,3),(26,-860976000,2),(26,-845254800,3),(26,-829526400,2),(26,-813805200,3),(27,-2147483648,0),(27,-1230775588,2),(27,10360800,1),(27,24786000,2),(27,41810400,1),(27,56322000,2),(27,73432800,1),(27,87944400,2),(27,104882400,1),(27,119480400,2),(27,136332000,1),(27,151016400,2),(27,167781600,1),(27,182552400,2),(27,199231200,1),(27,214174800,2),(27,230680800,1),(27,245710800,2),(27,262735200,1),(27,277246800,2),(27,294184800,1),(27,308782800,2),(27,325634400,1),(27,340405200,2),(27,357084000,1),(27,371941200,2),(27,388533600,1),(27,403477200,2),(27,419983200,1),(27,435013200,2),(27,452037600,1),(27,466635600,2),(27,483487200,1),(27,498171600,2),(27,947930400,3),(27,1612126800,2),(28,-2147483648,0),(28,-1946168836,1),(28,-1309746600,2),(28,-1261969200,1),(28,-1041388200,3),(28,-865305900,2),(29,-2147483648,0),(29,-1230775808,2),(29,10360800,1),(29,24786000,2),(29,41810400,1),(29,56322000,2),(29,73432800,1),(29,87944400,2),(29,104882400,1),(29,119480400,2),(29,136332000,1),(29,151016400,2),(29,167781600,1),(29,182552400,2),(29,199231200,1),(29,214174800,2),(29,230680800,1),(29,245710800,2),(29,262735200,1),(29,277246800,2),(29,294184800,1),(29,308782800,2),(29,325634400,1),(29,340405200,2),(29,357084000,1),(29,371941200,2),(29,388533600,1),(29,403477200,2),(29,419983200,1),(29,435013200,2),(29,452037600,1),(29,466635600,2),(29,483487200,1),(29,498171600,2),(29,947930400,3),(29,1509483600,2),(30,-2147483648,0),(30,-2109291020,1),(31,-2147483648,0),(31,-2035584815,1),(31,-1940889600,0),(31,-1767226415,2),(31,-1588465800,3),(32,-2147483648,0),(32,-2035584815,1),(32,-1940889600,0),(32,-1767226415,2),(32,-1588465800,3),(33,-2147483648,0),(33,-2035584815,1),(33,-1940889600,0),(33,-1767226415,2),(33,-1588465800,3),(34,-2147483648,0),(34,-1830383032,1),(35,-2147483648,0),(35,-2035584815,1),(35,-1940889600,0),(35,-1767226415,2),(35,-1588465800,3),(36,-2147483648,0),(36,-2109291020,1),(37,-2147483648,0),(37,-2109291020,1),(38,-2147483648,0),(38,-2035584815,1),(38,-1940889600,0),(38,-1767226415,2),(38,-1588465800,3),(39,-2147483648,0),(39,-2109291020,1),(40,-2147483648,1),(40,-2109288600,3),(40,-860976000,2),(40,-845254800,3),(40,-829526400,2),(40,-813805200,3),(41,-2147483648,1),(41,-2109288600,3),(41,-860976000,2),(41,-845254800,3),(41,-829526400,2),(41,-813805200,3),(42,-2147483648,0),(42,-1946168836,1),(42,-1309746600,2),(42,-1261969200,1),(42,-1041388200,3),(42,-865305900,2),(43,-2147483648,1),(43,-1604359012,2),(43,63593070,3),(44,-2147483648,0),(44,-1946168836,1),(44,-1309746600,2),(44,-1261969200,1),(44,-1041388200,3),(44,-865305900,2),(45,-2147483648,0),(45,-1830387612,1),(45,308703600,2),(45,321314400,1),(46,-2147483648,0),(46,-2035584815,1),(46,-1940889600,0),(46,-1767226415,2),(46,-1588465800,3),(47,-2147483648,0),(47,-1830383032,1),(48,-2147483648,0),(48,-1830383032,1),(49,-2147483648,0),(49,-2035584815,1),(49,-1940889600,0),(49,-1767226415,2),(49,-1588465800,3),(50,-2147483648,1),(50,-1830384000,2),(50,1514768400,3),(50,1546304400,4),(51,-2147483648,0),(51,-1830383032,1),(52,-2147483648,0),(52,-1577926364,2),(52,-574902000,1),(52,-568087200,2),(52,-512175600,1),(52,-504928800,2),(52,-449888400,1),(52,-441856800,2),(52,-347158800,3),(52,378684000,2),(52,386463600,1),(52,402271200,2),(52,417999600,1),(52,433807200,2),(52,449622000,1),(52,465429600,2),(52,481590000,1),(52,496965600,2),(52,512953200,1),(52,528674400,2),(52,544230000,1),(52,560037600,2),(52,575852400,1),(52,591660000,2),(52,607388400,1),(52,623196000,2),(52,641775600,3),(52,844034400,2),(52,860108400,1),(52,875916000,3),(52,1352505600,2),(52,1364515200,1),(52,1382659200,3),(53,-2147483648,1),(53,-1855958961,4),(53,-969242400,2),(53,-950493600,3),(53,-941940000,2),(53,-891136800,4),(53,-877827600,5),(53,-857257200,4),(53,-844556400,5),(53,-842918400,4),(53,-842223600,5),(53,-828230400,4),(53,-812502000,5),(53,-796269600,4),(53,-781052400,5),(53,-766634400,4),(53,231202800,2),(53,243903600,3),(53,262825200,2),(53,276044400,3),(53,581122800,2),(53,591145200,3),(53,606870000,2),(53,622594800,3),(53,641516400,2),(53,654649200,3),(53,1114902000,2),(53,1128038400,3),(53,1143334800,2),(53,1162083600,3),(53,1174784400,2),(53,1193533200,3),(53,1206838800,2),(53,1224982800,3),(54,-2147483648,1),(54,-2109288600,2),(54,-860976000,3),(54,-845254800,2),(54,637970400,5),(54,764200800,4),(54,778640400,5),(54,796780800,4),(54,810090000,5),(54,828835200,4),(54,841539600,5),(54,860284800,4),(54,873594000,5),(54,891734400,4),(54,905043600,5),(54,923184000,4),(54,936493200,5),(54,954633600,4),(54,967942800,5),(54,986083200,4),(54,999392400,5),(54,1018137600,4),(54,1030842000,5),(54,1049587200,4),(54,1062896400,5),(54,1081036800,4),(54,1094346000,5),(54,1112486400,4),(54,1125795600,5),(54,1143936000,4),(54,1157245200,5),(54,1175385600,4),(54,1188694800,5),(54,1207440000,4),(54,1220749200,5),(54,1238889600,4),(54,1252198800,5),(54,1270339200,4),(54,1283648400,5),(54,1301788800,4),(54,1315098000,5),(54,1333238400,4),(54,1346547600,5),(54,1365292800,4),(54,1377997200,5),(54,1396742400,4),(54,1410051600,5),(54,1428192000,4),(54,1441501200,5),(54,1459641600,4),(54,1472950800,5),(54,1491091200,4),(54,1504400400,5),(55,-2147483648,1),(55,-880196400,2),(55,-769395600,3),(55,-765374400,1),(55,-86878800,4),(55,-21466800,5),(55,-5745600,4),(55,9982800,5),(55,25704000,4),(55,41432400,5),(55,57758400,4),(55,73486800,5),(55,89208000,4),(55,104936400,5),(55,120657600,4),(55,126709200,5),(55,152107200,4),(55,162392400,5),(55,183556800,4),(55,199285200,5),(55,215611200,4),(55,230734800,5),(55,247060800,4),(55,262789200,5),(55,278510400,4),(55,294238800,5),(55,309960000,4),(55,325688400,5),(55,341409600,4),(55,357138000,5),(55,372859200,4),(55,388587600,5),(55,404913600,4),(55,420037200,5),(55,436363200,6),(55,439034400,8),(55,452088000,7),(55,467809200,8),(55,483537600,7),(55,499258800,8),(55,514987200,7),(55,530708400,8),(55,544622400,7),(55,562158000,8),(55,576072000,7),(55,594212400,8),(55,607521600,7),(55,625662000,8),(55,638971200,7),(55,657111600,8),(55,671025600,7),(55,688561200,8),(55,702475200,7),(55,720010800,8),(55,733924800,7),(55,752065200,8),(55,765374400,7),(55,783514800,8),(55,796824000,7),(55,814964400,8),(55,828878400,7),(55,846414000,8),(55,860328000,7),(55,877863600,8),(55,891777600,7),(55,909313200,8),(55,923227200,7),(55,941367600,8),(55,954676800,7),(55,972817200,8),(55,986126400,7),(55,1004266800,8),(55,1018180800,7),(55,1035716400,8),(55,1049630400,7),(55,1067166000,8),(55,1081080000,7),(55,1099220400,8),(55,1112529600,7),(55,1130670000,8),(55,1143979200,7),(55,1162119600,8),(55,1173614400,7),(55,1194174000,8),(55,1205064000,7),(55,1225623600,8),(55,1236513600,7),(55,1257073200,8),(55,1268568000,7),(55,1289127600,8),(55,1300017600,7),(55,1320577200,8),(55,1331467200,7),(55,1352026800,8),(55,1362916800,7),(55,1383476400,8),(55,1394366400,7),(55,1414926000,8),(55,1425816000,7),(55,1446375600,8),(55,1457870400,7),(55,1478430000,8),(55,1489320000,7),(55,1509879600,8),(55,1520769600,7),(55,1541329200,8),(55,1552219200,7),(55,1572778800,8),(55,1583668800,7),(55,1604228400,8),(55,1615723200,7),(55,1636282800,8),(55,1647172800,7),(55,1667732400,8),(55,1678622400,7),(55,1699182000,8),(55,1710072000,7),(55,1730631600,8),(55,1741521600,7),(55,1762081200,8),(55,1772971200,7),(55,1793530800,8),(55,1805025600,7),(55,1825585200,8),(55,1836475200,7),(55,1857034800,8),(55,1867924800,7),(55,1888484400,8),(55,1899374400,7),(55,1919934000,8),(55,1930824000,7),(55,1951383600,8),(55,1962878400,7),(55,1983438000,8),(55,1994328000,7),(55,2014887600,8),(55,2025777600,7),(55,2046337200,8),(55,2057227200,7),(55,2077786800,8),(55,2088676800,7),(55,2109236400,8),(55,2120126400,7),(55,2140686000,8),(56,-2147483648,1),(56,-880200000,2),(56,-769395600,3),(56,-765378000,1),(56,-86882400,4),(56,-21470400,5),(56,-5749200,4),(56,9979200,5),(56,25700400,4),(56,41428800,5),(56,57754800,4),(56,73483200,5),(56,89204400,4),(56,104932800,5),(56,120654000,4),(56,126705600,5),(56,152103600,4),(56,162388800,5),(56,183553200,4),(56,199281600,5),(56,215607600,4),(56,230731200,5),(56,247057200,4),(56,262785600,5),(56,278506800,4),(56,294235200,5),(56,309956400,4),(56,325684800,5),(56,341406000,4),(56,357134400,5),(56,372855600,4),(56,388584000,5),(56,404910000,4),(56,420033600,5),(56,436359600,6),(56,439030800,8),(56,452084400,7),(56,467805600,8),(56,483534000,7),(56,499255200,8),(56,514983600,7),(56,530704800,8),(56,544618800,7),(56,562154400,8),(56,576068400,7),(56,594208800,8),(56,607518000,7),(56,625658400,8),(56,638967600,7),(56,657108000,8),(56,671022000,7),(56,688557600,8),(56,702471600,7),(56,720007200,8),(56,733921200,7),(56,752061600,8),(56,765370800,7),(56,783511200,8),(56,796820400,7),(56,814960800,8),(56,828874800,7),(56,846410400,8),(56,860324400,7),(56,877860000,8),(56,891774000,7),(56,909309600,8),(56,923223600,7),(56,941364000,8),(56,954673200,7),(56,972813600,8),(56,986122800,7),(56,1004263200,8),(56,1018177200,7),(56,1035712800,8),(56,1049626800,7),(56,1067162400,8),(56,1081076400,7),(56,1099216800,8),(56,1112526000,7),(56,1130666400,8),(56,1143975600,7),(56,1162116000,8),(56,1173610800,7),(56,1194170400,8),(56,1205060400,7),(56,1225620000,8),(56,1236510000,7),(56,1257069600,8),(56,1268564400,7),(56,1289124000,8),(56,1300014000,7),(56,1320573600,8),(56,1331463600,7),(56,1352023200,8),(56,1362913200,7),(56,1383472800,8),(56,1394362800,7),(56,1414922400,8),(56,1425812400,7),(56,1446372000,8),(56,1457866800,7),(56,1478426400,8),(56,1489316400,7),(56,1509876000,8),(56,1520766000,7),(56,1541325600,8),(56,1552215600,7),(56,1572775200,8),(56,1583665200,7),(56,1604224800,8),(56,1615719600,7),(56,1636279200,8),(56,1647169200,7),(56,1667728800,8),(56,1678618800,7),(56,1699178400,8),(56,1710068400,7),(56,1730628000,8),(56,1741518000,7),(56,1762077600,8),(56,1772967600,7),(56,1793527200,8),(56,1805022000,7),(56,1825581600,8),(56,1836471600,7),(56,1857031200,8),(56,1867921200,7),(56,1888480800,8),(56,1899370800,7),(56,1919930400,8),(56,1930820400,7),(56,1951380000,8),(56,1962874800,7),(56,1983434400,8),(56,1994324400,7),(56,2014884000,8),(56,2025774000,7),(56,2046333600,8),(56,2057223600,7),(56,2077783200,8),(56,2088673200,7),(56,2109232800,8),(56,2120122800,7),(56,2140682400,8),(57,-2147483648,0),(57,-1825098836,1),(58,-2147483648,0),(58,-1825098836,1),(59,-2147483648,0),(59,-1767214032,2),(59,-1206957600,1),(59,-1191362400,2),(59,-1175374800,1),(59,-1159826400,2),(59,-633819600,1),(59,-622069200,2),(59,-602283600,1),(59,-591832800,2),(59,-570747600,1),(59,-560210400,2),(59,-539125200,1),(59,-531352800,2),(59,-191365200,1),(59,-184197600,2),(59,-155163600,1),(59,-150069600,2),(59,-128898000,1),(59,-121125600,2),(59,-99954000,1),(59,-89589600,2),(59,-68418000,1),(59,-57967200,2),(59,499748400,1),(59,511236000,2),(59,530593200,1),(59,540266400,2),(59,562129200,1),(59,571197600,2),(59,592974000,1),(59,602042400,2),(59,624423600,1),(59,634701600,2),(59,813726000,1),(59,824004000,2),(59,844570800,1),(59,856058400,2),(59,876106800,1),(59,888717600,2),(59,908074800,1),(59,919562400,2),(59,938919600,1),(59,951616800,2),(59,970974000,1),(59,982461600,2),(59,1003028400,1),(59,1013911200,2),(59,1036292400,1),(59,1045360800,2),(59,1350788400,1),(59,1361066400,2),(59,2147483647,2),(60,-2147483648,1),(60,-1567453392,2),(60,-1233432000,3),(60,-1222981200,2),(60,-1205956800,3),(60,-1194037200,2),(60,-1172865600,3),(60,-1162501200,2),(60,-1141329600,3),(60,-1130965200,2),(60,-1109793600,3),(60,-1099429200,2),(60,-1078257600,3),(60,-1067806800,2),(60,-1046635200,3),(60,-1036270800,2),(60,-1015099200,3),(60,-1004734800,2),(60,-983563200,3),(60,-973198800,2),(60,-952027200,3),(60,-941576400,2),(60,-931032000,3),(60,-900882000,2),(60,-890337600,3),(60,-833749200,2),(60,-827265600,3),(60,-752274000,2),(60,-733780800,3),(60,-197326800,2),(60,-190843200,3),(60,-184194000,2),(60,-164491200,3),(60,-152658000,2),(60,-132955200,3),(60,-121122000,2),(60,-101419200,3),(60,-86821200,2),(60,-71092800,3),(60,-54766800,2),(60,-39038400,3),(60,-23317200,2),(60,-7588800,5),(60,128142000,4),(60,136605600,5),(60,596948400,4),(60,605066400,5),(60,624423600,4),(60,636516000,5),(60,656478000,4),(60,667965600,5),(60,687927600,4),(60,699415200,5),(60,719377200,4),(60,731469600,5),(60,938919600,3),(60,952052400,5),(60,1198983600,4),(60,1205632800,5),(60,1224385200,4),(60,1237082400,5),(60,2147483647,5),(61,-2147483648,1),(61,-1567453392,2),(61,-1233432000,3),(61,-1222981200,2),(61,-1205956800,3),(61,-1194037200,2),(61,-1172865600,3),(61,-1162501200,2),(61,-1141329600,3),(61,-1130965200,2),(61,-1109793600,3),(61,-1099429200,2),(61,-1078257600,3),(61,-1067806800,2),(61,-1046635200,3),(61,-1036270800,2),(61,-1015099200,3),(61,-1004734800,2),(61,-983563200,3),(61,-973198800,2),(61,-952027200,3),(61,-941576400,2),(61,-931032000,3),(61,-900882000,2),(61,-890337600,3),(61,-833749200,2),(61,-827265600,3),(61,-752274000,2),(61,-733780800,3),(61,-197326800,2),(61,-190843200,3),(61,-184194000,2),(61,-164491200,3),(61,-152658000,2),(61,-132955200,3),(61,-121122000,2),(61,-101419200,3),(61,-86821200,2),(61,-71092800,3),(61,-54766800,2),(61,-39038400,3),(61,-23317200,2),(61,-7588800,5),(61,128142000,4),(61,136605600,5),(61,596948400,4),(61,605066400,5),(61,624423600,4),(61,636516000,5),(61,656478000,4),(61,667965600,2),(61,687931200,4),(61,699415200,5),(61,719377200,4),(61,731469600,5),(61,938919600,3),(61,952052400,5),(61,1086058800,2),(61,1087704000,5),(61,1198983600,4),(61,1205632800,5),(61,2147483647,5),(62,-2147483648,1),(62,-1567453392,2),(62,-1233432000,3),(62,-1222981200,2),(62,-1205956800,3),(62,-1194037200,2),(62,-1172865600,3),(62,-1162501200,2),(62,-1141329600,3),(62,-1130965200,2),(62,-1109793600,3),(62,-1099429200,2),(62,-1078257600,3),(62,-1067806800,2),(62,-1046635200,3),(62,-1036270800,2),(62,-1015099200,3),(62,-1004734800,2),(62,-983563200,3),(62,-973198800,2),(62,-952027200,3),(62,-941576400,2),(62,-931032000,3),(62,-900882000,2),(62,-890337600,3),(62,-833749200,2),(62,-827265600,3),(62,-752274000,2),(62,-733780800,3),(62,-197326800,2),(62,-190843200,3),(62,-184194000,2),(62,-164491200,3),(62,-152658000,2),(62,-132955200,3),(62,-121122000,2),(62,-101419200,3),(62,-86821200,2),(62,-71092800,3),(62,-54766800,2),(62,-39038400,3),(62,-23317200,2),(62,-7588800,5),(62,128142000,4),(62,136605600,5),(62,596948400,4),(62,605066400,5),(62,624423600,4),(62,636516000,5),(62,656478000,4),(62,667965600,2),(62,687931200,4),(62,699415200,5),(62,719377200,4),(62,731469600,5),(62,938919600,3),(62,952052400,5),(62,1086058800,2),(62,1087704000,5),(62,1198983600,4),(62,1205632800,5),(62,2147483647,5),(63,-2147483648,1),(63,-1567453392,2),(63,-1233432000,3),(63,-1222981200,2),(63,-1205956800,3),(63,-1194037200,2),(63,-1172865600,3),(63,-1162501200,2),(63,-1141329600,3),(63,-1130965200,2),(63,-1109793600,3),(63,-1099429200,2),(63,-1078257600,3),(63,-1067806800,2),(63,-1046635200,3),(63,-1036270800,2),(63,-1015099200,3),(63,-1004734800,2),(63,-983563200,3),(63,-973198800,2),(63,-952027200,3),(63,-941576400,2),(63,-931032000,3),(63,-900882000,2),(63,-890337600,3),(63,-833749200,2),(63,-827265600,3),(63,-752274000,2),(63,-733780800,3),(63,-197326800,2),(63,-190843200,3),(63,-184194000,2),(63,-164491200,3),(63,-152658000,2),(63,-132955200,3),(63,-121122000,2),(63,-101419200,3),(63,-86821200,2),(63,-71092800,3),(63,-54766800,2),(63,-39038400,3),(63,-23317200,2),(63,-7588800,5),(63,128142000,4),(63,136605600,5),(63,596948400,4),(63,605066400,5),(63,624423600,4),(63,636516000,5),(63,656478000,4),(63,667965600,2),(63,687931200,4),(63,699415200,5),(63,719377200,4),(63,731469600,5),(63,938919600,3),(63,952052400,5),(63,1198983600,4),(63,1205632800,5),(63,1224385200,4),(63,1237082400,5),(63,2147483647,5),(64,-2147483648,1),(64,-1567453392,2),(64,-1233432000,3),(64,-1222981200,2),(64,-1205956800,3),(64,-1194037200,2),(64,-1172865600,3),(64,-1162501200,2),(64,-1141329600,3),(64,-1130965200,2),(64,-1109793600,3),(64,-1099429200,2),(64,-1078257600,3),(64,-1067806800,2),(64,-1046635200,3),(64,-1036270800,2),(64,-1015099200,3),(64,-1004734800,2),(64,-983563200,3),(64,-973198800,2),(64,-952027200,3),(64,-941576400,2),(64,-931032000,3),(64,-900882000,2),(64,-890337600,3),(64,-833749200,2),(64,-827265600,3),(64,-752274000,2),(64,-733780800,3),(64,-197326800,2),(64,-190843200,3),(64,-184194000,2),(64,-164491200,3),(64,-152658000,2),(64,-132955200,3),(64,-121122000,2),(64,-101419200,3),(64,-86821200,2),(64,-71092800,3),(64,-54766800,2),(64,-39038400,3),(64,-23317200,2),(64,-7588800,5),(64,128142000,4),(64,136605600,5),(64,596948400,4),(64,605066400,5),(64,624423600,4),(64,636516000,2),(64,657086400,3),(64,669178800,2),(64,686721600,4),(64,699415200,5),(64,719377200,4),(64,731469600,5),(64,938919600,3),(64,952052400,5),(64,1198983600,4),(64,1205632800,5),(64,2147483647,5),(65,-2147483648,1),(65,-1567453392,2),(65,-1233432000,3),(65,-1222981200,2),(65,-1205956800,3),(65,-1194037200,2),(65,-1172865600,3),(65,-1162501200,2),(65,-1141329600,3),(65,-1130965200,2),(65,-1109793600,3),(65,-1099429200,2),(65,-1078257600,3),(65,-1067806800,2),(65,-1046635200,3),(65,-1036270800,2),(65,-1015099200,3),(65,-1004734800,2),(65,-983563200,3),(65,-973198800,2),(65,-952027200,3),(65,-941576400,2),(65,-931032000,3),(65,-900882000,2),(65,-890337600,3),(65,-833749200,2),(65,-827265600,3),(65,-752274000,2),(65,-733780800,3),(65,-197326800,2),(65,-190843200,3),(65,-184194000,2),(65,-164491200,3),(65,-152658000,2),(65,-132955200,3),(65,-121122000,2),(65,-101419200,3),(65,-86821200,2),(65,-71092800,3),(65,-54766800,2),(65,-39038400,3),(65,-23317200,2),(65,-7588800,5),(65,128142000,4),(65,136605600,5),(65,596948400,4),(65,605066400,5),(65,624423600,4),(65,636516000,5),(65,656478000,4),(65,667792800,2),(65,673588800,5),(65,687927600,4),(65,699415200,5),(65,719377200,4),(65,731469600,5),(65,938919600,3),(65,952052400,5),(65,1086058800,2),(65,1087704000,5),(65,1198983600,4),(65,1205632800,5),(65,2147483647,5),(66,-2147483648,1),(66,-1567453392,2),(66,-1233432000,3),(66,-1222981200,2),(66,-1205956800,3),(66,-1194037200,2),(66,-1172865600,3),(66,-1162501200,2),(66,-1141329600,3),(66,-1130965200,2),(66,-1109793600,3),(66,-1099429200,2),(66,-1078257600,3),(66,-1067806800,2),(66,-1046635200,3),(66,-1036270800,2),(66,-1015099200,3),(66,-1004734800,2),(66,-983563200,3),(66,-973198800,2),(66,-952027200,3),(66,-941576400,2),(66,-931032000,3),(66,-900882000,2),(66,-890337600,3),(66,-833749200,2),(66,-827265600,3),(66,-752274000,2),(66,-733780800,3),(66,-197326800,2),(66,-190843200,3),(66,-184194000,2),(66,-164491200,3),(66,-152658000,2),(66,-132955200,3),(66,-121122000,2),(66,-101419200,3),(66,-86821200,2),(66,-71092800,3),(66,-54766800,2),(66,-39038400,3),(66,-23317200,2),(66,-7588800,5),(66,128142000,4),(66,136605600,5),(66,596948400,4),(66,605066400,5),(66,624423600,4),(66,636516000,2),(66,655963200,3),(66,667796400,2),(66,687499200,3),(66,699418800,2),(66,719380800,4),(66,731469600,5),(66,938919600,3),(66,952052400,5),(66,1085281200,2),(66,1096171200,5),(66,1198983600,4),(66,1205632800,5),(66,2147483647,5),(67,-2147483648,1),(67,-1567453392,2),(67,-1233432000,3),(67,-1222981200,2),(67,-1205956800,3),(67,-1194037200,2),(67,-1172865600,3),(67,-1162501200,2),(67,-1141329600,3),(67,-1130965200,2),(67,-1109793600,3),(67,-1099429200,2),(67,-1078257600,3),(67,-1067806800,2),(67,-1046635200,3),(67,-1036270800,2),(67,-1015099200,3),(67,-1004734800,2),(67,-983563200,3),(67,-973198800,2),(67,-952027200,3),(67,-941576400,2),(67,-931032000,3),(67,-900882000,2),(67,-890337600,3),(67,-833749200,2),(67,-827265600,3),(67,-752274000,2),(67,-733780800,3),(67,-197326800,2),(67,-190843200,3),(67,-184194000,2),(67,-164491200,3),(67,-152658000,2),(67,-132955200,3),(67,-121122000,2),(67,-101419200,3),(67,-86821200,2),(67,-71092800,3),(67,-54766800,2),(67,-39038400,3),(67,-23317200,2),(67,-7588800,5),(67,128142000,4),(67,136605600,5),(67,596948400,4),(67,605066400,5),(67,624423600,4),(67,636516000,5),(67,656478000,4),(67,667965600,5),(67,687927600,4),(67,699415200,5),(67,719377200,4),(67,731469600,5),(67,938919600,3),(67,952052400,5),(67,1086058800,2),(67,1087704000,5),(67,1198983600,4),(67,1205632800,5),(67,2147483647,5),(68,-2147483648,1),(68,-1567453392,2),(68,-1233432000,3),(68,-1222981200,2),(68,-1205956800,3),(68,-1194037200,2),(68,-1172865600,3),(68,-1162501200,2),(68,-1141329600,3),(68,-1130965200,2),(68,-1109793600,3),(68,-1099429200,2),(68,-1078257600,3),(68,-1067806800,2),(68,-1046635200,3),(68,-1036270800,2),(68,-1015099200,3),(68,-1004734800,2),(68,-983563200,3),(68,-973198800,2),(68,-952027200,3),(68,-941576400,2),(68,-931032000,3),(68,-900882000,2),(68,-890337600,3),(68,-833749200,2),(68,-827265600,3),(68,-752274000,2),(68,-733780800,3),(68,-197326800,2),(68,-190843200,3),(68,-184194000,2),(68,-164491200,3),(68,-152658000,2),(68,-132955200,3),(68,-121122000,2),(68,-101419200,3),(68,-86821200,2),(68,-71092800,3),(68,-54766800,2),(68,-39038400,3),(68,-23317200,2),(68,-7588800,5),(68,128142000,4),(68,136605600,5),(68,596948400,4),(68,605066400,5),(68,624423600,4),(68,636516000,5),(68,656478000,4),(68,667965600,2),(68,687931200,4),(68,699415200,5),(68,719377200,4),(68,731469600,5),(68,938919600,3),(68,952052400,5),(68,1198983600,4),(68,1205632800,5),(68,2147483647,5),(69,-2147483648,1),(69,-1567453392,2),(69,-1233432000,3),(69,-1222981200,2),(69,-1205956800,3),(69,-1194037200,2),(69,-1172865600,3),(69,-1162501200,2),(69,-1141329600,3),(69,-1130965200,2),(69,-1109793600,3),(69,-1099429200,2),(69,-1078257600,3),(69,-1067806800,2),(69,-1046635200,3),(69,-1036270800,2),(69,-1015099200,3),(69,-1004734800,2),(69,-983563200,3),(69,-973198800,2),(69,-952027200,3),(69,-941576400,2),(69,-931032000,3),(69,-900882000,2),(69,-890337600,3),(69,-833749200,2),(69,-827265600,3),(69,-752274000,2),(69,-733780800,3),(69,-197326800,2),(69,-190843200,3),(69,-184194000,2),(69,-164491200,3),(69,-152658000,2),(69,-132955200,3),(69,-121122000,2),(69,-101419200,3),(69,-86821200,2),(69,-71092800,3),(69,-54766800,2),(69,-39038400,3),(69,-23317200,2),(69,-7588800,5),(69,128142000,4),(69,136605600,5),(69,596948400,4),(69,605066400,5),(69,624423600,4),(69,636516000,5),(69,656478000,4),(69,667792800,2),(69,673588800,5),(69,687927600,4),(69,699415200,5),(69,719377200,4),(69,731469600,5),(69,938919600,3),(69,952052400,5),(69,1085972400,2),(69,1090728000,5),(69,1198983600,4),(69,1205632800,5),(69,2147483647,5),(70,-2147483648,1),(70,-1567453392,2),(70,-1233432000,3),(70,-1222981200,2),(70,-1205956800,3),(70,-1194037200,2),(70,-1172865600,3),(70,-1162501200,2),(70,-1141329600,3),(70,-1130965200,2),(70,-1109793600,3),(70,-1099429200,2),(70,-1078257600,3),(70,-1067806800,2),(70,-1046635200,3),(70,-1036270800,2),(70,-1015099200,3),(70,-1004734800,2),(70,-983563200,3),(70,-973198800,2),(70,-952027200,3),(70,-941576400,2),(70,-931032000,3),(70,-900882000,2),(70,-890337600,3),(70,-833749200,2),(70,-827265600,3),(70,-752274000,2),(70,-733780800,3),(70,-197326800,2),(70,-190843200,3),(70,-184194000,2),(70,-164491200,3),(70,-152658000,2),(70,-132955200,3),(70,-121122000,2),(70,-101419200,3),(70,-86821200,2),(70,-71092800,3),(70,-54766800,2),(70,-39038400,3),(70,-23317200,2),(70,-7588800,5),(70,128142000,4),(70,136605600,5),(70,596948400,4),(70,605066400,5),(70,624423600,4),(70,637380000,2),(70,655963200,3),(70,667796400,2),(70,675748800,5),(70,938919600,3),(70,952052400,5),(70,1085972400,2),(70,1090728000,5),(70,1198983600,4),(70,1200880800,3),(70,1205031600,2),(70,1223784000,3),(70,1236481200,2),(70,1255233600,5),(70,2147483647,5),(71,-2147483648,1),(71,-1567453392,2),(71,-1233432000,3),(71,-1222981200,2),(71,-1205956800,3),(71,-1194037200,2),(71,-1172865600,3),(71,-1162501200,2),(71,-1141329600,3),(71,-1130965200,2),(71,-1109793600,3),(71,-1099429200,2),(71,-1078257600,3),(71,-1067806800,2),(71,-1046635200,3),(71,-1036270800,2),(71,-1015099200,3),(71,-1004734800,2),(71,-983563200,3),(71,-973198800,2),(71,-952027200,3),(71,-941576400,2),(71,-931032000,3),(71,-900882000,2),(71,-890337600,3),(71,-833749200,2),(71,-827265600,3),(71,-752274000,2),(71,-733780800,3),(71,-197326800,2),(71,-190843200,3),(71,-184194000,2),(71,-164491200,3),(71,-152658000,2),(71,-132955200,3),(71,-121122000,2),(71,-101419200,3),(71,-86821200,2),(71,-71092800,3),(71,-54766800,2),(71,-39038400,3),(71,-23317200,2),(71,-7588800,5),(71,128142000,4),(71,136605600,5),(71,596948400,4),(71,605066400,5),(71,624423600,4),(71,636516000,5),(71,656478000,4),(71,667965600,2),(71,687931200,4),(71,699415200,5),(71,719377200,4),(71,731469600,5),(71,938919600,3),(71,952052400,5),(71,1086058800,2),(71,1087099200,5),(71,1198983600,4),(71,1205632800,5),(71,1224385200,4),(71,1237082400,5),(71,2147483647,5),(72,-2147483648,1),(72,-1567453392,2),(72,-1233432000,3),(72,-1222981200,2),(72,-1205956800,3),(72,-1194037200,2),(72,-1172865600,3),(72,-1162501200,2),(72,-1141329600,3),(72,-1130965200,2),(72,-1109793600,3),(72,-1099429200,2),(72,-1078257600,3),(72,-1067806800,2),(72,-1046635200,3),(72,-1036270800,2),(72,-1015099200,3),(72,-1004734800,2),(72,-983563200,3),(72,-973198800,2),(72,-952027200,3),(72,-941576400,2),(72,-931032000,3),(72,-900882000,2),(72,-890337600,3),(72,-833749200,2),(72,-827265600,3),(72,-752274000,2),(72,-733780800,3),(72,-197326800,2),(72,-190843200,3),(72,-184194000,2),(72,-164491200,3),(72,-152658000,2),(72,-132955200,3),(72,-121122000,2),(72,-101419200,3),(72,-86821200,2),(72,-71092800,3),(72,-54766800,2),(72,-39038400,3),(72,-23317200,2),(72,-7588800,5),(72,128142000,4),(72,136605600,5),(72,596948400,4),(72,605066400,5),(72,624423600,4),(72,636516000,5),(72,656478000,4),(72,667965600,5),(72,687927600,4),(72,699415200,5),(72,719377200,4),(72,731469600,5),(72,938919600,3),(72,952052400,5),(72,1085886000,2),(72,1087704000,5),(72,1198983600,4),(72,1205632800,5),(72,2147483647,5),(73,-2147483648,0),(73,-1826738653,1),(73,-157750200,2),(74,-2147483648,1),(74,-1206389360,2),(74,86760000,3),(74,134017200,2),(74,181368000,4),(74,194497200,2),(74,212990400,4),(74,226033200,2),(74,244526400,4),(74,257569200,2),(74,276062400,4),(74,291783600,2),(74,307598400,4),(74,323406000,2),(74,339220800,4),(74,354942000,2),(74,370756800,4),(74,386478000,2),(74,402292800,4),(74,418014000,2),(74,433828800,4),(74,449636400,2),(74,465451200,4),(74,481172400,2),(74,496987200,4),(74,512708400,2),(74,528523200,4),(74,544244400,2),(74,560059200,4),(74,575866800,2),(74,591681600,4),(74,607402800,2),(74,625032000,4),(74,638938800,2),(74,654753600,4),(74,670474800,2),(74,686721600,4),(74,699418800,2),(74,718257600,4),(74,733546800,2),(74,749448000,4),(74,762318000,2),(74,780984000,4),(74,793767600,2),(74,812520000,4),(74,825649200,2),(74,844574400,4),(74,856666800,2),(74,876024000,4),(74,888721200,2),(74,907473600,4),(74,920775600,2),(74,938923200,4),(74,952225200,2),(74,970372800,4),(74,983674800,2),(74,1002427200,4),(74,1018148400,2),(74,1030852800,4),(74,1049598000,2),(74,1062907200,4),(74,1081047600,2),(74,1097985600,4),(74,1110682800,2),(74,1129435200,4),(74,1142132400,2),(74,1160884800,4),(74,1173582000,2),(74,1192939200,4),(74,1205031600,2),(74,1224388800,4),(74,1236481200,2),(74,1255838400,4),(74,1270954800,2),(74,1286078400,4),(74,1302404400,2),(74,1317528000,4),(74,1333854000,2),(74,1349582400,4),(74,1364094000,2),(74,1381032000,4),(74,1395543600,2),(74,1412481600,4),(74,1426993200,2),(74,1443931200,4),(74,1459047600,2),(74,1475380800,4),(74,1490497200,2),(74,1506830400,4),(74,1521946800,2),(74,1538884800,4),(74,1553396400,2),(74,1570334400,4),(74,1584846000,2),(74,1601784000,4),(74,1616900400,2),(74,1633233600,4),(74,1648350000,2),(74,1664683200,4),(74,1679799600,2),(74,1696132800,4),(74,1711249200,2),(74,1728187200,4),(74,1742698800,2),(74,1759636800,4),(74,1774148400,2),(74,1791086400,4),(74,1806202800,2),(74,1822536000,4),(74,1837652400,2),(74,1853985600,4),(74,1869102000,2),(74,1886040000,4),(74,1900551600,2),(74,1917489600,4),(74,1932001200,2),(74,1948939200,4),(74,1964055600,2),(74,1980388800,4),(74,1995505200,2),(74,2011838400,4),(74,2026954800,2),(74,2043288000,4),(74,2058404400,2),(74,2075342400,4),(74,2089854000,2),(74,2106792000,4),(74,2121303600,2),(74,2138241600,4),(74,2147483647,4),(75,-2147483648,2),(75,-1632067200,1),(75,-1615136400,2),(75,-923248800,1),(75,-880214400,3),(75,-769395600,4),(75,-765392400,5),(76,-2147483648,1),(76,-880196400,2),(76,-769395600,3),(76,-765374400,1),(76,-86878800,4),(76,-21466800,5),(76,-5745600,4),(76,9982800,5),(76,25704000,4),(76,41432400,5),(76,57758400,4),(76,73486800,5),(76,89208000,4),(76,104936400,5),(76,120657600,4),(76,126709200,5),(76,152107200,4),(76,162392400,5),(76,183556800,4),(76,199285200,5),(76,215611200,4),(76,230734800,5),(76,247060800,4),(76,262789200,5),(76,278510400,4),(76,294238800,5),(76,309960000,4),(76,325688400,5),(76,341409600,4),(76,357138000,5),(76,372859200,4),(76,388587600,5),(76,404913600,4),(76,420037200,5),(76,436363200,6),(76,439034400,8),(76,452088000,7),(76,467809200,8),(76,483537600,7),(76,499258800,8),(76,514987200,7),(76,530708400,8),(76,544622400,7),(76,562158000,8),(76,576072000,7),(76,594212400,8),(76,607521600,7),(76,625662000,8),(76,638971200,7),(76,657111600,8),(76,671025600,7),(76,688561200,8),(76,702475200,7),(76,720010800,8),(76,733924800,7),(76,752065200,8),(76,765374400,7),(76,783514800,8),(76,796824000,7),(76,814964400,8),(76,828878400,7),(76,846414000,8),(76,860328000,7),(76,877863600,8),(76,891777600,7),(76,909313200,8),(76,923227200,7),(76,941367600,8),(76,954676800,7),(76,972817200,8),(76,986126400,7),(76,1004266800,8),(76,1018180800,7),(76,1035716400,8),(76,1049630400,7),(76,1067166000,8),(76,1081080000,7),(76,1099220400,8),(76,1112529600,7),(76,1130670000,8),(76,1143979200,7),(76,1162119600,8),(76,1173614400,7),(76,1194174000,8),(76,1205064000,7),(76,1225623600,8),(76,1236513600,7),(76,1257073200,8),(76,1268568000,7),(76,1289127600,8),(76,1300017600,7),(76,1320577200,8),(76,1331467200,7),(76,1352026800,8),(76,1362916800,7),(76,1383476400,8),(76,1394366400,7),(76,1414926000,8),(76,1425816000,7),(76,1446375600,8),(76,1457870400,7),(76,1478430000,8),(76,1489320000,7),(76,1509879600,8),(76,1520769600,7),(76,1541329200,8),(76,1552219200,7),(76,1572778800,8),(76,1583668800,7),(76,1604228400,8),(76,1615723200,7),(76,1636282800,8),(76,1647172800,7),(76,1667732400,8),(76,1678622400,7),(76,1699182000,8),(76,1710072000,7),(76,1730631600,8),(76,1741521600,7),(76,1762081200,8),(76,1772971200,7),(76,1793530800,8),(76,1805025600,7),(76,1825585200,8),(76,1836475200,7),(76,1857034800,8),(76,1867924800,7),(76,1888484400,8),(76,1899374400,7),(76,1919934000,8),(76,1930824000,7),(76,1951383600,8),(76,1962878400,7),(76,1983438000,8),(76,1994328000,7),(76,2014887600,8),(76,2025777600,7),(76,2046337200,8),(76,2057227200,7),(76,2077786800,8),(76,2088676800,7),(76,2109236400,8),(76,2120126400,7),(76,2140686000,8),(77,-2147483648,0),(77,-1767216356,2),(77,-1206957600,1),(77,-1191362400,2),(77,-1175374800,1),(77,-1159826400,2),(77,-633819600,1),(77,-622069200,2),(77,-602283600,1),(77,-591832800,2),(77,-570747600,1),(77,-560210400,2),(77,-539125200,1),(77,-531352800,2),(77,-191365200,1),(77,-184197600,2),(77,-155163600,1),(77,-150069600,2),(77,-128898000,1),(77,-121125600,2),(77,-99954000,1),(77,-89589600,2),(77,-68418000,1),(77,-57967200,2),(77,499748400,1),(77,511236000,2),(77,530593200,1),(77,540266400,2),(77,562129200,1),(77,571197600,2),(77,592974000,1),(77,602042400,2),(77,624423600,1),(77,634701600,2),(77,656478000,1),(77,666756000,2),(77,687927600,1),(77,697600800,2),(77,719982000,1),(77,728445600,2),(77,750826800,1),(77,761709600,2),(77,782276400,1),(77,793159200,2),(77,813726000,1),(77,824004000,2),(77,844570800,1),(77,856058400,2),(77,876106800,1),(77,888717600,2),(77,908074800,1),(77,919562400,2),(77,938919600,1),(77,951616800,2),(77,970974000,1),(77,982461600,2),(77,1003028400,1),(77,1013911200,2),(77,1036292400,1),(77,1045360800,2),(77,1318734000,1),(77,1330221600,2),(77,2147483647,2),(78,-2147483648,0),(78,-1514739600,1),(78,-1343066400,2),(78,-1234807200,1),(78,-1220292000,2),(78,-1207159200,1),(78,-1191344400,2),(78,-873828000,1),(78,-661539600,3),(78,28800,1),(78,828867600,4),(78,846403200,1),(78,860317200,4),(78,877852800,1),(78,891766800,4),(78,909302400,1),(78,923216400,4),(78,941356800,1),(78,954666000,4),(78,972806400,1),(78,989139600,4),(78,1001836800,1),(78,1018170000,4),(78,1035705600,1),(78,1049619600,4),(78,1067155200,1),(78,1081069200,4),(78,1099209600,1),(78,1112518800,4),(78,1130659200,1),(78,1143968400,4),(78,1162108800,1),(78,1175418000,4),(78,1193558400,1),(78,1207472400,4),(78,1225008000,1),(78,1238922000,4),(78,1256457600,1),(78,1270371600,5),(78,1288508400,2),(78,1301817600,5),(78,1319958000,2),(78,1333267200,5),(78,1351407600,2),(78,1365321600,5),(78,1382857200,2),(78,1396771200,5),(78,1414306800,2),(78,1428220800,5),(78,1445756400,2),(78,1459670400,5),(78,1477810800,2),(78,1491120000,5),(78,1509260400,2),(78,1522569600,5),(78,1540710000,2),(78,1554624000,5),(78,1572159600,2),(78,1586073600,5),(78,1603609200,2),(78,1617523200,5),(78,1635663600,2),(78,1648972800,5),(78,1667113200,2),(78,1680422400,5),(78,1698562800,2),(78,1712476800,5),(78,1730012400,2),(78,1743926400,5),(78,1761462000,2),(78,1775376000,5),(78,1792911600,2),(78,1806825600,5),(78,1824966000,2),(78,1838275200,5),(78,1856415600,2),(78,1869724800,5),(78,1887865200,2),(78,1901779200,5),(78,1919314800,2),(78,1933228800,5),(78,1950764400,2),(78,1964678400,5),(78,1982818800,2),(78,1996128000,5),(78,2014268400,2),(78,2027577600,5),(78,2045718000,2),(78,2059027200,5),(78,2077167600,2),(78,2091081600,5),(78,2108617200,2),(78,2122531200,5),(78,2140066800,2),(79,-2147483648,0),(79,-1451678491,1),(79,-1199217691,3),(79,234943200,2),(79,244616400,3),(79,261554400,2),(79,276066000,3),(79,293004000,2),(79,307515600,3),(79,325058400,2),(79,338706000,3),(80,-2147483648,0),(80,-1767213964,2),(80,-1206957600,1),(80,-1191362400,2),(80,-1175374800,1),(80,-1159826400,2),(80,-633819600,1),(80,-622069200,2),(80,-602283600,1),(80,-591832800,2),(80,-570747600,1),(80,-560210400,2),(80,-539125200,1),(80,-531352800,2),(80,-191365200,1),(80,-184197600,2),(80,-155163600,1),(80,-150069600,2),(80,-128898000,1),(80,-121125600,2),(80,-99954000,1),(80,-89589600,2),(80,-68418000,1),(80,-57967200,2),(80,499748400,1),(80,511236000,2),(80,530593200,1),(80,540266400,2),(80,562129200,1),(80,571197600,2),(80,2147483647,2),(81,-2147483648,0),(81,-1822500432,2),(81,-1616954400,1),(81,-1606069800,2),(81,-1585504800,1),(81,-1574015400,2),(81,-1554055200,1),(81,-1542565800,2),(81,-1522605600,1),(81,-1511116200,2),(81,-1490551200,1),(81,-1479666600,2),(81,-1459101600,1),(81,-1448217000,2),(81,-1427652000,1),(81,-1416162600,2),(81,-1396202400,1),(81,-1384713000,2),(81,-1364752800,1),(81,-1353263400,2),(81,-1333303200,1),(81,-1321813800,2),(81,-1301248800,1),(81,-1290364200,2),(81,-1269799200,1),(81,-1258914600,2),(81,-1238349600,1),(81,-1226860200,2),(81,-1206900000,1),(81,-1195410600,2),(81,-1175450400,1),(81,-1163961000,2),(81,-1143396000,1),(81,-1132511400,2),(81,-1111946400,1),(81,-1101061800,2),(81,-1080496800,1),(81,-1069612200,2),(81,-1049047200,1),(81,-1037557800,2),(81,-1017597600,1),(81,-1006108200,2),(81,-986148000,1),(81,-974658600,2),(81,-954093600,1),(81,-943209000,2),(81,-922644000,1),(81,-911759400,2),(81,-891194400,1),(81,-879705000,2),(81,-868212000,3),(81,-769395600,4),(81,-758746800,2),(81,-701892000,1),(81,-690402600,2),(81,-670442400,1),(81,-658953000,2),(81,-638992800,1),(81,-627503400,2),(81,-606938400,1),(81,-596053800,2),(81,-575488800,1),(81,-564604200,2),(81,-544039200,1),(81,-532549800,2),(81,-512589600,1),(81,-501100200,2),(81,-481140000,1),(81,-469650600,2),(81,-449690400,1),(81,-438201000,2),(81,-417636000,1),(81,-406751400,2),(81,-386186400,1),(81,-375301800,2),(81,-354736800,1),(81,-343247400,2),(81,-323287200,1),(81,-311797800,2),(81,-291837600,1),(81,-280348200,2),(81,-259783200,1),(81,-248898600,2),(81,-228333600,1),(81,-217449000,2),(81,-196884000,1),(81,-185999400,2),(81,-165434400,1),(81,-153945000,2),(81,-133984800,1),(81,-122495400,2),(81,-102535200,1),(81,-91045800,2),(81,-70480800,1),(81,-59596200,2),(81,123919200,5),(81,129618000,2),(81,409039200,5),(81,413874000,2),(82,-2147483648,2),(82,-1632074400,1),(82,-1615143600,2),(82,-880221600,3),(82,-769395600,4),(82,-765399600,2),(83,-2147483648,0),(83,-1767211040,2),(83,-1206954000,1),(83,-1191358800,2),(83,-1175371200,1),(83,-1159822800,2),(83,-633816000,1),(83,-622065600,2),(83,-602280000,1),(83,-591829200,2),(83,-570744000,1),(83,-560206800,2),(83,-539121600,1),(83,-531349200,2),(83,-191361600,1),(83,-184194000,2),(83,-155160000,1),(83,-150066000,2),(83,-128894400,1),(83,-121122000,2),(83,-99950400,1),(83,-89586000,2),(83,-68414400,1),(83,-57963600,2),(83,499752000,1),(83,511239600,2),(83,530596800,1),(83,540270000,2),(83,562132800,1),(83,571201200,2),(83,938923200,1),(83,951620400,2),(83,970977600,1),(83,971578800,2),(83,2147483647,2),(84,-2147483648,1),(84,-1739041424,3),(84,704869200,2),(84,733896000,3),(84,2147483647,3),(85,-2147483648,2),(85,-1633269600,1),(85,-1615129200,2),(85,-1601820000,1),(85,-1583679600,2),(85,-1471788000,5),(85,-880210800,3),(85,-769395600,4),(85,-765388800,5),(85,-84380400,6),(85,-68659200,5),(85,-52930800,6),(85,-37209600,5),(85,-21481200,6),(85,-5760000,5),(85,9968400,6),(85,25689600,5),(85,41418000,6),(85,57744000,5),(85,73472400,6),(85,89193600,5),(85,104922000,6),(85,120643200,5),(85,129114000,6),(85,152092800,5),(85,162378000,6),(85,183542400,5),(85,199270800,6),(85,215596800,5),(85,230720400,6),(85,247046400,5),(85,262774800,6),(85,278496000,5),(85,294224400,6),(85,309945600,5),(85,325674000,6),(85,341395200,5),(85,357123600,6),(85,372844800,5),(85,388573200,6),(85,404899200,5),(85,420022800,6),(85,436348800,5),(85,452077200,6),(85,467798400,5),(85,483526800,6),(85,499248000,5),(85,514976400,6),(85,530697600,5),(85,544611600,6),(85,562147200,5),(85,576061200,6),(85,594201600,5),(85,607510800,6),(85,625651200,5),(85,638960400,6),(85,657100800,5),(85,671014800,6),(85,688550400,5),(85,702464400,6),(85,720000000,5),(85,733914000,6),(85,752054400,5),(85,765363600,6),(85,783504000,5),(85,796813200,6),(85,814953600,5),(85,828867600,6),(85,846403200,5),(85,860317200,6),(85,877852800,5),(85,891766800,6),(85,909302400,5),(85,923216400,6),(85,941356800,5),(85,954666000,6),(85,972806400,5),(85,986115600,6),(85,1004256000,5),(85,1018170000,6),(85,1035705600,5),(85,1049619600,6),(85,1067155200,5),(85,1081069200,6),(85,1099209600,5),(85,1112518800,6),(85,1130659200,5),(85,1143968400,6),(85,1162108800,5),(85,1173603600,6),(85,1194163200,5),(85,1205053200,6),(85,1225612800,5),(85,1236502800,6),(85,1257062400,5),(85,1268557200,6),(85,1289116800,5),(85,1300006800,6),(85,1320566400,5),(85,1331456400,6),(85,1352016000,5),(85,1362906000,6),(85,1383465600,5),(85,1394355600,6),(85,1414915200,5),(85,1425805200,6),(85,1446364800,5),(85,1457859600,6),(85,1478419200,5),(85,1489309200,6),(85,1509868800,5),(85,1520758800,6),(85,1541318400,5),(85,1552208400,6),(85,1572768000,5),(85,1583658000,6),(85,1604217600,5),(85,1615712400,6),(85,1636272000,5),(85,1647162000,6),(85,1667721600,5),(85,1678611600,6),(85,1699171200,5),(85,1710061200,6),(85,1730620800,5),(85,1741510800,6),(85,1762070400,5),(85,1772960400,6),(85,1793520000,5),(85,1805014800,6),(85,1825574400,5),(85,1836464400,6),(85,1857024000,5),(85,1867914000,6),(85,1888473600,5),(85,1899363600,6),(85,1919923200,5),(85,1930813200,6),(85,1951372800,5),(85,1962867600,6),(85,1983427200,5),(85,1994317200,6),(85,2014876800,5),(85,2025766800,6),(85,2046326400,5),(85,2057216400,6),(85,2077776000,5),(85,2088666000,6),(85,2109225600,5),(85,2120115600,6),(85,2140675200,5),(86,-2147483648,1),(86,-1567453392,2),(86,-1233432000,3),(86,-1222981200,2),(86,-1205956800,3),(86,-1194037200,2),(86,-1172865600,3),(86,-1162501200,2),(86,-1141329600,3),(86,-1130965200,2),(86,-1109793600,3),(86,-1099429200,2),(86,-1078257600,3),(86,-1067806800,2),(86,-1046635200,3),(86,-1036270800,2),(86,-1015099200,3),(86,-1004734800,2),(86,-983563200,3),(86,-973198800,2),(86,-952027200,3),(86,-941576400,2),(86,-931032000,3),(86,-900882000,2),(86,-890337600,3),(86,-833749200,2),(86,-827265600,3),(86,-752274000,2),(86,-733780800,3),(86,-197326800,2),(86,-190843200,3),(86,-184194000,2),(86,-164491200,3),(86,-152658000,2),(86,-132955200,3),(86,-121122000,2),(86,-101419200,3),(86,-86821200,2),(86,-71092800,3),(86,-54766800,2),(86,-39038400,3),(86,-23317200,2),(86,-7588800,5),(86,128142000,4),(86,136605600,5),(86,596948400,4),(86,605066400,5),(86,624423600,4),(86,636516000,5),(86,656478000,4),(86,667965600,5),(86,687927600,4),(86,699415200,5),(86,719377200,4),(86,731469600,5),(86,938919600,3),(86,952052400,5),(86,1198983600,4),(86,1205632800,5),(86,1224385200,4),(86,1237082400,5),(86,2147483647,5),(87,-2147483648,0),(87,-1577923200,3),(87,-880210800,1),(87,-769395600,2),(87,-765388800,3),(87,-147891600,4),(87,-131562000,3),(87,325674000,5),(87,341395200,3),(87,357123600,5),(87,372844800,3),(87,388573200,5),(87,404899200,3),(87,420022800,5),(87,436348800,3),(87,452077200,5),(87,467798400,3),(87,483526800,5),(87,499248000,3),(87,514976400,5),(87,530697600,3),(87,544611600,5),(87,562147200,3),(87,576061200,5),(87,594201600,3),(87,607510800,5),(87,625651200,3),(87,638960400,5),(87,657100800,3),(87,671014800,5),(87,688550400,3),(87,702464400,5),(87,720000000,3),(87,733914000,5),(87,752054400,3),(87,765363600,5),(87,783504000,3),(87,796813200,5),(87,814953600,3),(87,828867600,5),(87,846403200,3),(87,860317200,5),(87,877852800,3),(87,891766800,5),(87,909302400,3),(87,923216400,5),(87,941356800,7),(87,954662400,6),(87,972802800,8),(87,973400400,7),(87,986115600,5),(87,1004256000,3),(87,1018170000,5),(87,1035705600,3),(87,1049619600,5),(87,1067155200,3),(87,1081069200,5),(87,1099209600,3),(87,1112518800,5),(87,1130659200,3),(87,1143968400,5),(87,1162108800,3),(87,1173603600,5),(87,1194163200,3),(87,1205053200,5),(87,1225612800,3),(87,1236502800,5),(87,1257062400,3),(87,1268557200,5),(87,1289116800,3),(87,1300006800,5),(87,1320566400,3),(87,1331456400,5),(87,1352016000,3),(87,1362906000,5),(87,1383465600,3),(87,1394355600,5),(87,1414915200,3),(87,1425805200,5),(87,1446364800,3),(87,1457859600,5),(87,1478419200,3),(87,1489309200,5),(87,1509868800,3),(87,1520758800,5),(87,1541318400,3),(87,1552208400,5),(87,1572768000,3),(87,1583658000,5),(87,1604217600,3),(87,1615712400,5),(87,1636272000,3),(87,1647162000,5),(87,1667721600,3),(87,1678611600,5),(87,1699171200,3),(87,1710061200,5),(87,1730620800,3),(87,1741510800,5),(87,1762070400,3),(87,1772960400,5),(87,1793520000,3),(87,1805014800,5),(87,1825574400,3),(87,1836464400,5),(87,1857024000,3),(87,1867914000,5),(87,1888473600,3),(87,1899363600,5),(87,1919923200,3),(87,1930813200,5),(87,1951372800,3),(87,1962867600,5),(87,1983427200,3),(87,1994317200,5),(87,2014876800,3),(87,2025766800,5),(87,2046326400,3),(87,2057216400,5),(87,2077776000,3),(87,2088666000,5),(87,2109225600,3),(87,2120115600,5),(87,2140675200,3),(88,-2147483648,0),(88,-1767212492,2),(88,-1206954000,1),(88,-1191358800,2),(88,-1175371200,1),(88,-1159822800,2),(88,-633816000,1),(88,-622065600,2),(88,-602280000,1),(88,-591829200,2),(88,-570744000,1),(88,-560206800,2),(88,-539121600,1),(88,-531349200,2),(88,-191361600,1),(88,-184194000,2),(88,-155160000,1),(88,-150066000,2),(88,-128894400,1),(88,-121122000,2),(88,-99950400,1),(88,-89586000,2),(88,-68414400,1),(88,-57963600,2),(88,499752000,1),(88,511239600,2),(88,530596800,1),(88,540270000,2),(88,562132800,1),(88,571201200,2),(88,592977600,1),(88,602046000,2),(88,624427200,1),(88,634705200,2),(88,656481600,1),(88,666759600,2),(88,687931200,1),(88,697604400,2),(88,719985600,1),(88,728449200,2),(88,750830400,1),(88,761713200,2),(88,782280000,1),(88,793162800,2),(88,813729600,1),(88,824007600,2),(88,844574400,1),(88,856062000,2),(88,876110400,1),(88,888721200,2),(88,908078400,1),(88,919566000,2),(88,938923200,1),(88,951620400,2),(88,970977600,1),(88,982465200,2),(88,1003032000,1),(88,1013914800,2),(88,1036296000,1),(88,1045364400,2),(88,1066536000,1),(88,1076814000,2),(88,1099368000,1),(88,1108868400,2),(88,1129435200,1),(88,1140318000,2),(88,1162699200,1),(88,1172372400,2),(88,1192334400,1),(88,1203217200,2),(88,1224388800,1),(88,1234666800,2),(88,1255838400,1),(88,1266721200,2),(88,1287288000,1),(88,1298170800,2),(88,1318737600,1),(88,1330225200,2),(88,1350792000,1),(88,1361070000,2),(88,1382241600,1),(88,1392519600,2),(88,1413691200,1),(88,1424574000,2),(88,1445140800,1),(88,1456023600,2),(88,1476590400,1),(88,1487473200,2),(88,1508040000,1),(88,1518922800,2),(88,1541304000,1),(88,1550372400,2),(88,2147483647,2),(89,-2147483648,0),(89,-1514743200,1),(89,377935200,3),(89,828860400,2),(89,846396000,3),(89,860310000,2),(89,877845600,3),(89,891759600,2),(89,902037600,4),(89,909298800,1),(89,923212800,4),(89,941353200,1),(89,954662400,4),(89,972802800,1),(89,989136000,4),(89,1001833200,1),(89,1018166400,4),(89,1035702000,1),(89,1049616000,4),(89,1067151600,1),(89,1081065600,4),(89,1099206000,1),(89,1112515200,4),(89,1130655600,1),(89,1143964800,4),(89,1162105200,1),(89,1175414400,4),(89,1193554800,1),(89,1207468800,4),(89,1225004400,1),(89,1238918400,4),(89,1256454000,1),(89,1270368000,4),(89,1288508400,1),(89,1301817600,4),(89,1319958000,1),(89,1333267200,4),(89,1351407600,1),(89,1365321600,4),(89,1382857200,1),(89,1396771200,4),(89,1414306800,1),(89,1422777600,3),(90,-2147483648,1),(90,-1826739140,2),(90,-157750200,3),(90,1197183600,2),(90,1462086000,3),(90,2147483647,3),(91,-2147483648,1),(91,-1567453392,2),(91,-1233432000,3),(91,-1222981200,2),(91,-1205956800,3),(91,-1194037200,2),(91,-1172865600,3),(91,-1162501200,2),(91,-1141329600,3),(91,-1130965200,2),(91,-1109793600,3),(91,-1099429200,2),(91,-1078257600,3),(91,-1067806800,2),(91,-1046635200,3),(91,-1036270800,2),(91,-1015099200,3),(91,-1004734800,2),(91,-983563200,3),(91,-973198800,2),(91,-952027200,3),(91,-941576400,2),(91,-931032000,3),(91,-900882000,2),(91,-890337600,3),(91,-833749200,2),(91,-827265600,3),(91,-752274000,2),(91,-733780800,3),(91,-197326800,2),(91,-190843200,3),(91,-184194000,2),(91,-164491200,3),(91,-152658000,2),(91,-132955200,3),(91,-121122000,2),(91,-101419200,3),(91,-86821200,2),(91,-71092800,3),(91,-54766800,2),(91,-39038400,3),(91,-23317200,2),(91,-7588800,5),(91,128142000,4),(91,136605600,5),(91,596948400,4),(91,605066400,5),(91,624423600,4),(91,636516000,5),(91,656478000,4),(91,667965600,2),(91,687931200,4),(91,699415200,5),(91,719377200,4),(91,731469600,5),(91,938919600,3),(91,952052400,5),(91,1086058800,2),(91,1087704000,5),(91,1198983600,4),(91,1205632800,5),(91,2147483647,5),(92,-2147483648,0),(92,-1846269040,1),(92,-71092800,2),(92,2147483647,2),(93,-2147483648,1),(93,-1946918424,2),(94,-2147483648,2),(94,-1633276800,1),(94,-1615136400,2),(94,-1601827200,1),(94,-1583686800,2),(94,-1563724800,1),(94,-1551632400,2),(94,-1538928000,1),(94,-1520182800,2),(94,-1504454400,1),(94,-1491757200,2),(94,-1473004800,1),(94,-1459702800,2),(94,-1441555200,1),(94,-1428253200,2),(94,-1410105600,1),(94,-1396803600,2),(94,-1378656000,1),(94,-1365354000,2),(94,-1347206400,1),(94,-1333904400,2),(94,-1315152000,1),(94,-1301850000,2),(94,-1283702400,1),(94,-1270400400,2),(94,-1252252800,1),(94,-1238950800,2),(94,-1220803200,1),(94,-1207501200,2),(94,-1189353600,1),(94,-1176051600,2),(94,-1157299200,1),(94,-1144602000,2),(94,-1125849600,1),(94,-1112547600,2),(94,-1094400000,1),(94,-1081098000,2),(94,-1067788800,3),(94,-1045414800,2),(94,-1031500800,1),(94,-1018198800,2),(94,-1000051200,1),(94,-986749200,2),(94,-967996800,1),(94,-955299600,2),(94,-936547200,1),(94,-923245200,2),(94,-905097600,1),(94,-891795600,2),(94,-880214400,4),(94,-769395600,5),(94,-765392400,2),(94,-747244800,1),(94,-733942800,2),(94,-715795200,1),(94,-702493200,2),(94,-684345600,1),(94,-671043600,2),(94,-652896000,1),(94,-639594000,2),(94,-620841600,1),(94,-608144400,2),(94,-589392000,1),(94,-576090000,2),(94,-557942400,1),(94,-544640400,2),(94,-526492800,1),(94,-513190800,2),(94,-495043200,1),(94,-481741200,2),(94,-463593600,1),(94,-447267600,2),(94,-431539200,1),(94,-415818000,2),(94,-400089600,1),(94,-384368400,2),(94,-368640000,1),(94,-352918800,2),(94,-337190400,1),(94,-321469200,2),(94,-305740800,1),(94,-289414800,2),(94,-273686400,1),(94,-257965200,2),(94,-242236800,1),(94,-226515600,2),(94,-210787200,1),(94,-195066000,2),(94,-179337600,1),(94,-163616400,2),(94,-147888000,1),(94,-131562000,2),(94,-116438400,1),(94,-100112400,2),(94,-84384000,1),(94,-68662800,2),(94,-52934400,1),(94,-37213200,2),(94,-21484800,1),(94,-5763600,2),(94,9964800,1),(94,25686000,2),(94,41414400,1),(94,57740400,2),(94,73468800,1),(94,89190000,2),(94,104918400,1),(94,120639600,2),(94,126691200,1),(94,152089200,2),(94,162374400,1),(94,183538800,2),(94,199267200,1),(94,215593200,2),(94,230716800,1),(94,247042800,2),(94,262771200,1),(94,278492400,2),(94,294220800,1),(94,309942000,2),(94,325670400,1),(94,341391600,2),(94,357120000,1),(94,372841200,2),(94,388569600,1),(94,404895600,2),(94,420019200,1),(94,436345200,2),(94,452073600,1),(94,467794800,2),(94,483523200,1),(94,499244400,2),(94,514972800,1),(94,530694000,2),(94,544608000,1),(94,562143600,2),(94,576057600,1),(94,594198000,2),(94,607507200,1),(94,625647600,2),(94,638956800,1),(94,657097200,2),(94,671011200,1),(94,688546800,2),(94,702460800,1),(94,719996400,2),(94,733910400,1),(94,752050800,2),(94,765360000,1),(94,783500400,2),(94,796809600,1),(94,814950000,2),(94,828864000,1),(94,846399600,2),(94,860313600,1),(94,877849200,2),(94,891763200,1),(94,909298800,2),(94,923212800,1),(94,941353200,2),(94,954662400,1),(94,972802800,2),(94,986112000,1),(94,1004252400,2),(94,1018166400,1),(94,1035702000,2),(94,1049616000,1),(94,1067151600,2),(94,1081065600,1),(94,1099206000,2),(94,1112515200,1),(94,1130655600,2),(94,1143964800,1),(94,1162105200,2),(94,1173600000,1),(94,1194159600,2),(94,1205049600,1),(94,1225609200,2),(94,1236499200,1),(94,1257058800,2),(94,1268553600,1),(94,1289113200,2),(94,1300003200,1),(94,1320562800,2),(94,1331452800,1),(94,1352012400,2),(94,1362902400,1),(94,1383462000,2),(94,1394352000,1),(94,1414911600,2),(94,1425801600,1),(94,1446361200,2),(94,1457856000,1),(94,1478415600,2),(94,1489305600,1),(94,1509865200,2),(94,1520755200,1),(94,1541314800,2),(94,1552204800,1),(94,1572764400,2),(94,1583654400,1),(94,1604214000,2),(94,1615708800,1),(94,1636268400,2),(94,1647158400,1),(94,1667718000,2),(94,1678608000,1),(94,1699167600,2),(94,1710057600,1),(94,1730617200,2),(94,1741507200,1),(94,1762066800,2),(94,1772956800,1),(94,1793516400,2),(94,1805011200,1),(94,1825570800,2),(94,1836460800,1),(94,1857020400,2),(94,1867910400,1),(94,1888470000,2),(94,1899360000,1),(94,1919919600,2),(94,1930809600,1),(94,1951369200,2),(94,1962864000,1),(94,1983423600,2),(94,1994313600,1),(94,2014873200,2),(94,2025763200,1),(94,2046322800,2),(94,2057212800,1),(94,2077772400,2),(94,2088662400,1),(94,2109222000,2),(94,2120112000,1),(94,2140671600,2),(95,-2147483648,0),(95,-1514739600,1),(95,-1343066400,2),(95,-1234807200,1),(95,-1220292000,2),(95,-1207159200,1),(95,-1191344400,2),(95,828864000,3),(95,846399600,2),(95,860313600,3),(95,877849200,2),(95,891766800,4),(95,909302400,1),(95,923216400,4),(95,941356800,1),(95,954666000,4),(95,972806400,1),(95,989139600,4),(95,1001836800,1),(95,1018170000,4),(95,1035705600,1),(95,1049619600,4),(95,1067155200,1),(95,1081069200,4),(95,1099209600,1),(95,1112518800,4),(95,1130659200,1),(95,1143968400,4),(95,1162108800,1),(95,1175418000,4),(95,1193558400,1),(95,1207472400,4),(95,1225008000,1),(95,1238922000,4),(95,1256457600,1),(95,1270371600,4),(95,1288512000,1),(95,1301821200,4),(95,1319961600,1),(95,1333270800,4),(95,1351411200,1),(95,1365325200,4),(95,1382860800,1),(95,1396774800,4),(95,1414310400,1),(95,1428224400,4),(95,1445760000,1),(95,1459674000,4),(95,1477814400,1),(95,1491123600,4),(95,1509264000,1),(95,1522573200,4),(95,1540713600,1),(95,1554627600,4),(95,1572163200,1),(95,1586077200,4),(95,1603612800,1),(95,1617526800,4),(95,1635667200,1),(95,1648976400,4),(95,1667116800,1),(95,1680426000,4),(95,1698566400,1),(95,1712480400,4),(95,1730016000,1),(95,1743930000,4),(95,1761465600,1),(95,1775379600,4),(95,1792915200,1),(95,1806829200,4),(95,1824969600,1),(95,1838278800,4),(95,1856419200,1),(95,1869728400,4),(95,1887868800,1),(95,1901782800,4),(95,1919318400,1),(95,1933232400,4),(95,1950768000,1),(95,1964682000,4),(95,1982822400,1),(95,1996131600,4),(95,2014272000,1),(95,2027581200,4),(95,2045721600,1),(95,2059030800,4),(95,2077171200,1),(95,2091085200,4),(95,2108620800,1),(95,2122534800,4),(95,2140070400,1),(96,-2147483648,2),(96,-1632067200,1),(96,-1615136400,2),(96,-923248800,1),(96,-880214400,3),(96,-769395600,4),(96,-765392400,5),(97,-2147483648,1),(97,-1567453392,2),(97,-1233432000,3),(97,-1222981200,2),(97,-1205956800,3),(97,-1194037200,2),(97,-1172865600,3),(97,-1162501200,2),(97,-1141329600,3),(97,-1130965200,2),(97,-1109793600,3),(97,-1099429200,2),(97,-1078257600,3),(97,-1067806800,2),(97,-1046635200,3),(97,-1036270800,2),(97,-1015099200,3),(97,-1004734800,2),(97,-983563200,3),(97,-973198800,2),(97,-952027200,3),(97,-941576400,2),(97,-931032000,3),(97,-900882000,2),(97,-890337600,3),(97,-833749200,2),(97,-827265600,3),(97,-752274000,2),(97,-733780800,3),(97,-197326800,2),(97,-190843200,3),(97,-184194000,2),(97,-164491200,3),(97,-152658000,2),(97,-132955200,3),(97,-121122000,2),(97,-101419200,3),(97,-86821200,2),(97,-71092800,3),(97,-54766800,2),(97,-39038400,3),(97,-23317200,2),(97,-7588800,5),(97,128142000,4),(97,136605600,5),(97,596948400,4),(97,605066400,5),(97,624423600,4),(97,636516000,5),(97,656478000,4),(97,667965600,2),(97,687931200,4),(97,699415200,5),(97,719377200,4),(97,731469600,5),(97,938919600,3),(97,952052400,5),(97,1198983600,4),(97,1205632800,5),(97,1224385200,4),(97,1237082400,5),(97,2147483647,5),(98,-2147483648,1),(98,-1545071027,3),(98,288770400,2),(98,297234000,3),(98,320220000,2),(98,328683600,3),(98,664264800,2),(98,678344400,3),(98,695714400,2),(98,700635600,3),(99,-2147483648,1),(99,-1680454800,2),(99,-1627833600,1),(100,-2147483648,0),(100,-1767212140,2),(100,-1206954000,1),(100,-1191358800,2),(100,-1175371200,1),(100,-1159822800,2),(100,-633816000,1),(100,-622065600,2),(100,-602280000,1),(100,-591829200,2),(100,-570744000,1),(100,-560206800,2),(100,-539121600,1),(100,-531349200,2),(100,-191361600,1),(100,-184194000,2),(100,-155160000,1),(100,-150066000,2),(100,-128894400,1),(100,-121122000,2),(100,-99950400,1),(100,-89586000,2),(100,-68414400,1),(100,-57963600,2),(100,499752000,1),(100,511239600,2),(100,530596800,1),(100,540270000,2),(100,562132800,1),(100,571201200,2),(100,592977600,1),(100,602046000,2),(100,624427200,1),(100,634705200,2),(100,656481600,1),(100,666759600,2),(100,687931200,1),(100,697604400,2),(100,719985600,1),(100,728449200,2),(100,750830400,1),(100,761713200,2),(100,782280000,1),(100,793162800,2),(100,813729600,1),(100,824007600,2),(100,844574400,1),(100,856062000,2),(100,876110400,1),(100,888721200,2),(100,908078400,1),(100,919566000,2),(100,938923200,1),(100,951620400,2),(100,970977600,1),(100,982465200,2),(100,1003032000,1),(100,1013914800,2),(100,1036296000,1),(100,1045364400,2),(100,1099368000,1),(100,1108868400,2),(100,1129435200,1),(100,1140318000,2),(100,1162699200,1),(100,1172372400,2),(100,1192334400,1),(100,1203217200,2),(100,1224388800,1),(100,1234666800,2),(100,1255838400,1),(100,1266721200,2),(100,1287288000,1),(100,1298170800,2),(100,1318737600,1),(100,1330225200,2),(100,1350792000,1),(100,1361070000,2),(100,1382241600,1),(100,1392519600,2),(100,1413691200,1),(100,1424574000,2),(100,1445140800,1),(100,1456023600,2),(100,1476590400,1),(100,1487473200,2),(100,1508040000,1),(100,1518922800,2),(100,1541304000,1),(100,1550372400,2),(100,2147483647,2),(101,-2147483648,0),(101,-1826738653,1),(101,-157750200,2),(102,-2147483648,0),(102,-1686091520,1),(102,323845200,4),(102,338950800,2),(102,354675600,3),(102,370400400,2),(102,386125200,3),(102,401850000,2),(102,417574800,3),(102,433299600,2),(102,449024400,3),(102,465354000,2),(102,481078800,3),(102,496803600,2),(102,512528400,3),(102,528253200,2),(102,543978000,3),(102,559702800,2),(102,575427600,3),(102,591152400,2),(102,606877200,3),(102,622602000,2),(102,638326800,3),(102,654656400,2),(102,670381200,3),(102,686106000,2),(102,701830800,3),(102,717555600,2),(102,733280400,3),(102,749005200,2),(102,764730000,3),(102,780454800,2),(102,796179600,3),(102,811904400,2),(102,820465200,5),(103,-2147483648,2),(103,-1632056400,1),(103,-1615125600,2),(103,-1596978000,1),(103,-1583164800,2),(103,-880203600,3),(103,-769395600,4),(103,-765381600,2),(103,-147884400,5),(103,-131554800,2),(103,120646800,6),(103,325677600,7),(103,341398800,6),(103,357127200,7),(103,372848400,6),(103,388576800,7),(103,404902800,6),(103,420026400,7),(103,436352400,6),(103,452080800,7),(103,467802000,6),(103,483530400,7),(103,499251600,6),(103,514980000,7),(103,530701200,6),(103,544615200,7),(103,562150800,6),(103,576064800,7),(103,594205200,6),(103,607514400,7),(103,625654800,6),(103,638964000,7),(103,657104400,6),(103,671018400,7),(103,688554000,6),(103,702468000,7),(103,720003600,6),(103,733917600,7),(103,752058000,6),(103,765367200,7),(103,783507600,6),(103,796816800,7),(103,814957200,6),(103,828871200,7),(103,846406800,6),(103,860320800,7),(103,877856400,6),(103,891770400,7),(103,909306000,6),(103,923220000,7),(103,941360400,6),(103,954669600,7),(103,972810000,6),(103,986119200,7),(103,1004259600,6),(103,1018173600,7),(103,1035709200,6),(103,1049623200,7),(103,1067158800,6),(103,1081072800,7),(103,1099213200,6),(103,1112522400,7),(103,1130662800,6),(103,1143972000,7),(103,1162112400,6),(103,1173607200,7),(103,1194166800,6),(103,1205056800,7),(103,1225616400,6),(103,1236506400,7),(103,1257066000,6),(103,1268560800,7),(103,1289120400,6),(103,1300010400,7),(103,1320570000,6),(103,1331460000,7),(103,1352019600,6),(103,1362909600,7),(103,1383469200,6),(103,1394359200,7),(103,1414918800,6),(103,1425808800,7),(103,1446368400,6),(103,1457863200,7),(103,1478422800,6),(103,1489312800,7),(103,1509872400,6),(103,1520762400,7),(103,1541322000,6),(103,1552212000,7),(103,1572771600,6),(103,1583661600,7),(103,1604214000,8),(104,-2147483648,2),(104,-1632060000,1),(104,-1615129200,2),(104,-880207200,3),(104,-769395600,4),(104,-765385200,2),(104,-715788000,1),(104,-702486000,2),(104,-684338400,1),(104,-671036400,2),(104,-652888800,1),(104,-639586800,2),(104,-620834400,1),(104,-608137200,2),(104,-589384800,1),(104,-576082800,2),(104,-557935200,1),(104,-544633200,2),(104,-526485600,1),(104,-513183600,2),(104,-495036000,1),(104,-481734000,2),(104,-463586400,1),(104,-450284400,2),(104,-431532000,1),(104,-418230000,2),(104,-400082400,1),(104,-386780400,2),(104,-368632800,1),(104,-355330800,2),(104,-337183200,1),(104,-323881200,2),(104,-305733600,1),(104,-292431600,2),(104,-273679200,1),(104,-260982000,2),(104,-242229600,1),(104,-226508400,2),(104,-210780000,1),(104,-195058800,2),(104,-179330400,1),(104,-163609200,2),(104,-147880800,1),(104,-131554800,2),(104,-116431200,1),(104,-100105200,2),(104,-84376800,1),(104,-68655600,2),(104,-52927200,1),(104,-37206000,2),(104,-21477600,1),(104,-5756400,2),(104,9972000,1),(104,25693200,2),(104,41421600,1),(104,57747600,2),(104,73476000,1),(104,84013200,5),(105,-2147483648,2),(105,-1633273200,1),(105,-1615132800,2),(105,-1601823600,1),(105,-1583683200,2),(105,-1570374000,1),(105,-1551628800,2),(105,-1538924400,1),(105,-1534089600,2),(105,-880210800,3),(105,-769395600,4),(105,-765388800,2),(105,-147884400,1),(105,-131558400,2),(105,-116434800,1),(105,-100108800,2),(105,-84380400,1),(105,-68659200,2),(105,-52930800,1),(105,-37209600,2),(105,-21481200,1),(105,-5760000,2),(105,9968400,1),(105,25689600,2),(105,41418000,1),(105,57744000,2),(105,73472400,1),(105,89193600,2),(105,104922000,1),(105,120643200,2),(105,126694800,1),(105,152092800,2),(105,162378000,1),(105,183542400,2),(105,199270800,1),(105,215596800,2),(105,230720400,1),(105,247046400,2),(105,262774800,1),(105,278496000,2),(105,294224400,1),(105,309945600,2),(105,325674000,1),(105,341395200,2),(105,357123600,1),(105,372844800,2),(105,388573200,1),(105,404899200,2),(105,420022800,1),(105,436348800,2),(105,452077200,1),(105,467798400,2),(105,483526800,1),(105,499248000,2),(105,514976400,1),(105,530697600,2),(105,544611600,1),(105,562147200,2),(105,576061200,1),(105,594201600,2),(105,607510800,1),(105,625651200,2),(105,638960400,1),(105,657100800,2),(105,671014800,1),(105,688550400,2),(105,702464400,1),(105,720000000,2),(105,733914000,1),(105,752054400,2),(105,765363600,1),(105,783504000,2),(105,796813200,1),(105,814953600,2),(105,828867600,1),(105,846403200,2),(105,860317200,1),(105,877852800,2),(105,891766800,1),(105,909302400,2),(105,923216400,1),(105,941356800,2),(105,954666000,1),(105,972806400,2),(105,986115600,1),(105,1004256000,2),(105,1018170000,1),(105,1035705600,2),(105,1049619600,1),(105,1067155200,2),(105,1081069200,1),(105,1099209600,2),(105,1112518800,1),(105,1130659200,2),(105,1143968400,1),(105,1162108800,2),(105,1173603600,1),(105,1194163200,2),(105,1205053200,1),(105,1225612800,2),(105,1236502800,1),(105,1257062400,2),(105,1268557200,1),(105,1289116800,2),(105,1300006800,1),(105,1320566400,2),(105,1331456400,1),(105,1352016000,2),(105,1362906000,1),(105,1383465600,2),(105,1394355600,1),(105,1414915200,2),(105,1425805200,1),(105,1446364800,2),(105,1457859600,1),(105,1478419200,2),(105,1489309200,1),(105,1509868800,2),(105,1520758800,1),(105,1541318400,2),(105,1552208400,1),(105,1572768000,2),(105,1583658000,1),(105,1604217600,2),(105,1615712400,1),(105,1636272000,2),(105,1647162000,1),(105,1667721600,2),(105,1678611600,1),(105,1699171200,2),(105,1710061200,1),(105,1730620800,2),(105,1741510800,1),(105,1762070400,2),(105,1772960400,1),(105,1793520000,2),(105,1805014800,1),(105,1825574400,2),(105,1836464400,1),(105,1857024000,2),(105,1867914000,1),(105,1888473600,2),(105,1899363600,1),(105,1919923200,2),(105,1930813200,1),(105,1951372800,2),(105,1962867600,1),(105,1983427200,2),(105,1994317200,1),(105,2014876800,2),(105,2025766800,1),(105,2046326400,2),(105,2057216400,1),(105,2077776000,2),(105,2088666000,1),(105,2109225600,2),(105,2120115600,1),(105,2140675200,2),(106,-2147483648,0),(106,-2051202469,1),(106,-1724083200,2),(106,-880218000,3),(106,-769395600,4),(106,-765396000,2),(106,-684349200,5),(106,-671047200,2),(106,-80506740,5),(106,-68666400,2),(106,-52938000,5),(106,-37216800,2),(106,104914800,5),(106,120636000,2),(106,126687600,5),(106,152085600,2),(106,167814000,5),(106,183535200,2),(106,199263600,5),(106,215589600,2),(106,230713200,5),(106,247039200,2),(106,262767600,5),(106,278488800,2),(106,294217200,5),(106,309938400,2),(106,325666800,5),(106,341388000,2),(106,357116400,5),(106,372837600,2),(106,388566000,5),(106,404892000,2),(106,420015600,5),(106,436341600,2),(106,452070000,5),(106,467791200,2),(106,483519600,5),(106,499240800,2),(106,514969200,5),(106,530690400,2),(106,544604400,5),(106,562140000,2),(106,576054000,5),(106,594194400,2),(106,607503600,5),(106,625644000,2),(106,638953200,5),(106,657093600,2),(106,671007600,5),(106,688543200,2),(106,702457200,5),(106,719992800,2),(106,733906800,5),(106,752047200,2),(106,765356400,5),(106,783496800,2),(106,796806000,5),(106,814946400,2),(106,828860400,5),(106,846396000,2),(106,860310000,5),(106,877845600,2),(106,891759600,5),(106,909295200,2),(106,923209200,5),(106,941349600,2),(106,954658800,5),(106,972799200,2),(106,986108400,5),(106,1004248800,2),(106,1018162800,5),(106,1035698400,2),(106,1049612400,5),(106,1067148000,2),(106,1081062000,5),(106,1099202400,2),(106,1112511600,5),(106,1130652000,2),(106,1143961200,5),(106,1162101600,2),(106,1173596400,5),(106,1194156000,2),(106,1205046000,5),(106,1225605600,2),(106,1236495600,5),(106,1257055200,2),(106,1268550000,5),(106,1289109600,2),(106,1299999600,5),(106,1320559200,2),(106,1331449200,5),(106,1352008800,2),(106,1362898800,5),(106,1383458400,2),(106,1394348400,5),(106,1414908000,2),(106,1425798000,5),(106,1446357600,2),(106,1457852400,5),(106,1478412000,2),(106,1489302000,5),(106,1509861600,2),(106,1520751600,5),(106,1541311200,2),(106,1552201200,5),(106,1572760800,2),(106,1583650800,5),(106,1604210400,2),(106,1615705200,5),(106,1636264800,2),(106,1647154800,5),(106,1667714400,2),(106,1678604400,5),(106,1699164000,2),(106,1710054000,5),(106,1730613600,2),(106,1741503600,5),(106,1762063200,2),(106,1772953200,5),(106,1793512800,2),(106,1805007600,5),(106,1825567200,2),(106,1836457200,5),(106,1857016800,2),(106,1867906800,5),(106,1888466400,2),(106,1899356400,5),(106,1919916000,2),(106,1930806000,5),(106,1951365600,2),(106,1962860400,5),(106,1983420000,2),(106,1994310000,5),(106,2014869600,2),(106,2025759600,5),(106,2046319200,2),(106,2057209200,5),(106,2077768800,2),(106,2088658800,5),(106,2109218400,2),(106,2120108400,5),(106,2140668000,2),(107,-2147483648,0),(107,-1825098836,1),(108,-2147483648,0),(108,-1998663968,2),(108,-1632063600,1),(108,-1615132800,2),(108,-1600614000,1),(108,-1596816000,2),(108,-1567954800,1),(108,-1551628800,2),(108,-1536505200,1),(108,-1523203200,2),(108,-1504450800,1),(108,-1491753600,2),(108,-1473001200,1),(108,-1459699200,2),(108,-880210800,3),(108,-769395600,4),(108,-765388800,2),(108,-715791600,1),(108,-702489600,2),(108,73472400,1),(108,89193600,2),(108,104922000,1),(108,120643200,2),(108,136371600,1),(108,152092800,2),(108,167821200,1),(108,183542400,2),(108,199270800,1),(108,215596800,2),(108,230720400,1),(108,247046400,2),(108,262774800,1),(108,278496000,2),(108,294224400,1),(108,309945600,2),(108,325674000,1),(108,341395200,2),(108,357123600,1),(108,372844800,2),(108,388573200,1),(108,404899200,2),(108,420022800,1),(108,436348800,2),(108,452077200,1),(108,467798400,2),(108,483526800,1),(108,499248000,2),(108,514976400,1),(108,530697600,2),(108,544611600,1),(108,562147200,2),(108,576061200,1),(108,594201600,2),(108,607510800,1),(108,625651200,2),(108,638960400,1),(108,657100800,2),(108,671014800,1),(108,688550400,2),(108,702464400,1),(108,720000000,2),(108,733914000,1),(108,752054400,2),(108,765363600,1),(108,783504000,2),(108,796813200,1),(108,814953600,2),(108,828867600,1),(108,846403200,2),(108,860317200,1),(108,877852800,2),(108,891766800,1),(108,909302400,2),(108,923216400,1),(108,941356800,2),(108,954666000,1),(108,972806400,2),(108,986115600,1),(108,1004256000,2),(108,1018170000,1),(108,1035705600,2),(108,1049619600,1),(108,1067155200,2),(108,1081069200,1),(108,1099209600,2),(108,1112518800,1),(108,1130659200,2),(108,1143968400,1),(108,1162108800,2),(108,1173603600,1),(108,1194163200,2),(108,1205053200,1),(108,1225612800,2),(108,1236502800,1),(108,1257062400,2),(108,1268557200,1),(108,1289116800,2),(108,1300006800,1),(108,1320566400,2),(108,1331456400,1),(108,1352016000,2),(108,1362906000,1),(108,1383465600,2),(108,1394355600,1),(108,1414915200,2),(108,1425805200,1),(108,1446364800,2),(108,1457859600,1),(108,1478419200,2),(108,1489309200,1),(108,1509868800,2),(108,1520758800,1),(108,1541318400,2),(108,1552208400,1),(108,1572768000,2),(108,1583658000,1),(108,1604217600,2),(108,1615712400,1),(108,1636272000,2),(108,1647162000,1),(108,1667721600,2),(108,1678611600,1),(108,1699171200,2),(108,1710061200,1),(108,1730620800,2),(108,1741510800,1),(108,1762070400,2),(108,1772960400,1),(108,1793520000,2),(108,1805014800,1),(108,1825574400,2),(108,1836464400,1),(108,1857024000,2),(108,1867914000,1),(108,1888473600,2),(108,1899363600,1),(108,1919923200,2),(108,1930813200,1),(108,1951372800,2),(108,1962867600,1),(108,1983427200,2),(108,1994317200,1),(108,2014876800,2),(108,2025766800,1),(108,2046326400,2),(108,2057216400,1),(108,2077776000,2),(108,2088666000,1),(108,2109225600,2),(108,2120115600,1),(108,2140675200,2),(109,-2147483648,0),(109,-1767208832,2),(109,-1206950400,1),(109,-1191355200,2),(109,-1175367600,1),(109,-1159819200,2),(109,-633812400,1),(109,-622062000,2),(109,-602276400,1),(109,-591825600,2),(109,-570740400,1),(109,-560203200,2),(109,-539118000,1),(109,-531345600,2),(109,-191358000,1),(109,-184190400,2),(109,-155156400,1),(109,-150062400,2),(109,-128890800,1),(109,-121118400,2),(109,-99946800,1),(109,-89582400,2),(109,-68410800,1),(109,-57960000,2),(109,499755600,1),(109,511243200,2),(109,530600400,1),(109,540273600,2),(109,562136400,1),(109,571204800,2),(109,750834000,1),(109,761716800,2),(109,1214283600,3),(109,1384056000,2),(109,2147483647,2),(110,-2147483648,0),(110,-1546279392,2),(110,547020000,1),(110,559717200,2),(110,578469600,1),(110,591166800,2),(111,-2147483648,0),(111,-1514736000,1),(111,-1451667600,2),(111,-1343062800,1),(111,-1234803600,2),(111,-1222963200,3),(111,-1207242000,2),(111,-873820800,4),(111,-769395600,5),(111,-761677200,2),(111,-686073600,3),(111,-661539600,2),(111,-495039600,3),(111,-481734000,2),(111,-463590000,3),(111,-450284400,2),(111,-431535600,3),(111,-418230000,2),(111,-400086000,3),(111,-386780400,2),(111,-368636400,3),(111,-355330800,2),(111,-337186800,3),(111,-323881200,2),(111,-305737200,3),(111,-292431600,2),(111,199274400,3),(111,215600400,2),(111,230724000,3),(111,247050000,2),(111,262778400,3),(111,278499600,2),(111,294228000,3),(111,309949200,2),(111,325677600,3),(111,341398800,2),(111,357127200,3),(111,372848400,2),(111,388576800,3),(111,404902800,2),(111,420026400,3),(111,436352400,2),(111,452080800,3),(111,467802000,2),(111,483530400,3),(111,499251600,2),(111,514980000,3),(111,530701200,2),(111,544615200,3),(111,562150800,2),(111,576064800,3),(111,594205200,2),(111,607514400,3),(111,625654800,2),(111,638964000,3),(111,657104400,2),(111,671018400,3),(111,688554000,2),(111,702468000,3),(111,720003600,2),(111,733917600,3),(111,752058000,2),(111,765367200,3),(111,783507600,2),(111,796816800,3),(111,814957200,2),(111,828871200,3),(111,846406800,2),(111,860320800,3),(111,877856400,2),(111,891770400,3),(111,909306000,2),(111,923220000,3),(111,941360400,2),(111,954669600,3),(111,972810000,2),(111,986119200,3),(111,1004259600,2),(111,1018173600,3),(111,1035709200,2),(111,1049623200,3),(111,1067158800,2),(111,1081072800,3),(111,1099213200,2),(111,1112522400,3),(111,1130662800,2),(111,1143972000,3),(111,1162112400,2),(111,1175421600,3),(111,1193562000,2),(111,1207476000,3),(111,1225011600,2),(111,1238925600,3),(111,1256461200,2),(111,1268560800,3),(111,1289120400,2),(111,1300010400,3),(111,1320570000,2),(111,1331460000,3),(111,1352019600,2),(111,1362909600,3),(111,1383469200,2),(111,1394359200,3),(111,1414918800,2),(111,1425808800,3),(111,1446368400,2),(111,1457863200,3),(111,1478422800,2),(111,1489312800,3),(111,1509872400,2),(111,1520762400,3),(111,1541322000,2),(111,1552212000,3),(111,1572771600,2),(111,1583661600,3),(111,1604221200,2),(111,1615716000,3),(111,1636275600,2),(111,1647165600,3),(111,1667725200,2),(111,1678615200,3),(111,1699174800,2),(111,1710064800,3),(111,1730624400,2),(111,1741514400,3),(111,1762074000,2),(111,1772964000,3),(111,1793523600,2),(111,1805018400,3),(111,1825578000,2),(111,1836468000,3),(111,1857027600,2),(111,1867917600,3),(111,1888477200,2),(111,1899367200,3),(111,1919926800,2),(111,1930816800,3),(111,1951376400,2),(111,1962871200,3),(111,1983430800,2),(111,1994320800,3),(111,2014880400,2),(111,2025770400,3),(111,2046330000,2),(111,2057220000,3),(111,2077779600,2),(111,2088669600,3),(111,2109229200,2),(111,2120119200,3),(111,2140678800,2),(112,-2147483648,2),(112,-1632060000,1),(112,-1615129200,2),(112,-880207200,3),(112,-769395600,4),(112,-765385200,2),(112,-715788000,1),(112,-702486000,2),(112,-684338400,1),(112,-671036400,2),(112,-652888800,1),(112,-639586800,2),(112,-620834400,1),(112,-608137200,2),(112,-589384800,1),(112,-576082800,2),(112,-557935200,1),(112,-544633200,2),(112,-526485600,1),(112,-513183600,2),(112,-495036000,1),(112,-481734000,2),(112,-463586400,1),(112,-450284400,2),(112,-431532000,1),(112,-418230000,2),(112,-400082400,1),(112,-386780400,2),(112,-368632800,1),(112,-355330800,2),(112,-337183200,1),(112,-323881200,2),(112,-305733600,1),(112,-292431600,2),(112,-273679200,1),(112,-260982000,2),(112,-242229600,1),(112,-226508400,2),(112,-210780000,1),(112,-195058800,2),(112,-179330400,1),(112,-163609200,2),(112,-147880800,1),(112,-131554800,2),(112,-116431200,1),(112,-100105200,2),(112,-84376800,1),(112,-68655600,2),(112,-52927200,1),(112,-37206000,2),(112,-21477600,1),(112,-5756400,2),(112,9972000,1),(112,25693200,2),(112,41421600,1),(112,57747600,2),(112,73476000,1),(112,89197200,2),(112,104925600,1),(112,120646800,2),(112,136375200,1),(112,152096400,2),(112,167824800,1),(112,183546000,2),(112,199274400,1),(112,215600400,2),(112,230724000,1),(112,247050000,2),(112,262778400,1),(112,278499600,2),(112,294228000,1),(112,309949200,2),(112,325677600,1),(112,341398800,2),(112,357127200,1),(112,372848400,2),(112,388576800,1),(112,404902800,2),(112,420026400,1),(112,436352400,2),(112,452080800,1),(112,467802000,2),(112,483530400,1),(112,499251600,2),(112,514980000,1),(112,530701200,2),(112,544615200,1),(112,562150800,2),(112,576064800,1),(112,594205200,2),(112,607514400,1),(112,625654800,2),(112,638964000,1),(112,657104400,2),(112,671018400,1),(112,688554000,2),(112,702468000,1),(112,720003600,2),(112,733917600,1),(112,752058000,2),(112,765367200,1),(112,783507600,2),(112,796816800,1),(112,814957200,2),(112,828871200,1),(112,846406800,2),(112,860320800,1),(112,877856400,2),(112,891770400,1),(112,909306000,2),(112,923220000,1),(112,941360400,2),(112,954669600,1),(112,972810000,2),(112,986119200,1),(112,1004259600,2),(112,1018173600,1),(112,1035709200,2),(112,1049623200,1),(112,1067158800,2),(112,1081072800,1),(112,1099213200,2),(112,1112522400,1),(112,1130662800,2),(112,1143972000,1),(112,1162112400,2),(112,1173607200,1),(112,1194166800,2),(112,1205056800,1),(112,1225616400,2),(112,1236506400,1),(112,1257066000,2),(112,1268560800,1),(112,1289120400,2),(112,1300010400,1),(112,1320570000,2),(112,1331460000,1),(112,1352019600,2),(112,1362909600,1),(112,1383469200,2),(112,1394359200,1),(112,1414918800,2),(112,1425808800,5),(113,-2147483648,2),(113,-1633276800,1),(113,-1615136400,2),(113,-1601827200,1),(113,-1583686800,2),(113,-900259200,1),(113,-891795600,2),(113,-880214400,3),(113,-769395600,4),(113,-765392400,2),(113,-747244800,1),(113,-733942800,2),(113,-715795200,1),(113,-702493200,2),(113,-684345600,1),(113,-671043600,2),(113,-652896000,1),(113,-639594000,2),(113,-620841600,1),(113,-608144400,2),(113,-589392000,1),(113,-576090000,2),(113,-557942400,1),(113,-544640400,2),(113,-526492800,1),(113,-513190800,2),(113,-495043200,1),(113,-481741200,2),(113,-463593600,5),(113,-386787600,2),(113,-368640000,5),(113,-21488400,6),(113,-5767200,5),(113,9961200,6),(113,25682400,5),(113,1143961200,6),(113,1162101600,5),(113,1173596400,6),(113,1194156000,5),(113,1205046000,6),(113,1225605600,5),(113,1236495600,6),(113,1257055200,5),(113,1268550000,6),(113,1289109600,5),(113,1299999600,6),(113,1320559200,5),(113,1331449200,6),(113,1352008800,5),(113,1362898800,6),(113,1383458400,5),(113,1394348400,6),(113,1414908000,5),(113,1425798000,6),(113,1446357600,5),(113,1457852400,6),(113,1478412000,5),(113,1489302000,6),(113,1509861600,5),(113,1520751600,6),(113,1541311200,5),(113,1552201200,6),(113,1572760800,5),(113,1583650800,6),(113,1604210400,5),(113,1615705200,6),(113,1636264800,5),(113,1647154800,6),(113,1667714400,5),(113,1678604400,6),(113,1699164000,5),(113,1710054000,6),(113,1730613600,5),(113,1741503600,6),(113,1762063200,5),(113,1772953200,6),(113,1793512800,5),(113,1805007600,6),(113,1825567200,5),(113,1836457200,6),(113,1857016800,5),(113,1867906800,6),(113,1888466400,5),(113,1899356400,6),(113,1919916000,5),(113,1930806000,6),(113,1951365600,5),(113,1962860400,6),(113,1983420000,5),(113,1994310000,6),(113,2014869600,5),(113,2025759600,6),(113,2046319200,5),(113,2057209200,6),(113,2077768800,5),(113,2088658800,6),(113,2109218400,5),(113,2120108400,6),(113,2140668000,5),(114,-2147483648,0),(114,-1767216360,2),(114,-1206957600,1),(114,-1191362400,2),(114,-1175374800,1),(114,-1159826400,2),(114,-633819600,1),(114,-622069200,2),(114,-602283600,1),(114,-591832800,2),(114,-570747600,1),(114,-560210400,2),(114,-539125200,1),(114,-531352800,2),(114,-191365200,1),(114,-184197600,2),(114,-155163600,1),(114,-150069600,2),(114,-128898000,1),(114,-121125600,2),(114,-99954000,1),(114,-89589600,2),(114,-68418000,1),(114,-57967200,2),(114,499748400,1),(114,511236000,2),(114,530593200,1),(114,540266400,2),(114,562129200,1),(114,571197600,2),(114,592974000,1),(114,602042400,2),(114,624423600,1),(114,634701600,2),(114,938919600,1),(114,951616800,2),(114,970974000,1),(114,972180000,2),(114,1003028400,1),(114,1013911200,2),(114,2147483647,2),(115,-2147483648,0),(115,-2131646412,2),(115,-1632074400,1),(115,-1615143600,2),(115,-880221600,3),(115,-769395600,4),(115,-765399600,2),(115,-526500000,1),(115,-513198000,2),(115,73461600,1),(115,89182800,2),(115,104911200,1),(115,120632400,2),(115,136360800,1),(115,152082000,2),(115,167810400,1),(115,183531600,2),(115,199260000,1),(115,215586000,2),(115,230709600,1),(115,247035600,2),(115,262764000,1),(115,278485200,2),(115,294213600,1),(115,309934800,2),(115,325663200,1),(115,341384400,2),(115,357112800,1),(115,372834000,2),(115,388562400,1),(115,404888400,2),(115,420012000,1),(115,436338000,2),(115,452066400,1),(115,467787600,2),(115,483516000,1),(115,499237200,2),(115,514965600,1),(115,530686800,2),(115,544600800,1),(115,562136400,2),(115,576050400,1),(115,594190800,2),(115,607500000,1),(115,625640400,2),(115,638949600,1),(115,657090000,2),(115,671004000,1),(115,688539600,2),(115,702453600,1),(115,719989200,2),(115,733903200,1),(115,752043600,2),(115,765352800,1),(115,783493200,2),(115,796802400,1),(115,814942800,2),(115,828856800,1),(115,846392400,2),(115,860306400,1),(115,877842000,2),(115,891756000,1),(115,909291600,2),(115,923205600,1),(115,941346000,2),(115,954655200,1),(115,972795600,2),(115,986104800,1),(115,1004245200,2),(115,1018159200,1),(115,1035694800,2),(115,1049608800,1),(115,1067144400,2),(115,1081058400,1),(115,1099198800,2),(115,1112508000,1),(115,1130648400,2),(115,1143957600,1),(115,1162098000,2),(115,1173592800,1),(115,1194152400,2),(115,1205042400,1),(115,1225602000,2),(115,1236492000,1),(115,1257051600,2),(115,1268546400,1),(115,1289106000,2),(115,1299996000,1),(115,1320555600,2),(115,1331445600,1),(115,1352005200,2),(115,1362895200,1),(115,1383454800,2),(115,1394344800,1),(115,1414904400,2),(115,1425794400,1),(115,1446354000,2),(115,1457848800,1),(115,1478408400,2),(115,1489298400,1),(115,1509858000,2),(115,1520748000,1),(115,1541307600,2),(115,1552197600,1),(115,1572757200,2),(115,1583647200,1),(115,1604206800,2),(115,1615701600,1),(115,1636261200,2),(115,1647151200,1),(115,1667710800,2),(115,1678600800,1),(115,1699160400,2),(115,1710050400,1),(115,1730610000,2),(115,1741500000,1),(115,1762059600,2),(115,1772949600,1),(115,1793509200,2),(115,1805004000,1),(115,1825563600,2),(115,1836453600,1),(115,1857013200,2),(115,1867903200,1),(115,1888462800,2),(115,1899352800,1),(115,1919912400,2),(115,1930802400,1),(115,1951362000,2),(115,1962856800,1),(115,1983416400,2),(115,1994306400,1),(115,2014866000,2),(115,2025756000,1),(115,2046315600,2),(115,2057205600,1),(115,2077765200,2),(115,2088655200,1),(115,2109214800,2),(115,2120104800,1),(115,2140664400,2),(116,-2147483648,0),(116,-1686083584,1),(116,323845200,4),(116,338950800,2),(116,354675600,3),(116,370400400,2),(116,386125200,3),(116,401850000,2),(116,417574800,3),(116,433299600,2),(116,449024400,3),(116,465354000,2),(116,481078800,3),(116,496803600,2),(116,512528400,3),(116,528253200,2),(116,543978000,3),(116,559702800,2),(116,575427600,3),(116,591152400,2),(116,606877200,3),(116,622602000,2),(116,638326800,3),(116,654656400,2),(116,670381200,3),(116,686106000,2),(116,701830800,3),(116,717555600,2),(116,733280400,3),(116,749005200,2),(116,764730000,3),(116,780454800,2),(116,796179600,3),(116,811904400,2),(116,828234000,3),(116,846378000,2),(116,859683600,3),(116,877827600,2),(116,891133200,3),(116,909277200,2),(116,922582800,3),(116,941331600,2),(116,954032400,3),(116,972781200,2),(116,985482000,3),(116,1004230800,2),(116,1017536400,3),(116,1035680400,2),(116,1048986000,3),(116,1067130000,2),(116,1080435600,3),(116,1099184400,2),(116,1111885200,3),(116,1130634000,2),(116,1143334800,3),(116,1162083600,2),(116,1174784400,3),(116,1193533200,2),(116,1206838800,3),(116,1224982800,2),(116,1238288400,3),(116,1256432400,2),(116,1269738000,3),(116,1288486800,2),(116,1301187600,3),(116,1319936400,2),(116,1332637200,3),(116,1351386000,2),(116,1364691600,3),(116,1382835600,2),(116,1396141200,3),(116,1414285200,2),(116,1427590800,3),(116,1445734800,2),(116,1459040400,3),(116,1477789200,2),(116,1490490000,3),(116,1509238800,2),(116,1521939600,3),(116,1540688400,2),(116,1553994000,3),(116,1572138000,2),(116,1585443600,3),(116,1603587600,2),(116,1616893200,3),(116,1635642000,2),(116,1648342800,3),(116,1667091600,2),(116,1679792400,3),(116,1698541200,2),(116,1711846800,3),(116,1729990800,2),(116,1743296400,3),(116,1761440400,2),(116,1774746000,3),(116,1792890000,2),(116,1806195600,3),(116,1824944400,2),(116,1837645200,3),(116,1856394000,2),(116,1869094800,3),(116,1887843600,2),(116,1901149200,3),(116,1919293200,2),(116,1932598800,3),(116,1950742800,2),(116,1964048400,3),(116,1982797200,2),(116,1995498000,3),(116,2014246800,2),(116,2026947600,3),(116,2045696400,2),(116,2058397200,3),(116,2077146000,2),(116,2090451600,3),(116,2108595600,2),(116,2121901200,3),(116,2140045200,2),(116,2147483647,2),(117,-2147483648,1),(117,-1632076148,2),(117,-1615145348,1),(117,-1096921748,3),(117,-1061670600,4),(117,-1048973400,3),(117,-1030221000,4),(117,-1017523800,3),(117,-998771400,4),(117,-986074200,3),(117,-966717000,4),(117,-954624600,3),(117,-935267400,4),(117,-922570200,3),(117,-903817800,4),(117,-891120600,3),(117,-872368200,6),(117,-769395600,5),(117,-765401400,3),(117,-746044200,4),(117,-733347000,3),(117,-714594600,4),(117,-701897400,3),(117,-683145000,4),(117,-670447800,3),(117,-651695400,4),(117,-638998200,3),(117,-619641000,4),(117,-606943800,3),(117,-589401000,4),(117,-576099000,3),(117,-557951400,4),(117,-544649400,3),(117,-526501800,4),(117,-513199800,3),(117,-495052200,4),(117,-481750200,3),(117,-463602600,4),(117,-450300600,3),(117,-431548200,4),(117,-418246200,3),(117,-400098600,4),(117,-386796600,3),(117,-368649000,4),(117,-355347000,3),(117,-337199400,4),(117,-323897400,3),(117,-305749800,4),(117,-289423800,3),(117,-273695400,4),(117,-257974200,3),(117,-242245800,4),(117,-226524600,3),(117,-210796200,4),(117,-195075000,3),(117,-179346600,4),(117,-163625400,3),(117,-147897000,4),(117,-131571000,3),(117,-119903400,8),(117,-116445600,7),(117,-100119600,8),(117,-84391200,7),(117,-68670000,8),(117,-52941600,7),(117,-37220400,8),(117,-21492000,7),(117,-5770800,8),(117,9957600,7),(117,25678800,8),(117,41407200,7),(117,57733200,8),(117,73461600,7),(117,89182800,8),(117,104911200,7),(117,120632400,8),(117,136360800,7),(117,152082000,8),(117,167810400,7),(117,183531600,8),(117,199260000,7),(117,215586000,8),(117,230709600,7),(117,247035600,8),(117,262764000,7),(117,278485200,8),(117,294213600,7),(117,309934800,8),(117,325663200,7),(117,341384400,8),(117,357112800,7),(117,372834000,8),(117,388562400,7),(117,404888400,8),(117,420012000,7),(117,436338000,8),(117,452066400,7),(117,467787600,8),(117,483516000,7),(117,499237200,8),(117,514965600,7),(117,530686800,8),(117,544593660,7),(117,562129260,8),(117,576043260,9),(117,594180060,8),(117,607492860,7),(117,625633260,8),(117,638942460,7),(117,657082860,8),(117,670996860,7),(117,688532460,8),(117,702446460,7),(117,719982060,8),(117,733896060,7),(117,752036460,8),(117,765345660,7),(117,783486060,8),(117,796795260,7),(117,814935660,8),(117,828849660,7),(117,846385260,8),(117,860299260,7),(117,877834860,8),(117,891748860,7),(117,909284460,8),(117,923198460,7),(117,941338860,8),(117,954648060,7),(117,972788460,8),(117,986097660,7),(117,1004238060,8),(117,1018152060,7),(117,1035687660,8),(117,1049601660,7),(117,1067137260,8),(117,1081051260,7),(117,1099191660,8),(117,1112500860,7),(117,1130641260,8),(117,1143950460,7),(117,1162090860,8),(117,1173585660,7),(117,1194145260,8),(117,1205035260,7),(117,1225594860,8),(117,1236484860,7),(117,1257044460,8),(117,1268539260,7),(117,1289098860,8),(117,1299988860,7),(117,1320555600,8),(117,1331445600,7),(117,1352005200,8),(117,1362895200,7),(117,1383454800,8),(117,1394344800,7),(117,1414904400,8),(117,1425794400,7),(117,1446354000,8),(117,1457848800,7),(117,1478408400,8),(117,1489298400,7),(117,1509858000,8),(117,1520748000,7),(117,1541307600,8),(117,1552197600,7),(117,1572757200,8),(117,1583647200,7),(117,1604206800,8),(117,1615701600,7),(117,1636261200,8),(117,1647151200,7),(117,1667710800,8),(117,1678600800,7),(117,1699160400,8),(117,1710050400,7),(117,1730610000,8),(117,1741500000,7),(117,1762059600,8),(117,1772949600,7),(117,1793509200,8),(117,1805004000,7),(117,1825563600,8),(117,1836453600,7),(117,1857013200,8),(117,1867903200,7),(117,1888462800,8),(117,1899352800,7),(117,1919912400,8),(117,1930802400,7),(117,1951362000,8),(117,1962856800,7),(117,1983416400,8),(117,1994306400,7),(117,2014866000,8),(117,2025756000,7),(117,2046315600,8),(117,2057205600,7),(117,2077765200,8),(117,2088655200,7),(117,2109214800,8),(117,2120104800,7),(117,2140664400,8),(118,-2147483648,1),(118,-1827687170,2),(118,294217200,3),(118,309938400,2),(118,325666800,3),(118,341388000,2),(118,357116400,3),(118,372837600,2),(118,388566000,3),(118,404892000,2),(118,420015600,3),(118,436341600,2),(118,452070000,3),(118,467791200,2),(118,483519600,3),(118,499240800,2),(118,514969200,3),(118,530690400,2),(118,544604400,3),(118,562140000,2),(118,576054000,3),(118,594194400,2),(118,607503600,3),(118,625644000,2),(118,638953200,3),(118,657093600,2),(118,671007600,3),(118,688543200,2),(118,702457200,3),(118,719992800,2),(118,733906800,3),(118,752047200,2),(118,765356400,3),(118,783496800,2),(118,796806000,3),(118,814946400,2),(118,828860400,3),(118,846396000,2),(118,860310000,3),(118,877845600,2),(118,891759600,3),(118,909295200,2),(118,923209200,3),(118,941349600,2),(118,954658800,3),(118,972799200,2),(118,986108400,3),(118,1004248800,2),(118,1018162800,3),(118,1035698400,2),(118,1049612400,3),(118,1067148000,2),(118,1081062000,3),(118,1099202400,2),(118,1112511600,3),(118,1130652000,2),(118,1143961200,3),(118,1162101600,2),(118,1173596400,3),(118,1194156000,2),(118,1205046000,3),(118,1225605600,2),(118,1236495600,3),(118,1257055200,2),(118,1268550000,3),(118,1289109600,2),(118,1299999600,3),(118,1320559200,2),(118,1331449200,3),(118,1352008800,2),(118,1362898800,3),(118,1383458400,2),(118,1394348400,3),(118,1414908000,2),(118,1425798000,4),(118,1520751600,3),(118,1541311200,2),(118,1552201200,3),(118,1572760800,2),(118,1583650800,3),(118,1604210400,2),(118,1615705200,3),(118,1636264800,2),(118,1647154800,3),(118,1667714400,2),(118,1678604400,3),(118,1699164000,2),(118,1710054000,3),(118,1730613600,2),(118,1741503600,3),(118,1762063200,2),(118,1772953200,3),(118,1793512800,2),(118,1805007600,3),(118,1825567200,2),(118,1836457200,3),(118,1857016800,2),(118,1867906800,3),(118,1888466400,2),(118,1899356400,3),(118,1919916000,2),(118,1930806000,3),(118,1951365600,2),(118,1962860400,3),(118,1983420000,2),(118,1994310000,3),(118,2014869600,2),(118,2025759600,3),(118,2046319200,2),(118,2057209200,3),(118,2077768800,2),(118,2088658800,3),(118,2109218400,2),(118,2120108400,3),(118,2140668000,2),(119,-2147483648,0),(119,-1825098836,1),(120,-2147483648,0),(120,-1825098836,1),(121,-2147483648,0),(121,-1617040676,2),(121,123055200,1),(121,130914000,2),(121,422344800,1),(121,433054800,2),(121,669708000,1),(121,684219600,2),(121,1146376800,1),(121,1159678800,2),(122,-2147483648,1),(122,-1230749160,3),(122,722926800,2),(122,728884800,3),(122,2147483647,3),(123,-2147483648,0),(123,-1730578040,1),(123,176010300,2),(123,662698800,3),(123,2147483647,3),(124,-2147483648,0),(124,-2131645536,2),(124,-1696276800,1),(124,-1680469200,2),(124,-1632074400,1),(124,-1615143600,2),(124,-1566763200,1),(124,-1557090000,2),(124,-1535486400,1),(124,-1524949200,2),(124,-1504468800,1),(124,-1493413200,2),(124,-1472414400,1),(124,-1461963600,2),(124,-1440964800,1),(124,-1429390800,2),(124,-1409515200,1),(124,-1396731600,2),(124,-1376856000,1),(124,-1366491600,2),(124,-1346616000,1),(124,-1333832400,2),(124,-1313956800,1),(124,-1303678800,2),(124,-1282507200,1),(124,-1272661200,2),(124,-1251057600,1),(124,-1240088400,2),(124,-1219608000,1),(124,-1207429200,2),(124,-1188763200,1),(124,-1175979600,2),(124,-1157313600,1),(124,-1143925200,2),(124,-1124049600,1),(124,-1113771600,2),(124,-1091390400,1),(124,-1081026000,2),(124,-1059854400,1),(124,-1050786000,2),(124,-1030910400,1),(124,-1018126800,2),(124,-999460800,1),(124,-986677200,2),(124,-965592000,1),(124,-955227600,2),(124,-935956800,1),(124,-923173200,2),(124,-904507200,1),(124,-891723600,2),(124,-880221600,3),(124,-769395600,4),(124,-765399600,2),(124,-747252000,1),(124,-733950000,2),(124,-715802400,1),(124,-702500400,2),(124,-684352800,1),(124,-671050800,2),(124,-652903200,1),(124,-639601200,2),(124,-589399200,1),(124,-576097200,2),(124,-557949600,1),(124,-544647600,2),(124,-526500000,1),(124,-513198000,2),(124,-495050400,1),(124,-481748400,2),(124,-431546400,1),(124,-418244400,2),(124,-400096800,1),(124,-386794800,2),(124,-368647200,1),(124,-355345200,2),(124,-337197600,1),(124,-323895600,2),(124,-242244000,1),(124,-226522800,2),(124,-210794400,1),(124,-195073200,2),(124,-179344800,1),(124,-163623600,2),(124,-147895200,1),(124,-131569200,2),(124,-116445600,1),(124,-100119600,2),(124,-84391200,1),(124,-68670000,2),(124,-52941600,1),(124,-37220400,2),(124,-21492000,1),(124,-5770800,2),(124,9957600,1),(124,25678800,2),(124,41407200,1),(124,57733200,2),(124,73461600,1),(124,89182800,2),(124,104911200,1),(124,120632400,2),(124,136360800,1),(124,152082000,2),(124,167810400,1),(124,183531600,2),(124,199260000,1),(124,215586000,2),(124,230709600,1),(124,247035600,2),(124,262764000,1),(124,278485200,2),(124,294213600,1),(124,309934800,2),(124,325663200,1),(124,341384400,2),(124,357112800,1),(124,372834000,2),(124,388562400,1),(124,404888400,2),(124,420012000,1),(124,436338000,2),(124,452066400,1),(124,467787600,2),(124,483516000,1),(124,499237200,2),(124,514965600,1),(124,530686800,2),(124,544600800,1),(124,562136400,2),(124,576050400,1),(124,594190800,2),(124,607500000,1),(124,625640400,2),(124,638949600,1),(124,657090000,2),(124,671004000,1),(124,688539600,2),(124,702453600,1),(124,719989200,2),(124,733903200,1),(124,752043600,2),(124,765352800,1),(124,783493200,2),(124,796802400,1),(124,814942800,2),(124,828856800,1),(124,846392400,2),(124,860306400,1),(124,877842000,2),(124,891756000,1),(124,909291600,2),(124,923205600,1),(124,941346000,2),(124,954655200,1),(124,972795600,2),(124,986104800,1),(124,1004245200,2),(124,1018159200,1),(124,1035694800,2),(124,1049608800,1),(124,1067144400,2),(124,1081058400,1),(124,1099198800,2),(124,1112508000,1),(124,1130648400,2),(124,1143957600,1),(124,1162098000,2),(124,1173592800,1),(124,1194152400,2),(124,1205042400,1),(124,1225602000,2),(124,1236492000,1),(124,1257051600,2),(124,1268546400,1),(124,1289106000,2),(124,1299996000,1),(124,1320555600,2),(124,1331445600,1),(124,1352005200,2),(124,1362895200,1),(124,1383454800,2),(124,1394344800,1),(124,1414904400,2),(124,1425794400,1),(124,1446354000,2),(124,1457848800,1),(124,1478408400,2),(124,1489298400,1),(124,1509858000,2),(124,1520748000,1),(124,1541307600,2),(124,1552197600,1),(124,1572757200,2),(124,1583647200,1),(124,1604206800,2),(124,1615701600,1),(124,1636261200,2),(124,1647151200,1),(124,1667710800,2),(124,1678600800,1),(124,1699160400,2),(124,1710050400,1),(124,1730610000,2),(124,1741500000,1),(124,1762059600,2),(124,1772949600,1),(124,1793509200,2),(124,1805004000,1),(124,1825563600,2),(124,1836453600,1),(124,1857013200,2),(124,1867903200,1),(124,1888462800,2),(124,1899352800,1),(124,1919912400,2),(124,1930802400,1),(124,1951362000,2),(124,1962856800,1),(124,1983416400,2),(124,1994306400,1),(124,2014866000,2),(124,2025756000,1),(124,2046315600,2),(124,2057205600,1),(124,2077765200,2),(124,2088655200,1),(124,2109214800,2),(124,2120104800,1),(124,2140664400,2),(125,-2147483648,1),(125,-1402813824,3),(125,-1311534000,2),(125,-1300996800,3),(125,-933534000,2),(125,-925675200,3),(125,-902084400,2),(125,-893620800,3),(125,-870030000,2),(125,-862171200,3),(125,-775681200,2),(125,-767822400,3),(125,-744231600,2),(125,-736372800,3),(125,-144702000,2),(125,-134251200,3),(125,-113425200,2),(125,-102542400,3),(125,-86295600,2),(125,-72907200,3),(125,-54154800,2),(125,-41457600,3),(125,-21495600,2),(125,-5774400,3),(125,9954000,2),(125,25675200,3),(125,41403600,2),(125,57729600,3),(125,73458000,2),(125,87364800,3),(125,104907600,2),(125,118900800,3),(125,136357200,2),(125,150436800,3),(125,167806800,2),(125,183528000,3),(125,199256400,2),(125,215582400,3),(125,230706000,2),(125,247032000,3),(125,263365200,2),(125,276667200,3),(125,290581200,2),(125,308721600,3),(125,322030800,2),(125,340171200,3),(125,358318800,2),(125,371620800,3),(125,389768400,2),(125,403070400,3),(125,421218000,2),(125,434520000,3),(125,452667600,2),(125,466574400,3),(125,484117200,2),(125,498024000,3),(125,511333200,2),(125,529473600,3),(125,542782800,2),(125,560923200,3),(125,574837200,2),(125,592372800,3),(125,606286800,2),(125,623822400,3),(125,638946000,2),(125,655876800,3),(125,671000400,2),(125,687330000,4),(125,702450000,2),(125,718779600,4),(125,733899600,2),(125,750229200,4),(125,765349200,2),(125,781678800,4),(125,796798800,2),(125,813128400,4),(125,828853200,2),(125,844578000,4),(125,860302800,2),(125,876632400,4),(125,891147600,5),(125,909291600,4),(125,922597200,5),(125,941346000,4),(125,954651600,5),(125,972795600,4),(125,986101200,5),(125,1004245200,4),(125,1018155600,5),(125,1035694800,4),(125,1049605200,5),(125,1067144400,4),(125,1080450000,5),(125,1162098000,4),(125,1173589200,5),(125,1193547600,4),(125,1205643600,5),(125,1224997200,4),(125,1236488400,5),(125,1256446800,4),(125,1268542800,5),(125,1288501200,4),(125,1300597200,5),(125,1321160400,4),(125,1333256400,5),(125,1352005200,4),(125,1362891600,5),(125,1383454800,4),(125,1394341200,5),(125,1414904400,4),(125,1425790800,5),(125,1446354000,4),(125,1457845200,5),(125,1478408400,4),(125,1489294800,5),(125,1509858000,4),(125,1520744400,5),(125,1541307600,4),(125,1552194000,5),(125,1572757200,4),(125,1583643600,5),(125,1604206800,4),(125,1615698000,5),(125,1636261200,4),(125,1647147600,5),(125,1667710800,4),(125,1678597200,5),(125,1699160400,4),(125,1710046800,5),(125,1730610000,4),(125,1741496400,5),(125,1762059600,4),(125,1772946000,5),(125,1793509200,4),(125,1805000400,5),(125,1825563600,4),(125,1836450000,5),(125,1857013200,4),(125,1867899600,5),(125,1888462800,4),(125,1899349200,5),(125,1919912400,4),(125,1930798800,5),(125,1951362000,4),(125,1962853200,5),(125,1983416400,4),(125,1994302800,5),(125,2014866000,4),(125,2025752400,5),(125,2046315600,4),(125,2057202000,5),(125,2077765200,4),(125,2088651600,5),(125,2109214800,4),(125,2120101200,5),(125,2140664400,4),(126,-2147483648,0),(126,-1514739600,1),(126,-1343066400,2),(126,-1234807200,1),(126,-1220292000,2),(126,-1207159200,1),(126,-1191344400,2),(126,-873828000,1),(126,-661539600,3),(126,28800,1),(126,828867600,4),(126,846403200,1),(126,860317200,4),(126,877852800,1),(126,891766800,4),(126,909302400,1),(127,-2147483648,2),(127,-1633276800,1),(127,-1615136400,2),(127,-1601827200,1),(127,-1583686800,2),(127,-900259200,1),(127,-891795600,2),(127,-880214400,3),(127,-769395600,4),(127,-765392400,2),(127,-747244800,1),(127,-733942800,2),(127,-715795200,1),(127,-702493200,2),(127,-684345600,1),(127,-671043600,2),(127,-652896000,1),(127,-639594000,2),(127,-620841600,1),(127,-608144400,2),(127,-589392000,1),(127,-576090000,2),(127,-557942400,1),(127,-544640400,2),(127,-526492800,1),(127,-513190800,2),(127,-495043200,1),(127,-481741200,2),(127,-463593600,5),(127,-386787600,2),(127,-368640000,5),(127,-21488400,6),(127,-5767200,5),(127,9961200,6),(127,25682400,5),(127,1143961200,6),(127,1162101600,5),(127,1173596400,6),(127,1194156000,5),(127,1205046000,6),(127,1225605600,5),(127,1236495600,6),(127,1257055200,5),(127,1268550000,6),(127,1289109600,5),(127,1299999600,6),(127,1320559200,5),(127,1331449200,6),(127,1352008800,5),(127,1362898800,6),(127,1383458400,5),(127,1394348400,6),(127,1414908000,5),(127,1425798000,6),(127,1446357600,5),(127,1457852400,6),(127,1478412000,5),(127,1489302000,6),(127,1509861600,5),(127,1520751600,6),(127,1541311200,5),(127,1552201200,6),(127,1572760800,5),(127,1583650800,6),(127,1604210400,5),(127,1615705200,6),(127,1636264800,5),(127,1647154800,6),(127,1667714400,5),(127,1678604400,6),(127,1699164000,5),(127,1710054000,6),(127,1730613600,5),(127,1741503600,6),(127,1762063200,5),(127,1772953200,6),(127,1793512800,5),(127,1805007600,6),(127,1825567200,5),(127,1836457200,6),(127,1857016800,5),(127,1867906800,6),(127,1888466400,5),(127,1899356400,6),(127,1919916000,5),(127,1930806000,6),(127,1951365600,5),(127,1962860400,6),(127,1983420000,5),(127,1994310000,6),(127,2014869600,5),(127,2025759600,6),(127,2046319200,5),(127,2057209200,6),(127,2077768800,5),(127,2088658800,6),(127,2109218400,5),(127,2120108400,6),(127,2140668000,5),(128,-2147483648,2),(128,-1633276800,1),(128,-1615136400,2),(128,-1601827200,1),(128,-1583686800,2),(128,-880214400,3),(128,-769395600,4),(128,-765392400,2),(128,-715795200,1),(128,-702493200,2),(128,-684345600,1),(128,-671043600,2),(128,-652896000,1),(128,-639594000,2),(128,-620841600,1),(128,-608144400,2),(128,-589392000,1),(128,-576090000,2),(128,-557942400,1),(128,-544640400,2),(128,-526492800,1),(128,-513190800,2),(128,-495043200,1),(128,-481741200,2),(128,-463593600,1),(128,-447267600,2),(128,-431539200,1),(128,-415818000,2),(128,-400089600,1),(128,-386787600,2),(128,-368640000,1),(128,-355338000,2),(128,-337190400,1),(128,-321469200,2),(128,-305740800,1),(128,-289414800,2),(128,-273686400,1),(128,-257965200,2),(128,-242236800,5),(128,-195066000,2),(128,-84384000,1),(128,-68662800,2),(128,-52934400,1),(128,-37213200,2),(128,-21484800,1),(128,-5763600,2),(128,9964800,1),(128,25686000,2),(128,41414400,1),(128,57740400,2),(128,73468800,1),(128,89190000,2),(128,104918400,1),(128,120639600,2),(128,126691200,1),(128,152089200,2),(128,162374400,1),(128,183538800,2),(128,199267200,1),(128,215593200,2),(128,230716800,1),(128,247042800,2),(128,262771200,1),(128,278492400,2),(128,294220800,1),(128,309942000,2),(128,325670400,1),(128,341391600,2),(128,357120000,1),(128,372841200,2),(128,388569600,1),(128,404895600,2),(128,420019200,1),(128,436345200,2),(128,452073600,1),(128,467794800,2),(128,483523200,1),(128,499244400,2),(128,514972800,1),(128,530694000,2),(128,544608000,1),(128,562143600,2),(128,576057600,1),(128,594198000,2),(128,607507200,1),(128,625647600,2),(128,638956800,1),(128,657097200,2),(128,671011200,1),(128,688546800,5),(128,1143961200,1),(128,1162105200,2),(128,1173600000,1),(128,1194159600,2),(128,1205049600,1),(128,1225609200,2),(128,1236499200,1),(128,1257058800,2),(128,1268553600,1),(128,1289113200,2),(128,1300003200,1),(128,1320562800,2),(128,1331452800,1),(128,1352012400,2),(128,1362902400,1),(128,1383462000,2),(128,1394352000,1),(128,1414911600,2),(128,1425801600,1),(128,1446361200,2),(128,1457856000,1),(128,1478415600,2),(128,1489305600,1),(128,1509865200,2),(128,1520755200,1),(128,1541314800,2),(128,1552204800,1),(128,1572764400,2),(128,1583654400,1),(128,1604214000,2),(128,1615708800,1),(128,1636268400,2),(128,1647158400,1),(128,1667718000,2),(128,1678608000,1),(128,1699167600,2),(128,1710057600,1),(128,1730617200,2),(128,1741507200,1),(128,1762066800,2),(128,1772956800,1),(128,1793516400,2),(128,1805011200,1),(128,1825570800,2),(128,1836460800,1),(128,1857020400,2),(128,1867910400,1),(128,1888470000,2),(128,1899360000,1),(128,1919919600,2),(128,1930809600,1),(128,1951369200,2),(128,1962864000,1),(128,1983423600,2),(128,1994313600,1),(128,2014873200,2),(128,2025763200,1),(128,2046322800,2),(128,2057212800,1),(128,2077772400,2),(128,2088662400,1),(128,2109222000,2),(128,2120112000,1),(128,2140671600,2),(129,-2147483648,2),(129,-1633276800,1),(129,-1615136400,2),(129,-1601827200,1),(129,-1583686800,2),(129,-880214400,3),(129,-769395600,4),(129,-765392400,2),(129,-589392000,1),(129,-576090000,2),(129,-495043200,1),(129,-481741200,2),(129,-463593600,1),(129,-450291600,2),(129,-431539200,1),(129,-418237200,2),(129,-400089600,1),(129,-386787600,2),(129,-368640000,1),(129,-355338000,2),(129,-337190400,1),(129,-323888400,2),(129,-305740800,1),(129,-292438800,2),(129,-273686400,5),(129,-21488400,6),(129,-5767200,5),(129,9961200,6),(129,25682400,5),(129,41410800,6),(129,57736800,5),(129,73465200,6),(129,89186400,5),(129,104914800,6),(129,120636000,5),(129,126687600,1),(129,152089200,5),(129,162370800,6),(129,183535200,5),(129,1143961200,6),(129,1162101600,5),(129,1173596400,6),(129,1194156000,5),(129,1205046000,6),(129,1225605600,5),(129,1236495600,6),(129,1257055200,5),(129,1268550000,6),(129,1289109600,5),(129,1299999600,6),(129,1320559200,5),(129,1331449200,6),(129,1352008800,5),(129,1362898800,6),(129,1383458400,5),(129,1394348400,6),(129,1414908000,5),(129,1425798000,6),(129,1446357600,5),(129,1457852400,6),(129,1478412000,5),(129,1489302000,6),(129,1509861600,5),(129,1520751600,6),(129,1541311200,5),(129,1552201200,6),(129,1572760800,5),(129,1583650800,6),(129,1604210400,5),(129,1615705200,6),(129,1636264800,5),(129,1647154800,6),(129,1667714400,5),(129,1678604400,6),(129,1699164000,5),(129,1710054000,6),(129,1730613600,5),(129,1741503600,6),(129,1762063200,5),(129,1772953200,6),(129,1793512800,5),(129,1805007600,6),(129,1825567200,5),(129,1836457200,6),(129,1857016800,5),(129,1867906800,6),(129,1888466400,5),(129,1899356400,6),(129,1919916000,5),(129,1930806000,6),(129,1951365600,5),(129,1962860400,6),(129,1983420000,5),(129,1994310000,6),(129,2014869600,5),(129,2025759600,6),(129,2046319200,5),(129,2057209200,6),(129,2077768800,5),(129,2088658800,6),(129,2109218400,5),(129,2120108400,6),(129,2140668000,5),(130,-2147483648,2),(130,-1633276800,1),(130,-1615136400,2),(130,-1601827200,1),(130,-1583686800,2),(130,-880214400,3),(130,-769395600,4),(130,-765392400,2),(130,-462996000,1),(130,-450291600,2),(130,-431539200,1),(130,-418237200,2),(130,-400089600,1),(130,-386787600,2),(130,-368640000,1),(130,-355338000,2),(130,-337190400,1),(130,-323888400,2),(130,-305740800,1),(130,-292438800,2),(130,-273686400,1),(130,-257965200,2),(130,-242236800,1),(130,-226515600,2),(130,-210787200,1),(130,-195066000,2),(130,-179337600,1),(130,-163616400,2),(130,-147888000,5),(130,-100112400,2),(130,-84384000,1),(130,-68662800,2),(130,-52934400,1),(130,-37213200,2),(130,-21484800,1),(130,-5763600,2),(130,9964800,1),(130,25686000,2),(130,41414400,1),(130,57740400,2),(130,73468800,1),(130,89190000,2),(130,104918400,1),(130,120639600,2),(130,126691200,1),(130,152089200,2),(130,162374400,1),(130,183538800,2),(130,199267200,1),(130,215593200,2),(130,230716800,1),(130,247042800,5),(130,1143961200,1),(130,1162105200,2),(130,1173600000,1),(130,1194159600,5),(130,1205046000,6),(130,1225605600,5),(130,1236495600,6),(130,1257055200,5),(130,1268550000,6),(130,1289109600,5),(130,1299999600,6),(130,1320559200,5),(130,1331449200,6),(130,1352008800,5),(130,1362898800,6),(130,1383458400,5),(130,1394348400,6),(130,1414908000,5),(130,1425798000,6),(130,1446357600,5),(130,1457852400,6),(130,1478412000,5),(130,1489302000,6),(130,1509861600,5),(130,1520751600,6),(130,1541311200,5),(130,1552201200,6),(130,1572760800,5),(130,1583650800,6),(130,1604210400,5),(130,1615705200,6),(130,1636264800,5),(130,1647154800,6),(130,1667714400,5),(130,1678604400,6),(130,1699164000,5),(130,1710054000,6),(130,1730613600,5),(130,1741503600,6),(130,1762063200,5),(130,1772953200,6),(130,1793512800,5),(130,1805007600,6),(130,1825567200,5),(130,1836457200,6),(130,1857016800,5),(130,1867906800,6),(130,1888466400,5),(130,1899356400,6),(130,1919916000,5),(130,1930806000,6),(130,1951365600,5),(130,1962860400,6),(130,1983420000,5),(130,1994310000,6),(130,2014869600,5),(130,2025759600,6),(130,2046319200,5),(130,2057209200,6),(130,2077768800,5),(130,2088658800,6),(130,2109218400,5),(130,2120108400,6),(130,2140668000,5),(131,-2147483648,2),(131,-1633276800,1),(131,-1615136400,2),(131,-1601827200,1),(131,-1583686800,2),(131,-880214400,3),(131,-769395600,4),(131,-765392400,2),(131,-462996000,1),(131,-450291600,2),(131,-431539200,1),(131,-418237200,2),(131,-400089600,1),(131,-386787600,2),(131,-368640000,1),(131,-355338000,2),(131,-337190400,1),(131,-323888400,2),(131,-305740800,1),(131,-292438800,2),(131,-273686400,1),(131,-257965200,2),(131,-242236800,1),(131,-226515600,2),(131,-210787200,1),(131,-195066000,2),(131,-179337600,5),(131,-68662800,2),(131,-52934400,1),(131,-37213200,2),(131,-21484800,6),(131,-5767200,5),(131,9961200,6),(131,25682400,5),(131,1143961200,1),(131,1162105200,2),(131,1173600000,1),(131,1194159600,2),(131,1205049600,1),(131,1225609200,2),(131,1236499200,1),(131,1257058800,2),(131,1268553600,1),(131,1289113200,2),(131,1300003200,1),(131,1320562800,2),(131,1331452800,1),(131,1352012400,2),(131,1362902400,1),(131,1383462000,2),(131,1394352000,1),(131,1414911600,2),(131,1425801600,1),(131,1446361200,2),(131,1457856000,1),(131,1478415600,2),(131,1489305600,1),(131,1509865200,2),(131,1520755200,1),(131,1541314800,2),(131,1552204800,1),(131,1572764400,2),(131,1583654400,1),(131,1604214000,2),(131,1615708800,1),(131,1636268400,2),(131,1647158400,1),(131,1667718000,2),(131,1678608000,1),(131,1699167600,2),(131,1710057600,1),(131,1730617200,2),(131,1741507200,1),(131,1762066800,2),(131,1772956800,1),(131,1793516400,2),(131,1805011200,1),(131,1825570800,2),(131,1836460800,1),(131,1857020400,2),(131,1867910400,1),(131,1888470000,2),(131,1899360000,1),(131,1919919600,2),(131,1930809600,1),(131,1951369200,2),(131,1962864000,1),(131,1983423600,2),(131,1994313600,1),(131,2014873200,2),(131,2025763200,1),(131,2046322800,2),(131,2057212800,1),(131,2077772400,2),(131,2088662400,1),(131,2109222000,2),(131,2120112000,1),(131,2140671600,2),(132,-2147483648,2),(132,-1633276800,1),(132,-1615136400,2),(132,-1601827200,1),(132,-1583686800,2),(132,-880214400,3),(132,-769395600,4),(132,-765392400,2),(132,-495043200,5),(132,-21488400,6),(132,-5767200,5),(132,9961200,6),(132,25682400,5),(132,41410800,6),(132,57736800,5),(132,73465200,6),(132,89186400,5),(132,1143961200,6),(132,1162101600,5),(132,1173596400,6),(132,1194156000,5),(132,1205046000,6),(132,1225605600,5),(132,1236495600,6),(132,1257055200,5),(132,1268550000,6),(132,1289109600,5),(132,1299999600,6),(132,1320559200,5),(132,1331449200,6),(132,1352008800,5),(132,1362898800,6),(132,1383458400,5),(132,1394348400,6),(132,1414908000,5),(132,1425798000,6),(132,1446357600,5),(132,1457852400,6),(132,1478412000,5),(132,1489302000,6),(132,1509861600,5),(132,1520751600,6),(132,1541311200,5),(132,1552201200,6),(132,1572760800,5),(132,1583650800,6),(132,1604210400,5),(132,1615705200,6),(132,1636264800,5),(132,1647154800,6),(132,1667714400,5),(132,1678604400,6),(132,1699164000,5),(132,1710054000,6),(132,1730613600,5),(132,1741503600,6),(132,1762063200,5),(132,1772953200,6),(132,1793512800,5),(132,1805007600,6),(132,1825567200,5),(132,1836457200,6),(132,1857016800,5),(132,1867906800,6),(132,1888466400,5),(132,1899356400,6),(132,1919916000,5),(132,1930806000,6),(132,1951365600,5),(132,1962860400,6),(132,1983420000,5),(132,1994310000,6),(132,2014869600,5),(132,2025759600,6),(132,2046319200,5),(132,2057209200,6),(132,2077768800,5),(132,2088658800,6),(132,2109218400,5),(132,2120108400,6),(132,2140668000,5),(133,-2147483648,2),(133,-1633276800,1),(133,-1615136400,2),(133,-1601827200,1),(133,-1583686800,2),(133,-880214400,3),(133,-769395600,4),(133,-765392400,2),(133,-747244800,1),(133,-733942800,2),(133,-526492800,1),(133,-513190800,2),(133,-495043200,1),(133,-481741200,2),(133,-462996000,1),(133,-450291600,2),(133,-431539200,1),(133,-418237200,2),(133,-400089600,1),(133,-386787600,2),(133,-368640000,1),(133,-355338000,2),(133,-337190400,1),(133,-323888400,2),(133,-305740800,1),(133,-289414800,2),(133,-273686400,1),(133,-260989200,2),(133,-242236800,1),(133,-226515600,2),(133,-210787200,1),(133,-195066000,2),(133,-179337600,5),(133,-21488400,6),(133,-5767200,5),(133,9961200,6),(133,25682400,5),(133,1143961200,1),(133,1162105200,2),(133,1173600000,1),(133,1194159600,5),(133,1205046000,6),(133,1225605600,5),(133,1236495600,6),(133,1257055200,5),(133,1268550000,6),(133,1289109600,5),(133,1299999600,6),(133,1320559200,5),(133,1331449200,6),(133,1352008800,5),(133,1362898800,6),(133,1383458400,5),(133,1394348400,6),(133,1414908000,5),(133,1425798000,6),(133,1446357600,5),(133,1457852400,6),(133,1478412000,5),(133,1489302000,6),(133,1509861600,5),(133,1520751600,6),(133,1541311200,5),(133,1552201200,6),(133,1572760800,5),(133,1583650800,6),(133,1604210400,5),(133,1615705200,6),(133,1636264800,5),(133,1647154800,6),(133,1667714400,5),(133,1678604400,6),(133,1699164000,5),(133,1710054000,6),(133,1730613600,5),(133,1741503600,6),(133,1762063200,5),(133,1772953200,6),(133,1793512800,5),(133,1805007600,6),(133,1825567200,5),(133,1836457200,6),(133,1857016800,5),(133,1867906800,6),(133,1888466400,5),(133,1899356400,6),(133,1919916000,5),(133,1930806000,6),(133,1951365600,5),(133,1962860400,6),(133,1983420000,5),(133,1994310000,6),(133,2014869600,5),(133,2025759600,6),(133,2046319200,5),(133,2057209200,6),(133,2077768800,5),(133,2088658800,6),(133,2109218400,5),(133,2120108400,6),(133,2140668000,5),(134,-2147483648,2),(134,-1633276800,1),(134,-1615136400,2),(134,-1601827200,1),(134,-1583686800,2),(134,-880214400,3),(134,-769395600,4),(134,-765392400,2),(134,-747244800,1),(134,-733942800,2),(134,-715795200,1),(134,-702493200,2),(134,-684345600,1),(134,-671043600,2),(134,-652896000,1),(134,-639594000,2),(134,-620841600,1),(134,-608144400,2),(134,-589392000,1),(134,-576090000,2),(134,-557942400,1),(134,-544640400,2),(134,-526492800,1),(134,-513190800,2),(134,-495043200,1),(134,-481741200,2),(134,-463593600,1),(134,-447267600,2),(134,-431539200,1),(134,-415818000,2),(134,-400089600,1),(134,-386787600,2),(134,-368640000,1),(134,-355338000,2),(134,-337190400,1),(134,-323888400,2),(134,-305740800,1),(134,-292438800,2),(134,-273686400,5),(134,-21488400,6),(134,-5767200,5),(134,9961200,6),(134,25682400,5),(134,1143961200,1),(134,1162105200,2),(134,1173600000,6),(134,1194156000,5),(134,1205046000,6),(134,1225605600,5),(134,1236495600,6),(134,1257055200,5),(134,1268550000,6),(134,1289109600,5),(134,1299999600,6),(134,1320559200,5),(134,1331449200,6),(134,1352008800,5),(134,1362898800,6),(134,1383458400,5),(134,1394348400,6),(134,1414908000,5),(134,1425798000,6),(134,1446357600,5),(134,1457852400,6),(134,1478412000,5),(134,1489302000,6),(134,1509861600,5),(134,1520751600,6),(134,1541311200,5),(134,1552201200,6),(134,1572760800,5),(134,1583650800,6),(134,1604210400,5),(134,1615705200,6),(134,1636264800,5),(134,1647154800,6),(134,1667714400,5),(134,1678604400,6),(134,1699164000,5),(134,1710054000,6),(134,1730613600,5),(134,1741503600,6),(134,1762063200,5),(134,1772953200,6),(134,1793512800,5),(134,1805007600,6),(134,1825567200,5),(134,1836457200,6),(134,1857016800,5),(134,1867906800,6),(134,1888466400,5),(134,1899356400,6),(134,1919916000,5),(134,1930806000,6),(134,1951365600,5),(134,1962860400,6),(134,1983420000,5),(134,1994310000,6),(134,2014869600,5),(134,2025759600,6),(134,2046319200,5),(134,2057209200,6),(134,2077768800,5),(134,2088658800,6),(134,2109218400,5),(134,2120108400,6),(134,2140668000,5),(135,-2147483648,2),(135,-1633276800,1),(135,-1615136400,2),(135,-1601827200,1),(135,-1583686800,2),(135,-900259200,1),(135,-891795600,2),(135,-880214400,3),(135,-769395600,4),(135,-765392400,2),(135,-747244800,1),(135,-733942800,2),(135,-715795200,1),(135,-702493200,2),(135,-684345600,1),(135,-671043600,2),(135,-652896000,1),(135,-639594000,2),(135,-620841600,1),(135,-608144400,2),(135,-589392000,1),(135,-576090000,2),(135,-557942400,1),(135,-544640400,2),(135,-526492800,1),(135,-513190800,2),(135,-495043200,1),(135,-481741200,2),(135,-463593600,5),(135,-386787600,2),(135,-368640000,5),(135,-21488400,6),(135,-5767200,5),(135,9961200,6),(135,25682400,5),(135,1143961200,6),(135,1162101600,5),(135,1173596400,6),(135,1194156000,5),(135,1205046000,6),(135,1225605600,5),(135,1236495600,6),(135,1257055200,5),(135,1268550000,6),(135,1289109600,5),(135,1299999600,6),(135,1320559200,5),(135,1331449200,6),(135,1352008800,5),(135,1362898800,6),(135,1383458400,5),(135,1394348400,6),(135,1414908000,5),(135,1425798000,6),(135,1446357600,5),(135,1457852400,6),(135,1478412000,5),(135,1489302000,6),(135,1509861600,5),(135,1520751600,6),(135,1541311200,5),(135,1552201200,6),(135,1572760800,5),(135,1583650800,6),(135,1604210400,5),(135,1615705200,6),(135,1636264800,5),(135,1647154800,6),(135,1667714400,5),(135,1678604400,6),(135,1699164000,5),(135,1710054000,6),(135,1730613600,5),(135,1741503600,6),(135,1762063200,5),(135,1772953200,6),(135,1793512800,5),(135,1805007600,6),(135,1825567200,5),(135,1836457200,6),(135,1857016800,5),(135,1867906800,6),(135,1888466400,5),(135,1899356400,6),(135,1919916000,5),(135,1930806000,6),(135,1951365600,5),(135,1962860400,6),(135,1983420000,5),(135,1994310000,6),(135,2014869600,5),(135,2025759600,6),(135,2046319200,5),(135,2057209200,6),(135,2077768800,5),(135,2088658800,6),(135,2109218400,5),(135,2120108400,6),(135,2140668000,5),(136,-2147483648,0),(136,-536457600,2),(136,-147888000,1),(136,-131558400,2),(136,294228000,3),(136,325674000,4),(136,341395200,3),(136,357123600,4),(136,372844800,3),(136,388573200,4),(136,404899200,3),(136,420022800,4),(136,436348800,3),(136,452077200,4),(136,467798400,3),(136,483526800,4),(136,499248000,3),(136,514976400,4),(136,530697600,3),(136,544611600,4),(136,562147200,3),(136,576061200,4),(136,594201600,3),(136,607510800,4),(136,625651200,3),(136,638960400,4),(136,657100800,3),(136,671014800,4),(136,688550400,3),(136,702464400,4),(136,720000000,3),(136,733914000,4),(136,752054400,3),(136,765363600,4),(136,783504000,3),(136,796813200,4),(136,814953600,3),(136,828867600,4),(136,846403200,3),(136,860317200,4),(136,877852800,3),(136,891766800,4),(136,909302400,3),(136,923216400,4),(136,941356800,3),(136,954666000,4),(136,972806400,3),(136,986115600,4),(136,1004256000,3),(136,1018170000,4),(136,1035705600,3),(136,1049619600,4),(136,1067155200,3),(136,1081069200,4),(136,1099209600,3),(136,1112518800,4),(136,1130659200,3),(136,1143968400,4),(136,1162108800,3),(136,1173603600,4),(136,1194163200,3),(136,1205053200,4),(136,1225612800,3),(136,1236502800,4),(136,1257062400,3),(136,1268557200,4),(136,1289116800,3),(136,1300006800,4),(136,1320566400,3),(136,1331456400,4),(136,1352016000,3),(136,1362906000,4),(136,1383465600,3),(136,1394355600,4),(136,1414915200,3),(136,1425805200,4),(136,1446364800,3),(136,1457859600,4),(136,1478419200,3),(136,1489309200,4),(136,1509868800,3),(136,1520758800,4),(136,1541318400,3),(136,1552208400,4),(136,1572768000,3),(136,1583658000,4),(136,1604217600,3),(136,1615712400,4),(136,1636272000,3),(136,1647162000,4),(136,1667721600,3),(136,1678611600,4),(136,1699171200,3),(136,1710061200,4),(136,1730620800,3),(136,1741510800,4),(136,1762070400,3),(136,1772960400,4),(136,1793520000,3),(136,1805014800,4),(136,1825574400,3),(136,1836464400,4),(136,1857024000,3),(136,1867914000,4),(136,1888473600,3),(136,1899363600,4),(136,1919923200,3),(136,1930813200,4),(136,1951372800,3),(136,1962867600,4),(136,1983427200,3),(136,1994317200,4),(136,2014876800,3),(136,2025766800,4),(136,2046326400,3),(136,2057216400,4),(136,2077776000,3),(136,2088666000,4),(136,2109225600,3),(136,2120115600,4),(136,2140675200,3),(137,-2147483648,0),(137,-865296000,5),(137,-769395600,1),(137,-765396000,2),(137,-147898800,3),(137,-131569200,2),(137,325666800,4),(137,341388000,2),(137,357116400,4),(137,372837600,2),(137,388566000,4),(137,404892000,2),(137,420015600,4),(137,436341600,2),(137,452070000,4),(137,467791200,2),(137,483519600,4),(137,499240800,2),(137,514969200,4),(137,530690400,2),(137,544604400,4),(137,562140000,2),(137,576054000,4),(137,594194400,2),(137,607503600,4),(137,625644000,2),(137,638953200,4),(137,657093600,2),(137,671007600,4),(137,688543200,2),(137,702457200,4),(137,719992800,2),(137,733906800,4),(137,752047200,2),(137,765356400,4),(137,783496800,2),(137,796806000,4),(137,814946400,2),(137,828860400,4),(137,846396000,2),(137,860310000,4),(137,877845600,2),(137,891759600,4),(137,909295200,2),(137,923209200,4),(137,941349600,6),(137,954662400,7),(137,972802800,2),(137,986108400,4),(137,1004248800,2),(137,1018162800,4),(137,1035698400,2),(137,1049612400,4),(137,1067148000,2),(137,1081062000,4),(137,1099202400,2),(137,1112511600,4),(137,1130652000,2),(137,1143961200,4),(137,1162101600,2),(137,1173596400,4),(137,1194156000,2),(137,1205046000,4),(137,1225605600,2),(137,1236495600,4),(137,1257055200,2),(137,1268550000,4),(137,1289109600,2),(137,1299999600,4),(137,1320559200,2),(137,1331449200,4),(137,1352008800,2),(137,1362898800,4),(137,1383458400,2),(137,1394348400,4),(137,1414908000,2),(137,1425798000,4),(137,1446357600,2),(137,1457852400,4),(137,1478412000,2),(137,1489302000,4),(137,1509861600,2),(137,1520751600,4),(137,1541311200,2),(137,1552201200,4),(137,1572760800,2),(137,1583650800,4),(137,1604210400,2),(137,1615705200,4),(137,1636264800,2),(137,1647154800,4),(137,1667714400,2),(137,1678604400,4),(137,1699164000,2),(137,1710054000,4),(137,1730613600,2),(137,1741503600,4),(137,1762063200,2),(137,1772953200,4),(137,1793512800,2),(137,1805007600,4),(137,1825567200,2),(137,1836457200,4),(137,1857016800,2),(137,1867906800,4),(137,1888466400,2),(137,1899356400,4),(137,1919916000,2),(137,1930806000,4),(137,1951365600,2),(137,1962860400,4),(137,1983420000,2),(137,1994310000,4),(137,2014869600,2),(137,2025759600,4),(137,2046319200,2),(137,2057209200,4),(137,2077768800,2),(137,2088658800,4),(137,2109218400,2),(137,2120108400,4),(137,2140668000,2),(138,-2147483648,1),(138,-1827687170,2),(138,126687600,3),(138,152085600,2),(138,162370800,3),(138,183535200,2),(138,199263600,3),(138,215589600,2),(138,230713200,3),(138,247039200,2),(138,262767600,3),(138,278488800,2),(138,294217200,3),(138,309938400,2),(138,325666800,3),(138,341388000,2),(138,357116400,3),(138,372837600,2),(138,388566000,3),(138,404892000,2),(138,420015600,3),(138,436341600,2),(139,-2147483648,1),(139,-1567453392,2),(139,-1233432000,3),(139,-1222981200,2),(139,-1205956800,3),(139,-1194037200,2),(139,-1172865600,3),(139,-1162501200,2),(139,-1141329600,3),(139,-1130965200,2),(139,-1109793600,3),(139,-1099429200,2),(139,-1078257600,3),(139,-1067806800,2),(139,-1046635200,3),(139,-1036270800,2),(139,-1015099200,3),(139,-1004734800,2),(139,-983563200,3),(139,-973198800,2),(139,-952027200,3),(139,-941576400,2),(139,-931032000,3),(139,-900882000,2),(139,-890337600,3),(139,-833749200,2),(139,-827265600,3),(139,-752274000,2),(139,-733780800,3),(139,-197326800,2),(139,-190843200,3),(139,-184194000,2),(139,-164491200,3),(139,-152658000,2),(139,-132955200,3),(139,-121122000,2),(139,-101419200,3),(139,-86821200,2),(139,-71092800,3),(139,-54766800,2),(139,-39038400,3),(139,-23317200,2),(139,-7588800,5),(139,128142000,4),(139,136605600,5),(139,596948400,4),(139,605066400,5),(139,624423600,4),(139,636516000,2),(139,657086400,3),(139,669178800,2),(139,686721600,4),(139,699415200,5),(139,719377200,4),(139,731469600,5),(139,938919600,3),(139,952052400,5),(139,1198983600,4),(139,1205632800,5),(139,2147483647,5),(140,-2147483648,1),(140,-880207200,2),(140,-769395600,3),(140,-765385200,1),(140,-21477600,4),(140,-5756400,1),(140,9972000,4),(140,25693200,1),(140,41421600,4),(140,57747600,1),(140,73476000,4),(140,89197200,1),(140,104925600,4),(140,120646800,1),(140,126698400,4),(140,152096400,1),(140,162381600,4),(140,183546000,1),(140,199274400,4),(140,215600400,1),(140,230724000,4),(140,247050000,1),(140,262778400,4),(140,278499600,1),(140,294228000,4),(140,309949200,1),(140,325677600,5),(140,341402400,1),(140,357127200,4),(140,372848400,1),(140,388576800,4),(140,404902800,1),(140,420026400,4),(140,436352400,6),(140,439030800,8),(140,452084400,7),(140,467805600,8),(140,483534000,7),(140,499255200,8),(140,514983600,7),(140,530704800,8),(140,544618800,7),(140,562154400,8),(140,576068400,7),(140,594208800,8),(140,607518000,7),(140,625658400,8),(140,638967600,7),(140,657108000,8),(140,671022000,7),(140,688557600,8),(140,702471600,7),(140,720007200,8),(140,733921200,7),(140,752061600,8),(140,765370800,7),(140,783511200,8),(140,796820400,7),(140,814960800,8),(140,828874800,7),(140,846410400,8),(140,860324400,7),(140,877860000,8),(140,891774000,7),(140,909309600,8),(140,923223600,7),(140,941364000,8),(140,954673200,7),(140,972813600,8),(140,986122800,7),(140,1004263200,8),(140,1018177200,7),(140,1035712800,8),(140,1049626800,7),(140,1067162400,8),(140,1081076400,7),(140,1099216800,8),(140,1112526000,7),(140,1130666400,8),(140,1143975600,7),(140,1162116000,8),(140,1173610800,7),(140,1194170400,8),(140,1205060400,7),(140,1225620000,8),(140,1236510000,7),(140,1257069600,8),(140,1268564400,7),(140,1289124000,8),(140,1300014000,7),(140,1320573600,8),(140,1331463600,7),(140,1352023200,8),(140,1362913200,7),(140,1383472800,8),(140,1394362800,7),(140,1414922400,8),(140,1425812400,7),(140,1446372000,8),(140,1457866800,7),(140,1478426400,8),(140,1489316400,7),(140,1509876000,8),(140,1520766000,7),(140,1541325600,8),(140,1552215600,7),(140,1572775200,8),(140,1583665200,7),(140,1604224800,8),(140,1615719600,7),(140,1636279200,8),(140,1647169200,7),(140,1667728800,8),(140,1678618800,7),(140,1699178400,8),(140,1710068400,7),(140,1730628000,8),(140,1741518000,7),(140,1762077600,8),(140,1772967600,7),(140,1793527200,8),(140,1805022000,7),(140,1825581600,8),(140,1836471600,7),(140,1857031200,8),(140,1867921200,7),(140,1888480800,8),(140,1899370800,7),(140,1919930400,8),(140,1930820400,7),(140,1951380000,8),(140,1962874800,7),(140,1983434400,8),(140,1994324400,7),(140,2014884000,8),(140,2025774000,7),(140,2046333600,8),(140,2057223600,7),(140,2077783200,8),(140,2088673200,7),(140,2109232800,8),(140,2120122800,7),(140,2140682400,8),(141,-2147483648,2),(141,-1633276800,1),(141,-1615136400,2),(141,-1601827200,1),(141,-1583686800,2),(141,-1535904000,1),(141,-1525280400,2),(141,-905097600,1),(141,-891795600,2),(141,-880214400,3),(141,-769395600,4),(141,-765392400,2),(141,-747251940,1),(141,-744224400,2),(141,-620841600,1),(141,-608144400,2),(141,-589392000,1),(141,-576090000,2),(141,-557942400,1),(141,-544640400,2),(141,-526492800,1),(141,-513190800,2),(141,-495043200,1),(141,-481741200,2),(141,-463593600,1),(141,-450291600,2),(141,-431539200,1),(141,-415818000,2),(141,-400089600,1),(141,-384368400,2),(141,-368640000,1),(141,-352918800,2),(141,-337190400,1),(141,-321469200,2),(141,-305740800,1),(141,-289414800,2),(141,-273686400,1),(141,-266432400,5),(141,-52938000,6),(141,-37216800,5),(141,-21488400,6),(141,-5767200,5),(141,9961200,6),(141,25682400,5),(141,41410800,6),(141,57736800,5),(141,73465200,6),(141,89186400,5),(141,104914800,6),(141,120636000,5),(141,126687600,1),(141,152089200,5),(141,162370800,6),(141,183535200,5),(141,199263600,6),(141,215589600,5),(141,230713200,6),(141,247039200,5),(141,262767600,6),(141,278488800,5),(141,294217200,6),(141,309938400,5),(141,325666800,6),(141,341388000,5),(141,357116400,6),(141,372837600,5),(141,388566000,6),(141,404892000,5),(141,420015600,6),(141,436341600,5),(141,452070000,6),(141,467791200,5),(141,483519600,6),(141,499240800,5),(141,514969200,6),(141,530690400,5),(141,544604400,6),(141,562140000,5),(141,576054000,6),(141,594194400,5),(141,607503600,6),(141,625644000,5),(141,638953200,6),(141,657093600,5),(141,671007600,6),(141,688543200,5),(141,702457200,6),(141,719992800,5),(141,733906800,6),(141,752047200,5),(141,765356400,6),(141,783496800,5),(141,796806000,6),(141,814946400,5),(141,828860400,6),(141,846396000,5),(141,860310000,6),(141,877845600,5),(141,891759600,6),(141,909295200,5),(141,923209200,6),(141,941349600,5),(141,954658800,6),(141,972799200,5),(141,986108400,6),(141,1004248800,5),(141,1018162800,6),(141,1035698400,5),(141,1049612400,6),(141,1067148000,5),(141,1081062000,6),(141,1099202400,5),(141,1112511600,6),(141,1130652000,5),(141,1143961200,6),(141,1162101600,5),(141,1173596400,6),(141,1194156000,5),(141,1205046000,6),(141,1225605600,5),(141,1236495600,6),(141,1257055200,5),(141,1268550000,6),(141,1289109600,5),(141,1299999600,6),(141,1320559200,5),(141,1331449200,6),(141,1352008800,5),(141,1362898800,6),(141,1383458400,5),(141,1394348400,6),(141,1414908000,5),(141,1425798000,6),(141,1446357600,5),(141,1457852400,6),(141,1478412000,5),(141,1489302000,6),(141,1509861600,5),(141,1520751600,6),(141,1541311200,5),(141,1552201200,6),(141,1572760800,5),(141,1583650800,6),(141,1604210400,5),(141,1615705200,6),(141,1636264800,5),(141,1647154800,6),(141,1667714400,5),(141,1678604400,6),(141,1699164000,5),(141,1710054000,6),(141,1730613600,5),(141,1741503600,6),(141,1762063200,5),(141,1772953200,6),(141,1793512800,5),(141,1805007600,6),(141,1825567200,5),(141,1836457200,6),(141,1857016800,5),(141,1867906800,6),(141,1888466400,5),(141,1899356400,6),(141,1919916000,5),(141,1930806000,6),(141,1951365600,5),(141,1962860400,6),(141,1983420000,5),(141,1994310000,6),(141,2014869600,5),(141,2025759600,6),(141,2046319200,5),(141,2057209200,6),(141,2077768800,5),(141,2088658800,6),(141,2109218400,5),(141,2120108400,6),(141,2140668000,5),(142,-2147483648,2),(142,-1633276800,1),(142,-1615136400,2),(142,-1601827200,1),(142,-1583686800,2),(142,-880214400,3),(142,-769395600,4),(142,-765392400,2),(142,-52934400,1),(142,-37213200,2),(142,-21484800,1),(142,-5763600,2),(142,9964800,1),(142,25686000,2),(142,41414400,1),(142,57740400,2),(142,73468800,1),(142,89190000,2),(142,104918400,1),(142,120639600,2),(142,126691200,1),(142,152089200,2),(142,162374400,1),(142,183538800,2),(142,199267200,1),(142,215593200,2),(142,230716800,1),(142,247042800,2),(142,262771200,1),(142,278492400,2),(142,294220800,1),(142,309942000,2),(142,325670400,1),(142,341391600,2),(142,357120000,1),(142,372841200,2),(142,388569600,1),(142,404895600,2),(142,420019200,1),(142,436345200,2),(142,452073600,1),(142,467794800,2),(142,483523200,1),(142,499244400,2),(142,514972800,1),(142,530694000,2),(142,544608000,1),(142,562143600,2),(142,576057600,1),(142,594198000,2),(142,607507200,1),(142,625647600,2),(142,638956800,1),(142,657097200,2),(142,671011200,1),(142,688546800,2),(142,702460800,1),(142,719996400,2),(142,733910400,1),(142,752050800,2),(142,765360000,1),(142,783500400,2),(142,796809600,1),(142,814950000,2),(142,828864000,1),(142,846399600,2),(142,860313600,1),(142,877849200,2),(142,891763200,1),(142,909298800,2),(142,923212800,1),(142,941353200,2),(142,954662400,1),(142,972802800,6),(142,986108400,5),(142,1004248800,6),(142,1018162800,5),(142,1035698400,6),(142,1049612400,5),(142,1067148000,6),(142,1081062000,5),(142,1099202400,6),(142,1112511600,5),(142,1130652000,6),(142,1143961200,5),(142,1162101600,6),(142,1173596400,5),(142,1194156000,6),(142,1205046000,5),(142,1225605600,6),(142,1236495600,5),(142,1257055200,6),(142,1268550000,5),(142,1289109600,6),(142,1299999600,5),(142,1320559200,6),(142,1331449200,5),(142,1352008800,6),(142,1362898800,5),(142,1383458400,6),(142,1394348400,5),(142,1414908000,6),(142,1425798000,5),(142,1446357600,6),(142,1457852400,5),(142,1478412000,6),(142,1489302000,5),(142,1509861600,6),(142,1520751600,5),(142,1541311200,6),(142,1552201200,5),(142,1572760800,6),(142,1583650800,5),(142,1604210400,6),(142,1615705200,5),(142,1636264800,6),(142,1647154800,5),(142,1667714400,6),(142,1678604400,5),(142,1699164000,6),(142,1710054000,5),(142,1730613600,6),(142,1741503600,5),(142,1762063200,6),(142,1772953200,5),(142,1793512800,6),(142,1805007600,5),(142,1825567200,6),(142,1836457200,5),(142,1857016800,6),(142,1867906800,5),(142,1888466400,6),(142,1899356400,5),(142,1919916000,6),(142,1930806000,5),(142,1951365600,6),(142,1962860400,5),(142,1983420000,6),(142,1994310000,5),(142,2014869600,6),(142,2025759600,5),(142,2046319200,6),(142,2057209200,5),(142,2077768800,6),(142,2088658800,5),(142,2109218400,6),(142,2120108400,5),(142,2140668000,6),(143,-2147483648,2),(143,-1633276800,1),(143,-1615136400,2),(143,-1601827200,1),(143,-1583686800,2),(143,-880214400,3),(143,-769395600,4),(143,-765392400,2),(143,-715795200,1),(143,-702493200,2),(143,-684345600,1),(143,-671043600,2),(143,-652896000,1),(143,-639594000,2),(143,-620841600,1),(143,-608144400,2),(143,-589392000,1),(143,-576090000,2),(143,-557942400,1),(143,-544640400,2),(143,-526492800,1),(143,-513190800,2),(143,-495043200,1),(143,-481741200,2),(143,-463593600,1),(143,-447267600,2),(143,-431539200,1),(143,-415818000,2),(143,-400089600,1),(143,-386787600,2),(143,-368640000,1),(143,-355338000,2),(143,-337190400,1),(143,-321469200,2),(143,-305740800,1),(143,-289414800,2),(143,-273686400,1),(143,-257965200,2),(143,-242236800,5),(143,-195066000,2),(143,-84384000,1),(143,-68662800,2),(143,-52934400,1),(143,-37213200,2),(143,-21484800,1),(143,-5763600,2),(143,9964800,1),(143,25686000,2),(143,41414400,1),(143,57740400,2),(143,73468800,1),(143,89190000,2),(143,104918400,1),(143,120639600,2),(143,126691200,1),(143,152089200,2),(143,162374400,1),(143,183538800,2),(143,199267200,1),(143,215593200,2),(143,230716800,1),(143,247042800,2),(143,262771200,1),(143,278492400,2),(143,294220800,1),(143,309942000,2),(143,325670400,1),(143,341391600,2),(143,357120000,1),(143,372841200,2),(143,388569600,1),(143,404895600,2),(143,420019200,1),(143,436345200,2),(143,452073600,1),(143,467794800,2),(143,483523200,1),(143,499244400,2),(143,514972800,1),(143,530694000,2),(143,544608000,1),(143,562143600,2),(143,576057600,1),(143,594198000,2),(143,607507200,1),(143,625647600,2),(143,638956800,1),(143,657097200,2),(143,671011200,1),(143,688546800,5),(143,1143961200,1),(143,1162105200,2),(143,1173600000,1),(143,1194159600,2),(143,1205049600,1),(143,1225609200,2),(143,1236499200,1),(143,1257058800,2),(143,1268553600,1),(143,1289113200,2),(143,1300003200,1),(143,1320562800,2),(143,1331452800,1),(143,1352012400,2),(143,1362902400,1),(143,1383462000,2),(143,1394352000,1),(143,1414911600,2),(143,1425801600,1),(143,1446361200,2),(143,1457856000,1),(143,1478415600,2),(143,1489305600,1),(143,1509865200,2),(143,1520755200,1),(143,1541314800,2),(143,1552204800,1),(143,1572764400,2),(143,1583654400,1),(143,1604214000,2),(143,1615708800,1),(143,1636268400,2),(143,1647158400,1),(143,1667718000,2),(143,1678608000,1),(143,1699167600,2),(143,1710057600,1),(143,1730617200,2),(143,1741507200,1),(143,1762066800,2),(143,1772956800,1),(143,1793516400,2),(143,1805011200,1),(143,1825570800,2),(143,1836460800,1),(143,1857020400,2),(143,1867910400,1),(143,1888470000,2),(143,1899360000,1),(143,1919919600,2),(143,1930809600,1),(143,1951369200,2),(143,1962864000,1),(143,1983423600,2),(143,1994313600,1),(143,2014873200,2),(143,2025763200,1),(143,2046322800,2),(143,2057212800,1),(143,2077772400,2),(143,2088662400,1),(143,2109222000,2),(143,2120112000,1),(143,2140671600,2),(144,-2147483648,0),(144,-1826738653,1),(144,-157750200,2),(145,-2147483648,1),(145,-1205954844,2),(145,-1192307244,3),(145,2147483647,3),(146,-2147483648,1),(146,-1938538284,3),(146,-1009825200,2),(146,-1002052800,3),(146,-986756400,2),(146,-971035200,3),(146,-955306800,2),(146,-939585600,3),(146,504939600,2),(146,512712000,3),(146,536475600,2),(146,544248000,3),(146,631170000,2),(146,638942400,3),(146,757400400,2),(146,765172800,3),(146,2147483647,3),(147,-2147483648,2),(147,-1633269600,1),(147,-1615129200,2),(147,-1601820000,1),(147,-1583679600,2),(147,-880207200,3),(147,-769395600,4),(147,-765385200,2),(147,-687967140,1),(147,-662655600,2),(147,-620838000,1),(147,-608137200,2),(147,-589388400,1),(147,-576082800,2),(147,-557938800,1),(147,-544633200,2),(147,-526489200,1),(147,-513183600,2),(147,-495039600,1),(147,-481734000,2),(147,-463590000,1),(147,-450284400,2),(147,-431535600,1),(147,-418230000,2),(147,-400086000,1),(147,-386780400,2),(147,-368636400,1),(147,-355330800,2),(147,-337186800,1),(147,-323881200,2),(147,-305737200,1),(147,-292431600,2),(147,-273682800,1),(147,-260982000,2),(147,-242233200,1),(147,-226508400,2),(147,-210783600,1),(147,-195058800,2),(147,-179334000,1),(147,-163609200,2),(147,-147884400,1),(147,-131554800,2),(147,-116434800,1),(147,-100105200,2),(147,-84376800,1),(147,-68655600,2),(147,-52927200,1),(147,-37206000,2),(147,-21477600,1),(147,-5756400,2),(147,9972000,1),(147,25693200,2),(147,41421600,1),(147,57747600,2),(147,73476000,1),(147,89197200,2),(147,104925600,1),(147,120646800,2),(147,126698400,1),(147,152096400,2),(147,162381600,1),(147,183546000,2),(147,199274400,1),(147,215600400,2),(147,230724000,1),(147,247050000,2),(147,262778400,1),(147,278499600,2),(147,294228000,1),(147,309949200,2),(147,325677600,1),(147,341398800,2),(147,357127200,1),(147,372848400,2),(147,388576800,1),(147,404902800,2),(147,420026400,1),(147,436352400,2),(147,452080800,1),(147,467802000,2),(147,483530400,1),(147,499251600,2),(147,514980000,1),(147,530701200,2),(147,544615200,1),(147,562150800,2),(147,576064800,1),(147,594205200,2),(147,607514400,1),(147,625654800,2),(147,638964000,1),(147,657104400,2),(147,671018400,1),(147,688554000,2),(147,702468000,1),(147,720003600,2),(147,733917600,1),(147,752058000,2),(147,765367200,1),(147,783507600,2),(147,796816800,1),(147,814957200,2),(147,828871200,1),(147,846406800,2),(147,860320800,1),(147,877856400,2),(147,891770400,1),(147,909306000,2),(147,923220000,1),(147,941360400,2),(147,954669600,1),(147,972810000,2),(147,986119200,1),(147,1004259600,2),(147,1018173600,1),(147,1035709200,2),(147,1049623200,1),(147,1067158800,2),(147,1081072800,1),(147,1099213200,2),(147,1112522400,1),(147,1130662800,2),(147,1143972000,1),(147,1162112400,2),(147,1173607200,1),(147,1194166800,2),(147,1205056800,1),(147,1225616400,2),(147,1236506400,1),(147,1257066000,2),(147,1268560800,1),(147,1289120400,2),(147,1300010400,1),(147,1320570000,2),(147,1331460000,1),(147,1352019600,2),(147,1362909600,1),(147,1383469200,2),(147,1394359200,1),(147,1414918800,2),(147,1425808800,1),(147,1446368400,2),(147,1457863200,1),(147,1478422800,2),(147,1489312800,1),(147,1509872400,2),(147,1520762400,1),(147,1541322000,2),(147,1552212000,1),(147,1572771600,2),(147,1583661600,1),(147,1604221200,2),(147,1615716000,1),(147,1636275600,2),(147,1647165600,1),(147,1667725200,2),(147,1678615200,1),(147,1699174800,2),(147,1710064800,1),(147,1730624400,2),(147,1741514400,1),(147,1762074000,2),(147,1772964000,1),(147,1793523600,2),(147,1805018400,1),(147,1825578000,2),(147,1836468000,1),(147,1857027600,2),(147,1867917600,1),(147,1888477200,2),(147,1899367200,1),(147,1919926800,2),(147,1930816800,1),(147,1951376400,2),(147,1962871200,1),(147,1983430800,2),(147,1994320800,1),(147,2014880400,2),(147,2025770400,1),(147,2046330000,2),(147,2057220000,1),(147,2077779600,2),(147,2088669600,1),(147,2109229200,2),(147,2120119200,1),(147,2140678800,2),(148,-2147483648,2),(148,-1633276800,1),(148,-1615136400,2),(148,-1601827200,1),(148,-1583686800,2),(148,-1535904000,1),(148,-1525280400,2),(148,-905097600,1),(148,-891795600,2),(148,-880214400,3),(148,-769395600,4),(148,-765392400,2),(148,-747251940,1),(148,-744224400,2),(148,-620841600,1),(148,-608144400,2),(148,-589392000,1),(148,-576090000,2),(148,-557942400,1),(148,-544640400,2),(148,-526492800,1),(148,-513190800,2),(148,-495043200,1),(148,-481741200,2),(148,-463593600,1),(148,-450291600,2),(148,-431539200,1),(148,-415818000,2),(148,-400089600,1),(148,-384368400,2),(148,-368640000,1),(148,-352918800,2),(148,-337190400,1),(148,-321469200,2),(148,-305740800,1),(148,-289414800,2),(148,-273686400,1),(148,-266432400,5),(148,-52938000,6),(148,-37216800,5),(148,-21488400,6),(148,-5767200,5),(148,9961200,6),(148,25682400,5),(148,41410800,6),(148,57736800,5),(148,73465200,6),(148,89186400,5),(148,104914800,6),(148,120636000,5),(148,126687600,1),(148,152089200,5),(148,162370800,6),(148,183535200,5),(148,199263600,6),(148,215589600,5),(148,230713200,6),(148,247039200,5),(148,262767600,6),(148,278488800,5),(148,294217200,6),(148,309938400,5),(148,325666800,6),(148,341388000,5),(148,357116400,6),(148,372837600,5),(148,388566000,6),(148,404892000,5),(148,420015600,6),(148,436341600,5),(148,452070000,6),(148,467791200,5),(148,483519600,6),(148,499240800,5),(148,514969200,6),(148,530690400,5),(148,544604400,6),(148,562140000,5),(148,576054000,6),(148,594194400,5),(148,607503600,6),(148,625644000,5),(148,638953200,6),(148,657093600,5),(148,671007600,6),(148,688543200,5),(148,702457200,6),(148,719992800,5),(148,733906800,6),(148,752047200,5),(148,765356400,6),(148,783496800,5),(148,796806000,6),(148,814946400,5),(148,828860400,6),(148,846396000,5),(148,860310000,6),(148,877845600,5),(148,891759600,6),(148,909295200,5),(148,923209200,6),(148,941349600,5),(148,954658800,6),(148,972799200,5),(148,986108400,6),(148,1004248800,5),(148,1018162800,6),(148,1035698400,5),(148,1049612400,6),(148,1067148000,5),(148,1081062000,6),(148,1099202400,5),(148,1112511600,6),(148,1130652000,5),(148,1143961200,6),(148,1162101600,5),(148,1173596400,6),(148,1194156000,5),(148,1205046000,6),(148,1225605600,5),(148,1236495600,6),(148,1257055200,5),(148,1268550000,6),(148,1289109600,5),(148,1299999600,6),(148,1320559200,5),(148,1331449200,6),(148,1352008800,5),(148,1362898800,6),(148,1383458400,5),(148,1394348400,6),(148,1414908000,5),(148,1425798000,6),(148,1446357600,5),(148,1457852400,6),(148,1478412000,5),(148,1489302000,6),(148,1509861600,5),(148,1520751600,6),(148,1541311200,5),(148,1552201200,6),(148,1572760800,5),(148,1583650800,6),(148,1604210400,5),(148,1615705200,6),(148,1636264800,5),(148,1647154800,6),(148,1667714400,5),(148,1678604400,6),(148,1699164000,5),(148,1710054000,6),(148,1730613600,5),(148,1741503600,6),(148,1762063200,5),(148,1772953200,6),(148,1793512800,5),(148,1805007600,6),(148,1825567200,5),(148,1836457200,6),(148,1857016800,5),(148,1867906800,6),(148,1888466400,5),(148,1899356400,6),(148,1919916000,5),(148,1930806000,6),(148,1951365600,5),(148,1962860400,6),(148,1983420000,5),(148,1994310000,6),(148,2014869600,5),(148,2025759600,6),(148,2046319200,5),(148,2057209200,6),(148,2077768800,5),(148,2088658800,6),(148,2109218400,5),(148,2120108400,6),(148,2140668000,5),(149,-2147483648,0),(149,-1826738653,1),(149,-157750200,2),(150,-2147483648,0),(150,-1767217028,2),(150,-1206957600,1),(150,-1191362400,2),(150,-1175374800,1),(150,-1159826400,2),(150,-633819600,1),(150,-622069200,2),(150,-602283600,1),(150,-591832800,2),(150,-570747600,1),(150,-560210400,2),(150,-539125200,1),(150,-531352800,2),(150,-191365200,1),(150,-184197600,2),(150,-155163600,1),(150,-150069600,2),(150,-128898000,1),(150,-121125600,2),(150,-99954000,1),(150,-89589600,2),(150,-68418000,1),(150,-57967200,2),(150,499748400,1),(150,511236000,2),(150,530593200,1),(150,540266400,2),(150,562129200,1),(150,571197600,2),(150,592974000,1),(150,602042400,2),(150,624423600,1),(150,634701600,2),(150,813726000,1),(150,824004000,2),(150,938919600,1),(150,951616800,2),(150,970974000,1),(150,972180000,2),(150,1003028400,1),(150,1013911200,2),(150,2147483647,2),(151,-2147483648,1),(151,-1121105688,2),(151,105084000,3),(151,161758800,2),(151,290584800,4),(151,299134800,2),(151,322034400,4),(151,330584400,2),(151,694260000,3),(151,717310800,2),(151,725868000,3),(151,852094800,2),(151,1113112800,4),(151,1128229200,2),(151,1146384000,4),(151,1159682400,2),(152,-2147483648,0),(152,-1767211196,2),(152,-1206954000,1),(152,-1191358800,2),(152,-1175371200,1),(152,-1159822800,2),(152,-633816000,1),(152,-622065600,2),(152,-602280000,1),(152,-591829200,2),(152,-570744000,1),(152,-560206800,2),(152,-539121600,1),(152,-531349200,2),(152,-191361600,1),(152,-184194000,2),(152,-155160000,1),(152,-150066000,2),(152,-128894400,1),(152,-121122000,2),(152,-99950400,1),(152,-89586000,2),(152,-68414400,1),(152,-57963600,2),(152,499752000,1),(152,511239600,2),(152,530596800,1),(152,540270000,2),(152,562132800,1),(152,571201200,2),(152,750830400,1),(152,761713200,2),(152,2147483647,2),(153,-2147483648,0),(153,-1825098836,1),(154,-2147483648,1),(154,-1851537340,2),(154,323841600,3),(154,338958000,2),(155,-2147483648,0),(155,-1514743200,1),(155,576057600,2),(155,594198000,1),(155,828864000,2),(155,846399600,1),(155,860313600,2),(155,877849200,1),(155,891763200,2),(155,909298800,1),(155,923212800,2),(155,941353200,1),(155,954662400,2),(155,972802800,1),(155,989136000,2),(155,1001833200,1),(155,1018166400,2),(155,1035702000,1),(155,1049616000,2),(155,1067151600,1),(155,1081065600,2),(155,1099206000,1),(155,1112515200,2),(155,1130655600,1),(155,1143964800,2),(155,1162105200,1),(155,1175414400,2),(155,1193554800,1),(155,1207468800,2),(155,1225004400,1),(155,1238918400,2),(155,1256454000,1),(155,1268553600,2),(155,1289113200,1),(155,1300003200,2),(155,1320562800,1),(155,1331452800,2),(155,1352012400,1),(155,1362902400,2),(155,1383462000,1),(155,1394352000,2),(155,1414911600,1),(155,1425801600,2),(155,1446361200,1),(155,1457856000,2),(155,1478415600,1),(155,1489305600,2),(155,1509865200,1),(155,1520755200,2),(155,1541314800,1),(155,1552204800,2),(155,1572764400,1),(155,1583654400,2),(155,1604214000,1),(155,1615708800,2),(155,1636268400,1),(155,1647158400,2),(155,1667718000,1),(155,1678608000,2),(155,1699167600,1),(155,1710057600,2),(155,1730617200,1),(155,1741507200,2),(155,1762066800,1),(155,1772956800,2),(155,1793516400,1),(155,1805011200,2),(155,1825570800,1),(155,1836460800,2),(155,1857020400,1),(155,1867910400,2),(155,1888470000,1),(155,1899360000,2),(155,1919919600,1),(155,1930809600,2),(155,1951369200,1),(155,1962864000,2),(155,1983423600,1),(155,1994313600,2),(155,2014873200,1),(155,2025763200,2),(155,2046322800,1),(155,2057212800,2),(155,2077772400,1),(155,2088662400,2),(155,2109222000,1),(155,2120112000,2),(155,2140671600,1),(156,-2147483648,0),(156,-1514739600,1),(156,-1343066400,2),(156,-1234807200,1),(156,-1220292000,2),(156,-1207159200,1),(156,-1191344400,2),(156,-873828000,1),(156,-661539600,3),(156,28800,1),(156,828867600,4),(156,846403200,1),(156,860317200,4),(156,877852800,1),(156,891766800,4),(156,909302400,1),(156,923216400,4),(156,941356800,1),(156,954666000,4),(156,972806400,1),(156,989139600,4),(156,1001836800,1),(156,1018170000,4),(156,1035705600,1),(156,1049619600,4),(156,1067155200,1),(156,1081069200,4),(156,1099209600,1),(156,1112518800,4),(156,1130659200,1),(156,1143968400,4),(156,1162108800,1),(156,1175418000,4),(156,1193558400,1),(156,1207472400,4),(156,1225008000,1),(156,1238922000,4),(156,1256457600,1),(156,1270371600,4),(156,1288512000,1),(156,1301821200,4),(156,1319961600,1),(156,1333270800,4),(156,1351411200,1),(156,1365325200,4),(156,1382860800,1),(156,1396774800,4),(156,1414310400,1),(156,1428224400,4),(156,1445760000,1),(156,1459674000,4),(156,1477814400,1),(156,1491123600,4),(156,1509264000,1),(156,1522573200,4),(156,1540713600,1),(156,1554627600,4),(156,1572163200,1),(156,1586077200,4),(156,1603612800,1),(156,1617526800,4),(156,1635667200,1),(156,1648976400,4),(156,1667116800,1),(156,1680426000,4),(156,1698566400,1),(156,1712480400,4),(156,1730016000,1),(156,1743930000,4),(156,1761465600,1),(156,1775379600,4),(156,1792915200,1),(156,1806829200,4),(156,1824969600,1),(156,1838278800,4),(156,1856419200,1),(156,1869728400,4),(156,1887868800,1),(156,1901782800,4),(156,1919318400,1),(156,1933232400,4),(156,1950768000,1),(156,1964682000,4),(156,1982822400,1),(156,1996131600,4),(156,2014272000,1),(156,2027581200,4),(156,2045721600,1),(156,2059030800,4),(156,2077171200,1),(156,2091085200,4),(156,2108620800,1),(156,2122534800,4),(156,2140070400,1),(157,-2147483648,1),(157,-1567453392,2),(157,-1233432000,3),(157,-1222981200,2),(157,-1205956800,3),(157,-1194037200,2),(157,-1172865600,3),(157,-1162501200,2),(157,-1141329600,3),(157,-1130965200,2),(157,-1109793600,3),(157,-1099429200,2),(157,-1078257600,3),(157,-1067806800,2),(157,-1046635200,3),(157,-1036270800,2),(157,-1015099200,3),(157,-1004734800,2),(157,-983563200,3),(157,-973198800,2),(157,-952027200,3),(157,-941576400,2),(157,-931032000,3),(157,-900882000,2),(157,-890337600,3),(157,-833749200,2),(157,-827265600,3),(157,-752274000,2),(157,-733780800,3),(157,-197326800,2),(157,-190843200,3),(157,-184194000,2),(157,-164491200,3),(157,-152658000,2),(157,-132955200,3),(157,-121122000,2),(157,-101419200,3),(157,-86821200,2),(157,-71092800,3),(157,-54766800,2),(157,-39038400,3),(157,-23317200,2),(157,-7588800,5),(157,128142000,4),(157,136605600,5),(157,596948400,4),(157,605066400,5),(157,624423600,4),(157,636516000,2),(157,655963200,3),(157,667796400,2),(157,687499200,3),(157,699418800,2),(157,719380800,4),(157,731469600,5),(157,938919600,3),(157,952052400,5),(157,1085281200,2),(157,1096171200,5),(157,1198983600,4),(157,1205632800,5),(157,2147483647,5),(158,-2147483648,2),(158,-1633276800,1),(158,-1615136400,2),(158,-1601827200,1),(158,-1583686800,2),(158,-880214400,3),(158,-769395600,4),(158,-765392400,2),(158,-747244800,1),(158,-733942800,2),(158,-116438400,1),(158,-100112400,2),(158,-21484800,5),(158,104914800,1),(158,120639600,2),(158,126691200,1),(158,152089200,2),(158,162374400,1),(158,183538800,2),(158,199267200,1),(158,215593200,2),(158,230716800,1),(158,247042800,2),(158,262771200,1),(158,278492400,2),(158,294220800,1),(158,309942000,2),(158,325670400,1),(158,341391600,2),(158,357120000,1),(158,372841200,2),(158,388569600,1),(158,404895600,2),(158,420019200,1),(158,436345200,2),(158,452073600,1),(158,467794800,2),(158,483523200,1),(158,499244400,2),(158,514972800,1),(158,530694000,2),(158,544608000,1),(158,562143600,2),(158,576057600,1),(158,594198000,2),(158,607507200,1),(158,625647600,2),(158,638956800,1),(158,657097200,2),(158,671011200,1),(158,688546800,2),(158,702460800,1),(158,719996400,2),(158,733910400,1),(158,752050800,2),(158,765360000,1),(158,783500400,2),(158,796809600,1),(158,814950000,2),(158,828864000,1),(158,846399600,2),(158,860313600,1),(158,877849200,2),(158,891763200,1),(158,909298800,2),(158,923212800,1),(158,941353200,2),(158,954662400,1),(158,972802800,2),(158,986112000,1),(158,1004252400,2),(158,1018166400,1),(158,1035702000,2),(158,1049616000,1),(158,1067151600,2),(158,1081065600,1),(158,1099206000,2),(158,1112515200,1),(158,1130655600,2),(158,1143964800,1),(158,1162105200,2),(158,1173600000,1),(158,1194159600,2),(158,1205049600,1),(158,1225609200,2),(158,1236499200,1),(158,1257058800,2),(158,1268553600,1),(158,1289113200,2),(158,1300003200,1),(158,1320562800,2),(158,1331452800,1),(158,1352012400,2),(158,1362902400,1),(158,1383462000,2),(158,1394352000,1),(158,1414911600,2),(158,1425801600,1),(158,1446361200,2),(158,1457856000,1),(158,1478415600,2),(158,1489305600,1),(158,1509865200,2),(158,1520755200,1),(158,1541314800,2),(158,1552204800,1),(158,1572764400,2),(158,1583654400,1),(158,1604214000,2),(158,1615708800,1),(158,1636268400,2),(158,1647158400,1),(158,1667718000,2),(158,1678608000,1),(158,1699167600,2),(158,1710057600,1),(158,1730617200,2),(158,1741507200,1),(158,1762066800,2),(158,1772956800,1),(158,1793516400,2),(158,1805011200,1),(158,1825570800,2),(158,1836460800,1),(158,1857020400,2),(158,1867910400,1),(158,1888470000,2),(158,1899360000,1),(158,1919919600,2),(158,1930809600,1),(158,1951369200,2),(158,1962864000,1),(158,1983423600,2),(158,1994313600,1),(158,2014873200,2),(158,2025763200,1),(158,2046322800,2),(158,2057212800,1),(158,2077772400,2),(158,2088662400,1),(158,2109222000,2),(158,2120112000,1),(158,2140671600,2),(159,-2147483648,0),(159,-1514743200,1),(159,377935200,2),(159,407653200,1),(159,828864000,3),(159,846399600,1),(159,860313600,3),(159,877849200,1),(159,891763200,3),(159,909298800,1),(159,923212800,3),(159,941353200,1),(159,954662400,3),(159,972802800,1),(159,989136000,3),(159,1001833200,1),(159,1018166400,3),(159,1035702000,1),(159,1049616000,3),(159,1067151600,1),(159,1081065600,3),(159,1099206000,1),(159,1112515200,3),(159,1130655600,1),(159,1143964800,3),(159,1162105200,1),(159,1175414400,3),(159,1193554800,1),(159,1207468800,3),(159,1225004400,1),(159,1238918400,3),(159,1256454000,1),(159,1270368000,3),(159,1288508400,1),(159,1301817600,3),(159,1319958000,1),(159,1333267200,3),(159,1351407600,1),(159,1365321600,3),(159,1382857200,1),(159,1396771200,3),(159,1414306800,1),(159,1428220800,3),(159,1445756400,1),(159,1459670400,3),(159,1477810800,1),(159,1491120000,3),(159,1509260400,1),(159,1522569600,3),(159,1540710000,1),(159,1554624000,3),(159,1572159600,1),(159,1586073600,3),(159,1603609200,1),(159,1617523200,3),(159,1635663600,1),(159,1648972800,3),(159,1667113200,1),(159,1680422400,3),(159,1698562800,1),(159,1712476800,3),(159,1730012400,1),(159,1743926400,3),(159,1761462000,1),(159,1775376000,3),(159,1792911600,1),(159,1806825600,3),(159,1824966000,1),(159,1838275200,3),(159,1856415600,1),(159,1869724800,3),(159,1887865200,1),(159,1901779200,3),(159,1919314800,1),(159,1933228800,3),(159,1950764400,1),(159,1964678400,3),(159,1982818800,1),(159,1996128000,3),(159,2014268400,1),(159,2027577600,3),(159,2045718000,1),(159,2059027200,3),(159,2077167600,1),(159,2091081600,3),(159,2108617200,1),(159,2122531200,3),(159,2140066800,1),(160,-2147483648,1),(160,-880207200,2),(160,-769395600,3),(160,-765385200,1),(160,-21477600,4),(160,-5756400,1),(160,9972000,4),(160,25693200,1),(160,41421600,4),(160,57747600,1),(160,73476000,4),(160,89197200,1),(160,104925600,4),(160,120646800,1),(160,126698400,4),(160,152096400,1),(160,162381600,4),(160,183546000,1),(160,199274400,4),(160,215600400,1),(160,230724000,4),(160,247050000,1),(160,262778400,4),(160,278499600,1),(160,294228000,4),(160,309949200,1),(160,325677600,4),(160,341398800,1),(160,357127200,4),(160,372848400,1),(160,388576800,4),(160,404902800,1),(160,420026400,4),(160,436352400,1),(160,1446372000,5),(160,1457866800,6),(160,1478426400,5),(160,1489316400,6),(160,1509876000,5),(160,1520766000,6),(160,1541325600,1),(160,1547978400,5),(160,1552215600,6),(160,1572775200,5),(160,1583665200,6),(160,1604224800,5),(160,1615719600,6),(160,1636279200,5),(160,1647169200,6),(160,1667728800,5),(160,1678618800,6),(160,1699178400,5),(160,1710068400,6),(160,1730628000,5),(160,1741518000,6),(160,1762077600,5),(160,1772967600,6),(160,1793527200,5),(160,1805022000,6),(160,1825581600,5),(160,1836471600,6),(160,1857031200,5),(160,1867921200,6),(160,1888480800,5),(160,1899370800,6),(160,1919930400,5),(160,1930820400,6),(160,1951380000,5),(160,1962874800,6),(160,1983434400,5),(160,1994324400,6),(160,2014884000,5),(160,2025774000,6),(160,2046333600,5),(160,2057223600,6),(160,2077783200,5),(160,2088673200,6),(160,2109232800,5),(160,2120122800,6),(160,2140682400,5),(161,-2147483648,0),(161,-1514739600,1),(161,-1343066400,2),(161,-1234807200,1),(161,-1220292000,2),(161,-1207159200,1),(161,-1191344400,2),(161,-975261600,3),(161,-963169200,2),(161,-917114400,3),(161,-907354800,2),(161,-821901600,4),(161,-810068400,2),(161,-627501600,3),(161,-612990000,2),(161,828864000,3),(161,846399600,2),(161,860313600,3),(161,877849200,2),(161,891763200,3),(161,909298800,2),(161,923212800,3),(161,941353200,2),(161,954662400,3),(161,972802800,2),(161,989136000,3),(161,1001833200,2),(161,1018166400,3),(161,1035702000,2),(161,1049616000,3),(161,1067151600,2),(161,1081065600,3),(161,1099206000,2),(161,1112515200,3),(161,1130655600,2),(161,1143964800,3),(161,1162105200,2),(161,1175414400,3),(161,1193554800,2),(161,1207468800,3),(161,1225004400,2),(161,1238918400,3),(161,1256454000,2),(161,1270368000,3),(161,1288508400,2),(161,1301817600,3),(161,1319958000,2),(161,1333267200,3),(161,1351407600,2),(161,1365321600,3),(161,1382857200,2),(161,1396771200,3),(161,1414306800,2),(161,1428220800,3),(161,1445756400,2),(161,1459670400,3),(161,1477810800,2),(161,1491120000,3),(161,1509260400,2),(161,1522569600,3),(161,1540710000,2),(161,1554624000,3),(161,1572159600,2),(161,1586073600,3),(161,1603609200,2),(161,1617523200,3),(161,1635663600,2),(161,1648972800,3),(161,1667113200,2),(161,1680422400,3),(161,1698562800,2),(161,1712476800,3),(161,1730012400,2),(161,1743926400,3),(161,1761462000,2),(161,1775376000,3),(161,1792911600,2),(161,1806825600,3),(161,1824966000,2),(161,1838275200,3),(161,1856415600,2),(161,1869724800,3),(161,1887865200,2),(161,1901779200,3),(161,1919314800,2),(161,1933228800,3),(161,1950764400,2),(161,1964678400,3),(161,1982818800,2),(161,1996128000,3),(161,2014268400,2),(161,2027577600,3),(161,2045718000,2),(161,2059027200,3),(161,2077167600,2),(161,2091081600,3),(161,2108617200,2),(161,2122531200,3),(161,2140066800,2),(162,-2147483648,0),(162,-1850328920,1),(162,326001600,2),(162,544597200,3),(162,562132800,2),(162,576046800,3),(162,594187200,2),(162,607496400,3),(162,625636800,2),(162,638946000,3),(162,657086400,2),(162,671000400,3),(162,688536000,2),(162,702450000,3),(162,719985600,2),(162,733899600,3),(162,752040000,2),(162,765349200,3),(162,783489600,2),(162,796798800,3),(162,814939200,2),(162,828853200,3),(162,846388800,2),(162,860302800,3),(162,877838400,2),(162,891752400,3),(162,909288000,2),(162,923202000,3),(162,941342400,2),(162,954651600,3),(162,972792000,2),(162,986101200,3),(162,1004241600,2),(162,1018155600,3),(162,1035691200,2),(162,1049605200,3),(162,1067140800,2),(162,1081054800,3),(162,1099195200,2),(162,1112504400,3),(162,1130644800,2),(162,1143954000,3),(162,1162094400,2),(162,1173589200,3),(162,1194148800,2),(162,1205038800,3),(162,1225598400,2),(162,1236488400,3),(162,1257048000,2),(162,1268542800,3),(162,1289102400,2),(162,1299992400,3),(162,1320552000,2),(162,1331442000,3),(162,1352001600,2),(162,1362891600,3),(162,1383451200,2),(162,1394341200,3),(162,1414900800,2),(162,1425790800,3),(162,1446350400,2),(162,1457845200,3),(162,1478404800,2),(162,1489294800,3),(162,1509854400,2),(162,1520744400,3),(162,1541304000,2),(162,1552194000,3),(162,1572753600,2),(162,1583643600,3),(162,1604203200,2),(162,1615698000,3),(162,1636257600,2),(162,1647147600,3),(162,1667707200,2),(162,1678597200,3),(162,1699156800,2),(162,1710046800,3),(162,1730606400,2),(162,1741496400,3),(162,1762056000,2),(162,1772946000,3),(162,1793505600,2),(162,1805000400,3),(162,1825560000,2),(162,1836450000,3),(162,1857009600,2),(162,1867899600,3),(162,1888459200,2),(162,1899349200,3),(162,1919908800,2),(162,1930798800,3),(162,1951358400,2),(162,1962853200,3),(162,1983412800,2),(162,1994302800,3),(162,2014862400,2),(162,2025752400,3),(162,2046312000,2),(162,2057202000,3),(162,2077761600,2),(162,2088651600,3),(162,2109211200,2),(162,2120101200,3),(162,2140660800,2),(162,2147483647,2),(163,-2147483648,1),(163,-2131642800,3),(163,-1632074400,2),(163,-1615143600,3),(163,-1153681200,2),(163,-1145822400,3),(163,-1122231600,2),(163,-1114372800,3),(163,-1090782000,2),(163,-1082923200,3),(163,-1059332400,2),(163,-1051473600,3),(163,-1027882800,2),(163,-1020024000,3),(163,-996433200,2),(163,-988574400,3),(163,-965674800,2),(163,-955396800,3),(163,-934743600,2),(163,-923947200,3),(163,-904503600,2),(163,-891892800,3),(163,-880221600,4),(163,-769395600,5),(163,-765399600,3),(163,-747252000,2),(163,-733950000,3),(163,-715802400,2),(163,-702500400,3),(163,-684352800,2),(163,-671050800,3),(163,-652903200,2),(163,-639601200,3),(163,-620848800,2),(163,-608151600,3),(163,-589399200,2),(163,-576097200,3),(163,-557949600,2),(163,-544647600,3),(163,-526500000,2),(163,-513198000,3),(163,-495050400,2),(163,-481748400,3),(163,-463600800,2),(163,-450298800,3),(163,-431546400,2),(163,-418244400,3),(163,-400096800,2),(163,-384375600,3),(163,-368647200,2),(163,-352926000,3),(163,-337197600,2),(163,-321476400,3),(163,-305748000,2),(163,-289422000,3),(163,-273693600,2),(163,-257972400,3),(163,-242244000,2),(163,-226522800,3),(163,-210794400,2),(163,-195073200,3),(163,-179344800,2),(163,-163623600,3),(163,-147895200,2),(163,-131569200,3),(163,-116445600,2),(163,-100119600,3),(163,-84391200,2),(163,-68670000,3),(163,-52941600,2),(163,-37220400,3),(163,-21492000,2),(163,-5770800,3),(163,9957600,2),(163,25678800,3),(163,41407200,2),(163,57733200,3),(163,73461600,2),(163,89182800,3),(163,136360800,2),(163,152082000,3),(163,167810400,2),(163,183531600,3),(163,199260000,2),(163,215586000,3),(163,230709600,2),(163,247035600,3),(163,262764000,2),(163,278485200,3),(163,294213600,2),(163,309934800,3),(163,325663200,2),(163,341384400,3),(163,357112800,2),(163,372834000,3),(163,388562400,2),(163,404888400,3),(163,420012000,2),(163,436338000,3),(163,452066400,2),(163,467787600,3),(163,483516000,2),(163,499237200,3),(163,514965600,2),(163,530686800,3),(163,544600800,2),(163,562136400,3),(163,576050400,2),(163,594190800,3),(163,607500000,2),(163,625640400,3),(163,638949600,2),(163,657090000,3),(163,671004000,2),(163,688539600,3),(163,702453600,2),(163,719989200,3),(163,733896060,2),(163,752036460,3),(163,765345660,2),(163,783486060,3),(163,796795260,2),(163,814935660,3),(163,828849660,2),(163,846385260,3),(163,860299260,2),(163,877834860,3),(163,891748860,2),(163,909284460,3),(163,923198460,2),(163,941338860,3),(163,954648060,2),(163,972788460,3),(163,986097660,2),(163,1004238060,3),(163,1018152060,2),(163,1035687660,3),(163,1049601660,2),(163,1067137260,3),(163,1081051260,2),(163,1099191660,3),(163,1112500860,2),(163,1130641260,3),(163,1143950460,2),(163,1162090860,3),(163,1173592800,2),(163,1194152400,3),(163,1205042400,2),(163,1225602000,3),(163,1236492000,2),(163,1257051600,3),(163,1268546400,2),(163,1289106000,3),(163,1299996000,2),(163,1320555600,3),(163,1331445600,2),(163,1352005200,3),(163,1362895200,2),(163,1383454800,3),(163,1394344800,2),(163,1414904400,3),(163,1425794400,2),(163,1446354000,3),(163,1457848800,2),(163,1478408400,3),(163,1489298400,2),(163,1509858000,3),(163,1520748000,2),(163,1541307600,3),(163,1552197600,2),(163,1572757200,3),(163,1583647200,2),(163,1604206800,3),(163,1615701600,2),(163,1636261200,3),(163,1647151200,2),(163,1667710800,3),(163,1678600800,2),(163,1699160400,3),(163,1710050400,2),(163,1730610000,3),(163,1741500000,2),(163,1762059600,3),(163,1772949600,2),(163,1793509200,3),(163,1805004000,2),(163,1825563600,3),(163,1836453600,2),(163,1857013200,3),(163,1867903200,2),(163,1888462800,3),(163,1899352800,2),(163,1919912400,3),(163,1930802400,2),(163,1951362000,3),(163,1962856800,2),(163,1983416400,3),(163,1994306400,2),(163,2014866000,3),(163,2025756000,2),(163,2046315600,3),(163,2057205600,2),(163,2077765200,3),(163,2088655200,2),(163,2109214800,3),(163,2120104800,2),(163,2140664400,3),(164,-2147483648,0),(164,-1514743200,1),(164,576057600,2),(164,594198000,1),(164,828864000,2),(164,846399600,1),(164,860313600,2),(164,877849200,1),(164,891763200,2),(164,909298800,1),(164,923212800,2),(164,941353200,1),(164,954662400,2),(164,972802800,1),(164,989136000,2),(164,1001833200,1),(164,1018166400,2),(164,1035702000,1),(164,1049616000,2),(164,1067151600,1),(164,1081065600,2),(164,1099206000,1),(164,1112515200,2),(164,1130655600,1),(164,1143964800,2),(164,1162105200,1),(164,1175414400,2),(164,1193554800,1),(164,1207468800,2),(164,1225004400,1),(164,1238918400,2),(164,1256454000,1),(164,1270368000,2),(164,1288508400,1),(164,1301817600,2),(164,1319958000,1),(164,1333267200,2),(164,1351407600,1),(164,1365321600,2),(164,1382857200,1),(164,1396771200,2),(164,1414306800,1),(164,1428220800,2),(164,1445756400,1),(164,1459670400,2),(164,1477810800,1),(164,1491120000,2),(164,1509260400,1),(164,1522569600,2),(164,1540710000,1),(164,1554624000,2),(164,1572159600,1),(164,1586073600,2),(164,1603609200,1),(164,1617523200,2),(164,1635663600,1),(164,1648972800,2),(164,1667113200,1),(164,1680422400,2),(164,1698562800,1),(164,1712476800,2),(164,1730012400,1),(164,1743926400,2),(164,1761462000,1),(164,1775376000,2),(164,1792911600,1),(164,1806825600,2),(164,1824966000,1),(164,1838275200,2),(164,1856415600,1),(164,1869724800,2),(164,1887865200,1),(164,1901779200,2),(164,1919314800,1),(164,1933228800,2),(164,1950764400,1),(164,1964678400,2),(164,1982818800,1),(164,1996128000,2),(164,2014268400,1),(164,2027577600,2),(164,2045718000,1),(164,2059027200,2),(164,2077167600,1),(164,2091081600,2),(164,2108617200,1),(164,2122531200,2),(164,2140066800,1),(165,-2147483648,0),(165,-1942690509,1),(165,-1567455309,2),(165,-1459627200,4),(165,-1443819600,3),(165,-1428006600,4),(165,-1412283600,3),(165,-1396470600,4),(165,-1380747600,3),(165,-1141590600,4),(165,-1128286800,3),(165,-1110141000,4),(165,-1096837200,3),(165,-1078691400,4),(165,-1065387600,3),(165,-1047241800,4),(165,-1033938000,3),(165,-1015187400,4),(165,-1002488400,3),(165,-983737800,4),(165,-971038800,3),(165,-954707400,4),(165,-938984400,3),(165,-920838600,4),(165,-907534800,3),(165,-896819400,4),(165,-853621200,6),(165,-845847000,5),(165,-334789200,6),(165,-319671000,5),(165,-314226000,7),(165,-309996000,5),(165,-149720400,7),(165,-134604000,5),(165,-50446800,6),(165,-34205400,5),(165,9860400,7),(165,14176800,5),(165,72846000,7),(165,80100000,5),(165,127278000,8),(165,132111000,6),(165,147234600,5),(165,156913200,7),(165,165376800,5),(165,219812400,7),(165,226461600,5),(165,250052400,7),(165,257911200,5),(165,282711600,7),(165,289360800,5),(165,294202800,7),(165,322020000,5),(165,566449200,7),(165,573012000,5),(165,597812400,7),(165,605066400,5),(165,625633200,7),(165,635911200,5),(165,656478000,7),(165,667965600,5),(165,688532400,7),(165,699415200,5),(165,719377200,7),(165,730864800,5),(165,1095562800,7),(165,1111896000,5),(165,1128834000,7),(165,1142136000,5),(165,1159678800,7),(165,1173585600,5),(165,1191733200,7),(165,1205035200,5),(165,1223182800,7),(165,1236484800,5),(165,1254632400,7),(165,1268539200,5),(165,1286082000,7),(165,1299988800,5),(165,1317531600,7),(165,1331438400,5),(165,1349586000,7),(165,1362888000,5),(165,1381035600,7),(165,1394337600,5),(165,1412485200,7),(165,1425787200,5),(165,2147483647,5),(166,-2147483648,2),(166,-1632070800,1),(166,-1615140000,2),(166,-1601753400,1),(166,-1583697600,2),(166,-1567357200,1),(166,-1554667200,2),(166,-1534698000,1),(166,-1524074400,2),(166,-1503248400,1),(166,-1492365600,2),(166,-1471798800,1),(166,-1460916000,2),(166,-1440954000,1),(166,-1428861600,2),(166,-1409504400,1),(166,-1397412000,2),(166,-1378054800,1),(166,-1365962400,2),(166,-1346605200,1),(166,-1333908000,2),(166,-1315155600,1),(166,-1301853600,2),(166,-1283706000,1),(166,-1270404000,2),(166,-1252256400,1),(166,-1238954400,2),(166,-1220806800,1),(166,-1207504800,2),(166,-1188752400,1),(166,-1176055200,2),(166,-1157302800,1),(166,-1144000800,2),(166,-1125853200,1),(166,-1112551200,2),(166,-1094403600,1),(166,-1081101600,2),(166,-1062954000,1),(166,-1049652000,2),(166,-1031504400,1),(166,-1018202400,2),(166,-1000054800,1),(166,-986752800,2),(166,-968000400,1),(166,-955303200,2),(166,-936550800,1),(166,-880218000,3),(166,-769395600,4),(166,-765396000,2),(166,-747248400,1),(166,-733946400,2),(166,-715806000,1),(166,-702504000,2),(166,-684356400,1),(166,-671054400,2),(166,-652906800,1),(166,-634161600,2),(166,-620845200,1),(166,-602704800,2),(166,-589395600,1),(166,-576093600,2),(166,-557946000,1),(166,-544644000,2),(166,-526496400,1),(166,-513194400,2),(166,-495046800,1),(166,-481744800,2),(166,-463597200,1),(166,-450295200,2),(166,-431542800,1),(166,-418240800,2),(166,-400093200,1),(166,-384372000,2),(166,-368643600,1),(166,-352922400,2),(166,-337194000,1),(166,-321472800,2),(166,-305744400,1),(166,-289418400,2),(166,-273690000,1),(166,-257968800,2),(166,-242240400,1),(166,-226519200,2),(166,-210790800,1),(166,-195069600,2),(166,-179341200,1),(166,-163620000,2),(166,-147891600,1),(166,-131565600,2),(166,-116442000,1),(166,-100116000,2),(166,-84387600,1),(166,-68666400,2),(166,-52938000,1),(166,-37216800,2),(166,-21488400,1),(166,-5767200,2),(166,9961200,1),(166,25682400,2),(166,41410800,1),(166,57736800,2),(166,73465200,1),(166,89186400,2),(166,104914800,1),(166,120636000,2),(166,136364400,1),(166,152085600,2),(166,167814000,1),(166,183535200,2),(166,199263600,1),(166,215589600,2),(166,230713200,1),(166,247039200,2),(166,262767600,1),(166,278488800,2),(166,294217200,1),(166,309938400,2),(166,325666800,1),(166,341388000,2),(166,357116400,1),(166,372837600,2),(166,388566000,1),(166,404892000,2),(166,420015600,1),(166,436341600,2),(166,452070000,1),(166,467791200,2),(166,483519600,1),(166,499240800,2),(166,514969200,1),(166,530690400,2),(166,544604400,1),(166,562140000,2),(166,576054000,1),(166,594194400,2),(166,607503600,1),(166,625644000,2),(166,638953200,1),(166,657093600,2),(166,671007600,1),(166,688543200,2),(166,702457200,1),(166,719992800,2),(166,733906800,1),(166,752047200,2),(166,765356400,1),(166,783496800,2),(166,796806000,1),(166,814946400,2),(166,828860400,1),(166,846396000,2),(166,860310000,1),(166,877845600,2),(166,891759600,1),(166,909295200,2),(166,923209200,1),(166,941349600,2),(166,954658800,1),(166,972799200,2),(166,986108400,1),(166,1004248800,2),(166,1018162800,1),(166,1035698400,2),(166,1049612400,1),(166,1067148000,2),(166,1081062000,1),(166,1099202400,2),(166,1112511600,1),(166,1130652000,2),(166,1143961200,1),(166,1162101600,2),(166,1173596400,1),(166,1194156000,2),(166,1205046000,1),(166,1225605600,2),(166,1236495600,1),(166,1257055200,2),(166,1268550000,1),(166,1289109600,2),(166,1299999600,1),(166,1320559200,2),(166,1331449200,1),(166,1352008800,2),(166,1362898800,1),(166,1383458400,2),(166,1394348400,1),(166,1414908000,2),(166,1425798000,1),(166,1446357600,2),(166,1457852400,1),(166,1478412000,2),(166,1489302000,1),(166,1509861600,2),(166,1520751600,1),(166,1541311200,2),(166,1552201200,1),(166,1572760800,2),(166,1583650800,1),(166,1604210400,2),(166,1615705200,1),(166,1636264800,2),(166,1647154800,1),(166,1667714400,2),(166,1678604400,1),(166,1699164000,2),(166,1710054000,1),(166,1730613600,2),(166,1741503600,1),(166,1762063200,2),(166,1772953200,1),(166,1793512800,2),(166,1805007600,1),(166,1825567200,2),(166,1836457200,1),(166,1857016800,2),(166,1867906800,1),(166,1888466400,2),(166,1899356400,1),(166,1919916000,2),(166,1930806000,1),(166,1951365600,2),(166,1962860400,1),(166,1983420000,2),(166,1994310000,1),(166,2014869600,2),(166,2025759600,1),(166,2046319200,2),(166,2057209200,1),(166,2077768800,2),(166,2088658800,1),(166,2109218400,2),(166,2120108400,1),(166,2140668000,2),(167,-2147483648,0),(167,-1825098836,1),(168,-2147483648,0),(168,-1825095030,2),(168,-873140400,1),(168,-788904000,2),(168,-786222000,1),(168,-769395600,3),(168,-763848000,2),(168,-179341200,4),(168,-163620000,2),(168,-147891600,4),(168,-131565600,2),(168,-116442000,4),(168,-100116000,2),(168,-84387600,4),(168,-68666400,2),(168,-52938000,4),(168,-37216800,2),(168,-21488400,4),(168,-5767200,2),(168,9961200,4),(168,25682400,2),(168,41410800,4),(168,57736800,2),(168,73465200,4),(168,89186400,2),(168,104914800,4),(168,120636000,2),(168,136364400,4),(168,152085600,2),(168,167814000,4),(168,183535200,2),(168,199263600,4),(168,215589600,2),(168,230713200,4),(168,247039200,2),(168,262767600,4),(168,278488800,2),(168,294217200,4),(168,309938400,2),(168,325666800,4),(168,341388000,2),(168,357116400,4),(168,372837600,2),(168,388566000,4),(168,404892000,2),(168,420015600,4),(168,436341600,2),(168,452070000,4),(168,467791200,2),(168,483519600,4),(168,499240800,2),(168,514969200,4),(168,530690400,2),(168,544604400,4),(168,562140000,2),(168,576054000,4),(168,594194400,2),(168,607503600,4),(168,625644000,2),(168,638953200,4),(168,657093600,2),(168,671007600,4),(168,688543200,2),(168,702457200,4),(168,719992800,2),(168,733906800,4),(168,752047200,2),(168,765356400,4),(168,783496800,2),(168,796806000,4),(168,814946400,2),(168,828860400,4),(168,846396000,2),(168,860310000,4),(168,877845600,2),(168,891759600,4),(168,909295200,2),(168,923209200,4),(168,941349600,2),(168,954658800,4),(168,972799200,2),(168,986108400,4),(168,1004248800,2),(168,1018162800,4),(168,1035698400,2),(168,1049612400,4),(168,1067148000,2),(168,1081062000,4),(168,1099202400,2),(168,1112511600,4),(168,1130652000,2),(168,1143961200,4),(168,1162101600,2),(168,1173596400,4),(168,1194156000,2),(168,1205046000,4),(168,1225605600,2),(168,1236495600,4),(168,1257055200,2),(168,1268550000,4),(168,1289109600,2),(168,1299999600,4),(168,1320559200,2),(168,1331449200,4),(168,1352008800,2),(168,1362898800,4),(168,1383458400,2),(168,1394348400,4),(168,1414908000,2),(168,1425798000,4),(168,1446357600,2),(168,1457852400,4),(168,1478412000,2),(168,1489302000,4),(168,1509861600,2),(168,1520751600,4),(168,1541311200,2),(168,1552201200,4),(168,1572760800,2),(168,1583650800,4),(168,1604210400,2),(168,1615705200,4),(168,1636264800,2),(168,1647154800,4),(168,1667714400,2),(168,1678604400,4),(168,1699164000,2),(168,1710054000,4),(168,1730613600,2),(168,1741503600,4),(168,1762063200,2),(168,1772953200,4),(168,1793512800,2),(168,1805007600,4),(168,1825567200,2),(168,1836457200,4),(168,1857016800,2),(168,1867906800,4),(168,1888466400,2),(168,1899356400,4),(168,1919916000,2),(168,1930806000,4),(168,1951365600,2),(168,1962860400,4),(168,1983420000,2),(168,1994310000,4),(168,2014869600,2),(168,2025759600,4),(168,2046319200,2),(168,2057209200,4),(168,2077768800,2),(168,2088658800,4),(168,2109218400,2),(168,2120108400,4),(168,2140668000,2),(169,-2147483648,2),(169,-1633280400,1),(169,-1615140000,2),(169,-1601830800,1),(169,-1583690400,2),(169,-1570381200,1),(169,-1551636000,2),(169,-1536512400,1),(169,-1523210400,2),(169,-1504458000,1),(169,-1491760800,2),(169,-1473008400,1),(169,-1459706400,2),(169,-1441558800,1),(169,-1428256800,2),(169,-1410109200,1),(169,-1396807200,2),(169,-1378659600,1),(169,-1365357600,2),(169,-1347210000,1),(169,-1333908000,2),(169,-1315155600,1),(169,-1301853600,2),(169,-1283706000,1),(169,-1270404000,2),(169,-1252256400,1),(169,-1238954400,2),(169,-1220806800,1),(169,-1207504800,2),(169,-1189357200,1),(169,-1176055200,2),(169,-1157302800,1),(169,-1144605600,2),(169,-1125853200,1),(169,-1112551200,2),(169,-1094403600,1),(169,-1081101600,2),(169,-1062954000,1),(169,-1049652000,2),(169,-1031504400,1),(169,-1018202400,2),(169,-1000054800,1),(169,-986752800,2),(169,-968000400,1),(169,-955303200,2),(169,-936550800,1),(169,-923248800,2),(169,-905101200,1),(169,-891799200,2),(169,-880218000,3),(169,-769395600,4),(169,-765396000,2),(169,-747248400,1),(169,-733946400,2),(169,-715798800,1),(169,-702496800,2),(169,-684349200,1),(169,-671047200,2),(169,-652899600,1),(169,-639597600,2),(169,-620845200,1),(169,-608148000,2),(169,-589395600,1),(169,-576093600,2),(169,-557946000,1),(169,-544644000,2),(169,-526496400,1),(169,-513194400,2),(169,-495046800,1),(169,-481744800,2),(169,-463597200,1),(169,-447271200,2),(169,-431542800,1),(169,-415821600,2),(169,-400093200,1),(169,-384372000,2),(169,-368643600,1),(169,-352922400,2),(169,-337194000,1),(169,-321472800,2),(169,-305744400,1),(169,-289418400,2),(169,-273690000,1),(169,-257968800,2),(169,-242240400,1),(169,-226519200,2),(169,-210790800,1),(169,-195069600,2),(169,-179341200,1),(169,-163620000,2),(169,-147891600,1),(169,-131565600,2),(169,-116442000,1),(169,-100116000,2),(169,-84387600,1),(169,-68666400,2),(169,-52938000,1),(169,-37216800,2),(169,-21488400,1),(169,-5767200,2),(169,9961200,1),(169,25682400,2),(169,41410800,1),(169,57736800,2),(169,73465200,1),(169,89186400,2),(169,104914800,1),(169,120636000,2),(169,126687600,1),(169,152085600,2),(169,162370800,1),(169,183535200,2),(169,199263600,1),(169,215589600,2),(169,230713200,1),(169,247039200,2),(169,262767600,1),(169,278488800,2),(169,294217200,1),(169,309938400,2),(169,325666800,1),(169,341388000,2),(169,357116400,1),(169,372837600,2),(169,388566000,1),(169,404892000,2),(169,420015600,1),(169,436341600,2),(169,452070000,1),(169,467791200,2),(169,483519600,1),(169,499240800,2),(169,514969200,1),(169,530690400,2),(169,544604400,1),(169,562140000,2),(169,576054000,1),(169,594194400,2),(169,607503600,1),(169,625644000,2),(169,638953200,1),(169,657093600,2),(169,671007600,1),(169,688543200,2),(169,702457200,1),(169,719992800,2),(169,733906800,1),(169,752047200,2),(169,765356400,1),(169,783496800,2),(169,796806000,1),(169,814946400,2),(169,828860400,1),(169,846396000,2),(169,860310000,1),(169,877845600,2),(169,891759600,1),(169,909295200,2),(169,923209200,1),(169,941349600,2),(169,954658800,1),(169,972799200,2),(169,986108400,1),(169,1004248800,2),(169,1018162800,1),(169,1035698400,2),(169,1049612400,1),(169,1067148000,2),(169,1081062000,1),(169,1099202400,2),(169,1112511600,1),(169,1130652000,2),(169,1143961200,1),(169,1162101600,2),(169,1173596400,1),(169,1194156000,2),(169,1205046000,1),(169,1225605600,2),(169,1236495600,1),(169,1257055200,2),(169,1268550000,1),(169,1289109600,2),(169,1299999600,1),(169,1320559200,2),(169,1331449200,1),(169,1352008800,2),(169,1362898800,1),(169,1383458400,2),(169,1394348400,1),(169,1414908000,2),(169,1425798000,1),(169,1446357600,2),(169,1457852400,1),(169,1478412000,2),(169,1489302000,1),(169,1509861600,2),(169,1520751600,1),(169,1541311200,2),(169,1552201200,1),(169,1572760800,2),(169,1583650800,1),(169,1604210400,2),(169,1615705200,1),(169,1636264800,2),(169,1647154800,1),(169,1667714400,2),(169,1678604400,1),(169,1699164000,2),(169,1710054000,1),(169,1730613600,2),(169,1741503600,1),(169,1762063200,2),(169,1772953200,1),(169,1793512800,2),(169,1805007600,1),(169,1825567200,2),(169,1836457200,1),(169,1857016800,2),(169,1867906800,1),(169,1888466400,2),(169,1899356400,1),(169,1919916000,2),(169,1930806000,1),(169,1951365600,2),(169,1962860400,1),(169,1983420000,2),(169,1994310000,1),(169,2014869600,2),(169,2025759600,1),(169,2046319200,2),(169,2057209200,1),(169,2077768800,2),(169,2088658800,1),(169,2109218400,2),(169,2120108400,1),(169,2140668000,2),(170,-2147483648,2),(170,-1632070800,1),(170,-1615140000,2),(170,-923252400,1),(170,-880218000,3),(170,-769395600,4),(170,-765396000,2),(170,136364400,1),(170,152085600,2),(170,167814000,1),(170,183535200,2),(170,199263600,1),(170,215589600,2),(170,230713200,1),(170,247039200,2),(170,262767600,1),(170,278488800,2),(170,294217200,1),(170,309938400,2),(170,325666800,1),(170,341388000,2),(170,357116400,1),(170,372837600,2),(170,388566000,1),(170,404892000,2),(170,420015600,1),(170,436341600,2),(170,452070000,1),(170,467791200,2),(170,483519600,1),(170,499240800,2),(170,514969200,1),(170,530690400,2),(170,544604400,1),(170,562140000,2),(170,576054000,1),(170,594194400,2),(170,607503600,1),(170,625644000,2),(170,638953200,1),(170,657093600,2),(170,671007600,1),(170,688543200,2),(170,702457200,1),(170,719992800,2),(170,733906800,1),(170,752047200,2),(170,765356400,1),(170,783496800,2),(170,796806000,1),(170,814946400,2),(170,828860400,1),(170,846396000,2),(170,860310000,1),(170,877845600,2),(170,891759600,1),(170,909295200,2),(170,923209200,1),(170,941349600,2),(170,954658800,1),(170,972799200,2),(170,986108400,1),(170,1004248800,2),(170,1018162800,1),(170,1035698400,2),(170,1049612400,1),(170,1067148000,2),(170,1081062000,1),(170,1099202400,2),(170,1112511600,1),(170,1130652000,2),(170,1143961200,1),(170,1162101600,2),(170,1173596400,1),(170,1194156000,2),(170,1205046000,1),(170,1225605600,2),(170,1236495600,1),(170,1257055200,2),(170,1268550000,1),(170,1289109600,2),(170,1299999600,1),(170,1320559200,2),(170,1331449200,1),(170,1352008800,2),(170,1362898800,1),(170,1383458400,2),(170,1394348400,1),(170,1414908000,2),(170,1425798000,1),(170,1446357600,2),(170,1457852400,1),(170,1478412000,2),(170,1489302000,1),(170,1509861600,2),(170,1520751600,1),(170,1541311200,2),(170,1552201200,1),(170,1572760800,2),(170,1583650800,1),(170,1604210400,2),(170,1615705200,1),(170,1636264800,2),(170,1647154800,1),(170,1667714400,2),(170,1678604400,1),(170,1699164000,2),(170,1710054000,1),(170,1730613600,2),(170,1741503600,1),(170,1762063200,2),(170,1772953200,1),(170,1793512800,2),(170,1805007600,1),(170,1825567200,2),(170,1836457200,1),(170,1857016800,2),(170,1867906800,1),(170,1888466400,2),(170,1899356400,1),(170,1919916000,2),(170,1930806000,1),(170,1951365600,2),(170,1962860400,1),(170,1983420000,2),(170,1994310000,1),(170,2014869600,2),(170,2025759600,1),(170,2046319200,2),(170,2057209200,1),(170,2077768800,2),(170,2088658800,1),(170,2109218400,2),(170,2120108400,1),(170,2140668000,2),(171,-2147483648,1),(171,-880196400,2),(171,-769395600,3),(171,-765374400,1),(171,-86878800,4),(171,-21466800,5),(171,-5745600,4),(171,9982800,5),(171,25704000,4),(171,41432400,5),(171,57758400,4),(171,73486800,5),(171,89208000,4),(171,104936400,5),(171,120657600,4),(171,126709200,5),(171,152107200,4),(171,162392400,5),(171,183556800,4),(171,199285200,5),(171,215611200,4),(171,230734800,5),(171,247060800,4),(171,262789200,5),(171,278510400,4),(171,294238800,5),(171,309960000,4),(171,325688400,5),(171,341409600,4),(171,357138000,5),(171,372859200,4),(171,388587600,5),(171,404913600,4),(171,420037200,5),(171,436363200,6),(171,439030800,8),(171,452084400,7),(171,467805600,8),(171,483534000,7),(171,499255200,8),(171,514983600,7),(171,530704800,8),(171,544618800,7),(171,562154400,8),(171,576068400,7),(171,594208800,8),(171,607518000,7),(171,625658400,8),(171,638967600,7),(171,657108000,8),(171,671022000,7),(171,688557600,8),(171,702471600,7),(171,720007200,8),(171,733921200,7),(171,752061600,8),(171,765370800,7),(171,783511200,8),(171,796820400,7),(171,814960800,8),(171,828874800,7),(171,846410400,8),(171,860324400,7),(171,877860000,8),(171,891774000,7),(171,909309600,8),(171,923223600,7),(171,941364000,8),(171,954673200,7),(171,972813600,8),(171,986122800,7),(171,1004263200,8),(171,1018177200,7),(171,1035712800,8),(171,1049626800,7),(171,1067162400,8),(171,1081076400,7),(171,1099216800,8),(171,1112526000,7),(171,1130666400,8),(171,1143975600,7),(171,1162116000,8),(171,1173610800,7),(171,1194170400,8),(171,1205060400,7),(171,1225620000,8),(171,1236510000,7),(171,1257069600,8),(171,1268564400,7),(171,1289124000,8),(171,1300014000,7),(171,1320573600,8),(171,1331463600,7),(171,1352023200,8),(171,1362913200,7),(171,1383472800,8),(171,1394362800,7),(171,1414922400,8),(171,1425812400,7),(171,1446372000,8),(171,1457866800,7),(171,1478426400,8),(171,1489316400,7),(171,1509876000,8),(171,1520766000,7),(171,1541325600,8),(171,1552215600,7),(171,1572775200,8),(171,1583665200,7),(171,1604224800,8),(171,1615719600,7),(171,1636279200,8),(171,1647169200,7),(171,1667728800,8),(171,1678618800,7),(171,1699178400,8),(171,1710068400,7),(171,1730628000,8),(171,1741518000,7),(171,1762077600,8),(171,1772967600,7),(171,1793527200,8),(171,1805022000,7),(171,1825581600,8),(171,1836471600,7),(171,1857031200,8),(171,1867921200,7),(171,1888480800,8),(171,1899370800,7),(171,1919930400,8),(171,1930820400,7),(171,1951380000,8),(171,1962874800,7),(171,1983434400,8),(171,1994324400,7),(171,2014884000,8),(171,2025774000,7),(171,2046333600,8),(171,2057223600,7),(171,2077783200,8),(171,2088673200,7),(171,2109232800,8),(171,2120122800,7),(171,2140682400,8),(172,-2147483648,0),(172,-1767217820,2),(172,-1206961200,1),(172,-1191366000,2),(172,-1175378400,1),(172,-1159830000,2),(172,-633823200,1),(172,-622072800,2),(172,-602287200,1),(172,-591836400,2),(172,-570751200,1),(172,-560214000,2),(172,-539128800,1),(172,-531356400,2),(172,-191368800,1),(172,-184201200,2),(172,-155167200,1),(172,-150073200,2),(172,-128901600,1),(172,-121129200,2),(172,-99957600,1),(172,-89593200,2),(172,-68421600,1),(172,-57970800,2),(172,499744800,1),(172,511232400,2),(172,530589600,1),(172,540262800,2),(172,562125600,1),(172,571194000,2),(172,592970400,1),(172,602038800,2),(172,624420000,1),(172,634698000,2),(172,938916000,1),(172,951613200,2),(172,970970400,1),(172,971571600,2),(172,1003024800,1),(172,1013907600,2),(172,2147483647,2),(173,-2147483648,2),(173,-1633273200,1),(173,-1615132800,2),(173,-1601823600,1),(173,-1583683200,2),(173,-880210800,3),(173,-769395600,4),(173,-765388800,2),(173,-84380400,1),(173,-68659200,2),(173,-52930800,1),(173,-37209600,2),(173,-21481200,1),(173,-5760000,2),(173,9968400,1),(173,25689600,2),(173,41418000,1),(173,57744000,2),(173,73472400,1),(173,89193600,2),(173,104922000,1),(173,120643200,2),(173,126694800,1),(173,152092800,2),(173,162378000,1),(173,183542400,2),(173,199270800,1),(173,215596800,2),(173,230720400,1),(173,247046400,2),(173,262774800,1),(173,278496000,2),(173,294224400,1),(173,309945600,2),(173,325674000,1),(173,341395200,2),(173,357123600,1),(173,372844800,2),(173,388573200,1),(173,404899200,2),(173,420022800,1),(173,436348800,2),(173,452077200,1),(173,467798400,2),(173,483526800,1),(173,499248000,2),(173,514976400,1),(173,530697600,2),(173,544611600,1),(173,562147200,2),(173,576061200,1),(173,594201600,2),(173,607510800,1),(173,625651200,2),(173,638960400,1),(173,657100800,2),(173,671014800,1),(173,688550400,2),(173,702464400,1),(173,720000000,2),(173,733914000,1),(173,752054400,2),(173,765363600,1),(173,783504000,2),(173,796813200,1),(173,814953600,2),(173,828867600,1),(173,846403200,2),(173,860317200,1),(173,877852800,2),(173,891766800,1),(173,909302400,2),(173,923216400,1),(173,941356800,2),(173,954666000,1),(173,972806400,2),(173,986115600,1),(173,1004256000,2),(173,1018170000,1),(173,1035705600,2),(173,1049619600,1),(173,1067155200,2),(173,1081069200,1),(173,1099209600,2),(173,1112518800,1),(173,1130659200,2),(173,1143968400,1),(173,1162108800,2),(173,1173603600,1),(173,1194163200,2),(173,1205053200,1),(173,1225612800,2),(173,1236502800,1),(173,1257062400,2),(173,1268557200,1),(173,1289116800,6),(173,1300003200,5),(173,1320562800,6),(173,1331452800,5),(173,1352012400,6),(173,1362902400,5),(173,1383462000,6),(173,1394352000,5),(173,1414911600,6),(173,1425801600,5),(173,1446361200,6),(173,1457856000,5),(173,1478415600,6),(173,1489305600,5),(173,1509865200,6),(173,1520755200,5),(173,1541314800,6),(173,1552204800,5),(173,1572764400,6),(173,1583654400,5),(173,1604214000,6),(173,1615708800,5),(173,1636268400,6),(173,1647158400,5),(173,1667718000,6),(173,1678608000,5),(173,1699167600,6),(173,1710057600,5),(173,1730617200,6),(173,1741507200,5),(173,1762066800,6),(173,1772956800,5),(173,1793516400,6),(173,1805011200,5),(173,1825570800,6),(173,1836460800,5),(173,1857020400,6),(173,1867910400,5),(173,1888470000,6),(173,1899360000,5),(173,1919919600,6),(173,1930809600,5),(173,1951369200,6),(173,1962864000,5),(173,1983423600,6),(173,1994313600,5),(173,2014873200,6),(173,2025763200,5),(173,2046322800,6),(173,2057212800,5),(173,2077772400,6),(173,2088662400,5),(173,2109222000,6),(173,2120112000,5),(173,2140671600,6),(174,-2147483648,2),(174,-1633273200,1),(174,-1615132800,2),(174,-1601823600,1),(174,-1583683200,2),(174,-880210800,3),(174,-769395600,4),(174,-765388800,2),(174,-84380400,1),(174,-68659200,2),(174,-52930800,1),(174,-37209600,2),(174,-21481200,1),(174,-5760000,2),(174,9968400,1),(174,25689600,2),(174,41418000,1),(174,57744000,2),(174,73472400,1),(174,89193600,2),(174,104922000,1),(174,120643200,2),(174,126694800,1),(174,152092800,2),(174,162378000,1),(174,183542400,2),(174,199270800,1),(174,215596800,2),(174,230720400,1),(174,247046400,2),(174,262774800,1),(174,278496000,2),(174,294224400,1),(174,309945600,2),(174,325674000,1),(174,341395200,2),(174,357123600,1),(174,372844800,2),(174,388573200,1),(174,404899200,2),(174,420022800,1),(174,436348800,2),(174,452077200,1),(174,467798400,2),(174,483526800,1),(174,499248000,2),(174,514976400,1),(174,530697600,2),(174,544611600,1),(174,562147200,2),(174,576061200,1),(174,594201600,2),(174,607510800,1),(174,625651200,2),(174,638960400,1),(174,657100800,2),(174,671014800,1),(174,688550400,2),(174,702464400,1),(174,720000000,6),(174,733910400,5),(174,752050800,6),(174,765360000,5),(174,783500400,6),(174,796809600,5),(174,814950000,6),(174,828864000,5),(174,846399600,6),(174,860313600,5),(174,877849200,6),(174,891763200,5),(174,909298800,6),(174,923212800,5),(174,941353200,6),(174,954662400,5),(174,972802800,6),(174,986112000,5),(174,1004252400,6),(174,1018166400,5),(174,1035702000,6),(174,1049616000,5),(174,1067151600,6),(174,1081065600,5),(174,1099206000,6),(174,1112515200,5),(174,1130655600,6),(174,1143964800,5),(174,1162105200,6),(174,1173600000,5),(174,1194159600,6),(174,1205049600,5),(174,1225609200,6),(174,1236499200,5),(174,1257058800,6),(174,1268553600,5),(174,1289113200,6),(174,1300003200,5),(174,1320562800,6),(174,1331452800,5),(174,1352012400,6),(174,1362902400,5),(174,1383462000,6),(174,1394352000,5),(174,1414911600,6),(174,1425801600,5),(174,1446361200,6),(174,1457856000,5),(174,1478415600,6),(174,1489305600,5),(174,1509865200,6),(174,1520755200,5),(174,1541314800,6),(174,1552204800,5),(174,1572764400,6),(174,1583654400,5),(174,1604214000,6),(174,1615708800,5),(174,1636268400,6),(174,1647158400,5),(174,1667718000,6),(174,1678608000,5),(174,1699167600,6),(174,1710057600,5),(174,1730617200,6),(174,1741507200,5),(174,1762066800,6),(174,1772956800,5),(174,1793516400,6),(174,1805011200,5),(174,1825570800,6),(174,1836460800,5),(174,1857020400,6),(174,1867910400,5),(174,1888470000,6),(174,1899360000,5),(174,1919919600,6),(174,1930809600,5),(174,1951369200,6),(174,1962864000,5),(174,1983423600,6),(174,1994313600,5),(174,2014873200,6),(174,2025763200,5),(174,2046322800,6),(174,2057212800,5),(174,2077772400,6),(174,2088662400,5),(174,2109222000,6),(174,2120112000,5),(174,2140671600,6),(175,-2147483648,2),(175,-1633273200,1),(175,-1615132800,2),(175,-1601823600,1),(175,-1583683200,2),(175,-880210800,3),(175,-769395600,4),(175,-765388800,2),(175,-84380400,1),(175,-68659200,2),(175,-52930800,1),(175,-37209600,2),(175,-21481200,1),(175,-5760000,2),(175,9968400,1),(175,25689600,2),(175,41418000,1),(175,57744000,2),(175,73472400,1),(175,89193600,2),(175,104922000,1),(175,120643200,2),(175,126694800,1),(175,152092800,2),(175,162378000,1),(175,183542400,2),(175,199270800,1),(175,215596800,2),(175,230720400,1),(175,247046400,2),(175,262774800,1),(175,278496000,2),(175,294224400,1),(175,309945600,2),(175,325674000,1),(175,341395200,2),(175,357123600,1),(175,372844800,2),(175,388573200,1),(175,404899200,2),(175,420022800,1),(175,436348800,2),(175,452077200,1),(175,467798400,2),(175,483526800,1),(175,499248000,2),(175,514976400,1),(175,530697600,2),(175,544611600,1),(175,562147200,2),(175,576061200,1),(175,594201600,2),(175,607510800,1),(175,625651200,2),(175,638960400,1),(175,657100800,2),(175,671014800,1),(175,688550400,2),(175,702464400,1),(175,720000000,2),(175,733914000,1),(175,752054400,2),(175,765363600,1),(175,783504000,2),(175,796813200,1),(175,814953600,2),(175,828867600,1),(175,846403200,2),(175,860317200,1),(175,877852800,2),(175,891766800,1),(175,909302400,2),(175,923216400,1),(175,941356800,2),(175,954666000,1),(175,972806400,2),(175,986115600,1),(175,1004256000,2),(175,1018170000,1),(175,1035705600,2),(175,1049619600,1),(175,1067155200,6),(175,1081065600,5),(175,1099206000,6),(175,1112515200,5),(175,1130655600,6),(175,1143964800,5),(175,1162105200,6),(175,1173600000,5),(175,1194159600,6),(175,1205049600,5),(175,1225609200,6),(175,1236499200,5),(175,1257058800,6),(175,1268553600,5),(175,1289113200,6),(175,1300003200,5),(175,1320562800,6),(175,1331452800,5),(175,1352012400,6),(175,1362902400,5),(175,1383462000,6),(175,1394352000,5),(175,1414911600,6),(175,1425801600,5),(175,1446361200,6),(175,1457856000,5),(175,1478415600,6),(175,1489305600,5),(175,1509865200,6),(175,1520755200,5),(175,1541314800,6),(175,1552204800,5),(175,1572764400,6),(175,1583654400,5),(175,1604214000,6),(175,1615708800,5),(175,1636268400,6),(175,1647158400,5),(175,1667718000,6),(175,1678608000,5),(175,1699167600,6),(175,1710057600,5),(175,1730617200,6),(175,1741507200,5),(175,1762066800,6),(175,1772956800,5),(175,1793516400,6),(175,1805011200,5),(175,1825570800,6),(175,1836460800,5),(175,1857020400,6),(175,1867910400,5),(175,1888470000,6),(175,1899360000,5),(175,1919919600,6),(175,1930809600,5),(175,1951369200,6),(175,1962864000,5),(175,1983423600,6),(175,1994313600,5),(175,2014873200,6),(175,2025763200,5),(175,2046322800,6),(175,2057212800,5),(175,2077772400,6),(175,2088662400,5),(175,2109222000,6),(175,2120112000,5),(175,2140671600,6),(176,-2147483648,0),(176,-1686083584,1),(176,323845200,4),(176,338950800,2),(176,354675600,3),(176,370400400,2),(176,386125200,3),(176,401850000,2),(176,417574800,3),(176,433299600,2),(176,449024400,3),(176,465354000,2),(176,481078800,3),(176,496803600,2),(176,512528400,3),(176,528253200,2),(176,543978000,3),(176,559702800,2),(176,575427600,3),(176,591152400,2),(176,606877200,3),(176,622602000,2),(176,638326800,3),(176,654656400,2),(176,670381200,3),(176,686106000,2),(176,701830800,3),(176,717555600,2),(176,733280400,3),(176,749005200,2),(176,764730000,3),(176,780454800,2),(176,796179600,3),(176,811904400,2),(176,828234000,3),(176,846378000,2),(176,859683600,3),(176,877827600,2),(176,891133200,3),(176,909277200,2),(176,922582800,3),(176,941331600,2),(176,954032400,3),(176,972781200,2),(176,985482000,3),(176,1004230800,2),(176,1017536400,3),(176,1035680400,2),(176,1048986000,3),(176,1067130000,2),(176,1080435600,3),(176,1099184400,2),(176,1111885200,3),(176,1130634000,2),(176,1143334800,3),(176,1162083600,2),(176,1174784400,3),(176,1193533200,2),(176,1206838800,3),(176,1224982800,2),(176,1238288400,3),(176,1256432400,2),(176,1269738000,3),(176,1288486800,2),(176,1301187600,3),(176,1319936400,2),(176,1332637200,3),(176,1351386000,2),(176,1364691600,3),(176,1382835600,2),(176,1396141200,3),(176,1414285200,2),(176,1427590800,3),(176,1445734800,2),(176,1459040400,3),(176,1477789200,2),(176,1490490000,3),(176,1509238800,2),(176,1521939600,3),(176,1540688400,2),(176,1553994000,3),(176,1572138000,2),(176,1585443600,3),(176,1603587600,2),(176,1616893200,3),(176,1635642000,2),(176,1648342800,3),(176,1667091600,2),(176,1679792400,3),(176,1698541200,2),(176,1711846800,3),(176,1729990800,2),(176,1743296400,3),(176,1761440400,2),(176,1774746000,3),(176,1792890000,2),(176,1806195600,3),(176,1824944400,2),(176,1837645200,3),(176,1856394000,2),(176,1869094800,3),(176,1887843600,2),(176,1901149200,3),(176,1919293200,2),(176,1932598800,3),(176,1950742800,2),(176,1964048400,3),(176,1982797200,2),(176,1995498000,3),(176,2014246800,2),(176,2026947600,3),(176,2045696400,2),(176,2058397200,3),(176,2077146000,2),(176,2090451600,3),(176,2108595600,2),(176,2121901200,3),(176,2140045200,2),(176,2147483647,2),(177,-2147483648,0),(177,-1514739600,1),(177,-1343066400,2),(177,-1234807200,1),(177,-1220292000,2),(177,-1207159200,1),(177,-1191344400,2),(177,828864000,3),(177,846399600,2),(177,860313600,3),(177,877849200,2),(177,891766800,4),(177,909302400,1),(177,923216400,4),(177,941356800,1),(177,954666000,4),(177,972806400,1),(177,989139600,4),(177,1001836800,1),(177,1018170000,4),(177,1035705600,1),(177,1049619600,4),(177,1067155200,1),(177,1081069200,4),(177,1099209600,1),(177,1112518800,4),(177,1130659200,1),(177,1143968400,4),(177,1162108800,1),(177,1175418000,4),(177,1193558400,1),(177,1207472400,4),(177,1225008000,1),(177,1238922000,4),(177,1256457600,1),(177,1268557200,4),(177,1289116800,1),(177,1300006800,4),(177,1320566400,1),(177,1331456400,4),(177,1352016000,1),(177,1362906000,4),(177,1383465600,1),(177,1394355600,4),(177,1414915200,1),(177,1425805200,4),(177,1446364800,1),(177,1457859600,4),(177,1478419200,1),(177,1489309200,4),(177,1509868800,1),(177,1520758800,4),(177,1541318400,1),(177,1552208400,4),(177,1572768000,1),(177,1583658000,4),(177,1604217600,1),(177,1615712400,4),(177,1636272000,1),(177,1647162000,4),(177,1667721600,1),(177,1678611600,4),(177,1699171200,1),(177,1710061200,4),(177,1730620800,1),(177,1741510800,4),(177,1762070400,1),(177,1772960400,4),(177,1793520000,1),(177,1805014800,4),(177,1825574400,1),(177,1836464400,4),(177,1857024000,1),(177,1867914000,4),(177,1888473600,1),(177,1899363600,4),(177,1919923200,1),(177,1930813200,4),(177,1951372800,1),(177,1962867600,4),(177,1983427200,1),(177,1994317200,4),(177,2014876800,1),(177,2025766800,4),(177,2046326400,1),(177,2057216400,4),(177,2077776000,1),(177,2088666000,4),(177,2109225600,1),(177,2120115600,4),(177,2140675200,1),(178,-2147483648,1),(178,-1946918424,2),(179,-2147483648,0),(179,-1546300800,3),(179,-880221600,1),(179,-769395600,2),(179,-765399600,3),(179,-147902400,4),(179,-131572800,3),(179,325663200,5),(179,341384400,3),(179,357112800,5),(179,372834000,3),(179,388562400,5),(179,404888400,3),(179,420012000,5),(179,436338000,3),(179,452066400,5),(179,467787600,3),(179,483516000,5),(179,499237200,3),(179,514965600,5),(179,530686800,3),(179,544600800,5),(179,562136400,3),(179,576050400,5),(179,594190800,3),(179,607500000,5),(179,625640400,3),(179,638949600,5),(179,657090000,3),(179,671004000,5),(179,688539600,3),(179,702453600,5),(179,719989200,3),(179,733903200,5),(179,752043600,3),(179,765352800,5),(179,783493200,3),(179,796802400,6),(179,814946400,7),(179,828860400,6),(179,846396000,7),(179,860310000,6),(179,877845600,7),(179,891759600,6),(179,909295200,7),(179,923209200,6),(179,941349600,8),(179,954662400,9),(179,972802800,7),(179,986108400,6),(179,1004248800,7),(179,1018162800,6),(179,1035698400,7),(179,1049612400,6),(179,1067148000,7),(179,1081062000,6),(179,1099202400,7),(179,1112511600,6),(179,1130652000,7),(179,1143961200,6),(179,1162101600,7),(179,1173596400,6),(179,1194156000,7),(179,1205046000,6),(179,1225605600,7),(179,1236495600,6),(179,1257055200,7),(179,1268550000,6),(179,1289109600,7),(179,1299999600,6),(179,1320559200,7),(179,1331449200,6),(179,1352008800,7),(179,1362898800,6),(179,1383458400,7),(179,1394348400,6),(179,1414908000,7),(179,1425798000,6),(179,1446357600,7),(179,1457852400,6),(179,1478412000,7),(179,1489302000,6),(179,1509861600,7),(179,1520751600,6),(179,1541311200,7),(179,1552201200,6),(179,1572760800,7),(179,1583650800,6),(179,1604210400,7),(179,1615705200,6),(179,1636264800,7),(179,1647154800,6),(179,1667714400,7),(179,1678604400,6),(179,1699164000,7),(179,1710054000,6),(179,1730613600,7),(179,1741503600,6),(179,1762063200,7),(179,1772953200,6),(179,1793512800,7),(179,1805007600,6),(179,1825567200,7),(179,1836457200,6),(179,1857016800,7),(179,1867906800,6),(179,1888466400,7),(179,1899356400,6),(179,1919916000,7),(179,1930806000,6),(179,1951365600,7),(179,1962860400,6),(179,1983420000,7),(179,1994310000,6),(179,2014869600,7),(179,2025759600,6),(179,2046319200,7),(179,2057209200,6),(179,2077768800,7),(179,2088658800,6),(179,2109218400,7),(179,2120108400,6),(179,2140668000,7),(180,-2147483648,0),(180,-1861906760,1),(180,-1104524348,2),(180,-765317964,3),(180,465449400,4),(180,2147483647,4),(181,-2147483648,2),(181,-1633273200,1),(181,-1615132800,2),(181,-1601823600,1),(181,-1583683200,2),(181,-880210800,3),(181,-820519140,2),(181,-812653140,3),(181,-796845540,2),(181,-84380400,1),(181,-68659200,2),(182,-2147483648,1),(182,-1670483460,3),(182,421218000,2),(182,436334400,3),(182,452062800,2),(182,467784000,3),(182,483512400,2),(182,499233600,3),(182,514962000,2),(182,530683200,3),(182,546411600,2),(182,562132800,3),(182,576050400,4),(182,594194400,5),(182,607500000,4),(182,625644000,5),(182,638949600,4),(182,657093600,5),(182,671004000,4),(182,688543200,5),(182,702453600,4),(182,719992800,5),(182,733903200,4),(182,752047200,5),(182,765352800,4),(182,783496800,5),(182,796802400,4),(182,814946400,5),(182,828856800,4),(182,846396000,5),(182,860306400,4),(182,877845600,5),(182,1112504400,2),(182,1130644800,3),(182,1143954000,2),(182,1162094400,3),(182,1331449200,2),(182,1352008800,3),(182,1362898800,2),(182,1383458400,3),(182,1394348400,2),(182,1414908000,3),(182,1425798000,2),(182,1446357600,3),(182,1489302000,2),(182,1509861600,3),(182,1520751600,2),(182,1541311200,3),(182,1552201200,2),(182,1572760800,3),(182,1583650800,2),(182,1604210400,3),(182,1615705200,2),(182,1636264800,3),(182,1647154800,2),(182,1667714400,3),(182,1678604400,2),(182,1699164000,3),(182,1710054000,2),(182,1730613600,3),(182,1741503600,2),(182,1762063200,3),(182,1772953200,2),(182,1793512800,3),(182,1805007600,2),(182,1825567200,3),(182,1836457200,2),(182,1857016800,3),(182,1867906800,2),(182,1888466400,3),(182,1899356400,2),(182,1919916000,3),(182,1930806000,2),(182,1951365600,3),(182,1962860400,2),(182,1983420000,3),(182,1994310000,2),(182,2014869600,3),(182,2025759600,2),(182,2046319200,3),(182,2057209200,2),(182,2077768800,3),(182,2088658800,2),(182,2109218400,3),(182,2120108400,2),(182,2140668000,3),(183,-2147483648,0),(183,-1825098836,1),(184,-2147483648,0),(184,-1767209328,2),(184,-1206950400,1),(184,-1191355200,2),(184,-1175367600,1),(184,-1159819200,2),(184,-633812400,1),(184,-622062000,2),(184,-602276400,1),(184,-591825600,2),(184,-570740400,1),(184,-560203200,2),(184,-539118000,1),(184,-531345600,2),(184,-191358000,1),(184,-184190400,2),(184,-155156400,1),(184,-150062400,2),(184,-128890800,1),(184,-121118400,2),(184,-99946800,1),(184,-89582400,2),(184,-68410800,1),(184,-57960000,2),(184,499755600,1),(184,511243200,2),(184,530600400,1),(184,540273600,2),(184,562136400,1),(184,571204800,2),(184,1214283600,3),(184,1384056000,2),(184,2147483647,2),(185,-2147483648,0),(185,-1767210264,2),(185,-1206954000,1),(185,-1191358800,2),(185,-1175371200,1),(185,-1159822800,2),(185,-633816000,1),(185,-622065600,2),(185,-602280000,1),(185,-591829200,2),(185,-570744000,1),(185,-560206800,2),(185,-539121600,1),(185,-531349200,2),(185,-191361600,1),(185,-184194000,2),(185,-155160000,1),(185,-150066000,2),(185,-128894400,1),(185,-121122000,2),(185,-99950400,1),(185,-89586000,2),(185,-68414400,1),(185,-57963600,2),(185,499752000,1),(185,511239600,2),(185,530596800,1),(185,540270000,2),(185,562132800,1),(185,571201200,2),(185,2147483647,2),(186,-2147483648,1),(186,-873057600,3),(186,-769395600,2),(186,-765399600,1),(187,-2147483648,1),(187,-1892661434,2),(187,-1688410800,1),(187,-1619205434,3),(187,-1593806400,1),(187,-1335986234,4),(187,-1317585600,2),(187,-1304362800,4),(187,-1286049600,2),(187,-1272826800,4),(187,-1254513600,2),(187,-1241290800,4),(187,-1222977600,2),(187,-1209754800,4),(187,-1191355200,2),(187,-1178132400,3),(187,-870552000,2),(187,-865278000,3),(187,-718056000,2),(187,-713649600,3),(187,-36619200,5),(187,-23922000,6),(187,-3355200,5),(187,7527600,6),(187,24465600,5),(187,37767600,6),(187,55915200,5),(187,69217200,6),(187,87969600,5),(187,100666800,6),(187,118209600,5),(187,132116400,6),(187,150868800,5),(187,163566000,6),(187,182318400,5),(187,195620400,6),(187,213768000,5),(187,227070000,6),(187,245217600,5),(187,258519600,6),(187,277272000,5),(187,289969200,6),(187,308721600,5),(187,321418800,6),(187,340171200,5),(187,353473200,6),(187,371620800,5),(187,384922800,6),(187,403070400,5),(187,416372400,6),(187,434520000,5),(187,447822000,6),(187,466574400,5),(187,479271600,6),(187,498024000,5),(187,510721200,6),(187,529473600,5),(187,545194800,6),(187,560923200,5),(187,574225200,6),(187,592372800,5),(187,605674800,6),(187,624427200,5),(187,637124400,6),(187,653457600,5),(187,668574000,6),(187,687326400,5),(187,700628400,6),(187,718776000,5),(187,732078000,6),(187,750225600,5),(187,763527600,6),(187,781675200,5),(187,794977200,6),(187,813729600,5),(187,826426800,6),(187,845179200,5),(187,859690800,6),(187,876628800,5),(187,889930800,6),(187,906868800,5),(187,923194800,6),(187,939528000,5),(187,952830000,6),(187,971582400,5),(187,984279600,6),(187,1003032000,5),(187,1015729200,6),(187,1034481600,5),(187,1047178800,6),(187,1065931200,5),(187,1079233200,6),(187,1097380800,5),(187,1110682800,6),(187,1128830400,5),(187,1142132400,6),(187,1160884800,5),(187,1173582000,6),(187,1192334400,5),(187,1206846000,6),(187,1223784000,5),(187,1237086000,6),(187,1255233600,5),(187,1270350000,6),(187,1286683200,5),(187,1304823600,6),(187,1313899200,5),(187,1335668400,6),(187,1346558400,5),(187,1367118000,6),(187,1378612800,5),(187,1398567600,6),(187,1410062400,5),(187,1463281200,6),(187,1471147200,5),(187,1480820400,7),(187,2147483647,7),(188,-2147483648,2),(188,-1632067200,1),(188,-1615136400,2),(188,-923248800,1),(188,-880214400,3),(188,-769395600,4),(188,-765392400,2),(188,136368000,1),(188,152089200,2),(188,167817600,1),(188,183538800,2),(188,199267200,1),(188,215593200,2),(188,230716800,1),(188,247042800,2),(188,262771200,1),(188,278492400,2),(188,294220800,1),(188,309942000,2),(188,325670400,1),(188,341391600,2),(188,357120000,1),(188,372841200,2),(188,388569600,1),(188,404895600,2),(188,420019200,1),(188,436345200,2),(188,452073600,1),(188,467794800,2),(188,483523200,1),(188,499244400,2),(188,514972800,1),(188,530694000,2),(188,544608000,1),(188,562143600,2),(188,576057600,1),(188,594198000,2),(188,607507200,1),(188,625647600,2),(188,638956800,1),(188,657097200,2),(188,671011200,1),(188,688546800,2),(188,702460800,1),(188,719996400,2),(188,733910400,1),(188,752050800,2),(188,765360000,1),(188,783500400,2),(188,796809600,1),(188,814950000,2),(188,828864000,1),(188,846399600,2),(188,860313600,1),(188,877849200,2),(188,891763200,1),(188,909298800,2),(188,923212800,1),(188,941353200,2),(188,954662400,1),(188,972802800,2),(188,986112000,1),(188,1004252400,2),(188,1018166400,1),(188,1035702000,2),(188,1049616000,1),(188,1067151600,2),(188,1081065600,1),(188,1099206000,2),(188,1112515200,1),(188,1130655600,2),(188,1143964800,1),(188,1162105200,2),(188,1173600000,1),(188,1194159600,2),(188,1205049600,1),(188,1225609200,2),(188,1236499200,1),(188,1257058800,2),(188,1268553600,1),(188,1289113200,2),(188,1300003200,1),(188,1320562800,2),(188,1331452800,1),(188,1352012400,2),(188,1362902400,1),(188,1383462000,2),(188,1394352000,1),(188,1414911600,2),(188,1425801600,1),(188,1446361200,2),(188,1457856000,1),(188,1478415600,2),(188,1489305600,1),(188,1509865200,2),(188,1520755200,1),(188,1541314800,2),(188,1552204800,1),(188,1572764400,2),(188,1583654400,1),(188,1604214000,2),(188,1615708800,1),(188,1636268400,2),(188,1647158400,1),(188,1667718000,2),(188,1678608000,1),(188,1699167600,2),(188,1710057600,1),(188,1730617200,2),(188,1741507200,1),(188,1762066800,2),(188,1772956800,1),(188,1793516400,2),(188,1805011200,1),(188,1825570800,2),(188,1836460800,1),(188,1857020400,2),(188,1867910400,1),(188,1888470000,2),(188,1899360000,1),(188,1919919600,2),(188,1930809600,1),(188,1951369200,2),(188,1962864000,1),(188,1983423600,2),(188,1994313600,1),(188,2014873200,2),(188,2025763200,1),(188,2046322800,2),(188,2057212800,1),(188,2077772400,2),(188,2088662400,1),(188,2109222000,2),(188,2120112000,1),(188,2140671600,2),(189,-2147483648,0),(189,-410227200,2),(189,-147895200,1),(189,-131565600,2),(189,325670400,3),(189,341391600,2),(189,357120000,3),(189,372841200,2),(189,388569600,3),(189,404895600,2),(189,420019200,3),(189,436345200,2),(189,452073600,3),(189,467794800,2),(189,483523200,3),(189,499244400,2),(189,514972800,3),(189,530694000,2),(189,544608000,3),(189,562143600,2),(189,576057600,3),(189,594198000,2),(189,607507200,3),(189,625647600,2),(189,638956800,3),(189,657097200,2),(189,671011200,3),(189,688546800,2),(189,702460800,3),(189,719996400,2),(189,733910400,3),(189,752050800,2),(189,765360000,3),(189,783500400,2),(189,796809600,3),(189,814950000,2),(189,828864000,3),(189,846399600,2),(189,860313600,3),(189,877849200,2),(189,891763200,3),(189,909298800,2),(189,923212800,3),(189,941353200,2),(189,954662400,3),(189,972802800,4),(189,986112000,3),(189,1004252400,2),(189,1018166400,3),(189,1035702000,2),(189,1049616000,3),(189,1067151600,2),(189,1081065600,3),(189,1099206000,2),(189,1112515200,3),(189,1130655600,2),(189,1143964800,3),(189,1162105200,2),(189,1173600000,3),(189,1194159600,2),(189,1205049600,3),(189,1225609200,2),(189,1236499200,3),(189,1257058800,2),(189,1268553600,3),(189,1289113200,2),(189,1300003200,3),(189,1320562800,2),(189,1331452800,3),(189,1352012400,2),(189,1362902400,3),(189,1383462000,2),(189,1394352000,3),(189,1414911600,2),(189,1425801600,3),(189,1446361200,2),(189,1457856000,3),(189,1478415600,2),(189,1489305600,3),(189,1509865200,2),(189,1520755200,3),(189,1541314800,2),(189,1552204800,3),(189,1572764400,2),(189,1583654400,3),(189,1604214000,2),(189,1615708800,3),(189,1636268400,2),(189,1647158400,3),(189,1667718000,2),(189,1678608000,3),(189,1699167600,2),(189,1710057600,3),(189,1730617200,2),(189,1741507200,3),(189,1762066800,2),(189,1772956800,3),(189,1793516400,2),(189,1805011200,3),(189,1825570800,2),(189,1836460800,3),(189,1857020400,2),(189,1867910400,3),(189,1888470000,2),(189,1899360000,3),(189,1919919600,2),(189,1930809600,3),(189,1951369200,2),(189,1962864000,3),(189,1983423600,2),(189,1994313600,3),(189,2014873200,2),(189,2025763200,3),(189,2046322800,2),(189,2057212800,3),(189,2077772400,2),(189,2088662400,3),(189,2109222000,2),(189,2120112000,3),(189,2140671600,2),(190,-2147483648,0),(190,-1767217224,2),(190,-1206957600,1),(190,-1191362400,2),(190,-1175374800,1),(190,-1159826400,2),(190,-633819600,1),(190,-622069200,2),(190,-602283600,1),(190,-591832800,2),(190,-570747600,1),(190,-560210400,2),(190,-539125200,1),(190,-531352800,2),(190,-191365200,1),(190,-184197600,2),(190,-155163600,1),(190,-150069600,2),(190,-128898000,1),(190,-121125600,2),(190,-99954000,1),(190,-89589600,2),(190,-68418000,1),(190,-57967200,2),(190,499748400,1),(190,511236000,2),(190,530593200,1),(190,540266400,2),(190,562129200,1),(190,571197600,2),(190,592974000,1),(190,602042400,2),(190,624423600,1),(190,634701600,2),(190,938919600,1),(190,951616800,2),(190,970974000,1),(190,971575200,2),(190,1003028400,1),(190,1013911200,2),(190,2147483647,2),(191,-2147483648,0),(191,-2030202084,2),(191,-1632063600,1),(191,-1615132800,2),(191,-1251651600,1),(191,-1238349600,2),(191,-1220202000,1),(191,-1206900000,2),(191,-1188752400,1),(191,-1175450400,2),(191,-1156698000,1),(191,-1144000800,2),(191,-1125248400,1),(191,-1111946400,2),(191,-1032714000,1),(191,-1016992800,2),(191,-1001264400,1),(191,-986148000,2),(191,-969814800,1),(191,-954093600,2),(191,-937760400,1),(191,-922039200,2),(191,-906310800,1),(191,-890589600,2),(191,-880210800,3),(191,-769395600,4),(191,-765388800,2),(191,-748450800,1),(191,-732729600,2),(191,-715791600,1),(191,-702489600,2),(191,-684342000,1),(191,-671040000,2),(191,-652892400,1),(191,-639590400,2),(191,-620838000,1),(191,-608140800,2),(191,-589388400,1),(191,-576086400,2),(191,-557938800,1),(191,-544636800,2),(191,-526489200,1),(191,-513187200,2),(191,-495039600,1),(191,-481737600,2),(191,-463590000,1),(191,-450288000,2),(191,-431535600,1),(191,-418233600,2),(191,-400086000,1),(191,-386784000,2),(191,-337186800,1),(191,-321465600,2),(191,-305737200,5),(192,-2147483648,0),(192,-704937600,2),(192,-147895200,1),(192,-131565600,2),(192,325670400,3),(192,341391600,2),(192,357120000,3),(192,372841200,2),(192,388569600,3),(192,404895600,2),(192,420019200,3),(192,436345200,2),(192,452073600,3),(192,467794800,2),(192,483523200,3),(192,499244400,2),(192,514972800,3),(192,530694000,2),(192,544608000,3),(192,562143600,2),(192,576057600,3),(192,594198000,2),(192,607507200,3),(192,625647600,2),(192,638956800,3),(192,657097200,2),(192,671011200,3),(192,688546800,2),(192,702460800,3),(192,719996400,2),(192,733910400,3),(192,752050800,2),(192,765360000,3),(192,783500400,2),(192,796809600,3),(192,814950000,2),(192,828864000,3),(192,846399600,2),(192,860313600,3),(192,877849200,2),(192,891763200,3),(192,909298800,2),(192,923212800,3),(192,941353200,2),(192,954662400,3),(192,972802800,4),(192,986112000,3),(192,1004252400,2),(192,1018166400,3),(192,1035702000,2),(192,1049616000,3),(192,1067151600,2),(192,1081065600,3),(192,1099206000,2),(192,1112515200,3),(192,1130655600,2),(192,1143964800,3),(192,1162105200,4),(192,1173600000,3),(192,1194159600,2),(192,1205049600,3),(192,1225609200,2),(192,1236499200,3),(192,1257058800,2),(192,1268553600,3),(192,1289113200,2),(192,1300003200,3),(192,1320562800,2),(192,1331452800,3),(192,1352012400,2),(192,1362902400,3),(192,1383462000,2),(192,1394352000,3),(192,1414911600,2),(192,1425801600,3),(192,1446361200,2),(192,1457856000,3),(192,1478415600,2),(192,1489305600,3),(192,1509865200,2),(192,1520755200,3),(192,1541314800,2),(192,1552204800,3),(192,1572764400,2),(192,1583654400,3),(192,1604214000,2),(192,1615708800,3),(192,1636268400,2),(192,1647158400,3),(192,1667718000,2),(192,1678608000,3),(192,1699167600,2),(192,1710057600,3),(192,1730617200,2),(192,1741507200,3),(192,1762066800,2),(192,1772956800,3),(192,1793516400,2),(192,1805011200,3),(192,1825570800,2),(192,1836460800,3),(192,1857020400,2),(192,1867910400,3),(192,1888470000,2),(192,1899360000,3),(192,1919919600,2),(192,1930809600,3),(192,1951369200,2),(192,1962864000,3),(192,1983423600,2),(192,1994313600,3),(192,2014873200,2),(192,2025763200,3),(192,2046322800,2),(192,2057212800,3),(192,2077772400,2),(192,2088662400,3),(192,2109222000,2),(192,2120112000,3),(192,2140671600,2),(193,-2147483648,0),(193,-1767209328,2),(193,-1206950400,1),(193,-1191355200,2),(193,-1175367600,1),(193,-1159819200,2),(193,-633812400,1),(193,-622062000,2),(193,-602276400,1),(193,-591825600,2),(193,-570740400,1),(193,-560203200,2),(193,-539118000,1),(193,-531345600,2),(193,-191358000,1),(193,-184190400,2),(193,-155156400,1),(193,-150062400,2),(193,-128890800,1),(193,-121118400,2),(193,-99946800,1),(193,-89582400,2),(193,-68410800,1),(193,-57960000,2),(193,499755600,1),(193,511243200,2),(193,530600400,1),(193,540273600,2),(193,562136400,1),(193,571204800,2),(193,1214283600,3),(193,1384056000,2),(193,2147483647,2),(194,-2147483648,1),(194,-1567453392,2),(194,-1233432000,3),(194,-1222981200,2),(194,-1205956800,3),(194,-1194037200,2),(194,-1172865600,3),(194,-1162501200,2),(194,-1141329600,3),(194,-1130965200,2),(194,-1109793600,3),(194,-1099429200,2),(194,-1078257600,3),(194,-1067806800,2),(194,-1046635200,3),(194,-1036270800,2),(194,-1015099200,3),(194,-1004734800,2),(194,-983563200,3),(194,-973198800,2),(194,-952027200,3),(194,-941576400,2),(194,-931032000,3),(194,-900882000,2),(194,-890337600,3),(194,-833749200,2),(194,-827265600,3),(194,-752274000,2),(194,-733780800,3),(194,-197326800,2),(194,-190843200,3),(194,-184194000,2),(194,-164491200,3),(194,-152658000,2),(194,-132955200,3),(194,-121122000,2),(194,-101419200,3),(194,-86821200,2),(194,-71092800,3),(194,-54766800,2),(194,-39038400,3),(194,-23317200,2),(194,-7588800,5),(194,128142000,4),(194,136605600,5),(194,596948400,4),(194,605066400,5),(194,624423600,4),(194,636516000,5),(194,656478000,4),(194,667965600,2),(194,687931200,4),(194,699415200,5),(194,719377200,4),(194,731469600,5),(194,938919600,3),(194,952052400,5),(194,1198983600,4),(194,1205632800,5),(194,1224385200,4),(194,1237082400,5),(194,2147483647,5),(195,-2147483648,0),(195,-1514736000,1),(195,-1451667600,2),(195,-1343062800,1),(195,-1234803600,2),(195,-1222963200,3),(195,-1207242000,2),(195,-873820800,4),(195,-769395600,5),(195,-761677200,2),(195,-686073600,3),(195,-661539600,2),(195,-495039600,3),(195,-481734000,2),(195,-463590000,3),(195,-450284400,2),(195,-431535600,3),(195,-418230000,2),(195,-400086000,3),(195,-386780400,2),(195,-368636400,3),(195,-355330800,2),(195,-337186800,3),(195,-323881200,2),(195,-305737200,3),(195,-292431600,2),(195,199274400,3),(195,215600400,2),(195,230724000,3),(195,247050000,2),(195,262778400,3),(195,278499600,2),(195,294228000,3),(195,309949200,2),(195,325677600,3),(195,341398800,2),(195,357127200,3),(195,372848400,2),(195,388576800,3),(195,404902800,2),(195,420026400,3),(195,436352400,2),(195,452080800,3),(195,467802000,2),(195,483530400,3),(195,499251600,2),(195,514980000,3),(195,530701200,2),(195,544615200,3),(195,562150800,2),(195,576064800,3),(195,594205200,2),(195,607514400,3),(195,625654800,2),(195,638964000,3),(195,657104400,2),(195,671018400,3),(195,688554000,2),(195,702468000,3),(195,720003600,2),(195,733917600,3),(195,752058000,2),(195,765367200,3),(195,783507600,2),(195,796816800,3),(195,814957200,2),(195,828871200,3),(195,846406800,2),(195,860320800,3),(195,877856400,2),(195,891770400,3),(195,909306000,2),(195,923220000,3),(195,941360400,2),(195,954669600,3),(195,972810000,2),(195,986119200,3),(195,1004259600,2),(195,1018173600,3),(195,1035709200,2),(195,1049623200,3),(195,1067158800,2),(195,1081072800,3),(195,1099213200,2),(195,1112522400,3),(195,1130662800,2),(195,1143972000,3),(195,1162112400,2),(195,1175421600,3),(195,1193562000,2),(195,1207476000,3),(195,1225011600,2),(195,1238925600,3),(195,1256461200,2),(195,1268560800,3),(195,1289120400,2),(195,1300010400,3),(195,1320570000,2),(195,1331460000,3),(195,1352019600,2),(195,1362909600,3),(195,1383469200,2),(195,1394359200,3),(195,1414918800,2),(195,1425808800,3),(195,1446368400,2),(195,1457863200,3),(195,1478422800,2),(195,1489312800,3),(195,1509872400,2),(195,1520762400,3),(195,1541322000,2),(195,1552212000,3),(195,1572771600,2),(195,1583661600,3),(195,1604221200,2),(195,1615716000,3),(195,1636275600,2),(195,1647165600,3),(195,1667725200,2),(195,1678615200,3),(195,1699174800,2),(195,1710064800,3),(195,1730624400,2),(195,1741514400,3),(195,1762074000,2),(195,1772964000,3),(195,1793523600,2),(195,1805018400,3),(195,1825578000,2),(195,1836468000,3),(195,1857027600,2),(195,1867917600,3),(195,1888477200,2),(195,1899367200,3),(195,1919926800,2),(195,1930816800,3),(195,1951376400,2),(195,1962871200,3),(195,1983430800,2),(195,1994320800,3),(195,2014880400,2),(195,2025770400,3),(195,2046330000,2),(195,2057220000,3),(195,2077779600,2),(195,2088669600,3),(195,2109229200,2),(195,2120119200,3),(195,2140678800,2),(196,-2147483648,0),(196,-1767212472,2),(196,-1206954000,1),(196,-1191358800,2),(196,-1175371200,1),(196,-1159822800,2),(196,-633816000,1),(196,-622065600,2),(196,-602280000,1),(196,-591829200,2),(196,-570744000,1),(196,-560206800,2),(196,-539121600,1),(196,-531349200,2),(196,-191361600,1),(196,-184194000,2),(196,-155160000,1),(196,-150066000,2),(196,-128894400,1),(196,-121122000,2),(196,-99950400,1),(196,-89586000,2),(196,-68414400,1),(196,-57963600,2),(196,499752000,1),(196,511239600,2),(196,530596800,1),(196,540270000,2),(196,562132800,1),(196,571201200,2),(196,1214280000,3),(196,2147483647,3),(197,-2147483648,1),(197,-1892661434,2),(197,-1688410800,1),(197,-1619205434,3),(197,-1593806400,1),(197,-1335986234,4),(197,-1317585600,2),(197,-1304362800,4),(197,-1286049600,2),(197,-1272826800,4),(197,-1254513600,2),(197,-1241290800,4),(197,-1222977600,2),(197,-1209754800,4),(197,-1191355200,2),(197,-1178132400,3),(197,-870552000,2),(197,-865278000,3),(197,-740520000,5),(197,-736376400,3),(197,-718056000,2),(197,-713649600,3),(197,-36619200,6),(197,-23922000,7),(197,-3355200,6),(197,7527600,7),(197,24465600,6),(197,37767600,7),(197,55915200,6),(197,69217200,7),(197,87969600,6),(197,100666800,7),(197,118209600,6),(197,132116400,7),(197,150868800,6),(197,163566000,7),(197,182318400,6),(197,195620400,7),(197,213768000,6),(197,227070000,7),(197,245217600,6),(197,258519600,7),(197,277272000,6),(197,289969200,7),(197,308721600,6),(197,321418800,7),(197,340171200,6),(197,353473200,7),(197,371620800,6),(197,384922800,7),(197,403070400,6),(197,416372400,7),(197,434520000,6),(197,447822000,7),(197,466574400,6),(197,479271600,7),(197,498024000,6),(197,510721200,7),(197,529473600,6),(197,545194800,7),(197,560923200,6),(197,574225200,7),(197,592372800,6),(197,605674800,7),(197,624427200,6),(197,637124400,7),(197,653457600,6),(197,668574000,7),(197,687326400,6),(197,700628400,7),(197,718776000,6),(197,732078000,7),(197,750225600,6),(197,763527600,7),(197,781675200,6),(197,794977200,7),(197,813729600,6),(197,826426800,7),(197,845179200,6),(197,859690800,7),(197,876628800,6),(197,889930800,7),(197,906868800,6),(197,923194800,7),(197,939528000,6),(197,952830000,7),(197,971582400,6),(197,984279600,7),(197,1003032000,6),(197,1015729200,7),(197,1034481600,6),(197,1047178800,7),(197,1065931200,6),(197,1079233200,7),(197,1097380800,6),(197,1110682800,7),(197,1128830400,6),(197,1142132400,7),(197,1160884800,6),(197,1173582000,7),(197,1192334400,6),(197,1206846000,7),(197,1223784000,6),(197,1237086000,7),(197,1255233600,6),(197,1270350000,7),(197,1286683200,6),(197,1304823600,7),(197,1313899200,6),(197,1335668400,7),(197,1346558400,6),(197,1367118000,7),(197,1378612800,6),(197,1398567600,7),(197,1410062400,6),(197,1463281200,7),(197,1471147200,6),(197,1494730800,7),(197,1502596800,6),(197,1526180400,7),(197,1534046400,6),(197,1554606000,7),(197,1567915200,6),(197,1586055600,7),(197,1599364800,6),(197,1617505200,7),(197,1630814400,6),(197,1648954800,7),(197,1662264000,6),(197,1680404400,7),(197,1693713600,6),(197,1712458800,7),(197,1725768000,6),(197,1743908400,7),(197,1757217600,6),(197,1775358000,7),(197,1788667200,6),(197,1806807600,7),(197,1820116800,6),(197,1838257200,7),(197,1851566400,6),(197,1870311600,7),(197,1883016000,6),(197,1901761200,7),(197,1915070400,6),(197,1933210800,7),(197,1946520000,6),(197,1964660400,7),(197,1977969600,6),(197,1996110000,7),(197,2009419200,6),(197,2027559600,7),(197,2040868800,6),(197,2059614000,7),(197,2072318400,6),(197,2091063600,7),(197,2104372800,6),(197,2122513200,7),(197,2135822400,6),(197,2147483647,6),(198,-2147483648,1),(198,-1159773600,3),(198,-100119600,2),(198,-89668800,3),(198,-5770800,4),(198,4422600,3),(198,25678800,4),(198,33193800,3),(198,57733200,4),(198,64816200,3),(198,89182800,4),(198,96438600,3),(198,120632400,4),(198,127974600,3),(198,152082000,5),(198,972799200,3),(198,975823200,5),(199,-2147483648,0),(199,-1767214412,2),(199,-1206957600,1),(199,-1191362400,2),(199,-1175374800,1),(199,-1159826400,2),(199,-633819600,1),(199,-622069200,2),(199,-602283600,1),(199,-591832800,2),(199,-570747600,1),(199,-560210400,2),(199,-539125200,1),(199,-531352800,2),(199,-195426000,1),(199,-184197600,2),(199,-155163600,1),(199,-150069600,2),(199,-128898000,1),(199,-121125600,2),(199,-99954000,1),(199,-89589600,2),(199,-68418000,1),(199,-57967200,2),(199,499748400,1),(199,511236000,2),(199,530593200,1),(199,540266400,2),(199,562129200,1),(199,571197600,2),(199,592974000,1),(199,602042400,2),(199,624423600,1),(199,634701600,2),(199,656478000,1),(199,666756000,2),(199,687927600,1),(199,697600800,2),(199,719982000,1),(199,728445600,2),(199,750826800,1),(199,761709600,2),(199,782276400,1),(199,793159200,2),(199,813726000,1),(199,824004000,2),(199,844570800,1),(199,856058400,2),(199,876106800,1),(199,888717600,2),(199,908074800,1),(199,919562400,2),(199,938919600,1),(199,951616800,2),(199,970974000,1),(199,982461600,2),(199,1003028400,1),(199,1013911200,2),(199,1036292400,1),(199,1045360800,2),(199,1066532400,1),(199,1076810400,2),(199,1099364400,1),(199,1108864800,2),(199,1129431600,1),(199,1140314400,2),(199,1162695600,1),(199,1172368800,2),(199,1192330800,1),(199,1203213600,2),(199,1224385200,1),(199,1234663200,2),(199,1255834800,1),(199,1266717600,2),(199,1287284400,1),(199,1298167200,2),(199,1318734000,1),(199,1330221600,2),(199,1350788400,1),(199,1361066400,2),(199,1382238000,1),(199,1392516000,2),(199,1413687600,1),(199,1424570400,2),(199,1445137200,1),(199,1456020000,2),(199,1476586800,1),(199,1487469600,2),(199,1508036400,1),(199,1518919200,2),(199,1541300400,1),(199,1550368800,2),(199,2147483647,2),(200,-2147483648,0),(200,-1686090728,1),(200,323841600,2),(200,338961600,3),(200,354679200,6),(200,370400400,4),(200,386125200,5),(200,401850000,4),(200,417574800,5),(200,433299600,4),(200,449024400,5),(200,465354000,4),(200,481078800,5),(200,496803600,4),(200,512528400,5),(200,528253200,4),(200,543978000,5),(200,559702800,4),(200,575427600,5),(200,591152400,4),(200,606877200,5),(200,622602000,4),(200,638326800,5),(200,654656400,4),(200,670381200,5),(200,686106000,4),(200,701830800,5),(200,717555600,4),(200,733280400,5),(200,749005200,4),(200,764730000,5),(200,780454800,4),(200,796179600,5),(200,811904400,4),(200,828234000,5),(200,846378000,4),(200,859683600,5),(200,877827600,4),(200,891133200,5),(200,909277200,4),(200,922582800,5),(200,941331600,4),(200,954032400,5),(200,972781200,4),(200,985482000,5),(200,1004230800,4),(200,1017536400,5),(200,1035680400,4),(200,1048986000,5),(200,1067130000,4),(200,1080435600,5),(200,1099184400,4),(200,1111885200,5),(200,1130634000,4),(200,1143334800,5),(200,1162083600,4),(200,1174784400,5),(200,1193533200,4),(200,1206838800,5),(200,1224982800,4),(200,1238288400,5),(200,1256432400,4),(200,1269738000,5),(200,1288486800,4),(200,1301187600,5),(200,1319936400,4),(200,1332637200,5),(200,1351386000,4),(200,1364691600,5),(200,1382835600,4),(200,1396141200,5),(200,1414285200,4),(200,1427590800,5),(200,1445734800,4),(200,1459040400,5),(200,1477789200,4),(200,1490490000,5),(200,1509238800,4),(200,1521939600,5),(200,1540688400,4),(200,1553994000,5),(200,1572138000,4),(200,1585443600,5),(200,1603587600,4),(200,1616893200,5),(200,1635642000,4),(200,1648342800,5),(200,1667091600,4),(200,1679792400,5),(200,1698541200,4),(200,1711846800,5),(200,1729990800,4),(200,1743296400,5),(200,1761440400,4),(200,1774746000,5),(200,1792890000,4),(200,1806195600,5),(200,1824944400,4),(200,1837645200,5),(200,1856394000,4),(200,1869094800,5),(200,1887843600,4),(200,1901149200,5),(200,1919293200,4),(200,1932598800,5),(200,1950742800,4),(200,1964048400,5),(200,1982797200,4),(200,1995498000,5),(200,2014246800,4),(200,2026947600,5),(200,2045696400,4),(200,2058397200,5),(200,2077146000,4),(200,2090451600,5),(200,2108595600,4),(200,2121901200,5),(200,2140045200,4),(200,2147483647,4),(201,-2147483648,2),(201,-1633273200,1),(201,-1615132800,2),(201,-1601823600,1),(201,-1583683200,2),(201,-1570374000,1),(201,-1551628800,2),(201,-1538924400,1),(201,-1534089600,2),(201,-880210800,3),(201,-769395600,4),(201,-765388800,2),(201,-147884400,1),(201,-131558400,2),(201,-116434800,1),(201,-100108800,2),(201,-84380400,1),(201,-68659200,2),(201,-52930800,1),(201,-37209600,2),(201,-21481200,1),(201,-5760000,2),(201,9968400,1),(201,25689600,2),(201,41418000,1),(201,57744000,2),(201,73472400,1),(201,89193600,2),(201,104922000,1),(201,120643200,2),(201,126694800,1),(201,152092800,2),(201,162378000,1),(201,183542400,2),(201,199270800,1),(201,215596800,2),(201,230720400,1),(201,247046400,2),(201,262774800,1),(201,278496000,2),(201,294224400,1),(201,309945600,2),(201,325674000,1),(201,341395200,2),(201,357123600,1),(201,372844800,2),(201,388573200,1),(201,404899200,2),(201,420022800,1),(201,436348800,2),(201,452077200,1),(201,467798400,2),(201,483526800,1),(201,499248000,2),(201,514976400,1),(201,530697600,2),(201,544611600,1),(201,562147200,2),(201,576061200,1),(201,594201600,2),(201,607510800,1),(201,625651200,2),(201,638960400,1),(201,657100800,2),(201,671014800,1),(201,688550400,2),(201,702464400,1),(201,720000000,2),(201,733914000,1),(201,752054400,2),(201,765363600,1),(201,783504000,2),(201,796813200,1),(201,814953600,2),(201,828867600,1),(201,846403200,2),(201,860317200,1),(201,877852800,2),(201,891766800,1),(201,909302400,2),(201,923216400,1),(201,941356800,2),(201,954666000,1),(201,972806400,2),(201,986115600,1),(201,1004256000,2),(201,1018170000,1),(201,1035705600,2),(201,1049619600,1),(201,1067155200,2),(201,1081069200,1),(201,1099209600,2),(201,1112518800,1),(201,1130659200,2),(201,1143968400,1),(201,1162108800,2),(201,1173603600,1),(201,1194163200,2),(201,1205053200,1),(201,1225612800,2),(201,1236502800,1),(201,1257062400,2),(201,1268557200,1),(201,1289116800,2),(201,1300006800,1),(201,1320566400,2),(201,1331456400,1),(201,1352016000,2),(201,1362906000,1),(201,1383465600,2),(201,1394355600,1),(201,1414915200,2),(201,1425805200,1),(201,1446364800,2),(201,1457859600,1),(201,1478419200,2),(201,1489309200,1),(201,1509868800,2),(201,1520758800,1),(201,1541318400,2),(201,1552208400,1),(201,1572768000,2),(201,1583658000,1),(201,1604217600,2),(201,1615712400,1),(201,1636272000,2),(201,1647162000,1),(201,1667721600,2),(201,1678611600,1),(201,1699171200,2),(201,1710061200,1),(201,1730620800,2),(201,1741510800,1),(201,1762070400,2),(201,1772960400,1),(201,1793520000,2),(201,1805014800,1),(201,1825574400,2),(201,1836464400,1),(201,1857024000,2),(201,1867914000,1),(201,1888473600,2),(201,1899363600,1),(201,1919923200,2),(201,1930813200,1),(201,1951372800,2),(201,1962867600,1),(201,1983427200,2),(201,1994317200,1),(201,2014876800,2),(201,2025766800,1),(201,2046326400,2),(201,2057216400,1),(201,2077776000,2),(201,2088666000,1),(201,2109225600,2),(201,2120115600,1),(201,2140675200,2),(202,-2147483648,1),(202,-880207200,2),(202,-769395600,3),(202,-765385200,1),(202,-21477600,4),(202,-5756400,1),(202,9972000,4),(202,25693200,1),(202,41421600,4),(202,57747600,1),(202,73476000,4),(202,89197200,1),(202,104925600,4),(202,120646800,1),(202,126698400,4),(202,152096400,1),(202,162381600,4),(202,183546000,1),(202,199274400,4),(202,215600400,1),(202,230724000,4),(202,247050000,1),(202,262778400,4),(202,278499600,1),(202,294228000,4),(202,309949200,1),(202,325677600,4),(202,341398800,1),(202,357127200,4),(202,372848400,1),(202,388576800,4),(202,404902800,1),(202,420026400,4),(202,436352400,5),(202,439030800,7),(202,452084400,6),(202,467805600,7),(202,483534000,6),(202,499255200,7),(202,514983600,6),(202,530704800,7),(202,544618800,6),(202,562154400,7),(202,576068400,6),(202,594208800,7),(202,607518000,6),(202,625658400,7),(202,638967600,6),(202,657108000,7),(202,671022000,6),(202,688557600,7),(202,702471600,6),(202,720007200,7),(202,733921200,6),(202,752061600,7),(202,765370800,6),(202,783511200,7),(202,796820400,6),(202,814960800,7),(202,828874800,6),(202,846410400,7),(202,860324400,6),(202,877860000,7),(202,891774000,6),(202,909309600,7),(202,923223600,6),(202,941364000,7),(202,954673200,6),(202,972813600,7),(202,986122800,6),(202,1004263200,7),(202,1018177200,6),(202,1035712800,7),(202,1049626800,6),(202,1067162400,7),(202,1081076400,6),(202,1099216800,7),(202,1112526000,6),(202,1130666400,7),(202,1143975600,6),(202,1162116000,7),(202,1173610800,6),(202,1194170400,7),(202,1205060400,6),(202,1225620000,7),(202,1236510000,6),(202,1257069600,7),(202,1268564400,6),(202,1289124000,7),(202,1300014000,6),(202,1320573600,7),(202,1331463600,6),(202,1352023200,7),(202,1362913200,6),(202,1383472800,7),(202,1394362800,6),(202,1414922400,7),(202,1425812400,6),(202,1446372000,7),(202,1457866800,6),(202,1478426400,7),(202,1489316400,6),(202,1509876000,7),(202,1520766000,6),(202,1541325600,7),(202,1552215600,6),(202,1572775200,7),(202,1583665200,6),(202,1604224800,7),(202,1615719600,6),(202,1636279200,7),(202,1647169200,6),(202,1667728800,7),(202,1678618800,6),(202,1699178400,7),(202,1710068400,6),(202,1730628000,7),(202,1741518000,6),(202,1762077600,7),(202,1772967600,6),(202,1793527200,7),(202,1805022000,6),(202,1825581600,7),(202,1836471600,6),(202,1857031200,7),(202,1867921200,6),(202,1888480800,7),(202,1899370800,6),(202,1919930400,7),(202,1930820400,6),(202,1951380000,7),(202,1962874800,6),(202,1983434400,7),(202,1994324400,6),(202,2014884000,7),(202,2025774000,6),(202,2046333600,7),(202,2057223600,6),(202,2077783200,7),(202,2088673200,6),(202,2109232800,7),(202,2120122800,6),(202,2140682400,7),(203,-2147483648,0),(203,-1825098836,1),(204,-2147483648,2),(204,-1664130548,1),(204,-1650137348,2),(204,-1632076148,1),(204,-1615145348,2),(204,-1598650148,1),(204,-1590100148,2),(204,-1567286948,1),(204,-1551565748,2),(204,-1535837348,1),(204,-1520116148,2),(204,-1503782948,1),(204,-1488666548,2),(204,-1472333348,1),(204,-1457216948,2),(204,-1440883748,1),(204,-1425767348,2),(204,-1409434148,1),(204,-1394317748,2),(204,-1377984548,1),(204,-1362263348,2),(204,-1346534948,1),(204,-1330813748,2),(204,-1314480548,1),(204,-1299364148,2),(204,-1283030948,1),(204,-1267914548,2),(204,-1251581348,1),(204,-1236464948,2),(204,-1220131748,1),(204,-1205015348,2),(204,-1188682148,1),(204,-1172960948,2),(204,-1156627748,1),(204,-1141511348,2),(204,-1125178148,1),(204,-1110061748,2),(204,-1096921748,4),(204,-1093728600,3),(204,-1078612200,4),(204,-1061670600,3),(204,-1048973400,4),(204,-1030221000,3),(204,-1017523800,4),(204,-998771400,3),(204,-986074200,4),(204,-966717000,3),(204,-954624600,4),(204,-935267400,3),(204,-922570200,4),(204,-903817800,3),(204,-891120600,4),(204,-872368200,6),(204,-769395600,5),(204,-765401400,4),(204,-746044200,3),(204,-733347000,4),(204,-714594600,3),(204,-701897400,4),(204,-683145000,3),(204,-670447800,4),(204,-651695400,3),(204,-638998200,4),(204,-619641000,3),(204,-606943800,4),(204,-589401000,3),(204,-576099000,4),(204,-557951400,3),(204,-544649400,4),(204,-526501800,3),(204,-513199800,4),(204,-495052200,3),(204,-481750200,4),(204,-463602600,3),(204,-450300600,4),(204,-431548200,3),(204,-418246200,4),(204,-400098600,3),(204,-386796600,4),(204,-368649000,3),(204,-355347000,4),(204,-337199400,3),(204,-323897400,4),(204,-305749800,3),(204,-289423800,4),(204,-273695400,3),(204,-257974200,4),(204,-242245800,3),(204,-226524600,4),(204,-210796200,3),(204,-195075000,4),(204,-179346600,3),(204,-163625400,4),(204,-147897000,3),(204,-131571000,4),(204,-116447400,3),(204,-100121400,4),(204,-84393000,3),(204,-68671800,4),(204,-52943400,3),(204,-37222200,4),(204,-21493800,3),(204,-5772600,4),(204,9955800,3),(204,25677000,4),(204,41405400,3),(204,57731400,4),(204,73459800,3),(204,89181000,4),(204,104909400,3),(204,120630600,4),(204,136359000,3),(204,152080200,4),(204,167808600,3),(204,183529800,4),(204,199258200,3),(204,215584200,4),(204,230707800,3),(204,247033800,4),(204,262762200,3),(204,278483400,4),(204,294211800,3),(204,309933000,4),(204,325661400,3),(204,341382600,4),(204,357111000,3),(204,372832200,4),(204,388560600,3),(204,404886600,4),(204,420010200,3),(204,436336200,4),(204,452064600,3),(204,467785800,4),(204,483514200,3),(204,499235400,4),(204,514963800,3),(204,530685000,4),(204,544591860,3),(204,562127460,4),(204,576041460,7),(204,594178260,4),(204,607491060,3),(204,625631460,4),(204,638940660,3),(204,657081060,4),(204,670995060,3),(204,688530660,4),(204,702444660,3),(204,719980260,4),(204,733894260,3),(204,752034660,4),(204,765343860,3),(204,783484260,4),(204,796793460,3),(204,814933860,4),(204,828847860,3),(204,846383460,4),(204,860297460,3),(204,877833060,4),(204,891747060,3),(204,909282660,4),(204,923196660,3),(204,941337060,4),(204,954646260,3),(204,972786660,4),(204,986095860,3),(204,1004236260,4),(204,1018150260,3),(204,1035685860,4),(204,1049599860,3),(204,1067135460,4),(204,1081049460,3),(204,1099189860,4),(204,1112499060,3),(204,1130639460,4),(204,1143948660,3),(204,1162089060,4),(204,1173583860,3),(204,1194143460,4),(204,1205033460,3),(204,1225593060,4),(204,1236483060,3),(204,1257042660,4),(204,1268537460,3),(204,1289097060,4),(204,1299987060,3),(204,1320553800,4),(204,1331443800,3),(204,1352003400,4),(204,1362893400,3),(204,1383453000,4),(204,1394343000,3),(204,1414902600,4),(204,1425792600,3),(204,1446352200,4),(204,1457847000,3),(204,1478406600,4),(204,1489296600,3),(204,1509856200,4),(204,1520746200,3),(204,1541305800,4),(204,1552195800,3),(204,1572755400,4),(204,1583645400,3),(204,1604205000,4),(204,1615699800,3),(204,1636259400,4),(204,1647149400,3),(204,1667709000,4),(204,1678599000,3),(204,1699158600,4),(204,1710048600,3),(204,1730608200,4),(204,1741498200,3),(204,1762057800,4),(204,1772947800,3),(204,1793507400,4),(204,1805002200,3),(204,1825561800,4),(204,1836451800,3),(204,1857011400,4),(204,1867901400,3),(204,1888461000,4),(204,1899351000,3),(204,1919910600,4),(204,1930800600,3),(204,1951360200,4),(204,1962855000,3),(204,1983414600,4),(204,1994304600,3),(204,2014864200,4),(204,2025754200,3),(204,2046313800,4),(204,2057203800,3),(204,2077763400,4),(204,2088653400,3),(204,2109213000,4),(204,2120103000,3),(204,2140662600,4),(205,-2147483648,0),(205,-1825098836,1),(206,-2147483648,0),(206,-1825098836,1),(207,-2147483648,0),(207,-1825098836,1),(208,-2147483648,0),(208,-1825098836,1),(209,-2147483648,0),(209,-2030201320,2),(209,-1632063600,1),(209,-1615132800,2),(209,-880210800,3),(209,-769395600,4),(209,-765388800,2),(209,-747241200,1),(209,-732729600,2),(209,-715791600,1),(209,-702489600,2),(209,-684342000,1),(209,-671040000,2),(209,-652892400,1),(209,-639590400,2),(209,-400086000,1),(209,-384364800,2),(209,-337186800,1),(209,-321465600,2),(209,-305737200,1),(209,-292435200,2),(209,-273682800,1),(209,-260985600,2),(209,73472400,5),(210,-2147483648,0),(210,-1538503868,2),(210,547020000,1),(210,559717200,2),(210,578469600,1),(210,591166800,2),(210,1146981600,1),(210,1154926800,2),(211,-2147483648,0),(211,-1686079492,2),(211,670399200,1),(211,686120400,2),(211,701848800,1),(211,717570000,2),(211,733903200,1),(211,752043600,2),(211,765352800,1),(211,783493200,2),(211,796802400,1),(211,814942800,2),(211,828856800,1),(211,846392400,2),(211,860306400,1),(211,877842000,2),(211,891756000,1),(211,909291600,2),(211,923205600,1),(211,941346000,2),(211,954655200,1),(211,972795600,2),(211,986104800,1),(211,1004245200,2),(211,1018159200,1),(211,1035694800,2),(211,1049608800,1),(211,1067144400,2),(211,1081058400,1),(211,1099198800,2),(211,1112508000,1),(211,1130648400,2),(211,1143957600,1),(211,1162098000,2),(211,1173592800,1),(211,1194152400,2),(211,1205042400,1),(211,1225602000,2),(211,1236492000,1),(211,1257051600,2),(211,1268546400,1),(211,1289106000,2),(211,1299996000,1),(211,1320555600,2),(211,1331445600,1),(211,1352005200,2),(211,1362895200,1),(211,1383454800,2),(211,1394344800,1),(211,1414904400,2),(211,1425794400,1),(211,1446354000,2),(211,1457848800,1),(211,1478408400,2),(211,1489298400,1),(211,1509858000,2),(211,1520748000,1),(211,1541307600,2),(211,1552197600,1),(211,1572757200,2),(211,1583647200,1),(211,1604206800,2),(211,1615701600,1),(211,1636261200,2),(211,1647151200,1),(211,1667710800,2),(211,1678600800,1),(211,1699160400,2),(211,1710050400,1),(211,1730610000,2),(211,1741500000,1),(211,1762059600,2),(211,1772949600,1),(211,1793509200,2),(211,1805004000,1),(211,1825563600,2),(211,1836453600,1),(211,1857013200,2),(211,1867903200,1),(211,1888462800,2),(211,1899352800,1),(211,1919912400,2),(211,1930802400,1),(211,1951362000,2),(211,1962856800,1),(211,1983416400,2),(211,1994306400,1),(211,2014866000,2),(211,2025756000,1),(211,2046315600,2),(211,2057205600,1),(211,2077765200,2),(211,2088655200,1),(211,2109214800,2),(211,2120104800,1),(211,2140664400,2),(212,-2147483648,1),(212,-1893434400,2),(212,-880218000,3),(212,-769395600,4),(212,-765396000,2),(212,9961200,5),(212,25682400,2),(212,41410800,5),(212,57736800,2),(212,73465200,5),(212,89186400,2),(212,136364400,5),(212,152085600,2),(212,167814000,5),(212,183535200,2),(212,199263600,5),(212,215589600,2),(212,230713200,5),(212,247039200,2),(212,262767600,5),(212,278488800,2),(212,294217200,5),(212,309938400,2),(212,325666800,5),(212,341388000,2),(212,357116400,5),(212,372837600,2),(212,388566000,5),(212,404892000,2),(212,420015600,5),(212,436341600,2),(212,452070000,5),(212,467791200,2),(212,483519600,5),(212,499240800,2),(212,514969200,5),(212,530690400,2),(212,544604400,5),(212,562140000,2),(212,576054000,5),(212,594194400,2),(212,607503600,5),(212,625644000,2),(212,638953200,5),(212,657093600,2),(212,671007600,5),(212,688543200,2),(212,702457200,5),(212,719992800,2),(212,733906800,5),(212,752047200,2),(212,765356400,5),(212,783496800,2),(212,796806000,5),(212,814946400,2),(212,828860400,5),(212,846396000,2),(212,860310000,5),(212,877845600,2),(212,891759600,5),(212,909295200,2),(212,923209200,5),(212,941349600,2),(212,954658800,5),(212,972799200,2),(212,986108400,5),(212,1004248800,2),(212,1018162800,5),(212,1035698400,2),(212,1049612400,5),(212,1067148000,2),(212,1081062000,5),(212,1099202400,2),(212,1112511600,5),(212,1130652000,2),(212,1143961200,5),(212,1162101600,2),(212,1173596400,5),(212,1194156000,2),(212,1205046000,5),(212,1225605600,2),(212,1236495600,5),(212,1257055200,2),(212,1268550000,5),(212,1289109600,2),(212,1299999600,5),(212,1320559200,2),(212,1331449200,5),(212,1352008800,2),(212,1362898800,5),(212,1383458400,2),(212,1394348400,5),(212,1414908000,2),(212,1425798000,5),(212,1446357600,2),(212,1457852400,5),(212,1478412000,2),(212,1489302000,5),(212,1509861600,2),(212,1520751600,5),(212,1541311200,2),(212,1552201200,5),(212,1572760800,2),(212,1583650800,5),(212,1604210400,2),(212,1615705200,5),(212,1636264800,2),(212,1647154800,5),(212,1667714400,2),(212,1678604400,5),(212,1699164000,2),(212,1710054000,5),(212,1730613600,2),(212,1741503600,5),(212,1762063200,2),(212,1772953200,5),(212,1793512800,2),(212,1805007600,5),(212,1825567200,2),(212,1836457200,5),(212,1857016800,2),(212,1867906800,5),(212,1888466400,2),(212,1899356400,5),(212,1919916000,2),(212,1930806000,5),(212,1951365600,2),(212,1962860400,5),(212,1983420000,2),(212,1994310000,5),(212,2014869600,2),(212,2025759600,5),(212,2046319200,2),(212,2057209200,5),(212,2077768800,2),(212,2088658800,5),(212,2109218400,2),(212,2120108400,5),(212,2140668000,2),(213,-2147483648,0),(213,-1514736000,1),(213,-1451667600,2),(213,-1343062800,1),(213,-1234803600,2),(213,-1222963200,3),(213,-1207242000,2),(213,-873820800,4),(213,-769395600,5),(213,-761677200,2),(213,-686073600,3),(213,-661539600,2),(213,-495039600,3),(213,-481734000,2),(213,-463590000,3),(213,-450284400,2),(213,-431535600,3),(213,-418230000,2),(213,-400086000,3),(213,-386780400,2),(213,-368636400,3),(213,-355330800,2),(213,-337186800,3),(213,-323881200,2),(213,-305737200,3),(213,-292431600,2),(213,199274400,3),(213,215600400,2),(213,230724000,3),(213,247050000,2),(213,262778400,3),(213,278499600,2),(213,294228000,3),(213,309949200,2),(213,325677600,3),(213,341398800,2),(213,357127200,3),(213,372848400,2),(213,388576800,3),(213,404902800,2),(213,420026400,3),(213,436352400,2),(213,452080800,3),(213,467802000,2),(213,483530400,3),(213,499251600,2),(213,514980000,3),(213,530701200,2),(213,544615200,3),(213,562150800,2),(213,576064800,3),(213,594205200,2),(213,607514400,3),(213,625654800,2),(213,638964000,3),(213,657104400,2),(213,671018400,3),(213,688554000,2),(213,702468000,3),(213,720003600,2),(213,733917600,3),(213,752058000,2),(213,765367200,3),(213,783507600,2),(213,796816800,3),(213,814957200,2),(213,828871200,3),(213,846406800,2),(213,860320800,3),(213,877856400,2),(213,891770400,3),(213,909306000,2),(213,923220000,3),(213,941360400,2),(213,954669600,3),(213,972810000,2),(213,986119200,3),(213,1004259600,2),(213,1018173600,3),(213,1035709200,2),(213,1049623200,3),(213,1067158800,2),(213,1081072800,3),(213,1099213200,2),(213,1112522400,3),(213,1130662800,2),(213,1143972000,3),(213,1162112400,2),(213,1175421600,3),(213,1193562000,2),(213,1207476000,3),(213,1225011600,2),(213,1238925600,3),(213,1256461200,2),(213,1268560800,3),(213,1289120400,2),(213,1300010400,3),(213,1320570000,2),(213,1331460000,3),(213,1352019600,2),(213,1362909600,3),(213,1383469200,2),(213,1394359200,3),(213,1414918800,2),(213,1425808800,3),(213,1446368400,2),(213,1457863200,3),(213,1478422800,2),(213,1489312800,3),(213,1509872400,2),(213,1520762400,3),(213,1541322000,2),(213,1552212000,3),(213,1572771600,2),(213,1583661600,3),(213,1604221200,2),(213,1615716000,3),(213,1636275600,2),(213,1647165600,3),(213,1667725200,2),(213,1678615200,3),(213,1699174800,2),(213,1710064800,3),(213,1730624400,2),(213,1741514400,3),(213,1762074000,2),(213,1772964000,3),(213,1793523600,2),(213,1805018400,3),(213,1825578000,2),(213,1836468000,3),(213,1857027600,2),(213,1867917600,3),(213,1888477200,2),(213,1899367200,3),(213,1919926800,2),(213,1930816800,3),(213,1951376400,2),(213,1962871200,3),(213,1983430800,2),(213,1994320800,3),(213,2014880400,2),(213,2025770400,3),(213,2046330000,2),(213,2057220000,3),(213,2077779600,2),(213,2088669600,3),(213,2109229200,2),(213,2120119200,3),(213,2140678800,2),(214,-2147483648,2),(214,-1632070800,1),(214,-1615140000,2),(214,-1601753400,1),(214,-1583697600,2),(214,-1567357200,1),(214,-1554667200,2),(214,-1534698000,1),(214,-1524074400,2),(214,-1503248400,1),(214,-1492365600,2),(214,-1471798800,1),(214,-1460916000,2),(214,-1440954000,1),(214,-1428861600,2),(214,-1409504400,1),(214,-1397412000,2),(214,-1378054800,1),(214,-1365962400,2),(214,-1346605200,1),(214,-1333908000,2),(214,-1315155600,1),(214,-1301853600,2),(214,-1283706000,1),(214,-1270404000,2),(214,-1252256400,1),(214,-1238954400,2),(214,-1220806800,1),(214,-1207504800,2),(214,-1188752400,1),(214,-1176055200,2),(214,-1157302800,1),(214,-1144000800,2),(214,-1125853200,1),(214,-1112551200,2),(214,-1094403600,1),(214,-1081101600,2),(214,-1062954000,1),(214,-1049652000,2),(214,-1031504400,1),(214,-1018202400,2),(214,-1000054800,1),(214,-986752800,2),(214,-968000400,1),(214,-955303200,2),(214,-936550800,1),(214,-880218000,3),(214,-769395600,4),(214,-765396000,2),(214,-747248400,1),(214,-733946400,2),(214,-715806000,1),(214,-702504000,2),(214,-684356400,1),(214,-671054400,2),(214,-652906800,1),(214,-634161600,2),(214,-620845200,1),(214,-602704800,2),(214,-589395600,1),(214,-576093600,2),(214,-557946000,1),(214,-544644000,2),(214,-526496400,1),(214,-513194400,2),(214,-495046800,1),(214,-481744800,2),(214,-463597200,1),(214,-450295200,2),(214,-431542800,1),(214,-418240800,2),(214,-400093200,1),(214,-384372000,2),(214,-368643600,1),(214,-352922400,2),(214,-337194000,1),(214,-321472800,2),(214,-305744400,1),(214,-289418400,2),(214,-273690000,1),(214,-257968800,2),(214,-242240400,1),(214,-226519200,2),(214,-210790800,1),(214,-195069600,2),(214,-179341200,1),(214,-163620000,2),(214,-147891600,1),(214,-131565600,2),(214,-116442000,1),(214,-100116000,2),(214,-84387600,1),(214,-68666400,2),(214,-52938000,1),(214,-37216800,2),(214,-21488400,1),(214,-5767200,2),(214,9961200,1),(214,25682400,2),(214,41410800,1),(214,57736800,2),(214,73465200,1),(214,89186400,2),(214,104914800,1),(214,120636000,2),(214,136364400,1),(214,152085600,2),(214,167814000,1),(214,183535200,2),(214,199263600,1),(214,215589600,2),(214,230713200,1),(214,247039200,2),(214,262767600,1),(214,278488800,2),(214,294217200,1),(214,309938400,2),(214,325666800,1),(214,341388000,2),(214,357116400,1),(214,372837600,2),(214,388566000,1),(214,404892000,2),(214,420015600,1),(214,436341600,2),(214,452070000,1),(214,467791200,2),(214,483519600,1),(214,499240800,2),(214,514969200,1),(214,530690400,2),(214,544604400,1),(214,562140000,2),(214,576054000,1),(214,594194400,2),(214,607503600,1),(214,625644000,2),(214,638953200,1),(214,657093600,2),(214,671007600,1),(214,688543200,2),(214,702457200,1),(214,719992800,2),(214,733906800,1),(214,752047200,2),(214,765356400,1),(214,783496800,2),(214,796806000,1),(214,814946400,2),(214,828860400,1),(214,846396000,2),(214,860310000,1),(214,877845600,2),(214,891759600,1),(214,909295200,2),(214,923209200,1),(214,941349600,2),(214,954658800,1),(214,972799200,2),(214,986108400,1),(214,1004248800,2),(214,1018162800,1),(214,1035698400,2),(214,1049612400,1),(214,1067148000,2),(214,1081062000,1),(214,1099202400,2),(214,1112511600,1),(214,1130652000,2),(214,1143961200,1),(214,1162101600,2),(214,1173596400,1),(214,1194156000,2),(214,1205046000,1),(214,1225605600,2),(214,1236495600,1),(214,1257055200,2),(214,1268550000,1),(214,1289109600,2),(214,1299999600,1),(214,1320559200,2),(214,1331449200,1),(214,1352008800,2),(214,1362898800,1),(214,1383458400,2),(214,1394348400,1),(214,1414908000,2),(214,1425798000,1),(214,1446357600,2),(214,1457852400,1),(214,1478412000,2),(214,1489302000,1),(214,1509861600,2),(214,1520751600,1),(214,1541311200,2),(214,1552201200,1),(214,1572760800,2),(214,1583650800,1),(214,1604210400,2),(214,1615705200,1),(214,1636264800,2),(214,1647154800,1),(214,1667714400,2),(214,1678604400,1),(214,1699164000,2),(214,1710054000,1),(214,1730613600,2),(214,1741503600,1),(214,1762063200,2),(214,1772953200,1),(214,1793512800,2),(214,1805007600,1),(214,1825567200,2),(214,1836457200,1),(214,1857016800,2),(214,1867906800,1),(214,1888466400,2),(214,1899356400,1),(214,1919916000,2),(214,1930806000,1),(214,1951365600,2),(214,1962860400,1),(214,1983420000,2),(214,1994310000,1),(214,2014869600,2),(214,2025759600,1),(214,2046319200,2),(214,2057209200,1),(214,2077768800,2),(214,2088658800,1),(214,2109218400,2),(214,2120108400,1),(214,2140668000,2),(215,-2147483648,0),(215,-1825098836,1),(216,-2147483648,2),(216,-1632060000,1),(216,-1615129200,2),(216,-880207200,3),(216,-769395600,4),(216,-765385200,2),(216,-747237600,1),(216,-733935600,2),(216,-715788000,1),(216,-702486000,2),(216,-684338400,1),(216,-671036400,2),(216,-652888800,1),(216,-639586800,2),(216,-620834400,1),(216,-608137200,2),(216,-589384800,1),(216,-576082800,2),(216,-557935200,1),(216,-544633200,2),(216,-526485600,1),(216,-513183600,2),(216,-495036000,1),(216,-481734000,2),(216,-463586400,1),(216,-450284400,2),(216,-431532000,1),(216,-418230000,2),(216,-400082400,1),(216,-386780400,2),(216,-368632800,1),(216,-355330800,2),(216,-337183200,1),(216,-323881200,2),(216,-305733600,1),(216,-292431600,2),(216,-273679200,1),(216,-260982000,2),(216,-242229600,1),(216,-226508400,2),(216,-210780000,1),(216,-195058800,2),(216,-179330400,1),(216,-163609200,2),(216,-147880800,1),(216,-131554800,2),(216,-116431200,1),(216,-100105200,2),(216,-84376800,1),(216,-68655600,2),(216,-52927200,1),(216,-37206000,2),(216,-21477600,1),(216,-5756400,2),(216,9972000,1),(216,25693200,2),(216,41421600,1),(216,57747600,2),(216,73476000,1),(216,89197200,2),(216,104925600,1),(216,120646800,2),(216,136375200,1),(216,152096400,2),(216,167824800,1),(216,183546000,2),(216,199274400,1),(216,215600400,2),(216,230724000,1),(216,247050000,2),(216,262778400,1),(216,278499600,2),(216,294228000,1),(216,309949200,2),(216,325677600,1),(216,341398800,2),(216,357127200,1),(216,372848400,2),(216,388576800,1),(216,404902800,2),(216,420026400,1),(216,436352400,2),(216,452080800,1),(216,467802000,2),(216,483530400,1),(216,499251600,2),(216,514980000,1),(216,530701200,2),(216,544615200,1),(216,562150800,2),(216,576064800,1),(216,594205200,2),(216,607514400,1),(216,625654800,2),(216,638964000,1),(216,657104400,2),(216,671018400,1),(216,688554000,2),(216,702468000,1),(216,720003600,2),(216,733917600,1),(216,752058000,2),(216,765367200,1),(216,783507600,2),(216,796816800,1),(216,814957200,2),(216,828871200,1),(216,846406800,2),(216,860320800,1),(216,877856400,2),(216,891770400,1),(216,909306000,2),(216,923220000,1),(216,941360400,2),(216,954669600,1),(216,972810000,2),(216,986119200,1),(216,1004259600,2),(216,1018173600,1),(216,1035709200,2),(216,1049623200,1),(216,1067158800,2),(216,1081072800,1),(216,1099213200,2),(216,1112522400,1),(216,1130662800,2),(216,1143972000,1),(216,1162112400,2),(216,1173607200,1),(216,1194166800,2),(216,1205056800,1),(216,1225616400,2),(216,1236506400,1),(216,1257066000,2),(216,1268560800,1),(216,1289120400,2),(216,1300010400,1),(216,1320570000,2),(216,1331460000,1),(216,1352019600,2),(216,1362909600,1),(216,1383469200,2),(216,1394359200,1),(216,1414918800,2),(216,1425808800,1),(216,1446368400,2),(216,1457863200,1),(216,1478422800,2),(216,1489312800,1),(216,1509872400,2),(216,1520762400,1),(216,1541322000,2),(216,1552212000,1),(216,1572771600,2),(216,1583661600,1),(216,1604221200,2),(216,1615716000,1),(216,1636275600,2),(216,1647165600,1),(216,1667725200,2),(216,1678615200,1),(216,1699174800,2),(216,1710064800,1),(216,1730624400,2),(216,1741514400,1),(216,1762074000,2),(216,1772964000,1),(216,1793523600,2),(216,1805018400,1),(216,1825578000,2),(216,1836468000,1),(216,1857027600,2),(216,1867917600,1),(216,1888477200,2),(216,1899367200,1),(216,1919926800,2),(216,1930816800,1),(216,1951376400,2),(216,1962871200,1),(216,1983430800,2),(216,1994320800,1),(216,2014880400,2),(216,2025770400,1),(216,2046330000,2),(216,2057220000,1),(216,2077779600,2),(216,2088669600,1),(216,2109229200,2),(216,2120119200,1),(216,2140678800,2),(217,-2147483648,0),(217,-1825098836,1),(218,-2147483648,2),(218,-1632056400,1),(218,-1615125600,2),(218,-1596978000,1),(218,-1583164800,2),(218,-880203600,3),(218,-769395600,4),(218,-765381600,2),(218,-147884400,5),(218,-131554800,2),(218,-81961200,6),(218,325677600,7),(218,341398800,6),(218,357127200,7),(218,372848400,6),(218,388576800,7),(218,404902800,6),(218,420026400,7),(218,436352400,6),(218,452080800,7),(218,467802000,6),(218,483530400,7),(218,499251600,6),(218,514980000,7),(218,530701200,6),(218,544615200,7),(218,562150800,6),(218,576064800,7),(218,594205200,6),(218,607514400,7),(218,625654800,6),(218,638964000,7),(218,657104400,6),(218,671018400,7),(218,688554000,6),(218,702468000,7),(218,720003600,6),(218,733917600,7),(218,752058000,6),(218,765367200,7),(218,783507600,6),(218,796816800,7),(218,814957200,6),(218,828871200,7),(218,846406800,6),(218,860320800,7),(218,877856400,6),(218,891770400,7),(218,909306000,6),(218,923220000,7),(218,941360400,6),(218,954669600,7),(218,972810000,6),(218,986119200,7),(218,1004259600,6),(218,1018173600,7),(218,1035709200,6),(218,1049623200,7),(218,1067158800,6),(218,1081072800,7),(218,1099213200,6),(218,1112522400,7),(218,1130662800,6),(218,1143972000,7),(218,1162112400,6),(218,1173607200,7),(218,1194166800,6),(218,1205056800,7),(218,1225616400,6),(218,1236506400,7),(218,1257066000,6),(218,1268560800,7),(218,1289120400,6),(218,1300010400,7),(218,1320570000,6),(218,1331460000,7),(218,1352019600,6),(218,1362909600,7),(218,1383469200,6),(218,1394359200,7),(218,1414918800,6),(218,1425808800,7),(218,1446368400,6),(218,1457863200,7),(218,1478422800,6),(218,1489312800,7),(218,1509872400,6),(218,1520762400,7),(218,1541322000,6),(218,1552212000,7),(218,1572771600,6),(218,1583661600,7),(218,1604214000,8),(219,-2147483648,2),(219,-1694368800,1),(219,-1681671600,2),(219,-1632067200,1),(219,-1615136400,2),(219,-1029686400,1),(219,-1018198800,2),(219,-880214400,3),(219,-769395600,4),(219,-765392400,2),(219,-746035200,1),(219,-732733200,2),(219,-715795200,1),(219,-702493200,2),(219,-684345600,1),(219,-671043600,2),(219,-652896000,1),(219,-639594000,2),(219,-620755200,1),(219,-607626000,2),(219,-589392000,1),(219,-576090000,2),(219,-557942400,1),(219,-544640400,2),(219,-526492800,1),(219,-513190800,2),(219,-495043200,1),(219,-481741200,2),(219,-463593600,1),(219,-450291600,2),(219,-431539200,1),(219,-418237200,2),(219,-400089600,1),(219,-386787600,2),(219,-368640000,1),(219,-355338000,2),(219,-337190400,1),(219,-321469200,2),(219,-305740800,1),(219,-292438800,2),(219,-210787200,1),(219,-198090000,2),(219,-116438400,5),(219,-100108800,6),(219,-84384000,5),(219,-68659200,6),(219,-52934400,5),(219,-37209600,6),(219,-21484800,5),(219,-5760000,6),(219,9964800,5),(219,25689600,6),(219,41414400,5),(219,57744000,6),(219,73468800,5),(219,89193600,6),(219,104918400,5),(219,120643200,6),(219,136368000,5),(219,152092800,6),(219,167817600,5),(219,183542400,6),(219,199267200,5),(219,215596800,6),(219,230716800,5),(219,247046400,6),(219,262771200,5),(219,278496000,6),(219,294220800,5),(219,309945600,6),(219,325670400,5),(219,341395200,6),(219,357120000,5),(219,372844800,6),(219,388569600,5),(219,404899200,6),(219,420019200,5),(219,436348800,6),(219,452073600,5),(219,467798400,6),(219,483523200,5),(219,499248000,6),(219,514972800,5),(219,530697600,6),(219,544608000,5),(219,562147200,6),(219,576057600,5),(219,594201600,6),(219,607507200,5),(219,625651200,6),(219,638956800,5),(219,657100800,6),(219,671011200,5),(219,688550400,6),(219,702460800,5),(219,720000000,6),(219,733910400,5),(219,752054400,6),(219,765360000,5),(219,783504000,6),(219,796809600,5),(219,814953600,6),(219,828864000,5),(219,846403200,6),(219,860313600,5),(219,877852800,6),(219,891763200,5),(219,909302400,6),(219,923212800,5),(219,941356800,6),(219,954662400,5),(219,972806400,6),(219,986112000,5),(219,1004256000,6),(219,1018166400,5),(219,1035705600,6),(219,1049616000,5),(219,1067155200,6),(219,1081065600,5),(219,1099209600,6),(219,1112515200,5),(219,1130659200,6),(219,1136095200,2),(219,1143964800,1),(219,1162105200,2),(219,1173600000,1),(219,1194159600,2),(219,1205049600,1),(219,1225609200,2),(219,1236499200,1),(219,1257058800,2),(219,1268553600,1),(219,1289113200,2),(219,1300003200,1),(219,1320562800,2),(219,1331452800,1),(219,1352012400,2),(219,1362902400,1),(219,1383462000,2),(219,1394352000,1),(219,1414911600,2),(219,1425801600,1),(219,1446361200,2),(219,1457856000,1),(219,1478415600,2),(219,1489305600,1),(219,1509865200,2),(219,1520755200,1),(219,1541314800,2),(219,1552204800,1),(219,1572764400,2),(219,1583654400,1),(219,1604214000,2),(219,1615708800,1),(219,1636268400,2),(219,1647158400,1),(219,1667718000,2),(219,1678608000,1),(219,1699167600,2),(219,1710057600,1),(219,1730617200,2),(219,1741507200,1),(219,1762066800,2),(219,1772956800,1),(219,1793516400,2),(219,1805011200,1),(219,1825570800,2),(219,1836460800,1),(219,1857020400,2),(219,1867910400,1),(219,1888470000,2),(219,1899360000,1),(219,1919919600,2),(219,1930809600,1),(219,1951369200,2),(219,1962864000,1),(219,1983423600,2),(219,1994313600,1),(219,2014873200,2),(219,2025763200,1),(219,2046322800,2),(219,2057212800,1),(219,2077772400,2),(219,2088662400,1),(219,2109222000,2),(219,2120112000,1),(219,2140671600,2),(220,-2147483648,1),(220,-880203600,2),(220,-769395600,3),(220,-765381600,1),(220,-21474000,4),(220,-5752800,1),(220,9975600,4),(220,25696800,1),(220,41425200,4),(220,57751200,1),(220,73479600,4),(220,89200800,1),(220,104929200,4),(220,120650400,1),(220,126702000,4),(220,152100000,1),(220,162385200,4),(220,183549600,1),(220,199278000,4),(220,215604000,1),(220,230727600,4),(220,247053600,1),(220,262782000,4),(220,278503200,1),(220,294231600,4),(220,309952800,1),(220,325681200,4),(220,341402400,1),(220,357130800,4),(220,372852000,1),(220,388580400,4),(220,404906400,1),(220,420030000,4),(220,436356000,1),(220,439030800,6),(220,452084400,5),(220,467805600,6),(220,483534000,5),(220,499255200,6),(220,514983600,5),(220,530704800,6),(220,544618800,5),(220,562154400,6),(220,576068400,5),(220,594208800,6),(220,607518000,5),(220,625658400,6),(220,638967600,5),(220,657108000,6),(220,671022000,5),(220,688557600,6),(220,702471600,5),(220,720007200,6),(220,733921200,5),(220,752061600,6),(220,765370800,5),(220,783511200,6),(220,796820400,5),(220,814960800,6),(220,828874800,5),(220,846410400,6),(220,860324400,5),(220,877860000,6),(220,891774000,5),(220,909309600,6),(220,923223600,5),(220,941364000,6),(220,954673200,5),(220,972813600,6),(220,986122800,5),(220,1004263200,6),(220,1018177200,5),(220,1035712800,6),(220,1049626800,5),(220,1067162400,6),(220,1081076400,5),(220,1099216800,6),(220,1112526000,5),(220,1130666400,6),(220,1143975600,5),(220,1162116000,6),(220,1173610800,5),(220,1194170400,6),(220,1205060400,5),(220,1225620000,6),(220,1236510000,5),(220,1257069600,6),(220,1268564400,5),(220,1289124000,6),(220,1300014000,5),(220,1320573600,6),(220,1331463600,5),(220,1352023200,6),(220,1362913200,5),(220,1383472800,6),(220,1394362800,5),(220,1414922400,6),(220,1425812400,5),(220,1446372000,6),(220,1457866800,5),(220,1478426400,6),(220,1489316400,5),(220,1509876000,6),(220,1520766000,5),(220,1541325600,6),(220,1552215600,5),(220,1572775200,6),(220,1583665200,5),(220,1604224800,6),(220,1615719600,5),(220,1636279200,6),(220,1647169200,5),(220,1667728800,6),(220,1678618800,5),(220,1699178400,6),(220,1710068400,5),(220,1730628000,6),(220,1741518000,5),(220,1762077600,6),(220,1772967600,5),(220,1793527200,6),(220,1805022000,5),(220,1825581600,6),(220,1836471600,5),(220,1857031200,6),(220,1867921200,5),(220,1888480800,6),(220,1899370800,5),(220,1919930400,6),(220,1930820400,5),(220,1951380000,6),(220,1962874800,5),(220,1983434400,6),(220,1994324400,5),(220,2014884000,6),(220,2025774000,5),(220,2046333600,6),(220,2057223600,5),(220,2077783200,6),(220,2088673200,5),(220,2109232800,6),(220,2120122800,5),(220,2140682400,6),(221,-2147483648,0),(221,-1104537600,3),(221,-880210800,1),(221,-769395600,2),(221,-765388800,3),(221,-147891600,4),(221,-131562000,3),(221,325674000,5),(221,341395200,3),(221,357123600,5),(221,372844800,3),(221,388573200,5),(221,404899200,3),(221,420022800,5),(221,436348800,3),(221,452077200,5),(221,467798400,3),(221,483526800,5),(221,499248000,3),(221,514976400,5),(221,530697600,3),(221,544611600,5),(221,562147200,3),(221,576061200,5),(221,594201600,3),(221,607510800,5),(221,625651200,3),(221,638960400,5),(221,657100800,3),(221,671014800,5),(221,688550400,3),(221,702464400,5),(221,720000000,3),(221,733914000,5),(221,752054400,3),(221,765363600,5),(221,783504000,3),(221,796813200,5),(221,814953600,3),(221,828867600,5),(221,846403200,3),(221,860317200,5),(221,877852800,3),(221,891766800,5),(221,909302400,3),(221,923216400,5),(221,941356800,3),(221,954666000,5),(221,972806400,3),(221,986115600,5),(221,1004256000,3),(221,1018170000,5),(221,1035705600,3),(221,1049619600,5),(221,1067155200,3),(221,1081069200,5),(221,1099209600,3),(221,1112518800,5),(221,1130659200,3),(221,1143968400,5),(221,1162108800,3),(221,1173603600,5),(221,1194163200,3),(221,1205053200,5),(221,1225612800,3),(221,1236502800,5),(221,1257062400,3),(221,1268557200,5),(221,1289116800,3),(221,1300006800,5),(221,1320566400,3),(221,1331456400,5),(221,1352016000,3),(221,1362906000,5),(221,1383465600,3),(221,1394355600,5),(221,1414915200,3),(221,1425805200,5),(221,1446364800,3),(221,1457859600,5),(221,1478419200,3),(221,1489309200,5),(221,1509868800,3),(221,1520758800,5),(221,1541318400,3),(221,1552208400,5),(221,1572768000,3),(221,1583658000,5),(221,1604217600,3),(221,1615712400,5),(221,1636272000,3),(221,1647162000,5),(221,1667721600,3),(221,1678611600,5),(221,1699171200,3),(221,1710061200,5),(221,1730620800,3),(221,1741510800,5),(221,1762070400,3),(221,1772960400,5),(221,1793520000,3),(221,1805014800,5),(221,1825574400,3),(221,1836464400,5),(221,1857024000,3),(221,1867914000,5),(221,1888473600,3),(221,1899363600,5),(221,1919923200,3),(221,1930813200,5),(221,1951372800,3),(221,1962867600,5),(221,1983427200,3),(221,1994317200,5),(221,2014876800,3),(221,2025766800,5),(221,2046326400,3),(221,2057216400,5),(221,2077776000,3),(221,2088666000,5),(221,2109225600,3),(221,2120115600,5),(221,2140675200,3),(222,-2147483648,0),(222,-31536000,1),(222,1255802400,2),(222,1267714800,1),(222,1319738400,2),(222,1329843600,3),(222,1477065600,2),(222,1520701200,1),(222,1538856000,2),(222,1552752000,1),(222,1570129200,2),(222,1583596800,1),(222,1601740860,2),(222,2147483647,2),(223,-2147483648,0),(223,-409190400,1),(223,-163062000,0),(223,-28857600,1),(223,1255806000,2),(223,1268251200,3),(223,1319742000,2),(223,1329854400,3),(223,2147483647,3),(224,-2147483648,0),(224,-725846400,1),(224,-566992800,0),(224,-415497600,1),(224,2147483647,1),(225,-2147483648,1),(225,-1680508800,2),(225,-1665388800,3),(225,-1601719200,4),(225,-687052800,1),(225,-71136000,5),(225,-55411200,3),(225,-37267200,5),(225,-25776000,3),(225,-5817600,5),(225,5673600,3),(225,25632000,5),(225,37728000,3),(225,57686400,5),(225,67968000,3),(225,89136000,5),(225,100022400,3),(225,120585600,5),(225,131472000,3),(225,152035200,5),(225,162921600,3),(225,183484800,5),(225,194976000,3),(225,215539200,5),(225,226425600,3),(225,246988800,5),(225,257875200,3),(225,278438400,5),(225,289324800,3),(225,309888000,5),(225,320774400,3),(225,341337600,5),(225,352224000,3),(225,372787200,5),(225,386092800,3),(225,404841600,5),(225,417542400,3),(225,436291200,5),(225,447177600,3),(225,467740800,5),(225,478627200,3),(225,499190400,5),(225,510076800,3),(225,530035200,5),(225,542736000,3),(225,562089600,5),(225,574790400,3),(225,594144000,5),(225,606240000,3),(225,625593600,5),(225,637689600,3),(225,657043200,5),(225,670348800,3),(225,686678400,5),(225,701798400,3),(225,718128000,5),(225,733248000,3),(225,749577600,5),(225,764697600,3),(225,781027200,5),(225,796147200,3),(225,812476800,5),(225,828201600,3),(225,844531200,5),(225,859651200,3),(225,875980800,5),(225,891100800,3),(225,907430400,5),(225,922550400,3),(225,938880000,5),(225,954000000,3),(225,967305600,5),(225,985449600,3),(225,1002384000,5),(225,1017504000,3),(225,1033833600,5),(225,1048953600,3),(225,1065283200,5),(225,1080403200,3),(225,1096732800,5),(225,1111852800,3),(225,1128182400,5),(225,1143907200,3),(225,1159632000,5),(225,1174752000,3),(225,1191686400,5),(225,1207411200,3),(225,1223136000,5),(225,1238860800,3),(225,1254585600,5),(225,1262264400,2),(225,1301760000,3),(225,1317484800,5),(225,1333209600,3),(225,1349539200,5),(225,1365264000,3),(225,1380988800,5),(225,1396713600,3),(225,1412438400,5),(225,1428163200,3),(225,1443888000,5),(225,1459612800,3),(225,1475337600,5),(225,1491062400,3),(225,1506787200,5),(225,1522512000,3),(225,1538841600,5),(225,1554566400,3),(225,1570291200,5),(225,1586016000,3),(225,1601740800,5),(225,1617465600,3),(225,1633190400,5),(225,1648915200,3),(225,1664640000,5),(225,1680364800,3),(225,1696089600,5),(225,1712419200,3),(225,1728144000,5),(225,1743868800,3),(225,1759593600,5),(225,1775318400,3),(225,1791043200,5),(225,1806768000,3),(225,1822492800,5),(225,1838217600,3),(225,1853942400,5),(225,1869667200,3),(225,1885996800,5),(225,1901721600,3),(225,1917446400,5),(225,1933171200,3),(225,1948896000,5),(225,1964620800,3),(225,1980345600,5),(225,1996070400,3),(225,2011795200,5),(225,2027520000,3),(225,2043244800,5),(225,2058969600,3),(225,2075299200,5),(225,2091024000,3),(225,2106748800,5),(225,2122473600,3),(225,2138198400,5),(226,-2147483648,0),(226,-501206400,1),(226,1255809600,2),(226,2147483647,2),(227,-2147483648,2),(227,-1330335000,1),(227,-1320057000,2),(227,-1300699800,3),(227,-1287396000,2),(227,-1269250200,3),(227,-1255946400,2),(227,-1237800600,3),(227,-1224496800,2),(227,-1206351000,3),(227,-1192442400,2),(227,-1174901400,3),(227,-1160992800,2),(227,-1143451800,3),(227,-1125914400,2),(227,-1112607000,3),(227,-1094464800,2),(227,-1081157400,3),(227,-1063015200,2),(227,-1049707800,3),(227,-1031565600,2),(227,-1018258200,3),(227,-1000116000,2),(227,-986808600,3),(227,-968061600,2),(227,-955359000,3),(227,-936612000,2),(227,-923304600,3),(227,-757425600,6),(227,152632800,4),(227,162309600,5),(227,183477600,4),(227,194968800,5),(227,215532000,4),(227,226418400,5),(227,246981600,4),(227,257868000,5),(227,278431200,4),(227,289317600,5),(227,309880800,4),(227,320767200,5),(227,341330400,4),(227,352216800,5),(227,372780000,4),(227,384271200,5),(227,404834400,4),(227,415720800,5),(227,436284000,4),(227,447170400,5),(227,467733600,4),(227,478620000,5),(227,499183200,4),(227,510069600,5),(227,530632800,4),(227,541519200,5),(227,562082400,4),(227,573573600,5),(227,594136800,4),(227,605023200,5),(227,623772000,4),(227,637682400,5),(227,655221600,4),(227,669132000,5),(227,686671200,4),(227,700581600,5),(227,718120800,4),(227,732636000,5),(227,749570400,4),(227,764085600,5),(227,781020000,4),(227,795535200,5),(227,812469600,4),(227,826984800,5),(227,844524000,4),(227,858434400,5),(227,875973600,4),(227,889884000,5),(227,907423200,4),(227,921938400,5),(227,938872800,4),(227,953388000,5),(227,970322400,4),(227,984837600,5),(227,1002376800,4),(227,1016287200,5),(227,1033826400,4),(227,1047736800,5),(227,1065276000,4),(227,1079791200,5),(227,1096725600,4),(227,1111240800,5),(227,1128175200,4),(227,1142690400,5),(227,1159624800,4),(227,1174140000,5),(227,1191074400,4),(227,1207404000,5),(227,1222524000,4),(227,1238853600,5),(227,1253973600,4),(227,1270303200,5),(227,1285423200,4),(227,1301752800,5),(227,1316872800,4),(227,1333202400,5),(227,1348927200,4),(227,1365256800,5),(227,1380376800,4),(227,1396706400,5),(227,1411826400,4),(227,1428156000,5),(227,1443276000,4),(227,1459605600,5),(227,1474725600,4),(227,1491055200,5),(227,1506175200,4),(227,1522504800,5),(227,1538229600,4),(227,1554559200,5),(227,1569679200,4),(227,1586008800,5),(227,1601128800,4),(227,1617458400,5),(227,1632578400,4),(227,1648908000,5),(227,1664028000,4),(227,1680357600,5),(227,1695477600,4),(227,1712412000,5),(227,1727532000,4),(227,1743861600,5),(227,1758981600,4),(227,1775311200,5),(227,1790431200,4),(227,1806760800,5),(227,1821880800,4),(227,1838210400,5),(227,1853330400,4),(227,1869660000,5),(227,1885384800,4),(227,1901714400,5),(227,1916834400,4),(227,1933164000,5),(227,1948284000,4),(227,1964613600,5),(227,1979733600,4),(227,1996063200,5),(227,2011183200,4),(227,2027512800,5),(227,2042632800,4),(227,2058962400,5),(227,2074687200,4),(227,2091016800,5),(227,2106136800,4),(227,2122466400,5),(227,2137586400,4),(228,-2147483648,0),(228,-157766400,2),(228,-152658000,1),(228,-132955200,2),(228,-121122000,1),(228,-101419200,2),(228,-86821200,1),(228,-71092800,2),(228,-54766800,1),(228,-39038400,2),(228,-23317200,1),(228,-7588800,4),(228,128142000,3),(228,136605600,4),(228,389070000,1),(228,403070400,5),(228,416372400,6),(228,434520000,5),(228,447822000,6),(228,466574400,5),(228,479271600,6),(228,498024000,5),(228,510721200,6),(228,529473600,5),(228,545194800,6),(228,560923200,5),(228,574225200,6),(228,592372800,5),(228,605674800,6),(228,624427200,5),(228,637124400,6),(228,653457600,5),(228,668574000,6),(228,687326400,5),(228,700628400,6),(228,718776000,5),(228,732078000,6),(228,750225600,5),(228,763527600,6),(228,781675200,5),(228,794977200,6),(228,813729600,5),(228,826426800,6),(228,845179200,5),(228,859690800,6),(228,876628800,5),(228,889930800,6),(228,906868800,5),(228,923194800,6),(228,939528000,5),(228,952830000,6),(228,971582400,5),(228,984279600,6),(228,1003032000,5),(228,1015729200,6),(228,1034481600,5),(228,1047178800,6),(228,1065931200,5),(228,1079233200,6),(228,1097380800,5),(228,1110682800,6),(228,1128830400,5),(228,1142132400,6),(228,1160884800,5),(228,1173582000,6),(228,1192334400,5),(228,1206846000,6),(228,1223784000,5),(228,1237086000,6),(228,1255233600,5),(228,1270350000,6),(228,1286683200,5),(228,1304823600,6),(228,1313899200,5),(228,1335668400,6),(228,1346558400,5),(228,1367118000,6),(228,1378612800,5),(228,1398567600,6),(228,1410062400,5),(228,1463281200,6),(228,1471147200,5),(228,1480820400,4),(228,2147483647,4),(229,-2147483648,0),(229,218246400,1),(229,2147483647,1),(230,-2147483648,2),(230,-1330335000,1),(230,-1320057000,2),(230,-1300699800,3),(230,-1287396000,2),(230,-1269250200,3),(230,-1255946400,2),(230,-1237800600,3),(230,-1224496800,2),(230,-1206351000,3),(230,-1192442400,2),(230,-1174901400,3),(230,-1160992800,2),(230,-1143451800,3),(230,-1125914400,2),(230,-1112607000,3),(230,-1094464800,2),(230,-1081157400,3),(230,-1063015200,2),(230,-1049707800,3),(230,-1031565600,2),(230,-1018258200,3),(230,-1000116000,2),(230,-986808600,3),(230,-968061600,2),(230,-955359000,3),(230,-936612000,2),(230,-923304600,3),(230,-757425600,6),(230,152632800,4),(230,162309600,5),(230,183477600,4),(230,194968800,5),(230,215532000,4),(230,226418400,5),(230,246981600,4),(230,257868000,5),(230,278431200,4),(230,289317600,5),(230,309880800,4),(230,320767200,5),(230,341330400,4),(230,352216800,5),(230,372780000,4),(230,384271200,5),(230,404834400,4),(230,415720800,5),(230,436284000,4),(230,447170400,5),(230,467733600,4),(230,478620000,5),(230,499183200,4),(230,510069600,5),(230,530632800,4),(230,541519200,5),(230,562082400,4),(230,573573600,5),(230,594136800,4),(230,605023200,5),(230,623772000,4),(230,637682400,5),(230,655221600,4),(230,669132000,5),(230,686671200,4),(230,700581600,5),(230,718120800,4),(230,732636000,5),(230,749570400,4),(230,764085600,5),(230,781020000,4),(230,795535200,5),(230,812469600,4),(230,826984800,5),(230,844524000,4),(230,858434400,5),(230,875973600,4),(230,889884000,5),(230,907423200,4),(230,921938400,5),(230,938872800,4),(230,953388000,5),(230,970322400,4),(230,984837600,5),(230,1002376800,4),(230,1016287200,5),(230,1033826400,4),(230,1047736800,5),(230,1065276000,4),(230,1079791200,5),(230,1096725600,4),(230,1111240800,5),(230,1128175200,4),(230,1142690400,5),(230,1159624800,4),(230,1174140000,5),(230,1191074400,4),(230,1207404000,5),(230,1222524000,4),(230,1238853600,5),(230,1253973600,4),(230,1270303200,5),(230,1285423200,4),(230,1301752800,5),(230,1316872800,4),(230,1333202400,5),(230,1348927200,4),(230,1365256800,5),(230,1380376800,4),(230,1396706400,5),(230,1411826400,4),(230,1428156000,5),(230,1443276000,4),(230,1459605600,5),(230,1474725600,4),(230,1491055200,5),(230,1506175200,4),(230,1522504800,5),(230,1538229600,4),(230,1554559200,5),(230,1569679200,4),(230,1586008800,5),(230,1601128800,4),(230,1617458400,5),(230,1632578400,4),(230,1648908000,5),(230,1664028000,4),(230,1680357600,5),(230,1695477600,4),(230,1712412000,5),(230,1727532000,4),(230,1743861600,5),(230,1758981600,4),(230,1775311200,5),(230,1790431200,4),(230,1806760800,5),(230,1821880800,4),(230,1838210400,5),(230,1853330400,4),(230,1869660000,5),(230,1885384800,4),(230,1901714400,5),(230,1916834400,4),(230,1933164000,5),(230,1948284000,4),(230,1964613600,5),(230,1979733600,4),(230,1996063200,5),(230,2011183200,4),(230,2027512800,5),(230,2042632800,4),(230,2058962400,5),(230,2074687200,4),(230,2091016800,5),(230,2106136800,4),(230,2122466400,5),(230,2137586400,4),(231,-2147483648,0),(231,-407808000,1),(231,2147483647,1),(232,-2147483648,0),(232,1108166400,3),(232,1111885200,1),(232,1130634000,2),(232,1143334800,1),(232,1162083600,2),(232,1174784400,1),(232,1193533200,2),(232,1206838800,1),(232,1224982800,2),(232,1238288400,1),(232,1256432400,2),(232,1269738000,1),(232,1288486800,2),(232,1301187600,1),(232,1319936400,2),(232,1332637200,1),(232,1351386000,2),(232,1364691600,1),(232,1382835600,2),(232,1396141200,1),(232,1414285200,2),(232,1427590800,1),(232,1445734800,2),(232,1459040400,1),(232,1477789200,2),(232,1490490000,1),(232,1509238800,2),(232,1521939600,1),(232,1540688400,2),(232,1553994000,1),(232,1572138000,2),(232,1585443600,1),(232,1603587600,2),(232,1616893200,1),(232,1635642000,2),(232,1648342800,1),(232,1667091600,2),(232,1679792400,1),(232,1698541200,2),(232,1711846800,1),(232,1729990800,2),(232,1743296400,1),(232,1761440400,2),(232,1774746000,1),(232,1792890000,2),(232,1806195600,1),(232,1824944400,2),(232,1837645200,1),(232,1856394000,2),(232,1869094800,1),(232,1887843600,2),(232,1901149200,1),(232,1919293200,2),(232,1932598800,1),(232,1950742800,2),(232,1964048400,1),(232,1982797200,2),(232,1995498000,1),(232,2014246800,2),(232,2026947600,1),(232,2045696400,2),(232,2058397200,1),(232,2077146000,2),(232,2090451600,1),(232,2108595600,2),(232,2121901200,1),(232,2140045200,2),(232,2147483647,2),(233,-2147483648,0),(233,-380073600,1),(233,2147483647,1),(234,-2147483648,2),(234,-1691884800,1),(234,-1680573600,2),(234,-927511200,1),(234,-857257200,3),(234,-844556400,4),(234,-828226800,3),(234,-812502000,4),(234,-796777200,3),(234,-781052400,4),(234,-765327600,3),(234,-340844400,4),(234,-324514800,3),(234,-308790000,4),(234,-293065200,3),(234,-277340400,4),(234,-261615600,3),(234,-245890800,4),(234,-230166000,3),(234,-214441200,4),(234,-198716400,3),(234,-182991600,4),(234,-166662000,3),(234,-147913200,4),(234,-135212400,3),(234,315529200,2),(234,323830800,5),(234,338950800,6),(234,354675600,5),(234,370400400,6),(234,386125200,5),(234,401850000,6),(234,417574800,5),(234,433299600,6),(234,449024400,5),(234,465354000,6),(234,481078800,5),(234,496803600,6),(234,512528400,5),(234,528253200,6),(234,543978000,5),(234,559702800,6),(234,575427600,5),(234,591152400,6),(234,606877200,5),(234,622602000,6),(234,638326800,5),(234,654656400,6),(234,670381200,5),(234,686106000,6),(234,701830800,5),(234,717555600,6),(234,733280400,5),(234,749005200,6),(234,764730000,5),(234,780454800,6),(234,796179600,5),(234,811904400,6),(234,828234000,5),(234,846378000,6),(234,859683600,5),(234,877827600,6),(234,891133200,5),(234,909277200,6),(234,922582800,5),(234,941331600,6),(234,954032400,5),(234,972781200,6),(234,985482000,5),(234,1004230800,6),(234,1017536400,5),(234,1035680400,6),(234,1048986000,5),(234,1067130000,6),(234,1080435600,5),(234,1099184400,6),(234,1111885200,5),(234,1130634000,6),(234,1143334800,5),(234,1162083600,6),(234,1174784400,5),(234,1193533200,6),(234,1206838800,5),(234,1224982800,6),(234,1238288400,5),(234,1256432400,6),(234,1269738000,5),(234,1288486800,6),(234,1301187600,5),(234,1319936400,6),(234,1332637200,5),(234,1351386000,6),(234,1364691600,5),(234,1382835600,6),(234,1396141200,5),(234,1414285200,6),(234,1427590800,5),(234,1445734800,6),(234,1459040400,5),(234,1477789200,6),(234,1490490000,5),(234,1509238800,6),(234,1521939600,5),(234,1540688400,6),(234,1553994000,5),(234,1572138000,6),(234,1585443600,5),(234,1603587600,6),(234,1616893200,5),(234,1635642000,6),(234,1648342800,5),(234,1667091600,6),(234,1679792400,5),(234,1698541200,6),(234,1711846800,5),(234,1729990800,6),(234,1743296400,5),(234,1761440400,6),(234,1774746000,5),(234,1792890000,6),(234,1806195600,5),(234,1824944400,6),(234,1837645200,5),(234,1856394000,6),(234,1869094800,5),(234,1887843600,6),(234,1901149200,5),(234,1919293200,6),(234,1932598800,5),(234,1950742800,6),(234,1964048400,5),(234,1982797200,6),(234,1995498000,5),(234,2014246800,6),(234,2026947600,5),(234,2045696400,6),(234,2058397200,5),(234,2077146000,6),(234,2090451600,5),(234,2108595600,6),(234,2121901200,5),(234,2140045200,6),(235,-2147483648,0),(235,-719636812,1),(235,2147483647,1),(236,-2147483648,0),(236,-1441170468,1),(236,-1247547600,3),(236,354909600,2),(236,370717200,3),(236,386445600,2),(236,402253200,3),(236,417981600,2),(236,433789200,3),(236,449604000,2),(236,465336000,4),(236,481060800,5),(236,496785600,4),(236,512510400,5),(236,528235200,4),(236,543960000,5),(236,559684800,4),(236,575409600,5),(236,591134400,4),(236,606859200,5),(236,622584000,4),(236,638308800,5),(236,654638400,4),(236,670363200,6),(236,686091600,7),(236,695768400,4),(236,701812800,5),(236,717537600,4),(236,733262400,5),(236,748987200,4),(236,764712000,5),(236,780436800,4),(236,796161600,5),(236,811886400,4),(236,828216000,5),(236,846360000,4),(236,859665600,5),(236,877809600,4),(236,891115200,5),(236,909259200,4),(236,922564800,5),(236,941313600,4),(236,954014400,5),(236,972763200,4),(236,985464000,5),(236,1004212800,4),(236,1017518400,5),(236,1035662400,4),(236,1048968000,5),(236,1067112000,4),(236,1080417600,5),(236,1099166400,4),(236,2147483647,4),(237,-2147483648,0),(237,-1230776624,2),(237,108165600,1),(237,118270800,2),(237,136591200,1),(237,149806800,2),(237,168127200,1),(237,181342800,2),(237,199749600,1),(237,215643600,2),(237,231285600,1),(237,244501200,2),(237,262735200,1),(237,275950800,2),(237,481154400,1),(237,496962000,2),(237,512949600,1),(237,528670800,2),(237,544399200,1),(237,560120400,2),(237,575848800,1),(237,592174800,2),(237,610581600,1),(237,623624400,2),(237,641167200,1),(237,655074000,2),(237,671839200,1),(237,685918800,2),(237,702856800,1),(237,717973200,2),(237,733701600,1),(237,749422800,2),(237,765151200,1),(237,779662800,2),(237,797205600,1),(237,811116000,3),(237,828655200,1),(237,843170400,3),(237,860104800,1),(237,874620000,3),(237,891554400,1),(237,906069600,3),(237,930780000,4),(237,938124000,3),(237,954367200,4),(237,970178400,3),(237,985816800,4),(237,1001628000,3),(237,1017352800,1),(237,1033077600,3),(237,1048802400,1),(237,1066946400,3),(237,1080252000,1),(237,1097791200,3),(237,1112306400,1),(237,1128031200,3),(237,1143756000,1),(237,1161900000,3),(237,1175205600,1),(237,1193349600,3),(237,1206655200,1),(237,1225404000,3),(237,1238104800,1),(237,1256853600,3),(237,1269554400,1),(237,1288303200,3),(237,1301608800,1),(237,1319752800,3),(237,1333058400,1),(237,1387486800,2),(237,1395957600,1),(237,1414706400,3),(237,1427407200,1),(237,1446156000,3),(237,1459461600,1),(237,1477605600,3),(237,1490911200,1),(237,1509055200,3),(237,1522360800,1),(237,1540504800,3),(237,1553810400,1),(237,1571954400,3),(237,1585260000,1),(237,1604008800,3),(237,1616709600,1),(237,1635458400,3),(237,1645740000,1),(237,1666908000,3),(237,1677189600,1),(237,1698357600,3),(237,1709244000,1),(237,1729807200,3),(237,1740693600,1),(237,1761861600,3),(237,1772143200,1),(237,1793311200,3),(237,1803592800,1),(237,1824760800,3),(237,1835042400,1),(237,1856210400,3),(237,1866492000,1),(237,1887660000,3),(237,1898546400,1),(237,1919109600,3),(237,1929996000,1),(237,1951164000,3),(237,1961445600,1),(237,1982613600,3),(237,1992895200,1),(237,2014063200,3),(237,2024344800,1),(237,2045512800,3),(237,2055794400,1),(237,2076962400,3),(237,2087848800,1),(237,2109016800,3),(237,2119298400,1),(237,2140466400,3),(238,-2147483648,0),(238,-1441194596,1),(238,-1247572800,3),(238,354884400,2),(238,370692000,3),(238,386420400,4),(238,402231600,1),(238,417960000,4),(238,433767600,1),(238,449582400,4),(238,465314400,5),(238,481039200,6),(238,496764000,5),(238,512488800,6),(238,528213600,5),(238,543938400,6),(238,559663200,5),(238,575388000,6),(238,591112800,5),(238,606837600,6),(238,622562400,5),(238,638287200,6),(238,654616800,5),(238,670341600,7),(238,686070000,8),(238,695746800,5),(238,701791200,6),(238,717516000,5),(238,733240800,6),(238,748965600,5),(238,764690400,6),(238,780415200,5),(238,796140000,6),(238,811864800,5),(238,828194400,6),(238,846338400,5),(238,859644000,6),(238,877788000,5),(238,891093600,6),(238,909237600,5),(238,922543200,6),(238,941292000,5),(238,953992800,6),(238,972741600,5),(238,985442400,6),(238,1004191200,5),(238,1017496800,6),(238,1035640800,5),(238,1048946400,6),(238,1067090400,5),(238,1080396000,6),(238,1099144800,5),(238,1111845600,6),(238,1130594400,5),(238,1143295200,6),(238,1162044000,5),(238,1174744800,6),(238,1193493600,5),(238,1206799200,6),(238,1224943200,5),(238,1238248800,6),(238,1256392800,5),(238,1269698400,7),(238,1288450800,8),(238,1301151600,5),(238,2147483647,5),(239,-2147483648,0),(239,-1441164064,1),(239,-1247544000,2),(239,370724400,3),(239,386445600,4),(239,402256800,2),(239,417985200,4),(239,433792800,2),(239,449607600,4),(239,465339600,5),(239,481064400,6),(239,496789200,5),(239,512514000,6),(239,528238800,5),(239,543963600,6),(239,559688400,5),(239,575413200,6),(239,591138000,5),(239,606862800,6),(239,622587600,5),(239,638312400,6),(239,654642000,5),(239,670366800,7),(239,686095200,8),(239,695772000,5),(239,701816400,6),(239,717541200,5),(239,733266000,6),(239,748990800,5),(239,764715600,6),(239,780440400,8),(239,796168800,7),(239,811893600,8),(239,828223200,7),(239,846367200,8),(239,859672800,7),(239,877816800,8),(239,891122400,7),(239,909266400,8),(239,922572000,7),(239,941320800,8),(239,954021600,7),(239,972770400,8),(239,985471200,7),(239,1004220000,8),(239,1017525600,7),(239,1035669600,8),(239,1048975200,7),(239,1067119200,8),(239,1080424800,7),(239,1099173600,5),(239,2147483647,5),(240,-2147483648,0),(240,-1441165720,1),(240,-1247544000,2),(240,354913200,3),(240,370720800,4),(240,386445600,3),(240,402256800,2),(240,417985200,3),(240,433792800,2),(240,449607600,3),(240,465339600,5),(240,481064400,6),(240,496789200,5),(240,512514000,6),(240,528238800,5),(240,543963600,6),(240,559688400,5),(240,575413200,6),(240,591138000,5),(240,606862800,6),(240,622587600,5),(240,638312400,6),(240,654642000,5),(240,670366800,7),(240,686095200,8),(240,695772000,5),(240,701816400,6),(240,717541200,5),(240,733266000,6),(240,748990800,5),(240,764715600,6),(240,780440400,5),(240,796165200,6),(240,811890000,5),(240,828219600,6),(240,846363600,5),(240,859669200,6),(240,877813200,5),(240,891118800,6),(240,909262800,5),(240,922568400,6),(240,941317200,5),(240,954018000,6),(240,972766800,5),(240,985467600,6),(240,1004216400,5),(240,1017522000,6),(240,1035666000,5),(240,1048971600,6),(240,1067115600,5),(240,1080421200,6),(240,1099170000,5),(240,2147483647,5),(241,-2147483648,0),(241,-1441166012,1),(241,-1247544000,3),(241,354913200,2),(241,370720800,3),(241,386449200,2),(241,402256800,3),(241,417985200,2),(241,433792800,3),(241,449607600,2),(241,465339600,4),(241,481064400,5),(241,496789200,4),(241,512514000,5),(241,528238800,4),(241,543963600,5),(241,559688400,4),(241,575413200,5),(241,591138000,4),(241,606862800,5),(241,622587600,4),(241,638312400,5),(241,654642000,4),(241,670366800,6),(241,686095200,7),(241,695772000,3),(241,2147483647,3),(242,-2147483648,0),(242,-1441166012,1),(242,-1247544000,3),(242,354913200,2),(242,370720800,3),(242,386449200,2),(242,402256800,3),(242,417985200,2),(242,433792800,3),(242,449607600,2),(242,465339600,4),(242,481064400,5),(242,496789200,4),(242,512514000,5),(242,528238800,4),(242,543963600,5),(242,559688400,4),(242,575413200,5),(242,591138000,4),(242,606862800,5),(242,622587600,4),(242,638312400,5),(242,654642000,4),(242,670366800,6),(242,686095200,7),(242,695772000,3),(242,2147483647,3),(243,-2147483648,0),(243,-1441164464,1),(243,-1247540400,2),(243,370724400,3),(243,386445600,4),(243,402256800,2),(243,417985200,4),(243,433792800,2),(243,449607600,4),(243,465339600,5),(243,481064400,6),(243,496789200,5),(243,512514000,6),(243,528238800,5),(243,543963600,6),(243,559688400,5),(243,575413200,6),(243,591138000,5),(243,606862800,6),(243,622587600,5),(243,638312400,6),(243,654642000,5),(243,670366800,7),(243,686095200,8),(243,695772000,5),(243,701816400,6),(243,717541200,5),(243,733266000,6),(243,748990800,5),(243,764715600,6),(243,780440400,5),(243,796165200,6),(243,811890000,5),(243,828219600,6),(243,846363600,5),(243,859669200,6),(243,877813200,5),(243,891118800,6),(243,909262800,5),(243,922568400,7),(243,941320800,8),(243,954021600,7),(243,972770400,8),(243,985471200,7),(243,1004220000,8),(243,1017525600,7),(243,1035669600,8),(243,1048975200,7),(243,1067119200,8),(243,1080424800,7),(243,1099173600,5),(243,2147483647,5),(244,-2147483648,1),(244,-1641005856,2),(244,389048400,3),(244,402264000,2),(244,417906000,3),(244,433800000,2),(244,449614800,3),(244,465422400,2),(244,481150800,3),(244,496792800,4),(244,512517600,5),(244,528242400,4),(244,543967200,5),(244,559692000,4),(244,575416800,5),(244,591141600,4),(244,606866400,5),(244,622591200,4),(244,638316000,5),(244,654645600,4),(244,670464000,5),(244,686275200,4),(244,702086400,5),(244,717897600,4),(244,733622400,5),(244,749433600,4),(244,765158400,5),(244,780969600,4),(244,796694400,5),(244,812505600,4),(244,828316800,5),(244,844128000,4),(244,859852800,5),(244,875664000,4),(244,891388800,5),(244,907200000,4),(244,922924800,5),(244,938736000,4),(244,954547200,5),(244,970358400,4),(244,986083200,5),(244,1001894400,4),(244,1017619200,5),(244,1033430400,4),(244,1049155200,5),(244,1064966400,4),(244,1080777600,5),(244,1096588800,4),(244,1112313600,5),(244,1128124800,4),(244,1143849600,5),(244,1159660800,4),(244,1175385600,5),(244,1191196800,4),(244,2147483647,4),(245,-2147483648,0),(245,-1577935568,1),(245,76190400,2),(245,2147483647,2),(246,-2147483648,0),(246,-1441163964,1),(246,-405140400,3),(246,354916800,2),(246,370724400,3),(246,386452800,2),(246,402260400,3),(246,417988800,2),(246,433796400,3),(246,449611200,2),(246,465343200,4),(246,481068000,5),(246,496792800,4),(246,512517600,5),(246,528242400,4),(246,543967200,5),(246,559692000,4),(246,575416800,5),(246,591141600,4),(246,606866400,5),(246,622591200,4),(246,638316000,5),(246,654645600,4),(246,670370400,6),(246,686098800,7),(246,701823600,6),(246,717548400,4),(246,820440000,3),(246,828234000,8),(246,846378000,9),(246,852062400,3),(246,859680000,2),(246,877824000,3),(246,891129600,2),(246,909273600,3),(246,922579200,2),(246,941328000,3),(246,954028800,2),(246,972777600,3),(246,985478400,2),(246,1004227200,3),(246,1017532800,2),(246,1035676800,3),(246,1048982400,2),(246,1067126400,3),(246,1080432000,2),(246,1099180800,3),(246,1111881600,2),(246,1130630400,3),(246,1143331200,2),(246,1162080000,3),(246,1174780800,2),(246,1193529600,3),(246,1206835200,2),(246,1224979200,3),(246,1238284800,2),(246,1256428800,3),(246,1269734400,2),(246,1288483200,3),(246,1301184000,2),(246,1319932800,3),(246,1332633600,2),(246,1351382400,3),(246,1364688000,2),(246,1382832000,3),(246,1396137600,2),(246,1414281600,3),(246,1427587200,2),(246,1445731200,3),(246,2147483647,3),(247,-2147483648,1),(247,-1570084924,2),(247,2147483647,2),(248,-2147483648,0),(248,-1579844100,1),(248,-1247551200,3),(248,354906000,2),(248,370713600,3),(248,386442000,2),(248,402249600,3),(248,417978000,2),(248,433785600,3),(248,449600400,2),(248,465332400,4),(248,481057200,5),(248,496782000,4),(248,512506800,5),(248,528231600,4),(248,543956400,5),(248,559681200,4),(248,575406000,5),(248,591130800,4),(248,606855600,5),(248,622580400,4),(248,638305200,5),(248,654634800,4),(248,670359600,6),(248,686088000,7),(248,695764800,4),(248,701809200,5),(248,717534000,4),(248,733258800,5),(248,748983600,4),(248,764708400,5),(248,780433200,4),(248,796158000,5),(248,801590400,8),(248,811886400,7),(248,828216000,6),(248,846360000,7),(248,859665600,6),(248,877809600,7),(248,891115200,6),(248,909259200,7),(248,922564800,6),(248,941313600,7),(248,954014400,6),(248,972763200,7),(248,985464000,6),(248,1004212800,7),(248,1017518400,6),(248,1035662400,7),(248,1048968000,6),(248,1067112000,7),(248,1080417600,6),(248,1099166400,7),(248,1111867200,6),(248,1130616000,7),(248,1143316800,6),(248,1162065600,7),(248,1174766400,6),(248,1193515200,7),(248,1206820800,6),(248,1224964800,7),(248,1238270400,6),(248,1256414400,7),(248,1269720000,6),(248,1288468800,7),(248,1301169600,4),(248,1414263600,7),(248,1459022400,4),(248,2147483647,4),(249,-2147483648,2),(249,-1570413600,1),(249,-1552186800,2),(249,-1538359200,1),(249,-1522551600,2),(249,-1507514400,1),(249,-1490583600,2),(249,-1473645600,1),(249,-1460948400,2),(249,-399866400,1),(249,-386650800,2),(249,-368330400,1),(249,-355114800,2),(249,-336794400,1),(249,-323578800,2),(249,-305172000,1),(249,-291956400,2),(249,-273636000,1),(249,-260420400,2),(249,78012000,1),(249,86734800,2),(249,105055200,1),(249,118270800,2),(249,136591200,1),(249,149806800,2),(249,168127200,1),(249,181342800,2),(249,199749600,1),(249,212965200,2),(249,231285600,1),(249,244501200,2),(249,262735200,1),(249,275950800,2),(249,452210400,1),(249,466722000,2),(249,483746400,1),(249,498258000,2),(249,515282400,1),(249,529794000,2),(249,546818400,1),(249,561330000,2),(249,581119200,1),(249,592952400,2),(249,610754400,1),(249,624488400,2),(249,641512800,1),(249,656024400,2),(249,673048800,1),(249,687560400,2),(249,704671200,1),(249,718146000,2),(249,733269600,1),(249,748990800,2),(249,764719200,1),(249,780440400,2),(249,796168800,1),(249,811890000,2),(249,828223200,1),(249,843944400,2),(249,859672800,1),(249,875394000,2),(249,891122400,1),(249,906843600,2),(249,922572000,1),(249,941317200,2),(249,954021600,1),(249,972766800,2),(249,985471200,1),(249,1004216400,2),(249,1017525600,1),(249,1035666000,2),(249,1048975200,1),(249,1067115600,2),(249,1080424800,1),(249,1099170000,2),(249,1111874400,1),(249,1130619600,2),(249,1143324000,1),(249,1162069200,2),(249,1174773600,1),(249,1193518800,2),(249,1206828000,1),(249,1224968400,2),(249,1238277600,1),(249,1256418000,2),(249,1269727200,1),(249,1288472400,2),(249,1301176800,1),(249,1319922000,2),(249,1332626400,1),(249,1351371600,2),(249,1364680800,1),(249,1382821200,2),(249,1396130400,1),(249,1414270800,2),(249,1427580000,1),(249,1445720400,2),(249,1459029600,1),(249,1477774800,2),(249,1490479200,1),(249,1509224400,2),(249,1521928800,1),(249,1540674000,2),(249,1553983200,1),(249,1572123600,2),(249,1585432800,1),(249,1603573200,2),(249,1616882400,1),(249,1635627600,2),(249,1648332000,1),(249,1667077200,2),(249,1679781600,1),(249,1698526800,2),(249,1711836000,1),(249,1729976400,2),(249,1743285600,1),(249,1761426000,2),(249,1774735200,1),(249,1792875600,2),(249,1806184800,1),(249,1824930000,2),(249,1837634400,1),(249,1856379600,2),(249,1869084000,1),(249,1887829200,2),(249,1901138400,1),(249,1919278800,2),(249,1932588000,1),(249,1950728400,2),(249,1964037600,1),(249,1982782800,2),(249,1995487200,1),(249,2014232400,2),(249,2026936800,1),(249,2045682000,2),(249,2058386400,1),(249,2077131600,2),(249,2090440800,1),(249,2108581200,2),(249,2121890400,1),(249,2140030800,2),(250,-2147483648,0),(250,-1441169904,1),(250,-1247547600,3),(250,354909600,2),(250,370717200,3),(250,386445600,2),(250,402253200,3),(250,417981600,2),(250,433789200,3),(250,449604000,2),(250,465336000,4),(250,481060800,5),(250,496785600,4),(250,512510400,5),(250,528235200,4),(250,543960000,5),(250,559684800,4),(250,575409600,5),(250,591134400,4),(250,606859200,5),(250,622584000,4),(250,638308800,5),(250,654638400,4),(250,670363200,6),(250,683582400,1),(250,703018800,6),(250,717530400,1),(250,734468400,6),(250,748980000,1),(250,765918000,6),(250,780429600,1),(250,797367600,6),(250,811879200,1),(250,828817200,6),(250,843933600,1),(250,859671000,8),(250,877811400,1),(250,891120600,8),(250,909261000,1),(250,922570200,8),(250,941315400,1),(250,954019800,8),(250,972765000,1),(250,985469400,8),(250,1004214600,1),(250,1017523800,8),(250,1035664200,1),(250,1048973400,8),(250,1067113800,1),(250,1080423000,8),(250,1099168200,1),(250,1111872600,8),(250,1123783200,3),(250,2147483647,3),(251,-2147483648,0),(251,-1383464380,1),(251,-1167636600,2),(251,2147483647,2),(252,-2147483648,1),(252,-2019705670,2),(252,-891581400,3),(252,-872058600,2),(252,-862637400,3),(252,-764145000,2),(253,-2147483648,0),(253,-1579419232,1),(253,-1247558400,3),(253,354898800,2),(253,370706400,3),(253,386434800,2),(253,402242400,3),(253,417970800,2),(253,433778400,3),(253,449593200,2),(253,465325200,4),(253,481050000,5),(253,496774800,4),(253,512499600,5),(253,528224400,4),(253,543949200,5),(253,559674000,4),(253,575398800,5),(253,591123600,4),(253,606848400,5),(253,622573200,4),(253,638298000,5),(253,654627600,4),(253,670352400,6),(253,686080800,7),(253,695757600,4),(253,701802000,5),(253,717526800,4),(253,733251600,5),(253,748976400,4),(253,764701200,5),(253,780426000,4),(253,796150800,5),(253,811875600,4),(253,828205200,5),(253,846349200,4),(253,859654800,5),(253,877798800,4),(253,891104400,5),(253,909248400,4),(253,922554000,5),(253,941302800,4),(253,954003600,5),(253,972752400,4),(253,985453200,5),(253,1004202000,4),(253,1017507600,5),(253,1035651600,4),(253,1048957200,5),(253,1067101200,4),(253,1080406800,5),(253,1099155600,4),(253,1111856400,5),(253,1130605200,4),(253,1143306000,5),(253,1162054800,4),(253,1174755600,5),(253,1193504400,4),(253,1206810000,5),(253,1224954000,4),(253,1238259600,5),(253,1256403600,4),(253,1269709200,5),(253,1288458000,4),(253,1301158800,8),(253,1414252800,7),(253,1459015200,3),(253,2147483647,3),(254,-2147483648,0),(254,-2032933080,1),(254,252435600,2),(254,417974400,4),(254,433778400,3),(254,449593200,4),(254,465314400,3),(254,481042800,4),(254,496764000,3),(254,512492400,4),(254,528213600,3),(254,543942000,4),(254,559663200,3),(254,575391600,4),(254,591112800,3),(254,606841200,4),(254,622562400,3),(254,638290800,4),(254,654616800,3),(254,670345200,4),(254,686066400,3),(254,701794800,4),(254,717516000,3),(254,733244400,4),(254,748965600,3),(254,764694000,4),(254,780415200,3),(254,796143600,4),(254,811864800,3),(254,828198000,4),(254,843919200,3),(254,859647600,4),(254,875368800,3),(254,891097200,4),(254,906818400,3),(254,988390800,4),(254,1001692800,3),(254,1017421200,4),(254,1033142400,3),(254,1048870800,4),(254,1064592000,3),(254,1080320400,4),(254,1096041600,3),(254,1111770000,4),(254,1127491200,3),(254,1143219600,4),(254,1159545600,3),(254,1206889200,2),(254,1427479200,5),(254,1443193200,2),(254,1458928800,5),(254,1474642800,2),(254,2147483647,2),(255,-2147483648,2),(255,-1600675200,1),(255,-1585904400,2),(255,-933667200,1),(255,-922093200,2),(255,-908870400,1),(255,-888829200,2),(255,-881049600,1),(255,-767869200,2),(255,-745833600,1),(255,-733827600,2),(255,-716889600,1),(255,-699613200,2),(255,-683884800,1),(255,-670669200,2),(255,-652348800,1),(255,-650019600,2),(255,515527200,1),(255,527014800,2),(255,545162400,1),(255,558464400,2),(255,577216800,1),(255,589914000,2),(255,608666400,1),(255,621968400,2),(255,640116000,1),(255,653418000,2),(255,671565600,1),(255,684867600,2),(256,-2147483648,2),(256,-1600675200,1),(256,-1585904400,2),(256,-933667200,1),(256,-922093200,2),(256,-908870400,1),(256,-888829200,2),(256,-881049600,1),(256,-767869200,2),(256,-745833600,1),(256,-733827600,2),(256,-716889600,1),(256,-699613200,2),(256,-683884800,1),(256,-670669200,2),(256,-652348800,1),(256,-650019600,2),(256,515527200,1),(256,527014800,2),(256,545162400,1),(256,558464400,2),(256,577216800,1),(256,589914000,2),(256,608666400,1),(256,621968400,2),(256,640116000,1),(256,653418000,2),(256,671565600,1),(256,684867600,2),(257,-2147483648,1),(257,-2019705572,2),(257,-883287000,3),(257,-862639200,4),(257,-764051400,2),(257,832962600,5),(257,846266400,6),(257,1145039400,2),(257,2147483647,2),(258,-2147483648,1),(258,-891582800,2),(258,-872058600,3),(258,-862637400,2),(258,-576138600,4),(258,1245430800,5),(258,1262278800,4),(258,2147483647,4),(259,-2147483648,0),(259,-1577931912,2),(259,-1568592000,1),(259,-1554080400,2),(259,-1537142400,1),(259,-1522630800,2),(259,-1505692800,1),(259,-1491181200,2),(259,-1474243200,1),(259,-1459126800,2),(259,-242265600,1),(259,-228877200,2),(259,-210556800,1),(259,-197427600,2),(259,-178934400,1),(259,-165718800,2),(259,-147398400,1),(259,-134269200,2),(259,-116467200,1),(259,-102646800,2),(259,-84326400,1),(259,-71110800,2),(259,-52704000,1),(259,-39488400,2),(259,-21168000,1),(259,-7952400,2),(259,10368000,1),(259,23583600,2),(259,41904000,1),(259,55119600,2),(259,73526400,1),(259,86742000,2),(259,105062400,1),(259,118278000,2),(259,136598400,1),(259,149814000,2),(259,168134400,1),(259,181350000,2),(259,199756800,1),(259,212972400,2),(259,231292800,1),(259,241916400,2),(259,262828800,1),(259,273452400,2),(259,418694400,1),(259,433810800,2),(259,450316800,1),(259,465433200,2),(259,508896000,1),(259,529196400,2),(259,541555200,1),(259,562633200,2),(259,574387200,1),(259,594255600,2),(259,607305600,1),(259,623199600,2),(259,638928000,1),(259,654649200,2),(259,670456800,1),(259,686264400,2),(259,702684000,1),(259,717886800,2),(259,733096800,1),(259,748904400,2),(259,765151200,1),(259,780958800,2),(259,796687200,1),(259,812494800,2),(259,828309600,1),(259,844117200,2),(259,859759200,1),(259,875653200,2),(259,891208800,1),(259,907189200,2),(259,922917600,1),(259,938725200,2),(259,954540000,1),(259,970347600,2),(259,986076000,1),(259,1001883600,2),(259,1017612000,1),(259,1033419600,2),(259,1049148000,1),(259,1064955600,2),(259,1080770400,1),(259,1096578000,2),(259,1112306400,1),(259,1128114000,2),(259,1143842400,1),(259,1158872400,2),(259,1175205600,1),(259,1193950800,2),(259,1207260000,1),(259,1225486800,2),(259,1238104800,1),(259,1256850000,2),(259,1270159200,1),(259,1288299600,2),(259,1301608800,1),(259,1319749200,2),(259,1333058400,1),(259,1351198800,2),(259,1364508000,1),(259,1382648400,2),(259,1395957600,1),(259,1414702800,2),(259,1427407200,1),(259,1446152400,2),(259,1458856800,1),(259,1477602000,2),(259,1490911200,1),(259,1509051600,2),(259,1522360800,1),(259,1540501200,2),(259,1553810400,1),(259,1571950800,2),(259,1585260000,1),(259,1604005200,2),(259,1616709600,1),(259,1635454800,2),(259,1648159200,1),(259,1666904400,2),(259,1680213600,1),(259,1698354000,2),(259,1711663200,1),(259,1729803600,2),(259,1743112800,1),(259,1761858000,2),(259,1774562400,1),(259,1793307600,2),(259,1806012000,1),(259,1824757200,2),(259,1838066400,1),(259,1856206800,2),(259,1869516000,1),(259,1887656400,2),(259,1900965600,1),(259,1919106000,2),(259,1932415200,1),(259,1951160400,2),(259,1963864800,1),(259,1982610000,2),(259,1995314400,1),(259,2014059600,2),(259,2027368800,1),(259,2045509200,2),(259,2058818400,1),(259,2076958800,2),(259,2090268000,1),(259,2109013200,2),(259,2121717600,1),(259,2140462800,2),(260,-2147483648,1),(260,-891582800,2),(260,-872058600,3),(260,-862637400,2),(260,-576138600,4),(260,1245430800,5),(260,1262278800,4),(260,2147483647,4),(261,-2147483648,0),(261,-1830414140,1),(261,-879152400,2),(261,199897200,1),(261,969120000,2),(261,2147483647,2),(262,-2147483648,0),(262,-1577936472,1),(262,2147483647,1),(263,-2147483648,0),(263,-1441168512,1),(263,-1247547600,3),(263,354909600,2),(263,370717200,3),(263,386445600,2),(263,402253200,3),(263,417981600,2),(263,433789200,3),(263,449604000,2),(263,465336000,4),(263,481060800,5),(263,496785600,4),(263,512510400,5),(263,528235200,4),(263,543960000,5),(263,559684800,4),(263,575409600,5),(263,591134400,4),(263,606859200,5),(263,622584000,4),(263,638308800,5),(263,654638400,4),(263,670363200,6),(263,684363600,7),(263,2147483647,7),(264,-2147483648,0),(264,-1518920148,2),(264,166572000,1),(264,182293200,2),(264,200959200,1),(264,213829200,2),(264,228866400,1),(264,243982800,2),(264,260316000,1),(264,276123600,2),(264,291765600,1),(264,307486800,2),(264,323820000,1),(264,338936400,2),(264,354664800,1),(264,370386000,2),(264,386114400,1),(264,401835600,2),(264,417564000,1),(264,433285200,2),(264,449013600,1),(264,465339600,2),(264,481068000,1),(264,496789200,2),(264,512517600,1),(264,528238800,2),(264,543967200,1),(264,559688400,2),(264,575416800,1),(264,591138000,2),(264,606866400,1),(264,622587600,2),(264,638316000,1),(264,654642000,2),(264,670370400,1),(264,686091600,2),(264,701820000,1),(264,717541200,2),(264,733269600,1),(264,748990800,2),(264,764719200,1),(264,780440400,2),(264,796168800,1),(264,811890000,2),(264,828223200,1),(264,843944400,2),(264,859672800,1),(264,875394000,2),(264,891122400,1),(264,909277200,3),(264,922582800,4),(264,941331600,3),(264,954032400,4),(264,972781200,3),(264,985482000,4),(264,1004230800,3),(264,1017536400,4),(264,1035680400,3),(264,1048986000,4),(264,1067130000,3),(264,1080435600,4),(264,1099184400,3),(264,1111885200,4),(264,1130634000,3),(264,1143334800,4),(264,1162083600,3),(264,1174784400,4),(264,1193533200,3),(264,1206838800,4),(264,1224982800,3),(264,1238288400,4),(264,1256432400,3),(264,1269738000,4),(264,1288486800,3),(264,1301187600,4),(264,1319936400,3),(264,1332637200,4),(264,1351386000,3),(264,1364691600,4),(264,1382835600,3),(264,1396141200,4),(264,1414285200,3),(264,1427590800,4),(264,1445734800,3),(264,1459040400,4),(264,1473282000,5),(264,1509238800,3),(264,1521939600,4),(264,1540688400,3),(264,1553994000,4),(264,1572138000,3),(264,1585443600,4),(264,1603587600,3),(264,1616893200,4),(264,1635642000,3),(264,1648342800,4),(264,1667091600,3),(264,1679792400,4),(264,1698541200,3),(264,1711846800,4),(264,1729990800,3),(264,1743296400,4),(264,1761440400,3),(264,1774746000,4),(264,1792890000,3),(264,1806195600,4),(264,1824944400,3),(264,1837645200,4),(264,1856394000,3),(264,1869094800,4),(264,1887843600,3),(264,1901149200,4),(264,1919293200,3),(264,1932598800,4),(264,1950742800,3),(264,1964048400,4),(264,1982797200,3),(264,1995498000,4),(264,2014246800,3),(264,2026947600,4),(264,2045696400,3),(264,2058397200,4),(264,2077146000,3),(264,2090451600,4),(264,2108595600,3),(264,2121901200,4),(264,2140045200,3),(265,-2147483648,3),(265,-933638400,1),(265,-923097600,2),(265,-919036800,1),(265,-857347200,2),(265,-844300800,1),(265,-825811200,2),(265,-812678400,1),(265,-794188800,2),(265,-779846400,1),(265,-762652800,2),(265,-748310400,1),(265,-731116800,2),(265,-682653600,3),(265,-399088800,4),(265,-386650800,3),(265,-368330400,4),(265,-355114800,3),(265,-336790800,4),(265,-323654400,3),(265,-305168400,4),(265,-292032000,3),(265,-273632400,4),(265,-260496000,3),(265,-242096400,4),(265,-228960000,3),(265,-210560400,4),(265,-197424000,3),(265,-178938000,4),(265,-165801600,3),(265,-147402000,4),(265,-134265600,3),(265,-115866000,4),(265,-102643200,3),(265,-84330000,4),(265,-81313200,6),(265,142380000,5),(265,150843600,6),(265,167176800,5),(265,178664400,6),(265,334101600,7),(265,337730400,8),(265,452642400,7),(265,462319200,8),(265,482277600,5),(265,494370000,6),(265,516751200,5),(265,526424400,6),(265,545436000,5),(265,558478800,6),(265,576626400,5),(265,589323600,6),(265,609890400,5),(265,620773200,6),(265,638316000,5),(265,651618000,6),(265,669765600,5),(265,683672400,6),(265,701820000,5),(265,715726800,6),(265,733701600,5),(265,747176400,6),(265,765151200,5),(265,778021200,6),(265,796600800,5),(265,810075600,6),(265,820447200,3),(265,828655200,4),(265,843170400,9),(265,860104800,4),(265,874620000,9),(265,891554400,4),(265,906069600,9),(265,915141600,3),(265,924213600,4),(265,939934800,3),(265,956268000,4),(265,971989200,3),(265,987717600,4),(265,1003438800,3),(265,1019167200,4),(265,1034888400,3),(265,1050616800,4),(265,1066338000,3),(265,1082066400,4),(265,1096581600,3),(265,1113516000,4),(265,1128380400,3),(265,1143842400,4),(265,1158872400,3),(265,1175378400,4),(265,1189638000,3),(265,1206655200,4),(265,1219957200,3),(265,1238104800,4),(265,1252015200,3),(265,1269640860,4),(265,1281474000,3),(265,1301608860,4),(265,1312146000,3),(265,1333058400,4),(265,1348178400,3),(265,1364508000,4),(265,1380229200,3),(265,1395957600,4),(265,1414098000,3),(265,1427493600,4),(265,1445551200,3),(265,1458946800,4),(265,1477692000,3),(265,1490396400,4),(265,1509141600,3),(265,1521846000,4),(265,1540591200,3),(265,1553810400,4),(265,1572037200,3),(265,1585346400,4),(265,1603490400,3),(265,1616796000,4),(265,1635458400,3),(265,1648332000,4),(265,1666908000,3),(265,1679781600,4),(265,1698357600,3),(265,1711836000,4),(265,1729807200,3),(265,1743285600,4),(265,1761256800,3),(265,1774735200,4),(265,1792706400,3),(265,1806184800,4),(265,1824760800,3),(265,1837634400,4),(265,1856210400,3),(265,1869084000,4),(265,1887660000,3),(265,1901138400,4),(265,1919109600,3),(265,1932588000,4),(265,1950559200,3),(265,1964037600,4),(265,1982613600,3),(265,1995487200,4),(265,2014063200,3),(265,2026936800,4),(265,2045512800,3),(265,2058386400,4),(265,2076962400,3),(265,2090440800,4),(265,2108412000,3),(265,2121890400,4),(265,2139861600,3),(266,-2147483648,2),(266,-1600675200,1),(266,-1585904400,2),(266,-933667200,1),(266,-922093200,2),(266,-908870400,1),(266,-888829200,2),(266,-881049600,1),(266,-767869200,2),(266,-745833600,1),(266,-733827600,2),(266,-716889600,1),(266,-699613200,2),(266,-683884800,1),(266,-670669200,2),(266,-652348800,1),(266,-650019600,2),(266,515527200,1),(266,527014800,2),(266,545162400,1),(266,558464400,2),(266,577216800,1),(266,589914000,2),(266,608666400,1),(266,621968400,2),(266,640116000,1),(266,653418000,2),(266,671565600,1),(266,684867600,2),(267,-2147483648,3),(267,-933638400,1),(267,-923097600,2),(267,-919036800,1),(267,-857347200,2),(267,-844300800,1),(267,-825811200,2),(267,-812678400,1),(267,-794188800,2),(267,-779846400,1),(267,-762652800,2),(267,-748310400,1),(267,-731116800,2),(267,-682653600,3),(267,-399088800,4),(267,-386650800,3),(267,-368330400,4),(267,-355114800,3),(267,-336790800,4),(267,-323654400,3),(267,-305168400,4),(267,-292032000,3),(267,-273632400,4),(267,-260496000,3),(267,-242096400,4),(267,-228960000,3),(267,-210560400,4),(267,-197424000,3),(267,-178938000,4),(267,-165801600,3),(267,-147402000,4),(267,-134265600,3),(267,-115866000,4),(267,-102643200,3),(267,-84330000,4),(267,-81313200,6),(267,142380000,5),(267,150843600,6),(267,167176800,5),(267,178664400,6),(267,334101600,7),(267,337730400,8),(267,452642400,7),(267,462319200,8),(267,482277600,5),(267,494370000,6),(267,516751200,5),(267,526424400,6),(267,545436000,5),(267,558478800,6),(267,576626400,5),(267,589323600,6),(267,609890400,5),(267,620773200,6),(267,638316000,5),(267,651618000,6),(267,669765600,5),(267,683672400,6),(267,701820000,5),(267,715726800,6),(267,733701600,5),(267,747176400,6),(267,765151200,5),(267,778021200,6),(267,796600800,5),(267,810075600,6),(267,820447200,3),(267,828655200,4),(267,843170400,9),(267,860104800,4),(267,874620000,9),(267,891554400,4),(267,906069600,9),(267,915141600,3),(267,924213600,4),(267,939934800,3),(267,956268000,4),(267,971989200,3),(267,987717600,4),(267,1003438800,3),(267,1019167200,4),(267,1034888400,3),(267,1050616800,4),(267,1066338000,3),(267,1082066400,4),(267,1096581600,3),(267,1113516000,4),(267,1128380400,3),(267,1143842400,4),(267,1158872400,3),(267,1175378400,4),(267,1189638000,3),(267,1206655200,4),(267,1220216400,3),(267,1238104800,4),(267,1252015200,3),(267,1269554400,4),(267,1281474000,3),(267,1301608860,4),(267,1312146000,3),(267,1314655200,4),(267,1317330000,3),(267,1333058400,4),(267,1348178400,3),(267,1364508000,4),(267,1380229200,3),(267,1395957600,4),(267,1414098000,3),(267,1427493600,4),(267,1445551200,3),(267,1458946800,4),(267,1477692000,3),(267,1490396400,4),(267,1509141600,3),(267,1521846000,4),(267,1540591200,3),(267,1553810400,4),(267,1572037200,3),(267,1585346400,4),(267,1603490400,3),(267,1616796000,4),(267,1635458400,3),(267,1648332000,4),(267,1666908000,3),(267,1679781600,4),(267,1698357600,3),(267,1711836000,4),(267,1729807200,3),(267,1743285600,4),(267,1761256800,3),(267,1774735200,4),(267,1792706400,3),(267,1806184800,4),(267,1824760800,3),(267,1837634400,4),(267,1856210400,3),(267,1869084000,4),(267,1887660000,3),(267,1901138400,4),(267,1919109600,3),(267,1932588000,4),(267,1950559200,3),(267,1964037600,4),(267,1982613600,3),(267,1995487200,4),(267,2014063200,3),(267,2026936800,4),(267,2045512800,3),(267,2058386400,4),(267,2076962400,3),(267,2090440800,4),(267,2108412000,3),(267,2121890400,4),(267,2139861600,3),(268,-2147483648,0),(268,-2004073600,1),(268,-1851577590,2),(268,-852105600,3),(268,-782643600,4),(268,-767869200,2),(268,-718095600,3),(268,-457776000,2),(268,-315648000,3),(268,171820800,2),(268,2147483647,2),(269,-2147483648,0),(269,-2056690800,1),(269,-900910800,2),(269,-891579600,3),(269,-884248200,4),(269,-761209200,1),(269,-747907200,2),(269,-728541000,5),(269,-717049800,6),(269,-697091400,5),(269,-683785800,6),(269,-668061000,5),(269,-654755400,2),(269,-636611400,5),(269,-623305800,2),(269,-605161800,5),(269,-591856200,2),(269,-573712200,5),(269,-559801800,2),(269,-541657800,5),(269,-528352200,2),(269,-510211800,1),(269,-498112200,2),(269,-478762200,1),(269,-466662600,2),(269,-446707800,1),(269,-435213000,2),(269,-415258200,1),(269,-403158600,2),(269,-383808600,1),(269,-371709000,2),(269,-352359000,1),(269,-340259400,2),(269,-320909400,1),(269,-308809800,2),(269,-288855000,1),(269,-277360200,2),(269,-257405400,1),(269,-245910600,2),(269,-225955800,1),(269,-213856200,2),(269,-194506200,1),(269,-182406600,2),(269,-163056600,1),(269,-148537800,2),(269,-132816600,1),(269,-117088200,2),(269,-101367000,1),(269,-85638600,2),(269,-69312600,1),(269,-53584200,2),(269,-37863000,1),(269,-22134600,2),(269,-6413400,1),(269,9315000,2),(269,25036200,1),(269,40764600,2),(269,56485800,1),(269,72214200,2),(269,88540200,1),(269,104268600,2),(269,119989800,1),(269,126041400,2),(269,151439400,1),(269,167167800,2),(269,182889000,1),(269,198617400,2),(269,214338600,1),(269,295385400,2),(269,309292200,1),(270,-2147483648,0),(270,-2032927596,1),(270,252439200,3),(270,417978000,2),(270,433785600,3),(270,449600400,2),(270,465321600,3),(270,481050000,2),(270,496771200,3),(270,512499600,2),(270,528220800,3),(270,543949200,2),(270,559670400,3),(270,575398800,2),(270,591120000,3),(270,606848400,2),(270,622569600,3),(270,638298000,2),(270,654624000,3),(270,670352400,2),(270,686073600,3),(270,701802000,2),(270,717523200,3),(270,733251600,2),(270,748972800,3),(270,764701200,2),(270,780422400,3),(270,796150800,2),(270,811872000,3),(270,828205200,2),(270,843926400,3),(270,859654800,2),(270,875376000,3),(270,891104400,2),(270,906825600,3),(270,988398000,2),(270,1001700000,3),(270,1017428400,2),(270,1033149600,3),(270,1048878000,2),(270,1064599200,3),(270,1080327600,2),(270,1096048800,3),(270,1111777200,2),(270,1127498400,3),(270,1143226800,2),(270,1159552800,3),(270,1427482800,2),(270,1443196800,3),(270,1458932400,2),(270,1474646400,3),(270,2147483647,3),(271,-2147483648,1),(271,-1575874625,2),(271,-1247554800,4),(271,354902400,3),(271,370710000,4),(271,386438400,3),(271,402246000,4),(271,417974400,3),(271,433782000,4),(271,449596800,3),(271,465328800,5),(271,481053600,6),(271,496778400,5),(271,512503200,6),(271,528228000,5),(271,543952800,6),(271,559677600,5),(271,575402400,6),(271,591127200,5),(271,606852000,6),(271,622576800,5),(271,638301600,6),(271,654631200,5),(271,670356000,7),(271,686084400,8),(271,695761200,5),(271,701805600,6),(271,717530400,5),(271,733255200,6),(271,748980000,5),(271,764704800,6),(271,780429600,5),(271,796154400,6),(271,811879200,5),(271,828208800,6),(271,846352800,5),(271,859658400,6),(271,877802400,5),(271,891108000,6),(271,909252000,5),(271,922557600,6),(271,941306400,5),(271,954007200,6),(271,972756000,5),(271,985456800,6),(271,1004205600,5),(271,1017511200,6),(271,1035655200,5),(271,1048960800,6),(271,1067104800,5),(271,1080410400,6),(271,1099159200,5),(271,1111860000,6),(271,1130608800,5),(271,1143309600,6),(271,1162058400,5),(271,1174759200,6),(271,1193508000,5),(271,1206813600,6),(271,1224957600,5),(271,1238263200,6),(271,1256407200,5),(271,1269712800,6),(271,1288461600,5),(271,1301162400,9),(271,1414256400,5),(271,2147483647,5),(272,-2147483648,1),(272,-1869875816,3),(272,-1693706400,2),(272,-1680490800,3),(272,-1570413600,2),(272,-1552186800,3),(272,-1538359200,2),(272,-1522551600,3),(272,-1507514400,2),(272,-1490583600,3),(272,-1440208800,2),(272,-1428030000,3),(272,-1409709600,2),(272,-1396494000,3),(272,-931053600,2),(272,-922676400,3),(272,-917834400,2),(272,-892436400,3),(272,-875844000,2),(272,-764737200,3),(272,-744343200,2),(272,-733806000,3),(272,-716436000,2),(272,-701924400,3),(272,-684986400,2),(272,-670474800,3),(272,-654141600,2),(272,-639025200,3),(272,-622087200,2),(272,-606970800,3),(272,-590032800,2),(272,-575521200,3),(272,-235620000,2),(272,-194842800,3),(272,-177732000,2),(272,-165726000,3),(272,107910000,2),(272,121215600,3),(272,133920000,2),(272,152665200,3),(272,164678400,2),(272,184114800,3),(272,196214400,2),(272,215564400,3),(272,228873600,2),(272,245804400,3),(272,260323200,2),(272,267915600,4),(272,428454000,5),(272,433893600,4),(272,468111600,3),(272,482799600,6),(272,496710000,7),(272,512521200,6),(272,528246000,7),(272,543970800,6),(272,559695600,7),(272,575420400,6),(272,591145200,7),(272,606870000,6),(272,622594800,7),(272,638319600,6),(272,654649200,7),(272,670374000,6),(272,686098800,7),(272,701823600,6),(272,717548400,7),(272,733273200,6),(272,748998000,7),(272,764118000,6),(272,780447600,7),(272,796172400,6),(272,811897200,7),(272,828226800,6),(272,846370800,7),(272,859676400,6),(272,877820400,7),(272,891126000,6),(272,909270000,7),(272,922575600,6),(272,941324400,7),(272,954025200,6),(272,972774000,7),(272,985474800,6),(272,1004223600,7),(272,1017529200,6),(272,1035673200,7),(272,1048978800,6),(272,1067122800,7),(272,1080428400,6),(272,1099177200,7),(272,1111878000,6),(272,1130626800,7),(272,1143327600,6),(272,1162076400,7),(272,1167602400,3),(272,1174784400,8),(272,1193533200,9),(272,1206838800,8),(272,1224982800,9),(272,1238288400,8),(272,1256432400,9),(272,1269738000,8),(272,1288486800,9),(272,1301274000,8),(272,1319936400,9),(272,1332637200,8),(272,1351386000,9),(272,1364691600,8),(272,1382835600,9),(272,1396227600,8),(272,1414285200,9),(272,1427590800,8),(272,1446944400,9),(272,1459040400,8),(272,1473195600,4),(272,2147483647,4),(273,-2147483648,1),(273,-1451719200,2),(273,-1172906400,3),(273,-876641400,4),(273,-766054800,3),(273,-683883000,5),(273,-620812800,3),(273,-189415800,6),(274,-2147483648,0),(274,-1172913768,1),(274,-799491600,2),(274,-189423000,3),(275,-2147483648,1),(275,-1641003640,6),(275,-933638400,2),(275,-923097600,3),(275,-919036800,2),(275,-857347200,3),(275,-844300800,2),(275,-825811200,3),(275,-812678400,2),(275,-794188800,3),(275,-779846400,2),(275,-762652800,3),(275,-748310400,2),(275,-731116800,3),(275,-681955200,4),(275,-673228800,2),(275,-667958400,3),(275,-652320000,2),(275,-636422400,3),(275,-622080000,2),(275,-608947200,3),(275,-591840000,2),(275,-572486400,3),(275,-558576000,2),(275,-542851200,3),(275,-527731200,2),(275,-514425600,3),(275,-490838400,2),(275,-482976000,3),(275,-459388800,2),(275,-451526400,3),(275,-428544000,2),(275,-418262400,3),(275,-400118400,2),(275,-387417600,3),(275,142380000,5),(275,150843600,6),(275,167176800,5),(275,178664400,6),(275,334101600,7),(275,337730400,8),(275,452642400,7),(275,462319200,8),(275,482277600,5),(275,494370000,6),(275,516751200,5),(275,526424400,6),(275,545436000,5),(275,558478800,6),(275,576626400,5),(275,589323600,6),(275,609890400,5),(275,620773200,6),(275,638316000,5),(275,651618000,6),(275,669765600,5),(275,683672400,6),(275,701820000,5),(275,715726800,6),(275,733701600,5),(275,747176400,6),(275,765151200,5),(275,778021200,6),(275,796600800,5),(275,810075600,6),(275,826840800,5),(275,842821200,6),(275,858895200,5),(275,874184400,6),(275,890344800,5),(275,905029200,6),(275,923011200,5),(275,936313200,6),(275,955670400,5),(275,970783200,6),(275,986770800,5),(275,1001282400,6),(275,1017356400,5),(275,1033941600,6),(275,1048806000,5),(275,1065132000,6),(275,1081292400,5),(275,1095804000,6),(275,1112313600,5),(275,1128812400,6),(275,1143763200,5),(275,1159657200,6),(275,1175212800,5),(275,1189897200,6),(275,1206662400,5),(275,1223161200,6),(275,1238112000,5),(275,1254006000,6),(275,1269561600,5),(275,1284246000,6),(275,1301616000,5),(275,1317510000,6),(275,1333065600,5),(275,1348354800,6),(275,1364515200,5),(275,1382828400,6),(275,1395964800,5),(275,1414278000,6),(275,1427414400,5),(275,1445727600,6),(275,1458864000,5),(275,1477782000,6),(275,1490313600,5),(275,1509231600,6),(275,1521763200,5),(275,1540681200,6),(275,1553817600,5),(275,1572130800,6),(275,1585267200,5),(275,1603580400,6),(275,1616716800,5),(275,1635634800,6),(275,1648166400,5),(275,1667084400,6),(275,1679616000,5),(275,1698534000,6),(275,1711670400,5),(275,1729983600,6),(275,1743120000,5),(275,1761433200,6),(275,1774569600,5),(275,1792882800,6),(275,1806019200,5),(275,1824937200,6),(275,1837468800,5),(275,1856386800,6),(275,1868918400,5),(275,1887836400,6),(275,1900972800,5),(275,1919286000,6),(275,1932422400,5),(275,1950735600,6),(275,1963872000,5),(275,1982790000,6),(275,1995321600,5),(275,2014239600,6),(275,2026771200,5),(275,2045689200,6),(275,2058220800,5),(275,2077138800,6),(275,2090275200,5),(275,2108588400,6),(275,2121724800,5),(275,2140038000,6),(276,-2147483648,1),(276,-788932800,2),(276,2147483647,2),(277,-2147483648,0),(277,-1487759676,1),(277,-1247569200,3),(277,354888000,2),(277,370695600,3),(277,386424000,2),(277,402231600,3),(277,417960000,2),(277,433767600,3),(277,449582400,2),(277,465314400,4),(277,481039200,5),(277,496764000,4),(277,512488800,5),(277,528213600,4),(277,543938400,5),(277,559663200,4),(277,575388000,5),(277,591112800,4),(277,606837600,5),(277,622562400,4),(277,638287200,5),(277,654616800,4),(277,670341600,6),(277,686070000,7),(277,695746800,4),(277,701791200,5),(277,717516000,4),(277,733240800,5),(277,748965600,4),(277,764690400,5),(277,780415200,4),(277,796140000,5),(277,811864800,4),(277,828194400,5),(277,846338400,4),(277,859644000,5),(277,877788000,4),(277,891093600,5),(277,909237600,4),(277,922543200,5),(277,941292000,4),(277,953992800,5),(277,972741600,4),(277,985442400,5),(277,1004191200,4),(277,1017496800,5),(277,1035640800,4),(277,1048946400,5),(277,1067090400,4),(277,1080396000,5),(277,1099144800,4),(277,1111845600,5),(277,1130594400,4),(277,1143295200,5),(277,1162044000,4),(277,1174744800,5),(277,1193493600,4),(277,1206799200,5),(277,1224943200,4),(277,1238248800,5),(277,1256392800,4),(277,1269698400,6),(277,1288450800,7),(277,1301151600,4),(277,2147483647,4),(278,-2147483648,0),(278,-1988166492,1),(278,-862637400,2),(278,-764145000,1),(278,-576135000,3),(278,38775600,5),(278,1018119600,4),(278,1033840800,5),(278,1212260400,4),(278,1225476000,5),(278,1239735600,4),(278,1257012000,5),(279,-2147483648,0),(279,-1325483420,1),(279,2147483647,1),(280,-2147483648,0),(280,-1577943676,1),(280,504901800,2),(280,2147483647,2),(281,-2147483648,0),(281,-1577943676,1),(281,504901800,2),(281,2147483647,2),(282,-2147483648,0),(282,-1579424533,1),(282,-1247558400,3),(282,354898800,2),(282,370706400,3),(282,386434800,2),(282,402242400,3),(282,417970800,2),(282,433778400,3),(282,449593200,2),(282,465325200,4),(282,481050000,5),(282,496774800,4),(282,512499600,5),(282,528224400,4),(282,543949200,5),(282,559674000,4),(282,575398800,5),(282,591123600,4),(282,606848400,5),(282,622573200,4),(282,638298000,5),(282,654627600,4),(282,670352400,6),(282,686080800,7),(282,695757600,4),(282,701802000,5),(282,717526800,4),(282,733251600,5),(282,748976400,4),(282,764701200,5),(282,780426000,4),(282,796150800,5),(282,811875600,4),(282,828205200,5),(282,846349200,4),(282,859654800,5),(282,877798800,4),(282,891104400,5),(282,909248400,4),(282,922554000,5),(282,941302800,4),(282,954003600,5),(282,972752400,4),(282,985453200,5),(282,1004202000,4),(282,1017507600,5),(282,1035651600,4),(282,1048957200,5),(282,1067101200,4),(282,1072882800,10),(282,1080403200,8),(282,1099152000,9),(282,1111852800,8),(282,1130601600,9),(282,1143302400,8),(282,1162051200,9),(282,1174752000,8),(282,1193500800,9),(282,1206806400,8),(282,1224950400,9),(282,1238256000,8),(282,1256400000,9),(282,1269705600,8),(282,1288454400,9),(282,1301155200,11),(282,1315832400,9),(282,1414252800,4),(282,2147483647,4),(283,-2147483648,1),(283,-2019705670,2),(283,-891581400,3),(283,-872058600,2),(283,-862637400,3),(283,-764145000,2),(284,-2147483648,0),(284,-1577513486,1),(284,-1247551200,3),(284,354906000,2),(284,370713600,3),(284,386442000,2),(284,402249600,3),(284,417978000,2),(284,433785600,3),(284,449600400,2),(284,465332400,4),(284,481057200,5),(284,496782000,4),(284,512506800,5),(284,528231600,4),(284,543956400,5),(284,559681200,4),(284,575406000,5),(284,591130800,4),(284,606855600,5),(284,622580400,4),(284,638305200,5),(284,654634800,4),(284,670359600,6),(284,686088000,7),(284,695764800,4),(284,701809200,5),(284,717534000,4),(284,733258800,5),(284,748983600,4),(284,764708400,5),(284,780433200,4),(284,796158000,5),(284,811882800,4),(284,828212400,5),(284,846356400,4),(284,859662000,5),(284,877806000,4),(284,891111600,5),(284,909255600,4),(284,922561200,5),(284,941310000,4),(284,954010800,5),(284,972759600,4),(284,985460400,5),(284,1004209200,4),(284,1017514800,5),(284,1035658800,4),(284,1048964400,5),(284,1067108400,4),(284,1080414000,5),(284,1099162800,4),(284,1111863600,5),(284,1130612400,4),(284,1143313200,5),(284,1162062000,4),(284,1174762800,5),(284,1193511600,4),(284,1206817200,5),(284,1224961200,4),(284,1238266800,5),(284,1256410800,4),(284,1269716400,5),(284,1288465200,4),(284,1301166000,8),(284,1414260000,4),(284,2147483647,4),(285,-2147483648,1),(285,-2038200925,2),(285,-1167634800,3),(285,-1073028000,4),(285,-894180000,5),(285,-879665400,6),(285,-767005200,5),(285,378664200,7),(285,2147483647,7),(286,-2147483648,0),(286,-1383463280,1),(286,-1167636600,3),(286,-1082448000,2),(286,-1074586800,3),(286,-1050825600,2),(286,-1042964400,3),(286,-1019289600,2),(286,-1011428400,3),(286,-987753600,2),(286,-979892400,3),(286,-956217600,2),(286,-948356400,3),(286,-924595200,2),(286,-916734000,3),(286,-893059200,2),(286,-885198000,3),(286,-879667200,4),(286,-767005200,3),(286,2147483647,3),(287,-2147483648,0),(287,-719636812,1),(287,2147483647,1),(288,-2147483648,0),(288,-2056692850,1),(288,-884509200,3),(288,-873280800,2),(288,-855918000,3),(288,-841744800,2),(288,-828529200,3),(288,-765363600,1),(288,-747046800,4),(288,-733827600,5),(288,-716461200,4),(288,-697021200,5),(288,-683715600,4),(288,-667990800,5),(288,-654771600,4),(288,-636627600,5),(288,-623322000,4),(288,-605178000,5),(288,-591872400,4),(288,-573642000,5),(288,-559818000,4),(288,-541674000,5),(288,-528368400,4),(288,-510224400,5),(288,-498128400,4),(288,-478774800,5),(288,-466678800,4),(288,-446720400,5),(288,-435229200,4),(288,-415258200,1),(288,-403158600,6),(288,-383808600,1),(288,-371709000,6),(288,-352359000,1),(288,-340259400,6),(288,-320909400,1),(288,-308809800,6),(288,-288855000,1),(288,-277360200,6),(288,-257405400,1),(288,-245910600,6),(288,-225955800,1),(288,-213856200,6),(288,-194506200,1),(288,-182406600,6),(288,-163056600,1),(288,-148537800,6),(288,-132820200,1),(288,-117088200,6),(288,-101370600,1),(288,-85638600,6),(288,-69312600,1),(288,-53584200,6),(288,-37863000,1),(288,-22134600,6),(288,-6413400,1),(288,9315000,6),(288,25036200,1),(288,40764600,6),(288,56485800,1),(288,72214200,6),(288,88540200,1),(288,104268600,6),(288,119989800,1),(288,126041400,6),(288,151439400,1),(288,167167800,6),(288,182889000,1),(288,198617400,6),(288,214338600,1),(288,295385400,6),(288,309292200,1),(289,-2147483648,0),(289,-2056692850,1),(289,-884509200,3),(289,-873280800,2),(289,-855918000,3),(289,-841744800,2),(289,-828529200,3),(289,-765363600,1),(289,-747046800,4),(289,-733827600,5),(289,-716461200,4),(289,-697021200,5),(289,-683715600,4),(289,-667990800,5),(289,-654771600,4),(289,-636627600,5),(289,-623322000,4),(289,-605178000,5),(289,-591872400,4),(289,-573642000,5),(289,-559818000,4),(289,-541674000,5),(289,-528368400,4),(289,-510224400,5),(289,-498128400,4),(289,-478774800,5),(289,-466678800,4),(289,-446720400,5),(289,-435229200,4),(289,-415258200,1),(289,-403158600,6),(289,-383808600,1),(289,-371709000,6),(289,-352359000,1),(289,-340259400,6),(289,-320909400,1),(289,-308809800,6),(289,-288855000,1),(289,-277360200,6),(289,-257405400,1),(289,-245910600,6),(289,-225955800,1),(289,-213856200,6),(289,-194506200,1),(289,-182406600,6),(289,-163056600,1),(289,-148537800,6),(289,-132820200,1),(289,-117088200,6),(289,-101370600,1),(289,-85638600,6),(289,-69312600,1),(289,-53584200,6),(289,-37863000,1),(289,-22134600,6),(289,-6413400,1),(289,9315000,6),(289,25036200,1),(289,40764600,6),(289,56485800,1),(289,72214200,6),(289,88540200,1),(289,104268600,6),(289,119989800,1),(289,126041400,6),(289,151439400,1),(289,167167800,6),(289,182889000,1),(289,198617400,6),(289,214338600,1),(289,295385400,6),(289,309292200,1),(290,-2147483648,0),(290,-1441188192,1),(290,-1247565600,3),(290,354891600,2),(290,370699200,3),(290,386427600,2),(290,402235200,3),(290,417963600,2),(290,433771200,3),(290,449586000,2),(290,465318000,4),(290,481042800,5),(290,496767600,4),(290,512492400,5),(290,528217200,4),(290,543942000,5),(290,559666800,4),(290,575391600,5),(290,591116400,4),(290,606841200,5),(290,622566000,4),(290,638290800,5),(290,654620400,4),(290,670345200,6),(290,686073600,7),(290,695750400,4),(290,701794800,5),(290,717519600,4),(290,733244400,5),(290,748969200,4),(290,764694000,5),(290,780418800,4),(290,796143600,5),(290,811868400,4),(290,828198000,5),(290,846342000,4),(290,859647600,5),(290,877791600,4),(290,891097200,5),(290,909241200,4),(290,922546800,5),(290,941295600,4),(290,953996400,5),(290,972745200,4),(290,985446000,5),(290,1004194800,4),(290,1017500400,5),(290,1035644400,4),(290,1048950000,5),(290,1067094000,4),(290,1080399600,5),(290,1099148400,4),(290,1111849200,5),(290,1130598000,4),(290,1143298800,5),(290,1162047600,4),(290,1174748400,5),(290,1193497200,4),(290,1206802800,5),(290,1224946800,4),(290,1238252400,5),(290,1256396400,4),(290,1269702000,5),(290,1288450800,4),(290,1301151600,8),(290,1414245600,7),(290,1461427200,4),(290,2147483647,4),(291,-2147483648,0),(291,-1577951856,1),(291,-1172908656,2),(291,-880272000,3),(291,-766054800,4),(292,-2147483648,2),(292,-1046678400,1),(292,-1038733200,2),(292,-873273600,3),(292,-794221200,2),(292,-496224000,1),(292,-489315600,2),(292,259344000,1),(292,275151600,2),(293,-2147483648,0),(293,-1577936472,1),(293,2147483647,1),(294,-2147483648,0),(294,-1518920008,2),(294,166572000,1),(294,182293200,2),(294,200959200,1),(294,213829200,2),(294,228866400,1),(294,243982800,2),(294,260316000,1),(294,276123600,2),(294,291765600,1),(294,307486800,2),(294,323820000,1),(294,338936400,2),(294,354664800,1),(294,370386000,2),(294,386114400,1),(294,401835600,2),(294,417564000,1),(294,433285200,2),(294,449013600,1),(294,465339600,2),(294,481068000,1),(294,496789200,2),(294,512517600,1),(294,528238800,2),(294,543967200,1),(294,559688400,2),(294,575416800,1),(294,591138000,2),(294,606866400,1),(294,622587600,2),(294,638316000,1),(294,654642000,2),(294,670370400,1),(294,686091600,2),(294,701820000,1),(294,717541200,2),(294,733269600,1),(294,748990800,2),(294,764719200,1),(294,780440400,2),(294,796168800,1),(294,811890000,2),(294,828223200,1),(294,843944400,2),(294,859672800,1),(294,875394000,2),(294,891122400,1),(294,909277200,3),(294,922582800,4),(294,941331600,3),(294,954032400,4),(294,972781200,3),(294,985482000,4),(294,1004230800,3),(294,1017536400,4),(294,1035680400,3),(294,1048986000,4),(294,1067130000,3),(294,1080435600,4),(294,1099184400,3),(294,1111885200,4),(294,1130634000,3),(294,1143334800,4),(294,1162083600,3),(294,1174784400,4),(294,1193533200,3),(294,1206838800,4),(294,1224982800,3),(294,1238288400,4),(294,1256432400,3),(294,1269738000,4),(294,1288486800,3),(294,1301187600,4),(294,1319936400,3),(294,1332637200,4),(294,1351386000,3),(294,1364691600,4),(294,1382835600,3),(294,1396141200,4),(294,1414285200,3),(294,1427590800,4),(294,1445734800,3),(294,1459040400,4),(294,1477789200,3),(294,1490490000,4),(294,1509238800,3),(294,1521939600,4),(294,1540688400,3),(294,1553994000,4),(294,1572138000,3),(294,1585443600,4),(294,1603587600,3),(294,1616893200,4),(294,1635642000,3),(294,1648342800,4),(294,1667091600,3),(294,1679792400,4),(294,1698541200,3),(294,1711846800,4),(294,1729990800,3),(294,1743296400,4),(294,1761440400,3),(294,1774746000,4),(294,1792890000,3),(294,1806195600,4),(294,1824944400,3),(294,1837645200,4),(294,1856394000,3),(294,1869094800,4),(294,1887843600,3),(294,1901149200,4),(294,1919293200,3),(294,1932598800,4),(294,1950742800,3),(294,1964048400,4),(294,1982797200,3),(294,1995498000,4),(294,2014246800,3),(294,2026947600,4),(294,2045696400,3),(294,2058397200,4),(294,2077146000,3),(294,2090451600,4),(294,2108595600,3),(294,2121901200,4),(294,2140045200,3),(295,-2147483648,0),(295,-1441259328,1),(295,-1247551200,3),(295,354906000,2),(295,370713600,3),(295,386442000,2),(295,402249600,3),(295,417978000,2),(295,433785600,3),(295,449600400,2),(295,465332400,4),(295,481057200,5),(295,496782000,4),(295,512506800,5),(295,528231600,4),(295,543956400,5),(295,559681200,4),(295,575406000,5),(295,591130800,4),(295,606855600,5),(295,622580400,4),(295,638305200,5),(295,654634800,4),(295,670359600,6),(295,686088000,7),(295,695764800,4),(295,701809200,5),(295,717534000,4),(295,733258800,5),(295,748983600,4),(295,764708400,5),(295,780433200,4),(295,796158000,5),(295,811882800,4),(295,828212400,5),(295,846356400,4),(295,859662000,5),(295,877806000,4),(295,891111600,5),(295,909255600,4),(295,922561200,5),(295,941310000,4),(295,954010800,5),(295,972759600,4),(295,985460400,5),(295,1004209200,4),(295,1017514800,5),(295,1035658800,4),(295,1048964400,5),(295,1067108400,4),(295,1080414000,5),(295,1099162800,4),(295,1111863600,5),(295,1130612400,4),(295,1143313200,5),(295,1162062000,4),(295,1174762800,5),(295,1193511600,4),(295,1206817200,5),(295,1224961200,4),(295,1238266800,5),(295,1256410800,4),(295,1269716400,6),(295,1288468800,7),(295,1301169600,4),(295,2147483647,4),(296,-2147483648,0),(296,-1579476700,1),(296,-1247551200,3),(296,354906000,2),(296,370713600,3),(296,386442000,2),(296,402249600,3),(296,417978000,2),(296,433785600,3),(296,449600400,2),(296,465332400,4),(296,481057200,5),(296,496782000,4),(296,512506800,5),(296,528231600,4),(296,543956400,5),(296,559681200,4),(296,575406000,5),(296,591130800,4),(296,606855600,5),(296,622580400,4),(296,638305200,5),(296,654634800,4),(296,670359600,6),(296,686088000,7),(296,695764800,4),(296,701809200,5),(296,717534000,4),(296,733258800,5),(296,738086400,8),(296,748987200,7),(296,764712000,6),(296,780436800,7),(296,796161600,6),(296,811886400,7),(296,828216000,6),(296,846360000,7),(296,859665600,6),(296,877809600,7),(296,891115200,6),(296,909259200,7),(296,922564800,6),(296,941313600,7),(296,954014400,6),(296,972763200,7),(296,985464000,6),(296,1004212800,7),(296,1017518400,6),(296,1035662400,7),(296,1048968000,6),(296,1067112000,7),(296,1080417600,6),(296,1099166400,7),(296,1111867200,6),(296,1130616000,7),(296,1143316800,6),(296,1162065600,7),(296,1174766400,6),(296,1193515200,7),(296,1206820800,6),(296,1224964800,7),(296,1238270400,6),(296,1256414400,7),(296,1269720000,6),(296,1288468800,7),(296,1301169600,4),(296,1414263600,7),(296,1469304000,4),(296,2147483647,4),(297,-2147483648,0),(297,-1582088010,1),(297,-1247547600,3),(297,354909600,2),(297,370717200,3),(297,386445600,2),(297,402253200,3),(297,417981600,2),(297,433789200,3),(297,449604000,2),(297,465336000,4),(297,481060800,5),(297,496785600,4),(297,512510400,5),(297,528235200,4),(297,543960000,5),(297,559684800,4),(297,575409600,5),(297,591134400,4),(297,606859200,5),(297,622584000,4),(297,638308800,5),(297,654638400,4),(297,670363200,6),(297,686091600,7),(297,695768400,4),(297,701812800,5),(297,717537600,4),(297,733262400,5),(297,748987200,4),(297,764712000,5),(297,780436800,4),(297,796161600,5),(297,811886400,4),(297,828216000,5),(297,846360000,4),(297,859665600,5),(297,877809600,4),(297,891115200,5),(297,909259200,4),(297,922564800,5),(297,941313600,4),(297,954014400,5),(297,972763200,4),(297,985464000,5),(297,1004212800,4),(297,1017518400,5),(297,1035662400,4),(297,1048968000,5),(297,1067112000,4),(297,1080417600,5),(297,1099166400,4),(297,1111867200,5),(297,1130616000,4),(297,1143316800,5),(297,1162065600,4),(297,1174766400,5),(297,1193515200,4),(297,1206820800,5),(297,1224964800,4),(297,1238270400,5),(297,1256414400,4),(297,1269720000,5),(297,1288468800,4),(297,1301169600,8),(297,1414263600,4),(297,2147483647,4),(298,-2147483648,0),(298,-1441164324,1),(298,-1247540400,2),(298,354913200,3),(298,370720800,4),(298,386445600,3),(298,402256800,2),(298,417985200,3),(298,433792800,2),(298,449607600,3),(298,465339600,5),(298,481064400,6),(298,496789200,5),(298,512514000,6),(298,528238800,5),(298,543963600,6),(298,559688400,5),(298,575413200,6),(298,591138000,5),(298,606862800,7),(298,622591200,8),(298,638316000,7),(298,654645600,8),(298,670370400,7),(298,686095200,8),(298,695772000,5),(298,701816400,7),(298,717544800,8),(298,733269600,7),(298,748994400,8),(298,764719200,7),(298,780444000,8),(298,796168800,7),(298,811893600,8),(298,828223200,7),(298,846367200,8),(298,859672800,7),(298,877816800,8),(298,891122400,7),(298,909266400,8),(298,922572000,7),(298,941320800,8),(298,954021600,7),(298,972770400,8),(298,985471200,7),(298,1004220000,8),(298,1017525600,7),(298,1035669600,8),(298,1048975200,7),(298,1067119200,8),(298,1080424800,7),(298,1099173600,5),(298,2147483647,5),(299,-2147483648,1),(299,-1570084924,2),(299,2147483647,2),(300,-2147483648,0),(300,-1946186240,1),(300,-1172906240,2),(300,-881220600,3),(300,-766054800,2),(300,-683883000,4),(300,-620812800,2),(300,-189415800,5),(300,567964800,6),(301,-2147483648,0),(301,-1948782180,1),(301,-1830414600,2),(301,-768646800,3),(301,1439564400,1),(301,1525446000,3),(302,-2147483648,0),(302,-1577935568,1),(302,76190400,2),(302,2147483647,2),(303,-2147483648,0),(303,-1441167268,1),(303,-1247544000,2),(303,354913200,3),(303,370720800,4),(303,386445600,3),(303,402256800,2),(303,417985200,3),(303,433792800,2),(303,449607600,3),(303,465339600,5),(303,481064400,6),(303,496789200,5),(303,512514000,6),(303,528238800,5),(303,543963600,6),(303,559688400,5),(303,575413200,6),(303,591138000,5),(303,606862800,6),(303,622587600,5),(303,638312400,6),(303,654642000,5),(303,670366800,7),(303,686095200,8),(303,695772000,5),(303,701816400,6),(303,717541200,5),(303,733266000,6),(303,748990800,5),(303,764715600,6),(303,780440400,5),(303,796165200,6),(303,811890000,5),(303,828219600,6),(303,846363600,5),(303,859669200,6),(303,877813200,5),(303,891118800,6),(303,909262800,5),(303,922568400,6),(303,941317200,5),(303,954018000,6),(303,972766800,5),(303,985467600,6),(303,1004216400,5),(303,1017522000,6),(303,1035666000,5),(303,1048971600,6),(303,1067115600,5),(303,1080421200,6),(303,1099170000,9),(303,2147483647,9),(304,-2147483648,0),(304,-1441167712,1),(304,-1247544000,2),(304,354913200,3),(304,370720800,4),(304,386445600,3),(304,402256800,2),(304,417985200,3),(304,433792800,2),(304,449607600,3),(304,465339600,5),(304,481064400,6),(304,496789200,5),(304,512514000,6),(304,528238800,5),(304,543963600,6),(304,559688400,5),(304,575413200,6),(304,591138000,5),(304,606862800,6),(304,622587600,5),(304,638312400,6),(304,654642000,5),(304,670366800,7),(304,686095200,5),(304,695768400,9),(304,701812800,6),(304,717541200,5),(304,733266000,6),(304,748990800,5),(304,764715600,6),(304,780440400,5),(304,796165200,6),(304,811890000,5),(304,828219600,6),(304,846363600,5),(304,859669200,6),(304,877813200,5),(304,891118800,6),(304,909262800,5),(304,922568400,6),(304,941317200,5),(304,954018000,6),(304,972766800,5),(304,985467600,6),(304,1004216400,5),(304,1017522000,6),(304,1035666000,5),(304,1048971600,6),(304,1067115600,5),(304,1080421200,6),(304,1099170000,9),(304,1545328800,2),(304,2147483647,2),(305,-2147483648,1),(305,-1577946287,2),(305,-873268200,3),(305,-778410000,2),(305,2147483647,2),(306,-2147483648,0),(306,-719636812,1),(306,2147483647,1),(307,-2147483648,0),(307,-2004073600,1),(307,-1851577590,2),(307,-852105600,3),(307,-782643600,4),(307,-767869200,2),(307,-718095600,3),(307,-457776000,2),(307,-315648000,3),(307,171820800,2),(307,2147483647,2),(308,-2147483648,0),(308,-2031039048,1),(308,-768560400,3),(308,354891600,2),(308,370699200,3),(308,386427600,2),(308,402235200,3),(308,417963600,2),(308,433771200,3),(308,449586000,2),(308,465318000,4),(308,481042800,5),(308,496767600,4),(308,512492400,5),(308,528217200,4),(308,543942000,5),(308,559666800,4),(308,575391600,5),(308,591116400,4),(308,606841200,5),(308,622566000,4),(308,638290800,5),(308,654620400,4),(308,670345200,6),(308,686073600,7),(308,695750400,4),(308,701794800,5),(308,717519600,4),(308,733244400,5),(308,748969200,4),(308,764694000,5),(308,780418800,4),(308,796143600,5),(308,811868400,4),(308,828198000,5),(308,846342000,4),(308,859647600,6),(308,877795200,7),(308,891100800,6),(308,909244800,7),(308,922550400,6),(308,941299200,7),(308,954000000,6),(308,972748800,7),(308,985449600,6),(308,1004198400,7),(308,1017504000,6),(308,1035648000,7),(308,1048953600,6),(308,1067097600,7),(308,1080403200,6),(308,1099152000,7),(308,1111852800,6),(308,1130601600,7),(308,1143302400,6),(308,1162051200,7),(308,1174752000,6),(308,1193500800,7),(308,1206806400,6),(308,1224950400,7),(308,1238256000,6),(308,1256400000,7),(308,1269705600,6),(308,1288454400,7),(308,1301155200,4),(308,1414249200,7),(308,1459008000,4),(308,2147483647,4),(309,-2147483648,0),(309,-1441168073,1),(309,-1247544000,2),(309,354913200,3),(309,370720800,4),(309,386445600,3),(309,402256800,2),(309,417985200,3),(309,433792800,2),(309,449607600,3),(309,465339600,5),(309,481064400,6),(309,496789200,5),(309,512514000,6),(309,528238800,5),(309,543963600,6),(309,559688400,5),(309,575413200,6),(309,591138000,5),(309,606862800,6),(309,622587600,5),(309,638312400,6),(309,654642000,5),(309,670366800,6),(309,686091600,5),(309,694206000,2),(309,2147483647,2),(310,-2147483648,0),(310,-1948782472,1),(310,-1830414600,2),(310,-767350800,4),(310,-681210000,3),(310,-672228000,4),(310,-654771600,3),(310,-640864800,4),(310,-623408400,3),(310,-609415200,4),(310,-588848400,3),(310,-577965600,4),(310,-498128400,1),(310,-462702600,5),(310,-451733400,1),(310,-429784200,5),(310,-418296600,1),(310,-399544200,5),(310,-387451800,1),(310,-368094600,5),(310,-356002200,1),(310,-336645000,5),(310,-324552600,1),(310,-305195400,5),(310,-293103000,1),(310,-264933000,4),(310,547578000,3),(310,560883600,4),(310,579027600,3),(310,592333200,4),(311,-2147483648,2),(311,-1600675200,1),(311,-1585904400,2),(311,-933667200,1),(311,-922093200,2),(311,-908870400,1),(311,-888829200,2),(311,-881049600,1),(311,-767869200,2),(311,-745833600,1),(311,-733827600,2),(311,-716889600,1),(311,-699613200,2),(311,-683884800,1),(311,-670669200,2),(311,-652348800,1),(311,-650019600,2),(311,515527200,1),(311,527014800,2),(311,545162400,1),(311,558464400,2),(311,577216800,1),(311,589914000,2),(311,608666400,1),(311,621968400,2),(311,640116000,1),(311,653418000,2),(311,671565600,1),(311,684867600,2),(312,-2147483648,1),(312,-2038200925,2),(312,-1167634800,3),(312,-1073028000,4),(312,-894180000,5),(312,-879665400,6),(312,-767005200,5),(312,378664200,7),(312,2147483647,7),(313,-2147483648,0),(313,-1441188892,1),(313,-1247565600,3),(313,354891600,2),(313,370699200,3),(313,386427600,2),(313,402235200,3),(313,417963600,2),(313,433771200,3),(313,449586000,2),(313,465318000,4),(313,481042800,5),(313,496767600,4),(313,512492400,5),(313,528217200,4),(313,543942000,5),(313,559666800,4),(313,575391600,5),(313,591116400,4),(313,606841200,5),(313,622566000,4),(313,638290800,5),(313,654620400,4),(313,670345200,6),(313,686073600,7),(313,695750400,4),(313,701794800,5),(313,717519600,4),(313,733244400,5),(313,748969200,4),(313,764694000,5),(313,780418800,4),(313,796143600,5),(313,811868400,4),(313,828198000,5),(313,846342000,4),(313,859647600,5),(313,877791600,4),(313,891097200,5),(313,909241200,4),(313,922546800,5),(313,941295600,4),(313,953996400,5),(313,972745200,4),(313,985446000,5),(313,1004194800,4),(313,1017500400,5),(313,1035644400,4),(313,1048950000,5),(313,1067094000,4),(313,1080399600,5),(313,1099148400,4),(313,1111849200,5),(313,1130598000,4),(313,1143298800,5),(313,1162047600,4),(313,1174748400,5),(313,1193497200,4),(313,1206802800,5),(313,1224946800,4),(313,1238252400,5),(313,1256396400,4),(313,1269702000,5),(313,1288450800,4),(313,1301151600,8),(313,1414245600,4),(313,2147483647,4),(314,-2147483648,1),(314,-1017820800,2),(314,-766224000,1),(314,-745833600,3),(314,-733827600,1),(314,-716889600,3),(314,-699613200,1),(314,-683884800,3),(314,-670669200,1),(314,-652348800,3),(314,-639133200,1),(314,-620812800,3),(314,-607597200,1),(314,-589276800,3),(314,-576061200,1),(314,-562924800,3),(314,-541760400,1),(314,-528710400,3),(314,-510224400,1),(314,-497174400,3),(314,-478688400,1),(314,-465638400,3),(314,-449830800,1),(314,-434016000,3),(314,-418208400,1),(314,-402480000,3),(314,-386672400,1),(314,-370944000,3),(314,-355136400,1),(314,-339408000,3),(314,-323600400,1),(314,-302515200,3),(314,-291978000,1),(314,-270979200,3),(314,-260442000,1),(314,133977600,3),(314,149785200,1),(314,165513600,3),(314,181321200,1),(314,299606400,3),(314,307551600,1),(315,-2147483648,0),(315,-1441168631,1),(315,-1247547600,3),(315,354909600,2),(315,370717200,3),(315,386445600,2),(315,402253200,3),(315,417981600,2),(315,433789200,3),(315,449604000,2),(315,465336000,4),(315,481060800,5),(315,496785600,4),(315,512510400,5),(315,528235200,4),(315,543960000,5),(315,559684800,4),(315,575409600,5),(315,591134400,4),(315,606859200,5),(315,622584000,4),(315,638308800,5),(315,654638400,4),(315,670363200,6),(315,686091600,7),(315,694206000,1),(315,2147483647,1),(316,-2147483648,1),(316,-1441162751,2),(316,-405140400,4),(316,354916800,3),(316,370724400,4),(316,386452800,3),(316,402260400,4),(316,417988800,3),(316,433796400,4),(316,449611200,3),(316,465343200,5),(316,481068000,6),(316,496792800,5),(316,512517600,6),(316,528242400,5),(316,543967200,6),(316,559692000,5),(316,575416800,6),(316,591141600,5),(316,606866400,6),(316,622591200,5),(316,638316000,6),(316,654645600,5),(316,670370400,7),(316,686098800,8),(316,694213200,2),(316,701816400,9),(316,717537600,2),(316,733266000,9),(316,748987200,2),(316,764715600,9),(316,780436800,4),(316,796161600,3),(316,811882800,4),(316,828216000,3),(316,859662000,3),(316,877806000,4),(316,891115200,3),(316,909255600,4),(316,922564800,3),(316,941310000,4),(316,954014400,3),(316,972759600,4),(316,985464000,3),(316,1004209200,4),(316,1017518400,3),(316,1035658800,4),(316,1048968000,3),(316,1067108400,4),(316,1080417600,3),(316,1088276400,9),(316,1099177200,8),(316,1111878000,4),(316,2147483647,4),(317,-2147483648,0),(317,-1704165944,1),(317,-757394744,2),(317,247177800,4),(317,259272000,3),(317,277758000,4),(317,283982400,2),(317,290809800,5),(317,306531000,2),(317,322432200,5),(317,338499000,2),(317,673216200,5),(317,685481400,2),(317,701209800,5),(317,717103800,2),(317,732745800,5),(317,748639800,2),(317,764281800,5),(317,780175800,2),(317,795817800,5),(317,811711800,2),(317,827353800,5),(317,843247800,2),(317,858976200,5),(317,874870200,2),(317,890512200,5),(317,906406200,2),(317,922048200,5),(317,937942200,2),(317,953584200,5),(317,969478200,2),(317,985206600,5),(317,1001100600,2),(317,1016742600,5),(317,1032636600,2),(317,1048278600,5),(317,1064172600,2),(317,1079814600,5),(317,1095708600,2),(317,1111437000,5),(317,1127331000,2),(317,1206045000,5),(317,1221939000,2),(317,1237667400,5),(317,1253561400,2),(317,1269203400,5),(317,1285097400,2),(317,1300739400,5),(317,1316633400,2),(317,1332275400,5),(317,1348169400,2),(317,1363897800,5),(317,1379791800,2),(317,1395433800,5),(317,1411327800,2),(317,1426969800,5),(317,1442863800,2),(317,1458505800,5),(317,1474399800,2),(317,1490128200,5),(317,1506022200,2),(317,1521664200,5),(317,1537558200,2),(317,1553200200,5),(317,1569094200,2),(317,1584736200,5),(317,1600630200,2),(317,1616358600,5),(317,1632252600,2),(317,1647894600,5),(317,1663788600,2),(317,1679430600,5),(317,1695324600,2),(317,1710966600,5),(317,1726860600,2),(317,1742589000,5),(317,1758483000,2),(317,1774125000,5),(317,1790019000,2),(317,1805661000,5),(317,1821555000,2),(317,1837197000,5),(317,1853091000,2),(317,1868733000,5),(317,1884627000,2),(317,1900355400,5),(317,1916249400,2),(317,1931891400,5),(317,1947785400,2),(317,1963427400,5),(317,1979321400,2),(317,1994963400,5),(317,2010857400,2),(317,2026585800,5),(317,2042479800,2),(317,2058121800,5),(317,2074015800,2),(317,2089657800,5),(317,2105551800,2),(317,2121193800,5),(317,2137087800,2),(318,-2147483648,1),(318,-1641003640,6),(318,-933638400,2),(318,-923097600,3),(318,-919036800,2),(318,-857347200,3),(318,-844300800,2),(318,-825811200,3),(318,-812678400,2),(318,-794188800,3),(318,-779846400,2),(318,-762652800,3),(318,-748310400,2),(318,-731116800,3),(318,-681955200,4),(318,-673228800,2),(318,-667958400,3),(318,-652320000,2),(318,-636422400,3),(318,-622080000,2),(318,-608947200,3),(318,-591840000,2),(318,-572486400,3),(318,-558576000,2),(318,-542851200,3),(318,-527731200,2),(318,-514425600,3),(318,-490838400,2),(318,-482976000,3),(318,-459388800,2),(318,-451526400,3),(318,-428544000,2),(318,-418262400,3),(318,-400118400,2),(318,-387417600,3),(318,142380000,5),(318,150843600,6),(318,167176800,5),(318,178664400,6),(318,334101600,7),(318,337730400,8),(318,452642400,7),(318,462319200,8),(318,482277600,5),(318,494370000,6),(318,516751200,5),(318,526424400,6),(318,545436000,5),(318,558478800,6),(318,576626400,5),(318,589323600,6),(318,609890400,5),(318,620773200,6),(318,638316000,5),(318,651618000,6),(318,669765600,5),(318,683672400,6),(318,701820000,5),(318,715726800,6),(318,733701600,5),(318,747176400,6),(318,765151200,5),(318,778021200,6),(318,796600800,5),(318,810075600,6),(318,826840800,5),(318,842821200,6),(318,858895200,5),(318,874184400,6),(318,890344800,5),(318,905029200,6),(318,923011200,5),(318,936313200,6),(318,955670400,5),(318,970783200,6),(318,986770800,5),(318,1001282400,6),(318,1017356400,5),(318,1033941600,6),(318,1048806000,5),(318,1065132000,6),(318,1081292400,5),(318,1095804000,6),(318,1112313600,5),(318,1128812400,6),(318,1143763200,5),(318,1159657200,6),(318,1175212800,5),(318,1189897200,6),(318,1206662400,5),(318,1223161200,6),(318,1238112000,5),(318,1254006000,6),(318,1269561600,5),(318,1284246000,6),(318,1301616000,5),(318,1317510000,6),(318,1333065600,5),(318,1348354800,6),(318,1364515200,5),(318,1382828400,6),(318,1395964800,5),(318,1414278000,6),(318,1427414400,5),(318,1445727600,6),(318,1458864000,5),(318,1477782000,6),(318,1490313600,5),(318,1509231600,6),(318,1521763200,5),(318,1540681200,6),(318,1553817600,5),(318,1572130800,6),(318,1585267200,5),(318,1603580400,6),(318,1616716800,5),(318,1635634800,6),(318,1648166400,5),(318,1667084400,6),(318,1679616000,5),(318,1698534000,6),(318,1711670400,5),(318,1729983600,6),(318,1743120000,5),(318,1761433200,6),(318,1774569600,5),(318,1792882800,6),(318,1806019200,5),(318,1824937200,6),(318,1837468800,5),(318,1856386800,6),(318,1868918400,5),(318,1887836400,6),(318,1900972800,5),(318,1919286000,6),(318,1932422400,5),(318,1950735600,6),(318,1963872000,5),(318,1982790000,6),(318,1995321600,5),(318,2014239600,6),(318,2026771200,5),(318,2045689200,6),(318,2058220800,5),(318,2077138800,6),(318,2090275200,5),(318,2108588400,6),(318,2121724800,5),(318,2140038000,6),(319,-2147483648,0),(319,-706341516,1),(319,560025000,2),(319,2147483647,2),(320,-2147483648,0),(320,-706341516,1),(320,560025000,2),(320,2147483647,2),(321,-2147483648,3),(321,-683802000,1),(321,-672310800,2),(321,-654771600,1),(321,-640861200,2),(321,-620298000,1),(321,-609411600,2),(321,-588848400,1),(321,-577962000,2),(322,-2147483648,0),(322,-1578807591,1),(322,-1247551200,3),(322,354906000,2),(322,370713600,3),(322,386442000,2),(322,402249600,3),(322,417978000,2),(322,433785600,3),(322,449600400,2),(322,465332400,4),(322,481057200,5),(322,496782000,4),(322,512506800,5),(322,528231600,4),(322,543956400,5),(322,559681200,4),(322,575406000,5),(322,591130800,4),(322,606855600,5),(322,622580400,4),(322,638305200,5),(322,654634800,4),(322,670359600,6),(322,686088000,7),(322,695764800,4),(322,701809200,5),(322,717534000,4),(322,733258800,5),(322,748983600,4),(322,764708400,5),(322,780433200,4),(322,796158000,5),(322,811882800,4),(322,828212400,5),(322,846356400,4),(322,859662000,5),(322,877806000,4),(322,891111600,5),(322,909255600,4),(322,922561200,5),(322,941310000,4),(322,954010800,5),(322,972759600,4),(322,985460400,5),(322,1004209200,4),(322,1017514800,5),(322,1020193200,8),(322,1035662400,7),(322,1048968000,6),(322,1067112000,7),(322,1080417600,6),(322,1099166400,7),(322,1111867200,6),(322,1130616000,7),(322,1143316800,6),(322,1162065600,7),(322,1174766400,6),(322,1193515200,7),(322,1206820800,6),(322,1224964800,7),(322,1238270400,6),(322,1256414400,7),(322,1269720000,6),(322,1288468800,7),(322,1301169600,4),(322,1414263600,7),(322,1464465600,4),(322,2147483647,4),(323,-2147483648,0),(323,-1577951856,1),(323,-1172908656,2),(323,-880272000,3),(323,-766054800,4),(324,-2147483648,0),(324,-2032931252,1),(324,252435600,3),(324,417974400,2),(324,433782000,3),(324,449596800,2),(324,465318000,3),(324,481046400,2),(324,496767600,3),(324,512496000,2),(324,528217200,3),(324,543945600,2),(324,559666800,3),(324,575395200,2),(324,591116400,3),(324,606844800,2),(324,622566000,3),(324,638294400,2),(324,654620400,3),(324,670348800,2),(324,686070000,3),(324,701798400,2),(324,717519600,3),(324,733248000,2),(324,748969200,3),(324,764697600,2),(324,780418800,3),(324,796147200,2),(324,811868400,3),(324,828201600,2),(324,843922800,3),(324,859651200,2),(324,875372400,3),(324,891100800,2),(324,906822000,3),(324,988394400,2),(324,1001696400,3),(324,1017424800,2),(324,1033146000,3),(324,1048874400,2),(324,1064595600,3),(324,1080324000,2),(324,1096045200,3),(324,1111773600,2),(324,1127494800,3),(324,1143223200,2),(324,1159549200,3),(324,1427479200,2),(324,1443193200,3),(324,1458928800,2),(324,1474642800,3),(324,2147483647,3),(325,-2147483648,0),(325,-2032931252,1),(325,252435600,3),(325,417974400,2),(325,433782000,3),(325,449596800,2),(325,465318000,3),(325,481046400,2),(325,496767600,3),(325,512496000,2),(325,528217200,3),(325,543945600,2),(325,559666800,3),(325,575395200,2),(325,591116400,3),(325,606844800,2),(325,622566000,3),(325,638294400,2),(325,654620400,3),(325,670348800,2),(325,686070000,3),(325,701798400,2),(325,717519600,3),(325,733248000,2),(325,748969200,3),(325,764697600,2),(325,780418800,3),(325,796147200,2),(325,811868400,3),(325,828201600,2),(325,843922800,3),(325,859651200,2),(325,875372400,3),(325,891100800,2),(325,906822000,3),(325,988394400,2),(325,1001696400,3),(325,1017424800,2),(325,1033146000,3),(325,1048874400,2),(325,1064595600,3),(325,1080324000,2),(325,1096045200,3),(325,1111773600,2),(325,1127494800,3),(325,1143223200,2),(325,1159549200,3),(325,1427479200,2),(325,1443193200,3),(325,1458928800,2),(325,1474642800,3),(325,2147483647,3),(326,-2147483648,0),(326,-1325483420,1),(326,2147483647,1),(327,-2147483648,0),(327,-1579426374,1),(327,-1247558400,2),(327,354898800,4),(327,370699200,3),(327,386427600,4),(327,402235200,3),(327,417963600,4),(327,433771200,3),(327,449586000,4),(327,465318000,5),(327,481042800,6),(327,496767600,5),(327,512492400,6),(327,528217200,5),(327,543942000,6),(327,559666800,5),(327,575391600,6),(327,591116400,5),(327,606841200,6),(327,622566000,5),(327,638290800,6),(327,654620400,5),(327,670345200,7),(327,686073600,8),(327,695750400,5),(327,701794800,6),(327,717519600,5),(327,733244400,6),(327,748969200,5),(327,764694000,6),(327,780418800,5),(327,796143600,6),(327,811868400,5),(327,828198000,6),(327,846342000,5),(327,859647600,6),(327,877791600,5),(327,891097200,6),(327,909241200,5),(327,922546800,6),(327,941295600,5),(327,953996400,6),(327,972745200,5),(327,985446000,6),(327,1004194800,5),(327,1017500400,6),(327,1035644400,5),(327,1048950000,6),(327,1067094000,5),(327,1080399600,6),(327,1099148400,5),(327,1111849200,6),(327,1130598000,5),(327,1143298800,6),(327,1162047600,5),(327,1174748400,6),(327,1193497200,5),(327,1206802800,6),(327,1224946800,5),(327,1238252400,6),(327,1256396400,5),(327,1269702000,6),(327,1288450800,5),(327,1301151600,9),(327,1315828800,5),(327,1414249200,8),(327,2147483647,8),(328,-2147483648,1),(328,-1570084924,2),(328,2147483647,2),(329,-2147483648,0),(329,-1487321251,1),(329,-1247562000,3),(329,354895200,2),(329,370702800,3),(329,386431200,2),(329,402238800,3),(329,417967200,2),(329,433774800,3),(329,449589600,2),(329,465321600,4),(329,481046400,5),(329,496771200,4),(329,512496000,5),(329,528220800,4),(329,543945600,5),(329,559670400,4),(329,575395200,5),(329,591120000,4),(329,606844800,5),(329,622569600,4),(329,638294400,5),(329,654624000,4),(329,670348800,6),(329,686077200,7),(329,695754000,4),(329,701798400,5),(329,717523200,4),(329,733248000,5),(329,748972800,4),(329,764697600,5),(329,780422400,4),(329,796147200,5),(329,811872000,4),(329,828201600,5),(329,846345600,4),(329,859651200,5),(329,877795200,4),(329,891100800,5),(329,909244800,4),(329,922550400,5),(329,941299200,4),(329,954000000,5),(329,972748800,4),(329,985449600,5),(329,1004198400,4),(329,1017504000,5),(329,1035648000,4),(329,1048953600,5),(329,1067097600,4),(329,1080403200,5),(329,1099152000,4),(329,1111852800,5),(329,1130601600,4),(329,1143302400,5),(329,1162051200,4),(329,1174752000,5),(329,1193500800,4),(329,1206806400,5),(329,1224950400,4),(329,1238256000,5),(329,1256400000,4),(329,1269705600,5),(329,1288454400,4),(329,1301155200,8),(329,1414249200,4),(329,2147483647,4),(330,-2147483648,0),(330,-1579423138,1),(330,-1247558400,3),(330,354898800,2),(330,370706400,3),(330,386434800,2),(330,402242400,3),(330,417970800,2),(330,433778400,3),(330,449593200,2),(330,465325200,4),(330,481050000,5),(330,496774800,4),(330,512499600,5),(330,528224400,4),(330,543949200,5),(330,559674000,4),(330,575398800,5),(330,591123600,4),(330,606848400,5),(330,622573200,4),(330,638298000,5),(330,654627600,4),(330,670352400,6),(330,686080800,7),(330,695757600,4),(330,701802000,5),(330,717526800,4),(330,733251600,5),(330,748976400,4),(330,764701200,5),(330,780426000,4),(330,796150800,5),(330,811875600,4),(330,828205200,5),(330,846349200,4),(330,859654800,5),(330,877798800,4),(330,891104400,5),(330,909248400,4),(330,922554000,5),(330,941302800,4),(330,954003600,5),(330,972752400,4),(330,985453200,5),(330,1004202000,4),(330,1017507600,5),(330,1035651600,4),(330,1048957200,5),(330,1067101200,4),(330,1080406800,5),(330,1099155600,4),(330,1111856400,5),(330,1130605200,4),(330,1143306000,5),(330,1162054800,4),(330,1174755600,5),(330,1193504400,4),(330,1206810000,5),(330,1224954000,4),(330,1238259600,5),(330,1256403600,4),(330,1269709200,5),(330,1288458000,4),(330,1301158800,8),(330,1414252800,4),(330,2147483647,4),(331,-2147483648,1),(331,-1577946287,2),(331,-873268200,3),(331,-778410000,2),(331,2147483647,2),(332,-2147483648,0),(332,-1688270553,1),(332,-1592610305,2),(332,-1247544000,4),(332,354913200,3),(332,370720800,4),(332,386449200,3),(332,402256800,4),(332,417985200,3),(332,433792800,4),(332,449607600,3),(332,465339600,5),(332,481064400,6),(332,496789200,5),(332,512514000,6),(332,528238800,5),(332,543963600,6),(332,559688400,5),(332,575413200,6),(332,591138000,5),(332,606862800,6),(332,622587600,5),(332,638312400,6),(332,654642000,5),(332,670366800,7),(332,686095200,8),(332,695772000,5),(332,701816400,6),(332,717541200,5),(332,733266000,6),(332,748990800,5),(332,764715600,6),(332,780440400,5),(332,796165200,6),(332,811890000,5),(332,828219600,6),(332,846363600,5),(332,859669200,6),(332,877813200,5),(332,891118800,6),(332,909262800,5),(332,922568400,6),(332,941317200,5),(332,954018000,6),(332,972766800,5),(332,985467600,6),(332,1004216400,5),(332,1017522000,6),(332,1035666000,5),(332,1048971600,6),(332,1067115600,5),(332,1080421200,6),(332,1099170000,5),(332,1111870800,6),(332,1130619600,5),(332,1143320400,6),(332,1162069200,5),(332,1174770000,6),(332,1193518800,5),(332,1206824400,6),(332,1224968400,5),(332,1238274000,6),(332,1256418000,5),(332,1269723600,6),(332,1288472400,5),(332,1301173200,9),(332,1414267200,5),(332,2147483647,5),(333,-2147483648,0),(333,-1441162680,1),(333,-405140400,3),(333,354916800,2),(333,370724400,3),(333,386452800,2),(333,402260400,3),(333,417988800,2),(333,433796400,3),(333,449611200,2),(333,465343200,4),(333,481068000,5),(333,496792800,4),(333,512517600,5),(333,528242400,4),(333,543967200,5),(333,559692000,4),(333,575416800,5),(333,591141600,4),(333,606866400,5),(333,622591200,4),(333,638316000,5),(333,654645600,4),(333,670370400,6),(333,686098800,7),(333,701823600,6),(333,717548400,7),(333,733273200,6),(333,748998000,7),(333,764722800,6),(333,780447600,7),(333,796172400,6),(333,811897200,4),(333,852062400,3),(333,859672800,5),(333,877816800,4),(333,891122400,5),(333,909266400,4),(333,922572000,5),(333,941320800,4),(333,954021600,5),(333,972770400,4),(333,985471200,5),(333,1004220000,4),(333,1017525600,5),(333,1035669600,4),(333,1048975200,5),(333,1067119200,4),(333,1080424800,5),(333,1099173600,4),(333,1111874400,5),(333,1130623200,4),(333,1143324000,5),(333,1162072800,4),(333,1174773600,5),(333,1193522400,4),(333,1206828000,5),(333,1224972000,4),(333,1238277600,5),(333,1256421600,4),(333,1269727200,5),(333,1288476000,4),(333,1293825600,3),(333,1301176800,5),(333,1319925600,4),(333,2147483647,4),(334,-2147483648,1),(334,-1830376800,6),(334,-1689548400,2),(334,-1677794400,3),(334,-1667430000,4),(334,-1647730800,5),(334,-1635807600,4),(334,-1616194800,5),(334,-1604358000,4),(334,-1584658800,5),(334,-1572735600,4),(334,-1553036400,5),(334,-1541199600,4),(334,-1521500400,5),(334,-1442444400,4),(334,-1426806000,5),(334,-1379286000,4),(334,-1364770800,5),(334,-1348441200,4),(334,-1333321200,5),(334,-1316386800,4),(334,-1301266800,5),(334,-1284332400,4),(334,-1269817200,5),(334,-1221433200,4),(334,-1206918000,5),(334,-1191193200,4),(334,-1175468400,5),(334,-1127689200,4),(334,-1111964400,5),(334,-1096844400,4),(334,-1080514800,5),(334,-1063580400,4),(334,-1049065200,5),(334,-1033340400,4),(334,-1017615600,5),(334,-1002495600,4),(334,-986166000,5),(334,-969231600,4),(334,-950482800,5),(334,-942015600,4),(334,-922662000,5),(334,-906937200,4),(334,-891126000,5),(334,-877302000,4),(334,-873676800,7),(334,-864000000,4),(334,-857948400,5),(334,-845852400,4),(334,-842832000,7),(334,-831340800,4),(334,-825894000,5),(334,-814402800,4),(334,-810777600,7),(334,-799891200,4),(334,-794444400,5),(334,-782953200,4),(334,-779328000,7),(334,-768441600,4),(334,-762994800,5),(334,-749084400,4),(334,-733359600,5),(334,-717624000,4),(334,-701899200,5),(334,-686174400,4),(334,-670449600,5),(334,-654724800,4),(334,-639000000,5),(334,-591825600,4),(334,-575496000,5),(334,-559771200,4),(334,-544046400,5),(334,-528321600,4),(334,-512596800,5),(334,-496872000,4),(334,-481147200,5),(334,-465422400,4),(334,-449697600,5),(334,-433972800,4),(334,-417643200,5),(334,-401918400,4),(334,-386193600,5),(334,-370468800,4),(334,-354744000,5),(334,-339019200,4),(334,-323294400,5),(334,-307569600,4),(334,-291844800,5),(334,-276120000,4),(334,-260395200,5),(334,-244670400,4),(334,-228340800,5),(334,-212616000,4),(334,-196891200,5),(334,-181166400,4),(334,-165441600,5),(334,-149716800,4),(334,-133992000,5),(334,-118267200,9),(334,228272400,7),(334,243997200,8),(334,260326800,7),(334,276051600,8),(334,291776400,7),(334,307504800,8),(334,323226000,7),(334,338954400,8),(334,354679200,7),(334,370404000,8),(334,386128800,7),(334,401853600,8),(334,417582000,7),(334,433303200,8),(334,449028000,7),(334,465357600,8),(334,481082400,7),(334,496807200,8),(334,512532000,7),(334,528256800,8),(334,543981600,7),(334,559706400,8),(334,575431200,7),(334,591156000,8),(334,606880800,7),(334,622605600,8),(334,638330400,7),(334,654660000,8),(334,670384800,7),(334,686109600,8),(334,701834400,7),(334,717559200,10),(334,733280400,11),(334,749005200,12),(334,764730000,11),(334,780454800,12),(334,796179600,11),(334,811904400,12),(334,828234000,11),(334,846378000,12),(334,859683600,11),(334,877827600,12),(334,891133200,11),(334,909277200,12),(334,922582800,11),(334,941331600,12),(334,954032400,11),(334,972781200,12),(334,985482000,11),(334,1004230800,12),(334,1017536400,11),(334,1035680400,12),(334,1048986000,11),(334,1067130000,12),(334,1080435600,11),(334,1099184400,12),(334,1111885200,11),(334,1130634000,12),(334,1143334800,11),(334,1162083600,12),(334,1174784400,11),(334,1193533200,12),(334,1206838800,11),(334,1224982800,12),(334,1238288400,11),(334,1256432400,12),(334,1269738000,11),(334,1288486800,12),(334,1301187600,11),(334,1319936400,12),(334,1332637200,11),(334,1351386000,12),(334,1364691600,11),(334,1382835600,12),(334,1396141200,11),(334,1414285200,12),(334,1427590800,11),(334,1445734800,12),(334,1459040400,11),(334,1477789200,12),(334,1490490000,11),(334,1509238800,12),(334,1521939600,11),(334,1540688400,12),(334,1553994000,11),(334,1572138000,12),(334,1585443600,11),(334,1603587600,12),(334,1616893200,11),(334,1635642000,12),(334,1648342800,11),(334,1667091600,12),(334,1679792400,11),(334,1698541200,12),(334,1711846800,11),(334,1729990800,12),(334,1743296400,11),(334,1761440400,12),(334,1774746000,11),(334,1792890000,12),(334,1806195600,11),(334,1824944400,12),(334,1837645200,11),(334,1856394000,12),(334,1869094800,11),(334,1887843600,12),(334,1901149200,11),(334,1919293200,12),(334,1932598800,11),(334,1950742800,12),(334,1964048400,11),(334,1982797200,12),(334,1995498000,11),(334,2014246800,12),(334,2026947600,11),(334,2045696400,12),(334,2058397200,11),(334,2077146000,12),(334,2090451600,11),(334,2108595600,12),(334,2121901200,11),(334,2140045200,12),(334,2147483647,12),(335,-2147483648,2),(335,-1664307642,1),(335,-1648932042,2),(335,-1632080442,1),(335,-1618692042,2),(335,-1262281242,4),(335,-882727200,3),(335,-858538800,4),(335,-845229600,3),(335,-825879600,4),(335,-814384800,3),(335,-793825200,4),(335,-782935200,3),(335,-762375600,4),(335,-713988000,3),(335,-703710000,4),(335,-681933600,3),(335,-672865200,4),(335,-650484000,3),(335,-641415600,4),(335,-618429600,3),(335,-609966000,4),(335,-586980000,3),(335,-578516400,4),(335,-555530400,3),(335,-546462000,4),(335,-429127200,3),(335,-415825200,4),(335,136360800,3),(335,152082000,4),(335,167810400,3),(335,183531600,4),(335,199260000,3),(335,215586000,4),(335,230709600,3),(335,247035600,4),(335,262764000,3),(335,278485200,4),(335,294213600,3),(335,309934800,4),(335,325663200,3),(335,341384400,4),(335,357112800,3),(335,372834000,4),(335,388562400,3),(335,404888400,4),(335,420012000,3),(335,436338000,4),(335,452066400,3),(335,467787600,4),(335,483516000,3),(335,499237200,4),(335,514965600,3),(335,530686800,4),(335,544600800,3),(335,562136400,4),(335,576050400,3),(335,594190800,4),(335,607500000,3),(335,625640400,4),(335,638949600,3),(335,657090000,4),(335,671004000,3),(335,688539600,4),(335,702453600,3),(335,719989200,4),(335,733903200,3),(335,752043600,4),(335,765352800,3),(335,783493200,4),(335,796802400,3),(335,814942800,4),(335,828856800,3),(335,846392400,4),(335,860306400,3),(335,877842000,4),(335,891756000,3),(335,909291600,4),(335,923205600,3),(335,941346000,4),(335,954655200,3),(335,972795600,4),(335,986104800,3),(335,1004245200,4),(335,1018159200,3),(335,1035694800,4),(335,1049608800,3),(335,1067144400,4),(335,1081058400,3),(335,1099198800,4),(335,1112508000,3),(335,1130648400,4),(335,1143957600,3),(335,1162098000,4),(335,1173592800,3),(335,1194152400,4),(335,1205042400,3),(335,1225602000,4),(335,1236492000,3),(335,1257051600,4),(335,1268546400,3),(335,1289106000,4),(335,1299996000,3),(335,1320555600,4),(335,1331445600,3),(335,1352005200,4),(335,1362895200,3),(335,1383454800,4),(335,1394344800,3),(335,1414904400,4),(335,1425794400,3),(335,1446354000,4),(335,1457848800,3),(335,1478408400,4),(335,1489298400,3),(335,1509858000,4),(335,1520748000,3),(335,1541307600,4),(335,1552197600,3),(335,1572757200,4),(335,1583647200,3),(335,1604206800,4),(335,1615701600,3),(335,1636261200,4),(335,1647151200,3),(335,1667710800,4),(335,1678600800,3),(335,1699160400,4),(335,1710050400,3),(335,1730610000,4),(335,1741500000,3),(335,1762059600,4),(335,1772949600,3),(335,1793509200,4),(335,1805004000,3),(335,1825563600,4),(335,1836453600,3),(335,1857013200,4),(335,1867903200,3),(335,1888462800,4),(335,1899352800,3),(335,1919912400,4),(335,1930802400,3),(335,1951362000,4),(335,1962856800,3),(335,1983416400,4),(335,1994306400,3),(335,2014866000,4),(335,2025756000,3),(335,2046315600,4),(335,2057205600,3),(335,2077765200,4),(335,2088655200,3),(335,2109214800,4),(335,2120104800,3),(335,2140664400,4),(336,-2147483648,0),(336,-1509663504,1),(336,-733874400,2),(336,323827200,3),(336,338950800,4),(336,354675600,5),(336,370400400,4),(336,386125200,5),(336,401850000,4),(336,417574800,5),(336,433299600,4),(336,449024400,5),(336,465354000,4),(336,481078800,5),(336,496803600,4),(336,512528400,5),(336,528253200,4),(336,543978000,5),(336,559702800,4),(336,575427600,5),(336,591152400,4),(336,606877200,5),(336,622602000,4),(336,638326800,5),(336,654656400,4),(336,670381200,5),(336,686106000,4),(336,701830800,5),(336,717555600,4),(336,733280400,5),(336,749005200,4),(336,764730000,5),(336,780454800,4),(336,796179600,5),(336,811904400,4),(336,828234000,5),(336,846378000,4),(336,859683600,5),(336,877827600,4),(336,891133200,5),(336,909277200,4),(336,922582800,5),(336,941331600,4),(336,954032400,5),(336,972781200,4),(336,985482000,5),(336,1004230800,4),(336,1017536400,5),(336,1035680400,4),(336,1048986000,5),(336,1067130000,4),(336,1080435600,5),(336,1099184400,4),(336,1111885200,5),(336,1130634000,4),(336,1143334800,5),(336,1162083600,4),(336,1174784400,5),(336,1193533200,4),(336,1206838800,5),(336,1224982800,4),(336,1238288400,5),(336,1256432400,4),(336,1269738000,5),(336,1288486800,4),(336,1301187600,5),(336,1319936400,4),(336,1332637200,5),(336,1351386000,4),(336,1364691600,5),(336,1382835600,4),(336,1396141200,5),(336,1414285200,4),(336,1427590800,5),(336,1445734800,4),(336,1459040400,5),(336,1477789200,4),(336,1490490000,5),(336,1509238800,4),(336,1521939600,5),(336,1540688400,4),(336,1553994000,5),(336,1572138000,4),(336,1585443600,5),(336,1603587600,4),(336,1616893200,5),(336,1635642000,4),(336,1648342800,5),(336,1667091600,4),(336,1679792400,5),(336,1698541200,4),(336,1711846800,5),(336,1729990800,4),(336,1743296400,5),(336,1761440400,4),(336,1774746000,5),(336,1792890000,4),(336,1806195600,5),(336,1824944400,4),(336,1837645200,5),(336,1856394000,4),(336,1869094800,5),(336,1887843600,4),(336,1901149200,5),(336,1919293200,4),(336,1932598800,5),(336,1950742800,4),(336,1964048400,5),(336,1982797200,4),(336,1995498000,5),(336,2014246800,4),(336,2026947600,5),(336,2045696400,4),(336,2058397200,5),(336,2077146000,4),(336,2090451600,5),(336,2108595600,4),(336,2121901200,5),(336,2140045200,4),(337,-2147483648,0),(337,-1830376800,1),(337,-862610400,2),(337,-764118000,3),(337,186120000,4),(337,2147483647,4),(338,-2147483648,0),(338,-1955748776,1),(338,354675600,2),(338,370400400,3),(338,386125200,2),(338,401850000,3),(338,417574800,2),(338,433299600,3),(338,449024400,2),(338,465354000,3),(338,481078800,2),(338,496803600,3),(338,512528400,2),(338,528253200,3),(338,543978000,2),(338,559702800,3),(338,575427600,2),(338,591152400,3),(338,606877200,2),(338,622602000,3),(338,638326800,2),(338,654656400,3),(338,670381200,2),(338,686106000,3),(338,701830800,2),(338,717555600,3),(338,733280400,2),(338,749005200,3),(338,764730000,2),(338,780454800,3),(338,796179600,2),(338,811904400,3),(338,828234000,2),(338,846378000,3),(338,859683600,2),(338,877827600,3),(338,891133200,2),(338,909277200,3),(338,922582800,2),(338,941331600,3),(338,954032400,2),(338,972781200,3),(338,985482000,2),(338,1004230800,3),(338,1017536400,2),(338,1035680400,3),(338,1048986000,2),(338,1067130000,3),(338,1080435600,2),(338,1099184400,3),(338,1111885200,2),(338,1130634000,3),(338,1143334800,2),(338,1162083600,3),(338,1174784400,2),(338,1193533200,3),(338,1206838800,2),(338,1224982800,3),(338,1238288400,2),(338,1256432400,3),(338,1269738000,2),(338,1288486800,3),(338,1301187600,2),(338,1319936400,3),(338,1332637200,2),(338,1351386000,3),(338,1364691600,2),(338,1382835600,3),(338,1396141200,2),(338,1414285200,3),(338,1427590800,2),(338,1445734800,3),(338,1459040400,2),(338,1477789200,3),(338,1490490000,2),(338,1509238800,3),(338,1521939600,2),(338,1540688400,3),(338,1553994000,2),(338,1572138000,3),(338,1585443600,2),(338,1603587600,3),(338,1616893200,2),(338,1635642000,3),(338,1648342800,2),(338,1667091600,3),(338,1679792400,2),(338,1698541200,3),(338,1711846800,2),(338,1729990800,3),(338,1743296400,2),(338,1761440400,3),(338,1774746000,2),(338,1792890000,3),(338,1806195600,2),(338,1824944400,3),(338,1837645200,2),(338,1856394000,3),(338,1869094800,2),(338,1887843600,3),(338,1901149200,2),(338,1919293200,3),(338,1932598800,2),(338,1950742800,3),(338,1964048400,2),(338,1982797200,3),(338,1995498000,2),(338,2014246800,3),(338,2026947600,2),(338,2045696400,3),(338,2058397200,2),(338,2077146000,3),(338,2090451600,2),(338,2108595600,3),(338,2121901200,2),(338,2140045200,3),(339,-2147483648,0),(339,-1955748776,1),(339,354675600,2),(339,370400400,3),(339,386125200,2),(339,401850000,3),(339,417574800,2),(339,433299600,3),(339,449024400,2),(339,465354000,3),(339,481078800,2),(339,496803600,3),(339,512528400,2),(339,528253200,3),(339,543978000,2),(339,559702800,3),(339,575427600,2),(339,591152400,3),(339,606877200,2),(339,622602000,3),(339,638326800,2),(339,654656400,3),(339,670381200,2),(339,686106000,3),(339,701830800,2),(339,717555600,3),(339,733280400,2),(339,749005200,3),(339,764730000,2),(339,780454800,3),(339,796179600,2),(339,811904400,3),(339,828234000,2),(339,846378000,3),(339,859683600,2),(339,877827600,3),(339,891133200,2),(339,909277200,3),(339,922582800,2),(339,941331600,3),(339,954032400,2),(339,972781200,3),(339,985482000,2),(339,1004230800,3),(339,1017536400,2),(339,1035680400,3),(339,1048986000,2),(339,1067130000,3),(339,1080435600,2),(339,1099184400,3),(339,1111885200,2),(339,1130634000,3),(339,1143334800,2),(339,1162083600,3),(339,1174784400,2),(339,1193533200,3),(339,1206838800,2),(339,1224982800,3),(339,1238288400,2),(339,1256432400,3),(339,1269738000,2),(339,1288486800,3),(339,1301187600,2),(339,1319936400,3),(339,1332637200,2),(339,1351386000,3),(339,1364691600,2),(339,1382835600,3),(339,1396141200,2),(339,1414285200,3),(339,1427590800,2),(339,1445734800,3),(339,1459040400,2),(339,1477789200,3),(339,1490490000,2),(339,1509238800,3),(339,1521939600,2),(339,1540688400,3),(339,1553994000,2),(339,1572138000,3),(339,1585443600,2),(339,1603587600,3),(339,1616893200,2),(339,1635642000,3),(339,1648342800,2),(339,1667091600,3),(339,1679792400,2),(339,1698541200,3),(339,1711846800,2),(339,1729990800,3),(339,1743296400,2),(339,1761440400,3),(339,1774746000,2),(339,1792890000,3),(339,1806195600,2),(339,1824944400,3),(339,1837645200,2),(339,1856394000,3),(339,1869094800,2),(339,1887843600,3),(339,1901149200,2),(339,1919293200,3),(339,1932598800,2),(339,1950742800,3),(339,1964048400,2),(339,1982797200,3),(339,1995498000,2),(339,2014246800,3),(339,2026947600,2),(339,2045696400,3),(339,2058397200,2),(339,2077146000,3),(339,2090451600,2),(339,2108595600,3),(339,2121901200,2),(339,2140045200,3),(340,-2147483648,2),(340,-1691884800,1),(340,-1680573600,2),(340,-927511200,1),(340,-857257200,3),(340,-844556400,4),(340,-828226800,3),(340,-812502000,4),(340,-796777200,3),(340,-781052400,4),(340,-765327600,3),(340,-340844400,4),(340,-324514800,3),(340,-308790000,4),(340,-293065200,3),(340,-277340400,4),(340,-261615600,3),(340,-245890800,4),(340,-230166000,3),(340,-214441200,4),(340,-198716400,3),(340,-182991600,4),(340,-166662000,3),(340,-147913200,4),(340,-135212400,3),(340,315529200,2),(340,323830800,5),(340,338950800,6),(340,354675600,5),(340,370400400,6),(340,386125200,5),(340,401850000,6),(340,417574800,5),(340,433299600,6),(340,449024400,5),(340,465354000,6),(340,481078800,5),(340,496803600,6),(340,512528400,5),(340,528253200,6),(340,543978000,5),(340,559702800,6),(340,575427600,5),(340,591152400,6),(340,606877200,5),(340,622602000,6),(340,638326800,5),(340,654656400,6),(340,670381200,5),(340,686106000,6),(340,701830800,5),(340,717555600,6),(340,733280400,5),(340,749005200,6),(340,764730000,5),(340,780454800,6),(340,796179600,5),(340,811904400,6),(340,828234000,5),(340,846378000,6),(340,859683600,5),(340,877827600,6),(340,891133200,5),(340,909277200,6),(340,922582800,5),(340,941331600,6),(340,954032400,5),(340,972781200,6),(340,985482000,5),(340,1004230800,6),(340,1017536400,5),(340,1035680400,6),(340,1048986000,5),(340,1067130000,6),(340,1080435600,5),(340,1099184400,6),(340,1111885200,5),(340,1130634000,6),(340,1143334800,5),(340,1162083600,6),(340,1174784400,5),(340,1193533200,6),(340,1206838800,5),(340,1224982800,6),(340,1238288400,5),(340,1256432400,6),(340,1269738000,5),(340,1288486800,6),(340,1301187600,5),(340,1319936400,6),(340,1332637200,5),(340,1351386000,6),(340,1364691600,5),(340,1382835600,6),(340,1396141200,5),(340,1414285200,6),(340,1427590800,5),(340,1445734800,6),(340,1459040400,5),(340,1477789200,6),(340,1490490000,5),(340,1509238800,6),(340,1521939600,5),(340,1540688400,6),(340,1553994000,5),(340,1572138000,6),(340,1585443600,5),(340,1603587600,6),(340,1616893200,5),(340,1635642000,6),(340,1648342800,5),(340,1667091600,6),(340,1679792400,5),(340,1698541200,6),(340,1711846800,5),(340,1729990800,6),(340,1743296400,5),(340,1761440400,6),(340,1774746000,5),(340,1792890000,6),(340,1806195600,5),(340,1824944400,6),(340,1837645200,5),(340,1856394000,6),(340,1869094800,5),(340,1887843600,6),(340,1901149200,5),(340,1919293200,6),(340,1932598800,5),(340,1950742800,6),(340,1964048400,5),(340,1982797200,6),(340,1995498000,5),(340,2014246800,6),(340,2026947600,5),(340,2045696400,6),(340,2058397200,5),(340,2077146000,6),(340,2090451600,5),(340,2108595600,6),(340,2121901200,5),(340,2140045200,6),(341,-2147483648,1),(341,-1830380400,6),(341,-1689552000,2),(341,-1677798000,3),(341,-1667433600,4),(341,-1647734400,5),(341,-1635811200,4),(341,-1616198400,5),(341,-1604361600,4),(341,-1584662400,5),(341,-1572739200,4),(341,-1553040000,5),(341,-1541203200,4),(341,-1521504000,5),(341,-1442448000,4),(341,-1426809600,5),(341,-1379289600,4),(341,-1364774400,5),(341,-1348444800,4),(341,-1333324800,5),(341,-1316390400,4),(341,-1301270400,5),(341,-1284336000,4),(341,-1269820800,5),(341,-1221436800,4),(341,-1206921600,5),(341,-1191196800,4),(341,-1175472000,5),(341,-1127692800,4),(341,-1111968000,5),(341,-1096848000,4),(341,-1080518400,5),(341,-1063584000,4),(341,-1049068800,5),(341,-1033344000,4),(341,-1017619200,5),(341,-1002499200,4),(341,-986169600,5),(341,-969235200,4),(341,-950486400,5),(341,-942019200,4),(341,-922665600,5),(341,-906940800,4),(341,-891129600,5),(341,-877305600,4),(341,-873680400,7),(341,-864003600,4),(341,-857952000,5),(341,-845856000,4),(341,-842835600,7),(341,-831344400,4),(341,-825897600,5),(341,-814406400,4),(341,-810781200,7),(341,-799894800,4),(341,-794448000,5),(341,-782956800,4),(341,-779331600,7),(341,-768445200,4),(341,-762998400,5),(341,-749088000,4),(341,-733363200,5),(341,-717627600,4),(341,-701902800,5),(341,-686178000,4),(341,-670453200,5),(341,-654728400,4),(341,-639003600,5),(341,-591829200,4),(341,-575499600,5),(341,-559774800,4),(341,-544050000,5),(341,-528325200,4),(341,-512600400,5),(341,-496875600,4),(341,-481150800,5),(341,-465426000,4),(341,-449701200,5),(341,-433976400,4),(341,-417646800,5),(341,-401922000,4),(341,-386197200,5),(341,-370472400,4),(341,-354747600,5),(341,-339022800,4),(341,-323298000,5),(341,-307573200,4),(341,-291848400,5),(341,-276123600,4),(341,-260398800,5),(341,-244674000,4),(341,-228344400,5),(341,-212619600,4),(341,-196894800,5),(341,-181170000,4),(341,-165445200,5),(341,-149720400,4),(341,-133995600,5),(341,-118270800,10),(341,228268800,8),(341,243993600,9),(341,260323200,8),(341,276048000,9),(341,291772800,8),(341,307501200,9),(341,323222400,8),(341,338950800,9),(341,354675600,8),(341,370400400,9),(341,386125200,8),(341,401850000,9),(341,417578400,8),(341,433299600,11),(341,449024400,12),(341,465354000,11),(341,481078800,12),(341,496803600,11),(341,512528400,12),(341,528253200,11),(341,543978000,12),(341,559702800,11),(341,575427600,12),(341,591152400,11),(341,606877200,12),(341,622602000,11),(341,638326800,12),(341,654656400,11),(341,670381200,12),(341,686106000,11),(341,701830800,12),(341,717555600,11),(341,733280400,12),(341,749005200,11),(341,764730000,12),(341,780454800,11),(341,796179600,12),(341,811904400,11),(341,828234000,12),(341,846378000,11),(341,859683600,12),(341,877827600,11),(341,891133200,12),(341,909277200,11),(341,922582800,12),(341,941331600,11),(341,954032400,12),(341,972781200,11),(341,985482000,12),(341,1004230800,11),(341,1017536400,12),(341,1035680400,11),(341,1048986000,12),(341,1067130000,11),(341,1080435600,12),(341,1099184400,11),(341,1111885200,12),(341,1130634000,11),(341,1143334800,12),(341,1162083600,11),(341,1174784400,12),(341,1193533200,11),(341,1206838800,12),(341,1224982800,11),(341,1238288400,12),(341,1256432400,11),(341,1269738000,12),(341,1288486800,11),(341,1301187600,12),(341,1319936400,11),(341,1332637200,12),(341,1351386000,11),(341,1364691600,12),(341,1382835600,11),(341,1396141200,12),(341,1414285200,11),(341,1427590800,12),(341,1445734800,11),(341,1459040400,12),(341,1477789200,11),(341,1490490000,12),(341,1509238800,11),(341,1521939600,12),(341,1540688400,11),(341,1553994000,12),(341,1572138000,11),(341,1585443600,12),(341,1603587600,11),(341,1616893200,12),(341,1635642000,11),(341,1648342800,12),(341,1667091600,11),(341,1679792400,12),(341,1698541200,11),(341,1711846800,12),(341,1729990800,11),(341,1743296400,12),(341,1761440400,11),(341,1774746000,12),(341,1792890000,11),(341,1806195600,12),(341,1824944400,11),(341,1837645200,12),(341,1856394000,11),(341,1869094800,12),(341,1887843600,11),(341,1901149200,12),(341,1919293200,11),(341,1932598800,12),(341,1950742800,11),(341,1964048400,12),(341,1982797200,11),(341,1995498000,12),(341,2014246800,11),(341,2026947600,12),(341,2045696400,11),(341,2058397200,12),(341,2077146000,11),(341,2090451600,12),(341,2108595600,11),(341,2121901200,12),(341,2140045200,11),(342,-2147483648,0),(342,-1956609120,2),(342,-1668211200,1),(342,-1647212400,2),(342,-1636675200,1),(342,-1613430000,2),(342,-1605139200,1),(342,-1581894000,2),(342,-1539561600,1),(342,-1531350000,2),(342,-968025600,1),(342,-952293600,2),(342,-942008400,1),(342,-920239200,3),(342,-909957600,4),(342,-888789600,3),(342,-877903200,4),(342,-857944800,3),(342,-846453600,4),(342,-826495200,3),(342,-815004000,4),(342,-795045600,3),(342,-783554400,4),(342,-762991200,3),(342,-752104800,4),(342,-731541600,3),(342,-717631200,4),(342,-700092000,3),(342,-686181600,4),(342,-668642400,3),(342,-654732000,4),(342,-636588000,3),(342,-623282400,4),(342,-605743200,3),(342,-591832800,4),(342,-573688800,3),(342,-559778400,4),(342,-542239200,3),(342,-528328800,4),(342,-510789600,3),(342,-496879200,4),(342,-479340000,3),(342,-465429600,4),(342,-447890400,3),(342,-433980000,4),(342,-415836000,3),(342,-401925600,4),(342,-384386400,3),(342,-370476000,4),(342,-352936800,3),(342,-339026400,4),(342,-321487200,3),(342,-307576800,4),(342,-290037600,3),(342,-276127200,4),(342,-258588000,3),(342,-244677600,4),(342,-226533600,3),(342,-212623200,4),(342,-195084000,3),(342,-181173600,4),(342,-163634400,3),(342,-149724000,4),(342,-132184800,3),(342,-118274400,4),(342,-100735200,3),(342,-86824800,4),(342,-68680800,3),(342,-54770400,5),(343,-2147483648,1),(343,2147483647,1),(344,-2147483648,0),(344,-1830383032,1),(345,-2147483648,1),(345,-1824235716,3),(345,-1018209600,2),(345,-1003093200,3),(345,-986760000,2),(345,-971643600,3),(345,-954705600,2),(345,-939589200,3),(345,-923256000,2),(345,-908139600,3),(345,-891806400,2),(345,-876690000,3),(345,-860356800,2),(345,-852066000,3),(345,420609600,5),(345,433306800,4),(345,452052000,5),(345,464151600,4),(345,483501600,5),(345,495601200,2),(345,514350000,3),(345,527054400,2),(345,545799600,3),(345,558504000,2),(345,577249200,3),(345,589953600,2),(345,608698800,3),(345,621403200,2),(345,640753200,3),(345,652852800,2),(345,672202800,3),(345,684907200,2),(345,703652400,3),(345,716356800,2),(345,735102000,3),(345,747806400,2),(345,766551600,3),(345,779256000,2),(345,798001200,3),(345,810705600,2),(345,830055600,3),(345,842760000,2),(345,861505200,3),(345,874209600,2),(345,892954800,3),(345,905659200,2),(345,924404400,3),(345,937108800,2),(345,955854000,3),(345,968558400,2),(345,987310800,3),(345,999410400,2),(345,1019365200,3),(345,1030860000,2),(345,1050814800,3),(345,1062914400,2),(345,1082264400,3),(345,1094364000,2),(345,1113714000,3),(345,1125813600,2),(345,1145163600,3),(345,1157263200,2),(345,1176613200,3),(345,1188712800,2),(345,1208667600,3),(345,1220767200,2),(345,1240117200,3),(345,1252216800,2),(345,1271566800,3),(345,1283666400,5),(345,2147483647,5),(346,-2147483648,3),(346,-1672560000,1),(346,-1665388800,2),(346,-883641600,1),(346,-876124800,2),(346,-860400000,1),(346,-844675200,2),(346,-828345600,1),(346,-813225600,2),(346,31500000,3),(346,57686400,1),(346,67968000,2),(346,89136000,1),(346,100022400,2),(346,120585600,1),(346,131472000,2),(346,152035200,1),(346,162921600,2),(346,183484800,1),(346,194976000,2),(346,215539200,1),(346,226425600,2),(346,246988800,1),(346,257875200,2),(346,278438400,1),(346,289324800,2),(346,309888000,1),(346,320774400,2),(346,341337600,1),(346,352224000,2),(346,372787200,1),(346,386697600,2),(346,404841600,1),(346,415728000,2),(346,436291200,1),(346,447177600,2),(346,467740800,1),(346,478627200,2),(346,499190400,1),(346,511286400,2),(346,530035200,1),(346,542736000,2),(346,562089600,1),(346,574790400,2),(346,594144000,1),(346,606240000,2),(346,625593600,1),(346,636480000,2),(346,657043200,1),(346,667929600,2),(346,688492800,1),(346,699379200,2),(346,719942400,1),(346,731433600,2),(346,751996800,1),(346,762883200,2),(346,783446400,1),(346,794332800,2),(346,814896000,1),(346,828201600,2),(346,846345600,1),(346,859651200,2),(346,877795200,1),(346,891100800,2),(346,909244800,1),(346,922550400,2),(346,941299200,1),(346,954000000,2),(346,967305600,1),(346,985449600,2),(346,1004198400,1),(346,1017504000,2),(346,1035648000,1),(346,1048953600,2),(346,1067097600,1),(346,1080403200,2),(346,1099152000,1),(346,1111852800,2),(346,1130601600,1),(346,1143907200,2),(346,1162051200,1),(346,1174752000,2),(346,1193500800,1),(346,1207411200,2),(346,1223136000,1),(346,1238860800,2),(346,1254585600,1),(346,1270310400,2),(346,1286035200,1),(346,1301760000,2),(346,1317484800,1),(346,1333209600,2),(346,1349539200,1),(346,1365264000,2),(346,1380988800,1),(346,1396713600,2),(346,1412438400,1),(346,1428163200,2),(346,1443888000,1),(346,1459612800,2),(346,1475337600,1),(346,1491062400,2),(346,1506787200,1),(346,1522512000,2),(346,1538841600,1),(346,1554566400,2),(346,1570291200,1),(346,1586016000,2),(346,1601740800,1),(346,1617465600,2),(346,1633190400,1),(346,1648915200,2),(346,1664640000,1),(346,1680364800,2),(346,1696089600,1),(346,1712419200,2),(346,1728144000,1),(346,1743868800,2),(346,1759593600,1),(346,1775318400,2),(346,1791043200,1),(346,1806768000,2),(346,1822492800,1),(346,1838217600,2),(346,1853942400,1),(346,1869667200,2),(346,1885996800,1),(346,1901721600,2),(346,1917446400,1),(346,1933171200,2),(346,1948896000,1),(346,1964620800,2),(346,1980345600,1),(346,1996070400,2),(346,2011795200,1),(346,2027520000,2),(346,2043244800,1),(346,2058969600,2),(346,2075299200,1),(346,2091024000,2),(346,2106748800,1),(346,2122473600,2),(346,2138198400,1),(347,-2147483648,3),(347,-1672558200,1),(347,-1665387000,2),(347,-883639800,1),(347,-876123000,2),(347,-860398200,1),(347,-844673400,2),(347,-828343800,1),(347,-813223800,2),(347,31501800,3),(347,57688200,1),(347,67969800,2),(347,89137800,1),(347,100024200,2),(347,120587400,1),(347,131473800,2),(347,152037000,1),(347,162923400,2),(347,183486600,1),(347,194977800,2),(347,215541000,1),(347,226427400,2),(347,246990600,1),(347,257877000,2),(347,278440200,1),(347,289326600,2),(347,309889800,1),(347,320776200,2),(347,341339400,1),(347,352225800,2),(347,372789000,1),(347,384280200,2),(347,404843400,1),(347,415729800,2),(347,436293000,1),(347,447179400,2),(347,467742600,1),(347,478629000,2),(347,499192200,1),(347,511288200,2),(347,530037000,1),(347,542737800,2),(347,562091400,1),(347,574792200,2),(347,594145800,1),(347,606241800,2),(347,625595400,1),(347,637691400,2),(347,657045000,1),(347,667931400,2),(347,688494600,1),(347,701195400,2),(347,719944200,1),(347,731435400,2),(347,751998600,1),(347,764094600,2),(347,783448200,1),(347,796149000,2),(347,814897800,1),(347,828203400,2),(347,846347400,1),(347,859653000,2),(347,877797000,1),(347,891102600,2),(347,909246600,1),(347,922552200,2),(347,941301000,1),(347,954001800,2),(347,972750600,1),(347,985451400,2),(347,1004200200,1),(347,1017505800,2),(347,1035649800,1),(347,1048955400,2),(347,1067099400,1),(347,1080405000,2),(347,1099153800,1),(347,1111854600,2),(347,1130603400,1),(347,1143909000,2),(347,1162053000,1),(347,1174753800,2),(347,1193502600,1),(347,1207413000,2),(347,1223137800,1),(347,1238862600,2),(347,1254587400,1),(347,1270312200,2),(347,1286037000,1),(347,1301761800,2),(347,1317486600,1),(347,1333211400,2),(347,1349541000,1),(347,1365265800,2),(347,1380990600,1),(347,1396715400,2),(347,1412440200,1),(347,1428165000,2),(347,1443889800,1),(347,1459614600,2),(347,1475339400,1),(347,1491064200,2),(347,1506789000,1),(347,1522513800,2),(347,1538843400,1),(347,1554568200,2),(347,1570293000,1),(347,1586017800,2),(347,1601742600,1),(347,1617467400,2),(347,1633192200,1),(347,1648917000,2),(347,1664641800,1),(347,1680366600,2),(347,1696091400,1),(347,1712421000,2),(347,1728145800,1),(347,1743870600,2),(347,1759595400,1),(347,1775320200,2),(347,1791045000,1),(347,1806769800,2),(347,1822494600,1),(347,1838219400,2),(347,1853944200,1),(347,1869669000,2),(347,1885998600,1),(347,1901723400,2),(347,1917448200,1),(347,1933173000,2),(347,1948897800,1),(347,1964622600,2),(347,1980347400,1),(347,1996072200,2),(347,2011797000,1),(347,2027521800,2),(347,2043246600,1),(347,2058971400,2),(347,2075301000,1),(347,2091025800,2),(347,2106750600,1),(347,2122475400,2),(347,2138200200,1),(348,-2147483648,3),(348,-1672560000,1),(348,-1665388800,2),(348,-883641600,1),(348,-876124800,2),(348,-860400000,1),(348,-844675200,2),(348,-828345600,1),(348,-813225600,2),(348,31500000,3),(348,57686400,1),(348,67968000,2),(348,625593600,1),(348,636480000,2),(348,657043200,1),(348,667929600,2),(348,688492800,1),(348,699379200,2),(349,-2147483648,3),(349,-1672558200,1),(349,-1665387000,2),(349,-883639800,1),(349,-876123000,2),(349,-860398200,1),(349,-844673400,2),(349,-828343800,1),(349,-813223800,2),(349,31501800,3),(349,57688200,1),(349,67969800,2),(349,89137800,1),(349,100024200,2),(349,120587400,1),(349,131473800,2),(349,152037000,1),(349,162923400,2),(349,183486600,1),(349,194977800,2),(349,215541000,1),(349,226427400,2),(349,246990600,1),(349,257877000,2),(349,278440200,1),(349,289326600,2),(349,309889800,1),(349,320776200,2),(349,341339400,1),(349,352225800,2),(349,372789000,1),(349,386699400,2),(349,404843400,1),(349,415729800,2),(349,436293000,1),(349,447179400,2),(349,467742600,1),(349,478629000,2),(349,499192200,1),(349,511288200,2),(349,530037000,1),(349,542737800,2),(349,562091400,1),(349,574792200,2),(349,594145800,1),(349,606241800,2),(349,625595400,1),(349,636481800,2),(349,657045000,1),(349,667931400,2),(349,688494600,1),(349,699381000,2),(349,719944200,1),(349,731435400,2),(349,751998600,1),(349,762885000,2),(349,783448200,1),(349,794334600,2),(349,814897800,1),(349,828203400,2),(349,846347400,1),(349,859653000,2),(349,877797000,1),(349,891102600,2),(349,909246600,1),(349,922552200,2),(349,941301000,1),(349,946647000,4),(349,954001800,2),(349,972750600,1),(349,985451400,2),(349,1004200200,1),(349,1017505800,2),(349,1035649800,1),(349,1048955400,2),(349,1067099400,1),(349,1080405000,2),(349,1099153800,1),(349,1111854600,2),(349,1130603400,1),(349,1143909000,2),(349,1162053000,1),(349,1174753800,2),(349,1193502600,1),(349,1207413000,2),(349,1223137800,1),(349,1238862600,2),(349,1254587400,1),(349,1270312200,2),(349,1286037000,1),(349,1301761800,2),(349,1317486600,1),(349,1333211400,2),(349,1349541000,1),(349,1365265800,2),(349,1380990600,1),(349,1396715400,2),(349,1412440200,1),(349,1428165000,2),(349,1443889800,1),(349,1459614600,2),(349,1475339400,1),(349,1491064200,2),(349,1506789000,1),(349,1522513800,2),(349,1538843400,1),(349,1554568200,2),(349,1570293000,1),(349,1586017800,2),(349,1601742600,1),(349,1617467400,2),(349,1633192200,1),(349,1648917000,2),(349,1664641800,1),(349,1680366600,2),(349,1696091400,1),(349,1712421000,2),(349,1728145800,1),(349,1743870600,2),(349,1759595400,1),(349,1775320200,2),(349,1791045000,1),(349,1806769800,2),(349,1822494600,1),(349,1838219400,2),(349,1853944200,1),(349,1869669000,2),(349,1885998600,1),(349,1901723400,2),(349,1917448200,1),(349,1933173000,2),(349,1948897800,1),(349,1964622600,2),(349,1980347400,1),(349,1996072200,2),(349,2011797000,1),(349,2027521800,2),(349,2043246600,1),(349,2058971400,2),(349,2075301000,1),(349,2091025800,2),(349,2106750600,1),(349,2122475400,2),(349,2138200200,1),(350,-2147483648,3),(350,-1672560000,1),(350,-1665388800,2),(350,-883641600,1),(350,-876124800,2),(350,-860400000,1),(350,-844675200,2),(350,-828345600,1),(350,-813225600,2),(350,31500000,3),(350,57686400,1),(350,67968000,2),(350,89136000,1),(350,100022400,2),(350,120585600,1),(350,131472000,2),(350,152035200,1),(350,162921600,2),(350,183484800,1),(350,194976000,2),(350,215539200,1),(350,226425600,2),(350,246988800,1),(350,257875200,2),(350,278438400,1),(350,289324800,2),(350,309888000,1),(350,320774400,2),(350,341337600,1),(350,352224000,2),(350,372787200,1),(350,386697600,2),(350,404841600,1),(350,415728000,2),(350,436291200,1),(350,447177600,2),(350,467740800,1),(350,478627200,2),(350,499190400,1),(350,511286400,2),(350,530035200,1),(350,542736000,2),(350,562089600,1),(350,574790400,2),(350,594144000,1),(350,606240000,2),(350,625593600,1),(350,636480000,2),(350,657043200,1),(350,667929600,2),(350,688492800,1),(350,699379200,2),(350,719942400,1),(350,731433600,2),(350,751996800,1),(350,762883200,2),(350,783446400,1),(350,794332800,2),(350,814896000,1),(350,828201600,2),(350,846345600,1),(350,859651200,2),(350,877795200,1),(350,891100800,2),(350,909244800,1),(350,922550400,2),(350,941299200,1),(350,954000000,2),(350,967305600,1),(350,985449600,2),(350,1004198400,1),(350,1017504000,2),(350,1035648000,1),(350,1048953600,2),(350,1067097600,1),(350,1080403200,2),(350,1099152000,1),(350,1111852800,2),(350,1130601600,1),(350,1143907200,2),(350,1162051200,1),(350,1174752000,2),(350,1193500800,1),(350,1207411200,2),(350,1223136000,1),(350,1238860800,2),(350,1254585600,1),(350,1270310400,2),(350,1286035200,1),(350,1301760000,2),(350,1317484800,1),(350,1333209600,2),(350,1349539200,1),(350,1365264000,2),(350,1380988800,1),(350,1396713600,2),(350,1412438400,1),(350,1428163200,2),(350,1443888000,1),(350,1459612800,2),(350,1475337600,1),(350,1491062400,2),(350,1506787200,1),(350,1522512000,2),(350,1538841600,1),(350,1554566400,2),(350,1570291200,1),(350,1586016000,2),(350,1601740800,1),(350,1617465600,2),(350,1633190400,1),(350,1648915200,2),(350,1664640000,1),(350,1680364800,2),(350,1696089600,1),(350,1712419200,2),(350,1728144000,1),(350,1743868800,2),(350,1759593600,1),(350,1775318400,2),(350,1791043200,1),(350,1806768000,2),(350,1822492800,1),(350,1838217600,2),(350,1853942400,1),(350,1869667200,2),(350,1885996800,1),(350,1901721600,2),(350,1917446400,1),(350,1933171200,2),(350,1948896000,1),(350,1964620800,2),(350,1980345600,1),(350,1996070400,2),(350,2011795200,1),(350,2027520000,2),(350,2043244800,1),(350,2058969600,2),(350,2075299200,1),(350,2091024000,2),(350,2106748800,1),(350,2122473600,2),(350,2138198400,1),(351,-2147483648,3),(351,-1680508800,1),(351,-1665388800,2),(351,-1646640000,1),(351,-1635753600,2),(351,-1615190400,1),(351,-1604304000,2),(351,-1583920800,3),(351,-883641600,1),(351,-876124800,2),(351,-860400000,1),(351,-844675200,2),(351,-828345600,1),(351,-813225600,2),(351,-94730400,3),(351,-71136000,1),(351,-55411200,2),(351,-37267200,1),(351,-25776000,2),(351,-5817600,1),(351,5673600,2),(351,25632000,1),(351,37728000,2),(351,57686400,1),(351,67968000,2),(351,89136000,1),(351,100022400,2),(351,120585600,1),(351,131472000,2),(351,152035200,1),(351,162921600,2),(351,183484800,1),(351,194976000,2),(351,215539200,1),(351,226425600,2),(351,246988800,1),(351,257875200,2),(351,278438400,1),(351,289324800,2),(351,309888000,1),(351,320774400,2),(351,341337600,1),(351,352224000,2),(351,372787200,1),(351,386092800,2),(351,404841600,1),(351,417542400,2),(351,436291200,1),(351,447177600,2),(351,467740800,1),(351,478627200,2),(351,499190400,1),(351,510076800,2),(351,530035200,1),(351,542736000,2),(351,562089600,1),(351,574790400,2),(351,594144000,1),(351,606240000,2),(351,625593600,1),(351,637689600,2),(351,657043200,1),(351,670348800,2),(351,686678400,1),(351,701798400,2),(351,718128000,1),(351,733248000,2),(351,749577600,1),(351,764697600,2),(351,781027200,1),(351,796147200,2),(351,812476800,1),(351,828201600,2),(351,844531200,1),(351,859651200,2),(351,875980800,1),(351,891100800,2),(351,907430400,1),(351,922550400,2),(351,938880000,1),(351,954000000,2),(351,967305600,1),(351,985449600,2),(351,1002384000,1),(351,1017504000,2),(351,1033833600,1),(351,1048953600,2),(351,1065283200,1),(351,1080403200,2),(351,1096732800,1),(351,1111852800,2),(351,1128182400,1),(351,1143907200,2),(351,1159632000,1),(351,1174752000,2),(351,1191686400,1),(351,1207411200,2),(351,1223136000,1),(351,1238860800,2),(351,1254585600,1),(351,1270310400,2),(351,1286035200,1),(351,1301760000,2),(351,1317484800,1),(351,1333209600,2),(351,1349539200,1),(351,1365264000,2),(351,1380988800,1),(351,1396713600,2),(351,1412438400,1),(351,1428163200,2),(351,1443888000,1),(351,1459612800,2),(351,1475337600,1),(351,1491062400,2),(351,1506787200,1),(351,1522512000,2),(351,1538841600,1),(351,1554566400,2),(351,1570291200,1),(351,1586016000,2),(351,1601740800,1),(351,1617465600,2),(351,1633190400,1),(351,1648915200,2),(351,1664640000,1),(351,1680364800,2),(351,1696089600,1),(351,1712419200,2),(351,1728144000,1),(351,1743868800,2),(351,1759593600,1),(351,1775318400,2),(351,1791043200,1),(351,1806768000,2),(351,1822492800,1),(351,1838217600,2),(351,1853942400,1),(351,1869667200,2),(351,1885996800,1),(351,1901721600,2),(351,1917446400,1),(351,1933171200,2),(351,1948896000,1),(351,1964620800,2),(351,1980345600,1),(351,1996070400,2),(351,2011795200,1),(351,2027520000,2),(351,2043244800,1),(351,2058969600,2),(351,2075299200,1),(351,2091024000,2),(351,2106748800,1),(351,2122473600,2),(351,2138198400,1),(352,-2147483648,3),(352,-1672558200,1),(352,-1665387000,2),(352,-883639800,1),(352,-876123000,2),(352,-860398200,1),(352,-844673400,2),(352,-828343800,1),(352,-813223800,2),(353,-2147483648,3),(353,-1672555500,1),(353,-1665384300,2),(353,-883637100,1),(353,-876120300,2),(353,-860395500,1),(353,-844670700,2),(353,-836469900,3),(353,152039700,1),(353,162926100,2),(353,436295700,1),(353,447182100,2),(353,690311700,1),(353,699383700,2),(353,1165079700,1),(353,1174756500,2),(353,1193505300,1),(353,1206810900,2),(353,1224954900,1),(353,1238260500,2),(353,2147483647,2),(354,-2147483648,3),(354,-1680508800,1),(354,-1665388800,2),(354,-1646640000,1),(354,-1635753600,2),(354,-1615190400,1),(354,-1604304000,2),(354,-1583920800,3),(354,-883641600,1),(354,-876124800,2),(354,-860400000,1),(354,-844675200,2),(354,-828345600,1),(354,-813225600,2),(354,-94730400,3),(354,-71136000,1),(354,-55411200,2),(354,-37267200,1),(354,-25776000,2),(354,-5817600,1),(354,5673600,2),(354,25632000,1),(354,37728000,2),(354,57686400,1),(354,67968000,2),(354,89136000,1),(354,100022400,2),(354,120585600,1),(354,131472000,2),(354,152035200,1),(354,162921600,2),(354,183484800,1),(354,194976000,2),(354,215539200,1),(354,226425600,2),(354,246988800,1),(354,257875200,2),(354,278438400,1),(354,289324800,2),(354,309888000,1),(354,320774400,2),(354,341337600,1),(354,352224000,2),(354,372787200,1),(354,386092800,2),(354,404841600,1),(354,417542400,2),(354,436291200,1),(354,447177600,2),(354,467740800,1),(354,478627200,2),(354,499190400,1),(354,510076800,2),(354,530035200,1),(354,542736000,2),(354,562089600,1),(354,574790400,2),(354,594144000,1),(354,606240000,2),(354,625593600,1),(354,637689600,2),(354,657043200,1),(354,670348800,2),(354,686678400,1),(354,701798400,2),(354,718128000,1),(354,733248000,2),(354,749577600,1),(354,764697600,2),(354,781027200,1),(354,796147200,2),(354,812476800,1),(354,828201600,2),(354,844531200,1),(354,859651200,2),(354,875980800,1),(354,891100800,2),(354,907430400,1),(354,922550400,2),(354,938880000,1),(354,954000000,2),(354,967305600,1),(354,985449600,2),(354,1002384000,1),(354,1017504000,2),(354,1033833600,1),(354,1048953600,2),(354,1065283200,1),(354,1080403200,2),(354,1096732800,1),(354,1111852800,2),(354,1128182400,1),(354,1143907200,2),(354,1159632000,1),(354,1174752000,2),(354,1191686400,1),(354,1207411200,2),(354,1223136000,1),(354,1238860800,2),(354,1254585600,1),(354,1270310400,2),(354,1286035200,1),(354,1301760000,2),(354,1317484800,1),(354,1333209600,2),(354,1349539200,1),(354,1365264000,2),(354,1380988800,1),(354,1396713600,2),(354,1412438400,1),(354,1428163200,2),(354,1443888000,1),(354,1459612800,2),(354,1475337600,1),(354,1491062400,2),(354,1506787200,1),(354,1522512000,2),(354,1538841600,1),(354,1554566400,2),(354,1570291200,1),(354,1586016000,2),(354,1601740800,1),(354,1617465600,2),(354,1633190400,1),(354,1648915200,2),(354,1664640000,1),(354,1680364800,2),(354,1696089600,1),(354,1712419200,2),(354,1728144000,1),(354,1743868800,2),(354,1759593600,1),(354,1775318400,2),(354,1791043200,1),(354,1806768000,2),(354,1822492800,1),(354,1838217600,2),(354,1853942400,1),(354,1869667200,2),(354,1885996800,1),(354,1901721600,2),(354,1917446400,1),(354,1933171200,2),(354,1948896000,1),(354,1964620800,2),(354,1980345600,1),(354,1996070400,2),(354,2011795200,1),(354,2027520000,2),(354,2043244800,1),(354,2058969600,2),(354,2075299200,1),(354,2091024000,2),(354,2106748800,1),(354,2122473600,2),(354,2138198400,1),(355,-2147483648,1),(355,352216800,3),(355,372785400,2),(355,384273000,3),(355,404839800,2),(355,415722600,3),(355,436289400,2),(355,447172200,3),(355,467739000,2),(355,478621800,3),(355,499188600,4),(355,511282800,3),(355,530033400,4),(355,542732400,3),(355,562087800,4),(355,574786800,3),(355,594142200,4),(355,606236400,3),(355,625591800,4),(355,636476400,3),(355,657041400,4),(355,667926000,3),(355,688491000,4),(355,699375600,3),(355,719940600,4),(355,731430000,3),(355,751995000,4),(355,762879600,3),(355,783444600,4),(355,794329200,3),(355,814894200,4),(355,828198000,3),(355,846343800,4),(355,859647600,3),(355,877793400,4),(355,891097200,3),(355,909243000,4),(355,922546800,3),(355,941297400,4),(355,953996400,3),(355,967303800,4),(355,985446000,3),(355,1004196600,4),(355,1017500400,3),(355,1035646200,4),(355,1048950000,3),(355,1067095800,4),(355,1080399600,3),(355,1099150200,4),(355,1111849200,3),(355,1130599800,4),(355,1143903600,3),(355,1162049400,4),(355,1174748400,3),(355,1193499000,4),(355,1207407600,3),(355,1223134200,4),(355,1238857200,3),(355,1254583800,4),(355,1270306800,3),(355,1286033400,4),(355,1301756400,3),(355,1317483000,4),(355,1333206000,3),(355,1349537400,4),(355,1365260400,3),(355,1380987000,4),(355,1396710000,3),(355,1412436600,4),(355,1428159600,3),(355,1443886200,4),(355,1459609200,3),(355,1475335800,4),(355,1491058800,3),(355,1506785400,4),(355,1522508400,3),(355,1538839800,4),(355,1554562800,3),(355,1570289400,4),(355,1586012400,3),(355,1601739000,4),(355,1617462000,3),(355,1633188600,4),(355,1648911600,3),(355,1664638200,4),(355,1680361200,3),(355,1696087800,4),(355,1712415600,3),(355,1728142200,4),(355,1743865200,3),(355,1759591800,4),(355,1775314800,3),(355,1791041400,4),(355,1806764400,3),(355,1822491000,4),(355,1838214000,3),(355,1853940600,4),(355,1869663600,3),(355,1885995000,4),(355,1901718000,3),(355,1917444600,4),(355,1933167600,3),(355,1948894200,4),(355,1964617200,3),(355,1980343800,4),(355,1996066800,3),(355,2011793400,4),(355,2027516400,3),(355,2043243000,4),(355,2058966000,3),(355,2075297400,4),(355,2091020400,3),(355,2106747000,4),(355,2122470000,3),(355,2138196600,4),(355,2147483647,4),(356,-2147483648,3),(356,-1672560000,1),(356,-1665388800,2),(356,-883641600,1),(356,-876124800,2),(356,-860400000,1),(356,-844675200,2),(356,-828345600,1),(356,-813225600,2),(356,31500000,3),(356,57686400,1),(356,67968000,2),(356,625593600,1),(356,636480000,2),(356,657043200,1),(356,667929600,2),(356,688492800,1),(356,699379200,2),(356,709912800,3),(356,719942400,1),(356,731433600,2),(356,751996800,1),(356,762883200,2),(357,-2147483648,1),(357,352216800,3),(357,372785400,2),(357,384273000,3),(357,404839800,2),(357,415722600,3),(357,436289400,2),(357,447172200,3),(357,467739000,2),(357,478621800,3),(357,499188600,4),(357,511282800,3),(357,530033400,4),(357,542732400,3),(357,562087800,4),(357,574786800,3),(357,594142200,4),(357,606236400,3),(357,625591800,4),(357,636476400,3),(357,657041400,4),(357,667926000,3),(357,688491000,4),(357,699375600,3),(357,719940600,4),(357,731430000,3),(357,751995000,4),(357,762879600,3),(357,783444600,4),(357,794329200,3),(357,814894200,4),(357,828198000,3),(357,846343800,4),(357,859647600,3),(357,877793400,4),(357,891097200,3),(357,909243000,4),(357,922546800,3),(357,941297400,4),(357,953996400,3),(357,967303800,4),(357,985446000,3),(357,1004196600,4),(357,1017500400,3),(357,1035646200,4),(357,1048950000,3),(357,1067095800,4),(357,1080399600,3),(357,1099150200,4),(357,1111849200,3),(357,1130599800,4),(357,1143903600,3),(357,1162049400,4),(357,1174748400,3),(357,1193499000,4),(357,1207407600,3),(357,1223134200,4),(357,1238857200,3),(357,1254583800,4),(357,1270306800,3),(357,1286033400,4),(357,1301756400,3),(357,1317483000,4),(357,1333206000,3),(357,1349537400,4),(357,1365260400,3),(357,1380987000,4),(357,1396710000,3),(357,1412436600,4),(357,1428159600,3),(357,1443886200,4),(357,1459609200,3),(357,1475335800,4),(357,1491058800,3),(357,1506785400,4),(357,1522508400,3),(357,1538839800,4),(357,1554562800,3),(357,1570289400,4),(357,1586012400,3),(357,1601739000,4),(357,1617462000,3),(357,1633188600,4),(357,1648911600,3),(357,1664638200,4),(357,1680361200,3),(357,1696087800,4),(357,1712415600,3),(357,1728142200,4),(357,1743865200,3),(357,1759591800,4),(357,1775314800,3),(357,1791041400,4),(357,1806764400,3),(357,1822491000,4),(357,1838214000,3),(357,1853940600,4),(357,1869663600,3),(357,1885995000,4),(357,1901718000,3),(357,1917444600,4),(357,1933167600,3),(357,1948894200,4),(357,1964617200,3),(357,1980343800,4),(357,1996066800,3),(357,2011793400,4),(357,2027516400,3),(357,2043243000,4),(357,2058966000,3),(357,2075297400,4),(357,2091020400,3),(357,2106747000,4),(357,2122470000,3),(357,2138196600,4),(357,2147483647,4),(358,-2147483648,3),(358,-1672560000,1),(358,-1665388800,2),(358,-883641600,1),(358,-876124800,2),(358,-860400000,1),(358,-844675200,2),(358,-828345600,1),(358,-813225600,2),(358,31500000,3),(358,57686400,1),(358,67968000,2),(358,89136000,1),(358,100022400,2),(358,120585600,1),(358,131472000,2),(358,152035200,1),(358,162921600,2),(358,183484800,1),(358,194976000,2),(358,215539200,1),(358,226425600,2),(358,246988800,1),(358,257875200,2),(358,278438400,1),(358,289324800,2),(358,309888000,1),(358,320774400,2),(358,341337600,1),(358,352224000,2),(358,372787200,1),(358,384278400,2),(358,404841600,1),(358,415728000,2),(358,436291200,1),(358,447177600,2),(358,467740800,1),(358,478627200,2),(358,499190400,1),(358,511286400,2),(358,530035200,1),(358,542736000,2),(358,561484800,1),(358,574790400,2),(358,594144000,1),(358,606240000,2),(358,625593600,1),(358,637689600,2),(358,657043200,1),(358,667929600,2),(358,688492800,1),(358,699379200,2),(358,719942400,1),(358,731433600,2),(358,751996800,1),(358,762883200,2),(358,783446400,1),(358,796147200,2),(358,814896000,1),(358,828201600,2),(358,846345600,1),(358,859651200,2),(358,877795200,1),(358,891100800,2),(358,909244800,1),(358,922550400,2),(358,941299200,1),(358,954000000,2),(358,967305600,1),(358,985449600,2),(358,1004198400,1),(358,1017504000,2),(358,1035648000,1),(358,1048953600,2),(358,1067097600,1),(358,1080403200,2),(358,1099152000,1),(358,1111852800,2),(358,1130601600,1),(358,1143907200,2),(358,1162051200,1),(358,1174752000,2),(358,1193500800,1),(358,1207411200,2),(358,1223136000,1),(358,1238860800,2),(358,1254585600,1),(358,1270310400,2),(358,1286035200,1),(358,1301760000,2),(358,1317484800,1),(358,1333209600,2),(358,1349539200,1),(358,1365264000,2),(358,1380988800,1),(358,1396713600,2),(358,1412438400,1),(358,1428163200,2),(358,1443888000,1),(358,1459612800,2),(358,1475337600,1),(358,1491062400,2),(358,1506787200,1),(358,1522512000,2),(358,1538841600,1),(358,1554566400,2),(358,1570291200,1),(358,1586016000,2),(358,1601740800,1),(358,1617465600,2),(358,1633190400,1),(358,1648915200,2),(358,1664640000,1),(358,1680364800,2),(358,1696089600,1),(358,1712419200,2),(358,1728144000,1),(358,1743868800,2),(358,1759593600,1),(358,1775318400,2),(358,1791043200,1),(358,1806768000,2),(358,1822492800,1),(358,1838217600,2),(358,1853942400,1),(358,1869667200,2),(358,1885996800,1),(358,1901721600,2),(358,1917446400,1),(358,1933171200,2),(358,1948896000,1),(358,1964620800,2),(358,1980345600,1),(358,1996070400,2),(358,2011795200,1),(358,2027520000,2),(358,2043244800,1),(358,2058969600,2),(358,2075299200,1),(358,2091024000,2),(358,2106748800,1),(358,2122473600,2),(358,2138198400,1),(359,-2147483648,3),(359,-1672560000,1),(359,-1665388800,2),(359,-883641600,1),(359,-876124800,2),(359,-860400000,1),(359,-844675200,2),(359,-828345600,1),(359,-813225600,2),(359,31500000,3),(359,57686400,1),(359,67968000,2),(359,89136000,1),(359,100022400,2),(359,120585600,1),(359,131472000,2),(359,152035200,1),(359,162921600,2),(359,183484800,1),(359,194976000,2),(359,215539200,1),(359,226425600,2),(359,246988800,1),(359,257875200,2),(359,278438400,1),(359,289324800,2),(359,309888000,1),(359,320774400,2),(359,341337600,1),(359,352224000,2),(359,372787200,1),(359,386697600,2),(359,404841600,1),(359,415728000,2),(359,436291200,1),(359,447177600,2),(359,467740800,1),(359,478627200,2),(359,499190400,1),(359,511286400,2),(359,530035200,1),(359,542736000,2),(359,562089600,1),(359,574790400,2),(359,594144000,1),(359,606240000,2),(359,625593600,1),(359,636480000,2),(359,657043200,1),(359,667929600,2),(359,688492800,1),(359,699379200,2),(359,719942400,1),(359,731433600,2),(359,751996800,1),(359,762883200,2),(359,783446400,1),(359,794332800,2),(359,814896000,1),(359,828201600,2),(359,846345600,1),(359,859651200,2),(359,877795200,1),(359,891100800,2),(359,909244800,1),(359,922550400,2),(359,941299200,1),(359,954000000,2),(359,967305600,1),(359,985449600,2),(359,1004198400,1),(359,1017504000,2),(359,1035648000,1),(359,1048953600,2),(359,1067097600,1),(359,1080403200,2),(359,1099152000,1),(359,1111852800,2),(359,1130601600,1),(359,1143907200,2),(359,1162051200,1),(359,1174752000,2),(359,1193500800,1),(359,1207411200,2),(359,1223136000,1),(359,1238860800,2),(359,1254585600,1),(359,1270310400,2),(359,1286035200,1),(359,1301760000,2),(359,1317484800,1),(359,1333209600,2),(359,1349539200,1),(359,1365264000,2),(359,1380988800,1),(359,1396713600,2),(359,1412438400,1),(359,1428163200,2),(359,1443888000,1),(359,1459612800,2),(359,1475337600,1),(359,1491062400,2),(359,1506787200,1),(359,1522512000,2),(359,1538841600,1),(359,1554566400,2),(359,1570291200,1),(359,1586016000,2),(359,1601740800,1),(359,1617465600,2),(359,1633190400,1),(359,1648915200,2),(359,1664640000,1),(359,1680364800,2),(359,1696089600,1),(359,1712419200,2),(359,1728144000,1),(359,1743868800,2),(359,1759593600,1),(359,1775318400,2),(359,1791043200,1),(359,1806768000,2),(359,1822492800,1),(359,1838217600,2),(359,1853942400,1),(359,1869667200,2),(359,1885996800,1),(359,1901721600,2),(359,1917446400,1),(359,1933171200,2),(359,1948896000,1),(359,1964620800,2),(359,1980345600,1),(359,1996070400,2),(359,2011795200,1),(359,2027520000,2),(359,2043244800,1),(359,2058969600,2),(359,2075299200,1),(359,2091024000,2),(359,2106748800,1),(359,2122473600,2),(359,2138198400,1),(360,-2147483648,3),(360,-1672558200,1),(360,-1665387000,2),(360,-883639800,1),(360,-876123000,2),(360,-860398200,1),(360,-844673400,2),(360,-828343800,1),(360,-813223800,2),(361,-2147483648,3),(361,-1672552800,1),(361,-1665381600,2),(361,-883634400,1),(361,-876117600,2),(361,-860392800,1),(361,-844668000,2),(361,-836467200,3),(361,152042400,1),(361,162928800,2),(361,436298400,1),(361,447184800,2),(361,690314400,1),(361,699386400,2),(361,1165082400,1),(361,1174759200,2),(361,1193508000,1),(361,1206813600,2),(361,1224957600,1),(361,1238263200,2),(362,-2147483648,3),(362,-1672560000,1),(362,-1665388800,2),(362,-883641600,1),(362,-876124800,2),(362,-860400000,1),(362,-844675200,2),(362,-828345600,1),(362,-813225600,2),(362,31500000,3),(362,57686400,1),(362,67968000,2),(362,625593600,1),(362,636480000,2),(362,657043200,1),(362,667929600,2),(362,688492800,1),(362,699379200,2),(363,-2147483648,3),(363,-1672558200,1),(363,-1665387000,2),(363,-883639800,1),(363,-876123000,2),(363,-860398200,1),(363,-844673400,2),(363,-828343800,1),(363,-813223800,2),(363,31501800,3),(363,57688200,1),(363,67969800,2),(363,89137800,1),(363,100024200,2),(363,120587400,1),(363,131473800,2),(363,152037000,1),(363,162923400,2),(363,183486600,1),(363,194977800,2),(363,215541000,1),(363,226427400,2),(363,246990600,1),(363,257877000,2),(363,278440200,1),(363,289326600,2),(363,309889800,1),(363,320776200,2),(363,341339400,1),(363,352225800,2),(363,372789000,1),(363,384280200,2),(363,404843400,1),(363,415729800,2),(363,436293000,1),(363,447179400,2),(363,467742600,1),(363,478629000,2),(363,499192200,1),(363,511288200,2),(363,530037000,1),(363,542737800,2),(363,562091400,1),(363,574792200,2),(363,594145800,1),(363,606241800,2),(363,625595400,1),(363,637691400,2),(363,657045000,1),(363,667931400,2),(363,688494600,1),(363,701195400,2),(363,719944200,1),(363,731435400,2),(363,751998600,1),(363,764094600,2),(363,783448200,1),(363,796149000,2),(363,814897800,1),(363,828203400,2),(363,846347400,1),(363,859653000,2),(363,877797000,1),(363,891102600,2),(363,909246600,1),(363,922552200,2),(363,941301000,1),(363,954001800,2),(363,972750600,1),(363,985451400,2),(363,1004200200,1),(363,1017505800,2),(363,1035649800,1),(363,1048955400,2),(363,1067099400,1),(363,1080405000,2),(363,1099153800,1),(363,1111854600,2),(363,1130603400,1),(363,1143909000,2),(363,1162053000,1),(363,1174753800,2),(363,1193502600,1),(363,1207413000,2),(363,1223137800,1),(363,1238862600,2),(363,1254587400,1),(363,1270312200,2),(363,1286037000,1),(363,1301761800,2),(363,1317486600,1),(363,1333211400,2),(363,1349541000,1),(363,1365265800,2),(363,1380990600,1),(363,1396715400,2),(363,1412440200,1),(363,1428165000,2),(363,1443889800,1),(363,1459614600,2),(363,1475339400,1),(363,1491064200,2),(363,1506789000,1),(363,1522513800,2),(363,1538843400,1),(363,1554568200,2),(363,1570293000,1),(363,1586017800,2),(363,1601742600,1),(363,1617467400,2),(363,1633192200,1),(363,1648917000,2),(363,1664641800,1),(363,1680366600,2),(363,1696091400,1),(363,1712421000,2),(363,1728145800,1),(363,1743870600,2),(363,1759595400,1),(363,1775320200,2),(363,1791045000,1),(363,1806769800,2),(363,1822494600,1),(363,1838219400,2),(363,1853944200,1),(363,1869669000,2),(363,1885998600,1),(363,1901723400,2),(363,1917448200,1),(363,1933173000,2),(363,1948897800,1),(363,1964622600,2),(363,1980347400,1),(363,1996072200,2),(363,2011797000,1),(363,2027521800,2),(363,2043246600,1),(363,2058971400,2),(363,2075301000,1),(363,2091025800,2),(363,2106750600,1),(363,2122475400,2),(363,2138200200,1),(364,-2147483648,3),(364,-1672560000,1),(364,-1665388800,2),(364,-883641600,1),(364,-876124800,2),(364,-860400000,1),(364,-844675200,2),(364,-828345600,1),(364,-813225600,2),(364,31500000,3),(364,57686400,1),(364,67968000,2),(364,89136000,1),(364,100022400,2),(364,120585600,1),(364,131472000,2),(364,152035200,1),(364,162921600,2),(364,183484800,1),(364,194976000,2),(364,215539200,1),(364,226425600,2),(364,246988800,1),(364,257875200,2),(364,278438400,1),(364,289324800,2),(364,309888000,1),(364,320774400,2),(364,341337600,1),(364,352224000,2),(364,372787200,1),(364,386697600,2),(364,404841600,1),(364,415728000,2),(364,436291200,1),(364,447177600,2),(364,467740800,1),(364,478627200,2),(364,499190400,1),(364,511286400,2),(364,530035200,1),(364,542736000,2),(364,562089600,1),(364,574790400,2),(364,594144000,1),(364,606240000,2),(364,625593600,1),(364,636480000,2),(364,657043200,1),(364,667929600,2),(364,688492800,1),(364,699379200,2),(364,719942400,1),(364,731433600,2),(364,751996800,1),(364,762883200,2),(364,783446400,1),(364,794332800,2),(364,814896000,1),(364,828201600,2),(364,846345600,1),(364,859651200,2),(364,877795200,1),(364,891100800,2),(364,909244800,1),(364,922550400,2),(364,941299200,1),(364,954000000,2),(364,967305600,1),(364,985449600,2),(364,1004198400,1),(364,1017504000,2),(364,1035648000,1),(364,1048953600,2),(364,1067097600,1),(364,1080403200,2),(364,1099152000,1),(364,1111852800,2),(364,1130601600,1),(364,1143907200,2),(364,1162051200,1),(364,1174752000,2),(364,1193500800,1),(364,1207411200,2),(364,1223136000,1),(364,1238860800,2),(364,1254585600,1),(364,1270310400,2),(364,1286035200,1),(364,1301760000,2),(364,1317484800,1),(364,1333209600,2),(364,1349539200,1),(364,1365264000,2),(364,1380988800,1),(364,1396713600,2),(364,1412438400,1),(364,1428163200,2),(364,1443888000,1),(364,1459612800,2),(364,1475337600,1),(364,1491062400,2),(364,1506787200,1),(364,1522512000,2),(364,1538841600,1),(364,1554566400,2),(364,1570291200,1),(364,1586016000,2),(364,1601740800,1),(364,1617465600,2),(364,1633190400,1),(364,1648915200,2),(364,1664640000,1),(364,1680364800,2),(364,1696089600,1),(364,1712419200,2),(364,1728144000,1),(364,1743868800,2),(364,1759593600,1),(364,1775318400,2),(364,1791043200,1),(364,1806768000,2),(364,1822492800,1),(364,1838217600,2),(364,1853942400,1),(364,1869667200,2),(364,1885996800,1),(364,1901721600,2),(364,1917446400,1),(364,1933171200,2),(364,1948896000,1),(364,1964620800,2),(364,1980345600,1),(364,1996070400,2),(364,2011795200,1),(364,2027520000,2),(364,2043244800,1),(364,2058969600,2),(364,2075299200,1),(364,2091024000,2),(364,2106748800,1),(364,2122473600,2),(364,2138198400,1),(365,-2147483648,3),(365,-1680508800,1),(365,-1665388800,2),(365,-1646640000,1),(365,-1635753600,2),(365,-1615190400,1),(365,-1604304000,2),(365,-1583920800,3),(365,-883641600,1),(365,-876124800,2),(365,-860400000,1),(365,-844675200,2),(365,-828345600,1),(365,-813225600,2),(365,-94730400,3),(365,-71136000,1),(365,-55411200,2),(365,-37267200,1),(365,-25776000,2),(365,-5817600,1),(365,5673600,2),(365,25632000,1),(365,37728000,2),(365,57686400,1),(365,67968000,2),(365,89136000,1),(365,100022400,2),(365,120585600,1),(365,131472000,2),(365,152035200,1),(365,162921600,2),(365,183484800,1),(365,194976000,2),(365,215539200,1),(365,226425600,2),(365,246988800,1),(365,257875200,2),(365,278438400,1),(365,289324800,2),(365,309888000,1),(365,320774400,2),(365,341337600,1),(365,352224000,2),(365,372787200,1),(365,386092800,2),(365,404841600,1),(365,417542400,2),(365,436291200,1),(365,447177600,2),(365,467740800,1),(365,478627200,2),(365,499190400,1),(365,510076800,2),(365,530035200,1),(365,542736000,2),(365,562089600,1),(365,574790400,2),(365,594144000,1),(365,606240000,2),(365,625593600,1),(365,637689600,2),(365,657043200,1),(365,670348800,2),(365,686678400,1),(365,701798400,2),(365,718128000,1),(365,733248000,2),(365,749577600,1),(365,764697600,2),(365,781027200,1),(365,796147200,2),(365,812476800,1),(365,828201600,2),(365,844531200,1),(365,859651200,2),(365,875980800,1),(365,891100800,2),(365,907430400,1),(365,922550400,2),(365,938880000,1),(365,954000000,2),(365,967305600,1),(365,985449600,2),(365,1002384000,1),(365,1017504000,2),(365,1033833600,1),(365,1048953600,2),(365,1065283200,1),(365,1080403200,2),(365,1096732800,1),(365,1111852800,2),(365,1128182400,1),(365,1143907200,2),(365,1159632000,1),(365,1174752000,2),(365,1191686400,1),(365,1207411200,2),(365,1223136000,1),(365,1238860800,2),(365,1254585600,1),(365,1270310400,2),(365,1286035200,1),(365,1301760000,2),(365,1317484800,1),(365,1333209600,2),(365,1349539200,1),(365,1365264000,2),(365,1380988800,1),(365,1396713600,2),(365,1412438400,1),(365,1428163200,2),(365,1443888000,1),(365,1459612800,2),(365,1475337600,1),(365,1491062400,2),(365,1506787200,1),(365,1522512000,2),(365,1538841600,1),(365,1554566400,2),(365,1570291200,1),(365,1586016000,2),(365,1601740800,1),(365,1617465600,2),(365,1633190400,1),(365,1648915200,2),(365,1664640000,1),(365,1680364800,2),(365,1696089600,1),(365,1712419200,2),(365,1728144000,1),(365,1743868800,2),(365,1759593600,1),(365,1775318400,2),(365,1791043200,1),(365,1806768000,2),(365,1822492800,1),(365,1838217600,2),(365,1853942400,1),(365,1869667200,2),(365,1885996800,1),(365,1901721600,2),(365,1917446400,1),(365,1933171200,2),(365,1948896000,1),(365,1964620800,2),(365,1980345600,1),(365,1996070400,2),(365,2011795200,1),(365,2027520000,2),(365,2043244800,1),(365,2058969600,2),(365,2075299200,1),(365,2091024000,2),(365,2106748800,1),(365,2122473600,2),(365,2138198400,1),(366,-2147483648,3),(366,-1672560000,1),(366,-1665388800,2),(366,-883641600,1),(366,-876124800,2),(366,-860400000,1),(366,-844675200,2),(366,-828345600,1),(366,-813225600,2),(366,31500000,3),(366,57686400,1),(366,67968000,2),(366,89136000,1),(366,100022400,2),(366,120585600,1),(366,131472000,2),(366,152035200,1),(366,162921600,2),(366,183484800,1),(366,194976000,2),(366,215539200,1),(366,226425600,2),(366,246988800,1),(366,257875200,2),(366,278438400,1),(366,289324800,2),(366,309888000,1),(366,320774400,2),(366,341337600,1),(366,352224000,2),(366,372787200,1),(366,384278400,2),(366,404841600,1),(366,415728000,2),(366,436291200,1),(366,447177600,2),(366,467740800,1),(366,478627200,2),(366,499190400,1),(366,511286400,2),(366,530035200,1),(366,542736000,2),(366,561484800,1),(366,574790400,2),(366,594144000,1),(366,606240000,2),(366,625593600,1),(366,637689600,2),(366,657043200,1),(366,667929600,2),(366,688492800,1),(366,699379200,2),(366,719942400,1),(366,731433600,2),(366,751996800,1),(366,762883200,2),(366,783446400,1),(366,796147200,2),(366,814896000,1),(366,828201600,2),(366,846345600,1),(366,859651200,2),(366,877795200,1),(366,891100800,2),(366,909244800,1),(366,922550400,2),(366,941299200,1),(366,954000000,2),(366,967305600,1),(366,985449600,2),(366,1004198400,1),(366,1017504000,2),(366,1035648000,1),(366,1048953600,2),(366,1067097600,1),(366,1080403200,2),(366,1099152000,1),(366,1111852800,2),(366,1130601600,1),(366,1143907200,2),(366,1162051200,1),(366,1174752000,2),(366,1193500800,1),(366,1207411200,2),(366,1223136000,1),(366,1238860800,2),(366,1254585600,1),(366,1270310400,2),(366,1286035200,1),(366,1301760000,2),(366,1317484800,1),(366,1333209600,2),(366,1349539200,1),(366,1365264000,2),(366,1380988800,1),(366,1396713600,2),(366,1412438400,1),(366,1428163200,2),(366,1443888000,1),(366,1459612800,2),(366,1475337600,1),(366,1491062400,2),(366,1506787200,1),(366,1522512000,2),(366,1538841600,1),(366,1554566400,2),(366,1570291200,1),(366,1586016000,2),(366,1601740800,1),(366,1617465600,2),(366,1633190400,1),(366,1648915200,2),(366,1664640000,1),(366,1680364800,2),(366,1696089600,1),(366,1712419200,2),(366,1728144000,1),(366,1743868800,2),(366,1759593600,1),(366,1775318400,2),(366,1791043200,1),(366,1806768000,2),(366,1822492800,1),(366,1838217600,2),(366,1853942400,1),(366,1869667200,2),(366,1885996800,1),(366,1901721600,2),(366,1917446400,1),(366,1933171200,2),(366,1948896000,1),(366,1964620800,2),(366,1980345600,1),(366,1996070400,2),(366,2011795200,1),(366,2027520000,2),(366,2043244800,1),(366,2058969600,2),(366,2075299200,1),(366,2091024000,2),(366,2106748800,1),(366,2122473600,2),(366,2138198400,1),(367,-2147483648,3),(367,-1672552800,1),(367,-1665381600,2),(367,-883634400,1),(367,-876117600,2),(367,-860392800,1),(367,-844668000,2),(367,-836467200,3),(367,152042400,1),(367,162928800,2),(367,436298400,1),(367,447184800,2),(367,690314400,1),(367,699386400,2),(367,1165082400,1),(367,1174759200,2),(367,1193508000,1),(367,1206813600,2),(367,1224957600,1),(367,1238263200,2),(368,-2147483648,3),(368,-1672558200,1),(368,-1665387000,2),(368,-883639800,1),(368,-876123000,2),(368,-860398200,1),(368,-844673400,2),(368,-828343800,1),(368,-813223800,2),(368,31501800,3),(368,57688200,1),(368,67969800,2),(368,89137800,1),(368,100024200,2),(368,120587400,1),(368,131473800,2),(368,152037000,1),(368,162923400,2),(368,183486600,1),(368,194977800,2),(368,215541000,1),(368,226427400,2),(368,246990600,1),(368,257877000,2),(368,278440200,1),(368,289326600,2),(368,309889800,1),(368,320776200,2),(368,341339400,1),(368,352225800,2),(368,372789000,1),(368,386699400,2),(368,404843400,1),(368,415729800,2),(368,436293000,1),(368,447179400,2),(368,467742600,1),(368,478629000,2),(368,499192200,1),(368,511288200,2),(368,530037000,1),(368,542737800,2),(368,562091400,1),(368,574792200,2),(368,594145800,1),(368,606241800,2),(368,625595400,1),(368,636481800,2),(368,657045000,1),(368,667931400,2),(368,688494600,1),(368,699381000,2),(368,719944200,1),(368,731435400,2),(368,751998600,1),(368,762885000,2),(368,783448200,1),(368,794334600,2),(368,814897800,1),(368,828203400,2),(368,846347400,1),(368,859653000,2),(368,877797000,1),(368,891102600,2),(368,909246600,1),(368,922552200,2),(368,941301000,1),(368,946647000,4),(368,954001800,2),(368,972750600,1),(368,985451400,2),(368,1004200200,1),(368,1017505800,2),(368,1035649800,1),(368,1048955400,2),(368,1067099400,1),(368,1080405000,2),(368,1099153800,1),(368,1111854600,2),(368,1130603400,1),(368,1143909000,2),(368,1162053000,1),(368,1174753800,2),(368,1193502600,1),(368,1207413000,2),(368,1223137800,1),(368,1238862600,2),(368,1254587400,1),(368,1270312200,2),(368,1286037000,1),(368,1301761800,2),(368,1317486600,1),(368,1333211400,2),(368,1349541000,1),(368,1365265800,2),(368,1380990600,1),(368,1396715400,2),(368,1412440200,1),(368,1428165000,2),(368,1443889800,1),(368,1459614600,2),(368,1475339400,1),(368,1491064200,2),(368,1506789000,1),(368,1522513800,2),(368,1538843400,1),(368,1554568200,2),(368,1570293000,1),(368,1586017800,2),(368,1601742600,1),(368,1617467400,2),(368,1633192200,1),(368,1648917000,2),(368,1664641800,1),(368,1680366600,2),(368,1696091400,1),(368,1712421000,2),(368,1728145800,1),(368,1743870600,2),(368,1759595400,1),(368,1775320200,2),(368,1791045000,1),(368,1806769800,2),(368,1822494600,1),(368,1838219400,2),(368,1853944200,1),(368,1869669000,2),(368,1885998600,1),(368,1901723400,2),(368,1917448200,1),(368,1933173000,2),(368,1948897800,1),(368,1964622600,2),(368,1980347400,1),(368,1996072200,2),(368,2011797000,1),(368,2027521800,2),(368,2043246600,1),(368,2058971400,2),(368,2075301000,1),(368,2091025800,2),(368,2106750600,1),(368,2122475400,2),(368,2138200200,1),(369,-2147483648,0),(369,-1767209328,2),(369,-1206950400,1),(369,-1191355200,2),(369,-1175367600,1),(369,-1159819200,2),(369,-633812400,1),(369,-622062000,2),(369,-602276400,1),(369,-591825600,2),(369,-570740400,1),(369,-560203200,2),(369,-539118000,1),(369,-531345600,2),(369,-191358000,1),(369,-184190400,2),(369,-155156400,1),(369,-150062400,2),(369,-128890800,1),(369,-121118400,2),(369,-99946800,1),(369,-89582400,2),(369,-68410800,1),(369,-57960000,2),(369,499755600,1),(369,511243200,2),(369,530600400,1),(369,540273600,2),(369,562136400,1),(369,571204800,2),(369,1214283600,3),(369,1384056000,2),(369,2147483647,2),(370,-2147483648,0),(370,-1767217820,2),(370,-1206961200,1),(370,-1191366000,2),(370,-1175378400,1),(370,-1159830000,2),(370,-633823200,1),(370,-622072800,2),(370,-602287200,1),(370,-591836400,2),(370,-570751200,1),(370,-560214000,2),(370,-539128800,1),(370,-531356400,2),(370,-191368800,1),(370,-184201200,2),(370,-155167200,1),(370,-150073200,2),(370,-128901600,1),(370,-121129200,2),(370,-99957600,1),(370,-89593200,2),(370,-68421600,1),(370,-57970800,2),(370,499744800,1),(370,511232400,2),(370,530589600,1),(370,540262800,2),(370,562125600,1),(370,571194000,2),(370,592970400,1),(370,602038800,2),(370,624420000,1),(370,634698000,2),(370,938916000,1),(370,951613200,2),(370,970970400,1),(370,971571600,2),(370,1003024800,1),(370,1013907600,2),(370,2147483647,2),(371,-2147483648,0),(371,-1767214412,2),(371,-1206957600,1),(371,-1191362400,2),(371,-1175374800,1),(371,-1159826400,2),(371,-633819600,1),(371,-622069200,2),(371,-602283600,1),(371,-591832800,2),(371,-570747600,1),(371,-560210400,2),(371,-539125200,1),(371,-531352800,2),(371,-195426000,1),(371,-184197600,2),(371,-155163600,1),(371,-150069600,2),(371,-128898000,1),(371,-121125600,2),(371,-99954000,1),(371,-89589600,2),(371,-68418000,1),(371,-57967200,2),(371,499748400,1),(371,511236000,2),(371,530593200,1),(371,540266400,2),(371,562129200,1),(371,571197600,2),(371,592974000,1),(371,602042400,2),(371,624423600,1),(371,634701600,2),(371,656478000,1),(371,666756000,2),(371,687927600,1),(371,697600800,2),(371,719982000,1),(371,728445600,2),(371,750826800,1),(371,761709600,2),(371,782276400,1),(371,793159200,2),(371,813726000,1),(371,824004000,2),(371,844570800,1),(371,856058400,2),(371,876106800,1),(371,888717600,2),(371,908074800,1),(371,919562400,2),(371,938919600,1),(371,951616800,2),(371,970974000,1),(371,982461600,2),(371,1003028400,1),(371,1013911200,2),(371,1036292400,1),(371,1045360800,2),(371,1066532400,1),(371,1076810400,2),(371,1099364400,1),(371,1108864800,2),(371,1129431600,1),(371,1140314400,2),(371,1162695600,1),(371,1172368800,2),(371,1192330800,1),(371,1203213600,2),(371,1224385200,1),(371,1234663200,2),(371,1255834800,1),(371,1266717600,2),(371,1287284400,1),(371,1298167200,2),(371,1318734000,1),(371,1330221600,2),(371,1350788400,1),(371,1361066400,2),(371,1382238000,1),(371,1392516000,2),(371,1413687600,1),(371,1424570400,2),(371,1445137200,1),(371,1456020000,2),(371,1476586800,1),(371,1487469600,2),(371,1508036400,1),(371,1518919200,2),(371,1541300400,1),(371,1550368800,2),(371,2147483647,2),(372,-2147483648,0),(372,-1767211196,2),(372,-1206954000,1),(372,-1191358800,2),(372,-1175371200,1),(372,-1159822800,2),(372,-633816000,1),(372,-622065600,2),(372,-602280000,1),(372,-591829200,2),(372,-570744000,1),(372,-560206800,2),(372,-539121600,1),(372,-531349200,2),(372,-191361600,1),(372,-184194000,2),(372,-155160000,1),(372,-150066000,2),(372,-128894400,1),(372,-121122000,2),(372,-99950400,1),(372,-89586000,2),(372,-68414400,1),(372,-57963600,2),(372,499752000,1),(372,511239600,2),(372,530596800,1),(372,540270000,2),(372,562132800,1),(372,571201200,2),(372,750830400,1),(372,761713200,2),(372,2147483647,2),(373,-1693706400,0),(373,-1680483600,1),(373,-1663455600,2),(373,-1650150000,3),(373,-1632006000,2),(373,-1618700400,3),(373,-938905200,2),(373,-857257200,3),(373,-844556400,2),(373,-828226800,3),(373,-812502000,2),(373,-796777200,3),(373,-781052400,2),(373,-766623600,3),(373,228877200,2),(373,243997200,3),(373,260326800,2),(373,276051600,3),(373,291776400,2),(373,307501200,3),(373,323830800,2),(373,338950800,3),(373,354675600,2),(373,370400400,3),(373,386125200,2),(373,401850000,3),(373,417574800,2),(373,433299600,3),(373,449024400,2),(373,465354000,3),(373,481078800,2),(373,496803600,3),(373,512528400,2),(373,528253200,3),(373,543978000,2),(373,559702800,3),(373,575427600,2),(373,591152400,3),(373,606877200,2),(373,622602000,3),(373,638326800,2),(373,654656400,3),(373,670381200,2),(373,686106000,3),(373,701830800,2),(373,717555600,3),(373,733280400,2),(373,749005200,3),(373,764730000,2),(373,780454800,3),(373,796179600,2),(373,811904400,3),(373,828234000,2),(373,846378000,3),(373,859683600,2),(373,877827600,3),(373,891133200,2),(373,909277200,3),(373,922582800,2),(373,941331600,3),(373,954032400,2),(373,972781200,3),(373,985482000,2),(373,1004230800,3),(373,1017536400,2),(373,1035680400,3),(373,1048986000,2),(373,1067130000,3),(373,1080435600,2),(373,1099184400,3),(373,1111885200,2),(373,1130634000,3),(373,1143334800,2),(373,1162083600,3),(373,1174784400,2),(373,1193533200,3),(373,1206838800,2),(373,1224982800,3),(373,1238288400,2),(373,1256432400,3),(373,1269738000,2),(373,1288486800,3),(373,1301187600,2),(373,1319936400,3),(373,1332637200,2),(373,1351386000,3),(373,1364691600,2),(373,1382835600,3),(373,1396141200,2),(373,1414285200,3),(373,1427590800,2),(373,1445734800,3),(373,1459040400,2),(373,1477789200,3),(373,1490490000,2),(373,1509238800,3),(373,1521939600,2),(373,1540688400,3),(373,1553994000,2),(373,1572138000,3),(373,1585443600,2),(373,1603587600,3),(373,1616893200,2),(373,1635642000,3),(373,1648342800,2),(373,1667091600,3),(373,1679792400,2),(373,1698541200,3),(373,1711846800,2),(373,1729990800,3),(373,1743296400,2),(373,1761440400,3),(373,1774746000,2),(373,1792890000,3),(373,1806195600,2),(373,1824944400,3),(373,1837645200,2),(373,1856394000,3),(373,1869094800,2),(373,1887843600,3),(373,1901149200,2),(373,1919293200,3),(373,1932598800,2),(373,1950742800,3),(373,1964048400,2),(373,1982797200,3),(373,1995498000,2),(373,2014246800,3),(373,2026947600,2),(373,2045696400,3),(373,2058397200,2),(373,2077146000,3),(373,2090451600,2),(373,2108595600,3),(373,2121901200,2),(373,2140045200,3),(374,-1633276800,0),(374,-1615136400,1),(374,-1601827200,0),(374,-1583686800,1),(374,-880214400,2),(374,-769395600,3),(374,-765392400,1),(374,-84384000,0),(374,-68662800,1),(374,-52934400,0),(374,-37213200,1),(374,-21484800,0),(374,-5763600,1),(374,9964800,0),(374,25686000,1),(374,41414400,0),(374,57740400,1),(374,73468800,0),(374,89190000,1),(374,104918400,0),(374,120639600,1),(374,126691200,0),(374,152089200,1),(374,162374400,0),(374,183538800,1),(374,199267200,0),(374,215593200,1),(374,230716800,0),(374,247042800,1),(374,262771200,0),(374,278492400,1),(374,294220800,0),(374,309942000,1),(374,325670400,0),(374,341391600,1),(374,357120000,0),(374,372841200,1),(374,388569600,0),(374,404895600,1),(374,420019200,0),(374,436345200,1),(374,452073600,0),(374,467794800,1),(374,483523200,0),(374,499244400,1),(374,514972800,0),(374,530694000,1),(374,544608000,0),(374,562143600,1),(374,576057600,0),(374,594198000,1),(374,607507200,0),(374,625647600,1),(374,638956800,0),(374,657097200,1),(374,671011200,0),(374,688546800,1),(374,702460800,0),(374,719996400,1),(374,733910400,0),(374,752050800,1),(374,765360000,0),(374,783500400,1),(374,796809600,0),(374,814950000,1),(374,828864000,0),(374,846399600,1),(374,860313600,0),(374,877849200,1),(374,891763200,0),(374,909298800,1),(374,923212800,0),(374,941353200,1),(374,954662400,0),(374,972802800,1),(374,986112000,0),(374,1004252400,1),(374,1018166400,0),(374,1035702000,1),(374,1049616000,0),(374,1067151600,1),(374,1081065600,0),(374,1099206000,1),(374,1112515200,0),(374,1130655600,1),(374,1143964800,0),(374,1162105200,1),(374,1173600000,0),(374,1194159600,1),(374,1205049600,0),(374,1225609200,1),(374,1236499200,0),(374,1257058800,1),(374,1268553600,0),(374,1289113200,1),(374,1300003200,0),(374,1320562800,1),(374,1331452800,0),(374,1352012400,1),(374,1362902400,0),(374,1383462000,1),(374,1394352000,0),(374,1414911600,1),(374,1425801600,0),(374,1446361200,1),(374,1457856000,0),(374,1478415600,1),(374,1489305600,0),(374,1509865200,1),(374,1520755200,0),(374,1541314800,1),(374,1552204800,0),(374,1572764400,1),(374,1583654400,0),(374,1604214000,1),(374,1615708800,0),(374,1636268400,1),(374,1647158400,0),(374,1667718000,1),(374,1678608000,0),(374,1699167600,1),(374,1710057600,0),(374,1730617200,1),(374,1741507200,0),(374,1762066800,1),(374,1772956800,0),(374,1793516400,1),(374,1805011200,0),(374,1825570800,1),(374,1836460800,0),(374,1857020400,1),(374,1867910400,0),(374,1888470000,1),(374,1899360000,0),(374,1919919600,1),(374,1930809600,0),(374,1951369200,1),(374,1962864000,0),(374,1983423600,1),(374,1994313600,0),(374,2014873200,1),(374,2025763200,0),(374,2046322800,1),(374,2057212800,0),(374,2077772400,1),(374,2088662400,0),(374,2109222000,1),(374,2120112000,0),(374,2140671600,1),(375,-2147483648,0),(375,-2131645536,2),(375,-1696276800,1),(375,-1680469200,2),(375,-1632074400,1),(375,-1615143600,2),(375,-1566763200,1),(375,-1557090000,2),(375,-1535486400,1),(375,-1524949200,2),(375,-1504468800,1),(375,-1493413200,2),(375,-1472414400,1),(375,-1461963600,2),(375,-1440964800,1),(375,-1429390800,2),(375,-1409515200,1),(375,-1396731600,2),(375,-1376856000,1),(375,-1366491600,2),(375,-1346616000,1),(375,-1333832400,2),(375,-1313956800,1),(375,-1303678800,2),(375,-1282507200,1),(375,-1272661200,2),(375,-1251057600,1),(375,-1240088400,2),(375,-1219608000,1),(375,-1207429200,2),(375,-1188763200,1),(375,-1175979600,2),(375,-1157313600,1),(375,-1143925200,2),(375,-1124049600,1),(375,-1113771600,2),(375,-1091390400,1),(375,-1081026000,2),(375,-1059854400,1),(375,-1050786000,2),(375,-1030910400,1),(375,-1018126800,2),(375,-999460800,1),(375,-986677200,2),(375,-965592000,1),(375,-955227600,2),(375,-935956800,1),(375,-923173200,2),(375,-904507200,1),(375,-891723600,2),(375,-880221600,3),(375,-769395600,4),(375,-765399600,2),(375,-747252000,1),(375,-733950000,2),(375,-715802400,1),(375,-702500400,2),(375,-684352800,1),(375,-671050800,2),(375,-652903200,1),(375,-639601200,2),(375,-589399200,1),(375,-576097200,2),(375,-557949600,1),(375,-544647600,2),(375,-526500000,1),(375,-513198000,2),(375,-495050400,1),(375,-481748400,2),(375,-431546400,1),(375,-418244400,2),(375,-400096800,1),(375,-386794800,2),(375,-368647200,1),(375,-355345200,2),(375,-337197600,1),(375,-323895600,2),(375,-242244000,1),(375,-226522800,2),(375,-210794400,1),(375,-195073200,2),(375,-179344800,1),(375,-163623600,2),(375,-147895200,1),(375,-131569200,2),(375,-116445600,1),(375,-100119600,2),(375,-84391200,1),(375,-68670000,2),(375,-52941600,1),(375,-37220400,2),(375,-21492000,1),(375,-5770800,2),(375,9957600,1),(375,25678800,2),(375,41407200,1),(375,57733200,2),(375,73461600,1),(375,89182800,2),(375,104911200,1),(375,120632400,2),(375,136360800,1),(375,152082000,2),(375,167810400,1),(375,183531600,2),(375,199260000,1),(375,215586000,2),(375,230709600,1),(375,247035600,2),(375,262764000,1),(375,278485200,2),(375,294213600,1),(375,309934800,2),(375,325663200,1),(375,341384400,2),(375,357112800,1),(375,372834000,2),(375,388562400,1),(375,404888400,2),(375,420012000,1),(375,436338000,2),(375,452066400,1),(375,467787600,2),(375,483516000,1),(375,499237200,2),(375,514965600,1),(375,530686800,2),(375,544600800,1),(375,562136400,2),(375,576050400,1),(375,594190800,2),(375,607500000,1),(375,625640400,2),(375,638949600,1),(375,657090000,2),(375,671004000,1),(375,688539600,2),(375,702453600,1),(375,719989200,2),(375,733903200,1),(375,752043600,2),(375,765352800,1),(375,783493200,2),(375,796802400,1),(375,814942800,2),(375,828856800,1),(375,846392400,2),(375,860306400,1),(375,877842000,2),(375,891756000,1),(375,909291600,2),(375,923205600,1),(375,941346000,2),(375,954655200,1),(375,972795600,2),(375,986104800,1),(375,1004245200,2),(375,1018159200,1),(375,1035694800,2),(375,1049608800,1),(375,1067144400,2),(375,1081058400,1),(375,1099198800,2),(375,1112508000,1),(375,1130648400,2),(375,1143957600,1),(375,1162098000,2),(375,1173592800,1),(375,1194152400,2),(375,1205042400,1),(375,1225602000,2),(375,1236492000,1),(375,1257051600,2),(375,1268546400,1),(375,1289106000,2),(375,1299996000,1),(375,1320555600,2),(375,1331445600,1),(375,1352005200,2),(375,1362895200,1),(375,1383454800,2),(375,1394344800,1),(375,1414904400,2),(375,1425794400,1),(375,1446354000,2),(375,1457848800,1),(375,1478408400,2),(375,1489298400,1),(375,1509858000,2),(375,1520748000,1),(375,1541307600,2),(375,1552197600,1),(375,1572757200,2),(375,1583647200,1),(375,1604206800,2),(375,1615701600,1),(375,1636261200,2),(375,1647151200,1),(375,1667710800,2),(375,1678600800,1),(375,1699160400,2),(375,1710050400,1),(375,1730610000,2),(375,1741500000,1),(375,1762059600,2),(375,1772949600,1),(375,1793509200,2),(375,1805004000,1),(375,1825563600,2),(375,1836453600,1),(375,1857013200,2),(375,1867903200,1),(375,1888462800,2),(375,1899352800,1),(375,1919912400,2),(375,1930802400,1),(375,1951362000,2),(375,1962856800,1),(375,1983416400,2),(375,1994306400,1),(375,2014866000,2),(375,2025756000,1),(375,2046315600,2),(375,2057205600,1),(375,2077765200,2),(375,2088655200,1),(375,2109214800,2),(375,2120104800,1),(375,2140664400,2),(376,-2147483648,2),(376,-1694368800,1),(376,-1681671600,2),(376,-1632067200,1),(376,-1615136400,2),(376,-1029686400,1),(376,-1018198800,2),(376,-880214400,3),(376,-769395600,4),(376,-765392400,2),(376,-746035200,1),(376,-732733200,2),(376,-715795200,1),(376,-702493200,2),(376,-684345600,1),(376,-671043600,2),(376,-652896000,1),(376,-639594000,2),(376,-620755200,1),(376,-607626000,2),(376,-589392000,1),(376,-576090000,2),(376,-557942400,1),(376,-544640400,2),(376,-526492800,1),(376,-513190800,2),(376,-495043200,1),(376,-481741200,2),(376,-463593600,1),(376,-450291600,2),(376,-431539200,1),(376,-418237200,2),(376,-400089600,1),(376,-386787600,2),(376,-368640000,1),(376,-355338000,2),(376,-337190400,1),(376,-321469200,2),(376,-305740800,1),(376,-292438800,2),(376,-210787200,1),(376,-198090000,2),(376,-116438400,5),(376,-100108800,6),(376,-84384000,5),(376,-68659200,6),(376,-52934400,5),(376,-37209600,6),(376,-21484800,5),(376,-5760000,6),(376,9964800,5),(376,25689600,6),(376,41414400,5),(376,57744000,6),(376,73468800,5),(376,89193600,6),(376,104918400,5),(376,120643200,6),(376,136368000,5),(376,152092800,6),(376,167817600,5),(376,183542400,6),(376,199267200,5),(376,215596800,6),(376,230716800,5),(376,247046400,6),(376,262771200,5),(376,278496000,6),(376,294220800,5),(376,309945600,6),(376,325670400,5),(376,341395200,6),(376,357120000,5),(376,372844800,6),(376,388569600,5),(376,404899200,6),(376,420019200,5),(376,436348800,6),(376,452073600,5),(376,467798400,6),(376,483523200,5),(376,499248000,6),(376,514972800,5),(376,530697600,6),(376,544608000,5),(376,562147200,6),(376,576057600,5),(376,594201600,6),(376,607507200,5),(376,625651200,6),(376,638956800,5),(376,657100800,6),(376,671011200,5),(376,688550400,6),(376,702460800,5),(376,720000000,6),(376,733910400,5),(376,752054400,6),(376,765360000,5),(376,783504000,6),(376,796809600,5),(376,814953600,6),(376,828864000,5),(376,846403200,6),(376,860313600,5),(376,877852800,6),(376,891763200,5),(376,909302400,6),(376,923212800,5),(376,941356800,6),(376,954662400,5),(376,972806400,6),(376,986112000,5),(376,1004256000,6),(376,1018166400,5),(376,1035705600,6),(376,1049616000,5),(376,1067155200,6),(376,1081065600,5),(376,1099209600,6),(376,1112515200,5),(376,1130659200,6),(376,1136095200,2),(376,1143964800,1),(376,1162105200,2),(376,1173600000,1),(376,1194159600,2),(376,1205049600,1),(376,1225609200,2),(376,1236499200,1),(376,1257058800,2),(376,1268553600,1),(376,1289113200,2),(376,1300003200,1),(376,1320562800,2),(376,1331452800,1),(376,1352012400,2),(376,1362902400,1),(376,1383462000,2),(376,1394352000,1),(376,1414911600,2),(376,1425801600,1),(376,1446361200,2),(376,1457856000,1),(376,1478415600,2),(376,1489305600,1),(376,1509865200,2),(376,1520755200,1),(376,1541314800,2),(376,1552204800,1),(376,1572764400,2),(376,1583654400,1),(376,1604214000,2),(376,1615708800,1),(376,1636268400,2),(376,1647158400,1),(376,1667718000,2),(376,1678608000,1),(376,1699167600,2),(376,1710057600,1),(376,1730617200,2),(376,1741507200,1),(376,1762066800,2),(376,1772956800,1),(376,1793516400,2),(376,1805011200,1),(376,1825570800,2),(376,1836460800,1),(376,1857020400,2),(376,1867910400,1),(376,1888470000,2),(376,1899360000,1),(376,1919919600,2),(376,1930809600,1),(376,1951369200,2),(376,1962864000,1),(376,1983423600,2),(376,1994313600,1),(376,2014873200,2),(376,2025763200,1),(376,2046322800,2),(376,2057212800,1),(376,2077772400,2),(376,2088662400,1),(376,2109222000,2),(376,2120112000,1),(376,2140671600,2),(377,-2147483648,2),(377,-1632070800,1),(377,-1615140000,2),(377,-1601753400,1),(377,-1583697600,2),(377,-1567357200,1),(377,-1554667200,2),(377,-1534698000,1),(377,-1524074400,2),(377,-1503248400,1),(377,-1492365600,2),(377,-1471798800,1),(377,-1460916000,2),(377,-1440954000,1),(377,-1428861600,2),(377,-1409504400,1),(377,-1397412000,2),(377,-1378054800,1),(377,-1365962400,2),(377,-1346605200,1),(377,-1333908000,2),(377,-1315155600,1),(377,-1301853600,2),(377,-1283706000,1),(377,-1270404000,2),(377,-1252256400,1),(377,-1238954400,2),(377,-1220806800,1),(377,-1207504800,2),(377,-1188752400,1),(377,-1176055200,2),(377,-1157302800,1),(377,-1144000800,2),(377,-1125853200,1),(377,-1112551200,2),(377,-1094403600,1),(377,-1081101600,2),(377,-1062954000,1),(377,-1049652000,2),(377,-1031504400,1),(377,-1018202400,2),(377,-1000054800,1),(377,-986752800,2),(377,-968000400,1),(377,-955303200,2),(377,-936550800,1),(377,-880218000,3),(377,-769395600,4),(377,-765396000,2),(377,-747248400,1),(377,-733946400,2),(377,-715806000,1),(377,-702504000,2),(377,-684356400,1),(377,-671054400,2),(377,-652906800,1),(377,-634161600,2),(377,-620845200,1),(377,-602704800,2),(377,-589395600,1),(377,-576093600,2),(377,-557946000,1),(377,-544644000,2),(377,-526496400,1),(377,-513194400,2),(377,-495046800,1),(377,-481744800,2),(377,-463597200,1),(377,-450295200,2),(377,-431542800,1),(377,-418240800,2),(377,-400093200,1),(377,-384372000,2),(377,-368643600,1),(377,-352922400,2),(377,-337194000,1),(377,-321472800,2),(377,-305744400,1),(377,-289418400,2),(377,-273690000,1),(377,-257968800,2),(377,-242240400,1),(377,-226519200,2),(377,-210790800,1),(377,-195069600,2),(377,-179341200,1),(377,-163620000,2),(377,-147891600,1),(377,-131565600,2),(377,-116442000,1),(377,-100116000,2),(377,-84387600,1),(377,-68666400,2),(377,-52938000,1),(377,-37216800,2),(377,-21488400,1),(377,-5767200,2),(377,9961200,1),(377,25682400,2),(377,41410800,1),(377,57736800,2),(377,73465200,1),(377,89186400,2),(377,104914800,1),(377,120636000,2),(377,136364400,1),(377,152085600,2),(377,167814000,1),(377,183535200,2),(377,199263600,1),(377,215589600,2),(377,230713200,1),(377,247039200,2),(377,262767600,1),(377,278488800,2),(377,294217200,1),(377,309938400,2),(377,325666800,1),(377,341388000,2),(377,357116400,1),(377,372837600,2),(377,388566000,1),(377,404892000,2),(377,420015600,1),(377,436341600,2),(377,452070000,1),(377,467791200,2),(377,483519600,1),(377,499240800,2),(377,514969200,1),(377,530690400,2),(377,544604400,1),(377,562140000,2),(377,576054000,1),(377,594194400,2),(377,607503600,1),(377,625644000,2),(377,638953200,1),(377,657093600,2),(377,671007600,1),(377,688543200,2),(377,702457200,1),(377,719992800,2),(377,733906800,1),(377,752047200,2),(377,765356400,1),(377,783496800,2),(377,796806000,1),(377,814946400,2),(377,828860400,1),(377,846396000,2),(377,860310000,1),(377,877845600,2),(377,891759600,1),(377,909295200,2),(377,923209200,1),(377,941349600,2),(377,954658800,1),(377,972799200,2),(377,986108400,1),(377,1004248800,2),(377,1018162800,1),(377,1035698400,2),(377,1049612400,1),(377,1067148000,2),(377,1081062000,1),(377,1099202400,2),(377,1112511600,1),(377,1130652000,2),(377,1143961200,1),(377,1162101600,2),(377,1173596400,1),(377,1194156000,2),(377,1205046000,1),(377,1225605600,2),(377,1236495600,1),(377,1257055200,2),(377,1268550000,1),(377,1289109600,2),(377,1299999600,1),(377,1320559200,2),(377,1331449200,1),(377,1352008800,2),(377,1362898800,1),(377,1383458400,2),(377,1394348400,1),(377,1414908000,2),(377,1425798000,1),(377,1446357600,2),(377,1457852400,1),(377,1478412000,2),(377,1489302000,1),(377,1509861600,2),(377,1520751600,1),(377,1541311200,2),(377,1552201200,1),(377,1572760800,2),(377,1583650800,1),(377,1604210400,2),(377,1615705200,1),(377,1636264800,2),(377,1647154800,1),(377,1667714400,2),(377,1678604400,1),(377,1699164000,2),(377,1710054000,1),(377,1730613600,2),(377,1741503600,1),(377,1762063200,2),(377,1772953200,1),(377,1793512800,2),(377,1805007600,1),(377,1825567200,2),(377,1836457200,1),(377,1857016800,2),(377,1867906800,1),(377,1888466400,2),(377,1899356400,1),(377,1919916000,2),(377,1930806000,1),(377,1951365600,2),(377,1962860400,1),(377,1983420000,2),(377,1994310000,1),(377,2014869600,2),(377,2025759600,1),(377,2046319200,2),(377,2057209200,1),(377,2077768800,2),(377,2088658800,1),(377,2109218400,2),(377,2120108400,1),(377,2140668000,2),(378,-2147483648,0),(378,-1998663968,2),(378,-1632063600,1),(378,-1615132800,2),(378,-1600614000,1),(378,-1596816000,2),(378,-1567954800,1),(378,-1551628800,2),(378,-1536505200,1),(378,-1523203200,2),(378,-1504450800,1),(378,-1491753600,2),(378,-1473001200,1),(378,-1459699200,2),(378,-880210800,3),(378,-769395600,4),(378,-765388800,2),(378,-715791600,1),(378,-702489600,2),(378,73472400,1),(378,89193600,2),(378,104922000,1),(378,120643200,2),(378,136371600,1),(378,152092800,2),(378,167821200,1),(378,183542400,2),(378,199270800,1),(378,215596800,2),(378,230720400,1),(378,247046400,2),(378,262774800,1),(378,278496000,2),(378,294224400,1),(378,309945600,2),(378,325674000,1),(378,341395200,2),(378,357123600,1),(378,372844800,2),(378,388573200,1),(378,404899200,2),(378,420022800,1),(378,436348800,2),(378,452077200,1),(378,467798400,2),(378,483526800,1),(378,499248000,2),(378,514976400,1),(378,530697600,2),(378,544611600,1),(378,562147200,2),(378,576061200,1),(378,594201600,2),(378,607510800,1),(378,625651200,2),(378,638960400,1),(378,657100800,2),(378,671014800,1),(378,688550400,2),(378,702464400,1),(378,720000000,2),(378,733914000,1),(378,752054400,2),(378,765363600,1),(378,783504000,2),(378,796813200,1),(378,814953600,2),(378,828867600,1),(378,846403200,2),(378,860317200,1),(378,877852800,2),(378,891766800,1),(378,909302400,2),(378,923216400,1),(378,941356800,2),(378,954666000,1),(378,972806400,2),(378,986115600,1),(378,1004256000,2),(378,1018170000,1),(378,1035705600,2),(378,1049619600,1),(378,1067155200,2),(378,1081069200,1),(378,1099209600,2),(378,1112518800,1),(378,1130659200,2),(378,1143968400,1),(378,1162108800,2),(378,1173603600,1),(378,1194163200,2),(378,1205053200,1),(378,1225612800,2),(378,1236502800,1),(378,1257062400,2),(378,1268557200,1),(378,1289116800,2),(378,1300006800,1),(378,1320566400,2),(378,1331456400,1),(378,1352016000,2),(378,1362906000,1),(378,1383465600,2),(378,1394355600,1),(378,1414915200,2),(378,1425805200,1),(378,1446364800,2),(378,1457859600,1),(378,1478419200,2),(378,1489309200,1),(378,1509868800,2),(378,1520758800,1),(378,1541318400,2),(378,1552208400,1),(378,1572768000,2),(378,1583658000,1),(378,1604217600,2),(378,1615712400,1),(378,1636272000,2),(378,1647162000,1),(378,1667721600,2),(378,1678611600,1),(378,1699171200,2),(378,1710061200,1),(378,1730620800,2),(378,1741510800,1),(378,1762070400,2),(378,1772960400,1),(378,1793520000,2),(378,1805014800,1),(378,1825574400,2),(378,1836464400,1),(378,1857024000,2),(378,1867914000,1),(378,1888473600,2),(378,1899363600,1),(378,1919923200,2),(378,1930813200,1),(378,1951372800,2),(378,1962867600,1),(378,1983427200,2),(378,1994317200,1),(378,2014876800,2),(378,2025766800,1),(378,2046326400,2),(378,2057216400,1),(378,2077776000,2),(378,2088666000,1),(378,2109225600,2),(378,2120115600,1),(378,2140675200,2),(379,-2147483648,2),(379,-1664130548,1),(379,-1650137348,2),(379,-1632076148,1),(379,-1615145348,2),(379,-1598650148,1),(379,-1590100148,2),(379,-1567286948,1),(379,-1551565748,2),(379,-1535837348,1),(379,-1520116148,2),(379,-1503782948,1),(379,-1488666548,2),(379,-1472333348,1),(379,-1457216948,2),(379,-1440883748,1),(379,-1425767348,2),(379,-1409434148,1),(379,-1394317748,2),(379,-1377984548,1),(379,-1362263348,2),(379,-1346534948,1),(379,-1330813748,2),(379,-1314480548,1),(379,-1299364148,2),(379,-1283030948,1),(379,-1267914548,2),(379,-1251581348,1),(379,-1236464948,2),(379,-1220131748,1),(379,-1205015348,2),(379,-1188682148,1),(379,-1172960948,2),(379,-1156627748,1),(379,-1141511348,2),(379,-1125178148,1),(379,-1110061748,2),(379,-1096921748,4),(379,-1093728600,3),(379,-1078612200,4),(379,-1061670600,3),(379,-1048973400,4),(379,-1030221000,3),(379,-1017523800,4),(379,-998771400,3),(379,-986074200,4),(379,-966717000,3),(379,-954624600,4),(379,-935267400,3),(379,-922570200,4),(379,-903817800,3),(379,-891120600,4),(379,-872368200,6),(379,-769395600,5),(379,-765401400,4),(379,-746044200,3),(379,-733347000,4),(379,-714594600,3),(379,-701897400,4),(379,-683145000,3),(379,-670447800,4),(379,-651695400,3),(379,-638998200,4),(379,-619641000,3),(379,-606943800,4),(379,-589401000,3),(379,-576099000,4),(379,-557951400,3),(379,-544649400,4),(379,-526501800,3),(379,-513199800,4),(379,-495052200,3),(379,-481750200,4),(379,-463602600,3),(379,-450300600,4),(379,-431548200,3),(379,-418246200,4),(379,-400098600,3),(379,-386796600,4),(379,-368649000,3),(379,-355347000,4),(379,-337199400,3),(379,-323897400,4),(379,-305749800,3),(379,-289423800,4),(379,-273695400,3),(379,-257974200,4),(379,-242245800,3),(379,-226524600,4),(379,-210796200,3),(379,-195075000,4),(379,-179346600,3),(379,-163625400,4),(379,-147897000,3),(379,-131571000,4),(379,-116447400,3),(379,-100121400,4),(379,-84393000,3),(379,-68671800,4),(379,-52943400,3),(379,-37222200,4),(379,-21493800,3),(379,-5772600,4),(379,9955800,3),(379,25677000,4),(379,41405400,3),(379,57731400,4),(379,73459800,3),(379,89181000,4),(379,104909400,3),(379,120630600,4),(379,136359000,3),(379,152080200,4),(379,167808600,3),(379,183529800,4),(379,199258200,3),(379,215584200,4),(379,230707800,3),(379,247033800,4),(379,262762200,3),(379,278483400,4),(379,294211800,3),(379,309933000,4),(379,325661400,3),(379,341382600,4),(379,357111000,3),(379,372832200,4),(379,388560600,3),(379,404886600,4),(379,420010200,3),(379,436336200,4),(379,452064600,3),(379,467785800,4),(379,483514200,3),(379,499235400,4),(379,514963800,3),(379,530685000,4),(379,544591860,3),(379,562127460,4),(379,576041460,7),(379,594178260,4),(379,607491060,3),(379,625631460,4),(379,638940660,3),(379,657081060,4),(379,670995060,3),(379,688530660,4),(379,702444660,3),(379,719980260,4),(379,733894260,3),(379,752034660,4),(379,765343860,3),(379,783484260,4),(379,796793460,3),(379,814933860,4),(379,828847860,3),(379,846383460,4),(379,860297460,3),(379,877833060,4),(379,891747060,3),(379,909282660,4),(379,923196660,3),(379,941337060,4),(379,954646260,3),(379,972786660,4),(379,986095860,3),(379,1004236260,4),(379,1018150260,3),(379,1035685860,4),(379,1049599860,3),(379,1067135460,4),(379,1081049460,3),(379,1099189860,4),(379,1112499060,3),(379,1130639460,4),(379,1143948660,3),(379,1162089060,4),(379,1173583860,3),(379,1194143460,4),(379,1205033460,3),(379,1225593060,4),(379,1236483060,3),(379,1257042660,4),(379,1268537460,3),(379,1289097060,4),(379,1299987060,3),(379,1320553800,4),(379,1331443800,3),(379,1352003400,4),(379,1362893400,3),(379,1383453000,4),(379,1394343000,3),(379,1414902600,4),(379,1425792600,3),(379,1446352200,4),(379,1457847000,3),(379,1478406600,4),(379,1489296600,3),(379,1509856200,4),(379,1520746200,3),(379,1541305800,4),(379,1552195800,3),(379,1572755400,4),(379,1583645400,3),(379,1604205000,4),(379,1615699800,3),(379,1636259400,4),(379,1647149400,3),(379,1667709000,4),(379,1678599000,3),(379,1699158600,4),(379,1710048600,3),(379,1730608200,4),(379,1741498200,3),(379,1762057800,4),(379,1772947800,3),(379,1793507400,4),(379,1805002200,3),(379,1825561800,4),(379,1836451800,3),(379,1857011400,4),(379,1867901400,3),(379,1888461000,4),(379,1899351000,3),(379,1919910600,4),(379,1930800600,3),(379,1951360200,4),(379,1962855000,3),(379,1983414600,4),(379,1994304600,3),(379,2014864200,4),(379,2025754200,3),(379,2046313800,4),(379,2057203800,3),(379,2077763400,4),(379,2088653400,3),(379,2109213000,4),(379,2120103000,3),(379,2140662600,4),(380,-2147483648,2),(380,-1632060000,1),(380,-1615129200,2),(380,-880207200,3),(380,-769395600,4),(380,-765385200,2),(380,-747237600,1),(380,-733935600,2),(380,-715788000,1),(380,-702486000,2),(380,-684338400,1),(380,-671036400,2),(380,-652888800,1),(380,-639586800,2),(380,-620834400,1),(380,-608137200,2),(380,-589384800,1),(380,-576082800,2),(380,-557935200,1),(380,-544633200,2),(380,-526485600,1),(380,-513183600,2),(380,-495036000,1),(380,-481734000,2),(380,-463586400,1),(380,-450284400,2),(380,-431532000,1),(380,-418230000,2),(380,-400082400,1),(380,-386780400,2),(380,-368632800,1),(380,-355330800,2),(380,-337183200,1),(380,-323881200,2),(380,-305733600,1),(380,-292431600,2),(380,-273679200,1),(380,-260982000,2),(380,-242229600,1),(380,-226508400,2),(380,-210780000,1),(380,-195058800,2),(380,-179330400,1),(380,-163609200,2),(380,-147880800,1),(380,-131554800,2),(380,-116431200,1),(380,-100105200,2),(380,-84376800,1),(380,-68655600,2),(380,-52927200,1),(380,-37206000,2),(380,-21477600,1),(380,-5756400,2),(380,9972000,1),(380,25693200,2),(380,41421600,1),(380,57747600,2),(380,73476000,1),(380,89197200,2),(380,104925600,1),(380,120646800,2),(380,136375200,1),(380,152096400,2),(380,167824800,1),(380,183546000,2),(380,199274400,1),(380,215600400,2),(380,230724000,1),(380,247050000,2),(380,262778400,1),(380,278499600,2),(380,294228000,1),(380,309949200,2),(380,325677600,1),(380,341398800,2),(380,357127200,1),(380,372848400,2),(380,388576800,1),(380,404902800,2),(380,420026400,1),(380,436352400,2),(380,452080800,1),(380,467802000,2),(380,483530400,1),(380,499251600,2),(380,514980000,1),(380,530701200,2),(380,544615200,1),(380,562150800,2),(380,576064800,1),(380,594205200,2),(380,607514400,1),(380,625654800,2),(380,638964000,1),(380,657104400,2),(380,671018400,1),(380,688554000,2),(380,702468000,1),(380,720003600,2),(380,733917600,1),(380,752058000,2),(380,765367200,1),(380,783507600,2),(380,796816800,1),(380,814957200,2),(380,828871200,1),(380,846406800,2),(380,860320800,1),(380,877856400,2),(380,891770400,1),(380,909306000,2),(380,923220000,1),(380,941360400,2),(380,954669600,1),(380,972810000,2),(380,986119200,1),(380,1004259600,2),(380,1018173600,1),(380,1035709200,2),(380,1049623200,1),(380,1067158800,2),(380,1081072800,1),(380,1099213200,2),(380,1112522400,1),(380,1130662800,2),(380,1143972000,1),(380,1162112400,2),(380,1173607200,1),(380,1194166800,2),(380,1205056800,1),(380,1225616400,2),(380,1236506400,1),(380,1257066000,2),(380,1268560800,1),(380,1289120400,2),(380,1300010400,1),(380,1320570000,2),(380,1331460000,1),(380,1352019600,2),(380,1362909600,1),(380,1383469200,2),(380,1394359200,1),(380,1414918800,2),(380,1425808800,1),(380,1446368400,2),(380,1457863200,1),(380,1478422800,2),(380,1489312800,1),(380,1509872400,2),(380,1520762400,1),(380,1541322000,2),(380,1552212000,1),(380,1572771600,2),(380,1583661600,1),(380,1604221200,2),(380,1615716000,1),(380,1636275600,2),(380,1647165600,1),(380,1667725200,2),(380,1678615200,1),(380,1699174800,2),(380,1710064800,1),(380,1730624400,2),(380,1741514400,1),(380,1762074000,2),(380,1772964000,1),(380,1793523600,2),(380,1805018400,1),(380,1825578000,2),(380,1836468000,1),(380,1857027600,2),(380,1867917600,1),(380,1888477200,2),(380,1899367200,1),(380,1919926800,2),(380,1930816800,1),(380,1951376400,2),(380,1962871200,1),(380,1983430800,2),(380,1994320800,1),(380,2014880400,2),(380,2025770400,1),(380,2046330000,2),(380,2057220000,1),(380,2077779600,2),(380,2088669600,1),(380,2109229200,2),(380,2120119200,1),(380,2140678800,2),(381,-2147483648,0),(381,-2030202084,2),(381,-1632063600,1),(381,-1615132800,2),(381,-1251651600,1),(381,-1238349600,2),(381,-1220202000,1),(381,-1206900000,2),(381,-1188752400,1),(381,-1175450400,2),(381,-1156698000,1),(381,-1144000800,2),(381,-1125248400,1),(381,-1111946400,2),(381,-1032714000,1),(381,-1016992800,2),(381,-1001264400,1),(381,-986148000,2),(381,-969814800,1),(381,-954093600,2),(381,-937760400,1),(381,-922039200,2),(381,-906310800,1),(381,-890589600,2),(381,-880210800,3),(381,-769395600,4),(381,-765388800,2),(381,-748450800,1),(381,-732729600,2),(381,-715791600,1),(381,-702489600,2),(381,-684342000,1),(381,-671040000,2),(381,-652892400,1),(381,-639590400,2),(381,-620838000,1),(381,-608140800,2),(381,-589388400,1),(381,-576086400,2),(381,-557938800,1),(381,-544636800,2),(381,-526489200,1),(381,-513187200,2),(381,-495039600,1),(381,-481737600,2),(381,-463590000,1),(381,-450288000,2),(381,-431535600,1),(381,-418233600,2),(381,-400086000,1),(381,-386784000,2),(381,-337186800,1),(381,-321465600,2),(381,-305737200,5),(382,-2147483648,2),(382,-1632056400,1),(382,-1615125600,2),(382,-1596978000,1),(382,-1583164800,2),(382,-880203600,3),(382,-769395600,4),(382,-765381600,2),(382,-147884400,5),(382,-131554800,2),(382,-81961200,6),(382,325677600,7),(382,341398800,6),(382,357127200,7),(382,372848400,6),(382,388576800,7),(382,404902800,6),(382,420026400,7),(382,436352400,6),(382,452080800,7),(382,467802000,6),(382,483530400,7),(382,499251600,6),(382,514980000,7),(382,530701200,6),(382,544615200,7),(382,562150800,6),(382,576064800,7),(382,594205200,6),(382,607514400,7),(382,625654800,6),(382,638964000,7),(382,657104400,6),(382,671018400,7),(382,688554000,6),(382,702468000,7),(382,720003600,6),(382,733917600,7),(382,752058000,6),(382,765367200,7),(382,783507600,6),(382,796816800,7),(382,814957200,6),(382,828871200,7),(382,846406800,6),(382,860320800,7),(382,877856400,6),(382,891770400,7),(382,909306000,6),(382,923220000,7),(382,941360400,6),(382,954669600,7),(382,972810000,6),(382,986119200,7),(382,1004259600,6),(382,1018173600,7),(382,1035709200,6),(382,1049623200,7),(382,1067158800,6),(382,1081072800,7),(382,1099213200,6),(382,1112522400,7),(382,1130662800,6),(382,1143972000,7),(382,1162112400,6),(382,1173607200,7),(382,1194166800,6),(382,1205056800,7),(382,1225616400,6),(382,1236506400,7),(382,1257066000,6),(382,1268560800,7),(382,1289120400,6),(382,1300010400,7),(382,1320570000,6),(382,1331460000,7),(382,1352019600,6),(382,1362909600,7),(382,1383469200,6),(382,1394359200,7),(382,1414918800,6),(382,1425808800,7),(382,1446368400,6),(382,1457863200,7),(382,1478422800,6),(382,1489312800,7),(382,1509872400,6),(382,1520762400,7),(382,1541322000,6),(382,1552212000,7),(382,1572771600,6),(382,1583661600,7),(382,1604214000,8),(383,-2147483648,1),(383,-1892661434,2),(383,-1688410800,1),(383,-1619205434,3),(383,-1593806400,1),(383,-1335986234,4),(383,-1317585600,2),(383,-1304362800,4),(383,-1286049600,2),(383,-1272826800,4),(383,-1254513600,2),(383,-1241290800,4),(383,-1222977600,2),(383,-1209754800,4),(383,-1191355200,2),(383,-1178132400,3),(383,-870552000,2),(383,-865278000,3),(383,-740520000,5),(383,-736376400,3),(383,-718056000,2),(383,-713649600,3),(383,-36619200,6),(383,-23922000,7),(383,-3355200,6),(383,7527600,7),(383,24465600,6),(383,37767600,7),(383,55915200,6),(383,69217200,7),(383,87969600,6),(383,100666800,7),(383,118209600,6),(383,132116400,7),(383,150868800,6),(383,163566000,7),(383,182318400,6),(383,195620400,7),(383,213768000,6),(383,227070000,7),(383,245217600,6),(383,258519600,7),(383,277272000,6),(383,289969200,7),(383,308721600,6),(383,321418800,7),(383,340171200,6),(383,353473200,7),(383,371620800,6),(383,384922800,7),(383,403070400,6),(383,416372400,7),(383,434520000,6),(383,447822000,7),(383,466574400,6),(383,479271600,7),(383,498024000,6),(383,510721200,7),(383,529473600,6),(383,545194800,7),(383,560923200,6),(383,574225200,7),(383,592372800,6),(383,605674800,7),(383,624427200,6),(383,637124400,7),(383,653457600,6),(383,668574000,7),(383,687326400,6),(383,700628400,7),(383,718776000,6),(383,732078000,7),(383,750225600,6),(383,763527600,7),(383,781675200,6),(383,794977200,7),(383,813729600,6),(383,826426800,7),(383,845179200,6),(383,859690800,7),(383,876628800,6),(383,889930800,7),(383,906868800,6),(383,923194800,7),(383,939528000,6),(383,952830000,7),(383,971582400,6),(383,984279600,7),(383,1003032000,6),(383,1015729200,7),(383,1034481600,6),(383,1047178800,7),(383,1065931200,6),(383,1079233200,7),(383,1097380800,6),(383,1110682800,7),(383,1128830400,6),(383,1142132400,7),(383,1160884800,6),(383,1173582000,7),(383,1192334400,6),(383,1206846000,7),(383,1223784000,6),(383,1237086000,7),(383,1255233600,6),(383,1270350000,7),(383,1286683200,6),(383,1304823600,7),(383,1313899200,6),(383,1335668400,7),(383,1346558400,6),(383,1367118000,7),(383,1378612800,6),(383,1398567600,7),(383,1410062400,6),(383,1463281200,7),(383,1471147200,6),(383,1494730800,7),(383,1502596800,6),(383,1526180400,7),(383,1534046400,6),(383,1554606000,7),(383,1567915200,6),(383,1586055600,7),(383,1599364800,6),(383,1617505200,7),(383,1630814400,6),(383,1648954800,7),(383,1662264000,6),(383,1680404400,7),(383,1693713600,6),(383,1712458800,7),(383,1725768000,6),(383,1743908400,7),(383,1757217600,6),(383,1775358000,7),(383,1788667200,6),(383,1806807600,7),(383,1820116800,6),(383,1838257200,7),(383,1851566400,6),(383,1870311600,7),(383,1883016000,6),(383,1901761200,7),(383,1915070400,6),(383,1933210800,7),(383,1946520000,6),(383,1964660400,7),(383,1977969600,6),(383,1996110000,7),(383,2009419200,6),(383,2027559600,7),(383,2040868800,6),(383,2059614000,7),(383,2072318400,6),(383,2091063600,7),(383,2104372800,6),(383,2122513200,7),(383,2135822400,6),(383,2147483647,6),(384,-2147483648,1),(384,-1178124152,4),(384,-36619200,2),(384,-23922000,3),(384,-3355200,2),(384,7527600,3),(384,24465600,2),(384,37767600,3),(384,55915200,2),(384,69217200,3),(384,87969600,2),(384,100666800,3),(384,118209600,2),(384,132116400,3),(384,150868800,2),(384,163566000,3),(384,182318400,2),(384,195620400,3),(384,213768000,2),(384,227070000,3),(384,245217600,2),(384,258519600,3),(384,277272000,2),(384,289969200,3),(384,308721600,2),(384,321418800,3),(384,340171200,2),(384,353473200,3),(384,371620800,2),(384,384922800,5),(384,403070400,6),(384,416372400,5),(384,434520000,6),(384,447822000,5),(384,466574400,6),(384,479271600,5),(384,498024000,6),(384,510721200,5),(384,529473600,6),(384,545194800,5),(384,560923200,6),(384,574225200,5),(384,592372800,6),(384,605674800,5),(384,624427200,6),(384,637124400,5),(384,653457600,6),(384,668574000,5),(384,687326400,6),(384,700628400,5),(384,718776000,6),(384,732078000,5),(384,750225600,6),(384,763527600,5),(384,781675200,6),(384,794977200,5),(384,813729600,6),(384,826426800,5),(384,845179200,6),(384,859690800,5),(384,876628800,6),(384,889930800,5),(384,906868800,6),(384,923194800,5),(384,939528000,6),(384,952830000,5),(384,971582400,6),(384,984279600,5),(384,1003032000,6),(384,1015729200,5),(384,1034481600,6),(384,1047178800,5),(384,1065931200,6),(384,1079233200,5),(384,1097380800,6),(384,1110682800,5),(384,1128830400,6),(384,1142132400,5),(384,1160884800,6),(384,1173582000,5),(384,1192334400,6),(384,1206846000,5),(384,1223784000,6),(384,1237086000,5),(384,1255233600,6),(384,1270350000,5),(384,1286683200,6),(384,1304823600,5),(384,1313899200,6),(384,1335668400,5),(384,1346558400,6),(384,1367118000,5),(384,1378612800,6),(384,1398567600,5),(384,1410062400,6),(384,1463281200,5),(384,1471147200,6),(384,1494730800,5),(384,1502596800,6),(384,1526180400,5),(384,1534046400,6),(384,1554606000,5),(384,1567915200,6),(384,1586055600,5),(384,1599364800,6),(384,1617505200,5),(384,1630814400,6),(384,1648954800,5),(384,1662264000,6),(384,1680404400,5),(384,1693713600,6),(384,1712458800,5),(384,1725768000,6),(384,1743908400,5),(384,1757217600,6),(384,1775358000,5),(384,1788667200,6),(384,1806807600,5),(384,1820116800,6),(384,1838257200,5),(384,1851566400,6),(384,1870311600,5),(384,1883016000,6),(384,1901761200,5),(384,1915070400,6),(384,1933210800,5),(384,1946520000,6),(384,1964660400,5),(384,1977969600,6),(384,1996110000,5),(384,2009419200,6),(384,2027559600,5),(384,2040868800,6),(384,2059614000,5),(384,2072318400,6),(384,2091063600,5),(384,2104372800,6),(384,2122513200,5),(384,2135822400,6),(384,2147483647,6),(385,-2147483648,1),(385,-1402813824,3),(385,-1311534000,2),(385,-1300996800,3),(385,-933534000,2),(385,-925675200,3),(385,-902084400,2),(385,-893620800,3),(385,-870030000,2),(385,-862171200,3),(385,-775681200,2),(385,-767822400,3),(385,-744231600,2),(385,-736372800,3),(385,-144702000,2),(385,-134251200,3),(385,-113425200,2),(385,-102542400,3),(385,-86295600,2),(385,-72907200,3),(385,-54154800,2),(385,-41457600,3),(385,-21495600,2),(385,-5774400,3),(385,9954000,2),(385,25675200,3),(385,41403600,2),(385,57729600,3),(385,73458000,2),(385,87364800,3),(385,104907600,2),(385,118900800,3),(385,136357200,2),(385,150436800,3),(385,167806800,2),(385,183528000,3),(385,199256400,2),(385,215582400,3),(385,230706000,2),(385,247032000,3),(385,263365200,2),(385,276667200,3),(385,290581200,2),(385,308721600,3),(385,322030800,2),(385,340171200,3),(385,358318800,2),(385,371620800,3),(385,389768400,2),(385,403070400,3),(385,421218000,2),(385,434520000,3),(385,452667600,2),(385,466574400,3),(385,484117200,2),(385,498024000,3),(385,511333200,2),(385,529473600,3),(385,542782800,2),(385,560923200,3),(385,574837200,2),(385,592372800,3),(385,606286800,2),(385,623822400,3),(385,638946000,2),(385,655876800,3),(385,671000400,2),(385,687330000,4),(385,702450000,2),(385,718779600,4),(385,733899600,2),(385,750229200,4),(385,765349200,2),(385,781678800,4),(385,796798800,2),(385,813128400,4),(385,828853200,2),(385,844578000,4),(385,860302800,2),(385,876632400,4),(385,891147600,5),(385,909291600,4),(385,922597200,5),(385,941346000,4),(385,954651600,5),(385,972795600,4),(385,986101200,5),(385,1004245200,4),(385,1018155600,5),(385,1035694800,4),(385,1049605200,5),(385,1067144400,4),(385,1080450000,5),(385,1162098000,4),(385,1173589200,5),(385,1193547600,4),(385,1205643600,5),(385,1224997200,4),(385,1236488400,5),(385,1256446800,4),(385,1268542800,5),(385,1288501200,4),(385,1300597200,5),(385,1321160400,4),(385,1333256400,5),(385,1352005200,4),(385,1362891600,5),(385,1383454800,4),(385,1394341200,5),(385,1414904400,4),(385,1425790800,5),(385,1446354000,4),(385,1457845200,5),(385,1478408400,4),(385,1489294800,5),(385,1509858000,4),(385,1520744400,5),(385,1541307600,4),(385,1552194000,5),(385,1572757200,4),(385,1583643600,5),(385,1604206800,4),(385,1615698000,5),(385,1636261200,4),(385,1647147600,5),(385,1667710800,4),(385,1678597200,5),(385,1699160400,4),(385,1710046800,5),(385,1730610000,4),(385,1741496400,5),(385,1762059600,4),(385,1772946000,5),(385,1793509200,4),(385,1805000400,5),(385,1825563600,4),(385,1836450000,5),(385,1857013200,4),(385,1867899600,5),(385,1888462800,4),(385,1899349200,5),(385,1919912400,4),(385,1930798800,5),(385,1951362000,4),(385,1962853200,5),(385,1983416400,4),(385,1994302800,5),(385,2014866000,4),(385,2025752400,5),(385,2046315600,4),(385,2057202000,5),(385,2077765200,4),(385,2088651600,5),(385,2109214800,4),(385,2120101200,5),(385,2140664400,4),(386,228877200,0),(386,243997200,1),(386,260326800,0),(386,276051600,1),(386,291776400,0),(386,307501200,1),(386,323830800,0),(386,338950800,1),(386,354675600,0),(386,370400400,1),(386,386125200,0),(386,401850000,1),(386,417574800,0),(386,433299600,1),(386,449024400,0),(386,465354000,1),(386,481078800,0),(386,496803600,1),(386,512528400,0),(386,528253200,1),(386,543978000,0),(386,559702800,1),(386,575427600,0),(386,591152400,1),(386,606877200,0),(386,622602000,1),(386,638326800,0),(386,654656400,1),(386,670381200,0),(386,686106000,1),(386,701830800,0),(386,717555600,1),(386,733280400,0),(386,749005200,1),(386,764730000,0),(386,780454800,1),(386,796179600,0),(386,811904400,1),(386,828234000,0),(386,846378000,1),(386,859683600,0),(386,877827600,1),(386,891133200,0),(386,909277200,1),(386,922582800,0),(386,941331600,1),(386,954032400,0),(386,972781200,1),(386,985482000,0),(386,1004230800,1),(386,1017536400,0),(386,1035680400,1),(386,1048986000,0),(386,1067130000,1),(386,1080435600,0),(386,1099184400,1),(386,1111885200,0),(386,1130634000,1),(386,1143334800,0),(386,1162083600,1),(386,1174784400,0),(386,1193533200,1),(386,1206838800,0),(386,1224982800,1),(386,1238288400,0),(386,1256432400,1),(386,1269738000,0),(386,1288486800,1),(386,1301187600,0),(386,1319936400,1),(386,1332637200,0),(386,1351386000,1),(386,1364691600,0),(386,1382835600,1),(386,1396141200,0),(386,1414285200,1),(386,1427590800,0),(386,1445734800,1),(386,1459040400,0),(386,1477789200,1),(386,1490490000,0),(386,1509238800,1),(386,1521939600,0),(386,1540688400,1),(386,1553994000,0),(386,1572138000,1),(386,1585443600,0),(386,1603587600,1),(386,1616893200,0),(386,1635642000,1),(386,1648342800,0),(386,1667091600,1),(386,1679792400,0),(386,1698541200,1),(386,1711846800,0),(386,1729990800,1),(386,1743296400,0),(386,1761440400,1),(386,1774746000,0),(386,1792890000,1),(386,1806195600,0),(386,1824944400,1),(386,1837645200,0),(386,1856394000,1),(386,1869094800,0),(386,1887843600,1),(386,1901149200,0),(386,1919293200,1),(386,1932598800,0),(386,1950742800,1),(386,1964048400,0),(386,1982797200,1),(386,1995498000,0),(386,2014246800,1),(386,2026947600,0),(386,2045696400,1),(386,2058397200,0),(386,2077146000,1),(386,2090451600,0),(386,2108595600,1),(386,2121901200,0),(386,2140045200,1),(388,-1633280400,0),(388,-1615140000,1),(388,-1601830800,0),(388,-1583690400,1),(388,-880218000,2),(388,-769395600,3),(388,-765396000,1),(388,-84387600,0),(388,-68666400,1),(388,-52938000,0),(388,-37216800,1),(388,-21488400,0),(388,-5767200,1),(388,9961200,0),(388,25682400,1),(388,41410800,0),(388,57736800,1),(388,73465200,0),(388,89186400,1),(388,104914800,0),(388,120636000,1),(388,126687600,0),(388,152085600,1),(388,162370800,0),(388,183535200,1),(388,199263600,0),(388,215589600,1),(388,230713200,0),(388,247039200,1),(388,262767600,0),(388,278488800,1),(388,294217200,0),(388,309938400,1),(388,325666800,0),(388,341388000,1),(388,357116400,0),(388,372837600,1),(388,388566000,0),(388,404892000,1),(388,420015600,0),(388,436341600,1),(388,452070000,0),(388,467791200,1),(388,483519600,0),(388,499240800,1),(388,514969200,0),(388,530690400,1),(388,544604400,0),(388,562140000,1),(388,576054000,0),(388,594194400,1),(388,607503600,0),(388,625644000,1),(388,638953200,0),(388,657093600,1),(388,671007600,0),(388,688543200,1),(388,702457200,0),(388,719992800,1),(388,733906800,0),(388,752047200,1),(388,765356400,0),(388,783496800,1),(388,796806000,0),(388,814946400,1),(388,828860400,0),(388,846396000,1),(388,860310000,0),(388,877845600,1),(388,891759600,0),(388,909295200,1),(388,923209200,0),(388,941349600,1),(388,954658800,0),(388,972799200,1),(388,986108400,0),(388,1004248800,1),(388,1018162800,0),(388,1035698400,1),(388,1049612400,0),(388,1067148000,1),(388,1081062000,0),(388,1099202400,1),(388,1112511600,0),(388,1130652000,1),(388,1143961200,0),(388,1162101600,1),(388,1173596400,0),(388,1194156000,1),(388,1205046000,0),(388,1225605600,1),(388,1236495600,0),(388,1257055200,1),(388,1268550000,0),(388,1289109600,1),(388,1299999600,0),(388,1320559200,1),(388,1331449200,0),(388,1352008800,1),(388,1362898800,0),(388,1383458400,1),(388,1394348400,0),(388,1414908000,1),(388,1425798000,0),(388,1446357600,1),(388,1457852400,0),(388,1478412000,1),(388,1489302000,0),(388,1509861600,1),(388,1520751600,0),(388,1541311200,1),(388,1552201200,0),(388,1572760800,1),(388,1583650800,0),(388,1604210400,1),(388,1615705200,0),(388,1636264800,1),(388,1647154800,0),(388,1667714400,1),(388,1678604400,0),(388,1699164000,1),(388,1710054000,0),(388,1730613600,1),(388,1741503600,0),(388,1762063200,1),(388,1772953200,0),(388,1793512800,1),(388,1805007600,0),(388,1825567200,1),(388,1836457200,0),(388,1857016800,1),(388,1867906800,0),(388,1888466400,1),(388,1899356400,0),(388,1919916000,1),(388,1930806000,0),(388,1951365600,1),(388,1962860400,0),(388,1983420000,1),(388,1994310000,0),(388,2014869600,1),(388,2025759600,0),(388,2046319200,1),(388,2057209200,0),(388,2077768800,1),(388,2088658800,0),(388,2109218400,1),(388,2120108400,0),(388,2140668000,1),(389,-2147483648,2),(389,-929844000,1),(389,-923108400,2),(389,-906170400,1),(389,-892868400,2),(389,-875844000,1),(389,-857790000,2),(389,-844308000,1),(389,-825822000,2),(389,-812685600,1),(389,-794199600,2),(389,-779853600,1),(389,-762663600,2),(389,-399088800,1),(389,-386650800,2),(389,-368330400,1),(389,-355114800,2),(389,-336790800,1),(389,-323654400,2),(389,-305168400,1),(389,-292032000,2),(389,-273632400,1),(389,-260496000,2),(389,-242096400,1),(389,-228960000,2),(389,-210560400,1),(389,-197424000,2),(389,-178938000,1),(389,-165801600,2),(389,-147402000,1),(389,-134265600,2),(389,-115866000,1),(389,-102643200,2),(389,-84330000,1),(389,-71107200,2),(389,-52707600,1),(389,-39484800,2),(389,-21171600,1),(389,-7948800,2),(389,10364400,1),(389,23587200,2),(389,41900400,1),(389,55123200,2),(389,73522800,1),(389,86745600,2),(389,105058800,1),(389,118281600,2),(389,136594800,1),(389,149817600,2),(389,168130800,1),(389,181353600,2),(389,199753200,1),(389,212976000,2),(389,231289200,1),(389,244512000,2),(389,262825200,1),(389,276048000,2),(389,294361200,1),(389,307584000,2),(389,325983600,1),(389,339206400,2),(389,357519600,1),(389,370742400,2),(389,396399600,1),(389,402278400,2),(389,426812400,1),(389,433814400,2),(389,452214000,1),(389,465436800,2),(389,483750000,1),(389,496972800,2),(389,515286000,1),(389,528508800,2),(389,546822000,1),(389,560044800,2),(389,578444400,1),(389,591667200,2),(389,610412400,1),(389,623203200,2),(389,641516400,1),(389,654739200,2),(389,673052400,1),(389,686275200,2),(389,704674800,1),(389,717897600,2),(389,736210800,1),(389,749433600,2),(389,767746800,1),(389,780969600,2),(389,799020000,3),(389,812322000,2),(389,830469600,3),(389,843771600,2),(389,861919200,3),(389,875221200,2),(389,893368800,3),(389,906670800,2),(389,925423200,3),(389,938725200,2),(389,956872800,3),(389,970174800,2),(389,988322400,3),(389,1001624400,2),(389,1019772000,3),(389,1033074000,2),(389,1051221600,3),(389,1064523600,2),(389,1083276000,3),(389,1096578000,2),(389,1114725600,3),(389,1128027600,2),(389,1146175200,3),(389,1158872400,2),(389,1177624800,3),(389,1189112400,2),(389,1209074400,3),(389,1219957200,2),(389,1240524000,3),(389,1250802000,2),(389,1272578400,3),(389,1281474000,2),(389,1284069600,1),(389,1285880400,2),(389,1400191200,1),(389,1403816400,2),(389,1406844000,1),(389,1411678800,2),(390,-2147483648,1),(390,-1691962479,2),(390,-1680471279,4),(390,-1664143200,3),(390,-1650146400,4),(390,-1633903200,3),(390,-1617487200,4),(390,-1601848800,3),(390,-1586037600,4),(390,-1570399200,3),(390,-1552168800,4),(390,-1538344800,3),(390,-1522533600,4),(390,-1517011200,6),(390,-1507500000,5),(390,-1490565600,4),(390,-1473631200,5),(390,-1460930400,4),(390,-1442786400,5),(390,-1428876000,4),(390,-1410732000,5),(390,-1396216800,4),(390,-1379282400,5),(390,-1364767200,4),(390,-1348437600,5),(390,-1333317600,4),(390,-1315778400,5),(390,-1301263200,4),(390,-1284328800,5),(390,-1269813600,4),(390,-1253484000,5),(390,-1238364000,4),(390,-1221429600,5),(390,-1206914400,4),(390,-1189980000,5),(390,-1175464800,4),(390,-1159135200,5),(390,-1143410400,4),(390,-1126476000,5),(390,-1111960800,4),(390,-1095631200,5),(390,-1080511200,4),(390,-1063576800,5),(390,-1049061600,4),(390,-1032127200,5),(390,-1017612000,4),(390,-1001282400,5),(390,-986162400,4),(390,-969228000,5),(390,-950479200,4),(390,-942012000,5),(390,-733356000,4),(390,-719445600,5),(390,-699487200,4),(390,-684972000,5),(390,-668037600,4),(390,-654732000,5),(390,-636588000,4),(390,-622072800,5),(390,-605743200,4),(390,-590623200,5),(390,-574293600,4),(390,-558568800,5),(390,-542239200,4),(390,-527119200,5),(390,-512604000,4),(390,-496274400,5),(390,-481154400,4),(390,-464220000,5),(390,-449704800,4),(390,-432165600,5),(390,-417650400,4),(390,-401320800,5),(390,-386200800,4),(390,-369266400,5),(390,-354751200,4),(390,-337816800,5),(390,-323301600,4),(390,-306972000,5),(390,-291852000,4),(390,-276732000,5),(390,-257983200,4),(390,-245282400,5),(390,-226533600,4),(390,-213228000,5),(390,-195084000,4),(390,-182383200,5),(390,-163634400,4),(390,-150933600,5),(390,-132184800,4),(390,-119484000,5),(390,-100735200,4),(390,-88034400,5),(390,-68680800,4),(390,-59004000,5),(390,-37242000,9),(390,57722400,7),(390,69818400,8),(390,89172000,7),(390,101268000,8),(390,120621600,7),(390,132717600,8),(390,152071200,7),(390,164167200,8),(390,183520800,7),(390,196221600,8),(390,214970400,7),(390,227671200,8),(390,246420000,7),(390,259120800,8),(390,278474400,7),(390,290570400,8),(390,309924000,7),(390,322020000,8),(390,341373600,7),(390,354675600,8),(390,372819600,7),(390,386125200,8),(390,404269200,7),(390,417574800,8),(390,435718800,7),(390,449024400,8),(390,467773200,7),(390,481078800,8),(390,499222800,7),(390,512528400,8),(390,530672400,7),(390,543978000,8),(390,562122000,7),(390,575427600,8),(390,593571600,7),(390,606877200,8),(390,625626000,7),(390,638326800,8),(390,657075600,7),(390,670381200,8),(390,688525200,7),(390,701830800,8),(390,719974800,7),(390,733280400,8),(390,751424400,7),(390,764730000,8),(390,782874000,7),(390,796179600,8),(390,814323600,7),(390,828234000,8),(390,846378000,7),(390,859683600,8),(390,877827600,7),(390,891133200,8),(390,909277200,7),(390,922582800,8),(390,941331600,7),(390,954032400,8),(390,972781200,7),(390,985482000,8),(390,1004230800,7),(390,1017536400,8),(390,1035680400,7),(390,1048986000,8),(390,1067130000,7),(390,1080435600,8),(390,1099184400,7),(390,1111885200,8),(390,1130634000,7),(390,1143334800,8),(390,1162083600,7),(390,1174784400,8),(390,1193533200,7),(390,1206838800,8),(390,1224982800,7),(390,1238288400,8),(390,1256432400,7),(390,1269738000,8),(390,1288486800,7),(390,1301187600,8),(390,1319936400,7),(390,1332637200,8),(390,1351386000,7),(390,1364691600,8),(390,1382835600,7),(390,1396141200,8),(390,1414285200,7),(390,1427590800,8),(390,1445734800,7),(390,1459040400,8),(390,1477789200,7),(390,1490490000,8),(390,1509238800,7),(390,1521939600,8),(390,1540688400,7),(390,1553994000,8),(390,1572138000,7),(390,1585443600,8),(390,1603587600,7),(390,1616893200,8),(390,1635642000,7),(390,1648342800,8),(390,1667091600,7),(390,1679792400,8),(390,1698541200,7),(390,1711846800,8),(390,1729990800,7),(390,1743296400,8),(390,1761440400,7),(390,1774746000,8),(390,1792890000,7),(390,1806195600,8),(390,1824944400,7),(390,1837645200,8),(390,1856394000,7),(390,1869094800,8),(390,1887843600,7),(390,1901149200,8),(390,1919293200,7),(390,1932598800,8),(390,1950742800,7),(390,1964048400,8),(390,1982797200,7),(390,1995498000,8),(390,2014246800,7),(390,2026947600,8),(390,2045696400,7),(390,2058397200,8),(390,2077146000,7),(390,2090451600,8),(390,2108595600,7),(390,2121901200,8),(390,2140045200,7),(393,-2147483648,0),(393,2147483647,0),(394,-2147483648,0),(394,2147483647,0),(395,-2147483648,0),(395,2147483647,0),(396,-2147483648,0),(396,2147483647,0),(397,-2147483648,0),(397,2147483647,0),(398,-2147483648,0),(398,2147483647,0),(399,-2147483648,0),(399,2147483647,0),(400,-2147483648,0),(400,2147483647,0),(401,-2147483648,0),(401,2147483647,0),(402,-2147483648,0),(402,2147483647,0),(403,-2147483648,0),(403,2147483647,0),(404,-2147483648,0),(404,2147483647,0),(406,-2147483648,0),(406,2147483647,0),(407,-2147483648,0),(407,2147483647,0),(408,-2147483648,0),(408,2147483647,0),(409,-2147483648,0),(409,2147483647,0),(410,-2147483648,0),(410,2147483647,0),(411,-2147483648,0),(411,2147483647,0),(412,-2147483648,0),(412,2147483647,0),(413,-2147483648,0),(413,2147483647,0),(414,-2147483648,0),(414,2147483647,0),(415,-2147483648,0),(415,2147483647,0),(416,-2147483648,0),(416,2147483647,0),(417,-2147483648,0),(417,2147483647,0),(418,-2147483648,0),(418,2147483647,0),(419,-2147483648,0),(419,2147483647,0),(426,-2147483648,2),(426,-1693700372,1),(426,-1680484772,2),(426,-1663453172,3),(426,-1650147572,4),(426,-1633213172,3),(426,-1617488372,4),(426,-1601158772,3),(426,-1586038772,4),(426,-1569709172,3),(426,-1554589172,4),(426,-1538259572,3),(426,-1523139572,4),(426,-1507501172,3),(426,-1490566772,4),(426,-1470176372,3),(426,-1459117172,4),(426,-1443997172,3),(426,-1427667572,4),(426,-1406672372,3),(426,-1396217972,4),(426,-1376950772,3),(426,-1364768372,4),(426,-1345414772,3),(426,-1333318772,4),(426,-1313792372,3),(426,-1301264372,4),(426,-1282256372,3),(426,-1269814772,4),(426,-1250720372,3),(426,-1238365172,4),(426,-1219184372,3),(426,-1206915572,4),(426,-1186957172,3),(426,-1175465972,4),(426,-1156025972,3),(426,-1143411572,4),(426,-1124489972,3),(426,-1111961972,4),(426,-1092953972,3),(426,-1080512372,4),(426,-1061331572,3),(426,-1049062772,4),(426,-1029190772,3),(426,-1025745572,7),(426,-1017613200,5),(426,-998259600,6),(426,-986163600,5),(426,-966723600,6),(426,-954109200,5),(426,-935022000,10),(426,-857257200,8),(426,-844556400,9),(426,-828226800,8),(426,-812502000,9),(426,-796777200,8),(426,-781052400,9),(426,-766623600,8),(426,220921200,13),(426,228877200,11),(426,243997200,12),(426,260326800,11),(426,276051600,12),(426,291776400,11),(426,307501200,12),(426,323830800,11),(426,338950800,12),(426,354675600,11),(426,370400400,12),(426,386125200,11),(426,401850000,12),(426,417574800,11),(426,433299600,12),(426,449024400,11),(426,465354000,12),(426,481078800,11),(426,496803600,12),(426,512528400,11),(426,528253200,12),(426,543978000,11),(426,559702800,12),(426,575427600,11),(426,591152400,12),(426,606877200,11),(426,622602000,12),(426,638326800,11),(426,654656400,12),(426,670381200,11),(426,686106000,12),(426,701830800,11),(426,717555600,12),(426,733280400,11),(426,749005200,12),(426,764730000,11),(426,780454800,12),(426,796179600,11),(426,811904400,12),(426,828234000,11),(426,846378000,12),(426,859683600,11),(426,877827600,12),(426,891133200,11),(426,909277200,12),(426,922582800,11),(426,941331600,12),(426,954032400,11),(426,972781200,12),(426,985482000,11),(426,1004230800,12),(426,1017536400,11),(426,1035680400,12),(426,1048986000,11),(426,1067130000,12),(426,1080435600,11),(426,1099184400,12),(426,1111885200,11),(426,1130634000,12),(426,1143334800,11),(426,1162083600,12),(426,1174784400,11),(426,1193533200,12),(426,1206838800,11),(426,1224982800,12),(426,1238288400,11),(426,1256432400,12),(426,1269738000,11),(426,1288486800,12),(426,1301187600,11),(426,1319936400,12),(426,1332637200,11),(426,1351386000,12),(426,1364691600,11),(426,1382835600,12),(426,1396141200,11),(426,1414285200,12),(426,1427590800,11),(426,1445734800,12),(426,1459040400,11),(426,1477789200,12),(426,1490490000,11),(426,1509238800,12),(426,1521939600,11),(426,1540688400,12),(426,1553994000,11),(426,1572138000,12),(426,1585443600,11),(426,1603587600,12),(426,1616893200,11),(426,1635642000,12),(426,1648342800,11),(426,1667091600,12),(426,1679792400,11),(426,1698541200,12),(426,1711846800,11),(426,1729990800,12),(426,1743296400,11),(426,1761440400,12),(426,1774746000,11),(426,1792890000,12),(426,1806195600,11),(426,1824944400,12),(426,1837645200,11),(426,1856394000,12),(426,1869094800,11),(426,1887843600,12),(426,1901149200,11),(426,1919293200,12),(426,1932598800,11),(426,1950742800,12),(426,1964048400,11),(426,1982797200,12),(426,1995498000,11),(426,2014246800,12),(426,2026947600,11),(426,2045696400,12),(426,2058397200,11),(426,2077146000,12),(426,2090451600,11),(426,2108595600,12),(426,2121901200,11),(426,2140045200,12),(427,-2147483648,1),(427,-733881600,2),(427,481078800,3),(427,496803600,4),(427,512528400,3),(427,528253200,4),(427,543978000,3),(427,559702800,4),(427,575427600,3),(427,591152400,4),(427,606877200,3),(427,622602000,4),(427,638326800,3),(427,654656400,4),(427,670381200,3),(427,686106000,4),(427,701830800,3),(427,717555600,4),(427,733280400,3),(427,749005200,4),(427,764730000,3),(427,780454800,4),(427,796179600,3),(427,811904400,4),(427,828234000,3),(427,846378000,4),(427,859683600,3),(427,877827600,4),(427,891133200,3),(427,909277200,4),(427,922582800,3),(427,941331600,4),(427,954032400,3),(427,972781200,4),(427,985482000,3),(427,1004230800,4),(427,1017536400,3),(427,1035680400,4),(427,1048986000,3),(427,1067130000,4),(427,1080435600,3),(427,1099184400,4),(427,1111885200,3),(427,1130634000,4),(427,1143334800,3),(427,1162083600,4),(427,1174784400,3),(427,1193533200,4),(427,1206838800,3),(427,1224982800,4),(427,1238288400,3),(427,1256432400,4),(427,1269738000,3),(427,1288486800,4),(427,1301187600,3),(427,1319936400,4),(427,1332637200,3),(427,1351386000,4),(427,1364691600,3),(427,1382835600,4),(427,1396141200,3),(427,1414285200,4),(427,1427590800,3),(427,1445734800,4),(427,1459040400,3),(427,1477789200,4),(427,1490490000,3),(427,1509238800,4),(427,1521939600,3),(427,1540688400,4),(427,1553994000,3),(427,1572138000,4),(427,1585443600,3),(427,1603587600,4),(427,1616893200,3),(427,1635642000,4),(427,1648342800,3),(427,1667091600,4),(427,1679792400,3),(427,1698541200,4),(427,1711846800,3),(427,1729990800,4),(427,1743296400,3),(427,1761440400,4),(427,1774746000,3),(427,1792890000,4),(427,1806195600,3),(427,1824944400,4),(427,1837645200,3),(427,1856394000,4),(427,1869094800,3),(427,1887843600,4),(427,1901149200,3),(427,1919293200,4),(427,1932598800,3),(427,1950742800,4),(427,1964048400,3),(427,1982797200,4),(427,1995498000,3),(427,2014246800,4),(427,2026947600,3),(427,2045696400,4),(427,2058397200,3),(427,2077146000,4),(427,2090451600,3),(427,2108595600,4),(427,2121901200,3),(427,2140045200,4),(428,-2147483648,0),(428,-1441249932,1),(428,-1247540400,3),(428,354916800,2),(428,370724400,3),(428,386452800,2),(428,402260400,3),(428,417988800,2),(428,433796400,3),(428,449611200,2),(428,465343200,4),(428,481068000,5),(428,496792800,4),(428,512517600,5),(428,528242400,4),(428,543967200,5),(428,559692000,4),(428,575416800,5),(428,591141600,4),(428,606866400,6),(428,622594800,7),(428,638319600,6),(428,654649200,7),(428,670374000,4),(428,701820000,6),(428,717548400,7),(428,733273200,6),(428,748998000,7),(428,764722800,6),(428,780447600,7),(428,796172400,6),(428,811897200,7),(428,828226800,6),(428,846370800,7),(428,859676400,6),(428,877820400,7),(428,891126000,6),(428,909270000,7),(428,922575600,6),(428,941324400,7),(428,954025200,6),(428,972774000,7),(428,985474800,6),(428,1004223600,7),(428,1017529200,6),(428,1035673200,7),(428,1048978800,6),(428,1067122800,7),(428,1080428400,6),(428,1099177200,7),(428,1111878000,6),(428,1130626800,7),(428,1143327600,6),(428,1162076400,7),(428,1174777200,6),(428,1193526000,7),(428,1206831600,6),(428,1224975600,7),(428,1238281200,6),(428,1256425200,7),(428,1269730800,6),(428,1288479600,7),(428,1301180400,4),(428,1414274400,7),(428,1459033200,4),(428,2147483647,4),(429,-2147483648,1),(429,-1686101632,3),(429,-1182996000,2),(429,-1178161200,3),(429,-906861600,2),(429,-904878000,5),(429,-857257200,4),(429,-844477200,5),(429,-828237600,4),(429,-812422800,3),(429,-552362400,2),(429,-541652400,3),(429,166485600,6),(429,186184800,7),(429,198028800,6),(429,213753600,7),(429,228873600,6),(429,244080000,7),(429,260323200,6),(429,275446800,3),(429,291798000,2),(429,307407600,3),(429,323388000,2),(429,338936400,3),(429,354675600,8),(429,370400400,9),(429,386125200,8),(429,401850000,9),(429,417574800,8),(429,433299600,9),(429,449024400,8),(429,465354000,9),(429,481078800,8),(429,496803600,9),(429,512528400,8),(429,528253200,9),(429,543978000,8),(429,559702800,9),(429,575427600,8),(429,591152400,9),(429,606877200,8),(429,622602000,9),(429,638326800,8),(429,654656400,9),(429,670381200,8),(429,686106000,9),(429,701830800,8),(429,717555600,9),(429,733280400,8),(429,749005200,9),(429,764730000,8),(429,780454800,9),(429,796179600,8),(429,811904400,9),(429,828234000,8),(429,846378000,9),(429,859683600,8),(429,877827600,9),(429,891133200,8),(429,909277200,9),(429,922582800,8),(429,941331600,9),(429,954032400,8),(429,972781200,9),(429,985482000,8),(429,1004230800,9),(429,1017536400,8),(429,1035680400,9),(429,1048986000,8),(429,1067130000,9),(429,1080435600,8),(429,1099184400,9),(429,1111885200,8),(429,1130634000,9),(429,1143334800,8),(429,1162083600,9),(429,1174784400,8),(429,1193533200,9),(429,1206838800,8),(429,1224982800,9),(429,1238288400,8),(429,1256432400,9),(429,1269738000,8),(429,1288486800,9),(429,1301187600,8),(429,1319936400,9),(429,1332637200,8),(429,1351386000,9),(429,1364691600,8),(429,1382835600,9),(429,1396141200,8),(429,1414285200,9),(429,1427590800,8),(429,1445734800,9),(429,1459040400,8),(429,1477789200,9),(429,1490490000,8),(429,1509238800,9),(429,1521939600,8),(429,1540688400,9),(429,1553994000,8),(429,1572138000,9),(429,1585443600,8),(429,1603587600,9),(429,1616893200,8),(429,1635642000,9),(429,1648342800,8),(429,1667091600,9),(429,1679792400,8),(429,1698541200,9),(429,1711846800,8),(429,1729990800,9),(429,1743296400,8),(429,1761440400,9),(429,1774746000,8),(429,1792890000,9),(429,1806195600,8),(429,1824944400,9),(429,1837645200,8),(429,1856394000,9),(429,1869094800,8),(429,1887843600,9),(429,1901149200,8),(429,1919293200,9),(429,1932598800,8),(429,1950742800,9),(429,1964048400,8),(429,1982797200,9),(429,1995498000,8),(429,2014246800,9),(429,2026947600,8),(429,2045696400,9),(429,2058397200,8),(429,2077146000,9),(429,2090451600,8),(429,2108595600,9),(429,2121901200,8),(429,2140045200,9),(430,-2147483648,2),(430,-1691964000,1),(430,-1680472800,2),(430,-1664143200,1),(430,-1650146400,2),(430,-1633903200,1),(430,-1617487200,2),(430,-1601848800,1),(430,-1586037600,2),(430,-1570399200,1),(430,-1552168800,2),(430,-1538344800,1),(430,-1522533600,2),(430,-1507500000,1),(430,-1490565600,2),(430,-1473631200,1),(430,-1460930400,2),(430,-1442786400,1),(430,-1428876000,2),(430,-1410732000,1),(430,-1396216800,2),(430,-1379282400,1),(430,-1364767200,2),(430,-1348437600,1),(430,-1333317600,2),(430,-1315778400,1),(430,-1301263200,2),(430,-1284328800,1),(430,-1269813600,2),(430,-1253484000,1),(430,-1238364000,2),(430,-1221429600,1),(430,-1206914400,2),(430,-1189980000,1),(430,-1175464800,2),(430,-1159135200,1),(430,-1143410400,2),(430,-1126476000,1),(430,-1111960800,2),(430,-1095631200,1),(430,-1080511200,2),(430,-1063576800,1),(430,-1049061600,2),(430,-1032127200,1),(430,-1017612000,2),(430,-1001282400,1),(430,-986162400,2),(430,-969228000,1),(430,-950479200,2),(430,-942012000,1),(430,-904518000,3),(430,-896050800,1),(430,-875487600,3),(430,-864601200,1),(430,-844038000,3),(430,-832546800,1),(430,-812588400,3),(430,-798073200,1),(430,-781052400,3),(430,-772066800,1),(430,-764805600,2),(430,-748476000,1),(430,-733356000,2),(430,-719445600,1),(430,-717030000,3),(430,-706748400,1),(430,-699487200,2),(430,-687996000,1),(430,-668037600,2),(430,-654732000,1),(430,-636588000,2),(430,-622072800,1),(430,-605743200,2),(430,-590623200,1),(430,-574293600,2),(430,-558568800,1),(430,-542239200,2),(430,-527119200,1),(430,-512604000,2),(430,-496274400,1),(430,-481154400,2),(430,-464220000,1),(430,-449704800,2),(430,-432165600,1),(430,-417650400,2),(430,-401320800,1),(430,-386200800,2),(430,-369266400,1),(430,-354751200,2),(430,-337816800,1),(430,-323301600,2),(430,-306972000,1),(430,-291852000,2),(430,-276732000,1),(430,-257983200,2),(430,-245282400,1),(430,-226533600,2),(430,-213228000,1),(430,-195084000,2),(430,-182383200,1),(430,-163634400,2),(430,-150933600,1),(430,-132184800,2),(430,-119484000,1),(430,-100735200,2),(430,-88034400,1),(430,-68680800,2),(430,-59004000,1),(430,-37242000,4),(430,57722400,6),(430,69818400,1),(430,89172000,2),(430,101268000,1),(430,120621600,2),(430,132717600,1),(430,152071200,2),(430,164167200,1),(430,183520800,2),(430,196221600,1),(430,214970400,2),(430,227671200,1),(430,246420000,2),(430,259120800,1),(430,278474400,2),(430,290570400,1),(430,309924000,2),(430,322020000,1),(430,341373600,2),(430,354675600,5),(430,372819600,6),(430,386125200,5),(430,404269200,6),(430,417574800,5),(430,435718800,6),(430,449024400,5),(430,467773200,6),(430,481078800,5),(430,499222800,6),(430,512528400,5),(430,530672400,6),(430,543978000,5),(430,562122000,6),(430,575427600,5),(430,593571600,6),(430,606877200,5),(430,625626000,6),(430,638326800,5),(430,657075600,6),(430,670381200,5),(430,688525200,6),(430,701830800,5),(430,719974800,6),(430,733280400,5),(430,751424400,6),(430,764730000,5),(430,782874000,6),(430,796179600,5),(430,814323600,6),(430,820454400,7),(430,828234000,5),(430,846378000,6),(430,859683600,5),(430,877827600,6),(430,891133200,5),(430,909277200,6),(430,922582800,5),(430,941331600,6),(430,954032400,5),(430,972781200,6),(430,985482000,5),(430,1004230800,6),(430,1017536400,5),(430,1035680400,6),(430,1048986000,5),(430,1067130000,6),(430,1080435600,5),(430,1099184400,6),(430,1111885200,5),(430,1130634000,6),(430,1143334800,5),(430,1162083600,6),(430,1174784400,5),(430,1193533200,6),(430,1206838800,5),(430,1224982800,6),(430,1238288400,5),(430,1256432400,6),(430,1269738000,5),(430,1288486800,6),(430,1301187600,5),(430,1319936400,6),(430,1332637200,5),(430,1351386000,6),(430,1364691600,5),(430,1382835600,6),(430,1396141200,5),(430,1414285200,6),(430,1427590800,5),(430,1445734800,6),(430,1459040400,5),(430,1477789200,6),(430,1490490000,5),(430,1509238800,6),(430,1521939600,5),(430,1540688400,6),(430,1553994000,5),(430,1572138000,6),(430,1585443600,5),(430,1603587600,6),(430,1616893200,5),(430,1635642000,6),(430,1648342800,5),(430,1667091600,6),(430,1679792400,5),(430,1698541200,6),(430,1711846800,5),(430,1729990800,6),(430,1743296400,5),(430,1761440400,6),(430,1774746000,5),(430,1792890000,6),(430,1806195600,5),(430,1824944400,6),(430,1837645200,5),(430,1856394000,6),(430,1869094800,5),(430,1887843600,6),(430,1901149200,5),(430,1919293200,6),(430,1932598800,5),(430,1950742800,6),(430,1964048400,5),(430,1982797200,6),(430,1995498000,5),(430,2014246800,6),(430,2026947600,5),(430,2045696400,6),(430,2058397200,5),(430,2077146000,6),(430,2090451600,5),(430,2108595600,6),(430,2121901200,5),(430,2140045200,6),(431,-2147483648,1),(431,-905824800,4),(431,-857257200,2),(431,-844556400,3),(431,-828226800,2),(431,-812502000,3),(431,-796777200,2),(431,-788922000,1),(431,-777942000,3),(431,-766623600,2),(431,407199600,1),(431,417574800,5),(431,433299600,6),(431,449024400,5),(431,465354000,6),(431,481078800,5),(431,496803600,6),(431,512528400,5),(431,528253200,6),(431,543978000,5),(431,559702800,6),(431,575427600,5),(431,591152400,6),(431,606877200,5),(431,622602000,6),(431,638326800,5),(431,654656400,6),(431,670381200,5),(431,686106000,6),(431,701830800,5),(431,717555600,6),(431,733280400,5),(431,749005200,6),(431,764730000,5),(431,780454800,6),(431,796179600,5),(431,811904400,6),(431,828234000,5),(431,846378000,6),(431,859683600,5),(431,877827600,6),(431,891133200,5),(431,909277200,6),(431,922582800,5),(431,941331600,6),(431,954032400,5),(431,972781200,6),(431,985482000,5),(431,1004230800,6),(431,1017536400,5),(431,1035680400,6),(431,1048986000,5),(431,1067130000,6),(431,1080435600,5),(431,1099184400,6),(431,1111885200,5),(431,1130634000,6),(431,1143334800,5),(431,1162083600,6),(431,1174784400,5),(431,1193533200,6),(431,1206838800,5),(431,1224982800,6),(431,1238288400,5),(431,1256432400,6),(431,1269738000,5),(431,1288486800,6),(431,1301187600,5),(431,1319936400,6),(431,1332637200,5),(431,1351386000,6),(431,1364691600,5),(431,1382835600,6),(431,1396141200,5),(431,1414285200,6),(431,1427590800,5),(431,1445734800,6),(431,1459040400,5),(431,1477789200,6),(431,1490490000,5),(431,1509238800,6),(431,1521939600,5),(431,1540688400,6),(431,1553994000,5),(431,1572138000,6),(431,1585443600,5),(431,1603587600,6),(431,1616893200,5),(431,1635642000,6),(431,1648342800,5),(431,1667091600,6),(431,1679792400,5),(431,1698541200,6),(431,1711846800,5),(431,1729990800,6),(431,1743296400,5),(431,1761440400,6),(431,1774746000,5),(431,1792890000,6),(431,1806195600,5),(431,1824944400,6),(431,1837645200,5),(431,1856394000,6),(431,1869094800,5),(431,1887843600,6),(431,1901149200,5),(431,1919293200,6),(431,1932598800,5),(431,1950742800,6),(431,1964048400,5),(431,1982797200,6),(431,1995498000,5),(431,2014246800,6),(431,2026947600,5),(431,2045696400,6),(431,2058397200,5),(431,2077146000,6),(431,2090451600,5),(431,2108595600,6),(431,2121901200,5),(431,2140045200,6),(432,-2147483648,2),(432,-1693706400,1),(432,-1680483600,2),(432,-1663455600,3),(432,-1650150000,4),(432,-1632006000,3),(432,-1618700400,4),(432,-938905200,3),(432,-857257200,4),(432,-844556400,3),(432,-828226800,4),(432,-812502000,3),(432,-796777200,4),(432,-781052400,3),(432,-776563200,5),(432,-765936000,1),(432,-761180400,4),(432,-757386000,2),(432,-748479600,3),(432,-733273200,4),(432,-717631200,3),(432,-714610800,6),(432,-710380800,1),(432,-701910000,4),(432,-684975600,3),(432,-670460400,4),(432,-654130800,3),(432,-639010800,4),(432,315529200,2),(432,323830800,7),(432,338950800,8),(432,354675600,7),(432,370400400,8),(432,386125200,7),(432,401850000,8),(432,417574800,7),(432,433299600,8),(432,449024400,7),(432,465354000,8),(432,481078800,7),(432,496803600,8),(432,512528400,7),(432,528253200,8),(432,543978000,7),(432,559702800,8),(432,575427600,7),(432,591152400,8),(432,606877200,7),(432,622602000,8),(432,638326800,7),(432,654656400,8),(432,670381200,7),(432,686106000,8),(432,701830800,7),(432,717555600,8),(432,733280400,7),(432,749005200,8),(432,764730000,7),(432,780454800,8),(432,796179600,7),(432,811904400,8),(432,828234000,7),(432,846378000,8),(432,859683600,7),(432,877827600,8),(432,891133200,7),(432,909277200,8),(432,922582800,7),(432,941331600,8),(432,954032400,7),(432,972781200,8),(432,985482000,7),(432,1004230800,8),(432,1017536400,7),(432,1035680400,8),(432,1048986000,7),(432,1067130000,8),(432,1080435600,7),(432,1099184400,8),(432,1111885200,7),(432,1130634000,8),(432,1143334800,7),(432,1162083600,8),(432,1174784400,7),(432,1193533200,8),(432,1206838800,7),(432,1224982800,8),(432,1238288400,7),(432,1256432400,8),(432,1269738000,7),(432,1288486800,8),(432,1301187600,7),(432,1319936400,8),(432,1332637200,7),(432,1351386000,8),(432,1364691600,7),(432,1382835600,8),(432,1396141200,7),(432,1414285200,8),(432,1427590800,7),(432,1445734800,8),(432,1459040400,7),(432,1477789200,8),(432,1490490000,7),(432,1509238800,8),(432,1521939600,7),(432,1540688400,8),(432,1553994000,7),(432,1572138000,8),(432,1585443600,7),(432,1603587600,8),(432,1616893200,7),(432,1635642000,8),(432,1648342800,7),(432,1667091600,8),(432,1679792400,7),(432,1698541200,8),(432,1711846800,7),(432,1729990800,8),(432,1743296400,7),(432,1761440400,8),(432,1774746000,7),(432,1792890000,8),(432,1806195600,7),(432,1824944400,8),(432,1837645200,7),(432,1856394000,8),(432,1869094800,7),(432,1887843600,8),(432,1901149200,7),(432,1919293200,8),(432,1932598800,7),(432,1950742800,8),(432,1964048400,7),(432,1982797200,8),(432,1995498000,7),(432,2014246800,8),(432,2026947600,7),(432,2045696400,8),(432,2058397200,7),(432,2077146000,8),(432,2090451600,7),(432,2108595600,8),(432,2121901200,7),(432,2140045200,8),(433,-2147483648,2),(433,-1693706400,1),(433,-1680483600,2),(433,-1663455600,3),(433,-1650150000,4),(433,-1632006000,3),(433,-1618700400,4),(433,-938905200,3),(433,-857257200,4),(433,-844556400,3),(433,-828226800,4),(433,-812502000,3),(433,-796777200,4),(433,-781052400,3),(433,-777866400,1),(433,-765327600,4),(433,-746578800,3),(433,-733359600,4),(433,-728517600,5),(433,-721260000,2),(433,-716425200,3),(433,-701910000,4),(433,-684975600,3),(433,-670460400,4),(433,-654217200,3),(433,-639010800,4),(433,283993200,2),(433,291776400,6),(433,307501200,7),(433,323830800,6),(433,338950800,7),(433,354675600,6),(433,370400400,7),(433,386125200,6),(433,401850000,7),(433,417574800,6),(433,433299600,7),(433,449024400,6),(433,465354000,7),(433,481078800,6),(433,496803600,7),(433,512528400,6),(433,528253200,7),(433,543978000,6),(433,559702800,7),(433,575427600,6),(433,591152400,7),(433,606877200,6),(433,622602000,7),(433,638326800,6),(433,654656400,7),(433,670381200,6),(433,686106000,7),(433,701830800,6),(433,717555600,7),(433,733280400,6),(433,749005200,7),(433,764730000,6),(433,780454800,7),(433,796179600,6),(433,811904400,7),(433,828234000,6),(433,846378000,7),(433,859683600,6),(433,877827600,7),(433,891133200,6),(433,909277200,7),(433,922582800,6),(433,941331600,7),(433,954032400,6),(433,972781200,7),(433,985482000,6),(433,1004230800,7),(433,1017536400,6),(433,1035680400,7),(433,1048986000,6),(433,1067130000,7),(433,1080435600,6),(433,1099184400,7),(433,1111885200,6),(433,1130634000,7),(433,1143334800,6),(433,1162083600,7),(433,1174784400,6),(433,1193533200,7),(433,1206838800,6),(433,1224982800,7),(433,1238288400,6),(433,1256432400,7),(433,1269738000,6),(433,1288486800,7),(433,1301187600,6),(433,1319936400,7),(433,1332637200,6),(433,1351386000,7),(433,1364691600,6),(433,1382835600,7),(433,1396141200,6),(433,1414285200,7),(433,1427590800,6),(433,1445734800,7),(433,1459040400,6),(433,1477789200,7),(433,1490490000,6),(433,1509238800,7),(433,1521939600,6),(433,1540688400,7),(433,1553994000,6),(433,1572138000,7),(433,1585443600,6),(433,1603587600,7),(433,1616893200,6),(433,1635642000,7),(433,1648342800,6),(433,1667091600,7),(433,1679792400,6),(433,1698541200,7),(433,1711846800,6),(433,1729990800,7),(433,1743296400,6),(433,1761440400,7),(433,1774746000,6),(433,1792890000,7),(433,1806195600,6),(433,1824944400,7),(433,1837645200,6),(433,1856394000,7),(433,1869094800,6),(433,1887843600,7),(433,1901149200,6),(433,1919293200,7),(433,1932598800,6),(433,1950742800,7),(433,1964048400,6),(433,1982797200,7),(433,1995498000,6),(433,2014246800,7),(433,2026947600,6),(433,2045696400,7),(433,2058397200,6),(433,2077146000,7),(433,2090451600,6),(433,2108595600,7),(433,2121901200,6),(433,2140045200,7),(434,-2147483648,1),(434,-1740355200,2),(434,-1693702800,5),(434,-1680483600,2),(434,-1663455600,3),(434,-1650150000,4),(434,-1632006000,3),(434,-1618700400,4),(434,-1613826000,8),(434,-1604278800,6),(434,-1585530000,7),(434,-1574038800,6),(434,-1552266000,7),(434,-1539997200,6),(434,-1520557200,7),(434,-1507510800,6),(434,-1490576400,7),(434,-1473642000,6),(434,-1459126800,7),(434,-1444006800,6),(434,-1427677200,7),(434,-1411952400,6),(434,-1396227600,7),(434,-1379293200,6),(434,-1364778000,7),(434,-1348448400,6),(434,-1333328400,7),(434,-1316394000,6),(434,-1301263200,7),(434,-1284328800,6),(434,-1269813600,7),(434,-1253484000,6),(434,-1238364000,7),(434,-1221429600,6),(434,-1206914400,7),(434,-1191189600,6),(434,-1175464800,7),(434,-1160344800,6),(434,-1143410400,7),(434,-1127685600,6),(434,-1111960800,7),(434,-1096840800,6),(434,-1080511200,7),(434,-1063576800,6),(434,-1049061600,7),(434,-1033336800,6),(434,-1017612000,7),(434,-1002492000,6),(434,-986162400,7),(434,-969228000,6),(434,-950479200,7),(434,-942012000,6),(434,-934668000,3),(434,-857257200,4),(434,-844556400,3),(434,-828226800,4),(434,-812502000,3),(434,-799293600,5),(434,-798073200,4),(434,-781052400,3),(434,-766623600,4),(434,-745455600,3),(434,-733273200,4),(434,220921200,2),(434,228877200,9),(434,243997200,10),(434,260326800,9),(434,276051600,10),(434,291776400,9),(434,307501200,10),(434,323830800,9),(434,338950800,10),(434,354675600,9),(434,370400400,10),(434,386125200,9),(434,401850000,10),(434,417574800,9),(434,433299600,10),(434,449024400,9),(434,465354000,10),(434,481078800,9),(434,496803600,10),(434,512528400,9),(434,528253200,10),(434,543978000,9),(434,559702800,10),(434,575427600,9),(434,591152400,10),(434,606877200,9),(434,622602000,10),(434,638326800,9),(434,654656400,10),(434,670381200,9),(434,686106000,10),(434,701830800,9),(434,717555600,10),(434,733280400,9),(434,749005200,10),(434,764730000,9),(434,780454800,10),(434,796179600,9),(434,811904400,10),(434,828234000,9),(434,846378000,10),(434,859683600,9),(434,877827600,10),(434,891133200,9),(434,909277200,10),(434,922582800,9),(434,941331600,10),(434,954032400,9),(434,972781200,10),(434,985482000,9),(434,1004230800,10),(434,1017536400,9),(434,1035680400,10),(434,1048986000,9),(434,1067130000,10),(434,1080435600,9),(434,1099184400,10),(434,1111885200,9),(434,1130634000,10),(434,1143334800,9),(434,1162083600,10),(434,1174784400,9),(434,1193533200,10),(434,1206838800,9),(434,1224982800,10),(434,1238288400,9),(434,1256432400,10),(434,1269738000,9),(434,1288486800,10),(434,1301187600,9),(434,1319936400,10),(434,1332637200,9),(434,1351386000,10),(434,1364691600,9),(434,1382835600,10),(434,1396141200,9),(434,1414285200,10),(434,1427590800,9),(434,1445734800,10),(434,1459040400,9),(434,1477789200,10),(434,1490490000,9),(434,1509238800,10),(434,1521939600,9),(434,1540688400,10),(434,1553994000,9),(434,1572138000,10),(434,1585443600,9),(434,1603587600,10),(434,1616893200,9),(434,1635642000,10),(434,1648342800,9),(434,1667091600,10),(434,1679792400,9),(434,1698541200,10),(434,1711846800,9),(434,1729990800,10),(434,1743296400,9),(434,1761440400,10),(434,1774746000,9),(434,1792890000,10),(434,1806195600,9),(434,1824944400,10),(434,1837645200,9),(434,1856394000,10),(434,1869094800,9),(434,1887843600,10),(434,1901149200,9),(434,1919293200,10),(434,1932598800,9),(434,1950742800,10),(434,1964048400,9),(434,1982797200,10),(434,1995498000,9),(434,2014246800,10),(434,2026947600,9),(434,2045696400,10),(434,2058397200,9),(434,2077146000,10),(434,2090451600,9),(434,2108595600,10),(434,2121901200,9),(434,2140045200,10),(435,-2147483648,1),(435,-1213148664,5),(435,-1187056800,2),(435,-1175479200,3),(435,-1159754400,2),(435,-1144029600,3),(435,-1127700000,2),(435,-1111975200,3),(435,-1096250400,2),(435,-1080525600,3),(435,-1064800800,2),(435,-1049076000,3),(435,-1033351200,2),(435,-1017626400,3),(435,-1001901600,2),(435,-986176800,3),(435,-970452000,2),(435,-954727200,3),(435,296604000,4),(435,307486800,5),(435,323816400,4),(435,338940000,5),(435,354672000,2),(435,370396800,3),(435,386121600,2),(435,401846400,3),(435,417571200,2),(435,433296000,3),(435,449020800,2),(435,465350400,3),(435,481075200,2),(435,496800000,3),(435,512524800,2),(435,528249600,3),(435,543974400,2),(435,559699200,3),(435,575424000,2),(435,591148800,3),(435,606873600,2),(435,622598400,3),(435,638323200,2),(435,654652800,3),(435,662680800,5),(435,670370400,2),(435,686095200,3),(435,701820000,2),(435,717544800,3),(435,733269600,2),(435,748994400,3),(435,757375200,5),(435,764719200,4),(435,780440400,5),(435,796168800,4),(435,811890000,5),(435,828223200,4),(435,846363600,5),(435,859683600,6),(435,877827600,7),(435,891133200,6),(435,909277200,7),(435,922582800,6),(435,941331600,7),(435,954032400,6),(435,972781200,7),(435,985482000,6),(435,1004230800,7),(435,1017536400,6),(435,1035680400,7),(435,1048986000,6),(435,1067130000,7),(435,1080435600,6),(435,1099184400,7),(435,1111885200,6),(435,1130634000,7),(435,1143334800,6),(435,1162083600,7),(435,1174784400,6),(435,1193533200,7),(435,1206838800,6),(435,1224982800,7),(435,1238288400,6),(435,1256432400,7),(435,1269738000,6),(435,1288486800,7),(435,1301187600,6),(435,1319936400,7),(435,1332637200,6),(435,1351386000,7),(435,1364691600,6),(435,1382835600,7),(435,1396141200,6),(435,1414285200,7),(435,1427590800,6),(435,1445734800,7),(435,1459040400,6),(435,1477789200,7),(435,1490490000,6),(435,1509238800,7),(435,1521939600,6),(435,1540688400,7),(435,1553994000,6),(435,1572138000,7),(435,1585443600,6),(435,1603587600,7),(435,1616893200,6),(435,1635642000,7),(435,1648342800,6),(435,1667091600,7),(435,1679792400,6),(435,1698541200,7),(435,1711846800,6),(435,1729990800,7),(435,1743296400,6),(435,1761440400,7),(435,1774746000,6),(435,1792890000,7),(435,1806195600,6),(435,1824944400,7),(435,1837645200,6),(435,1856394000,7),(435,1869094800,6),(435,1887843600,7),(435,1901149200,6),(435,1919293200,7),(435,1932598800,6),(435,1950742800,7),(435,1964048400,6),(435,1982797200,7),(435,1995498000,6),(435,2014246800,7),(435,2026947600,6),(435,2045696400,7),(435,2058397200,6),(435,2077146000,7),(435,2090451600,6),(435,2108595600,7),(435,2121901200,6),(435,2140045200,7),(436,-2147483648,2),(436,-1693706400,1),(436,-1680483600,2),(436,-1663455600,3),(436,-1650150000,4),(436,-1640998800,2),(436,-1632006000,1),(436,-1618700400,2),(436,-1600470000,1),(436,-1587250800,2),(436,-1569711600,1),(436,-1555196400,2),(436,-906775200,1),(436,-857257200,4),(436,-844556400,3),(436,-828226800,4),(436,-812502000,3),(436,-796777200,4),(436,-788922000,2),(436,-778471200,1),(436,-762656400,2),(436,-749689200,3),(436,-733276800,2),(436,-717634800,3),(436,-701910000,4),(436,-686185200,3),(436,-670460400,4),(436,-654130800,3),(436,-639010800,4),(436,-492656400,1),(436,-481168800,2),(436,-461199600,1),(436,-449708400,2),(436,-428540400,1),(436,-418258800,2),(436,-397090800,1),(436,-386809200,2),(436,323823600,1),(436,338943600,2),(436,354668400,1),(436,370393200,2),(436,386118000,1),(436,401842800,2),(436,417567600,1),(436,433292400,2),(436,449024400,5),(436,465354000,6),(436,481078800,5),(436,496803600,6),(436,512528400,5),(436,528253200,6),(436,543978000,5),(436,559702800,6),(436,575427600,5),(436,591152400,6),(436,606877200,5),(436,622602000,6),(436,638326800,5),(436,654656400,6),(436,670381200,5),(436,686106000,6),(436,701830800,5),(436,717555600,6),(436,733280400,5),(436,749005200,6),(436,764730000,5),(436,780454800,6),(436,796179600,5),(436,811904400,6),(436,828234000,5),(436,846378000,6),(436,859683600,5),(436,877827600,6),(436,891133200,5),(436,909277200,6),(436,922582800,5),(436,941331600,6),(436,954032400,5),(436,972781200,6),(436,985482000,5),(436,1004230800,6),(436,1017536400,5),(436,1035680400,6),(436,1048986000,5),(436,1067130000,6),(436,1080435600,5),(436,1099184400,6),(436,1111885200,5),(436,1130634000,6),(436,1143334800,5),(436,1162083600,6),(436,1174784400,5),(436,1193533200,6),(436,1206838800,5),(436,1224982800,6),(436,1238288400,5),(436,1256432400,6),(436,1269738000,5),(436,1288486800,6),(436,1301187600,5),(436,1319936400,6),(436,1332637200,5),(436,1351386000,6),(436,1364691600,5),(436,1382835600,6),(436,1396141200,5),(436,1414285200,6),(436,1427590800,5),(436,1445734800,6),(436,1459040400,5),(436,1477789200,6),(436,1490490000,5),(436,1509238800,6),(436,1521939600,5),(436,1540688400,6),(436,1553994000,5),(436,1572138000,6),(436,1585443600,5),(436,1603587600,6),(436,1616893200,5),(436,1635642000,6),(436,1648342800,5),(436,1667091600,6),(436,1679792400,5),(436,1698541200,6),(436,1711846800,5),(436,1729990800,6),(436,1743296400,5),(436,1761440400,6),(436,1774746000,5),(436,1792890000,6),(436,1806195600,5),(436,1824944400,6),(436,1837645200,5),(436,1856394000,6),(436,1869094800,5),(436,1887843600,6),(436,1901149200,5),(436,1919293200,6),(436,1932598800,5),(436,1950742800,6),(436,1964048400,5),(436,1982797200,6),(436,1995498000,5),(436,2014246800,6),(436,2026947600,5),(436,2045696400,6),(436,2058397200,5),(436,2077146000,6),(436,2090451600,5),(436,2108595600,6),(436,2121901200,5),(436,2140045200,6),(437,-2147483648,2),(437,-904435200,1),(437,-891129600,2),(437,-872985600,1),(437,-859680000,2),(437,354675600,3),(437,370400400,4),(437,386125200,3),(437,401850000,4),(437,417574800,3),(437,433299600,4),(437,449024400,3),(437,465354000,4),(437,481078800,3),(437,496803600,4),(437,512528400,3),(437,528253200,4),(437,543978000,3),(437,559702800,4),(437,575427600,3),(437,591152400,4),(437,606877200,3),(437,622602000,4),(437,638326800,3),(437,654656400,4),(437,670381200,3),(437,686106000,4),(437,701830800,3),(437,717555600,4),(437,733280400,3),(437,749005200,4),(437,764730000,3),(437,780454800,4),(437,796179600,3),(437,811904400,4),(437,828234000,3),(437,846378000,4),(437,859683600,3),(437,877827600,4),(437,891133200,3),(437,909277200,4),(437,922582800,3),(437,941331600,4),(437,954032400,3),(437,972781200,4),(437,985482000,3),(437,1004230800,4),(437,1017536400,3),(437,1035680400,4),(437,1048986000,3),(437,1067130000,4),(437,1080435600,3),(437,1099184400,4),(437,1111885200,3),(437,1130634000,4),(437,1143334800,3),(437,1162083600,4),(437,1174784400,3),(437,1193533200,4),(437,1206838800,3),(437,1224982800,4),(437,1238288400,3),(437,1256432400,4),(437,1269738000,3),(437,1288486800,4),(437,1301187600,3),(437,1319936400,4),(437,1332637200,3),(437,1351386000,4),(437,1364691600,3),(437,1382835600,4),(437,1396141200,3),(437,1414285200,4),(437,1427590800,3),(437,1445734800,4),(437,1459040400,3),(437,1477789200,4),(437,1490490000,3),(437,1509238800,4),(437,1521939600,3),(437,1540688400,4),(437,1553994000,3),(437,1572138000,4),(437,1585443600,3),(437,1603587600,4),(437,1616893200,3),(437,1635642000,4),(437,1648342800,3),(437,1667091600,4),(437,1679792400,3),(437,1698541200,4),(437,1711846800,3),(437,1729990800,4),(437,1743296400,3),(437,1761440400,4),(437,1774746000,3),(437,1792890000,4),(437,1806195600,3),(437,1824944400,4),(437,1837645200,3),(437,1856394000,4),(437,1869094800,3),(437,1887843600,4),(437,1901149200,3),(437,1919293200,4),(437,1932598800,3),(437,1950742800,4),(437,1964048400,3),(437,1982797200,4),(437,1995498000,3),(437,2014246800,4),(437,2026947600,3),(437,2045696400,4),(437,2058397200,3),(437,2077146000,4),(437,2090451600,3),(437,2108595600,4),(437,2121901200,3),(437,2140045200,4),(438,-2147483648,1),(438,-1637114100,2),(438,-1213148664,5),(438,-1187056800,3),(438,-1175479200,4),(438,-1159754400,3),(438,-1144029600,4),(438,-1127700000,3),(438,-1111975200,4),(438,-1096250400,3),(438,-1080525600,4),(438,-1064800800,3),(438,-1049076000,4),(438,-1033351200,3),(438,-1017626400,4),(438,-1001901600,3),(438,-986176800,4),(438,-970452000,3),(438,-954727200,4),(438,-927165600,6),(438,-898138800,9),(438,-857257200,7),(438,-844556400,8),(438,-828226800,7),(438,-812502000,8),(438,-800157600,11),(438,354920400,10),(438,370728000,11),(438,386456400,10),(438,402264000,11),(438,417992400,10),(438,433800000,11),(438,449614800,10),(438,465346800,12),(438,481071600,13),(438,496796400,12),(438,512521200,13),(438,528246000,12),(438,543970800,13),(438,559695600,12),(438,575420400,13),(438,591145200,12),(438,606870000,13),(438,622594800,12),(438,638319600,13),(438,641944800,6),(438,654652800,4),(438,670377600,3),(438,686102400,4),(438,694216800,5),(438,701820000,6),(438,717541200,5),(438,733269600,6),(438,748990800,5),(438,764719200,6),(438,780440400,5),(438,796168800,6),(438,811890000,5),(438,828223200,6),(438,846363600,5),(438,859680000,6),(438,877824000,5),(438,891129600,6),(438,909273600,5),(438,922579200,6),(438,941328000,5),(438,954028800,6),(438,972777600,5),(438,985478400,6),(438,1004227200,5),(438,1017532800,6),(438,1035676800,5),(438,1048982400,6),(438,1067126400,5),(438,1080432000,6),(438,1099180800,5),(438,1111881600,6),(438,1130630400,5),(438,1143331200,6),(438,1162080000,5),(438,1174780800,6),(438,1193529600,5),(438,1206835200,6),(438,1224979200,5),(438,1238284800,6),(438,1256428800,5),(438,1269734400,6),(438,1288483200,5),(438,1301184000,6),(438,1319932800,5),(438,1332633600,6),(438,1351382400,5),(438,1364688000,6),(438,1382832000,5),(438,1396137600,6),(438,1414281600,5),(438,1427587200,6),(438,1445731200,5),(438,1459036800,6),(438,1477785600,5),(438,1490486400,6),(438,1509235200,5),(438,1521936000,6),(438,1540684800,5),(438,1553990400,6),(438,1572134400,5),(438,1585440000,6),(438,1603584000,5),(438,1616889600,6),(438,1635638400,5),(438,1648339200,6),(438,1667088000,5),(438,1679788800,6),(438,1698537600,5),(438,1711843200,6),(438,1729987200,5),(438,1743292800,6),(438,1761436800,5),(438,1774742400,6),(438,1792886400,5),(438,1806192000,6),(438,1824940800,5),(438,1837641600,6),(438,1856390400,5),(438,1869091200,6),(438,1887840000,5),(438,1901145600,6),(438,1919289600,5),(438,1932595200,6),(438,1950739200,5),(438,1964044800,6),(438,1982793600,5),(438,1995494400,6),(438,2014243200,5),(438,2026944000,6),(438,2045692800,5),(438,2058393600,6),(438,2077142400,5),(438,2090448000,6),(438,2108592000,5),(438,2121897600,6),(438,2140041600,5),(439,-2147483648,2),(439,-1692496800,1),(439,-1680490800,2),(439,-935110800,1),(439,-857257200,3),(439,-844556400,4),(439,-828226800,3),(439,-812502000,4),(439,-796777200,3),(439,-781052400,4),(439,-769388400,3),(439,-747010800,4),(439,-736383600,3),(439,-715215600,4),(439,-706748400,3),(439,-683161200,4),(439,-675298800,3),(439,315529200,2),(439,323830800,5),(439,338950800,6),(439,354675600,5),(439,370400400,6),(439,386125200,5),(439,401850000,6),(439,417574800,5),(439,433299600,6),(439,449024400,5),(439,465354000,6),(439,481078800,5),(439,496803600,6),(439,512528400,5),(439,528253200,6),(439,543978000,5),(439,559702800,6),(439,575427600,5),(439,591152400,6),(439,606877200,5),(439,622602000,6),(439,638326800,5),(439,654656400,6),(439,670381200,5),(439,686106000,6),(439,701830800,5),(439,717555600,6),(439,733280400,5),(439,749005200,6),(439,764730000,5),(439,780454800,6),(439,796179600,5),(439,811904400,6),(439,828234000,5),(439,846378000,6),(439,859683600,5),(439,877827600,6),(439,891133200,5),(439,909277200,6),(439,922582800,5),(439,941331600,6),(439,954032400,5),(439,972781200,6),(439,985482000,5),(439,1004230800,6),(439,1017536400,5),(439,1035680400,6),(439,1048986000,5),(439,1067130000,6),(439,1080435600,5),(439,1099184400,6),(439,1111885200,5),(439,1130634000,6),(439,1143334800,5),(439,1162083600,6),(439,1174784400,5),(439,1193533200,6),(439,1206838800,5),(439,1224982800,6),(439,1238288400,5),(439,1256432400,6),(439,1269738000,5),(439,1288486800,6),(439,1301187600,5),(439,1319936400,6),(439,1332637200,5),(439,1351386000,6),(439,1364691600,5),(439,1382835600,6),(439,1396141200,5),(439,1414285200,6),(439,1427590800,5),(439,1445734800,6),(439,1459040400,5),(439,1477789200,6),(439,1490490000,5),(439,1509238800,6),(439,1521939600,5),(439,1540688400,6),(439,1553994000,5),(439,1572138000,6),(439,1585443600,5),(439,1603587600,6),(439,1616893200,5),(439,1635642000,6),(439,1648342800,5),(439,1667091600,6),(439,1679792400,5),(439,1698541200,6),(439,1711846800,5),(439,1729990800,6),(439,1743296400,5),(439,1761440400,6),(439,1774746000,5),(439,1792890000,6),(439,1806195600,5),(439,1824944400,6),(439,1837645200,5),(439,1856394000,6),(439,1869094800,5),(439,1887843600,6),(439,1901149200,5),(439,1919293200,6),(439,1932598800,5),(439,1950742800,6),(439,1964048400,5),(439,1982797200,6),(439,1995498000,5),(439,2014246800,6),(439,2026947600,5),(439,2045696400,6),(439,2058397200,5),(439,2077146000,6),(439,2090451600,5),(439,2108595600,6),(439,2121901200,5),(439,2140045200,6),(440,-2147483648,1),(440,-1691962479,2),(440,-1680471279,4),(440,-1664143200,3),(440,-1650146400,4),(440,-1633903200,3),(440,-1617487200,4),(440,-1601848800,3),(440,-1586037600,4),(440,-1570399200,3),(440,-1552168800,4),(440,-1538344800,3),(440,-1522533600,4),(440,-1517011200,6),(440,-1507500000,5),(440,-1490565600,4),(440,-1473631200,5),(440,-1460930400,4),(440,-1442786400,5),(440,-1428876000,4),(440,-1410732000,5),(440,-1396216800,4),(440,-1379282400,5),(440,-1364767200,4),(440,-1348437600,5),(440,-1333317600,4),(440,-1315778400,5),(440,-1301263200,4),(440,-1284328800,5),(440,-1269813600,4),(440,-1253484000,5),(440,-1238364000,4),(440,-1221429600,5),(440,-1206914400,4),(440,-1189980000,5),(440,-1175464800,4),(440,-1159135200,5),(440,-1143410400,4),(440,-1126476000,5),(440,-1111960800,4),(440,-1095631200,5),(440,-1080511200,4),(440,-1063576800,5),(440,-1049061600,4),(440,-1032127200,5),(440,-1017612000,4),(440,-1001282400,5),(440,-986162400,4),(440,-969228000,5),(440,-950479200,4),(440,-942012000,5),(440,-733356000,4),(440,-719445600,5),(440,-699487200,4),(440,-684972000,5),(440,-668037600,4),(440,-654732000,5),(440,-636588000,4),(440,-622072800,5),(440,-605743200,4),(440,-590623200,5),(440,-574293600,4),(440,-558568800,5),(440,-542239200,4),(440,-527119200,5),(440,-512604000,4),(440,-496274400,5),(440,-481154400,4),(440,-464220000,5),(440,-449704800,4),(440,-432165600,5),(440,-417650400,4),(440,-401320800,5),(440,-386200800,4),(440,-369266400,5),(440,-354751200,4),(440,-337816800,5),(440,-323301600,4),(440,-306972000,5),(440,-291852000,4),(440,-276732000,5),(440,-257983200,4),(440,-245282400,5),(440,-226533600,4),(440,-213228000,5),(440,-195084000,4),(440,-182383200,5),(440,-163634400,4),(440,-150933600,5),(440,-132184800,4),(440,-119484000,5),(440,-100735200,4),(440,-88034400,5),(440,-68680800,4),(440,-59004000,5),(440,-37242000,9),(440,57722400,7),(440,69818400,8),(440,89172000,7),(440,101268000,8),(440,120621600,7),(440,132717600,8),(440,152071200,7),(440,164167200,8),(440,183520800,7),(440,196221600,8),(440,214970400,7),(440,227671200,8),(440,246420000,7),(440,259120800,8),(440,278474400,7),(440,290570400,8),(440,309924000,7),(440,322020000,8),(440,341373600,7),(440,354675600,8),(440,372819600,7),(440,386125200,8),(440,404269200,7),(440,417574800,8),(440,435718800,7),(440,449024400,8),(440,467773200,7),(440,481078800,8),(440,499222800,7),(440,512528400,8),(440,530672400,7),(440,543978000,8),(440,562122000,7),(440,575427600,8),(440,593571600,7),(440,606877200,8),(440,625626000,7),(440,638326800,8),(440,657075600,7),(440,670381200,8),(440,688525200,7),(440,701830800,8),(440,719974800,7),(440,733280400,8),(440,751424400,7),(440,764730000,8),(440,782874000,7),(440,796179600,8),(440,814323600,7),(440,828234000,8),(440,846378000,7),(440,859683600,8),(440,877827600,7),(440,891133200,8),(440,909277200,7),(440,922582800,8),(440,941331600,7),(440,954032400,8),(440,972781200,7),(440,985482000,8),(440,1004230800,7),(440,1017536400,8),(440,1035680400,7),(440,1048986000,8),(440,1067130000,7),(440,1080435600,8),(440,1099184400,7),(440,1111885200,8),(440,1130634000,7),(440,1143334800,8),(440,1162083600,7),(440,1174784400,8),(440,1193533200,7),(440,1206838800,8),(440,1224982800,7),(440,1238288400,8),(440,1256432400,7),(440,1269738000,8),(440,1288486800,7),(440,1301187600,8),(440,1319936400,7),(440,1332637200,8),(440,1351386000,7),(440,1364691600,8),(440,1382835600,7),(440,1396141200,8),(440,1414285200,7),(440,1427590800,8),(440,1445734800,7),(440,1459040400,8),(440,1477789200,7),(440,1490490000,8),(440,1509238800,7),(440,1521939600,8),(440,1540688400,7),(440,1553994000,8),(440,1572138000,7),(440,1585443600,8),(440,1603587600,7),(440,1616893200,8),(440,1635642000,7),(440,1648342800,8),(440,1667091600,7),(440,1679792400,8),(440,1698541200,7),(440,1711846800,8),(440,1729990800,7),(440,1743296400,8),(440,1761440400,7),(440,1774746000,8),(440,1792890000,7),(440,1806195600,8),(440,1824944400,7),(440,1837645200,8),(440,1856394000,7),(440,1869094800,8),(440,1887843600,7),(440,1901149200,8),(440,1919293200,7),(440,1932598800,8),(440,1950742800,7),(440,1964048400,8),(440,1982797200,7),(440,1995498000,8),(440,2014246800,7),(440,2026947600,8),(440,2045696400,7),(440,2058397200,8),(440,2077146000,7),(440,2090451600,8),(440,2108595600,7),(440,2121901200,8),(440,2140045200,7),(441,-2147483648,2),(441,-1691964000,1),(441,-1680472800,2),(441,-1664143200,1),(441,-1650146400,2),(441,-1633903200,1),(441,-1617487200,2),(441,-1601848800,1),(441,-1586037600,2),(441,-1570399200,1),(441,-1552168800,2),(441,-1538344800,1),(441,-1522533600,2),(441,-1507500000,1),(441,-1490565600,2),(441,-1473631200,1),(441,-1460930400,2),(441,-1442786400,1),(441,-1428876000,2),(441,-1410732000,1),(441,-1396216800,2),(441,-1379282400,1),(441,-1364767200,2),(441,-1348437600,1),(441,-1333317600,2),(441,-1315778400,1),(441,-1301263200,2),(441,-1284328800,1),(441,-1269813600,2),(441,-1253484000,1),(441,-1238364000,2),(441,-1221429600,1),(441,-1206914400,2),(441,-1189980000,1),(441,-1175464800,2),(441,-1159135200,1),(441,-1143410400,2),(441,-1126476000,1),(441,-1111960800,2),(441,-1095631200,1),(441,-1080511200,2),(441,-1063576800,1),(441,-1049061600,2),(441,-1032127200,1),(441,-1017612000,2),(441,-1001282400,1),(441,-986162400,2),(441,-969228000,1),(441,-950479200,2),(441,-942012000,1),(441,-904518000,3),(441,-896050800,1),(441,-875487600,3),(441,-864601200,1),(441,-844038000,3),(441,-832546800,1),(441,-812588400,3),(441,-798073200,1),(441,-781052400,3),(441,-772066800,1),(441,-764805600,2),(441,-748476000,1),(441,-733356000,2),(441,-719445600,1),(441,-717030000,3),(441,-706748400,1),(441,-699487200,2),(441,-687996000,1),(441,-668037600,2),(441,-654732000,1),(441,-636588000,2),(441,-622072800,1),(441,-605743200,2),(441,-590623200,1),(441,-574293600,2),(441,-558568800,1),(441,-542239200,2),(441,-527119200,1),(441,-512604000,2),(441,-496274400,1),(441,-481154400,2),(441,-464220000,1),(441,-449704800,2),(441,-432165600,1),(441,-417650400,2),(441,-401320800,4),(441,386125200,5),(441,401850000,6),(441,417574800,5),(441,433299600,6),(441,449024400,5),(441,465354000,6),(441,481078800,5),(441,496803600,6),(441,512528400,5),(441,528253200,6),(441,543978000,5),(441,559702800,6),(441,575427600,5),(441,591152400,6),(441,606877200,5),(441,622602000,6),(441,638326800,5),(441,654656400,6),(441,670381200,5),(441,686106000,6),(441,701830800,5),(441,717555600,6),(441,733280400,5),(441,749005200,6),(441,764730000,5),(441,780454800,6),(441,796179600,5),(441,811904400,6),(441,828234000,5),(441,846378000,6),(441,859683600,5),(441,877827600,6),(441,891133200,5),(441,909277200,6),(441,922582800,5),(441,941331600,6),(441,954032400,5),(441,972781200,6),(441,985482000,5),(441,1004230800,6),(441,1017536400,5),(441,1035680400,6),(441,1048986000,5),(441,1067130000,6),(441,1080435600,5),(441,1099184400,6),(441,1111885200,5),(441,1130634000,6),(441,1143334800,5),(441,1162083600,6),(441,1174784400,5),(441,1193533200,6),(441,1206838800,5),(441,1224982800,6),(441,1238288400,5),(441,1256432400,6),(441,1269738000,5),(441,1288486800,6),(441,1301187600,5),(441,1319936400,6),(441,1332637200,5),(441,1351386000,6),(441,1364691600,5),(441,1382835600,6),(441,1396141200,5),(441,1414285200,6),(441,1427590800,5),(441,1445734800,6),(441,1459040400,5),(441,1477789200,6),(441,1490490000,5),(441,1509238800,6),(441,1521939600,5),(441,1540688400,6),(441,1553994000,5),(441,1572138000,6),(441,1585443600,5),(441,1603587600,6),(441,1616893200,5),(441,1635642000,6),(441,1648342800,5),(441,1667091600,6),(441,1679792400,5),(441,1698541200,6),(441,1711846800,5),(441,1729990800,6),(441,1743296400,5),(441,1761440400,6),(441,1774746000,5),(441,1792890000,6),(441,1806195600,5),(441,1824944400,6),(441,1837645200,5),(441,1856394000,6),(441,1869094800,5),(441,1887843600,6),(441,1901149200,5),(441,1919293200,6),(441,1932598800,5),(441,1950742800,6),(441,1964048400,5),(441,1982797200,6),(441,1995498000,5),(441,2014246800,6),(441,2026947600,5),(441,2045696400,6),(441,2058397200,5),(441,2077146000,6),(441,2090451600,5),(441,2108595600,6),(441,2121901200,5),(441,2140045200,6),(442,-2147483648,2),(442,-1691964000,1),(442,-1680472800,2),(442,-1664143200,1),(442,-1650146400,2),(442,-1633903200,1),(442,-1617487200,2),(442,-1601848800,1),(442,-1586037600,2),(442,-1570399200,1),(442,-1552168800,2),(442,-1538344800,1),(442,-1522533600,2),(442,-1507500000,1),(442,-1490565600,2),(442,-1473631200,1),(442,-1460930400,2),(442,-1442786400,1),(442,-1428876000,2),(442,-1410732000,1),(442,-1396216800,2),(442,-1379282400,1),(442,-1364767200,2),(442,-1348437600,1),(442,-1333317600,2),(442,-1315778400,1),(442,-1301263200,2),(442,-1284328800,1),(442,-1269813600,2),(442,-1253484000,1),(442,-1238364000,2),(442,-1221429600,1),(442,-1206914400,2),(442,-1189980000,1),(442,-1175464800,2),(442,-1159135200,1),(442,-1143410400,2),(442,-1126476000,1),(442,-1111960800,2),(442,-1095631200,1),(442,-1080511200,2),(442,-1063576800,1),(442,-1049061600,2),(442,-1032127200,1),(442,-1017612000,2),(442,-1001282400,1),(442,-986162400,2),(442,-969228000,1),(442,-950479200,2),(442,-942012000,1),(442,-904518000,3),(442,-896050800,1),(442,-875487600,3),(442,-864601200,1),(442,-844038000,3),(442,-832546800,1),(442,-812588400,3),(442,-798073200,1),(442,-781052400,3),(442,-772066800,1),(442,-764805600,2),(442,-748476000,1),(442,-733356000,2),(442,-719445600,1),(442,-717030000,3),(442,-706748400,1),(442,-699487200,2),(442,-687996000,1),(442,-668037600,2),(442,-654732000,1),(442,-636588000,2),(442,-622072800,1),(442,-605743200,2),(442,-590623200,1),(442,-574293600,2),(442,-558568800,1),(442,-542239200,2),(442,-527119200,1),(442,-512604000,2),(442,-496274400,1),(442,-481154400,2),(442,-464220000,1),(442,-449704800,2),(442,-432165600,1),(442,-417650400,2),(442,-401320800,1),(442,-386200800,2),(442,-369266400,1),(442,-354751200,2),(442,-337816800,1),(442,-323301600,2),(442,-306972000,1),(442,-291852000,2),(442,-276732000,1),(442,-257983200,2),(442,-245282400,1),(442,-226533600,2),(442,-213228000,1),(442,-195084000,2),(442,-182383200,1),(442,-163634400,2),(442,-150933600,1),(442,-132184800,2),(442,-119484000,1),(442,-100735200,2),(442,-88034400,1),(442,-68680800,2),(442,-59004000,1),(442,-37242000,4),(442,57722400,6),(442,69818400,1),(442,89172000,2),(442,101268000,1),(442,120621600,2),(442,132717600,1),(442,152071200,2),(442,164167200,1),(442,183520800,2),(442,196221600,1),(442,214970400,2),(442,227671200,1),(442,246420000,2),(442,259120800,1),(442,278474400,2),(442,290570400,1),(442,309924000,2),(442,322020000,1),(442,341373600,2),(442,354675600,5),(442,372819600,6),(442,386125200,5),(442,404269200,6),(442,417574800,5),(442,435718800,6),(442,449024400,5),(442,467773200,6),(442,481078800,5),(442,499222800,6),(442,512528400,5),(442,530672400,6),(442,543978000,5),(442,562122000,6),(442,575427600,5),(442,593571600,6),(442,606877200,5),(442,625626000,6),(442,638326800,5),(442,657075600,6),(442,670381200,5),(442,688525200,6),(442,701830800,5),(442,719974800,6),(442,733280400,5),(442,751424400,6),(442,764730000,5),(442,782874000,6),(442,796179600,5),(442,814323600,6),(442,820454400,7),(442,828234000,5),(442,846378000,6),(442,859683600,5),(442,877827600,6),(442,891133200,5),(442,909277200,6),(442,922582800,5),(442,941331600,6),(442,954032400,5),(442,972781200,6),(442,985482000,5),(442,1004230800,6),(442,1017536400,5),(442,1035680400,6),(442,1048986000,5),(442,1067130000,6),(442,1080435600,5),(442,1099184400,6),(442,1111885200,5),(442,1130634000,6),(442,1143334800,5),(442,1162083600,6),(442,1174784400,5),(442,1193533200,6),(442,1206838800,5),(442,1224982800,6),(442,1238288400,5),(442,1256432400,6),(442,1269738000,5),(442,1288486800,6),(442,1301187600,5),(442,1319936400,6),(442,1332637200,5),(442,1351386000,6),(442,1364691600,5),(442,1382835600,6),(442,1396141200,5),(442,1414285200,6),(442,1427590800,5),(442,1445734800,6),(442,1459040400,5),(442,1477789200,6),(442,1490490000,5),(442,1509238800,6),(442,1521939600,5),(442,1540688400,6),(442,1553994000,5),(442,1572138000,6),(442,1585443600,5),(442,1603587600,6),(442,1616893200,5),(442,1635642000,6),(442,1648342800,5),(442,1667091600,6),(442,1679792400,5),(442,1698541200,6),(442,1711846800,5),(442,1729990800,6),(442,1743296400,5),(442,1761440400,6),(442,1774746000,5),(442,1792890000,6),(442,1806195600,5),(442,1824944400,6),(442,1837645200,5),(442,1856394000,6),(442,1869094800,5),(442,1887843600,6),(442,1901149200,5),(442,1919293200,6),(442,1932598800,5),(442,1950742800,6),(442,1964048400,5),(442,1982797200,6),(442,1995498000,5),(442,2014246800,6),(442,2026947600,5),(442,2045696400,6),(442,2058397200,5),(442,2077146000,6),(442,2090451600,5),(442,2108595600,6),(442,2121901200,5),(442,2140045200,6),(443,-2147483648,1),(443,-1535938789,3),(443,-875671200,2),(443,-859773600,3),(443,354672000,2),(443,370396800,3),(443,386121600,2),(443,401846400,3),(443,417574800,4),(443,433299600,5),(443,449024400,4),(443,465354000,5),(443,481078800,4),(443,496803600,5),(443,512528400,4),(443,528253200,5),(443,543978000,4),(443,559702800,5),(443,575427600,4),(443,591152400,5),(443,606877200,4),(443,622602000,5),(443,638326800,4),(443,654656400,5),(443,670381200,4),(443,686106000,5),(443,701830800,4),(443,717555600,5),(443,733280400,4),(443,749005200,5),(443,764730000,4),(443,780454800,5),(443,796179600,4),(443,811904400,5),(443,828234000,4),(443,846378000,5),(443,859683600,4),(443,877827600,5),(443,891133200,4),(443,909277200,5),(443,922582800,4),(443,941331600,5),(443,954032400,4),(443,972781200,5),(443,985482000,4),(443,1004230800,5),(443,1017536400,4),(443,1035680400,5),(443,1048986000,4),(443,1067130000,5),(443,1080435600,4),(443,1099184400,5),(443,1111885200,4),(443,1130634000,5),(443,1143334800,4),(443,1162083600,5),(443,1174784400,4),(443,1193533200,5),(443,1206838800,4),(443,1224982800,5),(443,1238288400,4),(443,1256432400,5),(443,1269738000,4),(443,1288486800,5),(443,1301187600,4),(443,1319936400,5),(443,1332637200,4),(443,1351386000,5),(443,1364691600,4),(443,1382835600,5),(443,1396141200,4),(443,1414285200,5),(443,1427590800,4),(443,1445734800,5),(443,1459040400,4),(443,1477789200,5),(443,1490490000,4),(443,1509238800,5),(443,1521939600,4),(443,1540688400,5),(443,1553994000,4),(443,1572138000,5),(443,1585443600,4),(443,1603587600,5),(443,1616893200,4),(443,1635642000,5),(443,1648342800,4),(443,1667091600,5),(443,1679792400,4),(443,1698541200,5),(443,1711846800,4),(443,1729990800,5),(443,1743296400,4),(443,1761440400,5),(443,1774746000,4),(443,1792890000,5),(443,1806195600,4),(443,1824944400,5),(443,1837645200,4),(443,1856394000,5),(443,1869094800,4),(443,1887843600,5),(443,1901149200,4),(443,1919293200,5),(443,1932598800,4),(443,1950742800,5),(443,1964048400,4),(443,1982797200,5),(443,1995498000,4),(443,2014246800,5),(443,2026947600,4),(443,2045696400,5),(443,2058397200,4),(443,2077146000,5),(443,2090451600,4),(443,2108595600,5),(443,2121901200,4),(443,2140045200,5),(444,-2147483648,2),(444,-1691964000,1),(444,-1680472800,2),(444,-1664143200,1),(444,-1650146400,2),(444,-1633903200,1),(444,-1617487200,2),(444,-1601848800,1),(444,-1586037600,2),(444,-1570399200,1),(444,-1552168800,2),(444,-1538344800,1),(444,-1522533600,2),(444,-1507500000,1),(444,-1490565600,2),(444,-1473631200,1),(444,-1460930400,2),(444,-1442786400,1),(444,-1428876000,2),(444,-1410732000,1),(444,-1396216800,2),(444,-1379282400,1),(444,-1364767200,2),(444,-1348437600,1),(444,-1333317600,2),(444,-1315778400,1),(444,-1301263200,2),(444,-1284328800,1),(444,-1269813600,2),(444,-1253484000,1),(444,-1238364000,2),(444,-1221429600,1),(444,-1206914400,2),(444,-1189980000,1),(444,-1175464800,2),(444,-1159135200,1),(444,-1143410400,2),(444,-1126476000,1),(444,-1111960800,2),(444,-1095631200,1),(444,-1080511200,2),(444,-1063576800,1),(444,-1049061600,2),(444,-1032127200,1),(444,-1017612000,2),(444,-1001282400,1),(444,-986162400,2),(444,-969228000,1),(444,-950479200,2),(444,-942012000,1),(444,-904518000,3),(444,-896050800,1),(444,-875487600,3),(444,-864601200,1),(444,-844038000,3),(444,-832546800,1),(444,-812588400,3),(444,-798073200,1),(444,-781052400,3),(444,-772066800,1),(444,-764805600,2),(444,-748476000,1),(444,-733356000,2),(444,-719445600,1),(444,-717030000,3),(444,-706748400,1),(444,-699487200,2),(444,-687996000,1),(444,-668037600,2),(444,-654732000,1),(444,-636588000,2),(444,-622072800,1),(444,-605743200,2),(444,-590623200,1),(444,-574293600,2),(444,-558568800,1),(444,-542239200,2),(444,-527119200,1),(444,-512604000,2),(444,-496274400,1),(444,-481154400,2),(444,-464220000,1),(444,-449704800,2),(444,-432165600,1),(444,-417650400,2),(444,-401320800,1),(444,-386200800,2),(444,-369266400,1),(444,-354751200,2),(444,-337816800,1),(444,-323301600,2),(444,-306972000,1),(444,-291852000,2),(444,-276732000,1),(444,-257983200,2),(444,-245282400,1),(444,-226533600,2),(444,-213228000,1),(444,-195084000,2),(444,-182383200,1),(444,-163634400,2),(444,-150933600,1),(444,-132184800,2),(444,-119484000,1),(444,-100735200,2),(444,-88034400,1),(444,-68680800,2),(444,-59004000,1),(444,-37242000,4),(444,57722400,6),(444,69818400,1),(444,89172000,2),(444,101268000,1),(444,120621600,2),(444,132717600,1),(444,152071200,2),(444,164167200,1),(444,183520800,2),(444,196221600,1),(444,214970400,2),(444,227671200,1),(444,246420000,2),(444,259120800,1),(444,278474400,2),(444,290570400,1),(444,309924000,2),(444,322020000,1),(444,341373600,2),(444,354675600,5),(444,372819600,6),(444,386125200,5),(444,404269200,6),(444,417574800,5),(444,435718800,6),(444,449024400,5),(444,467773200,6),(444,481078800,5),(444,499222800,6),(444,512528400,5),(444,530672400,6),(444,543978000,5),(444,562122000,6),(444,575427600,5),(444,593571600,6),(444,606877200,5),(444,625626000,6),(444,638326800,5),(444,657075600,6),(444,670381200,5),(444,688525200,6),(444,701830800,5),(444,719974800,6),(444,733280400,5),(444,751424400,6),(444,764730000,5),(444,782874000,6),(444,796179600,5),(444,814323600,6),(444,820454400,7),(444,828234000,5),(444,846378000,6),(444,859683600,5),(444,877827600,6),(444,891133200,5),(444,909277200,6),(444,922582800,5),(444,941331600,6),(444,954032400,5),(444,972781200,6),(444,985482000,5),(444,1004230800,6),(444,1017536400,5),(444,1035680400,6),(444,1048986000,5),(444,1067130000,6),(444,1080435600,5),(444,1099184400,6),(444,1111885200,5),(444,1130634000,6),(444,1143334800,5),(444,1162083600,6),(444,1174784400,5),(444,1193533200,6),(444,1206838800,5),(444,1224982800,6),(444,1238288400,5),(444,1256432400,6),(444,1269738000,5),(444,1288486800,6),(444,1301187600,5),(444,1319936400,6),(444,1332637200,5),(444,1351386000,6),(444,1364691600,5),(444,1382835600,6),(444,1396141200,5),(444,1414285200,6),(444,1427590800,5),(444,1445734800,6),(444,1459040400,5),(444,1477789200,6),(444,1490490000,5),(444,1509238800,6),(444,1521939600,5),(444,1540688400,6),(444,1553994000,5),(444,1572138000,6),(444,1585443600,5),(444,1603587600,6),(444,1616893200,5),(444,1635642000,6),(444,1648342800,5),(444,1667091600,6),(444,1679792400,5),(444,1698541200,6),(444,1711846800,5),(444,1729990800,6),(444,1743296400,5),(444,1761440400,6),(444,1774746000,5),(444,1792890000,6),(444,1806195600,5),(444,1824944400,6),(444,1837645200,5),(444,1856394000,6),(444,1869094800,5),(444,1887843600,6),(444,1901149200,5),(444,1919293200,6),(444,1932598800,5),(444,1950742800,6),(444,1964048400,5),(444,1982797200,6),(444,1995498000,5),(444,2014246800,6),(444,2026947600,5),(444,2045696400,6),(444,2058397200,5),(444,2077146000,6),(444,2090451600,5),(444,2108595600,6),(444,2121901200,5),(444,2140045200,6),(445,-2147483648,1),(445,-1869875816,3),(445,-1693706400,2),(445,-1680490800,3),(445,-1570413600,2),(445,-1552186800,3),(445,-1538359200,2),(445,-1522551600,3),(445,-1507514400,2),(445,-1490583600,3),(445,-1440208800,2),(445,-1428030000,3),(445,-1409709600,2),(445,-1396494000,3),(445,-931053600,2),(445,-922676400,3),(445,-917834400,2),(445,-892436400,3),(445,-875844000,2),(445,-764737200,3),(445,-744343200,2),(445,-733806000,3),(445,-716436000,2),(445,-701924400,3),(445,-684986400,2),(445,-670474800,3),(445,-654141600,2),(445,-639025200,3),(445,-622087200,2),(445,-606970800,3),(445,-590032800,2),(445,-575521200,3),(445,-235620000,2),(445,-194842800,3),(445,-177732000,2),(445,-165726000,3),(445,107910000,2),(445,121215600,3),(445,133920000,2),(445,152665200,3),(445,164678400,2),(445,184114800,3),(445,196214400,2),(445,215564400,3),(445,228873600,2),(445,245804400,3),(445,260323200,2),(445,267915600,4),(445,428454000,5),(445,433893600,4),(445,468111600,3),(445,482799600,6),(445,496710000,7),(445,512521200,6),(445,528246000,7),(445,543970800,6),(445,559695600,7),(445,575420400,6),(445,591145200,7),(445,606870000,6),(445,622594800,7),(445,638319600,6),(445,654649200,7),(445,670374000,6),(445,686098800,7),(445,701823600,6),(445,717548400,7),(445,733273200,6),(445,748998000,7),(445,764118000,6),(445,780447600,7),(445,796172400,6),(445,811897200,7),(445,828226800,6),(445,846370800,7),(445,859676400,6),(445,877820400,7),(445,891126000,6),(445,909270000,7),(445,922575600,6),(445,941324400,7),(445,954025200,6),(445,972774000,7),(445,985474800,6),(445,1004223600,7),(445,1017529200,6),(445,1035673200,7),(445,1048978800,6),(445,1067122800,7),(445,1080428400,6),(445,1099177200,7),(445,1111878000,6),(445,1130626800,7),(445,1143327600,6),(445,1162076400,7),(445,1167602400,3),(445,1174784400,8),(445,1193533200,9),(445,1206838800,8),(445,1224982800,9),(445,1238288400,8),(445,1256432400,9),(445,1269738000,8),(445,1288486800,9),(445,1301274000,8),(445,1319936400,9),(445,1332637200,8),(445,1351386000,9),(445,1364691600,8),(445,1382835600,9),(445,1396227600,8),(445,1414285200,9),(445,1427590800,8),(445,1446944400,9),(445,1459040400,8),(445,1473195600,4),(445,2147483647,4),(446,-2147483648,2),(446,-1691964000,1),(446,-1680472800,2),(446,-1664143200,1),(446,-1650146400,2),(446,-1633903200,1),(446,-1617487200,2),(446,-1601848800,1),(446,-1586037600,2),(446,-1570399200,1),(446,-1552168800,2),(446,-1538344800,1),(446,-1522533600,2),(446,-1507500000,1),(446,-1490565600,2),(446,-1473631200,1),(446,-1460930400,2),(446,-1442786400,1),(446,-1428876000,2),(446,-1410732000,1),(446,-1396216800,2),(446,-1379282400,1),(446,-1364767200,2),(446,-1348437600,1),(446,-1333317600,2),(446,-1315778400,1),(446,-1301263200,2),(446,-1284328800,1),(446,-1269813600,2),(446,-1253484000,1),(446,-1238364000,2),(446,-1221429600,1),(446,-1206914400,2),(446,-1189980000,1),(446,-1175464800,2),(446,-1159135200,1),(446,-1143410400,2),(446,-1126476000,1),(446,-1111960800,2),(446,-1095631200,1),(446,-1080511200,2),(446,-1063576800,1),(446,-1049061600,2),(446,-1032127200,1),(446,-1017612000,2),(446,-1001282400,1),(446,-986162400,2),(446,-969228000,1),(446,-950479200,2),(446,-942012000,1),(446,-904518000,3),(446,-896050800,1),(446,-875487600,3),(446,-864601200,1),(446,-844038000,3),(446,-832546800,1),(446,-812588400,3),(446,-798073200,1),(446,-781052400,3),(446,-772066800,1),(446,-764805600,2),(446,-748476000,1),(446,-733356000,2),(446,-719445600,1),(446,-717030000,3),(446,-706748400,1),(446,-699487200,2),(446,-687996000,1),(446,-668037600,2),(446,-654732000,1),(446,-636588000,2),(446,-622072800,1),(446,-605743200,2),(446,-590623200,1),(446,-574293600,2),(446,-558568800,1),(446,-542239200,2),(446,-527119200,1),(446,-512604000,2),(446,-496274400,1),(446,-481154400,2),(446,-464220000,1),(446,-449704800,2),(446,-432165600,1),(446,-417650400,2),(446,-401320800,1),(446,-386200800,2),(446,-369266400,1),(446,-354751200,2),(446,-337816800,1),(446,-323301600,2),(446,-306972000,1),(446,-291852000,2),(446,-276732000,1),(446,-257983200,2),(446,-245282400,1),(446,-226533600,2),(446,-213228000,1),(446,-195084000,2),(446,-182383200,1),(446,-163634400,2),(446,-150933600,1),(446,-132184800,2),(446,-119484000,1),(446,-100735200,2),(446,-88034400,1),(446,-68680800,2),(446,-59004000,1),(446,-37242000,4),(446,57722400,6),(446,69818400,1),(446,89172000,2),(446,101268000,1),(446,120621600,2),(446,132717600,1),(446,152071200,2),(446,164167200,1),(446,183520800,2),(446,196221600,1),(446,214970400,2),(446,227671200,1),(446,246420000,2),(446,259120800,1),(446,278474400,2),(446,290570400,1),(446,309924000,2),(446,322020000,1),(446,341373600,2),(446,354675600,5),(446,372819600,6),(446,386125200,5),(446,404269200,6),(446,417574800,5),(446,435718800,6),(446,449024400,5),(446,467773200,6),(446,481078800,5),(446,499222800,6),(446,512528400,5),(446,530672400,6),(446,543978000,5),(446,562122000,6),(446,575427600,5),(446,593571600,6),(446,606877200,5),(446,625626000,6),(446,638326800,5),(446,657075600,6),(446,670381200,5),(446,688525200,6),(446,701830800,5),(446,719974800,6),(446,733280400,5),(446,751424400,6),(446,764730000,5),(446,782874000,6),(446,796179600,5),(446,814323600,6),(446,820454400,7),(446,828234000,5),(446,846378000,6),(446,859683600,5),(446,877827600,6),(446,891133200,5),(446,909277200,6),(446,922582800,5),(446,941331600,6),(446,954032400,5),(446,972781200,6),(446,985482000,5),(446,1004230800,6),(446,1017536400,5),(446,1035680400,6),(446,1048986000,5),(446,1067130000,6),(446,1080435600,5),(446,1099184400,6),(446,1111885200,5),(446,1130634000,6),(446,1143334800,5),(446,1162083600,6),(446,1174784400,5),(446,1193533200,6),(446,1206838800,5),(446,1224982800,6),(446,1238288400,5),(446,1256432400,6),(446,1269738000,5),(446,1288486800,6),(446,1301187600,5),(446,1319936400,6),(446,1332637200,5),(446,1351386000,6),(446,1364691600,5),(446,1382835600,6),(446,1396141200,5),(446,1414285200,6),(446,1427590800,5),(446,1445734800,6),(446,1459040400,5),(446,1477789200,6),(446,1490490000,5),(446,1509238800,6),(446,1521939600,5),(446,1540688400,6),(446,1553994000,5),(446,1572138000,6),(446,1585443600,5),(446,1603587600,6),(446,1616893200,5),(446,1635642000,6),(446,1648342800,5),(446,1667091600,6),(446,1679792400,5),(446,1698541200,6),(446,1711846800,5),(446,1729990800,6),(446,1743296400,5),(446,1761440400,6),(446,1774746000,5),(446,1792890000,6),(446,1806195600,5),(446,1824944400,6),(446,1837645200,5),(446,1856394000,6),(446,1869094800,5),(446,1887843600,6),(446,1901149200,5),(446,1919293200,6),(446,1932598800,5),(446,1950742800,6),(446,1964048400,5),(446,1982797200,6),(446,1995498000,5),(446,2014246800,6),(446,2026947600,5),(446,2045696400,6),(446,2058397200,5),(446,2077146000,6),(446,2090451600,5),(446,2108595600,6),(446,2121901200,5),(446,2140045200,6),(447,-2147483648,2),(447,-1693706400,1),(447,-1680483600,2),(447,-1663455600,3),(447,-1650150000,4),(447,-1632006000,3),(447,-1618700400,4),(447,-938905200,3),(447,-857257200,4),(447,-844556400,3),(447,-828226800,4),(447,-812502000,3),(447,-796777200,4),(447,-781052400,3),(447,-780372000,6),(447,-778730400,5),(447,-762663600,6),(447,-749095200,8),(447,354920400,7),(447,370728000,8),(447,386456400,7),(447,402264000,8),(447,417992400,7),(447,433800000,8),(447,449614800,7),(447,465346800,9),(447,481071600,10),(447,496796400,9),(447,512521200,10),(447,528246000,9),(447,543970800,10),(447,559695600,9),(447,575420400,10),(447,591145200,9),(447,606870000,11),(447,622598400,12),(447,638323200,11),(447,654652800,12),(447,670377600,11),(447,686102400,12),(447,701827200,11),(447,717552000,12),(447,733276800,11),(447,749001600,12),(447,764726400,11),(447,780451200,12),(447,796176000,11),(447,811900800,12),(447,828230400,11),(447,846374400,12),(447,859680000,11),(447,877824000,12),(447,891129600,11),(447,909273600,12),(447,922579200,11),(447,941328000,12),(447,954028800,11),(447,972777600,12),(447,985478400,11),(447,1004227200,12),(447,1017532800,11),(447,1035676800,12),(447,1048982400,11),(447,1067126400,12),(447,1080432000,11),(447,1099180800,12),(447,1111881600,11),(447,1130630400,12),(447,1143331200,11),(447,1162080000,12),(447,1174780800,11),(447,1193529600,12),(447,1206835200,11),(447,1224979200,12),(447,1238284800,11),(447,1256428800,12),(447,1269734400,11),(447,1288483200,12),(447,1301184000,13),(447,1414278000,12),(448,-2147483648,1),(448,-1441159324,2),(448,-1247536800,3),(448,-892522800,6),(448,-857257200,4),(448,-844556400,5),(448,-828226800,4),(448,-825382800,3),(448,354920400,7),(448,370728000,3),(448,386456400,7),(448,402264000,3),(448,417992400,7),(448,433800000,3),(448,449614800,7),(448,465346800,8),(448,481071600,9),(448,496796400,8),(448,512521200,9),(448,528246000,8),(448,543970800,9),(448,559695600,8),(448,575420400,9),(448,591145200,8),(448,606870000,9),(448,622594800,8),(448,638319600,9),(448,646783200,10),(448,686102400,2),(448,701820000,10),(448,717541200,2),(448,733269600,10),(448,748990800,2),(448,764719200,10),(448,780440400,2),(448,796179600,11),(448,811904400,12),(448,828234000,11),(448,846378000,12),(448,859683600,11),(448,877827600,12),(448,891133200,11),(448,909277200,12),(448,922582800,11),(448,941331600,12),(448,954032400,11),(448,972781200,12),(448,985482000,11),(448,1004230800,12),(448,1017536400,11),(448,1035680400,12),(448,1048986000,11),(448,1067130000,12),(448,1080435600,11),(448,1099184400,12),(448,1111885200,11),(448,1130634000,12),(448,1143334800,11),(448,1162083600,12),(448,1174784400,11),(448,1193533200,12),(448,1206838800,11),(448,1224982800,12),(448,1238288400,11),(448,1256432400,12),(448,1269738000,11),(448,1288486800,12),(448,1301187600,11),(448,1319936400,12),(448,1332637200,11),(448,1351386000,12),(448,1364691600,11),(448,1382835600,12),(448,1396141200,11),(448,1414285200,12),(448,1427590800,11),(448,1445734800,12),(448,1459040400,11),(448,1477789200,12),(448,1490490000,11),(448,1509238800,12),(448,1521939600,11),(448,1540688400,12),(448,1553994000,11),(448,1572138000,12),(448,1585443600,11),(448,1603587600,12),(448,1616893200,11),(448,1635642000,12),(448,1648342800,11),(448,1667091600,12),(448,1679792400,11),(448,1698541200,12),(448,1711846800,11),(448,1729990800,12),(448,1743296400,11),(448,1761440400,12),(448,1774746000,11),(448,1792890000,12),(448,1806195600,11),(448,1824944400,12),(448,1837645200,11),(448,1856394000,12),(448,1869094800,11),(448,1887843600,12),(448,1901149200,11),(448,1919293200,12),(448,1932598800,11),(448,1950742800,12),(448,1964048400,11),(448,1982797200,12),(448,1995498000,11),(448,2014246800,12),(448,2026947600,11),(448,2045696400,12),(448,2058397200,11),(448,2077146000,12),(448,2090451600,11),(448,2108595600,12),(448,2121901200,11),(448,2140045200,12),(449,-2147483648,0),(449,-1593820800,1),(449,-1247540400,3),(449,354916800,2),(449,370724400,3),(449,386452800,2),(449,402260400,3),(449,417988800,2),(449,433796400,3),(449,449611200,2),(449,465343200,4),(449,481068000,5),(449,496792800,4),(449,512517600,5),(449,528242400,4),(449,543967200,5),(449,559692000,4),(449,575416800,5),(449,591141600,4),(449,606866400,6),(449,622594800,7),(449,638319600,6),(449,654649200,7),(449,670374000,4),(449,701820000,6),(449,717548400,7),(449,733273200,6),(449,748998000,7),(449,764722800,6),(449,780447600,7),(449,796172400,6),(449,811897200,7),(449,828226800,6),(449,846370800,7),(449,859676400,6),(449,877820400,7),(449,891126000,6),(449,909270000,7),(449,922575600,6),(449,941324400,7),(449,954025200,6),(449,972774000,7),(449,985474800,6),(449,1004223600,7),(449,1017529200,6),(449,1035673200,7),(449,1048978800,6),(449,1067122800,7),(449,1080428400,6),(449,1099177200,7),(449,1111878000,6),(449,1130626800,7),(449,1143327600,6),(449,1162076400,7),(449,1174777200,6),(449,1193526000,7),(449,1206831600,6),(449,1224975600,7),(449,1238281200,6),(449,1256425200,7),(449,1269730800,6),(449,1288479600,7),(449,1301180400,4),(449,1414274400,7),(449,2147483647,7),(450,-2147483648,0),(450,-1830384000,6),(450,-1689555600,1),(450,-1677801600,2),(450,-1667437200,3),(450,-1647738000,4),(450,-1635814800,3),(450,-1616202000,4),(450,-1604365200,3),(450,-1584666000,4),(450,-1572742800,3),(450,-1553043600,4),(450,-1541206800,3),(450,-1521507600,4),(450,-1442451600,3),(450,-1426813200,4),(450,-1379293200,3),(450,-1364778000,4),(450,-1348448400,3),(450,-1333328400,4),(450,-1316394000,3),(450,-1301274000,4),(450,-1284339600,3),(450,-1269824400,4),(450,-1221440400,3),(450,-1206925200,4),(450,-1191200400,3),(450,-1175475600,4),(450,-1127696400,3),(450,-1111971600,4),(450,-1096851600,3),(450,-1080522000,4),(450,-1063587600,3),(450,-1049072400,4),(450,-1033347600,3),(450,-1017622800,4),(450,-1002502800,3),(450,-986173200,4),(450,-969238800,3),(450,-950490000,4),(450,-942022800,3),(450,-922669200,4),(450,-906944400,3),(450,-891133200,4),(450,-877309200,3),(450,-873684000,5),(450,-864007200,3),(450,-857955600,4),(450,-845859600,3),(450,-842839200,5),(450,-831348000,3),(450,-825901200,4),(450,-814410000,3),(450,-810784800,5),(450,-799898400,3),(450,-794451600,4),(450,-782960400,3),(450,-779335200,5),(450,-768448800,3),(450,-763002000,4),(450,-749091600,3),(450,-733366800,4),(450,-717631200,3),(450,-701906400,4),(450,-686181600,3),(450,-670456800,4),(450,-654732000,3),(450,-639007200,4),(450,-591832800,3),(450,-575503200,4),(450,-559778400,3),(450,-544053600,4),(450,-528328800,3),(450,-512604000,4),(450,-496879200,3),(450,-481154400,4),(450,-465429600,3),(450,-449704800,4),(450,-433980000,3),(450,-417650400,4),(450,-401925600,3),(450,-386200800,4),(450,-370476000,3),(450,-354751200,4),(450,-339026400,3),(450,-323301600,4),(450,-307576800,3),(450,-291852000,4),(450,-276127200,3),(450,-260402400,4),(450,-244677600,3),(450,-228348000,4),(450,-212623200,3),(450,-196898400,4),(450,-181173600,3),(450,-165448800,4),(450,-149724000,3),(450,-133999200,4),(450,-118274400,7),(450,212544000,2),(450,228268800,3),(450,243993600,4),(450,260323200,3),(450,276048000,4),(450,291772800,3),(450,307501200,4),(450,323222400,3),(450,338950800,4),(450,354675600,3),(450,370400400,4),(450,386125200,3),(450,401850000,4),(450,417578400,3),(450,433299600,4),(450,449024400,3),(450,465354000,4),(450,481078800,3),(450,496803600,4),(450,512528400,3),(450,528253200,4),(450,543978000,3),(450,559702800,4),(450,575427600,3),(450,591152400,4),(450,606877200,3),(450,622602000,4),(450,638326800,3),(450,654656400,4),(450,670381200,3),(450,686106000,4),(450,701830800,3),(450,717555600,8),(450,733280400,9),(450,749005200,8),(450,764730000,9),(450,780454800,8),(450,796179600,9),(450,811904400,8),(450,828234000,10),(450,846378000,6),(450,859683600,10),(450,877827600,6),(450,891133200,10),(450,909277200,6),(450,922582800,10),(450,941331600,6),(450,954032400,10),(450,972781200,6),(450,985482000,10),(450,1004230800,6),(450,1017536400,10),(450,1035680400,6),(450,1048986000,10),(450,1067130000,6),(450,1080435600,10),(450,1099184400,6),(450,1111885200,10),(450,1130634000,6),(450,1143334800,10),(450,1162083600,6),(450,1174784400,10),(450,1193533200,6),(450,1206838800,10),(450,1224982800,6),(450,1238288400,10),(450,1256432400,6),(450,1269738000,10),(450,1288486800,6),(450,1301187600,10),(450,1319936400,6),(450,1332637200,10),(450,1351386000,6),(450,1364691600,10),(450,1382835600,6),(450,1396141200,10),(450,1414285200,6),(450,1427590800,10),(450,1445734800,6),(450,1459040400,10),(450,1477789200,6),(450,1490490000,10),(450,1509238800,6),(450,1521939600,10),(450,1540688400,6),(450,1553994000,10),(450,1572138000,6),(450,1585443600,10),(450,1603587600,6),(450,1616893200,10),(450,1635642000,6),(450,1648342800,10),(450,1667091600,6),(450,1679792400,10),(450,1698541200,6),(450,1711846800,10),(450,1729990800,6),(450,1743296400,10),(450,1761440400,6),(450,1774746000,10),(450,1792890000,6),(450,1806195600,10),(450,1824944400,6),(450,1837645200,10),(450,1856394000,6),(450,1869094800,10),(450,1887843600,6),(450,1901149200,10),(450,1919293200,6),(450,1932598800,10),(450,1950742800,6),(450,1964048400,10),(450,1982797200,6),(450,1995498000,10),(450,2014246800,6),(450,2026947600,10),(450,2045696400,6),(450,2058397200,10),(450,2077146000,6),(450,2090451600,10),(450,2108595600,6),(450,2121901200,10),(450,2140045200,6),(451,-2147483648,1),(451,-905824800,4),(451,-857257200,2),(451,-844556400,3),(451,-828226800,2),(451,-812502000,3),(451,-796777200,2),(451,-788922000,1),(451,-777942000,3),(451,-766623600,2),(451,407199600,1),(451,417574800,5),(451,433299600,6),(451,449024400,5),(451,465354000,6),(451,481078800,5),(451,496803600,6),(451,512528400,5),(451,528253200,6),(451,543978000,5),(451,559702800,6),(451,575427600,5),(451,591152400,6),(451,606877200,5),(451,622602000,6),(451,638326800,5),(451,654656400,6),(451,670381200,5),(451,686106000,6),(451,701830800,5),(451,717555600,6),(451,733280400,5),(451,749005200,6),(451,764730000,5),(451,780454800,6),(451,796179600,5),(451,811904400,6),(451,828234000,5),(451,846378000,6),(451,859683600,5),(451,877827600,6),(451,891133200,5),(451,909277200,6),(451,922582800,5),(451,941331600,6),(451,954032400,5),(451,972781200,6),(451,985482000,5),(451,1004230800,6),(451,1017536400,5),(451,1035680400,6),(451,1048986000,5),(451,1067130000,6),(451,1080435600,5),(451,1099184400,6),(451,1111885200,5),(451,1130634000,6),(451,1143334800,5),(451,1162083600,6),(451,1174784400,5),(451,1193533200,6),(451,1206838800,5),(451,1224982800,6),(451,1238288400,5),(451,1256432400,6),(451,1269738000,5),(451,1288486800,6),(451,1301187600,5),(451,1319936400,6),(451,1332637200,5),(451,1351386000,6),(451,1364691600,5),(451,1382835600,6),(451,1396141200,5),(451,1414285200,6),(451,1427590800,5),(451,1445734800,6),(451,1459040400,5),(451,1477789200,6),(451,1490490000,5),(451,1509238800,6),(451,1521939600,5),(451,1540688400,6),(451,1553994000,5),(451,1572138000,6),(451,1585443600,5),(451,1603587600,6),(451,1616893200,5),(451,1635642000,6),(451,1648342800,5),(451,1667091600,6),(451,1679792400,5),(451,1698541200,6),(451,1711846800,5),(451,1729990800,6),(451,1743296400,5),(451,1761440400,6),(451,1774746000,5),(451,1792890000,6),(451,1806195600,5),(451,1824944400,6),(451,1837645200,5),(451,1856394000,6),(451,1869094800,5),(451,1887843600,6),(451,1901149200,5),(451,1919293200,6),(451,1932598800,5),(451,1950742800,6),(451,1964048400,5),(451,1982797200,6),(451,1995498000,5),(451,2014246800,6),(451,2026947600,5),(451,2045696400,6),(451,2058397200,5),(451,2077146000,6),(451,2090451600,5),(451,2108595600,6),(451,2121901200,5),(451,2140045200,6),(452,-2147483648,2),(452,-1691964000,1),(452,-1680472800,2),(452,-1664143200,1),(452,-1650146400,2),(452,-1633903200,1),(452,-1617487200,2),(452,-1601848800,1),(452,-1586037600,2),(452,-1570399200,1),(452,-1552168800,2),(452,-1538344800,1),(452,-1522533600,2),(452,-1507500000,1),(452,-1490565600,2),(452,-1473631200,1),(452,-1460930400,2),(452,-1442786400,1),(452,-1428876000,2),(452,-1410732000,1),(452,-1396216800,2),(452,-1379282400,1),(452,-1364767200,2),(452,-1348437600,1),(452,-1333317600,2),(452,-1315778400,1),(452,-1301263200,2),(452,-1284328800,1),(452,-1269813600,2),(452,-1253484000,1),(452,-1238364000,2),(452,-1221429600,1),(452,-1206914400,2),(452,-1189980000,1),(452,-1175464800,2),(452,-1159135200,1),(452,-1143410400,2),(452,-1126476000,1),(452,-1111960800,2),(452,-1095631200,1),(452,-1080511200,2),(452,-1063576800,1),(452,-1049061600,2),(452,-1032127200,1),(452,-1017612000,2),(452,-1001282400,1),(452,-986162400,2),(452,-969228000,1),(452,-950479200,2),(452,-942012000,1),(452,-904518000,3),(452,-896050800,1),(452,-875487600,3),(452,-864601200,1),(452,-844038000,3),(452,-832546800,1),(452,-812588400,3),(452,-798073200,1),(452,-781052400,3),(452,-772066800,1),(452,-764805600,2),(452,-748476000,1),(452,-733356000,2),(452,-719445600,1),(452,-717030000,3),(452,-706748400,1),(452,-699487200,2),(452,-687996000,1),(452,-668037600,2),(452,-654732000,1),(452,-636588000,2),(452,-622072800,1),(452,-605743200,2),(452,-590623200,1),(452,-574293600,2),(452,-558568800,1),(452,-542239200,2),(452,-527119200,1),(452,-512604000,2),(452,-496274400,1),(452,-481154400,2),(452,-464220000,1),(452,-449704800,2),(452,-432165600,1),(452,-417650400,2),(452,-401320800,1),(452,-386200800,2),(452,-369266400,1),(452,-354751200,2),(452,-337816800,1),(452,-323301600,2),(452,-306972000,1),(452,-291852000,2),(452,-276732000,1),(452,-257983200,2),(452,-245282400,1),(452,-226533600,2),(452,-213228000,1),(452,-195084000,2),(452,-182383200,1),(452,-163634400,2),(452,-150933600,1),(452,-132184800,2),(452,-119484000,1),(452,-100735200,2),(452,-88034400,1),(452,-68680800,2),(452,-59004000,1),(452,-37242000,4),(452,57722400,6),(452,69818400,1),(452,89172000,2),(452,101268000,1),(452,120621600,2),(452,132717600,1),(452,152071200,2),(452,164167200,1),(452,183520800,2),(452,196221600,1),(452,214970400,2),(452,227671200,1),(452,246420000,2),(452,259120800,1),(452,278474400,2),(452,290570400,1),(452,309924000,2),(452,322020000,1),(452,341373600,2),(452,354675600,5),(452,372819600,6),(452,386125200,5),(452,404269200,6),(452,417574800,5),(452,435718800,6),(452,449024400,5),(452,467773200,6),(452,481078800,5),(452,499222800,6),(452,512528400,5),(452,530672400,6),(452,543978000,5),(452,562122000,6),(452,575427600,5),(452,593571600,6),(452,606877200,5),(452,625626000,6),(452,638326800,5),(452,657075600,6),(452,670381200,5),(452,688525200,6),(452,701830800,5),(452,719974800,6),(452,733280400,5),(452,751424400,6),(452,764730000,5),(452,782874000,6),(452,796179600,5),(452,814323600,6),(452,820454400,7),(452,828234000,5),(452,846378000,6),(452,859683600,5),(452,877827600,6),(452,891133200,5),(452,909277200,6),(452,922582800,5),(452,941331600,6),(452,954032400,5),(452,972781200,6),(452,985482000,5),(452,1004230800,6),(452,1017536400,5),(452,1035680400,6),(452,1048986000,5),(452,1067130000,6),(452,1080435600,5),(452,1099184400,6),(452,1111885200,5),(452,1130634000,6),(452,1143334800,5),(452,1162083600,6),(452,1174784400,5),(452,1193533200,6),(452,1206838800,5),(452,1224982800,6),(452,1238288400,5),(452,1256432400,6),(452,1269738000,5),(452,1288486800,6),(452,1301187600,5),(452,1319936400,6),(452,1332637200,5),(452,1351386000,6),(452,1364691600,5),(452,1382835600,6),(452,1396141200,5),(452,1414285200,6),(452,1427590800,5),(452,1445734800,6),(452,1459040400,5),(452,1477789200,6),(452,1490490000,5),(452,1509238800,6),(452,1521939600,5),(452,1540688400,6),(452,1553994000,5),(452,1572138000,6),(452,1585443600,5),(452,1603587600,6),(452,1616893200,5),(452,1635642000,6),(452,1648342800,5),(452,1667091600,6),(452,1679792400,5),(452,1698541200,6),(452,1711846800,5),(452,1729990800,6),(452,1743296400,5),(452,1761440400,6),(452,1774746000,5),(452,1792890000,6),(452,1806195600,5),(452,1824944400,6),(452,1837645200,5),(452,1856394000,6),(452,1869094800,5),(452,1887843600,6),(452,1901149200,5),(452,1919293200,6),(452,1932598800,5),(452,1950742800,6),(452,1964048400,5),(452,1982797200,6),(452,1995498000,5),(452,2014246800,6),(452,2026947600,5),(452,2045696400,6),(452,2058397200,5),(452,2077146000,6),(452,2090451600,5),(452,2108595600,6),(452,2121901200,5),(452,2140045200,6),(453,-2147483648,0),(453,-2069713476,2),(453,-1692496800,1),(453,-1680483600,2),(453,-1662343200,1),(453,-1650157200,2),(453,-1632006000,3),(453,-1618700400,4),(453,-1612659600,6),(453,-1604278800,5),(453,-1585519200,6),(453,-1574038800,5),(453,-1552258800,6),(453,-1539997200,5),(453,-1520550000,6),(453,-1507510800,5),(453,-1490572800,6),(453,-1473642000,5),(453,-1459119600,6),(453,-1444006800,5),(453,-1427673600,6),(453,-1411866000,5),(453,-1396224000,6),(453,-1379293200,5),(453,-1364774400,6),(453,-1348448400,5),(453,-1333324800,6),(453,-1316394000,5),(453,-1301270400,6),(453,-1284339600,5),(453,-1269813600,7),(453,-1253484000,8),(453,-1238364000,7),(453,-1221429600,8),(453,-1206914400,7),(453,-1191189600,8),(453,-1175464800,7),(453,-1160344800,8),(453,-1143410400,7),(453,-1127685600,8),(453,-1111960800,7),(453,-1096840800,8),(453,-1080511200,7),(453,-1063576800,8),(453,-1049061600,7),(453,-1033336800,8),(453,-1017612000,7),(453,-1002492000,8),(453,-986162400,7),(453,-969228000,8),(453,-950479200,7),(453,-942012000,8),(453,-935186400,11),(453,-857257200,9),(453,-844556400,10),(453,-828226800,9),(453,-812502000,10),(453,-797986800,2),(453,-781052400,3),(453,-766623600,4),(453,-745455600,3),(453,-733273200,4),(453,220921200,2),(453,228877200,12),(453,243997200,13),(453,260326800,12),(453,276051600,13),(453,291776400,12),(453,307501200,13),(453,323830800,12),(453,338950800,13),(453,354675600,12),(453,370400400,13),(453,386125200,12),(453,401850000,13),(453,417574800,12),(453,433299600,13),(453,449024400,12),(453,465354000,13),(453,481078800,12),(453,496803600,13),(453,512528400,12),(453,528253200,13),(453,543978000,12),(453,559702800,13),(453,575427600,12),(453,591152400,13),(453,606877200,12),(453,622602000,13),(453,638326800,12),(453,654656400,13),(453,670381200,12),(453,686106000,13),(453,701830800,12),(453,717555600,13),(453,733280400,12),(453,749005200,13),(453,764730000,12),(453,780454800,13),(453,796179600,12),(453,811904400,13),(453,828234000,12),(453,846378000,13),(453,859683600,12),(453,877827600,13),(453,891133200,12),(453,909277200,13),(453,922582800,12),(453,941331600,13),(453,954032400,12),(453,972781200,13),(453,985482000,12),(453,1004230800,13),(453,1017536400,12),(453,1035680400,13),(453,1048986000,12),(453,1067130000,13),(453,1080435600,12),(453,1099184400,13),(453,1111885200,12),(453,1130634000,13),(453,1143334800,12),(453,1162083600,13),(453,1174784400,12),(453,1193533200,13),(453,1206838800,12),(453,1224982800,13),(453,1238288400,12),(453,1256432400,13),(453,1269738000,12),(453,1288486800,13),(453,1301187600,12),(453,1319936400,13),(453,1332637200,12),(453,1351386000,13),(453,1364691600,12),(453,1382835600,13),(453,1396141200,12),(453,1414285200,13),(453,1427590800,12),(453,1445734800,13),(453,1459040400,12),(453,1477789200,13),(453,1490490000,12),(453,1509238800,13),(453,1521939600,12),(453,1540688400,13),(453,1553994000,12),(453,1572138000,13),(453,1585443600,12),(453,1603587600,13),(453,1616893200,12),(453,1635642000,13),(453,1648342800,12),(453,1667091600,13),(453,1679792400,12),(453,1698541200,13),(453,1711846800,12),(453,1729990800,13),(453,1743296400,12),(453,1761440400,13),(453,1774746000,12),(453,1792890000,13),(453,1806195600,12),(453,1824944400,13),(453,1837645200,12),(453,1856394000,13),(453,1869094800,12),(453,1887843600,13),(453,1901149200,12),(453,1919293200,13),(453,1932598800,12),(453,1950742800,13),(453,1964048400,12),(453,1982797200,13),(453,1995498000,12),(453,2014246800,13),(453,2026947600,12),(453,2045696400,13),(453,2058397200,12),(453,2077146000,13),(453,2090451600,12),(453,2108595600,13),(453,2121901200,12),(453,2140045200,13),(454,-2147483648,4),(454,-1631926800,1),(454,-1616889600,2),(454,-1601168400,1),(454,-1585353600,2),(454,-1442451600,1),(454,-1427673600,2),(454,-1379293200,1),(454,-1364774400,2),(454,-1348448400,1),(454,-1333324800,2),(454,-1316390400,1),(454,-1301270400,2),(454,-1284339600,1),(454,-1269820800,2),(454,-1026954000,1),(454,-1017619200,2),(454,-1001898000,1),(454,-999482400,3),(454,-986090400,1),(454,-954115200,2),(454,-940208400,6),(454,-873079200,5),(454,-862621200,6),(454,-842839200,5),(454,-828320400,6),(454,-811389600,5),(454,-796870800,6),(454,-779940000,5),(454,-765421200,6),(454,-748490400,5),(454,-733971600,6),(454,-652327200,5),(454,-639018000,6),(454,135122400,5),(454,150246000,6),(454,166572000,5),(454,181695600,6),(454,196812000,5),(454,212540400,6),(454,228866400,5),(454,243990000,6),(454,260326800,7),(454,276051600,8),(454,283993200,6),(454,291776400,9),(454,307501200,10),(454,323830800,9),(454,338950800,10),(454,354675600,9),(454,370400400,10),(454,386125200,9),(454,401850000,10),(454,417574800,9),(454,433299600,10),(454,449024400,9),(454,465354000,10),(454,481078800,9),(454,496803600,10),(454,512528400,9),(454,528253200,10),(454,543978000,9),(454,559702800,10),(454,575427600,9),(454,591152400,10),(454,606877200,9),(454,622602000,10),(454,638326800,9),(454,654656400,10),(454,670381200,9),(454,686106000,10),(454,701830800,9),(454,717555600,10),(454,733280400,9),(454,749005200,10),(454,764730000,9),(454,780454800,10),(454,796179600,9),(454,811904400,10),(454,828234000,9),(454,846378000,10),(454,859683600,9),(454,877827600,10),(454,891133200,9),(454,909277200,10),(454,922582800,9),(454,941331600,10),(454,954032400,9),(454,972781200,10),(454,985482000,9),(454,1004230800,10),(454,1017536400,9),(454,1035680400,10),(454,1048986000,9),(454,1067130000,10),(454,1080435600,9),(454,1099184400,10),(454,1111885200,9),(454,1130634000,10),(454,1143334800,9),(454,1162083600,10),(454,1174784400,9),(454,1193533200,10),(454,1206838800,9),(454,1224982800,10),(454,1238288400,9),(454,1256432400,10),(454,1269738000,9),(454,1288486800,10),(454,1301187600,9),(454,1319936400,10),(454,1332637200,9),(454,1351386000,10),(454,1364691600,9),(454,1382835600,10),(454,1396141200,9),(454,1414285200,10),(454,1427590800,9),(454,1445734800,10),(454,1459040400,9),(454,1477789200,10),(454,1490490000,9),(454,1509238800,10),(454,1521939600,9),(454,1540688400,10),(454,1553994000,9),(454,1572138000,10),(454,1585443600,9),(454,1603587600,10),(454,1616893200,9),(454,1635642000,10),(454,1648342800,9),(454,1667091600,10),(454,1679792400,9),(454,1698541200,10),(454,1711846800,9),(454,1729990800,10),(454,1743296400,9),(454,1761440400,10),(454,1774746000,9),(454,1792890000,10),(454,1806195600,9),(454,1824944400,10),(454,1837645200,9),(454,1856394000,10),(454,1869094800,9),(454,1887843600,10),(454,1901149200,9),(454,1919293200,10),(454,1932598800,9),(454,1950742800,10),(454,1964048400,9),(454,1982797200,10),(454,1995498000,9),(454,2014246800,10),(454,2026947600,9),(454,2045696400,10),(454,2058397200,9),(454,2077146000,10),(454,2090451600,9),(454,2108595600,10),(454,2121901200,9),(454,2140045200,10),(455,-2147483648,3),(455,-1690765200,1),(455,-1680487200,2),(455,-1664758800,1),(455,-1648951200,2),(455,-1635123600,1),(455,-1616896800,2),(455,-1604278800,1),(455,-1585533600,2),(455,-1571014800,1),(455,-1555293600,2),(455,-932432400,1),(455,-857257200,3),(455,-844556400,4),(455,-828226800,3),(455,-812588400,4),(455,-798073200,3),(455,-781052400,1),(455,-766717200,2),(455,-750898800,4),(455,-733359600,3),(455,-719456400,4),(455,-701917200,3),(455,-689209200,4),(455,-670460400,3),(455,-114051600,4),(455,-103168800,2),(455,-81997200,4),(455,-71715600,3),(455,-50547600,4),(455,-40266000,3),(455,-18493200,4),(455,-8211600,3),(455,12956400,4),(455,23238000,3),(455,43801200,4),(455,54687600,3),(455,75855600,4),(455,86742000,3),(455,102380400,4),(455,118105200,3),(455,135730800,4),(455,148518000,3),(455,167187600,1),(455,180489600,2),(455,198637200,1),(455,211939200,2),(455,230086800,1),(455,243388800,2),(455,261536400,1),(455,274838400,2),(455,292986000,1),(455,306288000,2),(455,323312400,1),(455,338342400,2),(455,354675600,5),(455,370400400,6),(455,386125200,5),(455,401850000,6),(455,417574800,5),(455,433299600,6),(455,449024400,5),(455,465354000,6),(455,481078800,5),(455,496803600,6),(455,512528400,5),(455,528253200,6),(455,543978000,5),(455,559702800,6),(455,575427600,5),(455,591152400,6),(455,606877200,5),(455,622602000,6),(455,638326800,5),(455,654656400,6),(455,670381200,5),(455,686106000,6),(455,701830800,5),(455,717555600,6),(455,733280400,5),(455,749005200,6),(455,764730000,5),(455,780454800,6),(455,796179600,5),(455,811904400,6),(455,828234000,5),(455,846378000,6),(455,859683600,5),(455,877827600,6),(455,891133200,5),(455,909277200,6),(455,922582800,5),(455,941331600,6),(455,954032400,5),(455,972781200,6),(455,985482000,5),(455,1004230800,6),(455,1017536400,5),(455,1035680400,6),(455,1048986000,5),(455,1067130000,6),(455,1080435600,5),(455,1099184400,6),(455,1111885200,5),(455,1130634000,6),(455,1143334800,5),(455,1162083600,6),(455,1174784400,5),(455,1193533200,6),(455,1206838800,5),(455,1224982800,6),(455,1238288400,5),(455,1256432400,6),(455,1269738000,5),(455,1288486800,6),(455,1301187600,5),(455,1319936400,6),(455,1332637200,5),(455,1351386000,6),(455,1364691600,5),(455,1382835600,6),(455,1396141200,5),(455,1414285200,6),(455,1427590800,5),(455,1445734800,6),(455,1459040400,5),(455,1477789200,6),(455,1490490000,5),(455,1509238800,6),(455,1521939600,5),(455,1540688400,6),(455,1553994000,5),(455,1572138000,6),(455,1585443600,5),(455,1603587600,6),(455,1616893200,5),(455,1635642000,6),(455,1648342800,5),(455,1667091600,6),(455,1679792400,5),(455,1698541200,6),(455,1711846800,5),(455,1729990800,6),(455,1743296400,5),(455,1761440400,6),(455,1774746000,5),(455,1792890000,6),(455,1806195600,5),(455,1824944400,6),(455,1837645200,5),(455,1856394000,6),(455,1869094800,5),(455,1887843600,6),(455,1901149200,5),(455,1919293200,6),(455,1932598800,5),(455,1950742800,6),(455,1964048400,5),(455,1982797200,6),(455,1995498000,5),(455,2014246800,6),(455,2026947600,5),(455,2045696400,6),(455,2058397200,5),(455,2077146000,6),(455,2090451600,5),(455,2108595600,6),(455,2121901200,5),(455,2140045200,6),(456,-2147483648,1),(456,-1535938789,3),(456,-875671200,2),(456,-859773600,3),(456,354672000,2),(456,370396800,3),(456,386121600,2),(456,401846400,3),(456,417574800,4),(456,433299600,5),(456,449024400,4),(456,465354000,5),(456,481078800,4),(456,496803600,5),(456,512528400,4),(456,528253200,5),(456,543978000,4),(456,559702800,5),(456,575427600,4),(456,591152400,5),(456,606877200,4),(456,622602000,5),(456,638326800,4),(456,654656400,5),(456,670381200,4),(456,686106000,5),(456,701830800,4),(456,717555600,5),(456,733280400,4),(456,749005200,5),(456,764730000,4),(456,780454800,5),(456,796179600,4),(456,811904400,5),(456,828234000,4),(456,846378000,5),(456,859683600,4),(456,877827600,5),(456,891133200,4),(456,909277200,5),(456,922582800,4),(456,941331600,5),(456,954032400,4),(456,972781200,5),(456,985482000,4),(456,1004230800,5),(456,1017536400,4),(456,1035680400,5),(456,1048986000,4),(456,1067130000,5),(456,1080435600,4),(456,1099184400,5),(456,1111885200,4),(456,1130634000,5),(456,1143334800,4),(456,1162083600,5),(456,1174784400,4),(456,1193533200,5),(456,1206838800,4),(456,1224982800,5),(456,1238288400,4),(456,1256432400,5),(456,1269738000,4),(456,1288486800,5),(456,1301187600,4),(456,1319936400,5),(456,1332637200,4),(456,1351386000,5),(456,1364691600,4),(456,1382835600,5),(456,1396141200,4),(456,1414285200,5),(456,1427590800,4),(456,1445734800,5),(456,1459040400,4),(456,1477789200,5),(456,1490490000,4),(456,1509238800,5),(456,1521939600,4),(456,1540688400,5),(456,1553994000,4),(456,1572138000,5),(456,1585443600,4),(456,1603587600,5),(456,1616893200,4),(456,1635642000,5),(456,1648342800,4),(456,1667091600,5),(456,1679792400,4),(456,1698541200,5),(456,1711846800,4),(456,1729990800,5),(456,1743296400,4),(456,1761440400,5),(456,1774746000,4),(456,1792890000,5),(456,1806195600,4),(456,1824944400,5),(456,1837645200,4),(456,1856394000,5),(456,1869094800,4),(456,1887843600,5),(456,1901149200,4),(456,1919293200,5),(456,1932598800,4),(456,1950742800,5),(456,1964048400,4),(456,1982797200,5),(456,1995498000,4),(456,2014246800,5),(456,2026947600,4),(456,2045696400,5),(456,2058397200,4),(456,2077146000,5),(456,2090451600,4),(456,2108595600,5),(456,2121901200,4),(456,2140045200,5),(457,-2147483648,1),(457,-1441158600,2),(457,-1247536800,3),(457,-899780400,6),(457,-857257200,4),(457,-844556400,5),(457,-828226800,4),(457,-812502000,5),(457,-804650400,3),(457,354920400,7),(457,370728000,3),(457,386456400,7),(457,402264000,3),(457,417992400,7),(457,433800000,3),(457,449614800,7),(457,465346800,8),(457,481071600,9),(457,496796400,8),(457,512521200,9),(457,528246000,8),(457,543970800,9),(457,559695600,8),(457,575420400,9),(457,591145200,8),(457,606870000,9),(457,622594800,8),(457,631141200,3),(457,670374000,10),(457,686102400,11),(457,701827200,10),(457,717552000,11),(457,733276800,10),(457,749001600,11),(457,764726400,10),(457,780451200,11),(457,796176000,10),(457,811900800,11),(457,828230400,10),(457,846374400,11),(457,859680000,10),(457,877824000,11),(457,891129600,10),(457,909273600,11),(457,922579200,10),(457,941328000,11),(457,954028800,10),(457,972777600,11),(457,985478400,10),(457,1004227200,11),(457,1017532800,10),(457,1035676800,11),(457,1048982400,10),(457,1067126400,11),(457,1080432000,10),(457,1099180800,11),(457,1111881600,10),(457,1130630400,11),(457,1143331200,10),(457,1162080000,11),(457,1174780800,10),(457,1193529600,11),(457,1206835200,10),(457,1224979200,11),(457,1238284800,10),(457,1256428800,11),(457,1269734400,10),(457,1288483200,11),(457,1301184000,12),(457,2147483647,12),(458,-2147483648,1),(458,-1854403761,6),(458,-1689814800,2),(458,-1680397200,3),(458,-1665363600,2),(458,-1648342800,3),(458,-1635123600,2),(458,-1616893200,3),(458,-1604278800,2),(458,-1585443600,3),(458,-1574038800,2),(458,-1552266000,3),(458,-1539997200,2),(458,-1520557200,3),(458,-1507510800,2),(458,-1490576400,3),(458,-1470618000,2),(458,-1459126800,3),(458,-1444006800,2),(458,-1427677200,3),(458,-1411952400,2),(458,-1396227600,3),(458,-1379293200,2),(458,-1364778000,3),(458,-1348448400,2),(458,-1333328400,3),(458,-1316394000,2),(458,-1301274000,3),(458,-1284339600,2),(458,-1269824400,3),(458,-1253494800,2),(458,-1238374800,3),(458,-1221440400,2),(458,-1206925200,3),(458,-1191200400,2),(458,-1175475600,3),(458,-1160355600,2),(458,-1143421200,3),(458,-1127696400,2),(458,-1111971600,3),(458,-1096851600,2),(458,-1080522000,3),(458,-1063587600,2),(458,-1049072400,3),(458,-1033347600,2),(458,-1017622800,3),(458,-1002502800,2),(458,-986173200,3),(458,-969238800,2),(458,-950490000,3),(458,-942012000,4),(458,-904438800,5),(458,-891136800,4),(458,-877827600,5),(458,-857257200,4),(458,-844556400,5),(458,-828226800,4),(458,-812502000,5),(458,-796266000,4),(458,-781052400,5),(458,-766623600,8),(458,196819200,7),(458,212540400,8),(458,228877200,9),(458,243997200,10),(458,260326800,9),(458,276051600,10),(458,291776400,9),(458,307501200,10),(458,323830800,9),(458,338950800,10),(458,354675600,9),(458,370400400,10),(458,386125200,9),(458,401850000,10),(458,417574800,9),(458,433299600,10),(458,449024400,9),(458,465354000,10),(458,481078800,9),(458,496803600,10),(458,512528400,9),(458,528253200,10),(458,543978000,9),(458,559702800,10),(458,575427600,9),(458,591152400,10),(458,606877200,9),(458,622602000,10),(458,638326800,9),(458,654656400,10),(458,670381200,9),(458,686106000,10),(458,701830800,9),(458,717555600,10),(458,733280400,9),(458,749005200,10),(458,764730000,9),(458,780454800,10),(458,796179600,9),(458,811904400,10),(458,828234000,9),(458,846378000,10),(458,859683600,9),(458,877827600,10),(458,891133200,9),(458,909277200,10),(458,922582800,9),(458,941331600,10),(458,954032400,9),(458,972781200,10),(458,985482000,9),(458,1004230800,10),(458,1017536400,9),(458,1035680400,10),(458,1048986000,9),(458,1067130000,10),(458,1080435600,9),(458,1099184400,10),(458,1111885200,9),(458,1130634000,10),(458,1143334800,9),(458,1162083600,10),(458,1174784400,9),(458,1193533200,10),(458,1206838800,9),(458,1224982800,10),(458,1238288400,9),(458,1256432400,10),(458,1269738000,9),(458,1288486800,10),(458,1301187600,9),(458,1319936400,10),(458,1332637200,9),(458,1351386000,10),(458,1364691600,9),(458,1382835600,10),(458,1396141200,9),(458,1414285200,10),(458,1427590800,9),(458,1445734800,10),(458,1459040400,9),(458,1477789200,10),(458,1490490000,9),(458,1509238800,10),(458,1521939600,9),(458,1540688400,10),(458,1553994000,9),(458,1572138000,10),(458,1585443600,9),(458,1603587600,10),(458,1616893200,9),(458,1635642000,10),(458,1648342800,9),(458,1667091600,10),(458,1679792400,9),(458,1698541200,10),(458,1711846800,9),(458,1729990800,10),(458,1743296400,9),(458,1761440400,10),(458,1774746000,9),(458,1792890000,10),(458,1806195600,9),(458,1824944400,10),(458,1837645200,9),(458,1856394000,10),(458,1869094800,9),(458,1887843600,10),(458,1901149200,9),(458,1919293200,10),(458,1932598800,9),(458,1950742800,10),(458,1964048400,9),(458,1982797200,10),(458,1995498000,9),(458,2014246800,10),(458,2026947600,9),(458,2045696400,10),(458,2058397200,9),(458,2077146000,10),(458,2090451600,9),(458,2108595600,10),(458,2121901200,9),(458,2140045200,10),(459,-2147483648,1),(459,-1688265017,3),(459,-1656819079,2),(459,-1641353479,3),(459,-1627965079,4),(459,-1618716679,2),(459,-1596429079,4),(459,-1593820800,5),(459,-1589860800,6),(459,-1542427200,7),(459,-1539493200,8),(459,-1525323600,7),(459,-1522728000,6),(459,-1491188400,9),(459,-1247536800,6),(459,354920400,7),(459,370728000,6),(459,386456400,7),(459,402264000,6),(459,417992400,7),(459,433800000,6),(459,449614800,7),(459,465346800,10),(459,481071600,11),(459,496796400,10),(459,512521200,11),(459,528246000,10),(459,543970800,11),(459,559695600,10),(459,575420400,11),(459,591145200,10),(459,606870000,11),(459,622594800,10),(459,638319600,11),(459,654649200,10),(459,670374000,12),(459,686102400,13),(459,695779200,10),(459,701823600,11),(459,717548400,10),(459,733273200,11),(459,748998000,10),(459,764722800,11),(459,780447600,10),(459,796172400,11),(459,811897200,10),(459,828226800,11),(459,846370800,10),(459,859676400,11),(459,877820400,10),(459,891126000,11),(459,909270000,10),(459,922575600,11),(459,941324400,10),(459,954025200,11),(459,972774000,10),(459,985474800,11),(459,1004223600,10),(459,1017529200,11),(459,1035673200,10),(459,1048978800,11),(459,1067122800,10),(459,1080428400,11),(459,1099177200,10),(459,1111878000,11),(459,1130626800,10),(459,1143327600,11),(459,1162076400,10),(459,1174777200,11),(459,1193526000,10),(459,1206831600,11),(459,1224975600,10),(459,1238281200,11),(459,1256425200,10),(459,1269730800,11),(459,1288479600,10),(459,1301180400,14),(459,1414274400,10),(460,-2147483648,0),(460,-1518920008,2),(460,166572000,1),(460,182293200,2),(460,200959200,1),(460,213829200,2),(460,228866400,1),(460,243982800,2),(460,260316000,1),(460,276123600,2),(460,291765600,1),(460,307486800,2),(460,323820000,1),(460,338936400,2),(460,354664800,1),(460,370386000,2),(460,386114400,1),(460,401835600,2),(460,417564000,1),(460,433285200,2),(460,449013600,1),(460,465339600,2),(460,481068000,1),(460,496789200,2),(460,512517600,1),(460,528238800,2),(460,543967200,1),(460,559688400,2),(460,575416800,1),(460,591138000,2),(460,606866400,1),(460,622587600,2),(460,638316000,1),(460,654642000,2),(460,670370400,1),(460,686091600,2),(460,701820000,1),(460,717541200,2),(460,733269600,1),(460,748990800,2),(460,764719200,1),(460,780440400,2),(460,796168800,1),(460,811890000,2),(460,828223200,1),(460,843944400,2),(460,859672800,1),(460,875394000,2),(460,891122400,1),(460,909277200,3),(460,922582800,4),(460,941331600,3),(460,954032400,4),(460,972781200,3),(460,985482000,4),(460,1004230800,3),(460,1017536400,4),(460,1035680400,3),(460,1048986000,4),(460,1067130000,3),(460,1080435600,4),(460,1099184400,3),(460,1111885200,4),(460,1130634000,3),(460,1143334800,4),(460,1162083600,3),(460,1174784400,4),(460,1193533200,3),(460,1206838800,4),(460,1224982800,3),(460,1238288400,4),(460,1256432400,3),(460,1269738000,4),(460,1288486800,3),(460,1301187600,4),(460,1319936400,3),(460,1332637200,4),(460,1351386000,3),(460,1364691600,4),(460,1382835600,3),(460,1396141200,4),(460,1414285200,3),(460,1427590800,4),(460,1445734800,3),(460,1459040400,4),(460,1477789200,3),(460,1490490000,4),(460,1509238800,3),(460,1521939600,4),(460,1540688400,3),(460,1553994000,4),(460,1572138000,3),(460,1585443600,4),(460,1603587600,3),(460,1616893200,4),(460,1635642000,3),(460,1648342800,4),(460,1667091600,3),(460,1679792400,4),(460,1698541200,3),(460,1711846800,4),(460,1729990800,3),(460,1743296400,4),(460,1761440400,3),(460,1774746000,4),(460,1792890000,3),(460,1806195600,4),(460,1824944400,3),(460,1837645200,4),(460,1856394000,3),(460,1869094800,4),(460,1887843600,3),(460,1901149200,4),(460,1919293200,3),(460,1932598800,4),(460,1950742800,3),(460,1964048400,4),(460,1982797200,3),(460,1995498000,4),(460,2014246800,3),(460,2026947600,4),(460,2045696400,3),(460,2058397200,4),(460,2077146000,3),(460,2090451600,4),(460,2108595600,3),(460,2121901200,4),(460,2140045200,3),(461,-2147483648,2),(461,-1691884800,1),(461,-1680573600,2),(461,-927511200,1),(461,-857257200,3),(461,-844556400,4),(461,-828226800,3),(461,-812502000,4),(461,-796777200,3),(461,-781052400,4),(461,-765327600,3),(461,-340844400,4),(461,-324514800,3),(461,-308790000,4),(461,-293065200,3),(461,-277340400,4),(461,-261615600,3),(461,-245890800,4),(461,-230166000,3),(461,-214441200,4),(461,-198716400,3),(461,-182991600,4),(461,-166662000,3),(461,-147913200,4),(461,-135212400,3),(461,315529200,2),(461,323830800,5),(461,338950800,6),(461,354675600,5),(461,370400400,6),(461,386125200,5),(461,401850000,6),(461,417574800,5),(461,433299600,6),(461,449024400,5),(461,465354000,6),(461,481078800,5),(461,496803600,6),(461,512528400,5),(461,528253200,6),(461,543978000,5),(461,559702800,6),(461,575427600,5),(461,591152400,6),(461,606877200,5),(461,622602000,6),(461,638326800,5),(461,654656400,6),(461,670381200,5),(461,686106000,6),(461,701830800,5),(461,717555600,6),(461,733280400,5),(461,749005200,6),(461,764730000,5),(461,780454800,6),(461,796179600,5),(461,811904400,6),(461,828234000,5),(461,846378000,6),(461,859683600,5),(461,877827600,6),(461,891133200,5),(461,909277200,6),(461,922582800,5),(461,941331600,6),(461,954032400,5),(461,972781200,6),(461,985482000,5),(461,1004230800,6),(461,1017536400,5),(461,1035680400,6),(461,1048986000,5),(461,1067130000,6),(461,1080435600,5),(461,1099184400,6),(461,1111885200,5),(461,1130634000,6),(461,1143334800,5),(461,1162083600,6),(461,1174784400,5),(461,1193533200,6),(461,1206838800,5),(461,1224982800,6),(461,1238288400,5),(461,1256432400,6),(461,1269738000,5),(461,1288486800,6),(461,1301187600,5),(461,1319936400,6),(461,1332637200,5),(461,1351386000,6),(461,1364691600,5),(461,1382835600,6),(461,1396141200,5),(461,1414285200,6),(461,1427590800,5),(461,1445734800,6),(461,1459040400,5),(461,1477789200,6),(461,1490490000,5),(461,1509238800,6),(461,1521939600,5),(461,1540688400,6),(461,1553994000,5),(461,1572138000,6),(461,1585443600,5),(461,1603587600,6),(461,1616893200,5),(461,1635642000,6),(461,1648342800,5),(461,1667091600,6),(461,1679792400,5),(461,1698541200,6),(461,1711846800,5),(461,1729990800,6),(461,1743296400,5),(461,1761440400,6),(461,1774746000,5),(461,1792890000,6),(461,1806195600,5),(461,1824944400,6),(461,1837645200,5),(461,1856394000,6),(461,1869094800,5),(461,1887843600,6),(461,1901149200,5),(461,1919293200,6),(461,1932598800,5),(461,1950742800,6),(461,1964048400,5),(461,1982797200,6),(461,1995498000,5),(461,2014246800,6),(461,2026947600,5),(461,2045696400,6),(461,2058397200,5),(461,2077146000,6),(461,2090451600,5),(461,2108595600,6),(461,2121901200,5),(461,2140045200,6),(462,-2147483648,1),(462,-1855958961,5),(462,-1689814800,2),(462,-1680397200,3),(462,-1665363600,2),(462,-1648342800,3),(462,-1635123600,2),(462,-1616893200,3),(462,-1604278800,2),(462,-1585443600,3),(462,-1574038800,2),(462,-1552266000,3),(462,-1539997200,2),(462,-1520557200,3),(462,-1507510800,2),(462,-1490576400,3),(462,-1470618000,2),(462,-1459126800,3),(462,-1444006800,2),(462,-1427677200,3),(462,-1411952400,2),(462,-1396227600,3),(462,-1379293200,2),(462,-1364778000,3),(462,-1348448400,2),(462,-1333328400,3),(462,-1316394000,2),(462,-1301274000,3),(462,-1284339600,2),(462,-1269824400,3),(462,-1253494800,2),(462,-1238374800,3),(462,-1221440400,2),(462,-1206925200,3),(462,-1191200400,2),(462,-1175475600,3),(462,-1160355600,2),(462,-1143421200,3),(462,-1127696400,2),(462,-1111971600,3),(462,-1096851600,2),(462,-1080522000,3),(462,-1063587600,2),(462,-1049072400,3),(462,-1033347600,2),(462,-1017622800,3),(462,-1002502800,2),(462,-986173200,3),(462,-969238800,2),(462,-950490000,3),(462,-942012000,4),(462,-932436000,8),(462,-857257200,6),(462,-844556400,7),(462,-828226800,6),(462,-812502000,7),(462,-800071200,9),(462,-796266000,4),(462,-781052400,9),(462,-766623600,10),(462,196819200,8),(462,212540400,10),(462,228877200,11),(462,243997200,12),(462,260326800,11),(462,276051600,12),(462,291776400,11),(462,307501200,12),(462,323830800,11),(462,338950800,12),(462,354675600,11),(462,370400400,12),(462,386125200,11),(462,401850000,12),(462,417574800,11),(462,433299600,12),(462,449024400,11),(462,465354000,12),(462,481078800,11),(462,496803600,12),(462,512528400,11),(462,528253200,12),(462,543978000,11),(462,559702800,12),(462,575427600,11),(462,591152400,12),(462,606877200,11),(462,622602000,12),(462,638326800,11),(462,654656400,12),(462,670381200,11),(462,686106000,12),(462,701830800,11),(462,717555600,12),(462,733280400,11),(462,749005200,12),(462,764730000,11),(462,780454800,12),(462,796179600,11),(462,811904400,12),(462,828234000,11),(462,846378000,12),(462,859683600,11),(462,877827600,12),(462,891133200,11),(462,909277200,12),(462,922582800,11),(462,941331600,12),(462,954032400,11),(462,972781200,12),(462,985482000,11),(462,1004230800,12),(462,1017536400,11),(462,1035680400,12),(462,1048986000,11),(462,1067130000,12),(462,1080435600,11),(462,1099184400,12),(462,1111885200,11),(462,1130634000,12),(462,1143334800,11),(462,1162083600,12),(462,1174784400,11),(462,1193533200,12),(462,1206838800,11),(462,1224982800,12),(462,1238288400,11),(462,1256432400,12),(462,1269738000,11),(462,1288486800,12),(462,1301187600,11),(462,1319936400,12),(462,1332637200,11),(462,1351386000,12),(462,1364691600,11),(462,1382835600,12),(462,1396141200,11),(462,1414285200,12),(462,1427590800,11),(462,1445734800,12),(462,1459040400,11),(462,1477789200,12),(462,1490490000,11),(462,1509238800,12),(462,1521939600,11),(462,1540688400,12),(462,1553994000,11),(462,1572138000,12),(462,1585443600,11),(462,1603587600,12),(462,1616893200,11),(462,1635642000,12),(462,1648342800,11),(462,1667091600,12),(462,1679792400,11),(462,1698541200,12),(462,1711846800,11),(462,1729990800,12),(462,1743296400,11),(462,1761440400,12),(462,1774746000,11),(462,1792890000,12),(462,1806195600,11),(462,1824944400,12),(462,1837645200,11),(462,1856394000,12),(462,1869094800,11),(462,1887843600,12),(462,1901149200,11),(462,1919293200,12),(462,1932598800,11),(462,1950742800,12),(462,1964048400,11),(462,1982797200,12),(462,1995498000,11),(462,2014246800,12),(462,2026947600,11),(462,2045696400,12),(462,2058397200,11),(462,2077146000,12),(462,2090451600,11),(462,2108595600,12),(462,2121901200,11),(462,2140045200,12),(463,-2147483648,1),(463,-905824800,4),(463,-857257200,2),(463,-844556400,3),(463,-828226800,2),(463,-812502000,3),(463,-796777200,2),(463,-788922000,1),(463,-777942000,3),(463,-766623600,2),(463,407199600,1),(463,417574800,5),(463,433299600,6),(463,449024400,5),(463,465354000,6),(463,481078800,5),(463,496803600,6),(463,512528400,5),(463,528253200,6),(463,543978000,5),(463,559702800,6),(463,575427600,5),(463,591152400,6),(463,606877200,5),(463,622602000,6),(463,638326800,5),(463,654656400,6),(463,670381200,5),(463,686106000,6),(463,701830800,5),(463,717555600,6),(463,733280400,5),(463,749005200,6),(463,764730000,5),(463,780454800,6),(463,796179600,5),(463,811904400,6),(463,828234000,5),(463,846378000,6),(463,859683600,5),(463,877827600,6),(463,891133200,5),(463,909277200,6),(463,922582800,5),(463,941331600,6),(463,954032400,5),(463,972781200,6),(463,985482000,5),(463,1004230800,6),(463,1017536400,5),(463,1035680400,6),(463,1048986000,5),(463,1067130000,6),(463,1080435600,5),(463,1099184400,6),(463,1111885200,5),(463,1130634000,6),(463,1143334800,5),(463,1162083600,6),(463,1174784400,5),(463,1193533200,6),(463,1206838800,5),(463,1224982800,6),(463,1238288400,5),(463,1256432400,6),(463,1269738000,5),(463,1288486800,6),(463,1301187600,5),(463,1319936400,6),(463,1332637200,5),(463,1351386000,6),(463,1364691600,5),(463,1382835600,6),(463,1396141200,5),(463,1414285200,6),(463,1427590800,5),(463,1445734800,6),(463,1459040400,5),(463,1477789200,6),(463,1490490000,5),(463,1509238800,6),(463,1521939600,5),(463,1540688400,6),(463,1553994000,5),(463,1572138000,6),(463,1585443600,5),(463,1603587600,6),(463,1616893200,5),(463,1635642000,6),(463,1648342800,5),(463,1667091600,6),(463,1679792400,5),(463,1698541200,6),(463,1711846800,5),(463,1729990800,6),(463,1743296400,5),(463,1761440400,6),(463,1774746000,5),(463,1792890000,6),(463,1806195600,5),(463,1824944400,6),(463,1837645200,5),(463,1856394000,6),(463,1869094800,5),(463,1887843600,6),(463,1901149200,5),(463,1919293200,6),(463,1932598800,5),(463,1950742800,6),(463,1964048400,5),(463,1982797200,6),(463,1995498000,5),(463,2014246800,6),(463,2026947600,5),(463,2045696400,6),(463,2058397200,5),(463,2077146000,6),(463,2090451600,5),(463,2108595600,6),(463,2121901200,5),(463,2140045200,6),(464,-2147483648,2),(464,-1693706400,1),(464,-1680483600,2),(464,-1663455600,3),(464,-1650150000,4),(464,-1632006000,3),(464,-1618700400,4),(464,-938905200,3),(464,-857257200,4),(464,-844556400,3),(464,-828226800,4),(464,-812502000,3),(464,-796777200,4),(464,-781052400,3),(464,-777866400,1),(464,-765327600,4),(464,-746578800,3),(464,-733359600,4),(464,-728517600,5),(464,-721260000,2),(464,-716425200,3),(464,-701910000,4),(464,-684975600,3),(464,-670460400,4),(464,-654217200,3),(464,-639010800,4),(464,283993200,2),(464,291776400,6),(464,307501200,7),(464,323830800,6),(464,338950800,7),(464,354675600,6),(464,370400400,7),(464,386125200,6),(464,401850000,7),(464,417574800,6),(464,433299600,7),(464,449024400,6),(464,465354000,7),(464,481078800,6),(464,496803600,7),(464,512528400,6),(464,528253200,7),(464,543978000,6),(464,559702800,7),(464,575427600,6),(464,591152400,7),(464,606877200,6),(464,622602000,7),(464,638326800,6),(464,654656400,7),(464,670381200,6),(464,686106000,7),(464,701830800,6),(464,717555600,7),(464,733280400,6),(464,749005200,7),(464,764730000,6),(464,780454800,7),(464,796179600,6),(464,811904400,7),(464,828234000,6),(464,846378000,7),(464,859683600,6),(464,877827600,7),(464,891133200,6),(464,909277200,7),(464,922582800,6),(464,941331600,7),(464,954032400,6),(464,972781200,7),(464,985482000,6),(464,1004230800,7),(464,1017536400,6),(464,1035680400,7),(464,1048986000,6),(464,1067130000,7),(464,1080435600,6),(464,1099184400,7),(464,1111885200,6),(464,1130634000,7),(464,1143334800,6),(464,1162083600,7),(464,1174784400,6),(464,1193533200,7),(464,1206838800,6),(464,1224982800,7),(464,1238288400,6),(464,1256432400,7),(464,1269738000,6),(464,1288486800,7),(464,1301187600,6),(464,1319936400,7),(464,1332637200,6),(464,1351386000,7),(464,1364691600,6),(464,1382835600,7),(464,1396141200,6),(464,1414285200,7),(464,1427590800,6),(464,1445734800,7),(464,1459040400,6),(464,1477789200,7),(464,1490490000,6),(464,1509238800,7),(464,1521939600,6),(464,1540688400,7),(464,1553994000,6),(464,1572138000,7),(464,1585443600,6),(464,1603587600,7),(464,1616893200,6),(464,1635642000,7),(464,1648342800,6),(464,1667091600,7),(464,1679792400,6),(464,1698541200,7),(464,1711846800,6),(464,1729990800,7),(464,1743296400,6),(464,1761440400,7),(464,1774746000,6),(464,1792890000,7),(464,1806195600,6),(464,1824944400,7),(464,1837645200,6),(464,1856394000,7),(464,1869094800,6),(464,1887843600,7),(464,1901149200,6),(464,1919293200,7),(464,1932598800,6),(464,1950742800,7),(464,1964048400,6),(464,1982797200,7),(464,1995498000,6),(464,2014246800,7),(464,2026947600,6),(464,2045696400,7),(464,2058397200,6),(464,2077146000,7),(464,2090451600,6),(464,2108595600,7),(464,2121901200,6),(464,2140045200,7),(465,-2147483648,1),(465,-1632008194,2),(465,-1618702594,1),(465,-1601681794,2),(465,-1597275394,1),(465,-1377308194,3),(465,-928029600,4),(465,-899521200,7),(465,-857257200,5),(465,-844556400,6),(465,-828226800,5),(465,-812502000,6),(465,-796777200,5),(465,-795834000,4),(465,354920400,8),(465,370728000,4),(465,386456400,8),(465,402264000,4),(465,417992400,8),(465,433800000,4),(465,449614800,8),(465,465346800,9),(465,481071600,10),(465,496796400,9),(465,512521200,10),(465,528246000,9),(465,543970800,10),(465,559695600,9),(465,575420400,10),(465,591145200,9),(465,606870000,11),(465,622598400,12),(465,638323200,11),(465,654652800,12),(465,670377600,11),(465,686102400,12),(465,701827200,11),(465,717552000,12),(465,733276800,11),(465,749001600,12),(465,764726400,11),(465,780451200,12),(465,796176000,11),(465,811900800,12),(465,828230400,11),(465,843955200,12),(465,853797600,3),(465,859683600,13),(465,877827600,14),(465,891133200,13),(465,909277200,14),(465,922582800,13),(465,941331600,14),(465,951775200,3),(465,985482000,13),(465,1004230800,14),(465,1017536400,13),(465,1035680400,14),(465,1048986000,13),(465,1067130000,14),(465,1080435600,13),(465,1099184400,14),(465,1111885200,13),(465,1130634000,14),(465,1143334800,13),(465,1162083600,14),(465,1174784400,13),(465,1193533200,14),(465,1206838800,13),(465,1224982800,14),(465,1238288400,13),(465,1256432400,14),(465,1269738000,13),(465,1288486800,14),(465,1301187600,13),(465,1319936400,14),(465,1332637200,13),(465,1351386000,14),(465,1364691600,13),(465,1382835600,14),(465,1396141200,13),(465,1414285200,14),(465,1427590800,13),(465,1445734800,14),(465,1459040400,13),(465,1477789200,14),(465,1490490000,13),(465,1509238800,14),(465,1521939600,13),(465,1540688400,14),(465,1553994000,13),(465,1572138000,14),(465,1585443600,13),(465,1603587600,14),(465,1616893200,13),(465,1635642000,14),(465,1648342800,13),(465,1667091600,14),(465,1679792400,13),(465,1698541200,14),(465,1711846800,13),(465,1729990800,14),(465,1743296400,13),(465,1761440400,14),(465,1774746000,13),(465,1792890000,14),(465,1806195600,13),(465,1824944400,14),(465,1837645200,13),(465,1856394000,14),(465,1869094800,13),(465,1887843600,14),(465,1901149200,13),(465,1919293200,14),(465,1932598800,13),(465,1950742800,14),(465,1964048400,13),(465,1982797200,14),(465,1995498000,13),(465,2014246800,14),(465,2026947600,13),(465,2045696400,14),(465,2058397200,13),(465,2077146000,14),(465,2090451600,13),(465,2108595600,14),(465,2121901200,13),(465,2140045200,14),(466,-2147483648,2),(466,-1690765200,1),(466,-1680487200,2),(466,-1664758800,1),(466,-1648951200,2),(466,-1635123600,1),(466,-1616896800,2),(466,-1604278800,1),(466,-1585533600,2),(466,-1571014800,1),(466,-1555293600,2),(466,-932432400,1),(466,-857257200,3),(466,-844556400,4),(466,-830311200,1),(466,-828226800,3),(466,-812502000,4),(466,-807156000,1),(466,-798073200,3),(466,-781052400,1),(466,-766717200,2),(466,-750898800,4),(466,-733359600,3),(466,-719456400,4),(466,-701917200,3),(466,-689209200,4),(466,-670460400,3),(466,-114051600,4),(466,-103168800,2),(466,-81997200,4),(466,-71715600,3),(466,-50547600,4),(466,-40266000,3),(466,-18493200,4),(466,-8211600,3),(466,12956400,4),(466,23238000,3),(466,43801200,4),(466,54687600,3),(466,75855600,4),(466,86742000,3),(466,107910000,4),(466,118191600,3),(466,138754800,4),(466,149641200,3),(466,170809200,4),(466,181090800,3),(466,202258800,4),(466,212540400,3),(466,233103600,4),(466,243990000,3),(466,265158000,4),(466,276044400,3),(466,296607600,4),(466,307494000,3),(466,315529200,2),(466,323830800,5),(466,338950800,6),(466,354675600,5),(466,370400400,6),(466,386125200,5),(466,401850000,6),(466,417574800,5),(466,433299600,6),(466,449024400,5),(466,465354000,6),(466,481078800,5),(466,496803600,6),(466,512528400,5),(466,528253200,6),(466,543978000,5),(466,559702800,6),(466,575427600,5),(466,591152400,6),(466,606877200,5),(466,622602000,6),(466,638326800,5),(466,654656400,6),(466,670381200,5),(466,686106000,6),(466,701830800,5),(466,717555600,6),(466,733280400,5),(466,749005200,6),(466,764730000,5),(466,780454800,6),(466,796179600,5),(466,811904400,6),(466,828234000,5),(466,846378000,6),(466,859683600,5),(466,877827600,6),(466,891133200,5),(466,909277200,6),(466,922582800,5),(466,941331600,6),(466,954032400,5),(466,972781200,6),(466,985482000,5),(466,1004230800,6),(466,1017536400,5),(466,1035680400,6),(466,1048986000,5),(466,1067130000,6),(466,1080435600,5),(466,1099184400,6),(466,1111885200,5),(466,1130634000,6),(466,1143334800,5),(466,1162083600,6),(466,1174784400,5),(466,1193533200,6),(466,1206838800,5),(466,1224982800,6),(466,1238288400,5),(466,1256432400,6),(466,1269738000,5),(466,1288486800,6),(466,1301187600,5),(466,1319936400,6),(466,1332637200,5),(466,1351386000,6),(466,1364691600,5),(466,1382835600,6),(466,1396141200,5),(466,1414285200,6),(466,1427590800,5),(466,1445734800,6),(466,1459040400,5),(466,1477789200,6),(466,1490490000,5),(466,1509238800,6),(466,1521939600,5),(466,1540688400,6),(466,1553994000,5),(466,1572138000,6),(466,1585443600,5),(466,1603587600,6),(466,1616893200,5),(466,1635642000,6),(466,1648342800,5),(466,1667091600,6),(466,1679792400,5),(466,1698541200,6),(466,1711846800,5),(466,1729990800,6),(466,1743296400,5),(466,1761440400,6),(466,1774746000,5),(466,1792890000,6),(466,1806195600,5),(466,1824944400,6),(466,1837645200,5),(466,1856394000,6),(466,1869094800,5),(466,1887843600,6),(466,1901149200,5),(466,1919293200,6),(466,1932598800,5),(466,1950742800,6),(466,1964048400,5),(466,1982797200,6),(466,1995498000,5),(466,2014246800,6),(466,2026947600,5),(466,2045696400,6),(466,2058397200,5),(466,2077146000,6),(466,2090451600,5),(466,2108595600,6),(466,2121901200,5),(466,2140045200,6),(467,-2147483648,0),(467,-1593820800,1),(467,-1247540400,2),(467,354916800,3),(467,370724400,2),(467,386452800,3),(467,402260400,2),(467,417988800,3),(467,433796400,2),(467,449611200,3),(467,465343200,4),(467,481068000,5),(467,496792800,4),(467,512517600,5),(467,528242400,4),(467,543967200,5),(467,559692000,4),(467,575416800,5),(467,591141600,4),(467,606866400,6),(467,622594800,7),(467,638319600,6),(467,654649200,7),(467,670374000,8),(467,686102400,7),(467,687916800,2),(467,701820000,5),(467,717544800,4),(467,733269600,5),(467,748994400,4),(467,764719200,5),(467,780444000,4),(467,796168800,5),(467,811893600,4),(467,828223200,5),(467,846367200,4),(467,859672800,5),(467,877816800,4),(467,891122400,5),(467,909266400,4),(467,922572000,5),(467,941320800,4),(467,954021600,5),(467,972770400,4),(467,985471200,5),(467,1004220000,4),(467,1017525600,5),(467,1035669600,4),(467,1048975200,5),(467,1067119200,4),(467,1080424800,5),(467,1099173600,4),(467,1111874400,5),(467,1130623200,4),(467,1143324000,5),(467,1162072800,4),(467,1174773600,5),(467,1193522400,4),(467,1206828000,5),(467,1224972000,4),(467,1238277600,5),(467,1256421600,4),(467,1269727200,6),(467,1288479600,7),(467,1301180400,4),(467,2147483647,4),(468,-2147483648,2),(468,-1690765200,1),(468,-1680487200,2),(468,-1664758800,1),(468,-1648951200,2),(468,-1635123600,1),(468,-1616896800,2),(468,-1604278800,1),(468,-1585533600,2),(468,-1571014800,1),(468,-1555293600,2),(468,-932432400,1),(468,-857257200,3),(468,-844556400,4),(468,-830311200,1),(468,-828226800,3),(468,-812502000,4),(468,-807156000,1),(468,-798073200,3),(468,-781052400,1),(468,-766717200,2),(468,-750898800,4),(468,-733359600,3),(468,-719456400,4),(468,-701917200,3),(468,-689209200,4),(468,-670460400,3),(468,-114051600,4),(468,-103168800,2),(468,-81997200,4),(468,-71715600,3),(468,-50547600,4),(468,-40266000,3),(468,-18493200,4),(468,-8211600,3),(468,12956400,4),(468,23238000,3),(468,43801200,4),(468,54687600,3),(468,75855600,4),(468,86742000,3),(468,107910000,4),(468,118191600,3),(468,138754800,4),(468,149641200,3),(468,170809200,4),(468,181090800,3),(468,202258800,4),(468,212540400,3),(468,233103600,4),(468,243990000,3),(468,265158000,4),(468,276044400,3),(468,296607600,4),(468,307494000,3),(468,315529200,2),(468,323830800,5),(468,338950800,6),(468,354675600,5),(468,370400400,6),(468,386125200,5),(468,401850000,6),(468,417574800,5),(468,433299600,6),(468,449024400,5),(468,465354000,6),(468,481078800,5),(468,496803600,6),(468,512528400,5),(468,528253200,6),(468,543978000,5),(468,559702800,6),(468,575427600,5),(468,591152400,6),(468,606877200,5),(468,622602000,6),(468,638326800,5),(468,654656400,6),(468,670381200,5),(468,686106000,6),(468,701830800,5),(468,717555600,6),(468,733280400,5),(468,749005200,6),(468,764730000,5),(468,780454800,6),(468,796179600,5),(468,811904400,6),(468,828234000,5),(468,846378000,6),(468,859683600,5),(468,877827600,6),(468,891133200,5),(468,909277200,6),(468,922582800,5),(468,941331600,6),(468,954032400,5),(468,972781200,6),(468,985482000,5),(468,1004230800,6),(468,1017536400,5),(468,1035680400,6),(468,1048986000,5),(468,1067130000,6),(468,1080435600,5),(468,1099184400,6),(468,1111885200,5),(468,1130634000,6),(468,1143334800,5),(468,1162083600,6),(468,1174784400,5),(468,1193533200,6),(468,1206838800,5),(468,1224982800,6),(468,1238288400,5),(468,1256432400,6),(468,1269738000,5),(468,1288486800,6),(468,1301187600,5),(468,1319936400,6),(468,1332637200,5),(468,1351386000,6),(468,1364691600,5),(468,1382835600,6),(468,1396141200,5),(468,1414285200,6),(468,1427590800,5),(468,1445734800,6),(468,1459040400,5),(468,1477789200,6),(468,1490490000,5),(468,1509238800,6),(468,1521939600,5),(468,1540688400,6),(468,1553994000,5),(468,1572138000,6),(468,1585443600,5),(468,1603587600,6),(468,1616893200,5),(468,1635642000,6),(468,1648342800,5),(468,1667091600,6),(468,1679792400,5),(468,1698541200,6),(468,1711846800,5),(468,1729990800,6),(468,1743296400,5),(468,1761440400,6),(468,1774746000,5),(468,1792890000,6),(468,1806195600,5),(468,1824944400,6),(468,1837645200,5),(468,1856394000,6),(468,1869094800,5),(468,1887843600,6),(468,1901149200,5),(468,1919293200,6),(468,1932598800,5),(468,1950742800,6),(468,1964048400,5),(468,1982797200,6),(468,1995498000,5),(468,2014246800,6),(468,2026947600,5),(468,2045696400,6),(468,2058397200,5),(468,2077146000,6),(468,2090451600,5),(468,2108595600,6),(468,2121901200,5),(468,2140045200,6),(469,-2147483648,1),(469,-905824800,4),(469,-857257200,2),(469,-844556400,3),(469,-828226800,2),(469,-812502000,3),(469,-796777200,2),(469,-788922000,1),(469,-777942000,3),(469,-766623600,2),(469,407199600,1),(469,417574800,5),(469,433299600,6),(469,449024400,5),(469,465354000,6),(469,481078800,5),(469,496803600,6),(469,512528400,5),(469,528253200,6),(469,543978000,5),(469,559702800,6),(469,575427600,5),(469,591152400,6),(469,606877200,5),(469,622602000,6),(469,638326800,5),(469,654656400,6),(469,670381200,5),(469,686106000,6),(469,701830800,5),(469,717555600,6),(469,733280400,5),(469,749005200,6),(469,764730000,5),(469,780454800,6),(469,796179600,5),(469,811904400,6),(469,828234000,5),(469,846378000,6),(469,859683600,5),(469,877827600,6),(469,891133200,5),(469,909277200,6),(469,922582800,5),(469,941331600,6),(469,954032400,5),(469,972781200,6),(469,985482000,5),(469,1004230800,6),(469,1017536400,5),(469,1035680400,6),(469,1048986000,5),(469,1067130000,6),(469,1080435600,5),(469,1099184400,6),(469,1111885200,5),(469,1130634000,6),(469,1143334800,5),(469,1162083600,6),(469,1174784400,5),(469,1193533200,6),(469,1206838800,5),(469,1224982800,6),(469,1238288400,5),(469,1256432400,6),(469,1269738000,5),(469,1288486800,6),(469,1301187600,5),(469,1319936400,6),(469,1332637200,5),(469,1351386000,6),(469,1364691600,5),(469,1382835600,6),(469,1396141200,5),(469,1414285200,6),(469,1427590800,5),(469,1445734800,6),(469,1459040400,5),(469,1477789200,6),(469,1490490000,5),(469,1509238800,6),(469,1521939600,5),(469,1540688400,6),(469,1553994000,5),(469,1572138000,6),(469,1585443600,5),(469,1603587600,6),(469,1616893200,5),(469,1635642000,6),(469,1648342800,5),(469,1667091600,6),(469,1679792400,5),(469,1698541200,6),(469,1711846800,5),(469,1729990800,6),(469,1743296400,5),(469,1761440400,6),(469,1774746000,5),(469,1792890000,6),(469,1806195600,5),(469,1824944400,6),(469,1837645200,5),(469,1856394000,6),(469,1869094800,5),(469,1887843600,6),(469,1901149200,5),(469,1919293200,6),(469,1932598800,5),(469,1950742800,6),(469,1964048400,5),(469,1982797200,6),(469,1995498000,5),(469,2014246800,6),(469,2026947600,5),(469,2045696400,6),(469,2058397200,5),(469,2077146000,6),(469,2090451600,5),(469,2108595600,6),(469,2121901200,5),(469,2140045200,6),(470,-2147483648,0),(470,-1593820800,1),(470,-1247540400,3),(470,354916800,2),(470,370724400,3),(470,386452800,2),(470,402260400,3),(470,417988800,2),(470,433796400,3),(470,449611200,2),(470,465343200,4),(470,481068000,5),(470,496792800,4),(470,512517600,5),(470,528242400,4),(470,543967200,5),(470,559692000,4),(470,575416800,6),(470,591145200,7),(470,606870000,6),(470,622594800,7),(470,638319600,6),(470,654649200,7),(470,670374000,4),(470,701820000,6),(470,717548400,7),(470,733273200,6),(470,748998000,7),(470,764722800,6),(470,780447600,7),(470,796172400,6),(470,811897200,7),(470,828226800,6),(470,846370800,7),(470,859676400,6),(470,877820400,7),(470,891126000,6),(470,909270000,7),(470,922575600,6),(470,941324400,7),(470,954025200,6),(470,972774000,7),(470,985474800,6),(470,1004223600,7),(470,1017529200,6),(470,1035673200,7),(470,1048978800,6),(470,1067122800,7),(470,1080428400,6),(470,1099177200,7),(470,1111878000,6),(470,1130626800,7),(470,1143327600,6),(470,1162076400,7),(470,1174777200,6),(470,1193526000,7),(470,1206831600,6),(470,1224975600,7),(470,1238281200,6),(470,1256425200,7),(470,1269730800,6),(470,1288479600,7),(470,1301180400,4),(470,1414274400,7),(470,1480806000,4),(470,2147483647,4),(471,-2147483648,1),(471,-1441160160,2),(471,-1247536800,3),(471,-888894000,6),(471,-857257200,4),(471,-844556400,5),(471,-828226800,4),(471,-812502000,5),(471,-811648800,3),(471,354920400,7),(471,370728000,3),(471,386456400,7),(471,402264000,3),(471,417992400,7),(471,433800000,3),(471,449614800,7),(471,465346800,8),(471,481071600,9),(471,496796400,8),(471,512521200,9),(471,528246000,8),(471,543970800,9),(471,559695600,8),(471,575420400,9),(471,591145200,8),(471,606870000,9),(471,622594800,8),(471,631141200,3),(471,646786800,2),(471,701820000,10),(471,717541200,2),(471,733269600,10),(471,748990800,2),(471,764719200,10),(471,767739600,7),(471,780436800,3),(471,796165200,7),(471,811886400,3),(471,828219600,9),(471,846374400,8),(471,852066000,3),(471,859683600,11),(471,877827600,12),(471,891133200,11),(471,909277200,12),(471,922582800,11),(471,941331600,12),(471,954032400,11),(471,972781200,12),(471,985482000,11),(471,1004230800,12),(471,1017536400,11),(471,1035680400,12),(471,1048986000,11),(471,1067130000,12),(471,1080435600,11),(471,1099184400,12),(471,1111885200,11),(471,1130634000,12),(471,1143334800,11),(471,1162083600,12),(471,1174784400,11),(471,1193533200,12),(471,1206838800,11),(471,1224982800,12),(471,1238288400,11),(471,1256432400,12),(471,1269738000,11),(471,1288486800,12),(471,1301187600,11),(471,1319936400,12),(471,1332637200,11),(471,1351386000,12),(471,1364691600,11),(471,1382835600,12),(471,1396137600,13),(471,1414274400,8),(472,-2147483648,1),(472,-905824800,4),(472,-857257200,2),(472,-844556400,3),(472,-828226800,2),(472,-812502000,3),(472,-796777200,2),(472,-788922000,1),(472,-777942000,3),(472,-766623600,2),(472,407199600,1),(472,417574800,5),(472,433299600,6),(472,449024400,5),(472,465354000,6),(472,481078800,5),(472,496803600,6),(472,512528400,5),(472,528253200,6),(472,543978000,5),(472,559702800,6),(472,575427600,5),(472,591152400,6),(472,606877200,5),(472,622602000,6),(472,638326800,5),(472,654656400,6),(472,670381200,5),(472,686106000,6),(472,701830800,5),(472,717555600,6),(472,733280400,5),(472,749005200,6),(472,764730000,5),(472,780454800,6),(472,796179600,5),(472,811904400,6),(472,828234000,5),(472,846378000,6),(472,859683600,5),(472,877827600,6),(472,891133200,5),(472,909277200,6),(472,922582800,5),(472,941331600,6),(472,954032400,5),(472,972781200,6),(472,985482000,5),(472,1004230800,6),(472,1017536400,5),(472,1035680400,6),(472,1048986000,5),(472,1067130000,6),(472,1080435600,5),(472,1099184400,6),(472,1111885200,5),(472,1130634000,6),(472,1143334800,5),(472,1162083600,6),(472,1174784400,5),(472,1193533200,6),(472,1206838800,5),(472,1224982800,6),(472,1238288400,5),(472,1256432400,6),(472,1269738000,5),(472,1288486800,6),(472,1301187600,5),(472,1319936400,6),(472,1332637200,5),(472,1351386000,6),(472,1364691600,5),(472,1382835600,6),(472,1396141200,5),(472,1414285200,6),(472,1427590800,5),(472,1445734800,6),(472,1459040400,5),(472,1477789200,6),(472,1490490000,5),(472,1509238800,6),(472,1521939600,5),(472,1540688400,6),(472,1553994000,5),(472,1572138000,6),(472,1585443600,5),(472,1603587600,6),(472,1616893200,5),(472,1635642000,6),(472,1648342800,5),(472,1667091600,6),(472,1679792400,5),(472,1698541200,6),(472,1711846800,5),(472,1729990800,6),(472,1743296400,5),(472,1761440400,6),(472,1774746000,5),(472,1792890000,6),(472,1806195600,5),(472,1824944400,6),(472,1837645200,5),(472,1856394000,6),(472,1869094800,5),(472,1887843600,6),(472,1901149200,5),(472,1919293200,6),(472,1932598800,5),(472,1950742800,6),(472,1964048400,5),(472,1982797200,6),(472,1995498000,5),(472,2014246800,6),(472,2026947600,5),(472,2045696400,6),(472,2058397200,5),(472,2077146000,6),(472,2090451600,5),(472,2108595600,6),(472,2121901200,5),(472,2140045200,6),(473,-2147483648,1),(473,-857257200,2),(473,-844556400,3),(473,-828226800,2),(473,-812502000,3),(473,-796777200,2),(473,-788922000,4),(473,-781048800,1),(473,291762000,5),(473,307576800,1),(473,323816400,5),(473,339026400,1),(473,355266000,5),(473,370393200,1),(473,386715600,5),(473,401846400,6),(473,417571200,7),(473,433296000,6),(473,449020800,7),(473,465350400,6),(473,481075200,7),(473,496800000,6),(473,512524800,7),(473,528249600,6),(473,543974400,7),(473,559699200,6),(473,575424000,7),(473,591148800,6),(473,606873600,7),(473,622598400,6),(473,638323200,7),(473,654652800,6),(473,662680800,1),(473,670370400,5),(473,686091600,1),(473,701820000,5),(473,717541200,1),(473,733269600,5),(473,748990800,1),(473,764719200,5),(473,780440400,1),(473,796168800,5),(473,811890000,1),(473,828223200,5),(473,846363600,1),(473,859683600,8),(473,877827600,9),(473,891133200,8),(473,909277200,9),(473,922582800,8),(473,941331600,9),(473,954032400,8),(473,972781200,9),(473,985482000,8),(473,1004230800,9),(473,1017536400,8),(473,1035680400,9),(473,1048986000,8),(473,1067130000,9),(473,1080435600,8),(473,1099184400,9),(473,1111885200,8),(473,1130634000,9),(473,1143334800,8),(473,1162083600,9),(473,1174784400,8),(473,1193533200,9),(473,1206838800,8),(473,1224982800,9),(473,1238288400,8),(473,1256432400,9),(473,1269738000,8),(473,1288486800,9),(473,1301187600,8),(473,1319936400,9),(473,1332637200,8),(473,1351386000,9),(473,1364691600,8),(473,1382835600,9),(473,1396141200,8),(473,1414285200,9),(473,1427590800,8),(473,1445734800,9),(473,1459040400,8),(473,1477789200,9),(473,1490490000,8),(473,1509238800,9),(473,1521939600,8),(473,1540688400,9),(473,1553994000,8),(473,1572138000,9),(473,1585443600,8),(473,1603587600,9),(473,1616893200,8),(473,1635642000,9),(473,1648342800,8),(473,1667091600,9),(473,1679792400,8),(473,1698541200,9),(473,1711846800,8),(473,1729990800,9),(473,1743296400,8),(473,1761440400,9),(473,1774746000,8),(473,1792890000,9),(473,1806195600,8),(473,1824944400,9),(473,1837645200,8),(473,1856394000,9),(473,1869094800,8),(473,1887843600,9),(473,1901149200,8),(473,1919293200,9),(473,1932598800,8),(473,1950742800,9),(473,1964048400,8),(473,1982797200,9),(473,1995498000,8),(473,2014246800,9),(473,2026947600,8),(473,2045696400,9),(473,2058397200,8),(473,2077146000,9),(473,2090451600,8),(473,2108595600,9),(473,2121901200,8),(473,2140045200,9),(474,-2147483648,1),(474,-1692496800,2),(474,-1680483600,1),(474,323830800,3),(474,338950800,4),(474,354675600,3),(474,370400400,4),(474,386125200,3),(474,401850000,4),(474,417574800,3),(474,433299600,4),(474,449024400,3),(474,465354000,4),(474,481078800,3),(474,496803600,4),(474,512528400,3),(474,528253200,4),(474,543978000,3),(474,559702800,4),(474,575427600,3),(474,591152400,4),(474,606877200,3),(474,622602000,4),(474,638326800,3),(474,654656400,4),(474,670381200,3),(474,686106000,4),(474,701830800,3),(474,717555600,4),(474,733280400,3),(474,749005200,4),(474,764730000,3),(474,780454800,4),(474,796179600,3),(474,811904400,4),(474,828234000,3),(474,846378000,4),(474,859683600,3),(474,877827600,4),(474,891133200,3),(474,909277200,4),(474,922582800,3),(474,941331600,4),(474,954032400,3),(474,972781200,4),(474,985482000,3),(474,1004230800,4),(474,1017536400,3),(474,1035680400,4),(474,1048986000,3),(474,1067130000,4),(474,1080435600,3),(474,1099184400,4),(474,1111885200,3),(474,1130634000,4),(474,1143334800,3),(474,1162083600,4),(474,1174784400,3),(474,1193533200,4),(474,1206838800,3),(474,1224982800,4),(474,1238288400,3),(474,1256432400,4),(474,1269738000,3),(474,1288486800,4),(474,1301187600,3),(474,1319936400,4),(474,1332637200,3),(474,1351386000,4),(474,1364691600,3),(474,1382835600,4),(474,1396141200,3),(474,1414285200,4),(474,1427590800,3),(474,1445734800,4),(474,1459040400,3),(474,1477789200,4),(474,1490490000,3),(474,1509238800,4),(474,1521939600,3),(474,1540688400,4),(474,1553994000,3),(474,1572138000,4),(474,1585443600,3),(474,1603587600,4),(474,1616893200,3),(474,1635642000,4),(474,1648342800,3),(474,1667091600,4),(474,1679792400,3),(474,1698541200,4),(474,1711846800,3),(474,1729990800,4),(474,1743296400,3),(474,1761440400,4),(474,1774746000,3),(474,1792890000,4),(474,1806195600,3),(474,1824944400,4),(474,1837645200,3),(474,1856394000,4),(474,1869094800,3),(474,1887843600,4),(474,1901149200,3),(474,1919293200,4),(474,1932598800,3),(474,1950742800,4),(474,1964048400,3),(474,1982797200,4),(474,1995498000,3),(474,2014246800,4),(474,2026947600,3),(474,2045696400,4),(474,2058397200,3),(474,2077146000,4),(474,2090451600,3),(474,2108595600,4),(474,2121901200,3),(474,2140045200,4),(475,-2147483648,1),(475,-1638322740,4),(475,-1632006000,2),(475,-1618700400,3),(475,-1593824400,1),(475,-1535938740,5),(475,-927943200,6),(475,-892954800,7),(475,-857257200,3),(475,-844556400,2),(475,-828226800,3),(475,-812502000,2),(475,-797652000,6),(475,354920400,8),(475,370728000,6),(475,386456400,8),(475,402264000,6),(475,417992400,8),(475,433800000,6),(475,449614800,8),(475,465346800,9),(475,481071600,10),(475,496796400,9),(475,512521200,10),(475,528246000,9),(475,543970800,10),(475,559695600,9),(475,575420400,10),(475,591145200,9),(475,606870000,11),(475,622598400,12),(475,638323200,11),(475,654652800,12),(475,670377600,11),(475,686102400,12),(475,701827200,11),(475,717552000,12),(475,733276800,11),(475,749001600,12),(475,764726400,11),(475,780451200,12),(475,796176000,11),(475,811900800,12),(475,828230400,11),(475,846374400,12),(475,859680000,11),(475,877824000,12),(475,891129600,11),(475,906411600,15),(475,909277200,13),(475,922582800,14),(475,941331600,5),(475,1017536400,14),(475,1035680400,13),(475,1048986000,14),(475,1067130000,13),(475,1080435600,14),(475,1099184400,13),(475,1111885200,14),(475,1130634000,13),(475,1143334800,14),(475,1162083600,13),(475,1174784400,14),(475,1193533200,13),(475,1206838800,14),(475,1224982800,13),(475,1238288400,14),(475,1256432400,13),(475,1269738000,14),(475,1288486800,13),(475,1301187600,14),(475,1319936400,13),(475,1332637200,14),(475,1351386000,13),(475,1364691600,14),(475,1382835600,13),(475,1396141200,14),(475,1414285200,13),(475,1427590800,14),(475,1445734800,13),(475,1459040400,14),(475,1477789200,13),(475,1490490000,14),(475,1509238800,13),(475,1521939600,14),(475,1540688400,13),(475,1553994000,14),(475,1572138000,13),(475,1585443600,14),(475,1603587600,13),(475,1616893200,14),(475,1635642000,13),(475,1648342800,14),(475,1667091600,13),(475,1679792400,14),(475,1698541200,13),(475,1711846800,14),(475,1729990800,13),(475,1743296400,14),(475,1761440400,13),(475,1774746000,14),(475,1792890000,13),(475,1806195600,14),(475,1824944400,13),(475,1837645200,14),(475,1856394000,13),(475,1869094800,14),(475,1887843600,13),(475,1901149200,14),(475,1919293200,13),(475,1932598800,14),(475,1950742800,13),(475,1964048400,14),(475,1982797200,13),(475,1995498000,14),(475,2014246800,13),(475,2026947600,14),(475,2045696400,13),(475,2058397200,14),(475,2077146000,13),(475,2090451600,14),(475,2108595600,13),(475,2121901200,14),(475,2140045200,13),(476,-2147483648,0),(476,-1767230360,1),(476,-932346000,2),(476,-857257200,1),(476,-844556400,2),(476,-843519600,1),(476,136854000,2),(476,149896800,1),(476,168130800,2),(476,181432800,1),(476,199839600,2),(476,213141600,1),(476,231894000,2),(476,244591200,1),(476,263257200,2),(476,276040800,1),(476,294706800,2),(476,307490400,1),(476,326156400,2),(476,339458400,1),(476,357087600,2),(476,370389600,1),(476,389142000,2),(476,402444000,1),(476,419468400,2),(476,433807200,1),(476,449622000,2),(476,465354000,3),(476,481078800,4),(476,496803600,3),(476,512528400,4),(476,528253200,3),(476,543978000,4),(476,559702800,3),(476,575427600,4),(476,591152400,3),(476,606877200,4),(476,622602000,3),(476,638326800,4),(476,654656400,3),(476,670381200,4),(476,686106000,3),(476,701830800,4),(476,717555600,3),(476,733280400,4),(476,749005200,3),(476,764730000,4),(476,780454800,3),(476,796179600,4),(476,811904400,3),(476,828234000,4),(476,846378000,3),(476,859683600,4),(476,877827600,3),(476,891133200,4),(476,909277200,3),(476,922582800,4),(476,941331600,3),(476,954032400,4),(476,972781200,3),(476,985482000,4),(476,1004230800,3),(476,1017536400,4),(476,1035680400,3),(476,1048986000,4),(476,1067130000,3),(476,1080435600,4),(476,1099184400,3),(476,1111885200,4),(476,1130634000,3),(476,1143334800,4),(476,1162083600,3),(476,1174784400,4),(476,1193533200,3),(476,1206838800,4),(476,1224982800,3),(476,1238288400,4),(476,1256432400,3),(476,1269738000,4),(476,1288486800,3),(476,1301187600,4),(476,1319936400,3),(476,1332637200,4),(476,1351386000,3),(476,1364691600,4),(476,1382835600,3),(476,1396141200,4),(476,1414285200,3),(476,1427590800,4),(476,1445734800,3),(476,1459040400,4),(476,1477789200,3),(476,1490490000,4),(476,1509238800,3),(476,1521939600,4),(476,1540688400,3),(476,1553994000,4),(476,1572138000,3),(476,1585443600,4),(476,1603587600,3),(476,1616893200,4),(476,1635642000,3),(476,1648342800,4),(476,1667091600,3),(476,1679792400,4),(476,1698541200,3),(476,1711846800,4),(476,1729990800,3),(476,1743296400,4),(476,1761440400,3),(476,1774746000,4),(476,1792890000,3),(476,1806195600,4),(476,1824944400,3),(476,1837645200,4),(476,1856394000,3),(476,1869094800,4),(476,1887843600,3),(476,1901149200,4),(476,1919293200,3),(476,1932598800,4),(476,1950742800,3),(476,1964048400,4),(476,1982797200,3),(476,1995498000,4),(476,2014246800,3),(476,2026947600,4),(476,2045696400,3),(476,2058397200,4),(476,2077146000,3),(476,2090451600,4),(476,2108595600,3),(476,2121901200,4),(476,2140045200,3),(477,-2147483648,1),(477,-1637114100,2),(477,-1213148664,5),(477,-1187056800,3),(477,-1175479200,4),(477,-1159754400,3),(477,-1144029600,4),(477,-1127700000,3),(477,-1111975200,4),(477,-1096250400,3),(477,-1080525600,4),(477,-1064800800,3),(477,-1049076000,4),(477,-1033351200,3),(477,-1017626400,4),(477,-1001901600,3),(477,-986176800,4),(477,-970452000,3),(477,-954727200,4),(477,-927165600,6),(477,-898138800,9),(477,-857257200,7),(477,-844556400,8),(477,-828226800,7),(477,-812502000,8),(477,-800157600,11),(477,354920400,10),(477,370728000,11),(477,386456400,10),(477,402264000,11),(477,417992400,10),(477,433800000,11),(477,449614800,10),(477,465346800,12),(477,481071600,13),(477,496796400,12),(477,512521200,13),(477,528246000,12),(477,543970800,13),(477,559695600,12),(477,575420400,13),(477,591145200,12),(477,606870000,13),(477,622594800,12),(477,638319600,13),(477,641944800,6),(477,654652800,4),(477,670377600,3),(477,686102400,4),(477,694216800,5),(477,701820000,6),(477,717541200,5),(477,733269600,6),(477,748990800,5),(477,764719200,6),(477,780440400,5),(477,796168800,6),(477,811890000,5),(477,828223200,6),(477,846363600,5),(477,859680000,6),(477,877824000,5),(477,891129600,6),(477,909273600,5),(477,922579200,6),(477,941328000,5),(477,954028800,6),(477,972777600,5),(477,985478400,6),(477,1004227200,5),(477,1017532800,6),(477,1035676800,5),(477,1048982400,6),(477,1067126400,5),(477,1080432000,6),(477,1099180800,5),(477,1111881600,6),(477,1130630400,5),(477,1143331200,6),(477,1162080000,5),(477,1174780800,6),(477,1193529600,5),(477,1206835200,6),(477,1224979200,5),(477,1238284800,6),(477,1256428800,5),(477,1269734400,6),(477,1288483200,5),(477,1301184000,6),(477,1319932800,5),(477,1332633600,6),(477,1351382400,5),(477,1364688000,6),(477,1382832000,5),(477,1396137600,6),(477,1414281600,5),(477,1427587200,6),(477,1445731200,5),(477,1459036800,6),(477,1477785600,5),(477,1490486400,6),(477,1509235200,5),(477,1521936000,6),(477,1540684800,5),(477,1553990400,6),(477,1572134400,5),(477,1585440000,6),(477,1603584000,5),(477,1616889600,6),(477,1635638400,5),(477,1648339200,6),(477,1667088000,5),(477,1679788800,6),(477,1698537600,5),(477,1711843200,6),(477,1729987200,5),(477,1743292800,6),(477,1761436800,5),(477,1774742400,6),(477,1792886400,5),(477,1806192000,6),(477,1824940800,5),(477,1837641600,6),(477,1856390400,5),(477,1869091200,6),(477,1887840000,5),(477,1901145600,6),(477,1919289600,5),(477,1932595200,6),(477,1950739200,5),(477,1964044800,6),(477,1982793600,5),(477,1995494400,6),(477,2014243200,5),(477,2026944000,6),(477,2045692800,5),(477,2058393600,6),(477,2077142400,5),(477,2090448000,6),(477,2108592000,5),(477,2121897600,6),(477,2140041600,5),(478,-2147483648,0),(478,-1593820800,1),(478,-1247540400,3),(478,354916800,2),(478,370724400,3),(478,386452800,2),(478,402260400,3),(478,417988800,2),(478,433796400,3),(478,449611200,2),(478,465343200,4),(478,481068000,5),(478,496792800,4),(478,512517600,5),(478,528242400,4),(478,543967200,5),(478,559692000,4),(478,575416800,5),(478,591141600,4),(478,606866400,6),(478,622594800,7),(478,638319600,6),(478,654649200,7),(478,670374000,8),(478,686102400,9),(478,695779200,7),(478,701823600,6),(478,717548400,7),(478,733273200,6),(478,748998000,7),(478,764722800,6),(478,780447600,7),(478,796172400,6),(478,811897200,7),(478,828226800,6),(478,846370800,7),(478,859676400,6),(478,877820400,7),(478,891126000,6),(478,909270000,7),(478,922575600,6),(478,941324400,7),(478,954025200,6),(478,972774000,7),(478,985474800,6),(478,1004223600,7),(478,1017529200,6),(478,1035673200,7),(478,1048978800,6),(478,1067122800,7),(478,1080428400,6),(478,1099177200,7),(478,1111878000,6),(478,1130626800,7),(478,1143327600,6),(478,1162076400,7),(478,1174777200,6),(478,1193526000,7),(478,1206831600,6),(478,1224975600,7),(478,1238281200,6),(478,1256425200,7),(478,1269730800,6),(478,1288479600,7),(478,1301180400,4),(478,1414274400,7),(478,1459033200,4),(478,2147483647,4),(479,-2147483648,1),(479,-938905200,2),(479,-857257200,3),(479,-844556400,2),(479,-828226800,3),(479,-812502000,2),(479,-796874400,4),(479,-794714400,1),(479,-773456400,6),(479,354920400,5),(479,370728000,6),(479,386456400,5),(479,402264000,6),(479,417992400,5),(479,433800000,6),(479,449614800,5),(479,465346800,7),(479,481071600,8),(479,496796400,7),(479,512521200,8),(479,528246000,7),(479,543970800,8),(479,559695600,7),(479,575420400,8),(479,591145200,7),(479,606870000,8),(479,622594800,7),(479,631141200,6),(479,646786800,1),(479,670384800,9),(479,701820000,10),(479,717541200,9),(479,733269600,10),(479,748990800,9),(479,764719200,10),(479,780440400,9),(479,796179600,11),(479,811904400,12),(479,828234000,11),(479,846378000,12),(479,859683600,11),(479,877827600,12),(479,891133200,11),(479,909277200,12),(479,922582800,11),(479,941331600,12),(479,954032400,11),(479,972781200,12),(479,985482000,11),(479,1004230800,12),(479,1017536400,11),(479,1035680400,12),(479,1048986000,11),(479,1067130000,12),(479,1080435600,11),(479,1099184400,12),(479,1111885200,11),(479,1130634000,12),(479,1143334800,11),(479,1162083600,12),(479,1174784400,11),(479,1193533200,12),(479,1206838800,11),(479,1224982800,12),(479,1238288400,11),(479,1256432400,12),(479,1269738000,11),(479,1288486800,12),(479,1301187600,11),(479,1319936400,12),(479,1332637200,11),(479,1351386000,12),(479,1364691600,11),(479,1382835600,12),(479,1396141200,11),(479,1414285200,12),(479,1427590800,11),(479,1445734800,12),(479,1459040400,11),(479,1477789200,12),(479,1490490000,11),(479,1509238800,12),(479,1521939600,11),(479,1540688400,12),(479,1553994000,11),(479,1572138000,12),(479,1585443600,11),(479,1603587600,12),(479,1616893200,11),(479,1635642000,12),(479,1648342800,11),(479,1667091600,12),(479,1679792400,11),(479,1698541200,12),(479,1711846800,11),(479,1729990800,12),(479,1743296400,11),(479,1761440400,12),(479,1774746000,11),(479,1792890000,12),(479,1806195600,11),(479,1824944400,12),(479,1837645200,11),(479,1856394000,12),(479,1869094800,11),(479,1887843600,12),(479,1901149200,11),(479,1919293200,12),(479,1932598800,11),(479,1950742800,12),(479,1964048400,11),(479,1982797200,12),(479,1995498000,11),(479,2014246800,12),(479,2026947600,11),(479,2045696400,12),(479,2058397200,11),(479,2077146000,12),(479,2090451600,11),(479,2108595600,12),(479,2121901200,11),(479,2140045200,12),(480,-2147483648,2),(480,-904435200,1),(480,-891129600,2),(480,-872985600,1),(480,-859680000,2),(480,354675600,3),(480,370400400,4),(480,386125200,3),(480,401850000,4),(480,417574800,3),(480,433299600,4),(480,449024400,3),(480,465354000,4),(480,481078800,3),(480,496803600,4),(480,512528400,3),(480,528253200,4),(480,543978000,3),(480,559702800,4),(480,575427600,3),(480,591152400,4),(480,606877200,3),(480,622602000,4),(480,638326800,3),(480,654656400,4),(480,670381200,3),(480,686106000,4),(480,701830800,3),(480,717555600,4),(480,733280400,3),(480,749005200,4),(480,764730000,3),(480,780454800,4),(480,796179600,3),(480,811904400,4),(480,828234000,3),(480,846378000,4),(480,859683600,3),(480,877827600,4),(480,891133200,3),(480,909277200,4),(480,922582800,3),(480,941331600,4),(480,954032400,3),(480,972781200,4),(480,985482000,3),(480,1004230800,4),(480,1017536400,3),(480,1035680400,4),(480,1048986000,3),(480,1067130000,4),(480,1080435600,3),(480,1099184400,4),(480,1111885200,3),(480,1130634000,4),(480,1143334800,3),(480,1162083600,4),(480,1174784400,3),(480,1193533200,4),(480,1206838800,3),(480,1224982800,4),(480,1238288400,3),(480,1256432400,4),(480,1269738000,3),(480,1288486800,4),(480,1301187600,3),(480,1319936400,4),(480,1332637200,3),(480,1351386000,4),(480,1364691600,3),(480,1382835600,4),(480,1396141200,3),(480,1414285200,4),(480,1427590800,3),(480,1445734800,4),(480,1459040400,3),(480,1477789200,4),(480,1490490000,3),(480,1509238800,4),(480,1521939600,3),(480,1540688400,4),(480,1553994000,3),(480,1572138000,4),(480,1585443600,3),(480,1603587600,4),(480,1616893200,3),(480,1635642000,4),(480,1648342800,3),(480,1667091600,4),(480,1679792400,3),(480,1698541200,4),(480,1711846800,3),(480,1729990800,4),(480,1743296400,3),(480,1761440400,4),(480,1774746000,3),(480,1792890000,4),(480,1806195600,3),(480,1824944400,4),(480,1837645200,3),(480,1856394000,4),(480,1869094800,3),(480,1887843600,4),(480,1901149200,3),(480,1919293200,4),(480,1932598800,3),(480,1950742800,4),(480,1964048400,3),(480,1982797200,4),(480,1995498000,3),(480,2014246800,4),(480,2026947600,3),(480,2045696400,4),(480,2058397200,3),(480,2077146000,4),(480,2090451600,3),(480,2108595600,4),(480,2121901200,3),(480,2140045200,4),(481,-2147483648,2),(481,-1690765200,1),(481,-1680487200,2),(481,-1664758800,1),(481,-1648951200,2),(481,-1635123600,1),(481,-1616896800,2),(481,-1604278800,1),(481,-1585533600,2),(481,-1571014800,1),(481,-1555293600,2),(481,-932432400,1),(481,-857257200,3),(481,-844556400,4),(481,-830311200,1),(481,-828226800,3),(481,-812502000,4),(481,-807156000,1),(481,-798073200,3),(481,-781052400,1),(481,-766717200,2),(481,-750898800,4),(481,-733359600,3),(481,-719456400,4),(481,-701917200,3),(481,-689209200,4),(481,-670460400,3),(481,-114051600,4),(481,-103168800,2),(481,-81997200,4),(481,-71715600,3),(481,-50547600,4),(481,-40266000,3),(481,-18493200,4),(481,-8211600,3),(481,12956400,4),(481,23238000,3),(481,43801200,4),(481,54687600,3),(481,75855600,4),(481,86742000,3),(481,107910000,4),(481,118191600,3),(481,138754800,4),(481,149641200,3),(481,170809200,4),(481,181090800,3),(481,202258800,4),(481,212540400,3),(481,233103600,4),(481,243990000,3),(481,265158000,4),(481,276044400,3),(481,296607600,4),(481,307494000,3),(481,315529200,2),(481,323830800,5),(481,338950800,6),(481,354675600,5),(481,370400400,6),(481,386125200,5),(481,401850000,6),(481,417574800,5),(481,433299600,6),(481,449024400,5),(481,465354000,6),(481,481078800,5),(481,496803600,6),(481,512528400,5),(481,528253200,6),(481,543978000,5),(481,559702800,6),(481,575427600,5),(481,591152400,6),(481,606877200,5),(481,622602000,6),(481,638326800,5),(481,654656400,6),(481,670381200,5),(481,686106000,6),(481,701830800,5),(481,717555600,6),(481,733280400,5),(481,749005200,6),(481,764730000,5),(481,780454800,6),(481,796179600,5),(481,811904400,6),(481,828234000,5),(481,846378000,6),(481,859683600,5),(481,877827600,6),(481,891133200,5),(481,909277200,6),(481,922582800,5),(481,941331600,6),(481,954032400,5),(481,972781200,6),(481,985482000,5),(481,1004230800,6),(481,1017536400,5),(481,1035680400,6),(481,1048986000,5),(481,1067130000,6),(481,1080435600,5),(481,1099184400,6),(481,1111885200,5),(481,1130634000,6),(481,1143334800,5),(481,1162083600,6),(481,1174784400,5),(481,1193533200,6),(481,1206838800,5),(481,1224982800,6),(481,1238288400,5),(481,1256432400,6),(481,1269738000,5),(481,1288486800,6),(481,1301187600,5),(481,1319936400,6),(481,1332637200,5),(481,1351386000,6),(481,1364691600,5),(481,1382835600,6),(481,1396141200,5),(481,1414285200,6),(481,1427590800,5),(481,1445734800,6),(481,1459040400,5),(481,1477789200,6),(481,1490490000,5),(481,1509238800,6),(481,1521939600,5),(481,1540688400,6),(481,1553994000,5),(481,1572138000,6),(481,1585443600,5),(481,1603587600,6),(481,1616893200,5),(481,1635642000,6),(481,1648342800,5),(481,1667091600,6),(481,1679792400,5),(481,1698541200,6),(481,1711846800,5),(481,1729990800,6),(481,1743296400,5),(481,1761440400,6),(481,1774746000,5),(481,1792890000,6),(481,1806195600,5),(481,1824944400,6),(481,1837645200,5),(481,1856394000,6),(481,1869094800,5),(481,1887843600,6),(481,1901149200,5),(481,1919293200,6),(481,1932598800,5),(481,1950742800,6),(481,1964048400,5),(481,1982797200,6),(481,1995498000,5),(481,2014246800,6),(481,2026947600,5),(481,2045696400,6),(481,2058397200,5),(481,2077146000,6),(481,2090451600,5),(481,2108595600,6),(481,2121901200,5),(481,2140045200,6),(482,-2147483648,2),(482,-1693706400,1),(482,-1680483600,2),(482,-1663455600,3),(482,-1650150000,4),(482,-1632006000,3),(482,-1618700400,4),(482,-1577926800,2),(482,-1569711600,3),(482,-1555801200,4),(482,-938905200,3),(482,-857257200,4),(482,-844556400,3),(482,-828226800,4),(482,-812502000,3),(482,-796777200,4),(482,-781052400,3),(482,-780188400,4),(482,-757386000,2),(482,-748479600,3),(482,-733273200,4),(482,-717634800,3),(482,-701910000,4),(482,-684975600,3),(482,-670460400,4),(482,323823600,1),(482,338940000,2),(482,354675600,5),(482,370400400,6),(482,386125200,5),(482,401850000,6),(482,417574800,5),(482,433299600,6),(482,449024400,5),(482,465354000,6),(482,481078800,5),(482,496803600,6),(482,512528400,5),(482,528253200,6),(482,543978000,5),(482,559702800,6),(482,575427600,5),(482,591152400,6),(482,606877200,5),(482,622602000,6),(482,638326800,5),(482,654656400,6),(482,670381200,5),(482,686106000,6),(482,701830800,5),(482,717555600,6),(482,733280400,5),(482,749005200,6),(482,764730000,5),(482,780454800,6),(482,796179600,5),(482,811904400,6),(482,828234000,5),(482,846378000,6),(482,859683600,5),(482,877827600,6),(482,891133200,5),(482,909277200,6),(482,922582800,5),(482,941331600,6),(482,954032400,5),(482,972781200,6),(482,985482000,5),(482,1004230800,6),(482,1017536400,5),(482,1035680400,6),(482,1048986000,5),(482,1067130000,6),(482,1080435600,5),(482,1099184400,6),(482,1111885200,5),(482,1130634000,6),(482,1143334800,5),(482,1162083600,6),(482,1174784400,5),(482,1193533200,6),(482,1206838800,5),(482,1224982800,6),(482,1238288400,5),(482,1256432400,6),(482,1269738000,5),(482,1288486800,6),(482,1301187600,5),(482,1319936400,6),(482,1332637200,5),(482,1351386000,6),(482,1364691600,5),(482,1382835600,6),(482,1396141200,5),(482,1414285200,6),(482,1427590800,5),(482,1445734800,6),(482,1459040400,5),(482,1477789200,6),(482,1490490000,5),(482,1509238800,6),(482,1521939600,5),(482,1540688400,6),(482,1553994000,5),(482,1572138000,6),(482,1585443600,5),(482,1603587600,6),(482,1616893200,5),(482,1635642000,6),(482,1648342800,5),(482,1667091600,6),(482,1679792400,5),(482,1698541200,6),(482,1711846800,5),(482,1729990800,6),(482,1743296400,5),(482,1761440400,6),(482,1774746000,5),(482,1792890000,6),(482,1806195600,5),(482,1824944400,6),(482,1837645200,5),(482,1856394000,6),(482,1869094800,5),(482,1887843600,6),(482,1901149200,5),(482,1919293200,6),(482,1932598800,5),(482,1950742800,6),(482,1964048400,5),(482,1982797200,6),(482,1995498000,5),(482,2014246800,6),(482,2026947600,5),(482,2045696400,6),(482,2058397200,5),(482,2077146000,6),(482,2090451600,5),(482,2108595600,6),(482,2121901200,5),(482,2140045200,6),(483,-2147483648,1),(483,-1672536240,2),(483,-1585100136,3),(483,-1561251600,4),(483,-1553565600,3),(483,-928198800,5),(483,-900126000,8),(483,-857257200,6),(483,-844556400,7),(483,-828226800,6),(483,-812502000,7),(483,-802144800,5),(483,354920400,9),(483,370728000,5),(483,386456400,9),(483,402264000,5),(483,417992400,9),(483,433800000,5),(483,449614800,9),(483,465346800,10),(483,481071600,11),(483,496796400,10),(483,512521200,11),(483,528246000,10),(483,543970800,11),(483,559695600,10),(483,575420400,11),(483,591145200,10),(483,606870000,12),(483,622598400,13),(483,638323200,12),(483,654652800,13),(483,670377600,12),(483,686102400,13),(483,701827200,12),(483,717552000,13),(483,733276800,12),(483,749001600,13),(483,764726400,12),(483,780451200,13),(483,796176000,12),(483,811900800,13),(483,828230400,12),(483,846374400,13),(483,859680000,12),(483,877824000,13),(483,883605600,4),(483,891133200,14),(483,909277200,15),(483,922582800,14),(483,941331600,16),(483,1041372000,4),(483,1048986000,17),(483,1067130000,16),(483,1080435600,17),(483,1099184400,16),(483,1111885200,17),(483,1130634000,16),(483,1143334800,17),(483,1162083600,16),(483,1174784400,17),(483,1193533200,16),(483,1206838800,17),(483,1224982800,16),(483,1238288400,17),(483,1256432400,16),(483,1269738000,17),(483,1288486800,16),(483,1301187600,17),(483,1319936400,16),(483,1332637200,17),(483,1351386000,16),(483,1364691600,17),(483,1382835600,16),(483,1396141200,17),(483,1414285200,16),(483,1427590800,17),(483,1445734800,16),(483,1459040400,17),(483,1477789200,16),(483,1490490000,17),(483,1509238800,16),(483,1521939600,17),(483,1540688400,16),(483,1553994000,17),(483,1572138000,16),(483,1585443600,17),(483,1603587600,16),(483,1616893200,17),(483,1635642000,16),(483,1648342800,17),(483,1667091600,16),(483,1679792400,17),(483,1698541200,16),(483,1711846800,17),(483,1729990800,16),(483,1743296400,17),(483,1761440400,16),(483,1774746000,17),(483,1792890000,16),(483,1806195600,17),(483,1824944400,16),(483,1837645200,17),(483,1856394000,16),(483,1869094800,17),(483,1887843600,16),(483,1901149200,17),(483,1919293200,16),(483,1932598800,17),(483,1950742800,16),(483,1964048400,17),(483,1982797200,16),(483,1995498000,17),(483,2014246800,16),(483,2026947600,17),(483,2045696400,16),(483,2058397200,17),(483,2077146000,16),(483,2090451600,17),(483,2108595600,16),(483,2121901200,17),(483,2140045200,16),(484,-2147483648,0),(484,-1577761060,1),(484,-1247540400,2),(484,354916800,3),(484,370724400,2),(484,386452800,3),(484,402260400,2),(484,417988800,3),(484,433796400,2),(484,449611200,3),(484,465343200,4),(484,481068000,5),(484,496792800,4),(484,512517600,5),(484,528242400,4),(484,543967200,5),(484,559692000,4),(484,575416800,6),(484,591145200,7),(484,606870000,6),(484,622594800,7),(484,638319600,6),(484,654649200,7),(484,670374000,4),(484,701820000,6),(484,717548400,7),(484,733273200,6),(484,748998000,7),(484,764722800,6),(484,780447600,7),(484,796172400,6),(484,811897200,7),(484,828226800,6),(484,846370800,7),(484,859676400,6),(484,877820400,7),(484,891126000,6),(484,909270000,7),(484,922575600,6),(484,941324400,7),(484,954025200,6),(484,972774000,7),(484,985474800,6),(484,1004223600,7),(484,1017529200,6),(484,1035673200,7),(484,1048978800,6),(484,1067122800,7),(484,1080428400,6),(484,1099177200,7),(484,1111878000,6),(484,1130626800,7),(484,1143327600,6),(484,1162076400,7),(484,1174777200,6),(484,1193526000,7),(484,1206831600,6),(484,1224975600,7),(484,1238281200,6),(484,1256425200,7),(484,1269730800,6),(484,1288479600,7),(484,1301180400,4),(484,1414274400,7),(484,1540681200,4),(484,1609020000,7),(484,2147483647,7),(485,-2147483648,1),(485,-1717032240,3),(485,-1693706400,2),(485,-1680483600,3),(485,-1663455600,4),(485,-1650150000,5),(485,-1632006000,4),(485,-1618700400,8),(485,-1600473600,6),(485,-1587168000,7),(485,-1501725600,3),(485,-931734000,2),(485,-857257200,5),(485,-844556400,4),(485,-828226800,5),(485,-812502000,4),(485,-796874400,2),(485,-796608000,3),(485,-778726800,2),(485,-762660000,3),(485,-748486800,4),(485,-733273200,5),(485,-715215600,4),(485,-701910000,5),(485,-684975600,4),(485,-670460400,5),(485,-654130800,4),(485,-639010800,5),(485,-397094400,4),(485,-386812800,5),(485,-371088000,4),(485,-355363200,5),(485,-334195200,4),(485,-323308800,5),(485,-307584000,4),(485,-291859200,5),(485,-271296000,4),(485,-260409600,5),(485,-239846400,4),(485,-228960000,5),(485,-208396800,4),(485,-197510400,5),(485,-176342400,4),(485,-166060800,5),(485,220921200,3),(485,228873600,4),(485,243993600,5),(485,260323200,4),(485,276048000,5),(485,291772800,4),(485,307497600,5),(485,323827200,4),(485,338947200,5),(485,354672000,4),(485,370396800,5),(485,386121600,4),(485,401846400,5),(485,417571200,4),(485,433296000,5),(485,449020800,4),(485,465350400,5),(485,481075200,4),(485,496800000,5),(485,512524800,4),(485,528249600,5),(485,543974400,4),(485,559699200,5),(485,567990000,3),(485,575427600,9),(485,591152400,10),(485,606877200,9),(485,622602000,10),(485,638326800,9),(485,654656400,10),(485,670381200,9),(485,686106000,10),(485,701830800,9),(485,717555600,10),(485,733280400,9),(485,749005200,10),(485,764730000,9),(485,780454800,10),(485,796179600,9),(485,811904400,10),(485,828234000,9),(485,846378000,10),(485,859683600,9),(485,877827600,10),(485,891133200,9),(485,909277200,10),(485,922582800,9),(485,941331600,10),(485,954032400,9),(485,972781200,10),(485,985482000,9),(485,1004230800,10),(485,1017536400,9),(485,1035680400,10),(485,1048986000,9),(485,1067130000,10),(485,1080435600,9),(485,1099184400,10),(485,1111885200,9),(485,1130634000,10),(485,1143334800,9),(485,1162083600,10),(485,1174784400,9),(485,1193533200,10),(485,1206838800,9),(485,1224982800,10),(485,1238288400,9),(485,1256432400,10),(485,1269738000,9),(485,1288486800,10),(485,1301187600,9),(485,1319936400,10),(485,1332637200,9),(485,1351386000,10),(485,1364691600,9),(485,1382835600,10),(485,1396141200,9),(485,1414285200,10),(485,1427590800,9),(485,1445734800,10),(485,1459040400,9),(485,1477789200,10),(485,1490490000,9),(485,1509238800,10),(485,1521939600,9),(485,1540688400,10),(485,1553994000,9),(485,1572138000,10),(485,1585443600,9),(485,1603587600,10),(485,1616893200,9),(485,1635642000,10),(485,1648342800,9),(485,1667091600,10),(485,1679792400,9),(485,1698541200,10),(485,1711846800,9),(485,1729990800,10),(485,1743296400,9),(485,1761440400,10),(485,1774746000,9),(485,1792890000,10),(485,1806195600,9),(485,1824944400,10),(485,1837645200,9),(485,1856394000,10),(485,1869094800,9),(485,1887843600,10),(485,1901149200,9),(485,1919293200,10),(485,1932598800,9),(485,1950742800,10),(485,1964048400,9),(485,1982797200,10),(485,1995498000,9),(485,2014246800,10),(485,2026947600,9),(485,2045696400,10),(485,2058397200,9),(485,2077146000,10),(485,2090451600,9),(485,2108595600,10),(485,2121901200,9),(485,2140045200,10),(486,-2147483648,1),(486,-905824800,4),(486,-857257200,2),(486,-844556400,3),(486,-828226800,2),(486,-812502000,3),(486,-796777200,2),(486,-788922000,1),(486,-777942000,3),(486,-766623600,2),(486,407199600,1),(486,417574800,5),(486,433299600,6),(486,449024400,5),(486,465354000,6),(486,481078800,5),(486,496803600,6),(486,512528400,5),(486,528253200,6),(486,543978000,5),(486,559702800,6),(486,575427600,5),(486,591152400,6),(486,606877200,5),(486,622602000,6),(486,638326800,5),(486,654656400,6),(486,670381200,5),(486,686106000,6),(486,701830800,5),(486,717555600,6),(486,733280400,5),(486,749005200,6),(486,764730000,5),(486,780454800,6),(486,796179600,5),(486,811904400,6),(486,828234000,5),(486,846378000,6),(486,859683600,5),(486,877827600,6),(486,891133200,5),(486,909277200,6),(486,922582800,5),(486,941331600,6),(486,954032400,5),(486,972781200,6),(486,985482000,5),(486,1004230800,6),(486,1017536400,5),(486,1035680400,6),(486,1048986000,5),(486,1067130000,6),(486,1080435600,5),(486,1099184400,6),(486,1111885200,5),(486,1130634000,6),(486,1143334800,5),(486,1162083600,6),(486,1174784400,5),(486,1193533200,6),(486,1206838800,5),(486,1224982800,6),(486,1238288400,5),(486,1256432400,6),(486,1269738000,5),(486,1288486800,6),(486,1301187600,5),(486,1319936400,6),(486,1332637200,5),(486,1351386000,6),(486,1364691600,5),(486,1382835600,6),(486,1396141200,5),(486,1414285200,6),(486,1427590800,5),(486,1445734800,6),(486,1459040400,5),(486,1477789200,6),(486,1490490000,5),(486,1509238800,6),(486,1521939600,5),(486,1540688400,6),(486,1553994000,5),(486,1572138000,6),(486,1585443600,5),(486,1603587600,6),(486,1616893200,5),(486,1635642000,6),(486,1648342800,5),(486,1667091600,6),(486,1679792400,5),(486,1698541200,6),(486,1711846800,5),(486,1729990800,6),(486,1743296400,5),(486,1761440400,6),(486,1774746000,5),(486,1792890000,6),(486,1806195600,5),(486,1824944400,6),(486,1837645200,5),(486,1856394000,6),(486,1869094800,5),(486,1887843600,6),(486,1901149200,5),(486,1919293200,6),(486,1932598800,5),(486,1950742800,6),(486,1964048400,5),(486,1982797200,6),(486,1995498000,5),(486,2014246800,6),(486,2026947600,5),(486,2045696400,6),(486,2058397200,5),(486,2077146000,6),(486,2090451600,5),(486,2108595600,6),(486,2121901200,5),(486,2140045200,6),(487,-2147483648,1),(487,-1441160400,2),(487,-1247536800,3),(487,-894769200,6),(487,-857257200,4),(487,-844556400,5),(487,-828226800,4),(487,-826419600,3),(487,354920400,7),(487,370728000,3),(487,386456400,7),(487,402264000,3),(487,417992400,7),(487,433800000,3),(487,449614800,7),(487,465346800,8),(487,481071600,9),(487,496796400,8),(487,512521200,9),(487,528246000,8),(487,543970800,9),(487,559695600,8),(487,575420400,9),(487,591145200,8),(487,606870000,9),(487,622594800,8),(487,638319600,9),(487,654649200,8),(487,670374000,10),(487,686091600,2),(487,701820000,10),(487,717541200,2),(487,733269600,10),(487,748990800,2),(487,764719200,10),(487,780440400,2),(487,796179600,11),(487,811904400,12),(487,828234000,11),(487,846378000,12),(487,859683600,11),(487,877827600,12),(487,891133200,11),(487,909277200,12),(487,922582800,11),(487,941331600,12),(487,954032400,11),(487,972781200,12),(487,985482000,11),(487,1004230800,12),(487,1017536400,11),(487,1035680400,12),(487,1048986000,11),(487,1067130000,12),(487,1080435600,11),(487,1099184400,12),(487,1111885200,11),(487,1130634000,12),(487,1143334800,11),(487,1162083600,12),(487,1174784400,11),(487,1193533200,12),(487,1206838800,11),(487,1224982800,12),(487,1238288400,11),(487,1256432400,12),(487,1269738000,11),(487,1288486800,12),(487,1301187600,11),(487,1319936400,12),(487,1332637200,11),(487,1351386000,12),(487,1364691600,11),(487,1382835600,12),(487,1396141200,11),(487,1414285200,12),(487,1427590800,11),(487,1445734800,12),(487,1459040400,11),(487,1477789200,12),(487,1490490000,11),(487,1509238800,12),(487,1521939600,11),(487,1540688400,12),(487,1553994000,11),(487,1572138000,12),(487,1585443600,11),(487,1603587600,12),(487,1616893200,11),(487,1635642000,12),(487,1648342800,11),(487,1667091600,12),(487,1679792400,11),(487,1698541200,12),(487,1711846800,11),(487,1729990800,12),(487,1743296400,11),(487,1761440400,12),(487,1774746000,11),(487,1792890000,12),(487,1806195600,11),(487,1824944400,12),(487,1837645200,11),(487,1856394000,12),(487,1869094800,11),(487,1887843600,12),(487,1901149200,11),(487,1919293200,12),(487,1932598800,11),(487,1950742800,12),(487,1964048400,11),(487,1982797200,12),(487,1995498000,11),(487,2014246800,12),(487,2026947600,11),(487,2045696400,12),(487,2058397200,11),(487,2077146000,12),(487,2090451600,11),(487,2108595600,12),(487,2121901200,11),(487,2140045200,12),(488,-2147483648,2),(488,-904435200,1),(488,-891129600,2),(488,-872985600,1),(488,-859680000,2),(488,354675600,3),(488,370400400,4),(488,386125200,3),(488,401850000,4),(488,417574800,3),(488,433299600,4),(488,449024400,3),(488,465354000,4),(488,481078800,3),(488,496803600,4),(488,512528400,3),(488,528253200,4),(488,543978000,3),(488,559702800,4),(488,575427600,3),(488,591152400,4),(488,606877200,3),(488,622602000,4),(488,638326800,3),(488,654656400,4),(488,670381200,3),(488,686106000,4),(488,701830800,3),(488,717555600,4),(488,733280400,3),(488,749005200,4),(488,764730000,3),(488,780454800,4),(488,796179600,3),(488,811904400,4),(488,828234000,3),(488,846378000,4),(488,859683600,3),(488,877827600,4),(488,891133200,3),(488,909277200,4),(488,922582800,3),(488,941331600,4),(488,954032400,3),(488,972781200,4),(488,985482000,3),(488,1004230800,4),(488,1017536400,3),(488,1035680400,4),(488,1048986000,3),(488,1067130000,4),(488,1080435600,3),(488,1099184400,4),(488,1111885200,3),(488,1130634000,4),(488,1143334800,3),(488,1162083600,4),(488,1174784400,3),(488,1193533200,4),(488,1206838800,3),(488,1224982800,4),(488,1238288400,3),(488,1256432400,4),(488,1269738000,3),(488,1288486800,4),(488,1301187600,3),(488,1319936400,4),(488,1332637200,3),(488,1351386000,4),(488,1364691600,3),(488,1382835600,4),(488,1396141200,3),(488,1414285200,4),(488,1427590800,3),(488,1445734800,4),(488,1459040400,3),(488,1477789200,4),(488,1490490000,3),(488,1509238800,4),(488,1521939600,3),(488,1540688400,4),(488,1553994000,3),(488,1572138000,4),(488,1585443600,3),(488,1603587600,4),(488,1616893200,3),(488,1635642000,4),(488,1648342800,3),(488,1667091600,4),(488,1679792400,3),(488,1698541200,4),(488,1711846800,3),(488,1729990800,4),(488,1743296400,3),(488,1761440400,4),(488,1774746000,3),(488,1792890000,4),(488,1806195600,3),(488,1824944400,4),(488,1837645200,3),(488,1856394000,4),(488,1869094800,3),(488,1887843600,4),(488,1901149200,3),(488,1919293200,4),(488,1932598800,3),(488,1950742800,4),(488,1964048400,3),(488,1982797200,4),(488,1995498000,3),(488,2014246800,4),(488,2026947600,3),(488,2045696400,4),(488,2058397200,3),(488,2077146000,4),(488,2090451600,3),(488,2108595600,4),(488,2121901200,3),(488,2140045200,4),(489,-2147483648,0),(489,2147483647,0),(490,-2147483648,2),(490,-1691964000,1),(490,-1680472800,2),(490,-1664143200,1),(490,-1650146400,2),(490,-1633903200,1),(490,-1617487200,2),(490,-1601848800,1),(490,-1586037600,2),(490,-1570399200,1),(490,-1552168800,2),(490,-1538344800,1),(490,-1522533600,2),(490,-1507500000,1),(490,-1490565600,2),(490,-1473631200,1),(490,-1460930400,2),(490,-1442786400,1),(490,-1428876000,2),(490,-1410732000,1),(490,-1396216800,2),(490,-1379282400,1),(490,-1364767200,2),(490,-1348437600,1),(490,-1333317600,2),(490,-1315778400,1),(490,-1301263200,2),(490,-1284328800,1),(490,-1269813600,2),(490,-1253484000,1),(490,-1238364000,2),(490,-1221429600,1),(490,-1206914400,2),(490,-1189980000,1),(490,-1175464800,2),(490,-1159135200,1),(490,-1143410400,2),(490,-1126476000,1),(490,-1111960800,2),(490,-1095631200,1),(490,-1080511200,2),(490,-1063576800,1),(490,-1049061600,2),(490,-1032127200,1),(490,-1017612000,2),(490,-1001282400,1),(490,-986162400,2),(490,-969228000,1),(490,-950479200,2),(490,-942012000,1),(490,-904518000,3),(490,-896050800,1),(490,-875487600,3),(490,-864601200,1),(490,-844038000,3),(490,-832546800,1),(490,-812588400,3),(490,-798073200,1),(490,-781052400,3),(490,-772066800,1),(490,-764805600,2),(490,-748476000,1),(490,-733356000,2),(490,-719445600,1),(490,-717030000,3),(490,-706748400,1),(490,-699487200,2),(490,-687996000,1),(490,-668037600,2),(490,-654732000,1),(490,-636588000,2),(490,-622072800,1),(490,-605743200,2),(490,-590623200,1),(490,-574293600,2),(490,-558568800,1),(490,-542239200,2),(490,-527119200,1),(490,-512604000,2),(490,-496274400,1),(490,-481154400,2),(490,-464220000,1),(490,-449704800,2),(490,-432165600,1),(490,-417650400,2),(490,-401320800,1),(490,-386200800,2),(490,-369266400,1),(490,-354751200,2),(490,-337816800,1),(490,-323301600,2),(490,-306972000,1),(490,-291852000,2),(490,-276732000,1),(490,-257983200,2),(490,-245282400,1),(490,-226533600,2),(490,-213228000,1),(490,-195084000,2),(490,-182383200,1),(490,-163634400,2),(490,-150933600,1),(490,-132184800,2),(490,-119484000,1),(490,-100735200,2),(490,-88034400,1),(490,-68680800,2),(490,-59004000,1),(490,-37242000,4),(490,57722400,6),(490,69818400,1),(490,89172000,2),(490,101268000,1),(490,120621600,2),(490,132717600,1),(490,152071200,2),(490,164167200,1),(490,183520800,2),(490,196221600,1),(490,214970400,2),(490,227671200,1),(490,246420000,2),(490,259120800,1),(490,278474400,2),(490,290570400,1),(490,309924000,2),(490,322020000,1),(490,341373600,2),(490,354675600,5),(490,372819600,6),(490,386125200,5),(490,404269200,6),(490,417574800,5),(490,435718800,6),(490,449024400,5),(490,467773200,6),(490,481078800,5),(490,499222800,6),(490,512528400,5),(490,530672400,6),(490,543978000,5),(490,562122000,6),(490,575427600,5),(490,593571600,6),(490,606877200,5),(490,625626000,6),(490,638326800,5),(490,657075600,6),(490,670381200,5),(490,688525200,6),(490,701830800,5),(490,719974800,6),(490,733280400,5),(490,751424400,6),(490,764730000,5),(490,782874000,6),(490,796179600,5),(490,814323600,6),(490,820454400,7),(490,828234000,5),(490,846378000,6),(490,859683600,5),(490,877827600,6),(490,891133200,5),(490,909277200,6),(490,922582800,5),(490,941331600,6),(490,954032400,5),(490,972781200,6),(490,985482000,5),(490,1004230800,6),(490,1017536400,5),(490,1035680400,6),(490,1048986000,5),(490,1067130000,6),(490,1080435600,5),(490,1099184400,6),(490,1111885200,5),(490,1130634000,6),(490,1143334800,5),(490,1162083600,6),(490,1174784400,5),(490,1193533200,6),(490,1206838800,5),(490,1224982800,6),(490,1238288400,5),(490,1256432400,6),(490,1269738000,5),(490,1288486800,6),(490,1301187600,5),(490,1319936400,6),(490,1332637200,5),(490,1351386000,6),(490,1364691600,5),(490,1382835600,6),(490,1396141200,5),(490,1414285200,6),(490,1427590800,5),(490,1445734800,6),(490,1459040400,5),(490,1477789200,6),(490,1490490000,5),(490,1509238800,6),(490,1521939600,5),(490,1540688400,6),(490,1553994000,5),(490,1572138000,6),(490,1585443600,5),(490,1603587600,6),(490,1616893200,5),(490,1635642000,6),(490,1648342800,5),(490,1667091600,6),(490,1679792400,5),(490,1698541200,6),(490,1711846800,5),(490,1729990800,6),(490,1743296400,5),(490,1761440400,6),(490,1774746000,5),(490,1792890000,6),(490,1806195600,5),(490,1824944400,6),(490,1837645200,5),(490,1856394000,6),(490,1869094800,5),(490,1887843600,6),(490,1901149200,5),(490,1919293200,6),(490,1932598800,5),(490,1950742800,6),(490,1964048400,5),(490,1982797200,6),(490,1995498000,5),(490,2014246800,6),(490,2026947600,5),(490,2045696400,6),(490,2058397200,5),(490,2077146000,6),(490,2090451600,5),(490,2108595600,6),(490,2121901200,5),(490,2140045200,6),(491,-2147483648,2),(491,-1691964000,1),(491,-1680472800,2),(491,-1664143200,1),(491,-1650146400,2),(491,-1633903200,1),(491,-1617487200,2),(491,-1601848800,1),(491,-1586037600,2),(491,-1570399200,1),(491,-1552168800,2),(491,-1538344800,1),(491,-1522533600,2),(491,-1507500000,1),(491,-1490565600,2),(491,-1473631200,1),(491,-1460930400,2),(491,-1442786400,1),(491,-1428876000,2),(491,-1410732000,1),(491,-1396216800,2),(491,-1379282400,1),(491,-1364767200,2),(491,-1348437600,1),(491,-1333317600,2),(491,-1315778400,1),(491,-1301263200,2),(491,-1284328800,1),(491,-1269813600,2),(491,-1253484000,1),(491,-1238364000,2),(491,-1221429600,1),(491,-1206914400,2),(491,-1189980000,1),(491,-1175464800,2),(491,-1159135200,1),(491,-1143410400,2),(491,-1126476000,1),(491,-1111960800,2),(491,-1095631200,1),(491,-1080511200,2),(491,-1063576800,1),(491,-1049061600,2),(491,-1032127200,1),(491,-1017612000,2),(491,-1001282400,1),(491,-986162400,2),(491,-969228000,1),(491,-950479200,2),(491,-942012000,1),(491,-904518000,3),(491,-896050800,1),(491,-875487600,3),(491,-864601200,1),(491,-844038000,3),(491,-832546800,1),(491,-812588400,3),(491,-798073200,1),(491,-781052400,3),(491,-772066800,1),(491,-764805600,2),(491,-748476000,1),(491,-733356000,2),(491,-719445600,1),(491,-717030000,3),(491,-706748400,1),(491,-699487200,2),(491,-687996000,1),(491,-668037600,2),(491,-654732000,1),(491,-636588000,2),(491,-622072800,1),(491,-605743200,2),(491,-590623200,1),(491,-574293600,2),(491,-558568800,1),(491,-542239200,2),(491,-527119200,1),(491,-512604000,2),(491,-496274400,1),(491,-481154400,2),(491,-464220000,1),(491,-449704800,2),(491,-432165600,1),(491,-417650400,2),(491,-401320800,1),(491,-386200800,2),(491,-369266400,1),(491,-354751200,2),(491,-337816800,1),(491,-323301600,2),(491,-306972000,1),(491,-291852000,2),(491,-276732000,1),(491,-257983200,2),(491,-245282400,1),(491,-226533600,2),(491,-213228000,1),(491,-195084000,2),(491,-182383200,1),(491,-163634400,2),(491,-150933600,1),(491,-132184800,2),(491,-119484000,1),(491,-100735200,2),(491,-88034400,1),(491,-68680800,2),(491,-59004000,1),(491,-37242000,4),(491,57722400,6),(491,69818400,1),(491,89172000,2),(491,101268000,1),(491,120621600,2),(491,132717600,1),(491,152071200,2),(491,164167200,1),(491,183520800,2),(491,196221600,1),(491,214970400,2),(491,227671200,1),(491,246420000,2),(491,259120800,1),(491,278474400,2),(491,290570400,1),(491,309924000,2),(491,322020000,1),(491,341373600,2),(491,354675600,5),(491,372819600,6),(491,386125200,5),(491,404269200,6),(491,417574800,5),(491,435718800,6),(491,449024400,5),(491,467773200,6),(491,481078800,5),(491,499222800,6),(491,512528400,5),(491,530672400,6),(491,543978000,5),(491,562122000,6),(491,575427600,5),(491,593571600,6),(491,606877200,5),(491,625626000,6),(491,638326800,5),(491,657075600,6),(491,670381200,5),(491,688525200,6),(491,701830800,5),(491,719974800,6),(491,733280400,5),(491,751424400,6),(491,764730000,5),(491,782874000,6),(491,796179600,5),(491,814323600,6),(491,820454400,7),(491,828234000,5),(491,846378000,6),(491,859683600,5),(491,877827600,6),(491,891133200,5),(491,909277200,6),(491,922582800,5),(491,941331600,6),(491,954032400,5),(491,972781200,6),(491,985482000,5),(491,1004230800,6),(491,1017536400,5),(491,1035680400,6),(491,1048986000,5),(491,1067130000,6),(491,1080435600,5),(491,1099184400,6),(491,1111885200,5),(491,1130634000,6),(491,1143334800,5),(491,1162083600,6),(491,1174784400,5),(491,1193533200,6),(491,1206838800,5),(491,1224982800,6),(491,1238288400,5),(491,1256432400,6),(491,1269738000,5),(491,1288486800,6),(491,1301187600,5),(491,1319936400,6),(491,1332637200,5),(491,1351386000,6),(491,1364691600,5),(491,1382835600,6),(491,1396141200,5),(491,1414285200,6),(491,1427590800,5),(491,1445734800,6),(491,1459040400,5),(491,1477789200,6),(491,1490490000,5),(491,1509238800,6),(491,1521939600,5),(491,1540688400,6),(491,1553994000,5),(491,1572138000,6),(491,1585443600,5),(491,1603587600,6),(491,1616893200,5),(491,1635642000,6),(491,1648342800,5),(491,1667091600,6),(491,1679792400,5),(491,1698541200,6),(491,1711846800,5),(491,1729990800,6),(491,1743296400,5),(491,1761440400,6),(491,1774746000,5),(491,1792890000,6),(491,1806195600,5),(491,1824944400,6),(491,1837645200,5),(491,1856394000,6),(491,1869094800,5),(491,1887843600,6),(491,1901149200,5),(491,1919293200,6),(491,1932598800,5),(491,1950742800,6),(491,1964048400,5),(491,1982797200,6),(491,1995498000,5),(491,2014246800,6),(491,2026947600,5),(491,2045696400,6),(491,2058397200,5),(491,2077146000,6),(491,2090451600,5),(491,2108595600,6),(491,2121901200,5),(491,2140045200,6),(498,-2147483648,0),(498,-2056690800,1),(498,-900910800,2),(498,-891579600,3),(498,-884248200,4),(498,-761209200,1),(498,-747907200,2),(498,-728541000,5),(498,-717049800,6),(498,-697091400,5),(498,-683785800,6),(498,-668061000,5),(498,-654755400,2),(498,-636611400,5),(498,-623305800,2),(498,-605161800,5),(498,-591856200,2),(498,-573712200,5),(498,-559801800,2),(498,-541657800,5),(498,-528352200,2),(498,-510211800,1),(498,-498112200,2),(498,-478762200,1),(498,-466662600,2),(498,-446707800,1),(498,-435213000,2),(498,-415258200,1),(498,-403158600,2),(498,-383808600,1),(498,-371709000,2),(498,-352359000,1),(498,-340259400,2),(498,-320909400,1),(498,-308809800,2),(498,-288855000,1),(498,-277360200,2),(498,-257405400,1),(498,-245910600,2),(498,-225955800,1),(498,-213856200,2),(498,-194506200,1),(498,-182406600,2),(498,-163056600,1),(498,-148537800,2),(498,-132816600,1),(498,-117088200,2),(498,-101367000,1),(498,-85638600,2),(498,-69312600,1),(498,-53584200,2),(498,-37863000,1),(498,-22134600,2),(498,-6413400,1),(498,9315000,2),(498,25036200,1),(498,40764600,2),(498,56485800,1),(498,72214200,2),(498,88540200,1),(498,104268600,2),(498,119989800,1),(498,126041400,2),(498,151439400,1),(498,167167800,2),(498,182889000,1),(498,198617400,2),(498,214338600,1),(498,295385400,2),(498,309292200,1),(499,-2147483648,0),(499,-1956609120,2),(499,-1668211200,1),(499,-1647212400,2),(499,-1636675200,1),(499,-1613430000,2),(499,-1605139200,1),(499,-1581894000,2),(499,-1539561600,1),(499,-1531350000,2),(499,-968025600,1),(499,-952293600,2),(499,-942008400,1),(499,-920239200,3),(499,-909957600,4),(499,-888789600,3),(499,-877903200,4),(499,-857944800,3),(499,-846453600,4),(499,-826495200,3),(499,-815004000,4),(499,-795045600,3),(499,-783554400,4),(499,-762991200,3),(499,-752104800,4),(499,-731541600,3),(499,-717631200,4),(499,-700092000,3),(499,-686181600,4),(499,-668642400,3),(499,-654732000,4),(499,-636588000,3),(499,-623282400,4),(499,-605743200,3),(499,-591832800,4),(499,-573688800,3),(499,-559778400,4),(499,-542239200,3),(499,-528328800,4),(499,-510789600,3),(499,-496879200,4),(499,-479340000,3),(499,-465429600,4),(499,-447890400,3),(499,-433980000,4),(499,-415836000,3),(499,-401925600,4),(499,-384386400,3),(499,-370476000,4),(499,-352936800,3),(499,-339026400,4),(499,-321487200,3),(499,-307576800,4),(499,-290037600,3),(499,-276127200,4),(499,-258588000,3),(499,-244677600,4),(499,-226533600,3),(499,-212623200,4),(499,-195084000,3),(499,-181173600,4),(499,-163634400,3),(499,-149724000,4),(499,-132184800,3),(499,-118274400,4),(499,-100735200,3),(499,-86824800,4),(499,-68680800,3),(499,-54770400,5),(500,-2147483648,0),(500,-1946168836,1),(500,-1309746600,2),(500,-1261969200,1),(500,-1041388200,3),(500,-865305900,2),(501,-2147483648,0),(501,-1988167780,1),(501,820436400,2),(501,2147483647,2),(502,-2147483648,1),(502,2147483647,1),(503,-2147483648,1),(503,2147483647,1),(504,-2147483648,0),(504,-1946168836,1),(504,-1309746600,2),(504,-1261969200,1),(504,-1041388200,3),(504,-865305900,2),(505,-2147483648,0),(505,-631152000,1),(505,2147483647,1),(506,-2147483648,0),(506,-1988163708,1),(506,2147483647,1),(507,-2147483648,1),(507,-315636840,2),(507,2147483647,2),(508,-2147483648,0),(508,-1988164200,2),(508,403041600,1),(508,417034800,2),(508,1224972000,1),(508,1238274000,2),(508,2147483647,2),(509,-2147483648,0),(509,-1946168836,1),(509,-1309746600,2),(509,-1261969200,1),(509,-1041388200,3),(509,-865305900,2),(510,-2147483648,0),(510,-1848886912,1),(510,2147483647,1),(511,-2147483648,0),(511,-1704165944,1),(511,-757394744,2),(511,247177800,4),(511,259272000,3),(511,277758000,4),(511,283982400,2),(511,290809800,5),(511,306531000,2),(511,322432200,5),(511,338499000,2),(511,673216200,5),(511,685481400,2),(511,701209800,5),(511,717103800,2),(511,732745800,5),(511,748639800,2),(511,764281800,5),(511,780175800,2),(511,795817800,5),(511,811711800,2),(511,827353800,5),(511,843247800,2),(511,858976200,5),(511,874870200,2),(511,890512200,5),(511,906406200,2),(511,922048200,5),(511,937942200,2),(511,953584200,5),(511,969478200,2),(511,985206600,5),(511,1001100600,2),(511,1016742600,5),(511,1032636600,2),(511,1048278600,5),(511,1064172600,2),(511,1079814600,5),(511,1095708600,2),(511,1111437000,5),(511,1127331000,2),(511,1206045000,5),(511,1221939000,2),(511,1237667400,5),(511,1253561400,2),(511,1269203400,5),(511,1285097400,2),(511,1300739400,5),(511,1316633400,2),(511,1332275400,5),(511,1348169400,2),(511,1363897800,5),(511,1379791800,2),(511,1395433800,5),(511,1411327800,2),(511,1426969800,5),(511,1442863800,2),(511,1458505800,5),(511,1474399800,2),(511,1490128200,5),(511,1506022200,2),(511,1521664200,5),(511,1537558200,2),(511,1553200200,5),(511,1569094200,2),(511,1584736200,5),(511,1600630200,2),(511,1616358600,5),(511,1632252600,2),(511,1647894600,5),(511,1663788600,2),(511,1679430600,5),(511,1695324600,2),(511,1710966600,5),(511,1726860600,2),(511,1742589000,5),(511,1758483000,2),(511,1774125000,5),(511,1790019000,2),(511,1805661000,5),(511,1821555000,2),(511,1837197000,5),(511,1853091000,2),(511,1868733000,5),(511,1884627000,2),(511,1900355400,5),(511,1916249400,2),(511,1931891400,5),(511,1947785400,2),(511,1963427400,5),(511,1979321400,2),(511,1994963400,5),(511,2010857400,2),(511,2026585800,5),(511,2042479800,2),(511,2058121800,5),(511,2074015800,2),(511,2089657800,5),(511,2105551800,2),(511,2121193800,5),(511,2137087800,2),(512,-2147483648,1),(512,-1641003640,6),(512,-933638400,2),(512,-923097600,3),(512,-919036800,2),(512,-857347200,3),(512,-844300800,2),(512,-825811200,3),(512,-812678400,2),(512,-794188800,3),(512,-779846400,2),(512,-762652800,3),(512,-748310400,2),(512,-731116800,3),(512,-681955200,4),(512,-673228800,2),(512,-667958400,3),(512,-652320000,2),(512,-636422400,3),(512,-622080000,2),(512,-608947200,3),(512,-591840000,2),(512,-572486400,3),(512,-558576000,2),(512,-542851200,3),(512,-527731200,2),(512,-514425600,3),(512,-490838400,2),(512,-482976000,3),(512,-459388800,2),(512,-451526400,3),(512,-428544000,2),(512,-418262400,3),(512,-400118400,2),(512,-387417600,3),(512,142380000,5),(512,150843600,6),(512,167176800,5),(512,178664400,6),(512,334101600,7),(512,337730400,8),(512,452642400,7),(512,462319200,8),(512,482277600,5),(512,494370000,6),(512,516751200,5),(512,526424400,6),(512,545436000,5),(512,558478800,6),(512,576626400,5),(512,589323600,6),(512,609890400,5),(512,620773200,6),(512,638316000,5),(512,651618000,6),(512,669765600,5),(512,683672400,6),(512,701820000,5),(512,715726800,6),(512,733701600,5),(512,747176400,6),(512,765151200,5),(512,778021200,6),(512,796600800,5),(512,810075600,6),(512,826840800,5),(512,842821200,6),(512,858895200,5),(512,874184400,6),(512,890344800,5),(512,905029200,6),(512,923011200,5),(512,936313200,6),(512,955670400,5),(512,970783200,6),(512,986770800,5),(512,1001282400,6),(512,1017356400,5),(512,1033941600,6),(512,1048806000,5),(512,1065132000,6),(512,1081292400,5),(512,1095804000,6),(512,1112313600,5),(512,1128812400,6),(512,1143763200,5),(512,1159657200,6),(512,1175212800,5),(512,1189897200,6),(512,1206662400,5),(512,1223161200,6),(512,1238112000,5),(512,1254006000,6),(512,1269561600,5),(512,1284246000,6),(512,1301616000,5),(512,1317510000,6),(512,1333065600,5),(512,1348354800,6),(512,1364515200,5),(512,1382828400,6),(512,1395964800,5),(512,1414278000,6),(512,1427414400,5),(512,1445727600,6),(512,1458864000,5),(512,1477782000,6),(512,1490313600,5),(512,1509231600,6),(512,1521763200,5),(512,1540681200,6),(512,1553817600,5),(512,1572130800,6),(512,1585267200,5),(512,1603580400,6),(512,1616716800,5),(512,1635634800,6),(512,1648166400,5),(512,1667084400,6),(512,1679616000,5),(512,1698534000,6),(512,1711670400,5),(512,1729983600,6),(512,1743120000,5),(512,1761433200,6),(512,1774569600,5),(512,1792882800,6),(512,1806019200,5),(512,1824937200,6),(512,1837468800,5),(512,1856386800,6),(512,1868918400,5),(512,1887836400,6),(512,1900972800,5),(512,1919286000,6),(512,1932422400,5),(512,1950735600,6),(512,1963872000,5),(512,1982790000,6),(512,1995321600,5),(512,2014239600,6),(512,2026771200,5),(512,2045689200,6),(512,2058220800,5),(512,2077138800,6),(512,2090275200,5),(512,2108588400,6),(512,2121724800,5),(512,2140038000,6),(513,-2147483648,1),(513,-1827687170,2),(513,126687600,3),(513,152085600,2),(513,162370800,3),(513,183535200,2),(513,199263600,3),(513,215589600,2),(513,230713200,3),(513,247039200,2),(513,262767600,3),(513,278488800,2),(513,294217200,3),(513,309938400,2),(513,325666800,3),(513,341388000,2),(513,357116400,3),(513,372837600,2),(513,388566000,3),(513,404892000,2),(513,420015600,3),(513,436341600,2),(514,-2147483648,3),(514,-683802000,1),(514,-672310800,2),(514,-654771600,1),(514,-640861200,2),(514,-620298000,1),(514,-609411600,2),(514,-588848400,1),(514,-577962000,2),(515,-2147483648,1),(515,-1041418800,2),(515,-907408800,3),(515,-817462800,1),(515,-7988400,4),(515,745934400,5),(515,2147483647,5),(516,-2147483648,0),(516,-1577926364,2),(516,-574902000,1),(516,-568087200,2),(516,-512175600,1),(516,-504928800,2),(516,-449888400,1),(516,-441856800,2),(516,-347158800,3),(516,378684000,2),(516,386463600,1),(516,402271200,2),(516,417999600,1),(516,433807200,2),(516,449622000,1),(516,465429600,2),(516,481590000,1),(516,496965600,2),(516,512953200,1),(516,528674400,2),(516,544230000,1),(516,560037600,2),(516,575852400,1),(516,591660000,2),(516,607388400,1),(516,623196000,2),(516,641775600,3),(516,844034400,2),(516,860108400,1),(516,875916000,3),(516,1352505600,2),(516,1364515200,1),(516,1382659200,3),(517,-1693706400,0),(517,-1680483600,1),(517,-1663455600,2),(517,-1650150000,3),(517,-1632006000,2),(517,-1618700400,3),(517,-938905200,2),(517,-857257200,3),(517,-844556400,2),(517,-828226800,3),(517,-812502000,2),(517,-796777200,3),(517,-781052400,2),(517,-766623600,3),(517,228877200,2),(517,243997200,3),(517,260326800,2),(517,276051600,3),(517,291776400,2),(517,307501200,3),(517,323830800,2),(517,338950800,3),(517,354675600,2),(517,370400400,3),(517,386125200,2),(517,401850000,3),(517,417574800,2),(517,433299600,3),(517,449024400,2),(517,465354000,3),(517,481078800,2),(517,496803600,3),(517,512528400,2),(517,528253200,3),(517,543978000,2),(517,559702800,3),(517,575427600,2),(517,591152400,3),(517,606877200,2),(517,622602000,3),(517,638326800,2),(517,654656400,3),(517,670381200,2),(517,686106000,3),(517,701830800,2),(517,717555600,3),(517,733280400,2),(517,749005200,3),(517,764730000,2),(517,780454800,3),(517,796179600,2),(517,811904400,3),(517,828234000,2),(517,846378000,3),(517,859683600,2),(517,877827600,3),(517,891133200,2),(517,909277200,3),(517,922582800,2),(517,941331600,3),(517,954032400,2),(517,972781200,3),(517,985482000,2),(517,1004230800,3),(517,1017536400,2),(517,1035680400,3),(517,1048986000,2),(517,1067130000,3),(517,1080435600,2),(517,1099184400,3),(517,1111885200,2),(517,1130634000,3),(517,1143334800,2),(517,1162083600,3),(517,1174784400,2),(517,1193533200,3),(517,1206838800,2),(517,1224982800,3),(517,1238288400,2),(517,1256432400,3),(517,1269738000,2),(517,1288486800,3),(517,1301187600,2),(517,1319936400,3),(517,1332637200,2),(517,1351386000,3),(517,1364691600,2),(517,1382835600,3),(517,1396141200,2),(517,1414285200,3),(517,1427590800,2),(517,1445734800,3),(517,1459040400,2),(517,1477789200,3),(517,1490490000,2),(517,1509238800,3),(517,1521939600,2),(517,1540688400,3),(517,1553994000,2),(517,1572138000,3),(517,1585443600,2),(517,1603587600,3),(517,1616893200,2),(517,1635642000,3),(517,1648342800,2),(517,1667091600,3),(517,1679792400,2),(517,1698541200,3),(517,1711846800,2),(517,1729990800,3),(517,1743296400,2),(517,1761440400,3),(517,1774746000,2),(517,1792890000,3),(517,1806195600,2),(517,1824944400,3),(517,1837645200,2),(517,1856394000,3),(517,1869094800,2),(517,1887843600,3),(517,1901149200,2),(517,1919293200,3),(517,1932598800,2),(517,1950742800,3),(517,1964048400,2),(517,1982797200,3),(517,1995498000,2),(517,2014246800,3),(517,2026947600,2),(517,2045696400,3),(517,2058397200,2),(517,2077146000,3),(517,2090451600,2),(517,2108595600,3),(517,2121901200,2),(517,2140045200,3),(519,-1633273200,0),(519,-1615132800,1),(519,-1601823600,0),(519,-1583683200,1),(519,-880210800,2),(519,-769395600,3),(519,-765388800,1),(519,-84380400,0),(519,-68659200,1),(519,-52930800,0),(519,-37209600,1),(519,-21481200,0),(519,-5760000,1),(519,9968400,0),(519,25689600,1),(519,41418000,0),(519,57744000,1),(519,73472400,0),(519,89193600,1),(519,104922000,0),(519,120643200,1),(519,126694800,0),(519,152092800,1),(519,162378000,0),(519,183542400,1),(519,199270800,0),(519,215596800,1),(519,230720400,0),(519,247046400,1),(519,262774800,0),(519,278496000,1),(519,294224400,0),(519,309945600,1),(519,325674000,0),(519,341395200,1),(519,357123600,0),(519,372844800,1),(519,388573200,0),(519,404899200,1),(519,420022800,0),(519,436348800,1),(519,452077200,0),(519,467798400,1),(519,483526800,0),(519,499248000,1),(519,514976400,0),(519,530697600,1),(519,544611600,0),(519,562147200,1),(519,576061200,0),(519,594201600,1),(519,607510800,0),(519,625651200,1),(519,638960400,0),(519,657100800,1),(519,671014800,0),(519,688550400,1),(519,702464400,0),(519,720000000,1),(519,733914000,0),(519,752054400,1),(519,765363600,0),(519,783504000,1),(519,796813200,0),(519,814953600,1),(519,828867600,0),(519,846403200,1),(519,860317200,0),(519,877852800,1),(519,891766800,0),(519,909302400,1),(519,923216400,0),(519,941356800,1),(519,954666000,0),(519,972806400,1),(519,986115600,0),(519,1004256000,1),(519,1018170000,0),(519,1035705600,1),(519,1049619600,0),(519,1067155200,1),(519,1081069200,0),(519,1099209600,1),(519,1112518800,0),(519,1130659200,1),(519,1143968400,0),(519,1162108800,1),(519,1173603600,0),(519,1194163200,1),(519,1205053200,0),(519,1225612800,1),(519,1236502800,0),(519,1257062400,1),(519,1268557200,0),(519,1289116800,1),(519,1300006800,0),(519,1320566400,1),(519,1331456400,0),(519,1352016000,1),(519,1362906000,0),(519,1383465600,1),(519,1394355600,0),(519,1414915200,1),(519,1425805200,0),(519,1446364800,1),(519,1457859600,0),(519,1478419200,1),(519,1489309200,0),(519,1509868800,1),(519,1520758800,0),(519,1541318400,1),(519,1552208400,0),(519,1572768000,1),(519,1583658000,0),(519,1604217600,1),(519,1615712400,0),(519,1636272000,1),(519,1647162000,0),(519,1667721600,1),(519,1678611600,0),(519,1699171200,1),(519,1710061200,0),(519,1730620800,1),(519,1741510800,0),(519,1762070400,1),(519,1772960400,0),(519,1793520000,1),(519,1805014800,0),(519,1825574400,1),(519,1836464400,0),(519,1857024000,1),(519,1867914000,0),(519,1888473600,1),(519,1899363600,0),(519,1919923200,1),(519,1930813200,0),(519,1951372800,1),(519,1962867600,0),(519,1983427200,1),(519,1994317200,0),(519,2014876800,1),(519,2025766800,0),(519,2046326400,1),(519,2057216400,0),(519,2077776000,1),(519,2088666000,0),(519,2109225600,1),(519,2120115600,0),(519,2140675200,1),(520,-2147483648,0),(520,-1514736000,1),(520,-1451667600,2),(520,-1343062800,1),(520,-1234803600,2),(520,-1222963200,3),(520,-1207242000,2),(520,-873820800,4),(520,-769395600,5),(520,-761677200,2),(520,-686073600,3),(520,-661539600,2),(520,-495039600,3),(520,-481734000,2),(520,-463590000,3),(520,-450284400,2),(520,-431535600,3),(520,-418230000,2),(520,-400086000,3),(520,-386780400,2),(520,-368636400,3),(520,-355330800,2),(520,-337186800,3),(520,-323881200,2),(520,-305737200,3),(520,-292431600,2),(520,199274400,3),(520,215600400,2),(520,230724000,3),(520,247050000,2),(520,262778400,3),(520,278499600,2),(520,294228000,3),(520,309949200,2),(520,325677600,3),(520,341398800,2),(520,357127200,3),(520,372848400,2),(520,388576800,3),(520,404902800,2),(520,420026400,3),(520,436352400,2),(520,452080800,3),(520,467802000,2),(520,483530400,3),(520,499251600,2),(520,514980000,3),(520,530701200,2),(520,544615200,3),(520,562150800,2),(520,576064800,3),(520,594205200,2),(520,607514400,3),(520,625654800,2),(520,638964000,3),(520,657104400,2),(520,671018400,3),(520,688554000,2),(520,702468000,3),(520,720003600,2),(520,733917600,3),(520,752058000,2),(520,765367200,3),(520,783507600,2),(520,796816800,3),(520,814957200,2),(520,828871200,3),(520,846406800,2),(520,860320800,3),(520,877856400,2),(520,891770400,3),(520,909306000,2),(520,923220000,3),(520,941360400,2),(520,954669600,3),(520,972810000,2),(520,986119200,3),(520,1004259600,2),(520,1018173600,3),(520,1035709200,2),(520,1049623200,3),(520,1067158800,2),(520,1081072800,3),(520,1099213200,2),(520,1112522400,3),(520,1130662800,2),(520,1143972000,3),(520,1162112400,2),(520,1175421600,3),(520,1193562000,2),(520,1207476000,3),(520,1225011600,2),(520,1238925600,3),(520,1256461200,2),(520,1268560800,3),(520,1289120400,2),(520,1300010400,3),(520,1320570000,2),(520,1331460000,3),(520,1352019600,2),(520,1362909600,3),(520,1383469200,2),(520,1394359200,3),(520,1414918800,2),(520,1425808800,3),(520,1446368400,2),(520,1457863200,3),(520,1478422800,2),(520,1489312800,3),(520,1509872400,2),(520,1520762400,3),(520,1541322000,2),(520,1552212000,3),(520,1572771600,2),(520,1583661600,3),(520,1604221200,2),(520,1615716000,3),(520,1636275600,2),(520,1647165600,3),(520,1667725200,2),(520,1678615200,3),(520,1699174800,2),(520,1710064800,3),(520,1730624400,2),(520,1741514400,3),(520,1762074000,2),(520,1772964000,3),(520,1793523600,2),(520,1805018400,3),(520,1825578000,2),(520,1836468000,3),(520,1857027600,2),(520,1867917600,3),(520,1888477200,2),(520,1899367200,3),(520,1919926800,2),(520,1930816800,3),(520,1951376400,2),(520,1962871200,3),(520,1983430800,2),(520,1994320800,3),(520,2014880400,2),(520,2025770400,3),(520,2046330000,2),(520,2057220000,3),(520,2077779600,2),(520,2088669600,3),(520,2109229200,2),(520,2120119200,3),(520,2140678800,2),(521,-2147483648,0),(521,-1514739600,1),(521,-1343066400,2),(521,-1234807200,1),(521,-1220292000,2),(521,-1207159200,1),(521,-1191344400,2),(521,-873828000,1),(521,-661539600,3),(521,28800,1),(521,828867600,4),(521,846403200,1),(521,860317200,4),(521,877852800,1),(521,891766800,4),(521,909302400,1),(521,923216400,4),(521,941356800,1),(521,954666000,4),(521,972806400,1),(521,989139600,4),(521,1001836800,1),(521,1018170000,4),(521,1035705600,1),(521,1049619600,4),(521,1067155200,1),(521,1081069200,4),(521,1099209600,1),(521,1112518800,4),(521,1130659200,1),(521,1143968400,4),(521,1162108800,1),(521,1175418000,4),(521,1193558400,1),(521,1207472400,4),(521,1225008000,1),(521,1238922000,4),(521,1256457600,1),(521,1270371600,4),(521,1288512000,1),(521,1301821200,4),(521,1319961600,1),(521,1333270800,4),(521,1351411200,1),(521,1365325200,4),(521,1382860800,1),(521,1396774800,4),(521,1414310400,1),(521,1428224400,4),(521,1445760000,1),(521,1459674000,4),(521,1477814400,1),(521,1491123600,4),(521,1509264000,1),(521,1522573200,4),(521,1540713600,1),(521,1554627600,4),(521,1572163200,1),(521,1586077200,4),(521,1603612800,1),(521,1617526800,4),(521,1635667200,1),(521,1648976400,4),(521,1667116800,1),(521,1680426000,4),(521,1698566400,1),(521,1712480400,4),(521,1730016000,1),(521,1743930000,4),(521,1761465600,1),(521,1775379600,4),(521,1792915200,1),(521,1806829200,4),(521,1824969600,1),(521,1838278800,4),(521,1856419200,1),(521,1869728400,4),(521,1887868800,1),(521,1901782800,4),(521,1919318400,1),(521,1933232400,4),(521,1950768000,1),(521,1964682000,4),(521,1982822400,1),(521,1996131600,4),(521,2014272000,1),(521,2027581200,4),(521,2045721600,1),(521,2059030800,4),(521,2077171200,1),(521,2091085200,4),(521,2108620800,1),(521,2122534800,4),(521,2140070400,1),(522,-2147483648,0),(522,-1514739600,1),(522,-1343066400,2),(522,-1234807200,1),(522,-1220292000,2),(522,-1207159200,1),(522,-1191344400,2),(522,-975261600,3),(522,-963169200,2),(522,-917114400,3),(522,-907354800,2),(522,-821901600,4),(522,-810068400,2),(522,-627501600,3),(522,-612990000,2),(522,828864000,3),(522,846399600,2),(522,860313600,3),(522,877849200,2),(522,891763200,3),(522,909298800,2),(522,923212800,3),(522,941353200,2),(522,954662400,3),(522,972802800,2),(522,989136000,3),(522,1001833200,2),(522,1018166400,3),(522,1035702000,2),(522,1049616000,3),(522,1067151600,2),(522,1081065600,3),(522,1099206000,2),(522,1112515200,3),(522,1130655600,2),(522,1143964800,3),(522,1162105200,2),(522,1175414400,3),(522,1193554800,2),(522,1207468800,3),(522,1225004400,2),(522,1238918400,3),(522,1256454000,2),(522,1270368000,3),(522,1288508400,2),(522,1301817600,3),(522,1319958000,2),(522,1333267200,3),(522,1351407600,2),(522,1365321600,3),(522,1382857200,2),(522,1396771200,3),(522,1414306800,2),(522,1428220800,3),(522,1445756400,2),(522,1459670400,3),(522,1477810800,2),(522,1491120000,3),(522,1509260400,2),(522,1522569600,3),(522,1540710000,2),(522,1554624000,3),(522,1572159600,2),(522,1586073600,3),(522,1603609200,2),(522,1617523200,3),(522,1635663600,2),(522,1648972800,3),(522,1667113200,2),(522,1680422400,3),(522,1698562800,2),(522,1712476800,3),(522,1730012400,2),(522,1743926400,3),(522,1761462000,2),(522,1775376000,3),(522,1792911600,2),(522,1806825600,3),(522,1824966000,2),(522,1838275200,3),(522,1856415600,2),(522,1869724800,3),(522,1887865200,2),(522,1901779200,3),(522,1919314800,2),(522,1933228800,3),(522,1950764400,2),(522,1964678400,3),(522,1982818800,2),(522,1996128000,3),(522,2014268400,2),(522,2027577600,3),(522,2045718000,2),(522,2059027200,3),(522,2077167600,2),(522,2091081600,3),(522,2108617200,2),(522,2122531200,3),(522,2140066800,2),(523,-2147483648,2),(523,-1330335000,1),(523,-1320057000,2),(523,-1300699800,3),(523,-1287396000,2),(523,-1269250200,3),(523,-1255946400,2),(523,-1237800600,3),(523,-1224496800,2),(523,-1206351000,3),(523,-1192442400,2),(523,-1174901400,3),(523,-1160992800,2),(523,-1143451800,3),(523,-1125914400,2),(523,-1112607000,3),(523,-1094464800,2),(523,-1081157400,3),(523,-1063015200,2),(523,-1049707800,3),(523,-1031565600,2),(523,-1018258200,3),(523,-1000116000,2),(523,-986808600,3),(523,-968061600,2),(523,-955359000,3),(523,-936612000,2),(523,-923304600,3),(523,-757425600,6),(523,152632800,4),(523,162309600,5),(523,183477600,4),(523,194968800,5),(523,215532000,4),(523,226418400,5),(523,246981600,4),(523,257868000,5),(523,278431200,4),(523,289317600,5),(523,309880800,4),(523,320767200,5),(523,341330400,4),(523,352216800,5),(523,372780000,4),(523,384271200,5),(523,404834400,4),(523,415720800,5),(523,436284000,4),(523,447170400,5),(523,467733600,4),(523,478620000,5),(523,499183200,4),(523,510069600,5),(523,530632800,4),(523,541519200,5),(523,562082400,4),(523,573573600,5),(523,594136800,4),(523,605023200,5),(523,623772000,4),(523,637682400,5),(523,655221600,4),(523,669132000,5),(523,686671200,4),(523,700581600,5),(523,718120800,4),(523,732636000,5),(523,749570400,4),(523,764085600,5),(523,781020000,4),(523,795535200,5),(523,812469600,4),(523,826984800,5),(523,844524000,4),(523,858434400,5),(523,875973600,4),(523,889884000,5),(523,907423200,4),(523,921938400,5),(523,938872800,4),(523,953388000,5),(523,970322400,4),(523,984837600,5),(523,1002376800,4),(523,1016287200,5),(523,1033826400,4),(523,1047736800,5),(523,1065276000,4),(523,1079791200,5),(523,1096725600,4),(523,1111240800,5),(523,1128175200,4),(523,1142690400,5),(523,1159624800,4),(523,1174140000,5),(523,1191074400,4),(523,1207404000,5),(523,1222524000,4),(523,1238853600,5),(523,1253973600,4),(523,1270303200,5),(523,1285423200,4),(523,1301752800,5),(523,1316872800,4),(523,1333202400,5),(523,1348927200,4),(523,1365256800,5),(523,1380376800,4),(523,1396706400,5),(523,1411826400,4),(523,1428156000,5),(523,1443276000,4),(523,1459605600,5),(523,1474725600,4),(523,1491055200,5),(523,1506175200,4),(523,1522504800,5),(523,1538229600,4),(523,1554559200,5),(523,1569679200,4),(523,1586008800,5),(523,1601128800,4),(523,1617458400,5),(523,1632578400,4),(523,1648908000,5),(523,1664028000,4),(523,1680357600,5),(523,1695477600,4),(523,1712412000,5),(523,1727532000,4),(523,1743861600,5),(523,1758981600,4),(523,1775311200,5),(523,1790431200,4),(523,1806760800,5),(523,1821880800,4),(523,1838210400,5),(523,1853330400,4),(523,1869660000,5),(523,1885384800,4),(523,1901714400,5),(523,1916834400,4),(523,1933164000,5),(523,1948284000,4),(523,1964613600,5),(523,1979733600,4),(523,1996063200,5),(523,2011183200,4),(523,2027512800,5),(523,2042632800,4),(523,2058962400,5),(523,2074687200,4),(523,2091016800,5),(523,2106136800,4),(523,2122466400,5),(523,2137586400,4),(524,-2147483648,1),(524,-757426500,4),(524,152632800,2),(524,162309600,3),(524,183477600,2),(524,194968800,3),(524,215532000,2),(524,226418400,3),(524,246981600,2),(524,257868000,3),(524,278431200,2),(524,289317600,3),(524,309880800,2),(524,320767200,3),(524,341330400,2),(524,352216800,3),(524,372780000,2),(524,384271200,3),(524,404834400,2),(524,415720800,3),(524,436284000,2),(524,447170400,3),(524,467733600,2),(524,478620000,3),(524,499183200,2),(524,510069600,3),(524,530632800,2),(524,541519200,3),(524,562082400,2),(524,573573600,3),(524,594136800,2),(524,605023200,3),(524,623772000,2),(524,637682400,3),(524,655221600,2),(524,669132000,3),(524,686671200,2),(524,700581600,3),(524,718120800,2),(524,732636000,3),(524,749570400,2),(524,764085600,3),(524,781020000,2),(524,795535200,3),(524,812469600,2),(524,826984800,3),(524,844524000,2),(524,858434400,3),(524,875973600,2),(524,889884000,3),(524,907423200,2),(524,921938400,3),(524,938872800,2),(524,953388000,3),(524,970322400,2),(524,984837600,3),(524,1002376800,2),(524,1016287200,3),(524,1033826400,2),(524,1047736800,3),(524,1065276000,2),(524,1079791200,3),(524,1096725600,2),(524,1111240800,3),(524,1128175200,2),(524,1142690400,3),(524,1159624800,2),(524,1174140000,3),(524,1191074400,2),(524,1207404000,3),(524,1222524000,2),(524,1238853600,3),(524,1253973600,2),(524,1270303200,3),(524,1285423200,2),(524,1301752800,3),(524,1316872800,2),(524,1333202400,3),(524,1348927200,2),(524,1365256800,3),(524,1380376800,2),(524,1396706400,3),(524,1411826400,2),(524,1428156000,3),(524,1443276000,2),(524,1459605600,3),(524,1474725600,2),(524,1491055200,3),(524,1506175200,2),(524,1522504800,3),(524,1538229600,2),(524,1554559200,3),(524,1569679200,2),(524,1586008800,3),(524,1601128800,2),(524,1617458400,3),(524,1632578400,2),(524,1648908000,3),(524,1664028000,2),(524,1680357600,3),(524,1695477600,2),(524,1712412000,3),(524,1727532000,2),(524,1743861600,3),(524,1758981600,2),(524,1775311200,3),(524,1790431200,2),(524,1806760800,3),(524,1821880800,2),(524,1838210400,3),(524,1853330400,2),(524,1869660000,3),(524,1885384800,2),(524,1901714400,3),(524,1916834400,2),(524,1933164000,3),(524,1948284000,2),(524,1964613600,3),(524,1979733600,2),(524,1996063200,3),(524,2011183200,2),(524,2027512800,3),(524,2042632800,2),(524,2058962400,3),(524,2074687200,2),(524,2091016800,3),(524,2106136800,2),(524,2122466400,3),(524,2137586400,2),(524,2147483647,2),(525,-2147483648,2),(525,-1633273200,1),(525,-1615132800,2),(525,-1601823600,1),(525,-1583683200,2),(525,-1570374000,1),(525,-1551628800,2),(525,-1538924400,1),(525,-1534089600,2),(525,-880210800,3),(525,-769395600,4),(525,-765388800,2),(525,-147884400,1),(525,-131558400,2),(525,-116434800,1),(525,-100108800,2),(525,-84380400,1),(525,-68659200,2),(525,-52930800,1),(525,-37209600,2),(525,-21481200,1),(525,-5760000,2),(525,9968400,1),(525,25689600,2),(525,41418000,1),(525,57744000,2),(525,73472400,1),(525,89193600,2),(525,104922000,1),(525,120643200,2),(525,126694800,1),(525,152092800,2),(525,162378000,1),(525,183542400,2),(525,199270800,1),(525,215596800,2),(525,230720400,1),(525,247046400,2),(525,262774800,1),(525,278496000,2),(525,294224400,1),(525,309945600,2),(525,325674000,1),(525,341395200,2),(525,357123600,1),(525,372844800,2),(525,388573200,1),(525,404899200,2),(525,420022800,1),(525,436348800,2),(525,452077200,1),(525,467798400,2),(525,483526800,1),(525,499248000,2),(525,514976400,1),(525,530697600,2),(525,544611600,1),(525,562147200,2),(525,576061200,1),(525,594201600,2),(525,607510800,1),(525,625651200,2),(525,638960400,1),(525,657100800,2),(525,671014800,1),(525,688550400,2),(525,702464400,1),(525,720000000,2),(525,733914000,1),(525,752054400,2),(525,765363600,1),(525,783504000,2),(525,796813200,1),(525,814953600,2),(525,828867600,1),(525,846403200,2),(525,860317200,1),(525,877852800,2),(525,891766800,1),(525,909302400,2),(525,923216400,1),(525,941356800,2),(525,954666000,1),(525,972806400,2),(525,986115600,1),(525,1004256000,2),(525,1018170000,1),(525,1035705600,2),(525,1049619600,1),(525,1067155200,2),(525,1081069200,1),(525,1099209600,2),(525,1112518800,1),(525,1130659200,2),(525,1143968400,1),(525,1162108800,2),(525,1173603600,1),(525,1194163200,2),(525,1205053200,1),(525,1225612800,2),(525,1236502800,1),(525,1257062400,2),(525,1268557200,1),(525,1289116800,2),(525,1300006800,1),(525,1320566400,2),(525,1331456400,1),(525,1352016000,2),(525,1362906000,1),(525,1383465600,2),(525,1394355600,1),(525,1414915200,2),(525,1425805200,1),(525,1446364800,2),(525,1457859600,1),(525,1478419200,2),(525,1489309200,1),(525,1509868800,2),(525,1520758800,1),(525,1541318400,2),(525,1552208400,1),(525,1572768000,2),(525,1583658000,1),(525,1604217600,2),(525,1615712400,1),(525,1636272000,2),(525,1647162000,1),(525,1667721600,2),(525,1678611600,1),(525,1699171200,2),(525,1710061200,1),(525,1730620800,2),(525,1741510800,1),(525,1762070400,2),(525,1772960400,1),(525,1793520000,2),(525,1805014800,1),(525,1825574400,2),(525,1836464400,1),(525,1857024000,2),(525,1867914000,1),(525,1888473600,2),(525,1899363600,1),(525,1919923200,2),(525,1930813200,1),(525,1951372800,2),(525,1962867600,1),(525,1983427200,2),(525,1994317200,1),(525,2014876800,2),(525,2025766800,1),(525,2046326400,2),(525,2057216400,1),(525,2077776000,2),(525,2088666000,1),(525,2109225600,2),(525,2120115600,1),(525,2140675200,2),(526,-2147483648,2),(526,-1600675200,1),(526,-1585904400,2),(526,-933667200,1),(526,-922093200,2),(526,-908870400,1),(526,-888829200,2),(526,-881049600,1),(526,-767869200,2),(526,-745833600,1),(526,-733827600,2),(526,-716889600,1),(526,-699613200,2),(526,-683884800,1),(526,-670669200,2),(526,-652348800,1),(526,-650019600,2),(526,515527200,1),(526,527014800,2),(526,545162400,1),(526,558464400,2),(526,577216800,1),(526,589914000,2),(526,608666400,1),(526,621968400,2),(526,640116000,1),(526,653418000,2),(526,671565600,1),(526,684867600,2),(527,-1633269600,0),(527,-1615129200,1),(527,-1601820000,0),(527,-1583679600,1),(527,-880207200,2),(527,-769395600,3),(527,-765385200,1),(527,-84376800,0),(527,-68655600,1),(527,-52927200,0),(527,-37206000,1),(527,-21477600,0),(527,-5756400,1),(527,9972000,0),(527,25693200,1),(527,41421600,0),(527,57747600,1),(527,73476000,0),(527,89197200,1),(527,104925600,0),(527,120646800,1),(527,126698400,0),(527,152096400,1),(527,162381600,0),(527,183546000,1),(527,199274400,0),(527,215600400,1),(527,230724000,0),(527,247050000,1),(527,262778400,0),(527,278499600,1),(527,294228000,0),(527,309949200,1),(527,325677600,0),(527,341398800,1),(527,357127200,0),(527,372848400,1),(527,388576800,0),(527,404902800,1),(527,420026400,0),(527,436352400,1),(527,452080800,0),(527,467802000,1),(527,483530400,0),(527,499251600,1),(527,514980000,0),(527,530701200,1),(527,544615200,0),(527,562150800,1),(527,576064800,0),(527,594205200,1),(527,607514400,0),(527,625654800,1),(527,638964000,0),(527,657104400,1),(527,671018400,0),(527,688554000,1),(527,702468000,0),(527,720003600,1),(527,733917600,0),(527,752058000,1),(527,765367200,0),(527,783507600,1),(527,796816800,0),(527,814957200,1),(527,828871200,0),(527,846406800,1),(527,860320800,0),(527,877856400,1),(527,891770400,0),(527,909306000,1),(527,923220000,0),(527,941360400,1),(527,954669600,0),(527,972810000,1),(527,986119200,0),(527,1004259600,1),(527,1018173600,0),(527,1035709200,1),(527,1049623200,0),(527,1067158800,1),(527,1081072800,0),(527,1099213200,1),(527,1112522400,0),(527,1130662800,1),(527,1143972000,0),(527,1162112400,1),(527,1173607200,0),(527,1194166800,1),(527,1205056800,0),(527,1225616400,1),(527,1236506400,0),(527,1257066000,1),(527,1268560800,0),(527,1289120400,1),(527,1300010400,0),(527,1320570000,1),(527,1331460000,0),(527,1352019600,1),(527,1362909600,0),(527,1383469200,1),(527,1394359200,0),(527,1414918800,1),(527,1425808800,0),(527,1446368400,1),(527,1457863200,0),(527,1478422800,1),(527,1489312800,0),(527,1509872400,1),(527,1520762400,0),(527,1541322000,1),(527,1552212000,0),(527,1572771600,1),(527,1583661600,0),(527,1604221200,1),(527,1615716000,0),(527,1636275600,1),(527,1647165600,0),(527,1667725200,1),(527,1678615200,0),(527,1699174800,1),(527,1710064800,0),(527,1730624400,1),(527,1741514400,0),(527,1762074000,1),(527,1772964000,0),(527,1793523600,1),(527,1805018400,0),(527,1825578000,1),(527,1836468000,0),(527,1857027600,1),(527,1867917600,0),(527,1888477200,1),(527,1899367200,0),(527,1919926800,1),(527,1930816800,0),(527,1951376400,1),(527,1962871200,0),(527,1983430800,1),(527,1994320800,0),(527,2014880400,1),(527,2025770400,0),(527,2046330000,1),(527,2057220000,0),(527,2077779600,1),(527,2088669600,0),(527,2109229200,1),(527,2120119200,0),(527,2140678800,1),(528,-2147483648,1),(528,-1861878784,2),(528,-631110600,4),(528,1285498800,3),(528,1301752800,4),(528,1316872800,3),(528,1325239200,6),(528,1333202400,5),(528,1348927200,6),(528,1365256800,5),(528,1380376800,6),(528,1396706400,5),(528,1411826400,6),(528,1428156000,5),(528,1443276000,6),(528,1459605600,5),(528,1474725600,6),(528,1491055200,5),(528,1506175200,6),(528,1522504800,5),(528,1538229600,6),(528,1554559200,5),(528,1569679200,6),(528,1586008800,5),(528,1601128800,6),(528,1617458400,5),(528,2147483647,5),(529,-2147483648,2),(529,-1330335000,1),(529,-1320057000,2),(529,-1300699800,3),(529,-1287396000,2),(529,-1269250200,3),(529,-1255946400,2),(529,-1237800600,3),(529,-1224496800,2),(529,-1206351000,3),(529,-1192442400,2),(529,-1174901400,3),(529,-1160992800,2),(529,-1143451800,3),(529,-1125914400,2),(529,-1112607000,3),(529,-1094464800,2),(529,-1081157400,3),(529,-1063015200,2),(529,-1049707800,3),(529,-1031565600,2),(529,-1018258200,3),(529,-1000116000,2),(529,-986808600,3),(529,-968061600,2),(529,-955359000,3),(529,-936612000,2),(529,-923304600,3),(529,-757425600,6),(529,152632800,4),(529,162309600,5),(529,183477600,4),(529,194968800,5),(529,215532000,4),(529,226418400,5),(529,246981600,4),(529,257868000,5),(529,278431200,4),(529,289317600,5),(529,309880800,4),(529,320767200,5),(529,341330400,4),(529,352216800,5),(529,372780000,4),(529,384271200,5),(529,404834400,4),(529,415720800,5),(529,436284000,4),(529,447170400,5),(529,467733600,4),(529,478620000,5),(529,499183200,4),(529,510069600,5),(529,530632800,4),(529,541519200,5),(529,562082400,4),(529,573573600,5),(529,594136800,4),(529,605023200,5),(529,623772000,4),(529,637682400,5),(529,655221600,4),(529,669132000,5),(529,686671200,4),(529,700581600,5),(529,718120800,4),(529,732636000,5),(529,749570400,4),(529,764085600,5),(529,781020000,4),(529,795535200,5),(529,812469600,4),(529,826984800,5),(529,844524000,4),(529,858434400,5),(529,875973600,4),(529,889884000,5),(529,907423200,4),(529,921938400,5),(529,938872800,4),(529,953388000,5),(529,970322400,4),(529,984837600,5),(529,1002376800,4),(529,1016287200,5),(529,1033826400,4),(529,1047736800,5),(529,1065276000,4),(529,1079791200,5),(529,1096725600,4),(529,1111240800,5),(529,1128175200,4),(529,1142690400,5),(529,1159624800,4),(529,1174140000,5),(529,1191074400,4),(529,1207404000,5),(529,1222524000,4),(529,1238853600,5),(529,1253973600,4),(529,1270303200,5),(529,1285423200,4),(529,1301752800,5),(529,1316872800,4),(529,1333202400,5),(529,1348927200,4),(529,1365256800,5),(529,1380376800,4),(529,1396706400,5),(529,1411826400,4),(529,1428156000,5),(529,1443276000,4),(529,1459605600,5),(529,1474725600,4),(529,1491055200,5),(529,1506175200,4),(529,1522504800,5),(529,1538229600,4),(529,1554559200,5),(529,1569679200,4),(529,1586008800,5),(529,1601128800,4),(529,1617458400,5),(529,1632578400,4),(529,1648908000,5),(529,1664028000,4),(529,1680357600,5),(529,1695477600,4),(529,1712412000,5),(529,1727532000,4),(529,1743861600,5),(529,1758981600,4),(529,1775311200,5),(529,1790431200,4),(529,1806760800,5),(529,1821880800,4),(529,1838210400,5),(529,1853330400,4),(529,1869660000,5),(529,1885384800,4),(529,1901714400,5),(529,1916834400,4),(529,1933164000,5),(529,1948284000,4),(529,1964613600,5),(529,1979733600,4),(529,1996063200,5),(529,2011183200,4),(529,2027512800,5),(529,2042632800,4),(529,2058962400,5),(529,2074687200,4),(529,2091016800,5),(529,2106136800,4),(529,2122466400,5),(529,2137586400,4),(530,-2147483648,1),(530,-868010400,2),(530,-768906000,1),(530,1419696000,3),(530,2147483647,3),(531,-2147483648,1),(531,-757426500,4),(531,152632800,2),(531,162309600,3),(531,183477600,2),(531,194968800,3),(531,215532000,2),(531,226418400,3),(531,246981600,2),(531,257868000,3),(531,278431200,2),(531,289317600,3),(531,309880800,2),(531,320767200,3),(531,341330400,2),(531,352216800,3),(531,372780000,2),(531,384271200,3),(531,404834400,2),(531,415720800,3),(531,436284000,2),(531,447170400,3),(531,467733600,2),(531,478620000,3),(531,499183200,2),(531,510069600,3),(531,530632800,2),(531,541519200,3),(531,562082400,2),(531,573573600,3),(531,594136800,2),(531,605023200,3),(531,623772000,2),(531,637682400,3),(531,655221600,2),(531,669132000,3),(531,686671200,2),(531,700581600,3),(531,718120800,2),(531,732636000,3),(531,749570400,2),(531,764085600,3),(531,781020000,2),(531,795535200,3),(531,812469600,2),(531,826984800,3),(531,844524000,2),(531,858434400,3),(531,875973600,2),(531,889884000,3),(531,907423200,2),(531,921938400,3),(531,938872800,2),(531,953388000,3),(531,970322400,2),(531,984837600,3),(531,1002376800,2),(531,1016287200,3),(531,1033826400,2),(531,1047736800,3),(531,1065276000,2),(531,1079791200,3),(531,1096725600,2),(531,1111240800,3),(531,1128175200,2),(531,1142690400,3),(531,1159624800,2),(531,1174140000,3),(531,1191074400,2),(531,1207404000,3),(531,1222524000,2),(531,1238853600,3),(531,1253973600,2),(531,1270303200,3),(531,1285423200,2),(531,1301752800,3),(531,1316872800,2),(531,1333202400,3),(531,1348927200,2),(531,1365256800,3),(531,1380376800,2),(531,1396706400,3),(531,1411826400,2),(531,1428156000,3),(531,1443276000,2),(531,1459605600,3),(531,1474725600,2),(531,1491055200,3),(531,1506175200,2),(531,1522504800,3),(531,1538229600,2),(531,1554559200,3),(531,1569679200,2),(531,1586008800,3),(531,1601128800,2),(531,1617458400,3),(531,1632578400,2),(531,1648908000,3),(531,1664028000,2),(531,1680357600,3),(531,1695477600,2),(531,1712412000,3),(531,1727532000,2),(531,1743861600,3),(531,1758981600,2),(531,1775311200,3),(531,1790431200,2),(531,1806760800,3),(531,1821880800,2),(531,1838210400,3),(531,1853330400,2),(531,1869660000,3),(531,1885384800,2),(531,1901714400,3),(531,1916834400,2),(531,1933164000,3),(531,1948284000,2),(531,1964613600,3),(531,1979733600,2),(531,1996063200,3),(531,2011183200,2),(531,2027512800,3),(531,2042632800,2),(531,2058962400,3),(531,2074687200,2),(531,2091016800,3),(531,2106136800,2),(531,2122466400,3),(531,2137586400,2),(531,2147483647,2),(532,-2147483648,1),(532,-1743674400,2),(532,-1606813200,1),(532,-907408800,2),(532,-770634000,1),(532,2147483647,1),(533,-2147483648,1),(533,-1178124152,4),(533,-36619200,2),(533,-23922000,3),(533,-3355200,2),(533,7527600,3),(533,24465600,2),(533,37767600,3),(533,55915200,2),(533,69217200,3),(533,87969600,2),(533,100666800,3),(533,118209600,2),(533,132116400,3),(533,150868800,2),(533,163566000,3),(533,182318400,2),(533,195620400,3),(533,213768000,2),(533,227070000,3),(533,245217600,2),(533,258519600,3),(533,277272000,2),(533,289969200,3),(533,308721600,2),(533,321418800,3),(533,340171200,2),(533,353473200,3),(533,371620800,2),(533,384922800,5),(533,403070400,6),(533,416372400,5),(533,434520000,6),(533,447822000,5),(533,466574400,6),(533,479271600,5),(533,498024000,6),(533,510721200,5),(533,529473600,6),(533,545194800,5),(533,560923200,6),(533,574225200,5),(533,592372800,6),(533,605674800,5),(533,624427200,6),(533,637124400,5),(533,653457600,6),(533,668574000,5),(533,687326400,6),(533,700628400,5),(533,718776000,6),(533,732078000,5),(533,750225600,6),(533,763527600,5),(533,781675200,6),(533,794977200,5),(533,813729600,6),(533,826426800,5),(533,845179200,6),(533,859690800,5),(533,876628800,6),(533,889930800,5),(533,906868800,6),(533,923194800,5),(533,939528000,6),(533,952830000,5),(533,971582400,6),(533,984279600,5),(533,1003032000,6),(533,1015729200,5),(533,1034481600,6),(533,1047178800,5),(533,1065931200,6),(533,1079233200,5),(533,1097380800,6),(533,1110682800,5),(533,1128830400,6),(533,1142132400,5),(533,1160884800,6),(533,1173582000,5),(533,1192334400,6),(533,1206846000,5),(533,1223784000,6),(533,1237086000,5),(533,1255233600,6),(533,1270350000,5),(533,1286683200,6),(533,1304823600,5),(533,1313899200,6),(533,1335668400,5),(533,1346558400,6),(533,1367118000,5),(533,1378612800,6),(533,1398567600,5),(533,1410062400,6),(533,1463281200,5),(533,1471147200,6),(533,1494730800,5),(533,1502596800,6),(533,1526180400,5),(533,1534046400,6),(533,1554606000,5),(533,1567915200,6),(533,1586055600,5),(533,1599364800,6),(533,1617505200,5),(533,1630814400,6),(533,1648954800,5),(533,1662264000,6),(533,1680404400,5),(533,1693713600,6),(533,1712458800,5),(533,1725768000,6),(533,1743908400,5),(533,1757217600,6),(533,1775358000,5),(533,1788667200,6),(533,1806807600,5),(533,1820116800,6),(533,1838257200,5),(533,1851566400,6),(533,1870311600,5),(533,1883016000,6),(533,1901761200,5),(533,1915070400,6),(533,1933210800,5),(533,1946520000,6),(533,1964660400,5),(533,1977969600,6),(533,1996110000,5),(533,2009419200,6),(533,2027559600,5),(533,2040868800,6),(533,2059614000,5),(533,2072318400,6),(533,2091063600,5),(533,2104372800,6),(533,2122513200,5),(533,2135822400,6),(533,2147483647,6),(534,-2147483648,0),(534,-1829387596,4),(534,125409600,1),(534,133876800,2),(534,433256400,3),(534,448977600,4),(534,464706000,3),(534,480427200,4),(534,496760400,3),(534,511876800,4),(534,528210000,3),(534,543931200,4),(534,559659600,3),(534,575380800,4),(534,591109200,3),(534,606830400,4),(534,622558800,3),(534,638280000,4),(534,654008400,3),(534,669729600,4),(534,686062800,3),(534,696340800,4),(534,719931600,3),(534,727790400,4),(534,2147483647,4),(535,-2147483648,1),(535,307627200,2),(535,788871600,3),(535,2147483647,3),(536,-2147483648,1),(536,1325242800,2),(536,2147483647,2),(537,-2147483648,0),(537,-1709985344,2),(537,909842400,1),(537,920124000,2),(537,941896800,1),(537,951573600,2),(537,1259416800,1),(537,1269698400,2),(537,1287842400,1),(537,1299333600,2),(537,1319292000,1),(537,1327154400,2),(537,1350741600,1),(537,1358604000,2),(537,1382796000,1),(537,1390050000,2),(537,1414850400,1),(537,1421503200,2),(537,1446300000,1),(537,1452952800,2),(537,1478354400,1),(537,1484402400,2),(537,1509804000,1),(537,1515852000,2),(537,1541253600,1),(537,1547301600,2),(537,1573308000,1),(537,1578751200,2),(537,1608386400,1),(537,1610805600,2),(537,1668261600,1),(537,1673704800,2),(537,1699711200,1),(537,1705154400,2),(537,1731160800,1),(537,1736604000,2),(537,1762610400,1),(537,1768658400,2),(537,1794060000,1),(537,1800108000,2),(537,1826114400,1),(537,1831557600,2),(537,1857564000,1),(537,1863007200,2),(537,1889013600,1),(537,1894456800,2),(537,1920463200,1),(537,1925906400,2),(537,1951912800,1),(537,1957960800,2),(537,1983967200,1),(537,1989410400,2),(537,2015416800,1),(537,2020860000,2),(537,2046866400,1),(537,2052309600,2),(537,2078316000,1),(537,2083759200,2),(537,2109765600,1),(537,2115813600,2),(537,2141215200,1),(537,2147263200,2),(537,2147483647,2),(538,-2147483648,1),(538,2147483647,1),(539,-2147483648,0),(539,-1230746496,1),(539,504939600,3),(539,722930400,2),(539,728888400,3),(539,2147483647,3),(540,-2147483648,0),(540,-1806678012,1),(540,2147483647,1),(541,-2147483648,0),(541,-1806748788,1),(541,2147483647,1),(542,-2147483648,1),(542,-885549600,2),(542,-802256400,1),(542,-331891200,3),(542,-281610000,1),(542,-73728000,3),(542,-29415540,1),(542,-16704000,3),(542,-10659600,1),(542,9907200,3),(542,21394800,1),(542,41356800,3),(542,52844400,1),(542,124819200,3),(542,130863600,1),(542,201888000,3),(542,209487660,1),(542,230659200,3),(542,241542000,1),(542,977493600,4),(543,-2147483648,1),(543,-1157283000,2),(543,-1155436200,1),(543,-880198200,3),(543,-769395600,4),(543,-765376200,1),(543,-712150200,5),(544,-2147483648,1),(544,-1157283000,2),(544,-1155436200,1),(544,-880198200,3),(544,-769395600,4),(544,-765376200,1),(544,-712150200,5),(545,-2147483648,1),(545,307622400,2),(545,788868000,3),(545,2147483647,3),(546,-2147483648,1),(546,-1743678000,2),(546,-1606813200,1),(546,-1041418800,3),(546,-907408800,2),(546,-770634000,1),(546,-7988400,4),(546,915105600,1),(546,2147483647,1),(547,-2147483648,1),(547,-1041418800,2),(547,-907408800,3),(547,-817462800,1),(547,-7988400,4),(547,745934400,5),(547,2147483647,5),(548,-2147483648,1),(548,-1743678000,2),(548,-1606813200,1),(548,-1041418800,3),(548,-907408800,2),(548,-818067600,1),(548,-7988400,4),(548,2147483647,4),(549,-2147483648,0),(549,-1806676920,1),(549,2147483647,1),(550,-2147483648,1),(550,-1861879032,2),(551,-2147483648,0),(551,-1545131260,1),(551,-862918200,2),(551,-767350800,1),(551,287418600,3),(551,2147483647,3),(552,-2147483648,1),(552,-599575200,2),(552,276089400,3),(552,2147483647,3),(553,-2147483648,1),(553,-599656320,2),(553,152029800,3),(553,162916200,4),(553,1443882600,5),(553,1561899600,7),(553,1570287600,6),(553,1586012400,5),(553,1601737200,6),(553,1617462000,5),(553,1633186800,6),(553,1648911600,5),(553,1664636400,6),(553,1680361200,5),(553,1696086000,6),(553,1712415600,5),(553,1728140400,6),(553,1743865200,5),(553,1759590000,6),(553,1775314800,5),(553,1791039600,6),(553,1806764400,5),(553,1822489200,6),(553,1838214000,5),(553,1853938800,6),(553,1869663600,5),(553,1885993200,6),(553,1901718000,5),(553,1917442800,6),(553,1933167600,5),(553,1948892400,6),(553,1964617200,5),(553,1980342000,6),(553,1996066800,5),(553,2011791600,6),(553,2027516400,5),(553,2043241200,6),(553,2058966000,5),(553,2075295600,6),(553,2091020400,5),(553,2106745200,6),(553,2122470000,5),(553,2138194800,6),(553,2147483647,6),(554,-2147483648,0),(554,-1829387148,2),(554,250002000,1),(554,257342400,2),(554,281451600,1),(554,288878400,2),(554,849366000,3),(554,857228400,4),(554,2147483647,4),(555,-2147483648,1),(555,-1861879032,2),(556,-2147483648,1),(556,2147483647,1),(557,-2147483648,1),(557,893665800,2),(557,2147483647,2),(558,-2147483648,1),(558,-1743678000,2),(558,-1606813200,1),(558,-1041418800,3),(558,-907408800,2),(558,-770634000,1),(558,2147483647,1),(559,-2147483648,1),(559,-1743678000,2),(559,-1606813200,1),(559,-1041418800,3),(559,-907408800,2),(559,-770634000,1),(559,2147483647,1),(560,-2147483648,1),(560,2147483647,1),(561,-2147483648,1),(561,279714600,3),(561,289387800,2),(561,309952800,3),(561,320837400,2),(561,341402400,3),(561,352287000,2),(561,372852000,3),(561,384341400,2),(561,404906400,3),(561,415791000,2),(561,436356000,3),(561,447240600,2),(561,467805600,3),(561,478690200,2),(561,499255200,3),(561,510139800,2),(561,530704800,3),(561,541589400,2),(561,562154400,3),(561,573643800,2),(561,594208800,3),(561,605093400,2),(561,625658400,3),(561,636543000,2),(561,657108000,3),(561,667992600,2),(561,2147483647,2),(562,-2147483648,1),(562,-885549600,2),(562,-802256400,1),(562,-331891200,3),(562,-281610000,1),(562,-73728000,3),(562,-29415540,1),(562,-16704000,3),(562,-10659600,1),(562,9907200,3),(562,21394800,1),(562,41356800,3),(562,52844400,1),(562,124819200,3),(562,130863600,1),(562,201888000,3),(562,209487660,1),(562,230659200,3),(562,241542000,1),(562,977493600,4),(563,-2147483648,1),(563,-1861879032,2),(564,-2147483648,0),(564,-1806674504,1),(564,2147483647,1),(565,-2147483648,1),(565,2147483647,1),(566,-2147483648,1),(566,-915193200,2),(566,939214800,3),(566,953384400,4),(566,973342800,5),(566,980596800,2),(566,1004792400,5),(566,1012046400,2),(566,1478350800,5),(566,1484398800,2),(566,2147483647,2),(567,-2147483648,1),(567,-1743674400,2),(567,-1606813200,1),(567,-907408800,2),(567,-770634000,1),(567,2147483647,1),(568,-2147483648,1),(568,2147483647,1),(569,-2147483648,1),(569,2147483647,1),(570,-2147483648,1),(570,-1743674400,2),(570,-1606813200,1),(570,-907408800,2),(570,-770634000,1),(570,2147483647,1),(571,-2147483648,1),(571,-1717032240,3),(571,-1693706400,2),(571,-1680483600,3),(571,-1663455600,4),(571,-1650150000,5),(571,-1632006000,4),(571,-1618700400,8),(571,-1600473600,6),(571,-1587168000,7),(571,-1501725600,3),(571,-931734000,2),(571,-857257200,5),(571,-844556400,4),(571,-828226800,5),(571,-812502000,4),(571,-796874400,2),(571,-796608000,3),(571,-778726800,2),(571,-762660000,3),(571,-748486800,4),(571,-733273200,5),(571,-715215600,4),(571,-701910000,5),(571,-684975600,4),(571,-670460400,5),(571,-654130800,4),(571,-639010800,5),(571,-397094400,4),(571,-386812800,5),(571,-371088000,4),(571,-355363200,5),(571,-334195200,4),(571,-323308800,5),(571,-307584000,4),(571,-291859200,5),(571,-271296000,4),(571,-260409600,5),(571,-239846400,4),(571,-228960000,5),(571,-208396800,4),(571,-197510400,5),(571,-176342400,4),(571,-166060800,5),(571,220921200,3),(571,228873600,4),(571,243993600,5),(571,260323200,4),(571,276048000,5),(571,291772800,4),(571,307497600,5),(571,323827200,4),(571,338947200,5),(571,354672000,4),(571,370396800,5),(571,386121600,4),(571,401846400,5),(571,417571200,4),(571,433296000,5),(571,449020800,4),(571,465350400,5),(571,481075200,4),(571,496800000,5),(571,512524800,4),(571,528249600,5),(571,543974400,4),(571,559699200,5),(571,567990000,3),(571,575427600,9),(571,591152400,10),(571,606877200,9),(571,622602000,10),(571,638326800,9),(571,654656400,10),(571,670381200,9),(571,686106000,10),(571,701830800,9),(571,717555600,10),(571,733280400,9),(571,749005200,10),(571,764730000,9),(571,780454800,10),(571,796179600,9),(571,811904400,10),(571,828234000,9),(571,846378000,10),(571,859683600,9),(571,877827600,10),(571,891133200,9),(571,909277200,10),(571,922582800,9),(571,941331600,10),(571,954032400,9),(571,972781200,10),(571,985482000,9),(571,1004230800,10),(571,1017536400,9),(571,1035680400,10),(571,1048986000,9),(571,1067130000,10),(571,1080435600,9),(571,1099184400,10),(571,1111885200,9),(571,1130634000,10),(571,1143334800,9),(571,1162083600,10),(571,1174784400,9),(571,1193533200,10),(571,1206838800,9),(571,1224982800,10),(571,1238288400,9),(571,1256432400,10),(571,1269738000,9),(571,1288486800,10),(571,1301187600,9),(571,1319936400,10),(571,1332637200,9),(571,1351386000,10),(571,1364691600,9),(571,1382835600,10),(571,1396141200,9),(571,1414285200,10),(571,1427590800,9),(571,1445734800,10),(571,1459040400,9),(571,1477789200,10),(571,1490490000,9),(571,1509238800,10),(571,1521939600,9),(571,1540688400,10),(571,1553994000,9),(571,1572138000,10),(571,1585443600,9),(571,1603587600,10),(571,1616893200,9),(571,1635642000,10),(571,1648342800,9),(571,1667091600,10),(571,1679792400,9),(571,1698541200,10),(571,1711846800,9),(571,1729990800,10),(571,1743296400,9),(571,1761440400,10),(571,1774746000,9),(571,1792890000,10),(571,1806195600,9),(571,1824944400,10),(571,1837645200,9),(571,1856394000,10),(571,1869094800,9),(571,1887843600,10),(571,1901149200,9),(571,1919293200,10),(571,1932598800,9),(571,1950742800,10),(571,1964048400,9),(571,1982797200,10),(571,1995498000,9),(571,2014246800,10),(571,2026947600,9),(571,2045696400,10),(571,2058397200,9),(571,2077146000,10),(571,2090451600,9),(571,2108595600,10),(571,2121901200,9),(571,2140045200,10),(572,-2147483648,0),(572,-1830384000,6),(572,-1689555600,1),(572,-1677801600,2),(572,-1667437200,3),(572,-1647738000,4),(572,-1635814800,3),(572,-1616202000,4),(572,-1604365200,3),(572,-1584666000,4),(572,-1572742800,3),(572,-1553043600,4),(572,-1541206800,3),(572,-1521507600,4),(572,-1442451600,3),(572,-1426813200,4),(572,-1379293200,3),(572,-1364778000,4),(572,-1348448400,3),(572,-1333328400,4),(572,-1316394000,3),(572,-1301274000,4),(572,-1284339600,3),(572,-1269824400,4),(572,-1221440400,3),(572,-1206925200,4),(572,-1191200400,3),(572,-1175475600,4),(572,-1127696400,3),(572,-1111971600,4),(572,-1096851600,3),(572,-1080522000,4),(572,-1063587600,3),(572,-1049072400,4),(572,-1033347600,3),(572,-1017622800,4),(572,-1002502800,3),(572,-986173200,4),(572,-969238800,3),(572,-950490000,4),(572,-942022800,3),(572,-922669200,4),(572,-906944400,3),(572,-891133200,4),(572,-877309200,3),(572,-873684000,5),(572,-864007200,3),(572,-857955600,4),(572,-845859600,3),(572,-842839200,5),(572,-831348000,3),(572,-825901200,4),(572,-814410000,3),(572,-810784800,5),(572,-799898400,3),(572,-794451600,4),(572,-782960400,3),(572,-779335200,5),(572,-768448800,3),(572,-763002000,4),(572,-749091600,3),(572,-733366800,4),(572,-717631200,3),(572,-701906400,4),(572,-686181600,3),(572,-670456800,4),(572,-654732000,3),(572,-639007200,4),(572,-591832800,3),(572,-575503200,4),(572,-559778400,3),(572,-544053600,4),(572,-528328800,3),(572,-512604000,4),(572,-496879200,3),(572,-481154400,4),(572,-465429600,3),(572,-449704800,4),(572,-433980000,3),(572,-417650400,4),(572,-401925600,3),(572,-386200800,4),(572,-370476000,3),(572,-354751200,4),(572,-339026400,3),(572,-323301600,4),(572,-307576800,3),(572,-291852000,4),(572,-276127200,3),(572,-260402400,4),(572,-244677600,3),(572,-228348000,4),(572,-212623200,3),(572,-196898400,4),(572,-181173600,3),(572,-165448800,4),(572,-149724000,3),(572,-133999200,4),(572,-118274400,7),(572,212544000,2),(572,228268800,3),(572,243993600,4),(572,260323200,3),(572,276048000,4),(572,291772800,3),(572,307501200,4),(572,323222400,3),(572,338950800,4),(572,354675600,3),(572,370400400,4),(572,386125200,3),(572,401850000,4),(572,417578400,3),(572,433299600,4),(572,449024400,3),(572,465354000,4),(572,481078800,3),(572,496803600,4),(572,512528400,3),(572,528253200,4),(572,543978000,3),(572,559702800,4),(572,575427600,3),(572,591152400,4),(572,606877200,3),(572,622602000,4),(572,638326800,3),(572,654656400,4),(572,670381200,3),(572,686106000,4),(572,701830800,3),(572,717555600,8),(572,733280400,9),(572,749005200,8),(572,764730000,9),(572,780454800,8),(572,796179600,9),(572,811904400,8),(572,828234000,10),(572,846378000,6),(572,859683600,10),(572,877827600,6),(572,891133200,10),(572,909277200,6),(572,922582800,10),(572,941331600,6),(572,954032400,10),(572,972781200,6),(572,985482000,10),(572,1004230800,6),(572,1017536400,10),(572,1035680400,6),(572,1048986000,10),(572,1067130000,6),(572,1080435600,10),(572,1099184400,6),(572,1111885200,10),(572,1130634000,6),(572,1143334800,10),(572,1162083600,6),(572,1174784400,10),(572,1193533200,6),(572,1206838800,10),(572,1224982800,6),(572,1238288400,10),(572,1256432400,6),(572,1269738000,10),(572,1288486800,6),(572,1301187600,10),(572,1319936400,6),(572,1332637200,10),(572,1351386000,6),(572,1364691600,10),(572,1382835600,6),(572,1396141200,10),(572,1414285200,6),(572,1427590800,10),(572,1445734800,6),(572,1459040400,10),(572,1477789200,6),(572,1490490000,10),(572,1509238800,6),(572,1521939600,10),(572,1540688400,6),(572,1553994000,10),(572,1572138000,6),(572,1585443600,10),(572,1603587600,6),(572,1616893200,10),(572,1635642000,6),(572,1648342800,10),(572,1667091600,6),(572,1679792400,10),(572,1698541200,6),(572,1711846800,10),(572,1729990800,6),(572,1743296400,10),(572,1761440400,6),(572,1774746000,10),(572,1792890000,6),(572,1806195600,10),(572,1824944400,6),(572,1837645200,10),(572,1856394000,6),(572,1869094800,10),(572,1887843600,6),(572,1901149200,10),(572,1919293200,6),(572,1932598800,10),(572,1950742800,6),(572,1964048400,10),(572,1982797200,6),(572,1995498000,10),(572,2014246800,6),(572,2026947600,10),(572,2045696400,6),(572,2058397200,10),(572,2077146000,6),(572,2090451600,10),(572,2108595600,6),(572,2121901200,10),(572,2140045200,6),(573,-2147483648,1),(573,-1017820800,2),(573,-766224000,1),(573,-745833600,3),(573,-733827600,1),(573,-716889600,3),(573,-699613200,1),(573,-683884800,3),(573,-670669200,1),(573,-652348800,3),(573,-639133200,1),(573,-620812800,3),(573,-607597200,1),(573,-589276800,3),(573,-576061200,1),(573,-562924800,3),(573,-541760400,1),(573,-528710400,3),(573,-510224400,1),(573,-497174400,3),(573,-478688400,1),(573,-465638400,3),(573,-449830800,1),(573,-434016000,3),(573,-418208400,1),(573,-402480000,3),(573,-386672400,1),(573,-370944000,3),(573,-355136400,1),(573,-339408000,3),(573,-323600400,1),(573,-302515200,3),(573,-291978000,1),(573,-270979200,3),(573,-260442000,1),(573,133977600,3),(573,149785200,1),(573,165513600,3),(573,181321200,1),(573,299606400,3),(573,307551600,1),(574,-2147483648,0),(574,-1948782472,1),(574,-1830414600,2),(574,-767350800,4),(574,-681210000,3),(574,-672228000,4),(574,-654771600,3),(574,-640864800,4),(574,-623408400,3),(574,-609415200,4),(574,-588848400,3),(574,-577965600,4),(574,-498128400,1),(574,-462702600,5),(574,-451733400,1),(574,-429784200,5),(574,-418296600,1),(574,-399544200,5),(574,-387451800,1),(574,-368094600,5),(574,-356002200,1),(574,-336645000,5),(574,-324552600,1),(574,-305195400,5),(574,-293103000,1),(574,-264933000,4),(574,547578000,3),(574,560883600,4),(574,579027600,3),(574,592333200,4),(575,-2147483648,1),(575,-2038200925,2),(575,-1167634800,3),(575,-1073028000,4),(575,-894180000,5),(575,-879665400,6),(575,-767005200,5),(575,378664200,7),(575,2147483647,7),(576,-2147483648,1),(576,-873057600,3),(576,-769395600,2),(576,-765399600,1),(577,-2147483648,0),(577,-2131645536,2),(577,-1696276800,1),(577,-1680469200,2),(577,-1632074400,1),(577,-1615143600,2),(577,-1566763200,1),(577,-1557090000,2),(577,-1535486400,1),(577,-1524949200,2),(577,-1504468800,1),(577,-1493413200,2),(577,-1472414400,1),(577,-1461963600,2),(577,-1440964800,1),(577,-1429390800,2),(577,-1409515200,1),(577,-1396731600,2),(577,-1376856000,1),(577,-1366491600,2),(577,-1346616000,1),(577,-1333832400,2),(577,-1313956800,1),(577,-1303678800,2),(577,-1282507200,1),(577,-1272661200,2),(577,-1251057600,1),(577,-1240088400,2),(577,-1219608000,1),(577,-1207429200,2),(577,-1188763200,1),(577,-1175979600,2),(577,-1157313600,1),(577,-1143925200,2),(577,-1124049600,1),(577,-1113771600,2),(577,-1091390400,1),(577,-1081026000,2),(577,-1059854400,1),(577,-1050786000,2),(577,-1030910400,1),(577,-1018126800,2),(577,-999460800,1),(577,-986677200,2),(577,-965592000,1),(577,-955227600,2),(577,-935956800,1),(577,-923173200,2),(577,-904507200,1),(577,-891723600,2),(577,-880221600,3),(577,-769395600,4),(577,-765399600,2),(577,-747252000,1),(577,-733950000,2),(577,-715802400,1),(577,-702500400,2),(577,-684352800,1),(577,-671050800,2),(577,-652903200,1),(577,-639601200,2),(577,-589399200,1),(577,-576097200,2),(577,-557949600,1),(577,-544647600,2),(577,-526500000,1),(577,-513198000,2),(577,-495050400,1),(577,-481748400,2),(577,-431546400,1),(577,-418244400,2),(577,-400096800,1),(577,-386794800,2),(577,-368647200,1),(577,-355345200,2),(577,-337197600,1),(577,-323895600,2),(577,-242244000,1),(577,-226522800,2),(577,-210794400,1),(577,-195073200,2),(577,-179344800,1),(577,-163623600,2),(577,-147895200,1),(577,-131569200,2),(577,-116445600,1),(577,-100119600,2),(577,-84391200,1),(577,-68670000,2),(577,-52941600,1),(577,-37220400,2),(577,-21492000,1),(577,-5770800,2),(577,9957600,1),(577,25678800,2),(577,41407200,1),(577,57733200,2),(577,73461600,1),(577,89182800,2),(577,104911200,1),(577,120632400,2),(577,136360800,1),(577,152082000,2),(577,167810400,1),(577,183531600,2),(577,199260000,1),(577,215586000,2),(577,230709600,1),(577,247035600,2),(577,262764000,1),(577,278485200,2),(577,294213600,1),(577,309934800,2),(577,325663200,1),(577,341384400,2),(577,357112800,1),(577,372834000,2),(577,388562400,1),(577,404888400,2),(577,420012000,1),(577,436338000,2),(577,452066400,1),(577,467787600,2),(577,483516000,1),(577,499237200,2),(577,514965600,1),(577,530686800,2),(577,544600800,1),(577,562136400,2),(577,576050400,1),(577,594190800,2),(577,607500000,1),(577,625640400,2),(577,638949600,1),(577,657090000,2),(577,671004000,1),(577,688539600,2),(577,702453600,1),(577,719989200,2),(577,733903200,1),(577,752043600,2),(577,765352800,1),(577,783493200,2),(577,796802400,1),(577,814942800,2),(577,828856800,1),(577,846392400,2),(577,860306400,1),(577,877842000,2),(577,891756000,1),(577,909291600,2),(577,923205600,1),(577,941346000,2),(577,954655200,1),(577,972795600,2),(577,986104800,1),(577,1004245200,2),(577,1018159200,1),(577,1035694800,2),(577,1049608800,1),(577,1067144400,2),(577,1081058400,1),(577,1099198800,2),(577,1112508000,1),(577,1130648400,2),(577,1143957600,1),(577,1162098000,2),(577,1173592800,1),(577,1194152400,2),(577,1205042400,1),(577,1225602000,2),(577,1236492000,1),(577,1257051600,2),(577,1268546400,1),(577,1289106000,2),(577,1299996000,1),(577,1320555600,2),(577,1331445600,1),(577,1352005200,2),(577,1362895200,1),(577,1383454800,2),(577,1394344800,1),(577,1414904400,2),(577,1425794400,1),(577,1446354000,2),(577,1457848800,1),(577,1478408400,2),(577,1489298400,1),(577,1509858000,2),(577,1520748000,1),(577,1541307600,2),(577,1552197600,1),(577,1572757200,2),(577,1583647200,1),(577,1604206800,2),(577,1615701600,1),(577,1636261200,2),(577,1647151200,1),(577,1667710800,2),(577,1678600800,1),(577,1699160400,2),(577,1710050400,1),(577,1730610000,2),(577,1741500000,1),(577,1762059600,2),(577,1772949600,1),(577,1793509200,2),(577,1805004000,1),(577,1825563600,2),(577,1836453600,1),(577,1857013200,2),(577,1867903200,1),(577,1888462800,2),(577,1899352800,1),(577,1919912400,2),(577,1930802400,1),(577,1951362000,2),(577,1962856800,1),(577,1983416400,2),(577,1994306400,1),(577,2014866000,2),(577,2025756000,1),(577,2046315600,2),(577,2057205600,1),(577,2077765200,2),(577,2088655200,1),(577,2109214800,2),(577,2120104800,1),(577,2140664400,2),(578,-2147483648,0),(578,-2030202084,2),(578,-1632063600,1),(578,-1615132800,2),(578,-1251651600,1),(578,-1238349600,2),(578,-1220202000,1),(578,-1206900000,2),(578,-1188752400,1),(578,-1175450400,2),(578,-1156698000,1),(578,-1144000800,2),(578,-1125248400,1),(578,-1111946400,2),(578,-1032714000,1),(578,-1016992800,2),(578,-1001264400,1),(578,-986148000,2),(578,-969814800,1),(578,-954093600,2),(578,-937760400,1),(578,-922039200,2),(578,-906310800,1),(578,-890589600,2),(578,-880210800,3),(578,-769395600,4),(578,-765388800,2),(578,-748450800,1),(578,-732729600,2),(578,-715791600,1),(578,-702489600,2),(578,-684342000,1),(578,-671040000,2),(578,-652892400,1),(578,-639590400,2),(578,-620838000,1),(578,-608140800,2),(578,-589388400,1),(578,-576086400,2),(578,-557938800,1),(578,-544636800,2),(578,-526489200,1),(578,-513187200,2),(578,-495039600,1),(578,-481737600,2),(578,-463590000,1),(578,-450288000,2),(578,-431535600,1),(578,-418233600,2),(578,-400086000,1),(578,-386784000,2),(578,-337186800,1),(578,-321465600,2),(578,-305737200,5),(579,-2147483648,2),(579,-1633276800,1),(579,-1615136400,2),(579,-1601827200,1),(579,-1583686800,2),(579,-1563724800,1),(579,-1551632400,2),(579,-1538928000,1),(579,-1520182800,2),(579,-1504454400,1),(579,-1491757200,2),(579,-1473004800,1),(579,-1459702800,2),(579,-1441555200,1),(579,-1428253200,2),(579,-1410105600,1),(579,-1396803600,2),(579,-1378656000,1),(579,-1365354000,2),(579,-1347206400,1),(579,-1333904400,2),(579,-1315152000,1),(579,-1301850000,2),(579,-1283702400,1),(579,-1270400400,2),(579,-1252252800,1),(579,-1238950800,2),(579,-1220803200,1),(579,-1207501200,2),(579,-1189353600,1),(579,-1176051600,2),(579,-1157299200,1),(579,-1144602000,2),(579,-1125849600,1),(579,-1112547600,2),(579,-1094400000,1),(579,-1081098000,2),(579,-1067788800,3),(579,-1045414800,2),(579,-1031500800,1),(579,-1018198800,2),(579,-1000051200,1),(579,-986749200,2),(579,-967996800,1),(579,-955299600,2),(579,-936547200,1),(579,-923245200,2),(579,-905097600,1),(579,-891795600,2),(579,-880214400,4),(579,-769395600,5),(579,-765392400,2),(579,-747244800,1),(579,-733942800,2),(579,-715795200,1),(579,-702493200,2),(579,-684345600,1),(579,-671043600,2),(579,-652896000,1),(579,-639594000,2),(579,-620841600,1),(579,-608144400,2),(579,-589392000,1),(579,-576090000,2),(579,-557942400,1),(579,-544640400,2),(579,-526492800,1),(579,-513190800,2),(579,-495043200,1),(579,-481741200,2),(579,-463593600,1),(579,-447267600,2),(579,-431539200,1),(579,-415818000,2),(579,-400089600,1),(579,-384368400,2),(579,-368640000,1),(579,-352918800,2),(579,-337190400,1),(579,-321469200,2),(579,-305740800,1),(579,-289414800,2),(579,-273686400,1),(579,-257965200,2),(579,-242236800,1),(579,-226515600,2),(579,-210787200,1),(579,-195066000,2),(579,-179337600,1),(579,-163616400,2),(579,-147888000,1),(579,-131562000,2),(579,-116438400,1),(579,-100112400,2),(579,-84384000,1),(579,-68662800,2),(579,-52934400,1),(579,-37213200,2),(579,-21484800,1),(579,-5763600,2),(579,9964800,1),(579,25686000,2),(579,41414400,1),(579,57740400,2),(579,73468800,1),(579,89190000,2),(579,104918400,1),(579,120639600,2),(579,126691200,1),(579,152089200,2),(579,162374400,1),(579,183538800,2),(579,199267200,1),(579,215593200,2),(579,230716800,1),(579,247042800,2),(579,262771200,1),(579,278492400,2),(579,294220800,1),(579,309942000,2),(579,325670400,1),(579,341391600,2),(579,357120000,1),(579,372841200,2),(579,388569600,1),(579,404895600,2),(579,420019200,1),(579,436345200,2),(579,452073600,1),(579,467794800,2),(579,483523200,1),(579,499244400,2),(579,514972800,1),(579,530694000,2),(579,544608000,1),(579,562143600,2),(579,576057600,1),(579,594198000,2),(579,607507200,1),(579,625647600,2),(579,638956800,1),(579,657097200,2),(579,671011200,1),(579,688546800,2),(579,702460800,1),(579,719996400,2),(579,733910400,1),(579,752050800,2),(579,765360000,1),(579,783500400,2),(579,796809600,1),(579,814950000,2),(579,828864000,1),(579,846399600,2),(579,860313600,1),(579,877849200,2),(579,891763200,1),(579,909298800,2),(579,923212800,1),(579,941353200,2),(579,954662400,1),(579,972802800,2),(579,986112000,1),(579,1004252400,2),(579,1018166400,1),(579,1035702000,2),(579,1049616000,1),(579,1067151600,2),(579,1081065600,1),(579,1099206000,2),(579,1112515200,1),(579,1130655600,2),(579,1143964800,1),(579,1162105200,2),(579,1173600000,1),(579,1194159600,2),(579,1205049600,1),(579,1225609200,2),(579,1236499200,1),(579,1257058800,2),(579,1268553600,1),(579,1289113200,2),(579,1300003200,1),(579,1320562800,2),(579,1331452800,1),(579,1352012400,2),(579,1362902400,1),(579,1383462000,2),(579,1394352000,1),(579,1414911600,2),(579,1425801600,1),(579,1446361200,2),(579,1457856000,1),(579,1478415600,2),(579,1489305600,1),(579,1509865200,2),(579,1520755200,1),(579,1541314800,2),(579,1552204800,1),(579,1572764400,2),(579,1583654400,1),(579,1604214000,2),(579,1615708800,1),(579,1636268400,2),(579,1647158400,1),(579,1667718000,2),(579,1678608000,1),(579,1699167600,2),(579,1710057600,1),(579,1730617200,2),(579,1741507200,1),(579,1762066800,2),(579,1772956800,1),(579,1793516400,2),(579,1805011200,1),(579,1825570800,2),(579,1836460800,1),(579,1857020400,2),(579,1867910400,1),(579,1888470000,2),(579,1899360000,1),(579,1919919600,2),(579,1930809600,1),(579,1951369200,2),(579,1962864000,1),(579,1983423600,2),(579,1994313600,1),(579,2014873200,2),(579,2025763200,1),(579,2046322800,2),(579,2057212800,1),(579,2077772400,2),(579,2088662400,1),(579,2109222000,2),(579,2120112000,1),(579,2140671600,2),(580,-2147483648,1),(580,-1946918424,2),(581,-2147483648,2),(581,-1633280400,1),(581,-1615140000,2),(581,-1601830800,1),(581,-1583690400,2),(581,-1570381200,1),(581,-1551636000,2),(581,-1536512400,1),(581,-1523210400,2),(581,-1504458000,1),(581,-1491760800,2),(581,-1473008400,1),(581,-1459706400,2),(581,-1441558800,1),(581,-1428256800,2),(581,-1410109200,1),(581,-1396807200,2),(581,-1378659600,1),(581,-1365357600,2),(581,-1347210000,1),(581,-1333908000,2),(581,-1315155600,1),(581,-1301853600,2),(581,-1283706000,1),(581,-1270404000,2),(581,-1252256400,1),(581,-1238954400,2),(581,-1220806800,1),(581,-1207504800,2),(581,-1189357200,1),(581,-1176055200,2),(581,-1157302800,1),(581,-1144605600,2),(581,-1125853200,1),(581,-1112551200,2),(581,-1094403600,1),(581,-1081101600,2),(581,-1062954000,1),(581,-1049652000,2),(581,-1031504400,1),(581,-1018202400,2),(581,-1000054800,1),(581,-986752800,2),(581,-968000400,1),(581,-955303200,2),(581,-936550800,1),(581,-923248800,2),(581,-905101200,1),(581,-891799200,2),(581,-880218000,3),(581,-769395600,4),(581,-765396000,2),(581,-747248400,1),(581,-733946400,2),(581,-715798800,1),(581,-702496800,2),(581,-684349200,1),(581,-671047200,2),(581,-652899600,1),(581,-639597600,2),(581,-620845200,1),(581,-608148000,2),(581,-589395600,1),(581,-576093600,2),(581,-557946000,1),(581,-544644000,2),(581,-526496400,1),(581,-513194400,2),(581,-495046800,1),(581,-481744800,2),(581,-463597200,1),(581,-447271200,2),(581,-431542800,1),(581,-415821600,2),(581,-400093200,1),(581,-384372000,2),(581,-368643600,1),(581,-352922400,2),(581,-337194000,1),(581,-321472800,2),(581,-305744400,1),(581,-289418400,2),(581,-273690000,1),(581,-257968800,2),(581,-242240400,1),(581,-226519200,2),(581,-210790800,1),(581,-195069600,2),(581,-179341200,1),(581,-163620000,2),(581,-147891600,1),(581,-131565600,2),(581,-116442000,1),(581,-100116000,2),(581,-84387600,1),(581,-68666400,2),(581,-52938000,1),(581,-37216800,2),(581,-21488400,1),(581,-5767200,2),(581,9961200,1),(581,25682400,2),(581,41410800,1),(581,57736800,2),(581,73465200,1),(581,89186400,2),(581,104914800,1),(581,120636000,2),(581,126687600,1),(581,152085600,2),(581,162370800,1),(581,183535200,2),(581,199263600,1),(581,215589600,2),(581,230713200,1),(581,247039200,2),(581,262767600,1),(581,278488800,2),(581,294217200,1),(581,309938400,2),(581,325666800,1),(581,341388000,2),(581,357116400,1),(581,372837600,2),(581,388566000,1),(581,404892000,2),(581,420015600,1),(581,436341600,2),(581,452070000,1),(581,467791200,2),(581,483519600,1),(581,499240800,2),(581,514969200,1),(581,530690400,2),(581,544604400,1),(581,562140000,2),(581,576054000,1),(581,594194400,2),(581,607503600,1),(581,625644000,2),(581,638953200,1),(581,657093600,2),(581,671007600,1),(581,688543200,2),(581,702457200,1),(581,719992800,2),(581,733906800,1),(581,752047200,2),(581,765356400,1),(581,783496800,2),(581,796806000,1),(581,814946400,2),(581,828860400,1),(581,846396000,2),(581,860310000,1),(581,877845600,2),(581,891759600,1),(581,909295200,2),(581,923209200,1),(581,941349600,2),(581,954658800,1),(581,972799200,2),(581,986108400,1),(581,1004248800,2),(581,1018162800,1),(581,1035698400,2),(581,1049612400,1),(581,1067148000,2),(581,1081062000,1),(581,1099202400,2),(581,1112511600,1),(581,1130652000,2),(581,1143961200,1),(581,1162101600,2),(581,1173596400,1),(581,1194156000,2),(581,1205046000,1),(581,1225605600,2),(581,1236495600,1),(581,1257055200,2),(581,1268550000,1),(581,1289109600,2),(581,1299999600,1),(581,1320559200,2),(581,1331449200,1),(581,1352008800,2),(581,1362898800,1),(581,1383458400,2),(581,1394348400,1),(581,1414908000,2),(581,1425798000,1),(581,1446357600,2),(581,1457852400,1),(581,1478412000,2),(581,1489302000,1),(581,1509861600,2),(581,1520751600,1),(581,1541311200,2),(581,1552201200,1),(581,1572760800,2),(581,1583650800,1),(581,1604210400,2),(581,1615705200,1),(581,1636264800,2),(581,1647154800,1),(581,1667714400,2),(581,1678604400,1),(581,1699164000,2),(581,1710054000,1),(581,1730613600,2),(581,1741503600,1),(581,1762063200,2),(581,1772953200,1),(581,1793512800,2),(581,1805007600,1),(581,1825567200,2),(581,1836457200,1),(581,1857016800,2),(581,1867906800,1),(581,1888466400,2),(581,1899356400,1),(581,1919916000,2),(581,1930806000,1),(581,1951365600,2),(581,1962860400,1),(581,1983420000,2),(581,1994310000,1),(581,2014869600,2),(581,2025759600,1),(581,2046319200,2),(581,2057209200,1),(581,2077768800,2),(581,2088658800,1),(581,2109218400,2),(581,2120108400,1),(581,2140668000,2),(582,-2147483648,1),(582,-1157283000,2),(582,-1155436200,1),(582,-880198200,3),(582,-769395600,4),(582,-765376200,1),(582,-712150200,5),(583,-2147483648,2),(583,-1633273200,1),(583,-1615132800,2),(583,-1601823600,1),(583,-1583683200,2),(583,-880210800,3),(583,-820519140,2),(583,-812653140,3),(583,-796845540,2),(583,-84380400,1),(583,-68659200,2),(584,-2147483648,2),(584,-1633273200,1),(584,-1615132800,2),(584,-1601823600,1),(584,-1583683200,2),(584,-1570374000,1),(584,-1551628800,2),(584,-1538924400,1),(584,-1534089600,2),(584,-880210800,3),(584,-769395600,4),(584,-765388800,2),(584,-147884400,1),(584,-131558400,2),(584,-116434800,1),(584,-100108800,2),(584,-84380400,1),(584,-68659200,2),(584,-52930800,1),(584,-37209600,2),(584,-21481200,1),(584,-5760000,2),(584,9968400,1),(584,25689600,2),(584,41418000,1),(584,57744000,2),(584,73472400,1),(584,89193600,2),(584,104922000,1),(584,120643200,2),(584,126694800,1),(584,152092800,2),(584,162378000,1),(584,183542400,2),(584,199270800,1),(584,215596800,2),(584,230720400,1),(584,247046400,2),(584,262774800,1),(584,278496000,2),(584,294224400,1),(584,309945600,2),(584,325674000,1),(584,341395200,2),(584,357123600,1),(584,372844800,2),(584,388573200,1),(584,404899200,2),(584,420022800,1),(584,436348800,2),(584,452077200,1),(584,467798400,2),(584,483526800,1),(584,499248000,2),(584,514976400,1),(584,530697600,2),(584,544611600,1),(584,562147200,2),(584,576061200,1),(584,594201600,2),(584,607510800,1),(584,625651200,2),(584,638960400,1),(584,657100800,2),(584,671014800,1),(584,688550400,2),(584,702464400,1),(584,720000000,2),(584,733914000,1),(584,752054400,2),(584,765363600,1),(584,783504000,2),(584,796813200,1),(584,814953600,2),(584,828867600,1),(584,846403200,2),(584,860317200,1),(584,877852800,2),(584,891766800,1),(584,909302400,2),(584,923216400,1),(584,941356800,2),(584,954666000,1),(584,972806400,2),(584,986115600,1),(584,1004256000,2),(584,1018170000,1),(584,1035705600,2),(584,1049619600,1),(584,1067155200,2),(584,1081069200,1),(584,1099209600,2),(584,1112518800,1),(584,1130659200,2),(584,1143968400,1),(584,1162108800,2),(584,1173603600,1),(584,1194163200,2),(584,1205053200,1),(584,1225612800,2),(584,1236502800,1),(584,1257062400,2),(584,1268557200,1),(584,1289116800,2),(584,1300006800,1),(584,1320566400,2),(584,1331456400,1),(584,1352016000,2),(584,1362906000,1),(584,1383465600,2),(584,1394355600,1),(584,1414915200,2),(584,1425805200,1),(584,1446364800,2),(584,1457859600,1),(584,1478419200,2),(584,1489309200,1),(584,1509868800,2),(584,1520758800,1),(584,1541318400,2),(584,1552208400,1),(584,1572768000,2),(584,1583658000,1),(584,1604217600,2),(584,1615712400,1),(584,1636272000,2),(584,1647162000,1),(584,1667721600,2),(584,1678611600,1),(584,1699171200,2),(584,1710061200,1),(584,1730620800,2),(584,1741510800,1),(584,1762070400,2),(584,1772960400,1),(584,1793520000,2),(584,1805014800,1),(584,1825574400,2),(584,1836464400,1),(584,1857024000,2),(584,1867914000,1),(584,1888473600,2),(584,1899363600,1),(584,1919923200,2),(584,1930813200,1),(584,1951372800,2),(584,1962867600,1),(584,1983427200,2),(584,1994317200,1),(584,2014876800,2),(584,2025766800,1),(584,2046326400,2),(584,2057216400,1),(584,2077776000,2),(584,2088666000,1),(584,2109225600,2),(584,2120115600,1),(584,2140675200,2),(585,-2147483648,1),(585,893665800,2),(585,2147483647,2),(586,-2147483648,2),(586,-1633269600,1),(586,-1615129200,2),(586,-1601820000,1),(586,-1583679600,2),(586,-880207200,3),(586,-769395600,4),(586,-765385200,2),(586,-687967140,1),(586,-662655600,2),(586,-620838000,1),(586,-608137200,2),(586,-589388400,1),(586,-576082800,2),(586,-557938800,1),(586,-544633200,2),(586,-526489200,1),(586,-513183600,2),(586,-495039600,1),(586,-481734000,2),(586,-463590000,1),(586,-450284400,2),(586,-431535600,1),(586,-418230000,2),(586,-400086000,1),(586,-386780400,2),(586,-368636400,1),(586,-355330800,2),(586,-337186800,1),(586,-323881200,2),(586,-305737200,1),(586,-292431600,2),(586,-273682800,1),(586,-260982000,2),(586,-242233200,1),(586,-226508400,2),(586,-210783600,1),(586,-195058800,2),(586,-179334000,1),(586,-163609200,2),(586,-147884400,1),(586,-131554800,2),(586,-116434800,1),(586,-100105200,2),(586,-84376800,1),(586,-68655600,2),(586,-52927200,1),(586,-37206000,2),(586,-21477600,1),(586,-5756400,2),(586,9972000,1),(586,25693200,2),(586,41421600,1),(586,57747600,2),(586,73476000,1),(586,89197200,2),(586,104925600,1),(586,120646800,2),(586,126698400,1),(586,152096400,2),(586,162381600,1),(586,183546000,2),(586,199274400,1),(586,215600400,2),(586,230724000,1),(586,247050000,2),(586,262778400,1),(586,278499600,2),(586,294228000,1),(586,309949200,2),(586,325677600,1),(586,341398800,2),(586,357127200,1),(586,372848400,2),(586,388576800,1),(586,404902800,2),(586,420026400,1),(586,436352400,2),(586,452080800,1),(586,467802000,2),(586,483530400,1),(586,499251600,2),(586,514980000,1),(586,530701200,2),(586,544615200,1),(586,562150800,2),(586,576064800,1),(586,594205200,2),(586,607514400,1),(586,625654800,2),(586,638964000,1),(586,657104400,2),(586,671018400,1),(586,688554000,2),(586,702468000,1),(586,720003600,2),(586,733917600,1),(586,752058000,2),(586,765367200,1),(586,783507600,2),(586,796816800,1),(586,814957200,2),(586,828871200,1),(586,846406800,2),(586,860320800,1),(586,877856400,2),(586,891770400,1),(586,909306000,2),(586,923220000,1),(586,941360400,2),(586,954669600,1),(586,972810000,2),(586,986119200,1),(586,1004259600,2),(586,1018173600,1),(586,1035709200,2),(586,1049623200,1),(586,1067158800,2),(586,1081072800,1),(586,1099213200,2),(586,1112522400,1),(586,1130662800,2),(586,1143972000,1),(586,1162112400,2),(586,1173607200,1),(586,1194166800,2),(586,1205056800,1),(586,1225616400,2),(586,1236506400,1),(586,1257066000,2),(586,1268560800,1),(586,1289120400,2),(586,1300010400,1),(586,1320570000,2),(586,1331460000,1),(586,1352019600,2),(586,1362909600,1),(586,1383469200,2),(586,1394359200,1),(586,1414918800,2),(586,1425808800,1),(586,1446368400,2),(586,1457863200,1),(586,1478422800,2),(586,1489312800,1),(586,1509872400,2),(586,1520762400,1),(586,1541322000,2),(586,1552212000,1),(586,1572771600,2),(586,1583661600,1),(586,1604221200,2),(586,1615716000,1),(586,1636275600,2),(586,1647165600,1),(586,1667725200,2),(586,1678615200,1),(586,1699174800,2),(586,1710064800,1),(586,1730624400,2),(586,1741514400,1),(586,1762074000,2),(586,1772964000,1),(586,1793523600,2),(586,1805018400,1),(586,1825578000,2),(586,1836468000,1),(586,1857027600,2),(586,1867917600,1),(586,1888477200,2),(586,1899367200,1),(586,1919926800,2),(586,1930816800,1),(586,1951376400,2),(586,1962871200,1),(586,1983430800,2),(586,1994320800,1),(586,2014880400,2),(586,2025770400,1),(586,2046330000,2),(586,2057220000,1),(586,2077779600,2),(586,2088669600,1),(586,2109229200,2),(586,2120119200,1),(586,2140678800,2),(587,-2147483648,0),(587,-1806678012,1),(587,2147483647,1),(588,-2147483648,1),(588,-880200000,2),(588,-769395600,3),(588,-765378000,1),(588,-86882400,4),(588,-21470400,5),(588,-5749200,4),(588,9979200,5),(588,25700400,4),(588,41428800,5),(588,57754800,4),(588,73483200,5),(588,89204400,4),(588,104932800,5),(588,120654000,4),(588,126705600,5),(588,152103600,4),(588,162388800,5),(588,183553200,4),(588,199281600,5),(588,215607600,4),(588,230731200,5),(588,247057200,4),(588,262785600,5),(588,278506800,4),(588,294235200,5),(588,309956400,4),(588,325684800,5),(588,341406000,4),(588,357134400,5),(588,372855600,4),(588,388584000,5),(588,404910000,4),(588,420033600,5),(588,436359600,6),(588,439030800,8),(588,452084400,7),(588,467805600,8),(588,483534000,7),(588,499255200,8),(588,514983600,7),(588,530704800,8),(588,544618800,7),(588,562154400,8),(588,576068400,7),(588,594208800,8),(588,607518000,7),(588,625658400,8),(588,638967600,7),(588,657108000,8),(588,671022000,7),(588,688557600,8),(588,702471600,7),(588,720007200,8),(588,733921200,7),(588,752061600,8),(588,765370800,7),(588,783511200,8),(588,796820400,7),(588,814960800,8),(588,828874800,7),(588,846410400,8),(588,860324400,7),(588,877860000,8),(588,891774000,7),(588,909309600,8),(588,923223600,7),(588,941364000,8),(588,954673200,7),(588,972813600,8),(588,986122800,7),(588,1004263200,8),(588,1018177200,7),(588,1035712800,8),(588,1049626800,7),(588,1067162400,8),(588,1081076400,7),(588,1099216800,8),(588,1112526000,7),(588,1130666400,8),(588,1143975600,7),(588,1162116000,8),(588,1173610800,7),(588,1194170400,8),(588,1205060400,7),(588,1225620000,8),(588,1236510000,7),(588,1257069600,8),(588,1268564400,7),(588,1289124000,8),(588,1300014000,7),(588,1320573600,8),(588,1331463600,7),(588,1352023200,8),(588,1362913200,7),(588,1383472800,8),(588,1394362800,7),(588,1414922400,8),(588,1425812400,7),(588,1446372000,8),(588,1457866800,7),(588,1478426400,8),(588,1489316400,7),(588,1509876000,8),(588,1520766000,7),(588,1541325600,8),(588,1552215600,7),(588,1572775200,8),(588,1583665200,7),(588,1604224800,8),(588,1615719600,7),(588,1636279200,8),(588,1647169200,7),(588,1667728800,8),(588,1678618800,7),(588,1699178400,8),(588,1710068400,7),(588,1730628000,8),(588,1741518000,7),(588,1762077600,8),(588,1772967600,7),(588,1793527200,8),(588,1805022000,7),(588,1825581600,8),(588,1836471600,7),(588,1857031200,8),(588,1867921200,7),(588,1888480800,8),(588,1899370800,7),(588,1919930400,8),(588,1930820400,7),(588,1951380000,8),(588,1962874800,7),(588,1983434400,8),(588,1994324400,7),(588,2014884000,8),(588,2025774000,7),(588,2046333600,8),(588,2057223600,7),(588,2077783200,8),(588,2088673200,7),(588,2109232800,8),(588,2120122800,7),(588,2140682400,8),(589,-2147483648,1),(589,-1869875816,3),(589,-1693706400,2),(589,-1680490800,3),(589,-1570413600,2),(589,-1552186800,3),(589,-1538359200,2),(589,-1522551600,3),(589,-1507514400,2),(589,-1490583600,3),(589,-1440208800,2),(589,-1428030000,3),(589,-1409709600,2),(589,-1396494000,3),(589,-931053600,2),(589,-922676400,3),(589,-917834400,2),(589,-892436400,3),(589,-875844000,2),(589,-764737200,3),(589,-744343200,2),(589,-733806000,3),(589,-716436000,2),(589,-701924400,3),(589,-684986400,2),(589,-670474800,3),(589,-654141600,2),(589,-639025200,3),(589,-622087200,2),(589,-606970800,3),(589,-590032800,2),(589,-575521200,3),(589,-235620000,2),(589,-194842800,3),(589,-177732000,2),(589,-165726000,3),(589,107910000,2),(589,121215600,3),(589,133920000,2),(589,152665200,3),(589,164678400,2),(589,184114800,3),(589,196214400,2),(589,215564400,3),(589,228873600,2),(589,245804400,3),(589,260323200,2),(589,267915600,4),(589,428454000,5),(589,433893600,4),(589,468111600,3),(589,482799600,6),(589,496710000,7),(589,512521200,6),(589,528246000,7),(589,543970800,6),(589,559695600,7),(589,575420400,6),(589,591145200,7),(589,606870000,6),(589,622594800,7),(589,638319600,6),(589,654649200,7),(589,670374000,6),(589,686098800,7),(589,701823600,6),(589,717548400,7),(589,733273200,6),(589,748998000,7),(589,764118000,6),(589,780447600,7),(589,796172400,6),(589,811897200,7),(589,828226800,6),(589,846370800,7),(589,859676400,6),(589,877820400,7),(589,891126000,6),(589,909270000,7),(589,922575600,6),(589,941324400,7),(589,954025200,6),(589,972774000,7),(589,985474800,6),(589,1004223600,7),(589,1017529200,6),(589,1035673200,7),(589,1048978800,6),(589,1067122800,7),(589,1080428400,6),(589,1099177200,7),(589,1111878000,6),(589,1130626800,7),(589,1143327600,6),(589,1162076400,7),(589,1167602400,3),(589,1174784400,8),(589,1193533200,9),(589,1206838800,8),(589,1224982800,9),(589,1238288400,8),(589,1256432400,9),(589,1269738000,8),(589,1288486800,9),(589,1301274000,8),(589,1319936400,9),(589,1332637200,8),(589,1351386000,9),(589,1364691600,8),(589,1382835600,9),(589,1396227600,8),(589,1414285200,9),(589,1427590800,8),(589,1446944400,9),(589,1459040400,8),(589,1473195600,4),(589,2147483647,4),(591,-2147483648,1),(591,-880200000,2),(591,-769395600,3),(591,-765378000,1),(591,-86882400,4),(591,-21470400,5),(591,-5749200,4),(591,9979200,5),(591,25700400,4),(591,41428800,5),(591,57754800,4),(591,73483200,5),(591,89204400,4),(591,104932800,5),(591,120654000,4),(591,126705600,5),(591,152103600,4),(591,162388800,5),(591,183553200,4),(591,199281600,5),(591,215607600,4),(591,230731200,5),(591,247057200,4),(591,262785600,5),(591,278506800,4),(591,294235200,5),(591,309956400,4),(591,325684800,5),(591,341406000,4),(591,357134400,5),(591,372855600,4),(591,388584000,5),(591,404910000,4),(591,420033600,5),(591,436359600,6),(591,439030800,8),(591,452084400,7),(591,467805600,8),(591,483534000,7),(591,499255200,8),(591,514983600,7),(591,530704800,8),(591,544618800,7),(591,562154400,8),(591,576068400,7),(591,594208800,8),(591,607518000,7),(591,625658400,8),(591,638967600,7),(591,657108000,8),(591,671022000,7),(591,688557600,8),(591,702471600,7),(591,720007200,8),(591,733921200,7),(591,752061600,8),(591,765370800,7),(591,783511200,8),(591,796820400,7),(591,814960800,8),(591,828874800,7),(591,846410400,8),(591,860324400,7),(591,877860000,8),(591,891774000,7),(591,909309600,8),(591,923223600,7),(591,941364000,8),(591,954673200,7),(591,972813600,8),(591,986122800,7),(591,1004263200,8),(591,1018177200,7),(591,1035712800,8),(591,1049626800,7),(591,1067162400,8),(591,1081076400,7),(591,1099216800,8),(591,1112526000,7),(591,1130666400,8),(591,1143975600,7),(591,1162116000,8),(591,1173610800,7),(591,1194170400,8),(591,1205060400,7),(591,1225620000,8),(591,1236510000,7),(591,1257069600,8),(591,1268564400,7),(591,1289124000,8),(591,1300014000,7),(591,1320573600,8),(591,1331463600,7),(591,1352023200,8),(591,1362913200,7),(591,1383472800,8),(591,1394362800,7),(591,1414922400,8),(591,1425812400,7),(591,1446372000,8),(591,1457866800,7),(591,1478426400,8),(591,1489316400,7),(591,1509876000,8),(591,1520766000,7),(591,1541325600,8),(591,1552215600,7),(591,1572775200,8),(591,1583665200,7),(591,1604224800,8),(591,1615719600,7),(591,1636279200,8),(591,1647169200,7),(591,1667728800,8),(591,1678618800,7),(591,1699178400,8),(591,1710068400,7),(591,1730628000,8),(591,1741518000,7),(591,1762077600,8),(591,1772967600,7),(591,1793527200,8),(591,1805022000,7),(591,1825581600,8),(591,1836471600,7),(591,1857031200,8),(591,1867921200,7),(591,1888480800,8),(591,1899370800,7),(591,1919930400,8),(591,1930820400,7),(591,1951380000,8),(591,1962874800,7),(591,1983434400,8),(591,1994324400,7),(591,2014884000,8),(591,2025774000,7),(591,2046333600,8),(591,2057223600,7),(591,2077783200,8),(591,2088673200,7),(591,2109232800,8),(591,2120122800,7),(591,2140682400,8),(592,-2147483648,1),(592,-880196400,2),(592,-769395600,3),(592,-765374400,1),(592,-86878800,4),(592,-21466800,5),(592,-5745600,4),(592,9982800,5),(592,25704000,4),(592,41432400,5),(592,57758400,4),(592,73486800,5),(592,89208000,4),(592,104936400,5),(592,120657600,4),(592,126709200,5),(592,152107200,4),(592,162392400,5),(592,183556800,4),(592,199285200,5),(592,215611200,4),(592,230734800,5),(592,247060800,4),(592,262789200,5),(592,278510400,4),(592,294238800,5),(592,309960000,4),(592,325688400,5),(592,341409600,4),(592,357138000,5),(592,372859200,4),(592,388587600,5),(592,404913600,4),(592,420037200,5),(592,436363200,6),(592,439034400,8),(592,452088000,7),(592,467809200,8),(592,483537600,7),(592,499258800,8),(592,514987200,7),(592,530708400,8),(592,544622400,7),(592,562158000,8),(592,576072000,7),(592,594212400,8),(592,607521600,7),(592,625662000,8),(592,638971200,7),(592,657111600,8),(592,671025600,7),(592,688561200,8),(592,702475200,7),(592,720010800,8),(592,733924800,7),(592,752065200,8),(592,765374400,7),(592,783514800,8),(592,796824000,7),(592,814964400,8),(592,828878400,7),(592,846414000,8),(592,860328000,7),(592,877863600,8),(592,891777600,7),(592,909313200,8),(592,923227200,7),(592,941367600,8),(592,954676800,7),(592,972817200,8),(592,986126400,7),(592,1004266800,8),(592,1018180800,7),(592,1035716400,8),(592,1049630400,7),(592,1067166000,8),(592,1081080000,7),(592,1099220400,8),(592,1112529600,7),(592,1130670000,8),(592,1143979200,7),(592,1162119600,8),(592,1173614400,7),(592,1194174000,8),(592,1205064000,7),(592,1225623600,8),(592,1236513600,7),(592,1257073200,8),(592,1268568000,7),(592,1289127600,8),(592,1300017600,7),(592,1320577200,8),(592,1331467200,7),(592,1352026800,8),(592,1362916800,7),(592,1383476400,8),(592,1394366400,7),(592,1414926000,8),(592,1425816000,7),(592,1446375600,8),(592,1457870400,7),(592,1478430000,8),(592,1489320000,7),(592,1509879600,8),(592,1520769600,7),(592,1541329200,8),(592,1552219200,7),(592,1572778800,8),(592,1583668800,7),(592,1604228400,8),(592,1615723200,7),(592,1636282800,8),(592,1647172800,7),(592,1667732400,8),(592,1678622400,7),(592,1699182000,8),(592,1710072000,7),(592,1730631600,8),(592,1741521600,7),(592,1762081200,8),(592,1772971200,7),(592,1793530800,8),(592,1805025600,7),(592,1825585200,8),(592,1836475200,7),(592,1857034800,8),(592,1867924800,7),(592,1888484400,8),(592,1899374400,7),(592,1919934000,8),(592,1930824000,7),(592,1951383600,8),(592,1962878400,7),(592,1983438000,8),(592,1994328000,7),(592,2014887600,8),(592,2025777600,7),(592,2046337200,8),(592,2057227200,7),(592,2077786800,8),(592,2088676800,7),(592,2109236400,8),(592,2120126400,7),(592,2140686000,8),(593,-2147483648,2),(593,-1633273200,1),(593,-1615132800,2),(593,-1601823600,1),(593,-1583683200,2),(593,-880210800,3),(593,-820519140,2),(593,-812653140,3),(593,-796845540,2),(593,-84380400,1),(593,-68659200,2),(594,-2147483648,2),(594,-1633276800,1),(594,-1615136400,2),(594,-1601827200,1),(594,-1583686800,2),(594,-1563724800,1),(594,-1551632400,2),(594,-1538928000,1),(594,-1520182800,2),(594,-1504454400,1),(594,-1491757200,2),(594,-1473004800,1),(594,-1459702800,2),(594,-1441555200,1),(594,-1428253200,2),(594,-1410105600,1),(594,-1396803600,2),(594,-1378656000,1),(594,-1365354000,2),(594,-1347206400,1),(594,-1333904400,2),(594,-1315152000,1),(594,-1301850000,2),(594,-1283702400,1),(594,-1270400400,2),(594,-1252252800,1),(594,-1238950800,2),(594,-1220803200,1),(594,-1207501200,2),(594,-1189353600,1),(594,-1176051600,2),(594,-1157299200,1),(594,-1144602000,2),(594,-1125849600,1),(594,-1112547600,2),(594,-1094400000,1),(594,-1081098000,2),(594,-1067788800,3),(594,-1045414800,2),(594,-1031500800,1),(594,-1018198800,2),(594,-1000051200,1),(594,-986749200,2),(594,-967996800,1),(594,-955299600,2),(594,-936547200,1),(594,-923245200,2),(594,-905097600,1),(594,-891795600,2),(594,-880214400,4),(594,-769395600,5),(594,-765392400,2),(594,-747244800,1),(594,-733942800,2),(594,-715795200,1),(594,-702493200,2),(594,-684345600,1),(594,-671043600,2),(594,-652896000,1),(594,-639594000,2),(594,-620841600,1),(594,-608144400,2),(594,-589392000,1),(594,-576090000,2),(594,-557942400,1),(594,-544640400,2),(594,-526492800,1),(594,-513190800,2),(594,-495043200,1),(594,-481741200,2),(594,-463593600,1),(594,-447267600,2),(594,-431539200,1),(594,-415818000,2),(594,-400089600,1),(594,-384368400,2),(594,-368640000,1),(594,-352918800,2),(594,-337190400,1),(594,-321469200,2),(594,-305740800,1),(594,-289414800,2),(594,-273686400,1),(594,-257965200,2),(594,-242236800,1),(594,-226515600,2),(594,-210787200,1),(594,-195066000,2),(594,-179337600,1),(594,-163616400,2),(594,-147888000,1),(594,-131562000,2),(594,-116438400,1),(594,-100112400,2),(594,-84384000,1),(594,-68662800,2),(594,-52934400,1),(594,-37213200,2),(594,-21484800,1),(594,-5763600,2),(594,9964800,1),(594,25686000,2),(594,41414400,1),(594,57740400,2),(594,73468800,1),(594,89190000,2),(594,104918400,1),(594,120639600,2),(594,126691200,1),(594,152089200,2),(594,162374400,1),(594,183538800,2),(594,199267200,1),(594,215593200,2),(594,230716800,1),(594,247042800,2),(594,262771200,1),(594,278492400,2),(594,294220800,1),(594,309942000,2),(594,325670400,1),(594,341391600,2),(594,357120000,1),(594,372841200,2),(594,388569600,1),(594,404895600,2),(594,420019200,1),(594,436345200,2),(594,452073600,1),(594,467794800,2),(594,483523200,1),(594,499244400,2),(594,514972800,1),(594,530694000,2),(594,544608000,1),(594,562143600,2),(594,576057600,1),(594,594198000,2),(594,607507200,1),(594,625647600,2),(594,638956800,1),(594,657097200,2),(594,671011200,1),(594,688546800,2),(594,702460800,1),(594,719996400,2),(594,733910400,1),(594,752050800,2),(594,765360000,1),(594,783500400,2),(594,796809600,1),(594,814950000,2),(594,828864000,1),(594,846399600,2),(594,860313600,1),(594,877849200,2),(594,891763200,1),(594,909298800,2),(594,923212800,1),(594,941353200,2),(594,954662400,1),(594,972802800,2),(594,986112000,1),(594,1004252400,2),(594,1018166400,1),(594,1035702000,2),(594,1049616000,1),(594,1067151600,2),(594,1081065600,1),(594,1099206000,2),(594,1112515200,1),(594,1130655600,2),(594,1143964800,1),(594,1162105200,2),(594,1173600000,1),(594,1194159600,2),(594,1205049600,1),(594,1225609200,2),(594,1236499200,1),(594,1257058800,2),(594,1268553600,1),(594,1289113200,2),(594,1300003200,1),(594,1320562800,2),(594,1331452800,1),(594,1352012400,2),(594,1362902400,1),(594,1383462000,2),(594,1394352000,1),(594,1414911600,2),(594,1425801600,1),(594,1446361200,2),(594,1457856000,1),(594,1478415600,2),(594,1489305600,1),(594,1509865200,2),(594,1520755200,1),(594,1541314800,2),(594,1552204800,1),(594,1572764400,2),(594,1583654400,1),(594,1604214000,2),(594,1615708800,1),(594,1636268400,2),(594,1647158400,1),(594,1667718000,2),(594,1678608000,1),(594,1699167600,2),(594,1710057600,1),(594,1730617200,2),(594,1741507200,1),(594,1762066800,2),(594,1772956800,1),(594,1793516400,2),(594,1805011200,1),(594,1825570800,2),(594,1836460800,1),(594,1857020400,2),(594,1867910400,1),(594,1888470000,2),(594,1899360000,1),(594,1919919600,2),(594,1930809600,1),(594,1951369200,2),(594,1962864000,1),(594,1983423600,2),(594,1994313600,1),(594,2014873200,2),(594,2025763200,1),(594,2046322800,2),(594,2057212800,1),(594,2077772400,2),(594,2088662400,1),(594,2109222000,2),(594,2120112000,1),(594,2140671600,2),(595,-2147483648,2),(595,-1633276800,1),(595,-1615136400,2),(595,-1601827200,1),(595,-1583686800,2),(595,-900259200,1),(595,-891795600,2),(595,-880214400,3),(595,-769395600,4),(595,-765392400,2),(595,-747244800,1),(595,-733942800,2),(595,-715795200,1),(595,-702493200,2),(595,-684345600,1),(595,-671043600,2),(595,-652896000,1),(595,-639594000,2),(595,-620841600,1),(595,-608144400,2),(595,-589392000,1),(595,-576090000,2),(595,-557942400,1),(595,-544640400,2),(595,-526492800,1),(595,-513190800,2),(595,-495043200,1),(595,-481741200,2),(595,-463593600,5),(595,-386787600,2),(595,-368640000,5),(595,-21488400,6),(595,-5767200,5),(595,9961200,6),(595,25682400,5),(595,1143961200,6),(595,1162101600,5),(595,1173596400,6),(595,1194156000,5),(595,1205046000,6),(595,1225605600,5),(595,1236495600,6),(595,1257055200,5),(595,1268550000,6),(595,1289109600,5),(595,1299999600,6),(595,1320559200,5),(595,1331449200,6),(595,1352008800,5),(595,1362898800,6),(595,1383458400,5),(595,1394348400,6),(595,1414908000,5),(595,1425798000,6),(595,1446357600,5),(595,1457852400,6),(595,1478412000,5),(595,1489302000,6),(595,1509861600,5),(595,1520751600,6),(595,1541311200,5),(595,1552201200,6),(595,1572760800,5),(595,1583650800,6),(595,1604210400,5),(595,1615705200,6),(595,1636264800,5),(595,1647154800,6),(595,1667714400,5),(595,1678604400,6),(595,1699164000,5),(595,1710054000,6),(595,1730613600,5),(595,1741503600,6),(595,1762063200,5),(595,1772953200,6),(595,1793512800,5),(595,1805007600,6),(595,1825567200,5),(595,1836457200,6),(595,1857016800,5),(595,1867906800,6),(595,1888466400,5),(595,1899356400,6),(595,1919916000,5),(595,1930806000,6),(595,1951365600,5),(595,1962860400,6),(595,1983420000,5),(595,1994310000,6),(595,2014869600,5),(595,2025759600,6),(595,2046319200,5),(595,2057209200,6),(595,2077768800,5),(595,2088658800,6),(595,2109218400,5),(595,2120108400,6),(595,2140668000,5),(596,-2147483648,2),(596,-1633280400,1),(596,-1615140000,2),(596,-1601830800,1),(596,-1583690400,2),(596,-1570381200,1),(596,-1551636000,2),(596,-1536512400,1),(596,-1523210400,2),(596,-1504458000,1),(596,-1491760800,2),(596,-1473008400,1),(596,-1459706400,2),(596,-1441558800,1),(596,-1428256800,2),(596,-1410109200,1),(596,-1396807200,2),(596,-1378659600,1),(596,-1365357600,2),(596,-1347210000,1),(596,-1333908000,2),(596,-1315155600,1),(596,-1301853600,2),(596,-1283706000,1),(596,-1270404000,2),(596,-1252256400,1),(596,-1238954400,2),(596,-1220806800,1),(596,-1207504800,2),(596,-1189357200,1),(596,-1176055200,2),(596,-1157302800,1),(596,-1144605600,2),(596,-1125853200,1),(596,-1112551200,2),(596,-1094403600,1),(596,-1081101600,2),(596,-1062954000,1),(596,-1049652000,2),(596,-1031504400,1),(596,-1018202400,2),(596,-1000054800,1),(596,-986752800,2),(596,-968000400,1),(596,-955303200,2),(596,-936550800,1),(596,-923248800,2),(596,-905101200,1),(596,-891799200,2),(596,-880218000,3),(596,-769395600,4),(596,-765396000,2),(596,-747248400,1),(596,-733946400,2),(596,-715798800,1),(596,-702496800,2),(596,-684349200,1),(596,-671047200,2),(596,-652899600,1),(596,-639597600,2),(596,-620845200,1),(596,-608148000,2),(596,-589395600,1),(596,-576093600,2),(596,-557946000,1),(596,-544644000,2),(596,-526496400,1),(596,-513194400,2),(596,-495046800,1),(596,-481744800,2),(596,-463597200,1),(596,-447271200,2),(596,-431542800,1),(596,-415821600,2),(596,-400093200,1),(596,-384372000,2),(596,-368643600,1),(596,-352922400,2),(596,-337194000,1),(596,-321472800,2),(596,-305744400,1),(596,-289418400,2),(596,-273690000,1),(596,-257968800,2),(596,-242240400,1),(596,-226519200,2),(596,-210790800,1),(596,-195069600,2),(596,-179341200,1),(596,-163620000,2),(596,-147891600,1),(596,-131565600,2),(596,-116442000,1),(596,-100116000,2),(596,-84387600,1),(596,-68666400,2),(596,-52938000,1),(596,-37216800,2),(596,-21488400,1),(596,-5767200,2),(596,9961200,1),(596,25682400,2),(596,41410800,1),(596,57736800,2),(596,73465200,1),(596,89186400,2),(596,104914800,1),(596,120636000,2),(596,126687600,1),(596,152085600,2),(596,162370800,1),(596,183535200,2),(596,199263600,1),(596,215589600,2),(596,230713200,1),(596,247039200,2),(596,262767600,1),(596,278488800,2),(596,294217200,1),(596,309938400,2),(596,325666800,1),(596,341388000,2),(596,357116400,1),(596,372837600,2),(596,388566000,1),(596,404892000,2),(596,420015600,1),(596,436341600,2),(596,452070000,1),(596,467791200,2),(596,483519600,1),(596,499240800,2),(596,514969200,1),(596,530690400,2),(596,544604400,1),(596,562140000,2),(596,576054000,1),(596,594194400,2),(596,607503600,1),(596,625644000,2),(596,638953200,1),(596,657093600,2),(596,671007600,1),(596,688543200,2),(596,702457200,1),(596,719992800,2),(596,733906800,1),(596,752047200,2),(596,765356400,1),(596,783496800,2),(596,796806000,1),(596,814946400,2),(596,828860400,1),(596,846396000,2),(596,860310000,1),(596,877845600,2),(596,891759600,1),(596,909295200,2),(596,923209200,1),(596,941349600,2),(596,954658800,1),(596,972799200,2),(596,986108400,1),(596,1004248800,2),(596,1018162800,1),(596,1035698400,2),(596,1049612400,1),(596,1067148000,2),(596,1081062000,1),(596,1099202400,2),(596,1112511600,1),(596,1130652000,2),(596,1143961200,1),(596,1162101600,2),(596,1173596400,1),(596,1194156000,2),(596,1205046000,1),(596,1225605600,2),(596,1236495600,1),(596,1257055200,2),(596,1268550000,1),(596,1289109600,2),(596,1299999600,1),(596,1320559200,2),(596,1331449200,1),(596,1352008800,2),(596,1362898800,1),(596,1383458400,2),(596,1394348400,1),(596,1414908000,2),(596,1425798000,1),(596,1446357600,2),(596,1457852400,1),(596,1478412000,2),(596,1489302000,1),(596,1509861600,2),(596,1520751600,1),(596,1541311200,2),(596,1552201200,1),(596,1572760800,2),(596,1583650800,1),(596,1604210400,2),(596,1615705200,1),(596,1636264800,2),(596,1647154800,1),(596,1667714400,2),(596,1678604400,1),(596,1699164000,2),(596,1710054000,1),(596,1730613600,2),(596,1741503600,1),(596,1762063200,2),(596,1772953200,1),(596,1793512800,2),(596,1805007600,1),(596,1825567200,2),(596,1836457200,1),(596,1857016800,2),(596,1867906800,1),(596,1888466400,2),(596,1899356400,1),(596,1919916000,2),(596,1930806000,1),(596,1951365600,2),(596,1962860400,1),(596,1983420000,2),(596,1994310000,1),(596,2014869600,2),(596,2025759600,1),(596,2046319200,2),(596,2057209200,1),(596,2077768800,2),(596,2088658800,1),(596,2109218400,2),(596,2120108400,1),(596,2140668000,2),(597,-2147483648,1),(597,-1157283000,2),(597,-1155436200,1),(597,-880198200,3),(597,-769395600,4),(597,-765376200,1),(597,-712150200,5),(598,-2147483648,2),(598,-1633276800,1),(598,-1615136400,2),(598,-1601827200,1),(598,-1583686800,2),(598,-880214400,3),(598,-769395600,4),(598,-765392400,2),(598,-715795200,1),(598,-702493200,2),(598,-684345600,1),(598,-671043600,2),(598,-652896000,1),(598,-639594000,2),(598,-620841600,1),(598,-608144400,2),(598,-589392000,1),(598,-576090000,2),(598,-557942400,1),(598,-544640400,2),(598,-526492800,1),(598,-513190800,2),(598,-495043200,1),(598,-481741200,2),(598,-463593600,1),(598,-447267600,2),(598,-431539200,1),(598,-415818000,2),(598,-400089600,1),(598,-386787600,2),(598,-368640000,1),(598,-355338000,2),(598,-337190400,1),(598,-321469200,2),(598,-305740800,1),(598,-289414800,2),(598,-273686400,1),(598,-257965200,2),(598,-242236800,5),(598,-195066000,2),(598,-84384000,1),(598,-68662800,2),(598,-52934400,1),(598,-37213200,2),(598,-21484800,1),(598,-5763600,2),(598,9964800,1),(598,25686000,2),(598,41414400,1),(598,57740400,2),(598,73468800,1),(598,89190000,2),(598,104918400,1),(598,120639600,2),(598,126691200,1),(598,152089200,2),(598,162374400,1),(598,183538800,2),(598,199267200,1),(598,215593200,2),(598,230716800,1),(598,247042800,2),(598,262771200,1),(598,278492400,2),(598,294220800,1),(598,309942000,2),(598,325670400,1),(598,341391600,2),(598,357120000,1),(598,372841200,2),(598,388569600,1),(598,404895600,2),(598,420019200,1),(598,436345200,2),(598,452073600,1),(598,467794800,2),(598,483523200,1),(598,499244400,2),(598,514972800,1),(598,530694000,2),(598,544608000,1),(598,562143600,2),(598,576057600,1),(598,594198000,2),(598,607507200,1),(598,625647600,2),(598,638956800,1),(598,657097200,2),(598,671011200,1),(598,688546800,5),(598,1143961200,1),(598,1162105200,2),(598,1173600000,1),(598,1194159600,2),(598,1205049600,1),(598,1225609200,2),(598,1236499200,1),(598,1257058800,2),(598,1268553600,1),(598,1289113200,2),(598,1300003200,1),(598,1320562800,2),(598,1331452800,1),(598,1352012400,2),(598,1362902400,1),(598,1383462000,2),(598,1394352000,1),(598,1414911600,2),(598,1425801600,1),(598,1446361200,2),(598,1457856000,1),(598,1478415600,2),(598,1489305600,1),(598,1509865200,2),(598,1520755200,1),(598,1541314800,2),(598,1552204800,1),(598,1572764400,2),(598,1583654400,1),(598,1604214000,2),(598,1615708800,1),(598,1636268400,2),(598,1647158400,1),(598,1667718000,2),(598,1678608000,1),(598,1699167600,2),(598,1710057600,1),(598,1730617200,2),(598,1741507200,1),(598,1762066800,2),(598,1772956800,1),(598,1793516400,2),(598,1805011200,1),(598,1825570800,2),(598,1836460800,1),(598,1857020400,2),(598,1867910400,1),(598,1888470000,2),(598,1899360000,1),(598,1919919600,2),(598,1930809600,1),(598,1951369200,2),(598,1962864000,1),(598,1983423600,2),(598,1994313600,1),(598,2014873200,2),(598,2025763200,1),(598,2046322800,2),(598,2057212800,1),(598,2077772400,2),(598,2088662400,1),(598,2109222000,2),(598,2120112000,1),(598,2140671600,2),(599,-2147483648,0),(599,-2051202469,1),(599,-1724083200,2),(599,-880218000,3),(599,-769395600,4),(599,-765396000,2),(599,-684349200,5),(599,-671047200,2),(599,-80506740,5),(599,-68666400,2),(599,-52938000,5),(599,-37216800,2),(599,104914800,5),(599,120636000,2),(599,126687600,5),(599,152085600,2),(599,167814000,5),(599,183535200,2),(599,199263600,5),(599,215589600,2),(599,230713200,5),(599,247039200,2),(599,262767600,5),(599,278488800,2),(599,294217200,5),(599,309938400,2),(599,325666800,5),(599,341388000,2),(599,357116400,5),(599,372837600,2),(599,388566000,5),(599,404892000,2),(599,420015600,5),(599,436341600,2),(599,452070000,5),(599,467791200,2),(599,483519600,5),(599,499240800,2),(599,514969200,5),(599,530690400,2),(599,544604400,5),(599,562140000,2),(599,576054000,5),(599,594194400,2),(599,607503600,5),(599,625644000,2),(599,638953200,5),(599,657093600,2),(599,671007600,5),(599,688543200,2),(599,702457200,5),(599,719992800,2),(599,733906800,5),(599,752047200,2),(599,765356400,5),(599,783496800,2),(599,796806000,5),(599,814946400,2),(599,828860400,5),(599,846396000,2),(599,860310000,5),(599,877845600,2),(599,891759600,5),(599,909295200,2),(599,923209200,5),(599,941349600,2),(599,954658800,5),(599,972799200,2),(599,986108400,5),(599,1004248800,2),(599,1018162800,5),(599,1035698400,2),(599,1049612400,5),(599,1067148000,2),(599,1081062000,5),(599,1099202400,2),(599,1112511600,5),(599,1130652000,2),(599,1143961200,5),(599,1162101600,2),(599,1173596400,5),(599,1194156000,2),(599,1205046000,5),(599,1225605600,2),(599,1236495600,5),(599,1257055200,2),(599,1268550000,5),(599,1289109600,2),(599,1299999600,5),(599,1320559200,2),(599,1331449200,5),(599,1352008800,2),(599,1362898800,5),(599,1383458400,2),(599,1394348400,5),(599,1414908000,2),(599,1425798000,5),(599,1446357600,2),(599,1457852400,5),(599,1478412000,2),(599,1489302000,5),(599,1509861600,2),(599,1520751600,5),(599,1541311200,2),(599,1552201200,5),(599,1572760800,2),(599,1583650800,5),(599,1604210400,2),(599,1615705200,5),(599,1636264800,2),(599,1647154800,5),(599,1667714400,2),(599,1678604400,5),(599,1699164000,2),(599,1710054000,5),(599,1730613600,2),(599,1741503600,5),(599,1762063200,2),(599,1772953200,5),(599,1793512800,2),(599,1805007600,5),(599,1825567200,2),(599,1836457200,5),(599,1857016800,2),(599,1867906800,5),(599,1888466400,2),(599,1899356400,5),(599,1919916000,2),(599,1930806000,5),(599,1951365600,2),(599,1962860400,5),(599,1983420000,2),(599,1994310000,5),(599,2014869600,2),(599,2025759600,5),(599,2046319200,2),(599,2057209200,5),(599,2077768800,2),(599,2088658800,5),(599,2109218400,2),(599,2120108400,5),(599,2140668000,2),(600,-2147483648,2),(600,-1633273200,1),(600,-1615132800,2),(600,-1601823600,1),(600,-1583683200,2),(600,-1570374000,1),(600,-1551628800,2),(600,-1538924400,1),(600,-1534089600,2),(600,-880210800,3),(600,-769395600,4),(600,-765388800,2),(600,-147884400,1),(600,-131558400,2),(600,-116434800,1),(600,-100108800,2),(600,-84380400,1),(600,-68659200,2),(600,-52930800,1),(600,-37209600,2),(600,-21481200,1),(600,-5760000,2),(600,9968400,1),(600,25689600,2),(600,41418000,1),(600,57744000,2),(600,73472400,1),(600,89193600,2),(600,104922000,1),(600,120643200,2),(600,126694800,1),(600,152092800,2),(600,162378000,1),(600,183542400,2),(600,199270800,1),(600,215596800,2),(600,230720400,1),(600,247046400,2),(600,262774800,1),(600,278496000,2),(600,294224400,1),(600,309945600,2),(600,325674000,1),(600,341395200,2),(600,357123600,1),(600,372844800,2),(600,388573200,1),(600,404899200,2),(600,420022800,1),(600,436348800,2),(600,452077200,1),(600,467798400,2),(600,483526800,1),(600,499248000,2),(600,514976400,1),(600,530697600,2),(600,544611600,1),(600,562147200,2),(600,576061200,1),(600,594201600,2),(600,607510800,1),(600,625651200,2),(600,638960400,1),(600,657100800,2),(600,671014800,1),(600,688550400,2),(600,702464400,1),(600,720000000,2),(600,733914000,1),(600,752054400,2),(600,765363600,1),(600,783504000,2),(600,796813200,1),(600,814953600,2),(600,828867600,1),(600,846403200,2),(600,860317200,1),(600,877852800,2),(600,891766800,1),(600,909302400,2),(600,923216400,1),(600,941356800,2),(600,954666000,1),(600,972806400,2),(600,986115600,1),(600,1004256000,2),(600,1018170000,1),(600,1035705600,2),(600,1049619600,1),(600,1067155200,2),(600,1081069200,1),(600,1099209600,2),(600,1112518800,1),(600,1130659200,2),(600,1143968400,1),(600,1162108800,2),(600,1173603600,1),(600,1194163200,2),(600,1205053200,1),(600,1225612800,2),(600,1236502800,1),(600,1257062400,2),(600,1268557200,1),(600,1289116800,2),(600,1300006800,1),(600,1320566400,2),(600,1331456400,1),(600,1352016000,2),(600,1362906000,1),(600,1383465600,2),(600,1394355600,1),(600,1414915200,2),(600,1425805200,1),(600,1446364800,2),(600,1457859600,1),(600,1478419200,2),(600,1489309200,1),(600,1509868800,2),(600,1520758800,1),(600,1541318400,2),(600,1552208400,1),(600,1572768000,2),(600,1583658000,1),(600,1604217600,2),(600,1615712400,1),(600,1636272000,2),(600,1647162000,1),(600,1667721600,2),(600,1678611600,1),(600,1699171200,2),(600,1710061200,1),(600,1730620800,2),(600,1741510800,1),(600,1762070400,2),(600,1772960400,1),(600,1793520000,2),(600,1805014800,1),(600,1825574400,2),(600,1836464400,1),(600,1857024000,2),(600,1867914000,1),(600,1888473600,2),(600,1899363600,1),(600,1919923200,2),(600,1930813200,1),(600,1951372800,2),(600,1962867600,1),(600,1983427200,2),(600,1994317200,1),(600,2014876800,2),(600,2025766800,1),(600,2046326400,2),(600,2057216400,1),(600,2077776000,2),(600,2088666000,1),(600,2109225600,2),(600,2120115600,1),(600,2140675200,2),(601,-2147483648,2),(601,-1633269600,1),(601,-1615129200,2),(601,-1601820000,1),(601,-1583679600,2),(601,-880207200,3),(601,-769395600,4),(601,-765385200,2),(601,-687967140,1),(601,-662655600,2),(601,-620838000,1),(601,-608137200,2),(601,-589388400,1),(601,-576082800,2),(601,-557938800,1),(601,-544633200,2),(601,-526489200,1),(601,-513183600,2),(601,-495039600,1),(601,-481734000,2),(601,-463590000,1),(601,-450284400,2),(601,-431535600,1),(601,-418230000,2),(601,-400086000,1),(601,-386780400,2),(601,-368636400,1),(601,-355330800,2),(601,-337186800,1),(601,-323881200,2),(601,-305737200,1),(601,-292431600,2),(601,-273682800,1),(601,-260982000,2),(601,-242233200,1),(601,-226508400,2),(601,-210783600,1),(601,-195058800,2),(601,-179334000,1),(601,-163609200,2),(601,-147884400,1),(601,-131554800,2),(601,-116434800,1),(601,-100105200,2),(601,-84376800,1),(601,-68655600,2),(601,-52927200,1),(601,-37206000,2),(601,-21477600,1),(601,-5756400,2),(601,9972000,1),(601,25693200,2),(601,41421600,1),(601,57747600,2),(601,73476000,1),(601,89197200,2),(601,104925600,1),(601,120646800,2),(601,126698400,1),(601,152096400,2),(601,162381600,1),(601,183546000,2),(601,199274400,1),(601,215600400,2),(601,230724000,1),(601,247050000,2),(601,262778400,1),(601,278499600,2),(601,294228000,1),(601,309949200,2),(601,325677600,1),(601,341398800,2),(601,357127200,1),(601,372848400,2),(601,388576800,1),(601,404902800,2),(601,420026400,1),(601,436352400,2),(601,452080800,1),(601,467802000,2),(601,483530400,1),(601,499251600,2),(601,514980000,1),(601,530701200,2),(601,544615200,1),(601,562150800,2),(601,576064800,1),(601,594205200,2),(601,607514400,1),(601,625654800,2),(601,638964000,1),(601,657104400,2),(601,671018400,1),(601,688554000,2),(601,702468000,1),(601,720003600,2),(601,733917600,1),(601,752058000,2),(601,765367200,1),(601,783507600,2),(601,796816800,1),(601,814957200,2),(601,828871200,1),(601,846406800,2),(601,860320800,1),(601,877856400,2),(601,891770400,1),(601,909306000,2),(601,923220000,1),(601,941360400,2),(601,954669600,1),(601,972810000,2),(601,986119200,1),(601,1004259600,2),(601,1018173600,1),(601,1035709200,2),(601,1049623200,1),(601,1067158800,2),(601,1081072800,1),(601,1099213200,2),(601,1112522400,1),(601,1130662800,2),(601,1143972000,1),(601,1162112400,2),(601,1173607200,1),(601,1194166800,2),(601,1205056800,1),(601,1225616400,2),(601,1236506400,1),(601,1257066000,2),(601,1268560800,1),(601,1289120400,2),(601,1300010400,1),(601,1320570000,2),(601,1331460000,1),(601,1352019600,2),(601,1362909600,1),(601,1383469200,2),(601,1394359200,1),(601,1414918800,2),(601,1425808800,1),(601,1446368400,2),(601,1457863200,1),(601,1478422800,2),(601,1489312800,1),(601,1509872400,2),(601,1520762400,1),(601,1541322000,2),(601,1552212000,1),(601,1572771600,2),(601,1583661600,1),(601,1604221200,2),(601,1615716000,1),(601,1636275600,2),(601,1647165600,1),(601,1667725200,2),(601,1678615200,1),(601,1699174800,2),(601,1710064800,1),(601,1730624400,2),(601,1741514400,1),(601,1762074000,2),(601,1772964000,1),(601,1793523600,2),(601,1805018400,1),(601,1825578000,2),(601,1836468000,1),(601,1857027600,2),(601,1867917600,1),(601,1888477200,2),(601,1899367200,1),(601,1919926800,2),(601,1930816800,1),(601,1951376400,2),(601,1962871200,1),(601,1983430800,2),(601,1994320800,1),(601,2014880400,2),(601,2025770400,1),(601,2046330000,2),(601,2057220000,1),(601,2077779600,2),(601,2088669600,1),(601,2109229200,2),(601,2120119200,1),(601,2140678800,2),(602,-2147483648,2),(602,-1633269600,1),(602,-1615129200,2),(602,-1601820000,1),(602,-1583679600,2),(602,-880207200,3),(602,-769395600,4),(602,-765385200,2),(602,-687967140,1),(602,-662655600,2),(602,-620838000,1),(602,-608137200,2),(602,-589388400,1),(602,-576082800,2),(602,-557938800,1),(602,-544633200,2),(602,-526489200,1),(602,-513183600,2),(602,-495039600,1),(602,-481734000,2),(602,-463590000,1),(602,-450284400,2),(602,-431535600,1),(602,-418230000,2),(602,-400086000,1),(602,-386780400,2),(602,-368636400,1),(602,-355330800,2),(602,-337186800,1),(602,-323881200,2),(602,-305737200,1),(602,-292431600,2),(602,-273682800,1),(602,-260982000,2),(602,-242233200,1),(602,-226508400,2),(602,-210783600,1),(602,-195058800,2),(602,-179334000,1),(602,-163609200,2),(602,-147884400,1),(602,-131554800,2),(602,-116434800,1),(602,-100105200,2),(602,-84376800,1),(602,-68655600,2),(602,-52927200,1),(602,-37206000,2),(602,-21477600,1),(602,-5756400,2),(602,9972000,1),(602,25693200,2),(602,41421600,1),(602,57747600,2),(602,73476000,1),(602,89197200,2),(602,104925600,1),(602,120646800,2),(602,126698400,1),(602,152096400,2),(602,162381600,1),(602,183546000,2),(602,199274400,1),(602,215600400,2),(602,230724000,1),(602,247050000,2),(602,262778400,1),(602,278499600,2),(602,294228000,1),(602,309949200,2),(602,325677600,1),(602,341398800,2),(602,357127200,1),(602,372848400,2),(602,388576800,1),(602,404902800,2),(602,420026400,1),(602,436352400,2),(602,452080800,1),(602,467802000,2),(602,483530400,1),(602,499251600,2),(602,514980000,1),(602,530701200,2),(602,544615200,1),(602,562150800,2),(602,576064800,1),(602,594205200,2),(602,607514400,1),(602,625654800,2),(602,638964000,1),(602,657104400,2),(602,671018400,1),(602,688554000,2),(602,702468000,1),(602,720003600,2),(602,733917600,1),(602,752058000,2),(602,765367200,1),(602,783507600,2),(602,796816800,1),(602,814957200,2),(602,828871200,1),(602,846406800,2),(602,860320800,1),(602,877856400,2),(602,891770400,1),(602,909306000,2),(602,923220000,1),(602,941360400,2),(602,954669600,1),(602,972810000,2),(602,986119200,1),(602,1004259600,2),(602,1018173600,1),(602,1035709200,2),(602,1049623200,1),(602,1067158800,2),(602,1081072800,1),(602,1099213200,2),(602,1112522400,1),(602,1130662800,2),(602,1143972000,1),(602,1162112400,2),(602,1173607200,1),(602,1194166800,2),(602,1205056800,1),(602,1225616400,2),(602,1236506400,1),(602,1257066000,2),(602,1268560800,1),(602,1289120400,2),(602,1300010400,1),(602,1320570000,2),(602,1331460000,1),(602,1352019600,2),(602,1362909600,1),(602,1383469200,2),(602,1394359200,1),(602,1414918800,2),(602,1425808800,1),(602,1446368400,2),(602,1457863200,1),(602,1478422800,2),(602,1489312800,1),(602,1509872400,2),(602,1520762400,1),(602,1541322000,2),(602,1552212000,1),(602,1572771600,2),(602,1583661600,1),(602,1604221200,2),(602,1615716000,1),(602,1636275600,2),(602,1647165600,1),(602,1667725200,2),(602,1678615200,1),(602,1699174800,2),(602,1710064800,1),(602,1730624400,2),(602,1741514400,1),(602,1762074000,2),(602,1772964000,1),(602,1793523600,2),(602,1805018400,1),(602,1825578000,2),(602,1836468000,1),(602,1857027600,2),(602,1867917600,1),(602,1888477200,2),(602,1899367200,1),(602,1919926800,2),(602,1930816800,1),(602,1951376400,2),(602,1962871200,1),(602,1983430800,2),(602,1994320800,1),(602,2014880400,2),(602,2025770400,1),(602,2046330000,2),(602,2057220000,1),(602,2077779600,2),(602,2088669600,1),(602,2109229200,2),(602,2120119200,1),(602,2140678800,2),(603,-2147483648,1),(603,-1861879032,2),(606,-2147483648,1),(606,-1688265017,3),(606,-1656819079,2),(606,-1641353479,3),(606,-1627965079,4),(606,-1618716679,2),(606,-1596429079,4),(606,-1593820800,5),(606,-1589860800,6),(606,-1542427200,7),(606,-1539493200,8),(606,-1525323600,7),(606,-1522728000,6),(606,-1491188400,9),(606,-1247536800,6),(606,354920400,7),(606,370728000,6),(606,386456400,7),(606,402264000,6),(606,417992400,7),(606,433800000,6),(606,449614800,7),(606,465346800,10),(606,481071600,11),(606,496796400,10),(606,512521200,11),(606,528246000,10),(606,543970800,11),(606,559695600,10),(606,575420400,11),(606,591145200,10),(606,606870000,11),(606,622594800,10),(606,638319600,11),(606,654649200,10),(606,670374000,12),(606,686102400,13),(606,695779200,10),(606,701823600,11),(606,717548400,10),(606,733273200,11),(606,748998000,10),(606,764722800,11),(606,780447600,10),(606,796172400,11),(606,811897200,10),(606,828226800,11),(606,846370800,10),(606,859676400,11),(606,877820400,10),(606,891126000,11),(606,909270000,10),(606,922575600,11),(606,941324400,10),(606,954025200,11),(606,972774000,10),(606,985474800,11),(606,1004223600,10),(606,1017529200,11),(606,1035673200,10),(606,1048978800,11),(606,1067122800,10),(606,1080428400,11),(606,1099177200,10),(606,1111878000,11),(606,1130626800,10),(606,1143327600,11),(606,1162076400,10),(606,1174777200,11),(606,1193526000,10),(606,1206831600,11),(606,1224975600,10),(606,1238281200,11),(606,1256425200,10),(606,1269730800,11),(606,1288479600,10),(606,1301180400,14),(606,1414274400,10),(607,228877200,0),(607,243997200,1),(607,260326800,0),(607,276051600,1),(607,291776400,0),(607,307501200,1),(607,323830800,0),(607,338950800,1),(607,354675600,0),(607,370400400,1),(607,386125200,0),(607,401850000,1),(607,417574800,0),(607,433299600,1),(607,449024400,0),(607,465354000,1),(607,481078800,0),(607,496803600,1),(607,512528400,0),(607,528253200,1),(607,543978000,0),(607,559702800,1),(607,575427600,0),(607,591152400,1),(607,606877200,0),(607,622602000,1),(607,638326800,0),(607,654656400,1),(607,670381200,0),(607,686106000,1),(607,701830800,0),(607,717555600,1),(607,733280400,0),(607,749005200,1),(607,764730000,0),(607,780454800,1),(607,796179600,0),(607,811904400,1),(607,828234000,0),(607,846378000,1),(607,859683600,0),(607,877827600,1),(607,891133200,0),(607,909277200,1),(607,922582800,0),(607,941331600,1),(607,954032400,0),(607,972781200,1),(607,985482000,0),(607,1004230800,1),(607,1017536400,0),(607,1035680400,1),(607,1048986000,0),(607,1067130000,1),(607,1080435600,0),(607,1099184400,1),(607,1111885200,0),(607,1130634000,1),(607,1143334800,0),(607,1162083600,1),(607,1174784400,0),(607,1193533200,1),(607,1206838800,0),(607,1224982800,1),(607,1238288400,0),(607,1256432400,1),(607,1269738000,0),(607,1288486800,1),(607,1301187600,0),(607,1319936400,1),(607,1332637200,0),(607,1351386000,1),(607,1364691600,0),(607,1382835600,1),(607,1396141200,0),(607,1414285200,1),(607,1427590800,0),(607,1445734800,1),(607,1459040400,0),(607,1477789200,1),(607,1490490000,0),(607,1509238800,1),(607,1521939600,0),(607,1540688400,1),(607,1553994000,0),(607,1572138000,1),(607,1585443600,0),(607,1603587600,1),(607,1616893200,0),(607,1635642000,1),(607,1648342800,0),(607,1667091600,1),(607,1679792400,0),(607,1698541200,1),(607,1711846800,0),(607,1729990800,1),(607,1743296400,0),(607,1761440400,1),(607,1774746000,0),(607,1792890000,1),(607,1806195600,0),(607,1824944400,1),(607,1837645200,0),(607,1856394000,1),(607,1869094800,0),(607,1887843600,1),(607,1901149200,0),(607,1919293200,1),(607,1932598800,0),(607,1950742800,1),(607,1964048400,0),(607,1982797200,1),(607,1995498000,0),(607,2014246800,1),(607,2026947600,0),(607,2045696400,1),(607,2058397200,0),(607,2077146000,1),(607,2090451600,0),(607,2108595600,1),(607,2121901200,0),(607,2140045200,1),(610,-2147483648,0),(610,-1830383032,1),(611,-2147483648,0),(611,-1709337548,2),(611,-1581206400,1),(611,-1577917200,2),(611,-1556834400,1),(611,-1546294800,2),(611,-1525298400,1),(611,-1514758800,2),(611,-1493762400,1),(611,-1483222800,2),(611,-1462226400,1),(611,-1451686800,2),(611,-1430604000,1),(611,-1420064400,2),(611,-1399068000,1),(611,-1388528400,2),(611,-1367532000,1),(611,-1356992400,2),(611,-1335996000,1),(611,-1325456400,2),(611,-1304373600,1),(611,-1293834000,2),(611,-1272837600,1),(611,-1262298000,2),(611,-1241301600,1),(611,-1230762000,2),(611,-1209765600,1),(611,-1199226000,2),(611,-1178143200,1),(611,-1167603600,2),(611,-1146607200,1),(611,-1136067600,2),(611,-1115071200,1),(611,-1104531600,2),(611,-1083535200,1),(611,-1072995600,2),(611,-1051912800,1),(611,-1041373200,2),(611,-1020376800,1),(611,-1009837200,2),(611,-988840800,1),(611,-978301200,2),(611,-957304800,1),(611,-946765200,2),(611,-936309600,1),(611,-915142800,2),(611,-904773600,1),(611,-883606800,2),(611,-880329600,3),(611,-756952200,2),(611,-610149600,4),(611,-599610600,2),(611,-578613600,4),(611,-568074600,2),(611,-546991200,4),(611,-536452200,2),(611,-515455200,4),(611,-504916200,2),(611,-483919200,4),(611,-473380200,2),(611,-452383200,4),(611,-441844200,2),(612,-2147483648,0),(612,-1946168836,1),(612,-1309746600,2),(612,-1261969200,1),(612,-1041388200,3),(612,-865305900,2),(613,-2147483648,1),(613,-1855958961,4),(613,-1689814800,2),(613,-1680397200,3),(613,-1665363600,2),(613,-1648342800,3),(613,-1635123600,2),(613,-1616893200,3),(613,-1604278800,2),(613,-1585443600,3),(613,-1574038800,2),(613,-1552266000,3),(613,-1539997200,2),(613,-1531443600,3),(613,-956365200,2),(613,-950486400,4),(613,-942012000,6),(613,-812502000,5),(613,-796262400,6),(613,-781052400,5),(613,-766630800,6),(613,-733280400,4),(613,-439430400,6),(613,-212029200,4),(613,41468400,2),(613,54774000,3),(613,231724800,7),(613,246236400,6),(613,259545600,5),(613,275274000,6),(613,309740400,4),(613,325468800,7),(613,341802000,4),(613,357523200,6),(614,-2147483648,0),(614,-1946168836,1),(614,-1309746600,2),(614,-1261969200,1),(614,-1041388200,3),(614,-865305900,2),(615,-2147483648,0),(615,-1946168836,1),(615,-1309746600,2),(615,-1261969200,1),(615,-1041388200,3),(615,-865305900,2),(616,-2147483648,0),(616,-1830383032,1),(617,-2147483648,0),(617,-2035584815,1),(617,-1940889600,0),(617,-1767226415,2),(617,-1588465800,3),(618,-2147483648,0),(618,-1830383032,1),(619,-2147483648,0),(619,-1830380400,1),(619,157770000,2),(620,-2147483648,0),(620,-2109291020,1),(621,-2147483648,0),(621,-2035584815,1),(621,-1940889600,0),(621,-1767226415,2),(621,-1588465800,3),(622,-2147483648,0),(622,-2109291020,1),(623,-2147483648,2),(623,-929844000,1),(623,-923108400,2),(623,-906170400,1),(623,-892868400,2),(623,-875844000,1),(623,-857790000,2),(623,-844308000,1),(623,-825822000,2),(623,-812685600,1),(623,-794199600,2),(623,-779853600,1),(623,-762663600,2),(623,-399088800,1),(623,-386650800,2),(623,-368330400,1),(623,-355114800,2),(623,-336790800,1),(623,-323654400,2),(623,-305168400,1),(623,-292032000,2),(623,-273632400,1),(623,-260496000,2),(623,-242096400,1),(623,-228960000,2),(623,-210560400,1),(623,-197424000,2),(623,-178938000,1),(623,-165801600,2),(623,-147402000,1),(623,-134265600,2),(623,-115866000,1),(623,-102643200,2),(623,-84330000,1),(623,-71107200,2),(623,-52707600,1),(623,-39484800,2),(623,-21171600,1),(623,-7948800,2),(623,10364400,1),(623,23587200,2),(623,41900400,1),(623,55123200,2),(623,73522800,1),(623,86745600,2),(623,105058800,1),(623,118281600,2),(623,136594800,1),(623,149817600,2),(623,168130800,1),(623,181353600,2),(623,199753200,1),(623,212976000,2),(623,231289200,1),(623,244512000,2),(623,262825200,1),(623,276048000,2),(623,294361200,1),(623,307584000,2),(623,325983600,1),(623,339206400,2),(623,357519600,1),(623,370742400,2),(623,396399600,1),(623,402278400,2),(623,426812400,1),(623,433814400,2),(623,452214000,1),(623,465436800,2),(623,483750000,1),(623,496972800,2),(623,515286000,1),(623,528508800,2),(623,546822000,1),(623,560044800,2),(623,578444400,1),(623,591667200,2),(623,610412400,1),(623,623203200,2),(623,641516400,1),(623,654739200,2),(623,673052400,1),(623,686275200,2),(623,704674800,1),(623,717897600,2),(623,736210800,1),(623,749433600,2),(623,767746800,1),(623,780969600,2),(623,799020000,3),(623,812322000,2),(623,830469600,3),(623,843771600,2),(623,861919200,3),(623,875221200,2),(623,893368800,3),(623,906670800,2),(623,925423200,3),(623,938725200,2),(623,956872800,3),(623,970174800,2),(623,988322400,3),(623,1001624400,2),(623,1019772000,3),(623,1033074000,2),(623,1051221600,3),(623,1064523600,2),(623,1083276000,3),(623,1096578000,2),(623,1114725600,3),(623,1128027600,2),(623,1146175200,3),(623,1158872400,2),(623,1177624800,3),(623,1189112400,2),(623,1209074400,3),(623,1219957200,2),(623,1240524000,3),(623,1250802000,2),(623,1272578400,3),(623,1281474000,2),(623,1284069600,1),(623,1285880400,2),(623,1400191200,1),(623,1403816400,2),(623,1406844000,1),(623,1411678800,2),(624,-2147483648,0),(624,-1773012580,2),(624,-956361600,1),(624,-950490000,2),(624,-942019200,1),(624,-761187600,2),(624,-617241600,1),(624,-605149200,2),(624,-81432000,1),(624,-71110800,2),(624,141264000,1),(624,147222000,2),(624,199756800,1),(624,207702000,2),(624,231292800,1),(624,244249200,2),(624,265507200,1),(624,271033200,2),(624,448243200,3),(624,504918000,2),(624,1212278400,1),(624,1220223600,2),(624,1243814400,1),(624,1250809200,2),(624,1272758400,1),(624,1281222000,2),(624,1301788800,1),(624,1312066800,2),(624,1335664800,1),(624,1342749600,2),(624,1345428000,1),(624,1348970400,2),(624,1367114400,1),(624,1373162400,2),(624,1376100000,1),(624,1382839200,2),(624,1396144800,1),(624,1403920800,2),(624,1406944800,1),(624,1414288800,2),(624,1427594400,1),(624,1434247200,2),(624,1437271200,1),(624,1445738400,2),(624,1459044000,1),(624,1465092000,2),(624,1468116000,1),(624,1477792800,2),(624,1490493600,1),(624,1495332000,2),(624,1498960800,1),(624,1509242400,2),(624,1521943200,1),(624,1526176800,2),(624,1529200800,1),(624,1540692000,3),(624,1557021600,4),(624,1560045600,3),(624,1587261600,4),(624,1590890400,3),(624,1618106400,4),(624,1621130400,3),(624,1648346400,4),(624,1651975200,3),(624,1679191200,4),(624,1682820000,3),(624,1710036000,4),(624,1713060000,3),(624,1740276000,4),(624,1743904800,3),(624,1771120800,4),(624,1774144800,3),(624,1801965600,4),(624,1804989600,3),(624,1832205600,4),(624,1835834400,3),(624,1863050400,4),(624,1866074400,3),(624,1893290400,4),(624,1896919200,3),(624,1924135200,4),(624,1927764000,3),(624,1954980000,4),(624,1958004000,3),(624,1985220000,4),(624,1988848800,3),(624,2016064800,4),(624,2019088800,3),(624,2046304800,4),(624,2049933600,3),(624,2077149600,4),(624,2080778400,3),(624,2107994400,4),(624,2111018400,3),(624,2138234400,4),(624,2141863200,3),(625,-2147483648,1),(625,-1630112400,2),(625,-1616810400,1),(625,-1442451600,2),(625,-1427673600,3),(625,-1379293200,2),(625,-1364774400,3),(625,-1348448400,2),(625,-1333324800,3),(625,-1316390400,2),(625,-1301270400,3),(625,-1293840000,1),(625,-81432000,2),(625,-71110800,1),(625,141264000,2),(625,147222000,1),(625,199756800,2),(625,207702000,1),(625,231292800,2),(625,244249200,1),(625,265507200,2),(625,271033200,1),(625,448243200,4),(625,512528400,5),(625,528253200,6),(625,543978000,5),(625,559702800,6),(625,575427600,5),(625,591152400,6),(625,606877200,5),(625,622602000,6),(625,638326800,5),(625,654656400,6),(625,670381200,5),(625,686106000,6),(625,701830800,5),(625,717555600,6),(625,733280400,5),(625,749005200,6),(625,764730000,5),(625,780454800,6),(625,796179600,5),(625,811904400,6),(625,828234000,5),(625,846378000,6),(625,859683600,5),(625,877827600,6),(625,891133200,5),(625,909277200,6),(625,922582800,5),(625,941331600,6),(625,954032400,5),(625,972781200,6),(625,985482000,5),(625,1004230800,6),(625,1017536400,5),(625,1035680400,6),(625,1048986000,5),(625,1067130000,6),(625,1080435600,5),(625,1099184400,6),(625,1111885200,5),(625,1130634000,6),(625,1143334800,5),(625,1162083600,6),(625,1174784400,5),(625,1193533200,6),(625,1206838800,5),(625,1224982800,6),(625,1238288400,5),(625,1256432400,6),(625,1269738000,5),(625,1288486800,6),(625,1301187600,5),(625,1319936400,6),(625,1332637200,5),(625,1351386000,6),(625,1364691600,5),(625,1382835600,6),(625,1396141200,5),(625,1414285200,6),(625,1427590800,5),(625,1445734800,6),(625,1459040400,5),(625,1477789200,6),(625,1490490000,5),(625,1509238800,6),(625,1521939600,5),(625,1540688400,6),(625,1553994000,5),(625,1572138000,6),(625,1585443600,5),(625,1603587600,6),(625,1616893200,5),(625,1635642000,6),(625,1648342800,5),(625,1667091600,6),(625,1679792400,5),(625,1698541200,6),(625,1711846800,5),(625,1729990800,6),(625,1743296400,5),(625,1761440400,6),(625,1774746000,5),(625,1792890000,6),(625,1806195600,5),(625,1824944400,6),(625,1837645200,5),(625,1856394000,6),(625,1869094800,5),(625,1887843600,6),(625,1901149200,5),(625,1919293200,6),(625,1932598800,5),(625,1950742800,6),(625,1964048400,5),(625,1982797200,6),(625,1995498000,5),(625,2014246800,6),(625,2026947600,5),(625,2045696400,6),(625,2058397200,5),(625,2077146000,6),(625,2090451600,5),(625,2108595600,6),(625,2121901200,5),(625,2140045200,6),(626,-2147483648,0),(626,-1830383032,1),(627,-2147483648,0),(627,-1830383032,1),(628,-2147483648,0),(628,-1946168836,1),(628,-1309746600,2),(628,-1261969200,1),(628,-1041388200,3),(628,-865305900,2),(629,-2147483648,0),(629,-1946168836,1),(629,-1309746600,2),(629,-1261969200,1),(629,-1041388200,3),(629,-865305900,2),(630,-2147483648,0),(630,-2035584815,1),(630,-1940889600,0),(630,-1767226415,2),(630,-1588465800,3),(631,-2147483648,0),(631,-1136070432,1),(631,198291600,3),(631,199756800,2),(631,207702000,3),(631,231292800,2),(631,244249200,3),(631,265507200,2),(631,271033200,3),(631,1212278400,2),(631,1220223600,3),(631,1243814400,2),(631,1250809200,3),(631,1272758400,2),(631,1281222000,3),(631,1301788800,2),(631,1312066800,3),(631,1335664800,2),(631,1342749600,3),(631,1345428000,2),(631,1348970400,3),(631,1367114400,2),(631,1373162400,3),(631,1376100000,2),(631,1382839200,3),(631,1396144800,2),(631,1403920800,3),(631,1406944800,2),(631,1414288800,3),(631,1427594400,2),(631,1434247200,3),(631,1437271200,2),(631,1445738400,3),(631,1459044000,2),(631,1465092000,3),(631,1468116000,2),(631,1477792800,3),(631,1490493600,2),(631,1495332000,3),(631,1498960800,2),(631,1509242400,3),(631,1521943200,2),(631,1526176800,3),(631,1529200800,2),(631,1540692000,5),(631,1557021600,4),(631,1560045600,5),(631,1587261600,4),(631,1590890400,5),(631,1618106400,4),(631,1621130400,5),(631,1648346400,4),(631,1651975200,5),(631,1679191200,4),(631,1682820000,5),(631,1710036000,4),(631,1713060000,5),(631,1740276000,4),(631,1743904800,5),(631,1771120800,4),(631,1774144800,5),(631,1801965600,4),(631,1804989600,5),(631,1832205600,4),(631,1835834400,5),(631,1863050400,4),(631,1866074400,5),(631,1893290400,4),(631,1896919200,5),(631,1924135200,4),(631,1927764000,5),(631,1954980000,4),(631,1958004000,5),(631,1985220000,4),(631,1988848800,5),(631,2016064800,4),(631,2019088800,5),(631,2046304800,4),(631,2049933600,5),(631,2077149600,4),(631,2080778400,5),(631,2107994400,4),(631,2111018400,5),(631,2138234400,4),(631,2141863200,5),(632,-2147483648,0),(632,-1830383032,1),(633,-2147483648,0),(633,-2109291020,1),(634,-2147483648,0),(634,-2109291020,1),(635,-2147483648,1),(635,-2109288600,3),(635,-860976000,2),(635,-845254800,3),(635,-829526400,2),(635,-813805200,3),(636,-2147483648,0),(636,-1230775588,2),(636,10360800,1),(636,24786000,2),(636,41810400,1),(636,56322000,2),(636,73432800,1),(636,87944400,2),(636,104882400,1),(636,119480400,2),(636,136332000,1),(636,151016400,2),(636,167781600,1),(636,182552400,2),(636,199231200,1),(636,214174800,2),(636,230680800,1),(636,245710800,2),(636,262735200,1),(636,277246800,2),(636,294184800,1),(636,308782800,2),(636,325634400,1),(636,340405200,2),(636,357084000,1),(636,371941200,2),(636,388533600,1),(636,403477200,2),(636,419983200,1),(636,435013200,2),(636,452037600,1),(636,466635600,2),(636,483487200,1),(636,498171600,2),(636,947930400,3),(636,1612126800,2),(637,-2147483648,0),(637,-1946168836,1),(637,-1309746600,2),(637,-1261969200,1),(637,-1041388200,3),(637,-865305900,2),(638,-2147483648,0),(638,-1230775808,2),(638,10360800,1),(638,24786000,2),(638,41810400,1),(638,56322000,2),(638,73432800,1),(638,87944400,2),(638,104882400,1),(638,119480400,2),(638,136332000,1),(638,151016400,2),(638,167781600,1),(638,182552400,2),(638,199231200,1),(638,214174800,2),(638,230680800,1),(638,245710800,2),(638,262735200,1),(638,277246800,2),(638,294184800,1),(638,308782800,2),(638,325634400,1),(638,340405200,2),(638,357084000,1),(638,371941200,2),(638,388533600,1),(638,403477200,2),(638,419983200,1),(638,435013200,2),(638,452037600,1),(638,466635600,2),(638,483487200,1),(638,498171600,2),(638,947930400,3),(638,1509483600,2),(639,-2147483648,0),(639,-2109291020,1),(640,-2147483648,0),(640,-2035584815,1),(640,-1940889600,0),(640,-1767226415,2),(640,-1588465800,3),(641,-2147483648,0),(641,-2035584815,1),(641,-1940889600,0),(641,-1767226415,2),(641,-1588465800,3),(642,-2147483648,0),(642,-2035584815,1),(642,-1940889600,0),(642,-1767226415,2),(642,-1588465800,3),(643,-2147483648,0),(643,-1830383032,1),(644,-2147483648,0),(644,-2035584815,1),(644,-1940889600,0),(644,-1767226415,2),(644,-1588465800,3),(645,-2147483648,0),(645,-2109291020,1),(646,-2147483648,0),(646,-2109291020,1),(647,-2147483648,0),(647,-2035584815,1),(647,-1940889600,0),(647,-1767226415,2),(647,-1588465800,3),(648,-2147483648,0),(648,-2109291020,1),(649,-2147483648,1),(649,-2109288600,3),(649,-860976000,2),(649,-845254800,3),(649,-829526400,2),(649,-813805200,3),(650,-2147483648,1),(650,-2109288600,3),(650,-860976000,2),(650,-845254800,3),(650,-829526400,2),(650,-813805200,3),(651,-2147483648,0),(651,-1946168836,1),(651,-1309746600,2),(651,-1261969200,1),(651,-1041388200,3),(651,-865305900,2),(652,-2147483648,1),(652,-1604359012,2),(652,63593070,3),(653,-2147483648,0),(653,-1946168836,1),(653,-1309746600,2),(653,-1261969200,1),(653,-1041388200,3),(653,-865305900,2),(654,-2147483648,0),(654,-1830387612,1),(654,308703600,2),(654,321314400,1),(655,-2147483648,0),(655,-2035584815,1),(655,-1940889600,0),(655,-1767226415,2),(655,-1588465800,3),(656,-2147483648,0),(656,-1830383032,1),(657,-2147483648,0),(657,-1830383032,1),(658,-2147483648,0),(658,-2035584815,1),(658,-1940889600,0),(658,-1767226415,2),(658,-1588465800,3),(659,-2147483648,1),(659,-1830384000,2),(659,1514768400,3),(659,1546304400,4),(660,-2147483648,0),(660,-1830383032,1),(661,-2147483648,0),(661,-1577926364,2),(661,-574902000,1),(661,-568087200,2),(661,-512175600,1),(661,-504928800,2),(661,-449888400,1),(661,-441856800,2),(661,-347158800,3),(661,378684000,2),(661,386463600,1),(661,402271200,2),(661,417999600,1),(661,433807200,2),(661,449622000,1),(661,465429600,2),(661,481590000,1),(661,496965600,2),(661,512953200,1),(661,528674400,2),(661,544230000,1),(661,560037600,2),(661,575852400,1),(661,591660000,2),(661,607388400,1),(661,623196000,2),(661,641775600,3),(661,844034400,2),(661,860108400,1),(661,875916000,3),(661,1352505600,2),(661,1364515200,1),(661,1382659200,3),(662,-2147483648,1),(662,-1855958961,4),(662,-969242400,2),(662,-950493600,3),(662,-941940000,2),(662,-891136800,4),(662,-877827600,5),(662,-857257200,4),(662,-844556400,5),(662,-842918400,4),(662,-842223600,5),(662,-828230400,4),(662,-812502000,5),(662,-796269600,4),(662,-781052400,5),(662,-766634400,4),(662,231202800,2),(662,243903600,3),(662,262825200,2),(662,276044400,3),(662,581122800,2),(662,591145200,3),(662,606870000,2),(662,622594800,3),(662,641516400,2),(662,654649200,3),(662,1114902000,2),(662,1128038400,3),(662,1143334800,2),(662,1162083600,3),(662,1174784400,2),(662,1193533200,3),(662,1206838800,2),(662,1224982800,3),(663,-2147483648,1),(663,-2109288600,2),(663,-860976000,3),(663,-845254800,2),(663,637970400,5),(663,764200800,4),(663,778640400,5),(663,796780800,4),(663,810090000,5),(663,828835200,4),(663,841539600,5),(663,860284800,4),(663,873594000,5),(663,891734400,4),(663,905043600,5),(663,923184000,4),(663,936493200,5),(663,954633600,4),(663,967942800,5),(663,986083200,4),(663,999392400,5),(663,1018137600,4),(663,1030842000,5),(663,1049587200,4),(663,1062896400,5),(663,1081036800,4),(663,1094346000,5),(663,1112486400,4),(663,1125795600,5),(663,1143936000,4),(663,1157245200,5),(663,1175385600,4),(663,1188694800,5),(663,1207440000,4),(663,1220749200,5),(663,1238889600,4),(663,1252198800,5),(663,1270339200,4),(663,1283648400,5),(663,1301788800,4),(663,1315098000,5),(663,1333238400,4),(663,1346547600,5),(663,1365292800,4),(663,1377997200,5),(663,1396742400,4),(663,1410051600,5),(663,1428192000,4),(663,1441501200,5),(663,1459641600,4),(663,1472950800,5),(663,1491091200,4),(663,1504400400,5),(664,-2147483648,1),(664,-880196400,2),(664,-769395600,3),(664,-765374400,1),(664,-86878800,4),(664,-21466800,5),(664,-5745600,4),(664,9982800,5),(664,25704000,4),(664,41432400,5),(664,57758400,4),(664,73486800,5),(664,89208000,4),(664,104936400,5),(664,120657600,4),(664,126709200,5),(664,152107200,4),(664,162392400,5),(664,183556800,4),(664,199285200,5),(664,215611200,4),(664,230734800,5),(664,247060800,4),(664,262789200,5),(664,278510400,4),(664,294238800,5),(664,309960000,4),(664,325688400,5),(664,341409600,4),(664,357138000,5),(664,372859200,4),(664,388587600,5),(664,404913600,4),(664,420037200,5),(664,436363200,6),(664,439034400,8),(664,452088000,7),(664,467809200,8),(664,483537600,7),(664,499258800,8),(664,514987200,7),(664,530708400,8),(664,544622400,7),(664,562158000,8),(664,576072000,7),(664,594212400,8),(664,607521600,7),(664,625662000,8),(664,638971200,7),(664,657111600,8),(664,671025600,7),(664,688561200,8),(664,702475200,7),(664,720010800,8),(664,733924800,7),(664,752065200,8),(664,765374400,7),(664,783514800,8),(664,796824000,7),(664,814964400,8),(664,828878400,7),(664,846414000,8),(664,860328000,7),(664,877863600,8),(664,891777600,7),(664,909313200,8),(664,923227200,7),(664,941367600,8),(664,954676800,7),(664,972817200,8),(664,986126400,7),(664,1004266800,8),(664,1018180800,7),(664,1035716400,8),(664,1049630400,7),(664,1067166000,8),(664,1081080000,7),(664,1099220400,8),(664,1112529600,7),(664,1130670000,8),(664,1143979200,7),(664,1162119600,8),(664,1173614400,7),(664,1194174000,8),(664,1205064000,7),(664,1225623600,8),(664,1236513600,7),(664,1257073200,8),(664,1268568000,7),(664,1289127600,8),(664,1300017600,7),(664,1320577200,8),(664,1331467200,7),(664,1352026800,8),(664,1362916800,7),(664,1383476400,8),(664,1394366400,7),(664,1414926000,8),(664,1425816000,7),(664,1446375600,8),(664,1457870400,7),(664,1478430000,8),(664,1489320000,7),(664,1509879600,8),(664,1520769600,7),(664,1541329200,8),(664,1552219200,7),(664,1572778800,8),(664,1583668800,7),(664,1604228400,8),(664,1615723200,7),(664,1636282800,8),(664,1647172800,7),(664,1667732400,8),(664,1678622400,7),(664,1699182000,8),(664,1710072000,7),(664,1730631600,8),(664,1741521600,7),(664,1762081200,8),(664,1772971200,7),(664,1793530800,8),(664,1805025600,7),(664,1825585200,8),(664,1836475200,7),(664,1857034800,8),(664,1867924800,7),(664,1888484400,8),(664,1899374400,7),(664,1919934000,8),(664,1930824000,7),(664,1951383600,8),(664,1962878400,7),(664,1983438000,8),(664,1994328000,7),(664,2014887600,8),(664,2025777600,7),(664,2046337200,8),(664,2057227200,7),(664,2077786800,8),(664,2088676800,7),(664,2109236400,8),(664,2120126400,7),(664,2140686000,8),(665,-2147483648,1),(665,-880200000,2),(665,-769395600,3),(665,-765378000,1),(665,-86882400,4),(665,-21470400,5),(665,-5749200,4),(665,9979200,5),(665,25700400,4),(665,41428800,5),(665,57754800,4),(665,73483200,5),(665,89204400,4),(665,104932800,5),(665,120654000,4),(665,126705600,5),(665,152103600,4),(665,162388800,5),(665,183553200,4),(665,199281600,5),(665,215607600,4),(665,230731200,5),(665,247057200,4),(665,262785600,5),(665,278506800,4),(665,294235200,5),(665,309956400,4),(665,325684800,5),(665,341406000,4),(665,357134400,5),(665,372855600,4),(665,388584000,5),(665,404910000,4),(665,420033600,5),(665,436359600,6),(665,439030800,8),(665,452084400,7),(665,467805600,8),(665,483534000,7),(665,499255200,8),(665,514983600,7),(665,530704800,8),(665,544618800,7),(665,562154400,8),(665,576068400,7),(665,594208800,8),(665,607518000,7),(665,625658400,8),(665,638967600,7),(665,657108000,8),(665,671022000,7),(665,688557600,8),(665,702471600,7),(665,720007200,8),(665,733921200,7),(665,752061600,8),(665,765370800,7),(665,783511200,8),(665,796820400,7),(665,814960800,8),(665,828874800,7),(665,846410400,8),(665,860324400,7),(665,877860000,8),(665,891774000,7),(665,909309600,8),(665,923223600,7),(665,941364000,8),(665,954673200,7),(665,972813600,8),(665,986122800,7),(665,1004263200,8),(665,1018177200,7),(665,1035712800,8),(665,1049626800,7),(665,1067162400,8),(665,1081076400,7),(665,1099216800,8),(665,1112526000,7),(665,1130666400,8),(665,1143975600,7),(665,1162116000,8),(665,1173610800,7),(665,1194170400,8),(665,1205060400,7),(665,1225620000,8),(665,1236510000,7),(665,1257069600,8),(665,1268564400,7),(665,1289124000,8),(665,1300014000,7),(665,1320573600,8),(665,1331463600,7),(665,1352023200,8),(665,1362913200,7),(665,1383472800,8),(665,1394362800,7),(665,1414922400,8),(665,1425812400,7),(665,1446372000,8),(665,1457866800,7),(665,1478426400,8),(665,1489316400,7),(665,1509876000,8),(665,1520766000,7),(665,1541325600,8),(665,1552215600,7),(665,1572775200,8),(665,1583665200,7),(665,1604224800,8),(665,1615719600,7),(665,1636279200,8),(665,1647169200,7),(665,1667728800,8),(665,1678618800,7),(665,1699178400,8),(665,1710068400,7),(665,1730628000,8),(665,1741518000,7),(665,1762077600,8),(665,1772967600,7),(665,1793527200,8),(665,1805022000,7),(665,1825581600,8),(665,1836471600,7),(665,1857031200,8),(665,1867921200,7),(665,1888480800,8),(665,1899370800,7),(665,1919930400,8),(665,1930820400,7),(665,1951380000,8),(665,1962874800,7),(665,1983434400,8),(665,1994324400,7),(665,2014884000,8),(665,2025774000,7),(665,2046333600,8),(665,2057223600,7),(665,2077783200,8),(665,2088673200,7),(665,2109232800,8),(665,2120122800,7),(665,2140682400,8),(666,-2147483648,0),(666,-1825098836,1),(667,-2147483648,0),(667,-1825098836,1),(668,-2147483648,0),(668,-1767214032,2),(668,-1206957600,1),(668,-1191362400,2),(668,-1175374800,1),(668,-1159826400,2),(668,-633819600,1),(668,-622069200,2),(668,-602283600,1),(668,-591832800,2),(668,-570747600,1),(668,-560210400,2),(668,-539125200,1),(668,-531352800,2),(668,-191365200,1),(668,-184197600,2),(668,-155163600,1),(668,-150069600,2),(668,-128898000,1),(668,-121125600,2),(668,-99954000,1),(668,-89589600,2),(668,-68418000,1),(668,-57967200,2),(668,499748400,1),(668,511236000,2),(668,530593200,1),(668,540266400,2),(668,562129200,1),(668,571197600,2),(668,592974000,1),(668,602042400,2),(668,624423600,1),(668,634701600,2),(668,813726000,1),(668,824004000,2),(668,844570800,1),(668,856058400,2),(668,876106800,1),(668,888717600,2),(668,908074800,1),(668,919562400,2),(668,938919600,1),(668,951616800,2),(668,970974000,1),(668,982461600,2),(668,1003028400,1),(668,1013911200,2),(668,1036292400,1),(668,1045360800,2),(668,1350788400,1),(668,1361066400,2),(668,2147483647,2),(669,-2147483648,1),(669,-1567453392,2),(669,-1233432000,3),(669,-1222981200,2),(669,-1205956800,3),(669,-1194037200,2),(669,-1172865600,3),(669,-1162501200,2),(669,-1141329600,3),(669,-1130965200,2),(669,-1109793600,3),(669,-1099429200,2),(669,-1078257600,3),(669,-1067806800,2),(669,-1046635200,3),(669,-1036270800,2),(669,-1015099200,3),(669,-1004734800,2),(669,-983563200,3),(669,-973198800,2),(669,-952027200,3),(669,-941576400,2),(669,-931032000,3),(669,-900882000,2),(669,-890337600,3),(669,-833749200,2),(669,-827265600,3),(669,-752274000,2),(669,-733780800,3),(669,-197326800,2),(669,-190843200,3),(669,-184194000,2),(669,-164491200,3),(669,-152658000,2),(669,-132955200,3),(669,-121122000,2),(669,-101419200,3),(669,-86821200,2),(669,-71092800,3),(669,-54766800,2),(669,-39038400,3),(669,-23317200,2),(669,-7588800,5),(669,128142000,4),(669,136605600,5),(669,596948400,4),(669,605066400,5),(669,624423600,4),(669,636516000,5),(669,656478000,4),(669,667965600,5),(669,687927600,4),(669,699415200,5),(669,719377200,4),(669,731469600,5),(669,938919600,3),(669,952052400,5),(669,1198983600,4),(669,1205632800,5),(669,1224385200,4),(669,1237082400,5),(669,2147483647,5),(670,-2147483648,1),(670,-1567453392,2),(670,-1233432000,3),(670,-1222981200,2),(670,-1205956800,3),(670,-1194037200,2),(670,-1172865600,3),(670,-1162501200,2),(670,-1141329600,3),(670,-1130965200,2),(670,-1109793600,3),(670,-1099429200,2),(670,-1078257600,3),(670,-1067806800,2),(670,-1046635200,3),(670,-1036270800,2),(670,-1015099200,3),(670,-1004734800,2),(670,-983563200,3),(670,-973198800,2),(670,-952027200,3),(670,-941576400,2),(670,-931032000,3),(670,-900882000,2),(670,-890337600,3),(670,-833749200,2),(670,-827265600,3),(670,-752274000,2),(670,-733780800,3),(670,-197326800,2),(670,-190843200,3),(670,-184194000,2),(670,-164491200,3),(670,-152658000,2),(670,-132955200,3),(670,-121122000,2),(670,-101419200,3),(670,-86821200,2),(670,-71092800,3),(670,-54766800,2),(670,-39038400,3),(670,-23317200,2),(670,-7588800,5),(670,128142000,4),(670,136605600,5),(670,596948400,4),(670,605066400,5),(670,624423600,4),(670,636516000,5),(670,656478000,4),(670,667965600,2),(670,687931200,4),(670,699415200,5),(670,719377200,4),(670,731469600,5),(670,938919600,3),(670,952052400,5),(670,1086058800,2),(670,1087704000,5),(670,1198983600,4),(670,1205632800,5),(670,2147483647,5),(671,-2147483648,1),(671,-1567453392,2),(671,-1233432000,3),(671,-1222981200,2),(671,-1205956800,3),(671,-1194037200,2),(671,-1172865600,3),(671,-1162501200,2),(671,-1141329600,3),(671,-1130965200,2),(671,-1109793600,3),(671,-1099429200,2),(671,-1078257600,3),(671,-1067806800,2),(671,-1046635200,3),(671,-1036270800,2),(671,-1015099200,3),(671,-1004734800,2),(671,-983563200,3),(671,-973198800,2),(671,-952027200,3),(671,-941576400,2),(671,-931032000,3),(671,-900882000,2),(671,-890337600,3),(671,-833749200,2),(671,-827265600,3),(671,-752274000,2),(671,-733780800,3),(671,-197326800,2),(671,-190843200,3),(671,-184194000,2),(671,-164491200,3),(671,-152658000,2),(671,-132955200,3),(671,-121122000,2),(671,-101419200,3),(671,-86821200,2),(671,-71092800,3),(671,-54766800,2),(671,-39038400,3),(671,-23317200,2),(671,-7588800,5),(671,128142000,4),(671,136605600,5),(671,596948400,4),(671,605066400,5),(671,624423600,4),(671,636516000,5),(671,656478000,4),(671,667965600,2),(671,687931200,4),(671,699415200,5),(671,719377200,4),(671,731469600,5),(671,938919600,3),(671,952052400,5),(671,1086058800,2),(671,1087704000,5),(671,1198983600,4),(671,1205632800,5),(671,2147483647,5),(672,-2147483648,1),(672,-1567453392,2),(672,-1233432000,3),(672,-1222981200,2),(672,-1205956800,3),(672,-1194037200,2),(672,-1172865600,3),(672,-1162501200,2),(672,-1141329600,3),(672,-1130965200,2),(672,-1109793600,3),(672,-1099429200,2),(672,-1078257600,3),(672,-1067806800,2),(672,-1046635200,3),(672,-1036270800,2),(672,-1015099200,3),(672,-1004734800,2),(672,-983563200,3),(672,-973198800,2),(672,-952027200,3),(672,-941576400,2),(672,-931032000,3),(672,-900882000,2),(672,-890337600,3),(672,-833749200,2),(672,-827265600,3),(672,-752274000,2),(672,-733780800,3),(672,-197326800,2),(672,-190843200,3),(672,-184194000,2),(672,-164491200,3),(672,-152658000,2),(672,-132955200,3),(672,-121122000,2),(672,-101419200,3),(672,-86821200,2),(672,-71092800,3),(672,-54766800,2),(672,-39038400,3),(672,-23317200,2),(672,-7588800,5),(672,128142000,4),(672,136605600,5),(672,596948400,4),(672,605066400,5),(672,624423600,4),(672,636516000,5),(672,656478000,4),(672,667965600,2),(672,687931200,4),(672,699415200,5),(672,719377200,4),(672,731469600,5),(672,938919600,3),(672,952052400,5),(672,1198983600,4),(672,1205632800,5),(672,1224385200,4),(672,1237082400,5),(672,2147483647,5),(673,-2147483648,1),(673,-1567453392,2),(673,-1233432000,3),(673,-1222981200,2),(673,-1205956800,3),(673,-1194037200,2),(673,-1172865600,3),(673,-1162501200,2),(673,-1141329600,3),(673,-1130965200,2),(673,-1109793600,3),(673,-1099429200,2),(673,-1078257600,3),(673,-1067806800,2),(673,-1046635200,3),(673,-1036270800,2),(673,-1015099200,3),(673,-1004734800,2),(673,-983563200,3),(673,-973198800,2),(673,-952027200,3),(673,-941576400,2),(673,-931032000,3),(673,-900882000,2),(673,-890337600,3),(673,-833749200,2),(673,-827265600,3),(673,-752274000,2),(673,-733780800,3),(673,-197326800,2),(673,-190843200,3),(673,-184194000,2),(673,-164491200,3),(673,-152658000,2),(673,-132955200,3),(673,-121122000,2),(673,-101419200,3),(673,-86821200,2),(673,-71092800,3),(673,-54766800,2),(673,-39038400,3),(673,-23317200,2),(673,-7588800,5),(673,128142000,4),(673,136605600,5),(673,596948400,4),(673,605066400,5),(673,624423600,4),(673,636516000,2),(673,657086400,3),(673,669178800,2),(673,686721600,4),(673,699415200,5),(673,719377200,4),(673,731469600,5),(673,938919600,3),(673,952052400,5),(673,1198983600,4),(673,1205632800,5),(673,2147483647,5),(674,-2147483648,1),(674,-1567453392,2),(674,-1233432000,3),(674,-1222981200,2),(674,-1205956800,3),(674,-1194037200,2),(674,-1172865600,3),(674,-1162501200,2),(674,-1141329600,3),(674,-1130965200,2),(674,-1109793600,3),(674,-1099429200,2),(674,-1078257600,3),(674,-1067806800,2),(674,-1046635200,3),(674,-1036270800,2),(674,-1015099200,3),(674,-1004734800,2),(674,-983563200,3),(674,-973198800,2),(674,-952027200,3),(674,-941576400,2),(674,-931032000,3),(674,-900882000,2),(674,-890337600,3),(674,-833749200,2),(674,-827265600,3),(674,-752274000,2),(674,-733780800,3),(674,-197326800,2),(674,-190843200,3),(674,-184194000,2),(674,-164491200,3),(674,-152658000,2),(674,-132955200,3),(674,-121122000,2),(674,-101419200,3),(674,-86821200,2),(674,-71092800,3),(674,-54766800,2),(674,-39038400,3),(674,-23317200,2),(674,-7588800,5),(674,128142000,4),(674,136605600,5),(674,596948400,4),(674,605066400,5),(674,624423600,4),(674,636516000,5),(674,656478000,4),(674,667792800,2),(674,673588800,5),(674,687927600,4),(674,699415200,5),(674,719377200,4),(674,731469600,5),(674,938919600,3),(674,952052400,5),(674,1086058800,2),(674,1087704000,5),(674,1198983600,4),(674,1205632800,5),(674,2147483647,5),(675,-2147483648,1),(675,-1567453392,2),(675,-1233432000,3),(675,-1222981200,2),(675,-1205956800,3),(675,-1194037200,2),(675,-1172865600,3),(675,-1162501200,2),(675,-1141329600,3),(675,-1130965200,2),(675,-1109793600,3),(675,-1099429200,2),(675,-1078257600,3),(675,-1067806800,2),(675,-1046635200,3),(675,-1036270800,2),(675,-1015099200,3),(675,-1004734800,2),(675,-983563200,3),(675,-973198800,2),(675,-952027200,3),(675,-941576400,2),(675,-931032000,3),(675,-900882000,2),(675,-890337600,3),(675,-833749200,2),(675,-827265600,3),(675,-752274000,2),(675,-733780800,3),(675,-197326800,2),(675,-190843200,3),(675,-184194000,2),(675,-164491200,3),(675,-152658000,2),(675,-132955200,3),(675,-121122000,2),(675,-101419200,3),(675,-86821200,2),(675,-71092800,3),(675,-54766800,2),(675,-39038400,3),(675,-23317200,2),(675,-7588800,5),(675,128142000,4),(675,136605600,5),(675,596948400,4),(675,605066400,5),(675,624423600,4),(675,636516000,2),(675,655963200,3),(675,667796400,2),(675,687499200,3),(675,699418800,2),(675,719380800,4),(675,731469600,5),(675,938919600,3),(675,952052400,5),(675,1085281200,2),(675,1096171200,5),(675,1198983600,4),(675,1205632800,5),(675,2147483647,5),(676,-2147483648,1),(676,-1567453392,2),(676,-1233432000,3),(676,-1222981200,2),(676,-1205956800,3),(676,-1194037200,2),(676,-1172865600,3),(676,-1162501200,2),(676,-1141329600,3),(676,-1130965200,2),(676,-1109793600,3),(676,-1099429200,2),(676,-1078257600,3),(676,-1067806800,2),(676,-1046635200,3),(676,-1036270800,2),(676,-1015099200,3),(676,-1004734800,2),(676,-983563200,3),(676,-973198800,2),(676,-952027200,3),(676,-941576400,2),(676,-931032000,3),(676,-900882000,2),(676,-890337600,3),(676,-833749200,2),(676,-827265600,3),(676,-752274000,2),(676,-733780800,3),(676,-197326800,2),(676,-190843200,3),(676,-184194000,2),(676,-164491200,3),(676,-152658000,2),(676,-132955200,3),(676,-121122000,2),(676,-101419200,3),(676,-86821200,2),(676,-71092800,3),(676,-54766800,2),(676,-39038400,3),(676,-23317200,2),(676,-7588800,5),(676,128142000,4),(676,136605600,5),(676,596948400,4),(676,605066400,5),(676,624423600,4),(676,636516000,5),(676,656478000,4),(676,667965600,5),(676,687927600,4),(676,699415200,5),(676,719377200,4),(676,731469600,5),(676,938919600,3),(676,952052400,5),(676,1086058800,2),(676,1087704000,5),(676,1198983600,4),(676,1205632800,5),(676,2147483647,5),(677,-2147483648,1),(677,-1567453392,2),(677,-1233432000,3),(677,-1222981200,2),(677,-1205956800,3),(677,-1194037200,2),(677,-1172865600,3),(677,-1162501200,2),(677,-1141329600,3),(677,-1130965200,2),(677,-1109793600,3),(677,-1099429200,2),(677,-1078257600,3),(677,-1067806800,2),(677,-1046635200,3),(677,-1036270800,2),(677,-1015099200,3),(677,-1004734800,2),(677,-983563200,3),(677,-973198800,2),(677,-952027200,3),(677,-941576400,2),(677,-931032000,3),(677,-900882000,2),(677,-890337600,3),(677,-833749200,2),(677,-827265600,3),(677,-752274000,2),(677,-733780800,3),(677,-197326800,2),(677,-190843200,3),(677,-184194000,2),(677,-164491200,3),(677,-152658000,2),(677,-132955200,3),(677,-121122000,2),(677,-101419200,3),(677,-86821200,2),(677,-71092800,3),(677,-54766800,2),(677,-39038400,3),(677,-23317200,2),(677,-7588800,5),(677,128142000,4),(677,136605600,5),(677,596948400,4),(677,605066400,5),(677,624423600,4),(677,636516000,5),(677,656478000,4),(677,667965600,2),(677,687931200,4),(677,699415200,5),(677,719377200,4),(677,731469600,5),(677,938919600,3),(677,952052400,5),(677,1198983600,4),(677,1205632800,5),(677,2147483647,5),(678,-2147483648,1),(678,-1567453392,2),(678,-1233432000,3),(678,-1222981200,2),(678,-1205956800,3),(678,-1194037200,2),(678,-1172865600,3),(678,-1162501200,2),(678,-1141329600,3),(678,-1130965200,2),(678,-1109793600,3),(678,-1099429200,2),(678,-1078257600,3),(678,-1067806800,2),(678,-1046635200,3),(678,-1036270800,2),(678,-1015099200,3),(678,-1004734800,2),(678,-983563200,3),(678,-973198800,2),(678,-952027200,3),(678,-941576400,2),(678,-931032000,3),(678,-900882000,2),(678,-890337600,3),(678,-833749200,2),(678,-827265600,3),(678,-752274000,2),(678,-733780800,3),(678,-197326800,2),(678,-190843200,3),(678,-184194000,2),(678,-164491200,3),(678,-152658000,2),(678,-132955200,3),(678,-121122000,2),(678,-101419200,3),(678,-86821200,2),(678,-71092800,3),(678,-54766800,2),(678,-39038400,3),(678,-23317200,2),(678,-7588800,5),(678,128142000,4),(678,136605600,5),(678,596948400,4),(678,605066400,5),(678,624423600,4),(678,636516000,5),(678,656478000,4),(678,667792800,2),(678,673588800,5),(678,687927600,4),(678,699415200,5),(678,719377200,4),(678,731469600,5),(678,938919600,3),(678,952052400,5),(678,1085972400,2),(678,1090728000,5),(678,1198983600,4),(678,1205632800,5),(678,2147483647,5),(679,-2147483648,1),(679,-1567453392,2),(679,-1233432000,3),(679,-1222981200,2),(679,-1205956800,3),(679,-1194037200,2),(679,-1172865600,3),(679,-1162501200,2),(679,-1141329600,3),(679,-1130965200,2),(679,-1109793600,3),(679,-1099429200,2),(679,-1078257600,3),(679,-1067806800,2),(679,-1046635200,3),(679,-1036270800,2),(679,-1015099200,3),(679,-1004734800,2),(679,-983563200,3),(679,-973198800,2),(679,-952027200,3),(679,-941576400,2),(679,-931032000,3),(679,-900882000,2),(679,-890337600,3),(679,-833749200,2),(679,-827265600,3),(679,-752274000,2),(679,-733780800,3),(679,-197326800,2),(679,-190843200,3),(679,-184194000,2),(679,-164491200,3),(679,-152658000,2),(679,-132955200,3),(679,-121122000,2),(679,-101419200,3),(679,-86821200,2),(679,-71092800,3),(679,-54766800,2),(679,-39038400,3),(679,-23317200,2),(679,-7588800,5),(679,128142000,4),(679,136605600,5),(679,596948400,4),(679,605066400,5),(679,624423600,4),(679,637380000,2),(679,655963200,3),(679,667796400,2),(679,675748800,5),(679,938919600,3),(679,952052400,5),(679,1085972400,2),(679,1090728000,5),(679,1198983600,4),(679,1200880800,3),(679,1205031600,2),(679,1223784000,3),(679,1236481200,2),(679,1255233600,5),(679,2147483647,5),(680,-2147483648,1),(680,-1567453392,2),(680,-1233432000,3),(680,-1222981200,2),(680,-1205956800,3),(680,-1194037200,2),(680,-1172865600,3),(680,-1162501200,2),(680,-1141329600,3),(680,-1130965200,2),(680,-1109793600,3),(680,-1099429200,2),(680,-1078257600,3),(680,-1067806800,2),(680,-1046635200,3),(680,-1036270800,2),(680,-1015099200,3),(680,-1004734800,2),(680,-983563200,3),(680,-973198800,2),(680,-952027200,3),(680,-941576400,2),(680,-931032000,3),(680,-900882000,2),(680,-890337600,3),(680,-833749200,2),(680,-827265600,3),(680,-752274000,2),(680,-733780800,3),(680,-197326800,2),(680,-190843200,3),(680,-184194000,2),(680,-164491200,3),(680,-152658000,2),(680,-132955200,3),(680,-121122000,2),(680,-101419200,3),(680,-86821200,2),(680,-71092800,3),(680,-54766800,2),(680,-39038400,3),(680,-23317200,2),(680,-7588800,5),(680,128142000,4),(680,136605600,5),(680,596948400,4),(680,605066400,5),(680,624423600,4),(680,636516000,5),(680,656478000,4),(680,667965600,2),(680,687931200,4),(680,699415200,5),(680,719377200,4),(680,731469600,5),(680,938919600,3),(680,952052400,5),(680,1086058800,2),(680,1087099200,5),(680,1198983600,4),(680,1205632800,5),(680,1224385200,4),(680,1237082400,5),(680,2147483647,5),(681,-2147483648,1),(681,-1567453392,2),(681,-1233432000,3),(681,-1222981200,2),(681,-1205956800,3),(681,-1194037200,2),(681,-1172865600,3),(681,-1162501200,2),(681,-1141329600,3),(681,-1130965200,2),(681,-1109793600,3),(681,-1099429200,2),(681,-1078257600,3),(681,-1067806800,2),(681,-1046635200,3),(681,-1036270800,2),(681,-1015099200,3),(681,-1004734800,2),(681,-983563200,3),(681,-973198800,2),(681,-952027200,3),(681,-941576400,2),(681,-931032000,3),(681,-900882000,2),(681,-890337600,3),(681,-833749200,2),(681,-827265600,3),(681,-752274000,2),(681,-733780800,3),(681,-197326800,2),(681,-190843200,3),(681,-184194000,2),(681,-164491200,3),(681,-152658000,2),(681,-132955200,3),(681,-121122000,2),(681,-101419200,3),(681,-86821200,2),(681,-71092800,3),(681,-54766800,2),(681,-39038400,3),(681,-23317200,2),(681,-7588800,5),(681,128142000,4),(681,136605600,5),(681,596948400,4),(681,605066400,5),(681,624423600,4),(681,636516000,5),(681,656478000,4),(681,667965600,5),(681,687927600,4),(681,699415200,5),(681,719377200,4),(681,731469600,5),(681,938919600,3),(681,952052400,5),(681,1085886000,2),(681,1087704000,5),(681,1198983600,4),(681,1205632800,5),(681,2147483647,5),(682,-2147483648,0),(682,-1826738653,1),(682,-157750200,2),(683,-2147483648,1),(683,-1206389360,2),(683,86760000,3),(683,134017200,2),(683,181368000,4),(683,194497200,2),(683,212990400,4),(683,226033200,2),(683,244526400,4),(683,257569200,2),(683,276062400,4),(683,291783600,2),(683,307598400,4),(683,323406000,2),(683,339220800,4),(683,354942000,2),(683,370756800,4),(683,386478000,2),(683,402292800,4),(683,418014000,2),(683,433828800,4),(683,449636400,2),(683,465451200,4),(683,481172400,2),(683,496987200,4),(683,512708400,2),(683,528523200,4),(683,544244400,2),(683,560059200,4),(683,575866800,2),(683,591681600,4),(683,607402800,2),(683,625032000,4),(683,638938800,2),(683,654753600,4),(683,670474800,2),(683,686721600,4),(683,699418800,2),(683,718257600,4),(683,733546800,2),(683,749448000,4),(683,762318000,2),(683,780984000,4),(683,793767600,2),(683,812520000,4),(683,825649200,2),(683,844574400,4),(683,856666800,2),(683,876024000,4),(683,888721200,2),(683,907473600,4),(683,920775600,2),(683,938923200,4),(683,952225200,2),(683,970372800,4),(683,983674800,2),(683,1002427200,4),(683,1018148400,2),(683,1030852800,4),(683,1049598000,2),(683,1062907200,4),(683,1081047600,2),(683,1097985600,4),(683,1110682800,2),(683,1129435200,4),(683,1142132400,2),(683,1160884800,4),(683,1173582000,2),(683,1192939200,4),(683,1205031600,2),(683,1224388800,4),(683,1236481200,2),(683,1255838400,4),(683,1270954800,2),(683,1286078400,4),(683,1302404400,2),(683,1317528000,4),(683,1333854000,2),(683,1349582400,4),(683,1364094000,2),(683,1381032000,4),(683,1395543600,2),(683,1412481600,4),(683,1426993200,2),(683,1443931200,4),(683,1459047600,2),(683,1475380800,4),(683,1490497200,2),(683,1506830400,4),(683,1521946800,2),(683,1538884800,4),(683,1553396400,2),(683,1570334400,4),(683,1584846000,2),(683,1601784000,4),(683,1616900400,2),(683,1633233600,4),(683,1648350000,2),(683,1664683200,4),(683,1679799600,2),(683,1696132800,4),(683,1711249200,2),(683,1728187200,4),(683,1742698800,2),(683,1759636800,4),(683,1774148400,2),(683,1791086400,4),(683,1806202800,2),(683,1822536000,4),(683,1837652400,2),(683,1853985600,4),(683,1869102000,2),(683,1886040000,4),(683,1900551600,2),(683,1917489600,4),(683,1932001200,2),(683,1948939200,4),(683,1964055600,2),(683,1980388800,4),(683,1995505200,2),(683,2011838400,4),(683,2026954800,2),(683,2043288000,4),(683,2058404400,2),(683,2075342400,4),(683,2089854000,2),(683,2106792000,4),(683,2121303600,2),(683,2138241600,4),(683,2147483647,4),(684,-2147483648,2),(684,-1632067200,1),(684,-1615136400,2),(684,-923248800,1),(684,-880214400,3),(684,-769395600,4),(684,-765392400,5),(685,-2147483648,1),(685,-880196400,2),(685,-769395600,3),(685,-765374400,1),(685,-86878800,4),(685,-21466800,5),(685,-5745600,4),(685,9982800,5),(685,25704000,4),(685,41432400,5),(685,57758400,4),(685,73486800,5),(685,89208000,4),(685,104936400,5),(685,120657600,4),(685,126709200,5),(685,152107200,4),(685,162392400,5),(685,183556800,4),(685,199285200,5),(685,215611200,4),(685,230734800,5),(685,247060800,4),(685,262789200,5),(685,278510400,4),(685,294238800,5),(685,309960000,4),(685,325688400,5),(685,341409600,4),(685,357138000,5),(685,372859200,4),(685,388587600,5),(685,404913600,4),(685,420037200,5),(685,436363200,6),(685,439034400,8),(685,452088000,7),(685,467809200,8),(685,483537600,7),(685,499258800,8),(685,514987200,7),(685,530708400,8),(685,544622400,7),(685,562158000,8),(685,576072000,7),(685,594212400,8),(685,607521600,7),(685,625662000,8),(685,638971200,7),(685,657111600,8),(685,671025600,7),(685,688561200,8),(685,702475200,7),(685,720010800,8),(685,733924800,7),(685,752065200,8),(685,765374400,7),(685,783514800,8),(685,796824000,7),(685,814964400,8),(685,828878400,7),(685,846414000,8),(685,860328000,7),(685,877863600,8),(685,891777600,7),(685,909313200,8),(685,923227200,7),(685,941367600,8),(685,954676800,7),(685,972817200,8),(685,986126400,7),(685,1004266800,8),(685,1018180800,7),(685,1035716400,8),(685,1049630400,7),(685,1067166000,8),(685,1081080000,7),(685,1099220400,8),(685,1112529600,7),(685,1130670000,8),(685,1143979200,7),(685,1162119600,8),(685,1173614400,7),(685,1194174000,8),(685,1205064000,7),(685,1225623600,8),(685,1236513600,7),(685,1257073200,8),(685,1268568000,7),(685,1289127600,8),(685,1300017600,7),(685,1320577200,8),(685,1331467200,7),(685,1352026800,8),(685,1362916800,7),(685,1383476400,8),(685,1394366400,7),(685,1414926000,8),(685,1425816000,7),(685,1446375600,8),(685,1457870400,7),(685,1478430000,8),(685,1489320000,7),(685,1509879600,8),(685,1520769600,7),(685,1541329200,8),(685,1552219200,7),(685,1572778800,8),(685,1583668800,7),(685,1604228400,8),(685,1615723200,7),(685,1636282800,8),(685,1647172800,7),(685,1667732400,8),(685,1678622400,7),(685,1699182000,8),(685,1710072000,7),(685,1730631600,8),(685,1741521600,7),(685,1762081200,8),(685,1772971200,7),(685,1793530800,8),(685,1805025600,7),(685,1825585200,8),(685,1836475200,7),(685,1857034800,8),(685,1867924800,7),(685,1888484400,8),(685,1899374400,7),(685,1919934000,8),(685,1930824000,7),(685,1951383600,8),(685,1962878400,7),(685,1983438000,8),(685,1994328000,7),(685,2014887600,8),(685,2025777600,7),(685,2046337200,8),(685,2057227200,7),(685,2077786800,8),(685,2088676800,7),(685,2109236400,8),(685,2120126400,7),(685,2140686000,8),(686,-2147483648,0),(686,-1767216356,2),(686,-1206957600,1),(686,-1191362400,2),(686,-1175374800,1),(686,-1159826400,2),(686,-633819600,1),(686,-622069200,2),(686,-602283600,1),(686,-591832800,2),(686,-570747600,1),(686,-560210400,2),(686,-539125200,1),(686,-531352800,2),(686,-191365200,1),(686,-184197600,2),(686,-155163600,1),(686,-150069600,2),(686,-128898000,1),(686,-121125600,2),(686,-99954000,1),(686,-89589600,2),(686,-68418000,1),(686,-57967200,2),(686,499748400,1),(686,511236000,2),(686,530593200,1),(686,540266400,2),(686,562129200,1),(686,571197600,2),(686,592974000,1),(686,602042400,2),(686,624423600,1),(686,634701600,2),(686,656478000,1),(686,666756000,2),(686,687927600,1),(686,697600800,2),(686,719982000,1),(686,728445600,2),(686,750826800,1),(686,761709600,2),(686,782276400,1),(686,793159200,2),(686,813726000,1),(686,824004000,2),(686,844570800,1),(686,856058400,2),(686,876106800,1),(686,888717600,2),(686,908074800,1),(686,919562400,2),(686,938919600,1),(686,951616800,2),(686,970974000,1),(686,982461600,2),(686,1003028400,1),(686,1013911200,2),(686,1036292400,1),(686,1045360800,2),(686,1318734000,1),(686,1330221600,2),(686,2147483647,2),(687,-2147483648,0),(687,-1514739600,1),(687,-1343066400,2),(687,-1234807200,1),(687,-1220292000,2),(687,-1207159200,1),(687,-1191344400,2),(687,-873828000,1),(687,-661539600,3),(687,28800,1),(687,828867600,4),(687,846403200,1),(687,860317200,4),(687,877852800,1),(687,891766800,4),(687,909302400,1),(687,923216400,4),(687,941356800,1),(687,954666000,4),(687,972806400,1),(687,989139600,4),(687,1001836800,1),(687,1018170000,4),(687,1035705600,1),(687,1049619600,4),(687,1067155200,1),(687,1081069200,4),(687,1099209600,1),(687,1112518800,4),(687,1130659200,1),(687,1143968400,4),(687,1162108800,1),(687,1175418000,4),(687,1193558400,1),(687,1207472400,4),(687,1225008000,1),(687,1238922000,4),(687,1256457600,1),(687,1270371600,5),(687,1288508400,2),(687,1301817600,5),(687,1319958000,2),(687,1333267200,5),(687,1351407600,2),(687,1365321600,5),(687,1382857200,2),(687,1396771200,5),(687,1414306800,2),(687,1428220800,5),(687,1445756400,2),(687,1459670400,5),(687,1477810800,2),(687,1491120000,5),(687,1509260400,2),(687,1522569600,5),(687,1540710000,2),(687,1554624000,5),(687,1572159600,2),(687,1586073600,5),(687,1603609200,2),(687,1617523200,5),(687,1635663600,2),(687,1648972800,5),(687,1667113200,2),(687,1680422400,5),(687,1698562800,2),(687,1712476800,5),(687,1730012400,2),(687,1743926400,5),(687,1761462000,2),(687,1775376000,5),(687,1792911600,2),(687,1806825600,5),(687,1824966000,2),(687,1838275200,5),(687,1856415600,2),(687,1869724800,5),(687,1887865200,2),(687,1901779200,5),(687,1919314800,2),(687,1933228800,5),(687,1950764400,2),(687,1964678400,5),(687,1982818800,2),(687,1996128000,5),(687,2014268400,2),(687,2027577600,5),(687,2045718000,2),(687,2059027200,5),(687,2077167600,2),(687,2091081600,5),(687,2108617200,2),(687,2122531200,5),(687,2140066800,2),(688,-2147483648,0),(688,-1451678491,1),(688,-1199217691,3),(688,234943200,2),(688,244616400,3),(688,261554400,2),(688,276066000,3),(688,293004000,2),(688,307515600,3),(688,325058400,2),(688,338706000,3),(689,-2147483648,0),(689,-1767213964,2),(689,-1206957600,1),(689,-1191362400,2),(689,-1175374800,1),(689,-1159826400,2),(689,-633819600,1),(689,-622069200,2),(689,-602283600,1),(689,-591832800,2),(689,-570747600,1),(689,-560210400,2),(689,-539125200,1),(689,-531352800,2),(689,-191365200,1),(689,-184197600,2),(689,-155163600,1),(689,-150069600,2),(689,-128898000,1),(689,-121125600,2),(689,-99954000,1),(689,-89589600,2),(689,-68418000,1),(689,-57967200,2),(689,499748400,1),(689,511236000,2),(689,530593200,1),(689,540266400,2),(689,562129200,1),(689,571197600,2),(689,2147483647,2),(690,-2147483648,0),(690,-1822500432,2),(690,-1616954400,1),(690,-1606069800,2),(690,-1585504800,1),(690,-1574015400,2),(690,-1554055200,1),(690,-1542565800,2),(690,-1522605600,1),(690,-1511116200,2),(690,-1490551200,1),(690,-1479666600,2),(690,-1459101600,1),(690,-1448217000,2),(690,-1427652000,1),(690,-1416162600,2),(690,-1396202400,1),(690,-1384713000,2),(690,-1364752800,1),(690,-1353263400,2),(690,-1333303200,1),(690,-1321813800,2),(690,-1301248800,1),(690,-1290364200,2),(690,-1269799200,1),(690,-1258914600,2),(690,-1238349600,1),(690,-1226860200,2),(690,-1206900000,1),(690,-1195410600,2),(690,-1175450400,1),(690,-1163961000,2),(690,-1143396000,1),(690,-1132511400,2),(690,-1111946400,1),(690,-1101061800,2),(690,-1080496800,1),(690,-1069612200,2),(690,-1049047200,1),(690,-1037557800,2),(690,-1017597600,1),(690,-1006108200,2),(690,-986148000,1),(690,-974658600,2),(690,-954093600,1),(690,-943209000,2),(690,-922644000,1),(690,-911759400,2),(690,-891194400,1),(690,-879705000,2),(690,-868212000,3),(690,-769395600,4),(690,-758746800,2),(690,-701892000,1),(690,-690402600,2),(690,-670442400,1),(690,-658953000,2),(690,-638992800,1),(690,-627503400,2),(690,-606938400,1),(690,-596053800,2),(690,-575488800,1),(690,-564604200,2),(690,-544039200,1),(690,-532549800,2),(690,-512589600,1),(690,-501100200,2),(690,-481140000,1),(690,-469650600,2),(690,-449690400,1),(690,-438201000,2),(690,-417636000,1),(690,-406751400,2),(690,-386186400,1),(690,-375301800,2),(690,-354736800,1),(690,-343247400,2),(690,-323287200,1),(690,-311797800,2),(690,-291837600,1),(690,-280348200,2),(690,-259783200,1),(690,-248898600,2),(690,-228333600,1),(690,-217449000,2),(690,-196884000,1),(690,-185999400,2),(690,-165434400,1),(690,-153945000,2),(690,-133984800,1),(690,-122495400,2),(690,-102535200,1),(690,-91045800,2),(690,-70480800,1),(690,-59596200,2),(690,123919200,5),(690,129618000,2),(690,409039200,5),(690,413874000,2),(691,-2147483648,2),(691,-1632074400,1),(691,-1615143600,2),(691,-880221600,3),(691,-769395600,4),(691,-765399600,2),(692,-2147483648,0),(692,-1767211040,2),(692,-1206954000,1),(692,-1191358800,2),(692,-1175371200,1),(692,-1159822800,2),(692,-633816000,1),(692,-622065600,2),(692,-602280000,1),(692,-591829200,2),(692,-570744000,1),(692,-560206800,2),(692,-539121600,1),(692,-531349200,2),(692,-191361600,1),(692,-184194000,2),(692,-155160000,1),(692,-150066000,2),(692,-128894400,1),(692,-121122000,2),(692,-99950400,1),(692,-89586000,2),(692,-68414400,1),(692,-57963600,2),(692,499752000,1),(692,511239600,2),(692,530596800,1),(692,540270000,2),(692,562132800,1),(692,571201200,2),(692,938923200,1),(692,951620400,2),(692,970977600,1),(692,971578800,2),(692,2147483647,2),(693,-2147483648,1),(693,-1739041424,3),(693,704869200,2),(693,733896000,3),(693,2147483647,3),(694,-2147483648,2),(694,-1633269600,1),(694,-1615129200,2),(694,-1601820000,1),(694,-1583679600,2),(694,-1471788000,5),(694,-880210800,3),(694,-769395600,4),(694,-765388800,5),(694,-84380400,6),(694,-68659200,5),(694,-52930800,6),(694,-37209600,5),(694,-21481200,6),(694,-5760000,5),(694,9968400,6),(694,25689600,5),(694,41418000,6),(694,57744000,5),(694,73472400,6),(694,89193600,5),(694,104922000,6),(694,120643200,5),(694,129114000,6),(694,152092800,5),(694,162378000,6),(694,183542400,5),(694,199270800,6),(694,215596800,5),(694,230720400,6),(694,247046400,5),(694,262774800,6),(694,278496000,5),(694,294224400,6),(694,309945600,5),(694,325674000,6),(694,341395200,5),(694,357123600,6),(694,372844800,5),(694,388573200,6),(694,404899200,5),(694,420022800,6),(694,436348800,5),(694,452077200,6),(694,467798400,5),(694,483526800,6),(694,499248000,5),(694,514976400,6),(694,530697600,5),(694,544611600,6),(694,562147200,5),(694,576061200,6),(694,594201600,5),(694,607510800,6),(694,625651200,5),(694,638960400,6),(694,657100800,5),(694,671014800,6),(694,688550400,5),(694,702464400,6),(694,720000000,5),(694,733914000,6),(694,752054400,5),(694,765363600,6),(694,783504000,5),(694,796813200,6),(694,814953600,5),(694,828867600,6),(694,846403200,5),(694,860317200,6),(694,877852800,5),(694,891766800,6),(694,909302400,5),(694,923216400,6),(694,941356800,5),(694,954666000,6),(694,972806400,5),(694,986115600,6),(694,1004256000,5),(694,1018170000,6),(694,1035705600,5),(694,1049619600,6),(694,1067155200,5),(694,1081069200,6),(694,1099209600,5),(694,1112518800,6),(694,1130659200,5),(694,1143968400,6),(694,1162108800,5),(694,1173603600,6),(694,1194163200,5),(694,1205053200,6),(694,1225612800,5),(694,1236502800,6),(694,1257062400,5),(694,1268557200,6),(694,1289116800,5),(694,1300006800,6),(694,1320566400,5),(694,1331456400,6),(694,1352016000,5),(694,1362906000,6),(694,1383465600,5),(694,1394355600,6),(694,1414915200,5),(694,1425805200,6),(694,1446364800,5),(694,1457859600,6),(694,1478419200,5),(694,1489309200,6),(694,1509868800,5),(694,1520758800,6),(694,1541318400,5),(694,1552208400,6),(694,1572768000,5),(694,1583658000,6),(694,1604217600,5),(694,1615712400,6),(694,1636272000,5),(694,1647162000,6),(694,1667721600,5),(694,1678611600,6),(694,1699171200,5),(694,1710061200,6),(694,1730620800,5),(694,1741510800,6),(694,1762070400,5),(694,1772960400,6),(694,1793520000,5),(694,1805014800,6),(694,1825574400,5),(694,1836464400,6),(694,1857024000,5),(694,1867914000,6),(694,1888473600,5),(694,1899363600,6),(694,1919923200,5),(694,1930813200,6),(694,1951372800,5),(694,1962867600,6),(694,1983427200,5),(694,1994317200,6),(694,2014876800,5),(694,2025766800,6),(694,2046326400,5),(694,2057216400,6),(694,2077776000,5),(694,2088666000,6),(694,2109225600,5),(694,2120115600,6),(694,2140675200,5),(695,-2147483648,1),(695,-1567453392,2),(695,-1233432000,3),(695,-1222981200,2),(695,-1205956800,3),(695,-1194037200,2),(695,-1172865600,3),(695,-1162501200,2),(695,-1141329600,3),(695,-1130965200,2),(695,-1109793600,3),(695,-1099429200,2),(695,-1078257600,3),(695,-1067806800,2),(695,-1046635200,3),(695,-1036270800,2),(695,-1015099200,3),(695,-1004734800,2),(695,-983563200,3),(695,-973198800,2),(695,-952027200,3),(695,-941576400,2),(695,-931032000,3),(695,-900882000,2),(695,-890337600,3),(695,-833749200,2),(695,-827265600,3),(695,-752274000,2),(695,-733780800,3),(695,-197326800,2),(695,-190843200,3),(695,-184194000,2),(695,-164491200,3),(695,-152658000,2),(695,-132955200,3),(695,-121122000,2),(695,-101419200,3),(695,-86821200,2),(695,-71092800,3),(695,-54766800,2),(695,-39038400,3),(695,-23317200,2),(695,-7588800,5),(695,128142000,4),(695,136605600,5),(695,596948400,4),(695,605066400,5),(695,624423600,4),(695,636516000,5),(695,656478000,4),(695,667965600,5),(695,687927600,4),(695,699415200,5),(695,719377200,4),(695,731469600,5),(695,938919600,3),(695,952052400,5),(695,1198983600,4),(695,1205632800,5),(695,1224385200,4),(695,1237082400,5),(695,2147483647,5),(696,-2147483648,0),(696,-1577923200,3),(696,-880210800,1),(696,-769395600,2),(696,-765388800,3),(696,-147891600,4),(696,-131562000,3),(696,325674000,5),(696,341395200,3),(696,357123600,5),(696,372844800,3),(696,388573200,5),(696,404899200,3),(696,420022800,5),(696,436348800,3),(696,452077200,5),(696,467798400,3),(696,483526800,5),(696,499248000,3),(696,514976400,5),(696,530697600,3),(696,544611600,5),(696,562147200,3),(696,576061200,5),(696,594201600,3),(696,607510800,5),(696,625651200,3),(696,638960400,5),(696,657100800,3),(696,671014800,5),(696,688550400,3),(696,702464400,5),(696,720000000,3),(696,733914000,5),(696,752054400,3),(696,765363600,5),(696,783504000,3),(696,796813200,5),(696,814953600,3),(696,828867600,5),(696,846403200,3),(696,860317200,5),(696,877852800,3),(696,891766800,5),(696,909302400,3),(696,923216400,5),(696,941356800,7),(696,954662400,6),(696,972802800,8),(696,973400400,7),(696,986115600,5),(696,1004256000,3),(696,1018170000,5),(696,1035705600,3),(696,1049619600,5),(696,1067155200,3),(696,1081069200,5),(696,1099209600,3),(696,1112518800,5),(696,1130659200,3),(696,1143968400,5),(696,1162108800,3),(696,1173603600,5),(696,1194163200,3),(696,1205053200,5),(696,1225612800,3),(696,1236502800,5),(696,1257062400,3),(696,1268557200,5),(696,1289116800,3),(696,1300006800,5),(696,1320566400,3),(696,1331456400,5),(696,1352016000,3),(696,1362906000,5),(696,1383465600,3),(696,1394355600,5),(696,1414915200,3),(696,1425805200,5),(696,1446364800,3),(696,1457859600,5),(696,1478419200,3),(696,1489309200,5),(696,1509868800,3),(696,1520758800,5),(696,1541318400,3),(696,1552208400,5),(696,1572768000,3),(696,1583658000,5),(696,1604217600,3),(696,1615712400,5),(696,1636272000,3),(696,1647162000,5),(696,1667721600,3),(696,1678611600,5),(696,1699171200,3),(696,1710061200,5),(696,1730620800,3),(696,1741510800,5),(696,1762070400,3),(696,1772960400,5),(696,1793520000,3),(696,1805014800,5),(696,1825574400,3),(696,1836464400,5),(696,1857024000,3),(696,1867914000,5),(696,1888473600,3),(696,1899363600,5),(696,1919923200,3),(696,1930813200,5),(696,1951372800,3),(696,1962867600,5),(696,1983427200,3),(696,1994317200,5),(696,2014876800,3),(696,2025766800,5),(696,2046326400,3),(696,2057216400,5),(696,2077776000,3),(696,2088666000,5),(696,2109225600,3),(696,2120115600,5),(696,2140675200,3),(697,-2147483648,0),(697,-1767212492,2),(697,-1206954000,1),(697,-1191358800,2),(697,-1175371200,1),(697,-1159822800,2),(697,-633816000,1),(697,-622065600,2),(697,-602280000,1),(697,-591829200,2),(697,-570744000,1),(697,-560206800,2),(697,-539121600,1),(697,-531349200,2),(697,-191361600,1),(697,-184194000,2),(697,-155160000,1),(697,-150066000,2),(697,-128894400,1),(697,-121122000,2),(697,-99950400,1),(697,-89586000,2),(697,-68414400,1),(697,-57963600,2),(697,499752000,1),(697,511239600,2),(697,530596800,1),(697,540270000,2),(697,562132800,1),(697,571201200,2),(697,592977600,1),(697,602046000,2),(697,624427200,1),(697,634705200,2),(697,656481600,1),(697,666759600,2),(697,687931200,1),(697,697604400,2),(697,719985600,1),(697,728449200,2),(697,750830400,1),(697,761713200,2),(697,782280000,1),(697,793162800,2),(697,813729600,1),(697,824007600,2),(697,844574400,1),(697,856062000,2),(697,876110400,1),(697,888721200,2),(697,908078400,1),(697,919566000,2),(697,938923200,1),(697,951620400,2),(697,970977600,1),(697,982465200,2),(697,1003032000,1),(697,1013914800,2),(697,1036296000,1),(697,1045364400,2),(697,1066536000,1),(697,1076814000,2),(697,1099368000,1),(697,1108868400,2),(697,1129435200,1),(697,1140318000,2),(697,1162699200,1),(697,1172372400,2),(697,1192334400,1),(697,1203217200,2),(697,1224388800,1),(697,1234666800,2),(697,1255838400,1),(697,1266721200,2),(697,1287288000,1),(697,1298170800,2),(697,1318737600,1),(697,1330225200,2),(697,1350792000,1),(697,1361070000,2),(697,1382241600,1),(697,1392519600,2),(697,1413691200,1),(697,1424574000,2),(697,1445140800,1),(697,1456023600,2),(697,1476590400,1),(697,1487473200,2),(697,1508040000,1),(697,1518922800,2),(697,1541304000,1),(697,1550372400,2),(697,2147483647,2),(698,-2147483648,0),(698,-1514743200,1),(698,377935200,3),(698,828860400,2),(698,846396000,3),(698,860310000,2),(698,877845600,3),(698,891759600,2),(698,902037600,4),(698,909298800,1),(698,923212800,4),(698,941353200,1),(698,954662400,4),(698,972802800,1),(698,989136000,4),(698,1001833200,1),(698,1018166400,4),(698,1035702000,1),(698,1049616000,4),(698,1067151600,1),(698,1081065600,4),(698,1099206000,1),(698,1112515200,4),(698,1130655600,1),(698,1143964800,4),(698,1162105200,1),(698,1175414400,4),(698,1193554800,1),(698,1207468800,4),(698,1225004400,1),(698,1238918400,4),(698,1256454000,1),(698,1270368000,4),(698,1288508400,1),(698,1301817600,4),(698,1319958000,1),(698,1333267200,4),(698,1351407600,1),(698,1365321600,4),(698,1382857200,1),(698,1396771200,4),(698,1414306800,1),(698,1422777600,3),(699,-2147483648,1),(699,-1826739140,2),(699,-157750200,3),(699,1197183600,2),(699,1462086000,3),(699,2147483647,3),(700,-2147483648,1),(700,-1567453392,2),(700,-1233432000,3),(700,-1222981200,2),(700,-1205956800,3),(700,-1194037200,2),(700,-1172865600,3),(700,-1162501200,2),(700,-1141329600,3),(700,-1130965200,2),(700,-1109793600,3),(700,-1099429200,2),(700,-1078257600,3),(700,-1067806800,2),(700,-1046635200,3),(700,-1036270800,2),(700,-1015099200,3),(700,-1004734800,2),(700,-983563200,3),(700,-973198800,2),(700,-952027200,3),(700,-941576400,2),(700,-931032000,3),(700,-900882000,2),(700,-890337600,3),(700,-833749200,2),(700,-827265600,3),(700,-752274000,2),(700,-733780800,3),(700,-197326800,2),(700,-190843200,3),(700,-184194000,2),(700,-164491200,3),(700,-152658000,2),(700,-132955200,3),(700,-121122000,2),(700,-101419200,3),(700,-86821200,2),(700,-71092800,3),(700,-54766800,2),(700,-39038400,3),(700,-23317200,2),(700,-7588800,5),(700,128142000,4),(700,136605600,5),(700,596948400,4),(700,605066400,5),(700,624423600,4),(700,636516000,5),(700,656478000,4),(700,667965600,2),(700,687931200,4),(700,699415200,5),(700,719377200,4),(700,731469600,5),(700,938919600,3),(700,952052400,5),(700,1086058800,2),(700,1087704000,5),(700,1198983600,4),(700,1205632800,5),(700,2147483647,5),(701,-2147483648,0),(701,-1846269040,1),(701,-71092800,2),(701,2147483647,2),(702,-2147483648,1),(702,-1946918424,2),(703,-2147483648,2),(703,-1633276800,1),(703,-1615136400,2),(703,-1601827200,1),(703,-1583686800,2),(703,-1563724800,1),(703,-1551632400,2),(703,-1538928000,1),(703,-1520182800,2),(703,-1504454400,1),(703,-1491757200,2),(703,-1473004800,1),(703,-1459702800,2),(703,-1441555200,1),(703,-1428253200,2),(703,-1410105600,1),(703,-1396803600,2),(703,-1378656000,1),(703,-1365354000,2),(703,-1347206400,1),(703,-1333904400,2),(703,-1315152000,1),(703,-1301850000,2),(703,-1283702400,1),(703,-1270400400,2),(703,-1252252800,1),(703,-1238950800,2),(703,-1220803200,1),(703,-1207501200,2),(703,-1189353600,1),(703,-1176051600,2),(703,-1157299200,1),(703,-1144602000,2),(703,-1125849600,1),(703,-1112547600,2),(703,-1094400000,1),(703,-1081098000,2),(703,-1067788800,3),(703,-1045414800,2),(703,-1031500800,1),(703,-1018198800,2),(703,-1000051200,1),(703,-986749200,2),(703,-967996800,1),(703,-955299600,2),(703,-936547200,1),(703,-923245200,2),(703,-905097600,1),(703,-891795600,2),(703,-880214400,4),(703,-769395600,5),(703,-765392400,2),(703,-747244800,1),(703,-733942800,2),(703,-715795200,1),(703,-702493200,2),(703,-684345600,1),(703,-671043600,2),(703,-652896000,1),(703,-639594000,2),(703,-620841600,1),(703,-608144400,2),(703,-589392000,1),(703,-576090000,2),(703,-557942400,1),(703,-544640400,2),(703,-526492800,1),(703,-513190800,2),(703,-495043200,1),(703,-481741200,2),(703,-463593600,1),(703,-447267600,2),(703,-431539200,1),(703,-415818000,2),(703,-400089600,1),(703,-384368400,2),(703,-368640000,1),(703,-352918800,2),(703,-337190400,1),(703,-321469200,2),(703,-305740800,1),(703,-289414800,2),(703,-273686400,1),(703,-257965200,2),(703,-242236800,1),(703,-226515600,2),(703,-210787200,1),(703,-195066000,2),(703,-179337600,1),(703,-163616400,2),(703,-147888000,1),(703,-131562000,2),(703,-116438400,1),(703,-100112400,2),(703,-84384000,1),(703,-68662800,2),(703,-52934400,1),(703,-37213200,2),(703,-21484800,1),(703,-5763600,2),(703,9964800,1),(703,25686000,2),(703,41414400,1),(703,57740400,2),(703,73468800,1),(703,89190000,2),(703,104918400,1),(703,120639600,2),(703,126691200,1),(703,152089200,2),(703,162374400,1),(703,183538800,2),(703,199267200,1),(703,215593200,2),(703,230716800,1),(703,247042800,2),(703,262771200,1),(703,278492400,2),(703,294220800,1),(703,309942000,2),(703,325670400,1),(703,341391600,2),(703,357120000,1),(703,372841200,2),(703,388569600,1),(703,404895600,2),(703,420019200,1),(703,436345200,2),(703,452073600,1),(703,467794800,2),(703,483523200,1),(703,499244400,2),(703,514972800,1),(703,530694000,2),(703,544608000,1),(703,562143600,2),(703,576057600,1),(703,594198000,2),(703,607507200,1),(703,625647600,2),(703,638956800,1),(703,657097200,2),(703,671011200,1),(703,688546800,2),(703,702460800,1),(703,719996400,2),(703,733910400,1),(703,752050800,2),(703,765360000,1),(703,783500400,2),(703,796809600,1),(703,814950000,2),(703,828864000,1),(703,846399600,2),(703,860313600,1),(703,877849200,2),(703,891763200,1),(703,909298800,2),(703,923212800,1),(703,941353200,2),(703,954662400,1),(703,972802800,2),(703,986112000,1),(703,1004252400,2),(703,1018166400,1),(703,1035702000,2),(703,1049616000,1),(703,1067151600,2),(703,1081065600,1),(703,1099206000,2),(703,1112515200,1),(703,1130655600,2),(703,1143964800,1),(703,1162105200,2),(703,1173600000,1),(703,1194159600,2),(703,1205049600,1),(703,1225609200,2),(703,1236499200,1),(703,1257058800,2),(703,1268553600,1),(703,1289113200,2),(703,1300003200,1),(703,1320562800,2),(703,1331452800,1),(703,1352012400,2),(703,1362902400,1),(703,1383462000,2),(703,1394352000,1),(703,1414911600,2),(703,1425801600,1),(703,1446361200,2),(703,1457856000,1),(703,1478415600,2),(703,1489305600,1),(703,1509865200,2),(703,1520755200,1),(703,1541314800,2),(703,1552204800,1),(703,1572764400,2),(703,1583654400,1),(703,1604214000,2),(703,1615708800,1),(703,1636268400,2),(703,1647158400,1),(703,1667718000,2),(703,1678608000,1),(703,1699167600,2),(703,1710057600,1),(703,1730617200,2),(703,1741507200,1),(703,1762066800,2),(703,1772956800,1),(703,1793516400,2),(703,1805011200,1),(703,1825570800,2),(703,1836460800,1),(703,1857020400,2),(703,1867910400,1),(703,1888470000,2),(703,1899360000,1),(703,1919919600,2),(703,1930809600,1),(703,1951369200,2),(703,1962864000,1),(703,1983423600,2),(703,1994313600,1),(703,2014873200,2),(703,2025763200,1),(703,2046322800,2),(703,2057212800,1),(703,2077772400,2),(703,2088662400,1),(703,2109222000,2),(703,2120112000,1),(703,2140671600,2),(704,-2147483648,0),(704,-1514739600,1),(704,-1343066400,2),(704,-1234807200,1),(704,-1220292000,2),(704,-1207159200,1),(704,-1191344400,2),(704,828864000,3),(704,846399600,2),(704,860313600,3),(704,877849200,2),(704,891766800,4),(704,909302400,1),(704,923216400,4),(704,941356800,1),(704,954666000,4),(704,972806400,1),(704,989139600,4),(704,1001836800,1),(704,1018170000,4),(704,1035705600,1),(704,1049619600,4),(704,1067155200,1),(704,1081069200,4),(704,1099209600,1),(704,1112518800,4),(704,1130659200,1),(704,1143968400,4),(704,1162108800,1),(704,1175418000,4),(704,1193558400,1),(704,1207472400,4),(704,1225008000,1),(704,1238922000,4),(704,1256457600,1),(704,1270371600,4),(704,1288512000,1),(704,1301821200,4),(704,1319961600,1),(704,1333270800,4),(704,1351411200,1),(704,1365325200,4),(704,1382860800,1),(704,1396774800,4),(704,1414310400,1),(704,1428224400,4),(704,1445760000,1),(704,1459674000,4),(704,1477814400,1),(704,1491123600,4),(704,1509264000,1),(704,1522573200,4),(704,1540713600,1),(704,1554627600,4),(704,1572163200,1),(704,1586077200,4),(704,1603612800,1),(704,1617526800,4),(704,1635667200,1),(704,1648976400,4),(704,1667116800,1),(704,1680426000,4),(704,1698566400,1),(704,1712480400,4),(704,1730016000,1),(704,1743930000,4),(704,1761465600,1),(704,1775379600,4),(704,1792915200,1),(704,1806829200,4),(704,1824969600,1),(704,1838278800,4),(704,1856419200,1),(704,1869728400,4),(704,1887868800,1),(704,1901782800,4),(704,1919318400,1),(704,1933232400,4),(704,1950768000,1),(704,1964682000,4),(704,1982822400,1),(704,1996131600,4),(704,2014272000,1),(704,2027581200,4),(704,2045721600,1),(704,2059030800,4),(704,2077171200,1),(704,2091085200,4),(704,2108620800,1),(704,2122534800,4),(704,2140070400,1),(705,-2147483648,2),(705,-1632067200,1),(705,-1615136400,2),(705,-923248800,1),(705,-880214400,3),(705,-769395600,4),(705,-765392400,5),(706,-2147483648,1),(706,-1567453392,2),(706,-1233432000,3),(706,-1222981200,2),(706,-1205956800,3),(706,-1194037200,2),(706,-1172865600,3),(706,-1162501200,2),(706,-1141329600,3),(706,-1130965200,2),(706,-1109793600,3),(706,-1099429200,2),(706,-1078257600,3),(706,-1067806800,2),(706,-1046635200,3),(706,-1036270800,2),(706,-1015099200,3),(706,-1004734800,2),(706,-983563200,3),(706,-973198800,2),(706,-952027200,3),(706,-941576400,2),(706,-931032000,3),(706,-900882000,2),(706,-890337600,3),(706,-833749200,2),(706,-827265600,3),(706,-752274000,2),(706,-733780800,3),(706,-197326800,2),(706,-190843200,3),(706,-184194000,2),(706,-164491200,3),(706,-152658000,2),(706,-132955200,3),(706,-121122000,2),(706,-101419200,3),(706,-86821200,2),(706,-71092800,3),(706,-54766800,2),(706,-39038400,3),(706,-23317200,2),(706,-7588800,5),(706,128142000,4),(706,136605600,5),(706,596948400,4),(706,605066400,5),(706,624423600,4),(706,636516000,5),(706,656478000,4),(706,667965600,2),(706,687931200,4),(706,699415200,5),(706,719377200,4),(706,731469600,5),(706,938919600,3),(706,952052400,5),(706,1198983600,4),(706,1205632800,5),(706,1224385200,4),(706,1237082400,5),(706,2147483647,5),(707,-2147483648,1),(707,-1545071027,3),(707,288770400,2),(707,297234000,3),(707,320220000,2),(707,328683600,3),(707,664264800,2),(707,678344400,3),(707,695714400,2),(707,700635600,3),(708,-2147483648,1),(708,-1680454800,2),(708,-1627833600,1),(709,-2147483648,0),(709,-1767212140,2),(709,-1206954000,1),(709,-1191358800,2),(709,-1175371200,1),(709,-1159822800,2),(709,-633816000,1),(709,-622065600,2),(709,-602280000,1),(709,-591829200,2),(709,-570744000,1),(709,-560206800,2),(709,-539121600,1),(709,-531349200,2),(709,-191361600,1),(709,-184194000,2),(709,-155160000,1),(709,-150066000,2),(709,-128894400,1),(709,-121122000,2),(709,-99950400,1),(709,-89586000,2),(709,-68414400,1),(709,-57963600,2),(709,499752000,1),(709,511239600,2),(709,530596800,1),(709,540270000,2),(709,562132800,1),(709,571201200,2),(709,592977600,1),(709,602046000,2),(709,624427200,1),(709,634705200,2),(709,656481600,1),(709,666759600,2),(709,687931200,1),(709,697604400,2),(709,719985600,1),(709,728449200,2),(709,750830400,1),(709,761713200,2),(709,782280000,1),(709,793162800,2),(709,813729600,1),(709,824007600,2),(709,844574400,1),(709,856062000,2),(709,876110400,1),(709,888721200,2),(709,908078400,1),(709,919566000,2),(709,938923200,1),(709,951620400,2),(709,970977600,1),(709,982465200,2),(709,1003032000,1),(709,1013914800,2),(709,1036296000,1),(709,1045364400,2),(709,1099368000,1),(709,1108868400,2),(709,1129435200,1),(709,1140318000,2),(709,1162699200,1),(709,1172372400,2),(709,1192334400,1),(709,1203217200,2),(709,1224388800,1),(709,1234666800,2),(709,1255838400,1),(709,1266721200,2),(709,1287288000,1),(709,1298170800,2),(709,1318737600,1),(709,1330225200,2),(709,1350792000,1),(709,1361070000,2),(709,1382241600,1),(709,1392519600,2),(709,1413691200,1),(709,1424574000,2),(709,1445140800,1),(709,1456023600,2),(709,1476590400,1),(709,1487473200,2),(709,1508040000,1),(709,1518922800,2),(709,1541304000,1),(709,1550372400,2),(709,2147483647,2),(710,-2147483648,0),(710,-1826738653,1),(710,-157750200,2),(711,-2147483648,0),(711,-1686091520,1),(711,323845200,4),(711,338950800,2),(711,354675600,3),(711,370400400,2),(711,386125200,3),(711,401850000,2),(711,417574800,3),(711,433299600,2),(711,449024400,3),(711,465354000,2),(711,481078800,3),(711,496803600,2),(711,512528400,3),(711,528253200,2),(711,543978000,3),(711,559702800,2),(711,575427600,3),(711,591152400,2),(711,606877200,3),(711,622602000,2),(711,638326800,3),(711,654656400,2),(711,670381200,3),(711,686106000,2),(711,701830800,3),(711,717555600,2),(711,733280400,3),(711,749005200,2),(711,764730000,3),(711,780454800,2),(711,796179600,3),(711,811904400,2),(711,820465200,5),(712,-2147483648,2),(712,-1632056400,1),(712,-1615125600,2),(712,-1596978000,1),(712,-1583164800,2),(712,-880203600,3),(712,-769395600,4),(712,-765381600,2),(712,-147884400,5),(712,-131554800,2),(712,120646800,6),(712,325677600,7),(712,341398800,6),(712,357127200,7),(712,372848400,6),(712,388576800,7),(712,404902800,6),(712,420026400,7),(712,436352400,6),(712,452080800,7),(712,467802000,6),(712,483530400,7),(712,499251600,6),(712,514980000,7),(712,530701200,6),(712,544615200,7),(712,562150800,6),(712,576064800,7),(712,594205200,6),(712,607514400,7),(712,625654800,6),(712,638964000,7),(712,657104400,6),(712,671018400,7),(712,688554000,6),(712,702468000,7),(712,720003600,6),(712,733917600,7),(712,752058000,6),(712,765367200,7),(712,783507600,6),(712,796816800,7),(712,814957200,6),(712,828871200,7),(712,846406800,6),(712,860320800,7),(712,877856400,6),(712,891770400,7),(712,909306000,6),(712,923220000,7),(712,941360400,6),(712,954669600,7),(712,972810000,6),(712,986119200,7),(712,1004259600,6),(712,1018173600,7),(712,1035709200,6),(712,1049623200,7),(712,1067158800,6),(712,1081072800,7),(712,1099213200,6),(712,1112522400,7),(712,1130662800,6),(712,1143972000,7),(712,1162112400,6),(712,1173607200,7),(712,1194166800,6),(712,1205056800,7),(712,1225616400,6),(712,1236506400,7),(712,1257066000,6),(712,1268560800,7),(712,1289120400,6),(712,1300010400,7),(712,1320570000,6),(712,1331460000,7),(712,1352019600,6),(712,1362909600,7),(712,1383469200,6),(712,1394359200,7),(712,1414918800,6),(712,1425808800,7),(712,1446368400,6),(712,1457863200,7),(712,1478422800,6),(712,1489312800,7),(712,1509872400,6),(712,1520762400,7),(712,1541322000,6),(712,1552212000,7),(712,1572771600,6),(712,1583661600,7),(712,1604214000,8),(713,-2147483648,2),(713,-1632060000,1),(713,-1615129200,2),(713,-880207200,3),(713,-769395600,4),(713,-765385200,2),(713,-715788000,1),(713,-702486000,2),(713,-684338400,1),(713,-671036400,2),(713,-652888800,1),(713,-639586800,2),(713,-620834400,1),(713,-608137200,2),(713,-589384800,1),(713,-576082800,2),(713,-557935200,1),(713,-544633200,2),(713,-526485600,1),(713,-513183600,2),(713,-495036000,1),(713,-481734000,2),(713,-463586400,1),(713,-450284400,2),(713,-431532000,1),(713,-418230000,2),(713,-400082400,1),(713,-386780400,2),(713,-368632800,1),(713,-355330800,2),(713,-337183200,1),(713,-323881200,2),(713,-305733600,1),(713,-292431600,2),(713,-273679200,1),(713,-260982000,2),(713,-242229600,1),(713,-226508400,2),(713,-210780000,1),(713,-195058800,2),(713,-179330400,1),(713,-163609200,2),(713,-147880800,1),(713,-131554800,2),(713,-116431200,1),(713,-100105200,2),(713,-84376800,1),(713,-68655600,2),(713,-52927200,1),(713,-37206000,2),(713,-21477600,1),(713,-5756400,2),(713,9972000,1),(713,25693200,2),(713,41421600,1),(713,57747600,2),(713,73476000,1),(713,84013200,5),(714,-2147483648,2),(714,-1633273200,1),(714,-1615132800,2),(714,-1601823600,1),(714,-1583683200,2),(714,-1570374000,1),(714,-1551628800,2),(714,-1538924400,1),(714,-1534089600,2),(714,-880210800,3),(714,-769395600,4),(714,-765388800,2),(714,-147884400,1),(714,-131558400,2),(714,-116434800,1),(714,-100108800,2),(714,-84380400,1),(714,-68659200,2),(714,-52930800,1),(714,-37209600,2),(714,-21481200,1),(714,-5760000,2),(714,9968400,1),(714,25689600,2),(714,41418000,1),(714,57744000,2),(714,73472400,1),(714,89193600,2),(714,104922000,1),(714,120643200,2),(714,126694800,1),(714,152092800,2),(714,162378000,1),(714,183542400,2),(714,199270800,1),(714,215596800,2),(714,230720400,1),(714,247046400,2),(714,262774800,1),(714,278496000,2),(714,294224400,1),(714,309945600,2),(714,325674000,1),(714,341395200,2),(714,357123600,1),(714,372844800,2),(714,388573200,1),(714,404899200,2),(714,420022800,1),(714,436348800,2),(714,452077200,1),(714,467798400,2),(714,483526800,1),(714,499248000,2),(714,514976400,1),(714,530697600,2),(714,544611600,1),(714,562147200,2),(714,576061200,1),(714,594201600,2),(714,607510800,1),(714,625651200,2),(714,638960400,1),(714,657100800,2),(714,671014800,1),(714,688550400,2),(714,702464400,1),(714,720000000,2),(714,733914000,1),(714,752054400,2),(714,765363600,1),(714,783504000,2),(714,796813200,1),(714,814953600,2),(714,828867600,1),(714,846403200,2),(714,860317200,1),(714,877852800,2),(714,891766800,1),(714,909302400,2),(714,923216400,1),(714,941356800,2),(714,954666000,1),(714,972806400,2),(714,986115600,1),(714,1004256000,2),(714,1018170000,1),(714,1035705600,2),(714,1049619600,1),(714,1067155200,2),(714,1081069200,1),(714,1099209600,2),(714,1112518800,1),(714,1130659200,2),(714,1143968400,1),(714,1162108800,2),(714,1173603600,1),(714,1194163200,2),(714,1205053200,1),(714,1225612800,2),(714,1236502800,1),(714,1257062400,2),(714,1268557200,1),(714,1289116800,2),(714,1300006800,1),(714,1320566400,2),(714,1331456400,1),(714,1352016000,2),(714,1362906000,1),(714,1383465600,2),(714,1394355600,1),(714,1414915200,2),(714,1425805200,1),(714,1446364800,2),(714,1457859600,1),(714,1478419200,2),(714,1489309200,1),(714,1509868800,2),(714,1520758800,1),(714,1541318400,2),(714,1552208400,1),(714,1572768000,2),(714,1583658000,1),(714,1604217600,2),(714,1615712400,1),(714,1636272000,2),(714,1647162000,1),(714,1667721600,2),(714,1678611600,1),(714,1699171200,2),(714,1710061200,1),(714,1730620800,2),(714,1741510800,1),(714,1762070400,2),(714,1772960400,1),(714,1793520000,2),(714,1805014800,1),(714,1825574400,2),(714,1836464400,1),(714,1857024000,2),(714,1867914000,1),(714,1888473600,2),(714,1899363600,1),(714,1919923200,2),(714,1930813200,1),(714,1951372800,2),(714,1962867600,1),(714,1983427200,2),(714,1994317200,1),(714,2014876800,2),(714,2025766800,1),(714,2046326400,2),(714,2057216400,1),(714,2077776000,2),(714,2088666000,1),(714,2109225600,2),(714,2120115600,1),(714,2140675200,2),(715,-2147483648,0),(715,-2051202469,1),(715,-1724083200,2),(715,-880218000,3),(715,-769395600,4),(715,-765396000,2),(715,-684349200,5),(715,-671047200,2),(715,-80506740,5),(715,-68666400,2),(715,-52938000,5),(715,-37216800,2),(715,104914800,5),(715,120636000,2),(715,126687600,5),(715,152085600,2),(715,167814000,5),(715,183535200,2),(715,199263600,5),(715,215589600,2),(715,230713200,5),(715,247039200,2),(715,262767600,5),(715,278488800,2),(715,294217200,5),(715,309938400,2),(715,325666800,5),(715,341388000,2),(715,357116400,5),(715,372837600,2),(715,388566000,5),(715,404892000,2),(715,420015600,5),(715,436341600,2),(715,452070000,5),(715,467791200,2),(715,483519600,5),(715,499240800,2),(715,514969200,5),(715,530690400,2),(715,544604400,5),(715,562140000,2),(715,576054000,5),(715,594194400,2),(715,607503600,5),(715,625644000,2),(715,638953200,5),(715,657093600,2),(715,671007600,5),(715,688543200,2),(715,702457200,5),(715,719992800,2),(715,733906800,5),(715,752047200,2),(715,765356400,5),(715,783496800,2),(715,796806000,5),(715,814946400,2),(715,828860400,5),(715,846396000,2),(715,860310000,5),(715,877845600,2),(715,891759600,5),(715,909295200,2),(715,923209200,5),(715,941349600,2),(715,954658800,5),(715,972799200,2),(715,986108400,5),(715,1004248800,2),(715,1018162800,5),(715,1035698400,2),(715,1049612400,5),(715,1067148000,2),(715,1081062000,5),(715,1099202400,2),(715,1112511600,5),(715,1130652000,2),(715,1143961200,5),(715,1162101600,2),(715,1173596400,5),(715,1194156000,2),(715,1205046000,5),(715,1225605600,2),(715,1236495600,5),(715,1257055200,2),(715,1268550000,5),(715,1289109600,2),(715,1299999600,5),(715,1320559200,2),(715,1331449200,5),(715,1352008800,2),(715,1362898800,5),(715,1383458400,2),(715,1394348400,5),(715,1414908000,2),(715,1425798000,5),(715,1446357600,2),(715,1457852400,5),(715,1478412000,2),(715,1489302000,5),(715,1509861600,2),(715,1520751600,5),(715,1541311200,2),(715,1552201200,5),(715,1572760800,2),(715,1583650800,5),(715,1604210400,2),(715,1615705200,5),(715,1636264800,2),(715,1647154800,5),(715,1667714400,2),(715,1678604400,5),(715,1699164000,2),(715,1710054000,5),(715,1730613600,2),(715,1741503600,5),(715,1762063200,2),(715,1772953200,5),(715,1793512800,2),(715,1805007600,5),(715,1825567200,2),(715,1836457200,5),(715,1857016800,2),(715,1867906800,5),(715,1888466400,2),(715,1899356400,5),(715,1919916000,2),(715,1930806000,5),(715,1951365600,2),(715,1962860400,5),(715,1983420000,2),(715,1994310000,5),(715,2014869600,2),(715,2025759600,5),(715,2046319200,2),(715,2057209200,5),(715,2077768800,2),(715,2088658800,5),(715,2109218400,2),(715,2120108400,5),(715,2140668000,2),(716,-2147483648,0),(716,-1825098836,1),(717,-2147483648,0),(717,-1998663968,2),(717,-1632063600,1),(717,-1615132800,2),(717,-1600614000,1),(717,-1596816000,2),(717,-1567954800,1),(717,-1551628800,2),(717,-1536505200,1),(717,-1523203200,2),(717,-1504450800,1),(717,-1491753600,2),(717,-1473001200,1),(717,-1459699200,2),(717,-880210800,3),(717,-769395600,4),(717,-765388800,2),(717,-715791600,1),(717,-702489600,2),(717,73472400,1),(717,89193600,2),(717,104922000,1),(717,120643200,2),(717,136371600,1),(717,152092800,2),(717,167821200,1),(717,183542400,2),(717,199270800,1),(717,215596800,2),(717,230720400,1),(717,247046400,2),(717,262774800,1),(717,278496000,2),(717,294224400,1),(717,309945600,2),(717,325674000,1),(717,341395200,2),(717,357123600,1),(717,372844800,2),(717,388573200,1),(717,404899200,2),(717,420022800,1),(717,436348800,2),(717,452077200,1),(717,467798400,2),(717,483526800,1),(717,499248000,2),(717,514976400,1),(717,530697600,2),(717,544611600,1),(717,562147200,2),(717,576061200,1),(717,594201600,2),(717,607510800,1),(717,625651200,2),(717,638960400,1),(717,657100800,2),(717,671014800,1),(717,688550400,2),(717,702464400,1),(717,720000000,2),(717,733914000,1),(717,752054400,2),(717,765363600,1),(717,783504000,2),(717,796813200,1),(717,814953600,2),(717,828867600,1),(717,846403200,2),(717,860317200,1),(717,877852800,2),(717,891766800,1),(717,909302400,2),(717,923216400,1),(717,941356800,2),(717,954666000,1),(717,972806400,2),(717,986115600,1),(717,1004256000,2),(717,1018170000,1),(717,1035705600,2),(717,1049619600,1),(717,1067155200,2),(717,1081069200,1),(717,1099209600,2),(717,1112518800,1),(717,1130659200,2),(717,1143968400,1),(717,1162108800,2),(717,1173603600,1),(717,1194163200,2),(717,1205053200,1),(717,1225612800,2),(717,1236502800,1),(717,1257062400,2),(717,1268557200,1),(717,1289116800,2),(717,1300006800,1),(717,1320566400,2),(717,1331456400,1),(717,1352016000,2),(717,1362906000,1),(717,1383465600,2),(717,1394355600,1),(717,1414915200,2),(717,1425805200,1),(717,1446364800,2),(717,1457859600,1),(717,1478419200,2),(717,1489309200,1),(717,1509868800,2),(717,1520758800,1),(717,1541318400,2),(717,1552208400,1),(717,1572768000,2),(717,1583658000,1),(717,1604217600,2),(717,1615712400,1),(717,1636272000,2),(717,1647162000,1),(717,1667721600,2),(717,1678611600,1),(717,1699171200,2),(717,1710061200,1),(717,1730620800,2),(717,1741510800,1),(717,1762070400,2),(717,1772960400,1),(717,1793520000,2),(717,1805014800,1),(717,1825574400,2),(717,1836464400,1),(717,1857024000,2),(717,1867914000,1),(717,1888473600,2),(717,1899363600,1),(717,1919923200,2),(717,1930813200,1),(717,1951372800,2),(717,1962867600,1),(717,1983427200,2),(717,1994317200,1),(717,2014876800,2),(717,2025766800,1),(717,2046326400,2),(717,2057216400,1),(717,2077776000,2),(717,2088666000,1),(717,2109225600,2),(717,2120115600,1),(717,2140675200,2),(718,-2147483648,0),(718,-1767208832,2),(718,-1206950400,1),(718,-1191355200,2),(718,-1175367600,1),(718,-1159819200,2),(718,-633812400,1),(718,-622062000,2),(718,-602276400,1),(718,-591825600,2),(718,-570740400,1),(718,-560203200,2),(718,-539118000,1),(718,-531345600,2),(718,-191358000,1),(718,-184190400,2),(718,-155156400,1),(718,-150062400,2),(718,-128890800,1),(718,-121118400,2),(718,-99946800,1),(718,-89582400,2),(718,-68410800,1),(718,-57960000,2),(718,499755600,1),(718,511243200,2),(718,530600400,1),(718,540273600,2),(718,562136400,1),(718,571204800,2),(718,750834000,1),(718,761716800,2),(718,1214283600,3),(718,1384056000,2),(718,2147483647,2),(719,-2147483648,0),(719,-1546279392,2),(719,547020000,1),(719,559717200,2),(719,578469600,1),(719,591166800,2),(720,-2147483648,0),(720,-1514736000,1),(720,-1451667600,2),(720,-1343062800,1),(720,-1234803600,2),(720,-1222963200,3),(720,-1207242000,2),(720,-873820800,4),(720,-769395600,5),(720,-761677200,2),(720,-686073600,3),(720,-661539600,2),(720,-495039600,3),(720,-481734000,2),(720,-463590000,3),(720,-450284400,2),(720,-431535600,3),(720,-418230000,2),(720,-400086000,3),(720,-386780400,2),(720,-368636400,3),(720,-355330800,2),(720,-337186800,3),(720,-323881200,2),(720,-305737200,3),(720,-292431600,2),(720,199274400,3),(720,215600400,2),(720,230724000,3),(720,247050000,2),(720,262778400,3),(720,278499600,2),(720,294228000,3),(720,309949200,2),(720,325677600,3),(720,341398800,2),(720,357127200,3),(720,372848400,2),(720,388576800,3),(720,404902800,2),(720,420026400,3),(720,436352400,2),(720,452080800,3),(720,467802000,2),(720,483530400,3),(720,499251600,2),(720,514980000,3),(720,530701200,2),(720,544615200,3),(720,562150800,2),(720,576064800,3),(720,594205200,2),(720,607514400,3),(720,625654800,2),(720,638964000,3),(720,657104400,2),(720,671018400,3),(720,688554000,2),(720,702468000,3),(720,720003600,2),(720,733917600,3),(720,752058000,2),(720,765367200,3),(720,783507600,2),(720,796816800,3),(720,814957200,2),(720,828871200,3),(720,846406800,2),(720,860320800,3),(720,877856400,2),(720,891770400,3),(720,909306000,2),(720,923220000,3),(720,941360400,2),(720,954669600,3),(720,972810000,2),(720,986119200,3),(720,1004259600,2),(720,1018173600,3),(720,1035709200,2),(720,1049623200,3),(720,1067158800,2),(720,1081072800,3),(720,1099213200,2),(720,1112522400,3),(720,1130662800,2),(720,1143972000,3),(720,1162112400,2),(720,1175421600,3),(720,1193562000,2),(720,1207476000,3),(720,1225011600,2),(720,1238925600,3),(720,1256461200,2),(720,1268560800,3),(720,1289120400,2),(720,1300010400,3),(720,1320570000,2),(720,1331460000,3),(720,1352019600,2),(720,1362909600,3),(720,1383469200,2),(720,1394359200,3),(720,1414918800,2),(720,1425808800,3),(720,1446368400,2),(720,1457863200,3),(720,1478422800,2),(720,1489312800,3),(720,1509872400,2),(720,1520762400,3),(720,1541322000,2),(720,1552212000,3),(720,1572771600,2),(720,1583661600,3),(720,1604221200,2),(720,1615716000,3),(720,1636275600,2),(720,1647165600,3),(720,1667725200,2),(720,1678615200,3),(720,1699174800,2),(720,1710064800,3),(720,1730624400,2),(720,1741514400,3),(720,1762074000,2),(720,1772964000,3),(720,1793523600,2),(720,1805018400,3),(720,1825578000,2),(720,1836468000,3),(720,1857027600,2),(720,1867917600,3),(720,1888477200,2),(720,1899367200,3),(720,1919926800,2),(720,1930816800,3),(720,1951376400,2),(720,1962871200,3),(720,1983430800,2),(720,1994320800,3),(720,2014880400,2),(720,2025770400,3),(720,2046330000,2),(720,2057220000,3),(720,2077779600,2),(720,2088669600,3),(720,2109229200,2),(720,2120119200,3),(720,2140678800,2),(721,-2147483648,2),(721,-1632060000,1),(721,-1615129200,2),(721,-880207200,3),(721,-769395600,4),(721,-765385200,2),(721,-715788000,1),(721,-702486000,2),(721,-684338400,1),(721,-671036400,2),(721,-652888800,1),(721,-639586800,2),(721,-620834400,1),(721,-608137200,2),(721,-589384800,1),(721,-576082800,2),(721,-557935200,1),(721,-544633200,2),(721,-526485600,1),(721,-513183600,2),(721,-495036000,1),(721,-481734000,2),(721,-463586400,1),(721,-450284400,2),(721,-431532000,1),(721,-418230000,2),(721,-400082400,1),(721,-386780400,2),(721,-368632800,1),(721,-355330800,2),(721,-337183200,1),(721,-323881200,2),(721,-305733600,1),(721,-292431600,2),(721,-273679200,1),(721,-260982000,2),(721,-242229600,1),(721,-226508400,2),(721,-210780000,1),(721,-195058800,2),(721,-179330400,1),(721,-163609200,2),(721,-147880800,1),(721,-131554800,2),(721,-116431200,1),(721,-100105200,2),(721,-84376800,1),(721,-68655600,2),(721,-52927200,1),(721,-37206000,2),(721,-21477600,1),(721,-5756400,2),(721,9972000,1),(721,25693200,2),(721,41421600,1),(721,57747600,2),(721,73476000,1),(721,89197200,2),(721,104925600,1),(721,120646800,2),(721,136375200,1),(721,152096400,2),(721,167824800,1),(721,183546000,2),(721,199274400,1),(721,215600400,2),(721,230724000,1),(721,247050000,2),(721,262778400,1),(721,278499600,2),(721,294228000,1),(721,309949200,2),(721,325677600,1),(721,341398800,2),(721,357127200,1),(721,372848400,2),(721,388576800,1),(721,404902800,2),(721,420026400,1),(721,436352400,2),(721,452080800,1),(721,467802000,2),(721,483530400,1),(721,499251600,2),(721,514980000,1),(721,530701200,2),(721,544615200,1),(721,562150800,2),(721,576064800,1),(721,594205200,2),(721,607514400,1),(721,625654800,2),(721,638964000,1),(721,657104400,2),(721,671018400,1),(721,688554000,2),(721,702468000,1),(721,720003600,2),(721,733917600,1),(721,752058000,2),(721,765367200,1),(721,783507600,2),(721,796816800,1),(721,814957200,2),(721,828871200,1),(721,846406800,2),(721,860320800,1),(721,877856400,2),(721,891770400,1),(721,909306000,2),(721,923220000,1),(721,941360400,2),(721,954669600,1),(721,972810000,2),(721,986119200,1),(721,1004259600,2),(721,1018173600,1),(721,1035709200,2),(721,1049623200,1),(721,1067158800,2),(721,1081072800,1),(721,1099213200,2),(721,1112522400,1),(721,1130662800,2),(721,1143972000,1),(721,1162112400,2),(721,1173607200,1),(721,1194166800,2),(721,1205056800,1),(721,1225616400,2),(721,1236506400,1),(721,1257066000,2),(721,1268560800,1),(721,1289120400,2),(721,1300010400,1),(721,1320570000,2),(721,1331460000,1),(721,1352019600,2),(721,1362909600,1),(721,1383469200,2),(721,1394359200,1),(721,1414918800,2),(721,1425808800,5),(722,-2147483648,2),(722,-1633276800,1),(722,-1615136400,2),(722,-1601827200,1),(722,-1583686800,2),(722,-900259200,1),(722,-891795600,2),(722,-880214400,3),(722,-769395600,4),(722,-765392400,2),(722,-747244800,1),(722,-733942800,2),(722,-715795200,1),(722,-702493200,2),(722,-684345600,1),(722,-671043600,2),(722,-652896000,1),(722,-639594000,2),(722,-620841600,1),(722,-608144400,2),(722,-589392000,1),(722,-576090000,2),(722,-557942400,1),(722,-544640400,2),(722,-526492800,1),(722,-513190800,2),(722,-495043200,1),(722,-481741200,2),(722,-463593600,5),(722,-386787600,2),(722,-368640000,5),(722,-21488400,6),(722,-5767200,5),(722,9961200,6),(722,25682400,5),(722,1143961200,6),(722,1162101600,5),(722,1173596400,6),(722,1194156000,5),(722,1205046000,6),(722,1225605600,5),(722,1236495600,6),(722,1257055200,5),(722,1268550000,6),(722,1289109600,5),(722,1299999600,6),(722,1320559200,5),(722,1331449200,6),(722,1352008800,5),(722,1362898800,6),(722,1383458400,5),(722,1394348400,6),(722,1414908000,5),(722,1425798000,6),(722,1446357600,5),(722,1457852400,6),(722,1478412000,5),(722,1489302000,6),(722,1509861600,5),(722,1520751600,6),(722,1541311200,5),(722,1552201200,6),(722,1572760800,5),(722,1583650800,6),(722,1604210400,5),(722,1615705200,6),(722,1636264800,5),(722,1647154800,6),(722,1667714400,5),(722,1678604400,6),(722,1699164000,5),(722,1710054000,6),(722,1730613600,5),(722,1741503600,6),(722,1762063200,5),(722,1772953200,6),(722,1793512800,5),(722,1805007600,6),(722,1825567200,5),(722,1836457200,6),(722,1857016800,5),(722,1867906800,6),(722,1888466400,5),(722,1899356400,6),(722,1919916000,5),(722,1930806000,6),(722,1951365600,5),(722,1962860400,6),(722,1983420000,5),(722,1994310000,6),(722,2014869600,5),(722,2025759600,6),(722,2046319200,5),(722,2057209200,6),(722,2077768800,5),(722,2088658800,6),(722,2109218400,5),(722,2120108400,6),(722,2140668000,5),(723,-2147483648,0),(723,-1767216360,2),(723,-1206957600,1),(723,-1191362400,2),(723,-1175374800,1),(723,-1159826400,2),(723,-633819600,1),(723,-622069200,2),(723,-602283600,1),(723,-591832800,2),(723,-570747600,1),(723,-560210400,2),(723,-539125200,1),(723,-531352800,2),(723,-191365200,1),(723,-184197600,2),(723,-155163600,1),(723,-150069600,2),(723,-128898000,1),(723,-121125600,2),(723,-99954000,1),(723,-89589600,2),(723,-68418000,1),(723,-57967200,2),(723,499748400,1),(723,511236000,2),(723,530593200,1),(723,540266400,2),(723,562129200,1),(723,571197600,2),(723,592974000,1),(723,602042400,2),(723,624423600,1),(723,634701600,2),(723,938919600,1),(723,951616800,2),(723,970974000,1),(723,972180000,2),(723,1003028400,1),(723,1013911200,2),(723,2147483647,2),(724,-2147483648,0),(724,-2131646412,2),(724,-1632074400,1),(724,-1615143600,2),(724,-880221600,3),(724,-769395600,4),(724,-765399600,2),(724,-526500000,1),(724,-513198000,2),(724,73461600,1),(724,89182800,2),(724,104911200,1),(724,120632400,2),(724,136360800,1),(724,152082000,2),(724,167810400,1),(724,183531600,2),(724,199260000,1),(724,215586000,2),(724,230709600,1),(724,247035600,2),(724,262764000,1),(724,278485200,2),(724,294213600,1),(724,309934800,2),(724,325663200,1),(724,341384400,2),(724,357112800,1),(724,372834000,2),(724,388562400,1),(724,404888400,2),(724,420012000,1),(724,436338000,2),(724,452066400,1),(724,467787600,2),(724,483516000,1),(724,499237200,2),(724,514965600,1),(724,530686800,2),(724,544600800,1),(724,562136400,2),(724,576050400,1),(724,594190800,2),(724,607500000,1),(724,625640400,2),(724,638949600,1),(724,657090000,2),(724,671004000,1),(724,688539600,2),(724,702453600,1),(724,719989200,2),(724,733903200,1),(724,752043600,2),(724,765352800,1),(724,783493200,2),(724,796802400,1),(724,814942800,2),(724,828856800,1),(724,846392400,2),(724,860306400,1),(724,877842000,2),(724,891756000,1),(724,909291600,2),(724,923205600,1),(724,941346000,2),(724,954655200,1),(724,972795600,2),(724,986104800,1),(724,1004245200,2),(724,1018159200,1),(724,1035694800,2),(724,1049608800,1),(724,1067144400,2),(724,1081058400,1),(724,1099198800,2),(724,1112508000,1),(724,1130648400,2),(724,1143957600,1),(724,1162098000,2),(724,1173592800,1),(724,1194152400,2),(724,1205042400,1),(724,1225602000,2),(724,1236492000,1),(724,1257051600,2),(724,1268546400,1),(724,1289106000,2),(724,1299996000,1),(724,1320555600,2),(724,1331445600,1),(724,1352005200,2),(724,1362895200,1),(724,1383454800,2),(724,1394344800,1),(724,1414904400,2),(724,1425794400,1),(724,1446354000,2),(724,1457848800,1),(724,1478408400,2),(724,1489298400,1),(724,1509858000,2),(724,1520748000,1),(724,1541307600,2),(724,1552197600,1),(724,1572757200,2),(724,1583647200,1),(724,1604206800,2),(724,1615701600,1),(724,1636261200,2),(724,1647151200,1),(724,1667710800,2),(724,1678600800,1),(724,1699160400,2),(724,1710050400,1),(724,1730610000,2),(724,1741500000,1),(724,1762059600,2),(724,1772949600,1),(724,1793509200,2),(724,1805004000,1),(724,1825563600,2),(724,1836453600,1),(724,1857013200,2),(724,1867903200,1),(724,1888462800,2),(724,1899352800,1),(724,1919912400,2),(724,1930802400,1),(724,1951362000,2),(724,1962856800,1),(724,1983416400,2),(724,1994306400,1),(724,2014866000,2),(724,2025756000,1),(724,2046315600,2),(724,2057205600,1),(724,2077765200,2),(724,2088655200,1),(724,2109214800,2),(724,2120104800,1),(724,2140664400,2),(725,-2147483648,0),(725,-1686083584,1),(725,323845200,4),(725,338950800,2),(725,354675600,3),(725,370400400,2),(725,386125200,3),(725,401850000,2),(725,417574800,3),(725,433299600,2),(725,449024400,3),(725,465354000,2),(725,481078800,3),(725,496803600,2),(725,512528400,3),(725,528253200,2),(725,543978000,3),(725,559702800,2),(725,575427600,3),(725,591152400,2),(725,606877200,3),(725,622602000,2),(725,638326800,3),(725,654656400,2),(725,670381200,3),(725,686106000,2),(725,701830800,3),(725,717555600,2),(725,733280400,3),(725,749005200,2),(725,764730000,3),(725,780454800,2),(725,796179600,3),(725,811904400,2),(725,828234000,3),(725,846378000,2),(725,859683600,3),(725,877827600,2),(725,891133200,3),(725,909277200,2),(725,922582800,3),(725,941331600,2),(725,954032400,3),(725,972781200,2),(725,985482000,3),(725,1004230800,2),(725,1017536400,3),(725,1035680400,2),(725,1048986000,3),(725,1067130000,2),(725,1080435600,3),(725,1099184400,2),(725,1111885200,3),(725,1130634000,2),(725,1143334800,3),(725,1162083600,2),(725,1174784400,3),(725,1193533200,2),(725,1206838800,3),(725,1224982800,2),(725,1238288400,3),(725,1256432400,2),(725,1269738000,3),(725,1288486800,2),(725,1301187600,3),(725,1319936400,2),(725,1332637200,3),(725,1351386000,2),(725,1364691600,3),(725,1382835600,2),(725,1396141200,3),(725,1414285200,2),(725,1427590800,3),(725,1445734800,2),(725,1459040400,3),(725,1477789200,2),(725,1490490000,3),(725,1509238800,2),(725,1521939600,3),(725,1540688400,2),(725,1553994000,3),(725,1572138000,2),(725,1585443600,3),(725,1603587600,2),(725,1616893200,3),(725,1635642000,2),(725,1648342800,3),(725,1667091600,2),(725,1679792400,3),(725,1698541200,2),(725,1711846800,3),(725,1729990800,2),(725,1743296400,3),(725,1761440400,2),(725,1774746000,3),(725,1792890000,2),(725,1806195600,3),(725,1824944400,2),(725,1837645200,3),(725,1856394000,2),(725,1869094800,3),(725,1887843600,2),(725,1901149200,3),(725,1919293200,2),(725,1932598800,3),(725,1950742800,2),(725,1964048400,3),(725,1982797200,2),(725,1995498000,3),(725,2014246800,2),(725,2026947600,3),(725,2045696400,2),(725,2058397200,3),(725,2077146000,2),(725,2090451600,3),(725,2108595600,2),(725,2121901200,3),(725,2140045200,2),(725,2147483647,2),(726,-2147483648,1),(726,-1632076148,2),(726,-1615145348,1),(726,-1096921748,3),(726,-1061670600,4),(726,-1048973400,3),(726,-1030221000,4),(726,-1017523800,3),(726,-998771400,4),(726,-986074200,3),(726,-966717000,4),(726,-954624600,3),(726,-935267400,4),(726,-922570200,3),(726,-903817800,4),(726,-891120600,3),(726,-872368200,6),(726,-769395600,5),(726,-765401400,3),(726,-746044200,4),(726,-733347000,3),(726,-714594600,4),(726,-701897400,3),(726,-683145000,4),(726,-670447800,3),(726,-651695400,4),(726,-638998200,3),(726,-619641000,4),(726,-606943800,3),(726,-589401000,4),(726,-576099000,3),(726,-557951400,4),(726,-544649400,3),(726,-526501800,4),(726,-513199800,3),(726,-495052200,4),(726,-481750200,3),(726,-463602600,4),(726,-450300600,3),(726,-431548200,4),(726,-418246200,3),(726,-400098600,4),(726,-386796600,3),(726,-368649000,4),(726,-355347000,3),(726,-337199400,4),(726,-323897400,3),(726,-305749800,4),(726,-289423800,3),(726,-273695400,4),(726,-257974200,3),(726,-242245800,4),(726,-226524600,3),(726,-210796200,4),(726,-195075000,3),(726,-179346600,4),(726,-163625400,3),(726,-147897000,4),(726,-131571000,3),(726,-119903400,8),(726,-116445600,7),(726,-100119600,8),(726,-84391200,7),(726,-68670000,8),(726,-52941600,7),(726,-37220400,8),(726,-21492000,7),(726,-5770800,8),(726,9957600,7),(726,25678800,8),(726,41407200,7),(726,57733200,8),(726,73461600,7),(726,89182800,8),(726,104911200,7),(726,120632400,8),(726,136360800,7),(726,152082000,8),(726,167810400,7),(726,183531600,8),(726,199260000,7),(726,215586000,8),(726,230709600,7),(726,247035600,8),(726,262764000,7),(726,278485200,8),(726,294213600,7),(726,309934800,8),(726,325663200,7),(726,341384400,8),(726,357112800,7),(726,372834000,8),(726,388562400,7),(726,404888400,8),(726,420012000,7),(726,436338000,8),(726,452066400,7),(726,467787600,8),(726,483516000,7),(726,499237200,8),(726,514965600,7),(726,530686800,8),(726,544593660,7),(726,562129260,8),(726,576043260,9),(726,594180060,8),(726,607492860,7),(726,625633260,8),(726,638942460,7),(726,657082860,8),(726,670996860,7),(726,688532460,8),(726,702446460,7),(726,719982060,8),(726,733896060,7),(726,752036460,8),(726,765345660,7),(726,783486060,8),(726,796795260,7),(726,814935660,8),(726,828849660,7),(726,846385260,8),(726,860299260,7),(726,877834860,8),(726,891748860,7),(726,909284460,8),(726,923198460,7),(726,941338860,8),(726,954648060,7),(726,972788460,8),(726,986097660,7),(726,1004238060,8),(726,1018152060,7),(726,1035687660,8),(726,1049601660,7),(726,1067137260,8),(726,1081051260,7),(726,1099191660,8),(726,1112500860,7),(726,1130641260,8),(726,1143950460,7),(726,1162090860,8),(726,1173585660,7),(726,1194145260,8),(726,1205035260,7),(726,1225594860,8),(726,1236484860,7),(726,1257044460,8),(726,1268539260,7),(726,1289098860,8),(726,1299988860,7),(726,1320555600,8),(726,1331445600,7),(726,1352005200,8),(726,1362895200,7),(726,1383454800,8),(726,1394344800,7),(726,1414904400,8),(726,1425794400,7),(726,1446354000,8),(726,1457848800,7),(726,1478408400,8),(726,1489298400,7),(726,1509858000,8),(726,1520748000,7),(726,1541307600,8),(726,1552197600,7),(726,1572757200,8),(726,1583647200,7),(726,1604206800,8),(726,1615701600,7),(726,1636261200,8),(726,1647151200,7),(726,1667710800,8),(726,1678600800,7),(726,1699160400,8),(726,1710050400,7),(726,1730610000,8),(726,1741500000,7),(726,1762059600,8),(726,1772949600,7),(726,1793509200,8),(726,1805004000,7),(726,1825563600,8),(726,1836453600,7),(726,1857013200,8),(726,1867903200,7),(726,1888462800,8),(726,1899352800,7),(726,1919912400,8),(726,1930802400,7),(726,1951362000,8),(726,1962856800,7),(726,1983416400,8),(726,1994306400,7),(726,2014866000,8),(726,2025756000,7),(726,2046315600,8),(726,2057205600,7),(726,2077765200,8),(726,2088655200,7),(726,2109214800,8),(726,2120104800,7),(726,2140664400,8),(727,-2147483648,1),(727,-1827687170,2),(727,294217200,3),(727,309938400,2),(727,325666800,3),(727,341388000,2),(727,357116400,3),(727,372837600,2),(727,388566000,3),(727,404892000,2),(727,420015600,3),(727,436341600,2),(727,452070000,3),(727,467791200,2),(727,483519600,3),(727,499240800,2),(727,514969200,3),(727,530690400,2),(727,544604400,3),(727,562140000,2),(727,576054000,3),(727,594194400,2),(727,607503600,3),(727,625644000,2),(727,638953200,3),(727,657093600,2),(727,671007600,3),(727,688543200,2),(727,702457200,3),(727,719992800,2),(727,733906800,3),(727,752047200,2),(727,765356400,3),(727,783496800,2),(727,796806000,3),(727,814946400,2),(727,828860400,3),(727,846396000,2),(727,860310000,3),(727,877845600,2),(727,891759600,3),(727,909295200,2),(727,923209200,3),(727,941349600,2),(727,954658800,3),(727,972799200,2),(727,986108400,3),(727,1004248800,2),(727,1018162800,3),(727,1035698400,2),(727,1049612400,3),(727,1067148000,2),(727,1081062000,3),(727,1099202400,2),(727,1112511600,3),(727,1130652000,2),(727,1143961200,3),(727,1162101600,2),(727,1173596400,3),(727,1194156000,2),(727,1205046000,3),(727,1225605600,2),(727,1236495600,3),(727,1257055200,2),(727,1268550000,3),(727,1289109600,2),(727,1299999600,3),(727,1320559200,2),(727,1331449200,3),(727,1352008800,2),(727,1362898800,3),(727,1383458400,2),(727,1394348400,3),(727,1414908000,2),(727,1425798000,4),(727,1520751600,3),(727,1541311200,2),(727,1552201200,3),(727,1572760800,2),(727,1583650800,3),(727,1604210400,2),(727,1615705200,3),(727,1636264800,2),(727,1647154800,3),(727,1667714400,2),(727,1678604400,3),(727,1699164000,2),(727,1710054000,3),(727,1730613600,2),(727,1741503600,3),(727,1762063200,2),(727,1772953200,3),(727,1793512800,2),(727,1805007600,3),(727,1825567200,2),(727,1836457200,3),(727,1857016800,2),(727,1867906800,3),(727,1888466400,2),(727,1899356400,3),(727,1919916000,2),(727,1930806000,3),(727,1951365600,2),(727,1962860400,3),(727,1983420000,2),(727,1994310000,3),(727,2014869600,2),(727,2025759600,3),(727,2046319200,2),(727,2057209200,3),(727,2077768800,2),(727,2088658800,3),(727,2109218400,2),(727,2120108400,3),(727,2140668000,2),(728,-2147483648,0),(728,-1825098836,1),(729,-2147483648,0),(729,-1825098836,1),(730,-2147483648,0),(730,-1617040676,2),(730,123055200,1),(730,130914000,2),(730,422344800,1),(730,433054800,2),(730,669708000,1),(730,684219600,2),(730,1146376800,1),(730,1159678800,2),(731,-2147483648,1),(731,-1230749160,3),(731,722926800,2),(731,728884800,3),(731,2147483647,3),(732,-2147483648,0),(732,-1730578040,1),(732,176010300,2),(732,662698800,3),(732,2147483647,3),(733,-2147483648,0),(733,-2131645536,2),(733,-1696276800,1),(733,-1680469200,2),(733,-1632074400,1),(733,-1615143600,2),(733,-1566763200,1),(733,-1557090000,2),(733,-1535486400,1),(733,-1524949200,2),(733,-1504468800,1),(733,-1493413200,2),(733,-1472414400,1),(733,-1461963600,2),(733,-1440964800,1),(733,-1429390800,2),(733,-1409515200,1),(733,-1396731600,2),(733,-1376856000,1),(733,-1366491600,2),(733,-1346616000,1),(733,-1333832400,2),(733,-1313956800,1),(733,-1303678800,2),(733,-1282507200,1),(733,-1272661200,2),(733,-1251057600,1),(733,-1240088400,2),(733,-1219608000,1),(733,-1207429200,2),(733,-1188763200,1),(733,-1175979600,2),(733,-1157313600,1),(733,-1143925200,2),(733,-1124049600,1),(733,-1113771600,2),(733,-1091390400,1),(733,-1081026000,2),(733,-1059854400,1),(733,-1050786000,2),(733,-1030910400,1),(733,-1018126800,2),(733,-999460800,1),(733,-986677200,2),(733,-965592000,1),(733,-955227600,2),(733,-935956800,1),(733,-923173200,2),(733,-904507200,1),(733,-891723600,2),(733,-880221600,3),(733,-769395600,4),(733,-765399600,2),(733,-747252000,1),(733,-733950000,2),(733,-715802400,1),(733,-702500400,2),(733,-684352800,1),(733,-671050800,2),(733,-652903200,1),(733,-639601200,2),(733,-589399200,1),(733,-576097200,2),(733,-557949600,1),(733,-544647600,2),(733,-526500000,1),(733,-513198000,2),(733,-495050400,1),(733,-481748400,2),(733,-431546400,1),(733,-418244400,2),(733,-400096800,1),(733,-386794800,2),(733,-368647200,1),(733,-355345200,2),(733,-337197600,1),(733,-323895600,2),(733,-242244000,1),(733,-226522800,2),(733,-210794400,1),(733,-195073200,2),(733,-179344800,1),(733,-163623600,2),(733,-147895200,1),(733,-131569200,2),(733,-116445600,1),(733,-100119600,2),(733,-84391200,1),(733,-68670000,2),(733,-52941600,1),(733,-37220400,2),(733,-21492000,1),(733,-5770800,2),(733,9957600,1),(733,25678800,2),(733,41407200,1),(733,57733200,2),(733,73461600,1),(733,89182800,2),(733,104911200,1),(733,120632400,2),(733,136360800,1),(733,152082000,2),(733,167810400,1),(733,183531600,2),(733,199260000,1),(733,215586000,2),(733,230709600,1),(733,247035600,2),(733,262764000,1),(733,278485200,2),(733,294213600,1),(733,309934800,2),(733,325663200,1),(733,341384400,2),(733,357112800,1),(733,372834000,2),(733,388562400,1),(733,404888400,2),(733,420012000,1),(733,436338000,2),(733,452066400,1),(733,467787600,2),(733,483516000,1),(733,499237200,2),(733,514965600,1),(733,530686800,2),(733,544600800,1),(733,562136400,2),(733,576050400,1),(733,594190800,2),(733,607500000,1),(733,625640400,2),(733,638949600,1),(733,657090000,2),(733,671004000,1),(733,688539600,2),(733,702453600,1),(733,719989200,2),(733,733903200,1),(733,752043600,2),(733,765352800,1),(733,783493200,2),(733,796802400,1),(733,814942800,2),(733,828856800,1),(733,846392400,2),(733,860306400,1),(733,877842000,2),(733,891756000,1),(733,909291600,2),(733,923205600,1),(733,941346000,2),(733,954655200,1),(733,972795600,2),(733,986104800,1),(733,1004245200,2),(733,1018159200,1),(733,1035694800,2),(733,1049608800,1),(733,1067144400,2),(733,1081058400,1),(733,1099198800,2),(733,1112508000,1),(733,1130648400,2),(733,1143957600,1),(733,1162098000,2),(733,1173592800,1),(733,1194152400,2),(733,1205042400,1),(733,1225602000,2),(733,1236492000,1),(733,1257051600,2),(733,1268546400,1),(733,1289106000,2),(733,1299996000,1),(733,1320555600,2),(733,1331445600,1),(733,1352005200,2),(733,1362895200,1),(733,1383454800,2),(733,1394344800,1),(733,1414904400,2),(733,1425794400,1),(733,1446354000,2),(733,1457848800,1),(733,1478408400,2),(733,1489298400,1),(733,1509858000,2),(733,1520748000,1),(733,1541307600,2),(733,1552197600,1),(733,1572757200,2),(733,1583647200,1),(733,1604206800,2),(733,1615701600,1),(733,1636261200,2),(733,1647151200,1),(733,1667710800,2),(733,1678600800,1),(733,1699160400,2),(733,1710050400,1),(733,1730610000,2),(733,1741500000,1),(733,1762059600,2),(733,1772949600,1),(733,1793509200,2),(733,1805004000,1),(733,1825563600,2),(733,1836453600,1),(733,1857013200,2),(733,1867903200,1),(733,1888462800,2),(733,1899352800,1),(733,1919912400,2),(733,1930802400,1),(733,1951362000,2),(733,1962856800,1),(733,1983416400,2),(733,1994306400,1),(733,2014866000,2),(733,2025756000,1),(733,2046315600,2),(733,2057205600,1),(733,2077765200,2),(733,2088655200,1),(733,2109214800,2),(733,2120104800,1),(733,2140664400,2),(734,-2147483648,1),(734,-1402813824,3),(734,-1311534000,2),(734,-1300996800,3),(734,-933534000,2),(734,-925675200,3),(734,-902084400,2),(734,-893620800,3),(734,-870030000,2),(734,-862171200,3),(734,-775681200,2),(734,-767822400,3),(734,-744231600,2),(734,-736372800,3),(734,-144702000,2),(734,-134251200,3),(734,-113425200,2),(734,-102542400,3),(734,-86295600,2),(734,-72907200,3),(734,-54154800,2),(734,-41457600,3),(734,-21495600,2),(734,-5774400,3),(734,9954000,2),(734,25675200,3),(734,41403600,2),(734,57729600,3),(734,73458000,2),(734,87364800,3),(734,104907600,2),(734,118900800,3),(734,136357200,2),(734,150436800,3),(734,167806800,2),(734,183528000,3),(734,199256400,2),(734,215582400,3),(734,230706000,2),(734,247032000,3),(734,263365200,2),(734,276667200,3),(734,290581200,2),(734,308721600,3),(734,322030800,2),(734,340171200,3),(734,358318800,2),(734,371620800,3),(734,389768400,2),(734,403070400,3),(734,421218000,2),(734,434520000,3),(734,452667600,2),(734,466574400,3),(734,484117200,2),(734,498024000,3),(734,511333200,2),(734,529473600,3),(734,542782800,2),(734,560923200,3),(734,574837200,2),(734,592372800,3),(734,606286800,2),(734,623822400,3),(734,638946000,2),(734,655876800,3),(734,671000400,2),(734,687330000,4),(734,702450000,2),(734,718779600,4),(734,733899600,2),(734,750229200,4),(734,765349200,2),(734,781678800,4),(734,796798800,2),(734,813128400,4),(734,828853200,2),(734,844578000,4),(734,860302800,2),(734,876632400,4),(734,891147600,5),(734,909291600,4),(734,922597200,5),(734,941346000,4),(734,954651600,5),(734,972795600,4),(734,986101200,5),(734,1004245200,4),(734,1018155600,5),(734,1035694800,4),(734,1049605200,5),(734,1067144400,4),(734,1080450000,5),(734,1162098000,4),(734,1173589200,5),(734,1193547600,4),(734,1205643600,5),(734,1224997200,4),(734,1236488400,5),(734,1256446800,4),(734,1268542800,5),(734,1288501200,4),(734,1300597200,5),(734,1321160400,4),(734,1333256400,5),(734,1352005200,4),(734,1362891600,5),(734,1383454800,4),(734,1394341200,5),(734,1414904400,4),(734,1425790800,5),(734,1446354000,4),(734,1457845200,5),(734,1478408400,4),(734,1489294800,5),(734,1509858000,4),(734,1520744400,5),(734,1541307600,4),(734,1552194000,5),(734,1572757200,4),(734,1583643600,5),(734,1604206800,4),(734,1615698000,5),(734,1636261200,4),(734,1647147600,5),(734,1667710800,4),(734,1678597200,5),(734,1699160400,4),(734,1710046800,5),(734,1730610000,4),(734,1741496400,5),(734,1762059600,4),(734,1772946000,5),(734,1793509200,4),(734,1805000400,5),(734,1825563600,4),(734,1836450000,5),(734,1857013200,4),(734,1867899600,5),(734,1888462800,4),(734,1899349200,5),(734,1919912400,4),(734,1930798800,5),(734,1951362000,4),(734,1962853200,5),(734,1983416400,4),(734,1994302800,5),(734,2014866000,4),(734,2025752400,5),(734,2046315600,4),(734,2057202000,5),(734,2077765200,4),(734,2088651600,5),(734,2109214800,4),(734,2120101200,5),(734,2140664400,4),(735,-2147483648,0),(735,-1514739600,1),(735,-1343066400,2),(735,-1234807200,1),(735,-1220292000,2),(735,-1207159200,1),(735,-1191344400,2),(735,-873828000,1),(735,-661539600,3),(735,28800,1),(735,828867600,4),(735,846403200,1),(735,860317200,4),(735,877852800,1),(735,891766800,4),(735,909302400,1),(736,-2147483648,2),(736,-1633276800,1),(736,-1615136400,2),(736,-1601827200,1),(736,-1583686800,2),(736,-900259200,1),(736,-891795600,2),(736,-880214400,3),(736,-769395600,4),(736,-765392400,2),(736,-747244800,1),(736,-733942800,2),(736,-715795200,1),(736,-702493200,2),(736,-684345600,1),(736,-671043600,2),(736,-652896000,1),(736,-639594000,2),(736,-620841600,1),(736,-608144400,2),(736,-589392000,1),(736,-576090000,2),(736,-557942400,1),(736,-544640400,2),(736,-526492800,1),(736,-513190800,2),(736,-495043200,1),(736,-481741200,2),(736,-463593600,5),(736,-386787600,2),(736,-368640000,5),(736,-21488400,6),(736,-5767200,5),(736,9961200,6),(736,25682400,5),(736,1143961200,6),(736,1162101600,5),(736,1173596400,6),(736,1194156000,5),(736,1205046000,6),(736,1225605600,5),(736,1236495600,6),(736,1257055200,5),(736,1268550000,6),(736,1289109600,5),(736,1299999600,6),(736,1320559200,5),(736,1331449200,6),(736,1352008800,5),(736,1362898800,6),(736,1383458400,5),(736,1394348400,6),(736,1414908000,5),(736,1425798000,6),(736,1446357600,5),(736,1457852400,6),(736,1478412000,5),(736,1489302000,6),(736,1509861600,5),(736,1520751600,6),(736,1541311200,5),(736,1552201200,6),(736,1572760800,5),(736,1583650800,6),(736,1604210400,5),(736,1615705200,6),(736,1636264800,5),(736,1647154800,6),(736,1667714400,5),(736,1678604400,6),(736,1699164000,5),(736,1710054000,6),(736,1730613600,5),(736,1741503600,6),(736,1762063200,5),(736,1772953200,6),(736,1793512800,5),(736,1805007600,6),(736,1825567200,5),(736,1836457200,6),(736,1857016800,5),(736,1867906800,6),(736,1888466400,5),(736,1899356400,6),(736,1919916000,5),(736,1930806000,6),(736,1951365600,5),(736,1962860400,6),(736,1983420000,5),(736,1994310000,6),(736,2014869600,5),(736,2025759600,6),(736,2046319200,5),(736,2057209200,6),(736,2077768800,5),(736,2088658800,6),(736,2109218400,5),(736,2120108400,6),(736,2140668000,5),(737,-2147483648,2),(737,-1633276800,1),(737,-1615136400,2),(737,-1601827200,1),(737,-1583686800,2),(737,-880214400,3),(737,-769395600,4),(737,-765392400,2),(737,-715795200,1),(737,-702493200,2),(737,-684345600,1),(737,-671043600,2),(737,-652896000,1),(737,-639594000,2),(737,-620841600,1),(737,-608144400,2),(737,-589392000,1),(737,-576090000,2),(737,-557942400,1),(737,-544640400,2),(737,-526492800,1),(737,-513190800,2),(737,-495043200,1),(737,-481741200,2),(737,-463593600,1),(737,-447267600,2),(737,-431539200,1),(737,-415818000,2),(737,-400089600,1),(737,-386787600,2),(737,-368640000,1),(737,-355338000,2),(737,-337190400,1),(737,-321469200,2),(737,-305740800,1),(737,-289414800,2),(737,-273686400,1),(737,-257965200,2),(737,-242236800,5),(737,-195066000,2),(737,-84384000,1),(737,-68662800,2),(737,-52934400,1),(737,-37213200,2),(737,-21484800,1),(737,-5763600,2),(737,9964800,1),(737,25686000,2),(737,41414400,1),(737,57740400,2),(737,73468800,1),(737,89190000,2),(737,104918400,1),(737,120639600,2),(737,126691200,1),(737,152089200,2),(737,162374400,1),(737,183538800,2),(737,199267200,1),(737,215593200,2),(737,230716800,1),(737,247042800,2),(737,262771200,1),(737,278492400,2),(737,294220800,1),(737,309942000,2),(737,325670400,1),(737,341391600,2),(737,357120000,1),(737,372841200,2),(737,388569600,1),(737,404895600,2),(737,420019200,1),(737,436345200,2),(737,452073600,1),(737,467794800,2),(737,483523200,1),(737,499244400,2),(737,514972800,1),(737,530694000,2),(737,544608000,1),(737,562143600,2),(737,576057600,1),(737,594198000,2),(737,607507200,1),(737,625647600,2),(737,638956800,1),(737,657097200,2),(737,671011200,1),(737,688546800,5),(737,1143961200,1),(737,1162105200,2),(737,1173600000,1),(737,1194159600,2),(737,1205049600,1),(737,1225609200,2),(737,1236499200,1),(737,1257058800,2),(737,1268553600,1),(737,1289113200,2),(737,1300003200,1),(737,1320562800,2),(737,1331452800,1),(737,1352012400,2),(737,1362902400,1),(737,1383462000,2),(737,1394352000,1),(737,1414911600,2),(737,1425801600,1),(737,1446361200,2),(737,1457856000,1),(737,1478415600,2),(737,1489305600,1),(737,1509865200,2),(737,1520755200,1),(737,1541314800,2),(737,1552204800,1),(737,1572764400,2),(737,1583654400,1),(737,1604214000,2),(737,1615708800,1),(737,1636268400,2),(737,1647158400,1),(737,1667718000,2),(737,1678608000,1),(737,1699167600,2),(737,1710057600,1),(737,1730617200,2),(737,1741507200,1),(737,1762066800,2),(737,1772956800,1),(737,1793516400,2),(737,1805011200,1),(737,1825570800,2),(737,1836460800,1),(737,1857020400,2),(737,1867910400,1),(737,1888470000,2),(737,1899360000,1),(737,1919919600,2),(737,1930809600,1),(737,1951369200,2),(737,1962864000,1),(737,1983423600,2),(737,1994313600,1),(737,2014873200,2),(737,2025763200,1),(737,2046322800,2),(737,2057212800,1),(737,2077772400,2),(737,2088662400,1),(737,2109222000,2),(737,2120112000,1),(737,2140671600,2),(738,-2147483648,2),(738,-1633276800,1),(738,-1615136400,2),(738,-1601827200,1),(738,-1583686800,2),(738,-880214400,3),(738,-769395600,4),(738,-765392400,2),(738,-589392000,1),(738,-576090000,2),(738,-495043200,1),(738,-481741200,2),(738,-463593600,1),(738,-450291600,2),(738,-431539200,1),(738,-418237200,2),(738,-400089600,1),(738,-386787600,2),(738,-368640000,1),(738,-355338000,2),(738,-337190400,1),(738,-323888400,2),(738,-305740800,1),(738,-292438800,2),(738,-273686400,5),(738,-21488400,6),(738,-5767200,5),(738,9961200,6),(738,25682400,5),(738,41410800,6),(738,57736800,5),(738,73465200,6),(738,89186400,5),(738,104914800,6),(738,120636000,5),(738,126687600,1),(738,152089200,5),(738,162370800,6),(738,183535200,5),(738,1143961200,6),(738,1162101600,5),(738,1173596400,6),(738,1194156000,5),(738,1205046000,6),(738,1225605600,5),(738,1236495600,6),(738,1257055200,5),(738,1268550000,6),(738,1289109600,5),(738,1299999600,6),(738,1320559200,5),(738,1331449200,6),(738,1352008800,5),(738,1362898800,6),(738,1383458400,5),(738,1394348400,6),(738,1414908000,5),(738,1425798000,6),(738,1446357600,5),(738,1457852400,6),(738,1478412000,5),(738,1489302000,6),(738,1509861600,5),(738,1520751600,6),(738,1541311200,5),(738,1552201200,6),(738,1572760800,5),(738,1583650800,6),(738,1604210400,5),(738,1615705200,6),(738,1636264800,5),(738,1647154800,6),(738,1667714400,5),(738,1678604400,6),(738,1699164000,5),(738,1710054000,6),(738,1730613600,5),(738,1741503600,6),(738,1762063200,5),(738,1772953200,6),(738,1793512800,5),(738,1805007600,6),(738,1825567200,5),(738,1836457200,6),(738,1857016800,5),(738,1867906800,6),(738,1888466400,5),(738,1899356400,6),(738,1919916000,5),(738,1930806000,6),(738,1951365600,5),(738,1962860400,6),(738,1983420000,5),(738,1994310000,6),(738,2014869600,5),(738,2025759600,6),(738,2046319200,5),(738,2057209200,6),(738,2077768800,5),(738,2088658800,6),(738,2109218400,5),(738,2120108400,6),(738,2140668000,5),(739,-2147483648,2),(739,-1633276800,1),(739,-1615136400,2),(739,-1601827200,1),(739,-1583686800,2),(739,-880214400,3),(739,-769395600,4),(739,-765392400,2),(739,-462996000,1),(739,-450291600,2),(739,-431539200,1),(739,-418237200,2),(739,-400089600,1),(739,-386787600,2),(739,-368640000,1),(739,-355338000,2),(739,-337190400,1),(739,-323888400,2),(739,-305740800,1),(739,-292438800,2),(739,-273686400,1),(739,-257965200,2),(739,-242236800,1),(739,-226515600,2),(739,-210787200,1),(739,-195066000,2),(739,-179337600,1),(739,-163616400,2),(739,-147888000,5),(739,-100112400,2),(739,-84384000,1),(739,-68662800,2),(739,-52934400,1),(739,-37213200,2),(739,-21484800,1),(739,-5763600,2),(739,9964800,1),(739,25686000,2),(739,41414400,1),(739,57740400,2),(739,73468800,1),(739,89190000,2),(739,104918400,1),(739,120639600,2),(739,126691200,1),(739,152089200,2),(739,162374400,1),(739,183538800,2),(739,199267200,1),(739,215593200,2),(739,230716800,1),(739,247042800,5),(739,1143961200,1),(739,1162105200,2),(739,1173600000,1),(739,1194159600,5),(739,1205046000,6),(739,1225605600,5),(739,1236495600,6),(739,1257055200,5),(739,1268550000,6),(739,1289109600,5),(739,1299999600,6),(739,1320559200,5),(739,1331449200,6),(739,1352008800,5),(739,1362898800,6),(739,1383458400,5),(739,1394348400,6),(739,1414908000,5),(739,1425798000,6),(739,1446357600,5),(739,1457852400,6),(739,1478412000,5),(739,1489302000,6),(739,1509861600,5),(739,1520751600,6),(739,1541311200,5),(739,1552201200,6),(739,1572760800,5),(739,1583650800,6),(739,1604210400,5),(739,1615705200,6),(739,1636264800,5),(739,1647154800,6),(739,1667714400,5),(739,1678604400,6),(739,1699164000,5),(739,1710054000,6),(739,1730613600,5),(739,1741503600,6),(739,1762063200,5),(739,1772953200,6),(739,1793512800,5),(739,1805007600,6),(739,1825567200,5),(739,1836457200,6),(739,1857016800,5),(739,1867906800,6),(739,1888466400,5),(739,1899356400,6),(739,1919916000,5),(739,1930806000,6),(739,1951365600,5),(739,1962860400,6),(739,1983420000,5),(739,1994310000,6),(739,2014869600,5),(739,2025759600,6),(739,2046319200,5),(739,2057209200,6),(739,2077768800,5),(739,2088658800,6),(739,2109218400,5),(739,2120108400,6),(739,2140668000,5),(740,-2147483648,2),(740,-1633276800,1),(740,-1615136400,2),(740,-1601827200,1),(740,-1583686800,2),(740,-880214400,3),(740,-769395600,4),(740,-765392400,2),(740,-462996000,1),(740,-450291600,2),(740,-431539200,1),(740,-418237200,2),(740,-400089600,1),(740,-386787600,2),(740,-368640000,1),(740,-355338000,2),(740,-337190400,1),(740,-323888400,2),(740,-305740800,1),(740,-292438800,2),(740,-273686400,1),(740,-257965200,2),(740,-242236800,1),(740,-226515600,2),(740,-210787200,1),(740,-195066000,2),(740,-179337600,5),(740,-68662800,2),(740,-52934400,1),(740,-37213200,2),(740,-21484800,6),(740,-5767200,5),(740,9961200,6),(740,25682400,5),(740,1143961200,1),(740,1162105200,2),(740,1173600000,1),(740,1194159600,2),(740,1205049600,1),(740,1225609200,2),(740,1236499200,1),(740,1257058800,2),(740,1268553600,1),(740,1289113200,2),(740,1300003200,1),(740,1320562800,2),(740,1331452800,1),(740,1352012400,2),(740,1362902400,1),(740,1383462000,2),(740,1394352000,1),(740,1414911600,2),(740,1425801600,1),(740,1446361200,2),(740,1457856000,1),(740,1478415600,2),(740,1489305600,1),(740,1509865200,2),(740,1520755200,1),(740,1541314800,2),(740,1552204800,1),(740,1572764400,2),(740,1583654400,1),(740,1604214000,2),(740,1615708800,1),(740,1636268400,2),(740,1647158400,1),(740,1667718000,2),(740,1678608000,1),(740,1699167600,2),(740,1710057600,1),(740,1730617200,2),(740,1741507200,1),(740,1762066800,2),(740,1772956800,1),(740,1793516400,2),(740,1805011200,1),(740,1825570800,2),(740,1836460800,1),(740,1857020400,2),(740,1867910400,1),(740,1888470000,2),(740,1899360000,1),(740,1919919600,2),(740,1930809600,1),(740,1951369200,2),(740,1962864000,1),(740,1983423600,2),(740,1994313600,1),(740,2014873200,2),(740,2025763200,1),(740,2046322800,2),(740,2057212800,1),(740,2077772400,2),(740,2088662400,1),(740,2109222000,2),(740,2120112000,1),(740,2140671600,2),(741,-2147483648,2),(741,-1633276800,1),(741,-1615136400,2),(741,-1601827200,1),(741,-1583686800,2),(741,-880214400,3),(741,-769395600,4),(741,-765392400,2),(741,-495043200,5),(741,-21488400,6),(741,-5767200,5),(741,9961200,6),(741,25682400,5),(741,41410800,6),(741,57736800,5),(741,73465200,6),(741,89186400,5),(741,1143961200,6),(741,1162101600,5),(741,1173596400,6),(741,1194156000,5),(741,1205046000,6),(741,1225605600,5),(741,1236495600,6),(741,1257055200,5),(741,1268550000,6),(741,1289109600,5),(741,1299999600,6),(741,1320559200,5),(741,1331449200,6),(741,1352008800,5),(741,1362898800,6),(741,1383458400,5),(741,1394348400,6),(741,1414908000,5),(741,1425798000,6),(741,1446357600,5),(741,1457852400,6),(741,1478412000,5),(741,1489302000,6),(741,1509861600,5),(741,1520751600,6),(741,1541311200,5),(741,1552201200,6),(741,1572760800,5),(741,1583650800,6),(741,1604210400,5),(741,1615705200,6),(741,1636264800,5),(741,1647154800,6),(741,1667714400,5),(741,1678604400,6),(741,1699164000,5),(741,1710054000,6),(741,1730613600,5),(741,1741503600,6),(741,1762063200,5),(741,1772953200,6),(741,1793512800,5),(741,1805007600,6),(741,1825567200,5),(741,1836457200,6),(741,1857016800,5),(741,1867906800,6),(741,1888466400,5),(741,1899356400,6),(741,1919916000,5),(741,1930806000,6),(741,1951365600,5),(741,1962860400,6),(741,1983420000,5),(741,1994310000,6),(741,2014869600,5),(741,2025759600,6),(741,2046319200,5),(741,2057209200,6),(741,2077768800,5),(741,2088658800,6),(741,2109218400,5),(741,2120108400,6),(741,2140668000,5),(742,-2147483648,2),(742,-1633276800,1),(742,-1615136400,2),(742,-1601827200,1),(742,-1583686800,2),(742,-880214400,3),(742,-769395600,4),(742,-765392400,2),(742,-747244800,1),(742,-733942800,2),(742,-526492800,1),(742,-513190800,2),(742,-495043200,1),(742,-481741200,2),(742,-462996000,1),(742,-450291600,2),(742,-431539200,1),(742,-418237200,2),(742,-400089600,1),(742,-386787600,2),(742,-368640000,1),(742,-355338000,2),(742,-337190400,1),(742,-323888400,2),(742,-305740800,1),(742,-289414800,2),(742,-273686400,1),(742,-260989200,2),(742,-242236800,1),(742,-226515600,2),(742,-210787200,1),(742,-195066000,2),(742,-179337600,5),(742,-21488400,6),(742,-5767200,5),(742,9961200,6),(742,25682400,5),(742,1143961200,1),(742,1162105200,2),(742,1173600000,1),(742,1194159600,5),(742,1205046000,6),(742,1225605600,5),(742,1236495600,6),(742,1257055200,5),(742,1268550000,6),(742,1289109600,5),(742,1299999600,6),(742,1320559200,5),(742,1331449200,6),(742,1352008800,5),(742,1362898800,6),(742,1383458400,5),(742,1394348400,6),(742,1414908000,5),(742,1425798000,6),(742,1446357600,5),(742,1457852400,6),(742,1478412000,5),(742,1489302000,6),(742,1509861600,5),(742,1520751600,6),(742,1541311200,5),(742,1552201200,6),(742,1572760800,5),(742,1583650800,6),(742,1604210400,5),(742,1615705200,6),(742,1636264800,5),(742,1647154800,6),(742,1667714400,5),(742,1678604400,6),(742,1699164000,5),(742,1710054000,6),(742,1730613600,5),(742,1741503600,6),(742,1762063200,5),(742,1772953200,6),(742,1793512800,5),(742,1805007600,6),(742,1825567200,5),(742,1836457200,6),(742,1857016800,5),(742,1867906800,6),(742,1888466400,5),(742,1899356400,6),(742,1919916000,5),(742,1930806000,6),(742,1951365600,5),(742,1962860400,6),(742,1983420000,5),(742,1994310000,6),(742,2014869600,5),(742,2025759600,6),(742,2046319200,5),(742,2057209200,6),(742,2077768800,5),(742,2088658800,6),(742,2109218400,5),(742,2120108400,6),(742,2140668000,5),(743,-2147483648,2),(743,-1633276800,1),(743,-1615136400,2),(743,-1601827200,1),(743,-1583686800,2),(743,-880214400,3),(743,-769395600,4),(743,-765392400,2),(743,-747244800,1),(743,-733942800,2),(743,-715795200,1),(743,-702493200,2),(743,-684345600,1),(743,-671043600,2),(743,-652896000,1),(743,-639594000,2),(743,-620841600,1),(743,-608144400,2),(743,-589392000,1),(743,-576090000,2),(743,-557942400,1),(743,-544640400,2),(743,-526492800,1),(743,-513190800,2),(743,-495043200,1),(743,-481741200,2),(743,-463593600,1),(743,-447267600,2),(743,-431539200,1),(743,-415818000,2),(743,-400089600,1),(743,-386787600,2),(743,-368640000,1),(743,-355338000,2),(743,-337190400,1),(743,-323888400,2),(743,-305740800,1),(743,-292438800,2),(743,-273686400,5),(743,-21488400,6),(743,-5767200,5),(743,9961200,6),(743,25682400,5),(743,1143961200,1),(743,1162105200,2),(743,1173600000,6),(743,1194156000,5),(743,1205046000,6),(743,1225605600,5),(743,1236495600,6),(743,1257055200,5),(743,1268550000,6),(743,1289109600,5),(743,1299999600,6),(743,1320559200,5),(743,1331449200,6),(743,1352008800,5),(743,1362898800,6),(743,1383458400,5),(743,1394348400,6),(743,1414908000,5),(743,1425798000,6),(743,1446357600,5),(743,1457852400,6),(743,1478412000,5),(743,1489302000,6),(743,1509861600,5),(743,1520751600,6),(743,1541311200,5),(743,1552201200,6),(743,1572760800,5),(743,1583650800,6),(743,1604210400,5),(743,1615705200,6),(743,1636264800,5),(743,1647154800,6),(743,1667714400,5),(743,1678604400,6),(743,1699164000,5),(743,1710054000,6),(743,1730613600,5),(743,1741503600,6),(743,1762063200,5),(743,1772953200,6),(743,1793512800,5),(743,1805007600,6),(743,1825567200,5),(743,1836457200,6),(743,1857016800,5),(743,1867906800,6),(743,1888466400,5),(743,1899356400,6),(743,1919916000,5),(743,1930806000,6),(743,1951365600,5),(743,1962860400,6),(743,1983420000,5),(743,1994310000,6),(743,2014869600,5),(743,2025759600,6),(743,2046319200,5),(743,2057209200,6),(743,2077768800,5),(743,2088658800,6),(743,2109218400,5),(743,2120108400,6),(743,2140668000,5),(744,-2147483648,2),(744,-1633276800,1),(744,-1615136400,2),(744,-1601827200,1),(744,-1583686800,2),(744,-900259200,1),(744,-891795600,2),(744,-880214400,3),(744,-769395600,4),(744,-765392400,2),(744,-747244800,1),(744,-733942800,2),(744,-715795200,1),(744,-702493200,2),(744,-684345600,1),(744,-671043600,2),(744,-652896000,1),(744,-639594000,2),(744,-620841600,1),(744,-608144400,2),(744,-589392000,1),(744,-576090000,2),(744,-557942400,1),(744,-544640400,2),(744,-526492800,1),(744,-513190800,2),(744,-495043200,1),(744,-481741200,2),(744,-463593600,5),(744,-386787600,2),(744,-368640000,5),(744,-21488400,6),(744,-5767200,5),(744,9961200,6),(744,25682400,5),(744,1143961200,6),(744,1162101600,5),(744,1173596400,6),(744,1194156000,5),(744,1205046000,6),(744,1225605600,5),(744,1236495600,6),(744,1257055200,5),(744,1268550000,6),(744,1289109600,5),(744,1299999600,6),(744,1320559200,5),(744,1331449200,6),(744,1352008800,5),(744,1362898800,6),(744,1383458400,5),(744,1394348400,6),(744,1414908000,5),(744,1425798000,6),(744,1446357600,5),(744,1457852400,6),(744,1478412000,5),(744,1489302000,6),(744,1509861600,5),(744,1520751600,6),(744,1541311200,5),(744,1552201200,6),(744,1572760800,5),(744,1583650800,6),(744,1604210400,5),(744,1615705200,6),(744,1636264800,5),(744,1647154800,6),(744,1667714400,5),(744,1678604400,6),(744,1699164000,5),(744,1710054000,6),(744,1730613600,5),(744,1741503600,6),(744,1762063200,5),(744,1772953200,6),(744,1793512800,5),(744,1805007600,6),(744,1825567200,5),(744,1836457200,6),(744,1857016800,5),(744,1867906800,6),(744,1888466400,5),(744,1899356400,6),(744,1919916000,5),(744,1930806000,6),(744,1951365600,5),(744,1962860400,6),(744,1983420000,5),(744,1994310000,6),(744,2014869600,5),(744,2025759600,6),(744,2046319200,5),(744,2057209200,6),(744,2077768800,5),(744,2088658800,6),(744,2109218400,5),(744,2120108400,6),(744,2140668000,5),(745,-2147483648,0),(745,-536457600,2),(745,-147888000,1),(745,-131558400,2),(745,294228000,3),(745,325674000,4),(745,341395200,3),(745,357123600,4),(745,372844800,3),(745,388573200,4),(745,404899200,3),(745,420022800,4),(745,436348800,3),(745,452077200,4),(745,467798400,3),(745,483526800,4),(745,499248000,3),(745,514976400,4),(745,530697600,3),(745,544611600,4),(745,562147200,3),(745,576061200,4),(745,594201600,3),(745,607510800,4),(745,625651200,3),(745,638960400,4),(745,657100800,3),(745,671014800,4),(745,688550400,3),(745,702464400,4),(745,720000000,3),(745,733914000,4),(745,752054400,3),(745,765363600,4),(745,783504000,3),(745,796813200,4),(745,814953600,3),(745,828867600,4),(745,846403200,3),(745,860317200,4),(745,877852800,3),(745,891766800,4),(745,909302400,3),(745,923216400,4),(745,941356800,3),(745,954666000,4),(745,972806400,3),(745,986115600,4),(745,1004256000,3),(745,1018170000,4),(745,1035705600,3),(745,1049619600,4),(745,1067155200,3),(745,1081069200,4),(745,1099209600,3),(745,1112518800,4),(745,1130659200,3),(745,1143968400,4),(745,1162108800,3),(745,1173603600,4),(745,1194163200,3),(745,1205053200,4),(745,1225612800,3),(745,1236502800,4),(745,1257062400,3),(745,1268557200,4),(745,1289116800,3),(745,1300006800,4),(745,1320566400,3),(745,1331456400,4),(745,1352016000,3),(745,1362906000,4),(745,1383465600,3),(745,1394355600,4),(745,1414915200,3),(745,1425805200,4),(745,1446364800,3),(745,1457859600,4),(745,1478419200,3),(745,1489309200,4),(745,1509868800,3),(745,1520758800,4),(745,1541318400,3),(745,1552208400,4),(745,1572768000,3),(745,1583658000,4),(745,1604217600,3),(745,1615712400,4),(745,1636272000,3),(745,1647162000,4),(745,1667721600,3),(745,1678611600,4),(745,1699171200,3),(745,1710061200,4),(745,1730620800,3),(745,1741510800,4),(745,1762070400,3),(745,1772960400,4),(745,1793520000,3),(745,1805014800,4),(745,1825574400,3),(745,1836464400,4),(745,1857024000,3),(745,1867914000,4),(745,1888473600,3),(745,1899363600,4),(745,1919923200,3),(745,1930813200,4),(745,1951372800,3),(745,1962867600,4),(745,1983427200,3),(745,1994317200,4),(745,2014876800,3),(745,2025766800,4),(745,2046326400,3),(745,2057216400,4),(745,2077776000,3),(745,2088666000,4),(745,2109225600,3),(745,2120115600,4),(745,2140675200,3),(746,-2147483648,0),(746,-865296000,5),(746,-769395600,1),(746,-765396000,2),(746,-147898800,3),(746,-131569200,2),(746,325666800,4),(746,341388000,2),(746,357116400,4),(746,372837600,2),(746,388566000,4),(746,404892000,2),(746,420015600,4),(746,436341600,2),(746,452070000,4),(746,467791200,2),(746,483519600,4),(746,499240800,2),(746,514969200,4),(746,530690400,2),(746,544604400,4),(746,562140000,2),(746,576054000,4),(746,594194400,2),(746,607503600,4),(746,625644000,2),(746,638953200,4),(746,657093600,2),(746,671007600,4),(746,688543200,2),(746,702457200,4),(746,719992800,2),(746,733906800,4),(746,752047200,2),(746,765356400,4),(746,783496800,2),(746,796806000,4),(746,814946400,2),(746,828860400,4),(746,846396000,2),(746,860310000,4),(746,877845600,2),(746,891759600,4),(746,909295200,2),(746,923209200,4),(746,941349600,6),(746,954662400,7),(746,972802800,2),(746,986108400,4),(746,1004248800,2),(746,1018162800,4),(746,1035698400,2),(746,1049612400,4),(746,1067148000,2),(746,1081062000,4),(746,1099202400,2),(746,1112511600,4),(746,1130652000,2),(746,1143961200,4),(746,1162101600,2),(746,1173596400,4),(746,1194156000,2),(746,1205046000,4),(746,1225605600,2),(746,1236495600,4),(746,1257055200,2),(746,1268550000,4),(746,1289109600,2),(746,1299999600,4),(746,1320559200,2),(746,1331449200,4),(746,1352008800,2),(746,1362898800,4),(746,1383458400,2),(746,1394348400,4),(746,1414908000,2),(746,1425798000,4),(746,1446357600,2),(746,1457852400,4),(746,1478412000,2),(746,1489302000,4),(746,1509861600,2),(746,1520751600,4),(746,1541311200,2),(746,1552201200,4),(746,1572760800,2),(746,1583650800,4),(746,1604210400,2),(746,1615705200,4),(746,1636264800,2),(746,1647154800,4),(746,1667714400,2),(746,1678604400,4),(746,1699164000,2),(746,1710054000,4),(746,1730613600,2),(746,1741503600,4),(746,1762063200,2),(746,1772953200,4),(746,1793512800,2),(746,1805007600,4),(746,1825567200,2),(746,1836457200,4),(746,1857016800,2),(746,1867906800,4),(746,1888466400,2),(746,1899356400,4),(746,1919916000,2),(746,1930806000,4),(746,1951365600,2),(746,1962860400,4),(746,1983420000,2),(746,1994310000,4),(746,2014869600,2),(746,2025759600,4),(746,2046319200,2),(746,2057209200,4),(746,2077768800,2),(746,2088658800,4),(746,2109218400,2),(746,2120108400,4),(746,2140668000,2),(747,-2147483648,1),(747,-1827687170,2),(747,126687600,3),(747,152085600,2),(747,162370800,3),(747,183535200,2),(747,199263600,3),(747,215589600,2),(747,230713200,3),(747,247039200,2),(747,262767600,3),(747,278488800,2),(747,294217200,3),(747,309938400,2),(747,325666800,3),(747,341388000,2),(747,357116400,3),(747,372837600,2),(747,388566000,3),(747,404892000,2),(747,420015600,3),(747,436341600,2),(748,-2147483648,1),(748,-1567453392,2),(748,-1233432000,3),(748,-1222981200,2),(748,-1205956800,3),(748,-1194037200,2),(748,-1172865600,3),(748,-1162501200,2),(748,-1141329600,3),(748,-1130965200,2),(748,-1109793600,3),(748,-1099429200,2),(748,-1078257600,3),(748,-1067806800,2),(748,-1046635200,3),(748,-1036270800,2),(748,-1015099200,3),(748,-1004734800,2),(748,-983563200,3),(748,-973198800,2),(748,-952027200,3),(748,-941576400,2),(748,-931032000,3),(748,-900882000,2),(748,-890337600,3),(748,-833749200,2),(748,-827265600,3),(748,-752274000,2),(748,-733780800,3),(748,-197326800,2),(748,-190843200,3),(748,-184194000,2),(748,-164491200,3),(748,-152658000,2),(748,-132955200,3),(748,-121122000,2),(748,-101419200,3),(748,-86821200,2),(748,-71092800,3),(748,-54766800,2),(748,-39038400,3),(748,-23317200,2),(748,-7588800,5),(748,128142000,4),(748,136605600,5),(748,596948400,4),(748,605066400,5),(748,624423600,4),(748,636516000,2),(748,657086400,3),(748,669178800,2),(748,686721600,4),(748,699415200,5),(748,719377200,4),(748,731469600,5),(748,938919600,3),(748,952052400,5),(748,1198983600,4),(748,1205632800,5),(748,2147483647,5),(749,-2147483648,1),(749,-880207200,2),(749,-769395600,3),(749,-765385200,1),(749,-21477600,4),(749,-5756400,1),(749,9972000,4),(749,25693200,1),(749,41421600,4),(749,57747600,1),(749,73476000,4),(749,89197200,1),(749,104925600,4),(749,120646800,1),(749,126698400,4),(749,152096400,1),(749,162381600,4),(749,183546000,1),(749,199274400,4),(749,215600400,1),(749,230724000,4),(749,247050000,1),(749,262778400,4),(749,278499600,1),(749,294228000,4),(749,309949200,1),(749,325677600,5),(749,341402400,1),(749,357127200,4),(749,372848400,1),(749,388576800,4),(749,404902800,1),(749,420026400,4),(749,436352400,6),(749,439030800,8),(749,452084400,7),(749,467805600,8),(749,483534000,7),(749,499255200,8),(749,514983600,7),(749,530704800,8),(749,544618800,7),(749,562154400,8),(749,576068400,7),(749,594208800,8),(749,607518000,7),(749,625658400,8),(749,638967600,7),(749,657108000,8),(749,671022000,7),(749,688557600,8),(749,702471600,7),(749,720007200,8),(749,733921200,7),(749,752061600,8),(749,765370800,7),(749,783511200,8),(749,796820400,7),(749,814960800,8),(749,828874800,7),(749,846410400,8),(749,860324400,7),(749,877860000,8),(749,891774000,7),(749,909309600,8),(749,923223600,7),(749,941364000,8),(749,954673200,7),(749,972813600,8),(749,986122800,7),(749,1004263200,8),(749,1018177200,7),(749,1035712800,8),(749,1049626800,7),(749,1067162400,8),(749,1081076400,7),(749,1099216800,8),(749,1112526000,7),(749,1130666400,8),(749,1143975600,7),(749,1162116000,8),(749,1173610800,7),(749,1194170400,8),(749,1205060400,7),(749,1225620000,8),(749,1236510000,7),(749,1257069600,8),(749,1268564400,7),(749,1289124000,8),(749,1300014000,7),(749,1320573600,8),(749,1331463600,7),(749,1352023200,8),(749,1362913200,7),(749,1383472800,8),(749,1394362800,7),(749,1414922400,8),(749,1425812400,7),(749,1446372000,8),(749,1457866800,7),(749,1478426400,8),(749,1489316400,7),(749,1509876000,8),(749,1520766000,7),(749,1541325600,8),(749,1552215600,7),(749,1572775200,8),(749,1583665200,7),(749,1604224800,8),(749,1615719600,7),(749,1636279200,8),(749,1647169200,7),(749,1667728800,8),(749,1678618800,7),(749,1699178400,8),(749,1710068400,7),(749,1730628000,8),(749,1741518000,7),(749,1762077600,8),(749,1772967600,7),(749,1793527200,8),(749,1805022000,7),(749,1825581600,8),(749,1836471600,7),(749,1857031200,8),(749,1867921200,7),(749,1888480800,8),(749,1899370800,7),(749,1919930400,8),(749,1930820400,7),(749,1951380000,8),(749,1962874800,7),(749,1983434400,8),(749,1994324400,7),(749,2014884000,8),(749,2025774000,7),(749,2046333600,8),(749,2057223600,7),(749,2077783200,8),(749,2088673200,7),(749,2109232800,8),(749,2120122800,7),(749,2140682400,8),(750,-2147483648,2),(750,-1633276800,1),(750,-1615136400,2),(750,-1601827200,1),(750,-1583686800,2),(750,-1535904000,1),(750,-1525280400,2),(750,-905097600,1),(750,-891795600,2),(750,-880214400,3),(750,-769395600,4),(750,-765392400,2),(750,-747251940,1),(750,-744224400,2),(750,-620841600,1),(750,-608144400,2),(750,-589392000,1),(750,-576090000,2),(750,-557942400,1),(750,-544640400,2),(750,-526492800,1),(750,-513190800,2),(750,-495043200,1),(750,-481741200,2),(750,-463593600,1),(750,-450291600,2),(750,-431539200,1),(750,-415818000,2),(750,-400089600,1),(750,-384368400,2),(750,-368640000,1),(750,-352918800,2),(750,-337190400,1),(750,-321469200,2),(750,-305740800,1),(750,-289414800,2),(750,-273686400,1),(750,-266432400,5),(750,-52938000,6),(750,-37216800,5),(750,-21488400,6),(750,-5767200,5),(750,9961200,6),(750,25682400,5),(750,41410800,6),(750,57736800,5),(750,73465200,6),(750,89186400,5),(750,104914800,6),(750,120636000,5),(750,126687600,1),(750,152089200,5),(750,162370800,6),(750,183535200,5),(750,199263600,6),(750,215589600,5),(750,230713200,6),(750,247039200,5),(750,262767600,6),(750,278488800,5),(750,294217200,6),(750,309938400,5),(750,325666800,6),(750,341388000,5),(750,357116400,6),(750,372837600,5),(750,388566000,6),(750,404892000,5),(750,420015600,6),(750,436341600,5),(750,452070000,6),(750,467791200,5),(750,483519600,6),(750,499240800,5),(750,514969200,6),(750,530690400,5),(750,544604400,6),(750,562140000,5),(750,576054000,6),(750,594194400,5),(750,607503600,6),(750,625644000,5),(750,638953200,6),(750,657093600,5),(750,671007600,6),(750,688543200,5),(750,702457200,6),(750,719992800,5),(750,733906800,6),(750,752047200,5),(750,765356400,6),(750,783496800,5),(750,796806000,6),(750,814946400,5),(750,828860400,6),(750,846396000,5),(750,860310000,6),(750,877845600,5),(750,891759600,6),(750,909295200,5),(750,923209200,6),(750,941349600,5),(750,954658800,6),(750,972799200,5),(750,986108400,6),(750,1004248800,5),(750,1018162800,6),(750,1035698400,5),(750,1049612400,6),(750,1067148000,5),(750,1081062000,6),(750,1099202400,5),(750,1112511600,6),(750,1130652000,5),(750,1143961200,6),(750,1162101600,5),(750,1173596400,6),(750,1194156000,5),(750,1205046000,6),(750,1225605600,5),(750,1236495600,6),(750,1257055200,5),(750,1268550000,6),(750,1289109600,5),(750,1299999600,6),(750,1320559200,5),(750,1331449200,6),(750,1352008800,5),(750,1362898800,6),(750,1383458400,5),(750,1394348400,6),(750,1414908000,5),(750,1425798000,6),(750,1446357600,5),(750,1457852400,6),(750,1478412000,5),(750,1489302000,6),(750,1509861600,5),(750,1520751600,6),(750,1541311200,5),(750,1552201200,6),(750,1572760800,5),(750,1583650800,6),(750,1604210400,5),(750,1615705200,6),(750,1636264800,5),(750,1647154800,6),(750,1667714400,5),(750,1678604400,6),(750,1699164000,5),(750,1710054000,6),(750,1730613600,5),(750,1741503600,6),(750,1762063200,5),(750,1772953200,6),(750,1793512800,5),(750,1805007600,6),(750,1825567200,5),(750,1836457200,6),(750,1857016800,5),(750,1867906800,6),(750,1888466400,5),(750,1899356400,6),(750,1919916000,5),(750,1930806000,6),(750,1951365600,5),(750,1962860400,6),(750,1983420000,5),(750,1994310000,6),(750,2014869600,5),(750,2025759600,6),(750,2046319200,5),(750,2057209200,6),(750,2077768800,5),(750,2088658800,6),(750,2109218400,5),(750,2120108400,6),(750,2140668000,5),(751,-2147483648,2),(751,-1633276800,1),(751,-1615136400,2),(751,-1601827200,1),(751,-1583686800,2),(751,-880214400,3),(751,-769395600,4),(751,-765392400,2),(751,-52934400,1),(751,-37213200,2),(751,-21484800,1),(751,-5763600,2),(751,9964800,1),(751,25686000,2),(751,41414400,1),(751,57740400,2),(751,73468800,1),(751,89190000,2),(751,104918400,1),(751,120639600,2),(751,126691200,1),(751,152089200,2),(751,162374400,1),(751,183538800,2),(751,199267200,1),(751,215593200,2),(751,230716800,1),(751,247042800,2),(751,262771200,1),(751,278492400,2),(751,294220800,1),(751,309942000,2),(751,325670400,1),(751,341391600,2),(751,357120000,1),(751,372841200,2),(751,388569600,1),(751,404895600,2),(751,420019200,1),(751,436345200,2),(751,452073600,1),(751,467794800,2),(751,483523200,1),(751,499244400,2),(751,514972800,1),(751,530694000,2),(751,544608000,1),(751,562143600,2),(751,576057600,1),(751,594198000,2),(751,607507200,1),(751,625647600,2),(751,638956800,1),(751,657097200,2),(751,671011200,1),(751,688546800,2),(751,702460800,1),(751,719996400,2),(751,733910400,1),(751,752050800,2),(751,765360000,1),(751,783500400,2),(751,796809600,1),(751,814950000,2),(751,828864000,1),(751,846399600,2),(751,860313600,1),(751,877849200,2),(751,891763200,1),(751,909298800,2),(751,923212800,1),(751,941353200,2),(751,954662400,1),(751,972802800,6),(751,986108400,5),(751,1004248800,6),(751,1018162800,5),(751,1035698400,6),(751,1049612400,5),(751,1067148000,6),(751,1081062000,5),(751,1099202400,6),(751,1112511600,5),(751,1130652000,6),(751,1143961200,5),(751,1162101600,6),(751,1173596400,5),(751,1194156000,6),(751,1205046000,5),(751,1225605600,6),(751,1236495600,5),(751,1257055200,6),(751,1268550000,5),(751,1289109600,6),(751,1299999600,5),(751,1320559200,6),(751,1331449200,5),(751,1352008800,6),(751,1362898800,5),(751,1383458400,6),(751,1394348400,5),(751,1414908000,6),(751,1425798000,5),(751,1446357600,6),(751,1457852400,5),(751,1478412000,6),(751,1489302000,5),(751,1509861600,6),(751,1520751600,5),(751,1541311200,6),(751,1552201200,5),(751,1572760800,6),(751,1583650800,5),(751,1604210400,6),(751,1615705200,5),(751,1636264800,6),(751,1647154800,5),(751,1667714400,6),(751,1678604400,5),(751,1699164000,6),(751,1710054000,5),(751,1730613600,6),(751,1741503600,5),(751,1762063200,6),(751,1772953200,5),(751,1793512800,6),(751,1805007600,5),(751,1825567200,6),(751,1836457200,5),(751,1857016800,6),(751,1867906800,5),(751,1888466400,6),(751,1899356400,5),(751,1919916000,6),(751,1930806000,5),(751,1951365600,6),(751,1962860400,5),(751,1983420000,6),(751,1994310000,5),(751,2014869600,6),(751,2025759600,5),(751,2046319200,6),(751,2057209200,5),(751,2077768800,6),(751,2088658800,5),(751,2109218400,6),(751,2120108400,5),(751,2140668000,6),(752,-2147483648,2),(752,-1633276800,1),(752,-1615136400,2),(752,-1601827200,1),(752,-1583686800,2),(752,-880214400,3),(752,-769395600,4),(752,-765392400,2),(752,-715795200,1),(752,-702493200,2),(752,-684345600,1),(752,-671043600,2),(752,-652896000,1),(752,-639594000,2),(752,-620841600,1),(752,-608144400,2),(752,-589392000,1),(752,-576090000,2),(752,-557942400,1),(752,-544640400,2),(752,-526492800,1),(752,-513190800,2),(752,-495043200,1),(752,-481741200,2),(752,-463593600,1),(752,-447267600,2),(752,-431539200,1),(752,-415818000,2),(752,-400089600,1),(752,-386787600,2),(752,-368640000,1),(752,-355338000,2),(752,-337190400,1),(752,-321469200,2),(752,-305740800,1),(752,-289414800,2),(752,-273686400,1),(752,-257965200,2),(752,-242236800,5),(752,-195066000,2),(752,-84384000,1),(752,-68662800,2),(752,-52934400,1),(752,-37213200,2),(752,-21484800,1),(752,-5763600,2),(752,9964800,1),(752,25686000,2),(752,41414400,1),(752,57740400,2),(752,73468800,1),(752,89190000,2),(752,104918400,1),(752,120639600,2),(752,126691200,1),(752,152089200,2),(752,162374400,1),(752,183538800,2),(752,199267200,1),(752,215593200,2),(752,230716800,1),(752,247042800,2),(752,262771200,1),(752,278492400,2),(752,294220800,1),(752,309942000,2),(752,325670400,1),(752,341391600,2),(752,357120000,1),(752,372841200,2),(752,388569600,1),(752,404895600,2),(752,420019200,1),(752,436345200,2),(752,452073600,1),(752,467794800,2),(752,483523200,1),(752,499244400,2),(752,514972800,1),(752,530694000,2),(752,544608000,1),(752,562143600,2),(752,576057600,1),(752,594198000,2),(752,607507200,1),(752,625647600,2),(752,638956800,1),(752,657097200,2),(752,671011200,1),(752,688546800,5),(752,1143961200,1),(752,1162105200,2),(752,1173600000,1),(752,1194159600,2),(752,1205049600,1),(752,1225609200,2),(752,1236499200,1),(752,1257058800,2),(752,1268553600,1),(752,1289113200,2),(752,1300003200,1),(752,1320562800,2),(752,1331452800,1),(752,1352012400,2),(752,1362902400,1),(752,1383462000,2),(752,1394352000,1),(752,1414911600,2),(752,1425801600,1),(752,1446361200,2),(752,1457856000,1),(752,1478415600,2),(752,1489305600,1),(752,1509865200,2),(752,1520755200,1),(752,1541314800,2),(752,1552204800,1),(752,1572764400,2),(752,1583654400,1),(752,1604214000,2),(752,1615708800,1),(752,1636268400,2),(752,1647158400,1),(752,1667718000,2),(752,1678608000,1),(752,1699167600,2),(752,1710057600,1),(752,1730617200,2),(752,1741507200,1),(752,1762066800,2),(752,1772956800,1),(752,1793516400,2),(752,1805011200,1),(752,1825570800,2),(752,1836460800,1),(752,1857020400,2),(752,1867910400,1),(752,1888470000,2),(752,1899360000,1),(752,1919919600,2),(752,1930809600,1),(752,1951369200,2),(752,1962864000,1),(752,1983423600,2),(752,1994313600,1),(752,2014873200,2),(752,2025763200,1),(752,2046322800,2),(752,2057212800,1),(752,2077772400,2),(752,2088662400,1),(752,2109222000,2),(752,2120112000,1),(752,2140671600,2),(753,-2147483648,0),(753,-1826738653,1),(753,-157750200,2),(754,-2147483648,1),(754,-1205954844,2),(754,-1192307244,3),(754,2147483647,3),(755,-2147483648,1),(755,-1938538284,3),(755,-1009825200,2),(755,-1002052800,3),(755,-986756400,2),(755,-971035200,3),(755,-955306800,2),(755,-939585600,3),(755,504939600,2),(755,512712000,3),(755,536475600,2),(755,544248000,3),(755,631170000,2),(755,638942400,3),(755,757400400,2),(755,765172800,3),(755,2147483647,3),(756,-2147483648,2),(756,-1633269600,1),(756,-1615129200,2),(756,-1601820000,1),(756,-1583679600,2),(756,-880207200,3),(756,-769395600,4),(756,-765385200,2),(756,-687967140,1),(756,-662655600,2),(756,-620838000,1),(756,-608137200,2),(756,-589388400,1),(756,-576082800,2),(756,-557938800,1),(756,-544633200,2),(756,-526489200,1),(756,-513183600,2),(756,-495039600,1),(756,-481734000,2),(756,-463590000,1),(756,-450284400,2),(756,-431535600,1),(756,-418230000,2),(756,-400086000,1),(756,-386780400,2),(756,-368636400,1),(756,-355330800,2),(756,-337186800,1),(756,-323881200,2),(756,-305737200,1),(756,-292431600,2),(756,-273682800,1),(756,-260982000,2),(756,-242233200,1),(756,-226508400,2),(756,-210783600,1),(756,-195058800,2),(756,-179334000,1),(756,-163609200,2),(756,-147884400,1),(756,-131554800,2),(756,-116434800,1),(756,-100105200,2),(756,-84376800,1),(756,-68655600,2),(756,-52927200,1),(756,-37206000,2),(756,-21477600,1),(756,-5756400,2),(756,9972000,1),(756,25693200,2),(756,41421600,1),(756,57747600,2),(756,73476000,1),(756,89197200,2),(756,104925600,1),(756,120646800,2),(756,126698400,1),(756,152096400,2),(756,162381600,1),(756,183546000,2),(756,199274400,1),(756,215600400,2),(756,230724000,1),(756,247050000,2),(756,262778400,1),(756,278499600,2),(756,294228000,1),(756,309949200,2),(756,325677600,1),(756,341398800,2),(756,357127200,1),(756,372848400,2),(756,388576800,1),(756,404902800,2),(756,420026400,1),(756,436352400,2),(756,452080800,1),(756,467802000,2),(756,483530400,1),(756,499251600,2),(756,514980000,1),(756,530701200,2),(756,544615200,1),(756,562150800,2),(756,576064800,1),(756,594205200,2),(756,607514400,1),(756,625654800,2),(756,638964000,1),(756,657104400,2),(756,671018400,1),(756,688554000,2),(756,702468000,1),(756,720003600,2),(756,733917600,1),(756,752058000,2),(756,765367200,1),(756,783507600,2),(756,796816800,1),(756,814957200,2),(756,828871200,1),(756,846406800,2),(756,860320800,1),(756,877856400,2),(756,891770400,1),(756,909306000,2),(756,923220000,1),(756,941360400,2),(756,954669600,1),(756,972810000,2),(756,986119200,1),(756,1004259600,2),(756,1018173600,1),(756,1035709200,2),(756,1049623200,1),(756,1067158800,2),(756,1081072800,1),(756,1099213200,2),(756,1112522400,1),(756,1130662800,2),(756,1143972000,1),(756,1162112400,2),(756,1173607200,1),(756,1194166800,2),(756,1205056800,1),(756,1225616400,2),(756,1236506400,1),(756,1257066000,2),(756,1268560800,1),(756,1289120400,2),(756,1300010400,1),(756,1320570000,2),(756,1331460000,1),(756,1352019600,2),(756,1362909600,1),(756,1383469200,2),(756,1394359200,1),(756,1414918800,2),(756,1425808800,1),(756,1446368400,2),(756,1457863200,1),(756,1478422800,2),(756,1489312800,1),(756,1509872400,2),(756,1520762400,1),(756,1541322000,2),(756,1552212000,1),(756,1572771600,2),(756,1583661600,1),(756,1604221200,2),(756,1615716000,1),(756,1636275600,2),(756,1647165600,1),(756,1667725200,2),(756,1678615200,1),(756,1699174800,2),(756,1710064800,1),(756,1730624400,2),(756,1741514400,1),(756,1762074000,2),(756,1772964000,1),(756,1793523600,2),(756,1805018400,1),(756,1825578000,2),(756,1836468000,1),(756,1857027600,2),(756,1867917600,1),(756,1888477200,2),(756,1899367200,1),(756,1919926800,2),(756,1930816800,1),(756,1951376400,2),(756,1962871200,1),(756,1983430800,2),(756,1994320800,1),(756,2014880400,2),(756,2025770400,1),(756,2046330000,2),(756,2057220000,1),(756,2077779600,2),(756,2088669600,1),(756,2109229200,2),(756,2120119200,1),(756,2140678800,2),(757,-2147483648,2),(757,-1633276800,1),(757,-1615136400,2),(757,-1601827200,1),(757,-1583686800,2),(757,-1535904000,1),(757,-1525280400,2),(757,-905097600,1),(757,-891795600,2),(757,-880214400,3),(757,-769395600,4),(757,-765392400,2),(757,-747251940,1),(757,-744224400,2),(757,-620841600,1),(757,-608144400,2),(757,-589392000,1),(757,-576090000,2),(757,-557942400,1),(757,-544640400,2),(757,-526492800,1),(757,-513190800,2),(757,-495043200,1),(757,-481741200,2),(757,-463593600,1),(757,-450291600,2),(757,-431539200,1),(757,-415818000,2),(757,-400089600,1),(757,-384368400,2),(757,-368640000,1),(757,-352918800,2),(757,-337190400,1),(757,-321469200,2),(757,-305740800,1),(757,-289414800,2),(757,-273686400,1),(757,-266432400,5),(757,-52938000,6),(757,-37216800,5),(757,-21488400,6),(757,-5767200,5),(757,9961200,6),(757,25682400,5),(757,41410800,6),(757,57736800,5),(757,73465200,6),(757,89186400,5),(757,104914800,6),(757,120636000,5),(757,126687600,1),(757,152089200,5),(757,162370800,6),(757,183535200,5),(757,199263600,6),(757,215589600,5),(757,230713200,6),(757,247039200,5),(757,262767600,6),(757,278488800,5),(757,294217200,6),(757,309938400,5),(757,325666800,6),(757,341388000,5),(757,357116400,6),(757,372837600,5),(757,388566000,6),(757,404892000,5),(757,420015600,6),(757,436341600,5),(757,452070000,6),(757,467791200,5),(757,483519600,6),(757,499240800,5),(757,514969200,6),(757,530690400,5),(757,544604400,6),(757,562140000,5),(757,576054000,6),(757,594194400,5),(757,607503600,6),(757,625644000,5),(757,638953200,6),(757,657093600,5),(757,671007600,6),(757,688543200,5),(757,702457200,6),(757,719992800,5),(757,733906800,6),(757,752047200,5),(757,765356400,6),(757,783496800,5),(757,796806000,6),(757,814946400,5),(757,828860400,6),(757,846396000,5),(757,860310000,6),(757,877845600,5),(757,891759600,6),(757,909295200,5),(757,923209200,6),(757,941349600,5),(757,954658800,6),(757,972799200,5),(757,986108400,6),(757,1004248800,5),(757,1018162800,6),(757,1035698400,5),(757,1049612400,6),(757,1067148000,5),(757,1081062000,6),(757,1099202400,5),(757,1112511600,6),(757,1130652000,5),(757,1143961200,6),(757,1162101600,5),(757,1173596400,6),(757,1194156000,5),(757,1205046000,6),(757,1225605600,5),(757,1236495600,6),(757,1257055200,5),(757,1268550000,6),(757,1289109600,5),(757,1299999600,6),(757,1320559200,5),(757,1331449200,6),(757,1352008800,5),(757,1362898800,6),(757,1383458400,5),(757,1394348400,6),(757,1414908000,5),(757,1425798000,6),(757,1446357600,5),(757,1457852400,6),(757,1478412000,5),(757,1489302000,6),(757,1509861600,5),(757,1520751600,6),(757,1541311200,5),(757,1552201200,6),(757,1572760800,5),(757,1583650800,6),(757,1604210400,5),(757,1615705200,6),(757,1636264800,5),(757,1647154800,6),(757,1667714400,5),(757,1678604400,6),(757,1699164000,5),(757,1710054000,6),(757,1730613600,5),(757,1741503600,6),(757,1762063200,5),(757,1772953200,6),(757,1793512800,5),(757,1805007600,6),(757,1825567200,5),(757,1836457200,6),(757,1857016800,5),(757,1867906800,6),(757,1888466400,5),(757,1899356400,6),(757,1919916000,5),(757,1930806000,6),(757,1951365600,5),(757,1962860400,6),(757,1983420000,5),(757,1994310000,6),(757,2014869600,5),(757,2025759600,6),(757,2046319200,5),(757,2057209200,6),(757,2077768800,5),(757,2088658800,6),(757,2109218400,5),(757,2120108400,6),(757,2140668000,5),(758,-2147483648,0),(758,-1826738653,1),(758,-157750200,2),(759,-2147483648,0),(759,-1767217028,2),(759,-1206957600,1),(759,-1191362400,2),(759,-1175374800,1),(759,-1159826400,2),(759,-633819600,1),(759,-622069200,2),(759,-602283600,1),(759,-591832800,2),(759,-570747600,1),(759,-560210400,2),(759,-539125200,1),(759,-531352800,2),(759,-191365200,1),(759,-184197600,2),(759,-155163600,1),(759,-150069600,2),(759,-128898000,1),(759,-121125600,2),(759,-99954000,1),(759,-89589600,2),(759,-68418000,1),(759,-57967200,2),(759,499748400,1),(759,511236000,2),(759,530593200,1),(759,540266400,2),(759,562129200,1),(759,571197600,2),(759,592974000,1),(759,602042400,2),(759,624423600,1),(759,634701600,2),(759,813726000,1),(759,824004000,2),(759,938919600,1),(759,951616800,2),(759,970974000,1),(759,972180000,2),(759,1003028400,1),(759,1013911200,2),(759,2147483647,2),(760,-2147483648,1),(760,-1121105688,2),(760,105084000,3),(760,161758800,2),(760,290584800,4),(760,299134800,2),(760,322034400,4),(760,330584400,2),(760,694260000,3),(760,717310800,2),(760,725868000,3),(760,852094800,2),(760,1113112800,4),(760,1128229200,2),(760,1146384000,4),(760,1159682400,2),(761,-2147483648,0),(761,-1767211196,2),(761,-1206954000,1),(761,-1191358800,2),(761,-1175371200,1),(761,-1159822800,2),(761,-633816000,1),(761,-622065600,2),(761,-602280000,1),(761,-591829200,2),(761,-570744000,1),(761,-560206800,2),(761,-539121600,1),(761,-531349200,2),(761,-191361600,1),(761,-184194000,2),(761,-155160000,1),(761,-150066000,2),(761,-128894400,1),(761,-121122000,2),(761,-99950400,1),(761,-89586000,2),(761,-68414400,1),(761,-57963600,2),(761,499752000,1),(761,511239600,2),(761,530596800,1),(761,540270000,2),(761,562132800,1),(761,571201200,2),(761,750830400,1),(761,761713200,2),(761,2147483647,2),(762,-2147483648,0),(762,-1825098836,1),(763,-2147483648,1),(763,-1851537340,2),(763,323841600,3),(763,338958000,2),(764,-2147483648,0),(764,-1514743200,1),(764,576057600,2),(764,594198000,1),(764,828864000,2),(764,846399600,1),(764,860313600,2),(764,877849200,1),(764,891763200,2),(764,909298800,1),(764,923212800,2),(764,941353200,1),(764,954662400,2),(764,972802800,1),(764,989136000,2),(764,1001833200,1),(764,1018166400,2),(764,1035702000,1),(764,1049616000,2),(764,1067151600,1),(764,1081065600,2),(764,1099206000,1),(764,1112515200,2),(764,1130655600,1),(764,1143964800,2),(764,1162105200,1),(764,1175414400,2),(764,1193554800,1),(764,1207468800,2),(764,1225004400,1),(764,1238918400,2),(764,1256454000,1),(764,1268553600,2),(764,1289113200,1),(764,1300003200,2),(764,1320562800,1),(764,1331452800,2),(764,1352012400,1),(764,1362902400,2),(764,1383462000,1),(764,1394352000,2),(764,1414911600,1),(764,1425801600,2),(764,1446361200,1),(764,1457856000,2),(764,1478415600,1),(764,1489305600,2),(764,1509865200,1),(764,1520755200,2),(764,1541314800,1),(764,1552204800,2),(764,1572764400,1),(764,1583654400,2),(764,1604214000,1),(764,1615708800,2),(764,1636268400,1),(764,1647158400,2),(764,1667718000,1),(764,1678608000,2),(764,1699167600,1),(764,1710057600,2),(764,1730617200,1),(764,1741507200,2),(764,1762066800,1),(764,1772956800,2),(764,1793516400,1),(764,1805011200,2),(764,1825570800,1),(764,1836460800,2),(764,1857020400,1),(764,1867910400,2),(764,1888470000,1),(764,1899360000,2),(764,1919919600,1),(764,1930809600,2),(764,1951369200,1),(764,1962864000,2),(764,1983423600,1),(764,1994313600,2),(764,2014873200,1),(764,2025763200,2),(764,2046322800,1),(764,2057212800,2),(764,2077772400,1),(764,2088662400,2),(764,2109222000,1),(764,2120112000,2),(764,2140671600,1),(765,-2147483648,0),(765,-1514739600,1),(765,-1343066400,2),(765,-1234807200,1),(765,-1220292000,2),(765,-1207159200,1),(765,-1191344400,2),(765,-873828000,1),(765,-661539600,3),(765,28800,1),(765,828867600,4),(765,846403200,1),(765,860317200,4),(765,877852800,1),(765,891766800,4),(765,909302400,1),(765,923216400,4),(765,941356800,1),(765,954666000,4),(765,972806400,1),(765,989139600,4),(765,1001836800,1),(765,1018170000,4),(765,1035705600,1),(765,1049619600,4),(765,1067155200,1),(765,1081069200,4),(765,1099209600,1),(765,1112518800,4),(765,1130659200,1),(765,1143968400,4),(765,1162108800,1),(765,1175418000,4),(765,1193558400,1),(765,1207472400,4),(765,1225008000,1),(765,1238922000,4),(765,1256457600,1),(765,1270371600,4),(765,1288512000,1),(765,1301821200,4),(765,1319961600,1),(765,1333270800,4),(765,1351411200,1),(765,1365325200,4),(765,1382860800,1),(765,1396774800,4),(765,1414310400,1),(765,1428224400,4),(765,1445760000,1),(765,1459674000,4),(765,1477814400,1),(765,1491123600,4),(765,1509264000,1),(765,1522573200,4),(765,1540713600,1),(765,1554627600,4),(765,1572163200,1),(765,1586077200,4),(765,1603612800,1),(765,1617526800,4),(765,1635667200,1),(765,1648976400,4),(765,1667116800,1),(765,1680426000,4),(765,1698566400,1),(765,1712480400,4),(765,1730016000,1),(765,1743930000,4),(765,1761465600,1),(765,1775379600,4),(765,1792915200,1),(765,1806829200,4),(765,1824969600,1),(765,1838278800,4),(765,1856419200,1),(765,1869728400,4),(765,1887868800,1),(765,1901782800,4),(765,1919318400,1),(765,1933232400,4),(765,1950768000,1),(765,1964682000,4),(765,1982822400,1),(765,1996131600,4),(765,2014272000,1),(765,2027581200,4),(765,2045721600,1),(765,2059030800,4),(765,2077171200,1),(765,2091085200,4),(765,2108620800,1),(765,2122534800,4),(765,2140070400,1),(766,-2147483648,1),(766,-1567453392,2),(766,-1233432000,3),(766,-1222981200,2),(766,-1205956800,3),(766,-1194037200,2),(766,-1172865600,3),(766,-1162501200,2),(766,-1141329600,3),(766,-1130965200,2),(766,-1109793600,3),(766,-1099429200,2),(766,-1078257600,3),(766,-1067806800,2),(766,-1046635200,3),(766,-1036270800,2),(766,-1015099200,3),(766,-1004734800,2),(766,-983563200,3),(766,-973198800,2),(766,-952027200,3),(766,-941576400,2),(766,-931032000,3),(766,-900882000,2),(766,-890337600,3),(766,-833749200,2),(766,-827265600,3),(766,-752274000,2),(766,-733780800,3),(766,-197326800,2),(766,-190843200,3),(766,-184194000,2),(766,-164491200,3),(766,-152658000,2),(766,-132955200,3),(766,-121122000,2),(766,-101419200,3),(766,-86821200,2),(766,-71092800,3),(766,-54766800,2),(766,-39038400,3),(766,-23317200,2),(766,-7588800,5),(766,128142000,4),(766,136605600,5),(766,596948400,4),(766,605066400,5),(766,624423600,4),(766,636516000,2),(766,655963200,3),(766,667796400,2),(766,687499200,3),(766,699418800,2),(766,719380800,4),(766,731469600,5),(766,938919600,3),(766,952052400,5),(766,1085281200,2),(766,1096171200,5),(766,1198983600,4),(766,1205632800,5),(766,2147483647,5),(767,-2147483648,2),(767,-1633276800,1),(767,-1615136400,2),(767,-1601827200,1),(767,-1583686800,2),(767,-880214400,3),(767,-769395600,4),(767,-765392400,2),(767,-747244800,1),(767,-733942800,2),(767,-116438400,1),(767,-100112400,2),(767,-21484800,5),(767,104914800,1),(767,120639600,2),(767,126691200,1),(767,152089200,2),(767,162374400,1),(767,183538800,2),(767,199267200,1),(767,215593200,2),(767,230716800,1),(767,247042800,2),(767,262771200,1),(767,278492400,2),(767,294220800,1),(767,309942000,2),(767,325670400,1),(767,341391600,2),(767,357120000,1),(767,372841200,2),(767,388569600,1),(767,404895600,2),(767,420019200,1),(767,436345200,2),(767,452073600,1),(767,467794800,2),(767,483523200,1),(767,499244400,2),(767,514972800,1),(767,530694000,2),(767,544608000,1),(767,562143600,2),(767,576057600,1),(767,594198000,2),(767,607507200,1),(767,625647600,2),(767,638956800,1),(767,657097200,2),(767,671011200,1),(767,688546800,2),(767,702460800,1),(767,719996400,2),(767,733910400,1),(767,752050800,2),(767,765360000,1),(767,783500400,2),(767,796809600,1),(767,814950000,2),(767,828864000,1),(767,846399600,2),(767,860313600,1),(767,877849200,2),(767,891763200,1),(767,909298800,2),(767,923212800,1),(767,941353200,2),(767,954662400,1),(767,972802800,2),(767,986112000,1),(767,1004252400,2),(767,1018166400,1),(767,1035702000,2),(767,1049616000,1),(767,1067151600,2),(767,1081065600,1),(767,1099206000,2),(767,1112515200,1),(767,1130655600,2),(767,1143964800,1),(767,1162105200,2),(767,1173600000,1),(767,1194159600,2),(767,1205049600,1),(767,1225609200,2),(767,1236499200,1),(767,1257058800,2),(767,1268553600,1),(767,1289113200,2),(767,1300003200,1),(767,1320562800,2),(767,1331452800,1),(767,1352012400,2),(767,1362902400,1),(767,1383462000,2),(767,1394352000,1),(767,1414911600,2),(767,1425801600,1),(767,1446361200,2),(767,1457856000,1),(767,1478415600,2),(767,1489305600,1),(767,1509865200,2),(767,1520755200,1),(767,1541314800,2),(767,1552204800,1),(767,1572764400,2),(767,1583654400,1),(767,1604214000,2),(767,1615708800,1),(767,1636268400,2),(767,1647158400,1),(767,1667718000,2),(767,1678608000,1),(767,1699167600,2),(767,1710057600,1),(767,1730617200,2),(767,1741507200,1),(767,1762066800,2),(767,1772956800,1),(767,1793516400,2),(767,1805011200,1),(767,1825570800,2),(767,1836460800,1),(767,1857020400,2),(767,1867910400,1),(767,1888470000,2),(767,1899360000,1),(767,1919919600,2),(767,1930809600,1),(767,1951369200,2),(767,1962864000,1),(767,1983423600,2),(767,1994313600,1),(767,2014873200,2),(767,2025763200,1),(767,2046322800,2),(767,2057212800,1),(767,2077772400,2),(767,2088662400,1),(767,2109222000,2),(767,2120112000,1),(767,2140671600,2),(768,-2147483648,0),(768,-1514743200,1),(768,377935200,2),(768,407653200,1),(768,828864000,3),(768,846399600,1),(768,860313600,3),(768,877849200,1),(768,891763200,3),(768,909298800,1),(768,923212800,3),(768,941353200,1),(768,954662400,3),(768,972802800,1),(768,989136000,3),(768,1001833200,1),(768,1018166400,3),(768,1035702000,1),(768,1049616000,3),(768,1067151600,1),(768,1081065600,3),(768,1099206000,1),(768,1112515200,3),(768,1130655600,1),(768,1143964800,3),(768,1162105200,1),(768,1175414400,3),(768,1193554800,1),(768,1207468800,3),(768,1225004400,1),(768,1238918400,3),(768,1256454000,1),(768,1270368000,3),(768,1288508400,1),(768,1301817600,3),(768,1319958000,1),(768,1333267200,3),(768,1351407600,1),(768,1365321600,3),(768,1382857200,1),(768,1396771200,3),(768,1414306800,1),(768,1428220800,3),(768,1445756400,1),(768,1459670400,3),(768,1477810800,1),(768,1491120000,3),(768,1509260400,1),(768,1522569600,3),(768,1540710000,1),(768,1554624000,3),(768,1572159600,1),(768,1586073600,3),(768,1603609200,1),(768,1617523200,3),(768,1635663600,1),(768,1648972800,3),(768,1667113200,1),(768,1680422400,3),(768,1698562800,1),(768,1712476800,3),(768,1730012400,1),(768,1743926400,3),(768,1761462000,1),(768,1775376000,3),(768,1792911600,1),(768,1806825600,3),(768,1824966000,1),(768,1838275200,3),(768,1856415600,1),(768,1869724800,3),(768,1887865200,1),(768,1901779200,3),(768,1919314800,1),(768,1933228800,3),(768,1950764400,1),(768,1964678400,3),(768,1982818800,1),(768,1996128000,3),(768,2014268400,1),(768,2027577600,3),(768,2045718000,1),(768,2059027200,3),(768,2077167600,1),(768,2091081600,3),(768,2108617200,1),(768,2122531200,3),(768,2140066800,1),(769,-2147483648,1),(769,-880207200,2),(769,-769395600,3),(769,-765385200,1),(769,-21477600,4),(769,-5756400,1),(769,9972000,4),(769,25693200,1),(769,41421600,4),(769,57747600,1),(769,73476000,4),(769,89197200,1),(769,104925600,4),(769,120646800,1),(769,126698400,4),(769,152096400,1),(769,162381600,4),(769,183546000,1),(769,199274400,4),(769,215600400,1),(769,230724000,4),(769,247050000,1),(769,262778400,4),(769,278499600,1),(769,294228000,4),(769,309949200,1),(769,325677600,4),(769,341398800,1),(769,357127200,4),(769,372848400,1),(769,388576800,4),(769,404902800,1),(769,420026400,4),(769,436352400,1),(769,1446372000,5),(769,1457866800,6),(769,1478426400,5),(769,1489316400,6),(769,1509876000,5),(769,1520766000,6),(769,1541325600,1),(769,1547978400,5),(769,1552215600,6),(769,1572775200,5),(769,1583665200,6),(769,1604224800,5),(769,1615719600,6),(769,1636279200,5),(769,1647169200,6),(769,1667728800,5),(769,1678618800,6),(769,1699178400,5),(769,1710068400,6),(769,1730628000,5),(769,1741518000,6),(769,1762077600,5),(769,1772967600,6),(769,1793527200,5),(769,1805022000,6),(769,1825581600,5),(769,1836471600,6),(769,1857031200,5),(769,1867921200,6),(769,1888480800,5),(769,1899370800,6),(769,1919930400,5),(769,1930820400,6),(769,1951380000,5),(769,1962874800,6),(769,1983434400,5),(769,1994324400,6),(769,2014884000,5),(769,2025774000,6),(769,2046333600,5),(769,2057223600,6),(769,2077783200,5),(769,2088673200,6),(769,2109232800,5),(769,2120122800,6),(769,2140682400,5),(770,-2147483648,0),(770,-1514739600,1),(770,-1343066400,2),(770,-1234807200,1),(770,-1220292000,2),(770,-1207159200,1),(770,-1191344400,2),(770,-975261600,3),(770,-963169200,2),(770,-917114400,3),(770,-907354800,2),(770,-821901600,4),(770,-810068400,2),(770,-627501600,3),(770,-612990000,2),(770,828864000,3),(770,846399600,2),(770,860313600,3),(770,877849200,2),(770,891763200,3),(770,909298800,2),(770,923212800,3),(770,941353200,2),(770,954662400,3),(770,972802800,2),(770,989136000,3),(770,1001833200,2),(770,1018166400,3),(770,1035702000,2),(770,1049616000,3),(770,1067151600,2),(770,1081065600,3),(770,1099206000,2),(770,1112515200,3),(770,1130655600,2),(770,1143964800,3),(770,1162105200,2),(770,1175414400,3),(770,1193554800,2),(770,1207468800,3),(770,1225004400,2),(770,1238918400,3),(770,1256454000,2),(770,1270368000,3),(770,1288508400,2),(770,1301817600,3),(770,1319958000,2),(770,1333267200,3),(770,1351407600,2),(770,1365321600,3),(770,1382857200,2),(770,1396771200,3),(770,1414306800,2),(770,1428220800,3),(770,1445756400,2),(770,1459670400,3),(770,1477810800,2),(770,1491120000,3),(770,1509260400,2),(770,1522569600,3),(770,1540710000,2),(770,1554624000,3),(770,1572159600,2),(770,1586073600,3),(770,1603609200,2),(770,1617523200,3),(770,1635663600,2),(770,1648972800,3),(770,1667113200,2),(770,1680422400,3),(770,1698562800,2),(770,1712476800,3),(770,1730012400,2),(770,1743926400,3),(770,1761462000,2),(770,1775376000,3),(770,1792911600,2),(770,1806825600,3),(770,1824966000,2),(770,1838275200,3),(770,1856415600,2),(770,1869724800,3),(770,1887865200,2),(770,1901779200,3),(770,1919314800,2),(770,1933228800,3),(770,1950764400,2),(770,1964678400,3),(770,1982818800,2),(770,1996128000,3),(770,2014268400,2),(770,2027577600,3),(770,2045718000,2),(770,2059027200,3),(770,2077167600,2),(770,2091081600,3),(770,2108617200,2),(770,2122531200,3),(770,2140066800,2),(771,-2147483648,0),(771,-1850328920,1),(771,326001600,2),(771,544597200,3),(771,562132800,2),(771,576046800,3),(771,594187200,2),(771,607496400,3),(771,625636800,2),(771,638946000,3),(771,657086400,2),(771,671000400,3),(771,688536000,2),(771,702450000,3),(771,719985600,2),(771,733899600,3),(771,752040000,2),(771,765349200,3),(771,783489600,2),(771,796798800,3),(771,814939200,2),(771,828853200,3),(771,846388800,2),(771,860302800,3),(771,877838400,2),(771,891752400,3),(771,909288000,2),(771,923202000,3),(771,941342400,2),(771,954651600,3),(771,972792000,2),(771,986101200,3),(771,1004241600,2),(771,1018155600,3),(771,1035691200,2),(771,1049605200,3),(771,1067140800,2),(771,1081054800,3),(771,1099195200,2),(771,1112504400,3),(771,1130644800,2),(771,1143954000,3),(771,1162094400,2),(771,1173589200,3),(771,1194148800,2),(771,1205038800,3),(771,1225598400,2),(771,1236488400,3),(771,1257048000,2),(771,1268542800,3),(771,1289102400,2),(771,1299992400,3),(771,1320552000,2),(771,1331442000,3),(771,1352001600,2),(771,1362891600,3),(771,1383451200,2),(771,1394341200,3),(771,1414900800,2),(771,1425790800,3),(771,1446350400,2),(771,1457845200,3),(771,1478404800,2),(771,1489294800,3),(771,1509854400,2),(771,1520744400,3),(771,1541304000,2),(771,1552194000,3),(771,1572753600,2),(771,1583643600,3),(771,1604203200,2),(771,1615698000,3),(771,1636257600,2),(771,1647147600,3),(771,1667707200,2),(771,1678597200,3),(771,1699156800,2),(771,1710046800,3),(771,1730606400,2),(771,1741496400,3),(771,1762056000,2),(771,1772946000,3),(771,1793505600,2),(771,1805000400,3),(771,1825560000,2),(771,1836450000,3),(771,1857009600,2),(771,1867899600,3),(771,1888459200,2),(771,1899349200,3),(771,1919908800,2),(771,1930798800,3),(771,1951358400,2),(771,1962853200,3),(771,1983412800,2),(771,1994302800,3),(771,2014862400,2),(771,2025752400,3),(771,2046312000,2),(771,2057202000,3),(771,2077761600,2),(771,2088651600,3),(771,2109211200,2),(771,2120101200,3),(771,2140660800,2),(771,2147483647,2),(772,-2147483648,1),(772,-2131642800,3),(772,-1632074400,2),(772,-1615143600,3),(772,-1153681200,2),(772,-1145822400,3),(772,-1122231600,2),(772,-1114372800,3),(772,-1090782000,2),(772,-1082923200,3),(772,-1059332400,2),(772,-1051473600,3),(772,-1027882800,2),(772,-1020024000,3),(772,-996433200,2),(772,-988574400,3),(772,-965674800,2),(772,-955396800,3),(772,-934743600,2),(772,-923947200,3),(772,-904503600,2),(772,-891892800,3),(772,-880221600,4),(772,-769395600,5),(772,-765399600,3),(772,-747252000,2),(772,-733950000,3),(772,-715802400,2),(772,-702500400,3),(772,-684352800,2),(772,-671050800,3),(772,-652903200,2),(772,-639601200,3),(772,-620848800,2),(772,-608151600,3),(772,-589399200,2),(772,-576097200,3),(772,-557949600,2),(772,-544647600,3),(772,-526500000,2),(772,-513198000,3),(772,-495050400,2),(772,-481748400,3),(772,-463600800,2),(772,-450298800,3),(772,-431546400,2),(772,-418244400,3),(772,-400096800,2),(772,-384375600,3),(772,-368647200,2),(772,-352926000,3),(772,-337197600,2),(772,-321476400,3),(772,-305748000,2),(772,-289422000,3),(772,-273693600,2),(772,-257972400,3),(772,-242244000,2),(772,-226522800,3),(772,-210794400,2),(772,-195073200,3),(772,-179344800,2),(772,-163623600,3),(772,-147895200,2),(772,-131569200,3),(772,-116445600,2),(772,-100119600,3),(772,-84391200,2),(772,-68670000,3),(772,-52941600,2),(772,-37220400,3),(772,-21492000,2),(772,-5770800,3),(772,9957600,2),(772,25678800,3),(772,41407200,2),(772,57733200,3),(772,73461600,2),(772,89182800,3),(772,136360800,2),(772,152082000,3),(772,167810400,2),(772,183531600,3),(772,199260000,2),(772,215586000,3),(772,230709600,2),(772,247035600,3),(772,262764000,2),(772,278485200,3),(772,294213600,2),(772,309934800,3),(772,325663200,2),(772,341384400,3),(772,357112800,2),(772,372834000,3),(772,388562400,2),(772,404888400,3),(772,420012000,2),(772,436338000,3),(772,452066400,2),(772,467787600,3),(772,483516000,2),(772,499237200,3),(772,514965600,2),(772,530686800,3),(772,544600800,2),(772,562136400,3),(772,576050400,2),(772,594190800,3),(772,607500000,2),(772,625640400,3),(772,638949600,2),(772,657090000,3),(772,671004000,2),(772,688539600,3),(772,702453600,2),(772,719989200,3),(772,733896060,2),(772,752036460,3),(772,765345660,2),(772,783486060,3),(772,796795260,2),(772,814935660,3),(772,828849660,2),(772,846385260,3),(772,860299260,2),(772,877834860,3),(772,891748860,2),(772,909284460,3),(772,923198460,2),(772,941338860,3),(772,954648060,2),(772,972788460,3),(772,986097660,2),(772,1004238060,3),(772,1018152060,2),(772,1035687660,3),(772,1049601660,2),(772,1067137260,3),(772,1081051260,2),(772,1099191660,3),(772,1112500860,2),(772,1130641260,3),(772,1143950460,2),(772,1162090860,3),(772,1173592800,2),(772,1194152400,3),(772,1205042400,2),(772,1225602000,3),(772,1236492000,2),(772,1257051600,3),(772,1268546400,2),(772,1289106000,3),(772,1299996000,2),(772,1320555600,3),(772,1331445600,2),(772,1352005200,3),(772,1362895200,2),(772,1383454800,3),(772,1394344800,2),(772,1414904400,3),(772,1425794400,2),(772,1446354000,3),(772,1457848800,2),(772,1478408400,3),(772,1489298400,2),(772,1509858000,3),(772,1520748000,2),(772,1541307600,3),(772,1552197600,2),(772,1572757200,3),(772,1583647200,2),(772,1604206800,3),(772,1615701600,2),(772,1636261200,3),(772,1647151200,2),(772,1667710800,3),(772,1678600800,2),(772,1699160400,3),(772,1710050400,2),(772,1730610000,3),(772,1741500000,2),(772,1762059600,3),(772,1772949600,2),(772,1793509200,3),(772,1805004000,2),(772,1825563600,3),(772,1836453600,2),(772,1857013200,3),(772,1867903200,2),(772,1888462800,3),(772,1899352800,2),(772,1919912400,3),(772,1930802400,2),(772,1951362000,3),(772,1962856800,2),(772,1983416400,3),(772,1994306400,2),(772,2014866000,3),(772,2025756000,2),(772,2046315600,3),(772,2057205600,2),(772,2077765200,3),(772,2088655200,2),(772,2109214800,3),(772,2120104800,2),(772,2140664400,3),(773,-2147483648,0),(773,-1514743200,1),(773,576057600,2),(773,594198000,1),(773,828864000,2),(773,846399600,1),(773,860313600,2),(773,877849200,1),(773,891763200,2),(773,909298800,1),(773,923212800,2),(773,941353200,1),(773,954662400,2),(773,972802800,1),(773,989136000,2),(773,1001833200,1),(773,1018166400,2),(773,1035702000,1),(773,1049616000,2),(773,1067151600,1),(773,1081065600,2),(773,1099206000,1),(773,1112515200,2),(773,1130655600,1),(773,1143964800,2),(773,1162105200,1),(773,1175414400,2),(773,1193554800,1),(773,1207468800,2),(773,1225004400,1),(773,1238918400,2),(773,1256454000,1),(773,1270368000,2),(773,1288508400,1),(773,1301817600,2),(773,1319958000,1),(773,1333267200,2),(773,1351407600,1),(773,1365321600,2),(773,1382857200,1),(773,1396771200,2),(773,1414306800,1),(773,1428220800,2),(773,1445756400,1),(773,1459670400,2),(773,1477810800,1),(773,1491120000,2),(773,1509260400,1),(773,1522569600,2),(773,1540710000,1),(773,1554624000,2),(773,1572159600,1),(773,1586073600,2),(773,1603609200,1),(773,1617523200,2),(773,1635663600,1),(773,1648972800,2),(773,1667113200,1),(773,1680422400,2),(773,1698562800,1),(773,1712476800,2),(773,1730012400,1),(773,1743926400,2),(773,1761462000,1),(773,1775376000,2),(773,1792911600,1),(773,1806825600,2),(773,1824966000,1),(773,1838275200,2),(773,1856415600,1),(773,1869724800,2),(773,1887865200,1),(773,1901779200,2),(773,1919314800,1),(773,1933228800,2),(773,1950764400,1),(773,1964678400,2),(773,1982818800,1),(773,1996128000,2),(773,2014268400,1),(773,2027577600,2),(773,2045718000,1),(773,2059027200,2),(773,2077167600,1),(773,2091081600,2),(773,2108617200,1),(773,2122531200,2),(773,2140066800,1),(774,-2147483648,0),(774,-1942690509,1),(774,-1567455309,2),(774,-1459627200,4),(774,-1443819600,3),(774,-1428006600,4),(774,-1412283600,3),(774,-1396470600,4),(774,-1380747600,3),(774,-1141590600,4),(774,-1128286800,3),(774,-1110141000,4),(774,-1096837200,3),(774,-1078691400,4),(774,-1065387600,3),(774,-1047241800,4),(774,-1033938000,3),(774,-1015187400,4),(774,-1002488400,3),(774,-983737800,4),(774,-971038800,3),(774,-954707400,4),(774,-938984400,3),(774,-920838600,4),(774,-907534800,3),(774,-896819400,4),(774,-853621200,6),(774,-845847000,5),(774,-334789200,6),(774,-319671000,5),(774,-314226000,7),(774,-309996000,5),(774,-149720400,7),(774,-134604000,5),(774,-50446800,6),(774,-34205400,5),(774,9860400,7),(774,14176800,5),(774,72846000,7),(774,80100000,5),(774,127278000,8),(774,132111000,6),(774,147234600,5),(774,156913200,7),(774,165376800,5),(774,219812400,7),(774,226461600,5),(774,250052400,7),(774,257911200,5),(774,282711600,7),(774,289360800,5),(774,294202800,7),(774,322020000,5),(774,566449200,7),(774,573012000,5),(774,597812400,7),(774,605066400,5),(774,625633200,7),(774,635911200,5),(774,656478000,7),(774,667965600,5),(774,688532400,7),(774,699415200,5),(774,719377200,7),(774,730864800,5),(774,1095562800,7),(774,1111896000,5),(774,1128834000,7),(774,1142136000,5),(774,1159678800,7),(774,1173585600,5),(774,1191733200,7),(774,1205035200,5),(774,1223182800,7),(774,1236484800,5),(774,1254632400,7),(774,1268539200,5),(774,1286082000,7),(774,1299988800,5),(774,1317531600,7),(774,1331438400,5),(774,1349586000,7),(774,1362888000,5),(774,1381035600,7),(774,1394337600,5),(774,1412485200,7),(774,1425787200,5),(774,2147483647,5),(775,-2147483648,2),(775,-1632070800,1),(775,-1615140000,2),(775,-1601753400,1),(775,-1583697600,2),(775,-1567357200,1),(775,-1554667200,2),(775,-1534698000,1),(775,-1524074400,2),(775,-1503248400,1),(775,-1492365600,2),(775,-1471798800,1),(775,-1460916000,2),(775,-1440954000,1),(775,-1428861600,2),(775,-1409504400,1),(775,-1397412000,2),(775,-1378054800,1),(775,-1365962400,2),(775,-1346605200,1),(775,-1333908000,2),(775,-1315155600,1),(775,-1301853600,2),(775,-1283706000,1),(775,-1270404000,2),(775,-1252256400,1),(775,-1238954400,2),(775,-1220806800,1),(775,-1207504800,2),(775,-1188752400,1),(775,-1176055200,2),(775,-1157302800,1),(775,-1144000800,2),(775,-1125853200,1),(775,-1112551200,2),(775,-1094403600,1),(775,-1081101600,2),(775,-1062954000,1),(775,-1049652000,2),(775,-1031504400,1),(775,-1018202400,2),(775,-1000054800,1),(775,-986752800,2),(775,-968000400,1),(775,-955303200,2),(775,-936550800,1),(775,-880218000,3),(775,-769395600,4),(775,-765396000,2),(775,-747248400,1),(775,-733946400,2),(775,-715806000,1),(775,-702504000,2),(775,-684356400,1),(775,-671054400,2),(775,-652906800,1),(775,-634161600,2),(775,-620845200,1),(775,-602704800,2),(775,-589395600,1),(775,-576093600,2),(775,-557946000,1),(775,-544644000,2),(775,-526496400,1),(775,-513194400,2),(775,-495046800,1),(775,-481744800,2),(775,-463597200,1),(775,-450295200,2),(775,-431542800,1),(775,-418240800,2),(775,-400093200,1),(775,-384372000,2),(775,-368643600,1),(775,-352922400,2),(775,-337194000,1),(775,-321472800,2),(775,-305744400,1),(775,-289418400,2),(775,-273690000,1),(775,-257968800,2),(775,-242240400,1),(775,-226519200,2),(775,-210790800,1),(775,-195069600,2),(775,-179341200,1),(775,-163620000,2),(775,-147891600,1),(775,-131565600,2),(775,-116442000,1),(775,-100116000,2),(775,-84387600,1),(775,-68666400,2),(775,-52938000,1),(775,-37216800,2),(775,-21488400,1),(775,-5767200,2),(775,9961200,1),(775,25682400,2),(775,41410800,1),(775,57736800,2),(775,73465200,1),(775,89186400,2),(775,104914800,1),(775,120636000,2),(775,136364400,1),(775,152085600,2),(775,167814000,1),(775,183535200,2),(775,199263600,1),(775,215589600,2),(775,230713200,1),(775,247039200,2),(775,262767600,1),(775,278488800,2),(775,294217200,1),(775,309938400,2),(775,325666800,1),(775,341388000,2),(775,357116400,1),(775,372837600,2),(775,388566000,1),(775,404892000,2),(775,420015600,1),(775,436341600,2),(775,452070000,1),(775,467791200,2),(775,483519600,1),(775,499240800,2),(775,514969200,1),(775,530690400,2),(775,544604400,1),(775,562140000,2),(775,576054000,1),(775,594194400,2),(775,607503600,1),(775,625644000,2),(775,638953200,1),(775,657093600,2),(775,671007600,1),(775,688543200,2),(775,702457200,1),(775,719992800,2),(775,733906800,1),(775,752047200,2),(775,765356400,1),(775,783496800,2),(775,796806000,1),(775,814946400,2),(775,828860400,1),(775,846396000,2),(775,860310000,1),(775,877845600,2),(775,891759600,1),(775,909295200,2),(775,923209200,1),(775,941349600,2),(775,954658800,1),(775,972799200,2),(775,986108400,1),(775,1004248800,2),(775,1018162800,1),(775,1035698400,2),(775,1049612400,1),(775,1067148000,2),(775,1081062000,1),(775,1099202400,2),(775,1112511600,1),(775,1130652000,2),(775,1143961200,1),(775,1162101600,2),(775,1173596400,1),(775,1194156000,2),(775,1205046000,1),(775,1225605600,2),(775,1236495600,1),(775,1257055200,2),(775,1268550000,1),(775,1289109600,2),(775,1299999600,1),(775,1320559200,2),(775,1331449200,1),(775,1352008800,2),(775,1362898800,1),(775,1383458400,2),(775,1394348400,1),(775,1414908000,2),(775,1425798000,1),(775,1446357600,2),(775,1457852400,1),(775,1478412000,2),(775,1489302000,1),(775,1509861600,2),(775,1520751600,1),(775,1541311200,2),(775,1552201200,1),(775,1572760800,2),(775,1583650800,1),(775,1604210400,2),(775,1615705200,1),(775,1636264800,2),(775,1647154800,1),(775,1667714400,2),(775,1678604400,1),(775,1699164000,2),(775,1710054000,1),(775,1730613600,2),(775,1741503600,1),(775,1762063200,2),(775,1772953200,1),(775,1793512800,2),(775,1805007600,1),(775,1825567200,2),(775,1836457200,1),(775,1857016800,2),(775,1867906800,1),(775,1888466400,2),(775,1899356400,1),(775,1919916000,2),(775,1930806000,1),(775,1951365600,2),(775,1962860400,1),(775,1983420000,2),(775,1994310000,1),(775,2014869600,2),(775,2025759600,1),(775,2046319200,2),(775,2057209200,1),(775,2077768800,2),(775,2088658800,1),(775,2109218400,2),(775,2120108400,1),(775,2140668000,2),(776,-2147483648,0),(776,-1825098836,1),(777,-2147483648,0),(777,-1825095030,2),(777,-873140400,1),(777,-788904000,2),(777,-786222000,1),(777,-769395600,3),(777,-763848000,2),(777,-179341200,4),(777,-163620000,2),(777,-147891600,4),(777,-131565600,2),(777,-116442000,4),(777,-100116000,2),(777,-84387600,4),(777,-68666400,2),(777,-52938000,4),(777,-37216800,2),(777,-21488400,4),(777,-5767200,2),(777,9961200,4),(777,25682400,2),(777,41410800,4),(777,57736800,2),(777,73465200,4),(777,89186400,2),(777,104914800,4),(777,120636000,2),(777,136364400,4),(777,152085600,2),(777,167814000,4),(777,183535200,2),(777,199263600,4),(777,215589600,2),(777,230713200,4),(777,247039200,2),(777,262767600,4),(777,278488800,2),(777,294217200,4),(777,309938400,2),(777,325666800,4),(777,341388000,2),(777,357116400,4),(777,372837600,2),(777,388566000,4),(777,404892000,2),(777,420015600,4),(777,436341600,2),(777,452070000,4),(777,467791200,2),(777,483519600,4),(777,499240800,2),(777,514969200,4),(777,530690400,2),(777,544604400,4),(777,562140000,2),(777,576054000,4),(777,594194400,2),(777,607503600,4),(777,625644000,2),(777,638953200,4),(777,657093600,2),(777,671007600,4),(777,688543200,2),(777,702457200,4),(777,719992800,2),(777,733906800,4),(777,752047200,2),(777,765356400,4),(777,783496800,2),(777,796806000,4),(777,814946400,2),(777,828860400,4),(777,846396000,2),(777,860310000,4),(777,877845600,2),(777,891759600,4),(777,909295200,2),(777,923209200,4),(777,941349600,2),(777,954658800,4),(777,972799200,2),(777,986108400,4),(777,1004248800,2),(777,1018162800,4),(777,1035698400,2),(777,1049612400,4),(777,1067148000,2),(777,1081062000,4),(777,1099202400,2),(777,1112511600,4),(777,1130652000,2),(777,1143961200,4),(777,1162101600,2),(777,1173596400,4),(777,1194156000,2),(777,1205046000,4),(777,1225605600,2),(777,1236495600,4),(777,1257055200,2),(777,1268550000,4),(777,1289109600,2),(777,1299999600,4),(777,1320559200,2),(777,1331449200,4),(777,1352008800,2),(777,1362898800,4),(777,1383458400,2),(777,1394348400,4),(777,1414908000,2),(777,1425798000,4),(777,1446357600,2),(777,1457852400,4),(777,1478412000,2),(777,1489302000,4),(777,1509861600,2),(777,1520751600,4),(777,1541311200,2),(777,1552201200,4),(777,1572760800,2),(777,1583650800,4),(777,1604210400,2),(777,1615705200,4),(777,1636264800,2),(777,1647154800,4),(777,1667714400,2),(777,1678604400,4),(777,1699164000,2),(777,1710054000,4),(777,1730613600,2),(777,1741503600,4),(777,1762063200,2),(777,1772953200,4),(777,1793512800,2),(777,1805007600,4),(777,1825567200,2),(777,1836457200,4),(777,1857016800,2),(777,1867906800,4),(777,1888466400,2),(777,1899356400,4),(777,1919916000,2),(777,1930806000,4),(777,1951365600,2),(777,1962860400,4),(777,1983420000,2),(777,1994310000,4),(777,2014869600,2),(777,2025759600,4),(777,2046319200,2),(777,2057209200,4),(777,2077768800,2),(777,2088658800,4),(777,2109218400,2),(777,2120108400,4),(777,2140668000,2),(778,-2147483648,2),(778,-1633280400,1),(778,-1615140000,2),(778,-1601830800,1),(778,-1583690400,2),(778,-1570381200,1),(778,-1551636000,2),(778,-1536512400,1),(778,-1523210400,2),(778,-1504458000,1),(778,-1491760800,2),(778,-1473008400,1),(778,-1459706400,2),(778,-1441558800,1),(778,-1428256800,2),(778,-1410109200,1),(778,-1396807200,2),(778,-1378659600,1),(778,-1365357600,2),(778,-1347210000,1),(778,-1333908000,2),(778,-1315155600,1),(778,-1301853600,2),(778,-1283706000,1),(778,-1270404000,2),(778,-1252256400,1),(778,-1238954400,2),(778,-1220806800,1),(778,-1207504800,2),(778,-1189357200,1),(778,-1176055200,2),(778,-1157302800,1),(778,-1144605600,2),(778,-1125853200,1),(778,-1112551200,2),(778,-1094403600,1),(778,-1081101600,2),(778,-1062954000,1),(778,-1049652000,2),(778,-1031504400,1),(778,-1018202400,2),(778,-1000054800,1),(778,-986752800,2),(778,-968000400,1),(778,-955303200,2),(778,-936550800,1),(778,-923248800,2),(778,-905101200,1),(778,-891799200,2),(778,-880218000,3),(778,-769395600,4),(778,-765396000,2),(778,-747248400,1),(778,-733946400,2),(778,-715798800,1),(778,-702496800,2),(778,-684349200,1),(778,-671047200,2),(778,-652899600,1),(778,-639597600,2),(778,-620845200,1),(778,-608148000,2),(778,-589395600,1),(778,-576093600,2),(778,-557946000,1),(778,-544644000,2),(778,-526496400,1),(778,-513194400,2),(778,-495046800,1),(778,-481744800,2),(778,-463597200,1),(778,-447271200,2),(778,-431542800,1),(778,-415821600,2),(778,-400093200,1),(778,-384372000,2),(778,-368643600,1),(778,-352922400,2),(778,-337194000,1),(778,-321472800,2),(778,-305744400,1),(778,-289418400,2),(778,-273690000,1),(778,-257968800,2),(778,-242240400,1),(778,-226519200,2),(778,-210790800,1),(778,-195069600,2),(778,-179341200,1),(778,-163620000,2),(778,-147891600,1),(778,-131565600,2),(778,-116442000,1),(778,-100116000,2),(778,-84387600,1),(778,-68666400,2),(778,-52938000,1),(778,-37216800,2),(778,-21488400,1),(778,-5767200,2),(778,9961200,1),(778,25682400,2),(778,41410800,1),(778,57736800,2),(778,73465200,1),(778,89186400,2),(778,104914800,1),(778,120636000,2),(778,126687600,1),(778,152085600,2),(778,162370800,1),(778,183535200,2),(778,199263600,1),(778,215589600,2),(778,230713200,1),(778,247039200,2),(778,262767600,1),(778,278488800,2),(778,294217200,1),(778,309938400,2),(778,325666800,1),(778,341388000,2),(778,357116400,1),(778,372837600,2),(778,388566000,1),(778,404892000,2),(778,420015600,1),(778,436341600,2),(778,452070000,1),(778,467791200,2),(778,483519600,1),(778,499240800,2),(778,514969200,1),(778,530690400,2),(778,544604400,1),(778,562140000,2),(778,576054000,1),(778,594194400,2),(778,607503600,1),(778,625644000,2),(778,638953200,1),(778,657093600,2),(778,671007600,1),(778,688543200,2),(778,702457200,1),(778,719992800,2),(778,733906800,1),(778,752047200,2),(778,765356400,1),(778,783496800,2),(778,796806000,1),(778,814946400,2),(778,828860400,1),(778,846396000,2),(778,860310000,1),(778,877845600,2),(778,891759600,1),(778,909295200,2),(778,923209200,1),(778,941349600,2),(778,954658800,1),(778,972799200,2),(778,986108400,1),(778,1004248800,2),(778,1018162800,1),(778,1035698400,2),(778,1049612400,1),(778,1067148000,2),(778,1081062000,1),(778,1099202400,2),(778,1112511600,1),(778,1130652000,2),(778,1143961200,1),(778,1162101600,2),(778,1173596400,1),(778,1194156000,2),(778,1205046000,1),(778,1225605600,2),(778,1236495600,1),(778,1257055200,2),(778,1268550000,1),(778,1289109600,2),(778,1299999600,1),(778,1320559200,2),(778,1331449200,1),(778,1352008800,2),(778,1362898800,1),(778,1383458400,2),(778,1394348400,1),(778,1414908000,2),(778,1425798000,1),(778,1446357600,2),(778,1457852400,1),(778,1478412000,2),(778,1489302000,1),(778,1509861600,2),(778,1520751600,1),(778,1541311200,2),(778,1552201200,1),(778,1572760800,2),(778,1583650800,1),(778,1604210400,2),(778,1615705200,1),(778,1636264800,2),(778,1647154800,1),(778,1667714400,2),(778,1678604400,1),(778,1699164000,2),(778,1710054000,1),(778,1730613600,2),(778,1741503600,1),(778,1762063200,2),(778,1772953200,1),(778,1793512800,2),(778,1805007600,1),(778,1825567200,2),(778,1836457200,1),(778,1857016800,2),(778,1867906800,1),(778,1888466400,2),(778,1899356400,1),(778,1919916000,2),(778,1930806000,1),(778,1951365600,2),(778,1962860400,1),(778,1983420000,2),(778,1994310000,1),(778,2014869600,2),(778,2025759600,1),(778,2046319200,2),(778,2057209200,1),(778,2077768800,2),(778,2088658800,1),(778,2109218400,2),(778,2120108400,1),(778,2140668000,2),(779,-2147483648,2),(779,-1632070800,1),(779,-1615140000,2),(779,-923252400,1),(779,-880218000,3),(779,-769395600,4),(779,-765396000,2),(779,136364400,1),(779,152085600,2),(779,167814000,1),(779,183535200,2),(779,199263600,1),(779,215589600,2),(779,230713200,1),(779,247039200,2),(779,262767600,1),(779,278488800,2),(779,294217200,1),(779,309938400,2),(779,325666800,1),(779,341388000,2),(779,357116400,1),(779,372837600,2),(779,388566000,1),(779,404892000,2),(779,420015600,1),(779,436341600,2),(779,452070000,1),(779,467791200,2),(779,483519600,1),(779,499240800,2),(779,514969200,1),(779,530690400,2),(779,544604400,1),(779,562140000,2),(779,576054000,1),(779,594194400,2),(779,607503600,1),(779,625644000,2),(779,638953200,1),(779,657093600,2),(779,671007600,1),(779,688543200,2),(779,702457200,1),(779,719992800,2),(779,733906800,1),(779,752047200,2),(779,765356400,1),(779,783496800,2),(779,796806000,1),(779,814946400,2),(779,828860400,1),(779,846396000,2),(779,860310000,1),(779,877845600,2),(779,891759600,1),(779,909295200,2),(779,923209200,1),(779,941349600,2),(779,954658800,1),(779,972799200,2),(779,986108400,1),(779,1004248800,2),(779,1018162800,1),(779,1035698400,2),(779,1049612400,1),(779,1067148000,2),(779,1081062000,1),(779,1099202400,2),(779,1112511600,1),(779,1130652000,2),(779,1143961200,1),(779,1162101600,2),(779,1173596400,1),(779,1194156000,2),(779,1205046000,1),(779,1225605600,2),(779,1236495600,1),(779,1257055200,2),(779,1268550000,1),(779,1289109600,2),(779,1299999600,1),(779,1320559200,2),(779,1331449200,1),(779,1352008800,2),(779,1362898800,1),(779,1383458400,2),(779,1394348400,1),(779,1414908000,2),(779,1425798000,1),(779,1446357600,2),(779,1457852400,1),(779,1478412000,2),(779,1489302000,1),(779,1509861600,2),(779,1520751600,1),(779,1541311200,2),(779,1552201200,1),(779,1572760800,2),(779,1583650800,1),(779,1604210400,2),(779,1615705200,1),(779,1636264800,2),(779,1647154800,1),(779,1667714400,2),(779,1678604400,1),(779,1699164000,2),(779,1710054000,1),(779,1730613600,2),(779,1741503600,1),(779,1762063200,2),(779,1772953200,1),(779,1793512800,2),(779,1805007600,1),(779,1825567200,2),(779,1836457200,1),(779,1857016800,2),(779,1867906800,1),(779,1888466400,2),(779,1899356400,1),(779,1919916000,2),(779,1930806000,1),(779,1951365600,2),(779,1962860400,1),(779,1983420000,2),(779,1994310000,1),(779,2014869600,2),(779,2025759600,1),(779,2046319200,2),(779,2057209200,1),(779,2077768800,2),(779,2088658800,1),(779,2109218400,2),(779,2120108400,1),(779,2140668000,2),(780,-2147483648,1),(780,-880196400,2),(780,-769395600,3),(780,-765374400,1),(780,-86878800,4),(780,-21466800,5),(780,-5745600,4),(780,9982800,5),(780,25704000,4),(780,41432400,5),(780,57758400,4),(780,73486800,5),(780,89208000,4),(780,104936400,5),(780,120657600,4),(780,126709200,5),(780,152107200,4),(780,162392400,5),(780,183556800,4),(780,199285200,5),(780,215611200,4),(780,230734800,5),(780,247060800,4),(780,262789200,5),(780,278510400,4),(780,294238800,5),(780,309960000,4),(780,325688400,5),(780,341409600,4),(780,357138000,5),(780,372859200,4),(780,388587600,5),(780,404913600,4),(780,420037200,5),(780,436363200,6),(780,439030800,8),(780,452084400,7),(780,467805600,8),(780,483534000,7),(780,499255200,8),(780,514983600,7),(780,530704800,8),(780,544618800,7),(780,562154400,8),(780,576068400,7),(780,594208800,8),(780,607518000,7),(780,625658400,8),(780,638967600,7),(780,657108000,8),(780,671022000,7),(780,688557600,8),(780,702471600,7),(780,720007200,8),(780,733921200,7),(780,752061600,8),(780,765370800,7),(780,783511200,8),(780,796820400,7),(780,814960800,8),(780,828874800,7),(780,846410400,8),(780,860324400,7),(780,877860000,8),(780,891774000,7),(780,909309600,8),(780,923223600,7),(780,941364000,8),(780,954673200,7),(780,972813600,8),(780,986122800,7),(780,1004263200,8),(780,1018177200,7),(780,1035712800,8),(780,1049626800,7),(780,1067162400,8),(780,1081076400,7),(780,1099216800,8),(780,1112526000,7),(780,1130666400,8),(780,1143975600,7),(780,1162116000,8),(780,1173610800,7),(780,1194170400,8),(780,1205060400,7),(780,1225620000,8),(780,1236510000,7),(780,1257069600,8),(780,1268564400,7),(780,1289124000,8),(780,1300014000,7),(780,1320573600,8),(780,1331463600,7),(780,1352023200,8),(780,1362913200,7),(780,1383472800,8),(780,1394362800,7),(780,1414922400,8),(780,1425812400,7),(780,1446372000,8),(780,1457866800,7),(780,1478426400,8),(780,1489316400,7),(780,1509876000,8),(780,1520766000,7),(780,1541325600,8),(780,1552215600,7),(780,1572775200,8),(780,1583665200,7),(780,1604224800,8),(780,1615719600,7),(780,1636279200,8),(780,1647169200,7),(780,1667728800,8),(780,1678618800,7),(780,1699178400,8),(780,1710068400,7),(780,1730628000,8),(780,1741518000,7),(780,1762077600,8),(780,1772967600,7),(780,1793527200,8),(780,1805022000,7),(780,1825581600,8),(780,1836471600,7),(780,1857031200,8),(780,1867921200,7),(780,1888480800,8),(780,1899370800,7),(780,1919930400,8),(780,1930820400,7),(780,1951380000,8),(780,1962874800,7),(780,1983434400,8),(780,1994324400,7),(780,2014884000,8),(780,2025774000,7),(780,2046333600,8),(780,2057223600,7),(780,2077783200,8),(780,2088673200,7),(780,2109232800,8),(780,2120122800,7),(780,2140682400,8),(781,-2147483648,0),(781,-1767217820,2),(781,-1206961200,1),(781,-1191366000,2),(781,-1175378400,1),(781,-1159830000,2),(781,-633823200,1),(781,-622072800,2),(781,-602287200,1),(781,-591836400,2),(781,-570751200,1),(781,-560214000,2),(781,-539128800,1),(781,-531356400,2),(781,-191368800,1),(781,-184201200,2),(781,-155167200,1),(781,-150073200,2),(781,-128901600,1),(781,-121129200,2),(781,-99957600,1),(781,-89593200,2),(781,-68421600,1),(781,-57970800,2),(781,499744800,1),(781,511232400,2),(781,530589600,1),(781,540262800,2),(781,562125600,1),(781,571194000,2),(781,592970400,1),(781,602038800,2),(781,624420000,1),(781,634698000,2),(781,938916000,1),(781,951613200,2),(781,970970400,1),(781,971571600,2),(781,1003024800,1),(781,1013907600,2),(781,2147483647,2),(782,-2147483648,2),(782,-1633273200,1),(782,-1615132800,2),(782,-1601823600,1),(782,-1583683200,2),(782,-880210800,3),(782,-769395600,4),(782,-765388800,2),(782,-84380400,1),(782,-68659200,2),(782,-52930800,1),(782,-37209600,2),(782,-21481200,1),(782,-5760000,2),(782,9968400,1),(782,25689600,2),(782,41418000,1),(782,57744000,2),(782,73472400,1),(782,89193600,2),(782,104922000,1),(782,120643200,2),(782,126694800,1),(782,152092800,2),(782,162378000,1),(782,183542400,2),(782,199270800,1),(782,215596800,2),(782,230720400,1),(782,247046400,2),(782,262774800,1),(782,278496000,2),(782,294224400,1),(782,309945600,2),(782,325674000,1),(782,341395200,2),(782,357123600,1),(782,372844800,2),(782,388573200,1),(782,404899200,2),(782,420022800,1),(782,436348800,2),(782,452077200,1),(782,467798400,2),(782,483526800,1),(782,499248000,2),(782,514976400,1),(782,530697600,2),(782,544611600,1),(782,562147200,2),(782,576061200,1),(782,594201600,2),(782,607510800,1),(782,625651200,2),(782,638960400,1),(782,657100800,2),(782,671014800,1),(782,688550400,2),(782,702464400,1),(782,720000000,2),(782,733914000,1),(782,752054400,2),(782,765363600,1),(782,783504000,2),(782,796813200,1),(782,814953600,2),(782,828867600,1),(782,846403200,2),(782,860317200,1),(782,877852800,2),(782,891766800,1),(782,909302400,2),(782,923216400,1),(782,941356800,2),(782,954666000,1),(782,972806400,2),(782,986115600,1),(782,1004256000,2),(782,1018170000,1),(782,1035705600,2),(782,1049619600,1),(782,1067155200,2),(782,1081069200,1),(782,1099209600,2),(782,1112518800,1),(782,1130659200,2),(782,1143968400,1),(782,1162108800,2),(782,1173603600,1),(782,1194163200,2),(782,1205053200,1),(782,1225612800,2),(782,1236502800,1),(782,1257062400,2),(782,1268557200,1),(782,1289116800,6),(782,1300003200,5),(782,1320562800,6),(782,1331452800,5),(782,1352012400,6),(782,1362902400,5),(782,1383462000,6),(782,1394352000,5),(782,1414911600,6),(782,1425801600,5),(782,1446361200,6),(782,1457856000,5),(782,1478415600,6),(782,1489305600,5),(782,1509865200,6),(782,1520755200,5),(782,1541314800,6),(782,1552204800,5),(782,1572764400,6),(782,1583654400,5),(782,1604214000,6),(782,1615708800,5),(782,1636268400,6),(782,1647158400,5),(782,1667718000,6),(782,1678608000,5),(782,1699167600,6),(782,1710057600,5),(782,1730617200,6),(782,1741507200,5),(782,1762066800,6),(782,1772956800,5),(782,1793516400,6),(782,1805011200,5),(782,1825570800,6),(782,1836460800,5),(782,1857020400,6),(782,1867910400,5),(782,1888470000,6),(782,1899360000,5),(782,1919919600,6),(782,1930809600,5),(782,1951369200,6),(782,1962864000,5),(782,1983423600,6),(782,1994313600,5),(782,2014873200,6),(782,2025763200,5),(782,2046322800,6),(782,2057212800,5),(782,2077772400,6),(782,2088662400,5),(782,2109222000,6),(782,2120112000,5),(782,2140671600,6),(783,-2147483648,2),(783,-1633273200,1),(783,-1615132800,2),(783,-1601823600,1),(783,-1583683200,2),(783,-880210800,3),(783,-769395600,4),(783,-765388800,2),(783,-84380400,1),(783,-68659200,2),(783,-52930800,1),(783,-37209600,2),(783,-21481200,1),(783,-5760000,2),(783,9968400,1),(783,25689600,2),(783,41418000,1),(783,57744000,2),(783,73472400,1),(783,89193600,2),(783,104922000,1),(783,120643200,2),(783,126694800,1),(783,152092800,2),(783,162378000,1),(783,183542400,2),(783,199270800,1),(783,215596800,2),(783,230720400,1),(783,247046400,2),(783,262774800,1),(783,278496000,2),(783,294224400,1),(783,309945600,2),(783,325674000,1),(783,341395200,2),(783,357123600,1),(783,372844800,2),(783,388573200,1),(783,404899200,2),(783,420022800,1),(783,436348800,2),(783,452077200,1),(783,467798400,2),(783,483526800,1),(783,499248000,2),(783,514976400,1),(783,530697600,2),(783,544611600,1),(783,562147200,2),(783,576061200,1),(783,594201600,2),(783,607510800,1),(783,625651200,2),(783,638960400,1),(783,657100800,2),(783,671014800,1),(783,688550400,2),(783,702464400,1),(783,720000000,6),(783,733910400,5),(783,752050800,6),(783,765360000,5),(783,783500400,6),(783,796809600,5),(783,814950000,6),(783,828864000,5),(783,846399600,6),(783,860313600,5),(783,877849200,6),(783,891763200,5),(783,909298800,6),(783,923212800,5),(783,941353200,6),(783,954662400,5),(783,972802800,6),(783,986112000,5),(783,1004252400,6),(783,1018166400,5),(783,1035702000,6),(783,1049616000,5),(783,1067151600,6),(783,1081065600,5),(783,1099206000,6),(783,1112515200,5),(783,1130655600,6),(783,1143964800,5),(783,1162105200,6),(783,1173600000,5),(783,1194159600,6),(783,1205049600,5),(783,1225609200,6),(783,1236499200,5),(783,1257058800,6),(783,1268553600,5),(783,1289113200,6),(783,1300003200,5),(783,1320562800,6),(783,1331452800,5),(783,1352012400,6),(783,1362902400,5),(783,1383462000,6),(783,1394352000,5),(783,1414911600,6),(783,1425801600,5),(783,1446361200,6),(783,1457856000,5),(783,1478415600,6),(783,1489305600,5),(783,1509865200,6),(783,1520755200,5),(783,1541314800,6),(783,1552204800,5),(783,1572764400,6),(783,1583654400,5),(783,1604214000,6),(783,1615708800,5),(783,1636268400,6),(783,1647158400,5),(783,1667718000,6),(783,1678608000,5),(783,1699167600,6),(783,1710057600,5),(783,1730617200,6),(783,1741507200,5),(783,1762066800,6),(783,1772956800,5),(783,1793516400,6),(783,1805011200,5),(783,1825570800,6),(783,1836460800,5),(783,1857020400,6),(783,1867910400,5),(783,1888470000,6),(783,1899360000,5),(783,1919919600,6),(783,1930809600,5),(783,1951369200,6),(783,1962864000,5),(783,1983423600,6),(783,1994313600,5),(783,2014873200,6),(783,2025763200,5),(783,2046322800,6),(783,2057212800,5),(783,2077772400,6),(783,2088662400,5),(783,2109222000,6),(783,2120112000,5),(783,2140671600,6),(784,-2147483648,2),(784,-1633273200,1),(784,-1615132800,2),(784,-1601823600,1),(784,-1583683200,2),(784,-880210800,3),(784,-769395600,4),(784,-765388800,2),(784,-84380400,1),(784,-68659200,2),(784,-52930800,1),(784,-37209600,2),(784,-21481200,1),(784,-5760000,2),(784,9968400,1),(784,25689600,2),(784,41418000,1),(784,57744000,2),(784,73472400,1),(784,89193600,2),(784,104922000,1),(784,120643200,2),(784,126694800,1),(784,152092800,2),(784,162378000,1),(784,183542400,2),(784,199270800,1),(784,215596800,2),(784,230720400,1),(784,247046400,2),(784,262774800,1),(784,278496000,2),(784,294224400,1),(784,309945600,2),(784,325674000,1),(784,341395200,2),(784,357123600,1),(784,372844800,2),(784,388573200,1),(784,404899200,2),(784,420022800,1),(784,436348800,2),(784,452077200,1),(784,467798400,2),(784,483526800,1),(784,499248000,2),(784,514976400,1),(784,530697600,2),(784,544611600,1),(784,562147200,2),(784,576061200,1),(784,594201600,2),(784,607510800,1),(784,625651200,2),(784,638960400,1),(784,657100800,2),(784,671014800,1),(784,688550400,2),(784,702464400,1),(784,720000000,2),(784,733914000,1),(784,752054400,2),(784,765363600,1),(784,783504000,2),(784,796813200,1),(784,814953600,2),(784,828867600,1),(784,846403200,2),(784,860317200,1),(784,877852800,2),(784,891766800,1),(784,909302400,2),(784,923216400,1),(784,941356800,2),(784,954666000,1),(784,972806400,2),(784,986115600,1),(784,1004256000,2),(784,1018170000,1),(784,1035705600,2),(784,1049619600,1),(784,1067155200,6),(784,1081065600,5),(784,1099206000,6),(784,1112515200,5),(784,1130655600,6),(784,1143964800,5),(784,1162105200,6),(784,1173600000,5),(784,1194159600,6),(784,1205049600,5),(784,1225609200,6),(784,1236499200,5),(784,1257058800,6),(784,1268553600,5),(784,1289113200,6),(784,1300003200,5),(784,1320562800,6),(784,1331452800,5),(784,1352012400,6),(784,1362902400,5),(784,1383462000,6),(784,1394352000,5),(784,1414911600,6),(784,1425801600,5),(784,1446361200,6),(784,1457856000,5),(784,1478415600,6),(784,1489305600,5),(784,1509865200,6),(784,1520755200,5),(784,1541314800,6),(784,1552204800,5),(784,1572764400,6),(784,1583654400,5),(784,1604214000,6),(784,1615708800,5),(784,1636268400,6),(784,1647158400,5),(784,1667718000,6),(784,1678608000,5),(784,1699167600,6),(784,1710057600,5),(784,1730617200,6),(784,1741507200,5),(784,1762066800,6),(784,1772956800,5),(784,1793516400,6),(784,1805011200,5),(784,1825570800,6),(784,1836460800,5),(784,1857020400,6),(784,1867910400,5),(784,1888470000,6),(784,1899360000,5),(784,1919919600,6),(784,1930809600,5),(784,1951369200,6),(784,1962864000,5),(784,1983423600,6),(784,1994313600,5),(784,2014873200,6),(784,2025763200,5),(784,2046322800,6),(784,2057212800,5),(784,2077772400,6),(784,2088662400,5),(784,2109222000,6),(784,2120112000,5),(784,2140671600,6),(785,-2147483648,0),(785,-1686083584,1),(785,323845200,4),(785,338950800,2),(785,354675600,3),(785,370400400,2),(785,386125200,3),(785,401850000,2),(785,417574800,3),(785,433299600,2),(785,449024400,3),(785,465354000,2),(785,481078800,3),(785,496803600,2),(785,512528400,3),(785,528253200,2),(785,543978000,3),(785,559702800,2),(785,575427600,3),(785,591152400,2),(785,606877200,3),(785,622602000,2),(785,638326800,3),(785,654656400,2),(785,670381200,3),(785,686106000,2),(785,701830800,3),(785,717555600,2),(785,733280400,3),(785,749005200,2),(785,764730000,3),(785,780454800,2),(785,796179600,3),(785,811904400,2),(785,828234000,3),(785,846378000,2),(785,859683600,3),(785,877827600,2),(785,891133200,3),(785,909277200,2),(785,922582800,3),(785,941331600,2),(785,954032400,3),(785,972781200,2),(785,985482000,3),(785,1004230800,2),(785,1017536400,3),(785,1035680400,2),(785,1048986000,3),(785,1067130000,2),(785,1080435600,3),(785,1099184400,2),(785,1111885200,3),(785,1130634000,2),(785,1143334800,3),(785,1162083600,2),(785,1174784400,3),(785,1193533200,2),(785,1206838800,3),(785,1224982800,2),(785,1238288400,3),(785,1256432400,2),(785,1269738000,3),(785,1288486800,2),(785,1301187600,3),(785,1319936400,2),(785,1332637200,3),(785,1351386000,2),(785,1364691600,3),(785,1382835600,2),(785,1396141200,3),(785,1414285200,2),(785,1427590800,3),(785,1445734800,2),(785,1459040400,3),(785,1477789200,2),(785,1490490000,3),(785,1509238800,2),(785,1521939600,3),(785,1540688400,2),(785,1553994000,3),(785,1572138000,2),(785,1585443600,3),(785,1603587600,2),(785,1616893200,3),(785,1635642000,2),(785,1648342800,3),(785,1667091600,2),(785,1679792400,3),(785,1698541200,2),(785,1711846800,3),(785,1729990800,2),(785,1743296400,3),(785,1761440400,2),(785,1774746000,3),(785,1792890000,2),(785,1806195600,3),(785,1824944400,2),(785,1837645200,3),(785,1856394000,2),(785,1869094800,3),(785,1887843600,2),(785,1901149200,3),(785,1919293200,2),(785,1932598800,3),(785,1950742800,2),(785,1964048400,3),(785,1982797200,2),(785,1995498000,3),(785,2014246800,2),(785,2026947600,3),(785,2045696400,2),(785,2058397200,3),(785,2077146000,2),(785,2090451600,3),(785,2108595600,2),(785,2121901200,3),(785,2140045200,2),(785,2147483647,2),(786,-2147483648,0),(786,-1514739600,1),(786,-1343066400,2),(786,-1234807200,1),(786,-1220292000,2),(786,-1207159200,1),(786,-1191344400,2),(786,828864000,3),(786,846399600,2),(786,860313600,3),(786,877849200,2),(786,891766800,4),(786,909302400,1),(786,923216400,4),(786,941356800,1),(786,954666000,4),(786,972806400,1),(786,989139600,4),(786,1001836800,1),(786,1018170000,4),(786,1035705600,1),(786,1049619600,4),(786,1067155200,1),(786,1081069200,4),(786,1099209600,1),(786,1112518800,4),(786,1130659200,1),(786,1143968400,4),(786,1162108800,1),(786,1175418000,4),(786,1193558400,1),(786,1207472400,4),(786,1225008000,1),(786,1238922000,4),(786,1256457600,1),(786,1268557200,4),(786,1289116800,1),(786,1300006800,4),(786,1320566400,1),(786,1331456400,4),(786,1352016000,1),(786,1362906000,4),(786,1383465600,1),(786,1394355600,4),(786,1414915200,1),(786,1425805200,4),(786,1446364800,1),(786,1457859600,4),(786,1478419200,1),(786,1489309200,4),(786,1509868800,1),(786,1520758800,4),(786,1541318400,1),(786,1552208400,4),(786,1572768000,1),(786,1583658000,4),(786,1604217600,1),(786,1615712400,4),(786,1636272000,1),(786,1647162000,4),(786,1667721600,1),(786,1678611600,4),(786,1699171200,1),(786,1710061200,4),(786,1730620800,1),(786,1741510800,4),(786,1762070400,1),(786,1772960400,4),(786,1793520000,1),(786,1805014800,4),(786,1825574400,1),(786,1836464400,4),(786,1857024000,1),(786,1867914000,4),(786,1888473600,1),(786,1899363600,4),(786,1919923200,1),(786,1930813200,4),(786,1951372800,1),(786,1962867600,4),(786,1983427200,1),(786,1994317200,4),(786,2014876800,1),(786,2025766800,4),(786,2046326400,1),(786,2057216400,4),(786,2077776000,1),(786,2088666000,4),(786,2109225600,1),(786,2120115600,4),(786,2140675200,1),(787,-2147483648,1),(787,-1946918424,2),(788,-2147483648,0),(788,-1546300800,3),(788,-880221600,1),(788,-769395600,2),(788,-765399600,3),(788,-147902400,4),(788,-131572800,3),(788,325663200,5),(788,341384400,3),(788,357112800,5),(788,372834000,3),(788,388562400,5),(788,404888400,3),(788,420012000,5),(788,436338000,3),(788,452066400,5),(788,467787600,3),(788,483516000,5),(788,499237200,3),(788,514965600,5),(788,530686800,3),(788,544600800,5),(788,562136400,3),(788,576050400,5),(788,594190800,3),(788,607500000,5),(788,625640400,3),(788,638949600,5),(788,657090000,3),(788,671004000,5),(788,688539600,3),(788,702453600,5),(788,719989200,3),(788,733903200,5),(788,752043600,3),(788,765352800,5),(788,783493200,3),(788,796802400,6),(788,814946400,7),(788,828860400,6),(788,846396000,7),(788,860310000,6),(788,877845600,7),(788,891759600,6),(788,909295200,7),(788,923209200,6),(788,941349600,8),(788,954662400,9),(788,972802800,7),(788,986108400,6),(788,1004248800,7),(788,1018162800,6),(788,1035698400,7),(788,1049612400,6),(788,1067148000,7),(788,1081062000,6),(788,1099202400,7),(788,1112511600,6),(788,1130652000,7),(788,1143961200,6),(788,1162101600,7),(788,1173596400,6),(788,1194156000,7),(788,1205046000,6),(788,1225605600,7),(788,1236495600,6),(788,1257055200,7),(788,1268550000,6),(788,1289109600,7),(788,1299999600,6),(788,1320559200,7),(788,1331449200,6),(788,1352008800,7),(788,1362898800,6),(788,1383458400,7),(788,1394348400,6),(788,1414908000,7),(788,1425798000,6),(788,1446357600,7),(788,1457852400,6),(788,1478412000,7),(788,1489302000,6),(788,1509861600,7),(788,1520751600,6),(788,1541311200,7),(788,1552201200,6),(788,1572760800,7),(788,1583650800,6),(788,1604210400,7),(788,1615705200,6),(788,1636264800,7),(788,1647154800,6),(788,1667714400,7),(788,1678604400,6),(788,1699164000,7),(788,1710054000,6),(788,1730613600,7),(788,1741503600,6),(788,1762063200,7),(788,1772953200,6),(788,1793512800,7),(788,1805007600,6),(788,1825567200,7),(788,1836457200,6),(788,1857016800,7),(788,1867906800,6),(788,1888466400,7),(788,1899356400,6),(788,1919916000,7),(788,1930806000,6),(788,1951365600,7),(788,1962860400,6),(788,1983420000,7),(788,1994310000,6),(788,2014869600,7),(788,2025759600,6),(788,2046319200,7),(788,2057209200,6),(788,2077768800,7),(788,2088658800,6),(788,2109218400,7),(788,2120108400,6),(788,2140668000,7),(789,-2147483648,0),(789,-1861906760,1),(789,-1104524348,2),(789,-765317964,3),(789,465449400,4),(789,2147483647,4),(790,-2147483648,2),(790,-1633273200,1),(790,-1615132800,2),(790,-1601823600,1),(790,-1583683200,2),(790,-880210800,3),(790,-820519140,2),(790,-812653140,3),(790,-796845540,2),(790,-84380400,1),(790,-68659200,2),(791,-2147483648,1),(791,-1670483460,3),(791,421218000,2),(791,436334400,3),(791,452062800,2),(791,467784000,3),(791,483512400,2),(791,499233600,3),(791,514962000,2),(791,530683200,3),(791,546411600,2),(791,562132800,3),(791,576050400,4),(791,594194400,5),(791,607500000,4),(791,625644000,5),(791,638949600,4),(791,657093600,5),(791,671004000,4),(791,688543200,5),(791,702453600,4),(791,719992800,5),(791,733903200,4),(791,752047200,5),(791,765352800,4),(791,783496800,5),(791,796802400,4),(791,814946400,5),(791,828856800,4),(791,846396000,5),(791,860306400,4),(791,877845600,5),(791,1112504400,2),(791,1130644800,3),(791,1143954000,2),(791,1162094400,3),(791,1331449200,2),(791,1352008800,3),(791,1362898800,2),(791,1383458400,3),(791,1394348400,2),(791,1414908000,3),(791,1425798000,2),(791,1446357600,3),(791,1489302000,2),(791,1509861600,3),(791,1520751600,2),(791,1541311200,3),(791,1552201200,2),(791,1572760800,3),(791,1583650800,2),(791,1604210400,3),(791,1615705200,2),(791,1636264800,3),(791,1647154800,2),(791,1667714400,3),(791,1678604400,2),(791,1699164000,3),(791,1710054000,2),(791,1730613600,3),(791,1741503600,2),(791,1762063200,3),(791,1772953200,2),(791,1793512800,3),(791,1805007600,2),(791,1825567200,3),(791,1836457200,2),(791,1857016800,3),(791,1867906800,2),(791,1888466400,3),(791,1899356400,2),(791,1919916000,3),(791,1930806000,2),(791,1951365600,3),(791,1962860400,2),(791,1983420000,3),(791,1994310000,2),(791,2014869600,3),(791,2025759600,2),(791,2046319200,3),(791,2057209200,2),(791,2077768800,3),(791,2088658800,2),(791,2109218400,3),(791,2120108400,2),(791,2140668000,3),(792,-2147483648,0),(792,-1825098836,1),(793,-2147483648,0),(793,-1767209328,2),(793,-1206950400,1),(793,-1191355200,2),(793,-1175367600,1),(793,-1159819200,2),(793,-633812400,1),(793,-622062000,2),(793,-602276400,1),(793,-591825600,2),(793,-570740400,1),(793,-560203200,2),(793,-539118000,1),(793,-531345600,2),(793,-191358000,1),(793,-184190400,2),(793,-155156400,1),(793,-150062400,2),(793,-128890800,1),(793,-121118400,2),(793,-99946800,1),(793,-89582400,2),(793,-68410800,1),(793,-57960000,2),(793,499755600,1),(793,511243200,2),(793,530600400,1),(793,540273600,2),(793,562136400,1),(793,571204800,2),(793,1214283600,3),(793,1384056000,2),(793,2147483647,2),(794,-2147483648,0),(794,-1767210264,2),(794,-1206954000,1),(794,-1191358800,2),(794,-1175371200,1),(794,-1159822800,2),(794,-633816000,1),(794,-622065600,2),(794,-602280000,1),(794,-591829200,2),(794,-570744000,1),(794,-560206800,2),(794,-539121600,1),(794,-531349200,2),(794,-191361600,1),(794,-184194000,2),(794,-155160000,1),(794,-150066000,2),(794,-128894400,1),(794,-121122000,2),(794,-99950400,1),(794,-89586000,2),(794,-68414400,1),(794,-57963600,2),(794,499752000,1),(794,511239600,2),(794,530596800,1),(794,540270000,2),(794,562132800,1),(794,571201200,2),(794,2147483647,2),(795,-2147483648,1),(795,-873057600,3),(795,-769395600,2),(795,-765399600,1),(796,-2147483648,1),(796,-1892661434,2),(796,-1688410800,1),(796,-1619205434,3),(796,-1593806400,1),(796,-1335986234,4),(796,-1317585600,2),(796,-1304362800,4),(796,-1286049600,2),(796,-1272826800,4),(796,-1254513600,2),(796,-1241290800,4),(796,-1222977600,2),(796,-1209754800,4),(796,-1191355200,2),(796,-1178132400,3),(796,-870552000,2),(796,-865278000,3),(796,-718056000,2),(796,-713649600,3),(796,-36619200,5),(796,-23922000,6),(796,-3355200,5),(796,7527600,6),(796,24465600,5),(796,37767600,6),(796,55915200,5),(796,69217200,6),(796,87969600,5),(796,100666800,6),(796,118209600,5),(796,132116400,6),(796,150868800,5),(796,163566000,6),(796,182318400,5),(796,195620400,6),(796,213768000,5),(796,227070000,6),(796,245217600,5),(796,258519600,6),(796,277272000,5),(796,289969200,6),(796,308721600,5),(796,321418800,6),(796,340171200,5),(796,353473200,6),(796,371620800,5),(796,384922800,6),(796,403070400,5),(796,416372400,6),(796,434520000,5),(796,447822000,6),(796,466574400,5),(796,479271600,6),(796,498024000,5),(796,510721200,6),(796,529473600,5),(796,545194800,6),(796,560923200,5),(796,574225200,6),(796,592372800,5),(796,605674800,6),(796,624427200,5),(796,637124400,6),(796,653457600,5),(796,668574000,6),(796,687326400,5),(796,700628400,6),(796,718776000,5),(796,732078000,6),(796,750225600,5),(796,763527600,6),(796,781675200,5),(796,794977200,6),(796,813729600,5),(796,826426800,6),(796,845179200,5),(796,859690800,6),(796,876628800,5),(796,889930800,6),(796,906868800,5);
-INSERT INTO `time_zone_transition` VALUES (796,923194800,6),(796,939528000,5),(796,952830000,6),(796,971582400,5),(796,984279600,6),(796,1003032000,5),(796,1015729200,6),(796,1034481600,5),(796,1047178800,6),(796,1065931200,5),(796,1079233200,6),(796,1097380800,5),(796,1110682800,6),(796,1128830400,5),(796,1142132400,6),(796,1160884800,5),(796,1173582000,6),(796,1192334400,5),(796,1206846000,6),(796,1223784000,5),(796,1237086000,6),(796,1255233600,5),(796,1270350000,6),(796,1286683200,5),(796,1304823600,6),(796,1313899200,5),(796,1335668400,6),(796,1346558400,5),(796,1367118000,6),(796,1378612800,5),(796,1398567600,6),(796,1410062400,5),(796,1463281200,6),(796,1471147200,5),(796,1480820400,7),(796,2147483647,7),(797,-2147483648,2),(797,-1632067200,1),(797,-1615136400,2),(797,-923248800,1),(797,-880214400,3),(797,-769395600,4),(797,-765392400,2),(797,136368000,1),(797,152089200,2),(797,167817600,1),(797,183538800,2),(797,199267200,1),(797,215593200,2),(797,230716800,1),(797,247042800,2),(797,262771200,1),(797,278492400,2),(797,294220800,1),(797,309942000,2),(797,325670400,1),(797,341391600,2),(797,357120000,1),(797,372841200,2),(797,388569600,1),(797,404895600,2),(797,420019200,1),(797,436345200,2),(797,452073600,1),(797,467794800,2),(797,483523200,1),(797,499244400,2),(797,514972800,1),(797,530694000,2),(797,544608000,1),(797,562143600,2),(797,576057600,1),(797,594198000,2),(797,607507200,1),(797,625647600,2),(797,638956800,1),(797,657097200,2),(797,671011200,1),(797,688546800,2),(797,702460800,1),(797,719996400,2),(797,733910400,1),(797,752050800,2),(797,765360000,1),(797,783500400,2),(797,796809600,1),(797,814950000,2),(797,828864000,1),(797,846399600,2),(797,860313600,1),(797,877849200,2),(797,891763200,1),(797,909298800,2),(797,923212800,1),(797,941353200,2),(797,954662400,1),(797,972802800,2),(797,986112000,1),(797,1004252400,2),(797,1018166400,1),(797,1035702000,2),(797,1049616000,1),(797,1067151600,2),(797,1081065600,1),(797,1099206000,2),(797,1112515200,1),(797,1130655600,2),(797,1143964800,1),(797,1162105200,2),(797,1173600000,1),(797,1194159600,2),(797,1205049600,1),(797,1225609200,2),(797,1236499200,1),(797,1257058800,2),(797,1268553600,1),(797,1289113200,2),(797,1300003200,1),(797,1320562800,2),(797,1331452800,1),(797,1352012400,2),(797,1362902400,1),(797,1383462000,2),(797,1394352000,1),(797,1414911600,2),(797,1425801600,1),(797,1446361200,2),(797,1457856000,1),(797,1478415600,2),(797,1489305600,1),(797,1509865200,2),(797,1520755200,1),(797,1541314800,2),(797,1552204800,1),(797,1572764400,2),(797,1583654400,1),(797,1604214000,2),(797,1615708800,1),(797,1636268400,2),(797,1647158400,1),(797,1667718000,2),(797,1678608000,1),(797,1699167600,2),(797,1710057600,1),(797,1730617200,2),(797,1741507200,1),(797,1762066800,2),(797,1772956800,1),(797,1793516400,2),(797,1805011200,1),(797,1825570800,2),(797,1836460800,1),(797,1857020400,2),(797,1867910400,1),(797,1888470000,2),(797,1899360000,1),(797,1919919600,2),(797,1930809600,1),(797,1951369200,2),(797,1962864000,1),(797,1983423600,2),(797,1994313600,1),(797,2014873200,2),(797,2025763200,1),(797,2046322800,2),(797,2057212800,1),(797,2077772400,2),(797,2088662400,1),(797,2109222000,2),(797,2120112000,1),(797,2140671600,2),(798,-2147483648,0),(798,-410227200,2),(798,-147895200,1),(798,-131565600,2),(798,325670400,3),(798,341391600,2),(798,357120000,3),(798,372841200,2),(798,388569600,3),(798,404895600,2),(798,420019200,3),(798,436345200,2),(798,452073600,3),(798,467794800,2),(798,483523200,3),(798,499244400,2),(798,514972800,3),(798,530694000,2),(798,544608000,3),(798,562143600,2),(798,576057600,3),(798,594198000,2),(798,607507200,3),(798,625647600,2),(798,638956800,3),(798,657097200,2),(798,671011200,3),(798,688546800,2),(798,702460800,3),(798,719996400,2),(798,733910400,3),(798,752050800,2),(798,765360000,3),(798,783500400,2),(798,796809600,3),(798,814950000,2),(798,828864000,3),(798,846399600,2),(798,860313600,3),(798,877849200,2),(798,891763200,3),(798,909298800,2),(798,923212800,3),(798,941353200,2),(798,954662400,3),(798,972802800,4),(798,986112000,3),(798,1004252400,2),(798,1018166400,3),(798,1035702000,2),(798,1049616000,3),(798,1067151600,2),(798,1081065600,3),(798,1099206000,2),(798,1112515200,3),(798,1130655600,2),(798,1143964800,3),(798,1162105200,2),(798,1173600000,3),(798,1194159600,2),(798,1205049600,3),(798,1225609200,2),(798,1236499200,3),(798,1257058800,2),(798,1268553600,3),(798,1289113200,2),(798,1300003200,3),(798,1320562800,2),(798,1331452800,3),(798,1352012400,2),(798,1362902400,3),(798,1383462000,2),(798,1394352000,3),(798,1414911600,2),(798,1425801600,3),(798,1446361200,2),(798,1457856000,3),(798,1478415600,2),(798,1489305600,3),(798,1509865200,2),(798,1520755200,3),(798,1541314800,2),(798,1552204800,3),(798,1572764400,2),(798,1583654400,3),(798,1604214000,2),(798,1615708800,3),(798,1636268400,2),(798,1647158400,3),(798,1667718000,2),(798,1678608000,3),(798,1699167600,2),(798,1710057600,3),(798,1730617200,2),(798,1741507200,3),(798,1762066800,2),(798,1772956800,3),(798,1793516400,2),(798,1805011200,3),(798,1825570800,2),(798,1836460800,3),(798,1857020400,2),(798,1867910400,3),(798,1888470000,2),(798,1899360000,3),(798,1919919600,2),(798,1930809600,3),(798,1951369200,2),(798,1962864000,3),(798,1983423600,2),(798,1994313600,3),(798,2014873200,2),(798,2025763200,3),(798,2046322800,2),(798,2057212800,3),(798,2077772400,2),(798,2088662400,3),(798,2109222000,2),(798,2120112000,3),(798,2140671600,2),(799,-2147483648,0),(799,-1767217224,2),(799,-1206957600,1),(799,-1191362400,2),(799,-1175374800,1),(799,-1159826400,2),(799,-633819600,1),(799,-622069200,2),(799,-602283600,1),(799,-591832800,2),(799,-570747600,1),(799,-560210400,2),(799,-539125200,1),(799,-531352800,2),(799,-191365200,1),(799,-184197600,2),(799,-155163600,1),(799,-150069600,2),(799,-128898000,1),(799,-121125600,2),(799,-99954000,1),(799,-89589600,2),(799,-68418000,1),(799,-57967200,2),(799,499748400,1),(799,511236000,2),(799,530593200,1),(799,540266400,2),(799,562129200,1),(799,571197600,2),(799,592974000,1),(799,602042400,2),(799,624423600,1),(799,634701600,2),(799,938919600,1),(799,951616800,2),(799,970974000,1),(799,971575200,2),(799,1003028400,1),(799,1013911200,2),(799,2147483647,2),(800,-2147483648,0),(800,-2030202084,2),(800,-1632063600,1),(800,-1615132800,2),(800,-1251651600,1),(800,-1238349600,2),(800,-1220202000,1),(800,-1206900000,2),(800,-1188752400,1),(800,-1175450400,2),(800,-1156698000,1),(800,-1144000800,2),(800,-1125248400,1),(800,-1111946400,2),(800,-1032714000,1),(800,-1016992800,2),(800,-1001264400,1),(800,-986148000,2),(800,-969814800,1),(800,-954093600,2),(800,-937760400,1),(800,-922039200,2),(800,-906310800,1),(800,-890589600,2),(800,-880210800,3),(800,-769395600,4),(800,-765388800,2),(800,-748450800,1),(800,-732729600,2),(800,-715791600,1),(800,-702489600,2),(800,-684342000,1),(800,-671040000,2),(800,-652892400,1),(800,-639590400,2),(800,-620838000,1),(800,-608140800,2),(800,-589388400,1),(800,-576086400,2),(800,-557938800,1),(800,-544636800,2),(800,-526489200,1),(800,-513187200,2),(800,-495039600,1),(800,-481737600,2),(800,-463590000,1),(800,-450288000,2),(800,-431535600,1),(800,-418233600,2),(800,-400086000,1),(800,-386784000,2),(800,-337186800,1),(800,-321465600,2),(800,-305737200,5),(801,-2147483648,0),(801,-704937600,2),(801,-147895200,1),(801,-131565600,2),(801,325670400,3),(801,341391600,2),(801,357120000,3),(801,372841200,2),(801,388569600,3),(801,404895600,2),(801,420019200,3),(801,436345200,2),(801,452073600,3),(801,467794800,2),(801,483523200,3),(801,499244400,2),(801,514972800,3),(801,530694000,2),(801,544608000,3),(801,562143600,2),(801,576057600,3),(801,594198000,2),(801,607507200,3),(801,625647600,2),(801,638956800,3),(801,657097200,2),(801,671011200,3),(801,688546800,2),(801,702460800,3),(801,719996400,2),(801,733910400,3),(801,752050800,2),(801,765360000,3),(801,783500400,2),(801,796809600,3),(801,814950000,2),(801,828864000,3),(801,846399600,2),(801,860313600,3),(801,877849200,2),(801,891763200,3),(801,909298800,2),(801,923212800,3),(801,941353200,2),(801,954662400,3),(801,972802800,4),(801,986112000,3),(801,1004252400,2),(801,1018166400,3),(801,1035702000,2),(801,1049616000,3),(801,1067151600,2),(801,1081065600,3),(801,1099206000,2),(801,1112515200,3),(801,1130655600,2),(801,1143964800,3),(801,1162105200,4),(801,1173600000,3),(801,1194159600,2),(801,1205049600,3),(801,1225609200,2),(801,1236499200,3),(801,1257058800,2),(801,1268553600,3),(801,1289113200,2),(801,1300003200,3),(801,1320562800,2),(801,1331452800,3),(801,1352012400,2),(801,1362902400,3),(801,1383462000,2),(801,1394352000,3),(801,1414911600,2),(801,1425801600,3),(801,1446361200,2),(801,1457856000,3),(801,1478415600,2),(801,1489305600,3),(801,1509865200,2),(801,1520755200,3),(801,1541314800,2),(801,1552204800,3),(801,1572764400,2),(801,1583654400,3),(801,1604214000,2),(801,1615708800,3),(801,1636268400,2),(801,1647158400,3),(801,1667718000,2),(801,1678608000,3),(801,1699167600,2),(801,1710057600,3),(801,1730617200,2),(801,1741507200,3),(801,1762066800,2),(801,1772956800,3),(801,1793516400,2),(801,1805011200,3),(801,1825570800,2),(801,1836460800,3),(801,1857020400,2),(801,1867910400,3),(801,1888470000,2),(801,1899360000,3),(801,1919919600,2),(801,1930809600,3),(801,1951369200,2),(801,1962864000,3),(801,1983423600,2),(801,1994313600,3),(801,2014873200,2),(801,2025763200,3),(801,2046322800,2),(801,2057212800,3),(801,2077772400,2),(801,2088662400,3),(801,2109222000,2),(801,2120112000,3),(801,2140671600,2),(802,-2147483648,0),(802,-1767209328,2),(802,-1206950400,1),(802,-1191355200,2),(802,-1175367600,1),(802,-1159819200,2),(802,-633812400,1),(802,-622062000,2),(802,-602276400,1),(802,-591825600,2),(802,-570740400,1),(802,-560203200,2),(802,-539118000,1),(802,-531345600,2),(802,-191358000,1),(802,-184190400,2),(802,-155156400,1),(802,-150062400,2),(802,-128890800,1),(802,-121118400,2),(802,-99946800,1),(802,-89582400,2),(802,-68410800,1),(802,-57960000,2),(802,499755600,1),(802,511243200,2),(802,530600400,1),(802,540273600,2),(802,562136400,1),(802,571204800,2),(802,1214283600,3),(802,1384056000,2),(802,2147483647,2),(803,-2147483648,1),(803,-1567453392,2),(803,-1233432000,3),(803,-1222981200,2),(803,-1205956800,3),(803,-1194037200,2),(803,-1172865600,3),(803,-1162501200,2),(803,-1141329600,3),(803,-1130965200,2),(803,-1109793600,3),(803,-1099429200,2),(803,-1078257600,3),(803,-1067806800,2),(803,-1046635200,3),(803,-1036270800,2),(803,-1015099200,3),(803,-1004734800,2),(803,-983563200,3),(803,-973198800,2),(803,-952027200,3),(803,-941576400,2),(803,-931032000,3),(803,-900882000,2),(803,-890337600,3),(803,-833749200,2),(803,-827265600,3),(803,-752274000,2),(803,-733780800,3),(803,-197326800,2),(803,-190843200,3),(803,-184194000,2),(803,-164491200,3),(803,-152658000,2),(803,-132955200,3),(803,-121122000,2),(803,-101419200,3),(803,-86821200,2),(803,-71092800,3),(803,-54766800,2),(803,-39038400,3),(803,-23317200,2),(803,-7588800,5),(803,128142000,4),(803,136605600,5),(803,596948400,4),(803,605066400,5),(803,624423600,4),(803,636516000,5),(803,656478000,4),(803,667965600,2),(803,687931200,4),(803,699415200,5),(803,719377200,4),(803,731469600,5),(803,938919600,3),(803,952052400,5),(803,1198983600,4),(803,1205632800,5),(803,1224385200,4),(803,1237082400,5),(803,2147483647,5),(804,-2147483648,0),(804,-1514736000,1),(804,-1451667600,2),(804,-1343062800,1),(804,-1234803600,2),(804,-1222963200,3),(804,-1207242000,2),(804,-873820800,4),(804,-769395600,5),(804,-761677200,2),(804,-686073600,3),(804,-661539600,2),(804,-495039600,3),(804,-481734000,2),(804,-463590000,3),(804,-450284400,2),(804,-431535600,3),(804,-418230000,2),(804,-400086000,3),(804,-386780400,2),(804,-368636400,3),(804,-355330800,2),(804,-337186800,3),(804,-323881200,2),(804,-305737200,3),(804,-292431600,2),(804,199274400,3),(804,215600400,2),(804,230724000,3),(804,247050000,2),(804,262778400,3),(804,278499600,2),(804,294228000,3),(804,309949200,2),(804,325677600,3),(804,341398800,2),(804,357127200,3),(804,372848400,2),(804,388576800,3),(804,404902800,2),(804,420026400,3),(804,436352400,2),(804,452080800,3),(804,467802000,2),(804,483530400,3),(804,499251600,2),(804,514980000,3),(804,530701200,2),(804,544615200,3),(804,562150800,2),(804,576064800,3),(804,594205200,2),(804,607514400,3),(804,625654800,2),(804,638964000,3),(804,657104400,2),(804,671018400,3),(804,688554000,2),(804,702468000,3),(804,720003600,2),(804,733917600,3),(804,752058000,2),(804,765367200,3),(804,783507600,2),(804,796816800,3),(804,814957200,2),(804,828871200,3),(804,846406800,2),(804,860320800,3),(804,877856400,2),(804,891770400,3),(804,909306000,2),(804,923220000,3),(804,941360400,2),(804,954669600,3),(804,972810000,2),(804,986119200,3),(804,1004259600,2),(804,1018173600,3),(804,1035709200,2),(804,1049623200,3),(804,1067158800,2),(804,1081072800,3),(804,1099213200,2),(804,1112522400,3),(804,1130662800,2),(804,1143972000,3),(804,1162112400,2),(804,1175421600,3),(804,1193562000,2),(804,1207476000,3),(804,1225011600,2),(804,1238925600,3),(804,1256461200,2),(804,1268560800,3),(804,1289120400,2),(804,1300010400,3),(804,1320570000,2),(804,1331460000,3),(804,1352019600,2),(804,1362909600,3),(804,1383469200,2),(804,1394359200,3),(804,1414918800,2),(804,1425808800,3),(804,1446368400,2),(804,1457863200,3),(804,1478422800,2),(804,1489312800,3),(804,1509872400,2),(804,1520762400,3),(804,1541322000,2),(804,1552212000,3),(804,1572771600,2),(804,1583661600,3),(804,1604221200,2),(804,1615716000,3),(804,1636275600,2),(804,1647165600,3),(804,1667725200,2),(804,1678615200,3),(804,1699174800,2),(804,1710064800,3),(804,1730624400,2),(804,1741514400,3),(804,1762074000,2),(804,1772964000,3),(804,1793523600,2),(804,1805018400,3),(804,1825578000,2),(804,1836468000,3),(804,1857027600,2),(804,1867917600,3),(804,1888477200,2),(804,1899367200,3),(804,1919926800,2),(804,1930816800,3),(804,1951376400,2),(804,1962871200,3),(804,1983430800,2),(804,1994320800,3),(804,2014880400,2),(804,2025770400,3),(804,2046330000,2),(804,2057220000,3),(804,2077779600,2),(804,2088669600,3),(804,2109229200,2),(804,2120119200,3),(804,2140678800,2),(805,-2147483648,0),(805,-1767212472,2),(805,-1206954000,1),(805,-1191358800,2),(805,-1175371200,1),(805,-1159822800,2),(805,-633816000,1),(805,-622065600,2),(805,-602280000,1),(805,-591829200,2),(805,-570744000,1),(805,-560206800,2),(805,-539121600,1),(805,-531349200,2),(805,-191361600,1),(805,-184194000,2),(805,-155160000,1),(805,-150066000,2),(805,-128894400,1),(805,-121122000,2),(805,-99950400,1),(805,-89586000,2),(805,-68414400,1),(805,-57963600,2),(805,499752000,1),(805,511239600,2),(805,530596800,1),(805,540270000,2),(805,562132800,1),(805,571201200,2),(805,1214280000,3),(805,2147483647,3),(806,-2147483648,1),(806,-1892661434,2),(806,-1688410800,1),(806,-1619205434,3),(806,-1593806400,1),(806,-1335986234,4),(806,-1317585600,2),(806,-1304362800,4),(806,-1286049600,2),(806,-1272826800,4),(806,-1254513600,2),(806,-1241290800,4),(806,-1222977600,2),(806,-1209754800,4),(806,-1191355200,2),(806,-1178132400,3),(806,-870552000,2),(806,-865278000,3),(806,-740520000,5),(806,-736376400,3),(806,-718056000,2),(806,-713649600,3),(806,-36619200,6),(806,-23922000,7),(806,-3355200,6),(806,7527600,7),(806,24465600,6),(806,37767600,7),(806,55915200,6),(806,69217200,7),(806,87969600,6),(806,100666800,7),(806,118209600,6),(806,132116400,7),(806,150868800,6),(806,163566000,7),(806,182318400,6),(806,195620400,7),(806,213768000,6),(806,227070000,7),(806,245217600,6),(806,258519600,7),(806,277272000,6),(806,289969200,7),(806,308721600,6),(806,321418800,7),(806,340171200,6),(806,353473200,7),(806,371620800,6),(806,384922800,7),(806,403070400,6),(806,416372400,7),(806,434520000,6),(806,447822000,7),(806,466574400,6),(806,479271600,7),(806,498024000,6),(806,510721200,7),(806,529473600,6),(806,545194800,7),(806,560923200,6),(806,574225200,7),(806,592372800,6),(806,605674800,7),(806,624427200,6),(806,637124400,7),(806,653457600,6),(806,668574000,7),(806,687326400,6),(806,700628400,7),(806,718776000,6),(806,732078000,7),(806,750225600,6),(806,763527600,7),(806,781675200,6),(806,794977200,7),(806,813729600,6),(806,826426800,7),(806,845179200,6),(806,859690800,7),(806,876628800,6),(806,889930800,7),(806,906868800,6),(806,923194800,7),(806,939528000,6),(806,952830000,7),(806,971582400,6),(806,984279600,7),(806,1003032000,6),(806,1015729200,7),(806,1034481600,6),(806,1047178800,7),(806,1065931200,6),(806,1079233200,7),(806,1097380800,6),(806,1110682800,7),(806,1128830400,6),(806,1142132400,7),(806,1160884800,6),(806,1173582000,7),(806,1192334400,6),(806,1206846000,7),(806,1223784000,6),(806,1237086000,7),(806,1255233600,6),(806,1270350000,7),(806,1286683200,6),(806,1304823600,7),(806,1313899200,6),(806,1335668400,7),(806,1346558400,6),(806,1367118000,7),(806,1378612800,6),(806,1398567600,7),(806,1410062400,6),(806,1463281200,7),(806,1471147200,6),(806,1494730800,7),(806,1502596800,6),(806,1526180400,7),(806,1534046400,6),(806,1554606000,7),(806,1567915200,6),(806,1586055600,7),(806,1599364800,6),(806,1617505200,7),(806,1630814400,6),(806,1648954800,7),(806,1662264000,6),(806,1680404400,7),(806,1693713600,6),(806,1712458800,7),(806,1725768000,6),(806,1743908400,7),(806,1757217600,6),(806,1775358000,7),(806,1788667200,6),(806,1806807600,7),(806,1820116800,6),(806,1838257200,7),(806,1851566400,6),(806,1870311600,7),(806,1883016000,6),(806,1901761200,7),(806,1915070400,6),(806,1933210800,7),(806,1946520000,6),(806,1964660400,7),(806,1977969600,6),(806,1996110000,7),(806,2009419200,6),(806,2027559600,7),(806,2040868800,6),(806,2059614000,7),(806,2072318400,6),(806,2091063600,7),(806,2104372800,6),(806,2122513200,7),(806,2135822400,6),(806,2147483647,6),(807,-2147483648,1),(807,-1159773600,3),(807,-100119600,2),(807,-89668800,3),(807,-5770800,4),(807,4422600,3),(807,25678800,4),(807,33193800,3),(807,57733200,4),(807,64816200,3),(807,89182800,4),(807,96438600,3),(807,120632400,4),(807,127974600,3),(807,152082000,5),(807,972799200,3),(807,975823200,5),(808,-2147483648,0),(808,-1767214412,2),(808,-1206957600,1),(808,-1191362400,2),(808,-1175374800,1),(808,-1159826400,2),(808,-633819600,1),(808,-622069200,2),(808,-602283600,1),(808,-591832800,2),(808,-570747600,1),(808,-560210400,2),(808,-539125200,1),(808,-531352800,2),(808,-195426000,1),(808,-184197600,2),(808,-155163600,1),(808,-150069600,2),(808,-128898000,1),(808,-121125600,2),(808,-99954000,1),(808,-89589600,2),(808,-68418000,1),(808,-57967200,2),(808,499748400,1),(808,511236000,2),(808,530593200,1),(808,540266400,2),(808,562129200,1),(808,571197600,2),(808,592974000,1),(808,602042400,2),(808,624423600,1),(808,634701600,2),(808,656478000,1),(808,666756000,2),(808,687927600,1),(808,697600800,2),(808,719982000,1),(808,728445600,2),(808,750826800,1),(808,761709600,2),(808,782276400,1),(808,793159200,2),(808,813726000,1),(808,824004000,2),(808,844570800,1),(808,856058400,2),(808,876106800,1),(808,888717600,2),(808,908074800,1),(808,919562400,2),(808,938919600,1),(808,951616800,2),(808,970974000,1),(808,982461600,2),(808,1003028400,1),(808,1013911200,2),(808,1036292400,1),(808,1045360800,2),(808,1066532400,1),(808,1076810400,2),(808,1099364400,1),(808,1108864800,2),(808,1129431600,1),(808,1140314400,2),(808,1162695600,1),(808,1172368800,2),(808,1192330800,1),(808,1203213600,2),(808,1224385200,1),(808,1234663200,2),(808,1255834800,1),(808,1266717600,2),(808,1287284400,1),(808,1298167200,2),(808,1318734000,1),(808,1330221600,2),(808,1350788400,1),(808,1361066400,2),(808,1382238000,1),(808,1392516000,2),(808,1413687600,1),(808,1424570400,2),(808,1445137200,1),(808,1456020000,2),(808,1476586800,1),(808,1487469600,2),(808,1508036400,1),(808,1518919200,2),(808,1541300400,1),(808,1550368800,2),(808,2147483647,2),(809,-2147483648,0),(809,-1686090728,1),(809,323841600,2),(809,338961600,3),(809,354679200,6),(809,370400400,4),(809,386125200,5),(809,401850000,4),(809,417574800,5),(809,433299600,4),(809,449024400,5),(809,465354000,4),(809,481078800,5),(809,496803600,4),(809,512528400,5),(809,528253200,4),(809,543978000,5),(809,559702800,4),(809,575427600,5),(809,591152400,4),(809,606877200,5),(809,622602000,4),(809,638326800,5),(809,654656400,4),(809,670381200,5),(809,686106000,4),(809,701830800,5),(809,717555600,4),(809,733280400,5),(809,749005200,4),(809,764730000,5),(809,780454800,4),(809,796179600,5),(809,811904400,4),(809,828234000,5),(809,846378000,4),(809,859683600,5),(809,877827600,4),(809,891133200,5),(809,909277200,4),(809,922582800,5),(809,941331600,4),(809,954032400,5),(809,972781200,4),(809,985482000,5),(809,1004230800,4),(809,1017536400,5),(809,1035680400,4),(809,1048986000,5),(809,1067130000,4),(809,1080435600,5),(809,1099184400,4),(809,1111885200,5),(809,1130634000,4),(809,1143334800,5),(809,1162083600,4),(809,1174784400,5),(809,1193533200,4),(809,1206838800,5),(809,1224982800,4),(809,1238288400,5),(809,1256432400,4),(809,1269738000,5),(809,1288486800,4),(809,1301187600,5),(809,1319936400,4),(809,1332637200,5),(809,1351386000,4),(809,1364691600,5),(809,1382835600,4),(809,1396141200,5),(809,1414285200,4),(809,1427590800,5),(809,1445734800,4),(809,1459040400,5),(809,1477789200,4),(809,1490490000,5),(809,1509238800,4),(809,1521939600,5),(809,1540688400,4),(809,1553994000,5),(809,1572138000,4),(809,1585443600,5),(809,1603587600,4),(809,1616893200,5),(809,1635642000,4),(809,1648342800,5),(809,1667091600,4),(809,1679792400,5),(809,1698541200,4),(809,1711846800,5),(809,1729990800,4),(809,1743296400,5),(809,1761440400,4),(809,1774746000,5),(809,1792890000,4),(809,1806195600,5),(809,1824944400,4),(809,1837645200,5),(809,1856394000,4),(809,1869094800,5),(809,1887843600,4),(809,1901149200,5),(809,1919293200,4),(809,1932598800,5),(809,1950742800,4),(809,1964048400,5),(809,1982797200,4),(809,1995498000,5),(809,2014246800,4),(809,2026947600,5),(809,2045696400,4),(809,2058397200,5),(809,2077146000,4),(809,2090451600,5),(809,2108595600,4),(809,2121901200,5),(809,2140045200,4),(809,2147483647,4),(810,-2147483648,2),(810,-1633273200,1),(810,-1615132800,2),(810,-1601823600,1),(810,-1583683200,2),(810,-1570374000,1),(810,-1551628800,2),(810,-1538924400,1),(810,-1534089600,2),(810,-880210800,3),(810,-769395600,4),(810,-765388800,2),(810,-147884400,1),(810,-131558400,2),(810,-116434800,1),(810,-100108800,2),(810,-84380400,1),(810,-68659200,2),(810,-52930800,1),(810,-37209600,2),(810,-21481200,1),(810,-5760000,2),(810,9968400,1),(810,25689600,2),(810,41418000,1),(810,57744000,2),(810,73472400,1),(810,89193600,2),(810,104922000,1),(810,120643200,2),(810,126694800,1),(810,152092800,2),(810,162378000,1),(810,183542400,2),(810,199270800,1),(810,215596800,2),(810,230720400,1),(810,247046400,2),(810,262774800,1),(810,278496000,2),(810,294224400,1),(810,309945600,2),(810,325674000,1),(810,341395200,2),(810,357123600,1),(810,372844800,2),(810,388573200,1),(810,404899200,2),(810,420022800,1),(810,436348800,2),(810,452077200,1),(810,467798400,2),(810,483526800,1),(810,499248000,2),(810,514976400,1),(810,530697600,2),(810,544611600,1),(810,562147200,2),(810,576061200,1),(810,594201600,2),(810,607510800,1),(810,625651200,2),(810,638960400,1),(810,657100800,2),(810,671014800,1),(810,688550400,2),(810,702464400,1),(810,720000000,2),(810,733914000,1),(810,752054400,2),(810,765363600,1),(810,783504000,2),(810,796813200,1),(810,814953600,2),(810,828867600,1),(810,846403200,2),(810,860317200,1),(810,877852800,2),(810,891766800,1),(810,909302400,2),(810,923216400,1),(810,941356800,2),(810,954666000,1),(810,972806400,2),(810,986115600,1),(810,1004256000,2),(810,1018170000,1),(810,1035705600,2),(810,1049619600,1),(810,1067155200,2),(810,1081069200,1),(810,1099209600,2),(810,1112518800,1),(810,1130659200,2),(810,1143968400,1),(810,1162108800,2),(810,1173603600,1),(810,1194163200,2),(810,1205053200,1),(810,1225612800,2),(810,1236502800,1),(810,1257062400,2),(810,1268557200,1),(810,1289116800,2),(810,1300006800,1),(810,1320566400,2),(810,1331456400,1),(810,1352016000,2),(810,1362906000,1),(810,1383465600,2),(810,1394355600,1),(810,1414915200,2),(810,1425805200,1),(810,1446364800,2),(810,1457859600,1),(810,1478419200,2),(810,1489309200,1),(810,1509868800,2),(810,1520758800,1),(810,1541318400,2),(810,1552208400,1),(810,1572768000,2),(810,1583658000,1),(810,1604217600,2),(810,1615712400,1),(810,1636272000,2),(810,1647162000,1),(810,1667721600,2),(810,1678611600,1),(810,1699171200,2),(810,1710061200,1),(810,1730620800,2),(810,1741510800,1),(810,1762070400,2),(810,1772960400,1),(810,1793520000,2),(810,1805014800,1),(810,1825574400,2),(810,1836464400,1),(810,1857024000,2),(810,1867914000,1),(810,1888473600,2),(810,1899363600,1),(810,1919923200,2),(810,1930813200,1),(810,1951372800,2),(810,1962867600,1),(810,1983427200,2),(810,1994317200,1),(810,2014876800,2),(810,2025766800,1),(810,2046326400,2),(810,2057216400,1),(810,2077776000,2),(810,2088666000,1),(810,2109225600,2),(810,2120115600,1),(810,2140675200,2),(811,-2147483648,1),(811,-880207200,2),(811,-769395600,3),(811,-765385200,1),(811,-21477600,4),(811,-5756400,1),(811,9972000,4),(811,25693200,1),(811,41421600,4),(811,57747600,1),(811,73476000,4),(811,89197200,1),(811,104925600,4),(811,120646800,1),(811,126698400,4),(811,152096400,1),(811,162381600,4),(811,183546000,1),(811,199274400,4),(811,215600400,1),(811,230724000,4),(811,247050000,1),(811,262778400,4),(811,278499600,1),(811,294228000,4),(811,309949200,1),(811,325677600,4),(811,341398800,1),(811,357127200,4),(811,372848400,1),(811,388576800,4),(811,404902800,1),(811,420026400,4),(811,436352400,5),(811,439030800,7),(811,452084400,6),(811,467805600,7),(811,483534000,6),(811,499255200,7),(811,514983600,6),(811,530704800,7),(811,544618800,6),(811,562154400,7),(811,576068400,6),(811,594208800,7),(811,607518000,6),(811,625658400,7),(811,638967600,6),(811,657108000,7),(811,671022000,6),(811,688557600,7),(811,702471600,6),(811,720007200,7),(811,733921200,6),(811,752061600,7),(811,765370800,6),(811,783511200,7),(811,796820400,6),(811,814960800,7),(811,828874800,6),(811,846410400,7),(811,860324400,6),(811,877860000,7),(811,891774000,6),(811,909309600,7),(811,923223600,6),(811,941364000,7),(811,954673200,6),(811,972813600,7),(811,986122800,6),(811,1004263200,7),(811,1018177200,6),(811,1035712800,7),(811,1049626800,6),(811,1067162400,7),(811,1081076400,6),(811,1099216800,7),(811,1112526000,6),(811,1130666400,7),(811,1143975600,6),(811,1162116000,7),(811,1173610800,6),(811,1194170400,7),(811,1205060400,6),(811,1225620000,7),(811,1236510000,6),(811,1257069600,7),(811,1268564400,6),(811,1289124000,7),(811,1300014000,6),(811,1320573600,7),(811,1331463600,6),(811,1352023200,7),(811,1362913200,6),(811,1383472800,7),(811,1394362800,6),(811,1414922400,7),(811,1425812400,6),(811,1446372000,7),(811,1457866800,6),(811,1478426400,7),(811,1489316400,6),(811,1509876000,7),(811,1520766000,6),(811,1541325600,7),(811,1552215600,6),(811,1572775200,7),(811,1583665200,6),(811,1604224800,7),(811,1615719600,6),(811,1636279200,7),(811,1647169200,6),(811,1667728800,7),(811,1678618800,6),(811,1699178400,7),(811,1710068400,6),(811,1730628000,7),(811,1741518000,6),(811,1762077600,7),(811,1772967600,6),(811,1793527200,7),(811,1805022000,6),(811,1825581600,7),(811,1836471600,6),(811,1857031200,7),(811,1867921200,6),(811,1888480800,7),(811,1899370800,6),(811,1919930400,7),(811,1930820400,6),(811,1951380000,7),(811,1962874800,6),(811,1983434400,7),(811,1994324400,6),(811,2014884000,7),(811,2025774000,6),(811,2046333600,7),(811,2057223600,6),(811,2077783200,7),(811,2088673200,6),(811,2109232800,7),(811,2120122800,6),(811,2140682400,7),(812,-2147483648,0),(812,-1825098836,1),(813,-2147483648,2),(813,-1664130548,1),(813,-1650137348,2),(813,-1632076148,1),(813,-1615145348,2),(813,-1598650148,1),(813,-1590100148,2),(813,-1567286948,1),(813,-1551565748,2),(813,-1535837348,1),(813,-1520116148,2),(813,-1503782948,1),(813,-1488666548,2),(813,-1472333348,1),(813,-1457216948,2),(813,-1440883748,1),(813,-1425767348,2),(813,-1409434148,1),(813,-1394317748,2),(813,-1377984548,1),(813,-1362263348,2),(813,-1346534948,1),(813,-1330813748,2),(813,-1314480548,1),(813,-1299364148,2),(813,-1283030948,1),(813,-1267914548,2),(813,-1251581348,1),(813,-1236464948,2),(813,-1220131748,1),(813,-1205015348,2),(813,-1188682148,1),(813,-1172960948,2),(813,-1156627748,1),(813,-1141511348,2),(813,-1125178148,1),(813,-1110061748,2),(813,-1096921748,4),(813,-1093728600,3),(813,-1078612200,4),(813,-1061670600,3),(813,-1048973400,4),(813,-1030221000,3),(813,-1017523800,4),(813,-998771400,3),(813,-986074200,4),(813,-966717000,3),(813,-954624600,4),(813,-935267400,3),(813,-922570200,4),(813,-903817800,3),(813,-891120600,4),(813,-872368200,6),(813,-769395600,5),(813,-765401400,4),(813,-746044200,3),(813,-733347000,4),(813,-714594600,3),(813,-701897400,4),(813,-683145000,3),(813,-670447800,4),(813,-651695400,3),(813,-638998200,4),(813,-619641000,3),(813,-606943800,4),(813,-589401000,3),(813,-576099000,4),(813,-557951400,3),(813,-544649400,4),(813,-526501800,3),(813,-513199800,4),(813,-495052200,3),(813,-481750200,4),(813,-463602600,3),(813,-450300600,4),(813,-431548200,3),(813,-418246200,4),(813,-400098600,3),(813,-386796600,4),(813,-368649000,3),(813,-355347000,4),(813,-337199400,3),(813,-323897400,4),(813,-305749800,3),(813,-289423800,4),(813,-273695400,3),(813,-257974200,4),(813,-242245800,3),(813,-226524600,4),(813,-210796200,3),(813,-195075000,4),(813,-179346600,3),(813,-163625400,4),(813,-147897000,3),(813,-131571000,4),(813,-116447400,3),(813,-100121400,4),(813,-84393000,3),(813,-68671800,4),(813,-52943400,3),(813,-37222200,4),(813,-21493800,3),(813,-5772600,4),(813,9955800,3),(813,25677000,4),(813,41405400,3),(813,57731400,4),(813,73459800,3),(813,89181000,4),(813,104909400,3),(813,120630600,4),(813,136359000,3),(813,152080200,4),(813,167808600,3),(813,183529800,4),(813,199258200,3),(813,215584200,4),(813,230707800,3),(813,247033800,4),(813,262762200,3),(813,278483400,4),(813,294211800,3),(813,309933000,4),(813,325661400,3),(813,341382600,4),(813,357111000,3),(813,372832200,4),(813,388560600,3),(813,404886600,4),(813,420010200,3),(813,436336200,4),(813,452064600,3),(813,467785800,4),(813,483514200,3),(813,499235400,4),(813,514963800,3),(813,530685000,4),(813,544591860,3),(813,562127460,4),(813,576041460,7),(813,594178260,4),(813,607491060,3),(813,625631460,4),(813,638940660,3),(813,657081060,4),(813,670995060,3),(813,688530660,4),(813,702444660,3),(813,719980260,4),(813,733894260,3),(813,752034660,4),(813,765343860,3),(813,783484260,4),(813,796793460,3),(813,814933860,4),(813,828847860,3),(813,846383460,4),(813,860297460,3),(813,877833060,4),(813,891747060,3),(813,909282660,4),(813,923196660,3),(813,941337060,4),(813,954646260,3),(813,972786660,4),(813,986095860,3),(813,1004236260,4),(813,1018150260,3),(813,1035685860,4),(813,1049599860,3),(813,1067135460,4),(813,1081049460,3),(813,1099189860,4),(813,1112499060,3),(813,1130639460,4),(813,1143948660,3),(813,1162089060,4),(813,1173583860,3),(813,1194143460,4),(813,1205033460,3),(813,1225593060,4),(813,1236483060,3),(813,1257042660,4),(813,1268537460,3),(813,1289097060,4),(813,1299987060,3),(813,1320553800,4),(813,1331443800,3),(813,1352003400,4),(813,1362893400,3),(813,1383453000,4),(813,1394343000,3),(813,1414902600,4),(813,1425792600,3),(813,1446352200,4),(813,1457847000,3),(813,1478406600,4),(813,1489296600,3),(813,1509856200,4),(813,1520746200,3),(813,1541305800,4),(813,1552195800,3),(813,1572755400,4),(813,1583645400,3),(813,1604205000,4),(813,1615699800,3),(813,1636259400,4),(813,1647149400,3),(813,1667709000,4),(813,1678599000,3),(813,1699158600,4),(813,1710048600,3),(813,1730608200,4),(813,1741498200,3),(813,1762057800,4),(813,1772947800,3),(813,1793507400,4),(813,1805002200,3),(813,1825561800,4),(813,1836451800,3),(813,1857011400,4),(813,1867901400,3),(813,1888461000,4),(813,1899351000,3),(813,1919910600,4),(813,1930800600,3),(813,1951360200,4),(813,1962855000,3),(813,1983414600,4),(813,1994304600,3),(813,2014864200,4),(813,2025754200,3),(813,2046313800,4),(813,2057203800,3),(813,2077763400,4),(813,2088653400,3),(813,2109213000,4),(813,2120103000,3),(813,2140662600,4),(814,-2147483648,0),(814,-1825098836,1),(815,-2147483648,0),(815,-1825098836,1),(816,-2147483648,0),(816,-1825098836,1),(817,-2147483648,0),(817,-1825098836,1),(818,-2147483648,0),(818,-2030201320,2),(818,-1632063600,1),(818,-1615132800,2),(818,-880210800,3),(818,-769395600,4),(818,-765388800,2),(818,-747241200,1),(818,-732729600,2),(818,-715791600,1),(818,-702489600,2),(818,-684342000,1),(818,-671040000,2),(818,-652892400,1),(818,-639590400,2),(818,-400086000,1),(818,-384364800,2),(818,-337186800,1),(818,-321465600,2),(818,-305737200,1),(818,-292435200,2),(818,-273682800,1),(818,-260985600,2),(818,73472400,5),(819,-2147483648,0),(819,-1538503868,2),(819,547020000,1),(819,559717200,2),(819,578469600,1),(819,591166800,2),(819,1146981600,1),(819,1154926800,2),(820,-2147483648,0),(820,-1686079492,2),(820,670399200,1),(820,686120400,2),(820,701848800,1),(820,717570000,2),(820,733903200,1),(820,752043600,2),(820,765352800,1),(820,783493200,2),(820,796802400,1),(820,814942800,2),(820,828856800,1),(820,846392400,2),(820,860306400,1),(820,877842000,2),(820,891756000,1),(820,909291600,2),(820,923205600,1),(820,941346000,2),(820,954655200,1),(820,972795600,2),(820,986104800,1),(820,1004245200,2),(820,1018159200,1),(820,1035694800,2),(820,1049608800,1),(820,1067144400,2),(820,1081058400,1),(820,1099198800,2),(820,1112508000,1),(820,1130648400,2),(820,1143957600,1),(820,1162098000,2),(820,1173592800,1),(820,1194152400,2),(820,1205042400,1),(820,1225602000,2),(820,1236492000,1),(820,1257051600,2),(820,1268546400,1),(820,1289106000,2),(820,1299996000,1),(820,1320555600,2),(820,1331445600,1),(820,1352005200,2),(820,1362895200,1),(820,1383454800,2),(820,1394344800,1),(820,1414904400,2),(820,1425794400,1),(820,1446354000,2),(820,1457848800,1),(820,1478408400,2),(820,1489298400,1),(820,1509858000,2),(820,1520748000,1),(820,1541307600,2),(820,1552197600,1),(820,1572757200,2),(820,1583647200,1),(820,1604206800,2),(820,1615701600,1),(820,1636261200,2),(820,1647151200,1),(820,1667710800,2),(820,1678600800,1),(820,1699160400,2),(820,1710050400,1),(820,1730610000,2),(820,1741500000,1),(820,1762059600,2),(820,1772949600,1),(820,1793509200,2),(820,1805004000,1),(820,1825563600,2),(820,1836453600,1),(820,1857013200,2),(820,1867903200,1),(820,1888462800,2),(820,1899352800,1),(820,1919912400,2),(820,1930802400,1),(820,1951362000,2),(820,1962856800,1),(820,1983416400,2),(820,1994306400,1),(820,2014866000,2),(820,2025756000,1),(820,2046315600,2),(820,2057205600,1),(820,2077765200,2),(820,2088655200,1),(820,2109214800,2),(820,2120104800,1),(820,2140664400,2),(821,-2147483648,1),(821,-1893434400,2),(821,-880218000,3),(821,-769395600,4),(821,-765396000,2),(821,9961200,5),(821,25682400,2),(821,41410800,5),(821,57736800,2),(821,73465200,5),(821,89186400,2),(821,136364400,5),(821,152085600,2),(821,167814000,5),(821,183535200,2),(821,199263600,5),(821,215589600,2),(821,230713200,5),(821,247039200,2),(821,262767600,5),(821,278488800,2),(821,294217200,5),(821,309938400,2),(821,325666800,5),(821,341388000,2),(821,357116400,5),(821,372837600,2),(821,388566000,5),(821,404892000,2),(821,420015600,5),(821,436341600,2),(821,452070000,5),(821,467791200,2),(821,483519600,5),(821,499240800,2),(821,514969200,5),(821,530690400,2),(821,544604400,5),(821,562140000,2),(821,576054000,5),(821,594194400,2),(821,607503600,5),(821,625644000,2),(821,638953200,5),(821,657093600,2),(821,671007600,5),(821,688543200,2),(821,702457200,5),(821,719992800,2),(821,733906800,5),(821,752047200,2),(821,765356400,5),(821,783496800,2),(821,796806000,5),(821,814946400,2),(821,828860400,5),(821,846396000,2),(821,860310000,5),(821,877845600,2),(821,891759600,5),(821,909295200,2),(821,923209200,5),(821,941349600,2),(821,954658800,5),(821,972799200,2),(821,986108400,5),(821,1004248800,2),(821,1018162800,5),(821,1035698400,2),(821,1049612400,5),(821,1067148000,2),(821,1081062000,5),(821,1099202400,2),(821,1112511600,5),(821,1130652000,2),(821,1143961200,5),(821,1162101600,2),(821,1173596400,5),(821,1194156000,2),(821,1205046000,5),(821,1225605600,2),(821,1236495600,5),(821,1257055200,2),(821,1268550000,5),(821,1289109600,2),(821,1299999600,5),(821,1320559200,2),(821,1331449200,5),(821,1352008800,2),(821,1362898800,5),(821,1383458400,2),(821,1394348400,5),(821,1414908000,2),(821,1425798000,5),(821,1446357600,2),(821,1457852400,5),(821,1478412000,2),(821,1489302000,5),(821,1509861600,2),(821,1520751600,5),(821,1541311200,2),(821,1552201200,5),(821,1572760800,2),(821,1583650800,5),(821,1604210400,2),(821,1615705200,5),(821,1636264800,2),(821,1647154800,5),(821,1667714400,2),(821,1678604400,5),(821,1699164000,2),(821,1710054000,5),(821,1730613600,2),(821,1741503600,5),(821,1762063200,2),(821,1772953200,5),(821,1793512800,2),(821,1805007600,5),(821,1825567200,2),(821,1836457200,5),(821,1857016800,2),(821,1867906800,5),(821,1888466400,2),(821,1899356400,5),(821,1919916000,2),(821,1930806000,5),(821,1951365600,2),(821,1962860400,5),(821,1983420000,2),(821,1994310000,5),(821,2014869600,2),(821,2025759600,5),(821,2046319200,2),(821,2057209200,5),(821,2077768800,2),(821,2088658800,5),(821,2109218400,2),(821,2120108400,5),(821,2140668000,2),(822,-2147483648,0),(822,-1514736000,1),(822,-1451667600,2),(822,-1343062800,1),(822,-1234803600,2),(822,-1222963200,3),(822,-1207242000,2),(822,-873820800,4),(822,-769395600,5),(822,-761677200,2),(822,-686073600,3),(822,-661539600,2),(822,-495039600,3),(822,-481734000,2),(822,-463590000,3),(822,-450284400,2),(822,-431535600,3),(822,-418230000,2),(822,-400086000,3),(822,-386780400,2),(822,-368636400,3),(822,-355330800,2),(822,-337186800,3),(822,-323881200,2),(822,-305737200,3),(822,-292431600,2),(822,199274400,3),(822,215600400,2),(822,230724000,3),(822,247050000,2),(822,262778400,3),(822,278499600,2),(822,294228000,3),(822,309949200,2),(822,325677600,3),(822,341398800,2),(822,357127200,3),(822,372848400,2),(822,388576800,3),(822,404902800,2),(822,420026400,3),(822,436352400,2),(822,452080800,3),(822,467802000,2),(822,483530400,3),(822,499251600,2),(822,514980000,3),(822,530701200,2),(822,544615200,3),(822,562150800,2),(822,576064800,3),(822,594205200,2),(822,607514400,3),(822,625654800,2),(822,638964000,3),(822,657104400,2),(822,671018400,3),(822,688554000,2),(822,702468000,3),(822,720003600,2),(822,733917600,3),(822,752058000,2),(822,765367200,3),(822,783507600,2),(822,796816800,3),(822,814957200,2),(822,828871200,3),(822,846406800,2),(822,860320800,3),(822,877856400,2),(822,891770400,3),(822,909306000,2),(822,923220000,3),(822,941360400,2),(822,954669600,3),(822,972810000,2),(822,986119200,3),(822,1004259600,2),(822,1018173600,3),(822,1035709200,2),(822,1049623200,3),(822,1067158800,2),(822,1081072800,3),(822,1099213200,2),(822,1112522400,3),(822,1130662800,2),(822,1143972000,3),(822,1162112400,2),(822,1175421600,3),(822,1193562000,2),(822,1207476000,3),(822,1225011600,2),(822,1238925600,3),(822,1256461200,2),(822,1268560800,3),(822,1289120400,2),(822,1300010400,3),(822,1320570000,2),(822,1331460000,3),(822,1352019600,2),(822,1362909600,3),(822,1383469200,2),(822,1394359200,3),(822,1414918800,2),(822,1425808800,3),(822,1446368400,2),(822,1457863200,3),(822,1478422800,2),(822,1489312800,3),(822,1509872400,2),(822,1520762400,3),(822,1541322000,2),(822,1552212000,3),(822,1572771600,2),(822,1583661600,3),(822,1604221200,2),(822,1615716000,3),(822,1636275600,2),(822,1647165600,3),(822,1667725200,2),(822,1678615200,3),(822,1699174800,2),(822,1710064800,3),(822,1730624400,2),(822,1741514400,3),(822,1762074000,2),(822,1772964000,3),(822,1793523600,2),(822,1805018400,3),(822,1825578000,2),(822,1836468000,3),(822,1857027600,2),(822,1867917600,3),(822,1888477200,2),(822,1899367200,3),(822,1919926800,2),(822,1930816800,3),(822,1951376400,2),(822,1962871200,3),(822,1983430800,2),(822,1994320800,3),(822,2014880400,2),(822,2025770400,3),(822,2046330000,2),(822,2057220000,3),(822,2077779600,2),(822,2088669600,3),(822,2109229200,2),(822,2120119200,3),(822,2140678800,2),(823,-2147483648,2),(823,-1632070800,1),(823,-1615140000,2),(823,-1601753400,1),(823,-1583697600,2),(823,-1567357200,1),(823,-1554667200,2),(823,-1534698000,1),(823,-1524074400,2),(823,-1503248400,1),(823,-1492365600,2),(823,-1471798800,1),(823,-1460916000,2),(823,-1440954000,1),(823,-1428861600,2),(823,-1409504400,1),(823,-1397412000,2),(823,-1378054800,1),(823,-1365962400,2),(823,-1346605200,1),(823,-1333908000,2),(823,-1315155600,1),(823,-1301853600,2),(823,-1283706000,1),(823,-1270404000,2),(823,-1252256400,1),(823,-1238954400,2),(823,-1220806800,1),(823,-1207504800,2),(823,-1188752400,1),(823,-1176055200,2),(823,-1157302800,1),(823,-1144000800,2),(823,-1125853200,1),(823,-1112551200,2),(823,-1094403600,1),(823,-1081101600,2),(823,-1062954000,1),(823,-1049652000,2),(823,-1031504400,1),(823,-1018202400,2),(823,-1000054800,1),(823,-986752800,2),(823,-968000400,1),(823,-955303200,2),(823,-936550800,1),(823,-880218000,3),(823,-769395600,4),(823,-765396000,2),(823,-747248400,1),(823,-733946400,2),(823,-715806000,1),(823,-702504000,2),(823,-684356400,1),(823,-671054400,2),(823,-652906800,1),(823,-634161600,2),(823,-620845200,1),(823,-602704800,2),(823,-589395600,1),(823,-576093600,2),(823,-557946000,1),(823,-544644000,2),(823,-526496400,1),(823,-513194400,2),(823,-495046800,1),(823,-481744800,2),(823,-463597200,1),(823,-450295200,2),(823,-431542800,1),(823,-418240800,2),(823,-400093200,1),(823,-384372000,2),(823,-368643600,1),(823,-352922400,2),(823,-337194000,1),(823,-321472800,2),(823,-305744400,1),(823,-289418400,2),(823,-273690000,1),(823,-257968800,2),(823,-242240400,1),(823,-226519200,2),(823,-210790800,1),(823,-195069600,2),(823,-179341200,1),(823,-163620000,2),(823,-147891600,1),(823,-131565600,2),(823,-116442000,1),(823,-100116000,2),(823,-84387600,1),(823,-68666400,2),(823,-52938000,1),(823,-37216800,2),(823,-21488400,1),(823,-5767200,2),(823,9961200,1),(823,25682400,2),(823,41410800,1),(823,57736800,2),(823,73465200,1),(823,89186400,2),(823,104914800,1),(823,120636000,2),(823,136364400,1),(823,152085600,2),(823,167814000,1),(823,183535200,2),(823,199263600,1),(823,215589600,2),(823,230713200,1),(823,247039200,2),(823,262767600,1),(823,278488800,2),(823,294217200,1),(823,309938400,2),(823,325666800,1),(823,341388000,2),(823,357116400,1),(823,372837600,2),(823,388566000,1),(823,404892000,2),(823,420015600,1),(823,436341600,2),(823,452070000,1),(823,467791200,2),(823,483519600,1),(823,499240800,2),(823,514969200,1),(823,530690400,2),(823,544604400,1),(823,562140000,2),(823,576054000,1),(823,594194400,2),(823,607503600,1),(823,625644000,2),(823,638953200,1),(823,657093600,2),(823,671007600,1),(823,688543200,2),(823,702457200,1),(823,719992800,2),(823,733906800,1),(823,752047200,2),(823,765356400,1),(823,783496800,2),(823,796806000,1),(823,814946400,2),(823,828860400,1),(823,846396000,2),(823,860310000,1),(823,877845600,2),(823,891759600,1),(823,909295200,2),(823,923209200,1),(823,941349600,2),(823,954658800,1),(823,972799200,2),(823,986108400,1),(823,1004248800,2),(823,1018162800,1),(823,1035698400,2),(823,1049612400,1),(823,1067148000,2),(823,1081062000,1),(823,1099202400,2),(823,1112511600,1),(823,1130652000,2),(823,1143961200,1),(823,1162101600,2),(823,1173596400,1),(823,1194156000,2),(823,1205046000,1),(823,1225605600,2),(823,1236495600,1),(823,1257055200,2),(823,1268550000,1),(823,1289109600,2),(823,1299999600,1),(823,1320559200,2),(823,1331449200,1),(823,1352008800,2),(823,1362898800,1),(823,1383458400,2),(823,1394348400,1),(823,1414908000,2),(823,1425798000,1),(823,1446357600,2),(823,1457852400,1),(823,1478412000,2),(823,1489302000,1),(823,1509861600,2),(823,1520751600,1),(823,1541311200,2),(823,1552201200,1),(823,1572760800,2),(823,1583650800,1),(823,1604210400,2),(823,1615705200,1),(823,1636264800,2),(823,1647154800,1),(823,1667714400,2),(823,1678604400,1),(823,1699164000,2),(823,1710054000,1),(823,1730613600,2),(823,1741503600,1),(823,1762063200,2),(823,1772953200,1),(823,1793512800,2),(823,1805007600,1),(823,1825567200,2),(823,1836457200,1),(823,1857016800,2),(823,1867906800,1),(823,1888466400,2),(823,1899356400,1),(823,1919916000,2),(823,1930806000,1),(823,1951365600,2),(823,1962860400,1),(823,1983420000,2),(823,1994310000,1),(823,2014869600,2),(823,2025759600,1),(823,2046319200,2),(823,2057209200,1),(823,2077768800,2),(823,2088658800,1),(823,2109218400,2),(823,2120108400,1),(823,2140668000,2),(824,-2147483648,0),(824,-1825098836,1),(825,-2147483648,2),(825,-1632060000,1),(825,-1615129200,2),(825,-880207200,3),(825,-769395600,4),(825,-765385200,2),(825,-747237600,1),(825,-733935600,2),(825,-715788000,1),(825,-702486000,2),(825,-684338400,1),(825,-671036400,2),(825,-652888800,1),(825,-639586800,2),(825,-620834400,1),(825,-608137200,2),(825,-589384800,1),(825,-576082800,2),(825,-557935200,1),(825,-544633200,2),(825,-526485600,1),(825,-513183600,2),(825,-495036000,1),(825,-481734000,2),(825,-463586400,1),(825,-450284400,2),(825,-431532000,1),(825,-418230000,2),(825,-400082400,1),(825,-386780400,2),(825,-368632800,1),(825,-355330800,2),(825,-337183200,1),(825,-323881200,2),(825,-305733600,1),(825,-292431600,2),(825,-273679200,1),(825,-260982000,2),(825,-242229600,1),(825,-226508400,2),(825,-210780000,1),(825,-195058800,2),(825,-179330400,1),(825,-163609200,2),(825,-147880800,1),(825,-131554800,2),(825,-116431200,1),(825,-100105200,2),(825,-84376800,1),(825,-68655600,2),(825,-52927200,1),(825,-37206000,2),(825,-21477600,1),(825,-5756400,2),(825,9972000,1),(825,25693200,2),(825,41421600,1),(825,57747600,2),(825,73476000,1),(825,89197200,2),(825,104925600,1),(825,120646800,2),(825,136375200,1),(825,152096400,2),(825,167824800,1),(825,183546000,2),(825,199274400,1),(825,215600400,2),(825,230724000,1),(825,247050000,2),(825,262778400,1),(825,278499600,2),(825,294228000,1),(825,309949200,2),(825,325677600,1),(825,341398800,2),(825,357127200,1),(825,372848400,2),(825,388576800,1),(825,404902800,2),(825,420026400,1),(825,436352400,2),(825,452080800,1),(825,467802000,2),(825,483530400,1),(825,499251600,2),(825,514980000,1),(825,530701200,2),(825,544615200,1),(825,562150800,2),(825,576064800,1),(825,594205200,2),(825,607514400,1),(825,625654800,2),(825,638964000,1),(825,657104400,2),(825,671018400,1),(825,688554000,2),(825,702468000,1),(825,720003600,2),(825,733917600,1),(825,752058000,2),(825,765367200,1),(825,783507600,2),(825,796816800,1),(825,814957200,2),(825,828871200,1),(825,846406800,2),(825,860320800,1),(825,877856400,2),(825,891770400,1),(825,909306000,2),(825,923220000,1),(825,941360400,2),(825,954669600,1),(825,972810000,2),(825,986119200,1),(825,1004259600,2),(825,1018173600,1),(825,1035709200,2),(825,1049623200,1),(825,1067158800,2),(825,1081072800,1),(825,1099213200,2),(825,1112522400,1),(825,1130662800,2),(825,1143972000,1),(825,1162112400,2),(825,1173607200,1),(825,1194166800,2),(825,1205056800,1),(825,1225616400,2),(825,1236506400,1),(825,1257066000,2),(825,1268560800,1),(825,1289120400,2),(825,1300010400,1),(825,1320570000,2),(825,1331460000,1),(825,1352019600,2),(825,1362909600,1),(825,1383469200,2),(825,1394359200,1),(825,1414918800,2),(825,1425808800,1),(825,1446368400,2),(825,1457863200,1),(825,1478422800,2),(825,1489312800,1),(825,1509872400,2),(825,1520762400,1),(825,1541322000,2),(825,1552212000,1),(825,1572771600,2),(825,1583661600,1),(825,1604221200,2),(825,1615716000,1),(825,1636275600,2),(825,1647165600,1),(825,1667725200,2),(825,1678615200,1),(825,1699174800,2),(825,1710064800,1),(825,1730624400,2),(825,1741514400,1),(825,1762074000,2),(825,1772964000,1),(825,1793523600,2),(825,1805018400,1),(825,1825578000,2),(825,1836468000,1),(825,1857027600,2),(825,1867917600,1),(825,1888477200,2),(825,1899367200,1),(825,1919926800,2),(825,1930816800,1),(825,1951376400,2),(825,1962871200,1),(825,1983430800,2),(825,1994320800,1),(825,2014880400,2),(825,2025770400,1),(825,2046330000,2),(825,2057220000,1),(825,2077779600,2),(825,2088669600,1),(825,2109229200,2),(825,2120119200,1),(825,2140678800,2),(826,-2147483648,0),(826,-1825098836,1),(827,-2147483648,2),(827,-1632056400,1),(827,-1615125600,2),(827,-1596978000,1),(827,-1583164800,2),(827,-880203600,3),(827,-769395600,4),(827,-765381600,2),(827,-147884400,5),(827,-131554800,2),(827,-81961200,6),(827,325677600,7),(827,341398800,6),(827,357127200,7),(827,372848400,6),(827,388576800,7),(827,404902800,6),(827,420026400,7),(827,436352400,6),(827,452080800,7),(827,467802000,6),(827,483530400,7),(827,499251600,6),(827,514980000,7),(827,530701200,6),(827,544615200,7),(827,562150800,6),(827,576064800,7),(827,594205200,6),(827,607514400,7),(827,625654800,6),(827,638964000,7),(827,657104400,6),(827,671018400,7),(827,688554000,6),(827,702468000,7),(827,720003600,6),(827,733917600,7),(827,752058000,6),(827,765367200,7),(827,783507600,6),(827,796816800,7),(827,814957200,6),(827,828871200,7),(827,846406800,6),(827,860320800,7),(827,877856400,6),(827,891770400,7),(827,909306000,6),(827,923220000,7),(827,941360400,6),(827,954669600,7),(827,972810000,6),(827,986119200,7),(827,1004259600,6),(827,1018173600,7),(827,1035709200,6),(827,1049623200,7),(827,1067158800,6),(827,1081072800,7),(827,1099213200,6),(827,1112522400,7),(827,1130662800,6),(827,1143972000,7),(827,1162112400,6),(827,1173607200,7),(827,1194166800,6),(827,1205056800,7),(827,1225616400,6),(827,1236506400,7),(827,1257066000,6),(827,1268560800,7),(827,1289120400,6),(827,1300010400,7),(827,1320570000,6),(827,1331460000,7),(827,1352019600,6),(827,1362909600,7),(827,1383469200,6),(827,1394359200,7),(827,1414918800,6),(827,1425808800,7),(827,1446368400,6),(827,1457863200,7),(827,1478422800,6),(827,1489312800,7),(827,1509872400,6),(827,1520762400,7),(827,1541322000,6),(827,1552212000,7),(827,1572771600,6),(827,1583661600,7),(827,1604214000,8),(828,-2147483648,2),(828,-1694368800,1),(828,-1681671600,2),(828,-1632067200,1),(828,-1615136400,2),(828,-1029686400,1),(828,-1018198800,2),(828,-880214400,3),(828,-769395600,4),(828,-765392400,2),(828,-746035200,1),(828,-732733200,2),(828,-715795200,1),(828,-702493200,2),(828,-684345600,1),(828,-671043600,2),(828,-652896000,1),(828,-639594000,2),(828,-620755200,1),(828,-607626000,2),(828,-589392000,1),(828,-576090000,2),(828,-557942400,1),(828,-544640400,2),(828,-526492800,1),(828,-513190800,2),(828,-495043200,1),(828,-481741200,2),(828,-463593600,1),(828,-450291600,2),(828,-431539200,1),(828,-418237200,2),(828,-400089600,1),(828,-386787600,2),(828,-368640000,1),(828,-355338000,2),(828,-337190400,1),(828,-321469200,2),(828,-305740800,1),(828,-292438800,2),(828,-210787200,1),(828,-198090000,2),(828,-116438400,5),(828,-100108800,6),(828,-84384000,5),(828,-68659200,6),(828,-52934400,5),(828,-37209600,6),(828,-21484800,5),(828,-5760000,6),(828,9964800,5),(828,25689600,6),(828,41414400,5),(828,57744000,6),(828,73468800,5),(828,89193600,6),(828,104918400,5),(828,120643200,6),(828,136368000,5),(828,152092800,6),(828,167817600,5),(828,183542400,6),(828,199267200,5),(828,215596800,6),(828,230716800,5),(828,247046400,6),(828,262771200,5),(828,278496000,6),(828,294220800,5),(828,309945600,6),(828,325670400,5),(828,341395200,6),(828,357120000,5),(828,372844800,6),(828,388569600,5),(828,404899200,6),(828,420019200,5),(828,436348800,6),(828,452073600,5),(828,467798400,6),(828,483523200,5),(828,499248000,6),(828,514972800,5),(828,530697600,6),(828,544608000,5),(828,562147200,6),(828,576057600,5),(828,594201600,6),(828,607507200,5),(828,625651200,6),(828,638956800,5),(828,657100800,6),(828,671011200,5),(828,688550400,6),(828,702460800,5),(828,720000000,6),(828,733910400,5),(828,752054400,6),(828,765360000,5),(828,783504000,6),(828,796809600,5),(828,814953600,6),(828,828864000,5),(828,846403200,6),(828,860313600,5),(828,877852800,6),(828,891763200,5),(828,909302400,6),(828,923212800,5),(828,941356800,6),(828,954662400,5),(828,972806400,6),(828,986112000,5),(828,1004256000,6),(828,1018166400,5),(828,1035705600,6),(828,1049616000,5),(828,1067155200,6),(828,1081065600,5),(828,1099209600,6),(828,1112515200,5),(828,1130659200,6),(828,1136095200,2),(828,1143964800,1),(828,1162105200,2),(828,1173600000,1),(828,1194159600,2),(828,1205049600,1),(828,1225609200,2),(828,1236499200,1),(828,1257058800,2),(828,1268553600,1),(828,1289113200,2),(828,1300003200,1),(828,1320562800,2),(828,1331452800,1),(828,1352012400,2),(828,1362902400,1),(828,1383462000,2),(828,1394352000,1),(828,1414911600,2),(828,1425801600,1),(828,1446361200,2),(828,1457856000,1),(828,1478415600,2),(828,1489305600,1),(828,1509865200,2),(828,1520755200,1),(828,1541314800,2),(828,1552204800,1),(828,1572764400,2),(828,1583654400,1),(828,1604214000,2),(828,1615708800,1),(828,1636268400,2),(828,1647158400,1),(828,1667718000,2),(828,1678608000,1),(828,1699167600,2),(828,1710057600,1),(828,1730617200,2),(828,1741507200,1),(828,1762066800,2),(828,1772956800,1),(828,1793516400,2),(828,1805011200,1),(828,1825570800,2),(828,1836460800,1),(828,1857020400,2),(828,1867910400,1),(828,1888470000,2),(828,1899360000,1),(828,1919919600,2),(828,1930809600,1),(828,1951369200,2),(828,1962864000,1),(828,1983423600,2),(828,1994313600,1),(828,2014873200,2),(828,2025763200,1),(828,2046322800,2),(828,2057212800,1),(828,2077772400,2),(828,2088662400,1),(828,2109222000,2),(828,2120112000,1),(828,2140671600,2),(829,-2147483648,1),(829,-880203600,2),(829,-769395600,3),(829,-765381600,1),(829,-21474000,4),(829,-5752800,1),(829,9975600,4),(829,25696800,1),(829,41425200,4),(829,57751200,1),(829,73479600,4),(829,89200800,1),(829,104929200,4),(829,120650400,1),(829,126702000,4),(829,152100000,1),(829,162385200,4),(829,183549600,1),(829,199278000,4),(829,215604000,1),(829,230727600,4),(829,247053600,1),(829,262782000,4),(829,278503200,1),(829,294231600,4),(829,309952800,1),(829,325681200,4),(829,341402400,1),(829,357130800,4),(829,372852000,1),(829,388580400,4),(829,404906400,1),(829,420030000,4),(829,436356000,1),(829,439030800,6),(829,452084400,5),(829,467805600,6),(829,483534000,5),(829,499255200,6),(829,514983600,5),(829,530704800,6),(829,544618800,5),(829,562154400,6),(829,576068400,5),(829,594208800,6),(829,607518000,5),(829,625658400,6),(829,638967600,5),(829,657108000,6),(829,671022000,5),(829,688557600,6),(829,702471600,5),(829,720007200,6),(829,733921200,5),(829,752061600,6),(829,765370800,5),(829,783511200,6),(829,796820400,5),(829,814960800,6),(829,828874800,5),(829,846410400,6),(829,860324400,5),(829,877860000,6),(829,891774000,5),(829,909309600,6),(829,923223600,5),(829,941364000,6),(829,954673200,5),(829,972813600,6),(829,986122800,5),(829,1004263200,6),(829,1018177200,5),(829,1035712800,6),(829,1049626800,5),(829,1067162400,6),(829,1081076400,5),(829,1099216800,6),(829,1112526000,5),(829,1130666400,6),(829,1143975600,5),(829,1162116000,6),(829,1173610800,5),(829,1194170400,6),(829,1205060400,5),(829,1225620000,6),(829,1236510000,5),(829,1257069600,6),(829,1268564400,5),(829,1289124000,6),(829,1300014000,5),(829,1320573600,6),(829,1331463600,5),(829,1352023200,6),(829,1362913200,5),(829,1383472800,6),(829,1394362800,5),(829,1414922400,6),(829,1425812400,5),(829,1446372000,6),(829,1457866800,5),(829,1478426400,6),(829,1489316400,5),(829,1509876000,6),(829,1520766000,5),(829,1541325600,6),(829,1552215600,5),(829,1572775200,6),(829,1583665200,5),(829,1604224800,6),(829,1615719600,5),(829,1636279200,6),(829,1647169200,5),(829,1667728800,6),(829,1678618800,5),(829,1699178400,6),(829,1710068400,5),(829,1730628000,6),(829,1741518000,5),(829,1762077600,6),(829,1772967600,5),(829,1793527200,6),(829,1805022000,5),(829,1825581600,6),(829,1836471600,5),(829,1857031200,6),(829,1867921200,5),(829,1888480800,6),(829,1899370800,5),(829,1919930400,6),(829,1930820400,5),(829,1951380000,6),(829,1962874800,5),(829,1983434400,6),(829,1994324400,5),(829,2014884000,6),(829,2025774000,5),(829,2046333600,6),(829,2057223600,5),(829,2077783200,6),(829,2088673200,5),(829,2109232800,6),(829,2120122800,5),(829,2140682400,6),(830,-2147483648,0),(830,-1104537600,3),(830,-880210800,1),(830,-769395600,2),(830,-765388800,3),(830,-147891600,4),(830,-131562000,3),(830,325674000,5),(830,341395200,3),(830,357123600,5),(830,372844800,3),(830,388573200,5),(830,404899200,3),(830,420022800,5),(830,436348800,3),(830,452077200,5),(830,467798400,3),(830,483526800,5),(830,499248000,3),(830,514976400,5),(830,530697600,3),(830,544611600,5),(830,562147200,3),(830,576061200,5),(830,594201600,3),(830,607510800,5),(830,625651200,3),(830,638960400,5),(830,657100800,3),(830,671014800,5),(830,688550400,3),(830,702464400,5),(830,720000000,3),(830,733914000,5),(830,752054400,3),(830,765363600,5),(830,783504000,3),(830,796813200,5),(830,814953600,3),(830,828867600,5),(830,846403200,3),(830,860317200,5),(830,877852800,3),(830,891766800,5),(830,909302400,3),(830,923216400,5),(830,941356800,3),(830,954666000,5),(830,972806400,3),(830,986115600,5),(830,1004256000,3),(830,1018170000,5),(830,1035705600,3),(830,1049619600,5),(830,1067155200,3),(830,1081069200,5),(830,1099209600,3),(830,1112518800,5),(830,1130659200,3),(830,1143968400,5),(830,1162108800,3),(830,1173603600,5),(830,1194163200,3),(830,1205053200,5),(830,1225612800,3),(830,1236502800,5),(830,1257062400,3),(830,1268557200,5),(830,1289116800,3),(830,1300006800,5),(830,1320566400,3),(830,1331456400,5),(830,1352016000,3),(830,1362906000,5),(830,1383465600,3),(830,1394355600,5),(830,1414915200,3),(830,1425805200,5),(830,1446364800,3),(830,1457859600,5),(830,1478419200,3),(830,1489309200,5),(830,1509868800,3),(830,1520758800,5),(830,1541318400,3),(830,1552208400,5),(830,1572768000,3),(830,1583658000,5),(830,1604217600,3),(830,1615712400,5),(830,1636272000,3),(830,1647162000,5),(830,1667721600,3),(830,1678611600,5),(830,1699171200,3),(830,1710061200,5),(830,1730620800,3),(830,1741510800,5),(830,1762070400,3),(830,1772960400,5),(830,1793520000,3),(830,1805014800,5),(830,1825574400,3),(830,1836464400,5),(830,1857024000,3),(830,1867914000,5),(830,1888473600,3),(830,1899363600,5),(830,1919923200,3),(830,1930813200,5),(830,1951372800,3),(830,1962867600,5),(830,1983427200,3),(830,1994317200,5),(830,2014876800,3),(830,2025766800,5),(830,2046326400,3),(830,2057216400,5),(830,2077776000,3),(830,2088666000,5),(830,2109225600,3),(830,2120115600,5),(830,2140675200,3),(831,-2147483648,0),(831,-31536000,1),(831,1255802400,2),(831,1267714800,1),(831,1319738400,2),(831,1329843600,3),(831,1477065600,2),(831,1520701200,1),(831,1538856000,2),(831,1552752000,1),(831,1570129200,2),(831,1583596800,1),(831,1601740860,2),(831,2147483647,2),(832,-2147483648,0),(832,-409190400,1),(832,-163062000,0),(832,-28857600,1),(832,1255806000,2),(832,1268251200,3),(832,1319742000,2),(832,1329854400,3),(832,2147483647,3),(833,-2147483648,0),(833,-725846400,1),(833,-566992800,0),(833,-415497600,1),(833,2147483647,1),(834,-2147483648,1),(834,-1680508800,2),(834,-1665388800,3),(834,-1601719200,4),(834,-687052800,1),(834,-71136000,5),(834,-55411200,3),(834,-37267200,5),(834,-25776000,3),(834,-5817600,5),(834,5673600,3),(834,25632000,5),(834,37728000,3),(834,57686400,5),(834,67968000,3),(834,89136000,5),(834,100022400,3),(834,120585600,5),(834,131472000,3),(834,152035200,5),(834,162921600,3),(834,183484800,5),(834,194976000,3),(834,215539200,5),(834,226425600,3),(834,246988800,5),(834,257875200,3),(834,278438400,5),(834,289324800,3),(834,309888000,5),(834,320774400,3),(834,341337600,5),(834,352224000,3),(834,372787200,5),(834,386092800,3),(834,404841600,5),(834,417542400,3),(834,436291200,5),(834,447177600,3),(834,467740800,5),(834,478627200,3),(834,499190400,5),(834,510076800,3),(834,530035200,5),(834,542736000,3),(834,562089600,5),(834,574790400,3),(834,594144000,5),(834,606240000,3),(834,625593600,5),(834,637689600,3),(834,657043200,5),(834,670348800,3),(834,686678400,5),(834,701798400,3),(834,718128000,5),(834,733248000,3),(834,749577600,5),(834,764697600,3),(834,781027200,5),(834,796147200,3),(834,812476800,5),(834,828201600,3),(834,844531200,5),(834,859651200,3),(834,875980800,5),(834,891100800,3),(834,907430400,5),(834,922550400,3),(834,938880000,5),(834,954000000,3),(834,967305600,5),(834,985449600,3),(834,1002384000,5),(834,1017504000,3),(834,1033833600,5),(834,1048953600,3),(834,1065283200,5),(834,1080403200,3),(834,1096732800,5),(834,1111852800,3),(834,1128182400,5),(834,1143907200,3),(834,1159632000,5),(834,1174752000,3),(834,1191686400,5),(834,1207411200,3),(834,1223136000,5),(834,1238860800,3),(834,1254585600,5),(834,1262264400,2),(834,1301760000,3),(834,1317484800,5),(834,1333209600,3),(834,1349539200,5),(834,1365264000,3),(834,1380988800,5),(834,1396713600,3),(834,1412438400,5),(834,1428163200,3),(834,1443888000,5),(834,1459612800,3),(834,1475337600,5),(834,1491062400,3),(834,1506787200,5),(834,1522512000,3),(834,1538841600,5),(834,1554566400,3),(834,1570291200,5),(834,1586016000,3),(834,1601740800,5),(834,1617465600,3),(834,1633190400,5),(834,1648915200,3),(834,1664640000,5),(834,1680364800,3),(834,1696089600,5),(834,1712419200,3),(834,1728144000,5),(834,1743868800,3),(834,1759593600,5),(834,1775318400,3),(834,1791043200,5),(834,1806768000,3),(834,1822492800,5),(834,1838217600,3),(834,1853942400,5),(834,1869667200,3),(834,1885996800,5),(834,1901721600,3),(834,1917446400,5),(834,1933171200,3),(834,1948896000,5),(834,1964620800,3),(834,1980345600,5),(834,1996070400,3),(834,2011795200,5),(834,2027520000,3),(834,2043244800,5),(834,2058969600,3),(834,2075299200,5),(834,2091024000,3),(834,2106748800,5),(834,2122473600,3),(834,2138198400,5),(835,-2147483648,0),(835,-501206400,1),(835,1255809600,2),(835,2147483647,2),(836,-2147483648,2),(836,-1330335000,1),(836,-1320057000,2),(836,-1300699800,3),(836,-1287396000,2),(836,-1269250200,3),(836,-1255946400,2),(836,-1237800600,3),(836,-1224496800,2),(836,-1206351000,3),(836,-1192442400,2),(836,-1174901400,3),(836,-1160992800,2),(836,-1143451800,3),(836,-1125914400,2),(836,-1112607000,3),(836,-1094464800,2),(836,-1081157400,3),(836,-1063015200,2),(836,-1049707800,3),(836,-1031565600,2),(836,-1018258200,3),(836,-1000116000,2),(836,-986808600,3),(836,-968061600,2),(836,-955359000,3),(836,-936612000,2),(836,-923304600,3),(836,-757425600,6),(836,152632800,4),(836,162309600,5),(836,183477600,4),(836,194968800,5),(836,215532000,4),(836,226418400,5),(836,246981600,4),(836,257868000,5),(836,278431200,4),(836,289317600,5),(836,309880800,4),(836,320767200,5),(836,341330400,4),(836,352216800,5),(836,372780000,4),(836,384271200,5),(836,404834400,4),(836,415720800,5),(836,436284000,4),(836,447170400,5),(836,467733600,4),(836,478620000,5),(836,499183200,4),(836,510069600,5),(836,530632800,4),(836,541519200,5),(836,562082400,4),(836,573573600,5),(836,594136800,4),(836,605023200,5),(836,623772000,4),(836,637682400,5),(836,655221600,4),(836,669132000,5),(836,686671200,4),(836,700581600,5),(836,718120800,4),(836,732636000,5),(836,749570400,4),(836,764085600,5),(836,781020000,4),(836,795535200,5),(836,812469600,4),(836,826984800,5),(836,844524000,4),(836,858434400,5),(836,875973600,4),(836,889884000,5),(836,907423200,4),(836,921938400,5),(836,938872800,4),(836,953388000,5),(836,970322400,4),(836,984837600,5),(836,1002376800,4),(836,1016287200,5),(836,1033826400,4),(836,1047736800,5),(836,1065276000,4),(836,1079791200,5),(836,1096725600,4),(836,1111240800,5),(836,1128175200,4),(836,1142690400,5),(836,1159624800,4),(836,1174140000,5),(836,1191074400,4),(836,1207404000,5),(836,1222524000,4),(836,1238853600,5),(836,1253973600,4),(836,1270303200,5),(836,1285423200,4),(836,1301752800,5),(836,1316872800,4),(836,1333202400,5),(836,1348927200,4),(836,1365256800,5),(836,1380376800,4),(836,1396706400,5),(836,1411826400,4),(836,1428156000,5),(836,1443276000,4),(836,1459605600,5),(836,1474725600,4),(836,1491055200,5),(836,1506175200,4),(836,1522504800,5),(836,1538229600,4),(836,1554559200,5),(836,1569679200,4),(836,1586008800,5),(836,1601128800,4),(836,1617458400,5),(836,1632578400,4),(836,1648908000,5),(836,1664028000,4),(836,1680357600,5),(836,1695477600,4),(836,1712412000,5),(836,1727532000,4),(836,1743861600,5),(836,1758981600,4),(836,1775311200,5),(836,1790431200,4),(836,1806760800,5),(836,1821880800,4),(836,1838210400,5),(836,1853330400,4),(836,1869660000,5),(836,1885384800,4),(836,1901714400,5),(836,1916834400,4),(836,1933164000,5),(836,1948284000,4),(836,1964613600,5),(836,1979733600,4),(836,1996063200,5),(836,2011183200,4),(836,2027512800,5),(836,2042632800,4),(836,2058962400,5),(836,2074687200,4),(836,2091016800,5),(836,2106136800,4),(836,2122466400,5),(836,2137586400,4),(837,-2147483648,0),(837,-157766400,2),(837,-152658000,1),(837,-132955200,2),(837,-121122000,1),(837,-101419200,2),(837,-86821200,1),(837,-71092800,2),(837,-54766800,1),(837,-39038400,2),(837,-23317200,1),(837,-7588800,4),(837,128142000,3),(837,136605600,4),(837,389070000,1),(837,403070400,5),(837,416372400,6),(837,434520000,5),(837,447822000,6),(837,466574400,5),(837,479271600,6),(837,498024000,5),(837,510721200,6),(837,529473600,5),(837,545194800,6),(837,560923200,5),(837,574225200,6),(837,592372800,5),(837,605674800,6),(837,624427200,5),(837,637124400,6),(837,653457600,5),(837,668574000,6),(837,687326400,5),(837,700628400,6),(837,718776000,5),(837,732078000,6),(837,750225600,5),(837,763527600,6),(837,781675200,5),(837,794977200,6),(837,813729600,5),(837,826426800,6),(837,845179200,5),(837,859690800,6),(837,876628800,5),(837,889930800,6),(837,906868800,5),(837,923194800,6),(837,939528000,5),(837,952830000,6),(837,971582400,5),(837,984279600,6),(837,1003032000,5),(837,1015729200,6),(837,1034481600,5),(837,1047178800,6),(837,1065931200,5),(837,1079233200,6),(837,1097380800,5),(837,1110682800,6),(837,1128830400,5),(837,1142132400,6),(837,1160884800,5),(837,1173582000,6),(837,1192334400,5),(837,1206846000,6),(837,1223784000,5),(837,1237086000,6),(837,1255233600,5),(837,1270350000,6),(837,1286683200,5),(837,1304823600,6),(837,1313899200,5),(837,1335668400,6),(837,1346558400,5),(837,1367118000,6),(837,1378612800,5),(837,1398567600,6),(837,1410062400,5),(837,1463281200,6),(837,1471147200,5),(837,1480820400,4),(837,2147483647,4),(838,-2147483648,0),(838,218246400,1),(838,2147483647,1),(839,-2147483648,2),(839,-1330335000,1),(839,-1320057000,2),(839,-1300699800,3),(839,-1287396000,2),(839,-1269250200,3),(839,-1255946400,2),(839,-1237800600,3),(839,-1224496800,2),(839,-1206351000,3),(839,-1192442400,2),(839,-1174901400,3),(839,-1160992800,2),(839,-1143451800,3),(839,-1125914400,2),(839,-1112607000,3),(839,-1094464800,2),(839,-1081157400,3),(839,-1063015200,2),(839,-1049707800,3),(839,-1031565600,2),(839,-1018258200,3),(839,-1000116000,2),(839,-986808600,3),(839,-968061600,2),(839,-955359000,3),(839,-936612000,2),(839,-923304600,3),(839,-757425600,6),(839,152632800,4),(839,162309600,5),(839,183477600,4),(839,194968800,5),(839,215532000,4),(839,226418400,5),(839,246981600,4),(839,257868000,5),(839,278431200,4),(839,289317600,5),(839,309880800,4),(839,320767200,5),(839,341330400,4),(839,352216800,5),(839,372780000,4),(839,384271200,5),(839,404834400,4),(839,415720800,5),(839,436284000,4),(839,447170400,5),(839,467733600,4),(839,478620000,5),(839,499183200,4),(839,510069600,5),(839,530632800,4),(839,541519200,5),(839,562082400,4),(839,573573600,5),(839,594136800,4),(839,605023200,5),(839,623772000,4),(839,637682400,5),(839,655221600,4),(839,669132000,5),(839,686671200,4),(839,700581600,5),(839,718120800,4),(839,732636000,5),(839,749570400,4),(839,764085600,5),(839,781020000,4),(839,795535200,5),(839,812469600,4),(839,826984800,5),(839,844524000,4),(839,858434400,5),(839,875973600,4),(839,889884000,5),(839,907423200,4),(839,921938400,5),(839,938872800,4),(839,953388000,5),(839,970322400,4),(839,984837600,5),(839,1002376800,4),(839,1016287200,5),(839,1033826400,4),(839,1047736800,5),(839,1065276000,4),(839,1079791200,5),(839,1096725600,4),(839,1111240800,5),(839,1128175200,4),(839,1142690400,5),(839,1159624800,4),(839,1174140000,5),(839,1191074400,4),(839,1207404000,5),(839,1222524000,4),(839,1238853600,5),(839,1253973600,4),(839,1270303200,5),(839,1285423200,4),(839,1301752800,5),(839,1316872800,4),(839,1333202400,5),(839,1348927200,4),(839,1365256800,5),(839,1380376800,4),(839,1396706400,5),(839,1411826400,4),(839,1428156000,5),(839,1443276000,4),(839,1459605600,5),(839,1474725600,4),(839,1491055200,5),(839,1506175200,4),(839,1522504800,5),(839,1538229600,4),(839,1554559200,5),(839,1569679200,4),(839,1586008800,5),(839,1601128800,4),(839,1617458400,5),(839,1632578400,4),(839,1648908000,5),(839,1664028000,4),(839,1680357600,5),(839,1695477600,4),(839,1712412000,5),(839,1727532000,4),(839,1743861600,5),(839,1758981600,4),(839,1775311200,5),(839,1790431200,4),(839,1806760800,5),(839,1821880800,4),(839,1838210400,5),(839,1853330400,4),(839,1869660000,5),(839,1885384800,4),(839,1901714400,5),(839,1916834400,4),(839,1933164000,5),(839,1948284000,4),(839,1964613600,5),(839,1979733600,4),(839,1996063200,5),(839,2011183200,4),(839,2027512800,5),(839,2042632800,4),(839,2058962400,5),(839,2074687200,4),(839,2091016800,5),(839,2106136800,4),(839,2122466400,5),(839,2137586400,4),(840,-2147483648,0),(840,-407808000,1),(840,2147483647,1),(841,-2147483648,0),(841,1108166400,3),(841,1111885200,1),(841,1130634000,2),(841,1143334800,1),(841,1162083600,2),(841,1174784400,1),(841,1193533200,2),(841,1206838800,1),(841,1224982800,2),(841,1238288400,1),(841,1256432400,2),(841,1269738000,1),(841,1288486800,2),(841,1301187600,1),(841,1319936400,2),(841,1332637200,1),(841,1351386000,2),(841,1364691600,1),(841,1382835600,2),(841,1396141200,1),(841,1414285200,2),(841,1427590800,1),(841,1445734800,2),(841,1459040400,1),(841,1477789200,2),(841,1490490000,1),(841,1509238800,2),(841,1521939600,1),(841,1540688400,2),(841,1553994000,1),(841,1572138000,2),(841,1585443600,1),(841,1603587600,2),(841,1616893200,1),(841,1635642000,2),(841,1648342800,1),(841,1667091600,2),(841,1679792400,1),(841,1698541200,2),(841,1711846800,1),(841,1729990800,2),(841,1743296400,1),(841,1761440400,2),(841,1774746000,1),(841,1792890000,2),(841,1806195600,1),(841,1824944400,2),(841,1837645200,1),(841,1856394000,2),(841,1869094800,1),(841,1887843600,2),(841,1901149200,1),(841,1919293200,2),(841,1932598800,1),(841,1950742800,2),(841,1964048400,1),(841,1982797200,2),(841,1995498000,1),(841,2014246800,2),(841,2026947600,1),(841,2045696400,2),(841,2058397200,1),(841,2077146000,2),(841,2090451600,1),(841,2108595600,2),(841,2121901200,1),(841,2140045200,2),(841,2147483647,2),(842,-2147483648,0),(842,-380073600,1),(842,2147483647,1),(843,-2147483648,2),(843,-1691884800,1),(843,-1680573600,2),(843,-927511200,1),(843,-857257200,3),(843,-844556400,4),(843,-828226800,3),(843,-812502000,4),(843,-796777200,3),(843,-781052400,4),(843,-765327600,3),(843,-340844400,4),(843,-324514800,3),(843,-308790000,4),(843,-293065200,3),(843,-277340400,4),(843,-261615600,3),(843,-245890800,4),(843,-230166000,3),(843,-214441200,4),(843,-198716400,3),(843,-182991600,4),(843,-166662000,3),(843,-147913200,4),(843,-135212400,3),(843,315529200,2),(843,323830800,5),(843,338950800,6),(843,354675600,5),(843,370400400,6),(843,386125200,5),(843,401850000,6),(843,417574800,5),(843,433299600,6),(843,449024400,5),(843,465354000,6),(843,481078800,5),(843,496803600,6),(843,512528400,5),(843,528253200,6),(843,543978000,5),(843,559702800,6),(843,575427600,5),(843,591152400,6),(843,606877200,5),(843,622602000,6),(843,638326800,5),(843,654656400,6),(843,670381200,5),(843,686106000,6),(843,701830800,5),(843,717555600,6),(843,733280400,5),(843,749005200,6),(843,764730000,5),(843,780454800,6),(843,796179600,5),(843,811904400,6),(843,828234000,5),(843,846378000,6),(843,859683600,5),(843,877827600,6),(843,891133200,5),(843,909277200,6),(843,922582800,5),(843,941331600,6),(843,954032400,5),(843,972781200,6),(843,985482000,5),(843,1004230800,6),(843,1017536400,5),(843,1035680400,6),(843,1048986000,5),(843,1067130000,6),(843,1080435600,5),(843,1099184400,6),(843,1111885200,5),(843,1130634000,6),(843,1143334800,5),(843,1162083600,6),(843,1174784400,5),(843,1193533200,6),(843,1206838800,5),(843,1224982800,6),(843,1238288400,5),(843,1256432400,6),(843,1269738000,5),(843,1288486800,6),(843,1301187600,5),(843,1319936400,6),(843,1332637200,5),(843,1351386000,6),(843,1364691600,5),(843,1382835600,6),(843,1396141200,5),(843,1414285200,6),(843,1427590800,5),(843,1445734800,6),(843,1459040400,5),(843,1477789200,6),(843,1490490000,5),(843,1509238800,6),(843,1521939600,5),(843,1540688400,6),(843,1553994000,5),(843,1572138000,6),(843,1585443600,5),(843,1603587600,6),(843,1616893200,5),(843,1635642000,6),(843,1648342800,5),(843,1667091600,6),(843,1679792400,5),(843,1698541200,6),(843,1711846800,5),(843,1729990800,6),(843,1743296400,5),(843,1761440400,6),(843,1774746000,5),(843,1792890000,6),(843,1806195600,5),(843,1824944400,6),(843,1837645200,5),(843,1856394000,6),(843,1869094800,5),(843,1887843600,6),(843,1901149200,5),(843,1919293200,6),(843,1932598800,5),(843,1950742800,6),(843,1964048400,5),(843,1982797200,6),(843,1995498000,5),(843,2014246800,6),(843,2026947600,5),(843,2045696400,6),(843,2058397200,5),(843,2077146000,6),(843,2090451600,5),(843,2108595600,6),(843,2121901200,5),(843,2140045200,6),(844,-2147483648,0),(844,-719636812,1),(844,2147483647,1),(845,-2147483648,0),(845,-1441170468,1),(845,-1247547600,3),(845,354909600,2),(845,370717200,3),(845,386445600,2),(845,402253200,3),(845,417981600,2),(845,433789200,3),(845,449604000,2),(845,465336000,4),(845,481060800,5),(845,496785600,4),(845,512510400,5),(845,528235200,4),(845,543960000,5),(845,559684800,4),(845,575409600,5),(845,591134400,4),(845,606859200,5),(845,622584000,4),(845,638308800,5),(845,654638400,4),(845,670363200,6),(845,686091600,7),(845,695768400,4),(845,701812800,5),(845,717537600,4),(845,733262400,5),(845,748987200,4),(845,764712000,5),(845,780436800,4),(845,796161600,5),(845,811886400,4),(845,828216000,5),(845,846360000,4),(845,859665600,5),(845,877809600,4),(845,891115200,5),(845,909259200,4),(845,922564800,5),(845,941313600,4),(845,954014400,5),(845,972763200,4),(845,985464000,5),(845,1004212800,4),(845,1017518400,5),(845,1035662400,4),(845,1048968000,5),(845,1067112000,4),(845,1080417600,5),(845,1099166400,4),(845,2147483647,4),(846,-2147483648,0),(846,-1230776624,2),(846,108165600,1),(846,118270800,2),(846,136591200,1),(846,149806800,2),(846,168127200,1),(846,181342800,2),(846,199749600,1),(846,215643600,2),(846,231285600,1),(846,244501200,2),(846,262735200,1),(846,275950800,2),(846,481154400,1),(846,496962000,2),(846,512949600,1),(846,528670800,2),(846,544399200,1),(846,560120400,2),(846,575848800,1),(846,592174800,2),(846,610581600,1),(846,623624400,2),(846,641167200,1),(846,655074000,2),(846,671839200,1),(846,685918800,2),(846,702856800,1),(846,717973200,2),(846,733701600,1),(846,749422800,2),(846,765151200,1),(846,779662800,2),(846,797205600,1),(846,811116000,3),(846,828655200,1),(846,843170400,3),(846,860104800,1),(846,874620000,3),(846,891554400,1),(846,906069600,3),(846,930780000,4),(846,938124000,3),(846,954367200,4),(846,970178400,3),(846,985816800,4),(846,1001628000,3),(846,1017352800,1),(846,1033077600,3),(846,1048802400,1),(846,1066946400,3),(846,1080252000,1),(846,1097791200,3),(846,1112306400,1),(846,1128031200,3),(846,1143756000,1),(846,1161900000,3),(846,1175205600,1),(846,1193349600,3),(846,1206655200,1),(846,1225404000,3),(846,1238104800,1),(846,1256853600,3),(846,1269554400,1),(846,1288303200,3),(846,1301608800,1),(846,1319752800,3),(846,1333058400,1),(846,1387486800,2),(846,1395957600,1),(846,1414706400,3),(846,1427407200,1),(846,1446156000,3),(846,1459461600,1),(846,1477605600,3),(846,1490911200,1),(846,1509055200,3),(846,1522360800,1),(846,1540504800,3),(846,1553810400,1),(846,1571954400,3),(846,1585260000,1),(846,1604008800,3),(846,1616709600,1),(846,1635458400,3),(846,1645740000,1),(846,1666908000,3),(846,1677189600,1),(846,1698357600,3),(846,1709244000,1),(846,1729807200,3),(846,1740693600,1),(846,1761861600,3),(846,1772143200,1),(846,1793311200,3),(846,1803592800,1),(846,1824760800,3),(846,1835042400,1),(846,1856210400,3),(846,1866492000,1),(846,1887660000,3),(846,1898546400,1),(846,1919109600,3),(846,1929996000,1),(846,1951164000,3),(846,1961445600,1),(846,1982613600,3),(846,1992895200,1),(846,2014063200,3),(846,2024344800,1),(846,2045512800,3),(846,2055794400,1),(846,2076962400,3),(846,2087848800,1),(846,2109016800,3),(846,2119298400,1),(846,2140466400,3),(847,-2147483648,0),(847,-1441194596,1),(847,-1247572800,3),(847,354884400,2),(847,370692000,3),(847,386420400,4),(847,402231600,1),(847,417960000,4),(847,433767600,1),(847,449582400,4),(847,465314400,5),(847,481039200,6),(847,496764000,5),(847,512488800,6),(847,528213600,5),(847,543938400,6),(847,559663200,5),(847,575388000,6),(847,591112800,5),(847,606837600,6),(847,622562400,5),(847,638287200,6),(847,654616800,5),(847,670341600,7),(847,686070000,8),(847,695746800,5),(847,701791200,6),(847,717516000,5),(847,733240800,6),(847,748965600,5),(847,764690400,6),(847,780415200,5),(847,796140000,6),(847,811864800,5),(847,828194400,6),(847,846338400,5),(847,859644000,6),(847,877788000,5),(847,891093600,6),(847,909237600,5),(847,922543200,6),(847,941292000,5),(847,953992800,6),(847,972741600,5),(847,985442400,6),(847,1004191200,5),(847,1017496800,6),(847,1035640800,5),(847,1048946400,6),(847,1067090400,5),(847,1080396000,6),(847,1099144800,5),(847,1111845600,6),(847,1130594400,5),(847,1143295200,6),(847,1162044000,5),(847,1174744800,6),(847,1193493600,5),(847,1206799200,6),(847,1224943200,5),(847,1238248800,6),(847,1256392800,5),(847,1269698400,7),(847,1288450800,8),(847,1301151600,5),(847,2147483647,5),(848,-2147483648,0),(848,-1441164064,1),(848,-1247544000,2),(848,370724400,3),(848,386445600,4),(848,402256800,2),(848,417985200,4),(848,433792800,2),(848,449607600,4),(848,465339600,5),(848,481064400,6),(848,496789200,5),(848,512514000,6),(848,528238800,5),(848,543963600,6),(848,559688400,5),(848,575413200,6),(848,591138000,5),(848,606862800,6),(848,622587600,5),(848,638312400,6),(848,654642000,5),(848,670366800,7),(848,686095200,8),(848,695772000,5),(848,701816400,6),(848,717541200,5),(848,733266000,6),(848,748990800,5),(848,764715600,6),(848,780440400,8),(848,796168800,7),(848,811893600,8),(848,828223200,7),(848,846367200,8),(848,859672800,7),(848,877816800,8),(848,891122400,7),(848,909266400,8),(848,922572000,7),(848,941320800,8),(848,954021600,7),(848,972770400,8),(848,985471200,7),(848,1004220000,8),(848,1017525600,7),(848,1035669600,8),(848,1048975200,7),(848,1067119200,8),(848,1080424800,7),(848,1099173600,5),(848,2147483647,5),(849,-2147483648,0),(849,-1441165720,1),(849,-1247544000,2),(849,354913200,3),(849,370720800,4),(849,386445600,3),(849,402256800,2),(849,417985200,3),(849,433792800,2),(849,449607600,3),(849,465339600,5),(849,481064400,6),(849,496789200,5),(849,512514000,6),(849,528238800,5),(849,543963600,6),(849,559688400,5),(849,575413200,6),(849,591138000,5),(849,606862800,6),(849,622587600,5),(849,638312400,6),(849,654642000,5),(849,670366800,7),(849,686095200,8),(849,695772000,5),(849,701816400,6),(849,717541200,5),(849,733266000,6),(849,748990800,5),(849,764715600,6),(849,780440400,5),(849,796165200,6),(849,811890000,5),(849,828219600,6),(849,846363600,5),(849,859669200,6),(849,877813200,5),(849,891118800,6),(849,909262800,5),(849,922568400,6),(849,941317200,5),(849,954018000,6),(849,972766800,5),(849,985467600,6),(849,1004216400,5),(849,1017522000,6),(849,1035666000,5),(849,1048971600,6),(849,1067115600,5),(849,1080421200,6),(849,1099170000,5),(849,2147483647,5),(850,-2147483648,0),(850,-1441166012,1),(850,-1247544000,3),(850,354913200,2),(850,370720800,3),(850,386449200,2),(850,402256800,3),(850,417985200,2),(850,433792800,3),(850,449607600,2),(850,465339600,4),(850,481064400,5),(850,496789200,4),(850,512514000,5),(850,528238800,4),(850,543963600,5),(850,559688400,4),(850,575413200,5),(850,591138000,4),(850,606862800,5),(850,622587600,4),(850,638312400,5),(850,654642000,4),(850,670366800,6),(850,686095200,7),(850,695772000,3),(850,2147483647,3),(851,-2147483648,0),(851,-1441166012,1),(851,-1247544000,3),(851,354913200,2),(851,370720800,3),(851,386449200,2),(851,402256800,3),(851,417985200,2),(851,433792800,3),(851,449607600,2),(851,465339600,4),(851,481064400,5),(851,496789200,4),(851,512514000,5),(851,528238800,4),(851,543963600,5),(851,559688400,4),(851,575413200,5),(851,591138000,4),(851,606862800,5),(851,622587600,4),(851,638312400,5),(851,654642000,4),(851,670366800,6),(851,686095200,7),(851,695772000,3),(851,2147483647,3),(852,-2147483648,0),(852,-1441164464,1),(852,-1247540400,2),(852,370724400,3),(852,386445600,4),(852,402256800,2),(852,417985200,4),(852,433792800,2),(852,449607600,4),(852,465339600,5),(852,481064400,6),(852,496789200,5),(852,512514000,6),(852,528238800,5),(852,543963600,6),(852,559688400,5),(852,575413200,6),(852,591138000,5),(852,606862800,6),(852,622587600,5),(852,638312400,6),(852,654642000,5),(852,670366800,7),(852,686095200,8),(852,695772000,5),(852,701816400,6),(852,717541200,5),(852,733266000,6),(852,748990800,5),(852,764715600,6),(852,780440400,5),(852,796165200,6),(852,811890000,5),(852,828219600,6),(852,846363600,5),(852,859669200,6),(852,877813200,5),(852,891118800,6),(852,909262800,5),(852,922568400,7),(852,941320800,8),(852,954021600,7),(852,972770400,8),(852,985471200,7),(852,1004220000,8),(852,1017525600,7),(852,1035669600,8),(852,1048975200,7),(852,1067119200,8),(852,1080424800,7),(852,1099173600,5),(852,2147483647,5),(853,-2147483648,1),(853,-1641005856,2),(853,389048400,3),(853,402264000,2),(853,417906000,3),(853,433800000,2),(853,449614800,3),(853,465422400,2),(853,481150800,3),(853,496792800,4),(853,512517600,5),(853,528242400,4),(853,543967200,5),(853,559692000,4),(853,575416800,5),(853,591141600,4),(853,606866400,5),(853,622591200,4),(853,638316000,5),(853,654645600,4),(853,670464000,5),(853,686275200,4),(853,702086400,5),(853,717897600,4),(853,733622400,5),(853,749433600,4),(853,765158400,5),(853,780969600,4),(853,796694400,5),(853,812505600,4),(853,828316800,5),(853,844128000,4),(853,859852800,5),(853,875664000,4),(853,891388800,5),(853,907200000,4),(853,922924800,5),(853,938736000,4),(853,954547200,5),(853,970358400,4),(853,986083200,5),(853,1001894400,4),(853,1017619200,5),(853,1033430400,4),(853,1049155200,5),(853,1064966400,4),(853,1080777600,5),(853,1096588800,4),(853,1112313600,5),(853,1128124800,4),(853,1143849600,5),(853,1159660800,4),(853,1175385600,5),(853,1191196800,4),(853,2147483647,4),(854,-2147483648,0),(854,-1577935568,1),(854,76190400,2),(854,2147483647,2),(855,-2147483648,0),(855,-1441163964,1),(855,-405140400,3),(855,354916800,2),(855,370724400,3),(855,386452800,2),(855,402260400,3),(855,417988800,2),(855,433796400,3),(855,449611200,2),(855,465343200,4),(855,481068000,5),(855,496792800,4),(855,512517600,5),(855,528242400,4),(855,543967200,5),(855,559692000,4),(855,575416800,5),(855,591141600,4),(855,606866400,5),(855,622591200,4),(855,638316000,5),(855,654645600,4),(855,670370400,6),(855,686098800,7),(855,701823600,6),(855,717548400,4),(855,820440000,3),(855,828234000,8),(855,846378000,9),(855,852062400,3),(855,859680000,2),(855,877824000,3),(855,891129600,2),(855,909273600,3),(855,922579200,2),(855,941328000,3),(855,954028800,2),(855,972777600,3),(855,985478400,2),(855,1004227200,3),(855,1017532800,2),(855,1035676800,3),(855,1048982400,2),(855,1067126400,3),(855,1080432000,2),(855,1099180800,3),(855,1111881600,2),(855,1130630400,3),(855,1143331200,2),(855,1162080000,3),(855,1174780800,2),(855,1193529600,3),(855,1206835200,2),(855,1224979200,3),(855,1238284800,2),(855,1256428800,3),(855,1269734400,2),(855,1288483200,3),(855,1301184000,2),(855,1319932800,3),(855,1332633600,2),(855,1351382400,3),(855,1364688000,2),(855,1382832000,3),(855,1396137600,2),(855,1414281600,3),(855,1427587200,2),(855,1445731200,3),(855,2147483647,3),(856,-2147483648,1),(856,-1570084924,2),(856,2147483647,2),(857,-2147483648,0),(857,-1579844100,1),(857,-1247551200,3),(857,354906000,2),(857,370713600,3),(857,386442000,2),(857,402249600,3),(857,417978000,2),(857,433785600,3),(857,449600400,2),(857,465332400,4),(857,481057200,5),(857,496782000,4),(857,512506800,5),(857,528231600,4),(857,543956400,5),(857,559681200,4),(857,575406000,5),(857,591130800,4),(857,606855600,5),(857,622580400,4),(857,638305200,5),(857,654634800,4),(857,670359600,6),(857,686088000,7),(857,695764800,4),(857,701809200,5),(857,717534000,4),(857,733258800,5),(857,748983600,4),(857,764708400,5),(857,780433200,4),(857,796158000,5),(857,801590400,8),(857,811886400,7),(857,828216000,6),(857,846360000,7),(857,859665600,6),(857,877809600,7),(857,891115200,6),(857,909259200,7),(857,922564800,6),(857,941313600,7),(857,954014400,6),(857,972763200,7),(857,985464000,6),(857,1004212800,7),(857,1017518400,6),(857,1035662400,7),(857,1048968000,6),(857,1067112000,7),(857,1080417600,6),(857,1099166400,7),(857,1111867200,6),(857,1130616000,7),(857,1143316800,6),(857,1162065600,7),(857,1174766400,6),(857,1193515200,7),(857,1206820800,6),(857,1224964800,7),(857,1238270400,6),(857,1256414400,7),(857,1269720000,6),(857,1288468800,7),(857,1301169600,4),(857,1414263600,7),(857,1459022400,4),(857,2147483647,4),(858,-2147483648,2),(858,-1570413600,1),(858,-1552186800,2),(858,-1538359200,1),(858,-1522551600,2),(858,-1507514400,1),(858,-1490583600,2),(858,-1473645600,1),(858,-1460948400,2),(858,-399866400,1),(858,-386650800,2),(858,-368330400,1),(858,-355114800,2),(858,-336794400,1),(858,-323578800,2),(858,-305172000,1),(858,-291956400,2),(858,-273636000,1),(858,-260420400,2),(858,78012000,1),(858,86734800,2),(858,105055200,1),(858,118270800,2),(858,136591200,1),(858,149806800,2),(858,168127200,1),(858,181342800,2),(858,199749600,1),(858,212965200,2),(858,231285600,1),(858,244501200,2),(858,262735200,1),(858,275950800,2),(858,452210400,1),(858,466722000,2),(858,483746400,1),(858,498258000,2),(858,515282400,1),(858,529794000,2),(858,546818400,1),(858,561330000,2),(858,581119200,1),(858,592952400,2),(858,610754400,1),(858,624488400,2),(858,641512800,1),(858,656024400,2),(858,673048800,1),(858,687560400,2),(858,704671200,1),(858,718146000,2),(858,733269600,1),(858,748990800,2),(858,764719200,1),(858,780440400,2),(858,796168800,1),(858,811890000,2),(858,828223200,1),(858,843944400,2),(858,859672800,1),(858,875394000,2),(858,891122400,1),(858,906843600,2),(858,922572000,1),(858,941317200,2),(858,954021600,1),(858,972766800,2),(858,985471200,1),(858,1004216400,2),(858,1017525600,1),(858,1035666000,2),(858,1048975200,1),(858,1067115600,2),(858,1080424800,1),(858,1099170000,2),(858,1111874400,1),(858,1130619600,2),(858,1143324000,1),(858,1162069200,2),(858,1174773600,1),(858,1193518800,2),(858,1206828000,1),(858,1224968400,2),(858,1238277600,1),(858,1256418000,2),(858,1269727200,1),(858,1288472400,2),(858,1301176800,1),(858,1319922000,2),(858,1332626400,1),(858,1351371600,2),(858,1364680800,1),(858,1382821200,2),(858,1396130400,1),(858,1414270800,2),(858,1427580000,1),(858,1445720400,2),(858,1459029600,1),(858,1477774800,2),(858,1490479200,1),(858,1509224400,2),(858,1521928800,1),(858,1540674000,2),(858,1553983200,1),(858,1572123600,2),(858,1585432800,1),(858,1603573200,2),(858,1616882400,1),(858,1635627600,2),(858,1648332000,1),(858,1667077200,2),(858,1679781600,1),(858,1698526800,2),(858,1711836000,1),(858,1729976400,2),(858,1743285600,1),(858,1761426000,2),(858,1774735200,1),(858,1792875600,2),(858,1806184800,1),(858,1824930000,2),(858,1837634400,1),(858,1856379600,2),(858,1869084000,1),(858,1887829200,2),(858,1901138400,1),(858,1919278800,2),(858,1932588000,1),(858,1950728400,2),(858,1964037600,1),(858,1982782800,2),(858,1995487200,1),(858,2014232400,2),(858,2026936800,1),(858,2045682000,2),(858,2058386400,1),(858,2077131600,2),(858,2090440800,1),(858,2108581200,2),(858,2121890400,1),(858,2140030800,2),(859,-2147483648,0),(859,-1441169904,1),(859,-1247547600,3),(859,354909600,2),(859,370717200,3),(859,386445600,2),(859,402253200,3),(859,417981600,2),(859,433789200,3),(859,449604000,2),(859,465336000,4),(859,481060800,5),(859,496785600,4),(859,512510400,5),(859,528235200,4),(859,543960000,5),(859,559684800,4),(859,575409600,5),(859,591134400,4),(859,606859200,5),(859,622584000,4),(859,638308800,5),(859,654638400,4),(859,670363200,6),(859,683582400,1),(859,703018800,6),(859,717530400,1),(859,734468400,6),(859,748980000,1),(859,765918000,6),(859,780429600,1),(859,797367600,6),(859,811879200,1),(859,828817200,6),(859,843933600,1),(859,859671000,8),(859,877811400,1),(859,891120600,8),(859,909261000,1),(859,922570200,8),(859,941315400,1),(859,954019800,8),(859,972765000,1),(859,985469400,8),(859,1004214600,1),(859,1017523800,8),(859,1035664200,1),(859,1048973400,8),(859,1067113800,1),(859,1080423000,8),(859,1099168200,1),(859,1111872600,8),(859,1123783200,3),(859,2147483647,3),(860,-2147483648,0),(860,-1383464380,1),(860,-1167636600,2),(860,2147483647,2),(861,-2147483648,1),(861,-2019705670,2),(861,-891581400,3),(861,-872058600,2),(861,-862637400,3),(861,-764145000,2),(862,-2147483648,0),(862,-1579419232,1),(862,-1247558400,3),(862,354898800,2),(862,370706400,3),(862,386434800,2),(862,402242400,3),(862,417970800,2),(862,433778400,3),(862,449593200,2),(862,465325200,4),(862,481050000,5),(862,496774800,4),(862,512499600,5),(862,528224400,4),(862,543949200,5),(862,559674000,4),(862,575398800,5),(862,591123600,4),(862,606848400,5),(862,622573200,4),(862,638298000,5),(862,654627600,4),(862,670352400,6),(862,686080800,7),(862,695757600,4),(862,701802000,5),(862,717526800,4),(862,733251600,5),(862,748976400,4),(862,764701200,5),(862,780426000,4),(862,796150800,5),(862,811875600,4),(862,828205200,5),(862,846349200,4),(862,859654800,5),(862,877798800,4),(862,891104400,5),(862,909248400,4),(862,922554000,5),(862,941302800,4),(862,954003600,5),(862,972752400,4),(862,985453200,5),(862,1004202000,4),(862,1017507600,5),(862,1035651600,4),(862,1048957200,5),(862,1067101200,4),(862,1080406800,5),(862,1099155600,4),(862,1111856400,5),(862,1130605200,4),(862,1143306000,5),(862,1162054800,4),(862,1174755600,5),(862,1193504400,4),(862,1206810000,5),(862,1224954000,4),(862,1238259600,5),(862,1256403600,4),(862,1269709200,5),(862,1288458000,4),(862,1301158800,8),(862,1414252800,7),(862,1459015200,3),(862,2147483647,3),(863,-2147483648,0),(863,-2032933080,1),(863,252435600,2),(863,417974400,4),(863,433778400,3),(863,449593200,4),(863,465314400,3),(863,481042800,4),(863,496764000,3),(863,512492400,4),(863,528213600,3),(863,543942000,4),(863,559663200,3),(863,575391600,4),(863,591112800,3),(863,606841200,4),(863,622562400,3),(863,638290800,4),(863,654616800,3),(863,670345200,4),(863,686066400,3),(863,701794800,4),(863,717516000,3),(863,733244400,4),(863,748965600,3),(863,764694000,4),(863,780415200,3),(863,796143600,4),(863,811864800,3),(863,828198000,4),(863,843919200,3),(863,859647600,4),(863,875368800,3),(863,891097200,4),(863,906818400,3),(863,988390800,4),(863,1001692800,3),(863,1017421200,4),(863,1033142400,3),(863,1048870800,4),(863,1064592000,3),(863,1080320400,4),(863,1096041600,3),(863,1111770000,4),(863,1127491200,3),(863,1143219600,4),(863,1159545600,3),(863,1206889200,2),(863,1427479200,5),(863,1443193200,2),(863,1458928800,5),(863,1474642800,2),(863,2147483647,2),(864,-2147483648,2),(864,-1600675200,1),(864,-1585904400,2),(864,-933667200,1),(864,-922093200,2),(864,-908870400,1),(864,-888829200,2),(864,-881049600,1),(864,-767869200,2),(864,-745833600,1),(864,-733827600,2),(864,-716889600,1),(864,-699613200,2),(864,-683884800,1),(864,-670669200,2),(864,-652348800,1),(864,-650019600,2),(864,515527200,1),(864,527014800,2),(864,545162400,1),(864,558464400,2),(864,577216800,1),(864,589914000,2),(864,608666400,1),(864,621968400,2),(864,640116000,1),(864,653418000,2),(864,671565600,1),(864,684867600,2),(865,-2147483648,2),(865,-1600675200,1),(865,-1585904400,2),(865,-933667200,1),(865,-922093200,2),(865,-908870400,1),(865,-888829200,2),(865,-881049600,1),(865,-767869200,2),(865,-745833600,1),(865,-733827600,2),(865,-716889600,1),(865,-699613200,2),(865,-683884800,1),(865,-670669200,2),(865,-652348800,1),(865,-650019600,2),(865,515527200,1),(865,527014800,2),(865,545162400,1),(865,558464400,2),(865,577216800,1),(865,589914000,2),(865,608666400,1),(865,621968400,2),(865,640116000,1),(865,653418000,2),(865,671565600,1),(865,684867600,2),(866,-2147483648,1),(866,-2019705572,2),(866,-883287000,3),(866,-862639200,4),(866,-764051400,2),(866,832962600,5),(866,846266400,6),(866,1145039400,2),(866,2147483647,2),(867,-2147483648,1),(867,-891582800,2),(867,-872058600,3),(867,-862637400,2),(867,-576138600,4),(867,1245430800,5),(867,1262278800,4),(867,2147483647,4),(868,-2147483648,0),(868,-1577931912,2),(868,-1568592000,1),(868,-1554080400,2),(868,-1537142400,1),(868,-1522630800,2),(868,-1505692800,1),(868,-1491181200,2),(868,-1474243200,1),(868,-1459126800,2),(868,-242265600,1),(868,-228877200,2),(868,-210556800,1),(868,-197427600,2),(868,-178934400,1),(868,-165718800,2),(868,-147398400,1),(868,-134269200,2),(868,-116467200,1),(868,-102646800,2),(868,-84326400,1),(868,-71110800,2),(868,-52704000,1),(868,-39488400,2),(868,-21168000,1),(868,-7952400,2),(868,10368000,1),(868,23583600,2),(868,41904000,1),(868,55119600,2),(868,73526400,1),(868,86742000,2),(868,105062400,1),(868,118278000,2),(868,136598400,1),(868,149814000,2),(868,168134400,1),(868,181350000,2),(868,199756800,1),(868,212972400,2),(868,231292800,1),(868,241916400,2),(868,262828800,1),(868,273452400,2),(868,418694400,1),(868,433810800,2),(868,450316800,1),(868,465433200,2),(868,508896000,1),(868,529196400,2),(868,541555200,1),(868,562633200,2),(868,574387200,1),(868,594255600,2),(868,607305600,1),(868,623199600,2),(868,638928000,1),(868,654649200,2),(868,670456800,1),(868,686264400,2),(868,702684000,1),(868,717886800,2),(868,733096800,1),(868,748904400,2),(868,765151200,1),(868,780958800,2),(868,796687200,1),(868,812494800,2),(868,828309600,1),(868,844117200,2),(868,859759200,1),(868,875653200,2),(868,891208800,1),(868,907189200,2),(868,922917600,1),(868,938725200,2),(868,954540000,1),(868,970347600,2),(868,986076000,1),(868,1001883600,2),(868,1017612000,1),(868,1033419600,2),(868,1049148000,1),(868,1064955600,2),(868,1080770400,1),(868,1096578000,2),(868,1112306400,1),(868,1128114000,2),(868,1143842400,1),(868,1158872400,2),(868,1175205600,1),(868,1193950800,2),(868,1207260000,1),(868,1225486800,2),(868,1238104800,1),(868,1256850000,2),(868,1270159200,1),(868,1288299600,2),(868,1301608800,1),(868,1319749200,2),(868,1333058400,1),(868,1351198800,2),(868,1364508000,1),(868,1382648400,2),(868,1395957600,1),(868,1414702800,2),(868,1427407200,1),(868,1446152400,2),(868,1458856800,1),(868,1477602000,2),(868,1490911200,1),(868,1509051600,2),(868,1522360800,1),(868,1540501200,2),(868,1553810400,1),(868,1571950800,2),(868,1585260000,1),(868,1604005200,2),(868,1616709600,1),(868,1635454800,2),(868,1648159200,1),(868,1666904400,2),(868,1680213600,1),(868,1698354000,2),(868,1711663200,1),(868,1729803600,2),(868,1743112800,1),(868,1761858000,2),(868,1774562400,1),(868,1793307600,2),(868,1806012000,1),(868,1824757200,2),(868,1838066400,1),(868,1856206800,2),(868,1869516000,1),(868,1887656400,2),(868,1900965600,1),(868,1919106000,2),(868,1932415200,1),(868,1951160400,2),(868,1963864800,1),(868,1982610000,2),(868,1995314400,1),(868,2014059600,2),(868,2027368800,1),(868,2045509200,2),(868,2058818400,1),(868,2076958800,2),(868,2090268000,1),(868,2109013200,2),(868,2121717600,1),(868,2140462800,2),(869,-2147483648,1),(869,-891582800,2),(869,-872058600,3),(869,-862637400,2),(869,-576138600,4),(869,1245430800,5),(869,1262278800,4),(869,2147483647,4),(870,-2147483648,0),(870,-1830414140,1),(870,-879152400,2),(870,199897200,1),(870,969120000,2),(870,2147483647,2),(871,-2147483648,0),(871,-1577936472,1),(871,2147483647,1),(872,-2147483648,0),(872,-1441168512,1),(872,-1247547600,3),(872,354909600,2),(872,370717200,3),(872,386445600,2),(872,402253200,3),(872,417981600,2),(872,433789200,3),(872,449604000,2),(872,465336000,4),(872,481060800,5),(872,496785600,4),(872,512510400,5),(872,528235200,4),(872,543960000,5),(872,559684800,4),(872,575409600,5),(872,591134400,4),(872,606859200,5),(872,622584000,4),(872,638308800,5),(872,654638400,4),(872,670363200,6),(872,684363600,7),(872,2147483647,7),(873,-2147483648,0),(873,-1518920148,2),(873,166572000,1),(873,182293200,2),(873,200959200,1),(873,213829200,2),(873,228866400,1),(873,243982800,2),(873,260316000,1),(873,276123600,2),(873,291765600,1),(873,307486800,2),(873,323820000,1),(873,338936400,2),(873,354664800,1),(873,370386000,2),(873,386114400,1),(873,401835600,2),(873,417564000,1),(873,433285200,2),(873,449013600,1),(873,465339600,2),(873,481068000,1),(873,496789200,2),(873,512517600,1),(873,528238800,2),(873,543967200,1),(873,559688400,2),(873,575416800,1),(873,591138000,2),(873,606866400,1),(873,622587600,2),(873,638316000,1),(873,654642000,2),(873,670370400,1),(873,686091600,2),(873,701820000,1),(873,717541200,2),(873,733269600,1),(873,748990800,2),(873,764719200,1),(873,780440400,2),(873,796168800,1),(873,811890000,2),(873,828223200,1),(873,843944400,2),(873,859672800,1),(873,875394000,2),(873,891122400,1),(873,909277200,3),(873,922582800,4),(873,941331600,3),(873,954032400,4),(873,972781200,3),(873,985482000,4),(873,1004230800,3),(873,1017536400,4),(873,1035680400,3),(873,1048986000,4),(873,1067130000,3),(873,1080435600,4),(873,1099184400,3),(873,1111885200,4),(873,1130634000,3),(873,1143334800,4),(873,1162083600,3),(873,1174784400,4),(873,1193533200,3),(873,1206838800,4),(873,1224982800,3),(873,1238288400,4),(873,1256432400,3),(873,1269738000,4),(873,1288486800,3),(873,1301187600,4),(873,1319936400,3),(873,1332637200,4),(873,1351386000,3),(873,1364691600,4),(873,1382835600,3),(873,1396141200,4),(873,1414285200,3),(873,1427590800,4),(873,1445734800,3),(873,1459040400,4),(873,1473282000,5),(873,1509238800,3),(873,1521939600,4),(873,1540688400,3),(873,1553994000,4),(873,1572138000,3),(873,1585443600,4),(873,1603587600,3),(873,1616893200,4),(873,1635642000,3),(873,1648342800,4),(873,1667091600,3),(873,1679792400,4),(873,1698541200,3),(873,1711846800,4),(873,1729990800,3),(873,1743296400,4),(873,1761440400,3),(873,1774746000,4),(873,1792890000,3),(873,1806195600,4),(873,1824944400,3),(873,1837645200,4),(873,1856394000,3),(873,1869094800,4),(873,1887843600,3),(873,1901149200,4),(873,1919293200,3),(873,1932598800,4),(873,1950742800,3),(873,1964048400,4),(873,1982797200,3),(873,1995498000,4),(873,2014246800,3),(873,2026947600,4),(873,2045696400,3),(873,2058397200,4),(873,2077146000,3),(873,2090451600,4),(873,2108595600,3),(873,2121901200,4),(873,2140045200,3),(874,-2147483648,3),(874,-933638400,1),(874,-923097600,2),(874,-919036800,1),(874,-857347200,2),(874,-844300800,1),(874,-825811200,2),(874,-812678400,1),(874,-794188800,2),(874,-779846400,1),(874,-762652800,2),(874,-748310400,1),(874,-731116800,2),(874,-682653600,3),(874,-399088800,4),(874,-386650800,3),(874,-368330400,4),(874,-355114800,3),(874,-336790800,4),(874,-323654400,3),(874,-305168400,4),(874,-292032000,3),(874,-273632400,4),(874,-260496000,3),(874,-242096400,4),(874,-228960000,3),(874,-210560400,4),(874,-197424000,3),(874,-178938000,4),(874,-165801600,3),(874,-147402000,4),(874,-134265600,3),(874,-115866000,4),(874,-102643200,3),(874,-84330000,4),(874,-81313200,6),(874,142380000,5),(874,150843600,6),(874,167176800,5),(874,178664400,6),(874,334101600,7),(874,337730400,8),(874,452642400,7),(874,462319200,8),(874,482277600,5),(874,494370000,6),(874,516751200,5),(874,526424400,6),(874,545436000,5),(874,558478800,6),(874,576626400,5),(874,589323600,6),(874,609890400,5),(874,620773200,6),(874,638316000,5),(874,651618000,6),(874,669765600,5),(874,683672400,6),(874,701820000,5),(874,715726800,6),(874,733701600,5),(874,747176400,6),(874,765151200,5),(874,778021200,6),(874,796600800,5),(874,810075600,6),(874,820447200,3),(874,828655200,4),(874,843170400,9),(874,860104800,4),(874,874620000,9),(874,891554400,4),(874,906069600,9),(874,915141600,3),(874,924213600,4),(874,939934800,3),(874,956268000,4),(874,971989200,3),(874,987717600,4),(874,1003438800,3),(874,1019167200,4),(874,1034888400,3),(874,1050616800,4),(874,1066338000,3),(874,1082066400,4),(874,1096581600,3),(874,1113516000,4),(874,1128380400,3),(874,1143842400,4),(874,1158872400,3),(874,1175378400,4),(874,1189638000,3),(874,1206655200,4),(874,1219957200,3),(874,1238104800,4),(874,1252015200,3),(874,1269640860,4),(874,1281474000,3),(874,1301608860,4),(874,1312146000,3),(874,1333058400,4),(874,1348178400,3),(874,1364508000,4),(874,1380229200,3),(874,1395957600,4),(874,1414098000,3),(874,1427493600,4),(874,1445551200,3),(874,1458946800,4),(874,1477692000,3),(874,1490396400,4),(874,1509141600,3),(874,1521846000,4),(874,1540591200,3),(874,1553810400,4),(874,1572037200,3),(874,1585346400,4),(874,1603490400,3),(874,1616796000,4),(874,1635458400,3),(874,1648332000,4),(874,1666908000,3),(874,1679781600,4),(874,1698357600,3),(874,1711836000,4),(874,1729807200,3),(874,1743285600,4),(874,1761256800,3),(874,1774735200,4),(874,1792706400,3),(874,1806184800,4),(874,1824760800,3),(874,1837634400,4),(874,1856210400,3),(874,1869084000,4),(874,1887660000,3),(874,1901138400,4),(874,1919109600,3),(874,1932588000,4),(874,1950559200,3),(874,1964037600,4),(874,1982613600,3),(874,1995487200,4),(874,2014063200,3),(874,2026936800,4),(874,2045512800,3),(874,2058386400,4),(874,2076962400,3),(874,2090440800,4),(874,2108412000,3),(874,2121890400,4),(874,2139861600,3),(875,-2147483648,2),(875,-1600675200,1),(875,-1585904400,2),(875,-933667200,1),(875,-922093200,2),(875,-908870400,1),(875,-888829200,2),(875,-881049600,1),(875,-767869200,2),(875,-745833600,1),(875,-733827600,2),(875,-716889600,1),(875,-699613200,2),(875,-683884800,1),(875,-670669200,2),(875,-652348800,1),(875,-650019600,2),(875,515527200,1),(875,527014800,2),(875,545162400,1),(875,558464400,2),(875,577216800,1),(875,589914000,2),(875,608666400,1),(875,621968400,2),(875,640116000,1),(875,653418000,2),(875,671565600,1),(875,684867600,2),(876,-2147483648,3),(876,-933638400,1),(876,-923097600,2),(876,-919036800,1),(876,-857347200,2),(876,-844300800,1),(876,-825811200,2),(876,-812678400,1),(876,-794188800,2),(876,-779846400,1),(876,-762652800,2),(876,-748310400,1),(876,-731116800,2),(876,-682653600,3),(876,-399088800,4),(876,-386650800,3),(876,-368330400,4),(876,-355114800,3),(876,-336790800,4),(876,-323654400,3),(876,-305168400,4),(876,-292032000,3),(876,-273632400,4),(876,-260496000,3),(876,-242096400,4),(876,-228960000,3),(876,-210560400,4),(876,-197424000,3),(876,-178938000,4),(876,-165801600,3),(876,-147402000,4),(876,-134265600,3),(876,-115866000,4),(876,-102643200,3),(876,-84330000,4),(876,-81313200,6),(876,142380000,5),(876,150843600,6),(876,167176800,5),(876,178664400,6),(876,334101600,7),(876,337730400,8),(876,452642400,7),(876,462319200,8),(876,482277600,5),(876,494370000,6),(876,516751200,5),(876,526424400,6),(876,545436000,5),(876,558478800,6),(876,576626400,5),(876,589323600,6),(876,609890400,5),(876,620773200,6),(876,638316000,5),(876,651618000,6),(876,669765600,5),(876,683672400,6),(876,701820000,5),(876,715726800,6),(876,733701600,5),(876,747176400,6),(876,765151200,5),(876,778021200,6),(876,796600800,5),(876,810075600,6),(876,820447200,3),(876,828655200,4),(876,843170400,9),(876,860104800,4),(876,874620000,9),(876,891554400,4),(876,906069600,9),(876,915141600,3),(876,924213600,4),(876,939934800,3),(876,956268000,4),(876,971989200,3),(876,987717600,4),(876,1003438800,3),(876,1019167200,4),(876,1034888400,3),(876,1050616800,4),(876,1066338000,3),(876,1082066400,4),(876,1096581600,3),(876,1113516000,4),(876,1128380400,3),(876,1143842400,4),(876,1158872400,3),(876,1175378400,4),(876,1189638000,3),(876,1206655200,4),(876,1220216400,3),(876,1238104800,4),(876,1252015200,3),(876,1269554400,4),(876,1281474000,3),(876,1301608860,4),(876,1312146000,3),(876,1314655200,4),(876,1317330000,3),(876,1333058400,4),(876,1348178400,3),(876,1364508000,4),(876,1380229200,3),(876,1395957600,4),(876,1414098000,3),(876,1427493600,4),(876,1445551200,3),(876,1458946800,4),(876,1477692000,3),(876,1490396400,4),(876,1509141600,3),(876,1521846000,4),(876,1540591200,3),(876,1553810400,4),(876,1572037200,3),(876,1585346400,4),(876,1603490400,3),(876,1616796000,4),(876,1635458400,3),(876,1648332000,4),(876,1666908000,3),(876,1679781600,4),(876,1698357600,3),(876,1711836000,4),(876,1729807200,3),(876,1743285600,4),(876,1761256800,3),(876,1774735200,4),(876,1792706400,3),(876,1806184800,4),(876,1824760800,3),(876,1837634400,4),(876,1856210400,3),(876,1869084000,4),(876,1887660000,3),(876,1901138400,4),(876,1919109600,3),(876,1932588000,4),(876,1950559200,3),(876,1964037600,4),(876,1982613600,3),(876,1995487200,4),(876,2014063200,3),(876,2026936800,4),(876,2045512800,3),(876,2058386400,4),(876,2076962400,3),(876,2090440800,4),(876,2108412000,3),(876,2121890400,4),(876,2139861600,3),(877,-2147483648,0),(877,-2004073600,1),(877,-1851577590,2),(877,-852105600,3),(877,-782643600,4),(877,-767869200,2),(877,-718095600,3),(877,-457776000,2),(877,-315648000,3),(877,171820800,2),(877,2147483647,2),(878,-2147483648,0),(878,-2056690800,1),(878,-900910800,2),(878,-891579600,3),(878,-884248200,4),(878,-761209200,1),(878,-747907200,2),(878,-728541000,5),(878,-717049800,6),(878,-697091400,5),(878,-683785800,6),(878,-668061000,5),(878,-654755400,2),(878,-636611400,5),(878,-623305800,2),(878,-605161800,5),(878,-591856200,2),(878,-573712200,5),(878,-559801800,2),(878,-541657800,5),(878,-528352200,2),(878,-510211800,1),(878,-498112200,2),(878,-478762200,1),(878,-466662600,2),(878,-446707800,1),(878,-435213000,2),(878,-415258200,1),(878,-403158600,2),(878,-383808600,1),(878,-371709000,2),(878,-352359000,1),(878,-340259400,2),(878,-320909400,1),(878,-308809800,2),(878,-288855000,1),(878,-277360200,2),(878,-257405400,1),(878,-245910600,2),(878,-225955800,1),(878,-213856200,2),(878,-194506200,1),(878,-182406600,2),(878,-163056600,1),(878,-148537800,2),(878,-132816600,1),(878,-117088200,2),(878,-101367000,1),(878,-85638600,2),(878,-69312600,1),(878,-53584200,2),(878,-37863000,1),(878,-22134600,2),(878,-6413400,1),(878,9315000,2),(878,25036200,1),(878,40764600,2),(878,56485800,1),(878,72214200,2),(878,88540200,1),(878,104268600,2),(878,119989800,1),(878,126041400,2),(878,151439400,1),(878,167167800,2),(878,182889000,1),(878,198617400,2),(878,214338600,1),(878,295385400,2),(878,309292200,1),(879,-2147483648,0),(879,-2032927596,1),(879,252439200,3),(879,417978000,2),(879,433785600,3),(879,449600400,2),(879,465321600,3),(879,481050000,2),(879,496771200,3),(879,512499600,2),(879,528220800,3),(879,543949200,2),(879,559670400,3),(879,575398800,2),(879,591120000,3),(879,606848400,2),(879,622569600,3),(879,638298000,2),(879,654624000,3),(879,670352400,2),(879,686073600,3),(879,701802000,2),(879,717523200,3),(879,733251600,2),(879,748972800,3),(879,764701200,2),(879,780422400,3),(879,796150800,2),(879,811872000,3),(879,828205200,2),(879,843926400,3),(879,859654800,2),(879,875376000,3),(879,891104400,2),(879,906825600,3),(879,988398000,2),(879,1001700000,3),(879,1017428400,2),(879,1033149600,3),(879,1048878000,2),(879,1064599200,3),(879,1080327600,2),(879,1096048800,3),(879,1111777200,2),(879,1127498400,3),(879,1143226800,2),(879,1159552800,3),(879,1427482800,2),(879,1443196800,3),(879,1458932400,2),(879,1474646400,3),(879,2147483647,3),(880,-2147483648,1),(880,-1575874625,2),(880,-1247554800,4),(880,354902400,3),(880,370710000,4),(880,386438400,3),(880,402246000,4),(880,417974400,3),(880,433782000,4),(880,449596800,3),(880,465328800,5),(880,481053600,6),(880,496778400,5),(880,512503200,6),(880,528228000,5),(880,543952800,6),(880,559677600,5),(880,575402400,6),(880,591127200,5),(880,606852000,6),(880,622576800,5),(880,638301600,6),(880,654631200,5),(880,670356000,7),(880,686084400,8),(880,695761200,5),(880,701805600,6),(880,717530400,5),(880,733255200,6),(880,748980000,5),(880,764704800,6),(880,780429600,5),(880,796154400,6),(880,811879200,5),(880,828208800,6),(880,846352800,5),(880,859658400,6),(880,877802400,5),(880,891108000,6),(880,909252000,5),(880,922557600,6),(880,941306400,5),(880,954007200,6),(880,972756000,5),(880,985456800,6),(880,1004205600,5),(880,1017511200,6),(880,1035655200,5),(880,1048960800,6),(880,1067104800,5),(880,1080410400,6),(880,1099159200,5),(880,1111860000,6),(880,1130608800,5),(880,1143309600,6),(880,1162058400,5),(880,1174759200,6),(880,1193508000,5),(880,1206813600,6),(880,1224957600,5),(880,1238263200,6),(880,1256407200,5),(880,1269712800,6),(880,1288461600,5),(880,1301162400,9),(880,1414256400,5),(880,2147483647,5),(881,-2147483648,1),(881,-1869875816,3),(881,-1693706400,2),(881,-1680490800,3),(881,-1570413600,2),(881,-1552186800,3),(881,-1538359200,2),(881,-1522551600,3),(881,-1507514400,2),(881,-1490583600,3),(881,-1440208800,2),(881,-1428030000,3),(881,-1409709600,2),(881,-1396494000,3),(881,-931053600,2),(881,-922676400,3),(881,-917834400,2),(881,-892436400,3),(881,-875844000,2),(881,-764737200,3),(881,-744343200,2),(881,-733806000,3),(881,-716436000,2),(881,-701924400,3),(881,-684986400,2),(881,-670474800,3),(881,-654141600,2),(881,-639025200,3),(881,-622087200,2),(881,-606970800,3),(881,-590032800,2),(881,-575521200,3),(881,-235620000,2),(881,-194842800,3),(881,-177732000,2),(881,-165726000,3),(881,107910000,2),(881,121215600,3),(881,133920000,2),(881,152665200,3),(881,164678400,2),(881,184114800,3),(881,196214400,2),(881,215564400,3),(881,228873600,2),(881,245804400,3),(881,260323200,2),(881,267915600,4),(881,428454000,5),(881,433893600,4),(881,468111600,3),(881,482799600,6),(881,496710000,7),(881,512521200,6),(881,528246000,7),(881,543970800,6),(881,559695600,7),(881,575420400,6),(881,591145200,7),(881,606870000,6),(881,622594800,7),(881,638319600,6),(881,654649200,7),(881,670374000,6),(881,686098800,7),(881,701823600,6),(881,717548400,7),(881,733273200,6),(881,748998000,7),(881,764118000,6),(881,780447600,7),(881,796172400,6),(881,811897200,7),(881,828226800,6),(881,846370800,7),(881,859676400,6),(881,877820400,7),(881,891126000,6),(881,909270000,7),(881,922575600,6),(881,941324400,7),(881,954025200,6),(881,972774000,7),(881,985474800,6),(881,1004223600,7),(881,1017529200,6),(881,1035673200,7),(881,1048978800,6),(881,1067122800,7),(881,1080428400,6),(881,1099177200,7),(881,1111878000,6),(881,1130626800,7),(881,1143327600,6),(881,1162076400,7),(881,1167602400,3),(881,1174784400,8),(881,1193533200,9),(881,1206838800,8),(881,1224982800,9),(881,1238288400,8),(881,1256432400,9),(881,1269738000,8),(881,1288486800,9),(881,1301274000,8),(881,1319936400,9),(881,1332637200,8),(881,1351386000,9),(881,1364691600,8),(881,1382835600,9),(881,1396227600,8),(881,1414285200,9),(881,1427590800,8),(881,1446944400,9),(881,1459040400,8),(881,1473195600,4),(881,2147483647,4),(882,-2147483648,1),(882,-1451719200,2),(882,-1172906400,3),(882,-876641400,4),(882,-766054800,3),(882,-683883000,5),(882,-620812800,3),(882,-189415800,6),(883,-2147483648,0),(883,-1172913768,1),(883,-799491600,2),(883,-189423000,3),(884,-2147483648,1),(884,-1641003640,6),(884,-933638400,2),(884,-923097600,3),(884,-919036800,2),(884,-857347200,3),(884,-844300800,2),(884,-825811200,3),(884,-812678400,2),(884,-794188800,3),(884,-779846400,2),(884,-762652800,3),(884,-748310400,2),(884,-731116800,3),(884,-681955200,4),(884,-673228800,2),(884,-667958400,3),(884,-652320000,2),(884,-636422400,3),(884,-622080000,2),(884,-608947200,3),(884,-591840000,2),(884,-572486400,3),(884,-558576000,2),(884,-542851200,3),(884,-527731200,2),(884,-514425600,3),(884,-490838400,2),(884,-482976000,3),(884,-459388800,2),(884,-451526400,3),(884,-428544000,2),(884,-418262400,3),(884,-400118400,2),(884,-387417600,3),(884,142380000,5),(884,150843600,6),(884,167176800,5),(884,178664400,6),(884,334101600,7),(884,337730400,8),(884,452642400,7),(884,462319200,8),(884,482277600,5),(884,494370000,6),(884,516751200,5),(884,526424400,6),(884,545436000,5),(884,558478800,6),(884,576626400,5),(884,589323600,6),(884,609890400,5),(884,620773200,6),(884,638316000,5),(884,651618000,6),(884,669765600,5),(884,683672400,6),(884,701820000,5),(884,715726800,6),(884,733701600,5),(884,747176400,6),(884,765151200,5),(884,778021200,6),(884,796600800,5),(884,810075600,6),(884,826840800,5),(884,842821200,6),(884,858895200,5),(884,874184400,6),(884,890344800,5),(884,905029200,6),(884,923011200,5),(884,936313200,6),(884,955670400,5),(884,970783200,6),(884,986770800,5),(884,1001282400,6),(884,1017356400,5),(884,1033941600,6),(884,1048806000,5),(884,1065132000,6),(884,1081292400,5),(884,1095804000,6),(884,1112313600,5),(884,1128812400,6),(884,1143763200,5),(884,1159657200,6),(884,1175212800,5),(884,1189897200,6),(884,1206662400,5),(884,1223161200,6),(884,1238112000,5),(884,1254006000,6),(884,1269561600,5),(884,1284246000,6),(884,1301616000,5),(884,1317510000,6),(884,1333065600,5),(884,1348354800,6),(884,1364515200,5),(884,1382828400,6),(884,1395964800,5),(884,1414278000,6),(884,1427414400,5),(884,1445727600,6),(884,1458864000,5),(884,1477782000,6),(884,1490313600,5),(884,1509231600,6),(884,1521763200,5),(884,1540681200,6),(884,1553817600,5),(884,1572130800,6),(884,1585267200,5),(884,1603580400,6),(884,1616716800,5),(884,1635634800,6),(884,1648166400,5),(884,1667084400,6),(884,1679616000,5),(884,1698534000,6),(884,1711670400,5),(884,1729983600,6),(884,1743120000,5),(884,1761433200,6),(884,1774569600,5),(884,1792882800,6),(884,1806019200,5),(884,1824937200,6),(884,1837468800,5),(884,1856386800,6),(884,1868918400,5),(884,1887836400,6),(884,1900972800,5),(884,1919286000,6),(884,1932422400,5),(884,1950735600,6),(884,1963872000,5),(884,1982790000,6),(884,1995321600,5),(884,2014239600,6),(884,2026771200,5),(884,2045689200,6),(884,2058220800,5),(884,2077138800,6),(884,2090275200,5),(884,2108588400,6),(884,2121724800,5),(884,2140038000,6),(885,-2147483648,1),(885,-788932800,2),(885,2147483647,2),(886,-2147483648,0),(886,-1487759676,1),(886,-1247569200,3),(886,354888000,2),(886,370695600,3),(886,386424000,2),(886,402231600,3),(886,417960000,2),(886,433767600,3),(886,449582400,2),(886,465314400,4),(886,481039200,5),(886,496764000,4),(886,512488800,5),(886,528213600,4),(886,543938400,5),(886,559663200,4),(886,575388000,5),(886,591112800,4),(886,606837600,5),(886,622562400,4),(886,638287200,5),(886,654616800,4),(886,670341600,6),(886,686070000,7),(886,695746800,4),(886,701791200,5),(886,717516000,4),(886,733240800,5),(886,748965600,4),(886,764690400,5),(886,780415200,4),(886,796140000,5),(886,811864800,4),(886,828194400,5),(886,846338400,4),(886,859644000,5),(886,877788000,4),(886,891093600,5),(886,909237600,4),(886,922543200,5),(886,941292000,4),(886,953992800,5),(886,972741600,4),(886,985442400,5),(886,1004191200,4),(886,1017496800,5),(886,1035640800,4),(886,1048946400,5),(886,1067090400,4),(886,1080396000,5),(886,1099144800,4),(886,1111845600,5),(886,1130594400,4),(886,1143295200,5),(886,1162044000,4),(886,1174744800,5),(886,1193493600,4),(886,1206799200,5),(886,1224943200,4),(886,1238248800,5),(886,1256392800,4),(886,1269698400,6),(886,1288450800,7),(886,1301151600,4),(886,2147483647,4),(887,-2147483648,0),(887,-1988166492,1),(887,-862637400,2),(887,-764145000,1),(887,-576135000,3),(887,38775600,5),(887,1018119600,4),(887,1033840800,5),(887,1212260400,4),(887,1225476000,5),(887,1239735600,4),(887,1257012000,5),(888,-2147483648,0),(888,-1325483420,1),(888,2147483647,1),(889,-2147483648,0),(889,-1577943676,1),(889,504901800,2),(889,2147483647,2),(890,-2147483648,0),(890,-1577943676,1),(890,504901800,2),(890,2147483647,2),(891,-2147483648,0),(891,-1579424533,1),(891,-1247558400,3),(891,354898800,2),(891,370706400,3),(891,386434800,2),(891,402242400,3),(891,417970800,2),(891,433778400,3),(891,449593200,2),(891,465325200,4),(891,481050000,5),(891,496774800,4),(891,512499600,5),(891,528224400,4),(891,543949200,5),(891,559674000,4),(891,575398800,5),(891,591123600,4),(891,606848400,5),(891,622573200,4),(891,638298000,5),(891,654627600,4),(891,670352400,6),(891,686080800,7),(891,695757600,4),(891,701802000,5),(891,717526800,4),(891,733251600,5),(891,748976400,4),(891,764701200,5),(891,780426000,4),(891,796150800,5),(891,811875600,4),(891,828205200,5),(891,846349200,4),(891,859654800,5),(891,877798800,4),(891,891104400,5),(891,909248400,4),(891,922554000,5),(891,941302800,4),(891,954003600,5),(891,972752400,4),(891,985453200,5),(891,1004202000,4),(891,1017507600,5),(891,1035651600,4),(891,1048957200,5),(891,1067101200,4),(891,1072882800,10),(891,1080403200,8),(891,1099152000,9),(891,1111852800,8),(891,1130601600,9),(891,1143302400,8),(891,1162051200,9),(891,1174752000,8),(891,1193500800,9),(891,1206806400,8),(891,1224950400,9),(891,1238256000,8),(891,1256400000,9),(891,1269705600,8),(891,1288454400,9),(891,1301155200,11),(891,1315832400,9),(891,1414252800,4),(891,2147483647,4),(892,-2147483648,1),(892,-2019705670,2),(892,-891581400,3),(892,-872058600,2),(892,-862637400,3),(892,-764145000,2),(893,-2147483648,0),(893,-1577513486,1),(893,-1247551200,3),(893,354906000,2),(893,370713600,3),(893,386442000,2),(893,402249600,3),(893,417978000,2),(893,433785600,3),(893,449600400,2),(893,465332400,4),(893,481057200,5),(893,496782000,4),(893,512506800,5),(893,528231600,4),(893,543956400,5),(893,559681200,4),(893,575406000,5),(893,591130800,4),(893,606855600,5),(893,622580400,4),(893,638305200,5),(893,654634800,4),(893,670359600,6),(893,686088000,7),(893,695764800,4),(893,701809200,5),(893,717534000,4),(893,733258800,5),(893,748983600,4),(893,764708400,5),(893,780433200,4),(893,796158000,5),(893,811882800,4),(893,828212400,5),(893,846356400,4),(893,859662000,5),(893,877806000,4),(893,891111600,5),(893,909255600,4),(893,922561200,5),(893,941310000,4),(893,954010800,5),(893,972759600,4),(893,985460400,5),(893,1004209200,4),(893,1017514800,5),(893,1035658800,4),(893,1048964400,5),(893,1067108400,4),(893,1080414000,5),(893,1099162800,4),(893,1111863600,5),(893,1130612400,4),(893,1143313200,5),(893,1162062000,4),(893,1174762800,5),(893,1193511600,4),(893,1206817200,5),(893,1224961200,4),(893,1238266800,5),(893,1256410800,4),(893,1269716400,5),(893,1288465200,4),(893,1301166000,8),(893,1414260000,4),(893,2147483647,4),(894,-2147483648,1),(894,-2038200925,2),(894,-1167634800,3),(894,-1073028000,4),(894,-894180000,5),(894,-879665400,6),(894,-767005200,5),(894,378664200,7),(894,2147483647,7),(895,-2147483648,0),(895,-1383463280,1),(895,-1167636600,3),(895,-1082448000,2),(895,-1074586800,3),(895,-1050825600,2),(895,-1042964400,3),(895,-1019289600,2),(895,-1011428400,3),(895,-987753600,2),(895,-979892400,3),(895,-956217600,2),(895,-948356400,3),(895,-924595200,2),(895,-916734000,3),(895,-893059200,2),(895,-885198000,3),(895,-879667200,4),(895,-767005200,3),(895,2147483647,3),(896,-2147483648,0),(896,-719636812,1),(896,2147483647,1),(897,-2147483648,0),(897,-2056692850,1),(897,-884509200,3),(897,-873280800,2),(897,-855918000,3),(897,-841744800,2),(897,-828529200,3),(897,-765363600,1),(897,-747046800,4),(897,-733827600,5),(897,-716461200,4),(897,-697021200,5),(897,-683715600,4),(897,-667990800,5),(897,-654771600,4),(897,-636627600,5),(897,-623322000,4),(897,-605178000,5),(897,-591872400,4),(897,-573642000,5),(897,-559818000,4),(897,-541674000,5),(897,-528368400,4),(897,-510224400,5),(897,-498128400,4),(897,-478774800,5),(897,-466678800,4),(897,-446720400,5),(897,-435229200,4),(897,-415258200,1),(897,-403158600,6),(897,-383808600,1),(897,-371709000,6),(897,-352359000,1),(897,-340259400,6),(897,-320909400,1),(897,-308809800,6),(897,-288855000,1),(897,-277360200,6),(897,-257405400,1),(897,-245910600,6),(897,-225955800,1),(897,-213856200,6),(897,-194506200,1),(897,-182406600,6),(897,-163056600,1),(897,-148537800,6),(897,-132820200,1),(897,-117088200,6),(897,-101370600,1),(897,-85638600,6),(897,-69312600,1),(897,-53584200,6),(897,-37863000,1),(897,-22134600,6),(897,-6413400,1),(897,9315000,6),(897,25036200,1),(897,40764600,6),(897,56485800,1),(897,72214200,6),(897,88540200,1),(897,104268600,6),(897,119989800,1),(897,126041400,6),(897,151439400,1),(897,167167800,6),(897,182889000,1),(897,198617400,6),(897,214338600,1),(897,295385400,6),(897,309292200,1),(898,-2147483648,0),(898,-2056692850,1),(898,-884509200,3),(898,-873280800,2),(898,-855918000,3),(898,-841744800,2),(898,-828529200,3),(898,-765363600,1),(898,-747046800,4),(898,-733827600,5),(898,-716461200,4),(898,-697021200,5),(898,-683715600,4),(898,-667990800,5),(898,-654771600,4),(898,-636627600,5),(898,-623322000,4),(898,-605178000,5),(898,-591872400,4),(898,-573642000,5),(898,-559818000,4),(898,-541674000,5),(898,-528368400,4),(898,-510224400,5),(898,-498128400,4),(898,-478774800,5),(898,-466678800,4),(898,-446720400,5),(898,-435229200,4),(898,-415258200,1),(898,-403158600,6),(898,-383808600,1),(898,-371709000,6),(898,-352359000,1),(898,-340259400,6),(898,-320909400,1),(898,-308809800,6),(898,-288855000,1),(898,-277360200,6),(898,-257405400,1),(898,-245910600,6),(898,-225955800,1),(898,-213856200,6),(898,-194506200,1),(898,-182406600,6),(898,-163056600,1),(898,-148537800,6),(898,-132820200,1),(898,-117088200,6),(898,-101370600,1),(898,-85638600,6),(898,-69312600,1),(898,-53584200,6),(898,-37863000,1),(898,-22134600,6),(898,-6413400,1),(898,9315000,6),(898,25036200,1),(898,40764600,6),(898,56485800,1),(898,72214200,6),(898,88540200,1),(898,104268600,6),(898,119989800,1),(898,126041400,6),(898,151439400,1),(898,167167800,6),(898,182889000,1),(898,198617400,6),(898,214338600,1),(898,295385400,6),(898,309292200,1),(899,-2147483648,0),(899,-1441188192,1),(899,-1247565600,3),(899,354891600,2),(899,370699200,3),(899,386427600,2),(899,402235200,3),(899,417963600,2),(899,433771200,3),(899,449586000,2),(899,465318000,4),(899,481042800,5),(899,496767600,4),(899,512492400,5),(899,528217200,4),(899,543942000,5),(899,559666800,4),(899,575391600,5),(899,591116400,4),(899,606841200,5),(899,622566000,4),(899,638290800,5),(899,654620400,4),(899,670345200,6),(899,686073600,7),(899,695750400,4),(899,701794800,5),(899,717519600,4),(899,733244400,5),(899,748969200,4),(899,764694000,5),(899,780418800,4),(899,796143600,5),(899,811868400,4),(899,828198000,5),(899,846342000,4),(899,859647600,5),(899,877791600,4),(899,891097200,5),(899,909241200,4),(899,922546800,5),(899,941295600,4),(899,953996400,5),(899,972745200,4),(899,985446000,5),(899,1004194800,4),(899,1017500400,5),(899,1035644400,4),(899,1048950000,5),(899,1067094000,4),(899,1080399600,5),(899,1099148400,4),(899,1111849200,5),(899,1130598000,4),(899,1143298800,5),(899,1162047600,4),(899,1174748400,5),(899,1193497200,4),(899,1206802800,5),(899,1224946800,4),(899,1238252400,5),(899,1256396400,4),(899,1269702000,5),(899,1288450800,4),(899,1301151600,8),(899,1414245600,7),(899,1461427200,4),(899,2147483647,4),(900,-2147483648,0),(900,-1577951856,1),(900,-1172908656,2),(900,-880272000,3),(900,-766054800,4),(901,-2147483648,2),(901,-1046678400,1),(901,-1038733200,2),(901,-873273600,3),(901,-794221200,2),(901,-496224000,1),(901,-489315600,2),(901,259344000,1),(901,275151600,2),(902,-2147483648,0),(902,-1577936472,1),(902,2147483647,1),(903,-2147483648,0),(903,-1518920008,2),(903,166572000,1),(903,182293200,2),(903,200959200,1),(903,213829200,2),(903,228866400,1),(903,243982800,2),(903,260316000,1),(903,276123600,2),(903,291765600,1),(903,307486800,2),(903,323820000,1),(903,338936400,2),(903,354664800,1),(903,370386000,2),(903,386114400,1),(903,401835600,2),(903,417564000,1),(903,433285200,2),(903,449013600,1),(903,465339600,2),(903,481068000,1),(903,496789200,2),(903,512517600,1),(903,528238800,2),(903,543967200,1),(903,559688400,2),(903,575416800,1),(903,591138000,2),(903,606866400,1),(903,622587600,2),(903,638316000,1),(903,654642000,2),(903,670370400,1),(903,686091600,2),(903,701820000,1),(903,717541200,2),(903,733269600,1),(903,748990800,2),(903,764719200,1),(903,780440400,2),(903,796168800,1),(903,811890000,2),(903,828223200,1),(903,843944400,2),(903,859672800,1),(903,875394000,2),(903,891122400,1),(903,909277200,3),(903,922582800,4),(903,941331600,3),(903,954032400,4),(903,972781200,3),(903,985482000,4),(903,1004230800,3),(903,1017536400,4),(903,1035680400,3),(903,1048986000,4),(903,1067130000,3),(903,1080435600,4),(903,1099184400,3),(903,1111885200,4),(903,1130634000,3),(903,1143334800,4),(903,1162083600,3),(903,1174784400,4),(903,1193533200,3),(903,1206838800,4),(903,1224982800,3),(903,1238288400,4),(903,1256432400,3),(903,1269738000,4),(903,1288486800,3),(903,1301187600,4),(903,1319936400,3),(903,1332637200,4),(903,1351386000,3),(903,1364691600,4),(903,1382835600,3),(903,1396141200,4),(903,1414285200,3),(903,1427590800,4),(903,1445734800,3),(903,1459040400,4),(903,1477789200,3),(903,1490490000,4),(903,1509238800,3),(903,1521939600,4),(903,1540688400,3),(903,1553994000,4),(903,1572138000,3),(903,1585443600,4),(903,1603587600,3),(903,1616893200,4),(903,1635642000,3),(903,1648342800,4),(903,1667091600,3),(903,1679792400,4),(903,1698541200,3),(903,1711846800,4),(903,1729990800,3),(903,1743296400,4),(903,1761440400,3),(903,1774746000,4),(903,1792890000,3),(903,1806195600,4),(903,1824944400,3),(903,1837645200,4),(903,1856394000,3),(903,1869094800,4),(903,1887843600,3),(903,1901149200,4),(903,1919293200,3),(903,1932598800,4),(903,1950742800,3),(903,1964048400,4),(903,1982797200,3),(903,1995498000,4),(903,2014246800,3),(903,2026947600,4),(903,2045696400,3),(903,2058397200,4),(903,2077146000,3),(903,2090451600,4),(903,2108595600,3),(903,2121901200,4),(903,2140045200,3),(904,-2147483648,0),(904,-1441259328,1),(904,-1247551200,3),(904,354906000,2),(904,370713600,3),(904,386442000,2),(904,402249600,3),(904,417978000,2),(904,433785600,3),(904,449600400,2),(904,465332400,4),(904,481057200,5),(904,496782000,4),(904,512506800,5),(904,528231600,4),(904,543956400,5),(904,559681200,4),(904,575406000,5),(904,591130800,4),(904,606855600,5),(904,622580400,4),(904,638305200,5),(904,654634800,4),(904,670359600,6),(904,686088000,7),(904,695764800,4),(904,701809200,5),(904,717534000,4),(904,733258800,5),(904,748983600,4),(904,764708400,5),(904,780433200,4),(904,796158000,5),(904,811882800,4),(904,828212400,5),(904,846356400,4),(904,859662000,5),(904,877806000,4),(904,891111600,5),(904,909255600,4),(904,922561200,5),(904,941310000,4),(904,954010800,5),(904,972759600,4),(904,985460400,5),(904,1004209200,4),(904,1017514800,5),(904,1035658800,4),(904,1048964400,5),(904,1067108400,4),(904,1080414000,5),(904,1099162800,4),(904,1111863600,5),(904,1130612400,4),(904,1143313200,5),(904,1162062000,4),(904,1174762800,5),(904,1193511600,4),(904,1206817200,5),(904,1224961200,4),(904,1238266800,5),(904,1256410800,4),(904,1269716400,6),(904,1288468800,7),(904,1301169600,4),(904,2147483647,4),(905,-2147483648,0),(905,-1579476700,1),(905,-1247551200,3),(905,354906000,2),(905,370713600,3),(905,386442000,2),(905,402249600,3),(905,417978000,2),(905,433785600,3),(905,449600400,2),(905,465332400,4),(905,481057200,5),(905,496782000,4),(905,512506800,5),(905,528231600,4),(905,543956400,5),(905,559681200,4),(905,575406000,5),(905,591130800,4),(905,606855600,5),(905,622580400,4),(905,638305200,5),(905,654634800,4),(905,670359600,6),(905,686088000,7),(905,695764800,4),(905,701809200,5),(905,717534000,4),(905,733258800,5),(905,738086400,8),(905,748987200,7),(905,764712000,6),(905,780436800,7),(905,796161600,6),(905,811886400,7),(905,828216000,6),(905,846360000,7),(905,859665600,6),(905,877809600,7),(905,891115200,6),(905,909259200,7),(905,922564800,6),(905,941313600,7),(905,954014400,6),(905,972763200,7),(905,985464000,6),(905,1004212800,7),(905,1017518400,6),(905,1035662400,7),(905,1048968000,6),(905,1067112000,7),(905,1080417600,6),(905,1099166400,7),(905,1111867200,6),(905,1130616000,7),(905,1143316800,6),(905,1162065600,7),(905,1174766400,6),(905,1193515200,7),(905,1206820800,6),(905,1224964800,7),(905,1238270400,6),(905,1256414400,7),(905,1269720000,6),(905,1288468800,7),(905,1301169600,4),(905,1414263600,7),(905,1469304000,4),(905,2147483647,4),(906,-2147483648,0),(906,-1582088010,1),(906,-1247547600,3),(906,354909600,2),(906,370717200,3),(906,386445600,2),(906,402253200,3),(906,417981600,2),(906,433789200,3),(906,449604000,2),(906,465336000,4),(906,481060800,5),(906,496785600,4),(906,512510400,5),(906,528235200,4),(906,543960000,5),(906,559684800,4),(906,575409600,5),(906,591134400,4),(906,606859200,5),(906,622584000,4),(906,638308800,5),(906,654638400,4),(906,670363200,6),(906,686091600,7),(906,695768400,4),(906,701812800,5),(906,717537600,4),(906,733262400,5),(906,748987200,4),(906,764712000,5),(906,780436800,4),(906,796161600,5),(906,811886400,4),(906,828216000,5),(906,846360000,4),(906,859665600,5),(906,877809600,4),(906,891115200,5),(906,909259200,4),(906,922564800,5),(906,941313600,4),(906,954014400,5),(906,972763200,4),(906,985464000,5),(906,1004212800,4),(906,1017518400,5),(906,1035662400,4),(906,1048968000,5),(906,1067112000,4),(906,1080417600,5),(906,1099166400,4),(906,1111867200,5),(906,1130616000,4),(906,1143316800,5),(906,1162065600,4),(906,1174766400,5),(906,1193515200,4),(906,1206820800,5),(906,1224964800,4),(906,1238270400,5),(906,1256414400,4),(906,1269720000,5),(906,1288468800,4),(906,1301169600,8),(906,1414263600,4),(906,2147483647,4),(907,-2147483648,0),(907,-1441164324,1),(907,-1247540400,2),(907,354913200,3),(907,370720800,4),(907,386445600,3),(907,402256800,2),(907,417985200,3),(907,433792800,2),(907,449607600,3),(907,465339600,5),(907,481064400,6),(907,496789200,5),(907,512514000,6),(907,528238800,5),(907,543963600,6),(907,559688400,5),(907,575413200,6),(907,591138000,5),(907,606862800,7),(907,622591200,8),(907,638316000,7),(907,654645600,8),(907,670370400,7),(907,686095200,8),(907,695772000,5),(907,701816400,7),(907,717544800,8),(907,733269600,7),(907,748994400,8),(907,764719200,7),(907,780444000,8),(907,796168800,7),(907,811893600,8),(907,828223200,7),(907,846367200,8),(907,859672800,7),(907,877816800,8),(907,891122400,7),(907,909266400,8),(907,922572000,7),(907,941320800,8),(907,954021600,7),(907,972770400,8),(907,985471200,7),(907,1004220000,8),(907,1017525600,7),(907,1035669600,8),(907,1048975200,7),(907,1067119200,8),(907,1080424800,7),(907,1099173600,5),(907,2147483647,5),(908,-2147483648,1),(908,-1570084924,2),(908,2147483647,2),(909,-2147483648,0),(909,-1946186240,1),(909,-1172906240,2),(909,-881220600,3),(909,-766054800,2),(909,-683883000,4),(909,-620812800,2),(909,-189415800,5),(909,567964800,6),(910,-2147483648,0),(910,-1948782180,1),(910,-1830414600,2),(910,-768646800,3),(910,1439564400,1),(910,1525446000,3),(911,-2147483648,0),(911,-1577935568,1),(911,76190400,2),(911,2147483647,2),(912,-2147483648,0),(912,-1441167268,1),(912,-1247544000,2),(912,354913200,3),(912,370720800,4),(912,386445600,3),(912,402256800,2),(912,417985200,3),(912,433792800,2),(912,449607600,3),(912,465339600,5),(912,481064400,6),(912,496789200,5),(912,512514000,6),(912,528238800,5),(912,543963600,6),(912,559688400,5),(912,575413200,6),(912,591138000,5),(912,606862800,6),(912,622587600,5),(912,638312400,6),(912,654642000,5),(912,670366800,7),(912,686095200,8),(912,695772000,5),(912,701816400,6),(912,717541200,5),(912,733266000,6),(912,748990800,5),(912,764715600,6),(912,780440400,5),(912,796165200,6),(912,811890000,5),(912,828219600,6),(912,846363600,5),(912,859669200,6),(912,877813200,5),(912,891118800,6),(912,909262800,5),(912,922568400,6),(912,941317200,5),(912,954018000,6),(912,972766800,5),(912,985467600,6),(912,1004216400,5),(912,1017522000,6),(912,1035666000,5),(912,1048971600,6),(912,1067115600,5),(912,1080421200,6),(912,1099170000,9),(912,2147483647,9),(913,-2147483648,0),(913,-1441167712,1),(913,-1247544000,2),(913,354913200,3),(913,370720800,4),(913,386445600,3),(913,402256800,2),(913,417985200,3),(913,433792800,2),(913,449607600,3),(913,465339600,5),(913,481064400,6),(913,496789200,5),(913,512514000,6),(913,528238800,5),(913,543963600,6),(913,559688400,5),(913,575413200,6),(913,591138000,5),(913,606862800,6),(913,622587600,5),(913,638312400,6),(913,654642000,5),(913,670366800,7),(913,686095200,5),(913,695768400,9),(913,701812800,6),(913,717541200,5),(913,733266000,6),(913,748990800,5),(913,764715600,6),(913,780440400,5),(913,796165200,6),(913,811890000,5),(913,828219600,6),(913,846363600,5),(913,859669200,6),(913,877813200,5),(913,891118800,6),(913,909262800,5),(913,922568400,6),(913,941317200,5),(913,954018000,6),(913,972766800,5),(913,985467600,6),(913,1004216400,5),(913,1017522000,6),(913,1035666000,5),(913,1048971600,6),(913,1067115600,5),(913,1080421200,6),(913,1099170000,9),(913,1545328800,2),(913,2147483647,2),(914,-2147483648,1),(914,-1577946287,2),(914,-873268200,3),(914,-778410000,2),(914,2147483647,2),(915,-2147483648,0),(915,-719636812,1),(915,2147483647,1),(916,-2147483648,0),(916,-2004073600,1),(916,-1851577590,2),(916,-852105600,3),(916,-782643600,4),(916,-767869200,2),(916,-718095600,3),(916,-457776000,2),(916,-315648000,3),(916,171820800,2),(916,2147483647,2),(917,-2147483648,0),(917,-2031039048,1),(917,-768560400,3),(917,354891600,2),(917,370699200,3),(917,386427600,2),(917,402235200,3),(917,417963600,2),(917,433771200,3),(917,449586000,2),(917,465318000,4),(917,481042800,5),(917,496767600,4),(917,512492400,5),(917,528217200,4),(917,543942000,5),(917,559666800,4),(917,575391600,5),(917,591116400,4),(917,606841200,5),(917,622566000,4),(917,638290800,5),(917,654620400,4),(917,670345200,6),(917,686073600,7),(917,695750400,4),(917,701794800,5),(917,717519600,4),(917,733244400,5),(917,748969200,4),(917,764694000,5),(917,780418800,4),(917,796143600,5),(917,811868400,4),(917,828198000,5),(917,846342000,4),(917,859647600,6),(917,877795200,7),(917,891100800,6),(917,909244800,7),(917,922550400,6),(917,941299200,7),(917,954000000,6),(917,972748800,7),(917,985449600,6),(917,1004198400,7),(917,1017504000,6),(917,1035648000,7),(917,1048953600,6),(917,1067097600,7),(917,1080403200,6),(917,1099152000,7),(917,1111852800,6),(917,1130601600,7),(917,1143302400,6),(917,1162051200,7),(917,1174752000,6),(917,1193500800,7),(917,1206806400,6),(917,1224950400,7),(917,1238256000,6),(917,1256400000,7),(917,1269705600,6),(917,1288454400,7),(917,1301155200,4),(917,1414249200,7),(917,1459008000,4),(917,2147483647,4),(918,-2147483648,0),(918,-1441168073,1),(918,-1247544000,2),(918,354913200,3),(918,370720800,4),(918,386445600,3),(918,402256800,2),(918,417985200,3),(918,433792800,2),(918,449607600,3),(918,465339600,5),(918,481064400,6),(918,496789200,5),(918,512514000,6),(918,528238800,5),(918,543963600,6),(918,559688400,5),(918,575413200,6),(918,591138000,5),(918,606862800,6),(918,622587600,5),(918,638312400,6),(918,654642000,5),(918,670366800,6),(918,686091600,5),(918,694206000,2),(918,2147483647,2),(919,-2147483648,0),(919,-1948782472,1),(919,-1830414600,2),(919,-767350800,4),(919,-681210000,3),(919,-672228000,4),(919,-654771600,3),(919,-640864800,4),(919,-623408400,3),(919,-609415200,4),(919,-588848400,3),(919,-577965600,4),(919,-498128400,1),(919,-462702600,5),(919,-451733400,1),(919,-429784200,5),(919,-418296600,1),(919,-399544200,5),(919,-387451800,1),(919,-368094600,5),(919,-356002200,1),(919,-336645000,5),(919,-324552600,1),(919,-305195400,5),(919,-293103000,1),(919,-264933000,4),(919,547578000,3),(919,560883600,4),(919,579027600,3),(919,592333200,4),(920,-2147483648,2),(920,-1600675200,1),(920,-1585904400,2),(920,-933667200,1),(920,-922093200,2),(920,-908870400,1),(920,-888829200,2),(920,-881049600,1),(920,-767869200,2),(920,-745833600,1),(920,-733827600,2),(920,-716889600,1),(920,-699613200,2),(920,-683884800,1),(920,-670669200,2),(920,-652348800,1),(920,-650019600,2),(920,515527200,1),(920,527014800,2),(920,545162400,1),(920,558464400,2),(920,577216800,1),(920,589914000,2),(920,608666400,1),(920,621968400,2),(920,640116000,1),(920,653418000,2),(920,671565600,1),(920,684867600,2),(921,-2147483648,1),(921,-2038200925,2),(921,-1167634800,3),(921,-1073028000,4),(921,-894180000,5),(921,-879665400,6),(921,-767005200,5),(921,378664200,7),(921,2147483647,7),(922,-2147483648,0),(922,-1441188892,1),(922,-1247565600,3),(922,354891600,2),(922,370699200,3),(922,386427600,2),(922,402235200,3),(922,417963600,2),(922,433771200,3),(922,449586000,2),(922,465318000,4),(922,481042800,5),(922,496767600,4),(922,512492400,5),(922,528217200,4),(922,543942000,5),(922,559666800,4),(922,575391600,5),(922,591116400,4),(922,606841200,5),(922,622566000,4),(922,638290800,5),(922,654620400,4),(922,670345200,6),(922,686073600,7),(922,695750400,4),(922,701794800,5),(922,717519600,4),(922,733244400,5),(922,748969200,4),(922,764694000,5),(922,780418800,4),(922,796143600,5),(922,811868400,4),(922,828198000,5),(922,846342000,4),(922,859647600,5),(922,877791600,4),(922,891097200,5),(922,909241200,4),(922,922546800,5),(922,941295600,4),(922,953996400,5),(922,972745200,4),(922,985446000,5),(922,1004194800,4),(922,1017500400,5),(922,1035644400,4),(922,1048950000,5),(922,1067094000,4),(922,1080399600,5),(922,1099148400,4),(922,1111849200,5),(922,1130598000,4),(922,1143298800,5),(922,1162047600,4),(922,1174748400,5),(922,1193497200,4),(922,1206802800,5),(922,1224946800,4),(922,1238252400,5),(922,1256396400,4),(922,1269702000,5),(922,1288450800,4),(922,1301151600,8),(922,1414245600,4),(922,2147483647,4),(923,-2147483648,1),(923,-1017820800,2),(923,-766224000,1),(923,-745833600,3),(923,-733827600,1),(923,-716889600,3),(923,-699613200,1),(923,-683884800,3),(923,-670669200,1),(923,-652348800,3),(923,-639133200,1),(923,-620812800,3),(923,-607597200,1),(923,-589276800,3),(923,-576061200,1),(923,-562924800,3),(923,-541760400,1),(923,-528710400,3),(923,-510224400,1),(923,-497174400,3),(923,-478688400,1),(923,-465638400,3),(923,-449830800,1),(923,-434016000,3),(923,-418208400,1),(923,-402480000,3),(923,-386672400,1),(923,-370944000,3),(923,-355136400,1),(923,-339408000,3),(923,-323600400,1),(923,-302515200,3),(923,-291978000,1),(923,-270979200,3),(923,-260442000,1),(923,133977600,3),(923,149785200,1),(923,165513600,3),(923,181321200,1),(923,299606400,3),(923,307551600,1),(924,-2147483648,0),(924,-1441168631,1),(924,-1247547600,3),(924,354909600,2),(924,370717200,3),(924,386445600,2),(924,402253200,3),(924,417981600,2),(924,433789200,3),(924,449604000,2),(924,465336000,4),(924,481060800,5),(924,496785600,4),(924,512510400,5),(924,528235200,4),(924,543960000,5),(924,559684800,4),(924,575409600,5),(924,591134400,4),(924,606859200,5),(924,622584000,4),(924,638308800,5),(924,654638400,4),(924,670363200,6),(924,686091600,7),(924,694206000,1),(924,2147483647,1),(925,-2147483648,1),(925,-1441162751,2),(925,-405140400,4),(925,354916800,3),(925,370724400,4),(925,386452800,3),(925,402260400,4),(925,417988800,3),(925,433796400,4),(925,449611200,3),(925,465343200,5),(925,481068000,6),(925,496792800,5),(925,512517600,6),(925,528242400,5),(925,543967200,6),(925,559692000,5),(925,575416800,6),(925,591141600,5),(925,606866400,6),(925,622591200,5),(925,638316000,6),(925,654645600,5),(925,670370400,7),(925,686098800,8),(925,694213200,2),(925,701816400,9),(925,717537600,2),(925,733266000,9),(925,748987200,2),(925,764715600,9),(925,780436800,4),(925,796161600,3),(925,811882800,4),(925,828216000,3),(925,859662000,3),(925,877806000,4),(925,891115200,3),(925,909255600,4),(925,922564800,3),(925,941310000,4),(925,954014400,3),(925,972759600,4),(925,985464000,3),(925,1004209200,4),(925,1017518400,3),(925,1035658800,4),(925,1048968000,3),(925,1067108400,4),(925,1080417600,3),(925,1088276400,9),(925,1099177200,8),(925,1111878000,4),(925,2147483647,4),(926,-2147483648,0),(926,-1704165944,1),(926,-757394744,2),(926,247177800,4),(926,259272000,3),(926,277758000,4),(926,283982400,2),(926,290809800,5),(926,306531000,2),(926,322432200,5),(926,338499000,2),(926,673216200,5),(926,685481400,2),(926,701209800,5),(926,717103800,2),(926,732745800,5),(926,748639800,2),(926,764281800,5),(926,780175800,2),(926,795817800,5),(926,811711800,2),(926,827353800,5),(926,843247800,2),(926,858976200,5),(926,874870200,2),(926,890512200,5),(926,906406200,2),(926,922048200,5),(926,937942200,2),(926,953584200,5),(926,969478200,2),(926,985206600,5),(926,1001100600,2),(926,1016742600,5),(926,1032636600,2),(926,1048278600,5),(926,1064172600,2),(926,1079814600,5),(926,1095708600,2),(926,1111437000,5),(926,1127331000,2),(926,1206045000,5),(926,1221939000,2),(926,1237667400,5),(926,1253561400,2),(926,1269203400,5),(926,1285097400,2),(926,1300739400,5),(926,1316633400,2),(926,1332275400,5),(926,1348169400,2),(926,1363897800,5),(926,1379791800,2),(926,1395433800,5),(926,1411327800,2),(926,1426969800,5),(926,1442863800,2),(926,1458505800,5),(926,1474399800,2),(926,1490128200,5),(926,1506022200,2),(926,1521664200,5),(926,1537558200,2),(926,1553200200,5),(926,1569094200,2),(926,1584736200,5),(926,1600630200,2),(926,1616358600,5),(926,1632252600,2),(926,1647894600,5),(926,1663788600,2),(926,1679430600,5),(926,1695324600,2),(926,1710966600,5),(926,1726860600,2),(926,1742589000,5),(926,1758483000,2),(926,1774125000,5),(926,1790019000,2),(926,1805661000,5),(926,1821555000,2),(926,1837197000,5),(926,1853091000,2),(926,1868733000,5),(926,1884627000,2),(926,1900355400,5),(926,1916249400,2),(926,1931891400,5),(926,1947785400,2),(926,1963427400,5),(926,1979321400,2),(926,1994963400,5),(926,2010857400,2),(926,2026585800,5),(926,2042479800,2),(926,2058121800,5),(926,2074015800,2),(926,2089657800,5),(926,2105551800,2),(926,2121193800,5),(926,2137087800,2),(927,-2147483648,1),(927,-1641003640,6),(927,-933638400,2),(927,-923097600,3),(927,-919036800,2),(927,-857347200,3),(927,-844300800,2),(927,-825811200,3),(927,-812678400,2),(927,-794188800,3),(927,-779846400,2),(927,-762652800,3),(927,-748310400,2),(927,-731116800,3),(927,-681955200,4),(927,-673228800,2),(927,-667958400,3),(927,-652320000,2),(927,-636422400,3),(927,-622080000,2),(927,-608947200,3),(927,-591840000,2),(927,-572486400,3),(927,-558576000,2),(927,-542851200,3),(927,-527731200,2),(927,-514425600,3),(927,-490838400,2),(927,-482976000,3),(927,-459388800,2),(927,-451526400,3),(927,-428544000,2),(927,-418262400,3),(927,-400118400,2),(927,-387417600,3),(927,142380000,5),(927,150843600,6),(927,167176800,5),(927,178664400,6),(927,334101600,7),(927,337730400,8),(927,452642400,7),(927,462319200,8),(927,482277600,5),(927,494370000,6),(927,516751200,5),(927,526424400,6),(927,545436000,5),(927,558478800,6),(927,576626400,5),(927,589323600,6),(927,609890400,5),(927,620773200,6),(927,638316000,5),(927,651618000,6),(927,669765600,5),(927,683672400,6),(927,701820000,5),(927,715726800,6),(927,733701600,5),(927,747176400,6),(927,765151200,5),(927,778021200,6),(927,796600800,5),(927,810075600,6),(927,826840800,5),(927,842821200,6),(927,858895200,5),(927,874184400,6),(927,890344800,5),(927,905029200,6),(927,923011200,5),(927,936313200,6),(927,955670400,5),(927,970783200,6),(927,986770800,5),(927,1001282400,6),(927,1017356400,5),(927,1033941600,6),(927,1048806000,5),(927,1065132000,6),(927,1081292400,5),(927,1095804000,6),(927,1112313600,5),(927,1128812400,6),(927,1143763200,5),(927,1159657200,6),(927,1175212800,5),(927,1189897200,6),(927,1206662400,5),(927,1223161200,6),(927,1238112000,5),(927,1254006000,6),(927,1269561600,5),(927,1284246000,6),(927,1301616000,5),(927,1317510000,6),(927,1333065600,5),(927,1348354800,6),(927,1364515200,5),(927,1382828400,6),(927,1395964800,5),(927,1414278000,6),(927,1427414400,5),(927,1445727600,6),(927,1458864000,5),(927,1477782000,6),(927,1490313600,5),(927,1509231600,6),(927,1521763200,5),(927,1540681200,6),(927,1553817600,5),(927,1572130800,6),(927,1585267200,5),(927,1603580400,6),(927,1616716800,5),(927,1635634800,6),(927,1648166400,5),(927,1667084400,6),(927,1679616000,5),(927,1698534000,6),(927,1711670400,5),(927,1729983600,6),(927,1743120000,5),(927,1761433200,6),(927,1774569600,5),(927,1792882800,6),(927,1806019200,5),(927,1824937200,6),(927,1837468800,5),(927,1856386800,6),(927,1868918400,5),(927,1887836400,6),(927,1900972800,5),(927,1919286000,6),(927,1932422400,5),(927,1950735600,6),(927,1963872000,5),(927,1982790000,6),(927,1995321600,5),(927,2014239600,6),(927,2026771200,5),(927,2045689200,6),(927,2058220800,5),(927,2077138800,6),(927,2090275200,5),(927,2108588400,6),(927,2121724800,5),(927,2140038000,6),(928,-2147483648,0),(928,-706341516,1),(928,560025000,2),(928,2147483647,2),(929,-2147483648,0),(929,-706341516,1),(929,560025000,2),(929,2147483647,2),(930,-2147483648,3),(930,-683802000,1),(930,-672310800,2),(930,-654771600,1),(930,-640861200,2),(930,-620298000,1),(930,-609411600,2),(930,-588848400,1),(930,-577962000,2),(931,-2147483648,0),(931,-1578807591,1),(931,-1247551200,3),(931,354906000,2),(931,370713600,3),(931,386442000,2),(931,402249600,3),(931,417978000,2),(931,433785600,3),(931,449600400,2),(931,465332400,4),(931,481057200,5),(931,496782000,4),(931,512506800,5),(931,528231600,4),(931,543956400,5),(931,559681200,4),(931,575406000,5),(931,591130800,4),(931,606855600,5),(931,622580400,4),(931,638305200,5),(931,654634800,4),(931,670359600,6),(931,686088000,7),(931,695764800,4),(931,701809200,5),(931,717534000,4),(931,733258800,5),(931,748983600,4),(931,764708400,5),(931,780433200,4),(931,796158000,5),(931,811882800,4),(931,828212400,5),(931,846356400,4),(931,859662000,5),(931,877806000,4),(931,891111600,5),(931,909255600,4),(931,922561200,5),(931,941310000,4),(931,954010800,5),(931,972759600,4),(931,985460400,5),(931,1004209200,4),(931,1017514800,5),(931,1020193200,8),(931,1035662400,7),(931,1048968000,6),(931,1067112000,7),(931,1080417600,6),(931,1099166400,7),(931,1111867200,6),(931,1130616000,7),(931,1143316800,6),(931,1162065600,7),(931,1174766400,6),(931,1193515200,7),(931,1206820800,6),(931,1224964800,7),(931,1238270400,6),(931,1256414400,7),(931,1269720000,6),(931,1288468800,7),(931,1301169600,4),(931,1414263600,7),(931,1464465600,4),(931,2147483647,4),(932,-2147483648,0),(932,-1577951856,1),(932,-1172908656,2),(932,-880272000,3),(932,-766054800,4),(933,-2147483648,0),(933,-2032931252,1),(933,252435600,3),(933,417974400,2),(933,433782000,3),(933,449596800,2),(933,465318000,3),(933,481046400,2),(933,496767600,3),(933,512496000,2),(933,528217200,3),(933,543945600,2),(933,559666800,3),(933,575395200,2),(933,591116400,3),(933,606844800,2),(933,622566000,3),(933,638294400,2),(933,654620400,3),(933,670348800,2),(933,686070000,3),(933,701798400,2),(933,717519600,3),(933,733248000,2),(933,748969200,3),(933,764697600,2),(933,780418800,3),(933,796147200,2),(933,811868400,3),(933,828201600,2),(933,843922800,3),(933,859651200,2),(933,875372400,3),(933,891100800,2),(933,906822000,3),(933,988394400,2),(933,1001696400,3),(933,1017424800,2),(933,1033146000,3),(933,1048874400,2),(933,1064595600,3),(933,1080324000,2),(933,1096045200,3),(933,1111773600,2),(933,1127494800,3),(933,1143223200,2),(933,1159549200,3),(933,1427479200,2),(933,1443193200,3),(933,1458928800,2),(933,1474642800,3),(933,2147483647,3),(934,-2147483648,0),(934,-2032931252,1),(934,252435600,3),(934,417974400,2),(934,433782000,3),(934,449596800,2),(934,465318000,3),(934,481046400,2),(934,496767600,3),(934,512496000,2),(934,528217200,3),(934,543945600,2),(934,559666800,3),(934,575395200,2),(934,591116400,3),(934,606844800,2),(934,622566000,3),(934,638294400,2),(934,654620400,3),(934,670348800,2),(934,686070000,3),(934,701798400,2),(934,717519600,3),(934,733248000,2),(934,748969200,3),(934,764697600,2),(934,780418800,3),(934,796147200,2),(934,811868400,3),(934,828201600,2),(934,843922800,3),(934,859651200,2),(934,875372400,3),(934,891100800,2),(934,906822000,3),(934,988394400,2),(934,1001696400,3),(934,1017424800,2),(934,1033146000,3),(934,1048874400,2),(934,1064595600,3),(934,1080324000,2),(934,1096045200,3),(934,1111773600,2),(934,1127494800,3),(934,1143223200,2),(934,1159549200,3),(934,1427479200,2),(934,1443193200,3),(934,1458928800,2),(934,1474642800,3),(934,2147483647,3),(935,-2147483648,0),(935,-1325483420,1),(935,2147483647,1),(936,-2147483648,0),(936,-1579426374,1),(936,-1247558400,2),(936,354898800,4),(936,370699200,3),(936,386427600,4),(936,402235200,3),(936,417963600,4),(936,433771200,3),(936,449586000,4),(936,465318000,5),(936,481042800,6),(936,496767600,5),(936,512492400,6),(936,528217200,5),(936,543942000,6),(936,559666800,5),(936,575391600,6),(936,591116400,5),(936,606841200,6),(936,622566000,5),(936,638290800,6),(936,654620400,5),(936,670345200,7),(936,686073600,8),(936,695750400,5),(936,701794800,6),(936,717519600,5),(936,733244400,6),(936,748969200,5),(936,764694000,6),(936,780418800,5),(936,796143600,6),(936,811868400,5),(936,828198000,6),(936,846342000,5),(936,859647600,6),(936,877791600,5),(936,891097200,6),(936,909241200,5),(936,922546800,6),(936,941295600,5),(936,953996400,6),(936,972745200,5),(936,985446000,6),(936,1004194800,5),(936,1017500400,6),(936,1035644400,5),(936,1048950000,6),(936,1067094000,5),(936,1080399600,6),(936,1099148400,5),(936,1111849200,6),(936,1130598000,5),(936,1143298800,6),(936,1162047600,5),(936,1174748400,6),(936,1193497200,5),(936,1206802800,6),(936,1224946800,5),(936,1238252400,6),(936,1256396400,5),(936,1269702000,6),(936,1288450800,5),(936,1301151600,9),(936,1315828800,5),(936,1414249200,8),(936,2147483647,8),(937,-2147483648,1),(937,-1570084924,2),(937,2147483647,2),(938,-2147483648,0),(938,-1487321251,1),(938,-1247562000,3),(938,354895200,2),(938,370702800,3),(938,386431200,2),(938,402238800,3),(938,417967200,2),(938,433774800,3),(938,449589600,2),(938,465321600,4),(938,481046400,5),(938,496771200,4),(938,512496000,5),(938,528220800,4),(938,543945600,5),(938,559670400,4),(938,575395200,5),(938,591120000,4),(938,606844800,5),(938,622569600,4),(938,638294400,5),(938,654624000,4),(938,670348800,6),(938,686077200,7),(938,695754000,4),(938,701798400,5),(938,717523200,4),(938,733248000,5),(938,748972800,4),(938,764697600,5),(938,780422400,4),(938,796147200,5),(938,811872000,4),(938,828201600,5),(938,846345600,4),(938,859651200,5),(938,877795200,4),(938,891100800,5),(938,909244800,4),(938,922550400,5),(938,941299200,4),(938,954000000,5),(938,972748800,4),(938,985449600,5),(938,1004198400,4),(938,1017504000,5),(938,1035648000,4),(938,1048953600,5),(938,1067097600,4),(938,1080403200,5),(938,1099152000,4),(938,1111852800,5),(938,1130601600,4),(938,1143302400,5),(938,1162051200,4),(938,1174752000,5),(938,1193500800,4),(938,1206806400,5),(938,1224950400,4),(938,1238256000,5),(938,1256400000,4),(938,1269705600,5),(938,1288454400,4),(938,1301155200,8),(938,1414249200,4),(938,2147483647,4),(939,-2147483648,0),(939,-1579423138,1),(939,-1247558400,3),(939,354898800,2),(939,370706400,3),(939,386434800,2),(939,402242400,3),(939,417970800,2),(939,433778400,3),(939,449593200,2),(939,465325200,4),(939,481050000,5),(939,496774800,4),(939,512499600,5),(939,528224400,4),(939,543949200,5),(939,559674000,4),(939,575398800,5),(939,591123600,4),(939,606848400,5),(939,622573200,4),(939,638298000,5),(939,654627600,4),(939,670352400,6),(939,686080800,7),(939,695757600,4),(939,701802000,5),(939,717526800,4),(939,733251600,5),(939,748976400,4),(939,764701200,5),(939,780426000,4),(939,796150800,5),(939,811875600,4),(939,828205200,5),(939,846349200,4),(939,859654800,5),(939,877798800,4),(939,891104400,5),(939,909248400,4),(939,922554000,5),(939,941302800,4),(939,954003600,5),(939,972752400,4),(939,985453200,5),(939,1004202000,4),(939,1017507600,5),(939,1035651600,4),(939,1048957200,5),(939,1067101200,4),(939,1080406800,5),(939,1099155600,4),(939,1111856400,5),(939,1130605200,4),(939,1143306000,5),(939,1162054800,4),(939,1174755600,5),(939,1193504400,4),(939,1206810000,5),(939,1224954000,4),(939,1238259600,5),(939,1256403600,4),(939,1269709200,5),(939,1288458000,4),(939,1301158800,8),(939,1414252800,4),(939,2147483647,4),(940,-2147483648,1),(940,-1577946287,2),(940,-873268200,3),(940,-778410000,2),(940,2147483647,2),(941,-2147483648,0),(941,-1688270553,1),(941,-1592610305,2),(941,-1247544000,4),(941,354913200,3),(941,370720800,4),(941,386449200,3),(941,402256800,4),(941,417985200,3),(941,433792800,4),(941,449607600,3),(941,465339600,5),(941,481064400,6),(941,496789200,5),(941,512514000,6),(941,528238800,5),(941,543963600,6),(941,559688400,5),(941,575413200,6),(941,591138000,5),(941,606862800,6),(941,622587600,5),(941,638312400,6),(941,654642000,5),(941,670366800,7),(941,686095200,8),(941,695772000,5),(941,701816400,6),(941,717541200,5),(941,733266000,6),(941,748990800,5),(941,764715600,6),(941,780440400,5),(941,796165200,6),(941,811890000,5),(941,828219600,6),(941,846363600,5),(941,859669200,6),(941,877813200,5),(941,891118800,6),(941,909262800,5),(941,922568400,6),(941,941317200,5),(941,954018000,6),(941,972766800,5),(941,985467600,6),(941,1004216400,5),(941,1017522000,6),(941,1035666000,5),(941,1048971600,6),(941,1067115600,5),(941,1080421200,6),(941,1099170000,5),(941,1111870800,6),(941,1130619600,5),(941,1143320400,6),(941,1162069200,5),(941,1174770000,6),(941,1193518800,5),(941,1206824400,6),(941,1224968400,5),(941,1238274000,6),(941,1256418000,5),(941,1269723600,6),(941,1288472400,5),(941,1301173200,9),(941,1414267200,5),(941,2147483647,5),(942,-2147483648,0),(942,-1441162680,1),(942,-405140400,3),(942,354916800,2),(942,370724400,3),(942,386452800,2),(942,402260400,3),(942,417988800,2),(942,433796400,3),(942,449611200,2),(942,465343200,4),(942,481068000,5),(942,496792800,4),(942,512517600,5),(942,528242400,4),(942,543967200,5),(942,559692000,4),(942,575416800,5),(942,591141600,4),(942,606866400,5),(942,622591200,4),(942,638316000,5),(942,654645600,4),(942,670370400,6),(942,686098800,7),(942,701823600,6),(942,717548400,7),(942,733273200,6),(942,748998000,7),(942,764722800,6),(942,780447600,7),(942,796172400,6),(942,811897200,4),(942,852062400,3),(942,859672800,5),(942,877816800,4),(942,891122400,5),(942,909266400,4),(942,922572000,5),(942,941320800,4),(942,954021600,5),(942,972770400,4),(942,985471200,5),(942,1004220000,4),(942,1017525600,5),(942,1035669600,4),(942,1048975200,5),(942,1067119200,4),(942,1080424800,5),(942,1099173600,4),(942,1111874400,5),(942,1130623200,4),(942,1143324000,5),(942,1162072800,4),(942,1174773600,5),(942,1193522400,4),(942,1206828000,5),(942,1224972000,4),(942,1238277600,5),(942,1256421600,4),(942,1269727200,5),(942,1288476000,4),(942,1293825600,3),(942,1301176800,5),(942,1319925600,4),(942,2147483647,4),(943,-2147483648,1),(943,-1830376800,6),(943,-1689548400,2),(943,-1677794400,3),(943,-1667430000,4),(943,-1647730800,5),(943,-1635807600,4),(943,-1616194800,5),(943,-1604358000,4),(943,-1584658800,5),(943,-1572735600,4),(943,-1553036400,5),(943,-1541199600,4),(943,-1521500400,5),(943,-1442444400,4),(943,-1426806000,5),(943,-1379286000,4),(943,-1364770800,5),(943,-1348441200,4),(943,-1333321200,5),(943,-1316386800,4),(943,-1301266800,5),(943,-1284332400,4),(943,-1269817200,5),(943,-1221433200,4),(943,-1206918000,5),(943,-1191193200,4),(943,-1175468400,5),(943,-1127689200,4),(943,-1111964400,5),(943,-1096844400,4),(943,-1080514800,5),(943,-1063580400,4),(943,-1049065200,5),(943,-1033340400,4),(943,-1017615600,5),(943,-1002495600,4),(943,-986166000,5),(943,-969231600,4),(943,-950482800,5),(943,-942015600,4),(943,-922662000,5),(943,-906937200,4),(943,-891126000,5),(943,-877302000,4),(943,-873676800,7),(943,-864000000,4),(943,-857948400,5),(943,-845852400,4),(943,-842832000,7),(943,-831340800,4),(943,-825894000,5),(943,-814402800,4),(943,-810777600,7),(943,-799891200,4),(943,-794444400,5),(943,-782953200,4),(943,-779328000,7),(943,-768441600,4),(943,-762994800,5),(943,-749084400,4),(943,-733359600,5),(943,-717624000,4),(943,-701899200,5),(943,-686174400,4),(943,-670449600,5),(943,-654724800,4),(943,-639000000,5),(943,-591825600,4),(943,-575496000,5),(943,-559771200,4),(943,-544046400,5),(943,-528321600,4),(943,-512596800,5),(943,-496872000,4),(943,-481147200,5),(943,-465422400,4),(943,-449697600,5),(943,-433972800,4),(943,-417643200,5),(943,-401918400,4),(943,-386193600,5),(943,-370468800,4),(943,-354744000,5),(943,-339019200,4),(943,-323294400,5),(943,-307569600,4),(943,-291844800,5),(943,-276120000,4),(943,-260395200,5),(943,-244670400,4),(943,-228340800,5),(943,-212616000,4),(943,-196891200,5),(943,-181166400,4),(943,-165441600,5),(943,-149716800,4),(943,-133992000,5),(943,-118267200,9),(943,228272400,7),(943,243997200,8),(943,260326800,7),(943,276051600,8),(943,291776400,7),(943,307504800,8),(943,323226000,7),(943,338954400,8),(943,354679200,7),(943,370404000,8),(943,386128800,7),(943,401853600,8),(943,417582000,7),(943,433303200,8),(943,449028000,7),(943,465357600,8),(943,481082400,7),(943,496807200,8),(943,512532000,7),(943,528256800,8),(943,543981600,7),(943,559706400,8),(943,575431200,7),(943,591156000,8),(943,606880800,7),(943,622605600,8),(943,638330400,7),(943,654660000,8),(943,670384800,7),(943,686109600,8),(943,701834400,7),(943,717559200,10),(943,733280400,11),(943,749005200,12),(943,764730000,11),(943,780454800,12),(943,796179600,11),(943,811904400,12),(943,828234000,11),(943,846378000,12),(943,859683600,11),(943,877827600,12),(943,891133200,11),(943,909277200,12),(943,922582800,11),(943,941331600,12),(943,954032400,11),(943,972781200,12),(943,985482000,11),(943,1004230800,12),(943,1017536400,11),(943,1035680400,12),(943,1048986000,11),(943,1067130000,12),(943,1080435600,11),(943,1099184400,12),(943,1111885200,11),(943,1130634000,12),(943,1143334800,11),(943,1162083600,12),(943,1174784400,11),(943,1193533200,12),(943,1206838800,11),(943,1224982800,12),(943,1238288400,11),(943,1256432400,12),(943,1269738000,11),(943,1288486800,12),(943,1301187600,11),(943,1319936400,12),(943,1332637200,11),(943,1351386000,12),(943,1364691600,11),(943,1382835600,12),(943,1396141200,11),(943,1414285200,12),(943,1427590800,11),(943,1445734800,12),(943,1459040400,11),(943,1477789200,12),(943,1490490000,11),(943,1509238800,12),(943,1521939600,11),(943,1540688400,12),(943,1553994000,11),(943,1572138000,12),(943,1585443600,11),(943,1603587600,12),(943,1616893200,11),(943,1635642000,12),(943,1648342800,11),(943,1667091600,12),(943,1679792400,11),(943,1698541200,12),(943,1711846800,11),(943,1729990800,12),(943,1743296400,11),(943,1761440400,12),(943,1774746000,11),(943,1792890000,12),(943,1806195600,11),(943,1824944400,12),(943,1837645200,11),(943,1856394000,12),(943,1869094800,11),(943,1887843600,12),(943,1901149200,11),(943,1919293200,12),(943,1932598800,11),(943,1950742800,12),(943,1964048400,11),(943,1982797200,12),(943,1995498000,11),(943,2014246800,12),(943,2026947600,11),(943,2045696400,12),(943,2058397200,11),(943,2077146000,12),(943,2090451600,11),(943,2108595600,12),(943,2121901200,11),(943,2140045200,12),(943,2147483647,12),(944,-2147483648,2),(944,-1664307642,1),(944,-1648932042,2),(944,-1632080442,1),(944,-1618692042,2),(944,-1262281242,4),(944,-882727200,3),(944,-858538800,4),(944,-845229600,3),(944,-825879600,4),(944,-814384800,3),(944,-793825200,4),(944,-782935200,3),(944,-762375600,4),(944,-713988000,3),(944,-703710000,4),(944,-681933600,3),(944,-672865200,4),(944,-650484000,3),(944,-641415600,4),(944,-618429600,3),(944,-609966000,4),(944,-586980000,3),(944,-578516400,4),(944,-555530400,3),(944,-546462000,4),(944,-429127200,3),(944,-415825200,4),(944,136360800,3),(944,152082000,4),(944,167810400,3),(944,183531600,4),(944,199260000,3),(944,215586000,4),(944,230709600,3),(944,247035600,4),(944,262764000,3),(944,278485200,4),(944,294213600,3),(944,309934800,4),(944,325663200,3),(944,341384400,4),(944,357112800,3),(944,372834000,4),(944,388562400,3),(944,404888400,4),(944,420012000,3),(944,436338000,4),(944,452066400,3),(944,467787600,4),(944,483516000,3),(944,499237200,4),(944,514965600,3),(944,530686800,4),(944,544600800,3),(944,562136400,4),(944,576050400,3),(944,594190800,4),(944,607500000,3),(944,625640400,4),(944,638949600,3),(944,657090000,4),(944,671004000,3),(944,688539600,4),(944,702453600,3),(944,719989200,4),(944,733903200,3),(944,752043600,4),(944,765352800,3),(944,783493200,4),(944,796802400,3),(944,814942800,4),(944,828856800,3),(944,846392400,4),(944,860306400,3),(944,877842000,4),(944,891756000,3),(944,909291600,4),(944,923205600,3),(944,941346000,4),(944,954655200,3),(944,972795600,4),(944,986104800,3),(944,1004245200,4),(944,1018159200,3),(944,1035694800,4),(944,1049608800,3),(944,1067144400,4),(944,1081058400,3),(944,1099198800,4),(944,1112508000,3),(944,1130648400,4),(944,1143957600,3),(944,1162098000,4),(944,1173592800,3),(944,1194152400,4),(944,1205042400,3),(944,1225602000,4),(944,1236492000,3),(944,1257051600,4),(944,1268546400,3),(944,1289106000,4),(944,1299996000,3),(944,1320555600,4),(944,1331445600,3),(944,1352005200,4),(944,1362895200,3),(944,1383454800,4),(944,1394344800,3),(944,1414904400,4),(944,1425794400,3),(944,1446354000,4),(944,1457848800,3),(944,1478408400,4),(944,1489298400,3),(944,1509858000,4),(944,1520748000,3),(944,1541307600,4),(944,1552197600,3),(944,1572757200,4),(944,1583647200,3),(944,1604206800,4),(944,1615701600,3),(944,1636261200,4),(944,1647151200,3),(944,1667710800,4),(944,1678600800,3),(944,1699160400,4),(944,1710050400,3),(944,1730610000,4),(944,1741500000,3),(944,1762059600,4),(944,1772949600,3),(944,1793509200,4),(944,1805004000,3),(944,1825563600,4),(944,1836453600,3),(944,1857013200,4),(944,1867903200,3),(944,1888462800,4),(944,1899352800,3),(944,1919912400,4),(944,1930802400,3),(944,1951362000,4),(944,1962856800,3),(944,1983416400,4),(944,1994306400,3),(944,2014866000,4),(944,2025756000,3),(944,2046315600,4),(944,2057205600,3),(944,2077765200,4),(944,2088655200,3),(944,2109214800,4),(944,2120104800,3),(944,2140664400,4),(945,-2147483648,0),(945,-1509663504,1),(945,-733874400,2),(945,323827200,3),(945,338950800,4),(945,354675600,5),(945,370400400,4),(945,386125200,5),(945,401850000,4),(945,417574800,5),(945,433299600,4),(945,449024400,5),(945,465354000,4),(945,481078800,5),(945,496803600,4),(945,512528400,5),(945,528253200,4),(945,543978000,5),(945,559702800,4),(945,575427600,5),(945,591152400,4),(945,606877200,5),(945,622602000,4),(945,638326800,5),(945,654656400,4),(945,670381200,5),(945,686106000,4),(945,701830800,5),(945,717555600,4),(945,733280400,5),(945,749005200,4),(945,764730000,5),(945,780454800,4),(945,796179600,5),(945,811904400,4),(945,828234000,5),(945,846378000,4),(945,859683600,5),(945,877827600,4),(945,891133200,5),(945,909277200,4),(945,922582800,5),(945,941331600,4),(945,954032400,5),(945,972781200,4),(945,985482000,5),(945,1004230800,4),(945,1017536400,5),(945,1035680400,4),(945,1048986000,5),(945,1067130000,4),(945,1080435600,5),(945,1099184400,4),(945,1111885200,5),(945,1130634000,4),(945,1143334800,5),(945,1162083600,4),(945,1174784400,5),(945,1193533200,4),(945,1206838800,5),(945,1224982800,4),(945,1238288400,5),(945,1256432400,4),(945,1269738000,5),(945,1288486800,4),(945,1301187600,5),(945,1319936400,4),(945,1332637200,5),(945,1351386000,4),(945,1364691600,5),(945,1382835600,4),(945,1396141200,5),(945,1414285200,4),(945,1427590800,5),(945,1445734800,4),(945,1459040400,5),(945,1477789200,4),(945,1490490000,5),(945,1509238800,4),(945,1521939600,5),(945,1540688400,4),(945,1553994000,5),(945,1572138000,4),(945,1585443600,5),(945,1603587600,4),(945,1616893200,5),(945,1635642000,4),(945,1648342800,5),(945,1667091600,4),(945,1679792400,5),(945,1698541200,4),(945,1711846800,5),(945,1729990800,4),(945,1743296400,5),(945,1761440400,4),(945,1774746000,5),(945,1792890000,4),(945,1806195600,5),(945,1824944400,4),(945,1837645200,5),(945,1856394000,4),(945,1869094800,5),(945,1887843600,4),(945,1901149200,5),(945,1919293200,4),(945,1932598800,5),(945,1950742800,4),(945,1964048400,5),(945,1982797200,4),(945,1995498000,5),(945,2014246800,4),(945,2026947600,5),(945,2045696400,4),(945,2058397200,5),(945,2077146000,4),(945,2090451600,5),(945,2108595600,4),(945,2121901200,5),(945,2140045200,4),(946,-2147483648,0),(946,-1830376800,1),(946,-862610400,2),(946,-764118000,3),(946,186120000,4),(946,2147483647,4),(947,-2147483648,0),(947,-1955748776,1),(947,354675600,2),(947,370400400,3),(947,386125200,2),(947,401850000,3),(947,417574800,2),(947,433299600,3),(947,449024400,2),(947,465354000,3),(947,481078800,2),(947,496803600,3),(947,512528400,2),(947,528253200,3),(947,543978000,2),(947,559702800,3),(947,575427600,2),(947,591152400,3),(947,606877200,2),(947,622602000,3),(947,638326800,2),(947,654656400,3),(947,670381200,2),(947,686106000,3),(947,701830800,2),(947,717555600,3),(947,733280400,2),(947,749005200,3),(947,764730000,2),(947,780454800,3),(947,796179600,2),(947,811904400,3),(947,828234000,2),(947,846378000,3),(947,859683600,2),(947,877827600,3),(947,891133200,2),(947,909277200,3),(947,922582800,2),(947,941331600,3),(947,954032400,2),(947,972781200,3),(947,985482000,2),(947,1004230800,3),(947,1017536400,2),(947,1035680400,3),(947,1048986000,2),(947,1067130000,3),(947,1080435600,2),(947,1099184400,3),(947,1111885200,2),(947,1130634000,3),(947,1143334800,2),(947,1162083600,3),(947,1174784400,2),(947,1193533200,3),(947,1206838800,2),(947,1224982800,3),(947,1238288400,2),(947,1256432400,3),(947,1269738000,2),(947,1288486800,3),(947,1301187600,2),(947,1319936400,3),(947,1332637200,2),(947,1351386000,3),(947,1364691600,2),(947,1382835600,3),(947,1396141200,2),(947,1414285200,3),(947,1427590800,2),(947,1445734800,3),(947,1459040400,2),(947,1477789200,3),(947,1490490000,2),(947,1509238800,3),(947,1521939600,2),(947,1540688400,3),(947,1553994000,2),(947,1572138000,3),(947,1585443600,2),(947,1603587600,3),(947,1616893200,2),(947,1635642000,3),(947,1648342800,2),(947,1667091600,3),(947,1679792400,2),(947,1698541200,3),(947,1711846800,2),(947,1729990800,3),(947,1743296400,2),(947,1761440400,3),(947,1774746000,2),(947,1792890000,3),(947,1806195600,2),(947,1824944400,3),(947,1837645200,2),(947,1856394000,3),(947,1869094800,2),(947,1887843600,3),(947,1901149200,2),(947,1919293200,3),(947,1932598800,2),(947,1950742800,3),(947,1964048400,2),(947,1982797200,3),(947,1995498000,2),(947,2014246800,3),(947,2026947600,2),(947,2045696400,3),(947,2058397200,2),(947,2077146000,3),(947,2090451600,2),(947,2108595600,3),(947,2121901200,2),(947,2140045200,3),(948,-2147483648,0),(948,-1955748776,1),(948,354675600,2),(948,370400400,3),(948,386125200,2),(948,401850000,3),(948,417574800,2),(948,433299600,3),(948,449024400,2),(948,465354000,3),(948,481078800,2),(948,496803600,3),(948,512528400,2),(948,528253200,3),(948,543978000,2),(948,559702800,3),(948,575427600,2),(948,591152400,3),(948,606877200,2),(948,622602000,3),(948,638326800,2),(948,654656400,3),(948,670381200,2),(948,686106000,3),(948,701830800,2),(948,717555600,3),(948,733280400,2),(948,749005200,3),(948,764730000,2),(948,780454800,3),(948,796179600,2),(948,811904400,3),(948,828234000,2),(948,846378000,3),(948,859683600,2),(948,877827600,3),(948,891133200,2),(948,909277200,3),(948,922582800,2),(948,941331600,3),(948,954032400,2),(948,972781200,3),(948,985482000,2),(948,1004230800,3),(948,1017536400,2),(948,1035680400,3),(948,1048986000,2),(948,1067130000,3),(948,1080435600,2),(948,1099184400,3),(948,1111885200,2),(948,1130634000,3),(948,1143334800,2),(948,1162083600,3),(948,1174784400,2),(948,1193533200,3),(948,1206838800,2),(948,1224982800,3),(948,1238288400,2),(948,1256432400,3),(948,1269738000,2),(948,1288486800,3),(948,1301187600,2),(948,1319936400,3),(948,1332637200,2),(948,1351386000,3),(948,1364691600,2),(948,1382835600,3),(948,1396141200,2),(948,1414285200,3),(948,1427590800,2),(948,1445734800,3),(948,1459040400,2),(948,1477789200,3),(948,1490490000,2),(948,1509238800,3),(948,1521939600,2),(948,1540688400,3),(948,1553994000,2),(948,1572138000,3),(948,1585443600,2),(948,1603587600,3),(948,1616893200,2),(948,1635642000,3),(948,1648342800,2),(948,1667091600,3),(948,1679792400,2),(948,1698541200,3),(948,1711846800,2),(948,1729990800,3),(948,1743296400,2),(948,1761440400,3),(948,1774746000,2),(948,1792890000,3),(948,1806195600,2),(948,1824944400,3),(948,1837645200,2),(948,1856394000,3),(948,1869094800,2),(948,1887843600,3),(948,1901149200,2),(948,1919293200,3),(948,1932598800,2),(948,1950742800,3),(948,1964048400,2),(948,1982797200,3),(948,1995498000,2),(948,2014246800,3),(948,2026947600,2),(948,2045696400,3),(948,2058397200,2),(948,2077146000,3),(948,2090451600,2),(948,2108595600,3),(948,2121901200,2),(948,2140045200,3),(949,-2147483648,2),(949,-1691884800,1),(949,-1680573600,2),(949,-927511200,1),(949,-857257200,3),(949,-844556400,4),(949,-828226800,3),(949,-812502000,4),(949,-796777200,3),(949,-781052400,4),(949,-765327600,3),(949,-340844400,4),(949,-324514800,3),(949,-308790000,4),(949,-293065200,3),(949,-277340400,4),(949,-261615600,3),(949,-245890800,4),(949,-230166000,3),(949,-214441200,4),(949,-198716400,3),(949,-182991600,4),(949,-166662000,3),(949,-147913200,4),(949,-135212400,3),(949,315529200,2),(949,323830800,5),(949,338950800,6),(949,354675600,5),(949,370400400,6),(949,386125200,5),(949,401850000,6),(949,417574800,5),(949,433299600,6),(949,449024400,5),(949,465354000,6),(949,481078800,5),(949,496803600,6),(949,512528400,5),(949,528253200,6),(949,543978000,5),(949,559702800,6),(949,575427600,5),(949,591152400,6),(949,606877200,5),(949,622602000,6),(949,638326800,5),(949,654656400,6),(949,670381200,5),(949,686106000,6),(949,701830800,5),(949,717555600,6),(949,733280400,5),(949,749005200,6),(949,764730000,5),(949,780454800,6),(949,796179600,5),(949,811904400,6),(949,828234000,5),(949,846378000,6),(949,859683600,5),(949,877827600,6),(949,891133200,5),(949,909277200,6),(949,922582800,5),(949,941331600,6),(949,954032400,5),(949,972781200,6),(949,985482000,5),(949,1004230800,6),(949,1017536400,5),(949,1035680400,6),(949,1048986000,5),(949,1067130000,6),(949,1080435600,5),(949,1099184400,6),(949,1111885200,5),(949,1130634000,6),(949,1143334800,5),(949,1162083600,6),(949,1174784400,5),(949,1193533200,6),(949,1206838800,5),(949,1224982800,6),(949,1238288400,5),(949,1256432400,6),(949,1269738000,5),(949,1288486800,6),(949,1301187600,5),(949,1319936400,6),(949,1332637200,5),(949,1351386000,6),(949,1364691600,5),(949,1382835600,6),(949,1396141200,5),(949,1414285200,6),(949,1427590800,5),(949,1445734800,6),(949,1459040400,5),(949,1477789200,6),(949,1490490000,5),(949,1509238800,6),(949,1521939600,5),(949,1540688400,6),(949,1553994000,5),(949,1572138000,6),(949,1585443600,5),(949,1603587600,6),(949,1616893200,5),(949,1635642000,6),(949,1648342800,5),(949,1667091600,6),(949,1679792400,5),(949,1698541200,6),(949,1711846800,5),(949,1729990800,6),(949,1743296400,5),(949,1761440400,6),(949,1774746000,5),(949,1792890000,6),(949,1806195600,5),(949,1824944400,6),(949,1837645200,5),(949,1856394000,6),(949,1869094800,5),(949,1887843600,6),(949,1901149200,5),(949,1919293200,6),(949,1932598800,5),(949,1950742800,6),(949,1964048400,5),(949,1982797200,6),(949,1995498000,5),(949,2014246800,6),(949,2026947600,5),(949,2045696400,6),(949,2058397200,5),(949,2077146000,6),(949,2090451600,5),(949,2108595600,6),(949,2121901200,5),(949,2140045200,6),(950,-2147483648,1),(950,-1830380400,6),(950,-1689552000,2),(950,-1677798000,3),(950,-1667433600,4),(950,-1647734400,5),(950,-1635811200,4),(950,-1616198400,5),(950,-1604361600,4),(950,-1584662400,5),(950,-1572739200,4),(950,-1553040000,5),(950,-1541203200,4),(950,-1521504000,5),(950,-1442448000,4),(950,-1426809600,5),(950,-1379289600,4),(950,-1364774400,5),(950,-1348444800,4),(950,-1333324800,5),(950,-1316390400,4),(950,-1301270400,5),(950,-1284336000,4),(950,-1269820800,5),(950,-1221436800,4),(950,-1206921600,5),(950,-1191196800,4),(950,-1175472000,5),(950,-1127692800,4),(950,-1111968000,5),(950,-1096848000,4),(950,-1080518400,5),(950,-1063584000,4),(950,-1049068800,5),(950,-1033344000,4),(950,-1017619200,5),(950,-1002499200,4),(950,-986169600,5),(950,-969235200,4),(950,-950486400,5),(950,-942019200,4),(950,-922665600,5),(950,-906940800,4),(950,-891129600,5),(950,-877305600,4),(950,-873680400,7),(950,-864003600,4),(950,-857952000,5),(950,-845856000,4),(950,-842835600,7),(950,-831344400,4),(950,-825897600,5),(950,-814406400,4),(950,-810781200,7),(950,-799894800,4),(950,-794448000,5),(950,-782956800,4),(950,-779331600,7),(950,-768445200,4),(950,-762998400,5),(950,-749088000,4),(950,-733363200,5),(950,-717627600,4),(950,-701902800,5),(950,-686178000,4),(950,-670453200,5),(950,-654728400,4),(950,-639003600,5),(950,-591829200,4),(950,-575499600,5),(950,-559774800,4),(950,-544050000,5),(950,-528325200,4),(950,-512600400,5),(950,-496875600,4),(950,-481150800,5),(950,-465426000,4),(950,-449701200,5),(950,-433976400,4),(950,-417646800,5),(950,-401922000,4),(950,-386197200,5),(950,-370472400,4),(950,-354747600,5),(950,-339022800,4),(950,-323298000,5),(950,-307573200,4),(950,-291848400,5),(950,-276123600,4),(950,-260398800,5),(950,-244674000,4),(950,-228344400,5),(950,-212619600,4),(950,-196894800,5),(950,-181170000,4),(950,-165445200,5),(950,-149720400,4),(950,-133995600,5),(950,-118270800,10),(950,228268800,8),(950,243993600,9),(950,260323200,8),(950,276048000,9),(950,291772800,8),(950,307501200,9),(950,323222400,8),(950,338950800,9),(950,354675600,8),(950,370400400,9),(950,386125200,8),(950,401850000,9),(950,417578400,8),(950,433299600,11),(950,449024400,12),(950,465354000,11),(950,481078800,12),(950,496803600,11),(950,512528400,12),(950,528253200,11),(950,543978000,12),(950,559702800,11),(950,575427600,12),(950,591152400,11),(950,606877200,12),(950,622602000,11),(950,638326800,12),(950,654656400,11),(950,670381200,12),(950,686106000,11),(950,701830800,12),(950,717555600,11),(950,733280400,12),(950,749005200,11),(950,764730000,12),(950,780454800,11),(950,796179600,12),(950,811904400,11),(950,828234000,12),(950,846378000,11),(950,859683600,12),(950,877827600,11),(950,891133200,12),(950,909277200,11),(950,922582800,12),(950,941331600,11),(950,954032400,12),(950,972781200,11),(950,985482000,12),(950,1004230800,11),(950,1017536400,12),(950,1035680400,11),(950,1048986000,12),(950,1067130000,11),(950,1080435600,12),(950,1099184400,11),(950,1111885200,12),(950,1130634000,11),(950,1143334800,12),(950,1162083600,11),(950,1174784400,12),(950,1193533200,11),(950,1206838800,12),(950,1224982800,11),(950,1238288400,12),(950,1256432400,11),(950,1269738000,12),(950,1288486800,11),(950,1301187600,12),(950,1319936400,11),(950,1332637200,12),(950,1351386000,11),(950,1364691600,12),(950,1382835600,11),(950,1396141200,12),(950,1414285200,11),(950,1427590800,12),(950,1445734800,11),(950,1459040400,12),(950,1477789200,11),(950,1490490000,12),(950,1509238800,11),(950,1521939600,12),(950,1540688400,11),(950,1553994000,12),(950,1572138000,11),(950,1585443600,12),(950,1603587600,11),(950,1616893200,12),(950,1635642000,11),(950,1648342800,12),(950,1667091600,11),(950,1679792400,12),(950,1698541200,11),(950,1711846800,12),(950,1729990800,11),(950,1743296400,12),(950,1761440400,11),(950,1774746000,12),(950,1792890000,11),(950,1806195600,12),(950,1824944400,11),(950,1837645200,12),(950,1856394000,11),(950,1869094800,12),(950,1887843600,11),(950,1901149200,12),(950,1919293200,11),(950,1932598800,12),(950,1950742800,11),(950,1964048400,12),(950,1982797200,11),(950,1995498000,12),(950,2014246800,11),(950,2026947600,12),(950,2045696400,11),(950,2058397200,12),(950,2077146000,11),(950,2090451600,12),(950,2108595600,11),(950,2121901200,12),(950,2140045200,11),(951,-2147483648,0),(951,-1956609120,2),(951,-1668211200,1),(951,-1647212400,2),(951,-1636675200,1),(951,-1613430000,2),(951,-1605139200,1),(951,-1581894000,2),(951,-1539561600,1),(951,-1531350000,2),(951,-968025600,1),(951,-952293600,2),(951,-942008400,1),(951,-920239200,3),(951,-909957600,4),(951,-888789600,3),(951,-877903200,4),(951,-857944800,3),(951,-846453600,4),(951,-826495200,3),(951,-815004000,4),(951,-795045600,3),(951,-783554400,4),(951,-762991200,3),(951,-752104800,4),(951,-731541600,3),(951,-717631200,4),(951,-700092000,3),(951,-686181600,4),(951,-668642400,3),(951,-654732000,4),(951,-636588000,3),(951,-623282400,4),(951,-605743200,3),(951,-591832800,4),(951,-573688800,3),(951,-559778400,4),(951,-542239200,3),(951,-528328800,4),(951,-510789600,3),(951,-496879200,4),(951,-479340000,3),(951,-465429600,4),(951,-447890400,3),(951,-433980000,4),(951,-415836000,3),(951,-401925600,4),(951,-384386400,3),(951,-370476000,4),(951,-352936800,3),(951,-339026400,4),(951,-321487200,3),(951,-307576800,4),(951,-290037600,3),(951,-276127200,4),(951,-258588000,3),(951,-244677600,4),(951,-226533600,3),(951,-212623200,4),(951,-195084000,3),(951,-181173600,4),(951,-163634400,3),(951,-149724000,4),(951,-132184800,3),(951,-118274400,4),(951,-100735200,3),(951,-86824800,4),(951,-68680800,3),(951,-54770400,5),(952,-2147483648,1),(952,2147483647,1),(953,-2147483648,0),(953,-1830383032,1),(954,-2147483648,1),(954,-1824235716,3),(954,-1018209600,2),(954,-1003093200,3),(954,-986760000,2),(954,-971643600,3),(954,-954705600,2),(954,-939589200,3),(954,-923256000,2),(954,-908139600,3),(954,-891806400,2),(954,-876690000,3),(954,-860356800,2),(954,-852066000,3),(954,420609600,5),(954,433306800,4),(954,452052000,5),(954,464151600,4),(954,483501600,5),(954,495601200,2),(954,514350000,3),(954,527054400,2),(954,545799600,3),(954,558504000,2),(954,577249200,3),(954,589953600,2),(954,608698800,3),(954,621403200,2),(954,640753200,3),(954,652852800,2),(954,672202800,3),(954,684907200,2),(954,703652400,3),(954,716356800,2),(954,735102000,3),(954,747806400,2),(954,766551600,3),(954,779256000,2),(954,798001200,3),(954,810705600,2),(954,830055600,3),(954,842760000,2),(954,861505200,3),(954,874209600,2),(954,892954800,3),(954,905659200,2),(954,924404400,3),(954,937108800,2),(954,955854000,3),(954,968558400,2),(954,987310800,3),(954,999410400,2),(954,1019365200,3),(954,1030860000,2),(954,1050814800,3),(954,1062914400,2),(954,1082264400,3),(954,1094364000,2),(954,1113714000,3),(954,1125813600,2),(954,1145163600,3),(954,1157263200,2),(954,1176613200,3),(954,1188712800,2),(954,1208667600,3),(954,1220767200,2),(954,1240117200,3),(954,1252216800,2),(954,1271566800,3),(954,1283666400,5),(954,2147483647,5),(955,-2147483648,3),(955,-1672560000,1),(955,-1665388800,2),(955,-883641600,1),(955,-876124800,2),(955,-860400000,1),(955,-844675200,2),(955,-828345600,1),(955,-813225600,2),(955,31500000,3),(955,57686400,1),(955,67968000,2),(955,89136000,1),(955,100022400,2),(955,120585600,1),(955,131472000,2),(955,152035200,1),(955,162921600,2),(955,183484800,1),(955,194976000,2),(955,215539200,1),(955,226425600,2),(955,246988800,1),(955,257875200,2),(955,278438400,1),(955,289324800,2),(955,309888000,1),(955,320774400,2),(955,341337600,1),(955,352224000,2),(955,372787200,1),(955,386697600,2),(955,404841600,1),(955,415728000,2),(955,436291200,1),(955,447177600,2),(955,467740800,1),(955,478627200,2),(955,499190400,1),(955,511286400,2),(955,530035200,1),(955,542736000,2),(955,562089600,1),(955,574790400,2),(955,594144000,1),(955,606240000,2),(955,625593600,1),(955,636480000,2),(955,657043200,1),(955,667929600,2),(955,688492800,1),(955,699379200,2),(955,719942400,1),(955,731433600,2),(955,751996800,1),(955,762883200,2),(955,783446400,1),(955,794332800,2),(955,814896000,1),(955,828201600,2),(955,846345600,1),(955,859651200,2),(955,877795200,1),(955,891100800,2),(955,909244800,1),(955,922550400,2),(955,941299200,1),(955,954000000,2),(955,967305600,1),(955,985449600,2),(955,1004198400,1),(955,1017504000,2),(955,1035648000,1),(955,1048953600,2),(955,1067097600,1),(955,1080403200,2),(955,1099152000,1),(955,1111852800,2),(955,1130601600,1),(955,1143907200,2),(955,1162051200,1),(955,1174752000,2),(955,1193500800,1),(955,1207411200,2),(955,1223136000,1),(955,1238860800,2),(955,1254585600,1),(955,1270310400,2),(955,1286035200,1),(955,1301760000,2),(955,1317484800,1),(955,1333209600,2),(955,1349539200,1),(955,1365264000,2),(955,1380988800,1),(955,1396713600,2),(955,1412438400,1),(955,1428163200,2),(955,1443888000,1),(955,1459612800,2),(955,1475337600,1),(955,1491062400,2),(955,1506787200,1),(955,1522512000,2),(955,1538841600,1),(955,1554566400,2),(955,1570291200,1),(955,1586016000,2),(955,1601740800,1),(955,1617465600,2),(955,1633190400,1),(955,1648915200,2),(955,1664640000,1),(955,1680364800,2),(955,1696089600,1),(955,1712419200,2),(955,1728144000,1),(955,1743868800,2),(955,1759593600,1),(955,1775318400,2),(955,1791043200,1),(955,1806768000,2),(955,1822492800,1),(955,1838217600,2),(955,1853942400,1),(955,1869667200,2),(955,1885996800,1),(955,1901721600,2),(955,1917446400,1),(955,1933171200,2),(955,1948896000,1),(955,1964620800,2),(955,1980345600,1),(955,1996070400,2),(955,2011795200,1),(955,2027520000,2),(955,2043244800,1),(955,2058969600,2),(955,2075299200,1),(955,2091024000,2),(955,2106748800,1),(955,2122473600,2),(955,2138198400,1),(956,-2147483648,3),(956,-1672558200,1),(956,-1665387000,2),(956,-883639800,1),(956,-876123000,2),(956,-860398200,1),(956,-844673400,2),(956,-828343800,1),(956,-813223800,2),(956,31501800,3),(956,57688200,1),(956,67969800,2),(956,89137800,1),(956,100024200,2),(956,120587400,1),(956,131473800,2),(956,152037000,1),(956,162923400,2),(956,183486600,1),(956,194977800,2),(956,215541000,1),(956,226427400,2),(956,246990600,1),(956,257877000,2),(956,278440200,1),(956,289326600,2),(956,309889800,1),(956,320776200,2),(956,341339400,1),(956,352225800,2),(956,372789000,1),(956,384280200,2),(956,404843400,1),(956,415729800,2),(956,436293000,1),(956,447179400,2),(956,467742600,1),(956,478629000,2),(956,499192200,1),(956,511288200,2),(956,530037000,1),(956,542737800,2),(956,562091400,1),(956,574792200,2),(956,594145800,1),(956,606241800,2),(956,625595400,1),(956,637691400,2),(956,657045000,1),(956,667931400,2),(956,688494600,1),(956,701195400,2),(956,719944200,1),(956,731435400,2),(956,751998600,1),(956,764094600,2),(956,783448200,1),(956,796149000,2),(956,814897800,1),(956,828203400,2),(956,846347400,1),(956,859653000,2),(956,877797000,1),(956,891102600,2),(956,909246600,1),(956,922552200,2),(956,941301000,1),(956,954001800,2),(956,972750600,1),(956,985451400,2),(956,1004200200,1),(956,1017505800,2),(956,1035649800,1),(956,1048955400,2),(956,1067099400,1),(956,1080405000,2),(956,1099153800,1),(956,1111854600,2),(956,1130603400,1),(956,1143909000,2),(956,1162053000,1),(956,1174753800,2),(956,1193502600,1),(956,1207413000,2),(956,1223137800,1),(956,1238862600,2),(956,1254587400,1),(956,1270312200,2),(956,1286037000,1),(956,1301761800,2),(956,1317486600,1),(956,1333211400,2),(956,1349541000,1),(956,1365265800,2),(956,1380990600,1),(956,1396715400,2),(956,1412440200,1),(956,1428165000,2),(956,1443889800,1),(956,1459614600,2),(956,1475339400,1),(956,1491064200,2),(956,1506789000,1),(956,1522513800,2),(956,1538843400,1),(956,1554568200,2),(956,1570293000,1),(956,1586017800,2),(956,1601742600,1),(956,1617467400,2),(956,1633192200,1),(956,1648917000,2),(956,1664641800,1),(956,1680366600,2),(956,1696091400,1),(956,1712421000,2),(956,1728145800,1),(956,1743870600,2),(956,1759595400,1),(956,1775320200,2),(956,1791045000,1),(956,1806769800,2),(956,1822494600,1),(956,1838219400,2),(956,1853944200,1),(956,1869669000,2),(956,1885998600,1),(956,1901723400,2),(956,1917448200,1),(956,1933173000,2),(956,1948897800,1),(956,1964622600,2),(956,1980347400,1),(956,1996072200,2),(956,2011797000,1),(956,2027521800,2),(956,2043246600,1),(956,2058971400,2),(956,2075301000,1),(956,2091025800,2),(956,2106750600,1),(956,2122475400,2),(956,2138200200,1),(957,-2147483648,3),(957,-1672560000,1),(957,-1665388800,2),(957,-883641600,1),(957,-876124800,2),(957,-860400000,1),(957,-844675200,2),(957,-828345600,1),(957,-813225600,2),(957,31500000,3),(957,57686400,1),(957,67968000,2),(957,625593600,1),(957,636480000,2),(957,657043200,1),(957,667929600,2),(957,688492800,1),(957,699379200,2),(958,-2147483648,3),(958,-1672558200,1),(958,-1665387000,2),(958,-883639800,1),(958,-876123000,2),(958,-860398200,1),(958,-844673400,2),(958,-828343800,1),(958,-813223800,2),(958,31501800,3),(958,57688200,1),(958,67969800,2),(958,89137800,1),(958,100024200,2),(958,120587400,1),(958,131473800,2),(958,152037000,1),(958,162923400,2),(958,183486600,1),(958,194977800,2),(958,215541000,1),(958,226427400,2),(958,246990600,1),(958,257877000,2),(958,278440200,1),(958,289326600,2),(958,309889800,1),(958,320776200,2),(958,341339400,1),(958,352225800,2),(958,372789000,1),(958,386699400,2),(958,404843400,1),(958,415729800,2),(958,436293000,1),(958,447179400,2),(958,467742600,1),(958,478629000,2),(958,499192200,1),(958,511288200,2),(958,530037000,1),(958,542737800,2),(958,562091400,1),(958,574792200,2),(958,594145800,1),(958,606241800,2),(958,625595400,1),(958,636481800,2),(958,657045000,1),(958,667931400,2),(958,688494600,1),(958,699381000,2),(958,719944200,1),(958,731435400,2),(958,751998600,1),(958,762885000,2),(958,783448200,1),(958,794334600,2),(958,814897800,1),(958,828203400,2),(958,846347400,1),(958,859653000,2),(958,877797000,1),(958,891102600,2),(958,909246600,1),(958,922552200,2),(958,941301000,1),(958,946647000,4),(958,954001800,2),(958,972750600,1),(958,985451400,2),(958,1004200200,1),(958,1017505800,2),(958,1035649800,1),(958,1048955400,2),(958,1067099400,1),(958,1080405000,2),(958,1099153800,1),(958,1111854600,2),(958,1130603400,1),(958,1143909000,2),(958,1162053000,1),(958,1174753800,2),(958,1193502600,1),(958,1207413000,2),(958,1223137800,1),(958,1238862600,2),(958,1254587400,1),(958,1270312200,2),(958,1286037000,1),(958,1301761800,2),(958,1317486600,1),(958,1333211400,2),(958,1349541000,1),(958,1365265800,2),(958,1380990600,1),(958,1396715400,2),(958,1412440200,1),(958,1428165000,2),(958,1443889800,1),(958,1459614600,2),(958,1475339400,1),(958,1491064200,2),(958,1506789000,1),(958,1522513800,2),(958,1538843400,1),(958,1554568200,2),(958,1570293000,1),(958,1586017800,2),(958,1601742600,1),(958,1617467400,2),(958,1633192200,1),(958,1648917000,2),(958,1664641800,1),(958,1680366600,2),(958,1696091400,1),(958,1712421000,2),(958,1728145800,1),(958,1743870600,2),(958,1759595400,1),(958,1775320200,2),(958,1791045000,1),(958,1806769800,2),(958,1822494600,1),(958,1838219400,2),(958,1853944200,1),(958,1869669000,2),(958,1885998600,1),(958,1901723400,2),(958,1917448200,1),(958,1933173000,2),(958,1948897800,1),(958,1964622600,2),(958,1980347400,1),(958,1996072200,2),(958,2011797000,1),(958,2027521800,2),(958,2043246600,1),(958,2058971400,2),(958,2075301000,1),(958,2091025800,2),(958,2106750600,1),(958,2122475400,2),(958,2138200200,1),(959,-2147483648,3),(959,-1672560000,1),(959,-1665388800,2),(959,-883641600,1),(959,-876124800,2),(959,-860400000,1),(959,-844675200,2),(959,-828345600,1),(959,-813225600,2),(959,31500000,3),(959,57686400,1),(959,67968000,2),(959,89136000,1),(959,100022400,2),(959,120585600,1),(959,131472000,2),(959,152035200,1),(959,162921600,2),(959,183484800,1),(959,194976000,2),(959,215539200,1),(959,226425600,2),(959,246988800,1),(959,257875200,2),(959,278438400,1),(959,289324800,2),(959,309888000,1),(959,320774400,2),(959,341337600,1),(959,352224000,2),(959,372787200,1),(959,386697600,2),(959,404841600,1),(959,415728000,2),(959,436291200,1),(959,447177600,2),(959,467740800,1),(959,478627200,2),(959,499190400,1),(959,511286400,2),(959,530035200,1),(959,542736000,2),(959,562089600,1),(959,574790400,2),(959,594144000,1),(959,606240000,2),(959,625593600,1),(959,636480000,2),(959,657043200,1),(959,667929600,2),(959,688492800,1),(959,699379200,2),(959,719942400,1),(959,731433600,2),(959,751996800,1),(959,762883200,2),(959,783446400,1),(959,794332800,2),(959,814896000,1),(959,828201600,2),(959,846345600,1),(959,859651200,2),(959,877795200,1),(959,891100800,2),(959,909244800,1),(959,922550400,2),(959,941299200,1),(959,954000000,2),(959,967305600,1),(959,985449600,2),(959,1004198400,1),(959,1017504000,2),(959,1035648000,1),(959,1048953600,2),(959,1067097600,1),(959,1080403200,2),(959,1099152000,1),(959,1111852800,2),(959,1130601600,1),(959,1143907200,2),(959,1162051200,1),(959,1174752000,2),(959,1193500800,1),(959,1207411200,2),(959,1223136000,1),(959,1238860800,2),(959,1254585600,1),(959,1270310400,2),(959,1286035200,1),(959,1301760000,2),(959,1317484800,1),(959,1333209600,2),(959,1349539200,1),(959,1365264000,2),(959,1380988800,1),(959,1396713600,2),(959,1412438400,1),(959,1428163200,2),(959,1443888000,1),(959,1459612800,2),(959,1475337600,1),(959,1491062400,2),(959,1506787200,1),(959,1522512000,2),(959,1538841600,1),(959,1554566400,2),(959,1570291200,1),(959,1586016000,2),(959,1601740800,1),(959,1617465600,2),(959,1633190400,1),(959,1648915200,2),(959,1664640000,1),(959,1680364800,2),(959,1696089600,1),(959,1712419200,2),(959,1728144000,1),(959,1743868800,2),(959,1759593600,1),(959,1775318400,2),(959,1791043200,1),(959,1806768000,2),(959,1822492800,1),(959,1838217600,2),(959,1853942400,1),(959,1869667200,2),(959,1885996800,1),(959,1901721600,2),(959,1917446400,1),(959,1933171200,2),(959,1948896000,1),(959,1964620800,2),(959,1980345600,1),(959,1996070400,2),(959,2011795200,1),(959,2027520000,2),(959,2043244800,1),(959,2058969600,2),(959,2075299200,1),(959,2091024000,2),(959,2106748800,1),(959,2122473600,2),(959,2138198400,1),(960,-2147483648,3),(960,-1680508800,1),(960,-1665388800,2),(960,-1646640000,1),(960,-1635753600,2),(960,-1615190400,1),(960,-1604304000,2),(960,-1583920800,3),(960,-883641600,1),(960,-876124800,2),(960,-860400000,1),(960,-844675200,2),(960,-828345600,1),(960,-813225600,2),(960,-94730400,3),(960,-71136000,1),(960,-55411200,2),(960,-37267200,1),(960,-25776000,2),(960,-5817600,1),(960,5673600,2),(960,25632000,1),(960,37728000,2),(960,57686400,1),(960,67968000,2),(960,89136000,1),(960,100022400,2),(960,120585600,1),(960,131472000,2),(960,152035200,1),(960,162921600,2),(960,183484800,1),(960,194976000,2),(960,215539200,1),(960,226425600,2),(960,246988800,1),(960,257875200,2),(960,278438400,1),(960,289324800,2),(960,309888000,1),(960,320774400,2),(960,341337600,1),(960,352224000,2),(960,372787200,1),(960,386092800,2),(960,404841600,1),(960,417542400,2),(960,436291200,1),(960,447177600,2),(960,467740800,1),(960,478627200,2),(960,499190400,1),(960,510076800,2),(960,530035200,1),(960,542736000,2),(960,562089600,1),(960,574790400,2),(960,594144000,1),(960,606240000,2),(960,625593600,1),(960,637689600,2),(960,657043200,1),(960,670348800,2),(960,686678400,1),(960,701798400,2),(960,718128000,1),(960,733248000,2),(960,749577600,1),(960,764697600,2),(960,781027200,1),(960,796147200,2),(960,812476800,1),(960,828201600,2),(960,844531200,1),(960,859651200,2),(960,875980800,1),(960,891100800,2),(960,907430400,1),(960,922550400,2),(960,938880000,1),(960,954000000,2),(960,967305600,1),(960,985449600,2),(960,1002384000,1),(960,1017504000,2),(960,1033833600,1),(960,1048953600,2),(960,1065283200,1),(960,1080403200,2),(960,1096732800,1),(960,1111852800,2),(960,1128182400,1),(960,1143907200,2),(960,1159632000,1),(960,1174752000,2),(960,1191686400,1),(960,1207411200,2),(960,1223136000,1),(960,1238860800,2),(960,1254585600,1),(960,1270310400,2),(960,1286035200,1),(960,1301760000,2),(960,1317484800,1),(960,1333209600,2),(960,1349539200,1),(960,1365264000,2),(960,1380988800,1),(960,1396713600,2),(960,1412438400,1),(960,1428163200,2),(960,1443888000,1),(960,1459612800,2),(960,1475337600,1),(960,1491062400,2),(960,1506787200,1),(960,1522512000,2),(960,1538841600,1),(960,1554566400,2),(960,1570291200,1),(960,1586016000,2),(960,1601740800,1),(960,1617465600,2),(960,1633190400,1),(960,1648915200,2),(960,1664640000,1),(960,1680364800,2),(960,1696089600,1),(960,1712419200,2),(960,1728144000,1),(960,1743868800,2),(960,1759593600,1),(960,1775318400,2),(960,1791043200,1),(960,1806768000,2),(960,1822492800,1),(960,1838217600,2),(960,1853942400,1),(960,1869667200,2),(960,1885996800,1),(960,1901721600,2),(960,1917446400,1),(960,1933171200,2),(960,1948896000,1),(960,1964620800,2),(960,1980345600,1),(960,1996070400,2),(960,2011795200,1),(960,2027520000,2),(960,2043244800,1),(960,2058969600,2),(960,2075299200,1),(960,2091024000,2),(960,2106748800,1),(960,2122473600,2),(960,2138198400,1),(961,-2147483648,3),(961,-1672558200,1),(961,-1665387000,2),(961,-883639800,1),(961,-876123000,2),(961,-860398200,1),(961,-844673400,2),(961,-828343800,1),(961,-813223800,2),(962,-2147483648,3),(962,-1672555500,1),(962,-1665384300,2),(962,-883637100,1),(962,-876120300,2),(962,-860395500,1),(962,-844670700,2),(962,-836469900,3),(962,152039700,1),(962,162926100,2),(962,436295700,1),(962,447182100,2),(962,690311700,1),(962,699383700,2),(962,1165079700,1),(962,1174756500,2),(962,1193505300,1),(962,1206810900,2),(962,1224954900,1),(962,1238260500,2),(962,2147483647,2),(963,-2147483648,3),(963,-1680508800,1),(963,-1665388800,2),(963,-1646640000,1),(963,-1635753600,2),(963,-1615190400,1),(963,-1604304000,2),(963,-1583920800,3),(963,-883641600,1),(963,-876124800,2),(963,-860400000,1),(963,-844675200,2),(963,-828345600,1),(963,-813225600,2),(963,-94730400,3),(963,-71136000,1),(963,-55411200,2),(963,-37267200,1),(963,-25776000,2),(963,-5817600,1),(963,5673600,2),(963,25632000,1),(963,37728000,2),(963,57686400,1),(963,67968000,2),(963,89136000,1),(963,100022400,2),(963,120585600,1),(963,131472000,2),(963,152035200,1),(963,162921600,2),(963,183484800,1),(963,194976000,2),(963,215539200,1),(963,226425600,2),(963,246988800,1),(963,257875200,2),(963,278438400,1),(963,289324800,2),(963,309888000,1),(963,320774400,2),(963,341337600,1),(963,352224000,2),(963,372787200,1),(963,386092800,2),(963,404841600,1),(963,417542400,2),(963,436291200,1),(963,447177600,2),(963,467740800,1),(963,478627200,2),(963,499190400,1),(963,510076800,2),(963,530035200,1),(963,542736000,2),(963,562089600,1),(963,574790400,2),(963,594144000,1),(963,606240000,2),(963,625593600,1),(963,637689600,2),(963,657043200,1),(963,670348800,2),(963,686678400,1),(963,701798400,2),(963,718128000,1),(963,733248000,2),(963,749577600,1),(963,764697600,2),(963,781027200,1),(963,796147200,2),(963,812476800,1),(963,828201600,2),(963,844531200,1),(963,859651200,2),(963,875980800,1),(963,891100800,2),(963,907430400,1),(963,922550400,2),(963,938880000,1),(963,954000000,2),(963,967305600,1),(963,985449600,2),(963,1002384000,1),(963,1017504000,2),(963,1033833600,1),(963,1048953600,2),(963,1065283200,1),(963,1080403200,2),(963,1096732800,1),(963,1111852800,2),(963,1128182400,1),(963,1143907200,2),(963,1159632000,1),(963,1174752000,2),(963,1191686400,1),(963,1207411200,2),(963,1223136000,1),(963,1238860800,2),(963,1254585600,1),(963,1270310400,2),(963,1286035200,1),(963,1301760000,2),(963,1317484800,1),(963,1333209600,2),(963,1349539200,1),(963,1365264000,2),(963,1380988800,1),(963,1396713600,2),(963,1412438400,1),(963,1428163200,2),(963,1443888000,1),(963,1459612800,2),(963,1475337600,1),(963,1491062400,2),(963,1506787200,1),(963,1522512000,2),(963,1538841600,1),(963,1554566400,2),(963,1570291200,1),(963,1586016000,2),(963,1601740800,1),(963,1617465600,2),(963,1633190400,1),(963,1648915200,2),(963,1664640000,1),(963,1680364800,2),(963,1696089600,1),(963,1712419200,2),(963,1728144000,1),(963,1743868800,2),(963,1759593600,1),(963,1775318400,2),(963,1791043200,1),(963,1806768000,2),(963,1822492800,1),(963,1838217600,2),(963,1853942400,1),(963,1869667200,2),(963,1885996800,1),(963,1901721600,2),(963,1917446400,1),(963,1933171200,2),(963,1948896000,1),(963,1964620800,2),(963,1980345600,1),(963,1996070400,2),(963,2011795200,1),(963,2027520000,2),(963,2043244800,1),(963,2058969600,2),(963,2075299200,1),(963,2091024000,2),(963,2106748800,1),(963,2122473600,2),(963,2138198400,1),(964,-2147483648,1),(964,352216800,3),(964,372785400,2),(964,384273000,3),(964,404839800,2),(964,415722600,3),(964,436289400,2),(964,447172200,3),(964,467739000,2),(964,478621800,3),(964,499188600,4),(964,511282800,3),(964,530033400,4),(964,542732400,3),(964,562087800,4),(964,574786800,3),(964,594142200,4),(964,606236400,3),(964,625591800,4),(964,636476400,3),(964,657041400,4),(964,667926000,3),(964,688491000,4),(964,699375600,3),(964,719940600,4),(964,731430000,3),(964,751995000,4),(964,762879600,3),(964,783444600,4),(964,794329200,3),(964,814894200,4),(964,828198000,3),(964,846343800,4),(964,859647600,3),(964,877793400,4),(964,891097200,3),(964,909243000,4),(964,922546800,3),(964,941297400,4),(964,953996400,3),(964,967303800,4),(964,985446000,3),(964,1004196600,4),(964,1017500400,3),(964,1035646200,4),(964,1048950000,3),(964,1067095800,4),(964,1080399600,3),(964,1099150200,4),(964,1111849200,3),(964,1130599800,4),(964,1143903600,3),(964,1162049400,4),(964,1174748400,3),(964,1193499000,4),(964,1207407600,3),(964,1223134200,4),(964,1238857200,3),(964,1254583800,4),(964,1270306800,3),(964,1286033400,4),(964,1301756400,3),(964,1317483000,4),(964,1333206000,3),(964,1349537400,4),(964,1365260400,3),(964,1380987000,4),(964,1396710000,3),(964,1412436600,4),(964,1428159600,3),(964,1443886200,4),(964,1459609200,3),(964,1475335800,4),(964,1491058800,3),(964,1506785400,4),(964,1522508400,3),(964,1538839800,4),(964,1554562800,3),(964,1570289400,4),(964,1586012400,3),(964,1601739000,4),(964,1617462000,3),(964,1633188600,4),(964,1648911600,3),(964,1664638200,4),(964,1680361200,3),(964,1696087800,4),(964,1712415600,3),(964,1728142200,4),(964,1743865200,3),(964,1759591800,4),(964,1775314800,3),(964,1791041400,4),(964,1806764400,3),(964,1822491000,4),(964,1838214000,3),(964,1853940600,4),(964,1869663600,3),(964,1885995000,4),(964,1901718000,3),(964,1917444600,4),(964,1933167600,3),(964,1948894200,4),(964,1964617200,3),(964,1980343800,4),(964,1996066800,3),(964,2011793400,4),(964,2027516400,3),(964,2043243000,4),(964,2058966000,3),(964,2075297400,4),(964,2091020400,3),(964,2106747000,4),(964,2122470000,3),(964,2138196600,4),(964,2147483647,4),(965,-2147483648,3),(965,-1672560000,1),(965,-1665388800,2),(965,-883641600,1),(965,-876124800,2),(965,-860400000,1),(965,-844675200,2),(965,-828345600,1),(965,-813225600,2),(965,31500000,3),(965,57686400,1),(965,67968000,2),(965,625593600,1),(965,636480000,2),(965,657043200,1),(965,667929600,2),(965,688492800,1),(965,699379200,2),(965,709912800,3),(965,719942400,1),(965,731433600,2),(965,751996800,1),(965,762883200,2),(966,-2147483648,1),(966,352216800,3),(966,372785400,2),(966,384273000,3),(966,404839800,2),(966,415722600,3),(966,436289400,2),(966,447172200,3),(966,467739000,2),(966,478621800,3),(966,499188600,4),(966,511282800,3),(966,530033400,4),(966,542732400,3),(966,562087800,4),(966,574786800,3),(966,594142200,4),(966,606236400,3),(966,625591800,4),(966,636476400,3),(966,657041400,4),(966,667926000,3),(966,688491000,4),(966,699375600,3),(966,719940600,4),(966,731430000,3),(966,751995000,4),(966,762879600,3),(966,783444600,4),(966,794329200,3),(966,814894200,4),(966,828198000,3),(966,846343800,4),(966,859647600,3),(966,877793400,4),(966,891097200,3),(966,909243000,4),(966,922546800,3),(966,941297400,4),(966,953996400,3),(966,967303800,4),(966,985446000,3),(966,1004196600,4),(966,1017500400,3),(966,1035646200,4),(966,1048950000,3),(966,1067095800,4),(966,1080399600,3),(966,1099150200,4),(966,1111849200,3),(966,1130599800,4),(966,1143903600,3),(966,1162049400,4),(966,1174748400,3),(966,1193499000,4),(966,1207407600,3),(966,1223134200,4),(966,1238857200,3),(966,1254583800,4),(966,1270306800,3),(966,1286033400,4),(966,1301756400,3),(966,1317483000,4),(966,1333206000,3),(966,1349537400,4),(966,1365260400,3),(966,1380987000,4),(966,1396710000,3),(966,1412436600,4),(966,1428159600,3),(966,1443886200,4),(966,1459609200,3),(966,1475335800,4),(966,1491058800,3),(966,1506785400,4),(966,1522508400,3),(966,1538839800,4),(966,1554562800,3),(966,1570289400,4),(966,1586012400,3),(966,1601739000,4),(966,1617462000,3),(966,1633188600,4),(966,1648911600,3),(966,1664638200,4),(966,1680361200,3),(966,1696087800,4),(966,1712415600,3),(966,1728142200,4),(966,1743865200,3),(966,1759591800,4),(966,1775314800,3),(966,1791041400,4),(966,1806764400,3),(966,1822491000,4),(966,1838214000,3),(966,1853940600,4),(966,1869663600,3),(966,1885995000,4),(966,1901718000,3),(966,1917444600,4),(966,1933167600,3),(966,1948894200,4),(966,1964617200,3),(966,1980343800,4),(966,1996066800,3),(966,2011793400,4),(966,2027516400,3),(966,2043243000,4),(966,2058966000,3),(966,2075297400,4),(966,2091020400,3),(966,2106747000,4),(966,2122470000,3),(966,2138196600,4),(966,2147483647,4),(967,-2147483648,3),(967,-1672560000,1),(967,-1665388800,2),(967,-883641600,1),(967,-876124800,2),(967,-860400000,1),(967,-844675200,2),(967,-828345600,1),(967,-813225600,2),(967,31500000,3),(967,57686400,1),(967,67968000,2),(967,89136000,1),(967,100022400,2),(967,120585600,1),(967,131472000,2),(967,152035200,1),(967,162921600,2),(967,183484800,1),(967,194976000,2),(967,215539200,1),(967,226425600,2),(967,246988800,1),(967,257875200,2),(967,278438400,1),(967,289324800,2),(967,309888000,1),(967,320774400,2),(967,341337600,1),(967,352224000,2),(967,372787200,1),(967,384278400,2),(967,404841600,1),(967,415728000,2),(967,436291200,1),(967,447177600,2),(967,467740800,1),(967,478627200,2),(967,499190400,1),(967,511286400,2),(967,530035200,1),(967,542736000,2),(967,561484800,1),(967,574790400,2),(967,594144000,1),(967,606240000,2),(967,625593600,1),(967,637689600,2),(967,657043200,1),(967,667929600,2),(967,688492800,1),(967,699379200,2),(967,719942400,1),(967,731433600,2),(967,751996800,1),(967,762883200,2),(967,783446400,1),(967,796147200,2),(967,814896000,1),(967,828201600,2),(967,846345600,1),(967,859651200,2),(967,877795200,1),(967,891100800,2),(967,909244800,1),(967,922550400,2),(967,941299200,1),(967,954000000,2),(967,967305600,1),(967,985449600,2),(967,1004198400,1),(967,1017504000,2),(967,1035648000,1),(967,1048953600,2),(967,1067097600,1),(967,1080403200,2),(967,1099152000,1),(967,1111852800,2),(967,1130601600,1),(967,1143907200,2),(967,1162051200,1),(967,1174752000,2),(967,1193500800,1),(967,1207411200,2),(967,1223136000,1),(967,1238860800,2),(967,1254585600,1),(967,1270310400,2),(967,1286035200,1),(967,1301760000,2),(967,1317484800,1),(967,1333209600,2),(967,1349539200,1),(967,1365264000,2),(967,1380988800,1),(967,1396713600,2),(967,1412438400,1),(967,1428163200,2),(967,1443888000,1),(967,1459612800,2),(967,1475337600,1),(967,1491062400,2),(967,1506787200,1),(967,1522512000,2),(967,1538841600,1),(967,1554566400,2),(967,1570291200,1),(967,1586016000,2),(967,1601740800,1),(967,1617465600,2),(967,1633190400,1),(967,1648915200,2),(967,1664640000,1),(967,1680364800,2),(967,1696089600,1),(967,1712419200,2),(967,1728144000,1),(967,1743868800,2),(967,1759593600,1),(967,1775318400,2),(967,1791043200,1),(967,1806768000,2),(967,1822492800,1),(967,1838217600,2),(967,1853942400,1),(967,1869667200,2),(967,1885996800,1),(967,1901721600,2),(967,1917446400,1),(967,1933171200,2),(967,1948896000,1),(967,1964620800,2),(967,1980345600,1),(967,1996070400,2),(967,2011795200,1),(967,2027520000,2),(967,2043244800,1),(967,2058969600,2),(967,2075299200,1),(967,2091024000,2),(967,2106748800,1),(967,2122473600,2),(967,2138198400,1),(968,-2147483648,3),(968,-1672560000,1),(968,-1665388800,2),(968,-883641600,1),(968,-876124800,2),(968,-860400000,1),(968,-844675200,2),(968,-828345600,1),(968,-813225600,2),(968,31500000,3),(968,57686400,1),(968,67968000,2),(968,89136000,1),(968,100022400,2),(968,120585600,1),(968,131472000,2),(968,152035200,1),(968,162921600,2),(968,183484800,1),(968,194976000,2),(968,215539200,1),(968,226425600,2),(968,246988800,1),(968,257875200,2),(968,278438400,1),(968,289324800,2),(968,309888000,1),(968,320774400,2),(968,341337600,1),(968,352224000,2),(968,372787200,1),(968,386697600,2),(968,404841600,1),(968,415728000,2),(968,436291200,1),(968,447177600,2),(968,467740800,1),(968,478627200,2),(968,499190400,1),(968,511286400,2),(968,530035200,1),(968,542736000,2),(968,562089600,1),(968,574790400,2),(968,594144000,1),(968,606240000,2),(968,625593600,1),(968,636480000,2),(968,657043200,1),(968,667929600,2),(968,688492800,1),(968,699379200,2),(968,719942400,1),(968,731433600,2),(968,751996800,1),(968,762883200,2),(968,783446400,1),(968,794332800,2),(968,814896000,1),(968,828201600,2),(968,846345600,1),(968,859651200,2),(968,877795200,1),(968,891100800,2),(968,909244800,1),(968,922550400,2),(968,941299200,1),(968,954000000,2),(968,967305600,1),(968,985449600,2),(968,1004198400,1),(968,1017504000,2),(968,1035648000,1),(968,1048953600,2),(968,1067097600,1),(968,1080403200,2),(968,1099152000,1),(968,1111852800,2),(968,1130601600,1),(968,1143907200,2),(968,1162051200,1),(968,1174752000,2),(968,1193500800,1),(968,1207411200,2),(968,1223136000,1),(968,1238860800,2),(968,1254585600,1),(968,1270310400,2),(968,1286035200,1),(968,1301760000,2),(968,1317484800,1),(968,1333209600,2),(968,1349539200,1),(968,1365264000,2),(968,1380988800,1),(968,1396713600,2),(968,1412438400,1),(968,1428163200,2),(968,1443888000,1),(968,1459612800,2),(968,1475337600,1),(968,1491062400,2),(968,1506787200,1),(968,1522512000,2),(968,1538841600,1),(968,1554566400,2),(968,1570291200,1),(968,1586016000,2),(968,1601740800,1),(968,1617465600,2),(968,1633190400,1),(968,1648915200,2),(968,1664640000,1),(968,1680364800,2),(968,1696089600,1),(968,1712419200,2),(968,1728144000,1),(968,1743868800,2),(968,1759593600,1),(968,1775318400,2),(968,1791043200,1),(968,1806768000,2),(968,1822492800,1),(968,1838217600,2),(968,1853942400,1),(968,1869667200,2),(968,1885996800,1),(968,1901721600,2),(968,1917446400,1),(968,1933171200,2),(968,1948896000,1),(968,1964620800,2),(968,1980345600,1),(968,1996070400,2),(968,2011795200,1),(968,2027520000,2),(968,2043244800,1),(968,2058969600,2),(968,2075299200,1),(968,2091024000,2),(968,2106748800,1),(968,2122473600,2),(968,2138198400,1),(969,-2147483648,3),(969,-1672558200,1),(969,-1665387000,2),(969,-883639800,1),(969,-876123000,2),(969,-860398200,1),(969,-844673400,2),(969,-828343800,1),(969,-813223800,2),(970,-2147483648,3),(970,-1672552800,1),(970,-1665381600,2),(970,-883634400,1),(970,-876117600,2),(970,-860392800,1),(970,-844668000,2),(970,-836467200,3),(970,152042400,1),(970,162928800,2),(970,436298400,1),(970,447184800,2),(970,690314400,1),(970,699386400,2),(970,1165082400,1),(970,1174759200,2),(970,1193508000,1),(970,1206813600,2),(970,1224957600,1),(970,1238263200,2),(971,-2147483648,3),(971,-1672560000,1),(971,-1665388800,2),(971,-883641600,1),(971,-876124800,2),(971,-860400000,1),(971,-844675200,2),(971,-828345600,1),(971,-813225600,2),(971,31500000,3),(971,57686400,1),(971,67968000,2),(971,625593600,1),(971,636480000,2),(971,657043200,1),(971,667929600,2),(971,688492800,1),(971,699379200,2),(972,-2147483648,3),(972,-1672558200,1),(972,-1665387000,2),(972,-883639800,1),(972,-876123000,2),(972,-860398200,1),(972,-844673400,2),(972,-828343800,1),(972,-813223800,2),(972,31501800,3),(972,57688200,1),(972,67969800,2),(972,89137800,1),(972,100024200,2),(972,120587400,1),(972,131473800,2),(972,152037000,1),(972,162923400,2),(972,183486600,1),(972,194977800,2),(972,215541000,1),(972,226427400,2),(972,246990600,1),(972,257877000,2),(972,278440200,1),(972,289326600,2),(972,309889800,1),(972,320776200,2),(972,341339400,1),(972,352225800,2),(972,372789000,1),(972,384280200,2),(972,404843400,1),(972,415729800,2),(972,436293000,1),(972,447179400,2),(972,467742600,1),(972,478629000,2),(972,499192200,1),(972,511288200,2),(972,530037000,1),(972,542737800,2),(972,562091400,1),(972,574792200,2),(972,594145800,1),(972,606241800,2),(972,625595400,1),(972,637691400,2),(972,657045000,1),(972,667931400,2),(972,688494600,1),(972,701195400,2),(972,719944200,1),(972,731435400,2),(972,751998600,1),(972,764094600,2),(972,783448200,1),(972,796149000,2),(972,814897800,1),(972,828203400,2),(972,846347400,1),(972,859653000,2),(972,877797000,1),(972,891102600,2),(972,909246600,1),(972,922552200,2),(972,941301000,1),(972,954001800,2),(972,972750600,1),(972,985451400,2),(972,1004200200,1),(972,1017505800,2),(972,1035649800,1),(972,1048955400,2),(972,1067099400,1),(972,1080405000,2),(972,1099153800,1),(972,1111854600,2),(972,1130603400,1),(972,1143909000,2),(972,1162053000,1),(972,1174753800,2),(972,1193502600,1),(972,1207413000,2),(972,1223137800,1),(972,1238862600,2),(972,1254587400,1),(972,1270312200,2),(972,1286037000,1),(972,1301761800,2),(972,1317486600,1),(972,1333211400,2),(972,1349541000,1),(972,1365265800,2),(972,1380990600,1),(972,1396715400,2),(972,1412440200,1),(972,1428165000,2),(972,1443889800,1),(972,1459614600,2),(972,1475339400,1),(972,1491064200,2),(972,1506789000,1),(972,1522513800,2),(972,1538843400,1),(972,1554568200,2),(972,1570293000,1),(972,1586017800,2),(972,1601742600,1),(972,1617467400,2),(972,1633192200,1),(972,1648917000,2),(972,1664641800,1),(972,1680366600,2),(972,1696091400,1),(972,1712421000,2),(972,1728145800,1),(972,1743870600,2),(972,1759595400,1),(972,1775320200,2),(972,1791045000,1),(972,1806769800,2),(972,1822494600,1),(972,1838219400,2),(972,1853944200,1),(972,1869669000,2),(972,1885998600,1),(972,1901723400,2),(972,1917448200,1),(972,1933173000,2),(972,1948897800,1),(972,1964622600,2),(972,1980347400,1),(972,1996072200,2),(972,2011797000,1),(972,2027521800,2),(972,2043246600,1),(972,2058971400,2),(972,2075301000,1),(972,2091025800,2),(972,2106750600,1),(972,2122475400,2),(972,2138200200,1),(973,-2147483648,3),(973,-1672560000,1),(973,-1665388800,2),(973,-883641600,1),(973,-876124800,2),(973,-860400000,1),(973,-844675200,2),(973,-828345600,1),(973,-813225600,2),(973,31500000,3),(973,57686400,1),(973,67968000,2),(973,89136000,1),(973,100022400,2),(973,120585600,1),(973,131472000,2),(973,152035200,1),(973,162921600,2),(973,183484800,1),(973,194976000,2),(973,215539200,1),(973,226425600,2),(973,246988800,1),(973,257875200,2),(973,278438400,1),(973,289324800,2),(973,309888000,1),(973,320774400,2),(973,341337600,1),(973,352224000,2),(973,372787200,1),(973,386697600,2),(973,404841600,1),(973,415728000,2),(973,436291200,1),(973,447177600,2),(973,467740800,1),(973,478627200,2),(973,499190400,1),(973,511286400,2),(973,530035200,1),(973,542736000,2),(973,562089600,1),(973,574790400,2),(973,594144000,1),(973,606240000,2),(973,625593600,1),(973,636480000,2),(973,657043200,1),(973,667929600,2),(973,688492800,1),(973,699379200,2),(973,719942400,1),(973,731433600,2),(973,751996800,1),(973,762883200,2),(973,783446400,1),(973,794332800,2),(973,814896000,1),(973,828201600,2),(973,846345600,1),(973,859651200,2),(973,877795200,1),(973,891100800,2),(973,909244800,1),(973,922550400,2),(973,941299200,1),(973,954000000,2),(973,967305600,1),(973,985449600,2),(973,1004198400,1),(973,1017504000,2),(973,1035648000,1),(973,1048953600,2),(973,1067097600,1),(973,1080403200,2),(973,1099152000,1),(973,1111852800,2),(973,1130601600,1),(973,1143907200,2),(973,1162051200,1),(973,1174752000,2),(973,1193500800,1),(973,1207411200,2),(973,1223136000,1),(973,1238860800,2),(973,1254585600,1),(973,1270310400,2),(973,1286035200,1),(973,1301760000,2),(973,1317484800,1),(973,1333209600,2),(973,1349539200,1),(973,1365264000,2),(973,1380988800,1),(973,1396713600,2),(973,1412438400,1),(973,1428163200,2),(973,1443888000,1),(973,1459612800,2),(973,1475337600,1),(973,1491062400,2),(973,1506787200,1),(973,1522512000,2),(973,1538841600,1),(973,1554566400,2),(973,1570291200,1),(973,1586016000,2),(973,1601740800,1),(973,1617465600,2),(973,1633190400,1),(973,1648915200,2),(973,1664640000,1),(973,1680364800,2),(973,1696089600,1),(973,1712419200,2),(973,1728144000,1),(973,1743868800,2),(973,1759593600,1),(973,1775318400,2),(973,1791043200,1),(973,1806768000,2),(973,1822492800,1),(973,1838217600,2),(973,1853942400,1),(973,1869667200,2),(973,1885996800,1),(973,1901721600,2),(973,1917446400,1),(973,1933171200,2),(973,1948896000,1),(973,1964620800,2),(973,1980345600,1),(973,1996070400,2),(973,2011795200,1),(973,2027520000,2),(973,2043244800,1),(973,2058969600,2),(973,2075299200,1),(973,2091024000,2),(973,2106748800,1),(973,2122473600,2),(973,2138198400,1),(974,-2147483648,3),(974,-1680508800,1),(974,-1665388800,2),(974,-1646640000,1),(974,-1635753600,2),(974,-1615190400,1),(974,-1604304000,2),(974,-1583920800,3),(974,-883641600,1),(974,-876124800,2),(974,-860400000,1),(974,-844675200,2),(974,-828345600,1),(974,-813225600,2),(974,-94730400,3),(974,-71136000,1),(974,-55411200,2),(974,-37267200,1),(974,-25776000,2),(974,-5817600,1),(974,5673600,2),(974,25632000,1),(974,37728000,2),(974,57686400,1),(974,67968000,2),(974,89136000,1),(974,100022400,2),(974,120585600,1),(974,131472000,2),(974,152035200,1),(974,162921600,2),(974,183484800,1),(974,194976000,2),(974,215539200,1),(974,226425600,2),(974,246988800,1),(974,257875200,2),(974,278438400,1),(974,289324800,2),(974,309888000,1),(974,320774400,2),(974,341337600,1),(974,352224000,2),(974,372787200,1),(974,386092800,2),(974,404841600,1),(974,417542400,2),(974,436291200,1),(974,447177600,2),(974,467740800,1),(974,478627200,2),(974,499190400,1),(974,510076800,2),(974,530035200,1),(974,542736000,2),(974,562089600,1),(974,574790400,2),(974,594144000,1),(974,606240000,2),(974,625593600,1),(974,637689600,2),(974,657043200,1),(974,670348800,2),(974,686678400,1),(974,701798400,2),(974,718128000,1),(974,733248000,2),(974,749577600,1),(974,764697600,2),(974,781027200,1),(974,796147200,2),(974,812476800,1),(974,828201600,2),(974,844531200,1),(974,859651200,2),(974,875980800,1),(974,891100800,2),(974,907430400,1),(974,922550400,2),(974,938880000,1),(974,954000000,2),(974,967305600,1),(974,985449600,2),(974,1002384000,1),(974,1017504000,2),(974,1033833600,1),(974,1048953600,2),(974,1065283200,1),(974,1080403200,2),(974,1096732800,1),(974,1111852800,2),(974,1128182400,1),(974,1143907200,2),(974,1159632000,1),(974,1174752000,2),(974,1191686400,1),(974,1207411200,2),(974,1223136000,1),(974,1238860800,2),(974,1254585600,1),(974,1270310400,2),(974,1286035200,1),(974,1301760000,2),(974,1317484800,1),(974,1333209600,2),(974,1349539200,1),(974,1365264000,2),(974,1380988800,1),(974,1396713600,2),(974,1412438400,1),(974,1428163200,2),(974,1443888000,1),(974,1459612800,2),(974,1475337600,1),(974,1491062400,2),(974,1506787200,1),(974,1522512000,2),(974,1538841600,1),(974,1554566400,2),(974,1570291200,1),(974,1586016000,2),(974,1601740800,1),(974,1617465600,2),(974,1633190400,1),(974,1648915200,2),(974,1664640000,1),(974,1680364800,2),(974,1696089600,1),(974,1712419200,2),(974,1728144000,1),(974,1743868800,2),(974,1759593600,1),(974,1775318400,2),(974,1791043200,1),(974,1806768000,2),(974,1822492800,1),(974,1838217600,2),(974,1853942400,1),(974,1869667200,2),(974,1885996800,1),(974,1901721600,2),(974,1917446400,1),(974,1933171200,2),(974,1948896000,1),(974,1964620800,2),(974,1980345600,1),(974,1996070400,2),(974,2011795200,1),(974,2027520000,2),(974,2043244800,1),(974,2058969600,2),(974,2075299200,1),(974,2091024000,2),(974,2106748800,1),(974,2122473600,2),(974,2138198400,1),(975,-2147483648,3),(975,-1672560000,1),(975,-1665388800,2),(975,-883641600,1),(975,-876124800,2),(975,-860400000,1),(975,-844675200,2),(975,-828345600,1),(975,-813225600,2),(975,31500000,3),(975,57686400,1),(975,67968000,2),(975,89136000,1),(975,100022400,2),(975,120585600,1),(975,131472000,2),(975,152035200,1),(975,162921600,2),(975,183484800,1),(975,194976000,2),(975,215539200,1),(975,226425600,2),(975,246988800,1),(975,257875200,2),(975,278438400,1),(975,289324800,2),(975,309888000,1),(975,320774400,2),(975,341337600,1),(975,352224000,2),(975,372787200,1),(975,384278400,2),(975,404841600,1),(975,415728000,2),(975,436291200,1),(975,447177600,2),(975,467740800,1),(975,478627200,2),(975,499190400,1),(975,511286400,2),(975,530035200,1),(975,542736000,2),(975,561484800,1),(975,574790400,2),(975,594144000,1),(975,606240000,2),(975,625593600,1),(975,637689600,2),(975,657043200,1),(975,667929600,2),(975,688492800,1),(975,699379200,2),(975,719942400,1),(975,731433600,2),(975,751996800,1),(975,762883200,2),(975,783446400,1),(975,796147200,2),(975,814896000,1),(975,828201600,2),(975,846345600,1),(975,859651200,2),(975,877795200,1),(975,891100800,2),(975,909244800,1),(975,922550400,2),(975,941299200,1),(975,954000000,2),(975,967305600,1),(975,985449600,2),(975,1004198400,1),(975,1017504000,2),(975,1035648000,1),(975,1048953600,2),(975,1067097600,1),(975,1080403200,2),(975,1099152000,1),(975,1111852800,2),(975,1130601600,1),(975,1143907200,2),(975,1162051200,1),(975,1174752000,2),(975,1193500800,1),(975,1207411200,2),(975,1223136000,1),(975,1238860800,2),(975,1254585600,1),(975,1270310400,2),(975,1286035200,1),(975,1301760000,2),(975,1317484800,1),(975,1333209600,2),(975,1349539200,1),(975,1365264000,2),(975,1380988800,1),(975,1396713600,2),(975,1412438400,1),(975,1428163200,2),(975,1443888000,1),(975,1459612800,2),(975,1475337600,1),(975,1491062400,2),(975,1506787200,1),(975,1522512000,2),(975,1538841600,1),(975,1554566400,2),(975,1570291200,1),(975,1586016000,2),(975,1601740800,1),(975,1617465600,2),(975,1633190400,1),(975,1648915200,2),(975,1664640000,1),(975,1680364800,2),(975,1696089600,1),(975,1712419200,2),(975,1728144000,1),(975,1743868800,2),(975,1759593600,1),(975,1775318400,2),(975,1791043200,1),(975,1806768000,2),(975,1822492800,1),(975,1838217600,2),(975,1853942400,1),(975,1869667200,2),(975,1885996800,1),(975,1901721600,2),(975,1917446400,1),(975,1933171200,2),(975,1948896000,1),(975,1964620800,2),(975,1980345600,1),(975,1996070400,2),(975,2011795200,1),(975,2027520000,2),(975,2043244800,1),(975,2058969600,2),(975,2075299200,1),(975,2091024000,2),(975,2106748800,1),(975,2122473600,2),(975,2138198400,1),(976,-2147483648,3),(976,-1672552800,1),(976,-1665381600,2),(976,-883634400,1),(976,-876117600,2),(976,-860392800,1),(976,-844668000,2),(976,-836467200,3),(976,152042400,1),(976,162928800,2),(976,436298400,1),(976,447184800,2),(976,690314400,1),(976,699386400,2),(976,1165082400,1),(976,1174759200,2),(976,1193508000,1),(976,1206813600,2),(976,1224957600,1),(976,1238263200,2),(977,-2147483648,3),(977,-1672558200,1),(977,-1665387000,2),(977,-883639800,1),(977,-876123000,2),(977,-860398200,1),(977,-844673400,2),(977,-828343800,1),(977,-813223800,2),(977,31501800,3),(977,57688200,1),(977,67969800,2),(977,89137800,1),(977,100024200,2),(977,120587400,1),(977,131473800,2),(977,152037000,1),(977,162923400,2),(977,183486600,1),(977,194977800,2),(977,215541000,1),(977,226427400,2),(977,246990600,1),(977,257877000,2),(977,278440200,1),(977,289326600,2),(977,309889800,1),(977,320776200,2),(977,341339400,1),(977,352225800,2),(977,372789000,1),(977,386699400,2),(977,404843400,1),(977,415729800,2),(977,436293000,1),(977,447179400,2),(977,467742600,1),(977,478629000,2),(977,499192200,1),(977,511288200,2),(977,530037000,1),(977,542737800,2),(977,562091400,1),(977,574792200,2),(977,594145800,1),(977,606241800,2),(977,625595400,1),(977,636481800,2),(977,657045000,1),(977,667931400,2),(977,688494600,1),(977,699381000,2),(977,719944200,1),(977,731435400,2),(977,751998600,1),(977,762885000,2),(977,783448200,1),(977,794334600,2),(977,814897800,1),(977,828203400,2),(977,846347400,1),(977,859653000,2),(977,877797000,1),(977,891102600,2),(977,909246600,1),(977,922552200,2),(977,941301000,1),(977,946647000,4),(977,954001800,2),(977,972750600,1),(977,985451400,2),(977,1004200200,1),(977,1017505800,2),(977,1035649800,1),(977,1048955400,2),(977,1067099400,1),(977,1080405000,2),(977,1099153800,1),(977,1111854600,2),(977,1130603400,1),(977,1143909000,2),(977,1162053000,1),(977,1174753800,2),(977,1193502600,1),(977,1207413000,2),(977,1223137800,1),(977,1238862600,2),(977,1254587400,1),(977,1270312200,2),(977,1286037000,1),(977,1301761800,2),(977,1317486600,1),(977,1333211400,2),(977,1349541000,1),(977,1365265800,2),(977,1380990600,1),(977,1396715400,2),(977,1412440200,1),(977,1428165000,2),(977,1443889800,1),(977,1459614600,2),(977,1475339400,1),(977,1491064200,2),(977,1506789000,1),(977,1522513800,2),(977,1538843400,1),(977,1554568200,2),(977,1570293000,1),(977,1586017800,2),(977,1601742600,1),(977,1617467400,2),(977,1633192200,1),(977,1648917000,2),(977,1664641800,1),(977,1680366600,2),(977,1696091400,1),(977,1712421000,2),(977,1728145800,1),(977,1743870600,2),(977,1759595400,1),(977,1775320200,2),(977,1791045000,1),(977,1806769800,2),(977,1822494600,1),(977,1838219400,2),(977,1853944200,1),(977,1869669000,2),(977,1885998600,1),(977,1901723400,2),(977,1917448200,1),(977,1933173000,2),(977,1948897800,1),(977,1964622600,2),(977,1980347400,1),(977,1996072200,2),(977,2011797000,1),(977,2027521800,2),(977,2043246600,1),(977,2058971400,2),(977,2075301000,1),(977,2091025800,2),(977,2106750600,1),(977,2122475400,2),(977,2138200200,1),(978,-2147483648,0),(978,-1767209328,2),(978,-1206950400,1),(978,-1191355200,2),(978,-1175367600,1),(978,-1159819200,2),(978,-633812400,1),(978,-622062000,2),(978,-602276400,1),(978,-591825600,2),(978,-570740400,1),(978,-560203200,2),(978,-539118000,1),(978,-531345600,2),(978,-191358000,1),(978,-184190400,2),(978,-155156400,1),(978,-150062400,2),(978,-128890800,1),(978,-121118400,2),(978,-99946800,1),(978,-89582400,2),(978,-68410800,1),(978,-57960000,2),(978,499755600,1),(978,511243200,2),(978,530600400,1),(978,540273600,2),(978,562136400,1),(978,571204800,2),(978,1214283600,3),(978,1384056000,2),(978,2147483647,2),(979,-2147483648,0),(979,-1767217820,2),(979,-1206961200,1),(979,-1191366000,2),(979,-1175378400,1),(979,-1159830000,2),(979,-633823200,1),(979,-622072800,2),(979,-602287200,1),(979,-591836400,2),(979,-570751200,1),(979,-560214000,2),(979,-539128800,1),(979,-531356400,2),(979,-191368800,1),(979,-184201200,2),(979,-155167200,1),(979,-150073200,2),(979,-128901600,1),(979,-121129200,2),(979,-99957600,1),(979,-89593200,2),(979,-68421600,1),(979,-57970800,2),(979,499744800,1),(979,511232400,2),(979,530589600,1),(979,540262800,2),(979,562125600,1),(979,571194000,2),(979,592970400,1),(979,602038800,2),(979,624420000,1),(979,634698000,2),(979,938916000,1),(979,951613200,2),(979,970970400,1),(979,971571600,2),(979,1003024800,1),(979,1013907600,2),(979,2147483647,2),(980,-2147483648,0),(980,-1767214412,2),(980,-1206957600,1),(980,-1191362400,2),(980,-1175374800,1),(980,-1159826400,2),(980,-633819600,1),(980,-622069200,2),(980,-602283600,1),(980,-591832800,2),(980,-570747600,1),(980,-560210400,2),(980,-539125200,1),(980,-531352800,2),(980,-195426000,1),(980,-184197600,2),(980,-155163600,1),(980,-150069600,2),(980,-128898000,1),(980,-121125600,2),(980,-99954000,1),(980,-89589600,2),(980,-68418000,1),(980,-57967200,2),(980,499748400,1),(980,511236000,2),(980,530593200,1),(980,540266400,2),(980,562129200,1),(980,571197600,2),(980,592974000,1),(980,602042400,2),(980,624423600,1),(980,634701600,2),(980,656478000,1),(980,666756000,2),(980,687927600,1),(980,697600800,2),(980,719982000,1),(980,728445600,2),(980,750826800,1),(980,761709600,2),(980,782276400,1),(980,793159200,2),(980,813726000,1),(980,824004000,2),(980,844570800,1),(980,856058400,2),(980,876106800,1),(980,888717600,2),(980,908074800,1),(980,919562400,2),(980,938919600,1),(980,951616800,2),(980,970974000,1),(980,982461600,2),(980,1003028400,1),(980,1013911200,2),(980,1036292400,1),(980,1045360800,2),(980,1066532400,1),(980,1076810400,2),(980,1099364400,1),(980,1108864800,2),(980,1129431600,1),(980,1140314400,2),(980,1162695600,1),(980,1172368800,2),(980,1192330800,1),(980,1203213600,2),(980,1224385200,1),(980,1234663200,2),(980,1255834800,1),(980,1266717600,2),(980,1287284400,1),(980,1298167200,2),(980,1318734000,1),(980,1330221600,2),(980,1350788400,1),(980,1361066400,2),(980,1382238000,1),(980,1392516000,2),(980,1413687600,1),(980,1424570400,2),(980,1445137200,1),(980,1456020000,2),(980,1476586800,1),(980,1487469600,2),(980,1508036400,1),(980,1518919200,2),(980,1541300400,1),(980,1550368800,2),(980,2147483647,2),(981,-2147483648,0),(981,-1767211196,2),(981,-1206954000,1),(981,-1191358800,2),(981,-1175371200,1),(981,-1159822800,2),(981,-633816000,1),(981,-622065600,2),(981,-602280000,1),(981,-591829200,2),(981,-570744000,1),(981,-560206800,2),(981,-539121600,1),(981,-531349200,2),(981,-191361600,1),(981,-184194000,2),(981,-155160000,1),(981,-150066000,2),(981,-128894400,1),(981,-121122000,2),(981,-99950400,1),(981,-89586000,2),(981,-68414400,1),(981,-57963600,2),(981,499752000,1),(981,511239600,2),(981,530596800,1),(981,540270000,2),(981,562132800,1),(981,571201200,2),(981,750830400,1),(981,761713200,2),(981,2147483647,2),(982,-1693706400,0),(982,-1680483600,1),(982,-1663455600,2),(982,-1650150000,3),(982,-1632006000,2),(982,-1618700400,3),(982,-938905200,2),(982,-857257200,3),(982,-844556400,2),(982,-828226800,3),(982,-812502000,2),(982,-796777200,3),(982,-781052400,2),(982,-766623600,3),(982,228877200,2),(982,243997200,3),(982,260326800,2),(982,276051600,3),(982,291776400,2),(982,307501200,3),(982,323830800,2),(982,338950800,3),(982,354675600,2),(982,370400400,3),(982,386125200,2),(982,401850000,3),(982,417574800,2),(982,433299600,3),(982,449024400,2),(982,465354000,3),(982,481078800,2),(982,496803600,3),(982,512528400,2),(982,528253200,3),(982,543978000,2),(982,559702800,3),(982,575427600,2),(982,591152400,3),(982,606877200,2),(982,622602000,3),(982,638326800,2),(982,654656400,3),(982,670381200,2),(982,686106000,3),(982,701830800,2),(982,717555600,3),(982,733280400,2),(982,749005200,3),(982,764730000,2),(982,780454800,3),(982,796179600,2),(982,811904400,3),(982,828234000,2),(982,846378000,3),(982,859683600,2),(982,877827600,3),(982,891133200,2),(982,909277200,3),(982,922582800,2),(982,941331600,3),(982,954032400,2),(982,972781200,3),(982,985482000,2),(982,1004230800,3),(982,1017536400,2),(982,1035680400,3),(982,1048986000,2),(982,1067130000,3),(982,1080435600,2),(982,1099184400,3),(982,1111885200,2),(982,1130634000,3),(982,1143334800,2),(982,1162083600,3),(982,1174784400,2),(982,1193533200,3),(982,1206838800,2),(982,1224982800,3),(982,1238288400,2),(982,1256432400,3),(982,1269738000,2),(982,1288486800,3),(982,1301187600,2),(982,1319936400,3),(982,1332637200,2),(982,1351386000,3),(982,1364691600,2),(982,1382835600,3),(982,1396141200,2),(982,1414285200,3),(982,1427590800,2),(982,1445734800,3),(982,1459040400,2),(982,1477789200,3),(982,1490490000,2),(982,1509238800,3),(982,1521939600,2),(982,1540688400,3),(982,1553994000,2),(982,1572138000,3),(982,1585443600,2),(982,1603587600,3),(982,1616893200,2),(982,1635642000,3),(982,1648342800,2),(982,1667091600,3),(982,1679792400,2),(982,1698541200,3),(982,1711846800,2),(982,1729990800,3),(982,1743296400,2),(982,1761440400,3),(982,1774746000,2),(982,1792890000,3),(982,1806195600,2),(982,1824944400,3),(982,1837645200,2),(982,1856394000,3),(982,1869094800,2),(982,1887843600,3),(982,1901149200,2),(982,1919293200,3),(982,1932598800,2),(982,1950742800,3),(982,1964048400,2),(982,1982797200,3),(982,1995498000,2),(982,2014246800,3),(982,2026947600,2),(982,2045696400,3),(982,2058397200,2),(982,2077146000,3),(982,2090451600,2),(982,2108595600,3),(982,2121901200,2),(982,2140045200,3),(983,-1633276800,0),(983,-1615136400,1),(983,-1601827200,0),(983,-1583686800,1),(983,-880214400,2),(983,-769395600,3),(983,-765392400,1),(983,-84384000,0),(983,-68662800,1),(983,-52934400,0),(983,-37213200,1),(983,-21484800,0),(983,-5763600,1),(983,9964800,0),(983,25686000,1),(983,41414400,0),(983,57740400,1),(983,73468800,0),(983,89190000,1),(983,104918400,0),(983,120639600,1),(983,126691200,0),(983,152089200,1),(983,162374400,0),(983,183538800,1),(983,199267200,0),(983,215593200,1),(983,230716800,0),(983,247042800,1),(983,262771200,0),(983,278492400,1),(983,294220800,0),(983,309942000,1),(983,325670400,0),(983,341391600,1),(983,357120000,0),(983,372841200,1),(983,388569600,0),(983,404895600,1),(983,420019200,0),(983,436345200,1),(983,452073600,0),(983,467794800,1),(983,483523200,0),(983,499244400,1),(983,514972800,0),(983,530694000,1),(983,544608000,0),(983,562143600,1),(983,576057600,0),(983,594198000,1),(983,607507200,0),(983,625647600,1),(983,638956800,0),(983,657097200,1),(983,671011200,0),(983,688546800,1),(983,702460800,0),(983,719996400,1),(983,733910400,0),(983,752050800,1),(983,765360000,0),(983,783500400,1),(983,796809600,0),(983,814950000,1),(983,828864000,0),(983,846399600,1),(983,860313600,0),(983,877849200,1),(983,891763200,0),(983,909298800,1),(983,923212800,0),(983,941353200,1),(983,954662400,0),(983,972802800,1),(983,986112000,0),(983,1004252400,1),(983,1018166400,0),(983,1035702000,1),(983,1049616000,0),(983,1067151600,1),(983,1081065600,0),(983,1099206000,1),(983,1112515200,0),(983,1130655600,1),(983,1143964800,0),(983,1162105200,1),(983,1173600000,0),(983,1194159600,1),(983,1205049600,0),(983,1225609200,1),(983,1236499200,0),(983,1257058800,1),(983,1268553600,0),(983,1289113200,1),(983,1300003200,0),(983,1320562800,1),(983,1331452800,0),(983,1352012400,1),(983,1362902400,0),(983,1383462000,1),(983,1394352000,0),(983,1414911600,1),(983,1425801600,0),(983,1446361200,1),(983,1457856000,0),(983,1478415600,1),(983,1489305600,0),(983,1509865200,1),(983,1520755200,0),(983,1541314800,1),(983,1552204800,0),(983,1572764400,1),(983,1583654400,0),(983,1604214000,1),(983,1615708800,0),(983,1636268400,1),(983,1647158400,0),(983,1667718000,1),(983,1678608000,0),(983,1699167600,1),(983,1710057600,0),(983,1730617200,1),(983,1741507200,0),(983,1762066800,1),(983,1772956800,0),(983,1793516400,1),(983,1805011200,0),(983,1825570800,1),(983,1836460800,0),(983,1857020400,1),(983,1867910400,0),(983,1888470000,1),(983,1899360000,0),(983,1919919600,1),(983,1930809600,0),(983,1951369200,1),(983,1962864000,0),(983,1983423600,1),(983,1994313600,0),(983,2014873200,1),(983,2025763200,0),(983,2046322800,1),(983,2057212800,0),(983,2077772400,1),(983,2088662400,0),(983,2109222000,1),(983,2120112000,0),(983,2140671600,1),(984,-2147483648,0),(984,-2131645536,2),(984,-1696276800,1),(984,-1680469200,2),(984,-1632074400,1),(984,-1615143600,2),(984,-1566763200,1),(984,-1557090000,2),(984,-1535486400,1),(984,-1524949200,2),(984,-1504468800,1),(984,-1493413200,2),(984,-1472414400,1),(984,-1461963600,2),(984,-1440964800,1),(984,-1429390800,2),(984,-1409515200,1),(984,-1396731600,2),(984,-1376856000,1),(984,-1366491600,2),(984,-1346616000,1),(984,-1333832400,2),(984,-1313956800,1),(984,-1303678800,2),(984,-1282507200,1),(984,-1272661200,2),(984,-1251057600,1),(984,-1240088400,2),(984,-1219608000,1),(984,-1207429200,2),(984,-1188763200,1),(984,-1175979600,2),(984,-1157313600,1),(984,-1143925200,2),(984,-1124049600,1),(984,-1113771600,2),(984,-1091390400,1),(984,-1081026000,2),(984,-1059854400,1),(984,-1050786000,2),(984,-1030910400,1),(984,-1018126800,2),(984,-999460800,1),(984,-986677200,2),(984,-965592000,1),(984,-955227600,2),(984,-935956800,1),(984,-923173200,2),(984,-904507200,1),(984,-891723600,2),(984,-880221600,3),(984,-769395600,4),(984,-765399600,2),(984,-747252000,1),(984,-733950000,2),(984,-715802400,1),(984,-702500400,2),(984,-684352800,1),(984,-671050800,2),(984,-652903200,1),(984,-639601200,2),(984,-589399200,1),(984,-576097200,2),(984,-557949600,1),(984,-544647600,2),(984,-526500000,1),(984,-513198000,2),(984,-495050400,1),(984,-481748400,2),(984,-431546400,1),(984,-418244400,2),(984,-400096800,1),(984,-386794800,2),(984,-368647200,1),(984,-355345200,2),(984,-337197600,1),(984,-323895600,2),(984,-242244000,1),(984,-226522800,2),(984,-210794400,1),(984,-195073200,2),(984,-179344800,1),(984,-163623600,2),(984,-147895200,1),(984,-131569200,2),(984,-116445600,1),(984,-100119600,2),(984,-84391200,1),(984,-68670000,2),(984,-52941600,1),(984,-37220400,2),(984,-21492000,1),(984,-5770800,2),(984,9957600,1),(984,25678800,2),(984,41407200,1),(984,57733200,2),(984,73461600,1),(984,89182800,2),(984,104911200,1),(984,120632400,2),(984,136360800,1),(984,152082000,2),(984,167810400,1),(984,183531600,2),(984,199260000,1),(984,215586000,2),(984,230709600,1),(984,247035600,2),(984,262764000,1),(984,278485200,2),(984,294213600,1),(984,309934800,2),(984,325663200,1),(984,341384400,2),(984,357112800,1),(984,372834000,2),(984,388562400,1),(984,404888400,2),(984,420012000,1),(984,436338000,2),(984,452066400,1),(984,467787600,2),(984,483516000,1),(984,499237200,2),(984,514965600,1),(984,530686800,2),(984,544600800,1),(984,562136400,2),(984,576050400,1),(984,594190800,2),(984,607500000,1),(984,625640400,2),(984,638949600,1),(984,657090000,2),(984,671004000,1),(984,688539600,2),(984,702453600,1),(984,719989200,2),(984,733903200,1),(984,752043600,2),(984,765352800,1),(984,783493200,2),(984,796802400,1),(984,814942800,2),(984,828856800,1),(984,846392400,2),(984,860306400,1),(984,877842000,2),(984,891756000,1),(984,909291600,2),(984,923205600,1),(984,941346000,2),(984,954655200,1),(984,972795600,2),(984,986104800,1),(984,1004245200,2),(984,1018159200,1),(984,1035694800,2),(984,1049608800,1),(984,1067144400,2),(984,1081058400,1),(984,1099198800,2),(984,1112508000,1),(984,1130648400,2),(984,1143957600,1),(984,1162098000,2),(984,1173592800,1),(984,1194152400,2),(984,1205042400,1),(984,1225602000,2),(984,1236492000,1),(984,1257051600,2),(984,1268546400,1),(984,1289106000,2),(984,1299996000,1),(984,1320555600,2),(984,1331445600,1),(984,1352005200,2),(984,1362895200,1),(984,1383454800,2),(984,1394344800,1),(984,1414904400,2),(984,1425794400,1),(984,1446354000,2),(984,1457848800,1),(984,1478408400,2),(984,1489298400,1),(984,1509858000,2),(984,1520748000,1),(984,1541307600,2),(984,1552197600,1),(984,1572757200,2),(984,1583647200,1),(984,1604206800,2),(984,1615701600,1),(984,1636261200,2),(984,1647151200,1),(984,1667710800,2),(984,1678600800,1),(984,1699160400,2),(984,1710050400,1),(984,1730610000,2),(984,1741500000,1),(984,1762059600,2),(984,1772949600,1),(984,1793509200,2),(984,1805004000,1),(984,1825563600,2),(984,1836453600,1),(984,1857013200,2),(984,1867903200,1),(984,1888462800,2),(984,1899352800,1),(984,1919912400,2),(984,1930802400,1),(984,1951362000,2),(984,1962856800,1),(984,1983416400,2),(984,1994306400,1),(984,2014866000,2),(984,2025756000,1),(984,2046315600,2),(984,2057205600,1),(984,2077765200,2),(984,2088655200,1),(984,2109214800,2),(984,2120104800,1),(984,2140664400,2),(985,-2147483648,2),(985,-1694368800,1),(985,-1681671600,2),(985,-1632067200,1),(985,-1615136400,2),(985,-1029686400,1),(985,-1018198800,2),(985,-880214400,3),(985,-769395600,4),(985,-765392400,2),(985,-746035200,1),(985,-732733200,2),(985,-715795200,1),(985,-702493200,2),(985,-684345600,1),(985,-671043600,2),(985,-652896000,1),(985,-639594000,2),(985,-620755200,1),(985,-607626000,2),(985,-589392000,1),(985,-576090000,2),(985,-557942400,1),(985,-544640400,2),(985,-526492800,1),(985,-513190800,2),(985,-495043200,1),(985,-481741200,2),(985,-463593600,1),(985,-450291600,2),(985,-431539200,1),(985,-418237200,2),(985,-400089600,1),(985,-386787600,2),(985,-368640000,1),(985,-355338000,2),(985,-337190400,1),(985,-321469200,2),(985,-305740800,1),(985,-292438800,2),(985,-210787200,1),(985,-198090000,2),(985,-116438400,5),(985,-100108800,6),(985,-84384000,5),(985,-68659200,6),(985,-52934400,5),(985,-37209600,6),(985,-21484800,5),(985,-5760000,6),(985,9964800,5),(985,25689600,6),(985,41414400,5),(985,57744000,6),(985,73468800,5),(985,89193600,6),(985,104918400,5),(985,120643200,6),(985,136368000,5),(985,152092800,6),(985,167817600,5),(985,183542400,6),(985,199267200,5),(985,215596800,6),(985,230716800,5),(985,247046400,6),(985,262771200,5),(985,278496000,6),(985,294220800,5),(985,309945600,6),(985,325670400,5),(985,341395200,6),(985,357120000,5),(985,372844800,6),(985,388569600,5),(985,404899200,6),(985,420019200,5),(985,436348800,6),(985,452073600,5),(985,467798400,6),(985,483523200,5),(985,499248000,6),(985,514972800,5),(985,530697600,6),(985,544608000,5),(985,562147200,6),(985,576057600,5),(985,594201600,6),(985,607507200,5),(985,625651200,6),(985,638956800,5),(985,657100800,6),(985,671011200,5),(985,688550400,6),(985,702460800,5),(985,720000000,6),(985,733910400,5),(985,752054400,6),(985,765360000,5),(985,783504000,6),(985,796809600,5),(985,814953600,6),(985,828864000,5),(985,846403200,6),(985,860313600,5),(985,877852800,6),(985,891763200,5),(985,909302400,6),(985,923212800,5),(985,941356800,6),(985,954662400,5),(985,972806400,6),(985,986112000,5),(985,1004256000,6),(985,1018166400,5),(985,1035705600,6),(985,1049616000,5),(985,1067155200,6),(985,1081065600,5),(985,1099209600,6),(985,1112515200,5),(985,1130659200,6),(985,1136095200,2),(985,1143964800,1),(985,1162105200,2),(985,1173600000,1),(985,1194159600,2),(985,1205049600,1),(985,1225609200,2),(985,1236499200,1),(985,1257058800,2),(985,1268553600,1),(985,1289113200,2),(985,1300003200,1),(985,1320562800,2),(985,1331452800,1),(985,1352012400,2),(985,1362902400,1),(985,1383462000,2),(985,1394352000,1),(985,1414911600,2),(985,1425801600,1),(985,1446361200,2),(985,1457856000,1),(985,1478415600,2),(985,1489305600,1),(985,1509865200,2),(985,1520755200,1),(985,1541314800,2),(985,1552204800,1),(985,1572764400,2),(985,1583654400,1),(985,1604214000,2),(985,1615708800,1),(985,1636268400,2),(985,1647158400,1),(985,1667718000,2),(985,1678608000,1),(985,1699167600,2),(985,1710057600,1),(985,1730617200,2),(985,1741507200,1),(985,1762066800,2),(985,1772956800,1),(985,1793516400,2),(985,1805011200,1),(985,1825570800,2),(985,1836460800,1),(985,1857020400,2),(985,1867910400,1),(985,1888470000,2),(985,1899360000,1),(985,1919919600,2),(985,1930809600,1),(985,1951369200,2),(985,1962864000,1),(985,1983423600,2),(985,1994313600,1),(985,2014873200,2),(985,2025763200,1),(985,2046322800,2),(985,2057212800,1),(985,2077772400,2),(985,2088662400,1),(985,2109222000,2),(985,2120112000,1),(985,2140671600,2),(986,-2147483648,2),(986,-1632070800,1),(986,-1615140000,2),(986,-1601753400,1),(986,-1583697600,2),(986,-1567357200,1),(986,-1554667200,2),(986,-1534698000,1),(986,-1524074400,2),(986,-1503248400,1),(986,-1492365600,2),(986,-1471798800,1),(986,-1460916000,2),(986,-1440954000,1),(986,-1428861600,2),(986,-1409504400,1),(986,-1397412000,2),(986,-1378054800,1),(986,-1365962400,2),(986,-1346605200,1),(986,-1333908000,2),(986,-1315155600,1),(986,-1301853600,2),(986,-1283706000,1),(986,-1270404000,2),(986,-1252256400,1),(986,-1238954400,2),(986,-1220806800,1),(986,-1207504800,2),(986,-1188752400,1),(986,-1176055200,2),(986,-1157302800,1),(986,-1144000800,2),(986,-1125853200,1),(986,-1112551200,2),(986,-1094403600,1),(986,-1081101600,2),(986,-1062954000,1),(986,-1049652000,2),(986,-1031504400,1),(986,-1018202400,2),(986,-1000054800,1),(986,-986752800,2),(986,-968000400,1),(986,-955303200,2),(986,-936550800,1),(986,-880218000,3),(986,-769395600,4),(986,-765396000,2),(986,-747248400,1),(986,-733946400,2),(986,-715806000,1),(986,-702504000,2),(986,-684356400,1),(986,-671054400,2),(986,-652906800,1),(986,-634161600,2),(986,-620845200,1),(986,-602704800,2),(986,-589395600,1),(986,-576093600,2),(986,-557946000,1),(986,-544644000,2),(986,-526496400,1),(986,-513194400,2),(986,-495046800,1),(986,-481744800,2),(986,-463597200,1),(986,-450295200,2),(986,-431542800,1),(986,-418240800,2),(986,-400093200,1),(986,-384372000,2),(986,-368643600,1),(986,-352922400,2),(986,-337194000,1),(986,-321472800,2),(986,-305744400,1),(986,-289418400,2),(986,-273690000,1),(986,-257968800,2),(986,-242240400,1),(986,-226519200,2),(986,-210790800,1),(986,-195069600,2),(986,-179341200,1),(986,-163620000,2),(986,-147891600,1),(986,-131565600,2),(986,-116442000,1),(986,-100116000,2),(986,-84387600,1),(986,-68666400,2),(986,-52938000,1),(986,-37216800,2),(986,-21488400,1),(986,-5767200,2),(986,9961200,1),(986,25682400,2),(986,41410800,1),(986,57736800,2),(986,73465200,1),(986,89186400,2),(986,104914800,1),(986,120636000,2),(986,136364400,1),(986,152085600,2),(986,167814000,1),(986,183535200,2),(986,199263600,1),(986,215589600,2),(986,230713200,1),(986,247039200,2),(986,262767600,1),(986,278488800,2),(986,294217200,1),(986,309938400,2),(986,325666800,1),(986,341388000,2),(986,357116400,1),(986,372837600,2),(986,388566000,1),(986,404892000,2),(986,420015600,1),(986,436341600,2),(986,452070000,1),(986,467791200,2),(986,483519600,1),(986,499240800,2),(986,514969200,1),(986,530690400,2),(986,544604400,1),(986,562140000,2),(986,576054000,1),(986,594194400,2),(986,607503600,1),(986,625644000,2),(986,638953200,1),(986,657093600,2),(986,671007600,1),(986,688543200,2),(986,702457200,1),(986,719992800,2),(986,733906800,1),(986,752047200,2),(986,765356400,1),(986,783496800,2),(986,796806000,1),(986,814946400,2),(986,828860400,1),(986,846396000,2),(986,860310000,1),(986,877845600,2),(986,891759600,1),(986,909295200,2),(986,923209200,1),(986,941349600,2),(986,954658800,1),(986,972799200,2),(986,986108400,1),(986,1004248800,2),(986,1018162800,1),(986,1035698400,2),(986,1049612400,1),(986,1067148000,2),(986,1081062000,1),(986,1099202400,2),(986,1112511600,1),(986,1130652000,2),(986,1143961200,1),(986,1162101600,2),(986,1173596400,1),(986,1194156000,2),(986,1205046000,1),(986,1225605600,2),(986,1236495600,1),(986,1257055200,2),(986,1268550000,1),(986,1289109600,2),(986,1299999600,1),(986,1320559200,2),(986,1331449200,1),(986,1352008800,2),(986,1362898800,1),(986,1383458400,2),(986,1394348400,1),(986,1414908000,2),(986,1425798000,1),(986,1446357600,2),(986,1457852400,1),(986,1478412000,2),(986,1489302000,1),(986,1509861600,2),(986,1520751600,1),(986,1541311200,2),(986,1552201200,1),(986,1572760800,2),(986,1583650800,1),(986,1604210400,2),(986,1615705200,1),(986,1636264800,2),(986,1647154800,1),(986,1667714400,2),(986,1678604400,1),(986,1699164000,2),(986,1710054000,1),(986,1730613600,2),(986,1741503600,1),(986,1762063200,2),(986,1772953200,1),(986,1793512800,2),(986,1805007600,1),(986,1825567200,2),(986,1836457200,1),(986,1857016800,2),(986,1867906800,1),(986,1888466400,2),(986,1899356400,1),(986,1919916000,2),(986,1930806000,1),(986,1951365600,2),(986,1962860400,1),(986,1983420000,2),(986,1994310000,1),(986,2014869600,2),(986,2025759600,1),(986,2046319200,2),(986,2057209200,1),(986,2077768800,2),(986,2088658800,1),(986,2109218400,2),(986,2120108400,1),(986,2140668000,2),(987,-2147483648,0),(987,-1998663968,2),(987,-1632063600,1),(987,-1615132800,2),(987,-1600614000,1),(987,-1596816000,2),(987,-1567954800,1),(987,-1551628800,2),(987,-1536505200,1),(987,-1523203200,2),(987,-1504450800,1),(987,-1491753600,2),(987,-1473001200,1),(987,-1459699200,2),(987,-880210800,3),(987,-769395600,4),(987,-765388800,2),(987,-715791600,1),(987,-702489600,2),(987,73472400,1),(987,89193600,2),(987,104922000,1),(987,120643200,2),(987,136371600,1),(987,152092800,2),(987,167821200,1),(987,183542400,2),(987,199270800,1),(987,215596800,2),(987,230720400,1),(987,247046400,2),(987,262774800,1),(987,278496000,2),(987,294224400,1),(987,309945600,2),(987,325674000,1),(987,341395200,2),(987,357123600,1),(987,372844800,2),(987,388573200,1),(987,404899200,2),(987,420022800,1),(987,436348800,2),(987,452077200,1),(987,467798400,2),(987,483526800,1),(987,499248000,2),(987,514976400,1),(987,530697600,2),(987,544611600,1),(987,562147200,2),(987,576061200,1),(987,594201600,2),(987,607510800,1),(987,625651200,2),(987,638960400,1),(987,657100800,2),(987,671014800,1),(987,688550400,2),(987,702464400,1),(987,720000000,2),(987,733914000,1),(987,752054400,2),(987,765363600,1),(987,783504000,2),(987,796813200,1),(987,814953600,2),(987,828867600,1),(987,846403200,2),(987,860317200,1),(987,877852800,2),(987,891766800,1),(987,909302400,2),(987,923216400,1),(987,941356800,2),(987,954666000,1),(987,972806400,2),(987,986115600,1),(987,1004256000,2),(987,1018170000,1),(987,1035705600,2),(987,1049619600,1),(987,1067155200,2),(987,1081069200,1),(987,1099209600,2),(987,1112518800,1),(987,1130659200,2),(987,1143968400,1),(987,1162108800,2),(987,1173603600,1),(987,1194163200,2),(987,1205053200,1),(987,1225612800,2),(987,1236502800,1),(987,1257062400,2),(987,1268557200,1),(987,1289116800,2),(987,1300006800,1),(987,1320566400,2),(987,1331456400,1),(987,1352016000,2),(987,1362906000,1),(987,1383465600,2),(987,1394355600,1),(987,1414915200,2),(987,1425805200,1),(987,1446364800,2),(987,1457859600,1),(987,1478419200,2),(987,1489309200,1),(987,1509868800,2),(987,1520758800,1),(987,1541318400,2),(987,1552208400,1),(987,1572768000,2),(987,1583658000,1),(987,1604217600,2),(987,1615712400,1),(987,1636272000,2),(987,1647162000,1),(987,1667721600,2),(987,1678611600,1),(987,1699171200,2),(987,1710061200,1),(987,1730620800,2),(987,1741510800,1),(987,1762070400,2),(987,1772960400,1),(987,1793520000,2),(987,1805014800,1),(987,1825574400,2),(987,1836464400,1),(987,1857024000,2),(987,1867914000,1),(987,1888473600,2),(987,1899363600,1),(987,1919923200,2),(987,1930813200,1),(987,1951372800,2),(987,1962867600,1),(987,1983427200,2),(987,1994317200,1),(987,2014876800,2),(987,2025766800,1),(987,2046326400,2),(987,2057216400,1),(987,2077776000,2),(987,2088666000,1),(987,2109225600,2),(987,2120115600,1),(987,2140675200,2),(988,-2147483648,2),(988,-1664130548,1),(988,-1650137348,2),(988,-1632076148,1),(988,-1615145348,2),(988,-1598650148,1),(988,-1590100148,2),(988,-1567286948,1),(988,-1551565748,2),(988,-1535837348,1),(988,-1520116148,2),(988,-1503782948,1),(988,-1488666548,2),(988,-1472333348,1),(988,-1457216948,2),(988,-1440883748,1),(988,-1425767348,2),(988,-1409434148,1),(988,-1394317748,2),(988,-1377984548,1),(988,-1362263348,2),(988,-1346534948,1),(988,-1330813748,2),(988,-1314480548,1),(988,-1299364148,2),(988,-1283030948,1),(988,-1267914548,2),(988,-1251581348,1),(988,-1236464948,2),(988,-1220131748,1),(988,-1205015348,2),(988,-1188682148,1),(988,-1172960948,2),(988,-1156627748,1),(988,-1141511348,2),(988,-1125178148,1),(988,-1110061748,2),(988,-1096921748,4),(988,-1093728600,3),(988,-1078612200,4),(988,-1061670600,3),(988,-1048973400,4),(988,-1030221000,3),(988,-1017523800,4),(988,-998771400,3),(988,-986074200,4),(988,-966717000,3),(988,-954624600,4),(988,-935267400,3),(988,-922570200,4),(988,-903817800,3),(988,-891120600,4),(988,-872368200,6),(988,-769395600,5),(988,-765401400,4),(988,-746044200,3),(988,-733347000,4),(988,-714594600,3),(988,-701897400,4),(988,-683145000,3),(988,-670447800,4),(988,-651695400,3),(988,-638998200,4),(988,-619641000,3),(988,-606943800,4),(988,-589401000,3),(988,-576099000,4),(988,-557951400,3),(988,-544649400,4),(988,-526501800,3),(988,-513199800,4),(988,-495052200,3),(988,-481750200,4),(988,-463602600,3),(988,-450300600,4),(988,-431548200,3),(988,-418246200,4),(988,-400098600,3),(988,-386796600,4),(988,-368649000,3),(988,-355347000,4),(988,-337199400,3),(988,-323897400,4),(988,-305749800,3),(988,-289423800,4),(988,-273695400,3),(988,-257974200,4),(988,-242245800,3),(988,-226524600,4),(988,-210796200,3),(988,-195075000,4),(988,-179346600,3),(988,-163625400,4),(988,-147897000,3),(988,-131571000,4),(988,-116447400,3),(988,-100121400,4),(988,-84393000,3),(988,-68671800,4),(988,-52943400,3),(988,-37222200,4),(988,-21493800,3),(988,-5772600,4),(988,9955800,3),(988,25677000,4),(988,41405400,3),(988,57731400,4),(988,73459800,3),(988,89181000,4),(988,104909400,3),(988,120630600,4),(988,136359000,3),(988,152080200,4),(988,167808600,3),(988,183529800,4),(988,199258200,3),(988,215584200,4),(988,230707800,3),(988,247033800,4),(988,262762200,3),(988,278483400,4),(988,294211800,3),(988,309933000,4),(988,325661400,3),(988,341382600,4),(988,357111000,3),(988,372832200,4),(988,388560600,3),(988,404886600,4),(988,420010200,3),(988,436336200,4),(988,452064600,3),(988,467785800,4),(988,483514200,3),(988,499235400,4),(988,514963800,3),(988,530685000,4),(988,544591860,3),(988,562127460,4),(988,576041460,7),(988,594178260,4),(988,607491060,3),(988,625631460,4),(988,638940660,3),(988,657081060,4),(988,670995060,3),(988,688530660,4),(988,702444660,3),(988,719980260,4),(988,733894260,3),(988,752034660,4),(988,765343860,3),(988,783484260,4),(988,796793460,3),(988,814933860,4),(988,828847860,3),(988,846383460,4),(988,860297460,3),(988,877833060,4),(988,891747060,3),(988,909282660,4),(988,923196660,3),(988,941337060,4),(988,954646260,3),(988,972786660,4),(988,986095860,3),(988,1004236260,4),(988,1018150260,3),(988,1035685860,4),(988,1049599860,3),(988,1067135460,4),(988,1081049460,3),(988,1099189860,4),(988,1112499060,3),(988,1130639460,4),(988,1143948660,3),(988,1162089060,4),(988,1173583860,3),(988,1194143460,4),(988,1205033460,3),(988,1225593060,4),(988,1236483060,3),(988,1257042660,4),(988,1268537460,3),(988,1289097060,4),(988,1299987060,3),(988,1320553800,4),(988,1331443800,3),(988,1352003400,4),(988,1362893400,3),(988,1383453000,4),(988,1394343000,3),(988,1414902600,4),(988,1425792600,3),(988,1446352200,4),(988,1457847000,3),(988,1478406600,4),(988,1489296600,3),(988,1509856200,4),(988,1520746200,3),(988,1541305800,4),(988,1552195800,3),(988,1572755400,4),(988,1583645400,3),(988,1604205000,4),(988,1615699800,3),(988,1636259400,4),(988,1647149400,3),(988,1667709000,4),(988,1678599000,3),(988,1699158600,4),(988,1710048600,3),(988,1730608200,4),(988,1741498200,3),(988,1762057800,4),(988,1772947800,3),(988,1793507400,4),(988,1805002200,3),(988,1825561800,4),(988,1836451800,3),(988,1857011400,4),(988,1867901400,3),(988,1888461000,4),(988,1899351000,3),(988,1919910600,4),(988,1930800600,3),(988,1951360200,4),(988,1962855000,3),(988,1983414600,4),(988,1994304600,3),(988,2014864200,4),(988,2025754200,3),(988,2046313800,4),(988,2057203800,3),(988,2077763400,4),(988,2088653400,3),(988,2109213000,4),(988,2120103000,3),(988,2140662600,4),(989,-2147483648,2),(989,-1632060000,1),(989,-1615129200,2),(989,-880207200,3),(989,-769395600,4),(989,-765385200,2),(989,-747237600,1),(989,-733935600,2),(989,-715788000,1),(989,-702486000,2),(989,-684338400,1),(989,-671036400,2),(989,-652888800,1),(989,-639586800,2),(989,-620834400,1),(989,-608137200,2),(989,-589384800,1),(989,-576082800,2),(989,-557935200,1),(989,-544633200,2),(989,-526485600,1),(989,-513183600,2),(989,-495036000,1),(989,-481734000,2),(989,-463586400,1),(989,-450284400,2),(989,-431532000,1),(989,-418230000,2),(989,-400082400,1),(989,-386780400,2),(989,-368632800,1),(989,-355330800,2),(989,-337183200,1),(989,-323881200,2),(989,-305733600,1),(989,-292431600,2),(989,-273679200,1),(989,-260982000,2),(989,-242229600,1),(989,-226508400,2),(989,-210780000,1),(989,-195058800,2),(989,-179330400,1),(989,-163609200,2),(989,-147880800,1),(989,-131554800,2),(989,-116431200,1),(989,-100105200,2),(989,-84376800,1),(989,-68655600,2),(989,-52927200,1),(989,-37206000,2),(989,-21477600,1),(989,-5756400,2),(989,9972000,1),(989,25693200,2),(989,41421600,1),(989,57747600,2),(989,73476000,1),(989,89197200,2),(989,104925600,1),(989,120646800,2),(989,136375200,1),(989,152096400,2),(989,167824800,1),(989,183546000,2),(989,199274400,1),(989,215600400,2),(989,230724000,1),(989,247050000,2),(989,262778400,1),(989,278499600,2),(989,294228000,1),(989,309949200,2),(989,325677600,1),(989,341398800,2),(989,357127200,1),(989,372848400,2),(989,388576800,1),(989,404902800,2),(989,420026400,1),(989,436352400,2),(989,452080800,1),(989,467802000,2),(989,483530400,1),(989,499251600,2),(989,514980000,1),(989,530701200,2),(989,544615200,1),(989,562150800,2),(989,576064800,1),(989,594205200,2),(989,607514400,1),(989,625654800,2),(989,638964000,1),(989,657104400,2),(989,671018400,1),(989,688554000,2),(989,702468000,1),(989,720003600,2),(989,733917600,1),(989,752058000,2),(989,765367200,1),(989,783507600,2),(989,796816800,1),(989,814957200,2),(989,828871200,1),(989,846406800,2),(989,860320800,1),(989,877856400,2),(989,891770400,1),(989,909306000,2),(989,923220000,1),(989,941360400,2),(989,954669600,1),(989,972810000,2),(989,986119200,1),(989,1004259600,2),(989,1018173600,1),(989,1035709200,2),(989,1049623200,1),(989,1067158800,2),(989,1081072800,1),(989,1099213200,2),(989,1112522400,1),(989,1130662800,2),(989,1143972000,1),(989,1162112400,2),(989,1173607200,1),(989,1194166800,2),(989,1205056800,1),(989,1225616400,2),(989,1236506400,1),(989,1257066000,2),(989,1268560800,1),(989,1289120400,2),(989,1300010400,1),(989,1320570000,2),(989,1331460000,1),(989,1352019600,2),(989,1362909600,1),(989,1383469200,2),(989,1394359200,1),(989,1414918800,2),(989,1425808800,1),(989,1446368400,2),(989,1457863200,1),(989,1478422800,2),(989,1489312800,1),(989,1509872400,2),(989,1520762400,1),(989,1541322000,2),(989,1552212000,1),(989,1572771600,2),(989,1583661600,1),(989,1604221200,2),(989,1615716000,1),(989,1636275600,2),(989,1647165600,1),(989,1667725200,2),(989,1678615200,1),(989,1699174800,2),(989,1710064800,1),(989,1730624400,2),(989,1741514400,1),(989,1762074000,2),(989,1772964000,1),(989,1793523600,2),(989,1805018400,1),(989,1825578000,2),(989,1836468000,1),(989,1857027600,2),(989,1867917600,1),(989,1888477200,2),(989,1899367200,1),(989,1919926800,2),(989,1930816800,1),(989,1951376400,2),(989,1962871200,1),(989,1983430800,2),(989,1994320800,1),(989,2014880400,2),(989,2025770400,1),(989,2046330000,2),(989,2057220000,1),(989,2077779600,2),(989,2088669600,1),(989,2109229200,2),(989,2120119200,1),(989,2140678800,2),(990,-2147483648,0),(990,-2030202084,2),(990,-1632063600,1),(990,-1615132800,2),(990,-1251651600,1),(990,-1238349600,2),(990,-1220202000,1),(990,-1206900000,2),(990,-1188752400,1),(990,-1175450400,2),(990,-1156698000,1),(990,-1144000800,2),(990,-1125248400,1),(990,-1111946400,2),(990,-1032714000,1),(990,-1016992800,2),(990,-1001264400,1),(990,-986148000,2),(990,-969814800,1),(990,-954093600,2),(990,-937760400,1),(990,-922039200,2),(990,-906310800,1),(990,-890589600,2),(990,-880210800,3),(990,-769395600,4),(990,-765388800,2),(990,-748450800,1),(990,-732729600,2),(990,-715791600,1),(990,-702489600,2),(990,-684342000,1),(990,-671040000,2),(990,-652892400,1),(990,-639590400,2),(990,-620838000,1),(990,-608140800,2),(990,-589388400,1),(990,-576086400,2),(990,-557938800,1),(990,-544636800,2),(990,-526489200,1),(990,-513187200,2),(990,-495039600,1),(990,-481737600,2),(990,-463590000,1),(990,-450288000,2),(990,-431535600,1),(990,-418233600,2),(990,-400086000,1),(990,-386784000,2),(990,-337186800,1),(990,-321465600,2),(990,-305737200,5),(991,-2147483648,2),(991,-1632056400,1),(991,-1615125600,2),(991,-1596978000,1),(991,-1583164800,2),(991,-880203600,3),(991,-769395600,4),(991,-765381600,2),(991,-147884400,5),(991,-131554800,2),(991,-81961200,6),(991,325677600,7),(991,341398800,6),(991,357127200,7),(991,372848400,6),(991,388576800,7),(991,404902800,6),(991,420026400,7),(991,436352400,6),(991,452080800,7),(991,467802000,6),(991,483530400,7),(991,499251600,6),(991,514980000,7),(991,530701200,6),(991,544615200,7),(991,562150800,6),(991,576064800,7),(991,594205200,6),(991,607514400,7),(991,625654800,6),(991,638964000,7),(991,657104400,6),(991,671018400,7),(991,688554000,6),(991,702468000,7),(991,720003600,6),(991,733917600,7),(991,752058000,6),(991,765367200,7),(991,783507600,6),(991,796816800,7),(991,814957200,6),(991,828871200,7),(991,846406800,6),(991,860320800,7),(991,877856400,6),(991,891770400,7),(991,909306000,6),(991,923220000,7),(991,941360400,6),(991,954669600,7),(991,972810000,6),(991,986119200,7),(991,1004259600,6),(991,1018173600,7),(991,1035709200,6),(991,1049623200,7),(991,1067158800,6),(991,1081072800,7),(991,1099213200,6),(991,1112522400,7),(991,1130662800,6),(991,1143972000,7),(991,1162112400,6),(991,1173607200,7),(991,1194166800,6),(991,1205056800,7),(991,1225616400,6),(991,1236506400,7),(991,1257066000,6),(991,1268560800,7),(991,1289120400,6),(991,1300010400,7),(991,1320570000,6),(991,1331460000,7),(991,1352019600,6),(991,1362909600,7),(991,1383469200,6),(991,1394359200,7),(991,1414918800,6),(991,1425808800,7),(991,1446368400,6),(991,1457863200,7),(991,1478422800,6),(991,1489312800,7),(991,1509872400,6),(991,1520762400,7),(991,1541322000,6),(991,1552212000,7),(991,1572771600,6),(991,1583661600,7),(991,1604214000,8),(992,-2147483648,1),(992,-1892661434,2),(992,-1688410800,1),(992,-1619205434,3),(992,-1593806400,1),(992,-1335986234,4),(992,-1317585600,2),(992,-1304362800,4),(992,-1286049600,2),(992,-1272826800,4),(992,-1254513600,2),(992,-1241290800,4),(992,-1222977600,2),(992,-1209754800,4),(992,-1191355200,2),(992,-1178132400,3),(992,-870552000,2),(992,-865278000,3),(992,-740520000,5),(992,-736376400,3),(992,-718056000,2),(992,-713649600,3),(992,-36619200,6),(992,-23922000,7),(992,-3355200,6),(992,7527600,7),(992,24465600,6),(992,37767600,7),(992,55915200,6),(992,69217200,7),(992,87969600,6),(992,100666800,7),(992,118209600,6),(992,132116400,7),(992,150868800,6),(992,163566000,7),(992,182318400,6),(992,195620400,7),(992,213768000,6),(992,227070000,7),(992,245217600,6),(992,258519600,7),(992,277272000,6),(992,289969200,7),(992,308721600,6),(992,321418800,7),(992,340171200,6),(992,353473200,7),(992,371620800,6),(992,384922800,7),(992,403070400,6),(992,416372400,7),(992,434520000,6),(992,447822000,7),(992,466574400,6),(992,479271600,7),(992,498024000,6),(992,510721200,7),(992,529473600,6),(992,545194800,7),(992,560923200,6),(992,574225200,7),(992,592372800,6),(992,605674800,7),(992,624427200,6),(992,637124400,7),(992,653457600,6),(992,668574000,7),(992,687326400,6),(992,700628400,7),(992,718776000,6),(992,732078000,7),(992,750225600,6),(992,763527600,7),(992,781675200,6),(992,794977200,7),(992,813729600,6),(992,826426800,7),(992,845179200,6),(992,859690800,7),(992,876628800,6),(992,889930800,7),(992,906868800,6),(992,923194800,7),(992,939528000,6),(992,952830000,7),(992,971582400,6),(992,984279600,7),(992,1003032000,6),(992,1015729200,7),(992,1034481600,6),(992,1047178800,7),(992,1065931200,6),(992,1079233200,7),(992,1097380800,6),(992,1110682800,7),(992,1128830400,6),(992,1142132400,7),(992,1160884800,6),(992,1173582000,7),(992,1192334400,6),(992,1206846000,7),(992,1223784000,6),(992,1237086000,7),(992,1255233600,6),(992,1270350000,7),(992,1286683200,6),(992,1304823600,7),(992,1313899200,6),(992,1335668400,7),(992,1346558400,6),(992,1367118000,7),(992,1378612800,6),(992,1398567600,7),(992,1410062400,6),(992,1463281200,7),(992,1471147200,6),(992,1494730800,7),(992,1502596800,6),(992,1526180400,7),(992,1534046400,6),(992,1554606000,7),(992,1567915200,6),(992,1586055600,7),(992,1599364800,6),(992,1617505200,7),(992,1630814400,6),(992,1648954800,7),(992,1662264000,6),(992,1680404400,7),(992,1693713600,6),(992,1712458800,7),(992,1725768000,6),(992,1743908400,7),(992,1757217600,6),(992,1775358000,7),(992,1788667200,6),(992,1806807600,7),(992,1820116800,6),(992,1838257200,7),(992,1851566400,6),(992,1870311600,7),(992,1883016000,6),(992,1901761200,7),(992,1915070400,6),(992,1933210800,7),(992,1946520000,6),(992,1964660400,7),(992,1977969600,6),(992,1996110000,7),(992,2009419200,6),(992,2027559600,7),(992,2040868800,6),(992,2059614000,7),(992,2072318400,6),(992,2091063600,7),(992,2104372800,6),(992,2122513200,7),(992,2135822400,6),(992,2147483647,6),(993,-2147483648,1),(993,-1178124152,4),(993,-36619200,2),(993,-23922000,3),(993,-3355200,2),(993,7527600,3),(993,24465600,2),(993,37767600,3),(993,55915200,2),(993,69217200,3),(993,87969600,2),(993,100666800,3),(993,118209600,2),(993,132116400,3),(993,150868800,2),(993,163566000,3),(993,182318400,2),(993,195620400,3),(993,213768000,2),(993,227070000,3),(993,245217600,2),(993,258519600,3),(993,277272000,2),(993,289969200,3),(993,308721600,2),(993,321418800,3),(993,340171200,2),(993,353473200,3),(993,371620800,2),(993,384922800,5),(993,403070400,6),(993,416372400,5),(993,434520000,6),(993,447822000,5),(993,466574400,6),(993,479271600,5),(993,498024000,6),(993,510721200,5),(993,529473600,6),(993,545194800,5),(993,560923200,6),(993,574225200,5),(993,592372800,6),(993,605674800,5),(993,624427200,6),(993,637124400,5),(993,653457600,6),(993,668574000,5),(993,687326400,6),(993,700628400,5),(993,718776000,6),(993,732078000,5),(993,750225600,6),(993,763527600,5),(993,781675200,6),(993,794977200,5),(993,813729600,6),(993,826426800,5),(993,845179200,6),(993,859690800,5),(993,876628800,6),(993,889930800,5),(993,906868800,6),(993,923194800,5),(993,939528000,6),(993,952830000,5),(993,971582400,6),(993,984279600,5),(993,1003032000,6),(993,1015729200,5),(993,1034481600,6),(993,1047178800,5),(993,1065931200,6),(993,1079233200,5),(993,1097380800,6),(993,1110682800,5),(993,1128830400,6),(993,1142132400,5),(993,1160884800,6),(993,1173582000,5),(993,1192334400,6),(993,1206846000,5),(993,1223784000,6),(993,1237086000,5),(993,1255233600,6),(993,1270350000,5),(993,1286683200,6),(993,1304823600,5),(993,1313899200,6),(993,1335668400,5),(993,1346558400,6),(993,1367118000,5),(993,1378612800,6),(993,1398567600,5),(993,1410062400,6),(993,1463281200,5),(993,1471147200,6),(993,1494730800,5),(993,1502596800,6),(993,1526180400,5),(993,1534046400,6),(993,1554606000,5),(993,1567915200,6),(993,1586055600,5),(993,1599364800,6),(993,1617505200,5),(993,1630814400,6),(993,1648954800,5),(993,1662264000,6),(993,1680404400,5),(993,1693713600,6),(993,1712458800,5),(993,1725768000,6),(993,1743908400,5),(993,1757217600,6),(993,1775358000,5),(993,1788667200,6),(993,1806807600,5),(993,1820116800,6),(993,1838257200,5),(993,1851566400,6),(993,1870311600,5),(993,1883016000,6),(993,1901761200,5),(993,1915070400,6),(993,1933210800,5),(993,1946520000,6),(993,1964660400,5),(993,1977969600,6),(993,1996110000,5),(993,2009419200,6),(993,2027559600,5),(993,2040868800,6),(993,2059614000,5),(993,2072318400,6),(993,2091063600,5),(993,2104372800,6),(993,2122513200,5),(993,2135822400,6),(993,2147483647,6),(994,-2147483648,1),(994,-1402813824,3),(994,-1311534000,2),(994,-1300996800,3),(994,-933534000,2),(994,-925675200,3),(994,-902084400,2),(994,-893620800,3),(994,-870030000,2),(994,-862171200,3),(994,-775681200,2),(994,-767822400,3),(994,-744231600,2),(994,-736372800,3),(994,-144702000,2),(994,-134251200,3),(994,-113425200,2),(994,-102542400,3),(994,-86295600,2),(994,-72907200,3),(994,-54154800,2),(994,-41457600,3),(994,-21495600,2),(994,-5774400,3),(994,9954000,2),(994,25675200,3),(994,41403600,2),(994,57729600,3),(994,73458000,2),(994,87364800,3),(994,104907600,2),(994,118900800,3),(994,136357200,2),(994,150436800,3),(994,167806800,2),(994,183528000,3),(994,199256400,2),(994,215582400,3),(994,230706000,2),(994,247032000,3),(994,263365200,2),(994,276667200,3),(994,290581200,2),(994,308721600,3),(994,322030800,2),(994,340171200,3),(994,358318800,2),(994,371620800,3),(994,389768400,2),(994,403070400,3),(994,421218000,2),(994,434520000,3),(994,452667600,2),(994,466574400,3),(994,484117200,2),(994,498024000,3),(994,511333200,2),(994,529473600,3),(994,542782800,2),(994,560923200,3),(994,574837200,2),(994,592372800,3),(994,606286800,2),(994,623822400,3),(994,638946000,2),(994,655876800,3),(994,671000400,2),(994,687330000,4),(994,702450000,2),(994,718779600,4),(994,733899600,2),(994,750229200,4),(994,765349200,2),(994,781678800,4),(994,796798800,2),(994,813128400,4),(994,828853200,2),(994,844578000,4),(994,860302800,2),(994,876632400,4),(994,891147600,5),(994,909291600,4),(994,922597200,5),(994,941346000,4),(994,954651600,5),(994,972795600,4),(994,986101200,5),(994,1004245200,4),(994,1018155600,5),(994,1035694800,4),(994,1049605200,5),(994,1067144400,4),(994,1080450000,5),(994,1162098000,4),(994,1173589200,5),(994,1193547600,4),(994,1205643600,5),(994,1224997200,4),(994,1236488400,5),(994,1256446800,4),(994,1268542800,5),(994,1288501200,4),(994,1300597200,5),(994,1321160400,4),(994,1333256400,5),(994,1352005200,4),(994,1362891600,5),(994,1383454800,4),(994,1394341200,5),(994,1414904400,4),(994,1425790800,5),(994,1446354000,4),(994,1457845200,5),(994,1478408400,4),(994,1489294800,5),(994,1509858000,4),(994,1520744400,5),(994,1541307600,4),(994,1552194000,5),(994,1572757200,4),(994,1583643600,5),(994,1604206800,4),(994,1615698000,5),(994,1636261200,4),(994,1647147600,5),(994,1667710800,4),(994,1678597200,5),(994,1699160400,4),(994,1710046800,5),(994,1730610000,4),(994,1741496400,5),(994,1762059600,4),(994,1772946000,5),(994,1793509200,4),(994,1805000400,5),(994,1825563600,4),(994,1836450000,5),(994,1857013200,4),(994,1867899600,5),(994,1888462800,4),(994,1899349200,5),(994,1919912400,4),(994,1930798800,5),(994,1951362000,4),(994,1962853200,5),(994,1983416400,4),(994,1994302800,5),(994,2014866000,4),(994,2025752400,5),(994,2046315600,4),(994,2057202000,5),(994,2077765200,4),(994,2088651600,5),(994,2109214800,4),(994,2120101200,5),(994,2140664400,4),(995,228877200,0),(995,243997200,1),(995,260326800,0),(995,276051600,1),(995,291776400,0),(995,307501200,1),(995,323830800,0),(995,338950800,1),(995,354675600,0),(995,370400400,1),(995,386125200,0),(995,401850000,1),(995,417574800,0),(995,433299600,1),(995,449024400,0),(995,465354000,1),(995,481078800,0),(995,496803600,1),(995,512528400,0),(995,528253200,1),(995,543978000,0),(995,559702800,1),(995,575427600,0),(995,591152400,1),(995,606877200,0),(995,622602000,1),(995,638326800,0),(995,654656400,1),(995,670381200,0),(995,686106000,1),(995,701830800,0),(995,717555600,1),(995,733280400,0),(995,749005200,1),(995,764730000,0),(995,780454800,1),(995,796179600,0),(995,811904400,1),(995,828234000,0),(995,846378000,1),(995,859683600,0),(995,877827600,1),(995,891133200,0),(995,909277200,1),(995,922582800,0),(995,941331600,1),(995,954032400,0),(995,972781200,1),(995,985482000,0),(995,1004230800,1),(995,1017536400,0),(995,1035680400,1),(995,1048986000,0),(995,1067130000,1),(995,1080435600,0),(995,1099184400,1),(995,1111885200,0),(995,1130634000,1),(995,1143334800,0),(995,1162083600,1),(995,1174784400,0),(995,1193533200,1),(995,1206838800,0),(995,1224982800,1),(995,1238288400,0),(995,1256432400,1),(995,1269738000,0),(995,1288486800,1),(995,1301187600,0),(995,1319936400,1),(995,1332637200,0),(995,1351386000,1),(995,1364691600,0),(995,1382835600,1),(995,1396141200,0),(995,1414285200,1),(995,1427590800,0),(995,1445734800,1),(995,1459040400,0),(995,1477789200,1),(995,1490490000,0),(995,1509238800,1),(995,1521939600,0),(995,1540688400,1),(995,1553994000,0),(995,1572138000,1),(995,1585443600,0),(995,1603587600,1),(995,1616893200,0),(995,1635642000,1),(995,1648342800,0),(995,1667091600,1),(995,1679792400,0),(995,1698541200,1),(995,1711846800,0),(995,1729990800,1),(995,1743296400,0),(995,1761440400,1),(995,1774746000,0),(995,1792890000,1),(995,1806195600,0),(995,1824944400,1),(995,1837645200,0),(995,1856394000,1),(995,1869094800,0),(995,1887843600,1),(995,1901149200,0),(995,1919293200,1),(995,1932598800,0),(995,1950742800,1),(995,1964048400,0),(995,1982797200,1),(995,1995498000,0),(995,2014246800,1),(995,2026947600,0),(995,2045696400,1),(995,2058397200,0),(995,2077146000,1),(995,2090451600,0),(995,2108595600,1),(995,2121901200,0),(995,2140045200,1),(997,-1633280400,0),(997,-1615140000,1),(997,-1601830800,0),(997,-1583690400,1),(997,-880218000,2),(997,-769395600,3),(997,-765396000,1),(997,-84387600,0),(997,-68666400,1),(997,-52938000,0),(997,-37216800,1),(997,-21488400,0),(997,-5767200,1),(997,9961200,0),(997,25682400,1),(997,41410800,0),(997,57736800,1),(997,73465200,0),(997,89186400,1),(997,104914800,0),(997,120636000,1),(997,126687600,0),(997,152085600,1),(997,162370800,0),(997,183535200,1),(997,199263600,0),(997,215589600,1),(997,230713200,0),(997,247039200,1),(997,262767600,0),(997,278488800,1),(997,294217200,0),(997,309938400,1),(997,325666800,0),(997,341388000,1),(997,357116400,0),(997,372837600,1),(997,388566000,0),(997,404892000,1),(997,420015600,0),(997,436341600,1),(997,452070000,0),(997,467791200,1),(997,483519600,0),(997,499240800,1),(997,514969200,0),(997,530690400,1),(997,544604400,0),(997,562140000,1),(997,576054000,0),(997,594194400,1),(997,607503600,0),(997,625644000,1),(997,638953200,0),(997,657093600,1),(997,671007600,0),(997,688543200,1),(997,702457200,0),(997,719992800,1),(997,733906800,0),(997,752047200,1),(997,765356400,0),(997,783496800,1),(997,796806000,0),(997,814946400,1),(997,828860400,0),(997,846396000,1),(997,860310000,0),(997,877845600,1),(997,891759600,0),(997,909295200,1),(997,923209200,0),(997,941349600,1),(997,954658800,0),(997,972799200,1),(997,986108400,0),(997,1004248800,1),(997,1018162800,0),(997,1035698400,1),(997,1049612400,0),(997,1067148000,1),(997,1081062000,0),(997,1099202400,1),(997,1112511600,0),(997,1130652000,1),(997,1143961200,0),(997,1162101600,1),(997,1173596400,0),(997,1194156000,1),(997,1205046000,0),(997,1225605600,1),(997,1236495600,0),(997,1257055200,1),(997,1268550000,0),(997,1289109600,1),(997,1299999600,0),(997,1320559200,1),(997,1331449200,0),(997,1352008800,1),(997,1362898800,0),(997,1383458400,1),(997,1394348400,0),(997,1414908000,1),(997,1425798000,0),(997,1446357600,1),(997,1457852400,0),(997,1478412000,1),(997,1489302000,0),(997,1509861600,1),(997,1520751600,0),(997,1541311200,1),(997,1552201200,0),(997,1572760800,1),(997,1583650800,0),(997,1604210400,1),(997,1615705200,0),(997,1636264800,1),(997,1647154800,0),(997,1667714400,1),(997,1678604400,0),(997,1699164000,1),(997,1710054000,0),(997,1730613600,1),(997,1741503600,0),(997,1762063200,1),(997,1772953200,0),(997,1793512800,1),(997,1805007600,0),(997,1825567200,1),(997,1836457200,0),(997,1857016800,1),(997,1867906800,0),(997,1888466400,1),(997,1899356400,0),(997,1919916000,1),(997,1930806000,0),(997,1951365600,1),(997,1962860400,0),(997,1983420000,1),(997,1994310000,0),(997,2014869600,1),(997,2025759600,0),(997,2046319200,1),(997,2057209200,0),(997,2077768800,1),(997,2088658800,0),(997,2109218400,1),(997,2120108400,0),(997,2140668000,1),(998,-2147483648,2),(998,-929844000,1),(998,-923108400,2),(998,-906170400,1),(998,-892868400,2),(998,-875844000,1),(998,-857790000,2),(998,-844308000,1),(998,-825822000,2),(998,-812685600,1),(998,-794199600,2),(998,-779853600,1),(998,-762663600,2),(998,-399088800,1),(998,-386650800,2),(998,-368330400,1),(998,-355114800,2),(998,-336790800,1),(998,-323654400,2),(998,-305168400,1),(998,-292032000,2),(998,-273632400,1),(998,-260496000,2),(998,-242096400,1),(998,-228960000,2),(998,-210560400,1),(998,-197424000,2),(998,-178938000,1),(998,-165801600,2),(998,-147402000,1),(998,-134265600,2),(998,-115866000,1),(998,-102643200,2),(998,-84330000,1),(998,-71107200,2),(998,-52707600,1),(998,-39484800,2),(998,-21171600,1),(998,-7948800,2),(998,10364400,1),(998,23587200,2),(998,41900400,1),(998,55123200,2),(998,73522800,1),(998,86745600,2),(998,105058800,1),(998,118281600,2),(998,136594800,1),(998,149817600,2),(998,168130800,1),(998,181353600,2),(998,199753200,1),(998,212976000,2),(998,231289200,1),(998,244512000,2),(998,262825200,1),(998,276048000,2),(998,294361200,1),(998,307584000,2),(998,325983600,1),(998,339206400,2),(998,357519600,1),(998,370742400,2),(998,396399600,1),(998,402278400,2),(998,426812400,1),(998,433814400,2),(998,452214000,1),(998,465436800,2),(998,483750000,1),(998,496972800,2),(998,515286000,1),(998,528508800,2),(998,546822000,1),(998,560044800,2),(998,578444400,1),(998,591667200,2),(998,610412400,1),(998,623203200,2),(998,641516400,1),(998,654739200,2),(998,673052400,1),(998,686275200,2),(998,704674800,1),(998,717897600,2),(998,736210800,1),(998,749433600,2),(998,767746800,1),(998,780969600,2),(998,799020000,3),(998,812322000,2),(998,830469600,3),(998,843771600,2),(998,861919200,3),(998,875221200,2),(998,893368800,3),(998,906670800,2),(998,925423200,3),(998,938725200,2),(998,956872800,3),(998,970174800,2),(998,988322400,3),(998,1001624400,2),(998,1019772000,3),(998,1033074000,2),(998,1051221600,3),(998,1064523600,2),(998,1083276000,3),(998,1096578000,2),(998,1114725600,3),(998,1128027600,2),(998,1146175200,3),(998,1158872400,2),(998,1177624800,3),(998,1189112400,2),(998,1209074400,3),(998,1219957200,2),(998,1240524000,3),(998,1250802000,2),(998,1272578400,3),(998,1281474000,2),(998,1284069600,1),(998,1285880400,2),(998,1400191200,1),(998,1403816400,2),(998,1406844000,1),(998,1411678800,2),(999,-2147483648,1),(999,-1691962479,2),(999,-1680471279,4),(999,-1664143200,3),(999,-1650146400,4),(999,-1633903200,3),(999,-1617487200,4),(999,-1601848800,3),(999,-1586037600,4),(999,-1570399200,3),(999,-1552168800,4),(999,-1538344800,3),(999,-1522533600,4),(999,-1517011200,6),(999,-1507500000,5),(999,-1490565600,4),(999,-1473631200,5),(999,-1460930400,4),(999,-1442786400,5),(999,-1428876000,4),(999,-1410732000,5),(999,-1396216800,4),(999,-1379282400,5),(999,-1364767200,4),(999,-1348437600,5),(999,-1333317600,4),(999,-1315778400,5),(999,-1301263200,4),(999,-1284328800,5),(999,-1269813600,4),(999,-1253484000,5),(999,-1238364000,4),(999,-1221429600,5),(999,-1206914400,4),(999,-1189980000,5),(999,-1175464800,4),(999,-1159135200,5),(999,-1143410400,4),(999,-1126476000,5),(999,-1111960800,4),(999,-1095631200,5),(999,-1080511200,4),(999,-1063576800,5),(999,-1049061600,4),(999,-1032127200,5),(999,-1017612000,4),(999,-1001282400,5),(999,-986162400,4),(999,-969228000,5),(999,-950479200,4),(999,-942012000,5),(999,-733356000,4),(999,-719445600,5),(999,-699487200,4),(999,-684972000,5),(999,-668037600,4),(999,-654732000,5),(999,-636588000,4),(999,-622072800,5),(999,-605743200,4),(999,-590623200,5),(999,-574293600,4),(999,-558568800,5),(999,-542239200,4),(999,-527119200,5),(999,-512604000,4),(999,-496274400,5),(999,-481154400,4),(999,-464220000,5),(999,-449704800,4),(999,-432165600,5),(999,-417650400,4),(999,-401320800,5),(999,-386200800,4),(999,-369266400,5),(999,-354751200,4),(999,-337816800,5),(999,-323301600,4),(999,-306972000,5),(999,-291852000,4),(999,-276732000,5),(999,-257983200,4),(999,-245282400,5),(999,-226533600,4),(999,-213228000,5),(999,-195084000,4),(999,-182383200,5),(999,-163634400,4),(999,-150933600,5),(999,-132184800,4),(999,-119484000,5),(999,-100735200,4),(999,-88034400,5),(999,-68680800,4),(999,-59004000,5),(999,-37242000,9),(999,57722400,7),(999,69818400,8),(999,89172000,7),(999,101268000,8),(999,120621600,7),(999,132717600,8),(999,152071200,7),(999,164167200,8),(999,183520800,7),(999,196221600,8),(999,214970400,7),(999,227671200,8),(999,246420000,7),(999,259120800,8),(999,278474400,7),(999,290570400,8),(999,309924000,7),(999,322020000,8),(999,341373600,7),(999,354675600,8),(999,372819600,7),(999,386125200,8),(999,404269200,7),(999,417574800,8),(999,435718800,7),(999,449024400,8),(999,467773200,7),(999,481078800,8),(999,499222800,7),(999,512528400,8),(999,530672400,7),(999,543978000,8),(999,562122000,7),(999,575427600,8),(999,593571600,7),(999,606877200,8),(999,625626000,7),(999,638326800,8),(999,657075600,7),(999,670381200,8),(999,688525200,7),(999,701830800,8),(999,719974800,7),(999,733280400,8),(999,751424400,7),(999,764730000,8),(999,782874000,7),(999,796179600,8),(999,814323600,7),(999,828234000,8),(999,846378000,7),(999,859683600,8),(999,877827600,7),(999,891133200,8),(999,909277200,7),(999,922582800,8),(999,941331600,7),(999,954032400,8),(999,972781200,7),(999,985482000,8),(999,1004230800,7),(999,1017536400,8),(999,1035680400,7),(999,1048986000,8),(999,1067130000,7),(999,1080435600,8),(999,1099184400,7),(999,1111885200,8),(999,1130634000,7),(999,1143334800,8),(999,1162083600,7),(999,1174784400,8),(999,1193533200,7),(999,1206838800,8),(999,1224982800,7),(999,1238288400,8),(999,1256432400,7),(999,1269738000,8),(999,1288486800,7),(999,1301187600,8),(999,1319936400,7),(999,1332637200,8),(999,1351386000,7),(999,1364691600,8),(999,1382835600,7),(999,1396141200,8),(999,1414285200,7),(999,1427590800,8),(999,1445734800,7),(999,1459040400,8),(999,1477789200,7),(999,1490490000,8),(999,1509238800,7),(999,1521939600,8),(999,1540688400,7),(999,1553994000,8),(999,1572138000,7),(999,1585443600,8),(999,1603587600,7),(999,1616893200,8),(999,1635642000,7),(999,1648342800,8),(999,1667091600,7),(999,1679792400,8),(999,1698541200,7),(999,1711846800,8),(999,1729990800,7),(999,1743296400,8),(999,1761440400,7),(999,1774746000,8),(999,1792890000,7),(999,1806195600,8),(999,1824944400,7),(999,1837645200,8),(999,1856394000,7),(999,1869094800,8),(999,1887843600,7),(999,1901149200,8),(999,1919293200,7),(999,1932598800,8),(999,1950742800,7),(999,1964048400,8),(999,1982797200,7),(999,1995498000,8),(999,2014246800,7),(999,2026947600,8),(999,2045696400,7),(999,2058397200,8),(999,2077146000,7),(999,2090451600,8),(999,2108595600,7),(999,2121901200,8),(999,2140045200,7),(1002,-2147483648,0),(1002,2147483647,0),(1003,-2147483648,0),(1003,2147483647,0),(1004,-2147483648,0),(1004,2147483647,0),(1005,-2147483648,0),(1005,2147483647,0),(1006,-2147483648,0),(1006,2147483647,0),(1007,-2147483648,0),(1007,2147483647,0),(1008,-2147483648,0),(1008,2147483647,0),(1009,-2147483648,0),(1009,2147483647,0),(1010,-2147483648,0),(1010,2147483647,0),(1011,-2147483648,0),(1011,2147483647,0),(1012,-2147483648,0),(1012,2147483647,0),(1013,-2147483648,0),(1013,2147483647,0),(1015,-2147483648,0),(1015,2147483647,0),(1016,-2147483648,0),(1016,2147483647,0),(1017,-2147483648,0),(1017,2147483647,0),(1018,-2147483648,0),(1018,2147483647,0),(1019,-2147483648,0),(1019,2147483647,0),(1020,-2147483648,0),(1020,2147483647,0),(1021,-2147483648,0),(1021,2147483647,0),(1022,-2147483648,0),(1022,2147483647,0),(1023,-2147483648,0),(1023,2147483647,0),(1024,-2147483648,0),(1024,2147483647,0),(1025,-2147483648,0),(1025,2147483647,0),(1026,-2147483648,0),(1026,2147483647,0),(1027,-2147483648,0),(1027,2147483647,0),(1028,-2147483648,0),(1028,2147483647,0),(1035,-2147483648,2),(1035,-1693700372,1),(1035,-1680484772,2),(1035,-1663453172,3),(1035,-1650147572,4),(1035,-1633213172,3),(1035,-1617488372,4),(1035,-1601158772,3),(1035,-1586038772,4),(1035,-1569709172,3),(1035,-1554589172,4),(1035,-1538259572,3),(1035,-1523139572,4),(1035,-1507501172,3),(1035,-1490566772,4),(1035,-1470176372,3),(1035,-1459117172,4),(1035,-1443997172,3),(1035,-1427667572,4),(1035,-1406672372,3),(1035,-1396217972,4),(1035,-1376950772,3),(1035,-1364768372,4),(1035,-1345414772,3),(1035,-1333318772,4),(1035,-1313792372,3),(1035,-1301264372,4),(1035,-1282256372,3),(1035,-1269814772,4),(1035,-1250720372,3),(1035,-1238365172,4),(1035,-1219184372,3),(1035,-1206915572,4),(1035,-1186957172,3),(1035,-1175465972,4),(1035,-1156025972,3),(1035,-1143411572,4),(1035,-1124489972,3),(1035,-1111961972,4),(1035,-1092953972,3),(1035,-1080512372,4),(1035,-1061331572,3),(1035,-1049062772,4),(1035,-1029190772,3),(1035,-1025745572,7),(1035,-1017613200,5),(1035,-998259600,6),(1035,-986163600,5),(1035,-966723600,6),(1035,-954109200,5),(1035,-935022000,10),(1035,-857257200,8),(1035,-844556400,9),(1035,-828226800,8),(1035,-812502000,9),(1035,-796777200,8),(1035,-781052400,9),(1035,-766623600,8),(1035,220921200,13),(1035,228877200,11),(1035,243997200,12),(1035,260326800,11),(1035,276051600,12),(1035,291776400,11),(1035,307501200,12),(1035,323830800,11),(1035,338950800,12),(1035,354675600,11),(1035,370400400,12),(1035,386125200,11),(1035,401850000,12),(1035,417574800,11),(1035,433299600,12),(1035,449024400,11),(1035,465354000,12),(1035,481078800,11),(1035,496803600,12),(1035,512528400,11),(1035,528253200,12),(1035,543978000,11),(1035,559702800,12),(1035,575427600,11),(1035,591152400,12),(1035,606877200,11),(1035,622602000,12),(1035,638326800,11),(1035,654656400,12),(1035,670381200,11),(1035,686106000,12),(1035,701830800,11),(1035,717555600,12),(1035,733280400,11),(1035,749005200,12),(1035,764730000,11),(1035,780454800,12),(1035,796179600,11),(1035,811904400,12),(1035,828234000,11),(1035,846378000,12),(1035,859683600,11),(1035,877827600,12),(1035,891133200,11),(1035,909277200,12),(1035,922582800,11),(1035,941331600,12),(1035,954032400,11),(1035,972781200,12),(1035,985482000,11),(1035,1004230800,12),(1035,1017536400,11),(1035,1035680400,12),(1035,1048986000,11),(1035,1067130000,12),(1035,1080435600,11),(1035,1099184400,12),(1035,1111885200,11),(1035,1130634000,12),(1035,1143334800,11),(1035,1162083600,12),(1035,1174784400,11),(1035,1193533200,12),(1035,1206838800,11),(1035,1224982800,12),(1035,1238288400,11),(1035,1256432400,12),(1035,1269738000,11),(1035,1288486800,12),(1035,1301187600,11),(1035,1319936400,12),(1035,1332637200,11),(1035,1351386000,12),(1035,1364691600,11),(1035,1382835600,12),(1035,1396141200,11),(1035,1414285200,12),(1035,1427590800,11),(1035,1445734800,12),(1035,1459040400,11),(1035,1477789200,12),(1035,1490490000,11),(1035,1509238800,12),(1035,1521939600,11),(1035,1540688400,12),(1035,1553994000,11),(1035,1572138000,12),(1035,1585443600,11),(1035,1603587600,12),(1035,1616893200,11),(1035,1635642000,12),(1035,1648342800,11),(1035,1667091600,12),(1035,1679792400,11),(1035,1698541200,12),(1035,1711846800,11),(1035,1729990800,12),(1035,1743296400,11),(1035,1761440400,12),(1035,1774746000,11),(1035,1792890000,12),(1035,1806195600,11),(1035,1824944400,12),(1035,1837645200,11),(1035,1856394000,12),(1035,1869094800,11),(1035,1887843600,12),(1035,1901149200,11),(1035,1919293200,12),(1035,1932598800,11),(1035,1950742800,12),(1035,1964048400,11),(1035,1982797200,12),(1035,1995498000,11),(1035,2014246800,12),(1035,2026947600,11),(1035,2045696400,12),(1035,2058397200,11),(1035,2077146000,12),(1035,2090451600,11),(1035,2108595600,12),(1035,2121901200,11),(1035,2140045200,12),(1036,-2147483648,1),(1036,-733881600,2),(1036,481078800,3),(1036,496803600,4),(1036,512528400,3),(1036,528253200,4),(1036,543978000,3),(1036,559702800,4),(1036,575427600,3),(1036,591152400,4),(1036,606877200,3),(1036,622602000,4),(1036,638326800,3),(1036,654656400,4),(1036,670381200,3),(1036,686106000,4),(1036,701830800,3),(1036,717555600,4),(1036,733280400,3),(1036,749005200,4),(1036,764730000,3),(1036,780454800,4),(1036,796179600,3),(1036,811904400,4),(1036,828234000,3),(1036,846378000,4),(1036,859683600,3),(1036,877827600,4),(1036,891133200,3),(1036,909277200,4),(1036,922582800,3),(1036,941331600,4),(1036,954032400,3),(1036,972781200,4),(1036,985482000,3),(1036,1004230800,4),(1036,1017536400,3),(1036,1035680400,4),(1036,1048986000,3),(1036,1067130000,4),(1036,1080435600,3),(1036,1099184400,4),(1036,1111885200,3),(1036,1130634000,4),(1036,1143334800,3),(1036,1162083600,4),(1036,1174784400,3),(1036,1193533200,4),(1036,1206838800,3),(1036,1224982800,4),(1036,1238288400,3),(1036,1256432400,4),(1036,1269738000,3),(1036,1288486800,4),(1036,1301187600,3),(1036,1319936400,4),(1036,1332637200,3),(1036,1351386000,4),(1036,1364691600,3),(1036,1382835600,4),(1036,1396141200,3),(1036,1414285200,4),(1036,1427590800,3),(1036,1445734800,4),(1036,1459040400,3),(1036,1477789200,4),(1036,1490490000,3),(1036,1509238800,4),(1036,1521939600,3),(1036,1540688400,4),(1036,1553994000,3),(1036,1572138000,4),(1036,1585443600,3),(1036,1603587600,4),(1036,1616893200,3),(1036,1635642000,4),(1036,1648342800,3),(1036,1667091600,4),(1036,1679792400,3),(1036,1698541200,4),(1036,1711846800,3),(1036,1729990800,4),(1036,1743296400,3),(1036,1761440400,4),(1036,1774746000,3),(1036,1792890000,4),(1036,1806195600,3),(1036,1824944400,4),(1036,1837645200,3),(1036,1856394000,4),(1036,1869094800,3),(1036,1887843600,4),(1036,1901149200,3),(1036,1919293200,4),(1036,1932598800,3),(1036,1950742800,4),(1036,1964048400,3),(1036,1982797200,4),(1036,1995498000,3),(1036,2014246800,4),(1036,2026947600,3),(1036,2045696400,4),(1036,2058397200,3),(1036,2077146000,4),(1036,2090451600,3),(1036,2108595600,4),(1036,2121901200,3),(1036,2140045200,4),(1037,-2147483648,0),(1037,-1441249932,1),(1037,-1247540400,3),(1037,354916800,2),(1037,370724400,3),(1037,386452800,2),(1037,402260400,3),(1037,417988800,2),(1037,433796400,3),(1037,449611200,2),(1037,465343200,4),(1037,481068000,5),(1037,496792800,4),(1037,512517600,5),(1037,528242400,4),(1037,543967200,5),(1037,559692000,4),(1037,575416800,5),(1037,591141600,4),(1037,606866400,6),(1037,622594800,7),(1037,638319600,6),(1037,654649200,7),(1037,670374000,4),(1037,701820000,6),(1037,717548400,7),(1037,733273200,6),(1037,748998000,7),(1037,764722800,6),(1037,780447600,7),(1037,796172400,6),(1037,811897200,7),(1037,828226800,6),(1037,846370800,7),(1037,859676400,6),(1037,877820400,7),(1037,891126000,6),(1037,909270000,7),(1037,922575600,6),(1037,941324400,7),(1037,954025200,6),(1037,972774000,7),(1037,985474800,6),(1037,1004223600,7),(1037,1017529200,6),(1037,1035673200,7),(1037,1048978800,6),(1037,1067122800,7),(1037,1080428400,6),(1037,1099177200,7),(1037,1111878000,6),(1037,1130626800,7),(1037,1143327600,6),(1037,1162076400,7),(1037,1174777200,6),(1037,1193526000,7),(1037,1206831600,6),(1037,1224975600,7),(1037,1238281200,6),(1037,1256425200,7),(1037,1269730800,6),(1037,1288479600,7),(1037,1301180400,4),(1037,1414274400,7),(1037,1459033200,4),(1037,2147483647,4),(1038,-2147483648,1),(1038,-1686101632,3),(1038,-1182996000,2),(1038,-1178161200,3),(1038,-906861600,2),(1038,-904878000,5),(1038,-857257200,4),(1038,-844477200,5),(1038,-828237600,4),(1038,-812422800,3),(1038,-552362400,2),(1038,-541652400,3),(1038,166485600,6),(1038,186184800,7),(1038,198028800,6),(1038,213753600,7),(1038,228873600,6),(1038,244080000,7),(1038,260323200,6),(1038,275446800,3),(1038,291798000,2),(1038,307407600,3),(1038,323388000,2),(1038,338936400,3),(1038,354675600,8),(1038,370400400,9),(1038,386125200,8),(1038,401850000,9),(1038,417574800,8),(1038,433299600,9),(1038,449024400,8),(1038,465354000,9),(1038,481078800,8),(1038,496803600,9),(1038,512528400,8),(1038,528253200,9),(1038,543978000,8),(1038,559702800,9),(1038,575427600,8),(1038,591152400,9),(1038,606877200,8),(1038,622602000,9),(1038,638326800,8),(1038,654656400,9),(1038,670381200,8),(1038,686106000,9),(1038,701830800,8),(1038,717555600,9),(1038,733280400,8),(1038,749005200,9),(1038,764730000,8),(1038,780454800,9),(1038,796179600,8),(1038,811904400,9),(1038,828234000,8),(1038,846378000,9),(1038,859683600,8),(1038,877827600,9),(1038,891133200,8),(1038,909277200,9),(1038,922582800,8),(1038,941331600,9),(1038,954032400,8),(1038,972781200,9),(1038,985482000,8),(1038,1004230800,9),(1038,1017536400,8),(1038,1035680400,9),(1038,1048986000,8),(1038,1067130000,9),(1038,1080435600,8),(1038,1099184400,9),(1038,1111885200,8),(1038,1130634000,9),(1038,1143334800,8),(1038,1162083600,9),(1038,1174784400,8),(1038,1193533200,9),(1038,1206838800,8),(1038,1224982800,9),(1038,1238288400,8),(1038,1256432400,9),(1038,1269738000,8),(1038,1288486800,9),(1038,1301187600,8),(1038,1319936400,9),(1038,1332637200,8),(1038,1351386000,9),(1038,1364691600,8),(1038,1382835600,9),(1038,1396141200,8),(1038,1414285200,9),(1038,1427590800,8),(1038,1445734800,9),(1038,1459040400,8),(1038,1477789200,9),(1038,1490490000,8),(1038,1509238800,9),(1038,1521939600,8),(1038,1540688400,9),(1038,1553994000,8),(1038,1572138000,9),(1038,1585443600,8),(1038,1603587600,9),(1038,1616893200,8),(1038,1635642000,9),(1038,1648342800,8),(1038,1667091600,9),(1038,1679792400,8),(1038,1698541200,9),(1038,1711846800,8),(1038,1729990800,9),(1038,1743296400,8),(1038,1761440400,9),(1038,1774746000,8),(1038,1792890000,9),(1038,1806195600,8),(1038,1824944400,9),(1038,1837645200,8),(1038,1856394000,9),(1038,1869094800,8),(1038,1887843600,9),(1038,1901149200,8),(1038,1919293200,9),(1038,1932598800,8),(1038,1950742800,9),(1038,1964048400,8),(1038,1982797200,9),(1038,1995498000,8),(1038,2014246800,9),(1038,2026947600,8),(1038,2045696400,9),(1038,2058397200,8),(1038,2077146000,9),(1038,2090451600,8),(1038,2108595600,9),(1038,2121901200,8),(1038,2140045200,9),(1039,-2147483648,2),(1039,-1691964000,1),(1039,-1680472800,2),(1039,-1664143200,1),(1039,-1650146400,2),(1039,-1633903200,1),(1039,-1617487200,2),(1039,-1601848800,1),(1039,-1586037600,2),(1039,-1570399200,1),(1039,-1552168800,2),(1039,-1538344800,1),(1039,-1522533600,2),(1039,-1507500000,1),(1039,-1490565600,2),(1039,-1473631200,1),(1039,-1460930400,2),(1039,-1442786400,1),(1039,-1428876000,2),(1039,-1410732000,1),(1039,-1396216800,2),(1039,-1379282400,1),(1039,-1364767200,2),(1039,-1348437600,1),(1039,-1333317600,2),(1039,-1315778400,1),(1039,-1301263200,2),(1039,-1284328800,1),(1039,-1269813600,2),(1039,-1253484000,1),(1039,-1238364000,2),(1039,-1221429600,1),(1039,-1206914400,2),(1039,-1189980000,1),(1039,-1175464800,2),(1039,-1159135200,1),(1039,-1143410400,2),(1039,-1126476000,1),(1039,-1111960800,2),(1039,-1095631200,1),(1039,-1080511200,2),(1039,-1063576800,1),(1039,-1049061600,2),(1039,-1032127200,1),(1039,-1017612000,2),(1039,-1001282400,1),(1039,-986162400,2),(1039,-969228000,1),(1039,-950479200,2),(1039,-942012000,1),(1039,-904518000,3),(1039,-896050800,1),(1039,-875487600,3),(1039,-864601200,1),(1039,-844038000,3),(1039,-832546800,1),(1039,-812588400,3),(1039,-798073200,1),(1039,-781052400,3),(1039,-772066800,1),(1039,-764805600,2),(1039,-748476000,1),(1039,-733356000,2),(1039,-719445600,1),(1039,-717030000,3),(1039,-706748400,1),(1039,-699487200,2),(1039,-687996000,1),(1039,-668037600,2),(1039,-654732000,1),(1039,-636588000,2),(1039,-622072800,1),(1039,-605743200,2),(1039,-590623200,1),(1039,-574293600,2),(1039,-558568800,1),(1039,-542239200,2),(1039,-527119200,1),(1039,-512604000,2),(1039,-496274400,1),(1039,-481154400,2),(1039,-464220000,1),(1039,-449704800,2),(1039,-432165600,1),(1039,-417650400,2),(1039,-401320800,1),(1039,-386200800,2),(1039,-369266400,1),(1039,-354751200,2),(1039,-337816800,1),(1039,-323301600,2),(1039,-306972000,1),(1039,-291852000,2),(1039,-276732000,1),(1039,-257983200,2),(1039,-245282400,1),(1039,-226533600,2),(1039,-213228000,1),(1039,-195084000,2),(1039,-182383200,1),(1039,-163634400,2),(1039,-150933600,1),(1039,-132184800,2),(1039,-119484000,1),(1039,-100735200,2),(1039,-88034400,1),(1039,-68680800,2),(1039,-59004000,1),(1039,-37242000,4),(1039,57722400,6),(1039,69818400,1),(1039,89172000,2),(1039,101268000,1),(1039,120621600,2),(1039,132717600,1),(1039,152071200,2),(1039,164167200,1),(1039,183520800,2),(1039,196221600,1),(1039,214970400,2),(1039,227671200,1),(1039,246420000,2),(1039,259120800,1),(1039,278474400,2),(1039,290570400,1),(1039,309924000,2),(1039,322020000,1),(1039,341373600,2),(1039,354675600,5),(1039,372819600,6),(1039,386125200,5),(1039,404269200,6),(1039,417574800,5),(1039,435718800,6),(1039,449024400,5),(1039,467773200,6),(1039,481078800,5),(1039,499222800,6),(1039,512528400,5),(1039,530672400,6),(1039,543978000,5),(1039,562122000,6),(1039,575427600,5),(1039,593571600,6),(1039,606877200,5),(1039,625626000,6),(1039,638326800,5),(1039,657075600,6),(1039,670381200,5),(1039,688525200,6),(1039,701830800,5),(1039,719974800,6),(1039,733280400,5),(1039,751424400,6),(1039,764730000,5),(1039,782874000,6),(1039,796179600,5),(1039,814323600,6),(1039,820454400,7),(1039,828234000,5),(1039,846378000,6),(1039,859683600,5),(1039,877827600,6),(1039,891133200,5),(1039,909277200,6),(1039,922582800,5),(1039,941331600,6),(1039,954032400,5),(1039,972781200,6),(1039,985482000,5),(1039,1004230800,6),(1039,1017536400,5),(1039,1035680400,6),(1039,1048986000,5),(1039,1067130000,6),(1039,1080435600,5),(1039,1099184400,6),(1039,1111885200,5),(1039,1130634000,6),(1039,1143334800,5),(1039,1162083600,6),(1039,1174784400,5),(1039,1193533200,6),(1039,1206838800,5),(1039,1224982800,6),(1039,1238288400,5),(1039,1256432400,6),(1039,1269738000,5),(1039,1288486800,6),(1039,1301187600,5),(1039,1319936400,6),(1039,1332637200,5),(1039,1351386000,6),(1039,1364691600,5),(1039,1382835600,6),(1039,1396141200,5),(1039,1414285200,6),(1039,1427590800,5),(1039,1445734800,6),(1039,1459040400,5),(1039,1477789200,6),(1039,1490490000,5),(1039,1509238800,6),(1039,1521939600,5),(1039,1540688400,6),(1039,1553994000,5),(1039,1572138000,6),(1039,1585443600,5),(1039,1603587600,6),(1039,1616893200,5),(1039,1635642000,6),(1039,1648342800,5),(1039,1667091600,6),(1039,1679792400,5),(1039,1698541200,6),(1039,1711846800,5),(1039,1729990800,6),(1039,1743296400,5),(1039,1761440400,6),(1039,1774746000,5),(1039,1792890000,6),(1039,1806195600,5),(1039,1824944400,6),(1039,1837645200,5),(1039,1856394000,6),(1039,1869094800,5),(1039,1887843600,6),(1039,1901149200,5),(1039,1919293200,6),(1039,1932598800,5),(1039,1950742800,6),(1039,1964048400,5),(1039,1982797200,6),(1039,1995498000,5),(1039,2014246800,6),(1039,2026947600,5),(1039,2045696400,6),(1039,2058397200,5),(1039,2077146000,6),(1039,2090451600,5),(1039,2108595600,6),(1039,2121901200,5),(1039,2140045200,6),(1040,-2147483648,1),(1040,-905824800,4),(1040,-857257200,2),(1040,-844556400,3),(1040,-828226800,2),(1040,-812502000,3),(1040,-796777200,2),(1040,-788922000,1),(1040,-777942000,3),(1040,-766623600,2),(1040,407199600,1),(1040,417574800,5),(1040,433299600,6),(1040,449024400,5),(1040,465354000,6),(1040,481078800,5),(1040,496803600,6),(1040,512528400,5),(1040,528253200,6),(1040,543978000,5),(1040,559702800,6),(1040,575427600,5),(1040,591152400,6),(1040,606877200,5),(1040,622602000,6),(1040,638326800,5),(1040,654656400,6),(1040,670381200,5),(1040,686106000,6),(1040,701830800,5),(1040,717555600,6),(1040,733280400,5),(1040,749005200,6),(1040,764730000,5),(1040,780454800,6),(1040,796179600,5),(1040,811904400,6),(1040,828234000,5),(1040,846378000,6),(1040,859683600,5),(1040,877827600,6),(1040,891133200,5),(1040,909277200,6),(1040,922582800,5),(1040,941331600,6),(1040,954032400,5),(1040,972781200,6),(1040,985482000,5),(1040,1004230800,6),(1040,1017536400,5),(1040,1035680400,6),(1040,1048986000,5),(1040,1067130000,6),(1040,1080435600,5),(1040,1099184400,6),(1040,1111885200,5),(1040,1130634000,6),(1040,1143334800,5),(1040,1162083600,6),(1040,1174784400,5),(1040,1193533200,6),(1040,1206838800,5),(1040,1224982800,6),(1040,1238288400,5),(1040,1256432400,6),(1040,1269738000,5),(1040,1288486800,6),(1040,1301187600,5),(1040,1319936400,6),(1040,1332637200,5),(1040,1351386000,6),(1040,1364691600,5),(1040,1382835600,6),(1040,1396141200,5),(1040,1414285200,6),(1040,1427590800,5),(1040,1445734800,6),(1040,1459040400,5),(1040,1477789200,6),(1040,1490490000,5),(1040,1509238800,6),(1040,1521939600,5),(1040,1540688400,6),(1040,1553994000,5),(1040,1572138000,6),(1040,1585443600,5),(1040,1603587600,6),(1040,1616893200,5),(1040,1635642000,6),(1040,1648342800,5),(1040,1667091600,6),(1040,1679792400,5),(1040,1698541200,6),(1040,1711846800,5),(1040,1729990800,6),(1040,1743296400,5),(1040,1761440400,6),(1040,1774746000,5),(1040,1792890000,6),(1040,1806195600,5),(1040,1824944400,6),(1040,1837645200,5),(1040,1856394000,6),(1040,1869094800,5),(1040,1887843600,6),(1040,1901149200,5),(1040,1919293200,6),(1040,1932598800,5),(1040,1950742800,6),(1040,1964048400,5),(1040,1982797200,6),(1040,1995498000,5),(1040,2014246800,6),(1040,2026947600,5),(1040,2045696400,6),(1040,2058397200,5),(1040,2077146000,6),(1040,2090451600,5),(1040,2108595600,6),(1040,2121901200,5),(1040,2140045200,6),(1041,-2147483648,2),(1041,-1693706400,1),(1041,-1680483600,2),(1041,-1663455600,3),(1041,-1650150000,4),(1041,-1632006000,3),(1041,-1618700400,4),(1041,-938905200,3),(1041,-857257200,4),(1041,-844556400,3),(1041,-828226800,4),(1041,-812502000,3),(1041,-796777200,4),(1041,-781052400,3),(1041,-776563200,5),(1041,-765936000,1),(1041,-761180400,4),(1041,-757386000,2),(1041,-748479600,3),(1041,-733273200,4),(1041,-717631200,3),(1041,-714610800,6),(1041,-710380800,1),(1041,-701910000,4),(1041,-684975600,3),(1041,-670460400,4),(1041,-654130800,3),(1041,-639010800,4),(1041,315529200,2),(1041,323830800,7),(1041,338950800,8),(1041,354675600,7),(1041,370400400,8),(1041,386125200,7),(1041,401850000,8),(1041,417574800,7),(1041,433299600,8),(1041,449024400,7),(1041,465354000,8),(1041,481078800,7),(1041,496803600,8),(1041,512528400,7),(1041,528253200,8),(1041,543978000,7),(1041,559702800,8),(1041,575427600,7),(1041,591152400,8),(1041,606877200,7),(1041,622602000,8),(1041,638326800,7),(1041,654656400,8),(1041,670381200,7),(1041,686106000,8),(1041,701830800,7),(1041,717555600,8),(1041,733280400,7),(1041,749005200,8),(1041,764730000,7),(1041,780454800,8),(1041,796179600,7),(1041,811904400,8),(1041,828234000,7),(1041,846378000,8),(1041,859683600,7),(1041,877827600,8),(1041,891133200,7),(1041,909277200,8),(1041,922582800,7),(1041,941331600,8),(1041,954032400,7),(1041,972781200,8),(1041,985482000,7),(1041,1004230800,8),(1041,1017536400,7),(1041,1035680400,8),(1041,1048986000,7),(1041,1067130000,8),(1041,1080435600,7),(1041,1099184400,8),(1041,1111885200,7),(1041,1130634000,8),(1041,1143334800,7),(1041,1162083600,8),(1041,1174784400,7),(1041,1193533200,8),(1041,1206838800,7),(1041,1224982800,8),(1041,1238288400,7),(1041,1256432400,8),(1041,1269738000,7),(1041,1288486800,8),(1041,1301187600,7),(1041,1319936400,8),(1041,1332637200,7),(1041,1351386000,8),(1041,1364691600,7),(1041,1382835600,8),(1041,1396141200,7),(1041,1414285200,8),(1041,1427590800,7),(1041,1445734800,8),(1041,1459040400,7),(1041,1477789200,8),(1041,1490490000,7),(1041,1509238800,8),(1041,1521939600,7),(1041,1540688400,8),(1041,1553994000,7),(1041,1572138000,8),(1041,1585443600,7),(1041,1603587600,8),(1041,1616893200,7),(1041,1635642000,8),(1041,1648342800,7),(1041,1667091600,8),(1041,1679792400,7),(1041,1698541200,8),(1041,1711846800,7),(1041,1729990800,8),(1041,1743296400,7),(1041,1761440400,8),(1041,1774746000,7),(1041,1792890000,8),(1041,1806195600,7),(1041,1824944400,8),(1041,1837645200,7),(1041,1856394000,8),(1041,1869094800,7),(1041,1887843600,8),(1041,1901149200,7),(1041,1919293200,8),(1041,1932598800,7),(1041,1950742800,8),(1041,1964048400,7),(1041,1982797200,8),(1041,1995498000,7),(1041,2014246800,8),(1041,2026947600,7),(1041,2045696400,8),(1041,2058397200,7),(1041,2077146000,8),(1041,2090451600,7),(1041,2108595600,8),(1041,2121901200,7),(1041,2140045200,8),(1042,-2147483648,2),(1042,-1693706400,1),(1042,-1680483600,2),(1042,-1663455600,3),(1042,-1650150000,4),(1042,-1632006000,3),(1042,-1618700400,4),(1042,-938905200,3),(1042,-857257200,4),(1042,-844556400,3),(1042,-828226800,4),(1042,-812502000,3),(1042,-796777200,4),(1042,-781052400,3),(1042,-777866400,1),(1042,-765327600,4),(1042,-746578800,3),(1042,-733359600,4),(1042,-728517600,5),(1042,-721260000,2),(1042,-716425200,3),(1042,-701910000,4),(1042,-684975600,3),(1042,-670460400,4),(1042,-654217200,3),(1042,-639010800,4),(1042,283993200,2),(1042,291776400,6),(1042,307501200,7),(1042,323830800,6),(1042,338950800,7),(1042,354675600,6),(1042,370400400,7),(1042,386125200,6),(1042,401850000,7),(1042,417574800,6),(1042,433299600,7),(1042,449024400,6),(1042,465354000,7),(1042,481078800,6),(1042,496803600,7),(1042,512528400,6),(1042,528253200,7),(1042,543978000,6),(1042,559702800,7),(1042,575427600,6),(1042,591152400,7),(1042,606877200,6),(1042,622602000,7),(1042,638326800,6),(1042,654656400,7),(1042,670381200,6),(1042,686106000,7),(1042,701830800,6),(1042,717555600,7),(1042,733280400,6),(1042,749005200,7),(1042,764730000,6),(1042,780454800,7),(1042,796179600,6),(1042,811904400,7),(1042,828234000,6),(1042,846378000,7),(1042,859683600,6),(1042,877827600,7),(1042,891133200,6),(1042,909277200,7),(1042,922582800,6),(1042,941331600,7),(1042,954032400,6),(1042,972781200,7),(1042,985482000,6),(1042,1004230800,7),(1042,1017536400,6),(1042,1035680400,7),(1042,1048986000,6),(1042,1067130000,7),(1042,1080435600,6),(1042,1099184400,7),(1042,1111885200,6),(1042,1130634000,7),(1042,1143334800,6),(1042,1162083600,7),(1042,1174784400,6),(1042,1193533200,7),(1042,1206838800,6),(1042,1224982800,7),(1042,1238288400,6),(1042,1256432400,7),(1042,1269738000,6),(1042,1288486800,7),(1042,1301187600,6),(1042,1319936400,7),(1042,1332637200,6),(1042,1351386000,7),(1042,1364691600,6),(1042,1382835600,7),(1042,1396141200,6),(1042,1414285200,7),(1042,1427590800,6),(1042,1445734800,7),(1042,1459040400,6),(1042,1477789200,7),(1042,1490490000,6),(1042,1509238800,7),(1042,1521939600,6),(1042,1540688400,7),(1042,1553994000,6),(1042,1572138000,7),(1042,1585443600,6),(1042,1603587600,7),(1042,1616893200,6),(1042,1635642000,7),(1042,1648342800,6),(1042,1667091600,7),(1042,1679792400,6),(1042,1698541200,7),(1042,1711846800,6),(1042,1729990800,7),(1042,1743296400,6),(1042,1761440400,7),(1042,1774746000,6),(1042,1792890000,7),(1042,1806195600,6),(1042,1824944400,7),(1042,1837645200,6),(1042,1856394000,7),(1042,1869094800,6),(1042,1887843600,7),(1042,1901149200,6),(1042,1919293200,7),(1042,1932598800,6),(1042,1950742800,7),(1042,1964048400,6),(1042,1982797200,7),(1042,1995498000,6),(1042,2014246800,7),(1042,2026947600,6),(1042,2045696400,7),(1042,2058397200,6),(1042,2077146000,7),(1042,2090451600,6),(1042,2108595600,7),(1042,2121901200,6),(1042,2140045200,7),(1043,-2147483648,1),(1043,-1740355200,2),(1043,-1693702800,5),(1043,-1680483600,2),(1043,-1663455600,3),(1043,-1650150000,4),(1043,-1632006000,3),(1043,-1618700400,4),(1043,-1613826000,8),(1043,-1604278800,6),(1043,-1585530000,7),(1043,-1574038800,6),(1043,-1552266000,7),(1043,-1539997200,6),(1043,-1520557200,7),(1043,-1507510800,6),(1043,-1490576400,7),(1043,-1473642000,6),(1043,-1459126800,7),(1043,-1444006800,6),(1043,-1427677200,7),(1043,-1411952400,6),(1043,-1396227600,7),(1043,-1379293200,6),(1043,-1364778000,7),(1043,-1348448400,6),(1043,-1333328400,7),(1043,-1316394000,6),(1043,-1301263200,7),(1043,-1284328800,6),(1043,-1269813600,7),(1043,-1253484000,6),(1043,-1238364000,7),(1043,-1221429600,6),(1043,-1206914400,7),(1043,-1191189600,6),(1043,-1175464800,7),(1043,-1160344800,6),(1043,-1143410400,7),(1043,-1127685600,6),(1043,-1111960800,7),(1043,-1096840800,6),(1043,-1080511200,7),(1043,-1063576800,6),(1043,-1049061600,7),(1043,-1033336800,6),(1043,-1017612000,7),(1043,-1002492000,6),(1043,-986162400,7),(1043,-969228000,6),(1043,-950479200,7),(1043,-942012000,6),(1043,-934668000,3),(1043,-857257200,4),(1043,-844556400,3),(1043,-828226800,4),(1043,-812502000,3),(1043,-799293600,5),(1043,-798073200,4),(1043,-781052400,3),(1043,-766623600,4),(1043,-745455600,3),(1043,-733273200,4),(1043,220921200,2),(1043,228877200,9),(1043,243997200,10),(1043,260326800,9),(1043,276051600,10),(1043,291776400,9),(1043,307501200,10),(1043,323830800,9),(1043,338950800,10),(1043,354675600,9),(1043,370400400,10),(1043,386125200,9),(1043,401850000,10),(1043,417574800,9),(1043,433299600,10),(1043,449024400,9),(1043,465354000,10),(1043,481078800,9),(1043,496803600,10),(1043,512528400,9),(1043,528253200,10),(1043,543978000,9),(1043,559702800,10),(1043,575427600,9),(1043,591152400,10),(1043,606877200,9),(1043,622602000,10),(1043,638326800,9),(1043,654656400,10),(1043,670381200,9),(1043,686106000,10),(1043,701830800,9),(1043,717555600,10),(1043,733280400,9),(1043,749005200,10),(1043,764730000,9),(1043,780454800,10),(1043,796179600,9),(1043,811904400,10),(1043,828234000,9),(1043,846378000,10),(1043,859683600,9),(1043,877827600,10),(1043,891133200,9),(1043,909277200,10),(1043,922582800,9),(1043,941331600,10),(1043,954032400,9),(1043,972781200,10),(1043,985482000,9),(1043,1004230800,10),(1043,1017536400,9),(1043,1035680400,10),(1043,1048986000,9),(1043,1067130000,10),(1043,1080435600,9),(1043,1099184400,10),(1043,1111885200,9),(1043,1130634000,10),(1043,1143334800,9),(1043,1162083600,10),(1043,1174784400,9),(1043,1193533200,10),(1043,1206838800,9),(1043,1224982800,10),(1043,1238288400,9),(1043,1256432400,10),(1043,1269738000,9),(1043,1288486800,10),(1043,1301187600,9),(1043,1319936400,10),(1043,1332637200,9),(1043,1351386000,10),(1043,1364691600,9),(1043,1382835600,10),(1043,1396141200,9),(1043,1414285200,10),(1043,1427590800,9),(1043,1445734800,10),(1043,1459040400,9),(1043,1477789200,10),(1043,1490490000,9),(1043,1509238800,10),(1043,1521939600,9),(1043,1540688400,10),(1043,1553994000,9),(1043,1572138000,10),(1043,1585443600,9),(1043,1603587600,10),(1043,1616893200,9),(1043,1635642000,10),(1043,1648342800,9),(1043,1667091600,10),(1043,1679792400,9),(1043,1698541200,10),(1043,1711846800,9),(1043,1729990800,10),(1043,1743296400,9),(1043,1761440400,10),(1043,1774746000,9),(1043,1792890000,10),(1043,1806195600,9),(1043,1824944400,10),(1043,1837645200,9),(1043,1856394000,10),(1043,1869094800,9),(1043,1887843600,10),(1043,1901149200,9),(1043,1919293200,10),(1043,1932598800,9),(1043,1950742800,10),(1043,1964048400,9),(1043,1982797200,10),(1043,1995498000,9),(1043,2014246800,10),(1043,2026947600,9),(1043,2045696400,10),(1043,2058397200,9),(1043,2077146000,10),(1043,2090451600,9),(1043,2108595600,10),(1043,2121901200,9),(1043,2140045200,10),(1044,-2147483648,1),(1044,-1213148664,5),(1044,-1187056800,2),(1044,-1175479200,3),(1044,-1159754400,2),(1044,-1144029600,3),(1044,-1127700000,2),(1044,-1111975200,3),(1044,-1096250400,2),(1044,-1080525600,3),(1044,-1064800800,2),(1044,-1049076000,3),(1044,-1033351200,2),(1044,-1017626400,3),(1044,-1001901600,2),(1044,-986176800,3),(1044,-970452000,2),(1044,-954727200,3),(1044,296604000,4),(1044,307486800,5),(1044,323816400,4),(1044,338940000,5),(1044,354672000,2),(1044,370396800,3),(1044,386121600,2),(1044,401846400,3),(1044,417571200,2),(1044,433296000,3),(1044,449020800,2),(1044,465350400,3),(1044,481075200,2),(1044,496800000,3),(1044,512524800,2),(1044,528249600,3),(1044,543974400,2),(1044,559699200,3),(1044,575424000,2),(1044,591148800,3),(1044,606873600,2),(1044,622598400,3),(1044,638323200,2),(1044,654652800,3),(1044,662680800,5),(1044,670370400,2),(1044,686095200,3),(1044,701820000,2),(1044,717544800,3),(1044,733269600,2),(1044,748994400,3),(1044,757375200,5),(1044,764719200,4),(1044,780440400,5),(1044,796168800,4),(1044,811890000,5),(1044,828223200,4),(1044,846363600,5),(1044,859683600,6),(1044,877827600,7),(1044,891133200,6),(1044,909277200,7),(1044,922582800,6),(1044,941331600,7),(1044,954032400,6),(1044,972781200,7),(1044,985482000,6),(1044,1004230800,7),(1044,1017536400,6),(1044,1035680400,7),(1044,1048986000,6),(1044,1067130000,7),(1044,1080435600,6),(1044,1099184400,7),(1044,1111885200,6),(1044,1130634000,7),(1044,1143334800,6),(1044,1162083600,7),(1044,1174784400,6),(1044,1193533200,7),(1044,1206838800,6),(1044,1224982800,7),(1044,1238288400,6),(1044,1256432400,7),(1044,1269738000,6),(1044,1288486800,7),(1044,1301187600,6),(1044,1319936400,7),(1044,1332637200,6),(1044,1351386000,7),(1044,1364691600,6),(1044,1382835600,7),(1044,1396141200,6),(1044,1414285200,7),(1044,1427590800,6),(1044,1445734800,7),(1044,1459040400,6),(1044,1477789200,7),(1044,1490490000,6),(1044,1509238800,7),(1044,1521939600,6),(1044,1540688400,7),(1044,1553994000,6),(1044,1572138000,7),(1044,1585443600,6),(1044,1603587600,7),(1044,1616893200,6),(1044,1635642000,7),(1044,1648342800,6),(1044,1667091600,7),(1044,1679792400,6),(1044,1698541200,7),(1044,1711846800,6),(1044,1729990800,7),(1044,1743296400,6),(1044,1761440400,7),(1044,1774746000,6),(1044,1792890000,7),(1044,1806195600,6),(1044,1824944400,7),(1044,1837645200,6),(1044,1856394000,7),(1044,1869094800,6),(1044,1887843600,7),(1044,1901149200,6),(1044,1919293200,7),(1044,1932598800,6),(1044,1950742800,7),(1044,1964048400,6),(1044,1982797200,7),(1044,1995498000,6),(1044,2014246800,7),(1044,2026947600,6),(1044,2045696400,7),(1044,2058397200,6),(1044,2077146000,7),(1044,2090451600,6),(1044,2108595600,7),(1044,2121901200,6),(1044,2140045200,7),(1045,-2147483648,2),(1045,-1693706400,1),(1045,-1680483600,2),(1045,-1663455600,3),(1045,-1650150000,4),(1045,-1640998800,2),(1045,-1632006000,1),(1045,-1618700400,2),(1045,-1600470000,1),(1045,-1587250800,2),(1045,-1569711600,1),(1045,-1555196400,2),(1045,-906775200,1),(1045,-857257200,4),(1045,-844556400,3),(1045,-828226800,4),(1045,-812502000,3),(1045,-796777200,4),(1045,-788922000,2),(1045,-778471200,1),(1045,-762656400,2),(1045,-749689200,3),(1045,-733276800,2),(1045,-717634800,3),(1045,-701910000,4),(1045,-686185200,3),(1045,-670460400,4),(1045,-654130800,3),(1045,-639010800,4),(1045,-492656400,1),(1045,-481168800,2),(1045,-461199600,1),(1045,-449708400,2),(1045,-428540400,1),(1045,-418258800,2),(1045,-397090800,1),(1045,-386809200,2),(1045,323823600,1),(1045,338943600,2),(1045,354668400,1),(1045,370393200,2),(1045,386118000,1),(1045,401842800,2),(1045,417567600,1),(1045,433292400,2),(1045,449024400,5),(1045,465354000,6),(1045,481078800,5),(1045,496803600,6),(1045,512528400,5),(1045,528253200,6),(1045,543978000,5),(1045,559702800,6),(1045,575427600,5),(1045,591152400,6),(1045,606877200,5),(1045,622602000,6),(1045,638326800,5),(1045,654656400,6),(1045,670381200,5),(1045,686106000,6),(1045,701830800,5),(1045,717555600,6),(1045,733280400,5),(1045,749005200,6),(1045,764730000,5),(1045,780454800,6),(1045,796179600,5),(1045,811904400,6),(1045,828234000,5),(1045,846378000,6),(1045,859683600,5),(1045,877827600,6),(1045,891133200,5),(1045,909277200,6),(1045,922582800,5),(1045,941331600,6),(1045,954032400,5),(1045,972781200,6),(1045,985482000,5),(1045,1004230800,6),(1045,1017536400,5),(1045,1035680400,6),(1045,1048986000,5),(1045,1067130000,6),(1045,1080435600,5),(1045,1099184400,6),(1045,1111885200,5),(1045,1130634000,6),(1045,1143334800,5),(1045,1162083600,6),(1045,1174784400,5),(1045,1193533200,6),(1045,1206838800,5),(1045,1224982800,6),(1045,1238288400,5),(1045,1256432400,6),(1045,1269738000,5),(1045,1288486800,6),(1045,1301187600,5),(1045,1319936400,6),(1045,1332637200,5),(1045,1351386000,6),(1045,1364691600,5),(1045,1382835600,6),(1045,1396141200,5),(1045,1414285200,6),(1045,1427590800,5),(1045,1445734800,6),(1045,1459040400,5),(1045,1477789200,6),(1045,1490490000,5),(1045,1509238800,6),(1045,1521939600,5),(1045,1540688400,6),(1045,1553994000,5),(1045,1572138000,6),(1045,1585443600,5),(1045,1603587600,6),(1045,1616893200,5),(1045,1635642000,6),(1045,1648342800,5),(1045,1667091600,6),(1045,1679792400,5),(1045,1698541200,6),(1045,1711846800,5),(1045,1729990800,6),(1045,1743296400,5),(1045,1761440400,6),(1045,1774746000,5),(1045,1792890000,6),(1045,1806195600,5),(1045,1824944400,6),(1045,1837645200,5),(1045,1856394000,6),(1045,1869094800,5),(1045,1887843600,6),(1045,1901149200,5),(1045,1919293200,6),(1045,1932598800,5),(1045,1950742800,6),(1045,1964048400,5),(1045,1982797200,6),(1045,1995498000,5),(1045,2014246800,6),(1045,2026947600,5),(1045,2045696400,6),(1045,2058397200,5),(1045,2077146000,6),(1045,2090451600,5),(1045,2108595600,6),(1045,2121901200,5),(1045,2140045200,6),(1046,-2147483648,2),(1046,-904435200,1),(1046,-891129600,2),(1046,-872985600,1),(1046,-859680000,2),(1046,354675600,3),(1046,370400400,4),(1046,386125200,3),(1046,401850000,4),(1046,417574800,3),(1046,433299600,4),(1046,449024400,3),(1046,465354000,4),(1046,481078800,3),(1046,496803600,4),(1046,512528400,3),(1046,528253200,4),(1046,543978000,3),(1046,559702800,4),(1046,575427600,3),(1046,591152400,4),(1046,606877200,3),(1046,622602000,4),(1046,638326800,3),(1046,654656400,4),(1046,670381200,3),(1046,686106000,4),(1046,701830800,3),(1046,717555600,4),(1046,733280400,3),(1046,749005200,4),(1046,764730000,3),(1046,780454800,4),(1046,796179600,3),(1046,811904400,4),(1046,828234000,3),(1046,846378000,4),(1046,859683600,3),(1046,877827600,4),(1046,891133200,3),(1046,909277200,4),(1046,922582800,3),(1046,941331600,4),(1046,954032400,3),(1046,972781200,4),(1046,985482000,3),(1046,1004230800,4),(1046,1017536400,3),(1046,1035680400,4),(1046,1048986000,3),(1046,1067130000,4),(1046,1080435600,3),(1046,1099184400,4),(1046,1111885200,3),(1046,1130634000,4),(1046,1143334800,3),(1046,1162083600,4),(1046,1174784400,3),(1046,1193533200,4),(1046,1206838800,3),(1046,1224982800,4),(1046,1238288400,3),(1046,1256432400,4),(1046,1269738000,3),(1046,1288486800,4),(1046,1301187600,3),(1046,1319936400,4),(1046,1332637200,3),(1046,1351386000,4),(1046,1364691600,3),(1046,1382835600,4),(1046,1396141200,3),(1046,1414285200,4),(1046,1427590800,3),(1046,1445734800,4),(1046,1459040400,3),(1046,1477789200,4),(1046,1490490000,3),(1046,1509238800,4),(1046,1521939600,3),(1046,1540688400,4),(1046,1553994000,3),(1046,1572138000,4),(1046,1585443600,3),(1046,1603587600,4),(1046,1616893200,3),(1046,1635642000,4),(1046,1648342800,3),(1046,1667091600,4),(1046,1679792400,3),(1046,1698541200,4),(1046,1711846800,3),(1046,1729990800,4),(1046,1743296400,3),(1046,1761440400,4),(1046,1774746000,3),(1046,1792890000,4),(1046,1806195600,3),(1046,1824944400,4),(1046,1837645200,3),(1046,1856394000,4),(1046,1869094800,3),(1046,1887843600,4),(1046,1901149200,3),(1046,1919293200,4),(1046,1932598800,3),(1046,1950742800,4),(1046,1964048400,3),(1046,1982797200,4),(1046,1995498000,3),(1046,2014246800,4),(1046,2026947600,3),(1046,2045696400,4),(1046,2058397200,3),(1046,2077146000,4),(1046,2090451600,3),(1046,2108595600,4),(1046,2121901200,3),(1046,2140045200,4),(1047,-2147483648,1),(1047,-1637114100,2),(1047,-1213148664,5),(1047,-1187056800,3),(1047,-1175479200,4),(1047,-1159754400,3),(1047,-1144029600,4),(1047,-1127700000,3),(1047,-1111975200,4),(1047,-1096250400,3),(1047,-1080525600,4),(1047,-1064800800,3),(1047,-1049076000,4),(1047,-1033351200,3),(1047,-1017626400,4),(1047,-1001901600,3),(1047,-986176800,4),(1047,-970452000,3),(1047,-954727200,4),(1047,-927165600,6),(1047,-898138800,9),(1047,-857257200,7),(1047,-844556400,8),(1047,-828226800,7),(1047,-812502000,8),(1047,-800157600,11),(1047,354920400,10),(1047,370728000,11),(1047,386456400,10),(1047,402264000,11),(1047,417992400,10),(1047,433800000,11),(1047,449614800,10),(1047,465346800,12),(1047,481071600,13),(1047,496796400,12),(1047,512521200,13),(1047,528246000,12),(1047,543970800,13),(1047,559695600,12),(1047,575420400,13),(1047,591145200,12),(1047,606870000,13),(1047,622594800,12),(1047,638319600,13),(1047,641944800,6),(1047,654652800,4),(1047,670377600,3),(1047,686102400,4),(1047,694216800,5),(1047,701820000,6),(1047,717541200,5),(1047,733269600,6),(1047,748990800,5),(1047,764719200,6),(1047,780440400,5),(1047,796168800,6),(1047,811890000,5),(1047,828223200,6),(1047,846363600,5),(1047,859680000,6),(1047,877824000,5),(1047,891129600,6),(1047,909273600,5),(1047,922579200,6),(1047,941328000,5),(1047,954028800,6),(1047,972777600,5),(1047,985478400,6),(1047,1004227200,5),(1047,1017532800,6),(1047,1035676800,5),(1047,1048982400,6),(1047,1067126400,5),(1047,1080432000,6),(1047,1099180800,5),(1047,1111881600,6),(1047,1130630400,5),(1047,1143331200,6),(1047,1162080000,5),(1047,1174780800,6),(1047,1193529600,5),(1047,1206835200,6),(1047,1224979200,5),(1047,1238284800,6),(1047,1256428800,5),(1047,1269734400,6),(1047,1288483200,5),(1047,1301184000,6),(1047,1319932800,5),(1047,1332633600,6),(1047,1351382400,5),(1047,1364688000,6),(1047,1382832000,5),(1047,1396137600,6),(1047,1414281600,5),(1047,1427587200,6),(1047,1445731200,5),(1047,1459036800,6),(1047,1477785600,5),(1047,1490486400,6),(1047,1509235200,5),(1047,1521936000,6),(1047,1540684800,5),(1047,1553990400,6),(1047,1572134400,5),(1047,1585440000,6),(1047,1603584000,5),(1047,1616889600,6),(1047,1635638400,5),(1047,1648339200,6),(1047,1667088000,5),(1047,1679788800,6),(1047,1698537600,5),(1047,1711843200,6),(1047,1729987200,5),(1047,1743292800,6),(1047,1761436800,5),(1047,1774742400,6),(1047,1792886400,5),(1047,1806192000,6),(1047,1824940800,5),(1047,1837641600,6),(1047,1856390400,5),(1047,1869091200,6),(1047,1887840000,5),(1047,1901145600,6),(1047,1919289600,5),(1047,1932595200,6),(1047,1950739200,5),(1047,1964044800,6),(1047,1982793600,5),(1047,1995494400,6),(1047,2014243200,5),(1047,2026944000,6),(1047,2045692800,5),(1047,2058393600,6),(1047,2077142400,5),(1047,2090448000,6),(1047,2108592000,5),(1047,2121897600,6),(1047,2140041600,5),(1048,-2147483648,2),(1048,-1692496800,1),(1048,-1680490800,2),(1048,-935110800,1),(1048,-857257200,3),(1048,-844556400,4),(1048,-828226800,3),(1048,-812502000,4),(1048,-796777200,3),(1048,-781052400,4),(1048,-769388400,3),(1048,-747010800,4),(1048,-736383600,3),(1048,-715215600,4),(1048,-706748400,3),(1048,-683161200,4),(1048,-675298800,3),(1048,315529200,2),(1048,323830800,5),(1048,338950800,6),(1048,354675600,5),(1048,370400400,6),(1048,386125200,5),(1048,401850000,6),(1048,417574800,5),(1048,433299600,6),(1048,449024400,5),(1048,465354000,6),(1048,481078800,5),(1048,496803600,6),(1048,512528400,5),(1048,528253200,6),(1048,543978000,5),(1048,559702800,6),(1048,575427600,5),(1048,591152400,6),(1048,606877200,5),(1048,622602000,6),(1048,638326800,5),(1048,654656400,6),(1048,670381200,5),(1048,686106000,6),(1048,701830800,5),(1048,717555600,6),(1048,733280400,5),(1048,749005200,6),(1048,764730000,5),(1048,780454800,6),(1048,796179600,5),(1048,811904400,6),(1048,828234000,5),(1048,846378000,6),(1048,859683600,5),(1048,877827600,6),(1048,891133200,5),(1048,909277200,6),(1048,922582800,5),(1048,941331600,6),(1048,954032400,5),(1048,972781200,6),(1048,985482000,5),(1048,1004230800,6),(1048,1017536400,5),(1048,1035680400,6),(1048,1048986000,5),(1048,1067130000,6),(1048,1080435600,5),(1048,1099184400,6),(1048,1111885200,5),(1048,1130634000,6),(1048,1143334800,5),(1048,1162083600,6),(1048,1174784400,5),(1048,1193533200,6),(1048,1206838800,5),(1048,1224982800,6),(1048,1238288400,5),(1048,1256432400,6),(1048,1269738000,5),(1048,1288486800,6),(1048,1301187600,5),(1048,1319936400,6),(1048,1332637200,5),(1048,1351386000,6),(1048,1364691600,5),(1048,1382835600,6),(1048,1396141200,5),(1048,1414285200,6),(1048,1427590800,5),(1048,1445734800,6),(1048,1459040400,5),(1048,1477789200,6),(1048,1490490000,5),(1048,1509238800,6),(1048,1521939600,5),(1048,1540688400,6),(1048,1553994000,5),(1048,1572138000,6),(1048,1585443600,5),(1048,1603587600,6),(1048,1616893200,5),(1048,1635642000,6),(1048,1648342800,5),(1048,1667091600,6),(1048,1679792400,5),(1048,1698541200,6),(1048,1711846800,5),(1048,1729990800,6),(1048,1743296400,5),(1048,1761440400,6),(1048,1774746000,5),(1048,1792890000,6),(1048,1806195600,5),(1048,1824944400,6),(1048,1837645200,5),(1048,1856394000,6),(1048,1869094800,5),(1048,1887843600,6),(1048,1901149200,5),(1048,1919293200,6),(1048,1932598800,5),(1048,1950742800,6),(1048,1964048400,5),(1048,1982797200,6),(1048,1995498000,5),(1048,2014246800,6),(1048,2026947600,5),(1048,2045696400,6),(1048,2058397200,5),(1048,2077146000,6),(1048,2090451600,5),(1048,2108595600,6),(1048,2121901200,5),(1048,2140045200,6),(1049,-2147483648,1),(1049,-1691962479,2),(1049,-1680471279,4),(1049,-1664143200,3),(1049,-1650146400,4),(1049,-1633903200,3),(1049,-1617487200,4),(1049,-1601848800,3),(1049,-1586037600,4),(1049,-1570399200,3),(1049,-1552168800,4),(1049,-1538344800,3),(1049,-1522533600,4),(1049,-1517011200,6),(1049,-1507500000,5),(1049,-1490565600,4),(1049,-1473631200,5),(1049,-1460930400,4),(1049,-1442786400,5),(1049,-1428876000,4),(1049,-1410732000,5),(1049,-1396216800,4),(1049,-1379282400,5),(1049,-1364767200,4),(1049,-1348437600,5),(1049,-1333317600,4),(1049,-1315778400,5),(1049,-1301263200,4),(1049,-1284328800,5),(1049,-1269813600,4),(1049,-1253484000,5),(1049,-1238364000,4),(1049,-1221429600,5),(1049,-1206914400,4),(1049,-1189980000,5),(1049,-1175464800,4),(1049,-1159135200,5),(1049,-1143410400,4),(1049,-1126476000,5),(1049,-1111960800,4),(1049,-1095631200,5),(1049,-1080511200,4),(1049,-1063576800,5),(1049,-1049061600,4),(1049,-1032127200,5),(1049,-1017612000,4),(1049,-1001282400,5),(1049,-986162400,4),(1049,-969228000,5),(1049,-950479200,4),(1049,-942012000,5),(1049,-733356000,4),(1049,-719445600,5),(1049,-699487200,4),(1049,-684972000,5),(1049,-668037600,4),(1049,-654732000,5),(1049,-636588000,4),(1049,-622072800,5),(1049,-605743200,4),(1049,-590623200,5),(1049,-574293600,4),(1049,-558568800,5),(1049,-542239200,4),(1049,-527119200,5),(1049,-512604000,4),(1049,-496274400,5),(1049,-481154400,4),(1049,-464220000,5),(1049,-449704800,4),(1049,-432165600,5),(1049,-417650400,4),(1049,-401320800,5),(1049,-386200800,4),(1049,-369266400,5),(1049,-354751200,4),(1049,-337816800,5),(1049,-323301600,4),(1049,-306972000,5),(1049,-291852000,4),(1049,-276732000,5),(1049,-257983200,4),(1049,-245282400,5),(1049,-226533600,4),(1049,-213228000,5),(1049,-195084000,4),(1049,-182383200,5),(1049,-163634400,4),(1049,-150933600,5),(1049,-132184800,4),(1049,-119484000,5),(1049,-100735200,4),(1049,-88034400,5),(1049,-68680800,4),(1049,-59004000,5),(1049,-37242000,9),(1049,57722400,7),(1049,69818400,8),(1049,89172000,7),(1049,101268000,8),(1049,120621600,7),(1049,132717600,8),(1049,152071200,7),(1049,164167200,8),(1049,183520800,7),(1049,196221600,8),(1049,214970400,7),(1049,227671200,8),(1049,246420000,7),(1049,259120800,8),(1049,278474400,7),(1049,290570400,8),(1049,309924000,7),(1049,322020000,8),(1049,341373600,7),(1049,354675600,8),(1049,372819600,7),(1049,386125200,8),(1049,404269200,7),(1049,417574800,8),(1049,435718800,7),(1049,449024400,8),(1049,467773200,7),(1049,481078800,8),(1049,499222800,7),(1049,512528400,8),(1049,530672400,7),(1049,543978000,8),(1049,562122000,7),(1049,575427600,8),(1049,593571600,7),(1049,606877200,8),(1049,625626000,7),(1049,638326800,8),(1049,657075600,7),(1049,670381200,8),(1049,688525200,7),(1049,701830800,8),(1049,719974800,7),(1049,733280400,8),(1049,751424400,7),(1049,764730000,8),(1049,782874000,7),(1049,796179600,8),(1049,814323600,7),(1049,828234000,8),(1049,846378000,7),(1049,859683600,8),(1049,877827600,7),(1049,891133200,8),(1049,909277200,7),(1049,922582800,8),(1049,941331600,7),(1049,954032400,8),(1049,972781200,7),(1049,985482000,8),(1049,1004230800,7),(1049,1017536400,8),(1049,1035680400,7),(1049,1048986000,8),(1049,1067130000,7),(1049,1080435600,8),(1049,1099184400,7),(1049,1111885200,8),(1049,1130634000,7),(1049,1143334800,8),(1049,1162083600,7),(1049,1174784400,8),(1049,1193533200,7),(1049,1206838800,8),(1049,1224982800,7),(1049,1238288400,8),(1049,1256432400,7),(1049,1269738000,8),(1049,1288486800,7),(1049,1301187600,8),(1049,1319936400,7),(1049,1332637200,8),(1049,1351386000,7),(1049,1364691600,8),(1049,1382835600,7),(1049,1396141200,8),(1049,1414285200,7),(1049,1427590800,8),(1049,1445734800,7),(1049,1459040400,8),(1049,1477789200,7),(1049,1490490000,8),(1049,1509238800,7),(1049,1521939600,8),(1049,1540688400,7),(1049,1553994000,8),(1049,1572138000,7),(1049,1585443600,8),(1049,1603587600,7),(1049,1616893200,8),(1049,1635642000,7),(1049,1648342800,8),(1049,1667091600,7),(1049,1679792400,8),(1049,1698541200,7),(1049,1711846800,8),(1049,1729990800,7),(1049,1743296400,8),(1049,1761440400,7),(1049,1774746000,8),(1049,1792890000,7),(1049,1806195600,8),(1049,1824944400,7),(1049,1837645200,8),(1049,1856394000,7),(1049,1869094800,8),(1049,1887843600,7),(1049,1901149200,8),(1049,1919293200,7),(1049,1932598800,8),(1049,1950742800,7),(1049,1964048400,8),(1049,1982797200,7),(1049,1995498000,8),(1049,2014246800,7),(1049,2026947600,8),(1049,2045696400,7),(1049,2058397200,8),(1049,2077146000,7),(1049,2090451600,8),(1049,2108595600,7),(1049,2121901200,8),(1049,2140045200,7),(1050,-2147483648,2),(1050,-1691964000,1),(1050,-1680472800,2),(1050,-1664143200,1),(1050,-1650146400,2),(1050,-1633903200,1),(1050,-1617487200,2),(1050,-1601848800,1),(1050,-1586037600,2),(1050,-1570399200,1),(1050,-1552168800,2),(1050,-1538344800,1),(1050,-1522533600,2),(1050,-1507500000,1),(1050,-1490565600,2),(1050,-1473631200,1),(1050,-1460930400,2),(1050,-1442786400,1),(1050,-1428876000,2),(1050,-1410732000,1),(1050,-1396216800,2),(1050,-1379282400,1),(1050,-1364767200,2),(1050,-1348437600,1),(1050,-1333317600,2),(1050,-1315778400,1),(1050,-1301263200,2),(1050,-1284328800,1),(1050,-1269813600,2),(1050,-1253484000,1),(1050,-1238364000,2),(1050,-1221429600,1),(1050,-1206914400,2),(1050,-1189980000,1),(1050,-1175464800,2),(1050,-1159135200,1),(1050,-1143410400,2),(1050,-1126476000,1),(1050,-1111960800,2),(1050,-1095631200,1),(1050,-1080511200,2),(1050,-1063576800,1),(1050,-1049061600,2),(1050,-1032127200,1),(1050,-1017612000,2),(1050,-1001282400,1),(1050,-986162400,2),(1050,-969228000,1),(1050,-950479200,2),(1050,-942012000,1),(1050,-904518000,3),(1050,-896050800,1),(1050,-875487600,3),(1050,-864601200,1),(1050,-844038000,3),(1050,-832546800,1),(1050,-812588400,3),(1050,-798073200,1),(1050,-781052400,3),(1050,-772066800,1),(1050,-764805600,2),(1050,-748476000,1),(1050,-733356000,2),(1050,-719445600,1),(1050,-717030000,3),(1050,-706748400,1),(1050,-699487200,2),(1050,-687996000,1),(1050,-668037600,2),(1050,-654732000,1),(1050,-636588000,2),(1050,-622072800,1),(1050,-605743200,2),(1050,-590623200,1),(1050,-574293600,2),(1050,-558568800,1),(1050,-542239200,2),(1050,-527119200,1),(1050,-512604000,2),(1050,-496274400,1),(1050,-481154400,2),(1050,-464220000,1),(1050,-449704800,2),(1050,-432165600,1),(1050,-417650400,2),(1050,-401320800,4),(1050,386125200,5),(1050,401850000,6),(1050,417574800,5),(1050,433299600,6),(1050,449024400,5),(1050,465354000,6),(1050,481078800,5),(1050,496803600,6),(1050,512528400,5),(1050,528253200,6),(1050,543978000,5),(1050,559702800,6),(1050,575427600,5),(1050,591152400,6),(1050,606877200,5),(1050,622602000,6),(1050,638326800,5),(1050,654656400,6),(1050,670381200,5),(1050,686106000,6),(1050,701830800,5),(1050,717555600,6),(1050,733280400,5),(1050,749005200,6),(1050,764730000,5),(1050,780454800,6),(1050,796179600,5),(1050,811904400,6),(1050,828234000,5),(1050,846378000,6),(1050,859683600,5),(1050,877827600,6),(1050,891133200,5),(1050,909277200,6),(1050,922582800,5),(1050,941331600,6),(1050,954032400,5),(1050,972781200,6),(1050,985482000,5),(1050,1004230800,6),(1050,1017536400,5),(1050,1035680400,6),(1050,1048986000,5),(1050,1067130000,6),(1050,1080435600,5),(1050,1099184400,6),(1050,1111885200,5),(1050,1130634000,6),(1050,1143334800,5),(1050,1162083600,6),(1050,1174784400,5),(1050,1193533200,6),(1050,1206838800,5),(1050,1224982800,6),(1050,1238288400,5),(1050,1256432400,6),(1050,1269738000,5),(1050,1288486800,6),(1050,1301187600,5),(1050,1319936400,6),(1050,1332637200,5),(1050,1351386000,6),(1050,1364691600,5),(1050,1382835600,6),(1050,1396141200,5),(1050,1414285200,6),(1050,1427590800,5),(1050,1445734800,6),(1050,1459040400,5),(1050,1477789200,6),(1050,1490490000,5),(1050,1509238800,6),(1050,1521939600,5),(1050,1540688400,6),(1050,1553994000,5),(1050,1572138000,6),(1050,1585443600,5),(1050,1603587600,6),(1050,1616893200,5),(1050,1635642000,6),(1050,1648342800,5),(1050,1667091600,6),(1050,1679792400,5),(1050,1698541200,6),(1050,1711846800,5),(1050,1729990800,6),(1050,1743296400,5),(1050,1761440400,6),(1050,1774746000,5),(1050,1792890000,6),(1050,1806195600,5),(1050,1824944400,6),(1050,1837645200,5),(1050,1856394000,6),(1050,1869094800,5),(1050,1887843600,6),(1050,1901149200,5),(1050,1919293200,6),(1050,1932598800,5),(1050,1950742800,6),(1050,1964048400,5),(1050,1982797200,6),(1050,1995498000,5),(1050,2014246800,6),(1050,2026947600,5),(1050,2045696400,6),(1050,2058397200,5),(1050,2077146000,6),(1050,2090451600,5),(1050,2108595600,6),(1050,2121901200,5),(1050,2140045200,6),(1051,-2147483648,2),(1051,-1691964000,1),(1051,-1680472800,2),(1051,-1664143200,1),(1051,-1650146400,2),(1051,-1633903200,1),(1051,-1617487200,2),(1051,-1601848800,1),(1051,-1586037600,2),(1051,-1570399200,1),(1051,-1552168800,2),(1051,-1538344800,1),(1051,-1522533600,2),(1051,-1507500000,1),(1051,-1490565600,2),(1051,-1473631200,1),(1051,-1460930400,2),(1051,-1442786400,1),(1051,-1428876000,2),(1051,-1410732000,1),(1051,-1396216800,2),(1051,-1379282400,1),(1051,-1364767200,2),(1051,-1348437600,1),(1051,-1333317600,2),(1051,-1315778400,1),(1051,-1301263200,2),(1051,-1284328800,1),(1051,-1269813600,2),(1051,-1253484000,1),(1051,-1238364000,2),(1051,-1221429600,1),(1051,-1206914400,2),(1051,-1189980000,1),(1051,-1175464800,2),(1051,-1159135200,1),(1051,-1143410400,2),(1051,-1126476000,1),(1051,-1111960800,2),(1051,-1095631200,1),(1051,-1080511200,2),(1051,-1063576800,1),(1051,-1049061600,2),(1051,-1032127200,1),(1051,-1017612000,2),(1051,-1001282400,1),(1051,-986162400,2),(1051,-969228000,1),(1051,-950479200,2),(1051,-942012000,1),(1051,-904518000,3),(1051,-896050800,1),(1051,-875487600,3),(1051,-864601200,1),(1051,-844038000,3),(1051,-832546800,1),(1051,-812588400,3),(1051,-798073200,1),(1051,-781052400,3),(1051,-772066800,1),(1051,-764805600,2),(1051,-748476000,1),(1051,-733356000,2),(1051,-719445600,1),(1051,-717030000,3),(1051,-706748400,1),(1051,-699487200,2),(1051,-687996000,1),(1051,-668037600,2),(1051,-654732000,1),(1051,-636588000,2),(1051,-622072800,1),(1051,-605743200,2),(1051,-590623200,1),(1051,-574293600,2),(1051,-558568800,1),(1051,-542239200,2),(1051,-527119200,1),(1051,-512604000,2),(1051,-496274400,1),(1051,-481154400,2),(1051,-464220000,1),(1051,-449704800,2),(1051,-432165600,1),(1051,-417650400,2),(1051,-401320800,1),(1051,-386200800,2),(1051,-369266400,1),(1051,-354751200,2),(1051,-337816800,1),(1051,-323301600,2),(1051,-306972000,1),(1051,-291852000,2),(1051,-276732000,1),(1051,-257983200,2),(1051,-245282400,1),(1051,-226533600,2),(1051,-213228000,1),(1051,-195084000,2),(1051,-182383200,1),(1051,-163634400,2),(1051,-150933600,1),(1051,-132184800,2),(1051,-119484000,1),(1051,-100735200,2),(1051,-88034400,1),(1051,-68680800,2),(1051,-59004000,1),(1051,-37242000,4),(1051,57722400,6),(1051,69818400,1),(1051,89172000,2),(1051,101268000,1),(1051,120621600,2),(1051,132717600,1),(1051,152071200,2),(1051,164167200,1),(1051,183520800,2),(1051,196221600,1),(1051,214970400,2),(1051,227671200,1),(1051,246420000,2),(1051,259120800,1),(1051,278474400,2),(1051,290570400,1),(1051,309924000,2),(1051,322020000,1),(1051,341373600,2),(1051,354675600,5),(1051,372819600,6),(1051,386125200,5),(1051,404269200,6),(1051,417574800,5),(1051,435718800,6),(1051,449024400,5),(1051,467773200,6),(1051,481078800,5),(1051,499222800,6),(1051,512528400,5),(1051,530672400,6),(1051,543978000,5),(1051,562122000,6),(1051,575427600,5),(1051,593571600,6),(1051,606877200,5),(1051,625626000,6),(1051,638326800,5),(1051,657075600,6),(1051,670381200,5),(1051,688525200,6),(1051,701830800,5),(1051,719974800,6),(1051,733280400,5),(1051,751424400,6),(1051,764730000,5),(1051,782874000,6),(1051,796179600,5),(1051,814323600,6),(1051,820454400,7),(1051,828234000,5),(1051,846378000,6),(1051,859683600,5),(1051,877827600,6),(1051,891133200,5),(1051,909277200,6),(1051,922582800,5),(1051,941331600,6),(1051,954032400,5),(1051,972781200,6),(1051,985482000,5),(1051,1004230800,6),(1051,1017536400,5),(1051,1035680400,6),(1051,1048986000,5),(1051,1067130000,6),(1051,1080435600,5),(1051,1099184400,6),(1051,1111885200,5),(1051,1130634000,6),(1051,1143334800,5),(1051,1162083600,6),(1051,1174784400,5),(1051,1193533200,6),(1051,1206838800,5),(1051,1224982800,6),(1051,1238288400,5),(1051,1256432400,6),(1051,1269738000,5),(1051,1288486800,6),(1051,1301187600,5),(1051,1319936400,6),(1051,1332637200,5),(1051,1351386000,6),(1051,1364691600,5),(1051,1382835600,6),(1051,1396141200,5),(1051,1414285200,6),(1051,1427590800,5),(1051,1445734800,6),(1051,1459040400,5),(1051,1477789200,6),(1051,1490490000,5),(1051,1509238800,6),(1051,1521939600,5),(1051,1540688400,6),(1051,1553994000,5),(1051,1572138000,6),(1051,1585443600,5),(1051,1603587600,6),(1051,1616893200,5),(1051,1635642000,6),(1051,1648342800,5),(1051,1667091600,6),(1051,1679792400,5),(1051,1698541200,6),(1051,1711846800,5),(1051,1729990800,6),(1051,1743296400,5),(1051,1761440400,6),(1051,1774746000,5),(1051,1792890000,6),(1051,1806195600,5),(1051,1824944400,6),(1051,1837645200,5),(1051,1856394000,6),(1051,1869094800,5),(1051,1887843600,6),(1051,1901149200,5),(1051,1919293200,6),(1051,1932598800,5),(1051,1950742800,6),(1051,1964048400,5),(1051,1982797200,6),(1051,1995498000,5),(1051,2014246800,6),(1051,2026947600,5),(1051,2045696400,6),(1051,2058397200,5),(1051,2077146000,6),(1051,2090451600,5),(1051,2108595600,6),(1051,2121901200,5),(1051,2140045200,6),(1052,-2147483648,1),(1052,-1535938789,3),(1052,-875671200,2),(1052,-859773600,3),(1052,354672000,2),(1052,370396800,3),(1052,386121600,2),(1052,401846400,3),(1052,417574800,4),(1052,433299600,5),(1052,449024400,4),(1052,465354000,5),(1052,481078800,4),(1052,496803600,5),(1052,512528400,4),(1052,528253200,5),(1052,543978000,4),(1052,559702800,5),(1052,575427600,4),(1052,591152400,5),(1052,606877200,4),(1052,622602000,5),(1052,638326800,4),(1052,654656400,5),(1052,670381200,4),(1052,686106000,5),(1052,701830800,4),(1052,717555600,5),(1052,733280400,4),(1052,749005200,5),(1052,764730000,4),(1052,780454800,5),(1052,796179600,4),(1052,811904400,5),(1052,828234000,4),(1052,846378000,5),(1052,859683600,4),(1052,877827600,5),(1052,891133200,4),(1052,909277200,5),(1052,922582800,4),(1052,941331600,5),(1052,954032400,4),(1052,972781200,5),(1052,985482000,4),(1052,1004230800,5),(1052,1017536400,4),(1052,1035680400,5),(1052,1048986000,4),(1052,1067130000,5),(1052,1080435600,4),(1052,1099184400,5),(1052,1111885200,4),(1052,1130634000,5),(1052,1143334800,4),(1052,1162083600,5),(1052,1174784400,4),(1052,1193533200,5),(1052,1206838800,4),(1052,1224982800,5),(1052,1238288400,4),(1052,1256432400,5),(1052,1269738000,4),(1052,1288486800,5),(1052,1301187600,4),(1052,1319936400,5),(1052,1332637200,4),(1052,1351386000,5),(1052,1364691600,4),(1052,1382835600,5),(1052,1396141200,4),(1052,1414285200,5),(1052,1427590800,4),(1052,1445734800,5),(1052,1459040400,4),(1052,1477789200,5),(1052,1490490000,4),(1052,1509238800,5),(1052,1521939600,4),(1052,1540688400,5),(1052,1553994000,4),(1052,1572138000,5),(1052,1585443600,4),(1052,1603587600,5),(1052,1616893200,4),(1052,1635642000,5),(1052,1648342800,4),(1052,1667091600,5),(1052,1679792400,4),(1052,1698541200,5),(1052,1711846800,4),(1052,1729990800,5),(1052,1743296400,4),(1052,1761440400,5),(1052,1774746000,4),(1052,1792890000,5),(1052,1806195600,4),(1052,1824944400,5),(1052,1837645200,4),(1052,1856394000,5),(1052,1869094800,4),(1052,1887843600,5),(1052,1901149200,4),(1052,1919293200,5),(1052,1932598800,4),(1052,1950742800,5),(1052,1964048400,4),(1052,1982797200,5),(1052,1995498000,4),(1052,2014246800,5),(1052,2026947600,4),(1052,2045696400,5),(1052,2058397200,4),(1052,2077146000,5),(1052,2090451600,4),(1052,2108595600,5),(1052,2121901200,4),(1052,2140045200,5),(1053,-2147483648,2),(1053,-1691964000,1),(1053,-1680472800,2),(1053,-1664143200,1),(1053,-1650146400,2),(1053,-1633903200,1),(1053,-1617487200,2),(1053,-1601848800,1),(1053,-1586037600,2),(1053,-1570399200,1),(1053,-1552168800,2),(1053,-1538344800,1),(1053,-1522533600,2),(1053,-1507500000,1),(1053,-1490565600,2),(1053,-1473631200,1),(1053,-1460930400,2),(1053,-1442786400,1),(1053,-1428876000,2),(1053,-1410732000,1),(1053,-1396216800,2),(1053,-1379282400,1),(1053,-1364767200,2),(1053,-1348437600,1),(1053,-1333317600,2),(1053,-1315778400,1),(1053,-1301263200,2),(1053,-1284328800,1),(1053,-1269813600,2),(1053,-1253484000,1),(1053,-1238364000,2),(1053,-1221429600,1),(1053,-1206914400,2),(1053,-1189980000,1),(1053,-1175464800,2),(1053,-1159135200,1),(1053,-1143410400,2),(1053,-1126476000,1),(1053,-1111960800,2),(1053,-1095631200,1),(1053,-1080511200,2),(1053,-1063576800,1),(1053,-1049061600,2),(1053,-1032127200,1),(1053,-1017612000,2),(1053,-1001282400,1),(1053,-986162400,2),(1053,-969228000,1),(1053,-950479200,2),(1053,-942012000,1),(1053,-904518000,3),(1053,-896050800,1),(1053,-875487600,3),(1053,-864601200,1),(1053,-844038000,3),(1053,-832546800,1),(1053,-812588400,3),(1053,-798073200,1),(1053,-781052400,3),(1053,-772066800,1),(1053,-764805600,2),(1053,-748476000,1),(1053,-733356000,2),(1053,-719445600,1),(1053,-717030000,3),(1053,-706748400,1),(1053,-699487200,2),(1053,-687996000,1),(1053,-668037600,2),(1053,-654732000,1),(1053,-636588000,2),(1053,-622072800,1),(1053,-605743200,2),(1053,-590623200,1),(1053,-574293600,2),(1053,-558568800,1),(1053,-542239200,2),(1053,-527119200,1),(1053,-512604000,2),(1053,-496274400,1),(1053,-481154400,2),(1053,-464220000,1),(1053,-449704800,2),(1053,-432165600,1),(1053,-417650400,2),(1053,-401320800,1),(1053,-386200800,2),(1053,-369266400,1),(1053,-354751200,2),(1053,-337816800,1),(1053,-323301600,2),(1053,-306972000,1),(1053,-291852000,2),(1053,-276732000,1),(1053,-257983200,2),(1053,-245282400,1),(1053,-226533600,2),(1053,-213228000,1),(1053,-195084000,2),(1053,-182383200,1),(1053,-163634400,2),(1053,-150933600,1),(1053,-132184800,2),(1053,-119484000,1),(1053,-100735200,2),(1053,-88034400,1),(1053,-68680800,2),(1053,-59004000,1),(1053,-37242000,4),(1053,57722400,6),(1053,69818400,1),(1053,89172000,2),(1053,101268000,1),(1053,120621600,2),(1053,132717600,1),(1053,152071200,2),(1053,164167200,1),(1053,183520800,2),(1053,196221600,1),(1053,214970400,2),(1053,227671200,1),(1053,246420000,2),(1053,259120800,1),(1053,278474400,2),(1053,290570400,1),(1053,309924000,2),(1053,322020000,1),(1053,341373600,2),(1053,354675600,5),(1053,372819600,6),(1053,386125200,5),(1053,404269200,6),(1053,417574800,5),(1053,435718800,6),(1053,449024400,5),(1053,467773200,6),(1053,481078800,5),(1053,499222800,6),(1053,512528400,5),(1053,530672400,6),(1053,543978000,5),(1053,562122000,6),(1053,575427600,5),(1053,593571600,6),(1053,606877200,5),(1053,625626000,6),(1053,638326800,5),(1053,657075600,6),(1053,670381200,5),(1053,688525200,6),(1053,701830800,5),(1053,719974800,6),(1053,733280400,5),(1053,751424400,6),(1053,764730000,5),(1053,782874000,6),(1053,796179600,5),(1053,814323600,6),(1053,820454400,7),(1053,828234000,5),(1053,846378000,6),(1053,859683600,5),(1053,877827600,6),(1053,891133200,5),(1053,909277200,6),(1053,922582800,5),(1053,941331600,6),(1053,954032400,5),(1053,972781200,6),(1053,985482000,5),(1053,1004230800,6),(1053,1017536400,5),(1053,1035680400,6),(1053,1048986000,5),(1053,1067130000,6),(1053,1080435600,5),(1053,1099184400,6),(1053,1111885200,5),(1053,1130634000,6),(1053,1143334800,5),(1053,1162083600,6),(1053,1174784400,5),(1053,1193533200,6),(1053,1206838800,5),(1053,1224982800,6),(1053,1238288400,5),(1053,1256432400,6),(1053,1269738000,5),(1053,1288486800,6),(1053,1301187600,5),(1053,1319936400,6),(1053,1332637200,5),(1053,1351386000,6),(1053,1364691600,5),(1053,1382835600,6),(1053,1396141200,5),(1053,1414285200,6),(1053,1427590800,5),(1053,1445734800,6),(1053,1459040400,5),(1053,1477789200,6),(1053,1490490000,5),(1053,1509238800,6),(1053,1521939600,5),(1053,1540688400,6),(1053,1553994000,5),(1053,1572138000,6),(1053,1585443600,5),(1053,1603587600,6),(1053,1616893200,5),(1053,1635642000,6),(1053,1648342800,5),(1053,1667091600,6),(1053,1679792400,5),(1053,1698541200,6),(1053,1711846800,5),(1053,1729990800,6),(1053,1743296400,5),(1053,1761440400,6),(1053,1774746000,5),(1053,1792890000,6),(1053,1806195600,5),(1053,1824944400,6),(1053,1837645200,5),(1053,1856394000,6),(1053,1869094800,5),(1053,1887843600,6),(1053,1901149200,5),(1053,1919293200,6),(1053,1932598800,5),(1053,1950742800,6),(1053,1964048400,5),(1053,1982797200,6),(1053,1995498000,5),(1053,2014246800,6),(1053,2026947600,5),(1053,2045696400,6),(1053,2058397200,5),(1053,2077146000,6),(1053,2090451600,5),(1053,2108595600,6),(1053,2121901200,5),(1053,2140045200,6),(1054,-2147483648,1),(1054,-1869875816,3),(1054,-1693706400,2),(1054,-1680490800,3),(1054,-1570413600,2),(1054,-1552186800,3),(1054,-1538359200,2),(1054,-1522551600,3),(1054,-1507514400,2),(1054,-1490583600,3),(1054,-1440208800,2),(1054,-1428030000,3),(1054,-1409709600,2),(1054,-1396494000,3),(1054,-931053600,2),(1054,-922676400,3),(1054,-917834400,2),(1054,-892436400,3),(1054,-875844000,2),(1054,-764737200,3),(1054,-744343200,2),(1054,-733806000,3),(1054,-716436000,2),(1054,-701924400,3),(1054,-684986400,2),(1054,-670474800,3),(1054,-654141600,2),(1054,-639025200,3),(1054,-622087200,2),(1054,-606970800,3),(1054,-590032800,2),(1054,-575521200,3),(1054,-235620000,2),(1054,-194842800,3),(1054,-177732000,2),(1054,-165726000,3),(1054,107910000,2),(1054,121215600,3),(1054,133920000,2),(1054,152665200,3),(1054,164678400,2),(1054,184114800,3),(1054,196214400,2),(1054,215564400,3),(1054,228873600,2),(1054,245804400,3),(1054,260323200,2),(1054,267915600,4),(1054,428454000,5),(1054,433893600,4),(1054,468111600,3),(1054,482799600,6),(1054,496710000,7),(1054,512521200,6),(1054,528246000,7),(1054,543970800,6),(1054,559695600,7),(1054,575420400,6),(1054,591145200,7),(1054,606870000,6),(1054,622594800,7),(1054,638319600,6),(1054,654649200,7),(1054,670374000,6),(1054,686098800,7),(1054,701823600,6),(1054,717548400,7),(1054,733273200,6),(1054,748998000,7),(1054,764118000,6),(1054,780447600,7),(1054,796172400,6),(1054,811897200,7),(1054,828226800,6),(1054,846370800,7),(1054,859676400,6),(1054,877820400,7),(1054,891126000,6),(1054,909270000,7),(1054,922575600,6),(1054,941324400,7),(1054,954025200,6),(1054,972774000,7),(1054,985474800,6),(1054,1004223600,7),(1054,1017529200,6),(1054,1035673200,7),(1054,1048978800,6),(1054,1067122800,7),(1054,1080428400,6),(1054,1099177200,7),(1054,1111878000,6),(1054,1130626800,7),(1054,1143327600,6),(1054,1162076400,7),(1054,1167602400,3),(1054,1174784400,8),(1054,1193533200,9),(1054,1206838800,8),(1054,1224982800,9),(1054,1238288400,8),(1054,1256432400,9),(1054,1269738000,8),(1054,1288486800,9),(1054,1301274000,8),(1054,1319936400,9),(1054,1332637200,8),(1054,1351386000,9),(1054,1364691600,8),(1054,1382835600,9),(1054,1396227600,8),(1054,1414285200,9),(1054,1427590800,8),(1054,1446944400,9),(1054,1459040400,8),(1054,1473195600,4),(1054,2147483647,4),(1055,-2147483648,2),(1055,-1691964000,1),(1055,-1680472800,2),(1055,-1664143200,1),(1055,-1650146400,2),(1055,-1633903200,1),(1055,-1617487200,2),(1055,-1601848800,1),(1055,-1586037600,2),(1055,-1570399200,1),(1055,-1552168800,2),(1055,-1538344800,1),(1055,-1522533600,2),(1055,-1507500000,1),(1055,-1490565600,2),(1055,-1473631200,1),(1055,-1460930400,2),(1055,-1442786400,1),(1055,-1428876000,2),(1055,-1410732000,1),(1055,-1396216800,2),(1055,-1379282400,1),(1055,-1364767200,2),(1055,-1348437600,1),(1055,-1333317600,2),(1055,-1315778400,1),(1055,-1301263200,2),(1055,-1284328800,1),(1055,-1269813600,2),(1055,-1253484000,1),(1055,-1238364000,2),(1055,-1221429600,1),(1055,-1206914400,2),(1055,-1189980000,1),(1055,-1175464800,2),(1055,-1159135200,1),(1055,-1143410400,2),(1055,-1126476000,1),(1055,-1111960800,2),(1055,-1095631200,1),(1055,-1080511200,2),(1055,-1063576800,1),(1055,-1049061600,2),(1055,-1032127200,1),(1055,-1017612000,2),(1055,-1001282400,1),(1055,-986162400,2),(1055,-969228000,1),(1055,-950479200,2),(1055,-942012000,1),(1055,-904518000,3),(1055,-896050800,1),(1055,-875487600,3),(1055,-864601200,1),(1055,-844038000,3),(1055,-832546800,1),(1055,-812588400,3),(1055,-798073200,1),(1055,-781052400,3),(1055,-772066800,1),(1055,-764805600,2),(1055,-748476000,1),(1055,-733356000,2),(1055,-719445600,1),(1055,-717030000,3),(1055,-706748400,1),(1055,-699487200,2),(1055,-687996000,1),(1055,-668037600,2),(1055,-654732000,1),(1055,-636588000,2),(1055,-622072800,1),(1055,-605743200,2),(1055,-590623200,1),(1055,-574293600,2),(1055,-558568800,1),(1055,-542239200,2),(1055,-527119200,1),(1055,-512604000,2),(1055,-496274400,1),(1055,-481154400,2),(1055,-464220000,1),(1055,-449704800,2),(1055,-432165600,1),(1055,-417650400,2),(1055,-401320800,1),(1055,-386200800,2),(1055,-369266400,1),(1055,-354751200,2),(1055,-337816800,1),(1055,-323301600,2),(1055,-306972000,1),(1055,-291852000,2),(1055,-276732000,1),(1055,-257983200,2),(1055,-245282400,1),(1055,-226533600,2),(1055,-213228000,1),(1055,-195084000,2),(1055,-182383200,1),(1055,-163634400,2),(1055,-150933600,1),(1055,-132184800,2),(1055,-119484000,1),(1055,-100735200,2),(1055,-88034400,1),(1055,-68680800,2),(1055,-59004000,1),(1055,-37242000,4),(1055,57722400,6),(1055,69818400,1),(1055,89172000,2),(1055,101268000,1),(1055,120621600,2),(1055,132717600,1),(1055,152071200,2),(1055,164167200,1),(1055,183520800,2),(1055,196221600,1),(1055,214970400,2),(1055,227671200,1),(1055,246420000,2),(1055,259120800,1),(1055,278474400,2),(1055,290570400,1),(1055,309924000,2),(1055,322020000,1),(1055,341373600,2),(1055,354675600,5),(1055,372819600,6),(1055,386125200,5),(1055,404269200,6),(1055,417574800,5),(1055,435718800,6),(1055,449024400,5),(1055,467773200,6),(1055,481078800,5),(1055,499222800,6),(1055,512528400,5),(1055,530672400,6),(1055,543978000,5),(1055,562122000,6),(1055,575427600,5),(1055,593571600,6),(1055,606877200,5),(1055,625626000,6),(1055,638326800,5),(1055,657075600,6),(1055,670381200,5),(1055,688525200,6),(1055,701830800,5),(1055,719974800,6),(1055,733280400,5),(1055,751424400,6),(1055,764730000,5),(1055,782874000,6),(1055,796179600,5),(1055,814323600,6),(1055,820454400,7),(1055,828234000,5),(1055,846378000,6),(1055,859683600,5),(1055,877827600,6),(1055,891133200,5),(1055,909277200,6),(1055,922582800,5),(1055,941331600,6),(1055,954032400,5),(1055,972781200,6),(1055,985482000,5),(1055,1004230800,6),(1055,1017536400,5),(1055,1035680400,6),(1055,1048986000,5),(1055,1067130000,6),(1055,1080435600,5),(1055,1099184400,6),(1055,1111885200,5),(1055,1130634000,6),(1055,1143334800,5),(1055,1162083600,6),(1055,1174784400,5),(1055,1193533200,6),(1055,1206838800,5),(1055,1224982800,6),(1055,1238288400,5),(1055,1256432400,6),(1055,1269738000,5),(1055,1288486800,6),(1055,1301187600,5),(1055,1319936400,6),(1055,1332637200,5),(1055,1351386000,6),(1055,1364691600,5),(1055,1382835600,6),(1055,1396141200,5),(1055,1414285200,6),(1055,1427590800,5),(1055,1445734800,6),(1055,1459040400,5),(1055,1477789200,6),(1055,1490490000,5),(1055,1509238800,6),(1055,1521939600,5),(1055,1540688400,6),(1055,1553994000,5),(1055,1572138000,6),(1055,1585443600,5),(1055,1603587600,6),(1055,1616893200,5),(1055,1635642000,6),(1055,1648342800,5),(1055,1667091600,6),(1055,1679792400,5),(1055,1698541200,6),(1055,1711846800,5),(1055,1729990800,6),(1055,1743296400,5),(1055,1761440400,6),(1055,1774746000,5),(1055,1792890000,6),(1055,1806195600,5),(1055,1824944400,6),(1055,1837645200,5),(1055,1856394000,6),(1055,1869094800,5),(1055,1887843600,6),(1055,1901149200,5),(1055,1919293200,6),(1055,1932598800,5),(1055,1950742800,6),(1055,1964048400,5),(1055,1982797200,6),(1055,1995498000,5),(1055,2014246800,6),(1055,2026947600,5),(1055,2045696400,6),(1055,2058397200,5),(1055,2077146000,6),(1055,2090451600,5),(1055,2108595600,6),(1055,2121901200,5),(1055,2140045200,6),(1056,-2147483648,2),(1056,-1693706400,1),(1056,-1680483600,2),(1056,-1663455600,3),(1056,-1650150000,4),(1056,-1632006000,3),(1056,-1618700400,4),(1056,-938905200,3),(1056,-857257200,4),(1056,-844556400,3),(1056,-828226800,4),(1056,-812502000,3),(1056,-796777200,4),(1056,-781052400,3),(1056,-780372000,6),(1056,-778730400,5),(1056,-762663600,6),(1056,-749095200,8),(1056,354920400,7),(1056,370728000,8),(1056,386456400,7),(1056,402264000,8),(1056,417992400,7),(1056,433800000,8),(1056,449614800,7),(1056,465346800,9),(1056,481071600,10),(1056,496796400,9),(1056,512521200,10),(1056,528246000,9),(1056,543970800,10),(1056,559695600,9),(1056,575420400,10),(1056,591145200,9),(1056,606870000,11),(1056,622598400,12),(1056,638323200,11),(1056,654652800,12),(1056,670377600,11),(1056,686102400,12),(1056,701827200,11),(1056,717552000,12),(1056,733276800,11),(1056,749001600,12),(1056,764726400,11),(1056,780451200,12),(1056,796176000,11),(1056,811900800,12),(1056,828230400,11),(1056,846374400,12),(1056,859680000,11),(1056,877824000,12),(1056,891129600,11),(1056,909273600,12),(1056,922579200,11),(1056,941328000,12),(1056,954028800,11),(1056,972777600,12),(1056,985478400,11),(1056,1004227200,12),(1056,1017532800,11),(1056,1035676800,12),(1056,1048982400,11),(1056,1067126400,12),(1056,1080432000,11),(1056,1099180800,12),(1056,1111881600,11),(1056,1130630400,12),(1056,1143331200,11),(1056,1162080000,12),(1056,1174780800,11),(1056,1193529600,12),(1056,1206835200,11),(1056,1224979200,12),(1056,1238284800,11),(1056,1256428800,12),(1056,1269734400,11),(1056,1288483200,12),(1056,1301184000,13),(1056,1414278000,12),(1057,-2147483648,1),(1057,-1441159324,2),(1057,-1247536800,3),(1057,-892522800,6),(1057,-857257200,4),(1057,-844556400,5),(1057,-828226800,4),(1057,-825382800,3),(1057,354920400,7),(1057,370728000,3),(1057,386456400,7),(1057,402264000,3),(1057,417992400,7),(1057,433800000,3),(1057,449614800,7),(1057,465346800,8),(1057,481071600,9),(1057,496796400,8),(1057,512521200,9),(1057,528246000,8),(1057,543970800,9),(1057,559695600,8),(1057,575420400,9),(1057,591145200,8),(1057,606870000,9),(1057,622594800,8),(1057,638319600,9),(1057,646783200,10),(1057,686102400,2),(1057,701820000,10),(1057,717541200,2),(1057,733269600,10),(1057,748990800,2),(1057,764719200,10),(1057,780440400,2),(1057,796179600,11),(1057,811904400,12),(1057,828234000,11),(1057,846378000,12),(1057,859683600,11),(1057,877827600,12),(1057,891133200,11),(1057,909277200,12),(1057,922582800,11),(1057,941331600,12),(1057,954032400,11),(1057,972781200,12),(1057,985482000,11),(1057,1004230800,12),(1057,1017536400,11),(1057,1035680400,12),(1057,1048986000,11),(1057,1067130000,12),(1057,1080435600,11),(1057,1099184400,12),(1057,1111885200,11),(1057,1130634000,12),(1057,1143334800,11),(1057,1162083600,12),(1057,1174784400,11),(1057,1193533200,12),(1057,1206838800,11),(1057,1224982800,12),(1057,1238288400,11),(1057,1256432400,12),(1057,1269738000,11),(1057,1288486800,12),(1057,1301187600,11),(1057,1319936400,12),(1057,1332637200,11),(1057,1351386000,12),(1057,1364691600,11),(1057,1382835600,12),(1057,1396141200,11),(1057,1414285200,12),(1057,1427590800,11),(1057,1445734800,12),(1057,1459040400,11),(1057,1477789200,12),(1057,1490490000,11),(1057,1509238800,12),(1057,1521939600,11),(1057,1540688400,12),(1057,1553994000,11),(1057,1572138000,12),(1057,1585443600,11),(1057,1603587600,12),(1057,1616893200,11),(1057,1635642000,12),(1057,1648342800,11),(1057,1667091600,12),(1057,1679792400,11),(1057,1698541200,12),(1057,1711846800,11),(1057,1729990800,12),(1057,1743296400,11),(1057,1761440400,12),(1057,1774746000,11),(1057,1792890000,12),(1057,1806195600,11),(1057,1824944400,12),(1057,1837645200,11),(1057,1856394000,12),(1057,1869094800,11),(1057,1887843600,12),(1057,1901149200,11),(1057,1919293200,12),(1057,1932598800,11),(1057,1950742800,12),(1057,1964048400,11),(1057,1982797200,12),(1057,1995498000,11),(1057,2014246800,12),(1057,2026947600,11),(1057,2045696400,12),(1057,2058397200,11),(1057,2077146000,12),(1057,2090451600,11),(1057,2108595600,12),(1057,2121901200,11),(1057,2140045200,12),(1058,-2147483648,0),(1058,-1593820800,1),(1058,-1247540400,3),(1058,354916800,2),(1058,370724400,3),(1058,386452800,2),(1058,402260400,3),(1058,417988800,2),(1058,433796400,3),(1058,449611200,2),(1058,465343200,4),(1058,481068000,5),(1058,496792800,4),(1058,512517600,5),(1058,528242400,4),(1058,543967200,5),(1058,559692000,4),(1058,575416800,5),(1058,591141600,4),(1058,606866400,6),(1058,622594800,7),(1058,638319600,6),(1058,654649200,7),(1058,670374000,4),(1058,701820000,6),(1058,717548400,7),(1058,733273200,6),(1058,748998000,7),(1058,764722800,6),(1058,780447600,7),(1058,796172400,6),(1058,811897200,7),(1058,828226800,6),(1058,846370800,7),(1058,859676400,6),(1058,877820400,7),(1058,891126000,6),(1058,909270000,7),(1058,922575600,6),(1058,941324400,7),(1058,954025200,6),(1058,972774000,7),(1058,985474800,6),(1058,1004223600,7),(1058,1017529200,6),(1058,1035673200,7),(1058,1048978800,6),(1058,1067122800,7),(1058,1080428400,6),(1058,1099177200,7),(1058,1111878000,6),(1058,1130626800,7),(1058,1143327600,6),(1058,1162076400,7),(1058,1174777200,6),(1058,1193526000,7),(1058,1206831600,6),(1058,1224975600,7),(1058,1238281200,6),(1058,1256425200,7),(1058,1269730800,6),(1058,1288479600,7),(1058,1301180400,4),(1058,1414274400,7),(1058,2147483647,7),(1059,-2147483648,0),(1059,-1830384000,6),(1059,-1689555600,1),(1059,-1677801600,2),(1059,-1667437200,3),(1059,-1647738000,4),(1059,-1635814800,3),(1059,-1616202000,4),(1059,-1604365200,3),(1059,-1584666000,4),(1059,-1572742800,3),(1059,-1553043600,4),(1059,-1541206800,3),(1059,-1521507600,4),(1059,-1442451600,3),(1059,-1426813200,4),(1059,-1379293200,3),(1059,-1364778000,4),(1059,-1348448400,3),(1059,-1333328400,4),(1059,-1316394000,3),(1059,-1301274000,4),(1059,-1284339600,3),(1059,-1269824400,4),(1059,-1221440400,3),(1059,-1206925200,4),(1059,-1191200400,3),(1059,-1175475600,4),(1059,-1127696400,3),(1059,-1111971600,4),(1059,-1096851600,3),(1059,-1080522000,4),(1059,-1063587600,3),(1059,-1049072400,4),(1059,-1033347600,3),(1059,-1017622800,4),(1059,-1002502800,3),(1059,-986173200,4),(1059,-969238800,3),(1059,-950490000,4),(1059,-942022800,3),(1059,-922669200,4),(1059,-906944400,3),(1059,-891133200,4),(1059,-877309200,3),(1059,-873684000,5),(1059,-864007200,3),(1059,-857955600,4),(1059,-845859600,3),(1059,-842839200,5),(1059,-831348000,3),(1059,-825901200,4),(1059,-814410000,3),(1059,-810784800,5),(1059,-799898400,3),(1059,-794451600,4),(1059,-782960400,3),(1059,-779335200,5),(1059,-768448800,3),(1059,-763002000,4),(1059,-749091600,3),(1059,-733366800,4),(1059,-717631200,3),(1059,-701906400,4),(1059,-686181600,3),(1059,-670456800,4),(1059,-654732000,3),(1059,-639007200,4),(1059,-591832800,3),(1059,-575503200,4),(1059,-559778400,3),(1059,-544053600,4),(1059,-528328800,3),(1059,-512604000,4),(1059,-496879200,3),(1059,-481154400,4),(1059,-465429600,3),(1059,-449704800,4),(1059,-433980000,3),(1059,-417650400,4),(1059,-401925600,3),(1059,-386200800,4),(1059,-370476000,3),(1059,-354751200,4),(1059,-339026400,3),(1059,-323301600,4),(1059,-307576800,3),(1059,-291852000,4),(1059,-276127200,3),(1059,-260402400,4),(1059,-244677600,3),(1059,-228348000,4),(1059,-212623200,3),(1059,-196898400,4),(1059,-181173600,3),(1059,-165448800,4),(1059,-149724000,3),(1059,-133999200,4),(1059,-118274400,7),(1059,212544000,2),(1059,228268800,3),(1059,243993600,4),(1059,260323200,3),(1059,276048000,4),(1059,291772800,3),(1059,307501200,4),(1059,323222400,3),(1059,338950800,4),(1059,354675600,3),(1059,370400400,4),(1059,386125200,3),(1059,401850000,4),(1059,417578400,3),(1059,433299600,4),(1059,449024400,3),(1059,465354000,4),(1059,481078800,3),(1059,496803600,4),(1059,512528400,3),(1059,528253200,4),(1059,543978000,3),(1059,559702800,4),(1059,575427600,3),(1059,591152400,4),(1059,606877200,3),(1059,622602000,4),(1059,638326800,3),(1059,654656400,4),(1059,670381200,3),(1059,686106000,4),(1059,701830800,3),(1059,717555600,8),(1059,733280400,9),(1059,749005200,8),(1059,764730000,9),(1059,780454800,8),(1059,796179600,9),(1059,811904400,8),(1059,828234000,10),(1059,846378000,6),(1059,859683600,10),(1059,877827600,6),(1059,891133200,10),(1059,909277200,6),(1059,922582800,10),(1059,941331600,6),(1059,954032400,10),(1059,972781200,6),(1059,985482000,10),(1059,1004230800,6),(1059,1017536400,10),(1059,1035680400,6),(1059,1048986000,10),(1059,1067130000,6),(1059,1080435600,10),(1059,1099184400,6),(1059,1111885200,10),(1059,1130634000,6),(1059,1143334800,10),(1059,1162083600,6),(1059,1174784400,10),(1059,1193533200,6),(1059,1206838800,10),(1059,1224982800,6),(1059,1238288400,10),(1059,1256432400,6),(1059,1269738000,10),(1059,1288486800,6),(1059,1301187600,10),(1059,1319936400,6),(1059,1332637200,10),(1059,1351386000,6),(1059,1364691600,10),(1059,1382835600,6),(1059,1396141200,10),(1059,1414285200,6),(1059,1427590800,10),(1059,1445734800,6),(1059,1459040400,10),(1059,1477789200,6),(1059,1490490000,10),(1059,1509238800,6),(1059,1521939600,10),(1059,1540688400,6),(1059,1553994000,10),(1059,1572138000,6),(1059,1585443600,10),(1059,1603587600,6),(1059,1616893200,10),(1059,1635642000,6),(1059,1648342800,10),(1059,1667091600,6),(1059,1679792400,10),(1059,1698541200,6),(1059,1711846800,10),(1059,1729990800,6),(1059,1743296400,10),(1059,1761440400,6),(1059,1774746000,10),(1059,1792890000,6),(1059,1806195600,10),(1059,1824944400,6),(1059,1837645200,10),(1059,1856394000,6),(1059,1869094800,10),(1059,1887843600,6),(1059,1901149200,10),(1059,1919293200,6),(1059,1932598800,10),(1059,1950742800,6),(1059,1964048400,10),(1059,1982797200,6),(1059,1995498000,10),(1059,2014246800,6),(1059,2026947600,10),(1059,2045696400,6),(1059,2058397200,10),(1059,2077146000,6),(1059,2090451600,10),(1059,2108595600,6),(1059,2121901200,10),(1059,2140045200,6),(1060,-2147483648,1),(1060,-905824800,4),(1060,-857257200,2),(1060,-844556400,3),(1060,-828226800,2),(1060,-812502000,3),(1060,-796777200,2),(1060,-788922000,1),(1060,-777942000,3),(1060,-766623600,2),(1060,407199600,1),(1060,417574800,5),(1060,433299600,6),(1060,449024400,5),(1060,465354000,6),(1060,481078800,5),(1060,496803600,6),(1060,512528400,5),(1060,528253200,6),(1060,543978000,5),(1060,559702800,6),(1060,575427600,5),(1060,591152400,6),(1060,606877200,5),(1060,622602000,6),(1060,638326800,5),(1060,654656400,6),(1060,670381200,5),(1060,686106000,6),(1060,701830800,5),(1060,717555600,6),(1060,733280400,5),(1060,749005200,6),(1060,764730000,5),(1060,780454800,6),(1060,796179600,5),(1060,811904400,6),(1060,828234000,5),(1060,846378000,6),(1060,859683600,5),(1060,877827600,6),(1060,891133200,5),(1060,909277200,6),(1060,922582800,5),(1060,941331600,6),(1060,954032400,5),(1060,972781200,6),(1060,985482000,5),(1060,1004230800,6),(1060,1017536400,5),(1060,1035680400,6),(1060,1048986000,5),(1060,1067130000,6),(1060,1080435600,5),(1060,1099184400,6),(1060,1111885200,5),(1060,1130634000,6),(1060,1143334800,5),(1060,1162083600,6),(1060,1174784400,5),(1060,1193533200,6),(1060,1206838800,5),(1060,1224982800,6),(1060,1238288400,5),(1060,1256432400,6),(1060,1269738000,5),(1060,1288486800,6),(1060,1301187600,5),(1060,1319936400,6),(1060,1332637200,5),(1060,1351386000,6),(1060,1364691600,5),(1060,1382835600,6),(1060,1396141200,5),(1060,1414285200,6),(1060,1427590800,5),(1060,1445734800,6),(1060,1459040400,5),(1060,1477789200,6),(1060,1490490000,5),(1060,1509238800,6),(1060,1521939600,5),(1060,1540688400,6),(1060,1553994000,5),(1060,1572138000,6),(1060,1585443600,5),(1060,1603587600,6),(1060,1616893200,5),(1060,1635642000,6),(1060,1648342800,5),(1060,1667091600,6),(1060,1679792400,5),(1060,1698541200,6),(1060,1711846800,5),(1060,1729990800,6),(1060,1743296400,5),(1060,1761440400,6),(1060,1774746000,5),(1060,1792890000,6),(1060,1806195600,5),(1060,1824944400,6),(1060,1837645200,5),(1060,1856394000,6),(1060,1869094800,5),(1060,1887843600,6),(1060,1901149200,5),(1060,1919293200,6),(1060,1932598800,5),(1060,1950742800,6),(1060,1964048400,5),(1060,1982797200,6),(1060,1995498000,5),(1060,2014246800,6),(1060,2026947600,5),(1060,2045696400,6),(1060,2058397200,5),(1060,2077146000,6),(1060,2090451600,5),(1060,2108595600,6),(1060,2121901200,5),(1060,2140045200,6),(1061,-2147483648,2),(1061,-1691964000,1),(1061,-1680472800,2),(1061,-1664143200,1),(1061,-1650146400,2),(1061,-1633903200,1),(1061,-1617487200,2),(1061,-1601848800,1),(1061,-1586037600,2),(1061,-1570399200,1),(1061,-1552168800,2),(1061,-1538344800,1),(1061,-1522533600,2),(1061,-1507500000,1),(1061,-1490565600,2),(1061,-1473631200,1),(1061,-1460930400,2),(1061,-1442786400,1),(1061,-1428876000,2),(1061,-1410732000,1),(1061,-1396216800,2),(1061,-1379282400,1),(1061,-1364767200,2),(1061,-1348437600,1),(1061,-1333317600,2),(1061,-1315778400,1),(1061,-1301263200,2),(1061,-1284328800,1),(1061,-1269813600,2),(1061,-1253484000,1),(1061,-1238364000,2),(1061,-1221429600,1),(1061,-1206914400,2),(1061,-1189980000,1),(1061,-1175464800,2),(1061,-1159135200,1),(1061,-1143410400,2),(1061,-1126476000,1),(1061,-1111960800,2),(1061,-1095631200,1),(1061,-1080511200,2),(1061,-1063576800,1),(1061,-1049061600,2),(1061,-1032127200,1),(1061,-1017612000,2),(1061,-1001282400,1),(1061,-986162400,2),(1061,-969228000,1),(1061,-950479200,2),(1061,-942012000,1),(1061,-904518000,3),(1061,-896050800,1),(1061,-875487600,3),(1061,-864601200,1),(1061,-844038000,3),(1061,-832546800,1),(1061,-812588400,3),(1061,-798073200,1),(1061,-781052400,3),(1061,-772066800,1),(1061,-764805600,2),(1061,-748476000,1),(1061,-733356000,2),(1061,-719445600,1),(1061,-717030000,3),(1061,-706748400,1),(1061,-699487200,2),(1061,-687996000,1),(1061,-668037600,2),(1061,-654732000,1),(1061,-636588000,2),(1061,-622072800,1),(1061,-605743200,2),(1061,-590623200,1),(1061,-574293600,2),(1061,-558568800,1),(1061,-542239200,2),(1061,-527119200,1),(1061,-512604000,2),(1061,-496274400,1),(1061,-481154400,2),(1061,-464220000,1),(1061,-449704800,2),(1061,-432165600,1),(1061,-417650400,2),(1061,-401320800,1),(1061,-386200800,2),(1061,-369266400,1),(1061,-354751200,2),(1061,-337816800,1),(1061,-323301600,2),(1061,-306972000,1),(1061,-291852000,2),(1061,-276732000,1),(1061,-257983200,2),(1061,-245282400,1),(1061,-226533600,2),(1061,-213228000,1),(1061,-195084000,2),(1061,-182383200,1),(1061,-163634400,2),(1061,-150933600,1),(1061,-132184800,2),(1061,-119484000,1),(1061,-100735200,2),(1061,-88034400,1),(1061,-68680800,2),(1061,-59004000,1),(1061,-37242000,4),(1061,57722400,6),(1061,69818400,1),(1061,89172000,2),(1061,101268000,1),(1061,120621600,2),(1061,132717600,1),(1061,152071200,2),(1061,164167200,1),(1061,183520800,2),(1061,196221600,1),(1061,214970400,2),(1061,227671200,1),(1061,246420000,2),(1061,259120800,1),(1061,278474400,2),(1061,290570400,1),(1061,309924000,2),(1061,322020000,1),(1061,341373600,2),(1061,354675600,5),(1061,372819600,6),(1061,386125200,5),(1061,404269200,6),(1061,417574800,5),(1061,435718800,6),(1061,449024400,5),(1061,467773200,6),(1061,481078800,5),(1061,499222800,6),(1061,512528400,5),(1061,530672400,6),(1061,543978000,5),(1061,562122000,6),(1061,575427600,5),(1061,593571600,6),(1061,606877200,5),(1061,625626000,6),(1061,638326800,5),(1061,657075600,6),(1061,670381200,5),(1061,688525200,6),(1061,701830800,5),(1061,719974800,6),(1061,733280400,5),(1061,751424400,6),(1061,764730000,5),(1061,782874000,6),(1061,796179600,5),(1061,814323600,6),(1061,820454400,7),(1061,828234000,5),(1061,846378000,6),(1061,859683600,5),(1061,877827600,6),(1061,891133200,5),(1061,909277200,6),(1061,922582800,5),(1061,941331600,6),(1061,954032400,5),(1061,972781200,6),(1061,985482000,5),(1061,1004230800,6),(1061,1017536400,5),(1061,1035680400,6),(1061,1048986000,5),(1061,1067130000,6),(1061,1080435600,5),(1061,1099184400,6),(1061,1111885200,5),(1061,1130634000,6),(1061,1143334800,5),(1061,1162083600,6),(1061,1174784400,5),(1061,1193533200,6),(1061,1206838800,5),(1061,1224982800,6),(1061,1238288400,5),(1061,1256432400,6),(1061,1269738000,5),(1061,1288486800,6),(1061,1301187600,5),(1061,1319936400,6),(1061,1332637200,5),(1061,1351386000,6),(1061,1364691600,5),(1061,1382835600,6),(1061,1396141200,5),(1061,1414285200,6),(1061,1427590800,5),(1061,1445734800,6),(1061,1459040400,5),(1061,1477789200,6),(1061,1490490000,5),(1061,1509238800,6),(1061,1521939600,5),(1061,1540688400,6),(1061,1553994000,5),(1061,1572138000,6),(1061,1585443600,5),(1061,1603587600,6),(1061,1616893200,5),(1061,1635642000,6),(1061,1648342800,5),(1061,1667091600,6),(1061,1679792400,5),(1061,1698541200,6),(1061,1711846800,5),(1061,1729990800,6),(1061,1743296400,5),(1061,1761440400,6),(1061,1774746000,5),(1061,1792890000,6),(1061,1806195600,5),(1061,1824944400,6),(1061,1837645200,5),(1061,1856394000,6),(1061,1869094800,5),(1061,1887843600,6),(1061,1901149200,5),(1061,1919293200,6),(1061,1932598800,5),(1061,1950742800,6),(1061,1964048400,5),(1061,1982797200,6),(1061,1995498000,5),(1061,2014246800,6),(1061,2026947600,5),(1061,2045696400,6),(1061,2058397200,5),(1061,2077146000,6),(1061,2090451600,5),(1061,2108595600,6),(1061,2121901200,5),(1061,2140045200,6),(1062,-2147483648,0),(1062,-2069713476,2),(1062,-1692496800,1),(1062,-1680483600,2),(1062,-1662343200,1),(1062,-1650157200,2),(1062,-1632006000,3),(1062,-1618700400,4),(1062,-1612659600,6),(1062,-1604278800,5),(1062,-1585519200,6),(1062,-1574038800,5),(1062,-1552258800,6),(1062,-1539997200,5),(1062,-1520550000,6),(1062,-1507510800,5),(1062,-1490572800,6),(1062,-1473642000,5),(1062,-1459119600,6),(1062,-1444006800,5),(1062,-1427673600,6),(1062,-1411866000,5),(1062,-1396224000,6),(1062,-1379293200,5),(1062,-1364774400,6),(1062,-1348448400,5),(1062,-1333324800,6),(1062,-1316394000,5),(1062,-1301270400,6),(1062,-1284339600,5),(1062,-1269813600,7),(1062,-1253484000,8),(1062,-1238364000,7),(1062,-1221429600,8),(1062,-1206914400,7),(1062,-1191189600,8),(1062,-1175464800,7),(1062,-1160344800,8),(1062,-1143410400,7),(1062,-1127685600,8),(1062,-1111960800,7),(1062,-1096840800,8),(1062,-1080511200,7),(1062,-1063576800,8),(1062,-1049061600,7),(1062,-1033336800,8),(1062,-1017612000,7),(1062,-1002492000,8),(1062,-986162400,7),(1062,-969228000,8),(1062,-950479200,7),(1062,-942012000,8),(1062,-935186400,11),(1062,-857257200,9),(1062,-844556400,10),(1062,-828226800,9),(1062,-812502000,10),(1062,-797986800,2),(1062,-781052400,3),(1062,-766623600,4),(1062,-745455600,3),(1062,-733273200,4),(1062,220921200,2),(1062,228877200,12),(1062,243997200,13),(1062,260326800,12),(1062,276051600,13),(1062,291776400,12),(1062,307501200,13),(1062,323830800,12),(1062,338950800,13),(1062,354675600,12),(1062,370400400,13),(1062,386125200,12),(1062,401850000,13),(1062,417574800,12),(1062,433299600,13),(1062,449024400,12),(1062,465354000,13),(1062,481078800,12),(1062,496803600,13),(1062,512528400,12),(1062,528253200,13),(1062,543978000,12),(1062,559702800,13),(1062,575427600,12),(1062,591152400,13),(1062,606877200,12),(1062,622602000,13),(1062,638326800,12),(1062,654656400,13),(1062,670381200,12),(1062,686106000,13),(1062,701830800,12),(1062,717555600,13),(1062,733280400,12),(1062,749005200,13),(1062,764730000,12),(1062,780454800,13),(1062,796179600,12),(1062,811904400,13),(1062,828234000,12),(1062,846378000,13),(1062,859683600,12),(1062,877827600,13),(1062,891133200,12),(1062,909277200,13),(1062,922582800,12),(1062,941331600,13),(1062,954032400,12),(1062,972781200,13),(1062,985482000,12),(1062,1004230800,13),(1062,1017536400,12),(1062,1035680400,13),(1062,1048986000,12),(1062,1067130000,13),(1062,1080435600,12),(1062,1099184400,13),(1062,1111885200,12),(1062,1130634000,13),(1062,1143334800,12),(1062,1162083600,13),(1062,1174784400,12),(1062,1193533200,13),(1062,1206838800,12),(1062,1224982800,13),(1062,1238288400,12),(1062,1256432400,13),(1062,1269738000,12),(1062,1288486800,13),(1062,1301187600,12),(1062,1319936400,13),(1062,1332637200,12),(1062,1351386000,13),(1062,1364691600,12),(1062,1382835600,13),(1062,1396141200,12),(1062,1414285200,13),(1062,1427590800,12),(1062,1445734800,13),(1062,1459040400,12),(1062,1477789200,13),(1062,1490490000,12),(1062,1509238800,13),(1062,1521939600,12),(1062,1540688400,13),(1062,1553994000,12),(1062,1572138000,13),(1062,1585443600,12),(1062,1603587600,13),(1062,1616893200,12),(1062,1635642000,13),(1062,1648342800,12),(1062,1667091600,13),(1062,1679792400,12),(1062,1698541200,13),(1062,1711846800,12),(1062,1729990800,13),(1062,1743296400,12),(1062,1761440400,13),(1062,1774746000,12),(1062,1792890000,13),(1062,1806195600,12),(1062,1824944400,13),(1062,1837645200,12),(1062,1856394000,13),(1062,1869094800,12),(1062,1887843600,13),(1062,1901149200,12),(1062,1919293200,13),(1062,1932598800,12),(1062,1950742800,13),(1062,1964048400,12),(1062,1982797200,13),(1062,1995498000,12),(1062,2014246800,13),(1062,2026947600,12),(1062,2045696400,13),(1062,2058397200,12),(1062,2077146000,13),(1062,2090451600,12),(1062,2108595600,13),(1062,2121901200,12),(1062,2140045200,13),(1063,-2147483648,4),(1063,-1631926800,1),(1063,-1616889600,2),(1063,-1601168400,1),(1063,-1585353600,2),(1063,-1442451600,1),(1063,-1427673600,2),(1063,-1379293200,1),(1063,-1364774400,2),(1063,-1348448400,1),(1063,-1333324800,2),(1063,-1316390400,1),(1063,-1301270400,2),(1063,-1284339600,1),(1063,-1269820800,2),(1063,-1026954000,1),(1063,-1017619200,2),(1063,-1001898000,1),(1063,-999482400,3),(1063,-986090400,1),(1063,-954115200,2),(1063,-940208400,6),(1063,-873079200,5),(1063,-862621200,6),(1063,-842839200,5),(1063,-828320400,6),(1063,-811389600,5),(1063,-796870800,6),(1063,-779940000,5),(1063,-765421200,6),(1063,-748490400,5),(1063,-733971600,6),(1063,-652327200,5),(1063,-639018000,6),(1063,135122400,5),(1063,150246000,6),(1063,166572000,5),(1063,181695600,6),(1063,196812000,5),(1063,212540400,6),(1063,228866400,5),(1063,243990000,6),(1063,260326800,7),(1063,276051600,8),(1063,283993200,6),(1063,291776400,9),(1063,307501200,10),(1063,323830800,9),(1063,338950800,10),(1063,354675600,9),(1063,370400400,10),(1063,386125200,9),(1063,401850000,10),(1063,417574800,9),(1063,433299600,10),(1063,449024400,9),(1063,465354000,10),(1063,481078800,9),(1063,496803600,10),(1063,512528400,9),(1063,528253200,10),(1063,543978000,9),(1063,559702800,10),(1063,575427600,9),(1063,591152400,10),(1063,606877200,9),(1063,622602000,10),(1063,638326800,9),(1063,654656400,10),(1063,670381200,9),(1063,686106000,10),(1063,701830800,9),(1063,717555600,10),(1063,733280400,9),(1063,749005200,10),(1063,764730000,9),(1063,780454800,10),(1063,796179600,9),(1063,811904400,10),(1063,828234000,9),(1063,846378000,10),(1063,859683600,9),(1063,877827600,10),(1063,891133200,9),(1063,909277200,10),(1063,922582800,9),(1063,941331600,10),(1063,954032400,9),(1063,972781200,10),(1063,985482000,9),(1063,1004230800,10),(1063,1017536400,9),(1063,1035680400,10),(1063,1048986000,9),(1063,1067130000,10),(1063,1080435600,9),(1063,1099184400,10),(1063,1111885200,9),(1063,1130634000,10),(1063,1143334800,9),(1063,1162083600,10),(1063,1174784400,9),(1063,1193533200,10),(1063,1206838800,9),(1063,1224982800,10),(1063,1238288400,9),(1063,1256432400,10),(1063,1269738000,9),(1063,1288486800,10),(1063,1301187600,9),(1063,1319936400,10),(1063,1332637200,9),(1063,1351386000,10),(1063,1364691600,9),(1063,1382835600,10),(1063,1396141200,9),(1063,1414285200,10),(1063,1427590800,9),(1063,1445734800,10),(1063,1459040400,9),(1063,1477789200,10),(1063,1490490000,9),(1063,1509238800,10),(1063,1521939600,9),(1063,1540688400,10),(1063,1553994000,9),(1063,1572138000,10),(1063,1585443600,9),(1063,1603587600,10),(1063,1616893200,9),(1063,1635642000,10),(1063,1648342800,9),(1063,1667091600,10),(1063,1679792400,9),(1063,1698541200,10),(1063,1711846800,9),(1063,1729990800,10),(1063,1743296400,9),(1063,1761440400,10),(1063,1774746000,9),(1063,1792890000,10),(1063,1806195600,9),(1063,1824944400,10),(1063,1837645200,9),(1063,1856394000,10),(1063,1869094800,9),(1063,1887843600,10),(1063,1901149200,9),(1063,1919293200,10),(1063,1932598800,9),(1063,1950742800,10),(1063,1964048400,9),(1063,1982797200,10),(1063,1995498000,9),(1063,2014246800,10),(1063,2026947600,9),(1063,2045696400,10),(1063,2058397200,9),(1063,2077146000,10),(1063,2090451600,9),(1063,2108595600,10),(1063,2121901200,9),(1063,2140045200,10),(1064,-2147483648,3),(1064,-1690765200,1),(1064,-1680487200,2),(1064,-1664758800,1),(1064,-1648951200,2),(1064,-1635123600,1),(1064,-1616896800,2),(1064,-1604278800,1),(1064,-1585533600,2),(1064,-1571014800,1),(1064,-1555293600,2),(1064,-932432400,1),(1064,-857257200,3),(1064,-844556400,4),(1064,-828226800,3),(1064,-812588400,4),(1064,-798073200,3),(1064,-781052400,1),(1064,-766717200,2),(1064,-750898800,4),(1064,-733359600,3),(1064,-719456400,4),(1064,-701917200,3),(1064,-689209200,4),(1064,-670460400,3),(1064,-114051600,4),(1064,-103168800,2),(1064,-81997200,4),(1064,-71715600,3),(1064,-50547600,4),(1064,-40266000,3),(1064,-18493200,4),(1064,-8211600,3),(1064,12956400,4),(1064,23238000,3),(1064,43801200,4),(1064,54687600,3),(1064,75855600,4),(1064,86742000,3),(1064,102380400,4),(1064,118105200,3),(1064,135730800,4),(1064,148518000,3),(1064,167187600,1),(1064,180489600,2),(1064,198637200,1),(1064,211939200,2),(1064,230086800,1),(1064,243388800,2),(1064,261536400,1),(1064,274838400,2),(1064,292986000,1),(1064,306288000,2),(1064,323312400,1),(1064,338342400,2),(1064,354675600,5),(1064,370400400,6),(1064,386125200,5),(1064,401850000,6),(1064,417574800,5),(1064,433299600,6),(1064,449024400,5),(1064,465354000,6),(1064,481078800,5),(1064,496803600,6),(1064,512528400,5),(1064,528253200,6),(1064,543978000,5),(1064,559702800,6),(1064,575427600,5),(1064,591152400,6),(1064,606877200,5),(1064,622602000,6),(1064,638326800,5),(1064,654656400,6),(1064,670381200,5),(1064,686106000,6),(1064,701830800,5),(1064,717555600,6),(1064,733280400,5),(1064,749005200,6),(1064,764730000,5),(1064,780454800,6),(1064,796179600,5),(1064,811904400,6),(1064,828234000,5),(1064,846378000,6),(1064,859683600,5),(1064,877827600,6),(1064,891133200,5),(1064,909277200,6),(1064,922582800,5),(1064,941331600,6),(1064,954032400,5),(1064,972781200,6),(1064,985482000,5),(1064,1004230800,6),(1064,1017536400,5),(1064,1035680400,6),(1064,1048986000,5),(1064,1067130000,6),(1064,1080435600,5),(1064,1099184400,6),(1064,1111885200,5),(1064,1130634000,6),(1064,1143334800,5),(1064,1162083600,6),(1064,1174784400,5),(1064,1193533200,6),(1064,1206838800,5),(1064,1224982800,6),(1064,1238288400,5),(1064,1256432400,6),(1064,1269738000,5),(1064,1288486800,6),(1064,1301187600,5),(1064,1319936400,6),(1064,1332637200,5),(1064,1351386000,6),(1064,1364691600,5),(1064,1382835600,6),(1064,1396141200,5),(1064,1414285200,6),(1064,1427590800,5),(1064,1445734800,6),(1064,1459040400,5),(1064,1477789200,6),(1064,1490490000,5),(1064,1509238800,6),(1064,1521939600,5),(1064,1540688400,6),(1064,1553994000,5),(1064,1572138000,6),(1064,1585443600,5),(1064,1603587600,6),(1064,1616893200,5),(1064,1635642000,6),(1064,1648342800,5),(1064,1667091600,6),(1064,1679792400,5),(1064,1698541200,6),(1064,1711846800,5),(1064,1729990800,6),(1064,1743296400,5),(1064,1761440400,6),(1064,1774746000,5),(1064,1792890000,6),(1064,1806195600,5),(1064,1824944400,6),(1064,1837645200,5),(1064,1856394000,6),(1064,1869094800,5),(1064,1887843600,6),(1064,1901149200,5),(1064,1919293200,6),(1064,1932598800,5),(1064,1950742800,6),(1064,1964048400,5),(1064,1982797200,6),(1064,1995498000,5),(1064,2014246800,6),(1064,2026947600,5),(1064,2045696400,6),(1064,2058397200,5),(1064,2077146000,6),(1064,2090451600,5),(1064,2108595600,6),(1064,2121901200,5),(1064,2140045200,6),(1065,-2147483648,1),(1065,-1535938789,3),(1065,-875671200,2),(1065,-859773600,3),(1065,354672000,2),(1065,370396800,3),(1065,386121600,2),(1065,401846400,3),(1065,417574800,4),(1065,433299600,5),(1065,449024400,4),(1065,465354000,5),(1065,481078800,4),(1065,496803600,5),(1065,512528400,4),(1065,528253200,5),(1065,543978000,4),(1065,559702800,5),(1065,575427600,4),(1065,591152400,5),(1065,606877200,4),(1065,622602000,5),(1065,638326800,4),(1065,654656400,5),(1065,670381200,4),(1065,686106000,5),(1065,701830800,4),(1065,717555600,5),(1065,733280400,4),(1065,749005200,5),(1065,764730000,4),(1065,780454800,5),(1065,796179600,4),(1065,811904400,5),(1065,828234000,4),(1065,846378000,5),(1065,859683600,4),(1065,877827600,5),(1065,891133200,4),(1065,909277200,5),(1065,922582800,4),(1065,941331600,5),(1065,954032400,4),(1065,972781200,5),(1065,985482000,4),(1065,1004230800,5),(1065,1017536400,4),(1065,1035680400,5),(1065,1048986000,4),(1065,1067130000,5),(1065,1080435600,4),(1065,1099184400,5),(1065,1111885200,4),(1065,1130634000,5),(1065,1143334800,4),(1065,1162083600,5),(1065,1174784400,4),(1065,1193533200,5),(1065,1206838800,4),(1065,1224982800,5),(1065,1238288400,4),(1065,1256432400,5),(1065,1269738000,4),(1065,1288486800,5),(1065,1301187600,4),(1065,1319936400,5),(1065,1332637200,4),(1065,1351386000,5),(1065,1364691600,4),(1065,1382835600,5),(1065,1396141200,4),(1065,1414285200,5),(1065,1427590800,4),(1065,1445734800,5),(1065,1459040400,4),(1065,1477789200,5),(1065,1490490000,4),(1065,1509238800,5),(1065,1521939600,4),(1065,1540688400,5),(1065,1553994000,4),(1065,1572138000,5),(1065,1585443600,4),(1065,1603587600,5),(1065,1616893200,4),(1065,1635642000,5),(1065,1648342800,4),(1065,1667091600,5),(1065,1679792400,4),(1065,1698541200,5),(1065,1711846800,4),(1065,1729990800,5),(1065,1743296400,4),(1065,1761440400,5),(1065,1774746000,4),(1065,1792890000,5),(1065,1806195600,4),(1065,1824944400,5),(1065,1837645200,4),(1065,1856394000,5),(1065,1869094800,4),(1065,1887843600,5),(1065,1901149200,4),(1065,1919293200,5),(1065,1932598800,4),(1065,1950742800,5),(1065,1964048400,4),(1065,1982797200,5),(1065,1995498000,4),(1065,2014246800,5),(1065,2026947600,4),(1065,2045696400,5),(1065,2058397200,4),(1065,2077146000,5),(1065,2090451600,4),(1065,2108595600,5),(1065,2121901200,4),(1065,2140045200,5),(1066,-2147483648,1),(1066,-1441158600,2),(1066,-1247536800,3),(1066,-899780400,6),(1066,-857257200,4),(1066,-844556400,5),(1066,-828226800,4),(1066,-812502000,5),(1066,-804650400,3),(1066,354920400,7),(1066,370728000,3),(1066,386456400,7),(1066,402264000,3),(1066,417992400,7),(1066,433800000,3),(1066,449614800,7),(1066,465346800,8),(1066,481071600,9),(1066,496796400,8),(1066,512521200,9),(1066,528246000,8),(1066,543970800,9),(1066,559695600,8),(1066,575420400,9),(1066,591145200,8),(1066,606870000,9),(1066,622594800,8),(1066,631141200,3),(1066,670374000,10),(1066,686102400,11),(1066,701827200,10),(1066,717552000,11),(1066,733276800,10),(1066,749001600,11),(1066,764726400,10),(1066,780451200,11),(1066,796176000,10),(1066,811900800,11),(1066,828230400,10),(1066,846374400,11),(1066,859680000,10),(1066,877824000,11),(1066,891129600,10),(1066,909273600,11),(1066,922579200,10),(1066,941328000,11),(1066,954028800,10),(1066,972777600,11),(1066,985478400,10),(1066,1004227200,11),(1066,1017532800,10),(1066,1035676800,11),(1066,1048982400,10),(1066,1067126400,11),(1066,1080432000,10),(1066,1099180800,11),(1066,1111881600,10),(1066,1130630400,11),(1066,1143331200,10),(1066,1162080000,11),(1066,1174780800,10),(1066,1193529600,11),(1066,1206835200,10),(1066,1224979200,11),(1066,1238284800,10),(1066,1256428800,11),(1066,1269734400,10),(1066,1288483200,11),(1066,1301184000,12),(1066,2147483647,12),(1067,-2147483648,1),(1067,-1854403761,6),(1067,-1689814800,2),(1067,-1680397200,3),(1067,-1665363600,2),(1067,-1648342800,3),(1067,-1635123600,2),(1067,-1616893200,3),(1067,-1604278800,2),(1067,-1585443600,3),(1067,-1574038800,2),(1067,-1552266000,3),(1067,-1539997200,2),(1067,-1520557200,3),(1067,-1507510800,2),(1067,-1490576400,3),(1067,-1470618000,2),(1067,-1459126800,3),(1067,-1444006800,2),(1067,-1427677200,3),(1067,-1411952400,2),(1067,-1396227600,3),(1067,-1379293200,2),(1067,-1364778000,3),(1067,-1348448400,2),(1067,-1333328400,3),(1067,-1316394000,2),(1067,-1301274000,3),(1067,-1284339600,2),(1067,-1269824400,3),(1067,-1253494800,2),(1067,-1238374800,3),(1067,-1221440400,2),(1067,-1206925200,3),(1067,-1191200400,2),(1067,-1175475600,3),(1067,-1160355600,2),(1067,-1143421200,3),(1067,-1127696400,2),(1067,-1111971600,3),(1067,-1096851600,2),(1067,-1080522000,3),(1067,-1063587600,2),(1067,-1049072400,3),(1067,-1033347600,2),(1067,-1017622800,3),(1067,-1002502800,2),(1067,-986173200,3),(1067,-969238800,2),(1067,-950490000,3),(1067,-942012000,4),(1067,-904438800,5),(1067,-891136800,4),(1067,-877827600,5),(1067,-857257200,4),(1067,-844556400,5),(1067,-828226800,4),(1067,-812502000,5),(1067,-796266000,4),(1067,-781052400,5),(1067,-766623600,8),(1067,196819200,7),(1067,212540400,8),(1067,228877200,9),(1067,243997200,10),(1067,260326800,9),(1067,276051600,10),(1067,291776400,9),(1067,307501200,10),(1067,323830800,9),(1067,338950800,10),(1067,354675600,9),(1067,370400400,10),(1067,386125200,9),(1067,401850000,10),(1067,417574800,9),(1067,433299600,10),(1067,449024400,9),(1067,465354000,10),(1067,481078800,9),(1067,496803600,10),(1067,512528400,9),(1067,528253200,10),(1067,543978000,9),(1067,559702800,10),(1067,575427600,9),(1067,591152400,10),(1067,606877200,9),(1067,622602000,10),(1067,638326800,9),(1067,654656400,10),(1067,670381200,9),(1067,686106000,10),(1067,701830800,9),(1067,717555600,10),(1067,733280400,9),(1067,749005200,10),(1067,764730000,9),(1067,780454800,10),(1067,796179600,9),(1067,811904400,10),(1067,828234000,9),(1067,846378000,10),(1067,859683600,9),(1067,877827600,10),(1067,891133200,9),(1067,909277200,10),(1067,922582800,9),(1067,941331600,10),(1067,954032400,9),(1067,972781200,10),(1067,985482000,9),(1067,1004230800,10),(1067,1017536400,9),(1067,1035680400,10),(1067,1048986000,9),(1067,1067130000,10),(1067,1080435600,9),(1067,1099184400,10),(1067,1111885200,9),(1067,1130634000,10),(1067,1143334800,9),(1067,1162083600,10),(1067,1174784400,9),(1067,1193533200,10),(1067,1206838800,9),(1067,1224982800,10),(1067,1238288400,9),(1067,1256432400,10),(1067,1269738000,9),(1067,1288486800,10),(1067,1301187600,9),(1067,1319936400,10),(1067,1332637200,9),(1067,1351386000,10),(1067,1364691600,9),(1067,1382835600,10),(1067,1396141200,9),(1067,1414285200,10),(1067,1427590800,9),(1067,1445734800,10),(1067,1459040400,9),(1067,1477789200,10),(1067,1490490000,9),(1067,1509238800,10),(1067,1521939600,9),(1067,1540688400,10),(1067,1553994000,9),(1067,1572138000,10),(1067,1585443600,9),(1067,1603587600,10),(1067,1616893200,9),(1067,1635642000,10),(1067,1648342800,9),(1067,1667091600,10),(1067,1679792400,9),(1067,1698541200,10),(1067,1711846800,9),(1067,1729990800,10),(1067,1743296400,9),(1067,1761440400,10),(1067,1774746000,9),(1067,1792890000,10),(1067,1806195600,9),(1067,1824944400,10),(1067,1837645200,9),(1067,1856394000,10),(1067,1869094800,9),(1067,1887843600,10),(1067,1901149200,9),(1067,1919293200,10),(1067,1932598800,9),(1067,1950742800,10),(1067,1964048400,9),(1067,1982797200,10),(1067,1995498000,9),(1067,2014246800,10),(1067,2026947600,9),(1067,2045696400,10),(1067,2058397200,9),(1067,2077146000,10),(1067,2090451600,9),(1067,2108595600,10),(1067,2121901200,9),(1067,2140045200,10),(1068,-2147483648,1),(1068,-1688265017,3),(1068,-1656819079,2),(1068,-1641353479,3),(1068,-1627965079,4),(1068,-1618716679,2),(1068,-1596429079,4),(1068,-1593820800,5),(1068,-1589860800,6),(1068,-1542427200,7),(1068,-1539493200,8),(1068,-1525323600,7),(1068,-1522728000,6),(1068,-1491188400,9),(1068,-1247536800,6),(1068,354920400,7),(1068,370728000,6),(1068,386456400,7),(1068,402264000,6),(1068,417992400,7),(1068,433800000,6),(1068,449614800,7),(1068,465346800,10),(1068,481071600,11),(1068,496796400,10),(1068,512521200,11),(1068,528246000,10),(1068,543970800,11),(1068,559695600,10),(1068,575420400,11),(1068,591145200,10),(1068,606870000,11),(1068,622594800,10),(1068,638319600,11),(1068,654649200,10),(1068,670374000,12),(1068,686102400,13),(1068,695779200,10),(1068,701823600,11),(1068,717548400,10),(1068,733273200,11),(1068,748998000,10),(1068,764722800,11),(1068,780447600,10),(1068,796172400,11),(1068,811897200,10),(1068,828226800,11),(1068,846370800,10),(1068,859676400,11),(1068,877820400,10),(1068,891126000,11),(1068,909270000,10),(1068,922575600,11),(1068,941324400,10),(1068,954025200,11),(1068,972774000,10),(1068,985474800,11),(1068,1004223600,10),(1068,1017529200,11),(1068,1035673200,10),(1068,1048978800,11),(1068,1067122800,10),(1068,1080428400,11),(1068,1099177200,10),(1068,1111878000,11),(1068,1130626800,10),(1068,1143327600,11),(1068,1162076400,10),(1068,1174777200,11),(1068,1193526000,10),(1068,1206831600,11),(1068,1224975600,10),(1068,1238281200,11),(1068,1256425200,10),(1068,1269730800,11),(1068,1288479600,10),(1068,1301180400,14),(1068,1414274400,10),(1069,-2147483648,0),(1069,-1518920008,2),(1069,166572000,1),(1069,182293200,2),(1069,200959200,1),(1069,213829200,2),(1069,228866400,1),(1069,243982800,2),(1069,260316000,1),(1069,276123600,2),(1069,291765600,1),(1069,307486800,2),(1069,323820000,1),(1069,338936400,2),(1069,354664800,1),(1069,370386000,2),(1069,386114400,1),(1069,401835600,2),(1069,417564000,1),(1069,433285200,2),(1069,449013600,1),(1069,465339600,2),(1069,481068000,1),(1069,496789200,2),(1069,512517600,1),(1069,528238800,2),(1069,543967200,1),(1069,559688400,2),(1069,575416800,1),(1069,591138000,2),(1069,606866400,1),(1069,622587600,2),(1069,638316000,1),(1069,654642000,2),(1069,670370400,1),(1069,686091600,2),(1069,701820000,1),(1069,717541200,2),(1069,733269600,1),(1069,748990800,2),(1069,764719200,1),(1069,780440400,2),(1069,796168800,1),(1069,811890000,2),(1069,828223200,1),(1069,843944400,2),(1069,859672800,1),(1069,875394000,2),(1069,891122400,1),(1069,909277200,3),(1069,922582800,4),(1069,941331600,3),(1069,954032400,4),(1069,972781200,3),(1069,985482000,4),(1069,1004230800,3),(1069,1017536400,4),(1069,1035680400,3),(1069,1048986000,4),(1069,1067130000,3),(1069,1080435600,4),(1069,1099184400,3),(1069,1111885200,4),(1069,1130634000,3),(1069,1143334800,4),(1069,1162083600,3),(1069,1174784400,4),(1069,1193533200,3),(1069,1206838800,4),(1069,1224982800,3),(1069,1238288400,4),(1069,1256432400,3),(1069,1269738000,4),(1069,1288486800,3),(1069,1301187600,4),(1069,1319936400,3),(1069,1332637200,4),(1069,1351386000,3),(1069,1364691600,4),(1069,1382835600,3),(1069,1396141200,4),(1069,1414285200,3),(1069,1427590800,4),(1069,1445734800,3),(1069,1459040400,4),(1069,1477789200,3),(1069,1490490000,4),(1069,1509238800,3),(1069,1521939600,4),(1069,1540688400,3),(1069,1553994000,4),(1069,1572138000,3),(1069,1585443600,4),(1069,1603587600,3),(1069,1616893200,4),(1069,1635642000,3),(1069,1648342800,4),(1069,1667091600,3),(1069,1679792400,4),(1069,1698541200,3),(1069,1711846800,4),(1069,1729990800,3),(1069,1743296400,4),(1069,1761440400,3),(1069,1774746000,4),(1069,1792890000,3),(1069,1806195600,4),(1069,1824944400,3),(1069,1837645200,4),(1069,1856394000,3),(1069,1869094800,4),(1069,1887843600,3),(1069,1901149200,4),(1069,1919293200,3),(1069,1932598800,4),(1069,1950742800,3),(1069,1964048400,4),(1069,1982797200,3),(1069,1995498000,4),(1069,2014246800,3),(1069,2026947600,4),(1069,2045696400,3),(1069,2058397200,4),(1069,2077146000,3),(1069,2090451600,4),(1069,2108595600,3),(1069,2121901200,4),(1069,2140045200,3),(1070,-2147483648,2),(1070,-1691884800,1),(1070,-1680573600,2),(1070,-927511200,1),(1070,-857257200,3),(1070,-844556400,4),(1070,-828226800,3),(1070,-812502000,4),(1070,-796777200,3),(1070,-781052400,4),(1070,-765327600,3),(1070,-340844400,4),(1070,-324514800,3),(1070,-308790000,4),(1070,-293065200,3),(1070,-277340400,4),(1070,-261615600,3),(1070,-245890800,4),(1070,-230166000,3),(1070,-214441200,4),(1070,-198716400,3),(1070,-182991600,4),(1070,-166662000,3),(1070,-147913200,4),(1070,-135212400,3),(1070,315529200,2),(1070,323830800,5),(1070,338950800,6),(1070,354675600,5),(1070,370400400,6),(1070,386125200,5),(1070,401850000,6),(1070,417574800,5),(1070,433299600,6),(1070,449024400,5),(1070,465354000,6),(1070,481078800,5),(1070,496803600,6),(1070,512528400,5),(1070,528253200,6),(1070,543978000,5),(1070,559702800,6),(1070,575427600,5),(1070,591152400,6),(1070,606877200,5),(1070,622602000,6),(1070,638326800,5),(1070,654656400,6),(1070,670381200,5),(1070,686106000,6),(1070,701830800,5),(1070,717555600,6),(1070,733280400,5),(1070,749005200,6),(1070,764730000,5),(1070,780454800,6),(1070,796179600,5),(1070,811904400,6),(1070,828234000,5),(1070,846378000,6),(1070,859683600,5),(1070,877827600,6),(1070,891133200,5),(1070,909277200,6),(1070,922582800,5),(1070,941331600,6),(1070,954032400,5),(1070,972781200,6),(1070,985482000,5),(1070,1004230800,6),(1070,1017536400,5),(1070,1035680400,6),(1070,1048986000,5),(1070,1067130000,6),(1070,1080435600,5),(1070,1099184400,6),(1070,1111885200,5),(1070,1130634000,6),(1070,1143334800,5),(1070,1162083600,6),(1070,1174784400,5),(1070,1193533200,6),(1070,1206838800,5),(1070,1224982800,6),(1070,1238288400,5),(1070,1256432400,6),(1070,1269738000,5),(1070,1288486800,6),(1070,1301187600,5),(1070,1319936400,6),(1070,1332637200,5),(1070,1351386000,6),(1070,1364691600,5),(1070,1382835600,6),(1070,1396141200,5),(1070,1414285200,6),(1070,1427590800,5),(1070,1445734800,6),(1070,1459040400,5),(1070,1477789200,6),(1070,1490490000,5),(1070,1509238800,6),(1070,1521939600,5),(1070,1540688400,6),(1070,1553994000,5),(1070,1572138000,6),(1070,1585443600,5),(1070,1603587600,6),(1070,1616893200,5),(1070,1635642000,6),(1070,1648342800,5),(1070,1667091600,6),(1070,1679792400,5),(1070,1698541200,6),(1070,1711846800,5),(1070,1729990800,6),(1070,1743296400,5),(1070,1761440400,6),(1070,1774746000,5),(1070,1792890000,6),(1070,1806195600,5),(1070,1824944400,6),(1070,1837645200,5),(1070,1856394000,6),(1070,1869094800,5),(1070,1887843600,6),(1070,1901149200,5),(1070,1919293200,6),(1070,1932598800,5),(1070,1950742800,6),(1070,1964048400,5),(1070,1982797200,6),(1070,1995498000,5),(1070,2014246800,6),(1070,2026947600,5),(1070,2045696400,6),(1070,2058397200,5),(1070,2077146000,6),(1070,2090451600,5),(1070,2108595600,6),(1070,2121901200,5),(1070,2140045200,6),(1071,-2147483648,1),(1071,-1855958961,5),(1071,-1689814800,2),(1071,-1680397200,3),(1071,-1665363600,2),(1071,-1648342800,3),(1071,-1635123600,2),(1071,-1616893200,3),(1071,-1604278800,2),(1071,-1585443600,3),(1071,-1574038800,2),(1071,-1552266000,3),(1071,-1539997200,2),(1071,-1520557200,3),(1071,-1507510800,2),(1071,-1490576400,3),(1071,-1470618000,2),(1071,-1459126800,3),(1071,-1444006800,2),(1071,-1427677200,3),(1071,-1411952400,2),(1071,-1396227600,3),(1071,-1379293200,2),(1071,-1364778000,3),(1071,-1348448400,2),(1071,-1333328400,3),(1071,-1316394000,2),(1071,-1301274000,3),(1071,-1284339600,2),(1071,-1269824400,3),(1071,-1253494800,2),(1071,-1238374800,3),(1071,-1221440400,2),(1071,-1206925200,3),(1071,-1191200400,2),(1071,-1175475600,3),(1071,-1160355600,2),(1071,-1143421200,3),(1071,-1127696400,2),(1071,-1111971600,3),(1071,-1096851600,2),(1071,-1080522000,3),(1071,-1063587600,2),(1071,-1049072400,3),(1071,-1033347600,2),(1071,-1017622800,3),(1071,-1002502800,2),(1071,-986173200,3),(1071,-969238800,2),(1071,-950490000,3),(1071,-942012000,4),(1071,-932436000,8),(1071,-857257200,6),(1071,-844556400,7),(1071,-828226800,6),(1071,-812502000,7),(1071,-800071200,9),(1071,-796266000,4),(1071,-781052400,9),(1071,-766623600,10),(1071,196819200,8),(1071,212540400,10),(1071,228877200,11),(1071,243997200,12),(1071,260326800,11),(1071,276051600,12),(1071,291776400,11),(1071,307501200,12),(1071,323830800,11),(1071,338950800,12),(1071,354675600,11),(1071,370400400,12),(1071,386125200,11),(1071,401850000,12),(1071,417574800,11),(1071,433299600,12),(1071,449024400,11),(1071,465354000,12),(1071,481078800,11),(1071,496803600,12),(1071,512528400,11),(1071,528253200,12),(1071,543978000,11),(1071,559702800,12),(1071,575427600,11),(1071,591152400,12),(1071,606877200,11),(1071,622602000,12),(1071,638326800,11),(1071,654656400,12),(1071,670381200,11),(1071,686106000,12),(1071,701830800,11),(1071,717555600,12),(1071,733280400,11),(1071,749005200,12),(1071,764730000,11),(1071,780454800,12),(1071,796179600,11),(1071,811904400,12),(1071,828234000,11),(1071,846378000,12),(1071,859683600,11),(1071,877827600,12),(1071,891133200,11),(1071,909277200,12),(1071,922582800,11),(1071,941331600,12),(1071,954032400,11),(1071,972781200,12),(1071,985482000,11),(1071,1004230800,12),(1071,1017536400,11),(1071,1035680400,12),(1071,1048986000,11),(1071,1067130000,12),(1071,1080435600,11),(1071,1099184400,12),(1071,1111885200,11),(1071,1130634000,12),(1071,1143334800,11),(1071,1162083600,12),(1071,1174784400,11),(1071,1193533200,12),(1071,1206838800,11),(1071,1224982800,12),(1071,1238288400,11),(1071,1256432400,12),(1071,1269738000,11),(1071,1288486800,12),(1071,1301187600,11),(1071,1319936400,12),(1071,1332637200,11),(1071,1351386000,12),(1071,1364691600,11),(1071,1382835600,12),(1071,1396141200,11),(1071,1414285200,12),(1071,1427590800,11),(1071,1445734800,12),(1071,1459040400,11),(1071,1477789200,12),(1071,1490490000,11),(1071,1509238800,12),(1071,1521939600,11),(1071,1540688400,12),(1071,1553994000,11),(1071,1572138000,12),(1071,1585443600,11),(1071,1603587600,12),(1071,1616893200,11),(1071,1635642000,12),(1071,1648342800,11),(1071,1667091600,12),(1071,1679792400,11),(1071,1698541200,12),(1071,1711846800,11),(1071,1729990800,12),(1071,1743296400,11),(1071,1761440400,12),(1071,1774746000,11),(1071,1792890000,12),(1071,1806195600,11),(1071,1824944400,12),(1071,1837645200,11),(1071,1856394000,12),(1071,1869094800,11),(1071,1887843600,12),(1071,1901149200,11),(1071,1919293200,12),(1071,1932598800,11),(1071,1950742800,12),(1071,1964048400,11),(1071,1982797200,12),(1071,1995498000,11),(1071,2014246800,12),(1071,2026947600,11),(1071,2045696400,12),(1071,2058397200,11),(1071,2077146000,12),(1071,2090451600,11),(1071,2108595600,12),(1071,2121901200,11),(1071,2140045200,12),(1072,-2147483648,1),(1072,-905824800,4),(1072,-857257200,2),(1072,-844556400,3),(1072,-828226800,2),(1072,-812502000,3),(1072,-796777200,2),(1072,-788922000,1),(1072,-777942000,3),(1072,-766623600,2),(1072,407199600,1),(1072,417574800,5),(1072,433299600,6),(1072,449024400,5),(1072,465354000,6),(1072,481078800,5),(1072,496803600,6),(1072,512528400,5),(1072,528253200,6),(1072,543978000,5),(1072,559702800,6),(1072,575427600,5),(1072,591152400,6),(1072,606877200,5),(1072,622602000,6),(1072,638326800,5),(1072,654656400,6),(1072,670381200,5),(1072,686106000,6),(1072,701830800,5),(1072,717555600,6),(1072,733280400,5),(1072,749005200,6),(1072,764730000,5),(1072,780454800,6),(1072,796179600,5),(1072,811904400,6),(1072,828234000,5),(1072,846378000,6),(1072,859683600,5),(1072,877827600,6),(1072,891133200,5),(1072,909277200,6),(1072,922582800,5),(1072,941331600,6),(1072,954032400,5),(1072,972781200,6),(1072,985482000,5),(1072,1004230800,6),(1072,1017536400,5),(1072,1035680400,6),(1072,1048986000,5),(1072,1067130000,6),(1072,1080435600,5),(1072,1099184400,6),(1072,1111885200,5),(1072,1130634000,6),(1072,1143334800,5),(1072,1162083600,6),(1072,1174784400,5),(1072,1193533200,6),(1072,1206838800,5),(1072,1224982800,6),(1072,1238288400,5),(1072,1256432400,6),(1072,1269738000,5),(1072,1288486800,6),(1072,1301187600,5),(1072,1319936400,6),(1072,1332637200,5),(1072,1351386000,6),(1072,1364691600,5),(1072,1382835600,6),(1072,1396141200,5),(1072,1414285200,6),(1072,1427590800,5),(1072,1445734800,6),(1072,1459040400,5),(1072,1477789200,6),(1072,1490490000,5),(1072,1509238800,6),(1072,1521939600,5),(1072,1540688400,6),(1072,1553994000,5),(1072,1572138000,6),(1072,1585443600,5),(1072,1603587600,6),(1072,1616893200,5),(1072,1635642000,6),(1072,1648342800,5),(1072,1667091600,6),(1072,1679792400,5),(1072,1698541200,6),(1072,1711846800,5),(1072,1729990800,6),(1072,1743296400,5),(1072,1761440400,6),(1072,1774746000,5),(1072,1792890000,6),(1072,1806195600,5),(1072,1824944400,6),(1072,1837645200,5),(1072,1856394000,6),(1072,1869094800,5),(1072,1887843600,6),(1072,1901149200,5),(1072,1919293200,6),(1072,1932598800,5),(1072,1950742800,6),(1072,1964048400,5),(1072,1982797200,6),(1072,1995498000,5),(1072,2014246800,6),(1072,2026947600,5),(1072,2045696400,6),(1072,2058397200,5),(1072,2077146000,6),(1072,2090451600,5),(1072,2108595600,6),(1072,2121901200,5),(1072,2140045200,6),(1073,-2147483648,2),(1073,-1693706400,1),(1073,-1680483600,2),(1073,-1663455600,3),(1073,-1650150000,4),(1073,-1632006000,3),(1073,-1618700400,4),(1073,-938905200,3),(1073,-857257200,4),(1073,-844556400,3),(1073,-828226800,4),(1073,-812502000,3),(1073,-796777200,4),(1073,-781052400,3),(1073,-777866400,1),(1073,-765327600,4),(1073,-746578800,3),(1073,-733359600,4),(1073,-728517600,5),(1073,-721260000,2),(1073,-716425200,3),(1073,-701910000,4),(1073,-684975600,3),(1073,-670460400,4),(1073,-654217200,3),(1073,-639010800,4),(1073,283993200,2),(1073,291776400,6),(1073,307501200,7),(1073,323830800,6),(1073,338950800,7),(1073,354675600,6),(1073,370400400,7),(1073,386125200,6),(1073,401850000,7),(1073,417574800,6),(1073,433299600,7),(1073,449024400,6),(1073,465354000,7),(1073,481078800,6),(1073,496803600,7),(1073,512528400,6),(1073,528253200,7),(1073,543978000,6),(1073,559702800,7),(1073,575427600,6),(1073,591152400,7),(1073,606877200,6),(1073,622602000,7),(1073,638326800,6),(1073,654656400,7),(1073,670381200,6),(1073,686106000,7),(1073,701830800,6),(1073,717555600,7),(1073,733280400,6),(1073,749005200,7),(1073,764730000,6),(1073,780454800,7),(1073,796179600,6),(1073,811904400,7),(1073,828234000,6),(1073,846378000,7),(1073,859683600,6),(1073,877827600,7),(1073,891133200,6),(1073,909277200,7),(1073,922582800,6),(1073,941331600,7),(1073,954032400,6),(1073,972781200,7),(1073,985482000,6),(1073,1004230800,7),(1073,1017536400,6),(1073,1035680400,7),(1073,1048986000,6),(1073,1067130000,7),(1073,1080435600,6),(1073,1099184400,7),(1073,1111885200,6),(1073,1130634000,7),(1073,1143334800,6),(1073,1162083600,7),(1073,1174784400,6),(1073,1193533200,7),(1073,1206838800,6),(1073,1224982800,7),(1073,1238288400,6),(1073,1256432400,7),(1073,1269738000,6),(1073,1288486800,7),(1073,1301187600,6),(1073,1319936400,7),(1073,1332637200,6),(1073,1351386000,7),(1073,1364691600,6),(1073,1382835600,7),(1073,1396141200,6),(1073,1414285200,7),(1073,1427590800,6),(1073,1445734800,7),(1073,1459040400,6),(1073,1477789200,7),(1073,1490490000,6),(1073,1509238800,7),(1073,1521939600,6),(1073,1540688400,7),(1073,1553994000,6),(1073,1572138000,7),(1073,1585443600,6),(1073,1603587600,7),(1073,1616893200,6),(1073,1635642000,7),(1073,1648342800,6),(1073,1667091600,7),(1073,1679792400,6),(1073,1698541200,7),(1073,1711846800,6),(1073,1729990800,7),(1073,1743296400,6),(1073,1761440400,7),(1073,1774746000,6),(1073,1792890000,7),(1073,1806195600,6),(1073,1824944400,7),(1073,1837645200,6),(1073,1856394000,7),(1073,1869094800,6),(1073,1887843600,7),(1073,1901149200,6),(1073,1919293200,7),(1073,1932598800,6),(1073,1950742800,7),(1073,1964048400,6),(1073,1982797200,7),(1073,1995498000,6),(1073,2014246800,7),(1073,2026947600,6),(1073,2045696400,7),(1073,2058397200,6),(1073,2077146000,7),(1073,2090451600,6),(1073,2108595600,7),(1073,2121901200,6),(1073,2140045200,7),(1074,-2147483648,1),(1074,-1632008194,2),(1074,-1618702594,1),(1074,-1601681794,2),(1074,-1597275394,1),(1074,-1377308194,3),(1074,-928029600,4),(1074,-899521200,7),(1074,-857257200,5),(1074,-844556400,6),(1074,-828226800,5),(1074,-812502000,6),(1074,-796777200,5),(1074,-795834000,4),(1074,354920400,8),(1074,370728000,4),(1074,386456400,8),(1074,402264000,4),(1074,417992400,8),(1074,433800000,4),(1074,449614800,8),(1074,465346800,9),(1074,481071600,10),(1074,496796400,9),(1074,512521200,10),(1074,528246000,9),(1074,543970800,10),(1074,559695600,9),(1074,575420400,10),(1074,591145200,9),(1074,606870000,11),(1074,622598400,12),(1074,638323200,11),(1074,654652800,12),(1074,670377600,11),(1074,686102400,12),(1074,701827200,11),(1074,717552000,12),(1074,733276800,11),(1074,749001600,12),(1074,764726400,11),(1074,780451200,12),(1074,796176000,11),(1074,811900800,12),(1074,828230400,11),(1074,843955200,12),(1074,853797600,3),(1074,859683600,13),(1074,877827600,14),(1074,891133200,13),(1074,909277200,14),(1074,922582800,13),(1074,941331600,14),(1074,951775200,3),(1074,985482000,13),(1074,1004230800,14),(1074,1017536400,13),(1074,1035680400,14),(1074,1048986000,13),(1074,1067130000,14),(1074,1080435600,13),(1074,1099184400,14),(1074,1111885200,13),(1074,1130634000,14),(1074,1143334800,13),(1074,1162083600,14),(1074,1174784400,13),(1074,1193533200,14),(1074,1206838800,13),(1074,1224982800,14),(1074,1238288400,13),(1074,1256432400,14),(1074,1269738000,13),(1074,1288486800,14),(1074,1301187600,13),(1074,1319936400,14),(1074,1332637200,13),(1074,1351386000,14),(1074,1364691600,13),(1074,1382835600,14),(1074,1396141200,13),(1074,1414285200,14),(1074,1427590800,13),(1074,1445734800,14),(1074,1459040400,13),(1074,1477789200,14),(1074,1490490000,13),(1074,1509238800,14),(1074,1521939600,13),(1074,1540688400,14),(1074,1553994000,13),(1074,1572138000,14),(1074,1585443600,13),(1074,1603587600,14),(1074,1616893200,13),(1074,1635642000,14),(1074,1648342800,13),(1074,1667091600,14),(1074,1679792400,13),(1074,1698541200,14),(1074,1711846800,13),(1074,1729990800,14),(1074,1743296400,13),(1074,1761440400,14),(1074,1774746000,13),(1074,1792890000,14),(1074,1806195600,13),(1074,1824944400,14),(1074,1837645200,13),(1074,1856394000,14),(1074,1869094800,13),(1074,1887843600,14),(1074,1901149200,13),(1074,1919293200,14),(1074,1932598800,13),(1074,1950742800,14),(1074,1964048400,13),(1074,1982797200,14),(1074,1995498000,13),(1074,2014246800,14),(1074,2026947600,13),(1074,2045696400,14),(1074,2058397200,13),(1074,2077146000,14),(1074,2090451600,13),(1074,2108595600,14),(1074,2121901200,13),(1074,2140045200,14),(1075,-2147483648,2),(1075,-1690765200,1),(1075,-1680487200,2),(1075,-1664758800,1),(1075,-1648951200,2),(1075,-1635123600,1),(1075,-1616896800,2),(1075,-1604278800,1),(1075,-1585533600,2),(1075,-1571014800,1),(1075,-1555293600,2),(1075,-932432400,1),(1075,-857257200,3),(1075,-844556400,4),(1075,-830311200,1),(1075,-828226800,3),(1075,-812502000,4),(1075,-807156000,1),(1075,-798073200,3),(1075,-781052400,1),(1075,-766717200,2),(1075,-750898800,4),(1075,-733359600,3),(1075,-719456400,4),(1075,-701917200,3),(1075,-689209200,4),(1075,-670460400,3),(1075,-114051600,4),(1075,-103168800,2),(1075,-81997200,4),(1075,-71715600,3),(1075,-50547600,4),(1075,-40266000,3),(1075,-18493200,4),(1075,-8211600,3),(1075,12956400,4),(1075,23238000,3),(1075,43801200,4),(1075,54687600,3),(1075,75855600,4),(1075,86742000,3),(1075,107910000,4),(1075,118191600,3),(1075,138754800,4),(1075,149641200,3),(1075,170809200,4),(1075,181090800,3),(1075,202258800,4),(1075,212540400,3),(1075,233103600,4),(1075,243990000,3),(1075,265158000,4),(1075,276044400,3),(1075,296607600,4),(1075,307494000,3),(1075,315529200,2),(1075,323830800,5),(1075,338950800,6),(1075,354675600,5),(1075,370400400,6),(1075,386125200,5),(1075,401850000,6),(1075,417574800,5),(1075,433299600,6),(1075,449024400,5),(1075,465354000,6),(1075,481078800,5),(1075,496803600,6),(1075,512528400,5),(1075,528253200,6),(1075,543978000,5),(1075,559702800,6),(1075,575427600,5),(1075,591152400,6),(1075,606877200,5),(1075,622602000,6),(1075,638326800,5),(1075,654656400,6),(1075,670381200,5),(1075,686106000,6),(1075,701830800,5),(1075,717555600,6),(1075,733280400,5),(1075,749005200,6),(1075,764730000,5),(1075,780454800,6),(1075,796179600,5),(1075,811904400,6),(1075,828234000,5),(1075,846378000,6),(1075,859683600,5),(1075,877827600,6),(1075,891133200,5),(1075,909277200,6),(1075,922582800,5),(1075,941331600,6),(1075,954032400,5),(1075,972781200,6),(1075,985482000,5),(1075,1004230800,6),(1075,1017536400,5),(1075,1035680400,6),(1075,1048986000,5),(1075,1067130000,6),(1075,1080435600,5),(1075,1099184400,6),(1075,1111885200,5),(1075,1130634000,6),(1075,1143334800,5),(1075,1162083600,6),(1075,1174784400,5),(1075,1193533200,6),(1075,1206838800,5),(1075,1224982800,6),(1075,1238288400,5),(1075,1256432400,6),(1075,1269738000,5),(1075,1288486800,6),(1075,1301187600,5),(1075,1319936400,6),(1075,1332637200,5),(1075,1351386000,6),(1075,1364691600,5),(1075,1382835600,6),(1075,1396141200,5),(1075,1414285200,6),(1075,1427590800,5),(1075,1445734800,6),(1075,1459040400,5),(1075,1477789200,6),(1075,1490490000,5),(1075,1509238800,6),(1075,1521939600,5),(1075,1540688400,6),(1075,1553994000,5),(1075,1572138000,6),(1075,1585443600,5),(1075,1603587600,6),(1075,1616893200,5),(1075,1635642000,6),(1075,1648342800,5),(1075,1667091600,6),(1075,1679792400,5),(1075,1698541200,6),(1075,1711846800,5),(1075,1729990800,6),(1075,1743296400,5),(1075,1761440400,6),(1075,1774746000,5),(1075,1792890000,6),(1075,1806195600,5),(1075,1824944400,6),(1075,1837645200,5),(1075,1856394000,6),(1075,1869094800,5),(1075,1887843600,6),(1075,1901149200,5),(1075,1919293200,6),(1075,1932598800,5),(1075,1950742800,6),(1075,1964048400,5),(1075,1982797200,6),(1075,1995498000,5),(1075,2014246800,6),(1075,2026947600,5),(1075,2045696400,6),(1075,2058397200,5),(1075,2077146000,6),(1075,2090451600,5),(1075,2108595600,6),(1075,2121901200,5),(1075,2140045200,6),(1076,-2147483648,0),(1076,-1593820800,1),(1076,-1247540400,2),(1076,354916800,3),(1076,370724400,2),(1076,386452800,3),(1076,402260400,2),(1076,417988800,3),(1076,433796400,2),(1076,449611200,3),(1076,465343200,4),(1076,481068000,5),(1076,496792800,4),(1076,512517600,5),(1076,528242400,4),(1076,543967200,5),(1076,559692000,4),(1076,575416800,5),(1076,591141600,4),(1076,606866400,6),(1076,622594800,7),(1076,638319600,6),(1076,654649200,7),(1076,670374000,8),(1076,686102400,7),(1076,687916800,2),(1076,701820000,5),(1076,717544800,4),(1076,733269600,5),(1076,748994400,4),(1076,764719200,5),(1076,780444000,4),(1076,796168800,5),(1076,811893600,4),(1076,828223200,5),(1076,846367200,4),(1076,859672800,5),(1076,877816800,4),(1076,891122400,5),(1076,909266400,4),(1076,922572000,5),(1076,941320800,4),(1076,954021600,5),(1076,972770400,4),(1076,985471200,5),(1076,1004220000,4),(1076,1017525600,5),(1076,1035669600,4),(1076,1048975200,5),(1076,1067119200,4),(1076,1080424800,5),(1076,1099173600,4),(1076,1111874400,5),(1076,1130623200,4),(1076,1143324000,5),(1076,1162072800,4),(1076,1174773600,5),(1076,1193522400,4),(1076,1206828000,5),(1076,1224972000,4),(1076,1238277600,5),(1076,1256421600,4),(1076,1269727200,6),(1076,1288479600,7),(1076,1301180400,4),(1076,2147483647,4),(1077,-2147483648,2),(1077,-1690765200,1),(1077,-1680487200,2),(1077,-1664758800,1),(1077,-1648951200,2),(1077,-1635123600,1),(1077,-1616896800,2),(1077,-1604278800,1),(1077,-1585533600,2),(1077,-1571014800,1),(1077,-1555293600,2),(1077,-932432400,1),(1077,-857257200,3),(1077,-844556400,4),(1077,-830311200,1),(1077,-828226800,3),(1077,-812502000,4),(1077,-807156000,1),(1077,-798073200,3),(1077,-781052400,1),(1077,-766717200,2),(1077,-750898800,4),(1077,-733359600,3),(1077,-719456400,4),(1077,-701917200,3),(1077,-689209200,4),(1077,-670460400,3),(1077,-114051600,4),(1077,-103168800,2),(1077,-81997200,4),(1077,-71715600,3),(1077,-50547600,4),(1077,-40266000,3),(1077,-18493200,4),(1077,-8211600,3),(1077,12956400,4),(1077,23238000,3),(1077,43801200,4),(1077,54687600,3),(1077,75855600,4),(1077,86742000,3),(1077,107910000,4),(1077,118191600,3),(1077,138754800,4),(1077,149641200,3),(1077,170809200,4),(1077,181090800,3),(1077,202258800,4),(1077,212540400,3),(1077,233103600,4),(1077,243990000,3),(1077,265158000,4),(1077,276044400,3),(1077,296607600,4),(1077,307494000,3),(1077,315529200,2),(1077,323830800,5),(1077,338950800,6),(1077,354675600,5),(1077,370400400,6),(1077,386125200,5),(1077,401850000,6),(1077,417574800,5),(1077,433299600,6),(1077,449024400,5),(1077,465354000,6),(1077,481078800,5),(1077,496803600,6),(1077,512528400,5),(1077,528253200,6),(1077,543978000,5),(1077,559702800,6),(1077,575427600,5),(1077,591152400,6),(1077,606877200,5),(1077,622602000,6),(1077,638326800,5),(1077,654656400,6),(1077,670381200,5),(1077,686106000,6),(1077,701830800,5),(1077,717555600,6),(1077,733280400,5),(1077,749005200,6),(1077,764730000,5),(1077,780454800,6),(1077,796179600,5),(1077,811904400,6),(1077,828234000,5),(1077,846378000,6),(1077,859683600,5),(1077,877827600,6),(1077,891133200,5),(1077,909277200,6),(1077,922582800,5),(1077,941331600,6),(1077,954032400,5),(1077,972781200,6),(1077,985482000,5),(1077,1004230800,6),(1077,1017536400,5),(1077,1035680400,6),(1077,1048986000,5),(1077,1067130000,6),(1077,1080435600,5),(1077,1099184400,6),(1077,1111885200,5),(1077,1130634000,6),(1077,1143334800,5),(1077,1162083600,6),(1077,1174784400,5),(1077,1193533200,6),(1077,1206838800,5),(1077,1224982800,6),(1077,1238288400,5),(1077,1256432400,6),(1077,1269738000,5),(1077,1288486800,6),(1077,1301187600,5),(1077,1319936400,6),(1077,1332637200,5),(1077,1351386000,6),(1077,1364691600,5),(1077,1382835600,6),(1077,1396141200,5),(1077,1414285200,6),(1077,1427590800,5),(1077,1445734800,6),(1077,1459040400,5),(1077,1477789200,6),(1077,1490490000,5),(1077,1509238800,6),(1077,1521939600,5),(1077,1540688400,6),(1077,1553994000,5),(1077,1572138000,6),(1077,1585443600,5),(1077,1603587600,6),(1077,1616893200,5),(1077,1635642000,6),(1077,1648342800,5),(1077,1667091600,6),(1077,1679792400,5),(1077,1698541200,6),(1077,1711846800,5),(1077,1729990800,6),(1077,1743296400,5),(1077,1761440400,6),(1077,1774746000,5),(1077,1792890000,6),(1077,1806195600,5),(1077,1824944400,6),(1077,1837645200,5),(1077,1856394000,6),(1077,1869094800,5),(1077,1887843600,6),(1077,1901149200,5),(1077,1919293200,6),(1077,1932598800,5),(1077,1950742800,6),(1077,1964048400,5),(1077,1982797200,6),(1077,1995498000,5),(1077,2014246800,6),(1077,2026947600,5),(1077,2045696400,6),(1077,2058397200,5),(1077,2077146000,6),(1077,2090451600,5),(1077,2108595600,6),(1077,2121901200,5),(1077,2140045200,6),(1078,-2147483648,1),(1078,-905824800,4),(1078,-857257200,2),(1078,-844556400,3),(1078,-828226800,2),(1078,-812502000,3),(1078,-796777200,2),(1078,-788922000,1),(1078,-777942000,3),(1078,-766623600,2),(1078,407199600,1),(1078,417574800,5),(1078,433299600,6),(1078,449024400,5),(1078,465354000,6),(1078,481078800,5),(1078,496803600,6),(1078,512528400,5),(1078,528253200,6),(1078,543978000,5),(1078,559702800,6),(1078,575427600,5),(1078,591152400,6),(1078,606877200,5),(1078,622602000,6),(1078,638326800,5),(1078,654656400,6),(1078,670381200,5),(1078,686106000,6),(1078,701830800,5),(1078,717555600,6),(1078,733280400,5),(1078,749005200,6),(1078,764730000,5),(1078,780454800,6),(1078,796179600,5),(1078,811904400,6),(1078,828234000,5),(1078,846378000,6),(1078,859683600,5),(1078,877827600,6),(1078,891133200,5),(1078,909277200,6),(1078,922582800,5),(1078,941331600,6),(1078,954032400,5),(1078,972781200,6),(1078,985482000,5),(1078,1004230800,6),(1078,1017536400,5),(1078,1035680400,6),(1078,1048986000,5),(1078,1067130000,6),(1078,1080435600,5),(1078,1099184400,6),(1078,1111885200,5),(1078,1130634000,6),(1078,1143334800,5),(1078,1162083600,6),(1078,1174784400,5),(1078,1193533200,6),(1078,1206838800,5),(1078,1224982800,6),(1078,1238288400,5),(1078,1256432400,6),(1078,1269738000,5),(1078,1288486800,6),(1078,1301187600,5),(1078,1319936400,6),(1078,1332637200,5),(1078,1351386000,6),(1078,1364691600,5),(1078,1382835600,6),(1078,1396141200,5),(1078,1414285200,6),(1078,1427590800,5),(1078,1445734800,6),(1078,1459040400,5),(1078,1477789200,6),(1078,1490490000,5),(1078,1509238800,6),(1078,1521939600,5),(1078,1540688400,6),(1078,1553994000,5),(1078,1572138000,6),(1078,1585443600,5),(1078,1603587600,6),(1078,1616893200,5),(1078,1635642000,6),(1078,1648342800,5),(1078,1667091600,6),(1078,1679792400,5),(1078,1698541200,6),(1078,1711846800,5),(1078,1729990800,6),(1078,1743296400,5),(1078,1761440400,6),(1078,1774746000,5),(1078,1792890000,6),(1078,1806195600,5),(1078,1824944400,6),(1078,1837645200,5),(1078,1856394000,6),(1078,1869094800,5),(1078,1887843600,6),(1078,1901149200,5),(1078,1919293200,6),(1078,1932598800,5),(1078,1950742800,6),(1078,1964048400,5),(1078,1982797200,6),(1078,1995498000,5),(1078,2014246800,6),(1078,2026947600,5),(1078,2045696400,6),(1078,2058397200,5),(1078,2077146000,6),(1078,2090451600,5),(1078,2108595600,6),(1078,2121901200,5),(1078,2140045200,6),(1079,-2147483648,0),(1079,-1593820800,1),(1079,-1247540400,3),(1079,354916800,2),(1079,370724400,3),(1079,386452800,2),(1079,402260400,3),(1079,417988800,2),(1079,433796400,3),(1079,449611200,2),(1079,465343200,4),(1079,481068000,5),(1079,496792800,4),(1079,512517600,5),(1079,528242400,4),(1079,543967200,5),(1079,559692000,4),(1079,575416800,6),(1079,591145200,7),(1079,606870000,6),(1079,622594800,7),(1079,638319600,6),(1079,654649200,7),(1079,670374000,4),(1079,701820000,6),(1079,717548400,7),(1079,733273200,6),(1079,748998000,7),(1079,764722800,6),(1079,780447600,7),(1079,796172400,6),(1079,811897200,7),(1079,828226800,6),(1079,846370800,7),(1079,859676400,6),(1079,877820400,7),(1079,891126000,6),(1079,909270000,7),(1079,922575600,6),(1079,941324400,7),(1079,954025200,6),(1079,972774000,7),(1079,985474800,6),(1079,1004223600,7),(1079,1017529200,6),(1079,1035673200,7),(1079,1048978800,6),(1079,1067122800,7),(1079,1080428400,6),(1079,1099177200,7),(1079,1111878000,6),(1079,1130626800,7),(1079,1143327600,6),(1079,1162076400,7),(1079,1174777200,6),(1079,1193526000,7),(1079,1206831600,6),(1079,1224975600,7),(1079,1238281200,6),(1079,1256425200,7),(1079,1269730800,6),(1079,1288479600,7),(1079,1301180400,4),(1079,1414274400,7),(1079,1480806000,4),(1079,2147483647,4),(1080,-2147483648,1),(1080,-1441160160,2),(1080,-1247536800,3),(1080,-888894000,6),(1080,-857257200,4),(1080,-844556400,5),(1080,-828226800,4),(1080,-812502000,5),(1080,-811648800,3),(1080,354920400,7),(1080,370728000,3),(1080,386456400,7),(1080,402264000,3),(1080,417992400,7),(1080,433800000,3),(1080,449614800,7),(1080,465346800,8),(1080,481071600,9),(1080,496796400,8),(1080,512521200,9),(1080,528246000,8),(1080,543970800,9),(1080,559695600,8),(1080,575420400,9),(1080,591145200,8),(1080,606870000,9),(1080,622594800,8),(1080,631141200,3),(1080,646786800,2),(1080,701820000,10),(1080,717541200,2),(1080,733269600,10),(1080,748990800,2),(1080,764719200,10),(1080,767739600,7),(1080,780436800,3),(1080,796165200,7),(1080,811886400,3),(1080,828219600,9),(1080,846374400,8),(1080,852066000,3),(1080,859683600,11),(1080,877827600,12),(1080,891133200,11),(1080,909277200,12),(1080,922582800,11),(1080,941331600,12),(1080,954032400,11),(1080,972781200,12),(1080,985482000,11),(1080,1004230800,12),(1080,1017536400,11),(1080,1035680400,12),(1080,1048986000,11),(1080,1067130000,12),(1080,1080435600,11),(1080,1099184400,12),(1080,1111885200,11),(1080,1130634000,12),(1080,1143334800,11),(1080,1162083600,12),(1080,1174784400,11),(1080,1193533200,12),(1080,1206838800,11),(1080,1224982800,12),(1080,1238288400,11),(1080,1256432400,12),(1080,1269738000,11),(1080,1288486800,12),(1080,1301187600,11),(1080,1319936400,12),(1080,1332637200,11),(1080,1351386000,12),(1080,1364691600,11),(1080,1382835600,12),(1080,1396137600,13),(1080,1414274400,8),(1081,-2147483648,1),(1081,-905824800,4),(1081,-857257200,2),(1081,-844556400,3),(1081,-828226800,2),(1081,-812502000,3),(1081,-796777200,2),(1081,-788922000,1),(1081,-777942000,3),(1081,-766623600,2),(1081,407199600,1),(1081,417574800,5),(1081,433299600,6),(1081,449024400,5),(1081,465354000,6),(1081,481078800,5),(1081,496803600,6),(1081,512528400,5),(1081,528253200,6),(1081,543978000,5),(1081,559702800,6),(1081,575427600,5),(1081,591152400,6),(1081,606877200,5),(1081,622602000,6),(1081,638326800,5),(1081,654656400,6),(1081,670381200,5),(1081,686106000,6),(1081,701830800,5),(1081,717555600,6),(1081,733280400,5),(1081,749005200,6),(1081,764730000,5),(1081,780454800,6),(1081,796179600,5),(1081,811904400,6),(1081,828234000,5),(1081,846378000,6),(1081,859683600,5),(1081,877827600,6),(1081,891133200,5),(1081,909277200,6),(1081,922582800,5),(1081,941331600,6),(1081,954032400,5),(1081,972781200,6),(1081,985482000,5),(1081,1004230800,6),(1081,1017536400,5),(1081,1035680400,6),(1081,1048986000,5),(1081,1067130000,6),(1081,1080435600,5),(1081,1099184400,6),(1081,1111885200,5),(1081,1130634000,6),(1081,1143334800,5),(1081,1162083600,6),(1081,1174784400,5),(1081,1193533200,6),(1081,1206838800,5),(1081,1224982800,6),(1081,1238288400,5),(1081,1256432400,6),(1081,1269738000,5),(1081,1288486800,6),(1081,1301187600,5),(1081,1319936400,6),(1081,1332637200,5),(1081,1351386000,6),(1081,1364691600,5),(1081,1382835600,6),(1081,1396141200,5),(1081,1414285200,6),(1081,1427590800,5),(1081,1445734800,6),(1081,1459040400,5),(1081,1477789200,6),(1081,1490490000,5),(1081,1509238800,6),(1081,1521939600,5),(1081,1540688400,6),(1081,1553994000,5),(1081,1572138000,6),(1081,1585443600,5),(1081,1603587600,6),(1081,1616893200,5),(1081,1635642000,6),(1081,1648342800,5),(1081,1667091600,6),(1081,1679792400,5),(1081,1698541200,6),(1081,1711846800,5),(1081,1729990800,6),(1081,1743296400,5),(1081,1761440400,6),(1081,1774746000,5),(1081,1792890000,6),(1081,1806195600,5),(1081,1824944400,6),(1081,1837645200,5),(1081,1856394000,6),(1081,1869094800,5),(1081,1887843600,6),(1081,1901149200,5),(1081,1919293200,6),(1081,1932598800,5),(1081,1950742800,6),(1081,1964048400,5),(1081,1982797200,6),(1081,1995498000,5),(1081,2014246800,6),(1081,2026947600,5),(1081,2045696400,6),(1081,2058397200,5),(1081,2077146000,6),(1081,2090451600,5),(1081,2108595600,6),(1081,2121901200,5),(1081,2140045200,6),(1082,-2147483648,1),(1082,-857257200,2),(1082,-844556400,3),(1082,-828226800,2),(1082,-812502000,3),(1082,-796777200,2),(1082,-788922000,4),(1082,-781048800,1),(1082,291762000,5),(1082,307576800,1),(1082,323816400,5),(1082,339026400,1),(1082,355266000,5),(1082,370393200,1),(1082,386715600,5),(1082,401846400,6),(1082,417571200,7),(1082,433296000,6),(1082,449020800,7),(1082,465350400,6),(1082,481075200,7),(1082,496800000,6),(1082,512524800,7),(1082,528249600,6),(1082,543974400,7),(1082,559699200,6),(1082,575424000,7),(1082,591148800,6),(1082,606873600,7),(1082,622598400,6),(1082,638323200,7),(1082,654652800,6),(1082,662680800,1),(1082,670370400,5),(1082,686091600,1),(1082,701820000,5),(1082,717541200,1),(1082,733269600,5),(1082,748990800,1),(1082,764719200,5),(1082,780440400,1),(1082,796168800,5),(1082,811890000,1),(1082,828223200,5),(1082,846363600,1),(1082,859683600,8),(1082,877827600,9),(1082,891133200,8),(1082,909277200,9),(1082,922582800,8),(1082,941331600,9),(1082,954032400,8),(1082,972781200,9),(1082,985482000,8),(1082,1004230800,9),(1082,1017536400,8),(1082,1035680400,9),(1082,1048986000,8),(1082,1067130000,9),(1082,1080435600,8),(1082,1099184400,9),(1082,1111885200,8),(1082,1130634000,9),(1082,1143334800,8),(1082,1162083600,9),(1082,1174784400,8),(1082,1193533200,9),(1082,1206838800,8),(1082,1224982800,9),(1082,1238288400,8),(1082,1256432400,9),(1082,1269738000,8),(1082,1288486800,9),(1082,1301187600,8),(1082,1319936400,9),(1082,1332637200,8),(1082,1351386000,9),(1082,1364691600,8),(1082,1382835600,9),(1082,1396141200,8),(1082,1414285200,9),(1082,1427590800,8),(1082,1445734800,9),(1082,1459040400,8),(1082,1477789200,9),(1082,1490490000,8),(1082,1509238800,9),(1082,1521939600,8),(1082,1540688400,9),(1082,1553994000,8),(1082,1572138000,9),(1082,1585443600,8),(1082,1603587600,9),(1082,1616893200,8),(1082,1635642000,9),(1082,1648342800,8),(1082,1667091600,9),(1082,1679792400,8),(1082,1698541200,9),(1082,1711846800,8),(1082,1729990800,9),(1082,1743296400,8),(1082,1761440400,9),(1082,1774746000,8),(1082,1792890000,9),(1082,1806195600,8),(1082,1824944400,9),(1082,1837645200,8),(1082,1856394000,9),(1082,1869094800,8),(1082,1887843600,9),(1082,1901149200,8),(1082,1919293200,9),(1082,1932598800,8),(1082,1950742800,9),(1082,1964048400,8),(1082,1982797200,9),(1082,1995498000,8),(1082,2014246800,9),(1082,2026947600,8),(1082,2045696400,9),(1082,2058397200,8),(1082,2077146000,9),(1082,2090451600,8),(1082,2108595600,9),(1082,2121901200,8),(1082,2140045200,9),(1083,-2147483648,1),(1083,-1692496800,2),(1083,-1680483600,1),(1083,323830800,3),(1083,338950800,4),(1083,354675600,3),(1083,370400400,4),(1083,386125200,3),(1083,401850000,4),(1083,417574800,3),(1083,433299600,4),(1083,449024400,3),(1083,465354000,4),(1083,481078800,3),(1083,496803600,4),(1083,512528400,3),(1083,528253200,4),(1083,543978000,3),(1083,559702800,4),(1083,575427600,3),(1083,591152400,4),(1083,606877200,3),(1083,622602000,4),(1083,638326800,3),(1083,654656400,4),(1083,670381200,3),(1083,686106000,4),(1083,701830800,3),(1083,717555600,4),(1083,733280400,3),(1083,749005200,4),(1083,764730000,3),(1083,780454800,4),(1083,796179600,3),(1083,811904400,4),(1083,828234000,3),(1083,846378000,4),(1083,859683600,3),(1083,877827600,4),(1083,891133200,3),(1083,909277200,4),(1083,922582800,3),(1083,941331600,4),(1083,954032400,3),(1083,972781200,4),(1083,985482000,3),(1083,1004230800,4),(1083,1017536400,3),(1083,1035680400,4),(1083,1048986000,3),(1083,1067130000,4),(1083,1080435600,3),(1083,1099184400,4),(1083,1111885200,3),(1083,1130634000,4),(1083,1143334800,3),(1083,1162083600,4),(1083,1174784400,3),(1083,1193533200,4),(1083,1206838800,3),(1083,1224982800,4),(1083,1238288400,3),(1083,1256432400,4),(1083,1269738000,3),(1083,1288486800,4),(1083,1301187600,3),(1083,1319936400,4),(1083,1332637200,3),(1083,1351386000,4),(1083,1364691600,3),(1083,1382835600,4),(1083,1396141200,3),(1083,1414285200,4),(1083,1427590800,3),(1083,1445734800,4),(1083,1459040400,3),(1083,1477789200,4),(1083,1490490000,3),(1083,1509238800,4),(1083,1521939600,3),(1083,1540688400,4),(1083,1553994000,3),(1083,1572138000,4),(1083,1585443600,3),(1083,1603587600,4),(1083,1616893200,3),(1083,1635642000,4),(1083,1648342800,3),(1083,1667091600,4),(1083,1679792400,3),(1083,1698541200,4),(1083,1711846800,3),(1083,1729990800,4),(1083,1743296400,3),(1083,1761440400,4),(1083,1774746000,3),(1083,1792890000,4),(1083,1806195600,3),(1083,1824944400,4),(1083,1837645200,3),(1083,1856394000,4),(1083,1869094800,3),(1083,1887843600,4),(1083,1901149200,3),(1083,1919293200,4),(1083,1932598800,3),(1083,1950742800,4),(1083,1964048400,3),(1083,1982797200,4),(1083,1995498000,3),(1083,2014246800,4),(1083,2026947600,3),(1083,2045696400,4),(1083,2058397200,3),(1083,2077146000,4),(1083,2090451600,3),(1083,2108595600,4),(1083,2121901200,3),(1083,2140045200,4),(1084,-2147483648,1),(1084,-1638322740,4),(1084,-1632006000,2),(1084,-1618700400,3),(1084,-1593824400,1),(1084,-1535938740,5),(1084,-927943200,6),(1084,-892954800,7),(1084,-857257200,3),(1084,-844556400,2),(1084,-828226800,3),(1084,-812502000,2),(1084,-797652000,6),(1084,354920400,8),(1084,370728000,6),(1084,386456400,8),(1084,402264000,6),(1084,417992400,8),(1084,433800000,6),(1084,449614800,8),(1084,465346800,9),(1084,481071600,10),(1084,496796400,9),(1084,512521200,10),(1084,528246000,9),(1084,543970800,10),(1084,559695600,9),(1084,575420400,10),(1084,591145200,9),(1084,606870000,11),(1084,622598400,12),(1084,638323200,11),(1084,654652800,12),(1084,670377600,11),(1084,686102400,12),(1084,701827200,11),(1084,717552000,12),(1084,733276800,11),(1084,749001600,12),(1084,764726400,11),(1084,780451200,12),(1084,796176000,11),(1084,811900800,12),(1084,828230400,11),(1084,846374400,12),(1084,859680000,11),(1084,877824000,12),(1084,891129600,11),(1084,906411600,15),(1084,909277200,13),(1084,922582800,14),(1084,941331600,5),(1084,1017536400,14),(1084,1035680400,13),(1084,1048986000,14),(1084,1067130000,13),(1084,1080435600,14),(1084,1099184400,13),(1084,1111885200,14),(1084,1130634000,13),(1084,1143334800,14),(1084,1162083600,13),(1084,1174784400,14),(1084,1193533200,13),(1084,1206838800,14),(1084,1224982800,13),(1084,1238288400,14),(1084,1256432400,13),(1084,1269738000,14),(1084,1288486800,13),(1084,1301187600,14),(1084,1319936400,13),(1084,1332637200,14),(1084,1351386000,13),(1084,1364691600,14),(1084,1382835600,13),(1084,1396141200,14),(1084,1414285200,13),(1084,1427590800,14),(1084,1445734800,13),(1084,1459040400,14),(1084,1477789200,13),(1084,1490490000,14),(1084,1509238800,13),(1084,1521939600,14),(1084,1540688400,13),(1084,1553994000,14),(1084,1572138000,13),(1084,1585443600,14),(1084,1603587600,13),(1084,1616893200,14),(1084,1635642000,13),(1084,1648342800,14),(1084,1667091600,13),(1084,1679792400,14),(1084,1698541200,13),(1084,1711846800,14),(1084,1729990800,13),(1084,1743296400,14),(1084,1761440400,13),(1084,1774746000,14),(1084,1792890000,13),(1084,1806195600,14),(1084,1824944400,13),(1084,1837645200,14),(1084,1856394000,13),(1084,1869094800,14),(1084,1887843600,13),(1084,1901149200,14),(1084,1919293200,13),(1084,1932598800,14),(1084,1950742800,13),(1084,1964048400,14),(1084,1982797200,13),(1084,1995498000,14),(1084,2014246800,13),(1084,2026947600,14),(1084,2045696400,13),(1084,2058397200,14),(1084,2077146000,13),(1084,2090451600,14),(1084,2108595600,13),(1084,2121901200,14),(1084,2140045200,13),(1085,-2147483648,0),(1085,-1767230360,1),(1085,-932346000,2),(1085,-857257200,1),(1085,-844556400,2),(1085,-843519600,1),(1085,136854000,2),(1085,149896800,1),(1085,168130800,2),(1085,181432800,1),(1085,199839600,2),(1085,213141600,1),(1085,231894000,2),(1085,244591200,1),(1085,263257200,2),(1085,276040800,1),(1085,294706800,2),(1085,307490400,1),(1085,326156400,2),(1085,339458400,1),(1085,357087600,2),(1085,370389600,1),(1085,389142000,2),(1085,402444000,1),(1085,419468400,2),(1085,433807200,1),(1085,449622000,2),(1085,465354000,3),(1085,481078800,4),(1085,496803600,3),(1085,512528400,4),(1085,528253200,3),(1085,543978000,4),(1085,559702800,3),(1085,575427600,4),(1085,591152400,3),(1085,606877200,4),(1085,622602000,3),(1085,638326800,4),(1085,654656400,3),(1085,670381200,4),(1085,686106000,3),(1085,701830800,4),(1085,717555600,3),(1085,733280400,4),(1085,749005200,3),(1085,764730000,4),(1085,780454800,3),(1085,796179600,4),(1085,811904400,3),(1085,828234000,4),(1085,846378000,3),(1085,859683600,4),(1085,877827600,3),(1085,891133200,4),(1085,909277200,3),(1085,922582800,4),(1085,941331600,3),(1085,954032400,4),(1085,972781200,3),(1085,985482000,4),(1085,1004230800,3),(1085,1017536400,4),(1085,1035680400,3),(1085,1048986000,4),(1085,1067130000,3),(1085,1080435600,4),(1085,1099184400,3),(1085,1111885200,4),(1085,1130634000,3),(1085,1143334800,4),(1085,1162083600,3),(1085,1174784400,4),(1085,1193533200,3),(1085,1206838800,4),(1085,1224982800,3),(1085,1238288400,4),(1085,1256432400,3),(1085,1269738000,4),(1085,1288486800,3),(1085,1301187600,4),(1085,1319936400,3),(1085,1332637200,4),(1085,1351386000,3),(1085,1364691600,4),(1085,1382835600,3),(1085,1396141200,4),(1085,1414285200,3),(1085,1427590800,4),(1085,1445734800,3),(1085,1459040400,4),(1085,1477789200,3),(1085,1490490000,4),(1085,1509238800,3),(1085,1521939600,4),(1085,1540688400,3),(1085,1553994000,4),(1085,1572138000,3),(1085,1585443600,4),(1085,1603587600,3),(1085,1616893200,4),(1085,1635642000,3),(1085,1648342800,4),(1085,1667091600,3),(1085,1679792400,4),(1085,1698541200,3),(1085,1711846800,4),(1085,1729990800,3),(1085,1743296400,4),(1085,1761440400,3),(1085,1774746000,4),(1085,1792890000,3),(1085,1806195600,4),(1085,1824944400,3),(1085,1837645200,4),(1085,1856394000,3),(1085,1869094800,4),(1085,1887843600,3),(1085,1901149200,4),(1085,1919293200,3),(1085,1932598800,4),(1085,1950742800,3),(1085,1964048400,4),(1085,1982797200,3),(1085,1995498000,4),(1085,2014246800,3),(1085,2026947600,4),(1085,2045696400,3),(1085,2058397200,4),(1085,2077146000,3),(1085,2090451600,4),(1085,2108595600,3),(1085,2121901200,4),(1085,2140045200,3),(1086,-2147483648,1),(1086,-1637114100,2),(1086,-1213148664,5),(1086,-1187056800,3),(1086,-1175479200,4),(1086,-1159754400,3),(1086,-1144029600,4),(1086,-1127700000,3),(1086,-1111975200,4),(1086,-1096250400,3),(1086,-1080525600,4),(1086,-1064800800,3),(1086,-1049076000,4),(1086,-1033351200,3),(1086,-1017626400,4),(1086,-1001901600,3),(1086,-986176800,4),(1086,-970452000,3),(1086,-954727200,4),(1086,-927165600,6),(1086,-898138800,9),(1086,-857257200,7),(1086,-844556400,8),(1086,-828226800,7),(1086,-812502000,8),(1086,-800157600,11),(1086,354920400,10),(1086,370728000,11),(1086,386456400,10),(1086,402264000,11),(1086,417992400,10),(1086,433800000,11),(1086,449614800,10),(1086,465346800,12),(1086,481071600,13),(1086,496796400,12),(1086,512521200,13),(1086,528246000,12),(1086,543970800,13),(1086,559695600,12),(1086,575420400,13),(1086,591145200,12),(1086,606870000,13),(1086,622594800,12),(1086,638319600,13),(1086,641944800,6),(1086,654652800,4),(1086,670377600,3),(1086,686102400,4),(1086,694216800,5),(1086,701820000,6),(1086,717541200,5),(1086,733269600,6),(1086,748990800,5),(1086,764719200,6),(1086,780440400,5),(1086,796168800,6),(1086,811890000,5),(1086,828223200,6),(1086,846363600,5),(1086,859680000,6),(1086,877824000,5),(1086,891129600,6),(1086,909273600,5),(1086,922579200,6),(1086,941328000,5),(1086,954028800,6),(1086,972777600,5),(1086,985478400,6),(1086,1004227200,5),(1086,1017532800,6),(1086,1035676800,5),(1086,1048982400,6),(1086,1067126400,5),(1086,1080432000,6),(1086,1099180800,5),(1086,1111881600,6),(1086,1130630400,5),(1086,1143331200,6),(1086,1162080000,5),(1086,1174780800,6),(1086,1193529600,5),(1086,1206835200,6),(1086,1224979200,5),(1086,1238284800,6),(1086,1256428800,5),(1086,1269734400,6),(1086,1288483200,5),(1086,1301184000,6),(1086,1319932800,5),(1086,1332633600,6),(1086,1351382400,5),(1086,1364688000,6),(1086,1382832000,5),(1086,1396137600,6),(1086,1414281600,5),(1086,1427587200,6),(1086,1445731200,5),(1086,1459036800,6),(1086,1477785600,5),(1086,1490486400,6),(1086,1509235200,5),(1086,1521936000,6),(1086,1540684800,5),(1086,1553990400,6),(1086,1572134400,5),(1086,1585440000,6),(1086,1603584000,5),(1086,1616889600,6),(1086,1635638400,5),(1086,1648339200,6),(1086,1667088000,5),(1086,1679788800,6),(1086,1698537600,5),(1086,1711843200,6),(1086,1729987200,5),(1086,1743292800,6),(1086,1761436800,5),(1086,1774742400,6),(1086,1792886400,5),(1086,1806192000,6),(1086,1824940800,5),(1086,1837641600,6),(1086,1856390400,5),(1086,1869091200,6),(1086,1887840000,5),(1086,1901145600,6),(1086,1919289600,5),(1086,1932595200,6),(1086,1950739200,5),(1086,1964044800,6),(1086,1982793600,5),(1086,1995494400,6),(1086,2014243200,5),(1086,2026944000,6),(1086,2045692800,5),(1086,2058393600,6),(1086,2077142400,5),(1086,2090448000,6),(1086,2108592000,5),(1086,2121897600,6),(1086,2140041600,5),(1087,-2147483648,0),(1087,-1593820800,1),(1087,-1247540400,3),(1087,354916800,2),(1087,370724400,3),(1087,386452800,2),(1087,402260400,3),(1087,417988800,2),(1087,433796400,3),(1087,449611200,2),(1087,465343200,4),(1087,481068000,5),(1087,496792800,4),(1087,512517600,5),(1087,528242400,4),(1087,543967200,5),(1087,559692000,4),(1087,575416800,5),(1087,591141600,4),(1087,606866400,6),(1087,622594800,7),(1087,638319600,6),(1087,654649200,7),(1087,670374000,8),(1087,686102400,9),(1087,695779200,7),(1087,701823600,6),(1087,717548400,7),(1087,733273200,6),(1087,748998000,7),(1087,764722800,6),(1087,780447600,7),(1087,796172400,6),(1087,811897200,7),(1087,828226800,6),(1087,846370800,7),(1087,859676400,6),(1087,877820400,7),(1087,891126000,6),(1087,909270000,7),(1087,922575600,6),(1087,941324400,7),(1087,954025200,6),(1087,972774000,7),(1087,985474800,6),(1087,1004223600,7),(1087,1017529200,6),(1087,1035673200,7),(1087,1048978800,6),(1087,1067122800,7),(1087,1080428400,6),(1087,1099177200,7),(1087,1111878000,6),(1087,1130626800,7),(1087,1143327600,6),(1087,1162076400,7),(1087,1174777200,6),(1087,1193526000,7),(1087,1206831600,6),(1087,1224975600,7),(1087,1238281200,6),(1087,1256425200,7),(1087,1269730800,6),(1087,1288479600,7),(1087,1301180400,4),(1087,1414274400,7),(1087,1459033200,4),(1087,2147483647,4),(1088,-2147483648,1),(1088,-938905200,2),(1088,-857257200,3),(1088,-844556400,2),(1088,-828226800,3),(1088,-812502000,2),(1088,-796874400,4),(1088,-794714400,1),(1088,-773456400,6),(1088,354920400,5),(1088,370728000,6),(1088,386456400,5),(1088,402264000,6),(1088,417992400,5),(1088,433800000,6),(1088,449614800,5),(1088,465346800,7),(1088,481071600,8),(1088,496796400,7),(1088,512521200,8),(1088,528246000,7),(1088,543970800,8),(1088,559695600,7),(1088,575420400,8),(1088,591145200,7),(1088,606870000,8),(1088,622594800,7),(1088,631141200,6),(1088,646786800,1),(1088,670384800,9),(1088,701820000,10),(1088,717541200,9),(1088,733269600,10),(1088,748990800,9),(1088,764719200,10),(1088,780440400,9),(1088,796179600,11),(1088,811904400,12),(1088,828234000,11),(1088,846378000,12),(1088,859683600,11),(1088,877827600,12),(1088,891133200,11),(1088,909277200,12),(1088,922582800,11),(1088,941331600,12),(1088,954032400,11),(1088,972781200,12),(1088,985482000,11),(1088,1004230800,12),(1088,1017536400,11),(1088,1035680400,12),(1088,1048986000,11),(1088,1067130000,12),(1088,1080435600,11),(1088,1099184400,12),(1088,1111885200,11),(1088,1130634000,12),(1088,1143334800,11),(1088,1162083600,12),(1088,1174784400,11),(1088,1193533200,12),(1088,1206838800,11),(1088,1224982800,12),(1088,1238288400,11),(1088,1256432400,12),(1088,1269738000,11),(1088,1288486800,12),(1088,1301187600,11),(1088,1319936400,12),(1088,1332637200,11),(1088,1351386000,12),(1088,1364691600,11),(1088,1382835600,12),(1088,1396141200,11),(1088,1414285200,12),(1088,1427590800,11),(1088,1445734800,12),(1088,1459040400,11),(1088,1477789200,12),(1088,1490490000,11),(1088,1509238800,12),(1088,1521939600,11),(1088,1540688400,12),(1088,1553994000,11),(1088,1572138000,12),(1088,1585443600,11),(1088,1603587600,12),(1088,1616893200,11),(1088,1635642000,12),(1088,1648342800,11),(1088,1667091600,12),(1088,1679792400,11),(1088,1698541200,12),(1088,1711846800,11),(1088,1729990800,12),(1088,1743296400,11),(1088,1761440400,12),(1088,1774746000,11),(1088,1792890000,12),(1088,1806195600,11),(1088,1824944400,12),(1088,1837645200,11),(1088,1856394000,12),(1088,1869094800,11),(1088,1887843600,12),(1088,1901149200,11),(1088,1919293200,12),(1088,1932598800,11),(1088,1950742800,12),(1088,1964048400,11),(1088,1982797200,12),(1088,1995498000,11),(1088,2014246800,12),(1088,2026947600,11),(1088,2045696400,12),(1088,2058397200,11),(1088,2077146000,12),(1088,2090451600,11),(1088,2108595600,12),(1088,2121901200,11),(1088,2140045200,12),(1089,-2147483648,2),(1089,-904435200,1),(1089,-891129600,2),(1089,-872985600,1),(1089,-859680000,2),(1089,354675600,3),(1089,370400400,4),(1089,386125200,3),(1089,401850000,4),(1089,417574800,3),(1089,433299600,4),(1089,449024400,3),(1089,465354000,4),(1089,481078800,3),(1089,496803600,4),(1089,512528400,3),(1089,528253200,4),(1089,543978000,3),(1089,559702800,4),(1089,575427600,3),(1089,591152400,4),(1089,606877200,3),(1089,622602000,4),(1089,638326800,3),(1089,654656400,4),(1089,670381200,3),(1089,686106000,4),(1089,701830800,3),(1089,717555600,4),(1089,733280400,3),(1089,749005200,4),(1089,764730000,3),(1089,780454800,4),(1089,796179600,3),(1089,811904400,4),(1089,828234000,3),(1089,846378000,4),(1089,859683600,3),(1089,877827600,4),(1089,891133200,3),(1089,909277200,4),(1089,922582800,3),(1089,941331600,4),(1089,954032400,3),(1089,972781200,4),(1089,985482000,3),(1089,1004230800,4),(1089,1017536400,3),(1089,1035680400,4),(1089,1048986000,3),(1089,1067130000,4),(1089,1080435600,3),(1089,1099184400,4),(1089,1111885200,3),(1089,1130634000,4),(1089,1143334800,3),(1089,1162083600,4),(1089,1174784400,3),(1089,1193533200,4),(1089,1206838800,3),(1089,1224982800,4),(1089,1238288400,3),(1089,1256432400,4),(1089,1269738000,3),(1089,1288486800,4),(1089,1301187600,3),(1089,1319936400,4),(1089,1332637200,3),(1089,1351386000,4),(1089,1364691600,3),(1089,1382835600,4),(1089,1396141200,3),(1089,1414285200,4),(1089,1427590800,3),(1089,1445734800,4),(1089,1459040400,3),(1089,1477789200,4),(1089,1490490000,3),(1089,1509238800,4),(1089,1521939600,3),(1089,1540688400,4),(1089,1553994000,3),(1089,1572138000,4),(1089,1585443600,3),(1089,1603587600,4),(1089,1616893200,3),(1089,1635642000,4),(1089,1648342800,3),(1089,1667091600,4),(1089,1679792400,3),(1089,1698541200,4),(1089,1711846800,3),(1089,1729990800,4),(1089,1743296400,3),(1089,1761440400,4),(1089,1774746000,3),(1089,1792890000,4),(1089,1806195600,3),(1089,1824944400,4),(1089,1837645200,3),(1089,1856394000,4),(1089,1869094800,3),(1089,1887843600,4),(1089,1901149200,3),(1089,1919293200,4),(1089,1932598800,3),(1089,1950742800,4),(1089,1964048400,3),(1089,1982797200,4),(1089,1995498000,3),(1089,2014246800,4),(1089,2026947600,3),(1089,2045696400,4),(1089,2058397200,3),(1089,2077146000,4),(1089,2090451600,3),(1089,2108595600,4),(1089,2121901200,3),(1089,2140045200,4),(1090,-2147483648,2),(1090,-1690765200,1),(1090,-1680487200,2),(1090,-1664758800,1),(1090,-1648951200,2),(1090,-1635123600,1),(1090,-1616896800,2),(1090,-1604278800,1),(1090,-1585533600,2),(1090,-1571014800,1),(1090,-1555293600,2),(1090,-932432400,1),(1090,-857257200,3),(1090,-844556400,4),(1090,-830311200,1),(1090,-828226800,3),(1090,-812502000,4),(1090,-807156000,1),(1090,-798073200,3),(1090,-781052400,1),(1090,-766717200,2),(1090,-750898800,4),(1090,-733359600,3),(1090,-719456400,4),(1090,-701917200,3),(1090,-689209200,4),(1090,-670460400,3),(1090,-114051600,4),(1090,-103168800,2),(1090,-81997200,4),(1090,-71715600,3),(1090,-50547600,4),(1090,-40266000,3),(1090,-18493200,4),(1090,-8211600,3),(1090,12956400,4),(1090,23238000,3),(1090,43801200,4),(1090,54687600,3),(1090,75855600,4),(1090,86742000,3),(1090,107910000,4),(1090,118191600,3),(1090,138754800,4),(1090,149641200,3),(1090,170809200,4),(1090,181090800,3),(1090,202258800,4),(1090,212540400,3),(1090,233103600,4),(1090,243990000,3),(1090,265158000,4),(1090,276044400,3),(1090,296607600,4),(1090,307494000,3),(1090,315529200,2),(1090,323830800,5),(1090,338950800,6),(1090,354675600,5),(1090,370400400,6),(1090,386125200,5),(1090,401850000,6),(1090,417574800,5),(1090,433299600,6),(1090,449024400,5),(1090,465354000,6),(1090,481078800,5),(1090,496803600,6),(1090,512528400,5),(1090,528253200,6),(1090,543978000,5),(1090,559702800,6),(1090,575427600,5),(1090,591152400,6),(1090,606877200,5),(1090,622602000,6),(1090,638326800,5),(1090,654656400,6),(1090,670381200,5),(1090,686106000,6),(1090,701830800,5),(1090,717555600,6),(1090,733280400,5),(1090,749005200,6),(1090,764730000,5),(1090,780454800,6),(1090,796179600,5),(1090,811904400,6),(1090,828234000,5),(1090,846378000,6),(1090,859683600,5),(1090,877827600,6),(1090,891133200,5),(1090,909277200,6),(1090,922582800,5),(1090,941331600,6),(1090,954032400,5),(1090,972781200,6),(1090,985482000,5),(1090,1004230800,6),(1090,1017536400,5),(1090,1035680400,6),(1090,1048986000,5),(1090,1067130000,6),(1090,1080435600,5),(1090,1099184400,6),(1090,1111885200,5),(1090,1130634000,6),(1090,1143334800,5),(1090,1162083600,6),(1090,1174784400,5),(1090,1193533200,6),(1090,1206838800,5),(1090,1224982800,6),(1090,1238288400,5),(1090,1256432400,6),(1090,1269738000,5),(1090,1288486800,6),(1090,1301187600,5),(1090,1319936400,6),(1090,1332637200,5),(1090,1351386000,6),(1090,1364691600,5),(1090,1382835600,6),(1090,1396141200,5),(1090,1414285200,6),(1090,1427590800,5),(1090,1445734800,6),(1090,1459040400,5),(1090,1477789200,6),(1090,1490490000,5),(1090,1509238800,6),(1090,1521939600,5),(1090,1540688400,6),(1090,1553994000,5),(1090,1572138000,6),(1090,1585443600,5),(1090,1603587600,6),(1090,1616893200,5),(1090,1635642000,6),(1090,1648342800,5),(1090,1667091600,6),(1090,1679792400,5),(1090,1698541200,6),(1090,1711846800,5),(1090,1729990800,6),(1090,1743296400,5),(1090,1761440400,6),(1090,1774746000,5),(1090,1792890000,6),(1090,1806195600,5),(1090,1824944400,6),(1090,1837645200,5),(1090,1856394000,6),(1090,1869094800,5),(1090,1887843600,6),(1090,1901149200,5),(1090,1919293200,6),(1090,1932598800,5),(1090,1950742800,6),(1090,1964048400,5),(1090,1982797200,6),(1090,1995498000,5),(1090,2014246800,6),(1090,2026947600,5),(1090,2045696400,6),(1090,2058397200,5),(1090,2077146000,6),(1090,2090451600,5),(1090,2108595600,6),(1090,2121901200,5),(1090,2140045200,6),(1091,-2147483648,2),(1091,-1693706400,1),(1091,-1680483600,2),(1091,-1663455600,3),(1091,-1650150000,4),(1091,-1632006000,3),(1091,-1618700400,4),(1091,-1577926800,2),(1091,-1569711600,3),(1091,-1555801200,4),(1091,-938905200,3),(1091,-857257200,4),(1091,-844556400,3),(1091,-828226800,4),(1091,-812502000,3),(1091,-796777200,4),(1091,-781052400,3),(1091,-780188400,4),(1091,-757386000,2),(1091,-748479600,3),(1091,-733273200,4),(1091,-717634800,3),(1091,-701910000,4),(1091,-684975600,3),(1091,-670460400,4),(1091,323823600,1),(1091,338940000,2),(1091,354675600,5),(1091,370400400,6),(1091,386125200,5),(1091,401850000,6),(1091,417574800,5),(1091,433299600,6),(1091,449024400,5),(1091,465354000,6),(1091,481078800,5),(1091,496803600,6),(1091,512528400,5),(1091,528253200,6),(1091,543978000,5),(1091,559702800,6),(1091,575427600,5),(1091,591152400,6),(1091,606877200,5),(1091,622602000,6),(1091,638326800,5),(1091,654656400,6),(1091,670381200,5),(1091,686106000,6),(1091,701830800,5),(1091,717555600,6),(1091,733280400,5),(1091,749005200,6),(1091,764730000,5),(1091,780454800,6),(1091,796179600,5),(1091,811904400,6),(1091,828234000,5),(1091,846378000,6),(1091,859683600,5),(1091,877827600,6),(1091,891133200,5),(1091,909277200,6),(1091,922582800,5),(1091,941331600,6),(1091,954032400,5),(1091,972781200,6),(1091,985482000,5),(1091,1004230800,6),(1091,1017536400,5),(1091,1035680400,6),(1091,1048986000,5),(1091,1067130000,6),(1091,1080435600,5),(1091,1099184400,6),(1091,1111885200,5),(1091,1130634000,6),(1091,1143334800,5),(1091,1162083600,6),(1091,1174784400,5),(1091,1193533200,6),(1091,1206838800,5),(1091,1224982800,6),(1091,1238288400,5),(1091,1256432400,6),(1091,1269738000,5),(1091,1288486800,6),(1091,1301187600,5),(1091,1319936400,6),(1091,1332637200,5),(1091,1351386000,6),(1091,1364691600,5),(1091,1382835600,6),(1091,1396141200,5),(1091,1414285200,6),(1091,1427590800,5),(1091,1445734800,6),(1091,1459040400,5),(1091,1477789200,6),(1091,1490490000,5),(1091,1509238800,6),(1091,1521939600,5),(1091,1540688400,6),(1091,1553994000,5),(1091,1572138000,6),(1091,1585443600,5),(1091,1603587600,6),(1091,1616893200,5),(1091,1635642000,6),(1091,1648342800,5),(1091,1667091600,6),(1091,1679792400,5),(1091,1698541200,6),(1091,1711846800,5),(1091,1729990800,6),(1091,1743296400,5),(1091,1761440400,6),(1091,1774746000,5),(1091,1792890000,6),(1091,1806195600,5),(1091,1824944400,6),(1091,1837645200,5),(1091,1856394000,6),(1091,1869094800,5),(1091,1887843600,6),(1091,1901149200,5),(1091,1919293200,6),(1091,1932598800,5),(1091,1950742800,6),(1091,1964048400,5),(1091,1982797200,6),(1091,1995498000,5),(1091,2014246800,6),(1091,2026947600,5),(1091,2045696400,6),(1091,2058397200,5),(1091,2077146000,6),(1091,2090451600,5),(1091,2108595600,6),(1091,2121901200,5),(1091,2140045200,6),(1092,-2147483648,1),(1092,-1672536240,2),(1092,-1585100136,3),(1092,-1561251600,4),(1092,-1553565600,3),(1092,-928198800,5),(1092,-900126000,8),(1092,-857257200,6),(1092,-844556400,7),(1092,-828226800,6),(1092,-812502000,7),(1092,-802144800,5),(1092,354920400,9),(1092,370728000,5),(1092,386456400,9),(1092,402264000,5),(1092,417992400,9),(1092,433800000,5),(1092,449614800,9),(1092,465346800,10),(1092,481071600,11),(1092,496796400,10),(1092,512521200,11),(1092,528246000,10),(1092,543970800,11),(1092,559695600,10),(1092,575420400,11),(1092,591145200,10),(1092,606870000,12),(1092,622598400,13),(1092,638323200,12),(1092,654652800,13),(1092,670377600,12),(1092,686102400,13),(1092,701827200,12),(1092,717552000,13),(1092,733276800,12),(1092,749001600,13),(1092,764726400,12),(1092,780451200,13),(1092,796176000,12),(1092,811900800,13),(1092,828230400,12),(1092,846374400,13),(1092,859680000,12),(1092,877824000,13),(1092,883605600,4),(1092,891133200,14),(1092,909277200,15),(1092,922582800,14),(1092,941331600,16),(1092,1041372000,4),(1092,1048986000,17),(1092,1067130000,16),(1092,1080435600,17),(1092,1099184400,16),(1092,1111885200,17),(1092,1130634000,16),(1092,1143334800,17),(1092,1162083600,16),(1092,1174784400,17),(1092,1193533200,16),(1092,1206838800,17),(1092,1224982800,16),(1092,1238288400,17),(1092,1256432400,16),(1092,1269738000,17),(1092,1288486800,16),(1092,1301187600,17),(1092,1319936400,16),(1092,1332637200,17),(1092,1351386000,16),(1092,1364691600,17),(1092,1382835600,16),(1092,1396141200,17),(1092,1414285200,16),(1092,1427590800,17),(1092,1445734800,16),(1092,1459040400,17),(1092,1477789200,16),(1092,1490490000,17),(1092,1509238800,16),(1092,1521939600,17),(1092,1540688400,16),(1092,1553994000,17),(1092,1572138000,16),(1092,1585443600,17),(1092,1603587600,16),(1092,1616893200,17),(1092,1635642000,16),(1092,1648342800,17),(1092,1667091600,16),(1092,1679792400,17),(1092,1698541200,16),(1092,1711846800,17),(1092,1729990800,16),(1092,1743296400,17),(1092,1761440400,16),(1092,1774746000,17),(1092,1792890000,16),(1092,1806195600,17),(1092,1824944400,16),(1092,1837645200,17),(1092,1856394000,16),(1092,1869094800,17),(1092,1887843600,16),(1092,1901149200,17),(1092,1919293200,16),(1092,1932598800,17),(1092,1950742800,16),(1092,1964048400,17),(1092,1982797200,16),(1092,1995498000,17),(1092,2014246800,16),(1092,2026947600,17),(1092,2045696400,16),(1092,2058397200,17),(1092,2077146000,16),(1092,2090451600,17),(1092,2108595600,16),(1092,2121901200,17),(1092,2140045200,16),(1093,-2147483648,0),(1093,-1577761060,1),(1093,-1247540400,2),(1093,354916800,3),(1093,370724400,2),(1093,386452800,3),(1093,402260400,2),(1093,417988800,3),(1093,433796400,2),(1093,449611200,3),(1093,465343200,4),(1093,481068000,5),(1093,496792800,4),(1093,512517600,5),(1093,528242400,4),(1093,543967200,5),(1093,559692000,4),(1093,575416800,6),(1093,591145200,7),(1093,606870000,6),(1093,622594800,7),(1093,638319600,6),(1093,654649200,7),(1093,670374000,4),(1093,701820000,6),(1093,717548400,7),(1093,733273200,6),(1093,748998000,7),(1093,764722800,6),(1093,780447600,7),(1093,796172400,6),(1093,811897200,7),(1093,828226800,6),(1093,846370800,7),(1093,859676400,6),(1093,877820400,7),(1093,891126000,6),(1093,909270000,7),(1093,922575600,6),(1093,941324400,7),(1093,954025200,6),(1093,972774000,7),(1093,985474800,6),(1093,1004223600,7),(1093,1017529200,6),(1093,1035673200,7),(1093,1048978800,6),(1093,1067122800,7),(1093,1080428400,6),(1093,1099177200,7),(1093,1111878000,6),(1093,1130626800,7),(1093,1143327600,6),(1093,1162076400,7),(1093,1174777200,6),(1093,1193526000,7),(1093,1206831600,6),(1093,1224975600,7),(1093,1238281200,6),(1093,1256425200,7),(1093,1269730800,6),(1093,1288479600,7),(1093,1301180400,4),(1093,1414274400,7),(1093,1540681200,4),(1093,1609020000,7),(1093,2147483647,7),(1094,-2147483648,1),(1094,-1717032240,3),(1094,-1693706400,2),(1094,-1680483600,3),(1094,-1663455600,4),(1094,-1650150000,5),(1094,-1632006000,4),(1094,-1618700400,8),(1094,-1600473600,6),(1094,-1587168000,7),(1094,-1501725600,3),(1094,-931734000,2),(1094,-857257200,5),(1094,-844556400,4),(1094,-828226800,5),(1094,-812502000,4),(1094,-796874400,2),(1094,-796608000,3),(1094,-778726800,2),(1094,-762660000,3),(1094,-748486800,4),(1094,-733273200,5),(1094,-715215600,4),(1094,-701910000,5),(1094,-684975600,4),(1094,-670460400,5),(1094,-654130800,4),(1094,-639010800,5),(1094,-397094400,4),(1094,-386812800,5),(1094,-371088000,4),(1094,-355363200,5),(1094,-334195200,4),(1094,-323308800,5),(1094,-307584000,4),(1094,-291859200,5),(1094,-271296000,4),(1094,-260409600,5),(1094,-239846400,4),(1094,-228960000,5),(1094,-208396800,4),(1094,-197510400,5),(1094,-176342400,4),(1094,-166060800,5),(1094,220921200,3),(1094,228873600,4),(1094,243993600,5),(1094,260323200,4),(1094,276048000,5),(1094,291772800,4),(1094,307497600,5),(1094,323827200,4),(1094,338947200,5),(1094,354672000,4),(1094,370396800,5),(1094,386121600,4),(1094,401846400,5),(1094,417571200,4),(1094,433296000,5),(1094,449020800,4),(1094,465350400,5),(1094,481075200,4),(1094,496800000,5),(1094,512524800,4),(1094,528249600,5),(1094,543974400,4),(1094,559699200,5),(1094,567990000,3),(1094,575427600,9),(1094,591152400,10),(1094,606877200,9),(1094,622602000,10),(1094,638326800,9),(1094,654656400,10),(1094,670381200,9),(1094,686106000,10),(1094,701830800,9),(1094,717555600,10),(1094,733280400,9),(1094,749005200,10),(1094,764730000,9),(1094,780454800,10),(1094,796179600,9),(1094,811904400,10),(1094,828234000,9),(1094,846378000,10),(1094,859683600,9),(1094,877827600,10),(1094,891133200,9),(1094,909277200,10),(1094,922582800,9),(1094,941331600,10),(1094,954032400,9),(1094,972781200,10),(1094,985482000,9),(1094,1004230800,10),(1094,1017536400,9),(1094,1035680400,10),(1094,1048986000,9),(1094,1067130000,10),(1094,1080435600,9),(1094,1099184400,10),(1094,1111885200,9),(1094,1130634000,10),(1094,1143334800,9),(1094,1162083600,10),(1094,1174784400,9),(1094,1193533200,10),(1094,1206838800,9),(1094,1224982800,10),(1094,1238288400,9),(1094,1256432400,10),(1094,1269738000,9),(1094,1288486800,10),(1094,1301187600,9),(1094,1319936400,10),(1094,1332637200,9),(1094,1351386000,10),(1094,1364691600,9),(1094,1382835600,10),(1094,1396141200,9),(1094,1414285200,10),(1094,1427590800,9),(1094,1445734800,10),(1094,1459040400,9),(1094,1477789200,10),(1094,1490490000,9),(1094,1509238800,10),(1094,1521939600,9),(1094,1540688400,10),(1094,1553994000,9),(1094,1572138000,10),(1094,1585443600,9),(1094,1603587600,10),(1094,1616893200,9),(1094,1635642000,10),(1094,1648342800,9),(1094,1667091600,10),(1094,1679792400,9),(1094,1698541200,10),(1094,1711846800,9),(1094,1729990800,10),(1094,1743296400,9),(1094,1761440400,10),(1094,1774746000,9),(1094,1792890000,10),(1094,1806195600,9),(1094,1824944400,10),(1094,1837645200,9),(1094,1856394000,10),(1094,1869094800,9),(1094,1887843600,10),(1094,1901149200,9),(1094,1919293200,10),(1094,1932598800,9),(1094,1950742800,10),(1094,1964048400,9),(1094,1982797200,10),(1094,1995498000,9),(1094,2014246800,10),(1094,2026947600,9),(1094,2045696400,10),(1094,2058397200,9),(1094,2077146000,10),(1094,2090451600,9),(1094,2108595600,10),(1094,2121901200,9),(1094,2140045200,10),(1095,-2147483648,1),(1095,-905824800,4),(1095,-857257200,2),(1095,-844556400,3),(1095,-828226800,2),(1095,-812502000,3),(1095,-796777200,2),(1095,-788922000,1),(1095,-777942000,3),(1095,-766623600,2),(1095,407199600,1),(1095,417574800,5),(1095,433299600,6),(1095,449024400,5),(1095,465354000,6),(1095,481078800,5),(1095,496803600,6),(1095,512528400,5),(1095,528253200,6),(1095,543978000,5),(1095,559702800,6),(1095,575427600,5),(1095,591152400,6),(1095,606877200,5),(1095,622602000,6),(1095,638326800,5),(1095,654656400,6),(1095,670381200,5),(1095,686106000,6),(1095,701830800,5),(1095,717555600,6),(1095,733280400,5),(1095,749005200,6),(1095,764730000,5),(1095,780454800,6),(1095,796179600,5),(1095,811904400,6),(1095,828234000,5),(1095,846378000,6),(1095,859683600,5),(1095,877827600,6),(1095,891133200,5),(1095,909277200,6),(1095,922582800,5),(1095,941331600,6),(1095,954032400,5),(1095,972781200,6),(1095,985482000,5),(1095,1004230800,6),(1095,1017536400,5),(1095,1035680400,6),(1095,1048986000,5),(1095,1067130000,6),(1095,1080435600,5),(1095,1099184400,6),(1095,1111885200,5),(1095,1130634000,6),(1095,1143334800,5),(1095,1162083600,6),(1095,1174784400,5),(1095,1193533200,6),(1095,1206838800,5),(1095,1224982800,6),(1095,1238288400,5),(1095,1256432400,6),(1095,1269738000,5),(1095,1288486800,6),(1095,1301187600,5),(1095,1319936400,6),(1095,1332637200,5),(1095,1351386000,6),(1095,1364691600,5),(1095,1382835600,6),(1095,1396141200,5),(1095,1414285200,6),(1095,1427590800,5),(1095,1445734800,6),(1095,1459040400,5),(1095,1477789200,6),(1095,1490490000,5),(1095,1509238800,6),(1095,1521939600,5),(1095,1540688400,6),(1095,1553994000,5),(1095,1572138000,6),(1095,1585443600,5),(1095,1603587600,6),(1095,1616893200,5),(1095,1635642000,6),(1095,1648342800,5),(1095,1667091600,6),(1095,1679792400,5),(1095,1698541200,6),(1095,1711846800,5),(1095,1729990800,6),(1095,1743296400,5),(1095,1761440400,6),(1095,1774746000,5),(1095,1792890000,6),(1095,1806195600,5),(1095,1824944400,6),(1095,1837645200,5),(1095,1856394000,6),(1095,1869094800,5),(1095,1887843600,6),(1095,1901149200,5),(1095,1919293200,6),(1095,1932598800,5),(1095,1950742800,6),(1095,1964048400,5),(1095,1982797200,6),(1095,1995498000,5),(1095,2014246800,6),(1095,2026947600,5),(1095,2045696400,6),(1095,2058397200,5),(1095,2077146000,6),(1095,2090451600,5),(1095,2108595600,6),(1095,2121901200,5),(1095,2140045200,6),(1096,-2147483648,1),(1096,-1441160400,2),(1096,-1247536800,3),(1096,-894769200,6),(1096,-857257200,4),(1096,-844556400,5),(1096,-828226800,4),(1096,-826419600,3),(1096,354920400,7),(1096,370728000,3),(1096,386456400,7),(1096,402264000,3),(1096,417992400,7),(1096,433800000,3),(1096,449614800,7),(1096,465346800,8),(1096,481071600,9),(1096,496796400,8),(1096,512521200,9),(1096,528246000,8),(1096,543970800,9),(1096,559695600,8),(1096,575420400,9),(1096,591145200,8),(1096,606870000,9),(1096,622594800,8),(1096,638319600,9),(1096,654649200,8),(1096,670374000,10),(1096,686091600,2),(1096,701820000,10),(1096,717541200,2),(1096,733269600,10),(1096,748990800,2),(1096,764719200,10),(1096,780440400,2),(1096,796179600,11),(1096,811904400,12),(1096,828234000,11),(1096,846378000,12),(1096,859683600,11),(1096,877827600,12),(1096,891133200,11),(1096,909277200,12),(1096,922582800,11),(1096,941331600,12),(1096,954032400,11),(1096,972781200,12),(1096,985482000,11),(1096,1004230800,12),(1096,1017536400,11),(1096,1035680400,12),(1096,1048986000,11),(1096,1067130000,12),(1096,1080435600,11),(1096,1099184400,12),(1096,1111885200,11),(1096,1130634000,12),(1096,1143334800,11),(1096,1162083600,12),(1096,1174784400,11),(1096,1193533200,12),(1096,1206838800,11),(1096,1224982800,12),(1096,1238288400,11),(1096,1256432400,12),(1096,1269738000,11),(1096,1288486800,12),(1096,1301187600,11),(1096,1319936400,12),(1096,1332637200,11),(1096,1351386000,12),(1096,1364691600,11),(1096,1382835600,12),(1096,1396141200,11),(1096,1414285200,12),(1096,1427590800,11),(1096,1445734800,12),(1096,1459040400,11),(1096,1477789200,12),(1096,1490490000,11),(1096,1509238800,12),(1096,1521939600,11),(1096,1540688400,12),(1096,1553994000,11),(1096,1572138000,12),(1096,1585443600,11),(1096,1603587600,12),(1096,1616893200,11),(1096,1635642000,12),(1096,1648342800,11),(1096,1667091600,12),(1096,1679792400,11),(1096,1698541200,12),(1096,1711846800,11),(1096,1729990800,12),(1096,1743296400,11),(1096,1761440400,12),(1096,1774746000,11),(1096,1792890000,12),(1096,1806195600,11),(1096,1824944400,12),(1096,1837645200,11),(1096,1856394000,12),(1096,1869094800,11),(1096,1887843600,12),(1096,1901149200,11),(1096,1919293200,12),(1096,1932598800,11),(1096,1950742800,12),(1096,1964048400,11),(1096,1982797200,12),(1096,1995498000,11),(1096,2014246800,12),(1096,2026947600,11),(1096,2045696400,12),(1096,2058397200,11),(1096,2077146000,12),(1096,2090451600,11),(1096,2108595600,12),(1096,2121901200,11),(1096,2140045200,12),(1097,-2147483648,2),(1097,-904435200,1),(1097,-891129600,2),(1097,-872985600,1),(1097,-859680000,2),(1097,354675600,3),(1097,370400400,4),(1097,386125200,3),(1097,401850000,4),(1097,417574800,3),(1097,433299600,4),(1097,449024400,3),(1097,465354000,4),(1097,481078800,3),(1097,496803600,4),(1097,512528400,3),(1097,528253200,4),(1097,543978000,3),(1097,559702800,4),(1097,575427600,3),(1097,591152400,4),(1097,606877200,3),(1097,622602000,4),(1097,638326800,3),(1097,654656400,4),(1097,670381200,3),(1097,686106000,4),(1097,701830800,3),(1097,717555600,4),(1097,733280400,3),(1097,749005200,4),(1097,764730000,3),(1097,780454800,4),(1097,796179600,3),(1097,811904400,4),(1097,828234000,3),(1097,846378000,4),(1097,859683600,3),(1097,877827600,4),(1097,891133200,3),(1097,909277200,4),(1097,922582800,3),(1097,941331600,4),(1097,954032400,3),(1097,972781200,4),(1097,985482000,3),(1097,1004230800,4),(1097,1017536400,3),(1097,1035680400,4),(1097,1048986000,3),(1097,1067130000,4),(1097,1080435600,3),(1097,1099184400,4),(1097,1111885200,3),(1097,1130634000,4),(1097,1143334800,3),(1097,1162083600,4),(1097,1174784400,3),(1097,1193533200,4),(1097,1206838800,3),(1097,1224982800,4),(1097,1238288400,3),(1097,1256432400,4),(1097,1269738000,3),(1097,1288486800,4),(1097,1301187600,3),(1097,1319936400,4),(1097,1332637200,3),(1097,1351386000,4),(1097,1364691600,3),(1097,1382835600,4),(1097,1396141200,3),(1097,1414285200,4),(1097,1427590800,3),(1097,1445734800,4),(1097,1459040400,3),(1097,1477789200,4),(1097,1490490000,3),(1097,1509238800,4),(1097,1521939600,3),(1097,1540688400,4),(1097,1553994000,3),(1097,1572138000,4),(1097,1585443600,3),(1097,1603587600,4),(1097,1616893200,3),(1097,1635642000,4),(1097,1648342800,3),(1097,1667091600,4),(1097,1679792400,3),(1097,1698541200,4),(1097,1711846800,3),(1097,1729990800,4),(1097,1743296400,3),(1097,1761440400,4),(1097,1774746000,3),(1097,1792890000,4),(1097,1806195600,3),(1097,1824944400,4),(1097,1837645200,3),(1097,1856394000,4),(1097,1869094800,3),(1097,1887843600,4),(1097,1901149200,3),(1097,1919293200,4),(1097,1932598800,3),(1097,1950742800,4),(1097,1964048400,3),(1097,1982797200,4),(1097,1995498000,3),(1097,2014246800,4),(1097,2026947600,3),(1097,2045696400,4),(1097,2058397200,3),(1097,2077146000,4),(1097,2090451600,3),(1097,2108595600,4),(1097,2121901200,3),(1097,2140045200,4),(1098,-2147483648,0),(1098,2147483647,0),(1099,-2147483648,2),(1099,-1691964000,1),(1099,-1680472800,2),(1099,-1664143200,1),(1099,-1650146400,2),(1099,-1633903200,1),(1099,-1617487200,2),(1099,-1601848800,1),(1099,-1586037600,2),(1099,-1570399200,1),(1099,-1552168800,2),(1099,-1538344800,1),(1099,-1522533600,2),(1099,-1507500000,1),(1099,-1490565600,2),(1099,-1473631200,1),(1099,-1460930400,2),(1099,-1442786400,1),(1099,-1428876000,2),(1099,-1410732000,1),(1099,-1396216800,2),(1099,-1379282400,1),(1099,-1364767200,2),(1099,-1348437600,1),(1099,-1333317600,2),(1099,-1315778400,1),(1099,-1301263200,2),(1099,-1284328800,1),(1099,-1269813600,2),(1099,-1253484000,1),(1099,-1238364000,2),(1099,-1221429600,1),(1099,-1206914400,2),(1099,-1189980000,1),(1099,-1175464800,2),(1099,-1159135200,1),(1099,-1143410400,2),(1099,-1126476000,1),(1099,-1111960800,2),(1099,-1095631200,1),(1099,-1080511200,2),(1099,-1063576800,1),(1099,-1049061600,2),(1099,-1032127200,1),(1099,-1017612000,2),(1099,-1001282400,1),(1099,-986162400,2),(1099,-969228000,1),(1099,-950479200,2),(1099,-942012000,1),(1099,-904518000,3),(1099,-896050800,1),(1099,-875487600,3),(1099,-864601200,1),(1099,-844038000,3),(1099,-832546800,1),(1099,-812588400,3),(1099,-798073200,1),(1099,-781052400,3),(1099,-772066800,1),(1099,-764805600,2),(1099,-748476000,1),(1099,-733356000,2),(1099,-719445600,1),(1099,-717030000,3),(1099,-706748400,1),(1099,-699487200,2),(1099,-687996000,1),(1099,-668037600,2),(1099,-654732000,1),(1099,-636588000,2),(1099,-622072800,1),(1099,-605743200,2),(1099,-590623200,1),(1099,-574293600,2),(1099,-558568800,1),(1099,-542239200,2),(1099,-527119200,1),(1099,-512604000,2),(1099,-496274400,1),(1099,-481154400,2),(1099,-464220000,1),(1099,-449704800,2),(1099,-432165600,1),(1099,-417650400,2),(1099,-401320800,1),(1099,-386200800,2),(1099,-369266400,1),(1099,-354751200,2),(1099,-337816800,1),(1099,-323301600,2),(1099,-306972000,1),(1099,-291852000,2),(1099,-276732000,1),(1099,-257983200,2),(1099,-245282400,1),(1099,-226533600,2),(1099,-213228000,1),(1099,-195084000,2),(1099,-182383200,1),(1099,-163634400,2),(1099,-150933600,1),(1099,-132184800,2),(1099,-119484000,1),(1099,-100735200,2),(1099,-88034400,1),(1099,-68680800,2),(1099,-59004000,1),(1099,-37242000,4),(1099,57722400,6),(1099,69818400,1),(1099,89172000,2),(1099,101268000,1),(1099,120621600,2),(1099,132717600,1),(1099,152071200,2),(1099,164167200,1),(1099,183520800,2),(1099,196221600,1),(1099,214970400,2),(1099,227671200,1),(1099,246420000,2),(1099,259120800,1),(1099,278474400,2),(1099,290570400,1),(1099,309924000,2),(1099,322020000,1),(1099,341373600,2),(1099,354675600,5),(1099,372819600,6),(1099,386125200,5),(1099,404269200,6),(1099,417574800,5),(1099,435718800,6),(1099,449024400,5),(1099,467773200,6),(1099,481078800,5),(1099,499222800,6),(1099,512528400,5),(1099,530672400,6),(1099,543978000,5),(1099,562122000,6),(1099,575427600,5),(1099,593571600,6),(1099,606877200,5),(1099,625626000,6),(1099,638326800,5),(1099,657075600,6),(1099,670381200,5),(1099,688525200,6),(1099,701830800,5),(1099,719974800,6),(1099,733280400,5),(1099,751424400,6),(1099,764730000,5),(1099,782874000,6),(1099,796179600,5),(1099,814323600,6),(1099,820454400,7),(1099,828234000,5),(1099,846378000,6),(1099,859683600,5),(1099,877827600,6),(1099,891133200,5),(1099,909277200,6),(1099,922582800,5),(1099,941331600,6),(1099,954032400,5),(1099,972781200,6),(1099,985482000,5),(1099,1004230800,6),(1099,1017536400,5),(1099,1035680400,6),(1099,1048986000,5),(1099,1067130000,6),(1099,1080435600,5),(1099,1099184400,6),(1099,1111885200,5),(1099,1130634000,6),(1099,1143334800,5),(1099,1162083600,6),(1099,1174784400,5),(1099,1193533200,6),(1099,1206838800,5),(1099,1224982800,6),(1099,1238288400,5),(1099,1256432400,6),(1099,1269738000,5),(1099,1288486800,6),(1099,1301187600,5),(1099,1319936400,6),(1099,1332637200,5),(1099,1351386000,6),(1099,1364691600,5),(1099,1382835600,6),(1099,1396141200,5),(1099,1414285200,6),(1099,1427590800,5),(1099,1445734800,6),(1099,1459040400,5),(1099,1477789200,6),(1099,1490490000,5),(1099,1509238800,6),(1099,1521939600,5),(1099,1540688400,6),(1099,1553994000,5),(1099,1572138000,6),(1099,1585443600,5),(1099,1603587600,6),(1099,1616893200,5),(1099,1635642000,6),(1099,1648342800,5),(1099,1667091600,6),(1099,1679792400,5),(1099,1698541200,6),(1099,1711846800,5),(1099,1729990800,6),(1099,1743296400,5),(1099,1761440400,6),(1099,1774746000,5),(1099,1792890000,6),(1099,1806195600,5),(1099,1824944400,6),(1099,1837645200,5),(1099,1856394000,6),(1099,1869094800,5),(1099,1887843600,6),(1099,1901149200,5),(1099,1919293200,6),(1099,1932598800,5),(1099,1950742800,6),(1099,1964048400,5),(1099,1982797200,6),(1099,1995498000,5),(1099,2014246800,6),(1099,2026947600,5),(1099,2045696400,6),(1099,2058397200,5),(1099,2077146000,6),(1099,2090451600,5),(1099,2108595600,6),(1099,2121901200,5),(1099,2140045200,6),(1100,-2147483648,2),(1100,-1691964000,1),(1100,-1680472800,2),(1100,-1664143200,1),(1100,-1650146400,2),(1100,-1633903200,1),(1100,-1617487200,2),(1100,-1601848800,1),(1100,-1586037600,2),(1100,-1570399200,1),(1100,-1552168800,2),(1100,-1538344800,1),(1100,-1522533600,2),(1100,-1507500000,1),(1100,-1490565600,2),(1100,-1473631200,1),(1100,-1460930400,2),(1100,-1442786400,1),(1100,-1428876000,2),(1100,-1410732000,1),(1100,-1396216800,2),(1100,-1379282400,1),(1100,-1364767200,2),(1100,-1348437600,1),(1100,-1333317600,2),(1100,-1315778400,1),(1100,-1301263200,2),(1100,-1284328800,1),(1100,-1269813600,2),(1100,-1253484000,1),(1100,-1238364000,2),(1100,-1221429600,1),(1100,-1206914400,2),(1100,-1189980000,1),(1100,-1175464800,2),(1100,-1159135200,1),(1100,-1143410400,2),(1100,-1126476000,1),(1100,-1111960800,2),(1100,-1095631200,1),(1100,-1080511200,2),(1100,-1063576800,1),(1100,-1049061600,2),(1100,-1032127200,1),(1100,-1017612000,2),(1100,-1001282400,1),(1100,-986162400,2),(1100,-969228000,1),(1100,-950479200,2),(1100,-942012000,1),(1100,-904518000,3),(1100,-896050800,1),(1100,-875487600,3),(1100,-864601200,1),(1100,-844038000,3),(1100,-832546800,1),(1100,-812588400,3),(1100,-798073200,1),(1100,-781052400,3),(1100,-772066800,1),(1100,-764805600,2),(1100,-748476000,1),(1100,-733356000,2),(1100,-719445600,1),(1100,-717030000,3),(1100,-706748400,1),(1100,-699487200,2),(1100,-687996000,1),(1100,-668037600,2),(1100,-654732000,1),(1100,-636588000,2),(1100,-622072800,1),(1100,-605743200,2),(1100,-590623200,1),(1100,-574293600,2),(1100,-558568800,1),(1100,-542239200,2),(1100,-527119200,1),(1100,-512604000,2),(1100,-496274400,1),(1100,-481154400,2),(1100,-464220000,1),(1100,-449704800,2),(1100,-432165600,1),(1100,-417650400,2),(1100,-401320800,1),(1100,-386200800,2),(1100,-369266400,1),(1100,-354751200,2),(1100,-337816800,1),(1100,-323301600,2),(1100,-306972000,1),(1100,-291852000,2),(1100,-276732000,1),(1100,-257983200,2),(1100,-245282400,1),(1100,-226533600,2),(1100,-213228000,1),(1100,-195084000,2),(1100,-182383200,1),(1100,-163634400,2),(1100,-150933600,1),(1100,-132184800,2),(1100,-119484000,1),(1100,-100735200,2),(1100,-88034400,1),(1100,-68680800,2),(1100,-59004000,1),(1100,-37242000,4),(1100,57722400,6),(1100,69818400,1),(1100,89172000,2),(1100,101268000,1),(1100,120621600,2),(1100,132717600,1),(1100,152071200,2),(1100,164167200,1),(1100,183520800,2),(1100,196221600,1),(1100,214970400,2),(1100,227671200,1),(1100,246420000,2),(1100,259120800,1),(1100,278474400,2),(1100,290570400,1),(1100,309924000,2),(1100,322020000,1),(1100,341373600,2),(1100,354675600,5),(1100,372819600,6),(1100,386125200,5),(1100,404269200,6),(1100,417574800,5),(1100,435718800,6),(1100,449024400,5),(1100,467773200,6),(1100,481078800,5),(1100,499222800,6),(1100,512528400,5),(1100,530672400,6),(1100,543978000,5),(1100,562122000,6),(1100,575427600,5),(1100,593571600,6),(1100,606877200,5),(1100,625626000,6),(1100,638326800,5),(1100,657075600,6),(1100,670381200,5),(1100,688525200,6),(1100,701830800,5),(1100,719974800,6),(1100,733280400,5),(1100,751424400,6),(1100,764730000,5),(1100,782874000,6),(1100,796179600,5),(1100,814323600,6),(1100,820454400,7),(1100,828234000,5),(1100,846378000,6),(1100,859683600,5),(1100,877827600,6),(1100,891133200,5),(1100,909277200,6),(1100,922582800,5),(1100,941331600,6),(1100,954032400,5),(1100,972781200,6),(1100,985482000,5),(1100,1004230800,6),(1100,1017536400,5),(1100,1035680400,6),(1100,1048986000,5),(1100,1067130000,6),(1100,1080435600,5),(1100,1099184400,6),(1100,1111885200,5),(1100,1130634000,6),(1100,1143334800,5),(1100,1162083600,6),(1100,1174784400,5),(1100,1193533200,6),(1100,1206838800,5),(1100,1224982800,6),(1100,1238288400,5),(1100,1256432400,6),(1100,1269738000,5),(1100,1288486800,6),(1100,1301187600,5),(1100,1319936400,6),(1100,1332637200,5),(1100,1351386000,6),(1100,1364691600,5),(1100,1382835600,6),(1100,1396141200,5),(1100,1414285200,6),(1100,1427590800,5),(1100,1445734800,6),(1100,1459040400,5),(1100,1477789200,6),(1100,1490490000,5),(1100,1509238800,6),(1100,1521939600,5),(1100,1540688400,6),(1100,1553994000,5),(1100,1572138000,6),(1100,1585443600,5),(1100,1603587600,6),(1100,1616893200,5),(1100,1635642000,6),(1100,1648342800,5),(1100,1667091600,6),(1100,1679792400,5),(1100,1698541200,6),(1100,1711846800,5),(1100,1729990800,6),(1100,1743296400,5),(1100,1761440400,6),(1100,1774746000,5),(1100,1792890000,6),(1100,1806195600,5),(1100,1824944400,6),(1100,1837645200,5),(1100,1856394000,6),(1100,1869094800,5),(1100,1887843600,6),(1100,1901149200,5),(1100,1919293200,6),(1100,1932598800,5),(1100,1950742800,6),(1100,1964048400,5),(1100,1982797200,6),(1100,1995498000,5),(1100,2014246800,6),(1100,2026947600,5),(1100,2045696400,6),(1100,2058397200,5),(1100,2077146000,6),(1100,2090451600,5),(1100,2108595600,6),(1100,2121901200,5),(1100,2140045200,6),(1107,-2147483648,0),(1107,-2056690800,1),(1107,-900910800,2),(1107,-891579600,3),(1107,-884248200,4),(1107,-761209200,1),(1107,-747907200,2),(1107,-728541000,5),(1107,-717049800,6),(1107,-697091400,5),(1107,-683785800,6),(1107,-668061000,5),(1107,-654755400,2),(1107,-636611400,5),(1107,-623305800,2),(1107,-605161800,5),(1107,-591856200,2),(1107,-573712200,5),(1107,-559801800,2),(1107,-541657800,5),(1107,-528352200,2),(1107,-510211800,1),(1107,-498112200,2),(1107,-478762200,1),(1107,-466662600,2),(1107,-446707800,1),(1107,-435213000,2),(1107,-415258200,1),(1107,-403158600,2),(1107,-383808600,1),(1107,-371709000,2),(1107,-352359000,1),(1107,-340259400,2),(1107,-320909400,1),(1107,-308809800,2),(1107,-288855000,1),(1107,-277360200,2),(1107,-257405400,1),(1107,-245910600,2),(1107,-225955800,1),(1107,-213856200,2),(1107,-194506200,1),(1107,-182406600,2),(1107,-163056600,1),(1107,-148537800,2),(1107,-132816600,1),(1107,-117088200,2),(1107,-101367000,1),(1107,-85638600,2),(1107,-69312600,1),(1107,-53584200,2),(1107,-37863000,1),(1107,-22134600,2),(1107,-6413400,1),(1107,9315000,2),(1107,25036200,1),(1107,40764600,2),(1107,56485800,1),(1107,72214200,2),(1107,88540200,1),(1107,104268600,2),(1107,119989800,1),(1107,126041400,2),(1107,151439400,1),(1107,167167800,2),(1107,182889000,1),(1107,198617400,2),(1107,214338600,1),(1107,295385400,2),(1107,309292200,1),(1108,-2147483648,0),(1108,-1956609120,2),(1108,-1668211200,1),(1108,-1647212400,2),(1108,-1636675200,1),(1108,-1613430000,2),(1108,-1605139200,1),(1108,-1581894000,2),(1108,-1539561600,1),(1108,-1531350000,2),(1108,-968025600,1),(1108,-952293600,2),(1108,-942008400,1),(1108,-920239200,3),(1108,-909957600,4),(1108,-888789600,3),(1108,-877903200,4),(1108,-857944800,3),(1108,-846453600,4),(1108,-826495200,3),(1108,-815004000,4),(1108,-795045600,3),(1108,-783554400,4),(1108,-762991200,3),(1108,-752104800,4),(1108,-731541600,3),(1108,-717631200,4),(1108,-700092000,3),(1108,-686181600,4),(1108,-668642400,3),(1108,-654732000,4),(1108,-636588000,3),(1108,-623282400,4),(1108,-605743200,3),(1108,-591832800,4),(1108,-573688800,3),(1108,-559778400,4),(1108,-542239200,3),(1108,-528328800,4),(1108,-510789600,3),(1108,-496879200,4),(1108,-479340000,3),(1108,-465429600,4),(1108,-447890400,3),(1108,-433980000,4),(1108,-415836000,3),(1108,-401925600,4),(1108,-384386400,3),(1108,-370476000,4),(1108,-352936800,3),(1108,-339026400,4),(1108,-321487200,3),(1108,-307576800,4),(1108,-290037600,3),(1108,-276127200,4),(1108,-258588000,3),(1108,-244677600,4),(1108,-226533600,3),(1108,-212623200,4),(1108,-195084000,3),(1108,-181173600,4),(1108,-163634400,3),(1108,-149724000,4),(1108,-132184800,3),(1108,-118274400,4),(1108,-100735200,3),(1108,-86824800,4),(1108,-68680800,3),(1108,-54770400,5),(1109,-2147483648,0),(1109,-1946168836,1),(1109,-1309746600,2),(1109,-1261969200,1),(1109,-1041388200,3),(1109,-865305900,2),(1110,-2147483648,0),(1110,-1988167780,1),(1110,820436400,2),(1110,2147483647,2),(1111,-2147483648,1),(1111,2147483647,1),(1112,-2147483648,1),(1112,2147483647,1),(1113,-2147483648,0),(1113,-1946168836,1),(1113,-1309746600,2),(1113,-1261969200,1),(1113,-1041388200,3),(1113,-865305900,2),(1114,-2147483648,0),(1114,-631152000,1),(1114,2147483647,1),(1115,-2147483648,0),(1115,-1988163708,1),(1115,2147483647,1),(1116,-2147483648,1),(1116,-315636840,2),(1116,2147483647,2),(1117,-2147483648,0),(1117,-1988164200,2),(1117,403041600,1),(1117,417034800,2),(1117,1224972000,1),(1117,1238274000,2),(1117,2147483647,2),(1118,-2147483648,0),(1118,-1946168836,1),(1118,-1309746600,2),(1118,-1261969200,1),(1118,-1041388200,3),(1118,-865305900,2),(1119,-2147483648,0),(1119,-1848886912,1),(1119,2147483647,1),(1120,-2147483648,0),(1120,-1704165944,1),(1120,-757394744,2),(1120,247177800,4),(1120,259272000,3),(1120,277758000,4),(1120,283982400,2),(1120,290809800,5),(1120,306531000,2),(1120,322432200,5),(1120,338499000,2),(1120,673216200,5),(1120,685481400,2),(1120,701209800,5),(1120,717103800,2),(1120,732745800,5),(1120,748639800,2),(1120,764281800,5),(1120,780175800,2),(1120,795817800,5),(1120,811711800,2),(1120,827353800,5),(1120,843247800,2),(1120,858976200,5),(1120,874870200,2),(1120,890512200,5),(1120,906406200,2),(1120,922048200,5),(1120,937942200,2),(1120,953584200,5),(1120,969478200,2),(1120,985206600,5),(1120,1001100600,2),(1120,1016742600,5),(1120,1032636600,2),(1120,1048278600,5),(1120,1064172600,2),(1120,1079814600,5),(1120,1095708600,2),(1120,1111437000,5),(1120,1127331000,2),(1120,1206045000,5),(1120,1221939000,2),(1120,1237667400,5),(1120,1253561400,2),(1120,1269203400,5),(1120,1285097400,2),(1120,1300739400,5),(1120,1316633400,2),(1120,1332275400,5),(1120,1348169400,2),(1120,1363897800,5),(1120,1379791800,2),(1120,1395433800,5),(1120,1411327800,2),(1120,1426969800,5),(1120,1442863800,2),(1120,1458505800,5),(1120,1474399800,2),(1120,1490128200,5),(1120,1506022200,2),(1120,1521664200,5),(1120,1537558200,2),(1120,1553200200,5),(1120,1569094200,2),(1120,1584736200,5),(1120,1600630200,2),(1120,1616358600,5),(1120,1632252600,2),(1120,1647894600,5),(1120,1663788600,2),(1120,1679430600,5),(1120,1695324600,2),(1120,1710966600,5),(1120,1726860600,2),(1120,1742589000,5),(1120,1758483000,2),(1120,1774125000,5),(1120,1790019000,2),(1120,1805661000,5),(1120,1821555000,2),(1120,1837197000,5),(1120,1853091000,2),(1120,1868733000,5),(1120,1884627000,2),(1120,1900355400,5),(1120,1916249400,2),(1120,1931891400,5),(1120,1947785400,2),(1120,1963427400,5),(1120,1979321400,2),(1120,1994963400,5),(1120,2010857400,2),(1120,2026585800,5),(1120,2042479800,2),(1120,2058121800,5),(1120,2074015800,2),(1120,2089657800,5),(1120,2105551800,2),(1120,2121193800,5),(1120,2137087800,2),(1121,-2147483648,1),(1121,-1641003640,6),(1121,-933638400,2),(1121,-923097600,3),(1121,-919036800,2),(1121,-857347200,3),(1121,-844300800,2),(1121,-825811200,3),(1121,-812678400,2),(1121,-794188800,3),(1121,-779846400,2),(1121,-762652800,3),(1121,-748310400,2),(1121,-731116800,3),(1121,-681955200,4),(1121,-673228800,2),(1121,-667958400,3),(1121,-652320000,2),(1121,-636422400,3),(1121,-622080000,2),(1121,-608947200,3),(1121,-591840000,2),(1121,-572486400,3),(1121,-558576000,2),(1121,-542851200,3),(1121,-527731200,2),(1121,-514425600,3),(1121,-490838400,2),(1121,-482976000,3),(1121,-459388800,2),(1121,-451526400,3),(1121,-428544000,2),(1121,-418262400,3),(1121,-400118400,2),(1121,-387417600,3),(1121,142380000,5),(1121,150843600,6),(1121,167176800,5),(1121,178664400,6),(1121,334101600,7),(1121,337730400,8),(1121,452642400,7),(1121,462319200,8),(1121,482277600,5),(1121,494370000,6),(1121,516751200,5),(1121,526424400,6),(1121,545436000,5),(1121,558478800,6),(1121,576626400,5),(1121,589323600,6),(1121,609890400,5),(1121,620773200,6),(1121,638316000,5),(1121,651618000,6),(1121,669765600,5),(1121,683672400,6),(1121,701820000,5),(1121,715726800,6),(1121,733701600,5),(1121,747176400,6),(1121,765151200,5),(1121,778021200,6),(1121,796600800,5),(1121,810075600,6),(1121,826840800,5),(1121,842821200,6),(1121,858895200,5),(1121,874184400,6),(1121,890344800,5),(1121,905029200,6),(1121,923011200,5),(1121,936313200,6),(1121,955670400,5),(1121,970783200,6),(1121,986770800,5),(1121,1001282400,6),(1121,1017356400,5),(1121,1033941600,6),(1121,1048806000,5),(1121,1065132000,6),(1121,1081292400,5),(1121,1095804000,6),(1121,1112313600,5),(1121,1128812400,6),(1121,1143763200,5),(1121,1159657200,6),(1121,1175212800,5),(1121,1189897200,6),(1121,1206662400,5),(1121,1223161200,6),(1121,1238112000,5),(1121,1254006000,6),(1121,1269561600,5),(1121,1284246000,6),(1121,1301616000,5),(1121,1317510000,6),(1121,1333065600,5),(1121,1348354800,6),(1121,1364515200,5),(1121,1382828400,6),(1121,1395964800,5),(1121,1414278000,6),(1121,1427414400,5),(1121,1445727600,6),(1121,1458864000,5),(1121,1477782000,6),(1121,1490313600,5),(1121,1509231600,6),(1121,1521763200,5),(1121,1540681200,6),(1121,1553817600,5),(1121,1572130800,6),(1121,1585267200,5),(1121,1603580400,6),(1121,1616716800,5),(1121,1635634800,6),(1121,1648166400,5),(1121,1667084400,6),(1121,1679616000,5),(1121,1698534000,6),(1121,1711670400,5),(1121,1729983600,6),(1121,1743120000,5),(1121,1761433200,6),(1121,1774569600,5),(1121,1792882800,6),(1121,1806019200,5),(1121,1824937200,6),(1121,1837468800,5),(1121,1856386800,6),(1121,1868918400,5),(1121,1887836400,6),(1121,1900972800,5),(1121,1919286000,6),(1121,1932422400,5),(1121,1950735600,6),(1121,1963872000,5),(1121,1982790000,6),(1121,1995321600,5),(1121,2014239600,6),(1121,2026771200,5),(1121,2045689200,6),(1121,2058220800,5),(1121,2077138800,6),(1121,2090275200,5),(1121,2108588400,6),(1121,2121724800,5),(1121,2140038000,6),(1122,-2147483648,1),(1122,-1827687170,2),(1122,126687600,3),(1122,152085600,2),(1122,162370800,3),(1122,183535200,2),(1122,199263600,3),(1122,215589600,2),(1122,230713200,3),(1122,247039200,2),(1122,262767600,3),(1122,278488800,2),(1122,294217200,3),(1122,309938400,2),(1122,325666800,3),(1122,341388000,2),(1122,357116400,3),(1122,372837600,2),(1122,388566000,3),(1122,404892000,2),(1122,420015600,3),(1122,436341600,2),(1123,-2147483648,3),(1123,-683802000,1),(1123,-672310800,2),(1123,-654771600,1),(1123,-640861200,2),(1123,-620298000,1),(1123,-609411600,2),(1123,-588848400,1),(1123,-577962000,2),(1124,-2147483648,1),(1124,-1041418800,2),(1124,-907408800,3),(1124,-817462800,1),(1124,-7988400,4),(1124,745934400,5),(1124,2147483647,5),(1125,-2147483648,0),(1125,-1577926364,2),(1125,-574902000,1),(1125,-568087200,2),(1125,-512175600,1),(1125,-504928800,2),(1125,-449888400,1),(1125,-441856800,2),(1125,-347158800,3),(1125,378684000,2),(1125,386463600,1),(1125,402271200,2),(1125,417999600,1),(1125,433807200,2),(1125,449622000,1),(1125,465429600,2),(1125,481590000,1),(1125,496965600,2),(1125,512953200,1),(1125,528674400,2),(1125,544230000,1),(1125,560037600,2),(1125,575852400,1),(1125,591660000,2),(1125,607388400,1),(1125,623196000,2),(1125,641775600,3),(1125,844034400,2),(1125,860108400,1),(1125,875916000,3),(1125,1352505600,2),(1125,1364515200,1),(1125,1382659200,3),(1126,-1693706400,0),(1126,-1680483600,1),(1126,-1663455600,2),(1126,-1650150000,3),(1126,-1632006000,2),(1126,-1618700400,3),(1126,-938905200,2),(1126,-857257200,3),(1126,-844556400,2),(1126,-828226800,3),(1126,-812502000,2),(1126,-796777200,3),(1126,-781052400,2),(1126,-766623600,3),(1126,228877200,2),(1126,243997200,3),(1126,260326800,2),(1126,276051600,3),(1126,291776400,2),(1126,307501200,3),(1126,323830800,2),(1126,338950800,3),(1126,354675600,2),(1126,370400400,3),(1126,386125200,2),(1126,401850000,3),(1126,417574800,2),(1126,433299600,3),(1126,449024400,2),(1126,465354000,3),(1126,481078800,2),(1126,496803600,3),(1126,512528400,2),(1126,528253200,3),(1126,543978000,2),(1126,559702800,3),(1126,575427600,2),(1126,591152400,3),(1126,606877200,2),(1126,622602000,3),(1126,638326800,2),(1126,654656400,3),(1126,670381200,2),(1126,686106000,3),(1126,701830800,2),(1126,717555600,3),(1126,733280400,2),(1126,749005200,3),(1126,764730000,2),(1126,780454800,3),(1126,796179600,2),(1126,811904400,3),(1126,828234000,2),(1126,846378000,3),(1126,859683600,2),(1126,877827600,3),(1126,891133200,2),(1126,909277200,3),(1126,922582800,2),(1126,941331600,3),(1126,954032400,2),(1126,972781200,3),(1126,985482000,2),(1126,1004230800,3),(1126,1017536400,2),(1126,1035680400,3),(1126,1048986000,2),(1126,1067130000,3),(1126,1080435600,2),(1126,1099184400,3),(1126,1111885200,2),(1126,1130634000,3),(1126,1143334800,2),(1126,1162083600,3),(1126,1174784400,2),(1126,1193533200,3),(1126,1206838800,2),(1126,1224982800,3),(1126,1238288400,2),(1126,1256432400,3),(1126,1269738000,2),(1126,1288486800,3),(1126,1301187600,2),(1126,1319936400,3),(1126,1332637200,2),(1126,1351386000,3),(1126,1364691600,2),(1126,1382835600,3),(1126,1396141200,2),(1126,1414285200,3),(1126,1427590800,2),(1126,1445734800,3),(1126,1459040400,2),(1126,1477789200,3),(1126,1490490000,2),(1126,1509238800,3),(1126,1521939600,2),(1126,1540688400,3),(1126,1553994000,2),(1126,1572138000,3),(1126,1585443600,2),(1126,1603587600,3),(1126,1616893200,2),(1126,1635642000,3),(1126,1648342800,2),(1126,1667091600,3),(1126,1679792400,2),(1126,1698541200,3),(1126,1711846800,2),(1126,1729990800,3),(1126,1743296400,2),(1126,1761440400,3),(1126,1774746000,2),(1126,1792890000,3),(1126,1806195600,2),(1126,1824944400,3),(1126,1837645200,2),(1126,1856394000,3),(1126,1869094800,2),(1126,1887843600,3),(1126,1901149200,2),(1126,1919293200,3),(1126,1932598800,2),(1126,1950742800,3),(1126,1964048400,2),(1126,1982797200,3),(1126,1995498000,2),(1126,2014246800,3),(1126,2026947600,2),(1126,2045696400,3),(1126,2058397200,2),(1126,2077146000,3),(1126,2090451600,2),(1126,2108595600,3),(1126,2121901200,2),(1126,2140045200,3),(1128,-1633273200,0),(1128,-1615132800,1),(1128,-1601823600,0),(1128,-1583683200,1),(1128,-880210800,2),(1128,-769395600,3),(1128,-765388800,1),(1128,-84380400,0),(1128,-68659200,1),(1128,-52930800,0),(1128,-37209600,1),(1128,-21481200,0),(1128,-5760000,1),(1128,9968400,0),(1128,25689600,1),(1128,41418000,0),(1128,57744000,1),(1128,73472400,0),(1128,89193600,1),(1128,104922000,0),(1128,120643200,1),(1128,126694800,0),(1128,152092800,1),(1128,162378000,0),(1128,183542400,1),(1128,199270800,0),(1128,215596800,1),(1128,230720400,0),(1128,247046400,1),(1128,262774800,0),(1128,278496000,1),(1128,294224400,0),(1128,309945600,1),(1128,325674000,0),(1128,341395200,1),(1128,357123600,0),(1128,372844800,1),(1128,388573200,0),(1128,404899200,1),(1128,420022800,0),(1128,436348800,1),(1128,452077200,0),(1128,467798400,1),(1128,483526800,0),(1128,499248000,1),(1128,514976400,0),(1128,530697600,1),(1128,544611600,0),(1128,562147200,1),(1128,576061200,0),(1128,594201600,1),(1128,607510800,0),(1128,625651200,1),(1128,638960400,0),(1128,657100800,1),(1128,671014800,0),(1128,688550400,1),(1128,702464400,0),(1128,720000000,1),(1128,733914000,0),(1128,752054400,1),(1128,765363600,0),(1128,783504000,1),(1128,796813200,0),(1128,814953600,1),(1128,828867600,0),(1128,846403200,1),(1128,860317200,0),(1128,877852800,1),(1128,891766800,0),(1128,909302400,1),(1128,923216400,0),(1128,941356800,1),(1128,954666000,0),(1128,972806400,1),(1128,986115600,0),(1128,1004256000,1),(1128,1018170000,0),(1128,1035705600,1),(1128,1049619600,0),(1128,1067155200,1),(1128,1081069200,0),(1128,1099209600,1),(1128,1112518800,0),(1128,1130659200,1),(1128,1143968400,0),(1128,1162108800,1),(1128,1173603600,0),(1128,1194163200,1),(1128,1205053200,0),(1128,1225612800,1),(1128,1236502800,0),(1128,1257062400,1),(1128,1268557200,0),(1128,1289116800,1),(1128,1300006800,0),(1128,1320566400,1),(1128,1331456400,0),(1128,1352016000,1),(1128,1362906000,0),(1128,1383465600,1),(1128,1394355600,0),(1128,1414915200,1),(1128,1425805200,0),(1128,1446364800,1),(1128,1457859600,0),(1128,1478419200,1),(1128,1489309200,0),(1128,1509868800,1),(1128,1520758800,0),(1128,1541318400,1),(1128,1552208400,0),(1128,1572768000,1),(1128,1583658000,0),(1128,1604217600,1),(1128,1615712400,0),(1128,1636272000,1),(1128,1647162000,0),(1128,1667721600,1),(1128,1678611600,0),(1128,1699171200,1),(1128,1710061200,0),(1128,1730620800,1),(1128,1741510800,0),(1128,1762070400,1),(1128,1772960400,0),(1128,1793520000,1),(1128,1805014800,0),(1128,1825574400,1),(1128,1836464400,0),(1128,1857024000,1),(1128,1867914000,0),(1128,1888473600,1),(1128,1899363600,0),(1128,1919923200,1),(1128,1930813200,0),(1128,1951372800,1),(1128,1962867600,0),(1128,1983427200,1),(1128,1994317200,0),(1128,2014876800,1),(1128,2025766800,0),(1128,2046326400,1),(1128,2057216400,0),(1128,2077776000,1),(1128,2088666000,0),(1128,2109225600,1),(1128,2120115600,0),(1128,2140675200,1),(1129,-2147483648,0),(1129,-1514736000,1),(1129,-1451667600,2),(1129,-1343062800,1),(1129,-1234803600,2),(1129,-1222963200,3),(1129,-1207242000,2),(1129,-873820800,4),(1129,-769395600,5),(1129,-761677200,2),(1129,-686073600,3),(1129,-661539600,2),(1129,-495039600,3),(1129,-481734000,2),(1129,-463590000,3),(1129,-450284400,2),(1129,-431535600,3),(1129,-418230000,2),(1129,-400086000,3),(1129,-386780400,2),(1129,-368636400,3),(1129,-355330800,2),(1129,-337186800,3),(1129,-323881200,2),(1129,-305737200,3),(1129,-292431600,2),(1129,199274400,3),(1129,215600400,2),(1129,230724000,3),(1129,247050000,2),(1129,262778400,3),(1129,278499600,2),(1129,294228000,3),(1129,309949200,2),(1129,325677600,3),(1129,341398800,2),(1129,357127200,3),(1129,372848400,2),(1129,388576800,3),(1129,404902800,2),(1129,420026400,3),(1129,436352400,2),(1129,452080800,3),(1129,467802000,2),(1129,483530400,3),(1129,499251600,2),(1129,514980000,3),(1129,530701200,2),(1129,544615200,3),(1129,562150800,2),(1129,576064800,3),(1129,594205200,2),(1129,607514400,3),(1129,625654800,2),(1129,638964000,3),(1129,657104400,2),(1129,671018400,3),(1129,688554000,2),(1129,702468000,3),(1129,720003600,2),(1129,733917600,3),(1129,752058000,2),(1129,765367200,3),(1129,783507600,2),(1129,796816800,3),(1129,814957200,2),(1129,828871200,3),(1129,846406800,2),(1129,860320800,3),(1129,877856400,2),(1129,891770400,3),(1129,909306000,2),(1129,923220000,3),(1129,941360400,2),(1129,954669600,3),(1129,972810000,2),(1129,986119200,3),(1129,1004259600,2),(1129,1018173600,3),(1129,1035709200,2),(1129,1049623200,3),(1129,1067158800,2),(1129,1081072800,3),(1129,1099213200,2),(1129,1112522400,3),(1129,1130662800,2),(1129,1143972000,3),(1129,1162112400,2),(1129,1175421600,3),(1129,1193562000,2),(1129,1207476000,3),(1129,1225011600,2),(1129,1238925600,3),(1129,1256461200,2),(1129,1268560800,3),(1129,1289120400,2),(1129,1300010400,3),(1129,1320570000,2),(1129,1331460000,3),(1129,1352019600,2),(1129,1362909600,3),(1129,1383469200,2),(1129,1394359200,3),(1129,1414918800,2),(1129,1425808800,3),(1129,1446368400,2),(1129,1457863200,3),(1129,1478422800,2),(1129,1489312800,3),(1129,1509872400,2),(1129,1520762400,3),(1129,1541322000,2),(1129,1552212000,3),(1129,1572771600,2),(1129,1583661600,3),(1129,1604221200,2),(1129,1615716000,3),(1129,1636275600,2),(1129,1647165600,3),(1129,1667725200,2),(1129,1678615200,3),(1129,1699174800,2),(1129,1710064800,3),(1129,1730624400,2),(1129,1741514400,3),(1129,1762074000,2),(1129,1772964000,3),(1129,1793523600,2),(1129,1805018400,3),(1129,1825578000,2),(1129,1836468000,3),(1129,1857027600,2),(1129,1867917600,3),(1129,1888477200,2),(1129,1899367200,3),(1129,1919926800,2),(1129,1930816800,3),(1129,1951376400,2),(1129,1962871200,3),(1129,1983430800,2),(1129,1994320800,3),(1129,2014880400,2),(1129,2025770400,3),(1129,2046330000,2),(1129,2057220000,3),(1129,2077779600,2),(1129,2088669600,3),(1129,2109229200,2),(1129,2120119200,3),(1129,2140678800,2),(1130,-2147483648,0),(1130,-1514739600,1),(1130,-1343066400,2),(1130,-1234807200,1),(1130,-1220292000,2),(1130,-1207159200,1),(1130,-1191344400,2),(1130,-873828000,1),(1130,-661539600,3),(1130,28800,1),(1130,828867600,4),(1130,846403200,1),(1130,860317200,4),(1130,877852800,1),(1130,891766800,4),(1130,909302400,1),(1130,923216400,4),(1130,941356800,1),(1130,954666000,4),(1130,972806400,1),(1130,989139600,4),(1130,1001836800,1),(1130,1018170000,4),(1130,1035705600,1),(1130,1049619600,4),(1130,1067155200,1),(1130,1081069200,4),(1130,1099209600,1),(1130,1112518800,4),(1130,1130659200,1),(1130,1143968400,4),(1130,1162108800,1),(1130,1175418000,4),(1130,1193558400,1),(1130,1207472400,4),(1130,1225008000,1),(1130,1238922000,4),(1130,1256457600,1),(1130,1270371600,4),(1130,1288512000,1),(1130,1301821200,4),(1130,1319961600,1),(1130,1333270800,4),(1130,1351411200,1),(1130,1365325200,4),(1130,1382860800,1),(1130,1396774800,4),(1130,1414310400,1),(1130,1428224400,4),(1130,1445760000,1),(1130,1459674000,4),(1130,1477814400,1),(1130,1491123600,4),(1130,1509264000,1),(1130,1522573200,4),(1130,1540713600,1),(1130,1554627600,4),(1130,1572163200,1),(1130,1586077200,4),(1130,1603612800,1),(1130,1617526800,4),(1130,1635667200,1),(1130,1648976400,4),(1130,1667116800,1),(1130,1680426000,4),(1130,1698566400,1),(1130,1712480400,4),(1130,1730016000,1),(1130,1743930000,4),(1130,1761465600,1),(1130,1775379600,4),(1130,1792915200,1),(1130,1806829200,4),(1130,1824969600,1),(1130,1838278800,4),(1130,1856419200,1),(1130,1869728400,4),(1130,1887868800,1),(1130,1901782800,4),(1130,1919318400,1),(1130,1933232400,4),(1130,1950768000,1),(1130,1964682000,4),(1130,1982822400,1),(1130,1996131600,4),(1130,2014272000,1),(1130,2027581200,4),(1130,2045721600,1),(1130,2059030800,4),(1130,2077171200,1),(1130,2091085200,4),(1130,2108620800,1),(1130,2122534800,4),(1130,2140070400,1),(1131,-2147483648,0),(1131,-1514739600,1),(1131,-1343066400,2),(1131,-1234807200,1),(1131,-1220292000,2),(1131,-1207159200,1),(1131,-1191344400,2),(1131,-975261600,3),(1131,-963169200,2),(1131,-917114400,3),(1131,-907354800,2),(1131,-821901600,4),(1131,-810068400,2),(1131,-627501600,3),(1131,-612990000,2),(1131,828864000,3),(1131,846399600,2),(1131,860313600,3),(1131,877849200,2),(1131,891763200,3),(1131,909298800,2),(1131,923212800,3),(1131,941353200,2),(1131,954662400,3),(1131,972802800,2),(1131,989136000,3),(1131,1001833200,2),(1131,1018166400,3),(1131,1035702000,2),(1131,1049616000,3),(1131,1067151600,2),(1131,1081065600,3),(1131,1099206000,2),(1131,1112515200,3),(1131,1130655600,2),(1131,1143964800,3),(1131,1162105200,2),(1131,1175414400,3),(1131,1193554800,2),(1131,1207468800,3),(1131,1225004400,2),(1131,1238918400,3),(1131,1256454000,2),(1131,1270368000,3),(1131,1288508400,2),(1131,1301817600,3),(1131,1319958000,2),(1131,1333267200,3),(1131,1351407600,2),(1131,1365321600,3),(1131,1382857200,2),(1131,1396771200,3),(1131,1414306800,2),(1131,1428220800,3),(1131,1445756400,2),(1131,1459670400,3),(1131,1477810800,2),(1131,1491120000,3),(1131,1509260400,2),(1131,1522569600,3),(1131,1540710000,2),(1131,1554624000,3),(1131,1572159600,2),(1131,1586073600,3),(1131,1603609200,2),(1131,1617523200,3),(1131,1635663600,2),(1131,1648972800,3),(1131,1667113200,2),(1131,1680422400,3),(1131,1698562800,2),(1131,1712476800,3),(1131,1730012400,2),(1131,1743926400,3),(1131,1761462000,2),(1131,1775376000,3),(1131,1792911600,2),(1131,1806825600,3),(1131,1824966000,2),(1131,1838275200,3),(1131,1856415600,2),(1131,1869724800,3),(1131,1887865200,2),(1131,1901779200,3),(1131,1919314800,2),(1131,1933228800,3),(1131,1950764400,2),(1131,1964678400,3),(1131,1982818800,2),(1131,1996128000,3),(1131,2014268400,2),(1131,2027577600,3),(1131,2045718000,2),(1131,2059027200,3),(1131,2077167600,2),(1131,2091081600,3),(1131,2108617200,2),(1131,2122531200,3),(1131,2140066800,2),(1132,-2147483648,2),(1132,-1330335000,1),(1132,-1320057000,2),(1132,-1300699800,3),(1132,-1287396000,2),(1132,-1269250200,3),(1132,-1255946400,2),(1132,-1237800600,3),(1132,-1224496800,2),(1132,-1206351000,3),(1132,-1192442400,2),(1132,-1174901400,3),(1132,-1160992800,2),(1132,-1143451800,3),(1132,-1125914400,2),(1132,-1112607000,3),(1132,-1094464800,2),(1132,-1081157400,3),(1132,-1063015200,2),(1132,-1049707800,3),(1132,-1031565600,2),(1132,-1018258200,3),(1132,-1000116000,2),(1132,-986808600,3),(1132,-968061600,2),(1132,-955359000,3),(1132,-936612000,2),(1132,-923304600,3),(1132,-757425600,6),(1132,152632800,4),(1132,162309600,5),(1132,183477600,4),(1132,194968800,5),(1132,215532000,4),(1132,226418400,5),(1132,246981600,4),(1132,257868000,5),(1132,278431200,4),(1132,289317600,5),(1132,309880800,4),(1132,320767200,5),(1132,341330400,4),(1132,352216800,5),(1132,372780000,4),(1132,384271200,5),(1132,404834400,4),(1132,415720800,5),(1132,436284000,4),(1132,447170400,5),(1132,467733600,4),(1132,478620000,5),(1132,499183200,4),(1132,510069600,5),(1132,530632800,4),(1132,541519200,5),(1132,562082400,4),(1132,573573600,5),(1132,594136800,4),(1132,605023200,5),(1132,623772000,4),(1132,637682400,5),(1132,655221600,4),(1132,669132000,5),(1132,686671200,4),(1132,700581600,5),(1132,718120800,4),(1132,732636000,5),(1132,749570400,4),(1132,764085600,5),(1132,781020000,4),(1132,795535200,5),(1132,812469600,4),(1132,826984800,5),(1132,844524000,4),(1132,858434400,5),(1132,875973600,4),(1132,889884000,5),(1132,907423200,4),(1132,921938400,5),(1132,938872800,4),(1132,953388000,5),(1132,970322400,4),(1132,984837600,5),(1132,1002376800,4),(1132,1016287200,5),(1132,1033826400,4),(1132,1047736800,5),(1132,1065276000,4),(1132,1079791200,5),(1132,1096725600,4),(1132,1111240800,5),(1132,1128175200,4),(1132,1142690400,5),(1132,1159624800,4),(1132,1174140000,5),(1132,1191074400,4),(1132,1207404000,5),(1132,1222524000,4),(1132,1238853600,5),(1132,1253973600,4),(1132,1270303200,5),(1132,1285423200,4),(1132,1301752800,5),(1132,1316872800,4),(1132,1333202400,5),(1132,1348927200,4),(1132,1365256800,5),(1132,1380376800,4),(1132,1396706400,5),(1132,1411826400,4),(1132,1428156000,5),(1132,1443276000,4),(1132,1459605600,5),(1132,1474725600,4),(1132,1491055200,5),(1132,1506175200,4),(1132,1522504800,5),(1132,1538229600,4),(1132,1554559200,5),(1132,1569679200,4),(1132,1586008800,5),(1132,1601128800,4),(1132,1617458400,5),(1132,1632578400,4),(1132,1648908000,5),(1132,1664028000,4),(1132,1680357600,5),(1132,1695477600,4),(1132,1712412000,5),(1132,1727532000,4),(1132,1743861600,5),(1132,1758981600,4),(1132,1775311200,5),(1132,1790431200,4),(1132,1806760800,5),(1132,1821880800,4),(1132,1838210400,5),(1132,1853330400,4),(1132,1869660000,5),(1132,1885384800,4),(1132,1901714400,5),(1132,1916834400,4),(1132,1933164000,5),(1132,1948284000,4),(1132,1964613600,5),(1132,1979733600,4),(1132,1996063200,5),(1132,2011183200,4),(1132,2027512800,5),(1132,2042632800,4),(1132,2058962400,5),(1132,2074687200,4),(1132,2091016800,5),(1132,2106136800,4),(1132,2122466400,5),(1132,2137586400,4),(1133,-2147483648,1),(1133,-757426500,4),(1133,152632800,2),(1133,162309600,3),(1133,183477600,2),(1133,194968800,3),(1133,215532000,2),(1133,226418400,3),(1133,246981600,2),(1133,257868000,3),(1133,278431200,2),(1133,289317600,3),(1133,309880800,2),(1133,320767200,3),(1133,341330400,2),(1133,352216800,3),(1133,372780000,2),(1133,384271200,3),(1133,404834400,2),(1133,415720800,3),(1133,436284000,2),(1133,447170400,3),(1133,467733600,2),(1133,478620000,3),(1133,499183200,2),(1133,510069600,3),(1133,530632800,2),(1133,541519200,3),(1133,562082400,2),(1133,573573600,3),(1133,594136800,2),(1133,605023200,3),(1133,623772000,2),(1133,637682400,3),(1133,655221600,2),(1133,669132000,3),(1133,686671200,2),(1133,700581600,3),(1133,718120800,2),(1133,732636000,3),(1133,749570400,2),(1133,764085600,3),(1133,781020000,2),(1133,795535200,3),(1133,812469600,2),(1133,826984800,3),(1133,844524000,2),(1133,858434400,3),(1133,875973600,2),(1133,889884000,3),(1133,907423200,2),(1133,921938400,3),(1133,938872800,2),(1133,953388000,3),(1133,970322400,2),(1133,984837600,3),(1133,1002376800,2),(1133,1016287200,3),(1133,1033826400,2),(1133,1047736800,3),(1133,1065276000,2),(1133,1079791200,3),(1133,1096725600,2),(1133,1111240800,3),(1133,1128175200,2),(1133,1142690400,3),(1133,1159624800,2),(1133,1174140000,3),(1133,1191074400,2),(1133,1207404000,3),(1133,1222524000,2),(1133,1238853600,3),(1133,1253973600,2),(1133,1270303200,3),(1133,1285423200,2),(1133,1301752800,3),(1133,1316872800,2),(1133,1333202400,3),(1133,1348927200,2),(1133,1365256800,3),(1133,1380376800,2),(1133,1396706400,3),(1133,1411826400,2),(1133,1428156000,3),(1133,1443276000,2),(1133,1459605600,3),(1133,1474725600,2),(1133,1491055200,3),(1133,1506175200,2),(1133,1522504800,3),(1133,1538229600,2),(1133,1554559200,3),(1133,1569679200,2),(1133,1586008800,3),(1133,1601128800,2),(1133,1617458400,3),(1133,1632578400,2),(1133,1648908000,3),(1133,1664028000,2),(1133,1680357600,3),(1133,1695477600,2),(1133,1712412000,3),(1133,1727532000,2),(1133,1743861600,3),(1133,1758981600,2),(1133,1775311200,3),(1133,1790431200,2),(1133,1806760800,3),(1133,1821880800,2),(1133,1838210400,3),(1133,1853330400,2),(1133,1869660000,3),(1133,1885384800,2),(1133,1901714400,3),(1133,1916834400,2),(1133,1933164000,3),(1133,1948284000,2),(1133,1964613600,3),(1133,1979733600,2),(1133,1996063200,3),(1133,2011183200,2),(1133,2027512800,3),(1133,2042632800,2),(1133,2058962400,3),(1133,2074687200,2),(1133,2091016800,3),(1133,2106136800,2),(1133,2122466400,3),(1133,2137586400,2),(1133,2147483647,2),(1134,-2147483648,2),(1134,-1633273200,1),(1134,-1615132800,2),(1134,-1601823600,1),(1134,-1583683200,2),(1134,-1570374000,1),(1134,-1551628800,2),(1134,-1538924400,1),(1134,-1534089600,2),(1134,-880210800,3),(1134,-769395600,4),(1134,-765388800,2),(1134,-147884400,1),(1134,-131558400,2),(1134,-116434800,1),(1134,-100108800,2),(1134,-84380400,1),(1134,-68659200,2),(1134,-52930800,1),(1134,-37209600,2),(1134,-21481200,1),(1134,-5760000,2),(1134,9968400,1),(1134,25689600,2),(1134,41418000,1),(1134,57744000,2),(1134,73472400,1),(1134,89193600,2),(1134,104922000,1),(1134,120643200,2),(1134,126694800,1),(1134,152092800,2),(1134,162378000,1),(1134,183542400,2),(1134,199270800,1),(1134,215596800,2),(1134,230720400,1),(1134,247046400,2),(1134,262774800,1),(1134,278496000,2),(1134,294224400,1),(1134,309945600,2),(1134,325674000,1),(1134,341395200,2),(1134,357123600,1),(1134,372844800,2),(1134,388573200,1),(1134,404899200,2),(1134,420022800,1),(1134,436348800,2),(1134,452077200,1),(1134,467798400,2),(1134,483526800,1),(1134,499248000,2),(1134,514976400,1),(1134,530697600,2),(1134,544611600,1),(1134,562147200,2),(1134,576061200,1),(1134,594201600,2),(1134,607510800,1),(1134,625651200,2),(1134,638960400,1),(1134,657100800,2),(1134,671014800,1),(1134,688550400,2),(1134,702464400,1),(1134,720000000,2),(1134,733914000,1),(1134,752054400,2),(1134,765363600,1),(1134,783504000,2),(1134,796813200,1),(1134,814953600,2),(1134,828867600,1),(1134,846403200,2),(1134,860317200,1),(1134,877852800,2),(1134,891766800,1),(1134,909302400,2),(1134,923216400,1),(1134,941356800,2),(1134,954666000,1),(1134,972806400,2),(1134,986115600,1),(1134,1004256000,2),(1134,1018170000,1),(1134,1035705600,2),(1134,1049619600,1),(1134,1067155200,2),(1134,1081069200,1),(1134,1099209600,2),(1134,1112518800,1),(1134,1130659200,2),(1134,1143968400,1),(1134,1162108800,2),(1134,1173603600,1),(1134,1194163200,2),(1134,1205053200,1),(1134,1225612800,2),(1134,1236502800,1),(1134,1257062400,2),(1134,1268557200,1),(1134,1289116800,2),(1134,1300006800,1),(1134,1320566400,2),(1134,1331456400,1),(1134,1352016000,2),(1134,1362906000,1),(1134,1383465600,2),(1134,1394355600,1),(1134,1414915200,2),(1134,1425805200,1),(1134,1446364800,2),(1134,1457859600,1),(1134,1478419200,2),(1134,1489309200,1),(1134,1509868800,2),(1134,1520758800,1),(1134,1541318400,2),(1134,1552208400,1),(1134,1572768000,2),(1134,1583658000,1),(1134,1604217600,2),(1134,1615712400,1),(1134,1636272000,2),(1134,1647162000,1),(1134,1667721600,2),(1134,1678611600,1),(1134,1699171200,2),(1134,1710061200,1),(1134,1730620800,2),(1134,1741510800,1),(1134,1762070400,2),(1134,1772960400,1),(1134,1793520000,2),(1134,1805014800,1),(1134,1825574400,2),(1134,1836464400,1),(1134,1857024000,2),(1134,1867914000,1),(1134,1888473600,2),(1134,1899363600,1),(1134,1919923200,2),(1134,1930813200,1),(1134,1951372800,2),(1134,1962867600,1),(1134,1983427200,2),(1134,1994317200,1),(1134,2014876800,2),(1134,2025766800,1),(1134,2046326400,2),(1134,2057216400,1),(1134,2077776000,2),(1134,2088666000,1),(1134,2109225600,2),(1134,2120115600,1),(1134,2140675200,2),(1135,-2147483648,2),(1135,-1600675200,1),(1135,-1585904400,2),(1135,-933667200,1),(1135,-922093200,2),(1135,-908870400,1),(1135,-888829200,2),(1135,-881049600,1),(1135,-767869200,2),(1135,-745833600,1),(1135,-733827600,2),(1135,-716889600,1),(1135,-699613200,2),(1135,-683884800,1),(1135,-670669200,2),(1135,-652348800,1),(1135,-650019600,2),(1135,515527200,1),(1135,527014800,2),(1135,545162400,1),(1135,558464400,2),(1135,577216800,1),(1135,589914000,2),(1135,608666400,1),(1135,621968400,2),(1135,640116000,1),(1135,653418000,2),(1135,671565600,1),(1135,684867600,2),(1136,-1633269600,0),(1136,-1615129200,1),(1136,-1601820000,0),(1136,-1583679600,1),(1136,-880207200,2),(1136,-769395600,3),(1136,-765385200,1),(1136,-84376800,0),(1136,-68655600,1),(1136,-52927200,0),(1136,-37206000,1),(1136,-21477600,0),(1136,-5756400,1),(1136,9972000,0),(1136,25693200,1),(1136,41421600,0),(1136,57747600,1),(1136,73476000,0),(1136,89197200,1),(1136,104925600,0),(1136,120646800,1),(1136,126698400,0),(1136,152096400,1),(1136,162381600,0),(1136,183546000,1),(1136,199274400,0),(1136,215600400,1),(1136,230724000,0),(1136,247050000,1),(1136,262778400,0),(1136,278499600,1),(1136,294228000,0),(1136,309949200,1),(1136,325677600,0),(1136,341398800,1),(1136,357127200,0),(1136,372848400,1),(1136,388576800,0),(1136,404902800,1),(1136,420026400,0),(1136,436352400,1),(1136,452080800,0),(1136,467802000,1),(1136,483530400,0),(1136,499251600,1),(1136,514980000,0),(1136,530701200,1),(1136,544615200,0),(1136,562150800,1),(1136,576064800,0),(1136,594205200,1),(1136,607514400,0),(1136,625654800,1),(1136,638964000,0),(1136,657104400,1),(1136,671018400,0),(1136,688554000,1),(1136,702468000,0),(1136,720003600,1),(1136,733917600,0),(1136,752058000,1),(1136,765367200,0),(1136,783507600,1),(1136,796816800,0),(1136,814957200,1),(1136,828871200,0),(1136,846406800,1),(1136,860320800,0),(1136,877856400,1),(1136,891770400,0),(1136,909306000,1),(1136,923220000,0),(1136,941360400,1),(1136,954669600,0),(1136,972810000,1),(1136,986119200,0),(1136,1004259600,1),(1136,1018173600,0),(1136,1035709200,1),(1136,1049623200,0),(1136,1067158800,1),(1136,1081072800,0),(1136,1099213200,1),(1136,1112522400,0),(1136,1130662800,1),(1136,1143972000,0),(1136,1162112400,1),(1136,1173607200,0),(1136,1194166800,1),(1136,1205056800,0),(1136,1225616400,1),(1136,1236506400,0),(1136,1257066000,1),(1136,1268560800,0),(1136,1289120400,1),(1136,1300010400,0),(1136,1320570000,1),(1136,1331460000,0),(1136,1352019600,1),(1136,1362909600,0),(1136,1383469200,1),(1136,1394359200,0),(1136,1414918800,1),(1136,1425808800,0),(1136,1446368400,1),(1136,1457863200,0),(1136,1478422800,1),(1136,1489312800,0),(1136,1509872400,1),(1136,1520762400,0),(1136,1541322000,1),(1136,1552212000,0),(1136,1572771600,1),(1136,1583661600,0),(1136,1604221200,1),(1136,1615716000,0),(1136,1636275600,1),(1136,1647165600,0),(1136,1667725200,1),(1136,1678615200,0),(1136,1699174800,1),(1136,1710064800,0),(1136,1730624400,1),(1136,1741514400,0),(1136,1762074000,1),(1136,1772964000,0),(1136,1793523600,1),(1136,1805018400,0),(1136,1825578000,1),(1136,1836468000,0),(1136,1857027600,1),(1136,1867917600,0),(1136,1888477200,1),(1136,1899367200,0),(1136,1919926800,1),(1136,1930816800,0),(1136,1951376400,1),(1136,1962871200,0),(1136,1983430800,1),(1136,1994320800,0),(1136,2014880400,1),(1136,2025770400,0),(1136,2046330000,1),(1136,2057220000,0),(1136,2077779600,1),(1136,2088669600,0),(1136,2109229200,1),(1136,2120119200,0),(1136,2140678800,1),(1137,-2147483648,1),(1137,-1861878784,2),(1137,-631110600,4),(1137,1285498800,3),(1137,1301752800,4),(1137,1316872800,3),(1137,1325239200,6),(1137,1333202400,5),(1137,1348927200,6),(1137,1365256800,5),(1137,1380376800,6),(1137,1396706400,5),(1137,1411826400,6),(1137,1428156000,5),(1137,1443276000,6),(1137,1459605600,5),(1137,1474725600,6),(1137,1491055200,5),(1137,1506175200,6),(1137,1522504800,5),(1137,1538229600,6),(1137,1554559200,5),(1137,1569679200,6),(1137,1586008800,5),(1137,1601128800,6),(1137,1617458400,5),(1137,2147483647,5),(1138,-2147483648,2),(1138,-1330335000,1),(1138,-1320057000,2),(1138,-1300699800,3),(1138,-1287396000,2),(1138,-1269250200,3),(1138,-1255946400,2),(1138,-1237800600,3),(1138,-1224496800,2),(1138,-1206351000,3),(1138,-1192442400,2),(1138,-1174901400,3),(1138,-1160992800,2),(1138,-1143451800,3),(1138,-1125914400,2),(1138,-1112607000,3),(1138,-1094464800,2),(1138,-1081157400,3),(1138,-1063015200,2),(1138,-1049707800,3),(1138,-1031565600,2),(1138,-1018258200,3),(1138,-1000116000,2),(1138,-986808600,3),(1138,-968061600,2),(1138,-955359000,3),(1138,-936612000,2),(1138,-923304600,3),(1138,-757425600,6),(1138,152632800,4),(1138,162309600,5),(1138,183477600,4),(1138,194968800,5),(1138,215532000,4),(1138,226418400,5),(1138,246981600,4),(1138,257868000,5),(1138,278431200,4),(1138,289317600,5),(1138,309880800,4),(1138,320767200,5),(1138,341330400,4),(1138,352216800,5),(1138,372780000,4),(1138,384271200,5),(1138,404834400,4),(1138,415720800,5),(1138,436284000,4),(1138,447170400,5),(1138,467733600,4),(1138,478620000,5),(1138,499183200,4),(1138,510069600,5),(1138,530632800,4),(1138,541519200,5),(1138,562082400,4),(1138,573573600,5),(1138,594136800,4),(1138,605023200,5),(1138,623772000,4),(1138,637682400,5),(1138,655221600,4),(1138,669132000,5),(1138,686671200,4),(1138,700581600,5),(1138,718120800,4),(1138,732636000,5),(1138,749570400,4),(1138,764085600,5),(1138,781020000,4),(1138,795535200,5),(1138,812469600,4),(1138,826984800,5),(1138,844524000,4),(1138,858434400,5),(1138,875973600,4),(1138,889884000,5),(1138,907423200,4),(1138,921938400,5),(1138,938872800,4),(1138,953388000,5),(1138,970322400,4),(1138,984837600,5),(1138,1002376800,4),(1138,1016287200,5),(1138,1033826400,4),(1138,1047736800,5),(1138,1065276000,4),(1138,1079791200,5),(1138,1096725600,4),(1138,1111240800,5),(1138,1128175200,4),(1138,1142690400,5),(1138,1159624800,4),(1138,1174140000,5),(1138,1191074400,4),(1138,1207404000,5),(1138,1222524000,4),(1138,1238853600,5),(1138,1253973600,4),(1138,1270303200,5),(1138,1285423200,4),(1138,1301752800,5),(1138,1316872800,4),(1138,1333202400,5),(1138,1348927200,4),(1138,1365256800,5),(1138,1380376800,4),(1138,1396706400,5),(1138,1411826400,4),(1138,1428156000,5),(1138,1443276000,4),(1138,1459605600,5),(1138,1474725600,4),(1138,1491055200,5),(1138,1506175200,4),(1138,1522504800,5),(1138,1538229600,4),(1138,1554559200,5),(1138,1569679200,4),(1138,1586008800,5),(1138,1601128800,4),(1138,1617458400,5),(1138,1632578400,4),(1138,1648908000,5),(1138,1664028000,4),(1138,1680357600,5),(1138,1695477600,4),(1138,1712412000,5),(1138,1727532000,4),(1138,1743861600,5),(1138,1758981600,4),(1138,1775311200,5),(1138,1790431200,4),(1138,1806760800,5),(1138,1821880800,4),(1138,1838210400,5),(1138,1853330400,4),(1138,1869660000,5),(1138,1885384800,4),(1138,1901714400,5),(1138,1916834400,4),(1138,1933164000,5),(1138,1948284000,4),(1138,1964613600,5),(1138,1979733600,4),(1138,1996063200,5),(1138,2011183200,4),(1138,2027512800,5),(1138,2042632800,4),(1138,2058962400,5),(1138,2074687200,4),(1138,2091016800,5),(1138,2106136800,4),(1138,2122466400,5),(1138,2137586400,4),(1139,-2147483648,1),(1139,-868010400,2),(1139,-768906000,1),(1139,1419696000,3),(1139,2147483647,3),(1140,-2147483648,1),(1140,-757426500,4),(1140,152632800,2),(1140,162309600,3),(1140,183477600,2),(1140,194968800,3),(1140,215532000,2),(1140,226418400,3),(1140,246981600,2),(1140,257868000,3),(1140,278431200,2),(1140,289317600,3),(1140,309880800,2),(1140,320767200,3),(1140,341330400,2),(1140,352216800,3),(1140,372780000,2),(1140,384271200,3),(1140,404834400,2),(1140,415720800,3),(1140,436284000,2),(1140,447170400,3),(1140,467733600,2),(1140,478620000,3),(1140,499183200,2),(1140,510069600,3),(1140,530632800,2),(1140,541519200,3),(1140,562082400,2),(1140,573573600,3),(1140,594136800,2),(1140,605023200,3),(1140,623772000,2),(1140,637682400,3),(1140,655221600,2),(1140,669132000,3),(1140,686671200,2),(1140,700581600,3),(1140,718120800,2),(1140,732636000,3),(1140,749570400,2),(1140,764085600,3),(1140,781020000,2),(1140,795535200,3),(1140,812469600,2),(1140,826984800,3),(1140,844524000,2),(1140,858434400,3),(1140,875973600,2),(1140,889884000,3),(1140,907423200,2),(1140,921938400,3),(1140,938872800,2),(1140,953388000,3),(1140,970322400,2),(1140,984837600,3),(1140,1002376800,2),(1140,1016287200,3),(1140,1033826400,2),(1140,1047736800,3),(1140,1065276000,2),(1140,1079791200,3),(1140,1096725600,2),(1140,1111240800,3),(1140,1128175200,2),(1140,1142690400,3),(1140,1159624800,2),(1140,1174140000,3),(1140,1191074400,2),(1140,1207404000,3),(1140,1222524000,2),(1140,1238853600,3),(1140,1253973600,2),(1140,1270303200,3),(1140,1285423200,2),(1140,1301752800,3),(1140,1316872800,2),(1140,1333202400,3),(1140,1348927200,2),(1140,1365256800,3),(1140,1380376800,2),(1140,1396706400,3),(1140,1411826400,2),(1140,1428156000,3),(1140,1443276000,2),(1140,1459605600,3),(1140,1474725600,2),(1140,1491055200,3),(1140,1506175200,2),(1140,1522504800,3),(1140,1538229600,2),(1140,1554559200,3),(1140,1569679200,2),(1140,1586008800,3),(1140,1601128800,2),(1140,1617458400,3),(1140,1632578400,2),(1140,1648908000,3),(1140,1664028000,2),(1140,1680357600,3),(1140,1695477600,2),(1140,1712412000,3),(1140,1727532000,2),(1140,1743861600,3),(1140,1758981600,2),(1140,1775311200,3),(1140,1790431200,2),(1140,1806760800,3),(1140,1821880800,2),(1140,1838210400,3),(1140,1853330400,2),(1140,1869660000,3),(1140,1885384800,2),(1140,1901714400,3),(1140,1916834400,2),(1140,1933164000,3),(1140,1948284000,2),(1140,1964613600,3),(1140,1979733600,2),(1140,1996063200,3),(1140,2011183200,2),(1140,2027512800,3),(1140,2042632800,2),(1140,2058962400,3),(1140,2074687200,2),(1140,2091016800,3),(1140,2106136800,2),(1140,2122466400,3),(1140,2137586400,2),(1140,2147483647,2),(1141,-2147483648,1),(1141,-1743674400,2),(1141,-1606813200,1),(1141,-907408800,2),(1141,-770634000,1),(1141,2147483647,1),(1142,-2147483648,1),(1142,-1178124152,4),(1142,-36619200,2),(1142,-23922000,3),(1142,-3355200,2),(1142,7527600,3),(1142,24465600,2),(1142,37767600,3),(1142,55915200,2),(1142,69217200,3),(1142,87969600,2),(1142,100666800,3),(1142,118209600,2),(1142,132116400,3),(1142,150868800,2),(1142,163566000,3),(1142,182318400,2),(1142,195620400,3),(1142,213768000,2),(1142,227070000,3),(1142,245217600,2),(1142,258519600,3),(1142,277272000,2),(1142,289969200,3),(1142,308721600,2),(1142,321418800,3),(1142,340171200,2),(1142,353473200,3),(1142,371620800,2),(1142,384922800,5),(1142,403070400,6),(1142,416372400,5),(1142,434520000,6),(1142,447822000,5),(1142,466574400,6),(1142,479271600,5),(1142,498024000,6),(1142,510721200,5),(1142,529473600,6),(1142,545194800,5),(1142,560923200,6),(1142,574225200,5),(1142,592372800,6),(1142,605674800,5),(1142,624427200,6),(1142,637124400,5),(1142,653457600,6),(1142,668574000,5),(1142,687326400,6),(1142,700628400,5),(1142,718776000,6),(1142,732078000,5),(1142,750225600,6),(1142,763527600,5),(1142,781675200,6),(1142,794977200,5),(1142,813729600,6),(1142,826426800,5),(1142,845179200,6),(1142,859690800,5),(1142,876628800,6),(1142,889930800,5),(1142,906868800,6),(1142,923194800,5),(1142,939528000,6),(1142,952830000,5),(1142,971582400,6),(1142,984279600,5),(1142,1003032000,6),(1142,1015729200,5),(1142,1034481600,6),(1142,1047178800,5),(1142,1065931200,6),(1142,1079233200,5),(1142,1097380800,6),(1142,1110682800,5),(1142,1128830400,6),(1142,1142132400,5),(1142,1160884800,6),(1142,1173582000,5),(1142,1192334400,6),(1142,1206846000,5),(1142,1223784000,6),(1142,1237086000,5),(1142,1255233600,6),(1142,1270350000,5),(1142,1286683200,6),(1142,1304823600,5),(1142,1313899200,6),(1142,1335668400,5),(1142,1346558400,6),(1142,1367118000,5),(1142,1378612800,6),(1142,1398567600,5),(1142,1410062400,6),(1142,1463281200,5),(1142,1471147200,6),(1142,1494730800,5),(1142,1502596800,6),(1142,1526180400,5),(1142,1534046400,6),(1142,1554606000,5),(1142,1567915200,6),(1142,1586055600,5),(1142,1599364800,6),(1142,1617505200,5),(1142,1630814400,6),(1142,1648954800,5),(1142,1662264000,6),(1142,1680404400,5),(1142,1693713600,6),(1142,1712458800,5),(1142,1725768000,6),(1142,1743908400,5),(1142,1757217600,6),(1142,1775358000,5),(1142,1788667200,6),(1142,1806807600,5),(1142,1820116800,6),(1142,1838257200,5),(1142,1851566400,6),(1142,1870311600,5),(1142,1883016000,6),(1142,1901761200,5),(1142,1915070400,6),(1142,1933210800,5),(1142,1946520000,6),(1142,1964660400,5),(1142,1977969600,6),(1142,1996110000,5),(1142,2009419200,6),(1142,2027559600,5),(1142,2040868800,6),(1142,2059614000,5),(1142,2072318400,6),(1142,2091063600,5),(1142,2104372800,6),(1142,2122513200,5),(1142,2135822400,6),(1142,2147483647,6),(1143,-2147483648,0),(1143,-1829387596,4),(1143,125409600,1),(1143,133876800,2),(1143,433256400,3),(1143,448977600,4),(1143,464706000,3),(1143,480427200,4),(1143,496760400,3),(1143,511876800,4),(1143,528210000,3),(1143,543931200,4),(1143,559659600,3),(1143,575380800,4),(1143,591109200,3),(1143,606830400,4),(1143,622558800,3),(1143,638280000,4),(1143,654008400,3),(1143,669729600,4),(1143,686062800,3),(1143,696340800,4),(1143,719931600,3),(1143,727790400,4),(1143,2147483647,4),(1144,-2147483648,1),(1144,307627200,2),(1144,788871600,3),(1144,2147483647,3),(1145,-2147483648,1),(1145,1325242800,2),(1145,2147483647,2),(1146,-2147483648,0),(1146,-1709985344,2),(1146,909842400,1),(1146,920124000,2),(1146,941896800,1),(1146,951573600,2),(1146,1259416800,1),(1146,1269698400,2),(1146,1287842400,1),(1146,1299333600,2),(1146,1319292000,1),(1146,1327154400,2),(1146,1350741600,1),(1146,1358604000,2),(1146,1382796000,1),(1146,1390050000,2),(1146,1414850400,1),(1146,1421503200,2),(1146,1446300000,1),(1146,1452952800,2),(1146,1478354400,1),(1146,1484402400,2),(1146,1509804000,1),(1146,1515852000,2),(1146,1541253600,1),(1146,1547301600,2),(1146,1573308000,1),(1146,1578751200,2),(1146,1608386400,1),(1146,1610805600,2),(1146,1668261600,1),(1146,1673704800,2),(1146,1699711200,1),(1146,1705154400,2),(1146,1731160800,1),(1146,1736604000,2),(1146,1762610400,1),(1146,1768658400,2),(1146,1794060000,1),(1146,1800108000,2),(1146,1826114400,1),(1146,1831557600,2),(1146,1857564000,1),(1146,1863007200,2),(1146,1889013600,1),(1146,1894456800,2),(1146,1920463200,1),(1146,1925906400,2),(1146,1951912800,1),(1146,1957960800,2),(1146,1983967200,1),(1146,1989410400,2),(1146,2015416800,1),(1146,2020860000,2),(1146,2046866400,1),(1146,2052309600,2),(1146,2078316000,1),(1146,2083759200,2),(1146,2109765600,1),(1146,2115813600,2),(1146,2141215200,1),(1146,2147263200,2),(1146,2147483647,2),(1147,-2147483648,1),(1147,2147483647,1),(1148,-2147483648,0),(1148,-1230746496,1),(1148,504939600,3),(1148,722930400,2),(1148,728888400,3),(1148,2147483647,3),(1149,-2147483648,0),(1149,-1806678012,1),(1149,2147483647,1),(1150,-2147483648,0),(1150,-1806748788,1),(1150,2147483647,1),(1151,-2147483648,1),(1151,-885549600,2),(1151,-802256400,1),(1151,-331891200,3),(1151,-281610000,1),(1151,-73728000,3),(1151,-29415540,1),(1151,-16704000,3),(1151,-10659600,1),(1151,9907200,3),(1151,21394800,1),(1151,41356800,3),(1151,52844400,1),(1151,124819200,3),(1151,130863600,1),(1151,201888000,3),(1151,209487660,1),(1151,230659200,3),(1151,241542000,1),(1151,977493600,4),(1152,-2147483648,1),(1152,-1157283000,2),(1152,-1155436200,1),(1152,-880198200,3),(1152,-769395600,4),(1152,-765376200,1),(1152,-712150200,5),(1153,-2147483648,1),(1153,-1157283000,2),(1153,-1155436200,1),(1153,-880198200,3),(1153,-769395600,4),(1153,-765376200,1),(1153,-712150200,5),(1154,-2147483648,1),(1154,307622400,2),(1154,788868000,3),(1154,2147483647,3),(1155,-2147483648,1),(1155,-1743678000,2),(1155,-1606813200,1),(1155,-1041418800,3),(1155,-907408800,2),(1155,-770634000,1),(1155,-7988400,4),(1155,915105600,1),(1155,2147483647,1),(1156,-2147483648,1),(1156,-1041418800,2),(1156,-907408800,3),(1156,-817462800,1),(1156,-7988400,4),(1156,745934400,5),(1156,2147483647,5),(1157,-2147483648,1),(1157,-1743678000,2),(1157,-1606813200,1),(1157,-1041418800,3),(1157,-907408800,2),(1157,-818067600,1),(1157,-7988400,4),(1157,2147483647,4),(1158,-2147483648,0),(1158,-1806676920,1),(1158,2147483647,1),(1159,-2147483648,1),(1159,-1861879032,2),(1160,-2147483648,0),(1160,-1545131260,1),(1160,-862918200,2),(1160,-767350800,1),(1160,287418600,3),(1160,2147483647,3),(1161,-2147483648,1),(1161,-599575200,2),(1161,276089400,3),(1161,2147483647,3),(1162,-2147483648,1),(1162,-599656320,2),(1162,152029800,3),(1162,162916200,4),(1162,1443882600,5),(1162,1561899600,7),(1162,1570287600,6),(1162,1586012400,5),(1162,1601737200,6),(1162,1617462000,5),(1162,1633186800,6),(1162,1648911600,5),(1162,1664636400,6),(1162,1680361200,5),(1162,1696086000,6),(1162,1712415600,5),(1162,1728140400,6),(1162,1743865200,5),(1162,1759590000,6),(1162,1775314800,5),(1162,1791039600,6),(1162,1806764400,5),(1162,1822489200,6),(1162,1838214000,5),(1162,1853938800,6),(1162,1869663600,5),(1162,1885993200,6),(1162,1901718000,5),(1162,1917442800,6),(1162,1933167600,5),(1162,1948892400,6),(1162,1964617200,5),(1162,1980342000,6),(1162,1996066800,5),(1162,2011791600,6),(1162,2027516400,5),(1162,2043241200,6),(1162,2058966000,5),(1162,2075295600,6),(1162,2091020400,5),(1162,2106745200,6),(1162,2122470000,5),(1162,2138194800,6),(1162,2147483647,6),(1163,-2147483648,0),(1163,-1829387148,2),(1163,250002000,1),(1163,257342400,2),(1163,281451600,1),(1163,288878400,2),(1163,849366000,3),(1163,857228400,4),(1163,2147483647,4),(1164,-2147483648,1),(1164,-1861879032,2),(1165,-2147483648,1),(1165,2147483647,1),(1166,-2147483648,1),(1166,893665800,2),(1166,2147483647,2),(1167,-2147483648,1),(1167,-1743678000,2),(1167,-1606813200,1),(1167,-1041418800,3),(1167,-907408800,2),(1167,-770634000,1),(1167,2147483647,1),(1168,-2147483648,1),(1168,-1743678000,2),(1168,-1606813200,1),(1168,-1041418800,3),(1168,-907408800,2),(1168,-770634000,1),(1168,2147483647,1),(1169,-2147483648,1),(1169,2147483647,1),(1170,-2147483648,1),(1170,279714600,3),(1170,289387800,2),(1170,309952800,3),(1170,320837400,2),(1170,341402400,3),(1170,352287000,2),(1170,372852000,3),(1170,384341400,2),(1170,404906400,3),(1170,415791000,2),(1170,436356000,3),(1170,447240600,2),(1170,467805600,3),(1170,478690200,2),(1170,499255200,3),(1170,510139800,2),(1170,530704800,3),(1170,541589400,2),(1170,562154400,3),(1170,573643800,2),(1170,594208800,3),(1170,605093400,2),(1170,625658400,3),(1170,636543000,2),(1170,657108000,3),(1170,667992600,2),(1170,2147483647,2),(1171,-2147483648,1),(1171,-885549600,2),(1171,-802256400,1),(1171,-331891200,3),(1171,-281610000,1),(1171,-73728000,3),(1171,-29415540,1),(1171,-16704000,3),(1171,-10659600,1),(1171,9907200,3),(1171,21394800,1),(1171,41356800,3),(1171,52844400,1),(1171,124819200,3),(1171,130863600,1),(1171,201888000,3),(1171,209487660,1),(1171,230659200,3),(1171,241542000,1),(1171,977493600,4),(1172,-2147483648,1),(1172,-1861879032,2),(1173,-2147483648,0),(1173,-1806674504,1),(1173,2147483647,1),(1174,-2147483648,1),(1174,2147483647,1),(1175,-2147483648,1),(1175,-915193200,2),(1175,939214800,3),(1175,953384400,4),(1175,973342800,5),(1175,980596800,2),(1175,1004792400,5),(1175,1012046400,2),(1175,1478350800,5),(1175,1484398800,2),(1175,2147483647,2),(1176,-2147483648,1),(1176,-1743674400,2),(1176,-1606813200,1),(1176,-907408800,2),(1176,-770634000,1),(1176,2147483647,1),(1177,-2147483648,1),(1177,2147483647,1),(1178,-2147483648,1),(1178,2147483647,1),(1179,-2147483648,1),(1179,-1743674400,2),(1179,-1606813200,1),(1179,-907408800,2),(1179,-770634000,1),(1179,2147483647,1),(1180,-2147483648,1),(1180,-1717032240,3),(1180,-1693706400,2),(1180,-1680483600,3),(1180,-1663455600,4),(1180,-1650150000,5),(1180,-1632006000,4),(1180,-1618700400,8),(1180,-1600473600,6),(1180,-1587168000,7),(1180,-1501725600,3),(1180,-931734000,2),(1180,-857257200,5),(1180,-844556400,4),(1180,-828226800,5),(1180,-812502000,4),(1180,-796874400,2),(1180,-796608000,3),(1180,-778726800,2),(1180,-762660000,3),(1180,-748486800,4),(1180,-733273200,5),(1180,-715215600,4),(1180,-701910000,5),(1180,-684975600,4),(1180,-670460400,5),(1180,-654130800,4),(1180,-639010800,5),(1180,-397094400,4),(1180,-386812800,5),(1180,-371088000,4),(1180,-355363200,5),(1180,-334195200,4),(1180,-323308800,5),(1180,-307584000,4),(1180,-291859200,5),(1180,-271296000,4),(1180,-260409600,5),(1180,-239846400,4),(1180,-228960000,5),(1180,-208396800,4),(1180,-197510400,5),(1180,-176342400,4),(1180,-166060800,5),(1180,220921200,3),(1180,228873600,4),(1180,243993600,5),(1180,260323200,4),(1180,276048000,5),(1180,291772800,4),(1180,307497600,5),(1180,323827200,4),(1180,338947200,5),(1180,354672000,4),(1180,370396800,5),(1180,386121600,4),(1180,401846400,5),(1180,417571200,4),(1180,433296000,5),(1180,449020800,4),(1180,465350400,5),(1180,481075200,4),(1180,496800000,5),(1180,512524800,4),(1180,528249600,5),(1180,543974400,4),(1180,559699200,5),(1180,567990000,3),(1180,575427600,9),(1180,591152400,10),(1180,606877200,9),(1180,622602000,10),(1180,638326800,9),(1180,654656400,10),(1180,670381200,9),(1180,686106000,10),(1180,701830800,9),(1180,717555600,10),(1180,733280400,9),(1180,749005200,10),(1180,764730000,9),(1180,780454800,10),(1180,796179600,9),(1180,811904400,10),(1180,828234000,9),(1180,846378000,10),(1180,859683600,9),(1180,877827600,10),(1180,891133200,9),(1180,909277200,10),(1180,922582800,9),(1180,941331600,10),(1180,954032400,9),(1180,972781200,10),(1180,985482000,9),(1180,1004230800,10),(1180,1017536400,9),(1180,1035680400,10),(1180,1048986000,9),(1180,1067130000,10),(1180,1080435600,9),(1180,1099184400,10),(1180,1111885200,9),(1180,1130634000,10),(1180,1143334800,9),(1180,1162083600,10),(1180,1174784400,9),(1180,1193533200,10),(1180,1206838800,9),(1180,1224982800,10),(1180,1238288400,9),(1180,1256432400,10),(1180,1269738000,9),(1180,1288486800,10),(1180,1301187600,9),(1180,1319936400,10),(1180,1332637200,9),(1180,1351386000,10),(1180,1364691600,9),(1180,1382835600,10),(1180,1396141200,9),(1180,1414285200,10),(1180,1427590800,9),(1180,1445734800,10),(1180,1459040400,9),(1180,1477789200,10),(1180,1490490000,9),(1180,1509238800,10),(1180,1521939600,9),(1180,1540688400,10),(1180,1553994000,9),(1180,1572138000,10),(1180,1585443600,9),(1180,1603587600,10),(1180,1616893200,9),(1180,1635642000,10),(1180,1648342800,9),(1180,1667091600,10),(1180,1679792400,9),(1180,1698541200,10),(1180,1711846800,9),(1180,1729990800,10),(1180,1743296400,9),(1180,1761440400,10),(1180,1774746000,9),(1180,1792890000,10),(1180,1806195600,9),(1180,1824944400,10),(1180,1837645200,9),(1180,1856394000,10),(1180,1869094800,9),(1180,1887843600,10),(1180,1901149200,9),(1180,1919293200,10),(1180,1932598800,9),(1180,1950742800,10),(1180,1964048400,9),(1180,1982797200,10),(1180,1995498000,9),(1180,2014246800,10),(1180,2026947600,9),(1180,2045696400,10),(1180,2058397200,9),(1180,2077146000,10),(1180,2090451600,9),(1180,2108595600,10),(1180,2121901200,9),(1180,2140045200,10),(1181,-2147483648,0),(1181,-1830384000,6),(1181,-1689555600,1),(1181,-1677801600,2),(1181,-1667437200,3),(1181,-1647738000,4),(1181,-1635814800,3),(1181,-1616202000,4),(1181,-1604365200,3),(1181,-1584666000,4),(1181,-1572742800,3),(1181,-1553043600,4),(1181,-1541206800,3),(1181,-1521507600,4),(1181,-1442451600,3),(1181,-1426813200,4),(1181,-1379293200,3),(1181,-1364778000,4),(1181,-1348448400,3),(1181,-1333328400,4),(1181,-1316394000,3),(1181,-1301274000,4),(1181,-1284339600,3),(1181,-1269824400,4),(1181,-1221440400,3),(1181,-1206925200,4),(1181,-1191200400,3),(1181,-1175475600,4),(1181,-1127696400,3),(1181,-1111971600,4),(1181,-1096851600,3),(1181,-1080522000,4),(1181,-1063587600,3),(1181,-1049072400,4),(1181,-1033347600,3),(1181,-1017622800,4),(1181,-1002502800,3),(1181,-986173200,4),(1181,-969238800,3),(1181,-950490000,4),(1181,-942022800,3),(1181,-922669200,4),(1181,-906944400,3),(1181,-891133200,4),(1181,-877309200,3),(1181,-873684000,5),(1181,-864007200,3),(1181,-857955600,4),(1181,-845859600,3),(1181,-842839200,5),(1181,-831348000,3),(1181,-825901200,4),(1181,-814410000,3),(1181,-810784800,5),(1181,-799898400,3),(1181,-794451600,4),(1181,-782960400,3),(1181,-779335200,5),(1181,-768448800,3),(1181,-763002000,4),(1181,-749091600,3),(1181,-733366800,4),(1181,-717631200,3),(1181,-701906400,4),(1181,-686181600,3),(1181,-670456800,4),(1181,-654732000,3),(1181,-639007200,4),(1181,-591832800,3),(1181,-575503200,4),(1181,-559778400,3),(1181,-544053600,4),(1181,-528328800,3),(1181,-512604000,4),(1181,-496879200,3),(1181,-481154400,4),(1181,-465429600,3),(1181,-449704800,4),(1181,-433980000,3),(1181,-417650400,4),(1181,-401925600,3),(1181,-386200800,4),(1181,-370476000,3),(1181,-354751200,4),(1181,-339026400,3),(1181,-323301600,4),(1181,-307576800,3),(1181,-291852000,4),(1181,-276127200,3),(1181,-260402400,4),(1181,-244677600,3),(1181,-228348000,4),(1181,-212623200,3),(1181,-196898400,4),(1181,-181173600,3),(1181,-165448800,4),(1181,-149724000,3),(1181,-133999200,4),(1181,-118274400,7),(1181,212544000,2),(1181,228268800,3),(1181,243993600,4),(1181,260323200,3),(1181,276048000,4),(1181,291772800,3),(1181,307501200,4),(1181,323222400,3),(1181,338950800,4),(1181,354675600,3),(1181,370400400,4),(1181,386125200,3),(1181,401850000,4),(1181,417578400,3),(1181,433299600,4),(1181,449024400,3),(1181,465354000,4),(1181,481078800,3),(1181,496803600,4),(1181,512528400,3),(1181,528253200,4),(1181,543978000,3),(1181,559702800,4),(1181,575427600,3),(1181,591152400,4),(1181,606877200,3),(1181,622602000,4),(1181,638326800,3),(1181,654656400,4),(1181,670381200,3),(1181,686106000,4),(1181,701830800,3),(1181,717555600,8),(1181,733280400,9),(1181,749005200,8),(1181,764730000,9),(1181,780454800,8),(1181,796179600,9),(1181,811904400,8),(1181,828234000,10),(1181,846378000,6),(1181,859683600,10),(1181,877827600,6),(1181,891133200,10),(1181,909277200,6),(1181,922582800,10),(1181,941331600,6),(1181,954032400,10),(1181,972781200,6),(1181,985482000,10),(1181,1004230800,6),(1181,1017536400,10),(1181,1035680400,6),(1181,1048986000,10),(1181,1067130000,6),(1181,1080435600,10),(1181,1099184400,6),(1181,1111885200,10),(1181,1130634000,6),(1181,1143334800,10),(1181,1162083600,6),(1181,1174784400,10),(1181,1193533200,6),(1181,1206838800,10),(1181,1224982800,6),(1181,1238288400,10),(1181,1256432400,6),(1181,1269738000,10),(1181,1288486800,6),(1181,1301187600,10),(1181,1319936400,6),(1181,1332637200,10),(1181,1351386000,6),(1181,1364691600,10),(1181,1382835600,6),(1181,1396141200,10),(1181,1414285200,6),(1181,1427590800,10),(1181,1445734800,6),(1181,1459040400,10),(1181,1477789200,6),(1181,1490490000,10),(1181,1509238800,6),(1181,1521939600,10),(1181,1540688400,6),(1181,1553994000,10),(1181,1572138000,6),(1181,1585443600,10),(1181,1603587600,6),(1181,1616893200,10),(1181,1635642000,6),(1181,1648342800,10),(1181,1667091600,6),(1181,1679792400,10),(1181,1698541200,6),(1181,1711846800,10),(1181,1729990800,6),(1181,1743296400,10),(1181,1761440400,6),(1181,1774746000,10),(1181,1792890000,6),(1181,1806195600,10),(1181,1824944400,6),(1181,1837645200,10),(1181,1856394000,6),(1181,1869094800,10),(1181,1887843600,6),(1181,1901149200,10),(1181,1919293200,6),(1181,1932598800,10),(1181,1950742800,6),(1181,1964048400,10),(1181,1982797200,6),(1181,1995498000,10),(1181,2014246800,6),(1181,2026947600,10),(1181,2045696400,6),(1181,2058397200,10),(1181,2077146000,6),(1181,2090451600,10),(1181,2108595600,6),(1181,2121901200,10),(1181,2140045200,6),(1182,-2147483648,1),(1182,-1017820800,2),(1182,-766224000,1),(1182,-745833600,3),(1182,-733827600,1),(1182,-716889600,3),(1182,-699613200,1),(1182,-683884800,3),(1182,-670669200,1),(1182,-652348800,3),(1182,-639133200,1),(1182,-620812800,3),(1182,-607597200,1),(1182,-589276800,3),(1182,-576061200,1),(1182,-562924800,3),(1182,-541760400,1),(1182,-528710400,3),(1182,-510224400,1),(1182,-497174400,3),(1182,-478688400,1),(1182,-465638400,3),(1182,-449830800,1),(1182,-434016000,3),(1182,-418208400,1),(1182,-402480000,3),(1182,-386672400,1),(1182,-370944000,3),(1182,-355136400,1),(1182,-339408000,3),(1182,-323600400,1),(1182,-302515200,3),(1182,-291978000,1),(1182,-270979200,3),(1182,-260442000,1),(1182,133977600,3),(1182,149785200,1),(1182,165513600,3),(1182,181321200,1),(1182,299606400,3),(1182,307551600,1),(1183,-2147483648,0),(1183,-1948782472,1),(1183,-1830414600,2),(1183,-767350800,4),(1183,-681210000,3),(1183,-672228000,4),(1183,-654771600,3),(1183,-640864800,4),(1183,-623408400,3),(1183,-609415200,4),(1183,-588848400,3),(1183,-577965600,4),(1183,-498128400,1),(1183,-462702600,5),(1183,-451733400,1),(1183,-429784200,5),(1183,-418296600,1),(1183,-399544200,5),(1183,-387451800,1),(1183,-368094600,5),(1183,-356002200,1),(1183,-336645000,5),(1183,-324552600,1),(1183,-305195400,5),(1183,-293103000,1),(1183,-264933000,4),(1183,547578000,3),(1183,560883600,4),(1183,579027600,3),(1183,592333200,4),(1184,-2147483648,1),(1184,-2038200925,2),(1184,-1167634800,3),(1184,-1073028000,4),(1184,-894180000,5),(1184,-879665400,6),(1184,-767005200,5),(1184,378664200,7),(1184,2147483647,7),(1185,-2147483648,1),(1185,-873057600,3),(1185,-769395600,2),(1185,-765399600,1),(1186,-2147483648,0),(1186,-2131645536,2),(1186,-1696276800,1),(1186,-1680469200,2),(1186,-1632074400,1),(1186,-1615143600,2),(1186,-1566763200,1),(1186,-1557090000,2),(1186,-1535486400,1),(1186,-1524949200,2),(1186,-1504468800,1),(1186,-1493413200,2),(1186,-1472414400,1),(1186,-1461963600,2),(1186,-1440964800,1),(1186,-1429390800,2),(1186,-1409515200,1),(1186,-1396731600,2),(1186,-1376856000,1),(1186,-1366491600,2),(1186,-1346616000,1),(1186,-1333832400,2),(1186,-1313956800,1),(1186,-1303678800,2),(1186,-1282507200,1),(1186,-1272661200,2),(1186,-1251057600,1),(1186,-1240088400,2),(1186,-1219608000,1),(1186,-1207429200,2),(1186,-1188763200,1),(1186,-1175979600,2),(1186,-1157313600,1),(1186,-1143925200,2),(1186,-1124049600,1),(1186,-1113771600,2),(1186,-1091390400,1),(1186,-1081026000,2),(1186,-1059854400,1),(1186,-1050786000,2),(1186,-1030910400,1),(1186,-1018126800,2),(1186,-999460800,1),(1186,-986677200,2),(1186,-965592000,1),(1186,-955227600,2),(1186,-935956800,1),(1186,-923173200,2),(1186,-904507200,1),(1186,-891723600,2),(1186,-880221600,3),(1186,-769395600,4),(1186,-765399600,2),(1186,-747252000,1),(1186,-733950000,2),(1186,-715802400,1),(1186,-702500400,2),(1186,-684352800,1),(1186,-671050800,2),(1186,-652903200,1),(1186,-639601200,2),(1186,-589399200,1),(1186,-576097200,2),(1186,-557949600,1),(1186,-544647600,2),(1186,-526500000,1),(1186,-513198000,2),(1186,-495050400,1),(1186,-481748400,2),(1186,-431546400,1),(1186,-418244400,2),(1186,-400096800,1),(1186,-386794800,2),(1186,-368647200,1),(1186,-355345200,2),(1186,-337197600,1),(1186,-323895600,2),(1186,-242244000,1),(1186,-226522800,2),(1186,-210794400,1),(1186,-195073200,2),(1186,-179344800,1),(1186,-163623600,2),(1186,-147895200,1),(1186,-131569200,2),(1186,-116445600,1),(1186,-100119600,2),(1186,-84391200,1),(1186,-68670000,2),(1186,-52941600,1),(1186,-37220400,2),(1186,-21492000,1),(1186,-5770800,2),(1186,9957600,1),(1186,25678800,2),(1186,41407200,1),(1186,57733200,2),(1186,73461600,1),(1186,89182800,2),(1186,104911200,1),(1186,120632400,2),(1186,136360800,1),(1186,152082000,2),(1186,167810400,1),(1186,183531600,2),(1186,199260000,1),(1186,215586000,2),(1186,230709600,1),(1186,247035600,2),(1186,262764000,1),(1186,278485200,2),(1186,294213600,1),(1186,309934800,2),(1186,325663200,1),(1186,341384400,2),(1186,357112800,1),(1186,372834000,2),(1186,388562400,1),(1186,404888400,2),(1186,420012000,1),(1186,436338000,2),(1186,452066400,1),(1186,467787600,2),(1186,483516000,1),(1186,499237200,2),(1186,514965600,1),(1186,530686800,2),(1186,544600800,1),(1186,562136400,2),(1186,576050400,1),(1186,594190800,2),(1186,607500000,1),(1186,625640400,2),(1186,638949600,1),(1186,657090000,2),(1186,671004000,1),(1186,688539600,2),(1186,702453600,1),(1186,719989200,2),(1186,733903200,1),(1186,752043600,2),(1186,765352800,1),(1186,783493200,2),(1186,796802400,1),(1186,814942800,2),(1186,828856800,1),(1186,846392400,2),(1186,860306400,1),(1186,877842000,2),(1186,891756000,1),(1186,909291600,2),(1186,923205600,1),(1186,941346000,2),(1186,954655200,1),(1186,972795600,2),(1186,986104800,1),(1186,1004245200,2),(1186,1018159200,1),(1186,1035694800,2),(1186,1049608800,1),(1186,1067144400,2),(1186,1081058400,1),(1186,1099198800,2),(1186,1112508000,1),(1186,1130648400,2),(1186,1143957600,1),(1186,1162098000,2),(1186,1173592800,1),(1186,1194152400,2),(1186,1205042400,1),(1186,1225602000,2),(1186,1236492000,1),(1186,1257051600,2),(1186,1268546400,1),(1186,1289106000,2),(1186,1299996000,1),(1186,1320555600,2),(1186,1331445600,1),(1186,1352005200,2),(1186,1362895200,1),(1186,1383454800,2),(1186,1394344800,1),(1186,1414904400,2),(1186,1425794400,1),(1186,1446354000,2),(1186,1457848800,1),(1186,1478408400,2),(1186,1489298400,1),(1186,1509858000,2),(1186,1520748000,1),(1186,1541307600,2),(1186,1552197600,1),(1186,1572757200,2),(1186,1583647200,1),(1186,1604206800,2),(1186,1615701600,1),(1186,1636261200,2),(1186,1647151200,1),(1186,1667710800,2),(1186,1678600800,1),(1186,1699160400,2),(1186,1710050400,1),(1186,1730610000,2),(1186,1741500000,1),(1186,1762059600,2),(1186,1772949600,1),(1186,1793509200,2),(1186,1805004000,1),(1186,1825563600,2),(1186,1836453600,1),(1186,1857013200,2),(1186,1867903200,1),(1186,1888462800,2),(1186,1899352800,1),(1186,1919912400,2),(1186,1930802400,1),(1186,1951362000,2),(1186,1962856800,1),(1186,1983416400,2),(1186,1994306400,1),(1186,2014866000,2),(1186,2025756000,1),(1186,2046315600,2),(1186,2057205600,1),(1186,2077765200,2),(1186,2088655200,1),(1186,2109214800,2),(1186,2120104800,1),(1186,2140664400,2),(1187,-2147483648,0),(1187,-2030202084,2),(1187,-1632063600,1),(1187,-1615132800,2),(1187,-1251651600,1),(1187,-1238349600,2),(1187,-1220202000,1),(1187,-1206900000,2),(1187,-1188752400,1),(1187,-1175450400,2),(1187,-1156698000,1),(1187,-1144000800,2),(1187,-1125248400,1),(1187,-1111946400,2),(1187,-1032714000,1),(1187,-1016992800,2),(1187,-1001264400,1),(1187,-986148000,2),(1187,-969814800,1),(1187,-954093600,2),(1187,-937760400,1),(1187,-922039200,2),(1187,-906310800,1),(1187,-890589600,2),(1187,-880210800,3),(1187,-769395600,4),(1187,-765388800,2),(1187,-748450800,1),(1187,-732729600,2),(1187,-715791600,1),(1187,-702489600,2),(1187,-684342000,1),(1187,-671040000,2),(1187,-652892400,1),(1187,-639590400,2),(1187,-620838000,1),(1187,-608140800,2),(1187,-589388400,1),(1187,-576086400,2),(1187,-557938800,1),(1187,-544636800,2),(1187,-526489200,1),(1187,-513187200,2),(1187,-495039600,1),(1187,-481737600,2),(1187,-463590000,1),(1187,-450288000,2),(1187,-431535600,1),(1187,-418233600,2),(1187,-400086000,1),(1187,-386784000,2),(1187,-337186800,1),(1187,-321465600,2),(1187,-305737200,5),(1188,-2147483648,2),(1188,-1633276800,1),(1188,-1615136400,2),(1188,-1601827200,1),(1188,-1583686800,2),(1188,-1563724800,1),(1188,-1551632400,2),(1188,-1538928000,1),(1188,-1520182800,2),(1188,-1504454400,1),(1188,-1491757200,2),(1188,-1473004800,1),(1188,-1459702800,2),(1188,-1441555200,1),(1188,-1428253200,2),(1188,-1410105600,1),(1188,-1396803600,2),(1188,-1378656000,1),(1188,-1365354000,2),(1188,-1347206400,1),(1188,-1333904400,2),(1188,-1315152000,1),(1188,-1301850000,2),(1188,-1283702400,1),(1188,-1270400400,2),(1188,-1252252800,1),(1188,-1238950800,2),(1188,-1220803200,1),(1188,-1207501200,2),(1188,-1189353600,1),(1188,-1176051600,2),(1188,-1157299200,1),(1188,-1144602000,2),(1188,-1125849600,1),(1188,-1112547600,2),(1188,-1094400000,1),(1188,-1081098000,2),(1188,-1067788800,3),(1188,-1045414800,2),(1188,-1031500800,1),(1188,-1018198800,2),(1188,-1000051200,1),(1188,-986749200,2),(1188,-967996800,1),(1188,-955299600,2),(1188,-936547200,1),(1188,-923245200,2),(1188,-905097600,1),(1188,-891795600,2),(1188,-880214400,4),(1188,-769395600,5),(1188,-765392400,2),(1188,-747244800,1),(1188,-733942800,2),(1188,-715795200,1),(1188,-702493200,2),(1188,-684345600,1),(1188,-671043600,2),(1188,-652896000,1),(1188,-639594000,2),(1188,-620841600,1),(1188,-608144400,2),(1188,-589392000,1),(1188,-576090000,2),(1188,-557942400,1),(1188,-544640400,2),(1188,-526492800,1),(1188,-513190800,2),(1188,-495043200,1),(1188,-481741200,2),(1188,-463593600,1),(1188,-447267600,2),(1188,-431539200,1),(1188,-415818000,2),(1188,-400089600,1),(1188,-384368400,2),(1188,-368640000,1),(1188,-352918800,2),(1188,-337190400,1),(1188,-321469200,2),(1188,-305740800,1),(1188,-289414800,2),(1188,-273686400,1),(1188,-257965200,2),(1188,-242236800,1),(1188,-226515600,2),(1188,-210787200,1),(1188,-195066000,2),(1188,-179337600,1),(1188,-163616400,2),(1188,-147888000,1),(1188,-131562000,2),(1188,-116438400,1),(1188,-100112400,2),(1188,-84384000,1),(1188,-68662800,2),(1188,-52934400,1),(1188,-37213200,2),(1188,-21484800,1),(1188,-5763600,2),(1188,9964800,1),(1188,25686000,2),(1188,41414400,1),(1188,57740400,2),(1188,73468800,1),(1188,89190000,2),(1188,104918400,1),(1188,120639600,2),(1188,126691200,1),(1188,152089200,2),(1188,162374400,1),(1188,183538800,2),(1188,199267200,1),(1188,215593200,2),(1188,230716800,1),(1188,247042800,2),(1188,262771200,1),(1188,278492400,2),(1188,294220800,1),(1188,309942000,2),(1188,325670400,1),(1188,341391600,2),(1188,357120000,1),(1188,372841200,2),(1188,388569600,1),(1188,404895600,2),(1188,420019200,1),(1188,436345200,2),(1188,452073600,1),(1188,467794800,2),(1188,483523200,1),(1188,499244400,2),(1188,514972800,1),(1188,530694000,2),(1188,544608000,1),(1188,562143600,2),(1188,576057600,1),(1188,594198000,2),(1188,607507200,1),(1188,625647600,2),(1188,638956800,1),(1188,657097200,2),(1188,671011200,1),(1188,688546800,2),(1188,702460800,1),(1188,719996400,2),(1188,733910400,1),(1188,752050800,2),(1188,765360000,1),(1188,783500400,2),(1188,796809600,1),(1188,814950000,2),(1188,828864000,1),(1188,846399600,2),(1188,860313600,1),(1188,877849200,2),(1188,891763200,1),(1188,909298800,2),(1188,923212800,1),(1188,941353200,2),(1188,954662400,1),(1188,972802800,2),(1188,986112000,1),(1188,1004252400,2),(1188,1018166400,1),(1188,1035702000,2),(1188,1049616000,1),(1188,1067151600,2),(1188,1081065600,1),(1188,1099206000,2),(1188,1112515200,1),(1188,1130655600,2),(1188,1143964800,1),(1188,1162105200,2),(1188,1173600000,1),(1188,1194159600,2),(1188,1205049600,1),(1188,1225609200,2),(1188,1236499200,1),(1188,1257058800,2),(1188,1268553600,1),(1188,1289113200,2),(1188,1300003200,1),(1188,1320562800,2),(1188,1331452800,1),(1188,1352012400,2),(1188,1362902400,1),(1188,1383462000,2),(1188,1394352000,1),(1188,1414911600,2),(1188,1425801600,1),(1188,1446361200,2),(1188,1457856000,1),(1188,1478415600,2),(1188,1489305600,1),(1188,1509865200,2),(1188,1520755200,1),(1188,1541314800,2),(1188,1552204800,1),(1188,1572764400,2),(1188,1583654400,1),(1188,1604214000,2),(1188,1615708800,1),(1188,1636268400,2),(1188,1647158400,1),(1188,1667718000,2),(1188,1678608000,1),(1188,1699167600,2),(1188,1710057600,1),(1188,1730617200,2),(1188,1741507200,1),(1188,1762066800,2),(1188,1772956800,1),(1188,1793516400,2),(1188,1805011200,1),(1188,1825570800,2),(1188,1836460800,1),(1188,1857020400,2),(1188,1867910400,1),(1188,1888470000,2),(1188,1899360000,1),(1188,1919919600,2),(1188,1930809600,1),(1188,1951369200,2),(1188,1962864000,1),(1188,1983423600,2),(1188,1994313600,1),(1188,2014873200,2),(1188,2025763200,1),(1188,2046322800,2),(1188,2057212800,1),(1188,2077772400,2),(1188,2088662400,1),(1188,2109222000,2),(1188,2120112000,1),(1188,2140671600,2),(1189,-2147483648,1),(1189,-1946918424,2),(1190,-2147483648,2),(1190,-1633280400,1),(1190,-1615140000,2),(1190,-1601830800,1),(1190,-1583690400,2),(1190,-1570381200,1),(1190,-1551636000,2),(1190,-1536512400,1),(1190,-1523210400,2),(1190,-1504458000,1),(1190,-1491760800,2),(1190,-1473008400,1),(1190,-1459706400,2),(1190,-1441558800,1),(1190,-1428256800,2),(1190,-1410109200,1),(1190,-1396807200,2),(1190,-1378659600,1),(1190,-1365357600,2),(1190,-1347210000,1),(1190,-1333908000,2),(1190,-1315155600,1),(1190,-1301853600,2),(1190,-1283706000,1),(1190,-1270404000,2),(1190,-1252256400,1),(1190,-1238954400,2),(1190,-1220806800,1),(1190,-1207504800,2),(1190,-1189357200,1),(1190,-1176055200,2),(1190,-1157302800,1),(1190,-1144605600,2),(1190,-1125853200,1),(1190,-1112551200,2),(1190,-1094403600,1),(1190,-1081101600,2),(1190,-1062954000,1),(1190,-1049652000,2),(1190,-1031504400,1),(1190,-1018202400,2),(1190,-1000054800,1),(1190,-986752800,2),(1190,-968000400,1),(1190,-955303200,2),(1190,-936550800,1),(1190,-923248800,2),(1190,-905101200,1),(1190,-891799200,2),(1190,-880218000,3),(1190,-769395600,4),(1190,-765396000,2),(1190,-747248400,1),(1190,-733946400,2),(1190,-715798800,1),(1190,-702496800,2),(1190,-684349200,1),(1190,-671047200,2),(1190,-652899600,1),(1190,-639597600,2),(1190,-620845200,1),(1190,-608148000,2),(1190,-589395600,1),(1190,-576093600,2),(1190,-557946000,1),(1190,-544644000,2),(1190,-526496400,1),(1190,-513194400,2),(1190,-495046800,1),(1190,-481744800,2),(1190,-463597200,1),(1190,-447271200,2),(1190,-431542800,1),(1190,-415821600,2),(1190,-400093200,1),(1190,-384372000,2),(1190,-368643600,1),(1190,-352922400,2),(1190,-337194000,1),(1190,-321472800,2),(1190,-305744400,1),(1190,-289418400,2),(1190,-273690000,1),(1190,-257968800,2),(1190,-242240400,1),(1190,-226519200,2),(1190,-210790800,1),(1190,-195069600,2),(1190,-179341200,1),(1190,-163620000,2),(1190,-147891600,1),(1190,-131565600,2),(1190,-116442000,1),(1190,-100116000,2),(1190,-84387600,1),(1190,-68666400,2),(1190,-52938000,1),(1190,-37216800,2),(1190,-21488400,1),(1190,-5767200,2),(1190,9961200,1),(1190,25682400,2),(1190,41410800,1),(1190,57736800,2),(1190,73465200,1),(1190,89186400,2),(1190,104914800,1),(1190,120636000,2),(1190,126687600,1),(1190,152085600,2),(1190,162370800,1),(1190,183535200,2),(1190,199263600,1),(1190,215589600,2),(1190,230713200,1),(1190,247039200,2),(1190,262767600,1),(1190,278488800,2),(1190,294217200,1),(1190,309938400,2),(1190,325666800,1),(1190,341388000,2),(1190,357116400,1),(1190,372837600,2),(1190,388566000,1),(1190,404892000,2),(1190,420015600,1),(1190,436341600,2),(1190,452070000,1),(1190,467791200,2),(1190,483519600,1),(1190,499240800,2),(1190,514969200,1),(1190,530690400,2),(1190,544604400,1),(1190,562140000,2),(1190,576054000,1),(1190,594194400,2),(1190,607503600,1),(1190,625644000,2),(1190,638953200,1),(1190,657093600,2),(1190,671007600,1),(1190,688543200,2),(1190,702457200,1),(1190,719992800,2),(1190,733906800,1),(1190,752047200,2),(1190,765356400,1),(1190,783496800,2),(1190,796806000,1),(1190,814946400,2),(1190,828860400,1),(1190,846396000,2),(1190,860310000,1),(1190,877845600,2),(1190,891759600,1),(1190,909295200,2),(1190,923209200,1),(1190,941349600,2),(1190,954658800,1),(1190,972799200,2),(1190,986108400,1),(1190,1004248800,2),(1190,1018162800,1),(1190,1035698400,2),(1190,1049612400,1),(1190,1067148000,2),(1190,1081062000,1),(1190,1099202400,2),(1190,1112511600,1),(1190,1130652000,2),(1190,1143961200,1),(1190,1162101600,2),(1190,1173596400,1),(1190,1194156000,2),(1190,1205046000,1),(1190,1225605600,2),(1190,1236495600,1),(1190,1257055200,2),(1190,1268550000,1),(1190,1289109600,2),(1190,1299999600,1),(1190,1320559200,2),(1190,1331449200,1),(1190,1352008800,2),(1190,1362898800,1),(1190,1383458400,2),(1190,1394348400,1),(1190,1414908000,2),(1190,1425798000,1),(1190,1446357600,2),(1190,1457852400,1),(1190,1478412000,2),(1190,1489302000,1),(1190,1509861600,2),(1190,1520751600,1),(1190,1541311200,2),(1190,1552201200,1),(1190,1572760800,2),(1190,1583650800,1),(1190,1604210400,2),(1190,1615705200,1),(1190,1636264800,2),(1190,1647154800,1),(1190,1667714400,2),(1190,1678604400,1),(1190,1699164000,2),(1190,1710054000,1),(1190,1730613600,2),(1190,1741503600,1),(1190,1762063200,2),(1190,1772953200,1),(1190,1793512800,2),(1190,1805007600,1),(1190,1825567200,2),(1190,1836457200,1),(1190,1857016800,2),(1190,1867906800,1),(1190,1888466400,2),(1190,1899356400,1),(1190,1919916000,2),(1190,1930806000,1),(1190,1951365600,2),(1190,1962860400,1),(1190,1983420000,2),(1190,1994310000,1),(1190,2014869600,2),(1190,2025759600,1),(1190,2046319200,2),(1190,2057209200,1),(1190,2077768800,2),(1190,2088658800,1),(1190,2109218400,2),(1190,2120108400,1),(1190,2140668000,2),(1191,-2147483648,1),(1191,-1157283000,2),(1191,-1155436200,1),(1191,-880198200,3),(1191,-769395600,4),(1191,-765376200,1),(1191,-712150200,5),(1192,-2147483648,2),(1192,-1633273200,1),(1192,-1615132800,2),(1192,-1601823600,1),(1192,-1583683200,2),(1192,-880210800,3),(1192,-820519140,2),(1192,-812653140,3),(1192,-796845540,2),(1192,-84380400,1),(1192,-68659200,2),(1193,-2147483648,2),(1193,-1633273200,1),(1193,-1615132800,2),(1193,-1601823600,1),(1193,-1583683200,2),(1193,-1570374000,1),(1193,-1551628800,2),(1193,-1538924400,1),(1193,-1534089600,2),(1193,-880210800,3),(1193,-769395600,4),(1193,-765388800,2),(1193,-147884400,1),(1193,-131558400,2),(1193,-116434800,1),(1193,-100108800,2),(1193,-84380400,1),(1193,-68659200,2),(1193,-52930800,1),(1193,-37209600,2),(1193,-21481200,1),(1193,-5760000,2),(1193,9968400,1),(1193,25689600,2),(1193,41418000,1),(1193,57744000,2),(1193,73472400,1),(1193,89193600,2),(1193,104922000,1),(1193,120643200,2),(1193,126694800,1),(1193,152092800,2),(1193,162378000,1),(1193,183542400,2),(1193,199270800,1),(1193,215596800,2),(1193,230720400,1),(1193,247046400,2),(1193,262774800,1),(1193,278496000,2),(1193,294224400,1),(1193,309945600,2),(1193,325674000,1),(1193,341395200,2),(1193,357123600,1),(1193,372844800,2),(1193,388573200,1),(1193,404899200,2),(1193,420022800,1),(1193,436348800,2),(1193,452077200,1),(1193,467798400,2),(1193,483526800,1),(1193,499248000,2),(1193,514976400,1),(1193,530697600,2),(1193,544611600,1),(1193,562147200,2),(1193,576061200,1),(1193,594201600,2),(1193,607510800,1),(1193,625651200,2),(1193,638960400,1),(1193,657100800,2),(1193,671014800,1),(1193,688550400,2),(1193,702464400,1),(1193,720000000,2),(1193,733914000,1),(1193,752054400,2),(1193,765363600,1),(1193,783504000,2),(1193,796813200,1),(1193,814953600,2),(1193,828867600,1),(1193,846403200,2),(1193,860317200,1),(1193,877852800,2),(1193,891766800,1),(1193,909302400,2),(1193,923216400,1),(1193,941356800,2),(1193,954666000,1),(1193,972806400,2),(1193,986115600,1),(1193,1004256000,2),(1193,1018170000,1),(1193,1035705600,2),(1193,1049619600,1),(1193,1067155200,2),(1193,1081069200,1),(1193,1099209600,2),(1193,1112518800,1),(1193,1130659200,2),(1193,1143968400,1),(1193,1162108800,2),(1193,1173603600,1),(1193,1194163200,2),(1193,1205053200,1),(1193,1225612800,2),(1193,1236502800,1),(1193,1257062400,2),(1193,1268557200,1),(1193,1289116800,2),(1193,1300006800,1),(1193,1320566400,2),(1193,1331456400,1),(1193,1352016000,2),(1193,1362906000,1),(1193,1383465600,2),(1193,1394355600,1),(1193,1414915200,2),(1193,1425805200,1),(1193,1446364800,2),(1193,1457859600,1),(1193,1478419200,2),(1193,1489309200,1),(1193,1509868800,2),(1193,1520758800,1),(1193,1541318400,2),(1193,1552208400,1),(1193,1572768000,2),(1193,1583658000,1),(1193,1604217600,2),(1193,1615712400,1),(1193,1636272000,2),(1193,1647162000,1),(1193,1667721600,2),(1193,1678611600,1),(1193,1699171200,2),(1193,1710061200,1),(1193,1730620800,2),(1193,1741510800,1),(1193,1762070400,2),(1193,1772960400,1),(1193,1793520000,2),(1193,1805014800,1),(1193,1825574400,2),(1193,1836464400,1),(1193,1857024000,2),(1193,1867914000,1),(1193,1888473600,2),(1193,1899363600,1),(1193,1919923200,2),(1193,1930813200,1),(1193,1951372800,2),(1193,1962867600,1),(1193,1983427200,2),(1193,1994317200,1),(1193,2014876800,2),(1193,2025766800,1),(1193,2046326400,2),(1193,2057216400,1),(1193,2077776000,2),(1193,2088666000,1),(1193,2109225600,2),(1193,2120115600,1),(1193,2140675200,2),(1194,-2147483648,1),(1194,893665800,2),(1194,2147483647,2),(1195,-2147483648,2),(1195,-1633269600,1),(1195,-1615129200,2),(1195,-1601820000,1),(1195,-1583679600,2),(1195,-880207200,3),(1195,-769395600,4),(1195,-765385200,2),(1195,-687967140,1),(1195,-662655600,2),(1195,-620838000,1),(1195,-608137200,2),(1195,-589388400,1),(1195,-576082800,2),(1195,-557938800,1),(1195,-544633200,2),(1195,-526489200,1),(1195,-513183600,2),(1195,-495039600,1),(1195,-481734000,2),(1195,-463590000,1),(1195,-450284400,2),(1195,-431535600,1),(1195,-418230000,2),(1195,-400086000,1),(1195,-386780400,2),(1195,-368636400,1),(1195,-355330800,2),(1195,-337186800,1),(1195,-323881200,2),(1195,-305737200,1),(1195,-292431600,2),(1195,-273682800,1),(1195,-260982000,2),(1195,-242233200,1),(1195,-226508400,2),(1195,-210783600,1),(1195,-195058800,2),(1195,-179334000,1),(1195,-163609200,2),(1195,-147884400,1),(1195,-131554800,2),(1195,-116434800,1),(1195,-100105200,2),(1195,-84376800,1),(1195,-68655600,2),(1195,-52927200,1),(1195,-37206000,2),(1195,-21477600,1),(1195,-5756400,2),(1195,9972000,1),(1195,25693200,2),(1195,41421600,1),(1195,57747600,2),(1195,73476000,1),(1195,89197200,2),(1195,104925600,1),(1195,120646800,2),(1195,126698400,1),(1195,152096400,2),(1195,162381600,1),(1195,183546000,2),(1195,199274400,1),(1195,215600400,2),(1195,230724000,1),(1195,247050000,2),(1195,262778400,1),(1195,278499600,2),(1195,294228000,1),(1195,309949200,2),(1195,325677600,1),(1195,341398800,2),(1195,357127200,1),(1195,372848400,2),(1195,388576800,1),(1195,404902800,2),(1195,420026400,1),(1195,436352400,2),(1195,452080800,1),(1195,467802000,2),(1195,483530400,1),(1195,499251600,2),(1195,514980000,1),(1195,530701200,2),(1195,544615200,1),(1195,562150800,2),(1195,576064800,1),(1195,594205200,2),(1195,607514400,1),(1195,625654800,2),(1195,638964000,1),(1195,657104400,2),(1195,671018400,1),(1195,688554000,2),(1195,702468000,1),(1195,720003600,2),(1195,733917600,1),(1195,752058000,2),(1195,765367200,1),(1195,783507600,2),(1195,796816800,1),(1195,814957200,2),(1195,828871200,1),(1195,846406800,2),(1195,860320800,1),(1195,877856400,2),(1195,891770400,1),(1195,909306000,2),(1195,923220000,1),(1195,941360400,2),(1195,954669600,1),(1195,972810000,2),(1195,986119200,1),(1195,1004259600,2),(1195,1018173600,1),(1195,1035709200,2),(1195,1049623200,1),(1195,1067158800,2),(1195,1081072800,1),(1195,1099213200,2),(1195,1112522400,1),(1195,1130662800,2),(1195,1143972000,1),(1195,1162112400,2),(1195,1173607200,1),(1195,1194166800,2),(1195,1205056800,1),(1195,1225616400,2),(1195,1236506400,1),(1195,1257066000,2),(1195,1268560800,1),(1195,1289120400,2),(1195,1300010400,1),(1195,1320570000,2),(1195,1331460000,1),(1195,1352019600,2),(1195,1362909600,1),(1195,1383469200,2),(1195,1394359200,1),(1195,1414918800,2),(1195,1425808800,1),(1195,1446368400,2),(1195,1457863200,1),(1195,1478422800,2),(1195,1489312800,1),(1195,1509872400,2),(1195,1520762400,1),(1195,1541322000,2),(1195,1552212000,1),(1195,1572771600,2),(1195,1583661600,1),(1195,1604221200,2),(1195,1615716000,1),(1195,1636275600,2),(1195,1647165600,1),(1195,1667725200,2),(1195,1678615200,1),(1195,1699174800,2),(1195,1710064800,1),(1195,1730624400,2),(1195,1741514400,1),(1195,1762074000,2),(1195,1772964000,1),(1195,1793523600,2),(1195,1805018400,1),(1195,1825578000,2),(1195,1836468000,1),(1195,1857027600,2),(1195,1867917600,1),(1195,1888477200,2),(1195,1899367200,1),(1195,1919926800,2),(1195,1930816800,1),(1195,1951376400,2),(1195,1962871200,1),(1195,1983430800,2),(1195,1994320800,1),(1195,2014880400,2),(1195,2025770400,1),(1195,2046330000,2),(1195,2057220000,1),(1195,2077779600,2),(1195,2088669600,1),(1195,2109229200,2),(1195,2120119200,1),(1195,2140678800,2),(1196,-2147483648,0),(1196,-1806678012,1),(1196,2147483647,1),(1197,-2147483648,1),(1197,-880200000,2),(1197,-769395600,3),(1197,-765378000,1),(1197,-86882400,4),(1197,-21470400,5),(1197,-5749200,4),(1197,9979200,5),(1197,25700400,4),(1197,41428800,5),(1197,57754800,4),(1197,73483200,5),(1197,89204400,4),(1197,104932800,5),(1197,120654000,4),(1197,126705600,5),(1197,152103600,4),(1197,162388800,5),(1197,183553200,4),(1197,199281600,5),(1197,215607600,4),(1197,230731200,5),(1197,247057200,4),(1197,262785600,5),(1197,278506800,4),(1197,294235200,5),(1197,309956400,4),(1197,325684800,5),(1197,341406000,4),(1197,357134400,5),(1197,372855600,4),(1197,388584000,5),(1197,404910000,4),(1197,420033600,5),(1197,436359600,6),(1197,439030800,8),(1197,452084400,7),(1197,467805600,8),(1197,483534000,7),(1197,499255200,8),(1197,514983600,7),(1197,530704800,8),(1197,544618800,7),(1197,562154400,8),(1197,576068400,7),(1197,594208800,8),(1197,607518000,7),(1197,625658400,8),(1197,638967600,7),(1197,657108000,8),(1197,671022000,7),(1197,688557600,8),(1197,702471600,7),(1197,720007200,8),(1197,733921200,7),(1197,752061600,8),(1197,765370800,7),(1197,783511200,8),(1197,796820400,7),(1197,814960800,8),(1197,828874800,7),(1197,846410400,8),(1197,860324400,7),(1197,877860000,8),(1197,891774000,7),(1197,909309600,8),(1197,923223600,7),(1197,941364000,8),(1197,954673200,7),(1197,972813600,8),(1197,986122800,7),(1197,1004263200,8),(1197,1018177200,7),(1197,1035712800,8),(1197,1049626800,7),(1197,1067162400,8),(1197,1081076400,7),(1197,1099216800,8),(1197,1112526000,7),(1197,1130666400,8),(1197,1143975600,7),(1197,1162116000,8),(1197,1173610800,7),(1197,1194170400,8),(1197,1205060400,7),(1197,1225620000,8),(1197,1236510000,7),(1197,1257069600,8),(1197,1268564400,7),(1197,1289124000,8),(1197,1300014000,7),(1197,1320573600,8),(1197,1331463600,7),(1197,1352023200,8),(1197,1362913200,7),(1197,1383472800,8),(1197,1394362800,7),(1197,1414922400,8),(1197,1425812400,7),(1197,1446372000,8),(1197,1457866800,7),(1197,1478426400,8),(1197,1489316400,7),(1197,1509876000,8),(1197,1520766000,7),(1197,1541325600,8),(1197,1552215600,7),(1197,1572775200,8),(1197,1583665200,7),(1197,1604224800,8),(1197,1615719600,7),(1197,1636279200,8),(1197,1647169200,7),(1197,1667728800,8),(1197,1678618800,7),(1197,1699178400,8),(1197,1710068400,7),(1197,1730628000,8),(1197,1741518000,7),(1197,1762077600,8),(1197,1772967600,7),(1197,1793527200,8),(1197,1805022000,7),(1197,1825581600,8),(1197,1836471600,7),(1197,1857031200,8),(1197,1867921200,7),(1197,1888480800,8),(1197,1899370800,7),(1197,1919930400,8),(1197,1930820400,7),(1197,1951380000,8),(1197,1962874800,7),(1197,1983434400,8),(1197,1994324400,7),(1197,2014884000,8),(1197,2025774000,7),(1197,2046333600,8),(1197,2057223600,7),(1197,2077783200,8),(1197,2088673200,7),(1197,2109232800,8),(1197,2120122800,7),(1197,2140682400,8),(1198,-2147483648,1),(1198,-1869875816,3),(1198,-1693706400,2),(1198,-1680490800,3),(1198,-1570413600,2),(1198,-1552186800,3),(1198,-1538359200,2),(1198,-1522551600,3),(1198,-1507514400,2),(1198,-1490583600,3),(1198,-1440208800,2),(1198,-1428030000,3),(1198,-1409709600,2),(1198,-1396494000,3),(1198,-931053600,2),(1198,-922676400,3),(1198,-917834400,2),(1198,-892436400,3),(1198,-875844000,2),(1198,-764737200,3),(1198,-744343200,2),(1198,-733806000,3),(1198,-716436000,2),(1198,-701924400,3),(1198,-684986400,2),(1198,-670474800,3),(1198,-654141600,2),(1198,-639025200,3),(1198,-622087200,2),(1198,-606970800,3),(1198,-590032800,2),(1198,-575521200,3),(1198,-235620000,2),(1198,-194842800,3),(1198,-177732000,2),(1198,-165726000,3),(1198,107910000,2),(1198,121215600,3),(1198,133920000,2),(1198,152665200,3),(1198,164678400,2),(1198,184114800,3),(1198,196214400,2),(1198,215564400,3),(1198,228873600,2),(1198,245804400,3),(1198,260323200,2),(1198,267915600,4),(1198,428454000,5),(1198,433893600,4),(1198,468111600,3),(1198,482799600,6),(1198,496710000,7),(1198,512521200,6),(1198,528246000,7),(1198,543970800,6),(1198,559695600,7),(1198,575420400,6),(1198,591145200,7),(1198,606870000,6),(1198,622594800,7),(1198,638319600,6),(1198,654649200,7),(1198,670374000,6),(1198,686098800,7),(1198,701823600,6),(1198,717548400,7),(1198,733273200,6),(1198,748998000,7),(1198,764118000,6),(1198,780447600,7),(1198,796172400,6),(1198,811897200,7),(1198,828226800,6),(1198,846370800,7),(1198,859676400,6),(1198,877820400,7),(1198,891126000,6),(1198,909270000,7),(1198,922575600,6),(1198,941324400,7),(1198,954025200,6),(1198,972774000,7),(1198,985474800,6),(1198,1004223600,7),(1198,1017529200,6),(1198,1035673200,7),(1198,1048978800,6),(1198,1067122800,7),(1198,1080428400,6),(1198,1099177200,7),(1198,1111878000,6),(1198,1130626800,7),(1198,1143327600,6),(1198,1162076400,7),(1198,1167602400,3),(1198,1174784400,8),(1198,1193533200,9),(1198,1206838800,8),(1198,1224982800,9),(1198,1238288400,8),(1198,1256432400,9),(1198,1269738000,8),(1198,1288486800,9),(1198,1301274000,8),(1198,1319936400,9),(1198,1332637200,8),(1198,1351386000,9),(1198,1364691600,8),(1198,1382835600,9),(1198,1396227600,8),(1198,1414285200,9),(1198,1427590800,8),(1198,1446944400,9),(1198,1459040400,8),(1198,1473195600,4),(1198,2147483647,4),(1200,-2147483648,1),(1200,-880200000,2),(1200,-769395600,3),(1200,-765378000,1),(1200,-86882400,4),(1200,-21470400,5),(1200,-5749200,4),(1200,9979200,5),(1200,25700400,4),(1200,41428800,5),(1200,57754800,4),(1200,73483200,5),(1200,89204400,4),(1200,104932800,5),(1200,120654000,4),(1200,126705600,5),(1200,152103600,4),(1200,162388800,5),(1200,183553200,4),(1200,199281600,5),(1200,215607600,4),(1200,230731200,5),(1200,247057200,4),(1200,262785600,5),(1200,278506800,4),(1200,294235200,5),(1200,309956400,4),(1200,325684800,5),(1200,341406000,4),(1200,357134400,5),(1200,372855600,4),(1200,388584000,5),(1200,404910000,4),(1200,420033600,5),(1200,436359600,6),(1200,439030800,8),(1200,452084400,7),(1200,467805600,8),(1200,483534000,7),(1200,499255200,8),(1200,514983600,7),(1200,530704800,8),(1200,544618800,7),(1200,562154400,8),(1200,576068400,7),(1200,594208800,8),(1200,607518000,7),(1200,625658400,8),(1200,638967600,7),(1200,657108000,8),(1200,671022000,7),(1200,688557600,8),(1200,702471600,7),(1200,720007200,8),(1200,733921200,7),(1200,752061600,8),(1200,765370800,7),(1200,783511200,8),(1200,796820400,7),(1200,814960800,8),(1200,828874800,7),(1200,846410400,8),(1200,860324400,7),(1200,877860000,8),(1200,891774000,7),(1200,909309600,8),(1200,923223600,7),(1200,941364000,8),(1200,954673200,7),(1200,972813600,8),(1200,986122800,7),(1200,1004263200,8),(1200,1018177200,7),(1200,1035712800,8),(1200,1049626800,7),(1200,1067162400,8),(1200,1081076400,7),(1200,1099216800,8),(1200,1112526000,7),(1200,1130666400,8),(1200,1143975600,7),(1200,1162116000,8),(1200,1173610800,7),(1200,1194170400,8),(1200,1205060400,7),(1200,1225620000,8),(1200,1236510000,7),(1200,1257069600,8),(1200,1268564400,7),(1200,1289124000,8),(1200,1300014000,7),(1200,1320573600,8),(1200,1331463600,7),(1200,1352023200,8),(1200,1362913200,7),(1200,1383472800,8),(1200,1394362800,7),(1200,1414922400,8),(1200,1425812400,7),(1200,1446372000,8),(1200,1457866800,7),(1200,1478426400,8),(1200,1489316400,7),(1200,1509876000,8),(1200,1520766000,7),(1200,1541325600,8),(1200,1552215600,7),(1200,1572775200,8),(1200,1583665200,7),(1200,1604224800,8),(1200,1615719600,7),(1200,1636279200,8),(1200,1647169200,7),(1200,1667728800,8),(1200,1678618800,7),(1200,1699178400,8),(1200,1710068400,7),(1200,1730628000,8),(1200,1741518000,7),(1200,1762077600,8),(1200,1772967600,7),(1200,1793527200,8),(1200,1805022000,7),(1200,1825581600,8),(1200,1836471600,7),(1200,1857031200,8),(1200,1867921200,7),(1200,1888480800,8),(1200,1899370800,7),(1200,1919930400,8),(1200,1930820400,7),(1200,1951380000,8),(1200,1962874800,7),(1200,1983434400,8),(1200,1994324400,7),(1200,2014884000,8),(1200,2025774000,7),(1200,2046333600,8),(1200,2057223600,7),(1200,2077783200,8),(1200,2088673200,7),(1200,2109232800,8),(1200,2120122800,7),(1200,2140682400,8),(1201,-2147483648,1),(1201,-880196400,2),(1201,-769395600,3),(1201,-765374400,1),(1201,-86878800,4),(1201,-21466800,5),(1201,-5745600,4),(1201,9982800,5),(1201,25704000,4),(1201,41432400,5),(1201,57758400,4),(1201,73486800,5),(1201,89208000,4),(1201,104936400,5),(1201,120657600,4),(1201,126709200,5),(1201,152107200,4),(1201,162392400,5),(1201,183556800,4),(1201,199285200,5),(1201,215611200,4),(1201,230734800,5),(1201,247060800,4),(1201,262789200,5),(1201,278510400,4),(1201,294238800,5),(1201,309960000,4),(1201,325688400,5),(1201,341409600,4),(1201,357138000,5),(1201,372859200,4),(1201,388587600,5),(1201,404913600,4),(1201,420037200,5),(1201,436363200,6),(1201,439034400,8),(1201,452088000,7),(1201,467809200,8),(1201,483537600,7),(1201,499258800,8),(1201,514987200,7),(1201,530708400,8),(1201,544622400,7),(1201,562158000,8),(1201,576072000,7),(1201,594212400,8),(1201,607521600,7),(1201,625662000,8),(1201,638971200,7),(1201,657111600,8),(1201,671025600,7),(1201,688561200,8),(1201,702475200,7),(1201,720010800,8),(1201,733924800,7),(1201,752065200,8),(1201,765374400,7),(1201,783514800,8),(1201,796824000,7),(1201,814964400,8),(1201,828878400,7),(1201,846414000,8),(1201,860328000,7),(1201,877863600,8),(1201,891777600,7),(1201,909313200,8),(1201,923227200,7),(1201,941367600,8),(1201,954676800,7),(1201,972817200,8),(1201,986126400,7),(1201,1004266800,8),(1201,1018180800,7),(1201,1035716400,8),(1201,1049630400,7),(1201,1067166000,8),(1201,1081080000,7),(1201,1099220400,8),(1201,1112529600,7),(1201,1130670000,8),(1201,1143979200,7),(1201,1162119600,8),(1201,1173614400,7),(1201,1194174000,8),(1201,1205064000,7),(1201,1225623600,8),(1201,1236513600,7),(1201,1257073200,8),(1201,1268568000,7),(1201,1289127600,8),(1201,1300017600,7),(1201,1320577200,8),(1201,1331467200,7),(1201,1352026800,8),(1201,1362916800,7),(1201,1383476400,8),(1201,1394366400,7),(1201,1414926000,8),(1201,1425816000,7),(1201,1446375600,8),(1201,1457870400,7),(1201,1478430000,8),(1201,1489320000,7),(1201,1509879600,8),(1201,1520769600,7),(1201,1541329200,8),(1201,1552219200,7),(1201,1572778800,8),(1201,1583668800,7),(1201,1604228400,8),(1201,1615723200,7),(1201,1636282800,8),(1201,1647172800,7),(1201,1667732400,8),(1201,1678622400,7),(1201,1699182000,8),(1201,1710072000,7),(1201,1730631600,8),(1201,1741521600,7),(1201,1762081200,8),(1201,1772971200,7),(1201,1793530800,8),(1201,1805025600,7),(1201,1825585200,8),(1201,1836475200,7),(1201,1857034800,8),(1201,1867924800,7),(1201,1888484400,8),(1201,1899374400,7),(1201,1919934000,8),(1201,1930824000,7),(1201,1951383600,8),(1201,1962878400,7),(1201,1983438000,8),(1201,1994328000,7),(1201,2014887600,8),(1201,2025777600,7),(1201,2046337200,8),(1201,2057227200,7),(1201,2077786800,8),(1201,2088676800,7),(1201,2109236400,8),(1201,2120126400,7),(1201,2140686000,8),(1202,-2147483648,2),(1202,-1633273200,1),(1202,-1615132800,2),(1202,-1601823600,1),(1202,-1583683200,2),(1202,-880210800,3),(1202,-820519140,2),(1202,-812653140,3),(1202,-796845540,2),(1202,-84380400,1),(1202,-68659200,2),(1203,-2147483648,2),(1203,-1633276800,1),(1203,-1615136400,2),(1203,-1601827200,1),(1203,-1583686800,2),(1203,-1563724800,1),(1203,-1551632400,2),(1203,-1538928000,1),(1203,-1520182800,2),(1203,-1504454400,1),(1203,-1491757200,2),(1203,-1473004800,1),(1203,-1459702800,2),(1203,-1441555200,1),(1203,-1428253200,2),(1203,-1410105600,1),(1203,-1396803600,2),(1203,-1378656000,1),(1203,-1365354000,2),(1203,-1347206400,1),(1203,-1333904400,2),(1203,-1315152000,1),(1203,-1301850000,2),(1203,-1283702400,1),(1203,-1270400400,2),(1203,-1252252800,1),(1203,-1238950800,2),(1203,-1220803200,1),(1203,-1207501200,2),(1203,-1189353600,1),(1203,-1176051600,2),(1203,-1157299200,1),(1203,-1144602000,2),(1203,-1125849600,1),(1203,-1112547600,2),(1203,-1094400000,1),(1203,-1081098000,2),(1203,-1067788800,3),(1203,-1045414800,2),(1203,-1031500800,1),(1203,-1018198800,2),(1203,-1000051200,1),(1203,-986749200,2),(1203,-967996800,1),(1203,-955299600,2),(1203,-936547200,1),(1203,-923245200,2),(1203,-905097600,1),(1203,-891795600,2),(1203,-880214400,4),(1203,-769395600,5),(1203,-765392400,2),(1203,-747244800,1),(1203,-733942800,2),(1203,-715795200,1),(1203,-702493200,2),(1203,-684345600,1),(1203,-671043600,2),(1203,-652896000,1),(1203,-639594000,2),(1203,-620841600,1),(1203,-608144400,2),(1203,-589392000,1),(1203,-576090000,2),(1203,-557942400,1),(1203,-544640400,2),(1203,-526492800,1),(1203,-513190800,2),(1203,-495043200,1),(1203,-481741200,2),(1203,-463593600,1),(1203,-447267600,2),(1203,-431539200,1),(1203,-415818000,2),(1203,-400089600,1),(1203,-384368400,2),(1203,-368640000,1),(1203,-352918800,2),(1203,-337190400,1),(1203,-321469200,2),(1203,-305740800,1),(1203,-289414800,2),(1203,-273686400,1),(1203,-257965200,2),(1203,-242236800,1),(1203,-226515600,2),(1203,-210787200,1),(1203,-195066000,2),(1203,-179337600,1),(1203,-163616400,2),(1203,-147888000,1),(1203,-131562000,2),(1203,-116438400,1),(1203,-100112400,2),(1203,-84384000,1),(1203,-68662800,2),(1203,-52934400,1),(1203,-37213200,2),(1203,-21484800,1),(1203,-5763600,2),(1203,9964800,1),(1203,25686000,2),(1203,41414400,1),(1203,57740400,2),(1203,73468800,1),(1203,89190000,2),(1203,104918400,1),(1203,120639600,2),(1203,126691200,1),(1203,152089200,2),(1203,162374400,1),(1203,183538800,2),(1203,199267200,1),(1203,215593200,2),(1203,230716800,1),(1203,247042800,2),(1203,262771200,1),(1203,278492400,2),(1203,294220800,1),(1203,309942000,2),(1203,325670400,1),(1203,341391600,2),(1203,357120000,1),(1203,372841200,2),(1203,388569600,1),(1203,404895600,2),(1203,420019200,1),(1203,436345200,2),(1203,452073600,1),(1203,467794800,2),(1203,483523200,1),(1203,499244400,2),(1203,514972800,1),(1203,530694000,2),(1203,544608000,1),(1203,562143600,2),(1203,576057600,1),(1203,594198000,2),(1203,607507200,1),(1203,625647600,2),(1203,638956800,1),(1203,657097200,2),(1203,671011200,1),(1203,688546800,2),(1203,702460800,1),(1203,719996400,2),(1203,733910400,1),(1203,752050800,2),(1203,765360000,1),(1203,783500400,2),(1203,796809600,1),(1203,814950000,2),(1203,828864000,1),(1203,846399600,2),(1203,860313600,1),(1203,877849200,2),(1203,891763200,1),(1203,909298800,2),(1203,923212800,1),(1203,941353200,2),(1203,954662400,1),(1203,972802800,2),(1203,986112000,1),(1203,1004252400,2),(1203,1018166400,1),(1203,1035702000,2),(1203,1049616000,1),(1203,1067151600,2),(1203,1081065600,1),(1203,1099206000,2),(1203,1112515200,1),(1203,1130655600,2),(1203,1143964800,1),(1203,1162105200,2),(1203,1173600000,1),(1203,1194159600,2),(1203,1205049600,1),(1203,1225609200,2),(1203,1236499200,1),(1203,1257058800,2),(1203,1268553600,1),(1203,1289113200,2),(1203,1300003200,1),(1203,1320562800,2),(1203,1331452800,1),(1203,1352012400,2),(1203,1362902400,1),(1203,1383462000,2),(1203,1394352000,1),(1203,1414911600,2),(1203,1425801600,1),(1203,1446361200,2),(1203,1457856000,1),(1203,1478415600,2),(1203,1489305600,1),(1203,1509865200,2),(1203,1520755200,1),(1203,1541314800,2),(1203,1552204800,1),(1203,1572764400,2),(1203,1583654400,1),(1203,1604214000,2),(1203,1615708800,1),(1203,1636268400,2),(1203,1647158400,1),(1203,1667718000,2),(1203,1678608000,1),(1203,1699167600,2),(1203,1710057600,1),(1203,1730617200,2),(1203,1741507200,1),(1203,1762066800,2),(1203,1772956800,1),(1203,1793516400,2),(1203,1805011200,1),(1203,1825570800,2),(1203,1836460800,1),(1203,1857020400,2),(1203,1867910400,1),(1203,1888470000,2),(1203,1899360000,1),(1203,1919919600,2),(1203,1930809600,1),(1203,1951369200,2),(1203,1962864000,1),(1203,1983423600,2),(1203,1994313600,1),(1203,2014873200,2),(1203,2025763200,1),(1203,2046322800,2),(1203,2057212800,1),(1203,2077772400,2),(1203,2088662400,1),(1203,2109222000,2),(1203,2120112000,1),(1203,2140671600,2),(1204,-2147483648,2),(1204,-1633276800,1),(1204,-1615136400,2),(1204,-1601827200,1),(1204,-1583686800,2),(1204,-900259200,1),(1204,-891795600,2),(1204,-880214400,3),(1204,-769395600,4),(1204,-765392400,2),(1204,-747244800,1),(1204,-733942800,2),(1204,-715795200,1),(1204,-702493200,2),(1204,-684345600,1),(1204,-671043600,2),(1204,-652896000,1),(1204,-639594000,2),(1204,-620841600,1),(1204,-608144400,2),(1204,-589392000,1),(1204,-576090000,2),(1204,-557942400,1),(1204,-544640400,2),(1204,-526492800,1),(1204,-513190800,2),(1204,-495043200,1),(1204,-481741200,2),(1204,-463593600,5),(1204,-386787600,2),(1204,-368640000,5),(1204,-21488400,6),(1204,-5767200,5),(1204,9961200,6),(1204,25682400,5),(1204,1143961200,6),(1204,1162101600,5),(1204,1173596400,6),(1204,1194156000,5),(1204,1205046000,6),(1204,1225605600,5),(1204,1236495600,6),(1204,1257055200,5),(1204,1268550000,6),(1204,1289109600,5),(1204,1299999600,6),(1204,1320559200,5),(1204,1331449200,6),(1204,1352008800,5),(1204,1362898800,6),(1204,1383458400,5),(1204,1394348400,6),(1204,1414908000,5),(1204,1425798000,6),(1204,1446357600,5),(1204,1457852400,6),(1204,1478412000,5),(1204,1489302000,6),(1204,1509861600,5),(1204,1520751600,6),(1204,1541311200,5),(1204,1552201200,6),(1204,1572760800,5),(1204,1583650800,6),(1204,1604210400,5),(1204,1615705200,6),(1204,1636264800,5),(1204,1647154800,6),(1204,1667714400,5),(1204,1678604400,6),(1204,1699164000,5),(1204,1710054000,6),(1204,1730613600,5),(1204,1741503600,6),(1204,1762063200,5),(1204,1772953200,6),(1204,1793512800,5),(1204,1805007600,6),(1204,1825567200,5),(1204,1836457200,6),(1204,1857016800,5),(1204,1867906800,6),(1204,1888466400,5),(1204,1899356400,6),(1204,1919916000,5),(1204,1930806000,6),(1204,1951365600,5),(1204,1962860400,6),(1204,1983420000,5),(1204,1994310000,6),(1204,2014869600,5),(1204,2025759600,6),(1204,2046319200,5),(1204,2057209200,6),(1204,2077768800,5),(1204,2088658800,6),(1204,2109218400,5),(1204,2120108400,6),(1204,2140668000,5),(1205,-2147483648,2),(1205,-1633280400,1),(1205,-1615140000,2),(1205,-1601830800,1),(1205,-1583690400,2),(1205,-1570381200,1),(1205,-1551636000,2),(1205,-1536512400,1),(1205,-1523210400,2),(1205,-1504458000,1),(1205,-1491760800,2),(1205,-1473008400,1),(1205,-1459706400,2),(1205,-1441558800,1),(1205,-1428256800,2),(1205,-1410109200,1),(1205,-1396807200,2),(1205,-1378659600,1),(1205,-1365357600,2),(1205,-1347210000,1),(1205,-1333908000,2),(1205,-1315155600,1),(1205,-1301853600,2),(1205,-1283706000,1),(1205,-1270404000,2),(1205,-1252256400,1),(1205,-1238954400,2),(1205,-1220806800,1),(1205,-1207504800,2),(1205,-1189357200,1),(1205,-1176055200,2),(1205,-1157302800,1),(1205,-1144605600,2),(1205,-1125853200,1),(1205,-1112551200,2),(1205,-1094403600,1),(1205,-1081101600,2),(1205,-1062954000,1),(1205,-1049652000,2),(1205,-1031504400,1),(1205,-1018202400,2),(1205,-1000054800,1),(1205,-986752800,2),(1205,-968000400,1),(1205,-955303200,2),(1205,-936550800,1),(1205,-923248800,2),(1205,-905101200,1),(1205,-891799200,2),(1205,-880218000,3),(1205,-769395600,4),(1205,-765396000,2),(1205,-747248400,1),(1205,-733946400,2),(1205,-715798800,1),(1205,-702496800,2),(1205,-684349200,1),(1205,-671047200,2),(1205,-652899600,1),(1205,-639597600,2),(1205,-620845200,1),(1205,-608148000,2),(1205,-589395600,1),(1205,-576093600,2),(1205,-557946000,1),(1205,-544644000,2),(1205,-526496400,1),(1205,-513194400,2),(1205,-495046800,1),(1205,-481744800,2),(1205,-463597200,1),(1205,-447271200,2),(1205,-431542800,1),(1205,-415821600,2),(1205,-400093200,1),(1205,-384372000,2),(1205,-368643600,1),(1205,-352922400,2),(1205,-337194000,1),(1205,-321472800,2),(1205,-305744400,1),(1205,-289418400,2),(1205,-273690000,1),(1205,-257968800,2),(1205,-242240400,1),(1205,-226519200,2),(1205,-210790800,1),(1205,-195069600,2),(1205,-179341200,1),(1205,-163620000,2),(1205,-147891600,1),(1205,-131565600,2),(1205,-116442000,1),(1205,-100116000,2),(1205,-84387600,1),(1205,-68666400,2),(1205,-52938000,1),(1205,-37216800,2),(1205,-21488400,1),(1205,-5767200,2),(1205,9961200,1),(1205,25682400,2),(1205,41410800,1),(1205,57736800,2),(1205,73465200,1),(1205,89186400,2),(1205,104914800,1),(1205,120636000,2),(1205,126687600,1),(1205,152085600,2),(1205,162370800,1),(1205,183535200,2),(1205,199263600,1),(1205,215589600,2),(1205,230713200,1),(1205,247039200,2),(1205,262767600,1),(1205,278488800,2),(1205,294217200,1),(1205,309938400,2),(1205,325666800,1),(1205,341388000,2),(1205,357116400,1),(1205,372837600,2),(1205,388566000,1),(1205,404892000,2),(1205,420015600,1),(1205,436341600,2),(1205,452070000,1),(1205,467791200,2),(1205,483519600,1),(1205,499240800,2),(1205,514969200,1),(1205,530690400,2),(1205,544604400,1),(1205,562140000,2),(1205,576054000,1),(1205,594194400,2),(1205,607503600,1),(1205,625644000,2),(1205,638953200,1),(1205,657093600,2),(1205,671007600,1),(1205,688543200,2),(1205,702457200,1),(1205,719992800,2),(1205,733906800,1),(1205,752047200,2),(1205,765356400,1),(1205,783496800,2),(1205,796806000,1),(1205,814946400,2),(1205,828860400,1),(1205,846396000,2),(1205,860310000,1),(1205,877845600,2),(1205,891759600,1),(1205,909295200,2),(1205,923209200,1),(1205,941349600,2),(1205,954658800,1),(1205,972799200,2),(1205,986108400,1),(1205,1004248800,2),(1205,1018162800,1),(1205,1035698400,2),(1205,1049612400,1),(1205,1067148000,2),(1205,1081062000,1),(1205,1099202400,2),(1205,1112511600,1),(1205,1130652000,2),(1205,1143961200,1),(1205,1162101600,2),(1205,1173596400,1),(1205,1194156000,2),(1205,1205046000,1),(1205,1225605600,2),(1205,1236495600,1),(1205,1257055200,2),(1205,1268550000,1),(1205,1289109600,2),(1205,1299999600,1),(1205,1320559200,2),(1205,1331449200,1),(1205,1352008800,2),(1205,1362898800,1),(1205,1383458400,2),(1205,1394348400,1),(1205,1414908000,2),(1205,1425798000,1),(1205,1446357600,2),(1205,1457852400,1),(1205,1478412000,2),(1205,1489302000,1),(1205,1509861600,2),(1205,1520751600,1),(1205,1541311200,2),(1205,1552201200,1),(1205,1572760800,2),(1205,1583650800,1),(1205,1604210400,2),(1205,1615705200,1),(1205,1636264800,2),(1205,1647154800,1),(1205,1667714400,2),(1205,1678604400,1),(1205,1699164000,2),(1205,1710054000,1),(1205,1730613600,2),(1205,1741503600,1),(1205,1762063200,2),(1205,1772953200,1),(1205,1793512800,2),(1205,1805007600,1),(1205,1825567200,2),(1205,1836457200,1),(1205,1857016800,2),(1205,1867906800,1),(1205,1888466400,2),(1205,1899356400,1),(1205,1919916000,2),(1205,1930806000,1),(1205,1951365600,2),(1205,1962860400,1),(1205,1983420000,2),(1205,1994310000,1),(1205,2014869600,2),(1205,2025759600,1),(1205,2046319200,2),(1205,2057209200,1),(1205,2077768800,2),(1205,2088658800,1),(1205,2109218400,2),(1205,2120108400,1),(1205,2140668000,2),(1206,-2147483648,1),(1206,-1157283000,2),(1206,-1155436200,1),(1206,-880198200,3),(1206,-769395600,4),(1206,-765376200,1),(1206,-712150200,5),(1207,-2147483648,2),(1207,-1633276800,1),(1207,-1615136400,2),(1207,-1601827200,1),(1207,-1583686800,2),(1207,-880214400,3),(1207,-769395600,4),(1207,-765392400,2),(1207,-715795200,1),(1207,-702493200,2),(1207,-684345600,1),(1207,-671043600,2),(1207,-652896000,1),(1207,-639594000,2),(1207,-620841600,1),(1207,-608144400,2),(1207,-589392000,1),(1207,-576090000,2),(1207,-557942400,1),(1207,-544640400,2),(1207,-526492800,1),(1207,-513190800,2),(1207,-495043200,1),(1207,-481741200,2),(1207,-463593600,1),(1207,-447267600,2),(1207,-431539200,1),(1207,-415818000,2),(1207,-400089600,1),(1207,-386787600,2),(1207,-368640000,1),(1207,-355338000,2),(1207,-337190400,1),(1207,-321469200,2),(1207,-305740800,1),(1207,-289414800,2),(1207,-273686400,1),(1207,-257965200,2),(1207,-242236800,5),(1207,-195066000,2),(1207,-84384000,1),(1207,-68662800,2),(1207,-52934400,1),(1207,-37213200,2),(1207,-21484800,1),(1207,-5763600,2),(1207,9964800,1),(1207,25686000,2),(1207,41414400,1),(1207,57740400,2),(1207,73468800,1),(1207,89190000,2),(1207,104918400,1),(1207,120639600,2),(1207,126691200,1),(1207,152089200,2),(1207,162374400,1),(1207,183538800,2),(1207,199267200,1),(1207,215593200,2),(1207,230716800,1),(1207,247042800,2),(1207,262771200,1),(1207,278492400,2),(1207,294220800,1),(1207,309942000,2),(1207,325670400,1),(1207,341391600,2),(1207,357120000,1),(1207,372841200,2),(1207,388569600,1),(1207,404895600,2),(1207,420019200,1),(1207,436345200,2),(1207,452073600,1),(1207,467794800,2),(1207,483523200,1),(1207,499244400,2),(1207,514972800,1),(1207,530694000,2),(1207,544608000,1),(1207,562143600,2),(1207,576057600,1),(1207,594198000,2),(1207,607507200,1),(1207,625647600,2),(1207,638956800,1),(1207,657097200,2),(1207,671011200,1),(1207,688546800,5),(1207,1143961200,1),(1207,1162105200,2),(1207,1173600000,1),(1207,1194159600,2),(1207,1205049600,1),(1207,1225609200,2),(1207,1236499200,1),(1207,1257058800,2),(1207,1268553600,1),(1207,1289113200,2),(1207,1300003200,1),(1207,1320562800,2),(1207,1331452800,1),(1207,1352012400,2),(1207,1362902400,1),(1207,1383462000,2),(1207,1394352000,1),(1207,1414911600,2),(1207,1425801600,1),(1207,1446361200,2),(1207,1457856000,1),(1207,1478415600,2),(1207,1489305600,1),(1207,1509865200,2),(1207,1520755200,1),(1207,1541314800,2),(1207,1552204800,1),(1207,1572764400,2),(1207,1583654400,1),(1207,1604214000,2),(1207,1615708800,1),(1207,1636268400,2),(1207,1647158400,1),(1207,1667718000,2),(1207,1678608000,1),(1207,1699167600,2),(1207,1710057600,1),(1207,1730617200,2),(1207,1741507200,1),(1207,1762066800,2),(1207,1772956800,1),(1207,1793516400,2),(1207,1805011200,1),(1207,1825570800,2),(1207,1836460800,1),(1207,1857020400,2),(1207,1867910400,1),(1207,1888470000,2),(1207,1899360000,1),(1207,1919919600,2),(1207,1930809600,1),(1207,1951369200,2),(1207,1962864000,1),(1207,1983423600,2),(1207,1994313600,1),(1207,2014873200,2),(1207,2025763200,1),(1207,2046322800,2),(1207,2057212800,1),(1207,2077772400,2),(1207,2088662400,1),(1207,2109222000,2),(1207,2120112000,1),(1207,2140671600,2),(1208,-2147483648,0),(1208,-2051202469,1),(1208,-1724083200,2),(1208,-880218000,3),(1208,-769395600,4),(1208,-765396000,2),(1208,-684349200,5),(1208,-671047200,2),(1208,-80506740,5),(1208,-68666400,2),(1208,-52938000,5),(1208,-37216800,2),(1208,104914800,5),(1208,120636000,2),(1208,126687600,5),(1208,152085600,2),(1208,167814000,5),(1208,183535200,2),(1208,199263600,5),(1208,215589600,2),(1208,230713200,5),(1208,247039200,2),(1208,262767600,5),(1208,278488800,2),(1208,294217200,5),(1208,309938400,2),(1208,325666800,5),(1208,341388000,2),(1208,357116400,5),(1208,372837600,2),(1208,388566000,5),(1208,404892000,2),(1208,420015600,5),(1208,436341600,2),(1208,452070000,5),(1208,467791200,2),(1208,483519600,5),(1208,499240800,2),(1208,514969200,5),(1208,530690400,2),(1208,544604400,5),(1208,562140000,2),(1208,576054000,5),(1208,594194400,2),(1208,607503600,5),(1208,625644000,2),(1208,638953200,5),(1208,657093600,2),(1208,671007600,5),(1208,688543200,2),(1208,702457200,5),(1208,719992800,2),(1208,733906800,5),(1208,752047200,2),(1208,765356400,5),(1208,783496800,2),(1208,796806000,5),(1208,814946400,2),(1208,828860400,5),(1208,846396000,2),(1208,860310000,5),(1208,877845600,2),(1208,891759600,5),(1208,909295200,2),(1208,923209200,5),(1208,941349600,2),(1208,954658800,5),(1208,972799200,2),(1208,986108400,5),(1208,1004248800,2),(1208,1018162800,5),(1208,1035698400,2),(1208,1049612400,5),(1208,1067148000,2),(1208,1081062000,5),(1208,1099202400,2),(1208,1112511600,5),(1208,1130652000,2),(1208,1143961200,5),(1208,1162101600,2),(1208,1173596400,5),(1208,1194156000,2),(1208,1205046000,5),(1208,1225605600,2),(1208,1236495600,5),(1208,1257055200,2),(1208,1268550000,5),(1208,1289109600,2),(1208,1299999600,5),(1208,1320559200,2),(1208,1331449200,5),(1208,1352008800,2),(1208,1362898800,5),(1208,1383458400,2),(1208,1394348400,5),(1208,1414908000,2),(1208,1425798000,5),(1208,1446357600,2),(1208,1457852400,5),(1208,1478412000,2),(1208,1489302000,5),(1208,1509861600,2),(1208,1520751600,5),(1208,1541311200,2),(1208,1552201200,5),(1208,1572760800,2),(1208,1583650800,5),(1208,1604210400,2),(1208,1615705200,5),(1208,1636264800,2),(1208,1647154800,5),(1208,1667714400,2),(1208,1678604400,5),(1208,1699164000,2),(1208,1710054000,5),(1208,1730613600,2),(1208,1741503600,5),(1208,1762063200,2),(1208,1772953200,5),(1208,1793512800,2),(1208,1805007600,5),(1208,1825567200,2),(1208,1836457200,5),(1208,1857016800,2),(1208,1867906800,5),(1208,1888466400,2),(1208,1899356400,5),(1208,1919916000,2),(1208,1930806000,5),(1208,1951365600,2),(1208,1962860400,5),(1208,1983420000,2),(1208,1994310000,5),(1208,2014869600,2),(1208,2025759600,5),(1208,2046319200,2),(1208,2057209200,5),(1208,2077768800,2),(1208,2088658800,5),(1208,2109218400,2),(1208,2120108400,5),(1208,2140668000,2),(1209,-2147483648,2),(1209,-1633273200,1),(1209,-1615132800,2),(1209,-1601823600,1),(1209,-1583683200,2),(1209,-1570374000,1),(1209,-1551628800,2),(1209,-1538924400,1),(1209,-1534089600,2),(1209,-880210800,3),(1209,-769395600,4),(1209,-765388800,2),(1209,-147884400,1),(1209,-131558400,2),(1209,-116434800,1),(1209,-100108800,2),(1209,-84380400,1),(1209,-68659200,2),(1209,-52930800,1),(1209,-37209600,2),(1209,-21481200,1),(1209,-5760000,2),(1209,9968400,1),(1209,25689600,2),(1209,41418000,1),(1209,57744000,2),(1209,73472400,1),(1209,89193600,2),(1209,104922000,1),(1209,120643200,2),(1209,126694800,1),(1209,152092800,2),(1209,162378000,1),(1209,183542400,2),(1209,199270800,1),(1209,215596800,2),(1209,230720400,1),(1209,247046400,2),(1209,262774800,1),(1209,278496000,2),(1209,294224400,1),(1209,309945600,2),(1209,325674000,1),(1209,341395200,2),(1209,357123600,1),(1209,372844800,2),(1209,388573200,1),(1209,404899200,2),(1209,420022800,1),(1209,436348800,2),(1209,452077200,1),(1209,467798400,2),(1209,483526800,1),(1209,499248000,2),(1209,514976400,1),(1209,530697600,2),(1209,544611600,1),(1209,562147200,2),(1209,576061200,1),(1209,594201600,2),(1209,607510800,1),(1209,625651200,2),(1209,638960400,1),(1209,657100800,2),(1209,671014800,1),(1209,688550400,2),(1209,702464400,1),(1209,720000000,2),(1209,733914000,1),(1209,752054400,2),(1209,765363600,1),(1209,783504000,2),(1209,796813200,1),(1209,814953600,2),(1209,828867600,1),(1209,846403200,2),(1209,860317200,1),(1209,877852800,2),(1209,891766800,1),(1209,909302400,2),(1209,923216400,1),(1209,941356800,2),(1209,954666000,1),(1209,972806400,2),(1209,986115600,1),(1209,1004256000,2),(1209,1018170000,1),(1209,1035705600,2),(1209,1049619600,1),(1209,1067155200,2),(1209,1081069200,1),(1209,1099209600,2),(1209,1112518800,1),(1209,1130659200,2),(1209,1143968400,1),(1209,1162108800,2),(1209,1173603600,1),(1209,1194163200,2),(1209,1205053200,1),(1209,1225612800,2),(1209,1236502800,1),(1209,1257062400,2),(1209,1268557200,1),(1209,1289116800,2),(1209,1300006800,1),(1209,1320566400,2),(1209,1331456400,1),(1209,1352016000,2),(1209,1362906000,1),(1209,1383465600,2),(1209,1394355600,1),(1209,1414915200,2),(1209,1425805200,1),(1209,1446364800,2),(1209,1457859600,1),(1209,1478419200,2),(1209,1489309200,1),(1209,1509868800,2),(1209,1520758800,1),(1209,1541318400,2),(1209,1552208400,1),(1209,1572768000,2),(1209,1583658000,1),(1209,1604217600,2),(1209,1615712400,1),(1209,1636272000,2),(1209,1647162000,1),(1209,1667721600,2),(1209,1678611600,1),(1209,1699171200,2),(1209,1710061200,1),(1209,1730620800,2),(1209,1741510800,1),(1209,1762070400,2),(1209,1772960400,1),(1209,1793520000,2),(1209,1805014800,1),(1209,1825574400,2),(1209,1836464400,1),(1209,1857024000,2),(1209,1867914000,1),(1209,1888473600,2),(1209,1899363600,1),(1209,1919923200,2),(1209,1930813200,1),(1209,1951372800,2),(1209,1962867600,1),(1209,1983427200,2),(1209,1994317200,1),(1209,2014876800,2),(1209,2025766800,1),(1209,2046326400,2),(1209,2057216400,1),(1209,2077776000,2),(1209,2088666000,1),(1209,2109225600,2),(1209,2120115600,1),(1209,2140675200,2),(1210,-2147483648,2),(1210,-1633269600,1),(1210,-1615129200,2),(1210,-1601820000,1),(1210,-1583679600,2),(1210,-880207200,3),(1210,-769395600,4),(1210,-765385200,2),(1210,-687967140,1),(1210,-662655600,2),(1210,-620838000,1),(1210,-608137200,2),(1210,-589388400,1),(1210,-576082800,2),(1210,-557938800,1),(1210,-544633200,2),(1210,-526489200,1),(1210,-513183600,2),(1210,-495039600,1),(1210,-481734000,2),(1210,-463590000,1),(1210,-450284400,2),(1210,-431535600,1),(1210,-418230000,2),(1210,-400086000,1),(1210,-386780400,2),(1210,-368636400,1),(1210,-355330800,2),(1210,-337186800,1),(1210,-323881200,2),(1210,-305737200,1),(1210,-292431600,2),(1210,-273682800,1),(1210,-260982000,2),(1210,-242233200,1),(1210,-226508400,2),(1210,-210783600,1),(1210,-195058800,2),(1210,-179334000,1),(1210,-163609200,2),(1210,-147884400,1),(1210,-131554800,2),(1210,-116434800,1),(1210,-100105200,2),(1210,-84376800,1),(1210,-68655600,2),(1210,-52927200,1),(1210,-37206000,2),(1210,-21477600,1),(1210,-5756400,2),(1210,9972000,1),(1210,25693200,2),(1210,41421600,1),(1210,57747600,2),(1210,73476000,1),(1210,89197200,2),(1210,104925600,1),(1210,120646800,2),(1210,126698400,1),(1210,152096400,2),(1210,162381600,1),(1210,183546000,2),(1210,199274400,1),(1210,215600400,2),(1210,230724000,1),(1210,247050000,2),(1210,262778400,1),(1210,278499600,2),(1210,294228000,1),(1210,309949200,2),(1210,325677600,1),(1210,341398800,2),(1210,357127200,1),(1210,372848400,2),(1210,388576800,1),(1210,404902800,2),(1210,420026400,1),(1210,436352400,2),(1210,452080800,1),(1210,467802000,2),(1210,483530400,1),(1210,499251600,2),(1210,514980000,1),(1210,530701200,2),(1210,544615200,1),(1210,562150800,2),(1210,576064800,1),(1210,594205200,2),(1210,607514400,1),(1210,625654800,2),(1210,638964000,1),(1210,657104400,2),(1210,671018400,1),(1210,688554000,2),(1210,702468000,1),(1210,720003600,2),(1210,733917600,1),(1210,752058000,2),(1210,765367200,1),(1210,783507600,2),(1210,796816800,1),(1210,814957200,2),(1210,828871200,1),(1210,846406800,2),(1210,860320800,1),(1210,877856400,2),(1210,891770400,1),(1210,909306000,2),(1210,923220000,1),(1210,941360400,2),(1210,954669600,1),(1210,972810000,2),(1210,986119200,1),(1210,1004259600,2),(1210,1018173600,1),(1210,1035709200,2),(1210,1049623200,1),(1210,1067158800,2),(1210,1081072800,1),(1210,1099213200,2),(1210,1112522400,1),(1210,1130662800,2),(1210,1143972000,1),(1210,1162112400,2),(1210,1173607200,1),(1210,1194166800,2),(1210,1205056800,1),(1210,1225616400,2),(1210,1236506400,1),(1210,1257066000,2),(1210,1268560800,1),(1210,1289120400,2),(1210,1300010400,1),(1210,1320570000,2),(1210,1331460000,1),(1210,1352019600,2),(1210,1362909600,1),(1210,1383469200,2),(1210,1394359200,1),(1210,1414918800,2),(1210,1425808800,1),(1210,1446368400,2),(1210,1457863200,1),(1210,1478422800,2),(1210,1489312800,1),(1210,1509872400,2),(1210,1520762400,1),(1210,1541322000,2),(1210,1552212000,1),(1210,1572771600,2),(1210,1583661600,1),(1210,1604221200,2),(1210,1615716000,1),(1210,1636275600,2),(1210,1647165600,1),(1210,1667725200,2),(1210,1678615200,1),(1210,1699174800,2),(1210,1710064800,1),(1210,1730624400,2),(1210,1741514400,1),(1210,1762074000,2),(1210,1772964000,1),(1210,1793523600,2),(1210,1805018400,1),(1210,1825578000,2),(1210,1836468000,1),(1210,1857027600,2),(1210,1867917600,1),(1210,1888477200,2),(1210,1899367200,1),(1210,1919926800,2),(1210,1930816800,1),(1210,1951376400,2),(1210,1962871200,1),(1210,1983430800,2),(1210,1994320800,1),(1210,2014880400,2),(1210,2025770400,1),(1210,2046330000,2),(1210,2057220000,1),(1210,2077779600,2),(1210,2088669600,1),(1210,2109229200,2),(1210,2120119200,1),(1210,2140678800,2),(1211,-2147483648,2),(1211,-1633269600,1),(1211,-1615129200,2),(1211,-1601820000,1),(1211,-1583679600,2),(1211,-880207200,3),(1211,-769395600,4),(1211,-765385200,2),(1211,-687967140,1),(1211,-662655600,2),(1211,-620838000,1),(1211,-608137200,2),(1211,-589388400,1),(1211,-576082800,2),(1211,-557938800,1),(1211,-544633200,2),(1211,-526489200,1),(1211,-513183600,2),(1211,-495039600,1),(1211,-481734000,2),(1211,-463590000,1),(1211,-450284400,2),(1211,-431535600,1),(1211,-418230000,2),(1211,-400086000,1),(1211,-386780400,2),(1211,-368636400,1),(1211,-355330800,2),(1211,-337186800,1),(1211,-323881200,2),(1211,-305737200,1),(1211,-292431600,2),(1211,-273682800,1),(1211,-260982000,2),(1211,-242233200,1),(1211,-226508400,2),(1211,-210783600,1),(1211,-195058800,2),(1211,-179334000,1),(1211,-163609200,2),(1211,-147884400,1),(1211,-131554800,2),(1211,-116434800,1),(1211,-100105200,2),(1211,-84376800,1),(1211,-68655600,2),(1211,-52927200,1),(1211,-37206000,2),(1211,-21477600,1),(1211,-5756400,2),(1211,9972000,1),(1211,25693200,2),(1211,41421600,1),(1211,57747600,2),(1211,73476000,1),(1211,89197200,2),(1211,104925600,1),(1211,120646800,2),(1211,126698400,1),(1211,152096400,2),(1211,162381600,1),(1211,183546000,2),(1211,199274400,1),(1211,215600400,2),(1211,230724000,1),(1211,247050000,2),(1211,262778400,1),(1211,278499600,2),(1211,294228000,1),(1211,309949200,2),(1211,325677600,1),(1211,341398800,2),(1211,357127200,1),(1211,372848400,2),(1211,388576800,1),(1211,404902800,2),(1211,420026400,1),(1211,436352400,2),(1211,452080800,1),(1211,467802000,2),(1211,483530400,1),(1211,499251600,2),(1211,514980000,1),(1211,530701200,2),(1211,544615200,1),(1211,562150800,2),(1211,576064800,1),(1211,594205200,2),(1211,607514400,1),(1211,625654800,2),(1211,638964000,1),(1211,657104400,2),(1211,671018400,1),(1211,688554000,2),(1211,702468000,1),(1211,720003600,2),(1211,733917600,1),(1211,752058000,2),(1211,765367200,1),(1211,783507600,2),(1211,796816800,1),(1211,814957200,2),(1211,828871200,1),(1211,846406800,2),(1211,860320800,1),(1211,877856400,2),(1211,891770400,1),(1211,909306000,2),(1211,923220000,1),(1211,941360400,2),(1211,954669600,1),(1211,972810000,2),(1211,986119200,1),(1211,1004259600,2),(1211,1018173600,1),(1211,1035709200,2),(1211,1049623200,1),(1211,1067158800,2),(1211,1081072800,1),(1211,1099213200,2),(1211,1112522400,1),(1211,1130662800,2),(1211,1143972000,1),(1211,1162112400,2),(1211,1173607200,1),(1211,1194166800,2),(1211,1205056800,1),(1211,1225616400,2),(1211,1236506400,1),(1211,1257066000,2),(1211,1268560800,1),(1211,1289120400,2),(1211,1300010400,1),(1211,1320570000,2),(1211,1331460000,1),(1211,1352019600,2),(1211,1362909600,1),(1211,1383469200,2),(1211,1394359200,1),(1211,1414918800,2),(1211,1425808800,1),(1211,1446368400,2),(1211,1457863200,1),(1211,1478422800,2),(1211,1489312800,1),(1211,1509872400,2),(1211,1520762400,1),(1211,1541322000,2),(1211,1552212000,1),(1211,1572771600,2),(1211,1583661600,1),(1211,1604221200,2),(1211,1615716000,1),(1211,1636275600,2),(1211,1647165600,1),(1211,1667725200,2),(1211,1678615200,1),(1211,1699174800,2),(1211,1710064800,1),(1211,1730624400,2),(1211,1741514400,1),(1211,1762074000,2),(1211,1772964000,1),(1211,1793523600,2),(1211,1805018400,1),(1211,1825578000,2),(1211,1836468000,1),(1211,1857027600,2),(1211,1867917600,1),(1211,1888477200,2),(1211,1899367200,1),(1211,1919926800,2),(1211,1930816800,1),(1211,1951376400,2),(1211,1962871200,1),(1211,1983430800,2),(1211,1994320800,1),(1211,2014880400,2),(1211,2025770400,1),(1211,2046330000,2),(1211,2057220000,1),(1211,2077779600,2),(1211,2088669600,1),(1211,2109229200,2),(1211,2120119200,1),(1211,2140678800,2),(1212,-2147483648,1),(1212,-1861879032,2),(1215,-2147483648,1),(1215,-1688265017,3),(1215,-1656819079,2),(1215,-1641353479,3),(1215,-1627965079,4),(1215,-1618716679,2),(1215,-1596429079,4),(1215,-1593820800,5),(1215,-1589860800,6),(1215,-1542427200,7),(1215,-1539493200,8),(1215,-1525323600,7),(1215,-1522728000,6),(1215,-1491188400,9),(1215,-1247536800,6),(1215,354920400,7),(1215,370728000,6),(1215,386456400,7),(1215,402264000,6),(1215,417992400,7),(1215,433800000,6),(1215,449614800,7),(1215,465346800,10),(1215,481071600,11),(1215,496796400,10),(1215,512521200,11),(1215,528246000,10),(1215,543970800,11),(1215,559695600,10),(1215,575420400,11),(1215,591145200,10),(1215,606870000,11),(1215,622594800,10),(1215,638319600,11),(1215,654649200,10),(1215,670374000,12),(1215,686102400,13),(1215,695779200,10),(1215,701823600,11),(1215,717548400,10),(1215,733273200,11),(1215,748998000,10),(1215,764722800,11),(1215,780447600,10),(1215,796172400,11),(1215,811897200,10),(1215,828226800,11),(1215,846370800,10),(1215,859676400,11),(1215,877820400,10),(1215,891126000,11),(1215,909270000,10),(1215,922575600,11),(1215,941324400,10),(1215,954025200,11),(1215,972774000,10),(1215,985474800,11),(1215,1004223600,10),(1215,1017529200,11),(1215,1035673200,10),(1215,1048978800,11),(1215,1067122800,10),(1215,1080428400,11),(1215,1099177200,10),(1215,1111878000,11),(1215,1130626800,10),(1215,1143327600,11),(1215,1162076400,10),(1215,1174777200,11),(1215,1193526000,10),(1215,1206831600,11),(1215,1224975600,10),(1215,1238281200,11),(1215,1256425200,10),(1215,1269730800,11),(1215,1288479600,10),(1215,1301180400,14),(1215,1414274400,10),(1216,228877200,0),(1216,243997200,1),(1216,260326800,0),(1216,276051600,1),(1216,291776400,0),(1216,307501200,1),(1216,323830800,0),(1216,338950800,1),(1216,354675600,0),(1216,370400400,1),(1216,386125200,0),(1216,401850000,1),(1216,417574800,0),(1216,433299600,1),(1216,449024400,0),(1216,465354000,1),(1216,481078800,0),(1216,496803600,1),(1216,512528400,0),(1216,528253200,1),(1216,543978000,0),(1216,559702800,1),(1216,575427600,0),(1216,591152400,1),(1216,606877200,0),(1216,622602000,1),(1216,638326800,0),(1216,654656400,1),(1216,670381200,0),(1216,686106000,1),(1216,701830800,0),(1216,717555600,1),(1216,733280400,0),(1216,749005200,1),(1216,764730000,0),(1216,780454800,1),(1216,796179600,0),(1216,811904400,1),(1216,828234000,0),(1216,846378000,1),(1216,859683600,0),(1216,877827600,1),(1216,891133200,0),(1216,909277200,1),(1216,922582800,0),(1216,941331600,1),(1216,954032400,0),(1216,972781200,1),(1216,985482000,0),(1216,1004230800,1),(1216,1017536400,0),(1216,1035680400,1),(1216,1048986000,0),(1216,1067130000,1),(1216,1080435600,0),(1216,1099184400,1),(1216,1111885200,0),(1216,1130634000,1),(1216,1143334800,0),(1216,1162083600,1),(1216,1174784400,0),(1216,1193533200,1),(1216,1206838800,0),(1216,1224982800,1),(1216,1238288400,0),(1216,1256432400,1),(1216,1269738000,0),(1216,1288486800,1),(1216,1301187600,0),(1216,1319936400,1),(1216,1332637200,0),(1216,1351386000,1),(1216,1364691600,0),(1216,1382835600,1),(1216,1396141200,0),(1216,1414285200,1),(1216,1427590800,0),(1216,1445734800,1),(1216,1459040400,0),(1216,1477789200,1),(1216,1490490000,0),(1216,1509238800,1),(1216,1521939600,0),(1216,1540688400,1),(1216,1553994000,0),(1216,1572138000,1),(1216,1585443600,0),(1216,1603587600,1),(1216,1616893200,0),(1216,1635642000,1),(1216,1648342800,0),(1216,1667091600,1),(1216,1679792400,0),(1216,1698541200,1),(1216,1711846800,0),(1216,1729990800,1),(1216,1743296400,0),(1216,1761440400,1),(1216,1774746000,0),(1216,1792890000,1),(1216,1806195600,0),(1216,1824944400,1),(1216,1837645200,0),(1216,1856394000,1),(1216,1869094800,0),(1216,1887843600,1),(1216,1901149200,0),(1216,1919293200,1),(1216,1932598800,0),(1216,1950742800,1),(1216,1964048400,0),(1216,1982797200,1),(1216,1995498000,0),(1216,2014246800,1),(1216,2026947600,0),(1216,2045696400,1),(1216,2058397200,0),(1216,2077146000,1),(1216,2090451600,0),(1216,2108595600,1),(1216,2121901200,0),(1216,2140045200,1),(1218,-2147483648,2),(1218,-1633280400,1),(1218,-1615140000,2),(1218,-1601830800,1),(1218,-1583690400,2),(1218,-1570381200,1),(1218,-1551636000,2),(1218,-1536512400,1),(1218,-1523210400,2),(1218,-1504458000,1),(1218,-1491760800,2),(1218,-1473008400,1),(1218,-1459706400,2),(1218,-1441558800,1),(1218,-1428256800,2),(1218,-1410109200,1),(1218,-1396807200,2),(1218,-1378659600,1),(1218,-1365357600,2),(1218,-1347210000,1),(1218,-1333908000,2),(1218,-1315155600,1),(1218,-1301853600,2),(1218,-1283706000,1),(1218,-1270404000,2),(1218,-1252256400,1),(1218,-1238954400,2),(1218,-1220806800,1),(1218,-1207504800,2),(1218,-1189357200,1),(1218,-1176055200,2),(1218,-1157302800,1),(1218,-1144605600,2),(1218,-1125853200,1),(1218,-1112551200,2),(1218,-1094403600,1),(1218,-1081101600,2),(1218,-1062954000,1),(1218,-1049652000,2),(1218,-1031504400,1),(1218,-1018202400,2),(1218,-1000054800,1),(1218,-986752800,2),(1218,-968000400,1),(1218,-955303200,2),(1218,-936550800,1),(1218,-923248800,2),(1218,-905101200,1),(1218,-891799200,2),(1218,-880218000,3),(1218,-769395600,4),(1218,-765396000,2),(1218,-747248400,1),(1218,-733946400,2),(1218,-715798800,1),(1218,-702496800,2),(1218,-684349200,1),(1218,-671047200,2),(1218,-652899600,1),(1218,-639597600,2),(1218,-620845200,1),(1218,-608148000,2),(1218,-589395600,1),(1218,-576093600,2),(1218,-557946000,1),(1218,-544644000,2),(1218,-526496400,1),(1218,-513194400,2),(1218,-495046800,1),(1218,-481744800,2),(1218,-463597200,1),(1218,-447271200,2),(1218,-431542800,1),(1218,-415821600,2),(1218,-400093200,1),(1218,-384372000,2),(1218,-368643600,1),(1218,-352922400,2),(1218,-337194000,1),(1218,-321472800,2),(1218,-305744400,1),(1218,-289418400,2),(1218,-273690000,1),(1218,-257968800,2),(1218,-242240400,1),(1218,-226519200,2),(1218,-210790800,1),(1218,-195069600,2),(1218,-179341200,1),(1218,-163620000,2),(1218,-147891600,1),(1218,-131565600,2),(1218,-116442000,1),(1218,-100116000,2),(1218,-84387600,1),(1218,-68666400,2),(1218,-52938000,1),(1218,-37216800,2),(1218,-21488400,1),(1218,-5767200,2),(1218,9961200,1),(1218,25682400,2),(1218,41410800,1),(1218,57736800,2),(1218,73465200,1),(1218,89186400,2),(1218,104914800,1),(1218,120636000,2),(1218,126687600,1),(1218,152085600,2),(1218,162370800,1),(1218,183535200,2),(1218,199263600,1),(1218,215589600,2),(1218,230713200,1),(1218,247039200,2),(1218,262767600,1),(1218,278488800,2),(1218,294217200,1),(1218,309938400,2),(1218,325666800,1),(1218,341388000,2),(1218,357116400,1),(1218,372837600,2),(1218,388566000,1),(1218,404892000,2),(1218,420015600,1),(1218,436341600,2),(1218,452070000,1),(1218,467791200,2),(1218,483519600,1),(1218,499240800,2),(1218,514969200,1),(1218,530690400,2),(1218,544604400,1),(1218,562140000,2),(1218,576054000,1),(1218,594194400,2),(1218,607503600,1),(1218,625644000,2),(1218,638953200,1),(1218,657093600,2),(1218,671007600,1),(1218,688543200,2),(1218,702457200,1),(1218,719992800,2),(1218,733906800,1),(1218,752047200,2),(1218,765356400,1),(1218,783496800,2),(1218,796806000,1),(1218,814946400,2),(1218,828860400,1),(1218,846396000,2),(1218,860310000,1),(1218,877845600,2),(1218,891759600,1),(1218,909295200,2),(1218,923209200,1),(1218,941349600,2),(1218,954658800,1),(1218,972799200,2),(1218,986108400,1),(1218,1004248800,2),(1218,1018162800,1),(1218,1035698400,2),(1218,1049612400,1),(1218,1067148000,2),(1218,1081062000,1),(1218,1099202400,2),(1218,1112511600,1),(1218,1130652000,2),(1218,1143961200,1),(1218,1162101600,2),(1218,1173596400,1),(1218,1194156000,2),(1218,1205046000,1),(1218,1225605600,2),(1218,1236495600,1),(1218,1257055200,2),(1218,1268550000,1),(1218,1289109600,2),(1218,1299999600,1),(1218,1320559200,2),(1218,1331449200,1),(1218,1352008800,2),(1218,1362898800,1),(1218,1383458400,2),(1218,1394348400,1),(1218,1414908000,2),(1218,1425798000,1),(1218,1446357600,2),(1218,1457852400,1),(1218,1478412000,2),(1218,1489302000,1),(1218,1509861600,2),(1218,1520751600,1),(1218,1541311200,2),(1218,1552201200,1),(1218,1572760800,2),(1218,1583650800,1),(1218,1604210400,2),(1218,1615705200,1),(1218,1636264800,2),(1218,1647154800,1),(1218,1667714400,2),(1218,1678604400,1),(1218,1699164000,2),(1218,1710054000,1),(1218,1730613600,2),(1218,1741503600,1),(1218,1762063200,2),(1218,1772953200,1),(1218,1793512800,2),(1218,1805007600,1),(1218,1825567200,2),(1218,1836457200,1),(1218,1857016800,2),(1218,1867906800,1),(1218,1888466400,2),(1218,1899356400,1),(1218,1919916000,2),(1218,1930806000,1),(1218,1951365600,2),(1218,1962860400,1),(1218,1983420000,2),(1218,1994310000,1),(1218,2014869600,2),(1218,2025759600,1),(1218,2046319200,2),(1218,2057209200,1),(1218,2077768800,2),(1218,2088658800,1),(1218,2109218400,2),(1218,2120108400,1),(1218,2140668000,2),(1219,-2147483648,0),(1219,-1830383032,1),(1220,-2147483648,0),(1220,-1709337548,2),(1220,-1581206400,1),(1220,-1577917200,2),(1220,-1556834400,1),(1220,-1546294800,2),(1220,-1525298400,1),(1220,-1514758800,2),(1220,-1493762400,1),(1220,-1483222800,2),(1220,-1462226400,1),(1220,-1451686800,2),(1220,-1430604000,1),(1220,-1420064400,2),(1220,-1399068000,1),(1220,-1388528400,2),(1220,-1367532000,1),(1220,-1356992400,2),(1220,-1335996000,1),(1220,-1325456400,2),(1220,-1304373600,1),(1220,-1293834000,2),(1220,-1272837600,1),(1220,-1262298000,2),(1220,-1241301600,1),(1220,-1230762000,2),(1220,-1209765600,1),(1220,-1199226000,2),(1220,-1178143200,1),(1220,-1167603600,2),(1220,-1146607200,1),(1220,-1136067600,2),(1220,-1115071200,1),(1220,-1104531600,2),(1220,-1083535200,1),(1220,-1072995600,2),(1220,-1051912800,1),(1220,-1041373200,2),(1220,-1020376800,1),(1220,-1009837200,2),(1220,-988840800,1),(1220,-978301200,2),(1220,-957304800,1),(1220,-946765200,2),(1220,-936309600,1),(1220,-915142800,2),(1220,-904773600,1),(1220,-883606800,2),(1220,-880329600,3),(1220,-756952200,2),(1220,-610149600,4),(1220,-599610600,2),(1220,-578613600,4),(1220,-568074600,2),(1220,-546991200,4),(1220,-536452200,2),(1220,-515455200,4),(1220,-504916200,2),(1220,-483919200,4),(1220,-473380200,2),(1220,-452383200,4),(1220,-441844200,2),(1221,-2147483648,0),(1221,-1946168836,1),(1221,-1309746600,2),(1221,-1261969200,1),(1221,-1041388200,3),(1221,-865305900,2),(1222,-2147483648,1),(1222,-1855958961,4),(1222,-1689814800,2),(1222,-1680397200,3),(1222,-1665363600,2),(1222,-1648342800,3),(1222,-1635123600,2),(1222,-1616893200,3),(1222,-1604278800,2),(1222,-1585443600,3),(1222,-1574038800,2),(1222,-1552266000,3),(1222,-1539997200,2),(1222,-1531443600,3),(1222,-956365200,2),(1222,-950486400,4),(1222,-942012000,6),(1222,-812502000,5),(1222,-796262400,6),(1222,-781052400,5),(1222,-766630800,6),(1222,-733280400,4),(1222,-439430400,6),(1222,-212029200,4),(1222,41468400,2),(1222,54774000,3),(1222,231724806,7),(1222,246236406,6),(1222,259545607,5),(1222,275274007,6),(1222,309740408,4),(1222,325468809,7),(1222,341802009,4),(1222,357523209,6),(1223,-2147483648,0),(1223,-1946168836,1),(1223,-1309746600,2),(1223,-1261969200,1),(1223,-1041388200,3),(1223,-865305900,2),(1224,-2147483648,0),(1224,-1946168836,1),(1224,-1309746600,2),(1224,-1261969200,1),(1224,-1041388200,3),(1224,-865305900,2),(1225,-2147483648,0),(1225,-1830383032,1),(1226,-2147483648,0),(1226,-2035584815,1),(1226,-1940889600,0),(1226,-1767226415,2),(1226,-1588465800,3),(1227,-2147483648,0),(1227,-1830383032,1),(1228,-2147483648,0),(1228,-1830380400,1),(1228,157770004,2),(1229,-2147483648,0),(1229,-2109291020,1),(1230,-2147483648,0),(1230,-2035584815,1),(1230,-1940889600,0),(1230,-1767226415,2),(1230,-1588465800,3),(1231,-2147483648,0),(1231,-2109291020,1),(1232,-2147483648,2),(1232,-929844000,1),(1232,-923108400,2),(1232,-906170400,1),(1232,-892868400,2),(1232,-875844000,1),(1232,-857790000,2),(1232,-844308000,1),(1232,-825822000,2),(1232,-812685600,1),(1232,-794199600,2),(1232,-779853600,1),(1232,-762663600,2),(1232,-399088800,1),(1232,-386650800,2),(1232,-368330400,1),(1232,-355114800,2),(1232,-336790800,1),(1232,-323654400,2),(1232,-305168400,1),(1232,-292032000,2),(1232,-273632400,1),(1232,-260496000,2),(1232,-242096400,1),(1232,-228960000,2),(1232,-210560400,1),(1232,-197424000,2),(1232,-178938000,1),(1232,-165801600,2),(1232,-147402000,1),(1232,-134265600,2),(1232,-115866000,1),(1232,-102643200,2),(1232,-84330000,1),(1232,-71107200,2),(1232,-52707600,1),(1232,-39484800,2),(1232,-21171600,1),(1232,-7948800,2),(1232,10364400,1),(1232,23587200,2),(1232,41900400,1),(1232,55123200,2),(1232,73522800,1),(1232,86745601,2),(1232,105058802,1),(1232,118281602,2),(1232,136594803,1),(1232,149817603,2),(1232,168130804,1),(1232,181353604,2),(1232,199753205,1),(1232,212976005,2),(1232,231289206,1),(1232,244512006,2),(1232,262825207,1),(1232,276048007,2),(1232,294361208,1),(1232,307584008,2),(1232,325983609,1),(1232,339206409,2),(1232,357519609,1),(1232,370742410,2),(1232,396399611,1),(1232,402278411,2),(1232,426812412,1),(1232,433814412,2),(1232,452214012,1),(1232,465436812,2),(1232,483750012,1),(1232,496972813,2),(1232,515286013,1),(1232,528508813,2),(1232,546822013,1),(1232,560044813,2),(1232,578444414,1),(1232,591667214,2),(1232,610412414,1),(1232,623203214,2),(1232,641516415,1),(1232,654739215,2),(1232,673052416,1),(1232,686275216,2),(1232,704674816,1),(1232,717897617,2),(1232,736210817,1),(1232,749433618,2),(1232,767746818,1),(1232,780969619,2),(1232,799020019,3),(1232,812322019,2),(1232,830469620,3),(1232,843771620,2),(1232,861919220,3),(1232,875221221,2),(1232,893368821,3),(1232,906670821,2),(1232,925423222,3),(1232,938725222,2),(1232,956872822,3),(1232,970174822,2),(1232,988322422,3),(1232,1001624422,2),(1232,1019772022,3),(1232,1033074022,2),(1232,1051221622,3),(1232,1064523622,2),(1232,1083276022,3),(1232,1096578022,2),(1232,1114725622,3),(1232,1128027622,2),(1232,1146175223,3),(1232,1158872423,2),(1232,1177624823,3),(1232,1189112423,2),(1232,1209074423,3),(1232,1219957223,2),(1232,1240524024,3),(1232,1250802024,2),(1232,1272578424,3),(1232,1281474024,2),(1232,1284069624,1),(1232,1285880424,2),(1232,1400191225,1),(1232,1403816425,2),(1232,1406844025,1),(1232,1411678825,2),(1233,-2147483648,0),(1233,-1773012580,2),(1233,-956361600,1),(1233,-950490000,2),(1233,-942019200,1),(1233,-761187600,2),(1233,-617241600,1),(1233,-605149200,2),(1233,-81432000,1),(1233,-71110800,2),(1233,141264003,1),(1233,147222003,2),(1233,199756805,1),(1233,207702005,2),(1233,231292806,1),(1233,244249206,2),(1233,265507207,1),(1233,271033207,2),(1233,448243212,3),(1233,504918013,2),(1233,1212278423,1),(1233,1220223623,2),(1233,1243814424,1),(1233,1250809224,2),(1233,1272758424,1),(1233,1281222024,2),(1233,1301788824,1),(1233,1312066824,2),(1233,1335664824,1),(1233,1342749625,2),(1233,1345428025,1),(1233,1348970425,2),(1233,1367114425,1),(1233,1373162425,2),(1233,1376100025,1),(1233,1382839225,2),(1233,1396144825,1),(1233,1403920825,2),(1233,1406944825,1),(1233,1414288825,2),(1233,1427594425,1),(1233,1434247225,2),(1233,1437271226,1),(1233,1445738426,2),(1233,1459044026,1),(1233,1465092026,2),(1233,1468116026,1),(1233,1477792826,2),(1233,1490493627,1),(1233,1495332027,2),(1233,1498960827,1),(1233,1509242427,2),(1233,1521943227,1),(1233,1526176827,2),(1233,1529200827,1),(1233,1540692027,3),(1233,1557021627,4),(1233,1560045627,3),(1233,1587261627,4),(1233,1590890427,3),(1233,1618106427,4),(1233,1621130427,3),(1233,1648346427,4),(1233,1651975227,3),(1233,1679191227,4),(1233,1682820027,3),(1233,1710036027,4),(1233,1713060027,3),(1233,1740276027,4),(1233,1743904827,3),(1233,1771120827,4),(1233,1774144827,3),(1233,1801965627,4),(1233,1804989627,3),(1233,1832205627,4),(1233,1835834427,3),(1233,1863050427,4),(1233,1866074427,3),(1233,1893290427,4),(1233,1896919227,3),(1233,1924135227,4),(1233,1927764027,3),(1233,1954980027,4),(1233,1958004027,3),(1233,1985220027,4),(1233,1988848827,3),(1233,2016064827,4),(1233,2019088827,3),(1233,2046304827,4),(1233,2049933627,3),(1233,2077149627,4),(1233,2080778427,3),(1233,2107994427,4),(1233,2111018427,3),(1233,2138234427,4),(1233,2141863227,3),(1234,-2147483648,1),(1234,-1630112400,2),(1234,-1616810400,1),(1234,-1442451600,2),(1234,-1427673600,3),(1234,-1379293200,2),(1234,-1364774400,3),(1234,-1348448400,2),(1234,-1333324800,3),(1234,-1316390400,2),(1234,-1301270400,3),(1234,-1293840000,1),(1234,-81432000,2),(1234,-71110800,1),(1234,141264003,2),(1234,147222003,1),(1234,199756805,2),(1234,207702005,1),(1234,231292806,2),(1234,244249206,1),(1234,265507207,2),(1234,271033207,1),(1234,448243212,4),(1234,512528413,5),(1234,528253213,6),(1234,543978013,5),(1234,559702813,6),(1234,575427614,5),(1234,591152414,6),(1234,606877214,5),(1234,622602014,6),(1234,638326815,5),(1234,654656415,6),(1234,670381216,5),(1234,686106016,6),(1234,701830816,5),(1234,717555617,6),(1234,733280417,5),(1234,749005218,6),(1234,764730018,5),(1234,780454819,6),(1234,796179619,5),(1234,811904419,6),(1234,828234020,5),(1234,846378020,6),(1234,859683620,5),(1234,877827621,6),(1234,891133221,5),(1234,909277221,6),(1234,922582822,5),(1234,941331622,6),(1234,954032422,5),(1234,972781222,6),(1234,985482022,5),(1234,1004230822,6),(1234,1017536422,5),(1234,1035680422,6),(1234,1048986022,5),(1234,1067130022,6),(1234,1080435622,5),(1234,1099184422,6),(1234,1111885222,5),(1234,1130634022,6),(1234,1143334823,5),(1234,1162083623,6),(1234,1174784423,5),(1234,1193533223,6),(1234,1206838823,5),(1234,1224982823,6),(1234,1238288424,5),(1234,1256432424,6),(1234,1269738024,5),(1234,1288486824,6),(1234,1301187624,5),(1234,1319936424,6),(1234,1332637224,5),(1234,1351386025,6),(1234,1364691625,5),(1234,1382835625,6),(1234,1396141225,5),(1234,1414285225,6),(1234,1427590825,5),(1234,1445734826,6),(1234,1459040426,5),(1234,1477789226,6),(1234,1490490027,5),(1234,1509238827,6),(1234,1521939627,5),(1234,1540688427,6),(1234,1553994027,5),(1234,1572138027,6),(1234,1585443627,5),(1234,1603587627,6),(1234,1616893227,5),(1234,1635642027,6),(1234,1648342827,5),(1234,1667091627,6),(1234,1679792427,5),(1234,1698541227,6),(1234,1711846827,5),(1234,1729990827,6),(1234,1743296427,5),(1234,1761440427,6),(1234,1774746027,5),(1234,1792890027,6),(1234,1806195627,5),(1234,1824944427,6),(1234,1837645227,5),(1234,1856394027,6),(1234,1869094827,5),(1234,1887843627,6),(1234,1901149227,5),(1234,1919293227,6),(1234,1932598827,5),(1234,1950742827,6),(1234,1964048427,5),(1234,1982797227,6),(1234,1995498027,5),(1234,2014246827,6),(1234,2026947627,5),(1234,2045696427,6),(1234,2058397227,5),(1234,2077146027,6),(1234,2090451627,5),(1234,2108595627,6),(1234,2121901227,5),(1234,2140045227,6),(1235,-2147483648,0),(1235,-1830383032,1),(1236,-2147483648,0),(1236,-1830383032,1),(1237,-2147483648,0),(1237,-1946168836,1),(1237,-1309746600,2),(1237,-1261969200,1),(1237,-1041388200,3),(1237,-865305900,2),(1238,-2147483648,0),(1238,-1946168836,1),(1238,-1309746600,2),(1238,-1261969200,1),(1238,-1041388200,3),(1238,-865305900,2),(1239,-2147483648,0),(1239,-2035584815,1),(1239,-1940889600,0),(1239,-1767226415,2),(1239,-1588465800,3),(1240,-2147483648,0),(1240,-1136070432,1),(1240,198291605,3),(1240,199756805,2),(1240,207702005,3),(1240,231292806,2),(1240,244249206,3),(1240,265507207,2),(1240,271033207,3),(1240,1212278423,2),(1240,1220223623,3),(1240,1243814424,2),(1240,1250809224,3),(1240,1272758424,2),(1240,1281222024,3),(1240,1301788824,2),(1240,1312066824,3),(1240,1335664824,2),(1240,1342749625,3),(1240,1345428025,2),(1240,1348970425,3),(1240,1367114425,2),(1240,1373162425,3),(1240,1376100025,2),(1240,1382839225,3),(1240,1396144825,2),(1240,1403920825,3),(1240,1406944825,2),(1240,1414288825,3),(1240,1427594425,2),(1240,1434247225,3),(1240,1437271226,2),(1240,1445738426,3),(1240,1459044026,2),(1240,1465092026,3),(1240,1468116026,2),(1240,1477792826,3),(1240,1490493627,2),(1240,1495332027,3),(1240,1498960827,2),(1240,1509242427,3),(1240,1521943227,2),(1240,1526176827,3),(1240,1529200827,2),(1240,1540692027,5),(1240,1557021627,4),(1240,1560045627,5),(1240,1587261627,4),(1240,1590890427,5),(1240,1618106427,4),(1240,1621130427,5),(1240,1648346427,4),(1240,1651975227,5),(1240,1679191227,4),(1240,1682820027,5),(1240,1710036027,4),(1240,1713060027,5),(1240,1740276027,4),(1240,1743904827,5),(1240,1771120827,4),(1240,1774144827,5),(1240,1801965627,4),(1240,1804989627,5),(1240,1832205627,4),(1240,1835834427,5),(1240,1863050427,4),(1240,1866074427,5),(1240,1893290427,4),(1240,1896919227,5),(1240,1924135227,4),(1240,1927764027,5),(1240,1954980027,4),(1240,1958004027,5),(1240,1985220027,4),(1240,1988848827,5),(1240,2016064827,4),(1240,2019088827,5),(1240,2046304827,4),(1240,2049933627,5),(1240,2077149627,4),(1240,2080778427,5),(1240,2107994427,4),(1240,2111018427,5),(1240,2138234427,4),(1240,2141863227,5),(1241,-2147483648,0),(1241,-1830383032,1),(1242,-2147483648,0),(1242,-2109291020,1),(1243,-2147483648,0),(1243,-2109291020,1),(1244,-2147483648,1),(1244,-2109288600,3),(1244,-860976000,2),(1244,-845254800,3),(1244,-829526400,2),(1244,-813805200,3),(1245,-2147483648,0),(1245,-1230775588,2),(1245,10360800,1),(1245,24786000,2),(1245,41810400,1),(1245,56322000,2),(1245,73432800,1),(1245,87944401,2),(1245,104882402,1),(1245,119480402,2),(1245,136332003,1),(1245,151016403,2),(1245,167781604,1),(1245,182552404,2),(1245,199231205,1),(1245,214174805,2),(1245,230680806,1),(1245,245710806,2),(1245,262735207,1),(1245,277246807,2),(1245,294184808,1),(1245,308782808,2),(1245,325634409,1),(1245,340405209,2),(1245,357084009,1),(1245,371941210,2),(1245,388533610,1),(1245,403477211,2),(1245,419983211,1),(1245,435013212,2),(1245,452037612,1),(1245,466635612,2),(1245,483487212,1),(1245,498171613,2),(1245,947930422,3),(1245,1612126827,2),(1246,-2147483648,0),(1246,-1946168836,1),(1246,-1309746600,2),(1246,-1261969200,1),(1246,-1041388200,3),(1246,-865305900,2),(1247,-2147483648,0),(1247,-1230775808,2),(1247,10360800,1),(1247,24786000,2),(1247,41810400,1),(1247,56322000,2),(1247,73432800,1),(1247,87944401,2),(1247,104882402,1),(1247,119480402,2),(1247,136332003,1),(1247,151016403,2),(1247,167781604,1),(1247,182552404,2),(1247,199231205,1),(1247,214174805,2),(1247,230680806,1),(1247,245710806,2),(1247,262735207,1),(1247,277246807,2),(1247,294184808,1),(1247,308782808,2),(1247,325634409,1),(1247,340405209,2),(1247,357084009,1),(1247,371941210,2),(1247,388533610,1),(1247,403477211,2),(1247,419983211,1),(1247,435013212,2),(1247,452037612,1),(1247,466635612,2),(1247,483487212,1),(1247,498171613,2),(1247,947930422,3),(1247,1509483627,2),(1248,-2147483648,0),(1248,-2109291020,1),(1249,-2147483648,0),(1249,-2035584815,1),(1249,-1940889600,0),(1249,-1767226415,2),(1249,-1588465800,3),(1250,-2147483648,0),(1250,-2035584815,1),(1250,-1940889600,0),(1250,-1767226415,2),(1250,-1588465800,3),(1251,-2147483648,0),(1251,-2035584815,1),(1251,-1940889600,0),(1251,-1767226415,2),(1251,-1588465800,3),(1252,-2147483648,0),(1252,-1830383032,1),(1253,-2147483648,0),(1253,-2035584815,1),(1253,-1940889600,0),(1253,-1767226415,2),(1253,-1588465800,3),(1254,-2147483648,0),(1254,-2109291020,1),(1255,-2147483648,0),(1255,-2109291020,1),(1256,-2147483648,0),(1256,-2035584815,1),(1256,-1940889600,0),(1256,-1767226415,2),(1256,-1588465800,3),(1257,-2147483648,0),(1257,-2109291020,1),(1258,-2147483648,1),(1258,-2109288600,3),(1258,-860976000,2),(1258,-845254800,3),(1258,-829526400,2),(1258,-813805200,3),(1259,-2147483648,1),(1259,-2109288600,3),(1259,-860976000,2),(1259,-845254800,3),(1259,-829526400,2),(1259,-813805200,3),(1260,-2147483648,0),(1260,-1946168836,1),(1260,-1309746600,2),(1260,-1261969200,1),(1260,-1041388200,3),(1260,-865305900,2),(1261,-2147483648,1),(1261,-1604359012,2),(1261,63593070,3),(1262,-2147483648,0),(1262,-1946168836,1),(1262,-1309746600,2),(1262,-1261969200,1),(1262,-1041388200,3),(1262,-865305900,2),(1263,-2147483648,0),(1263,-1830387612,1),(1263,308703608,2),(1263,321314409,1),(1264,-2147483648,0),(1264,-2035584815,1),(1264,-1940889600,0),(1264,-1767226415,2),(1264,-1588465800,3),(1265,-2147483648,0),(1265,-1830383032,1),(1266,-2147483648,0),(1266,-1830383032,1),(1267,-2147483648,0),(1267,-2035584815,1),(1267,-1940889600,0),(1267,-1767226415,2),(1267,-1588465800,3),(1268,-2147483648,1),(1268,-1830384000,2),(1268,1514768427,3),(1268,1546304427,4),(1269,-2147483648,0),(1269,-1830383032,1),(1270,-2147483648,0),(1270,-1577926364,2),(1270,-574902000,1),(1270,-568087200,2),(1270,-512175600,1),(1270,-504928800,2),(1270,-449888400,1),(1270,-441856800,2),(1270,-347158800,3),(1270,378684010,2),(1270,386463610,1),(1270,402271211,2),(1270,417999611,1),(1270,433807212,2),(1270,449622012,1),(1270,465429612,2),(1270,481590012,1),(1270,496965613,2),(1270,512953213,1),(1270,528674413,2),(1270,544230013,1),(1270,560037613,2),(1270,575852414,1),(1270,591660014,2),(1270,607388414,1),(1270,623196014,2),(1270,641775615,3),(1270,844034420,2),(1270,860108420,1),(1270,875916021,3),(1270,1352505625,2),(1270,1364515225,1),(1270,1382659225,3),(1271,-2147483648,1),(1271,-1855958961,4),(1271,-969242400,2),(1271,-950493600,3),(1271,-941940000,2),(1271,-891136800,4),(1271,-877827600,5),(1271,-857257200,4),(1271,-844556400,5),(1271,-842918400,4),(1271,-842223600,5),(1271,-828230400,4),(1271,-812502000,5),(1271,-796269600,4),(1271,-781052400,5),(1271,-766634400,4),(1271,231202806,2),(1271,243903606,3),(1271,262825207,2),(1271,276044407,3),(1271,581122814,2),(1271,591145214,3),(1271,606870014,2),(1271,622594814,3),(1271,641516415,2),(1271,654649215,3),(1271,1114902022,2),(1271,1128038422,3),(1271,1143334823,2),(1271,1162083623,3),(1271,1174784423,2),(1271,1193533223,3),(1271,1206838823,2),(1271,1224982823,3),(1272,-2147483648,1),(1272,-2109288600,2),(1272,-860976000,3),(1272,-845254800,2),(1272,637970415,5),(1272,764200818,4),(1272,778640419,5),(1272,796780819,4),(1272,810090019,5),(1272,828835220,4),(1272,841539620,5),(1272,860284820,4),(1272,873594021,5),(1272,891734421,4),(1272,905043621,5),(1272,923184022,4),(1272,936493222,5),(1272,954633622,4),(1272,967942822,5),(1272,986083222,4),(1272,999392422,5),(1272,1018137622,4),(1272,1030842022,5),(1272,1049587222,4),(1272,1062896422,5),(1272,1081036822,4),(1272,1094346022,5),(1272,1112486422,4),(1272,1125795622,5),(1272,1143936023,4),(1272,1157245223,5),(1272,1175385623,4),(1272,1188694823,5),(1272,1207440023,4),(1272,1220749223,5),(1272,1238889624,4),(1272,1252198824,5),(1272,1270339224,4),(1272,1283648424,5),(1272,1301788824,4),(1272,1315098024,5),(1272,1333238424,4),(1272,1346547625,5),(1272,1365292825,4),(1272,1377997225,5),(1272,1396742425,4),(1272,1410051625,5),(1272,1428192025,4),(1272,1441501226,5),(1272,1459641626,4),(1272,1472950826,5),(1272,1491091227,4),(1272,1504400427,5),(1273,-2147483648,1),(1273,-880196400,2),(1273,-769395600,3),(1273,-765374400,1),(1273,-86878800,4),(1273,-21466800,5),(1273,-5745600,4),(1273,9982800,5),(1273,25704000,4),(1273,41432400,5),(1273,57758400,4),(1273,73486800,5),(1273,89208001,4),(1273,104936402,5),(1273,120657602,4),(1273,126709203,5),(1273,152107203,4),(1273,162392404,5),(1273,183556804,4),(1273,199285205,5),(1273,215611205,4),(1273,230734806,5),(1273,247060806,4),(1273,262789207,5),(1273,278510407,4),(1273,294238808,5),(1273,309960008,4),(1273,325688409,5),(1273,341409609,4),(1273,357138009,5),(1273,372859210,4),(1273,388587610,5),(1273,404913611,4),(1273,420037211,5),(1273,436363212,6),(1273,439034412,8),(1273,452088012,7),(1273,467809212,8),(1273,483537612,7),(1273,499258813,8),(1273,514987213,7),(1273,530708413,8),(1273,544622413,7),(1273,562158013,8),(1273,576072014,7),(1273,594212414,8),(1273,607521614,7),(1273,625662014,8),(1273,638971215,7),(1273,657111615,8),(1273,671025616,7),(1273,688561216,8),(1273,702475216,7),(1273,720010817,8),(1273,733924817,7),(1273,752065218,8),(1273,765374418,7),(1273,783514819,8),(1273,796824019,7),(1273,814964419,8),(1273,828878420,7),(1273,846414020,8),(1273,860328020,7),(1273,877863621,8),(1273,891777621,7),(1273,909313221,8),(1273,923227222,7),(1273,941367622,8),(1273,954676822,7),(1273,972817222,8),(1273,986126422,7),(1273,1004266822,8),(1273,1018180822,7),(1273,1035716422,8),(1273,1049630422,7),(1273,1067166022,8),(1273,1081080022,7),(1273,1099220422,8),(1273,1112529622,7),(1273,1130670022,8),(1273,1143979223,7),(1273,1162119623,8),(1273,1173614423,7),(1273,1194174023,8),(1273,1205064023,7),(1273,1225623623,8),(1273,1236513624,7),(1273,1257073224,8),(1273,1268568024,7),(1273,1289127624,8),(1273,1300017624,7),(1273,1320577224,8),(1273,1331467224,7),(1273,1352026825,8),(1273,1362916825,7),(1273,1383476425,8),(1273,1394366425,7),(1273,1414926025,8),(1273,1425816025,7),(1273,1446375626,8),(1273,1457870426,7),(1273,1478430026,8),(1273,1489320027,7),(1273,1509879627,8),(1273,1520769627,7),(1273,1541329227,8),(1273,1552219227,7),(1273,1572778827,8),(1273,1583668827,7),(1273,1604228427,8),(1273,1615723227,7),(1273,1636282827,8),(1273,1647172827,7),(1273,1667732427,8),(1273,1678622427,7),(1273,1699182027,8),(1273,1710072027,7),(1273,1730631627,8),(1273,1741521627,7),(1273,1762081227,8),(1273,1772971227,7),(1273,1793530827,8),(1273,1805025627,7),(1273,1825585227,8),(1273,1836475227,7),(1273,1857034827,8),(1273,1867924827,7),(1273,1888484427,8),(1273,1899374427,7),(1273,1919934027,8),(1273,1930824027,7),(1273,1951383627,8),(1273,1962878427,7),(1273,1983438027,8),(1273,1994328027,7),(1273,2014887627,8),(1273,2025777627,7),(1273,2046337227,8),(1273,2057227227,7),(1273,2077786827,8),(1273,2088676827,7),(1273,2109236427,8),(1273,2120126427,7),(1273,2140686027,8),(1274,-2147483648,1),(1274,-880200000,2),(1274,-769395600,3),(1274,-765378000,1),(1274,-86882400,4),(1274,-21470400,5),(1274,-5749200,4),(1274,9979200,5),(1274,25700400,4),(1274,41428800,5),(1274,57754800,4),(1274,73483200,5),(1274,89204401,4),(1274,104932802,5),(1274,120654002,4),(1274,126705603,5),(1274,152103603,4),(1274,162388804,5),(1274,183553204,4),(1274,199281605,5),(1274,215607605,4),(1274,230731206,5),(1274,247057206,4),(1274,262785607,5),(1274,278506807,4),(1274,294235208,5),(1274,309956408,4),(1274,325684809,5),(1274,341406009,4),(1274,357134409,5),(1274,372855610,4),(1274,388584010,5),(1274,404910011,4),(1274,420033611,5),(1274,436359612,6),(1274,439030812,8),(1274,452084412,7),(1274,467805612,8),(1274,483534012,7),(1274,499255213,8),(1274,514983613,7),(1274,530704813,8),(1274,544618813,7),(1274,562154413,8),(1274,576068414,7),(1274,594208814,8),(1274,607518014,7),(1274,625658414,8),(1274,638967615,7),(1274,657108015,8),(1274,671022016,7),(1274,688557616,8),(1274,702471616,7),(1274,720007217,8),(1274,733921217,7),(1274,752061618,8),(1274,765370818,7),(1274,783511219,8),(1274,796820419,7),(1274,814960819,8),(1274,828874820,7),(1274,846410420,8),(1274,860324420,7),(1274,877860021,8),(1274,891774021,7),(1274,909309621,8),(1274,923223622,7),(1274,941364022,8),(1274,954673222,7),(1274,972813622,8),(1274,986122822,7),(1274,1004263222,8),(1274,1018177222,7),(1274,1035712822,8),(1274,1049626822,7),(1274,1067162422,8),(1274,1081076422,7),(1274,1099216822,8),(1274,1112526022,7),(1274,1130666422,8),(1274,1143975623,7),(1274,1162116023,8),(1274,1173610823,7),(1274,1194170423,8),(1274,1205060423,7),(1274,1225620023,8),(1274,1236510024,7),(1274,1257069624,8),(1274,1268564424,7),(1274,1289124024,8),(1274,1300014024,7),(1274,1320573624,8),(1274,1331463624,7),(1274,1352023225,8),(1274,1362913225,7),(1274,1383472825,8),(1274,1394362825,7),(1274,1414922425,8),(1274,1425812425,7),(1274,1446372026,8),(1274,1457866826,7),(1274,1478426426,8),(1274,1489316427,7),(1274,1509876027,8),(1274,1520766027,7),(1274,1541325627,8),(1274,1552215627,7),(1274,1572775227,8),(1274,1583665227,7),(1274,1604224827,8),(1274,1615719627,7),(1274,1636279227,8),(1274,1647169227,7),(1274,1667728827,8),(1274,1678618827,7),(1274,1699178427,8),(1274,1710068427,7),(1274,1730628027,8),(1274,1741518027,7),(1274,1762077627,8),(1274,1772967627,7),(1274,1793527227,8),(1274,1805022027,7),(1274,1825581627,8),(1274,1836471627,7),(1274,1857031227,8),(1274,1867921227,7),(1274,1888480827,8),(1274,1899370827,7),(1274,1919930427,8),(1274,1930820427,7),(1274,1951380027,8),(1274,1962874827,7),(1274,1983434427,8),(1274,1994324427,7),(1274,2014884027,8),(1274,2025774027,7),(1274,2046333627,8),(1274,2057223627,7),(1274,2077783227,8),(1274,2088673227,7),(1274,2109232827,8),(1274,2120122827,7),(1274,2140682427,8),(1275,-2147483648,0),(1275,-1825098836,1),(1276,-2147483648,0),(1276,-1825098836,1),(1277,-2147483648,0),(1277,-1767214032,2),(1277,-1206957600,1),(1277,-1191362400,2),(1277,-1175374800,1),(1277,-1159826400,2),(1277,-633819600,1),(1277,-622069200,2),(1277,-602283600,1),(1277,-591832800,2),(1277,-570747600,1),(1277,-560210400,2),(1277,-539125200,1),(1277,-531352800,2),(1277,-191365200,1),(1277,-184197600,2),(1277,-155163600,1),(1277,-150069600,2),(1277,-128898000,1),(1277,-121125600,2),(1277,-99954000,1),(1277,-89589600,2),(1277,-68418000,1),(1277,-57967200,2),(1277,499748413,1),(1277,511236013,2),(1277,530593213,1),(1277,540266413,2),(1277,562129213,1),(1277,571197614,2),(1277,592974014,1),(1277,602042414,2),(1277,624423614,1),(1277,634701615,2),(1277,813726019,1),(1277,824004020,2),(1277,844570820,1),(1277,856058420,2),(1277,876106821,1),(1277,888717621,2),(1277,908074821,1),(1277,919562422,2),(1277,938919622,1),(1277,951616822,2),(1277,970974022,1),(1277,982461622,2),(1277,1003028422,1),(1277,1013911222,2),(1277,1036292422,1),(1277,1045360822,2),(1277,1350788425,1),(1277,1361066425,2),(1278,-2147483648,1),(1278,-1567453392,2),(1278,-1233432000,3),(1278,-1222981200,2),(1278,-1205956800,3),(1278,-1194037200,2),(1278,-1172865600,3),(1278,-1162501200,2),(1278,-1141329600,3),(1278,-1130965200,2),(1278,-1109793600,3),(1278,-1099429200,2),(1278,-1078257600,3),(1278,-1067806800,2),(1278,-1046635200,3),(1278,-1036270800,2),(1278,-1015099200,3),(1278,-1004734800,2),(1278,-983563200,3),(1278,-973198800,2),(1278,-952027200,3),(1278,-941576400,2),(1278,-931032000,3),(1278,-900882000,2),(1278,-890337600,3),(1278,-833749200,2),(1278,-827265600,3),(1278,-752274000,2),(1278,-733780800,3),(1278,-197326800,2),(1278,-190843200,3),(1278,-184194000,2),(1278,-164491200,3),(1278,-152658000,2),(1278,-132955200,3),(1278,-121122000,2),(1278,-101419200,3),(1278,-86821200,2),(1278,-71092800,3),(1278,-54766800,2),(1278,-39038400,3),(1278,-23317200,2),(1278,-7588800,5),(1278,128142003,4),(1278,136605603,5),(1278,596948414,4),(1278,605066414,5),(1278,624423614,4),(1278,636516015,5),(1278,656478015,4),(1278,667965616,5),(1278,687927616,4),(1278,699415216,5),(1278,719377217,4),(1278,731469617,5),(1278,938919622,3),(1278,952052422,5),(1278,1198983623,4),(1278,1205632823,5),(1278,1224385223,4),(1278,1237082424,5),(1279,-2147483648,1),(1279,-1567453392,2),(1279,-1233432000,3),(1279,-1222981200,2),(1279,-1205956800,3),(1279,-1194037200,2),(1279,-1172865600,3),(1279,-1162501200,2),(1279,-1141329600,3),(1279,-1130965200,2),(1279,-1109793600,3),(1279,-1099429200,2),(1279,-1078257600,3),(1279,-1067806800,2),(1279,-1046635200,3),(1279,-1036270800,2),(1279,-1015099200,3),(1279,-1004734800,2),(1279,-983563200,3),(1279,-973198800,2),(1279,-952027200,3),(1279,-941576400,2),(1279,-931032000,3),(1279,-900882000,2),(1279,-890337600,3),(1279,-833749200,2),(1279,-827265600,3),(1279,-752274000,2),(1279,-733780800,3),(1279,-197326800,2),(1279,-190843200,3),(1279,-184194000,2),(1279,-164491200,3),(1279,-152658000,2),(1279,-132955200,3),(1279,-121122000,2),(1279,-101419200,3),(1279,-86821200,2),(1279,-71092800,3),(1279,-54766800,2),(1279,-39038400,3),(1279,-23317200,2),(1279,-7588800,5),(1279,128142003,4),(1279,136605603,5),(1279,596948414,4),(1279,605066414,5),(1279,624423614,4),(1279,636516015,5),(1279,656478015,4),(1279,667965616,2),(1279,687931216,4),(1279,699415216,5),(1279,719377217,4),(1279,731469617,5),(1279,938919622,3),(1279,952052422,5),(1279,1086058822,2),(1279,1087704022,5),(1279,1198983623,4),(1279,1205632823,5),(1280,-2147483648,1),(1280,-1567453392,2),(1280,-1233432000,3),(1280,-1222981200,2),(1280,-1205956800,3),(1280,-1194037200,2),(1280,-1172865600,3),(1280,-1162501200,2),(1280,-1141329600,3),(1280,-1130965200,2),(1280,-1109793600,3),(1280,-1099429200,2),(1280,-1078257600,3),(1280,-1067806800,2),(1280,-1046635200,3),(1280,-1036270800,2),(1280,-1015099200,3),(1280,-1004734800,2),(1280,-983563200,3),(1280,-973198800,2),(1280,-952027200,3),(1280,-941576400,2),(1280,-931032000,3),(1280,-900882000,2),(1280,-890337600,3),(1280,-833749200,2),(1280,-827265600,3),(1280,-752274000,2),(1280,-733780800,3),(1280,-197326800,2),(1280,-190843200,3),(1280,-184194000,2),(1280,-164491200,3),(1280,-152658000,2),(1280,-132955200,3),(1280,-121122000,2),(1280,-101419200,3),(1280,-86821200,2),(1280,-71092800,3),(1280,-54766800,2),(1280,-39038400,3),(1280,-23317200,2),(1280,-7588800,5),(1280,128142003,4),(1280,136605603,5),(1280,596948414,4),(1280,605066414,5),(1280,624423614,4),(1280,636516015,5),(1280,656478015,4),(1280,667965616,2),(1280,687931216,4),(1280,699415216,5),(1280,719377217,4),(1280,731469617,5),(1280,938919622,3),(1280,952052422,5),(1280,1086058822,2),(1280,1087704022,5),(1280,1198983623,4),(1280,1205632823,5),(1281,-2147483648,1),(1281,-1567453392,2),(1281,-1233432000,3),(1281,-1222981200,2),(1281,-1205956800,3),(1281,-1194037200,2),(1281,-1172865600,3),(1281,-1162501200,2),(1281,-1141329600,3),(1281,-1130965200,2),(1281,-1109793600,3),(1281,-1099429200,2),(1281,-1078257600,3),(1281,-1067806800,2),(1281,-1046635200,3),(1281,-1036270800,2),(1281,-1015099200,3),(1281,-1004734800,2),(1281,-983563200,3),(1281,-973198800,2),(1281,-952027200,3),(1281,-941576400,2),(1281,-931032000,3),(1281,-900882000,2),(1281,-890337600,3),(1281,-833749200,2),(1281,-827265600,3),(1281,-752274000,2),(1281,-733780800,3),(1281,-197326800,2),(1281,-190843200,3),(1281,-184194000,2),(1281,-164491200,3),(1281,-152658000,2),(1281,-132955200,3),(1281,-121122000,2),(1281,-101419200,3),(1281,-86821200,2),(1281,-71092800,3),(1281,-54766800,2),(1281,-39038400,3),(1281,-23317200,2),(1281,-7588800,5),(1281,128142003,4),(1281,136605603,5),(1281,596948414,4),(1281,605066414,5),(1281,624423614,4),(1281,636516015,5),(1281,656478015,4),(1281,667965616,2),(1281,687931216,4),(1281,699415216,5),(1281,719377217,4),(1281,731469617,5),(1281,938919622,3),(1281,952052422,5),(1281,1198983623,4),(1281,1205632823,5),(1281,1224385223,4),(1281,1237082424,5),(1282,-2147483648,1),(1282,-1567453392,2),(1282,-1233432000,3),(1282,-1222981200,2),(1282,-1205956800,3),(1282,-1194037200,2),(1282,-1172865600,3),(1282,-1162501200,2),(1282,-1141329600,3),(1282,-1130965200,2),(1282,-1109793600,3),(1282,-1099429200,2),(1282,-1078257600,3),(1282,-1067806800,2),(1282,-1046635200,3),(1282,-1036270800,2),(1282,-1015099200,3),(1282,-1004734800,2),(1282,-983563200,3),(1282,-973198800,2),(1282,-952027200,3),(1282,-941576400,2),(1282,-931032000,3),(1282,-900882000,2),(1282,-890337600,3),(1282,-833749200,2),(1282,-827265600,3),(1282,-752274000,2),(1282,-733780800,3),(1282,-197326800,2),(1282,-190843200,3),(1282,-184194000,2),(1282,-164491200,3),(1282,-152658000,2),(1282,-132955200,3),(1282,-121122000,2),(1282,-101419200,3),(1282,-86821200,2),(1282,-71092800,3),(1282,-54766800,2),(1282,-39038400,3),(1282,-23317200,2),(1282,-7588800,5),(1282,128142003,4),(1282,136605603,5),(1282,596948414,4),(1282,605066414,5),(1282,624423614,4),(1282,636516015,2),(1282,657086415,3),(1282,669178816,2),(1282,686721616,4),(1282,699415216,5),(1282,719377217,4),(1282,731469617,5),(1282,938919622,3),(1282,952052422,5),(1282,1198983623,4),(1282,1205632823,5),(1283,-2147483648,1),(1283,-1567453392,2),(1283,-1233432000,3),(1283,-1222981200,2),(1283,-1205956800,3),(1283,-1194037200,2),(1283,-1172865600,3),(1283,-1162501200,2),(1283,-1141329600,3),(1283,-1130965200,2),(1283,-1109793600,3),(1283,-1099429200,2),(1283,-1078257600,3),(1283,-1067806800,2),(1283,-1046635200,3),(1283,-1036270800,2),(1283,-1015099200,3),(1283,-1004734800,2),(1283,-983563200,3),(1283,-973198800,2),(1283,-952027200,3),(1283,-941576400,2),(1283,-931032000,3),(1283,-900882000,2),(1283,-890337600,3),(1283,-833749200,2),(1283,-827265600,3),(1283,-752274000,2),(1283,-733780800,3),(1283,-197326800,2),(1283,-190843200,3),(1283,-184194000,2),(1283,-164491200,3),(1283,-152658000,2),(1283,-132955200,3),(1283,-121122000,2),(1283,-101419200,3),(1283,-86821200,2),(1283,-71092800,3),(1283,-54766800,2),(1283,-39038400,3),(1283,-23317200,2),(1283,-7588800,5),(1283,128142003,4),(1283,136605603,5),(1283,596948414,4),(1283,605066414,5),(1283,624423614,4),(1283,636516015,5),(1283,656478015,4),(1283,667792816,2),(1283,673588816,5),(1283,687927616,4),(1283,699415216,5),(1283,719377217,4),(1283,731469617,5),(1283,938919622,3),(1283,952052422,5),(1283,1086058822,2),(1283,1087704022,5),(1283,1198983623,4),(1283,1205632823,5),(1284,-2147483648,1),(1284,-1567453392,2),(1284,-1233432000,3),(1284,-1222981200,2),(1284,-1205956800,3),(1284,-1194037200,2),(1284,-1172865600,3),(1284,-1162501200,2),(1284,-1141329600,3),(1284,-1130965200,2),(1284,-1109793600,3),(1284,-1099429200,2),(1284,-1078257600,3),(1284,-1067806800,2),(1284,-1046635200,3),(1284,-1036270800,2),(1284,-1015099200,3),(1284,-1004734800,2),(1284,-983563200,3),(1284,-973198800,2),(1284,-952027200,3),(1284,-941576400,2),(1284,-931032000,3),(1284,-900882000,2),(1284,-890337600,3),(1284,-833749200,2),(1284,-827265600,3),(1284,-752274000,2),(1284,-733780800,3),(1284,-197326800,2),(1284,-190843200,3),(1284,-184194000,2),(1284,-164491200,3),(1284,-152658000,2),(1284,-132955200,3),(1284,-121122000,2),(1284,-101419200,3),(1284,-86821200,2),(1284,-71092800,3),(1284,-54766800,2),(1284,-39038400,3),(1284,-23317200,2),(1284,-7588800,5),(1284,128142003,4),(1284,136605603,5),(1284,596948414,4),(1284,605066414,5),(1284,624423614,4),(1284,636516015,2),(1284,655963215,3),(1284,667796416,2),(1284,687499216,3),(1284,699418816,2),(1284,719380817,4),(1284,731469617,5),(1284,938919622,3),(1284,952052422,5),(1284,1085281222,2),(1284,1096171222,5),(1284,1198983623,4),(1284,1205632823,5),(1285,-2147483648,1),(1285,-1567453392,2),(1285,-1233432000,3),(1285,-1222981200,2),(1285,-1205956800,3),(1285,-1194037200,2),(1285,-1172865600,3),(1285,-1162501200,2),(1285,-1141329600,3),(1285,-1130965200,2),(1285,-1109793600,3),(1285,-1099429200,2),(1285,-1078257600,3),(1285,-1067806800,2),(1285,-1046635200,3),(1285,-1036270800,2),(1285,-1015099200,3),(1285,-1004734800,2),(1285,-983563200,3),(1285,-973198800,2),(1285,-952027200,3),(1285,-941576400,2),(1285,-931032000,3),(1285,-900882000,2),(1285,-890337600,3),(1285,-833749200,2),(1285,-827265600,3),(1285,-752274000,2),(1285,-733780800,3),(1285,-197326800,2),(1285,-190843200,3),(1285,-184194000,2),(1285,-164491200,3),(1285,-152658000,2),(1285,-132955200,3),(1285,-121122000,2),(1285,-101419200,3),(1285,-86821200,2),(1285,-71092800,3),(1285,-54766800,2),(1285,-39038400,3),(1285,-23317200,2),(1285,-7588800,5),(1285,128142003,4),(1285,136605603,5),(1285,596948414,4),(1285,605066414,5),(1285,624423614,4),(1285,636516015,5),(1285,656478015,4),(1285,667965616,5),(1285,687927616,4),(1285,699415216,5),(1285,719377217,4),(1285,731469617,5),(1285,938919622,3),(1285,952052422,5),(1285,1086058822,2),(1285,1087704022,5),(1285,1198983623,4),(1285,1205632823,5),(1286,-2147483648,1),(1286,-1567453392,2),(1286,-1233432000,3),(1286,-1222981200,2),(1286,-1205956800,3),(1286,-1194037200,2),(1286,-1172865600,3),(1286,-1162501200,2),(1286,-1141329600,3),(1286,-1130965200,2),(1286,-1109793600,3),(1286,-1099429200,2),(1286,-1078257600,3),(1286,-1067806800,2),(1286,-1046635200,3),(1286,-1036270800,2),(1286,-1015099200,3),(1286,-1004734800,2),(1286,-983563200,3),(1286,-973198800,2),(1286,-952027200,3),(1286,-941576400,2),(1286,-931032000,3),(1286,-900882000,2),(1286,-890337600,3),(1286,-833749200,2),(1286,-827265600,3),(1286,-752274000,2),(1286,-733780800,3),(1286,-197326800,2),(1286,-190843200,3),(1286,-184194000,2),(1286,-164491200,3),(1286,-152658000,2),(1286,-132955200,3),(1286,-121122000,2),(1286,-101419200,3),(1286,-86821200,2),(1286,-71092800,3),(1286,-54766800,2),(1286,-39038400,3),(1286,-23317200,2),(1286,-7588800,5),(1286,128142003,4),(1286,136605603,5),(1286,596948414,4),(1286,605066414,5),(1286,624423614,4),(1286,636516015,5),(1286,656478015,4),(1286,667965616,2),(1286,687931216,4),(1286,699415216,5),(1286,719377217,4),(1286,731469617,5),(1286,938919622,3),(1286,952052422,5),(1286,1198983623,4),(1286,1205632823,5),(1287,-2147483648,1),(1287,-1567453392,2),(1287,-1233432000,3),(1287,-1222981200,2),(1287,-1205956800,3),(1287,-1194037200,2),(1287,-1172865600,3),(1287,-1162501200,2),(1287,-1141329600,3),(1287,-1130965200,2),(1287,-1109793600,3),(1287,-1099429200,2),(1287,-1078257600,3),(1287,-1067806800,2),(1287,-1046635200,3),(1287,-1036270800,2),(1287,-1015099200,3),(1287,-1004734800,2),(1287,-983563200,3),(1287,-973198800,2),(1287,-952027200,3),(1287,-941576400,2),(1287,-931032000,3),(1287,-900882000,2),(1287,-890337600,3),(1287,-833749200,2),(1287,-827265600,3),(1287,-752274000,2),(1287,-733780800,3),(1287,-197326800,2),(1287,-190843200,3),(1287,-184194000,2),(1287,-164491200,3),(1287,-152658000,2),(1287,-132955200,3),(1287,-121122000,2),(1287,-101419200,3),(1287,-86821200,2),(1287,-71092800,3),(1287,-54766800,2),(1287,-39038400,3),(1287,-23317200,2),(1287,-7588800,5),(1287,128142003,4),(1287,136605603,5),(1287,596948414,4),(1287,605066414,5),(1287,624423614,4),(1287,636516015,5),(1287,656478015,4),(1287,667792816,2),(1287,673588816,5),(1287,687927616,4),(1287,699415216,5),(1287,719377217,4),(1287,731469617,5),(1287,938919622,3),(1287,952052422,5),(1287,1085972422,2),(1287,1090728022,5),(1287,1198983623,4),(1287,1205632823,5),(1288,-2147483648,1),(1288,-1567453392,2),(1288,-1233432000,3),(1288,-1222981200,2),(1288,-1205956800,3),(1288,-1194037200,2),(1288,-1172865600,3),(1288,-1162501200,2),(1288,-1141329600,3),(1288,-1130965200,2),(1288,-1109793600,3),(1288,-1099429200,2),(1288,-1078257600,3),(1288,-1067806800,2),(1288,-1046635200,3),(1288,-1036270800,2),(1288,-1015099200,3),(1288,-1004734800,2),(1288,-983563200,3),(1288,-973198800,2),(1288,-952027200,3),(1288,-941576400,2),(1288,-931032000,3),(1288,-900882000,2),(1288,-890337600,3),(1288,-833749200,2),(1288,-827265600,3),(1288,-752274000,2),(1288,-733780800,3),(1288,-197326800,2),(1288,-190843200,3),(1288,-184194000,2),(1288,-164491200,3),(1288,-152658000,2),(1288,-132955200,3),(1288,-121122000,2),(1288,-101419200,3),(1288,-86821200,2),(1288,-71092800,3),(1288,-54766800,2),(1288,-39038400,3),(1288,-23317200,2),(1288,-7588800,5),(1288,128142003,4),(1288,136605603,5),(1288,596948414,4),(1288,605066414,5),(1288,624423614,4),(1288,637380015,2),(1288,655963215,3),(1288,667796416,2),(1288,675748816,5),(1288,938919622,3),(1288,952052422,5),(1288,1085972422,2),(1288,1090728022,5),(1288,1198983623,4),(1288,1200880823,3),(1288,1205031623,2),(1288,1223784023,3),(1288,1236481224,2),(1288,1255233624,5),(1289,-2147483648,1),(1289,-1567453392,2),(1289,-1233432000,3),(1289,-1222981200,2),(1289,-1205956800,3),(1289,-1194037200,2),(1289,-1172865600,3),(1289,-1162501200,2),(1289,-1141329600,3),(1289,-1130965200,2),(1289,-1109793600,3),(1289,-1099429200,2),(1289,-1078257600,3),(1289,-1067806800,2),(1289,-1046635200,3),(1289,-1036270800,2),(1289,-1015099200,3),(1289,-1004734800,2),(1289,-983563200,3),(1289,-973198800,2),(1289,-952027200,3),(1289,-941576400,2),(1289,-931032000,3),(1289,-900882000,2),(1289,-890337600,3),(1289,-833749200,2),(1289,-827265600,3),(1289,-752274000,2),(1289,-733780800,3),(1289,-197326800,2),(1289,-190843200,3),(1289,-184194000,2),(1289,-164491200,3),(1289,-152658000,2),(1289,-132955200,3),(1289,-121122000,2),(1289,-101419200,3),(1289,-86821200,2),(1289,-71092800,3),(1289,-54766800,2),(1289,-39038400,3),(1289,-23317200,2),(1289,-7588800,5),(1289,128142003,4),(1289,136605603,5),(1289,596948414,4),(1289,605066414,5),(1289,624423614,4),(1289,636516015,5),(1289,656478015,4),(1289,667965616,2),(1289,687931216,4),(1289,699415216,5),(1289,719377217,4),(1289,731469617,5),(1289,938919622,3),(1289,952052422,5),(1289,1086058822,2),(1289,1087099222,5),(1289,1198983623,4),(1289,1205632823,5),(1289,1224385223,4),(1289,1237082424,5),(1290,-2147483648,1),(1290,-1567453392,2),(1290,-1233432000,3),(1290,-1222981200,2),(1290,-1205956800,3),(1290,-1194037200,2),(1290,-1172865600,3),(1290,-1162501200,2),(1290,-1141329600,3),(1290,-1130965200,2),(1290,-1109793600,3),(1290,-1099429200,2),(1290,-1078257600,3),(1290,-1067806800,2),(1290,-1046635200,3),(1290,-1036270800,2),(1290,-1015099200,3),(1290,-1004734800,2),(1290,-983563200,3),(1290,-973198800,2),(1290,-952027200,3),(1290,-941576400,2),(1290,-931032000,3),(1290,-900882000,2),(1290,-890337600,3),(1290,-833749200,2),(1290,-827265600,3),(1290,-752274000,2),(1290,-733780800,3),(1290,-197326800,2),(1290,-190843200,3),(1290,-184194000,2),(1290,-164491200,3),(1290,-152658000,2),(1290,-132955200,3),(1290,-121122000,2),(1290,-101419200,3),(1290,-86821200,2),(1290,-71092800,3),(1290,-54766800,2),(1290,-39038400,3),(1290,-23317200,2),(1290,-7588800,5),(1290,128142003,4),(1290,136605603,5),(1290,596948414,4),(1290,605066414,5),(1290,624423614,4),(1290,636516015,5),(1290,656478015,4),(1290,667965616,5),(1290,687927616,4),(1290,699415216,5),(1290,719377217,4),(1290,731469617,5),(1290,938919622,3),(1290,952052422,5),(1290,1085886022,2),(1290,1087704022,5),(1290,1198983623,4),(1290,1205632823,5),(1291,-2147483648,0),(1291,-1826738653,1),(1291,-157750200,2),(1292,-2147483648,1),(1292,-1206389360,2),(1292,86760001,3),(1292,134017203,2),(1292,181368004,4),(1292,194497205,2),(1292,212990405,4),(1292,226033206,2),(1292,244526406,4),(1292,257569207,2),(1292,276062407,4),(1292,291783608,2),(1292,307598408,4),(1292,323406009,2),(1292,339220809,4),(1292,354942009,2),(1292,370756810,4),(1292,386478010,2),(1292,402292811,4),(1292,418014011,2),(1292,433828812,4),(1292,449636412,2),(1292,465451212,4),(1292,481172412,2),(1292,496987213,4),(1292,512708413,2),(1292,528523213,4),(1292,544244413,2),(1292,560059213,4),(1292,575866814,2),(1292,591681614,4),(1292,607402814,2),(1292,625032014,4),(1292,638938815,2),(1292,654753615,4),(1292,670474816,2),(1292,686721616,4),(1292,699418816,2),(1292,718257617,4),(1292,733546817,2),(1292,749448018,4),(1292,762318018,2),(1292,780984019,4),(1292,793767619,2),(1292,812520019,4),(1292,825649220,2),(1292,844574420,4),(1292,856666820,2),(1292,876024021,4),(1292,888721221,2),(1292,907473621,4),(1292,920775622,2),(1292,938923222,4),(1292,952225222,2),(1292,970372822,4),(1292,983674822,2),(1292,1002427222,4),(1292,1018148422,2),(1292,1030852822,4),(1292,1049598022,2),(1292,1062907222,4),(1292,1081047622,2),(1292,1097985622,4),(1292,1110682822,2),(1292,1129435222,4),(1292,1142132423,2),(1292,1160884823,4),(1292,1173582023,2),(1292,1192939223,4),(1292,1205031623,2),(1292,1224388823,4),(1292,1236481224,2),(1292,1255838424,4),(1292,1270954824,2),(1292,1286078424,4),(1292,1302404424,2),(1292,1317528024,4),(1292,1333854024,2),(1292,1349582425,4),(1292,1364094025,2),(1292,1381032025,4),(1292,1395543625,2),(1292,1412481625,4),(1292,1426993225,2),(1292,1443931226,4),(1292,1459047626,2),(1292,1475380826,4),(1292,1490497227,2),(1292,1506830427,4),(1292,1521946827,2),(1292,1538884827,4),(1292,1553396427,2),(1292,1570334427,4),(1292,1584846027,2),(1292,1601784027,4),(1292,1616900427,2),(1292,1633233627,4),(1292,1648350027,2),(1292,1664683227,4),(1292,1679799627,2),(1292,1696132827,4),(1292,1711249227,2),(1292,1728187227,4),(1292,1742698827,2),(1292,1759636827,4),(1292,1774148427,2),(1292,1791086427,4),(1292,1806202827,2),(1292,1822536027,4),(1292,1837652427,2),(1292,1853985627,4),(1292,1869102027,2),(1292,1886040027,4),(1292,1900551627,2),(1292,1917489627,4),(1292,1932001227,2),(1292,1948939227,4),(1292,1964055627,2),(1292,1980388827,4),(1292,1995505227,2),(1292,2011838427,4),(1292,2026954827,2),(1292,2043288027,4),(1292,2058404427,2),(1292,2075342427,4),(1292,2089854027,2),(1292,2106792027,4),(1292,2121303627,2),(1292,2138241627,4),(1293,-2147483648,2),(1293,-1632067200,1),(1293,-1615136400,2),(1293,-923248800,1),(1293,-880214400,3),(1293,-769395600,4),(1293,-765392400,5),(1294,-2147483648,1),(1294,-880196400,2),(1294,-769395600,3),(1294,-765374400,1),(1294,-86878800,4),(1294,-21466800,5),(1294,-5745600,4),(1294,9982800,5),(1294,25704000,4),(1294,41432400,5),(1294,57758400,4),(1294,73486800,5),(1294,89208001,4),(1294,104936402,5),(1294,120657602,4),(1294,126709203,5),(1294,152107203,4),(1294,162392404,5),(1294,183556804,4),(1294,199285205,5),(1294,215611205,4),(1294,230734806,5),(1294,247060806,4),(1294,262789207,5),(1294,278510407,4),(1294,294238808,5),(1294,309960008,4),(1294,325688409,5),(1294,341409609,4),(1294,357138009,5),(1294,372859210,4),(1294,388587610,5),(1294,404913611,4),(1294,420037211,5),(1294,436363212,6),(1294,439034412,8),(1294,452088012,7),(1294,467809212,8),(1294,483537612,7),(1294,499258813,8),(1294,514987213,7),(1294,530708413,8),(1294,544622413,7),(1294,562158013,8),(1294,576072014,7),(1294,594212414,8),(1294,607521614,7),(1294,625662014,8),(1294,638971215,7),(1294,657111615,8),(1294,671025616,7),(1294,688561216,8),(1294,702475216,7),(1294,720010817,8),(1294,733924817,7),(1294,752065218,8),(1294,765374418,7),(1294,783514819,8),(1294,796824019,7),(1294,814964419,8),(1294,828878420,7),(1294,846414020,8),(1294,860328020,7),(1294,877863621,8),(1294,891777621,7),(1294,909313221,8),(1294,923227222,7),(1294,941367622,8),(1294,954676822,7),(1294,972817222,8),(1294,986126422,7),(1294,1004266822,8),(1294,1018180822,7),(1294,1035716422,8),(1294,1049630422,7),(1294,1067166022,8),(1294,1081080022,7),(1294,1099220422,8),(1294,1112529622,7),(1294,1130670022,8),(1294,1143979223,7),(1294,1162119623,8),(1294,1173614423,7),(1294,1194174023,8),(1294,1205064023,7),(1294,1225623623,8),(1294,1236513624,7),(1294,1257073224,8),(1294,1268568024,7),(1294,1289127624,8),(1294,1300017624,7),(1294,1320577224,8),(1294,1331467224,7),(1294,1352026825,8),(1294,1362916825,7),(1294,1383476425,8),(1294,1394366425,7),(1294,1414926025,8),(1294,1425816025,7),(1294,1446375626,8),(1294,1457870426,7),(1294,1478430026,8),(1294,1489320027,7),(1294,1509879627,8),(1294,1520769627,7),(1294,1541329227,8),(1294,1552219227,7),(1294,1572778827,8),(1294,1583668827,7),(1294,1604228427,8),(1294,1615723227,7),(1294,1636282827,8),(1294,1647172827,7),(1294,1667732427,8),(1294,1678622427,7),(1294,1699182027,8),(1294,1710072027,7),(1294,1730631627,8),(1294,1741521627,7),(1294,1762081227,8),(1294,1772971227,7),(1294,1793530827,8),(1294,1805025627,7),(1294,1825585227,8),(1294,1836475227,7),(1294,1857034827,8),(1294,1867924827,7),(1294,1888484427,8),(1294,1899374427,7),(1294,1919934027,8),(1294,1930824027,7),(1294,1951383627,8),(1294,1962878427,7),(1294,1983438027,8),(1294,1994328027,7),(1294,2014887627,8),(1294,2025777627,7),(1294,2046337227,8),(1294,2057227227,7),(1294,2077786827,8),(1294,2088676827,7),(1294,2109236427,8),(1294,2120126427,7),(1294,2140686027,8),(1295,-2147483648,0),(1295,-1767216356,2),(1295,-1206957600,1),(1295,-1191362400,2),(1295,-1175374800,1),(1295,-1159826400,2),(1295,-633819600,1),(1295,-622069200,2),(1295,-602283600,1),(1295,-591832800,2),(1295,-570747600,1),(1295,-560210400,2),(1295,-539125200,1),(1295,-531352800,2),(1295,-191365200,1),(1295,-184197600,2),(1295,-155163600,1),(1295,-150069600,2),(1295,-128898000,1),(1295,-121125600,2),(1295,-99954000,1),(1295,-89589600,2),(1295,-68418000,1),(1295,-57967200,2),(1295,499748413,1),(1295,511236013,2),(1295,530593213,1),(1295,540266413,2),(1295,562129213,1),(1295,571197614,2),(1295,592974014,1),(1295,602042414,2),(1295,624423614,1),(1295,634701615,2),(1295,656478015,1),(1295,666756016,2),(1295,687927616,1),(1295,697600816,2),(1295,719982017,1),(1295,728445617,2),(1295,750826818,1),(1295,761709618,2),(1295,782276419,1),(1295,793159219,2),(1295,813726019,1),(1295,824004020,2),(1295,844570820,1),(1295,856058420,2),(1295,876106821,1),(1295,888717621,2),(1295,908074821,1),(1295,919562422,2),(1295,938919622,1),(1295,951616822,2),(1295,970974022,1),(1295,982461622,2),(1295,1003028422,1),(1295,1013911222,2),(1295,1036292422,1),(1295,1045360822,2),(1295,1318734024,1),(1295,1330221624,2),(1296,-2147483648,0),(1296,-1514739600,1),(1296,-1343066400,2),(1296,-1234807200,1),(1296,-1220292000,2),(1296,-1207159200,1),(1296,-1191344400,2),(1296,-873828000,1),(1296,-661539600,3),(1296,28800,1),(1296,828867620,4),(1296,846403220,1),(1296,860317220,4),(1296,877852821,1),(1296,891766821,4),(1296,909302421,1),(1296,923216422,4),(1296,941356822,1),(1296,954666022,4),(1296,972806422,1),(1296,989139622,4),(1296,1001836822,1),(1296,1018170022,4),(1296,1035705622,1),(1296,1049619622,4),(1296,1067155222,1),(1296,1081069222,4),(1296,1099209622,1),(1296,1112518822,4),(1296,1130659222,1),(1296,1143968423,4),(1296,1162108823,1),(1296,1175418023,4),(1296,1193558423,1),(1296,1207472423,4),(1296,1225008023,1),(1296,1238922024,4),(1296,1256457624,1),(1296,1270371624,5),(1296,1288508424,2),(1296,1301817624,5),(1296,1319958024,2),(1296,1333267224,5),(1296,1351407625,2),(1296,1365321625,5),(1296,1382857225,2),(1296,1396771225,5),(1296,1414306825,2),(1296,1428220825,5),(1296,1445756426,2),(1296,1459670426,5),(1296,1477810826,2),(1296,1491120027,5),(1296,1509260427,2),(1296,1522569627,5),(1296,1540710027,2),(1296,1554624027,5),(1296,1572159627,2),(1296,1586073627,5),(1296,1603609227,2),(1296,1617523227,5),(1296,1635663627,2),(1296,1648972827,5),(1296,1667113227,2),(1296,1680422427,5),(1296,1698562827,2),(1296,1712476827,5),(1296,1730012427,2),(1296,1743926427,5),(1296,1761462027,2),(1296,1775376027,5),(1296,1792911627,2),(1296,1806825627,5),(1296,1824966027,2),(1296,1838275227,5),(1296,1856415627,2),(1296,1869724827,5),(1296,1887865227,2),(1296,1901779227,5),(1296,1919314827,2),(1296,1933228827,5),(1296,1950764427,2),(1296,1964678427,5),(1296,1982818827,2),(1296,1996128027,5),(1296,2014268427,2),(1296,2027577627,5),(1296,2045718027,2),(1296,2059027227,5),(1296,2077167627,2),(1296,2091081627,5),(1296,2108617227,2),(1296,2122531227,5),(1296,2140066827,2),(1297,-2147483648,0),(1297,-1451678491,1),(1297,-1199217691,3),(1297,234943206,2),(1297,244616406,3),(1297,261554407,2),(1297,276066007,3),(1297,293004008,2),(1297,307515608,3),(1297,325058409,2),(1297,338706009,3),(1298,-2147483648,0),(1298,-1767213964,2),(1298,-1206957600,1),(1298,-1191362400,2),(1298,-1175374800,1),(1298,-1159826400,2),(1298,-633819600,1),(1298,-622069200,2),(1298,-602283600,1),(1298,-591832800,2),(1298,-570747600,1),(1298,-560210400,2),(1298,-539125200,1),(1298,-531352800,2),(1298,-191365200,1),(1298,-184197600,2),(1298,-155163600,1),(1298,-150069600,2),(1298,-128898000,1),(1298,-121125600,2),(1298,-99954000,1),(1298,-89589600,2),(1298,-68418000,1),(1298,-57967200,2),(1298,499748413,1),(1298,511236013,2),(1298,530593213,1),(1298,540266413,2),(1298,562129213,1),(1298,571197614,2),(1299,-2147483648,0),(1299,-1822500432,2),(1299,-1616954400,1),(1299,-1606069800,2),(1299,-1585504800,1),(1299,-1574015400,2),(1299,-1554055200,1),(1299,-1542565800,2),(1299,-1522605600,1),(1299,-1511116200,2),(1299,-1490551200,1),(1299,-1479666600,2),(1299,-1459101600,1),(1299,-1448217000,2),(1299,-1427652000,1),(1299,-1416162600,2),(1299,-1396202400,1),(1299,-1384713000,2),(1299,-1364752800,1),(1299,-1353263400,2),(1299,-1333303200,1),(1299,-1321813800,2),(1299,-1301248800,1),(1299,-1290364200,2),(1299,-1269799200,1),(1299,-1258914600,2),(1299,-1238349600,1),(1299,-1226860200,2),(1299,-1206900000,1),(1299,-1195410600,2),(1299,-1175450400,1),(1299,-1163961000,2),(1299,-1143396000,1),(1299,-1132511400,2),(1299,-1111946400,1),(1299,-1101061800,2),(1299,-1080496800,1),(1299,-1069612200,2),(1299,-1049047200,1),(1299,-1037557800,2),(1299,-1017597600,1),(1299,-1006108200,2),(1299,-986148000,1),(1299,-974658600,2),(1299,-954093600,1),(1299,-943209000,2),(1299,-922644000,1),(1299,-911759400,2),(1299,-891194400,1),(1299,-879705000,2),(1299,-868212000,3),(1299,-769395600,4),(1299,-758746800,2),(1299,-701892000,1),(1299,-690402600,2),(1299,-670442400,1),(1299,-658953000,2),(1299,-638992800,1),(1299,-627503400,2),(1299,-606938400,1),(1299,-596053800,2),(1299,-575488800,1),(1299,-564604200,2),(1299,-544039200,1),(1299,-532549800,2),(1299,-512589600,1),(1299,-501100200,2),(1299,-481140000,1),(1299,-469650600,2),(1299,-449690400,1),(1299,-438201000,2),(1299,-417636000,1),(1299,-406751400,2),(1299,-386186400,1),(1299,-375301800,2),(1299,-354736800,1),(1299,-343247400,2),(1299,-323287200,1),(1299,-311797800,2),(1299,-291837600,1),(1299,-280348200,2),(1299,-259783200,1),(1299,-248898600,2),(1299,-228333600,1),(1299,-217449000,2),(1299,-196884000,1),(1299,-185999400,2),(1299,-165434400,1),(1299,-153945000,2),(1299,-133984800,1),(1299,-122495400,2),(1299,-102535200,1),(1299,-91045800,2),(1299,-70480800,1),(1299,-59596200,2),(1299,123919202,5),(1299,129618003,2),(1299,409039211,5),(1299,413874011,2),(1300,-2147483648,2),(1300,-1632074400,1),(1300,-1615143600,2),(1300,-880221600,3),(1300,-769395600,4),(1300,-765399600,2),(1301,-2147483648,0),(1301,-1767211040,2),(1301,-1206954000,1),(1301,-1191358800,2),(1301,-1175371200,1),(1301,-1159822800,2),(1301,-633816000,1),(1301,-622065600,2),(1301,-602280000,1),(1301,-591829200,2),(1301,-570744000,1),(1301,-560206800,2),(1301,-539121600,1),(1301,-531349200,2),(1301,-191361600,1),(1301,-184194000,2),(1301,-155160000,1),(1301,-150066000,2),(1301,-128894400,1),(1301,-121122000,2),(1301,-99950400,1),(1301,-89586000,2),(1301,-68414400,1),(1301,-57963600,2),(1301,499752013,1),(1301,511239613,2),(1301,530596813,1),(1301,540270013,2),(1301,562132813,1),(1301,571201214,2),(1301,938923222,1),(1301,951620422,2),(1301,970977622,1),(1301,971578822,2),(1302,-2147483648,1),(1302,-1739041424,3),(1302,704869216,2),(1302,733896017,3),(1303,-2147483648,2),(1303,-1633269600,1),(1303,-1615129200,2),(1303,-1601820000,1),(1303,-1583679600,2),(1303,-1471788000,5),(1303,-880210800,3),(1303,-769395600,4),(1303,-765388800,5),(1303,-84380400,6),(1303,-68659200,5),(1303,-52930800,6),(1303,-37209600,5),(1303,-21481200,6),(1303,-5760000,5),(1303,9968400,6),(1303,25689600,5),(1303,41418000,6),(1303,57744000,5),(1303,73472400,6),(1303,89193601,5),(1303,104922002,6),(1303,120643202,5),(1303,129114003,6),(1303,152092803,5),(1303,162378004,6),(1303,183542404,5),(1303,199270805,6),(1303,215596805,5),(1303,230720406,6),(1303,247046406,5),(1303,262774807,6),(1303,278496007,5),(1303,294224408,6),(1303,309945608,5),(1303,325674009,6),(1303,341395209,5),(1303,357123609,6),(1303,372844810,5),(1303,388573210,6),(1303,404899211,5),(1303,420022811,6),(1303,436348812,5),(1303,452077212,6),(1303,467798412,5),(1303,483526812,6),(1303,499248013,5),(1303,514976413,6),(1303,530697613,5),(1303,544611613,6),(1303,562147213,5),(1303,576061214,6),(1303,594201614,5),(1303,607510814,6),(1303,625651214,5),(1303,638960415,6),(1303,657100815,5),(1303,671014816,6),(1303,688550416,5),(1303,702464416,6),(1303,720000017,5),(1303,733914017,6),(1303,752054418,5),(1303,765363618,6),(1303,783504019,5),(1303,796813219,6),(1303,814953619,5),(1303,828867620,6),(1303,846403220,5),(1303,860317220,6),(1303,877852821,5),(1303,891766821,6),(1303,909302421,5),(1303,923216422,6),(1303,941356822,5),(1303,954666022,6),(1303,972806422,5),(1303,986115622,6),(1303,1004256022,5),(1303,1018170022,6),(1303,1035705622,5),(1303,1049619622,6),(1303,1067155222,5),(1303,1081069222,6),(1303,1099209622,5),(1303,1112518822,6),(1303,1130659222,5),(1303,1143968423,6),(1303,1162108823,5),(1303,1173603623,6),(1303,1194163223,5),(1303,1205053223,6),(1303,1225612823,5),(1303,1236502824,6),(1303,1257062424,5),(1303,1268557224,6),(1303,1289116824,5),(1303,1300006824,6),(1303,1320566424,5),(1303,1331456424,6),(1303,1352016025,5),(1303,1362906025,6),(1303,1383465625,5),(1303,1394355625,6),(1303,1414915225,5),(1303,1425805225,6),(1303,1446364826,5),(1303,1457859626,6),(1303,1478419226,5),(1303,1489309227,6),(1303,1509868827,5),(1303,1520758827,6),(1303,1541318427,5),(1303,1552208427,6),(1303,1572768027,5),(1303,1583658027,6),(1303,1604217627,5),(1303,1615712427,6),(1303,1636272027,5),(1303,1647162027,6),(1303,1667721627,5),(1303,1678611627,6),(1303,1699171227,5),(1303,1710061227,6),(1303,1730620827,5),(1303,1741510827,6),(1303,1762070427,5),(1303,1772960427,6),(1303,1793520027,5),(1303,1805014827,6),(1303,1825574427,5),(1303,1836464427,6),(1303,1857024027,5),(1303,1867914027,6),(1303,1888473627,5),(1303,1899363627,6),(1303,1919923227,5),(1303,1930813227,6),(1303,1951372827,5),(1303,1962867627,6),(1303,1983427227,5),(1303,1994317227,6),(1303,2014876827,5),(1303,2025766827,6),(1303,2046326427,5),(1303,2057216427,6),(1303,2077776027,5),(1303,2088666027,6),(1303,2109225627,5),(1303,2120115627,6),(1303,2140675227,5),(1304,-2147483648,1),(1304,-1567453392,2),(1304,-1233432000,3),(1304,-1222981200,2),(1304,-1205956800,3),(1304,-1194037200,2),(1304,-1172865600,3),(1304,-1162501200,2),(1304,-1141329600,3),(1304,-1130965200,2),(1304,-1109793600,3),(1304,-1099429200,2),(1304,-1078257600,3),(1304,-1067806800,2),(1304,-1046635200,3),(1304,-1036270800,2),(1304,-1015099200,3),(1304,-1004734800,2),(1304,-983563200,3),(1304,-973198800,2),(1304,-952027200,3),(1304,-941576400,2),(1304,-931032000,3),(1304,-900882000,2),(1304,-890337600,3),(1304,-833749200,2),(1304,-827265600,3),(1304,-752274000,2),(1304,-733780800,3),(1304,-197326800,2),(1304,-190843200,3),(1304,-184194000,2),(1304,-164491200,3),(1304,-152658000,2),(1304,-132955200,3),(1304,-121122000,2),(1304,-101419200,3),(1304,-86821200,2),(1304,-71092800,3),(1304,-54766800,2),(1304,-39038400,3),(1304,-23317200,2),(1304,-7588800,5),(1304,128142003,4),(1304,136605603,5),(1304,596948414,4),(1304,605066414,5),(1304,624423614,4),(1304,636516015,5),(1304,656478015,4),(1304,667965616,5),(1304,687927616,4),(1304,699415216,5),(1304,719377217,4),(1304,731469617,5),(1304,938919622,3),(1304,952052422,5),(1304,1198983623,4),(1304,1205632823,5),(1304,1224385223,4),(1304,1237082424,5),(1305,-2147483648,0),(1305,-1577923200,3),(1305,-880210800,1),(1305,-769395600,2),(1305,-765388800,3),(1305,-147891600,4),(1305,-131562000,3),(1305,325674009,5),(1305,341395209,3),(1305,357123609,5),(1305,372844810,3),(1305,388573210,5),(1305,404899211,3),(1305,420022811,5),(1305,436348812,3),(1305,452077212,5),(1305,467798412,3),(1305,483526812,5),(1305,499248013,3),(1305,514976413,5),(1305,530697613,3),(1305,544611613,5),(1305,562147213,3),(1305,576061214,5),(1305,594201614,3),(1305,607510814,5),(1305,625651214,3),(1305,638960415,5),(1305,657100815,3),(1305,671014816,5),(1305,688550416,3),(1305,702464416,5),(1305,720000017,3),(1305,733914017,5),(1305,752054418,3),(1305,765363618,5),(1305,783504019,3),(1305,796813219,5),(1305,814953619,3),(1305,828867620,5),(1305,846403220,3),(1305,860317220,5),(1305,877852821,3),(1305,891766821,5),(1305,909302421,3),(1305,923216422,5),(1305,941356822,7),(1305,954662422,6),(1305,972802822,8),(1305,973400422,7),(1305,986115622,5),(1305,1004256022,3),(1305,1018170022,5),(1305,1035705622,3),(1305,1049619622,5),(1305,1067155222,3),(1305,1081069222,5),(1305,1099209622,3),(1305,1112518822,5),(1305,1130659222,3),(1305,1143968423,5),(1305,1162108823,3),(1305,1173603623,5),(1305,1194163223,3),(1305,1205053223,5),(1305,1225612823,3),(1305,1236502824,5),(1305,1257062424,3),(1305,1268557224,5),(1305,1289116824,3),(1305,1300006824,5),(1305,1320566424,3),(1305,1331456424,5),(1305,1352016025,3),(1305,1362906025,5),(1305,1383465625,3),(1305,1394355625,5),(1305,1414915225,3),(1305,1425805225,5),(1305,1446364826,3),(1305,1457859626,5),(1305,1478419226,3),(1305,1489309227,5),(1305,1509868827,3),(1305,1520758827,5),(1305,1541318427,3),(1305,1552208427,5),(1305,1572768027,3),(1305,1583658027,5),(1305,1604217627,3),(1305,1615712427,5),(1305,1636272027,3),(1305,1647162027,5),(1305,1667721627,3),(1305,1678611627,5),(1305,1699171227,3),(1305,1710061227,5),(1305,1730620827,3),(1305,1741510827,5),(1305,1762070427,3),(1305,1772960427,5),(1305,1793520027,3),(1305,1805014827,5),(1305,1825574427,3),(1305,1836464427,5),(1305,1857024027,3),(1305,1867914027,5),(1305,1888473627,3),(1305,1899363627,5),(1305,1919923227,3),(1305,1930813227,5),(1305,1951372827,3),(1305,1962867627,5),(1305,1983427227,3),(1305,1994317227,5),(1305,2014876827,3),(1305,2025766827,5),(1305,2046326427,3),(1305,2057216427,5),(1305,2077776027,3),(1305,2088666027,5),(1305,2109225627,3),(1305,2120115627,5),(1305,2140675227,3),(1306,-2147483648,0),(1306,-1767212492,2),(1306,-1206954000,1),(1306,-1191358800,2),(1306,-1175371200,1),(1306,-1159822800,2),(1306,-633816000,1),(1306,-622065600,2),(1306,-602280000,1),(1306,-591829200,2),(1306,-570744000,1),(1306,-560206800,2),(1306,-539121600,1),(1306,-531349200,2),(1306,-191361600,1),(1306,-184194000,2),(1306,-155160000,1),(1306,-150066000,2),(1306,-128894400,1),(1306,-121122000,2),(1306,-99950400,1),(1306,-89586000,2),(1306,-68414400,1),(1306,-57963600,2),(1306,499752013,1),(1306,511239613,2),(1306,530596813,1),(1306,540270013,2),(1306,562132813,1),(1306,571201214,2),(1306,592977614,1),(1306,602046014,2),(1306,624427214,1),(1306,634705215,2),(1306,656481615,1),(1306,666759616,2),(1306,687931216,1),(1306,697604416,2),(1306,719985617,1),(1306,728449217,2),(1306,750830418,1),(1306,761713218,2),(1306,782280019,1),(1306,793162819,2),(1306,813729619,1),(1306,824007620,2),(1306,844574420,1),(1306,856062020,2),(1306,876110421,1),(1306,888721221,2),(1306,908078421,1),(1306,919566022,2),(1306,938923222,1),(1306,951620422,2),(1306,970977622,1),(1306,982465222,2),(1306,1003032022,1),(1306,1013914822,2),(1306,1036296022,1),(1306,1045364422,2),(1306,1066536022,1),(1306,1076814022,2),(1306,1099368022,1),(1306,1108868422,2),(1306,1129435222,1),(1306,1140318023,2),(1306,1162699223,1),(1306,1172372423,2),(1306,1192334423,1),(1306,1203217223,2),(1306,1224388823,1),(1306,1234666824,2),(1306,1255838424,1),(1306,1266721224,2),(1306,1287288024,1),(1306,1298170824,2),(1306,1318737624,1),(1306,1330225224,2),(1306,1350792025,1),(1306,1361070025,2),(1306,1382241625,1),(1306,1392519625,2),(1306,1413691225,1),(1306,1424574025,2),(1306,1445140826,1),(1306,1456023626,2),(1306,1476590426,1),(1306,1487473227,2),(1306,1508040027,1),(1306,1518922827,2),(1306,1541304027,1),(1306,1550372427,2),(1307,-2147483648,0),(1307,-1514743200,1),(1307,377935210,3),(1307,828860420,2),(1307,846396020,3),(1307,860310020,2),(1307,877845621,3),(1307,891759621,2),(1307,902037621,4),(1307,909298821,1),(1307,923212822,4),(1307,941353222,1),(1307,954662422,4),(1307,972802822,1),(1307,989136022,4),(1307,1001833222,1),(1307,1018166422,4),(1307,1035702022,1),(1307,1049616022,4),(1307,1067151622,1),(1307,1081065622,4),(1307,1099206022,1),(1307,1112515222,4),(1307,1130655622,1),(1307,1143964823,4),(1307,1162105223,1),(1307,1175414423,4),(1307,1193554823,1),(1307,1207468823,4),(1307,1225004423,1),(1307,1238918424,4),(1307,1256454024,1),(1307,1270368024,4),(1307,1288508424,1),(1307,1301817624,4),(1307,1319958024,1),(1307,1333267224,4),(1307,1351407625,1),(1307,1365321625,4),(1307,1382857225,1),(1307,1396771225,4),(1307,1414306825,1),(1307,1422777625,3),(1308,-2147483648,1),(1308,-1826739140,2),(1308,-157750200,3),(1308,1197183623,2),(1308,1462086026,3),(1309,-2147483648,1),(1309,-1567453392,2),(1309,-1233432000,3),(1309,-1222981200,2),(1309,-1205956800,3),(1309,-1194037200,2),(1309,-1172865600,3),(1309,-1162501200,2),(1309,-1141329600,3),(1309,-1130965200,2),(1309,-1109793600,3),(1309,-1099429200,2),(1309,-1078257600,3),(1309,-1067806800,2),(1309,-1046635200,3),(1309,-1036270800,2),(1309,-1015099200,3),(1309,-1004734800,2),(1309,-983563200,3),(1309,-973198800,2),(1309,-952027200,3),(1309,-941576400,2),(1309,-931032000,3),(1309,-900882000,2),(1309,-890337600,3),(1309,-833749200,2),(1309,-827265600,3),(1309,-752274000,2),(1309,-733780800,3),(1309,-197326800,2),(1309,-190843200,3),(1309,-184194000,2),(1309,-164491200,3),(1309,-152658000,2),(1309,-132955200,3),(1309,-121122000,2),(1309,-101419200,3),(1309,-86821200,2),(1309,-71092800,3),(1309,-54766800,2),(1309,-39038400,3),(1309,-23317200,2),(1309,-7588800,5),(1309,128142003,4),(1309,136605603,5),(1309,596948414,4),(1309,605066414,5),(1309,624423614,4),(1309,636516015,5),(1309,656478015,4),(1309,667965616,2),(1309,687931216,4),(1309,699415216,5),(1309,719377217,4),(1309,731469617,5),(1309,938919622,3),(1309,952052422,5),(1309,1086058822,2),(1309,1087704022,5),(1309,1198983623,4),(1309,1205632823,5),(1310,-2147483648,0),(1310,-1846269040,1),(1310,-71092800,2),(1311,-2147483648,1),(1311,-1946918424,2),(1312,-2147483648,2),(1312,-1633276800,1),(1312,-1615136400,2),(1312,-1601827200,1),(1312,-1583686800,2),(1312,-1563724800,1),(1312,-1551632400,2),(1312,-1538928000,1),(1312,-1520182800,2),(1312,-1504454400,1),(1312,-1491757200,2),(1312,-1473004800,1),(1312,-1459702800,2),(1312,-1441555200,1),(1312,-1428253200,2),(1312,-1410105600,1),(1312,-1396803600,2),(1312,-1378656000,1),(1312,-1365354000,2),(1312,-1347206400,1),(1312,-1333904400,2),(1312,-1315152000,1),(1312,-1301850000,2),(1312,-1283702400,1),(1312,-1270400400,2),(1312,-1252252800,1),(1312,-1238950800,2),(1312,-1220803200,1),(1312,-1207501200,2),(1312,-1189353600,1),(1312,-1176051600,2),(1312,-1157299200,1),(1312,-1144602000,2),(1312,-1125849600,1),(1312,-1112547600,2),(1312,-1094400000,1),(1312,-1081098000,2),(1312,-1067788800,3),(1312,-1045414800,2),(1312,-1031500800,1),(1312,-1018198800,2),(1312,-1000051200,1),(1312,-986749200,2),(1312,-967996800,1),(1312,-955299600,2),(1312,-936547200,1),(1312,-923245200,2),(1312,-905097600,1),(1312,-891795600,2),(1312,-880214400,4),(1312,-769395600,5),(1312,-765392400,2),(1312,-747244800,1),(1312,-733942800,2),(1312,-715795200,1),(1312,-702493200,2),(1312,-684345600,1),(1312,-671043600,2),(1312,-652896000,1),(1312,-639594000,2),(1312,-620841600,1),(1312,-608144400,2),(1312,-589392000,1),(1312,-576090000,2),(1312,-557942400,1),(1312,-544640400,2),(1312,-526492800,1),(1312,-513190800,2),(1312,-495043200,1),(1312,-481741200,2),(1312,-463593600,1),(1312,-447267600,2),(1312,-431539200,1),(1312,-415818000,2),(1312,-400089600,1),(1312,-384368400,2),(1312,-368640000,1),(1312,-352918800,2),(1312,-337190400,1),(1312,-321469200,2),(1312,-305740800,1),(1312,-289414800,2),(1312,-273686400,1),(1312,-257965200,2),(1312,-242236800,1),(1312,-226515600,2),(1312,-210787200,1),(1312,-195066000,2),(1312,-179337600,1),(1312,-163616400,2),(1312,-147888000,1),(1312,-131562000,2),(1312,-116438400,1),(1312,-100112400,2),(1312,-84384000,1),(1312,-68662800,2),(1312,-52934400,1),(1312,-37213200,2),(1312,-21484800,1),(1312,-5763600,2),(1312,9964800,1),(1312,25686000,2),(1312,41414400,1),(1312,57740400,2),(1312,73468800,1),(1312,89190001,2),(1312,104918402,1),(1312,120639602,2),(1312,126691203,1),(1312,152089203,2),(1312,162374404,1),(1312,183538804,2),(1312,199267205,1),(1312,215593205,2),(1312,230716806,1),(1312,247042806,2),(1312,262771207,1),(1312,278492407,2),(1312,294220808,1),(1312,309942008,2),(1312,325670409,1),(1312,341391609,2),(1312,357120009,1),(1312,372841210,2),(1312,388569610,1),(1312,404895611,2),(1312,420019211,1),(1312,436345212,2),(1312,452073612,1),(1312,467794812,2),(1312,483523212,1),(1312,499244413,2),(1312,514972813,1),(1312,530694013,2),(1312,544608013,1),(1312,562143613,2),(1312,576057614,1),(1312,594198014,2),(1312,607507214,1),(1312,625647614,2),(1312,638956815,1),(1312,657097215,2),(1312,671011216,1),(1312,688546816,2),(1312,702460816,1),(1312,719996417,2),(1312,733910417,1),(1312,752050818,2),(1312,765360018,1),(1312,783500419,2),(1312,796809619,1),(1312,814950019,2),(1312,828864020,1),(1312,846399620,2),(1312,860313620,1),(1312,877849221,2),(1312,891763221,1),(1312,909298821,2),(1312,923212822,1),(1312,941353222,2),(1312,954662422,1),(1312,972802822,2),(1312,986112022,1),(1312,1004252422,2),(1312,1018166422,1),(1312,1035702022,2),(1312,1049616022,1),(1312,1067151622,2),(1312,1081065622,1),(1312,1099206022,2),(1312,1112515222,1),(1312,1130655622,2),(1312,1143964823,1),(1312,1162105223,2),(1312,1173600023,1),(1312,1194159623,2),(1312,1205049623,1),(1312,1225609223,2),(1312,1236499224,1),(1312,1257058824,2),(1312,1268553624,1),(1312,1289113224,2),(1312,1300003224,1),(1312,1320562824,2),(1312,1331452824,1),(1312,1352012425,2),(1312,1362902425,1),(1312,1383462025,2),(1312,1394352025,1),(1312,1414911625,2),(1312,1425801625,1),(1312,1446361226,2),(1312,1457856026,1),(1312,1478415626,2),(1312,1489305627,1),(1312,1509865227,2),(1312,1520755227,1),(1312,1541314827,2),(1312,1552204827,1),(1312,1572764427,2),(1312,1583654427,1),(1312,1604214027,2),(1312,1615708827,1),(1312,1636268427,2),(1312,1647158427,1),(1312,1667718027,2),(1312,1678608027,1),(1312,1699167627,2),(1312,1710057627,1),(1312,1730617227,2),(1312,1741507227,1),(1312,1762066827,2),(1312,1772956827,1),(1312,1793516427,2),(1312,1805011227,1),(1312,1825570827,2),(1312,1836460827,1),(1312,1857020427,2),(1312,1867910427,1),(1312,1888470027,2),(1312,1899360027,1),(1312,1919919627,2),(1312,1930809627,1),(1312,1951369227,2),(1312,1962864027,1),(1312,1983423627,2),(1312,1994313627,1),(1312,2014873227,2),(1312,2025763227,1),(1312,2046322827,2),(1312,2057212827,1),(1312,2077772427,2),(1312,2088662427,1),(1312,2109222027,2),(1312,2120112027,1),(1312,2140671627,2),(1313,-2147483648,0),(1313,-1514739600,1),(1313,-1343066400,2),(1313,-1234807200,1),(1313,-1220292000,2),(1313,-1207159200,1),(1313,-1191344400,2),(1313,828864020,3),(1313,846399620,2),(1313,860313620,3),(1313,877849221,2),(1313,891766821,4),(1313,909302421,1),(1313,923216422,4),(1313,941356822,1),(1313,954666022,4),(1313,972806422,1),(1313,989139622,4),(1313,1001836822,1),(1313,1018170022,4),(1313,1035705622,1),(1313,1049619622,4),(1313,1067155222,1),(1313,1081069222,4),(1313,1099209622,1),(1313,1112518822,4),(1313,1130659222,1),(1313,1143968423,4),(1313,1162108823,1),(1313,1175418023,4),(1313,1193558423,1),(1313,1207472423,4),(1313,1225008023,1),(1313,1238922024,4),(1313,1256457624,1),(1313,1270371624,4),(1313,1288512024,1),(1313,1301821224,4),(1313,1319961624,1),(1313,1333270824,4),(1313,1351411225,1),(1313,1365325225,4),(1313,1382860825,1),(1313,1396774825,4),(1313,1414310425,1),(1313,1428224425,4),(1313,1445760026,1),(1313,1459674026,4),(1313,1477814426,1),(1313,1491123627,4),(1313,1509264027,1),(1313,1522573227,4),(1313,1540713627,1),(1313,1554627627,4),(1313,1572163227,1),(1313,1586077227,4),(1313,1603612827,1),(1313,1617526827,4),(1313,1635667227,1),(1313,1648976427,4),(1313,1667116827,1),(1313,1680426027,4),(1313,1698566427,1),(1313,1712480427,4),(1313,1730016027,1),(1313,1743930027,4),(1313,1761465627,1),(1313,1775379627,4),(1313,1792915227,1),(1313,1806829227,4),(1313,1824969627,1),(1313,1838278827,4),(1313,1856419227,1),(1313,1869728427,4),(1313,1887868827,1),(1313,1901782827,4),(1313,1919318427,1),(1313,1933232427,4),(1313,1950768027,1),(1313,1964682027,4),(1313,1982822427,1),(1313,1996131627,4),(1313,2014272027,1),(1313,2027581227,4),(1313,2045721627,1),(1313,2059030827,4),(1313,2077171227,1),(1313,2091085227,4),(1313,2108620827,1),(1313,2122534827,4),(1313,2140070427,1),(1314,-2147483648,2),(1314,-1632067200,1),(1314,-1615136400,2),(1314,-923248800,1),(1314,-880214400,3),(1314,-769395600,4),(1314,-765392400,5),(1315,-2147483648,1),(1315,-1567453392,2),(1315,-1233432000,3),(1315,-1222981200,2),(1315,-1205956800,3),(1315,-1194037200,2),(1315,-1172865600,3),(1315,-1162501200,2),(1315,-1141329600,3),(1315,-1130965200,2),(1315,-1109793600,3),(1315,-1099429200,2),(1315,-1078257600,3),(1315,-1067806800,2),(1315,-1046635200,3),(1315,-1036270800,2),(1315,-1015099200,3),(1315,-1004734800,2),(1315,-983563200,3),(1315,-973198800,2),(1315,-952027200,3),(1315,-941576400,2),(1315,-931032000,3),(1315,-900882000,2),(1315,-890337600,3),(1315,-833749200,2),(1315,-827265600,3),(1315,-752274000,2),(1315,-733780800,3),(1315,-197326800,2),(1315,-190843200,3),(1315,-184194000,2),(1315,-164491200,3),(1315,-152658000,2),(1315,-132955200,3),(1315,-121122000,2),(1315,-101419200,3),(1315,-86821200,2),(1315,-71092800,3),(1315,-54766800,2),(1315,-39038400,3),(1315,-23317200,2),(1315,-7588800,5),(1315,128142003,4),(1315,136605603,5),(1315,596948414,4),(1315,605066414,5),(1315,624423614,4),(1315,636516015,5),(1315,656478015,4),(1315,667965616,2),(1315,687931216,4),(1315,699415216,5),(1315,719377217,4),(1315,731469617,5),(1315,938919622,3),(1315,952052422,5),(1315,1198983623,4),(1315,1205632823,5),(1315,1224385223,4),(1315,1237082424,5),(1316,-2147483648,1),(1316,-1545071027,3),(1316,288770408,2),(1316,297234008,3),(1316,320220009,2),(1316,328683609,3),(1316,664264816,2),(1316,678344416,3),(1316,695714416,2),(1316,700635616,3),(1317,-2147483648,1),(1317,-1680454800,2),(1317,-1627833600,1),(1318,-2147483648,0),(1318,-1767212140,2),(1318,-1206954000,1),(1318,-1191358800,2),(1318,-1175371200,1),(1318,-1159822800,2),(1318,-633816000,1),(1318,-622065600,2),(1318,-602280000,1),(1318,-591829200,2),(1318,-570744000,1),(1318,-560206800,2),(1318,-539121600,1),(1318,-531349200,2),(1318,-191361600,1),(1318,-184194000,2),(1318,-155160000,1),(1318,-150066000,2),(1318,-128894400,1),(1318,-121122000,2),(1318,-99950400,1),(1318,-89586000,2),(1318,-68414400,1),(1318,-57963600,2),(1318,499752013,1),(1318,511239613,2),(1318,530596813,1),(1318,540270013,2),(1318,562132813,1),(1318,571201214,2),(1318,592977614,1),(1318,602046014,2),(1318,624427214,1),(1318,634705215,2),(1318,656481615,1),(1318,666759616,2),(1318,687931216,1),(1318,697604416,2),(1318,719985617,1),(1318,728449217,2),(1318,750830418,1),(1318,761713218,2),(1318,782280019,1),(1318,793162819,2),(1318,813729619,1),(1318,824007620,2),(1318,844574420,1),(1318,856062020,2),(1318,876110421,1),(1318,888721221,2),(1318,908078421,1),(1318,919566022,2),(1318,938923222,1),(1318,951620422,2),(1318,970977622,1),(1318,982465222,2),(1318,1003032022,1),(1318,1013914822,2),(1318,1036296022,1),(1318,1045364422,2),(1318,1099368022,1),(1318,1108868422,2),(1318,1129435222,1),(1318,1140318023,2),(1318,1162699223,1),(1318,1172372423,2),(1318,1192334423,1),(1318,1203217223,2),(1318,1224388823,1),(1318,1234666824,2),(1318,1255838424,1),(1318,1266721224,2),(1318,1287288024,1),(1318,1298170824,2),(1318,1318737624,1),(1318,1330225224,2),(1318,1350792025,1),(1318,1361070025,2),(1318,1382241625,1),(1318,1392519625,2),(1318,1413691225,1),(1318,1424574025,2),(1318,1445140826,1),(1318,1456023626,2),(1318,1476590426,1),(1318,1487473227,2),(1318,1508040027,1),(1318,1518922827,2),(1318,1541304027,1),(1318,1550372427,2),(1319,-2147483648,0),(1319,-1826738653,1),(1319,-157750200,2),(1320,-2147483648,0),(1320,-1686091520,1),(1320,323845209,4),(1320,338950809,2),(1320,354675609,3),(1320,370400410,2),(1320,386125210,3),(1320,401850011,2),(1320,417574811,3),(1320,433299612,2),(1320,449024412,3),(1320,465354012,2),(1320,481078812,3),(1320,496803613,2),(1320,512528413,3),(1320,528253213,2),(1320,543978013,3),(1320,559702813,2),(1320,575427614,3),(1320,591152414,2),(1320,606877214,3),(1320,622602014,2),(1320,638326815,3),(1320,654656415,2),(1320,670381216,3),(1320,686106016,2),(1320,701830816,3),(1320,717555617,2),(1320,733280417,3),(1320,749005218,2),(1320,764730018,3),(1320,780454819,2),(1320,796179619,3),(1320,811904419,2),(1320,820465220,5),(1321,-2147483648,2),(1321,-1632056400,1),(1321,-1615125600,2),(1321,-1596978000,1),(1321,-1583164800,2),(1321,-880203600,3),(1321,-769395600,4),(1321,-765381600,2),(1321,-147884400,5),(1321,-131554800,2),(1321,120646802,6),(1321,325677609,7),(1321,341398809,6),(1321,357127209,7),(1321,372848410,6),(1321,388576810,7),(1321,404902811,6),(1321,420026411,7),(1321,436352412,6),(1321,452080812,7),(1321,467802012,6),(1321,483530412,7),(1321,499251613,6),(1321,514980013,7),(1321,530701213,6),(1321,544615213,7),(1321,562150813,6),(1321,576064814,7),(1321,594205214,6),(1321,607514414,7),(1321,625654814,6),(1321,638964015,7),(1321,657104415,6),(1321,671018416,7),(1321,688554016,6),(1321,702468016,7),(1321,720003617,6),(1321,733917617,7),(1321,752058018,6),(1321,765367218,7),(1321,783507619,6),(1321,796816819,7),(1321,814957219,6),(1321,828871220,7),(1321,846406820,6),(1321,860320820,7),(1321,877856421,6),(1321,891770421,7),(1321,909306021,6),(1321,923220022,7),(1321,941360422,6),(1321,954669622,7),(1321,972810022,6),(1321,986119222,7),(1321,1004259622,6),(1321,1018173622,7),(1321,1035709222,6),(1321,1049623222,7),(1321,1067158822,6),(1321,1081072822,7),(1321,1099213222,6),(1321,1112522422,7),(1321,1130662822,6),(1321,1143972023,7),(1321,1162112423,6),(1321,1173607223,7),(1321,1194166823,6),(1321,1205056823,7),(1321,1225616423,6),(1321,1236506424,7),(1321,1257066024,6),(1321,1268560824,7),(1321,1289120424,6),(1321,1300010424,7),(1321,1320570024,6),(1321,1331460024,7),(1321,1352019625,6),(1321,1362909625,7),(1321,1383469225,6),(1321,1394359225,7),(1321,1414918825,6),(1321,1425808825,7),(1321,1446368426,6),(1321,1457863226,7),(1321,1478422826,6),(1321,1489312827,7),(1321,1509872427,6),(1321,1520762427,7),(1321,1541322027,6),(1321,1552212027,7),(1321,1572771627,6),(1321,1583661627,7),(1321,1604214027,8),(1322,-2147483648,2),(1322,-1632060000,1),(1322,-1615129200,2),(1322,-880207200,3),(1322,-769395600,4),(1322,-765385200,2),(1322,-715788000,1),(1322,-702486000,2),(1322,-684338400,1),(1322,-671036400,2),(1322,-652888800,1),(1322,-639586800,2),(1322,-620834400,1),(1322,-608137200,2),(1322,-589384800,1),(1322,-576082800,2),(1322,-557935200,1),(1322,-544633200,2),(1322,-526485600,1),(1322,-513183600,2),(1322,-495036000,1),(1322,-481734000,2),(1322,-463586400,1),(1322,-450284400,2),(1322,-431532000,1),(1322,-418230000,2),(1322,-400082400,1),(1322,-386780400,2),(1322,-368632800,1),(1322,-355330800,2),(1322,-337183200,1),(1322,-323881200,2),(1322,-305733600,1),(1322,-292431600,2),(1322,-273679200,1),(1322,-260982000,2),(1322,-242229600,1),(1322,-226508400,2),(1322,-210780000,1),(1322,-195058800,2),(1322,-179330400,1),(1322,-163609200,2),(1322,-147880800,1),(1322,-131554800,2),(1322,-116431200,1),(1322,-100105200,2),(1322,-84376800,1),(1322,-68655600,2),(1322,-52927200,1),(1322,-37206000,2),(1322,-21477600,1),(1322,-5756400,2),(1322,9972000,1),(1322,25693200,2),(1322,41421600,1),(1322,57747600,2),(1322,73476000,1),(1322,84013201,5),(1323,-2147483648,2),(1323,-1633273200,1),(1323,-1615132800,2),(1323,-1601823600,1),(1323,-1583683200,2),(1323,-1570374000,1),(1323,-1551628800,2),(1323,-1538924400,1),(1323,-1534089600,2),(1323,-880210800,3),(1323,-769395600,4),(1323,-765388800,2),(1323,-147884400,1),(1323,-131558400,2),(1323,-116434800,1),(1323,-100108800,2),(1323,-84380400,1),(1323,-68659200,2),(1323,-52930800,1),(1323,-37209600,2),(1323,-21481200,1),(1323,-5760000,2),(1323,9968400,1),(1323,25689600,2),(1323,41418000,1),(1323,57744000,2),(1323,73472400,1),(1323,89193601,2),(1323,104922002,1),(1323,120643202,2),(1323,126694803,1),(1323,152092803,2),(1323,162378004,1),(1323,183542404,2),(1323,199270805,1),(1323,215596805,2),(1323,230720406,1),(1323,247046406,2),(1323,262774807,1),(1323,278496007,2),(1323,294224408,1),(1323,309945608,2),(1323,325674009,1),(1323,341395209,2),(1323,357123609,1),(1323,372844810,2),(1323,388573210,1),(1323,404899211,2),(1323,420022811,1),(1323,436348812,2),(1323,452077212,1),(1323,467798412,2),(1323,483526812,1),(1323,499248013,2),(1323,514976413,1),(1323,530697613,2),(1323,544611613,1),(1323,562147213,2),(1323,576061214,1),(1323,594201614,2),(1323,607510814,1),(1323,625651214,2),(1323,638960415,1),(1323,657100815,2),(1323,671014816,1),(1323,688550416,2),(1323,702464416,1),(1323,720000017,2),(1323,733914017,1),(1323,752054418,2),(1323,765363618,1),(1323,783504019,2),(1323,796813219,1),(1323,814953619,2),(1323,828867620,1),(1323,846403220,2),(1323,860317220,1),(1323,877852821,2),(1323,891766821,1),(1323,909302421,2),(1323,923216422,1),(1323,941356822,2),(1323,954666022,1),(1323,972806422,2),(1323,986115622,1),(1323,1004256022,2),(1323,1018170022,1),(1323,1035705622,2),(1323,1049619622,1),(1323,1067155222,2),(1323,1081069222,1),(1323,1099209622,2),(1323,1112518822,1),(1323,1130659222,2),(1323,1143968423,1),(1323,1162108823,2),(1323,1173603623,1),(1323,1194163223,2),(1323,1205053223,1),(1323,1225612823,2),(1323,1236502824,1),(1323,1257062424,2),(1323,1268557224,1),(1323,1289116824,2),(1323,1300006824,1),(1323,1320566424,2),(1323,1331456424,1),(1323,1352016025,2),(1323,1362906025,1),(1323,1383465625,2),(1323,1394355625,1),(1323,1414915225,2),(1323,1425805225,1),(1323,1446364826,2),(1323,1457859626,1),(1323,1478419226,2),(1323,1489309227,1),(1323,1509868827,2),(1323,1520758827,1),(1323,1541318427,2),(1323,1552208427,1),(1323,1572768027,2),(1323,1583658027,1),(1323,1604217627,2),(1323,1615712427,1),(1323,1636272027,2),(1323,1647162027,1),(1323,1667721627,2),(1323,1678611627,1),(1323,1699171227,2),(1323,1710061227,1),(1323,1730620827,2),(1323,1741510827,1),(1323,1762070427,2),(1323,1772960427,1),(1323,1793520027,2),(1323,1805014827,1),(1323,1825574427,2),(1323,1836464427,1),(1323,1857024027,2),(1323,1867914027,1),(1323,1888473627,2),(1323,1899363627,1),(1323,1919923227,2),(1323,1930813227,1),(1323,1951372827,2),(1323,1962867627,1),(1323,1983427227,2),(1323,1994317227,1),(1323,2014876827,2),(1323,2025766827,1),(1323,2046326427,2),(1323,2057216427,1),(1323,2077776027,2),(1323,2088666027,1),(1323,2109225627,2),(1323,2120115627,1),(1323,2140675227,2),(1324,-2147483648,0),(1324,-2051202469,1),(1324,-1724083200,2),(1324,-880218000,3),(1324,-769395600,4),(1324,-765396000,2),(1324,-684349200,5),(1324,-671047200,2),(1324,-80506740,5),(1324,-68666400,2),(1324,-52938000,5),(1324,-37216800,2),(1324,104914802,5),(1324,120636002,2),(1324,126687603,5),(1324,152085603,2),(1324,167814004,5),(1324,183535204,2),(1324,199263605,5),(1324,215589605,2),(1324,230713206,5),(1324,247039206,2),(1324,262767607,5),(1324,278488807,2),(1324,294217208,5),(1324,309938408,2),(1324,325666809,5),(1324,341388009,2),(1324,357116409,5),(1324,372837610,2),(1324,388566010,5),(1324,404892011,2),(1324,420015611,5),(1324,436341612,2),(1324,452070012,5),(1324,467791212,2),(1324,483519612,5),(1324,499240813,2),(1324,514969213,5),(1324,530690413,2),(1324,544604413,5),(1324,562140013,2),(1324,576054014,5),(1324,594194414,2),(1324,607503614,5),(1324,625644014,2),(1324,638953215,5),(1324,657093615,2),(1324,671007616,5),(1324,688543216,2),(1324,702457216,5),(1324,719992817,2),(1324,733906817,5),(1324,752047218,2),(1324,765356418,5),(1324,783496819,2),(1324,796806019,5),(1324,814946419,2),(1324,828860420,5),(1324,846396020,2),(1324,860310020,5),(1324,877845621,2),(1324,891759621,5),(1324,909295221,2),(1324,923209222,5),(1324,941349622,2),(1324,954658822,5),(1324,972799222,2),(1324,986108422,5),(1324,1004248822,2),(1324,1018162822,5),(1324,1035698422,2),(1324,1049612422,5),(1324,1067148022,2),(1324,1081062022,5),(1324,1099202422,2),(1324,1112511622,5),(1324,1130652022,2),(1324,1143961223,5),(1324,1162101623,2),(1324,1173596423,5),(1324,1194156023,2),(1324,1205046023,5),(1324,1225605623,2),(1324,1236495624,5),(1324,1257055224,2),(1324,1268550024,5),(1324,1289109624,2),(1324,1299999624,5),(1324,1320559224,2),(1324,1331449224,5),(1324,1352008825,2),(1324,1362898825,5),(1324,1383458425,2),(1324,1394348425,5),(1324,1414908025,2),(1324,1425798025,5),(1324,1446357626,2),(1324,1457852426,5),(1324,1478412026,2),(1324,1489302027,5),(1324,1509861627,2),(1324,1520751627,5),(1324,1541311227,2),(1324,1552201227,5),(1324,1572760827,2),(1324,1583650827,5),(1324,1604210427,2),(1324,1615705227,5),(1324,1636264827,2),(1324,1647154827,5),(1324,1667714427,2),(1324,1678604427,5),(1324,1699164027,2),(1324,1710054027,5),(1324,1730613627,2),(1324,1741503627,5),(1324,1762063227,2),(1324,1772953227,5),(1324,1793512827,2),(1324,1805007627,5),(1324,1825567227,2),(1324,1836457227,5),(1324,1857016827,2),(1324,1867906827,5),(1324,1888466427,2),(1324,1899356427,5),(1324,1919916027,2),(1324,1930806027,5),(1324,1951365627,2),(1324,1962860427,5),(1324,1983420027,2),(1324,1994310027,5),(1324,2014869627,2),(1324,2025759627,5),(1324,2046319227,2),(1324,2057209227,5),(1324,2077768827,2),(1324,2088658827,5),(1324,2109218427,2),(1324,2120108427,5),(1324,2140668027,2),(1325,-2147483648,0),(1325,-1825098836,1),(1326,-2147483648,0),(1326,-1998663968,2),(1326,-1632063600,1),(1326,-1615132800,2),(1326,-1600614000,1),(1326,-1596816000,2),(1326,-1567954800,1),(1326,-1551628800,2),(1326,-1536505200,1),(1326,-1523203200,2),(1326,-1504450800,1),(1326,-1491753600,2),(1326,-1473001200,1),(1326,-1459699200,2),(1326,-880210800,3),(1326,-769395600,4),(1326,-765388800,2),(1326,-715791600,1),(1326,-702489600,2),(1326,73472400,1),(1326,89193601,2),(1326,104922002,1),(1326,120643202,2),(1326,136371603,1),(1326,152092803,2),(1326,167821204,1),(1326,183542404,2),(1326,199270805,1),(1326,215596805,2),(1326,230720406,1),(1326,247046406,2),(1326,262774807,1),(1326,278496007,2),(1326,294224408,1),(1326,309945608,2),(1326,325674009,1),(1326,341395209,2),(1326,357123609,1),(1326,372844810,2),(1326,388573210,1),(1326,404899211,2),(1326,420022811,1),(1326,436348812,2),(1326,452077212,1),(1326,467798412,2),(1326,483526812,1),(1326,499248013,2),(1326,514976413,1),(1326,530697613,2),(1326,544611613,1),(1326,562147213,2),(1326,576061214,1),(1326,594201614,2),(1326,607510814,1),(1326,625651214,2),(1326,638960415,1),(1326,657100815,2),(1326,671014816,1),(1326,688550416,2),(1326,702464416,1),(1326,720000017,2),(1326,733914017,1),(1326,752054418,2),(1326,765363618,1),(1326,783504019,2),(1326,796813219,1),(1326,814953619,2),(1326,828867620,1),(1326,846403220,2),(1326,860317220,1),(1326,877852821,2),(1326,891766821,1),(1326,909302421,2),(1326,923216422,1),(1326,941356822,2),(1326,954666022,1),(1326,972806422,2),(1326,986115622,1),(1326,1004256022,2),(1326,1018170022,1),(1326,1035705622,2),(1326,1049619622,1),(1326,1067155222,2),(1326,1081069222,1),(1326,1099209622,2),(1326,1112518822,1),(1326,1130659222,2),(1326,1143968423,1),(1326,1162108823,2),(1326,1173603623,1),(1326,1194163223,2),(1326,1205053223,1),(1326,1225612823,2),(1326,1236502824,1),(1326,1257062424,2),(1326,1268557224,1),(1326,1289116824,2),(1326,1300006824,1),(1326,1320566424,2),(1326,1331456424,1),(1326,1352016025,2),(1326,1362906025,1),(1326,1383465625,2),(1326,1394355625,1),(1326,1414915225,2),(1326,1425805225,1),(1326,1446364826,2),(1326,1457859626,1),(1326,1478419226,2),(1326,1489309227,1),(1326,1509868827,2),(1326,1520758827,1),(1326,1541318427,2),(1326,1552208427,1),(1326,1572768027,2),(1326,1583658027,1),(1326,1604217627,2),(1326,1615712427,1),(1326,1636272027,2),(1326,1647162027,1),(1326,1667721627,2),(1326,1678611627,1),(1326,1699171227,2),(1326,1710061227,1),(1326,1730620827,2),(1326,1741510827,1),(1326,1762070427,2),(1326,1772960427,1),(1326,1793520027,2),(1326,1805014827,1),(1326,1825574427,2),(1326,1836464427,1),(1326,1857024027,2),(1326,1867914027,1),(1326,1888473627,2),(1326,1899363627,1),(1326,1919923227,2),(1326,1930813227,1),(1326,1951372827,2),(1326,1962867627,1),(1326,1983427227,2),(1326,1994317227,1),(1326,2014876827,2),(1326,2025766827,1),(1326,2046326427,2),(1326,2057216427,1),(1326,2077776027,2),(1326,2088666027,1),(1326,2109225627,2),(1326,2120115627,1),(1326,2140675227,2),(1327,-2147483648,0),(1327,-1767208832,2),(1327,-1206950400,1),(1327,-1191355200,2),(1327,-1175367600,1),(1327,-1159819200,2),(1327,-633812400,1),(1327,-622062000,2),(1327,-602276400,1),(1327,-591825600,2),(1327,-570740400,1),(1327,-560203200,2),(1327,-539118000,1),(1327,-531345600,2),(1327,-191358000,1),(1327,-184190400,2),(1327,-155156400,1),(1327,-150062400,2),(1327,-128890800,1),(1327,-121118400,2),(1327,-99946800,1),(1327,-89582400,2),(1327,-68410800,1),(1327,-57960000,2),(1327,499755613,1),(1327,511243213,2),(1327,530600413,1),(1327,540273613,2),(1327,562136413,1),(1327,571204814,2),(1327,750834018,1),(1327,761716818,2),(1327,1214283623,3),(1327,1384056025,2),(1328,-2147483648,0),(1328,-1546279392,2),(1328,547020013,1),(1328,559717213,2),(1328,578469614,1),(1328,591166814,2),(1329,-2147483648,0),(1329,-1514736000,1),(1329,-1451667600,2),(1329,-1343062800,1),(1329,-1234803600,2),(1329,-1222963200,3),(1329,-1207242000,2),(1329,-873820800,4),(1329,-769395600,5),(1329,-761677200,2),(1329,-686073600,3),(1329,-661539600,2),(1329,-495039600,3),(1329,-481734000,2),(1329,-463590000,3),(1329,-450284400,2),(1329,-431535600,3),(1329,-418230000,2),(1329,-400086000,3),(1329,-386780400,2),(1329,-368636400,3),(1329,-355330800,2),(1329,-337186800,3),(1329,-323881200,2),(1329,-305737200,3),(1329,-292431600,2),(1329,199274405,3),(1329,215600405,2),(1329,230724006,3),(1329,247050006,2),(1329,262778407,3),(1329,278499607,2),(1329,294228008,3),(1329,309949208,2),(1329,325677609,3),(1329,341398809,2),(1329,357127209,3),(1329,372848410,2),(1329,388576810,3),(1329,404902811,2),(1329,420026411,3),(1329,436352412,2),(1329,452080812,3),(1329,467802012,2),(1329,483530412,3),(1329,499251613,2),(1329,514980013,3),(1329,530701213,2),(1329,544615213,3),(1329,562150813,2),(1329,576064814,3),(1329,594205214,2),(1329,607514414,3),(1329,625654814,2),(1329,638964015,3),(1329,657104415,2),(1329,671018416,3),(1329,688554016,2),(1329,702468016,3),(1329,720003617,2),(1329,733917617,3),(1329,752058018,2),(1329,765367218,3),(1329,783507619,2),(1329,796816819,3),(1329,814957219,2),(1329,828871220,3),(1329,846406820,2),(1329,860320820,3),(1329,877856421,2),(1329,891770421,3),(1329,909306021,2),(1329,923220022,3),(1329,941360422,2),(1329,954669622,3),(1329,972810022,2),(1329,986119222,3),(1329,1004259622,2),(1329,1018173622,3),(1329,1035709222,2),(1329,1049623222,3),(1329,1067158822,2),(1329,1081072822,3),(1329,1099213222,2),(1329,1112522422,3),(1329,1130662822,2),(1329,1143972023,3),(1329,1162112423,2),(1329,1175421623,3),(1329,1193562023,2),(1329,1207476023,3),(1329,1225011623,2),(1329,1238925624,3),(1329,1256461224,2),(1329,1268560824,3),(1329,1289120424,2),(1329,1300010424,3),(1329,1320570024,2),(1329,1331460024,3),(1329,1352019625,2),(1329,1362909625,3),(1329,1383469225,2),(1329,1394359225,3),(1329,1414918825,2),(1329,1425808825,3),(1329,1446368426,2),(1329,1457863226,3),(1329,1478422826,2),(1329,1489312827,3),(1329,1509872427,2),(1329,1520762427,3),(1329,1541322027,2),(1329,1552212027,3),(1329,1572771627,2),(1329,1583661627,3),(1329,1604221227,2),(1329,1615716027,3),(1329,1636275627,2),(1329,1647165627,3),(1329,1667725227,2),(1329,1678615227,3),(1329,1699174827,2),(1329,1710064827,3),(1329,1730624427,2),(1329,1741514427,3),(1329,1762074027,2),(1329,1772964027,3),(1329,1793523627,2),(1329,1805018427,3),(1329,1825578027,2),(1329,1836468027,3),(1329,1857027627,2),(1329,1867917627,3),(1329,1888477227,2),(1329,1899367227,3),(1329,1919926827,2),(1329,1930816827,3),(1329,1951376427,2),(1329,1962871227,3),(1329,1983430827,2),(1329,1994320827,3),(1329,2014880427,2),(1329,2025770427,3),(1329,2046330027,2),(1329,2057220027,3),(1329,2077779627,2),(1329,2088669627,3),(1329,2109229227,2),(1329,2120119227,3),(1329,2140678827,2),(1330,-2147483648,2),(1330,-1632060000,1),(1330,-1615129200,2),(1330,-880207200,3),(1330,-769395600,4),(1330,-765385200,2),(1330,-715788000,1),(1330,-702486000,2),(1330,-684338400,1),(1330,-671036400,2),(1330,-652888800,1),(1330,-639586800,2),(1330,-620834400,1),(1330,-608137200,2),(1330,-589384800,1),(1330,-576082800,2),(1330,-557935200,1),(1330,-544633200,2),(1330,-526485600,1),(1330,-513183600,2),(1330,-495036000,1),(1330,-481734000,2),(1330,-463586400,1),(1330,-450284400,2),(1330,-431532000,1),(1330,-418230000,2),(1330,-400082400,1),(1330,-386780400,2),(1330,-368632800,1),(1330,-355330800,2),(1330,-337183200,1),(1330,-323881200,2),(1330,-305733600,1),(1330,-292431600,2),(1330,-273679200,1),(1330,-260982000,2),(1330,-242229600,1),(1330,-226508400,2),(1330,-210780000,1),(1330,-195058800,2),(1330,-179330400,1),(1330,-163609200,2),(1330,-147880800,1),(1330,-131554800,2),(1330,-116431200,1),(1330,-100105200,2),(1330,-84376800,1),(1330,-68655600,2),(1330,-52927200,1),(1330,-37206000,2),(1330,-21477600,1),(1330,-5756400,2),(1330,9972000,1),(1330,25693200,2),(1330,41421600,1),(1330,57747600,2),(1330,73476000,1),(1330,89197201,2),(1330,104925602,1),(1330,120646802,2),(1330,136375203,1),(1330,152096403,2),(1330,167824804,1),(1330,183546004,2),(1330,199274405,1),(1330,215600405,2),(1330,230724006,1),(1330,247050006,2),(1330,262778407,1),(1330,278499607,2),(1330,294228008,1),(1330,309949208,2),(1330,325677609,1),(1330,341398809,2),(1330,357127209,1),(1330,372848410,2),(1330,388576810,1),(1330,404902811,2),(1330,420026411,1),(1330,436352412,2),(1330,452080812,1),(1330,467802012,2),(1330,483530412,1),(1330,499251613,2),(1330,514980013,1),(1330,530701213,2),(1330,544615213,1),(1330,562150813,2),(1330,576064814,1),(1330,594205214,2),(1330,607514414,1),(1330,625654814,2),(1330,638964015,1),(1330,657104415,2),(1330,671018416,1),(1330,688554016,2),(1330,702468016,1),(1330,720003617,2),(1330,733917617,1),(1330,752058018,2),(1330,765367218,1),(1330,783507619,2),(1330,796816819,1),(1330,814957219,2),(1330,828871220,1),(1330,846406820,2),(1330,860320820,1),(1330,877856421,2),(1330,891770421,1),(1330,909306021,2),(1330,923220022,1),(1330,941360422,2),(1330,954669622,1),(1330,972810022,2),(1330,986119222,1),(1330,1004259622,2),(1330,1018173622,1),(1330,1035709222,2),(1330,1049623222,1),(1330,1067158822,2),(1330,1081072822,1),(1330,1099213222,2),(1330,1112522422,1),(1330,1130662822,2),(1330,1143972023,1),(1330,1162112423,2),(1330,1173607223,1),(1330,1194166823,2),(1330,1205056823,1),(1330,1225616423,2),(1330,1236506424,1),(1330,1257066024,2),(1330,1268560824,1),(1330,1289120424,2),(1330,1300010424,1),(1330,1320570024,2),(1330,1331460024,1),(1330,1352019625,2),(1330,1362909625,1),(1330,1383469225,2),(1330,1394359225,1),(1330,1414918825,2),(1330,1425808825,5),(1331,-2147483648,2),(1331,-1633276800,1),(1331,-1615136400,2),(1331,-1601827200,1),(1331,-1583686800,2),(1331,-900259200,1),(1331,-891795600,2),(1331,-880214400,3),(1331,-769395600,4),(1331,-765392400,2),(1331,-747244800,1),(1331,-733942800,2),(1331,-715795200,1),(1331,-702493200,2),(1331,-684345600,1),(1331,-671043600,2),(1331,-652896000,1),(1331,-639594000,2),(1331,-620841600,1),(1331,-608144400,2),(1331,-589392000,1),(1331,-576090000,2),(1331,-557942400,1),(1331,-544640400,2),(1331,-526492800,1),(1331,-513190800,2),(1331,-495043200,1),(1331,-481741200,2),(1331,-463593600,5),(1331,-386787600,2),(1331,-368640000,5),(1331,-21488400,6),(1331,-5767200,5),(1331,9961200,6),(1331,25682400,5),(1331,1143961223,6),(1331,1162101623,5),(1331,1173596423,6),(1331,1194156023,5),(1331,1205046023,6),(1331,1225605623,5),(1331,1236495624,6),(1331,1257055224,5),(1331,1268550024,6),(1331,1289109624,5),(1331,1299999624,6),(1331,1320559224,5),(1331,1331449224,6),(1331,1352008825,5),(1331,1362898825,6),(1331,1383458425,5),(1331,1394348425,6),(1331,1414908025,5),(1331,1425798025,6),(1331,1446357626,5),(1331,1457852426,6),(1331,1478412026,5),(1331,1489302027,6),(1331,1509861627,5),(1331,1520751627,6),(1331,1541311227,5),(1331,1552201227,6),(1331,1572760827,5),(1331,1583650827,6),(1331,1604210427,5),(1331,1615705227,6),(1331,1636264827,5),(1331,1647154827,6),(1331,1667714427,5),(1331,1678604427,6),(1331,1699164027,5),(1331,1710054027,6),(1331,1730613627,5),(1331,1741503627,6),(1331,1762063227,5),(1331,1772953227,6),(1331,1793512827,5),(1331,1805007627,6),(1331,1825567227,5),(1331,1836457227,6),(1331,1857016827,5),(1331,1867906827,6),(1331,1888466427,5),(1331,1899356427,6),(1331,1919916027,5),(1331,1930806027,6),(1331,1951365627,5),(1331,1962860427,6),(1331,1983420027,5),(1331,1994310027,6),(1331,2014869627,5),(1331,2025759627,6),(1331,2046319227,5),(1331,2057209227,6),(1331,2077768827,5),(1331,2088658827,6),(1331,2109218427,5),(1331,2120108427,6),(1331,2140668027,5),(1332,-2147483648,0),(1332,-1767216360,2),(1332,-1206957600,1),(1332,-1191362400,2),(1332,-1175374800,1),(1332,-1159826400,2),(1332,-633819600,1),(1332,-622069200,2),(1332,-602283600,1),(1332,-591832800,2),(1332,-570747600,1),(1332,-560210400,2),(1332,-539125200,1),(1332,-531352800,2),(1332,-191365200,1),(1332,-184197600,2),(1332,-155163600,1),(1332,-150069600,2),(1332,-128898000,1),(1332,-121125600,2),(1332,-99954000,1),(1332,-89589600,2),(1332,-68418000,1),(1332,-57967200,2),(1332,499748413,1),(1332,511236013,2),(1332,530593213,1),(1332,540266413,2),(1332,562129213,1),(1332,571197614,2),(1332,592974014,1),(1332,602042414,2),(1332,624423614,1),(1332,634701615,2),(1332,938919622,1),(1332,951616822,2),(1332,970974022,1),(1332,972180022,2),(1332,1003028422,1),(1332,1013911222,2),(1333,-2147483648,0),(1333,-2131646412,2),(1333,-1632074400,1),(1333,-1615143600,2),(1333,-880221600,3),(1333,-769395600,4),(1333,-765399600,2),(1333,-526500000,1),(1333,-513198000,2),(1333,73461600,1),(1333,89182801,2),(1333,104911202,1),(1333,120632402,2),(1333,136360803,1),(1333,152082003,2),(1333,167810404,1),(1333,183531604,2),(1333,199260005,1),(1333,215586005,2),(1333,230709606,1),(1333,247035606,2),(1333,262764007,1),(1333,278485207,2),(1333,294213608,1),(1333,309934808,2),(1333,325663209,1),(1333,341384409,2),(1333,357112809,1),(1333,372834010,2),(1333,388562410,1),(1333,404888411,2),(1333,420012011,1),(1333,436338012,2),(1333,452066412,1),(1333,467787612,2),(1333,483516012,1),(1333,499237213,2),(1333,514965613,1),(1333,530686813,2),(1333,544600813,1),(1333,562136413,2),(1333,576050414,1),(1333,594190814,2),(1333,607500014,1),(1333,625640414,2),(1333,638949615,1),(1333,657090015,2),(1333,671004016,1),(1333,688539616,2),(1333,702453616,1),(1333,719989217,2),(1333,733903217,1),(1333,752043618,2),(1333,765352818,1),(1333,783493219,2),(1333,796802419,1),(1333,814942819,2),(1333,828856820,1),(1333,846392420,2),(1333,860306420,1),(1333,877842021,2),(1333,891756021,1),(1333,909291621,2),(1333,923205622,1),(1333,941346022,2),(1333,954655222,1),(1333,972795622,2),(1333,986104822,1),(1333,1004245222,2),(1333,1018159222,1),(1333,1035694822,2),(1333,1049608822,1),(1333,1067144422,2),(1333,1081058422,1),(1333,1099198822,2),(1333,1112508022,1),(1333,1130648422,2),(1333,1143957623,1),(1333,1162098023,2),(1333,1173592823,1),(1333,1194152423,2),(1333,1205042423,1),(1333,1225602023,2),(1333,1236492024,1),(1333,1257051624,2),(1333,1268546424,1),(1333,1289106024,2),(1333,1299996024,1),(1333,1320555624,2),(1333,1331445624,1),(1333,1352005225,2),(1333,1362895225,1),(1333,1383454825,2),(1333,1394344825,1),(1333,1414904425,2),(1333,1425794425,1),(1333,1446354026,2),(1333,1457848826,1),(1333,1478408426,2),(1333,1489298427,1),(1333,1509858027,2),(1333,1520748027,1),(1333,1541307627,2),(1333,1552197627,1),(1333,1572757227,2),(1333,1583647227,1),(1333,1604206827,2),(1333,1615701627,1),(1333,1636261227,2),(1333,1647151227,1),(1333,1667710827,2),(1333,1678600827,1),(1333,1699160427,2),(1333,1710050427,1),(1333,1730610027,2),(1333,1741500027,1),(1333,1762059627,2),(1333,1772949627,1),(1333,1793509227,2),(1333,1805004027,1),(1333,1825563627,2),(1333,1836453627,1),(1333,1857013227,2),(1333,1867903227,1),(1333,1888462827,2),(1333,1899352827,1),(1333,1919912427,2),(1333,1930802427,1),(1333,1951362027,2),(1333,1962856827,1),(1333,1983416427,2),(1333,1994306427,1),(1333,2014866027,2),(1333,2025756027,1),(1333,2046315627,2),(1333,2057205627,1),(1333,2077765227,2),(1333,2088655227,1),(1333,2109214827,2),(1333,2120104827,1),(1333,2140664427,2),(1334,-2147483648,0),(1334,-1686083584,1),(1334,323845209,4),(1334,338950809,2),(1334,354675609,3),(1334,370400410,2),(1334,386125210,3),(1334,401850011,2),(1334,417574811,3),(1334,433299612,2),(1334,449024412,3),(1334,465354012,2),(1334,481078812,3),(1334,496803613,2),(1334,512528413,3),(1334,528253213,2),(1334,543978013,3),(1334,559702813,2),(1334,575427614,3),(1334,591152414,2),(1334,606877214,3),(1334,622602014,2),(1334,638326815,3),(1334,654656415,2),(1334,670381216,3),(1334,686106016,2),(1334,701830816,3),(1334,717555617,2),(1334,733280417,3),(1334,749005218,2),(1334,764730018,3),(1334,780454819,2),(1334,796179619,3),(1334,811904419,2),(1334,828234020,3),(1334,846378020,2),(1334,859683620,3),(1334,877827621,2),(1334,891133221,3),(1334,909277221,2),(1334,922582822,3),(1334,941331622,2),(1334,954032422,3),(1334,972781222,2),(1334,985482022,3),(1334,1004230822,2),(1334,1017536422,3),(1334,1035680422,2),(1334,1048986022,3),(1334,1067130022,2),(1334,1080435622,3),(1334,1099184422,2),(1334,1111885222,3),(1334,1130634022,2),(1334,1143334823,3),(1334,1162083623,2),(1334,1174784423,3),(1334,1193533223,2),(1334,1206838823,3),(1334,1224982823,2),(1334,1238288424,3),(1334,1256432424,2),(1334,1269738024,3),(1334,1288486824,2),(1334,1301187624,3),(1334,1319936424,2),(1334,1332637224,3),(1334,1351386025,2),(1334,1364691625,3),(1334,1382835625,2),(1334,1396141225,3),(1334,1414285225,2),(1334,1427590825,3),(1334,1445734826,2),(1334,1459040426,3),(1334,1477789226,2),(1334,1490490027,3),(1334,1509238827,2),(1334,1521939627,3),(1334,1540688427,2),(1334,1553994027,3),(1334,1572138027,2),(1334,1585443627,3),(1334,1603587627,2),(1334,1616893227,3),(1334,1635642027,2),(1334,1648342827,3),(1334,1667091627,2),(1334,1679792427,3),(1334,1698541227,2),(1334,1711846827,3),(1334,1729990827,2),(1334,1743296427,3),(1334,1761440427,2),(1334,1774746027,3),(1334,1792890027,2),(1334,1806195627,3),(1334,1824944427,2),(1334,1837645227,3),(1334,1856394027,2),(1334,1869094827,3),(1334,1887843627,2),(1334,1901149227,3),(1334,1919293227,2),(1334,1932598827,3),(1334,1950742827,2),(1334,1964048427,3),(1334,1982797227,2),(1334,1995498027,3),(1334,2014246827,2),(1334,2026947627,3),(1334,2045696427,2),(1334,2058397227,3),(1334,2077146027,2),(1334,2090451627,3),(1334,2108595627,2),(1334,2121901227,3),(1334,2140045227,2),(1335,-2147483648,1),(1335,-1632076148,2),(1335,-1615145348,1),(1335,-1096921748,3),(1335,-1061670600,4),(1335,-1048973400,3),(1335,-1030221000,4),(1335,-1017523800,3),(1335,-998771400,4),(1335,-986074200,3),(1335,-966717000,4),(1335,-954624600,3),(1335,-935267400,4),(1335,-922570200,3),(1335,-903817800,4),(1335,-891120600,3),(1335,-872368200,6),(1335,-769395600,5),(1335,-765401400,3),(1335,-746044200,4),(1335,-733347000,3),(1335,-714594600,4),(1335,-701897400,3),(1335,-683145000,4),(1335,-670447800,3),(1335,-651695400,4),(1335,-638998200,3),(1335,-619641000,4),(1335,-606943800,3),(1335,-589401000,4),(1335,-576099000,3),(1335,-557951400,4),(1335,-544649400,3),(1335,-526501800,4),(1335,-513199800,3),(1335,-495052200,4),(1335,-481750200,3),(1335,-463602600,4),(1335,-450300600,3),(1335,-431548200,4),(1335,-418246200,3),(1335,-400098600,4),(1335,-386796600,3),(1335,-368649000,4),(1335,-355347000,3),(1335,-337199400,4),(1335,-323897400,3),(1335,-305749800,4),(1335,-289423800,3),(1335,-273695400,4),(1335,-257974200,3),(1335,-242245800,4),(1335,-226524600,3),(1335,-210796200,4),(1335,-195075000,3),(1335,-179346600,4),(1335,-163625400,3),(1335,-147897000,4),(1335,-131571000,3),(1335,-119903400,8),(1335,-116445600,7),(1335,-100119600,8),(1335,-84391200,7),(1335,-68670000,8),(1335,-52941600,7),(1335,-37220400,8),(1335,-21492000,7),(1335,-5770800,8),(1335,9957600,7),(1335,25678800,8),(1335,41407200,7),(1335,57733200,8),(1335,73461600,7),(1335,89182801,8),(1335,104911202,7),(1335,120632402,8),(1335,136360803,7),(1335,152082003,8),(1335,167810404,7),(1335,183531604,8),(1335,199260005,7),(1335,215586005,8),(1335,230709606,7),(1335,247035606,8),(1335,262764007,7),(1335,278485207,8),(1335,294213608,7),(1335,309934808,8),(1335,325663209,7),(1335,341384409,8),(1335,357112809,7),(1335,372834010,8),(1335,388562410,7),(1335,404888411,8),(1335,420012011,7),(1335,436338012,8),(1335,452066412,7),(1335,467787612,8),(1335,483516012,7),(1335,499237213,8),(1335,514965613,7),(1335,530686813,8),(1335,544593673,7),(1335,562129273,8),(1335,576043274,9),(1335,594180074,8),(1335,607492874,7),(1335,625633274,8),(1335,638942475,7),(1335,657082875,8),(1335,670996876,7),(1335,688532476,8),(1335,702446476,7),(1335,719982077,8),(1335,733896077,7),(1335,752036478,8),(1335,765345678,7),(1335,783486079,8),(1335,796795279,7),(1335,814935679,8),(1335,828849680,7),(1335,846385280,8),(1335,860299280,7),(1335,877834881,8),(1335,891748881,7),(1335,909284481,8),(1335,923198482,7),(1335,941338882,8),(1335,954648082,7),(1335,972788482,8),(1335,986097682,7),(1335,1004238082,8),(1335,1018152082,7),(1335,1035687682,8),(1335,1049601682,7),(1335,1067137282,8),(1335,1081051282,7),(1335,1099191682,8),(1335,1112500882,7),(1335,1130641282,8),(1335,1143950483,7),(1335,1162090883,8),(1335,1173585683,7),(1335,1194145283,8),(1335,1205035283,7),(1335,1225594883,8),(1335,1236484884,7),(1335,1257044484,8),(1335,1268539284,7),(1335,1289098884,8),(1335,1299988884,7),(1335,1320555624,8),(1335,1331445624,7),(1335,1352005225,8),(1335,1362895225,7),(1335,1383454825,8),(1335,1394344825,7),(1335,1414904425,8),(1335,1425794425,7),(1335,1446354026,8),(1335,1457848826,7),(1335,1478408426,8),(1335,1489298427,7),(1335,1509858027,8),(1335,1520748027,7),(1335,1541307627,8),(1335,1552197627,7),(1335,1572757227,8),(1335,1583647227,7),(1335,1604206827,8),(1335,1615701627,7),(1335,1636261227,8),(1335,1647151227,7),(1335,1667710827,8),(1335,1678600827,7),(1335,1699160427,8),(1335,1710050427,7),(1335,1730610027,8),(1335,1741500027,7),(1335,1762059627,8),(1335,1772949627,7),(1335,1793509227,8),(1335,1805004027,7),(1335,1825563627,8),(1335,1836453627,7),(1335,1857013227,8),(1335,1867903227,7),(1335,1888462827,8),(1335,1899352827,7),(1335,1919912427,8),(1335,1930802427,7),(1335,1951362027,8),(1335,1962856827,7),(1335,1983416427,8),(1335,1994306427,7),(1335,2014866027,8),(1335,2025756027,7),(1335,2046315627,8),(1335,2057205627,7),(1335,2077765227,8),(1335,2088655227,7),(1335,2109214827,8),(1335,2120104827,7),(1335,2140664427,8),(1336,-2147483648,1),(1336,-1827687170,2),(1336,294217208,3),(1336,309938408,2),(1336,325666809,3),(1336,341388009,2),(1336,357116409,3),(1336,372837610,2),(1336,388566010,3),(1336,404892011,2),(1336,420015611,3),(1336,436341612,2),(1336,452070012,3),(1336,467791212,2),(1336,483519612,3),(1336,499240813,2),(1336,514969213,3),(1336,530690413,2),(1336,544604413,3),(1336,562140013,2),(1336,576054014,3),(1336,594194414,2),(1336,607503614,3),(1336,625644014,2),(1336,638953215,3),(1336,657093615,2),(1336,671007616,3),(1336,688543216,2),(1336,702457216,3),(1336,719992817,2),(1336,733906817,3),(1336,752047218,2),(1336,765356418,3),(1336,783496819,2),(1336,796806019,3),(1336,814946419,2),(1336,828860420,3),(1336,846396020,2),(1336,860310020,3),(1336,877845621,2),(1336,891759621,3),(1336,909295221,2),(1336,923209222,3),(1336,941349622,2),(1336,954658822,3),(1336,972799222,2),(1336,986108422,3),(1336,1004248822,2),(1336,1018162822,3),(1336,1035698422,2),(1336,1049612422,3),(1336,1067148022,2),(1336,1081062022,3),(1336,1099202422,2),(1336,1112511622,3),(1336,1130652022,2),(1336,1143961223,3),(1336,1162101623,2),(1336,1173596423,3),(1336,1194156023,2),(1336,1205046023,3),(1336,1225605623,2),(1336,1236495624,3),(1336,1257055224,2),(1336,1268550024,3),(1336,1289109624,2),(1336,1299999624,3),(1336,1320559224,2),(1336,1331449224,3),(1336,1352008825,2),(1336,1362898825,3),(1336,1383458425,2),(1336,1394348425,3),(1336,1414908025,2),(1336,1425798025,4),(1336,1520751627,3),(1336,1541311227,2),(1336,1552201227,3),(1336,1572760827,2),(1336,1583650827,3),(1336,1604210427,2),(1336,1615705227,3),(1336,1636264827,2),(1336,1647154827,3),(1336,1667714427,2),(1336,1678604427,3),(1336,1699164027,2),(1336,1710054027,3),(1336,1730613627,2),(1336,1741503627,3),(1336,1762063227,2),(1336,1772953227,3),(1336,1793512827,2),(1336,1805007627,3),(1336,1825567227,2),(1336,1836457227,3),(1336,1857016827,2),(1336,1867906827,3),(1336,1888466427,2),(1336,1899356427,3),(1336,1919916027,2),(1336,1930806027,3),(1336,1951365627,2),(1336,1962860427,3),(1336,1983420027,2),(1336,1994310027,3),(1336,2014869627,2),(1336,2025759627,3),(1336,2046319227,2),(1336,2057209227,3),(1336,2077768827,2),(1336,2088658827,3),(1336,2109218427,2),(1336,2120108427,3),(1336,2140668027,2),(1337,-2147483648,0),(1337,-1825098836,1),(1338,-2147483648,0),(1338,-1825098836,1),(1339,-2147483648,0),(1339,-1617040676,2),(1339,123055202,1),(1339,130914003,2),(1339,422344811,1),(1339,433054812,2),(1339,669708016,1),(1339,684219616,2),(1339,1146376823,1),(1339,1159678823,2),(1340,-2147483648,1),(1340,-1230749160,3),(1340,722926817,2),(1340,728884817,3),(1341,-2147483648,0),(1341,-1730578040,1),(1341,176010304,2),(1341,662698816,3),(1342,-2147483648,0),(1342,-2131645536,2),(1342,-1696276800,1),(1342,-1680469200,2),(1342,-1632074400,1),(1342,-1615143600,2),(1342,-1566763200,1),(1342,-1557090000,2),(1342,-1535486400,1),(1342,-1524949200,2),(1342,-1504468800,1),(1342,-1493413200,2),(1342,-1472414400,1),(1342,-1461963600,2),(1342,-1440964800,1),(1342,-1429390800,2),(1342,-1409515200,1),(1342,-1396731600,2),(1342,-1376856000,1),(1342,-1366491600,2),(1342,-1346616000,1),(1342,-1333832400,2),(1342,-1313956800,1),(1342,-1303678800,2),(1342,-1282507200,1),(1342,-1272661200,2),(1342,-1251057600,1),(1342,-1240088400,2),(1342,-1219608000,1),(1342,-1207429200,2),(1342,-1188763200,1),(1342,-1175979600,2),(1342,-1157313600,1),(1342,-1143925200,2),(1342,-1124049600,1),(1342,-1113771600,2),(1342,-1091390400,1),(1342,-1081026000,2),(1342,-1059854400,1),(1342,-1050786000,2),(1342,-1030910400,1),(1342,-1018126800,2),(1342,-999460800,1),(1342,-986677200,2),(1342,-965592000,1),(1342,-955227600,2),(1342,-935956800,1),(1342,-923173200,2),(1342,-904507200,1),(1342,-891723600,2),(1342,-880221600,3),(1342,-769395600,4),(1342,-765399600,2),(1342,-747252000,1),(1342,-733950000,2),(1342,-715802400,1),(1342,-702500400,2),(1342,-684352800,1),(1342,-671050800,2),(1342,-652903200,1),(1342,-639601200,2),(1342,-589399200,1),(1342,-576097200,2),(1342,-557949600,1),(1342,-544647600,2),(1342,-526500000,1),(1342,-513198000,2),(1342,-495050400,1),(1342,-481748400,2),(1342,-431546400,1),(1342,-418244400,2),(1342,-400096800,1),(1342,-386794800,2),(1342,-368647200,1),(1342,-355345200,2),(1342,-337197600,1),(1342,-323895600,2),(1342,-242244000,1),(1342,-226522800,2),(1342,-210794400,1),(1342,-195073200,2),(1342,-179344800,1),(1342,-163623600,2),(1342,-147895200,1),(1342,-131569200,2),(1342,-116445600,1),(1342,-100119600,2),(1342,-84391200,1),(1342,-68670000,2),(1342,-52941600,1),(1342,-37220400,2),(1342,-21492000,1),(1342,-5770800,2),(1342,9957600,1),(1342,25678800,2),(1342,41407200,1),(1342,57733200,2),(1342,73461600,1),(1342,89182801,2),(1342,104911202,1),(1342,120632402,2),(1342,136360803,1),(1342,152082003,2),(1342,167810404,1),(1342,183531604,2),(1342,199260005,1),(1342,215586005,2),(1342,230709606,1),(1342,247035606,2),(1342,262764007,1),(1342,278485207,2),(1342,294213608,1),(1342,309934808,2),(1342,325663209,1),(1342,341384409,2),(1342,357112809,1),(1342,372834010,2),(1342,388562410,1),(1342,404888411,2),(1342,420012011,1),(1342,436338012,2),(1342,452066412,1),(1342,467787612,2),(1342,483516012,1),(1342,499237213,2),(1342,514965613,1),(1342,530686813,2),(1342,544600813,1),(1342,562136413,2),(1342,576050414,1),(1342,594190814,2),(1342,607500014,1),(1342,625640414,2),(1342,638949615,1),(1342,657090015,2),(1342,671004016,1),(1342,688539616,2),(1342,702453616,1),(1342,719989217,2),(1342,733903217,1),(1342,752043618,2),(1342,765352818,1),(1342,783493219,2),(1342,796802419,1),(1342,814942819,2),(1342,828856820,1),(1342,846392420,2),(1342,860306420,1),(1342,877842021,2),(1342,891756021,1),(1342,909291621,2),(1342,923205622,1),(1342,941346022,2),(1342,954655222,1),(1342,972795622,2),(1342,986104822,1),(1342,1004245222,2),(1342,1018159222,1),(1342,1035694822,2),(1342,1049608822,1),(1342,1067144422,2),(1342,1081058422,1),(1342,1099198822,2),(1342,1112508022,1),(1342,1130648422,2),(1342,1143957623,1),(1342,1162098023,2),(1342,1173592823,1),(1342,1194152423,2),(1342,1205042423,1),(1342,1225602023,2),(1342,1236492024,1),(1342,1257051624,2),(1342,1268546424,1),(1342,1289106024,2),(1342,1299996024,1),(1342,1320555624,2),(1342,1331445624,1),(1342,1352005225,2),(1342,1362895225,1),(1342,1383454825,2),(1342,1394344825,1),(1342,1414904425,2),(1342,1425794425,1),(1342,1446354026,2),(1342,1457848826,1),(1342,1478408426,2),(1342,1489298427,1),(1342,1509858027,2),(1342,1520748027,1),(1342,1541307627,2),(1342,1552197627,1),(1342,1572757227,2),(1342,1583647227,1),(1342,1604206827,2),(1342,1615701627,1),(1342,1636261227,2),(1342,1647151227,1),(1342,1667710827,2),(1342,1678600827,1),(1342,1699160427,2),(1342,1710050427,1),(1342,1730610027,2),(1342,1741500027,1),(1342,1762059627,2),(1342,1772949627,1),(1342,1793509227,2),(1342,1805004027,1),(1342,1825563627,2),(1342,1836453627,1),(1342,1857013227,2),(1342,1867903227,1),(1342,1888462827,2),(1342,1899352827,1),(1342,1919912427,2),(1342,1930802427,1),(1342,1951362027,2),(1342,1962856827,1),(1342,1983416427,2),(1342,1994306427,1),(1342,2014866027,2),(1342,2025756027,1),(1342,2046315627,2),(1342,2057205627,1),(1342,2077765227,2),(1342,2088655227,1),(1342,2109214827,2),(1342,2120104827,1),(1342,2140664427,2),(1343,-2147483648,1),(1343,-1402813824,3),(1343,-1311534000,2),(1343,-1300996800,3),(1343,-933534000,2),(1343,-925675200,3),(1343,-902084400,2),(1343,-893620800,3),(1343,-870030000,2),(1343,-862171200,3),(1343,-775681200,2),(1343,-767822400,3),(1343,-744231600,2),(1343,-736372800,3),(1343,-144702000,2),(1343,-134251200,3),(1343,-113425200,2),(1343,-102542400,3),(1343,-86295600,2),(1343,-72907200,3),(1343,-54154800,2),(1343,-41457600,3),(1343,-21495600,2),(1343,-5774400,3),(1343,9954000,2),(1343,25675200,3),(1343,41403600,2),(1343,57729600,3),(1343,73458000,2),(1343,87364801,3),(1343,104907602,2),(1343,118900802,3),(1343,136357203,2),(1343,150436803,3),(1343,167806804,2),(1343,183528004,3),(1343,199256405,2),(1343,215582405,3),(1343,230706006,2),(1343,247032006,3),(1343,263365207,2),(1343,276667207,3),(1343,290581208,2),(1343,308721608,3),(1343,322030809,2),(1343,340171209,3),(1343,358318809,2),(1343,371620810,3),(1343,389768410,2),(1343,403070411,3),(1343,421218011,2),(1343,434520012,3),(1343,452667612,2),(1343,466574412,3),(1343,484117212,2),(1343,498024013,3),(1343,511333213,2),(1343,529473613,3),(1343,542782813,2),(1343,560923213,3),(1343,574837214,2),(1343,592372814,3),(1343,606286814,2),(1343,623822414,3),(1343,638946015,2),(1343,655876815,3),(1343,671000416,2),(1343,687330016,4),(1343,702450016,2),(1343,718779617,4),(1343,733899617,2),(1343,750229218,4),(1343,765349218,2),(1343,781678819,4),(1343,796798819,2),(1343,813128419,4),(1343,828853220,2),(1343,844578020,4),(1343,860302820,2),(1343,876632421,4),(1343,891147621,5),(1343,909291621,4),(1343,922597222,5),(1343,941346022,4),(1343,954651622,5),(1343,972795622,4),(1343,986101222,5),(1343,1004245222,4),(1343,1018155622,5),(1343,1035694822,4),(1343,1049605222,5),(1343,1067144422,4),(1343,1080450022,5),(1343,1162098023,4),(1343,1173589223,5),(1343,1193547623,4),(1343,1205643623,5),(1343,1224997223,4),(1343,1236488424,5),(1343,1256446824,4),(1343,1268542824,5),(1343,1288501224,4),(1343,1300597224,5),(1343,1321160424,4),(1343,1333256424,5),(1343,1352005225,4),(1343,1362891625,5),(1343,1383454825,4),(1343,1394341225,5),(1343,1414904425,4),(1343,1425790825,5),(1343,1446354026,4),(1343,1457845226,5),(1343,1478408426,4),(1343,1489294827,5),(1343,1509858027,4),(1343,1520744427,5),(1343,1541307627,4),(1343,1552194027,5),(1343,1572757227,4),(1343,1583643627,5),(1343,1604206827,4),(1343,1615698027,5),(1343,1636261227,4),(1343,1647147627,5),(1343,1667710827,4),(1343,1678597227,5),(1343,1699160427,4),(1343,1710046827,5),(1343,1730610027,4),(1343,1741496427,5),(1343,1762059627,4),(1343,1772946027,5),(1343,1793509227,4),(1343,1805000427,5),(1343,1825563627,4),(1343,1836450027,5),(1343,1857013227,4),(1343,1867899627,5),(1343,1888462827,4),(1343,1899349227,5),(1343,1919912427,4),(1343,1930798827,5),(1343,1951362027,4),(1343,1962853227,5),(1343,1983416427,4),(1343,1994302827,5),(1343,2014866027,4),(1343,2025752427,5),(1343,2046315627,4),(1343,2057202027,5),(1343,2077765227,4),(1343,2088651627,5),(1343,2109214827,4),(1343,2120101227,5),(1343,2140664427,4),(1344,-2147483648,0),(1344,-1514739600,1),(1344,-1343066400,2),(1344,-1234807200,1),(1344,-1220292000,2),(1344,-1207159200,1),(1344,-1191344400,2),(1344,-873828000,1),(1344,-661539600,3),(1344,28800,1),(1344,828867620,4),(1344,846403220,1),(1344,860317220,4),(1344,877852821,1),(1344,891766821,4),(1344,909302421,1),(1345,-2147483648,2),(1345,-1633276800,1),(1345,-1615136400,2),(1345,-1601827200,1),(1345,-1583686800,2),(1345,-900259200,1),(1345,-891795600,2),(1345,-880214400,3),(1345,-769395600,4),(1345,-765392400,2),(1345,-747244800,1),(1345,-733942800,2),(1345,-715795200,1),(1345,-702493200,2),(1345,-684345600,1),(1345,-671043600,2),(1345,-652896000,1),(1345,-639594000,2),(1345,-620841600,1),(1345,-608144400,2),(1345,-589392000,1),(1345,-576090000,2),(1345,-557942400,1),(1345,-544640400,2),(1345,-526492800,1),(1345,-513190800,2),(1345,-495043200,1),(1345,-481741200,2),(1345,-463593600,5),(1345,-386787600,2),(1345,-368640000,5),(1345,-21488400,6),(1345,-5767200,5),(1345,9961200,6),(1345,25682400,5),(1345,1143961223,6),(1345,1162101623,5),(1345,1173596423,6),(1345,1194156023,5),(1345,1205046023,6),(1345,1225605623,5),(1345,1236495624,6),(1345,1257055224,5),(1345,1268550024,6),(1345,1289109624,5),(1345,1299999624,6),(1345,1320559224,5),(1345,1331449224,6),(1345,1352008825,5),(1345,1362898825,6),(1345,1383458425,5),(1345,1394348425,6),(1345,1414908025,5),(1345,1425798025,6),(1345,1446357626,5),(1345,1457852426,6),(1345,1478412026,5),(1345,1489302027,6),(1345,1509861627,5),(1345,1520751627,6),(1345,1541311227,5),(1345,1552201227,6),(1345,1572760827,5),(1345,1583650827,6),(1345,1604210427,5),(1345,1615705227,6),(1345,1636264827,5),(1345,1647154827,6),(1345,1667714427,5),(1345,1678604427,6),(1345,1699164027,5),(1345,1710054027,6),(1345,1730613627,5),(1345,1741503627,6),(1345,1762063227,5),(1345,1772953227,6),(1345,1793512827,5),(1345,1805007627,6),(1345,1825567227,5),(1345,1836457227,6),(1345,1857016827,5),(1345,1867906827,6),(1345,1888466427,5),(1345,1899356427,6),(1345,1919916027,5),(1345,1930806027,6),(1345,1951365627,5),(1345,1962860427,6),(1345,1983420027,5),(1345,1994310027,6),(1345,2014869627,5),(1345,2025759627,6),(1345,2046319227,5),(1345,2057209227,6),(1345,2077768827,5),(1345,2088658827,6),(1345,2109218427,5),(1345,2120108427,6),(1345,2140668027,5),(1346,-2147483648,2),(1346,-1633276800,1),(1346,-1615136400,2),(1346,-1601827200,1),(1346,-1583686800,2),(1346,-880214400,3),(1346,-769395600,4),(1346,-765392400,2),(1346,-715795200,1),(1346,-702493200,2),(1346,-684345600,1),(1346,-671043600,2),(1346,-652896000,1),(1346,-639594000,2),(1346,-620841600,1),(1346,-608144400,2),(1346,-589392000,1),(1346,-576090000,2),(1346,-557942400,1),(1346,-544640400,2),(1346,-526492800,1),(1346,-513190800,2),(1346,-495043200,1),(1346,-481741200,2),(1346,-463593600,1),(1346,-447267600,2),(1346,-431539200,1),(1346,-415818000,2),(1346,-400089600,1),(1346,-386787600,2),(1346,-368640000,1),(1346,-355338000,2),(1346,-337190400,1),(1346,-321469200,2),(1346,-305740800,1),(1346,-289414800,2),(1346,-273686400,1),(1346,-257965200,2),(1346,-242236800,5),(1346,-195066000,2),(1346,-84384000,1),(1346,-68662800,2),(1346,-52934400,1),(1346,-37213200,2),(1346,-21484800,1),(1346,-5763600,2),(1346,9964800,1),(1346,25686000,2),(1346,41414400,1),(1346,57740400,2),(1346,73468800,1),(1346,89190001,2),(1346,104918402,1),(1346,120639602,2),(1346,126691203,1),(1346,152089203,2),(1346,162374404,1),(1346,183538804,2),(1346,199267205,1),(1346,215593205,2),(1346,230716806,1),(1346,247042806,2),(1346,262771207,1),(1346,278492407,2),(1346,294220808,1),(1346,309942008,2),(1346,325670409,1),(1346,341391609,2),(1346,357120009,1),(1346,372841210,2),(1346,388569610,1),(1346,404895611,2),(1346,420019211,1),(1346,436345212,2),(1346,452073612,1),(1346,467794812,2),(1346,483523212,1),(1346,499244413,2),(1346,514972813,1),(1346,530694013,2),(1346,544608013,1),(1346,562143613,2),(1346,576057614,1),(1346,594198014,2),(1346,607507214,1),(1346,625647614,2),(1346,638956815,1),(1346,657097215,2),(1346,671011216,1),(1346,688546816,5),(1346,1143961223,1),(1346,1162105223,2),(1346,1173600023,1),(1346,1194159623,2),(1346,1205049623,1),(1346,1225609223,2),(1346,1236499224,1),(1346,1257058824,2),(1346,1268553624,1),(1346,1289113224,2),(1346,1300003224,1),(1346,1320562824,2),(1346,1331452824,1),(1346,1352012425,2),(1346,1362902425,1),(1346,1383462025,2),(1346,1394352025,1),(1346,1414911625,2),(1346,1425801625,1),(1346,1446361226,2),(1346,1457856026,1),(1346,1478415626,2),(1346,1489305627,1),(1346,1509865227,2),(1346,1520755227,1),(1346,1541314827,2),(1346,1552204827,1),(1346,1572764427,2),(1346,1583654427,1),(1346,1604214027,2),(1346,1615708827,1),(1346,1636268427,2),(1346,1647158427,1),(1346,1667718027,2),(1346,1678608027,1),(1346,1699167627,2),(1346,1710057627,1),(1346,1730617227,2),(1346,1741507227,1),(1346,1762066827,2),(1346,1772956827,1),(1346,1793516427,2),(1346,1805011227,1),(1346,1825570827,2),(1346,1836460827,1),(1346,1857020427,2),(1346,1867910427,1),(1346,1888470027,2),(1346,1899360027,1),(1346,1919919627,2),(1346,1930809627,1),(1346,1951369227,2),(1346,1962864027,1),(1346,1983423627,2),(1346,1994313627,1),(1346,2014873227,2),(1346,2025763227,1),(1346,2046322827,2),(1346,2057212827,1),(1346,2077772427,2),(1346,2088662427,1),(1346,2109222027,2),(1346,2120112027,1),(1346,2140671627,2),(1347,-2147483648,2),(1347,-1633276800,1),(1347,-1615136400,2),(1347,-1601827200,1),(1347,-1583686800,2),(1347,-880214400,3),(1347,-769395600,4),(1347,-765392400,2),(1347,-589392000,1),(1347,-576090000,2),(1347,-495043200,1),(1347,-481741200,2),(1347,-463593600,1),(1347,-450291600,2),(1347,-431539200,1),(1347,-418237200,2),(1347,-400089600,1),(1347,-386787600,2),(1347,-368640000,1),(1347,-355338000,2),(1347,-337190400,1),(1347,-323888400,2),(1347,-305740800,1),(1347,-292438800,2),(1347,-273686400,5),(1347,-21488400,6),(1347,-5767200,5),(1347,9961200,6),(1347,25682400,5),(1347,41410800,6),(1347,57736800,5),(1347,73465200,6),(1347,89186401,5),(1347,104914802,6),(1347,120636002,5),(1347,126687603,1),(1347,152089203,5),(1347,162370804,6),(1347,183535204,5),(1347,1143961223,6),(1347,1162101623,5),(1347,1173596423,6),(1347,1194156023,5),(1347,1205046023,6),(1347,1225605623,5),(1347,1236495624,6),(1347,1257055224,5),(1347,1268550024,6),(1347,1289109624,5),(1347,1299999624,6),(1347,1320559224,5),(1347,1331449224,6),(1347,1352008825,5),(1347,1362898825,6),(1347,1383458425,5),(1347,1394348425,6),(1347,1414908025,5),(1347,1425798025,6),(1347,1446357626,5),(1347,1457852426,6),(1347,1478412026,5),(1347,1489302027,6),(1347,1509861627,5),(1347,1520751627,6),(1347,1541311227,5),(1347,1552201227,6),(1347,1572760827,5),(1347,1583650827,6),(1347,1604210427,5),(1347,1615705227,6),(1347,1636264827,5),(1347,1647154827,6),(1347,1667714427,5),(1347,1678604427,6),(1347,1699164027,5),(1347,1710054027,6),(1347,1730613627,5),(1347,1741503627,6),(1347,1762063227,5),(1347,1772953227,6),(1347,1793512827,5),(1347,1805007627,6),(1347,1825567227,5),(1347,1836457227,6),(1347,1857016827,5),(1347,1867906827,6),(1347,1888466427,5),(1347,1899356427,6),(1347,1919916027,5),(1347,1930806027,6),(1347,1951365627,5),(1347,1962860427,6),(1347,1983420027,5),(1347,1994310027,6),(1347,2014869627,5),(1347,2025759627,6),(1347,2046319227,5),(1347,2057209227,6),(1347,2077768827,5),(1347,2088658827,6),(1347,2109218427,5),(1347,2120108427,6),(1347,2140668027,5),(1348,-2147483648,2),(1348,-1633276800,1),(1348,-1615136400,2),(1348,-1601827200,1),(1348,-1583686800,2),(1348,-880214400,3),(1348,-769395600,4),(1348,-765392400,2),(1348,-462996000,1),(1348,-450291600,2),(1348,-431539200,1),(1348,-418237200,2),(1348,-400089600,1),(1348,-386787600,2),(1348,-368640000,1),(1348,-355338000,2),(1348,-337190400,1),(1348,-323888400,2),(1348,-305740800,1),(1348,-292438800,2),(1348,-273686400,1),(1348,-257965200,2),(1348,-242236800,1),(1348,-226515600,2),(1348,-210787200,1),(1348,-195066000,2),(1348,-179337600,1),(1348,-163616400,2),(1348,-147888000,5),(1348,-100112400,2),(1348,-84384000,1),(1348,-68662800,2),(1348,-52934400,1),(1348,-37213200,2),(1348,-21484800,1),(1348,-5763600,2),(1348,9964800,1),(1348,25686000,2),(1348,41414400,1),(1348,57740400,2),(1348,73468800,1),(1348,89190001,2),(1348,104918402,1),(1348,120639602,2),(1348,126691203,1),(1348,152089203,2),(1348,162374404,1),(1348,183538804,2),(1348,199267205,1),(1348,215593205,2),(1348,230716806,1),(1348,247042806,5),(1348,1143961223,1),(1348,1162105223,2),(1348,1173600023,1),(1348,1194159623,5),(1348,1205046023,6),(1348,1225605623,5),(1348,1236495624,6),(1348,1257055224,5),(1348,1268550024,6),(1348,1289109624,5),(1348,1299999624,6),(1348,1320559224,5),(1348,1331449224,6),(1348,1352008825,5),(1348,1362898825,6),(1348,1383458425,5),(1348,1394348425,6),(1348,1414908025,5),(1348,1425798025,6),(1348,1446357626,5),(1348,1457852426,6),(1348,1478412026,5),(1348,1489302027,6),(1348,1509861627,5),(1348,1520751627,6),(1348,1541311227,5),(1348,1552201227,6),(1348,1572760827,5),(1348,1583650827,6),(1348,1604210427,5),(1348,1615705227,6),(1348,1636264827,5),(1348,1647154827,6),(1348,1667714427,5),(1348,1678604427,6),(1348,1699164027,5),(1348,1710054027,6),(1348,1730613627,5),(1348,1741503627,6),(1348,1762063227,5),(1348,1772953227,6),(1348,1793512827,5),(1348,1805007627,6),(1348,1825567227,5),(1348,1836457227,6),(1348,1857016827,5),(1348,1867906827,6),(1348,1888466427,5),(1348,1899356427,6),(1348,1919916027,5),(1348,1930806027,6),(1348,1951365627,5),(1348,1962860427,6),(1348,1983420027,5),(1348,1994310027,6),(1348,2014869627,5),(1348,2025759627,6),(1348,2046319227,5),(1348,2057209227,6),(1348,2077768827,5),(1348,2088658827,6),(1348,2109218427,5),(1348,2120108427,6),(1348,2140668027,5),(1349,-2147483648,2),(1349,-1633276800,1),(1349,-1615136400,2),(1349,-1601827200,1),(1349,-1583686800,2),(1349,-880214400,3),(1349,-769395600,4),(1349,-765392400,2),(1349,-462996000,1),(1349,-450291600,2),(1349,-431539200,1),(1349,-418237200,2),(1349,-400089600,1),(1349,-386787600,2),(1349,-368640000,1),(1349,-355338000,2),(1349,-337190400,1),(1349,-323888400,2),(1349,-305740800,1),(1349,-292438800,2),(1349,-273686400,1),(1349,-257965200,2),(1349,-242236800,1),(1349,-226515600,2),(1349,-210787200,1),(1349,-195066000,2),(1349,-179337600,5),(1349,-68662800,2),(1349,-52934400,1),(1349,-37213200,2),(1349,-21484800,6),(1349,-5767200,5),(1349,9961200,6),(1349,25682400,5),(1349,1143961223,1),(1349,1162105223,2),(1349,1173600023,1),(1349,1194159623,2),(1349,1205049623,1),(1349,1225609223,2),(1349,1236499224,1),(1349,1257058824,2),(1349,1268553624,1),(1349,1289113224,2),(1349,1300003224,1),(1349,1320562824,2),(1349,1331452824,1),(1349,1352012425,2),(1349,1362902425,1),(1349,1383462025,2),(1349,1394352025,1),(1349,1414911625,2),(1349,1425801625,1),(1349,1446361226,2),(1349,1457856026,1),(1349,1478415626,2),(1349,1489305627,1),(1349,1509865227,2),(1349,1520755227,1),(1349,1541314827,2),(1349,1552204827,1),(1349,1572764427,2),(1349,1583654427,1),(1349,1604214027,2),(1349,1615708827,1),(1349,1636268427,2),(1349,1647158427,1),(1349,1667718027,2),(1349,1678608027,1),(1349,1699167627,2),(1349,1710057627,1),(1349,1730617227,2),(1349,1741507227,1),(1349,1762066827,2),(1349,1772956827,1),(1349,1793516427,2),(1349,1805011227,1),(1349,1825570827,2),(1349,1836460827,1),(1349,1857020427,2),(1349,1867910427,1),(1349,1888470027,2),(1349,1899360027,1),(1349,1919919627,2),(1349,1930809627,1),(1349,1951369227,2),(1349,1962864027,1),(1349,1983423627,2),(1349,1994313627,1),(1349,2014873227,2),(1349,2025763227,1),(1349,2046322827,2),(1349,2057212827,1),(1349,2077772427,2),(1349,2088662427,1),(1349,2109222027,2),(1349,2120112027,1),(1349,2140671627,2),(1350,-2147483648,2),(1350,-1633276800,1),(1350,-1615136400,2),(1350,-1601827200,1),(1350,-1583686800,2),(1350,-880214400,3),(1350,-769395600,4),(1350,-765392400,2),(1350,-495043200,5),(1350,-21488400,6),(1350,-5767200,5),(1350,9961200,6),(1350,25682400,5),(1350,41410800,6),(1350,57736800,5),(1350,73465200,6),(1350,89186401,5),(1350,1143961223,6),(1350,1162101623,5),(1350,1173596423,6),(1350,1194156023,5),(1350,1205046023,6),(1350,1225605623,5),(1350,1236495624,6),(1350,1257055224,5),(1350,1268550024,6),(1350,1289109624,5),(1350,1299999624,6),(1350,1320559224,5),(1350,1331449224,6),(1350,1352008825,5),(1350,1362898825,6),(1350,1383458425,5),(1350,1394348425,6),(1350,1414908025,5),(1350,1425798025,6),(1350,1446357626,5),(1350,1457852426,6),(1350,1478412026,5),(1350,1489302027,6),(1350,1509861627,5),(1350,1520751627,6),(1350,1541311227,5),(1350,1552201227,6),(1350,1572760827,5),(1350,1583650827,6),(1350,1604210427,5),(1350,1615705227,6),(1350,1636264827,5),(1350,1647154827,6),(1350,1667714427,5),(1350,1678604427,6),(1350,1699164027,5),(1350,1710054027,6),(1350,1730613627,5),(1350,1741503627,6),(1350,1762063227,5),(1350,1772953227,6),(1350,1793512827,5),(1350,1805007627,6),(1350,1825567227,5),(1350,1836457227,6),(1350,1857016827,5),(1350,1867906827,6),(1350,1888466427,5),(1350,1899356427,6),(1350,1919916027,5),(1350,1930806027,6),(1350,1951365627,5),(1350,1962860427,6),(1350,1983420027,5),(1350,1994310027,6),(1350,2014869627,5),(1350,2025759627,6),(1350,2046319227,5),(1350,2057209227,6),(1350,2077768827,5),(1350,2088658827,6),(1350,2109218427,5),(1350,2120108427,6),(1350,2140668027,5),(1351,-2147483648,2),(1351,-1633276800,1),(1351,-1615136400,2),(1351,-1601827200,1),(1351,-1583686800,2),(1351,-880214400,3),(1351,-769395600,4),(1351,-765392400,2),(1351,-747244800,1),(1351,-733942800,2),(1351,-526492800,1),(1351,-513190800,2),(1351,-495043200,1),(1351,-481741200,2),(1351,-462996000,1),(1351,-450291600,2),(1351,-431539200,1),(1351,-418237200,2),(1351,-400089600,1),(1351,-386787600,2),(1351,-368640000,1),(1351,-355338000,2),(1351,-337190400,1),(1351,-323888400,2),(1351,-305740800,1),(1351,-289414800,2),(1351,-273686400,1),(1351,-260989200,2),(1351,-242236800,1),(1351,-226515600,2),(1351,-210787200,1),(1351,-195066000,2),(1351,-179337600,5),(1351,-21488400,6),(1351,-5767200,5),(1351,9961200,6),(1351,25682400,5),(1351,1143961223,1),(1351,1162105223,2),(1351,1173600023,1),(1351,1194159623,5),(1351,1205046023,6),(1351,1225605623,5),(1351,1236495624,6),(1351,1257055224,5),(1351,1268550024,6),(1351,1289109624,5),(1351,1299999624,6),(1351,1320559224,5),(1351,1331449224,6),(1351,1352008825,5),(1351,1362898825,6),(1351,1383458425,5),(1351,1394348425,6),(1351,1414908025,5),(1351,1425798025,6),(1351,1446357626,5),(1351,1457852426,6),(1351,1478412026,5),(1351,1489302027,6),(1351,1509861627,5),(1351,1520751627,6),(1351,1541311227,5),(1351,1552201227,6),(1351,1572760827,5),(1351,1583650827,6),(1351,1604210427,5),(1351,1615705227,6),(1351,1636264827,5),(1351,1647154827,6),(1351,1667714427,5),(1351,1678604427,6),(1351,1699164027,5),(1351,1710054027,6),(1351,1730613627,5),(1351,1741503627,6),(1351,1762063227,5),(1351,1772953227,6),(1351,1793512827,5),(1351,1805007627,6),(1351,1825567227,5),(1351,1836457227,6),(1351,1857016827,5),(1351,1867906827,6),(1351,1888466427,5),(1351,1899356427,6),(1351,1919916027,5),(1351,1930806027,6),(1351,1951365627,5),(1351,1962860427,6),(1351,1983420027,5),(1351,1994310027,6),(1351,2014869627,5),(1351,2025759627,6),(1351,2046319227,5),(1351,2057209227,6),(1351,2077768827,5),(1351,2088658827,6),(1351,2109218427,5),(1351,2120108427,6),(1351,2140668027,5),(1352,-2147483648,2),(1352,-1633276800,1),(1352,-1615136400,2),(1352,-1601827200,1),(1352,-1583686800,2),(1352,-880214400,3),(1352,-769395600,4),(1352,-765392400,2),(1352,-747244800,1),(1352,-733942800,2),(1352,-715795200,1),(1352,-702493200,2),(1352,-684345600,1),(1352,-671043600,2),(1352,-652896000,1),(1352,-639594000,2),(1352,-620841600,1),(1352,-608144400,2),(1352,-589392000,1),(1352,-576090000,2),(1352,-557942400,1),(1352,-544640400,2),(1352,-526492800,1),(1352,-513190800,2),(1352,-495043200,1),(1352,-481741200,2),(1352,-463593600,1),(1352,-447267600,2),(1352,-431539200,1),(1352,-415818000,2),(1352,-400089600,1),(1352,-386787600,2),(1352,-368640000,1),(1352,-355338000,2),(1352,-337190400,1),(1352,-323888400,2),(1352,-305740800,1),(1352,-292438800,2),(1352,-273686400,5),(1352,-21488400,6),(1352,-5767200,5),(1352,9961200,6),(1352,25682400,5),(1352,1143961223,1),(1352,1162105223,2),(1352,1173600023,6),(1352,1194156023,5),(1352,1205046023,6),(1352,1225605623,5),(1352,1236495624,6),(1352,1257055224,5),(1352,1268550024,6),(1352,1289109624,5),(1352,1299999624,6),(1352,1320559224,5),(1352,1331449224,6),(1352,1352008825,5),(1352,1362898825,6),(1352,1383458425,5),(1352,1394348425,6),(1352,1414908025,5),(1352,1425798025,6),(1352,1446357626,5),(1352,1457852426,6),(1352,1478412026,5),(1352,1489302027,6),(1352,1509861627,5),(1352,1520751627,6),(1352,1541311227,5),(1352,1552201227,6),(1352,1572760827,5),(1352,1583650827,6),(1352,1604210427,5),(1352,1615705227,6),(1352,1636264827,5),(1352,1647154827,6),(1352,1667714427,5),(1352,1678604427,6),(1352,1699164027,5),(1352,1710054027,6),(1352,1730613627,5),(1352,1741503627,6),(1352,1762063227,5),(1352,1772953227,6),(1352,1793512827,5),(1352,1805007627,6),(1352,1825567227,5),(1352,1836457227,6),(1352,1857016827,5),(1352,1867906827,6),(1352,1888466427,5),(1352,1899356427,6),(1352,1919916027,5),(1352,1930806027,6),(1352,1951365627,5),(1352,1962860427,6),(1352,1983420027,5),(1352,1994310027,6),(1352,2014869627,5),(1352,2025759627,6),(1352,2046319227,5),(1352,2057209227,6),(1352,2077768827,5),(1352,2088658827,6),(1352,2109218427,5),(1352,2120108427,6),(1352,2140668027,5),(1353,-2147483648,2),(1353,-1633276800,1),(1353,-1615136400,2),(1353,-1601827200,1),(1353,-1583686800,2),(1353,-900259200,1),(1353,-891795600,2),(1353,-880214400,3),(1353,-769395600,4),(1353,-765392400,2),(1353,-747244800,1),(1353,-733942800,2),(1353,-715795200,1),(1353,-702493200,2),(1353,-684345600,1),(1353,-671043600,2),(1353,-652896000,1),(1353,-639594000,2),(1353,-620841600,1),(1353,-608144400,2),(1353,-589392000,1),(1353,-576090000,2),(1353,-557942400,1),(1353,-544640400,2),(1353,-526492800,1),(1353,-513190800,2),(1353,-495043200,1),(1353,-481741200,2),(1353,-463593600,5),(1353,-386787600,2),(1353,-368640000,5),(1353,-21488400,6),(1353,-5767200,5),(1353,9961200,6),(1353,25682400,5),(1353,1143961223,6),(1353,1162101623,5),(1353,1173596423,6),(1353,1194156023,5),(1353,1205046023,6),(1353,1225605623,5),(1353,1236495624,6),(1353,1257055224,5),(1353,1268550024,6),(1353,1289109624,5),(1353,1299999624,6),(1353,1320559224,5),(1353,1331449224,6),(1353,1352008825,5),(1353,1362898825,6),(1353,1383458425,5),(1353,1394348425,6),(1353,1414908025,5),(1353,1425798025,6),(1353,1446357626,5),(1353,1457852426,6),(1353,1478412026,5),(1353,1489302027,6),(1353,1509861627,5),(1353,1520751627,6),(1353,1541311227,5),(1353,1552201227,6),(1353,1572760827,5),(1353,1583650827,6),(1353,1604210427,5),(1353,1615705227,6),(1353,1636264827,5),(1353,1647154827,6),(1353,1667714427,5),(1353,1678604427,6),(1353,1699164027,5),(1353,1710054027,6),(1353,1730613627,5),(1353,1741503627,6),(1353,1762063227,5),(1353,1772953227,6),(1353,1793512827,5),(1353,1805007627,6),(1353,1825567227,5),(1353,1836457227,6),(1353,1857016827,5),(1353,1867906827,6),(1353,1888466427,5),(1353,1899356427,6),(1353,1919916027,5),(1353,1930806027,6),(1353,1951365627,5),(1353,1962860427,6),(1353,1983420027,5),(1353,1994310027,6),(1353,2014869627,5),(1353,2025759627,6),(1353,2046319227,5),(1353,2057209227,6),(1353,2077768827,5),(1353,2088658827,6),(1353,2109218427,5),(1353,2120108427,6),(1353,2140668027,5),(1354,-2147483648,0),(1354,-536457600,2),(1354,-147888000,1),(1354,-131558400,2),(1354,294228008,3),(1354,325674009,4),(1354,341395209,3),(1354,357123609,4),(1354,372844810,3),(1354,388573210,4),(1354,404899211,3),(1354,420022811,4),(1354,436348812,3),(1354,452077212,4),(1354,467798412,3),(1354,483526812,4),(1354,499248013,3),(1354,514976413,4),(1354,530697613,3),(1354,544611613,4),(1354,562147213,3),(1354,576061214,4),(1354,594201614,3),(1354,607510814,4),(1354,625651214,3),(1354,638960415,4),(1354,657100815,3),(1354,671014816,4),(1354,688550416,3),(1354,702464416,4),(1354,720000017,3),(1354,733914017,4),(1354,752054418,3),(1354,765363618,4),(1354,783504019,3),(1354,796813219,4),(1354,814953619,3),(1354,828867620,4),(1354,846403220,3),(1354,860317220,4),(1354,877852821,3),(1354,891766821,4),(1354,909302421,3),(1354,923216422,4),(1354,941356822,3),(1354,954666022,4),(1354,972806422,3),(1354,986115622,4),(1354,1004256022,3),(1354,1018170022,4),(1354,1035705622,3),(1354,1049619622,4),(1354,1067155222,3),(1354,1081069222,4),(1354,1099209622,3),(1354,1112518822,4),(1354,1130659222,3),(1354,1143968423,4),(1354,1162108823,3),(1354,1173603623,4),(1354,1194163223,3),(1354,1205053223,4),(1354,1225612823,3),(1354,1236502824,4),(1354,1257062424,3),(1354,1268557224,4),(1354,1289116824,3),(1354,1300006824,4),(1354,1320566424,3),(1354,1331456424,4),(1354,1352016025,3),(1354,1362906025,4),(1354,1383465625,3),(1354,1394355625,4),(1354,1414915225,3),(1354,1425805225,4),(1354,1446364826,3),(1354,1457859626,4),(1354,1478419226,3),(1354,1489309227,4),(1354,1509868827,3),(1354,1520758827,4),(1354,1541318427,3),(1354,1552208427,4),(1354,1572768027,3),(1354,1583658027,4),(1354,1604217627,3),(1354,1615712427,4),(1354,1636272027,3),(1354,1647162027,4),(1354,1667721627,3),(1354,1678611627,4),(1354,1699171227,3),(1354,1710061227,4),(1354,1730620827,3),(1354,1741510827,4),(1354,1762070427,3),(1354,1772960427,4),(1354,1793520027,3),(1354,1805014827,4),(1354,1825574427,3),(1354,1836464427,4),(1354,1857024027,3),(1354,1867914027,4),(1354,1888473627,3),(1354,1899363627,4),(1354,1919923227,3),(1354,1930813227,4),(1354,1951372827,3),(1354,1962867627,4),(1354,1983427227,3),(1354,1994317227,4),(1354,2014876827,3),(1354,2025766827,4),(1354,2046326427,3),(1354,2057216427,4),(1354,2077776027,3),(1354,2088666027,4),(1354,2109225627,3),(1354,2120115627,4),(1354,2140675227,3),(1355,-2147483648,0),(1355,-865296000,5),(1355,-769395600,1),(1355,-765396000,2),(1355,-147898800,3),(1355,-131569200,2),(1355,325666809,4),(1355,341388009,2),(1355,357116409,4),(1355,372837610,2),(1355,388566010,4),(1355,404892011,2),(1355,420015611,4),(1355,436341612,2),(1355,452070012,4),(1355,467791212,2),(1355,483519612,4),(1355,499240813,2),(1355,514969213,4),(1355,530690413,2),(1355,544604413,4),(1355,562140013,2),(1355,576054014,4),(1355,594194414,2),(1355,607503614,4),(1355,625644014,2),(1355,638953215,4),(1355,657093615,2),(1355,671007616,4),(1355,688543216,2),(1355,702457216,4),(1355,719992817,2),(1355,733906817,4),(1355,752047218,2),(1355,765356418,4),(1355,783496819,2),(1355,796806019,4),(1355,814946419,2),(1355,828860420,4),(1355,846396020,2),(1355,860310020,4),(1355,877845621,2),(1355,891759621,4),(1355,909295221,2),(1355,923209222,4),(1355,941349622,6),(1355,954662422,7),(1355,972802822,2),(1355,986108422,4),(1355,1004248822,2),(1355,1018162822,4),(1355,1035698422,2),(1355,1049612422,4),(1355,1067148022,2),(1355,1081062022,4),(1355,1099202422,2),(1355,1112511622,4),(1355,1130652022,2),(1355,1143961223,4),(1355,1162101623,2),(1355,1173596423,4),(1355,1194156023,2),(1355,1205046023,4),(1355,1225605623,2),(1355,1236495624,4),(1355,1257055224,2),(1355,1268550024,4),(1355,1289109624,2),(1355,1299999624,4),(1355,1320559224,2),(1355,1331449224,4),(1355,1352008825,2),(1355,1362898825,4),(1355,1383458425,2),(1355,1394348425,4),(1355,1414908025,2),(1355,1425798025,4),(1355,1446357626,2),(1355,1457852426,4),(1355,1478412026,2),(1355,1489302027,4),(1355,1509861627,2),(1355,1520751627,4),(1355,1541311227,2),(1355,1552201227,4),(1355,1572760827,2),(1355,1583650827,4),(1355,1604210427,2),(1355,1615705227,4),(1355,1636264827,2),(1355,1647154827,4),(1355,1667714427,2),(1355,1678604427,4),(1355,1699164027,2),(1355,1710054027,4),(1355,1730613627,2),(1355,1741503627,4),(1355,1762063227,2),(1355,1772953227,4),(1355,1793512827,2),(1355,1805007627,4),(1355,1825567227,2),(1355,1836457227,4),(1355,1857016827,2),(1355,1867906827,4),(1355,1888466427,2),(1355,1899356427,4),(1355,1919916027,2),(1355,1930806027,4),(1355,1951365627,2),(1355,1962860427,4),(1355,1983420027,2),(1355,1994310027,4),(1355,2014869627,2),(1355,2025759627,4),(1355,2046319227,2),(1355,2057209227,4),(1355,2077768827,2),(1355,2088658827,4),(1355,2109218427,2),(1355,2120108427,4),(1355,2140668027,2),(1356,-2147483648,1),(1356,-1827687170,2),(1356,126687603,3),(1356,152085603,2),(1356,162370804,3),(1356,183535204,2),(1356,199263605,3),(1356,215589605,2),(1356,230713206,3),(1356,247039206,2),(1356,262767607,3),(1356,278488807,2),(1356,294217208,3),(1356,309938408,2),(1356,325666809,3),(1356,341388009,2),(1356,357116409,3),(1356,372837610,2),(1356,388566010,3),(1356,404892011,2),(1356,420015611,3),(1356,436341612,2),(1357,-2147483648,1),(1357,-1567453392,2),(1357,-1233432000,3),(1357,-1222981200,2),(1357,-1205956800,3),(1357,-1194037200,2),(1357,-1172865600,3),(1357,-1162501200,2),(1357,-1141329600,3),(1357,-1130965200,2),(1357,-1109793600,3),(1357,-1099429200,2),(1357,-1078257600,3),(1357,-1067806800,2),(1357,-1046635200,3),(1357,-1036270800,2),(1357,-1015099200,3),(1357,-1004734800,2),(1357,-983563200,3),(1357,-973198800,2),(1357,-952027200,3),(1357,-941576400,2),(1357,-931032000,3),(1357,-900882000,2),(1357,-890337600,3),(1357,-833749200,2),(1357,-827265600,3),(1357,-752274000,2),(1357,-733780800,3),(1357,-197326800,2),(1357,-190843200,3),(1357,-184194000,2),(1357,-164491200,3),(1357,-152658000,2),(1357,-132955200,3),(1357,-121122000,2),(1357,-101419200,3),(1357,-86821200,2),(1357,-71092800,3),(1357,-54766800,2),(1357,-39038400,3),(1357,-23317200,2),(1357,-7588800,5),(1357,128142003,4),(1357,136605603,5),(1357,596948414,4),(1357,605066414,5),(1357,624423614,4),(1357,636516015,2),(1357,657086415,3),(1357,669178816,2),(1357,686721616,4),(1357,699415216,5),(1357,719377217,4),(1357,731469617,5),(1357,938919622,3),(1357,952052422,5),(1357,1198983623,4),(1357,1205632823,5),(1358,-2147483648,1),(1358,-880207200,2),(1358,-769395600,3),(1358,-765385200,1),(1358,-21477600,4),(1358,-5756400,1),(1358,9972000,4),(1358,25693200,1),(1358,41421600,4),(1358,57747600,1),(1358,73476000,4),(1358,89197201,1),(1358,104925602,4),(1358,120646802,1),(1358,126698403,4),(1358,152096403,1),(1358,162381604,4),(1358,183546004,1),(1358,199274405,4),(1358,215600405,1),(1358,230724006,4),(1358,247050006,1),(1358,262778407,4),(1358,278499607,1),(1358,294228008,4),(1358,309949208,1),(1358,325677609,5),(1358,341402409,1),(1358,357127209,4),(1358,372848410,1),(1358,388576810,4),(1358,404902811,1),(1358,420026411,4),(1358,436352412,6),(1358,439030812,8),(1358,452084412,7),(1358,467805612,8),(1358,483534012,7),(1358,499255213,8),(1358,514983613,7),(1358,530704813,8),(1358,544618813,7),(1358,562154413,8),(1358,576068414,7),(1358,594208814,8),(1358,607518014,7),(1358,625658414,8),(1358,638967615,7),(1358,657108015,8),(1358,671022016,7),(1358,688557616,8),(1358,702471616,7),(1358,720007217,8),(1358,733921217,7),(1358,752061618,8),(1358,765370818,7),(1358,783511219,8),(1358,796820419,7),(1358,814960819,8),(1358,828874820,7),(1358,846410420,8),(1358,860324420,7),(1358,877860021,8),(1358,891774021,7),(1358,909309621,8),(1358,923223622,7),(1358,941364022,8),(1358,954673222,7),(1358,972813622,8),(1358,986122822,7),(1358,1004263222,8),(1358,1018177222,7),(1358,1035712822,8),(1358,1049626822,7),(1358,1067162422,8),(1358,1081076422,7),(1358,1099216822,8),(1358,1112526022,7),(1358,1130666422,8),(1358,1143975623,7),(1358,1162116023,8),(1358,1173610823,7),(1358,1194170423,8),(1358,1205060423,7),(1358,1225620023,8),(1358,1236510024,7),(1358,1257069624,8),(1358,1268564424,7),(1358,1289124024,8),(1358,1300014024,7),(1358,1320573624,8),(1358,1331463624,7),(1358,1352023225,8),(1358,1362913225,7),(1358,1383472825,8),(1358,1394362825,7),(1358,1414922425,8),(1358,1425812425,7),(1358,1446372026,8),(1358,1457866826,7),(1358,1478426426,8),(1358,1489316427,7),(1358,1509876027,8),(1358,1520766027,7),(1358,1541325627,8),(1358,1552215627,7),(1358,1572775227,8),(1358,1583665227,7),(1358,1604224827,8),(1358,1615719627,7),(1358,1636279227,8),(1358,1647169227,7),(1358,1667728827,8),(1358,1678618827,7),(1358,1699178427,8),(1358,1710068427,7),(1358,1730628027,8),(1358,1741518027,7),(1358,1762077627,8),(1358,1772967627,7),(1358,1793527227,8),(1358,1805022027,7),(1358,1825581627,8),(1358,1836471627,7),(1358,1857031227,8),(1358,1867921227,7),(1358,1888480827,8),(1358,1899370827,7),(1358,1919930427,8),(1358,1930820427,7),(1358,1951380027,8),(1358,1962874827,7),(1358,1983434427,8),(1358,1994324427,7),(1358,2014884027,8),(1358,2025774027,7),(1358,2046333627,8),(1358,2057223627,7),(1358,2077783227,8),(1358,2088673227,7),(1358,2109232827,8),(1358,2120122827,7),(1358,2140682427,8),(1359,-2147483648,2),(1359,-1633276800,1),(1359,-1615136400,2),(1359,-1601827200,1),(1359,-1583686800,2),(1359,-1535904000,1),(1359,-1525280400,2),(1359,-905097600,1),(1359,-891795600,2),(1359,-880214400,3),(1359,-769395600,4),(1359,-765392400,2),(1359,-747251940,1),(1359,-744224400,2),(1359,-620841600,1),(1359,-608144400,2),(1359,-589392000,1),(1359,-576090000,2),(1359,-557942400,1),(1359,-544640400,2),(1359,-526492800,1),(1359,-513190800,2),(1359,-495043200,1),(1359,-481741200,2),(1359,-463593600,1),(1359,-450291600,2),(1359,-431539200,1),(1359,-415818000,2),(1359,-400089600,1),(1359,-384368400,2),(1359,-368640000,1),(1359,-352918800,2),(1359,-337190400,1),(1359,-321469200,2),(1359,-305740800,1),(1359,-289414800,2),(1359,-273686400,1),(1359,-266432400,5),(1359,-52938000,6),(1359,-37216800,5),(1359,-21488400,6),(1359,-5767200,5),(1359,9961200,6),(1359,25682400,5),(1359,41410800,6),(1359,57736800,5),(1359,73465200,6),(1359,89186401,5),(1359,104914802,6),(1359,120636002,5),(1359,126687603,1),(1359,152089203,5),(1359,162370804,6),(1359,183535204,5),(1359,199263605,6),(1359,215589605,5),(1359,230713206,6),(1359,247039206,5),(1359,262767607,6),(1359,278488807,5),(1359,294217208,6),(1359,309938408,5),(1359,325666809,6),(1359,341388009,5),(1359,357116409,6),(1359,372837610,5),(1359,388566010,6),(1359,404892011,5),(1359,420015611,6),(1359,436341612,5),(1359,452070012,6),(1359,467791212,5),(1359,483519612,6),(1359,499240813,5),(1359,514969213,6),(1359,530690413,5),(1359,544604413,6),(1359,562140013,5),(1359,576054014,6),(1359,594194414,5),(1359,607503614,6),(1359,625644014,5),(1359,638953215,6),(1359,657093615,5),(1359,671007616,6),(1359,688543216,5),(1359,702457216,6),(1359,719992817,5),(1359,733906817,6),(1359,752047218,5),(1359,765356418,6),(1359,783496819,5),(1359,796806019,6),(1359,814946419,5),(1359,828860420,6),(1359,846396020,5),(1359,860310020,6),(1359,877845621,5),(1359,891759621,6),(1359,909295221,5),(1359,923209222,6),(1359,941349622,5),(1359,954658822,6),(1359,972799222,5),(1359,986108422,6),(1359,1004248822,5),(1359,1018162822,6),(1359,1035698422,5),(1359,1049612422,6),(1359,1067148022,5),(1359,1081062022,6),(1359,1099202422,5),(1359,1112511622,6),(1359,1130652022,5),(1359,1143961223,6),(1359,1162101623,5),(1359,1173596423,6),(1359,1194156023,5),(1359,1205046023,6),(1359,1225605623,5),(1359,1236495624,6),(1359,1257055224,5),(1359,1268550024,6),(1359,1289109624,5),(1359,1299999624,6),(1359,1320559224,5),(1359,1331449224,6),(1359,1352008825,5),(1359,1362898825,6),(1359,1383458425,5),(1359,1394348425,6),(1359,1414908025,5),(1359,1425798025,6),(1359,1446357626,5),(1359,1457852426,6),(1359,1478412026,5),(1359,1489302027,6),(1359,1509861627,5),(1359,1520751627,6),(1359,1541311227,5),(1359,1552201227,6),(1359,1572760827,5),(1359,1583650827,6),(1359,1604210427,5),(1359,1615705227,6),(1359,1636264827,5),(1359,1647154827,6),(1359,1667714427,5),(1359,1678604427,6),(1359,1699164027,5),(1359,1710054027,6),(1359,1730613627,5),(1359,1741503627,6),(1359,1762063227,5),(1359,1772953227,6),(1359,1793512827,5),(1359,1805007627,6),(1359,1825567227,5),(1359,1836457227,6),(1359,1857016827,5),(1359,1867906827,6),(1359,1888466427,5),(1359,1899356427,6),(1359,1919916027,5),(1359,1930806027,6),(1359,1951365627,5),(1359,1962860427,6),(1359,1983420027,5),(1359,1994310027,6),(1359,2014869627,5),(1359,2025759627,6),(1359,2046319227,5),(1359,2057209227,6),(1359,2077768827,5),(1359,2088658827,6),(1359,2109218427,5),(1359,2120108427,6),(1359,2140668027,5),(1360,-2147483648,2),(1360,-1633276800,1),(1360,-1615136400,2),(1360,-1601827200,1),(1360,-1583686800,2),(1360,-880214400,3),(1360,-769395600,4),(1360,-765392400,2),(1360,-52934400,1),(1360,-37213200,2),(1360,-21484800,1),(1360,-5763600,2),(1360,9964800,1),(1360,25686000,2),(1360,41414400,1),(1360,57740400,2),(1360,73468800,1),(1360,89190001,2),(1360,104918402,1),(1360,120639602,2),(1360,126691203,1),(1360,152089203,2),(1360,162374404,1),(1360,183538804,2),(1360,199267205,1),(1360,215593205,2),(1360,230716806,1),(1360,247042806,2),(1360,262771207,1),(1360,278492407,2),(1360,294220808,1),(1360,309942008,2),(1360,325670409,1),(1360,341391609,2),(1360,357120009,1),(1360,372841210,2),(1360,388569610,1),(1360,404895611,2),(1360,420019211,1),(1360,436345212,2),(1360,452073612,1),(1360,467794812,2),(1360,483523212,1),(1360,499244413,2),(1360,514972813,1),(1360,530694013,2),(1360,544608013,1),(1360,562143613,2),(1360,576057614,1),(1360,594198014,2),(1360,607507214,1),(1360,625647614,2),(1360,638956815,1),(1360,657097215,2),(1360,671011216,1),(1360,688546816,2),(1360,702460816,1),(1360,719996417,2),(1360,733910417,1),(1360,752050818,2),(1360,765360018,1),(1360,783500419,2),(1360,796809619,1),(1360,814950019,2),(1360,828864020,1),(1360,846399620,2),(1360,860313620,1),(1360,877849221,2),(1360,891763221,1),(1360,909298821,2),(1360,923212822,1),(1360,941353222,2),(1360,954662422,1),(1360,972802822,6),(1360,986108422,5),(1360,1004248822,6),(1360,1018162822,5),(1360,1035698422,6),(1360,1049612422,5),(1360,1067148022,6),(1360,1081062022,5),(1360,1099202422,6),(1360,1112511622,5),(1360,1130652022,6),(1360,1143961223,5),(1360,1162101623,6),(1360,1173596423,5),(1360,1194156023,6),(1360,1205046023,5),(1360,1225605623,6),(1360,1236495624,5),(1360,1257055224,6),(1360,1268550024,5),(1360,1289109624,6),(1360,1299999624,5),(1360,1320559224,6),(1360,1331449224,5),(1360,1352008825,6),(1360,1362898825,5),(1360,1383458425,6),(1360,1394348425,5),(1360,1414908025,6),(1360,1425798025,5),(1360,1446357626,6),(1360,1457852426,5),(1360,1478412026,6),(1360,1489302027,5),(1360,1509861627,6),(1360,1520751627,5),(1360,1541311227,6),(1360,1552201227,5),(1360,1572760827,6),(1360,1583650827,5),(1360,1604210427,6),(1360,1615705227,5),(1360,1636264827,6),(1360,1647154827,5),(1360,1667714427,6),(1360,1678604427,5),(1360,1699164027,6),(1360,1710054027,5),(1360,1730613627,6),(1360,1741503627,5),(1360,1762063227,6),(1360,1772953227,5),(1360,1793512827,6),(1360,1805007627,5),(1360,1825567227,6),(1360,1836457227,5),(1360,1857016827,6),(1360,1867906827,5),(1360,1888466427,6),(1360,1899356427,5),(1360,1919916027,6),(1360,1930806027,5),(1360,1951365627,6),(1360,1962860427,5),(1360,1983420027,6),(1360,1994310027,5),(1360,2014869627,6),(1360,2025759627,5),(1360,2046319227,6),(1360,2057209227,5),(1360,2077768827,6),(1360,2088658827,5),(1360,2109218427,6),(1360,2120108427,5),(1360,2140668027,6),(1361,-2147483648,2),(1361,-1633276800,1),(1361,-1615136400,2),(1361,-1601827200,1),(1361,-1583686800,2),(1361,-880214400,3),(1361,-769395600,4),(1361,-765392400,2),(1361,-715795200,1),(1361,-702493200,2),(1361,-684345600,1),(1361,-671043600,2),(1361,-652896000,1),(1361,-639594000,2),(1361,-620841600,1),(1361,-608144400,2),(1361,-589392000,1),(1361,-576090000,2),(1361,-557942400,1),(1361,-544640400,2),(1361,-526492800,1),(1361,-513190800,2),(1361,-495043200,1),(1361,-481741200,2),(1361,-463593600,1),(1361,-447267600,2),(1361,-431539200,1),(1361,-415818000,2),(1361,-400089600,1),(1361,-386787600,2),(1361,-368640000,1),(1361,-355338000,2),(1361,-337190400,1),(1361,-321469200,2),(1361,-305740800,1),(1361,-289414800,2),(1361,-273686400,1),(1361,-257965200,2),(1361,-242236800,5),(1361,-195066000,2),(1361,-84384000,1),(1361,-68662800,2),(1361,-52934400,1),(1361,-37213200,2),(1361,-21484800,1),(1361,-5763600,2),(1361,9964800,1),(1361,25686000,2),(1361,41414400,1),(1361,57740400,2),(1361,73468800,1),(1361,89190001,2),(1361,104918402,1),(1361,120639602,2),(1361,126691203,1),(1361,152089203,2),(1361,162374404,1),(1361,183538804,2),(1361,199267205,1),(1361,215593205,2),(1361,230716806,1),(1361,247042806,2),(1361,262771207,1),(1361,278492407,2),(1361,294220808,1),(1361,309942008,2),(1361,325670409,1),(1361,341391609,2),(1361,357120009,1),(1361,372841210,2),(1361,388569610,1),(1361,404895611,2),(1361,420019211,1),(1361,436345212,2),(1361,452073612,1),(1361,467794812,2),(1361,483523212,1),(1361,499244413,2),(1361,514972813,1),(1361,530694013,2),(1361,544608013,1),(1361,562143613,2),(1361,576057614,1),(1361,594198014,2),(1361,607507214,1),(1361,625647614,2),(1361,638956815,1),(1361,657097215,2),(1361,671011216,1),(1361,688546816,5),(1361,1143961223,1),(1361,1162105223,2),(1361,1173600023,1),(1361,1194159623,2),(1361,1205049623,1),(1361,1225609223,2),(1361,1236499224,1),(1361,1257058824,2),(1361,1268553624,1),(1361,1289113224,2),(1361,1300003224,1),(1361,1320562824,2),(1361,1331452824,1),(1361,1352012425,2),(1361,1362902425,1),(1361,1383462025,2),(1361,1394352025,1),(1361,1414911625,2),(1361,1425801625,1),(1361,1446361226,2),(1361,1457856026,1),(1361,1478415626,2),(1361,1489305627,1),(1361,1509865227,2),(1361,1520755227,1),(1361,1541314827,2),(1361,1552204827,1),(1361,1572764427,2),(1361,1583654427,1),(1361,1604214027,2),(1361,1615708827,1),(1361,1636268427,2),(1361,1647158427,1),(1361,1667718027,2),(1361,1678608027,1),(1361,1699167627,2),(1361,1710057627,1),(1361,1730617227,2),(1361,1741507227,1),(1361,1762066827,2),(1361,1772956827,1),(1361,1793516427,2),(1361,1805011227,1),(1361,1825570827,2),(1361,1836460827,1),(1361,1857020427,2),(1361,1867910427,1),(1361,1888470027,2),(1361,1899360027,1),(1361,1919919627,2),(1361,1930809627,1),(1361,1951369227,2),(1361,1962864027,1),(1361,1983423627,2),(1361,1994313627,1),(1361,2014873227,2),(1361,2025763227,1),(1361,2046322827,2),(1361,2057212827,1),(1361,2077772427,2),(1361,2088662427,1),(1361,2109222027,2),(1361,2120112027,1),(1361,2140671627,2),(1362,-2147483648,0),(1362,-1826738653,1),(1362,-157750200,2),(1363,-2147483648,1),(1363,-1205954844,2),(1363,-1192307244,3),(1364,-2147483648,1),(1364,-1938538284,3),(1364,-1009825200,2),(1364,-1002052800,3),(1364,-986756400,2),(1364,-971035200,3),(1364,-955306800,2),(1364,-939585600,3),(1364,504939613,2),(1364,512712013,3),(1364,536475613,2),(1364,544248013,3),(1364,631170015,2),(1364,638942415,3),(1364,757400418,2),(1364,765172818,3),(1365,-2147483648,2),(1365,-1633269600,1),(1365,-1615129200,2),(1365,-1601820000,1),(1365,-1583679600,2),(1365,-880207200,3),(1365,-769395600,4),(1365,-765385200,2),(1365,-687967140,1),(1365,-662655600,2),(1365,-620838000,1),(1365,-608137200,2),(1365,-589388400,1),(1365,-576082800,2),(1365,-557938800,1),(1365,-544633200,2),(1365,-526489200,1),(1365,-513183600,2),(1365,-495039600,1),(1365,-481734000,2),(1365,-463590000,1),(1365,-450284400,2),(1365,-431535600,1),(1365,-418230000,2),(1365,-400086000,1),(1365,-386780400,2),(1365,-368636400,1),(1365,-355330800,2),(1365,-337186800,1),(1365,-323881200,2),(1365,-305737200,1),(1365,-292431600,2),(1365,-273682800,1),(1365,-260982000,2),(1365,-242233200,1),(1365,-226508400,2),(1365,-210783600,1),(1365,-195058800,2),(1365,-179334000,1),(1365,-163609200,2),(1365,-147884400,1),(1365,-131554800,2),(1365,-116434800,1),(1365,-100105200,2),(1365,-84376800,1),(1365,-68655600,2),(1365,-52927200,1),(1365,-37206000,2),(1365,-21477600,1),(1365,-5756400,2),(1365,9972000,1),(1365,25693200,2),(1365,41421600,1),(1365,57747600,2),(1365,73476000,1),(1365,89197201,2),(1365,104925602,1),(1365,120646802,2),(1365,126698403,1),(1365,152096403,2),(1365,162381604,1),(1365,183546004,2),(1365,199274405,1),(1365,215600405,2),(1365,230724006,1),(1365,247050006,2),(1365,262778407,1),(1365,278499607,2),(1365,294228008,1),(1365,309949208,2),(1365,325677609,1),(1365,341398809,2),(1365,357127209,1),(1365,372848410,2),(1365,388576810,1),(1365,404902811,2),(1365,420026411,1),(1365,436352412,2),(1365,452080812,1),(1365,467802012,2),(1365,483530412,1),(1365,499251613,2),(1365,514980013,1),(1365,530701213,2),(1365,544615213,1),(1365,562150813,2),(1365,576064814,1),(1365,594205214,2),(1365,607514414,1),(1365,625654814,2),(1365,638964015,1),(1365,657104415,2),(1365,671018416,1),(1365,688554016,2),(1365,702468016,1),(1365,720003617,2),(1365,733917617,1),(1365,752058018,2),(1365,765367218,1),(1365,783507619,2),(1365,796816819,1),(1365,814957219,2),(1365,828871220,1),(1365,846406820,2),(1365,860320820,1),(1365,877856421,2),(1365,891770421,1),(1365,909306021,2),(1365,923220022,1),(1365,941360422,2),(1365,954669622,1),(1365,972810022,2),(1365,986119222,1),(1365,1004259622,2),(1365,1018173622,1),(1365,1035709222,2),(1365,1049623222,1),(1365,1067158822,2),(1365,1081072822,1),(1365,1099213222,2),(1365,1112522422,1),(1365,1130662822,2),(1365,1143972023,1),(1365,1162112423,2),(1365,1173607223,1),(1365,1194166823,2),(1365,1205056823,1),(1365,1225616423,2),(1365,1236506424,1),(1365,1257066024,2),(1365,1268560824,1),(1365,1289120424,2),(1365,1300010424,1),(1365,1320570024,2),(1365,1331460024,1),(1365,1352019625,2),(1365,1362909625,1),(1365,1383469225,2),(1365,1394359225,1),(1365,1414918825,2),(1365,1425808825,1),(1365,1446368426,2),(1365,1457863226,1),(1365,1478422826,2),(1365,1489312827,1),(1365,1509872427,2),(1365,1520762427,1),(1365,1541322027,2),(1365,1552212027,1),(1365,1572771627,2),(1365,1583661627,1),(1365,1604221227,2),(1365,1615716027,1),(1365,1636275627,2),(1365,1647165627,1),(1365,1667725227,2),(1365,1678615227,1),(1365,1699174827,2),(1365,1710064827,1),(1365,1730624427,2),(1365,1741514427,1),(1365,1762074027,2),(1365,1772964027,1),(1365,1793523627,2),(1365,1805018427,1),(1365,1825578027,2),(1365,1836468027,1),(1365,1857027627,2),(1365,1867917627,1),(1365,1888477227,2),(1365,1899367227,1),(1365,1919926827,2),(1365,1930816827,1),(1365,1951376427,2),(1365,1962871227,1),(1365,1983430827,2),(1365,1994320827,1),(1365,2014880427,2),(1365,2025770427,1),(1365,2046330027,2),(1365,2057220027,1),(1365,2077779627,2),(1365,2088669627,1),(1365,2109229227,2),(1365,2120119227,1),(1365,2140678827,2),(1366,-2147483648,2),(1366,-1633276800,1),(1366,-1615136400,2),(1366,-1601827200,1),(1366,-1583686800,2),(1366,-1535904000,1),(1366,-1525280400,2),(1366,-905097600,1),(1366,-891795600,2),(1366,-880214400,3),(1366,-769395600,4),(1366,-765392400,2),(1366,-747251940,1),(1366,-744224400,2),(1366,-620841600,1),(1366,-608144400,2),(1366,-589392000,1),(1366,-576090000,2),(1366,-557942400,1),(1366,-544640400,2),(1366,-526492800,1),(1366,-513190800,2),(1366,-495043200,1),(1366,-481741200,2),(1366,-463593600,1),(1366,-450291600,2),(1366,-431539200,1),(1366,-415818000,2),(1366,-400089600,1),(1366,-384368400,2),(1366,-368640000,1),(1366,-352918800,2),(1366,-337190400,1),(1366,-321469200,2),(1366,-305740800,1),(1366,-289414800,2),(1366,-273686400,1),(1366,-266432400,5),(1366,-52938000,6),(1366,-37216800,5),(1366,-21488400,6),(1366,-5767200,5),(1366,9961200,6),(1366,25682400,5),(1366,41410800,6),(1366,57736800,5),(1366,73465200,6),(1366,89186401,5),(1366,104914802,6),(1366,120636002,5),(1366,126687603,1),(1366,152089203,5),(1366,162370804,6),(1366,183535204,5),(1366,199263605,6),(1366,215589605,5),(1366,230713206,6),(1366,247039206,5),(1366,262767607,6),(1366,278488807,5),(1366,294217208,6),(1366,309938408,5),(1366,325666809,6),(1366,341388009,5),(1366,357116409,6),(1366,372837610,5),(1366,388566010,6),(1366,404892011,5),(1366,420015611,6),(1366,436341612,5),(1366,452070012,6),(1366,467791212,5),(1366,483519612,6),(1366,499240813,5),(1366,514969213,6),(1366,530690413,5),(1366,544604413,6),(1366,562140013,5),(1366,576054014,6),(1366,594194414,5),(1366,607503614,6),(1366,625644014,5),(1366,638953215,6),(1366,657093615,5),(1366,671007616,6),(1366,688543216,5),(1366,702457216,6),(1366,719992817,5),(1366,733906817,6),(1366,752047218,5),(1366,765356418,6),(1366,783496819,5),(1366,796806019,6),(1366,814946419,5),(1366,828860420,6),(1366,846396020,5),(1366,860310020,6),(1366,877845621,5),(1366,891759621,6),(1366,909295221,5),(1366,923209222,6),(1366,941349622,5),(1366,954658822,6),(1366,972799222,5),(1366,986108422,6),(1366,1004248822,5),(1366,1018162822,6),(1366,1035698422,5),(1366,1049612422,6),(1366,1067148022,5),(1366,1081062022,6),(1366,1099202422,5),(1366,1112511622,6),(1366,1130652022,5),(1366,1143961223,6),(1366,1162101623,5),(1366,1173596423,6),(1366,1194156023,5),(1366,1205046023,6),(1366,1225605623,5),(1366,1236495624,6),(1366,1257055224,5),(1366,1268550024,6),(1366,1289109624,5),(1366,1299999624,6),(1366,1320559224,5),(1366,1331449224,6),(1366,1352008825,5),(1366,1362898825,6),(1366,1383458425,5),(1366,1394348425,6),(1366,1414908025,5),(1366,1425798025,6),(1366,1446357626,5),(1366,1457852426,6),(1366,1478412026,5),(1366,1489302027,6),(1366,1509861627,5),(1366,1520751627,6),(1366,1541311227,5),(1366,1552201227,6),(1366,1572760827,5),(1366,1583650827,6),(1366,1604210427,5),(1366,1615705227,6),(1366,1636264827,5),(1366,1647154827,6),(1366,1667714427,5),(1366,1678604427,6),(1366,1699164027,5),(1366,1710054027,6),(1366,1730613627,5),(1366,1741503627,6),(1366,1762063227,5),(1366,1772953227,6),(1366,1793512827,5),(1366,1805007627,6),(1366,1825567227,5),(1366,1836457227,6),(1366,1857016827,5),(1366,1867906827,6),(1366,1888466427,5),(1366,1899356427,6),(1366,1919916027,5),(1366,1930806027,6),(1366,1951365627,5),(1366,1962860427,6),(1366,1983420027,5),(1366,1994310027,6),(1366,2014869627,5),(1366,2025759627,6),(1366,2046319227,5),(1366,2057209227,6),(1366,2077768827,5),(1366,2088658827,6),(1366,2109218427,5),(1366,2120108427,6),(1366,2140668027,5),(1367,-2147483648,0),(1367,-1826738653,1),(1367,-157750200,2),(1368,-2147483648,0),(1368,-1767217028,2),(1368,-1206957600,1),(1368,-1191362400,2),(1368,-1175374800,1),(1368,-1159826400,2),(1368,-633819600,1),(1368,-622069200,2),(1368,-602283600,1),(1368,-591832800,2),(1368,-570747600,1),(1368,-560210400,2),(1368,-539125200,1),(1368,-531352800,2),(1368,-191365200,1),(1368,-184197600,2),(1368,-155163600,1),(1368,-150069600,2),(1368,-128898000,1),(1368,-121125600,2),(1368,-99954000,1),(1368,-89589600,2),(1368,-68418000,1),(1368,-57967200,2),(1368,499748413,1),(1368,511236013,2),(1368,530593213,1),(1368,540266413,2),(1368,562129213,1),(1368,571197614,2),(1368,592974014,1),(1368,602042414,2),(1368,624423614,1),(1368,634701615,2),(1368,813726019,1),(1368,824004020,2),(1368,938919622,1),(1368,951616822,2),(1368,970974022,1),(1368,972180022,2),(1368,1003028422,1),(1368,1013911222,2),(1369,-2147483648,1),(1369,-1121105688,2),(1369,105084002,3),(1369,161758804,2),(1369,290584808,4),(1369,299134808,2),(1369,322034409,4),(1369,330584409,2),(1369,694260016,3),(1369,717310817,2),(1369,725868017,3),(1369,852094820,2),(1369,1113112822,4),(1369,1128229222,2),(1369,1146384023,4),(1369,1159682423,2),(1370,-2147483648,0),(1370,-1767211196,2),(1370,-1206954000,1),(1370,-1191358800,2),(1370,-1175371200,1),(1370,-1159822800,2),(1370,-633816000,1),(1370,-622065600,2),(1370,-602280000,1),(1370,-591829200,2),(1370,-570744000,1),(1370,-560206800,2),(1370,-539121600,1),(1370,-531349200,2),(1370,-191361600,1),(1370,-184194000,2),(1370,-155160000,1),(1370,-150066000,2),(1370,-128894400,1),(1370,-121122000,2),(1370,-99950400,1),(1370,-89586000,2),(1370,-68414400,1),(1370,-57963600,2),(1370,499752013,1),(1370,511239613,2),(1370,530596813,1),(1370,540270013,2),(1370,562132813,1),(1370,571201214,2),(1370,750830418,1),(1370,761713218,2),(1371,-2147483648,0),(1371,-1825098836,1),(1372,-2147483648,1),(1372,-1851537340,2),(1372,323841609,3),(1372,338958009,2),(1373,-2147483648,0),(1373,-1514743200,1),(1373,576057614,2),(1373,594198014,1),(1373,828864020,2),(1373,846399620,1),(1373,860313620,2),(1373,877849221,1),(1373,891763221,2),(1373,909298821,1),(1373,923212822,2),(1373,941353222,1),(1373,954662422,2),(1373,972802822,1),(1373,989136022,2),(1373,1001833222,1),(1373,1018166422,2),(1373,1035702022,1),(1373,1049616022,2),(1373,1067151622,1),(1373,1081065622,2),(1373,1099206022,1),(1373,1112515222,2),(1373,1130655622,1),(1373,1143964823,2),(1373,1162105223,1),(1373,1175414423,2),(1373,1193554823,1),(1373,1207468823,2),(1373,1225004423,1),(1373,1238918424,2),(1373,1256454024,1),(1373,1268553624,2),(1373,1289113224,1),(1373,1300003224,2),(1373,1320562824,1),(1373,1331452824,2),(1373,1352012425,1),(1373,1362902425,2),(1373,1383462025,1),(1373,1394352025,2),(1373,1414911625,1),(1373,1425801625,2),(1373,1446361226,1),(1373,1457856026,2),(1373,1478415626,1),(1373,1489305627,2),(1373,1509865227,1),(1373,1520755227,2),(1373,1541314827,1),(1373,1552204827,2),(1373,1572764427,1),(1373,1583654427,2),(1373,1604214027,1),(1373,1615708827,2),(1373,1636268427,1),(1373,1647158427,2),(1373,1667718027,1),(1373,1678608027,2),(1373,1699167627,1),(1373,1710057627,2),(1373,1730617227,1),(1373,1741507227,2),(1373,1762066827,1),(1373,1772956827,2),(1373,1793516427,1),(1373,1805011227,2),(1373,1825570827,1),(1373,1836460827,2),(1373,1857020427,1),(1373,1867910427,2),(1373,1888470027,1),(1373,1899360027,2),(1373,1919919627,1),(1373,1930809627,2),(1373,1951369227,1),(1373,1962864027,2),(1373,1983423627,1),(1373,1994313627,2),(1373,2014873227,1),(1373,2025763227,2),(1373,2046322827,1),(1373,2057212827,2),(1373,2077772427,1),(1373,2088662427,2),(1373,2109222027,1),(1373,2120112027,2),(1373,2140671627,1),(1374,-2147483648,0),(1374,-1514739600,1),(1374,-1343066400,2),(1374,-1234807200,1),(1374,-1220292000,2),(1374,-1207159200,1),(1374,-1191344400,2),(1374,-873828000,1),(1374,-661539600,3),(1374,28800,1),(1374,828867620,4),(1374,846403220,1),(1374,860317220,4),(1374,877852821,1),(1374,891766821,4),(1374,909302421,1),(1374,923216422,4),(1374,941356822,1),(1374,954666022,4),(1374,972806422,1),(1374,989139622,4),(1374,1001836822,1),(1374,1018170022,4),(1374,1035705622,1),(1374,1049619622,4),(1374,1067155222,1),(1374,1081069222,4),(1374,1099209622,1),(1374,1112518822,4),(1374,1130659222,1),(1374,1143968423,4),(1374,1162108823,1),(1374,1175418023,4),(1374,1193558423,1),(1374,1207472423,4),(1374,1225008023,1),(1374,1238922024,4),(1374,1256457624,1),(1374,1270371624,4),(1374,1288512024,1),(1374,1301821224,4),(1374,1319961624,1),(1374,1333270824,4),(1374,1351411225,1),(1374,1365325225,4),(1374,1382860825,1),(1374,1396774825,4),(1374,1414310425,1),(1374,1428224425,4),(1374,1445760026,1),(1374,1459674026,4),(1374,1477814426,1),(1374,1491123627,4),(1374,1509264027,1),(1374,1522573227,4),(1374,1540713627,1),(1374,1554627627,4),(1374,1572163227,1),(1374,1586077227,4),(1374,1603612827,1),(1374,1617526827,4),(1374,1635667227,1),(1374,1648976427,4),(1374,1667116827,1),(1374,1680426027,4),(1374,1698566427,1),(1374,1712480427,4),(1374,1730016027,1),(1374,1743930027,4),(1374,1761465627,1),(1374,1775379627,4),(1374,1792915227,1),(1374,1806829227,4),(1374,1824969627,1),(1374,1838278827,4),(1374,1856419227,1),(1374,1869728427,4),(1374,1887868827,1),(1374,1901782827,4),(1374,1919318427,1),(1374,1933232427,4),(1374,1950768027,1),(1374,1964682027,4),(1374,1982822427,1),(1374,1996131627,4),(1374,2014272027,1),(1374,2027581227,4),(1374,2045721627,1),(1374,2059030827,4),(1374,2077171227,1),(1374,2091085227,4),(1374,2108620827,1),(1374,2122534827,4),(1374,2140070427,1),(1375,-2147483648,1),(1375,-1567453392,2),(1375,-1233432000,3),(1375,-1222981200,2),(1375,-1205956800,3),(1375,-1194037200,2),(1375,-1172865600,3),(1375,-1162501200,2),(1375,-1141329600,3),(1375,-1130965200,2),(1375,-1109793600,3),(1375,-1099429200,2),(1375,-1078257600,3),(1375,-1067806800,2),(1375,-1046635200,3),(1375,-1036270800,2),(1375,-1015099200,3),(1375,-1004734800,2),(1375,-983563200,3),(1375,-973198800,2),(1375,-952027200,3),(1375,-941576400,2),(1375,-931032000,3),(1375,-900882000,2),(1375,-890337600,3),(1375,-833749200,2),(1375,-827265600,3),(1375,-752274000,2),(1375,-733780800,3),(1375,-197326800,2),(1375,-190843200,3),(1375,-184194000,2),(1375,-164491200,3),(1375,-152658000,2),(1375,-132955200,3),(1375,-121122000,2),(1375,-101419200,3),(1375,-86821200,2),(1375,-71092800,3),(1375,-54766800,2),(1375,-39038400,3),(1375,-23317200,2),(1375,-7588800,5),(1375,128142003,4),(1375,136605603,5),(1375,596948414,4),(1375,605066414,5),(1375,624423614,4),(1375,636516015,2),(1375,655963215,3),(1375,667796416,2),(1375,687499216,3),(1375,699418816,2),(1375,719380817,4),(1375,731469617,5),(1375,938919622,3),(1375,952052422,5),(1375,1085281222,2),(1375,1096171222,5),(1375,1198983623,4),(1375,1205632823,5),(1376,-2147483648,2),(1376,-1633276800,1),(1376,-1615136400,2),(1376,-1601827200,1),(1376,-1583686800,2),(1376,-880214400,3),(1376,-769395600,4),(1376,-765392400,2),(1376,-747244800,1),(1376,-733942800,2),(1376,-116438400,1),(1376,-100112400,2),(1376,-21484800,5),(1376,104914802,1),(1376,120639602,2),(1376,126691203,1),(1376,152089203,2),(1376,162374404,1),(1376,183538804,2),(1376,199267205,1),(1376,215593205,2),(1376,230716806,1),(1376,247042806,2),(1376,262771207,1),(1376,278492407,2),(1376,294220808,1),(1376,309942008,2),(1376,325670409,1),(1376,341391609,2),(1376,357120009,1),(1376,372841210,2),(1376,388569610,1),(1376,404895611,2),(1376,420019211,1),(1376,436345212,2),(1376,452073612,1),(1376,467794812,2),(1376,483523212,1),(1376,499244413,2),(1376,514972813,1),(1376,530694013,2),(1376,544608013,1),(1376,562143613,2),(1376,576057614,1),(1376,594198014,2),(1376,607507214,1),(1376,625647614,2),(1376,638956815,1),(1376,657097215,2),(1376,671011216,1),(1376,688546816,2),(1376,702460816,1),(1376,719996417,2),(1376,733910417,1),(1376,752050818,2),(1376,765360018,1),(1376,783500419,2),(1376,796809619,1),(1376,814950019,2),(1376,828864020,1),(1376,846399620,2),(1376,860313620,1),(1376,877849221,2),(1376,891763221,1),(1376,909298821,2),(1376,923212822,1),(1376,941353222,2),(1376,954662422,1),(1376,972802822,2),(1376,986112022,1),(1376,1004252422,2),(1376,1018166422,1),(1376,1035702022,2),(1376,1049616022,1),(1376,1067151622,2),(1376,1081065622,1),(1376,1099206022,2),(1376,1112515222,1),(1376,1130655622,2),(1376,1143964823,1),(1376,1162105223,2),(1376,1173600023,1),(1376,1194159623,2),(1376,1205049623,1),(1376,1225609223,2),(1376,1236499224,1),(1376,1257058824,2),(1376,1268553624,1),(1376,1289113224,2),(1376,1300003224,1),(1376,1320562824,2),(1376,1331452824,1),(1376,1352012425,2),(1376,1362902425,1),(1376,1383462025,2),(1376,1394352025,1),(1376,1414911625,2),(1376,1425801625,1),(1376,1446361226,2),(1376,1457856026,1),(1376,1478415626,2),(1376,1489305627,1),(1376,1509865227,2),(1376,1520755227,1),(1376,1541314827,2),(1376,1552204827,1),(1376,1572764427,2),(1376,1583654427,1),(1376,1604214027,2),(1376,1615708827,1),(1376,1636268427,2),(1376,1647158427,1),(1376,1667718027,2),(1376,1678608027,1),(1376,1699167627,2),(1376,1710057627,1),(1376,1730617227,2),(1376,1741507227,1),(1376,1762066827,2),(1376,1772956827,1),(1376,1793516427,2),(1376,1805011227,1),(1376,1825570827,2),(1376,1836460827,1),(1376,1857020427,2),(1376,1867910427,1),(1376,1888470027,2),(1376,1899360027,1),(1376,1919919627,2),(1376,1930809627,1),(1376,1951369227,2),(1376,1962864027,1),(1376,1983423627,2),(1376,1994313627,1),(1376,2014873227,2),(1376,2025763227,1),(1376,2046322827,2),(1376,2057212827,1),(1376,2077772427,2),(1376,2088662427,1),(1376,2109222027,2),(1376,2120112027,1),(1376,2140671627,2),(1377,-2147483648,0),(1377,-1514743200,1),(1377,377935210,2),(1377,407653211,1),(1377,828864020,3),(1377,846399620,1),(1377,860313620,3),(1377,877849221,1),(1377,891763221,3),(1377,909298821,1),(1377,923212822,3),(1377,941353222,1),(1377,954662422,3),(1377,972802822,1),(1377,989136022,3),(1377,1001833222,1),(1377,1018166422,3),(1377,1035702022,1),(1377,1049616022,3),(1377,1067151622,1),(1377,1081065622,3),(1377,1099206022,1),(1377,1112515222,3),(1377,1130655622,1),(1377,1143964823,3),(1377,1162105223,1),(1377,1175414423,3),(1377,1193554823,1),(1377,1207468823,3),(1377,1225004423,1),(1377,1238918424,3),(1377,1256454024,1),(1377,1270368024,3),(1377,1288508424,1),(1377,1301817624,3),(1377,1319958024,1),(1377,1333267224,3),(1377,1351407625,1),(1377,1365321625,3),(1377,1382857225,1),(1377,1396771225,3),(1377,1414306825,1),(1377,1428220825,3),(1377,1445756426,1),(1377,1459670426,3),(1377,1477810826,1),(1377,1491120027,3),(1377,1509260427,1),(1377,1522569627,3),(1377,1540710027,1),(1377,1554624027,3),(1377,1572159627,1),(1377,1586073627,3),(1377,1603609227,1),(1377,1617523227,3),(1377,1635663627,1),(1377,1648972827,3),(1377,1667113227,1),(1377,1680422427,3),(1377,1698562827,1),(1377,1712476827,3),(1377,1730012427,1),(1377,1743926427,3),(1377,1761462027,1),(1377,1775376027,3),(1377,1792911627,1),(1377,1806825627,3),(1377,1824966027,1),(1377,1838275227,3),(1377,1856415627,1),(1377,1869724827,3),(1377,1887865227,1),(1377,1901779227,3),(1377,1919314827,1),(1377,1933228827,3),(1377,1950764427,1),(1377,1964678427,3),(1377,1982818827,1),(1377,1996128027,3),(1377,2014268427,1),(1377,2027577627,3),(1377,2045718027,1),(1377,2059027227,3),(1377,2077167627,1),(1377,2091081627,3),(1377,2108617227,1),(1377,2122531227,3),(1377,2140066827,1),(1378,-2147483648,1),(1378,-880207200,2),(1378,-769395600,3),(1378,-765385200,1),(1378,-21477600,4),(1378,-5756400,1),(1378,9972000,4),(1378,25693200,1),(1378,41421600,4),(1378,57747600,1),(1378,73476000,4),(1378,89197201,1),(1378,104925602,4),(1378,120646802,1),(1378,126698403,4),(1378,152096403,1),(1378,162381604,4),(1378,183546004,1),(1378,199274405,4),(1378,215600405,1),(1378,230724006,4),(1378,247050006,1),(1378,262778407,4),(1378,278499607,1),(1378,294228008,4),(1378,309949208,1),(1378,325677609,4),(1378,341398809,1),(1378,357127209,4),(1378,372848410,1),(1378,388576810,4),(1378,404902811,1),(1378,420026411,4),(1378,436352412,1),(1378,1446372026,5),(1378,1457866826,6),(1378,1478426426,5),(1378,1489316427,6),(1378,1509876027,5),(1378,1520766027,6),(1378,1541325627,1),(1378,1547978427,5),(1378,1552215627,6),(1378,1572775227,5),(1378,1583665227,6),(1378,1604224827,5),(1378,1615719627,6),(1378,1636279227,5),(1378,1647169227,6),(1378,1667728827,5),(1378,1678618827,6),(1378,1699178427,5),(1378,1710068427,6),(1378,1730628027,5),(1378,1741518027,6),(1378,1762077627,5),(1378,1772967627,6),(1378,1793527227,5),(1378,1805022027,6),(1378,1825581627,5),(1378,1836471627,6),(1378,1857031227,5),(1378,1867921227,6),(1378,1888480827,5),(1378,1899370827,6),(1378,1919930427,5),(1378,1930820427,6),(1378,1951380027,5),(1378,1962874827,6),(1378,1983434427,5),(1378,1994324427,6),(1378,2014884027,5),(1378,2025774027,6),(1378,2046333627,5),(1378,2057223627,6),(1378,2077783227,5),(1378,2088673227,6),(1378,2109232827,5),(1378,2120122827,6),(1378,2140682427,5),(1379,-2147483648,0),(1379,-1514739600,1),(1379,-1343066400,2),(1379,-1234807200,1),(1379,-1220292000,2),(1379,-1207159200,1),(1379,-1191344400,2),(1379,-975261600,3),(1379,-963169200,2),(1379,-917114400,3),(1379,-907354800,2),(1379,-821901600,4),(1379,-810068400,2),(1379,-627501600,3),(1379,-612990000,2),(1379,828864020,3),(1379,846399620,2),(1379,860313620,3),(1379,877849221,2),(1379,891763221,3),(1379,909298821,2),(1379,923212822,3),(1379,941353222,2),(1379,954662422,3),(1379,972802822,2),(1379,989136022,3),(1379,1001833222,2),(1379,1018166422,3),(1379,1035702022,2),(1379,1049616022,3),(1379,1067151622,2),(1379,1081065622,3),(1379,1099206022,2),(1379,1112515222,3),(1379,1130655622,2),(1379,1143964823,3),(1379,1162105223,2),(1379,1175414423,3),(1379,1193554823,2),(1379,1207468823,3),(1379,1225004423,2),(1379,1238918424,3),(1379,1256454024,2),(1379,1270368024,3),(1379,1288508424,2),(1379,1301817624,3),(1379,1319958024,2),(1379,1333267224,3),(1379,1351407625,2),(1379,1365321625,3),(1379,1382857225,2),(1379,1396771225,3),(1379,1414306825,2),(1379,1428220825,3),(1379,1445756426,2),(1379,1459670426,3),(1379,1477810826,2),(1379,1491120027,3),(1379,1509260427,2),(1379,1522569627,3),(1379,1540710027,2),(1379,1554624027,3),(1379,1572159627,2),(1379,1586073627,3),(1379,1603609227,2),(1379,1617523227,3),(1379,1635663627,2),(1379,1648972827,3),(1379,1667113227,2),(1379,1680422427,3),(1379,1698562827,2),(1379,1712476827,3),(1379,1730012427,2),(1379,1743926427,3),(1379,1761462027,2),(1379,1775376027,3),(1379,1792911627,2),(1379,1806825627,3),(1379,1824966027,2),(1379,1838275227,3),(1379,1856415627,2),(1379,1869724827,3),(1379,1887865227,2),(1379,1901779227,3),(1379,1919314827,2),(1379,1933228827,3),(1379,1950764427,2),(1379,1964678427,3),(1379,1982818827,2),(1379,1996128027,3),(1379,2014268427,2),(1379,2027577627,3),(1379,2045718027,2),(1379,2059027227,3),(1379,2077167627,2),(1379,2091081627,3),(1379,2108617227,2),(1379,2122531227,3),(1379,2140066827,2),(1380,-2147483648,0),(1380,-1850328920,1),(1380,326001609,2),(1380,544597213,3),(1380,562132813,2),(1380,576046814,3),(1380,594187214,2),(1380,607496414,3),(1380,625636814,2),(1380,638946015,3),(1380,657086415,2),(1380,671000416,3),(1380,688536016,2),(1380,702450016,3),(1380,719985617,2),(1380,733899617,3),(1380,752040018,2),(1380,765349218,3),(1380,783489619,2),(1380,796798819,3),(1380,814939219,2),(1380,828853220,3),(1380,846388820,2),(1380,860302820,3),(1380,877838421,2),(1380,891752421,3),(1380,909288021,2),(1380,923202022,3),(1380,941342422,2),(1380,954651622,3),(1380,972792022,2),(1380,986101222,3),(1380,1004241622,2),(1380,1018155622,3),(1380,1035691222,2),(1380,1049605222,3),(1380,1067140822,2),(1380,1081054822,3),(1380,1099195222,2),(1380,1112504422,3),(1380,1130644822,2),(1380,1143954023,3),(1380,1162094423,2),(1380,1173589223,3),(1380,1194148823,2),(1380,1205038823,3),(1380,1225598423,2),(1380,1236488424,3),(1380,1257048024,2),(1380,1268542824,3),(1380,1289102424,2),(1380,1299992424,3),(1380,1320552024,2),(1380,1331442024,3),(1380,1352001625,2),(1380,1362891625,3),(1380,1383451225,2),(1380,1394341225,3),(1380,1414900825,2),(1380,1425790825,3),(1380,1446350426,2),(1380,1457845226,3),(1380,1478404826,2),(1380,1489294827,3),(1380,1509854427,2),(1380,1520744427,3),(1380,1541304027,2),(1380,1552194027,3),(1380,1572753627,2),(1380,1583643627,3),(1380,1604203227,2),(1380,1615698027,3),(1380,1636257627,2),(1380,1647147627,3),(1380,1667707227,2),(1380,1678597227,3),(1380,1699156827,2),(1380,1710046827,3),(1380,1730606427,2),(1380,1741496427,3),(1380,1762056027,2),(1380,1772946027,3),(1380,1793505627,2),(1380,1805000427,3),(1380,1825560027,2),(1380,1836450027,3),(1380,1857009627,2),(1380,1867899627,3),(1380,1888459227,2),(1380,1899349227,3),(1380,1919908827,2),(1380,1930798827,3),(1380,1951358427,2),(1380,1962853227,3),(1380,1983412827,2),(1380,1994302827,3),(1380,2014862427,2),(1380,2025752427,3),(1380,2046312027,2),(1380,2057202027,3),(1380,2077761627,2),(1380,2088651627,3),(1380,2109211227,2),(1380,2120101227,3),(1380,2140660827,2),(1381,-2147483648,1),(1381,-2131642800,3),(1381,-1632074400,2),(1381,-1615143600,3),(1381,-1153681200,2),(1381,-1145822400,3),(1381,-1122231600,2),(1381,-1114372800,3),(1381,-1090782000,2),(1381,-1082923200,3),(1381,-1059332400,2),(1381,-1051473600,3),(1381,-1027882800,2),(1381,-1020024000,3),(1381,-996433200,2),(1381,-988574400,3),(1381,-965674800,2),(1381,-955396800,3),(1381,-934743600,2),(1381,-923947200,3),(1381,-904503600,2),(1381,-891892800,3),(1381,-880221600,4),(1381,-769395600,5),(1381,-765399600,3),(1381,-747252000,2),(1381,-733950000,3),(1381,-715802400,2),(1381,-702500400,3),(1381,-684352800,2),(1381,-671050800,3),(1381,-652903200,2),(1381,-639601200,3),(1381,-620848800,2),(1381,-608151600,3),(1381,-589399200,2),(1381,-576097200,3),(1381,-557949600,2),(1381,-544647600,3),(1381,-526500000,2),(1381,-513198000,3),(1381,-495050400,2),(1381,-481748400,3),(1381,-463600800,2),(1381,-450298800,3),(1381,-431546400,2),(1381,-418244400,3),(1381,-400096800,2),(1381,-384375600,3),(1381,-368647200,2),(1381,-352926000,3),(1381,-337197600,2),(1381,-321476400,3),(1381,-305748000,2),(1381,-289422000,3),(1381,-273693600,2),(1381,-257972400,3),(1381,-242244000,2),(1381,-226522800,3),(1381,-210794400,2),(1381,-195073200,3),(1381,-179344800,2),(1381,-163623600,3),(1381,-147895200,2),(1381,-131569200,3),(1381,-116445600,2),(1381,-100119600,3),(1381,-84391200,2),(1381,-68670000,3),(1381,-52941600,2),(1381,-37220400,3),(1381,-21492000,2),(1381,-5770800,3),(1381,9957600,2),(1381,25678800,3),(1381,41407200,2),(1381,57733200,3),(1381,73461600,2),(1381,89182801,3),(1381,136360803,2),(1381,152082003,3),(1381,167810404,2),(1381,183531604,3),(1381,199260005,2),(1381,215586005,3),(1381,230709606,2),(1381,247035606,3),(1381,262764007,2),(1381,278485207,3),(1381,294213608,2),(1381,309934808,3),(1381,325663209,2),(1381,341384409,3),(1381,357112809,2),(1381,372834010,3),(1381,388562410,2),(1381,404888411,3),(1381,420012011,2),(1381,436338012,3),(1381,452066412,2),(1381,467787612,3),(1381,483516012,2),(1381,499237213,3),(1381,514965613,2),(1381,530686813,3),(1381,544600813,2),(1381,562136413,3),(1381,576050414,2),(1381,594190814,3),(1381,607500014,2),(1381,625640414,3),(1381,638949615,2),(1381,657090015,3),(1381,671004016,2),(1381,688539616,3),(1381,702453616,2),(1381,719989217,3),(1381,733896077,2),(1381,752036478,3),(1381,765345678,2),(1381,783486079,3),(1381,796795279,2),(1381,814935679,3),(1381,828849680,2),(1381,846385280,3),(1381,860299280,2),(1381,877834881,3),(1381,891748881,2),(1381,909284481,3),(1381,923198482,2),(1381,941338882,3),(1381,954648082,2),(1381,972788482,3),(1381,986097682,2),(1381,1004238082,3),(1381,1018152082,2),(1381,1035687682,3),(1381,1049601682,2),(1381,1067137282,3),(1381,1081051282,2),(1381,1099191682,3),(1381,1112500882,2),(1381,1130641282,3),(1381,1143950483,2),(1381,1162090883,3),(1381,1173592823,2),(1381,1194152423,3),(1381,1205042423,2),(1381,1225602023,3),(1381,1236492024,2),(1381,1257051624,3),(1381,1268546424,2),(1381,1289106024,3),(1381,1299996024,2),(1381,1320555624,3),(1381,1331445624,2),(1381,1352005225,3),(1381,1362895225,2),(1381,1383454825,3),(1381,1394344825,2),(1381,1414904425,3),(1381,1425794425,2),(1381,1446354026,3),(1381,1457848826,2),(1381,1478408426,3),(1381,1489298427,2),(1381,1509858027,3),(1381,1520748027,2),(1381,1541307627,3),(1381,1552197627,2),(1381,1572757227,3),(1381,1583647227,2),(1381,1604206827,3),(1381,1615701627,2),(1381,1636261227,3),(1381,1647151227,2),(1381,1667710827,3),(1381,1678600827,2),(1381,1699160427,3),(1381,1710050427,2),(1381,1730610027,3),(1381,1741500027,2),(1381,1762059627,3),(1381,1772949627,2),(1381,1793509227,3),(1381,1805004027,2),(1381,1825563627,3),(1381,1836453627,2),(1381,1857013227,3),(1381,1867903227,2),(1381,1888462827,3),(1381,1899352827,2),(1381,1919912427,3),(1381,1930802427,2),(1381,1951362027,3),(1381,1962856827,2),(1381,1983416427,3),(1381,1994306427,2),(1381,2014866027,3),(1381,2025756027,2),(1381,2046315627,3),(1381,2057205627,2),(1381,2077765227,3),(1381,2088655227,2),(1381,2109214827,3),(1381,2120104827,2),(1381,2140664427,3),(1382,-2147483648,0),(1382,-1514743200,1),(1382,576057614,2),(1382,594198014,1),(1382,828864020,2),(1382,846399620,1),(1382,860313620,2),(1382,877849221,1),(1382,891763221,2),(1382,909298821,1),(1382,923212822,2),(1382,941353222,1),(1382,954662422,2),(1382,972802822,1),(1382,989136022,2),(1382,1001833222,1),(1382,1018166422,2),(1382,1035702022,1),(1382,1049616022,2),(1382,1067151622,1),(1382,1081065622,2),(1382,1099206022,1),(1382,1112515222,2),(1382,1130655622,1),(1382,1143964823,2),(1382,1162105223,1),(1382,1175414423,2),(1382,1193554823,1),(1382,1207468823,2),(1382,1225004423,1),(1382,1238918424,2),(1382,1256454024,1),(1382,1270368024,2),(1382,1288508424,1),(1382,1301817624,2),(1382,1319958024,1),(1382,1333267224,2),(1382,1351407625,1),(1382,1365321625,2),(1382,1382857225,1),(1382,1396771225,2),(1382,1414306825,1),(1382,1428220825,2),(1382,1445756426,1),(1382,1459670426,2),(1382,1477810826,1),(1382,1491120027,2),(1382,1509260427,1),(1382,1522569627,2),(1382,1540710027,1),(1382,1554624027,2),(1382,1572159627,1),(1382,1586073627,2),(1382,1603609227,1),(1382,1617523227,2),(1382,1635663627,1),(1382,1648972827,2),(1382,1667113227,1),(1382,1680422427,2),(1382,1698562827,1),(1382,1712476827,2),(1382,1730012427,1),(1382,1743926427,2),(1382,1761462027,1),(1382,1775376027,2),(1382,1792911627,1),(1382,1806825627,2),(1382,1824966027,1),(1382,1838275227,2),(1382,1856415627,1),(1382,1869724827,2),(1382,1887865227,1),(1382,1901779227,2),(1382,1919314827,1),(1382,1933228827,2),(1382,1950764427,1),(1382,1964678427,2),(1382,1982818827,1),(1382,1996128027,2),(1382,2014268427,1),(1382,2027577627,2),(1382,2045718027,1),(1382,2059027227,2),(1382,2077167627,1),(1382,2091081627,2),(1382,2108617227,1),(1382,2122531227,2),(1382,2140066827,1),(1383,-2147483648,0),(1383,-1942690509,1),(1383,-1567455309,2),(1383,-1459627200,4),(1383,-1443819600,3),(1383,-1428006600,4),(1383,-1412283600,3),(1383,-1396470600,4),(1383,-1380747600,3),(1383,-1141590600,4),(1383,-1128286800,3),(1383,-1110141000,4),(1383,-1096837200,3),(1383,-1078691400,4),(1383,-1065387600,3),(1383,-1047241800,4),(1383,-1033938000,3),(1383,-1015187400,4),(1383,-1002488400,3),(1383,-983737800,4),(1383,-971038800,3),(1383,-954707400,4),(1383,-938984400,3),(1383,-920838600,4),(1383,-907534800,3),(1383,-896819400,4),(1383,-853621200,6),(1383,-845847000,5),(1383,-334789200,6),(1383,-319671000,5),(1383,-314226000,7),(1383,-309996000,5),(1383,-149720400,7),(1383,-134604000,5),(1383,-50446800,6),(1383,-34205400,5),(1383,9860400,7),(1383,14176800,5),(1383,72846000,7),(1383,80100001,5),(1383,127278003,8),(1383,132111003,6),(1383,147234603,5),(1383,156913203,7),(1383,165376804,5),(1383,219812405,7),(1383,226461606,5),(1383,250052406,7),(1383,257911207,5),(1383,282711607,7),(1383,289360808,5),(1383,294202808,7),(1383,322020009,5),(1383,566449213,7),(1383,573012014,5),(1383,597812414,7),(1383,605066414,5),(1383,625633214,7),(1383,635911215,5),(1383,656478015,7),(1383,667965616,5),(1383,688532416,7),(1383,699415216,5),(1383,719377217,7),(1383,730864817,5),(1383,1095562822,7),(1383,1111896022,5),(1383,1128834022,7),(1383,1142136023,5),(1383,1159678823,7),(1383,1173585623,5),(1383,1191733223,7),(1383,1205035223,5),(1383,1223182823,7),(1383,1236484824,5),(1383,1254632424,7),(1383,1268539224,5),(1383,1286082024,7),(1383,1299988824,5),(1383,1317531624,7),(1383,1331438424,5),(1383,1349586025,7),(1383,1362888025,5),(1383,1381035625,7),(1383,1394337625,5),(1383,1412485225,7),(1383,1425787225,5),(1384,-2147483648,2),(1384,-1632070800,1),(1384,-1615140000,2),(1384,-1601753400,1),(1384,-1583697600,2),(1384,-1567357200,1),(1384,-1554667200,2),(1384,-1534698000,1),(1384,-1524074400,2),(1384,-1503248400,1),(1384,-1492365600,2),(1384,-1471798800,1),(1384,-1460916000,2),(1384,-1440954000,1),(1384,-1428861600,2),(1384,-1409504400,1),(1384,-1397412000,2),(1384,-1378054800,1),(1384,-1365962400,2),(1384,-1346605200,1),(1384,-1333908000,2),(1384,-1315155600,1),(1384,-1301853600,2),(1384,-1283706000,1),(1384,-1270404000,2),(1384,-1252256400,1),(1384,-1238954400,2),(1384,-1220806800,1),(1384,-1207504800,2),(1384,-1188752400,1),(1384,-1176055200,2),(1384,-1157302800,1),(1384,-1144000800,2),(1384,-1125853200,1),(1384,-1112551200,2),(1384,-1094403600,1),(1384,-1081101600,2),(1384,-1062954000,1),(1384,-1049652000,2),(1384,-1031504400,1),(1384,-1018202400,2),(1384,-1000054800,1),(1384,-986752800,2),(1384,-968000400,1),(1384,-955303200,2),(1384,-936550800,1),(1384,-880218000,3),(1384,-769395600,4),(1384,-765396000,2),(1384,-747248400,1),(1384,-733946400,2),(1384,-715806000,1),(1384,-702504000,2),(1384,-684356400,1),(1384,-671054400,2),(1384,-652906800,1),(1384,-634161600,2),(1384,-620845200,1),(1384,-602704800,2),(1384,-589395600,1),(1384,-576093600,2),(1384,-557946000,1),(1384,-544644000,2),(1384,-526496400,1),(1384,-513194400,2),(1384,-495046800,1),(1384,-481744800,2),(1384,-463597200,1),(1384,-450295200,2),(1384,-431542800,1),(1384,-418240800,2),(1384,-400093200,1),(1384,-384372000,2),(1384,-368643600,1),(1384,-352922400,2),(1384,-337194000,1),(1384,-321472800,2),(1384,-305744400,1),(1384,-289418400,2),(1384,-273690000,1),(1384,-257968800,2),(1384,-242240400,1),(1384,-226519200,2),(1384,-210790800,1),(1384,-195069600,2),(1384,-179341200,1),(1384,-163620000,2),(1384,-147891600,1),(1384,-131565600,2),(1384,-116442000,1),(1384,-100116000,2),(1384,-84387600,1),(1384,-68666400,2),(1384,-52938000,1),(1384,-37216800,2),(1384,-21488400,1),(1384,-5767200,2),(1384,9961200,1),(1384,25682400,2),(1384,41410800,1),(1384,57736800,2),(1384,73465200,1),(1384,89186401,2),(1384,104914802,1),(1384,120636002,2),(1384,136364403,1),(1384,152085603,2),(1384,167814004,1),(1384,183535204,2),(1384,199263605,1),(1384,215589605,2),(1384,230713206,1),(1384,247039206,2),(1384,262767607,1),(1384,278488807,2),(1384,294217208,1),(1384,309938408,2),(1384,325666809,1),(1384,341388009,2),(1384,357116409,1),(1384,372837610,2),(1384,388566010,1),(1384,404892011,2),(1384,420015611,1),(1384,436341612,2),(1384,452070012,1),(1384,467791212,2),(1384,483519612,1),(1384,499240813,2),(1384,514969213,1),(1384,530690413,2),(1384,544604413,1),(1384,562140013,2),(1384,576054014,1),(1384,594194414,2),(1384,607503614,1),(1384,625644014,2),(1384,638953215,1),(1384,657093615,2),(1384,671007616,1),(1384,688543216,2),(1384,702457216,1),(1384,719992817,2),(1384,733906817,1),(1384,752047218,2),(1384,765356418,1),(1384,783496819,2),(1384,796806019,1),(1384,814946419,2),(1384,828860420,1),(1384,846396020,2),(1384,860310020,1),(1384,877845621,2),(1384,891759621,1),(1384,909295221,2),(1384,923209222,1),(1384,941349622,2),(1384,954658822,1),(1384,972799222,2),(1384,986108422,1),(1384,1004248822,2),(1384,1018162822,1),(1384,1035698422,2),(1384,1049612422,1),(1384,1067148022,2),(1384,1081062022,1),(1384,1099202422,2),(1384,1112511622,1),(1384,1130652022,2),(1384,1143961223,1),(1384,1162101623,2),(1384,1173596423,1),(1384,1194156023,2),(1384,1205046023,1),(1384,1225605623,2),(1384,1236495624,1),(1384,1257055224,2),(1384,1268550024,1),(1384,1289109624,2),(1384,1299999624,1),(1384,1320559224,2),(1384,1331449224,1),(1384,1352008825,2),(1384,1362898825,1),(1384,1383458425,2),(1384,1394348425,1),(1384,1414908025,2),(1384,1425798025,1),(1384,1446357626,2),(1384,1457852426,1),(1384,1478412026,2),(1384,1489302027,1),(1384,1509861627,2),(1384,1520751627,1),(1384,1541311227,2),(1384,1552201227,1),(1384,1572760827,2),(1384,1583650827,1),(1384,1604210427,2),(1384,1615705227,1),(1384,1636264827,2),(1384,1647154827,1),(1384,1667714427,2),(1384,1678604427,1),(1384,1699164027,2),(1384,1710054027,1),(1384,1730613627,2),(1384,1741503627,1),(1384,1762063227,2),(1384,1772953227,1),(1384,1793512827,2),(1384,1805007627,1),(1384,1825567227,2),(1384,1836457227,1),(1384,1857016827,2),(1384,1867906827,1),(1384,1888466427,2),(1384,1899356427,1),(1384,1919916027,2),(1384,1930806027,1),(1384,1951365627,2),(1384,1962860427,1),(1384,1983420027,2),(1384,1994310027,1),(1384,2014869627,2),(1384,2025759627,1),(1384,2046319227,2),(1384,2057209227,1),(1384,2077768827,2),(1384,2088658827,1),(1384,2109218427,2),(1384,2120108427,1),(1384,2140668027,2),(1385,-2147483648,0),(1385,-1825098836,1),(1386,-2147483648,0),(1386,-1825095030,2),(1386,-873140400,1),(1386,-788904000,2),(1386,-786222000,1),(1386,-769395600,3),(1386,-763848000,2),(1386,-179341200,4),(1386,-163620000,2),(1386,-147891600,4),(1386,-131565600,2),(1386,-116442000,4),(1386,-100116000,2),(1386,-84387600,4),(1386,-68666400,2),(1386,-52938000,4),(1386,-37216800,2),(1386,-21488400,4),(1386,-5767200,2),(1386,9961200,4),(1386,25682400,2),(1386,41410800,4),(1386,57736800,2),(1386,73465200,4),(1386,89186401,2),(1386,104914802,4),(1386,120636002,2),(1386,136364403,4),(1386,152085603,2),(1386,167814004,4),(1386,183535204,2),(1386,199263605,4),(1386,215589605,2),(1386,230713206,4),(1386,247039206,2),(1386,262767607,4),(1386,278488807,2),(1386,294217208,4),(1386,309938408,2),(1386,325666809,4),(1386,341388009,2),(1386,357116409,4),(1386,372837610,2),(1386,388566010,4),(1386,404892011,2),(1386,420015611,4),(1386,436341612,2),(1386,452070012,4),(1386,467791212,2),(1386,483519612,4),(1386,499240813,2),(1386,514969213,4),(1386,530690413,2),(1386,544604413,4),(1386,562140013,2),(1386,576054014,4),(1386,594194414,2),(1386,607503614,4),(1386,625644014,2),(1386,638953215,4),(1386,657093615,2),(1386,671007616,4),(1386,688543216,2),(1386,702457216,4),(1386,719992817,2),(1386,733906817,4),(1386,752047218,2),(1386,765356418,4),(1386,783496819,2),(1386,796806019,4),(1386,814946419,2),(1386,828860420,4),(1386,846396020,2),(1386,860310020,4),(1386,877845621,2),(1386,891759621,4),(1386,909295221,2),(1386,923209222,4),(1386,941349622,2),(1386,954658822,4),(1386,972799222,2),(1386,986108422,4),(1386,1004248822,2),(1386,1018162822,4),(1386,1035698422,2),(1386,1049612422,4),(1386,1067148022,2),(1386,1081062022,4),(1386,1099202422,2),(1386,1112511622,4),(1386,1130652022,2),(1386,1143961223,4),(1386,1162101623,2),(1386,1173596423,4),(1386,1194156023,2),(1386,1205046023,4),(1386,1225605623,2),(1386,1236495624,4),(1386,1257055224,2),(1386,1268550024,4),(1386,1289109624,2),(1386,1299999624,4),(1386,1320559224,2),(1386,1331449224,4),(1386,1352008825,2),(1386,1362898825,4),(1386,1383458425,2),(1386,1394348425,4),(1386,1414908025,2),(1386,1425798025,4),(1386,1446357626,2),(1386,1457852426,4),(1386,1478412026,2),(1386,1489302027,4),(1386,1509861627,2),(1386,1520751627,4),(1386,1541311227,2),(1386,1552201227,4),(1386,1572760827,2),(1386,1583650827,4),(1386,1604210427,2),(1386,1615705227,4),(1386,1636264827,2),(1386,1647154827,4),(1386,1667714427,2),(1386,1678604427,4),(1386,1699164027,2),(1386,1710054027,4),(1386,1730613627,2),(1386,1741503627,4),(1386,1762063227,2),(1386,1772953227,4),(1386,1793512827,2),(1386,1805007627,4),(1386,1825567227,2),(1386,1836457227,4),(1386,1857016827,2),(1386,1867906827,4),(1386,1888466427,2),(1386,1899356427,4),(1386,1919916027,2),(1386,1930806027,4),(1386,1951365627,2),(1386,1962860427,4),(1386,1983420027,2),(1386,1994310027,4),(1386,2014869627,2),(1386,2025759627,4),(1386,2046319227,2),(1386,2057209227,4),(1386,2077768827,2),(1386,2088658827,4),(1386,2109218427,2),(1386,2120108427,4),(1386,2140668027,2),(1387,-2147483648,2),(1387,-1633280400,1),(1387,-1615140000,2),(1387,-1601830800,1),(1387,-1583690400,2),(1387,-1570381200,1),(1387,-1551636000,2),(1387,-1536512400,1),(1387,-1523210400,2),(1387,-1504458000,1),(1387,-1491760800,2),(1387,-1473008400,1),(1387,-1459706400,2),(1387,-1441558800,1),(1387,-1428256800,2),(1387,-1410109200,1),(1387,-1396807200,2),(1387,-1378659600,1),(1387,-1365357600,2),(1387,-1347210000,1),(1387,-1333908000,2),(1387,-1315155600,1),(1387,-1301853600,2),(1387,-1283706000,1),(1387,-1270404000,2),(1387,-1252256400,1),(1387,-1238954400,2),(1387,-1220806800,1),(1387,-1207504800,2),(1387,-1189357200,1),(1387,-1176055200,2),(1387,-1157302800,1),(1387,-1144605600,2),(1387,-1125853200,1),(1387,-1112551200,2),(1387,-1094403600,1),(1387,-1081101600,2),(1387,-1062954000,1),(1387,-1049652000,2),(1387,-1031504400,1),(1387,-1018202400,2),(1387,-1000054800,1),(1387,-986752800,2),(1387,-968000400,1),(1387,-955303200,2),(1387,-936550800,1),(1387,-923248800,2),(1387,-905101200,1),(1387,-891799200,2),(1387,-880218000,3),(1387,-769395600,4),(1387,-765396000,2),(1387,-747248400,1),(1387,-733946400,2),(1387,-715798800,1),(1387,-702496800,2),(1387,-684349200,1),(1387,-671047200,2),(1387,-652899600,1),(1387,-639597600,2),(1387,-620845200,1),(1387,-608148000,2),(1387,-589395600,1),(1387,-576093600,2),(1387,-557946000,1),(1387,-544644000,2),(1387,-526496400,1),(1387,-513194400,2),(1387,-495046800,1),(1387,-481744800,2),(1387,-463597200,1),(1387,-447271200,2),(1387,-431542800,1),(1387,-415821600,2),(1387,-400093200,1),(1387,-384372000,2),(1387,-368643600,1),(1387,-352922400,2),(1387,-337194000,1),(1387,-321472800,2),(1387,-305744400,1),(1387,-289418400,2),(1387,-273690000,1),(1387,-257968800,2),(1387,-242240400,1),(1387,-226519200,2),(1387,-210790800,1),(1387,-195069600,2),(1387,-179341200,1),(1387,-163620000,2),(1387,-147891600,1),(1387,-131565600,2),(1387,-116442000,1),(1387,-100116000,2),(1387,-84387600,1),(1387,-68666400,2),(1387,-52938000,1),(1387,-37216800,2),(1387,-21488400,1),(1387,-5767200,2),(1387,9961200,1),(1387,25682400,2),(1387,41410800,1),(1387,57736800,2),(1387,73465200,1),(1387,89186401,2),(1387,104914802,1),(1387,120636002,2),(1387,126687603,1),(1387,152085603,2),(1387,162370804,1),(1387,183535204,2),(1387,199263605,1),(1387,215589605,2),(1387,230713206,1),(1387,247039206,2),(1387,262767607,1),(1387,278488807,2),(1387,294217208,1),(1387,309938408,2),(1387,325666809,1),(1387,341388009,2),(1387,357116409,1),(1387,372837610,2),(1387,388566010,1),(1387,404892011,2),(1387,420015611,1),(1387,436341612,2),(1387,452070012,1),(1387,467791212,2),(1387,483519612,1),(1387,499240813,2),(1387,514969213,1),(1387,530690413,2),(1387,544604413,1),(1387,562140013,2),(1387,576054014,1),(1387,594194414,2),(1387,607503614,1),(1387,625644014,2),(1387,638953215,1),(1387,657093615,2),(1387,671007616,1),(1387,688543216,2),(1387,702457216,1),(1387,719992817,2),(1387,733906817,1),(1387,752047218,2),(1387,765356418,1),(1387,783496819,2),(1387,796806019,1),(1387,814946419,2),(1387,828860420,1),(1387,846396020,2),(1387,860310020,1),(1387,877845621,2),(1387,891759621,1),(1387,909295221,2),(1387,923209222,1),(1387,941349622,2),(1387,954658822,1),(1387,972799222,2),(1387,986108422,1),(1387,1004248822,2),(1387,1018162822,1),(1387,1035698422,2),(1387,1049612422,1),(1387,1067148022,2),(1387,1081062022,1),(1387,1099202422,2),(1387,1112511622,1),(1387,1130652022,2),(1387,1143961223,1),(1387,1162101623,2),(1387,1173596423,1),(1387,1194156023,2),(1387,1205046023,1),(1387,1225605623,2),(1387,1236495624,1),(1387,1257055224,2),(1387,1268550024,1),(1387,1289109624,2),(1387,1299999624,1),(1387,1320559224,2),(1387,1331449224,1),(1387,1352008825,2),(1387,1362898825,1),(1387,1383458425,2),(1387,1394348425,1),(1387,1414908025,2),(1387,1425798025,1),(1387,1446357626,2),(1387,1457852426,1),(1387,1478412026,2),(1387,1489302027,1),(1387,1509861627,2),(1387,1520751627,1),(1387,1541311227,2),(1387,1552201227,1),(1387,1572760827,2),(1387,1583650827,1),(1387,1604210427,2),(1387,1615705227,1),(1387,1636264827,2),(1387,1647154827,1),(1387,1667714427,2),(1387,1678604427,1),(1387,1699164027,2),(1387,1710054027,1),(1387,1730613627,2),(1387,1741503627,1),(1387,1762063227,2),(1387,1772953227,1),(1387,1793512827,2),(1387,1805007627,1),(1387,1825567227,2),(1387,1836457227,1),(1387,1857016827,2),(1387,1867906827,1),(1387,1888466427,2),(1387,1899356427,1),(1387,1919916027,2),(1387,1930806027,1),(1387,1951365627,2),(1387,1962860427,1),(1387,1983420027,2),(1387,1994310027,1),(1387,2014869627,2),(1387,2025759627,1),(1387,2046319227,2),(1387,2057209227,1),(1387,2077768827,2),(1387,2088658827,1),(1387,2109218427,2),(1387,2120108427,1),(1387,2140668027,2),(1388,-2147483648,2),(1388,-1632070800,1),(1388,-1615140000,2),(1388,-923252400,1),(1388,-880218000,3),(1388,-769395600,4),(1388,-765396000,2),(1388,136364403,1),(1388,152085603,2),(1388,167814004,1),(1388,183535204,2),(1388,199263605,1),(1388,215589605,2),(1388,230713206,1),(1388,247039206,2),(1388,262767607,1),(1388,278488807,2),(1388,294217208,1),(1388,309938408,2),(1388,325666809,1),(1388,341388009,2),(1388,357116409,1),(1388,372837610,2),(1388,388566010,1),(1388,404892011,2),(1388,420015611,1),(1388,436341612,2),(1388,452070012,1),(1388,467791212,2),(1388,483519612,1),(1388,499240813,2),(1388,514969213,1),(1388,530690413,2),(1388,544604413,1),(1388,562140013,2),(1388,576054014,1),(1388,594194414,2),(1388,607503614,1),(1388,625644014,2),(1388,638953215,1),(1388,657093615,2),(1388,671007616,1),(1388,688543216,2),(1388,702457216,1),(1388,719992817,2),(1388,733906817,1),(1388,752047218,2),(1388,765356418,1),(1388,783496819,2),(1388,796806019,1),(1388,814946419,2),(1388,828860420,1),(1388,846396020,2),(1388,860310020,1),(1388,877845621,2),(1388,891759621,1),(1388,909295221,2),(1388,923209222,1),(1388,941349622,2),(1388,954658822,1),(1388,972799222,2),(1388,986108422,1),(1388,1004248822,2),(1388,1018162822,1),(1388,1035698422,2),(1388,1049612422,1),(1388,1067148022,2),(1388,1081062022,1),(1388,1099202422,2),(1388,1112511622,1),(1388,1130652022,2),(1388,1143961223,1),(1388,1162101623,2),(1388,1173596423,1),(1388,1194156023,2),(1388,1205046023,1),(1388,1225605623,2),(1388,1236495624,1),(1388,1257055224,2),(1388,1268550024,1),(1388,1289109624,2),(1388,1299999624,1),(1388,1320559224,2),(1388,1331449224,1),(1388,1352008825,2),(1388,1362898825,1),(1388,1383458425,2),(1388,1394348425,1),(1388,1414908025,2),(1388,1425798025,1),(1388,1446357626,2),(1388,1457852426,1),(1388,1478412026,2),(1388,1489302027,1),(1388,1509861627,2),(1388,1520751627,1),(1388,1541311227,2),(1388,1552201227,1),(1388,1572760827,2),(1388,1583650827,1),(1388,1604210427,2),(1388,1615705227,1),(1388,1636264827,2),(1388,1647154827,1),(1388,1667714427,2),(1388,1678604427,1),(1388,1699164027,2),(1388,1710054027,1),(1388,1730613627,2),(1388,1741503627,1),(1388,1762063227,2),(1388,1772953227,1),(1388,1793512827,2),(1388,1805007627,1),(1388,1825567227,2),(1388,1836457227,1),(1388,1857016827,2),(1388,1867906827,1),(1388,1888466427,2),(1388,1899356427,1),(1388,1919916027,2),(1388,1930806027,1),(1388,1951365627,2),(1388,1962860427,1),(1388,1983420027,2),(1388,1994310027,1),(1388,2014869627,2),(1388,2025759627,1),(1388,2046319227,2),(1388,2057209227,1),(1388,2077768827,2),(1388,2088658827,1),(1388,2109218427,2),(1388,2120108427,1),(1388,2140668027,2),(1389,-2147483648,1),(1389,-880196400,2),(1389,-769395600,3),(1389,-765374400,1),(1389,-86878800,4),(1389,-21466800,5),(1389,-5745600,4),(1389,9982800,5),(1389,25704000,4),(1389,41432400,5),(1389,57758400,4),(1389,73486800,5),(1389,89208001,4),(1389,104936402,5),(1389,120657602,4),(1389,126709203,5),(1389,152107203,4),(1389,162392404,5),(1389,183556804,4),(1389,199285205,5),(1389,215611205,4),(1389,230734806,5),(1389,247060806,4),(1389,262789207,5),(1389,278510407,4),(1389,294238808,5),(1389,309960008,4),(1389,325688409,5),(1389,341409609,4),(1389,357138009,5),(1389,372859210,4),(1389,388587610,5),(1389,404913611,4),(1389,420037211,5),(1389,436363212,6),(1389,439030812,8),(1389,452084412,7),(1389,467805612,8),(1389,483534012,7),(1389,499255213,8),(1389,514983613,7),(1389,530704813,8),(1389,544618813,7),(1389,562154413,8),(1389,576068414,7),(1389,594208814,8),(1389,607518014,7),(1389,625658414,8),(1389,638967615,7),(1389,657108015,8),(1389,671022016,7),(1389,688557616,8),(1389,702471616,7),(1389,720007217,8),(1389,733921217,7),(1389,752061618,8),(1389,765370818,7),(1389,783511219,8),(1389,796820419,7),(1389,814960819,8),(1389,828874820,7),(1389,846410420,8),(1389,860324420,7),(1389,877860021,8),(1389,891774021,7),(1389,909309621,8),(1389,923223622,7),(1389,941364022,8),(1389,954673222,7),(1389,972813622,8),(1389,986122822,7),(1389,1004263222,8),(1389,1018177222,7),(1389,1035712822,8),(1389,1049626822,7),(1389,1067162422,8),(1389,1081076422,7),(1389,1099216822,8),(1389,1112526022,7),(1389,1130666422,8),(1389,1143975623,7),(1389,1162116023,8),(1389,1173610823,7),(1389,1194170423,8),(1389,1205060423,7),(1389,1225620023,8),(1389,1236510024,7),(1389,1257069624,8),(1389,1268564424,7),(1389,1289124024,8),(1389,1300014024,7),(1389,1320573624,8),(1389,1331463624,7),(1389,1352023225,8),(1389,1362913225,7),(1389,1383472825,8),(1389,1394362825,7),(1389,1414922425,8),(1389,1425812425,7),(1389,1446372026,8),(1389,1457866826,7),(1389,1478426426,8),(1389,1489316427,7),(1389,1509876027,8),(1389,1520766027,7),(1389,1541325627,8),(1389,1552215627,7),(1389,1572775227,8),(1389,1583665227,7),(1389,1604224827,8),(1389,1615719627,7),(1389,1636279227,8),(1389,1647169227,7),(1389,1667728827,8),(1389,1678618827,7),(1389,1699178427,8),(1389,1710068427,7),(1389,1730628027,8),(1389,1741518027,7),(1389,1762077627,8),(1389,1772967627,7),(1389,1793527227,8),(1389,1805022027,7),(1389,1825581627,8),(1389,1836471627,7),(1389,1857031227,8),(1389,1867921227,7),(1389,1888480827,8),(1389,1899370827,7),(1389,1919930427,8),(1389,1930820427,7),(1389,1951380027,8),(1389,1962874827,7),(1389,1983434427,8),(1389,1994324427,7),(1389,2014884027,8),(1389,2025774027,7),(1389,2046333627,8),(1389,2057223627,7),(1389,2077783227,8),(1389,2088673227,7),(1389,2109232827,8),(1389,2120122827,7),(1389,2140682427,8),(1390,-2147483648,0),(1390,-1767217820,2),(1390,-1206961200,1),(1390,-1191366000,2),(1390,-1175378400,1),(1390,-1159830000,2),(1390,-633823200,1),(1390,-622072800,2),(1390,-602287200,1),(1390,-591836400,2),(1390,-570751200,1),(1390,-560214000,2),(1390,-539128800,1),(1390,-531356400,2),(1390,-191368800,1),(1390,-184201200,2),(1390,-155167200,1),(1390,-150073200,2),(1390,-128901600,1),(1390,-121129200,2),(1390,-99957600,1),(1390,-89593200,2),(1390,-68421600,1),(1390,-57970800,2),(1390,499744813,1),(1390,511232413,2),(1390,530589613,1),(1390,540262813,2),(1390,562125613,1),(1390,571194014,2),(1390,592970414,1),(1390,602038814,2),(1390,624420014,1),(1390,634698015,2),(1390,938916022,1),(1390,951613222,2),(1390,970970422,1),(1390,971571622,2),(1390,1003024822,1),(1390,1013907622,2),(1391,-2147483648,2),(1391,-1633273200,1),(1391,-1615132800,2),(1391,-1601823600,1),(1391,-1583683200,2),(1391,-880210800,3),(1391,-769395600,4),(1391,-765388800,2),(1391,-84380400,1),(1391,-68659200,2),(1391,-52930800,1),(1391,-37209600,2),(1391,-21481200,1),(1391,-5760000,2),(1391,9968400,1),(1391,25689600,2),(1391,41418000,1),(1391,57744000,2),(1391,73472400,1),(1391,89193601,2),(1391,104922002,1),(1391,120643202,2),(1391,126694803,1),(1391,152092803,2),(1391,162378004,1),(1391,183542404,2),(1391,199270805,1),(1391,215596805,2),(1391,230720406,1),(1391,247046406,2),(1391,262774807,1),(1391,278496007,2),(1391,294224408,1),(1391,309945608,2),(1391,325674009,1),(1391,341395209,2),(1391,357123609,1),(1391,372844810,2),(1391,388573210,1),(1391,404899211,2),(1391,420022811,1),(1391,436348812,2),(1391,452077212,1),(1391,467798412,2),(1391,483526812,1),(1391,499248013,2),(1391,514976413,1),(1391,530697613,2),(1391,544611613,1),(1391,562147213,2),(1391,576061214,1),(1391,594201614,2),(1391,607510814,1),(1391,625651214,2),(1391,638960415,1),(1391,657100815,2),(1391,671014816,1),(1391,688550416,2),(1391,702464416,1),(1391,720000017,2),(1391,733914017,1),(1391,752054418,2),(1391,765363618,1),(1391,783504019,2),(1391,796813219,1),(1391,814953619,2),(1391,828867620,1),(1391,846403220,2),(1391,860317220,1),(1391,877852821,2),(1391,891766821,1),(1391,909302421,2),(1391,923216422,1),(1391,941356822,2),(1391,954666022,1),(1391,972806422,2),(1391,986115622,1),(1391,1004256022,2),(1391,1018170022,1),(1391,1035705622,2),(1391,1049619622,1),(1391,1067155222,2),(1391,1081069222,1),(1391,1099209622,2),(1391,1112518822,1),(1391,1130659222,2),(1391,1143968423,1),(1391,1162108823,2),(1391,1173603623,1),(1391,1194163223,2),(1391,1205053223,1),(1391,1225612823,2),(1391,1236502824,1),(1391,1257062424,2),(1391,1268557224,1),(1391,1289116824,6),(1391,1300003224,5),(1391,1320562824,6),(1391,1331452824,5),(1391,1352012425,6),(1391,1362902425,5),(1391,1383462025,6),(1391,1394352025,5),(1391,1414911625,6),(1391,1425801625,5),(1391,1446361226,6),(1391,1457856026,5),(1391,1478415626,6),(1391,1489305627,5),(1391,1509865227,6),(1391,1520755227,5),(1391,1541314827,6),(1391,1552204827,5),(1391,1572764427,6),(1391,1583654427,5),(1391,1604214027,6),(1391,1615708827,5),(1391,1636268427,6),(1391,1647158427,5),(1391,1667718027,6),(1391,1678608027,5),(1391,1699167627,6),(1391,1710057627,5),(1391,1730617227,6),(1391,1741507227,5),(1391,1762066827,6),(1391,1772956827,5),(1391,1793516427,6),(1391,1805011227,5),(1391,1825570827,6),(1391,1836460827,5),(1391,1857020427,6),(1391,1867910427,5),(1391,1888470027,6),(1391,1899360027,5),(1391,1919919627,6),(1391,1930809627,5),(1391,1951369227,6),(1391,1962864027,5),(1391,1983423627,6),(1391,1994313627,5),(1391,2014873227,6),(1391,2025763227,5),(1391,2046322827,6),(1391,2057212827,5),(1391,2077772427,6),(1391,2088662427,5),(1391,2109222027,6),(1391,2120112027,5),(1391,2140671627,6),(1392,-2147483648,2),(1392,-1633273200,1),(1392,-1615132800,2),(1392,-1601823600,1),(1392,-1583683200,2),(1392,-880210800,3),(1392,-769395600,4),(1392,-765388800,2),(1392,-84380400,1),(1392,-68659200,2),(1392,-52930800,1),(1392,-37209600,2),(1392,-21481200,1),(1392,-5760000,2),(1392,9968400,1),(1392,25689600,2),(1392,41418000,1),(1392,57744000,2),(1392,73472400,1),(1392,89193601,2),(1392,104922002,1),(1392,120643202,2),(1392,126694803,1),(1392,152092803,2),(1392,162378004,1),(1392,183542404,2),(1392,199270805,1),(1392,215596805,2),(1392,230720406,1),(1392,247046406,2),(1392,262774807,1),(1392,278496007,2),(1392,294224408,1),(1392,309945608,2),(1392,325674009,1),(1392,341395209,2),(1392,357123609,1),(1392,372844810,2),(1392,388573210,1),(1392,404899211,2),(1392,420022811,1),(1392,436348812,2),(1392,452077212,1),(1392,467798412,2),(1392,483526812,1),(1392,499248013,2),(1392,514976413,1),(1392,530697613,2),(1392,544611613,1),(1392,562147213,2),(1392,576061214,1),(1392,594201614,2),(1392,607510814,1),(1392,625651214,2),(1392,638960415,1),(1392,657100815,2),(1392,671014816,1),(1392,688550416,2),(1392,702464416,1),(1392,720000017,6),(1392,733910417,5),(1392,752050818,6),(1392,765360018,5),(1392,783500419,6),(1392,796809619,5),(1392,814950019,6),(1392,828864020,5),(1392,846399620,6),(1392,860313620,5),(1392,877849221,6),(1392,891763221,5),(1392,909298821,6),(1392,923212822,5),(1392,941353222,6),(1392,954662422,5),(1392,972802822,6),(1392,986112022,5),(1392,1004252422,6),(1392,1018166422,5),(1392,1035702022,6),(1392,1049616022,5),(1392,1067151622,6),(1392,1081065622,5),(1392,1099206022,6),(1392,1112515222,5),(1392,1130655622,6),(1392,1143964823,5),(1392,1162105223,6),(1392,1173600023,5),(1392,1194159623,6),(1392,1205049623,5),(1392,1225609223,6),(1392,1236499224,5),(1392,1257058824,6),(1392,1268553624,5),(1392,1289113224,6),(1392,1300003224,5),(1392,1320562824,6),(1392,1331452824,5),(1392,1352012425,6),(1392,1362902425,5),(1392,1383462025,6),(1392,1394352025,5),(1392,1414911625,6),(1392,1425801625,5),(1392,1446361226,6),(1392,1457856026,5),(1392,1478415626,6),(1392,1489305627,5),(1392,1509865227,6),(1392,1520755227,5),(1392,1541314827,6),(1392,1552204827,5),(1392,1572764427,6),(1392,1583654427,5),(1392,1604214027,6),(1392,1615708827,5),(1392,1636268427,6),(1392,1647158427,5),(1392,1667718027,6),(1392,1678608027,5),(1392,1699167627,6),(1392,1710057627,5),(1392,1730617227,6),(1392,1741507227,5),(1392,1762066827,6),(1392,1772956827,5),(1392,1793516427,6),(1392,1805011227,5),(1392,1825570827,6),(1392,1836460827,5),(1392,1857020427,6),(1392,1867910427,5),(1392,1888470027,6),(1392,1899360027,5),(1392,1919919627,6),(1392,1930809627,5),(1392,1951369227,6),(1392,1962864027,5),(1392,1983423627,6),(1392,1994313627,5),(1392,2014873227,6),(1392,2025763227,5),(1392,2046322827,6),(1392,2057212827,5),(1392,2077772427,6),(1392,2088662427,5),(1392,2109222027,6),(1392,2120112027,5),(1392,2140671627,6),(1393,-2147483648,2),(1393,-1633273200,1),(1393,-1615132800,2),(1393,-1601823600,1),(1393,-1583683200,2),(1393,-880210800,3),(1393,-769395600,4),(1393,-765388800,2),(1393,-84380400,1),(1393,-68659200,2),(1393,-52930800,1),(1393,-37209600,2),(1393,-21481200,1),(1393,-5760000,2),(1393,9968400,1),(1393,25689600,2),(1393,41418000,1),(1393,57744000,2),(1393,73472400,1),(1393,89193601,2),(1393,104922002,1),(1393,120643202,2),(1393,126694803,1),(1393,152092803,2),(1393,162378004,1),(1393,183542404,2),(1393,199270805,1),(1393,215596805,2),(1393,230720406,1),(1393,247046406,2),(1393,262774807,1),(1393,278496007,2),(1393,294224408,1),(1393,309945608,2),(1393,325674009,1),(1393,341395209,2),(1393,357123609,1),(1393,372844810,2),(1393,388573210,1),(1393,404899211,2),(1393,420022811,1),(1393,436348812,2),(1393,452077212,1),(1393,467798412,2),(1393,483526812,1),(1393,499248013,2),(1393,514976413,1),(1393,530697613,2),(1393,544611613,1),(1393,562147213,2),(1393,576061214,1),(1393,594201614,2),(1393,607510814,1),(1393,625651214,2),(1393,638960415,1),(1393,657100815,2),(1393,671014816,1),(1393,688550416,2),(1393,702464416,1),(1393,720000017,2),(1393,733914017,1),(1393,752054418,2),(1393,765363618,1),(1393,783504019,2),(1393,796813219,1),(1393,814953619,2),(1393,828867620,1),(1393,846403220,2),(1393,860317220,1),(1393,877852821,2),(1393,891766821,1),(1393,909302421,2),(1393,923216422,1),(1393,941356822,2),(1393,954666022,1),(1393,972806422,2),(1393,986115622,1),(1393,1004256022,2),(1393,1018170022,1),(1393,1035705622,2),(1393,1049619622,1),(1393,1067155222,6),(1393,1081065622,5),(1393,1099206022,6),(1393,1112515222,5),(1393,1130655622,6),(1393,1143964823,5),(1393,1162105223,6),(1393,1173600023,5),(1393,1194159623,6),(1393,1205049623,5),(1393,1225609223,6),(1393,1236499224,5),(1393,1257058824,6),(1393,1268553624,5),(1393,1289113224,6),(1393,1300003224,5),(1393,1320562824,6),(1393,1331452824,5),(1393,1352012425,6),(1393,1362902425,5),(1393,1383462025,6),(1393,1394352025,5),(1393,1414911625,6),(1393,1425801625,5),(1393,1446361226,6),(1393,1457856026,5),(1393,1478415626,6),(1393,1489305627,5),(1393,1509865227,6),(1393,1520755227,5),(1393,1541314827,6),(1393,1552204827,5),(1393,1572764427,6),(1393,1583654427,5),(1393,1604214027,6),(1393,1615708827,5),(1393,1636268427,6),(1393,1647158427,5),(1393,1667718027,6),(1393,1678608027,5),(1393,1699167627,6),(1393,1710057627,5),(1393,1730617227,6),(1393,1741507227,5),(1393,1762066827,6),(1393,1772956827,5),(1393,1793516427,6),(1393,1805011227,5),(1393,1825570827,6),(1393,1836460827,5),(1393,1857020427,6),(1393,1867910427,5),(1393,1888470027,6),(1393,1899360027,5),(1393,1919919627,6),(1393,1930809627,5),(1393,1951369227,6),(1393,1962864027,5),(1393,1983423627,6),(1393,1994313627,5),(1393,2014873227,6),(1393,2025763227,5),(1393,2046322827,6),(1393,2057212827,5),(1393,2077772427,6),(1393,2088662427,5),(1393,2109222027,6),(1393,2120112027,5),(1393,2140671627,6),(1394,-2147483648,0),(1394,-1686083584,1),(1394,323845209,4),(1394,338950809,2),(1394,354675609,3),(1394,370400410,2),(1394,386125210,3),(1394,401850011,2),(1394,417574811,3),(1394,433299612,2),(1394,449024412,3),(1394,465354012,2),(1394,481078812,3),(1394,496803613,2),(1394,512528413,3),(1394,528253213,2),(1394,543978013,3),(1394,559702813,2),(1394,575427614,3),(1394,591152414,2),(1394,606877214,3),(1394,622602014,2),(1394,638326815,3),(1394,654656415,2),(1394,670381216,3),(1394,686106016,2),(1394,701830816,3),(1394,717555617,2),(1394,733280417,3),(1394,749005218,2),(1394,764730018,3),(1394,780454819,2),(1394,796179619,3),(1394,811904419,2),(1394,828234020,3),(1394,846378020,2),(1394,859683620,3),(1394,877827621,2),(1394,891133221,3),(1394,909277221,2),(1394,922582822,3),(1394,941331622,2),(1394,954032422,3),(1394,972781222,2),(1394,985482022,3),(1394,1004230822,2),(1394,1017536422,3),(1394,1035680422,2),(1394,1048986022,3),(1394,1067130022,2),(1394,1080435622,3),(1394,1099184422,2),(1394,1111885222,3),(1394,1130634022,2),(1394,1143334823,3),(1394,1162083623,2),(1394,1174784423,3),(1394,1193533223,2),(1394,1206838823,3),(1394,1224982823,2),(1394,1238288424,3),(1394,1256432424,2),(1394,1269738024,3),(1394,1288486824,2),(1394,1301187624,3),(1394,1319936424,2),(1394,1332637224,3),(1394,1351386025,2),(1394,1364691625,3),(1394,1382835625,2),(1394,1396141225,3),(1394,1414285225,2),(1394,1427590825,3),(1394,1445734826,2),(1394,1459040426,3),(1394,1477789226,2),(1394,1490490027,3),(1394,1509238827,2),(1394,1521939627,3),(1394,1540688427,2),(1394,1553994027,3),(1394,1572138027,2),(1394,1585443627,3),(1394,1603587627,2),(1394,1616893227,3),(1394,1635642027,2),(1394,1648342827,3),(1394,1667091627,2),(1394,1679792427,3),(1394,1698541227,2),(1394,1711846827,3),(1394,1729990827,2),(1394,1743296427,3),(1394,1761440427,2),(1394,1774746027,3),(1394,1792890027,2),(1394,1806195627,3),(1394,1824944427,2),(1394,1837645227,3),(1394,1856394027,2),(1394,1869094827,3),(1394,1887843627,2),(1394,1901149227,3),(1394,1919293227,2),(1394,1932598827,3),(1394,1950742827,2),(1394,1964048427,3),(1394,1982797227,2),(1394,1995498027,3),(1394,2014246827,2),(1394,2026947627,3),(1394,2045696427,2),(1394,2058397227,3),(1394,2077146027,2),(1394,2090451627,3),(1394,2108595627,2),(1394,2121901227,3),(1394,2140045227,2),(1395,-2147483648,0),(1395,-1514739600,1),(1395,-1343066400,2),(1395,-1234807200,1),(1395,-1220292000,2),(1395,-1207159200,1),(1395,-1191344400,2),(1395,828864020,3),(1395,846399620,2),(1395,860313620,3),(1395,877849221,2),(1395,891766821,4),(1395,909302421,1),(1395,923216422,4),(1395,941356822,1),(1395,954666022,4),(1395,972806422,1),(1395,989139622,4),(1395,1001836822,1),(1395,1018170022,4),(1395,1035705622,1),(1395,1049619622,4),(1395,1067155222,1),(1395,1081069222,4),(1395,1099209622,1),(1395,1112518822,4),(1395,1130659222,1),(1395,1143968423,4),(1395,1162108823,1),(1395,1175418023,4),(1395,1193558423,1),(1395,1207472423,4),(1395,1225008023,1),(1395,1238922024,4),(1395,1256457624,1),(1395,1268557224,4),(1395,1289116824,1),(1395,1300006824,4),(1395,1320566424,1),(1395,1331456424,4),(1395,1352016025,1),(1395,1362906025,4),(1395,1383465625,1),(1395,1394355625,4),(1395,1414915225,1),(1395,1425805225,4),(1395,1446364826,1),(1395,1457859626,4),(1395,1478419226,1),(1395,1489309227,4),(1395,1509868827,1),(1395,1520758827,4),(1395,1541318427,1),(1395,1552208427,4),(1395,1572768027,1),(1395,1583658027,4),(1395,1604217627,1),(1395,1615712427,4),(1395,1636272027,1),(1395,1647162027,4),(1395,1667721627,1),(1395,1678611627,4),(1395,1699171227,1),(1395,1710061227,4),(1395,1730620827,1),(1395,1741510827,4),(1395,1762070427,1),(1395,1772960427,4),(1395,1793520027,1),(1395,1805014827,4),(1395,1825574427,1),(1395,1836464427,4),(1395,1857024027,1),(1395,1867914027,4),(1395,1888473627,1),(1395,1899363627,4),(1395,1919923227,1),(1395,1930813227,4),(1395,1951372827,1),(1395,1962867627,4),(1395,1983427227,1),(1395,1994317227,4),(1395,2014876827,1),(1395,2025766827,4),(1395,2046326427,1),(1395,2057216427,4),(1395,2077776027,1),(1395,2088666027,4),(1395,2109225627,1),(1395,2120115627,4),(1395,2140675227,1),(1396,-2147483648,1),(1396,-1946918424,2),(1397,-2147483648,0),(1397,-1546300800,3),(1397,-880221600,1),(1397,-769395600,2),(1397,-765399600,3),(1397,-147902400,4),(1397,-131572800,3),(1397,325663209,5),(1397,341384409,3),(1397,357112809,5),(1397,372834010,3),(1397,388562410,5),(1397,404888411,3),(1397,420012011,5),(1397,436338012,3),(1397,452066412,5),(1397,467787612,3),(1397,483516012,5),(1397,499237213,3),(1397,514965613,5),(1397,530686813,3),(1397,544600813,5),(1397,562136413,3),(1397,576050414,5),(1397,594190814,3),(1397,607500014,5),(1397,625640414,3),(1397,638949615,5),(1397,657090015,3),(1397,671004016,5),(1397,688539616,3),(1397,702453616,5),(1397,719989217,3),(1397,733903217,5),(1397,752043618,3),(1397,765352818,5),(1397,783493219,3),(1397,796802419,6),(1397,814946419,7),(1397,828860420,6),(1397,846396020,7),(1397,860310020,6),(1397,877845621,7),(1397,891759621,6),(1397,909295221,7),(1397,923209222,6),(1397,941349622,8),(1397,954662422,9),(1397,972802822,7),(1397,986108422,6),(1397,1004248822,7),(1397,1018162822,6),(1397,1035698422,7),(1397,1049612422,6),(1397,1067148022,7),(1397,1081062022,6),(1397,1099202422,7),(1397,1112511622,6),(1397,1130652022,7),(1397,1143961223,6),(1397,1162101623,7),(1397,1173596423,6),(1397,1194156023,7),(1397,1205046023,6),(1397,1225605623,7),(1397,1236495624,6),(1397,1257055224,7),(1397,1268550024,6),(1397,1289109624,7),(1397,1299999624,6),(1397,1320559224,7),(1397,1331449224,6),(1397,1352008825,7),(1397,1362898825,6),(1397,1383458425,7),(1397,1394348425,6),(1397,1414908025,7),(1397,1425798025,6),(1397,1446357626,7),(1397,1457852426,6),(1397,1478412026,7),(1397,1489302027,6),(1397,1509861627,7),(1397,1520751627,6),(1397,1541311227,7),(1397,1552201227,6),(1397,1572760827,7),(1397,1583650827,6),(1397,1604210427,7),(1397,1615705227,6),(1397,1636264827,7),(1397,1647154827,6),(1397,1667714427,7),(1397,1678604427,6),(1397,1699164027,7),(1397,1710054027,6),(1397,1730613627,7),(1397,1741503627,6),(1397,1762063227,7),(1397,1772953227,6),(1397,1793512827,7),(1397,1805007627,6),(1397,1825567227,7),(1397,1836457227,6),(1397,1857016827,7),(1397,1867906827,6),(1397,1888466427,7),(1397,1899356427,6),(1397,1919916027,7),(1397,1930806027,6),(1397,1951365627,7),(1397,1962860427,6),(1397,1983420027,7),(1397,1994310027,6),(1397,2014869627,7),(1397,2025759627,6),(1397,2046319227,7),(1397,2057209227,6),(1397,2077768827,7),(1397,2088658827,6),(1397,2109218427,7),(1397,2120108427,6),(1397,2140668027,7),(1398,-2147483648,0),(1398,-1861906760,1),(1398,-1104524348,2),(1398,-765317964,3),(1398,465449412,4),(1399,-2147483648,2),(1399,-1633273200,1),(1399,-1615132800,2),(1399,-1601823600,1),(1399,-1583683200,2),(1399,-880210800,3),(1399,-820519140,2),(1399,-812653140,3),(1399,-796845540,2),(1399,-84380400,1),(1399,-68659200,2),(1400,-2147483648,1),(1400,-1670483460,3),(1400,421218011,2),(1400,436334412,3),(1400,452062812,2),(1400,467784012,3),(1400,483512412,2),(1400,499233613,3),(1400,514962013,2),(1400,530683213,3),(1400,546411613,2),(1400,562132813,3),(1400,576050414,4),(1400,594194414,5),(1400,607500014,4),(1400,625644014,5),(1400,638949615,4),(1400,657093615,5),(1400,671004016,4),(1400,688543216,5),(1400,702453616,4),(1400,719992817,5),(1400,733903217,4),(1400,752047218,5),(1400,765352818,4),(1400,783496819,5),(1400,796802419,4),(1400,814946419,5),(1400,828856820,4),(1400,846396020,5),(1400,860306420,4),(1400,877845621,5),(1400,1112504422,2),(1400,1130644822,3),(1400,1143954023,2),(1400,1162094423,3),(1400,1331449224,2),(1400,1352008825,3),(1400,1362898825,2),(1400,1383458425,3),(1400,1394348425,2),(1400,1414908025,3),(1400,1425798025,2),(1400,1446357626,3),(1400,1489302027,2),(1400,1509861627,3),(1400,1520751627,2),(1400,1541311227,3),(1400,1552201227,2),(1400,1572760827,3),(1400,1583650827,2),(1400,1604210427,3),(1400,1615705227,2),(1400,1636264827,3),(1400,1647154827,2),(1400,1667714427,3),(1400,1678604427,2),(1400,1699164027,3),(1400,1710054027,2),(1400,1730613627,3),(1400,1741503627,2),(1400,1762063227,3),(1400,1772953227,2),(1400,1793512827,3),(1400,1805007627,2),(1400,1825567227,3),(1400,1836457227,2),(1400,1857016827,3),(1400,1867906827,2),(1400,1888466427,3),(1400,1899356427,2),(1400,1919916027,3),(1400,1930806027,2),(1400,1951365627,3),(1400,1962860427,2),(1400,1983420027,3),(1400,1994310027,2),(1400,2014869627,3),(1400,2025759627,2),(1400,2046319227,3),(1400,2057209227,2),(1400,2077768827,3),(1400,2088658827,2),(1400,2109218427,3),(1400,2120108427,2),(1400,2140668027,3),(1401,-2147483648,0),(1401,-1825098836,1),(1402,-2147483648,0),(1402,-1767209328,2),(1402,-1206950400,1),(1402,-1191355200,2),(1402,-1175367600,1),(1402,-1159819200,2),(1402,-633812400,1),(1402,-622062000,2),(1402,-602276400,1),(1402,-591825600,2),(1402,-570740400,1),(1402,-560203200,2),(1402,-539118000,1),(1402,-531345600,2),(1402,-191358000,1),(1402,-184190400,2),(1402,-155156400,1),(1402,-150062400,2),(1402,-128890800,1),(1402,-121118400,2),(1402,-99946800,1),(1402,-89582400,2),(1402,-68410800,1),(1402,-57960000,2),(1402,499755613,1),(1402,511243213,2),(1402,530600413,1),(1402,540273613,2),(1402,562136413,1),(1402,571204814,2),(1402,1214283623,3),(1402,1384056025,2),(1403,-2147483648,0),(1403,-1767210264,2),(1403,-1206954000,1),(1403,-1191358800,2),(1403,-1175371200,1),(1403,-1159822800,2),(1403,-633816000,1),(1403,-622065600,2),(1403,-602280000,1),(1403,-591829200,2),(1403,-570744000,1),(1403,-560206800,2),(1403,-539121600,1),(1403,-531349200,2),(1403,-191361600,1),(1403,-184194000,2),(1403,-155160000,1),(1403,-150066000,2),(1403,-128894400,1),(1403,-121122000,2),(1403,-99950400,1),(1403,-89586000,2),(1403,-68414400,1),(1403,-57963600,2),(1403,499752013,1),(1403,511239613,2),(1403,530596813,1),(1403,540270013,2),(1403,562132813,1),(1403,571201214,2),(1404,-2147483648,1),(1404,-873057600,3),(1404,-769395600,2),(1404,-765399600,1),(1405,-2147483648,1),(1405,-1892661434,2),(1405,-1688410800,1),(1405,-1619205434,3),(1405,-1593806400,1),(1405,-1335986234,4),(1405,-1317585600,2),(1405,-1304362800,4),(1405,-1286049600,2),(1405,-1272826800,4),(1405,-1254513600,2),(1405,-1241290800,4),(1405,-1222977600,2),(1405,-1209754800,4),(1405,-1191355200,2),(1405,-1178132400,3),(1405,-870552000,2),(1405,-865278000,3),(1405,-718056000,2),(1405,-713649600,3),(1405,-36619200,5),(1405,-23922000,6),(1405,-3355200,5),(1405,7527600,6),(1405,24465600,5),(1405,37767600,6),(1405,55915200,5),(1405,69217200,6),(1405,87969601,5),(1405,100666802,6),(1405,118209602,5),(1405,132116403,6),(1405,150868803,5),(1405,163566004,6),(1405,182318404,5),(1405,195620405,6),(1405,213768005,5),(1405,227070006,6),(1405,245217606,5),(1405,258519607,6),(1405,277272007,5),(1405,289969208,6),(1405,308721608,5),(1405,321418809,6),(1405,340171209,5),(1405,353473209,6),(1405,371620810,5),(1405,384922810,6),(1405,403070411,5),(1405,416372411,6),(1405,434520012,5),(1405,447822012,6),(1405,466574412,5),(1405,479271612,6),(1405,498024013,5),(1405,510721213,6),(1405,529473613,5),(1405,545194813,6),(1405,560923213,5),(1405,574225214,6),(1405,592372814,5),(1405,605674814,6),(1405,624427214,5),(1405,637124415,6),(1405,653457615,5),(1405,668574016,6),(1405,687326416,5),(1405,700628416,6),(1405,718776017,5),(1405,732078017,6),(1405,750225618,5),(1405,763527618,6),(1405,781675219,5),(1405,794977219,6),(1405,813729619,5),(1405,826426820,6),(1405,845179220,5),(1405,859690820,6),(1405,876628821,5),(1405,889930821,6),(1405,906868821,5),(1405,923194822,6),(1405,939528022,5),(1405,952830022,6),(1405,971582422,5),(1405,984279622,6),(1405,1003032022,5),(1405,1015729222,6),(1405,1034481622,5),(1405,1047178822,6),(1405,1065931222,5),(1405,1079233222,6),(1405,1097380822,5),(1405,1110682822,6),(1405,1128830422,5),(1405,1142132423,6),(1405,1160884823,5),(1405,1173582023,6),(1405,1192334423,5),(1405,1206846023,6),(1405,1223784023,5),(1405,1237086024,6),(1405,1255233624,5),(1405,1270350024,6),(1405,1286683224,5),(1405,1304823624,6),(1405,1313899224,5),(1405,1335668424,6),(1405,1346558425,5),(1405,1367118025,6),(1405,1378612825,5),(1405,1398567625,6),(1405,1410062425,5),(1405,1463281226,6),(1405,1471147226,5),(1405,1480820426,7),(1406,-2147483648,2),(1406,-1632067200,1),(1406,-1615136400,2),(1406,-923248800,1),(1406,-880214400,3),(1406,-769395600,4),(1406,-765392400,2),(1406,136368003,1),(1406,152089203,2),(1406,167817604,1),(1406,183538804,2),(1406,199267205,1),(1406,215593205,2),(1406,230716806,1),(1406,247042806,2),(1406,262771207,1),(1406,278492407,2),(1406,294220808,1),(1406,309942008,2),(1406,325670409,1),(1406,341391609,2),(1406,357120009,1),(1406,372841210,2),(1406,388569610,1),(1406,404895611,2),(1406,420019211,1),(1406,436345212,2),(1406,452073612,1),(1406,467794812,2),(1406,483523212,1),(1406,499244413,2),(1406,514972813,1),(1406,530694013,2),(1406,544608013,1),(1406,562143613,2),(1406,576057614,1),(1406,594198014,2),(1406,607507214,1),(1406,625647614,2),(1406,638956815,1),(1406,657097215,2),(1406,671011216,1),(1406,688546816,2),(1406,702460816,1),(1406,719996417,2),(1406,733910417,1),(1406,752050818,2),(1406,765360018,1),(1406,783500419,2),(1406,796809619,1),(1406,814950019,2),(1406,828864020,1),(1406,846399620,2),(1406,860313620,1),(1406,877849221,2),(1406,891763221,1),(1406,909298821,2),(1406,923212822,1),(1406,941353222,2),(1406,954662422,1),(1406,972802822,2),(1406,986112022,1),(1406,1004252422,2),(1406,1018166422,1),(1406,1035702022,2),(1406,1049616022,1),(1406,1067151622,2),(1406,1081065622,1),(1406,1099206022,2),(1406,1112515222,1),(1406,1130655622,2),(1406,1143964823,1),(1406,1162105223,2),(1406,1173600023,1),(1406,1194159623,2),(1406,1205049623,1),(1406,1225609223,2),(1406,1236499224,1),(1406,1257058824,2),(1406,1268553624,1),(1406,1289113224,2),(1406,1300003224,1),(1406,1320562824,2),(1406,1331452824,1),(1406,1352012425,2),(1406,1362902425,1),(1406,1383462025,2),(1406,1394352025,1),(1406,1414911625,2),(1406,1425801625,1),(1406,1446361226,2),(1406,1457856026,1),(1406,1478415626,2),(1406,1489305627,1),(1406,1509865227,2),(1406,1520755227,1),(1406,1541314827,2),(1406,1552204827,1),(1406,1572764427,2),(1406,1583654427,1),(1406,1604214027,2),(1406,1615708827,1),(1406,1636268427,2),(1406,1647158427,1),(1406,1667718027,2),(1406,1678608027,1),(1406,1699167627,2),(1406,1710057627,1),(1406,1730617227,2),(1406,1741507227,1),(1406,1762066827,2),(1406,1772956827,1),(1406,1793516427,2),(1406,1805011227,1),(1406,1825570827,2),(1406,1836460827,1),(1406,1857020427,2),(1406,1867910427,1),(1406,1888470027,2),(1406,1899360027,1),(1406,1919919627,2),(1406,1930809627,1),(1406,1951369227,2),(1406,1962864027,1),(1406,1983423627,2),(1406,1994313627,1),(1406,2014873227,2),(1406,2025763227,1),(1406,2046322827,2),(1406,2057212827,1),(1406,2077772427,2),(1406,2088662427,1),(1406,2109222027,2),(1406,2120112027,1),(1406,2140671627,2),(1407,-2147483648,0),(1407,-410227200,2),(1407,-147895200,1),(1407,-131565600,2),(1407,325670409,3),(1407,341391609,2),(1407,357120009,3),(1407,372841210,2),(1407,388569610,3),(1407,404895611,2),(1407,420019211,3),(1407,436345212,2),(1407,452073612,3),(1407,467794812,2),(1407,483523212,3),(1407,499244413,2),(1407,514972813,3),(1407,530694013,2),(1407,544608013,3),(1407,562143613,2),(1407,576057614,3),(1407,594198014,2),(1407,607507214,3),(1407,625647614,2),(1407,638956815,3),(1407,657097215,2),(1407,671011216,3),(1407,688546816,2),(1407,702460816,3),(1407,719996417,2),(1407,733910417,3),(1407,752050818,2),(1407,765360018,3),(1407,783500419,2),(1407,796809619,3),(1407,814950019,2),(1407,828864020,3),(1407,846399620,2),(1407,860313620,3),(1407,877849221,2),(1407,891763221,3),(1407,909298821,2),(1407,923212822,3),(1407,941353222,2),(1407,954662422,3),(1407,972802822,4),(1407,986112022,3),(1407,1004252422,2),(1407,1018166422,3),(1407,1035702022,2),(1407,1049616022,3),(1407,1067151622,2),(1407,1081065622,3),(1407,1099206022,2),(1407,1112515222,3),(1407,1130655622,2),(1407,1143964823,3),(1407,1162105223,2),(1407,1173600023,3),(1407,1194159623,2),(1407,1205049623,3),(1407,1225609223,2),(1407,1236499224,3),(1407,1257058824,2),(1407,1268553624,3),(1407,1289113224,2),(1407,1300003224,3),(1407,1320562824,2),(1407,1331452824,3),(1407,1352012425,2),(1407,1362902425,3),(1407,1383462025,2),(1407,1394352025,3),(1407,1414911625,2),(1407,1425801625,3),(1407,1446361226,2),(1407,1457856026,3),(1407,1478415626,2),(1407,1489305627,3),(1407,1509865227,2),(1407,1520755227,3),(1407,1541314827,2),(1407,1552204827,3),(1407,1572764427,2),(1407,1583654427,3),(1407,1604214027,2),(1407,1615708827,3),(1407,1636268427,2),(1407,1647158427,3),(1407,1667718027,2),(1407,1678608027,3),(1407,1699167627,2),(1407,1710057627,3),(1407,1730617227,2),(1407,1741507227,3),(1407,1762066827,2),(1407,1772956827,3),(1407,1793516427,2),(1407,1805011227,3),(1407,1825570827,2),(1407,1836460827,3),(1407,1857020427,2),(1407,1867910427,3),(1407,1888470027,2),(1407,1899360027,3),(1407,1919919627,2),(1407,1930809627,3),(1407,1951369227,2),(1407,1962864027,3),(1407,1983423627,2),(1407,1994313627,3),(1407,2014873227,2),(1407,2025763227,3),(1407,2046322827,2),(1407,2057212827,3),(1407,2077772427,2),(1407,2088662427,3),(1407,2109222027,2),(1407,2120112027,3),(1407,2140671627,2),(1408,-2147483648,0),(1408,-1767217224,2),(1408,-1206957600,1),(1408,-1191362400,2),(1408,-1175374800,1),(1408,-1159826400,2),(1408,-633819600,1),(1408,-622069200,2),(1408,-602283600,1),(1408,-591832800,2),(1408,-570747600,1),(1408,-560210400,2),(1408,-539125200,1),(1408,-531352800,2),(1408,-191365200,1),(1408,-184197600,2),(1408,-155163600,1),(1408,-150069600,2),(1408,-128898000,1),(1408,-121125600,2),(1408,-99954000,1),(1408,-89589600,2),(1408,-68418000,1),(1408,-57967200,2),(1408,499748413,1),(1408,511236013,2),(1408,530593213,1),(1408,540266413,2),(1408,562129213,1),(1408,571197614,2),(1408,592974014,1),(1408,602042414,2),(1408,624423614,1),(1408,634701615,2),(1408,938919622,1),(1408,951616822,2),(1408,970974022,1),(1408,971575222,2),(1408,1003028422,1),(1408,1013911222,2),(1409,-2147483648,0),(1409,-2030202084,2),(1409,-1632063600,1),(1409,-1615132800,2),(1409,-1251651600,1),(1409,-1238349600,2),(1409,-1220202000,1),(1409,-1206900000,2),(1409,-1188752400,1),(1409,-1175450400,2),(1409,-1156698000,1),(1409,-1144000800,2),(1409,-1125248400,1),(1409,-1111946400,2),(1409,-1032714000,1),(1409,-1016992800,2),(1409,-1001264400,1),(1409,-986148000,2),(1409,-969814800,1),(1409,-954093600,2),(1409,-937760400,1),(1409,-922039200,2),(1409,-906310800,1),(1409,-890589600,2),(1409,-880210800,3),(1409,-769395600,4),(1409,-765388800,2),(1409,-748450800,1),(1409,-732729600,2),(1409,-715791600,1),(1409,-702489600,2),(1409,-684342000,1),(1409,-671040000,2),(1409,-652892400,1),(1409,-639590400,2),(1409,-620838000,1),(1409,-608140800,2),(1409,-589388400,1),(1409,-576086400,2),(1409,-557938800,1),(1409,-544636800,2),(1409,-526489200,1),(1409,-513187200,2),(1409,-495039600,1),(1409,-481737600,2),(1409,-463590000,1),(1409,-450288000,2),(1409,-431535600,1),(1409,-418233600,2),(1409,-400086000,1),(1409,-386784000,2),(1409,-337186800,1),(1409,-321465600,2),(1409,-305737200,5),(1410,-2147483648,0),(1410,-704937600,2),(1410,-147895200,1),(1410,-131565600,2),(1410,325670409,3),(1410,341391609,2),(1410,357120009,3),(1410,372841210,2),(1410,388569610,3),(1410,404895611,2),(1410,420019211,3),(1410,436345212,2),(1410,452073612,3),(1410,467794812,2),(1410,483523212,3),(1410,499244413,2),(1410,514972813,3),(1410,530694013,2),(1410,544608013,3),(1410,562143613,2),(1410,576057614,3),(1410,594198014,2),(1410,607507214,3),(1410,625647614,2),(1410,638956815,3),(1410,657097215,2),(1410,671011216,3),(1410,688546816,2),(1410,702460816,3),(1410,719996417,2),(1410,733910417,3),(1410,752050818,2),(1410,765360018,3),(1410,783500419,2),(1410,796809619,3),(1410,814950019,2),(1410,828864020,3),(1410,846399620,2),(1410,860313620,3),(1410,877849221,2),(1410,891763221,3),(1410,909298821,2),(1410,923212822,3),(1410,941353222,2),(1410,954662422,3),(1410,972802822,4),(1410,986112022,3),(1410,1004252422,2),(1410,1018166422,3),(1410,1035702022,2),(1410,1049616022,3),(1410,1067151622,2),(1410,1081065622,3),(1410,1099206022,2),(1410,1112515222,3),(1410,1130655622,2),(1410,1143964823,3),(1410,1162105223,4),(1410,1173600023,3),(1410,1194159623,2),(1410,1205049623,3),(1410,1225609223,2),(1410,1236499224,3),(1410,1257058824,2),(1410,1268553624,3),(1410,1289113224,2),(1410,1300003224,3),(1410,1320562824,2),(1410,1331452824,3),(1410,1352012425,2),(1410,1362902425,3),(1410,1383462025,2),(1410,1394352025,3),(1410,1414911625,2),(1410,1425801625,3),(1410,1446361226,2),(1410,1457856026,3),(1410,1478415626,2),(1410,1489305627,3),(1410,1509865227,2),(1410,1520755227,3),(1410,1541314827,2),(1410,1552204827,3),(1410,1572764427,2),(1410,1583654427,3),(1410,1604214027,2),(1410,1615708827,3),(1410,1636268427,2),(1410,1647158427,3),(1410,1667718027,2),(1410,1678608027,3),(1410,1699167627,2),(1410,1710057627,3),(1410,1730617227,2),(1410,1741507227,3),(1410,1762066827,2),(1410,1772956827,3),(1410,1793516427,2),(1410,1805011227,3),(1410,1825570827,2),(1410,1836460827,3),(1410,1857020427,2),(1410,1867910427,3),(1410,1888470027,2),(1410,1899360027,3),(1410,1919919627,2),(1410,1930809627,3),(1410,1951369227,2),(1410,1962864027,3),(1410,1983423627,2),(1410,1994313627,3),(1410,2014873227,2),(1410,2025763227,3),(1410,2046322827,2),(1410,2057212827,3),(1410,2077772427,2),(1410,2088662427,3),(1410,2109222027,2),(1410,2120112027,3),(1410,2140671627,2),(1411,-2147483648,0),(1411,-1767209328,2),(1411,-1206950400,1),(1411,-1191355200,2),(1411,-1175367600,1),(1411,-1159819200,2),(1411,-633812400,1),(1411,-622062000,2),(1411,-602276400,1),(1411,-591825600,2),(1411,-570740400,1),(1411,-560203200,2),(1411,-539118000,1),(1411,-531345600,2),(1411,-191358000,1),(1411,-184190400,2),(1411,-155156400,1),(1411,-150062400,2),(1411,-128890800,1),(1411,-121118400,2),(1411,-99946800,1),(1411,-89582400,2),(1411,-68410800,1),(1411,-57960000,2),(1411,499755613,1),(1411,511243213,2),(1411,530600413,1),(1411,540273613,2),(1411,562136413,1),(1411,571204814,2),(1411,1214283623,3),(1411,1384056025,2),(1412,-2147483648,1),(1412,-1567453392,2),(1412,-1233432000,3),(1412,-1222981200,2),(1412,-1205956800,3),(1412,-1194037200,2),(1412,-1172865600,3),(1412,-1162501200,2),(1412,-1141329600,3),(1412,-1130965200,2),(1412,-1109793600,3),(1412,-1099429200,2),(1412,-1078257600,3),(1412,-1067806800,2),(1412,-1046635200,3),(1412,-1036270800,2),(1412,-1015099200,3),(1412,-1004734800,2),(1412,-983563200,3),(1412,-973198800,2),(1412,-952027200,3),(1412,-941576400,2),(1412,-931032000,3),(1412,-900882000,2),(1412,-890337600,3),(1412,-833749200,2),(1412,-827265600,3),(1412,-752274000,2),(1412,-733780800,3),(1412,-197326800,2),(1412,-190843200,3),(1412,-184194000,2),(1412,-164491200,3),(1412,-152658000,2),(1412,-132955200,3),(1412,-121122000,2),(1412,-101419200,3),(1412,-86821200,2),(1412,-71092800,3),(1412,-54766800,2),(1412,-39038400,3),(1412,-23317200,2),(1412,-7588800,5),(1412,128142003,4),(1412,136605603,5),(1412,596948414,4),(1412,605066414,5),(1412,624423614,4),(1412,636516015,5),(1412,656478015,4),(1412,667965616,2),(1412,687931216,4),(1412,699415216,5),(1412,719377217,4),(1412,731469617,5),(1412,938919622,3),(1412,952052422,5),(1412,1198983623,4),(1412,1205632823,5),(1412,1224385223,4),(1412,1237082424,5),(1413,-2147483648,0),(1413,-1514736000,1),(1413,-1451667600,2),(1413,-1343062800,1),(1413,-1234803600,2),(1413,-1222963200,3),(1413,-1207242000,2),(1413,-873820800,4),(1413,-769395600,5),(1413,-761677200,2),(1413,-686073600,3),(1413,-661539600,2),(1413,-495039600,3),(1413,-481734000,2),(1413,-463590000,3),(1413,-450284400,2),(1413,-431535600,3),(1413,-418230000,2),(1413,-400086000,3),(1413,-386780400,2),(1413,-368636400,3),(1413,-355330800,2),(1413,-337186800,3),(1413,-323881200,2),(1413,-305737200,3),(1413,-292431600,2),(1413,199274405,3),(1413,215600405,2),(1413,230724006,3),(1413,247050006,2),(1413,262778407,3),(1413,278499607,2),(1413,294228008,3),(1413,309949208,2),(1413,325677609,3),(1413,341398809,2),(1413,357127209,3),(1413,372848410,2),(1413,388576810,3),(1413,404902811,2),(1413,420026411,3),(1413,436352412,2),(1413,452080812,3),(1413,467802012,2),(1413,483530412,3),(1413,499251613,2),(1413,514980013,3),(1413,530701213,2),(1413,544615213,3),(1413,562150813,2),(1413,576064814,3),(1413,594205214,2),(1413,607514414,3),(1413,625654814,2),(1413,638964015,3),(1413,657104415,2),(1413,671018416,3),(1413,688554016,2),(1413,702468016,3),(1413,720003617,2),(1413,733917617,3),(1413,752058018,2),(1413,765367218,3),(1413,783507619,2),(1413,796816819,3),(1413,814957219,2),(1413,828871220,3),(1413,846406820,2),(1413,860320820,3),(1413,877856421,2),(1413,891770421,3),(1413,909306021,2),(1413,923220022,3),(1413,941360422,2),(1413,954669622,3),(1413,972810022,2),(1413,986119222,3),(1413,1004259622,2),(1413,1018173622,3),(1413,1035709222,2),(1413,1049623222,3),(1413,1067158822,2),(1413,1081072822,3),(1413,1099213222,2),(1413,1112522422,3),(1413,1130662822,2),(1413,1143972023,3),(1413,1162112423,2),(1413,1175421623,3),(1413,1193562023,2),(1413,1207476023,3),(1413,1225011623,2),(1413,1238925624,3),(1413,1256461224,2),(1413,1268560824,3),(1413,1289120424,2),(1413,1300010424,3),(1413,1320570024,2),(1413,1331460024,3),(1413,1352019625,2),(1413,1362909625,3),(1413,1383469225,2),(1413,1394359225,3),(1413,1414918825,2),(1413,1425808825,3),(1413,1446368426,2),(1413,1457863226,3),(1413,1478422826,2),(1413,1489312827,3),(1413,1509872427,2),(1413,1520762427,3),(1413,1541322027,2),(1413,1552212027,3),(1413,1572771627,2),(1413,1583661627,3),(1413,1604221227,2),(1413,1615716027,3),(1413,1636275627,2),(1413,1647165627,3),(1413,1667725227,2),(1413,1678615227,3),(1413,1699174827,2),(1413,1710064827,3),(1413,1730624427,2),(1413,1741514427,3),(1413,1762074027,2),(1413,1772964027,3),(1413,1793523627,2),(1413,1805018427,3),(1413,1825578027,2),(1413,1836468027,3),(1413,1857027627,2),(1413,1867917627,3),(1413,1888477227,2),(1413,1899367227,3),(1413,1919926827,2),(1413,1930816827,3),(1413,1951376427,2),(1413,1962871227,3),(1413,1983430827,2),(1413,1994320827,3),(1413,2014880427,2),(1413,2025770427,3),(1413,2046330027,2),(1413,2057220027,3),(1413,2077779627,2),(1413,2088669627,3),(1413,2109229227,2),(1413,2120119227,3),(1413,2140678827,2),(1414,-2147483648,0),(1414,-1767212472,2),(1414,-1206954000,1),(1414,-1191358800,2),(1414,-1175371200,1),(1414,-1159822800,2),(1414,-633816000,1),(1414,-622065600,2),(1414,-602280000,1),(1414,-591829200,2),(1414,-570744000,1),(1414,-560206800,2),(1414,-539121600,1),(1414,-531349200,2),(1414,-191361600,1),(1414,-184194000,2),(1414,-155160000,1),(1414,-150066000,2),(1414,-128894400,1),(1414,-121122000,2),(1414,-99950400,1),(1414,-89586000,2),(1414,-68414400,1),(1414,-57963600,2),(1414,499752013,1),(1414,511239613,2),(1414,530596813,1),(1414,540270013,2),(1414,562132813,1),(1414,571201214,2),(1414,1214280023,3),(1415,-2147483648,1),(1415,-1892661434,2),(1415,-1688410800,1),(1415,-1619205434,3),(1415,-1593806400,1),(1415,-1335986234,4),(1415,-1317585600,2),(1415,-1304362800,4),(1415,-1286049600,2),(1415,-1272826800,4),(1415,-1254513600,2),(1415,-1241290800,4),(1415,-1222977600,2),(1415,-1209754800,4),(1415,-1191355200,2),(1415,-1178132400,3),(1415,-870552000,2),(1415,-865278000,3),(1415,-740520000,5),(1415,-736376400,3),(1415,-718056000,2),(1415,-713649600,3),(1415,-36619200,6),(1415,-23922000,7),(1415,-3355200,6),(1415,7527600,7),(1415,24465600,6),(1415,37767600,7),(1415,55915200,6),(1415,69217200,7),(1415,87969601,6),(1415,100666802,7),(1415,118209602,6),(1415,132116403,7),(1415,150868803,6),(1415,163566004,7),(1415,182318404,6),(1415,195620405,7),(1415,213768005,6),(1415,227070006,7),(1415,245217606,6),(1415,258519607,7),(1415,277272007,6),(1415,289969208,7),(1415,308721608,6),(1415,321418809,7),(1415,340171209,6),(1415,353473209,7),(1415,371620810,6),(1415,384922810,7),(1415,403070411,6),(1415,416372411,7),(1415,434520012,6),(1415,447822012,7),(1415,466574412,6),(1415,479271612,7),(1415,498024013,6),(1415,510721213,7),(1415,529473613,6),(1415,545194813,7),(1415,560923213,6),(1415,574225214,7),(1415,592372814,6),(1415,605674814,7),(1415,624427214,6),(1415,637124415,7),(1415,653457615,6),(1415,668574016,7),(1415,687326416,6),(1415,700628416,7),(1415,718776017,6),(1415,732078017,7),(1415,750225618,6),(1415,763527618,7),(1415,781675219,6),(1415,794977219,7),(1415,813729619,6),(1415,826426820,7),(1415,845179220,6),(1415,859690820,7),(1415,876628821,6),(1415,889930821,7),(1415,906868821,6),(1415,923194822,7),(1415,939528022,6),(1415,952830022,7),(1415,971582422,6),(1415,984279622,7),(1415,1003032022,6),(1415,1015729222,7),(1415,1034481622,6),(1415,1047178822,7),(1415,1065931222,6),(1415,1079233222,7),(1415,1097380822,6),(1415,1110682822,7),(1415,1128830422,6),(1415,1142132423,7),(1415,1160884823,6),(1415,1173582023,7),(1415,1192334423,6),(1415,1206846023,7),(1415,1223784023,6),(1415,1237086024,7),(1415,1255233624,6),(1415,1270350024,7),(1415,1286683224,6),(1415,1304823624,7),(1415,1313899224,6),(1415,1335668424,7),(1415,1346558425,6),(1415,1367118025,7),(1415,1378612825,6),(1415,1398567625,7),(1415,1410062425,6),(1415,1463281226,7),(1415,1471147226,6),(1415,1494730827,7),(1415,1502596827,6),(1415,1526180427,7),(1415,1534046427,6),(1415,1554606027,7),(1415,1567915227,6),(1415,1586055627,7),(1415,1599364827,6),(1415,1617505227,7),(1415,1630814427,6),(1415,1648954827,7),(1415,1662264027,6),(1415,1680404427,7),(1415,1693713627,6),(1415,1712458827,7),(1415,1725768027,6),(1415,1743908427,7),(1415,1757217627,6),(1415,1775358027,7),(1415,1788667227,6),(1415,1806807627,7),(1415,1820116827,6),(1415,1838257227,7),(1415,1851566427,6),(1415,1870311627,7),(1415,1883016027,6),(1415,1901761227,7),(1415,1915070427,6),(1415,1933210827,7),(1415,1946520027,6),(1415,1964660427,7),(1415,1977969627,6),(1415,1996110027,7),(1415,2009419227,6),(1415,2027559627,7),(1415,2040868827,6),(1415,2059614027,7),(1415,2072318427,6),(1415,2091063627,7),(1415,2104372827,6),(1415,2122513227,7),(1415,2135822427,6),(1416,-2147483648,1),(1416,-1159773600,3),(1416,-100119600,2),(1416,-89668800,3),(1416,-5770800,4),(1416,4422600,3),(1416,25678800,4),(1416,33193800,3),(1416,57733200,4),(1416,64816200,3),(1416,89182801,4),(1416,96438602,3),(1416,120632402,4),(1416,127974603,3),(1416,152082003,5),(1416,972799222,3),(1416,975823222,5),(1417,-2147483648,0),(1417,-1767214412,2),(1417,-1206957600,1),(1417,-1191362400,2),(1417,-1175374800,1),(1417,-1159826400,2),(1417,-633819600,1),(1417,-622069200,2),(1417,-602283600,1),(1417,-591832800,2),(1417,-570747600,1),(1417,-560210400,2),(1417,-539125200,1),(1417,-531352800,2),(1417,-195426000,1),(1417,-184197600,2),(1417,-155163600,1),(1417,-150069600,2),(1417,-128898000,1),(1417,-121125600,2),(1417,-99954000,1),(1417,-89589600,2),(1417,-68418000,1),(1417,-57967200,2),(1417,499748413,1),(1417,511236013,2),(1417,530593213,1),(1417,540266413,2),(1417,562129213,1),(1417,571197614,2),(1417,592974014,1),(1417,602042414,2),(1417,624423614,1),(1417,634701615,2),(1417,656478015,1),(1417,666756016,2),(1417,687927616,1),(1417,697600816,2),(1417,719982017,1),(1417,728445617,2),(1417,750826818,1),(1417,761709618,2),(1417,782276419,1),(1417,793159219,2),(1417,813726019,1),(1417,824004020,2),(1417,844570820,1),(1417,856058420,2),(1417,876106821,1),(1417,888717621,2),(1417,908074821,1),(1417,919562422,2),(1417,938919622,1),(1417,951616822,2),(1417,970974022,1),(1417,982461622,2),(1417,1003028422,1),(1417,1013911222,2),(1417,1036292422,1),(1417,1045360822,2),(1417,1066532422,1),(1417,1076810422,2),(1417,1099364422,1),(1417,1108864822,2),(1417,1129431622,1),(1417,1140314423,2),(1417,1162695623,1),(1417,1172368823,2),(1417,1192330823,1),(1417,1203213623,2),(1417,1224385223,1),(1417,1234663224,2),(1417,1255834824,1),(1417,1266717624,2),(1417,1287284424,1),(1417,1298167224,2),(1417,1318734024,1),(1417,1330221624,2),(1417,1350788425,1),(1417,1361066425,2),(1417,1382238025,1),(1417,1392516025,2),(1417,1413687625,1),(1417,1424570425,2),(1417,1445137226,1),(1417,1456020026,2),(1417,1476586826,1),(1417,1487469627,2),(1417,1508036427,1),(1417,1518919227,2),(1417,1541300427,1),(1417,1550368827,2),(1418,-2147483648,0),(1418,-1686090728,1),(1418,323841609,2),(1418,338961609,3),(1418,354679209,6),(1418,370400410,4),(1418,386125210,5),(1418,401850011,4),(1418,417574811,5),(1418,433299612,4),(1418,449024412,5),(1418,465354012,4),(1418,481078812,5),(1418,496803613,4),(1418,512528413,5),(1418,528253213,4),(1418,543978013,5),(1418,559702813,4),(1418,575427614,5),(1418,591152414,4),(1418,606877214,5),(1418,622602014,4),(1418,638326815,5),(1418,654656415,4),(1418,670381216,5),(1418,686106016,4),(1418,701830816,5),(1418,717555617,4),(1418,733280417,5),(1418,749005218,4),(1418,764730018,5),(1418,780454819,4),(1418,796179619,5),(1418,811904419,4),(1418,828234020,5),(1418,846378020,4),(1418,859683620,5),(1418,877827621,4),(1418,891133221,5),(1418,909277221,4),(1418,922582822,5),(1418,941331622,4),(1418,954032422,5),(1418,972781222,4),(1418,985482022,5),(1418,1004230822,4),(1418,1017536422,5),(1418,1035680422,4),(1418,1048986022,5),(1418,1067130022,4),(1418,1080435622,5),(1418,1099184422,4),(1418,1111885222,5),(1418,1130634022,4),(1418,1143334823,5),(1418,1162083623,4),(1418,1174784423,5),(1418,1193533223,4),(1418,1206838823,5),(1418,1224982823,4),(1418,1238288424,5),(1418,1256432424,4),(1418,1269738024,5),(1418,1288486824,4),(1418,1301187624,5),(1418,1319936424,4),(1418,1332637224,5),(1418,1351386025,4),(1418,1364691625,5),(1418,1382835625,4),(1418,1396141225,5),(1418,1414285225,4),(1418,1427590825,5),(1418,1445734826,4),(1418,1459040426,5),(1418,1477789226,4),(1418,1490490027,5),(1418,1509238827,4),(1418,1521939627,5),(1418,1540688427,4),(1418,1553994027,5),(1418,1572138027,4),(1418,1585443627,5),(1418,1603587627,4),(1418,1616893227,5),(1418,1635642027,4),(1418,1648342827,5),(1418,1667091627,4),(1418,1679792427,5),(1418,1698541227,4),(1418,1711846827,5),(1418,1729990827,4),(1418,1743296427,5),(1418,1761440427,4),(1418,1774746027,5),(1418,1792890027,4),(1418,1806195627,5),(1418,1824944427,4),(1418,1837645227,5),(1418,1856394027,4),(1418,1869094827,5),(1418,1887843627,4),(1418,1901149227,5),(1418,1919293227,4),(1418,1932598827,5),(1418,1950742827,4),(1418,1964048427,5),(1418,1982797227,4),(1418,1995498027,5),(1418,2014246827,4),(1418,2026947627,5),(1418,2045696427,4),(1418,2058397227,5),(1418,2077146027,4),(1418,2090451627,5),(1418,2108595627,4),(1418,2121901227,5),(1418,2140045227,4),(1419,-2147483648,2),(1419,-1633273200,1),(1419,-1615132800,2),(1419,-1601823600,1),(1419,-1583683200,2),(1419,-1570374000,1),(1419,-1551628800,2),(1419,-1538924400,1),(1419,-1534089600,2),(1419,-880210800,3),(1419,-769395600,4),(1419,-765388800,2),(1419,-147884400,1),(1419,-131558400,2),(1419,-116434800,1),(1419,-100108800,2),(1419,-84380400,1),(1419,-68659200,2),(1419,-52930800,1),(1419,-37209600,2),(1419,-21481200,1),(1419,-5760000,2),(1419,9968400,1),(1419,25689600,2),(1419,41418000,1),(1419,57744000,2),(1419,73472400,1),(1419,89193601,2),(1419,104922002,1),(1419,120643202,2),(1419,126694803,1),(1419,152092803,2),(1419,162378004,1),(1419,183542404,2),(1419,199270805,1),(1419,215596805,2),(1419,230720406,1),(1419,247046406,2),(1419,262774807,1),(1419,278496007,2),(1419,294224408,1),(1419,309945608,2),(1419,325674009,1),(1419,341395209,2),(1419,357123609,1),(1419,372844810,2),(1419,388573210,1),(1419,404899211,2),(1419,420022811,1),(1419,436348812,2),(1419,452077212,1),(1419,467798412,2),(1419,483526812,1),(1419,499248013,2),(1419,514976413,1),(1419,530697613,2),(1419,544611613,1),(1419,562147213,2),(1419,576061214,1),(1419,594201614,2),(1419,607510814,1),(1419,625651214,2),(1419,638960415,1),(1419,657100815,2),(1419,671014816,1),(1419,688550416,2),(1419,702464416,1),(1419,720000017,2),(1419,733914017,1),(1419,752054418,2),(1419,765363618,1),(1419,783504019,2),(1419,796813219,1),(1419,814953619,2),(1419,828867620,1),(1419,846403220,2),(1419,860317220,1),(1419,877852821,2),(1419,891766821,1),(1419,909302421,2),(1419,923216422,1),(1419,941356822,2),(1419,954666022,1),(1419,972806422,2),(1419,986115622,1),(1419,1004256022,2),(1419,1018170022,1),(1419,1035705622,2),(1419,1049619622,1),(1419,1067155222,2),(1419,1081069222,1),(1419,1099209622,2),(1419,1112518822,1),(1419,1130659222,2),(1419,1143968423,1),(1419,1162108823,2),(1419,1173603623,1),(1419,1194163223,2),(1419,1205053223,1),(1419,1225612823,2),(1419,1236502824,1),(1419,1257062424,2),(1419,1268557224,1),(1419,1289116824,2),(1419,1300006824,1),(1419,1320566424,2),(1419,1331456424,1),(1419,1352016025,2),(1419,1362906025,1),(1419,1383465625,2),(1419,1394355625,1),(1419,1414915225,2),(1419,1425805225,1),(1419,1446364826,2),(1419,1457859626,1),(1419,1478419226,2),(1419,1489309227,1),(1419,1509868827,2),(1419,1520758827,1),(1419,1541318427,2),(1419,1552208427,1),(1419,1572768027,2),(1419,1583658027,1),(1419,1604217627,2),(1419,1615712427,1),(1419,1636272027,2),(1419,1647162027,1),(1419,1667721627,2),(1419,1678611627,1),(1419,1699171227,2),(1419,1710061227,1),(1419,1730620827,2),(1419,1741510827,1),(1419,1762070427,2),(1419,1772960427,1),(1419,1793520027,2),(1419,1805014827,1),(1419,1825574427,2),(1419,1836464427,1),(1419,1857024027,2),(1419,1867914027,1),(1419,1888473627,2),(1419,1899363627,1),(1419,1919923227,2),(1419,1930813227,1),(1419,1951372827,2),(1419,1962867627,1),(1419,1983427227,2),(1419,1994317227,1),(1419,2014876827,2),(1419,2025766827,1),(1419,2046326427,2),(1419,2057216427,1),(1419,2077776027,2),(1419,2088666027,1),(1419,2109225627,2),(1419,2120115627,1),(1419,2140675227,2),(1420,-2147483648,1),(1420,-880207200,2),(1420,-769395600,3),(1420,-765385200,1),(1420,-21477600,4),(1420,-5756400,1),(1420,9972000,4),(1420,25693200,1),(1420,41421600,4),(1420,57747600,1),(1420,73476000,4),(1420,89197201,1),(1420,104925602,4),(1420,120646802,1),(1420,126698403,4),(1420,152096403,1),(1420,162381604,4),(1420,183546004,1),(1420,199274405,4),(1420,215600405,1),(1420,230724006,4),(1420,247050006,1),(1420,262778407,4),(1420,278499607,1),(1420,294228008,4),(1420,309949208,1),(1420,325677609,4),(1420,341398809,1),(1420,357127209,4),(1420,372848410,1),(1420,388576810,4),(1420,404902811,1),(1420,420026411,4),(1420,436352412,5),(1420,439030812,7),(1420,452084412,6),(1420,467805612,7),(1420,483534012,6),(1420,499255213,7),(1420,514983613,6),(1420,530704813,7),(1420,544618813,6),(1420,562154413,7),(1420,576068414,6),(1420,594208814,7),(1420,607518014,6),(1420,625658414,7),(1420,638967615,6),(1420,657108015,7),(1420,671022016,6),(1420,688557616,7),(1420,702471616,6),(1420,720007217,7),(1420,733921217,6),(1420,752061618,7),(1420,765370818,6),(1420,783511219,7),(1420,796820419,6),(1420,814960819,7),(1420,828874820,6),(1420,846410420,7),(1420,860324420,6),(1420,877860021,7),(1420,891774021,6),(1420,909309621,7),(1420,923223622,6),(1420,941364022,7),(1420,954673222,6),(1420,972813622,7),(1420,986122822,6),(1420,1004263222,7),(1420,1018177222,6),(1420,1035712822,7),(1420,1049626822,6),(1420,1067162422,7),(1420,1081076422,6),(1420,1099216822,7),(1420,1112526022,6),(1420,1130666422,7),(1420,1143975623,6),(1420,1162116023,7),(1420,1173610823,6),(1420,1194170423,7),(1420,1205060423,6),(1420,1225620023,7),(1420,1236510024,6),(1420,1257069624,7),(1420,1268564424,6),(1420,1289124024,7),(1420,1300014024,6),(1420,1320573624,7),(1420,1331463624,6),(1420,1352023225,7),(1420,1362913225,6),(1420,1383472825,7),(1420,1394362825,6),(1420,1414922425,7),(1420,1425812425,6),(1420,1446372026,7),(1420,1457866826,6),(1420,1478426426,7),(1420,1489316427,6),(1420,1509876027,7),(1420,1520766027,6),(1420,1541325627,7),(1420,1552215627,6),(1420,1572775227,7),(1420,1583665227,6),(1420,1604224827,7),(1420,1615719627,6),(1420,1636279227,7),(1420,1647169227,6),(1420,1667728827,7),(1420,1678618827,6),(1420,1699178427,7),(1420,1710068427,6),(1420,1730628027,7),(1420,1741518027,6),(1420,1762077627,7),(1420,1772967627,6),(1420,1793527227,7),(1420,1805022027,6),(1420,1825581627,7),(1420,1836471627,6),(1420,1857031227,7),(1420,1867921227,6),(1420,1888480827,7),(1420,1899370827,6),(1420,1919930427,7),(1420,1930820427,6),(1420,1951380027,7),(1420,1962874827,6),(1420,1983434427,7),(1420,1994324427,6),(1420,2014884027,7),(1420,2025774027,6),(1420,2046333627,7),(1420,2057223627,6),(1420,2077783227,7),(1420,2088673227,6),(1420,2109232827,7),(1420,2120122827,6),(1420,2140682427,7),(1421,-2147483648,0),(1421,-1825098836,1),(1422,-2147483648,2),(1422,-1664130548,1),(1422,-1650137348,2),(1422,-1632076148,1),(1422,-1615145348,2),(1422,-1598650148,1),(1422,-1590100148,2),(1422,-1567286948,1),(1422,-1551565748,2),(1422,-1535837348,1),(1422,-1520116148,2),(1422,-1503782948,1),(1422,-1488666548,2),(1422,-1472333348,1),(1422,-1457216948,2),(1422,-1440883748,1),(1422,-1425767348,2),(1422,-1409434148,1),(1422,-1394317748,2),(1422,-1377984548,1),(1422,-1362263348,2),(1422,-1346534948,1),(1422,-1330813748,2),(1422,-1314480548,1),(1422,-1299364148,2),(1422,-1283030948,1),(1422,-1267914548,2),(1422,-1251581348,1),(1422,-1236464948,2),(1422,-1220131748,1),(1422,-1205015348,2),(1422,-1188682148,1),(1422,-1172960948,2),(1422,-1156627748,1),(1422,-1141511348,2),(1422,-1125178148,1),(1422,-1110061748,2),(1422,-1096921748,4),(1422,-1093728600,3),(1422,-1078612200,4),(1422,-1061670600,3),(1422,-1048973400,4),(1422,-1030221000,3),(1422,-1017523800,4),(1422,-998771400,3),(1422,-986074200,4),(1422,-966717000,3),(1422,-954624600,4),(1422,-935267400,3),(1422,-922570200,4),(1422,-903817800,3),(1422,-891120600,4),(1422,-872368200,6),(1422,-769395600,5),(1422,-765401400,4),(1422,-746044200,3),(1422,-733347000,4),(1422,-714594600,3),(1422,-701897400,4),(1422,-683145000,3),(1422,-670447800,4),(1422,-651695400,3),(1422,-638998200,4),(1422,-619641000,3),(1422,-606943800,4),(1422,-589401000,3),(1422,-576099000,4),(1422,-557951400,3),(1422,-544649400,4),(1422,-526501800,3),(1422,-513199800,4),(1422,-495052200,3),(1422,-481750200,4),(1422,-463602600,3),(1422,-450300600,4),(1422,-431548200,3),(1422,-418246200,4),(1422,-400098600,3),(1422,-386796600,4),(1422,-368649000,3),(1422,-355347000,4),(1422,-337199400,3),(1422,-323897400,4),(1422,-305749800,3),(1422,-289423800,4),(1422,-273695400,3),(1422,-257974200,4),(1422,-242245800,3),(1422,-226524600,4),(1422,-210796200,3),(1422,-195075000,4),(1422,-179346600,3),(1422,-163625400,4),(1422,-147897000,3),(1422,-131571000,4),(1422,-116447400,3),(1422,-100121400,4),(1422,-84393000,3),(1422,-68671800,4),(1422,-52943400,3),(1422,-37222200,4),(1422,-21493800,3),(1422,-5772600,4),(1422,9955800,3),(1422,25677000,4),(1422,41405400,3),(1422,57731400,4),(1422,73459800,3),(1422,89181001,4),(1422,104909402,3),(1422,120630602,4),(1422,136359003,3),(1422,152080203,4),(1422,167808604,3),(1422,183529804,4),(1422,199258205,3),(1422,215584205,4),(1422,230707806,3),(1422,247033806,4),(1422,262762207,3),(1422,278483407,4),(1422,294211808,3),(1422,309933008,4),(1422,325661409,3),(1422,341382609,4),(1422,357111009,3),(1422,372832210,4),(1422,388560610,3),(1422,404886611,4),(1422,420010211,3),(1422,436336212,4),(1422,452064612,3),(1422,467785812,4),(1422,483514212,3),(1422,499235413,4),(1422,514963813,3),(1422,530685013,4),(1422,544591873,3),(1422,562127473,4),(1422,576041474,7),(1422,594178274,4),(1422,607491074,3),(1422,625631474,4),(1422,638940675,3),(1422,657081075,4),(1422,670995076,3),(1422,688530676,4),(1422,702444676,3),(1422,719980277,4),(1422,733894277,3),(1422,752034678,4),(1422,765343878,3),(1422,783484279,4),(1422,796793479,3),(1422,814933879,4),(1422,828847880,3),(1422,846383480,4),(1422,860297480,3),(1422,877833081,4),(1422,891747081,3),(1422,909282681,4),(1422,923196682,3),(1422,941337082,4),(1422,954646282,3),(1422,972786682,4),(1422,986095882,3),(1422,1004236282,4),(1422,1018150282,3),(1422,1035685882,4),(1422,1049599882,3),(1422,1067135482,4),(1422,1081049482,3),(1422,1099189882,4),(1422,1112499082,3),(1422,1130639482,4),(1422,1143948683,3),(1422,1162089083,4),(1422,1173583883,3),(1422,1194143483,4),(1422,1205033483,3),(1422,1225593083,4),(1422,1236483084,3),(1422,1257042684,4),(1422,1268537484,3),(1422,1289097084,4),(1422,1299987084,3),(1422,1320553824,4),(1422,1331443824,3),(1422,1352003425,4),(1422,1362893425,3),(1422,1383453025,4),(1422,1394343025,3),(1422,1414902625,4),(1422,1425792625,3),(1422,1446352226,4),(1422,1457847026,3),(1422,1478406626,4),(1422,1489296627,3),(1422,1509856227,4),(1422,1520746227,3),(1422,1541305827,4),(1422,1552195827,3),(1422,1572755427,4),(1422,1583645427,3),(1422,1604205027,4),(1422,1615699827,3),(1422,1636259427,4),(1422,1647149427,3),(1422,1667709027,4),(1422,1678599027,3),(1422,1699158627,4),(1422,1710048627,3),(1422,1730608227,4),(1422,1741498227,3),(1422,1762057827,4),(1422,1772947827,3),(1422,1793507427,4),(1422,1805002227,3),(1422,1825561827,4),(1422,1836451827,3),(1422,1857011427,4),(1422,1867901427,3),(1422,1888461027,4),(1422,1899351027,3),(1422,1919910627,4),(1422,1930800627,3),(1422,1951360227,4),(1422,1962855027,3),(1422,1983414627,4),(1422,1994304627,3),(1422,2014864227,4),(1422,2025754227,3),(1422,2046313827,4),(1422,2057203827,3),(1422,2077763427,4),(1422,2088653427,3),(1422,2109213027,4),(1422,2120103027,3),(1422,2140662627,4),(1423,-2147483648,0),(1423,-1825098836,1),(1424,-2147483648,0),(1424,-1825098836,1),(1425,-2147483648,0),(1425,-1825098836,1),(1426,-2147483648,0),(1426,-1825098836,1),(1427,-2147483648,0),(1427,-2030201320,2),(1427,-1632063600,1),(1427,-1615132800,2),(1427,-880210800,3),(1427,-769395600,4),(1427,-765388800,2),(1427,-747241200,1),(1427,-732729600,2),(1427,-715791600,1),(1427,-702489600,2),(1427,-684342000,1),(1427,-671040000,2),(1427,-652892400,1),(1427,-639590400,2),(1427,-400086000,1),(1427,-384364800,2),(1427,-337186800,1),(1427,-321465600,2),(1427,-305737200,1),(1427,-292435200,2),(1427,-273682800,1),(1427,-260985600,2),(1427,73472400,5),(1428,-2147483648,0),(1428,-1538503868,2),(1428,547020013,1),(1428,559717213,2),(1428,578469614,1),(1428,591166814,2),(1428,1146981623,1),(1428,1154926823,2),(1429,-2147483648,0),(1429,-1686079492,2),(1429,670399216,1),(1429,686120416,2),(1429,701848816,1),(1429,717570017,2),(1429,733903217,1),(1429,752043618,2),(1429,765352818,1),(1429,783493219,2),(1429,796802419,1),(1429,814942819,2),(1429,828856820,1),(1429,846392420,2),(1429,860306420,1),(1429,877842021,2),(1429,891756021,1),(1429,909291621,2),(1429,923205622,1),(1429,941346022,2),(1429,954655222,1),(1429,972795622,2),(1429,986104822,1),(1429,1004245222,2),(1429,1018159222,1),(1429,1035694822,2),(1429,1049608822,1),(1429,1067144422,2),(1429,1081058422,1),(1429,1099198822,2),(1429,1112508022,1),(1429,1130648422,2),(1429,1143957623,1),(1429,1162098023,2),(1429,1173592823,1),(1429,1194152423,2),(1429,1205042423,1),(1429,1225602023,2),(1429,1236492024,1),(1429,1257051624,2),(1429,1268546424,1),(1429,1289106024,2),(1429,1299996024,1),(1429,1320555624,2),(1429,1331445624,1),(1429,1352005225,2),(1429,1362895225,1),(1429,1383454825,2),(1429,1394344825,1),(1429,1414904425,2),(1429,1425794425,1),(1429,1446354026,2),(1429,1457848826,1),(1429,1478408426,2),(1429,1489298427,1),(1429,1509858027,2),(1429,1520748027,1),(1429,1541307627,2),(1429,1552197627,1),(1429,1572757227,2),(1429,1583647227,1),(1429,1604206827,2),(1429,1615701627,1),(1429,1636261227,2),(1429,1647151227,1),(1429,1667710827,2),(1429,1678600827,1),(1429,1699160427,2),(1429,1710050427,1),(1429,1730610027,2),(1429,1741500027,1),(1429,1762059627,2),(1429,1772949627,1),(1429,1793509227,2),(1429,1805004027,1),(1429,1825563627,2),(1429,1836453627,1),(1429,1857013227,2),(1429,1867903227,1),(1429,1888462827,2),(1429,1899352827,1),(1429,1919912427,2),(1429,1930802427,1),(1429,1951362027,2),(1429,1962856827,1),(1429,1983416427,2),(1429,1994306427,1),(1429,2014866027,2),(1429,2025756027,1),(1429,2046315627,2),(1429,2057205627,1),(1429,2077765227,2),(1429,2088655227,1),(1429,2109214827,2),(1429,2120104827,1),(1429,2140664427,2),(1430,-2147483648,1),(1430,-1893434400,2),(1430,-880218000,3),(1430,-769395600,4),(1430,-765396000,2),(1430,9961200,5),(1430,25682400,2),(1430,41410800,5),(1430,57736800,2),(1430,73465200,5),(1430,89186401,2),(1430,136364403,5),(1430,152085603,2),(1430,167814004,5),(1430,183535204,2),(1430,199263605,5),(1430,215589605,2),(1430,230713206,5),(1430,247039206,2),(1430,262767607,5),(1430,278488807,2),(1430,294217208,5),(1430,309938408,2),(1430,325666809,5),(1430,341388009,2),(1430,357116409,5),(1430,372837610,2),(1430,388566010,5),(1430,404892011,2),(1430,420015611,5),(1430,436341612,2),(1430,452070012,5),(1430,467791212,2),(1430,483519612,5),(1430,499240813,2),(1430,514969213,5),(1430,530690413,2),(1430,544604413,5),(1430,562140013,2),(1430,576054014,5),(1430,594194414,2),(1430,607503614,5),(1430,625644014,2),(1430,638953215,5),(1430,657093615,2),(1430,671007616,5),(1430,688543216,2),(1430,702457216,5),(1430,719992817,2),(1430,733906817,5),(1430,752047218,2),(1430,765356418,5),(1430,783496819,2),(1430,796806019,5),(1430,814946419,2),(1430,828860420,5),(1430,846396020,2),(1430,860310020,5),(1430,877845621,2),(1430,891759621,5),(1430,909295221,2),(1430,923209222,5),(1430,941349622,2),(1430,954658822,5),(1430,972799222,2),(1430,986108422,5),(1430,1004248822,2),(1430,1018162822,5),(1430,1035698422,2),(1430,1049612422,5),(1430,1067148022,2),(1430,1081062022,5),(1430,1099202422,2),(1430,1112511622,5),(1430,1130652022,2),(1430,1143961223,5),(1430,1162101623,2),(1430,1173596423,5),(1430,1194156023,2),(1430,1205046023,5),(1430,1225605623,2),(1430,1236495624,5),(1430,1257055224,2),(1430,1268550024,5),(1430,1289109624,2),(1430,1299999624,5),(1430,1320559224,2),(1430,1331449224,5),(1430,1352008825,2),(1430,1362898825,5),(1430,1383458425,2),(1430,1394348425,5),(1430,1414908025,2),(1430,1425798025,5),(1430,1446357626,2),(1430,1457852426,5),(1430,1478412026,2),(1430,1489302027,5),(1430,1509861627,2),(1430,1520751627,5),(1430,1541311227,2),(1430,1552201227,5),(1430,1572760827,2),(1430,1583650827,5),(1430,1604210427,2),(1430,1615705227,5),(1430,1636264827,2),(1430,1647154827,5),(1430,1667714427,2),(1430,1678604427,5),(1430,1699164027,2),(1430,1710054027,5),(1430,1730613627,2),(1430,1741503627,5),(1430,1762063227,2),(1430,1772953227,5),(1430,1793512827,2),(1430,1805007627,5),(1430,1825567227,2),(1430,1836457227,5),(1430,1857016827,2),(1430,1867906827,5),(1430,1888466427,2),(1430,1899356427,5),(1430,1919916027,2),(1430,1930806027,5),(1430,1951365627,2),(1430,1962860427,5),(1430,1983420027,2),(1430,1994310027,5),(1430,2014869627,2),(1430,2025759627,5),(1430,2046319227,2),(1430,2057209227,5),(1430,2077768827,2),(1430,2088658827,5),(1430,2109218427,2),(1430,2120108427,5),(1430,2140668027,2),(1431,-2147483648,0),(1431,-1514736000,1),(1431,-1451667600,2),(1431,-1343062800,1),(1431,-1234803600,2),(1431,-1222963200,3),(1431,-1207242000,2),(1431,-873820800,4),(1431,-769395600,5),(1431,-761677200,2),(1431,-686073600,3),(1431,-661539600,2),(1431,-495039600,3),(1431,-481734000,2),(1431,-463590000,3),(1431,-450284400,2),(1431,-431535600,3),(1431,-418230000,2),(1431,-400086000,3),(1431,-386780400,2),(1431,-368636400,3),(1431,-355330800,2),(1431,-337186800,3),(1431,-323881200,2),(1431,-305737200,3),(1431,-292431600,2),(1431,199274405,3),(1431,215600405,2),(1431,230724006,3),(1431,247050006,2),(1431,262778407,3),(1431,278499607,2),(1431,294228008,3),(1431,309949208,2),(1431,325677609,3),(1431,341398809,2),(1431,357127209,3),(1431,372848410,2),(1431,388576810,3),(1431,404902811,2),(1431,420026411,3),(1431,436352412,2),(1431,452080812,3),(1431,467802012,2),(1431,483530412,3),(1431,499251613,2),(1431,514980013,3),(1431,530701213,2),(1431,544615213,3),(1431,562150813,2),(1431,576064814,3),(1431,594205214,2),(1431,607514414,3),(1431,625654814,2),(1431,638964015,3),(1431,657104415,2),(1431,671018416,3),(1431,688554016,2),(1431,702468016,3),(1431,720003617,2),(1431,733917617,3),(1431,752058018,2),(1431,765367218,3),(1431,783507619,2),(1431,796816819,3),(1431,814957219,2),(1431,828871220,3),(1431,846406820,2),(1431,860320820,3),(1431,877856421,2),(1431,891770421,3),(1431,909306021,2),(1431,923220022,3),(1431,941360422,2),(1431,954669622,3),(1431,972810022,2),(1431,986119222,3),(1431,1004259622,2),(1431,1018173622,3),(1431,1035709222,2),(1431,1049623222,3),(1431,1067158822,2),(1431,1081072822,3),(1431,1099213222,2),(1431,1112522422,3),(1431,1130662822,2),(1431,1143972023,3),(1431,1162112423,2),(1431,1175421623,3),(1431,1193562023,2),(1431,1207476023,3),(1431,1225011623,2),(1431,1238925624,3),(1431,1256461224,2),(1431,1268560824,3),(1431,1289120424,2),(1431,1300010424,3),(1431,1320570024,2),(1431,1331460024,3),(1431,1352019625,2),(1431,1362909625,3),(1431,1383469225,2),(1431,1394359225,3),(1431,1414918825,2),(1431,1425808825,3),(1431,1446368426,2),(1431,1457863226,3),(1431,1478422826,2),(1431,1489312827,3),(1431,1509872427,2),(1431,1520762427,3),(1431,1541322027,2),(1431,1552212027,3),(1431,1572771627,2),(1431,1583661627,3),(1431,1604221227,2),(1431,1615716027,3),(1431,1636275627,2),(1431,1647165627,3),(1431,1667725227,2),(1431,1678615227,3),(1431,1699174827,2),(1431,1710064827,3),(1431,1730624427,2),(1431,1741514427,3),(1431,1762074027,2),(1431,1772964027,3),(1431,1793523627,2),(1431,1805018427,3),(1431,1825578027,2),(1431,1836468027,3),(1431,1857027627,2),(1431,1867917627,3),(1431,1888477227,2),(1431,1899367227,3),(1431,1919926827,2),(1431,1930816827,3),(1431,1951376427,2),(1431,1962871227,3),(1431,1983430827,2),(1431,1994320827,3),(1431,2014880427,2),(1431,2025770427,3),(1431,2046330027,2),(1431,2057220027,3),(1431,2077779627,2),(1431,2088669627,3),(1431,2109229227,2),(1431,2120119227,3),(1431,2140678827,2),(1432,-2147483648,2),(1432,-1632070800,1),(1432,-1615140000,2),(1432,-1601753400,1),(1432,-1583697600,2),(1432,-1567357200,1),(1432,-1554667200,2),(1432,-1534698000,1),(1432,-1524074400,2),(1432,-1503248400,1),(1432,-1492365600,2),(1432,-1471798800,1),(1432,-1460916000,2),(1432,-1440954000,1),(1432,-1428861600,2),(1432,-1409504400,1),(1432,-1397412000,2),(1432,-1378054800,1),(1432,-1365962400,2),(1432,-1346605200,1),(1432,-1333908000,2),(1432,-1315155600,1),(1432,-1301853600,2),(1432,-1283706000,1),(1432,-1270404000,2),(1432,-1252256400,1),(1432,-1238954400,2),(1432,-1220806800,1),(1432,-1207504800,2),(1432,-1188752400,1),(1432,-1176055200,2),(1432,-1157302800,1),(1432,-1144000800,2),(1432,-1125853200,1),(1432,-1112551200,2),(1432,-1094403600,1),(1432,-1081101600,2),(1432,-1062954000,1),(1432,-1049652000,2),(1432,-1031504400,1),(1432,-1018202400,2),(1432,-1000054800,1),(1432,-986752800,2),(1432,-968000400,1),(1432,-955303200,2),(1432,-936550800,1),(1432,-880218000,3),(1432,-769395600,4),(1432,-765396000,2),(1432,-747248400,1),(1432,-733946400,2),(1432,-715806000,1),(1432,-702504000,2),(1432,-684356400,1),(1432,-671054400,2),(1432,-652906800,1),(1432,-634161600,2),(1432,-620845200,1),(1432,-602704800,2),(1432,-589395600,1),(1432,-576093600,2),(1432,-557946000,1),(1432,-544644000,2),(1432,-526496400,1),(1432,-513194400,2),(1432,-495046800,1),(1432,-481744800,2),(1432,-463597200,1),(1432,-450295200,2),(1432,-431542800,1),(1432,-418240800,2),(1432,-400093200,1),(1432,-384372000,2),(1432,-368643600,1),(1432,-352922400,2),(1432,-337194000,1),(1432,-321472800,2),(1432,-305744400,1),(1432,-289418400,2),(1432,-273690000,1),(1432,-257968800,2),(1432,-242240400,1),(1432,-226519200,2),(1432,-210790800,1),(1432,-195069600,2),(1432,-179341200,1),(1432,-163620000,2),(1432,-147891600,1),(1432,-131565600,2),(1432,-116442000,1),(1432,-100116000,2),(1432,-84387600,1),(1432,-68666400,2),(1432,-52938000,1),(1432,-37216800,2),(1432,-21488400,1),(1432,-5767200,2),(1432,9961200,1),(1432,25682400,2),(1432,41410800,1),(1432,57736800,2),(1432,73465200,1),(1432,89186401,2),(1432,104914802,1),(1432,120636002,2),(1432,136364403,1),(1432,152085603,2),(1432,167814004,1),(1432,183535204,2),(1432,199263605,1),(1432,215589605,2),(1432,230713206,1),(1432,247039206,2),(1432,262767607,1),(1432,278488807,2),(1432,294217208,1),(1432,309938408,2),(1432,325666809,1),(1432,341388009,2),(1432,357116409,1),(1432,372837610,2),(1432,388566010,1),(1432,404892011,2),(1432,420015611,1),(1432,436341612,2),(1432,452070012,1),(1432,467791212,2),(1432,483519612,1),(1432,499240813,2),(1432,514969213,1),(1432,530690413,2),(1432,544604413,1),(1432,562140013,2),(1432,576054014,1),(1432,594194414,2),(1432,607503614,1),(1432,625644014,2),(1432,638953215,1),(1432,657093615,2),(1432,671007616,1),(1432,688543216,2),(1432,702457216,1),(1432,719992817,2),(1432,733906817,1),(1432,752047218,2),(1432,765356418,1),(1432,783496819,2),(1432,796806019,1),(1432,814946419,2),(1432,828860420,1),(1432,846396020,2),(1432,860310020,1),(1432,877845621,2),(1432,891759621,1),(1432,909295221,2),(1432,923209222,1),(1432,941349622,2),(1432,954658822,1),(1432,972799222,2),(1432,986108422,1),(1432,1004248822,2),(1432,1018162822,1),(1432,1035698422,2),(1432,1049612422,1),(1432,1067148022,2),(1432,1081062022,1),(1432,1099202422,2),(1432,1112511622,1),(1432,1130652022,2),(1432,1143961223,1),(1432,1162101623,2),(1432,1173596423,1),(1432,1194156023,2),(1432,1205046023,1),(1432,1225605623,2),(1432,1236495624,1),(1432,1257055224,2),(1432,1268550024,1),(1432,1289109624,2),(1432,1299999624,1),(1432,1320559224,2),(1432,1331449224,1),(1432,1352008825,2),(1432,1362898825,1),(1432,1383458425,2),(1432,1394348425,1),(1432,1414908025,2),(1432,1425798025,1),(1432,1446357626,2),(1432,1457852426,1),(1432,1478412026,2),(1432,1489302027,1),(1432,1509861627,2),(1432,1520751627,1),(1432,1541311227,2),(1432,1552201227,1),(1432,1572760827,2),(1432,1583650827,1),(1432,1604210427,2),(1432,1615705227,1),(1432,1636264827,2),(1432,1647154827,1),(1432,1667714427,2),(1432,1678604427,1),(1432,1699164027,2),(1432,1710054027,1),(1432,1730613627,2),(1432,1741503627,1),(1432,1762063227,2),(1432,1772953227,1),(1432,1793512827,2),(1432,1805007627,1),(1432,1825567227,2),(1432,1836457227,1),(1432,1857016827,2),(1432,1867906827,1),(1432,1888466427,2),(1432,1899356427,1),(1432,1919916027,2),(1432,1930806027,1),(1432,1951365627,2),(1432,1962860427,1),(1432,1983420027,2),(1432,1994310027,1),(1432,2014869627,2),(1432,2025759627,1),(1432,2046319227,2),(1432,2057209227,1),(1432,2077768827,2),(1432,2088658827,1),(1432,2109218427,2),(1432,2120108427,1),(1432,2140668027,2),(1433,-2147483648,0),(1433,-1825098836,1),(1434,-2147483648,2),(1434,-1632060000,1),(1434,-1615129200,2),(1434,-880207200,3),(1434,-769395600,4),(1434,-765385200,2),(1434,-747237600,1),(1434,-733935600,2),(1434,-715788000,1),(1434,-702486000,2),(1434,-684338400,1),(1434,-671036400,2),(1434,-652888800,1),(1434,-639586800,2),(1434,-620834400,1),(1434,-608137200,2),(1434,-589384800,1),(1434,-576082800,2),(1434,-557935200,1),(1434,-544633200,2),(1434,-526485600,1),(1434,-513183600,2),(1434,-495036000,1),(1434,-481734000,2),(1434,-463586400,1),(1434,-450284400,2),(1434,-431532000,1),(1434,-418230000,2),(1434,-400082400,1),(1434,-386780400,2),(1434,-368632800,1),(1434,-355330800,2),(1434,-337183200,1),(1434,-323881200,2),(1434,-305733600,1),(1434,-292431600,2),(1434,-273679200,1),(1434,-260982000,2),(1434,-242229600,1),(1434,-226508400,2),(1434,-210780000,1),(1434,-195058800,2),(1434,-179330400,1),(1434,-163609200,2),(1434,-147880800,1),(1434,-131554800,2),(1434,-116431200,1),(1434,-100105200,2),(1434,-84376800,1),(1434,-68655600,2),(1434,-52927200,1),(1434,-37206000,2),(1434,-21477600,1),(1434,-5756400,2),(1434,9972000,1),(1434,25693200,2),(1434,41421600,1),(1434,57747600,2),(1434,73476000,1),(1434,89197201,2),(1434,104925602,1),(1434,120646802,2),(1434,136375203,1),(1434,152096403,2),(1434,167824804,1),(1434,183546004,2),(1434,199274405,1),(1434,215600405,2),(1434,230724006,1),(1434,247050006,2),(1434,262778407,1),(1434,278499607,2),(1434,294228008,1),(1434,309949208,2),(1434,325677609,1),(1434,341398809,2),(1434,357127209,1),(1434,372848410,2),(1434,388576810,1),(1434,404902811,2),(1434,420026411,1),(1434,436352412,2),(1434,452080812,1),(1434,467802012,2),(1434,483530412,1),(1434,499251613,2),(1434,514980013,1),(1434,530701213,2),(1434,544615213,1),(1434,562150813,2),(1434,576064814,1),(1434,594205214,2),(1434,607514414,1),(1434,625654814,2),(1434,638964015,1),(1434,657104415,2),(1434,671018416,1),(1434,688554016,2),(1434,702468016,1),(1434,720003617,2),(1434,733917617,1),(1434,752058018,2),(1434,765367218,1),(1434,783507619,2),(1434,796816819,1),(1434,814957219,2),(1434,828871220,1),(1434,846406820,2),(1434,860320820,1),(1434,877856421,2),(1434,891770421,1),(1434,909306021,2),(1434,923220022,1),(1434,941360422,2),(1434,954669622,1),(1434,972810022,2),(1434,986119222,1),(1434,1004259622,2),(1434,1018173622,1),(1434,1035709222,2),(1434,1049623222,1),(1434,1067158822,2),(1434,1081072822,1),(1434,1099213222,2),(1434,1112522422,1),(1434,1130662822,2),(1434,1143972023,1),(1434,1162112423,2),(1434,1173607223,1),(1434,1194166823,2),(1434,1205056823,1),(1434,1225616423,2),(1434,1236506424,1),(1434,1257066024,2),(1434,1268560824,1),(1434,1289120424,2),(1434,1300010424,1),(1434,1320570024,2),(1434,1331460024,1),(1434,1352019625,2),(1434,1362909625,1),(1434,1383469225,2),(1434,1394359225,1),(1434,1414918825,2),(1434,1425808825,1),(1434,1446368426,2),(1434,1457863226,1),(1434,1478422826,2),(1434,1489312827,1),(1434,1509872427,2),(1434,1520762427,1),(1434,1541322027,2),(1434,1552212027,1),(1434,1572771627,2),(1434,1583661627,1),(1434,1604221227,2),(1434,1615716027,1),(1434,1636275627,2),(1434,1647165627,1),(1434,1667725227,2),(1434,1678615227,1),(1434,1699174827,2),(1434,1710064827,1),(1434,1730624427,2),(1434,1741514427,1),(1434,1762074027,2),(1434,1772964027,1),(1434,1793523627,2),(1434,1805018427,1),(1434,1825578027,2),(1434,1836468027,1),(1434,1857027627,2),(1434,1867917627,1),(1434,1888477227,2),(1434,1899367227,1),(1434,1919926827,2),(1434,1930816827,1),(1434,1951376427,2),(1434,1962871227,1),(1434,1983430827,2),(1434,1994320827,1),(1434,2014880427,2),(1434,2025770427,1),(1434,2046330027,2),(1434,2057220027,1),(1434,2077779627,2),(1434,2088669627,1),(1434,2109229227,2),(1434,2120119227,1),(1434,2140678827,2),(1435,-2147483648,0),(1435,-1825098836,1),(1436,-2147483648,2),(1436,-1632056400,1),(1436,-1615125600,2),(1436,-1596978000,1),(1436,-1583164800,2),(1436,-880203600,3),(1436,-769395600,4),(1436,-765381600,2),(1436,-147884400,5),(1436,-131554800,2),(1436,-81961200,6),(1436,325677609,7),(1436,341398809,6),(1436,357127209,7),(1436,372848410,6),(1436,388576810,7),(1436,404902811,6),(1436,420026411,7),(1436,436352412,6),(1436,452080812,7),(1436,467802012,6),(1436,483530412,7),(1436,499251613,6),(1436,514980013,7),(1436,530701213,6),(1436,544615213,7),(1436,562150813,6),(1436,576064814,7),(1436,594205214,6),(1436,607514414,7),(1436,625654814,6),(1436,638964015,7),(1436,657104415,6),(1436,671018416,7),(1436,688554016,6),(1436,702468016,7),(1436,720003617,6),(1436,733917617,7),(1436,752058018,6),(1436,765367218,7),(1436,783507619,6),(1436,796816819,7),(1436,814957219,6),(1436,828871220,7),(1436,846406820,6),(1436,860320820,7),(1436,877856421,6),(1436,891770421,7),(1436,909306021,6),(1436,923220022,7),(1436,941360422,6),(1436,954669622,7),(1436,972810022,6),(1436,986119222,7),(1436,1004259622,6),(1436,1018173622,7),(1436,1035709222,6),(1436,1049623222,7),(1436,1067158822,6),(1436,1081072822,7),(1436,1099213222,6),(1436,1112522422,7),(1436,1130662822,6),(1436,1143972023,7),(1436,1162112423,6),(1436,1173607223,7),(1436,1194166823,6),(1436,1205056823,7),(1436,1225616423,6),(1436,1236506424,7),(1436,1257066024,6),(1436,1268560824,7),(1436,1289120424,6),(1436,1300010424,7),(1436,1320570024,6),(1436,1331460024,7),(1436,1352019625,6),(1436,1362909625,7),(1436,1383469225,6),(1436,1394359225,7),(1436,1414918825,6),(1436,1425808825,7),(1436,1446368426,6),(1436,1457863226,7),(1436,1478422826,6),(1436,1489312827,7),(1436,1509872427,6),(1436,1520762427,7),(1436,1541322027,6),(1436,1552212027,7),(1436,1572771627,6),(1436,1583661627,7),(1436,1604214027,8),(1437,-2147483648,2),(1437,-1694368800,1),(1437,-1681671600,2),(1437,-1632067200,1),(1437,-1615136400,2),(1437,-1029686400,1),(1437,-1018198800,2),(1437,-880214400,3),(1437,-769395600,4),(1437,-765392400,2),(1437,-746035200,1),(1437,-732733200,2),(1437,-715795200,1),(1437,-702493200,2),(1437,-684345600,1),(1437,-671043600,2),(1437,-652896000,1),(1437,-639594000,2),(1437,-620755200,1),(1437,-607626000,2),(1437,-589392000,1),(1437,-576090000,2),(1437,-557942400,1),(1437,-544640400,2),(1437,-526492800,1),(1437,-513190800,2),(1437,-495043200,1),(1437,-481741200,2),(1437,-463593600,1),(1437,-450291600,2),(1437,-431539200,1),(1437,-418237200,2),(1437,-400089600,1),(1437,-386787600,2),(1437,-368640000,1),(1437,-355338000,2),(1437,-337190400,1),(1437,-321469200,2),(1437,-305740800,1),(1437,-292438800,2),(1437,-210787200,1),(1437,-198090000,2),(1437,-116438400,5),(1437,-100108800,6),(1437,-84384000,5),(1437,-68659200,6),(1437,-52934400,5),(1437,-37209600,6),(1437,-21484800,5),(1437,-5760000,6),(1437,9964800,5),(1437,25689600,6),(1437,41414400,5),(1437,57744000,6),(1437,73468800,5),(1437,89193601,6),(1437,104918402,5),(1437,120643202,6),(1437,136368003,5),(1437,152092803,6),(1437,167817604,5),(1437,183542404,6),(1437,199267205,5),(1437,215596805,6),(1437,230716806,5),(1437,247046406,6),(1437,262771207,5),(1437,278496007,6),(1437,294220808,5),(1437,309945608,6),(1437,325670409,5),(1437,341395209,6),(1437,357120009,5),(1437,372844810,6),(1437,388569610,5),(1437,404899211,6),(1437,420019211,5),(1437,436348812,6),(1437,452073612,5),(1437,467798412,6),(1437,483523212,5),(1437,499248013,6),(1437,514972813,5),(1437,530697613,6),(1437,544608013,5),(1437,562147213,6),(1437,576057614,5),(1437,594201614,6),(1437,607507214,5),(1437,625651214,6),(1437,638956815,5),(1437,657100815,6),(1437,671011216,5),(1437,688550416,6),(1437,702460816,5),(1437,720000017,6),(1437,733910417,5),(1437,752054418,6),(1437,765360018,5),(1437,783504019,6),(1437,796809619,5),(1437,814953619,6),(1437,828864020,5),(1437,846403220,6),(1437,860313620,5),(1437,877852821,6),(1437,891763221,5),(1437,909302421,6),(1437,923212822,5),(1437,941356822,6),(1437,954662422,5),(1437,972806422,6),(1437,986112022,5),(1437,1004256022,6),(1437,1018166422,5),(1437,1035705622,6),(1437,1049616022,5),(1437,1067155222,6),(1437,1081065622,5),(1437,1099209622,6),(1437,1112515222,5),(1437,1130659222,6),(1437,1136095223,2),(1437,1143964823,1),(1437,1162105223,2),(1437,1173600023,1),(1437,1194159623,2),(1437,1205049623,1),(1437,1225609223,2),(1437,1236499224,1),(1437,1257058824,2),(1437,1268553624,1),(1437,1289113224,2),(1437,1300003224,1),(1437,1320562824,2),(1437,1331452824,1),(1437,1352012425,2),(1437,1362902425,1),(1437,1383462025,2),(1437,1394352025,1),(1437,1414911625,2),(1437,1425801625,1),(1437,1446361226,2),(1437,1457856026,1),(1437,1478415626,2),(1437,1489305627,1),(1437,1509865227,2),(1437,1520755227,1),(1437,1541314827,2),(1437,1552204827,1),(1437,1572764427,2),(1437,1583654427,1),(1437,1604214027,2),(1437,1615708827,1),(1437,1636268427,2),(1437,1647158427,1),(1437,1667718027,2),(1437,1678608027,1),(1437,1699167627,2),(1437,1710057627,1),(1437,1730617227,2),(1437,1741507227,1),(1437,1762066827,2),(1437,1772956827,1),(1437,1793516427,2),(1437,1805011227,1),(1437,1825570827,2),(1437,1836460827,1),(1437,1857020427,2),(1437,1867910427,1),(1437,1888470027,2),(1437,1899360027,1),(1437,1919919627,2),(1437,1930809627,1),(1437,1951369227,2),(1437,1962864027,1),(1437,1983423627,2),(1437,1994313627,1),(1437,2014873227,2),(1437,2025763227,1),(1437,2046322827,2),(1437,2057212827,1),(1437,2077772427,2),(1437,2088662427,1),(1437,2109222027,2),(1437,2120112027,1),(1437,2140671627,2),(1438,-2147483648,1),(1438,-880203600,2),(1438,-769395600,3),(1438,-765381600,1),(1438,-21474000,4),(1438,-5752800,1),(1438,9975600,4),(1438,25696800,1),(1438,41425200,4),(1438,57751200,1),(1438,73479600,4),(1438,89200801,1),(1438,104929202,4),(1438,120650402,1),(1438,126702003,4),(1438,152100003,1),(1438,162385204,4),(1438,183549604,1),(1438,199278005,4),(1438,215604005,1),(1438,230727606,4),(1438,247053606,1),(1438,262782007,4),(1438,278503207,1),(1438,294231608,4),(1438,309952808,1),(1438,325681209,4),(1438,341402409,1),(1438,357130809,4),(1438,372852010,1),(1438,388580410,4),(1438,404906411,1),(1438,420030011,4),(1438,436356012,1),(1438,439030812,6),(1438,452084412,5),(1438,467805612,6),(1438,483534012,5),(1438,499255213,6),(1438,514983613,5),(1438,530704813,6),(1438,544618813,5),(1438,562154413,6),(1438,576068414,5),(1438,594208814,6),(1438,607518014,5),(1438,625658414,6),(1438,638967615,5),(1438,657108015,6),(1438,671022016,5),(1438,688557616,6),(1438,702471616,5),(1438,720007217,6),(1438,733921217,5),(1438,752061618,6),(1438,765370818,5),(1438,783511219,6),(1438,796820419,5),(1438,814960819,6),(1438,828874820,5),(1438,846410420,6),(1438,860324420,5),(1438,877860021,6),(1438,891774021,5),(1438,909309621,6),(1438,923223622,5),(1438,941364022,6),(1438,954673222,5),(1438,972813622,6),(1438,986122822,5),(1438,1004263222,6),(1438,1018177222,5),(1438,1035712822,6),(1438,1049626822,5),(1438,1067162422,6),(1438,1081076422,5),(1438,1099216822,6),(1438,1112526022,5),(1438,1130666422,6),(1438,1143975623,5),(1438,1162116023,6),(1438,1173610823,5),(1438,1194170423,6),(1438,1205060423,5),(1438,1225620023,6),(1438,1236510024,5),(1438,1257069624,6),(1438,1268564424,5),(1438,1289124024,6),(1438,1300014024,5),(1438,1320573624,6),(1438,1331463624,5),(1438,1352023225,6),(1438,1362913225,5),(1438,1383472825,6),(1438,1394362825,5),(1438,1414922425,6),(1438,1425812425,5),(1438,1446372026,6),(1438,1457866826,5),(1438,1478426426,6),(1438,1489316427,5),(1438,1509876027,6),(1438,1520766027,5),(1438,1541325627,6),(1438,1552215627,5),(1438,1572775227,6),(1438,1583665227,5),(1438,1604224827,6),(1438,1615719627,5),(1438,1636279227,6),(1438,1647169227,5),(1438,1667728827,6),(1438,1678618827,5),(1438,1699178427,6),(1438,1710068427,5),(1438,1730628027,6),(1438,1741518027,5),(1438,1762077627,6),(1438,1772967627,5),(1438,1793527227,6),(1438,1805022027,5),(1438,1825581627,6),(1438,1836471627,5),(1438,1857031227,6),(1438,1867921227,5),(1438,1888480827,6),(1438,1899370827,5),(1438,1919930427,6),(1438,1930820427,5),(1438,1951380027,6),(1438,1962874827,5),(1438,1983434427,6),(1438,1994324427,5),(1438,2014884027,6),(1438,2025774027,5),(1438,2046333627,6),(1438,2057223627,5),(1438,2077783227,6),(1438,2088673227,5),(1438,2109232827,6),(1438,2120122827,5),(1438,2140682427,6),(1439,-2147483648,0),(1439,-1104537600,3),(1439,-880210800,1),(1439,-769395600,2),(1439,-765388800,3),(1439,-147891600,4),(1439,-131562000,3),(1439,325674009,5),(1439,341395209,3),(1439,357123609,5),(1439,372844810,3),(1439,388573210,5),(1439,404899211,3),(1439,420022811,5),(1439,436348812,3),(1439,452077212,5),(1439,467798412,3),(1439,483526812,5),(1439,499248013,3),(1439,514976413,5),(1439,530697613,3),(1439,544611613,5),(1439,562147213,3),(1439,576061214,5),(1439,594201614,3),(1439,607510814,5),(1439,625651214,3),(1439,638960415,5),(1439,657100815,3),(1439,671014816,5),(1439,688550416,3),(1439,702464416,5),(1439,720000017,3),(1439,733914017,5),(1439,752054418,3),(1439,765363618,5),(1439,783504019,3),(1439,796813219,5),(1439,814953619,3),(1439,828867620,5),(1439,846403220,3),(1439,860317220,5),(1439,877852821,3),(1439,891766821,5),(1439,909302421,3),(1439,923216422,5),(1439,941356822,3),(1439,954666022,5),(1439,972806422,3),(1439,986115622,5),(1439,1004256022,3),(1439,1018170022,5),(1439,1035705622,3),(1439,1049619622,5),(1439,1067155222,3),(1439,1081069222,5),(1439,1099209622,3),(1439,1112518822,5),(1439,1130659222,3),(1439,1143968423,5),(1439,1162108823,3),(1439,1173603623,5),(1439,1194163223,3),(1439,1205053223,5),(1439,1225612823,3),(1439,1236502824,5),(1439,1257062424,3),(1439,1268557224,5),(1439,1289116824,3),(1439,1300006824,5),(1439,1320566424,3),(1439,1331456424,5),(1439,1352016025,3),(1439,1362906025,5),(1439,1383465625,3),(1439,1394355625,5),(1439,1414915225,3),(1439,1425805225,5),(1439,1446364826,3),(1439,1457859626,5),(1439,1478419226,3),(1439,1489309227,5),(1439,1509868827,3),(1439,1520758827,5),(1439,1541318427,3),(1439,1552208427,5),(1439,1572768027,3),(1439,1583658027,5),(1439,1604217627,3),(1439,1615712427,5),(1439,1636272027,3),(1439,1647162027,5),(1439,1667721627,3),(1439,1678611627,5),(1439,1699171227,3),(1439,1710061227,5),(1439,1730620827,3),(1439,1741510827,5),(1439,1762070427,3),(1439,1772960427,5),(1439,1793520027,3),(1439,1805014827,5),(1439,1825574427,3),(1439,1836464427,5),(1439,1857024027,3),(1439,1867914027,5),(1439,1888473627,3),(1439,1899363627,5),(1439,1919923227,3),(1439,1930813227,5),(1439,1951372827,3),(1439,1962867627,5),(1439,1983427227,3),(1439,1994317227,5),(1439,2014876827,3),(1439,2025766827,5),(1439,2046326427,3),(1439,2057216427,5),(1439,2077776027,3),(1439,2088666027,5),(1439,2109225627,3),(1439,2120115627,5),(1439,2140675227,3),(1440,-2147483648,0),(1440,-31536000,1),(1440,1255802424,2),(1440,1267714824,1),(1440,1319738424,2),(1440,1329843624,3),(1440,1477065626,2),(1440,1520701227,1),(1440,1538856027,2),(1440,1552752027,1),(1440,1570129227,2),(1440,1583596827,1),(1440,1601740887,2),(1441,-2147483648,0),(1441,-409190400,1),(1441,-163062000,0),(1441,-28857600,1),(1441,1255806024,2),(1441,1268251224,3),(1441,1319742024,2),(1441,1329854424,3),(1442,-2147483648,0),(1442,-725846400,1),(1442,-566992800,0),(1442,-415497600,1),(1443,-2147483648,1),(1443,-1680508800,2),(1443,-1665388800,3),(1443,-1601719200,4),(1443,-687052800,1),(1443,-71136000,5),(1443,-55411200,3),(1443,-37267200,5),(1443,-25776000,3),(1443,-5817600,5),(1443,5673600,3),(1443,25632000,5),(1443,37728000,3),(1443,57686400,5),(1443,67968000,3),(1443,89136001,5),(1443,100022402,3),(1443,120585602,5),(1443,131472003,3),(1443,152035203,5),(1443,162921604,3),(1443,183484804,5),(1443,194976005,3),(1443,215539205,5),(1443,226425606,3),(1443,246988806,5),(1443,257875207,3),(1443,278438407,5),(1443,289324808,3),(1443,309888008,5),(1443,320774409,3),(1443,341337609,5),(1443,352224009,3),(1443,372787210,5),(1443,386092810,3),(1443,404841611,5),(1443,417542411,3),(1443,436291212,5),(1443,447177612,3),(1443,467740812,5),(1443,478627212,3),(1443,499190413,5),(1443,510076813,3),(1443,530035213,5),(1443,542736013,3),(1443,562089613,5),(1443,574790414,3),(1443,594144014,5),(1443,606240014,3),(1443,625593614,5),(1443,637689615,3),(1443,657043215,5),(1443,670348816,3),(1443,686678416,5),(1443,701798416,3),(1443,718128017,5),(1443,733248017,3),(1443,749577618,5),(1443,764697618,3),(1443,781027219,5),(1443,796147219,3),(1443,812476819,5),(1443,828201620,3),(1443,844531220,5),(1443,859651220,3),(1443,875980821,5),(1443,891100821,3),(1443,907430421,5),(1443,922550422,3),(1443,938880022,5),(1443,954000022,3),(1443,967305622,5),(1443,985449622,3),(1443,1002384022,5),(1443,1017504022,3),(1443,1033833622,5),(1443,1048953622,3),(1443,1065283222,5),(1443,1080403222,3),(1443,1096732822,5),(1443,1111852822,3),(1443,1128182422,5),(1443,1143907223,3),(1443,1159632023,5),(1443,1174752023,3),(1443,1191686423,5),(1443,1207411223,3),(1443,1223136023,5),(1443,1238860824,3),(1443,1254585624,5),(1443,1262264424,2),(1443,1301760024,3),(1443,1317484824,5),(1443,1333209624,3),(1443,1349539225,5),(1443,1365264025,3),(1443,1380988825,5),(1443,1396713625,3),(1443,1412438425,5),(1443,1428163225,3),(1443,1443888026,5),(1443,1459612826,3),(1443,1475337626,5),(1443,1491062427,3),(1443,1506787227,5),(1443,1522512027,3),(1443,1538841627,5),(1443,1554566427,3),(1443,1570291227,5),(1443,1586016027,3),(1443,1601740827,5),(1443,1617465627,3),(1443,1633190427,5),(1443,1648915227,3),(1443,1664640027,5),(1443,1680364827,3),(1443,1696089627,5),(1443,1712419227,3),(1443,1728144027,5),(1443,1743868827,3),(1443,1759593627,5),(1443,1775318427,3),(1443,1791043227,5),(1443,1806768027,3),(1443,1822492827,5),(1443,1838217627,3),(1443,1853942427,5),(1443,1869667227,3),(1443,1885996827,5),(1443,1901721627,3),(1443,1917446427,5),(1443,1933171227,3),(1443,1948896027,5),(1443,1964620827,3),(1443,1980345627,5),(1443,1996070427,3),(1443,2011795227,5),(1443,2027520027,3),(1443,2043244827,5),(1443,2058969627,3),(1443,2075299227,5),(1443,2091024027,3),(1443,2106748827,5),(1443,2122473627,3),(1443,2138198427,5),(1444,-2147483648,0),(1444,-501206400,1),(1444,1255809624,2),(1445,-2147483648,2),(1445,-1330335000,1),(1445,-1320057000,2),(1445,-1300699800,3),(1445,-1287396000,2),(1445,-1269250200,3),(1445,-1255946400,2),(1445,-1237800600,3),(1445,-1224496800,2),(1445,-1206351000,3),(1445,-1192442400,2),(1445,-1174901400,3),(1445,-1160992800,2),(1445,-1143451800,3),(1445,-1125914400,2),(1445,-1112607000,3),(1445,-1094464800,2),(1445,-1081157400,3),(1445,-1063015200,2),(1445,-1049707800,3),(1445,-1031565600,2),(1445,-1018258200,3),(1445,-1000116000,2),(1445,-986808600,3),(1445,-968061600,2),(1445,-955359000,3),(1445,-936612000,2),(1445,-923304600,3),(1445,-757425600,6),(1445,152632803,4),(1445,162309604,5),(1445,183477604,4),(1445,194968805,5),(1445,215532005,4),(1445,226418406,5),(1445,246981606,4),(1445,257868007,5),(1445,278431207,4),(1445,289317608,5),(1445,309880808,4),(1445,320767209,5),(1445,341330409,4),(1445,352216809,5),(1445,372780010,4),(1445,384271210,5),(1445,404834411,4),(1445,415720811,5),(1445,436284012,4),(1445,447170412,5),(1445,467733612,4),(1445,478620012,5),(1445,499183213,4),(1445,510069613,5),(1445,530632813,4),(1445,541519213,5),(1445,562082413,4),(1445,573573614,5),(1445,594136814,4),(1445,605023214,5),(1445,623772014,4),(1445,637682415,5),(1445,655221615,4),(1445,669132016,5),(1445,686671216,4),(1445,700581616,5),(1445,718120817,4),(1445,732636017,5),(1445,749570418,4),(1445,764085618,5),(1445,781020019,4),(1445,795535219,5),(1445,812469619,4),(1445,826984820,5),(1445,844524020,4),(1445,858434420,5),(1445,875973621,4),(1445,889884021,5),(1445,907423221,4),(1445,921938422,5),(1445,938872822,4),(1445,953388022,5),(1445,970322422,4),(1445,984837622,5),(1445,1002376822,4),(1445,1016287222,5),(1445,1033826422,4),(1445,1047736822,5),(1445,1065276022,4),(1445,1079791222,5),(1445,1096725622,4),(1445,1111240822,5),(1445,1128175222,4),(1445,1142690423,5),(1445,1159624823,4),(1445,1174140023,5),(1445,1191074423,4),(1445,1207404023,5),(1445,1222524023,4),(1445,1238853624,5),(1445,1253973624,4),(1445,1270303224,5),(1445,1285423224,4),(1445,1301752824,5),(1445,1316872824,4),(1445,1333202424,5),(1445,1348927225,4),(1445,1365256825,5),(1445,1380376825,4),(1445,1396706425,5),(1445,1411826425,4),(1445,1428156025,5),(1445,1443276026,4),(1445,1459605626,5),(1445,1474725626,4),(1445,1491055227,5),(1445,1506175227,4),(1445,1522504827,5),(1445,1538229627,4),(1445,1554559227,5),(1445,1569679227,4),(1445,1586008827,5),(1445,1601128827,4),(1445,1617458427,5),(1445,1632578427,4),(1445,1648908027,5),(1445,1664028027,4),(1445,1680357627,5),(1445,1695477627,4),(1445,1712412027,5),(1445,1727532027,4),(1445,1743861627,5),(1445,1758981627,4),(1445,1775311227,5),(1445,1790431227,4),(1445,1806760827,5),(1445,1821880827,4),(1445,1838210427,5),(1445,1853330427,4),(1445,1869660027,5),(1445,1885384827,4),(1445,1901714427,5),(1445,1916834427,4),(1445,1933164027,5),(1445,1948284027,4),(1445,1964613627,5),(1445,1979733627,4),(1445,1996063227,5),(1445,2011183227,4),(1445,2027512827,5),(1445,2042632827,4),(1445,2058962427,5),(1445,2074687227,4),(1445,2091016827,5),(1445,2106136827,4),(1445,2122466427,5),(1445,2137586427,4),(1446,-2147483648,0),(1446,-157766400,2),(1446,-152658000,1),(1446,-132955200,2),(1446,-121122000,1),(1446,-101419200,2),(1446,-86821200,1),(1446,-71092800,2),(1446,-54766800,1),(1446,-39038400,2),(1446,-23317200,1),(1446,-7588800,4),(1446,128142003,3),(1446,136605603,4),(1446,389070010,1),(1446,403070411,5),(1446,416372411,6),(1446,434520012,5),(1446,447822012,6),(1446,466574412,5),(1446,479271612,6),(1446,498024013,5),(1446,510721213,6),(1446,529473613,5),(1446,545194813,6),(1446,560923213,5),(1446,574225214,6),(1446,592372814,5),(1446,605674814,6),(1446,624427214,5),(1446,637124415,6),(1446,653457615,5),(1446,668574016,6),(1446,687326416,5),(1446,700628416,6),(1446,718776017,5),(1446,732078017,6),(1446,750225618,5),(1446,763527618,6),(1446,781675219,5),(1446,794977219,6),(1446,813729619,5),(1446,826426820,6),(1446,845179220,5),(1446,859690820,6),(1446,876628821,5),(1446,889930821,6),(1446,906868821,5),(1446,923194822,6),(1446,939528022,5),(1446,952830022,6),(1446,971582422,5),(1446,984279622,6),(1446,1003032022,5),(1446,1015729222,6),(1446,1034481622,5),(1446,1047178822,6),(1446,1065931222,5),(1446,1079233222,6),(1446,1097380822,5),(1446,1110682822,6),(1446,1128830422,5),(1446,1142132423,6),(1446,1160884823,5),(1446,1173582023,6),(1446,1192334423,5),(1446,1206846023,6),(1446,1223784023,5),(1446,1237086024,6),(1446,1255233624,5),(1446,1270350024,6),(1446,1286683224,5),(1446,1304823624,6),(1446,1313899224,5),(1446,1335668424,6),(1446,1346558425,5),(1446,1367118025,6),(1446,1378612825,5),(1446,1398567625,6),(1446,1410062425,5),(1446,1463281226,6),(1446,1471147226,5),(1446,1480820426,4),(1447,-2147483648,0),(1447,218246405,1),(1448,-2147483648,2),(1448,-1330335000,1),(1448,-1320057000,2),(1448,-1300699800,3),(1448,-1287396000,2),(1448,-1269250200,3),(1448,-1255946400,2),(1448,-1237800600,3),(1448,-1224496800,2),(1448,-1206351000,3),(1448,-1192442400,2),(1448,-1174901400,3),(1448,-1160992800,2),(1448,-1143451800,3),(1448,-1125914400,2),(1448,-1112607000,3),(1448,-1094464800,2),(1448,-1081157400,3),(1448,-1063015200,2),(1448,-1049707800,3),(1448,-1031565600,2),(1448,-1018258200,3),(1448,-1000116000,2),(1448,-986808600,3),(1448,-968061600,2),(1448,-955359000,3),(1448,-936612000,2),(1448,-923304600,3),(1448,-757425600,6),(1448,152632803,4),(1448,162309604,5),(1448,183477604,4),(1448,194968805,5),(1448,215532005,4),(1448,226418406,5),(1448,246981606,4),(1448,257868007,5),(1448,278431207,4),(1448,289317608,5),(1448,309880808,4),(1448,320767209,5),(1448,341330409,4),(1448,352216809,5),(1448,372780010,4),(1448,384271210,5),(1448,404834411,4),(1448,415720811,5),(1448,436284012,4),(1448,447170412,5),(1448,467733612,4),(1448,478620012,5),(1448,499183213,4),(1448,510069613,5),(1448,530632813,4),(1448,541519213,5),(1448,562082413,4),(1448,573573614,5),(1448,594136814,4),(1448,605023214,5),(1448,623772014,4),(1448,637682415,5),(1448,655221615,4),(1448,669132016,5),(1448,686671216,4),(1448,700581616,5),(1448,718120817,4),(1448,732636017,5),(1448,749570418,4),(1448,764085618,5),(1448,781020019,4),(1448,795535219,5),(1448,812469619,4),(1448,826984820,5),(1448,844524020,4),(1448,858434420,5),(1448,875973621,4),(1448,889884021,5),(1448,907423221,4),(1448,921938422,5),(1448,938872822,4),(1448,953388022,5),(1448,970322422,4),(1448,984837622,5),(1448,1002376822,4),(1448,1016287222,5),(1448,1033826422,4),(1448,1047736822,5),(1448,1065276022,4),(1448,1079791222,5),(1448,1096725622,4),(1448,1111240822,5),(1448,1128175222,4),(1448,1142690423,5),(1448,1159624823,4),(1448,1174140023,5),(1448,1191074423,4),(1448,1207404023,5),(1448,1222524023,4),(1448,1238853624,5),(1448,1253973624,4),(1448,1270303224,5),(1448,1285423224,4),(1448,1301752824,5),(1448,1316872824,4),(1448,1333202424,5),(1448,1348927225,4),(1448,1365256825,5),(1448,1380376825,4),(1448,1396706425,5),(1448,1411826425,4),(1448,1428156025,5),(1448,1443276026,4),(1448,1459605626,5),(1448,1474725626,4),(1448,1491055227,5),(1448,1506175227,4),(1448,1522504827,5),(1448,1538229627,4),(1448,1554559227,5),(1448,1569679227,4),(1448,1586008827,5),(1448,1601128827,4),(1448,1617458427,5),(1448,1632578427,4),(1448,1648908027,5),(1448,1664028027,4),(1448,1680357627,5),(1448,1695477627,4),(1448,1712412027,5),(1448,1727532027,4),(1448,1743861627,5),(1448,1758981627,4),(1448,1775311227,5),(1448,1790431227,4),(1448,1806760827,5),(1448,1821880827,4),(1448,1838210427,5),(1448,1853330427,4),(1448,1869660027,5),(1448,1885384827,4),(1448,1901714427,5),(1448,1916834427,4),(1448,1933164027,5),(1448,1948284027,4),(1448,1964613627,5),(1448,1979733627,4),(1448,1996063227,5),(1448,2011183227,4),(1448,2027512827,5),(1448,2042632827,4),(1448,2058962427,5),(1448,2074687227,4),(1448,2091016827,5),(1448,2106136827,4),(1448,2122466427,5),(1448,2137586427,4),(1449,-2147483648,0),(1449,-407808000,1),(1450,-2147483648,0),(1450,1108166422,3),(1450,1111885222,1),(1450,1130634022,2),(1450,1143334823,1),(1450,1162083623,2),(1450,1174784423,1),(1450,1193533223,2),(1450,1206838823,1),(1450,1224982823,2),(1450,1238288424,1),(1450,1256432424,2),(1450,1269738024,1),(1450,1288486824,2),(1450,1301187624,1),(1450,1319936424,2),(1450,1332637224,1),(1450,1351386025,2),(1450,1364691625,1),(1450,1382835625,2),(1450,1396141225,1),(1450,1414285225,2),(1450,1427590825,1),(1450,1445734826,2),(1450,1459040426,1),(1450,1477789226,2),(1450,1490490027,1),(1450,1509238827,2),(1450,1521939627,1),(1450,1540688427,2),(1450,1553994027,1),(1450,1572138027,2),(1450,1585443627,1),(1450,1603587627,2),(1450,1616893227,1),(1450,1635642027,2),(1450,1648342827,1),(1450,1667091627,2),(1450,1679792427,1),(1450,1698541227,2),(1450,1711846827,1),(1450,1729990827,2),(1450,1743296427,1),(1450,1761440427,2),(1450,1774746027,1),(1450,1792890027,2),(1450,1806195627,1),(1450,1824944427,2),(1450,1837645227,1),(1450,1856394027,2),(1450,1869094827,1),(1450,1887843627,2),(1450,1901149227,1),(1450,1919293227,2),(1450,1932598827,1),(1450,1950742827,2),(1450,1964048427,1),(1450,1982797227,2),(1450,1995498027,1),(1450,2014246827,2),(1450,2026947627,1),(1450,2045696427,2),(1450,2058397227,1),(1450,2077146027,2),(1450,2090451627,1),(1450,2108595627,2),(1450,2121901227,1),(1450,2140045227,2),(1451,-2147483648,0),(1451,-380073600,1),(1452,-2147483648,2),(1452,-1691884800,1),(1452,-1680573600,2),(1452,-927511200,1),(1452,-857257200,3),(1452,-844556400,4),(1452,-828226800,3),(1452,-812502000,4),(1452,-796777200,3),(1452,-781052400,4),(1452,-765327600,3),(1452,-340844400,4),(1452,-324514800,3),(1452,-308790000,4),(1452,-293065200,3),(1452,-277340400,4),(1452,-261615600,3),(1452,-245890800,4),(1452,-230166000,3),(1452,-214441200,4),(1452,-198716400,3),(1452,-182991600,4),(1452,-166662000,3),(1452,-147913200,4),(1452,-135212400,3),(1452,315529208,2),(1452,323830809,5),(1452,338950809,6),(1452,354675609,5),(1452,370400410,6),(1452,386125210,5),(1452,401850011,6),(1452,417574811,5),(1452,433299612,6),(1452,449024412,5),(1452,465354012,6),(1452,481078812,5),(1452,496803613,6),(1452,512528413,5),(1452,528253213,6),(1452,543978013,5),(1452,559702813,6),(1452,575427614,5),(1452,591152414,6),(1452,606877214,5),(1452,622602014,6),(1452,638326815,5),(1452,654656415,6),(1452,670381216,5),(1452,686106016,6),(1452,701830816,5),(1452,717555617,6),(1452,733280417,5),(1452,749005218,6),(1452,764730018,5),(1452,780454819,6),(1452,796179619,5),(1452,811904419,6),(1452,828234020,5),(1452,846378020,6),(1452,859683620,5),(1452,877827621,6),(1452,891133221,5),(1452,909277221,6),(1452,922582822,5),(1452,941331622,6),(1452,954032422,5),(1452,972781222,6),(1452,985482022,5),(1452,1004230822,6),(1452,1017536422,5),(1452,1035680422,6),(1452,1048986022,5),(1452,1067130022,6),(1452,1080435622,5),(1452,1099184422,6),(1452,1111885222,5),(1452,1130634022,6),(1452,1143334823,5),(1452,1162083623,6),(1452,1174784423,5),(1452,1193533223,6),(1452,1206838823,5),(1452,1224982823,6),(1452,1238288424,5),(1452,1256432424,6),(1452,1269738024,5),(1452,1288486824,6),(1452,1301187624,5),(1452,1319936424,6),(1452,1332637224,5),(1452,1351386025,6),(1452,1364691625,5),(1452,1382835625,6),(1452,1396141225,5),(1452,1414285225,6),(1452,1427590825,5),(1452,1445734826,6),(1452,1459040426,5),(1452,1477789226,6),(1452,1490490027,5),(1452,1509238827,6),(1452,1521939627,5),(1452,1540688427,6),(1452,1553994027,5),(1452,1572138027,6),(1452,1585443627,5),(1452,1603587627,6),(1452,1616893227,5),(1452,1635642027,6),(1452,1648342827,5),(1452,1667091627,6),(1452,1679792427,5),(1452,1698541227,6),(1452,1711846827,5),(1452,1729990827,6),(1452,1743296427,5),(1452,1761440427,6),(1452,1774746027,5),(1452,1792890027,6),(1452,1806195627,5),(1452,1824944427,6),(1452,1837645227,5),(1452,1856394027,6),(1452,1869094827,5),(1452,1887843627,6),(1452,1901149227,5),(1452,1919293227,6),(1452,1932598827,5),(1452,1950742827,6),(1452,1964048427,5),(1452,1982797227,6),(1452,1995498027,5),(1452,2014246827,6),(1452,2026947627,5),(1452,2045696427,6),(1452,2058397227,5),(1452,2077146027,6),(1452,2090451627,5),(1452,2108595627,6),(1452,2121901227,5),(1452,2140045227,6),(1453,-2147483648,0),(1453,-719636812,1),(1454,-2147483648,0),(1454,-1441170468,1),(1454,-1247547600,3),(1454,354909609,2),(1454,370717210,3),(1454,386445610,2),(1454,402253211,3),(1454,417981611,2),(1454,433789212,3),(1454,449604012,2),(1454,465336012,4),(1454,481060812,5),(1454,496785613,4),(1454,512510413,5),(1454,528235213,4),(1454,543960013,5),(1454,559684813,4),(1454,575409614,5),(1454,591134414,4),(1454,606859214,5),(1454,622584014,4),(1454,638308815,5),(1454,654638415,4),(1454,670363216,6),(1454,686091616,7),(1454,695768416,4),(1454,701812816,5),(1454,717537617,4),(1454,733262417,5),(1454,748987218,4),(1454,764712018,5),(1454,780436819,4),(1454,796161619,5),(1454,811886419,4),(1454,828216020,5),(1454,846360020,4),(1454,859665620,5),(1454,877809621,4),(1454,891115221,5),(1454,909259221,4),(1454,922564822,5),(1454,941313622,4),(1454,954014422,5),(1454,972763222,4),(1454,985464022,5),(1454,1004212822,4),(1454,1017518422,5),(1454,1035662422,4),(1454,1048968022,5),(1454,1067112022,4),(1454,1080417622,5),(1454,1099166422,4),(1455,-2147483648,0),(1455,-1230776624,2),(1455,108165602,1),(1455,118270802,2),(1455,136591203,1),(1455,149806803,2),(1455,168127204,1),(1455,181342804,2),(1455,199749605,1),(1455,215643605,2),(1455,231285606,1),(1455,244501206,2),(1455,262735207,1),(1455,275950807,2),(1455,481154412,1),(1455,496962013,2),(1455,512949613,1),(1455,528670813,2),(1455,544399213,1),(1455,560120413,2),(1455,575848814,1),(1455,592174814,2),(1455,610581614,1),(1455,623624414,2),(1455,641167215,1),(1455,655074015,2),(1455,671839216,1),(1455,685918816,2),(1455,702856816,1),(1455,717973217,2),(1455,733701617,1),(1455,749422818,2),(1455,765151218,1),(1455,779662819,2),(1455,797205619,1),(1455,811116019,3),(1455,828655220,1),(1455,843170420,3),(1455,860104820,1),(1455,874620021,3),(1455,891554421,1),(1455,906069621,3),(1455,930780022,4),(1455,938124022,3),(1455,954367222,4),(1455,970178422,3),(1455,985816822,4),(1455,1001628022,3),(1455,1017352822,1),(1455,1033077622,3),(1455,1048802422,1),(1455,1066946422,3),(1455,1080252022,1),(1455,1097791222,3),(1455,1112306422,1),(1455,1128031222,3),(1455,1143756023,1),(1455,1161900023,3),(1455,1175205623,1),(1455,1193349623,3),(1455,1206655223,1),(1455,1225404023,3),(1455,1238104824,1),(1455,1256853624,3),(1455,1269554424,1),(1455,1288303224,3),(1455,1301608824,1),(1455,1319752824,3),(1455,1333058424,1),(1455,1387486825,2),(1455,1395957625,1),(1455,1414706425,3),(1455,1427407225,1),(1455,1446156026,3),(1455,1459461626,1),(1455,1477605626,3),(1455,1490911227,1),(1455,1509055227,3),(1455,1522360827,1),(1455,1540504827,3),(1455,1553810427,1),(1455,1571954427,3),(1455,1585260027,1),(1455,1604008827,3),(1455,1616709627,1),(1455,1635458427,3),(1455,1645740027,1),(1455,1666908027,3),(1455,1677189627,1),(1455,1698357627,3),(1455,1709244027,1),(1455,1729807227,3),(1455,1740693627,1),(1455,1761861627,3),(1455,1772143227,1),(1455,1793311227,3),(1455,1803592827,1),(1455,1824760827,3),(1455,1835042427,1),(1455,1856210427,3),(1455,1866492027,1),(1455,1887660027,3),(1455,1898546427,1),(1455,1919109627,3),(1455,1929996027,1),(1455,1951164027,3),(1455,1961445627,1),(1455,1982613627,3),(1455,1992895227,1),(1455,2014063227,3),(1455,2024344827,1),(1455,2045512827,3),(1455,2055794427,1),(1455,2076962427,3),(1455,2087848827,1),(1455,2109016827,3),(1455,2119298427,1),(1455,2140466427,3),(1456,-2147483648,0),(1456,-1441194596,1),(1456,-1247572800,3),(1456,354884409,2),(1456,370692010,3),(1456,386420410,4),(1456,402231611,1),(1456,417960011,4),(1456,433767612,1),(1456,449582412,4),(1456,465314412,5),(1456,481039212,6),(1456,496764013,5),(1456,512488813,6),(1456,528213613,5),(1456,543938413,6),(1456,559663213,5),(1456,575388014,6),(1456,591112814,5),(1456,606837614,6),(1456,622562414,5),(1456,638287215,6),(1456,654616815,5),(1456,670341616,7),(1456,686070016,8),(1456,695746816,5),(1456,701791216,6),(1456,717516017,5),(1456,733240817,6),(1456,748965618,5),(1456,764690418,6),(1456,780415219,5),(1456,796140019,6),(1456,811864819,5),(1456,828194420,6),(1456,846338420,5),(1456,859644020,6),(1456,877788021,5),(1456,891093621,6),(1456,909237621,5),(1456,922543222,6),(1456,941292022,5),(1456,953992822,6),(1456,972741622,5),(1456,985442422,6),(1456,1004191222,5),(1456,1017496822,6),(1456,1035640822,5),(1456,1048946422,6),(1456,1067090422,5),(1456,1080396022,6),(1456,1099144822,5),(1456,1111845622,6),(1456,1130594422,5),(1456,1143295223,6),(1456,1162044023,5),(1456,1174744823,6),(1456,1193493623,5),(1456,1206799223,6),(1456,1224943223,5),(1456,1238248824,6),(1456,1256392824,5),(1456,1269698424,7),(1456,1288450824,8),(1456,1301151624,5),(1457,-2147483648,0),(1457,-1441164064,1),(1457,-1247544000,2),(1457,370724410,3),(1457,386445610,4),(1457,402256811,2),(1457,417985211,4),(1457,433792812,2),(1457,449607612,4),(1457,465339612,5),(1457,481064412,6),(1457,496789213,5),(1457,512514013,6),(1457,528238813,5),(1457,543963613,6),(1457,559688413,5),(1457,575413214,6),(1457,591138014,5),(1457,606862814,6),(1457,622587614,5),(1457,638312415,6),(1457,654642015,5),(1457,670366816,7),(1457,686095216,8),(1457,695772016,5),(1457,701816416,6),(1457,717541217,5),(1457,733266017,6),(1457,748990818,5),(1457,764715618,6),(1457,780440419,8),(1457,796168819,7),(1457,811893619,8),(1457,828223220,7),(1457,846367220,8),(1457,859672820,7),(1457,877816821,8),(1457,891122421,7),(1457,909266421,8),(1457,922572022,7),(1457,941320822,8),(1457,954021622,7),(1457,972770422,8),(1457,985471222,7),(1457,1004220022,8),(1457,1017525622,7),(1457,1035669622,8),(1457,1048975222,7),(1457,1067119222,8),(1457,1080424822,7),(1457,1099173622,5),(1458,-2147483648,0),(1458,-1441165720,1),(1458,-1247544000,2),(1458,354913209,3),(1458,370720810,4),(1458,386445610,3),(1458,402256811,2),(1458,417985211,3),(1458,433792812,2),(1458,449607612,3),(1458,465339612,5),(1458,481064412,6),(1458,496789213,5),(1458,512514013,6),(1458,528238813,5),(1458,543963613,6),(1458,559688413,5),(1458,575413214,6),(1458,591138014,5),(1458,606862814,6),(1458,622587614,5),(1458,638312415,6),(1458,654642015,5),(1458,670366816,7),(1458,686095216,8),(1458,695772016,5),(1458,701816416,6),(1458,717541217,5),(1458,733266017,6),(1458,748990818,5),(1458,764715618,6),(1458,780440419,5),(1458,796165219,6),(1458,811890019,5),(1458,828219620,6),(1458,846363620,5),(1458,859669220,6),(1458,877813221,5),(1458,891118821,6),(1458,909262821,5),(1458,922568422,6),(1458,941317222,5),(1458,954018022,6),(1458,972766822,5),(1458,985467622,6),(1458,1004216422,5),(1458,1017522022,6),(1458,1035666022,5),(1458,1048971622,6),(1458,1067115622,5),(1458,1080421222,6),(1458,1099170022,5),(1459,-2147483648,0),(1459,-1441166012,1),(1459,-1247544000,3),(1459,354913209,2),(1459,370720810,3),(1459,386449210,2),(1459,402256811,3),(1459,417985211,2),(1459,433792812,3),(1459,449607612,2),(1459,465339612,4),(1459,481064412,5),(1459,496789213,4),(1459,512514013,5),(1459,528238813,4),(1459,543963613,5),(1459,559688413,4),(1459,575413214,5),(1459,591138014,4),(1459,606862814,5),(1459,622587614,4),(1459,638312415,5),(1459,654642015,4),(1459,670366816,6),(1459,686095216,7),(1459,695772016,3),(1460,-2147483648,0),(1460,-1441166012,1),(1460,-1247544000,3),(1460,354913209,2),(1460,370720810,3),(1460,386449210,2),(1460,402256811,3),(1460,417985211,2),(1460,433792812,3),(1460,449607612,2),(1460,465339612,4),(1460,481064412,5),(1460,496789213,4),(1460,512514013,5),(1460,528238813,4),(1460,543963613,5),(1460,559688413,4),(1460,575413214,5),(1460,591138014,4),(1460,606862814,5),(1460,622587614,4),(1460,638312415,5),(1460,654642015,4),(1460,670366816,6),(1460,686095216,7),(1460,695772016,3),(1461,-2147483648,0),(1461,-1441164464,1),(1461,-1247540400,2),(1461,370724410,3),(1461,386445610,4),(1461,402256811,2),(1461,417985211,4),(1461,433792812,2),(1461,449607612,4),(1461,465339612,5),(1461,481064412,6),(1461,496789213,5),(1461,512514013,6),(1461,528238813,5),(1461,543963613,6),(1461,559688413,5),(1461,575413214,6),(1461,591138014,5),(1461,606862814,6),(1461,622587614,5),(1461,638312415,6),(1461,654642015,5),(1461,670366816,7),(1461,686095216,8),(1461,695772016,5),(1461,701816416,6),(1461,717541217,5),(1461,733266017,6),(1461,748990818,5),(1461,764715618,6),(1461,780440419,5),(1461,796165219,6),(1461,811890019,5),(1461,828219620,6),(1461,846363620,5),(1461,859669220,6),(1461,877813221,5),(1461,891118821,6),(1461,909262821,5),(1461,922568422,7),(1461,941320822,8),(1461,954021622,7),(1461,972770422,8),(1461,985471222,7),(1461,1004220022,8),(1461,1017525622,7),(1461,1035669622,8),(1461,1048975222,7),(1461,1067119222,8),(1461,1080424822,7),(1461,1099173622,5),(1462,-2147483648,1),(1462,-1641005856,2),(1462,389048410,3),(1462,402264011,2),(1462,417906011,3),(1462,433800012,2),(1462,449614812,3),(1462,465422412,2),(1462,481150812,3),(1462,496792813,4),(1462,512517613,5),(1462,528242413,4),(1462,543967213,5),(1462,559692013,4),(1462,575416814,5),(1462,591141614,4),(1462,606866414,5),(1462,622591214,4),(1462,638316015,5),(1462,654645615,4),(1462,670464016,5),(1462,686275216,4),(1462,702086416,5),(1462,717897617,4),(1462,733622417,5),(1462,749433618,4),(1462,765158418,5),(1462,780969619,4),(1462,796694419,5),(1462,812505619,4),(1462,828316820,5),(1462,844128020,4),(1462,859852820,5),(1462,875664021,4),(1462,891388821,5),(1462,907200021,4),(1462,922924822,5),(1462,938736022,4),(1462,954547222,5),(1462,970358422,4),(1462,986083222,5),(1462,1001894422,4),(1462,1017619222,5),(1462,1033430422,4),(1462,1049155222,5),(1462,1064966422,4),(1462,1080777622,5),(1462,1096588822,4),(1462,1112313622,5),(1462,1128124822,4),(1462,1143849623,5),(1462,1159660823,4),(1462,1175385623,5),(1462,1191196823,4),(1463,-2147483648,0),(1463,-1577935568,1),(1463,76190400,2),(1464,-2147483648,0),(1464,-1441163964,1),(1464,-405140400,3),(1464,354916809,2),(1464,370724410,3),(1464,386452810,2),(1464,402260411,3),(1464,417988811,2),(1464,433796412,3),(1464,449611212,2),(1464,465343212,4),(1464,481068012,5),(1464,496792813,4),(1464,512517613,5),(1464,528242413,4),(1464,543967213,5),(1464,559692013,4),(1464,575416814,5),(1464,591141614,4),(1464,606866414,5),(1464,622591214,4),(1464,638316015,5),(1464,654645615,4),(1464,670370416,6),(1464,686098816,7),(1464,701823616,6),(1464,717548417,4),(1464,820440019,3),(1464,828234020,8),(1464,846378020,9),(1464,852062420,3),(1464,859680020,2),(1464,877824021,3),(1464,891129621,2),(1464,909273621,3),(1464,922579222,2),(1464,941328022,3),(1464,954028822,2),(1464,972777622,3),(1464,985478422,2),(1464,1004227222,3),(1464,1017532822,2),(1464,1035676822,3),(1464,1048982422,2),(1464,1067126422,3),(1464,1080432022,2),(1464,1099180822,3),(1464,1111881622,2),(1464,1130630422,3),(1464,1143331223,2),(1464,1162080023,3),(1464,1174780823,2),(1464,1193529623,3),(1464,1206835223,2),(1464,1224979223,3),(1464,1238284824,2),(1464,1256428824,3),(1464,1269734424,2),(1464,1288483224,3),(1464,1301184024,2),(1464,1319932824,3),(1464,1332633624,2),(1464,1351382425,3),(1464,1364688025,2),(1464,1382832025,3),(1464,1396137625,2),(1464,1414281625,3),(1464,1427587225,2),(1464,1445731226,3),(1465,-2147483648,1),(1465,-1570084924,2),(1466,-2147483648,0),(1466,-1579844100,1),(1466,-1247551200,3),(1466,354906009,2),(1466,370713610,3),(1466,386442010,2),(1466,402249611,3),(1466,417978011,2),(1466,433785612,3),(1466,449600412,2),(1466,465332412,4),(1466,481057212,5),(1466,496782013,4),(1466,512506813,5),(1466,528231613,4),(1466,543956413,5),(1466,559681213,4),(1466,575406014,5),(1466,591130814,4),(1466,606855614,5),(1466,622580414,4),(1466,638305215,5),(1466,654634815,4),(1466,670359616,6),(1466,686088016,7),(1466,695764816,4),(1466,701809216,5),(1466,717534017,4),(1466,733258817,5),(1466,748983618,4),(1466,764708418,5),(1466,780433219,4),(1466,796158019,5),(1466,801590419,8),(1466,811886419,7),(1466,828216020,6),(1466,846360020,7),(1466,859665620,6),(1466,877809621,7),(1466,891115221,6),(1466,909259221,7),(1466,922564822,6),(1466,941313622,7),(1466,954014422,6),(1466,972763222,7),(1466,985464022,6),(1466,1004212822,7),(1466,1017518422,6),(1466,1035662422,7),(1466,1048968022,6),(1466,1067112022,7),(1466,1080417622,6),(1466,1099166422,7),(1466,1111867222,6),(1466,1130616022,7),(1466,1143316823,6),(1466,1162065623,7),(1466,1174766423,6),(1466,1193515223,7),(1466,1206820823,6),(1466,1224964823,7),(1466,1238270424,6),(1466,1256414424,7),(1466,1269720024,6),(1466,1288468824,7),(1466,1301169624,4),(1466,1414263625,7),(1466,1459022426,4),(1467,-2147483648,2),(1467,-1570413600,1),(1467,-1552186800,2),(1467,-1538359200,1),(1467,-1522551600,2),(1467,-1507514400,1),(1467,-1490583600,2),(1467,-1473645600,1),(1467,-1460948400,2),(1467,-399866400,1),(1467,-386650800,2),(1467,-368330400,1),(1467,-355114800,2),(1467,-336794400,1),(1467,-323578800,2),(1467,-305172000,1),(1467,-291956400,2),(1467,-273636000,1),(1467,-260420400,2),(1467,78012000,1),(1467,86734801,2),(1467,105055202,1),(1467,118270802,2),(1467,136591203,1),(1467,149806803,2),(1467,168127204,1),(1467,181342804,2),(1467,199749605,1),(1467,212965205,2),(1467,231285606,1),(1467,244501206,2),(1467,262735207,1),(1467,275950807,2),(1467,452210412,1),(1467,466722012,2),(1467,483746412,1),(1467,498258013,2),(1467,515282413,1),(1467,529794013,2),(1467,546818413,1),(1467,561330013,2),(1467,581119214,1),(1467,592952414,2),(1467,610754414,1),(1467,624488414,2),(1467,641512815,1),(1467,656024415,2),(1467,673048816,1),(1467,687560416,2),(1467,704671216,1),(1467,718146017,2),(1467,733269617,1),(1467,748990818,2),(1467,764719218,1),(1467,780440419,2),(1467,796168819,1),(1467,811890019,2),(1467,828223220,1),(1467,843944420,2),(1467,859672820,1),(1467,875394021,2),(1467,891122421,1),(1467,906843621,2),(1467,922572022,1),(1467,941317222,2),(1467,954021622,1),(1467,972766822,2),(1467,985471222,1),(1467,1004216422,2),(1467,1017525622,1),(1467,1035666022,2),(1467,1048975222,1),(1467,1067115622,2),(1467,1080424822,1),(1467,1099170022,2),(1467,1111874422,1),(1467,1130619622,2),(1467,1143324023,1),(1467,1162069223,2),(1467,1174773623,1),(1467,1193518823,2),(1467,1206828023,1),(1467,1224968423,2),(1467,1238277624,1),(1467,1256418024,2),(1467,1269727224,1),(1467,1288472424,2),(1467,1301176824,1),(1467,1319922024,2),(1467,1332626424,1),(1467,1351371625,2),(1467,1364680825,1),(1467,1382821225,2),(1467,1396130425,1),(1467,1414270825,2),(1467,1427580025,1),(1467,1445720426,2),(1467,1459029626,1),(1467,1477774826,2),(1467,1490479227,1),(1467,1509224427,2),(1467,1521928827,1),(1467,1540674027,2),(1467,1553983227,1),(1467,1572123627,2),(1467,1585432827,1),(1467,1603573227,2),(1467,1616882427,1),(1467,1635627627,2),(1467,1648332027,1),(1467,1667077227,2),(1467,1679781627,1),(1467,1698526827,2),(1467,1711836027,1),(1467,1729976427,2),(1467,1743285627,1),(1467,1761426027,2),(1467,1774735227,1),(1467,1792875627,2),(1467,1806184827,1),(1467,1824930027,2),(1467,1837634427,1),(1467,1856379627,2),(1467,1869084027,1),(1467,1887829227,2),(1467,1901138427,1),(1467,1919278827,2),(1467,1932588027,1),(1467,1950728427,2),(1467,1964037627,1),(1467,1982782827,2),(1467,1995487227,1),(1467,2014232427,2),(1467,2026936827,1),(1467,2045682027,2),(1467,2058386427,1),(1467,2077131627,2),(1467,2090440827,1),(1467,2108581227,2),(1467,2121890427,1),(1467,2140030827,2),(1468,-2147483648,0),(1468,-1441169904,1),(1468,-1247547600,3),(1468,354909609,2),(1468,370717210,3),(1468,386445610,2),(1468,402253211,3),(1468,417981611,2),(1468,433789212,3),(1468,449604012,2),(1468,465336012,4),(1468,481060812,5),(1468,496785613,4),(1468,512510413,5),(1468,528235213,4),(1468,543960013,5),(1468,559684813,4),(1468,575409614,5),(1468,591134414,4),(1468,606859214,5),(1468,622584014,4),(1468,638308815,5),(1468,654638415,4),(1468,670363216,6),(1468,683582416,1),(1468,703018816,6),(1468,717530417,1),(1468,734468417,6),(1468,748980018,1),(1468,765918018,6),(1468,780429619,1),(1468,797367619,6),(1468,811879219,1),(1468,828817220,6),(1468,843933620,1),(1468,859671020,7),(1468,877811421,1),(1468,891120621,7),(1468,909261021,1),(1468,922570222,7),(1468,941315422,1),(1468,954019822,7),(1468,972765022,1),(1468,985469422,7),(1468,1004214622,1),(1468,1017523822,7),(1468,1035664222,1),(1468,1048973422,7),(1468,1067113822,1),(1468,1080423022,7),(1468,1099168222,1),(1468,1111872622,7),(1468,1123783222,3),(1469,-2147483648,0),(1469,-1383464380,1),(1469,-1167636600,2),(1470,-2147483648,1),(1470,-2019705670,2),(1470,-891581400,3),(1470,-872058600,2),(1470,-862637400,3),(1470,-764145000,2),(1471,-2147483648,0),(1471,-1579419232,1),(1471,-1247558400,3),(1471,354898809,2),(1471,370706410,3),(1471,386434810,2),(1471,402242411,3),(1471,417970811,2),(1471,433778412,3),(1471,449593212,2),(1471,465325212,4),(1471,481050012,5),(1471,496774813,4),(1471,512499613,5),(1471,528224413,4),(1471,543949213,5),(1471,559674013,4),(1471,575398814,5),(1471,591123614,4),(1471,606848414,5),(1471,622573214,4),(1471,638298015,5),(1471,654627615,4),(1471,670352416,6),(1471,686080816,7),(1471,695757616,4),(1471,701802016,5),(1471,717526817,4),(1471,733251617,5),(1471,748976418,4),(1471,764701218,5),(1471,780426019,4),(1471,796150819,5),(1471,811875619,4),(1471,828205220,5),(1471,846349220,4),(1471,859654820,5),(1471,877798821,4),(1471,891104421,5),(1471,909248421,4),(1471,922554022,5),(1471,941302822,4),(1471,954003622,5),(1471,972752422,4),(1471,985453222,5),(1471,1004202022,4),(1471,1017507622,5),(1471,1035651622,4),(1471,1048957222,5),(1471,1067101222,4),(1471,1080406822,5),(1471,1099155622,4),(1471,1111856422,5),(1471,1130605222,4),(1471,1143306023,5),(1471,1162054823,4),(1471,1174755623,5),(1471,1193504423,4),(1471,1206810023,5),(1471,1224954023,4),(1471,1238259624,5),(1471,1256403624,4),(1471,1269709224,5),(1471,1288458024,4),(1471,1301158824,8),(1471,1414252825,7),(1471,1459015226,3),(1472,-2147483648,0),(1472,-2032933080,1),(1472,252435606,2),(1472,417974411,4),(1472,433778412,3),(1472,449593212,4),(1472,465314412,3),(1472,481042812,4),(1472,496764013,3),(1472,512492413,4),(1472,528213613,3),(1472,543942013,4),(1472,559663213,3),(1472,575391614,4),(1472,591112814,3),(1472,606841214,4),(1472,622562414,3),(1472,638290815,4),(1472,654616815,3),(1472,670345216,4),(1472,686066416,3),(1472,701794816,4),(1472,717516017,3),(1472,733244417,4),(1472,748965618,3),(1472,764694018,4),(1472,780415219,3),(1472,796143619,4),(1472,811864819,3),(1472,828198020,4),(1472,843919220,3),(1472,859647620,4),(1472,875368821,3),(1472,891097221,4),(1472,906818421,3),(1472,988390822,4),(1472,1001692822,3),(1472,1017421222,4),(1472,1033142422,3),(1472,1048870822,4),(1472,1064592022,3),(1472,1080320422,4),(1472,1096041622,3),(1472,1111770022,4),(1472,1127491222,3),(1472,1143219623,4),(1472,1159545623,3),(1472,1206889223,2),(1472,1427479225,5),(1472,1443193226,2),(1472,1458928826,5),(1472,1474642826,2),(1473,-2147483648,2),(1473,-1600675200,1),(1473,-1585904400,2),(1473,-933667200,1),(1473,-922093200,2),(1473,-908870400,1),(1473,-888829200,2),(1473,-881049600,1),(1473,-767869200,2),(1473,-745833600,1),(1473,-733827600,2),(1473,-716889600,1),(1473,-699613200,2),(1473,-683884800,1),(1473,-670669200,2),(1473,-652348800,1),(1473,-650019600,2),(1473,515527213,1),(1473,527014813,2),(1473,545162413,1),(1473,558464413,2),(1473,577216814,1),(1473,589914014,2),(1473,608666414,1),(1473,621968414,2),(1473,640116015,1),(1473,653418015,2),(1473,671565616,1),(1473,684867616,2),(1474,-2147483648,2),(1474,-1600675200,1),(1474,-1585904400,2),(1474,-933667200,1),(1474,-922093200,2),(1474,-908870400,1),(1474,-888829200,2),(1474,-881049600,1),(1474,-767869200,2),(1474,-745833600,1),(1474,-733827600,2),(1474,-716889600,1),(1474,-699613200,2),(1474,-683884800,1),(1474,-670669200,2),(1474,-652348800,1),(1474,-650019600,2),(1474,515527213,1),(1474,527014813,2),(1474,545162413,1),(1474,558464413,2),(1474,577216814,1),(1474,589914014,2),(1474,608666414,1),(1474,621968414,2),(1474,640116015,1),(1474,653418015,2),(1474,671565616,1),(1474,684867616,2),(1475,-2147483648,1),(1475,-2019705572,2),(1475,-883287000,3),(1475,-862639200,4),(1475,-764051400,2),(1475,832962620,5),(1475,846266420,6),(1475,1145039423,2),(1476,-2147483648,1),(1476,-891582800,2),(1476,-872058600,3),(1476,-862637400,2),(1476,-576138600,4),(1476,1245430824,5),(1476,1262278824,4),(1477,-2147483648,0),(1477,-1577931912,2),(1477,-1568592000,1),(1477,-1554080400,2),(1477,-1537142400,1),(1477,-1522630800,2),(1477,-1505692800,1),(1477,-1491181200,2),(1477,-1474243200,1),(1477,-1459126800,2),(1477,-242265600,1),(1477,-228877200,2),(1477,-210556800,1),(1477,-197427600,2),(1477,-178934400,1),(1477,-165718800,2),(1477,-147398400,1),(1477,-134269200,2),(1477,-116467200,1),(1477,-102646800,2),(1477,-84326400,1),(1477,-71110800,2),(1477,-52704000,1),(1477,-39488400,2),(1477,-21168000,1),(1477,-7952400,2),(1477,10368000,1),(1477,23583600,2),(1477,41904000,1),(1477,55119600,2),(1477,73526400,1),(1477,86742001,2),(1477,105062402,1),(1477,118278002,2),(1477,136598403,1),(1477,149814003,2),(1477,168134404,1),(1477,181350004,2),(1477,199756805,1),(1477,212972405,2),(1477,231292806,1),(1477,241916406,2),(1477,262828807,1),(1477,273452407,2),(1477,418694411,1),(1477,433810812,2),(1477,450316812,1),(1477,465433212,2),(1477,508896013,1),(1477,529196413,2),(1477,541555213,1),(1477,562633213,2),(1477,574387214,1),(1477,594255614,2),(1477,607305614,1),(1477,623199614,2),(1477,638928015,1),(1477,654649215,2),(1477,670456816,1),(1477,686264416,2),(1477,702684016,1),(1477,717886817,2),(1477,733096817,1),(1477,748904418,2),(1477,765151218,1),(1477,780958819,2),(1477,796687219,1),(1477,812494819,2),(1477,828309620,1),(1477,844117220,2),(1477,859759220,1),(1477,875653221,2),(1477,891208821,1),(1477,907189221,2),(1477,922917622,1),(1477,938725222,2),(1477,954540022,1),(1477,970347622,2),(1477,986076022,1),(1477,1001883622,2),(1477,1017612022,1),(1477,1033419622,2),(1477,1049148022,1),(1477,1064955622,2),(1477,1080770422,1),(1477,1096578022,2),(1477,1112306422,1),(1477,1128114022,2),(1477,1143842423,1),(1477,1158872423,2),(1477,1175205623,1),(1477,1193950823,2),(1477,1207260023,1),(1477,1225486823,2),(1477,1238104824,1),(1477,1256850024,2),(1477,1270159224,1),(1477,1288299624,2),(1477,1301608824,1),(1477,1319749224,2),(1477,1333058424,1),(1477,1351198825,2),(1477,1364508025,1),(1477,1382648425,2),(1477,1395957625,1),(1477,1414702825,2),(1477,1427407225,1),(1477,1446152426,2),(1477,1458856826,1),(1477,1477602026,2),(1477,1490911227,1),(1477,1509051627,2),(1477,1522360827,1),(1477,1540501227,2),(1477,1553810427,1),(1477,1571950827,2),(1477,1585260027,1),(1477,1604005227,2),(1477,1616709627,1),(1477,1635454827,2),(1477,1648159227,1),(1477,1666904427,2),(1477,1680213627,1),(1477,1698354027,2),(1477,1711663227,1),(1477,1729803627,2),(1477,1743112827,1),(1477,1761858027,2),(1477,1774562427,1),(1477,1793307627,2),(1477,1806012027,1),(1477,1824757227,2),(1477,1838066427,1),(1477,1856206827,2),(1477,1869516027,1),(1477,1887656427,2),(1477,1900965627,1),(1477,1919106027,2),(1477,1932415227,1),(1477,1951160427,2),(1477,1963864827,1),(1477,1982610027,2),(1477,1995314427,1),(1477,2014059627,2),(1477,2027368827,1),(1477,2045509227,2),(1477,2058818427,1),(1477,2076958827,2),(1477,2090268027,1),(1477,2109013227,2),(1477,2121717627,1),(1477,2140462827,2),(1478,-2147483648,1),(1478,-891582800,2),(1478,-872058600,3),(1478,-862637400,2),(1478,-576138600,4),(1478,1245430824,5),(1478,1262278824,4),(1479,-2147483648,0),(1479,-1830414140,1),(1479,-879152400,2),(1479,199897205,1),(1479,969120022,2),(1480,-2147483648,0),(1480,-1577936472,1),(1481,-2147483648,0),(1481,-1441168512,1),(1481,-1247547600,3),(1481,354909609,2),(1481,370717210,3),(1481,386445610,2),(1481,402253211,3),(1481,417981611,2),(1481,433789212,3),(1481,449604012,2),(1481,465336012,4),(1481,481060812,5),(1481,496785613,4),(1481,512510413,5),(1481,528235213,4),(1481,543960013,5),(1481,559684813,4),(1481,575409614,5),(1481,591134414,4),(1481,606859214,5),(1481,622584014,4),(1481,638308815,5),(1481,654638415,4),(1481,670363216,6),(1481,684363616,7),(1482,-2147483648,0),(1482,-1518920148,2),(1482,166572004,1),(1482,182293204,2),(1482,200959205,1),(1482,213829205,2),(1482,228866406,1),(1482,243982806,2),(1482,260316007,1),(1482,276123607,2),(1482,291765608,1),(1482,307486808,2),(1482,323820009,1),(1482,338936409,2),(1482,354664809,1),(1482,370386010,2),(1482,386114410,1),(1482,401835611,2),(1482,417564011,1),(1482,433285212,2),(1482,449013612,1),(1482,465339612,2),(1482,481068012,1),(1482,496789213,2),(1482,512517613,1),(1482,528238813,2),(1482,543967213,1),(1482,559688413,2),(1482,575416814,1),(1482,591138014,2),(1482,606866414,1),(1482,622587614,2),(1482,638316015,1),(1482,654642015,2),(1482,670370416,1),(1482,686091616,2),(1482,701820016,1),(1482,717541217,2),(1482,733269617,1),(1482,748990818,2),(1482,764719218,1),(1482,780440419,2),(1482,796168819,1),(1482,811890019,2),(1482,828223220,1),(1482,843944420,2),(1482,859672820,1),(1482,875394021,2),(1482,891122421,1),(1482,909277221,3),(1482,922582822,4),(1482,941331622,3),(1482,954032422,4),(1482,972781222,3),(1482,985482022,4),(1482,1004230822,3),(1482,1017536422,4),(1482,1035680422,3),(1482,1048986022,4),(1482,1067130022,3),(1482,1080435622,4),(1482,1099184422,3),(1482,1111885222,4),(1482,1130634022,3),(1482,1143334823,4),(1482,1162083623,3),(1482,1174784423,4),(1482,1193533223,3),(1482,1206838823,4),(1482,1224982823,3),(1482,1238288424,4),(1482,1256432424,3),(1482,1269738024,4),(1482,1288486824,3),(1482,1301187624,4),(1482,1319936424,3),(1482,1332637224,4),(1482,1351386025,3),(1482,1364691625,4),(1482,1382835625,3),(1482,1396141225,4),(1482,1414285225,3),(1482,1427590825,4),(1482,1445734826,3),(1482,1459040426,4),(1482,1473282026,5),(1482,1509238827,3),(1482,1521939627,4),(1482,1540688427,3),(1482,1553994027,4),(1482,1572138027,3),(1482,1585443627,4),(1482,1603587627,3),(1482,1616893227,4),(1482,1635642027,3),(1482,1648342827,4),(1482,1667091627,3),(1482,1679792427,4),(1482,1698541227,3),(1482,1711846827,4),(1482,1729990827,3),(1482,1743296427,4),(1482,1761440427,3),(1482,1774746027,4),(1482,1792890027,3),(1482,1806195627,4),(1482,1824944427,3),(1482,1837645227,4),(1482,1856394027,3),(1482,1869094827,4),(1482,1887843627,3),(1482,1901149227,4),(1482,1919293227,3),(1482,1932598827,4),(1482,1950742827,3),(1482,1964048427,4),(1482,1982797227,3),(1482,1995498027,4),(1482,2014246827,3),(1482,2026947627,4),(1482,2045696427,3),(1482,2058397227,4),(1482,2077146027,3),(1482,2090451627,4),(1482,2108595627,3),(1482,2121901227,4),(1482,2140045227,3),(1483,-2147483648,3),(1483,-933638400,1),(1483,-923097600,2),(1483,-919036800,1),(1483,-857347200,2),(1483,-844300800,1),(1483,-825811200,2),(1483,-812678400,1),(1483,-794188800,2),(1483,-779846400,1),(1483,-762652800,2),(1483,-748310400,1),(1483,-731116800,2),(1483,-682653600,3),(1483,-399088800,4),(1483,-386650800,3),(1483,-368330400,4),(1483,-355114800,3),(1483,-336790800,4),(1483,-323654400,3),(1483,-305168400,4),(1483,-292032000,3),(1483,-273632400,4),(1483,-260496000,3),(1483,-242096400,4),(1483,-228960000,3),(1483,-210560400,4),(1483,-197424000,3),(1483,-178938000,4),(1483,-165801600,3),(1483,-147402000,4),(1483,-134265600,3),(1483,-115866000,4),(1483,-102643200,3),(1483,-84330000,4),(1483,-81313200,6),(1483,142380003,5),(1483,150843603,6),(1483,167176804,5),(1483,178664404,6),(1483,334101609,7),(1483,337730409,8),(1483,452642412,7),(1483,462319212,8),(1483,482277612,5),(1483,494370013,6),(1483,516751213,5),(1483,526424413,6),(1483,545436013,5),(1483,558478813,6),(1483,576626414,5),(1483,589323614,6),(1483,609890414,5),(1483,620773214,6),(1483,638316015,5),(1483,651618015,6),(1483,669765616,5),(1483,683672416,6),(1483,701820016,5),(1483,715726817,6),(1483,733701617,5),(1483,747176418,6),(1483,765151218,5),(1483,778021219,6),(1483,796600819,5),(1483,810075619,6),(1483,820447219,3),(1483,828655220,4),(1483,843170420,9),(1483,860104820,4),(1483,874620021,9),(1483,891554421,4),(1483,906069621,9),(1483,915141621,3),(1483,924213622,4),(1483,939934822,3),(1483,956268022,4),(1483,971989222,3),(1483,987717622,4),(1483,1003438822,3),(1483,1019167222,4),(1483,1034888422,3),(1483,1050616822,4),(1483,1066338022,3),(1483,1082066422,4),(1483,1096581622,3),(1483,1113516022,4),(1483,1128380422,3),(1483,1143842423,4),(1483,1158872423,3),(1483,1175378423,4),(1483,1189638023,3),(1483,1206655223,4),(1483,1219957223,3),(1483,1238104824,4),(1483,1252015224,3),(1483,1269640884,4),(1483,1281474024,3),(1483,1301608884,4),(1483,1312146024,3),(1483,1333058424,4),(1483,1348178425,3),(1483,1364508025,4),(1483,1380229225,3),(1483,1395957625,4),(1483,1414098025,3),(1483,1427493625,4),(1483,1445551226,3),(1483,1458946826,4),(1483,1477692026,3),(1483,1490396427,4),(1483,1509141627,3),(1483,1521846027,4),(1483,1540591227,3),(1483,1553810427,4),(1483,1572037227,3),(1483,1585346427,4),(1483,1603490427,3),(1483,1616796027,4),(1483,1635458427,3),(1483,1648332027,4),(1483,1666908027,3),(1483,1679781627,4),(1483,1698357627,3),(1483,1711836027,4),(1483,1729807227,3),(1483,1743285627,4),(1483,1761256827,3),(1483,1774735227,4),(1483,1792706427,3),(1483,1806184827,4),(1483,1824760827,3),(1483,1837634427,4),(1483,1856210427,3),(1483,1869084027,4),(1483,1887660027,3),(1483,1901138427,4),(1483,1919109627,3),(1483,1932588027,4),(1483,1950559227,3),(1483,1964037627,4),(1483,1982613627,3),(1483,1995487227,4),(1483,2014063227,3),(1483,2026936827,4),(1483,2045512827,3),(1483,2058386427,4),(1483,2076962427,3),(1483,2090440827,4),(1483,2108412027,3),(1483,2121890427,4),(1483,2139861627,3),(1484,-2147483648,2),(1484,-1600675200,1),(1484,-1585904400,2),(1484,-933667200,1),(1484,-922093200,2),(1484,-908870400,1),(1484,-888829200,2),(1484,-881049600,1),(1484,-767869200,2),(1484,-745833600,1),(1484,-733827600,2),(1484,-716889600,1),(1484,-699613200,2),(1484,-683884800,1),(1484,-670669200,2),(1484,-652348800,1),(1484,-650019600,2),(1484,515527213,1),(1484,527014813,2),(1484,545162413,1),(1484,558464413,2),(1484,577216814,1),(1484,589914014,2),(1484,608666414,1),(1484,621968414,2),(1484,640116015,1),(1484,653418015,2),(1484,671565616,1),(1484,684867616,2),(1485,-2147483648,3),(1485,-933638400,1),(1485,-923097600,2),(1485,-919036800,1),(1485,-857347200,2),(1485,-844300800,1),(1485,-825811200,2),(1485,-812678400,1),(1485,-794188800,2),(1485,-779846400,1),(1485,-762652800,2),(1485,-748310400,1),(1485,-731116800,2),(1485,-682653600,3),(1485,-399088800,4),(1485,-386650800,3),(1485,-368330400,4),(1485,-355114800,3),(1485,-336790800,4),(1485,-323654400,3),(1485,-305168400,4),(1485,-292032000,3),(1485,-273632400,4),(1485,-260496000,3),(1485,-242096400,4),(1485,-228960000,3),(1485,-210560400,4),(1485,-197424000,3),(1485,-178938000,4),(1485,-165801600,3),(1485,-147402000,4),(1485,-134265600,3),(1485,-115866000,4),(1485,-102643200,3),(1485,-84330000,4),(1485,-81313200,6),(1485,142380003,5),(1485,150843603,6),(1485,167176804,5),(1485,178664404,6),(1485,334101609,7),(1485,337730409,8),(1485,452642412,7),(1485,462319212,8),(1485,482277612,5),(1485,494370013,6),(1485,516751213,5),(1485,526424413,6),(1485,545436013,5),(1485,558478813,6),(1485,576626414,5),(1485,589323614,6),(1485,609890414,5),(1485,620773214,6),(1485,638316015,5),(1485,651618015,6),(1485,669765616,5),(1485,683672416,6),(1485,701820016,5),(1485,715726817,6),(1485,733701617,5),(1485,747176418,6),(1485,765151218,5),(1485,778021219,6),(1485,796600819,5),(1485,810075619,6),(1485,820447219,3),(1485,828655220,4),(1485,843170420,9),(1485,860104820,4),(1485,874620021,9),(1485,891554421,4),(1485,906069621,9),(1485,915141621,3),(1485,924213622,4),(1485,939934822,3),(1485,956268022,4),(1485,971989222,3),(1485,987717622,4),(1485,1003438822,3),(1485,1019167222,4),(1485,1034888422,3),(1485,1050616822,4),(1485,1066338022,3),(1485,1082066422,4),(1485,1096581622,3),(1485,1113516022,4),(1485,1128380422,3),(1485,1143842423,4),(1485,1158872423,3),(1485,1175378423,4),(1485,1189638023,3),(1485,1206655223,4),(1485,1220216423,3),(1485,1238104824,4),(1485,1252015224,3),(1485,1269554424,4),(1485,1281474024,3),(1485,1301608884,4),(1485,1312146024,3),(1485,1314655224,4),(1485,1317330024,3),(1485,1333058424,4),(1485,1348178425,3),(1485,1364508025,4),(1485,1380229225,3),(1485,1395957625,4),(1485,1414098025,3),(1485,1427493625,4),(1485,1445551226,3),(1485,1458946826,4),(1485,1477692026,3),(1485,1490396427,4),(1485,1509141627,3),(1485,1521846027,4),(1485,1540591227,3),(1485,1553810427,4),(1485,1572037227,3),(1485,1585346427,4),(1485,1603490427,3),(1485,1616796027,4),(1485,1635458427,3),(1485,1648332027,4),(1485,1666908027,3),(1485,1679781627,4),(1485,1698357627,3),(1485,1711836027,4),(1485,1729807227,3),(1485,1743285627,4),(1485,1761256827,3),(1485,1774735227,4),(1485,1792706427,3),(1485,1806184827,4),(1485,1824760827,3),(1485,1837634427,4),(1485,1856210427,3),(1485,1869084027,4),(1485,1887660027,3),(1485,1901138427,4),(1485,1919109627,3),(1485,1932588027,4),(1485,1950559227,3),(1485,1964037627,4),(1485,1982613627,3),(1485,1995487227,4),(1485,2014063227,3),(1485,2026936827,4),(1485,2045512827,3),(1485,2058386427,4),(1485,2076962427,3),(1485,2090440827,4),(1485,2108412027,3),(1485,2121890427,4),(1485,2139861627,3),(1486,-2147483648,0),(1486,-2004073600,1),(1486,-1851577590,2),(1486,-852105600,3),(1486,-782643600,4),(1486,-767869200,2),(1486,-718095600,3),(1486,-457776000,2),(1486,-315648000,3),(1486,171820804,2),(1487,-2147483648,0),(1487,-2056690800,1),(1487,-900910800,2),(1487,-891579600,3),(1487,-884248200,4),(1487,-761209200,1),(1487,-747907200,2),(1487,-728541000,5),(1487,-717049800,6),(1487,-697091400,5),(1487,-683785800,6),(1487,-668061000,5),(1487,-654755400,2),(1487,-636611400,5),(1487,-623305800,2),(1487,-605161800,5),(1487,-591856200,2),(1487,-573712200,5),(1487,-559801800,2),(1487,-541657800,5),(1487,-528352200,2),(1487,-510211800,1),(1487,-498112200,2),(1487,-478762200,1),(1487,-466662600,2),(1487,-446707800,1),(1487,-435213000,2),(1487,-415258200,1),(1487,-403158600,2),(1487,-383808600,1),(1487,-371709000,2),(1487,-352359000,1),(1487,-340259400,2),(1487,-320909400,1),(1487,-308809800,2),(1487,-288855000,1),(1487,-277360200,2),(1487,-257405400,1),(1487,-245910600,2),(1487,-225955800,1),(1487,-213856200,2),(1487,-194506200,1),(1487,-182406600,2),(1487,-163056600,1),(1487,-148537800,2),(1487,-132816600,1),(1487,-117088200,2),(1487,-101367000,1),(1487,-85638600,2),(1487,-69312600,1),(1487,-53584200,2),(1487,-37863000,1),(1487,-22134600,2),(1487,-6413400,1),(1487,9315000,2),(1487,25036200,1),(1487,40764600,2),(1487,56485800,1),(1487,72214200,2),(1487,88540201,1),(1487,104268602,2),(1487,119989802,1),(1487,126041402,2),(1487,151439403,1),(1487,167167804,2),(1487,182889004,1),(1487,198617405,2),(1487,214338605,1),(1487,295385408,2),(1487,309292208,1),(1488,-2147483648,0),(1488,-2032927596,1),(1488,252439206,3),(1488,417978011,2),(1488,433785612,3),(1488,449600412,2),(1488,465321612,3),(1488,481050012,2),(1488,496771213,3),(1488,512499613,2),(1488,528220813,3),(1488,543949213,2),(1488,559670413,3),(1488,575398814,2),(1488,591120014,3),(1488,606848414,2),(1488,622569614,3),(1488,638298015,2),(1488,654624015,3),(1488,670352416,2),(1488,686073616,3),(1488,701802016,2),(1488,717523217,3),(1488,733251617,2),(1488,748972818,3),(1488,764701218,2),(1488,780422419,3),(1488,796150819,2),(1488,811872019,3),(1488,828205220,2),(1488,843926420,3),(1488,859654820,2),(1488,875376021,3),(1488,891104421,2),(1488,906825621,3),(1488,988398022,2),(1488,1001700022,3),(1488,1017428422,2),(1488,1033149622,3),(1488,1048878022,2),(1488,1064599222,3),(1488,1080327622,2),(1488,1096048822,3),(1488,1111777222,2),(1488,1127498422,3),(1488,1143226823,2),(1488,1159552823,3),(1488,1427482825,2),(1488,1443196826,3),(1488,1458932426,2),(1488,1474646426,3),(1489,-2147483648,1),(1489,-1575874625,2),(1489,-1247554800,4),(1489,354902409,3),(1489,370710010,4),(1489,386438410,3),(1489,402246011,4),(1489,417974411,3),(1489,433782012,4),(1489,449596812,3),(1489,465328812,5),(1489,481053612,6),(1489,496778413,5),(1489,512503213,6),(1489,528228013,5),(1489,543952813,6),(1489,559677613,5),(1489,575402414,6),(1489,591127214,5),(1489,606852014,6),(1489,622576814,5),(1489,638301615,6),(1489,654631215,5),(1489,670356016,7),(1489,686084416,8),(1489,695761216,5),(1489,701805616,6),(1489,717530417,5),(1489,733255217,6),(1489,748980018,5),(1489,764704818,6),(1489,780429619,5),(1489,796154419,6),(1489,811879219,5),(1489,828208820,6),(1489,846352820,5),(1489,859658420,6),(1489,877802421,5),(1489,891108021,6),(1489,909252021,5),(1489,922557622,6),(1489,941306422,5),(1489,954007222,6),(1489,972756022,5),(1489,985456822,6),(1489,1004205622,5),(1489,1017511222,6),(1489,1035655222,5),(1489,1048960822,6),(1489,1067104822,5),(1489,1080410422,6),(1489,1099159222,5),(1489,1111860022,6),(1489,1130608822,5),(1489,1143309623,6),(1489,1162058423,5),(1489,1174759223,6),(1489,1193508023,5),(1489,1206813623,6),(1489,1224957623,5),(1489,1238263224,6),(1489,1256407224,5),(1489,1269712824,6),(1489,1288461624,5),(1489,1301162424,9),(1489,1414256425,5),(1490,-2147483648,1),(1490,-1869875816,3),(1490,-1693706400,2),(1490,-1680490800,3),(1490,-1570413600,2),(1490,-1552186800,3),(1490,-1538359200,2),(1490,-1522551600,3),(1490,-1507514400,2),(1490,-1490583600,3),(1490,-1440208800,2),(1490,-1428030000,3),(1490,-1409709600,2),(1490,-1396494000,3),(1490,-931053600,2),(1490,-922676400,3),(1490,-917834400,2),(1490,-892436400,3),(1490,-875844000,2),(1490,-764737200,3),(1490,-744343200,2),(1490,-733806000,3),(1490,-716436000,2),(1490,-701924400,3),(1490,-684986400,2),(1490,-670474800,3),(1490,-654141600,2),(1490,-639025200,3),(1490,-622087200,2),(1490,-606970800,3),(1490,-590032800,2),(1490,-575521200,3),(1490,-235620000,2),(1490,-194842800,3),(1490,-177732000,2),(1490,-165726000,3),(1490,107910002,2),(1490,121215602,3),(1490,133920003,2),(1490,152665203,3),(1490,164678404,2),(1490,184114804,3),(1490,196214405,2),(1490,215564405,3),(1490,228873606,2),(1490,245804406,3),(1490,260323207,2),(1490,267915607,4),(1490,428454012,5),(1490,433893612,4),(1490,468111612,3),(1490,482799612,6),(1490,496710013,7),(1490,512521213,6),(1490,528246013,7),(1490,543970813,6),(1490,559695613,7),(1490,575420414,6),(1490,591145214,7),(1490,606870014,6),(1490,622594814,7),(1490,638319615,6),(1490,654649215,7),(1490,670374016,6),(1490,686098816,7),(1490,701823616,6),(1490,717548417,7),(1490,733273217,6),(1490,748998018,7),(1490,764118018,6),(1490,780447619,7),(1490,796172419,6),(1490,811897219,7),(1490,828226820,6),(1490,846370820,7),(1490,859676420,6),(1490,877820421,7),(1490,891126021,6),(1490,909270021,7),(1490,922575622,6),(1490,941324422,7),(1490,954025222,6),(1490,972774022,7),(1490,985474822,6),(1490,1004223622,7),(1490,1017529222,6),(1490,1035673222,7),(1490,1048978822,6),(1490,1067122822,7),(1490,1080428422,6),(1490,1099177222,7),(1490,1111878022,6),(1490,1130626822,7),(1490,1143327623,6),(1490,1162076423,7),(1490,1167602423,3),(1490,1174784423,8),(1490,1193533223,9),(1490,1206838823,8),(1490,1224982823,9),(1490,1238288424,8),(1490,1256432424,9),(1490,1269738024,8),(1490,1288486824,9),(1490,1301274024,8),(1490,1319936424,9),(1490,1332637224,8),(1490,1351386025,9),(1490,1364691625,8),(1490,1382835625,9),(1490,1396227625,8),(1490,1414285225,9),(1490,1427590825,8),(1490,1446944426,9),(1490,1459040426,8),(1490,1473195626,4),(1491,-2147483648,1),(1491,-1451719200,2),(1491,-1172906400,3),(1491,-876641400,4),(1491,-766054800,3),(1491,-683883000,5),(1491,-620812800,3),(1491,-189415800,6),(1492,-2147483648,0),(1492,-1172913768,1),(1492,-799491600,2),(1492,-189423000,3),(1493,-2147483648,1),(1493,-1641003640,6),(1493,-933638400,2),(1493,-923097600,3),(1493,-919036800,2),(1493,-857347200,3),(1493,-844300800,2),(1493,-825811200,3),(1493,-812678400,2),(1493,-794188800,3),(1493,-779846400,2),(1493,-762652800,3),(1493,-748310400,2),(1493,-731116800,3),(1493,-681955200,4),(1493,-673228800,2),(1493,-667958400,3),(1493,-652320000,2),(1493,-636422400,3),(1493,-622080000,2),(1493,-608947200,3),(1493,-591840000,2),(1493,-572486400,3),(1493,-558576000,2),(1493,-542851200,3),(1493,-527731200,2),(1493,-514425600,3),(1493,-490838400,2),(1493,-482976000,3),(1493,-459388800,2),(1493,-451526400,3),(1493,-428544000,2),(1493,-418262400,3),(1493,-400118400,2),(1493,-387417600,3),(1493,142380003,5),(1493,150843603,6),(1493,167176804,5),(1493,178664404,6),(1493,334101609,7),(1493,337730409,8),(1493,452642412,7),(1493,462319212,8),(1493,482277612,5),(1493,494370013,6),(1493,516751213,5),(1493,526424413,6),(1493,545436013,5),(1493,558478813,6),(1493,576626414,5),(1493,589323614,6),(1493,609890414,5),(1493,620773214,6),(1493,638316015,5),(1493,651618015,6),(1493,669765616,5),(1493,683672416,6),(1493,701820016,5),(1493,715726817,6),(1493,733701617,5),(1493,747176418,6),(1493,765151218,5),(1493,778021219,6),(1493,796600819,5),(1493,810075619,6),(1493,826840820,5),(1493,842821220,6),(1493,858895220,5),(1493,874184421,6),(1493,890344821,5),(1493,905029221,6),(1493,923011222,5),(1493,936313222,6),(1493,955670422,5),(1493,970783222,6),(1493,986770822,5),(1493,1001282422,6),(1493,1017356422,5),(1493,1033941622,6),(1493,1048806022,5),(1493,1065132022,6),(1493,1081292422,5),(1493,1095804022,6),(1493,1112313622,5),(1493,1128812422,6),(1493,1143763223,5),(1493,1159657223,6),(1493,1175212823,5),(1493,1189897223,6),(1493,1206662423,5),(1493,1223161223,6),(1493,1238112024,5),(1493,1254006024,6),(1493,1269561624,5),(1493,1284246024,6),(1493,1301616024,5),(1493,1317510024,6),(1493,1333065624,5),(1493,1348354825,6),(1493,1364515225,5),(1493,1382828425,6),(1493,1395964825,5),(1493,1414278025,6),(1493,1427414425,5),(1493,1445727626,6),(1493,1458864026,5),(1493,1477782026,6),(1493,1490313627,5),(1493,1509231627,6),(1493,1521763227,5),(1493,1540681227,6),(1493,1553817627,5),(1493,1572130827,6),(1493,1585267227,5),(1493,1603580427,6),(1493,1616716827,5),(1493,1635634827,6),(1493,1648166427,5),(1493,1667084427,6),(1493,1679616027,5),(1493,1698534027,6),(1493,1711670427,5),(1493,1729983627,6),(1493,1743120027,5),(1493,1761433227,6),(1493,1774569627,5),(1493,1792882827,6),(1493,1806019227,5),(1493,1824937227,6),(1493,1837468827,5),(1493,1856386827,6),(1493,1868918427,5),(1493,1887836427,6),(1493,1900972827,5),(1493,1919286027,6),(1493,1932422427,5),(1493,1950735627,6),(1493,1963872027,5),(1493,1982790027,6),(1493,1995321627,5),(1493,2014239627,6),(1493,2026771227,5),(1493,2045689227,6),(1493,2058220827,5),(1493,2077138827,6),(1493,2090275227,5),(1493,2108588427,6),(1493,2121724827,5),(1493,2140038027,6),(1494,-2147483648,1),(1494,-788932800,2),(1495,-2147483648,0),(1495,-1487759676,1),(1495,-1247569200,3),(1495,354888009,2),(1495,370695610,3),(1495,386424010,2),(1495,402231611,3),(1495,417960011,2),(1495,433767612,3),(1495,449582412,2),(1495,465314412,4),(1495,481039212,5),(1495,496764013,4),(1495,512488813,5),(1495,528213613,4),(1495,543938413,5),(1495,559663213,4),(1495,575388014,5),(1495,591112814,4),(1495,606837614,5),(1495,622562414,4),(1495,638287215,5),(1495,654616815,4),(1495,670341616,6),(1495,686070016,7),(1495,695746816,4),(1495,701791216,5),(1495,717516017,4),(1495,733240817,5),(1495,748965618,4),(1495,764690418,5),(1495,780415219,4),(1495,796140019,5),(1495,811864819,4),(1495,828194420,5),(1495,846338420,4),(1495,859644020,5),(1495,877788021,4),(1495,891093621,5),(1495,909237621,4),(1495,922543222,5),(1495,941292022,4),(1495,953992822,5),(1495,972741622,4),(1495,985442422,5),(1495,1004191222,4),(1495,1017496822,5),(1495,1035640822,4),(1495,1048946422,5),(1495,1067090422,4),(1495,1080396022,5),(1495,1099144822,4),(1495,1111845622,5),(1495,1130594422,4),(1495,1143295223,5),(1495,1162044023,4),(1495,1174744823,5),(1495,1193493623,4),(1495,1206799223,5),(1495,1224943223,4),(1495,1238248824,5),(1495,1256392824,4),(1495,1269698424,6),(1495,1288450824,7),(1495,1301151624,4),(1496,-2147483648,0),(1496,-1988166492,1),(1496,-862637400,2),(1496,-764145000,1),(1496,-576135000,3),(1496,38775600,5),(1496,1018119622,4),(1496,1033840822,5),(1496,1212260423,4),(1496,1225476023,5),(1496,1239735624,4),(1496,1257012024,5),(1497,-2147483648,0),(1497,-1325483420,1),(1498,-2147483648,0),(1498,-1577943676,1),(1498,504901813,2),(1499,-2147483648,0),(1499,-1577943676,1),(1499,504901813,2),(1500,-2147483648,0),(1500,-1579424533,1),(1500,-1247558400,3),(1500,354898809,2),(1500,370706410,3),(1500,386434810,2),(1500,402242411,3),(1500,417970811,2),(1500,433778412,3),(1500,449593212,2),(1500,465325212,4),(1500,481050012,5),(1500,496774813,4),(1500,512499613,5),(1500,528224413,4),(1500,543949213,5),(1500,559674013,4),(1500,575398814,5),(1500,591123614,4),(1500,606848414,5),(1500,622573214,4),(1500,638298015,5),(1500,654627615,4),(1500,670352416,6),(1500,686080816,7),(1500,695757616,4),(1500,701802016,5),(1500,717526817,4),(1500,733251617,5),(1500,748976418,4),(1500,764701218,5),(1500,780426019,4),(1500,796150819,5),(1500,811875619,4),(1500,828205220,5),(1500,846349220,4),(1500,859654820,5),(1500,877798821,4),(1500,891104421,5),(1500,909248421,4),(1500,922554022,5),(1500,941302822,4),(1500,954003622,5),(1500,972752422,4),(1500,985453222,5),(1500,1004202022,4),(1500,1017507622,5),(1500,1035651622,4),(1500,1048957222,5),(1500,1067101222,4),(1500,1072882822,10),(1500,1080403222,8),(1500,1099152022,9),(1500,1111852822,8),(1500,1130601622,9),(1500,1143302423,8),(1500,1162051223,9),(1500,1174752023,8),(1500,1193500823,9),(1500,1206806423,8),(1500,1224950423,9),(1500,1238256024,8),(1500,1256400024,9),(1500,1269705624,8),(1500,1288454424,9),(1500,1301155224,11),(1500,1315832424,9),(1500,1414252825,4),(1501,-2147483648,1),(1501,-2019705670,2),(1501,-891581400,3),(1501,-872058600,2),(1501,-862637400,3),(1501,-764145000,2),(1502,-2147483648,0),(1502,-1577513486,1),(1502,-1247551200,3),(1502,354906009,2),(1502,370713610,3),(1502,386442010,2),(1502,402249611,3),(1502,417978011,2),(1502,433785612,3),(1502,449600412,2),(1502,465332412,4),(1502,481057212,5),(1502,496782013,4),(1502,512506813,5),(1502,528231613,4),(1502,543956413,5),(1502,559681213,4),(1502,575406014,5),(1502,591130814,4),(1502,606855614,5),(1502,622580414,4),(1502,638305215,5),(1502,654634815,4),(1502,670359616,6),(1502,686088016,7),(1502,695764816,4),(1502,701809216,5),(1502,717534017,4),(1502,733258817,5),(1502,748983618,4),(1502,764708418,5),(1502,780433219,4),(1502,796158019,5),(1502,811882819,4),(1502,828212420,5),(1502,846356420,4),(1502,859662020,5),(1502,877806021,4),(1502,891111621,5),(1502,909255621,4),(1502,922561222,5),(1502,941310022,4),(1502,954010822,5),(1502,972759622,4),(1502,985460422,5),(1502,1004209222,4),(1502,1017514822,5),(1502,1035658822,4),(1502,1048964422,5),(1502,1067108422,4),(1502,1080414022,5),(1502,1099162822,4),(1502,1111863622,5),(1502,1130612422,4),(1502,1143313223,5),(1502,1162062023,4),(1502,1174762823,5),(1502,1193511623,4),(1502,1206817223,5),(1502,1224961223,4),(1502,1238266824,5),(1502,1256410824,4),(1502,1269716424,5),(1502,1288465224,4),(1502,1301166024,8),(1502,1414260025,4),(1503,-2147483648,1),(1503,-2038200925,2),(1503,-1167634800,3),(1503,-1073028000,4),(1503,-894180000,5),(1503,-879665400,6),(1503,-767005200,5),(1503,378664210,7),(1504,-2147483648,0),(1504,-1383463280,1),(1504,-1167636600,3),(1504,-1082448000,2),(1504,-1074586800,3),(1504,-1050825600,2),(1504,-1042964400,3),(1504,-1019289600,2),(1504,-1011428400,3),(1504,-987753600,2),(1504,-979892400,3),(1504,-956217600,2),(1504,-948356400,3),(1504,-924595200,2),(1504,-916734000,3),(1504,-893059200,2),(1504,-885198000,3),(1504,-879667200,4),(1504,-767005200,3),(1505,-2147483648,0),(1505,-719636812,1),(1506,-2147483648,0),(1506,-2056692850,1),(1506,-884509200,3),(1506,-873280800,2),(1506,-855918000,3),(1506,-841744800,2),(1506,-828529200,3),(1506,-765363600,1),(1506,-747046800,4),(1506,-733827600,5),(1506,-716461200,4),(1506,-697021200,5),(1506,-683715600,4),(1506,-667990800,5),(1506,-654771600,4),(1506,-636627600,5),(1506,-623322000,4),(1506,-605178000,5),(1506,-591872400,4),(1506,-573642000,5),(1506,-559818000,4),(1506,-541674000,5),(1506,-528368400,4),(1506,-510224400,5),(1506,-498128400,4),(1506,-478774800,5),(1506,-466678800,4),(1506,-446720400,5),(1506,-435229200,4),(1506,-415258200,1),(1506,-403158600,6),(1506,-383808600,1),(1506,-371709000,6),(1506,-352359000,1),(1506,-340259400,6),(1506,-320909400,1),(1506,-308809800,6),(1506,-288855000,1),(1506,-277360200,6),(1506,-257405400,1),(1506,-245910600,6),(1506,-225955800,1),(1506,-213856200,6),(1506,-194506200,1),(1506,-182406600,6),(1506,-163056600,1),(1506,-148537800,6),(1506,-132820200,1),(1506,-117088200,6),(1506,-101370600,1),(1506,-85638600,6),(1506,-69312600,1),(1506,-53584200,6),(1506,-37863000,1),(1506,-22134600,6),(1506,-6413400,1),(1506,9315000,6),(1506,25036200,1),(1506,40764600,6),(1506,56485800,1),(1506,72214200,6),(1506,88540201,1),(1506,104268602,6),(1506,119989802,1),(1506,126041402,6),(1506,151439403,1),(1506,167167804,6),(1506,182889004,1),(1506,198617405,6),(1506,214338605,1),(1506,295385408,6),(1506,309292208,1),(1507,-2147483648,0),(1507,-2056692850,1),(1507,-884509200,3),(1507,-873280800,2),(1507,-855918000,3),(1507,-841744800,2),(1507,-828529200,3),(1507,-765363600,1),(1507,-747046800,4),(1507,-733827600,5),(1507,-716461200,4),(1507,-697021200,5),(1507,-683715600,4),(1507,-667990800,5),(1507,-654771600,4),(1507,-636627600,5),(1507,-623322000,4),(1507,-605178000,5),(1507,-591872400,4),(1507,-573642000,5),(1507,-559818000,4),(1507,-541674000,5),(1507,-528368400,4),(1507,-510224400,5),(1507,-498128400,4),(1507,-478774800,5),(1507,-466678800,4),(1507,-446720400,5),(1507,-435229200,4),(1507,-415258200,1),(1507,-403158600,6),(1507,-383808600,1),(1507,-371709000,6),(1507,-352359000,1),(1507,-340259400,6),(1507,-320909400,1),(1507,-308809800,6),(1507,-288855000,1),(1507,-277360200,6),(1507,-257405400,1),(1507,-245910600,6),(1507,-225955800,1),(1507,-213856200,6),(1507,-194506200,1),(1507,-182406600,6),(1507,-163056600,1),(1507,-148537800,6),(1507,-132820200,1),(1507,-117088200,6),(1507,-101370600,1),(1507,-85638600,6),(1507,-69312600,1),(1507,-53584200,6),(1507,-37863000,1),(1507,-22134600,6),(1507,-6413400,1),(1507,9315000,6),(1507,25036200,1),(1507,40764600,6),(1507,56485800,1),(1507,72214200,6),(1507,88540201,1),(1507,104268602,6),(1507,119989802,1),(1507,126041402,6),(1507,151439403,1),(1507,167167804,6),(1507,182889004,1),(1507,198617405,6),(1507,214338605,1),(1507,295385408,6),(1507,309292208,1),(1508,-2147483648,0),(1508,-1441188192,1),(1508,-1247565600,3),(1508,354891609,2),(1508,370699210,3),(1508,386427610,2),(1508,402235211,3),(1508,417963611,2),(1508,433771212,3),(1508,449586012,2),(1508,465318012,4),(1508,481042812,5),(1508,496767613,4),(1508,512492413,5),(1508,528217213,4),(1508,543942013,5),(1508,559666813,4),(1508,575391614,5),(1508,591116414,4),(1508,606841214,5),(1508,622566014,4),(1508,638290815,5),(1508,654620415,4),(1508,670345216,6),(1508,686073616,7),(1508,695750416,4),(1508,701794816,5),(1508,717519617,4),(1508,733244417,5),(1508,748969218,4),(1508,764694018,5),(1508,780418819,4),(1508,796143619,5),(1508,811868419,4),(1508,828198020,5),(1508,846342020,4),(1508,859647620,5),(1508,877791621,4),(1508,891097221,5),(1508,909241221,4),(1508,922546822,5),(1508,941295622,4),(1508,953996422,5),(1508,972745222,4),(1508,985446022,5),(1508,1004194822,4),(1508,1017500422,5),(1508,1035644422,4),(1508,1048950022,5),(1508,1067094022,4),(1508,1080399622,5),(1508,1099148422,4),(1508,1111849222,5),(1508,1130598022,4),(1508,1143298823,5),(1508,1162047623,4),(1508,1174748423,5),(1508,1193497223,4),(1508,1206802823,5),(1508,1224946823,4),(1508,1238252424,5),(1508,1256396424,4),(1508,1269702024,5),(1508,1288450824,4),(1508,1301151624,8),(1508,1414245625,7),(1508,1461427226,4),(1509,-2147483648,0),(1509,-1577951856,1),(1509,-1172908656,2),(1509,-880272000,3),(1509,-766054800,4),(1510,-2147483648,2),(1510,-1046678400,1),(1510,-1038733200,2),(1510,-873273600,3),(1510,-794221200,2),(1510,-496224000,1),(1510,-489315600,2),(1510,259344007,1),(1510,275151607,2),(1511,-2147483648,0),(1511,-1577936472,1),(1512,-2147483648,0),(1512,-1518920008,2),(1512,166572004,1),(1512,182293204,2),(1512,200959205,1),(1512,213829205,2),(1512,228866406,1),(1512,243982806,2),(1512,260316007,1),(1512,276123607,2),(1512,291765608,1),(1512,307486808,2),(1512,323820009,1),(1512,338936409,2),(1512,354664809,1),(1512,370386010,2),(1512,386114410,1),(1512,401835611,2),(1512,417564011,1),(1512,433285212,2),(1512,449013612,1),(1512,465339612,2),(1512,481068012,1),(1512,496789213,2),(1512,512517613,1),(1512,528238813,2),(1512,543967213,1),(1512,559688413,2),(1512,575416814,1),(1512,591138014,2),(1512,606866414,1),(1512,622587614,2),(1512,638316015,1),(1512,654642015,2),(1512,670370416,1),(1512,686091616,2),(1512,701820016,1),(1512,717541217,2),(1512,733269617,1),(1512,748990818,2),(1512,764719218,1),(1512,780440419,2),(1512,796168819,1),(1512,811890019,2),(1512,828223220,1),(1512,843944420,2),(1512,859672820,1),(1512,875394021,2),(1512,891122421,1),(1512,909277221,3),(1512,922582822,4),(1512,941331622,3),(1512,954032422,4),(1512,972781222,3),(1512,985482022,4),(1512,1004230822,3),(1512,1017536422,4),(1512,1035680422,3),(1512,1048986022,4),(1512,1067130022,3),(1512,1080435622,4),(1512,1099184422,3),(1512,1111885222,4),(1512,1130634022,3),(1512,1143334823,4),(1512,1162083623,3),(1512,1174784423,4),(1512,1193533223,3),(1512,1206838823,4),(1512,1224982823,3),(1512,1238288424,4),(1512,1256432424,3),(1512,1269738024,4),(1512,1288486824,3),(1512,1301187624,4),(1512,1319936424,3),(1512,1332637224,4),(1512,1351386025,3),(1512,1364691625,4),(1512,1382835625,3),(1512,1396141225,4),(1512,1414285225,3),(1512,1427590825,4),(1512,1445734826,3),(1512,1459040426,4),(1512,1477789226,3),(1512,1490490027,4),(1512,1509238827,3),(1512,1521939627,4),(1512,1540688427,3),(1512,1553994027,4),(1512,1572138027,3),(1512,1585443627,4),(1512,1603587627,3),(1512,1616893227,4),(1512,1635642027,3),(1512,1648342827,4),(1512,1667091627,3),(1512,1679792427,4),(1512,1698541227,3),(1512,1711846827,4),(1512,1729990827,3),(1512,1743296427,4),(1512,1761440427,3),(1512,1774746027,4),(1512,1792890027,3),(1512,1806195627,4),(1512,1824944427,3),(1512,1837645227,4),(1512,1856394027,3),(1512,1869094827,4),(1512,1887843627,3),(1512,1901149227,4),(1512,1919293227,3),(1512,1932598827,4),(1512,1950742827,3),(1512,1964048427,4),(1512,1982797227,3),(1512,1995498027,4),(1512,2014246827,3),(1512,2026947627,4),(1512,2045696427,3),(1512,2058397227,4),(1512,2077146027,3),(1512,2090451627,4),(1512,2108595627,3),(1512,2121901227,4),(1512,2140045227,3),(1513,-2147483648,0),(1513,-1441259328,1),(1513,-1247551200,3),(1513,354906009,2),(1513,370713610,3),(1513,386442010,2),(1513,402249611,3),(1513,417978011,2),(1513,433785612,3),(1513,449600412,2),(1513,465332412,4),(1513,481057212,5),(1513,496782013,4),(1513,512506813,5),(1513,528231613,4),(1513,543956413,5),(1513,559681213,4),(1513,575406014,5),(1513,591130814,4),(1513,606855614,5),(1513,622580414,4),(1513,638305215,5),(1513,654634815,4),(1513,670359616,6),(1513,686088016,7),(1513,695764816,4),(1513,701809216,5),(1513,717534017,4),(1513,733258817,5),(1513,748983618,4),(1513,764708418,5),(1513,780433219,4),(1513,796158019,5),(1513,811882819,4),(1513,828212420,5),(1513,846356420,4),(1513,859662020,5),(1513,877806021,4),(1513,891111621,5),(1513,909255621,4),(1513,922561222,5),(1513,941310022,4),(1513,954010822,5),(1513,972759622,4),(1513,985460422,5),(1513,1004209222,4),(1513,1017514822,5),(1513,1035658822,4),(1513,1048964422,5),(1513,1067108422,4),(1513,1080414022,5),(1513,1099162822,4),(1513,1111863622,5),(1513,1130612422,4),(1513,1143313223,5),(1513,1162062023,4),(1513,1174762823,5),(1513,1193511623,4),(1513,1206817223,5),(1513,1224961223,4),(1513,1238266824,5),(1513,1256410824,4),(1513,1269716424,6),(1513,1288468824,7),(1513,1301169624,4),(1514,-2147483648,0),(1514,-1579476700,1),(1514,-1247551200,3),(1514,354906009,2),(1514,370713610,3),(1514,386442010,2),(1514,402249611,3),(1514,417978011,2),(1514,433785612,3),(1514,449600412,2),(1514,465332412,4),(1514,481057212,5),(1514,496782013,4),(1514,512506813,5),(1514,528231613,4),(1514,543956413,5),(1514,559681213,4),(1514,575406014,5),(1514,591130814,4),(1514,606855614,5),(1514,622580414,4),(1514,638305215,5),(1514,654634815,4),(1514,670359616,6),(1514,686088016,7),(1514,695764816,4),(1514,701809216,5),(1514,717534017,4),(1514,733258817,5),(1514,738086417,8),(1514,748987218,7),(1514,764712018,6),(1514,780436819,7),(1514,796161619,6),(1514,811886419,7),(1514,828216020,6),(1514,846360020,7),(1514,859665620,6),(1514,877809621,7),(1514,891115221,6),(1514,909259221,7),(1514,922564822,6),(1514,941313622,7),(1514,954014422,6),(1514,972763222,7),(1514,985464022,6),(1514,1004212822,7),(1514,1017518422,6),(1514,1035662422,7),(1514,1048968022,6),(1514,1067112022,7),(1514,1080417622,6),(1514,1099166422,7),(1514,1111867222,6),(1514,1130616022,7),(1514,1143316823,6),(1514,1162065623,7),(1514,1174766423,6),(1514,1193515223,7),(1514,1206820823,6),(1514,1224964823,7),(1514,1238270424,6),(1514,1256414424,7),(1514,1269720024,6),(1514,1288468824,7),(1514,1301169624,4),(1514,1414263625,7),(1514,1469304026,4),(1515,-2147483648,0),(1515,-1582088010,1),(1515,-1247547600,3),(1515,354909609,2),(1515,370717210,3),(1515,386445610,2),(1515,402253211,3),(1515,417981611,2),(1515,433789212,3),(1515,449604012,2),(1515,465336012,4),(1515,481060812,5),(1515,496785613,4),(1515,512510413,5),(1515,528235213,4),(1515,543960013,5),(1515,559684813,4),(1515,575409614,5),(1515,591134414,4),(1515,606859214,5),(1515,622584014,4),(1515,638308815,5),(1515,654638415,4),(1515,670363216,6),(1515,686091616,7),(1515,695768416,4),(1515,701812816,5),(1515,717537617,4),(1515,733262417,5),(1515,748987218,4),(1515,764712018,5),(1515,780436819,4),(1515,796161619,5),(1515,811886419,4),(1515,828216020,5),(1515,846360020,4),(1515,859665620,5),(1515,877809621,4),(1515,891115221,5),(1515,909259221,4),(1515,922564822,5),(1515,941313622,4),(1515,954014422,5),(1515,972763222,4),(1515,985464022,5),(1515,1004212822,4),(1515,1017518422,5),(1515,1035662422,4),(1515,1048968022,5),(1515,1067112022,4),(1515,1080417622,5),(1515,1099166422,4),(1515,1111867222,5),(1515,1130616022,4),(1515,1143316823,5),(1515,1162065623,4),(1515,1174766423,5),(1515,1193515223,4),(1515,1206820823,5),(1515,1224964823,4),(1515,1238270424,5),(1515,1256414424,4),(1515,1269720024,5),(1515,1288468824,4),(1515,1301169624,8),(1515,1414263625,4),(1516,-2147483648,0),(1516,-1441164324,1),(1516,-1247540400,2),(1516,354913209,3),(1516,370720810,4),(1516,386445610,3),(1516,402256811,2),(1516,417985211,3),(1516,433792812,2),(1516,449607612,3),(1516,465339612,5),(1516,481064412,6),(1516,496789213,5),(1516,512514013,6),(1516,528238813,5),(1516,543963613,6),(1516,559688413,5),(1516,575413214,6),(1516,591138014,5),(1516,606862814,7),(1516,622591214,8),(1516,638316015,7),(1516,654645615,8),(1516,670370416,7),(1516,686095216,8),(1516,695772016,5),(1516,701816416,7),(1516,717544817,8),(1516,733269617,7),(1516,748994418,8),(1516,764719218,7),(1516,780444019,8),(1516,796168819,7),(1516,811893619,8),(1516,828223220,7),(1516,846367220,8),(1516,859672820,7),(1516,877816821,8),(1516,891122421,7),(1516,909266421,8),(1516,922572022,7),(1516,941320822,8),(1516,954021622,7),(1516,972770422,8),(1516,985471222,7),(1516,1004220022,8),(1516,1017525622,7),(1516,1035669622,8),(1516,1048975222,7),(1516,1067119222,8),(1516,1080424822,7),(1516,1099173622,5),(1517,-2147483648,1),(1517,-1570084924,2),(1518,-2147483648,0),(1518,-1946186240,1),(1518,-1172906240,2),(1518,-881220600,3),(1518,-766054800,2),(1518,-683883000,4),(1518,-620812800,2),(1518,-189415800,5),(1518,567964813,6),(1519,-2147483648,0),(1519,-1948782180,1),(1519,-1830414600,2),(1519,-768646800,3),(1519,1439564426,1),(1519,1525446027,3),(1520,-2147483648,0),(1520,-1577935568,1),(1520,76190400,2),(1521,-2147483648,0),(1521,-1441167268,1),(1521,-1247544000,2),(1521,354913209,3),(1521,370720810,4),(1521,386445610,3),(1521,402256811,2),(1521,417985211,3),(1521,433792812,2),(1521,449607612,3),(1521,465339612,5),(1521,481064412,6),(1521,496789213,5),(1521,512514013,6),(1521,528238813,5),(1521,543963613,6),(1521,559688413,5),(1521,575413214,6),(1521,591138014,5),(1521,606862814,6),(1521,622587614,5),(1521,638312415,6),(1521,654642015,5),(1521,670366816,7),(1521,686095216,8),(1521,695772016,5),(1521,701816416,6),(1521,717541217,5),(1521,733266017,6),(1521,748990818,5),(1521,764715618,6),(1521,780440419,5),(1521,796165219,6),(1521,811890019,5),(1521,828219620,6),(1521,846363620,5),(1521,859669220,6),(1521,877813221,5),(1521,891118821,6),(1521,909262821,5),(1521,922568422,6),(1521,941317222,5),(1521,954018022,6),(1521,972766822,5),(1521,985467622,6),(1521,1004216422,5),(1521,1017522022,6),(1521,1035666022,5),(1521,1048971622,6),(1521,1067115622,5),(1521,1080421222,6),(1521,1099170022,9),(1522,-2147483648,0),(1522,-1441167712,1),(1522,-1247544000,2),(1522,354913209,3),(1522,370720810,4),(1522,386445610,3),(1522,402256811,2),(1522,417985211,3),(1522,433792812,2),(1522,449607612,3),(1522,465339612,5),(1522,481064412,6),(1522,496789213,5),(1522,512514013,6),(1522,528238813,5),(1522,543963613,6),(1522,559688413,5),(1522,575413214,6),(1522,591138014,5),(1522,606862814,6),(1522,622587614,5),(1522,638312415,6),(1522,654642015,5),(1522,670366816,7),(1522,686095216,5),(1522,695768416,8),(1522,701812816,6),(1522,717541217,5),(1522,733266017,6),(1522,748990818,5),(1522,764715618,6),(1522,780440419,5),(1522,796165219,6),(1522,811890019,5),(1522,828219620,6),(1522,846363620,5),(1522,859669220,6),(1522,877813221,5),(1522,891118821,6),(1522,909262821,5),(1522,922568422,6),(1522,941317222,5),(1522,954018022,6),(1522,972766822,5),(1522,985467622,6),(1522,1004216422,5),(1522,1017522022,6),(1522,1035666022,5),(1522,1048971622,6),(1522,1067115622,5),(1522,1080421222,6),(1522,1099170022,8),(1522,1545328827,2),(1523,-2147483648,1),(1523,-1577946287,2),(1523,-873268200,3),(1523,-778410000,2),(1524,-2147483648,0),(1524,-719636812,1),(1525,-2147483648,0),(1525,-2004073600,1),(1525,-1851577590,2),(1525,-852105600,3),(1525,-782643600,4),(1525,-767869200,2),(1525,-718095600,3),(1525,-457776000,2),(1525,-315648000,3),(1525,171820804,2),(1526,-2147483648,0),(1526,-2031039048,1),(1526,-768560400,3),(1526,354891609,2),(1526,370699210,3),(1526,386427610,2),(1526,402235211,3),(1526,417963611,2),(1526,433771212,3),(1526,449586012,2),(1526,465318012,4),(1526,481042812,5),(1526,496767613,4),(1526,512492413,5),(1526,528217213,4),(1526,543942013,5),(1526,559666813,4),(1526,575391614,5),(1526,591116414,4),(1526,606841214,5),(1526,622566014,4),(1526,638290815,5),(1526,654620415,4),(1526,670345216,6),(1526,686073616,7),(1526,695750416,4),(1526,701794816,5),(1526,717519617,4),(1526,733244417,5),(1526,748969218,4),(1526,764694018,5),(1526,780418819,4),(1526,796143619,5),(1526,811868419,4),(1526,828198020,5),(1526,846342020,4),(1526,859647620,6),(1526,877795221,7),(1526,891100821,6),(1526,909244821,7),(1526,922550422,6),(1526,941299222,7),(1526,954000022,6),(1526,972748822,7),(1526,985449622,6),(1526,1004198422,7),(1526,1017504022,6),(1526,1035648022,7),(1526,1048953622,6),(1526,1067097622,7),(1526,1080403222,6),(1526,1099152022,7),(1526,1111852822,6),(1526,1130601622,7),(1526,1143302423,6),(1526,1162051223,7),(1526,1174752023,6),(1526,1193500823,7),(1526,1206806423,6),(1526,1224950423,7),(1526,1238256024,6),(1526,1256400024,7),(1526,1269705624,6),(1526,1288454424,7),(1526,1301155224,4),(1526,1414249225,7),(1526,1459008026,4),(1527,-2147483648,0),(1527,-1441168073,1),(1527,-1247544000,2),(1527,354913209,3),(1527,370720810,4),(1527,386445610,3),(1527,402256811,2),(1527,417985211,3),(1527,433792812,2),(1527,449607612,3),(1527,465339612,5),(1527,481064412,6),(1527,496789213,5),(1527,512514013,6),(1527,528238813,5),(1527,543963613,6),(1527,559688413,5),(1527,575413214,6),(1527,591138014,5),(1527,606862814,6),(1527,622587614,5),(1527,638312415,6),(1527,654642015,5),(1527,670366816,6),(1527,686091616,5),(1527,694206016,2),(1528,-2147483648,0),(1528,-1948782472,1),(1528,-1830414600,2),(1528,-767350800,4),(1528,-681210000,3),(1528,-672228000,4),(1528,-654771600,3),(1528,-640864800,4),(1528,-623408400,3),(1528,-609415200,4),(1528,-588848400,3),(1528,-577965600,4),(1528,-498128400,1),(1528,-462702600,5),(1528,-451733400,1),(1528,-429784200,5),(1528,-418296600,1),(1528,-399544200,5),(1528,-387451800,1),(1528,-368094600,5),(1528,-356002200,1),(1528,-336645000,5),(1528,-324552600,1),(1528,-305195400,5),(1528,-293103000,1),(1528,-264933000,4),(1528,547578013,3),(1528,560883613,4),(1528,579027614,3),(1528,592333214,4),(1529,-2147483648,2),(1529,-1600675200,1),(1529,-1585904400,2),(1529,-933667200,1),(1529,-922093200,2),(1529,-908870400,1),(1529,-888829200,2),(1529,-881049600,1),(1529,-767869200,2),(1529,-745833600,1),(1529,-733827600,2),(1529,-716889600,1),(1529,-699613200,2),(1529,-683884800,1),(1529,-670669200,2),(1529,-652348800,1),(1529,-650019600,2),(1529,515527213,1),(1529,527014813,2),(1529,545162413,1),(1529,558464413,2),(1529,577216814,1),(1529,589914014,2),(1529,608666414,1),(1529,621968414,2),(1529,640116015,1),(1529,653418015,2),(1529,671565616,1),(1529,684867616,2),(1530,-2147483648,1),(1530,-2038200925,2),(1530,-1167634800,3),(1530,-1073028000,4),(1530,-894180000,5),(1530,-879665400,6),(1530,-767005200,5),(1530,378664210,7),(1531,-2147483648,0),(1531,-1441188892,1),(1531,-1247565600,3),(1531,354891609,2),(1531,370699210,3),(1531,386427610,2),(1531,402235211,3),(1531,417963611,2),(1531,433771212,3),(1531,449586012,2),(1531,465318012,4),(1531,481042812,5),(1531,496767613,4),(1531,512492413,5),(1531,528217213,4),(1531,543942013,5),(1531,559666813,4),(1531,575391614,5),(1531,591116414,4),(1531,606841214,5),(1531,622566014,4),(1531,638290815,5),(1531,654620415,4),(1531,670345216,6),(1531,686073616,7),(1531,695750416,4),(1531,701794816,5),(1531,717519617,4),(1531,733244417,5),(1531,748969218,4),(1531,764694018,5),(1531,780418819,4),(1531,796143619,5),(1531,811868419,4),(1531,828198020,5),(1531,846342020,4),(1531,859647620,5),(1531,877791621,4),(1531,891097221,5),(1531,909241221,4),(1531,922546822,5),(1531,941295622,4),(1531,953996422,5),(1531,972745222,4),(1531,985446022,5),(1531,1004194822,4),(1531,1017500422,5),(1531,1035644422,4),(1531,1048950022,5),(1531,1067094022,4),(1531,1080399622,5),(1531,1099148422,4),(1531,1111849222,5),(1531,1130598022,4),(1531,1143298823,5),(1531,1162047623,4),(1531,1174748423,5),(1531,1193497223,4),(1531,1206802823,5),(1531,1224946823,4),(1531,1238252424,5),(1531,1256396424,4),(1531,1269702024,5),(1531,1288450824,4),(1531,1301151624,8),(1531,1414245625,4),(1532,-2147483648,1),(1532,-1017820800,2),(1532,-766224000,1),(1532,-745833600,3),(1532,-733827600,1),(1532,-716889600,3),(1532,-699613200,1),(1532,-683884800,3),(1532,-670669200,1),(1532,-652348800,3),(1532,-639133200,1),(1532,-620812800,3),(1532,-607597200,1),(1532,-589276800,3),(1532,-576061200,1),(1532,-562924800,3),(1532,-541760400,1),(1532,-528710400,3),(1532,-510224400,1),(1532,-497174400,3),(1532,-478688400,1),(1532,-465638400,3),(1532,-449830800,1),(1532,-434016000,3),(1532,-418208400,1),(1532,-402480000,3),(1532,-386672400,1),(1532,-370944000,3),(1532,-355136400,1),(1532,-339408000,3),(1532,-323600400,1),(1532,-302515200,3),(1532,-291978000,1),(1532,-270979200,3),(1532,-260442000,1),(1532,133977603,3),(1532,149785203,1),(1532,165513604,3),(1532,181321204,1),(1532,299606408,3),(1532,307551608,1),(1533,-2147483648,0),(1533,-1441168631,1),(1533,-1247547600,3),(1533,354909609,2),(1533,370717210,3),(1533,386445610,2),(1533,402253211,3),(1533,417981611,2),(1533,433789212,3),(1533,449604012,2),(1533,465336012,4),(1533,481060812,5),(1533,496785613,4),(1533,512510413,5),(1533,528235213,4),(1533,543960013,5),(1533,559684813,4),(1533,575409614,5),(1533,591134414,4),(1533,606859214,5),(1533,622584014,4),(1533,638308815,5),(1533,654638415,4),(1533,670363216,6),(1533,686091616,7),(1533,694206016,1),(1534,-2147483648,1),(1534,-1441162751,2),(1534,-405140400,4),(1534,354916809,3),(1534,370724410,4),(1534,386452810,3),(1534,402260411,4),(1534,417988811,3),(1534,433796412,4),(1534,449611212,3),(1534,465343212,5),(1534,481068012,6),(1534,496792813,5),(1534,512517613,6),(1534,528242413,5),(1534,543967213,6),(1534,559692013,5),(1534,575416814,6),(1534,591141614,5),(1534,606866414,6),(1534,622591214,5),(1534,638316015,6),(1534,654645615,5),(1534,670370416,7),(1534,686098816,8),(1534,694213216,2),(1534,701816416,9),(1534,717537617,2),(1534,733266017,9),(1534,748987218,2),(1534,764715618,9),(1534,780436819,4),(1534,796161619,3),(1534,811882819,4),(1534,828216020,3),(1534,859662020,3),(1534,877806021,4),(1534,891115221,3),(1534,909255621,4),(1534,922564822,3),(1534,941310022,4),(1534,954014422,3),(1534,972759622,4),(1534,985464022,3),(1534,1004209222,4),(1534,1017518422,3),(1534,1035658822,4),(1534,1048968022,3),(1534,1067108422,4),(1534,1080417622,3),(1534,1088276422,9),(1534,1099177222,8),(1534,1111878022,4),(1535,-2147483648,0),(1535,-1704165944,1),(1535,-757394744,2),(1535,247177806,4),(1535,259272007,3),(1535,277758007,4),(1535,283982407,2),(1535,290809808,5),(1535,306531008,2),(1535,322432209,5),(1535,338499009,2),(1535,673216216,5),(1535,685481416,2),(1535,701209816,5),(1535,717103817,2),(1535,732745817,5),(1535,748639818,2),(1535,764281818,5),(1535,780175819,2),(1535,795817819,5),(1535,811711819,2),(1535,827353820,5),(1535,843247820,2),(1535,858976220,5),(1535,874870221,2),(1535,890512221,5),(1535,906406221,2),(1535,922048222,5),(1535,937942222,2),(1535,953584222,5),(1535,969478222,2),(1535,985206622,5),(1535,1001100622,2),(1535,1016742622,5),(1535,1032636622,2),(1535,1048278622,5),(1535,1064172622,2),(1535,1079814622,5),(1535,1095708622,2),(1535,1111437022,5),(1535,1127331022,2),(1535,1206045023,5),(1535,1221939023,2),(1535,1237667424,5),(1535,1253561424,2),(1535,1269203424,5),(1535,1285097424,2),(1535,1300739424,5),(1535,1316633424,2),(1535,1332275424,5),(1535,1348169425,2),(1535,1363897825,5),(1535,1379791825,2),(1535,1395433825,5),(1535,1411327825,2),(1535,1426969825,5),(1535,1442863826,2),(1535,1458505826,5),(1535,1474399826,2),(1535,1490128227,5),(1535,1506022227,2),(1535,1521664227,5),(1535,1537558227,2),(1535,1553200227,5),(1535,1569094227,2),(1535,1584736227,5),(1535,1600630227,2),(1535,1616358627,5),(1535,1632252627,2),(1535,1647894627,5),(1535,1663788627,2),(1535,1679430627,5),(1535,1695324627,2),(1535,1710966627,5),(1535,1726860627,2),(1535,1742589027,5),(1535,1758483027,2),(1535,1774125027,5),(1535,1790019027,2),(1535,1805661027,5),(1535,1821555027,2),(1535,1837197027,5),(1535,1853091027,2),(1535,1868733027,5),(1535,1884627027,2),(1535,1900355427,5),(1535,1916249427,2),(1535,1931891427,5),(1535,1947785427,2),(1535,1963427427,5),(1535,1979321427,2),(1535,1994963427,5),(1535,2010857427,2),(1535,2026585827,5),(1535,2042479827,2),(1535,2058121827,5),(1535,2074015827,2),(1535,2089657827,5),(1535,2105551827,2),(1535,2121193827,5),(1535,2137087827,2),(1536,-2147483648,1),(1536,-1641003640,6),(1536,-933638400,2),(1536,-923097600,3),(1536,-919036800,2),(1536,-857347200,3),(1536,-844300800,2),(1536,-825811200,3),(1536,-812678400,2),(1536,-794188800,3),(1536,-779846400,2),(1536,-762652800,3),(1536,-748310400,2),(1536,-731116800,3),(1536,-681955200,4),(1536,-673228800,2),(1536,-667958400,3),(1536,-652320000,2),(1536,-636422400,3),(1536,-622080000,2),(1536,-608947200,3),(1536,-591840000,2),(1536,-572486400,3),(1536,-558576000,2),(1536,-542851200,3),(1536,-527731200,2),(1536,-514425600,3),(1536,-490838400,2),(1536,-482976000,3),(1536,-459388800,2),(1536,-451526400,3),(1536,-428544000,2),(1536,-418262400,3),(1536,-400118400,2),(1536,-387417600,3),(1536,142380003,5),(1536,150843603,6),(1536,167176804,5),(1536,178664404,6),(1536,334101609,7),(1536,337730409,8),(1536,452642412,7),(1536,462319212,8),(1536,482277612,5),(1536,494370013,6),(1536,516751213,5),(1536,526424413,6),(1536,545436013,5),(1536,558478813,6),(1536,576626414,5),(1536,589323614,6),(1536,609890414,5),(1536,620773214,6),(1536,638316015,5),(1536,651618015,6),(1536,669765616,5),(1536,683672416,6),(1536,701820016,5),(1536,715726817,6),(1536,733701617,5),(1536,747176418,6),(1536,765151218,5),(1536,778021219,6),(1536,796600819,5),(1536,810075619,6),(1536,826840820,5),(1536,842821220,6),(1536,858895220,5),(1536,874184421,6),(1536,890344821,5),(1536,905029221,6),(1536,923011222,5),(1536,936313222,6),(1536,955670422,5),(1536,970783222,6),(1536,986770822,5),(1536,1001282422,6),(1536,1017356422,5),(1536,1033941622,6),(1536,1048806022,5),(1536,1065132022,6),(1536,1081292422,5),(1536,1095804022,6),(1536,1112313622,5),(1536,1128812422,6),(1536,1143763223,5),(1536,1159657223,6),(1536,1175212823,5),(1536,1189897223,6),(1536,1206662423,5),(1536,1223161223,6),(1536,1238112024,5),(1536,1254006024,6),(1536,1269561624,5),(1536,1284246024,6),(1536,1301616024,5),(1536,1317510024,6),(1536,1333065624,5),(1536,1348354825,6),(1536,1364515225,5),(1536,1382828425,6),(1536,1395964825,5),(1536,1414278025,6),(1536,1427414425,5),(1536,1445727626,6),(1536,1458864026,5),(1536,1477782026,6),(1536,1490313627,5),(1536,1509231627,6),(1536,1521763227,5),(1536,1540681227,6),(1536,1553817627,5),(1536,1572130827,6),(1536,1585267227,5),(1536,1603580427,6),(1536,1616716827,5),(1536,1635634827,6),(1536,1648166427,5),(1536,1667084427,6),(1536,1679616027,5),(1536,1698534027,6),(1536,1711670427,5),(1536,1729983627,6),(1536,1743120027,5),(1536,1761433227,6),(1536,1774569627,5),(1536,1792882827,6),(1536,1806019227,5),(1536,1824937227,6),(1536,1837468827,5),(1536,1856386827,6),(1536,1868918427,5),(1536,1887836427,6),(1536,1900972827,5),(1536,1919286027,6),(1536,1932422427,5),(1536,1950735627,6),(1536,1963872027,5),(1536,1982790027,6),(1536,1995321627,5),(1536,2014239627,6),(1536,2026771227,5),(1536,2045689227,6),(1536,2058220827,5),(1536,2077138827,6),(1536,2090275227,5),(1536,2108588427,6),(1536,2121724827,5),(1536,2140038027,6),(1537,-2147483648,0),(1537,-706341516,1),(1537,560025013,2),(1538,-2147483648,0),(1538,-706341516,1),(1538,560025013,2),(1539,-2147483648,3),(1539,-683802000,1),(1539,-672310800,2),(1539,-654771600,1),(1539,-640861200,2),(1539,-620298000,1),(1539,-609411600,2),(1539,-588848400,1),(1539,-577962000,2),(1540,-2147483648,0),(1540,-1578807591,1),(1540,-1247551200,3),(1540,354906009,2),(1540,370713610,3),(1540,386442010,2),(1540,402249611,3),(1540,417978011,2),(1540,433785612,3),(1540,449600412,2),(1540,465332412,4),(1540,481057212,5),(1540,496782013,4),(1540,512506813,5),(1540,528231613,4),(1540,543956413,5),(1540,559681213,4),(1540,575406014,5),(1540,591130814,4),(1540,606855614,5),(1540,622580414,4),(1540,638305215,5),(1540,654634815,4),(1540,670359616,6),(1540,686088016,7),(1540,695764816,4),(1540,701809216,5),(1540,717534017,4),(1540,733258817,5),(1540,748983618,4),(1540,764708418,5),(1540,780433219,4),(1540,796158019,5),(1540,811882819,4),(1540,828212420,5),(1540,846356420,4),(1540,859662020,5),(1540,877806021,4),(1540,891111621,5),(1540,909255621,4),(1540,922561222,5),(1540,941310022,4),(1540,954010822,5),(1540,972759622,4),(1540,985460422,5),(1540,1004209222,4),(1540,1017514822,5),(1540,1020193222,8),(1540,1035662422,7),(1540,1048968022,6),(1540,1067112022,7),(1540,1080417622,6),(1540,1099166422,7),(1540,1111867222,6),(1540,1130616022,7),(1540,1143316823,6),(1540,1162065623,7),(1540,1174766423,6),(1540,1193515223,7),(1540,1206820823,6),(1540,1224964823,7),(1540,1238270424,6),(1540,1256414424,7),(1540,1269720024,6),(1540,1288468824,7),(1540,1301169624,4),(1540,1414263625,7),(1540,1464465626,4),(1541,-2147483648,0),(1541,-1577951856,1),(1541,-1172908656,2),(1541,-880272000,3),(1541,-766054800,4),(1542,-2147483648,0),(1542,-2032931252,1),(1542,252435606,3),(1542,417974411,2),(1542,433782012,3),(1542,449596812,2),(1542,465318012,3),(1542,481046412,2),(1542,496767613,3),(1542,512496013,2),(1542,528217213,3),(1542,543945613,2),(1542,559666813,3),(1542,575395214,2),(1542,591116414,3),(1542,606844814,2),(1542,622566014,3),(1542,638294415,2),(1542,654620415,3),(1542,670348816,2),(1542,686070016,3),(1542,701798416,2),(1542,717519617,3),(1542,733248017,2),(1542,748969218,3),(1542,764697618,2),(1542,780418819,3),(1542,796147219,2),(1542,811868419,3),(1542,828201620,2),(1542,843922820,3),(1542,859651220,2),(1542,875372421,3),(1542,891100821,2),(1542,906822021,3),(1542,988394422,2),(1542,1001696422,3),(1542,1017424822,2),(1542,1033146022,3),(1542,1048874422,2),(1542,1064595622,3),(1542,1080324022,2),(1542,1096045222,3),(1542,1111773622,2),(1542,1127494822,3),(1542,1143223223,2),(1542,1159549223,3),(1542,1427479225,2),(1542,1443193226,3),(1542,1458928826,2),(1542,1474642826,3),(1543,-2147483648,0),(1543,-2032931252,1),(1543,252435606,3),(1543,417974411,2),(1543,433782012,3),(1543,449596812,2),(1543,465318012,3),(1543,481046412,2),(1543,496767613,3),(1543,512496013,2),(1543,528217213,3),(1543,543945613,2),(1543,559666813,3),(1543,575395214,2),(1543,591116414,3),(1543,606844814,2),(1543,622566014,3),(1543,638294415,2),(1543,654620415,3),(1543,670348816,2),(1543,686070016,3),(1543,701798416,2),(1543,717519617,3),(1543,733248017,2),(1543,748969218,3),(1543,764697618,2),(1543,780418819,3),(1543,796147219,2),(1543,811868419,3),(1543,828201620,2),(1543,843922820,3),(1543,859651220,2),(1543,875372421,3),(1543,891100821,2),(1543,906822021,3),(1543,988394422,2),(1543,1001696422,3),(1543,1017424822,2),(1543,1033146022,3),(1543,1048874422,2),(1543,1064595622,3),(1543,1080324022,2),(1543,1096045222,3),(1543,1111773622,2),(1543,1127494822,3),(1543,1143223223,2),(1543,1159549223,3),(1543,1427479225,2),(1543,1443193226,3),(1543,1458928826,2),(1543,1474642826,3),(1544,-2147483648,0),(1544,-1325483420,1),(1545,-2147483648,0),(1545,-1579426374,1),(1545,-1247558400,2),(1545,354898809,4),(1545,370699210,3),(1545,386427610,4),(1545,402235211,3),(1545,417963611,4),(1545,433771212,3),(1545,449586012,4),(1545,465318012,5),(1545,481042812,6),(1545,496767613,5),(1545,512492413,6),(1545,528217213,5),(1545,543942013,6),(1545,559666813,5),(1545,575391614,6),(1545,591116414,5),(1545,606841214,6),(1545,622566014,5),(1545,638290815,6),(1545,654620415,5),(1545,670345216,7),(1545,686073616,8),(1545,695750416,5),(1545,701794816,6),(1545,717519617,5),(1545,733244417,6),(1545,748969218,5),(1545,764694018,6),(1545,780418819,5),(1545,796143619,6),(1545,811868419,5),(1545,828198020,6),(1545,846342020,5),(1545,859647620,6),(1545,877791621,5),(1545,891097221,6),(1545,909241221,5),(1545,922546822,6),(1545,941295622,5),(1545,953996422,6),(1545,972745222,5),(1545,985446022,6),(1545,1004194822,5),(1545,1017500422,6),(1545,1035644422,5),(1545,1048950022,6),(1545,1067094022,5),(1545,1080399622,6),(1545,1099148422,5),(1545,1111849222,6),(1545,1130598022,5),(1545,1143298823,6),(1545,1162047623,5),(1545,1174748423,6),(1545,1193497223,5),(1545,1206802823,6),(1545,1224946823,5),(1545,1238252424,6),(1545,1256396424,5),(1545,1269702024,6),(1545,1288450824,5),(1545,1301151624,9),(1545,1315828824,5),(1545,1414249225,8),(1546,-2147483648,1),(1546,-1570084924,2),(1547,-2147483648,0),(1547,-1487321251,1),(1547,-1247562000,3),(1547,354895209,2),(1547,370702810,3),(1547,386431210,2),(1547,402238811,3),(1547,417967211,2),(1547,433774812,3),(1547,449589612,2),(1547,465321612,4),(1547,481046412,5),(1547,496771213,4),(1547,512496013,5),(1547,528220813,4),(1547,543945613,5),(1547,559670413,4),(1547,575395214,5),(1547,591120014,4),(1547,606844814,5),(1547,622569614,4),(1547,638294415,5),(1547,654624015,4),(1547,670348816,6),(1547,686077216,7),(1547,695754016,4),(1547,701798416,5),(1547,717523217,4),(1547,733248017,5),(1547,748972818,4),(1547,764697618,5),(1547,780422419,4),(1547,796147219,5),(1547,811872019,4),(1547,828201620,5),(1547,846345620,4),(1547,859651220,5),(1547,877795221,4),(1547,891100821,5),(1547,909244821,4),(1547,922550422,5),(1547,941299222,4),(1547,954000022,5),(1547,972748822,4),(1547,985449622,5),(1547,1004198422,4),(1547,1017504022,5),(1547,1035648022,4),(1547,1048953622,5),(1547,1067097622,4),(1547,1080403222,5),(1547,1099152022,4),(1547,1111852822,5),(1547,1130601622,4),(1547,1143302423,5),(1547,1162051223,4),(1547,1174752023,5),(1547,1193500823,4),(1547,1206806423,5),(1547,1224950423,4),(1547,1238256024,5),(1547,1256400024,4),(1547,1269705624,5),(1547,1288454424,4),(1547,1301155224,8),(1547,1414249225,4),(1548,-2147483648,0),(1548,-1579423138,1),(1548,-1247558400,3),(1548,354898809,2),(1548,370706410,3),(1548,386434810,2),(1548,402242411,3),(1548,417970811,2),(1548,433778412,3),(1548,449593212,2),(1548,465325212,4),(1548,481050012,5),(1548,496774813,4),(1548,512499613,5),(1548,528224413,4),(1548,543949213,5),(1548,559674013,4),(1548,575398814,5),(1548,591123614,4),(1548,606848414,5),(1548,622573214,4),(1548,638298015,5),(1548,654627615,4),(1548,670352416,6),(1548,686080816,7),(1548,695757616,4),(1548,701802016,5),(1548,717526817,4),(1548,733251617,5),(1548,748976418,4),(1548,764701218,5),(1548,780426019,4),(1548,796150819,5),(1548,811875619,4),(1548,828205220,5),(1548,846349220,4),(1548,859654820,5),(1548,877798821,4),(1548,891104421,5),(1548,909248421,4),(1548,922554022,5),(1548,941302822,4),(1548,954003622,5),(1548,972752422,4),(1548,985453222,5),(1548,1004202022,4),(1548,1017507622,5),(1548,1035651622,4),(1548,1048957222,5),(1548,1067101222,4),(1548,1080406822,5),(1548,1099155622,4),(1548,1111856422,5),(1548,1130605222,4),(1548,1143306023,5),(1548,1162054823,4),(1548,1174755623,5),(1548,1193504423,4),(1548,1206810023,5),(1548,1224954023,4),(1548,1238259624,5),(1548,1256403624,4),(1548,1269709224,5),(1548,1288458024,4),(1548,1301158824,8),(1548,1414252825,4),(1549,-2147483648,1),(1549,-1577946287,2),(1549,-873268200,3),(1549,-778410000,2),(1550,-2147483648,0),(1550,-1688270553,1),(1550,-1592610305,2),(1550,-1247544000,4),(1550,354913209,3),(1550,370720810,4),(1550,386449210,3),(1550,402256811,4),(1550,417985211,3),(1550,433792812,4),(1550,449607612,3),(1550,465339612,5),(1550,481064412,6),(1550,496789213,5),(1550,512514013,6),(1550,528238813,5),(1550,543963613,6),(1550,559688413,5),(1550,575413214,6),(1550,591138014,5),(1550,606862814,6),(1550,622587614,5),(1550,638312415,6),(1550,654642015,5),(1550,670366816,7),(1550,686095216,8),(1550,695772016,5),(1550,701816416,6),(1550,717541217,5),(1550,733266017,6),(1550,748990818,5),(1550,764715618,6),(1550,780440419,5),(1550,796165219,6),(1550,811890019,5),(1550,828219620,6),(1550,846363620,5),(1550,859669220,6),(1550,877813221,5),(1550,891118821,6),(1550,909262821,5),(1550,922568422,6),(1550,941317222,5),(1550,954018022,6),(1550,972766822,5),(1550,985467622,6),(1550,1004216422,5),(1550,1017522022,6),(1550,1035666022,5),(1550,1048971622,6),(1550,1067115622,5),(1550,1080421222,6),(1550,1099170022,5),(1550,1111870822,6),(1550,1130619622,5),(1550,1143320423,6),(1550,1162069223,5),(1550,1174770023,6),(1550,1193518823,5),(1550,1206824423,6),(1550,1224968423,5),(1550,1238274024,6),(1550,1256418024,5),(1550,1269723624,6),(1550,1288472424,5),(1550,1301173224,9),(1550,1414267225,5),(1551,-2147483648,0),(1551,-1441162680,1),(1551,-405140400,3),(1551,354916809,2),(1551,370724410,3),(1551,386452810,2),(1551,402260411,3),(1551,417988811,2),(1551,433796412,3),(1551,449611212,2),(1551,465343212,4),(1551,481068012,5),(1551,496792813,4),(1551,512517613,5),(1551,528242413,4),(1551,543967213,5),(1551,559692013,4),(1551,575416814,5),(1551,591141614,4),(1551,606866414,5),(1551,622591214,4),(1551,638316015,5),(1551,654645615,4),(1551,670370416,6),(1551,686098816,7),(1551,701823616,6),(1551,717548417,7),(1551,733273217,6),(1551,748998018,7),(1551,764722818,6),(1551,780447619,7),(1551,796172419,6),(1551,811897219,4),(1551,852062420,3),(1551,859672820,5),(1551,877816821,4),(1551,891122421,5),(1551,909266421,4),(1551,922572022,5),(1551,941320822,4),(1551,954021622,5),(1551,972770422,4),(1551,985471222,5),(1551,1004220022,4),(1551,1017525622,5),(1551,1035669622,4),(1551,1048975222,5),(1551,1067119222,4),(1551,1080424822,5),(1551,1099173622,4),(1551,1111874422,5),(1551,1130623222,4),(1551,1143324023,5),(1551,1162072823,4),(1551,1174773623,5),(1551,1193522423,4),(1551,1206828023,5),(1551,1224972023,4),(1551,1238277624,5),(1551,1256421624,4),(1551,1269727224,5),(1551,1288476024,4),(1551,1293825624,3),(1551,1301176824,5),(1551,1319925624,4),(1552,-2147483648,1),(1552,-1830376800,6),(1552,-1689548400,2),(1552,-1677794400,3),(1552,-1667430000,4),(1552,-1647730800,5),(1552,-1635807600,4),(1552,-1616194800,5),(1552,-1604358000,4),(1552,-1584658800,5),(1552,-1572735600,4),(1552,-1553036400,5),(1552,-1541199600,4),(1552,-1521500400,5),(1552,-1442444400,4),(1552,-1426806000,5),(1552,-1379286000,4),(1552,-1364770800,5),(1552,-1348441200,4),(1552,-1333321200,5),(1552,-1316386800,4),(1552,-1301266800,5),(1552,-1284332400,4),(1552,-1269817200,5),(1552,-1221433200,4),(1552,-1206918000,5),(1552,-1191193200,4),(1552,-1175468400,5),(1552,-1127689200,4),(1552,-1111964400,5),(1552,-1096844400,4),(1552,-1080514800,5),(1552,-1063580400,4),(1552,-1049065200,5),(1552,-1033340400,4),(1552,-1017615600,5),(1552,-1002495600,4),(1552,-986166000,5),(1552,-969231600,4),(1552,-950482800,5),(1552,-942015600,4),(1552,-922662000,5),(1552,-906937200,4),(1552,-891126000,5),(1552,-877302000,4),(1552,-873676800,7),(1552,-864000000,4),(1552,-857948400,5),(1552,-845852400,4),(1552,-842832000,7),(1552,-831340800,4),(1552,-825894000,5),(1552,-814402800,4),(1552,-810777600,7),(1552,-799891200,4),(1552,-794444400,5),(1552,-782953200,4),(1552,-779328000,7),(1552,-768441600,4),(1552,-762994800,5),(1552,-749084400,4),(1552,-733359600,5),(1552,-717624000,4),(1552,-701899200,5),(1552,-686174400,4),(1552,-670449600,5),(1552,-654724800,4),(1552,-639000000,5),(1552,-591825600,4),(1552,-575496000,5),(1552,-559771200,4),(1552,-544046400,5),(1552,-528321600,4),(1552,-512596800,5),(1552,-496872000,4),(1552,-481147200,5),(1552,-465422400,4),(1552,-449697600,5),(1552,-433972800,4),(1552,-417643200,5),(1552,-401918400,4),(1552,-386193600,5),(1552,-370468800,4),(1552,-354744000,5),(1552,-339019200,4),(1552,-323294400,5),(1552,-307569600,4),(1552,-291844800,5),(1552,-276120000,4),(1552,-260395200,5),(1552,-244670400,4),(1552,-228340800,5),(1552,-212616000,4),(1552,-196891200,5),(1552,-181166400,4),(1552,-165441600,5),(1552,-149716800,4),(1552,-133992000,5),(1552,-118267200,9),(1552,228272406,7),(1552,243997206,8),(1552,260326807,7),(1552,276051607,8),(1552,291776408,7),(1552,307504808,8),(1552,323226009,7),(1552,338954409,8),(1552,354679209,7),(1552,370404010,8),(1552,386128810,7),(1552,401853611,8),(1552,417582011,7),(1552,433303212,8),(1552,449028012,7),(1552,465357612,8),(1552,481082412,7),(1552,496807213,8),(1552,512532013,7),(1552,528256813,8),(1552,543981613,7),(1552,559706413,8),(1552,575431214,7),(1552,591156014,8),(1552,606880814,7),(1552,622605614,8),(1552,638330415,7),(1552,654660015,8),(1552,670384816,7),(1552,686109616,8),(1552,701834416,7),(1552,717559217,10),(1552,733280417,11),(1552,749005218,12),(1552,764730018,11),(1552,780454819,12),(1552,796179619,11),(1552,811904419,12),(1552,828234020,11),(1552,846378020,12),(1552,859683620,11),(1552,877827621,12),(1552,891133221,11),(1552,909277221,12),(1552,922582822,11),(1552,941331622,12),(1552,954032422,11),(1552,972781222,12),(1552,985482022,11),(1552,1004230822,12),(1552,1017536422,11),(1552,1035680422,12),(1552,1048986022,11),(1552,1067130022,12),(1552,1080435622,11),(1552,1099184422,12),(1552,1111885222,11),(1552,1130634022,12),(1552,1143334823,11),(1552,1162083623,12),(1552,1174784423,11),(1552,1193533223,12),(1552,1206838823,11),(1552,1224982823,12),(1552,1238288424,11),(1552,1256432424,12),(1552,1269738024,11),(1552,1288486824,12),(1552,1301187624,11),(1552,1319936424,12),(1552,1332637224,11),(1552,1351386025,12),(1552,1364691625,11),(1552,1382835625,12),(1552,1396141225,11),(1552,1414285225,12),(1552,1427590825,11),(1552,1445734826,12),(1552,1459040426,11),(1552,1477789226,12),(1552,1490490027,11),(1552,1509238827,12),(1552,1521939627,11),(1552,1540688427,12),(1552,1553994027,11),(1552,1572138027,12),(1552,1585443627,11),(1552,1603587627,12),(1552,1616893227,11),(1552,1635642027,12),(1552,1648342827,11),(1552,1667091627,12),(1552,1679792427,11),(1552,1698541227,12),(1552,1711846827,11),(1552,1729990827,12),(1552,1743296427,11),(1552,1761440427,12),(1552,1774746027,11),(1552,1792890027,12),(1552,1806195627,11),(1552,1824944427,12),(1552,1837645227,11),(1552,1856394027,12),(1552,1869094827,11),(1552,1887843627,12),(1552,1901149227,11),(1552,1919293227,12),(1552,1932598827,11),(1552,1950742827,12),(1552,1964048427,11),(1552,1982797227,12),(1552,1995498027,11),(1552,2014246827,12),(1552,2026947627,11),(1552,2045696427,12),(1552,2058397227,11),(1552,2077146027,12),(1552,2090451627,11),(1552,2108595627,12),(1552,2121901227,11),(1552,2140045227,12),(1553,-2147483648,2),(1553,-1664307642,1),(1553,-1648932042,2),(1553,-1632080442,1),(1553,-1618692042,2),(1553,-1262281242,4),(1553,-882727200,3),(1553,-858538800,4),(1553,-845229600,3),(1553,-825879600,4),(1553,-814384800,3),(1553,-793825200,4),(1553,-782935200,3),(1553,-762375600,4),(1553,-713988000,3),(1553,-703710000,4),(1553,-681933600,3),(1553,-672865200,4),(1553,-650484000,3),(1553,-641415600,4),(1553,-618429600,3),(1553,-609966000,4),(1553,-586980000,3),(1553,-578516400,4),(1553,-555530400,3),(1553,-546462000,4),(1553,-429127200,3),(1553,-415825200,4),(1553,136360803,3),(1553,152082003,4),(1553,167810404,3),(1553,183531604,4),(1553,199260005,3),(1553,215586005,4),(1553,230709606,3),(1553,247035606,4),(1553,262764007,3),(1553,278485207,4),(1553,294213608,3),(1553,309934808,4),(1553,325663209,3),(1553,341384409,4),(1553,357112809,3),(1553,372834010,4),(1553,388562410,3),(1553,404888411,4),(1553,420012011,3),(1553,436338012,4),(1553,452066412,3),(1553,467787612,4),(1553,483516012,3),(1553,499237213,4),(1553,514965613,3),(1553,530686813,4),(1553,544600813,3),(1553,562136413,4),(1553,576050414,3),(1553,594190814,4),(1553,607500014,3),(1553,625640414,4),(1553,638949615,3),(1553,657090015,4),(1553,671004016,3),(1553,688539616,4),(1553,702453616,3),(1553,719989217,4),(1553,733903217,3),(1553,752043618,4),(1553,765352818,3),(1553,783493219,4),(1553,796802419,3),(1553,814942819,4),(1553,828856820,3),(1553,846392420,4),(1553,860306420,3),(1553,877842021,4),(1553,891756021,3),(1553,909291621,4),(1553,923205622,3),(1553,941346022,4),(1553,954655222,3),(1553,972795622,4),(1553,986104822,3),(1553,1004245222,4),(1553,1018159222,3),(1553,1035694822,4),(1553,1049608822,3),(1553,1067144422,4),(1553,1081058422,3),(1553,1099198822,4),(1553,1112508022,3),(1553,1130648422,4),(1553,1143957623,3),(1553,1162098023,4),(1553,1173592823,3),(1553,1194152423,4),(1553,1205042423,3),(1553,1225602023,4),(1553,1236492024,3),(1553,1257051624,4),(1553,1268546424,3),(1553,1289106024,4),(1553,1299996024,3),(1553,1320555624,4),(1553,1331445624,3),(1553,1352005225,4),(1553,1362895225,3),(1553,1383454825,4),(1553,1394344825,3),(1553,1414904425,4),(1553,1425794425,3),(1553,1446354026,4),(1553,1457848826,3),(1553,1478408426,4),(1553,1489298427,3),(1553,1509858027,4),(1553,1520748027,3),(1553,1541307627,4),(1553,1552197627,3),(1553,1572757227,4),(1553,1583647227,3),(1553,1604206827,4),(1553,1615701627,3),(1553,1636261227,4),(1553,1647151227,3),(1553,1667710827,4),(1553,1678600827,3),(1553,1699160427,4),(1553,1710050427,3),(1553,1730610027,4),(1553,1741500027,3),(1553,1762059627,4),(1553,1772949627,3),(1553,1793509227,4),(1553,1805004027,3),(1553,1825563627,4),(1553,1836453627,3),(1553,1857013227,4),(1553,1867903227,3),(1553,1888462827,4),(1553,1899352827,3),(1553,1919912427,4),(1553,1930802427,3),(1553,1951362027,4),(1553,1962856827,3),(1553,1983416427,4),(1553,1994306427,3),(1553,2014866027,4),(1553,2025756027,3),(1553,2046315627,4),(1553,2057205627,3),(1553,2077765227,4),(1553,2088655227,3),(1553,2109214827,4),(1553,2120104827,3),(1553,2140664427,4),(1554,-2147483648,0),(1554,-1509663504,1),(1554,-733874400,2),(1554,323827209,3),(1554,338950809,4),(1554,354675609,5),(1554,370400410,4),(1554,386125210,5),(1554,401850011,4),(1554,417574811,5),(1554,433299612,4),(1554,449024412,5),(1554,465354012,4),(1554,481078812,5),(1554,496803613,4),(1554,512528413,5),(1554,528253213,4),(1554,543978013,5),(1554,559702813,4),(1554,575427614,5),(1554,591152414,4),(1554,606877214,5),(1554,622602014,4),(1554,638326815,5),(1554,654656415,4),(1554,670381216,5),(1554,686106016,4),(1554,701830816,5),(1554,717555617,4),(1554,733280417,5),(1554,749005218,4),(1554,764730018,5),(1554,780454819,4),(1554,796179619,5),(1554,811904419,4),(1554,828234020,5),(1554,846378020,4),(1554,859683620,5),(1554,877827621,4),(1554,891133221,5),(1554,909277221,4),(1554,922582822,5),(1554,941331622,4),(1554,954032422,5),(1554,972781222,4),(1554,985482022,5),(1554,1004230822,4),(1554,1017536422,5),(1554,1035680422,4),(1554,1048986022,5),(1554,1067130022,4),(1554,1080435622,5),(1554,1099184422,4),(1554,1111885222,5),(1554,1130634022,4),(1554,1143334823,5),(1554,1162083623,4),(1554,1174784423,5),(1554,1193533223,4),(1554,1206838823,5),(1554,1224982823,4),(1554,1238288424,5),(1554,1256432424,4),(1554,1269738024,5),(1554,1288486824,4),(1554,1301187624,5),(1554,1319936424,4),(1554,1332637224,5),(1554,1351386025,4),(1554,1364691625,5),(1554,1382835625,4),(1554,1396141225,5),(1554,1414285225,4),(1554,1427590825,5),(1554,1445734826,4),(1554,1459040426,5),(1554,1477789226,4),(1554,1490490027,5),(1554,1509238827,4),(1554,1521939627,5),(1554,1540688427,4),(1554,1553994027,5),(1554,1572138027,4),(1554,1585443627,5),(1554,1603587627,4),(1554,1616893227,5),(1554,1635642027,4),(1554,1648342827,5),(1554,1667091627,4),(1554,1679792427,5),(1554,1698541227,4),(1554,1711846827,5),(1554,1729990827,4),(1554,1743296427,5),(1554,1761440427,4),(1554,1774746027,5),(1554,1792890027,4),(1554,1806195627,5),(1554,1824944427,4),(1554,1837645227,5),(1554,1856394027,4),(1554,1869094827,5),(1554,1887843627,4),(1554,1901149227,5),(1554,1919293227,4),(1554,1932598827,5),(1554,1950742827,4),(1554,1964048427,5),(1554,1982797227,4),(1554,1995498027,5),(1554,2014246827,4),(1554,2026947627,5),(1554,2045696427,4),(1554,2058397227,5),(1554,2077146027,4),(1554,2090451627,5),(1554,2108595627,4),(1554,2121901227,5),(1554,2140045227,4),(1555,-2147483648,0),(1555,-1830376800,1),(1555,-862610400,2),(1555,-764118000,3),(1555,186120004,4),(1556,-2147483648,0),(1556,-1955748776,1),(1556,354675609,2),(1556,370400410,3),(1556,386125210,2),(1556,401850011,3),(1556,417574811,2),(1556,433299612,3),(1556,449024412,2),(1556,465354012,3),(1556,481078812,2),(1556,496803613,3),(1556,512528413,2),(1556,528253213,3),(1556,543978013,2),(1556,559702813,3),(1556,575427614,2),(1556,591152414,3),(1556,606877214,2),(1556,622602014,3),(1556,638326815,2),(1556,654656415,3),(1556,670381216,2),(1556,686106016,3),(1556,701830816,2),(1556,717555617,3),(1556,733280417,2),(1556,749005218,3),(1556,764730018,2),(1556,780454819,3),(1556,796179619,2),(1556,811904419,3),(1556,828234020,2),(1556,846378020,3),(1556,859683620,2),(1556,877827621,3),(1556,891133221,2),(1556,909277221,3),(1556,922582822,2),(1556,941331622,3),(1556,954032422,2),(1556,972781222,3),(1556,985482022,2),(1556,1004230822,3),(1556,1017536422,2),(1556,1035680422,3),(1556,1048986022,2),(1556,1067130022,3),(1556,1080435622,2),(1556,1099184422,3),(1556,1111885222,2),(1556,1130634022,3),(1556,1143334823,2),(1556,1162083623,3),(1556,1174784423,2),(1556,1193533223,3),(1556,1206838823,2),(1556,1224982823,3),(1556,1238288424,2),(1556,1256432424,3),(1556,1269738024,2),(1556,1288486824,3),(1556,1301187624,2),(1556,1319936424,3),(1556,1332637224,2),(1556,1351386025,3),(1556,1364691625,2),(1556,1382835625,3),(1556,1396141225,2),(1556,1414285225,3),(1556,1427590825,2),(1556,1445734826,3),(1556,1459040426,2),(1556,1477789226,3),(1556,1490490027,2),(1556,1509238827,3),(1556,1521939627,2),(1556,1540688427,3),(1556,1553994027,2),(1556,1572138027,3),(1556,1585443627,2),(1556,1603587627,3),(1556,1616893227,2),(1556,1635642027,3),(1556,1648342827,2),(1556,1667091627,3),(1556,1679792427,2),(1556,1698541227,3),(1556,1711846827,2),(1556,1729990827,3),(1556,1743296427,2),(1556,1761440427,3),(1556,1774746027,2),(1556,1792890027,3),(1556,1806195627,2),(1556,1824944427,3),(1556,1837645227,2),(1556,1856394027,3),(1556,1869094827,2),(1556,1887843627,3),(1556,1901149227,2),(1556,1919293227,3),(1556,1932598827,2),(1556,1950742827,3),(1556,1964048427,2),(1556,1982797227,3),(1556,1995498027,2),(1556,2014246827,3),(1556,2026947627,2),(1556,2045696427,3),(1556,2058397227,2),(1556,2077146027,3),(1556,2090451627,2),(1556,2108595627,3),(1556,2121901227,2),(1556,2140045227,3),(1557,-2147483648,0),(1557,-1955748776,1),(1557,354675609,2),(1557,370400410,3),(1557,386125210,2),(1557,401850011,3),(1557,417574811,2),(1557,433299612,3),(1557,449024412,2),(1557,465354012,3),(1557,481078812,2),(1557,496803613,3),(1557,512528413,2),(1557,528253213,3),(1557,543978013,2),(1557,559702813,3),(1557,575427614,2),(1557,591152414,3),(1557,606877214,2),(1557,622602014,3),(1557,638326815,2),(1557,654656415,3),(1557,670381216,2),(1557,686106016,3),(1557,701830816,2),(1557,717555617,3),(1557,733280417,2),(1557,749005218,3),(1557,764730018,2),(1557,780454819,3),(1557,796179619,2),(1557,811904419,3),(1557,828234020,2),(1557,846378020,3),(1557,859683620,2),(1557,877827621,3),(1557,891133221,2),(1557,909277221,3),(1557,922582822,2),(1557,941331622,3),(1557,954032422,2),(1557,972781222,3),(1557,985482022,2),(1557,1004230822,3),(1557,1017536422,2),(1557,1035680422,3),(1557,1048986022,2),(1557,1067130022,3),(1557,1080435622,2),(1557,1099184422,3),(1557,1111885222,2),(1557,1130634022,3),(1557,1143334823,2),(1557,1162083623,3),(1557,1174784423,2),(1557,1193533223,3),(1557,1206838823,2),(1557,1224982823,3),(1557,1238288424,2),(1557,1256432424,3),(1557,1269738024,2),(1557,1288486824,3),(1557,1301187624,2),(1557,1319936424,3),(1557,1332637224,2),(1557,1351386025,3),(1557,1364691625,2),(1557,1382835625,3),(1557,1396141225,2),(1557,1414285225,3),(1557,1427590825,2),(1557,1445734826,3),(1557,1459040426,2),(1557,1477789226,3),(1557,1490490027,2),(1557,1509238827,3),(1557,1521939627,2),(1557,1540688427,3),(1557,1553994027,2),(1557,1572138027,3),(1557,1585443627,2),(1557,1603587627,3),(1557,1616893227,2),(1557,1635642027,3),(1557,1648342827,2),(1557,1667091627,3),(1557,1679792427,2),(1557,1698541227,3),(1557,1711846827,2),(1557,1729990827,3),(1557,1743296427,2),(1557,1761440427,3),(1557,1774746027,2),(1557,1792890027,3),(1557,1806195627,2),(1557,1824944427,3),(1557,1837645227,2),(1557,1856394027,3),(1557,1869094827,2),(1557,1887843627,3),(1557,1901149227,2),(1557,1919293227,3),(1557,1932598827,2),(1557,1950742827,3),(1557,1964048427,2),(1557,1982797227,3),(1557,1995498027,2),(1557,2014246827,3),(1557,2026947627,2),(1557,2045696427,3),(1557,2058397227,2),(1557,2077146027,3),(1557,2090451627,2),(1557,2108595627,3),(1557,2121901227,2),(1557,2140045227,3),(1558,-2147483648,2),(1558,-1691884800,1),(1558,-1680573600,2),(1558,-927511200,1),(1558,-857257200,3),(1558,-844556400,4),(1558,-828226800,3),(1558,-812502000,4),(1558,-796777200,3),(1558,-781052400,4),(1558,-765327600,3),(1558,-340844400,4),(1558,-324514800,3),(1558,-308790000,4),(1558,-293065200,3),(1558,-277340400,4),(1558,-261615600,3),(1558,-245890800,4),(1558,-230166000,3),(1558,-214441200,4),(1558,-198716400,3),(1558,-182991600,4),(1558,-166662000,3),(1558,-147913200,4),(1558,-135212400,3),(1558,315529208,2),(1558,323830809,5),(1558,338950809,6),(1558,354675609,5),(1558,370400410,6),(1558,386125210,5),(1558,401850011,6),(1558,417574811,5),(1558,433299612,6),(1558,449024412,5),(1558,465354012,6),(1558,481078812,5),(1558,496803613,6),(1558,512528413,5),(1558,528253213,6),(1558,543978013,5),(1558,559702813,6),(1558,575427614,5),(1558,591152414,6),(1558,606877214,5),(1558,622602014,6),(1558,638326815,5),(1558,654656415,6),(1558,670381216,5),(1558,686106016,6),(1558,701830816,5),(1558,717555617,6),(1558,733280417,5),(1558,749005218,6),(1558,764730018,5),(1558,780454819,6),(1558,796179619,5),(1558,811904419,6),(1558,828234020,5),(1558,846378020,6),(1558,859683620,5),(1558,877827621,6),(1558,891133221,5),(1558,909277221,6),(1558,922582822,5),(1558,941331622,6),(1558,954032422,5),(1558,972781222,6),(1558,985482022,5),(1558,1004230822,6),(1558,1017536422,5),(1558,1035680422,6),(1558,1048986022,5),(1558,1067130022,6),(1558,1080435622,5),(1558,1099184422,6),(1558,1111885222,5),(1558,1130634022,6),(1558,1143334823,5),(1558,1162083623,6),(1558,1174784423,5),(1558,1193533223,6),(1558,1206838823,5),(1558,1224982823,6),(1558,1238288424,5),(1558,1256432424,6),(1558,1269738024,5),(1558,1288486824,6),(1558,1301187624,5),(1558,1319936424,6),(1558,1332637224,5),(1558,1351386025,6),(1558,1364691625,5),(1558,1382835625,6),(1558,1396141225,5),(1558,1414285225,6),(1558,1427590825,5),(1558,1445734826,6),(1558,1459040426,5),(1558,1477789226,6),(1558,1490490027,5),(1558,1509238827,6),(1558,1521939627,5),(1558,1540688427,6),(1558,1553994027,5),(1558,1572138027,6),(1558,1585443627,5),(1558,1603587627,6),(1558,1616893227,5),(1558,1635642027,6),(1558,1648342827,5),(1558,1667091627,6),(1558,1679792427,5),(1558,1698541227,6),(1558,1711846827,5),(1558,1729990827,6),(1558,1743296427,5),(1558,1761440427,6),(1558,1774746027,5),(1558,1792890027,6),(1558,1806195627,5),(1558,1824944427,6),(1558,1837645227,5),(1558,1856394027,6),(1558,1869094827,5),(1558,1887843627,6),(1558,1901149227,5),(1558,1919293227,6),(1558,1932598827,5),(1558,1950742827,6),(1558,1964048427,5),(1558,1982797227,6),(1558,1995498027,5),(1558,2014246827,6),(1558,2026947627,5),(1558,2045696427,6),(1558,2058397227,5),(1558,2077146027,6),(1558,2090451627,5),(1558,2108595627,6),(1558,2121901227,5),(1558,2140045227,6),(1559,-2147483648,1),(1559,-1830380400,6),(1559,-1689552000,2),(1559,-1677798000,3),(1559,-1667433600,4),(1559,-1647734400,5),(1559,-1635811200,4),(1559,-1616198400,5),(1559,-1604361600,4),(1559,-1584662400,5),(1559,-1572739200,4),(1559,-1553040000,5),(1559,-1541203200,4),(1559,-1521504000,5),(1559,-1442448000,4),(1559,-1426809600,5),(1559,-1379289600,4),(1559,-1364774400,5),(1559,-1348444800,4),(1559,-1333324800,5),(1559,-1316390400,4),(1559,-1301270400,5),(1559,-1284336000,4),(1559,-1269820800,5),(1559,-1221436800,4),(1559,-1206921600,5),(1559,-1191196800,4),(1559,-1175472000,5),(1559,-1127692800,4),(1559,-1111968000,5),(1559,-1096848000,4),(1559,-1080518400,5),(1559,-1063584000,4),(1559,-1049068800,5),(1559,-1033344000,4),(1559,-1017619200,5),(1559,-1002499200,4),(1559,-986169600,5),(1559,-969235200,4),(1559,-950486400,5),(1559,-942019200,4),(1559,-922665600,5),(1559,-906940800,4),(1559,-891129600,5),(1559,-877305600,4),(1559,-873680400,7),(1559,-864003600,4),(1559,-857952000,5),(1559,-845856000,4),(1559,-842835600,7),(1559,-831344400,4),(1559,-825897600,5),(1559,-814406400,4),(1559,-810781200,7),(1559,-799894800,4),(1559,-794448000,5),(1559,-782956800,4),(1559,-779331600,7),(1559,-768445200,4),(1559,-762998400,5),(1559,-749088000,4),(1559,-733363200,5),(1559,-717627600,4),(1559,-701902800,5),(1559,-686178000,4),(1559,-670453200,5),(1559,-654728400,4),(1559,-639003600,5),(1559,-591829200,4),(1559,-575499600,5),(1559,-559774800,4),(1559,-544050000,5),(1559,-528325200,4),(1559,-512600400,5),(1559,-496875600,4),(1559,-481150800,5),(1559,-465426000,4),(1559,-449701200,5),(1559,-433976400,4),(1559,-417646800,5),(1559,-401922000,4),(1559,-386197200,5),(1559,-370472400,4),(1559,-354747600,5),(1559,-339022800,4),(1559,-323298000,5),(1559,-307573200,4),(1559,-291848400,5),(1559,-276123600,4),(1559,-260398800,5),(1559,-244674000,4),(1559,-228344400,5),(1559,-212619600,4),(1559,-196894800,5),(1559,-181170000,4),(1559,-165445200,5),(1559,-149720400,4),(1559,-133995600,5),(1559,-118270800,10),(1559,228268806,8),(1559,243993606,9),(1559,260323207,8),(1559,276048007,9),(1559,291772808,8),(1559,307501208,9),(1559,323222409,8),(1559,338950809,9),(1559,354675609,8),(1559,370400410,9),(1559,386125210,8),(1559,401850011,9),(1559,417578411,8),(1559,433299612,11),(1559,449024412,12),(1559,465354012,11),(1559,481078812,12),(1559,496803613,11),(1559,512528413,12),(1559,528253213,11),(1559,543978013,12),(1559,559702813,11);
-INSERT INTO `time_zone_transition` VALUES (1559,575427614,12),(1559,591152414,11),(1559,606877214,12),(1559,622602014,11),(1559,638326815,12),(1559,654656415,11),(1559,670381216,12),(1559,686106016,11),(1559,701830816,12),(1559,717555617,11),(1559,733280417,12),(1559,749005218,11),(1559,764730018,12),(1559,780454819,11),(1559,796179619,12),(1559,811904419,11),(1559,828234020,12),(1559,846378020,11),(1559,859683620,12),(1559,877827621,11),(1559,891133221,12),(1559,909277221,11),(1559,922582822,12),(1559,941331622,11),(1559,954032422,12),(1559,972781222,11),(1559,985482022,12),(1559,1004230822,11),(1559,1017536422,12),(1559,1035680422,11),(1559,1048986022,12),(1559,1067130022,11),(1559,1080435622,12),(1559,1099184422,11),(1559,1111885222,12),(1559,1130634022,11),(1559,1143334823,12),(1559,1162083623,11),(1559,1174784423,12),(1559,1193533223,11),(1559,1206838823,12),(1559,1224982823,11),(1559,1238288424,12),(1559,1256432424,11),(1559,1269738024,12),(1559,1288486824,11),(1559,1301187624,12),(1559,1319936424,11),(1559,1332637224,12),(1559,1351386025,11),(1559,1364691625,12),(1559,1382835625,11),(1559,1396141225,12),(1559,1414285225,11),(1559,1427590825,12),(1559,1445734826,11),(1559,1459040426,12),(1559,1477789226,11),(1559,1490490027,12),(1559,1509238827,11),(1559,1521939627,12),(1559,1540688427,11),(1559,1553994027,12),(1559,1572138027,11),(1559,1585443627,12),(1559,1603587627,11),(1559,1616893227,12),(1559,1635642027,11),(1559,1648342827,12),(1559,1667091627,11),(1559,1679792427,12),(1559,1698541227,11),(1559,1711846827,12),(1559,1729990827,11),(1559,1743296427,12),(1559,1761440427,11),(1559,1774746027,12),(1559,1792890027,11),(1559,1806195627,12),(1559,1824944427,11),(1559,1837645227,12),(1559,1856394027,11),(1559,1869094827,12),(1559,1887843627,11),(1559,1901149227,12),(1559,1919293227,11),(1559,1932598827,12),(1559,1950742827,11),(1559,1964048427,12),(1559,1982797227,11),(1559,1995498027,12),(1559,2014246827,11),(1559,2026947627,12),(1559,2045696427,11),(1559,2058397227,12),(1559,2077146027,11),(1559,2090451627,12),(1559,2108595627,11),(1559,2121901227,12),(1559,2140045227,11),(1560,-2147483648,0),(1560,-1956609120,2),(1560,-1668211200,1),(1560,-1647212400,2),(1560,-1636675200,1),(1560,-1613430000,2),(1560,-1605139200,1),(1560,-1581894000,2),(1560,-1539561600,1),(1560,-1531350000,2),(1560,-968025600,1),(1560,-952293600,2),(1560,-942008400,1),(1560,-920239200,3),(1560,-909957600,4),(1560,-888789600,3),(1560,-877903200,4),(1560,-857944800,3),(1560,-846453600,4),(1560,-826495200,3),(1560,-815004000,4),(1560,-795045600,3),(1560,-783554400,4),(1560,-762991200,3),(1560,-752104800,4),(1560,-731541600,3),(1560,-717631200,4),(1560,-700092000,3),(1560,-686181600,4),(1560,-668642400,3),(1560,-654732000,4),(1560,-636588000,3),(1560,-623282400,4),(1560,-605743200,3),(1560,-591832800,4),(1560,-573688800,3),(1560,-559778400,4),(1560,-542239200,3),(1560,-528328800,4),(1560,-510789600,3),(1560,-496879200,4),(1560,-479340000,3),(1560,-465429600,4),(1560,-447890400,3),(1560,-433980000,4),(1560,-415836000,3),(1560,-401925600,4),(1560,-384386400,3),(1560,-370476000,4),(1560,-352936800,3),(1560,-339026400,4),(1560,-321487200,3),(1560,-307576800,4),(1560,-290037600,3),(1560,-276127200,4),(1560,-258588000,3),(1560,-244677600,4),(1560,-226533600,3),(1560,-212623200,4),(1560,-195084000,3),(1560,-181173600,4),(1560,-163634400,3),(1560,-149724000,4),(1560,-132184800,3),(1560,-118274400,4),(1560,-100735200,3),(1560,-86824800,4),(1560,-68680800,3),(1560,-54770400,5),(1562,-2147483648,0),(1562,-1830383032,1),(1563,-2147483648,1),(1563,-1824235716,3),(1563,-1018209600,2),(1563,-1003093200,3),(1563,-986760000,2),(1563,-971643600,3),(1563,-954705600,2),(1563,-939589200,3),(1563,-923256000,2),(1563,-908139600,3),(1563,-891806400,2),(1563,-876690000,3),(1563,-860356800,2),(1563,-852066000,3),(1563,420609611,5),(1563,433306812,4),(1563,452052012,5),(1563,464151612,4),(1563,483501612,5),(1563,495601213,2),(1563,514350013,3),(1563,527054413,2),(1563,545799613,3),(1563,558504013,2),(1563,577249214,3),(1563,589953614,2),(1563,608698814,3),(1563,621403214,2),(1563,640753215,3),(1563,652852815,2),(1563,672202816,3),(1563,684907216,2),(1563,703652416,3),(1563,716356817,2),(1563,735102017,3),(1563,747806418,2),(1563,766551618,3),(1563,779256019,2),(1563,798001219,3),(1563,810705619,2),(1563,830055620,3),(1563,842760020,2),(1563,861505220,3),(1563,874209621,2),(1563,892954821,3),(1563,905659221,2),(1563,924404422,3),(1563,937108822,2),(1563,955854022,3),(1563,968558422,2),(1563,987310822,3),(1563,999410422,2),(1563,1019365222,3),(1563,1030860022,2),(1563,1050814822,3),(1563,1062914422,2),(1563,1082264422,3),(1563,1094364022,2),(1563,1113714022,3),(1563,1125813622,2),(1563,1145163623,3),(1563,1157263223,2),(1563,1176613223,3),(1563,1188712823,2),(1563,1208667623,3),(1563,1220767223,2),(1563,1240117224,3),(1563,1252216824,2),(1563,1271566824,3),(1563,1283666424,5),(1564,-2147483648,3),(1564,-1672560000,1),(1564,-1665388800,2),(1564,-883641600,1),(1564,-876124800,2),(1564,-860400000,1),(1564,-844675200,2),(1564,-828345600,1),(1564,-813225600,2),(1564,31500000,3),(1564,57686400,1),(1564,67968000,2),(1564,89136001,1),(1564,100022402,2),(1564,120585602,1),(1564,131472003,2),(1564,152035203,1),(1564,162921604,2),(1564,183484804,1),(1564,194976005,2),(1564,215539205,1),(1564,226425606,2),(1564,246988806,1),(1564,257875207,2),(1564,278438407,1),(1564,289324808,2),(1564,309888008,1),(1564,320774409,2),(1564,341337609,1),(1564,352224009,2),(1564,372787210,1),(1564,386697610,2),(1564,404841611,1),(1564,415728011,2),(1564,436291212,1),(1564,447177612,2),(1564,467740812,1),(1564,478627212,2),(1564,499190413,1),(1564,511286413,2),(1564,530035213,1),(1564,542736013,2),(1564,562089613,1),(1564,574790414,2),(1564,594144014,1),(1564,606240014,2),(1564,625593614,1),(1564,636480015,2),(1564,657043215,1),(1564,667929616,2),(1564,688492816,1),(1564,699379216,2),(1564,719942417,1),(1564,731433617,2),(1564,751996818,1),(1564,762883218,2),(1564,783446419,1),(1564,794332819,2),(1564,814896019,1),(1564,828201620,2),(1564,846345620,1),(1564,859651220,2),(1564,877795221,1),(1564,891100821,2),(1564,909244821,1),(1564,922550422,2),(1564,941299222,1),(1564,954000022,2),(1564,967305622,1),(1564,985449622,2),(1564,1004198422,1),(1564,1017504022,2),(1564,1035648022,1),(1564,1048953622,2),(1564,1067097622,1),(1564,1080403222,2),(1564,1099152022,1),(1564,1111852822,2),(1564,1130601622,1),(1564,1143907223,2),(1564,1162051223,1),(1564,1174752023,2),(1564,1193500823,1),(1564,1207411223,2),(1564,1223136023,1),(1564,1238860824,2),(1564,1254585624,1),(1564,1270310424,2),(1564,1286035224,1),(1564,1301760024,2),(1564,1317484824,1),(1564,1333209624,2),(1564,1349539225,1),(1564,1365264025,2),(1564,1380988825,1),(1564,1396713625,2),(1564,1412438425,1),(1564,1428163225,2),(1564,1443888026,1),(1564,1459612826,2),(1564,1475337626,1),(1564,1491062427,2),(1564,1506787227,1),(1564,1522512027,2),(1564,1538841627,1),(1564,1554566427,2),(1564,1570291227,1),(1564,1586016027,2),(1564,1601740827,1),(1564,1617465627,2),(1564,1633190427,1),(1564,1648915227,2),(1564,1664640027,1),(1564,1680364827,2),(1564,1696089627,1),(1564,1712419227,2),(1564,1728144027,1),(1564,1743868827,2),(1564,1759593627,1),(1564,1775318427,2),(1564,1791043227,1),(1564,1806768027,2),(1564,1822492827,1),(1564,1838217627,2),(1564,1853942427,1),(1564,1869667227,2),(1564,1885996827,1),(1564,1901721627,2),(1564,1917446427,1),(1564,1933171227,2),(1564,1948896027,1),(1564,1964620827,2),(1564,1980345627,1),(1564,1996070427,2),(1564,2011795227,1),(1564,2027520027,2),(1564,2043244827,1),(1564,2058969627,2),(1564,2075299227,1),(1564,2091024027,2),(1564,2106748827,1),(1564,2122473627,2),(1564,2138198427,1),(1565,-2147483648,3),(1565,-1672558200,1),(1565,-1665387000,2),(1565,-883639800,1),(1565,-876123000,2),(1565,-860398200,1),(1565,-844673400,2),(1565,-828343800,1),(1565,-813223800,2),(1565,31501800,3),(1565,57688200,1),(1565,67969800,2),(1565,89137801,1),(1565,100024202,2),(1565,120587402,1),(1565,131473803,2),(1565,152037003,1),(1565,162923404,2),(1565,183486604,1),(1565,194977805,2),(1565,215541005,1),(1565,226427406,2),(1565,246990606,1),(1565,257877007,2),(1565,278440207,1),(1565,289326608,2),(1565,309889808,1),(1565,320776209,2),(1565,341339409,1),(1565,352225809,2),(1565,372789010,1),(1565,384280210,2),(1565,404843411,1),(1565,415729811,2),(1565,436293012,1),(1565,447179412,2),(1565,467742612,1),(1565,478629012,2),(1565,499192213,1),(1565,511288213,2),(1565,530037013,1),(1565,542737813,2),(1565,562091413,1),(1565,574792214,2),(1565,594145814,1),(1565,606241814,2),(1565,625595414,1),(1565,637691415,2),(1565,657045015,1),(1565,667931416,2),(1565,688494616,1),(1565,701195416,2),(1565,719944217,1),(1565,731435417,2),(1565,751998618,1),(1565,764094618,2),(1565,783448219,1),(1565,796149019,2),(1565,814897819,1),(1565,828203420,2),(1565,846347420,1),(1565,859653020,2),(1565,877797021,1),(1565,891102621,2),(1565,909246621,1),(1565,922552222,2),(1565,941301022,1),(1565,954001822,2),(1565,972750622,1),(1565,985451422,2),(1565,1004200222,1),(1565,1017505822,2),(1565,1035649822,1),(1565,1048955422,2),(1565,1067099422,1),(1565,1080405022,2),(1565,1099153822,1),(1565,1111854622,2),(1565,1130603422,1),(1565,1143909023,2),(1565,1162053023,1),(1565,1174753823,2),(1565,1193502623,1),(1565,1207413023,2),(1565,1223137823,1),(1565,1238862624,2),(1565,1254587424,1),(1565,1270312224,2),(1565,1286037024,1),(1565,1301761824,2),(1565,1317486624,1),(1565,1333211424,2),(1565,1349541025,1),(1565,1365265825,2),(1565,1380990625,1),(1565,1396715425,2),(1565,1412440225,1),(1565,1428165025,2),(1565,1443889826,1),(1565,1459614626,2),(1565,1475339426,1),(1565,1491064227,2),(1565,1506789027,1),(1565,1522513827,2),(1565,1538843427,1),(1565,1554568227,2),(1565,1570293027,1),(1565,1586017827,2),(1565,1601742627,1),(1565,1617467427,2),(1565,1633192227,1),(1565,1648917027,2),(1565,1664641827,1),(1565,1680366627,2),(1565,1696091427,1),(1565,1712421027,2),(1565,1728145827,1),(1565,1743870627,2),(1565,1759595427,1),(1565,1775320227,2),(1565,1791045027,1),(1565,1806769827,2),(1565,1822494627,1),(1565,1838219427,2),(1565,1853944227,1),(1565,1869669027,2),(1565,1885998627,1),(1565,1901723427,2),(1565,1917448227,1),(1565,1933173027,2),(1565,1948897827,1),(1565,1964622627,2),(1565,1980347427,1),(1565,1996072227,2),(1565,2011797027,1),(1565,2027521827,2),(1565,2043246627,1),(1565,2058971427,2),(1565,2075301027,1),(1565,2091025827,2),(1565,2106750627,1),(1565,2122475427,2),(1565,2138200227,1),(1566,-2147483648,3),(1566,-1672560000,1),(1566,-1665388800,2),(1566,-883641600,1),(1566,-876124800,2),(1566,-860400000,1),(1566,-844675200,2),(1566,-828345600,1),(1566,-813225600,2),(1566,31500000,3),(1566,57686400,1),(1566,67968000,2),(1566,625593614,1),(1566,636480015,2),(1566,657043215,1),(1566,667929616,2),(1566,688492816,1),(1566,699379216,2),(1567,-2147483648,3),(1567,-1672558200,1),(1567,-1665387000,2),(1567,-883639800,1),(1567,-876123000,2),(1567,-860398200,1),(1567,-844673400,2),(1567,-828343800,1),(1567,-813223800,2),(1567,31501800,3),(1567,57688200,1),(1567,67969800,2),(1567,89137801,1),(1567,100024202,2),(1567,120587402,1),(1567,131473803,2),(1567,152037003,1),(1567,162923404,2),(1567,183486604,1),(1567,194977805,2),(1567,215541005,1),(1567,226427406,2),(1567,246990606,1),(1567,257877007,2),(1567,278440207,1),(1567,289326608,2),(1567,309889808,1),(1567,320776209,2),(1567,341339409,1),(1567,352225809,2),(1567,372789010,1),(1567,386699410,2),(1567,404843411,1),(1567,415729811,2),(1567,436293012,1),(1567,447179412,2),(1567,467742612,1),(1567,478629012,2),(1567,499192213,1),(1567,511288213,2),(1567,530037013,1),(1567,542737813,2),(1567,562091413,1),(1567,574792214,2),(1567,594145814,1),(1567,606241814,2),(1567,625595414,1),(1567,636481815,2),(1567,657045015,1),(1567,667931416,2),(1567,688494616,1),(1567,699381016,2),(1567,719944217,1),(1567,731435417,2),(1567,751998618,1),(1567,762885018,2),(1567,783448219,1),(1567,794334619,2),(1567,814897819,1),(1567,828203420,2),(1567,846347420,1),(1567,859653020,2),(1567,877797021,1),(1567,891102621,2),(1567,909246621,1),(1567,922552222,2),(1567,941301022,1),(1567,946647022,4),(1567,954001822,2),(1567,972750622,1),(1567,985451422,2),(1567,1004200222,1),(1567,1017505822,2),(1567,1035649822,1),(1567,1048955422,2),(1567,1067099422,1),(1567,1080405022,2),(1567,1099153822,1),(1567,1111854622,2),(1567,1130603422,1),(1567,1143909023,2),(1567,1162053023,1),(1567,1174753823,2),(1567,1193502623,1),(1567,1207413023,2),(1567,1223137823,1),(1567,1238862624,2),(1567,1254587424,1),(1567,1270312224,2),(1567,1286037024,1),(1567,1301761824,2),(1567,1317486624,1),(1567,1333211424,2),(1567,1349541025,1),(1567,1365265825,2),(1567,1380990625,1),(1567,1396715425,2),(1567,1412440225,1),(1567,1428165025,2),(1567,1443889826,1),(1567,1459614626,2),(1567,1475339426,1),(1567,1491064227,2),(1567,1506789027,1),(1567,1522513827,2),(1567,1538843427,1),(1567,1554568227,2),(1567,1570293027,1),(1567,1586017827,2),(1567,1601742627,1),(1567,1617467427,2),(1567,1633192227,1),(1567,1648917027,2),(1567,1664641827,1),(1567,1680366627,2),(1567,1696091427,1),(1567,1712421027,2),(1567,1728145827,1),(1567,1743870627,2),(1567,1759595427,1),(1567,1775320227,2),(1567,1791045027,1),(1567,1806769827,2),(1567,1822494627,1),(1567,1838219427,2),(1567,1853944227,1),(1567,1869669027,2),(1567,1885998627,1),(1567,1901723427,2),(1567,1917448227,1),(1567,1933173027,2),(1567,1948897827,1),(1567,1964622627,2),(1567,1980347427,1),(1567,1996072227,2),(1567,2011797027,1),(1567,2027521827,2),(1567,2043246627,1),(1567,2058971427,2),(1567,2075301027,1),(1567,2091025827,2),(1567,2106750627,1),(1567,2122475427,2),(1567,2138200227,1),(1568,-2147483648,3),(1568,-1672560000,1),(1568,-1665388800,2),(1568,-883641600,1),(1568,-876124800,2),(1568,-860400000,1),(1568,-844675200,2),(1568,-828345600,1),(1568,-813225600,2),(1568,31500000,3),(1568,57686400,1),(1568,67968000,2),(1568,89136001,1),(1568,100022402,2),(1568,120585602,1),(1568,131472003,2),(1568,152035203,1),(1568,162921604,2),(1568,183484804,1),(1568,194976005,2),(1568,215539205,1),(1568,226425606,2),(1568,246988806,1),(1568,257875207,2),(1568,278438407,1),(1568,289324808,2),(1568,309888008,1),(1568,320774409,2),(1568,341337609,1),(1568,352224009,2),(1568,372787210,1),(1568,386697610,2),(1568,404841611,1),(1568,415728011,2),(1568,436291212,1),(1568,447177612,2),(1568,467740812,1),(1568,478627212,2),(1568,499190413,1),(1568,511286413,2),(1568,530035213,1),(1568,542736013,2),(1568,562089613,1),(1568,574790414,2),(1568,594144014,1),(1568,606240014,2),(1568,625593614,1),(1568,636480015,2),(1568,657043215,1),(1568,667929616,2),(1568,688492816,1),(1568,699379216,2),(1568,719942417,1),(1568,731433617,2),(1568,751996818,1),(1568,762883218,2),(1568,783446419,1),(1568,794332819,2),(1568,814896019,1),(1568,828201620,2),(1568,846345620,1),(1568,859651220,2),(1568,877795221,1),(1568,891100821,2),(1568,909244821,1),(1568,922550422,2),(1568,941299222,1),(1568,954000022,2),(1568,967305622,1),(1568,985449622,2),(1568,1004198422,1),(1568,1017504022,2),(1568,1035648022,1),(1568,1048953622,2),(1568,1067097622,1),(1568,1080403222,2),(1568,1099152022,1),(1568,1111852822,2),(1568,1130601622,1),(1568,1143907223,2),(1568,1162051223,1),(1568,1174752023,2),(1568,1193500823,1),(1568,1207411223,2),(1568,1223136023,1),(1568,1238860824,2),(1568,1254585624,1),(1568,1270310424,2),(1568,1286035224,1),(1568,1301760024,2),(1568,1317484824,1),(1568,1333209624,2),(1568,1349539225,1),(1568,1365264025,2),(1568,1380988825,1),(1568,1396713625,2),(1568,1412438425,1),(1568,1428163225,2),(1568,1443888026,1),(1568,1459612826,2),(1568,1475337626,1),(1568,1491062427,2),(1568,1506787227,1),(1568,1522512027,2),(1568,1538841627,1),(1568,1554566427,2),(1568,1570291227,1),(1568,1586016027,2),(1568,1601740827,1),(1568,1617465627,2),(1568,1633190427,1),(1568,1648915227,2),(1568,1664640027,1),(1568,1680364827,2),(1568,1696089627,1),(1568,1712419227,2),(1568,1728144027,1),(1568,1743868827,2),(1568,1759593627,1),(1568,1775318427,2),(1568,1791043227,1),(1568,1806768027,2),(1568,1822492827,1),(1568,1838217627,2),(1568,1853942427,1),(1568,1869667227,2),(1568,1885996827,1),(1568,1901721627,2),(1568,1917446427,1),(1568,1933171227,2),(1568,1948896027,1),(1568,1964620827,2),(1568,1980345627,1),(1568,1996070427,2),(1568,2011795227,1),(1568,2027520027,2),(1568,2043244827,1),(1568,2058969627,2),(1568,2075299227,1),(1568,2091024027,2),(1568,2106748827,1),(1568,2122473627,2),(1568,2138198427,1),(1569,-2147483648,3),(1569,-1680508800,1),(1569,-1665388800,2),(1569,-1646640000,1),(1569,-1635753600,2),(1569,-1615190400,1),(1569,-1604304000,2),(1569,-1583920800,3),(1569,-883641600,1),(1569,-876124800,2),(1569,-860400000,1),(1569,-844675200,2),(1569,-828345600,1),(1569,-813225600,2),(1569,-94730400,3),(1569,-71136000,1),(1569,-55411200,2),(1569,-37267200,1),(1569,-25776000,2),(1569,-5817600,1),(1569,5673600,2),(1569,25632000,1),(1569,37728000,2),(1569,57686400,1),(1569,67968000,2),(1569,89136001,1),(1569,100022402,2),(1569,120585602,1),(1569,131472003,2),(1569,152035203,1),(1569,162921604,2),(1569,183484804,1),(1569,194976005,2),(1569,215539205,1),(1569,226425606,2),(1569,246988806,1),(1569,257875207,2),(1569,278438407,1),(1569,289324808,2),(1569,309888008,1),(1569,320774409,2),(1569,341337609,1),(1569,352224009,2),(1569,372787210,1),(1569,386092810,2),(1569,404841611,1),(1569,417542411,2),(1569,436291212,1),(1569,447177612,2),(1569,467740812,1),(1569,478627212,2),(1569,499190413,1),(1569,510076813,2),(1569,530035213,1),(1569,542736013,2),(1569,562089613,1),(1569,574790414,2),(1569,594144014,1),(1569,606240014,2),(1569,625593614,1),(1569,637689615,2),(1569,657043215,1),(1569,670348816,2),(1569,686678416,1),(1569,701798416,2),(1569,718128017,1),(1569,733248017,2),(1569,749577618,1),(1569,764697618,2),(1569,781027219,1),(1569,796147219,2),(1569,812476819,1),(1569,828201620,2),(1569,844531220,1),(1569,859651220,2),(1569,875980821,1),(1569,891100821,2),(1569,907430421,1),(1569,922550422,2),(1569,938880022,1),(1569,954000022,2),(1569,967305622,1),(1569,985449622,2),(1569,1002384022,1),(1569,1017504022,2),(1569,1033833622,1),(1569,1048953622,2),(1569,1065283222,1),(1569,1080403222,2),(1569,1096732822,1),(1569,1111852822,2),(1569,1128182422,1),(1569,1143907223,2),(1569,1159632023,1),(1569,1174752023,2),(1569,1191686423,1),(1569,1207411223,2),(1569,1223136023,1),(1569,1238860824,2),(1569,1254585624,1),(1569,1270310424,2),(1569,1286035224,1),(1569,1301760024,2),(1569,1317484824,1),(1569,1333209624,2),(1569,1349539225,1),(1569,1365264025,2),(1569,1380988825,1),(1569,1396713625,2),(1569,1412438425,1),(1569,1428163225,2),(1569,1443888026,1),(1569,1459612826,2),(1569,1475337626,1),(1569,1491062427,2),(1569,1506787227,1),(1569,1522512027,2),(1569,1538841627,1),(1569,1554566427,2),(1569,1570291227,1),(1569,1586016027,2),(1569,1601740827,1),(1569,1617465627,2),(1569,1633190427,1),(1569,1648915227,2),(1569,1664640027,1),(1569,1680364827,2),(1569,1696089627,1),(1569,1712419227,2),(1569,1728144027,1),(1569,1743868827,2),(1569,1759593627,1),(1569,1775318427,2),(1569,1791043227,1),(1569,1806768027,2),(1569,1822492827,1),(1569,1838217627,2),(1569,1853942427,1),(1569,1869667227,2),(1569,1885996827,1),(1569,1901721627,2),(1569,1917446427,1),(1569,1933171227,2),(1569,1948896027,1),(1569,1964620827,2),(1569,1980345627,1),(1569,1996070427,2),(1569,2011795227,1),(1569,2027520027,2),(1569,2043244827,1),(1569,2058969627,2),(1569,2075299227,1),(1569,2091024027,2),(1569,2106748827,1),(1569,2122473627,2),(1569,2138198427,1),(1570,-2147483648,3),(1570,-1672558200,1),(1570,-1665387000,2),(1570,-883639800,1),(1570,-876123000,2),(1570,-860398200,1),(1570,-844673400,2),(1570,-828343800,1),(1570,-813223800,2),(1571,-2147483648,3),(1571,-1672555500,1),(1571,-1665384300,2),(1571,-883637100,1),(1571,-876120300,2),(1571,-860395500,1),(1571,-844670700,2),(1571,-836469900,3),(1571,152039703,1),(1571,162926104,2),(1571,436295712,1),(1571,447182112,2),(1571,690311716,1),(1571,699383716,2),(1571,1165079723,1),(1571,1174756523,2),(1571,1193505323,1),(1571,1206810923,2),(1571,1224954923,1),(1571,1238260524,2),(1572,-2147483648,3),(1572,-1680508800,1),(1572,-1665388800,2),(1572,-1646640000,1),(1572,-1635753600,2),(1572,-1615190400,1),(1572,-1604304000,2),(1572,-1583920800,3),(1572,-883641600,1),(1572,-876124800,2),(1572,-860400000,1),(1572,-844675200,2),(1572,-828345600,1),(1572,-813225600,2),(1572,-94730400,3),(1572,-71136000,1),(1572,-55411200,2),(1572,-37267200,1),(1572,-25776000,2),(1572,-5817600,1),(1572,5673600,2),(1572,25632000,1),(1572,37728000,2),(1572,57686400,1),(1572,67968000,2),(1572,89136001,1),(1572,100022402,2),(1572,120585602,1),(1572,131472003,2),(1572,152035203,1),(1572,162921604,2),(1572,183484804,1),(1572,194976005,2),(1572,215539205,1),(1572,226425606,2),(1572,246988806,1),(1572,257875207,2),(1572,278438407,1),(1572,289324808,2),(1572,309888008,1),(1572,320774409,2),(1572,341337609,1),(1572,352224009,2),(1572,372787210,1),(1572,386092810,2),(1572,404841611,1),(1572,417542411,2),(1572,436291212,1),(1572,447177612,2),(1572,467740812,1),(1572,478627212,2),(1572,499190413,1),(1572,510076813,2),(1572,530035213,1),(1572,542736013,2),(1572,562089613,1),(1572,574790414,2),(1572,594144014,1),(1572,606240014,2),(1572,625593614,1),(1572,637689615,2),(1572,657043215,1),(1572,670348816,2),(1572,686678416,1),(1572,701798416,2),(1572,718128017,1),(1572,733248017,2),(1572,749577618,1),(1572,764697618,2),(1572,781027219,1),(1572,796147219,2),(1572,812476819,1),(1572,828201620,2),(1572,844531220,1),(1572,859651220,2),(1572,875980821,1),(1572,891100821,2),(1572,907430421,1),(1572,922550422,2),(1572,938880022,1),(1572,954000022,2),(1572,967305622,1),(1572,985449622,2),(1572,1002384022,1),(1572,1017504022,2),(1572,1033833622,1),(1572,1048953622,2),(1572,1065283222,1),(1572,1080403222,2),(1572,1096732822,1),(1572,1111852822,2),(1572,1128182422,1),(1572,1143907223,2),(1572,1159632023,1),(1572,1174752023,2),(1572,1191686423,1),(1572,1207411223,2),(1572,1223136023,1),(1572,1238860824,2),(1572,1254585624,1),(1572,1270310424,2),(1572,1286035224,1),(1572,1301760024,2),(1572,1317484824,1),(1572,1333209624,2),(1572,1349539225,1),(1572,1365264025,2),(1572,1380988825,1),(1572,1396713625,2),(1572,1412438425,1),(1572,1428163225,2),(1572,1443888026,1),(1572,1459612826,2),(1572,1475337626,1),(1572,1491062427,2),(1572,1506787227,1),(1572,1522512027,2),(1572,1538841627,1),(1572,1554566427,2),(1572,1570291227,1),(1572,1586016027,2),(1572,1601740827,1),(1572,1617465627,2),(1572,1633190427,1),(1572,1648915227,2),(1572,1664640027,1),(1572,1680364827,2),(1572,1696089627,1),(1572,1712419227,2),(1572,1728144027,1),(1572,1743868827,2),(1572,1759593627,1),(1572,1775318427,2),(1572,1791043227,1),(1572,1806768027,2),(1572,1822492827,1),(1572,1838217627,2),(1572,1853942427,1),(1572,1869667227,2),(1572,1885996827,1),(1572,1901721627,2),(1572,1917446427,1),(1572,1933171227,2),(1572,1948896027,1),(1572,1964620827,2),(1572,1980345627,1),(1572,1996070427,2),(1572,2011795227,1),(1572,2027520027,2),(1572,2043244827,1),(1572,2058969627,2),(1572,2075299227,1),(1572,2091024027,2),(1572,2106748827,1),(1572,2122473627,2),(1572,2138198427,1),(1573,-2147483648,1),(1573,352216809,3),(1573,372785410,2),(1573,384273010,3),(1573,404839811,2),(1573,415722611,3),(1573,436289412,2),(1573,447172212,3),(1573,467739012,2),(1573,478621812,3),(1573,499188613,4),(1573,511282813,3),(1573,530033413,4),(1573,542732413,3),(1573,562087813,4),(1573,574786814,3),(1573,594142214,4),(1573,606236414,3),(1573,625591814,4),(1573,636476415,3),(1573,657041415,4),(1573,667926016,3),(1573,688491016,4),(1573,699375616,3),(1573,719940617,4),(1573,731430017,3),(1573,751995018,4),(1573,762879618,3),(1573,783444619,4),(1573,794329219,3),(1573,814894219,4),(1573,828198020,3),(1573,846343820,4),(1573,859647620,3),(1573,877793421,4),(1573,891097221,3),(1573,909243021,4),(1573,922546822,3),(1573,941297422,4),(1573,953996422,3),(1573,967303822,4),(1573,985446022,3),(1573,1004196622,4),(1573,1017500422,3),(1573,1035646222,4),(1573,1048950022,3),(1573,1067095822,4),(1573,1080399622,3),(1573,1099150222,4),(1573,1111849222,3),(1573,1130599822,4),(1573,1143903623,3),(1573,1162049423,4),(1573,1174748423,3),(1573,1193499023,4),(1573,1207407623,3),(1573,1223134223,4),(1573,1238857224,3),(1573,1254583824,4),(1573,1270306824,3),(1573,1286033424,4),(1573,1301756424,3),(1573,1317483024,4),(1573,1333206024,3),(1573,1349537425,4),(1573,1365260425,3),(1573,1380987025,4),(1573,1396710025,3),(1573,1412436625,4),(1573,1428159625,3),(1573,1443886226,4),(1573,1459609226,3),(1573,1475335826,4),(1573,1491058827,3),(1573,1506785427,4),(1573,1522508427,3),(1573,1538839827,4),(1573,1554562827,3),(1573,1570289427,4),(1573,1586012427,3),(1573,1601739027,4),(1573,1617462027,3),(1573,1633188627,4),(1573,1648911627,3),(1573,1664638227,4),(1573,1680361227,3),(1573,1696087827,4),(1573,1712415627,3),(1573,1728142227,4),(1573,1743865227,3),(1573,1759591827,4),(1573,1775314827,3),(1573,1791041427,4),(1573,1806764427,3),(1573,1822491027,4),(1573,1838214027,3),(1573,1853940627,4),(1573,1869663627,3),(1573,1885995027,4),(1573,1901718027,3),(1573,1917444627,4),(1573,1933167627,3),(1573,1948894227,4),(1573,1964617227,3),(1573,1980343827,4),(1573,1996066827,3),(1573,2011793427,4),(1573,2027516427,3),(1573,2043243027,4),(1573,2058966027,3),(1573,2075297427,4),(1573,2091020427,3),(1573,2106747027,4),(1573,2122470027,3),(1573,2138196627,4),(1574,-2147483648,3),(1574,-1672560000,1),(1574,-1665388800,2),(1574,-883641600,1),(1574,-876124800,2),(1574,-860400000,1),(1574,-844675200,2),(1574,-828345600,1),(1574,-813225600,2),(1574,31500000,3),(1574,57686400,1),(1574,67968000,2),(1574,625593614,1),(1574,636480015,2),(1574,657043215,1),(1574,667929616,2),(1574,688492816,1),(1574,699379216,2),(1574,709912816,3),(1574,719942417,1),(1574,731433617,2),(1574,751996818,1),(1574,762883218,2),(1575,-2147483648,1),(1575,352216809,3),(1575,372785410,2),(1575,384273010,3),(1575,404839811,2),(1575,415722611,3),(1575,436289412,2),(1575,447172212,3),(1575,467739012,2),(1575,478621812,3),(1575,499188613,4),(1575,511282813,3),(1575,530033413,4),(1575,542732413,3),(1575,562087813,4),(1575,574786814,3),(1575,594142214,4),(1575,606236414,3),(1575,625591814,4),(1575,636476415,3),(1575,657041415,4),(1575,667926016,3),(1575,688491016,4),(1575,699375616,3),(1575,719940617,4),(1575,731430017,3),(1575,751995018,4),(1575,762879618,3),(1575,783444619,4),(1575,794329219,3),(1575,814894219,4),(1575,828198020,3),(1575,846343820,4),(1575,859647620,3),(1575,877793421,4),(1575,891097221,3),(1575,909243021,4),(1575,922546822,3),(1575,941297422,4),(1575,953996422,3),(1575,967303822,4),(1575,985446022,3),(1575,1004196622,4),(1575,1017500422,3),(1575,1035646222,4),(1575,1048950022,3),(1575,1067095822,4),(1575,1080399622,3),(1575,1099150222,4),(1575,1111849222,3),(1575,1130599822,4),(1575,1143903623,3),(1575,1162049423,4),(1575,1174748423,3),(1575,1193499023,4),(1575,1207407623,3),(1575,1223134223,4),(1575,1238857224,3),(1575,1254583824,4),(1575,1270306824,3),(1575,1286033424,4),(1575,1301756424,3),(1575,1317483024,4),(1575,1333206024,3),(1575,1349537425,4),(1575,1365260425,3),(1575,1380987025,4),(1575,1396710025,3),(1575,1412436625,4),(1575,1428159625,3),(1575,1443886226,4),(1575,1459609226,3),(1575,1475335826,4),(1575,1491058827,3),(1575,1506785427,4),(1575,1522508427,3),(1575,1538839827,4),(1575,1554562827,3),(1575,1570289427,4),(1575,1586012427,3),(1575,1601739027,4),(1575,1617462027,3),(1575,1633188627,4),(1575,1648911627,3),(1575,1664638227,4),(1575,1680361227,3),(1575,1696087827,4),(1575,1712415627,3),(1575,1728142227,4),(1575,1743865227,3),(1575,1759591827,4),(1575,1775314827,3),(1575,1791041427,4),(1575,1806764427,3),(1575,1822491027,4),(1575,1838214027,3),(1575,1853940627,4),(1575,1869663627,3),(1575,1885995027,4),(1575,1901718027,3),(1575,1917444627,4),(1575,1933167627,3),(1575,1948894227,4),(1575,1964617227,3),(1575,1980343827,4),(1575,1996066827,3),(1575,2011793427,4),(1575,2027516427,3),(1575,2043243027,4),(1575,2058966027,3),(1575,2075297427,4),(1575,2091020427,3),(1575,2106747027,4),(1575,2122470027,3),(1575,2138196627,4),(1576,-2147483648,3),(1576,-1672560000,1),(1576,-1665388800,2),(1576,-883641600,1),(1576,-876124800,2),(1576,-860400000,1),(1576,-844675200,2),(1576,-828345600,1),(1576,-813225600,2),(1576,31500000,3),(1576,57686400,1),(1576,67968000,2),(1576,89136001,1),(1576,100022402,2),(1576,120585602,1),(1576,131472003,2),(1576,152035203,1),(1576,162921604,2),(1576,183484804,1),(1576,194976005,2),(1576,215539205,1),(1576,226425606,2),(1576,246988806,1),(1576,257875207,2),(1576,278438407,1),(1576,289324808,2),(1576,309888008,1),(1576,320774409,2),(1576,341337609,1),(1576,352224009,2),(1576,372787210,1),(1576,384278410,2),(1576,404841611,1),(1576,415728011,2),(1576,436291212,1),(1576,447177612,2),(1576,467740812,1),(1576,478627212,2),(1576,499190413,1),(1576,511286413,2),(1576,530035213,1),(1576,542736013,2),(1576,561484813,1),(1576,574790414,2),(1576,594144014,1),(1576,606240014,2),(1576,625593614,1),(1576,637689615,2),(1576,657043215,1),(1576,667929616,2),(1576,688492816,1),(1576,699379216,2),(1576,719942417,1),(1576,731433617,2),(1576,751996818,1),(1576,762883218,2),(1576,783446419,1),(1576,796147219,2),(1576,814896019,1),(1576,828201620,2),(1576,846345620,1),(1576,859651220,2),(1576,877795221,1),(1576,891100821,2),(1576,909244821,1),(1576,922550422,2),(1576,941299222,1),(1576,954000022,2),(1576,967305622,1),(1576,985449622,2),(1576,1004198422,1),(1576,1017504022,2),(1576,1035648022,1),(1576,1048953622,2),(1576,1067097622,1),(1576,1080403222,2),(1576,1099152022,1),(1576,1111852822,2),(1576,1130601622,1),(1576,1143907223,2),(1576,1162051223,1),(1576,1174752023,2),(1576,1193500823,1),(1576,1207411223,2),(1576,1223136023,1),(1576,1238860824,2),(1576,1254585624,1),(1576,1270310424,2),(1576,1286035224,1),(1576,1301760024,2),(1576,1317484824,1),(1576,1333209624,2),(1576,1349539225,1),(1576,1365264025,2),(1576,1380988825,1),(1576,1396713625,2),(1576,1412438425,1),(1576,1428163225,2),(1576,1443888026,1),(1576,1459612826,2),(1576,1475337626,1),(1576,1491062427,2),(1576,1506787227,1),(1576,1522512027,2),(1576,1538841627,1),(1576,1554566427,2),(1576,1570291227,1),(1576,1586016027,2),(1576,1601740827,1),(1576,1617465627,2),(1576,1633190427,1),(1576,1648915227,2),(1576,1664640027,1),(1576,1680364827,2),(1576,1696089627,1),(1576,1712419227,2),(1576,1728144027,1),(1576,1743868827,2),(1576,1759593627,1),(1576,1775318427,2),(1576,1791043227,1),(1576,1806768027,2),(1576,1822492827,1),(1576,1838217627,2),(1576,1853942427,1),(1576,1869667227,2),(1576,1885996827,1),(1576,1901721627,2),(1576,1917446427,1),(1576,1933171227,2),(1576,1948896027,1),(1576,1964620827,2),(1576,1980345627,1),(1576,1996070427,2),(1576,2011795227,1),(1576,2027520027,2),(1576,2043244827,1),(1576,2058969627,2),(1576,2075299227,1),(1576,2091024027,2),(1576,2106748827,1),(1576,2122473627,2),(1576,2138198427,1),(1577,-2147483648,3),(1577,-1672560000,1),(1577,-1665388800,2),(1577,-883641600,1),(1577,-876124800,2),(1577,-860400000,1),(1577,-844675200,2),(1577,-828345600,1),(1577,-813225600,2),(1577,31500000,3),(1577,57686400,1),(1577,67968000,2),(1577,89136001,1),(1577,100022402,2),(1577,120585602,1),(1577,131472003,2),(1577,152035203,1),(1577,162921604,2),(1577,183484804,1),(1577,194976005,2),(1577,215539205,1),(1577,226425606,2),(1577,246988806,1),(1577,257875207,2),(1577,278438407,1),(1577,289324808,2),(1577,309888008,1),(1577,320774409,2),(1577,341337609,1),(1577,352224009,2),(1577,372787210,1),(1577,386697610,2),(1577,404841611,1),(1577,415728011,2),(1577,436291212,1),(1577,447177612,2),(1577,467740812,1),(1577,478627212,2),(1577,499190413,1),(1577,511286413,2),(1577,530035213,1),(1577,542736013,2),(1577,562089613,1),(1577,574790414,2),(1577,594144014,1),(1577,606240014,2),(1577,625593614,1),(1577,636480015,2),(1577,657043215,1),(1577,667929616,2),(1577,688492816,1),(1577,699379216,2),(1577,719942417,1),(1577,731433617,2),(1577,751996818,1),(1577,762883218,2),(1577,783446419,1),(1577,794332819,2),(1577,814896019,1),(1577,828201620,2),(1577,846345620,1),(1577,859651220,2),(1577,877795221,1),(1577,891100821,2),(1577,909244821,1),(1577,922550422,2),(1577,941299222,1),(1577,954000022,2),(1577,967305622,1),(1577,985449622,2),(1577,1004198422,1),(1577,1017504022,2),(1577,1035648022,1),(1577,1048953622,2),(1577,1067097622,1),(1577,1080403222,2),(1577,1099152022,1),(1577,1111852822,2),(1577,1130601622,1),(1577,1143907223,2),(1577,1162051223,1),(1577,1174752023,2),(1577,1193500823,1),(1577,1207411223,2),(1577,1223136023,1),(1577,1238860824,2),(1577,1254585624,1),(1577,1270310424,2),(1577,1286035224,1),(1577,1301760024,2),(1577,1317484824,1),(1577,1333209624,2),(1577,1349539225,1),(1577,1365264025,2),(1577,1380988825,1),(1577,1396713625,2),(1577,1412438425,1),(1577,1428163225,2),(1577,1443888026,1),(1577,1459612826,2),(1577,1475337626,1),(1577,1491062427,2),(1577,1506787227,1),(1577,1522512027,2),(1577,1538841627,1),(1577,1554566427,2),(1577,1570291227,1),(1577,1586016027,2),(1577,1601740827,1),(1577,1617465627,2),(1577,1633190427,1),(1577,1648915227,2),(1577,1664640027,1),(1577,1680364827,2),(1577,1696089627,1),(1577,1712419227,2),(1577,1728144027,1),(1577,1743868827,2),(1577,1759593627,1),(1577,1775318427,2),(1577,1791043227,1),(1577,1806768027,2),(1577,1822492827,1),(1577,1838217627,2),(1577,1853942427,1),(1577,1869667227,2),(1577,1885996827,1),(1577,1901721627,2),(1577,1917446427,1),(1577,1933171227,2),(1577,1948896027,1),(1577,1964620827,2),(1577,1980345627,1),(1577,1996070427,2),(1577,2011795227,1),(1577,2027520027,2),(1577,2043244827,1),(1577,2058969627,2),(1577,2075299227,1),(1577,2091024027,2),(1577,2106748827,1),(1577,2122473627,2),(1577,2138198427,1),(1578,-2147483648,3),(1578,-1672558200,1),(1578,-1665387000,2),(1578,-883639800,1),(1578,-876123000,2),(1578,-860398200,1),(1578,-844673400,2),(1578,-828343800,1),(1578,-813223800,2),(1579,-2147483648,3),(1579,-1672552800,1),(1579,-1665381600,2),(1579,-883634400,1),(1579,-876117600,2),(1579,-860392800,1),(1579,-844668000,2),(1579,-836467200,3),(1579,152042403,1),(1579,162928804,2),(1579,436298412,1),(1579,447184812,2),(1579,690314416,1),(1579,699386416,2),(1579,1165082423,1),(1579,1174759223,2),(1579,1193508023,1),(1579,1206813623,2),(1579,1224957623,1),(1579,1238263224,2),(1580,-2147483648,3),(1580,-1672560000,1),(1580,-1665388800,2),(1580,-883641600,1),(1580,-876124800,2),(1580,-860400000,1),(1580,-844675200,2),(1580,-828345600,1),(1580,-813225600,2),(1580,31500000,3),(1580,57686400,1),(1580,67968000,2),(1580,625593614,1),(1580,636480015,2),(1580,657043215,1),(1580,667929616,2),(1580,688492816,1),(1580,699379216,2),(1581,-2147483648,3),(1581,-1672558200,1),(1581,-1665387000,2),(1581,-883639800,1),(1581,-876123000,2),(1581,-860398200,1),(1581,-844673400,2),(1581,-828343800,1),(1581,-813223800,2),(1581,31501800,3),(1581,57688200,1),(1581,67969800,2),(1581,89137801,1),(1581,100024202,2),(1581,120587402,1),(1581,131473803,2),(1581,152037003,1),(1581,162923404,2),(1581,183486604,1),(1581,194977805,2),(1581,215541005,1),(1581,226427406,2),(1581,246990606,1),(1581,257877007,2),(1581,278440207,1),(1581,289326608,2),(1581,309889808,1),(1581,320776209,2),(1581,341339409,1),(1581,352225809,2),(1581,372789010,1),(1581,384280210,2),(1581,404843411,1),(1581,415729811,2),(1581,436293012,1),(1581,447179412,2),(1581,467742612,1),(1581,478629012,2),(1581,499192213,1),(1581,511288213,2),(1581,530037013,1),(1581,542737813,2),(1581,562091413,1),(1581,574792214,2),(1581,594145814,1),(1581,606241814,2),(1581,625595414,1),(1581,637691415,2),(1581,657045015,1),(1581,667931416,2),(1581,688494616,1),(1581,701195416,2),(1581,719944217,1),(1581,731435417,2),(1581,751998618,1),(1581,764094618,2),(1581,783448219,1),(1581,796149019,2),(1581,814897819,1),(1581,828203420,2),(1581,846347420,1),(1581,859653020,2),(1581,877797021,1),(1581,891102621,2),(1581,909246621,1),(1581,922552222,2),(1581,941301022,1),(1581,954001822,2),(1581,972750622,1),(1581,985451422,2),(1581,1004200222,1),(1581,1017505822,2),(1581,1035649822,1),(1581,1048955422,2),(1581,1067099422,1),(1581,1080405022,2),(1581,1099153822,1),(1581,1111854622,2),(1581,1130603422,1),(1581,1143909023,2),(1581,1162053023,1),(1581,1174753823,2),(1581,1193502623,1),(1581,1207413023,2),(1581,1223137823,1),(1581,1238862624,2),(1581,1254587424,1),(1581,1270312224,2),(1581,1286037024,1),(1581,1301761824,2),(1581,1317486624,1),(1581,1333211424,2),(1581,1349541025,1),(1581,1365265825,2),(1581,1380990625,1),(1581,1396715425,2),(1581,1412440225,1),(1581,1428165025,2),(1581,1443889826,1),(1581,1459614626,2),(1581,1475339426,1),(1581,1491064227,2),(1581,1506789027,1),(1581,1522513827,2),(1581,1538843427,1),(1581,1554568227,2),(1581,1570293027,1),(1581,1586017827,2),(1581,1601742627,1),(1581,1617467427,2),(1581,1633192227,1),(1581,1648917027,2),(1581,1664641827,1),(1581,1680366627,2),(1581,1696091427,1),(1581,1712421027,2),(1581,1728145827,1),(1581,1743870627,2),(1581,1759595427,1),(1581,1775320227,2),(1581,1791045027,1),(1581,1806769827,2),(1581,1822494627,1),(1581,1838219427,2),(1581,1853944227,1),(1581,1869669027,2),(1581,1885998627,1),(1581,1901723427,2),(1581,1917448227,1),(1581,1933173027,2),(1581,1948897827,1),(1581,1964622627,2),(1581,1980347427,1),(1581,1996072227,2),(1581,2011797027,1),(1581,2027521827,2),(1581,2043246627,1),(1581,2058971427,2),(1581,2075301027,1),(1581,2091025827,2),(1581,2106750627,1),(1581,2122475427,2),(1581,2138200227,1),(1582,-2147483648,3),(1582,-1672560000,1),(1582,-1665388800,2),(1582,-883641600,1),(1582,-876124800,2),(1582,-860400000,1),(1582,-844675200,2),(1582,-828345600,1),(1582,-813225600,2),(1582,31500000,3),(1582,57686400,1),(1582,67968000,2),(1582,89136001,1),(1582,100022402,2),(1582,120585602,1),(1582,131472003,2),(1582,152035203,1),(1582,162921604,2),(1582,183484804,1),(1582,194976005,2),(1582,215539205,1),(1582,226425606,2),(1582,246988806,1),(1582,257875207,2),(1582,278438407,1),(1582,289324808,2),(1582,309888008,1),(1582,320774409,2),(1582,341337609,1),(1582,352224009,2),(1582,372787210,1),(1582,386697610,2),(1582,404841611,1),(1582,415728011,2),(1582,436291212,1),(1582,447177612,2),(1582,467740812,1),(1582,478627212,2),(1582,499190413,1),(1582,511286413,2),(1582,530035213,1),(1582,542736013,2),(1582,562089613,1),(1582,574790414,2),(1582,594144014,1),(1582,606240014,2),(1582,625593614,1),(1582,636480015,2),(1582,657043215,1),(1582,667929616,2),(1582,688492816,1),(1582,699379216,2),(1582,719942417,1),(1582,731433617,2),(1582,751996818,1),(1582,762883218,2),(1582,783446419,1),(1582,794332819,2),(1582,814896019,1),(1582,828201620,2),(1582,846345620,1),(1582,859651220,2),(1582,877795221,1),(1582,891100821,2),(1582,909244821,1),(1582,922550422,2),(1582,941299222,1),(1582,954000022,2),(1582,967305622,1),(1582,985449622,2),(1582,1004198422,1),(1582,1017504022,2),(1582,1035648022,1),(1582,1048953622,2),(1582,1067097622,1),(1582,1080403222,2),(1582,1099152022,1),(1582,1111852822,2),(1582,1130601622,1),(1582,1143907223,2),(1582,1162051223,1),(1582,1174752023,2),(1582,1193500823,1),(1582,1207411223,2),(1582,1223136023,1),(1582,1238860824,2),(1582,1254585624,1),(1582,1270310424,2),(1582,1286035224,1),(1582,1301760024,2),(1582,1317484824,1),(1582,1333209624,2),(1582,1349539225,1),(1582,1365264025,2),(1582,1380988825,1),(1582,1396713625,2),(1582,1412438425,1),(1582,1428163225,2),(1582,1443888026,1),(1582,1459612826,2),(1582,1475337626,1),(1582,1491062427,2),(1582,1506787227,1),(1582,1522512027,2),(1582,1538841627,1),(1582,1554566427,2),(1582,1570291227,1),(1582,1586016027,2),(1582,1601740827,1),(1582,1617465627,2),(1582,1633190427,1),(1582,1648915227,2),(1582,1664640027,1),(1582,1680364827,2),(1582,1696089627,1),(1582,1712419227,2),(1582,1728144027,1),(1582,1743868827,2),(1582,1759593627,1),(1582,1775318427,2),(1582,1791043227,1),(1582,1806768027,2),(1582,1822492827,1),(1582,1838217627,2),(1582,1853942427,1),(1582,1869667227,2),(1582,1885996827,1),(1582,1901721627,2),(1582,1917446427,1),(1582,1933171227,2),(1582,1948896027,1),(1582,1964620827,2),(1582,1980345627,1),(1582,1996070427,2),(1582,2011795227,1),(1582,2027520027,2),(1582,2043244827,1),(1582,2058969627,2),(1582,2075299227,1),(1582,2091024027,2),(1582,2106748827,1),(1582,2122473627,2),(1582,2138198427,1),(1583,-2147483648,3),(1583,-1680508800,1),(1583,-1665388800,2),(1583,-1646640000,1),(1583,-1635753600,2),(1583,-1615190400,1),(1583,-1604304000,2),(1583,-1583920800,3),(1583,-883641600,1),(1583,-876124800,2),(1583,-860400000,1),(1583,-844675200,2),(1583,-828345600,1),(1583,-813225600,2),(1583,-94730400,3),(1583,-71136000,1),(1583,-55411200,2),(1583,-37267200,1),(1583,-25776000,2),(1583,-5817600,1),(1583,5673600,2),(1583,25632000,1),(1583,37728000,2),(1583,57686400,1),(1583,67968000,2),(1583,89136001,1),(1583,100022402,2),(1583,120585602,1),(1583,131472003,2),(1583,152035203,1),(1583,162921604,2),(1583,183484804,1),(1583,194976005,2),(1583,215539205,1),(1583,226425606,2),(1583,246988806,1),(1583,257875207,2),(1583,278438407,1),(1583,289324808,2),(1583,309888008,1),(1583,320774409,2),(1583,341337609,1),(1583,352224009,2),(1583,372787210,1),(1583,386092810,2),(1583,404841611,1),(1583,417542411,2),(1583,436291212,1),(1583,447177612,2),(1583,467740812,1),(1583,478627212,2),(1583,499190413,1),(1583,510076813,2),(1583,530035213,1),(1583,542736013,2),(1583,562089613,1),(1583,574790414,2),(1583,594144014,1),(1583,606240014,2),(1583,625593614,1),(1583,637689615,2),(1583,657043215,1),(1583,670348816,2),(1583,686678416,1),(1583,701798416,2),(1583,718128017,1),(1583,733248017,2),(1583,749577618,1),(1583,764697618,2),(1583,781027219,1),(1583,796147219,2),(1583,812476819,1),(1583,828201620,2),(1583,844531220,1),(1583,859651220,2),(1583,875980821,1),(1583,891100821,2),(1583,907430421,1),(1583,922550422,2),(1583,938880022,1),(1583,954000022,2),(1583,967305622,1),(1583,985449622,2),(1583,1002384022,1),(1583,1017504022,2),(1583,1033833622,1),(1583,1048953622,2),(1583,1065283222,1),(1583,1080403222,2),(1583,1096732822,1),(1583,1111852822,2),(1583,1128182422,1),(1583,1143907223,2),(1583,1159632023,1),(1583,1174752023,2),(1583,1191686423,1),(1583,1207411223,2),(1583,1223136023,1),(1583,1238860824,2),(1583,1254585624,1),(1583,1270310424,2),(1583,1286035224,1),(1583,1301760024,2),(1583,1317484824,1),(1583,1333209624,2),(1583,1349539225,1),(1583,1365264025,2),(1583,1380988825,1),(1583,1396713625,2),(1583,1412438425,1),(1583,1428163225,2),(1583,1443888026,1),(1583,1459612826,2),(1583,1475337626,1),(1583,1491062427,2),(1583,1506787227,1),(1583,1522512027,2),(1583,1538841627,1),(1583,1554566427,2),(1583,1570291227,1),(1583,1586016027,2),(1583,1601740827,1),(1583,1617465627,2),(1583,1633190427,1),(1583,1648915227,2),(1583,1664640027,1),(1583,1680364827,2),(1583,1696089627,1),(1583,1712419227,2),(1583,1728144027,1),(1583,1743868827,2),(1583,1759593627,1),(1583,1775318427,2),(1583,1791043227,1),(1583,1806768027,2),(1583,1822492827,1),(1583,1838217627,2),(1583,1853942427,1),(1583,1869667227,2),(1583,1885996827,1),(1583,1901721627,2),(1583,1917446427,1),(1583,1933171227,2),(1583,1948896027,1),(1583,1964620827,2),(1583,1980345627,1),(1583,1996070427,2),(1583,2011795227,1),(1583,2027520027,2),(1583,2043244827,1),(1583,2058969627,2),(1583,2075299227,1),(1583,2091024027,2),(1583,2106748827,1),(1583,2122473627,2),(1583,2138198427,1),(1584,-2147483648,3),(1584,-1672560000,1),(1584,-1665388800,2),(1584,-883641600,1),(1584,-876124800,2),(1584,-860400000,1),(1584,-844675200,2),(1584,-828345600,1),(1584,-813225600,2),(1584,31500000,3),(1584,57686400,1),(1584,67968000,2),(1584,89136001,1),(1584,100022402,2),(1584,120585602,1),(1584,131472003,2),(1584,152035203,1),(1584,162921604,2),(1584,183484804,1),(1584,194976005,2),(1584,215539205,1),(1584,226425606,2),(1584,246988806,1),(1584,257875207,2),(1584,278438407,1),(1584,289324808,2),(1584,309888008,1),(1584,320774409,2),(1584,341337609,1),(1584,352224009,2),(1584,372787210,1),(1584,384278410,2),(1584,404841611,1),(1584,415728011,2),(1584,436291212,1),(1584,447177612,2),(1584,467740812,1),(1584,478627212,2),(1584,499190413,1),(1584,511286413,2),(1584,530035213,1),(1584,542736013,2),(1584,561484813,1),(1584,574790414,2),(1584,594144014,1),(1584,606240014,2),(1584,625593614,1),(1584,637689615,2),(1584,657043215,1),(1584,667929616,2),(1584,688492816,1),(1584,699379216,2),(1584,719942417,1),(1584,731433617,2),(1584,751996818,1),(1584,762883218,2),(1584,783446419,1),(1584,796147219,2),(1584,814896019,1),(1584,828201620,2),(1584,846345620,1),(1584,859651220,2),(1584,877795221,1),(1584,891100821,2),(1584,909244821,1),(1584,922550422,2),(1584,941299222,1),(1584,954000022,2),(1584,967305622,1),(1584,985449622,2),(1584,1004198422,1),(1584,1017504022,2),(1584,1035648022,1),(1584,1048953622,2),(1584,1067097622,1),(1584,1080403222,2),(1584,1099152022,1),(1584,1111852822,2),(1584,1130601622,1),(1584,1143907223,2),(1584,1162051223,1),(1584,1174752023,2),(1584,1193500823,1),(1584,1207411223,2),(1584,1223136023,1),(1584,1238860824,2),(1584,1254585624,1),(1584,1270310424,2),(1584,1286035224,1),(1584,1301760024,2),(1584,1317484824,1),(1584,1333209624,2),(1584,1349539225,1),(1584,1365264025,2),(1584,1380988825,1),(1584,1396713625,2),(1584,1412438425,1),(1584,1428163225,2),(1584,1443888026,1),(1584,1459612826,2),(1584,1475337626,1),(1584,1491062427,2),(1584,1506787227,1),(1584,1522512027,2),(1584,1538841627,1),(1584,1554566427,2),(1584,1570291227,1),(1584,1586016027,2),(1584,1601740827,1),(1584,1617465627,2),(1584,1633190427,1),(1584,1648915227,2),(1584,1664640027,1),(1584,1680364827,2),(1584,1696089627,1),(1584,1712419227,2),(1584,1728144027,1),(1584,1743868827,2),(1584,1759593627,1),(1584,1775318427,2),(1584,1791043227,1),(1584,1806768027,2),(1584,1822492827,1),(1584,1838217627,2),(1584,1853942427,1),(1584,1869667227,2),(1584,1885996827,1),(1584,1901721627,2),(1584,1917446427,1),(1584,1933171227,2),(1584,1948896027,1),(1584,1964620827,2),(1584,1980345627,1),(1584,1996070427,2),(1584,2011795227,1),(1584,2027520027,2),(1584,2043244827,1),(1584,2058969627,2),(1584,2075299227,1),(1584,2091024027,2),(1584,2106748827,1),(1584,2122473627,2),(1584,2138198427,1),(1585,-2147483648,3),(1585,-1672552800,1),(1585,-1665381600,2),(1585,-883634400,1),(1585,-876117600,2),(1585,-860392800,1),(1585,-844668000,2),(1585,-836467200,3),(1585,152042403,1),(1585,162928804,2),(1585,436298412,1),(1585,447184812,2),(1585,690314416,1),(1585,699386416,2),(1585,1165082423,1),(1585,1174759223,2),(1585,1193508023,1),(1585,1206813623,2),(1585,1224957623,1),(1585,1238263224,2),(1586,-2147483648,3),(1586,-1672558200,1),(1586,-1665387000,2),(1586,-883639800,1),(1586,-876123000,2),(1586,-860398200,1),(1586,-844673400,2),(1586,-828343800,1),(1586,-813223800,2),(1586,31501800,3),(1586,57688200,1),(1586,67969800,2),(1586,89137801,1),(1586,100024202,2),(1586,120587402,1),(1586,131473803,2),(1586,152037003,1),(1586,162923404,2),(1586,183486604,1),(1586,194977805,2),(1586,215541005,1),(1586,226427406,2),(1586,246990606,1),(1586,257877007,2),(1586,278440207,1),(1586,289326608,2),(1586,309889808,1),(1586,320776209,2),(1586,341339409,1),(1586,352225809,2),(1586,372789010,1),(1586,386699410,2),(1586,404843411,1),(1586,415729811,2),(1586,436293012,1),(1586,447179412,2),(1586,467742612,1),(1586,478629012,2),(1586,499192213,1),(1586,511288213,2),(1586,530037013,1),(1586,542737813,2),(1586,562091413,1),(1586,574792214,2),(1586,594145814,1),(1586,606241814,2),(1586,625595414,1),(1586,636481815,2),(1586,657045015,1),(1586,667931416,2),(1586,688494616,1),(1586,699381016,2),(1586,719944217,1),(1586,731435417,2),(1586,751998618,1),(1586,762885018,2),(1586,783448219,1),(1586,794334619,2),(1586,814897819,1),(1586,828203420,2),(1586,846347420,1),(1586,859653020,2),(1586,877797021,1),(1586,891102621,2),(1586,909246621,1),(1586,922552222,2),(1586,941301022,1),(1586,946647022,4),(1586,954001822,2),(1586,972750622,1),(1586,985451422,2),(1586,1004200222,1),(1586,1017505822,2),(1586,1035649822,1),(1586,1048955422,2),(1586,1067099422,1),(1586,1080405022,2),(1586,1099153822,1),(1586,1111854622,2),(1586,1130603422,1),(1586,1143909023,2),(1586,1162053023,1),(1586,1174753823,2),(1586,1193502623,1),(1586,1207413023,2),(1586,1223137823,1),(1586,1238862624,2),(1586,1254587424,1),(1586,1270312224,2),(1586,1286037024,1),(1586,1301761824,2),(1586,1317486624,1),(1586,1333211424,2),(1586,1349541025,1),(1586,1365265825,2),(1586,1380990625,1),(1586,1396715425,2),(1586,1412440225,1),(1586,1428165025,2),(1586,1443889826,1),(1586,1459614626,2),(1586,1475339426,1),(1586,1491064227,2),(1586,1506789027,1),(1586,1522513827,2),(1586,1538843427,1),(1586,1554568227,2),(1586,1570293027,1),(1586,1586017827,2),(1586,1601742627,1),(1586,1617467427,2),(1586,1633192227,1),(1586,1648917027,2),(1586,1664641827,1),(1586,1680366627,2),(1586,1696091427,1),(1586,1712421027,2),(1586,1728145827,1),(1586,1743870627,2),(1586,1759595427,1),(1586,1775320227,2),(1586,1791045027,1),(1586,1806769827,2),(1586,1822494627,1),(1586,1838219427,2),(1586,1853944227,1),(1586,1869669027,2),(1586,1885998627,1),(1586,1901723427,2),(1586,1917448227,1),(1586,1933173027,2),(1586,1948897827,1),(1586,1964622627,2),(1586,1980347427,1),(1586,1996072227,2),(1586,2011797027,1),(1586,2027521827,2),(1586,2043246627,1),(1586,2058971427,2),(1586,2075301027,1),(1586,2091025827,2),(1586,2106750627,1),(1586,2122475427,2),(1586,2138200227,1),(1587,-2147483648,0),(1587,-1767209328,2),(1587,-1206950400,1),(1587,-1191355200,2),(1587,-1175367600,1),(1587,-1159819200,2),(1587,-633812400,1),(1587,-622062000,2),(1587,-602276400,1),(1587,-591825600,2),(1587,-570740400,1),(1587,-560203200,2),(1587,-539118000,1),(1587,-531345600,2),(1587,-191358000,1),(1587,-184190400,2),(1587,-155156400,1),(1587,-150062400,2),(1587,-128890800,1),(1587,-121118400,2),(1587,-99946800,1),(1587,-89582400,2),(1587,-68410800,1),(1587,-57960000,2),(1587,499755613,1),(1587,511243213,2),(1587,530600413,1),(1587,540273613,2),(1587,562136413,1),(1587,571204814,2),(1587,1214283623,3),(1587,1384056025,2),(1588,-2147483648,0),(1588,-1767217820,2),(1588,-1206961200,1),(1588,-1191366000,2),(1588,-1175378400,1),(1588,-1159830000,2),(1588,-633823200,1),(1588,-622072800,2),(1588,-602287200,1),(1588,-591836400,2),(1588,-570751200,1),(1588,-560214000,2),(1588,-539128800,1),(1588,-531356400,2),(1588,-191368800,1),(1588,-184201200,2),(1588,-155167200,1),(1588,-150073200,2),(1588,-128901600,1),(1588,-121129200,2),(1588,-99957600,1),(1588,-89593200,2),(1588,-68421600,1),(1588,-57970800,2),(1588,499744813,1),(1588,511232413,2),(1588,530589613,1),(1588,540262813,2),(1588,562125613,1),(1588,571194014,2),(1588,592970414,1),(1588,602038814,2),(1588,624420014,1),(1588,634698015,2),(1588,938916022,1),(1588,951613222,2),(1588,970970422,1),(1588,971571622,2),(1588,1003024822,1),(1588,1013907622,2),(1589,-2147483648,0),(1589,-1767214412,2),(1589,-1206957600,1),(1589,-1191362400,2),(1589,-1175374800,1),(1589,-1159826400,2),(1589,-633819600,1),(1589,-622069200,2),(1589,-602283600,1),(1589,-591832800,2),(1589,-570747600,1),(1589,-560210400,2),(1589,-539125200,1),(1589,-531352800,2),(1589,-195426000,1),(1589,-184197600,2),(1589,-155163600,1),(1589,-150069600,2),(1589,-128898000,1),(1589,-121125600,2),(1589,-99954000,1),(1589,-89589600,2),(1589,-68418000,1),(1589,-57967200,2),(1589,499748413,1),(1589,511236013,2),(1589,530593213,1),(1589,540266413,2),(1589,562129213,1),(1589,571197614,2),(1589,592974014,1),(1589,602042414,2),(1589,624423614,1),(1589,634701615,2),(1589,656478015,1),(1589,666756016,2),(1589,687927616,1),(1589,697600816,2),(1589,719982017,1),(1589,728445617,2),(1589,750826818,1),(1589,761709618,2),(1589,782276419,1),(1589,793159219,2),(1589,813726019,1),(1589,824004020,2),(1589,844570820,1),(1589,856058420,2),(1589,876106821,1),(1589,888717621,2),(1589,908074821,1),(1589,919562422,2),(1589,938919622,1),(1589,951616822,2),(1589,970974022,1),(1589,982461622,2),(1589,1003028422,1),(1589,1013911222,2),(1589,1036292422,1),(1589,1045360822,2),(1589,1066532422,1),(1589,1076810422,2),(1589,1099364422,1),(1589,1108864822,2),(1589,1129431622,1),(1589,1140314423,2),(1589,1162695623,1),(1589,1172368823,2),(1589,1192330823,1),(1589,1203213623,2),(1589,1224385223,1),(1589,1234663224,2),(1589,1255834824,1),(1589,1266717624,2),(1589,1287284424,1),(1589,1298167224,2),(1589,1318734024,1),(1589,1330221624,2),(1589,1350788425,1),(1589,1361066425,2),(1589,1382238025,1),(1589,1392516025,2),(1589,1413687625,1),(1589,1424570425,2),(1589,1445137226,1),(1589,1456020026,2),(1589,1476586826,1),(1589,1487469627,2),(1589,1508036427,1),(1589,1518919227,2),(1589,1541300427,1),(1589,1550368827,2),(1590,-2147483648,0),(1590,-1767211196,2),(1590,-1206954000,1),(1590,-1191358800,2),(1590,-1175371200,1),(1590,-1159822800,2),(1590,-633816000,1),(1590,-622065600,2),(1590,-602280000,1),(1590,-591829200,2),(1590,-570744000,1),(1590,-560206800,2),(1590,-539121600,1),(1590,-531349200,2),(1590,-191361600,1),(1590,-184194000,2),(1590,-155160000,1),(1590,-150066000,2),(1590,-128894400,1),(1590,-121122000,2),(1590,-99950400,1),(1590,-89586000,2),(1590,-68414400,1),(1590,-57963600,2),(1590,499752013,1),(1590,511239613,2),(1590,530596813,1),(1590,540270013,2),(1590,562132813,1),(1590,571201214,2),(1590,750830418,1),(1590,761713218,2),(1591,-1693706400,0),(1591,-1680483600,1),(1591,-1663455600,2),(1591,-1650150000,3),(1591,-1632006000,2),(1591,-1618700400,3),(1591,-938905200,2),(1591,-857257200,3),(1591,-844556400,2),(1591,-828226800,3),(1591,-812502000,2),(1591,-796777200,3),(1591,-781052400,2),(1591,-766623600,3),(1591,228877206,2),(1591,243997206,3),(1591,260326807,2),(1591,276051607,3),(1591,291776408,2),(1591,307501208,3),(1591,323830809,2),(1591,338950809,3),(1591,354675609,2),(1591,370400410,3),(1591,386125210,2),(1591,401850011,3),(1591,417574811,2),(1591,433299612,3),(1591,449024412,2),(1591,465354012,3),(1591,481078812,2),(1591,496803613,3),(1591,512528413,2),(1591,528253213,3),(1591,543978013,2),(1591,559702813,3),(1591,575427614,2),(1591,591152414,3),(1591,606877214,2),(1591,622602014,3),(1591,638326815,2),(1591,654656415,3),(1591,670381216,2),(1591,686106016,3),(1591,701830816,2),(1591,717555617,3),(1591,733280417,2),(1591,749005218,3),(1591,764730018,2),(1591,780454819,3),(1591,796179619,2),(1591,811904419,3),(1591,828234020,2),(1591,846378020,3),(1591,859683620,2),(1591,877827621,3),(1591,891133221,2),(1591,909277221,3),(1591,922582822,2),(1591,941331622,3),(1591,954032422,2),(1591,972781222,3),(1591,985482022,2),(1591,1004230822,3),(1591,1017536422,2),(1591,1035680422,3),(1591,1048986022,2),(1591,1067130022,3),(1591,1080435622,2),(1591,1099184422,3),(1591,1111885222,2),(1591,1130634022,3),(1591,1143334823,2),(1591,1162083623,3),(1591,1174784423,2),(1591,1193533223,3),(1591,1206838823,2),(1591,1224982823,3),(1591,1238288424,2),(1591,1256432424,3),(1591,1269738024,2),(1591,1288486824,3),(1591,1301187624,2),(1591,1319936424,3),(1591,1332637224,2),(1591,1351386025,3),(1591,1364691625,2),(1591,1382835625,3),(1591,1396141225,2),(1591,1414285225,3),(1591,1427590825,2),(1591,1445734826,3),(1591,1459040426,2),(1591,1477789226,3),(1591,1490490027,2),(1591,1509238827,3),(1591,1521939627,2),(1591,1540688427,3),(1591,1553994027,2),(1591,1572138027,3),(1591,1585443627,2),(1591,1603587627,3),(1591,1616893227,2),(1591,1635642027,3),(1591,1648342827,2),(1591,1667091627,3),(1591,1679792427,2),(1591,1698541227,3),(1591,1711846827,2),(1591,1729990827,3),(1591,1743296427,2),(1591,1761440427,3),(1591,1774746027,2),(1591,1792890027,3),(1591,1806195627,2),(1591,1824944427,3),(1591,1837645227,2),(1591,1856394027,3),(1591,1869094827,2),(1591,1887843627,3),(1591,1901149227,2),(1591,1919293227,3),(1591,1932598827,2),(1591,1950742827,3),(1591,1964048427,2),(1591,1982797227,3),(1591,1995498027,2),(1591,2014246827,3),(1591,2026947627,2),(1591,2045696427,3),(1591,2058397227,2),(1591,2077146027,3),(1591,2090451627,2),(1591,2108595627,3),(1591,2121901227,2),(1591,2140045227,3),(1592,-1633276800,0),(1592,-1615136400,1),(1592,-1601827200,0),(1592,-1583686800,1),(1592,-880214400,2),(1592,-769395600,3),(1592,-765392400,1),(1592,-84384000,0),(1592,-68662800,1),(1592,-52934400,0),(1592,-37213200,1),(1592,-21484800,0),(1592,-5763600,1),(1592,9964800,0),(1592,25686000,1),(1592,41414400,0),(1592,57740400,1),(1592,73468800,0),(1592,89190001,1),(1592,104918402,0),(1592,120639602,1),(1592,126691203,0),(1592,152089203,1),(1592,162374404,0),(1592,183538804,1),(1592,199267205,0),(1592,215593205,1),(1592,230716806,0),(1592,247042806,1),(1592,262771207,0),(1592,278492407,1),(1592,294220808,0),(1592,309942008,1),(1592,325670409,0),(1592,341391609,1),(1592,357120009,0),(1592,372841210,1),(1592,388569610,0),(1592,404895611,1),(1592,420019211,0),(1592,436345212,1),(1592,452073612,0),(1592,467794812,1),(1592,483523212,0),(1592,499244413,1),(1592,514972813,0),(1592,530694013,1),(1592,544608013,0),(1592,562143613,1),(1592,576057614,0),(1592,594198014,1),(1592,607507214,0),(1592,625647614,1),(1592,638956815,0),(1592,657097215,1),(1592,671011216,0),(1592,688546816,1),(1592,702460816,0),(1592,719996417,1),(1592,733910417,0),(1592,752050818,1),(1592,765360018,0),(1592,783500419,1),(1592,796809619,0),(1592,814950019,1),(1592,828864020,0),(1592,846399620,1),(1592,860313620,0),(1592,877849221,1),(1592,891763221,0),(1592,909298821,1),(1592,923212822,0),(1592,941353222,1),(1592,954662422,0),(1592,972802822,1),(1592,986112022,0),(1592,1004252422,1),(1592,1018166422,0),(1592,1035702022,1),(1592,1049616022,0),(1592,1067151622,1),(1592,1081065622,0),(1592,1099206022,1),(1592,1112515222,0),(1592,1130655622,1),(1592,1143964823,0),(1592,1162105223,1),(1592,1173600023,0),(1592,1194159623,1),(1592,1205049623,0),(1592,1225609223,1),(1592,1236499224,0),(1592,1257058824,1),(1592,1268553624,0),(1592,1289113224,1),(1592,1300003224,0),(1592,1320562824,1),(1592,1331452824,0),(1592,1352012425,1),(1592,1362902425,0),(1592,1383462025,1),(1592,1394352025,0),(1592,1414911625,1),(1592,1425801625,0),(1592,1446361226,1),(1592,1457856026,0),(1592,1478415626,1),(1592,1489305627,0),(1592,1509865227,1),(1592,1520755227,0),(1592,1541314827,1),(1592,1552204827,0),(1592,1572764427,1),(1592,1583654427,0),(1592,1604214027,1),(1592,1615708827,0),(1592,1636268427,1),(1592,1647158427,0),(1592,1667718027,1),(1592,1678608027,0),(1592,1699167627,1),(1592,1710057627,0),(1592,1730617227,1),(1592,1741507227,0),(1592,1762066827,1),(1592,1772956827,0),(1592,1793516427,1),(1592,1805011227,0),(1592,1825570827,1),(1592,1836460827,0),(1592,1857020427,1),(1592,1867910427,0),(1592,1888470027,1),(1592,1899360027,0),(1592,1919919627,1),(1592,1930809627,0),(1592,1951369227,1),(1592,1962864027,0),(1592,1983423627,1),(1592,1994313627,0),(1592,2014873227,1),(1592,2025763227,0),(1592,2046322827,1),(1592,2057212827,0),(1592,2077772427,1),(1592,2088662427,0),(1592,2109222027,1),(1592,2120112027,0),(1592,2140671627,1),(1593,-2147483648,0),(1593,-2131645536,2),(1593,-1696276800,1),(1593,-1680469200,2),(1593,-1632074400,1),(1593,-1615143600,2),(1593,-1566763200,1),(1593,-1557090000,2),(1593,-1535486400,1),(1593,-1524949200,2),(1593,-1504468800,1),(1593,-1493413200,2),(1593,-1472414400,1),(1593,-1461963600,2),(1593,-1440964800,1),(1593,-1429390800,2),(1593,-1409515200,1),(1593,-1396731600,2),(1593,-1376856000,1),(1593,-1366491600,2),(1593,-1346616000,1),(1593,-1333832400,2),(1593,-1313956800,1),(1593,-1303678800,2),(1593,-1282507200,1),(1593,-1272661200,2),(1593,-1251057600,1),(1593,-1240088400,2),(1593,-1219608000,1),(1593,-1207429200,2),(1593,-1188763200,1),(1593,-1175979600,2),(1593,-1157313600,1),(1593,-1143925200,2),(1593,-1124049600,1),(1593,-1113771600,2),(1593,-1091390400,1),(1593,-1081026000,2),(1593,-1059854400,1),(1593,-1050786000,2),(1593,-1030910400,1),(1593,-1018126800,2),(1593,-999460800,1),(1593,-986677200,2),(1593,-965592000,1),(1593,-955227600,2),(1593,-935956800,1),(1593,-923173200,2),(1593,-904507200,1),(1593,-891723600,2),(1593,-880221600,3),(1593,-769395600,4),(1593,-765399600,2),(1593,-747252000,1),(1593,-733950000,2),(1593,-715802400,1),(1593,-702500400,2),(1593,-684352800,1),(1593,-671050800,2),(1593,-652903200,1),(1593,-639601200,2),(1593,-589399200,1),(1593,-576097200,2),(1593,-557949600,1),(1593,-544647600,2),(1593,-526500000,1),(1593,-513198000,2),(1593,-495050400,1),(1593,-481748400,2),(1593,-431546400,1),(1593,-418244400,2),(1593,-400096800,1),(1593,-386794800,2),(1593,-368647200,1),(1593,-355345200,2),(1593,-337197600,1),(1593,-323895600,2),(1593,-242244000,1),(1593,-226522800,2),(1593,-210794400,1),(1593,-195073200,2),(1593,-179344800,1),(1593,-163623600,2),(1593,-147895200,1),(1593,-131569200,2),(1593,-116445600,1),(1593,-100119600,2),(1593,-84391200,1),(1593,-68670000,2),(1593,-52941600,1),(1593,-37220400,2),(1593,-21492000,1),(1593,-5770800,2),(1593,9957600,1),(1593,25678800,2),(1593,41407200,1),(1593,57733200,2),(1593,73461600,1),(1593,89182801,2),(1593,104911202,1),(1593,120632402,2),(1593,136360803,1),(1593,152082003,2),(1593,167810404,1),(1593,183531604,2),(1593,199260005,1),(1593,215586005,2),(1593,230709606,1),(1593,247035606,2),(1593,262764007,1),(1593,278485207,2),(1593,294213608,1),(1593,309934808,2),(1593,325663209,1),(1593,341384409,2),(1593,357112809,1),(1593,372834010,2),(1593,388562410,1),(1593,404888411,2),(1593,420012011,1),(1593,436338012,2),(1593,452066412,1),(1593,467787612,2),(1593,483516012,1),(1593,499237213,2),(1593,514965613,1),(1593,530686813,2),(1593,544600813,1),(1593,562136413,2),(1593,576050414,1),(1593,594190814,2),(1593,607500014,1),(1593,625640414,2),(1593,638949615,1),(1593,657090015,2),(1593,671004016,1),(1593,688539616,2),(1593,702453616,1),(1593,719989217,2),(1593,733903217,1),(1593,752043618,2),(1593,765352818,1),(1593,783493219,2),(1593,796802419,1),(1593,814942819,2),(1593,828856820,1),(1593,846392420,2),(1593,860306420,1),(1593,877842021,2),(1593,891756021,1),(1593,909291621,2),(1593,923205622,1),(1593,941346022,2),(1593,954655222,1),(1593,972795622,2),(1593,986104822,1),(1593,1004245222,2),(1593,1018159222,1),(1593,1035694822,2),(1593,1049608822,1),(1593,1067144422,2),(1593,1081058422,1),(1593,1099198822,2),(1593,1112508022,1),(1593,1130648422,2),(1593,1143957623,1),(1593,1162098023,2),(1593,1173592823,1),(1593,1194152423,2),(1593,1205042423,1),(1593,1225602023,2),(1593,1236492024,1),(1593,1257051624,2),(1593,1268546424,1),(1593,1289106024,2),(1593,1299996024,1),(1593,1320555624,2),(1593,1331445624,1),(1593,1352005225,2),(1593,1362895225,1),(1593,1383454825,2),(1593,1394344825,1),(1593,1414904425,2),(1593,1425794425,1),(1593,1446354026,2),(1593,1457848826,1),(1593,1478408426,2),(1593,1489298427,1),(1593,1509858027,2),(1593,1520748027,1),(1593,1541307627,2),(1593,1552197627,1),(1593,1572757227,2),(1593,1583647227,1),(1593,1604206827,2),(1593,1615701627,1),(1593,1636261227,2),(1593,1647151227,1),(1593,1667710827,2),(1593,1678600827,1),(1593,1699160427,2),(1593,1710050427,1),(1593,1730610027,2),(1593,1741500027,1),(1593,1762059627,2),(1593,1772949627,1),(1593,1793509227,2),(1593,1805004027,1),(1593,1825563627,2),(1593,1836453627,1),(1593,1857013227,2),(1593,1867903227,1),(1593,1888462827,2),(1593,1899352827,1),(1593,1919912427,2),(1593,1930802427,1),(1593,1951362027,2),(1593,1962856827,1),(1593,1983416427,2),(1593,1994306427,1),(1593,2014866027,2),(1593,2025756027,1),(1593,2046315627,2),(1593,2057205627,1),(1593,2077765227,2),(1593,2088655227,1),(1593,2109214827,2),(1593,2120104827,1),(1593,2140664427,2),(1594,-2147483648,2),(1594,-1694368800,1),(1594,-1681671600,2),(1594,-1632067200,1),(1594,-1615136400,2),(1594,-1029686400,1),(1594,-1018198800,2),(1594,-880214400,3),(1594,-769395600,4),(1594,-765392400,2),(1594,-746035200,1),(1594,-732733200,2),(1594,-715795200,1),(1594,-702493200,2),(1594,-684345600,1),(1594,-671043600,2),(1594,-652896000,1),(1594,-639594000,2),(1594,-620755200,1),(1594,-607626000,2),(1594,-589392000,1),(1594,-576090000,2),(1594,-557942400,1),(1594,-544640400,2),(1594,-526492800,1),(1594,-513190800,2),(1594,-495043200,1),(1594,-481741200,2),(1594,-463593600,1),(1594,-450291600,2),(1594,-431539200,1),(1594,-418237200,2),(1594,-400089600,1),(1594,-386787600,2),(1594,-368640000,1),(1594,-355338000,2),(1594,-337190400,1),(1594,-321469200,2),(1594,-305740800,1),(1594,-292438800,2),(1594,-210787200,1),(1594,-198090000,2),(1594,-116438400,5),(1594,-100108800,6),(1594,-84384000,5),(1594,-68659200,6),(1594,-52934400,5),(1594,-37209600,6),(1594,-21484800,5),(1594,-5760000,6),(1594,9964800,5),(1594,25689600,6),(1594,41414400,5),(1594,57744000,6),(1594,73468800,5),(1594,89193601,6),(1594,104918402,5),(1594,120643202,6),(1594,136368003,5),(1594,152092803,6),(1594,167817604,5),(1594,183542404,6),(1594,199267205,5),(1594,215596805,6),(1594,230716806,5),(1594,247046406,6),(1594,262771207,5),(1594,278496007,6),(1594,294220808,5),(1594,309945608,6),(1594,325670409,5),(1594,341395209,6),(1594,357120009,5),(1594,372844810,6),(1594,388569610,5),(1594,404899211,6),(1594,420019211,5),(1594,436348812,6),(1594,452073612,5),(1594,467798412,6),(1594,483523212,5),(1594,499248013,6),(1594,514972813,5),(1594,530697613,6),(1594,544608013,5),(1594,562147213,6),(1594,576057614,5),(1594,594201614,6),(1594,607507214,5),(1594,625651214,6),(1594,638956815,5),(1594,657100815,6),(1594,671011216,5),(1594,688550416,6),(1594,702460816,5),(1594,720000017,6),(1594,733910417,5),(1594,752054418,6),(1594,765360018,5),(1594,783504019,6),(1594,796809619,5),(1594,814953619,6),(1594,828864020,5),(1594,846403220,6),(1594,860313620,5),(1594,877852821,6),(1594,891763221,5),(1594,909302421,6),(1594,923212822,5),(1594,941356822,6),(1594,954662422,5),(1594,972806422,6),(1594,986112022,5),(1594,1004256022,6),(1594,1018166422,5),(1594,1035705622,6),(1594,1049616022,5),(1594,1067155222,6),(1594,1081065622,5),(1594,1099209622,6),(1594,1112515222,5),(1594,1130659222,6),(1594,1136095223,2),(1594,1143964823,1),(1594,1162105223,2),(1594,1173600023,1),(1594,1194159623,2),(1594,1205049623,1),(1594,1225609223,2),(1594,1236499224,1),(1594,1257058824,2),(1594,1268553624,1),(1594,1289113224,2),(1594,1300003224,1),(1594,1320562824,2),(1594,1331452824,1),(1594,1352012425,2),(1594,1362902425,1),(1594,1383462025,2),(1594,1394352025,1),(1594,1414911625,2),(1594,1425801625,1),(1594,1446361226,2),(1594,1457856026,1),(1594,1478415626,2),(1594,1489305627,1),(1594,1509865227,2),(1594,1520755227,1),(1594,1541314827,2),(1594,1552204827,1),(1594,1572764427,2),(1594,1583654427,1),(1594,1604214027,2),(1594,1615708827,1),(1594,1636268427,2),(1594,1647158427,1),(1594,1667718027,2),(1594,1678608027,1),(1594,1699167627,2),(1594,1710057627,1),(1594,1730617227,2),(1594,1741507227,1),(1594,1762066827,2),(1594,1772956827,1),(1594,1793516427,2),(1594,1805011227,1),(1594,1825570827,2),(1594,1836460827,1),(1594,1857020427,2),(1594,1867910427,1),(1594,1888470027,2),(1594,1899360027,1),(1594,1919919627,2),(1594,1930809627,1),(1594,1951369227,2),(1594,1962864027,1),(1594,1983423627,2),(1594,1994313627,1),(1594,2014873227,2),(1594,2025763227,1),(1594,2046322827,2),(1594,2057212827,1),(1594,2077772427,2),(1594,2088662427,1),(1594,2109222027,2),(1594,2120112027,1),(1594,2140671627,2),(1595,-2147483648,2),(1595,-1632070800,1),(1595,-1615140000,2),(1595,-1601753400,1),(1595,-1583697600,2),(1595,-1567357200,1),(1595,-1554667200,2),(1595,-1534698000,1),(1595,-1524074400,2),(1595,-1503248400,1),(1595,-1492365600,2),(1595,-1471798800,1),(1595,-1460916000,2),(1595,-1440954000,1),(1595,-1428861600,2),(1595,-1409504400,1),(1595,-1397412000,2),(1595,-1378054800,1),(1595,-1365962400,2),(1595,-1346605200,1),(1595,-1333908000,2),(1595,-1315155600,1),(1595,-1301853600,2),(1595,-1283706000,1),(1595,-1270404000,2),(1595,-1252256400,1),(1595,-1238954400,2),(1595,-1220806800,1),(1595,-1207504800,2),(1595,-1188752400,1),(1595,-1176055200,2),(1595,-1157302800,1),(1595,-1144000800,2),(1595,-1125853200,1),(1595,-1112551200,2),(1595,-1094403600,1),(1595,-1081101600,2),(1595,-1062954000,1),(1595,-1049652000,2),(1595,-1031504400,1),(1595,-1018202400,2),(1595,-1000054800,1),(1595,-986752800,2),(1595,-968000400,1),(1595,-955303200,2),(1595,-936550800,1),(1595,-880218000,3),(1595,-769395600,4),(1595,-765396000,2),(1595,-747248400,1),(1595,-733946400,2),(1595,-715806000,1),(1595,-702504000,2),(1595,-684356400,1),(1595,-671054400,2),(1595,-652906800,1),(1595,-634161600,2),(1595,-620845200,1),(1595,-602704800,2),(1595,-589395600,1),(1595,-576093600,2),(1595,-557946000,1),(1595,-544644000,2),(1595,-526496400,1),(1595,-513194400,2),(1595,-495046800,1),(1595,-481744800,2),(1595,-463597200,1),(1595,-450295200,2),(1595,-431542800,1),(1595,-418240800,2),(1595,-400093200,1),(1595,-384372000,2),(1595,-368643600,1),(1595,-352922400,2),(1595,-337194000,1),(1595,-321472800,2),(1595,-305744400,1),(1595,-289418400,2),(1595,-273690000,1),(1595,-257968800,2),(1595,-242240400,1),(1595,-226519200,2),(1595,-210790800,1),(1595,-195069600,2),(1595,-179341200,1),(1595,-163620000,2),(1595,-147891600,1),(1595,-131565600,2),(1595,-116442000,1),(1595,-100116000,2),(1595,-84387600,1),(1595,-68666400,2),(1595,-52938000,1),(1595,-37216800,2),(1595,-21488400,1),(1595,-5767200,2),(1595,9961200,1),(1595,25682400,2),(1595,41410800,1),(1595,57736800,2),(1595,73465200,1),(1595,89186401,2),(1595,104914802,1),(1595,120636002,2),(1595,136364403,1),(1595,152085603,2),(1595,167814004,1),(1595,183535204,2),(1595,199263605,1),(1595,215589605,2),(1595,230713206,1),(1595,247039206,2),(1595,262767607,1),(1595,278488807,2),(1595,294217208,1),(1595,309938408,2),(1595,325666809,1),(1595,341388009,2),(1595,357116409,1),(1595,372837610,2),(1595,388566010,1),(1595,404892011,2),(1595,420015611,1),(1595,436341612,2),(1595,452070012,1),(1595,467791212,2),(1595,483519612,1),(1595,499240813,2),(1595,514969213,1),(1595,530690413,2),(1595,544604413,1),(1595,562140013,2),(1595,576054014,1),(1595,594194414,2),(1595,607503614,1),(1595,625644014,2),(1595,638953215,1),(1595,657093615,2),(1595,671007616,1),(1595,688543216,2),(1595,702457216,1),(1595,719992817,2),(1595,733906817,1),(1595,752047218,2),(1595,765356418,1),(1595,783496819,2),(1595,796806019,1),(1595,814946419,2),(1595,828860420,1),(1595,846396020,2),(1595,860310020,1),(1595,877845621,2),(1595,891759621,1),(1595,909295221,2),(1595,923209222,1),(1595,941349622,2),(1595,954658822,1),(1595,972799222,2),(1595,986108422,1),(1595,1004248822,2),(1595,1018162822,1),(1595,1035698422,2),(1595,1049612422,1),(1595,1067148022,2),(1595,1081062022,1),(1595,1099202422,2),(1595,1112511622,1),(1595,1130652022,2),(1595,1143961223,1),(1595,1162101623,2),(1595,1173596423,1),(1595,1194156023,2),(1595,1205046023,1),(1595,1225605623,2),(1595,1236495624,1),(1595,1257055224,2),(1595,1268550024,1),(1595,1289109624,2),(1595,1299999624,1),(1595,1320559224,2),(1595,1331449224,1),(1595,1352008825,2),(1595,1362898825,1),(1595,1383458425,2),(1595,1394348425,1),(1595,1414908025,2),(1595,1425798025,1),(1595,1446357626,2),(1595,1457852426,1),(1595,1478412026,2),(1595,1489302027,1),(1595,1509861627,2),(1595,1520751627,1),(1595,1541311227,2),(1595,1552201227,1),(1595,1572760827,2),(1595,1583650827,1),(1595,1604210427,2),(1595,1615705227,1),(1595,1636264827,2),(1595,1647154827,1),(1595,1667714427,2),(1595,1678604427,1),(1595,1699164027,2),(1595,1710054027,1),(1595,1730613627,2),(1595,1741503627,1),(1595,1762063227,2),(1595,1772953227,1),(1595,1793512827,2),(1595,1805007627,1),(1595,1825567227,2),(1595,1836457227,1),(1595,1857016827,2),(1595,1867906827,1),(1595,1888466427,2),(1595,1899356427,1),(1595,1919916027,2),(1595,1930806027,1),(1595,1951365627,2),(1595,1962860427,1),(1595,1983420027,2),(1595,1994310027,1),(1595,2014869627,2),(1595,2025759627,1),(1595,2046319227,2),(1595,2057209227,1),(1595,2077768827,2),(1595,2088658827,1),(1595,2109218427,2),(1595,2120108427,1),(1595,2140668027,2),(1596,-2147483648,0),(1596,-1998663968,2),(1596,-1632063600,1),(1596,-1615132800,2),(1596,-1600614000,1),(1596,-1596816000,2),(1596,-1567954800,1),(1596,-1551628800,2),(1596,-1536505200,1),(1596,-1523203200,2),(1596,-1504450800,1),(1596,-1491753600,2),(1596,-1473001200,1),(1596,-1459699200,2),(1596,-880210800,3),(1596,-769395600,4),(1596,-765388800,2),(1596,-715791600,1),(1596,-702489600,2),(1596,73472400,1),(1596,89193601,2),(1596,104922002,1),(1596,120643202,2),(1596,136371603,1),(1596,152092803,2),(1596,167821204,1),(1596,183542404,2),(1596,199270805,1),(1596,215596805,2),(1596,230720406,1),(1596,247046406,2),(1596,262774807,1),(1596,278496007,2),(1596,294224408,1),(1596,309945608,2),(1596,325674009,1),(1596,341395209,2),(1596,357123609,1),(1596,372844810,2),(1596,388573210,1),(1596,404899211,2),(1596,420022811,1),(1596,436348812,2),(1596,452077212,1),(1596,467798412,2),(1596,483526812,1),(1596,499248013,2),(1596,514976413,1),(1596,530697613,2),(1596,544611613,1),(1596,562147213,2),(1596,576061214,1),(1596,594201614,2),(1596,607510814,1),(1596,625651214,2),(1596,638960415,1),(1596,657100815,2),(1596,671014816,1),(1596,688550416,2),(1596,702464416,1),(1596,720000017,2),(1596,733914017,1),(1596,752054418,2),(1596,765363618,1),(1596,783504019,2),(1596,796813219,1),(1596,814953619,2),(1596,828867620,1),(1596,846403220,2),(1596,860317220,1),(1596,877852821,2),(1596,891766821,1),(1596,909302421,2),(1596,923216422,1),(1596,941356822,2),(1596,954666022,1),(1596,972806422,2),(1596,986115622,1),(1596,1004256022,2),(1596,1018170022,1),(1596,1035705622,2),(1596,1049619622,1),(1596,1067155222,2),(1596,1081069222,1),(1596,1099209622,2),(1596,1112518822,1),(1596,1130659222,2),(1596,1143968423,1),(1596,1162108823,2),(1596,1173603623,1),(1596,1194163223,2),(1596,1205053223,1),(1596,1225612823,2),(1596,1236502824,1),(1596,1257062424,2),(1596,1268557224,1),(1596,1289116824,2),(1596,1300006824,1),(1596,1320566424,2),(1596,1331456424,1),(1596,1352016025,2),(1596,1362906025,1),(1596,1383465625,2),(1596,1394355625,1),(1596,1414915225,2),(1596,1425805225,1),(1596,1446364826,2),(1596,1457859626,1),(1596,1478419226,2),(1596,1489309227,1),(1596,1509868827,2),(1596,1520758827,1),(1596,1541318427,2),(1596,1552208427,1),(1596,1572768027,2),(1596,1583658027,1),(1596,1604217627,2),(1596,1615712427,1),(1596,1636272027,2),(1596,1647162027,1),(1596,1667721627,2),(1596,1678611627,1),(1596,1699171227,2),(1596,1710061227,1),(1596,1730620827,2),(1596,1741510827,1),(1596,1762070427,2),(1596,1772960427,1),(1596,1793520027,2),(1596,1805014827,1),(1596,1825574427,2),(1596,1836464427,1),(1596,1857024027,2),(1596,1867914027,1),(1596,1888473627,2),(1596,1899363627,1),(1596,1919923227,2),(1596,1930813227,1),(1596,1951372827,2),(1596,1962867627,1),(1596,1983427227,2),(1596,1994317227,1),(1596,2014876827,2),(1596,2025766827,1),(1596,2046326427,2),(1596,2057216427,1),(1596,2077776027,2),(1596,2088666027,1),(1596,2109225627,2),(1596,2120115627,1),(1596,2140675227,2),(1597,-2147483648,2),(1597,-1664130548,1),(1597,-1650137348,2),(1597,-1632076148,1),(1597,-1615145348,2),(1597,-1598650148,1),(1597,-1590100148,2),(1597,-1567286948,1),(1597,-1551565748,2),(1597,-1535837348,1),(1597,-1520116148,2),(1597,-1503782948,1),(1597,-1488666548,2),(1597,-1472333348,1),(1597,-1457216948,2),(1597,-1440883748,1),(1597,-1425767348,2),(1597,-1409434148,1),(1597,-1394317748,2),(1597,-1377984548,1),(1597,-1362263348,2),(1597,-1346534948,1),(1597,-1330813748,2),(1597,-1314480548,1),(1597,-1299364148,2),(1597,-1283030948,1),(1597,-1267914548,2),(1597,-1251581348,1),(1597,-1236464948,2),(1597,-1220131748,1),(1597,-1205015348,2),(1597,-1188682148,1),(1597,-1172960948,2),(1597,-1156627748,1),(1597,-1141511348,2),(1597,-1125178148,1),(1597,-1110061748,2),(1597,-1096921748,4),(1597,-1093728600,3),(1597,-1078612200,4),(1597,-1061670600,3),(1597,-1048973400,4),(1597,-1030221000,3),(1597,-1017523800,4),(1597,-998771400,3),(1597,-986074200,4),(1597,-966717000,3),(1597,-954624600,4),(1597,-935267400,3),(1597,-922570200,4),(1597,-903817800,3),(1597,-891120600,4),(1597,-872368200,6),(1597,-769395600,5),(1597,-765401400,4),(1597,-746044200,3),(1597,-733347000,4),(1597,-714594600,3),(1597,-701897400,4),(1597,-683145000,3),(1597,-670447800,4),(1597,-651695400,3),(1597,-638998200,4),(1597,-619641000,3),(1597,-606943800,4),(1597,-589401000,3),(1597,-576099000,4),(1597,-557951400,3),(1597,-544649400,4),(1597,-526501800,3),(1597,-513199800,4),(1597,-495052200,3),(1597,-481750200,4),(1597,-463602600,3),(1597,-450300600,4),(1597,-431548200,3),(1597,-418246200,4),(1597,-400098600,3),(1597,-386796600,4),(1597,-368649000,3),(1597,-355347000,4),(1597,-337199400,3),(1597,-323897400,4),(1597,-305749800,3),(1597,-289423800,4),(1597,-273695400,3),(1597,-257974200,4),(1597,-242245800,3),(1597,-226524600,4),(1597,-210796200,3),(1597,-195075000,4),(1597,-179346600,3),(1597,-163625400,4),(1597,-147897000,3),(1597,-131571000,4),(1597,-116447400,3),(1597,-100121400,4),(1597,-84393000,3),(1597,-68671800,4),(1597,-52943400,3),(1597,-37222200,4),(1597,-21493800,3),(1597,-5772600,4),(1597,9955800,3),(1597,25677000,4),(1597,41405400,3),(1597,57731400,4),(1597,73459800,3),(1597,89181001,4),(1597,104909402,3),(1597,120630602,4),(1597,136359003,3),(1597,152080203,4),(1597,167808604,3),(1597,183529804,4),(1597,199258205,3),(1597,215584205,4),(1597,230707806,3),(1597,247033806,4),(1597,262762207,3),(1597,278483407,4),(1597,294211808,3),(1597,309933008,4),(1597,325661409,3),(1597,341382609,4),(1597,357111009,3),(1597,372832210,4),(1597,388560610,3),(1597,404886611,4),(1597,420010211,3),(1597,436336212,4),(1597,452064612,3),(1597,467785812,4),(1597,483514212,3),(1597,499235413,4),(1597,514963813,3),(1597,530685013,4),(1597,544591873,3),(1597,562127473,4),(1597,576041474,7),(1597,594178274,4),(1597,607491074,3),(1597,625631474,4),(1597,638940675,3),(1597,657081075,4),(1597,670995076,3),(1597,688530676,4),(1597,702444676,3),(1597,719980277,4),(1597,733894277,3),(1597,752034678,4),(1597,765343878,3),(1597,783484279,4),(1597,796793479,3),(1597,814933879,4),(1597,828847880,3),(1597,846383480,4),(1597,860297480,3),(1597,877833081,4),(1597,891747081,3),(1597,909282681,4),(1597,923196682,3),(1597,941337082,4),(1597,954646282,3),(1597,972786682,4),(1597,986095882,3),(1597,1004236282,4),(1597,1018150282,3),(1597,1035685882,4),(1597,1049599882,3),(1597,1067135482,4),(1597,1081049482,3),(1597,1099189882,4),(1597,1112499082,3),(1597,1130639482,4),(1597,1143948683,3),(1597,1162089083,4),(1597,1173583883,3),(1597,1194143483,4),(1597,1205033483,3),(1597,1225593083,4),(1597,1236483084,3),(1597,1257042684,4),(1597,1268537484,3),(1597,1289097084,4),(1597,1299987084,3),(1597,1320553824,4),(1597,1331443824,3),(1597,1352003425,4),(1597,1362893425,3),(1597,1383453025,4),(1597,1394343025,3),(1597,1414902625,4),(1597,1425792625,3),(1597,1446352226,4),(1597,1457847026,3),(1597,1478406626,4),(1597,1489296627,3),(1597,1509856227,4),(1597,1520746227,3),(1597,1541305827,4),(1597,1552195827,3),(1597,1572755427,4),(1597,1583645427,3),(1597,1604205027,4),(1597,1615699827,3),(1597,1636259427,4),(1597,1647149427,3),(1597,1667709027,4),(1597,1678599027,3),(1597,1699158627,4),(1597,1710048627,3),(1597,1730608227,4),(1597,1741498227,3),(1597,1762057827,4),(1597,1772947827,3),(1597,1793507427,4),(1597,1805002227,3),(1597,1825561827,4),(1597,1836451827,3),(1597,1857011427,4),(1597,1867901427,3),(1597,1888461027,4),(1597,1899351027,3),(1597,1919910627,4),(1597,1930800627,3),(1597,1951360227,4),(1597,1962855027,3),(1597,1983414627,4),(1597,1994304627,3),(1597,2014864227,4),(1597,2025754227,3),(1597,2046313827,4),(1597,2057203827,3),(1597,2077763427,4),(1597,2088653427,3),(1597,2109213027,4),(1597,2120103027,3),(1597,2140662627,4),(1598,-2147483648,2),(1598,-1632060000,1),(1598,-1615129200,2),(1598,-880207200,3),(1598,-769395600,4),(1598,-765385200,2),(1598,-747237600,1),(1598,-733935600,2),(1598,-715788000,1),(1598,-702486000,2),(1598,-684338400,1),(1598,-671036400,2),(1598,-652888800,1),(1598,-639586800,2),(1598,-620834400,1),(1598,-608137200,2),(1598,-589384800,1),(1598,-576082800,2),(1598,-557935200,1),(1598,-544633200,2),(1598,-526485600,1),(1598,-513183600,2),(1598,-495036000,1),(1598,-481734000,2),(1598,-463586400,1),(1598,-450284400,2),(1598,-431532000,1),(1598,-418230000,2),(1598,-400082400,1),(1598,-386780400,2),(1598,-368632800,1),(1598,-355330800,2),(1598,-337183200,1),(1598,-323881200,2),(1598,-305733600,1),(1598,-292431600,2),(1598,-273679200,1),(1598,-260982000,2),(1598,-242229600,1),(1598,-226508400,2),(1598,-210780000,1),(1598,-195058800,2),(1598,-179330400,1),(1598,-163609200,2),(1598,-147880800,1),(1598,-131554800,2),(1598,-116431200,1),(1598,-100105200,2),(1598,-84376800,1),(1598,-68655600,2),(1598,-52927200,1),(1598,-37206000,2),(1598,-21477600,1),(1598,-5756400,2),(1598,9972000,1),(1598,25693200,2),(1598,41421600,1),(1598,57747600,2),(1598,73476000,1),(1598,89197201,2),(1598,104925602,1),(1598,120646802,2),(1598,136375203,1),(1598,152096403,2),(1598,167824804,1),(1598,183546004,2),(1598,199274405,1),(1598,215600405,2),(1598,230724006,1),(1598,247050006,2),(1598,262778407,1),(1598,278499607,2),(1598,294228008,1),(1598,309949208,2),(1598,325677609,1),(1598,341398809,2),(1598,357127209,1),(1598,372848410,2),(1598,388576810,1),(1598,404902811,2),(1598,420026411,1),(1598,436352412,2),(1598,452080812,1),(1598,467802012,2),(1598,483530412,1),(1598,499251613,2),(1598,514980013,1),(1598,530701213,2),(1598,544615213,1),(1598,562150813,2),(1598,576064814,1),(1598,594205214,2),(1598,607514414,1),(1598,625654814,2),(1598,638964015,1),(1598,657104415,2),(1598,671018416,1),(1598,688554016,2),(1598,702468016,1),(1598,720003617,2),(1598,733917617,1),(1598,752058018,2),(1598,765367218,1),(1598,783507619,2),(1598,796816819,1),(1598,814957219,2),(1598,828871220,1),(1598,846406820,2),(1598,860320820,1),(1598,877856421,2),(1598,891770421,1),(1598,909306021,2),(1598,923220022,1),(1598,941360422,2),(1598,954669622,1),(1598,972810022,2),(1598,986119222,1),(1598,1004259622,2),(1598,1018173622,1),(1598,1035709222,2),(1598,1049623222,1),(1598,1067158822,2),(1598,1081072822,1),(1598,1099213222,2),(1598,1112522422,1),(1598,1130662822,2),(1598,1143972023,1),(1598,1162112423,2),(1598,1173607223,1),(1598,1194166823,2),(1598,1205056823,1),(1598,1225616423,2),(1598,1236506424,1),(1598,1257066024,2),(1598,1268560824,1),(1598,1289120424,2),(1598,1300010424,1),(1598,1320570024,2),(1598,1331460024,1),(1598,1352019625,2),(1598,1362909625,1),(1598,1383469225,2),(1598,1394359225,1),(1598,1414918825,2),(1598,1425808825,1),(1598,1446368426,2),(1598,1457863226,1),(1598,1478422826,2),(1598,1489312827,1),(1598,1509872427,2),(1598,1520762427,1),(1598,1541322027,2),(1598,1552212027,1),(1598,1572771627,2),(1598,1583661627,1),(1598,1604221227,2),(1598,1615716027,1),(1598,1636275627,2),(1598,1647165627,1),(1598,1667725227,2),(1598,1678615227,1),(1598,1699174827,2),(1598,1710064827,1),(1598,1730624427,2),(1598,1741514427,1),(1598,1762074027,2),(1598,1772964027,1),(1598,1793523627,2),(1598,1805018427,1),(1598,1825578027,2),(1598,1836468027,1),(1598,1857027627,2),(1598,1867917627,1),(1598,1888477227,2),(1598,1899367227,1),(1598,1919926827,2),(1598,1930816827,1),(1598,1951376427,2),(1598,1962871227,1),(1598,1983430827,2),(1598,1994320827,1),(1598,2014880427,2),(1598,2025770427,1),(1598,2046330027,2),(1598,2057220027,1),(1598,2077779627,2),(1598,2088669627,1),(1598,2109229227,2),(1598,2120119227,1),(1598,2140678827,2),(1599,-2147483648,0),(1599,-2030202084,2),(1599,-1632063600,1),(1599,-1615132800,2),(1599,-1251651600,1),(1599,-1238349600,2),(1599,-1220202000,1),(1599,-1206900000,2),(1599,-1188752400,1),(1599,-1175450400,2),(1599,-1156698000,1),(1599,-1144000800,2),(1599,-1125248400,1),(1599,-1111946400,2),(1599,-1032714000,1),(1599,-1016992800,2),(1599,-1001264400,1),(1599,-986148000,2),(1599,-969814800,1),(1599,-954093600,2),(1599,-937760400,1),(1599,-922039200,2),(1599,-906310800,1),(1599,-890589600,2),(1599,-880210800,3),(1599,-769395600,4),(1599,-765388800,2),(1599,-748450800,1),(1599,-732729600,2),(1599,-715791600,1),(1599,-702489600,2),(1599,-684342000,1),(1599,-671040000,2),(1599,-652892400,1),(1599,-639590400,2),(1599,-620838000,1),(1599,-608140800,2),(1599,-589388400,1),(1599,-576086400,2),(1599,-557938800,1),(1599,-544636800,2),(1599,-526489200,1),(1599,-513187200,2),(1599,-495039600,1),(1599,-481737600,2),(1599,-463590000,1),(1599,-450288000,2),(1599,-431535600,1),(1599,-418233600,2),(1599,-400086000,1),(1599,-386784000,2),(1599,-337186800,1),(1599,-321465600,2),(1599,-305737200,5),(1600,-2147483648,2),(1600,-1632056400,1),(1600,-1615125600,2),(1600,-1596978000,1),(1600,-1583164800,2),(1600,-880203600,3),(1600,-769395600,4),(1600,-765381600,2),(1600,-147884400,5),(1600,-131554800,2),(1600,-81961200,6),(1600,325677609,7),(1600,341398809,6),(1600,357127209,7),(1600,372848410,6),(1600,388576810,7),(1600,404902811,6),(1600,420026411,7),(1600,436352412,6),(1600,452080812,7),(1600,467802012,6),(1600,483530412,7),(1600,499251613,6),(1600,514980013,7),(1600,530701213,6),(1600,544615213,7),(1600,562150813,6),(1600,576064814,7),(1600,594205214,6),(1600,607514414,7),(1600,625654814,6),(1600,638964015,7),(1600,657104415,6),(1600,671018416,7),(1600,688554016,6),(1600,702468016,7),(1600,720003617,6),(1600,733917617,7),(1600,752058018,6),(1600,765367218,7),(1600,783507619,6),(1600,796816819,7),(1600,814957219,6),(1600,828871220,7),(1600,846406820,6),(1600,860320820,7),(1600,877856421,6),(1600,891770421,7),(1600,909306021,6),(1600,923220022,7),(1600,941360422,6),(1600,954669622,7),(1600,972810022,6),(1600,986119222,7),(1600,1004259622,6),(1600,1018173622,7),(1600,1035709222,6),(1600,1049623222,7),(1600,1067158822,6),(1600,1081072822,7),(1600,1099213222,6),(1600,1112522422,7),(1600,1130662822,6),(1600,1143972023,7),(1600,1162112423,6),(1600,1173607223,7),(1600,1194166823,6),(1600,1205056823,7),(1600,1225616423,6),(1600,1236506424,7),(1600,1257066024,6),(1600,1268560824,7),(1600,1289120424,6),(1600,1300010424,7),(1600,1320570024,6),(1600,1331460024,7),(1600,1352019625,6),(1600,1362909625,7),(1600,1383469225,6),(1600,1394359225,7),(1600,1414918825,6),(1600,1425808825,7),(1600,1446368426,6),(1600,1457863226,7),(1600,1478422826,6),(1600,1489312827,7),(1600,1509872427,6),(1600,1520762427,7),(1600,1541322027,6),(1600,1552212027,7),(1600,1572771627,6),(1600,1583661627,7),(1600,1604214027,8),(1601,-2147483648,1),(1601,-1892661434,2),(1601,-1688410800,1),(1601,-1619205434,3),(1601,-1593806400,1),(1601,-1335986234,4),(1601,-1317585600,2),(1601,-1304362800,4),(1601,-1286049600,2),(1601,-1272826800,4),(1601,-1254513600,2),(1601,-1241290800,4),(1601,-1222977600,2),(1601,-1209754800,4),(1601,-1191355200,2),(1601,-1178132400,3),(1601,-870552000,2),(1601,-865278000,3),(1601,-740520000,5),(1601,-736376400,3),(1601,-718056000,2),(1601,-713649600,3),(1601,-36619200,6),(1601,-23922000,7),(1601,-3355200,6),(1601,7527600,7),(1601,24465600,6),(1601,37767600,7),(1601,55915200,6),(1601,69217200,7),(1601,87969601,6),(1601,100666802,7),(1601,118209602,6),(1601,132116403,7),(1601,150868803,6),(1601,163566004,7),(1601,182318404,6),(1601,195620405,7),(1601,213768005,6),(1601,227070006,7),(1601,245217606,6),(1601,258519607,7),(1601,277272007,6),(1601,289969208,7),(1601,308721608,6),(1601,321418809,7),(1601,340171209,6),(1601,353473209,7),(1601,371620810,6),(1601,384922810,7),(1601,403070411,6),(1601,416372411,7),(1601,434520012,6),(1601,447822012,7),(1601,466574412,6),(1601,479271612,7),(1601,498024013,6),(1601,510721213,7),(1601,529473613,6),(1601,545194813,7),(1601,560923213,6),(1601,574225214,7),(1601,592372814,6),(1601,605674814,7),(1601,624427214,6),(1601,637124415,7),(1601,653457615,6),(1601,668574016,7),(1601,687326416,6),(1601,700628416,7),(1601,718776017,6),(1601,732078017,7),(1601,750225618,6),(1601,763527618,7),(1601,781675219,6),(1601,794977219,7),(1601,813729619,6),(1601,826426820,7),(1601,845179220,6),(1601,859690820,7),(1601,876628821,6),(1601,889930821,7),(1601,906868821,6),(1601,923194822,7),(1601,939528022,6),(1601,952830022,7),(1601,971582422,6),(1601,984279622,7),(1601,1003032022,6),(1601,1015729222,7),(1601,1034481622,6),(1601,1047178822,7),(1601,1065931222,6),(1601,1079233222,7),(1601,1097380822,6),(1601,1110682822,7),(1601,1128830422,6),(1601,1142132423,7),(1601,1160884823,6),(1601,1173582023,7),(1601,1192334423,6),(1601,1206846023,7),(1601,1223784023,6),(1601,1237086024,7),(1601,1255233624,6),(1601,1270350024,7),(1601,1286683224,6),(1601,1304823624,7),(1601,1313899224,6),(1601,1335668424,7),(1601,1346558425,6),(1601,1367118025,7),(1601,1378612825,6),(1601,1398567625,7),(1601,1410062425,6),(1601,1463281226,7),(1601,1471147226,6),(1601,1494730827,7),(1601,1502596827,6),(1601,1526180427,7),(1601,1534046427,6),(1601,1554606027,7),(1601,1567915227,6),(1601,1586055627,7),(1601,1599364827,6),(1601,1617505227,7),(1601,1630814427,6),(1601,1648954827,7),(1601,1662264027,6),(1601,1680404427,7),(1601,1693713627,6),(1601,1712458827,7),(1601,1725768027,6),(1601,1743908427,7),(1601,1757217627,6),(1601,1775358027,7),(1601,1788667227,6),(1601,1806807627,7),(1601,1820116827,6),(1601,1838257227,7),(1601,1851566427,6),(1601,1870311627,7),(1601,1883016027,6),(1601,1901761227,7),(1601,1915070427,6),(1601,1933210827,7),(1601,1946520027,6),(1601,1964660427,7),(1601,1977969627,6),(1601,1996110027,7),(1601,2009419227,6),(1601,2027559627,7),(1601,2040868827,6),(1601,2059614027,7),(1601,2072318427,6),(1601,2091063627,7),(1601,2104372827,6),(1601,2122513227,7),(1601,2135822427,6),(1602,-2147483648,1),(1602,-1178124152,4),(1602,-36619200,2),(1602,-23922000,3),(1602,-3355200,2),(1602,7527600,3),(1602,24465600,2),(1602,37767600,3),(1602,55915200,2),(1602,69217200,3),(1602,87969601,2),(1602,100666802,3),(1602,118209602,2),(1602,132116403,3),(1602,150868803,2),(1602,163566004,3),(1602,182318404,2),(1602,195620405,3),(1602,213768005,2),(1602,227070006,3),(1602,245217606,2),(1602,258519607,3),(1602,277272007,2),(1602,289969208,3),(1602,308721608,2),(1602,321418809,3),(1602,340171209,2),(1602,353473209,3),(1602,371620810,2),(1602,384922810,5),(1602,403070411,6),(1602,416372411,5),(1602,434520012,6),(1602,447822012,5),(1602,466574412,6),(1602,479271612,5),(1602,498024013,6),(1602,510721213,5),(1602,529473613,6),(1602,545194813,5),(1602,560923213,6),(1602,574225214,5),(1602,592372814,6),(1602,605674814,5),(1602,624427214,6),(1602,637124415,5),(1602,653457615,6),(1602,668574016,5),(1602,687326416,6),(1602,700628416,5),(1602,718776017,6),(1602,732078017,5),(1602,750225618,6),(1602,763527618,5),(1602,781675219,6),(1602,794977219,5),(1602,813729619,6),(1602,826426820,5),(1602,845179220,6),(1602,859690820,5),(1602,876628821,6),(1602,889930821,5),(1602,906868821,6),(1602,923194822,5),(1602,939528022,6),(1602,952830022,5),(1602,971582422,6),(1602,984279622,5),(1602,1003032022,6),(1602,1015729222,5),(1602,1034481622,6),(1602,1047178822,5),(1602,1065931222,6),(1602,1079233222,5),(1602,1097380822,6),(1602,1110682822,5),(1602,1128830422,6),(1602,1142132423,5),(1602,1160884823,6),(1602,1173582023,5),(1602,1192334423,6),(1602,1206846023,5),(1602,1223784023,6),(1602,1237086024,5),(1602,1255233624,6),(1602,1270350024,5),(1602,1286683224,6),(1602,1304823624,5),(1602,1313899224,6),(1602,1335668424,5),(1602,1346558425,6),(1602,1367118025,5),(1602,1378612825,6),(1602,1398567625,5),(1602,1410062425,6),(1602,1463281226,5),(1602,1471147226,6),(1602,1494730827,5),(1602,1502596827,6),(1602,1526180427,5),(1602,1534046427,6),(1602,1554606027,5),(1602,1567915227,6),(1602,1586055627,5),(1602,1599364827,6),(1602,1617505227,5),(1602,1630814427,6),(1602,1648954827,5),(1602,1662264027,6),(1602,1680404427,5),(1602,1693713627,6),(1602,1712458827,5),(1602,1725768027,6),(1602,1743908427,5),(1602,1757217627,6),(1602,1775358027,5),(1602,1788667227,6),(1602,1806807627,5),(1602,1820116827,6),(1602,1838257227,5),(1602,1851566427,6),(1602,1870311627,5),(1602,1883016027,6),(1602,1901761227,5),(1602,1915070427,6),(1602,1933210827,5),(1602,1946520027,6),(1602,1964660427,5),(1602,1977969627,6),(1602,1996110027,5),(1602,2009419227,6),(1602,2027559627,5),(1602,2040868827,6),(1602,2059614027,5),(1602,2072318427,6),(1602,2091063627,5),(1602,2104372827,6),(1602,2122513227,5),(1602,2135822427,6),(1603,-2147483648,1),(1603,-1402813824,3),(1603,-1311534000,2),(1603,-1300996800,3),(1603,-933534000,2),(1603,-925675200,3),(1603,-902084400,2),(1603,-893620800,3),(1603,-870030000,2),(1603,-862171200,3),(1603,-775681200,2),(1603,-767822400,3),(1603,-744231600,2),(1603,-736372800,3),(1603,-144702000,2),(1603,-134251200,3),(1603,-113425200,2),(1603,-102542400,3),(1603,-86295600,2),(1603,-72907200,3),(1603,-54154800,2),(1603,-41457600,3),(1603,-21495600,2),(1603,-5774400,3),(1603,9954000,2),(1603,25675200,3),(1603,41403600,2),(1603,57729600,3),(1603,73458000,2),(1603,87364801,3),(1603,104907602,2),(1603,118900802,3),(1603,136357203,2),(1603,150436803,3),(1603,167806804,2),(1603,183528004,3),(1603,199256405,2),(1603,215582405,3),(1603,230706006,2),(1603,247032006,3),(1603,263365207,2),(1603,276667207,3),(1603,290581208,2),(1603,308721608,3),(1603,322030809,2),(1603,340171209,3),(1603,358318809,2),(1603,371620810,3),(1603,389768410,2),(1603,403070411,3),(1603,421218011,2),(1603,434520012,3),(1603,452667612,2),(1603,466574412,3),(1603,484117212,2),(1603,498024013,3),(1603,511333213,2),(1603,529473613,3),(1603,542782813,2),(1603,560923213,3),(1603,574837214,2),(1603,592372814,3),(1603,606286814,2),(1603,623822414,3),(1603,638946015,2),(1603,655876815,3),(1603,671000416,2),(1603,687330016,4),(1603,702450016,2),(1603,718779617,4),(1603,733899617,2),(1603,750229218,4),(1603,765349218,2),(1603,781678819,4),(1603,796798819,2),(1603,813128419,4),(1603,828853220,2),(1603,844578020,4),(1603,860302820,2),(1603,876632421,4),(1603,891147621,5),(1603,909291621,4),(1603,922597222,5),(1603,941346022,4),(1603,954651622,5),(1603,972795622,4),(1603,986101222,5),(1603,1004245222,4),(1603,1018155622,5),(1603,1035694822,4),(1603,1049605222,5),(1603,1067144422,4),(1603,1080450022,5),(1603,1162098023,4),(1603,1173589223,5),(1603,1193547623,4),(1603,1205643623,5),(1603,1224997223,4),(1603,1236488424,5),(1603,1256446824,4),(1603,1268542824,5),(1603,1288501224,4),(1603,1300597224,5),(1603,1321160424,4),(1603,1333256424,5),(1603,1352005225,4),(1603,1362891625,5),(1603,1383454825,4),(1603,1394341225,5),(1603,1414904425,4),(1603,1425790825,5),(1603,1446354026,4),(1603,1457845226,5),(1603,1478408426,4),(1603,1489294827,5),(1603,1509858027,4),(1603,1520744427,5),(1603,1541307627,4),(1603,1552194027,5),(1603,1572757227,4),(1603,1583643627,5),(1603,1604206827,4),(1603,1615698027,5),(1603,1636261227,4),(1603,1647147627,5),(1603,1667710827,4),(1603,1678597227,5),(1603,1699160427,4),(1603,1710046827,5),(1603,1730610027,4),(1603,1741496427,5),(1603,1762059627,4),(1603,1772946027,5),(1603,1793509227,4),(1603,1805000427,5),(1603,1825563627,4),(1603,1836450027,5),(1603,1857013227,4),(1603,1867899627,5),(1603,1888462827,4),(1603,1899349227,5),(1603,1919912427,4),(1603,1930798827,5),(1603,1951362027,4),(1603,1962853227,5),(1603,1983416427,4),(1603,1994302827,5),(1603,2014866027,4),(1603,2025752427,5),(1603,2046315627,4),(1603,2057202027,5),(1603,2077765227,4),(1603,2088651627,5),(1603,2109214827,4),(1603,2120101227,5),(1603,2140664427,4),(1604,228877206,0),(1604,243997206,1),(1604,260326807,0),(1604,276051607,1),(1604,291776408,0),(1604,307501208,1),(1604,323830809,0),(1604,338950809,1),(1604,354675609,0),(1604,370400410,1),(1604,386125210,0),(1604,401850011,1),(1604,417574811,0),(1604,433299612,1),(1604,449024412,0),(1604,465354012,1),(1604,481078812,0),(1604,496803613,1),(1604,512528413,0),(1604,528253213,1),(1604,543978013,0),(1604,559702813,1),(1604,575427614,0),(1604,591152414,1),(1604,606877214,0),(1604,622602014,1),(1604,638326815,0),(1604,654656415,1),(1604,670381216,0),(1604,686106016,1),(1604,701830816,0),(1604,717555617,1),(1604,733280417,0),(1604,749005218,1),(1604,764730018,0),(1604,780454819,1),(1604,796179619,0),(1604,811904419,1),(1604,828234020,0),(1604,846378020,1),(1604,859683620,0),(1604,877827621,1),(1604,891133221,0),(1604,909277221,1),(1604,922582822,0),(1604,941331622,1),(1604,954032422,0),(1604,972781222,1),(1604,985482022,0),(1604,1004230822,1),(1604,1017536422,0),(1604,1035680422,1),(1604,1048986022,0),(1604,1067130022,1),(1604,1080435622,0),(1604,1099184422,1),(1604,1111885222,0),(1604,1130634022,1),(1604,1143334823,0),(1604,1162083623,1),(1604,1174784423,0),(1604,1193533223,1),(1604,1206838823,0),(1604,1224982823,1),(1604,1238288424,0),(1604,1256432424,1),(1604,1269738024,0),(1604,1288486824,1),(1604,1301187624,0),(1604,1319936424,1),(1604,1332637224,0),(1604,1351386025,1),(1604,1364691625,0),(1604,1382835625,1),(1604,1396141225,0),(1604,1414285225,1),(1604,1427590825,0),(1604,1445734826,1),(1604,1459040426,0),(1604,1477789226,1),(1604,1490490027,0),(1604,1509238827,1),(1604,1521939627,0),(1604,1540688427,1),(1604,1553994027,0),(1604,1572138027,1),(1604,1585443627,0),(1604,1603587627,1),(1604,1616893227,0),(1604,1635642027,1),(1604,1648342827,0),(1604,1667091627,1),(1604,1679792427,0),(1604,1698541227,1),(1604,1711846827,0),(1604,1729990827,1),(1604,1743296427,0),(1604,1761440427,1),(1604,1774746027,0),(1604,1792890027,1),(1604,1806195627,0),(1604,1824944427,1),(1604,1837645227,0),(1604,1856394027,1),(1604,1869094827,0),(1604,1887843627,1),(1604,1901149227,0),(1604,1919293227,1),(1604,1932598827,0),(1604,1950742827,1),(1604,1964048427,0),(1604,1982797227,1),(1604,1995498027,0),(1604,2014246827,1),(1604,2026947627,0),(1604,2045696427,1),(1604,2058397227,0),(1604,2077146027,1),(1604,2090451627,0),(1604,2108595627,1),(1604,2121901227,0),(1604,2140045227,1),(1606,-1633280400,0),(1606,-1615140000,1),(1606,-1601830800,0),(1606,-1583690400,1),(1606,-880218000,2),(1606,-769395600,3),(1606,-765396000,1),(1606,-84387600,0),(1606,-68666400,1),(1606,-52938000,0),(1606,-37216800,1),(1606,-21488400,0),(1606,-5767200,1),(1606,9961200,0),(1606,25682400,1),(1606,41410800,0),(1606,57736800,1),(1606,73465200,0),(1606,89186401,1),(1606,104914802,0),(1606,120636002,1),(1606,126687603,0),(1606,152085603,1),(1606,162370804,0),(1606,183535204,1),(1606,199263605,0),(1606,215589605,1),(1606,230713206,0),(1606,247039206,1),(1606,262767607,0),(1606,278488807,1),(1606,294217208,0),(1606,309938408,1),(1606,325666809,0),(1606,341388009,1),(1606,357116409,0),(1606,372837610,1),(1606,388566010,0),(1606,404892011,1),(1606,420015611,0),(1606,436341612,1),(1606,452070012,0),(1606,467791212,1),(1606,483519612,0),(1606,499240813,1),(1606,514969213,0),(1606,530690413,1),(1606,544604413,0),(1606,562140013,1),(1606,576054014,0),(1606,594194414,1),(1606,607503614,0),(1606,625644014,1),(1606,638953215,0),(1606,657093615,1),(1606,671007616,0),(1606,688543216,1),(1606,702457216,0),(1606,719992817,1),(1606,733906817,0),(1606,752047218,1),(1606,765356418,0),(1606,783496819,1),(1606,796806019,0),(1606,814946419,1),(1606,828860420,0),(1606,846396020,1),(1606,860310020,0),(1606,877845621,1),(1606,891759621,0),(1606,909295221,1),(1606,923209222,0),(1606,941349622,1),(1606,954658822,0),(1606,972799222,1),(1606,986108422,0),(1606,1004248822,1),(1606,1018162822,0),(1606,1035698422,1),(1606,1049612422,0),(1606,1067148022,1),(1606,1081062022,0),(1606,1099202422,1),(1606,1112511622,0),(1606,1130652022,1),(1606,1143961223,0),(1606,1162101623,1),(1606,1173596423,0),(1606,1194156023,1),(1606,1205046023,0),(1606,1225605623,1),(1606,1236495624,0),(1606,1257055224,1),(1606,1268550024,0),(1606,1289109624,1),(1606,1299999624,0),(1606,1320559224,1),(1606,1331449224,0),(1606,1352008825,1),(1606,1362898825,0),(1606,1383458425,1),(1606,1394348425,0),(1606,1414908025,1),(1606,1425798025,0),(1606,1446357626,1),(1606,1457852426,0),(1606,1478412026,1),(1606,1489302027,0),(1606,1509861627,1),(1606,1520751627,0),(1606,1541311227,1),(1606,1552201227,0),(1606,1572760827,1),(1606,1583650827,0),(1606,1604210427,1),(1606,1615705227,0),(1606,1636264827,1),(1606,1647154827,0),(1606,1667714427,1),(1606,1678604427,0),(1606,1699164027,1),(1606,1710054027,0),(1606,1730613627,1),(1606,1741503627,0),(1606,1762063227,1),(1606,1772953227,0),(1606,1793512827,1),(1606,1805007627,0),(1606,1825567227,1),(1606,1836457227,0),(1606,1857016827,1),(1606,1867906827,0),(1606,1888466427,1),(1606,1899356427,0),(1606,1919916027,1),(1606,1930806027,0),(1606,1951365627,1),(1606,1962860427,0),(1606,1983420027,1),(1606,1994310027,0),(1606,2014869627,1),(1606,2025759627,0),(1606,2046319227,1),(1606,2057209227,0),(1606,2077768827,1),(1606,2088658827,0),(1606,2109218427,1),(1606,2120108427,0),(1606,2140668027,1),(1607,-2147483648,2),(1607,-929844000,1),(1607,-923108400,2),(1607,-906170400,1),(1607,-892868400,2),(1607,-875844000,1),(1607,-857790000,2),(1607,-844308000,1),(1607,-825822000,2),(1607,-812685600,1),(1607,-794199600,2),(1607,-779853600,1),(1607,-762663600,2),(1607,-399088800,1),(1607,-386650800,2),(1607,-368330400,1),(1607,-355114800,2),(1607,-336790800,1),(1607,-323654400,2),(1607,-305168400,1),(1607,-292032000,2),(1607,-273632400,1),(1607,-260496000,2),(1607,-242096400,1),(1607,-228960000,2),(1607,-210560400,1),(1607,-197424000,2),(1607,-178938000,1),(1607,-165801600,2),(1607,-147402000,1),(1607,-134265600,2),(1607,-115866000,1),(1607,-102643200,2),(1607,-84330000,1),(1607,-71107200,2),(1607,-52707600,1),(1607,-39484800,2),(1607,-21171600,1),(1607,-7948800,2),(1607,10364400,1),(1607,23587200,2),(1607,41900400,1),(1607,55123200,2),(1607,73522800,1),(1607,86745601,2),(1607,105058802,1),(1607,118281602,2),(1607,136594803,1),(1607,149817603,2),(1607,168130804,1),(1607,181353604,2),(1607,199753205,1),(1607,212976005,2),(1607,231289206,1),(1607,244512006,2),(1607,262825207,1),(1607,276048007,2),(1607,294361208,1),(1607,307584008,2),(1607,325983609,1),(1607,339206409,2),(1607,357519609,1),(1607,370742410,2),(1607,396399611,1),(1607,402278411,2),(1607,426812412,1),(1607,433814412,2),(1607,452214012,1),(1607,465436812,2),(1607,483750012,1),(1607,496972813,2),(1607,515286013,1),(1607,528508813,2),(1607,546822013,1),(1607,560044813,2),(1607,578444414,1),(1607,591667214,2),(1607,610412414,1),(1607,623203214,2),(1607,641516415,1),(1607,654739215,2),(1607,673052416,1),(1607,686275216,2),(1607,704674816,1),(1607,717897617,2),(1607,736210817,1),(1607,749433618,2),(1607,767746818,1),(1607,780969619,2),(1607,799020019,3),(1607,812322019,2),(1607,830469620,3),(1607,843771620,2),(1607,861919220,3),(1607,875221221,2),(1607,893368821,3),(1607,906670821,2),(1607,925423222,3),(1607,938725222,2),(1607,956872822,3),(1607,970174822,2),(1607,988322422,3),(1607,1001624422,2),(1607,1019772022,3),(1607,1033074022,2),(1607,1051221622,3),(1607,1064523622,2),(1607,1083276022,3),(1607,1096578022,2),(1607,1114725622,3),(1607,1128027622,2),(1607,1146175223,3),(1607,1158872423,2),(1607,1177624823,3),(1607,1189112423,2),(1607,1209074423,3),(1607,1219957223,2),(1607,1240524024,3),(1607,1250802024,2),(1607,1272578424,3),(1607,1281474024,2),(1607,1284069624,1),(1607,1285880424,2),(1607,1400191225,1),(1607,1403816425,2),(1607,1406844025,1),(1607,1411678825,2),(1608,-2147483648,1),(1608,-1691962479,2),(1608,-1680471279,4),(1608,-1664143200,3),(1608,-1650146400,4),(1608,-1633903200,3),(1608,-1617487200,4),(1608,-1601848800,3),(1608,-1586037600,4),(1608,-1570399200,3),(1608,-1552168800,4),(1608,-1538344800,3),(1608,-1522533600,4),(1608,-1517011200,6),(1608,-1507500000,5),(1608,-1490565600,4),(1608,-1473631200,5),(1608,-1460930400,4),(1608,-1442786400,5),(1608,-1428876000,4),(1608,-1410732000,5),(1608,-1396216800,4),(1608,-1379282400,5),(1608,-1364767200,4),(1608,-1348437600,5),(1608,-1333317600,4),(1608,-1315778400,5),(1608,-1301263200,4),(1608,-1284328800,5),(1608,-1269813600,4),(1608,-1253484000,5),(1608,-1238364000,4),(1608,-1221429600,5),(1608,-1206914400,4),(1608,-1189980000,5),(1608,-1175464800,4),(1608,-1159135200,5),(1608,-1143410400,4),(1608,-1126476000,5),(1608,-1111960800,4),(1608,-1095631200,5),(1608,-1080511200,4),(1608,-1063576800,5),(1608,-1049061600,4),(1608,-1032127200,5),(1608,-1017612000,4),(1608,-1001282400,5),(1608,-986162400,4),(1608,-969228000,5),(1608,-950479200,4),(1608,-942012000,5),(1608,-733356000,4),(1608,-719445600,5),(1608,-699487200,4),(1608,-684972000,5),(1608,-668037600,4),(1608,-654732000,5),(1608,-636588000,4),(1608,-622072800,5),(1608,-605743200,4),(1608,-590623200,5),(1608,-574293600,4),(1608,-558568800,5),(1608,-542239200,4),(1608,-527119200,5),(1608,-512604000,4),(1608,-496274400,5),(1608,-481154400,4),(1608,-464220000,5),(1608,-449704800,4),(1608,-432165600,5),(1608,-417650400,4),(1608,-401320800,5),(1608,-386200800,4),(1608,-369266400,5),(1608,-354751200,4),(1608,-337816800,5),(1608,-323301600,4),(1608,-306972000,5),(1608,-291852000,4),(1608,-276732000,5),(1608,-257983200,4),(1608,-245282400,5),(1608,-226533600,4),(1608,-213228000,5),(1608,-195084000,4),(1608,-182383200,5),(1608,-163634400,4),(1608,-150933600,5),(1608,-132184800,4),(1608,-119484000,5),(1608,-100735200,4),(1608,-88034400,5),(1608,-68680800,4),(1608,-59004000,5),(1608,-37242000,9),(1608,57722400,7),(1608,69818400,8),(1608,89172001,7),(1608,101268002,8),(1608,120621602,7),(1608,132717603,8),(1608,152071203,7),(1608,164167204,8),(1608,183520804,7),(1608,196221605,8),(1608,214970405,7),(1608,227671206,8),(1608,246420006,7),(1608,259120807,8),(1608,278474407,7),(1608,290570408,8),(1608,309924008,7),(1608,322020009,8),(1608,341373609,7),(1608,354675609,8),(1608,372819610,7),(1608,386125210,8),(1608,404269211,7),(1608,417574811,8),(1608,435718812,7),(1608,449024412,8),(1608,467773212,7),(1608,481078812,8),(1608,499222813,7),(1608,512528413,8),(1608,530672413,7),(1608,543978013,8),(1608,562122013,7),(1608,575427614,8),(1608,593571614,7),(1608,606877214,8),(1608,625626014,7),(1608,638326815,8),(1608,657075615,7),(1608,670381216,8),(1608,688525216,7),(1608,701830816,8),(1608,719974817,7),(1608,733280417,8),(1608,751424418,7),(1608,764730018,8),(1608,782874019,7),(1608,796179619,8),(1608,814323619,7),(1608,828234020,8),(1608,846378020,7),(1608,859683620,8),(1608,877827621,7),(1608,891133221,8),(1608,909277221,7),(1608,922582822,8),(1608,941331622,7),(1608,954032422,8),(1608,972781222,7),(1608,985482022,8),(1608,1004230822,7),(1608,1017536422,8),(1608,1035680422,7),(1608,1048986022,8),(1608,1067130022,7),(1608,1080435622,8),(1608,1099184422,7),(1608,1111885222,8),(1608,1130634022,7),(1608,1143334823,8),(1608,1162083623,7),(1608,1174784423,8),(1608,1193533223,7),(1608,1206838823,8),(1608,1224982823,7),(1608,1238288424,8),(1608,1256432424,7),(1608,1269738024,8),(1608,1288486824,7),(1608,1301187624,8),(1608,1319936424,7),(1608,1332637224,8),(1608,1351386025,7),(1608,1364691625,8),(1608,1382835625,7),(1608,1396141225,8),(1608,1414285225,7),(1608,1427590825,8),(1608,1445734826,7),(1608,1459040426,8),(1608,1477789226,7),(1608,1490490027,8),(1608,1509238827,7),(1608,1521939627,8),(1608,1540688427,7),(1608,1553994027,8),(1608,1572138027,7),(1608,1585443627,8),(1608,1603587627,7),(1608,1616893227,8),(1608,1635642027,7),(1608,1648342827,8),(1608,1667091627,7),(1608,1679792427,8),(1608,1698541227,7),(1608,1711846827,8),(1608,1729990827,7),(1608,1743296427,8),(1608,1761440427,7),(1608,1774746027,8),(1608,1792890027,7),(1608,1806195627,8),(1608,1824944427,7),(1608,1837645227,8),(1608,1856394027,7),(1608,1869094827,8),(1608,1887843627,7),(1608,1901149227,8),(1608,1919293227,7),(1608,1932598827,8),(1608,1950742827,7),(1608,1964048427,8),(1608,1982797227,7),(1608,1995498027,8),(1608,2014246827,7),(1608,2026947627,8),(1608,2045696427,7),(1608,2058397227,8),(1608,2077146027,7),(1608,2090451627,8),(1608,2108595627,7),(1608,2121901227,8),(1608,2140045227,7),(1644,-2147483648,2),(1644,-1693700372,1),(1644,-1680484772,2),(1644,-1663453172,3),(1644,-1650147572,4),(1644,-1633213172,3),(1644,-1617488372,4),(1644,-1601158772,3),(1644,-1586038772,4),(1644,-1569709172,3),(1644,-1554589172,4),(1644,-1538259572,3),(1644,-1523139572,4),(1644,-1507501172,3),(1644,-1490566772,4),(1644,-1470176372,3),(1644,-1459117172,4),(1644,-1443997172,3),(1644,-1427667572,4),(1644,-1406672372,3),(1644,-1396217972,4),(1644,-1376950772,3),(1644,-1364768372,4),(1644,-1345414772,3),(1644,-1333318772,4),(1644,-1313792372,3),(1644,-1301264372,4),(1644,-1282256372,3),(1644,-1269814772,4),(1644,-1250720372,3),(1644,-1238365172,4),(1644,-1219184372,3),(1644,-1206915572,4),(1644,-1186957172,3),(1644,-1175465972,4),(1644,-1156025972,3),(1644,-1143411572,4),(1644,-1124489972,3),(1644,-1111961972,4),(1644,-1092953972,3),(1644,-1080512372,4),(1644,-1061331572,3),(1644,-1049062772,4),(1644,-1029190772,3),(1644,-1025745572,7),(1644,-1017613200,5),(1644,-998259600,6),(1644,-986163600,5),(1644,-966723600,6),(1644,-954109200,5),(1644,-935022000,10),(1644,-857257200,8),(1644,-844556400,9),(1644,-828226800,8),(1644,-812502000,9),(1644,-796777200,8),(1644,-781052400,9),(1644,-766623600,8),(1644,220921205,13),(1644,228877206,11),(1644,243997206,12),(1644,260326807,11),(1644,276051607,12),(1644,291776408,11),(1644,307501208,12),(1644,323830809,11),(1644,338950809,12),(1644,354675609,11),(1644,370400410,12),(1644,386125210,11),(1644,401850011,12),(1644,417574811,11),(1644,433299612,12),(1644,449024412,11),(1644,465354012,12),(1644,481078812,11),(1644,496803613,12),(1644,512528413,11),(1644,528253213,12),(1644,543978013,11),(1644,559702813,12),(1644,575427614,11),(1644,591152414,12),(1644,606877214,11),(1644,622602014,12),(1644,638326815,11),(1644,654656415,12),(1644,670381216,11),(1644,686106016,12),(1644,701830816,11),(1644,717555617,12),(1644,733280417,11),(1644,749005218,12),(1644,764730018,11),(1644,780454819,12),(1644,796179619,11),(1644,811904419,12),(1644,828234020,11),(1644,846378020,12),(1644,859683620,11),(1644,877827621,12),(1644,891133221,11),(1644,909277221,12),(1644,922582822,11),(1644,941331622,12),(1644,954032422,11),(1644,972781222,12),(1644,985482022,11),(1644,1004230822,12),(1644,1017536422,11),(1644,1035680422,12),(1644,1048986022,11),(1644,1067130022,12),(1644,1080435622,11),(1644,1099184422,12),(1644,1111885222,11),(1644,1130634022,12),(1644,1143334823,11),(1644,1162083623,12),(1644,1174784423,11),(1644,1193533223,12),(1644,1206838823,11),(1644,1224982823,12),(1644,1238288424,11),(1644,1256432424,12),(1644,1269738024,11),(1644,1288486824,12),(1644,1301187624,11),(1644,1319936424,12),(1644,1332637224,11),(1644,1351386025,12),(1644,1364691625,11),(1644,1382835625,12),(1644,1396141225,11),(1644,1414285225,12),(1644,1427590825,11),(1644,1445734826,12),(1644,1459040426,11),(1644,1477789226,12),(1644,1490490027,11),(1644,1509238827,12),(1644,1521939627,11),(1644,1540688427,12),(1644,1553994027,11),(1644,1572138027,12),(1644,1585443627,11),(1644,1603587627,12),(1644,1616893227,11),(1644,1635642027,12),(1644,1648342827,11),(1644,1667091627,12),(1644,1679792427,11),(1644,1698541227,12),(1644,1711846827,11),(1644,1729990827,12),(1644,1743296427,11),(1644,1761440427,12),(1644,1774746027,11),(1644,1792890027,12),(1644,1806195627,11),(1644,1824944427,12),(1644,1837645227,11),(1644,1856394027,12),(1644,1869094827,11),(1644,1887843627,12),(1644,1901149227,11),(1644,1919293227,12),(1644,1932598827,11),(1644,1950742827,12),(1644,1964048427,11),(1644,1982797227,12),(1644,1995498027,11),(1644,2014246827,12),(1644,2026947627,11),(1644,2045696427,12),(1644,2058397227,11),(1644,2077146027,12),(1644,2090451627,11),(1644,2108595627,12),(1644,2121901227,11),(1644,2140045227,12),(1645,-2147483648,1),(1645,-733881600,2),(1645,481078812,3),(1645,496803613,4),(1645,512528413,3),(1645,528253213,4),(1645,543978013,3),(1645,559702813,4),(1645,575427614,3),(1645,591152414,4),(1645,606877214,3),(1645,622602014,4),(1645,638326815,3),(1645,654656415,4),(1645,670381216,3),(1645,686106016,4),(1645,701830816,3),(1645,717555617,4),(1645,733280417,3),(1645,749005218,4),(1645,764730018,3),(1645,780454819,4),(1645,796179619,3),(1645,811904419,4),(1645,828234020,3),(1645,846378020,4),(1645,859683620,3),(1645,877827621,4),(1645,891133221,3),(1645,909277221,4),(1645,922582822,3),(1645,941331622,4),(1645,954032422,3),(1645,972781222,4),(1645,985482022,3),(1645,1004230822,4),(1645,1017536422,3),(1645,1035680422,4),(1645,1048986022,3),(1645,1067130022,4),(1645,1080435622,3),(1645,1099184422,4),(1645,1111885222,3),(1645,1130634022,4),(1645,1143334823,3),(1645,1162083623,4),(1645,1174784423,3),(1645,1193533223,4),(1645,1206838823,3),(1645,1224982823,4),(1645,1238288424,3),(1645,1256432424,4),(1645,1269738024,3),(1645,1288486824,4),(1645,1301187624,3),(1645,1319936424,4),(1645,1332637224,3),(1645,1351386025,4),(1645,1364691625,3),(1645,1382835625,4),(1645,1396141225,3),(1645,1414285225,4),(1645,1427590825,3),(1645,1445734826,4),(1645,1459040426,3),(1645,1477789226,4),(1645,1490490027,3),(1645,1509238827,4),(1645,1521939627,3),(1645,1540688427,4),(1645,1553994027,3),(1645,1572138027,4),(1645,1585443627,3),(1645,1603587627,4),(1645,1616893227,3),(1645,1635642027,4),(1645,1648342827,3),(1645,1667091627,4),(1645,1679792427,3),(1645,1698541227,4),(1645,1711846827,3),(1645,1729990827,4),(1645,1743296427,3),(1645,1761440427,4),(1645,1774746027,3),(1645,1792890027,4),(1645,1806195627,3),(1645,1824944427,4),(1645,1837645227,3),(1645,1856394027,4),(1645,1869094827,3),(1645,1887843627,4),(1645,1901149227,3),(1645,1919293227,4),(1645,1932598827,3),(1645,1950742827,4),(1645,1964048427,3),(1645,1982797227,4),(1645,1995498027,3),(1645,2014246827,4),(1645,2026947627,3),(1645,2045696427,4),(1645,2058397227,3),(1645,2077146027,4),(1645,2090451627,3),(1645,2108595627,4),(1645,2121901227,3),(1645,2140045227,4),(1646,-2147483648,0),(1646,-1441249932,1),(1646,-1247540400,3),(1646,354916809,2),(1646,370724410,3),(1646,386452810,2),(1646,402260411,3),(1646,417988811,2),(1646,433796412,3),(1646,449611212,2),(1646,465343212,4),(1646,481068012,5),(1646,496792813,4),(1646,512517613,5),(1646,528242413,4),(1646,543967213,5),(1646,559692013,4),(1646,575416814,5),(1646,591141614,4),(1646,606866414,6),(1646,622594814,7),(1646,638319615,6),(1646,654649215,7),(1646,670374016,4),(1646,701820016,6),(1646,717548417,7),(1646,733273217,6),(1646,748998018,7),(1646,764722818,6),(1646,780447619,7),(1646,796172419,6),(1646,811897219,7),(1646,828226820,6),(1646,846370820,7),(1646,859676420,6),(1646,877820421,7),(1646,891126021,6),(1646,909270021,7),(1646,922575622,6),(1646,941324422,7),(1646,954025222,6),(1646,972774022,7),(1646,985474822,6),(1646,1004223622,7),(1646,1017529222,6),(1646,1035673222,7),(1646,1048978822,6),(1646,1067122822,7),(1646,1080428422,6),(1646,1099177222,7),(1646,1111878022,6),(1646,1130626822,7),(1646,1143327623,6),(1646,1162076423,7),(1646,1174777223,6),(1646,1193526023,7),(1646,1206831623,6),(1646,1224975623,7),(1646,1238281224,6),(1646,1256425224,7),(1646,1269730824,6),(1646,1288479624,7),(1646,1301180424,4),(1646,1414274425,7),(1646,1459033226,4),(1647,-2147483648,1),(1647,-1686101632,3),(1647,-1182996000,2),(1647,-1178161200,3),(1647,-906861600,2),(1647,-904878000,5),(1647,-857257200,4),(1647,-844477200,5),(1647,-828237600,4),(1647,-812422800,3),(1647,-552362400,2),(1647,-541652400,3),(1647,166485604,6),(1647,186184804,7),(1647,198028805,6),(1647,213753605,7),(1647,228873606,6),(1647,244080006,7),(1647,260323207,6),(1647,275446807,3),(1647,291798008,2),(1647,307407608,3),(1647,323388009,2),(1647,338936409,3),(1647,354675609,8),(1647,370400410,9),(1647,386125210,8),(1647,401850011,9),(1647,417574811,8),(1647,433299612,9),(1647,449024412,8),(1647,465354012,9),(1647,481078812,8),(1647,496803613,9),(1647,512528413,8),(1647,528253213,9),(1647,543978013,8),(1647,559702813,9),(1647,575427614,8),(1647,591152414,9),(1647,606877214,8),(1647,622602014,9),(1647,638326815,8),(1647,654656415,9),(1647,670381216,8),(1647,686106016,9),(1647,701830816,8),(1647,717555617,9),(1647,733280417,8),(1647,749005218,9),(1647,764730018,8),(1647,780454819,9),(1647,796179619,8),(1647,811904419,9),(1647,828234020,8),(1647,846378020,9),(1647,859683620,8),(1647,877827621,9),(1647,891133221,8),(1647,909277221,9),(1647,922582822,8),(1647,941331622,9),(1647,954032422,8),(1647,972781222,9),(1647,985482022,8),(1647,1004230822,9),(1647,1017536422,8),(1647,1035680422,9),(1647,1048986022,8),(1647,1067130022,9),(1647,1080435622,8),(1647,1099184422,9),(1647,1111885222,8),(1647,1130634022,9),(1647,1143334823,8),(1647,1162083623,9),(1647,1174784423,8),(1647,1193533223,9),(1647,1206838823,8),(1647,1224982823,9),(1647,1238288424,8),(1647,1256432424,9),(1647,1269738024,8),(1647,1288486824,9),(1647,1301187624,8),(1647,1319936424,9),(1647,1332637224,8),(1647,1351386025,9),(1647,1364691625,8),(1647,1382835625,9),(1647,1396141225,8),(1647,1414285225,9),(1647,1427590825,8),(1647,1445734826,9),(1647,1459040426,8),(1647,1477789226,9),(1647,1490490027,8),(1647,1509238827,9),(1647,1521939627,8),(1647,1540688427,9),(1647,1553994027,8),(1647,1572138027,9),(1647,1585443627,8),(1647,1603587627,9),(1647,1616893227,8),(1647,1635642027,9),(1647,1648342827,8),(1647,1667091627,9),(1647,1679792427,8),(1647,1698541227,9),(1647,1711846827,8),(1647,1729990827,9),(1647,1743296427,8),(1647,1761440427,9),(1647,1774746027,8),(1647,1792890027,9),(1647,1806195627,8),(1647,1824944427,9),(1647,1837645227,8),(1647,1856394027,9),(1647,1869094827,8),(1647,1887843627,9),(1647,1901149227,8),(1647,1919293227,9),(1647,1932598827,8),(1647,1950742827,9),(1647,1964048427,8),(1647,1982797227,9),(1647,1995498027,8),(1647,2014246827,9),(1647,2026947627,8),(1647,2045696427,9),(1647,2058397227,8),(1647,2077146027,9),(1647,2090451627,8),(1647,2108595627,9),(1647,2121901227,8),(1647,2140045227,9),(1648,-2147483648,2),(1648,-1691964000,1),(1648,-1680472800,2),(1648,-1664143200,1),(1648,-1650146400,2),(1648,-1633903200,1),(1648,-1617487200,2),(1648,-1601848800,1),(1648,-1586037600,2),(1648,-1570399200,1),(1648,-1552168800,2),(1648,-1538344800,1),(1648,-1522533600,2),(1648,-1507500000,1),(1648,-1490565600,2),(1648,-1473631200,1),(1648,-1460930400,2),(1648,-1442786400,1),(1648,-1428876000,2),(1648,-1410732000,1),(1648,-1396216800,2),(1648,-1379282400,1),(1648,-1364767200,2),(1648,-1348437600,1),(1648,-1333317600,2),(1648,-1315778400,1),(1648,-1301263200,2),(1648,-1284328800,1),(1648,-1269813600,2),(1648,-1253484000,1),(1648,-1238364000,2),(1648,-1221429600,1),(1648,-1206914400,2),(1648,-1189980000,1),(1648,-1175464800,2),(1648,-1159135200,1),(1648,-1143410400,2),(1648,-1126476000,1),(1648,-1111960800,2),(1648,-1095631200,1),(1648,-1080511200,2),(1648,-1063576800,1),(1648,-1049061600,2),(1648,-1032127200,1),(1648,-1017612000,2),(1648,-1001282400,1),(1648,-986162400,2),(1648,-969228000,1),(1648,-950479200,2),(1648,-942012000,1),(1648,-904518000,3),(1648,-896050800,1),(1648,-875487600,3),(1648,-864601200,1),(1648,-844038000,3),(1648,-832546800,1),(1648,-812588400,3),(1648,-798073200,1),(1648,-781052400,3),(1648,-772066800,1),(1648,-764805600,2),(1648,-748476000,1),(1648,-733356000,2),(1648,-719445600,1),(1648,-717030000,3),(1648,-706748400,1),(1648,-699487200,2),(1648,-687996000,1),(1648,-668037600,2),(1648,-654732000,1),(1648,-636588000,2),(1648,-622072800,1),(1648,-605743200,2),(1648,-590623200,1),(1648,-574293600,2),(1648,-558568800,1),(1648,-542239200,2),(1648,-527119200,1),(1648,-512604000,2),(1648,-496274400,1),(1648,-481154400,2),(1648,-464220000,1),(1648,-449704800,2),(1648,-432165600,1),(1648,-417650400,2),(1648,-401320800,1),(1648,-386200800,2),(1648,-369266400,1),(1648,-354751200,2),(1648,-337816800,1),(1648,-323301600,2),(1648,-306972000,1),(1648,-291852000,2),(1648,-276732000,1),(1648,-257983200,2),(1648,-245282400,1),(1648,-226533600,2),(1648,-213228000,1),(1648,-195084000,2),(1648,-182383200,1),(1648,-163634400,2),(1648,-150933600,1),(1648,-132184800,2),(1648,-119484000,1),(1648,-100735200,2),(1648,-88034400,1),(1648,-68680800,2),(1648,-59004000,1),(1648,-37242000,4),(1648,57722400,6),(1648,69818400,1),(1648,89172001,2),(1648,101268002,1),(1648,120621602,2),(1648,132717603,1),(1648,152071203,2),(1648,164167204,1),(1648,183520804,2),(1648,196221605,1),(1648,214970405,2),(1648,227671206,1),(1648,246420006,2),(1648,259120807,1),(1648,278474407,2),(1648,290570408,1),(1648,309924008,2),(1648,322020009,1),(1648,341373609,2),(1648,354675609,5),(1648,372819610,6),(1648,386125210,5),(1648,404269211,6),(1648,417574811,5),(1648,435718812,6),(1648,449024412,5),(1648,467773212,6),(1648,481078812,5),(1648,499222813,6),(1648,512528413,5),(1648,530672413,6),(1648,543978013,5),(1648,562122013,6),(1648,575427614,5),(1648,593571614,6),(1648,606877214,5),(1648,625626014,6),(1648,638326815,5),(1648,657075615,6),(1648,670381216,5),(1648,688525216,6),(1648,701830816,5),(1648,719974817,6),(1648,733280417,5),(1648,751424418,6),(1648,764730018,5),(1648,782874019,6),(1648,796179619,5),(1648,814323619,6),(1648,820454420,7),(1648,828234020,5),(1648,846378020,6),(1648,859683620,5),(1648,877827621,6),(1648,891133221,5),(1648,909277221,6),(1648,922582822,5),(1648,941331622,6),(1648,954032422,5),(1648,972781222,6),(1648,985482022,5),(1648,1004230822,6),(1648,1017536422,5),(1648,1035680422,6),(1648,1048986022,5),(1648,1067130022,6),(1648,1080435622,5),(1648,1099184422,6),(1648,1111885222,5),(1648,1130634022,6),(1648,1143334823,5),(1648,1162083623,6),(1648,1174784423,5),(1648,1193533223,6),(1648,1206838823,5),(1648,1224982823,6),(1648,1238288424,5),(1648,1256432424,6),(1648,1269738024,5),(1648,1288486824,6),(1648,1301187624,5),(1648,1319936424,6),(1648,1332637224,5),(1648,1351386025,6),(1648,1364691625,5),(1648,1382835625,6),(1648,1396141225,5),(1648,1414285225,6),(1648,1427590825,5),(1648,1445734826,6),(1648,1459040426,5),(1648,1477789226,6),(1648,1490490027,5),(1648,1509238827,6),(1648,1521939627,5),(1648,1540688427,6),(1648,1553994027,5),(1648,1572138027,6),(1648,1585443627,5),(1648,1603587627,6),(1648,1616893227,5),(1648,1635642027,6),(1648,1648342827,5),(1648,1667091627,6),(1648,1679792427,5),(1648,1698541227,6),(1648,1711846827,5),(1648,1729990827,6),(1648,1743296427,5),(1648,1761440427,6),(1648,1774746027,5),(1648,1792890027,6),(1648,1806195627,5),(1648,1824944427,6),(1648,1837645227,5),(1648,1856394027,6),(1648,1869094827,5),(1648,1887843627,6),(1648,1901149227,5),(1648,1919293227,6),(1648,1932598827,5),(1648,1950742827,6),(1648,1964048427,5),(1648,1982797227,6),(1648,1995498027,5),(1648,2014246827,6),(1648,2026947627,5),(1648,2045696427,6),(1648,2058397227,5),(1648,2077146027,6),(1648,2090451627,5),(1648,2108595627,6),(1648,2121901227,5),(1648,2140045227,6),(1649,-2147483648,1),(1649,-905824800,4),(1649,-857257200,2),(1649,-844556400,3),(1649,-828226800,2),(1649,-812502000,3),(1649,-796777200,2),(1649,-788922000,1),(1649,-777942000,3),(1649,-766623600,2),(1649,407199611,1),(1649,417574811,5),(1649,433299612,6),(1649,449024412,5),(1649,465354012,6),(1649,481078812,5),(1649,496803613,6),(1649,512528413,5),(1649,528253213,6),(1649,543978013,5),(1649,559702813,6),(1649,575427614,5),(1649,591152414,6),(1649,606877214,5),(1649,622602014,6),(1649,638326815,5),(1649,654656415,6),(1649,670381216,5),(1649,686106016,6),(1649,701830816,5),(1649,717555617,6),(1649,733280417,5),(1649,749005218,6),(1649,764730018,5),(1649,780454819,6),(1649,796179619,5),(1649,811904419,6),(1649,828234020,5),(1649,846378020,6),(1649,859683620,5),(1649,877827621,6),(1649,891133221,5),(1649,909277221,6),(1649,922582822,5),(1649,941331622,6),(1649,954032422,5),(1649,972781222,6),(1649,985482022,5),(1649,1004230822,6),(1649,1017536422,5),(1649,1035680422,6),(1649,1048986022,5),(1649,1067130022,6),(1649,1080435622,5),(1649,1099184422,6),(1649,1111885222,5),(1649,1130634022,6),(1649,1143334823,5),(1649,1162083623,6),(1649,1174784423,5),(1649,1193533223,6),(1649,1206838823,5),(1649,1224982823,6),(1649,1238288424,5),(1649,1256432424,6),(1649,1269738024,5),(1649,1288486824,6),(1649,1301187624,5),(1649,1319936424,6),(1649,1332637224,5),(1649,1351386025,6),(1649,1364691625,5),(1649,1382835625,6),(1649,1396141225,5),(1649,1414285225,6),(1649,1427590825,5),(1649,1445734826,6),(1649,1459040426,5),(1649,1477789226,6),(1649,1490490027,5),(1649,1509238827,6),(1649,1521939627,5),(1649,1540688427,6),(1649,1553994027,5),(1649,1572138027,6),(1649,1585443627,5),(1649,1603587627,6),(1649,1616893227,5),(1649,1635642027,6),(1649,1648342827,5),(1649,1667091627,6),(1649,1679792427,5),(1649,1698541227,6),(1649,1711846827,5),(1649,1729990827,6),(1649,1743296427,5),(1649,1761440427,6),(1649,1774746027,5),(1649,1792890027,6),(1649,1806195627,5),(1649,1824944427,6),(1649,1837645227,5),(1649,1856394027,6),(1649,1869094827,5),(1649,1887843627,6),(1649,1901149227,5),(1649,1919293227,6),(1649,1932598827,5),(1649,1950742827,6),(1649,1964048427,5),(1649,1982797227,6),(1649,1995498027,5),(1649,2014246827,6),(1649,2026947627,5),(1649,2045696427,6),(1649,2058397227,5),(1649,2077146027,6),(1649,2090451627,5),(1649,2108595627,6),(1649,2121901227,5),(1649,2140045227,6),(1650,-2147483648,2),(1650,-1693706400,1),(1650,-1680483600,2),(1650,-1663455600,3),(1650,-1650150000,4),(1650,-1632006000,3),(1650,-1618700400,4),(1650,-938905200,3),(1650,-857257200,4),(1650,-844556400,3),(1650,-828226800,4),(1650,-812502000,3),(1650,-796777200,4),(1650,-781052400,3),(1650,-776563200,5),(1650,-765936000,1),(1650,-761180400,4),(1650,-757386000,2),(1650,-748479600,3),(1650,-733273200,4),(1650,-717631200,3),(1650,-714610800,6),(1650,-710380800,1),(1650,-701910000,4),(1650,-684975600,3),(1650,-670460400,4),(1650,-654130800,3),(1650,-639010800,4),(1650,315529208,2),(1650,323830809,7),(1650,338950809,8),(1650,354675609,7),(1650,370400410,8),(1650,386125210,7),(1650,401850011,8),(1650,417574811,7),(1650,433299612,8),(1650,449024412,7),(1650,465354012,8),(1650,481078812,7),(1650,496803613,8),(1650,512528413,7),(1650,528253213,8),(1650,543978013,7),(1650,559702813,8),(1650,575427614,7),(1650,591152414,8),(1650,606877214,7),(1650,622602014,8),(1650,638326815,7),(1650,654656415,8),(1650,670381216,7),(1650,686106016,8),(1650,701830816,7),(1650,717555617,8),(1650,733280417,7),(1650,749005218,8),(1650,764730018,7),(1650,780454819,8),(1650,796179619,7),(1650,811904419,8),(1650,828234020,7),(1650,846378020,8),(1650,859683620,7),(1650,877827621,8),(1650,891133221,7),(1650,909277221,8),(1650,922582822,7),(1650,941331622,8),(1650,954032422,7),(1650,972781222,8),(1650,985482022,7),(1650,1004230822,8),(1650,1017536422,7),(1650,1035680422,8),(1650,1048986022,7),(1650,1067130022,8),(1650,1080435622,7),(1650,1099184422,8),(1650,1111885222,7),(1650,1130634022,8),(1650,1143334823,7),(1650,1162083623,8),(1650,1174784423,7),(1650,1193533223,8),(1650,1206838823,7),(1650,1224982823,8),(1650,1238288424,7),(1650,1256432424,8),(1650,1269738024,7),(1650,1288486824,8),(1650,1301187624,7),(1650,1319936424,8),(1650,1332637224,7),(1650,1351386025,8),(1650,1364691625,7),(1650,1382835625,8),(1650,1396141225,7),(1650,1414285225,8),(1650,1427590825,7),(1650,1445734826,8),(1650,1459040426,7),(1650,1477789226,8),(1650,1490490027,7),(1650,1509238827,8),(1650,1521939627,7),(1650,1540688427,8),(1650,1553994027,7),(1650,1572138027,8),(1650,1585443627,7),(1650,1603587627,8),(1650,1616893227,7),(1650,1635642027,8),(1650,1648342827,7),(1650,1667091627,8),(1650,1679792427,7),(1650,1698541227,8),(1650,1711846827,7),(1650,1729990827,8),(1650,1743296427,7),(1650,1761440427,8),(1650,1774746027,7),(1650,1792890027,8),(1650,1806195627,7),(1650,1824944427,8),(1650,1837645227,7),(1650,1856394027,8),(1650,1869094827,7),(1650,1887843627,8),(1650,1901149227,7),(1650,1919293227,8),(1650,1932598827,7),(1650,1950742827,8),(1650,1964048427,7),(1650,1982797227,8),(1650,1995498027,7),(1650,2014246827,8),(1650,2026947627,7),(1650,2045696427,8),(1650,2058397227,7),(1650,2077146027,8),(1650,2090451627,7),(1650,2108595627,8),(1650,2121901227,7),(1650,2140045227,8),(1651,-2147483648,2),(1651,-1693706400,1),(1651,-1680483600,2),(1651,-1663455600,3),(1651,-1650150000,4),(1651,-1632006000,3),(1651,-1618700400,4),(1651,-938905200,3),(1651,-857257200,4),(1651,-844556400,3),(1651,-828226800,4),(1651,-812502000,3),(1651,-796777200,4),(1651,-781052400,3),(1651,-777866400,1),(1651,-765327600,4),(1651,-746578800,3),(1651,-733359600,4),(1651,-728517600,5),(1651,-721260000,2),(1651,-716425200,3),(1651,-701910000,4),(1651,-684975600,3),(1651,-670460400,4),(1651,-654217200,3),(1651,-639010800,4),(1651,283993207,2),(1651,291776408,6),(1651,307501208,7),(1651,323830809,6),(1651,338950809,7),(1651,354675609,6),(1651,370400410,7),(1651,386125210,6),(1651,401850011,7),(1651,417574811,6),(1651,433299612,7),(1651,449024412,6),(1651,465354012,7),(1651,481078812,6),(1651,496803613,7),(1651,512528413,6),(1651,528253213,7),(1651,543978013,6),(1651,559702813,7),(1651,575427614,6),(1651,591152414,7),(1651,606877214,6),(1651,622602014,7),(1651,638326815,6),(1651,654656415,7),(1651,670381216,6),(1651,686106016,7),(1651,701830816,6),(1651,717555617,7),(1651,733280417,6),(1651,749005218,7),(1651,764730018,6),(1651,780454819,7),(1651,796179619,6),(1651,811904419,7),(1651,828234020,6),(1651,846378020,7),(1651,859683620,6),(1651,877827621,7),(1651,891133221,6),(1651,909277221,7),(1651,922582822,6),(1651,941331622,7),(1651,954032422,6),(1651,972781222,7),(1651,985482022,6),(1651,1004230822,7),(1651,1017536422,6),(1651,1035680422,7),(1651,1048986022,6),(1651,1067130022,7),(1651,1080435622,6),(1651,1099184422,7),(1651,1111885222,6),(1651,1130634022,7),(1651,1143334823,6),(1651,1162083623,7),(1651,1174784423,6),(1651,1193533223,7),(1651,1206838823,6),(1651,1224982823,7),(1651,1238288424,6),(1651,1256432424,7),(1651,1269738024,6),(1651,1288486824,7),(1651,1301187624,6),(1651,1319936424,7),(1651,1332637224,6),(1651,1351386025,7),(1651,1364691625,6),(1651,1382835625,7),(1651,1396141225,6),(1651,1414285225,7),(1651,1427590825,6),(1651,1445734826,7),(1651,1459040426,6),(1651,1477789226,7),(1651,1490490027,6),(1651,1509238827,7),(1651,1521939627,6),(1651,1540688427,7),(1651,1553994027,6),(1651,1572138027,7),(1651,1585443627,6),(1651,1603587627,7),(1651,1616893227,6),(1651,1635642027,7),(1651,1648342827,6),(1651,1667091627,7),(1651,1679792427,6),(1651,1698541227,7),(1651,1711846827,6),(1651,1729990827,7),(1651,1743296427,6),(1651,1761440427,7),(1651,1774746027,6),(1651,1792890027,7),(1651,1806195627,6),(1651,1824944427,7),(1651,1837645227,6),(1651,1856394027,7),(1651,1869094827,6),(1651,1887843627,7),(1651,1901149227,6),(1651,1919293227,7),(1651,1932598827,6),(1651,1950742827,7),(1651,1964048427,6),(1651,1982797227,7),(1651,1995498027,6),(1651,2014246827,7),(1651,2026947627,6),(1651,2045696427,7),(1651,2058397227,6),(1651,2077146027,7),(1651,2090451627,6),(1651,2108595627,7),(1651,2121901227,6),(1651,2140045227,7),(1652,-2147483648,1),(1652,-1740355200,2),(1652,-1693702800,5),(1652,-1680483600,2),(1652,-1663455600,3),(1652,-1650150000,4),(1652,-1632006000,3),(1652,-1618700400,4),(1652,-1613826000,8),(1652,-1604278800,6),(1652,-1585530000,7),(1652,-1574038800,6),(1652,-1552266000,7),(1652,-1539997200,6),(1652,-1520557200,7),(1652,-1507510800,6),(1652,-1490576400,7),(1652,-1473642000,6),(1652,-1459126800,7),(1652,-1444006800,6),(1652,-1427677200,7),(1652,-1411952400,6),(1652,-1396227600,7),(1652,-1379293200,6),(1652,-1364778000,7),(1652,-1348448400,6),(1652,-1333328400,7),(1652,-1316394000,6),(1652,-1301263200,7),(1652,-1284328800,6),(1652,-1269813600,7),(1652,-1253484000,6),(1652,-1238364000,7),(1652,-1221429600,6),(1652,-1206914400,7),(1652,-1191189600,6),(1652,-1175464800,7),(1652,-1160344800,6),(1652,-1143410400,7),(1652,-1127685600,6),(1652,-1111960800,7),(1652,-1096840800,6),(1652,-1080511200,7),(1652,-1063576800,6),(1652,-1049061600,7),(1652,-1033336800,6),(1652,-1017612000,7),(1652,-1002492000,6),(1652,-986162400,7),(1652,-969228000,6),(1652,-950479200,7),(1652,-942012000,6),(1652,-934668000,3),(1652,-857257200,4),(1652,-844556400,3),(1652,-828226800,4),(1652,-812502000,3),(1652,-799293600,5),(1652,-798073200,4),(1652,-781052400,3),(1652,-766623600,4),(1652,-745455600,3),(1652,-733273200,4),(1652,220921205,2),(1652,228877206,9),(1652,243997206,10),(1652,260326807,9),(1652,276051607,10),(1652,291776408,9),(1652,307501208,10),(1652,323830809,9),(1652,338950809,10),(1652,354675609,9),(1652,370400410,10),(1652,386125210,9),(1652,401850011,10),(1652,417574811,9),(1652,433299612,10),(1652,449024412,9),(1652,465354012,10),(1652,481078812,9),(1652,496803613,10),(1652,512528413,9),(1652,528253213,10),(1652,543978013,9),(1652,559702813,10),(1652,575427614,9),(1652,591152414,10),(1652,606877214,9),(1652,622602014,10),(1652,638326815,9),(1652,654656415,10),(1652,670381216,9),(1652,686106016,10),(1652,701830816,9),(1652,717555617,10),(1652,733280417,9),(1652,749005218,10),(1652,764730018,9),(1652,780454819,10),(1652,796179619,9),(1652,811904419,10),(1652,828234020,9),(1652,846378020,10),(1652,859683620,9),(1652,877827621,10),(1652,891133221,9),(1652,909277221,10),(1652,922582822,9),(1652,941331622,10),(1652,954032422,9),(1652,972781222,10),(1652,985482022,9),(1652,1004230822,10),(1652,1017536422,9),(1652,1035680422,10),(1652,1048986022,9),(1652,1067130022,10),(1652,1080435622,9),(1652,1099184422,10),(1652,1111885222,9),(1652,1130634022,10),(1652,1143334823,9),(1652,1162083623,10),(1652,1174784423,9),(1652,1193533223,10),(1652,1206838823,9),(1652,1224982823,10),(1652,1238288424,9),(1652,1256432424,10),(1652,1269738024,9),(1652,1288486824,10),(1652,1301187624,9),(1652,1319936424,10),(1652,1332637224,9),(1652,1351386025,10),(1652,1364691625,9),(1652,1382835625,10),(1652,1396141225,9),(1652,1414285225,10),(1652,1427590825,9),(1652,1445734826,10),(1652,1459040426,9),(1652,1477789226,10),(1652,1490490027,9),(1652,1509238827,10),(1652,1521939627,9),(1652,1540688427,10),(1652,1553994027,9),(1652,1572138027,10),(1652,1585443627,9),(1652,1603587627,10),(1652,1616893227,9),(1652,1635642027,10),(1652,1648342827,9),(1652,1667091627,10),(1652,1679792427,9),(1652,1698541227,10),(1652,1711846827,9),(1652,1729990827,10),(1652,1743296427,9),(1652,1761440427,10),(1652,1774746027,9),(1652,1792890027,10),(1652,1806195627,9),(1652,1824944427,10),(1652,1837645227,9),(1652,1856394027,10),(1652,1869094827,9),(1652,1887843627,10),(1652,1901149227,9),(1652,1919293227,10),(1652,1932598827,9),(1652,1950742827,10),(1652,1964048427,9),(1652,1982797227,10),(1652,1995498027,9),(1652,2014246827,10),(1652,2026947627,9),(1652,2045696427,10),(1652,2058397227,9),(1652,2077146027,10),(1652,2090451627,9),(1652,2108595627,10),(1652,2121901227,9),(1652,2140045227,10),(1653,-2147483648,1),(1653,-1213148664,5),(1653,-1187056800,2),(1653,-1175479200,3),(1653,-1159754400,2),(1653,-1144029600,3),(1653,-1127700000,2),(1653,-1111975200,3),(1653,-1096250400,2),(1653,-1080525600,3),(1653,-1064800800,2),(1653,-1049076000,3),(1653,-1033351200,2),(1653,-1017626400,3),(1653,-1001901600,2),(1653,-986176800,3),(1653,-970452000,2),(1653,-954727200,3),(1653,296604008,4),(1653,307486808,5),(1653,323816409,4),(1653,338940009,5),(1653,354672009,2),(1653,370396810,3),(1653,386121610,2),(1653,401846411,3),(1653,417571211,2),(1653,433296012,3),(1653,449020812,2),(1653,465350412,3),(1653,481075212,2),(1653,496800013,3),(1653,512524813,2),(1653,528249613,3),(1653,543974413,2),(1653,559699213,3),(1653,575424014,2),(1653,591148814,3),(1653,606873614,2),(1653,622598414,3),(1653,638323215,2),(1653,654652815,3),(1653,662680815,5),(1653,670370416,2),(1653,686095216,3),(1653,701820016,2),(1653,717544817,3),(1653,733269617,2),(1653,748994418,3),(1653,757375218,5),(1653,764719218,4),(1653,780440419,5),(1653,796168819,4),(1653,811890019,5),(1653,828223220,4),(1653,846363620,5),(1653,859683620,6),(1653,877827621,7),(1653,891133221,6),(1653,909277221,7),(1653,922582822,6),(1653,941331622,7),(1653,954032422,6),(1653,972781222,7),(1653,985482022,6),(1653,1004230822,7),(1653,1017536422,6),(1653,1035680422,7),(1653,1048986022,6),(1653,1067130022,7),(1653,1080435622,6),(1653,1099184422,7),(1653,1111885222,6),(1653,1130634022,7),(1653,1143334823,6),(1653,1162083623,7),(1653,1174784423,6),(1653,1193533223,7),(1653,1206838823,6),(1653,1224982823,7),(1653,1238288424,6),(1653,1256432424,7),(1653,1269738024,6),(1653,1288486824,7),(1653,1301187624,6),(1653,1319936424,7),(1653,1332637224,6),(1653,1351386025,7),(1653,1364691625,6),(1653,1382835625,7),(1653,1396141225,6),(1653,1414285225,7),(1653,1427590825,6),(1653,1445734826,7),(1653,1459040426,6),(1653,1477789226,7),(1653,1490490027,6),(1653,1509238827,7),(1653,1521939627,6),(1653,1540688427,7),(1653,1553994027,6),(1653,1572138027,7),(1653,1585443627,6),(1653,1603587627,7),(1653,1616893227,6),(1653,1635642027,7),(1653,1648342827,6),(1653,1667091627,7),(1653,1679792427,6),(1653,1698541227,7),(1653,1711846827,6),(1653,1729990827,7),(1653,1743296427,6),(1653,1761440427,7),(1653,1774746027,6),(1653,1792890027,7),(1653,1806195627,6),(1653,1824944427,7),(1653,1837645227,6),(1653,1856394027,7),(1653,1869094827,6),(1653,1887843627,7),(1653,1901149227,6),(1653,1919293227,7),(1653,1932598827,6),(1653,1950742827,7),(1653,1964048427,6),(1653,1982797227,7),(1653,1995498027,6),(1653,2014246827,7),(1653,2026947627,6),(1653,2045696427,7),(1653,2058397227,6),(1653,2077146027,7),(1653,2090451627,6),(1653,2108595627,7),(1653,2121901227,6),(1653,2140045227,7),(1654,-2147483648,2),(1654,-1693706400,1),(1654,-1680483600,2),(1654,-1663455600,3),(1654,-1650150000,4),(1654,-1640998800,2),(1654,-1632006000,1),(1654,-1618700400,2),(1654,-1600470000,1),(1654,-1587250800,2),(1654,-1569711600,1),(1654,-1555196400,2),(1654,-906775200,1),(1654,-857257200,4),(1654,-844556400,3),(1654,-828226800,4),(1654,-812502000,3),(1654,-796777200,4),(1654,-788922000,2),(1654,-778471200,1),(1654,-762656400,2),(1654,-749689200,3),(1654,-733276800,2),(1654,-717634800,3),(1654,-701910000,4),(1654,-686185200,3),(1654,-670460400,4),(1654,-654130800,3),(1654,-639010800,4),(1654,-492656400,1),(1654,-481168800,2),(1654,-461199600,1),(1654,-449708400,2),(1654,-428540400,1),(1654,-418258800,2),(1654,-397090800,1),(1654,-386809200,2),(1654,323823609,1),(1654,338943609,2),(1654,354668409,1),(1654,370393210,2),(1654,386118010,1),(1654,401842811,2),(1654,417567611,1),(1654,433292412,2),(1654,449024412,5),(1654,465354012,6),(1654,481078812,5),(1654,496803613,6),(1654,512528413,5),(1654,528253213,6),(1654,543978013,5),(1654,559702813,6),(1654,575427614,5),(1654,591152414,6),(1654,606877214,5),(1654,622602014,6),(1654,638326815,5),(1654,654656415,6),(1654,670381216,5),(1654,686106016,6),(1654,701830816,5),(1654,717555617,6),(1654,733280417,5),(1654,749005218,6),(1654,764730018,5),(1654,780454819,6),(1654,796179619,5),(1654,811904419,6),(1654,828234020,5),(1654,846378020,6),(1654,859683620,5),(1654,877827621,6),(1654,891133221,5),(1654,909277221,6),(1654,922582822,5),(1654,941331622,6),(1654,954032422,5),(1654,972781222,6),(1654,985482022,5),(1654,1004230822,6),(1654,1017536422,5),(1654,1035680422,6),(1654,1048986022,5),(1654,1067130022,6),(1654,1080435622,5),(1654,1099184422,6),(1654,1111885222,5),(1654,1130634022,6),(1654,1143334823,5),(1654,1162083623,6),(1654,1174784423,5),(1654,1193533223,6),(1654,1206838823,5),(1654,1224982823,6),(1654,1238288424,5),(1654,1256432424,6),(1654,1269738024,5),(1654,1288486824,6),(1654,1301187624,5),(1654,1319936424,6),(1654,1332637224,5),(1654,1351386025,6),(1654,1364691625,5),(1654,1382835625,6),(1654,1396141225,5),(1654,1414285225,6),(1654,1427590825,5),(1654,1445734826,6),(1654,1459040426,5),(1654,1477789226,6),(1654,1490490027,5),(1654,1509238827,6),(1654,1521939627,5),(1654,1540688427,6),(1654,1553994027,5),(1654,1572138027,6),(1654,1585443627,5),(1654,1603587627,6),(1654,1616893227,5),(1654,1635642027,6),(1654,1648342827,5),(1654,1667091627,6),(1654,1679792427,5),(1654,1698541227,6),(1654,1711846827,5),(1654,1729990827,6),(1654,1743296427,5),(1654,1761440427,6),(1654,1774746027,5),(1654,1792890027,6),(1654,1806195627,5),(1654,1824944427,6),(1654,1837645227,5),(1654,1856394027,6),(1654,1869094827,5),(1654,1887843627,6),(1654,1901149227,5),(1654,1919293227,6),(1654,1932598827,5),(1654,1950742827,6),(1654,1964048427,5),(1654,1982797227,6),(1654,1995498027,5),(1654,2014246827,6),(1654,2026947627,5),(1654,2045696427,6),(1654,2058397227,5),(1654,2077146027,6),(1654,2090451627,5),(1654,2108595627,6),(1654,2121901227,5),(1654,2140045227,6),(1655,-2147483648,2),(1655,-904435200,1),(1655,-891129600,2),(1655,-872985600,1),(1655,-859680000,2),(1655,354675609,3),(1655,370400410,4),(1655,386125210,3),(1655,401850011,4),(1655,417574811,3),(1655,433299612,4),(1655,449024412,3),(1655,465354012,4),(1655,481078812,3),(1655,496803613,4),(1655,512528413,3),(1655,528253213,4),(1655,543978013,3),(1655,559702813,4),(1655,575427614,3),(1655,591152414,4),(1655,606877214,3),(1655,622602014,4),(1655,638326815,3),(1655,654656415,4),(1655,670381216,3),(1655,686106016,4),(1655,701830816,3),(1655,717555617,4),(1655,733280417,3),(1655,749005218,4),(1655,764730018,3),(1655,780454819,4),(1655,796179619,3),(1655,811904419,4),(1655,828234020,3),(1655,846378020,4),(1655,859683620,3),(1655,877827621,4),(1655,891133221,3),(1655,909277221,4),(1655,922582822,3),(1655,941331622,4),(1655,954032422,3),(1655,972781222,4),(1655,985482022,3),(1655,1004230822,4),(1655,1017536422,3),(1655,1035680422,4),(1655,1048986022,3),(1655,1067130022,4),(1655,1080435622,3),(1655,1099184422,4),(1655,1111885222,3),(1655,1130634022,4),(1655,1143334823,3),(1655,1162083623,4),(1655,1174784423,3),(1655,1193533223,4),(1655,1206838823,3),(1655,1224982823,4),(1655,1238288424,3),(1655,1256432424,4),(1655,1269738024,3),(1655,1288486824,4),(1655,1301187624,3),(1655,1319936424,4),(1655,1332637224,3),(1655,1351386025,4),(1655,1364691625,3),(1655,1382835625,4),(1655,1396141225,3),(1655,1414285225,4),(1655,1427590825,3),(1655,1445734826,4),(1655,1459040426,3),(1655,1477789226,4),(1655,1490490027,3),(1655,1509238827,4),(1655,1521939627,3),(1655,1540688427,4),(1655,1553994027,3),(1655,1572138027,4),(1655,1585443627,3),(1655,1603587627,4),(1655,1616893227,3),(1655,1635642027,4),(1655,1648342827,3),(1655,1667091627,4),(1655,1679792427,3),(1655,1698541227,4),(1655,1711846827,3),(1655,1729990827,4),(1655,1743296427,3),(1655,1761440427,4),(1655,1774746027,3),(1655,1792890027,4),(1655,1806195627,3),(1655,1824944427,4),(1655,1837645227,3),(1655,1856394027,4),(1655,1869094827,3),(1655,1887843627,4),(1655,1901149227,3),(1655,1919293227,4),(1655,1932598827,3),(1655,1950742827,4),(1655,1964048427,3),(1655,1982797227,4),(1655,1995498027,3),(1655,2014246827,4),(1655,2026947627,3),(1655,2045696427,4),(1655,2058397227,3),(1655,2077146027,4),(1655,2090451627,3),(1655,2108595627,4),(1655,2121901227,3),(1655,2140045227,4),(1656,-2147483648,1),(1656,-1637114100,2),(1656,-1213148664,5),(1656,-1187056800,3),(1656,-1175479200,4),(1656,-1159754400,3),(1656,-1144029600,4),(1656,-1127700000,3),(1656,-1111975200,4),(1656,-1096250400,3),(1656,-1080525600,4),(1656,-1064800800,3),(1656,-1049076000,4),(1656,-1033351200,3),(1656,-1017626400,4),(1656,-1001901600,3),(1656,-986176800,4),(1656,-970452000,3),(1656,-954727200,4),(1656,-927165600,6),(1656,-898138800,9),(1656,-857257200,7),(1656,-844556400,8),(1656,-828226800,7),(1656,-812502000,8),(1656,-800157600,11),(1656,354920409,10),(1656,370728010,11),(1656,386456410,10),(1656,402264011,11),(1656,417992411,10),(1656,433800012,11),(1656,449614812,10),(1656,465346812,12),(1656,481071612,13),(1656,496796413,12),(1656,512521213,13),(1656,528246013,12),(1656,543970813,13),(1656,559695613,12),(1656,575420414,13),(1656,591145214,12),(1656,606870014,13),(1656,622594814,12),(1656,638319615,13),(1656,641944815,6),(1656,654652815,4),(1656,670377616,3),(1656,686102416,4),(1656,694216816,5),(1656,701820016,6),(1656,717541217,5),(1656,733269617,6),(1656,748990818,5),(1656,764719218,6),(1656,780440419,5),(1656,796168819,6),(1656,811890019,5),(1656,828223220,6),(1656,846363620,5),(1656,859680020,6),(1656,877824021,5),(1656,891129621,6),(1656,909273621,5),(1656,922579222,6),(1656,941328022,5),(1656,954028822,6),(1656,972777622,5),(1656,985478422,6),(1656,1004227222,5),(1656,1017532822,6),(1656,1035676822,5),(1656,1048982422,6),(1656,1067126422,5),(1656,1080432022,6),(1656,1099180822,5),(1656,1111881622,6),(1656,1130630422,5),(1656,1143331223,6),(1656,1162080023,5),(1656,1174780823,6),(1656,1193529623,5),(1656,1206835223,6),(1656,1224979223,5),(1656,1238284824,6),(1656,1256428824,5),(1656,1269734424,6),(1656,1288483224,5),(1656,1301184024,6),(1656,1319932824,5),(1656,1332633624,6),(1656,1351382425,5),(1656,1364688025,6),(1656,1382832025,5),(1656,1396137625,6),(1656,1414281625,5),(1656,1427587225,6),(1656,1445731226,5),(1656,1459036826,6),(1656,1477785626,5),(1656,1490486427,6),(1656,1509235227,5),(1656,1521936027,6),(1656,1540684827,5),(1656,1553990427,6),(1656,1572134427,5),(1656,1585440027,6),(1656,1603584027,5),(1656,1616889627,6),(1656,1635638427,5),(1656,1648339227,6),(1656,1667088027,5),(1656,1679788827,6),(1656,1698537627,5),(1656,1711843227,6),(1656,1729987227,5),(1656,1743292827,6),(1656,1761436827,5),(1656,1774742427,6),(1656,1792886427,5),(1656,1806192027,6),(1656,1824940827,5),(1656,1837641627,6),(1656,1856390427,5),(1656,1869091227,6),(1656,1887840027,5),(1656,1901145627,6),(1656,1919289627,5),(1656,1932595227,6),(1656,1950739227,5),(1656,1964044827,6),(1656,1982793627,5),(1656,1995494427,6),(1656,2014243227,5),(1656,2026944027,6),(1656,2045692827,5),(1656,2058393627,6),(1656,2077142427,5),(1656,2090448027,6),(1656,2108592027,5),(1656,2121897627,6),(1656,2140041627,5),(1657,-2147483648,2),(1657,-1692496800,1),(1657,-1680490800,2),(1657,-935110800,1),(1657,-857257200,3),(1657,-844556400,4),(1657,-828226800,3),(1657,-812502000,4),(1657,-796777200,3),(1657,-781052400,4),(1657,-769388400,3),(1657,-747010800,4),(1657,-736383600,3),(1657,-715215600,4),(1657,-706748400,3),(1657,-683161200,4),(1657,-675298800,3),(1657,315529208,2),(1657,323830809,5),(1657,338950809,6),(1657,354675609,5),(1657,370400410,6),(1657,386125210,5),(1657,401850011,6),(1657,417574811,5),(1657,433299612,6),(1657,449024412,5),(1657,465354012,6),(1657,481078812,5),(1657,496803613,6),(1657,512528413,5),(1657,528253213,6),(1657,543978013,5),(1657,559702813,6),(1657,575427614,5),(1657,591152414,6),(1657,606877214,5),(1657,622602014,6),(1657,638326815,5),(1657,654656415,6),(1657,670381216,5),(1657,686106016,6),(1657,701830816,5),(1657,717555617,6),(1657,733280417,5),(1657,749005218,6),(1657,764730018,5),(1657,780454819,6),(1657,796179619,5),(1657,811904419,6),(1657,828234020,5),(1657,846378020,6),(1657,859683620,5),(1657,877827621,6),(1657,891133221,5),(1657,909277221,6),(1657,922582822,5),(1657,941331622,6),(1657,954032422,5),(1657,972781222,6),(1657,985482022,5),(1657,1004230822,6),(1657,1017536422,5),(1657,1035680422,6),(1657,1048986022,5),(1657,1067130022,6),(1657,1080435622,5),(1657,1099184422,6),(1657,1111885222,5),(1657,1130634022,6),(1657,1143334823,5),(1657,1162083623,6),(1657,1174784423,5),(1657,1193533223,6),(1657,1206838823,5),(1657,1224982823,6),(1657,1238288424,5),(1657,1256432424,6),(1657,1269738024,5),(1657,1288486824,6),(1657,1301187624,5),(1657,1319936424,6),(1657,1332637224,5),(1657,1351386025,6),(1657,1364691625,5),(1657,1382835625,6),(1657,1396141225,5),(1657,1414285225,6),(1657,1427590825,5),(1657,1445734826,6),(1657,1459040426,5),(1657,1477789226,6),(1657,1490490027,5),(1657,1509238827,6),(1657,1521939627,5),(1657,1540688427,6),(1657,1553994027,5),(1657,1572138027,6),(1657,1585443627,5),(1657,1603587627,6),(1657,1616893227,5),(1657,1635642027,6),(1657,1648342827,5),(1657,1667091627,6),(1657,1679792427,5),(1657,1698541227,6),(1657,1711846827,5),(1657,1729990827,6),(1657,1743296427,5),(1657,1761440427,6),(1657,1774746027,5),(1657,1792890027,6),(1657,1806195627,5),(1657,1824944427,6),(1657,1837645227,5),(1657,1856394027,6),(1657,1869094827,5),(1657,1887843627,6),(1657,1901149227,5),(1657,1919293227,6),(1657,1932598827,5),(1657,1950742827,6),(1657,1964048427,5),(1657,1982797227,6),(1657,1995498027,5),(1657,2014246827,6),(1657,2026947627,5),(1657,2045696427,6),(1657,2058397227,5),(1657,2077146027,6),(1657,2090451627,5),(1657,2108595627,6),(1657,2121901227,5),(1657,2140045227,6),(1658,-2147483648,1),(1658,-1691962479,2),(1658,-1680471279,4),(1658,-1664143200,3),(1658,-1650146400,4),(1658,-1633903200,3),(1658,-1617487200,4),(1658,-1601848800,3),(1658,-1586037600,4),(1658,-1570399200,3),(1658,-1552168800,4),(1658,-1538344800,3),(1658,-1522533600,4),(1658,-1517011200,6),(1658,-1507500000,5),(1658,-1490565600,4),(1658,-1473631200,5),(1658,-1460930400,4),(1658,-1442786400,5),(1658,-1428876000,4),(1658,-1410732000,5),(1658,-1396216800,4),(1658,-1379282400,5),(1658,-1364767200,4),(1658,-1348437600,5),(1658,-1333317600,4),(1658,-1315778400,5),(1658,-1301263200,4),(1658,-1284328800,5),(1658,-1269813600,4),(1658,-1253484000,5),(1658,-1238364000,4),(1658,-1221429600,5),(1658,-1206914400,4),(1658,-1189980000,5),(1658,-1175464800,4),(1658,-1159135200,5),(1658,-1143410400,4),(1658,-1126476000,5),(1658,-1111960800,4),(1658,-1095631200,5),(1658,-1080511200,4),(1658,-1063576800,5),(1658,-1049061600,4),(1658,-1032127200,5),(1658,-1017612000,4),(1658,-1001282400,5),(1658,-986162400,4),(1658,-969228000,5),(1658,-950479200,4),(1658,-942012000,5),(1658,-733356000,4),(1658,-719445600,5),(1658,-699487200,4),(1658,-684972000,5),(1658,-668037600,4),(1658,-654732000,5),(1658,-636588000,4),(1658,-622072800,5),(1658,-605743200,4),(1658,-590623200,5),(1658,-574293600,4),(1658,-558568800,5),(1658,-542239200,4),(1658,-527119200,5),(1658,-512604000,4),(1658,-496274400,5),(1658,-481154400,4),(1658,-464220000,5),(1658,-449704800,4),(1658,-432165600,5),(1658,-417650400,4),(1658,-401320800,5),(1658,-386200800,4),(1658,-369266400,5),(1658,-354751200,4),(1658,-337816800,5),(1658,-323301600,4),(1658,-306972000,5),(1658,-291852000,4),(1658,-276732000,5),(1658,-257983200,4),(1658,-245282400,5),(1658,-226533600,4),(1658,-213228000,5),(1658,-195084000,4),(1658,-182383200,5),(1658,-163634400,4),(1658,-150933600,5),(1658,-132184800,4),(1658,-119484000,5),(1658,-100735200,4),(1658,-88034400,5),(1658,-68680800,4),(1658,-59004000,5),(1658,-37242000,9),(1658,57722400,7),(1658,69818400,8),(1658,89172001,7),(1658,101268002,8),(1658,120621602,7),(1658,132717603,8),(1658,152071203,7),(1658,164167204,8),(1658,183520804,7),(1658,196221605,8),(1658,214970405,7),(1658,227671206,8),(1658,246420006,7),(1658,259120807,8),(1658,278474407,7),(1658,290570408,8),(1658,309924008,7),(1658,322020009,8),(1658,341373609,7),(1658,354675609,8),(1658,372819610,7),(1658,386125210,8),(1658,404269211,7),(1658,417574811,8),(1658,435718812,7),(1658,449024412,8),(1658,467773212,7),(1658,481078812,8),(1658,499222813,7),(1658,512528413,8),(1658,530672413,7),(1658,543978013,8),(1658,562122013,7),(1658,575427614,8),(1658,593571614,7),(1658,606877214,8),(1658,625626014,7),(1658,638326815,8),(1658,657075615,7),(1658,670381216,8),(1658,688525216,7),(1658,701830816,8),(1658,719974817,7),(1658,733280417,8),(1658,751424418,7),(1658,764730018,8),(1658,782874019,7),(1658,796179619,8),(1658,814323619,7),(1658,828234020,8),(1658,846378020,7),(1658,859683620,8),(1658,877827621,7),(1658,891133221,8),(1658,909277221,7),(1658,922582822,8),(1658,941331622,7),(1658,954032422,8),(1658,972781222,7),(1658,985482022,8),(1658,1004230822,7),(1658,1017536422,8),(1658,1035680422,7),(1658,1048986022,8),(1658,1067130022,7),(1658,1080435622,8),(1658,1099184422,7),(1658,1111885222,8),(1658,1130634022,7),(1658,1143334823,8),(1658,1162083623,7),(1658,1174784423,8),(1658,1193533223,7),(1658,1206838823,8),(1658,1224982823,7),(1658,1238288424,8),(1658,1256432424,7),(1658,1269738024,8),(1658,1288486824,7),(1658,1301187624,8),(1658,1319936424,7),(1658,1332637224,8),(1658,1351386025,7),(1658,1364691625,8),(1658,1382835625,7),(1658,1396141225,8),(1658,1414285225,7),(1658,1427590825,8),(1658,1445734826,7),(1658,1459040426,8),(1658,1477789226,7),(1658,1490490027,8),(1658,1509238827,7),(1658,1521939627,8),(1658,1540688427,7),(1658,1553994027,8),(1658,1572138027,7),(1658,1585443627,8),(1658,1603587627,7),(1658,1616893227,8),(1658,1635642027,7),(1658,1648342827,8),(1658,1667091627,7),(1658,1679792427,8),(1658,1698541227,7),(1658,1711846827,8),(1658,1729990827,7),(1658,1743296427,8),(1658,1761440427,7),(1658,1774746027,8),(1658,1792890027,7),(1658,1806195627,8),(1658,1824944427,7),(1658,1837645227,8),(1658,1856394027,7),(1658,1869094827,8),(1658,1887843627,7),(1658,1901149227,8),(1658,1919293227,7),(1658,1932598827,8),(1658,1950742827,7),(1658,1964048427,8),(1658,1982797227,7),(1658,1995498027,8),(1658,2014246827,7),(1658,2026947627,8),(1658,2045696427,7),(1658,2058397227,8),(1658,2077146027,7),(1658,2090451627,8),(1658,2108595627,7),(1658,2121901227,8),(1658,2140045227,7),(1659,-2147483648,2),(1659,-1691964000,1),(1659,-1680472800,2),(1659,-1664143200,1),(1659,-1650146400,2),(1659,-1633903200,1),(1659,-1617487200,2),(1659,-1601848800,1),(1659,-1586037600,2),(1659,-1570399200,1),(1659,-1552168800,2),(1659,-1538344800,1),(1659,-1522533600,2),(1659,-1507500000,1),(1659,-1490565600,2),(1659,-1473631200,1),(1659,-1460930400,2),(1659,-1442786400,1),(1659,-1428876000,2),(1659,-1410732000,1),(1659,-1396216800,2),(1659,-1379282400,1),(1659,-1364767200,2),(1659,-1348437600,1),(1659,-1333317600,2),(1659,-1315778400,1),(1659,-1301263200,2),(1659,-1284328800,1),(1659,-1269813600,2),(1659,-1253484000,1),(1659,-1238364000,2),(1659,-1221429600,1),(1659,-1206914400,2),(1659,-1189980000,1),(1659,-1175464800,2),(1659,-1159135200,1),(1659,-1143410400,2),(1659,-1126476000,1),(1659,-1111960800,2),(1659,-1095631200,1),(1659,-1080511200,2),(1659,-1063576800,1),(1659,-1049061600,2),(1659,-1032127200,1),(1659,-1017612000,2),(1659,-1001282400,1),(1659,-986162400,2),(1659,-969228000,1),(1659,-950479200,2),(1659,-942012000,1),(1659,-904518000,3),(1659,-896050800,1),(1659,-875487600,3),(1659,-864601200,1),(1659,-844038000,3),(1659,-832546800,1),(1659,-812588400,3),(1659,-798073200,1),(1659,-781052400,3),(1659,-772066800,1),(1659,-764805600,2),(1659,-748476000,1),(1659,-733356000,2),(1659,-719445600,1),(1659,-717030000,3),(1659,-706748400,1),(1659,-699487200,2),(1659,-687996000,1),(1659,-668037600,2),(1659,-654732000,1),(1659,-636588000,2),(1659,-622072800,1),(1659,-605743200,2),(1659,-590623200,1),(1659,-574293600,2),(1659,-558568800,1),(1659,-542239200,2),(1659,-527119200,1),(1659,-512604000,2),(1659,-496274400,1),(1659,-481154400,2),(1659,-464220000,1),(1659,-449704800,2),(1659,-432165600,1),(1659,-417650400,2),(1659,-401320800,4),(1659,386125210,5),(1659,401850011,6),(1659,417574811,5),(1659,433299612,6),(1659,449024412,5),(1659,465354012,6),(1659,481078812,5),(1659,496803613,6),(1659,512528413,5),(1659,528253213,6),(1659,543978013,5),(1659,559702813,6),(1659,575427614,5),(1659,591152414,6),(1659,606877214,5),(1659,622602014,6),(1659,638326815,5),(1659,654656415,6),(1659,670381216,5),(1659,686106016,6),(1659,701830816,5),(1659,717555617,6),(1659,733280417,5),(1659,749005218,6),(1659,764730018,5),(1659,780454819,6),(1659,796179619,5),(1659,811904419,6),(1659,828234020,5),(1659,846378020,6),(1659,859683620,5),(1659,877827621,6),(1659,891133221,5),(1659,909277221,6),(1659,922582822,5),(1659,941331622,6),(1659,954032422,5),(1659,972781222,6),(1659,985482022,5),(1659,1004230822,6),(1659,1017536422,5),(1659,1035680422,6),(1659,1048986022,5),(1659,1067130022,6),(1659,1080435622,5),(1659,1099184422,6),(1659,1111885222,5),(1659,1130634022,6),(1659,1143334823,5),(1659,1162083623,6),(1659,1174784423,5),(1659,1193533223,6),(1659,1206838823,5),(1659,1224982823,6),(1659,1238288424,5),(1659,1256432424,6),(1659,1269738024,5),(1659,1288486824,6),(1659,1301187624,5),(1659,1319936424,6),(1659,1332637224,5),(1659,1351386025,6),(1659,1364691625,5),(1659,1382835625,6),(1659,1396141225,5),(1659,1414285225,6),(1659,1427590825,5),(1659,1445734826,6),(1659,1459040426,5),(1659,1477789226,6),(1659,1490490027,5),(1659,1509238827,6),(1659,1521939627,5),(1659,1540688427,6),(1659,1553994027,5),(1659,1572138027,6),(1659,1585443627,5),(1659,1603587627,6),(1659,1616893227,5),(1659,1635642027,6),(1659,1648342827,5),(1659,1667091627,6),(1659,1679792427,5),(1659,1698541227,6),(1659,1711846827,5),(1659,1729990827,6),(1659,1743296427,5),(1659,1761440427,6),(1659,1774746027,5),(1659,1792890027,6),(1659,1806195627,5),(1659,1824944427,6),(1659,1837645227,5),(1659,1856394027,6),(1659,1869094827,5),(1659,1887843627,6),(1659,1901149227,5),(1659,1919293227,6),(1659,1932598827,5),(1659,1950742827,6),(1659,1964048427,5),(1659,1982797227,6),(1659,1995498027,5),(1659,2014246827,6),(1659,2026947627,5),(1659,2045696427,6),(1659,2058397227,5),(1659,2077146027,6),(1659,2090451627,5),(1659,2108595627,6),(1659,2121901227,5),(1659,2140045227,6),(1660,-2147483648,2),(1660,-1691964000,1),(1660,-1680472800,2),(1660,-1664143200,1),(1660,-1650146400,2),(1660,-1633903200,1),(1660,-1617487200,2),(1660,-1601848800,1),(1660,-1586037600,2),(1660,-1570399200,1),(1660,-1552168800,2),(1660,-1538344800,1),(1660,-1522533600,2),(1660,-1507500000,1),(1660,-1490565600,2),(1660,-1473631200,1),(1660,-1460930400,2),(1660,-1442786400,1),(1660,-1428876000,2),(1660,-1410732000,1),(1660,-1396216800,2),(1660,-1379282400,1),(1660,-1364767200,2),(1660,-1348437600,1),(1660,-1333317600,2),(1660,-1315778400,1),(1660,-1301263200,2),(1660,-1284328800,1),(1660,-1269813600,2),(1660,-1253484000,1),(1660,-1238364000,2),(1660,-1221429600,1),(1660,-1206914400,2),(1660,-1189980000,1),(1660,-1175464800,2),(1660,-1159135200,1),(1660,-1143410400,2),(1660,-1126476000,1),(1660,-1111960800,2),(1660,-1095631200,1),(1660,-1080511200,2),(1660,-1063576800,1),(1660,-1049061600,2),(1660,-1032127200,1),(1660,-1017612000,2),(1660,-1001282400,1),(1660,-986162400,2),(1660,-969228000,1),(1660,-950479200,2),(1660,-942012000,1),(1660,-904518000,3),(1660,-896050800,1),(1660,-875487600,3),(1660,-864601200,1),(1660,-844038000,3),(1660,-832546800,1),(1660,-812588400,3),(1660,-798073200,1),(1660,-781052400,3),(1660,-772066800,1),(1660,-764805600,2),(1660,-748476000,1),(1660,-733356000,2),(1660,-719445600,1),(1660,-717030000,3),(1660,-706748400,1),(1660,-699487200,2),(1660,-687996000,1),(1660,-668037600,2),(1660,-654732000,1),(1660,-636588000,2),(1660,-622072800,1),(1660,-605743200,2),(1660,-590623200,1),(1660,-574293600,2),(1660,-558568800,1),(1660,-542239200,2),(1660,-527119200,1),(1660,-512604000,2),(1660,-496274400,1),(1660,-481154400,2),(1660,-464220000,1),(1660,-449704800,2),(1660,-432165600,1),(1660,-417650400,2),(1660,-401320800,1),(1660,-386200800,2),(1660,-369266400,1),(1660,-354751200,2),(1660,-337816800,1),(1660,-323301600,2),(1660,-306972000,1),(1660,-291852000,2),(1660,-276732000,1),(1660,-257983200,2),(1660,-245282400,1),(1660,-226533600,2),(1660,-213228000,1),(1660,-195084000,2),(1660,-182383200,1),(1660,-163634400,2),(1660,-150933600,1),(1660,-132184800,2),(1660,-119484000,1),(1660,-100735200,2),(1660,-88034400,1),(1660,-68680800,2),(1660,-59004000,1),(1660,-37242000,4),(1660,57722400,6),(1660,69818400,1),(1660,89172001,2),(1660,101268002,1),(1660,120621602,2),(1660,132717603,1),(1660,152071203,2),(1660,164167204,1),(1660,183520804,2),(1660,196221605,1),(1660,214970405,2),(1660,227671206,1),(1660,246420006,2),(1660,259120807,1),(1660,278474407,2),(1660,290570408,1),(1660,309924008,2),(1660,322020009,1),(1660,341373609,2),(1660,354675609,5),(1660,372819610,6),(1660,386125210,5),(1660,404269211,6),(1660,417574811,5),(1660,435718812,6),(1660,449024412,5),(1660,467773212,6),(1660,481078812,5),(1660,499222813,6),(1660,512528413,5),(1660,530672413,6),(1660,543978013,5),(1660,562122013,6),(1660,575427614,5),(1660,593571614,6),(1660,606877214,5),(1660,625626014,6),(1660,638326815,5),(1660,657075615,6),(1660,670381216,5),(1660,688525216,6),(1660,701830816,5),(1660,719974817,6),(1660,733280417,5),(1660,751424418,6),(1660,764730018,5),(1660,782874019,6),(1660,796179619,5),(1660,814323619,6),(1660,820454420,7),(1660,828234020,5),(1660,846378020,6),(1660,859683620,5),(1660,877827621,6),(1660,891133221,5),(1660,909277221,6),(1660,922582822,5),(1660,941331622,6),(1660,954032422,5),(1660,972781222,6),(1660,985482022,5),(1660,1004230822,6),(1660,1017536422,5),(1660,1035680422,6),(1660,1048986022,5),(1660,1067130022,6),(1660,1080435622,5),(1660,1099184422,6),(1660,1111885222,5),(1660,1130634022,6),(1660,1143334823,5),(1660,1162083623,6),(1660,1174784423,5),(1660,1193533223,6),(1660,1206838823,5),(1660,1224982823,6),(1660,1238288424,5),(1660,1256432424,6),(1660,1269738024,5),(1660,1288486824,6),(1660,1301187624,5),(1660,1319936424,6),(1660,1332637224,5),(1660,1351386025,6),(1660,1364691625,5),(1660,1382835625,6),(1660,1396141225,5),(1660,1414285225,6),(1660,1427590825,5),(1660,1445734826,6),(1660,1459040426,5),(1660,1477789226,6),(1660,1490490027,5),(1660,1509238827,6),(1660,1521939627,5),(1660,1540688427,6),(1660,1553994027,5),(1660,1572138027,6),(1660,1585443627,5),(1660,1603587627,6),(1660,1616893227,5),(1660,1635642027,6),(1660,1648342827,5),(1660,1667091627,6),(1660,1679792427,5),(1660,1698541227,6),(1660,1711846827,5),(1660,1729990827,6),(1660,1743296427,5),(1660,1761440427,6),(1660,1774746027,5),(1660,1792890027,6),(1660,1806195627,5),(1660,1824944427,6),(1660,1837645227,5),(1660,1856394027,6),(1660,1869094827,5),(1660,1887843627,6),(1660,1901149227,5),(1660,1919293227,6),(1660,1932598827,5),(1660,1950742827,6),(1660,1964048427,5),(1660,1982797227,6),(1660,1995498027,5),(1660,2014246827,6),(1660,2026947627,5),(1660,2045696427,6),(1660,2058397227,5),(1660,2077146027,6),(1660,2090451627,5),(1660,2108595627,6),(1660,2121901227,5),(1660,2140045227,6),(1661,-2147483648,1),(1661,-1535938789,3),(1661,-875671200,2),(1661,-859773600,3),(1661,354672009,2),(1661,370396810,3),(1661,386121610,2),(1661,401846411,3),(1661,417574811,4),(1661,433299612,5),(1661,449024412,4),(1661,465354012,5),(1661,481078812,4),(1661,496803613,5),(1661,512528413,4),(1661,528253213,5),(1661,543978013,4),(1661,559702813,5),(1661,575427614,4),(1661,591152414,5),(1661,606877214,4),(1661,622602014,5),(1661,638326815,4),(1661,654656415,5),(1661,670381216,4),(1661,686106016,5),(1661,701830816,4),(1661,717555617,5),(1661,733280417,4),(1661,749005218,5),(1661,764730018,4),(1661,780454819,5),(1661,796179619,4),(1661,811904419,5),(1661,828234020,4),(1661,846378020,5),(1661,859683620,4),(1661,877827621,5),(1661,891133221,4),(1661,909277221,5),(1661,922582822,4),(1661,941331622,5),(1661,954032422,4),(1661,972781222,5),(1661,985482022,4),(1661,1004230822,5),(1661,1017536422,4),(1661,1035680422,5),(1661,1048986022,4),(1661,1067130022,5),(1661,1080435622,4),(1661,1099184422,5),(1661,1111885222,4),(1661,1130634022,5),(1661,1143334823,4),(1661,1162083623,5),(1661,1174784423,4),(1661,1193533223,5),(1661,1206838823,4),(1661,1224982823,5),(1661,1238288424,4),(1661,1256432424,5),(1661,1269738024,4),(1661,1288486824,5),(1661,1301187624,4),(1661,1319936424,5),(1661,1332637224,4),(1661,1351386025,5),(1661,1364691625,4),(1661,1382835625,5),(1661,1396141225,4),(1661,1414285225,5),(1661,1427590825,4),(1661,1445734826,5),(1661,1459040426,4),(1661,1477789226,5),(1661,1490490027,4),(1661,1509238827,5),(1661,1521939627,4),(1661,1540688427,5),(1661,1553994027,4),(1661,1572138027,5),(1661,1585443627,4),(1661,1603587627,5),(1661,1616893227,4),(1661,1635642027,5),(1661,1648342827,4),(1661,1667091627,5),(1661,1679792427,4),(1661,1698541227,5),(1661,1711846827,4),(1661,1729990827,5),(1661,1743296427,4),(1661,1761440427,5),(1661,1774746027,4),(1661,1792890027,5),(1661,1806195627,4),(1661,1824944427,5),(1661,1837645227,4),(1661,1856394027,5),(1661,1869094827,4),(1661,1887843627,5),(1661,1901149227,4),(1661,1919293227,5),(1661,1932598827,4),(1661,1950742827,5),(1661,1964048427,4),(1661,1982797227,5),(1661,1995498027,4),(1661,2014246827,5),(1661,2026947627,4),(1661,2045696427,5),(1661,2058397227,4),(1661,2077146027,5),(1661,2090451627,4),(1661,2108595627,5),(1661,2121901227,4),(1661,2140045227,5),(1662,-2147483648,2),(1662,-1691964000,1),(1662,-1680472800,2),(1662,-1664143200,1),(1662,-1650146400,2),(1662,-1633903200,1),(1662,-1617487200,2),(1662,-1601848800,1),(1662,-1586037600,2),(1662,-1570399200,1),(1662,-1552168800,2),(1662,-1538344800,1),(1662,-1522533600,2),(1662,-1507500000,1),(1662,-1490565600,2),(1662,-1473631200,1),(1662,-1460930400,2),(1662,-1442786400,1),(1662,-1428876000,2),(1662,-1410732000,1),(1662,-1396216800,2),(1662,-1379282400,1),(1662,-1364767200,2),(1662,-1348437600,1),(1662,-1333317600,2),(1662,-1315778400,1),(1662,-1301263200,2),(1662,-1284328800,1),(1662,-1269813600,2),(1662,-1253484000,1),(1662,-1238364000,2),(1662,-1221429600,1),(1662,-1206914400,2),(1662,-1189980000,1),(1662,-1175464800,2),(1662,-1159135200,1),(1662,-1143410400,2),(1662,-1126476000,1),(1662,-1111960800,2),(1662,-1095631200,1),(1662,-1080511200,2),(1662,-1063576800,1),(1662,-1049061600,2),(1662,-1032127200,1),(1662,-1017612000,2),(1662,-1001282400,1),(1662,-986162400,2),(1662,-969228000,1),(1662,-950479200,2),(1662,-942012000,1),(1662,-904518000,3),(1662,-896050800,1),(1662,-875487600,3),(1662,-864601200,1),(1662,-844038000,3),(1662,-832546800,1),(1662,-812588400,3),(1662,-798073200,1),(1662,-781052400,3),(1662,-772066800,1),(1662,-764805600,2),(1662,-748476000,1),(1662,-733356000,2),(1662,-719445600,1),(1662,-717030000,3),(1662,-706748400,1),(1662,-699487200,2),(1662,-687996000,1),(1662,-668037600,2),(1662,-654732000,1),(1662,-636588000,2),(1662,-622072800,1),(1662,-605743200,2),(1662,-590623200,1),(1662,-574293600,2),(1662,-558568800,1),(1662,-542239200,2),(1662,-527119200,1),(1662,-512604000,2),(1662,-496274400,1),(1662,-481154400,2),(1662,-464220000,1),(1662,-449704800,2),(1662,-432165600,1),(1662,-417650400,2),(1662,-401320800,1),(1662,-386200800,2),(1662,-369266400,1),(1662,-354751200,2),(1662,-337816800,1),(1662,-323301600,2),(1662,-306972000,1),(1662,-291852000,2),(1662,-276732000,1),(1662,-257983200,2),(1662,-245282400,1),(1662,-226533600,2),(1662,-213228000,1),(1662,-195084000,2),(1662,-182383200,1),(1662,-163634400,2),(1662,-150933600,1),(1662,-132184800,2),(1662,-119484000,1),(1662,-100735200,2),(1662,-88034400,1),(1662,-68680800,2),(1662,-59004000,1),(1662,-37242000,4),(1662,57722400,6),(1662,69818400,1),(1662,89172001,2),(1662,101268002,1),(1662,120621602,2),(1662,132717603,1),(1662,152071203,2),(1662,164167204,1),(1662,183520804,2),(1662,196221605,1),(1662,214970405,2),(1662,227671206,1),(1662,246420006,2),(1662,259120807,1),(1662,278474407,2),(1662,290570408,1),(1662,309924008,2),(1662,322020009,1),(1662,341373609,2),(1662,354675609,5),(1662,372819610,6),(1662,386125210,5),(1662,404269211,6),(1662,417574811,5),(1662,435718812,6),(1662,449024412,5),(1662,467773212,6),(1662,481078812,5),(1662,499222813,6),(1662,512528413,5),(1662,530672413,6),(1662,543978013,5),(1662,562122013,6),(1662,575427614,5),(1662,593571614,6),(1662,606877214,5),(1662,625626014,6),(1662,638326815,5),(1662,657075615,6),(1662,670381216,5),(1662,688525216,6),(1662,701830816,5),(1662,719974817,6),(1662,733280417,5),(1662,751424418,6),(1662,764730018,5),(1662,782874019,6),(1662,796179619,5),(1662,814323619,6),(1662,820454420,7),(1662,828234020,5),(1662,846378020,6),(1662,859683620,5),(1662,877827621,6),(1662,891133221,5),(1662,909277221,6),(1662,922582822,5),(1662,941331622,6),(1662,954032422,5),(1662,972781222,6),(1662,985482022,5),(1662,1004230822,6),(1662,1017536422,5),(1662,1035680422,6),(1662,1048986022,5),(1662,1067130022,6),(1662,1080435622,5),(1662,1099184422,6),(1662,1111885222,5),(1662,1130634022,6),(1662,1143334823,5),(1662,1162083623,6),(1662,1174784423,5),(1662,1193533223,6),(1662,1206838823,5),(1662,1224982823,6),(1662,1238288424,5),(1662,1256432424,6),(1662,1269738024,5),(1662,1288486824,6),(1662,1301187624,5),(1662,1319936424,6),(1662,1332637224,5),(1662,1351386025,6),(1662,1364691625,5),(1662,1382835625,6),(1662,1396141225,5),(1662,1414285225,6),(1662,1427590825,5),(1662,1445734826,6),(1662,1459040426,5),(1662,1477789226,6),(1662,1490490027,5),(1662,1509238827,6),(1662,1521939627,5),(1662,1540688427,6),(1662,1553994027,5),(1662,1572138027,6),(1662,1585443627,5),(1662,1603587627,6),(1662,1616893227,5),(1662,1635642027,6),(1662,1648342827,5),(1662,1667091627,6),(1662,1679792427,5),(1662,1698541227,6),(1662,1711846827,5),(1662,1729990827,6),(1662,1743296427,5),(1662,1761440427,6),(1662,1774746027,5),(1662,1792890027,6),(1662,1806195627,5),(1662,1824944427,6),(1662,1837645227,5),(1662,1856394027,6),(1662,1869094827,5),(1662,1887843627,6),(1662,1901149227,5),(1662,1919293227,6),(1662,1932598827,5),(1662,1950742827,6),(1662,1964048427,5),(1662,1982797227,6),(1662,1995498027,5),(1662,2014246827,6),(1662,2026947627,5),(1662,2045696427,6),(1662,2058397227,5),(1662,2077146027,6),(1662,2090451627,5),(1662,2108595627,6),(1662,2121901227,5),(1662,2140045227,6),(1663,-2147483648,1),(1663,-1869875816,3),(1663,-1693706400,2),(1663,-1680490800,3),(1663,-1570413600,2),(1663,-1552186800,3),(1663,-1538359200,2),(1663,-1522551600,3),(1663,-1507514400,2),(1663,-1490583600,3),(1663,-1440208800,2),(1663,-1428030000,3),(1663,-1409709600,2),(1663,-1396494000,3),(1663,-931053600,2),(1663,-922676400,3),(1663,-917834400,2),(1663,-892436400,3),(1663,-875844000,2),(1663,-764737200,3),(1663,-744343200,2),(1663,-733806000,3),(1663,-716436000,2),(1663,-701924400,3),(1663,-684986400,2),(1663,-670474800,3),(1663,-654141600,2),(1663,-639025200,3),(1663,-622087200,2),(1663,-606970800,3),(1663,-590032800,2),(1663,-575521200,3),(1663,-235620000,2),(1663,-194842800,3),(1663,-177732000,2),(1663,-165726000,3),(1663,107910002,2),(1663,121215602,3),(1663,133920003,2),(1663,152665203,3),(1663,164678404,2),(1663,184114804,3),(1663,196214405,2),(1663,215564405,3),(1663,228873606,2),(1663,245804406,3),(1663,260323207,2),(1663,267915607,4),(1663,428454012,5),(1663,433893612,4),(1663,468111612,3),(1663,482799612,6),(1663,496710013,7),(1663,512521213,6),(1663,528246013,7),(1663,543970813,6),(1663,559695613,7),(1663,575420414,6),(1663,591145214,7),(1663,606870014,6),(1663,622594814,7),(1663,638319615,6),(1663,654649215,7),(1663,670374016,6),(1663,686098816,7),(1663,701823616,6),(1663,717548417,7),(1663,733273217,6),(1663,748998018,7),(1663,764118018,6),(1663,780447619,7),(1663,796172419,6),(1663,811897219,7),(1663,828226820,6),(1663,846370820,7),(1663,859676420,6),(1663,877820421,7),(1663,891126021,6),(1663,909270021,7),(1663,922575622,6),(1663,941324422,7),(1663,954025222,6),(1663,972774022,7),(1663,985474822,6),(1663,1004223622,7),(1663,1017529222,6),(1663,1035673222,7),(1663,1048978822,6),(1663,1067122822,7),(1663,1080428422,6),(1663,1099177222,7),(1663,1111878022,6),(1663,1130626822,7),(1663,1143327623,6),(1663,1162076423,7),(1663,1167602423,3),(1663,1174784423,8),(1663,1193533223,9),(1663,1206838823,8),(1663,1224982823,9),(1663,1238288424,8),(1663,1256432424,9),(1663,1269738024,8),(1663,1288486824,9),(1663,1301274024,8),(1663,1319936424,9),(1663,1332637224,8),(1663,1351386025,9),(1663,1364691625,8),(1663,1382835625,9),(1663,1396227625,8),(1663,1414285225,9),(1663,1427590825,8),(1663,1446944426,9),(1663,1459040426,8),(1663,1473195626,4),(1664,-2147483648,2),(1664,-1691964000,1),(1664,-1680472800,2),(1664,-1664143200,1),(1664,-1650146400,2),(1664,-1633903200,1),(1664,-1617487200,2),(1664,-1601848800,1),(1664,-1586037600,2),(1664,-1570399200,1),(1664,-1552168800,2),(1664,-1538344800,1),(1664,-1522533600,2),(1664,-1507500000,1),(1664,-1490565600,2),(1664,-1473631200,1),(1664,-1460930400,2),(1664,-1442786400,1),(1664,-1428876000,2),(1664,-1410732000,1),(1664,-1396216800,2),(1664,-1379282400,1),(1664,-1364767200,2),(1664,-1348437600,1),(1664,-1333317600,2),(1664,-1315778400,1),(1664,-1301263200,2),(1664,-1284328800,1),(1664,-1269813600,2),(1664,-1253484000,1),(1664,-1238364000,2),(1664,-1221429600,1),(1664,-1206914400,2),(1664,-1189980000,1),(1664,-1175464800,2),(1664,-1159135200,1),(1664,-1143410400,2),(1664,-1126476000,1),(1664,-1111960800,2),(1664,-1095631200,1),(1664,-1080511200,2),(1664,-1063576800,1),(1664,-1049061600,2),(1664,-1032127200,1),(1664,-1017612000,2),(1664,-1001282400,1),(1664,-986162400,2),(1664,-969228000,1),(1664,-950479200,2),(1664,-942012000,1),(1664,-904518000,3),(1664,-896050800,1),(1664,-875487600,3),(1664,-864601200,1),(1664,-844038000,3),(1664,-832546800,1),(1664,-812588400,3),(1664,-798073200,1),(1664,-781052400,3),(1664,-772066800,1),(1664,-764805600,2),(1664,-748476000,1),(1664,-733356000,2),(1664,-719445600,1),(1664,-717030000,3),(1664,-706748400,1),(1664,-699487200,2),(1664,-687996000,1),(1664,-668037600,2),(1664,-654732000,1),(1664,-636588000,2),(1664,-622072800,1),(1664,-605743200,2),(1664,-590623200,1),(1664,-574293600,2),(1664,-558568800,1),(1664,-542239200,2),(1664,-527119200,1),(1664,-512604000,2),(1664,-496274400,1),(1664,-481154400,2),(1664,-464220000,1),(1664,-449704800,2),(1664,-432165600,1),(1664,-417650400,2),(1664,-401320800,1),(1664,-386200800,2),(1664,-369266400,1),(1664,-354751200,2),(1664,-337816800,1),(1664,-323301600,2),(1664,-306972000,1),(1664,-291852000,2),(1664,-276732000,1),(1664,-257983200,2),(1664,-245282400,1),(1664,-226533600,2),(1664,-213228000,1),(1664,-195084000,2),(1664,-182383200,1),(1664,-163634400,2),(1664,-150933600,1),(1664,-132184800,2),(1664,-119484000,1),(1664,-100735200,2),(1664,-88034400,1),(1664,-68680800,2),(1664,-59004000,1),(1664,-37242000,4),(1664,57722400,6),(1664,69818400,1),(1664,89172001,2),(1664,101268002,1),(1664,120621602,2),(1664,132717603,1),(1664,152071203,2),(1664,164167204,1),(1664,183520804,2),(1664,196221605,1),(1664,214970405,2),(1664,227671206,1),(1664,246420006,2),(1664,259120807,1),(1664,278474407,2),(1664,290570408,1),(1664,309924008,2),(1664,322020009,1),(1664,341373609,2),(1664,354675609,5),(1664,372819610,6),(1664,386125210,5),(1664,404269211,6),(1664,417574811,5),(1664,435718812,6),(1664,449024412,5),(1664,467773212,6),(1664,481078812,5),(1664,499222813,6),(1664,512528413,5),(1664,530672413,6),(1664,543978013,5),(1664,562122013,6),(1664,575427614,5),(1664,593571614,6),(1664,606877214,5),(1664,625626014,6),(1664,638326815,5),(1664,657075615,6),(1664,670381216,5),(1664,688525216,6),(1664,701830816,5),(1664,719974817,6),(1664,733280417,5),(1664,751424418,6),(1664,764730018,5),(1664,782874019,6),(1664,796179619,5),(1664,814323619,6),(1664,820454420,7),(1664,828234020,5),(1664,846378020,6),(1664,859683620,5),(1664,877827621,6),(1664,891133221,5),(1664,909277221,6),(1664,922582822,5),(1664,941331622,6),(1664,954032422,5),(1664,972781222,6),(1664,985482022,5),(1664,1004230822,6),(1664,1017536422,5),(1664,1035680422,6),(1664,1048986022,5),(1664,1067130022,6),(1664,1080435622,5),(1664,1099184422,6),(1664,1111885222,5),(1664,1130634022,6),(1664,1143334823,5),(1664,1162083623,6),(1664,1174784423,5),(1664,1193533223,6),(1664,1206838823,5),(1664,1224982823,6),(1664,1238288424,5),(1664,1256432424,6),(1664,1269738024,5),(1664,1288486824,6),(1664,1301187624,5),(1664,1319936424,6),(1664,1332637224,5),(1664,1351386025,6),(1664,1364691625,5),(1664,1382835625,6),(1664,1396141225,5),(1664,1414285225,6),(1664,1427590825,5),(1664,1445734826,6),(1664,1459040426,5),(1664,1477789226,6),(1664,1490490027,5),(1664,1509238827,6),(1664,1521939627,5),(1664,1540688427,6),(1664,1553994027,5),(1664,1572138027,6),(1664,1585443627,5),(1664,1603587627,6),(1664,1616893227,5),(1664,1635642027,6),(1664,1648342827,5),(1664,1667091627,6),(1664,1679792427,5),(1664,1698541227,6),(1664,1711846827,5),(1664,1729990827,6),(1664,1743296427,5),(1664,1761440427,6),(1664,1774746027,5),(1664,1792890027,6),(1664,1806195627,5),(1664,1824944427,6),(1664,1837645227,5),(1664,1856394027,6),(1664,1869094827,5),(1664,1887843627,6),(1664,1901149227,5),(1664,1919293227,6),(1664,1932598827,5),(1664,1950742827,6),(1664,1964048427,5),(1664,1982797227,6),(1664,1995498027,5),(1664,2014246827,6),(1664,2026947627,5),(1664,2045696427,6),(1664,2058397227,5),(1664,2077146027,6),(1664,2090451627,5),(1664,2108595627,6),(1664,2121901227,5),(1664,2140045227,6),(1665,-2147483648,2),(1665,-1693706400,1),(1665,-1680483600,2),(1665,-1663455600,3),(1665,-1650150000,4),(1665,-1632006000,3),(1665,-1618700400,4),(1665,-938905200,3),(1665,-857257200,4),(1665,-844556400,3),(1665,-828226800,4),(1665,-812502000,3),(1665,-796777200,4),(1665,-781052400,3),(1665,-780372000,6),(1665,-778730400,5),(1665,-762663600,6),(1665,-749095200,8),(1665,354920409,7),(1665,370728010,8),(1665,386456410,7),(1665,402264011,8),(1665,417992411,7),(1665,433800012,8),(1665,449614812,7),(1665,465346812,9),(1665,481071612,10),(1665,496796413,9),(1665,512521213,10),(1665,528246013,9),(1665,543970813,10),(1665,559695613,9),(1665,575420414,10),(1665,591145214,9),(1665,606870014,11),(1665,622598414,12),(1665,638323215,11),(1665,654652815,12),(1665,670377616,11),(1665,686102416,12),(1665,701827216,11),(1665,717552017,12),(1665,733276817,11),(1665,749001618,12),(1665,764726418,11),(1665,780451219,12),(1665,796176019,11),(1665,811900819,12),(1665,828230420,11),(1665,846374420,12),(1665,859680020,11),(1665,877824021,12),(1665,891129621,11),(1665,909273621,12),(1665,922579222,11),(1665,941328022,12),(1665,954028822,11),(1665,972777622,12),(1665,985478422,11),(1665,1004227222,12),(1665,1017532822,11),(1665,1035676822,12),(1665,1048982422,11),(1665,1067126422,12),(1665,1080432022,11),(1665,1099180822,12),(1665,1111881622,11),(1665,1130630422,12),(1665,1143331223,11),(1665,1162080023,12),(1665,1174780823,11),(1665,1193529623,12),(1665,1206835223,11),(1665,1224979223,12),(1665,1238284824,11),(1665,1256428824,12),(1665,1269734424,11),(1665,1288483224,12),(1665,1301184024,13),(1665,1414278025,12),(1666,-2147483648,1),(1666,-1441159324,2),(1666,-1247536800,3),(1666,-892522800,6),(1666,-857257200,4),(1666,-844556400,5),(1666,-828226800,4),(1666,-825382800,3),(1666,354920409,7),(1666,370728010,3),(1666,386456410,7),(1666,402264011,3),(1666,417992411,7),(1666,433800012,3),(1666,449614812,7),(1666,465346812,8),(1666,481071612,9),(1666,496796413,8),(1666,512521213,9),(1666,528246013,8),(1666,543970813,9),(1666,559695613,8),(1666,575420414,9),(1666,591145214,8),(1666,606870014,9),(1666,622594814,8),(1666,638319615,9),(1666,646783215,10),(1666,686102416,2),(1666,701820016,10),(1666,717541217,2),(1666,733269617,10),(1666,748990818,2),(1666,764719218,10),(1666,780440419,2),(1666,796179619,11),(1666,811904419,12),(1666,828234020,11),(1666,846378020,12),(1666,859683620,11),(1666,877827621,12),(1666,891133221,11),(1666,909277221,12),(1666,922582822,11),(1666,941331622,12),(1666,954032422,11),(1666,972781222,12),(1666,985482022,11),(1666,1004230822,12),(1666,1017536422,11),(1666,1035680422,12),(1666,1048986022,11),(1666,1067130022,12),(1666,1080435622,11),(1666,1099184422,12),(1666,1111885222,11),(1666,1130634022,12),(1666,1143334823,11),(1666,1162083623,12),(1666,1174784423,11),(1666,1193533223,12),(1666,1206838823,11),(1666,1224982823,12),(1666,1238288424,11),(1666,1256432424,12),(1666,1269738024,11),(1666,1288486824,12),(1666,1301187624,11),(1666,1319936424,12),(1666,1332637224,11),(1666,1351386025,12),(1666,1364691625,11),(1666,1382835625,12),(1666,1396141225,11),(1666,1414285225,12),(1666,1427590825,11),(1666,1445734826,12),(1666,1459040426,11),(1666,1477789226,12),(1666,1490490027,11),(1666,1509238827,12),(1666,1521939627,11),(1666,1540688427,12),(1666,1553994027,11),(1666,1572138027,12),(1666,1585443627,11),(1666,1603587627,12),(1666,1616893227,11),(1666,1635642027,12),(1666,1648342827,11),(1666,1667091627,12),(1666,1679792427,11),(1666,1698541227,12),(1666,1711846827,11),(1666,1729990827,12),(1666,1743296427,11),(1666,1761440427,12),(1666,1774746027,11),(1666,1792890027,12),(1666,1806195627,11),(1666,1824944427,12),(1666,1837645227,11),(1666,1856394027,12),(1666,1869094827,11),(1666,1887843627,12),(1666,1901149227,11),(1666,1919293227,12),(1666,1932598827,11),(1666,1950742827,12),(1666,1964048427,11),(1666,1982797227,12),(1666,1995498027,11),(1666,2014246827,12),(1666,2026947627,11),(1666,2045696427,12),(1666,2058397227,11),(1666,2077146027,12),(1666,2090451627,11),(1666,2108595627,12),(1666,2121901227,11),(1666,2140045227,12),(1667,-2147483648,0),(1667,-1593820800,1),(1667,-1247540400,3),(1667,354916809,2),(1667,370724410,3),(1667,386452810,2),(1667,402260411,3),(1667,417988811,2),(1667,433796412,3),(1667,449611212,2),(1667,465343212,4),(1667,481068012,5),(1667,496792813,4),(1667,512517613,5),(1667,528242413,4),(1667,543967213,5),(1667,559692013,4),(1667,575416814,5),(1667,591141614,4),(1667,606866414,6),(1667,622594814,7),(1667,638319615,6),(1667,654649215,7),(1667,670374016,4),(1667,701820016,6),(1667,717548417,7),(1667,733273217,6),(1667,748998018,7),(1667,764722818,6),(1667,780447619,7),(1667,796172419,6),(1667,811897219,7),(1667,828226820,6),(1667,846370820,7),(1667,859676420,6),(1667,877820421,7),(1667,891126021,6),(1667,909270021,7),(1667,922575622,6),(1667,941324422,7),(1667,954025222,6),(1667,972774022,7),(1667,985474822,6),(1667,1004223622,7),(1667,1017529222,6),(1667,1035673222,7),(1667,1048978822,6),(1667,1067122822,7),(1667,1080428422,6),(1667,1099177222,7),(1667,1111878022,6),(1667,1130626822,7),(1667,1143327623,6),(1667,1162076423,7),(1667,1174777223,6),(1667,1193526023,7),(1667,1206831623,6),(1667,1224975623,7),(1667,1238281224,6),(1667,1256425224,7),(1667,1269730824,6),(1667,1288479624,7),(1667,1301180424,4),(1667,1414274425,7),(1668,-2147483648,0),(1668,-1830384000,6),(1668,-1689555600,1),(1668,-1677801600,2),(1668,-1667437200,3),(1668,-1647738000,4),(1668,-1635814800,3),(1668,-1616202000,4),(1668,-1604365200,3),(1668,-1584666000,4),(1668,-1572742800,3),(1668,-1553043600,4),(1668,-1541206800,3),(1668,-1521507600,4),(1668,-1442451600,3),(1668,-1426813200,4),(1668,-1379293200,3),(1668,-1364778000,4),(1668,-1348448400,3),(1668,-1333328400,4),(1668,-1316394000,3),(1668,-1301274000,4),(1668,-1284339600,3),(1668,-1269824400,4),(1668,-1221440400,3),(1668,-1206925200,4),(1668,-1191200400,3),(1668,-1175475600,4),(1668,-1127696400,3),(1668,-1111971600,4),(1668,-1096851600,3),(1668,-1080522000,4),(1668,-1063587600,3),(1668,-1049072400,4),(1668,-1033347600,3),(1668,-1017622800,4),(1668,-1002502800,3),(1668,-986173200,4),(1668,-969238800,3),(1668,-950490000,4),(1668,-942022800,3),(1668,-922669200,4),(1668,-906944400,3),(1668,-891133200,4),(1668,-877309200,3),(1668,-873684000,5),(1668,-864007200,3),(1668,-857955600,4),(1668,-845859600,3),(1668,-842839200,5),(1668,-831348000,3),(1668,-825901200,4),(1668,-814410000,3),(1668,-810784800,5),(1668,-799898400,3),(1668,-794451600,4),(1668,-782960400,3),(1668,-779335200,5),(1668,-768448800,3),(1668,-763002000,4),(1668,-749091600,3),(1668,-733366800,4),(1668,-717631200,3),(1668,-701906400,4),(1668,-686181600,3),(1668,-670456800,4),(1668,-654732000,3),(1668,-639007200,4),(1668,-591832800,3),(1668,-575503200,4),(1668,-559778400,3),(1668,-544053600,4),(1668,-528328800,3),(1668,-512604000,4),(1668,-496879200,3),(1668,-481154400,4),(1668,-465429600,3),(1668,-449704800,4),(1668,-433980000,3),(1668,-417650400,4),(1668,-401925600,3),(1668,-386200800,4),(1668,-370476000,3),(1668,-354751200,4),(1668,-339026400,3),(1668,-323301600,4),(1668,-307576800,3),(1668,-291852000,4),(1668,-276127200,3),(1668,-260402400,4),(1668,-244677600,3),(1668,-228348000,4),(1668,-212623200,3),(1668,-196898400,4),(1668,-181173600,3),(1668,-165448800,4),(1668,-149724000,3),(1668,-133999200,4),(1668,-118274400,7),(1668,212544005,2),(1668,228268806,3),(1668,243993606,4),(1668,260323207,3),(1668,276048007,4),(1668,291772808,3),(1668,307501208,4),(1668,323222409,3),(1668,338950809,4),(1668,354675609,3),(1668,370400410,4),(1668,386125210,3),(1668,401850011,4),(1668,417578411,3),(1668,433299612,4),(1668,449024412,3),(1668,465354012,4),(1668,481078812,3),(1668,496803613,4),(1668,512528413,3),(1668,528253213,4),(1668,543978013,3),(1668,559702813,4),(1668,575427614,3),(1668,591152414,4),(1668,606877214,3),(1668,622602014,4),(1668,638326815,3),(1668,654656415,4),(1668,670381216,3),(1668,686106016,4),(1668,701830816,3),(1668,717555617,8),(1668,733280417,9),(1668,749005218,8),(1668,764730018,9),(1668,780454819,8),(1668,796179619,9),(1668,811904419,8),(1668,828234020,10),(1668,846378020,6),(1668,859683620,10),(1668,877827621,6),(1668,891133221,10),(1668,909277221,6),(1668,922582822,10),(1668,941331622,6),(1668,954032422,10),(1668,972781222,6),(1668,985482022,10),(1668,1004230822,6),(1668,1017536422,10),(1668,1035680422,6),(1668,1048986022,10),(1668,1067130022,6),(1668,1080435622,10),(1668,1099184422,6),(1668,1111885222,10),(1668,1130634022,6),(1668,1143334823,10),(1668,1162083623,6),(1668,1174784423,10),(1668,1193533223,6),(1668,1206838823,10),(1668,1224982823,6),(1668,1238288424,10),(1668,1256432424,6),(1668,1269738024,10),(1668,1288486824,6),(1668,1301187624,10),(1668,1319936424,6),(1668,1332637224,10),(1668,1351386025,6),(1668,1364691625,10),(1668,1382835625,6),(1668,1396141225,10),(1668,1414285225,6),(1668,1427590825,10),(1668,1445734826,6),(1668,1459040426,10),(1668,1477789226,6),(1668,1490490027,10),(1668,1509238827,6),(1668,1521939627,10),(1668,1540688427,6),(1668,1553994027,10),(1668,1572138027,6),(1668,1585443627,10),(1668,1603587627,6),(1668,1616893227,10),(1668,1635642027,6),(1668,1648342827,10),(1668,1667091627,6),(1668,1679792427,10),(1668,1698541227,6),(1668,1711846827,10),(1668,1729990827,6),(1668,1743296427,10),(1668,1761440427,6),(1668,1774746027,10),(1668,1792890027,6),(1668,1806195627,10),(1668,1824944427,6),(1668,1837645227,10),(1668,1856394027,6),(1668,1869094827,10),(1668,1887843627,6),(1668,1901149227,10),(1668,1919293227,6),(1668,1932598827,10),(1668,1950742827,6),(1668,1964048427,10),(1668,1982797227,6),(1668,1995498027,10),(1668,2014246827,6),(1668,2026947627,10),(1668,2045696427,6),(1668,2058397227,10),(1668,2077146027,6),(1668,2090451627,10),(1668,2108595627,6),(1668,2121901227,10),(1668,2140045227,6),(1669,-2147483648,1),(1669,-905824800,4),(1669,-857257200,2),(1669,-844556400,3),(1669,-828226800,2),(1669,-812502000,3),(1669,-796777200,2),(1669,-788922000,1),(1669,-777942000,3),(1669,-766623600,2),(1669,407199611,1),(1669,417574811,5),(1669,433299612,6),(1669,449024412,5),(1669,465354012,6),(1669,481078812,5),(1669,496803613,6),(1669,512528413,5),(1669,528253213,6),(1669,543978013,5),(1669,559702813,6),(1669,575427614,5),(1669,591152414,6),(1669,606877214,5),(1669,622602014,6),(1669,638326815,5),(1669,654656415,6),(1669,670381216,5),(1669,686106016,6),(1669,701830816,5),(1669,717555617,6),(1669,733280417,5),(1669,749005218,6),(1669,764730018,5),(1669,780454819,6),(1669,796179619,5),(1669,811904419,6),(1669,828234020,5),(1669,846378020,6),(1669,859683620,5),(1669,877827621,6),(1669,891133221,5),(1669,909277221,6),(1669,922582822,5),(1669,941331622,6),(1669,954032422,5),(1669,972781222,6),(1669,985482022,5),(1669,1004230822,6),(1669,1017536422,5),(1669,1035680422,6),(1669,1048986022,5),(1669,1067130022,6),(1669,1080435622,5),(1669,1099184422,6),(1669,1111885222,5),(1669,1130634022,6),(1669,1143334823,5),(1669,1162083623,6),(1669,1174784423,5),(1669,1193533223,6),(1669,1206838823,5),(1669,1224982823,6),(1669,1238288424,5),(1669,1256432424,6),(1669,1269738024,5),(1669,1288486824,6),(1669,1301187624,5),(1669,1319936424,6),(1669,1332637224,5),(1669,1351386025,6),(1669,1364691625,5),(1669,1382835625,6),(1669,1396141225,5),(1669,1414285225,6),(1669,1427590825,5),(1669,1445734826,6),(1669,1459040426,5),(1669,1477789226,6),(1669,1490490027,5),(1669,1509238827,6),(1669,1521939627,5),(1669,1540688427,6),(1669,1553994027,5),(1669,1572138027,6),(1669,1585443627,5),(1669,1603587627,6),(1669,1616893227,5),(1669,1635642027,6),(1669,1648342827,5),(1669,1667091627,6),(1669,1679792427,5),(1669,1698541227,6),(1669,1711846827,5),(1669,1729990827,6),(1669,1743296427,5),(1669,1761440427,6),(1669,1774746027,5),(1669,1792890027,6),(1669,1806195627,5),(1669,1824944427,6),(1669,1837645227,5),(1669,1856394027,6),(1669,1869094827,5),(1669,1887843627,6),(1669,1901149227,5),(1669,1919293227,6),(1669,1932598827,5),(1669,1950742827,6),(1669,1964048427,5),(1669,1982797227,6),(1669,1995498027,5),(1669,2014246827,6),(1669,2026947627,5),(1669,2045696427,6),(1669,2058397227,5),(1669,2077146027,6),(1669,2090451627,5),(1669,2108595627,6),(1669,2121901227,5),(1669,2140045227,6),(1670,-2147483648,2),(1670,-1691964000,1),(1670,-1680472800,2),(1670,-1664143200,1),(1670,-1650146400,2),(1670,-1633903200,1),(1670,-1617487200,2),(1670,-1601848800,1),(1670,-1586037600,2),(1670,-1570399200,1),(1670,-1552168800,2),(1670,-1538344800,1),(1670,-1522533600,2),(1670,-1507500000,1),(1670,-1490565600,2),(1670,-1473631200,1),(1670,-1460930400,2),(1670,-1442786400,1),(1670,-1428876000,2),(1670,-1410732000,1),(1670,-1396216800,2),(1670,-1379282400,1),(1670,-1364767200,2),(1670,-1348437600,1),(1670,-1333317600,2),(1670,-1315778400,1),(1670,-1301263200,2),(1670,-1284328800,1),(1670,-1269813600,2),(1670,-1253484000,1),(1670,-1238364000,2),(1670,-1221429600,1),(1670,-1206914400,2),(1670,-1189980000,1),(1670,-1175464800,2),(1670,-1159135200,1),(1670,-1143410400,2),(1670,-1126476000,1),(1670,-1111960800,2),(1670,-1095631200,1),(1670,-1080511200,2),(1670,-1063576800,1),(1670,-1049061600,2),(1670,-1032127200,1),(1670,-1017612000,2),(1670,-1001282400,1),(1670,-986162400,2),(1670,-969228000,1),(1670,-950479200,2),(1670,-942012000,1),(1670,-904518000,3),(1670,-896050800,1),(1670,-875487600,3),(1670,-864601200,1),(1670,-844038000,3),(1670,-832546800,1),(1670,-812588400,3),(1670,-798073200,1),(1670,-781052400,3),(1670,-772066800,1),(1670,-764805600,2),(1670,-748476000,1),(1670,-733356000,2),(1670,-719445600,1),(1670,-717030000,3),(1670,-706748400,1),(1670,-699487200,2),(1670,-687996000,1),(1670,-668037600,2),(1670,-654732000,1),(1670,-636588000,2),(1670,-622072800,1),(1670,-605743200,2),(1670,-590623200,1),(1670,-574293600,2),(1670,-558568800,1),(1670,-542239200,2),(1670,-527119200,1),(1670,-512604000,2),(1670,-496274400,1),(1670,-481154400,2),(1670,-464220000,1),(1670,-449704800,2),(1670,-432165600,1),(1670,-417650400,2),(1670,-401320800,1),(1670,-386200800,2),(1670,-369266400,1),(1670,-354751200,2),(1670,-337816800,1),(1670,-323301600,2),(1670,-306972000,1),(1670,-291852000,2),(1670,-276732000,1),(1670,-257983200,2),(1670,-245282400,1),(1670,-226533600,2),(1670,-213228000,1),(1670,-195084000,2),(1670,-182383200,1),(1670,-163634400,2),(1670,-150933600,1),(1670,-132184800,2),(1670,-119484000,1),(1670,-100735200,2),(1670,-88034400,1),(1670,-68680800,2),(1670,-59004000,1),(1670,-37242000,4),(1670,57722400,6),(1670,69818400,1),(1670,89172001,2),(1670,101268002,1),(1670,120621602,2),(1670,132717603,1),(1670,152071203,2),(1670,164167204,1),(1670,183520804,2),(1670,196221605,1),(1670,214970405,2),(1670,227671206,1),(1670,246420006,2),(1670,259120807,1),(1670,278474407,2),(1670,290570408,1),(1670,309924008,2),(1670,322020009,1),(1670,341373609,2),(1670,354675609,5),(1670,372819610,6),(1670,386125210,5),(1670,404269211,6),(1670,417574811,5),(1670,435718812,6),(1670,449024412,5),(1670,467773212,6),(1670,481078812,5),(1670,499222813,6),(1670,512528413,5),(1670,530672413,6),(1670,543978013,5),(1670,562122013,6),(1670,575427614,5),(1670,593571614,6),(1670,606877214,5),(1670,625626014,6),(1670,638326815,5),(1670,657075615,6),(1670,670381216,5),(1670,688525216,6),(1670,701830816,5),(1670,719974817,6),(1670,733280417,5),(1670,751424418,6),(1670,764730018,5),(1670,782874019,6),(1670,796179619,5),(1670,814323619,6),(1670,820454420,7),(1670,828234020,5),(1670,846378020,6),(1670,859683620,5),(1670,877827621,6),(1670,891133221,5),(1670,909277221,6),(1670,922582822,5),(1670,941331622,6),(1670,954032422,5),(1670,972781222,6),(1670,985482022,5),(1670,1004230822,6),(1670,1017536422,5),(1670,1035680422,6),(1670,1048986022,5),(1670,1067130022,6),(1670,1080435622,5),(1670,1099184422,6),(1670,1111885222,5),(1670,1130634022,6),(1670,1143334823,5),(1670,1162083623,6),(1670,1174784423,5),(1670,1193533223,6),(1670,1206838823,5),(1670,1224982823,6),(1670,1238288424,5),(1670,1256432424,6),(1670,1269738024,5),(1670,1288486824,6),(1670,1301187624,5),(1670,1319936424,6),(1670,1332637224,5),(1670,1351386025,6),(1670,1364691625,5),(1670,1382835625,6),(1670,1396141225,5),(1670,1414285225,6),(1670,1427590825,5),(1670,1445734826,6),(1670,1459040426,5),(1670,1477789226,6),(1670,1490490027,5),(1670,1509238827,6),(1670,1521939627,5),(1670,1540688427,6),(1670,1553994027,5),(1670,1572138027,6),(1670,1585443627,5),(1670,1603587627,6),(1670,1616893227,5),(1670,1635642027,6),(1670,1648342827,5),(1670,1667091627,6),(1670,1679792427,5),(1670,1698541227,6),(1670,1711846827,5),(1670,1729990827,6),(1670,1743296427,5),(1670,1761440427,6),(1670,1774746027,5),(1670,1792890027,6),(1670,1806195627,5),(1670,1824944427,6),(1670,1837645227,5),(1670,1856394027,6),(1670,1869094827,5),(1670,1887843627,6),(1670,1901149227,5),(1670,1919293227,6),(1670,1932598827,5),(1670,1950742827,6),(1670,1964048427,5),(1670,1982797227,6),(1670,1995498027,5),(1670,2014246827,6),(1670,2026947627,5),(1670,2045696427,6),(1670,2058397227,5),(1670,2077146027,6),(1670,2090451627,5),(1670,2108595627,6),(1670,2121901227,5),(1670,2140045227,6),(1671,-2147483648,0),(1671,-2069713476,2),(1671,-1692496800,1),(1671,-1680483600,2),(1671,-1662343200,1),(1671,-1650157200,2),(1671,-1632006000,3),(1671,-1618700400,4),(1671,-1612659600,6),(1671,-1604278800,5),(1671,-1585519200,6),(1671,-1574038800,5),(1671,-1552258800,6),(1671,-1539997200,5),(1671,-1520550000,6),(1671,-1507510800,5),(1671,-1490572800,6),(1671,-1473642000,5),(1671,-1459119600,6),(1671,-1444006800,5),(1671,-1427673600,6),(1671,-1411866000,5),(1671,-1396224000,6),(1671,-1379293200,5),(1671,-1364774400,6),(1671,-1348448400,5),(1671,-1333324800,6),(1671,-1316394000,5),(1671,-1301270400,6),(1671,-1284339600,5),(1671,-1269813600,7),(1671,-1253484000,8),(1671,-1238364000,7),(1671,-1221429600,8),(1671,-1206914400,7),(1671,-1191189600,8),(1671,-1175464800,7),(1671,-1160344800,8),(1671,-1143410400,7),(1671,-1127685600,8),(1671,-1111960800,7),(1671,-1096840800,8),(1671,-1080511200,7),(1671,-1063576800,8),(1671,-1049061600,7),(1671,-1033336800,8),(1671,-1017612000,7),(1671,-1002492000,8),(1671,-986162400,7),(1671,-969228000,8),(1671,-950479200,7),(1671,-942012000,8),(1671,-935186400,11),(1671,-857257200,9),(1671,-844556400,10),(1671,-828226800,9),(1671,-812502000,10),(1671,-797986800,2),(1671,-781052400,3),(1671,-766623600,4),(1671,-745455600,3),(1671,-733273200,4),(1671,220921205,2),(1671,228877206,12),(1671,243997206,13),(1671,260326807,12),(1671,276051607,13),(1671,291776408,12),(1671,307501208,13),(1671,323830809,12),(1671,338950809,13),(1671,354675609,12),(1671,370400410,13),(1671,386125210,12),(1671,401850011,13),(1671,417574811,12),(1671,433299612,13),(1671,449024412,12),(1671,465354012,13),(1671,481078812,12),(1671,496803613,13),(1671,512528413,12),(1671,528253213,13),(1671,543978013,12),(1671,559702813,13),(1671,575427614,12),(1671,591152414,13),(1671,606877214,12),(1671,622602014,13),(1671,638326815,12),(1671,654656415,13),(1671,670381216,12),(1671,686106016,13),(1671,701830816,12),(1671,717555617,13),(1671,733280417,12),(1671,749005218,13),(1671,764730018,12),(1671,780454819,13),(1671,796179619,12),(1671,811904419,13),(1671,828234020,12),(1671,846378020,13),(1671,859683620,12),(1671,877827621,13),(1671,891133221,12),(1671,909277221,13),(1671,922582822,12),(1671,941331622,13),(1671,954032422,12),(1671,972781222,13),(1671,985482022,12),(1671,1004230822,13),(1671,1017536422,12),(1671,1035680422,13),(1671,1048986022,12),(1671,1067130022,13),(1671,1080435622,12),(1671,1099184422,13),(1671,1111885222,12),(1671,1130634022,13),(1671,1143334823,12),(1671,1162083623,13),(1671,1174784423,12),(1671,1193533223,13),(1671,1206838823,12),(1671,1224982823,13),(1671,1238288424,12),(1671,1256432424,13),(1671,1269738024,12),(1671,1288486824,13),(1671,1301187624,12),(1671,1319936424,13),(1671,1332637224,12),(1671,1351386025,13),(1671,1364691625,12),(1671,1382835625,13),(1671,1396141225,12),(1671,1414285225,13),(1671,1427590825,12),(1671,1445734826,13),(1671,1459040426,12),(1671,1477789226,13),(1671,1490490027,12),(1671,1509238827,13),(1671,1521939627,12),(1671,1540688427,13),(1671,1553994027,12),(1671,1572138027,13),(1671,1585443627,12),(1671,1603587627,13),(1671,1616893227,12),(1671,1635642027,13),(1671,1648342827,12),(1671,1667091627,13),(1671,1679792427,12),(1671,1698541227,13),(1671,1711846827,12),(1671,1729990827,13),(1671,1743296427,12),(1671,1761440427,13),(1671,1774746027,12),(1671,1792890027,13),(1671,1806195627,12),(1671,1824944427,13),(1671,1837645227,12),(1671,1856394027,13),(1671,1869094827,12),(1671,1887843627,13),(1671,1901149227,12),(1671,1919293227,13),(1671,1932598827,12),(1671,1950742827,13),(1671,1964048427,12),(1671,1982797227,13),(1671,1995498027,12),(1671,2014246827,13),(1671,2026947627,12),(1671,2045696427,13),(1671,2058397227,12),(1671,2077146027,13),(1671,2090451627,12),(1671,2108595627,13),(1671,2121901227,12),(1671,2140045227,13),(1672,-2147483648,4),(1672,-1631926800,1),(1672,-1616889600,2),(1672,-1601168400,1),(1672,-1585353600,2),(1672,-1442451600,1),(1672,-1427673600,2),(1672,-1379293200,1),(1672,-1364774400,2),(1672,-1348448400,1),(1672,-1333324800,2),(1672,-1316390400,1),(1672,-1301270400,2),(1672,-1284339600,1),(1672,-1269820800,2),(1672,-1026954000,1),(1672,-1017619200,2),(1672,-1001898000,1),(1672,-999482400,3),(1672,-986090400,1),(1672,-954115200,2),(1672,-940208400,6),(1672,-873079200,5),(1672,-862621200,6),(1672,-842839200,5),(1672,-828320400,6),(1672,-811389600,5),(1672,-796870800,6),(1672,-779940000,5),(1672,-765421200,6),(1672,-748490400,5),(1672,-733971600,6),(1672,-652327200,5),(1672,-639018000,6),(1672,135122403,5),(1672,150246003,6),(1672,166572004,5),(1672,181695604,6),(1672,196812005,5),(1672,212540405,6),(1672,228866406,5),(1672,243990006,6),(1672,260326807,7),(1672,276051607,8),(1672,283993207,6),(1672,291776408,9),(1672,307501208,10),(1672,323830809,9),(1672,338950809,10),(1672,354675609,9),(1672,370400410,10),(1672,386125210,9),(1672,401850011,10),(1672,417574811,9),(1672,433299612,10),(1672,449024412,9),(1672,465354012,10),(1672,481078812,9),(1672,496803613,10),(1672,512528413,9),(1672,528253213,10),(1672,543978013,9),(1672,559702813,10),(1672,575427614,9),(1672,591152414,10),(1672,606877214,9),(1672,622602014,10),(1672,638326815,9),(1672,654656415,10),(1672,670381216,9),(1672,686106016,10),(1672,701830816,9),(1672,717555617,10),(1672,733280417,9),(1672,749005218,10),(1672,764730018,9),(1672,780454819,10),(1672,796179619,9),(1672,811904419,10),(1672,828234020,9),(1672,846378020,10),(1672,859683620,9),(1672,877827621,10),(1672,891133221,9),(1672,909277221,10),(1672,922582822,9),(1672,941331622,10),(1672,954032422,9),(1672,972781222,10),(1672,985482022,9),(1672,1004230822,10),(1672,1017536422,9),(1672,1035680422,10),(1672,1048986022,9),(1672,1067130022,10),(1672,1080435622,9),(1672,1099184422,10),(1672,1111885222,9),(1672,1130634022,10),(1672,1143334823,9),(1672,1162083623,10),(1672,1174784423,9),(1672,1193533223,10),(1672,1206838823,9),(1672,1224982823,10),(1672,1238288424,9),(1672,1256432424,10),(1672,1269738024,9),(1672,1288486824,10),(1672,1301187624,9),(1672,1319936424,10),(1672,1332637224,9),(1672,1351386025,10),(1672,1364691625,9),(1672,1382835625,10),(1672,1396141225,9),(1672,1414285225,10),(1672,1427590825,9),(1672,1445734826,10),(1672,1459040426,9),(1672,1477789226,10),(1672,1490490027,9),(1672,1509238827,10),(1672,1521939627,9),(1672,1540688427,10),(1672,1553994027,9),(1672,1572138027,10),(1672,1585443627,9),(1672,1603587627,10),(1672,1616893227,9),(1672,1635642027,10),(1672,1648342827,9),(1672,1667091627,10),(1672,1679792427,9),(1672,1698541227,10),(1672,1711846827,9),(1672,1729990827,10),(1672,1743296427,9),(1672,1761440427,10),(1672,1774746027,9),(1672,1792890027,10),(1672,1806195627,9),(1672,1824944427,10),(1672,1837645227,9),(1672,1856394027,10),(1672,1869094827,9),(1672,1887843627,10),(1672,1901149227,9),(1672,1919293227,10),(1672,1932598827,9),(1672,1950742827,10),(1672,1964048427,9),(1672,1982797227,10),(1672,1995498027,9),(1672,2014246827,10),(1672,2026947627,9),(1672,2045696427,10),(1672,2058397227,9),(1672,2077146027,10),(1672,2090451627,9),(1672,2108595627,10),(1672,2121901227,9),(1672,2140045227,10),(1673,-2147483648,3),(1673,-1690765200,1),(1673,-1680487200,2),(1673,-1664758800,1),(1673,-1648951200,2),(1673,-1635123600,1),(1673,-1616896800,2),(1673,-1604278800,1),(1673,-1585533600,2),(1673,-1571014800,1),(1673,-1555293600,2),(1673,-932432400,1),(1673,-857257200,3),(1673,-844556400,4),(1673,-828226800,3),(1673,-812588400,4),(1673,-798073200,3),(1673,-781052400,1),(1673,-766717200,2),(1673,-750898800,4),(1673,-733359600,3),(1673,-719456400,4),(1673,-701917200,3),(1673,-689209200,4),(1673,-670460400,3),(1673,-114051600,4),(1673,-103168800,2),(1673,-81997200,4),(1673,-71715600,3),(1673,-50547600,4),(1673,-40266000,3),(1673,-18493200,4),(1673,-8211600,3),(1673,12956400,4),(1673,23238000,3),(1673,43801200,4),(1673,54687600,3),(1673,75855600,4),(1673,86742001,3),(1673,102380402,4),(1673,118105202,3),(1673,135730803,4),(1673,148518003,3),(1673,167187604,1),(1673,180489604,2),(1673,198637205,1),(1673,211939205,2),(1673,230086806,1),(1673,243388806,2),(1673,261536407,1),(1673,274838407,2),(1673,292986008,1),(1673,306288008,2),(1673,323312409,1),(1673,338342409,2),(1673,354675609,5),(1673,370400410,6),(1673,386125210,5),(1673,401850011,6),(1673,417574811,5),(1673,433299612,6),(1673,449024412,5),(1673,465354012,6),(1673,481078812,5),(1673,496803613,6),(1673,512528413,5),(1673,528253213,6),(1673,543978013,5),(1673,559702813,6),(1673,575427614,5),(1673,591152414,6),(1673,606877214,5),(1673,622602014,6),(1673,638326815,5),(1673,654656415,6),(1673,670381216,5),(1673,686106016,6),(1673,701830816,5),(1673,717555617,6),(1673,733280417,5),(1673,749005218,6),(1673,764730018,5),(1673,780454819,6),(1673,796179619,5),(1673,811904419,6),(1673,828234020,5),(1673,846378020,6),(1673,859683620,5),(1673,877827621,6),(1673,891133221,5),(1673,909277221,6),(1673,922582822,5),(1673,941331622,6),(1673,954032422,5),(1673,972781222,6),(1673,985482022,5),(1673,1004230822,6),(1673,1017536422,5),(1673,1035680422,6),(1673,1048986022,5),(1673,1067130022,6),(1673,1080435622,5),(1673,1099184422,6),(1673,1111885222,5),(1673,1130634022,6),(1673,1143334823,5),(1673,1162083623,6),(1673,1174784423,5),(1673,1193533223,6),(1673,1206838823,5),(1673,1224982823,6),(1673,1238288424,5),(1673,1256432424,6),(1673,1269738024,5),(1673,1288486824,6),(1673,1301187624,5),(1673,1319936424,6),(1673,1332637224,5),(1673,1351386025,6),(1673,1364691625,5),(1673,1382835625,6),(1673,1396141225,5),(1673,1414285225,6),(1673,1427590825,5),(1673,1445734826,6),(1673,1459040426,5),(1673,1477789226,6),(1673,1490490027,5),(1673,1509238827,6),(1673,1521939627,5),(1673,1540688427,6),(1673,1553994027,5),(1673,1572138027,6),(1673,1585443627,5),(1673,1603587627,6),(1673,1616893227,5),(1673,1635642027,6),(1673,1648342827,5),(1673,1667091627,6),(1673,1679792427,5),(1673,1698541227,6),(1673,1711846827,5),(1673,1729990827,6),(1673,1743296427,5),(1673,1761440427,6),(1673,1774746027,5),(1673,1792890027,6),(1673,1806195627,5),(1673,1824944427,6),(1673,1837645227,5),(1673,1856394027,6),(1673,1869094827,5),(1673,1887843627,6),(1673,1901149227,5),(1673,1919293227,6),(1673,1932598827,5),(1673,1950742827,6),(1673,1964048427,5),(1673,1982797227,6),(1673,1995498027,5),(1673,2014246827,6),(1673,2026947627,5),(1673,2045696427,6),(1673,2058397227,5),(1673,2077146027,6),(1673,2090451627,5),(1673,2108595627,6),(1673,2121901227,5),(1673,2140045227,6),(1674,-2147483648,1),(1674,-1535938789,3),(1674,-875671200,2),(1674,-859773600,3),(1674,354672009,2),(1674,370396810,3),(1674,386121610,2),(1674,401846411,3),(1674,417574811,4),(1674,433299612,5),(1674,449024412,4),(1674,465354012,5),(1674,481078812,4),(1674,496803613,5),(1674,512528413,4),(1674,528253213,5),(1674,543978013,4),(1674,559702813,5),(1674,575427614,4),(1674,591152414,5),(1674,606877214,4),(1674,622602014,5),(1674,638326815,4),(1674,654656415,5),(1674,670381216,4),(1674,686106016,5),(1674,701830816,4),(1674,717555617,5),(1674,733280417,4),(1674,749005218,5),(1674,764730018,4),(1674,780454819,5),(1674,796179619,4),(1674,811904419,5),(1674,828234020,4),(1674,846378020,5),(1674,859683620,4),(1674,877827621,5),(1674,891133221,4),(1674,909277221,5),(1674,922582822,4),(1674,941331622,5),(1674,954032422,4),(1674,972781222,5),(1674,985482022,4),(1674,1004230822,5),(1674,1017536422,4),(1674,1035680422,5),(1674,1048986022,4),(1674,1067130022,5),(1674,1080435622,4),(1674,1099184422,5),(1674,1111885222,4),(1674,1130634022,5),(1674,1143334823,4),(1674,1162083623,5),(1674,1174784423,4),(1674,1193533223,5),(1674,1206838823,4),(1674,1224982823,5),(1674,1238288424,4),(1674,1256432424,5),(1674,1269738024,4),(1674,1288486824,5),(1674,1301187624,4),(1674,1319936424,5),(1674,1332637224,4),(1674,1351386025,5),(1674,1364691625,4),(1674,1382835625,5),(1674,1396141225,4),(1674,1414285225,5),(1674,1427590825,4),(1674,1445734826,5),(1674,1459040426,4),(1674,1477789226,5),(1674,1490490027,4),(1674,1509238827,5),(1674,1521939627,4),(1674,1540688427,5),(1674,1553994027,4),(1674,1572138027,5),(1674,1585443627,4),(1674,1603587627,5),(1674,1616893227,4),(1674,1635642027,5),(1674,1648342827,4),(1674,1667091627,5),(1674,1679792427,4),(1674,1698541227,5),(1674,1711846827,4),(1674,1729990827,5),(1674,1743296427,4),(1674,1761440427,5),(1674,1774746027,4),(1674,1792890027,5),(1674,1806195627,4),(1674,1824944427,5),(1674,1837645227,4),(1674,1856394027,5),(1674,1869094827,4),(1674,1887843627,5),(1674,1901149227,4),(1674,1919293227,5),(1674,1932598827,4),(1674,1950742827,5),(1674,1964048427,4),(1674,1982797227,5),(1674,1995498027,4),(1674,2014246827,5),(1674,2026947627,4),(1674,2045696427,5),(1674,2058397227,4),(1674,2077146027,5),(1674,2090451627,4),(1674,2108595627,5),(1674,2121901227,4),(1674,2140045227,5),(1675,-2147483648,1),(1675,-1441158600,2),(1675,-1247536800,3),(1675,-899780400,6),(1675,-857257200,4),(1675,-844556400,5),(1675,-828226800,4),(1675,-812502000,5),(1675,-804650400,3),(1675,354920409,7),(1675,370728010,3),(1675,386456410,7),(1675,402264011,3),(1675,417992411,7),(1675,433800012,3),(1675,449614812,7),(1675,465346812,8),(1675,481071612,9),(1675,496796413,8),(1675,512521213,9),(1675,528246013,8),(1675,543970813,9),(1675,559695613,8),(1675,575420414,9),(1675,591145214,8),(1675,606870014,9),(1675,622594814,8),(1675,631141214,3),(1675,670374016,10),(1675,686102416,11),(1675,701827216,10),(1675,717552017,11),(1675,733276817,10),(1675,749001618,11),(1675,764726418,10),(1675,780451219,11),(1675,796176019,10),(1675,811900819,11),(1675,828230420,10),(1675,846374420,11),(1675,859680020,10),(1675,877824021,11),(1675,891129621,10),(1675,909273621,11),(1675,922579222,10),(1675,941328022,11),(1675,954028822,10),(1675,972777622,11),(1675,985478422,10),(1675,1004227222,11),(1675,1017532822,10),(1675,1035676822,11),(1675,1048982422,10),(1675,1067126422,11),(1675,1080432022,10),(1675,1099180822,11),(1675,1111881622,10),(1675,1130630422,11),(1675,1143331223,10),(1675,1162080023,11),(1675,1174780823,10),(1675,1193529623,11),(1675,1206835223,10),(1675,1224979223,11),(1675,1238284824,10),(1675,1256428824,11),(1675,1269734424,10),(1675,1288483224,11),(1675,1301184024,12),(1676,-2147483648,1),(1676,-1854403761,6),(1676,-1689814800,2),(1676,-1680397200,3),(1676,-1665363600,2),(1676,-1648342800,3),(1676,-1635123600,2),(1676,-1616893200,3),(1676,-1604278800,2),(1676,-1585443600,3),(1676,-1574038800,2),(1676,-1552266000,3),(1676,-1539997200,2),(1676,-1520557200,3),(1676,-1507510800,2),(1676,-1490576400,3),(1676,-1470618000,2),(1676,-1459126800,3),(1676,-1444006800,2),(1676,-1427677200,3),(1676,-1411952400,2),(1676,-1396227600,3),(1676,-1379293200,2),(1676,-1364778000,3),(1676,-1348448400,2),(1676,-1333328400,3),(1676,-1316394000,2),(1676,-1301274000,3),(1676,-1284339600,2),(1676,-1269824400,3),(1676,-1253494800,2),(1676,-1238374800,3),(1676,-1221440400,2),(1676,-1206925200,3),(1676,-1191200400,2),(1676,-1175475600,3),(1676,-1160355600,2),(1676,-1143421200,3),(1676,-1127696400,2),(1676,-1111971600,3),(1676,-1096851600,2),(1676,-1080522000,3),(1676,-1063587600,2),(1676,-1049072400,3),(1676,-1033347600,2),(1676,-1017622800,3),(1676,-1002502800,2),(1676,-986173200,3),(1676,-969238800,2),(1676,-950490000,3),(1676,-942012000,4),(1676,-904438800,5),(1676,-891136800,4),(1676,-877827600,5),(1676,-857257200,4),(1676,-844556400,5),(1676,-828226800,4),(1676,-812502000,5),(1676,-796266000,4),(1676,-781052400,5),(1676,-766623600,8),(1676,196819205,7),(1676,212540405,8),(1676,228877206,9),(1676,243997206,10),(1676,260326807,9),(1676,276051607,10),(1676,291776408,9),(1676,307501208,10),(1676,323830809,9),(1676,338950809,10),(1676,354675609,9),(1676,370400410,10),(1676,386125210,9),(1676,401850011,10),(1676,417574811,9),(1676,433299612,10),(1676,449024412,9),(1676,465354012,10),(1676,481078812,9),(1676,496803613,10),(1676,512528413,9),(1676,528253213,10),(1676,543978013,9),(1676,559702813,10),(1676,575427614,9),(1676,591152414,10),(1676,606877214,9),(1676,622602014,10),(1676,638326815,9),(1676,654656415,10),(1676,670381216,9),(1676,686106016,10),(1676,701830816,9),(1676,717555617,10),(1676,733280417,9),(1676,749005218,10),(1676,764730018,9),(1676,780454819,10),(1676,796179619,9),(1676,811904419,10),(1676,828234020,9),(1676,846378020,10),(1676,859683620,9),(1676,877827621,10),(1676,891133221,9),(1676,909277221,10),(1676,922582822,9),(1676,941331622,10),(1676,954032422,9),(1676,972781222,10),(1676,985482022,9),(1676,1004230822,10),(1676,1017536422,9),(1676,1035680422,10),(1676,1048986022,9),(1676,1067130022,10),(1676,1080435622,9),(1676,1099184422,10),(1676,1111885222,9),(1676,1130634022,10),(1676,1143334823,9),(1676,1162083623,10),(1676,1174784423,9),(1676,1193533223,10),(1676,1206838823,9),(1676,1224982823,10),(1676,1238288424,9),(1676,1256432424,10),(1676,1269738024,9),(1676,1288486824,10),(1676,1301187624,9),(1676,1319936424,10),(1676,1332637224,9),(1676,1351386025,10),(1676,1364691625,9),(1676,1382835625,10),(1676,1396141225,9),(1676,1414285225,10),(1676,1427590825,9),(1676,1445734826,10),(1676,1459040426,9),(1676,1477789226,10),(1676,1490490027,9),(1676,1509238827,10),(1676,1521939627,9),(1676,1540688427,10),(1676,1553994027,9),(1676,1572138027,10),(1676,1585443627,9),(1676,1603587627,10),(1676,1616893227,9),(1676,1635642027,10),(1676,1648342827,9),(1676,1667091627,10),(1676,1679792427,9),(1676,1698541227,10),(1676,1711846827,9),(1676,1729990827,10),(1676,1743296427,9),(1676,1761440427,10),(1676,1774746027,9),(1676,1792890027,10),(1676,1806195627,9),(1676,1824944427,10),(1676,1837645227,9),(1676,1856394027,10),(1676,1869094827,9),(1676,1887843627,10),(1676,1901149227,9),(1676,1919293227,10),(1676,1932598827,9),(1676,1950742827,10),(1676,1964048427,9),(1676,1982797227,10),(1676,1995498027,9),(1676,2014246827,10),(1676,2026947627,9),(1676,2045696427,10),(1676,2058397227,9),(1676,2077146027,10),(1676,2090451627,9),(1676,2108595627,10),(1676,2121901227,9),(1676,2140045227,10),(1677,-2147483648,1),(1677,-1688265017,3),(1677,-1656819079,2),(1677,-1641353479,3),(1677,-1627965079,4),(1677,-1618716679,2),(1677,-1596429079,4),(1677,-1593820800,5),(1677,-1589860800,6),(1677,-1542427200,7),(1677,-1539493200,8),(1677,-1525323600,7),(1677,-1522728000,6),(1677,-1491188400,9),(1677,-1247536800,6),(1677,354920409,7),(1677,370728010,6),(1677,386456410,7),(1677,402264011,6),(1677,417992411,7),(1677,433800012,6),(1677,449614812,7),(1677,465346812,10),(1677,481071612,11),(1677,496796413,10),(1677,512521213,11),(1677,528246013,10),(1677,543970813,11),(1677,559695613,10),(1677,575420414,11),(1677,591145214,10),(1677,606870014,11),(1677,622594814,10),(1677,638319615,11),(1677,654649215,10),(1677,670374016,12),(1677,686102416,13),(1677,695779216,10),(1677,701823616,11),(1677,717548417,10),(1677,733273217,11),(1677,748998018,10),(1677,764722818,11),(1677,780447619,10),(1677,796172419,11),(1677,811897219,10),(1677,828226820,11),(1677,846370820,10),(1677,859676420,11),(1677,877820421,10),(1677,891126021,11),(1677,909270021,10),(1677,922575622,11),(1677,941324422,10),(1677,954025222,11),(1677,972774022,10),(1677,985474822,11),(1677,1004223622,10),(1677,1017529222,11),(1677,1035673222,10),(1677,1048978822,11),(1677,1067122822,10),(1677,1080428422,11),(1677,1099177222,10),(1677,1111878022,11),(1677,1130626822,10),(1677,1143327623,11),(1677,1162076423,10),(1677,1174777223,11),(1677,1193526023,10),(1677,1206831623,11),(1677,1224975623,10),(1677,1238281224,11),(1677,1256425224,10),(1677,1269730824,11),(1677,1288479624,10),(1677,1301180424,14),(1677,1414274425,10),(1678,-2147483648,0),(1678,-1518920008,2),(1678,166572004,1),(1678,182293204,2),(1678,200959205,1),(1678,213829205,2),(1678,228866406,1),(1678,243982806,2),(1678,260316007,1),(1678,276123607,2),(1678,291765608,1),(1678,307486808,2),(1678,323820009,1),(1678,338936409,2),(1678,354664809,1),(1678,370386010,2),(1678,386114410,1),(1678,401835611,2),(1678,417564011,1),(1678,433285212,2),(1678,449013612,1),(1678,465339612,2),(1678,481068012,1),(1678,496789213,2),(1678,512517613,1),(1678,528238813,2),(1678,543967213,1),(1678,559688413,2),(1678,575416814,1),(1678,591138014,2),(1678,606866414,1),(1678,622587614,2),(1678,638316015,1),(1678,654642015,2),(1678,670370416,1),(1678,686091616,2),(1678,701820016,1),(1678,717541217,2),(1678,733269617,1),(1678,748990818,2),(1678,764719218,1),(1678,780440419,2),(1678,796168819,1),(1678,811890019,2),(1678,828223220,1),(1678,843944420,2),(1678,859672820,1),(1678,875394021,2),(1678,891122421,1),(1678,909277221,3),(1678,922582822,4),(1678,941331622,3),(1678,954032422,4),(1678,972781222,3),(1678,985482022,4),(1678,1004230822,3),(1678,1017536422,4),(1678,1035680422,3),(1678,1048986022,4),(1678,1067130022,3),(1678,1080435622,4),(1678,1099184422,3),(1678,1111885222,4),(1678,1130634022,3),(1678,1143334823,4),(1678,1162083623,3),(1678,1174784423,4),(1678,1193533223,3),(1678,1206838823,4),(1678,1224982823,3),(1678,1238288424,4),(1678,1256432424,3),(1678,1269738024,4),(1678,1288486824,3),(1678,1301187624,4),(1678,1319936424,3),(1678,1332637224,4),(1678,1351386025,3),(1678,1364691625,4),(1678,1382835625,3),(1678,1396141225,4),(1678,1414285225,3),(1678,1427590825,4),(1678,1445734826,3),(1678,1459040426,4),(1678,1477789226,3),(1678,1490490027,4),(1678,1509238827,3),(1678,1521939627,4),(1678,1540688427,3),(1678,1553994027,4),(1678,1572138027,3),(1678,1585443627,4),(1678,1603587627,3),(1678,1616893227,4),(1678,1635642027,3),(1678,1648342827,4),(1678,1667091627,3),(1678,1679792427,4),(1678,1698541227,3),(1678,1711846827,4),(1678,1729990827,3),(1678,1743296427,4),(1678,1761440427,3),(1678,1774746027,4),(1678,1792890027,3),(1678,1806195627,4),(1678,1824944427,3),(1678,1837645227,4),(1678,1856394027,3),(1678,1869094827,4),(1678,1887843627,3),(1678,1901149227,4),(1678,1919293227,3),(1678,1932598827,4),(1678,1950742827,3),(1678,1964048427,4),(1678,1982797227,3),(1678,1995498027,4),(1678,2014246827,3),(1678,2026947627,4),(1678,2045696427,3),(1678,2058397227,4),(1678,2077146027,3),(1678,2090451627,4),(1678,2108595627,3),(1678,2121901227,4),(1678,2140045227,3),(1679,-2147483648,2),(1679,-1691884800,1),(1679,-1680573600,2),(1679,-927511200,1),(1679,-857257200,3),(1679,-844556400,4),(1679,-828226800,3),(1679,-812502000,4),(1679,-796777200,3),(1679,-781052400,4),(1679,-765327600,3),(1679,-340844400,4),(1679,-324514800,3),(1679,-308790000,4),(1679,-293065200,3),(1679,-277340400,4),(1679,-261615600,3),(1679,-245890800,4),(1679,-230166000,3),(1679,-214441200,4),(1679,-198716400,3),(1679,-182991600,4),(1679,-166662000,3),(1679,-147913200,4),(1679,-135212400,3),(1679,315529208,2),(1679,323830809,5),(1679,338950809,6),(1679,354675609,5),(1679,370400410,6),(1679,386125210,5),(1679,401850011,6),(1679,417574811,5),(1679,433299612,6),(1679,449024412,5),(1679,465354012,6),(1679,481078812,5),(1679,496803613,6),(1679,512528413,5),(1679,528253213,6),(1679,543978013,5),(1679,559702813,6),(1679,575427614,5),(1679,591152414,6),(1679,606877214,5),(1679,622602014,6),(1679,638326815,5),(1679,654656415,6),(1679,670381216,5),(1679,686106016,6),(1679,701830816,5),(1679,717555617,6),(1679,733280417,5),(1679,749005218,6),(1679,764730018,5),(1679,780454819,6),(1679,796179619,5),(1679,811904419,6),(1679,828234020,5),(1679,846378020,6),(1679,859683620,5),(1679,877827621,6),(1679,891133221,5),(1679,909277221,6),(1679,922582822,5),(1679,941331622,6),(1679,954032422,5),(1679,972781222,6),(1679,985482022,5),(1679,1004230822,6),(1679,1017536422,5),(1679,1035680422,6),(1679,1048986022,5),(1679,1067130022,6),(1679,1080435622,5),(1679,1099184422,6),(1679,1111885222,5),(1679,1130634022,6),(1679,1143334823,5),(1679,1162083623,6),(1679,1174784423,5),(1679,1193533223,6),(1679,1206838823,5),(1679,1224982823,6),(1679,1238288424,5),(1679,1256432424,6),(1679,1269738024,5),(1679,1288486824,6),(1679,1301187624,5),(1679,1319936424,6),(1679,1332637224,5),(1679,1351386025,6),(1679,1364691625,5),(1679,1382835625,6),(1679,1396141225,5),(1679,1414285225,6),(1679,1427590825,5),(1679,1445734826,6),(1679,1459040426,5),(1679,1477789226,6),(1679,1490490027,5),(1679,1509238827,6),(1679,1521939627,5),(1679,1540688427,6),(1679,1553994027,5),(1679,1572138027,6),(1679,1585443627,5),(1679,1603587627,6),(1679,1616893227,5),(1679,1635642027,6),(1679,1648342827,5),(1679,1667091627,6),(1679,1679792427,5),(1679,1698541227,6),(1679,1711846827,5),(1679,1729990827,6),(1679,1743296427,5),(1679,1761440427,6),(1679,1774746027,5),(1679,1792890027,6),(1679,1806195627,5),(1679,1824944427,6),(1679,1837645227,5),(1679,1856394027,6),(1679,1869094827,5),(1679,1887843627,6),(1679,1901149227,5),(1679,1919293227,6),(1679,1932598827,5),(1679,1950742827,6),(1679,1964048427,5),(1679,1982797227,6),(1679,1995498027,5),(1679,2014246827,6),(1679,2026947627,5),(1679,2045696427,6),(1679,2058397227,5),(1679,2077146027,6),(1679,2090451627,5),(1679,2108595627,6),(1679,2121901227,5),(1679,2140045227,6),(1680,-2147483648,1),(1680,-1855958961,5),(1680,-1689814800,2),(1680,-1680397200,3),(1680,-1665363600,2),(1680,-1648342800,3),(1680,-1635123600,2),(1680,-1616893200,3),(1680,-1604278800,2),(1680,-1585443600,3),(1680,-1574038800,2),(1680,-1552266000,3),(1680,-1539997200,2),(1680,-1520557200,3),(1680,-1507510800,2),(1680,-1490576400,3),(1680,-1470618000,2),(1680,-1459126800,3),(1680,-1444006800,2),(1680,-1427677200,3),(1680,-1411952400,2),(1680,-1396227600,3),(1680,-1379293200,2),(1680,-1364778000,3),(1680,-1348448400,2),(1680,-1333328400,3),(1680,-1316394000,2),(1680,-1301274000,3),(1680,-1284339600,2),(1680,-1269824400,3),(1680,-1253494800,2),(1680,-1238374800,3),(1680,-1221440400,2),(1680,-1206925200,3),(1680,-1191200400,2),(1680,-1175475600,3),(1680,-1160355600,2),(1680,-1143421200,3),(1680,-1127696400,2),(1680,-1111971600,3),(1680,-1096851600,2),(1680,-1080522000,3),(1680,-1063587600,2),(1680,-1049072400,3),(1680,-1033347600,2),(1680,-1017622800,3),(1680,-1002502800,2),(1680,-986173200,3),(1680,-969238800,2),(1680,-950490000,3),(1680,-942012000,4),(1680,-932436000,8),(1680,-857257200,6),(1680,-844556400,7),(1680,-828226800,6),(1680,-812502000,7),(1680,-800071200,9),(1680,-796266000,4),(1680,-781052400,9),(1680,-766623600,10),(1680,196819205,8),(1680,212540405,10),(1680,228877206,11),(1680,243997206,12),(1680,260326807,11),(1680,276051607,12),(1680,291776408,11),(1680,307501208,12),(1680,323830809,11),(1680,338950809,12),(1680,354675609,11),(1680,370400410,12),(1680,386125210,11),(1680,401850011,12),(1680,417574811,11),(1680,433299612,12),(1680,449024412,11),(1680,465354012,12),(1680,481078812,11),(1680,496803613,12),(1680,512528413,11),(1680,528253213,12),(1680,543978013,11),(1680,559702813,12),(1680,575427614,11),(1680,591152414,12),(1680,606877214,11),(1680,622602014,12),(1680,638326815,11),(1680,654656415,12),(1680,670381216,11),(1680,686106016,12),(1680,701830816,11),(1680,717555617,12),(1680,733280417,11),(1680,749005218,12),(1680,764730018,11),(1680,780454819,12),(1680,796179619,11),(1680,811904419,12),(1680,828234020,11),(1680,846378020,12),(1680,859683620,11),(1680,877827621,12),(1680,891133221,11),(1680,909277221,12),(1680,922582822,11),(1680,941331622,12),(1680,954032422,11),(1680,972781222,12),(1680,985482022,11),(1680,1004230822,12),(1680,1017536422,11),(1680,1035680422,12),(1680,1048986022,11),(1680,1067130022,12),(1680,1080435622,11),(1680,1099184422,12),(1680,1111885222,11),(1680,1130634022,12),(1680,1143334823,11),(1680,1162083623,12),(1680,1174784423,11),(1680,1193533223,12),(1680,1206838823,11),(1680,1224982823,12),(1680,1238288424,11),(1680,1256432424,12),(1680,1269738024,11),(1680,1288486824,12),(1680,1301187624,11),(1680,1319936424,12),(1680,1332637224,11),(1680,1351386025,12),(1680,1364691625,11),(1680,1382835625,12),(1680,1396141225,11),(1680,1414285225,12),(1680,1427590825,11),(1680,1445734826,12),(1680,1459040426,11),(1680,1477789226,12),(1680,1490490027,11),(1680,1509238827,12),(1680,1521939627,11),(1680,1540688427,12),(1680,1553994027,11),(1680,1572138027,12),(1680,1585443627,11),(1680,1603587627,12),(1680,1616893227,11),(1680,1635642027,12),(1680,1648342827,11),(1680,1667091627,12),(1680,1679792427,11),(1680,1698541227,12),(1680,1711846827,11),(1680,1729990827,12),(1680,1743296427,11),(1680,1761440427,12),(1680,1774746027,11),(1680,1792890027,12),(1680,1806195627,11),(1680,1824944427,12),(1680,1837645227,11),(1680,1856394027,12),(1680,1869094827,11),(1680,1887843627,12),(1680,1901149227,11),(1680,1919293227,12),(1680,1932598827,11),(1680,1950742827,12),(1680,1964048427,11),(1680,1982797227,12),(1680,1995498027,11),(1680,2014246827,12),(1680,2026947627,11),(1680,2045696427,12),(1680,2058397227,11),(1680,2077146027,12),(1680,2090451627,11),(1680,2108595627,12),(1680,2121901227,11),(1680,2140045227,12),(1681,-2147483648,1),(1681,-905824800,4),(1681,-857257200,2),(1681,-844556400,3),(1681,-828226800,2),(1681,-812502000,3),(1681,-796777200,2),(1681,-788922000,1),(1681,-777942000,3),(1681,-766623600,2),(1681,407199611,1),(1681,417574811,5),(1681,433299612,6),(1681,449024412,5),(1681,465354012,6),(1681,481078812,5),(1681,496803613,6),(1681,512528413,5),(1681,528253213,6),(1681,543978013,5),(1681,559702813,6),(1681,575427614,5),(1681,591152414,6),(1681,606877214,5),(1681,622602014,6),(1681,638326815,5),(1681,654656415,6),(1681,670381216,5),(1681,686106016,6),(1681,701830816,5),(1681,717555617,6),(1681,733280417,5),(1681,749005218,6),(1681,764730018,5),(1681,780454819,6),(1681,796179619,5),(1681,811904419,6),(1681,828234020,5),(1681,846378020,6),(1681,859683620,5),(1681,877827621,6),(1681,891133221,5),(1681,909277221,6),(1681,922582822,5),(1681,941331622,6),(1681,954032422,5),(1681,972781222,6),(1681,985482022,5),(1681,1004230822,6),(1681,1017536422,5),(1681,1035680422,6),(1681,1048986022,5),(1681,1067130022,6),(1681,1080435622,5),(1681,1099184422,6),(1681,1111885222,5),(1681,1130634022,6),(1681,1143334823,5),(1681,1162083623,6),(1681,1174784423,5),(1681,1193533223,6),(1681,1206838823,5),(1681,1224982823,6),(1681,1238288424,5),(1681,1256432424,6),(1681,1269738024,5),(1681,1288486824,6),(1681,1301187624,5),(1681,1319936424,6),(1681,1332637224,5),(1681,1351386025,6),(1681,1364691625,5),(1681,1382835625,6),(1681,1396141225,5),(1681,1414285225,6),(1681,1427590825,5),(1681,1445734826,6),(1681,1459040426,5),(1681,1477789226,6),(1681,1490490027,5),(1681,1509238827,6),(1681,1521939627,5),(1681,1540688427,6),(1681,1553994027,5),(1681,1572138027,6),(1681,1585443627,5),(1681,1603587627,6),(1681,1616893227,5),(1681,1635642027,6),(1681,1648342827,5),(1681,1667091627,6),(1681,1679792427,5),(1681,1698541227,6),(1681,1711846827,5),(1681,1729990827,6),(1681,1743296427,5),(1681,1761440427,6),(1681,1774746027,5),(1681,1792890027,6),(1681,1806195627,5),(1681,1824944427,6),(1681,1837645227,5),(1681,1856394027,6),(1681,1869094827,5),(1681,1887843627,6),(1681,1901149227,5),(1681,1919293227,6),(1681,1932598827,5),(1681,1950742827,6),(1681,1964048427,5),(1681,1982797227,6),(1681,1995498027,5),(1681,2014246827,6),(1681,2026947627,5),(1681,2045696427,6),(1681,2058397227,5),(1681,2077146027,6),(1681,2090451627,5),(1681,2108595627,6),(1681,2121901227,5),(1681,2140045227,6),(1682,-2147483648,2),(1682,-1693706400,1),(1682,-1680483600,2),(1682,-1663455600,3),(1682,-1650150000,4),(1682,-1632006000,3),(1682,-1618700400,4),(1682,-938905200,3),(1682,-857257200,4),(1682,-844556400,3),(1682,-828226800,4),(1682,-812502000,3),(1682,-796777200,4),(1682,-781052400,3),(1682,-777866400,1),(1682,-765327600,4),(1682,-746578800,3),(1682,-733359600,4),(1682,-728517600,5),(1682,-721260000,2),(1682,-716425200,3),(1682,-701910000,4),(1682,-684975600,3),(1682,-670460400,4),(1682,-654217200,3),(1682,-639010800,4),(1682,283993207,2),(1682,291776408,6),(1682,307501208,7),(1682,323830809,6),(1682,338950809,7),(1682,354675609,6),(1682,370400410,7),(1682,386125210,6),(1682,401850011,7),(1682,417574811,6),(1682,433299612,7),(1682,449024412,6),(1682,465354012,7),(1682,481078812,6),(1682,496803613,7),(1682,512528413,6),(1682,528253213,7),(1682,543978013,6),(1682,559702813,7),(1682,575427614,6),(1682,591152414,7),(1682,606877214,6),(1682,622602014,7),(1682,638326815,6),(1682,654656415,7),(1682,670381216,6),(1682,686106016,7),(1682,701830816,6),(1682,717555617,7),(1682,733280417,6),(1682,749005218,7),(1682,764730018,6),(1682,780454819,7),(1682,796179619,6),(1682,811904419,7),(1682,828234020,6),(1682,846378020,7),(1682,859683620,6),(1682,877827621,7),(1682,891133221,6),(1682,909277221,7),(1682,922582822,6),(1682,941331622,7),(1682,954032422,6),(1682,972781222,7),(1682,985482022,6),(1682,1004230822,7),(1682,1017536422,6),(1682,1035680422,7),(1682,1048986022,6),(1682,1067130022,7),(1682,1080435622,6),(1682,1099184422,7),(1682,1111885222,6),(1682,1130634022,7),(1682,1143334823,6),(1682,1162083623,7),(1682,1174784423,6),(1682,1193533223,7),(1682,1206838823,6),(1682,1224982823,7),(1682,1238288424,6),(1682,1256432424,7),(1682,1269738024,6),(1682,1288486824,7),(1682,1301187624,6),(1682,1319936424,7),(1682,1332637224,6),(1682,1351386025,7),(1682,1364691625,6),(1682,1382835625,7),(1682,1396141225,6),(1682,1414285225,7),(1682,1427590825,6),(1682,1445734826,7),(1682,1459040426,6),(1682,1477789226,7),(1682,1490490027,6),(1682,1509238827,7),(1682,1521939627,6),(1682,1540688427,7),(1682,1553994027,6),(1682,1572138027,7),(1682,1585443627,6),(1682,1603587627,7),(1682,1616893227,6),(1682,1635642027,7),(1682,1648342827,6),(1682,1667091627,7),(1682,1679792427,6),(1682,1698541227,7),(1682,1711846827,6),(1682,1729990827,7),(1682,1743296427,6),(1682,1761440427,7),(1682,1774746027,6),(1682,1792890027,7),(1682,1806195627,6),(1682,1824944427,7),(1682,1837645227,6),(1682,1856394027,7),(1682,1869094827,6),(1682,1887843627,7),(1682,1901149227,6),(1682,1919293227,7),(1682,1932598827,6),(1682,1950742827,7),(1682,1964048427,6),(1682,1982797227,7),(1682,1995498027,6),(1682,2014246827,7),(1682,2026947627,6),(1682,2045696427,7),(1682,2058397227,6),(1682,2077146027,7),(1682,2090451627,6),(1682,2108595627,7),(1682,2121901227,6),(1682,2140045227,7),(1683,-2147483648,1),(1683,-1632008194,2),(1683,-1618702594,1),(1683,-1601681794,2),(1683,-1597275394,1),(1683,-1377308194,3),(1683,-928029600,4),(1683,-899521200,7),(1683,-857257200,5),(1683,-844556400,6),(1683,-828226800,5),(1683,-812502000,6),(1683,-796777200,5),(1683,-795834000,4),(1683,354920409,8),(1683,370728010,4),(1683,386456410,8),(1683,402264011,4),(1683,417992411,8),(1683,433800012,4),(1683,449614812,8),(1683,465346812,9),(1683,481071612,10),(1683,496796413,9),(1683,512521213,10),(1683,528246013,9),(1683,543970813,10),(1683,559695613,9),(1683,575420414,10),(1683,591145214,9),(1683,606870014,11),(1683,622598414,12),(1683,638323215,11),(1683,654652815,12),(1683,670377616,11),(1683,686102416,12),(1683,701827216,11),(1683,717552017,12),(1683,733276817,11),(1683,749001618,12),(1683,764726418,11),(1683,780451219,12),(1683,796176019,11),(1683,811900819,12),(1683,828230420,11),(1683,843955220,12),(1683,853797620,3),(1683,859683620,13),(1683,877827621,14),(1683,891133221,13),(1683,909277221,14),(1683,922582822,13),(1683,941331622,14),(1683,951775222,3),(1683,985482022,13),(1683,1004230822,14),(1683,1017536422,13),(1683,1035680422,14),(1683,1048986022,13),(1683,1067130022,14),(1683,1080435622,13),(1683,1099184422,14),(1683,1111885222,13),(1683,1130634022,14),(1683,1143334823,13),(1683,1162083623,14),(1683,1174784423,13),(1683,1193533223,14),(1683,1206838823,13),(1683,1224982823,14),(1683,1238288424,13),(1683,1256432424,14),(1683,1269738024,13),(1683,1288486824,14),(1683,1301187624,13),(1683,1319936424,14),(1683,1332637224,13),(1683,1351386025,14),(1683,1364691625,13),(1683,1382835625,14),(1683,1396141225,13),(1683,1414285225,14),(1683,1427590825,13),(1683,1445734826,14),(1683,1459040426,13),(1683,1477789226,14),(1683,1490490027,13),(1683,1509238827,14),(1683,1521939627,13),(1683,1540688427,14),(1683,1553994027,13),(1683,1572138027,14),(1683,1585443627,13),(1683,1603587627,14),(1683,1616893227,13),(1683,1635642027,14),(1683,1648342827,13),(1683,1667091627,14),(1683,1679792427,13),(1683,1698541227,14),(1683,1711846827,13),(1683,1729990827,14),(1683,1743296427,13),(1683,1761440427,14),(1683,1774746027,13),(1683,1792890027,14),(1683,1806195627,13),(1683,1824944427,14),(1683,1837645227,13),(1683,1856394027,14),(1683,1869094827,13),(1683,1887843627,14),(1683,1901149227,13),(1683,1919293227,14),(1683,1932598827,13),(1683,1950742827,14),(1683,1964048427,13),(1683,1982797227,14),(1683,1995498027,13),(1683,2014246827,14),(1683,2026947627,13),(1683,2045696427,14),(1683,2058397227,13),(1683,2077146027,14),(1683,2090451627,13),(1683,2108595627,14),(1683,2121901227,13),(1683,2140045227,14),(1684,-2147483648,2),(1684,-1690765200,1),(1684,-1680487200,2),(1684,-1664758800,1),(1684,-1648951200,2),(1684,-1635123600,1),(1684,-1616896800,2),(1684,-1604278800,1),(1684,-1585533600,2),(1684,-1571014800,1),(1684,-1555293600,2),(1684,-932432400,1),(1684,-857257200,3),(1684,-844556400,4),(1684,-830311200,1),(1684,-828226800,3),(1684,-812502000,4),(1684,-807156000,1),(1684,-798073200,3),(1684,-781052400,1),(1684,-766717200,2),(1684,-750898800,4),(1684,-733359600,3),(1684,-719456400,4),(1684,-701917200,3),(1684,-689209200,4),(1684,-670460400,3),(1684,-114051600,4),(1684,-103168800,2),(1684,-81997200,4),(1684,-71715600,3),(1684,-50547600,4),(1684,-40266000,3),(1684,-18493200,4),(1684,-8211600,3),(1684,12956400,4),(1684,23238000,3),(1684,43801200,4),(1684,54687600,3),(1684,75855600,4),(1684,86742001,3),(1684,107910002,4),(1684,118191602,3),(1684,138754803,4),(1684,149641203,3),(1684,170809204,4),(1684,181090804,3),(1684,202258805,4),(1684,212540405,3),(1684,233103606,4),(1684,243990006,3),(1684,265158007,4),(1684,276044407,3),(1684,296607608,4),(1684,307494008,3),(1684,315529208,2),(1684,323830809,5),(1684,338950809,6),(1684,354675609,5),(1684,370400410,6),(1684,386125210,5),(1684,401850011,6),(1684,417574811,5),(1684,433299612,6),(1684,449024412,5),(1684,465354012,6),(1684,481078812,5),(1684,496803613,6),(1684,512528413,5),(1684,528253213,6),(1684,543978013,5),(1684,559702813,6),(1684,575427614,5),(1684,591152414,6),(1684,606877214,5),(1684,622602014,6),(1684,638326815,5),(1684,654656415,6),(1684,670381216,5),(1684,686106016,6),(1684,701830816,5),(1684,717555617,6),(1684,733280417,5),(1684,749005218,6),(1684,764730018,5),(1684,780454819,6),(1684,796179619,5),(1684,811904419,6),(1684,828234020,5),(1684,846378020,6),(1684,859683620,5),(1684,877827621,6),(1684,891133221,5),(1684,909277221,6),(1684,922582822,5),(1684,941331622,6),(1684,954032422,5),(1684,972781222,6),(1684,985482022,5),(1684,1004230822,6),(1684,1017536422,5),(1684,1035680422,6),(1684,1048986022,5),(1684,1067130022,6),(1684,1080435622,5),(1684,1099184422,6),(1684,1111885222,5),(1684,1130634022,6),(1684,1143334823,5),(1684,1162083623,6),(1684,1174784423,5),(1684,1193533223,6),(1684,1206838823,5),(1684,1224982823,6),(1684,1238288424,5),(1684,1256432424,6),(1684,1269738024,5),(1684,1288486824,6),(1684,1301187624,5),(1684,1319936424,6),(1684,1332637224,5),(1684,1351386025,6),(1684,1364691625,5),(1684,1382835625,6),(1684,1396141225,5),(1684,1414285225,6),(1684,1427590825,5),(1684,1445734826,6),(1684,1459040426,5),(1684,1477789226,6),(1684,1490490027,5),(1684,1509238827,6),(1684,1521939627,5),(1684,1540688427,6),(1684,1553994027,5),(1684,1572138027,6),(1684,1585443627,5),(1684,1603587627,6),(1684,1616893227,5),(1684,1635642027,6),(1684,1648342827,5),(1684,1667091627,6),(1684,1679792427,5),(1684,1698541227,6),(1684,1711846827,5),(1684,1729990827,6),(1684,1743296427,5),(1684,1761440427,6),(1684,1774746027,5),(1684,1792890027,6),(1684,1806195627,5),(1684,1824944427,6),(1684,1837645227,5),(1684,1856394027,6),(1684,1869094827,5),(1684,1887843627,6),(1684,1901149227,5),(1684,1919293227,6),(1684,1932598827,5),(1684,1950742827,6),(1684,1964048427,5),(1684,1982797227,6),(1684,1995498027,5),(1684,2014246827,6),(1684,2026947627,5),(1684,2045696427,6),(1684,2058397227,5),(1684,2077146027,6),(1684,2090451627,5),(1684,2108595627,6),(1684,2121901227,5),(1684,2140045227,6),(1685,-2147483648,0),(1685,-1593820800,1),(1685,-1247540400,2),(1685,354916809,3),(1685,370724410,2),(1685,386452810,3),(1685,402260411,2),(1685,417988811,3),(1685,433796412,2),(1685,449611212,3),(1685,465343212,4),(1685,481068012,5),(1685,496792813,4),(1685,512517613,5),(1685,528242413,4),(1685,543967213,5),(1685,559692013,4),(1685,575416814,5),(1685,591141614,4),(1685,606866414,6),(1685,622594814,7),(1685,638319615,6),(1685,654649215,7),(1685,670374016,8),(1685,686102416,7),(1685,687916816,2),(1685,701820016,5),(1685,717544817,4),(1685,733269617,5),(1685,748994418,4),(1685,764719218,5),(1685,780444019,4),(1685,796168819,5),(1685,811893619,4),(1685,828223220,5),(1685,846367220,4),(1685,859672820,5),(1685,877816821,4),(1685,891122421,5),(1685,909266421,4),(1685,922572022,5),(1685,941320822,4),(1685,954021622,5),(1685,972770422,4),(1685,985471222,5),(1685,1004220022,4),(1685,1017525622,5),(1685,1035669622,4),(1685,1048975222,5),(1685,1067119222,4),(1685,1080424822,5),(1685,1099173622,4),(1685,1111874422,5),(1685,1130623222,4),(1685,1143324023,5),(1685,1162072823,4),(1685,1174773623,5),(1685,1193522423,4),(1685,1206828023,5),(1685,1224972023,4),(1685,1238277624,5),(1685,1256421624,4),(1685,1269727224,6),(1685,1288479624,7),(1685,1301180424,4),(1686,-2147483648,2),(1686,-1690765200,1),(1686,-1680487200,2),(1686,-1664758800,1),(1686,-1648951200,2),(1686,-1635123600,1),(1686,-1616896800,2),(1686,-1604278800,1),(1686,-1585533600,2),(1686,-1571014800,1),(1686,-1555293600,2),(1686,-932432400,1),(1686,-857257200,3),(1686,-844556400,4),(1686,-830311200,1),(1686,-828226800,3),(1686,-812502000,4),(1686,-807156000,1),(1686,-798073200,3),(1686,-781052400,1),(1686,-766717200,2),(1686,-750898800,4),(1686,-733359600,3),(1686,-719456400,4),(1686,-701917200,3),(1686,-689209200,4),(1686,-670460400,3),(1686,-114051600,4),(1686,-103168800,2),(1686,-81997200,4),(1686,-71715600,3),(1686,-50547600,4),(1686,-40266000,3),(1686,-18493200,4),(1686,-8211600,3),(1686,12956400,4),(1686,23238000,3),(1686,43801200,4),(1686,54687600,3),(1686,75855600,4),(1686,86742001,3),(1686,107910002,4),(1686,118191602,3),(1686,138754803,4),(1686,149641203,3),(1686,170809204,4),(1686,181090804,3),(1686,202258805,4),(1686,212540405,3),(1686,233103606,4),(1686,243990006,3),(1686,265158007,4),(1686,276044407,3),(1686,296607608,4),(1686,307494008,3),(1686,315529208,2),(1686,323830809,5),(1686,338950809,6),(1686,354675609,5),(1686,370400410,6),(1686,386125210,5),(1686,401850011,6),(1686,417574811,5),(1686,433299612,6),(1686,449024412,5),(1686,465354012,6),(1686,481078812,5),(1686,496803613,6),(1686,512528413,5),(1686,528253213,6),(1686,543978013,5),(1686,559702813,6),(1686,575427614,5),(1686,591152414,6),(1686,606877214,5),(1686,622602014,6),(1686,638326815,5),(1686,654656415,6),(1686,670381216,5),(1686,686106016,6),(1686,701830816,5),(1686,717555617,6),(1686,733280417,5),(1686,749005218,6),(1686,764730018,5),(1686,780454819,6),(1686,796179619,5),(1686,811904419,6),(1686,828234020,5),(1686,846378020,6),(1686,859683620,5),(1686,877827621,6),(1686,891133221,5),(1686,909277221,6),(1686,922582822,5),(1686,941331622,6),(1686,954032422,5),(1686,972781222,6),(1686,985482022,5),(1686,1004230822,6),(1686,1017536422,5),(1686,1035680422,6),(1686,1048986022,5),(1686,1067130022,6),(1686,1080435622,5),(1686,1099184422,6),(1686,1111885222,5),(1686,1130634022,6),(1686,1143334823,5),(1686,1162083623,6),(1686,1174784423,5),(1686,1193533223,6),(1686,1206838823,5),(1686,1224982823,6),(1686,1238288424,5),(1686,1256432424,6),(1686,1269738024,5),(1686,1288486824,6),(1686,1301187624,5),(1686,1319936424,6),(1686,1332637224,5),(1686,1351386025,6),(1686,1364691625,5),(1686,1382835625,6),(1686,1396141225,5),(1686,1414285225,6),(1686,1427590825,5),(1686,1445734826,6),(1686,1459040426,5),(1686,1477789226,6),(1686,1490490027,5),(1686,1509238827,6),(1686,1521939627,5),(1686,1540688427,6),(1686,1553994027,5),(1686,1572138027,6),(1686,1585443627,5),(1686,1603587627,6),(1686,1616893227,5),(1686,1635642027,6),(1686,1648342827,5),(1686,1667091627,6),(1686,1679792427,5),(1686,1698541227,6),(1686,1711846827,5),(1686,1729990827,6),(1686,1743296427,5),(1686,1761440427,6),(1686,1774746027,5),(1686,1792890027,6),(1686,1806195627,5),(1686,1824944427,6),(1686,1837645227,5),(1686,1856394027,6),(1686,1869094827,5),(1686,1887843627,6),(1686,1901149227,5),(1686,1919293227,6),(1686,1932598827,5),(1686,1950742827,6),(1686,1964048427,5),(1686,1982797227,6),(1686,1995498027,5),(1686,2014246827,6),(1686,2026947627,5),(1686,2045696427,6),(1686,2058397227,5),(1686,2077146027,6),(1686,2090451627,5),(1686,2108595627,6),(1686,2121901227,5),(1686,2140045227,6),(1687,-2147483648,1),(1687,-905824800,4),(1687,-857257200,2),(1687,-844556400,3),(1687,-828226800,2),(1687,-812502000,3),(1687,-796777200,2),(1687,-788922000,1),(1687,-777942000,3),(1687,-766623600,2),(1687,407199611,1),(1687,417574811,5),(1687,433299612,6),(1687,449024412,5),(1687,465354012,6),(1687,481078812,5),(1687,496803613,6),(1687,512528413,5),(1687,528253213,6),(1687,543978013,5),(1687,559702813,6),(1687,575427614,5),(1687,591152414,6),(1687,606877214,5),(1687,622602014,6),(1687,638326815,5),(1687,654656415,6),(1687,670381216,5),(1687,686106016,6),(1687,701830816,5),(1687,717555617,6),(1687,733280417,5),(1687,749005218,6),(1687,764730018,5),(1687,780454819,6),(1687,796179619,5),(1687,811904419,6),(1687,828234020,5),(1687,846378020,6),(1687,859683620,5),(1687,877827621,6),(1687,891133221,5),(1687,909277221,6),(1687,922582822,5),(1687,941331622,6),(1687,954032422,5),(1687,972781222,6),(1687,985482022,5),(1687,1004230822,6),(1687,1017536422,5),(1687,1035680422,6),(1687,1048986022,5),(1687,1067130022,6),(1687,1080435622,5),(1687,1099184422,6),(1687,1111885222,5),(1687,1130634022,6),(1687,1143334823,5),(1687,1162083623,6),(1687,1174784423,5),(1687,1193533223,6),(1687,1206838823,5),(1687,1224982823,6),(1687,1238288424,5),(1687,1256432424,6),(1687,1269738024,5),(1687,1288486824,6),(1687,1301187624,5),(1687,1319936424,6),(1687,1332637224,5),(1687,1351386025,6),(1687,1364691625,5),(1687,1382835625,6),(1687,1396141225,5),(1687,1414285225,6),(1687,1427590825,5),(1687,1445734826,6),(1687,1459040426,5),(1687,1477789226,6),(1687,1490490027,5),(1687,1509238827,6),(1687,1521939627,5),(1687,1540688427,6),(1687,1553994027,5),(1687,1572138027,6),(1687,1585443627,5),(1687,1603587627,6),(1687,1616893227,5),(1687,1635642027,6),(1687,1648342827,5),(1687,1667091627,6),(1687,1679792427,5),(1687,1698541227,6),(1687,1711846827,5),(1687,1729990827,6),(1687,1743296427,5),(1687,1761440427,6),(1687,1774746027,5),(1687,1792890027,6),(1687,1806195627,5),(1687,1824944427,6),(1687,1837645227,5),(1687,1856394027,6),(1687,1869094827,5),(1687,1887843627,6),(1687,1901149227,5),(1687,1919293227,6),(1687,1932598827,5),(1687,1950742827,6),(1687,1964048427,5),(1687,1982797227,6),(1687,1995498027,5),(1687,2014246827,6),(1687,2026947627,5),(1687,2045696427,6),(1687,2058397227,5),(1687,2077146027,6),(1687,2090451627,5),(1687,2108595627,6),(1687,2121901227,5),(1687,2140045227,6),(1688,-2147483648,0),(1688,-1593820800,1),(1688,-1247540400,3),(1688,354916809,2),(1688,370724410,3),(1688,386452810,2),(1688,402260411,3),(1688,417988811,2),(1688,433796412,3),(1688,449611212,2),(1688,465343212,4),(1688,481068012,5),(1688,496792813,4),(1688,512517613,5),(1688,528242413,4),(1688,543967213,5),(1688,559692013,4),(1688,575416814,6),(1688,591145214,7),(1688,606870014,6),(1688,622594814,7),(1688,638319615,6),(1688,654649215,7),(1688,670374016,4),(1688,701820016,6),(1688,717548417,7),(1688,733273217,6),(1688,748998018,7),(1688,764722818,6),(1688,780447619,7),(1688,796172419,6),(1688,811897219,7),(1688,828226820,6),(1688,846370820,7),(1688,859676420,6),(1688,877820421,7),(1688,891126021,6),(1688,909270021,7),(1688,922575622,6),(1688,941324422,7),(1688,954025222,6),(1688,972774022,7),(1688,985474822,6),(1688,1004223622,7),(1688,1017529222,6),(1688,1035673222,7),(1688,1048978822,6),(1688,1067122822,7),(1688,1080428422,6),(1688,1099177222,7),(1688,1111878022,6),(1688,1130626822,7),(1688,1143327623,6),(1688,1162076423,7),(1688,1174777223,6),(1688,1193526023,7),(1688,1206831623,6),(1688,1224975623,7),(1688,1238281224,6),(1688,1256425224,7),(1688,1269730824,6),(1688,1288479624,7),(1688,1301180424,4),(1688,1414274425,7),(1688,1480806026,4),(1689,-2147483648,1),(1689,-1441160160,2),(1689,-1247536800,3),(1689,-888894000,6),(1689,-857257200,4),(1689,-844556400,5),(1689,-828226800,4),(1689,-812502000,5),(1689,-811648800,3),(1689,354920409,7),(1689,370728010,3),(1689,386456410,7),(1689,402264011,3),(1689,417992411,7),(1689,433800012,3),(1689,449614812,7),(1689,465346812,8),(1689,481071612,9),(1689,496796413,8),(1689,512521213,9),(1689,528246013,8),(1689,543970813,9),(1689,559695613,8),(1689,575420414,9),(1689,591145214,8),(1689,606870014,9),(1689,622594814,8),(1689,631141214,3),(1689,646786815,2),(1689,701820016,10),(1689,717541217,2),(1689,733269617,10),(1689,748990818,2),(1689,764719218,10),(1689,767739618,7),(1689,780436819,3),(1689,796165219,7),(1689,811886419,3),(1689,828219620,9),(1689,846374420,8),(1689,852066020,3),(1689,859683620,11),(1689,877827621,12),(1689,891133221,11),(1689,909277221,12),(1689,922582822,11),(1689,941331622,12),(1689,954032422,11),(1689,972781222,12),(1689,985482022,11),(1689,1004230822,12),(1689,1017536422,11),(1689,1035680422,12),(1689,1048986022,11),(1689,1067130022,12),(1689,1080435622,11),(1689,1099184422,12),(1689,1111885222,11),(1689,1130634022,12),(1689,1143334823,11),(1689,1162083623,12),(1689,1174784423,11),(1689,1193533223,12),(1689,1206838823,11),(1689,1224982823,12),(1689,1238288424,11),(1689,1256432424,12),(1689,1269738024,11),(1689,1288486824,12),(1689,1301187624,11),(1689,1319936424,12),(1689,1332637224,11),(1689,1351386025,12),(1689,1364691625,11),(1689,1382835625,12),(1689,1396137625,13),(1689,1414274425,8),(1690,-2147483648,1),(1690,-905824800,4),(1690,-857257200,2),(1690,-844556400,3),(1690,-828226800,2),(1690,-812502000,3),(1690,-796777200,2),(1690,-788922000,1),(1690,-777942000,3),(1690,-766623600,2),(1690,407199611,1),(1690,417574811,5),(1690,433299612,6),(1690,449024412,5),(1690,465354012,6),(1690,481078812,5),(1690,496803613,6),(1690,512528413,5),(1690,528253213,6),(1690,543978013,5),(1690,559702813,6),(1690,575427614,5),(1690,591152414,6),(1690,606877214,5),(1690,622602014,6),(1690,638326815,5),(1690,654656415,6),(1690,670381216,5),(1690,686106016,6),(1690,701830816,5),(1690,717555617,6),(1690,733280417,5),(1690,749005218,6),(1690,764730018,5),(1690,780454819,6),(1690,796179619,5),(1690,811904419,6),(1690,828234020,5),(1690,846378020,6),(1690,859683620,5),(1690,877827621,6),(1690,891133221,5),(1690,909277221,6),(1690,922582822,5),(1690,941331622,6),(1690,954032422,5),(1690,972781222,6),(1690,985482022,5),(1690,1004230822,6),(1690,1017536422,5),(1690,1035680422,6),(1690,1048986022,5),(1690,1067130022,6),(1690,1080435622,5),(1690,1099184422,6),(1690,1111885222,5),(1690,1130634022,6),(1690,1143334823,5),(1690,1162083623,6),(1690,1174784423,5),(1690,1193533223,6),(1690,1206838823,5),(1690,1224982823,6),(1690,1238288424,5),(1690,1256432424,6),(1690,1269738024,5),(1690,1288486824,6),(1690,1301187624,5),(1690,1319936424,6),(1690,1332637224,5),(1690,1351386025,6),(1690,1364691625,5),(1690,1382835625,6),(1690,1396141225,5),(1690,1414285225,6),(1690,1427590825,5),(1690,1445734826,6),(1690,1459040426,5),(1690,1477789226,6),(1690,1490490027,5),(1690,1509238827,6),(1690,1521939627,5),(1690,1540688427,6),(1690,1553994027,5),(1690,1572138027,6),(1690,1585443627,5),(1690,1603587627,6),(1690,1616893227,5),(1690,1635642027,6),(1690,1648342827,5),(1690,1667091627,6),(1690,1679792427,5),(1690,1698541227,6),(1690,1711846827,5),(1690,1729990827,6),(1690,1743296427,5),(1690,1761440427,6),(1690,1774746027,5),(1690,1792890027,6),(1690,1806195627,5),(1690,1824944427,6),(1690,1837645227,5),(1690,1856394027,6),(1690,1869094827,5),(1690,1887843627,6),(1690,1901149227,5),(1690,1919293227,6),(1690,1932598827,5),(1690,1950742827,6),(1690,1964048427,5),(1690,1982797227,6),(1690,1995498027,5),(1690,2014246827,6),(1690,2026947627,5),(1690,2045696427,6),(1690,2058397227,5),(1690,2077146027,6),(1690,2090451627,5),(1690,2108595627,6),(1690,2121901227,5),(1690,2140045227,6),(1691,-2147483648,1),(1691,-857257200,2),(1691,-844556400,3),(1691,-828226800,2),(1691,-812502000,3),(1691,-796777200,2),(1691,-788922000,4),(1691,-781048800,1),(1691,291762008,5),(1691,307576808,1),(1691,323816409,5),(1691,339026409,1),(1691,355266009,5),(1691,370393210,1),(1691,386715610,5),(1691,401846411,6),(1691,417571211,7),(1691,433296012,6),(1691,449020812,7),(1691,465350412,6),(1691,481075212,7),(1691,496800013,6),(1691,512524813,7),(1691,528249613,6),(1691,543974413,7),(1691,559699213,6),(1691,575424014,7),(1691,591148814,6),(1691,606873614,7),(1691,622598414,6),(1691,638323215,7),(1691,654652815,6),(1691,662680815,1),(1691,670370416,5),(1691,686091616,1),(1691,701820016,5),(1691,717541217,1),(1691,733269617,5),(1691,748990818,1),(1691,764719218,5),(1691,780440419,1),(1691,796168819,5),(1691,811890019,1),(1691,828223220,5),(1691,846363620,1),(1691,859683620,8),(1691,877827621,9),(1691,891133221,8),(1691,909277221,9),(1691,922582822,8),(1691,941331622,9),(1691,954032422,8),(1691,972781222,9),(1691,985482022,8),(1691,1004230822,9),(1691,1017536422,8),(1691,1035680422,9),(1691,1048986022,8),(1691,1067130022,9),(1691,1080435622,8),(1691,1099184422,9),(1691,1111885222,8),(1691,1130634022,9),(1691,1143334823,8),(1691,1162083623,9),(1691,1174784423,8),(1691,1193533223,9),(1691,1206838823,8),(1691,1224982823,9),(1691,1238288424,8),(1691,1256432424,9),(1691,1269738024,8),(1691,1288486824,9),(1691,1301187624,8),(1691,1319936424,9),(1691,1332637224,8),(1691,1351386025,9),(1691,1364691625,8),(1691,1382835625,9),(1691,1396141225,8),(1691,1414285225,9),(1691,1427590825,8),(1691,1445734826,9),(1691,1459040426,8),(1691,1477789226,9),(1691,1490490027,8),(1691,1509238827,9),(1691,1521939627,8),(1691,1540688427,9),(1691,1553994027,8),(1691,1572138027,9),(1691,1585443627,8),(1691,1603587627,9),(1691,1616893227,8),(1691,1635642027,9),(1691,1648342827,8),(1691,1667091627,9),(1691,1679792427,8),(1691,1698541227,9),(1691,1711846827,8),(1691,1729990827,9),(1691,1743296427,8),(1691,1761440427,9),(1691,1774746027,8),(1691,1792890027,9),(1691,1806195627,8),(1691,1824944427,9),(1691,1837645227,8),(1691,1856394027,9),(1691,1869094827,8),(1691,1887843627,9),(1691,1901149227,8),(1691,1919293227,9),(1691,1932598827,8),(1691,1950742827,9),(1691,1964048427,8),(1691,1982797227,9),(1691,1995498027,8),(1691,2014246827,9),(1691,2026947627,8),(1691,2045696427,9),(1691,2058397227,8),(1691,2077146027,9),(1691,2090451627,8),(1691,2108595627,9),(1691,2121901227,8),(1691,2140045227,9),(1692,-2147483648,1),(1692,-1692496800,2),(1692,-1680483600,1),(1692,323830809,3),(1692,338950809,4),(1692,354675609,3),(1692,370400410,4),(1692,386125210,3),(1692,401850011,4),(1692,417574811,3),(1692,433299612,4),(1692,449024412,3),(1692,465354012,4),(1692,481078812,3),(1692,496803613,4),(1692,512528413,3),(1692,528253213,4),(1692,543978013,3),(1692,559702813,4),(1692,575427614,3),(1692,591152414,4),(1692,606877214,3),(1692,622602014,4),(1692,638326815,3),(1692,654656415,4),(1692,670381216,3),(1692,686106016,4),(1692,701830816,3),(1692,717555617,4),(1692,733280417,3),(1692,749005218,4),(1692,764730018,3),(1692,780454819,4),(1692,796179619,3),(1692,811904419,4),(1692,828234020,3),(1692,846378020,4),(1692,859683620,3),(1692,877827621,4),(1692,891133221,3),(1692,909277221,4),(1692,922582822,3),(1692,941331622,4),(1692,954032422,3),(1692,972781222,4),(1692,985482022,3),(1692,1004230822,4),(1692,1017536422,3),(1692,1035680422,4),(1692,1048986022,3),(1692,1067130022,4),(1692,1080435622,3),(1692,1099184422,4),(1692,1111885222,3),(1692,1130634022,4),(1692,1143334823,3),(1692,1162083623,4),(1692,1174784423,3),(1692,1193533223,4),(1692,1206838823,3),(1692,1224982823,4),(1692,1238288424,3),(1692,1256432424,4),(1692,1269738024,3),(1692,1288486824,4),(1692,1301187624,3),(1692,1319936424,4),(1692,1332637224,3),(1692,1351386025,4),(1692,1364691625,3),(1692,1382835625,4),(1692,1396141225,3),(1692,1414285225,4),(1692,1427590825,3),(1692,1445734826,4),(1692,1459040426,3),(1692,1477789226,4),(1692,1490490027,3),(1692,1509238827,4),(1692,1521939627,3),(1692,1540688427,4),(1692,1553994027,3),(1692,1572138027,4),(1692,1585443627,3),(1692,1603587627,4),(1692,1616893227,3),(1692,1635642027,4),(1692,1648342827,3),(1692,1667091627,4),(1692,1679792427,3),(1692,1698541227,4),(1692,1711846827,3),(1692,1729990827,4),(1692,1743296427,3),(1692,1761440427,4),(1692,1774746027,3),(1692,1792890027,4),(1692,1806195627,3),(1692,1824944427,4),(1692,1837645227,3),(1692,1856394027,4),(1692,1869094827,3),(1692,1887843627,4),(1692,1901149227,3),(1692,1919293227,4),(1692,1932598827,3),(1692,1950742827,4),(1692,1964048427,3),(1692,1982797227,4),(1692,1995498027,3),(1692,2014246827,4),(1692,2026947627,3),(1692,2045696427,4),(1692,2058397227,3),(1692,2077146027,4),(1692,2090451627,3),(1692,2108595627,4),(1692,2121901227,3),(1692,2140045227,4),(1693,-2147483648,1),(1693,-1638322740,4),(1693,-1632006000,2),(1693,-1618700400,3),(1693,-1593824400,1),(1693,-1535938740,5),(1693,-927943200,6),(1693,-892954800,7),(1693,-857257200,3),(1693,-844556400,2),(1693,-828226800,3),(1693,-812502000,2),(1693,-797652000,6),(1693,354920409,8),(1693,370728010,6),(1693,386456410,8),(1693,402264011,6),(1693,417992411,8),(1693,433800012,6),(1693,449614812,8),(1693,465346812,9),(1693,481071612,10),(1693,496796413,9),(1693,512521213,10),(1693,528246013,9),(1693,543970813,10),(1693,559695613,9),(1693,575420414,10),(1693,591145214,9),(1693,606870014,11),(1693,622598414,12),(1693,638323215,11),(1693,654652815,12),(1693,670377616,11),(1693,686102416,12),(1693,701827216,11),(1693,717552017,12),(1693,733276817,11),(1693,749001618,12),(1693,764726418,11),(1693,780451219,12),(1693,796176019,11),(1693,811900819,12),(1693,828230420,11),(1693,846374420,12),(1693,859680020,11),(1693,877824021,12),(1693,891129621,11),(1693,906411621,15),(1693,909277221,13),(1693,922582822,14),(1693,941331622,5),(1693,1017536422,14),(1693,1035680422,13),(1693,1048986022,14),(1693,1067130022,13),(1693,1080435622,14),(1693,1099184422,13),(1693,1111885222,14),(1693,1130634022,13),(1693,1143334823,14),(1693,1162083623,13),(1693,1174784423,14),(1693,1193533223,13),(1693,1206838823,14),(1693,1224982823,13),(1693,1238288424,14),(1693,1256432424,13),(1693,1269738024,14),(1693,1288486824,13),(1693,1301187624,14),(1693,1319936424,13),(1693,1332637224,14),(1693,1351386025,13),(1693,1364691625,14),(1693,1382835625,13),(1693,1396141225,14),(1693,1414285225,13),(1693,1427590825,14),(1693,1445734826,13),(1693,1459040426,14),(1693,1477789226,13),(1693,1490490027,14),(1693,1509238827,13),(1693,1521939627,14),(1693,1540688427,13),(1693,1553994027,14),(1693,1572138027,13),(1693,1585443627,14),(1693,1603587627,13),(1693,1616893227,14),(1693,1635642027,13),(1693,1648342827,14),(1693,1667091627,13),(1693,1679792427,14),(1693,1698541227,13),(1693,1711846827,14),(1693,1729990827,13),(1693,1743296427,14),(1693,1761440427,13),(1693,1774746027,14),(1693,1792890027,13),(1693,1806195627,14),(1693,1824944427,13),(1693,1837645227,14),(1693,1856394027,13),(1693,1869094827,14),(1693,1887843627,13),(1693,1901149227,14),(1693,1919293227,13),(1693,1932598827,14),(1693,1950742827,13),(1693,1964048427,14),(1693,1982797227,13),(1693,1995498027,14),(1693,2014246827,13),(1693,2026947627,14),(1693,2045696427,13),(1693,2058397227,14),(1693,2077146027,13),(1693,2090451627,14),(1693,2108595627,13),(1693,2121901227,14),(1693,2140045227,13),(1694,-2147483648,0),(1694,-1767230360,1),(1694,-932346000,2),(1694,-857257200,1),(1694,-844556400,2),(1694,-843519600,1),(1694,136854003,2),(1694,149896803,1),(1694,168130804,2),(1694,181432804,1),(1694,199839605,2),(1694,213141605,1),(1694,231894006,2),(1694,244591206,1),(1694,263257207,2),(1694,276040807,1),(1694,294706808,2),(1694,307490408,1),(1694,326156409,2),(1694,339458409,1),(1694,357087609,2),(1694,370389610,1),(1694,389142010,2),(1694,402444011,1),(1694,419468411,2),(1694,433807212,1),(1694,449622012,2),(1694,465354012,3),(1694,481078812,4),(1694,496803613,3),(1694,512528413,4),(1694,528253213,3),(1694,543978013,4),(1694,559702813,3),(1694,575427614,4),(1694,591152414,3),(1694,606877214,4),(1694,622602014,3),(1694,638326815,4),(1694,654656415,3),(1694,670381216,4),(1694,686106016,3),(1694,701830816,4),(1694,717555617,3),(1694,733280417,4),(1694,749005218,3),(1694,764730018,4),(1694,780454819,3),(1694,796179619,4),(1694,811904419,3),(1694,828234020,4),(1694,846378020,3),(1694,859683620,4),(1694,877827621,3),(1694,891133221,4),(1694,909277221,3),(1694,922582822,4),(1694,941331622,3),(1694,954032422,4),(1694,972781222,3),(1694,985482022,4),(1694,1004230822,3),(1694,1017536422,4),(1694,1035680422,3),(1694,1048986022,4),(1694,1067130022,3),(1694,1080435622,4),(1694,1099184422,3),(1694,1111885222,4),(1694,1130634022,3),(1694,1143334823,4),(1694,1162083623,3),(1694,1174784423,4),(1694,1193533223,3),(1694,1206838823,4),(1694,1224982823,3),(1694,1238288424,4),(1694,1256432424,3),(1694,1269738024,4),(1694,1288486824,3),(1694,1301187624,4),(1694,1319936424,3),(1694,1332637224,4),(1694,1351386025,3),(1694,1364691625,4),(1694,1382835625,3),(1694,1396141225,4),(1694,1414285225,3),(1694,1427590825,4),(1694,1445734826,3),(1694,1459040426,4),(1694,1477789226,3),(1694,1490490027,4),(1694,1509238827,3),(1694,1521939627,4),(1694,1540688427,3),(1694,1553994027,4),(1694,1572138027,3),(1694,1585443627,4),(1694,1603587627,3),(1694,1616893227,4),(1694,1635642027,3),(1694,1648342827,4),(1694,1667091627,3),(1694,1679792427,4),(1694,1698541227,3),(1694,1711846827,4),(1694,1729990827,3),(1694,1743296427,4),(1694,1761440427,3),(1694,1774746027,4),(1694,1792890027,3),(1694,1806195627,4),(1694,1824944427,3),(1694,1837645227,4),(1694,1856394027,3),(1694,1869094827,4),(1694,1887843627,3),(1694,1901149227,4),(1694,1919293227,3),(1694,1932598827,4),(1694,1950742827,3),(1694,1964048427,4),(1694,1982797227,3),(1694,1995498027,4),(1694,2014246827,3),(1694,2026947627,4),(1694,2045696427,3),(1694,2058397227,4),(1694,2077146027,3),(1694,2090451627,4),(1694,2108595627,3),(1694,2121901227,4),(1694,2140045227,3),(1695,-2147483648,1),(1695,-1637114100,2),(1695,-1213148664,5),(1695,-1187056800,3),(1695,-1175479200,4),(1695,-1159754400,3),(1695,-1144029600,4),(1695,-1127700000,3),(1695,-1111975200,4),(1695,-1096250400,3),(1695,-1080525600,4),(1695,-1064800800,3),(1695,-1049076000,4),(1695,-1033351200,3),(1695,-1017626400,4),(1695,-1001901600,3),(1695,-986176800,4),(1695,-970452000,3),(1695,-954727200,4),(1695,-927165600,6),(1695,-898138800,9),(1695,-857257200,7),(1695,-844556400,8),(1695,-828226800,7),(1695,-812502000,8),(1695,-800157600,11),(1695,354920409,10),(1695,370728010,11),(1695,386456410,10),(1695,402264011,11),(1695,417992411,10),(1695,433800012,11),(1695,449614812,10),(1695,465346812,12),(1695,481071612,13),(1695,496796413,12),(1695,512521213,13),(1695,528246013,12),(1695,543970813,13),(1695,559695613,12),(1695,575420414,13),(1695,591145214,12),(1695,606870014,13),(1695,622594814,12),(1695,638319615,13),(1695,641944815,6),(1695,654652815,4),(1695,670377616,3),(1695,686102416,4),(1695,694216816,5),(1695,701820016,6),(1695,717541217,5),(1695,733269617,6),(1695,748990818,5),(1695,764719218,6),(1695,780440419,5),(1695,796168819,6),(1695,811890019,5),(1695,828223220,6),(1695,846363620,5),(1695,859680020,6),(1695,877824021,5),(1695,891129621,6),(1695,909273621,5),(1695,922579222,6),(1695,941328022,5),(1695,954028822,6),(1695,972777622,5),(1695,985478422,6),(1695,1004227222,5),(1695,1017532822,6),(1695,1035676822,5),(1695,1048982422,6),(1695,1067126422,5),(1695,1080432022,6),(1695,1099180822,5),(1695,1111881622,6),(1695,1130630422,5),(1695,1143331223,6),(1695,1162080023,5),(1695,1174780823,6),(1695,1193529623,5),(1695,1206835223,6),(1695,1224979223,5),(1695,1238284824,6),(1695,1256428824,5),(1695,1269734424,6),(1695,1288483224,5),(1695,1301184024,6),(1695,1319932824,5),(1695,1332633624,6),(1695,1351382425,5),(1695,1364688025,6),(1695,1382832025,5),(1695,1396137625,6),(1695,1414281625,5),(1695,1427587225,6),(1695,1445731226,5),(1695,1459036826,6),(1695,1477785626,5),(1695,1490486427,6),(1695,1509235227,5),(1695,1521936027,6),(1695,1540684827,5),(1695,1553990427,6),(1695,1572134427,5),(1695,1585440027,6),(1695,1603584027,5),(1695,1616889627,6),(1695,1635638427,5),(1695,1648339227,6),(1695,1667088027,5),(1695,1679788827,6),(1695,1698537627,5),(1695,1711843227,6),(1695,1729987227,5),(1695,1743292827,6),(1695,1761436827,5),(1695,1774742427,6),(1695,1792886427,5),(1695,1806192027,6),(1695,1824940827,5),(1695,1837641627,6),(1695,1856390427,5),(1695,1869091227,6),(1695,1887840027,5),(1695,1901145627,6),(1695,1919289627,5),(1695,1932595227,6),(1695,1950739227,5),(1695,1964044827,6),(1695,1982793627,5),(1695,1995494427,6),(1695,2014243227,5),(1695,2026944027,6),(1695,2045692827,5),(1695,2058393627,6),(1695,2077142427,5),(1695,2090448027,6),(1695,2108592027,5),(1695,2121897627,6),(1695,2140041627,5),(1696,-2147483648,0),(1696,-1593820800,1),(1696,-1247540400,3),(1696,354916809,2),(1696,370724410,3),(1696,386452810,2),(1696,402260411,3),(1696,417988811,2),(1696,433796412,3),(1696,449611212,2),(1696,465343212,4),(1696,481068012,5),(1696,496792813,4),(1696,512517613,5),(1696,528242413,4),(1696,543967213,5),(1696,559692013,4),(1696,575416814,5),(1696,591141614,4),(1696,606866414,6),(1696,622594814,7),(1696,638319615,6),(1696,654649215,7),(1696,670374016,8),(1696,686102416,9),(1696,695779216,7),(1696,701823616,6),(1696,717548417,7),(1696,733273217,6),(1696,748998018,7),(1696,764722818,6),(1696,780447619,7),(1696,796172419,6),(1696,811897219,7),(1696,828226820,6),(1696,846370820,7),(1696,859676420,6),(1696,877820421,7),(1696,891126021,6),(1696,909270021,7),(1696,922575622,6),(1696,941324422,7),(1696,954025222,6),(1696,972774022,7),(1696,985474822,6),(1696,1004223622,7),(1696,1017529222,6),(1696,1035673222,7),(1696,1048978822,6),(1696,1067122822,7),(1696,1080428422,6),(1696,1099177222,7),(1696,1111878022,6),(1696,1130626822,7),(1696,1143327623,6),(1696,1162076423,7),(1696,1174777223,6),(1696,1193526023,7),(1696,1206831623,6),(1696,1224975623,7),(1696,1238281224,6),(1696,1256425224,7),(1696,1269730824,6),(1696,1288479624,7),(1696,1301180424,4),(1696,1414274425,7),(1696,1459033226,4),(1697,-2147483648,1),(1697,-938905200,2),(1697,-857257200,3),(1697,-844556400,2),(1697,-828226800,3),(1697,-812502000,2),(1697,-796874400,4),(1697,-794714400,1),(1697,-773456400,6),(1697,354920409,5),(1697,370728010,6),(1697,386456410,5),(1697,402264011,6),(1697,417992411,5),(1697,433800012,6),(1697,449614812,5),(1697,465346812,7),(1697,481071612,8),(1697,496796413,7),(1697,512521213,8),(1697,528246013,7),(1697,543970813,8),(1697,559695613,7),(1697,575420414,8),(1697,591145214,7),(1697,606870014,8),(1697,622594814,7),(1697,631141214,6),(1697,646786815,1),(1697,670384816,9),(1697,701820016,10),(1697,717541217,9),(1697,733269617,10),(1697,748990818,9),(1697,764719218,10),(1697,780440419,9),(1697,796179619,11),(1697,811904419,12),(1697,828234020,11),(1697,846378020,12),(1697,859683620,11),(1697,877827621,12),(1697,891133221,11),(1697,909277221,12),(1697,922582822,11),(1697,941331622,12),(1697,954032422,11),(1697,972781222,12),(1697,985482022,11),(1697,1004230822,12),(1697,1017536422,11),(1697,1035680422,12),(1697,1048986022,11),(1697,1067130022,12),(1697,1080435622,11),(1697,1099184422,12),(1697,1111885222,11),(1697,1130634022,12),(1697,1143334823,11),(1697,1162083623,12),(1697,1174784423,11),(1697,1193533223,12),(1697,1206838823,11),(1697,1224982823,12),(1697,1238288424,11),(1697,1256432424,12),(1697,1269738024,11),(1697,1288486824,12),(1697,1301187624,11),(1697,1319936424,12),(1697,1332637224,11),(1697,1351386025,12),(1697,1364691625,11),(1697,1382835625,12),(1697,1396141225,11),(1697,1414285225,12),(1697,1427590825,11),(1697,1445734826,12),(1697,1459040426,11),(1697,1477789226,12),(1697,1490490027,11),(1697,1509238827,12),(1697,1521939627,11),(1697,1540688427,12),(1697,1553994027,11),(1697,1572138027,12),(1697,1585443627,11),(1697,1603587627,12),(1697,1616893227,11),(1697,1635642027,12),(1697,1648342827,11),(1697,1667091627,12),(1697,1679792427,11),(1697,1698541227,12),(1697,1711846827,11),(1697,1729990827,12),(1697,1743296427,11),(1697,1761440427,12),(1697,1774746027,11),(1697,1792890027,12),(1697,1806195627,11),(1697,1824944427,12),(1697,1837645227,11),(1697,1856394027,12),(1697,1869094827,11),(1697,1887843627,12),(1697,1901149227,11),(1697,1919293227,12),(1697,1932598827,11),(1697,1950742827,12),(1697,1964048427,11),(1697,1982797227,12),(1697,1995498027,11),(1697,2014246827,12),(1697,2026947627,11),(1697,2045696427,12),(1697,2058397227,11),(1697,2077146027,12),(1697,2090451627,11),(1697,2108595627,12),(1697,2121901227,11),(1697,2140045227,12),(1698,-2147483648,2),(1698,-904435200,1),(1698,-891129600,2),(1698,-872985600,1),(1698,-859680000,2),(1698,354675609,3),(1698,370400410,4),(1698,386125210,3),(1698,401850011,4),(1698,417574811,3),(1698,433299612,4),(1698,449024412,3),(1698,465354012,4),(1698,481078812,3),(1698,496803613,4),(1698,512528413,3),(1698,528253213,4),(1698,543978013,3),(1698,559702813,4),(1698,575427614,3),(1698,591152414,4),(1698,606877214,3),(1698,622602014,4),(1698,638326815,3),(1698,654656415,4),(1698,670381216,3),(1698,686106016,4),(1698,701830816,3),(1698,717555617,4),(1698,733280417,3),(1698,749005218,4),(1698,764730018,3),(1698,780454819,4),(1698,796179619,3),(1698,811904419,4),(1698,828234020,3),(1698,846378020,4),(1698,859683620,3),(1698,877827621,4),(1698,891133221,3),(1698,909277221,4),(1698,922582822,3),(1698,941331622,4),(1698,954032422,3),(1698,972781222,4),(1698,985482022,3),(1698,1004230822,4),(1698,1017536422,3),(1698,1035680422,4),(1698,1048986022,3),(1698,1067130022,4),(1698,1080435622,3),(1698,1099184422,4),(1698,1111885222,3),(1698,1130634022,4),(1698,1143334823,3),(1698,1162083623,4),(1698,1174784423,3),(1698,1193533223,4),(1698,1206838823,3),(1698,1224982823,4),(1698,1238288424,3),(1698,1256432424,4),(1698,1269738024,3),(1698,1288486824,4),(1698,1301187624,3),(1698,1319936424,4),(1698,1332637224,3),(1698,1351386025,4),(1698,1364691625,3),(1698,1382835625,4),(1698,1396141225,3),(1698,1414285225,4),(1698,1427590825,3),(1698,1445734826,4),(1698,1459040426,3),(1698,1477789226,4),(1698,1490490027,3),(1698,1509238827,4),(1698,1521939627,3),(1698,1540688427,4),(1698,1553994027,3),(1698,1572138027,4),(1698,1585443627,3),(1698,1603587627,4),(1698,1616893227,3),(1698,1635642027,4),(1698,1648342827,3),(1698,1667091627,4),(1698,1679792427,3),(1698,1698541227,4),(1698,1711846827,3),(1698,1729990827,4),(1698,1743296427,3),(1698,1761440427,4),(1698,1774746027,3),(1698,1792890027,4),(1698,1806195627,3),(1698,1824944427,4),(1698,1837645227,3),(1698,1856394027,4),(1698,1869094827,3),(1698,1887843627,4),(1698,1901149227,3),(1698,1919293227,4),(1698,1932598827,3),(1698,1950742827,4),(1698,1964048427,3),(1698,1982797227,4),(1698,1995498027,3),(1698,2014246827,4),(1698,2026947627,3),(1698,2045696427,4),(1698,2058397227,3),(1698,2077146027,4),(1698,2090451627,3),(1698,2108595627,4),(1698,2121901227,3),(1698,2140045227,4),(1699,-2147483648,2),(1699,-1690765200,1),(1699,-1680487200,2),(1699,-1664758800,1),(1699,-1648951200,2),(1699,-1635123600,1),(1699,-1616896800,2),(1699,-1604278800,1),(1699,-1585533600,2),(1699,-1571014800,1),(1699,-1555293600,2),(1699,-932432400,1),(1699,-857257200,3),(1699,-844556400,4),(1699,-830311200,1),(1699,-828226800,3),(1699,-812502000,4),(1699,-807156000,1),(1699,-798073200,3),(1699,-781052400,1),(1699,-766717200,2),(1699,-750898800,4),(1699,-733359600,3),(1699,-719456400,4),(1699,-701917200,3),(1699,-689209200,4),(1699,-670460400,3),(1699,-114051600,4),(1699,-103168800,2),(1699,-81997200,4),(1699,-71715600,3),(1699,-50547600,4),(1699,-40266000,3),(1699,-18493200,4),(1699,-8211600,3),(1699,12956400,4),(1699,23238000,3),(1699,43801200,4),(1699,54687600,3),(1699,75855600,4),(1699,86742001,3),(1699,107910002,4),(1699,118191602,3),(1699,138754803,4),(1699,149641203,3),(1699,170809204,4),(1699,181090804,3),(1699,202258805,4),(1699,212540405,3),(1699,233103606,4),(1699,243990006,3),(1699,265158007,4),(1699,276044407,3),(1699,296607608,4),(1699,307494008,3),(1699,315529208,2),(1699,323830809,5),(1699,338950809,6),(1699,354675609,5),(1699,370400410,6),(1699,386125210,5),(1699,401850011,6),(1699,417574811,5),(1699,433299612,6),(1699,449024412,5),(1699,465354012,6),(1699,481078812,5),(1699,496803613,6),(1699,512528413,5),(1699,528253213,6),(1699,543978013,5),(1699,559702813,6),(1699,575427614,5),(1699,591152414,6),(1699,606877214,5),(1699,622602014,6),(1699,638326815,5),(1699,654656415,6),(1699,670381216,5),(1699,686106016,6),(1699,701830816,5),(1699,717555617,6),(1699,733280417,5),(1699,749005218,6),(1699,764730018,5),(1699,780454819,6),(1699,796179619,5),(1699,811904419,6),(1699,828234020,5),(1699,846378020,6),(1699,859683620,5),(1699,877827621,6),(1699,891133221,5),(1699,909277221,6),(1699,922582822,5),(1699,941331622,6),(1699,954032422,5),(1699,972781222,6),(1699,985482022,5),(1699,1004230822,6),(1699,1017536422,5),(1699,1035680422,6),(1699,1048986022,5),(1699,1067130022,6),(1699,1080435622,5),(1699,1099184422,6),(1699,1111885222,5),(1699,1130634022,6),(1699,1143334823,5),(1699,1162083623,6),(1699,1174784423,5),(1699,1193533223,6),(1699,1206838823,5),(1699,1224982823,6),(1699,1238288424,5),(1699,1256432424,6),(1699,1269738024,5),(1699,1288486824,6),(1699,1301187624,5),(1699,1319936424,6),(1699,1332637224,5),(1699,1351386025,6),(1699,1364691625,5),(1699,1382835625,6),(1699,1396141225,5),(1699,1414285225,6),(1699,1427590825,5),(1699,1445734826,6),(1699,1459040426,5),(1699,1477789226,6),(1699,1490490027,5),(1699,1509238827,6),(1699,1521939627,5),(1699,1540688427,6),(1699,1553994027,5),(1699,1572138027,6),(1699,1585443627,5),(1699,1603587627,6),(1699,1616893227,5),(1699,1635642027,6),(1699,1648342827,5),(1699,1667091627,6),(1699,1679792427,5),(1699,1698541227,6),(1699,1711846827,5),(1699,1729990827,6),(1699,1743296427,5),(1699,1761440427,6),(1699,1774746027,5),(1699,1792890027,6),(1699,1806195627,5),(1699,1824944427,6),(1699,1837645227,5),(1699,1856394027,6),(1699,1869094827,5),(1699,1887843627,6),(1699,1901149227,5),(1699,1919293227,6),(1699,1932598827,5),(1699,1950742827,6),(1699,1964048427,5),(1699,1982797227,6),(1699,1995498027,5),(1699,2014246827,6),(1699,2026947627,5),(1699,2045696427,6),(1699,2058397227,5),(1699,2077146027,6),(1699,2090451627,5),(1699,2108595627,6),(1699,2121901227,5),(1699,2140045227,6),(1700,-2147483648,2),(1700,-1693706400,1),(1700,-1680483600,2),(1700,-1663455600,3),(1700,-1650150000,4),(1700,-1632006000,3),(1700,-1618700400,4),(1700,-1577926800,2),(1700,-1569711600,3),(1700,-1555801200,4),(1700,-938905200,3),(1700,-857257200,4),(1700,-844556400,3),(1700,-828226800,4),(1700,-812502000,3),(1700,-796777200,4),(1700,-781052400,3),(1700,-780188400,4),(1700,-757386000,2),(1700,-748479600,3),(1700,-733273200,4),(1700,-717634800,3),(1700,-701910000,4),(1700,-684975600,3),(1700,-670460400,4),(1700,323823609,1),(1700,338940009,2),(1700,354675609,5),(1700,370400410,6),(1700,386125210,5),(1700,401850011,6),(1700,417574811,5),(1700,433299612,6),(1700,449024412,5),(1700,465354012,6),(1700,481078812,5),(1700,496803613,6),(1700,512528413,5),(1700,528253213,6),(1700,543978013,5),(1700,559702813,6),(1700,575427614,5),(1700,591152414,6),(1700,606877214,5),(1700,622602014,6),(1700,638326815,5),(1700,654656415,6),(1700,670381216,5),(1700,686106016,6),(1700,701830816,5),(1700,717555617,6),(1700,733280417,5),(1700,749005218,6),(1700,764730018,5),(1700,780454819,6),(1700,796179619,5),(1700,811904419,6),(1700,828234020,5),(1700,846378020,6),(1700,859683620,5),(1700,877827621,6),(1700,891133221,5),(1700,909277221,6),(1700,922582822,5),(1700,941331622,6),(1700,954032422,5),(1700,972781222,6),(1700,985482022,5),(1700,1004230822,6),(1700,1017536422,5),(1700,1035680422,6),(1700,1048986022,5),(1700,1067130022,6),(1700,1080435622,5),(1700,1099184422,6),(1700,1111885222,5),(1700,1130634022,6),(1700,1143334823,5),(1700,1162083623,6),(1700,1174784423,5),(1700,1193533223,6),(1700,1206838823,5),(1700,1224982823,6),(1700,1238288424,5),(1700,1256432424,6),(1700,1269738024,5),(1700,1288486824,6),(1700,1301187624,5),(1700,1319936424,6),(1700,1332637224,5),(1700,1351386025,6),(1700,1364691625,5),(1700,1382835625,6),(1700,1396141225,5),(1700,1414285225,6),(1700,1427590825,5),(1700,1445734826,6),(1700,1459040426,5),(1700,1477789226,6),(1700,1490490027,5),(1700,1509238827,6),(1700,1521939627,5),(1700,1540688427,6),(1700,1553994027,5),(1700,1572138027,6),(1700,1585443627,5),(1700,1603587627,6),(1700,1616893227,5),(1700,1635642027,6),(1700,1648342827,5),(1700,1667091627,6),(1700,1679792427,5),(1700,1698541227,6),(1700,1711846827,5),(1700,1729990827,6),(1700,1743296427,5),(1700,1761440427,6),(1700,1774746027,5),(1700,1792890027,6),(1700,1806195627,5),(1700,1824944427,6),(1700,1837645227,5),(1700,1856394027,6),(1700,1869094827,5),(1700,1887843627,6),(1700,1901149227,5),(1700,1919293227,6),(1700,1932598827,5),(1700,1950742827,6),(1700,1964048427,5),(1700,1982797227,6),(1700,1995498027,5),(1700,2014246827,6),(1700,2026947627,5),(1700,2045696427,6),(1700,2058397227,5),(1700,2077146027,6),(1700,2090451627,5),(1700,2108595627,6),(1700,2121901227,5),(1700,2140045227,6),(1701,-2147483648,1),(1701,-1672536240,2),(1701,-1585100136,3),(1701,-1561251600,4),(1701,-1553565600,3),(1701,-928198800,5),(1701,-900126000,8),(1701,-857257200,6),(1701,-844556400,7),(1701,-828226800,6),(1701,-812502000,7),(1701,-802144800,5),(1701,354920409,9),(1701,370728010,5),(1701,386456410,9),(1701,402264011,5),(1701,417992411,9),(1701,433800012,5),(1701,449614812,9),(1701,465346812,10),(1701,481071612,11),(1701,496796413,10),(1701,512521213,11),(1701,528246013,10),(1701,543970813,11),(1701,559695613,10),(1701,575420414,11),(1701,591145214,10),(1701,606870014,12),(1701,622598414,13),(1701,638323215,12),(1701,654652815,13),(1701,670377616,12),(1701,686102416,13),(1701,701827216,12),(1701,717552017,13),(1701,733276817,12),(1701,749001618,13),(1701,764726418,12),(1701,780451219,13),(1701,796176019,12),(1701,811900819,13),(1701,828230420,12),(1701,846374420,13),(1701,859680020,12),(1701,877824021,13),(1701,883605621,4),(1701,891133221,14),(1701,909277221,15),(1701,922582822,14),(1701,941331622,16),(1701,1041372022,4),(1701,1048986022,17),(1701,1067130022,16),(1701,1080435622,17),(1701,1099184422,16),(1701,1111885222,17),(1701,1130634022,16),(1701,1143334823,17),(1701,1162083623,16),(1701,1174784423,17),(1701,1193533223,16),(1701,1206838823,17),(1701,1224982823,16),(1701,1238288424,17),(1701,1256432424,16),(1701,1269738024,17),(1701,1288486824,16),(1701,1301187624,17),(1701,1319936424,16),(1701,1332637224,17),(1701,1351386025,16),(1701,1364691625,17),(1701,1382835625,16),(1701,1396141225,17),(1701,1414285225,16),(1701,1427590825,17),(1701,1445734826,16),(1701,1459040426,17),(1701,1477789226,16),(1701,1490490027,17),(1701,1509238827,16),(1701,1521939627,17),(1701,1540688427,16),(1701,1553994027,17),(1701,1572138027,16),(1701,1585443627,17),(1701,1603587627,16),(1701,1616893227,17),(1701,1635642027,16),(1701,1648342827,17),(1701,1667091627,16),(1701,1679792427,17),(1701,1698541227,16),(1701,1711846827,17),(1701,1729990827,16),(1701,1743296427,17),(1701,1761440427,16),(1701,1774746027,17),(1701,1792890027,16),(1701,1806195627,17),(1701,1824944427,16),(1701,1837645227,17),(1701,1856394027,16),(1701,1869094827,17),(1701,1887843627,16),(1701,1901149227,17),(1701,1919293227,16),(1701,1932598827,17),(1701,1950742827,16),(1701,1964048427,17),(1701,1982797227,16),(1701,1995498027,17),(1701,2014246827,16),(1701,2026947627,17),(1701,2045696427,16),(1701,2058397227,17),(1701,2077146027,16),(1701,2090451627,17),(1701,2108595627,16),(1701,2121901227,17),(1701,2140045227,16),(1702,-2147483648,0),(1702,-1577761060,1),(1702,-1247540400,2),(1702,354916809,3),(1702,370724410,2),(1702,386452810,3),(1702,402260411,2),(1702,417988811,3),(1702,433796412,2),(1702,449611212,3),(1702,465343212,4),(1702,481068012,5),(1702,496792813,4),(1702,512517613,5),(1702,528242413,4),(1702,543967213,5),(1702,559692013,4),(1702,575416814,6),(1702,591145214,7),(1702,606870014,6),(1702,622594814,7),(1702,638319615,6),(1702,654649215,7),(1702,670374016,4),(1702,701820016,6),(1702,717548417,7),(1702,733273217,6),(1702,748998018,7),(1702,764722818,6),(1702,780447619,7),(1702,796172419,6),(1702,811897219,7),(1702,828226820,6),(1702,846370820,7),(1702,859676420,6),(1702,877820421,7),(1702,891126021,6),(1702,909270021,7),(1702,922575622,6),(1702,941324422,7),(1702,954025222,6),(1702,972774022,7),(1702,985474822,6),(1702,1004223622,7),(1702,1017529222,6),(1702,1035673222,7),(1702,1048978822,6),(1702,1067122822,7),(1702,1080428422,6),(1702,1099177222,7),(1702,1111878022,6),(1702,1130626822,7),(1702,1143327623,6),(1702,1162076423,7),(1702,1174777223,6),(1702,1193526023,7),(1702,1206831623,6),(1702,1224975623,7),(1702,1238281224,6),(1702,1256425224,7),(1702,1269730824,6),(1702,1288479624,7),(1702,1301180424,4),(1702,1414274425,7),(1702,1540681227,4),(1702,1609020027,7),(1703,-2147483648,1),(1703,-1717032240,3),(1703,-1693706400,2),(1703,-1680483600,3),(1703,-1663455600,4),(1703,-1650150000,5),(1703,-1632006000,4),(1703,-1618700400,8),(1703,-1600473600,6),(1703,-1587168000,7),(1703,-1501725600,3),(1703,-931734000,2),(1703,-857257200,5),(1703,-844556400,4),(1703,-828226800,5),(1703,-812502000,4),(1703,-796874400,2),(1703,-796608000,3),(1703,-778726800,2),(1703,-762660000,3),(1703,-748486800,4),(1703,-733273200,5),(1703,-715215600,4),(1703,-701910000,5),(1703,-684975600,4),(1703,-670460400,5),(1703,-654130800,4),(1703,-639010800,5),(1703,-397094400,4),(1703,-386812800,5),(1703,-371088000,4),(1703,-355363200,5),(1703,-334195200,4),(1703,-323308800,5),(1703,-307584000,4),(1703,-291859200,5),(1703,-271296000,4),(1703,-260409600,5),(1703,-239846400,4),(1703,-228960000,5),(1703,-208396800,4),(1703,-197510400,5),(1703,-176342400,4),(1703,-166060800,5),(1703,220921205,3),(1703,228873606,4),(1703,243993606,5),(1703,260323207,4),(1703,276048007,5),(1703,291772808,4),(1703,307497608,5),(1703,323827209,4),(1703,338947209,5),(1703,354672009,4),(1703,370396810,5),(1703,386121610,4),(1703,401846411,5),(1703,417571211,4),(1703,433296012,5),(1703,449020812,4),(1703,465350412,5),(1703,481075212,4),(1703,496800013,5),(1703,512524813,4),(1703,528249613,5),(1703,543974413,4),(1703,559699213,5),(1703,567990013,3),(1703,575427614,9),(1703,591152414,10),(1703,606877214,9),(1703,622602014,10),(1703,638326815,9),(1703,654656415,10),(1703,670381216,9),(1703,686106016,10),(1703,701830816,9),(1703,717555617,10),(1703,733280417,9),(1703,749005218,10),(1703,764730018,9),(1703,780454819,10),(1703,796179619,9),(1703,811904419,10),(1703,828234020,9),(1703,846378020,10),(1703,859683620,9),(1703,877827621,10),(1703,891133221,9),(1703,909277221,10),(1703,922582822,9),(1703,941331622,10),(1703,954032422,9),(1703,972781222,10),(1703,985482022,9),(1703,1004230822,10),(1703,1017536422,9),(1703,1035680422,10),(1703,1048986022,9),(1703,1067130022,10),(1703,1080435622,9),(1703,1099184422,10),(1703,1111885222,9),(1703,1130634022,10),(1703,1143334823,9),(1703,1162083623,10),(1703,1174784423,9),(1703,1193533223,10),(1703,1206838823,9),(1703,1224982823,10),(1703,1238288424,9),(1703,1256432424,10),(1703,1269738024,9),(1703,1288486824,10),(1703,1301187624,9),(1703,1319936424,10),(1703,1332637224,9),(1703,1351386025,10),(1703,1364691625,9),(1703,1382835625,10),(1703,1396141225,9),(1703,1414285225,10),(1703,1427590825,9),(1703,1445734826,10),(1703,1459040426,9),(1703,1477789226,10),(1703,1490490027,9),(1703,1509238827,10),(1703,1521939627,9),(1703,1540688427,10),(1703,1553994027,9),(1703,1572138027,10),(1703,1585443627,9),(1703,1603587627,10),(1703,1616893227,9),(1703,1635642027,10),(1703,1648342827,9),(1703,1667091627,10),(1703,1679792427,9),(1703,1698541227,10),(1703,1711846827,9),(1703,1729990827,10),(1703,1743296427,9),(1703,1761440427,10),(1703,1774746027,9),(1703,1792890027,10),(1703,1806195627,9),(1703,1824944427,10),(1703,1837645227,9),(1703,1856394027,10),(1703,1869094827,9),(1703,1887843627,10),(1703,1901149227,9),(1703,1919293227,10),(1703,1932598827,9),(1703,1950742827,10),(1703,1964048427,9),(1703,1982797227,10),(1703,1995498027,9),(1703,2014246827,10),(1703,2026947627,9),(1703,2045696427,10),(1703,2058397227,9),(1703,2077146027,10),(1703,2090451627,9),(1703,2108595627,10),(1703,2121901227,9),(1703,2140045227,10),(1704,-2147483648,1),(1704,-905824800,4),(1704,-857257200,2),(1704,-844556400,3),(1704,-828226800,2),(1704,-812502000,3),(1704,-796777200,2),(1704,-788922000,1),(1704,-777942000,3),(1704,-766623600,2),(1704,407199611,1),(1704,417574811,5),(1704,433299612,6),(1704,449024412,5),(1704,465354012,6),(1704,481078812,5),(1704,496803613,6),(1704,512528413,5),(1704,528253213,6),(1704,543978013,5),(1704,559702813,6),(1704,575427614,5),(1704,591152414,6),(1704,606877214,5),(1704,622602014,6),(1704,638326815,5),(1704,654656415,6),(1704,670381216,5),(1704,686106016,6),(1704,701830816,5),(1704,717555617,6),(1704,733280417,5),(1704,749005218,6),(1704,764730018,5),(1704,780454819,6),(1704,796179619,5),(1704,811904419,6),(1704,828234020,5),(1704,846378020,6),(1704,859683620,5),(1704,877827621,6),(1704,891133221,5),(1704,909277221,6),(1704,922582822,5),(1704,941331622,6),(1704,954032422,5),(1704,972781222,6),(1704,985482022,5),(1704,1004230822,6),(1704,1017536422,5),(1704,1035680422,6),(1704,1048986022,5),(1704,1067130022,6),(1704,1080435622,5),(1704,1099184422,6),(1704,1111885222,5),(1704,1130634022,6),(1704,1143334823,5),(1704,1162083623,6),(1704,1174784423,5),(1704,1193533223,6),(1704,1206838823,5),(1704,1224982823,6),(1704,1238288424,5),(1704,1256432424,6),(1704,1269738024,5),(1704,1288486824,6),(1704,1301187624,5),(1704,1319936424,6),(1704,1332637224,5),(1704,1351386025,6),(1704,1364691625,5),(1704,1382835625,6),(1704,1396141225,5),(1704,1414285225,6),(1704,1427590825,5),(1704,1445734826,6),(1704,1459040426,5),(1704,1477789226,6),(1704,1490490027,5),(1704,1509238827,6),(1704,1521939627,5),(1704,1540688427,6),(1704,1553994027,5),(1704,1572138027,6),(1704,1585443627,5),(1704,1603587627,6),(1704,1616893227,5),(1704,1635642027,6),(1704,1648342827,5),(1704,1667091627,6),(1704,1679792427,5),(1704,1698541227,6),(1704,1711846827,5),(1704,1729990827,6),(1704,1743296427,5),(1704,1761440427,6),(1704,1774746027,5),(1704,1792890027,6),(1704,1806195627,5),(1704,1824944427,6),(1704,1837645227,5),(1704,1856394027,6),(1704,1869094827,5),(1704,1887843627,6),(1704,1901149227,5),(1704,1919293227,6),(1704,1932598827,5),(1704,1950742827,6),(1704,1964048427,5),(1704,1982797227,6),(1704,1995498027,5),(1704,2014246827,6),(1704,2026947627,5),(1704,2045696427,6),(1704,2058397227,5),(1704,2077146027,6),(1704,2090451627,5),(1704,2108595627,6),(1704,2121901227,5),(1704,2140045227,6),(1705,-2147483648,1),(1705,-1441160400,2),(1705,-1247536800,3),(1705,-894769200,6),(1705,-857257200,4),(1705,-844556400,5),(1705,-828226800,4),(1705,-826419600,3),(1705,354920409,7),(1705,370728010,3),(1705,386456410,7),(1705,402264011,3),(1705,417992411,7),(1705,433800012,3),(1705,449614812,7),(1705,465346812,8),(1705,481071612,9),(1705,496796413,8),(1705,512521213,9),(1705,528246013,8),(1705,543970813,9),(1705,559695613,8),(1705,575420414,9),(1705,591145214,8),(1705,606870014,9),(1705,622594814,8),(1705,638319615,9),(1705,654649215,8),(1705,670374016,10),(1705,686091616,2),(1705,701820016,10),(1705,717541217,2),(1705,733269617,10),(1705,748990818,2),(1705,764719218,10),(1705,780440419,2),(1705,796179619,11),(1705,811904419,12),(1705,828234020,11),(1705,846378020,12),(1705,859683620,11),(1705,877827621,12),(1705,891133221,11),(1705,909277221,12),(1705,922582822,11),(1705,941331622,12),(1705,954032422,11),(1705,972781222,12),(1705,985482022,11),(1705,1004230822,12),(1705,1017536422,11),(1705,1035680422,12),(1705,1048986022,11),(1705,1067130022,12),(1705,1080435622,11),(1705,1099184422,12),(1705,1111885222,11),(1705,1130634022,12),(1705,1143334823,11),(1705,1162083623,12),(1705,1174784423,11),(1705,1193533223,12),(1705,1206838823,11),(1705,1224982823,12),(1705,1238288424,11),(1705,1256432424,12),(1705,1269738024,11),(1705,1288486824,12),(1705,1301187624,11),(1705,1319936424,12),(1705,1332637224,11),(1705,1351386025,12),(1705,1364691625,11),(1705,1382835625,12),(1705,1396141225,11),(1705,1414285225,12),(1705,1427590825,11),(1705,1445734826,12),(1705,1459040426,11),(1705,1477789226,12),(1705,1490490027,11),(1705,1509238827,12),(1705,1521939627,11),(1705,1540688427,12),(1705,1553994027,11),(1705,1572138027,12),(1705,1585443627,11),(1705,1603587627,12),(1705,1616893227,11),(1705,1635642027,12),(1705,1648342827,11),(1705,1667091627,12),(1705,1679792427,11),(1705,1698541227,12),(1705,1711846827,11),(1705,1729990827,12),(1705,1743296427,11),(1705,1761440427,12),(1705,1774746027,11),(1705,1792890027,12),(1705,1806195627,11),(1705,1824944427,12),(1705,1837645227,11),(1705,1856394027,12),(1705,1869094827,11),(1705,1887843627,12),(1705,1901149227,11),(1705,1919293227,12),(1705,1932598827,11),(1705,1950742827,12),(1705,1964048427,11),(1705,1982797227,12),(1705,1995498027,11),(1705,2014246827,12),(1705,2026947627,11),(1705,2045696427,12),(1705,2058397227,11),(1705,2077146027,12),(1705,2090451627,11),(1705,2108595627,12),(1705,2121901227,11),(1705,2140045227,12),(1706,-2147483648,2),(1706,-904435200,1),(1706,-891129600,2),(1706,-872985600,1),(1706,-859680000,2),(1706,354675609,3),(1706,370400410,4),(1706,386125210,3),(1706,401850011,4),(1706,417574811,3),(1706,433299612,4),(1706,449024412,3),(1706,465354012,4),(1706,481078812,3),(1706,496803613,4),(1706,512528413,3),(1706,528253213,4),(1706,543978013,3),(1706,559702813,4),(1706,575427614,3),(1706,591152414,4),(1706,606877214,3),(1706,622602014,4),(1706,638326815,3),(1706,654656415,4),(1706,670381216,3),(1706,686106016,4),(1706,701830816,3),(1706,717555617,4),(1706,733280417,3),(1706,749005218,4),(1706,764730018,3),(1706,780454819,4),(1706,796179619,3),(1706,811904419,4),(1706,828234020,3),(1706,846378020,4),(1706,859683620,3),(1706,877827621,4),(1706,891133221,3),(1706,909277221,4),(1706,922582822,3),(1706,941331622,4),(1706,954032422,3),(1706,972781222,4),(1706,985482022,3),(1706,1004230822,4),(1706,1017536422,3),(1706,1035680422,4),(1706,1048986022,3),(1706,1067130022,4),(1706,1080435622,3),(1706,1099184422,4),(1706,1111885222,3),(1706,1130634022,4),(1706,1143334823,3),(1706,1162083623,4),(1706,1174784423,3),(1706,1193533223,4),(1706,1206838823,3),(1706,1224982823,4),(1706,1238288424,3),(1706,1256432424,4),(1706,1269738024,3),(1706,1288486824,4),(1706,1301187624,3),(1706,1319936424,4),(1706,1332637224,3),(1706,1351386025,4),(1706,1364691625,3),(1706,1382835625,4),(1706,1396141225,3),(1706,1414285225,4),(1706,1427590825,3),(1706,1445734826,4),(1706,1459040426,3),(1706,1477789226,4),(1706,1490490027,3),(1706,1509238827,4),(1706,1521939627,3),(1706,1540688427,4),(1706,1553994027,3),(1706,1572138027,4),(1706,1585443627,3),(1706,1603587627,4),(1706,1616893227,3),(1706,1635642027,4),(1706,1648342827,3),(1706,1667091627,4),(1706,1679792427,3),(1706,1698541227,4),(1706,1711846827,3),(1706,1729990827,4),(1706,1743296427,3),(1706,1761440427,4),(1706,1774746027,3),(1706,1792890027,4),(1706,1806195627,3),(1706,1824944427,4),(1706,1837645227,3),(1706,1856394027,4),(1706,1869094827,3),(1706,1887843627,4),(1706,1901149227,3),(1706,1919293227,4),(1706,1932598827,3),(1706,1950742827,4),(1706,1964048427,3),(1706,1982797227,4),(1706,1995498027,3),(1706,2014246827,4),(1706,2026947627,3),(1706,2045696427,4),(1706,2058397227,3),(1706,2077146027,4),(1706,2090451627,3),(1706,2108595627,4),(1706,2121901227,3),(1706,2140045227,4),(1708,-2147483648,2),(1708,-1691964000,1),(1708,-1680472800,2),(1708,-1664143200,1),(1708,-1650146400,2),(1708,-1633903200,1),(1708,-1617487200,2),(1708,-1601848800,1),(1708,-1586037600,2),(1708,-1570399200,1),(1708,-1552168800,2),(1708,-1538344800,1),(1708,-1522533600,2),(1708,-1507500000,1),(1708,-1490565600,2),(1708,-1473631200,1),(1708,-1460930400,2),(1708,-1442786400,1),(1708,-1428876000,2),(1708,-1410732000,1),(1708,-1396216800,2),(1708,-1379282400,1),(1708,-1364767200,2),(1708,-1348437600,1),(1708,-1333317600,2),(1708,-1315778400,1),(1708,-1301263200,2),(1708,-1284328800,1),(1708,-1269813600,2),(1708,-1253484000,1),(1708,-1238364000,2),(1708,-1221429600,1),(1708,-1206914400,2),(1708,-1189980000,1),(1708,-1175464800,2),(1708,-1159135200,1),(1708,-1143410400,2),(1708,-1126476000,1),(1708,-1111960800,2),(1708,-1095631200,1),(1708,-1080511200,2),(1708,-1063576800,1),(1708,-1049061600,2),(1708,-1032127200,1),(1708,-1017612000,2),(1708,-1001282400,1),(1708,-986162400,2),(1708,-969228000,1),(1708,-950479200,2),(1708,-942012000,1),(1708,-904518000,3),(1708,-896050800,1),(1708,-875487600,3),(1708,-864601200,1),(1708,-844038000,3),(1708,-832546800,1),(1708,-812588400,3),(1708,-798073200,1),(1708,-781052400,3),(1708,-772066800,1),(1708,-764805600,2),(1708,-748476000,1),(1708,-733356000,2),(1708,-719445600,1),(1708,-717030000,3),(1708,-706748400,1),(1708,-699487200,2),(1708,-687996000,1),(1708,-668037600,2),(1708,-654732000,1),(1708,-636588000,2),(1708,-622072800,1),(1708,-605743200,2),(1708,-590623200,1),(1708,-574293600,2),(1708,-558568800,1),(1708,-542239200,2),(1708,-527119200,1),(1708,-512604000,2),(1708,-496274400,1),(1708,-481154400,2),(1708,-464220000,1),(1708,-449704800,2),(1708,-432165600,1),(1708,-417650400,2),(1708,-401320800,1),(1708,-386200800,2),(1708,-369266400,1),(1708,-354751200,2),(1708,-337816800,1),(1708,-323301600,2),(1708,-306972000,1),(1708,-291852000,2),(1708,-276732000,1),(1708,-257983200,2),(1708,-245282400,1),(1708,-226533600,2),(1708,-213228000,1),(1708,-195084000,2),(1708,-182383200,1),(1708,-163634400,2),(1708,-150933600,1),(1708,-132184800,2),(1708,-119484000,1),(1708,-100735200,2),(1708,-88034400,1),(1708,-68680800,2),(1708,-59004000,1),(1708,-37242000,4),(1708,57722400,6),(1708,69818400,1),(1708,89172001,2),(1708,101268002,1),(1708,120621602,2),(1708,132717603,1),(1708,152071203,2),(1708,164167204,1),(1708,183520804,2),(1708,196221605,1),(1708,214970405,2),(1708,227671206,1),(1708,246420006,2),(1708,259120807,1),(1708,278474407,2),(1708,290570408,1),(1708,309924008,2),(1708,322020009,1),(1708,341373609,2),(1708,354675609,5),(1708,372819610,6),(1708,386125210,5),(1708,404269211,6),(1708,417574811,5),(1708,435718812,6),(1708,449024412,5),(1708,467773212,6),(1708,481078812,5),(1708,499222813,6),(1708,512528413,5),(1708,530672413,6),(1708,543978013,5),(1708,562122013,6),(1708,575427614,5),(1708,593571614,6),(1708,606877214,5),(1708,625626014,6),(1708,638326815,5),(1708,657075615,6),(1708,670381216,5),(1708,688525216,6),(1708,701830816,5),(1708,719974817,6),(1708,733280417,5),(1708,751424418,6),(1708,764730018,5),(1708,782874019,6),(1708,796179619,5),(1708,814323619,6),(1708,820454420,7),(1708,828234020,5),(1708,846378020,6),(1708,859683620,5),(1708,877827621,6),(1708,891133221,5),(1708,909277221,6),(1708,922582822,5),(1708,941331622,6),(1708,954032422,5),(1708,972781222,6),(1708,985482022,5),(1708,1004230822,6),(1708,1017536422,5),(1708,1035680422,6),(1708,1048986022,5),(1708,1067130022,6),(1708,1080435622,5),(1708,1099184422,6),(1708,1111885222,5),(1708,1130634022,6),(1708,1143334823,5),(1708,1162083623,6),(1708,1174784423,5),(1708,1193533223,6),(1708,1206838823,5),(1708,1224982823,6),(1708,1238288424,5),(1708,1256432424,6),(1708,1269738024,5),(1708,1288486824,6),(1708,1301187624,5),(1708,1319936424,6),(1708,1332637224,5),(1708,1351386025,6),(1708,1364691625,5),(1708,1382835625,6),(1708,1396141225,5),(1708,1414285225,6),(1708,1427590825,5),(1708,1445734826,6),(1708,1459040426,5),(1708,1477789226,6),(1708,1490490027,5),(1708,1509238827,6),(1708,1521939627,5),(1708,1540688427,6),(1708,1553994027,5),(1708,1572138027,6),(1708,1585443627,5),(1708,1603587627,6),(1708,1616893227,5),(1708,1635642027,6),(1708,1648342827,5),(1708,1667091627,6),(1708,1679792427,5),(1708,1698541227,6),(1708,1711846827,5),(1708,1729990827,6),(1708,1743296427,5),(1708,1761440427,6),(1708,1774746027,5),(1708,1792890027,6),(1708,1806195627,5),(1708,1824944427,6),(1708,1837645227,5),(1708,1856394027,6),(1708,1869094827,5),(1708,1887843627,6),(1708,1901149227,5),(1708,1919293227,6),(1708,1932598827,5),(1708,1950742827,6),(1708,1964048427,5),(1708,1982797227,6),(1708,1995498027,5),(1708,2014246827,6),(1708,2026947627,5),(1708,2045696427,6),(1708,2058397227,5),(1708,2077146027,6),(1708,2090451627,5),(1708,2108595627,6),(1708,2121901227,5),(1708,2140045227,6),(1709,-2147483648,2),(1709,-1691964000,1),(1709,-1680472800,2),(1709,-1664143200,1),(1709,-1650146400,2),(1709,-1633903200,1),(1709,-1617487200,2),(1709,-1601848800,1),(1709,-1586037600,2),(1709,-1570399200,1),(1709,-1552168800,2),(1709,-1538344800,1),(1709,-1522533600,2),(1709,-1507500000,1),(1709,-1490565600,2),(1709,-1473631200,1),(1709,-1460930400,2),(1709,-1442786400,1),(1709,-1428876000,2),(1709,-1410732000,1),(1709,-1396216800,2),(1709,-1379282400,1),(1709,-1364767200,2),(1709,-1348437600,1),(1709,-1333317600,2),(1709,-1315778400,1),(1709,-1301263200,2),(1709,-1284328800,1),(1709,-1269813600,2),(1709,-1253484000,1),(1709,-1238364000,2),(1709,-1221429600,1),(1709,-1206914400,2),(1709,-1189980000,1),(1709,-1175464800,2),(1709,-1159135200,1),(1709,-1143410400,2),(1709,-1126476000,1),(1709,-1111960800,2),(1709,-1095631200,1),(1709,-1080511200,2),(1709,-1063576800,1),(1709,-1049061600,2),(1709,-1032127200,1),(1709,-1017612000,2),(1709,-1001282400,1),(1709,-986162400,2),(1709,-969228000,1),(1709,-950479200,2),(1709,-942012000,1),(1709,-904518000,3),(1709,-896050800,1),(1709,-875487600,3),(1709,-864601200,1),(1709,-844038000,3),(1709,-832546800,1),(1709,-812588400,3),(1709,-798073200,1),(1709,-781052400,3),(1709,-772066800,1),(1709,-764805600,2),(1709,-748476000,1),(1709,-733356000,2),(1709,-719445600,1),(1709,-717030000,3),(1709,-706748400,1),(1709,-699487200,2),(1709,-687996000,1),(1709,-668037600,2),(1709,-654732000,1),(1709,-636588000,2),(1709,-622072800,1),(1709,-605743200,2),(1709,-590623200,1),(1709,-574293600,2),(1709,-558568800,1),(1709,-542239200,2),(1709,-527119200,1),(1709,-512604000,2),(1709,-496274400,1),(1709,-481154400,2),(1709,-464220000,1),(1709,-449704800,2),(1709,-432165600,1),(1709,-417650400,2),(1709,-401320800,1),(1709,-386200800,2),(1709,-369266400,1),(1709,-354751200,2),(1709,-337816800,1),(1709,-323301600,2),(1709,-306972000,1),(1709,-291852000,2),(1709,-276732000,1),(1709,-257983200,2),(1709,-245282400,1),(1709,-226533600,2),(1709,-213228000,1),(1709,-195084000,2),(1709,-182383200,1),(1709,-163634400,2),(1709,-150933600,1),(1709,-132184800,2),(1709,-119484000,1),(1709,-100735200,2),(1709,-88034400,1),(1709,-68680800,2),(1709,-59004000,1),(1709,-37242000,4),(1709,57722400,6),(1709,69818400,1),(1709,89172001,2),(1709,101268002,1),(1709,120621602,2),(1709,132717603,1),(1709,152071203,2),(1709,164167204,1),(1709,183520804,2),(1709,196221605,1),(1709,214970405,2),(1709,227671206,1),(1709,246420006,2),(1709,259120807,1),(1709,278474407,2),(1709,290570408,1),(1709,309924008,2),(1709,322020009,1),(1709,341373609,2),(1709,354675609,5),(1709,372819610,6),(1709,386125210,5),(1709,404269211,6),(1709,417574811,5),(1709,435718812,6),(1709,449024412,5),(1709,467773212,6),(1709,481078812,5),(1709,499222813,6),(1709,512528413,5),(1709,530672413,6),(1709,543978013,5),(1709,562122013,6),(1709,575427614,5),(1709,593571614,6),(1709,606877214,5),(1709,625626014,6),(1709,638326815,5),(1709,657075615,6),(1709,670381216,5),(1709,688525216,6),(1709,701830816,5),(1709,719974817,6),(1709,733280417,5),(1709,751424418,6),(1709,764730018,5),(1709,782874019,6),(1709,796179619,5),(1709,814323619,6),(1709,820454420,7),(1709,828234020,5),(1709,846378020,6),(1709,859683620,5),(1709,877827621,6),(1709,891133221,5),(1709,909277221,6),(1709,922582822,5),(1709,941331622,6),(1709,954032422,5),(1709,972781222,6),(1709,985482022,5),(1709,1004230822,6),(1709,1017536422,5),(1709,1035680422,6),(1709,1048986022,5),(1709,1067130022,6),(1709,1080435622,5),(1709,1099184422,6),(1709,1111885222,5),(1709,1130634022,6),(1709,1143334823,5),(1709,1162083623,6),(1709,1174784423,5),(1709,1193533223,6),(1709,1206838823,5),(1709,1224982823,6),(1709,1238288424,5),(1709,1256432424,6),(1709,1269738024,5),(1709,1288486824,6),(1709,1301187624,5),(1709,1319936424,6),(1709,1332637224,5),(1709,1351386025,6),(1709,1364691625,5),(1709,1382835625,6),(1709,1396141225,5),(1709,1414285225,6),(1709,1427590825,5),(1709,1445734826,6),(1709,1459040426,5),(1709,1477789226,6),(1709,1490490027,5),(1709,1509238827,6),(1709,1521939627,5),(1709,1540688427,6),(1709,1553994027,5),(1709,1572138027,6),(1709,1585443627,5),(1709,1603587627,6),(1709,1616893227,5),(1709,1635642027,6),(1709,1648342827,5),(1709,1667091627,6),(1709,1679792427,5),(1709,1698541227,6),(1709,1711846827,5),(1709,1729990827,6),(1709,1743296427,5),(1709,1761440427,6),(1709,1774746027,5),(1709,1792890027,6),(1709,1806195627,5),(1709,1824944427,6),(1709,1837645227,5),(1709,1856394027,6),(1709,1869094827,5),(1709,1887843627,6),(1709,1901149227,5),(1709,1919293227,6),(1709,1932598827,5),(1709,1950742827,6),(1709,1964048427,5),(1709,1982797227,6),(1709,1995498027,5),(1709,2014246827,6),(1709,2026947627,5),(1709,2045696427,6),(1709,2058397227,5),(1709,2077146027,6),(1709,2090451627,5),(1709,2108595627,6),(1709,2121901227,5),(1709,2140045227,6),(1716,-2147483648,0),(1716,-2056690800,1),(1716,-900910800,2),(1716,-891579600,3),(1716,-884248200,4),(1716,-761209200,1),(1716,-747907200,2),(1716,-728541000,5),(1716,-717049800,6),(1716,-697091400,5),(1716,-683785800,6),(1716,-668061000,5),(1716,-654755400,2),(1716,-636611400,5),(1716,-623305800,2),(1716,-605161800,5),(1716,-591856200,2),(1716,-573712200,5),(1716,-559801800,2),(1716,-541657800,5),(1716,-528352200,2),(1716,-510211800,1),(1716,-498112200,2),(1716,-478762200,1),(1716,-466662600,2),(1716,-446707800,1),(1716,-435213000,2),(1716,-415258200,1),(1716,-403158600,2),(1716,-383808600,1),(1716,-371709000,2),(1716,-352359000,1),(1716,-340259400,2),(1716,-320909400,1),(1716,-308809800,2),(1716,-288855000,1),(1716,-277360200,2),(1716,-257405400,1),(1716,-245910600,2),(1716,-225955800,1),(1716,-213856200,2),(1716,-194506200,1),(1716,-182406600,2),(1716,-163056600,1),(1716,-148537800,2),(1716,-132816600,1),(1716,-117088200,2),(1716,-101367000,1),(1716,-85638600,2),(1716,-69312600,1),(1716,-53584200,2),(1716,-37863000,1),(1716,-22134600,2),(1716,-6413400,1),(1716,9315000,2),(1716,25036200,1),(1716,40764600,2),(1716,56485800,1),(1716,72214200,2),(1716,88540201,1),(1716,104268602,2),(1716,119989802,1),(1716,126041402,2),(1716,151439403,1),(1716,167167804,2),(1716,182889004,1),(1716,198617405,2),(1716,214338605,1),(1716,295385408,2),(1716,309292208,1),(1717,-2147483648,0),(1717,-1956609120,2),(1717,-1668211200,1),(1717,-1647212400,2),(1717,-1636675200,1),(1717,-1613430000,2),(1717,-1605139200,1),(1717,-1581894000,2),(1717,-1539561600,1),(1717,-1531350000,2),(1717,-968025600,1),(1717,-952293600,2),(1717,-942008400,1),(1717,-920239200,3),(1717,-909957600,4),(1717,-888789600,3),(1717,-877903200,4),(1717,-857944800,3),(1717,-846453600,4),(1717,-826495200,3),(1717,-815004000,4),(1717,-795045600,3),(1717,-783554400,4),(1717,-762991200,3),(1717,-752104800,4),(1717,-731541600,3),(1717,-717631200,4),(1717,-700092000,3),(1717,-686181600,4),(1717,-668642400,3),(1717,-654732000,4),(1717,-636588000,3),(1717,-623282400,4),(1717,-605743200,3),(1717,-591832800,4),(1717,-573688800,3),(1717,-559778400,4),(1717,-542239200,3),(1717,-528328800,4),(1717,-510789600,3),(1717,-496879200,4),(1717,-479340000,3),(1717,-465429600,4),(1717,-447890400,3),(1717,-433980000,4),(1717,-415836000,3),(1717,-401925600,4),(1717,-384386400,3),(1717,-370476000,4),(1717,-352936800,3),(1717,-339026400,4),(1717,-321487200,3),(1717,-307576800,4),(1717,-290037600,3),(1717,-276127200,4),(1717,-258588000,3),(1717,-244677600,4),(1717,-226533600,3),(1717,-212623200,4),(1717,-195084000,3),(1717,-181173600,4),(1717,-163634400,3),(1717,-149724000,4),(1717,-132184800,3),(1717,-118274400,4),(1717,-100735200,3),(1717,-86824800,4),(1717,-68680800,3),(1717,-54770400,5),(1718,-2147483648,0),(1718,-1946168836,1),(1718,-1309746600,2),(1718,-1261969200,1),(1718,-1041388200,3),(1718,-865305900,2),(1719,-2147483648,0),(1719,-1988167780,1),(1719,820436419,2),(1722,-2147483648,0),(1722,-1946168836,1),(1722,-1309746600,2),(1722,-1261969200,1),(1722,-1041388200,3),(1722,-865305900,2),(1723,-2147483648,0),(1723,-631152000,1),(1724,-2147483648,0),(1724,-1988163708,1),(1725,-2147483648,1),(1725,-315636840,2),(1726,-2147483648,0),(1726,-1988164200,2),(1726,403041611,1),(1726,417034811,2),(1726,1224972023,1),(1726,1238274024,2),(1727,-2147483648,0),(1727,-1946168836,1),(1727,-1309746600,2),(1727,-1261969200,1),(1727,-1041388200,3),(1727,-865305900,2),(1728,-2147483648,0),(1728,-1848886912,1),(1729,-2147483648,0),(1729,-1704165944,1),(1729,-757394744,2),(1729,247177806,4),(1729,259272007,3),(1729,277758007,4),(1729,283982407,2),(1729,290809808,5),(1729,306531008,2),(1729,322432209,5),(1729,338499009,2),(1729,673216216,5),(1729,685481416,2),(1729,701209816,5),(1729,717103817,2),(1729,732745817,5),(1729,748639818,2),(1729,764281818,5),(1729,780175819,2),(1729,795817819,5),(1729,811711819,2),(1729,827353820,5),(1729,843247820,2),(1729,858976220,5),(1729,874870221,2),(1729,890512221,5),(1729,906406221,2),(1729,922048222,5),(1729,937942222,2),(1729,953584222,5),(1729,969478222,2),(1729,985206622,5),(1729,1001100622,2),(1729,1016742622,5),(1729,1032636622,2),(1729,1048278622,5),(1729,1064172622,2),(1729,1079814622,5),(1729,1095708622,2),(1729,1111437022,5),(1729,1127331022,2),(1729,1206045023,5),(1729,1221939023,2),(1729,1237667424,5),(1729,1253561424,2),(1729,1269203424,5),(1729,1285097424,2),(1729,1300739424,5),(1729,1316633424,2),(1729,1332275424,5),(1729,1348169425,2),(1729,1363897825,5),(1729,1379791825,2),(1729,1395433825,5),(1729,1411327825,2),(1729,1426969825,5),(1729,1442863826,2),(1729,1458505826,5),(1729,1474399826,2),(1729,1490128227,5),(1729,1506022227,2),(1729,1521664227,5),(1729,1537558227,2),(1729,1553200227,5),(1729,1569094227,2),(1729,1584736227,5),(1729,1600630227,2),(1729,1616358627,5),(1729,1632252627,2),(1729,1647894627,5),(1729,1663788627,2),(1729,1679430627,5),(1729,1695324627,2),(1729,1710966627,5),(1729,1726860627,2),(1729,1742589027,5),(1729,1758483027,2),(1729,1774125027,5),(1729,1790019027,2),(1729,1805661027,5),(1729,1821555027,2),(1729,1837197027,5),(1729,1853091027,2),(1729,1868733027,5),(1729,1884627027,2),(1729,1900355427,5),(1729,1916249427,2),(1729,1931891427,5),(1729,1947785427,2),(1729,1963427427,5),(1729,1979321427,2),(1729,1994963427,5),(1729,2010857427,2),(1729,2026585827,5),(1729,2042479827,2),(1729,2058121827,5),(1729,2074015827,2),(1729,2089657827,5),(1729,2105551827,2),(1729,2121193827,5),(1729,2137087827,2),(1730,-2147483648,1),(1730,-1641003640,6),(1730,-933638400,2),(1730,-923097600,3),(1730,-919036800,2),(1730,-857347200,3),(1730,-844300800,2),(1730,-825811200,3),(1730,-812678400,2),(1730,-794188800,3),(1730,-779846400,2),(1730,-762652800,3),(1730,-748310400,2),(1730,-731116800,3),(1730,-681955200,4),(1730,-673228800,2),(1730,-667958400,3),(1730,-652320000,2),(1730,-636422400,3),(1730,-622080000,2),(1730,-608947200,3),(1730,-591840000,2),(1730,-572486400,3),(1730,-558576000,2),(1730,-542851200,3),(1730,-527731200,2),(1730,-514425600,3),(1730,-490838400,2),(1730,-482976000,3),(1730,-459388800,2),(1730,-451526400,3),(1730,-428544000,2),(1730,-418262400,3),(1730,-400118400,2),(1730,-387417600,3),(1730,142380003,5),(1730,150843603,6),(1730,167176804,5),(1730,178664404,6),(1730,334101609,7),(1730,337730409,8),(1730,452642412,7),(1730,462319212,8),(1730,482277612,5),(1730,494370013,6),(1730,516751213,5),(1730,526424413,6),(1730,545436013,5),(1730,558478813,6),(1730,576626414,5),(1730,589323614,6),(1730,609890414,5),(1730,620773214,6),(1730,638316015,5),(1730,651618015,6),(1730,669765616,5),(1730,683672416,6),(1730,701820016,5),(1730,715726817,6),(1730,733701617,5),(1730,747176418,6),(1730,765151218,5),(1730,778021219,6),(1730,796600819,5),(1730,810075619,6),(1730,826840820,5),(1730,842821220,6),(1730,858895220,5),(1730,874184421,6),(1730,890344821,5),(1730,905029221,6),(1730,923011222,5),(1730,936313222,6),(1730,955670422,5),(1730,970783222,6),(1730,986770822,5),(1730,1001282422,6),(1730,1017356422,5),(1730,1033941622,6),(1730,1048806022,5),(1730,1065132022,6),(1730,1081292422,5),(1730,1095804022,6),(1730,1112313622,5),(1730,1128812422,6),(1730,1143763223,5),(1730,1159657223,6),(1730,1175212823,5),(1730,1189897223,6),(1730,1206662423,5),(1730,1223161223,6),(1730,1238112024,5),(1730,1254006024,6),(1730,1269561624,5),(1730,1284246024,6),(1730,1301616024,5),(1730,1317510024,6),(1730,1333065624,5),(1730,1348354825,6),(1730,1364515225,5),(1730,1382828425,6),(1730,1395964825,5),(1730,1414278025,6),(1730,1427414425,5),(1730,1445727626,6),(1730,1458864026,5),(1730,1477782026,6),(1730,1490313627,5),(1730,1509231627,6),(1730,1521763227,5),(1730,1540681227,6),(1730,1553817627,5),(1730,1572130827,6),(1730,1585267227,5),(1730,1603580427,6),(1730,1616716827,5),(1730,1635634827,6),(1730,1648166427,5),(1730,1667084427,6),(1730,1679616027,5),(1730,1698534027,6),(1730,1711670427,5),(1730,1729983627,6),(1730,1743120027,5),(1730,1761433227,6),(1730,1774569627,5),(1730,1792882827,6),(1730,1806019227,5),(1730,1824937227,6),(1730,1837468827,5),(1730,1856386827,6),(1730,1868918427,5),(1730,1887836427,6),(1730,1900972827,5),(1730,1919286027,6),(1730,1932422427,5),(1730,1950735627,6),(1730,1963872027,5),(1730,1982790027,6),(1730,1995321627,5),(1730,2014239627,6),(1730,2026771227,5),(1730,2045689227,6),(1730,2058220827,5),(1730,2077138827,6),(1730,2090275227,5),(1730,2108588427,6),(1730,2121724827,5),(1730,2140038027,6),(1731,-2147483648,1),(1731,-1827687170,2),(1731,126687603,3),(1731,152085603,2),(1731,162370804,3),(1731,183535204,2),(1731,199263605,3),(1731,215589605,2),(1731,230713206,3),(1731,247039206,2),(1731,262767607,3),(1731,278488807,2),(1731,294217208,3),(1731,309938408,2),(1731,325666809,3),(1731,341388009,2),(1731,357116409,3),(1731,372837610,2),(1731,388566010,3),(1731,404892011,2),(1731,420015611,3),(1731,436341612,2),(1732,-2147483648,3),(1732,-683802000,1),(1732,-672310800,2),(1732,-654771600,1),(1732,-640861200,2),(1732,-620298000,1),(1732,-609411600,2),(1732,-588848400,1),(1732,-577962000,2),(1733,-2147483648,1),(1733,-1041418800,2),(1733,-907408800,3),(1733,-817462800,1),(1733,-7988400,4),(1733,745934418,5),(1734,-2147483648,0),(1734,-1577926364,2),(1734,-574902000,1),(1734,-568087200,2),(1734,-512175600,1),(1734,-504928800,2),(1734,-449888400,1),(1734,-441856800,2),(1734,-347158800,3),(1734,378684010,2),(1734,386463610,1),(1734,402271211,2),(1734,417999611,1),(1734,433807212,2),(1734,449622012,1),(1734,465429612,2),(1734,481590012,1),(1734,496965613,2),(1734,512953213,1),(1734,528674413,2),(1734,544230013,1),(1734,560037613,2),(1734,575852414,1),(1734,591660014,2),(1734,607388414,1),(1734,623196014,2),(1734,641775615,3),(1734,844034420,2),(1734,860108420,1),(1734,875916021,3),(1734,1352505625,2),(1734,1364515225,1),(1734,1382659225,3),(1735,-1693706400,0),(1735,-1680483600,1),(1735,-1663455600,2),(1735,-1650150000,3),(1735,-1632006000,2),(1735,-1618700400,3),(1735,-938905200,2),(1735,-857257200,3),(1735,-844556400,2),(1735,-828226800,3),(1735,-812502000,2),(1735,-796777200,3),(1735,-781052400,2),(1735,-766623600,3),(1735,228877206,2),(1735,243997206,3),(1735,260326807,2),(1735,276051607,3),(1735,291776408,2),(1735,307501208,3),(1735,323830809,2),(1735,338950809,3),(1735,354675609,2),(1735,370400410,3),(1735,386125210,2),(1735,401850011,3),(1735,417574811,2),(1735,433299612,3),(1735,449024412,2),(1735,465354012,3),(1735,481078812,2),(1735,496803613,3),(1735,512528413,2),(1735,528253213,3),(1735,543978013,2),(1735,559702813,3),(1735,575427614,2),(1735,591152414,3),(1735,606877214,2),(1735,622602014,3),(1735,638326815,2),(1735,654656415,3),(1735,670381216,2),(1735,686106016,3),(1735,701830816,2),(1735,717555617,3),(1735,733280417,2),(1735,749005218,3),(1735,764730018,2),(1735,780454819,3),(1735,796179619,2),(1735,811904419,3),(1735,828234020,2),(1735,846378020,3),(1735,859683620,2),(1735,877827621,3),(1735,891133221,2),(1735,909277221,3),(1735,922582822,2),(1735,941331622,3),(1735,954032422,2),(1735,972781222,3),(1735,985482022,2),(1735,1004230822,3),(1735,1017536422,2),(1735,1035680422,3),(1735,1048986022,2),(1735,1067130022,3),(1735,1080435622,2),(1735,1099184422,3),(1735,1111885222,2),(1735,1130634022,3),(1735,1143334823,2),(1735,1162083623,3),(1735,1174784423,2),(1735,1193533223,3),(1735,1206838823,2),(1735,1224982823,3),(1735,1238288424,2),(1735,1256432424,3),(1735,1269738024,2),(1735,1288486824,3),(1735,1301187624,2),(1735,1319936424,3),(1735,1332637224,2),(1735,1351386025,3),(1735,1364691625,2),(1735,1382835625,3),(1735,1396141225,2),(1735,1414285225,3),(1735,1427590825,2),(1735,1445734826,3),(1735,1459040426,2),(1735,1477789226,3),(1735,1490490027,2),(1735,1509238827,3),(1735,1521939627,2),(1735,1540688427,3),(1735,1553994027,2),(1735,1572138027,3),(1735,1585443627,2),(1735,1603587627,3),(1735,1616893227,2),(1735,1635642027,3),(1735,1648342827,2),(1735,1667091627,3),(1735,1679792427,2),(1735,1698541227,3),(1735,1711846827,2),(1735,1729990827,3),(1735,1743296427,2),(1735,1761440427,3),(1735,1774746027,2),(1735,1792890027,3),(1735,1806195627,2),(1735,1824944427,3),(1735,1837645227,2),(1735,1856394027,3),(1735,1869094827,2),(1735,1887843627,3),(1735,1901149227,2),(1735,1919293227,3),(1735,1932598827,2),(1735,1950742827,3),(1735,1964048427,2),(1735,1982797227,3),(1735,1995498027,2),(1735,2014246827,3),(1735,2026947627,2),(1735,2045696427,3),(1735,2058397227,2),(1735,2077146027,3),(1735,2090451627,2),(1735,2108595627,3),(1735,2121901227,2),(1735,2140045227,3),(1737,-1633273200,0),(1737,-1615132800,1),(1737,-1601823600,0),(1737,-1583683200,1),(1737,-880210800,2),(1737,-769395600,3),(1737,-765388800,1),(1737,-84380400,0),(1737,-68659200,1),(1737,-52930800,0),(1737,-37209600,1),(1737,-21481200,0),(1737,-5760000,1),(1737,9968400,0),(1737,25689600,1),(1737,41418000,0),(1737,57744000,1),(1737,73472400,0),(1737,89193601,1),(1737,104922002,0),(1737,120643202,1),(1737,126694803,0),(1737,152092803,1),(1737,162378004,0),(1737,183542404,1),(1737,199270805,0),(1737,215596805,1),(1737,230720406,0),(1737,247046406,1),(1737,262774807,0),(1737,278496007,1),(1737,294224408,0),(1737,309945608,1),(1737,325674009,0),(1737,341395209,1),(1737,357123609,0),(1737,372844810,1),(1737,388573210,0),(1737,404899211,1),(1737,420022811,0),(1737,436348812,1),(1737,452077212,0),(1737,467798412,1),(1737,483526812,0),(1737,499248013,1),(1737,514976413,0),(1737,530697613,1),(1737,544611613,0),(1737,562147213,1),(1737,576061214,0),(1737,594201614,1),(1737,607510814,0),(1737,625651214,1),(1737,638960415,0),(1737,657100815,1),(1737,671014816,0),(1737,688550416,1),(1737,702464416,0),(1737,720000017,1),(1737,733914017,0),(1737,752054418,1),(1737,765363618,0),(1737,783504019,1),(1737,796813219,0),(1737,814953619,1),(1737,828867620,0),(1737,846403220,1),(1737,860317220,0),(1737,877852821,1),(1737,891766821,0),(1737,909302421,1),(1737,923216422,0),(1737,941356822,1),(1737,954666022,0),(1737,972806422,1),(1737,986115622,0),(1737,1004256022,1),(1737,1018170022,0),(1737,1035705622,1),(1737,1049619622,0),(1737,1067155222,1),(1737,1081069222,0),(1737,1099209622,1),(1737,1112518822,0),(1737,1130659222,1),(1737,1143968423,0),(1737,1162108823,1),(1737,1173603623,0),(1737,1194163223,1),(1737,1205053223,0),(1737,1225612823,1),(1737,1236502824,0),(1737,1257062424,1),(1737,1268557224,0),(1737,1289116824,1),(1737,1300006824,0),(1737,1320566424,1),(1737,1331456424,0),(1737,1352016025,1),(1737,1362906025,0),(1737,1383465625,1),(1737,1394355625,0),(1737,1414915225,1),(1737,1425805225,0),(1737,1446364826,1),(1737,1457859626,0),(1737,1478419226,1),(1737,1489309227,0),(1737,1509868827,1),(1737,1520758827,0),(1737,1541318427,1),(1737,1552208427,0),(1737,1572768027,1),(1737,1583658027,0),(1737,1604217627,1),(1737,1615712427,0),(1737,1636272027,1),(1737,1647162027,0),(1737,1667721627,1),(1737,1678611627,0),(1737,1699171227,1),(1737,1710061227,0),(1737,1730620827,1),(1737,1741510827,0),(1737,1762070427,1),(1737,1772960427,0),(1737,1793520027,1),(1737,1805014827,0),(1737,1825574427,1),(1737,1836464427,0),(1737,1857024027,1),(1737,1867914027,0),(1737,1888473627,1),(1737,1899363627,0),(1737,1919923227,1),(1737,1930813227,0),(1737,1951372827,1),(1737,1962867627,0),(1737,1983427227,1),(1737,1994317227,0),(1737,2014876827,1),(1737,2025766827,0),(1737,2046326427,1),(1737,2057216427,0),(1737,2077776027,1),(1737,2088666027,0),(1737,2109225627,1),(1737,2120115627,0),(1737,2140675227,1),(1738,-2147483648,0),(1738,-1514736000,1),(1738,-1451667600,2),(1738,-1343062800,1),(1738,-1234803600,2),(1738,-1222963200,3),(1738,-1207242000,2),(1738,-873820800,4),(1738,-769395600,5),(1738,-761677200,2),(1738,-686073600,3),(1738,-661539600,2),(1738,-495039600,3),(1738,-481734000,2),(1738,-463590000,3),(1738,-450284400,2),(1738,-431535600,3),(1738,-418230000,2),(1738,-400086000,3),(1738,-386780400,2),(1738,-368636400,3),(1738,-355330800,2),(1738,-337186800,3),(1738,-323881200,2),(1738,-305737200,3),(1738,-292431600,2),(1738,199274405,3),(1738,215600405,2),(1738,230724006,3),(1738,247050006,2),(1738,262778407,3),(1738,278499607,2),(1738,294228008,3),(1738,309949208,2),(1738,325677609,3),(1738,341398809,2),(1738,357127209,3),(1738,372848410,2),(1738,388576810,3),(1738,404902811,2),(1738,420026411,3),(1738,436352412,2),(1738,452080812,3),(1738,467802012,2),(1738,483530412,3),(1738,499251613,2),(1738,514980013,3),(1738,530701213,2),(1738,544615213,3),(1738,562150813,2),(1738,576064814,3),(1738,594205214,2),(1738,607514414,3),(1738,625654814,2),(1738,638964015,3),(1738,657104415,2),(1738,671018416,3),(1738,688554016,2),(1738,702468016,3),(1738,720003617,2),(1738,733917617,3),(1738,752058018,2),(1738,765367218,3),(1738,783507619,2),(1738,796816819,3),(1738,814957219,2),(1738,828871220,3),(1738,846406820,2),(1738,860320820,3),(1738,877856421,2),(1738,891770421,3),(1738,909306021,2),(1738,923220022,3),(1738,941360422,2),(1738,954669622,3),(1738,972810022,2),(1738,986119222,3),(1738,1004259622,2),(1738,1018173622,3),(1738,1035709222,2),(1738,1049623222,3),(1738,1067158822,2),(1738,1081072822,3),(1738,1099213222,2),(1738,1112522422,3),(1738,1130662822,2),(1738,1143972023,3),(1738,1162112423,2),(1738,1175421623,3),(1738,1193562023,2),(1738,1207476023,3),(1738,1225011623,2),(1738,1238925624,3),(1738,1256461224,2),(1738,1268560824,3),(1738,1289120424,2),(1738,1300010424,3),(1738,1320570024,2),(1738,1331460024,3),(1738,1352019625,2),(1738,1362909625,3),(1738,1383469225,2),(1738,1394359225,3),(1738,1414918825,2),(1738,1425808825,3),(1738,1446368426,2),(1738,1457863226,3),(1738,1478422826,2),(1738,1489312827,3),(1738,1509872427,2),(1738,1520762427,3),(1738,1541322027,2),(1738,1552212027,3),(1738,1572771627,2),(1738,1583661627,3),(1738,1604221227,2),(1738,1615716027,3),(1738,1636275627,2),(1738,1647165627,3),(1738,1667725227,2),(1738,1678615227,3),(1738,1699174827,2),(1738,1710064827,3),(1738,1730624427,2),(1738,1741514427,3),(1738,1762074027,2),(1738,1772964027,3),(1738,1793523627,2),(1738,1805018427,3),(1738,1825578027,2),(1738,1836468027,3),(1738,1857027627,2),(1738,1867917627,3),(1738,1888477227,2),(1738,1899367227,3),(1738,1919926827,2),(1738,1930816827,3),(1738,1951376427,2),(1738,1962871227,3),(1738,1983430827,2),(1738,1994320827,3),(1738,2014880427,2),(1738,2025770427,3),(1738,2046330027,2),(1738,2057220027,3),(1738,2077779627,2),(1738,2088669627,3),(1738,2109229227,2),(1738,2120119227,3),(1738,2140678827,2),(1739,-2147483648,0),(1739,-1514739600,1),(1739,-1343066400,2),(1739,-1234807200,1),(1739,-1220292000,2),(1739,-1207159200,1),(1739,-1191344400,2),(1739,-873828000,1),(1739,-661539600,3),(1739,28800,1),(1739,828867620,4),(1739,846403220,1),(1739,860317220,4),(1739,877852821,1),(1739,891766821,4),(1739,909302421,1),(1739,923216422,4),(1739,941356822,1),(1739,954666022,4),(1739,972806422,1),(1739,989139622,4),(1739,1001836822,1),(1739,1018170022,4),(1739,1035705622,1),(1739,1049619622,4),(1739,1067155222,1),(1739,1081069222,4),(1739,1099209622,1),(1739,1112518822,4),(1739,1130659222,1),(1739,1143968423,4),(1739,1162108823,1),(1739,1175418023,4),(1739,1193558423,1),(1739,1207472423,4),(1739,1225008023,1),(1739,1238922024,4),(1739,1256457624,1),(1739,1270371624,4),(1739,1288512024,1),(1739,1301821224,4),(1739,1319961624,1),(1739,1333270824,4),(1739,1351411225,1),(1739,1365325225,4),(1739,1382860825,1),(1739,1396774825,4),(1739,1414310425,1),(1739,1428224425,4),(1739,1445760026,1),(1739,1459674026,4),(1739,1477814426,1),(1739,1491123627,4),(1739,1509264027,1),(1739,1522573227,4),(1739,1540713627,1),(1739,1554627627,4),(1739,1572163227,1),(1739,1586077227,4),(1739,1603612827,1),(1739,1617526827,4),(1739,1635667227,1),(1739,1648976427,4),(1739,1667116827,1),(1739,1680426027,4),(1739,1698566427,1),(1739,1712480427,4),(1739,1730016027,1),(1739,1743930027,4),(1739,1761465627,1),(1739,1775379627,4),(1739,1792915227,1),(1739,1806829227,4),(1739,1824969627,1),(1739,1838278827,4),(1739,1856419227,1),(1739,1869728427,4),(1739,1887868827,1),(1739,1901782827,4),(1739,1919318427,1),(1739,1933232427,4),(1739,1950768027,1),(1739,1964682027,4),(1739,1982822427,1),(1739,1996131627,4),(1739,2014272027,1),(1739,2027581227,4),(1739,2045721627,1),(1739,2059030827,4),(1739,2077171227,1),(1739,2091085227,4),(1739,2108620827,1),(1739,2122534827,4),(1739,2140070427,1),(1740,-2147483648,0),(1740,-1514739600,1),(1740,-1343066400,2),(1740,-1234807200,1),(1740,-1220292000,2),(1740,-1207159200,1),(1740,-1191344400,2),(1740,-975261600,3),(1740,-963169200,2),(1740,-917114400,3),(1740,-907354800,2),(1740,-821901600,4),(1740,-810068400,2),(1740,-627501600,3),(1740,-612990000,2),(1740,828864020,3),(1740,846399620,2),(1740,860313620,3),(1740,877849221,2),(1740,891763221,3),(1740,909298821,2),(1740,923212822,3),(1740,941353222,2),(1740,954662422,3),(1740,972802822,2),(1740,989136022,3),(1740,1001833222,2),(1740,1018166422,3),(1740,1035702022,2),(1740,1049616022,3),(1740,1067151622,2),(1740,1081065622,3),(1740,1099206022,2),(1740,1112515222,3),(1740,1130655622,2),(1740,1143964823,3),(1740,1162105223,2),(1740,1175414423,3),(1740,1193554823,2),(1740,1207468823,3),(1740,1225004423,2),(1740,1238918424,3),(1740,1256454024,2),(1740,1270368024,3),(1740,1288508424,2),(1740,1301817624,3),(1740,1319958024,2),(1740,1333267224,3),(1740,1351407625,2),(1740,1365321625,3),(1740,1382857225,2),(1740,1396771225,3),(1740,1414306825,2),(1740,1428220825,3),(1740,1445756426,2),(1740,1459670426,3),(1740,1477810826,2),(1740,1491120027,3),(1740,1509260427,2),(1740,1522569627,3),(1740,1540710027,2),(1740,1554624027,3),(1740,1572159627,2),(1740,1586073627,3),(1740,1603609227,2),(1740,1617523227,3),(1740,1635663627,2),(1740,1648972827,3),(1740,1667113227,2),(1740,1680422427,3),(1740,1698562827,2),(1740,1712476827,3),(1740,1730012427,2),(1740,1743926427,3),(1740,1761462027,2),(1740,1775376027,3),(1740,1792911627,2),(1740,1806825627,3),(1740,1824966027,2),(1740,1838275227,3),(1740,1856415627,2),(1740,1869724827,3),(1740,1887865227,2),(1740,1901779227,3),(1740,1919314827,2),(1740,1933228827,3),(1740,1950764427,2),(1740,1964678427,3),(1740,1982818827,2),(1740,1996128027,3),(1740,2014268427,2),(1740,2027577627,3),(1740,2045718027,2),(1740,2059027227,3),(1740,2077167627,2),(1740,2091081627,3),(1740,2108617227,2),(1740,2122531227,3),(1740,2140066827,2),(1741,-2147483648,2),(1741,-1330335000,1),(1741,-1320057000,2),(1741,-1300699800,3),(1741,-1287396000,2),(1741,-1269250200,3),(1741,-1255946400,2),(1741,-1237800600,3),(1741,-1224496800,2),(1741,-1206351000,3),(1741,-1192442400,2),(1741,-1174901400,3),(1741,-1160992800,2),(1741,-1143451800,3),(1741,-1125914400,2),(1741,-1112607000,3),(1741,-1094464800,2),(1741,-1081157400,3),(1741,-1063015200,2),(1741,-1049707800,3),(1741,-1031565600,2),(1741,-1018258200,3),(1741,-1000116000,2),(1741,-986808600,3),(1741,-968061600,2),(1741,-955359000,3),(1741,-936612000,2),(1741,-923304600,3),(1741,-757425600,6),(1741,152632803,4),(1741,162309604,5),(1741,183477604,4),(1741,194968805,5),(1741,215532005,4),(1741,226418406,5),(1741,246981606,4),(1741,257868007,5),(1741,278431207,4),(1741,289317608,5),(1741,309880808,4),(1741,320767209,5),(1741,341330409,4),(1741,352216809,5),(1741,372780010,4),(1741,384271210,5),(1741,404834411,4),(1741,415720811,5),(1741,436284012,4),(1741,447170412,5),(1741,467733612,4),(1741,478620012,5),(1741,499183213,4),(1741,510069613,5),(1741,530632813,4),(1741,541519213,5),(1741,562082413,4),(1741,573573614,5),(1741,594136814,4),(1741,605023214,5),(1741,623772014,4),(1741,637682415,5),(1741,655221615,4),(1741,669132016,5),(1741,686671216,4),(1741,700581616,5),(1741,718120817,4),(1741,732636017,5),(1741,749570418,4),(1741,764085618,5),(1741,781020019,4),(1741,795535219,5),(1741,812469619,4),(1741,826984820,5),(1741,844524020,4),(1741,858434420,5),(1741,875973621,4),(1741,889884021,5),(1741,907423221,4),(1741,921938422,5),(1741,938872822,4),(1741,953388022,5),(1741,970322422,4),(1741,984837622,5),(1741,1002376822,4),(1741,1016287222,5),(1741,1033826422,4),(1741,1047736822,5),(1741,1065276022,4),(1741,1079791222,5),(1741,1096725622,4),(1741,1111240822,5),(1741,1128175222,4),(1741,1142690423,5),(1741,1159624823,4),(1741,1174140023,5),(1741,1191074423,4),(1741,1207404023,5),(1741,1222524023,4),(1741,1238853624,5),(1741,1253973624,4),(1741,1270303224,5),(1741,1285423224,4),(1741,1301752824,5),(1741,1316872824,4),(1741,1333202424,5),(1741,1348927225,4),(1741,1365256825,5),(1741,1380376825,4),(1741,1396706425,5),(1741,1411826425,4),(1741,1428156025,5),(1741,1443276026,4),(1741,1459605626,5),(1741,1474725626,4),(1741,1491055227,5),(1741,1506175227,4),(1741,1522504827,5),(1741,1538229627,4),(1741,1554559227,5),(1741,1569679227,4),(1741,1586008827,5),(1741,1601128827,4),(1741,1617458427,5),(1741,1632578427,4),(1741,1648908027,5),(1741,1664028027,4),(1741,1680357627,5),(1741,1695477627,4),(1741,1712412027,5),(1741,1727532027,4),(1741,1743861627,5),(1741,1758981627,4),(1741,1775311227,5),(1741,1790431227,4),(1741,1806760827,5),(1741,1821880827,4),(1741,1838210427,5),(1741,1853330427,4),(1741,1869660027,5),(1741,1885384827,4),(1741,1901714427,5),(1741,1916834427,4),(1741,1933164027,5),(1741,1948284027,4),(1741,1964613627,5),(1741,1979733627,4),(1741,1996063227,5),(1741,2011183227,4),(1741,2027512827,5),(1741,2042632827,4),(1741,2058962427,5),(1741,2074687227,4),(1741,2091016827,5),(1741,2106136827,4),(1741,2122466427,5),(1741,2137586427,4),(1742,-2147483648,1),(1742,-757426500,4),(1742,152632803,2),(1742,162309604,3),(1742,183477604,2),(1742,194968805,3),(1742,215532005,2),(1742,226418406,3),(1742,246981606,2),(1742,257868007,3),(1742,278431207,2),(1742,289317608,3),(1742,309880808,2),(1742,320767209,3),(1742,341330409,2),(1742,352216809,3),(1742,372780010,2),(1742,384271210,3),(1742,404834411,2),(1742,415720811,3),(1742,436284012,2),(1742,447170412,3),(1742,467733612,2),(1742,478620012,3),(1742,499183213,2),(1742,510069613,3),(1742,530632813,2),(1742,541519213,3),(1742,562082413,2),(1742,573573614,3),(1742,594136814,2),(1742,605023214,3),(1742,623772014,2),(1742,637682415,3),(1742,655221615,2),(1742,669132016,3),(1742,686671216,2),(1742,700581616,3),(1742,718120817,2),(1742,732636017,3),(1742,749570418,2),(1742,764085618,3),(1742,781020019,2),(1742,795535219,3),(1742,812469619,2),(1742,826984820,3),(1742,844524020,2),(1742,858434420,3),(1742,875973621,2),(1742,889884021,3),(1742,907423221,2),(1742,921938422,3),(1742,938872822,2),(1742,953388022,3),(1742,970322422,2),(1742,984837622,3),(1742,1002376822,2),(1742,1016287222,3),(1742,1033826422,2),(1742,1047736822,3),(1742,1065276022,2),(1742,1079791222,3),(1742,1096725622,2),(1742,1111240822,3),(1742,1128175222,2),(1742,1142690423,3),(1742,1159624823,2),(1742,1174140023,3),(1742,1191074423,2),(1742,1207404023,3),(1742,1222524023,2),(1742,1238853624,3),(1742,1253973624,2),(1742,1270303224,3),(1742,1285423224,2),(1742,1301752824,3),(1742,1316872824,2),(1742,1333202424,3),(1742,1348927225,2),(1742,1365256825,3),(1742,1380376825,2),(1742,1396706425,3),(1742,1411826425,2),(1742,1428156025,3),(1742,1443276026,2),(1742,1459605626,3),(1742,1474725626,2),(1742,1491055227,3),(1742,1506175227,2),(1742,1522504827,3),(1742,1538229627,2),(1742,1554559227,3),(1742,1569679227,2),(1742,1586008827,3),(1742,1601128827,2),(1742,1617458427,3),(1742,1632578427,2),(1742,1648908027,3),(1742,1664028027,2),(1742,1680357627,3),(1742,1695477627,2),(1742,1712412027,3),(1742,1727532027,2),(1742,1743861627,3),(1742,1758981627,2),(1742,1775311227,3),(1742,1790431227,2),(1742,1806760827,3),(1742,1821880827,2),(1742,1838210427,3),(1742,1853330427,2),(1742,1869660027,3),(1742,1885384827,2),(1742,1901714427,3),(1742,1916834427,2),(1742,1933164027,3),(1742,1948284027,2),(1742,1964613627,3),(1742,1979733627,2),(1742,1996063227,3),(1742,2011183227,2),(1742,2027512827,3),(1742,2042632827,2),(1742,2058962427,3),(1742,2074687227,2),(1742,2091016827,3),(1742,2106136827,2),(1742,2122466427,3),(1742,2137586427,2),(1743,-2147483648,2),(1743,-1633273200,1),(1743,-1615132800,2),(1743,-1601823600,1),(1743,-1583683200,2),(1743,-1570374000,1),(1743,-1551628800,2),(1743,-1538924400,1),(1743,-1534089600,2),(1743,-880210800,3),(1743,-769395600,4),(1743,-765388800,2),(1743,-147884400,1),(1743,-131558400,2),(1743,-116434800,1),(1743,-100108800,2),(1743,-84380400,1),(1743,-68659200,2),(1743,-52930800,1),(1743,-37209600,2),(1743,-21481200,1),(1743,-5760000,2),(1743,9968400,1),(1743,25689600,2),(1743,41418000,1),(1743,57744000,2),(1743,73472400,1),(1743,89193601,2),(1743,104922002,1),(1743,120643202,2),(1743,126694803,1),(1743,152092803,2),(1743,162378004,1),(1743,183542404,2),(1743,199270805,1),(1743,215596805,2),(1743,230720406,1),(1743,247046406,2),(1743,262774807,1),(1743,278496007,2),(1743,294224408,1),(1743,309945608,2),(1743,325674009,1),(1743,341395209,2),(1743,357123609,1),(1743,372844810,2),(1743,388573210,1),(1743,404899211,2),(1743,420022811,1),(1743,436348812,2),(1743,452077212,1),(1743,467798412,2),(1743,483526812,1),(1743,499248013,2),(1743,514976413,1),(1743,530697613,2),(1743,544611613,1),(1743,562147213,2),(1743,576061214,1),(1743,594201614,2),(1743,607510814,1),(1743,625651214,2),(1743,638960415,1),(1743,657100815,2),(1743,671014816,1),(1743,688550416,2),(1743,702464416,1),(1743,720000017,2),(1743,733914017,1),(1743,752054418,2),(1743,765363618,1),(1743,783504019,2),(1743,796813219,1),(1743,814953619,2),(1743,828867620,1),(1743,846403220,2),(1743,860317220,1),(1743,877852821,2),(1743,891766821,1),(1743,909302421,2),(1743,923216422,1),(1743,941356822,2),(1743,954666022,1),(1743,972806422,2),(1743,986115622,1),(1743,1004256022,2),(1743,1018170022,1),(1743,1035705622,2),(1743,1049619622,1),(1743,1067155222,2),(1743,1081069222,1),(1743,1099209622,2),(1743,1112518822,1),(1743,1130659222,2),(1743,1143968423,1),(1743,1162108823,2),(1743,1173603623,1),(1743,1194163223,2),(1743,1205053223,1),(1743,1225612823,2),(1743,1236502824,1),(1743,1257062424,2),(1743,1268557224,1),(1743,1289116824,2),(1743,1300006824,1),(1743,1320566424,2),(1743,1331456424,1),(1743,1352016025,2),(1743,1362906025,1),(1743,1383465625,2),(1743,1394355625,1),(1743,1414915225,2),(1743,1425805225,1),(1743,1446364826,2),(1743,1457859626,1),(1743,1478419226,2),(1743,1489309227,1),(1743,1509868827,2),(1743,1520758827,1),(1743,1541318427,2),(1743,1552208427,1),(1743,1572768027,2),(1743,1583658027,1),(1743,1604217627,2),(1743,1615712427,1),(1743,1636272027,2),(1743,1647162027,1),(1743,1667721627,2),(1743,1678611627,1),(1743,1699171227,2),(1743,1710061227,1),(1743,1730620827,2),(1743,1741510827,1),(1743,1762070427,2),(1743,1772960427,1),(1743,1793520027,2),(1743,1805014827,1),(1743,1825574427,2),(1743,1836464427,1),(1743,1857024027,2),(1743,1867914027,1),(1743,1888473627,2),(1743,1899363627,1),(1743,1919923227,2),(1743,1930813227,1),(1743,1951372827,2),(1743,1962867627,1),(1743,1983427227,2),(1743,1994317227,1),(1743,2014876827,2),(1743,2025766827,1),(1743,2046326427,2),(1743,2057216427,1),(1743,2077776027,2),(1743,2088666027,1),(1743,2109225627,2),(1743,2120115627,1),(1743,2140675227,2),(1744,-2147483648,2),(1744,-1600675200,1),(1744,-1585904400,2),(1744,-933667200,1),(1744,-922093200,2),(1744,-908870400,1),(1744,-888829200,2),(1744,-881049600,1),(1744,-767869200,2),(1744,-745833600,1),(1744,-733827600,2),(1744,-716889600,1),(1744,-699613200,2),(1744,-683884800,1),(1744,-670669200,2),(1744,-652348800,1),(1744,-650019600,2),(1744,515527213,1),(1744,527014813,2),(1744,545162413,1),(1744,558464413,2),(1744,577216814,1),(1744,589914014,2),(1744,608666414,1),(1744,621968414,2),(1744,640116015,1),(1744,653418015,2),(1744,671565616,1),(1744,684867616,2),(1745,-1633269600,0),(1745,-1615129200,1),(1745,-1601820000,0),(1745,-1583679600,1),(1745,-880207200,2),(1745,-769395600,3),(1745,-765385200,1),(1745,-84376800,0),(1745,-68655600,1),(1745,-52927200,0),(1745,-37206000,1),(1745,-21477600,0),(1745,-5756400,1),(1745,9972000,0),(1745,25693200,1),(1745,41421600,0),(1745,57747600,1),(1745,73476000,0),(1745,89197201,1),(1745,104925602,0),(1745,120646802,1),(1745,126698403,0),(1745,152096403,1),(1745,162381604,0),(1745,183546004,1),(1745,199274405,0),(1745,215600405,1),(1745,230724006,0),(1745,247050006,1),(1745,262778407,0),(1745,278499607,1),(1745,294228008,0),(1745,309949208,1),(1745,325677609,0),(1745,341398809,1),(1745,357127209,0),(1745,372848410,1),(1745,388576810,0),(1745,404902811,1),(1745,420026411,0),(1745,436352412,1),(1745,452080812,0),(1745,467802012,1),(1745,483530412,0),(1745,499251613,1),(1745,514980013,0),(1745,530701213,1),(1745,544615213,0),(1745,562150813,1),(1745,576064814,0),(1745,594205214,1),(1745,607514414,0),(1745,625654814,1),(1745,638964015,0),(1745,657104415,1),(1745,671018416,0),(1745,688554016,1),(1745,702468016,0),(1745,720003617,1),(1745,733917617,0),(1745,752058018,1),(1745,765367218,0),(1745,783507619,1),(1745,796816819,0),(1745,814957219,1),(1745,828871220,0),(1745,846406820,1),(1745,860320820,0),(1745,877856421,1),(1745,891770421,0),(1745,909306021,1),(1745,923220022,0),(1745,941360422,1),(1745,954669622,0),(1745,972810022,1),(1745,986119222,0),(1745,1004259622,1),(1745,1018173622,0),(1745,1035709222,1),(1745,1049623222,0),(1745,1067158822,1),(1745,1081072822,0),(1745,1099213222,1),(1745,1112522422,0),(1745,1130662822,1),(1745,1143972023,0),(1745,1162112423,1),(1745,1173607223,0),(1745,1194166823,1),(1745,1205056823,0),(1745,1225616423,1),(1745,1236506424,0),(1745,1257066024,1),(1745,1268560824,0),(1745,1289120424,1),(1745,1300010424,0),(1745,1320570024,1),(1745,1331460024,0),(1745,1352019625,1),(1745,1362909625,0),(1745,1383469225,1),(1745,1394359225,0),(1745,1414918825,1),(1745,1425808825,0),(1745,1446368426,1),(1745,1457863226,0),(1745,1478422826,1),(1745,1489312827,0),(1745,1509872427,1),(1745,1520762427,0),(1745,1541322027,1),(1745,1552212027,0),(1745,1572771627,1),(1745,1583661627,0),(1745,1604221227,1),(1745,1615716027,0),(1745,1636275627,1),(1745,1647165627,0),(1745,1667725227,1),(1745,1678615227,0),(1745,1699174827,1),(1745,1710064827,0),(1745,1730624427,1),(1745,1741514427,0),(1745,1762074027,1),(1745,1772964027,0),(1745,1793523627,1),(1745,1805018427,0),(1745,1825578027,1),(1745,1836468027,0),(1745,1857027627,1),(1745,1867917627,0),(1745,1888477227,1),(1745,1899367227,0),(1745,1919926827,1),(1745,1930816827,0),(1745,1951376427,1),(1745,1962871227,0),(1745,1983430827,1),(1745,1994320827,0),(1745,2014880427,1),(1745,2025770427,0),(1745,2046330027,1),(1745,2057220027,0),(1745,2077779627,1),(1745,2088669627,0),(1745,2109229227,1),(1745,2120119227,0),(1745,2140678827,1),(1746,-2147483648,1),(1746,-1861878784,2),(1746,-631110600,4),(1746,1285498824,3),(1746,1301752824,4),(1746,1316872824,3),(1746,1325239224,6),(1746,1333202424,5),(1746,1348927225,6),(1746,1365256825,5),(1746,1380376825,6),(1746,1396706425,5),(1746,1411826425,6),(1746,1428156025,5),(1746,1443276026,6),(1746,1459605626,5),(1746,1474725626,6),(1746,1491055227,5),(1746,1506175227,6),(1746,1522504827,5),(1746,1538229627,6),(1746,1554559227,5),(1746,1569679227,6),(1746,1586008827,5),(1746,1601128827,6),(1746,1617458427,5),(1747,-2147483648,2),(1747,-1330335000,1),(1747,-1320057000,2),(1747,-1300699800,3),(1747,-1287396000,2),(1747,-1269250200,3),(1747,-1255946400,2),(1747,-1237800600,3),(1747,-1224496800,2),(1747,-1206351000,3),(1747,-1192442400,2),(1747,-1174901400,3),(1747,-1160992800,2),(1747,-1143451800,3),(1747,-1125914400,2),(1747,-1112607000,3),(1747,-1094464800,2),(1747,-1081157400,3),(1747,-1063015200,2),(1747,-1049707800,3),(1747,-1031565600,2),(1747,-1018258200,3),(1747,-1000116000,2),(1747,-986808600,3),(1747,-968061600,2),(1747,-955359000,3),(1747,-936612000,2),(1747,-923304600,3),(1747,-757425600,6),(1747,152632803,4),(1747,162309604,5),(1747,183477604,4),(1747,194968805,5),(1747,215532005,4),(1747,226418406,5),(1747,246981606,4),(1747,257868007,5),(1747,278431207,4),(1747,289317608,5),(1747,309880808,4),(1747,320767209,5),(1747,341330409,4),(1747,352216809,5),(1747,372780010,4),(1747,384271210,5),(1747,404834411,4),(1747,415720811,5),(1747,436284012,4),(1747,447170412,5),(1747,467733612,4),(1747,478620012,5),(1747,499183213,4),(1747,510069613,5),(1747,530632813,4),(1747,541519213,5),(1747,562082413,4),(1747,573573614,5),(1747,594136814,4),(1747,605023214,5),(1747,623772014,4),(1747,637682415,5),(1747,655221615,4),(1747,669132016,5),(1747,686671216,4),(1747,700581616,5),(1747,718120817,4),(1747,732636017,5),(1747,749570418,4),(1747,764085618,5),(1747,781020019,4),(1747,795535219,5),(1747,812469619,4),(1747,826984820,5),(1747,844524020,4),(1747,858434420,5),(1747,875973621,4),(1747,889884021,5),(1747,907423221,4),(1747,921938422,5),(1747,938872822,4),(1747,953388022,5),(1747,970322422,4),(1747,984837622,5),(1747,1002376822,4),(1747,1016287222,5),(1747,1033826422,4),(1747,1047736822,5),(1747,1065276022,4),(1747,1079791222,5),(1747,1096725622,4),(1747,1111240822,5),(1747,1128175222,4),(1747,1142690423,5),(1747,1159624823,4),(1747,1174140023,5),(1747,1191074423,4),(1747,1207404023,5),(1747,1222524023,4),(1747,1238853624,5),(1747,1253973624,4),(1747,1270303224,5),(1747,1285423224,4),(1747,1301752824,5),(1747,1316872824,4),(1747,1333202424,5),(1747,1348927225,4),(1747,1365256825,5),(1747,1380376825,4),(1747,1396706425,5),(1747,1411826425,4),(1747,1428156025,5),(1747,1443276026,4),(1747,1459605626,5),(1747,1474725626,4),(1747,1491055227,5),(1747,1506175227,4),(1747,1522504827,5),(1747,1538229627,4),(1747,1554559227,5),(1747,1569679227,4),(1747,1586008827,5),(1747,1601128827,4),(1747,1617458427,5),(1747,1632578427,4),(1747,1648908027,5),(1747,1664028027,4),(1747,1680357627,5),(1747,1695477627,4),(1747,1712412027,5),(1747,1727532027,4),(1747,1743861627,5),(1747,1758981627,4),(1747,1775311227,5),(1747,1790431227,4),(1747,1806760827,5),(1747,1821880827,4),(1747,1838210427,5),(1747,1853330427,4),(1747,1869660027,5),(1747,1885384827,4),(1747,1901714427,5),(1747,1916834427,4),(1747,1933164027,5),(1747,1948284027,4),(1747,1964613627,5),(1747,1979733627,4),(1747,1996063227,5),(1747,2011183227,4),(1747,2027512827,5),(1747,2042632827,4),(1747,2058962427,5),(1747,2074687227,4),(1747,2091016827,5),(1747,2106136827,4),(1747,2122466427,5),(1747,2137586427,4),(1748,-2147483648,1),(1748,-868010400,2),(1748,-768906000,1),(1748,1419696025,3),(1749,-2147483648,1),(1749,-757426500,4),(1749,152632803,2),(1749,162309604,3),(1749,183477604,2),(1749,194968805,3),(1749,215532005,2),(1749,226418406,3),(1749,246981606,2),(1749,257868007,3),(1749,278431207,2),(1749,289317608,3),(1749,309880808,2),(1749,320767209,3),(1749,341330409,2),(1749,352216809,3),(1749,372780010,2),(1749,384271210,3),(1749,404834411,2),(1749,415720811,3),(1749,436284012,2),(1749,447170412,3),(1749,467733612,2),(1749,478620012,3),(1749,499183213,2),(1749,510069613,3),(1749,530632813,2),(1749,541519213,3),(1749,562082413,2),(1749,573573614,3),(1749,594136814,2),(1749,605023214,3),(1749,623772014,2),(1749,637682415,3),(1749,655221615,2),(1749,669132016,3),(1749,686671216,2),(1749,700581616,3),(1749,718120817,2),(1749,732636017,3),(1749,749570418,2),(1749,764085618,3),(1749,781020019,2),(1749,795535219,3),(1749,812469619,2),(1749,826984820,3),(1749,844524020,2),(1749,858434420,3),(1749,875973621,2),(1749,889884021,3),(1749,907423221,2),(1749,921938422,3),(1749,938872822,2),(1749,953388022,3),(1749,970322422,2),(1749,984837622,3),(1749,1002376822,2),(1749,1016287222,3),(1749,1033826422,2),(1749,1047736822,3),(1749,1065276022,2),(1749,1079791222,3),(1749,1096725622,2),(1749,1111240822,3),(1749,1128175222,2),(1749,1142690423,3),(1749,1159624823,2),(1749,1174140023,3),(1749,1191074423,2),(1749,1207404023,3),(1749,1222524023,2),(1749,1238853624,3),(1749,1253973624,2),(1749,1270303224,3),(1749,1285423224,2),(1749,1301752824,3),(1749,1316872824,2),(1749,1333202424,3),(1749,1348927225,2),(1749,1365256825,3),(1749,1380376825,2),(1749,1396706425,3),(1749,1411826425,2),(1749,1428156025,3),(1749,1443276026,2),(1749,1459605626,3),(1749,1474725626,2),(1749,1491055227,3),(1749,1506175227,2),(1749,1522504827,3),(1749,1538229627,2),(1749,1554559227,3),(1749,1569679227,2),(1749,1586008827,3),(1749,1601128827,2),(1749,1617458427,3),(1749,1632578427,2),(1749,1648908027,3),(1749,1664028027,2),(1749,1680357627,3),(1749,1695477627,2),(1749,1712412027,3),(1749,1727532027,2),(1749,1743861627,3),(1749,1758981627,2),(1749,1775311227,3),(1749,1790431227,2),(1749,1806760827,3),(1749,1821880827,2),(1749,1838210427,3),(1749,1853330427,2),(1749,1869660027,3),(1749,1885384827,2),(1749,1901714427,3),(1749,1916834427,2),(1749,1933164027,3),(1749,1948284027,2),(1749,1964613627,3),(1749,1979733627,2),(1749,1996063227,3),(1749,2011183227,2),(1749,2027512827,3),(1749,2042632827,2),(1749,2058962427,3),(1749,2074687227,2),(1749,2091016827,3),(1749,2106136827,2),(1749,2122466427,3),(1749,2137586427,2),(1750,-2147483648,1),(1750,-1743674400,2),(1750,-1606813200,1),(1750,-907408800,2),(1750,-770634000,1),(1751,-2147483648,1),(1751,-1178124152,4),(1751,-36619200,2),(1751,-23922000,3),(1751,-3355200,2),(1751,7527600,3),(1751,24465600,2),(1751,37767600,3),(1751,55915200,2),(1751,69217200,3),(1751,87969601,2),(1751,100666802,3),(1751,118209602,2),(1751,132116403,3),(1751,150868803,2),(1751,163566004,3),(1751,182318404,2),(1751,195620405,3),(1751,213768005,2),(1751,227070006,3),(1751,245217606,2),(1751,258519607,3),(1751,277272007,2),(1751,289969208,3),(1751,308721608,2),(1751,321418809,3),(1751,340171209,2),(1751,353473209,3),(1751,371620810,2),(1751,384922810,5),(1751,403070411,6),(1751,416372411,5),(1751,434520012,6),(1751,447822012,5),(1751,466574412,6),(1751,479271612,5),(1751,498024013,6),(1751,510721213,5),(1751,529473613,6),(1751,545194813,5),(1751,560923213,6),(1751,574225214,5),(1751,592372814,6),(1751,605674814,5),(1751,624427214,6),(1751,637124415,5),(1751,653457615,6),(1751,668574016,5),(1751,687326416,6),(1751,700628416,5),(1751,718776017,6),(1751,732078017,5),(1751,750225618,6),(1751,763527618,5),(1751,781675219,6),(1751,794977219,5),(1751,813729619,6),(1751,826426820,5),(1751,845179220,6),(1751,859690820,5),(1751,876628821,6),(1751,889930821,5),(1751,906868821,6),(1751,923194822,5),(1751,939528022,6),(1751,952830022,5),(1751,971582422,6),(1751,984279622,5),(1751,1003032022,6),(1751,1015729222,5),(1751,1034481622,6),(1751,1047178822,5),(1751,1065931222,6),(1751,1079233222,5),(1751,1097380822,6),(1751,1110682822,5),(1751,1128830422,6),(1751,1142132423,5),(1751,1160884823,6),(1751,1173582023,5),(1751,1192334423,6),(1751,1206846023,5),(1751,1223784023,6),(1751,1237086024,5),(1751,1255233624,6),(1751,1270350024,5),(1751,1286683224,6),(1751,1304823624,5),(1751,1313899224,6),(1751,1335668424,5),(1751,1346558425,6),(1751,1367118025,5),(1751,1378612825,6),(1751,1398567625,5),(1751,1410062425,6),(1751,1463281226,5),(1751,1471147226,6),(1751,1494730827,5),(1751,1502596827,6),(1751,1526180427,5),(1751,1534046427,6),(1751,1554606027,5),(1751,1567915227,6),(1751,1586055627,5),(1751,1599364827,6),(1751,1617505227,5),(1751,1630814427,6),(1751,1648954827,5),(1751,1662264027,6),(1751,1680404427,5),(1751,1693713627,6),(1751,1712458827,5),(1751,1725768027,6),(1751,1743908427,5),(1751,1757217627,6),(1751,1775358027,5),(1751,1788667227,6),(1751,1806807627,5),(1751,1820116827,6),(1751,1838257227,5),(1751,1851566427,6),(1751,1870311627,5),(1751,1883016027,6),(1751,1901761227,5),(1751,1915070427,6),(1751,1933210827,5),(1751,1946520027,6),(1751,1964660427,5),(1751,1977969627,6),(1751,1996110027,5),(1751,2009419227,6),(1751,2027559627,5),(1751,2040868827,6),(1751,2059614027,5),(1751,2072318427,6),(1751,2091063627,5),(1751,2104372827,6),(1751,2122513227,5),(1751,2135822427,6),(1752,-2147483648,0),(1752,-1829387596,4),(1752,125409602,1),(1752,133876803,2),(1752,433256412,3),(1752,448977612,4),(1752,464706012,3),(1752,480427212,4),(1752,496760413,3),(1752,511876813,4),(1752,528210013,3),(1752,543931213,4),(1752,559659613,3),(1752,575380814,4),(1752,591109214,3),(1752,606830414,4),(1752,622558814,3),(1752,638280015,4),(1752,654008415,3),(1752,669729616,4),(1752,686062816,3),(1752,696340816,4),(1752,719931617,3),(1752,727790417,4),(1753,-2147483648,1),(1753,307627208,2),(1753,788871619,3),(1754,-2147483648,1),(1754,1325242824,2),(1755,-2147483648,0),(1755,-1709985344,2),(1755,909842421,1),(1755,920124022,2),(1755,941896822,1),(1755,951573622,2),(1755,1259416824,1),(1755,1269698424,2),(1755,1287842424,1),(1755,1299333624,2),(1755,1319292024,1),(1755,1327154424,2),(1755,1350741625,1),(1755,1358604025,2),(1755,1382796025,1),(1755,1390050025,2),(1755,1414850425,1),(1755,1421503225,2),(1755,1446300026,1),(1755,1452952826,2),(1755,1478354426,1),(1755,1484402427,2),(1755,1509804027,1),(1755,1515852027,2),(1755,1541253627,1),(1755,1547301627,2),(1755,1573308027,1),(1755,1578751227,2),(1755,1608386427,1),(1755,1610805627,2),(1755,1668261627,1),(1755,1673704827,2),(1755,1699711227,1),(1755,1705154427,2),(1755,1731160827,1),(1755,1736604027,2),(1755,1762610427,1),(1755,1768658427,2),(1755,1794060027,1),(1755,1800108027,2),(1755,1826114427,1),(1755,1831557627,2),(1755,1857564027,1),(1755,1863007227,2),(1755,1889013627,1),(1755,1894456827,2),(1755,1920463227,1),(1755,1925906427,2),(1755,1951912827,1),(1755,1957960827,2),(1755,1983967227,1),(1755,1989410427,2),(1755,2015416827,1),(1755,2020860027,2),(1755,2046866427,1),(1755,2052309627,2),(1755,2078316027,1),(1755,2083759227,2),(1755,2109765627,1),(1755,2115813627,2),(1755,2141215227,1),(1755,2147263227,2),(1757,-2147483648,0),(1757,-1230746496,1),(1757,504939613,3),(1757,722930417,2),(1757,728888417,3),(1758,-2147483648,0),(1758,-1806678012,1),(1759,-2147483648,0),(1759,-1806748788,1),(1760,-2147483648,1),(1760,-885549600,2),(1760,-802256400,1),(1760,-331891200,3),(1760,-281610000,1),(1760,-73728000,3),(1760,-29415540,1),(1760,-16704000,3),(1760,-10659600,1),(1760,9907200,3),(1760,21394800,1),(1760,41356800,3),(1760,52844400,1),(1760,124819202,3),(1760,130863603,1),(1760,201888005,3),(1760,209487665,1),(1760,230659206,3),(1760,241542006,1),(1760,977493622,4),(1761,-2147483648,1),(1761,-1157283000,2),(1761,-1155436200,1),(1761,-880198200,3),(1761,-769395600,4),(1761,-765376200,1),(1761,-712150200,5),(1762,-2147483648,1),(1762,-1157283000,2),(1762,-1155436200,1),(1762,-880198200,3),(1762,-769395600,4),(1762,-765376200,1),(1762,-712150200,5),(1763,-2147483648,1),(1763,307622408,2),(1763,788868019,3),(1764,-2147483648,1),(1764,-1743678000,2),(1764,-1606813200,1),(1764,-1041418800,3),(1764,-907408800,2),(1764,-770634000,1),(1764,-7988400,4),(1764,915105621,1),(1765,-2147483648,1),(1765,-1041418800,2),(1765,-907408800,3),(1765,-817462800,1),(1765,-7988400,4),(1765,745934418,5),(1766,-2147483648,1),(1766,-1743678000,2),(1766,-1606813200,1),(1766,-1041418800,3),(1766,-907408800,2),(1766,-818067600,1),(1766,-7988400,4),(1767,-2147483648,0),(1767,-1806676920,1),(1768,-2147483648,1),(1768,-1861879032,2),(1769,-2147483648,0),(1769,-1545131260,1),(1769,-862918200,2),(1769,-767350800,1),(1769,287418608,3),(1770,-2147483648,1),(1770,-599575200,2),(1770,276089407,3),(1771,-2147483648,1),(1771,-599656320,2),(1771,152029803,3),(1771,162916204,4),(1771,1443882626,5),(1771,1561899627,7),(1771,1570287627,6),(1771,1586012427,5),(1771,1601737227,6),(1771,1617462027,5),(1771,1633186827,6),(1771,1648911627,5),(1771,1664636427,6),(1771,1680361227,5),(1771,1696086027,6),(1771,1712415627,5),(1771,1728140427,6),(1771,1743865227,5),(1771,1759590027,6),(1771,1775314827,5),(1771,1791039627,6),(1771,1806764427,5),(1771,1822489227,6),(1771,1838214027,5),(1771,1853938827,6),(1771,1869663627,5),(1771,1885993227,6),(1771,1901718027,5),(1771,1917442827,6),(1771,1933167627,5),(1771,1948892427,6),(1771,1964617227,5),(1771,1980342027,6),(1771,1996066827,5),(1771,2011791627,6),(1771,2027516427,5),(1771,2043241227,6),(1771,2058966027,5),(1771,2075295627,6),(1771,2091020427,5),(1771,2106745227,6),(1771,2122470027,5),(1771,2138194827,6),(1772,-2147483648,0),(1772,-1829387148,2),(1772,250002006,1),(1772,257342407,2),(1772,281451607,1),(1772,288878408,2),(1772,849366020,3),(1772,857228420,4),(1773,-2147483648,1),(1773,-1861879032,2),(1775,-2147483648,1),(1775,893665821,2),(1776,-2147483648,1),(1776,-1743678000,2),(1776,-1606813200,1),(1776,-1041418800,3),(1776,-907408800,2),(1776,-770634000,1),(1777,-2147483648,1),(1777,-1743678000,2),(1777,-1606813200,1),(1777,-1041418800,3),(1777,-907408800,2),(1777,-770634000,1),(1779,-2147483648,1),(1779,279714607,3),(1779,289387808,2),(1779,309952808,3),(1779,320837409,2),(1779,341402409,3),(1779,352287009,2),(1779,372852010,3),(1779,384341410,2),(1779,404906411,3),(1779,415791011,2),(1779,436356012,3),(1779,447240612,2),(1779,467805612,3),(1779,478690212,2),(1779,499255213,3),(1779,510139813,2),(1779,530704813,3),(1779,541589413,2),(1779,562154413,3),(1779,573643814,2),(1779,594208814,3),(1779,605093414,2),(1779,625658414,3),(1779,636543015,2),(1779,657108015,3),(1779,667992616,2),(1780,-2147483648,1),(1780,-885549600,2),(1780,-802256400,1),(1780,-331891200,3),(1780,-281610000,1),(1780,-73728000,3),(1780,-29415540,1),(1780,-16704000,3),(1780,-10659600,1),(1780,9907200,3),(1780,21394800,1),(1780,41356800,3),(1780,52844400,1),(1780,124819202,3),(1780,130863603,1),(1780,201888005,3),(1780,209487665,1),(1780,230659206,3),(1780,241542006,1),(1780,977493622,4),(1781,-2147483648,1),(1781,-1861879032,2),(1782,-2147483648,0),(1782,-1806674504,1),(1784,-2147483648,1),(1784,-915193200,2),(1784,939214822,3),(1784,953384422,4),(1784,973342822,5),(1784,980596822,2),(1784,1004792422,5),(1784,1012046422,2),(1784,1478350826,5),(1784,1484398827,2),(1785,-2147483648,1),(1785,-1743674400,2),(1785,-1606813200,1),(1785,-907408800,2),(1785,-770634000,1),(1788,-2147483648,1),(1788,-1743674400,2),(1788,-1606813200,1),(1788,-907408800,2),(1788,-770634000,1),(1789,-2147483648,1),(1789,-1717032240,3),(1789,-1693706400,2),(1789,-1680483600,3),(1789,-1663455600,4),(1789,-1650150000,5),(1789,-1632006000,4),(1789,-1618700400,8),(1789,-1600473600,6),(1789,-1587168000,7),(1789,-1501725600,3),(1789,-931734000,2),(1789,-857257200,5),(1789,-844556400,4),(1789,-828226800,5),(1789,-812502000,4),(1789,-796874400,2),(1789,-796608000,3),(1789,-778726800,2),(1789,-762660000,3),(1789,-748486800,4),(1789,-733273200,5),(1789,-715215600,4),(1789,-701910000,5),(1789,-684975600,4),(1789,-670460400,5),(1789,-654130800,4),(1789,-639010800,5),(1789,-397094400,4),(1789,-386812800,5),(1789,-371088000,4),(1789,-355363200,5),(1789,-334195200,4),(1789,-323308800,5),(1789,-307584000,4),(1789,-291859200,5),(1789,-271296000,4),(1789,-260409600,5),(1789,-239846400,4),(1789,-228960000,5),(1789,-208396800,4),(1789,-197510400,5),(1789,-176342400,4),(1789,-166060800,5),(1789,220921205,3),(1789,228873606,4),(1789,243993606,5),(1789,260323207,4),(1789,276048007,5),(1789,291772808,4),(1789,307497608,5),(1789,323827209,4),(1789,338947209,5),(1789,354672009,4),(1789,370396810,5),(1789,386121610,4),(1789,401846411,5),(1789,417571211,4),(1789,433296012,5),(1789,449020812,4),(1789,465350412,5),(1789,481075212,4),(1789,496800013,5),(1789,512524813,4),(1789,528249613,5),(1789,543974413,4),(1789,559699213,5),(1789,567990013,3),(1789,575427614,9),(1789,591152414,10),(1789,606877214,9),(1789,622602014,10),(1789,638326815,9),(1789,654656415,10),(1789,670381216,9),(1789,686106016,10),(1789,701830816,9),(1789,717555617,10),(1789,733280417,9),(1789,749005218,10),(1789,764730018,9),(1789,780454819,10),(1789,796179619,9),(1789,811904419,10),(1789,828234020,9),(1789,846378020,10),(1789,859683620,9),(1789,877827621,10),(1789,891133221,9),(1789,909277221,10),(1789,922582822,9),(1789,941331622,10),(1789,954032422,9),(1789,972781222,10),(1789,985482022,9),(1789,1004230822,10),(1789,1017536422,9),(1789,1035680422,10),(1789,1048986022,9),(1789,1067130022,10),(1789,1080435622,9),(1789,1099184422,10),(1789,1111885222,9),(1789,1130634022,10),(1789,1143334823,9),(1789,1162083623,10),(1789,1174784423,9),(1789,1193533223,10),(1789,1206838823,9),(1789,1224982823,10),(1789,1238288424,9),(1789,1256432424,10),(1789,1269738024,9),(1789,1288486824,10),(1789,1301187624,9),(1789,1319936424,10),(1789,1332637224,9),(1789,1351386025,10),(1789,1364691625,9),(1789,1382835625,10),(1789,1396141225,9),(1789,1414285225,10),(1789,1427590825,9),(1789,1445734826,10),(1789,1459040426,9),(1789,1477789226,10),(1789,1490490027,9),(1789,1509238827,10),(1789,1521939627,9),(1789,1540688427,10),(1789,1553994027,9),(1789,1572138027,10),(1789,1585443627,9),(1789,1603587627,10),(1789,1616893227,9),(1789,1635642027,10),(1789,1648342827,9),(1789,1667091627,10),(1789,1679792427,9),(1789,1698541227,10),(1789,1711846827,9),(1789,1729990827,10),(1789,1743296427,9),(1789,1761440427,10),(1789,1774746027,9),(1789,1792890027,10),(1789,1806195627,9),(1789,1824944427,10),(1789,1837645227,9),(1789,1856394027,10),(1789,1869094827,9),(1789,1887843627,10),(1789,1901149227,9),(1789,1919293227,10),(1789,1932598827,9),(1789,1950742827,10),(1789,1964048427,9),(1789,1982797227,10),(1789,1995498027,9),(1789,2014246827,10),(1789,2026947627,9),(1789,2045696427,10),(1789,2058397227,9),(1789,2077146027,10),(1789,2090451627,9),(1789,2108595627,10),(1789,2121901227,9),(1789,2140045227,10),(1790,-2147483648,0),(1790,-1830384000,6),(1790,-1689555600,1),(1790,-1677801600,2),(1790,-1667437200,3),(1790,-1647738000,4),(1790,-1635814800,3),(1790,-1616202000,4),(1790,-1604365200,3),(1790,-1584666000,4),(1790,-1572742800,3),(1790,-1553043600,4),(1790,-1541206800,3),(1790,-1521507600,4),(1790,-1442451600,3),(1790,-1426813200,4),(1790,-1379293200,3),(1790,-1364778000,4),(1790,-1348448400,3),(1790,-1333328400,4),(1790,-1316394000,3),(1790,-1301274000,4),(1790,-1284339600,3),(1790,-1269824400,4),(1790,-1221440400,3),(1790,-1206925200,4),(1790,-1191200400,3),(1790,-1175475600,4),(1790,-1127696400,3),(1790,-1111971600,4),(1790,-1096851600,3),(1790,-1080522000,4),(1790,-1063587600,3),(1790,-1049072400,4),(1790,-1033347600,3),(1790,-1017622800,4),(1790,-1002502800,3),(1790,-986173200,4),(1790,-969238800,3),(1790,-950490000,4),(1790,-942022800,3),(1790,-922669200,4),(1790,-906944400,3),(1790,-891133200,4),(1790,-877309200,3),(1790,-873684000,5),(1790,-864007200,3),(1790,-857955600,4),(1790,-845859600,3),(1790,-842839200,5),(1790,-831348000,3),(1790,-825901200,4),(1790,-814410000,3),(1790,-810784800,5),(1790,-799898400,3),(1790,-794451600,4),(1790,-782960400,3),(1790,-779335200,5),(1790,-768448800,3),(1790,-763002000,4),(1790,-749091600,3),(1790,-733366800,4),(1790,-717631200,3),(1790,-701906400,4),(1790,-686181600,3),(1790,-670456800,4),(1790,-654732000,3),(1790,-639007200,4),(1790,-591832800,3),(1790,-575503200,4),(1790,-559778400,3),(1790,-544053600,4),(1790,-528328800,3),(1790,-512604000,4),(1790,-496879200,3),(1790,-481154400,4),(1790,-465429600,3),(1790,-449704800,4),(1790,-433980000,3),(1790,-417650400,4),(1790,-401925600,3),(1790,-386200800,4),(1790,-370476000,3),(1790,-354751200,4),(1790,-339026400,3),(1790,-323301600,4),(1790,-307576800,3),(1790,-291852000,4),(1790,-276127200,3),(1790,-260402400,4),(1790,-244677600,3),(1790,-228348000,4),(1790,-212623200,3),(1790,-196898400,4),(1790,-181173600,3),(1790,-165448800,4),(1790,-149724000,3),(1790,-133999200,4),(1790,-118274400,7),(1790,212544005,2),(1790,228268806,3),(1790,243993606,4),(1790,260323207,3),(1790,276048007,4),(1790,291772808,3),(1790,307501208,4),(1790,323222409,3),(1790,338950809,4),(1790,354675609,3),(1790,370400410,4),(1790,386125210,3),(1790,401850011,4),(1790,417578411,3),(1790,433299612,4),(1790,449024412,3),(1790,465354012,4),(1790,481078812,3),(1790,496803613,4),(1790,512528413,3),(1790,528253213,4),(1790,543978013,3),(1790,559702813,4),(1790,575427614,3),(1790,591152414,4),(1790,606877214,3),(1790,622602014,4),(1790,638326815,3),(1790,654656415,4),(1790,670381216,3),(1790,686106016,4),(1790,701830816,3),(1790,717555617,8),(1790,733280417,9),(1790,749005218,8),(1790,764730018,9),(1790,780454819,8),(1790,796179619,9),(1790,811904419,8),(1790,828234020,10),(1790,846378020,6),(1790,859683620,10),(1790,877827621,6),(1790,891133221,10),(1790,909277221,6),(1790,922582822,10),(1790,941331622,6),(1790,954032422,10),(1790,972781222,6),(1790,985482022,10),(1790,1004230822,6),(1790,1017536422,10),(1790,1035680422,6),(1790,1048986022,10),(1790,1067130022,6),(1790,1080435622,10),(1790,1099184422,6),(1790,1111885222,10),(1790,1130634022,6),(1790,1143334823,10),(1790,1162083623,6),(1790,1174784423,10),(1790,1193533223,6),(1790,1206838823,10),(1790,1224982823,6),(1790,1238288424,10),(1790,1256432424,6),(1790,1269738024,10),(1790,1288486824,6),(1790,1301187624,10),(1790,1319936424,6),(1790,1332637224,10),(1790,1351386025,6),(1790,1364691625,10),(1790,1382835625,6),(1790,1396141225,10),(1790,1414285225,6),(1790,1427590825,10),(1790,1445734826,6),(1790,1459040426,10),(1790,1477789226,6),(1790,1490490027,10),(1790,1509238827,6),(1790,1521939627,10),(1790,1540688427,6),(1790,1553994027,10),(1790,1572138027,6),(1790,1585443627,10),(1790,1603587627,6),(1790,1616893227,10),(1790,1635642027,6),(1790,1648342827,10),(1790,1667091627,6),(1790,1679792427,10),(1790,1698541227,6),(1790,1711846827,10),(1790,1729990827,6),(1790,1743296427,10),(1790,1761440427,6),(1790,1774746027,10),(1790,1792890027,6),(1790,1806195627,10),(1790,1824944427,6),(1790,1837645227,10),(1790,1856394027,6),(1790,1869094827,10),(1790,1887843627,6),(1790,1901149227,10),(1790,1919293227,6),(1790,1932598827,10),(1790,1950742827,6),(1790,1964048427,10),(1790,1982797227,6),(1790,1995498027,10),(1790,2014246827,6),(1790,2026947627,10),(1790,2045696427,6),(1790,2058397227,10),(1790,2077146027,6),(1790,2090451627,10),(1790,2108595627,6),(1790,2121901227,10),(1790,2140045227,6),(1791,-2147483648,1),(1791,-1017820800,2),(1791,-766224000,1),(1791,-745833600,3),(1791,-733827600,1),(1791,-716889600,3),(1791,-699613200,1),(1791,-683884800,3),(1791,-670669200,1),(1791,-652348800,3),(1791,-639133200,1),(1791,-620812800,3),(1791,-607597200,1),(1791,-589276800,3),(1791,-576061200,1),(1791,-562924800,3),(1791,-541760400,1),(1791,-528710400,3),(1791,-510224400,1),(1791,-497174400,3),(1791,-478688400,1),(1791,-465638400,3),(1791,-449830800,1),(1791,-434016000,3),(1791,-418208400,1),(1791,-402480000,3),(1791,-386672400,1),(1791,-370944000,3),(1791,-355136400,1),(1791,-339408000,3),(1791,-323600400,1),(1791,-302515200,3),(1791,-291978000,1),(1791,-270979200,3),(1791,-260442000,1),(1791,133977603,3),(1791,149785203,1),(1791,165513604,3),(1791,181321204,1),(1791,299606408,3),(1791,307551608,1),(1792,-2147483648,0),(1792,-1948782472,1),(1792,-1830414600,2),(1792,-767350800,4),(1792,-681210000,3),(1792,-672228000,4),(1792,-654771600,3),(1792,-640864800,4),(1792,-623408400,3),(1792,-609415200,4),(1792,-588848400,3),(1792,-577965600,4),(1792,-498128400,1),(1792,-462702600,5),(1792,-451733400,1),(1792,-429784200,5),(1792,-418296600,1),(1792,-399544200,5),(1792,-387451800,1),(1792,-368094600,5),(1792,-356002200,1),(1792,-336645000,5),(1792,-324552600,1),(1792,-305195400,5),(1792,-293103000,1),(1792,-264933000,4),(1792,547578013,3),(1792,560883613,4),(1792,579027614,3),(1792,592333214,4),(1793,-2147483648,1),(1793,-2038200925,2),(1793,-1167634800,3),(1793,-1073028000,4),(1793,-894180000,5),(1793,-879665400,6),(1793,-767005200,5),(1793,378664210,7),(1794,-2147483648,1),(1794,-873057600,3),(1794,-769395600,2),(1794,-765399600,1),(1795,-2147483648,0),(1795,-2131645536,2),(1795,-1696276800,1),(1795,-1680469200,2),(1795,-1632074400,1),(1795,-1615143600,2),(1795,-1566763200,1),(1795,-1557090000,2),(1795,-1535486400,1),(1795,-1524949200,2),(1795,-1504468800,1),(1795,-1493413200,2),(1795,-1472414400,1),(1795,-1461963600,2),(1795,-1440964800,1),(1795,-1429390800,2),(1795,-1409515200,1),(1795,-1396731600,2),(1795,-1376856000,1),(1795,-1366491600,2),(1795,-1346616000,1),(1795,-1333832400,2),(1795,-1313956800,1),(1795,-1303678800,2),(1795,-1282507200,1),(1795,-1272661200,2),(1795,-1251057600,1),(1795,-1240088400,2),(1795,-1219608000,1),(1795,-1207429200,2),(1795,-1188763200,1),(1795,-1175979600,2),(1795,-1157313600,1),(1795,-1143925200,2),(1795,-1124049600,1),(1795,-1113771600,2),(1795,-1091390400,1),(1795,-1081026000,2),(1795,-1059854400,1),(1795,-1050786000,2),(1795,-1030910400,1),(1795,-1018126800,2),(1795,-999460800,1),(1795,-986677200,2),(1795,-965592000,1),(1795,-955227600,2),(1795,-935956800,1),(1795,-923173200,2),(1795,-904507200,1),(1795,-891723600,2),(1795,-880221600,3),(1795,-769395600,4),(1795,-765399600,2),(1795,-747252000,1),(1795,-733950000,2),(1795,-715802400,1),(1795,-702500400,2),(1795,-684352800,1),(1795,-671050800,2),(1795,-652903200,1),(1795,-639601200,2),(1795,-589399200,1),(1795,-576097200,2),(1795,-557949600,1),(1795,-544647600,2),(1795,-526500000,1),(1795,-513198000,2),(1795,-495050400,1),(1795,-481748400,2),(1795,-431546400,1),(1795,-418244400,2),(1795,-400096800,1),(1795,-386794800,2),(1795,-368647200,1),(1795,-355345200,2),(1795,-337197600,1),(1795,-323895600,2),(1795,-242244000,1),(1795,-226522800,2),(1795,-210794400,1),(1795,-195073200,2),(1795,-179344800,1),(1795,-163623600,2),(1795,-147895200,1),(1795,-131569200,2),(1795,-116445600,1),(1795,-100119600,2),(1795,-84391200,1),(1795,-68670000,2),(1795,-52941600,1),(1795,-37220400,2),(1795,-21492000,1),(1795,-5770800,2),(1795,9957600,1),(1795,25678800,2),(1795,41407200,1),(1795,57733200,2),(1795,73461600,1),(1795,89182801,2),(1795,104911202,1),(1795,120632402,2),(1795,136360803,1),(1795,152082003,2),(1795,167810404,1),(1795,183531604,2),(1795,199260005,1),(1795,215586005,2),(1795,230709606,1),(1795,247035606,2),(1795,262764007,1),(1795,278485207,2),(1795,294213608,1),(1795,309934808,2),(1795,325663209,1),(1795,341384409,2),(1795,357112809,1),(1795,372834010,2),(1795,388562410,1),(1795,404888411,2),(1795,420012011,1),(1795,436338012,2),(1795,452066412,1),(1795,467787612,2),(1795,483516012,1),(1795,499237213,2),(1795,514965613,1),(1795,530686813,2),(1795,544600813,1),(1795,562136413,2),(1795,576050414,1),(1795,594190814,2),(1795,607500014,1),(1795,625640414,2),(1795,638949615,1),(1795,657090015,2),(1795,671004016,1),(1795,688539616,2),(1795,702453616,1),(1795,719989217,2),(1795,733903217,1),(1795,752043618,2),(1795,765352818,1),(1795,783493219,2),(1795,796802419,1),(1795,814942819,2),(1795,828856820,1),(1795,846392420,2),(1795,860306420,1),(1795,877842021,2),(1795,891756021,1),(1795,909291621,2),(1795,923205622,1),(1795,941346022,2),(1795,954655222,1),(1795,972795622,2),(1795,986104822,1),(1795,1004245222,2),(1795,1018159222,1),(1795,1035694822,2),(1795,1049608822,1),(1795,1067144422,2),(1795,1081058422,1),(1795,1099198822,2),(1795,1112508022,1),(1795,1130648422,2),(1795,1143957623,1),(1795,1162098023,2),(1795,1173592823,1),(1795,1194152423,2),(1795,1205042423,1),(1795,1225602023,2),(1795,1236492024,1),(1795,1257051624,2),(1795,1268546424,1),(1795,1289106024,2),(1795,1299996024,1),(1795,1320555624,2),(1795,1331445624,1),(1795,1352005225,2),(1795,1362895225,1),(1795,1383454825,2),(1795,1394344825,1),(1795,1414904425,2),(1795,1425794425,1),(1795,1446354026,2),(1795,1457848826,1),(1795,1478408426,2),(1795,1489298427,1),(1795,1509858027,2),(1795,1520748027,1),(1795,1541307627,2),(1795,1552197627,1),(1795,1572757227,2),(1795,1583647227,1),(1795,1604206827,2),(1795,1615701627,1),(1795,1636261227,2),(1795,1647151227,1),(1795,1667710827,2),(1795,1678600827,1),(1795,1699160427,2),(1795,1710050427,1),(1795,1730610027,2),(1795,1741500027,1),(1795,1762059627,2),(1795,1772949627,1),(1795,1793509227,2),(1795,1805004027,1),(1795,1825563627,2),(1795,1836453627,1),(1795,1857013227,2),(1795,1867903227,1),(1795,1888462827,2),(1795,1899352827,1),(1795,1919912427,2),(1795,1930802427,1),(1795,1951362027,2),(1795,1962856827,1),(1795,1983416427,2),(1795,1994306427,1),(1795,2014866027,2),(1795,2025756027,1),(1795,2046315627,2),(1795,2057205627,1),(1795,2077765227,2),(1795,2088655227,1),(1795,2109214827,2),(1795,2120104827,1),(1795,2140664427,2),(1796,-2147483648,0),(1796,-2030202084,2),(1796,-1632063600,1),(1796,-1615132800,2),(1796,-1251651600,1),(1796,-1238349600,2),(1796,-1220202000,1),(1796,-1206900000,2),(1796,-1188752400,1),(1796,-1175450400,2),(1796,-1156698000,1),(1796,-1144000800,2),(1796,-1125248400,1),(1796,-1111946400,2),(1796,-1032714000,1),(1796,-1016992800,2),(1796,-1001264400,1),(1796,-986148000,2),(1796,-969814800,1),(1796,-954093600,2),(1796,-937760400,1),(1796,-922039200,2),(1796,-906310800,1),(1796,-890589600,2),(1796,-880210800,3),(1796,-769395600,4),(1796,-765388800,2),(1796,-748450800,1),(1796,-732729600,2),(1796,-715791600,1),(1796,-702489600,2),(1796,-684342000,1),(1796,-671040000,2),(1796,-652892400,1),(1796,-639590400,2),(1796,-620838000,1),(1796,-608140800,2),(1796,-589388400,1),(1796,-576086400,2),(1796,-557938800,1),(1796,-544636800,2),(1796,-526489200,1),(1796,-513187200,2),(1796,-495039600,1),(1796,-481737600,2),(1796,-463590000,1),(1796,-450288000,2),(1796,-431535600,1),(1796,-418233600,2),(1796,-400086000,1),(1796,-386784000,2),(1796,-337186800,1),(1796,-321465600,2),(1796,-305737200,5),(1797,-2147483648,2),(1797,-1633276800,1),(1797,-1615136400,2),(1797,-1601827200,1),(1797,-1583686800,2),(1797,-1563724800,1),(1797,-1551632400,2),(1797,-1538928000,1),(1797,-1520182800,2),(1797,-1504454400,1),(1797,-1491757200,2),(1797,-1473004800,1),(1797,-1459702800,2),(1797,-1441555200,1),(1797,-1428253200,2),(1797,-1410105600,1),(1797,-1396803600,2),(1797,-1378656000,1),(1797,-1365354000,2),(1797,-1347206400,1),(1797,-1333904400,2),(1797,-1315152000,1),(1797,-1301850000,2),(1797,-1283702400,1),(1797,-1270400400,2),(1797,-1252252800,1),(1797,-1238950800,2),(1797,-1220803200,1),(1797,-1207501200,2),(1797,-1189353600,1),(1797,-1176051600,2),(1797,-1157299200,1),(1797,-1144602000,2),(1797,-1125849600,1),(1797,-1112547600,2),(1797,-1094400000,1),(1797,-1081098000,2),(1797,-1067788800,3),(1797,-1045414800,2),(1797,-1031500800,1),(1797,-1018198800,2),(1797,-1000051200,1),(1797,-986749200,2),(1797,-967996800,1),(1797,-955299600,2),(1797,-936547200,1),(1797,-923245200,2),(1797,-905097600,1),(1797,-891795600,2),(1797,-880214400,4),(1797,-769395600,5),(1797,-765392400,2),(1797,-747244800,1),(1797,-733942800,2),(1797,-715795200,1),(1797,-702493200,2),(1797,-684345600,1),(1797,-671043600,2),(1797,-652896000,1),(1797,-639594000,2),(1797,-620841600,1),(1797,-608144400,2),(1797,-589392000,1),(1797,-576090000,2),(1797,-557942400,1),(1797,-544640400,2),(1797,-526492800,1),(1797,-513190800,2),(1797,-495043200,1),(1797,-481741200,2),(1797,-463593600,1),(1797,-447267600,2),(1797,-431539200,1),(1797,-415818000,2),(1797,-400089600,1),(1797,-384368400,2),(1797,-368640000,1),(1797,-352918800,2),(1797,-337190400,1),(1797,-321469200,2),(1797,-305740800,1),(1797,-289414800,2),(1797,-273686400,1),(1797,-257965200,2),(1797,-242236800,1),(1797,-226515600,2),(1797,-210787200,1),(1797,-195066000,2),(1797,-179337600,1),(1797,-163616400,2),(1797,-147888000,1),(1797,-131562000,2),(1797,-116438400,1),(1797,-100112400,2),(1797,-84384000,1),(1797,-68662800,2),(1797,-52934400,1),(1797,-37213200,2),(1797,-21484800,1),(1797,-5763600,2),(1797,9964800,1),(1797,25686000,2),(1797,41414400,1),(1797,57740400,2),(1797,73468800,1),(1797,89190001,2),(1797,104918402,1),(1797,120639602,2),(1797,126691203,1),(1797,152089203,2),(1797,162374404,1),(1797,183538804,2),(1797,199267205,1),(1797,215593205,2),(1797,230716806,1),(1797,247042806,2),(1797,262771207,1),(1797,278492407,2),(1797,294220808,1),(1797,309942008,2),(1797,325670409,1),(1797,341391609,2),(1797,357120009,1),(1797,372841210,2),(1797,388569610,1),(1797,404895611,2),(1797,420019211,1),(1797,436345212,2),(1797,452073612,1),(1797,467794812,2),(1797,483523212,1),(1797,499244413,2),(1797,514972813,1),(1797,530694013,2),(1797,544608013,1),(1797,562143613,2),(1797,576057614,1),(1797,594198014,2),(1797,607507214,1),(1797,625647614,2),(1797,638956815,1),(1797,657097215,2),(1797,671011216,1),(1797,688546816,2),(1797,702460816,1),(1797,719996417,2),(1797,733910417,1),(1797,752050818,2),(1797,765360018,1),(1797,783500419,2),(1797,796809619,1),(1797,814950019,2),(1797,828864020,1),(1797,846399620,2),(1797,860313620,1),(1797,877849221,2),(1797,891763221,1),(1797,909298821,2),(1797,923212822,1),(1797,941353222,2),(1797,954662422,1),(1797,972802822,2),(1797,986112022,1),(1797,1004252422,2),(1797,1018166422,1),(1797,1035702022,2),(1797,1049616022,1),(1797,1067151622,2),(1797,1081065622,1),(1797,1099206022,2),(1797,1112515222,1),(1797,1130655622,2),(1797,1143964823,1),(1797,1162105223,2),(1797,1173600023,1),(1797,1194159623,2),(1797,1205049623,1),(1797,1225609223,2),(1797,1236499224,1),(1797,1257058824,2),(1797,1268553624,1),(1797,1289113224,2),(1797,1300003224,1),(1797,1320562824,2),(1797,1331452824,1),(1797,1352012425,2),(1797,1362902425,1),(1797,1383462025,2),(1797,1394352025,1),(1797,1414911625,2),(1797,1425801625,1),(1797,1446361226,2),(1797,1457856026,1),(1797,1478415626,2),(1797,1489305627,1),(1797,1509865227,2),(1797,1520755227,1),(1797,1541314827,2),(1797,1552204827,1),(1797,1572764427,2),(1797,1583654427,1),(1797,1604214027,2),(1797,1615708827,1),(1797,1636268427,2),(1797,1647158427,1),(1797,1667718027,2),(1797,1678608027,1),(1797,1699167627,2),(1797,1710057627,1),(1797,1730617227,2),(1797,1741507227,1),(1797,1762066827,2),(1797,1772956827,1),(1797,1793516427,2),(1797,1805011227,1),(1797,1825570827,2),(1797,1836460827,1),(1797,1857020427,2),(1797,1867910427,1),(1797,1888470027,2),(1797,1899360027,1),(1797,1919919627,2),(1797,1930809627,1),(1797,1951369227,2),(1797,1962864027,1),(1797,1983423627,2),(1797,1994313627,1),(1797,2014873227,2),(1797,2025763227,1),(1797,2046322827,2),(1797,2057212827,1),(1797,2077772427,2),(1797,2088662427,1),(1797,2109222027,2),(1797,2120112027,1),(1797,2140671627,2),(1798,-2147483648,1),(1798,-1946918424,2),(1799,-2147483648,2),(1799,-1633280400,1),(1799,-1615140000,2),(1799,-1601830800,1),(1799,-1583690400,2),(1799,-1570381200,1),(1799,-1551636000,2),(1799,-1536512400,1),(1799,-1523210400,2),(1799,-1504458000,1),(1799,-1491760800,2),(1799,-1473008400,1),(1799,-1459706400,2),(1799,-1441558800,1),(1799,-1428256800,2),(1799,-1410109200,1),(1799,-1396807200,2),(1799,-1378659600,1),(1799,-1365357600,2),(1799,-1347210000,1),(1799,-1333908000,2),(1799,-1315155600,1),(1799,-1301853600,2),(1799,-1283706000,1),(1799,-1270404000,2),(1799,-1252256400,1),(1799,-1238954400,2),(1799,-1220806800,1),(1799,-1207504800,2),(1799,-1189357200,1),(1799,-1176055200,2),(1799,-1157302800,1),(1799,-1144605600,2),(1799,-1125853200,1),(1799,-1112551200,2),(1799,-1094403600,1),(1799,-1081101600,2),(1799,-1062954000,1),(1799,-1049652000,2),(1799,-1031504400,1),(1799,-1018202400,2),(1799,-1000054800,1),(1799,-986752800,2),(1799,-968000400,1),(1799,-955303200,2),(1799,-936550800,1),(1799,-923248800,2),(1799,-905101200,1),(1799,-891799200,2),(1799,-880218000,3),(1799,-769395600,4),(1799,-765396000,2),(1799,-747248400,1),(1799,-733946400,2),(1799,-715798800,1),(1799,-702496800,2),(1799,-684349200,1),(1799,-671047200,2),(1799,-652899600,1),(1799,-639597600,2),(1799,-620845200,1),(1799,-608148000,2),(1799,-589395600,1),(1799,-576093600,2),(1799,-557946000,1),(1799,-544644000,2),(1799,-526496400,1),(1799,-513194400,2),(1799,-495046800,1),(1799,-481744800,2),(1799,-463597200,1),(1799,-447271200,2),(1799,-431542800,1),(1799,-415821600,2),(1799,-400093200,1),(1799,-384372000,2),(1799,-368643600,1),(1799,-352922400,2),(1799,-337194000,1),(1799,-321472800,2),(1799,-305744400,1),(1799,-289418400,2),(1799,-273690000,1),(1799,-257968800,2),(1799,-242240400,1),(1799,-226519200,2),(1799,-210790800,1),(1799,-195069600,2),(1799,-179341200,1),(1799,-163620000,2),(1799,-147891600,1),(1799,-131565600,2),(1799,-116442000,1),(1799,-100116000,2),(1799,-84387600,1),(1799,-68666400,2),(1799,-52938000,1),(1799,-37216800,2),(1799,-21488400,1),(1799,-5767200,2),(1799,9961200,1),(1799,25682400,2),(1799,41410800,1),(1799,57736800,2),(1799,73465200,1),(1799,89186401,2),(1799,104914802,1),(1799,120636002,2),(1799,126687603,1),(1799,152085603,2),(1799,162370804,1),(1799,183535204,2),(1799,199263605,1),(1799,215589605,2),(1799,230713206,1),(1799,247039206,2),(1799,262767607,1),(1799,278488807,2),(1799,294217208,1),(1799,309938408,2),(1799,325666809,1),(1799,341388009,2),(1799,357116409,1),(1799,372837610,2),(1799,388566010,1),(1799,404892011,2),(1799,420015611,1),(1799,436341612,2),(1799,452070012,1),(1799,467791212,2),(1799,483519612,1),(1799,499240813,2),(1799,514969213,1),(1799,530690413,2),(1799,544604413,1),(1799,562140013,2),(1799,576054014,1),(1799,594194414,2),(1799,607503614,1),(1799,625644014,2),(1799,638953215,1),(1799,657093615,2),(1799,671007616,1),(1799,688543216,2),(1799,702457216,1),(1799,719992817,2),(1799,733906817,1),(1799,752047218,2),(1799,765356418,1),(1799,783496819,2),(1799,796806019,1),(1799,814946419,2),(1799,828860420,1),(1799,846396020,2),(1799,860310020,1),(1799,877845621,2),(1799,891759621,1),(1799,909295221,2),(1799,923209222,1),(1799,941349622,2),(1799,954658822,1),(1799,972799222,2),(1799,986108422,1),(1799,1004248822,2),(1799,1018162822,1),(1799,1035698422,2),(1799,1049612422,1),(1799,1067148022,2),(1799,1081062022,1),(1799,1099202422,2),(1799,1112511622,1),(1799,1130652022,2),(1799,1143961223,1),(1799,1162101623,2),(1799,1173596423,1),(1799,1194156023,2),(1799,1205046023,1),(1799,1225605623,2),(1799,1236495624,1),(1799,1257055224,2),(1799,1268550024,1),(1799,1289109624,2),(1799,1299999624,1),(1799,1320559224,2),(1799,1331449224,1),(1799,1352008825,2),(1799,1362898825,1),(1799,1383458425,2),(1799,1394348425,1),(1799,1414908025,2),(1799,1425798025,1),(1799,1446357626,2),(1799,1457852426,1),(1799,1478412026,2),(1799,1489302027,1),(1799,1509861627,2),(1799,1520751627,1),(1799,1541311227,2),(1799,1552201227,1),(1799,1572760827,2),(1799,1583650827,1),(1799,1604210427,2),(1799,1615705227,1),(1799,1636264827,2),(1799,1647154827,1),(1799,1667714427,2),(1799,1678604427,1),(1799,1699164027,2),(1799,1710054027,1),(1799,1730613627,2),(1799,1741503627,1),(1799,1762063227,2),(1799,1772953227,1),(1799,1793512827,2),(1799,1805007627,1),(1799,1825567227,2),(1799,1836457227,1),(1799,1857016827,2),(1799,1867906827,1),(1799,1888466427,2),(1799,1899356427,1),(1799,1919916027,2),(1799,1930806027,1),(1799,1951365627,2),(1799,1962860427,1),(1799,1983420027,2),(1799,1994310027,1),(1799,2014869627,2),(1799,2025759627,1),(1799,2046319227,2),(1799,2057209227,1),(1799,2077768827,2),(1799,2088658827,1),(1799,2109218427,2),(1799,2120108427,1),(1799,2140668027,2),(1800,-2147483648,1),(1800,-1157283000,2),(1800,-1155436200,1),(1800,-880198200,3),(1800,-769395600,4),(1800,-765376200,1),(1800,-712150200,5),(1801,-2147483648,2),(1801,-1633273200,1),(1801,-1615132800,2),(1801,-1601823600,1),(1801,-1583683200,2),(1801,-880210800,3),(1801,-820519140,2),(1801,-812653140,3),(1801,-796845540,2),(1801,-84380400,1),(1801,-68659200,2),(1802,-2147483648,2),(1802,-1633273200,1),(1802,-1615132800,2),(1802,-1601823600,1),(1802,-1583683200,2),(1802,-1570374000,1),(1802,-1551628800,2),(1802,-1538924400,1),(1802,-1534089600,2),(1802,-880210800,3),(1802,-769395600,4),(1802,-765388800,2),(1802,-147884400,1),(1802,-131558400,2),(1802,-116434800,1),(1802,-100108800,2),(1802,-84380400,1),(1802,-68659200,2),(1802,-52930800,1),(1802,-37209600,2),(1802,-21481200,1),(1802,-5760000,2),(1802,9968400,1),(1802,25689600,2),(1802,41418000,1),(1802,57744000,2),(1802,73472400,1),(1802,89193601,2),(1802,104922002,1),(1802,120643202,2),(1802,126694803,1),(1802,152092803,2),(1802,162378004,1),(1802,183542404,2),(1802,199270805,1),(1802,215596805,2),(1802,230720406,1),(1802,247046406,2),(1802,262774807,1),(1802,278496007,2),(1802,294224408,1),(1802,309945608,2),(1802,325674009,1),(1802,341395209,2),(1802,357123609,1),(1802,372844810,2),(1802,388573210,1),(1802,404899211,2),(1802,420022811,1),(1802,436348812,2),(1802,452077212,1),(1802,467798412,2),(1802,483526812,1),(1802,499248013,2),(1802,514976413,1),(1802,530697613,2),(1802,544611613,1),(1802,562147213,2),(1802,576061214,1),(1802,594201614,2),(1802,607510814,1),(1802,625651214,2),(1802,638960415,1),(1802,657100815,2),(1802,671014816,1),(1802,688550416,2),(1802,702464416,1),(1802,720000017,2),(1802,733914017,1),(1802,752054418,2),(1802,765363618,1),(1802,783504019,2),(1802,796813219,1),(1802,814953619,2),(1802,828867620,1),(1802,846403220,2),(1802,860317220,1),(1802,877852821,2),(1802,891766821,1),(1802,909302421,2),(1802,923216422,1),(1802,941356822,2),(1802,954666022,1),(1802,972806422,2),(1802,986115622,1),(1802,1004256022,2),(1802,1018170022,1),(1802,1035705622,2),(1802,1049619622,1),(1802,1067155222,2),(1802,1081069222,1),(1802,1099209622,2),(1802,1112518822,1),(1802,1130659222,2),(1802,1143968423,1),(1802,1162108823,2),(1802,1173603623,1),(1802,1194163223,2),(1802,1205053223,1),(1802,1225612823,2),(1802,1236502824,1),(1802,1257062424,2),(1802,1268557224,1),(1802,1289116824,2),(1802,1300006824,1),(1802,1320566424,2),(1802,1331456424,1),(1802,1352016025,2),(1802,1362906025,1),(1802,1383465625,2),(1802,1394355625,1),(1802,1414915225,2),(1802,1425805225,1),(1802,1446364826,2),(1802,1457859626,1),(1802,1478419226,2),(1802,1489309227,1),(1802,1509868827,2),(1802,1520758827,1),(1802,1541318427,2),(1802,1552208427,1),(1802,1572768027,2),(1802,1583658027,1),(1802,1604217627,2),(1802,1615712427,1),(1802,1636272027,2),(1802,1647162027,1),(1802,1667721627,2),(1802,1678611627,1),(1802,1699171227,2),(1802,1710061227,1),(1802,1730620827,2),(1802,1741510827,1),(1802,1762070427,2),(1802,1772960427,1),(1802,1793520027,2),(1802,1805014827,1),(1802,1825574427,2),(1802,1836464427,1),(1802,1857024027,2),(1802,1867914027,1),(1802,1888473627,2),(1802,1899363627,1),(1802,1919923227,2),(1802,1930813227,1),(1802,1951372827,2),(1802,1962867627,1),(1802,1983427227,2),(1802,1994317227,1),(1802,2014876827,2),(1802,2025766827,1),(1802,2046326427,2),(1802,2057216427,1),(1802,2077776027,2),(1802,2088666027,1),(1802,2109225627,2),(1802,2120115627,1),(1802,2140675227,2),(1803,-2147483648,1),(1803,893665821,2),(1804,-2147483648,2),(1804,-1633269600,1),(1804,-1615129200,2),(1804,-1601820000,1),(1804,-1583679600,2),(1804,-880207200,3),(1804,-769395600,4),(1804,-765385200,2),(1804,-687967140,1),(1804,-662655600,2),(1804,-620838000,1),(1804,-608137200,2),(1804,-589388400,1),(1804,-576082800,2),(1804,-557938800,1),(1804,-544633200,2),(1804,-526489200,1),(1804,-513183600,2),(1804,-495039600,1),(1804,-481734000,2),(1804,-463590000,1),(1804,-450284400,2),(1804,-431535600,1),(1804,-418230000,2),(1804,-400086000,1),(1804,-386780400,2),(1804,-368636400,1),(1804,-355330800,2),(1804,-337186800,1),(1804,-323881200,2),(1804,-305737200,1),(1804,-292431600,2),(1804,-273682800,1),(1804,-260982000,2),(1804,-242233200,1),(1804,-226508400,2),(1804,-210783600,1),(1804,-195058800,2),(1804,-179334000,1),(1804,-163609200,2),(1804,-147884400,1),(1804,-131554800,2),(1804,-116434800,1),(1804,-100105200,2),(1804,-84376800,1),(1804,-68655600,2),(1804,-52927200,1),(1804,-37206000,2),(1804,-21477600,1),(1804,-5756400,2),(1804,9972000,1),(1804,25693200,2),(1804,41421600,1),(1804,57747600,2),(1804,73476000,1),(1804,89197201,2),(1804,104925602,1),(1804,120646802,2),(1804,126698403,1),(1804,152096403,2),(1804,162381604,1),(1804,183546004,2),(1804,199274405,1),(1804,215600405,2),(1804,230724006,1),(1804,247050006,2),(1804,262778407,1),(1804,278499607,2),(1804,294228008,1),(1804,309949208,2),(1804,325677609,1),(1804,341398809,2),(1804,357127209,1),(1804,372848410,2),(1804,388576810,1),(1804,404902811,2),(1804,420026411,1),(1804,436352412,2),(1804,452080812,1),(1804,467802012,2),(1804,483530412,1),(1804,499251613,2),(1804,514980013,1),(1804,530701213,2),(1804,544615213,1),(1804,562150813,2),(1804,576064814,1),(1804,594205214,2),(1804,607514414,1),(1804,625654814,2),(1804,638964015,1),(1804,657104415,2),(1804,671018416,1),(1804,688554016,2),(1804,702468016,1),(1804,720003617,2),(1804,733917617,1),(1804,752058018,2),(1804,765367218,1),(1804,783507619,2),(1804,796816819,1),(1804,814957219,2),(1804,828871220,1),(1804,846406820,2),(1804,860320820,1),(1804,877856421,2),(1804,891770421,1),(1804,909306021,2),(1804,923220022,1),(1804,941360422,2),(1804,954669622,1),(1804,972810022,2),(1804,986119222,1),(1804,1004259622,2),(1804,1018173622,1),(1804,1035709222,2),(1804,1049623222,1),(1804,1067158822,2),(1804,1081072822,1),(1804,1099213222,2),(1804,1112522422,1),(1804,1130662822,2),(1804,1143972023,1),(1804,1162112423,2),(1804,1173607223,1),(1804,1194166823,2),(1804,1205056823,1),(1804,1225616423,2),(1804,1236506424,1),(1804,1257066024,2),(1804,1268560824,1),(1804,1289120424,2),(1804,1300010424,1),(1804,1320570024,2),(1804,1331460024,1),(1804,1352019625,2),(1804,1362909625,1),(1804,1383469225,2),(1804,1394359225,1),(1804,1414918825,2),(1804,1425808825,1),(1804,1446368426,2),(1804,1457863226,1),(1804,1478422826,2),(1804,1489312827,1),(1804,1509872427,2),(1804,1520762427,1),(1804,1541322027,2),(1804,1552212027,1),(1804,1572771627,2),(1804,1583661627,1),(1804,1604221227,2),(1804,1615716027,1),(1804,1636275627,2),(1804,1647165627,1),(1804,1667725227,2),(1804,1678615227,1),(1804,1699174827,2),(1804,1710064827,1),(1804,1730624427,2),(1804,1741514427,1),(1804,1762074027,2),(1804,1772964027,1),(1804,1793523627,2),(1804,1805018427,1),(1804,1825578027,2),(1804,1836468027,1),(1804,1857027627,2),(1804,1867917627,1),(1804,1888477227,2),(1804,1899367227,1),(1804,1919926827,2),(1804,1930816827,1),(1804,1951376427,2),(1804,1962871227,1),(1804,1983430827,2),(1804,1994320827,1),(1804,2014880427,2),(1804,2025770427,1),(1804,2046330027,2),(1804,2057220027,1),(1804,2077779627,2),(1804,2088669627,1),(1804,2109229227,2),(1804,2120119227,1),(1804,2140678827,2),(1805,-2147483648,0),(1805,-1806678012,1),(1806,-2147483648,1),(1806,-880200000,2),(1806,-769395600,3),(1806,-765378000,1),(1806,-86882400,4),(1806,-21470400,5),(1806,-5749200,4),(1806,9979200,5),(1806,25700400,4),(1806,41428800,5),(1806,57754800,4),(1806,73483200,5),(1806,89204401,4),(1806,104932802,5),(1806,120654002,4),(1806,126705603,5),(1806,152103603,4),(1806,162388804,5),(1806,183553204,4),(1806,199281605,5),(1806,215607605,4),(1806,230731206,5),(1806,247057206,4),(1806,262785607,5),(1806,278506807,4),(1806,294235208,5),(1806,309956408,4),(1806,325684809,5),(1806,341406009,4),(1806,357134409,5),(1806,372855610,4),(1806,388584010,5),(1806,404910011,4),(1806,420033611,5),(1806,436359612,6),(1806,439030812,8),(1806,452084412,7),(1806,467805612,8),(1806,483534012,7),(1806,499255213,8),(1806,514983613,7),(1806,530704813,8),(1806,544618813,7),(1806,562154413,8),(1806,576068414,7),(1806,594208814,8),(1806,607518014,7),(1806,625658414,8),(1806,638967615,7),(1806,657108015,8),(1806,671022016,7),(1806,688557616,8),(1806,702471616,7),(1806,720007217,8),(1806,733921217,7),(1806,752061618,8),(1806,765370818,7),(1806,783511219,8),(1806,796820419,7),(1806,814960819,8),(1806,828874820,7),(1806,846410420,8),(1806,860324420,7),(1806,877860021,8),(1806,891774021,7),(1806,909309621,8),(1806,923223622,7),(1806,941364022,8),(1806,954673222,7),(1806,972813622,8),(1806,986122822,7),(1806,1004263222,8),(1806,1018177222,7),(1806,1035712822,8),(1806,1049626822,7),(1806,1067162422,8),(1806,1081076422,7),(1806,1099216822,8),(1806,1112526022,7),(1806,1130666422,8),(1806,1143975623,7),(1806,1162116023,8),(1806,1173610823,7),(1806,1194170423,8),(1806,1205060423,7),(1806,1225620023,8),(1806,1236510024,7),(1806,1257069624,8),(1806,1268564424,7),(1806,1289124024,8),(1806,1300014024,7),(1806,1320573624,8),(1806,1331463624,7),(1806,1352023225,8),(1806,1362913225,7),(1806,1383472825,8),(1806,1394362825,7),(1806,1414922425,8),(1806,1425812425,7),(1806,1446372026,8),(1806,1457866826,7),(1806,1478426426,8),(1806,1489316427,7),(1806,1509876027,8),(1806,1520766027,7),(1806,1541325627,8),(1806,1552215627,7),(1806,1572775227,8),(1806,1583665227,7),(1806,1604224827,8),(1806,1615719627,7),(1806,1636279227,8),(1806,1647169227,7),(1806,1667728827,8),(1806,1678618827,7),(1806,1699178427,8),(1806,1710068427,7),(1806,1730628027,8),(1806,1741518027,7),(1806,1762077627,8),(1806,1772967627,7),(1806,1793527227,8),(1806,1805022027,7),(1806,1825581627,8),(1806,1836471627,7),(1806,1857031227,8),(1806,1867921227,7),(1806,1888480827,8),(1806,1899370827,7),(1806,1919930427,8),(1806,1930820427,7),(1806,1951380027,8),(1806,1962874827,7),(1806,1983434427,8),(1806,1994324427,7),(1806,2014884027,8),(1806,2025774027,7),(1806,2046333627,8),(1806,2057223627,7),(1806,2077783227,8),(1806,2088673227,7),(1806,2109232827,8),(1806,2120122827,7),(1806,2140682427,8),(1807,-2147483648,1),(1807,-1869875816,3),(1807,-1693706400,2),(1807,-1680490800,3),(1807,-1570413600,2),(1807,-1552186800,3),(1807,-1538359200,2),(1807,-1522551600,3),(1807,-1507514400,2),(1807,-1490583600,3),(1807,-1440208800,2),(1807,-1428030000,3),(1807,-1409709600,2),(1807,-1396494000,3),(1807,-931053600,2),(1807,-922676400,3),(1807,-917834400,2),(1807,-892436400,3),(1807,-875844000,2),(1807,-764737200,3),(1807,-744343200,2),(1807,-733806000,3),(1807,-716436000,2),(1807,-701924400,3),(1807,-684986400,2),(1807,-670474800,3),(1807,-654141600,2),(1807,-639025200,3),(1807,-622087200,2),(1807,-606970800,3),(1807,-590032800,2),(1807,-575521200,3),(1807,-235620000,2),(1807,-194842800,3),(1807,-177732000,2),(1807,-165726000,3),(1807,107910002,2),(1807,121215602,3),(1807,133920003,2),(1807,152665203,3),(1807,164678404,2),(1807,184114804,3),(1807,196214405,2),(1807,215564405,3),(1807,228873606,2),(1807,245804406,3),(1807,260323207,2),(1807,267915607,4),(1807,428454012,5),(1807,433893612,4),(1807,468111612,3),(1807,482799612,6),(1807,496710013,7),(1807,512521213,6),(1807,528246013,7),(1807,543970813,6),(1807,559695613,7),(1807,575420414,6),(1807,591145214,7),(1807,606870014,6),(1807,622594814,7),(1807,638319615,6),(1807,654649215,7),(1807,670374016,6),(1807,686098816,7),(1807,701823616,6),(1807,717548417,7),(1807,733273217,6),(1807,748998018,7),(1807,764118018,6),(1807,780447619,7),(1807,796172419,6),(1807,811897219,7),(1807,828226820,6),(1807,846370820,7),(1807,859676420,6),(1807,877820421,7),(1807,891126021,6),(1807,909270021,7),(1807,922575622,6),(1807,941324422,7),(1807,954025222,6),(1807,972774022,7),(1807,985474822,6),(1807,1004223622,7),(1807,1017529222,6),(1807,1035673222,7),(1807,1048978822,6),(1807,1067122822,7),(1807,1080428422,6),(1807,1099177222,7),(1807,1111878022,6),(1807,1130626822,7),(1807,1143327623,6),(1807,1162076423,7),(1807,1167602423,3),(1807,1174784423,8),(1807,1193533223,9),(1807,1206838823,8),(1807,1224982823,9),(1807,1238288424,8),(1807,1256432424,9),(1807,1269738024,8),(1807,1288486824,9),(1807,1301274024,8),(1807,1319936424,9),(1807,1332637224,8),(1807,1351386025,9),(1807,1364691625,8),(1807,1382835625,9),(1807,1396227625,8),(1807,1414285225,9),(1807,1427590825,8),(1807,1446944426,9),(1807,1459040426,8),(1807,1473195626,4),(1809,-2147483648,1),(1809,-880200000,2),(1809,-769395600,3),(1809,-765378000,1),(1809,-86882400,4),(1809,-21470400,5),(1809,-5749200,4),(1809,9979200,5),(1809,25700400,4),(1809,41428800,5),(1809,57754800,4),(1809,73483200,5),(1809,89204401,4),(1809,104932802,5),(1809,120654002,4),(1809,126705603,5),(1809,152103603,4),(1809,162388804,5),(1809,183553204,4),(1809,199281605,5),(1809,215607605,4),(1809,230731206,5),(1809,247057206,4),(1809,262785607,5),(1809,278506807,4),(1809,294235208,5),(1809,309956408,4),(1809,325684809,5),(1809,341406009,4),(1809,357134409,5),(1809,372855610,4),(1809,388584010,5),(1809,404910011,4),(1809,420033611,5),(1809,436359612,6),(1809,439030812,8),(1809,452084412,7),(1809,467805612,8),(1809,483534012,7),(1809,499255213,8),(1809,514983613,7),(1809,530704813,8),(1809,544618813,7),(1809,562154413,8),(1809,576068414,7),(1809,594208814,8),(1809,607518014,7),(1809,625658414,8),(1809,638967615,7),(1809,657108015,8),(1809,671022016,7),(1809,688557616,8),(1809,702471616,7),(1809,720007217,8),(1809,733921217,7),(1809,752061618,8),(1809,765370818,7),(1809,783511219,8),(1809,796820419,7),(1809,814960819,8),(1809,828874820,7),(1809,846410420,8),(1809,860324420,7),(1809,877860021,8),(1809,891774021,7),(1809,909309621,8),(1809,923223622,7),(1809,941364022,8),(1809,954673222,7),(1809,972813622,8),(1809,986122822,7),(1809,1004263222,8),(1809,1018177222,7),(1809,1035712822,8),(1809,1049626822,7),(1809,1067162422,8),(1809,1081076422,7),(1809,1099216822,8),(1809,1112526022,7),(1809,1130666422,8),(1809,1143975623,7),(1809,1162116023,8),(1809,1173610823,7),(1809,1194170423,8),(1809,1205060423,7),(1809,1225620023,8),(1809,1236510024,7),(1809,1257069624,8),(1809,1268564424,7),(1809,1289124024,8),(1809,1300014024,7),(1809,1320573624,8),(1809,1331463624,7),(1809,1352023225,8),(1809,1362913225,7),(1809,1383472825,8),(1809,1394362825,7),(1809,1414922425,8),(1809,1425812425,7),(1809,1446372026,8),(1809,1457866826,7),(1809,1478426426,8),(1809,1489316427,7),(1809,1509876027,8),(1809,1520766027,7),(1809,1541325627,8),(1809,1552215627,7),(1809,1572775227,8),(1809,1583665227,7),(1809,1604224827,8),(1809,1615719627,7),(1809,1636279227,8),(1809,1647169227,7),(1809,1667728827,8),(1809,1678618827,7),(1809,1699178427,8),(1809,1710068427,7),(1809,1730628027,8),(1809,1741518027,7),(1809,1762077627,8),(1809,1772967627,7),(1809,1793527227,8),(1809,1805022027,7),(1809,1825581627,8),(1809,1836471627,7),(1809,1857031227,8),(1809,1867921227,7),(1809,1888480827,8),(1809,1899370827,7),(1809,1919930427,8),(1809,1930820427,7),(1809,1951380027,8),(1809,1962874827,7),(1809,1983434427,8),(1809,1994324427,7),(1809,2014884027,8),(1809,2025774027,7),(1809,2046333627,8),(1809,2057223627,7),(1809,2077783227,8),(1809,2088673227,7),(1809,2109232827,8),(1809,2120122827,7),(1809,2140682427,8),(1810,-2147483648,1),(1810,-880196400,2),(1810,-769395600,3),(1810,-765374400,1),(1810,-86878800,4),(1810,-21466800,5),(1810,-5745600,4),(1810,9982800,5),(1810,25704000,4),(1810,41432400,5),(1810,57758400,4),(1810,73486800,5),(1810,89208001,4),(1810,104936402,5),(1810,120657602,4),(1810,126709203,5),(1810,152107203,4),(1810,162392404,5),(1810,183556804,4),(1810,199285205,5),(1810,215611205,4),(1810,230734806,5),(1810,247060806,4),(1810,262789207,5),(1810,278510407,4),(1810,294238808,5),(1810,309960008,4),(1810,325688409,5),(1810,341409609,4),(1810,357138009,5),(1810,372859210,4),(1810,388587610,5),(1810,404913611,4),(1810,420037211,5),(1810,436363212,6),(1810,439034412,8),(1810,452088012,7),(1810,467809212,8),(1810,483537612,7),(1810,499258813,8),(1810,514987213,7),(1810,530708413,8),(1810,544622413,7),(1810,562158013,8),(1810,576072014,7),(1810,594212414,8),(1810,607521614,7),(1810,625662014,8),(1810,638971215,7),(1810,657111615,8),(1810,671025616,7),(1810,688561216,8),(1810,702475216,7),(1810,720010817,8),(1810,733924817,7),(1810,752065218,8),(1810,765374418,7),(1810,783514819,8),(1810,796824019,7),(1810,814964419,8),(1810,828878420,7),(1810,846414020,8),(1810,860328020,7),(1810,877863621,8),(1810,891777621,7),(1810,909313221,8),(1810,923227222,7),(1810,941367622,8),(1810,954676822,7),(1810,972817222,8),(1810,986126422,7),(1810,1004266822,8),(1810,1018180822,7),(1810,1035716422,8),(1810,1049630422,7),(1810,1067166022,8),(1810,1081080022,7),(1810,1099220422,8),(1810,1112529622,7),(1810,1130670022,8),(1810,1143979223,7),(1810,1162119623,8),(1810,1173614423,7),(1810,1194174023,8),(1810,1205064023,7),(1810,1225623623,8),(1810,1236513624,7),(1810,1257073224,8),(1810,1268568024,7),(1810,1289127624,8),(1810,1300017624,7),(1810,1320577224,8),(1810,1331467224,7),(1810,1352026825,8),(1810,1362916825,7),(1810,1383476425,8),(1810,1394366425,7),(1810,1414926025,8),(1810,1425816025,7),(1810,1446375626,8),(1810,1457870426,7),(1810,1478430026,8),(1810,1489320027,7),(1810,1509879627,8),(1810,1520769627,7),(1810,1541329227,8),(1810,1552219227,7),(1810,1572778827,8),(1810,1583668827,7),(1810,1604228427,8),(1810,1615723227,7),(1810,1636282827,8),(1810,1647172827,7),(1810,1667732427,8),(1810,1678622427,7),(1810,1699182027,8),(1810,1710072027,7),(1810,1730631627,8),(1810,1741521627,7),(1810,1762081227,8),(1810,1772971227,7),(1810,1793530827,8),(1810,1805025627,7),(1810,1825585227,8),(1810,1836475227,7),(1810,1857034827,8),(1810,1867924827,7),(1810,1888484427,8),(1810,1899374427,7),(1810,1919934027,8),(1810,1930824027,7),(1810,1951383627,8),(1810,1962878427,7),(1810,1983438027,8),(1810,1994328027,7),(1810,2014887627,8),(1810,2025777627,7),(1810,2046337227,8),(1810,2057227227,7),(1810,2077786827,8),(1810,2088676827,7),(1810,2109236427,8),(1810,2120126427,7),(1810,2140686027,8),(1811,-2147483648,2),(1811,-1633273200,1),(1811,-1615132800,2),(1811,-1601823600,1),(1811,-1583683200,2),(1811,-880210800,3),(1811,-820519140,2),(1811,-812653140,3),(1811,-796845540,2),(1811,-84380400,1),(1811,-68659200,2),(1812,-2147483648,2),(1812,-1633276800,1),(1812,-1615136400,2),(1812,-1601827200,1),(1812,-1583686800,2),(1812,-1563724800,1),(1812,-1551632400,2),(1812,-1538928000,1),(1812,-1520182800,2),(1812,-1504454400,1),(1812,-1491757200,2),(1812,-1473004800,1),(1812,-1459702800,2),(1812,-1441555200,1),(1812,-1428253200,2),(1812,-1410105600,1),(1812,-1396803600,2),(1812,-1378656000,1),(1812,-1365354000,2),(1812,-1347206400,1),(1812,-1333904400,2),(1812,-1315152000,1),(1812,-1301850000,2),(1812,-1283702400,1),(1812,-1270400400,2),(1812,-1252252800,1),(1812,-1238950800,2),(1812,-1220803200,1),(1812,-1207501200,2),(1812,-1189353600,1),(1812,-1176051600,2),(1812,-1157299200,1),(1812,-1144602000,2),(1812,-1125849600,1),(1812,-1112547600,2),(1812,-1094400000,1),(1812,-1081098000,2),(1812,-1067788800,3),(1812,-1045414800,2),(1812,-1031500800,1),(1812,-1018198800,2),(1812,-1000051200,1),(1812,-986749200,2),(1812,-967996800,1),(1812,-955299600,2),(1812,-936547200,1),(1812,-923245200,2),(1812,-905097600,1),(1812,-891795600,2),(1812,-880214400,4),(1812,-769395600,5),(1812,-765392400,2),(1812,-747244800,1),(1812,-733942800,2),(1812,-715795200,1),(1812,-702493200,2),(1812,-684345600,1),(1812,-671043600,2),(1812,-652896000,1),(1812,-639594000,2),(1812,-620841600,1),(1812,-608144400,2),(1812,-589392000,1),(1812,-576090000,2),(1812,-557942400,1),(1812,-544640400,2),(1812,-526492800,1),(1812,-513190800,2),(1812,-495043200,1),(1812,-481741200,2),(1812,-463593600,1),(1812,-447267600,2),(1812,-431539200,1),(1812,-415818000,2),(1812,-400089600,1),(1812,-384368400,2),(1812,-368640000,1),(1812,-352918800,2),(1812,-337190400,1),(1812,-321469200,2),(1812,-305740800,1),(1812,-289414800,2),(1812,-273686400,1),(1812,-257965200,2),(1812,-242236800,1),(1812,-226515600,2),(1812,-210787200,1),(1812,-195066000,2),(1812,-179337600,1),(1812,-163616400,2),(1812,-147888000,1),(1812,-131562000,2),(1812,-116438400,1),(1812,-100112400,2),(1812,-84384000,1),(1812,-68662800,2),(1812,-52934400,1),(1812,-37213200,2),(1812,-21484800,1),(1812,-5763600,2),(1812,9964800,1),(1812,25686000,2),(1812,41414400,1),(1812,57740400,2),(1812,73468800,1),(1812,89190001,2),(1812,104918402,1),(1812,120639602,2),(1812,126691203,1),(1812,152089203,2),(1812,162374404,1),(1812,183538804,2),(1812,199267205,1),(1812,215593205,2),(1812,230716806,1),(1812,247042806,2),(1812,262771207,1),(1812,278492407,2),(1812,294220808,1),(1812,309942008,2),(1812,325670409,1),(1812,341391609,2),(1812,357120009,1),(1812,372841210,2),(1812,388569610,1),(1812,404895611,2),(1812,420019211,1),(1812,436345212,2),(1812,452073612,1),(1812,467794812,2),(1812,483523212,1),(1812,499244413,2),(1812,514972813,1),(1812,530694013,2),(1812,544608013,1),(1812,562143613,2),(1812,576057614,1),(1812,594198014,2),(1812,607507214,1),(1812,625647614,2),(1812,638956815,1),(1812,657097215,2),(1812,671011216,1),(1812,688546816,2),(1812,702460816,1),(1812,719996417,2),(1812,733910417,1),(1812,752050818,2),(1812,765360018,1),(1812,783500419,2),(1812,796809619,1),(1812,814950019,2),(1812,828864020,1),(1812,846399620,2),(1812,860313620,1),(1812,877849221,2),(1812,891763221,1),(1812,909298821,2),(1812,923212822,1),(1812,941353222,2),(1812,954662422,1),(1812,972802822,2),(1812,986112022,1),(1812,1004252422,2),(1812,1018166422,1),(1812,1035702022,2),(1812,1049616022,1),(1812,1067151622,2),(1812,1081065622,1),(1812,1099206022,2),(1812,1112515222,1),(1812,1130655622,2),(1812,1143964823,1),(1812,1162105223,2),(1812,1173600023,1),(1812,1194159623,2),(1812,1205049623,1),(1812,1225609223,2),(1812,1236499224,1),(1812,1257058824,2),(1812,1268553624,1),(1812,1289113224,2),(1812,1300003224,1),(1812,1320562824,2),(1812,1331452824,1),(1812,1352012425,2),(1812,1362902425,1),(1812,1383462025,2),(1812,1394352025,1),(1812,1414911625,2),(1812,1425801625,1),(1812,1446361226,2),(1812,1457856026,1),(1812,1478415626,2),(1812,1489305627,1),(1812,1509865227,2),(1812,1520755227,1),(1812,1541314827,2),(1812,1552204827,1),(1812,1572764427,2),(1812,1583654427,1),(1812,1604214027,2),(1812,1615708827,1),(1812,1636268427,2),(1812,1647158427,1),(1812,1667718027,2),(1812,1678608027,1),(1812,1699167627,2),(1812,1710057627,1),(1812,1730617227,2),(1812,1741507227,1),(1812,1762066827,2),(1812,1772956827,1),(1812,1793516427,2),(1812,1805011227,1),(1812,1825570827,2),(1812,1836460827,1),(1812,1857020427,2),(1812,1867910427,1),(1812,1888470027,2),(1812,1899360027,1),(1812,1919919627,2),(1812,1930809627,1),(1812,1951369227,2),(1812,1962864027,1),(1812,1983423627,2),(1812,1994313627,1),(1812,2014873227,2),(1812,2025763227,1),(1812,2046322827,2),(1812,2057212827,1),(1812,2077772427,2),(1812,2088662427,1),(1812,2109222027,2),(1812,2120112027,1),(1812,2140671627,2),(1813,-2147483648,2),(1813,-1633276800,1),(1813,-1615136400,2),(1813,-1601827200,1),(1813,-1583686800,2),(1813,-900259200,1),(1813,-891795600,2),(1813,-880214400,3),(1813,-769395600,4),(1813,-765392400,2),(1813,-747244800,1),(1813,-733942800,2),(1813,-715795200,1),(1813,-702493200,2),(1813,-684345600,1),(1813,-671043600,2),(1813,-652896000,1),(1813,-639594000,2),(1813,-620841600,1),(1813,-608144400,2),(1813,-589392000,1),(1813,-576090000,2),(1813,-557942400,1),(1813,-544640400,2),(1813,-526492800,1),(1813,-513190800,2),(1813,-495043200,1),(1813,-481741200,2),(1813,-463593600,5),(1813,-386787600,2),(1813,-368640000,5),(1813,-21488400,6),(1813,-5767200,5),(1813,9961200,6),(1813,25682400,5),(1813,1143961223,6),(1813,1162101623,5),(1813,1173596423,6),(1813,1194156023,5),(1813,1205046023,6),(1813,1225605623,5),(1813,1236495624,6),(1813,1257055224,5),(1813,1268550024,6),(1813,1289109624,5),(1813,1299999624,6),(1813,1320559224,5),(1813,1331449224,6),(1813,1352008825,5),(1813,1362898825,6),(1813,1383458425,5),(1813,1394348425,6),(1813,1414908025,5),(1813,1425798025,6),(1813,1446357626,5),(1813,1457852426,6),(1813,1478412026,5),(1813,1489302027,6),(1813,1509861627,5),(1813,1520751627,6),(1813,1541311227,5),(1813,1552201227,6),(1813,1572760827,5),(1813,1583650827,6),(1813,1604210427,5),(1813,1615705227,6),(1813,1636264827,5),(1813,1647154827,6),(1813,1667714427,5),(1813,1678604427,6),(1813,1699164027,5),(1813,1710054027,6),(1813,1730613627,5),(1813,1741503627,6),(1813,1762063227,5),(1813,1772953227,6),(1813,1793512827,5),(1813,1805007627,6),(1813,1825567227,5),(1813,1836457227,6),(1813,1857016827,5),(1813,1867906827,6),(1813,1888466427,5),(1813,1899356427,6),(1813,1919916027,5),(1813,1930806027,6),(1813,1951365627,5),(1813,1962860427,6),(1813,1983420027,5),(1813,1994310027,6),(1813,2014869627,5),(1813,2025759627,6),(1813,2046319227,5),(1813,2057209227,6),(1813,2077768827,5),(1813,2088658827,6),(1813,2109218427,5),(1813,2120108427,6),(1813,2140668027,5),(1814,-2147483648,2),(1814,-1633280400,1),(1814,-1615140000,2),(1814,-1601830800,1),(1814,-1583690400,2),(1814,-1570381200,1),(1814,-1551636000,2),(1814,-1536512400,1),(1814,-1523210400,2),(1814,-1504458000,1),(1814,-1491760800,2),(1814,-1473008400,1),(1814,-1459706400,2),(1814,-1441558800,1),(1814,-1428256800,2),(1814,-1410109200,1),(1814,-1396807200,2),(1814,-1378659600,1),(1814,-1365357600,2),(1814,-1347210000,1),(1814,-1333908000,2),(1814,-1315155600,1),(1814,-1301853600,2),(1814,-1283706000,1),(1814,-1270404000,2),(1814,-1252256400,1),(1814,-1238954400,2),(1814,-1220806800,1),(1814,-1207504800,2),(1814,-1189357200,1),(1814,-1176055200,2),(1814,-1157302800,1),(1814,-1144605600,2),(1814,-1125853200,1),(1814,-1112551200,2),(1814,-1094403600,1),(1814,-1081101600,2),(1814,-1062954000,1),(1814,-1049652000,2),(1814,-1031504400,1),(1814,-1018202400,2),(1814,-1000054800,1),(1814,-986752800,2),(1814,-968000400,1),(1814,-955303200,2),(1814,-936550800,1),(1814,-923248800,2),(1814,-905101200,1),(1814,-891799200,2),(1814,-880218000,3),(1814,-769395600,4),(1814,-765396000,2),(1814,-747248400,1),(1814,-733946400,2),(1814,-715798800,1),(1814,-702496800,2),(1814,-684349200,1),(1814,-671047200,2),(1814,-652899600,1),(1814,-639597600,2),(1814,-620845200,1),(1814,-608148000,2),(1814,-589395600,1),(1814,-576093600,2),(1814,-557946000,1),(1814,-544644000,2),(1814,-526496400,1),(1814,-513194400,2),(1814,-495046800,1),(1814,-481744800,2),(1814,-463597200,1),(1814,-447271200,2),(1814,-431542800,1),(1814,-415821600,2),(1814,-400093200,1),(1814,-384372000,2),(1814,-368643600,1),(1814,-352922400,2),(1814,-337194000,1),(1814,-321472800,2),(1814,-305744400,1),(1814,-289418400,2),(1814,-273690000,1),(1814,-257968800,2),(1814,-242240400,1),(1814,-226519200,2),(1814,-210790800,1),(1814,-195069600,2),(1814,-179341200,1),(1814,-163620000,2),(1814,-147891600,1),(1814,-131565600,2),(1814,-116442000,1),(1814,-100116000,2),(1814,-84387600,1),(1814,-68666400,2),(1814,-52938000,1),(1814,-37216800,2),(1814,-21488400,1),(1814,-5767200,2),(1814,9961200,1),(1814,25682400,2),(1814,41410800,1),(1814,57736800,2),(1814,73465200,1),(1814,89186401,2),(1814,104914802,1),(1814,120636002,2),(1814,126687603,1),(1814,152085603,2),(1814,162370804,1),(1814,183535204,2),(1814,199263605,1),(1814,215589605,2),(1814,230713206,1),(1814,247039206,2),(1814,262767607,1),(1814,278488807,2),(1814,294217208,1),(1814,309938408,2),(1814,325666809,1),(1814,341388009,2),(1814,357116409,1),(1814,372837610,2),(1814,388566010,1),(1814,404892011,2),(1814,420015611,1),(1814,436341612,2),(1814,452070012,1),(1814,467791212,2),(1814,483519612,1),(1814,499240813,2),(1814,514969213,1),(1814,530690413,2),(1814,544604413,1),(1814,562140013,2),(1814,576054014,1),(1814,594194414,2),(1814,607503614,1),(1814,625644014,2),(1814,638953215,1),(1814,657093615,2),(1814,671007616,1),(1814,688543216,2),(1814,702457216,1),(1814,719992817,2),(1814,733906817,1),(1814,752047218,2),(1814,765356418,1),(1814,783496819,2),(1814,796806019,1),(1814,814946419,2),(1814,828860420,1),(1814,846396020,2),(1814,860310020,1),(1814,877845621,2),(1814,891759621,1),(1814,909295221,2),(1814,923209222,1),(1814,941349622,2),(1814,954658822,1),(1814,972799222,2),(1814,986108422,1),(1814,1004248822,2),(1814,1018162822,1),(1814,1035698422,2),(1814,1049612422,1),(1814,1067148022,2),(1814,1081062022,1),(1814,1099202422,2),(1814,1112511622,1),(1814,1130652022,2),(1814,1143961223,1),(1814,1162101623,2),(1814,1173596423,1),(1814,1194156023,2),(1814,1205046023,1),(1814,1225605623,2),(1814,1236495624,1),(1814,1257055224,2),(1814,1268550024,1),(1814,1289109624,2),(1814,1299999624,1),(1814,1320559224,2),(1814,1331449224,1),(1814,1352008825,2),(1814,1362898825,1),(1814,1383458425,2),(1814,1394348425,1),(1814,1414908025,2),(1814,1425798025,1),(1814,1446357626,2),(1814,1457852426,1),(1814,1478412026,2),(1814,1489302027,1),(1814,1509861627,2),(1814,1520751627,1),(1814,1541311227,2),(1814,1552201227,1),(1814,1572760827,2),(1814,1583650827,1),(1814,1604210427,2),(1814,1615705227,1),(1814,1636264827,2),(1814,1647154827,1),(1814,1667714427,2),(1814,1678604427,1),(1814,1699164027,2),(1814,1710054027,1),(1814,1730613627,2),(1814,1741503627,1),(1814,1762063227,2),(1814,1772953227,1),(1814,1793512827,2),(1814,1805007627,1),(1814,1825567227,2),(1814,1836457227,1),(1814,1857016827,2),(1814,1867906827,1),(1814,1888466427,2),(1814,1899356427,1),(1814,1919916027,2),(1814,1930806027,1),(1814,1951365627,2),(1814,1962860427,1),(1814,1983420027,2),(1814,1994310027,1),(1814,2014869627,2),(1814,2025759627,1),(1814,2046319227,2),(1814,2057209227,1),(1814,2077768827,2),(1814,2088658827,1),(1814,2109218427,2),(1814,2120108427,1),(1814,2140668027,2),(1815,-2147483648,1),(1815,-1157283000,2),(1815,-1155436200,1),(1815,-880198200,3),(1815,-769395600,4),(1815,-765376200,1),(1815,-712150200,5),(1816,-2147483648,2),(1816,-1633276800,1),(1816,-1615136400,2),(1816,-1601827200,1),(1816,-1583686800,2),(1816,-880214400,3),(1816,-769395600,4),(1816,-765392400,2),(1816,-715795200,1),(1816,-702493200,2),(1816,-684345600,1),(1816,-671043600,2),(1816,-652896000,1),(1816,-639594000,2),(1816,-620841600,1),(1816,-608144400,2),(1816,-589392000,1),(1816,-576090000,2),(1816,-557942400,1),(1816,-544640400,2),(1816,-526492800,1),(1816,-513190800,2),(1816,-495043200,1),(1816,-481741200,2),(1816,-463593600,1),(1816,-447267600,2),(1816,-431539200,1),(1816,-415818000,2),(1816,-400089600,1),(1816,-386787600,2),(1816,-368640000,1),(1816,-355338000,2),(1816,-337190400,1),(1816,-321469200,2),(1816,-305740800,1),(1816,-289414800,2),(1816,-273686400,1),(1816,-257965200,2),(1816,-242236800,5),(1816,-195066000,2),(1816,-84384000,1),(1816,-68662800,2),(1816,-52934400,1),(1816,-37213200,2),(1816,-21484800,1),(1816,-5763600,2),(1816,9964800,1),(1816,25686000,2),(1816,41414400,1),(1816,57740400,2),(1816,73468800,1),(1816,89190001,2),(1816,104918402,1),(1816,120639602,2),(1816,126691203,1),(1816,152089203,2),(1816,162374404,1),(1816,183538804,2),(1816,199267205,1),(1816,215593205,2),(1816,230716806,1),(1816,247042806,2),(1816,262771207,1),(1816,278492407,2),(1816,294220808,1),(1816,309942008,2),(1816,325670409,1),(1816,341391609,2),(1816,357120009,1),(1816,372841210,2),(1816,388569610,1),(1816,404895611,2),(1816,420019211,1),(1816,436345212,2),(1816,452073612,1),(1816,467794812,2),(1816,483523212,1),(1816,499244413,2),(1816,514972813,1),(1816,530694013,2),(1816,544608013,1),(1816,562143613,2),(1816,576057614,1),(1816,594198014,2),(1816,607507214,1),(1816,625647614,2),(1816,638956815,1),(1816,657097215,2),(1816,671011216,1),(1816,688546816,5),(1816,1143961223,1),(1816,1162105223,2),(1816,1173600023,1),(1816,1194159623,2),(1816,1205049623,1),(1816,1225609223,2),(1816,1236499224,1),(1816,1257058824,2),(1816,1268553624,1),(1816,1289113224,2),(1816,1300003224,1),(1816,1320562824,2),(1816,1331452824,1),(1816,1352012425,2),(1816,1362902425,1),(1816,1383462025,2),(1816,1394352025,1),(1816,1414911625,2),(1816,1425801625,1),(1816,1446361226,2),(1816,1457856026,1),(1816,1478415626,2),(1816,1489305627,1),(1816,1509865227,2),(1816,1520755227,1),(1816,1541314827,2),(1816,1552204827,1),(1816,1572764427,2),(1816,1583654427,1),(1816,1604214027,2),(1816,1615708827,1),(1816,1636268427,2),(1816,1647158427,1),(1816,1667718027,2),(1816,1678608027,1),(1816,1699167627,2),(1816,1710057627,1),(1816,1730617227,2),(1816,1741507227,1),(1816,1762066827,2),(1816,1772956827,1),(1816,1793516427,2),(1816,1805011227,1),(1816,1825570827,2),(1816,1836460827,1),(1816,1857020427,2),(1816,1867910427,1),(1816,1888470027,2),(1816,1899360027,1),(1816,1919919627,2),(1816,1930809627,1),(1816,1951369227,2),(1816,1962864027,1),(1816,1983423627,2),(1816,1994313627,1),(1816,2014873227,2),(1816,2025763227,1),(1816,2046322827,2),(1816,2057212827,1),(1816,2077772427,2),(1816,2088662427,1),(1816,2109222027,2),(1816,2120112027,1),(1816,2140671627,2),(1817,-2147483648,0),(1817,-2051202469,1),(1817,-1724083200,2),(1817,-880218000,3),(1817,-769395600,4),(1817,-765396000,2),(1817,-684349200,5),(1817,-671047200,2),(1817,-80506740,5),(1817,-68666400,2),(1817,-52938000,5),(1817,-37216800,2),(1817,104914802,5),(1817,120636002,2),(1817,126687603,5),(1817,152085603,2),(1817,167814004,5),(1817,183535204,2),(1817,199263605,5),(1817,215589605,2),(1817,230713206,5),(1817,247039206,2),(1817,262767607,5),(1817,278488807,2),(1817,294217208,5),(1817,309938408,2),(1817,325666809,5),(1817,341388009,2),(1817,357116409,5),(1817,372837610,2),(1817,388566010,5),(1817,404892011,2),(1817,420015611,5),(1817,436341612,2),(1817,452070012,5),(1817,467791212,2),(1817,483519612,5),(1817,499240813,2),(1817,514969213,5),(1817,530690413,2),(1817,544604413,5),(1817,562140013,2),(1817,576054014,5),(1817,594194414,2),(1817,607503614,5),(1817,625644014,2),(1817,638953215,5),(1817,657093615,2),(1817,671007616,5),(1817,688543216,2),(1817,702457216,5),(1817,719992817,2),(1817,733906817,5),(1817,752047218,2),(1817,765356418,5),(1817,783496819,2),(1817,796806019,5),(1817,814946419,2),(1817,828860420,5),(1817,846396020,2),(1817,860310020,5),(1817,877845621,2),(1817,891759621,5),(1817,909295221,2),(1817,923209222,5),(1817,941349622,2),(1817,954658822,5),(1817,972799222,2),(1817,986108422,5),(1817,1004248822,2),(1817,1018162822,5),(1817,1035698422,2),(1817,1049612422,5),(1817,1067148022,2),(1817,1081062022,5),(1817,1099202422,2),(1817,1112511622,5),(1817,1130652022,2),(1817,1143961223,5),(1817,1162101623,2),(1817,1173596423,5),(1817,1194156023,2),(1817,1205046023,5),(1817,1225605623,2),(1817,1236495624,5),(1817,1257055224,2),(1817,1268550024,5),(1817,1289109624,2),(1817,1299999624,5),(1817,1320559224,2),(1817,1331449224,5),(1817,1352008825,2),(1817,1362898825,5),(1817,1383458425,2),(1817,1394348425,5),(1817,1414908025,2),(1817,1425798025,5),(1817,1446357626,2),(1817,1457852426,5),(1817,1478412026,2),(1817,1489302027,5),(1817,1509861627,2),(1817,1520751627,5),(1817,1541311227,2),(1817,1552201227,5),(1817,1572760827,2),(1817,1583650827,5),(1817,1604210427,2),(1817,1615705227,5),(1817,1636264827,2),(1817,1647154827,5),(1817,1667714427,2),(1817,1678604427,5),(1817,1699164027,2),(1817,1710054027,5),(1817,1730613627,2),(1817,1741503627,5),(1817,1762063227,2),(1817,1772953227,5),(1817,1793512827,2),(1817,1805007627,5),(1817,1825567227,2),(1817,1836457227,5),(1817,1857016827,2),(1817,1867906827,5),(1817,1888466427,2),(1817,1899356427,5),(1817,1919916027,2),(1817,1930806027,5),(1817,1951365627,2),(1817,1962860427,5),(1817,1983420027,2),(1817,1994310027,5),(1817,2014869627,2),(1817,2025759627,5),(1817,2046319227,2),(1817,2057209227,5),(1817,2077768827,2),(1817,2088658827,5),(1817,2109218427,2),(1817,2120108427,5),(1817,2140668027,2),(1818,-2147483648,2),(1818,-1633273200,1),(1818,-1615132800,2),(1818,-1601823600,1),(1818,-1583683200,2),(1818,-1570374000,1),(1818,-1551628800,2),(1818,-1538924400,1),(1818,-1534089600,2),(1818,-880210800,3),(1818,-769395600,4),(1818,-765388800,2),(1818,-147884400,1),(1818,-131558400,2),(1818,-116434800,1),(1818,-100108800,2),(1818,-84380400,1),(1818,-68659200,2),(1818,-52930800,1),(1818,-37209600,2),(1818,-21481200,1),(1818,-5760000,2),(1818,9968400,1),(1818,25689600,2),(1818,41418000,1),(1818,57744000,2),(1818,73472400,1),(1818,89193601,2),(1818,104922002,1),(1818,120643202,2),(1818,126694803,1),(1818,152092803,2),(1818,162378004,1),(1818,183542404,2),(1818,199270805,1),(1818,215596805,2),(1818,230720406,1),(1818,247046406,2),(1818,262774807,1),(1818,278496007,2),(1818,294224408,1),(1818,309945608,2),(1818,325674009,1),(1818,341395209,2),(1818,357123609,1),(1818,372844810,2),(1818,388573210,1),(1818,404899211,2),(1818,420022811,1),(1818,436348812,2),(1818,452077212,1),(1818,467798412,2),(1818,483526812,1),(1818,499248013,2),(1818,514976413,1),(1818,530697613,2),(1818,544611613,1),(1818,562147213,2),(1818,576061214,1),(1818,594201614,2),(1818,607510814,1),(1818,625651214,2),(1818,638960415,1),(1818,657100815,2),(1818,671014816,1),(1818,688550416,2),(1818,702464416,1),(1818,720000017,2),(1818,733914017,1),(1818,752054418,2),(1818,765363618,1),(1818,783504019,2),(1818,796813219,1),(1818,814953619,2),(1818,828867620,1),(1818,846403220,2),(1818,860317220,1),(1818,877852821,2),(1818,891766821,1),(1818,909302421,2),(1818,923216422,1),(1818,941356822,2),(1818,954666022,1),(1818,972806422,2),(1818,986115622,1),(1818,1004256022,2),(1818,1018170022,1),(1818,1035705622,2),(1818,1049619622,1),(1818,1067155222,2),(1818,1081069222,1),(1818,1099209622,2),(1818,1112518822,1),(1818,1130659222,2),(1818,1143968423,1),(1818,1162108823,2),(1818,1173603623,1),(1818,1194163223,2),(1818,1205053223,1),(1818,1225612823,2),(1818,1236502824,1),(1818,1257062424,2),(1818,1268557224,1),(1818,1289116824,2),(1818,1300006824,1),(1818,1320566424,2),(1818,1331456424,1),(1818,1352016025,2),(1818,1362906025,1),(1818,1383465625,2),(1818,1394355625,1),(1818,1414915225,2),(1818,1425805225,1),(1818,1446364826,2),(1818,1457859626,1),(1818,1478419226,2),(1818,1489309227,1),(1818,1509868827,2),(1818,1520758827,1),(1818,1541318427,2),(1818,1552208427,1),(1818,1572768027,2),(1818,1583658027,1),(1818,1604217627,2),(1818,1615712427,1),(1818,1636272027,2),(1818,1647162027,1),(1818,1667721627,2),(1818,1678611627,1),(1818,1699171227,2),(1818,1710061227,1),(1818,1730620827,2),(1818,1741510827,1),(1818,1762070427,2),(1818,1772960427,1),(1818,1793520027,2),(1818,1805014827,1),(1818,1825574427,2),(1818,1836464427,1),(1818,1857024027,2),(1818,1867914027,1),(1818,1888473627,2),(1818,1899363627,1),(1818,1919923227,2),(1818,1930813227,1),(1818,1951372827,2),(1818,1962867627,1),(1818,1983427227,2),(1818,1994317227,1),(1818,2014876827,2),(1818,2025766827,1),(1818,2046326427,2),(1818,2057216427,1),(1818,2077776027,2),(1818,2088666027,1),(1818,2109225627,2),(1818,2120115627,1),(1818,2140675227,2),(1819,-2147483648,2),(1819,-1633269600,1),(1819,-1615129200,2),(1819,-1601820000,1),(1819,-1583679600,2),(1819,-880207200,3),(1819,-769395600,4),(1819,-765385200,2),(1819,-687967140,1),(1819,-662655600,2),(1819,-620838000,1),(1819,-608137200,2),(1819,-589388400,1),(1819,-576082800,2),(1819,-557938800,1),(1819,-544633200,2),(1819,-526489200,1),(1819,-513183600,2),(1819,-495039600,1),(1819,-481734000,2),(1819,-463590000,1),(1819,-450284400,2),(1819,-431535600,1),(1819,-418230000,2),(1819,-400086000,1),(1819,-386780400,2),(1819,-368636400,1),(1819,-355330800,2),(1819,-337186800,1),(1819,-323881200,2),(1819,-305737200,1),(1819,-292431600,2),(1819,-273682800,1),(1819,-260982000,2),(1819,-242233200,1),(1819,-226508400,2),(1819,-210783600,1),(1819,-195058800,2),(1819,-179334000,1),(1819,-163609200,2),(1819,-147884400,1),(1819,-131554800,2),(1819,-116434800,1),(1819,-100105200,2),(1819,-84376800,1),(1819,-68655600,2),(1819,-52927200,1),(1819,-37206000,2),(1819,-21477600,1),(1819,-5756400,2),(1819,9972000,1),(1819,25693200,2),(1819,41421600,1),(1819,57747600,2),(1819,73476000,1),(1819,89197201,2),(1819,104925602,1),(1819,120646802,2),(1819,126698403,1),(1819,152096403,2),(1819,162381604,1),(1819,183546004,2),(1819,199274405,1),(1819,215600405,2),(1819,230724006,1),(1819,247050006,2),(1819,262778407,1),(1819,278499607,2),(1819,294228008,1),(1819,309949208,2),(1819,325677609,1),(1819,341398809,2),(1819,357127209,1),(1819,372848410,2),(1819,388576810,1),(1819,404902811,2),(1819,420026411,1),(1819,436352412,2),(1819,452080812,1),(1819,467802012,2),(1819,483530412,1),(1819,499251613,2),(1819,514980013,1),(1819,530701213,2),(1819,544615213,1),(1819,562150813,2),(1819,576064814,1),(1819,594205214,2),(1819,607514414,1),(1819,625654814,2),(1819,638964015,1),(1819,657104415,2),(1819,671018416,1),(1819,688554016,2),(1819,702468016,1),(1819,720003617,2),(1819,733917617,1),(1819,752058018,2),(1819,765367218,1),(1819,783507619,2),(1819,796816819,1),(1819,814957219,2),(1819,828871220,1),(1819,846406820,2),(1819,860320820,1),(1819,877856421,2),(1819,891770421,1),(1819,909306021,2),(1819,923220022,1),(1819,941360422,2),(1819,954669622,1),(1819,972810022,2),(1819,986119222,1),(1819,1004259622,2),(1819,1018173622,1),(1819,1035709222,2),(1819,1049623222,1),(1819,1067158822,2),(1819,1081072822,1),(1819,1099213222,2),(1819,1112522422,1),(1819,1130662822,2),(1819,1143972023,1),(1819,1162112423,2),(1819,1173607223,1),(1819,1194166823,2),(1819,1205056823,1),(1819,1225616423,2),(1819,1236506424,1),(1819,1257066024,2),(1819,1268560824,1),(1819,1289120424,2),(1819,1300010424,1),(1819,1320570024,2),(1819,1331460024,1),(1819,1352019625,2),(1819,1362909625,1),(1819,1383469225,2),(1819,1394359225,1),(1819,1414918825,2),(1819,1425808825,1),(1819,1446368426,2),(1819,1457863226,1),(1819,1478422826,2),(1819,1489312827,1),(1819,1509872427,2),(1819,1520762427,1),(1819,1541322027,2),(1819,1552212027,1),(1819,1572771627,2),(1819,1583661627,1),(1819,1604221227,2),(1819,1615716027,1),(1819,1636275627,2),(1819,1647165627,1),(1819,1667725227,2),(1819,1678615227,1),(1819,1699174827,2),(1819,1710064827,1),(1819,1730624427,2),(1819,1741514427,1),(1819,1762074027,2),(1819,1772964027,1),(1819,1793523627,2),(1819,1805018427,1),(1819,1825578027,2),(1819,1836468027,1),(1819,1857027627,2),(1819,1867917627,1),(1819,1888477227,2),(1819,1899367227,1),(1819,1919926827,2),(1819,1930816827,1),(1819,1951376427,2),(1819,1962871227,1),(1819,1983430827,2),(1819,1994320827,1),(1819,2014880427,2),(1819,2025770427,1),(1819,2046330027,2),(1819,2057220027,1),(1819,2077779627,2),(1819,2088669627,1),(1819,2109229227,2),(1819,2120119227,1),(1819,2140678827,2),(1820,-2147483648,2),(1820,-1633269600,1),(1820,-1615129200,2),(1820,-1601820000,1),(1820,-1583679600,2),(1820,-880207200,3),(1820,-769395600,4),(1820,-765385200,2),(1820,-687967140,1),(1820,-662655600,2),(1820,-620838000,1),(1820,-608137200,2),(1820,-589388400,1),(1820,-576082800,2),(1820,-557938800,1),(1820,-544633200,2),(1820,-526489200,1),(1820,-513183600,2),(1820,-495039600,1),(1820,-481734000,2),(1820,-463590000,1),(1820,-450284400,2),(1820,-431535600,1),(1820,-418230000,2),(1820,-400086000,1),(1820,-386780400,2),(1820,-368636400,1),(1820,-355330800,2),(1820,-337186800,1),(1820,-323881200,2),(1820,-305737200,1),(1820,-292431600,2),(1820,-273682800,1),(1820,-260982000,2),(1820,-242233200,1),(1820,-226508400,2),(1820,-210783600,1),(1820,-195058800,2),(1820,-179334000,1),(1820,-163609200,2),(1820,-147884400,1),(1820,-131554800,2),(1820,-116434800,1),(1820,-100105200,2),(1820,-84376800,1),(1820,-68655600,2),(1820,-52927200,1),(1820,-37206000,2),(1820,-21477600,1),(1820,-5756400,2),(1820,9972000,1),(1820,25693200,2),(1820,41421600,1),(1820,57747600,2),(1820,73476000,1),(1820,89197201,2),(1820,104925602,1),(1820,120646802,2),(1820,126698403,1),(1820,152096403,2),(1820,162381604,1),(1820,183546004,2),(1820,199274405,1),(1820,215600405,2),(1820,230724006,1),(1820,247050006,2),(1820,262778407,1),(1820,278499607,2),(1820,294228008,1),(1820,309949208,2),(1820,325677609,1),(1820,341398809,2),(1820,357127209,1),(1820,372848410,2),(1820,388576810,1),(1820,404902811,2),(1820,420026411,1),(1820,436352412,2),(1820,452080812,1),(1820,467802012,2),(1820,483530412,1),(1820,499251613,2),(1820,514980013,1),(1820,530701213,2),(1820,544615213,1),(1820,562150813,2),(1820,576064814,1),(1820,594205214,2),(1820,607514414,1),(1820,625654814,2),(1820,638964015,1),(1820,657104415,2),(1820,671018416,1),(1820,688554016,2),(1820,702468016,1),(1820,720003617,2),(1820,733917617,1),(1820,752058018,2),(1820,765367218,1),(1820,783507619,2),(1820,796816819,1),(1820,814957219,2),(1820,828871220,1),(1820,846406820,2),(1820,860320820,1),(1820,877856421,2),(1820,891770421,1),(1820,909306021,2),(1820,923220022,1),(1820,941360422,2),(1820,954669622,1),(1820,972810022,2),(1820,986119222,1),(1820,1004259622,2),(1820,1018173622,1),(1820,1035709222,2),(1820,1049623222,1),(1820,1067158822,2),(1820,1081072822,1),(1820,1099213222,2),(1820,1112522422,1),(1820,1130662822,2),(1820,1143972023,1),(1820,1162112423,2),(1820,1173607223,1),(1820,1194166823,2),(1820,1205056823,1),(1820,1225616423,2),(1820,1236506424,1),(1820,1257066024,2),(1820,1268560824,1),(1820,1289120424,2),(1820,1300010424,1),(1820,1320570024,2),(1820,1331460024,1),(1820,1352019625,2),(1820,1362909625,1),(1820,1383469225,2),(1820,1394359225,1),(1820,1414918825,2),(1820,1425808825,1),(1820,1446368426,2),(1820,1457863226,1),(1820,1478422826,2),(1820,1489312827,1),(1820,1509872427,2),(1820,1520762427,1),(1820,1541322027,2),(1820,1552212027,1),(1820,1572771627,2),(1820,1583661627,1),(1820,1604221227,2),(1820,1615716027,1),(1820,1636275627,2),(1820,1647165627,1),(1820,1667725227,2),(1820,1678615227,1),(1820,1699174827,2),(1820,1710064827,1),(1820,1730624427,2),(1820,1741514427,1),(1820,1762074027,2),(1820,1772964027,1),(1820,1793523627,2),(1820,1805018427,1),(1820,1825578027,2),(1820,1836468027,1),(1820,1857027627,2),(1820,1867917627,1),(1820,1888477227,2),(1820,1899367227,1),(1820,1919926827,2),(1820,1930816827,1),(1820,1951376427,2),(1820,1962871227,1),(1820,1983430827,2),(1820,1994320827,1),(1820,2014880427,2),(1820,2025770427,1),(1820,2046330027,2),(1820,2057220027,1),(1820,2077779627,2),(1820,2088669627,1),(1820,2109229227,2),(1820,2120119227,1),(1820,2140678827,2),(1821,-2147483648,1),(1821,-1861879032,2),(1824,-2147483648,1),(1824,-1688265017,3),(1824,-1656819079,2),(1824,-1641353479,3),(1824,-1627965079,4),(1824,-1618716679,2),(1824,-1596429079,4),(1824,-1593820800,5),(1824,-1589860800,6),(1824,-1542427200,7),(1824,-1539493200,8),(1824,-1525323600,7),(1824,-1522728000,6),(1824,-1491188400,9),(1824,-1247536800,6),(1824,354920409,7),(1824,370728010,6),(1824,386456410,7),(1824,402264011,6),(1824,417992411,7),(1824,433800012,6),(1824,449614812,7),(1824,465346812,10),(1824,481071612,11),(1824,496796413,10),(1824,512521213,11),(1824,528246013,10),(1824,543970813,11),(1824,559695613,10),(1824,575420414,11),(1824,591145214,10),(1824,606870014,11),(1824,622594814,10),(1824,638319615,11),(1824,654649215,10),(1824,670374016,12),(1824,686102416,13),(1824,695779216,10),(1824,701823616,11),(1824,717548417,10),(1824,733273217,11),(1824,748998018,10),(1824,764722818,11),(1824,780447619,10),(1824,796172419,11),(1824,811897219,10),(1824,828226820,11),(1824,846370820,10),(1824,859676420,11),(1824,877820421,10),(1824,891126021,11),(1824,909270021,10),(1824,922575622,11),(1824,941324422,10),(1824,954025222,11),(1824,972774022,10),(1824,985474822,11),(1824,1004223622,10),(1824,1017529222,11),(1824,1035673222,10),(1824,1048978822,11),(1824,1067122822,10),(1824,1080428422,11),(1824,1099177222,10),(1824,1111878022,11),(1824,1130626822,10),(1824,1143327623,11),(1824,1162076423,10),(1824,1174777223,11),(1824,1193526023,10),(1824,1206831623,11),(1824,1224975623,10),(1824,1238281224,11),(1824,1256425224,10),(1824,1269730824,11),(1824,1288479624,10),(1824,1301180424,14),(1824,1414274425,10),(1825,228877206,0),(1825,243997206,1),(1825,260326807,0),(1825,276051607,1),(1825,291776408,0),(1825,307501208,1),(1825,323830809,0),(1825,338950809,1),(1825,354675609,0),(1825,370400410,1),(1825,386125210,0),(1825,401850011,1),(1825,417574811,0),(1825,433299612,1),(1825,449024412,0),(1825,465354012,1),(1825,481078812,0),(1825,496803613,1),(1825,512528413,0),(1825,528253213,1),(1825,543978013,0),(1825,559702813,1),(1825,575427614,0),(1825,591152414,1),(1825,606877214,0),(1825,622602014,1),(1825,638326815,0),(1825,654656415,1),(1825,670381216,0),(1825,686106016,1),(1825,701830816,0),(1825,717555617,1),(1825,733280417,0),(1825,749005218,1),(1825,764730018,0),(1825,780454819,1),(1825,796179619,0),(1825,811904419,1),(1825,828234020,0),(1825,846378020,1),(1825,859683620,0),(1825,877827621,1),(1825,891133221,0),(1825,909277221,1),(1825,922582822,0),(1825,941331622,1),(1825,954032422,0),(1825,972781222,1),(1825,985482022,0),(1825,1004230822,1),(1825,1017536422,0),(1825,1035680422,1),(1825,1048986022,0),(1825,1067130022,1),(1825,1080435622,0),(1825,1099184422,1),(1825,1111885222,0),(1825,1130634022,1),(1825,1143334823,0),(1825,1162083623,1),(1825,1174784423,0),(1825,1193533223,1),(1825,1206838823,0),(1825,1224982823,1),(1825,1238288424,0),(1825,1256432424,1),(1825,1269738024,0),(1825,1288486824,1),(1825,1301187624,0),(1825,1319936424,1),(1825,1332637224,0),(1825,1351386025,1),(1825,1364691625,0),(1825,1382835625,1),(1825,1396141225,0),(1825,1414285225,1),(1825,1427590825,0),(1825,1445734826,1),(1825,1459040426,0),(1825,1477789226,1),(1825,1490490027,0),(1825,1509238827,1),(1825,1521939627,0),(1825,1540688427,1),(1825,1553994027,0),(1825,1572138027,1),(1825,1585443627,0),(1825,1603587627,1),(1825,1616893227,0),(1825,1635642027,1),(1825,1648342827,0),(1825,1667091627,1),(1825,1679792427,0),(1825,1698541227,1),(1825,1711846827,0),(1825,1729990827,1),(1825,1743296427,0),(1825,1761440427,1),(1825,1774746027,0),(1825,1792890027,1),(1825,1806195627,0),(1825,1824944427,1),(1825,1837645227,0),(1825,1856394027,1),(1825,1869094827,0),(1825,1887843627,1),(1825,1901149227,0),(1825,1919293227,1),(1825,1932598827,0),(1825,1950742827,1),(1825,1964048427,0),(1825,1982797227,1),(1825,1995498027,0),(1825,2014246827,1),(1825,2026947627,0),(1825,2045696427,1),(1825,2058397227,0),(1825,2077146027,1),(1825,2090451627,0),(1825,2108595627,1),(1825,2121901227,0),(1825,2140045227,1);
+INSERT INTO `time_zone_transition` VALUES (1,-1830383032,1),(2,-1830383032,1),(3,-1946168836,1),(3,-1309746600,2),(3,-1261969200,1),(3,-1041388200,3),(3,-865305900,2),(4,-1855958961,3),(4,-1689814800,1),(4,-1680397200,2),(4,-1665363600,1),(4,-1648342800,2),(4,-1635123600,1),(4,-1616893200,2),(4,-1604278800,1),(4,-1585443600,2),(4,-1574038800,1),(4,-1552266000,2),(4,-1539997200,1),(4,-1531443600,2),(4,-956365200,1),(4,-950486400,3),(4,-942012000,5),(4,-812502000,4),(4,-796262400,5),(4,-781052400,4),(4,-766630800,5),(4,-733280400,3),(4,-439430400,5),(4,-212029200,3),(4,41468400,1),(4,54774000,2),(4,231724800,6),(4,246236400,5),(4,259545600,4),(4,275274000,5),(4,309740400,3),(4,325468800,6),(4,341802000,3),(4,357523200,5),(5,-1946168836,1),(5,-1309746600,2),(5,-1261969200,1),(5,-1041388200,3),(5,-865305900,2),(6,-1946168836,1),(6,-1309746600,2),(6,-1261969200,1),(6,-1041388200,3),(6,-865305900,2),(7,-1830383032,1),(8,-2035584815,1),(8,-1940889600,0),(8,-1767226415,2),(8,-1588465800,3),(9,-1830383032,1),(10,-1830380400,1),(10,157770000,2),(11,-2109291020,1),(12,-2035584815,1),(12,-1940889600,0),(12,-1767226415,2),(12,-1588465800,3),(13,-2109291020,1),(14,-929844000,0),(14,-923108400,1),(14,-906170400,0),(14,-892868400,1),(14,-875844000,0),(14,-857790000,1),(14,-844308000,0),(14,-825822000,1),(14,-812685600,0),(14,-794199600,1),(14,-779853600,0),(14,-762663600,1),(14,-399088800,0),(14,-386650800,1),(14,-368330400,0),(14,-355114800,1),(14,-336790800,0),(14,-323654400,1),(14,-305168400,0),(14,-292032000,1),(14,-273632400,0),(14,-260496000,1),(14,-242096400,0),(14,-228960000,1),(14,-210560400,0),(14,-197424000,1),(14,-178938000,0),(14,-165801600,1),(14,-147402000,0),(14,-134265600,1),(14,-115866000,0),(14,-102643200,1),(14,-84330000,0),(14,-71107200,1),(14,-52707600,0),(14,-39484800,1),(14,-21171600,0),(14,-7948800,1),(14,10364400,0),(14,23587200,1),(14,41900400,0),(14,55123200,1),(14,73522800,0),(14,86745600,1),(14,105058800,0),(14,118281600,1),(14,136594800,0),(14,149817600,1),(14,168130800,0),(14,181353600,1),(14,199753200,0),(14,212976000,1),(14,231289200,0),(14,244512000,1),(14,262825200,0),(14,276048000,1),(14,294361200,0),(14,307584000,1),(14,325983600,0),(14,339206400,1),(14,357519600,0),(14,370742400,1),(14,396399600,0),(14,402278400,1),(14,426812400,0),(14,433814400,1),(14,452214000,0),(14,465436800,1),(14,483750000,0),(14,496972800,1),(14,515286000,0),(14,528508800,1),(14,546822000,0),(14,560044800,1),(14,578444400,0),(14,591667200,1),(14,610412400,0),(14,623203200,1),(14,641516400,0),(14,654739200,1),(14,673052400,0),(14,686275200,1),(14,704674800,0),(14,717897600,1),(14,736210800,0),(14,749433600,1),(14,767746800,0),(14,780969600,1),(14,799020000,2),(14,812322000,1),(14,830469600,2),(14,843771600,1),(14,861919200,2),(14,875221200,1),(14,893368800,2),(14,906670800,1),(14,925423200,2),(14,938725200,1),(14,956872800,2),(14,970174800,1),(14,988322400,2),(14,1001624400,1),(14,1019772000,2),(14,1033074000,1),(14,1051221600,2),(14,1064523600,1),(14,1083276000,2),(14,1096578000,1),(14,1114725600,2),(14,1128027600,1),(14,1146175200,2),(14,1158872400,1),(14,1177624800,2),(14,1189112400,1),(14,1209074400,2),(14,1219957200,1),(14,1240524000,2),(14,1250802000,1),(14,1272578400,2),(14,1281474000,1),(14,1284069600,0),(14,1285880400,1),(14,1400191200,0),(14,1403816400,1),(14,1406844000,0),(14,1411678800,1),(15,-1773012580,2),(15,-956361600,1),(15,-950490000,2),(15,-942019200,1),(15,-761187600,2),(15,-617241600,1),(15,-605149200,2),(15,-81432000,1),(15,-71110800,2),(15,141264000,1),(15,147222000,2),(15,199756800,1),(15,207702000,2),(15,231292800,1),(15,244249200,2),(15,265507200,1),(15,271033200,2),(15,448243200,3),(15,504918000,2),(15,1212278400,1),(15,1220223600,2),(15,1243814400,1),(15,1250809200,2),(15,1272758400,1),(15,1281222000,2),(15,1301788800,1),(15,1312066800,2),(15,1335664800,1),(15,1342749600,2),(15,1345428000,1),(15,1348970400,2),(15,1367114400,1),(15,1373162400,2),(15,1376100000,1),(15,1382839200,2),(15,1396144800,1),(15,1403920800,2),(15,1406944800,1),(15,1414288800,2),(15,1427594400,1),(15,1434247200,2),(15,1437271200,1),(15,1445738400,2),(15,1459044000,1),(15,1465092000,2),(15,1468116000,1),(15,1477792800,2),(15,1490493600,1),(15,1495332000,2),(15,1498960800,1),(15,1509242400,2),(15,1521943200,1),(15,1526176800,2),(15,1529200800,1),(15,1557021600,2),(15,1560045600,1),(15,1587261600,2),(15,1590890400,1),(15,1618106400,2),(15,1621130400,1),(15,1648346400,2),(15,1651975200,1),(15,1679191200,2),(15,1682820000,1),(15,1710036000,2),(15,1713060000,1),(15,1740276000,2),(15,1743904800,1),(15,1771120800,2),(15,1774144800,1),(15,1801965600,2),(15,1804989600,1),(15,1832205600,2),(15,1835834400,1),(15,1863050400,2),(15,1866074400,1),(15,1893290400,2),(15,1896919200,1),(15,1924135200,2),(15,1927764000,1),(15,1954980000,2),(15,1958004000,1),(15,1985220000,2),(15,1988848800,1),(15,2016064800,2),(15,2019088800,1),(15,2046304800,2),(15,2049933600,1),(15,2077149600,2),(15,2080778400,1),(15,2107994400,2),(15,2111018400,1),(15,2138234400,2),(15,2141863200,1),(16,-1630112400,1),(16,-1616810400,0),(16,-1442451600,1),(16,-1427673600,2),(16,-1379293200,1),(16,-1364774400,2),(16,-1348448400,1),(16,-1333324800,2),(16,-1316390400,1),(16,-1301270400,2),(16,-1293840000,0),(16,-81432000,1),(16,-71110800,0),(16,141264000,1),(16,147222000,0),(16,199756800,1),(16,207702000,0),(16,231292800,1),(16,244249200,0),(16,265507200,1),(16,271033200,0),(16,448243200,3),(16,512528400,4),(16,528253200,5),(16,543978000,4),(16,559702800,5),(16,575427600,4),(16,591152400,5),(16,606877200,4),(16,622602000,5),(16,638326800,4),(16,654656400,5),(16,670381200,4),(16,686106000,5),(16,701830800,4),(16,717555600,5),(16,733280400,4),(16,749005200,5),(16,764730000,4),(16,780454800,5),(16,796179600,4),(16,811904400,5),(16,828234000,4),(16,846378000,5),(16,859683600,4),(16,877827600,5),(16,891133200,4),(16,909277200,5),(16,922582800,4),(16,941331600,5),(16,954032400,4),(16,972781200,5),(16,985482000,4),(16,1004230800,5),(16,1017536400,4),(16,1035680400,5),(16,1048986000,4),(16,1067130000,5),(16,1080435600,4),(16,1099184400,5),(16,1111885200,4),(16,1130634000,5),(16,1143334800,4),(16,1162083600,5),(16,1174784400,4),(16,1193533200,5),(16,1206838800,4),(16,1224982800,5),(16,1238288400,4),(16,1256432400,5),(16,1269738000,4),(16,1288486800,5),(16,1301187600,4),(16,1319936400,5),(16,1332637200,4),(16,1351386000,5),(16,1364691600,4),(16,1382835600,5),(16,1396141200,4),(16,1414285200,5),(16,1427590800,4),(16,1445734800,5),(16,1459040400,4),(16,1477789200,5),(16,1490490000,4),(16,1509238800,5),(16,1521939600,4),(16,1540688400,5),(16,1553994000,4),(16,1572138000,5),(16,1585443600,4),(16,1603587600,5),(16,1616893200,4),(16,1635642000,5),(16,1648342800,4),(16,1667091600,5),(16,1679792400,4),(16,1698541200,5),(16,1711846800,4),(16,1729990800,5),(16,1743296400,4),(16,1761440400,5),(16,1774746000,4),(16,1792890000,5),(16,1806195600,4),(16,1824944400,5),(16,1837645200,4),(16,1856394000,5),(16,1869094800,4),(16,1887843600,5),(16,1901149200,4),(16,1919293200,5),(16,1932598800,4),(16,1950742800,5),(16,1964048400,4),(16,1982797200,5),(16,1995498000,4),(16,2014246800,5),(16,2026947600,4),(16,2045696400,5),(16,2058397200,4),(16,2077146000,5),(16,2090451600,4),(16,2108595600,5),(16,2121901200,4),(16,2140045200,5),(17,-1830383032,1),(18,-1830383032,1),(19,-1946168836,1),(19,-1309746600,2),(19,-1261969200,1),(19,-1041388200,3),(19,-865305900,2),(20,-1946168836,1),(20,-1309746600,2),(20,-1261969200,1),(20,-1041388200,3),(20,-865305900,2),(21,-2035584815,1),(21,-1940889600,0),(21,-1767226415,2),(21,-1588465800,3),(22,-1136070432,1),(22,198291600,3),(22,199756800,2),(22,207702000,3),(22,231292800,2),(22,244249200,3),(22,265507200,2),(22,271033200,3),(22,1212278400,2),(22,1220223600,3),(22,1243814400,2),(22,1250809200,3),(22,1272758400,2),(22,1281222000,3),(22,1301788800,2),(22,1312066800,3),(22,1335664800,2),(22,1342749600,3),(22,1345428000,2),(22,1348970400,3),(22,1367114400,2),(22,1373162400,3),(22,1376100000,2),(22,1382839200,3),(22,1396144800,2),(22,1403920800,3),(22,1406944800,2),(22,1414288800,3),(22,1427594400,2),(22,1434247200,3),(22,1437271200,2),(22,1445738400,3),(22,1459044000,2),(22,1465092000,3),(22,1468116000,2),(22,1477792800,3),(22,1490493600,2),(22,1495332000,3),(22,1498960800,2),(22,1509242400,3),(22,1521943200,2),(22,1526176800,3),(22,1529200800,2),(22,1557021600,3),(22,1560045600,2),(22,1587261600,3),(22,1590890400,2),(22,1618106400,3),(22,1621130400,2),(22,1648346400,3),(22,1651975200,2),(22,1679191200,3),(22,1682820000,2),(22,1710036000,3),(22,1713060000,2),(22,1740276000,3),(22,1743904800,2),(22,1771120800,3),(22,1774144800,2),(22,1801965600,3),(22,1804989600,2),(22,1832205600,3),(22,1835834400,2),(22,1863050400,3),(22,1866074400,2),(22,1893290400,3),(22,1896919200,2),(22,1924135200,3),(22,1927764000,2),(22,1954980000,3),(22,1958004000,2),(22,1985220000,3),(22,1988848800,2),(22,2016064800,3),(22,2019088800,2),(22,2046304800,3),(22,2049933600,2),(22,2077149600,3),(22,2080778400,2),(22,2107994400,3),(22,2111018400,2),(22,2138234400,3),(22,2141863200,2),(23,-1830383032,1),(24,-2109291020,1),(25,-2109291020,1),(26,-2109288600,2),(26,-860976000,1),(26,-845254800,2),(26,-829526400,1),(26,-813805200,2),(27,-1230775588,2),(27,10360800,1),(27,24786000,2),(27,41810400,1),(27,56322000,2),(27,73432800,1),(27,87944400,2),(27,104882400,1),(27,119480400,2),(27,136332000,1),(27,151016400,2),(27,167781600,1),(27,182552400,2),(27,199231200,1),(27,214174800,2),(27,230680800,1),(27,245710800,2),(27,262735200,1),(27,277246800,2),(27,294184800,1),(27,308782800,2),(27,325634400,1),(27,340405200,2),(27,357084000,1),(27,371941200,2),(27,388533600,1),(27,403477200,2),(27,419983200,1),(27,435013200,2),(27,452037600,1),(27,466635600,2),(27,483487200,1),(27,498171600,2),(27,947930400,3),(27,1612126800,2),(28,-1946168836,1),(28,-1309746600,2),(28,-1261969200,1),(28,-1041388200,3),(28,-865305900,2),(29,-1230775808,2),(29,10360800,1),(29,24786000,2),(29,41810400,1),(29,56322000,2),(29,73432800,1),(29,87944400,2),(29,104882400,1),(29,119480400,2),(29,136332000,1),(29,151016400,2),(29,167781600,1),(29,182552400,2),(29,199231200,1),(29,214174800,2),(29,230680800,1),(29,245710800,2),(29,262735200,1),(29,277246800,2),(29,294184800,1),(29,308782800,2),(29,325634400,1),(29,340405200,2),(29,357084000,1),(29,371941200,2),(29,388533600,1),(29,403477200,2),(29,419983200,1),(29,435013200,2),(29,452037600,1),(29,466635600,2),(29,483487200,1),(29,498171600,2),(29,947930400,3),(29,1509483600,2),(30,-2109291020,1),(31,-2035584815,1),(31,-1940889600,0),(31,-1767226415,2),(31,-1588465800,3),(32,-2035584815,1),(32,-1940889600,0),(32,-1767226415,2),(32,-1588465800,3),(33,-2035584815,1),(33,-1940889600,0),(33,-1767226415,2),(33,-1588465800,3),(34,-1830383032,1),(35,-2035584815,1),(35,-1940889600,0),(35,-1767226415,2),(35,-1588465800,3),(36,-2109291020,1),(37,-2109291020,1),(38,-2035584815,1),(38,-1940889600,0),(38,-1767226415,2),(38,-1588465800,3),(39,-2109291020,1),(40,-2109288600,2),(40,-860976000,1),(40,-845254800,2),(40,-829526400,1),(40,-813805200,2),(41,-2109288600,2),(41,-860976000,1),(41,-845254800,2),(41,-829526400,1),(41,-813805200,2),(42,-1946168836,1),(42,-1309746600,2),(42,-1261969200,1),(42,-1041388200,3),(42,-865305900,2),(43,-1604359012,1),(43,63593070,2),(44,-1946168836,1),(44,-1309746600,2),(44,-1261969200,1),(44,-1041388200,3),(44,-865305900,2),(45,-1830387612,1),(45,308703600,2),(45,321314400,1),(46,-2035584815,1),(46,-1940889600,0),(46,-1767226415,2),(46,-1588465800,3),(47,-1830383032,1),(48,-1830383032,1),(49,-2035584815,1),(49,-1940889600,0),(49,-1767226415,2),(49,-1588465800,3),(50,-1830384000,1),(50,1514768400,2),(50,1546304400,3),(51,-1830383032,1),(52,-1577926364,2),(52,-574902000,1),(52,-568087200,2),(52,-512175600,1),(52,-504928800,2),(52,-449888400,1),(52,-441856800,2),(52,-347158800,3),(52,378684000,2),(52,386463600,1),(52,402271200,2),(52,417999600,1),(52,433807200,2),(52,449622000,1),(52,465429600,2),(52,481590000,1),(52,496965600,2),(52,512953200,1),(52,528674400,2),(52,544230000,1),(52,560037600,2),(52,575852400,1),(52,591660000,2),(52,607388400,1),(52,623196000,2),(52,641775600,3),(52,844034400,2),(52,860108400,1),(52,875916000,3),(52,1352505600,2),(52,1364515200,1),(52,1382659200,3),(53,-1855958961,3),(53,-969242400,1),(53,-950493600,2),(53,-941940000,1),(53,-891136800,3),(53,-877827600,4),(53,-857257200,3),(53,-844556400,4),(53,-842918400,3),(53,-842223600,4),(53,-828230400,3),(53,-812502000,4),(53,-796269600,3),(53,-781052400,4),(53,-766634400,3),(53,231202800,1),(53,243903600,2),(53,262825200,1),(53,276044400,2),(53,581122800,1),(53,591145200,2),(53,606870000,1),(53,622594800,2),(53,641516400,1),(53,654649200,2),(53,1114902000,1),(53,1128038400,2),(53,1143334800,1),(53,1162083600,2),(53,1174784400,1),(53,1193533200,2),(53,1206838800,1),(53,1224982800,2),(54,-2109288600,1),(54,-860976000,2),(54,-845254800,1),(54,637970400,3),(54,764200800,4),(54,778640400,5),(54,796780800,4),(54,810090000,5),(54,828835200,4),(54,841539600,5),(54,860284800,4),(54,873594000,5),(54,891734400,4),(54,905043600,5),(54,923184000,4),(54,936493200,5),(54,954633600,4),(54,967942800,5),(54,986083200,4),(54,999392400,5),(54,1018137600,4),(54,1030842000,5),(54,1049587200,4),(54,1062896400,5),(54,1081036800,4),(54,1094346000,5),(54,1112486400,4),(54,1125795600,5),(54,1143936000,4),(54,1157245200,5),(54,1175385600,4),(54,1188694800,5),(54,1207440000,4),(54,1220749200,5),(54,1238889600,4),(54,1252198800,5),(54,1270339200,4),(54,1283648400,5),(54,1301788800,4),(54,1315098000,5),(54,1333238400,4),(54,1346547600,5),(54,1365292800,4),(54,1377997200,5),(54,1396742400,4),(54,1410051600,5),(54,1428192000,4),(54,1441501200,5),(54,1459641600,4),(54,1472950800,5),(54,1491091200,4),(54,1504400400,5),(54,1508796000,3),(55,-880196400,1),(55,-769395600,2),(55,-765374400,0),(55,-86878800,3),(55,-21466800,4),(55,-5745600,3),(55,9982800,4),(55,25704000,3),(55,41432400,4),(55,57758400,3),(55,73486800,4),(55,89208000,3),(55,104936400,4),(55,120657600,3),(55,126709200,4),(55,152107200,3),(55,162392400,4),(55,183556800,3),(55,199285200,4),(55,215611200,3),(55,230734800,4),(55,247060800,3),(55,262789200,4),(55,278510400,3),(55,294238800,4),(55,309960000,3),(55,325688400,4),(55,341409600,3),(55,357138000,4),(55,372859200,3),(55,388587600,4),(55,404913600,3),(55,420037200,4),(55,436363200,5),(55,439034400,7),(55,452088000,6),(55,467809200,7),(55,483537600,6),(55,499258800,7),(55,514987200,6),(55,530708400,7),(55,544622400,6),(55,562158000,7),(55,576072000,6),(55,594212400,7),(55,607521600,6),(55,625662000,7),(55,638971200,6),(55,657111600,7),(55,671025600,6),(55,688561200,7),(55,702475200,6),(55,720010800,7),(55,733924800,6),(55,752065200,7),(55,765374400,6),(55,783514800,7),(55,796824000,6),(55,814964400,7),(55,828878400,6),(55,846414000,7),(55,860328000,6),(55,877863600,7),(55,891777600,6),(55,909313200,7),(55,923227200,6),(55,941367600,7),(55,954676800,6),(55,972817200,7),(55,986126400,6),(55,1004266800,7),(55,1018180800,6),(55,1035716400,7),(55,1049630400,6),(55,1067166000,7),(55,1081080000,6),(55,1099220400,7),(55,1112529600,6),(55,1130670000,7),(55,1143979200,6),(55,1162119600,7),(55,1173614400,6),(55,1194174000,7),(55,1205064000,6),(55,1225623600,7),(55,1236513600,6),(55,1257073200,7),(55,1268568000,6),(55,1289127600,7),(55,1300017600,6),(55,1320577200,7),(55,1331467200,6),(55,1352026800,7),(55,1362916800,6),(55,1383476400,7),(55,1394366400,6),(55,1414926000,7),(55,1425816000,6),(55,1446375600,7),(55,1457870400,6),(55,1478430000,7),(55,1489320000,6),(55,1509879600,7),(55,1520769600,6),(55,1541329200,7),(55,1552219200,6),(55,1572778800,7),(55,1583668800,6),(55,1604228400,7),(55,1615723200,6),(55,1636282800,7),(55,1647172800,6),(55,1667732400,7),(55,1678622400,6),(55,1699182000,7),(55,1710072000,6),(55,1730631600,7),(55,1741521600,6),(55,1762081200,7),(55,1772971200,6),(55,1793530800,7),(55,1805025600,6),(55,1825585200,7),(55,1836475200,6),(55,1857034800,7),(55,1867924800,6),(55,1888484400,7),(55,1899374400,6),(55,1919934000,7),(55,1930824000,6),(55,1951383600,7),(55,1962878400,6),(55,1983438000,7),(55,1994328000,6),(55,2014887600,7),(55,2025777600,6),(55,2046337200,7),(55,2057227200,6),(55,2077786800,7),(55,2088676800,6),(55,2109236400,7),(55,2120126400,6),(55,2140686000,7),(56,-880200000,1),(56,-769395600,2),(56,-765378000,0),(56,-86882400,3),(56,-21470400,4),(56,-5749200,3),(56,9979200,4),(56,25700400,3),(56,41428800,4),(56,57754800,3),(56,73483200,4),(56,89204400,3),(56,104932800,4),(56,120654000,3),(56,126705600,4),(56,152103600,3),(56,162388800,4),(56,183553200,3),(56,199281600,4),(56,215607600,3),(56,230731200,4),(56,247057200,3),(56,262785600,4),(56,278506800,3),(56,294235200,4),(56,309956400,3),(56,325684800,4),(56,341406000,3),(56,357134400,4),(56,372855600,3),(56,388584000,4),(56,404910000,3),(56,420033600,4),(56,436359600,5),(56,439030800,7),(56,452084400,6),(56,467805600,7),(56,483534000,6),(56,499255200,7),(56,514983600,6),(56,530704800,7),(56,544618800,6),(56,562154400,7),(56,576068400,6),(56,594208800,7),(56,607518000,6),(56,625658400,7),(56,638967600,6),(56,657108000,7),(56,671022000,6),(56,688557600,7),(56,702471600,6),(56,720007200,7),(56,733921200,6),(56,752061600,7),(56,765370800,6),(56,783511200,7),(56,796820400,6),(56,814960800,7),(56,828874800,6),(56,846410400,7),(56,860324400,6),(56,877860000,7),(56,891774000,6),(56,909309600,7),(56,923223600,6),(56,941364000,7),(56,954673200,6),(56,972813600,7),(56,986122800,6),(56,1004263200,7),(56,1018177200,6),(56,1035712800,7),(56,1049626800,6),(56,1067162400,7),(56,1081076400,6),(56,1099216800,7),(56,1112526000,6),(56,1130666400,7),(56,1143975600,6),(56,1162116000,7),(56,1173610800,6),(56,1194170400,7),(56,1205060400,6),(56,1225620000,7),(56,1236510000,6),(56,1257069600,7),(56,1268564400,6),(56,1289124000,7),(56,1300014000,6),(56,1320573600,7),(56,1331463600,6),(56,1352023200,7),(56,1362913200,6),(56,1383472800,7),(56,1394362800,6),(56,1414922400,7),(56,1425812400,6),(56,1446372000,7),(56,1457866800,6),(56,1478426400,7),(56,1489316400,6),(56,1509876000,7),(56,1520766000,6),(56,1541325600,7),(56,1552215600,6),(56,1572775200,7),(56,1583665200,6),(56,1604224800,7),(56,1615719600,6),(56,1636279200,7),(56,1647169200,6),(56,1667728800,7),(56,1678618800,6),(56,1699178400,7),(56,1710068400,6),(56,1730628000,7),(56,1741518000,6),(56,1762077600,7),(56,1772967600,6),(56,1793527200,7),(56,1805022000,6),(56,1825581600,7),(56,1836471600,6),(56,1857031200,7),(56,1867921200,6),(56,1888480800,7),(56,1899370800,6),(56,1919930400,7),(56,1930820400,6),(56,1951380000,7),(56,1962874800,6),(56,1983434400,7),(56,1994324400,6),(56,2014884000,7),(56,2025774000,6),(56,2046333600,7),(56,2057223600,6),(56,2077783200,7),(56,2088673200,6),(56,2109232800,7),(56,2120122800,6),(56,2140682400,7),(57,-873057600,2),(57,-769395600,1),(57,-765399600,0),(58,-873057600,2),(58,-769395600,1),(58,-765399600,0),(59,-1767214032,2),(59,-1206957600,1),(59,-1191362400,2),(59,-1175374800,1),(59,-1159826400,2),(59,-633819600,1),(59,-622069200,2),(59,-602283600,1),(59,-591832800,2),(59,-570747600,1),(59,-560210400,2),(59,-539125200,1),(59,-531352800,2),(59,-191365200,1),(59,-184197600,2),(59,-155163600,1),(59,-150069600,2),(59,-128898000,1),(59,-121125600,2),(59,-99954000,1),(59,-89589600,2),(59,-68418000,1),(59,-57967200,2),(59,499748400,1),(59,511236000,2),(59,530593200,1),(59,540266400,2),(59,562129200,1),(59,571197600,2),(59,592974000,1),(59,602042400,2),(59,624423600,1),(59,634701600,2),(59,813726000,1),(59,824004000,2),(59,844570800,1),(59,856058400,2),(59,876106800,1),(59,888717600,2),(59,908074800,1),(59,919562400,2),(59,938919600,1),(59,951616800,2),(59,970974000,1),(59,982461600,2),(59,1003028400,1),(59,1013911200,2),(59,1036292400,1),(59,1045360800,2),(59,1350788400,1),(59,1361066400,2),(60,-1567453392,1),(60,-1233432000,2),(60,-1222981200,1),(60,-1205956800,2),(60,-1194037200,1),(60,-1172865600,2),(60,-1162501200,1),(60,-1141329600,2),(60,-1130965200,1),(60,-1109793600,2),(60,-1099429200,1),(60,-1078257600,2),(60,-1067806800,1),(60,-1046635200,2),(60,-1036270800,1),(60,-1015099200,2),(60,-1004734800,1),(60,-983563200,2),(60,-973198800,1),(60,-952027200,2),(60,-941576400,1),(60,-931032000,2),(60,-900882000,1),(60,-890337600,2),(60,-833749200,1),(60,-827265600,2),(60,-752274000,1),(60,-733780800,2),(60,-197326800,1),(60,-190843200,2),(60,-184194000,1),(60,-164491200,2),(60,-152658000,1),(60,-132955200,2),(60,-121122000,1),(60,-101419200,2),(60,-86821200,1),(60,-71092800,2),(60,-54766800,1),(60,-39038400,2),(60,-23317200,1),(60,-7588800,4),(60,128142000,3),(60,136605600,4),(60,596948400,3),(60,605066400,4),(60,624423600,3),(60,636516000,4),(60,656478000,3),(60,667965600,4),(60,687927600,3),(60,699415200,4),(60,719377200,3),(60,731469600,4),(60,938919600,2),(60,952052400,4),(60,1198983600,3),(60,1205632800,4),(60,1224385200,3),(60,1237082400,4),(61,-1567453392,1),(61,-1233432000,2),(61,-1222981200,1),(61,-1205956800,2),(61,-1194037200,1),(61,-1172865600,2),(61,-1162501200,1),(61,-1141329600,2),(61,-1130965200,1),(61,-1109793600,2),(61,-1099429200,1),(61,-1078257600,2),(61,-1067806800,1),(61,-1046635200,2),(61,-1036270800,1),(61,-1015099200,2),(61,-1004734800,1),(61,-983563200,2),(61,-973198800,1),(61,-952027200,2),(61,-941576400,1),(61,-931032000,2),(61,-900882000,1),(61,-890337600,2),(61,-833749200,1),(61,-827265600,2),(61,-752274000,1),(61,-733780800,2),(61,-197326800,1),(61,-190843200,2),(61,-184194000,1),(61,-164491200,2),(61,-152658000,1),(61,-132955200,2),(61,-121122000,1),(61,-101419200,2),(61,-86821200,1),(61,-71092800,2),(61,-54766800,1),(61,-39038400,2),(61,-23317200,1),(61,-7588800,4),(61,128142000,3),(61,136605600,4),(61,596948400,3),(61,605066400,4),(61,624423600,3),(61,636516000,4),(61,656478000,3),(61,667965600,1),(61,687931200,3),(61,699415200,4),(61,719377200,3),(61,731469600,4),(61,938919600,2),(61,952052400,4),(61,1086058800,1),(61,1087704000,4),(61,1198983600,3),(61,1205632800,4),(62,-1567453392,1),(62,-1233432000,2),(62,-1222981200,1),(62,-1205956800,2),(62,-1194037200,1),(62,-1172865600,2),(62,-1162501200,1),(62,-1141329600,2),(62,-1130965200,1),(62,-1109793600,2),(62,-1099429200,1),(62,-1078257600,2),(62,-1067806800,1),(62,-1046635200,2),(62,-1036270800,1),(62,-1015099200,2),(62,-1004734800,1),(62,-983563200,2),(62,-973198800,1),(62,-952027200,2),(62,-941576400,1),(62,-931032000,2),(62,-900882000,1),(62,-890337600,2),(62,-833749200,1),(62,-827265600,2),(62,-752274000,1),(62,-733780800,2),(62,-197326800,1),(62,-190843200,2),(62,-184194000,1),(62,-164491200,2),(62,-152658000,1),(62,-132955200,2),(62,-121122000,1),(62,-101419200,2),(62,-86821200,1),(62,-71092800,2),(62,-54766800,1),(62,-39038400,2),(62,-23317200,1),(62,-7588800,4),(62,128142000,3),(62,136605600,4),(62,596948400,3),(62,605066400,4),(62,624423600,3),(62,636516000,4),(62,656478000,3),(62,667965600,1),(62,687931200,3),(62,699415200,4),(62,719377200,3),(62,731469600,4),(62,938919600,2),(62,952052400,4),(62,1086058800,1),(62,1087704000,4),(62,1198983600,3),(62,1205632800,4),(63,-1567453392,1),(63,-1233432000,2),(63,-1222981200,1),(63,-1205956800,2),(63,-1194037200,1),(63,-1172865600,2),(63,-1162501200,1),(63,-1141329600,2),(63,-1130965200,1),(63,-1109793600,2),(63,-1099429200,1),(63,-1078257600,2),(63,-1067806800,1),(63,-1046635200,2),(63,-1036270800,1),(63,-1015099200,2),(63,-1004734800,1),(63,-983563200,2),(63,-973198800,1),(63,-952027200,2),(63,-941576400,1),(63,-931032000,2),(63,-900882000,1),(63,-890337600,2),(63,-833749200,1),(63,-827265600,2),(63,-752274000,1),(63,-733780800,2),(63,-197326800,1),(63,-190843200,2),(63,-184194000,1),(63,-164491200,2),(63,-152658000,1),(63,-132955200,2),(63,-121122000,1),(63,-101419200,2),(63,-86821200,1),(63,-71092800,2),(63,-54766800,1),(63,-39038400,2),(63,-23317200,1),(63,-7588800,4),(63,128142000,3),(63,136605600,4),(63,596948400,3),(63,605066400,4),(63,624423600,3),(63,636516000,4),(63,656478000,3),(63,667965600,1),(63,687931200,3),(63,699415200,4),(63,719377200,3),(63,731469600,4),(63,938919600,2),(63,952052400,4),(63,1198983600,3),(63,1205632800,4),(63,1224385200,3),(63,1237082400,4),(64,-1567453392,1),(64,-1233432000,2),(64,-1222981200,1),(64,-1205956800,2),(64,-1194037200,1),(64,-1172865600,2),(64,-1162501200,1),(64,-1141329600,2),(64,-1130965200,1),(64,-1109793600,2),(64,-1099429200,1),(64,-1078257600,2),(64,-1067806800,1),(64,-1046635200,2),(64,-1036270800,1),(64,-1015099200,2),(64,-1004734800,1),(64,-983563200,2),(64,-973198800,1),(64,-952027200,2),(64,-941576400,1),(64,-931032000,2),(64,-900882000,1),(64,-890337600,2),(64,-833749200,1),(64,-827265600,2),(64,-752274000,1),(64,-733780800,2),(64,-197326800,1),(64,-190843200,2),(64,-184194000,1),(64,-164491200,2),(64,-152658000,1),(64,-132955200,2),(64,-121122000,1),(64,-101419200,2),(64,-86821200,1),(64,-71092800,2),(64,-54766800,1),(64,-39038400,2),(64,-23317200,1),(64,-7588800,4),(64,128142000,3),(64,136605600,4),(64,596948400,3),(64,605066400,4),(64,624423600,3),(64,636516000,1),(64,657086400,2),(64,669178800,1),(64,686721600,3),(64,699415200,4),(64,719377200,3),(64,731469600,4),(64,938919600,2),(64,952052400,4),(64,1198983600,3),(64,1205632800,4),(65,-1567453392,1),(65,-1233432000,2),(65,-1222981200,1),(65,-1205956800,2),(65,-1194037200,1),(65,-1172865600,2),(65,-1162501200,1),(65,-1141329600,2),(65,-1130965200,1),(65,-1109793600,2),(65,-1099429200,1),(65,-1078257600,2),(65,-1067806800,1),(65,-1046635200,2),(65,-1036270800,1),(65,-1015099200,2),(65,-1004734800,1),(65,-983563200,2),(65,-973198800,1),(65,-952027200,2),(65,-941576400,1),(65,-931032000,2),(65,-900882000,1),(65,-890337600,2),(65,-833749200,1),(65,-827265600,2),(65,-752274000,1),(65,-733780800,2),(65,-197326800,1),(65,-190843200,2),(65,-184194000,1),(65,-164491200,2),(65,-152658000,1),(65,-132955200,2),(65,-121122000,1),(65,-101419200,2),(65,-86821200,1),(65,-71092800,2),(65,-54766800,1),(65,-39038400,2),(65,-23317200,1),(65,-7588800,4),(65,128142000,3),(65,136605600,4),(65,596948400,3),(65,605066400,4),(65,624423600,3),(65,636516000,4),(65,656478000,3),(65,667792800,1),(65,673588800,4),(65,687927600,3),(65,699415200,4),(65,719377200,3),(65,731469600,4),(65,938919600,2),(65,952052400,4),(65,1086058800,1),(65,1087704000,4),(65,1198983600,3),(65,1205632800,4),(66,-1567453392,1),(66,-1233432000,2),(66,-1222981200,1),(66,-1205956800,2),(66,-1194037200,1),(66,-1172865600,2),(66,-1162501200,1),(66,-1141329600,2),(66,-1130965200,1),(66,-1109793600,2),(66,-1099429200,1),(66,-1078257600,2),(66,-1067806800,1),(66,-1046635200,2),(66,-1036270800,1),(66,-1015099200,2),(66,-1004734800,1),(66,-983563200,2),(66,-973198800,1),(66,-952027200,2),(66,-941576400,1),(66,-931032000,2),(66,-900882000,1),(66,-890337600,2),(66,-833749200,1),(66,-827265600,2),(66,-752274000,1),(66,-733780800,2),(66,-197326800,1),(66,-190843200,2),(66,-184194000,1),(66,-164491200,2),(66,-152658000,1),(66,-132955200,2),(66,-121122000,1),(66,-101419200,2),(66,-86821200,1),(66,-71092800,2),(66,-54766800,1),(66,-39038400,2),(66,-23317200,1),(66,-7588800,4),(66,128142000,3),(66,136605600,4),(66,596948400,3),(66,605066400,4),(66,624423600,3),(66,636516000,1),(66,655963200,2),(66,667796400,1),(66,687499200,2),(66,699418800,1),(66,719380800,3),(66,731469600,4),(66,938919600,2),(66,952052400,4),(66,1085281200,1),(66,1096171200,4),(66,1198983600,3),(66,1205632800,4),(67,-1567453392,1),(67,-1233432000,2),(67,-1222981200,1),(67,-1205956800,2),(67,-1194037200,1),(67,-1172865600,2),(67,-1162501200,1),(67,-1141329600,2),(67,-1130965200,1),(67,-1109793600,2),(67,-1099429200,1),(67,-1078257600,2),(67,-1067806800,1),(67,-1046635200,2),(67,-1036270800,1),(67,-1015099200,2),(67,-1004734800,1),(67,-983563200,2),(67,-973198800,1),(67,-952027200,2),(67,-941576400,1),(67,-931032000,2),(67,-900882000,1),(67,-890337600,2),(67,-833749200,1),(67,-827265600,2),(67,-752274000,1),(67,-733780800,2),(67,-197326800,1),(67,-190843200,2),(67,-184194000,1),(67,-164491200,2),(67,-152658000,1),(67,-132955200,2),(67,-121122000,1),(67,-101419200,2),(67,-86821200,1),(67,-71092800,2),(67,-54766800,1),(67,-39038400,2),(67,-23317200,1),(67,-7588800,4),(67,128142000,3),(67,136605600,4),(67,596948400,3),(67,605066400,4),(67,624423600,3),(67,636516000,4),(67,656478000,3),(67,667965600,4),(67,687927600,3),(67,699415200,4),(67,719377200,3),(67,731469600,4),(67,938919600,2),(67,952052400,4),(67,1086058800,1),(67,1087704000,4),(67,1198983600,3),(67,1205632800,4),(68,-1567453392,1),(68,-1233432000,2),(68,-1222981200,1),(68,-1205956800,2),(68,-1194037200,1),(68,-1172865600,2),(68,-1162501200,1),(68,-1141329600,2),(68,-1130965200,1),(68,-1109793600,2),(68,-1099429200,1),(68,-1078257600,2),(68,-1067806800,1),(68,-1046635200,2),(68,-1036270800,1),(68,-1015099200,2),(68,-1004734800,1),(68,-983563200,2),(68,-973198800,1),(68,-952027200,2),(68,-941576400,1),(68,-931032000,2),(68,-900882000,1),(68,-890337600,2),(68,-833749200,1),(68,-827265600,2),(68,-752274000,1),(68,-733780800,2),(68,-197326800,1),(68,-190843200,2),(68,-184194000,1),(68,-164491200,2),(68,-152658000,1),(68,-132955200,2),(68,-121122000,1),(68,-101419200,2),(68,-86821200,1),(68,-71092800,2),(68,-54766800,1),(68,-39038400,2),(68,-23317200,1),(68,-7588800,4),(68,128142000,3),(68,136605600,4),(68,596948400,3),(68,605066400,4),(68,624423600,3),(68,636516000,4),(68,656478000,3),(68,667965600,1),(68,687931200,3),(68,699415200,4),(68,719377200,3),(68,731469600,4),(68,938919600,2),(68,952052400,4),(68,1198983600,3),(68,1205632800,4),(69,-1567453392,1),(69,-1233432000,2),(69,-1222981200,1),(69,-1205956800,2),(69,-1194037200,1),(69,-1172865600,2),(69,-1162501200,1),(69,-1141329600,2),(69,-1130965200,1),(69,-1109793600,2),(69,-1099429200,1),(69,-1078257600,2),(69,-1067806800,1),(69,-1046635200,2),(69,-1036270800,1),(69,-1015099200,2),(69,-1004734800,1),(69,-983563200,2),(69,-973198800,1),(69,-952027200,2),(69,-941576400,1),(69,-931032000,2),(69,-900882000,1),(69,-890337600,2),(69,-833749200,1),(69,-827265600,2),(69,-752274000,1),(69,-733780800,2),(69,-197326800,1),(69,-190843200,2),(69,-184194000,1),(69,-164491200,2),(69,-152658000,1),(69,-132955200,2),(69,-121122000,1),(69,-101419200,2),(69,-86821200,1),(69,-71092800,2),(69,-54766800,1),(69,-39038400,2),(69,-23317200,1),(69,-7588800,4),(69,128142000,3),(69,136605600,4),(69,596948400,3),(69,605066400,4),(69,624423600,3),(69,636516000,4),(69,656478000,3),(69,667792800,1),(69,673588800,4),(69,687927600,3),(69,699415200,4),(69,719377200,3),(69,731469600,4),(69,938919600,2),(69,952052400,4),(69,1085972400,1),(69,1090728000,4),(69,1198983600,3),(69,1205632800,4),(70,-1567453392,1),(70,-1233432000,2),(70,-1222981200,1),(70,-1205956800,2),(70,-1194037200,1),(70,-1172865600,2),(70,-1162501200,1),(70,-1141329600,2),(70,-1130965200,1),(70,-1109793600,2),(70,-1099429200,1),(70,-1078257600,2),(70,-1067806800,1),(70,-1046635200,2),(70,-1036270800,1),(70,-1015099200,2),(70,-1004734800,1),(70,-983563200,2),(70,-973198800,1),(70,-952027200,2),(70,-941576400,1),(70,-931032000,2),(70,-900882000,1),(70,-890337600,2),(70,-833749200,1),(70,-827265600,2),(70,-752274000,1),(70,-733780800,2),(70,-197326800,1),(70,-190843200,2),(70,-184194000,1),(70,-164491200,2),(70,-152658000,1),(70,-132955200,2),(70,-121122000,1),(70,-101419200,2),(70,-86821200,1),(70,-71092800,2),(70,-54766800,1),(70,-39038400,2),(70,-23317200,1),(70,-7588800,4),(70,128142000,3),(70,136605600,4),(70,596948400,3),(70,605066400,4),(70,624423600,3),(70,637380000,1),(70,655963200,2),(70,667796400,1),(70,675748800,4),(70,938919600,2),(70,952052400,4),(70,1085972400,1),(70,1090728000,4),(70,1198983600,3),(70,1200880800,2),(70,1205031600,1),(70,1223784000,2),(70,1236481200,1),(70,1255233600,4),(71,-1567453392,1),(71,-1233432000,2),(71,-1222981200,1),(71,-1205956800,2),(71,-1194037200,1),(71,-1172865600,2),(71,-1162501200,1),(71,-1141329600,2),(71,-1130965200,1),(71,-1109793600,2),(71,-1099429200,1),(71,-1078257600,2),(71,-1067806800,1),(71,-1046635200,2),(71,-1036270800,1),(71,-1015099200,2),(71,-1004734800,1),(71,-983563200,2),(71,-973198800,1),(71,-952027200,2),(71,-941576400,1),(71,-931032000,2),(71,-900882000,1),(71,-890337600,2),(71,-833749200,1),(71,-827265600,2),(71,-752274000,1),(71,-733780800,2),(71,-197326800,1),(71,-190843200,2),(71,-184194000,1),(71,-164491200,2),(71,-152658000,1),(71,-132955200,2),(71,-121122000,1),(71,-101419200,2),(71,-86821200,1),(71,-71092800,2),(71,-54766800,1),(71,-39038400,2),(71,-23317200,1),(71,-7588800,4),(71,128142000,3),(71,136605600,4),(71,596948400,3),(71,605066400,4),(71,624423600,3),(71,636516000,4),(71,656478000,3),(71,667965600,1),(71,687931200,3),(71,699415200,4),(71,719377200,3),(71,731469600,4),(71,938919600,2),(71,952052400,4),(71,1086058800,1),(71,1087099200,4),(71,1198983600,3),(71,1205632800,4),(71,1224385200,3),(71,1237082400,4),(72,-1567453392,1),(72,-1233432000,2),(72,-1222981200,1),(72,-1205956800,2),(72,-1194037200,1),(72,-1172865600,2),(72,-1162501200,1),(72,-1141329600,2),(72,-1130965200,1),(72,-1109793600,2),(72,-1099429200,1),(72,-1078257600,2),(72,-1067806800,1),(72,-1046635200,2),(72,-1036270800,1),(72,-1015099200,2),(72,-1004734800,1),(72,-983563200,2),(72,-973198800,1),(72,-952027200,2),(72,-941576400,1),(72,-931032000,2),(72,-900882000,1),(72,-890337600,2),(72,-833749200,1),(72,-827265600,2),(72,-752274000,1),(72,-733780800,2),(72,-197326800,1),(72,-190843200,2),(72,-184194000,1),(72,-164491200,2),(72,-152658000,1),(72,-132955200,2),(72,-121122000,1),(72,-101419200,2),(72,-86821200,1),(72,-71092800,2),(72,-54766800,1),(72,-39038400,2),(72,-23317200,1),(72,-7588800,4),(72,128142000,3),(72,136605600,4),(72,596948400,3),(72,605066400,4),(72,624423600,3),(72,636516000,4),(72,656478000,3),(72,667965600,4),(72,687927600,3),(72,699415200,4),(72,719377200,3),(72,731469600,4),(72,938919600,2),(72,952052400,4),(72,1085886000,1),(72,1087704000,4),(72,1198983600,3),(72,1205632800,4),(73,-873057600,2),(73,-769395600,1),(73,-765399600,0),(74,-1206389360,1),(74,86760000,2),(74,134017200,1),(74,181368000,3),(74,194497200,1),(74,212990400,3),(74,226033200,1),(74,244526400,3),(74,257569200,1),(74,276062400,3),(74,291783600,1),(74,307598400,3),(74,323406000,1),(74,339220800,3),(74,354942000,1),(74,370756800,3),(74,386478000,1),(74,402292800,3),(74,418014000,1),(74,433828800,3),(74,449636400,1),(74,465451200,3),(74,481172400,1),(74,496987200,3),(74,512708400,1),(74,528523200,3),(74,544244400,1),(74,560059200,3),(74,575866800,1),(74,591681600,3),(74,607402800,1),(74,625032000,3),(74,638938800,1),(74,654753600,3),(74,670474800,1),(74,686721600,3),(74,699418800,1),(74,718257600,3),(74,733546800,1),(74,749448000,3),(74,762318000,1),(74,780984000,3),(74,793767600,1),(74,812520000,3),(74,825649200,1),(74,844574400,3),(74,856666800,1),(74,876024000,3),(74,888721200,1),(74,907473600,3),(74,920775600,1),(74,938923200,3),(74,952225200,1),(74,970372800,3),(74,983674800,1),(74,1002427200,3),(74,1018148400,1),(74,1030852800,3),(74,1049598000,1),(74,1062907200,3),(74,1081047600,1),(74,1097985600,3),(74,1110682800,1),(74,1129435200,3),(74,1142132400,1),(74,1160884800,3),(74,1173582000,1),(74,1192939200,3),(74,1205031600,1),(74,1224388800,3),(74,1236481200,1),(74,1255838400,3),(74,1270954800,1),(74,1286078400,3),(74,1302404400,1),(74,1317528000,3),(74,1333854000,1),(74,1349582400,3),(74,1364094000,1),(74,1381032000,3),(74,1395543600,1),(74,1412481600,3),(74,1426993200,1),(74,1443931200,3),(74,1459047600,1),(74,1475380800,3),(74,1490497200,1),(74,1506830400,3),(74,1521946800,1),(74,1538884800,3),(74,1553396400,1),(74,1570334400,3),(74,1584846000,1),(74,1601784000,3),(74,1616900400,1),(74,1633233600,3),(74,1648350000,1),(74,1664683200,3),(74,1679799600,1),(74,1696132800,3),(74,1711249200,1),(74,1728187200,3),(74,1742698800,1),(74,1759636800,3),(74,1774148400,1),(74,1791086400,3),(74,1806202800,1),(74,1822536000,3),(74,1837652400,1),(74,1853985600,3),(74,1869102000,1),(74,1886040000,3),(74,1900551600,1),(74,1917489600,3),(74,1932001200,1),(74,1948939200,3),(74,1964055600,1),(74,1980388800,3),(74,1995505200,1),(74,2011838400,3),(74,2026954800,1),(74,2043288000,3),(74,2058404400,1),(74,2075342400,3),(74,2089854000,1),(74,2106792000,3),(74,2121303600,1),(74,2138241600,3),(75,-1946918424,1),(76,-880196400,1),(76,-769395600,2),(76,-765374400,0),(76,-86878800,3),(76,-21466800,4),(76,-5745600,3),(76,9982800,4),(76,25704000,3),(76,41432400,4),(76,57758400,3),(76,73486800,4),(76,89208000,3),(76,104936400,4),(76,120657600,3),(76,126709200,4),(76,152107200,3),(76,162392400,4),(76,183556800,3),(76,199285200,4),(76,215611200,3),(76,230734800,4),(76,247060800,3),(76,262789200,4),(76,278510400,3),(76,294238800,4),(76,309960000,3),(76,325688400,4),(76,341409600,3),(76,357138000,4),(76,372859200,3),(76,388587600,4),(76,404913600,3),(76,420037200,4),(76,436363200,5),(76,439034400,7),(76,452088000,6),(76,467809200,7),(76,483537600,6),(76,499258800,7),(76,514987200,6),(76,530708400,7),(76,544622400,6),(76,562158000,7),(76,576072000,6),(76,594212400,7),(76,607521600,6),(76,625662000,7),(76,638971200,6),(76,657111600,7),(76,671025600,6),(76,688561200,7),(76,702475200,6),(76,720010800,7),(76,733924800,6),(76,752065200,7),(76,765374400,6),(76,783514800,7),(76,796824000,6),(76,814964400,7),(76,828878400,6),(76,846414000,7),(76,860328000,6),(76,877863600,7),(76,891777600,6),(76,909313200,7),(76,923227200,6),(76,941367600,7),(76,954676800,6),(76,972817200,7),(76,986126400,6),(76,1004266800,7),(76,1018180800,6),(76,1035716400,7),(76,1049630400,6),(76,1067166000,7),(76,1081080000,6),(76,1099220400,7),(76,1112529600,6),(76,1130670000,7),(76,1143979200,6),(76,1162119600,7),(76,1173614400,6),(76,1194174000,7),(76,1205064000,6),(76,1225623600,7),(76,1236513600,6),(76,1257073200,7),(76,1268568000,6),(76,1289127600,7),(76,1300017600,6),(76,1320577200,7),(76,1331467200,6),(76,1352026800,7),(76,1362916800,6),(76,1383476400,7),(76,1394366400,6),(76,1414926000,7),(76,1425816000,6),(76,1446375600,7),(76,1457870400,6),(76,1478430000,7),(76,1489320000,6),(76,1509879600,7),(76,1520769600,6),(76,1541329200,7),(76,1552219200,6),(76,1572778800,7),(76,1583668800,6),(76,1604228400,7),(76,1615723200,6),(76,1636282800,7),(76,1647172800,6),(76,1667732400,7),(76,1678622400,6),(76,1699182000,7),(76,1710072000,6),(76,1730631600,7),(76,1741521600,6),(76,1762081200,7),(76,1772971200,6),(76,1793530800,7),(76,1805025600,6),(76,1825585200,7),(76,1836475200,6),(76,1857034800,7),(76,1867924800,6),(76,1888484400,7),(76,1899374400,6),(76,1919934000,7),(76,1930824000,6),(76,1951383600,7),(76,1962878400,6),(76,1983438000,7),(76,1994328000,6),(76,2014887600,7),(76,2025777600,6),(76,2046337200,7),(76,2057227200,6),(76,2077786800,7),(76,2088676800,6),(76,2109236400,7),(76,2120126400,6),(76,2140686000,7),(77,-1767216356,2),(77,-1206957600,1),(77,-1191362400,2),(77,-1175374800,1),(77,-1159826400,2),(77,-633819600,1),(77,-622069200,2),(77,-602283600,1),(77,-591832800,2),(77,-570747600,1),(77,-560210400,2),(77,-539125200,1),(77,-531352800,2),(77,-191365200,1),(77,-184197600,2),(77,-155163600,1),(77,-150069600,2),(77,-128898000,1),(77,-121125600,2),(77,-99954000,1),(77,-89589600,2),(77,-68418000,1),(77,-57967200,2),(77,499748400,1),(77,511236000,2),(77,530593200,1),(77,540266400,2),(77,562129200,1),(77,571197600,2),(77,592974000,1),(77,602042400,2),(77,624423600,1),(77,634701600,2),(77,656478000,1),(77,666756000,2),(77,687927600,1),(77,697600800,2),(77,719982000,1),(77,728445600,2),(77,750826800,1),(77,761709600,2),(77,782276400,1),(77,793159200,2),(77,813726000,1),(77,824004000,2),(77,844570800,1),(77,856058400,2),(77,876106800,1),(77,888717600,2),(77,908074800,1),(77,919562400,2),(77,938919600,1),(77,951616800,2),(77,970974000,1),(77,982461600,2),(77,1003028400,1),(77,1013911200,2),(77,1036292400,1),(77,1045360800,2),(77,1318734000,1),(77,1330221600,2),(78,-1514739600,1),(78,-1343066400,2),(78,-1234807200,1),(78,-1220292000,2),(78,-1207159200,1),(78,-1191344400,2),(78,-873828000,1),(78,-661539600,3),(78,28800,1),(78,828867600,4),(78,846403200,1),(78,860317200,4),(78,877852800,1),(78,891766800,4),(78,909302400,1),(78,923216400,4),(78,941356800,1),(78,954666000,4),(78,972806400,1),(78,989139600,4),(78,1001836800,1),(78,1018170000,4),(78,1035705600,1),(78,1049619600,4),(78,1067155200,1),(78,1081069200,4),(78,1099209600,1),(78,1112518800,4),(78,1130659200,1),(78,1143968400,4),(78,1162108800,1),(78,1175418000,4),(78,1193558400,1),(78,1207472400,4),(78,1225008000,1),(78,1238922000,4),(78,1256457600,1),(78,1270371600,5),(78,1288508400,2),(78,1301817600,5),(78,1319958000,2),(78,1333267200,5),(78,1351407600,2),(78,1365321600,5),(78,1382857200,2),(78,1396771200,5),(78,1414306800,2),(78,1428220800,5),(78,1445756400,2),(78,1459670400,5),(78,1477810800,2),(78,1491120000,5),(78,1509260400,2),(78,1522569600,5),(78,1540710000,2),(78,1554624000,5),(78,1572159600,2),(78,1586073600,5),(78,1603609200,2),(78,1617523200,5),(78,1635663600,2),(78,1648972800,5),(78,1667113200,2),(78,1680422400,5),(78,1698562800,2),(78,1712476800,5),(78,1730012400,2),(78,1743926400,5),(78,1761462000,2),(78,1775376000,5),(78,1792911600,2),(78,1806825600,5),(78,1824966000,2),(78,1838275200,5),(78,1856415600,2),(78,1869724800,5),(78,1887865200,2),(78,1901779200,5),(78,1919314800,2),(78,1933228800,5),(78,1950764400,2),(78,1964678400,5),(78,1982818800,2),(78,1996128000,5),(78,2014268400,2),(78,2027577600,5),(78,2045718000,2),(78,2059027200,5),(78,2077167600,2),(78,2091081600,5),(78,2108617200,2),(78,2122531200,5),(78,2140066800,2),(79,-1841256091,3),(79,-874263600,1),(79,-862682400,2),(79,-841604400,1),(79,-830714400,2),(79,-820526400,3),(79,-811882800,4),(79,-798660000,2),(79,-788904000,3),(79,234943200,5),(79,244616400,3),(79,261554400,5),(79,276066000,3),(79,293004000,5),(79,307515600,3),(79,325058400,5),(79,338706000,3),(80,-1767213964,2),(80,-1206957600,1),(80,-1191362400,2),(80,-1175374800,1),(80,-1159826400,2),(80,-633819600,1),(80,-622069200,2),(80,-602283600,1),(80,-591832800,2),(80,-570747600,1),(80,-560210400,2),(80,-539125200,1),(80,-531352800,2),(80,-191365200,1),(80,-184197600,2),(80,-155163600,1),(80,-150069600,2),(80,-128898000,1),(80,-121125600,2),(80,-99954000,1),(80,-89589600,2),(80,-68418000,1),(80,-57967200,2),(80,499748400,1),(80,511236000,2),(80,530593200,1),(80,540266400,2),(80,562129200,1),(80,571197600,2),(81,-1822500432,2),(81,-1616954400,1),(81,-1606069800,2),(81,-1585504800,1),(81,-1574015400,2),(81,-1554055200,1),(81,-1542565800,2),(81,-1522605600,1),(81,-1511116200,2),(81,-1490551200,1),(81,-1479666600,2),(81,-1459101600,1),(81,-1448217000,2),(81,-1427652000,1),(81,-1416162600,2),(81,-1396202400,1),(81,-1384713000,2),(81,-1364752800,1),(81,-1353263400,2),(81,-1333303200,1),(81,-1321813800,2),(81,-1301248800,1),(81,-1290364200,2),(81,-1269799200,1),(81,-1258914600,2),(81,-1238349600,1),(81,-1226860200,2),(81,-1206900000,1),(81,-1195410600,2),(81,-1175450400,1),(81,-1163961000,2),(81,-1143396000,1),(81,-1132511400,2),(81,-1111946400,1),(81,-1101061800,2),(81,-1080496800,1),(81,-1069612200,2),(81,-1049047200,1),(81,-1037557800,2),(81,-1017597600,1),(81,-1006108200,2),(81,-986148000,1),(81,-974658600,2),(81,-954093600,1),(81,-943209000,2),(81,-922644000,1),(81,-911759400,2),(81,-891194400,1),(81,-879705000,2),(81,-868212000,3),(81,-769395600,4),(81,-758746800,2),(81,-701892000,1),(81,-690402600,2),(81,-670442400,1),(81,-658953000,2),(81,-638992800,1),(81,-627503400,2),(81,-606938400,1),(81,-596053800,2),(81,-575488800,1),(81,-564604200,2),(81,-544039200,1),(81,-532549800,2),(81,-512589600,1),(81,-501100200,2),(81,-481140000,1),(81,-469650600,2),(81,-449690400,1),(81,-438201000,2),(81,-417636000,1),(81,-406751400,2),(81,-386186400,1),(81,-375301800,2),(81,-354736800,1),(81,-343247400,2),(81,-323287200,1),(81,-311797800,2),(81,-291837600,1),(81,-280348200,2),(81,-259783200,1),(81,-248898600,2),(81,-228333600,1),(81,-217449000,2),(81,-196884000,1),(81,-185999400,2),(81,-165434400,1),(81,-153945000,2),(81,-133984800,1),(81,-122495400,2),(81,-102535200,1),(81,-91045800,2),(81,-70480800,1),(81,-59596200,2),(81,123919200,5),(81,129618000,2),(81,409039200,5),(81,413874000,2),(82,-873057600,2),(82,-769395600,1),(82,-765399600,0),(83,-1767211040,2),(83,-1206954000,1),(83,-1191358800,2),(83,-1175371200,1),(83,-1159822800,2),(83,-633816000,1),(83,-622065600,2),(83,-602280000,1),(83,-591829200,2),(83,-570744000,1),(83,-560206800,2),(83,-539121600,1),(83,-531349200,2),(83,-191361600,1),(83,-184194000,2),(83,-155160000,1),(83,-150066000,2),(83,-128894400,1),(83,-121122000,2),(83,-99950400,1),(83,-89586000,2),(83,-68414400,1),(83,-57963600,2),(83,499752000,1),(83,511239600,2),(83,530596800,1),(83,540270000,2),(83,562132800,1),(83,571201200,2),(83,938923200,1),(83,951620400,2),(83,970977600,1),(83,971578800,2),(84,-1739041424,2),(84,704869200,1),(84,733896000,2),(85,-1633269600,0),(85,-1615129200,1),(85,-1601820000,0),(85,-1583679600,1),(85,-1471788000,4),(85,-880210800,2),(85,-769395600,3),(85,-765388800,4),(85,-84380400,5),(85,-68659200,4),(85,-52930800,5),(85,-37209600,4),(85,-21481200,5),(85,-5760000,4),(85,9968400,5),(85,25689600,4),(85,41418000,5),(85,57744000,4),(85,73472400,5),(85,89193600,4),(85,104922000,5),(85,120643200,4),(85,129114000,5),(85,152092800,4),(85,162378000,5),(85,183542400,4),(85,199270800,5),(85,215596800,4),(85,230720400,5),(85,247046400,4),(85,262774800,5),(85,278496000,4),(85,294224400,5),(85,309945600,4),(85,325674000,5),(85,341395200,4),(85,357123600,5),(85,372844800,4),(85,388573200,5),(85,404899200,4),(85,420022800,5),(85,436348800,4),(85,452077200,5),(85,467798400,4),(85,483526800,5),(85,499248000,4),(85,514976400,5),(85,530697600,4),(85,544611600,5),(85,562147200,4),(85,576061200,5),(85,594201600,4),(85,607510800,5),(85,625651200,4),(85,638960400,5),(85,657100800,4),(85,671014800,5),(85,688550400,4),(85,702464400,5),(85,720000000,4),(85,733914000,5),(85,752054400,4),(85,765363600,5),(85,783504000,4),(85,796813200,5),(85,814953600,4),(85,828867600,5),(85,846403200,4),(85,860317200,5),(85,877852800,4),(85,891766800,5),(85,909302400,4),(85,923216400,5),(85,941356800,4),(85,954666000,5),(85,972806400,4),(85,986115600,5),(85,1004256000,4),(85,1018170000,5),(85,1035705600,4),(85,1049619600,5),(85,1067155200,4),(85,1081069200,5),(85,1099209600,4),(85,1112518800,5),(85,1130659200,4),(85,1143968400,5),(85,1162108800,4),(85,1173603600,5),(85,1194163200,4),(85,1205053200,5),(85,1225612800,4),(85,1236502800,5),(85,1257062400,4),(85,1268557200,5),(85,1289116800,4),(85,1300006800,5),(85,1320566400,4),(85,1331456400,5),(85,1352016000,4),(85,1362906000,5),(85,1383465600,4),(85,1394355600,5),(85,1414915200,4),(85,1425805200,5),(85,1446364800,4),(85,1457859600,5),(85,1478419200,4),(85,1489309200,5),(85,1509868800,4),(85,1520758800,5),(85,1541318400,4),(85,1552208400,5),(85,1572768000,4),(85,1583658000,5),(85,1604217600,4),(85,1615712400,5),(85,1636272000,4),(85,1647162000,5),(85,1667721600,4),(85,1678611600,5),(85,1699171200,4),(85,1710061200,5),(85,1730620800,4),(85,1741510800,5),(85,1762070400,4),(85,1772960400,5),(85,1793520000,4),(85,1805014800,5),(85,1825574400,4),(85,1836464400,5),(85,1857024000,4),(85,1867914000,5),(85,1888473600,4),(85,1899363600,5),(85,1919923200,4),(85,1930813200,5),(85,1951372800,4),(85,1962867600,5),(85,1983427200,4),(85,1994317200,5),(85,2014876800,4),(85,2025766800,5),(85,2046326400,4),(85,2057216400,5),(85,2077776000,4),(85,2088666000,5),(85,2109225600,4),(85,2120115600,5),(85,2140675200,4),(86,-1567453392,1),(86,-1233432000,2),(86,-1222981200,1),(86,-1205956800,2),(86,-1194037200,1),(86,-1172865600,2),(86,-1162501200,1),(86,-1141329600,2),(86,-1130965200,1),(86,-1109793600,2),(86,-1099429200,1),(86,-1078257600,2),(86,-1067806800,1),(86,-1046635200,2),(86,-1036270800,1),(86,-1015099200,2),(86,-1004734800,1),(86,-983563200,2),(86,-973198800,1),(86,-952027200,2),(86,-941576400,1),(86,-931032000,2),(86,-900882000,1),(86,-890337600,2),(86,-833749200,1),(86,-827265600,2),(86,-752274000,1),(86,-733780800,2),(86,-197326800,1),(86,-190843200,2),(86,-184194000,1),(86,-164491200,2),(86,-152658000,1),(86,-132955200,2),(86,-121122000,1),(86,-101419200,2),(86,-86821200,1),(86,-71092800,2),(86,-54766800,1),(86,-39038400,2),(86,-23317200,1),(86,-7588800,4),(86,128142000,3),(86,136605600,4),(86,596948400,3),(86,605066400,4),(86,624423600,3),(86,636516000,4),(86,656478000,3),(86,667965600,4),(86,687927600,3),(86,699415200,4),(86,719377200,3),(86,731469600,4),(86,938919600,2),(86,952052400,4),(86,1198983600,3),(86,1205632800,4),(86,1224385200,3),(86,1237082400,4),(87,-1577923200,3),(87,-880210800,1),(87,-769395600,2),(87,-765388800,3),(87,-147891600,4),(87,-131562000,3),(87,325674000,5),(87,341395200,3),(87,357123600,5),(87,372844800,3),(87,388573200,5),(87,404899200,3),(87,420022800,5),(87,436348800,3),(87,452077200,5),(87,467798400,3),(87,483526800,5),(87,499248000,3),(87,514976400,5),(87,530697600,3),(87,544611600,5),(87,562147200,3),(87,576061200,5),(87,594201600,3),(87,607510800,5),(87,625651200,3),(87,638960400,5),(87,657100800,3),(87,671014800,5),(87,688550400,3),(87,702464400,5),(87,720000000,3),(87,733914000,5),(87,752054400,3),(87,765363600,5),(87,783504000,3),(87,796813200,5),(87,814953600,3),(87,828867600,5),(87,846403200,3),(87,860317200,5),(87,877852800,3),(87,891766800,5),(87,909302400,3),(87,923216400,5),(87,941356800,7),(87,954662400,6),(87,972802800,8),(87,973400400,7),(87,986115600,5),(87,1004256000,3),(87,1018170000,5),(87,1035705600,3),(87,1049619600,5),(87,1067155200,3),(87,1081069200,5),(87,1099209600,3),(87,1112518800,5),(87,1130659200,3),(87,1143968400,5),(87,1162108800,3),(87,1173603600,5),(87,1194163200,3),(87,1205053200,5),(87,1225612800,3),(87,1236502800,5),(87,1257062400,3),(87,1268557200,5),(87,1289116800,3),(87,1300006800,5),(87,1320566400,3),(87,1331456400,5),(87,1352016000,3),(87,1362906000,5),(87,1383465600,3),(87,1394355600,5),(87,1414915200,3),(87,1425805200,5),(87,1446364800,3),(87,1457859600,5),(87,1478419200,3),(87,1489309200,5),(87,1509868800,3),(87,1520758800,5),(87,1541318400,3),(87,1552208400,5),(87,1572768000,3),(87,1583658000,5),(87,1604217600,3),(87,1615712400,5),(87,1636272000,3),(87,1647162000,5),(87,1667721600,3),(87,1678611600,5),(87,1699171200,3),(87,1710061200,5),(87,1730620800,3),(87,1741510800,5),(87,1762070400,3),(87,1772960400,5),(87,1793520000,3),(87,1805014800,5),(87,1825574400,3),(87,1836464400,5),(87,1857024000,3),(87,1867914000,5),(87,1888473600,3),(87,1899363600,5),(87,1919923200,3),(87,1930813200,5),(87,1951372800,3),(87,1962867600,5),(87,1983427200,3),(87,1994317200,5),(87,2014876800,3),(87,2025766800,5),(87,2046326400,3),(87,2057216400,5),(87,2077776000,3),(87,2088666000,5),(87,2109225600,3),(87,2120115600,5),(87,2140675200,3),(88,-1767212492,2),(88,-1206954000,1),(88,-1191358800,2),(88,-1175371200,1),(88,-1159822800,2),(88,-633816000,1),(88,-622065600,2),(88,-602280000,1),(88,-591829200,2),(88,-570744000,1),(88,-560206800,2),(88,-539121600,1),(88,-531349200,2),(88,-191361600,1),(88,-184194000,2),(88,-155160000,1),(88,-150066000,2),(88,-128894400,1),(88,-121122000,2),(88,-99950400,1),(88,-89586000,2),(88,-68414400,1),(88,-57963600,2),(88,499752000,1),(88,511239600,2),(88,530596800,1),(88,540270000,2),(88,562132800,1),(88,571201200,2),(88,592977600,1),(88,602046000,2),(88,624427200,1),(88,634705200,2),(88,656481600,1),(88,666759600,2),(88,687931200,1),(88,697604400,2),(88,719985600,1),(88,728449200,2),(88,750830400,1),(88,761713200,2),(88,782280000,1),(88,793162800,2),(88,813729600,1),(88,824007600,2),(88,844574400,1),(88,856062000,2),(88,876110400,1),(88,888721200,2),(88,908078400,1),(88,919566000,2),(88,938923200,1),(88,951620400,2),(88,970977600,1),(88,982465200,2),(88,1003032000,1),(88,1013914800,2),(88,1036296000,1),(88,1045364400,2),(88,1066536000,1),(88,1076814000,2),(88,1099368000,1),(88,1108868400,2),(88,1129435200,1),(88,1140318000,2),(88,1162699200,1),(88,1172372400,2),(88,1192334400,1),(88,1203217200,2),(88,1224388800,1),(88,1234666800,2),(88,1255838400,1),(88,1266721200,2),(88,1287288000,1),(88,1298170800,2),(88,1318737600,1),(88,1330225200,2),(88,1350792000,1),(88,1361070000,2),(88,1382241600,1),(88,1392519600,2),(88,1413691200,1),(88,1424574000,2),(88,1445140800,1),(88,1456023600,2),(88,1476590400,1),(88,1487473200,2),(88,1508040000,1),(88,1518922800,2),(88,1541304000,1),(88,1550372400,2),(89,-1514743200,1),(89,377935200,3),(89,828860400,2),(89,846396000,3),(89,860310000,2),(89,877845600,3),(89,891759600,2),(89,902037600,4),(89,909298800,1),(89,923212800,4),(89,941353200,1),(89,954662400,4),(89,972802800,1),(89,989136000,4),(89,1001833200,1),(89,1018166400,4),(89,1035702000,1),(89,1049616000,4),(89,1067151600,1),(89,1081065600,4),(89,1099206000,1),(89,1112515200,4),(89,1130655600,1),(89,1143964800,4),(89,1162105200,1),(89,1175414400,4),(89,1193554800,1),(89,1207468800,4),(89,1225004400,1),(89,1238918400,4),(89,1256454000,1),(89,1270368000,4),(89,1288508400,1),(89,1301817600,4),(89,1319958000,1),(89,1333267200,4),(89,1351407600,1),(89,1365321600,4),(89,1382857200,1),(89,1396771200,4),(89,1414306800,1),(89,1422777600,3),(90,-1826739140,1),(90,-157750200,2),(90,1197183600,1),(90,1462086000,2),(91,-1567453392,1),(91,-1233432000,2),(91,-1222981200,1),(91,-1205956800,2),(91,-1194037200,1),(91,-1172865600,2),(91,-1162501200,1),(91,-1141329600,2),(91,-1130965200,1),(91,-1109793600,2),(91,-1099429200,1),(91,-1078257600,2),(91,-1067806800,1),(91,-1046635200,2),(91,-1036270800,1),(91,-1015099200,2),(91,-1004734800,1),(91,-983563200,2),(91,-973198800,1),(91,-952027200,2),(91,-941576400,1),(91,-931032000,2),(91,-900882000,1),(91,-890337600,2),(91,-833749200,1),(91,-827265600,2),(91,-752274000,1),(91,-733780800,2),(91,-197326800,1),(91,-190843200,2),(91,-184194000,1),(91,-164491200,2),(91,-152658000,1),(91,-132955200,2),(91,-121122000,1),(91,-101419200,2),(91,-86821200,1),(91,-71092800,2),(91,-54766800,1),(91,-39038400,2),(91,-23317200,1),(91,-7588800,4),(91,128142000,3),(91,136605600,4),(91,596948400,3),(91,605066400,4),(91,624423600,3),(91,636516000,4),(91,656478000,3),(91,667965600,1),(91,687931200,3),(91,699415200,4),(91,719377200,3),(91,731469600,4),(91,938919600,2),(91,952052400,4),(91,1086058800,1),(91,1087704000,4),(91,1198983600,3),(91,1205632800,4),(92,-1846269040,1),(92,-71092800,2),(93,-1946918424,1),(94,-1633276800,0),(94,-1615136400,1),(94,-1601827200,0),(94,-1583686800,1),(94,-1563724800,0),(94,-1551632400,1),(94,-1538928000,0),(94,-1520182800,1),(94,-1504454400,0),(94,-1491757200,1),(94,-1473004800,0),(94,-1459702800,1),(94,-1441555200,0),(94,-1428253200,1),(94,-1410105600,0),(94,-1396803600,1),(94,-1378656000,0),(94,-1365354000,1),(94,-1347206400,0),(94,-1333904400,1),(94,-1315152000,0),(94,-1301850000,1),(94,-1283702400,0),(94,-1270400400,1),(94,-1252252800,0),(94,-1238950800,1),(94,-1220803200,0),(94,-1207501200,1),(94,-1189353600,0),(94,-1176051600,1),(94,-1157299200,0),(94,-1144602000,1),(94,-1125849600,0),(94,-1112547600,1),(94,-1094400000,0),(94,-1081098000,1),(94,-1067788800,2),(94,-1045414800,1),(94,-1031500800,0),(94,-1018198800,1),(94,-1000051200,0),(94,-986749200,1),(94,-967996800,0),(94,-955299600,1),(94,-936547200,0),(94,-923245200,1),(94,-905097600,0),(94,-891795600,1),(94,-880214400,3),(94,-769395600,4),(94,-765392400,1),(94,-747244800,0),(94,-733942800,1),(94,-715795200,0),(94,-702493200,1),(94,-684345600,0),(94,-671043600,1),(94,-652896000,0),(94,-639594000,1),(94,-620841600,0),(94,-608144400,1),(94,-589392000,0),(94,-576090000,1),(94,-557942400,0),(94,-544640400,1),(94,-526492800,0),(94,-513190800,1),(94,-495043200,0),(94,-481741200,1),(94,-463593600,0),(94,-447267600,1),(94,-431539200,0),(94,-415818000,1),(94,-400089600,0),(94,-384368400,1),(94,-368640000,0),(94,-352918800,1),(94,-337190400,0),(94,-321469200,1),(94,-305740800,0),(94,-289414800,1),(94,-273686400,0),(94,-257965200,1),(94,-242236800,0),(94,-226515600,1),(94,-210787200,0),(94,-195066000,1),(94,-179337600,0),(94,-163616400,1),(94,-147888000,0),(94,-131562000,1),(94,-116438400,0),(94,-100112400,1),(94,-84384000,0),(94,-68662800,1),(94,-52934400,0),(94,-37213200,1),(94,-21484800,0),(94,-5763600,1),(94,9964800,0),(94,25686000,1),(94,41414400,0),(94,57740400,1),(94,73468800,0),(94,89190000,1),(94,104918400,0),(94,120639600,1),(94,126691200,0),(94,152089200,1),(94,162374400,0),(94,183538800,1),(94,199267200,0),(94,215593200,1),(94,230716800,0),(94,247042800,1),(94,262771200,0),(94,278492400,1),(94,294220800,0),(94,309942000,1),(94,325670400,0),(94,341391600,1),(94,357120000,0),(94,372841200,1),(94,388569600,0),(94,404895600,1),(94,420019200,0),(94,436345200,1),(94,452073600,0),(94,467794800,1),(94,483523200,0),(94,499244400,1),(94,514972800,0),(94,530694000,1),(94,544608000,0),(94,562143600,1),(94,576057600,0),(94,594198000,1),(94,607507200,0),(94,625647600,1),(94,638956800,0),(94,657097200,1),(94,671011200,0),(94,688546800,1),(94,702460800,0),(94,719996400,1),(94,733910400,0),(94,752050800,1),(94,765360000,0),(94,783500400,1),(94,796809600,0),(94,814950000,1),(94,828864000,0),(94,846399600,1),(94,860313600,0),(94,877849200,1),(94,891763200,0),(94,909298800,1),(94,923212800,0),(94,941353200,1),(94,954662400,0),(94,972802800,1),(94,986112000,0),(94,1004252400,1),(94,1018166400,0),(94,1035702000,1),(94,1049616000,0),(94,1067151600,1),(94,1081065600,0),(94,1099206000,1),(94,1112515200,0),(94,1130655600,1),(94,1143964800,0),(94,1162105200,1),(94,1173600000,0),(94,1194159600,1),(94,1205049600,0),(94,1225609200,1),(94,1236499200,0),(94,1257058800,1),(94,1268553600,0),(94,1289113200,1),(94,1300003200,0),(94,1320562800,1),(94,1331452800,0),(94,1352012400,1),(94,1362902400,0),(94,1383462000,1),(94,1394352000,0),(94,1414911600,1),(94,1425801600,0),(94,1446361200,1),(94,1457856000,0),(94,1478415600,1),(94,1489305600,0),(94,1509865200,1),(94,1520755200,0),(94,1541314800,1),(94,1552204800,0),(94,1572764400,1),(94,1583654400,0),(94,1604214000,1),(94,1615708800,0),(94,1636268400,1),(94,1647158400,0),(94,1667718000,1),(94,1678608000,0),(94,1699167600,1),(94,1710057600,0),(94,1730617200,1),(94,1741507200,0),(94,1762066800,1),(94,1772956800,0),(94,1793516400,1),(94,1805011200,0),(94,1825570800,1),(94,1836460800,0),(94,1857020400,1),(94,1867910400,0),(94,1888470000,1),(94,1899360000,0),(94,1919919600,1),(94,1930809600,0),(94,1951369200,1),(94,1962864000,0),(94,1983423600,1),(94,1994313600,0),(94,2014873200,1),(94,2025763200,0),(94,2046322800,1),(94,2057212800,0),(94,2077772400,1),(94,2088662400,0),(94,2109222000,1),(94,2120112000,0),(94,2140671600,1),(95,-1514739600,1),(95,-1343066400,2),(95,-1234807200,1),(95,-1220292000,2),(95,-1207159200,1),(95,-1191344400,2),(95,828864000,3),(95,846399600,2),(95,860313600,3),(95,877849200,2),(95,891766800,4),(95,909302400,1),(95,923216400,4),(95,941356800,1),(95,954666000,4),(95,972806400,1),(95,989139600,4),(95,1001836800,1),(95,1018170000,4),(95,1035705600,1),(95,1049619600,4),(95,1067155200,1),(95,1081069200,4),(95,1099209600,1),(95,1112518800,4),(95,1130659200,1),(95,1143968400,4),(95,1162108800,1),(95,1175418000,4),(95,1193558400,1),(95,1207472400,4),(95,1225008000,1),(95,1238922000,4),(95,1256457600,1),(95,1270371600,4),(95,1288512000,1),(95,1301821200,4),(95,1319961600,1),(95,1333270800,4),(95,1351411200,1),(95,1365325200,4),(95,1382860800,1),(95,1396774800,4),(95,1414310400,1),(95,1428224400,4),(95,1445760000,1),(95,1459674000,4),(95,1477814400,1),(95,1491123600,4),(95,1509264000,1),(95,1522573200,4),(95,1540713600,1),(95,1554627600,4),(95,1572163200,1),(95,1586077200,4),(95,1603612800,1),(95,1617526800,4),(95,1635667200,1),(95,1648976400,4),(95,1667116800,1),(95,1680426000,4),(95,1698566400,1),(95,1712480400,4),(95,1730016000,1),(95,1743930000,4),(95,1761465600,1),(95,1775379600,4),(95,1792915200,1),(95,1806829200,4),(95,1824969600,1),(95,1838278800,4),(95,1856419200,1),(95,1869728400,4),(95,1887868800,1),(95,1901782800,4),(95,1919318400,1),(95,1933232400,4),(95,1950768000,1),(95,1964682000,4),(95,1982822400,1),(95,1996131600,4),(95,2014272000,1),(95,2027581200,4),(95,2045721600,1),(95,2059030800,4),(95,2077171200,1),(95,2091085200,4),(95,2108620800,1),(95,2122534800,4),(95,2140070400,1),(96,-1946918424,1),(97,-1567453392,1),(97,-1233432000,2),(97,-1222981200,1),(97,-1205956800,2),(97,-1194037200,1),(97,-1172865600,2),(97,-1162501200,1),(97,-1141329600,2),(97,-1130965200,1),(97,-1109793600,2),(97,-1099429200,1),(97,-1078257600,2),(97,-1067806800,1),(97,-1046635200,2),(97,-1036270800,1),(97,-1015099200,2),(97,-1004734800,1),(97,-983563200,2),(97,-973198800,1),(97,-952027200,2),(97,-941576400,1),(97,-931032000,2),(97,-900882000,1),(97,-890337600,2),(97,-833749200,1),(97,-827265600,2),(97,-752274000,1),(97,-733780800,2),(97,-197326800,1),(97,-190843200,2),(97,-184194000,1),(97,-164491200,2),(97,-152658000,1),(97,-132955200,2),(97,-121122000,1),(97,-101419200,2),(97,-86821200,1),(97,-71092800,2),(97,-54766800,1),(97,-39038400,2),(97,-23317200,1),(97,-7588800,4),(97,128142000,3),(97,136605600,4),(97,596948400,3),(97,605066400,4),(97,624423600,3),(97,636516000,4),(97,656478000,3),(97,667965600,1),(97,687931200,3),(97,699415200,4),(97,719377200,3),(97,731469600,4),(97,938919600,2),(97,952052400,4),(97,1198983600,3),(97,1205632800,4),(97,1224385200,3),(97,1237082400,4),(98,-1545071027,2),(98,288770400,1),(98,297234000,2),(98,320220000,1),(98,328683600,2),(98,664264800,1),(98,678344400,2),(98,695714400,1),(98,700635600,2),(99,-1633273200,0),(99,-1615132800,1),(99,-1601823600,0),(99,-1583683200,1),(99,-880210800,2),(99,-820519140,1),(99,-812653140,2),(99,-796845540,1),(99,-84380400,0),(99,-68659200,1),(100,-1767212140,2),(100,-1206954000,1),(100,-1191358800,2),(100,-1175371200,1),(100,-1159822800,2),(100,-633816000,1),(100,-622065600,2),(100,-602280000,1),(100,-591829200,2),(100,-570744000,1),(100,-560206800,2),(100,-539121600,1),(100,-531349200,2),(100,-191361600,1),(100,-184194000,2),(100,-155160000,1),(100,-150066000,2),(100,-128894400,1),(100,-121122000,2),(100,-99950400,1),(100,-89586000,2),(100,-68414400,1),(100,-57963600,2),(100,499752000,1),(100,511239600,2),(100,530596800,1),(100,540270000,2),(100,562132800,1),(100,571201200,2),(100,592977600,1),(100,602046000,2),(100,624427200,1),(100,634705200,2),(100,656481600,1),(100,666759600,2),(100,687931200,1),(100,697604400,2),(100,719985600,1),(100,728449200,2),(100,750830400,1),(100,761713200,2),(100,782280000,1),(100,793162800,2),(100,813729600,1),(100,824007600,2),(100,844574400,1),(100,856062000,2),(100,876110400,1),(100,888721200,2),(100,908078400,1),(100,919566000,2),(100,938923200,1),(100,951620400,2),(100,970977600,1),(100,982465200,2),(100,1003032000,1),(100,1013914800,2),(100,1036296000,1),(100,1045364400,2),(100,1099368000,1),(100,1108868400,2),(100,1129435200,1),(100,1140318000,2),(100,1162699200,1),(100,1172372400,2),(100,1192334400,1),(100,1203217200,2),(100,1224388800,1),(100,1234666800,2),(100,1255838400,1),(100,1266721200,2),(100,1287288000,1),(100,1298170800,2),(100,1318737600,1),(100,1330225200,2),(100,1350792000,1),(100,1361070000,2),(100,1382241600,1),(100,1392519600,2),(100,1413691200,1),(100,1424574000,2),(100,1445140800,1),(100,1456023600,2),(100,1476590400,1),(100,1487473200,2),(100,1508040000,1),(100,1518922800,2),(100,1541304000,1),(100,1550372400,2),(101,-873057600,2),(101,-769395600,1),(101,-765399600,0),(102,-1686091520,1),(102,323845200,4),(102,338950800,2),(102,354675600,3),(102,370400400,2),(102,386125200,3),(102,401850000,2),(102,417574800,3),(102,433299600,2),(102,449024400,3),(102,465354000,2),(102,481078800,3),(102,496803600,2),(102,512528400,3),(102,528253200,2),(102,543978000,3),(102,559702800,2),(102,575427600,3),(102,591152400,2),(102,606877200,3),(102,622602000,2),(102,638326800,3),(102,654656400,2),(102,670381200,3),(102,686106000,2),(102,701830800,3),(102,717555600,2),(102,733280400,3),(102,749005200,2),(102,764730000,3),(102,780454800,2),(102,796179600,3),(102,811904400,2),(102,820465200,5),(103,-1632056400,0),(103,-1615125600,1),(103,-1596978000,0),(103,-1583164800,1),(103,-880203600,2),(103,-769395600,3),(103,-765381600,1),(103,-147884400,4),(103,-131554800,1),(103,120646800,5),(103,325677600,6),(103,341398800,5),(103,357127200,6),(103,372848400,5),(103,388576800,6),(103,404902800,5),(103,420026400,6),(103,436352400,5),(103,452080800,6),(103,467802000,5),(103,483530400,6),(103,499251600,5),(103,514980000,6),(103,530701200,5),(103,544615200,6),(103,562150800,5),(103,576064800,6),(103,594205200,5),(103,607514400,6),(103,625654800,5),(103,638964000,6),(103,657104400,5),(103,671018400,6),(103,688554000,5),(103,702468000,6),(103,720003600,5),(103,733917600,6),(103,752058000,5),(103,765367200,6),(103,783507600,5),(103,796816800,6),(103,814957200,5),(103,828871200,6),(103,846406800,5),(103,860320800,6),(103,877856400,5),(103,891770400,6),(103,909306000,5),(103,923220000,6),(103,941360400,5),(103,954669600,6),(103,972810000,5),(103,986119200,6),(103,1004259600,5),(103,1018173600,6),(103,1035709200,5),(103,1049623200,6),(103,1067158800,5),(103,1081072800,6),(103,1099213200,5),(103,1112522400,6),(103,1130662800,5),(103,1143972000,6),(103,1162112400,5),(103,1173607200,6),(103,1194166800,5),(103,1205056800,6),(103,1225616400,5),(103,1236506400,6),(103,1257066000,5),(103,1268560800,6),(103,1289120400,5),(103,1300010400,6),(103,1320570000,5),(103,1331460000,6),(103,1352019600,5),(103,1362909600,6),(103,1383469200,5),(103,1394359200,6),(103,1414918800,5),(103,1425808800,6),(103,1446368400,5),(103,1457863200,6),(103,1478422800,5),(103,1489312800,6),(103,1509872400,5),(103,1520762400,6),(103,1541322000,5),(103,1552212000,6),(103,1572771600,5),(103,1583661600,6),(103,1604214000,7),(104,-1632060000,0),(104,-1615129200,1),(104,-880207200,2),(104,-769395600,3),(104,-765385200,1),(104,-715788000,0),(104,-702486000,1),(104,-684338400,0),(104,-671036400,1),(104,-652888800,0),(104,-639586800,1),(104,-620834400,0),(104,-608137200,1),(104,-589384800,0),(104,-576082800,1),(104,-557935200,0),(104,-544633200,1),(104,-526485600,0),(104,-513183600,1),(104,-495036000,0),(104,-481734000,1),(104,-463586400,0),(104,-450284400,1),(104,-431532000,0),(104,-418230000,1),(104,-400082400,0),(104,-386780400,1),(104,-368632800,0),(104,-355330800,1),(104,-337183200,0),(104,-323881200,1),(104,-305733600,0),(104,-292431600,1),(104,-273679200,0),(104,-260982000,1),(104,-242229600,0),(104,-226508400,1),(104,-210780000,0),(104,-195058800,1),(104,-179330400,0),(104,-163609200,1),(104,-147880800,0),(104,-131554800,1),(104,-116431200,0),(104,-100105200,1),(104,-84376800,0),(104,-68655600,1),(104,-52927200,0),(104,-37206000,1),(104,-21477600,0),(104,-5756400,1),(104,9972000,0),(104,25693200,1),(104,41421600,0),(104,57747600,1),(104,73476000,0),(104,84013200,4),(105,-1633273200,0),(105,-1615132800,1),(105,-1601823600,0),(105,-1583683200,1),(105,-1570374000,0),(105,-1551628800,1),(105,-1538924400,0),(105,-1534089600,1),(105,-880210800,2),(105,-769395600,3),(105,-765388800,1),(105,-147884400,0),(105,-131558400,1),(105,-116434800,0),(105,-100108800,1),(105,-84380400,0),(105,-68659200,1),(105,-52930800,0),(105,-37209600,1),(105,-21481200,0),(105,-5760000,1),(105,9968400,0),(105,25689600,1),(105,41418000,0),(105,57744000,1),(105,73472400,0),(105,89193600,1),(105,104922000,0),(105,120643200,1),(105,126694800,0),(105,152092800,1),(105,162378000,0),(105,183542400,1),(105,199270800,0),(105,215596800,1),(105,230720400,0),(105,247046400,1),(105,262774800,0),(105,278496000,1),(105,294224400,0),(105,309945600,1),(105,325674000,0),(105,341395200,1),(105,357123600,0),(105,372844800,1),(105,388573200,0),(105,404899200,1),(105,420022800,0),(105,436348800,1),(105,452077200,0),(105,467798400,1),(105,483526800,0),(105,499248000,1),(105,514976400,0),(105,530697600,1),(105,544611600,0),(105,562147200,1),(105,576061200,0),(105,594201600,1),(105,607510800,0),(105,625651200,1),(105,638960400,0),(105,657100800,1),(105,671014800,0),(105,688550400,1),(105,702464400,0),(105,720000000,1),(105,733914000,0),(105,752054400,1),(105,765363600,0),(105,783504000,1),(105,796813200,0),(105,814953600,1),(105,828867600,0),(105,846403200,1),(105,860317200,0),(105,877852800,1),(105,891766800,0),(105,909302400,1),(105,923216400,0),(105,941356800,1),(105,954666000,0),(105,972806400,1),(105,986115600,0),(105,1004256000,1),(105,1018170000,0),(105,1035705600,1),(105,1049619600,0),(105,1067155200,1),(105,1081069200,0),(105,1099209600,1),(105,1112518800,0),(105,1130659200,1),(105,1143968400,0),(105,1162108800,1),(105,1173603600,0),(105,1194163200,1),(105,1205053200,0),(105,1225612800,1),(105,1236502800,0),(105,1257062400,1),(105,1268557200,0),(105,1289116800,1),(105,1300006800,0),(105,1320566400,1),(105,1331456400,0),(105,1352016000,1),(105,1362906000,0),(105,1383465600,1),(105,1394355600,0),(105,1414915200,1),(105,1425805200,0),(105,1446364800,1),(105,1457859600,0),(105,1478419200,1),(105,1489309200,0),(105,1509868800,1),(105,1520758800,0),(105,1541318400,1),(105,1552208400,0),(105,1572768000,1),(105,1583658000,0),(105,1604217600,1),(105,1615712400,0),(105,1636272000,1),(105,1647162000,0),(105,1667721600,1),(105,1678611600,0),(105,1699171200,1),(105,1710061200,0),(105,1730620800,1),(105,1741510800,0),(105,1762070400,1),(105,1772960400,0),(105,1793520000,1),(105,1805014800,0),(105,1825574400,1),(105,1836464400,0),(105,1857024000,1),(105,1867914000,0),(105,1888473600,1),(105,1899363600,0),(105,1919923200,1),(105,1930813200,0),(105,1951372800,1),(105,1962867600,0),(105,1983427200,1),(105,1994317200,0),(105,2014876800,1),(105,2025766800,0),(105,2046326400,1),(105,2057216400,0),(105,2077776000,1),(105,2088666000,0),(105,2109225600,1),(105,2120115600,0),(105,2140675200,1),(106,-2051202469,1),(106,-1724083200,2),(106,-880218000,3),(106,-769395600,4),(106,-765396000,2),(106,-684349200,5),(106,-671047200,2),(106,-80506740,5),(106,-68666400,2),(106,-52938000,5),(106,-37216800,2),(106,104914800,5),(106,120636000,2),(106,126687600,5),(106,152085600,2),(106,167814000,5),(106,183535200,2),(106,199263600,5),(106,215589600,2),(106,230713200,5),(106,247039200,2),(106,262767600,5),(106,278488800,2),(106,294217200,5),(106,309938400,2),(106,325666800,5),(106,341388000,2),(106,357116400,5),(106,372837600,2),(106,388566000,5),(106,404892000,2),(106,420015600,5),(106,436341600,2),(106,452070000,5),(106,467791200,2),(106,483519600,5),(106,499240800,2),(106,514969200,5),(106,530690400,2),(106,544604400,5),(106,562140000,2),(106,576054000,5),(106,594194400,2),(106,607503600,5),(106,625644000,2),(106,638953200,5),(106,657093600,2),(106,671007600,5),(106,688543200,2),(106,702457200,5),(106,719992800,2),(106,733906800,5),(106,752047200,2),(106,765356400,5),(106,783496800,2),(106,796806000,5),(106,814946400,2),(106,828860400,5),(106,846396000,2),(106,860310000,5),(106,877845600,2),(106,891759600,5),(106,909295200,2),(106,923209200,5),(106,941349600,2),(106,954658800,5),(106,972799200,2),(106,986108400,5),(106,1004248800,2),(106,1018162800,5),(106,1035698400,2),(106,1049612400,5),(106,1067148000,2),(106,1081062000,5),(106,1099202400,2),(106,1112511600,5),(106,1130652000,2),(106,1143961200,5),(106,1162101600,2),(106,1173596400,5),(106,1194156000,2),(106,1205046000,5),(106,1225605600,2),(106,1236495600,5),(106,1257055200,2),(106,1268550000,5),(106,1289109600,2),(106,1299999600,5),(106,1320559200,2),(106,1331449200,5),(106,1352008800,2),(106,1362898800,5),(106,1383458400,2),(106,1394348400,5),(106,1414908000,2),(106,1425798000,5),(106,1446357600,2),(106,1457852400,5),(106,1478412000,2),(106,1489302000,5),(106,1509861600,2),(106,1520751600,5),(106,1541311200,2),(106,1552201200,5),(106,1572760800,2),(106,1583650800,5),(106,1604210400,2),(106,1615705200,5),(106,1636264800,2),(106,1647154800,5),(106,1667714400,2),(106,1678604400,5),(106,1699164000,2),(106,1710054000,5),(106,1730613600,2),(106,1741503600,5),(106,1762063200,2),(106,1772953200,5),(106,1793512800,2),(106,1805007600,5),(106,1825567200,2),(106,1836457200,5),(106,1857016800,2),(106,1867906800,5),(106,1888466400,2),(106,1899356400,5),(106,1919916000,2),(106,1930806000,5),(106,1951365600,2),(106,1962860400,5),(106,1983420000,2),(106,1994310000,5),(106,2014869600,2),(106,2025759600,5),(106,2046319200,2),(106,2057209200,5),(106,2077768800,2),(106,2088658800,5),(106,2109218400,2),(106,2120108400,5),(106,2140668000,2),(107,-873057600,2),(107,-769395600,1),(107,-765399600,0),(108,-1998663968,2),(108,-1632063600,1),(108,-1615132800,2),(108,-1600614000,1),(108,-1596816000,2),(108,-1567954800,1),(108,-1551628800,2),(108,-1536505200,1),(108,-1523203200,2),(108,-1504450800,1),(108,-1491753600,2),(108,-1473001200,1),(108,-1459699200,2),(108,-880210800,3),(108,-769395600,4),(108,-765388800,2),(108,-715791600,1),(108,-702489600,2),(108,73472400,1),(108,89193600,2),(108,104922000,1),(108,120643200,2),(108,136371600,1),(108,152092800,2),(108,167821200,1),(108,183542400,2),(108,199270800,1),(108,215596800,2),(108,230720400,1),(108,247046400,2),(108,262774800,1),(108,278496000,2),(108,294224400,1),(108,309945600,2),(108,325674000,1),(108,341395200,2),(108,357123600,1),(108,372844800,2),(108,388573200,1),(108,404899200,2),(108,420022800,1),(108,436348800,2),(108,452077200,1),(108,467798400,2),(108,483526800,1),(108,499248000,2),(108,514976400,1),(108,530697600,2),(108,544611600,1),(108,562147200,2),(108,576061200,1),(108,594201600,2),(108,607510800,1),(108,625651200,2),(108,638960400,1),(108,657100800,2),(108,671014800,1),(108,688550400,2),(108,702464400,1),(108,720000000,2),(108,733914000,1),(108,752054400,2),(108,765363600,1),(108,783504000,2),(108,796813200,1),(108,814953600,2),(108,828867600,1),(108,846403200,2),(108,860317200,1),(108,877852800,2),(108,891766800,1),(108,909302400,2),(108,923216400,1),(108,941356800,2),(108,954666000,1),(108,972806400,2),(108,986115600,1),(108,1004256000,2),(108,1018170000,1),(108,1035705600,2),(108,1049619600,1),(108,1067155200,2),(108,1081069200,1),(108,1099209600,2),(108,1112518800,1),(108,1130659200,2),(108,1143968400,1),(108,1162108800,2),(108,1173603600,1),(108,1194163200,2),(108,1205053200,1),(108,1225612800,2),(108,1236502800,1),(108,1257062400,2),(108,1268557200,1),(108,1289116800,2),(108,1300006800,1),(108,1320566400,2),(108,1331456400,1),(108,1352016000,2),(108,1362906000,1),(108,1383465600,2),(108,1394355600,1),(108,1414915200,2),(108,1425805200,1),(108,1446364800,2),(108,1457859600,1),(108,1478419200,2),(108,1489309200,1),(108,1509868800,2),(108,1520758800,1),(108,1541318400,2),(108,1552208400,1),(108,1572768000,2),(108,1583658000,1),(108,1604217600,2),(108,1615712400,1),(108,1636272000,2),(108,1647162000,1),(108,1667721600,2),(108,1678611600,1),(108,1699171200,2),(108,1710061200,1),(108,1730620800,2),(108,1741510800,1),(108,1762070400,2),(108,1772960400,1),(108,1793520000,2),(108,1805014800,1),(108,1825574400,2),(108,1836464400,1),(108,1857024000,2),(108,1867914000,1),(108,1888473600,2),(108,1899363600,1),(108,1919923200,2),(108,1930813200,1),(108,1951372800,2),(108,1962867600,1),(108,1983427200,2),(108,1994317200,1),(108,2014876800,2),(108,2025766800,1),(108,2046326400,2),(108,2057216400,1),(108,2077776000,2),(108,2088666000,1),(108,2109225600,2),(108,2120115600,1),(108,2140675200,2),(109,-1767208832,2),(109,-1206950400,1),(109,-1191355200,2),(109,-1175367600,1),(109,-1159819200,2),(109,-633812400,1),(109,-622062000,2),(109,-602276400,1),(109,-591825600,2),(109,-570740400,1),(109,-560203200,2),(109,-539118000,1),(109,-531345600,2),(109,-191358000,1),(109,-184190400,2),(109,-155156400,1),(109,-150062400,2),(109,-128890800,1),(109,-121118400,2),(109,-99946800,1),(109,-89582400,2),(109,-68410800,1),(109,-57960000,2),(109,499755600,1),(109,511243200,2),(109,530600400,1),(109,540273600,2),(109,562136400,1),(109,571204800,2),(109,750834000,1),(109,761716800,2),(109,1214283600,3),(109,1384056000,2),(110,-1546279392,2),(110,547020000,1),(110,559717200,2),(110,578469600,1),(110,591166800,2),(111,-1514736000,1),(111,-1451667600,2),(111,-1343062800,1),(111,-1234803600,2),(111,-1222963200,3),(111,-1207242000,2),(111,-873820800,4),(111,-769395600,5),(111,-761677200,2),(111,-686073600,3),(111,-661539600,2),(111,-495039600,3),(111,-481734000,2),(111,-463590000,3),(111,-450284400,2),(111,-431535600,3),(111,-418230000,2),(111,-400086000,3),(111,-386780400,2),(111,-368636400,3),(111,-355330800,2),(111,-337186800,3),(111,-323881200,2),(111,-305737200,3),(111,-292431600,2),(111,199274400,3),(111,215600400,2),(111,230724000,3),(111,247050000,2),(111,262778400,3),(111,278499600,2),(111,294228000,3),(111,309949200,2),(111,325677600,3),(111,341398800,2),(111,357127200,3),(111,372848400,2),(111,388576800,3),(111,404902800,2),(111,420026400,3),(111,436352400,2),(111,452080800,3),(111,467802000,2),(111,483530400,3),(111,499251600,2),(111,514980000,3),(111,530701200,2),(111,544615200,3),(111,562150800,2),(111,576064800,3),(111,594205200,2),(111,607514400,3),(111,625654800,2),(111,638964000,3),(111,657104400,2),(111,671018400,3),(111,688554000,2),(111,702468000,3),(111,720003600,2),(111,733917600,3),(111,752058000,2),(111,765367200,3),(111,783507600,2),(111,796816800,3),(111,814957200,2),(111,828871200,3),(111,846406800,2),(111,860320800,3),(111,877856400,2),(111,891770400,3),(111,909306000,2),(111,923220000,3),(111,941360400,2),(111,954669600,3),(111,972810000,2),(111,986119200,3),(111,1004259600,2),(111,1018173600,3),(111,1035709200,2),(111,1049623200,3),(111,1067158800,2),(111,1081072800,3),(111,1099213200,2),(111,1112522400,3),(111,1130662800,2),(111,1143972000,3),(111,1162112400,2),(111,1175421600,3),(111,1193562000,2),(111,1207476000,3),(111,1225011600,2),(111,1238925600,3),(111,1256461200,2),(111,1268560800,3),(111,1289120400,2),(111,1300010400,3),(111,1320570000,2),(111,1331460000,3),(111,1352019600,2),(111,1362909600,3),(111,1383469200,2),(111,1394359200,3),(111,1414918800,2),(111,1425808800,3),(111,1446368400,2),(111,1457863200,3),(111,1478422800,2),(111,1489312800,3),(111,1509872400,2),(111,1520762400,3),(111,1541322000,2),(111,1552212000,3),(111,1572771600,2),(111,1583661600,3),(111,1604221200,2),(111,1615716000,3),(111,1636275600,2),(111,1647165600,3),(111,1667725200,2),(111,1678615200,3),(111,1699174800,2),(111,1710064800,3),(111,1730624400,2),(111,1741514400,3),(111,1762074000,2),(111,1772964000,3),(111,1793523600,2),(111,1805018400,3),(111,1825578000,2),(111,1836468000,3),(111,1857027600,2),(111,1867917600,3),(111,1888477200,2),(111,1899367200,3),(111,1919926800,2),(111,1930816800,3),(111,1951376400,2),(111,1962871200,3),(111,1983430800,2),(111,1994320800,3),(111,2014880400,2),(111,2025770400,3),(111,2046330000,2),(111,2057220000,3),(111,2077779600,2),(111,2088669600,3),(111,2109229200,2),(111,2120119200,3),(111,2140678800,2),(112,-1632060000,0),(112,-1615129200,1),(112,-880207200,2),(112,-769395600,3),(112,-765385200,1),(112,-715788000,0),(112,-702486000,1),(112,-684338400,0),(112,-671036400,1),(112,-652888800,0),(112,-639586800,1),(112,-620834400,0),(112,-608137200,1),(112,-589384800,0),(112,-576082800,1),(112,-557935200,0),(112,-544633200,1),(112,-526485600,0),(112,-513183600,1),(112,-495036000,0),(112,-481734000,1),(112,-463586400,0),(112,-450284400,1),(112,-431532000,0),(112,-418230000,1),(112,-400082400,0),(112,-386780400,1),(112,-368632800,0),(112,-355330800,1),(112,-337183200,0),(112,-323881200,1),(112,-305733600,0),(112,-292431600,1),(112,-273679200,0),(112,-260982000,1),(112,-242229600,0),(112,-226508400,1),(112,-210780000,0),(112,-195058800,1),(112,-179330400,0),(112,-163609200,1),(112,-147880800,0),(112,-131554800,1),(112,-116431200,0),(112,-100105200,1),(112,-84376800,0),(112,-68655600,1),(112,-52927200,0),(112,-37206000,1),(112,-21477600,0),(112,-5756400,1),(112,9972000,0),(112,25693200,1),(112,41421600,0),(112,57747600,1),(112,73476000,0),(112,89197200,1),(112,104925600,0),(112,120646800,1),(112,136375200,0),(112,152096400,1),(112,167824800,0),(112,183546000,1),(112,199274400,0),(112,215600400,1),(112,230724000,0),(112,247050000,1),(112,262778400,0),(112,278499600,1),(112,294228000,0),(112,309949200,1),(112,325677600,0),(112,341398800,1),(112,357127200,0),(112,372848400,1),(112,388576800,0),(112,404902800,1),(112,420026400,0),(112,436352400,1),(112,452080800,0),(112,467802000,1),(112,483530400,0),(112,499251600,1),(112,514980000,0),(112,530701200,1),(112,544615200,0),(112,562150800,1),(112,576064800,0),(112,594205200,1),(112,607514400,0),(112,625654800,1),(112,638964000,0),(112,657104400,1),(112,671018400,0),(112,688554000,1),(112,702468000,0),(112,720003600,1),(112,733917600,0),(112,752058000,1),(112,765367200,0),(112,783507600,1),(112,796816800,0),(112,814957200,1),(112,828871200,0),(112,846406800,1),(112,860320800,0),(112,877856400,1),(112,891770400,0),(112,909306000,1),(112,923220000,0),(112,941360400,1),(112,954669600,0),(112,972810000,1),(112,986119200,0),(112,1004259600,1),(112,1018173600,0),(112,1035709200,1),(112,1049623200,0),(112,1067158800,1),(112,1081072800,0),(112,1099213200,1),(112,1112522400,0),(112,1130662800,1),(112,1143972000,0),(112,1162112400,1),(112,1173607200,0),(112,1194166800,1),(112,1205056800,0),(112,1225616400,1),(112,1236506400,0),(112,1257066000,1),(112,1268560800,0),(112,1289120400,1),(112,1300010400,0),(112,1320570000,1),(112,1331460000,0),(112,1352019600,1),(112,1362909600,0),(112,1383469200,1),(112,1394359200,0),(112,1414918800,1),(112,1425808800,4),(113,-1633276800,0),(113,-1615136400,1),(113,-1601827200,0),(113,-1583686800,1),(113,-900259200,0),(113,-891795600,1),(113,-880214400,2),(113,-769395600,3),(113,-765392400,1),(113,-747244800,0),(113,-733942800,1),(113,-715795200,0),(113,-702493200,1),(113,-684345600,0),(113,-671043600,1),(113,-652896000,0),(113,-639594000,1),(113,-620841600,0),(113,-608144400,1),(113,-589392000,0),(113,-576090000,1),(113,-557942400,0),(113,-544640400,1),(113,-526492800,0),(113,-513190800,1),(113,-495043200,0),(113,-481741200,1),(113,-463593600,4),(113,-386787600,1),(113,-368640000,4),(113,-21488400,5),(113,-5767200,4),(113,9961200,5),(113,25682400,4),(113,1143961200,5),(113,1162101600,4),(113,1173596400,5),(113,1194156000,4),(113,1205046000,5),(113,1225605600,4),(113,1236495600,5),(113,1257055200,4),(113,1268550000,5),(113,1289109600,4),(113,1299999600,5),(113,1320559200,4),(113,1331449200,5),(113,1352008800,4),(113,1362898800,5),(113,1383458400,4),(113,1394348400,5),(113,1414908000,4),(113,1425798000,5),(113,1446357600,4),(113,1457852400,5),(113,1478412000,4),(113,1489302000,5),(113,1509861600,4),(113,1520751600,5),(113,1541311200,4),(113,1552201200,5),(113,1572760800,4),(113,1583650800,5),(113,1604210400,4),(113,1615705200,5),(113,1636264800,4),(113,1647154800,5),(113,1667714400,4),(113,1678604400,5),(113,1699164000,4),(113,1710054000,5),(113,1730613600,4),(113,1741503600,5),(113,1762063200,4),(113,1772953200,5),(113,1793512800,4),(113,1805007600,5),(113,1825567200,4),(113,1836457200,5),(113,1857016800,4),(113,1867906800,5),(113,1888466400,4),(113,1899356400,5),(113,1919916000,4),(113,1930806000,5),(113,1951365600,4),(113,1962860400,5),(113,1983420000,4),(113,1994310000,5),(113,2014869600,4),(113,2025759600,5),(113,2046319200,4),(113,2057209200,5),(113,2077768800,4),(113,2088658800,5),(113,2109218400,4),(113,2120108400,5),(113,2140668000,4),(114,-1767216360,2),(114,-1206957600,1),(114,-1191362400,2),(114,-1175374800,1),(114,-1159826400,2),(114,-633819600,1),(114,-622069200,2),(114,-602283600,1),(114,-591832800,2),(114,-570747600,1),(114,-560210400,2),(114,-539125200,1),(114,-531352800,2),(114,-191365200,1),(114,-184197600,2),(114,-155163600,1),(114,-150069600,2),(114,-128898000,1),(114,-121125600,2),(114,-99954000,1),(114,-89589600,2),(114,-68418000,1),(114,-57967200,2),(114,499748400,1),(114,511236000,2),(114,530593200,1),(114,540266400,2),(114,562129200,1),(114,571197600,2),(114,592974000,1),(114,602042400,2),(114,624423600,1),(114,634701600,2),(114,938919600,1),(114,951616800,2),(114,970974000,1),(114,972180000,2),(114,1003028400,1),(114,1013911200,2),(115,-2131646412,2),(115,-1632074400,1),(115,-1615143600,2),(115,-880221600,3),(115,-769395600,4),(115,-765399600,2),(115,-526500000,1),(115,-513198000,2),(115,73461600,1),(115,89182800,2),(115,104911200,1),(115,120632400,2),(115,136360800,1),(115,152082000,2),(115,167810400,1),(115,183531600,2),(115,199260000,1),(115,215586000,2),(115,230709600,1),(115,247035600,2),(115,262764000,1),(115,278485200,2),(115,294213600,1),(115,309934800,2),(115,325663200,1),(115,341384400,2),(115,357112800,1),(115,372834000,2),(115,388562400,1),(115,404888400,2),(115,420012000,1),(115,436338000,2),(115,452066400,1),(115,467787600,2),(115,483516000,1),(115,499237200,2),(115,514965600,1),(115,530686800,2),(115,544600800,1),(115,562136400,2),(115,576050400,1),(115,594190800,2),(115,607500000,1),(115,625640400,2),(115,638949600,1),(115,657090000,2),(115,671004000,1),(115,688539600,2),(115,702453600,1),(115,719989200,2),(115,733903200,1),(115,752043600,2),(115,765352800,1),(115,783493200,2),(115,796802400,1),(115,814942800,2),(115,828856800,1),(115,846392400,2),(115,860306400,1),(115,877842000,2),(115,891756000,1),(115,909291600,2),(115,923205600,1),(115,941346000,2),(115,954655200,1),(115,972795600,2),(115,986104800,1),(115,1004245200,2),(115,1018159200,1),(115,1035694800,2),(115,1049608800,1),(115,1067144400,2),(115,1081058400,1),(115,1099198800,2),(115,1112508000,1),(115,1130648400,2),(115,1143957600,1),(115,1162098000,2),(115,1173592800,1),(115,1194152400,2),(115,1205042400,1),(115,1225602000,2),(115,1236492000,1),(115,1257051600,2),(115,1268546400,1),(115,1289106000,2),(115,1299996000,1),(115,1320555600,2),(115,1331445600,1),(115,1352005200,2),(115,1362895200,1),(115,1383454800,2),(115,1394344800,1),(115,1414904400,2),(115,1425794400,1),(115,1446354000,2),(115,1457848800,1),(115,1478408400,2),(115,1489298400,1),(115,1509858000,2),(115,1520748000,1),(115,1541307600,2),(115,1552197600,1),(115,1572757200,2),(115,1583647200,1),(115,1604206800,2),(115,1615701600,1),(115,1636261200,2),(115,1647151200,1),(115,1667710800,2),(115,1678600800,1),(115,1699160400,2),(115,1710050400,1),(115,1730610000,2),(115,1741500000,1),(115,1762059600,2),(115,1772949600,1),(115,1793509200,2),(115,1805004000,1),(115,1825563600,2),(115,1836453600,1),(115,1857013200,2),(115,1867903200,1),(115,1888462800,2),(115,1899352800,1),(115,1919912400,2),(115,1930802400,1),(115,1951362000,2),(115,1962856800,1),(115,1983416400,2),(115,1994306400,1),(115,2014866000,2),(115,2025756000,1),(115,2046315600,2),(115,2057205600,1),(115,2077765200,2),(115,2088655200,1),(115,2109214800,2),(115,2120104800,1),(115,2140664400,2),(116,-1686083584,1),(116,323845200,4),(116,338950800,2),(116,354675600,3),(116,370400400,2),(116,386125200,3),(116,401850000,2),(116,417574800,3),(116,433299600,2),(116,449024400,3),(116,465354000,2),(116,481078800,3),(116,496803600,2),(116,512528400,3),(116,528253200,2),(116,543978000,3),(116,559702800,2),(116,575427600,3),(116,591152400,2),(116,606877200,3),(116,622602000,2),(116,638326800,3),(116,654656400,2),(116,670381200,3),(116,686106000,2),(116,701830800,3),(116,717555600,2),(116,733280400,3),(116,749005200,2),(116,764730000,3),(116,780454800,2),(116,796179600,3),(116,811904400,2),(116,828234000,3),(116,846378000,2),(116,859683600,3),(116,877827600,2),(116,891133200,3),(116,909277200,2),(116,922582800,3),(116,941331600,2),(116,954032400,3),(116,972781200,2),(116,985482000,3),(116,1004230800,2),(116,1017536400,3),(116,1035680400,2),(116,1048986000,3),(116,1067130000,2),(116,1080435600,3),(116,1099184400,2),(116,1111885200,3),(116,1130634000,2),(116,1143334800,3),(116,1162083600,2),(116,1174784400,3),(116,1193533200,2),(116,1206838800,3),(116,1224982800,2),(116,1238288400,3),(116,1256432400,2),(116,1269738000,3),(116,1288486800,2),(116,1301187600,3),(116,1319936400,2),(116,1332637200,3),(116,1351386000,2),(116,1364691600,3),(116,1382835600,2),(116,1396141200,3),(116,1414285200,2),(116,1427590800,3),(116,1445734800,2),(116,1459040400,3),(116,1477789200,2),(116,1490490000,3),(116,1509238800,2),(116,1521939600,3),(116,1540688400,2),(116,1553994000,3),(116,1572138000,2),(116,1585443600,3),(116,1603587600,2),(116,1616893200,3),(116,1635642000,2),(116,1648342800,3),(116,1667091600,2),(116,1679792400,3),(116,1698541200,2),(116,1711846800,3),(116,1729990800,2),(116,1743296400,3),(116,1761440400,2),(116,1774746000,3),(116,1792890000,2),(116,1806195600,3),(116,1824944400,2),(116,1837645200,3),(116,1856394000,2),(116,1869094800,3),(116,1887843600,2),(116,1901149200,3),(116,1919293200,2),(116,1932598800,3),(116,1950742800,2),(116,1964048400,3),(116,1982797200,2),(116,1995498000,3),(116,2014246800,2),(116,2026947600,3),(116,2045696400,2),(116,2058397200,3),(116,2077146000,2),(116,2090451600,3),(116,2108595600,2),(116,2121901200,3),(116,2140045200,2),(117,-1632076148,1),(117,-1615145348,0),(117,-1096921748,2),(117,-1061670600,3),(117,-1048973400,2),(117,-1030221000,3),(117,-1017523800,2),(117,-998771400,3),(117,-986074200,2),(117,-966717000,3),(117,-954624600,2),(117,-935267400,3),(117,-922570200,2),(117,-903817800,3),(117,-891120600,2),(117,-872368200,5),(117,-769395600,4),(117,-765401400,2),(117,-746044200,3),(117,-733347000,2),(117,-714594600,3),(117,-701897400,2),(117,-683145000,3),(117,-670447800,2),(117,-651695400,3),(117,-638998200,2),(117,-619641000,3),(117,-606943800,2),(117,-589401000,3),(117,-576099000,2),(117,-557951400,3),(117,-544649400,2),(117,-526501800,3),(117,-513199800,2),(117,-495052200,3),(117,-481750200,2),(117,-463602600,3),(117,-450300600,2),(117,-431548200,3),(117,-418246200,2),(117,-400098600,3),(117,-386796600,2),(117,-368649000,3),(117,-355347000,2),(117,-337199400,3),(117,-323897400,2),(117,-305749800,3),(117,-289423800,2),(117,-273695400,3),(117,-257974200,2),(117,-242245800,3),(117,-226524600,2),(117,-210796200,3),(117,-195075000,2),(117,-179346600,3),(117,-163625400,2),(117,-147897000,3),(117,-131571000,2),(117,-119903400,7),(117,-116445600,6),(117,-100119600,7),(117,-84391200,6),(117,-68670000,7),(117,-52941600,6),(117,-37220400,7),(117,-21492000,6),(117,-5770800,7),(117,9957600,6),(117,25678800,7),(117,41407200,6),(117,57733200,7),(117,73461600,6),(117,89182800,7),(117,104911200,6),(117,120632400,7),(117,136360800,6),(117,152082000,7),(117,167810400,6),(117,183531600,7),(117,199260000,6),(117,215586000,7),(117,230709600,6),(117,247035600,7),(117,262764000,6),(117,278485200,7),(117,294213600,6),(117,309934800,7),(117,325663200,6),(117,341384400,7),(117,357112800,6),(117,372834000,7),(117,388562400,6),(117,404888400,7),(117,420012000,6),(117,436338000,7),(117,452066400,6),(117,467787600,7),(117,483516000,6),(117,499237200,7),(117,514965600,6),(117,530686800,7),(117,544593660,6),(117,562129260,7),(117,576043260,8),(117,594180060,7),(117,607492860,6),(117,625633260,7),(117,638942460,6),(117,657082860,7),(117,670996860,6),(117,688532460,7),(117,702446460,6),(117,719982060,7),(117,733896060,6),(117,752036460,7),(117,765345660,6),(117,783486060,7),(117,796795260,6),(117,814935660,7),(117,828849660,6),(117,846385260,7),(117,860299260,6),(117,877834860,7),(117,891748860,6),(117,909284460,7),(117,923198460,6),(117,941338860,7),(117,954648060,6),(117,972788460,7),(117,986097660,6),(117,1004238060,7),(117,1018152060,6),(117,1035687660,7),(117,1049601660,6),(117,1067137260,7),(117,1081051260,6),(117,1099191660,7),(117,1112500860,6),(117,1130641260,7),(117,1143950460,6),(117,1162090860,7),(117,1173585660,6),(117,1194145260,7),(117,1205035260,6),(117,1225594860,7),(117,1236484860,6),(117,1257044460,7),(117,1268539260,6),(117,1289098860,7),(117,1299988860,6),(117,1320555600,7),(117,1331445600,6),(117,1352005200,7),(117,1362895200,6),(117,1383454800,7),(117,1394344800,6),(117,1414904400,7),(117,1425794400,6),(117,1446354000,7),(117,1457848800,6),(117,1478408400,7),(117,1489298400,6),(117,1509858000,7),(117,1520748000,6),(117,1541307600,7),(117,1552197600,6),(117,1572757200,7),(117,1583647200,6),(117,1604206800,7),(117,1615701600,6),(117,1636261200,7),(117,1647151200,6),(117,1667710800,7),(117,1678600800,6),(117,1699160400,7),(117,1710050400,6),(117,1730610000,7),(117,1741500000,6),(117,1762059600,7),(117,1772949600,6),(117,1793509200,7),(117,1805004000,6),(117,1825563600,7),(117,1836453600,6),(117,1857013200,7),(117,1867903200,6),(117,1888462800,7),(117,1899352800,6),(117,1919912400,7),(117,1930802400,6),(117,1951362000,7),(117,1962856800,6),(117,1983416400,7),(117,1994306400,6),(117,2014866000,7),(117,2025756000,6),(117,2046315600,7),(117,2057205600,6),(117,2077765200,7),(117,2088655200,6),(117,2109214800,7),(117,2120104800,6),(117,2140664400,7),(118,-1827687170,1),(118,294217200,2),(118,309938400,1),(118,325666800,2),(118,341388000,1),(118,357116400,2),(118,372837600,1),(118,388566000,2),(118,404892000,1),(118,420015600,2),(118,436341600,1),(118,452070000,2),(118,467791200,1),(118,483519600,2),(118,499240800,1),(118,514969200,2),(118,530690400,1),(118,544604400,2),(118,562140000,1),(118,576054000,2),(118,594194400,1),(118,607503600,2),(118,625644000,1),(118,638953200,2),(118,657093600,1),(118,671007600,2),(118,688543200,1),(118,702457200,2),(118,719992800,1),(118,733906800,2),(118,752047200,1),(118,765356400,2),(118,783496800,1),(118,796806000,2),(118,814946400,1),(118,828860400,2),(118,846396000,1),(118,860310000,2),(118,877845600,1),(118,891759600,2),(118,909295200,1),(118,923209200,2),(118,941349600,1),(118,954658800,2),(118,972799200,1),(118,986108400,2),(118,1004248800,1),(118,1018162800,2),(118,1035698400,1),(118,1049612400,2),(118,1067148000,1),(118,1081062000,2),(118,1099202400,1),(118,1112511600,2),(118,1130652000,1),(118,1143961200,2),(118,1162101600,1),(118,1173596400,2),(118,1194156000,1),(118,1205046000,2),(118,1225605600,1),(118,1236495600,2),(118,1257055200,1),(118,1268550000,2),(118,1289109600,1),(118,1299999600,2),(118,1320559200,1),(118,1331449200,2),(118,1352008800,1),(118,1362898800,2),(118,1383458400,1),(118,1394348400,2),(118,1414908000,1),(118,1425798000,3),(118,1520751600,2),(118,1541311200,1),(118,1552201200,2),(118,1572760800,1),(118,1583650800,2),(118,1604210400,1),(118,1615705200,2),(118,1636264800,1),(118,1647154800,2),(118,1667714400,1),(118,1678604400,2),(118,1699164000,1),(118,1710054000,2),(118,1730613600,1),(118,1741503600,2),(118,1762063200,1),(118,1772953200,2),(118,1793512800,1),(118,1805007600,2),(118,1825567200,1),(118,1836457200,2),(118,1857016800,1),(118,1867906800,2),(118,1888466400,1),(118,1899356400,2),(118,1919916000,1),(118,1930806000,2),(118,1951365600,1),(118,1962860400,2),(118,1983420000,1),(118,1994310000,2),(118,2014869600,1),(118,2025759600,2),(118,2046319200,1),(118,2057209200,2),(118,2077768800,1),(118,2088658800,2),(118,2109218400,1),(118,2120108400,2),(118,2140668000,1),(119,-873057600,2),(119,-769395600,1),(119,-765399600,0),(120,-873057600,2),(120,-769395600,1),(120,-765399600,0),(121,-1617040676,2),(121,123055200,1),(121,130914000,2),(121,422344800,1),(121,433054800,2),(121,669708000,1),(121,684219600,2),(121,1146376800,1),(121,1159678800,2),(122,-1230749160,2),(122,722926800,1),(122,728884800,2),(123,-1843589241,1),(123,-1730577600,2),(123,176096700,3),(123,701841600,1),(124,-2131645536,2),(124,-1696276800,1),(124,-1680469200,2),(124,-1632074400,1),(124,-1615143600,2),(124,-1566763200,1),(124,-1557090000,2),(124,-1535486400,1),(124,-1524949200,2),(124,-1504468800,1),(124,-1493413200,2),(124,-1472414400,1),(124,-1461963600,2),(124,-1440964800,1),(124,-1429390800,2),(124,-1409515200,1),(124,-1396731600,2),(124,-1376856000,1),(124,-1366491600,2),(124,-1346616000,1),(124,-1333832400,2),(124,-1313956800,1),(124,-1303678800,2),(124,-1282507200,1),(124,-1272661200,2),(124,-1251057600,1),(124,-1240088400,2),(124,-1219608000,1),(124,-1207429200,2),(124,-1188763200,1),(124,-1175979600,2),(124,-1157313600,1),(124,-1143925200,2),(124,-1124049600,1),(124,-1113771600,2),(124,-1091390400,1),(124,-1081026000,2),(124,-1059854400,1),(124,-1050786000,2),(124,-1030910400,1),(124,-1018126800,2),(124,-999460800,1),(124,-986677200,2),(124,-965592000,1),(124,-955227600,2),(124,-935956800,1),(124,-923173200,2),(124,-904507200,1),(124,-891723600,2),(124,-880221600,3),(124,-769395600,4),(124,-765399600,2),(124,-747252000,1),(124,-733950000,2),(124,-715802400,1),(124,-702500400,2),(124,-684352800,1),(124,-671050800,2),(124,-652903200,1),(124,-639601200,2),(124,-589399200,1),(124,-576097200,2),(124,-557949600,1),(124,-544647600,2),(124,-526500000,1),(124,-513198000,2),(124,-495050400,1),(124,-481748400,2),(124,-431546400,1),(124,-418244400,2),(124,-400096800,1),(124,-386794800,2),(124,-368647200,1),(124,-355345200,2),(124,-337197600,1),(124,-323895600,2),(124,-242244000,1),(124,-226522800,2),(124,-210794400,1),(124,-195073200,2),(124,-179344800,1),(124,-163623600,2),(124,-147895200,1),(124,-131569200,2),(124,-116445600,1),(124,-100119600,2),(124,-84391200,1),(124,-68670000,2),(124,-52941600,1),(124,-37220400,2),(124,-21492000,1),(124,-5770800,2),(124,9957600,1),(124,25678800,2),(124,41407200,1),(124,57733200,2),(124,73461600,1),(124,89182800,2),(124,104911200,1),(124,120632400,2),(124,136360800,1),(124,152082000,2),(124,167810400,1),(124,183531600,2),(124,199260000,1),(124,215586000,2),(124,230709600,1),(124,247035600,2),(124,262764000,1),(124,278485200,2),(124,294213600,1),(124,309934800,2),(124,325663200,1),(124,341384400,2),(124,357112800,1),(124,372834000,2),(124,388562400,1),(124,404888400,2),(124,420012000,1),(124,436338000,2),(124,452066400,1),(124,467787600,2),(124,483516000,1),(124,499237200,2),(124,514965600,1),(124,530686800,2),(124,544600800,1),(124,562136400,2),(124,576050400,1),(124,594190800,2),(124,607500000,1),(124,625640400,2),(124,638949600,1),(124,657090000,2),(124,671004000,1),(124,688539600,2),(124,702453600,1),(124,719989200,2),(124,733903200,1),(124,752043600,2),(124,765352800,1),(124,783493200,2),(124,796802400,1),(124,814942800,2),(124,828856800,1),(124,846392400,2),(124,860306400,1),(124,877842000,2),(124,891756000,1),(124,909291600,2),(124,923205600,1),(124,941346000,2),(124,954655200,1),(124,972795600,2),(124,986104800,1),(124,1004245200,2),(124,1018159200,1),(124,1035694800,2),(124,1049608800,1),(124,1067144400,2),(124,1081058400,1),(124,1099198800,2),(124,1112508000,1),(124,1130648400,2),(124,1143957600,1),(124,1162098000,2),(124,1173592800,1),(124,1194152400,2),(124,1205042400,1),(124,1225602000,2),(124,1236492000,1),(124,1257051600,2),(124,1268546400,1),(124,1289106000,2),(124,1299996000,1),(124,1320555600,2),(124,1331445600,1),(124,1352005200,2),(124,1362895200,1),(124,1383454800,2),(124,1394344800,1),(124,1414904400,2),(124,1425794400,1),(124,1446354000,2),(124,1457848800,1),(124,1478408400,2),(124,1489298400,1),(124,1509858000,2),(124,1520748000,1),(124,1541307600,2),(124,1552197600,1),(124,1572757200,2),(124,1583647200,1),(124,1604206800,2),(124,1615701600,1),(124,1636261200,2),(124,1647151200,1),(124,1667710800,2),(124,1678600800,1),(124,1699160400,2),(124,1710050400,1),(124,1730610000,2),(124,1741500000,1),(124,1762059600,2),(124,1772949600,1),(124,1793509200,2),(124,1805004000,1),(124,1825563600,2),(124,1836453600,1),(124,1857013200,2),(124,1867903200,1),(124,1888462800,2),(124,1899352800,1),(124,1919912400,2),(124,1930802400,1),(124,1951362000,2),(124,1962856800,1),(124,1983416400,2),(124,1994306400,1),(124,2014866000,2),(124,2025756000,1),(124,2046315600,2),(124,2057205600,1),(124,2077765200,2),(124,2088655200,1),(124,2109214800,2),(124,2120104800,1),(124,2140664400,2),(125,-1402813824,2),(125,-1311534000,1),(125,-1300996800,2),(125,-933534000,1),(125,-925675200,2),(125,-902084400,1),(125,-893620800,2),(125,-870030000,1),(125,-862171200,2),(125,-775681200,1),(125,-767822400,2),(125,-744231600,1),(125,-736372800,2),(125,-144702000,1),(125,-134251200,2),(125,-113425200,1),(125,-102542400,2),(125,-86295600,1),(125,-72907200,2),(125,-54154800,1),(125,-41457600,2),(125,-21495600,1),(125,-5774400,2),(125,9954000,1),(125,25675200,2),(125,41403600,1),(125,57729600,2),(125,73458000,1),(125,87364800,2),(125,104907600,1),(125,118900800,2),(125,136357200,1),(125,150436800,2),(125,167806800,1),(125,183528000,2),(125,199256400,1),(125,215582400,2),(125,230706000,1),(125,247032000,2),(125,263365200,1),(125,276667200,2),(125,290581200,1),(125,308721600,2),(125,322030800,1),(125,340171200,2),(125,358318800,1),(125,371620800,2),(125,389768400,1),(125,403070400,2),(125,421218000,1),(125,434520000,2),(125,452667600,1),(125,466574400,2),(125,484117200,1),(125,498024000,2),(125,511333200,1),(125,529473600,2),(125,542782800,1),(125,560923200,2),(125,574837200,1),(125,592372800,2),(125,606286800,1),(125,623822400,2),(125,638946000,1),(125,655876800,2),(125,671000400,1),(125,687330000,3),(125,702450000,1),(125,718779600,3),(125,733899600,1),(125,750229200,3),(125,765349200,1),(125,781678800,3),(125,796798800,1),(125,813128400,3),(125,828853200,1),(125,844578000,3),(125,860302800,1),(125,876632400,3),(125,891147600,4),(125,909291600,3),(125,922597200,4),(125,941346000,3),(125,954651600,4),(125,972795600,3),(125,986101200,4),(125,1004245200,3),(125,1018155600,4),(125,1035694800,3),(125,1049605200,4),(125,1067144400,3),(125,1080450000,4),(125,1162098000,3),(125,1173589200,4),(125,1193547600,3),(125,1205643600,4),(125,1224997200,3),(125,1236488400,4),(125,1256446800,3),(125,1268542800,4),(125,1288501200,3),(125,1300597200,4),(125,1321160400,3),(125,1333256400,4),(125,1352005200,3),(125,1362891600,4),(125,1383454800,3),(125,1394341200,4),(125,1414904400,3),(125,1425790800,4),(125,1446354000,3),(125,1457845200,4),(125,1478408400,3),(125,1489294800,4),(125,1509858000,3),(125,1520744400,4),(125,1541307600,3),(125,1552194000,4),(125,1572757200,3),(125,1583643600,4),(125,1604206800,3),(125,1615698000,4),(125,1636261200,3),(125,1647147600,4),(125,1667710800,3),(125,1678597200,4),(125,1699160400,3),(125,1710046800,4),(125,1730610000,3),(125,1741496400,4),(125,1762059600,3),(125,1772946000,4),(125,1793509200,3),(125,1805000400,4),(125,1825563600,3),(125,1836450000,4),(125,1857013200,3),(125,1867899600,4),(125,1888462800,3),(125,1899349200,4),(125,1919912400,3),(125,1930798800,4),(125,1951362000,3),(125,1962853200,4),(125,1983416400,3),(125,1994302800,4),(125,2014866000,3),(125,2025752400,4),(125,2046315600,3),(125,2057202000,4),(125,2077765200,3),(125,2088651600,4),(125,2109214800,3),(125,2120101200,4),(125,2140664400,3),(126,-1514739600,1),(126,-1343066400,2),(126,-1234807200,1),(126,-1220292000,2),(126,-1207159200,1),(126,-1191344400,2),(126,-873828000,1),(126,-661539600,3),(126,28800,1),(126,828867600,4),(126,846403200,1),(126,860317200,4),(126,877852800,1),(126,891766800,4),(126,909302400,1),(127,-1633276800,0),(127,-1615136400,1),(127,-1601827200,0),(127,-1583686800,1),(127,-900259200,0),(127,-891795600,1),(127,-880214400,2),(127,-769395600,3),(127,-765392400,1),(127,-747244800,0),(127,-733942800,1),(127,-715795200,0),(127,-702493200,1),(127,-684345600,0),(127,-671043600,1),(127,-652896000,0),(127,-639594000,1),(127,-620841600,0),(127,-608144400,1),(127,-589392000,0),(127,-576090000,1),(127,-557942400,0),(127,-544640400,1),(127,-526492800,0),(127,-513190800,1),(127,-495043200,0),(127,-481741200,1),(127,-463593600,4),(127,-386787600,1),(127,-368640000,4),(127,-21488400,5),(127,-5767200,4),(127,9961200,5),(127,25682400,4),(127,1143961200,5),(127,1162101600,4),(127,1173596400,5),(127,1194156000,4),(127,1205046000,5),(127,1225605600,4),(127,1236495600,5),(127,1257055200,4),(127,1268550000,5),(127,1289109600,4),(127,1299999600,5),(127,1320559200,4),(127,1331449200,5),(127,1352008800,4),(127,1362898800,5),(127,1383458400,4),(127,1394348400,5),(127,1414908000,4),(127,1425798000,5),(127,1446357600,4),(127,1457852400,5),(127,1478412000,4),(127,1489302000,5),(127,1509861600,4),(127,1520751600,5),(127,1541311200,4),(127,1552201200,5),(127,1572760800,4),(127,1583650800,5),(127,1604210400,4),(127,1615705200,5),(127,1636264800,4),(127,1647154800,5),(127,1667714400,4),(127,1678604400,5),(127,1699164000,4),(127,1710054000,5),(127,1730613600,4),(127,1741503600,5),(127,1762063200,4),(127,1772953200,5),(127,1793512800,4),(127,1805007600,5),(127,1825567200,4),(127,1836457200,5),(127,1857016800,4),(127,1867906800,5),(127,1888466400,4),(127,1899356400,5),(127,1919916000,4),(127,1930806000,5),(127,1951365600,4),(127,1962860400,5),(127,1983420000,4),(127,1994310000,5),(127,2014869600,4),(127,2025759600,5),(127,2046319200,4),(127,2057209200,5),(127,2077768800,4),(127,2088658800,5),(127,2109218400,4),(127,2120108400,5),(127,2140668000,4),(128,-1633276800,0),(128,-1615136400,1),(128,-1601827200,0),(128,-1583686800,1),(128,-880214400,2),(128,-769395600,3),(128,-765392400,1),(128,-715795200,0),(128,-702493200,1),(128,-684345600,0),(128,-671043600,1),(128,-652896000,0),(128,-639594000,1),(128,-620841600,0),(128,-608144400,1),(128,-589392000,0),(128,-576090000,1),(128,-557942400,0),(128,-544640400,1),(128,-526492800,0),(128,-513190800,1),(128,-495043200,0),(128,-481741200,1),(128,-463593600,0),(128,-447267600,1),(128,-431539200,0),(128,-415818000,1),(128,-400089600,0),(128,-386787600,1),(128,-368640000,0),(128,-355338000,1),(128,-337190400,0),(128,-321469200,1),(128,-305740800,0),(128,-289414800,1),(128,-273686400,0),(128,-257965200,1),(128,-242236800,4),(128,-195066000,1),(128,-84384000,0),(128,-68662800,1),(128,-52934400,0),(128,-37213200,1),(128,-21484800,0),(128,-5763600,1),(128,9964800,0),(128,25686000,1),(128,41414400,0),(128,57740400,1),(128,73468800,0),(128,89190000,1),(128,104918400,0),(128,120639600,1),(128,126691200,0),(128,152089200,1),(128,162374400,0),(128,183538800,1),(128,199267200,0),(128,215593200,1),(128,230716800,0),(128,247042800,1),(128,262771200,0),(128,278492400,1),(128,294220800,0),(128,309942000,1),(128,325670400,0),(128,341391600,1),(128,357120000,0),(128,372841200,1),(128,388569600,0),(128,404895600,1),(128,420019200,0),(128,436345200,1),(128,452073600,0),(128,467794800,1),(128,483523200,0),(128,499244400,1),(128,514972800,0),(128,530694000,1),(128,544608000,0),(128,562143600,1),(128,576057600,0),(128,594198000,1),(128,607507200,0),(128,625647600,1),(128,638956800,0),(128,657097200,1),(128,671011200,0),(128,688546800,4),(128,1143961200,0),(128,1162105200,1),(128,1173600000,0),(128,1194159600,1),(128,1205049600,0),(128,1225609200,1),(128,1236499200,0),(128,1257058800,1),(128,1268553600,0),(128,1289113200,1),(128,1300003200,0),(128,1320562800,1),(128,1331452800,0),(128,1352012400,1),(128,1362902400,0),(128,1383462000,1),(128,1394352000,0),(128,1414911600,1),(128,1425801600,0),(128,1446361200,1),(128,1457856000,0),(128,1478415600,1),(128,1489305600,0),(128,1509865200,1),(128,1520755200,0),(128,1541314800,1),(128,1552204800,0),(128,1572764400,1),(128,1583654400,0),(128,1604214000,1),(128,1615708800,0),(128,1636268400,1),(128,1647158400,0),(128,1667718000,1),(128,1678608000,0),(128,1699167600,1),(128,1710057600,0),(128,1730617200,1),(128,1741507200,0),(128,1762066800,1),(128,1772956800,0),(128,1793516400,1),(128,1805011200,0),(128,1825570800,1),(128,1836460800,0),(128,1857020400,1),(128,1867910400,0),(128,1888470000,1),(128,1899360000,0),(128,1919919600,1),(128,1930809600,0),(128,1951369200,1),(128,1962864000,0),(128,1983423600,1),(128,1994313600,0),(128,2014873200,1),(128,2025763200,0),(128,2046322800,1),(128,2057212800,0),(128,2077772400,1),(128,2088662400,0),(128,2109222000,1),(128,2120112000,0),(128,2140671600,1),(129,-1633276800,0),(129,-1615136400,1),(129,-1601827200,0),(129,-1583686800,1),(129,-880214400,2),(129,-769395600,3),(129,-765392400,1),(129,-589392000,0),(129,-576090000,1),(129,-495043200,0),(129,-481741200,1),(129,-463593600,0),(129,-450291600,1),(129,-431539200,0),(129,-418237200,1),(129,-400089600,0),(129,-386787600,1),(129,-368640000,0),(129,-355338000,1),(129,-337190400,0),(129,-323888400,1),(129,-305740800,0),(129,-292438800,1),(129,-273686400,4),(129,-21488400,5),(129,-5767200,4),(129,9961200,5),(129,25682400,4),(129,41410800,5),(129,57736800,4),(129,73465200,5),(129,89186400,4),(129,104914800,5),(129,120636000,4),(129,126687600,0),(129,152089200,4),(129,162370800,5),(129,183535200,4),(129,1143961200,5),(129,1162101600,4),(129,1173596400,5),(129,1194156000,4),(129,1205046000,5),(129,1225605600,4),(129,1236495600,5),(129,1257055200,4),(129,1268550000,5),(129,1289109600,4),(129,1299999600,5),(129,1320559200,4),(129,1331449200,5),(129,1352008800,4),(129,1362898800,5),(129,1383458400,4),(129,1394348400,5),(129,1414908000,4),(129,1425798000,5),(129,1446357600,4),(129,1457852400,5),(129,1478412000,4),(129,1489302000,5),(129,1509861600,4),(129,1520751600,5),(129,1541311200,4),(129,1552201200,5),(129,1572760800,4),(129,1583650800,5),(129,1604210400,4),(129,1615705200,5),(129,1636264800,4),(129,1647154800,5),(129,1667714400,4),(129,1678604400,5),(129,1699164000,4),(129,1710054000,5),(129,1730613600,4),(129,1741503600,5),(129,1762063200,4),(129,1772953200,5),(129,1793512800,4),(129,1805007600,5),(129,1825567200,4),(129,1836457200,5),(129,1857016800,4),(129,1867906800,5),(129,1888466400,4),(129,1899356400,5),(129,1919916000,4),(129,1930806000,5),(129,1951365600,4),(129,1962860400,5),(129,1983420000,4),(129,1994310000,5),(129,2014869600,4),(129,2025759600,5),(129,2046319200,4),(129,2057209200,5),(129,2077768800,4),(129,2088658800,5),(129,2109218400,4),(129,2120108400,5),(129,2140668000,4),(130,-1633276800,0),(130,-1615136400,1),(130,-1601827200,0),(130,-1583686800,1),(130,-880214400,2),(130,-769395600,3),(130,-765392400,1),(130,-462996000,0),(130,-450291600,1),(130,-431539200,0),(130,-418237200,1),(130,-400089600,0),(130,-386787600,1),(130,-368640000,0),(130,-355338000,1),(130,-337190400,0),(130,-323888400,1),(130,-305740800,0),(130,-292438800,1),(130,-273686400,0),(130,-257965200,1),(130,-242236800,0),(130,-226515600,1),(130,-210787200,0),(130,-195066000,1),(130,-179337600,0),(130,-163616400,1),(130,-147888000,4),(130,-100112400,1),(130,-84384000,0),(130,-68662800,1),(130,-52934400,0),(130,-37213200,1),(130,-21484800,0),(130,-5763600,1),(130,9964800,0),(130,25686000,1),(130,41414400,0),(130,57740400,1),(130,73468800,0),(130,89190000,1),(130,104918400,0),(130,120639600,1),(130,126691200,0),(130,152089200,1),(130,162374400,0),(130,183538800,1),(130,199267200,0),(130,215593200,1),(130,230716800,0),(130,247042800,4),(130,1143961200,0),(130,1162105200,1),(130,1173600000,0),(130,1194159600,4),(130,1205046000,5),(130,1225605600,4),(130,1236495600,5),(130,1257055200,4),(130,1268550000,5),(130,1289109600,4),(130,1299999600,5),(130,1320559200,4),(130,1331449200,5),(130,1352008800,4),(130,1362898800,5),(130,1383458400,4),(130,1394348400,5),(130,1414908000,4),(130,1425798000,5),(130,1446357600,4),(130,1457852400,5),(130,1478412000,4),(130,1489302000,5),(130,1509861600,4),(130,1520751600,5),(130,1541311200,4),(130,1552201200,5),(130,1572760800,4),(130,1583650800,5),(130,1604210400,4),(130,1615705200,5),(130,1636264800,4),(130,1647154800,5),(130,1667714400,4),(130,1678604400,5),(130,1699164000,4),(130,1710054000,5),(130,1730613600,4),(130,1741503600,5),(130,1762063200,4),(130,1772953200,5),(130,1793512800,4),(130,1805007600,5),(130,1825567200,4),(130,1836457200,5),(130,1857016800,4),(130,1867906800,5),(130,1888466400,4),(130,1899356400,5),(130,1919916000,4),(130,1930806000,5),(130,1951365600,4),(130,1962860400,5),(130,1983420000,4),(130,1994310000,5),(130,2014869600,4),(130,2025759600,5),(130,2046319200,4),(130,2057209200,5),(130,2077768800,4),(130,2088658800,5),(130,2109218400,4),(130,2120108400,5),(130,2140668000,4),(131,-1633276800,0),(131,-1615136400,1),(131,-1601827200,0),(131,-1583686800,1),(131,-880214400,2),(131,-769395600,3),(131,-765392400,1),(131,-462996000,0),(131,-450291600,1),(131,-431539200,0),(131,-418237200,1),(131,-400089600,0),(131,-386787600,1),(131,-368640000,0),(131,-355338000,1),(131,-337190400,0),(131,-323888400,1),(131,-305740800,0),(131,-292438800,1),(131,-273686400,0),(131,-257965200,1),(131,-242236800,0),(131,-226515600,1),(131,-210787200,0),(131,-195066000,1),(131,-179337600,4),(131,-68662800,1),(131,-52934400,0),(131,-37213200,1),(131,-21484800,5),(131,-5767200,4),(131,9961200,5),(131,25682400,4),(131,1143961200,0),(131,1162105200,1),(131,1173600000,0),(131,1194159600,1),(131,1205049600,0),(131,1225609200,1),(131,1236499200,0),(131,1257058800,1),(131,1268553600,0),(131,1289113200,1),(131,1300003200,0),(131,1320562800,1),(131,1331452800,0),(131,1352012400,1),(131,1362902400,0),(131,1383462000,1),(131,1394352000,0),(131,1414911600,1),(131,1425801600,0),(131,1446361200,1),(131,1457856000,0),(131,1478415600,1),(131,1489305600,0),(131,1509865200,1),(131,1520755200,0),(131,1541314800,1),(131,1552204800,0),(131,1572764400,1),(131,1583654400,0),(131,1604214000,1),(131,1615708800,0),(131,1636268400,1),(131,1647158400,0),(131,1667718000,1),(131,1678608000,0),(131,1699167600,1),(131,1710057600,0),(131,1730617200,1),(131,1741507200,0),(131,1762066800,1),(131,1772956800,0),(131,1793516400,1),(131,1805011200,0),(131,1825570800,1),(131,1836460800,0),(131,1857020400,1),(131,1867910400,0),(131,1888470000,1),(131,1899360000,0),(131,1919919600,1),(131,1930809600,0),(131,1951369200,1),(131,1962864000,0),(131,1983423600,1),(131,1994313600,0),(131,2014873200,1),(131,2025763200,0),(131,2046322800,1),(131,2057212800,0),(131,2077772400,1),(131,2088662400,0),(131,2109222000,1),(131,2120112000,0),(131,2140671600,1),(132,-1633276800,0),(132,-1615136400,1),(132,-1601827200,0),(132,-1583686800,1),(132,-880214400,2),(132,-769395600,3),(132,-765392400,1),(132,-495043200,4),(132,-21488400,5),(132,-5767200,4),(132,9961200,5),(132,25682400,4),(132,41410800,5),(132,57736800,4),(132,73465200,5),(132,89186400,4),(132,1143961200,5),(132,1162101600,4),(132,1173596400,5),(132,1194156000,4),(132,1205046000,5),(132,1225605600,4),(132,1236495600,5),(132,1257055200,4),(132,1268550000,5),(132,1289109600,4),(132,1299999600,5),(132,1320559200,4),(132,1331449200,5),(132,1352008800,4),(132,1362898800,5),(132,1383458400,4),(132,1394348400,5),(132,1414908000,4),(132,1425798000,5),(132,1446357600,4),(132,1457852400,5),(132,1478412000,4),(132,1489302000,5),(132,1509861600,4),(132,1520751600,5),(132,1541311200,4),(132,1552201200,5),(132,1572760800,4),(132,1583650800,5),(132,1604210400,4),(132,1615705200,5),(132,1636264800,4),(132,1647154800,5),(132,1667714400,4),(132,1678604400,5),(132,1699164000,4),(132,1710054000,5),(132,1730613600,4),(132,1741503600,5),(132,1762063200,4),(132,1772953200,5),(132,1793512800,4),(132,1805007600,5),(132,1825567200,4),(132,1836457200,5),(132,1857016800,4),(132,1867906800,5),(132,1888466400,4),(132,1899356400,5),(132,1919916000,4),(132,1930806000,5),(132,1951365600,4),(132,1962860400,5),(132,1983420000,4),(132,1994310000,5),(132,2014869600,4),(132,2025759600,5),(132,2046319200,4),(132,2057209200,5),(132,2077768800,4),(132,2088658800,5),(132,2109218400,4),(132,2120108400,5),(132,2140668000,4),(133,-1633276800,0),(133,-1615136400,1),(133,-1601827200,0),(133,-1583686800,1),(133,-880214400,2),(133,-769395600,3),(133,-765392400,1),(133,-747244800,0),(133,-733942800,1),(133,-526492800,0),(133,-513190800,1),(133,-495043200,0),(133,-481741200,1),(133,-462996000,0),(133,-450291600,1),(133,-431539200,0),(133,-418237200,1),(133,-400089600,0),(133,-386787600,1),(133,-368640000,0),(133,-355338000,1),(133,-337190400,0),(133,-323888400,1),(133,-305740800,0),(133,-289414800,1),(133,-273686400,0),(133,-260989200,1),(133,-242236800,0),(133,-226515600,1),(133,-210787200,0),(133,-195066000,1),(133,-179337600,4),(133,-21488400,5),(133,-5767200,4),(133,9961200,5),(133,25682400,4),(133,1143961200,0),(133,1162105200,1),(133,1173600000,0),(133,1194159600,4),(133,1205046000,5),(133,1225605600,4),(133,1236495600,5),(133,1257055200,4),(133,1268550000,5),(133,1289109600,4),(133,1299999600,5),(133,1320559200,4),(133,1331449200,5),(133,1352008800,4),(133,1362898800,5),(133,1383458400,4),(133,1394348400,5),(133,1414908000,4),(133,1425798000,5),(133,1446357600,4),(133,1457852400,5),(133,1478412000,4),(133,1489302000,5),(133,1509861600,4),(133,1520751600,5),(133,1541311200,4),(133,1552201200,5),(133,1572760800,4),(133,1583650800,5),(133,1604210400,4),(133,1615705200,5),(133,1636264800,4),(133,1647154800,5),(133,1667714400,4),(133,1678604400,5),(133,1699164000,4),(133,1710054000,5),(133,1730613600,4),(133,1741503600,5),(133,1762063200,4),(133,1772953200,5),(133,1793512800,4),(133,1805007600,5),(133,1825567200,4),(133,1836457200,5),(133,1857016800,4),(133,1867906800,5),(133,1888466400,4),(133,1899356400,5),(133,1919916000,4),(133,1930806000,5),(133,1951365600,4),(133,1962860400,5),(133,1983420000,4),(133,1994310000,5),(133,2014869600,4),(133,2025759600,5),(133,2046319200,4),(133,2057209200,5),(133,2077768800,4),(133,2088658800,5),(133,2109218400,4),(133,2120108400,5),(133,2140668000,4),(134,-1633276800,0),(134,-1615136400,1),(134,-1601827200,0),(134,-1583686800,1),(134,-880214400,2),(134,-769395600,3),(134,-765392400,1),(134,-747244800,0),(134,-733942800,1),(134,-715795200,0),(134,-702493200,1),(134,-684345600,0),(134,-671043600,1),(134,-652896000,0),(134,-639594000,1),(134,-620841600,0),(134,-608144400,1),(134,-589392000,0),(134,-576090000,1),(134,-557942400,0),(134,-544640400,1),(134,-526492800,0),(134,-513190800,1),(134,-495043200,0),(134,-481741200,1),(134,-463593600,0),(134,-447267600,1),(134,-431539200,0),(134,-415818000,1),(134,-400089600,0),(134,-386787600,1),(134,-368640000,0),(134,-355338000,1),(134,-337190400,0),(134,-323888400,1),(134,-305740800,0),(134,-292438800,1),(134,-273686400,4),(134,-21488400,5),(134,-5767200,4),(134,9961200,5),(134,25682400,4),(134,1143961200,0),(134,1162105200,1),(134,1173600000,5),(134,1194156000,4),(134,1205046000,5),(134,1225605600,4),(134,1236495600,5),(134,1257055200,4),(134,1268550000,5),(134,1289109600,4),(134,1299999600,5),(134,1320559200,4),(134,1331449200,5),(134,1352008800,4),(134,1362898800,5),(134,1383458400,4),(134,1394348400,5),(134,1414908000,4),(134,1425798000,5),(134,1446357600,4),(134,1457852400,5),(134,1478412000,4),(134,1489302000,5),(134,1509861600,4),(134,1520751600,5),(134,1541311200,4),(134,1552201200,5),(134,1572760800,4),(134,1583650800,5),(134,1604210400,4),(134,1615705200,5),(134,1636264800,4),(134,1647154800,5),(134,1667714400,4),(134,1678604400,5),(134,1699164000,4),(134,1710054000,5),(134,1730613600,4),(134,1741503600,5),(134,1762063200,4),(134,1772953200,5),(134,1793512800,4),(134,1805007600,5),(134,1825567200,4),(134,1836457200,5),(134,1857016800,4),(134,1867906800,5),(134,1888466400,4),(134,1899356400,5),(134,1919916000,4),(134,1930806000,5),(134,1951365600,4),(134,1962860400,5),(134,1983420000,4),(134,1994310000,5),(134,2014869600,4),(134,2025759600,5),(134,2046319200,4),(134,2057209200,5),(134,2077768800,4),(134,2088658800,5),(134,2109218400,4),(134,2120108400,5),(134,2140668000,4),(135,-1633276800,0),(135,-1615136400,1),(135,-1601827200,0),(135,-1583686800,1),(135,-900259200,0),(135,-891795600,1),(135,-880214400,2),(135,-769395600,3),(135,-765392400,1),(135,-747244800,0),(135,-733942800,1),(135,-715795200,0),(135,-702493200,1),(135,-684345600,0),(135,-671043600,1),(135,-652896000,0),(135,-639594000,1),(135,-620841600,0),(135,-608144400,1),(135,-589392000,0),(135,-576090000,1),(135,-557942400,0),(135,-544640400,1),(135,-526492800,0),(135,-513190800,1),(135,-495043200,0),(135,-481741200,1),(135,-463593600,4),(135,-386787600,1),(135,-368640000,4),(135,-21488400,5),(135,-5767200,4),(135,9961200,5),(135,25682400,4),(135,1143961200,5),(135,1162101600,4),(135,1173596400,5),(135,1194156000,4),(135,1205046000,5),(135,1225605600,4),(135,1236495600,5),(135,1257055200,4),(135,1268550000,5),(135,1289109600,4),(135,1299999600,5),(135,1320559200,4),(135,1331449200,5),(135,1352008800,4),(135,1362898800,5),(135,1383458400,4),(135,1394348400,5),(135,1414908000,4),(135,1425798000,5),(135,1446357600,4),(135,1457852400,5),(135,1478412000,4),(135,1489302000,5),(135,1509861600,4),(135,1520751600,5),(135,1541311200,4),(135,1552201200,5),(135,1572760800,4),(135,1583650800,5),(135,1604210400,4),(135,1615705200,5),(135,1636264800,4),(135,1647154800,5),(135,1667714400,4),(135,1678604400,5),(135,1699164000,4),(135,1710054000,5),(135,1730613600,4),(135,1741503600,5),(135,1762063200,4),(135,1772953200,5),(135,1793512800,4),(135,1805007600,5),(135,1825567200,4),(135,1836457200,5),(135,1857016800,4),(135,1867906800,5),(135,1888466400,4),(135,1899356400,5),(135,1919916000,4),(135,1930806000,5),(135,1951365600,4),(135,1962860400,5),(135,1983420000,4),(135,1994310000,5),(135,2014869600,4),(135,2025759600,5),(135,2046319200,4),(135,2057209200,5),(135,2077768800,4),(135,2088658800,5),(135,2109218400,4),(135,2120108400,5),(135,2140668000,4),(136,-536457600,2),(136,-147888000,1),(136,-131558400,2),(136,294228000,3),(136,325674000,4),(136,341395200,3),(136,357123600,4),(136,372844800,3),(136,388573200,4),(136,404899200,3),(136,420022800,4),(136,436348800,3),(136,452077200,4),(136,467798400,3),(136,483526800,4),(136,499248000,3),(136,514976400,4),(136,530697600,3),(136,544611600,4),(136,562147200,3),(136,576061200,4),(136,594201600,3),(136,607510800,4),(136,625651200,3),(136,638960400,4),(136,657100800,3),(136,671014800,4),(136,688550400,3),(136,702464400,4),(136,720000000,3),(136,733914000,4),(136,752054400,3),(136,765363600,4),(136,783504000,3),(136,796813200,4),(136,814953600,3),(136,828867600,4),(136,846403200,3),(136,860317200,4),(136,877852800,3),(136,891766800,4),(136,909302400,3),(136,923216400,4),(136,941356800,3),(136,954666000,4),(136,972806400,3),(136,986115600,4),(136,1004256000,3),(136,1018170000,4),(136,1035705600,3),(136,1049619600,4),(136,1067155200,3),(136,1081069200,4),(136,1099209600,3),(136,1112518800,4),(136,1130659200,3),(136,1143968400,4),(136,1162108800,3),(136,1173603600,4),(136,1194163200,3),(136,1205053200,4),(136,1225612800,3),(136,1236502800,4),(136,1257062400,3),(136,1268557200,4),(136,1289116800,3),(136,1300006800,4),(136,1320566400,3),(136,1331456400,4),(136,1352016000,3),(136,1362906000,4),(136,1383465600,3),(136,1394355600,4),(136,1414915200,3),(136,1425805200,4),(136,1446364800,3),(136,1457859600,4),(136,1478419200,3),(136,1489309200,4),(136,1509868800,3),(136,1520758800,4),(136,1541318400,3),(136,1552208400,4),(136,1572768000,3),(136,1583658000,4),(136,1604217600,3),(136,1615712400,4),(136,1636272000,3),(136,1647162000,4),(136,1667721600,3),(136,1678611600,4),(136,1699171200,3),(136,1710061200,4),(136,1730620800,3),(136,1741510800,4),(136,1762070400,3),(136,1772960400,4),(136,1793520000,3),(136,1805014800,4),(136,1825574400,3),(136,1836464400,4),(136,1857024000,3),(136,1867914000,4),(136,1888473600,3),(136,1899363600,4),(136,1919923200,3),(136,1930813200,4),(136,1951372800,3),(136,1962867600,4),(136,1983427200,3),(136,1994317200,4),(136,2014876800,3),(136,2025766800,4),(136,2046326400,3),(136,2057216400,4),(136,2077776000,3),(136,2088666000,4),(136,2109225600,3),(136,2120115600,4),(136,2140675200,3),(137,-865296000,5),(137,-769395600,1),(137,-765396000,2),(137,-147898800,3),(137,-131569200,2),(137,325666800,4),(137,341388000,2),(137,357116400,4),(137,372837600,2),(137,388566000,4),(137,404892000,2),(137,420015600,4),(137,436341600,2),(137,452070000,4),(137,467791200,2),(137,483519600,4),(137,499240800,2),(137,514969200,4),(137,530690400,2),(137,544604400,4),(137,562140000,2),(137,576054000,4),(137,594194400,2),(137,607503600,4),(137,625644000,2),(137,638953200,4),(137,657093600,2),(137,671007600,4),(137,688543200,2),(137,702457200,4),(137,719992800,2),(137,733906800,4),(137,752047200,2),(137,765356400,4),(137,783496800,2),(137,796806000,4),(137,814946400,2),(137,828860400,4),(137,846396000,2),(137,860310000,4),(137,877845600,2),(137,891759600,4),(137,909295200,2),(137,923209200,4),(137,941349600,6),(137,954662400,7),(137,972802800,2),(137,986108400,4),(137,1004248800,2),(137,1018162800,4),(137,1035698400,2),(137,1049612400,4),(137,1067148000,2),(137,1081062000,4),(137,1099202400,2),(137,1112511600,4),(137,1130652000,2),(137,1143961200,4),(137,1162101600,2),(137,1173596400,4),(137,1194156000,2),(137,1205046000,4),(137,1225605600,2),(137,1236495600,4),(137,1257055200,2),(137,1268550000,4),(137,1289109600,2),(137,1299999600,4),(137,1320559200,2),(137,1331449200,4),(137,1352008800,2),(137,1362898800,4),(137,1383458400,2),(137,1394348400,4),(137,1414908000,2),(137,1425798000,4),(137,1446357600,2),(137,1457852400,4),(137,1478412000,2),(137,1489302000,4),(137,1509861600,2),(137,1520751600,4),(137,1541311200,2),(137,1552201200,4),(137,1572760800,2),(137,1583650800,4),(137,1604210400,2),(137,1615705200,4),(137,1636264800,2),(137,1647154800,4),(137,1667714400,2),(137,1678604400,4),(137,1699164000,2),(137,1710054000,4),(137,1730613600,2),(137,1741503600,4),(137,1762063200,2),(137,1772953200,4),(137,1793512800,2),(137,1805007600,4),(137,1825567200,2),(137,1836457200,4),(137,1857016800,2),(137,1867906800,4),(137,1888466400,2),(137,1899356400,4),(137,1919916000,2),(137,1930806000,4),(137,1951365600,2),(137,1962860400,4),(137,1983420000,2),(137,1994310000,4),(137,2014869600,2),(137,2025759600,4),(137,2046319200,2),(137,2057209200,4),(137,2077768800,2),(137,2088658800,4),(137,2109218400,2),(137,2120108400,4),(137,2140668000,2),(138,-1827687170,1),(138,126687600,2),(138,152085600,1),(138,162370800,2),(138,183535200,1),(138,199263600,2),(138,215589600,1),(138,230713200,2),(138,247039200,1),(138,262767600,2),(138,278488800,1),(138,294217200,2),(138,309938400,1),(138,325666800,2),(138,341388000,1),(138,357116400,2),(138,372837600,1),(138,388566000,2),(138,404892000,1),(138,420015600,2),(138,436341600,1),(139,-1567453392,1),(139,-1233432000,2),(139,-1222981200,1),(139,-1205956800,2),(139,-1194037200,1),(139,-1172865600,2),(139,-1162501200,1),(139,-1141329600,2),(139,-1130965200,1),(139,-1109793600,2),(139,-1099429200,1),(139,-1078257600,2),(139,-1067806800,1),(139,-1046635200,2),(139,-1036270800,1),(139,-1015099200,2),(139,-1004734800,1),(139,-983563200,2),(139,-973198800,1),(139,-952027200,2),(139,-941576400,1),(139,-931032000,2),(139,-900882000,1),(139,-890337600,2),(139,-833749200,1),(139,-827265600,2),(139,-752274000,1),(139,-733780800,2),(139,-197326800,1),(139,-190843200,2),(139,-184194000,1),(139,-164491200,2),(139,-152658000,1),(139,-132955200,2),(139,-121122000,1),(139,-101419200,2),(139,-86821200,1),(139,-71092800,2),(139,-54766800,1),(139,-39038400,2),(139,-23317200,1),(139,-7588800,4),(139,128142000,3),(139,136605600,4),(139,596948400,3),(139,605066400,4),(139,624423600,3),(139,636516000,1),(139,657086400,2),(139,669178800,1),(139,686721600,3),(139,699415200,4),(139,719377200,3),(139,731469600,4),(139,938919600,2),(139,952052400,4),(139,1198983600,3),(139,1205632800,4),(140,-880207200,1),(140,-769395600,2),(140,-765385200,0),(140,-21477600,3),(140,-5756400,0),(140,9972000,3),(140,25693200,0),(140,41421600,3),(140,57747600,0),(140,73476000,3),(140,89197200,0),(140,104925600,3),(140,120646800,0),(140,126698400,3),(140,152096400,0),(140,162381600,3),(140,183546000,0),(140,199274400,3),(140,215600400,0),(140,230724000,3),(140,247050000,0),(140,262778400,3),(140,278499600,0),(140,294228000,3),(140,309949200,0),(140,325677600,4),(140,341402400,0),(140,357127200,3),(140,372848400,0),(140,388576800,3),(140,404902800,0),(140,420026400,3),(140,436352400,5),(140,439030800,7),(140,452084400,6),(140,467805600,7),(140,483534000,6),(140,499255200,7),(140,514983600,6),(140,530704800,7),(140,544618800,6),(140,562154400,7),(140,576068400,6),(140,594208800,7),(140,607518000,6),(140,625658400,7),(140,638967600,6),(140,657108000,7),(140,671022000,6),(140,688557600,7),(140,702471600,6),(140,720007200,7),(140,733921200,6),(140,752061600,7),(140,765370800,6),(140,783511200,7),(140,796820400,6),(140,814960800,7),(140,828874800,6),(140,846410400,7),(140,860324400,6),(140,877860000,7),(140,891774000,6),(140,909309600,7),(140,923223600,6),(140,941364000,7),(140,954673200,6),(140,972813600,7),(140,986122800,6),(140,1004263200,7),(140,1018177200,6),(140,1035712800,7),(140,1049626800,6),(140,1067162400,7),(140,1081076400,6),(140,1099216800,7),(140,1112526000,6),(140,1130666400,7),(140,1143975600,6),(140,1162116000,7),(140,1173610800,6),(140,1194170400,7),(140,1205060400,6),(140,1225620000,7),(140,1236510000,6),(140,1257069600,7),(140,1268564400,6),(140,1289124000,7),(140,1300014000,6),(140,1320573600,7),(140,1331463600,6),(140,1352023200,7),(140,1362913200,6),(140,1383472800,7),(140,1394362800,6),(140,1414922400,7),(140,1425812400,6),(140,1446372000,7),(140,1457866800,6),(140,1478426400,7),(140,1489316400,6),(140,1509876000,7),(140,1520766000,6),(140,1541325600,7),(140,1552215600,6),(140,1572775200,7),(140,1583665200,6),(140,1604224800,7),(140,1615719600,6),(140,1636279200,7),(140,1647169200,6),(140,1667728800,7),(140,1678618800,6),(140,1699178400,7),(140,1710068400,6),(140,1730628000,7),(140,1741518000,6),(140,1762077600,7),(140,1772967600,6),(140,1793527200,7),(140,1805022000,6),(140,1825581600,7),(140,1836471600,6),(140,1857031200,7),(140,1867921200,6),(140,1888480800,7),(140,1899370800,6),(140,1919930400,7),(140,1930820400,6),(140,1951380000,7),(140,1962874800,6),(140,1983434400,7),(140,1994324400,6),(140,2014884000,7),(140,2025774000,6),(140,2046333600,7),(140,2057223600,6),(140,2077783200,7),(140,2088673200,6),(140,2109232800,7),(140,2120122800,6),(140,2140682400,7),(141,-1633276800,0),(141,-1615136400,1),(141,-1601827200,0),(141,-1583686800,1),(141,-1535904000,0),(141,-1525280400,1),(141,-905097600,0),(141,-891795600,1),(141,-880214400,2),(141,-769395600,3),(141,-765392400,1),(141,-747251940,0),(141,-744224400,1),(141,-620841600,0),(141,-608144400,1),(141,-589392000,0),(141,-576090000,1),(141,-557942400,0),(141,-544640400,1),(141,-526492800,0),(141,-513190800,1),(141,-495043200,0),(141,-481741200,1),(141,-463593600,0),(141,-450291600,1),(141,-431539200,0),(141,-415818000,1),(141,-400089600,0),(141,-384368400,1),(141,-368640000,0),(141,-352918800,1),(141,-337190400,0),(141,-321469200,1),(141,-305740800,0),(141,-289414800,1),(141,-273686400,0),(141,-266432400,4),(141,-52938000,5),(141,-37216800,4),(141,-21488400,5),(141,-5767200,4),(141,9961200,5),(141,25682400,4),(141,41410800,5),(141,57736800,4),(141,73465200,5),(141,89186400,4),(141,104914800,5),(141,120636000,4),(141,126687600,0),(141,152089200,4),(141,162370800,5),(141,183535200,4),(141,199263600,5),(141,215589600,4),(141,230713200,5),(141,247039200,4),(141,262767600,5),(141,278488800,4),(141,294217200,5),(141,309938400,4),(141,325666800,5),(141,341388000,4),(141,357116400,5),(141,372837600,4),(141,388566000,5),(141,404892000,4),(141,420015600,5),(141,436341600,4),(141,452070000,5),(141,467791200,4),(141,483519600,5),(141,499240800,4),(141,514969200,5),(141,530690400,4),(141,544604400,5),(141,562140000,4),(141,576054000,5),(141,594194400,4),(141,607503600,5),(141,625644000,4),(141,638953200,5),(141,657093600,4),(141,671007600,5),(141,688543200,4),(141,702457200,5),(141,719992800,4),(141,733906800,5),(141,752047200,4),(141,765356400,5),(141,783496800,4),(141,796806000,5),(141,814946400,4),(141,828860400,5),(141,846396000,4),(141,860310000,5),(141,877845600,4),(141,891759600,5),(141,909295200,4),(141,923209200,5),(141,941349600,4),(141,954658800,5),(141,972799200,4),(141,986108400,5),(141,1004248800,4),(141,1018162800,5),(141,1035698400,4),(141,1049612400,5),(141,1067148000,4),(141,1081062000,5),(141,1099202400,4),(141,1112511600,5),(141,1130652000,4),(141,1143961200,5),(141,1162101600,4),(141,1173596400,5),(141,1194156000,4),(141,1205046000,5),(141,1225605600,4),(141,1236495600,5),(141,1257055200,4),(141,1268550000,5),(141,1289109600,4),(141,1299999600,5),(141,1320559200,4),(141,1331449200,5),(141,1352008800,4),(141,1362898800,5),(141,1383458400,4),(141,1394348400,5),(141,1414908000,4),(141,1425798000,5),(141,1446357600,4),(141,1457852400,5),(141,1478412000,4),(141,1489302000,5),(141,1509861600,4),(141,1520751600,5),(141,1541311200,4),(141,1552201200,5),(141,1572760800,4),(141,1583650800,5),(141,1604210400,4),(141,1615705200,5),(141,1636264800,4),(141,1647154800,5),(141,1667714400,4),(141,1678604400,5),(141,1699164000,4),(141,1710054000,5),(141,1730613600,4),(141,1741503600,5),(141,1762063200,4),(141,1772953200,5),(141,1793512800,4),(141,1805007600,5),(141,1825567200,4),(141,1836457200,5),(141,1857016800,4),(141,1867906800,5),(141,1888466400,4),(141,1899356400,5),(141,1919916000,4),(141,1930806000,5),(141,1951365600,4),(141,1962860400,5),(141,1983420000,4),(141,1994310000,5),(141,2014869600,4),(141,2025759600,5),(141,2046319200,4),(141,2057209200,5),(141,2077768800,4),(141,2088658800,5),(141,2109218400,4),(141,2120108400,5),(141,2140668000,4),(142,-1633276800,0),(142,-1615136400,1),(142,-1601827200,0),(142,-1583686800,1),(142,-880214400,2),(142,-769395600,3),(142,-765392400,1),(142,-52934400,0),(142,-37213200,1),(142,-21484800,0),(142,-5763600,1),(142,9964800,0),(142,25686000,1),(142,41414400,0),(142,57740400,1),(142,73468800,0),(142,89190000,1),(142,104918400,0),(142,120639600,1),(142,126691200,0),(142,152089200,1),(142,162374400,0),(142,183538800,1),(142,199267200,0),(142,215593200,1),(142,230716800,0),(142,247042800,1),(142,262771200,0),(142,278492400,1),(142,294220800,0),(142,309942000,1),(142,325670400,0),(142,341391600,1),(142,357120000,0),(142,372841200,1),(142,388569600,0),(142,404895600,1),(142,420019200,0),(142,436345200,1),(142,452073600,0),(142,467794800,1),(142,483523200,0),(142,499244400,1),(142,514972800,0),(142,530694000,1),(142,544608000,0),(142,562143600,1),(142,576057600,0),(142,594198000,1),(142,607507200,0),(142,625647600,1),(142,638956800,0),(142,657097200,1),(142,671011200,0),(142,688546800,1),(142,702460800,0),(142,719996400,1),(142,733910400,0),(142,752050800,1),(142,765360000,0),(142,783500400,1),(142,796809600,0),(142,814950000,1),(142,828864000,0),(142,846399600,1),(142,860313600,0),(142,877849200,1),(142,891763200,0),(142,909298800,1),(142,923212800,0),(142,941353200,1),(142,954662400,0),(142,972802800,5),(142,986108400,4),(142,1004248800,5),(142,1018162800,4),(142,1035698400,5),(142,1049612400,4),(142,1067148000,5),(142,1081062000,4),(142,1099202400,5),(142,1112511600,4),(142,1130652000,5),(142,1143961200,4),(142,1162101600,5),(142,1173596400,4),(142,1194156000,5),(142,1205046000,4),(142,1225605600,5),(142,1236495600,4),(142,1257055200,5),(142,1268550000,4),(142,1289109600,5),(142,1299999600,4),(142,1320559200,5),(142,1331449200,4),(142,1352008800,5),(142,1362898800,4),(142,1383458400,5),(142,1394348400,4),(142,1414908000,5),(142,1425798000,4),(142,1446357600,5),(142,1457852400,4),(142,1478412000,5),(142,1489302000,4),(142,1509861600,5),(142,1520751600,4),(142,1541311200,5),(142,1552201200,4),(142,1572760800,5),(142,1583650800,4),(142,1604210400,5),(142,1615705200,4),(142,1636264800,5),(142,1647154800,4),(142,1667714400,5),(142,1678604400,4),(142,1699164000,5),(142,1710054000,4),(142,1730613600,5),(142,1741503600,4),(142,1762063200,5),(142,1772953200,4),(142,1793512800,5),(142,1805007600,4),(142,1825567200,5),(142,1836457200,4),(142,1857016800,5),(142,1867906800,4),(142,1888466400,5),(142,1899356400,4),(142,1919916000,5),(142,1930806000,4),(142,1951365600,5),(142,1962860400,4),(142,1983420000,5),(142,1994310000,4),(142,2014869600,5),(142,2025759600,4),(142,2046319200,5),(142,2057209200,4),(142,2077768800,5),(142,2088658800,4),(142,2109218400,5),(142,2120108400,4),(142,2140668000,5),(143,-1633276800,0),(143,-1615136400,1),(143,-1601827200,0),(143,-1583686800,1),(143,-880214400,2),(143,-769395600,3),(143,-765392400,1),(143,-715795200,0),(143,-702493200,1),(143,-684345600,0),(143,-671043600,1),(143,-652896000,0),(143,-639594000,1),(143,-620841600,0),(143,-608144400,1),(143,-589392000,0),(143,-576090000,1),(143,-557942400,0),(143,-544640400,1),(143,-526492800,0),(143,-513190800,1),(143,-495043200,0),(143,-481741200,1),(143,-463593600,0),(143,-447267600,1),(143,-431539200,0),(143,-415818000,1),(143,-400089600,0),(143,-386787600,1),(143,-368640000,0),(143,-355338000,1),(143,-337190400,0),(143,-321469200,1),(143,-305740800,0),(143,-289414800,1),(143,-273686400,0),(143,-257965200,1),(143,-242236800,4),(143,-195066000,1),(143,-84384000,0),(143,-68662800,1),(143,-52934400,0),(143,-37213200,1),(143,-21484800,0),(143,-5763600,1),(143,9964800,0),(143,25686000,1),(143,41414400,0),(143,57740400,1),(143,73468800,0),(143,89190000,1),(143,104918400,0),(143,120639600,1),(143,126691200,0),(143,152089200,1),(143,162374400,0),(143,183538800,1),(143,199267200,0),(143,215593200,1),(143,230716800,0),(143,247042800,1),(143,262771200,0),(143,278492400,1),(143,294220800,0),(143,309942000,1),(143,325670400,0),(143,341391600,1),(143,357120000,0),(143,372841200,1),(143,388569600,0),(143,404895600,1),(143,420019200,0),(143,436345200,1),(143,452073600,0),(143,467794800,1),(143,483523200,0),(143,499244400,1),(143,514972800,0),(143,530694000,1),(143,544608000,0),(143,562143600,1),(143,576057600,0),(143,594198000,1),(143,607507200,0),(143,625647600,1),(143,638956800,0),(143,657097200,1),(143,671011200,0),(143,688546800,4),(143,1143961200,0),(143,1162105200,1),(143,1173600000,0),(143,1194159600,1),(143,1205049600,0),(143,1225609200,1),(143,1236499200,0),(143,1257058800,1),(143,1268553600,0),(143,1289113200,1),(143,1300003200,0),(143,1320562800,1),(143,1331452800,0),(143,1352012400,1),(143,1362902400,0),(143,1383462000,1),(143,1394352000,0),(143,1414911600,1),(143,1425801600,0),(143,1446361200,1),(143,1457856000,0),(143,1478415600,1),(143,1489305600,0),(143,1509865200,1),(143,1520755200,0),(143,1541314800,1),(143,1552204800,0),(143,1572764400,1),(143,1583654400,0),(143,1604214000,1),(143,1615708800,0),(143,1636268400,1),(143,1647158400,0),(143,1667718000,1),(143,1678608000,0),(143,1699167600,1),(143,1710057600,0),(143,1730617200,1),(143,1741507200,0),(143,1762066800,1),(143,1772956800,0),(143,1793516400,1),(143,1805011200,0),(143,1825570800,1),(143,1836460800,0),(143,1857020400,1),(143,1867910400,0),(143,1888470000,1),(143,1899360000,0),(143,1919919600,1),(143,1930809600,0),(143,1951369200,1),(143,1962864000,0),(143,1983423600,1),(143,1994313600,0),(143,2014873200,1),(143,2025763200,0),(143,2046322800,1),(143,2057212800,0),(143,2077772400,1),(143,2088662400,0),(143,2109222000,1),(143,2120112000,0),(143,2140671600,1),(144,-873057600,2),(144,-769395600,1),(144,-765399600,0),(145,-1205954844,1),(145,-1192307244,2),(146,-1938538284,2),(146,-1009825200,1),(146,-1002052800,2),(146,-986756400,1),(146,-971035200,2),(146,-955306800,1),(146,-939585600,2),(146,504939600,1),(146,512712000,2),(146,536475600,1),(146,544248000,2),(146,631170000,1),(146,638942400,2),(146,757400400,1),(146,765172800,2),(147,-1633269600,0),(147,-1615129200,1),(147,-1601820000,0),(147,-1583679600,1),(147,-880207200,2),(147,-769395600,3),(147,-765385200,1),(147,-687967140,0),(147,-662655600,1),(147,-620838000,0),(147,-608137200,1),(147,-589388400,0),(147,-576082800,1),(147,-557938800,0),(147,-544633200,1),(147,-526489200,0),(147,-513183600,1),(147,-495039600,0),(147,-481734000,1),(147,-463590000,0),(147,-450284400,1),(147,-431535600,0),(147,-418230000,1),(147,-400086000,0),(147,-386780400,1),(147,-368636400,0),(147,-355330800,1),(147,-337186800,0),(147,-323881200,1),(147,-305737200,0),(147,-292431600,1),(147,-273682800,0),(147,-260982000,1),(147,-242233200,0),(147,-226508400,1),(147,-210783600,0),(147,-195058800,1),(147,-179334000,0),(147,-163609200,1),(147,-147884400,0),(147,-131554800,1),(147,-116434800,0),(147,-100105200,1),(147,-84376800,0),(147,-68655600,1),(147,-52927200,0),(147,-37206000,1),(147,-21477600,0),(147,-5756400,1),(147,9972000,0),(147,25693200,1),(147,41421600,0),(147,57747600,1),(147,73476000,0),(147,89197200,1),(147,104925600,0),(147,120646800,1),(147,126698400,0),(147,152096400,1),(147,162381600,0),(147,183546000,1),(147,199274400,0),(147,215600400,1),(147,230724000,0),(147,247050000,1),(147,262778400,0),(147,278499600,1),(147,294228000,0),(147,309949200,1),(147,325677600,0),(147,341398800,1),(147,357127200,0),(147,372848400,1),(147,388576800,0),(147,404902800,1),(147,420026400,0),(147,436352400,1),(147,452080800,0),(147,467802000,1),(147,483530400,0),(147,499251600,1),(147,514980000,0),(147,530701200,1),(147,544615200,0),(147,562150800,1),(147,576064800,0),(147,594205200,1),(147,607514400,0),(147,625654800,1),(147,638964000,0),(147,657104400,1),(147,671018400,0),(147,688554000,1),(147,702468000,0),(147,720003600,1),(147,733917600,0),(147,752058000,1),(147,765367200,0),(147,783507600,1),(147,796816800,0),(147,814957200,1),(147,828871200,0),(147,846406800,1),(147,860320800,0),(147,877856400,1),(147,891770400,0),(147,909306000,1),(147,923220000,0),(147,941360400,1),(147,954669600,0),(147,972810000,1),(147,986119200,0),(147,1004259600,1),(147,1018173600,0),(147,1035709200,1),(147,1049623200,0),(147,1067158800,1),(147,1081072800,0),(147,1099213200,1),(147,1112522400,0),(147,1130662800,1),(147,1143972000,0),(147,1162112400,1),(147,1173607200,0),(147,1194166800,1),(147,1205056800,0),(147,1225616400,1),(147,1236506400,0),(147,1257066000,1),(147,1268560800,0),(147,1289120400,1),(147,1300010400,0),(147,1320570000,1),(147,1331460000,0),(147,1352019600,1),(147,1362909600,0),(147,1383469200,1),(147,1394359200,0),(147,1414918800,1),(147,1425808800,0),(147,1446368400,1),(147,1457863200,0),(147,1478422800,1),(147,1489312800,0),(147,1509872400,1),(147,1520762400,0),(147,1541322000,1),(147,1552212000,0),(147,1572771600,1),(147,1583661600,0),(147,1604221200,1),(147,1615716000,0),(147,1636275600,1),(147,1647165600,0),(147,1667725200,1),(147,1678615200,0),(147,1699174800,1),(147,1710064800,0),(147,1730624400,1),(147,1741514400,0),(147,1762074000,1),(147,1772964000,0),(147,1793523600,1),(147,1805018400,0),(147,1825578000,1),(147,1836468000,0),(147,1857027600,1),(147,1867917600,0),(147,1888477200,1),(147,1899367200,0),(147,1919926800,1),(147,1930816800,0),(147,1951376400,1),(147,1962871200,0),(147,1983430800,1),(147,1994320800,0),(147,2014880400,1),(147,2025770400,0),(147,2046330000,1),(147,2057220000,0),(147,2077779600,1),(147,2088669600,0),(147,2109229200,1),(147,2120119200,0),(147,2140678800,1),(148,-1633276800,0),(148,-1615136400,1),(148,-1601827200,0),(148,-1583686800,1),(148,-1535904000,0),(148,-1525280400,1),(148,-905097600,0),(148,-891795600,1),(148,-880214400,2),(148,-769395600,3),(148,-765392400,1),(148,-747251940,0),(148,-744224400,1),(148,-620841600,0),(148,-608144400,1),(148,-589392000,0),(148,-576090000,1),(148,-557942400,0),(148,-544640400,1),(148,-526492800,0),(148,-513190800,1),(148,-495043200,0),(148,-481741200,1),(148,-463593600,0),(148,-450291600,1),(148,-431539200,0),(148,-415818000,1),(148,-400089600,0),(148,-384368400,1),(148,-368640000,0),(148,-352918800,1),(148,-337190400,0),(148,-321469200,1),(148,-305740800,0),(148,-289414800,1),(148,-273686400,0),(148,-266432400,4),(148,-52938000,5),(148,-37216800,4),(148,-21488400,5),(148,-5767200,4),(148,9961200,5),(148,25682400,4),(148,41410800,5),(148,57736800,4),(148,73465200,5),(148,89186400,4),(148,104914800,5),(148,120636000,4),(148,126687600,0),(148,152089200,4),(148,162370800,5),(148,183535200,4),(148,199263600,5),(148,215589600,4),(148,230713200,5),(148,247039200,4),(148,262767600,5),(148,278488800,4),(148,294217200,5),(148,309938400,4),(148,325666800,5),(148,341388000,4),(148,357116400,5),(148,372837600,4),(148,388566000,5),(148,404892000,4),(148,420015600,5),(148,436341600,4),(148,452070000,5),(148,467791200,4),(148,483519600,5),(148,499240800,4),(148,514969200,5),(148,530690400,4),(148,544604400,5),(148,562140000,4),(148,576054000,5),(148,594194400,4),(148,607503600,5),(148,625644000,4),(148,638953200,5),(148,657093600,4),(148,671007600,5),(148,688543200,4),(148,702457200,5),(148,719992800,4),(148,733906800,5),(148,752047200,4),(148,765356400,5),(148,783496800,4),(148,796806000,5),(148,814946400,4),(148,828860400,5),(148,846396000,4),(148,860310000,5),(148,877845600,4),(148,891759600,5),(148,909295200,4),(148,923209200,5),(148,941349600,4),(148,954658800,5),(148,972799200,4),(148,986108400,5),(148,1004248800,4),(148,1018162800,5),(148,1035698400,4),(148,1049612400,5),(148,1067148000,4),(148,1081062000,5),(148,1099202400,4),(148,1112511600,5),(148,1130652000,4),(148,1143961200,5),(148,1162101600,4),(148,1173596400,5),(148,1194156000,4),(148,1205046000,5),(148,1225605600,4),(148,1236495600,5),(148,1257055200,4),(148,1268550000,5),(148,1289109600,4),(148,1299999600,5),(148,1320559200,4),(148,1331449200,5),(148,1352008800,4),(148,1362898800,5),(148,1383458400,4),(148,1394348400,5),(148,1414908000,4),(148,1425798000,5),(148,1446357600,4),(148,1457852400,5),(148,1478412000,4),(148,1489302000,5),(148,1509861600,4),(148,1520751600,5),(148,1541311200,4),(148,1552201200,5),(148,1572760800,4),(148,1583650800,5),(148,1604210400,4),(148,1615705200,5),(148,1636264800,4),(148,1647154800,5),(148,1667714400,4),(148,1678604400,5),(148,1699164000,4),(148,1710054000,5),(148,1730613600,4),(148,1741503600,5),(148,1762063200,4),(148,1772953200,5),(148,1793512800,4),(148,1805007600,5),(148,1825567200,4),(148,1836457200,5),(148,1857016800,4),(148,1867906800,5),(148,1888466400,4),(148,1899356400,5),(148,1919916000,4),(148,1930806000,5),(148,1951365600,4),(148,1962860400,5),(148,1983420000,4),(148,1994310000,5),(148,2014869600,4),(148,2025759600,5),(148,2046319200,4),(148,2057209200,5),(148,2077768800,4),(148,2088658800,5),(148,2109218400,4),(148,2120108400,5),(148,2140668000,4),(149,-873057600,2),(149,-769395600,1),(149,-765399600,0),(150,-1767217028,2),(150,-1206957600,1),(150,-1191362400,2),(150,-1175374800,1),(150,-1159826400,2),(150,-633819600,1),(150,-622069200,2),(150,-602283600,1),(150,-591832800,2),(150,-570747600,1),(150,-560210400,2),(150,-539125200,1),(150,-531352800,2),(150,-191365200,1),(150,-184197600,2),(150,-155163600,1),(150,-150069600,2),(150,-128898000,1),(150,-121125600,2),(150,-99954000,1),(150,-89589600,2),(150,-68418000,1),(150,-57967200,2),(150,499748400,1),(150,511236000,2),(150,530593200,1),(150,540266400,2),(150,562129200,1),(150,571197600,2),(150,592974000,1),(150,602042400,2),(150,624423600,1),(150,634701600,2),(150,813726000,1),(150,824004000,2),(150,938919600,1),(150,951616800,2),(150,970974000,1),(150,972180000,2),(150,1003028400,1),(150,1013911200,2),(151,-1121105688,1),(151,105084000,2),(151,161758800,1),(151,290584800,3),(151,299134800,1),(151,322034400,3),(151,330584400,1),(151,694260000,2),(151,717310800,1),(151,725868000,2),(151,852094800,1),(151,1113112800,3),(151,1128229200,1),(151,1146384000,3),(151,1159682400,1),(152,-1767211196,2),(152,-1206954000,1),(152,-1191358800,2),(152,-1175371200,1),(152,-1159822800,2),(152,-633816000,1),(152,-622065600,2),(152,-602280000,1),(152,-591829200,2),(152,-570744000,1),(152,-560206800,2),(152,-539121600,1),(152,-531349200,2),(152,-191361600,1),(152,-184194000,2),(152,-155160000,1),(152,-150066000,2),(152,-128894400,1),(152,-121122000,2),(152,-99950400,1),(152,-89586000,2),(152,-68414400,1),(152,-57963600,2),(152,499752000,1),(152,511239600,2),(152,530596800,1),(152,540270000,2),(152,562132800,1),(152,571201200,2),(152,750830400,1),(152,761713200,2),(153,-873057600,2),(153,-769395600,1),(153,-765399600,0),(154,-1851537340,1),(154,323841600,2),(154,338958000,1),(155,-1514743200,1),(155,576057600,2),(155,594198000,1),(155,828864000,2),(155,846399600,1),(155,860313600,2),(155,877849200,1),(155,891763200,2),(155,909298800,1),(155,923212800,2),(155,941353200,1),(155,954662400,2),(155,972802800,1),(155,989136000,2),(155,1001833200,1),(155,1018166400,2),(155,1035702000,1),(155,1049616000,2),(155,1067151600,1),(155,1081065600,2),(155,1099206000,1),(155,1112515200,2),(155,1130655600,1),(155,1143964800,2),(155,1162105200,1),(155,1175414400,2),(155,1193554800,1),(155,1207468800,2),(155,1225004400,1),(155,1238918400,2),(155,1256454000,1),(155,1268553600,2),(155,1289113200,1),(155,1300003200,2),(155,1320562800,1),(155,1331452800,2),(155,1352012400,1),(155,1362902400,2),(155,1383462000,1),(155,1394352000,2),(155,1414911600,1),(155,1425801600,2),(155,1446361200,1),(155,1457856000,2),(155,1478415600,1),(155,1489305600,2),(155,1509865200,1),(155,1520755200,2),(155,1541314800,1),(155,1552204800,2),(155,1572764400,1),(155,1583654400,2),(155,1604214000,1),(155,1615708800,2),(155,1636268400,1),(155,1647158400,2),(155,1667718000,1),(155,1678608000,2),(155,1699167600,1),(155,1710057600,2),(155,1730617200,1),(155,1741507200,2),(155,1762066800,1),(155,1772956800,2),(155,1793516400,1),(155,1805011200,2),(155,1825570800,1),(155,1836460800,2),(155,1857020400,1),(155,1867910400,2),(155,1888470000,1),(155,1899360000,2),(155,1919919600,1),(155,1930809600,2),(155,1951369200,1),(155,1962864000,2),(155,1983423600,1),(155,1994313600,2),(155,2014873200,1),(155,2025763200,2),(155,2046322800,1),(155,2057212800,2),(155,2077772400,1),(155,2088662400,2),(155,2109222000,1),(155,2120112000,2),(155,2140671600,1),(156,-1514739600,1),(156,-1343066400,2),(156,-1234807200,1),(156,-1220292000,2),(156,-1207159200,1),(156,-1191344400,2),(156,-873828000,1),(156,-661539600,3),(156,28800,1),(156,828867600,4),(156,846403200,1),(156,860317200,4),(156,877852800,1),(156,891766800,4),(156,909302400,1),(156,923216400,4),(156,941356800,1),(156,954666000,4),(156,972806400,1),(156,989139600,4),(156,1001836800,1),(156,1018170000,4),(156,1035705600,1),(156,1049619600,4),(156,1067155200,1),(156,1081069200,4),(156,1099209600,1),(156,1112518800,4),(156,1130659200,1),(156,1143968400,4),(156,1162108800,1),(156,1175418000,4),(156,1193558400,1),(156,1207472400,4),(156,1225008000,1),(156,1238922000,4),(156,1256457600,1),(156,1270371600,4),(156,1288512000,1),(156,1301821200,4),(156,1319961600,1),(156,1333270800,4),(156,1351411200,1),(156,1365325200,4),(156,1382860800,1),(156,1396774800,4),(156,1414310400,1),(156,1428224400,4),(156,1445760000,1),(156,1459674000,4),(156,1477814400,1),(156,1491123600,4),(156,1509264000,1),(156,1522573200,4),(156,1540713600,1),(156,1554627600,4),(156,1572163200,1),(156,1586077200,4),(156,1603612800,1),(156,1617526800,4),(156,1635667200,1),(156,1648976400,4),(156,1667116800,1),(156,1680426000,4),(156,1698566400,1),(156,1712480400,4),(156,1730016000,1),(156,1743930000,4),(156,1761465600,1),(156,1775379600,4),(156,1792915200,1),(156,1806829200,4),(156,1824969600,1),(156,1838278800,4),(156,1856419200,1),(156,1869728400,4),(156,1887868800,1),(156,1901782800,4),(156,1919318400,1),(156,1933232400,4),(156,1950768000,1),(156,1964682000,4),(156,1982822400,1),(156,1996131600,4),(156,2014272000,1),(156,2027581200,4),(156,2045721600,1),(156,2059030800,4),(156,2077171200,1),(156,2091085200,4),(156,2108620800,1),(156,2122534800,4),(156,2140070400,1),(157,-1567453392,1),(157,-1233432000,2),(157,-1222981200,1),(157,-1205956800,2),(157,-1194037200,1),(157,-1172865600,2),(157,-1162501200,1),(157,-1141329600,2),(157,-1130965200,1),(157,-1109793600,2),(157,-1099429200,1),(157,-1078257600,2),(157,-1067806800,1),(157,-1046635200,2),(157,-1036270800,1),(157,-1015099200,2),(157,-1004734800,1),(157,-983563200,2),(157,-973198800,1),(157,-952027200,2),(157,-941576400,1),(157,-931032000,2),(157,-900882000,1),(157,-890337600,2),(157,-833749200,1),(157,-827265600,2),(157,-752274000,1),(157,-733780800,2),(157,-197326800,1),(157,-190843200,2),(157,-184194000,1),(157,-164491200,2),(157,-152658000,1),(157,-132955200,2),(157,-121122000,1),(157,-101419200,2),(157,-86821200,1),(157,-71092800,2),(157,-54766800,1),(157,-39038400,2),(157,-23317200,1),(157,-7588800,4),(157,128142000,3),(157,136605600,4),(157,596948400,3),(157,605066400,4),(157,624423600,3),(157,636516000,1),(157,655963200,2),(157,667796400,1),(157,687499200,2),(157,699418800,1),(157,719380800,3),(157,731469600,4),(157,938919600,2),(157,952052400,4),(157,1085281200,1),(157,1096171200,4),(157,1198983600,3),(157,1205632800,4),(158,-1633276800,0),(158,-1615136400,1),(158,-1601827200,0),(158,-1583686800,1),(158,-880214400,2),(158,-769395600,3),(158,-765392400,1),(158,-747244800,0),(158,-733942800,1),(158,-116438400,0),(158,-100112400,1),(158,-21484800,4),(158,104914800,0),(158,120639600,1),(158,126691200,0),(158,152089200,1),(158,162374400,0),(158,183538800,1),(158,199267200,0),(158,215593200,1),(158,230716800,0),(158,247042800,1),(158,262771200,0),(158,278492400,1),(158,294220800,0),(158,309942000,1),(158,325670400,0),(158,341391600,1),(158,357120000,0),(158,372841200,1),(158,388569600,0),(158,404895600,1),(158,420019200,0),(158,436345200,1),(158,452073600,0),(158,467794800,1),(158,483523200,0),(158,499244400,1),(158,514972800,0),(158,530694000,1),(158,544608000,0),(158,562143600,1),(158,576057600,0),(158,594198000,1),(158,607507200,0),(158,625647600,1),(158,638956800,0),(158,657097200,1),(158,671011200,0),(158,688546800,1),(158,702460800,0),(158,719996400,1),(158,733910400,0),(158,752050800,1),(158,765360000,0),(158,783500400,1),(158,796809600,0),(158,814950000,1),(158,828864000,0),(158,846399600,1),(158,860313600,0),(158,877849200,1),(158,891763200,0),(158,909298800,1),(158,923212800,0),(158,941353200,1),(158,954662400,0),(158,972802800,1),(158,986112000,0),(158,1004252400,1),(158,1018166400,0),(158,1035702000,1),(158,1049616000,0),(158,1067151600,1),(158,1081065600,0),(158,1099206000,1),(158,1112515200,0),(158,1130655600,1),(158,1143964800,0),(158,1162105200,1),(158,1173600000,0),(158,1194159600,1),(158,1205049600,0),(158,1225609200,1),(158,1236499200,0),(158,1257058800,1),(158,1268553600,0),(158,1289113200,1),(158,1300003200,0),(158,1320562800,1),(158,1331452800,0),(158,1352012400,1),(158,1362902400,0),(158,1383462000,1),(158,1394352000,0),(158,1414911600,1),(158,1425801600,0),(158,1446361200,1),(158,1457856000,0),(158,1478415600,1),(158,1489305600,0),(158,1509865200,1),(158,1520755200,0),(158,1541314800,1),(158,1552204800,0),(158,1572764400,1),(158,1583654400,0),(158,1604214000,1),(158,1615708800,0),(158,1636268400,1),(158,1647158400,0),(158,1667718000,1),(158,1678608000,0),(158,1699167600,1),(158,1710057600,0),(158,1730617200,1),(158,1741507200,0),(158,1762066800,1),(158,1772956800,0),(158,1793516400,1),(158,1805011200,0),(158,1825570800,1),(158,1836460800,0),(158,1857020400,1),(158,1867910400,0),(158,1888470000,1),(158,1899360000,0),(158,1919919600,1),(158,1930809600,0),(158,1951369200,1),(158,1962864000,0),(158,1983423600,1),(158,1994313600,0),(158,2014873200,1),(158,2025763200,0),(158,2046322800,1),(158,2057212800,0),(158,2077772400,1),(158,2088662400,0),(158,2109222000,1),(158,2120112000,0),(158,2140671600,1),(159,-1514743200,1),(159,377935200,2),(159,407653200,1),(159,828864000,3),(159,846399600,1),(159,860313600,3),(159,877849200,1),(159,891763200,3),(159,909298800,1),(159,923212800,3),(159,941353200,1),(159,954662400,3),(159,972802800,1),(159,989136000,3),(159,1001833200,1),(159,1018166400,3),(159,1035702000,1),(159,1049616000,3),(159,1067151600,1),(159,1081065600,3),(159,1099206000,1),(159,1112515200,3),(159,1130655600,1),(159,1143964800,3),(159,1162105200,1),(159,1175414400,3),(159,1193554800,1),(159,1207468800,3),(159,1225004400,1),(159,1238918400,3),(159,1256454000,1),(159,1270368000,3),(159,1288508400,1),(159,1301817600,3),(159,1319958000,1),(159,1333267200,3),(159,1351407600,1),(159,1365321600,3),(159,1382857200,1),(159,1396771200,3),(159,1414306800,1),(159,1428220800,3),(159,1445756400,1),(159,1459670400,3),(159,1477810800,1),(159,1491120000,3),(159,1509260400,1),(159,1522569600,3),(159,1540710000,1),(159,1554624000,3),(159,1572159600,1),(159,1586073600,3),(159,1603609200,1),(159,1617523200,3),(159,1635663600,1),(159,1648972800,3),(159,1667113200,1),(159,1680422400,3),(159,1698562800,1),(159,1712476800,3),(159,1730012400,1),(159,1743926400,3),(159,1761462000,1),(159,1775376000,3),(159,1792911600,1),(159,1806825600,3),(159,1824966000,1),(159,1838275200,3),(159,1856415600,1),(159,1869724800,3),(159,1887865200,1),(159,1901779200,3),(159,1919314800,1),(159,1933228800,3),(159,1950764400,1),(159,1964678400,3),(159,1982818800,1),(159,1996128000,3),(159,2014268400,1),(159,2027577600,3),(159,2045718000,1),(159,2059027200,3),(159,2077167600,1),(159,2091081600,3),(159,2108617200,1),(159,2122531200,3),(159,2140066800,1),(160,-880207200,1),(160,-769395600,2),(160,-765385200,0),(160,-21477600,3),(160,-5756400,0),(160,9972000,3),(160,25693200,0),(160,41421600,3),(160,57747600,0),(160,73476000,3),(160,89197200,0),(160,104925600,3),(160,120646800,0),(160,126698400,3),(160,152096400,0),(160,162381600,3),(160,183546000,0),(160,199274400,3),(160,215600400,0),(160,230724000,3),(160,247050000,0),(160,262778400,3),(160,278499600,0),(160,294228000,3),(160,309949200,0),(160,325677600,3),(160,341398800,0),(160,357127200,3),(160,372848400,0),(160,388576800,3),(160,404902800,0),(160,420026400,3),(160,436352400,0),(160,1446372000,4),(160,1457866800,5),(160,1478426400,4),(160,1489316400,5),(160,1509876000,4),(160,1520766000,5),(160,1541325600,0),(160,1547978400,4),(160,1552215600,5),(160,1572775200,4),(160,1583665200,5),(160,1604224800,4),(160,1615719600,5),(160,1636279200,4),(160,1647169200,5),(160,1667728800,4),(160,1678618800,5),(160,1699178400,4),(160,1710068400,5),(160,1730628000,4),(160,1741518000,5),(160,1762077600,4),(160,1772967600,5),(160,1793527200,4),(160,1805022000,5),(160,1825581600,4),(160,1836471600,5),(160,1857031200,4),(160,1867921200,5),(160,1888480800,4),(160,1899370800,5),(160,1919930400,4),(160,1930820400,5),(160,1951380000,4),(160,1962874800,5),(160,1983434400,4),(160,1994324400,5),(160,2014884000,4),(160,2025774000,5),(160,2046333600,4),(160,2057223600,5),(160,2077783200,4),(160,2088673200,5),(160,2109232800,4),(160,2120122800,5),(160,2140682400,4),(161,-1514739600,1),(161,-1343066400,2),(161,-1234807200,1),(161,-1220292000,2),(161,-1207159200,1),(161,-1191344400,2),(161,-975261600,3),(161,-963169200,2),(161,-917114400,3),(161,-907354800,2),(161,-821901600,4),(161,-810068400,2),(161,-627501600,3),(161,-612990000,2),(161,828864000,3),(161,846399600,2),(161,860313600,3),(161,877849200,2),(161,891763200,3),(161,909298800,2),(161,923212800,3),(161,941353200,2),(161,954662400,3),(161,972802800,2),(161,989136000,3),(161,1001833200,2),(161,1018166400,3),(161,1035702000,2),(161,1049616000,3),(161,1067151600,2),(161,1081065600,3),(161,1099206000,2),(161,1112515200,3),(161,1130655600,2),(161,1143964800,3),(161,1162105200,2),(161,1175414400,3),(161,1193554800,2),(161,1207468800,3),(161,1225004400,2),(161,1238918400,3),(161,1256454000,2),(161,1270368000,3),(161,1288508400,2),(161,1301817600,3),(161,1319958000,2),(161,1333267200,3),(161,1351407600,2),(161,1365321600,3),(161,1382857200,2),(161,1396771200,3),(161,1414306800,2),(161,1428220800,3),(161,1445756400,2),(161,1459670400,3),(161,1477810800,2),(161,1491120000,3),(161,1509260400,2),(161,1522569600,3),(161,1540710000,2),(161,1554624000,3),(161,1572159600,2),(161,1586073600,3),(161,1603609200,2),(161,1617523200,3),(161,1635663600,2),(161,1648972800,3),(161,1667113200,2),(161,1680422400,3),(161,1698562800,2),(161,1712476800,3),(161,1730012400,2),(161,1743926400,3),(161,1761462000,2),(161,1775376000,3),(161,1792911600,2),(161,1806825600,3),(161,1824966000,2),(161,1838275200,3),(161,1856415600,2),(161,1869724800,3),(161,1887865200,2),(161,1901779200,3),(161,1919314800,2),(161,1933228800,3),(161,1950764400,2),(161,1964678400,3),(161,1982818800,2),(161,1996128000,3),(161,2014268400,2),(161,2027577600,3),(161,2045718000,2),(161,2059027200,3),(161,2077167600,2),(161,2091081600,3),(161,2108617200,2),(161,2122531200,3),(161,2140066800,2),(162,-1850328920,1),(162,326001600,2),(162,544597200,3),(162,562132800,2),(162,576046800,3),(162,594187200,2),(162,607496400,3),(162,625636800,2),(162,638946000,3),(162,657086400,2),(162,671000400,3),(162,688536000,2),(162,702450000,3),(162,719985600,2),(162,733899600,3),(162,752040000,2),(162,765349200,3),(162,783489600,2),(162,796798800,3),(162,814939200,2),(162,828853200,3),(162,846388800,2),(162,860302800,3),(162,877838400,2),(162,891752400,3),(162,909288000,2),(162,923202000,3),(162,941342400,2),(162,954651600,3),(162,972792000,2),(162,986101200,3),(162,1004241600,2),(162,1018155600,3),(162,1035691200,2),(162,1049605200,3),(162,1067140800,2),(162,1081054800,3),(162,1099195200,2),(162,1112504400,3),(162,1130644800,2),(162,1143954000,3),(162,1162094400,2),(162,1173589200,3),(162,1194148800,2),(162,1205038800,3),(162,1225598400,2),(162,1236488400,3),(162,1257048000,2),(162,1268542800,3),(162,1289102400,2),(162,1299992400,3),(162,1320552000,2),(162,1331442000,3),(162,1352001600,2),(162,1362891600,3),(162,1383451200,2),(162,1394341200,3),(162,1414900800,2),(162,1425790800,3),(162,1446350400,2),(162,1457845200,3),(162,1478404800,2),(162,1489294800,3),(162,1509854400,2),(162,1520744400,3),(162,1541304000,2),(162,1552194000,3),(162,1572753600,2),(162,1583643600,3),(162,1604203200,2),(162,1615698000,3),(162,1636257600,2),(162,1647147600,3),(162,1667707200,2),(162,1678597200,3),(162,1699156800,2),(162,1710046800,3),(162,1730606400,2),(162,1741496400,3),(162,1762056000,2),(162,1772946000,3),(162,1793505600,2),(162,1805000400,3),(162,1825560000,2),(162,1836450000,3),(162,1857009600,2),(162,1867899600,3),(162,1888459200,2),(162,1899349200,3),(162,1919908800,2),(162,1930798800,3),(162,1951358400,2),(162,1962853200,3),(162,1983412800,2),(162,1994302800,3),(162,2014862400,2),(162,2025752400,3),(162,2046312000,2),(162,2057202000,3),(162,2077761600,2),(162,2088651600,3),(162,2109211200,2),(162,2120101200,3),(162,2140660800,2),(163,-2131642800,2),(163,-1632074400,1),(163,-1615143600,2),(163,-1153681200,1),(163,-1145822400,2),(163,-1122231600,1),(163,-1114372800,2),(163,-1090782000,1),(163,-1082923200,2),(163,-1059332400,1),(163,-1051473600,2),(163,-1027882800,1),(163,-1020024000,2),(163,-996433200,1),(163,-988574400,2),(163,-965674800,1),(163,-955396800,2),(163,-934743600,1),(163,-923947200,2),(163,-904503600,1),(163,-891892800,2),(163,-880221600,3),(163,-769395600,4),(163,-765399600,2),(163,-747252000,1),(163,-733950000,2),(163,-715802400,1),(163,-702500400,2),(163,-684352800,1),(163,-671050800,2),(163,-652903200,1),(163,-639601200,2),(163,-620848800,1),(163,-608151600,2),(163,-589399200,1),(163,-576097200,2),(163,-557949600,1),(163,-544647600,2),(163,-526500000,1),(163,-513198000,2),(163,-495050400,1),(163,-481748400,2),(163,-463600800,1),(163,-450298800,2),(163,-431546400,1),(163,-418244400,2),(163,-400096800,1),(163,-384375600,2),(163,-368647200,1),(163,-352926000,2),(163,-337197600,1),(163,-321476400,2),(163,-305748000,1),(163,-289422000,2),(163,-273693600,1),(163,-257972400,2),(163,-242244000,1),(163,-226522800,2),(163,-210794400,1),(163,-195073200,2),(163,-179344800,1),(163,-163623600,2),(163,-147895200,1),(163,-131569200,2),(163,-116445600,1),(163,-100119600,2),(163,-84391200,1),(163,-68670000,2),(163,-52941600,1),(163,-37220400,2),(163,-21492000,1),(163,-5770800,2),(163,9957600,1),(163,25678800,2),(163,41407200,1),(163,57733200,2),(163,73461600,1),(163,89182800,2),(163,136360800,1),(163,152082000,2),(163,167810400,1),(163,183531600,2),(163,199260000,1),(163,215586000,2),(163,230709600,1),(163,247035600,2),(163,262764000,1),(163,278485200,2),(163,294213600,1),(163,309934800,2),(163,325663200,1),(163,341384400,2),(163,357112800,1),(163,372834000,2),(163,388562400,1),(163,404888400,2),(163,420012000,1),(163,436338000,2),(163,452066400,1),(163,467787600,2),(163,483516000,1),(163,499237200,2),(163,514965600,1),(163,530686800,2),(163,544600800,1),(163,562136400,2),(163,576050400,1),(163,594190800,2),(163,607500000,1),(163,625640400,2),(163,638949600,1),(163,657090000,2),(163,671004000,1),(163,688539600,2),(163,702453600,1),(163,719989200,2),(163,733896060,1),(163,752036460,2),(163,765345660,1),(163,783486060,2),(163,796795260,1),(163,814935660,2),(163,828849660,1),(163,846385260,2),(163,860299260,1),(163,877834860,2),(163,891748860,1),(163,909284460,2),(163,923198460,1),(163,941338860,2),(163,954648060,1),(163,972788460,2),(163,986097660,1),(163,1004238060,2),(163,1018152060,1),(163,1035687660,2),(163,1049601660,1),(163,1067137260,2),(163,1081051260,1),(163,1099191660,2),(163,1112500860,1),(163,1130641260,2),(163,1143950460,1),(163,1162090860,2),(163,1173592800,1),(163,1194152400,2),(163,1205042400,1),(163,1225602000,2),(163,1236492000,1),(163,1257051600,2),(163,1268546400,1),(163,1289106000,2),(163,1299996000,1),(163,1320555600,2),(163,1331445600,1),(163,1352005200,2),(163,1362895200,1),(163,1383454800,2),(163,1394344800,1),(163,1414904400,2),(163,1425794400,1),(163,1446354000,2),(163,1457848800,1),(163,1478408400,2),(163,1489298400,1),(163,1509858000,2),(163,1520748000,1),(163,1541307600,2),(163,1552197600,1),(163,1572757200,2),(163,1583647200,1),(163,1604206800,2),(163,1615701600,1),(163,1636261200,2),(163,1647151200,1),(163,1667710800,2),(163,1678600800,1),(163,1699160400,2),(163,1710050400,1),(163,1730610000,2),(163,1741500000,1),(163,1762059600,2),(163,1772949600,1),(163,1793509200,2),(163,1805004000,1),(163,1825563600,2),(163,1836453600,1),(163,1857013200,2),(163,1867903200,1),(163,1888462800,2),(163,1899352800,1),(163,1919912400,2),(163,1930802400,1),(163,1951362000,2),(163,1962856800,1),(163,1983416400,2),(163,1994306400,1),(163,2014866000,2),(163,2025756000,1),(163,2046315600,2),(163,2057205600,1),(163,2077765200,2),(163,2088655200,1),(163,2109214800,2),(163,2120104800,1),(163,2140664400,2),(164,-1514743200,1),(164,576057600,2),(164,594198000,1),(164,828864000,2),(164,846399600,1),(164,860313600,2),(164,877849200,1),(164,891763200,2),(164,909298800,1),(164,923212800,2),(164,941353200,1),(164,954662400,2),(164,972802800,1),(164,989136000,2),(164,1001833200,1),(164,1018166400,2),(164,1035702000,1),(164,1049616000,2),(164,1067151600,1),(164,1081065600,2),(164,1099206000,1),(164,1112515200,2),(164,1130655600,1),(164,1143964800,2),(164,1162105200,1),(164,1175414400,2),(164,1193554800,1),(164,1207468800,2),(164,1225004400,1),(164,1238918400,2),(164,1256454000,1),(164,1270368000,2),(164,1288508400,1),(164,1301817600,2),(164,1319958000,1),(164,1333267200,2),(164,1351407600,1),(164,1365321600,2),(164,1382857200,1),(164,1396771200,2),(164,1414306800,1),(164,1428220800,2),(164,1445756400,1),(164,1459670400,2),(164,1477810800,1),(164,1491120000,2),(164,1509260400,1),(164,1522569600,2),(164,1540710000,1),(164,1554624000,2),(164,1572159600,1),(164,1586073600,2),(164,1603609200,1),(164,1617523200,2),(164,1635663600,1),(164,1648972800,2),(164,1667113200,1),(164,1680422400,2),(164,1698562800,1),(164,1712476800,2),(164,1730012400,1),(164,1743926400,2),(164,1761462000,1),(164,1775376000,2),(164,1792911600,1),(164,1806825600,2),(164,1824966000,1),(164,1838275200,2),(164,1856415600,1),(164,1869724800,2),(164,1887865200,1),(164,1901779200,2),(164,1919314800,1),(164,1933228800,2),(164,1950764400,1),(164,1964678400,2),(164,1982818800,1),(164,1996128000,2),(164,2014268400,1),(164,2027577600,2),(164,2045718000,1),(164,2059027200,2),(164,2077167600,1),(164,2091081600,2),(164,2108617200,1),(164,2122531200,2),(164,2140066800,1),(165,-1942690509,1),(165,-1567455309,2),(165,-1459627200,4),(165,-1443819600,3),(165,-1428006600,4),(165,-1412283600,3),(165,-1396470600,4),(165,-1380747600,3),(165,-1141590600,4),(165,-1128286800,3),(165,-1110141000,4),(165,-1096837200,3),(165,-1078691400,4),(165,-1065387600,3),(165,-1047241800,4),(165,-1033938000,3),(165,-1015187400,4),(165,-1002488400,3),(165,-983737800,4),(165,-971038800,3),(165,-954707400,4),(165,-938984400,3),(165,-920838600,4),(165,-907534800,3),(165,-896819400,4),(165,-853621200,6),(165,-845847000,5),(165,-334789200,6),(165,-319671000,5),(165,-314226000,7),(165,-309996000,5),(165,-149720400,7),(165,-134604000,5),(165,-50446800,6),(165,-34205400,5),(165,9860400,7),(165,14176800,5),(165,72846000,7),(165,80100000,5),(165,127278000,8),(165,132111000,6),(165,147234600,5),(165,156913200,7),(165,165376800,5),(165,219812400,7),(165,226461600,5),(165,250052400,7),(165,257911200,5),(165,282711600,7),(165,289360800,5),(165,294202800,7),(165,322020000,5),(165,566449200,7),(165,573012000,5),(165,597812400,7),(165,605066400,5),(165,625633200,7),(165,635911200,5),(165,656478000,7),(165,667965600,5),(165,688532400,7),(165,699415200,5),(165,719377200,7),(165,730864800,5),(165,1095562800,7),(165,1111896000,5),(165,1128834000,7),(165,1142136000,5),(165,1159678800,7),(165,1173585600,5),(165,1191733200,7),(165,1205035200,5),(165,1223182800,7),(165,1236484800,5),(165,1254632400,7),(165,1268539200,5),(165,1286082000,7),(165,1299988800,5),(165,1317531600,7),(165,1331438400,5),(165,1349586000,7),(165,1362888000,5),(165,1381035600,7),(165,1394337600,5),(165,1412485200,7),(165,1425787200,5),(166,-1632070800,0),(166,-1615140000,1),(166,-1601753400,0),(166,-1583697600,1),(166,-1567357200,0),(166,-1554667200,1),(166,-1534698000,0),(166,-1524074400,1),(166,-1503248400,0),(166,-1492365600,1),(166,-1471798800,0),(166,-1460916000,1),(166,-1440954000,0),(166,-1428861600,1),(166,-1409504400,0),(166,-1397412000,1),(166,-1378054800,0),(166,-1365962400,1),(166,-1346605200,0),(166,-1333908000,1),(166,-1315155600,0),(166,-1301853600,1),(166,-1283706000,0),(166,-1270404000,1),(166,-1252256400,0),(166,-1238954400,1),(166,-1220806800,0),(166,-1207504800,1),(166,-1188752400,0),(166,-1176055200,1),(166,-1157302800,0),(166,-1144000800,1),(166,-1125853200,0),(166,-1112551200,1),(166,-1094403600,0),(166,-1081101600,1),(166,-1062954000,0),(166,-1049652000,1),(166,-1031504400,0),(166,-1018202400,1),(166,-1000054800,0),(166,-986752800,1),(166,-968000400,0),(166,-955303200,1),(166,-936550800,0),(166,-880218000,2),(166,-769395600,3),(166,-765396000,1),(166,-747248400,0),(166,-733946400,1),(166,-715806000,0),(166,-702504000,1),(166,-684356400,0),(166,-671054400,1),(166,-652906800,0),(166,-634161600,1),(166,-620845200,0),(166,-602704800,1),(166,-589395600,0),(166,-576093600,1),(166,-557946000,0),(166,-544644000,1),(166,-526496400,0),(166,-513194400,1),(166,-495046800,0),(166,-481744800,1),(166,-463597200,0),(166,-450295200,1),(166,-431542800,0),(166,-418240800,1),(166,-400093200,0),(166,-384372000,1),(166,-368643600,0),(166,-352922400,1),(166,-337194000,0),(166,-321472800,1),(166,-305744400,0),(166,-289418400,1),(166,-273690000,0),(166,-257968800,1),(166,-242240400,0),(166,-226519200,1),(166,-210790800,0),(166,-195069600,1),(166,-179341200,0),(166,-163620000,1),(166,-147891600,0),(166,-131565600,1),(166,-116442000,0),(166,-100116000,1),(166,-84387600,0),(166,-68666400,1),(166,-52938000,0),(166,-37216800,1),(166,-21488400,0),(166,-5767200,1),(166,9961200,0),(166,25682400,1),(166,41410800,0),(166,57736800,1),(166,73465200,0),(166,89186400,1),(166,104914800,0),(166,120636000,1),(166,136364400,0),(166,152085600,1),(166,167814000,0),(166,183535200,1),(166,199263600,0),(166,215589600,1),(166,230713200,0),(166,247039200,1),(166,262767600,0),(166,278488800,1),(166,294217200,0),(166,309938400,1),(166,325666800,0),(166,341388000,1),(166,357116400,0),(166,372837600,1),(166,388566000,0),(166,404892000,1),(166,420015600,0),(166,436341600,1),(166,452070000,0),(166,467791200,1),(166,483519600,0),(166,499240800,1),(166,514969200,0),(166,530690400,1),(166,544604400,0),(166,562140000,1),(166,576054000,0),(166,594194400,1),(166,607503600,0),(166,625644000,1),(166,638953200,0),(166,657093600,1),(166,671007600,0),(166,688543200,1),(166,702457200,0),(166,719992800,1),(166,733906800,0),(166,752047200,1),(166,765356400,0),(166,783496800,1),(166,796806000,0),(166,814946400,1),(166,828860400,0),(166,846396000,1),(166,860310000,0),(166,877845600,1),(166,891759600,0),(166,909295200,1),(166,923209200,0),(166,941349600,1),(166,954658800,0),(166,972799200,1),(166,986108400,0),(166,1004248800,1),(166,1018162800,0),(166,1035698400,1),(166,1049612400,0),(166,1067148000,1),(166,1081062000,0),(166,1099202400,1),(166,1112511600,0),(166,1130652000,1),(166,1143961200,0),(166,1162101600,1),(166,1173596400,0),(166,1194156000,1),(166,1205046000,0),(166,1225605600,1),(166,1236495600,0),(166,1257055200,1),(166,1268550000,0),(166,1289109600,1),(166,1299999600,0),(166,1320559200,1),(166,1331449200,0),(166,1352008800,1),(166,1362898800,0),(166,1383458400,1),(166,1394348400,0),(166,1414908000,1),(166,1425798000,0),(166,1446357600,1),(166,1457852400,0),(166,1478412000,1),(166,1489302000,0),(166,1509861600,1),(166,1520751600,0),(166,1541311200,1),(166,1552201200,0),(166,1572760800,1),(166,1583650800,0),(166,1604210400,1),(166,1615705200,0),(166,1636264800,1),(166,1647154800,0),(166,1667714400,1),(166,1678604400,0),(166,1699164000,1),(166,1710054000,0),(166,1730613600,1),(166,1741503600,0),(166,1762063200,1),(166,1772953200,0),(166,1793512800,1),(166,1805007600,0),(166,1825567200,1),(166,1836457200,0),(166,1857016800,1),(166,1867906800,0),(166,1888466400,1),(166,1899356400,0),(166,1919916000,1),(166,1930806000,0),(166,1951365600,1),(166,1962860400,0),(166,1983420000,1),(166,1994310000,0),(166,2014869600,1),(166,2025759600,0),(166,2046319200,1),(166,2057209200,0),(166,2077768800,1),(166,2088658800,0),(166,2109218400,1),(166,2120108400,0),(166,2140668000,1),(167,-873057600,2),(167,-769395600,1),(167,-765399600,0),(168,-1632070800,0),(168,-1615140000,1),(168,-1601753400,0),(168,-1583697600,1),(168,-1567357200,0),(168,-1554667200,1),(168,-1534698000,0),(168,-1524074400,1),(168,-1503248400,0),(168,-1492365600,1),(168,-1471798800,0),(168,-1460916000,1),(168,-1440954000,0),(168,-1428861600,1),(168,-1409504400,0),(168,-1397412000,1),(168,-1378054800,0),(168,-1365962400,1),(168,-1346605200,0),(168,-1333908000,1),(168,-1315155600,0),(168,-1301853600,1),(168,-1283706000,0),(168,-1270404000,1),(168,-1252256400,0),(168,-1238954400,1),(168,-1220806800,0),(168,-1207504800,1),(168,-1188752400,0),(168,-1176055200,1),(168,-1157302800,0),(168,-1144000800,1),(168,-1125853200,0),(168,-1112551200,1),(168,-1094403600,0),(168,-1081101600,1),(168,-1062954000,0),(168,-1049652000,1),(168,-1031504400,0),(168,-1018202400,1),(168,-1000054800,0),(168,-986752800,1),(168,-968000400,0),(168,-955303200,1),(168,-936550800,0),(168,-880218000,2),(168,-769395600,3),(168,-765396000,1),(168,-747248400,0),(168,-733946400,1),(168,-715806000,0),(168,-702504000,1),(168,-684356400,0),(168,-671054400,1),(168,-652906800,0),(168,-634161600,1),(168,-620845200,0),(168,-602704800,1),(168,-589395600,0),(168,-576093600,1),(168,-557946000,0),(168,-544644000,1),(168,-526496400,0),(168,-513194400,1),(168,-495046800,0),(168,-481744800,1),(168,-463597200,0),(168,-450295200,1),(168,-431542800,0),(168,-418240800,1),(168,-400093200,0),(168,-384372000,1),(168,-368643600,0),(168,-352922400,1),(168,-337194000,0),(168,-321472800,1),(168,-305744400,0),(168,-289418400,1),(168,-273690000,0),(168,-257968800,1),(168,-242240400,0),(168,-226519200,1),(168,-210790800,0),(168,-195069600,1),(168,-179341200,0),(168,-163620000,1),(168,-147891600,0),(168,-131565600,1),(168,-116442000,0),(168,-100116000,1),(168,-84387600,0),(168,-68666400,1),(168,-52938000,0),(168,-37216800,1),(168,-21488400,0),(168,-5767200,1),(168,9961200,0),(168,25682400,1),(168,41410800,0),(168,57736800,1),(168,73465200,0),(168,89186400,1),(168,104914800,0),(168,120636000,1),(168,136364400,0),(168,152085600,1),(168,167814000,0),(168,183535200,1),(168,199263600,0),(168,215589600,1),(168,230713200,0),(168,247039200,1),(168,262767600,0),(168,278488800,1),(168,294217200,0),(168,309938400,1),(168,325666800,0),(168,341388000,1),(168,357116400,0),(168,372837600,1),(168,388566000,0),(168,404892000,1),(168,420015600,0),(168,436341600,1),(168,452070000,0),(168,467791200,1),(168,483519600,0),(168,499240800,1),(168,514969200,0),(168,530690400,1),(168,544604400,0),(168,562140000,1),(168,576054000,0),(168,594194400,1),(168,607503600,0),(168,625644000,1),(168,638953200,0),(168,657093600,1),(168,671007600,0),(168,688543200,1),(168,702457200,0),(168,719992800,1),(168,733906800,0),(168,752047200,1),(168,765356400,0),(168,783496800,1),(168,796806000,0),(168,814946400,1),(168,828860400,0),(168,846396000,1),(168,860310000,0),(168,877845600,1),(168,891759600,0),(168,909295200,1),(168,923209200,0),(168,941349600,1),(168,954658800,0),(168,972799200,1),(168,986108400,0),(168,1004248800,1),(168,1018162800,0),(168,1035698400,1),(168,1049612400,0),(168,1067148000,1),(168,1081062000,0),(168,1099202400,1),(168,1112511600,0),(168,1130652000,1),(168,1143961200,0),(168,1162101600,1),(168,1173596400,0),(168,1194156000,1),(168,1205046000,0),(168,1225605600,1),(168,1236495600,0),(168,1257055200,1),(168,1268550000,0),(168,1289109600,1),(168,1299999600,0),(168,1320559200,1),(168,1331449200,0),(168,1352008800,1),(168,1362898800,0),(168,1383458400,1),(168,1394348400,0),(168,1414908000,1),(168,1425798000,0),(168,1446357600,1),(168,1457852400,0),(168,1478412000,1),(168,1489302000,0),(168,1509861600,1),(168,1520751600,0),(168,1541311200,1),(168,1552201200,0),(168,1572760800,1),(168,1583650800,0),(168,1604210400,1),(168,1615705200,0),(168,1636264800,1),(168,1647154800,0),(168,1667714400,1),(168,1678604400,0),(168,1699164000,1),(168,1710054000,0),(168,1730613600,1),(168,1741503600,0),(168,1762063200,1),(168,1772953200,0),(168,1793512800,1),(168,1805007600,0),(168,1825567200,1),(168,1836457200,0),(168,1857016800,1),(168,1867906800,0),(168,1888466400,1),(168,1899356400,0),(168,1919916000,1),(168,1930806000,0),(168,1951365600,1),(168,1962860400,0),(168,1983420000,1),(168,1994310000,0),(168,2014869600,1),(168,2025759600,0),(168,2046319200,1),(168,2057209200,0),(168,2077768800,1),(168,2088658800,0),(168,2109218400,1),(168,2120108400,0),(168,2140668000,1),(169,-1633280400,0),(169,-1615140000,1),(169,-1601830800,0),(169,-1583690400,1),(169,-1570381200,0),(169,-1551636000,1),(169,-1536512400,0),(169,-1523210400,1),(169,-1504458000,0),(169,-1491760800,1),(169,-1473008400,0),(169,-1459706400,1),(169,-1441558800,0),(169,-1428256800,1),(169,-1410109200,0),(169,-1396807200,1),(169,-1378659600,0),(169,-1365357600,1),(169,-1347210000,0),(169,-1333908000,1),(169,-1315155600,0),(169,-1301853600,1),(169,-1283706000,0),(169,-1270404000,1),(169,-1252256400,0),(169,-1238954400,1),(169,-1220806800,0),(169,-1207504800,1),(169,-1189357200,0),(169,-1176055200,1),(169,-1157302800,0),(169,-1144605600,1),(169,-1125853200,0),(169,-1112551200,1),(169,-1094403600,0),(169,-1081101600,1),(169,-1062954000,0),(169,-1049652000,1),(169,-1031504400,0),(169,-1018202400,1),(169,-1000054800,0),(169,-986752800,1),(169,-968000400,0),(169,-955303200,1),(169,-936550800,0),(169,-923248800,1),(169,-905101200,0),(169,-891799200,1),(169,-880218000,2),(169,-769395600,3),(169,-765396000,1),(169,-747248400,0),(169,-733946400,1),(169,-715798800,0),(169,-702496800,1),(169,-684349200,0),(169,-671047200,1),(169,-652899600,0),(169,-639597600,1),(169,-620845200,0),(169,-608148000,1),(169,-589395600,0),(169,-576093600,1),(169,-557946000,0),(169,-544644000,1),(169,-526496400,0),(169,-513194400,1),(169,-495046800,0),(169,-481744800,1),(169,-463597200,0),(169,-447271200,1),(169,-431542800,0),(169,-415821600,1),(169,-400093200,0),(169,-384372000,1),(169,-368643600,0),(169,-352922400,1),(169,-337194000,0),(169,-321472800,1),(169,-305744400,0),(169,-289418400,1),(169,-273690000,0),(169,-257968800,1),(169,-242240400,0),(169,-226519200,1),(169,-210790800,0),(169,-195069600,1),(169,-179341200,0),(169,-163620000,1),(169,-147891600,0),(169,-131565600,1),(169,-116442000,0),(169,-100116000,1),(169,-84387600,0),(169,-68666400,1),(169,-52938000,0),(169,-37216800,1),(169,-21488400,0),(169,-5767200,1),(169,9961200,0),(169,25682400,1),(169,41410800,0),(169,57736800,1),(169,73465200,0),(169,89186400,1),(169,104914800,0),(169,120636000,1),(169,126687600,0),(169,152085600,1),(169,162370800,0),(169,183535200,1),(169,199263600,0),(169,215589600,1),(169,230713200,0),(169,247039200,1),(169,262767600,0),(169,278488800,1),(169,294217200,0),(169,309938400,1),(169,325666800,0),(169,341388000,1),(169,357116400,0),(169,372837600,1),(169,388566000,0),(169,404892000,1),(169,420015600,0),(169,436341600,1),(169,452070000,0),(169,467791200,1),(169,483519600,0),(169,499240800,1),(169,514969200,0),(169,530690400,1),(169,544604400,0),(169,562140000,1),(169,576054000,0),(169,594194400,1),(169,607503600,0),(169,625644000,1),(169,638953200,0),(169,657093600,1),(169,671007600,0),(169,688543200,1),(169,702457200,0),(169,719992800,1),(169,733906800,0),(169,752047200,1),(169,765356400,0),(169,783496800,1),(169,796806000,0),(169,814946400,1),(169,828860400,0),(169,846396000,1),(169,860310000,0),(169,877845600,1),(169,891759600,0),(169,909295200,1),(169,923209200,0),(169,941349600,1),(169,954658800,0),(169,972799200,1),(169,986108400,0),(169,1004248800,1),(169,1018162800,0),(169,1035698400,1),(169,1049612400,0),(169,1067148000,1),(169,1081062000,0),(169,1099202400,1),(169,1112511600,0),(169,1130652000,1),(169,1143961200,0),(169,1162101600,1),(169,1173596400,0),(169,1194156000,1),(169,1205046000,0),(169,1225605600,1),(169,1236495600,0),(169,1257055200,1),(169,1268550000,0),(169,1289109600,1),(169,1299999600,0),(169,1320559200,1),(169,1331449200,0),(169,1352008800,1),(169,1362898800,0),(169,1383458400,1),(169,1394348400,0),(169,1414908000,1),(169,1425798000,0),(169,1446357600,1),(169,1457852400,0),(169,1478412000,1),(169,1489302000,0),(169,1509861600,1),(169,1520751600,0),(169,1541311200,1),(169,1552201200,0),(169,1572760800,1),(169,1583650800,0),(169,1604210400,1),(169,1615705200,0),(169,1636264800,1),(169,1647154800,0),(169,1667714400,1),(169,1678604400,0),(169,1699164000,1),(169,1710054000,0),(169,1730613600,1),(169,1741503600,0),(169,1762063200,1),(169,1772953200,0),(169,1793512800,1),(169,1805007600,0),(169,1825567200,1),(169,1836457200,0),(169,1857016800,1),(169,1867906800,0),(169,1888466400,1),(169,1899356400,0),(169,1919916000,1),(169,1930806000,0),(169,1951365600,1),(169,1962860400,0),(169,1983420000,1),(169,1994310000,0),(169,2014869600,1),(169,2025759600,0),(169,2046319200,1),(169,2057209200,0),(169,2077768800,1),(169,2088658800,0),(169,2109218400,1),(169,2120108400,0),(169,2140668000,1),(170,-1632070800,0),(170,-1615140000,1),(170,-923252400,0),(170,-880218000,2),(170,-769395600,3),(170,-765396000,1),(170,136364400,0),(170,152085600,1),(170,167814000,0),(170,183535200,1),(170,199263600,0),(170,215589600,1),(170,230713200,0),(170,247039200,1),(170,262767600,0),(170,278488800,1),(170,294217200,0),(170,309938400,1),(170,325666800,0),(170,341388000,1),(170,357116400,0),(170,372837600,1),(170,388566000,0),(170,404892000,1),(170,420015600,0),(170,436341600,1),(170,452070000,0),(170,467791200,1),(170,483519600,0),(170,499240800,1),(170,514969200,0),(170,530690400,1),(170,544604400,0),(170,562140000,1),(170,576054000,0),(170,594194400,1),(170,607503600,0),(170,625644000,1),(170,638953200,0),(170,657093600,1),(170,671007600,0),(170,688543200,1),(170,702457200,0),(170,719992800,1),(170,733906800,0),(170,752047200,1),(170,765356400,0),(170,783496800,1),(170,796806000,0),(170,814946400,1),(170,828860400,0),(170,846396000,1),(170,860310000,0),(170,877845600,1),(170,891759600,0),(170,909295200,1),(170,923209200,0),(170,941349600,1),(170,954658800,0),(170,972799200,1),(170,986108400,0),(170,1004248800,1),(170,1018162800,0),(170,1035698400,1),(170,1049612400,0),(170,1067148000,1),(170,1081062000,0),(170,1099202400,1),(170,1112511600,0),(170,1130652000,1),(170,1143961200,0),(170,1162101600,1),(170,1173596400,0),(170,1194156000,1),(170,1205046000,0),(170,1225605600,1),(170,1236495600,0),(170,1257055200,1),(170,1268550000,0),(170,1289109600,1),(170,1299999600,0),(170,1320559200,1),(170,1331449200,0),(170,1352008800,1),(170,1362898800,0),(170,1383458400,1),(170,1394348400,0),(170,1414908000,1),(170,1425798000,0),(170,1446357600,1),(170,1457852400,0),(170,1478412000,1),(170,1489302000,0),(170,1509861600,1),(170,1520751600,0),(170,1541311200,1),(170,1552201200,0),(170,1572760800,1),(170,1583650800,0),(170,1604210400,1),(170,1615705200,0),(170,1636264800,1),(170,1647154800,0),(170,1667714400,1),(170,1678604400,0),(170,1699164000,1),(170,1710054000,0),(170,1730613600,1),(170,1741503600,0),(170,1762063200,1),(170,1772953200,0),(170,1793512800,1),(170,1805007600,0),(170,1825567200,1),(170,1836457200,0),(170,1857016800,1),(170,1867906800,0),(170,1888466400,1),(170,1899356400,0),(170,1919916000,1),(170,1930806000,0),(170,1951365600,1),(170,1962860400,0),(170,1983420000,1),(170,1994310000,0),(170,2014869600,1),(170,2025759600,0),(170,2046319200,1),(170,2057209200,0),(170,2077768800,1),(170,2088658800,0),(170,2109218400,1),(170,2120108400,0),(170,2140668000,1),(171,-880196400,1),(171,-769395600,2),(171,-765374400,0),(171,-86878800,3),(171,-21466800,4),(171,-5745600,3),(171,9982800,4),(171,25704000,3),(171,41432400,4),(171,57758400,3),(171,73486800,4),(171,89208000,3),(171,104936400,4),(171,120657600,3),(171,126709200,4),(171,152107200,3),(171,162392400,4),(171,183556800,3),(171,199285200,4),(171,215611200,3),(171,230734800,4),(171,247060800,3),(171,262789200,4),(171,278510400,3),(171,294238800,4),(171,309960000,3),(171,325688400,4),(171,341409600,3),(171,357138000,4),(171,372859200,3),(171,388587600,4),(171,404913600,3),(171,420037200,4),(171,436363200,5),(171,439030800,7),(171,452084400,6),(171,467805600,7),(171,483534000,6),(171,499255200,7),(171,514983600,6),(171,530704800,7),(171,544618800,6),(171,562154400,7),(171,576068400,6),(171,594208800,7),(171,607518000,6),(171,625658400,7),(171,638967600,6),(171,657108000,7),(171,671022000,6),(171,688557600,7),(171,702471600,6),(171,720007200,7),(171,733921200,6),(171,752061600,7),(171,765370800,6),(171,783511200,7),(171,796820400,6),(171,814960800,7),(171,828874800,6),(171,846410400,7),(171,860324400,6),(171,877860000,7),(171,891774000,6),(171,909309600,7),(171,923223600,6),(171,941364000,7),(171,954673200,6),(171,972813600,7),(171,986122800,6),(171,1004263200,7),(171,1018177200,6),(171,1035712800,7),(171,1049626800,6),(171,1067162400,7),(171,1081076400,6),(171,1099216800,7),(171,1112526000,6),(171,1130666400,7),(171,1143975600,6),(171,1162116000,7),(171,1173610800,6),(171,1194170400,7),(171,1205060400,6),(171,1225620000,7),(171,1236510000,6),(171,1257069600,7),(171,1268564400,6),(171,1289124000,7),(171,1300014000,6),(171,1320573600,7),(171,1331463600,6),(171,1352023200,7),(171,1362913200,6),(171,1383472800,7),(171,1394362800,6),(171,1414922400,7),(171,1425812400,6),(171,1446372000,7),(171,1457866800,6),(171,1478426400,7),(171,1489316400,6),(171,1509876000,7),(171,1520766000,6),(171,1541325600,7),(171,1552215600,6),(171,1572775200,7),(171,1583665200,6),(171,1604224800,7),(171,1615719600,6),(171,1636279200,7),(171,1647169200,6),(171,1667728800,7),(171,1678618800,6),(171,1699178400,7),(171,1710068400,6),(171,1730628000,7),(171,1741518000,6),(171,1762077600,7),(171,1772967600,6),(171,1793527200,7),(171,1805022000,6),(171,1825581600,7),(171,1836471600,6),(171,1857031200,7),(171,1867921200,6),(171,1888480800,7),(171,1899370800,6),(171,1919930400,7),(171,1930820400,6),(171,1951380000,7),(171,1962874800,6),(171,1983434400,7),(171,1994324400,6),(171,2014884000,7),(171,2025774000,6),(171,2046333600,7),(171,2057223600,6),(171,2077783200,7),(171,2088673200,6),(171,2109232800,7),(171,2120122800,6),(171,2140682400,7),(172,-1767217820,2),(172,-1206961200,1),(172,-1191366000,2),(172,-1175378400,1),(172,-1159830000,2),(172,-633823200,1),(172,-622072800,2),(172,-602287200,1),(172,-591836400,2),(172,-570751200,1),(172,-560214000,2),(172,-539128800,1),(172,-531356400,2),(172,-191368800,1),(172,-184201200,2),(172,-155167200,1),(172,-150073200,2),(172,-128901600,1),(172,-121129200,2),(172,-99957600,1),(172,-89593200,2),(172,-68421600,1),(172,-57970800,2),(172,499744800,1),(172,511232400,2),(172,530589600,1),(172,540262800,2),(172,562125600,1),(172,571194000,2),(172,592970400,1),(172,602038800,2),(172,624420000,1),(172,634698000,2),(172,938916000,1),(172,951613200,2),(172,970970400,1),(172,971571600,2),(172,1003024800,1),(172,1013907600,2),(173,-1633273200,0),(173,-1615132800,1),(173,-1601823600,0),(173,-1583683200,1),(173,-880210800,2),(173,-769395600,3),(173,-765388800,1),(173,-84380400,0),(173,-68659200,1),(173,-52930800,0),(173,-37209600,1),(173,-21481200,0),(173,-5760000,1),(173,9968400,0),(173,25689600,1),(173,41418000,0),(173,57744000,1),(173,73472400,0),(173,89193600,1),(173,104922000,0),(173,120643200,1),(173,126694800,0),(173,152092800,1),(173,162378000,0),(173,183542400,1),(173,199270800,0),(173,215596800,1),(173,230720400,0),(173,247046400,1),(173,262774800,0),(173,278496000,1),(173,294224400,0),(173,309945600,1),(173,325674000,0),(173,341395200,1),(173,357123600,0),(173,372844800,1),(173,388573200,0),(173,404899200,1),(173,420022800,0),(173,436348800,1),(173,452077200,0),(173,467798400,1),(173,483526800,0),(173,499248000,1),(173,514976400,0),(173,530697600,1),(173,544611600,0),(173,562147200,1),(173,576061200,0),(173,594201600,1),(173,607510800,0),(173,625651200,1),(173,638960400,0),(173,657100800,1),(173,671014800,0),(173,688550400,1),(173,702464400,0),(173,720000000,1),(173,733914000,0),(173,752054400,1),(173,765363600,0),(173,783504000,1),(173,796813200,0),(173,814953600,1),(173,828867600,0),(173,846403200,1),(173,860317200,0),(173,877852800,1),(173,891766800,0),(173,909302400,1),(173,923216400,0),(173,941356800,1),(173,954666000,0),(173,972806400,1),(173,986115600,0),(173,1004256000,1),(173,1018170000,0),(173,1035705600,1),(173,1049619600,0),(173,1067155200,1),(173,1081069200,0),(173,1099209600,1),(173,1112518800,0),(173,1130659200,1),(173,1143968400,0),(173,1162108800,1),(173,1173603600,0),(173,1194163200,1),(173,1205053200,0),(173,1225612800,1),(173,1236502800,0),(173,1257062400,1),(173,1268557200,0),(173,1289116800,5),(173,1300003200,4),(173,1320562800,5),(173,1331452800,4),(173,1352012400,5),(173,1362902400,4),(173,1383462000,5),(173,1394352000,4),(173,1414911600,5),(173,1425801600,4),(173,1446361200,5),(173,1457856000,4),(173,1478415600,5),(173,1489305600,4),(173,1509865200,5),(173,1520755200,4),(173,1541314800,5),(173,1552204800,4),(173,1572764400,5),(173,1583654400,4),(173,1604214000,5),(173,1615708800,4),(173,1636268400,5),(173,1647158400,4),(173,1667718000,5),(173,1678608000,4),(173,1699167600,5),(173,1710057600,4),(173,1730617200,5),(173,1741507200,4),(173,1762066800,5),(173,1772956800,4),(173,1793516400,5),(173,1805011200,4),(173,1825570800,5),(173,1836460800,4),(173,1857020400,5),(173,1867910400,4),(173,1888470000,5),(173,1899360000,4),(173,1919919600,5),(173,1930809600,4),(173,1951369200,5),(173,1962864000,4),(173,1983423600,5),(173,1994313600,4),(173,2014873200,5),(173,2025763200,4),(173,2046322800,5),(173,2057212800,4),(173,2077772400,5),(173,2088662400,4),(173,2109222000,5),(173,2120112000,4),(173,2140671600,5),(174,-1633273200,0),(174,-1615132800,1),(174,-1601823600,0),(174,-1583683200,1),(174,-880210800,2),(174,-769395600,3),(174,-765388800,1),(174,-84380400,0),(174,-68659200,1),(174,-52930800,0),(174,-37209600,1),(174,-21481200,0),(174,-5760000,1),(174,9968400,0),(174,25689600,1),(174,41418000,0),(174,57744000,1),(174,73472400,0),(174,89193600,1),(174,104922000,0),(174,120643200,1),(174,126694800,0),(174,152092800,1),(174,162378000,0),(174,183542400,1),(174,199270800,0),(174,215596800,1),(174,230720400,0),(174,247046400,1),(174,262774800,0),(174,278496000,1),(174,294224400,0),(174,309945600,1),(174,325674000,0),(174,341395200,1),(174,357123600,0),(174,372844800,1),(174,388573200,0),(174,404899200,1),(174,420022800,0),(174,436348800,1),(174,452077200,0),(174,467798400,1),(174,483526800,0),(174,499248000,1),(174,514976400,0),(174,530697600,1),(174,544611600,0),(174,562147200,1),(174,576061200,0),(174,594201600,1),(174,607510800,0),(174,625651200,1),(174,638960400,0),(174,657100800,1),(174,671014800,0),(174,688550400,1),(174,702464400,0),(174,720000000,5),(174,733910400,4),(174,752050800,5),(174,765360000,4),(174,783500400,5),(174,796809600,4),(174,814950000,5),(174,828864000,4),(174,846399600,5),(174,860313600,4),(174,877849200,5),(174,891763200,4),(174,909298800,5),(174,923212800,4),(174,941353200,5),(174,954662400,4),(174,972802800,5),(174,986112000,4),(174,1004252400,5),(174,1018166400,4),(174,1035702000,5),(174,1049616000,4),(174,1067151600,5),(174,1081065600,4),(174,1099206000,5),(174,1112515200,4),(174,1130655600,5),(174,1143964800,4),(174,1162105200,5),(174,1173600000,4),(174,1194159600,5),(174,1205049600,4),(174,1225609200,5),(174,1236499200,4),(174,1257058800,5),(174,1268553600,4),(174,1289113200,5),(174,1300003200,4),(174,1320562800,5),(174,1331452800,4),(174,1352012400,5),(174,1362902400,4),(174,1383462000,5),(174,1394352000,4),(174,1414911600,5),(174,1425801600,4),(174,1446361200,5),(174,1457856000,4),(174,1478415600,5),(174,1489305600,4),(174,1509865200,5),(174,1520755200,4),(174,1541314800,5),(174,1552204800,4),(174,1572764400,5),(174,1583654400,4),(174,1604214000,5),(174,1615708800,4),(174,1636268400,5),(174,1647158400,4),(174,1667718000,5),(174,1678608000,4),(174,1699167600,5),(174,1710057600,4),(174,1730617200,5),(174,1741507200,4),(174,1762066800,5),(174,1772956800,4),(174,1793516400,5),(174,1805011200,4),(174,1825570800,5),(174,1836460800,4),(174,1857020400,5),(174,1867910400,4),(174,1888470000,5),(174,1899360000,4),(174,1919919600,5),(174,1930809600,4),(174,1951369200,5),(174,1962864000,4),(174,1983423600,5),(174,1994313600,4),(174,2014873200,5),(174,2025763200,4),(174,2046322800,5),(174,2057212800,4),(174,2077772400,5),(174,2088662400,4),(174,2109222000,5),(174,2120112000,4),(174,2140671600,5),(175,-1633273200,0),(175,-1615132800,1),(175,-1601823600,0),(175,-1583683200,1),(175,-880210800,2),(175,-769395600,3),(175,-765388800,1),(175,-84380400,0),(175,-68659200,1),(175,-52930800,0),(175,-37209600,1),(175,-21481200,0),(175,-5760000,1),(175,9968400,0),(175,25689600,1),(175,41418000,0),(175,57744000,1),(175,73472400,0),(175,89193600,1),(175,104922000,0),(175,120643200,1),(175,126694800,0),(175,152092800,1),(175,162378000,0),(175,183542400,1),(175,199270800,0),(175,215596800,1),(175,230720400,0),(175,247046400,1),(175,262774800,0),(175,278496000,1),(175,294224400,0),(175,309945600,1),(175,325674000,0),(175,341395200,1),(175,357123600,0),(175,372844800,1),(175,388573200,0),(175,404899200,1),(175,420022800,0),(175,436348800,1),(175,452077200,0),(175,467798400,1),(175,483526800,0),(175,499248000,1),(175,514976400,0),(175,530697600,1),(175,544611600,0),(175,562147200,1),(175,576061200,0),(175,594201600,1),(175,607510800,0),(175,625651200,1),(175,638960400,0),(175,657100800,1),(175,671014800,0),(175,688550400,1),(175,702464400,0),(175,720000000,1),(175,733914000,0),(175,752054400,1),(175,765363600,0),(175,783504000,1),(175,796813200,0),(175,814953600,1),(175,828867600,0),(175,846403200,1),(175,860317200,0),(175,877852800,1),(175,891766800,0),(175,909302400,1),(175,923216400,0),(175,941356800,1),(175,954666000,0),(175,972806400,1),(175,986115600,0),(175,1004256000,1),(175,1018170000,0),(175,1035705600,1),(175,1049619600,0),(175,1067155200,5),(175,1081065600,4),(175,1099206000,5),(175,1112515200,4),(175,1130655600,5),(175,1143964800,4),(175,1162105200,5),(175,1173600000,4),(175,1194159600,5),(175,1205049600,4),(175,1225609200,5),(175,1236499200,4),(175,1257058800,5),(175,1268553600,4),(175,1289113200,5),(175,1300003200,4),(175,1320562800,5),(175,1331452800,4),(175,1352012400,5),(175,1362902400,4),(175,1383462000,5),(175,1394352000,4),(175,1414911600,5),(175,1425801600,4),(175,1446361200,5),(175,1457856000,4),(175,1478415600,5),(175,1489305600,4),(175,1509865200,5),(175,1520755200,4),(175,1541314800,5),(175,1552204800,4),(175,1572764400,5),(175,1583654400,4),(175,1604214000,5),(175,1615708800,4),(175,1636268400,5),(175,1647158400,4),(175,1667718000,5),(175,1678608000,4),(175,1699167600,5),(175,1710057600,4),(175,1730617200,5),(175,1741507200,4),(175,1762066800,5),(175,1772956800,4),(175,1793516400,5),(175,1805011200,4),(175,1825570800,5),(175,1836460800,4),(175,1857020400,5),(175,1867910400,4),(175,1888470000,5),(175,1899360000,4),(175,1919919600,5),(175,1930809600,4),(175,1951369200,5),(175,1962864000,4),(175,1983423600,5),(175,1994313600,4),(175,2014873200,5),(175,2025763200,4),(175,2046322800,5),(175,2057212800,4),(175,2077772400,5),(175,2088662400,4),(175,2109222000,5),(175,2120112000,4),(175,2140671600,5),(176,-1686083584,1),(176,323845200,4),(176,338950800,2),(176,354675600,3),(176,370400400,2),(176,386125200,3),(176,401850000,2),(176,417574800,3),(176,433299600,2),(176,449024400,3),(176,465354000,2),(176,481078800,3),(176,496803600,2),(176,512528400,3),(176,528253200,2),(176,543978000,3),(176,559702800,2),(176,575427600,3),(176,591152400,2),(176,606877200,3),(176,622602000,2),(176,638326800,3),(176,654656400,2),(176,670381200,3),(176,686106000,2),(176,701830800,3),(176,717555600,2),(176,733280400,3),(176,749005200,2),(176,764730000,3),(176,780454800,2),(176,796179600,3),(176,811904400,2),(176,828234000,3),(176,846378000,2),(176,859683600,3),(176,877827600,2),(176,891133200,3),(176,909277200,2),(176,922582800,3),(176,941331600,2),(176,954032400,3),(176,972781200,2),(176,985482000,3),(176,1004230800,2),(176,1017536400,3),(176,1035680400,2),(176,1048986000,3),(176,1067130000,2),(176,1080435600,3),(176,1099184400,2),(176,1111885200,3),(176,1130634000,2),(176,1143334800,3),(176,1162083600,2),(176,1174784400,3),(176,1193533200,2),(176,1206838800,3),(176,1224982800,2),(176,1238288400,3),(176,1256432400,2),(176,1269738000,3),(176,1288486800,2),(176,1301187600,3),(176,1319936400,2),(176,1332637200,3),(176,1351386000,2),(176,1364691600,3),(176,1382835600,2),(176,1396141200,3),(176,1414285200,2),(176,1427590800,3),(176,1445734800,2),(176,1459040400,3),(176,1477789200,2),(176,1490490000,3),(176,1509238800,2),(176,1521939600,3),(176,1540688400,2),(176,1553994000,3),(176,1572138000,2),(176,1585443600,3),(176,1603587600,2),(176,1616893200,3),(176,1635642000,2),(176,1648342800,3),(176,1667091600,2),(176,1679792400,3),(176,1698541200,2),(176,1711846800,3),(176,1729990800,2),(176,1743296400,3),(176,1761440400,2),(176,1774746000,3),(176,1792890000,2),(176,1806195600,3),(176,1824944400,2),(176,1837645200,3),(176,1856394000,2),(176,1869094800,3),(176,1887843600,2),(176,1901149200,3),(176,1919293200,2),(176,1932598800,3),(176,1950742800,2),(176,1964048400,3),(176,1982797200,2),(176,1995498000,3),(176,2014246800,2),(176,2026947600,3),(176,2045696400,2),(176,2058397200,3),(176,2077146000,2),(176,2090451600,3),(176,2108595600,2),(176,2121901200,3),(176,2140045200,2),(177,-1514739600,1),(177,-1343066400,2),(177,-1234807200,1),(177,-1220292000,2),(177,-1207159200,1),(177,-1191344400,2),(177,828864000,3),(177,846399600,2),(177,860313600,3),(177,877849200,2),(177,891766800,4),(177,909302400,1),(177,923216400,4),(177,941356800,1),(177,954666000,4),(177,972806400,1),(177,989139600,4),(177,1001836800,1),(177,1018170000,4),(177,1035705600,1),(177,1049619600,4),(177,1067155200,1),(177,1081069200,4),(177,1099209600,1),(177,1112518800,4),(177,1130659200,1),(177,1143968400,4),(177,1162108800,1),(177,1175418000,4),(177,1193558400,1),(177,1207472400,4),(177,1225008000,1),(177,1238922000,4),(177,1256457600,1),(177,1268557200,4),(177,1289116800,1),(177,1300006800,4),(177,1320566400,1),(177,1331456400,4),(177,1352016000,1),(177,1362906000,4),(177,1383465600,1),(177,1394355600,4),(177,1414915200,1),(177,1425805200,4),(177,1446364800,1),(177,1457859600,4),(177,1478419200,1),(177,1489309200,4),(177,1509868800,1),(177,1520758800,4),(177,1541318400,1),(177,1552208400,4),(177,1572768000,1),(177,1583658000,4),(177,1604217600,1),(177,1615712400,4),(177,1636272000,1),(177,1647162000,4),(177,1667721600,1),(177,1678611600,4),(177,1699171200,1),(177,1710061200,4),(177,1730620800,1),(177,1741510800,4),(177,1762070400,1),(177,1772960400,4),(177,1793520000,1),(177,1805014800,4),(177,1825574400,1),(177,1836464400,4),(177,1857024000,1),(177,1867914000,4),(177,1888473600,1),(177,1899363600,4),(177,1919923200,1),(177,1930813200,4),(177,1951372800,1),(177,1962867600,4),(177,1983427200,1),(177,1994317200,4),(177,2014876800,1),(177,2025766800,4),(177,2046326400,1),(177,2057216400,4),(177,2077776000,1),(177,2088666000,4),(177,2109225600,1),(177,2120115600,4),(177,2140675200,1),(178,-1946918424,1),(179,-1546300800,3),(179,-880221600,1),(179,-769395600,2),(179,-765399600,3),(179,-147902400,4),(179,-131572800,3),(179,325663200,5),(179,341384400,3),(179,357112800,5),(179,372834000,3),(179,388562400,5),(179,404888400,3),(179,420012000,5),(179,436338000,3),(179,452066400,5),(179,467787600,3),(179,483516000,5),(179,499237200,3),(179,514965600,5),(179,530686800,3),(179,544600800,5),(179,562136400,3),(179,576050400,5),(179,594190800,3),(179,607500000,5),(179,625640400,3),(179,638949600,5),(179,657090000,3),(179,671004000,5),(179,688539600,3),(179,702453600,5),(179,719989200,3),(179,733903200,5),(179,752043600,3),(179,765352800,5),(179,783493200,3),(179,796802400,6),(179,814946400,7),(179,828860400,6),(179,846396000,7),(179,860310000,6),(179,877845600,7),(179,891759600,6),(179,909295200,7),(179,923209200,6),(179,941349600,8),(179,954662400,9),(179,972802800,7),(179,986108400,6),(179,1004248800,7),(179,1018162800,6),(179,1035698400,7),(179,1049612400,6),(179,1067148000,7),(179,1081062000,6),(179,1099202400,7),(179,1112511600,6),(179,1130652000,7),(179,1143961200,6),(179,1162101600,7),(179,1173596400,6),(179,1194156000,7),(179,1205046000,6),(179,1225605600,7),(179,1236495600,6),(179,1257055200,7),(179,1268550000,6),(179,1289109600,7),(179,1299999600,6),(179,1320559200,7),(179,1331449200,6),(179,1352008800,7),(179,1362898800,6),(179,1383458400,7),(179,1394348400,6),(179,1414908000,7),(179,1425798000,6),(179,1446357600,7),(179,1457852400,6),(179,1478412000,7),(179,1489302000,6),(179,1509861600,7),(179,1520751600,6),(179,1541311200,7),(179,1552201200,6),(179,1572760800,7),(179,1583650800,6),(179,1604210400,7),(179,1615705200,6),(179,1636264800,7),(179,1647154800,6),(179,1667714400,7),(179,1678604400,6),(179,1699164000,7),(179,1710054000,6),(179,1730613600,7),(179,1741503600,6),(179,1762063200,7),(179,1772953200,6),(179,1793512800,7),(179,1805007600,6),(179,1825567200,7),(179,1836457200,6),(179,1857016800,7),(179,1867906800,6),(179,1888466400,7),(179,1899356400,6),(179,1919916000,7),(179,1930806000,6),(179,1951365600,7),(179,1962860400,6),(179,1983420000,7),(179,1994310000,6),(179,2014869600,7),(179,2025759600,6),(179,2046319200,7),(179,2057209200,6),(179,2077768800,7),(179,2088658800,6),(179,2109218400,7),(179,2120108400,6),(179,2140668000,7),(180,-1861906760,1),(180,-1104524348,2),(180,-765317964,3),(180,465449400,4),(181,-1633273200,0),(181,-1615132800,1),(181,-1601823600,0),(181,-1583683200,1),(181,-880210800,2),(181,-820519140,1),(181,-812653140,2),(181,-796845540,1),(181,-84380400,0),(181,-68659200,1),(182,-1670483460,2),(182,421218000,1),(182,436334400,2),(182,452062800,1),(182,467784000,2),(182,483512400,1),(182,499233600,2),(182,514962000,1),(182,530683200,2),(182,546411600,1),(182,562132800,2),(182,576050400,3),(182,594194400,4),(182,607500000,3),(182,625644000,4),(182,638949600,3),(182,657093600,4),(182,671004000,3),(182,688543200,4),(182,702453600,3),(182,719992800,4),(182,733903200,3),(182,752047200,4),(182,765352800,3),(182,783496800,4),(182,796802400,3),(182,814946400,4),(182,828856800,3),(182,846396000,4),(182,860306400,3),(182,877845600,4),(182,1112504400,1),(182,1130644800,2),(182,1143954000,1),(182,1162094400,2),(182,1331449200,1),(182,1352008800,2),(182,1362898800,1),(182,1383458400,2),(182,1394348400,1),(182,1414908000,2),(182,1425798000,1),(182,1446357600,2),(182,1489302000,1),(182,1509861600,2),(182,1520751600,1),(182,1541311200,2),(182,1552201200,1),(182,1572760800,2),(182,1583650800,1),(182,1604210400,2),(182,1615705200,1),(182,1636264800,2),(182,1647154800,1),(182,1667714400,2),(182,1678604400,1),(182,1699164000,2),(182,1710054000,1),(182,1730613600,2),(182,1741503600,1),(182,1762063200,2),(182,1772953200,1),(182,1793512800,2),(182,1805007600,1),(182,1825567200,2),(182,1836457200,1),(182,1857016800,2),(182,1867906800,1),(182,1888466400,2),(182,1899356400,1),(182,1919916000,2),(182,1930806000,1),(182,1951365600,2),(182,1962860400,1),(182,1983420000,2),(182,1994310000,1),(182,2014869600,2),(182,2025759600,1),(182,2046319200,2),(182,2057209200,1),(182,2077768800,2),(182,2088658800,1),(182,2109218400,2),(182,2120108400,1),(182,2140668000,2),(183,-873057600,2),(183,-769395600,1),(183,-765399600,0),(184,-1767209328,2),(184,-1206950400,1),(184,-1191355200,2),(184,-1175367600,1),(184,-1159819200,2),(184,-633812400,1),(184,-622062000,2),(184,-602276400,1),(184,-591825600,2),(184,-570740400,1),(184,-560203200,2),(184,-539118000,1),(184,-531345600,2),(184,-191358000,1),(184,-184190400,2),(184,-155156400,1),(184,-150062400,2),(184,-128890800,1),(184,-121118400,2),(184,-99946800,1),(184,-89582400,2),(184,-68410800,1),(184,-57960000,2),(184,499755600,1),(184,511243200,2),(184,530600400,1),(184,540273600,2),(184,562136400,1),(184,571204800,2),(184,1214283600,3),(184,1384056000,2),(185,-1767210264,2),(185,-1206954000,1),(185,-1191358800,2),(185,-1175371200,1),(185,-1159822800,2),(185,-633816000,1),(185,-622065600,2),(185,-602280000,1),(185,-591829200,2),(185,-570744000,1),(185,-560206800,2),(185,-539121600,1),(185,-531349200,2),(185,-191361600,1),(185,-184194000,2),(185,-155160000,1),(185,-150066000,2),(185,-128894400,1),(185,-121122000,2),(185,-99950400,1),(185,-89586000,2),(185,-68414400,1),(185,-57963600,2),(185,499752000,1),(185,511239600,2),(185,530596800,1),(185,540270000,2),(185,562132800,1),(185,571201200,2),(186,-873057600,2),(186,-769395600,1),(186,-765399600,0),(187,-1892661435,1),(187,-1688410800,0),(187,-1619205435,2),(187,-1593806400,0),(187,-1335986235,3),(187,-1317585600,1),(187,-1304362800,3),(187,-1286049600,1),(187,-1272826800,3),(187,-1254513600,1),(187,-1241290800,3),(187,-1222977600,1),(187,-1209754800,3),(187,-1191355200,1),(187,-1178132400,2),(187,-870552000,1),(187,-865278000,2),(187,-718056000,1),(187,-713649600,2),(187,-36619200,4),(187,-23922000,5),(187,-3355200,4),(187,7527600,5),(187,24465600,4),(187,37767600,5),(187,55915200,4),(187,69217200,5),(187,87969600,4),(187,100666800,5),(187,118209600,4),(187,132116400,5),(187,150868800,4),(187,163566000,5),(187,182318400,4),(187,195620400,5),(187,213768000,4),(187,227070000,5),(187,245217600,4),(187,258519600,5),(187,277272000,4),(187,289969200,5),(187,308721600,4),(187,321418800,5),(187,340171200,4),(187,353473200,5),(187,371620800,4),(187,384922800,5),(187,403070400,4),(187,416372400,5),(187,434520000,4),(187,447822000,5),(187,466574400,4),(187,479271600,5),(187,498024000,4),(187,510721200,5),(187,529473600,4),(187,545194800,5),(187,560923200,4),(187,574225200,5),(187,592372800,4),(187,605674800,5),(187,624427200,4),(187,637124400,5),(187,653457600,4),(187,668574000,5),(187,687326400,4),(187,700628400,5),(187,718776000,4),(187,732078000,5),(187,750225600,4),(187,763527600,5),(187,781675200,4),(187,794977200,5),(187,813729600,4),(187,826426800,5),(187,845179200,4),(187,859690800,5),(187,876628800,4),(187,889930800,5),(187,906868800,4),(187,923194800,5),(187,939528000,4),(187,952830000,5),(187,971582400,4),(187,984279600,5),(187,1003032000,4),(187,1015729200,5),(187,1034481600,4),(187,1047178800,5),(187,1065931200,4),(187,1079233200,5),(187,1097380800,4),(187,1110682800,5),(187,1128830400,4),(187,1142132400,5),(187,1160884800,4),(187,1173582000,5),(187,1192334400,4),(187,1206846000,5),(187,1223784000,4),(187,1237086000,5),(187,1255233600,4),(187,1270350000,5),(187,1286683200,4),(187,1304823600,5),(187,1313899200,4),(187,1335668400,5),(187,1346558400,4),(187,1367118000,5),(187,1378612800,4),(187,1398567600,5),(187,1410062400,4),(187,1463281200,5),(187,1471147200,4),(187,1480820400,6),(188,-1632067200,0),(188,-1615136400,1),(188,-923248800,0),(188,-880214400,2),(188,-769395600,3),(188,-765392400,1),(188,136368000,0),(188,152089200,1),(188,167817600,0),(188,183538800,1),(188,199267200,0),(188,215593200,1),(188,230716800,0),(188,247042800,1),(188,262771200,0),(188,278492400,1),(188,294220800,0),(188,309942000,1),(188,325670400,0),(188,341391600,1),(188,357120000,0),(188,372841200,1),(188,388569600,0),(188,404895600,1),(188,420019200,0),(188,436345200,1),(188,452073600,0),(188,467794800,1),(188,483523200,0),(188,499244400,1),(188,514972800,0),(188,530694000,1),(188,544608000,0),(188,562143600,1),(188,576057600,0),(188,594198000,1),(188,607507200,0),(188,625647600,1),(188,638956800,0),(188,657097200,1),(188,671011200,0),(188,688546800,1),(188,702460800,0),(188,719996400,1),(188,733910400,0),(188,752050800,1),(188,765360000,0),(188,783500400,1),(188,796809600,0),(188,814950000,1),(188,828864000,0),(188,846399600,1),(188,860313600,0),(188,877849200,1),(188,891763200,0),(188,909298800,1),(188,923212800,0),(188,941353200,1),(188,954662400,0),(188,972802800,1),(188,986112000,0),(188,1004252400,1),(188,1018166400,0),(188,1035702000,1),(188,1049616000,0),(188,1067151600,1),(188,1081065600,0),(188,1099206000,1),(188,1112515200,0),(188,1130655600,1),(188,1143964800,0),(188,1162105200,1),(188,1173600000,0),(188,1194159600,1),(188,1205049600,0),(188,1225609200,1),(188,1236499200,0),(188,1257058800,1),(188,1268553600,0),(188,1289113200,1),(188,1300003200,0),(188,1320562800,1),(188,1331452800,0),(188,1352012400,1),(188,1362902400,0),(188,1383462000,1),(188,1394352000,0),(188,1414911600,1),(188,1425801600,0),(188,1446361200,1),(188,1457856000,0),(188,1478415600,1),(188,1489305600,0),(188,1509865200,1),(188,1520755200,0),(188,1541314800,1),(188,1552204800,0),(188,1572764400,1),(188,1583654400,0),(188,1604214000,1),(188,1615708800,0),(188,1636268400,1),(188,1647158400,0),(188,1667718000,1),(188,1678608000,0),(188,1699167600,1),(188,1710057600,0),(188,1730617200,1),(188,1741507200,0),(188,1762066800,1),(188,1772956800,0),(188,1793516400,1),(188,1805011200,0),(188,1825570800,1),(188,1836460800,0),(188,1857020400,1),(188,1867910400,0),(188,1888470000,1),(188,1899360000,0),(188,1919919600,1),(188,1930809600,0),(188,1951369200,1),(188,1962864000,0),(188,1983423600,1),(188,1994313600,0),(188,2014873200,1),(188,2025763200,0),(188,2046322800,1),(188,2057212800,0),(188,2077772400,1),(188,2088662400,0),(188,2109222000,1),(188,2120112000,0),(188,2140671600,1),(189,-410227200,2),(189,-147895200,1),(189,-131565600,2),(189,325670400,3),(189,341391600,2),(189,357120000,3),(189,372841200,2),(189,388569600,3),(189,404895600,2),(189,420019200,3),(189,436345200,2),(189,452073600,3),(189,467794800,2),(189,483523200,3),(189,499244400,2),(189,514972800,3),(189,530694000,2),(189,544608000,3),(189,562143600,2),(189,576057600,3),(189,594198000,2),(189,607507200,3),(189,625647600,2),(189,638956800,3),(189,657097200,2),(189,671011200,3),(189,688546800,2),(189,702460800,3),(189,719996400,2),(189,733910400,3),(189,752050800,2),(189,765360000,3),(189,783500400,2),(189,796809600,3),(189,814950000,2),(189,828864000,3),(189,846399600,2),(189,860313600,3),(189,877849200,2),(189,891763200,3),(189,909298800,2),(189,923212800,3),(189,941353200,2),(189,954662400,3),(189,972802800,4),(189,986112000,3),(189,1004252400,2),(189,1018166400,3),(189,1035702000,2),(189,1049616000,3),(189,1067151600,2),(189,1081065600,3),(189,1099206000,2),(189,1112515200,3),(189,1130655600,2),(189,1143964800,3),(189,1162105200,2),(189,1173600000,3),(189,1194159600,2),(189,1205049600,3),(189,1225609200,2),(189,1236499200,3),(189,1257058800,2),(189,1268553600,3),(189,1289113200,2),(189,1300003200,3),(189,1320562800,2),(189,1331452800,3),(189,1352012400,2),(189,1362902400,3),(189,1383462000,2),(189,1394352000,3),(189,1414911600,2),(189,1425801600,3),(189,1446361200,2),(189,1457856000,3),(189,1478415600,2),(189,1489305600,3),(189,1509865200,2),(189,1520755200,3),(189,1541314800,2),(189,1552204800,3),(189,1572764400,2),(189,1583654400,3),(189,1604214000,2),(189,1615708800,3),(189,1636268400,2),(189,1647158400,3),(189,1667718000,2),(189,1678608000,3),(189,1699167600,2),(189,1710057600,3),(189,1730617200,2),(189,1741507200,3),(189,1762066800,2),(189,1772956800,3),(189,1793516400,2),(189,1805011200,3),(189,1825570800,2),(189,1836460800,3),(189,1857020400,2),(189,1867910400,3),(189,1888470000,2),(189,1899360000,3),(189,1919919600,2),(189,1930809600,3),(189,1951369200,2),(189,1962864000,3),(189,1983423600,2),(189,1994313600,3),(189,2014873200,2),(189,2025763200,3),(189,2046322800,2),(189,2057212800,3),(189,2077772400,2),(189,2088662400,3),(189,2109222000,2),(189,2120112000,3),(189,2140671600,2),(190,-1767217224,2),(190,-1206957600,1),(190,-1191362400,2),(190,-1175374800,1),(190,-1159826400,2),(190,-633819600,1),(190,-622069200,2),(190,-602283600,1),(190,-591832800,2),(190,-570747600,1),(190,-560210400,2),(190,-539125200,1),(190,-531352800,2),(190,-191365200,1),(190,-184197600,2),(190,-155163600,1),(190,-150069600,2),(190,-128898000,1),(190,-121125600,2),(190,-99954000,1),(190,-89589600,2),(190,-68418000,1),(190,-57967200,2),(190,499748400,1),(190,511236000,2),(190,530593200,1),(190,540266400,2),(190,562129200,1),(190,571197600,2),(190,592974000,1),(190,602042400,2),(190,624423600,1),(190,634701600,2),(190,938919600,1),(190,951616800,2),(190,970974000,1),(190,971575200,2),(190,1003028400,1),(190,1013911200,2),(191,-2030202084,2),(191,-1632063600,1),(191,-1615132800,2),(191,-1251651600,1),(191,-1238349600,2),(191,-1220202000,1),(191,-1206900000,2),(191,-1188752400,1),(191,-1175450400,2),(191,-1156698000,1),(191,-1144000800,2),(191,-1125248400,1),(191,-1111946400,2),(191,-1032714000,1),(191,-1016992800,2),(191,-1001264400,1),(191,-986148000,2),(191,-969814800,1),(191,-954093600,2),(191,-937760400,1),(191,-922039200,2),(191,-906310800,1),(191,-890589600,2),(191,-880210800,3),(191,-769395600,4),(191,-765388800,2),(191,-748450800,1),(191,-732729600,2),(191,-715791600,1),(191,-702489600,2),(191,-684342000,1),(191,-671040000,2),(191,-652892400,1),(191,-639590400,2),(191,-620838000,1),(191,-608140800,2),(191,-589388400,1),(191,-576086400,2),(191,-557938800,1),(191,-544636800,2),(191,-526489200,1),(191,-513187200,2),(191,-495039600,1),(191,-481737600,2),(191,-463590000,1),(191,-450288000,2),(191,-431535600,1),(191,-418233600,2),(191,-400086000,1),(191,-386784000,2),(191,-337186800,1),(191,-321465600,2),(191,-305737200,5),(192,-704937600,2),(192,-147895200,1),(192,-131565600,2),(192,325670400,3),(192,341391600,2),(192,357120000,3),(192,372841200,2),(192,388569600,3),(192,404895600,2),(192,420019200,3),(192,436345200,2),(192,452073600,3),(192,467794800,2),(192,483523200,3),(192,499244400,2),(192,514972800,3),(192,530694000,2),(192,544608000,3),(192,562143600,2),(192,576057600,3),(192,594198000,2),(192,607507200,3),(192,625647600,2),(192,638956800,3),(192,657097200,2),(192,671011200,3),(192,688546800,2),(192,702460800,3),(192,719996400,2),(192,733910400,3),(192,752050800,2),(192,765360000,3),(192,783500400,2),(192,796809600,3),(192,814950000,2),(192,828864000,3),(192,846399600,2),(192,860313600,3),(192,877849200,2),(192,891763200,3),(192,909298800,2),(192,923212800,3),(192,941353200,2),(192,954662400,3),(192,972802800,4),(192,986112000,3),(192,1004252400,2),(192,1018166400,3),(192,1035702000,2),(192,1049616000,3),(192,1067151600,2),(192,1081065600,3),(192,1099206000,2),(192,1112515200,3),(192,1130655600,2),(192,1143964800,3),(192,1162105200,4),(192,1173600000,3),(192,1194159600,2),(192,1205049600,3),(192,1225609200,2),(192,1236499200,3),(192,1257058800,2),(192,1268553600,3),(192,1289113200,2),(192,1300003200,3),(192,1320562800,2),(192,1331452800,3),(192,1352012400,2),(192,1362902400,3),(192,1383462000,2),(192,1394352000,3),(192,1414911600,2),(192,1425801600,3),(192,1446361200,2),(192,1457856000,3),(192,1478415600,2),(192,1489305600,3),(192,1509865200,2),(192,1520755200,3),(192,1541314800,2),(192,1552204800,3),(192,1572764400,2),(192,1583654400,3),(192,1604214000,2),(192,1615708800,3),(192,1636268400,2),(192,1647158400,3),(192,1667718000,2),(192,1678608000,3),(192,1699167600,2),(192,1710057600,3),(192,1730617200,2),(192,1741507200,3),(192,1762066800,2),(192,1772956800,3),(192,1793516400,2),(192,1805011200,3),(192,1825570800,2),(192,1836460800,3),(192,1857020400,2),(192,1867910400,3),(192,1888470000,2),(192,1899360000,3),(192,1919919600,2),(192,1930809600,3),(192,1951369200,2),(192,1962864000,3),(192,1983423600,2),(192,1994313600,3),(192,2014873200,2),(192,2025763200,3),(192,2046322800,2),(192,2057212800,3),(192,2077772400,2),(192,2088662400,3),(192,2109222000,2),(192,2120112000,3),(192,2140671600,2),(193,-1767209328,2),(193,-1206950400,1),(193,-1191355200,2),(193,-1175367600,1),(193,-1159819200,2),(193,-633812400,1),(193,-622062000,2),(193,-602276400,1),(193,-591825600,2),(193,-570740400,1),(193,-560203200,2),(193,-539118000,1),(193,-531345600,2),(193,-191358000,1),(193,-184190400,2),(193,-155156400,1),(193,-150062400,2),(193,-128890800,1),(193,-121118400,2),(193,-99946800,1),(193,-89582400,2),(193,-68410800,1),(193,-57960000,2),(193,499755600,1),(193,511243200,2),(193,530600400,1),(193,540273600,2),(193,562136400,1),(193,571204800,2),(193,1214283600,3),(193,1384056000,2),(194,-1567453392,1),(194,-1233432000,2),(194,-1222981200,1),(194,-1205956800,2),(194,-1194037200,1),(194,-1172865600,2),(194,-1162501200,1),(194,-1141329600,2),(194,-1130965200,1),(194,-1109793600,2),(194,-1099429200,1),(194,-1078257600,2),(194,-1067806800,1),(194,-1046635200,2),(194,-1036270800,1),(194,-1015099200,2),(194,-1004734800,1),(194,-983563200,2),(194,-973198800,1),(194,-952027200,2),(194,-941576400,1),(194,-931032000,2),(194,-900882000,1),(194,-890337600,2),(194,-833749200,1),(194,-827265600,2),(194,-752274000,1),(194,-733780800,2),(194,-197326800,1),(194,-190843200,2),(194,-184194000,1),(194,-164491200,2),(194,-152658000,1),(194,-132955200,2),(194,-121122000,1),(194,-101419200,2),(194,-86821200,1),(194,-71092800,2),(194,-54766800,1),(194,-39038400,2),(194,-23317200,1),(194,-7588800,4),(194,128142000,3),(194,136605600,4),(194,596948400,3),(194,605066400,4),(194,624423600,3),(194,636516000,4),(194,656478000,3),(194,667965600,1),(194,687931200,3),(194,699415200,4),(194,719377200,3),(194,731469600,4),(194,938919600,2),(194,952052400,4),(194,1198983600,3),(194,1205632800,4),(194,1224385200,3),(194,1237082400,4),(195,-1514736000,1),(195,-1451667600,2),(195,-1343062800,1),(195,-1234803600,2),(195,-1222963200,3),(195,-1207242000,2),(195,-873820800,4),(195,-769395600,5),(195,-761677200,2),(195,-686073600,3),(195,-661539600,2),(195,-495039600,3),(195,-481734000,2),(195,-463590000,3),(195,-450284400,2),(195,-431535600,3),(195,-418230000,2),(195,-400086000,3),(195,-386780400,2),(195,-368636400,3),(195,-355330800,2),(195,-337186800,3),(195,-323881200,2),(195,-305737200,3),(195,-292431600,2),(195,199274400,3),(195,215600400,2),(195,230724000,3),(195,247050000,2),(195,262778400,3),(195,278499600,2),(195,294228000,3),(195,309949200,2),(195,325677600,3),(195,341398800,2),(195,357127200,3),(195,372848400,2),(195,388576800,3),(195,404902800,2),(195,420026400,3),(195,436352400,2),(195,452080800,3),(195,467802000,2),(195,483530400,3),(195,499251600,2),(195,514980000,3),(195,530701200,2),(195,544615200,3),(195,562150800,2),(195,576064800,3),(195,594205200,2),(195,607514400,3),(195,625654800,2),(195,638964000,3),(195,657104400,2),(195,671018400,3),(195,688554000,2),(195,702468000,3),(195,720003600,2),(195,733917600,3),(195,752058000,2),(195,765367200,3),(195,783507600,2),(195,796816800,3),(195,814957200,2),(195,828871200,3),(195,846406800,2),(195,860320800,3),(195,877856400,2),(195,891770400,3),(195,909306000,2),(195,923220000,3),(195,941360400,2),(195,954669600,3),(195,972810000,2),(195,986119200,3),(195,1004259600,2),(195,1018173600,3),(195,1035709200,2),(195,1049623200,3),(195,1067158800,2),(195,1081072800,3),(195,1099213200,2),(195,1112522400,3),(195,1130662800,2),(195,1143972000,3),(195,1162112400,2),(195,1175421600,3),(195,1193562000,2),(195,1207476000,3),(195,1225011600,2),(195,1238925600,3),(195,1256461200,2),(195,1268560800,3),(195,1289120400,2),(195,1300010400,3),(195,1320570000,2),(195,1331460000,3),(195,1352019600,2),(195,1362909600,3),(195,1383469200,2),(195,1394359200,3),(195,1414918800,2),(195,1425808800,3),(195,1446368400,2),(195,1457863200,3),(195,1478422800,2),(195,1489312800,3),(195,1509872400,2),(195,1520762400,3),(195,1541322000,2),(195,1552212000,3),(195,1572771600,2),(195,1583661600,3),(195,1604221200,2),(195,1615716000,3),(195,1636275600,2),(195,1647165600,3),(195,1667725200,2),(195,1678615200,3),(195,1699174800,2),(195,1710064800,3),(195,1730624400,2),(195,1741514400,3),(195,1762074000,2),(195,1772964000,3),(195,1793523600,2),(195,1805018400,3),(195,1825578000,2),(195,1836468000,3),(195,1857027600,2),(195,1867917600,3),(195,1888477200,2),(195,1899367200,3),(195,1919926800,2),(195,1930816800,3),(195,1951376400,2),(195,1962871200,3),(195,1983430800,2),(195,1994320800,3),(195,2014880400,2),(195,2025770400,3),(195,2046330000,2),(195,2057220000,3),(195,2077779600,2),(195,2088669600,3),(195,2109229200,2),(195,2120119200,3),(195,2140678800,2),(196,-1767212472,2),(196,-1206954000,1),(196,-1191358800,2),(196,-1175371200,1),(196,-1159822800,2),(196,-633816000,1),(196,-622065600,2),(196,-602280000,1),(196,-591829200,2),(196,-570744000,1),(196,-560206800,2),(196,-539121600,1),(196,-531349200,2),(196,-191361600,1),(196,-184194000,2),(196,-155160000,1),(196,-150066000,2),(196,-128894400,1),(196,-121122000,2),(196,-99950400,1),(196,-89586000,2),(196,-68414400,1),(196,-57963600,2),(196,499752000,1),(196,511239600,2),(196,530596800,1),(196,540270000,2),(196,562132800,1),(196,571201200,2),(196,1214280000,3),(197,-1892661435,1),(197,-1688410800,0),(197,-1619205435,2),(197,-1593806400,0),(197,-1335986235,3),(197,-1317585600,1),(197,-1304362800,3),(197,-1286049600,1),(197,-1272826800,3),(197,-1254513600,1),(197,-1241290800,3),(197,-1222977600,1),(197,-1209754800,3),(197,-1191355200,1),(197,-1178132400,2),(197,-870552000,1),(197,-865278000,2),(197,-740520000,4),(197,-736376400,2),(197,-718056000,1),(197,-713649600,2),(197,-36619200,5),(197,-23922000,6),(197,-3355200,5),(197,7527600,6),(197,24465600,5),(197,37767600,6),(197,55915200,5),(197,69217200,6),(197,87969600,5),(197,100666800,6),(197,118209600,5),(197,132116400,6),(197,150868800,5),(197,163566000,6),(197,182318400,5),(197,195620400,6),(197,213768000,5),(197,227070000,6),(197,245217600,5),(197,258519600,6),(197,277272000,5),(197,289969200,6),(197,308721600,5),(197,321418800,6),(197,340171200,5),(197,353473200,6),(197,371620800,5),(197,384922800,6),(197,403070400,5),(197,416372400,6),(197,434520000,5),(197,447822000,6),(197,466574400,5),(197,479271600,6),(197,498024000,5),(197,510721200,6),(197,529473600,5),(197,545194800,6),(197,560923200,5),(197,574225200,6),(197,592372800,5),(197,605674800,6),(197,624427200,5),(197,637124400,6),(197,653457600,5),(197,668574000,6),(197,687326400,5),(197,700628400,6),(197,718776000,5),(197,732078000,6),(197,750225600,5),(197,763527600,6),(197,781675200,5),(197,794977200,6),(197,813729600,5),(197,826426800,6),(197,845179200,5),(197,859690800,6),(197,876628800,5),(197,889930800,6),(197,906868800,5),(197,923194800,6),(197,939528000,5),(197,952830000,6),(197,971582400,5),(197,984279600,6),(197,1003032000,5),(197,1015729200,6),(197,1034481600,5),(197,1047178800,6),(197,1065931200,5),(197,1079233200,6),(197,1097380800,5),(197,1110682800,6),(197,1128830400,5),(197,1142132400,6),(197,1160884800,5),(197,1173582000,6),(197,1192334400,5),(197,1206846000,6),(197,1223784000,5),(197,1237086000,6),(197,1255233600,5),(197,1270350000,6),(197,1286683200,5),(197,1304823600,6),(197,1313899200,5),(197,1335668400,6),(197,1346558400,5),(197,1367118000,6),(197,1378612800,5),(197,1398567600,6),(197,1410062400,5),(197,1463281200,6),(197,1471147200,5),(197,1494730800,6),(197,1502596800,5),(197,1526180400,6),(197,1534046400,5),(197,1554606000,6),(197,1567915200,5),(197,1586055600,6),(197,1599364800,5),(197,1617505200,6),(197,1630814400,5),(197,1648954800,6),(197,1662264000,5),(197,1680404400,6),(197,1693713600,5),(197,1712458800,6),(197,1725768000,5),(197,1743908400,6),(197,1757217600,5),(197,1775358000,6),(197,1788667200,5),(197,1806807600,6),(197,1820116800,5),(197,1838257200,6),(197,1851566400,5),(197,1870311600,6),(197,1883016000,5),(197,1901761200,6),(197,1915070400,5),(197,1933210800,6),(197,1946520000,5),(197,1964660400,6),(197,1977969600,5),(197,1996110000,6),(197,2009419200,5),(197,2027559600,6),(197,2040868800,5),(197,2059614000,6),(197,2072318400,5),(197,2091063600,6),(197,2104372800,5),(197,2122513200,6),(197,2135822400,5),(198,-1159773600,2),(198,-100119600,1),(198,-89668800,2),(198,-5770800,3),(198,4422600,2),(198,25678800,3),(198,33193800,2),(198,57733200,3),(198,64816200,2),(198,89182800,3),(198,96438600,2),(198,120632400,3),(198,127974600,2),(198,152082000,4),(198,972799200,2),(198,975823200,4),(199,-1767214412,2),(199,-1206957600,1),(199,-1191362400,2),(199,-1175374800,1),(199,-1159826400,2),(199,-633819600,1),(199,-622069200,2),(199,-602283600,1),(199,-591832800,2),(199,-570747600,1),(199,-560210400,2),(199,-539125200,1),(199,-531352800,2),(199,-195426000,1),(199,-184197600,2),(199,-155163600,1),(199,-150069600,2),(199,-128898000,1),(199,-121125600,2),(199,-99954000,1),(199,-89589600,2),(199,-68418000,1),(199,-57967200,2),(199,499748400,1),(199,511236000,2),(199,530593200,1),(199,540266400,2),(199,562129200,1),(199,571197600,2),(199,592974000,1),(199,602042400,2),(199,624423600,1),(199,634701600,2),(199,656478000,1),(199,666756000,2),(199,687927600,1),(199,697600800,2),(199,719982000,1),(199,728445600,2),(199,750826800,1),(199,761709600,2),(199,782276400,1),(199,793159200,2),(199,813726000,1),(199,824004000,2),(199,844570800,1),(199,856058400,2),(199,876106800,1),(199,888717600,2),(199,908074800,1),(199,919562400,2),(199,938919600,1),(199,951616800,2),(199,970974000,1),(199,982461600,2),(199,1003028400,1),(199,1013911200,2),(199,1036292400,1),(199,1045360800,2),(199,1066532400,1),(199,1076810400,2),(199,1099364400,1),(199,1108864800,2),(199,1129431600,1),(199,1140314400,2),(199,1162695600,1),(199,1172368800,2),(199,1192330800,1),(199,1203213600,2),(199,1224385200,1),(199,1234663200,2),(199,1255834800,1),(199,1266717600,2),(199,1287284400,1),(199,1298167200,2),(199,1318734000,1),(199,1330221600,2),(199,1350788400,1),(199,1361066400,2),(199,1382238000,1),(199,1392516000,2),(199,1413687600,1),(199,1424570400,2),(199,1445137200,1),(199,1456020000,2),(199,1476586800,1),(199,1487469600,2),(199,1508036400,1),(199,1518919200,2),(199,1541300400,1),(199,1550368800,2),(200,-1686090728,1),(200,323841600,2),(200,338961600,3),(200,354679200,6),(200,370400400,4),(200,386125200,5),(200,401850000,4),(200,417574800,5),(200,433299600,4),(200,449024400,5),(200,465354000,4),(200,481078800,5),(200,496803600,4),(200,512528400,5),(200,528253200,4),(200,543978000,5),(200,559702800,4),(200,575427600,5),(200,591152400,4),(200,606877200,5),(200,622602000,4),(200,638326800,5),(200,654656400,4),(200,670381200,5),(200,686106000,4),(200,701830800,5),(200,717555600,4),(200,733280400,5),(200,749005200,4),(200,764730000,5),(200,780454800,4),(200,796179600,5),(200,811904400,4),(200,828234000,5),(200,846378000,4),(200,859683600,5),(200,877827600,4),(200,891133200,5),(200,909277200,4),(200,922582800,5),(200,941331600,4),(200,954032400,5),(200,972781200,4),(200,985482000,5),(200,1004230800,4),(200,1017536400,5),(200,1035680400,4),(200,1048986000,5),(200,1067130000,4),(200,1080435600,5),(200,1099184400,4),(200,1111885200,5),(200,1130634000,4),(200,1143334800,5),(200,1162083600,4),(200,1174784400,5),(200,1193533200,4),(200,1206838800,5),(200,1224982800,4),(200,1238288400,5),(200,1256432400,4),(200,1269738000,5),(200,1288486800,4),(200,1301187600,5),(200,1319936400,4),(200,1332637200,5),(200,1351386000,4),(200,1364691600,5),(200,1382835600,4),(200,1396141200,5),(200,1414285200,4),(200,1427590800,5),(200,1445734800,4),(200,1459040400,5),(200,1477789200,4),(200,1490490000,5),(200,1509238800,4),(200,1521939600,5),(200,1540688400,4),(200,1553994000,5),(200,1572138000,4),(200,1585443600,5),(200,1603587600,4),(200,1616893200,5),(200,1635642000,4),(200,1648342800,5),(200,1667091600,4),(200,1679792400,5),(200,1698541200,4),(200,1711846800,5),(200,1729990800,4),(200,1743296400,5),(200,1761440400,4),(200,1774746000,5),(200,1792890000,4),(200,1806195600,5),(200,1824944400,4),(200,1837645200,5),(200,1856394000,4),(200,1869094800,5),(200,1887843600,4),(200,1901149200,5),(200,1919293200,4),(200,1932598800,5),(200,1950742800,4),(200,1964048400,5),(200,1982797200,4),(200,1995498000,5),(200,2014246800,4),(200,2026947600,5),(200,2045696400,4),(200,2058397200,5),(200,2077146000,4),(200,2090451600,5),(200,2108595600,4),(200,2121901200,5),(200,2140045200,4),(201,-1633273200,0),(201,-1615132800,1),(201,-1601823600,0),(201,-1583683200,1),(201,-1570374000,0),(201,-1551628800,1),(201,-1538924400,0),(201,-1534089600,1),(201,-880210800,2),(201,-769395600,3),(201,-765388800,1),(201,-147884400,0),(201,-131558400,1),(201,-116434800,0),(201,-100108800,1),(201,-84380400,0),(201,-68659200,1),(201,-52930800,0),(201,-37209600,1),(201,-21481200,0),(201,-5760000,1),(201,9968400,0),(201,25689600,1),(201,41418000,0),(201,57744000,1),(201,73472400,0),(201,89193600,1),(201,104922000,0),(201,120643200,1),(201,126694800,0),(201,152092800,1),(201,162378000,0),(201,183542400,1),(201,199270800,0),(201,215596800,1),(201,230720400,0),(201,247046400,1),(201,262774800,0),(201,278496000,1),(201,294224400,0),(201,309945600,1),(201,325674000,0),(201,341395200,1),(201,357123600,0),(201,372844800,1),(201,388573200,0),(201,404899200,1),(201,420022800,0),(201,436348800,1),(201,452077200,0),(201,467798400,1),(201,483526800,0),(201,499248000,1),(201,514976400,0),(201,530697600,1),(201,544611600,0),(201,562147200,1),(201,576061200,0),(201,594201600,1),(201,607510800,0),(201,625651200,1),(201,638960400,0),(201,657100800,1),(201,671014800,0),(201,688550400,1),(201,702464400,0),(201,720000000,1),(201,733914000,0),(201,752054400,1),(201,765363600,0),(201,783504000,1),(201,796813200,0),(201,814953600,1),(201,828867600,0),(201,846403200,1),(201,860317200,0),(201,877852800,1),(201,891766800,0),(201,909302400,1),(201,923216400,0),(201,941356800,1),(201,954666000,0),(201,972806400,1),(201,986115600,0),(201,1004256000,1),(201,1018170000,0),(201,1035705600,1),(201,1049619600,0),(201,1067155200,1),(201,1081069200,0),(201,1099209600,1),(201,1112518800,0),(201,1130659200,1),(201,1143968400,0),(201,1162108800,1),(201,1173603600,0),(201,1194163200,1),(201,1205053200,0),(201,1225612800,1),(201,1236502800,0),(201,1257062400,1),(201,1268557200,0),(201,1289116800,1),(201,1300006800,0),(201,1320566400,1),(201,1331456400,0),(201,1352016000,1),(201,1362906000,0),(201,1383465600,1),(201,1394355600,0),(201,1414915200,1),(201,1425805200,0),(201,1446364800,1),(201,1457859600,0),(201,1478419200,1),(201,1489309200,0),(201,1509868800,1),(201,1520758800,0),(201,1541318400,1),(201,1552208400,0),(201,1572768000,1),(201,1583658000,0),(201,1604217600,1),(201,1615712400,0),(201,1636272000,1),(201,1647162000,0),(201,1667721600,1),(201,1678611600,0),(201,1699171200,1),(201,1710061200,0),(201,1730620800,1),(201,1741510800,0),(201,1762070400,1),(201,1772960400,0),(201,1793520000,1),(201,1805014800,0),(201,1825574400,1),(201,1836464400,0),(201,1857024000,1),(201,1867914000,0),(201,1888473600,1),(201,1899363600,0),(201,1919923200,1),(201,1930813200,0),(201,1951372800,1),(201,1962867600,0),(201,1983427200,1),(201,1994317200,0),(201,2014876800,1),(201,2025766800,0),(201,2046326400,1),(201,2057216400,0),(201,2077776000,1),(201,2088666000,0),(201,2109225600,1),(201,2120115600,0),(201,2140675200,1),(202,-880207200,1),(202,-769395600,2),(202,-765385200,0),(202,-21477600,3),(202,-5756400,0),(202,9972000,3),(202,25693200,0),(202,41421600,3),(202,57747600,0),(202,73476000,3),(202,89197200,0),(202,104925600,3),(202,120646800,0),(202,126698400,3),(202,152096400,0),(202,162381600,3),(202,183546000,0),(202,199274400,3),(202,215600400,0),(202,230724000,3),(202,247050000,0),(202,262778400,3),(202,278499600,0),(202,294228000,3),(202,309949200,0),(202,325677600,3),(202,341398800,0),(202,357127200,3),(202,372848400,0),(202,388576800,3),(202,404902800,0),(202,420026400,3),(202,436352400,4),(202,439030800,6),(202,452084400,5),(202,467805600,6),(202,483534000,5),(202,499255200,6),(202,514983600,5),(202,530704800,6),(202,544618800,5),(202,562154400,6),(202,576068400,5),(202,594208800,6),(202,607518000,5),(202,625658400,6),(202,638967600,5),(202,657108000,6),(202,671022000,5),(202,688557600,6),(202,702471600,5),(202,720007200,6),(202,733921200,5),(202,752061600,6),(202,765370800,5),(202,783511200,6),(202,796820400,5),(202,814960800,6),(202,828874800,5),(202,846410400,6),(202,860324400,5),(202,877860000,6),(202,891774000,5),(202,909309600,6),(202,923223600,5),(202,941364000,6),(202,954673200,5),(202,972813600,6),(202,986122800,5),(202,1004263200,6),(202,1018177200,5),(202,1035712800,6),(202,1049626800,5),(202,1067162400,6),(202,1081076400,5),(202,1099216800,6),(202,1112526000,5),(202,1130666400,6),(202,1143975600,5),(202,1162116000,6),(202,1173610800,5),(202,1194170400,6),(202,1205060400,5),(202,1225620000,6),(202,1236510000,5),(202,1257069600,6),(202,1268564400,5),(202,1289124000,6),(202,1300014000,5),(202,1320573600,6),(202,1331463600,5),(202,1352023200,6),(202,1362913200,5),(202,1383472800,6),(202,1394362800,5),(202,1414922400,6),(202,1425812400,5),(202,1446372000,6),(202,1457866800,5),(202,1478426400,6),(202,1489316400,5),(202,1509876000,6),(202,1520766000,5),(202,1541325600,6),(202,1552215600,5),(202,1572775200,6),(202,1583665200,5),(202,1604224800,6),(202,1615719600,5),(202,1636279200,6),(202,1647169200,5),(202,1667728800,6),(202,1678618800,5),(202,1699178400,6),(202,1710068400,5),(202,1730628000,6),(202,1741518000,5),(202,1762077600,6),(202,1772967600,5),(202,1793527200,6),(202,1805022000,5),(202,1825581600,6),(202,1836471600,5),(202,1857031200,6),(202,1867921200,5),(202,1888480800,6),(202,1899370800,5),(202,1919930400,6),(202,1930820400,5),(202,1951380000,6),(202,1962874800,5),(202,1983434400,6),(202,1994324400,5),(202,2014884000,6),(202,2025774000,5),(202,2046333600,6),(202,2057223600,5),(202,2077783200,6),(202,2088673200,5),(202,2109232800,6),(202,2120122800,5),(202,2140682400,6),(203,-873057600,2),(203,-769395600,1),(203,-765399600,0),(204,-1664130548,0),(204,-1650137348,1),(204,-1632076148,0),(204,-1615145348,1),(204,-1598650148,0),(204,-1590100148,1),(204,-1567286948,0),(204,-1551565748,1),(204,-1535837348,0),(204,-1520116148,1),(204,-1503782948,0),(204,-1488666548,1),(204,-1472333348,0),(204,-1457216948,1),(204,-1440883748,0),(204,-1425767348,1),(204,-1409434148,0),(204,-1394317748,1),(204,-1377984548,0),(204,-1362263348,1),(204,-1346534948,0),(204,-1330813748,1),(204,-1314480548,0),(204,-1299364148,1),(204,-1283030948,0),(204,-1267914548,1),(204,-1251581348,0),(204,-1236464948,1),(204,-1220131748,0),(204,-1205015348,1),(204,-1188682148,0),(204,-1172960948,1),(204,-1156627748,0),(204,-1141511348,1),(204,-1125178148,0),(204,-1110061748,1),(204,-1096921748,3),(204,-1093728600,2),(204,-1078612200,3),(204,-1061670600,2),(204,-1048973400,3),(204,-1030221000,2),(204,-1017523800,3),(204,-998771400,2),(204,-986074200,3),(204,-966717000,2),(204,-954624600,3),(204,-935267400,2),(204,-922570200,3),(204,-903817800,2),(204,-891120600,3),(204,-872368200,5),(204,-769395600,4),(204,-765401400,3),(204,-746044200,2),(204,-733347000,3),(204,-714594600,2),(204,-701897400,3),(204,-683145000,2),(204,-670447800,3),(204,-651695400,2),(204,-638998200,3),(204,-619641000,2),(204,-606943800,3),(204,-589401000,2),(204,-576099000,3),(204,-557951400,2),(204,-544649400,3),(204,-526501800,2),(204,-513199800,3),(204,-495052200,2),(204,-481750200,3),(204,-463602600,2),(204,-450300600,3),(204,-431548200,2),(204,-418246200,3),(204,-400098600,2),(204,-386796600,3),(204,-368649000,2),(204,-355347000,3),(204,-337199400,2),(204,-323897400,3),(204,-305749800,2),(204,-289423800,3),(204,-273695400,2),(204,-257974200,3),(204,-242245800,2),(204,-226524600,3),(204,-210796200,2),(204,-195075000,3),(204,-179346600,2),(204,-163625400,3),(204,-147897000,2),(204,-131571000,3),(204,-116447400,2),(204,-100121400,3),(204,-84393000,2),(204,-68671800,3),(204,-52943400,2),(204,-37222200,3),(204,-21493800,2),(204,-5772600,3),(204,9955800,2),(204,25677000,3),(204,41405400,2),(204,57731400,3),(204,73459800,2),(204,89181000,3),(204,104909400,2),(204,120630600,3),(204,136359000,2),(204,152080200,3),(204,167808600,2),(204,183529800,3),(204,199258200,2),(204,215584200,3),(204,230707800,2),(204,247033800,3),(204,262762200,2),(204,278483400,3),(204,294211800,2),(204,309933000,3),(204,325661400,2),(204,341382600,3),(204,357111000,2),(204,372832200,3),(204,388560600,2),(204,404886600,3),(204,420010200,2),(204,436336200,3),(204,452064600,2),(204,467785800,3),(204,483514200,2),(204,499235400,3),(204,514963800,2),(204,530685000,3),(204,544591860,2),(204,562127460,3),(204,576041460,6),(204,594178260,3),(204,607491060,2),(204,625631460,3),(204,638940660,2),(204,657081060,3),(204,670995060,2),(204,688530660,3),(204,702444660,2),(204,719980260,3),(204,733894260,2),(204,752034660,3),(204,765343860,2),(204,783484260,3),(204,796793460,2),(204,814933860,3),(204,828847860,2),(204,846383460,3),(204,860297460,2),(204,877833060,3),(204,891747060,2),(204,909282660,3),(204,923196660,2),(204,941337060,3),(204,954646260,2),(204,972786660,3),(204,986095860,2),(204,1004236260,3),(204,1018150260,2),(204,1035685860,3),(204,1049599860,2),(204,1067135460,3),(204,1081049460,2),(204,1099189860,3),(204,1112499060,2),(204,1130639460,3),(204,1143948660,2),(204,1162089060,3),(204,1173583860,2),(204,1194143460,3),(204,1205033460,2),(204,1225593060,3),(204,1236483060,2),(204,1257042660,3),(204,1268537460,2),(204,1289097060,3),(204,1299987060,2),(204,1320553800,3),(204,1331443800,2),(204,1352003400,3),(204,1362893400,2),(204,1383453000,3),(204,1394343000,2),(204,1414902600,3),(204,1425792600,2),(204,1446352200,3),(204,1457847000,2),(204,1478406600,3),(204,1489296600,2),(204,1509856200,3),(204,1520746200,2),(204,1541305800,3),(204,1552195800,2),(204,1572755400,3),(204,1583645400,2),(204,1604205000,3),(204,1615699800,2),(204,1636259400,3),(204,1647149400,2),(204,1667709000,3),(204,1678599000,2),(204,1699158600,3),(204,1710048600,2),(204,1730608200,3),(204,1741498200,2),(204,1762057800,3),(204,1772947800,2),(204,1793507400,3),(204,1805002200,2),(204,1825561800,3),(204,1836451800,2),(204,1857011400,3),(204,1867901400,2),(204,1888461000,3),(204,1899351000,2),(204,1919910600,3),(204,1930800600,2),(204,1951360200,3),(204,1962855000,2),(204,1983414600,3),(204,1994304600,2),(204,2014864200,3),(204,2025754200,2),(204,2046313800,3),(204,2057203800,2),(204,2077763400,3),(204,2088653400,2),(204,2109213000,3),(204,2120103000,2),(204,2140662600,3),(205,-873057600,2),(205,-769395600,1),(205,-765399600,0),(206,-873057600,2),(206,-769395600,1),(206,-765399600,0),(207,-873057600,2),(207,-769395600,1),(207,-765399600,0),(208,-873057600,2),(208,-769395600,1),(208,-765399600,0),(209,-2030201320,2),(209,-1632063600,1),(209,-1615132800,2),(209,-880210800,3),(209,-769395600,4),(209,-765388800,2),(209,-747241200,1),(209,-732729600,2),(209,-715791600,1),(209,-702489600,2),(209,-684342000,1),(209,-671040000,2),(209,-652892400,1),(209,-639590400,2),(209,-400086000,1),(209,-384364800,2),(209,-337186800,1),(209,-321465600,2),(209,-305737200,1),(209,-292435200,2),(209,-273682800,1),(209,-260985600,2),(209,73472400,5),(210,-1538503868,2),(210,547020000,1),(210,559717200,2),(210,578469600,1),(210,591166800,2),(210,1146981600,1),(210,1154926800,2),(211,-1686079492,2),(211,670399200,1),(211,686120400,2),(211,701848800,1),(211,717570000,2),(211,733903200,1),(211,752043600,2),(211,765352800,1),(211,783493200,2),(211,796802400,1),(211,814942800,2),(211,828856800,1),(211,846392400,2),(211,860306400,1),(211,877842000,2),(211,891756000,1),(211,909291600,2),(211,923205600,1),(211,941346000,2),(211,954655200,1),(211,972795600,2),(211,986104800,1),(211,1004245200,2),(211,1018159200,1),(211,1035694800,2),(211,1049608800,1),(211,1067144400,2),(211,1081058400,1),(211,1099198800,2),(211,1112508000,1),(211,1130648400,2),(211,1143957600,1),(211,1162098000,2),(211,1173592800,1),(211,1194152400,2),(211,1205042400,1),(211,1225602000,2),(211,1236492000,1),(211,1257051600,2),(211,1268546400,1),(211,1289106000,2),(211,1299996000,1),(211,1320555600,2),(211,1331445600,1),(211,1352005200,2),(211,1362895200,1),(211,1383454800,2),(211,1394344800,1),(211,1414904400,2),(211,1425794400,1),(211,1446354000,2),(211,1457848800,1),(211,1478408400,2),(211,1489298400,1),(211,1509858000,2),(211,1520748000,1),(211,1541307600,2),(211,1552197600,1),(211,1572757200,2),(211,1583647200,1),(211,1604206800,2),(211,1615701600,1),(211,1636261200,2),(211,1647151200,1),(211,1667710800,2),(211,1678600800,1),(211,1699160400,2),(211,1710050400,1),(211,1730610000,2),(211,1741500000,1),(211,1762059600,2),(211,1772949600,1),(211,1793509200,2),(211,1805004000,1),(211,1825563600,2),(211,1836453600,1),(211,1857013200,2),(211,1867903200,1),(211,1888462800,2),(211,1899352800,1),(211,1919912400,2),(211,1930802400,1),(211,1951362000,2),(211,1962856800,1),(211,1983416400,2),(211,1994306400,1),(211,2014866000,2),(211,2025756000,1),(211,2046315600,2),(211,2057205600,1),(211,2077765200,2),(211,2088655200,1),(211,2109214800,2),(211,2120104800,1),(211,2140664400,2),(212,-1893434400,1),(212,-880218000,2),(212,-769395600,3),(212,-765396000,1),(212,9961200,4),(212,25682400,1),(212,41410800,4),(212,57736800,1),(212,73465200,4),(212,89186400,1),(212,136364400,4),(212,152085600,1),(212,167814000,4),(212,183535200,1),(212,199263600,4),(212,215589600,1),(212,230713200,4),(212,247039200,1),(212,262767600,4),(212,278488800,1),(212,294217200,4),(212,309938400,1),(212,325666800,4),(212,341388000,1),(212,357116400,4),(212,372837600,1),(212,388566000,4),(212,404892000,1),(212,420015600,4),(212,436341600,1),(212,452070000,4),(212,467791200,1),(212,483519600,4),(212,499240800,1),(212,514969200,4),(212,530690400,1),(212,544604400,4),(212,562140000,1),(212,576054000,4),(212,594194400,1),(212,607503600,4),(212,625644000,1),(212,638953200,4),(212,657093600,1),(212,671007600,4),(212,688543200,1),(212,702457200,4),(212,719992800,1),(212,733906800,4),(212,752047200,1),(212,765356400,4),(212,783496800,1),(212,796806000,4),(212,814946400,1),(212,828860400,4),(212,846396000,1),(212,860310000,4),(212,877845600,1),(212,891759600,4),(212,909295200,1),(212,923209200,4),(212,941349600,1),(212,954658800,4),(212,972799200,1),(212,986108400,4),(212,1004248800,1),(212,1018162800,4),(212,1035698400,1),(212,1049612400,4),(212,1067148000,1),(212,1081062000,4),(212,1099202400,1),(212,1112511600,4),(212,1130652000,1),(212,1143961200,4),(212,1162101600,1),(212,1173596400,4),(212,1194156000,1),(212,1205046000,4),(212,1225605600,1),(212,1236495600,4),(212,1257055200,1),(212,1268550000,4),(212,1289109600,1),(212,1299999600,4),(212,1320559200,1),(212,1331449200,4),(212,1352008800,1),(212,1362898800,4),(212,1383458400,1),(212,1394348400,4),(212,1414908000,1),(212,1425798000,4),(212,1446357600,1),(212,1457852400,4),(212,1478412000,1),(212,1489302000,4),(212,1509861600,1),(212,1520751600,4),(212,1541311200,1),(212,1552201200,4),(212,1572760800,1),(212,1583650800,4),(212,1604210400,1),(212,1615705200,4),(212,1636264800,1),(212,1647154800,4),(212,1667714400,1),(212,1678604400,4),(212,1699164000,1),(212,1710054000,4),(212,1730613600,1),(212,1741503600,4),(212,1762063200,1),(212,1772953200,4),(212,1793512800,1),(212,1805007600,4),(212,1825567200,1),(212,1836457200,4),(212,1857016800,1),(212,1867906800,4),(212,1888466400,1),(212,1899356400,4),(212,1919916000,1),(212,1930806000,4),(212,1951365600,1),(212,1962860400,4),(212,1983420000,1),(212,1994310000,4),(212,2014869600,1),(212,2025759600,4),(212,2046319200,1),(212,2057209200,4),(212,2077768800,1),(212,2088658800,4),(212,2109218400,1),(212,2120108400,4),(212,2140668000,1),(213,-1514736000,1),(213,-1451667600,2),(213,-1343062800,1),(213,-1234803600,2),(213,-1222963200,3),(213,-1207242000,2),(213,-873820800,4),(213,-769395600,5),(213,-761677200,2),(213,-686073600,3),(213,-661539600,2),(213,-495039600,3),(213,-481734000,2),(213,-463590000,3),(213,-450284400,2),(213,-431535600,3),(213,-418230000,2),(213,-400086000,3),(213,-386780400,2),(213,-368636400,3),(213,-355330800,2),(213,-337186800,3),(213,-323881200,2),(213,-305737200,3),(213,-292431600,2),(213,199274400,3),(213,215600400,2),(213,230724000,3),(213,247050000,2),(213,262778400,3),(213,278499600,2),(213,294228000,3),(213,309949200,2),(213,325677600,3),(213,341398800,2),(213,357127200,3),(213,372848400,2),(213,388576800,3),(213,404902800,2),(213,420026400,3),(213,436352400,2),(213,452080800,3),(213,467802000,2),(213,483530400,3),(213,499251600,2),(213,514980000,3),(213,530701200,2),(213,544615200,3),(213,562150800,2),(213,576064800,3),(213,594205200,2),(213,607514400,3),(213,625654800,2),(213,638964000,3),(213,657104400,2),(213,671018400,3),(213,688554000,2),(213,702468000,3),(213,720003600,2),(213,733917600,3),(213,752058000,2),(213,765367200,3),(213,783507600,2),(213,796816800,3),(213,814957200,2),(213,828871200,3),(213,846406800,2),(213,860320800,3),(213,877856400,2),(213,891770400,3),(213,909306000,2),(213,923220000,3),(213,941360400,2),(213,954669600,3),(213,972810000,2),(213,986119200,3),(213,1004259600,2),(213,1018173600,3),(213,1035709200,2),(213,1049623200,3),(213,1067158800,2),(213,1081072800,3),(213,1099213200,2),(213,1112522400,3),(213,1130662800,2),(213,1143972000,3),(213,1162112400,2),(213,1175421600,3),(213,1193562000,2),(213,1207476000,3),(213,1225011600,2),(213,1238925600,3),(213,1256461200,2),(213,1268560800,3),(213,1289120400,2),(213,1300010400,3),(213,1320570000,2),(213,1331460000,3),(213,1352019600,2),(213,1362909600,3),(213,1383469200,2),(213,1394359200,3),(213,1414918800,2),(213,1425808800,3),(213,1446368400,2),(213,1457863200,3),(213,1478422800,2),(213,1489312800,3),(213,1509872400,2),(213,1520762400,3),(213,1541322000,2),(213,1552212000,3),(213,1572771600,2),(213,1583661600,3),(213,1604221200,2),(213,1615716000,3),(213,1636275600,2),(213,1647165600,3),(213,1667725200,2),(213,1678615200,3),(213,1699174800,2),(213,1710064800,3),(213,1730624400,2),(213,1741514400,3),(213,1762074000,2),(213,1772964000,3),(213,1793523600,2),(213,1805018400,3),(213,1825578000,2),(213,1836468000,3),(213,1857027600,2),(213,1867917600,3),(213,1888477200,2),(213,1899367200,3),(213,1919926800,2),(213,1930816800,3),(213,1951376400,2),(213,1962871200,3),(213,1983430800,2),(213,1994320800,3),(213,2014880400,2),(213,2025770400,3),(213,2046330000,2),(213,2057220000,3),(213,2077779600,2),(213,2088669600,3),(213,2109229200,2),(213,2120119200,3),(213,2140678800,2),(214,-1632070800,0),(214,-1615140000,1),(214,-1601753400,0),(214,-1583697600,1),(214,-1567357200,0),(214,-1554667200,1),(214,-1534698000,0),(214,-1524074400,1),(214,-1503248400,0),(214,-1492365600,1),(214,-1471798800,0),(214,-1460916000,1),(214,-1440954000,0),(214,-1428861600,1),(214,-1409504400,0),(214,-1397412000,1),(214,-1378054800,0),(214,-1365962400,1),(214,-1346605200,0),(214,-1333908000,1),(214,-1315155600,0),(214,-1301853600,1),(214,-1283706000,0),(214,-1270404000,1),(214,-1252256400,0),(214,-1238954400,1),(214,-1220806800,0),(214,-1207504800,1),(214,-1188752400,0),(214,-1176055200,1),(214,-1157302800,0),(214,-1144000800,1),(214,-1125853200,0),(214,-1112551200,1),(214,-1094403600,0),(214,-1081101600,1),(214,-1062954000,0),(214,-1049652000,1),(214,-1031504400,0),(214,-1018202400,1),(214,-1000054800,0),(214,-986752800,1),(214,-968000400,0),(214,-955303200,1),(214,-936550800,0),(214,-880218000,2),(214,-769395600,3),(214,-765396000,1),(214,-747248400,0),(214,-733946400,1),(214,-715806000,0),(214,-702504000,1),(214,-684356400,0),(214,-671054400,1),(214,-652906800,0),(214,-634161600,1),(214,-620845200,0),(214,-602704800,1),(214,-589395600,0),(214,-576093600,1),(214,-557946000,0),(214,-544644000,1),(214,-526496400,0),(214,-513194400,1),(214,-495046800,0),(214,-481744800,1),(214,-463597200,0),(214,-450295200,1),(214,-431542800,0),(214,-418240800,1),(214,-400093200,0),(214,-384372000,1),(214,-368643600,0),(214,-352922400,1),(214,-337194000,0),(214,-321472800,1),(214,-305744400,0),(214,-289418400,1),(214,-273690000,0),(214,-257968800,1),(214,-242240400,0),(214,-226519200,1),(214,-210790800,0),(214,-195069600,1),(214,-179341200,0),(214,-163620000,1),(214,-147891600,0),(214,-131565600,1),(214,-116442000,0),(214,-100116000,1),(214,-84387600,0),(214,-68666400,1),(214,-52938000,0),(214,-37216800,1),(214,-21488400,0),(214,-5767200,1),(214,9961200,0),(214,25682400,1),(214,41410800,0),(214,57736800,1),(214,73465200,0),(214,89186400,1),(214,104914800,0),(214,120636000,1),(214,136364400,0),(214,152085600,1),(214,167814000,0),(214,183535200,1),(214,199263600,0),(214,215589600,1),(214,230713200,0),(214,247039200,1),(214,262767600,0),(214,278488800,1),(214,294217200,0),(214,309938400,1),(214,325666800,0),(214,341388000,1),(214,357116400,0),(214,372837600,1),(214,388566000,0),(214,404892000,1),(214,420015600,0),(214,436341600,1),(214,452070000,0),(214,467791200,1),(214,483519600,0),(214,499240800,1),(214,514969200,0),(214,530690400,1),(214,544604400,0),(214,562140000,1),(214,576054000,0),(214,594194400,1),(214,607503600,0),(214,625644000,1),(214,638953200,0),(214,657093600,1),(214,671007600,0),(214,688543200,1),(214,702457200,0),(214,719992800,1),(214,733906800,0),(214,752047200,1),(214,765356400,0),(214,783496800,1),(214,796806000,0),(214,814946400,1),(214,828860400,0),(214,846396000,1),(214,860310000,0),(214,877845600,1),(214,891759600,0),(214,909295200,1),(214,923209200,0),(214,941349600,1),(214,954658800,0),(214,972799200,1),(214,986108400,0),(214,1004248800,1),(214,1018162800,0),(214,1035698400,1),(214,1049612400,0),(214,1067148000,1),(214,1081062000,0),(214,1099202400,1),(214,1112511600,0),(214,1130652000,1),(214,1143961200,0),(214,1162101600,1),(214,1173596400,0),(214,1194156000,1),(214,1205046000,0),(214,1225605600,1),(214,1236495600,0),(214,1257055200,1),(214,1268550000,0),(214,1289109600,1),(214,1299999600,0),(214,1320559200,1),(214,1331449200,0),(214,1352008800,1),(214,1362898800,0),(214,1383458400,1),(214,1394348400,0),(214,1414908000,1),(214,1425798000,0),(214,1446357600,1),(214,1457852400,0),(214,1478412000,1),(214,1489302000,0),(214,1509861600,1),(214,1520751600,0),(214,1541311200,1),(214,1552201200,0),(214,1572760800,1),(214,1583650800,0),(214,1604210400,1),(214,1615705200,0),(214,1636264800,1),(214,1647154800,0),(214,1667714400,1),(214,1678604400,0),(214,1699164000,1),(214,1710054000,0),(214,1730613600,1),(214,1741503600,0),(214,1762063200,1),(214,1772953200,0),(214,1793512800,1),(214,1805007600,0),(214,1825567200,1),(214,1836457200,0),(214,1857016800,1),(214,1867906800,0),(214,1888466400,1),(214,1899356400,0),(214,1919916000,1),(214,1930806000,0),(214,1951365600,1),(214,1962860400,0),(214,1983420000,1),(214,1994310000,0),(214,2014869600,1),(214,2025759600,0),(214,2046319200,1),(214,2057209200,0),(214,2077768800,1),(214,2088658800,0),(214,2109218400,1),(214,2120108400,0),(214,2140668000,1),(215,-873057600,2),(215,-769395600,1),(215,-765399600,0),(216,-1632060000,0),(216,-1615129200,1),(216,-880207200,2),(216,-769395600,3),(216,-765385200,1),(216,-747237600,0),(216,-733935600,1),(216,-715788000,0),(216,-702486000,1),(216,-684338400,0),(216,-671036400,1),(216,-652888800,0),(216,-639586800,1),(216,-620834400,0),(216,-608137200,1),(216,-589384800,0),(216,-576082800,1),(216,-557935200,0),(216,-544633200,1),(216,-526485600,0),(216,-513183600,1),(216,-495036000,0),(216,-481734000,1),(216,-463586400,0),(216,-450284400,1),(216,-431532000,0),(216,-418230000,1),(216,-400082400,0),(216,-386780400,1),(216,-368632800,0),(216,-355330800,1),(216,-337183200,0),(216,-323881200,1),(216,-305733600,0),(216,-292431600,1),(216,-273679200,0),(216,-260982000,1),(216,-242229600,0),(216,-226508400,1),(216,-210780000,0),(216,-195058800,1),(216,-179330400,0),(216,-163609200,1),(216,-147880800,0),(216,-131554800,1),(216,-116431200,0),(216,-100105200,1),(216,-84376800,0),(216,-68655600,1),(216,-52927200,0),(216,-37206000,1),(216,-21477600,0),(216,-5756400,1),(216,9972000,0),(216,25693200,1),(216,41421600,0),(216,57747600,1),(216,73476000,0),(216,89197200,1),(216,104925600,0),(216,120646800,1),(216,136375200,0),(216,152096400,1),(216,167824800,0),(216,183546000,1),(216,199274400,0),(216,215600400,1),(216,230724000,0),(216,247050000,1),(216,262778400,0),(216,278499600,1),(216,294228000,0),(216,309949200,1),(216,325677600,0),(216,341398800,1),(216,357127200,0),(216,372848400,1),(216,388576800,0),(216,404902800,1),(216,420026400,0),(216,436352400,1),(216,452080800,0),(216,467802000,1),(216,483530400,0),(216,499251600,1),(216,514980000,0),(216,530701200,1),(216,544615200,0),(216,562150800,1),(216,576064800,0),(216,594205200,1),(216,607514400,0),(216,625654800,1),(216,638964000,0),(216,657104400,1),(216,671018400,0),(216,688554000,1),(216,702468000,0),(216,720003600,1),(216,733917600,0),(216,752058000,1),(216,765367200,0),(216,783507600,1),(216,796816800,0),(216,814957200,1),(216,828871200,0),(216,846406800,1),(216,860320800,0),(216,877856400,1),(216,891770400,0),(216,909306000,1),(216,923220000,0),(216,941360400,1),(216,954669600,0),(216,972810000,1),(216,986119200,0),(216,1004259600,1),(216,1018173600,0),(216,1035709200,1),(216,1049623200,0),(216,1067158800,1),(216,1081072800,0),(216,1099213200,1),(216,1112522400,0),(216,1130662800,1),(216,1143972000,0),(216,1162112400,1),(216,1173607200,0),(216,1194166800,1),(216,1205056800,0),(216,1225616400,1),(216,1236506400,0),(216,1257066000,1),(216,1268560800,0),(216,1289120400,1),(216,1300010400,0),(216,1320570000,1),(216,1331460000,0),(216,1352019600,1),(216,1362909600,0),(216,1383469200,1),(216,1394359200,0),(216,1414918800,1),(216,1425808800,0),(216,1446368400,1),(216,1457863200,0),(216,1478422800,1),(216,1489312800,0),(216,1509872400,1),(216,1520762400,0),(216,1541322000,1),(216,1552212000,0),(216,1572771600,1),(216,1583661600,0),(216,1604221200,1),(216,1615716000,0),(216,1636275600,1),(216,1647165600,0),(216,1667725200,1),(216,1678615200,0),(216,1699174800,1),(216,1710064800,0),(216,1730624400,1),(216,1741514400,0),(216,1762074000,1),(216,1772964000,0),(216,1793523600,1),(216,1805018400,0),(216,1825578000,1),(216,1836468000,0),(216,1857027600,1),(216,1867917600,0),(216,1888477200,1),(216,1899367200,0),(216,1919926800,1),(216,1930816800,0),(216,1951376400,1),(216,1962871200,0),(216,1983430800,1),(216,1994320800,0),(216,2014880400,1),(216,2025770400,0),(216,2046330000,1),(216,2057220000,0),(216,2077779600,1),(216,2088669600,0),(216,2109229200,1),(216,2120119200,0),(216,2140678800,1),(217,-873057600,2),(217,-769395600,1),(217,-765399600,0),(218,-1632056400,0),(218,-1615125600,1),(218,-1596978000,0),(218,-1583164800,1),(218,-880203600,2),(218,-769395600,3),(218,-765381600,1),(218,-147884400,4),(218,-131554800,1),(218,-81961200,5),(218,325677600,6),(218,341398800,5),(218,357127200,6),(218,372848400,5),(218,388576800,6),(218,404902800,5),(218,420026400,6),(218,436352400,5),(218,452080800,6),(218,467802000,5),(218,483530400,6),(218,499251600,5),(218,514980000,6),(218,530701200,5),(218,544615200,6),(218,562150800,5),(218,576064800,6),(218,594205200,5),(218,607514400,6),(218,625654800,5),(218,638964000,6),(218,657104400,5),(218,671018400,6),(218,688554000,5),(218,702468000,6),(218,720003600,5),(218,733917600,6),(218,752058000,5),(218,765367200,6),(218,783507600,5),(218,796816800,6),(218,814957200,5),(218,828871200,6),(218,846406800,5),(218,860320800,6),(218,877856400,5),(218,891770400,6),(218,909306000,5),(218,923220000,6),(218,941360400,5),(218,954669600,6),(218,972810000,5),(218,986119200,6),(218,1004259600,5),(218,1018173600,6),(218,1035709200,5),(218,1049623200,6),(218,1067158800,5),(218,1081072800,6),(218,1099213200,5),(218,1112522400,6),(218,1130662800,5),(218,1143972000,6),(218,1162112400,5),(218,1173607200,6),(218,1194166800,5),(218,1205056800,6),(218,1225616400,5),(218,1236506400,6),(218,1257066000,5),(218,1268560800,6),(218,1289120400,5),(218,1300010400,6),(218,1320570000,5),(218,1331460000,6),(218,1352019600,5),(218,1362909600,6),(218,1383469200,5),(218,1394359200,6),(218,1414918800,5),(218,1425808800,6),(218,1446368400,5),(218,1457863200,6),(218,1478422800,5),(218,1489312800,6),(218,1509872400,5),(218,1520762400,6),(218,1541322000,5),(218,1552212000,6),(218,1572771600,5),(218,1583661600,6),(218,1604214000,7),(219,-1694368800,0),(219,-1681671600,1),(219,-1632067200,0),(219,-1615136400,1),(219,-1029686400,0),(219,-1018198800,1),(219,-880214400,2),(219,-769395600,3),(219,-765392400,1),(219,-746035200,0),(219,-732733200,1),(219,-715795200,0),(219,-702493200,1),(219,-684345600,0),(219,-671043600,1),(219,-652896000,0),(219,-639594000,1),(219,-620755200,0),(219,-607626000,1),(219,-589392000,0),(219,-576090000,1),(219,-557942400,0),(219,-544640400,1),(219,-526492800,0),(219,-513190800,1),(219,-495043200,0),(219,-481741200,1),(219,-463593600,0),(219,-450291600,1),(219,-431539200,0),(219,-418237200,1),(219,-400089600,0),(219,-386787600,1),(219,-368640000,0),(219,-355338000,1),(219,-337190400,0),(219,-321469200,1),(219,-305740800,0),(219,-292438800,1),(219,-210787200,0),(219,-198090000,1),(219,-116438400,4),(219,-100108800,5),(219,-84384000,4),(219,-68659200,5),(219,-52934400,4),(219,-37209600,5),(219,-21484800,4),(219,-5760000,5),(219,9964800,4),(219,25689600,5),(219,41414400,4),(219,57744000,5),(219,73468800,4),(219,89193600,5),(219,104918400,4),(219,120643200,5),(219,136368000,4),(219,152092800,5),(219,167817600,4),(219,183542400,5),(219,199267200,4),(219,215596800,5),(219,230716800,4),(219,247046400,5),(219,262771200,4),(219,278496000,5),(219,294220800,4),(219,309945600,5),(219,325670400,4),(219,341395200,5),(219,357120000,4),(219,372844800,5),(219,388569600,4),(219,404899200,5),(219,420019200,4),(219,436348800,5),(219,452073600,4),(219,467798400,5),(219,483523200,4),(219,499248000,5),(219,514972800,4),(219,530697600,5),(219,544608000,4),(219,562147200,5),(219,576057600,4),(219,594201600,5),(219,607507200,4),(219,625651200,5),(219,638956800,4),(219,657100800,5),(219,671011200,4),(219,688550400,5),(219,702460800,4),(219,720000000,5),(219,733910400,4),(219,752054400,5),(219,765360000,4),(219,783504000,5),(219,796809600,4),(219,814953600,5),(219,828864000,4),(219,846403200,5),(219,860313600,4),(219,877852800,5),(219,891763200,4),(219,909302400,5),(219,923212800,4),(219,941356800,5),(219,954662400,4),(219,972806400,5),(219,986112000,4),(219,1004256000,5),(219,1018166400,4),(219,1035705600,5),(219,1049616000,4),(219,1067155200,5),(219,1081065600,4),(219,1099209600,5),(219,1112515200,4),(219,1130659200,5),(219,1136095200,1),(219,1143964800,0),(219,1162105200,1),(219,1173600000,0),(219,1194159600,1),(219,1205049600,0),(219,1225609200,1),(219,1236499200,0),(219,1257058800,1),(219,1268553600,0),(219,1289113200,1),(219,1300003200,0),(219,1320562800,1),(219,1331452800,0),(219,1352012400,1),(219,1362902400,0),(219,1383462000,1),(219,1394352000,0),(219,1414911600,1),(219,1425801600,0),(219,1446361200,1),(219,1457856000,0),(219,1478415600,1),(219,1489305600,0),(219,1509865200,1),(219,1520755200,0),(219,1541314800,1),(219,1552204800,0),(219,1572764400,1),(219,1583654400,0),(219,1604214000,1),(219,1615708800,0),(219,1636268400,1),(219,1647158400,0),(219,1667718000,1),(219,1678608000,0),(219,1699167600,1),(219,1710057600,0),(219,1730617200,1),(219,1741507200,0),(219,1762066800,1),(219,1772956800,0),(219,1793516400,1),(219,1805011200,0),(219,1825570800,1),(219,1836460800,0),(219,1857020400,1),(219,1867910400,0),(219,1888470000,1),(219,1899360000,0),(219,1919919600,1),(219,1930809600,0),(219,1951369200,1),(219,1962864000,0),(219,1983423600,1),(219,1994313600,0),(219,2014873200,1),(219,2025763200,0),(219,2046322800,1),(219,2057212800,0),(219,2077772400,1),(219,2088662400,0),(219,2109222000,1),(219,2120112000,0),(219,2140671600,1),(220,-880203600,1),(220,-769395600,2),(220,-765381600,0),(220,-21474000,3),(220,-5752800,0),(220,9975600,3),(220,25696800,0),(220,41425200,3),(220,57751200,0),(220,73479600,3),(220,89200800,0),(220,104929200,3),(220,120650400,0),(220,126702000,3),(220,152100000,0),(220,162385200,3),(220,183549600,0),(220,199278000,3),(220,215604000,0),(220,230727600,3),(220,247053600,0),(220,262782000,3),(220,278503200,0),(220,294231600,3),(220,309952800,0),(220,325681200,3),(220,341402400,0),(220,357130800,3),(220,372852000,0),(220,388580400,3),(220,404906400,0),(220,420030000,3),(220,436356000,0),(220,439030800,5),(220,452084400,4),(220,467805600,5),(220,483534000,4),(220,499255200,5),(220,514983600,4),(220,530704800,5),(220,544618800,4),(220,562154400,5),(220,576068400,4),(220,594208800,5),(220,607518000,4),(220,625658400,5),(220,638967600,4),(220,657108000,5),(220,671022000,4),(220,688557600,5),(220,702471600,4),(220,720007200,5),(220,733921200,4),(220,752061600,5),(220,765370800,4),(220,783511200,5),(220,796820400,4),(220,814960800,5),(220,828874800,4),(220,846410400,5),(220,860324400,4),(220,877860000,5),(220,891774000,4),(220,909309600,5),(220,923223600,4),(220,941364000,5),(220,954673200,4),(220,972813600,5),(220,986122800,4),(220,1004263200,5),(220,1018177200,4),(220,1035712800,5),(220,1049626800,4),(220,1067162400,5),(220,1081076400,4),(220,1099216800,5),(220,1112526000,4),(220,1130666400,5),(220,1143975600,4),(220,1162116000,5),(220,1173610800,4),(220,1194170400,5),(220,1205060400,4),(220,1225620000,5),(220,1236510000,4),(220,1257069600,5),(220,1268564400,4),(220,1289124000,5),(220,1300014000,4),(220,1320573600,5),(220,1331463600,4),(220,1352023200,5),(220,1362913200,4),(220,1383472800,5),(220,1394362800,4),(220,1414922400,5),(220,1425812400,4),(220,1446372000,5),(220,1457866800,4),(220,1478426400,5),(220,1489316400,4),(220,1509876000,5),(220,1520766000,4),(220,1541325600,5),(220,1552215600,4),(220,1572775200,5),(220,1583665200,4),(220,1604224800,5),(220,1615719600,4),(220,1636279200,5),(220,1647169200,4),(220,1667728800,5),(220,1678618800,4),(220,1699178400,5),(220,1710068400,4),(220,1730628000,5),(220,1741518000,4),(220,1762077600,5),(220,1772967600,4),(220,1793527200,5),(220,1805022000,4),(220,1825581600,5),(220,1836471600,4),(220,1857031200,5),(220,1867921200,4),(220,1888480800,5),(220,1899370800,4),(220,1919930400,5),(220,1930820400,4),(220,1951380000,5),(220,1962874800,4),(220,1983434400,5),(220,1994324400,4),(220,2014884000,5),(220,2025774000,4),(220,2046333600,5),(220,2057223600,4),(220,2077783200,5),(220,2088673200,4),(220,2109232800,5),(220,2120122800,4),(220,2140682400,5),(221,-1104537600,3),(221,-880210800,1),(221,-769395600,2),(221,-765388800,3),(221,-147891600,4),(221,-131562000,3),(221,325674000,5),(221,341395200,3),(221,357123600,5),(221,372844800,3),(221,388573200,5),(221,404899200,3),(221,420022800,5),(221,436348800,3),(221,452077200,5),(221,467798400,3),(221,483526800,5),(221,499248000,3),(221,514976400,5),(221,530697600,3),(221,544611600,5),(221,562147200,3),(221,576061200,5),(221,594201600,3),(221,607510800,5),(221,625651200,3),(221,638960400,5),(221,657100800,3),(221,671014800,5),(221,688550400,3),(221,702464400,5),(221,720000000,3),(221,733914000,5),(221,752054400,3),(221,765363600,5),(221,783504000,3),(221,796813200,5),(221,814953600,3),(221,828867600,5),(221,846403200,3),(221,860317200,5),(221,877852800,3),(221,891766800,5),(221,909302400,3),(221,923216400,5),(221,941356800,3),(221,954666000,5),(221,972806400,3),(221,986115600,5),(221,1004256000,3),(221,1018170000,5),(221,1035705600,3),(221,1049619600,5),(221,1067155200,3),(221,1081069200,5),(221,1099209600,3),(221,1112518800,5),(221,1130659200,3),(221,1143968400,5),(221,1162108800,3),(221,1173603600,5),(221,1194163200,3),(221,1205053200,5),(221,1225612800,3),(221,1236502800,5),(221,1257062400,3),(221,1268557200,5),(221,1289116800,3),(221,1300006800,5),(221,1320566400,3),(221,1331456400,5),(221,1352016000,3),(221,1362906000,5),(221,1383465600,3),(221,1394355600,5),(221,1414915200,3),(221,1425805200,5),(221,1446364800,3),(221,1457859600,5),(221,1478419200,3),(221,1489309200,5),(221,1509868800,3),(221,1520758800,5),(221,1541318400,3),(221,1552208400,5),(221,1572768000,3),(221,1583658000,5),(221,1604217600,3),(221,1615712400,5),(221,1636272000,3),(221,1647162000,5),(221,1667721600,3),(221,1678611600,5),(221,1699171200,3),(221,1710061200,5),(221,1730620800,3),(221,1741510800,5),(221,1762070400,3),(221,1772960400,5),(221,1793520000,3),(221,1805014800,5),(221,1825574400,3),(221,1836464400,5),(221,1857024000,3),(221,1867914000,5),(221,1888473600,3),(221,1899363600,5),(221,1919923200,3),(221,1930813200,5),(221,1951372800,3),(221,1962867600,5),(221,1983427200,3),(221,1994317200,5),(221,2014876800,3),(221,2025766800,5),(221,2046326400,3),(221,2057216400,5),(221,2077776000,3),(221,2088666000,5),(221,2109225600,3),(221,2120115600,5),(221,2140675200,3),(222,-31536000,1),(222,1255802400,2),(222,1267714800,1),(222,1319738400,2),(222,1329843600,3),(222,1477065600,2),(222,1520701200,1),(222,1538856000,2),(222,1552752000,1),(222,1570129200,2),(222,1583596800,1),(222,1601740860,2),(223,-409190400,1),(223,-163062000,0),(223,-28857600,1),(223,1255806000,2),(223,1268251200,3),(223,1319742000,2),(223,1329854400,3),(225,-1680508800,1),(225,-1665388800,2),(225,-1601719200,3),(225,-687052800,0),(225,-71136000,4),(225,-55411200,2),(225,-37267200,4),(225,-25776000,2),(225,-5817600,4),(225,5673600,2),(225,25632000,4),(225,37728000,2),(225,57686400,4),(225,67968000,2),(225,89136000,4),(225,100022400,2),(225,120585600,4),(225,131472000,2),(225,152035200,4),(225,162921600,2),(225,183484800,4),(225,194976000,2),(225,215539200,4),(225,226425600,2),(225,246988800,4),(225,257875200,2),(225,278438400,4),(225,289324800,2),(225,309888000,4),(225,320774400,2),(225,341337600,4),(225,352224000,2),(225,372787200,4),(225,386092800,2),(225,404841600,4),(225,417542400,2),(225,436291200,4),(225,447177600,2),(225,467740800,4),(225,478627200,2),(225,499190400,4),(225,510076800,2),(225,530035200,4),(225,542736000,2),(225,562089600,4),(225,574790400,2),(225,594144000,4),(225,606240000,2),(225,625593600,4),(225,637689600,2),(225,657043200,4),(225,670348800,2),(225,686678400,4),(225,701798400,2),(225,718128000,4),(225,733248000,2),(225,749577600,4),(225,764697600,2),(225,781027200,4),(225,796147200,2),(225,812476800,4),(225,828201600,2),(225,844531200,4),(225,859651200,2),(225,875980800,4),(225,891100800,2),(225,907430400,4),(225,922550400,2),(225,938880000,4),(225,954000000,2),(225,967305600,4),(225,985449600,2),(225,1002384000,4),(225,1017504000,2),(225,1033833600,4),(225,1048953600,2),(225,1065283200,4),(225,1080403200,2),(225,1096732800,4),(225,1111852800,2),(225,1128182400,4),(225,1143907200,2),(225,1159632000,4),(225,1174752000,2),(225,1191686400,4),(225,1207411200,2),(225,1223136000,4),(225,1238860800,2),(225,1254585600,4),(225,1262264400,1),(225,1301760000,2),(225,1317484800,4),(225,1333209600,2),(225,1349539200,4),(225,1365264000,2),(225,1380988800,4),(225,1396713600,2),(225,1412438400,4),(225,1428163200,2),(225,1443888000,4),(225,1459612800,2),(225,1475337600,4),(225,1491062400,2),(225,1506787200,4),(225,1522512000,2),(225,1538841600,4),(225,1554566400,2),(225,1570291200,4),(225,1586016000,2),(225,1601740800,4),(225,1617465600,2),(225,1633190400,4),(225,1648915200,2),(225,1664640000,4),(225,1680364800,2),(225,1696089600,4),(225,1712419200,2),(225,1728144000,4),(225,1743868800,2),(225,1759593600,4),(225,1775318400,2),(225,1791043200,4),(225,1806768000,2),(225,1822492800,4),(225,1838217600,2),(225,1853942400,4),(225,1869667200,2),(225,1885996800,4),(225,1901721600,2),(225,1917446400,4),(225,1933171200,2),(225,1948896000,4),(225,1964620800,2),(225,1980345600,4),(225,1996070400,2),(225,2011795200,4),(225,2027520000,2),(225,2043244800,4),(225,2058969600,2),(225,2075299200,4),(225,2091024000,2),(225,2106748800,4),(225,2122473600,2),(225,2138198400,4),(226,-501206400,1),(226,1255809600,2),(227,-1330335000,0),(227,-1320057000,1),(227,-1300699800,2),(227,-1287396000,1),(227,-1269250200,2),(227,-1255946400,1),(227,-1237800600,2),(227,-1224496800,1),(227,-1206351000,2),(227,-1192442400,1),(227,-1174901400,2),(227,-1160992800,1),(227,-1143451800,2),(227,-1125914400,1),(227,-1112607000,2),(227,-1094464800,1),(227,-1081157400,2),(227,-1063015200,1),(227,-1049707800,2),(227,-1031565600,1),(227,-1018258200,2),(227,-1000116000,1),(227,-986808600,2),(227,-968061600,1),(227,-955359000,2),(227,-936612000,1),(227,-923304600,2),(227,-757425600,5),(227,152632800,3),(227,162309600,4),(227,183477600,3),(227,194968800,4),(227,215532000,3),(227,226418400,4),(227,246981600,3),(227,257868000,4),(227,278431200,3),(227,289317600,4),(227,309880800,3),(227,320767200,4),(227,341330400,3),(227,352216800,4),(227,372780000,3),(227,384271200,4),(227,404834400,3),(227,415720800,4),(227,436284000,3),(227,447170400,4),(227,467733600,3),(227,478620000,4),(227,499183200,3),(227,510069600,4),(227,530632800,3),(227,541519200,4),(227,562082400,3),(227,573573600,4),(227,594136800,3),(227,605023200,4),(227,623772000,3),(227,637682400,4),(227,655221600,3),(227,669132000,4),(227,686671200,3),(227,700581600,4),(227,718120800,3),(227,732636000,4),(227,749570400,3),(227,764085600,4),(227,781020000,3),(227,795535200,4),(227,812469600,3),(227,826984800,4),(227,844524000,3),(227,858434400,4),(227,875973600,3),(227,889884000,4),(227,907423200,3),(227,921938400,4),(227,938872800,3),(227,953388000,4),(227,970322400,3),(227,984837600,4),(227,1002376800,3),(227,1016287200,4),(227,1033826400,3),(227,1047736800,4),(227,1065276000,3),(227,1079791200,4),(227,1096725600,3),(227,1111240800,4),(227,1128175200,3),(227,1142690400,4),(227,1159624800,3),(227,1174140000,4),(227,1191074400,3),(227,1207404000,4),(227,1222524000,3),(227,1238853600,4),(227,1253973600,3),(227,1270303200,4),(227,1285423200,3),(227,1301752800,4),(227,1316872800,3),(227,1333202400,4),(227,1348927200,3),(227,1365256800,4),(227,1380376800,3),(227,1396706400,4),(227,1411826400,3),(227,1428156000,4),(227,1443276000,3),(227,1459605600,4),(227,1474725600,3),(227,1491055200,4),(227,1506175200,3),(227,1522504800,4),(227,1538229600,3),(227,1554559200,4),(227,1569679200,3),(227,1586008800,4),(227,1601128800,3),(227,1617458400,4),(227,1632578400,3),(227,1648908000,4),(227,1664028000,3),(227,1680357600,4),(227,1695477600,3),(227,1712412000,4),(227,1727532000,3),(227,1743861600,4),(227,1758981600,3),(227,1775311200,4),(227,1790431200,3),(227,1806760800,4),(227,1821880800,3),(227,1838210400,4),(227,1853330400,3),(227,1869660000,4),(227,1885384800,3),(227,1901714400,4),(227,1916834400,3),(227,1933164000,4),(227,1948284000,3),(227,1964613600,4),(227,1979733600,3),(227,1996063200,4),(227,2011183200,3),(227,2027512800,4),(227,2042632800,3),(227,2058962400,4),(227,2074687200,3),(227,2091016800,4),(227,2106136800,3),(227,2122466400,4),(227,2137586400,3),(228,-157766400,2),(228,-152658000,1),(228,-132955200,2),(228,-121122000,1),(228,-101419200,2),(228,-86821200,1),(228,-71092800,2),(228,-54766800,1),(228,-39038400,2),(228,-23317200,1),(228,-7588800,4),(228,128142000,3),(228,136605600,4),(228,389070000,1),(228,403070400,5),(228,416372400,6),(228,434520000,5),(228,447822000,6),(228,466574400,5),(228,479271600,6),(228,498024000,5),(228,510721200,6),(228,529473600,5),(228,545194800,6),(228,560923200,5),(228,574225200,6),(228,592372800,5),(228,605674800,6),(228,624427200,5),(228,637124400,6),(228,653457600,5),(228,668574000,6),(228,687326400,5),(228,700628400,6),(228,718776000,5),(228,732078000,6),(228,750225600,5),(228,763527600,6),(228,781675200,5),(228,794977200,6),(228,813729600,5),(228,826426800,6),(228,845179200,5),(228,859690800,6),(228,876628800,5),(228,889930800,6),(228,906868800,5),(228,923194800,6),(228,939528000,5),(228,952830000,6),(228,971582400,5),(228,984279600,6),(228,1003032000,5),(228,1015729200,6),(228,1034481600,5),(228,1047178800,6),(228,1065931200,5),(228,1079233200,6),(228,1097380800,5),(228,1110682800,6),(228,1128830400,5),(228,1142132400,6),(228,1160884800,5),(228,1173582000,6),(228,1192334400,5),(228,1206846000,6),(228,1223784000,5),(228,1237086000,6),(228,1255233600,5),(228,1270350000,6),(228,1286683200,5),(228,1304823600,6),(228,1313899200,5),(228,1335668400,6),(228,1346558400,5),(228,1367118000,6),(228,1378612800,5),(228,1398567600,6),(228,1410062400,5),(228,1463281200,6),(228,1471147200,5),(228,1480820400,4),(229,218246400,1),(230,-1330335000,0),(230,-1320057000,1),(230,-1300699800,2),(230,-1287396000,1),(230,-1269250200,2),(230,-1255946400,1),(230,-1237800600,2),(230,-1224496800,1),(230,-1206351000,2),(230,-1192442400,1),(230,-1174901400,2),(230,-1160992800,1),(230,-1143451800,2),(230,-1125914400,1),(230,-1112607000,2),(230,-1094464800,1),(230,-1081157400,2),(230,-1063015200,1),(230,-1049707800,2),(230,-1031565600,1),(230,-1018258200,2),(230,-1000116000,1),(230,-986808600,2),(230,-968061600,1),(230,-955359000,2),(230,-936612000,1),(230,-923304600,2),(230,-757425600,5),(230,152632800,3),(230,162309600,4),(230,183477600,3),(230,194968800,4),(230,215532000,3),(230,226418400,4),(230,246981600,3),(230,257868000,4),(230,278431200,3),(230,289317600,4),(230,309880800,3),(230,320767200,4),(230,341330400,3),(230,352216800,4),(230,372780000,3),(230,384271200,4),(230,404834400,3),(230,415720800,4),(230,436284000,3),(230,447170400,4),(230,467733600,3),(230,478620000,4),(230,499183200,3),(230,510069600,4),(230,530632800,3),(230,541519200,4),(230,562082400,3),(230,573573600,4),(230,594136800,3),(230,605023200,4),(230,623772000,3),(230,637682400,4),(230,655221600,3),(230,669132000,4),(230,686671200,3),(230,700581600,4),(230,718120800,3),(230,732636000,4),(230,749570400,3),(230,764085600,4),(230,781020000,3),(230,795535200,4),(230,812469600,3),(230,826984800,4),(230,844524000,3),(230,858434400,4),(230,875973600,3),(230,889884000,4),(230,907423200,3),(230,921938400,4),(230,938872800,3),(230,953388000,4),(230,970322400,3),(230,984837600,4),(230,1002376800,3),(230,1016287200,4),(230,1033826400,3),(230,1047736800,4),(230,1065276000,3),(230,1079791200,4),(230,1096725600,3),(230,1111240800,4),(230,1128175200,3),(230,1142690400,4),(230,1159624800,3),(230,1174140000,4),(230,1191074400,3),(230,1207404000,4),(230,1222524000,3),(230,1238853600,4),(230,1253973600,3),(230,1270303200,4),(230,1285423200,3),(230,1301752800,4),(230,1316872800,3),(230,1333202400,4),(230,1348927200,3),(230,1365256800,4),(230,1380376800,3),(230,1396706400,4),(230,1411826400,3),(230,1428156000,4),(230,1443276000,3),(230,1459605600,4),(230,1474725600,3),(230,1491055200,4),(230,1506175200,3),(230,1522504800,4),(230,1538229600,3),(230,1554559200,4),(230,1569679200,3),(230,1586008800,4),(230,1601128800,3),(230,1617458400,4),(230,1632578400,3),(230,1648908000,4),(230,1664028000,3),(230,1680357600,4),(230,1695477600,3),(230,1712412000,4),(230,1727532000,3),(230,1743861600,4),(230,1758981600,3),(230,1775311200,4),(230,1790431200,3),(230,1806760800,4),(230,1821880800,3),(230,1838210400,4),(230,1853330400,3),(230,1869660000,4),(230,1885384800,3),(230,1901714400,4),(230,1916834400,3),(230,1933164000,4),(230,1948284000,3),(230,1964613600,4),(230,1979733600,3),(230,1996063200,4),(230,2011183200,3),(230,2027512800,4),(230,2042632800,3),(230,2058962400,4),(230,2074687200,3),(230,2091016800,4),(230,2106136800,3),(230,2122466400,4),(230,2137586400,3),(231,-719636812,1),(232,1108166400,3),(232,1111885200,1),(232,1130634000,2),(232,1143334800,1),(232,1162083600,2),(232,1174784400,1),(232,1193533200,2),(232,1206838800,1),(232,1224982800,2),(232,1238288400,1),(232,1256432400,2),(232,1269738000,1),(232,1288486800,2),(232,1301187600,1),(232,1319936400,2),(232,1332637200,1),(232,1351386000,2),(232,1364691600,1),(232,1382835600,2),(232,1396141200,1),(232,1414285200,2),(232,1427590800,1),(232,1445734800,2),(232,1459040400,1),(232,1477789200,2),(232,1490490000,1),(232,1509238800,2),(232,1521939600,1),(232,1540688400,2),(232,1553994000,1),(232,1572138000,2),(232,1585443600,1),(232,1603587600,2),(232,1616893200,1),(232,1635642000,2),(232,1648342800,1),(232,1667091600,2),(232,1679792400,1),(232,1698541200,2),(232,1711846800,1),(232,1729990800,2),(232,1743296400,1),(232,1761440400,2),(232,1774746000,1),(232,1792890000,2),(232,1806195600,1),(232,1824944400,2),(232,1837645200,1),(232,1856394000,2),(232,1869094800,1),(232,1887843600,2),(232,1901149200,1),(232,1919293200,2),(232,1932598800,1),(232,1950742800,2),(232,1964048400,1),(232,1982797200,2),(232,1995498000,1),(232,2014246800,2),(232,2026947600,1),(232,2045696400,2),(232,2058397200,1),(232,2077146000,2),(232,2090451600,1),(232,2108595600,2),(232,2121901200,1),(232,2140045200,2),(233,-380073600,1),(234,-1691884800,0),(234,-1680573600,1),(234,-927511200,0),(234,-857257200,2),(234,-844556400,3),(234,-828226800,2),(234,-812502000,3),(234,-796777200,2),(234,-781052400,3),(234,-765327600,2),(234,-340844400,3),(234,-324514800,2),(234,-308790000,3),(234,-293065200,2),(234,-277340400,3),(234,-261615600,2),(234,-245890800,3),(234,-230166000,2),(234,-214441200,3),(234,-198716400,2),(234,-182991600,3),(234,-166662000,2),(234,-147913200,3),(234,-135212400,2),(234,315529200,1),(234,323830800,4),(234,338950800,5),(234,354675600,4),(234,370400400,5),(234,386125200,4),(234,401850000,5),(234,417574800,4),(234,433299600,5),(234,449024400,4),(234,465354000,5),(234,481078800,4),(234,496803600,5),(234,512528400,4),(234,528253200,5),(234,543978000,4),(234,559702800,5),(234,575427600,4),(234,591152400,5),(234,606877200,4),(234,622602000,5),(234,638326800,4),(234,654656400,5),(234,670381200,4),(234,686106000,5),(234,701830800,4),(234,717555600,5),(234,733280400,4),(234,749005200,5),(234,764730000,4),(234,780454800,5),(234,796179600,4),(234,811904400,5),(234,828234000,4),(234,846378000,5),(234,859683600,4),(234,877827600,5),(234,891133200,4),(234,909277200,5),(234,922582800,4),(234,941331600,5),(234,954032400,4),(234,972781200,5),(234,985482000,4),(234,1004230800,5),(234,1017536400,4),(234,1035680400,5),(234,1048986000,4),(234,1067130000,5),(234,1080435600,4),(234,1099184400,5),(234,1111885200,4),(234,1130634000,5),(234,1143334800,4),(234,1162083600,5),(234,1174784400,4),(234,1193533200,5),(234,1206838800,4),(234,1224982800,5),(234,1238288400,4),(234,1256432400,5),(234,1269738000,4),(234,1288486800,5),(234,1301187600,4),(234,1319936400,5),(234,1332637200,4),(234,1351386000,5),(234,1364691600,4),(234,1382835600,5),(234,1396141200,4),(234,1414285200,5),(234,1427590800,4),(234,1445734800,5),(234,1459040400,4),(234,1477789200,5),(234,1490490000,4),(234,1509238800,5),(234,1521939600,4),(234,1540688400,5),(234,1553994000,4),(234,1572138000,5),(234,1585443600,4),(234,1603587600,5),(234,1616893200,4),(234,1635642000,5),(234,1648342800,4),(234,1667091600,5),(234,1679792400,4),(234,1698541200,5),(234,1711846800,4),(234,1729990800,5),(234,1743296400,4),(234,1761440400,5),(234,1774746000,4),(234,1792890000,5),(234,1806195600,4),(234,1824944400,5),(234,1837645200,4),(234,1856394000,5),(234,1869094800,4),(234,1887843600,5),(234,1901149200,4),(234,1919293200,5),(234,1932598800,4),(234,1950742800,5),(234,1964048400,4),(234,1982797200,5),(234,1995498000,4),(234,2014246800,5),(234,2026947600,4),(234,2045696400,5),(234,2058397200,4),(234,2077146000,5),(234,2090451600,4),(234,2108595600,5),(234,2121901200,4),(234,2140045200,5),(235,-719636812,1),(236,-1441170468,1),(236,-1247547600,3),(236,354909600,2),(236,370717200,3),(236,386445600,2),(236,402253200,3),(236,417981600,2),(236,433789200,3),(236,449604000,2),(236,465336000,4),(236,481060800,5),(236,496785600,4),(236,512510400,5),(236,528235200,4),(236,543960000,5),(236,559684800,4),(236,575409600,5),(236,591134400,4),(236,606859200,5),(236,622584000,4),(236,638308800,5),(236,654638400,4),(236,670363200,6),(236,686091600,7),(236,695768400,4),(236,701812800,5),(236,717537600,4),(236,733262400,5),(236,748987200,4),(236,764712000,5),(236,780436800,4),(236,796161600,5),(236,811886400,4),(236,828216000,5),(236,846360000,4),(236,859665600,5),(236,877809600,4),(236,891115200,5),(236,909259200,4),(236,922564800,5),(236,941313600,4),(236,954014400,5),(236,972763200,4),(236,985464000,5),(236,1004212800,4),(236,1017518400,5),(236,1035662400,4),(236,1048968000,5),(236,1067112000,4),(236,1080417600,5),(236,1099166400,4),(237,-1230776624,2),(237,108165600,1),(237,118270800,2),(237,136591200,1),(237,149806800,2),(237,168127200,1),(237,181342800,2),(237,199749600,1),(237,215643600,2),(237,231285600,1),(237,244501200,2),(237,262735200,1),(237,275950800,2),(237,481154400,1),(237,496962000,2),(237,512949600,1),(237,528670800,2),(237,544399200,1),(237,560120400,2),(237,575848800,1),(237,592174800,2),(237,610581600,1),(237,623624400,2),(237,641167200,1),(237,655074000,2),(237,671839200,1),(237,685918800,2),(237,702856800,1),(237,717973200,2),(237,733701600,1),(237,749422800,2),(237,765151200,1),(237,779662800,2),(237,797205600,1),(237,811116000,3),(237,828655200,1),(237,843170400,3),(237,860104800,1),(237,874620000,3),(237,891554400,1),(237,906069600,3),(237,930780000,4),(237,938124000,3),(237,954367200,4),(237,970178400,3),(237,985816800,4),(237,1001628000,3),(237,1017352800,1),(237,1033077600,3),(237,1048802400,1),(237,1066946400,3),(237,1080252000,1),(237,1097791200,3),(237,1112306400,1),(237,1128031200,3),(237,1143756000,1),(237,1161900000,3),(237,1175205600,1),(237,1193349600,3),(237,1206655200,1),(237,1225404000,3),(237,1238104800,1),(237,1256853600,3),(237,1269554400,1),(237,1288303200,3),(237,1301608800,1),(237,1319752800,3),(237,1333058400,1),(237,1387486800,2),(237,1395957600,1),(237,1414706400,3),(237,1427407200,1),(237,1446156000,3),(237,1459461600,1),(237,1477605600,3),(237,1490911200,1),(237,1509055200,3),(237,1522360800,1),(237,1540504800,3),(237,1553810400,1),(237,1571954400,3),(237,1585260000,1),(237,1604008800,3),(237,1616709600,1),(237,1635458400,3),(237,1645740000,1),(237,1666908000,3),(237,1677189600,1),(237,1698357600,3),(237,1709244000,1),(237,1729807200,3),(237,1740693600,1),(237,1761861600,3),(237,1772143200,1),(237,1793311200,3),(237,1803592800,1),(237,1824760800,3),(237,1835042400,1),(237,1856210400,3),(237,1866492000,1),(237,1887660000,3),(237,1898546400,1),(237,1919109600,3),(237,1929996000,1),(237,1951164000,3),(237,1961445600,1),(237,1982613600,3),(237,1992895200,1),(237,2014063200,3),(237,2024344800,1),(237,2045512800,3),(237,2055794400,1),(237,2076962400,3),(237,2087848800,1),(237,2109016800,3),(237,2119298400,1),(237,2140466400,3),(238,-1441194596,1),(238,-1247572800,3),(238,354884400,2),(238,370692000,3),(238,386420400,4),(238,402231600,1),(238,417960000,4),(238,433767600,1),(238,449582400,4),(238,465314400,5),(238,481039200,6),(238,496764000,5),(238,512488800,6),(238,528213600,5),(238,543938400,6),(238,559663200,5),(238,575388000,6),(238,591112800,5),(238,606837600,6),(238,622562400,5),(238,638287200,6),(238,654616800,5),(238,670341600,7),(238,686070000,8),(238,695746800,5),(238,701791200,6),(238,717516000,5),(238,733240800,6),(238,748965600,5),(238,764690400,6),(238,780415200,5),(238,796140000,6),(238,811864800,5),(238,828194400,6),(238,846338400,5),(238,859644000,6),(238,877788000,5),(238,891093600,6),(238,909237600,5),(238,922543200,6),(238,941292000,5),(238,953992800,6),(238,972741600,5),(238,985442400,6),(238,1004191200,5),(238,1017496800,6),(238,1035640800,5),(238,1048946400,6),(238,1067090400,5),(238,1080396000,6),(238,1099144800,5),(238,1111845600,6),(238,1130594400,5),(238,1143295200,6),(238,1162044000,5),(238,1174744800,6),(238,1193493600,5),(238,1206799200,6),(238,1224943200,5),(238,1238248800,6),(238,1256392800,5),(238,1269698400,7),(238,1288450800,8),(238,1301151600,5),(239,-1441164064,1),(239,-1247544000,2),(239,370724400,3),(239,386445600,4),(239,402256800,2),(239,417985200,4),(239,433792800,2),(239,449607600,4),(239,465339600,5),(239,481064400,6),(239,496789200,5),(239,512514000,6),(239,528238800,5),(239,543963600,6),(239,559688400,5),(239,575413200,6),(239,591138000,5),(239,606862800,6),(239,622587600,5),(239,638312400,6),(239,654642000,5),(239,670366800,7),(239,686095200,8),(239,695772000,5),(239,701816400,6),(239,717541200,5),(239,733266000,6),(239,748990800,5),(239,764715600,6),(239,780440400,8),(239,796168800,7),(239,811893600,8),(239,828223200,7),(239,846367200,8),(239,859672800,7),(239,877816800,8),(239,891122400,7),(239,909266400,8),(239,922572000,7),(239,941320800,8),(239,954021600,7),(239,972770400,8),(239,985471200,7),(239,1004220000,8),(239,1017525600,7),(239,1035669600,8),(239,1048975200,7),(239,1067119200,8),(239,1080424800,7),(239,1099173600,5),(240,-1441165720,1),(240,-1247544000,2),(240,354913200,3),(240,370720800,4),(240,386445600,3),(240,402256800,2),(240,417985200,3),(240,433792800,2),(240,449607600,3),(240,465339600,5),(240,481064400,6),(240,496789200,5),(240,512514000,6),(240,528238800,5),(240,543963600,6),(240,559688400,5),(240,575413200,6),(240,591138000,5),(240,606862800,6),(240,622587600,5),(240,638312400,6),(240,654642000,5),(240,670366800,7),(240,686095200,8),(240,695772000,5),(240,701816400,6),(240,717541200,5),(240,733266000,6),(240,748990800,5),(240,764715600,6),(240,780440400,5),(240,796165200,6),(240,811890000,5),(240,828219600,6),(240,846363600,5),(240,859669200,6),(240,877813200,5),(240,891118800,6),(240,909262800,5),(240,922568400,6),(240,941317200,5),(240,954018000,6),(240,972766800,5),(240,985467600,6),(240,1004216400,5),(240,1017522000,6),(240,1035666000,5),(240,1048971600,6),(240,1067115600,5),(240,1080421200,6),(240,1099170000,5),(241,-1441166012,1),(241,-1247544000,3),(241,354913200,2),(241,370720800,3),(241,386449200,2),(241,402256800,3),(241,417985200,2),(241,433792800,3),(241,449607600,2),(241,465339600,4),(241,481064400,5),(241,496789200,4),(241,512514000,5),(241,528238800,4),(241,543963600,5),(241,559688400,4),(241,575413200,5),(241,591138000,4),(241,606862800,5),(241,622587600,4),(241,638312400,5),(241,654642000,4),(241,670366800,6),(241,686095200,7),(241,695772000,3),(242,-1441166012,1),(242,-1247544000,3),(242,354913200,2),(242,370720800,3),(242,386449200,2),(242,402256800,3),(242,417985200,2),(242,433792800,3),(242,449607600,2),(242,465339600,4),(242,481064400,5),(242,496789200,4),(242,512514000,5),(242,528238800,4),(242,543963600,5),(242,559688400,4),(242,575413200,5),(242,591138000,4),(242,606862800,5),(242,622587600,4),(242,638312400,5),(242,654642000,4),(242,670366800,6),(242,686095200,7),(242,695772000,3),(243,-1441164464,1),(243,-1247540400,2),(243,370724400,3),(243,386445600,4),(243,402256800,2),(243,417985200,4),(243,433792800,2),(243,449607600,4),(243,465339600,5),(243,481064400,6),(243,496789200,5),(243,512514000,6),(243,528238800,5),(243,543963600,6),(243,559688400,5),(243,575413200,6),(243,591138000,5),(243,606862800,6),(243,622587600,5),(243,638312400,6),(243,654642000,5),(243,670366800,7),(243,686095200,8),(243,695772000,5),(243,701816400,6),(243,717541200,5),(243,733266000,6),(243,748990800,5),(243,764715600,6),(243,780440400,5),(243,796165200,6),(243,811890000,5),(243,828219600,6),(243,846363600,5),(243,859669200,6),(243,877813200,5),(243,891118800,6),(243,909262800,5),(243,922568400,7),(243,941320800,8),(243,954021600,7),(243,972770400,8),(243,985471200,7),(243,1004220000,8),(243,1017525600,7),(243,1035669600,8),(243,1048975200,7),(243,1067119200,8),(243,1080424800,7),(243,1099173600,5),(244,-1641005856,1),(244,389048400,2),(244,402264000,1),(244,417906000,2),(244,433800000,1),(244,449614800,2),(244,465422400,1),(244,481150800,2),(244,496792800,3),(244,512517600,4),(244,528242400,3),(244,543967200,4),(244,559692000,3),(244,575416800,4),(244,591141600,3),(244,606866400,4),(244,622591200,3),(244,638316000,4),(244,654645600,3),(244,670464000,4),(244,686275200,3),(244,702086400,4),(244,717897600,3),(244,733622400,4),(244,749433600,3),(244,765158400,4),(244,780969600,3),(244,796694400,4),(244,812505600,3),(244,828316800,4),(244,844128000,3),(244,859852800,4),(244,875664000,3),(244,891388800,4),(244,907200000,3),(244,922924800,4),(244,938736000,3),(244,954547200,4),(244,970358400,3),(244,986083200,4),(244,1001894400,3),(244,1017619200,4),(244,1033430400,3),(244,1049155200,4),(244,1064966400,3),(244,1080777600,4),(244,1096588800,3),(244,1112313600,4),(244,1128124800,3),(244,1143849600,4),(244,1159660800,3),(244,1175385600,4),(244,1191196800,3),(245,-1577935568,1),(245,76190400,2),(246,-1441163964,1),(246,-405140400,3),(246,354916800,2),(246,370724400,3),(246,386452800,2),(246,402260400,3),(246,417988800,2),(246,433796400,3),(246,449611200,2),(246,465343200,4),(246,481068000,5),(246,496792800,4),(246,512517600,5),(246,528242400,4),(246,543967200,5),(246,559692000,4),(246,575416800,5),(246,591141600,4),(246,606866400,5),(246,622591200,4),(246,638316000,5),(246,654645600,4),(246,670370400,6),(246,686098800,7),(246,701823600,6),(246,717548400,4),(246,820440000,3),(246,828234000,8),(246,846378000,9),(246,852062400,3),(246,859680000,2),(246,877824000,3),(246,891129600,2),(246,909273600,3),(246,922579200,2),(246,941328000,3),(246,954028800,2),(246,972777600,3),(246,985478400,2),(246,1004227200,3),(246,1017532800,2),(246,1035676800,3),(246,1048982400,2),(246,1067126400,3),(246,1080432000,2),(246,1099180800,3),(246,1111881600,2),(246,1130630400,3),(246,1143331200,2),(246,1162080000,3),(246,1174780800,2),(246,1193529600,3),(246,1206835200,2),(246,1224979200,3),(246,1238284800,2),(246,1256428800,3),(246,1269734400,2),(246,1288483200,3),(246,1301184000,2),(246,1319932800,3),(246,1332633600,2),(246,1351382400,3),(246,1364688000,2),(246,1382832000,3),(246,1396137600,2),(246,1414281600,3),(246,1427587200,2),(246,1445731200,3),(247,-1570084924,1),(248,-1579844100,1),(248,-1247551200,3),(248,354906000,2),(248,370713600,3),(248,386442000,2),(248,402249600,3),(248,417978000,2),(248,433785600,3),(248,449600400,2),(248,465332400,4),(248,481057200,5),(248,496782000,4),(248,512506800,5),(248,528231600,4),(248,543956400,5),(248,559681200,4),(248,575406000,5),(248,591130800,4),(248,606855600,5),(248,622580400,4),(248,638305200,5),(248,654634800,4),(248,670359600,6),(248,686088000,7),(248,695764800,4),(248,701809200,5),(248,717534000,4),(248,733258800,5),(248,748983600,4),(248,764708400,5),(248,780433200,4),(248,796158000,5),(248,801590400,8),(248,811886400,7),(248,828216000,6),(248,846360000,7),(248,859665600,6),(248,877809600,7),(248,891115200,6),(248,909259200,7),(248,922564800,6),(248,941313600,7),(248,954014400,6),(248,972763200,7),(248,985464000,6),(248,1004212800,7),(248,1017518400,6),(248,1035662400,7),(248,1048968000,6),(248,1067112000,7),(248,1080417600,6),(248,1099166400,7),(248,1111867200,6),(248,1130616000,7),(248,1143316800,6),(248,1162065600,7),(248,1174766400,6),(248,1193515200,7),(248,1206820800,6),(248,1224964800,7),(248,1238270400,6),(248,1256414400,7),(248,1269720000,6),(248,1288468800,7),(248,1301169600,4),(248,1414263600,7),(248,1459022400,4),(249,-1570413600,0),(249,-1552186800,1),(249,-1538359200,0),(249,-1522551600,1),(249,-1507514400,0),(249,-1490583600,1),(249,-1473645600,0),(249,-1460948400,1),(249,-399866400,0),(249,-386650800,1),(249,-368330400,0),(249,-355114800,1),(249,-336794400,0),(249,-323578800,1),(249,-305172000,0),(249,-291956400,1),(249,-273636000,0),(249,-260420400,1),(249,78012000,0),(249,86734800,1),(249,105055200,0),(249,118270800,1),(249,136591200,0),(249,149806800,1),(249,168127200,0),(249,181342800,1),(249,199749600,0),(249,212965200,1),(249,231285600,0),(249,244501200,1),(249,262735200,0),(249,275950800,1),(249,452210400,0),(249,466722000,1),(249,483746400,0),(249,498258000,1),(249,515282400,0),(249,529794000,1),(249,546818400,0),(249,561330000,1),(249,581119200,0),(249,592952400,1),(249,610754400,0),(249,624488400,1),(249,641512800,0),(249,656024400,1),(249,673048800,0),(249,687560400,1),(249,704671200,0),(249,718146000,1),(249,733269600,0),(249,748990800,1),(249,764719200,0),(249,780440400,1),(249,796168800,0),(249,811890000,1),(249,828223200,0),(249,843944400,1),(249,859672800,0),(249,875394000,1),(249,891122400,0),(249,906843600,1),(249,922572000,0),(249,941317200,1),(249,954021600,0),(249,972766800,1),(249,985471200,0),(249,1004216400,1),(249,1017525600,0),(249,1035666000,1),(249,1048975200,0),(249,1067115600,1),(249,1080424800,0),(249,1099170000,1),(249,1111874400,0),(249,1130619600,1),(249,1143324000,0),(249,1162069200,1),(249,1174773600,0),(249,1193518800,1),(249,1206828000,0),(249,1224968400,1),(249,1238277600,0),(249,1256418000,1),(249,1269727200,0),(249,1288472400,1),(249,1301176800,0),(249,1319922000,1),(249,1332626400,0),(249,1351371600,1),(249,1364680800,0),(249,1382821200,1),(249,1396130400,0),(249,1414270800,1),(249,1427580000,0),(249,1445720400,1),(249,1459029600,0),(249,1477774800,1),(249,1490479200,0),(249,1509224400,1),(249,1521928800,0),(249,1540674000,1),(249,1553983200,0),(249,1572123600,1),(249,1585432800,0),(249,1603573200,1),(249,1616882400,0),(249,1635627600,1),(249,1648332000,0),(249,1667077200,1),(249,1679781600,0),(249,1698526800,1),(249,1711836000,0),(249,1729976400,1),(249,1743285600,0),(249,1761426000,1),(249,1774735200,0),(249,1792875600,1),(249,1806184800,0),(249,1824930000,1),(249,1837634400,0),(249,1856379600,1),(249,1869084000,0),(249,1887829200,1),(249,1901138400,0),(249,1919278800,1),(249,1932588000,0),(249,1950728400,1),(249,1964037600,0),(249,1982782800,1),(249,1995487200,0),(249,2014232400,1),(249,2026936800,0),(249,2045682000,1),(249,2058386400,0),(249,2077131600,1),(249,2090440800,0),(249,2108581200,1),(249,2121890400,0),(249,2140030800,1),(250,-1441169904,1),(250,-1247547600,3),(250,354909600,2),(250,370717200,3),(250,386445600,2),(250,402253200,3),(250,417981600,2),(250,433789200,3),(250,449604000,2),(250,465336000,4),(250,481060800,5),(250,496785600,4),(250,512510400,5),(250,528235200,4),(250,543960000,5),(250,559684800,4),(250,575409600,5),(250,591134400,4),(250,606859200,5),(250,622584000,4),(250,638308800,5),(250,654638400,4),(250,670363200,6),(250,683582400,1),(250,703018800,6),(250,717530400,1),(250,734468400,6),(250,748980000,1),(250,765918000,6),(250,780429600,1),(250,797367600,6),(250,811879200,1),(250,828817200,6),(250,843933600,1),(250,859671000,8),(250,877811400,1),(250,891120600,8),(250,909261000,1),(250,922570200,8),(250,941315400,1),(250,954019800,8),(250,972765000,1),(250,985469400,8),(250,1004214600,1),(250,1017523800,8),(250,1035664200,1),(250,1048973400,8),(250,1067113800,1),(250,1080423000,8),(250,1099168200,1),(250,1111872600,8),(250,1123783200,3),(251,-1383464380,1),(251,-1167636600,2),(252,-2019705670,1),(252,-891581400,2),(252,-872058600,1),(252,-862637400,2),(252,-764145000,1),(253,-1579419232,1),(253,-1247558400,3),(253,354898800,2),(253,370706400,3),(253,386434800,2),(253,402242400,3),(253,417970800,2),(253,433778400,3),(253,449593200,2),(253,465325200,4),(253,481050000,5),(253,496774800,4),(253,512499600,5),(253,528224400,4),(253,543949200,5),(253,559674000,4),(253,575398800,5),(253,591123600,4),(253,606848400,5),(253,622573200,4),(253,638298000,5),(253,654627600,4),(253,670352400,6),(253,686080800,7),(253,695757600,4),(253,701802000,5),(253,717526800,4),(253,733251600,5),(253,748976400,4),(253,764701200,5),(253,780426000,4),(253,796150800,5),(253,811875600,4),(253,828205200,5),(253,846349200,4),(253,859654800,5),(253,877798800,4),(253,891104400,5),(253,909248400,4),(253,922554000,5),(253,941302800,4),(253,954003600,5),(253,972752400,4),(253,985453200,5),(253,1004202000,4),(253,1017507600,5),(253,1035651600,4),(253,1048957200,5),(253,1067101200,4),(253,1080406800,5),(253,1099155600,4),(253,1111856400,5),(253,1130605200,4),(253,1143306000,5),(253,1162054800,4),(253,1174755600,5),(253,1193504400,4),(253,1206810000,5),(253,1224954000,4),(253,1238259600,5),(253,1256403600,4),(253,1269709200,5),(253,1288458000,4),(253,1301158800,8),(253,1414252800,7),(253,1459015200,3),(254,-2032933080,1),(254,252435600,2),(254,417974400,4),(254,433778400,3),(254,449593200,4),(254,465314400,3),(254,481042800,4),(254,496764000,3),(254,512492400,4),(254,528213600,3),(254,543942000,4),(254,559663200,3),(254,575391600,4),(254,591112800,3),(254,606841200,4),(254,622562400,3),(254,638290800,4),(254,654616800,3),(254,670345200,4),(254,686066400,3),(254,701794800,4),(254,717516000,3),(254,733244400,4),(254,748965600,3),(254,764694000,4),(254,780415200,3),(254,796143600,4),(254,811864800,3),(254,828198000,4),(254,843919200,3),(254,859647600,4),(254,875368800,3),(254,891097200,4),(254,906818400,3),(254,988390800,4),(254,1001692800,3),(254,1017421200,4),(254,1033142400,3),(254,1048870800,4),(254,1064592000,3),(254,1080320400,4),(254,1096041600,3),(254,1111770000,4),(254,1127491200,3),(254,1143219600,4),(254,1159545600,3),(254,1206889200,2),(254,1427479200,5),(254,1443193200,2),(254,1458928800,5),(254,1474642800,2),(255,-1600675200,0),(255,-1585904400,1),(255,-933667200,0),(255,-922093200,1),(255,-908870400,0),(255,-888829200,1),(255,-881049600,0),(255,-767869200,1),(255,-745833600,0),(255,-733827600,1),(255,-716889600,0),(255,-699613200,1),(255,-683884800,0),(255,-670669200,1),(255,-652348800,0),(255,-650019600,1),(255,515527200,0),(255,527014800,1),(255,545162400,0),(255,558464400,1),(255,577216800,0),(255,589914000,1),(255,608666400,0),(255,621968400,1),(255,640116000,0),(255,653418000,1),(255,671565600,0),(255,684867600,1),(256,-1600675200,0),(256,-1585904400,1),(256,-933667200,0),(256,-922093200,1),(256,-908870400,0),(256,-888829200,1),(256,-881049600,0),(256,-767869200,1),(256,-745833600,0),(256,-733827600,1),(256,-716889600,0),(256,-699613200,1),(256,-683884800,0),(256,-670669200,1),(256,-652348800,0),(256,-650019600,1),(256,515527200,0),(256,527014800,1),(256,545162400,0),(256,558464400,1),(256,577216800,0),(256,589914000,1),(256,608666400,0),(256,621968400,1),(256,640116000,0),(256,653418000,1),(256,671565600,0),(256,684867600,1),(257,-2019705572,1),(257,-883287000,2),(257,-862639200,3),(257,-764051400,1),(257,832962600,4),(257,846266400,5),(257,1145039400,1),(258,-891582800,1),(258,-872058600,2),(258,-862637400,1),(258,-576138600,3),(258,1245430800,4),(258,1262278800,3),(259,-1577931912,2),(259,-1568592000,1),(259,-1554080400,2),(259,-1537142400,1),(259,-1522630800,2),(259,-1505692800,1),(259,-1491181200,2),(259,-1474243200,1),(259,-1459126800,2),(259,-242265600,1),(259,-228877200,2),(259,-210556800,1),(259,-197427600,2),(259,-178934400,1),(259,-165718800,2),(259,-147398400,1),(259,-134269200,2),(259,-116467200,1),(259,-102646800,2),(259,-84326400,1),(259,-71110800,2),(259,-52704000,1),(259,-39488400,2),(259,-21168000,1),(259,-7952400,2),(259,10368000,1),(259,23583600,2),(259,41904000,1),(259,55119600,2),(259,73526400,1),(259,86742000,2),(259,105062400,1),(259,118278000,2),(259,136598400,1),(259,149814000,2),(259,168134400,1),(259,181350000,2),(259,199756800,1),(259,212972400,2),(259,231292800,1),(259,241916400,2),(259,262828800,1),(259,273452400,2),(259,418694400,1),(259,433810800,2),(259,450316800,1),(259,465433200,2),(259,508896000,1),(259,529196400,2),(259,541555200,1),(259,562633200,2),(259,574387200,1),(259,594255600,2),(259,607305600,1),(259,623199600,2),(259,638928000,1),(259,654649200,2),(259,670456800,1),(259,686264400,2),(259,702684000,1),(259,717886800,2),(259,733096800,1),(259,748904400,2),(259,765151200,1),(259,780958800,2),(259,796687200,1),(259,812494800,2),(259,828309600,1),(259,844117200,2),(259,859759200,1),(259,875653200,2),(259,891208800,1),(259,907189200,2),(259,922917600,1),(259,938725200,2),(259,954540000,1),(259,970347600,2),(259,986076000,1),(259,1001883600,2),(259,1017612000,1),(259,1033419600,2),(259,1049148000,1),(259,1064955600,2),(259,1080770400,1),(259,1096578000,2),(259,1112306400,1),(259,1128114000,2),(259,1143842400,1),(259,1158872400,2),(259,1175205600,1),(259,1193950800,2),(259,1207260000,1),(259,1225486800,2),(259,1238104800,1),(259,1256850000,2),(259,1270159200,1),(259,1288299600,2),(259,1301608800,1),(259,1319749200,2),(259,1333058400,1),(259,1351198800,2),(259,1364508000,1),(259,1382648400,2),(259,1395957600,1),(259,1414702800,2),(259,1427407200,1),(259,1446152400,2),(259,1458856800,1),(259,1477602000,2),(259,1490911200,1),(259,1509051600,2),(259,1522360800,1),(259,1540501200,2),(259,1553810400,1),(259,1571950800,2),(259,1585260000,1),(259,1604005200,2),(259,1616709600,1),(259,1635454800,2),(259,1648159200,1),(259,1666904400,2),(259,1680213600,1),(259,1698354000,2),(259,1711663200,1),(259,1729803600,2),(259,1743112800,1),(259,1761858000,2),(259,1774562400,1),(259,1793307600,2),(259,1806012000,1),(259,1824757200,2),(259,1838066400,1),(259,1856206800,2),(259,1869516000,1),(259,1887656400,2),(259,1900965600,1),(259,1919106000,2),(259,1932415200,1),(259,1951160400,2),(259,1963864800,1),(259,1982610000,2),(259,1995314400,1),(259,2014059600,2),(259,2027368800,1),(259,2045509200,2),(259,2058818400,1),(259,2076958800,2),(259,2090268000,1),(259,2109013200,2),(259,2121717600,1),(259,2140462800,2),(260,-891582800,1),(260,-872058600,2),(260,-862637400,1),(260,-576138600,3),(260,1245430800,4),(260,1262278800,3),(261,-1830414140,1),(261,-879152400,2),(261,199897200,1),(261,969120000,2),(262,-1577936472,1),(263,-1441168512,1),(263,-1247547600,3),(263,354909600,2),(263,370717200,3),(263,386445600,2),(263,402253200,3),(263,417981600,2),(263,433789200,3),(263,449604000,2),(263,465336000,4),(263,481060800,5),(263,496785600,4),(263,512510400,5),(263,528235200,4),(263,543960000,5),(263,559684800,4),(263,575409600,5),(263,591134400,4),(263,606859200,5),(263,622584000,4),(263,638308800,5),(263,654638400,4),(263,670363200,6),(263,684363600,7),(264,-1518920148,2),(264,166572000,1),(264,182293200,2),(264,200959200,1),(264,213829200,2),(264,228866400,1),(264,243982800,2),(264,260316000,1),(264,276123600,2),(264,291765600,1),(264,307486800,2),(264,323820000,1),(264,338936400,2),(264,354664800,1),(264,370386000,2),(264,386114400,1),(264,401835600,2),(264,417564000,1),(264,433285200,2),(264,449013600,1),(264,465339600,2),(264,481068000,1),(264,496789200,2),(264,512517600,1),(264,528238800,2),(264,543967200,1),(264,559688400,2),(264,575416800,1),(264,591138000,2),(264,606866400,1),(264,622587600,2),(264,638316000,1),(264,654642000,2),(264,670370400,1),(264,686091600,2),(264,701820000,1),(264,717541200,2),(264,733269600,1),(264,748990800,2),(264,764719200,1),(264,780440400,2),(264,796168800,1),(264,811890000,2),(264,828223200,1),(264,843944400,2),(264,859672800,1),(264,875394000,2),(264,891122400,1),(264,909277200,3),(264,922582800,4),(264,941331600,3),(264,954032400,4),(264,972781200,3),(264,985482000,4),(264,1004230800,3),(264,1017536400,4),(264,1035680400,3),(264,1048986000,4),(264,1067130000,3),(264,1080435600,4),(264,1099184400,3),(264,1111885200,4),(264,1130634000,3),(264,1143334800,4),(264,1162083600,3),(264,1174784400,4),(264,1193533200,3),(264,1206838800,4),(264,1224982800,3),(264,1238288400,4),(264,1256432400,3),(264,1269738000,4),(264,1288486800,3),(264,1301187600,4),(264,1319936400,3),(264,1332637200,4),(264,1351386000,3),(264,1364691600,4),(264,1382835600,3),(264,1396141200,4),(264,1414285200,3),(264,1427590800,4),(264,1445734800,3),(264,1459040400,4),(264,1473282000,5),(264,1509238800,3),(264,1521939600,4),(264,1540688400,3),(264,1553994000,4),(264,1572138000,3),(264,1585443600,4),(264,1603587600,3),(264,1616893200,4),(264,1635642000,3),(264,1648342800,4),(264,1667091600,3),(264,1679792400,4),(264,1698541200,3),(264,1711846800,4),(264,1729990800,3),(264,1743296400,4),(264,1761440400,3),(264,1774746000,4),(264,1792890000,3),(264,1806195600,4),(264,1824944400,3),(264,1837645200,4),(264,1856394000,3),(264,1869094800,4),(264,1887843600,3),(264,1901149200,4),(264,1919293200,3),(264,1932598800,4),(264,1950742800,3),(264,1964048400,4),(264,1982797200,3),(264,1995498000,4),(264,2014246800,3),(264,2026947600,4),(264,2045696400,3),(264,2058397200,4),(264,2077146000,3),(264,2090451600,4),(264,2108595600,3),(264,2121901200,4),(264,2140045200,3),(265,-933638400,0),(265,-923097600,1),(265,-919036800,0),(265,-857347200,1),(265,-844300800,0),(265,-825811200,1),(265,-812678400,0),(265,-794188800,1),(265,-779846400,0),(265,-762652800,1),(265,-748310400,0),(265,-731116800,1),(265,-682653600,2),(265,-399088800,3),(265,-386650800,2),(265,-368330400,3),(265,-355114800,2),(265,-336790800,3),(265,-323654400,2),(265,-305168400,3),(265,-292032000,2),(265,-273632400,3),(265,-260496000,2),(265,-242096400,3),(265,-228960000,2),(265,-210560400,3),(265,-197424000,2),(265,-178938000,3),(265,-165801600,2),(265,-147402000,3),(265,-134265600,2),(265,-115866000,3),(265,-102643200,2),(265,-84330000,3),(265,-81313200,5),(265,142380000,4),(265,150843600,5),(265,167176800,4),(265,178664400,5),(265,334101600,6),(265,337730400,7),(265,452642400,6),(265,462319200,7),(265,482277600,4),(265,494370000,5),(265,516751200,4),(265,526424400,5),(265,545436000,4),(265,558478800,5),(265,576626400,4),(265,589323600,5),(265,609890400,4),(265,620773200,5),(265,638316000,4),(265,651618000,5),(265,669765600,4),(265,683672400,5),(265,701820000,4),(265,715726800,5),(265,733701600,4),(265,747176400,5),(265,765151200,4),(265,778021200,5),(265,796600800,4),(265,810075600,5),(265,820447200,2),(265,828655200,3),(265,843170400,8),(265,860104800,3),(265,874620000,8),(265,891554400,3),(265,906069600,8),(265,915141600,2),(265,924213600,3),(265,939934800,2),(265,956268000,3),(265,971989200,2),(265,987717600,3),(265,1003438800,2),(265,1019167200,3),(265,1034888400,2),(265,1050616800,3),(265,1066338000,2),(265,1082066400,3),(265,1096581600,2),(265,1113516000,3),(265,1128380400,2),(265,1143842400,3),(265,1158872400,2),(265,1175378400,3),(265,1189638000,2),(265,1206655200,3),(265,1219957200,2),(265,1238104800,3),(265,1252015200,2),(265,1269640860,3),(265,1281474000,2),(265,1301608860,3),(265,1312146000,2),(265,1333058400,3),(265,1348178400,2),(265,1364508000,3),(265,1380229200,2),(265,1395957600,3),(265,1414098000,2),(265,1427493600,3),(265,1445551200,2),(265,1458946800,3),(265,1477692000,2),(265,1490396400,3),(265,1509141600,2),(265,1521846000,3),(265,1540591200,2),(265,1553810400,3),(265,1572037200,2),(265,1585346400,3),(265,1603490400,2),(265,1616796000,3),(265,1635458400,2),(265,1648332000,3),(265,1666908000,2),(265,1679781600,3),(265,1698357600,2),(265,1711836000,3),(265,1729807200,2),(265,1743285600,3),(265,1761256800,2),(265,1774735200,3),(265,1792706400,2),(265,1806184800,3),(265,1824760800,2),(265,1837634400,3),(265,1856210400,2),(265,1869084000,3),(265,1887660000,2),(265,1901138400,3),(265,1919109600,2),(265,1932588000,3),(265,1950559200,2),(265,1964037600,3),(265,1982613600,2),(265,1995487200,3),(265,2014063200,2),(265,2026936800,3),(265,2045512800,2),(265,2058386400,3),(265,2076962400,2),(265,2090440800,3),(265,2108412000,2),(265,2121890400,3),(265,2139861600,2),(266,-1600675200,0),(266,-1585904400,1),(266,-933667200,0),(266,-922093200,1),(266,-908870400,0),(266,-888829200,1),(266,-881049600,0),(266,-767869200,1),(266,-745833600,0),(266,-733827600,1),(266,-716889600,0),(266,-699613200,1),(266,-683884800,0),(266,-670669200,1),(266,-652348800,0),(266,-650019600,1),(266,515527200,0),(266,527014800,1),(266,545162400,0),(266,558464400,1),(266,577216800,0),(266,589914000,1),(266,608666400,0),(266,621968400,1),(266,640116000,0),(266,653418000,1),(266,671565600,0),(266,684867600,1),(267,-933638400,0),(267,-923097600,1),(267,-919036800,0),(267,-857347200,1),(267,-844300800,0),(267,-825811200,1),(267,-812678400,0),(267,-794188800,1),(267,-779846400,0),(267,-762652800,1),(267,-748310400,0),(267,-731116800,1),(267,-682653600,2),(267,-399088800,3),(267,-386650800,2),(267,-368330400,3),(267,-355114800,2),(267,-336790800,3),(267,-323654400,2),(267,-305168400,3),(267,-292032000,2),(267,-273632400,3),(267,-260496000,2),(267,-242096400,3),(267,-228960000,2),(267,-210560400,3),(267,-197424000,2),(267,-178938000,3),(267,-165801600,2),(267,-147402000,3),(267,-134265600,2),(267,-115866000,3),(267,-102643200,2),(267,-84330000,3),(267,-81313200,5),(267,142380000,4),(267,150843600,5),(267,167176800,4),(267,178664400,5),(267,334101600,6),(267,337730400,7),(267,452642400,6),(267,462319200,7),(267,482277600,4),(267,494370000,5),(267,516751200,4),(267,526424400,5),(267,545436000,4),(267,558478800,5),(267,576626400,4),(267,589323600,5),(267,609890400,4),(267,620773200,5),(267,638316000,4),(267,651618000,5),(267,669765600,4),(267,683672400,5),(267,701820000,4),(267,715726800,5),(267,733701600,4),(267,747176400,5),(267,765151200,4),(267,778021200,5),(267,796600800,4),(267,810075600,5),(267,820447200,2),(267,828655200,3),(267,843170400,8),(267,860104800,3),(267,874620000,8),(267,891554400,3),(267,906069600,8),(267,915141600,2),(267,924213600,3),(267,939934800,2),(267,956268000,3),(267,971989200,2),(267,987717600,3),(267,1003438800,2),(267,1019167200,3),(267,1034888400,2),(267,1050616800,3),(267,1066338000,2),(267,1082066400,3),(267,1096581600,2),(267,1113516000,3),(267,1128380400,2),(267,1143842400,3),(267,1158872400,2),(267,1175378400,3),(267,1189638000,2),(267,1206655200,3),(267,1220216400,2),(267,1238104800,3),(267,1252015200,2),(267,1269554400,3),(267,1281474000,2),(267,1301608860,3),(267,1312146000,2),(267,1314655200,3),(267,1317330000,2),(267,1333058400,3),(267,1348178400,2),(267,1364508000,3),(267,1380229200,2),(267,1395957600,3),(267,1414098000,2),(267,1427493600,3),(267,1445551200,2),(267,1458946800,3),(267,1477692000,2),(267,1490396400,3),(267,1509141600,2),(267,1521846000,3),(267,1540591200,2),(267,1553810400,3),(267,1572037200,2),(267,1585346400,3),(267,1603490400,2),(267,1616796000,3),(267,1635458400,2),(267,1648332000,3),(267,1666908000,2),(267,1679781600,3),(267,1698357600,2),(267,1711836000,3),(267,1729807200,2),(267,1743285600,3),(267,1761256800,2),(267,1774735200,3),(267,1792706400,2),(267,1806184800,3),(267,1824760800,2),(267,1837634400,3),(267,1856210400,2),(267,1869084000,3),(267,1887660000,2),(267,1901138400,3),(267,1919109600,2),(267,1932588000,3),(267,1950559200,2),(267,1964037600,3),(267,1982613600,2),(267,1995487200,3),(267,2014063200,2),(267,2026936800,3),(267,2045512800,2),(267,2058386400,3),(267,2076962400,2),(267,2090440800,3),(267,2108412000,2),(267,2121890400,3),(267,2139861600,2),(268,-2004073600,1),(268,-1851577590,2),(268,-852105600,3),(268,-782643600,4),(268,-767869200,2),(268,-718095600,3),(268,-457776000,2),(268,-315648000,3),(268,171820800,2),(269,-2056690800,1),(269,-900910800,2),(269,-891579600,3),(269,-884248200,4),(269,-761209200,1),(269,-747907200,2),(269,-728541000,5),(269,-717049800,6),(269,-697091400,5),(269,-683785800,6),(269,-668061000,5),(269,-654755400,2),(269,-636611400,5),(269,-623305800,2),(269,-605161800,5),(269,-591856200,2),(269,-573712200,5),(269,-559801800,2),(269,-541657800,5),(269,-528352200,2),(269,-510211800,1),(269,-498112200,2),(269,-478762200,1),(269,-466662600,2),(269,-446707800,1),(269,-435213000,2),(269,-415258200,1),(269,-403158600,2),(269,-383808600,1),(269,-371709000,2),(269,-352359000,1),(269,-340259400,2),(269,-320909400,1),(269,-308809800,2),(269,-288855000,1),(269,-277360200,2),(269,-257405400,1),(269,-245910600,2),(269,-225955800,1),(269,-213856200,2),(269,-194506200,1),(269,-182406600,2),(269,-163056600,1),(269,-148537800,2),(269,-132816600,1),(269,-117088200,2),(269,-101367000,1),(269,-85638600,2),(269,-69312600,1),(269,-53584200,2),(269,-37863000,1),(269,-22134600,2),(269,-6413400,1),(269,9315000,2),(269,25036200,1),(269,40764600,2),(269,56485800,1),(269,72214200,2),(269,88540200,1),(269,104268600,2),(269,119989800,1),(269,126041400,2),(269,151439400,1),(269,167167800,2),(269,182889000,1),(269,198617400,2),(269,214338600,1),(269,295385400,2),(269,309292200,1),(270,-2032927596,1),(270,252439200,3),(270,417978000,2),(270,433785600,3),(270,449600400,2),(270,465321600,3),(270,481050000,2),(270,496771200,3),(270,512499600,2),(270,528220800,3),(270,543949200,2),(270,559670400,3),(270,575398800,2),(270,591120000,3),(270,606848400,2),(270,622569600,3),(270,638298000,2),(270,654624000,3),(270,670352400,2),(270,686073600,3),(270,701802000,2),(270,717523200,3),(270,733251600,2),(270,748972800,3),(270,764701200,2),(270,780422400,3),(270,796150800,2),(270,811872000,3),(270,828205200,2),(270,843926400,3),(270,859654800,2),(270,875376000,3),(270,891104400,2),(270,906825600,3),(270,988398000,2),(270,1001700000,3),(270,1017428400,2),(270,1033149600,3),(270,1048878000,2),(270,1064599200,3),(270,1080327600,2),(270,1096048800,3),(270,1111777200,2),(270,1127498400,3),(270,1143226800,2),(270,1159552800,3),(270,1427482800,2),(270,1443196800,3),(270,1458932400,2),(270,1474646400,3),(271,-1575874625,1),(271,-1247554800,3),(271,354902400,2),(271,370710000,3),(271,386438400,2),(271,402246000,3),(271,417974400,2),(271,433782000,3),(271,449596800,2),(271,465328800,4),(271,481053600,5),(271,496778400,4),(271,512503200,5),(271,528228000,4),(271,543952800,5),(271,559677600,4),(271,575402400,5),(271,591127200,4),(271,606852000,5),(271,622576800,4),(271,638301600,5),(271,654631200,4),(271,670356000,6),(271,686084400,7),(271,695761200,4),(271,701805600,5),(271,717530400,4),(271,733255200,5),(271,748980000,4),(271,764704800,5),(271,780429600,4),(271,796154400,5),(271,811879200,4),(271,828208800,5),(271,846352800,4),(271,859658400,5),(271,877802400,4),(271,891108000,5),(271,909252000,4),(271,922557600,5),(271,941306400,4),(271,954007200,5),(271,972756000,4),(271,985456800,5),(271,1004205600,4),(271,1017511200,5),(271,1035655200,4),(271,1048960800,5),(271,1067104800,4),(271,1080410400,5),(271,1099159200,4),(271,1111860000,5),(271,1130608800,4),(271,1143309600,5),(271,1162058400,4),(271,1174759200,5),(271,1193508000,4),(271,1206813600,5),(271,1224957600,4),(271,1238263200,5),(271,1256407200,4),(271,1269712800,5),(271,1288461600,4),(271,1301162400,8),(271,1414256400,4),(272,-1869875816,2),(272,-1693706400,1),(272,-1680490800,2),(272,-1570413600,1),(272,-1552186800,2),(272,-1538359200,1),(272,-1522551600,2),(272,-1507514400,1),(272,-1490583600,2),(272,-1440208800,1),(272,-1428030000,2),(272,-1409709600,1),(272,-1396494000,2),(272,-931053600,1),(272,-922676400,2),(272,-917834400,1),(272,-892436400,2),(272,-875844000,1),(272,-764737200,2),(272,-744343200,1),(272,-733806000,2),(272,-716436000,1),(272,-701924400,2),(272,-684986400,1),(272,-670474800,2),(272,-654141600,1),(272,-639025200,2),(272,-622087200,1),(272,-606970800,2),(272,-590032800,1),(272,-575521200,2),(272,-235620000,1),(272,-194842800,2),(272,-177732000,1),(272,-165726000,2),(272,107910000,1),(272,121215600,2),(272,133920000,1),(272,152665200,2),(272,164678400,1),(272,184114800,2),(272,196214400,1),(272,215564400,2),(272,228873600,1),(272,245804400,2),(272,260323200,1),(272,267915600,3),(272,428454000,4),(272,433893600,3),(272,468111600,2),(272,482799600,5),(272,496710000,6),(272,512521200,5),(272,528246000,6),(272,543970800,5),(272,559695600,6),(272,575420400,5),(272,591145200,6),(272,606870000,5),(272,622594800,6),(272,638319600,5),(272,654649200,6),(272,670374000,5),(272,686098800,6),(272,701823600,5),(272,717548400,6),(272,733273200,5),(272,748998000,6),(272,764118000,5),(272,780447600,6),(272,796172400,5),(272,811897200,6),(272,828226800,5),(272,846370800,6),(272,859676400,5),(272,877820400,6),(272,891126000,5),(272,909270000,6),(272,922575600,5),(272,941324400,6),(272,954025200,5),(272,972774000,6),(272,985474800,5),(272,1004223600,6),(272,1017529200,5),(272,1035673200,6),(272,1048978800,5),(272,1067122800,6),(272,1080428400,5),(272,1099177200,6),(272,1111878000,5),(272,1130626800,6),(272,1143327600,5),(272,1162076400,6),(272,1167602400,2),(272,1174784400,7),(272,1193533200,8),(272,1206838800,7),(272,1224982800,8),(272,1238288400,7),(272,1256432400,8),(272,1269738000,7),(272,1288486800,8),(272,1301274000,7),(272,1319936400,8),(272,1332637200,7),(272,1351386000,8),(272,1364691600,7),(272,1382835600,8),(272,1396227600,7),(272,1414285200,8),(272,1427590800,7),(272,1446944400,8),(272,1459040400,7),(272,1473195600,3),(273,-1451719200,1),(273,-1172906400,2),(273,-876641400,3),(273,-766054800,2),(273,-683883000,4),(273,-620812800,2),(273,-189415800,5),(274,-1172913768,1),(274,-799491600,2),(274,-189423000,3),(275,-1641003640,5),(275,-933638400,1),(275,-923097600,2),(275,-919036800,1),(275,-857347200,2),(275,-844300800,1),(275,-825811200,2),(275,-812678400,1),(275,-794188800,2),(275,-779846400,1),(275,-762652800,2),(275,-748310400,1),(275,-731116800,2),(275,-681955200,3),(275,-673228800,1),(275,-667958400,2),(275,-652320000,1),(275,-636422400,2),(275,-622080000,1),(275,-608947200,2),(275,-591840000,1),(275,-572486400,2),(275,-558576000,1),(275,-542851200,2),(275,-527731200,1),(275,-514425600,2),(275,-490838400,1),(275,-482976000,2),(275,-459388800,1),(275,-451526400,2),(275,-428544000,1),(275,-418262400,2),(275,-400118400,1),(275,-387417600,2),(275,142380000,4),(275,150843600,5),(275,167176800,4),(275,178664400,5),(275,334101600,6),(275,337730400,7),(275,452642400,6),(275,462319200,7),(275,482277600,4),(275,494370000,5),(275,516751200,4),(275,526424400,5),(275,545436000,4),(275,558478800,5),(275,576626400,4),(275,589323600,5),(275,609890400,4),(275,620773200,5),(275,638316000,4),(275,651618000,5),(275,669765600,4),(275,683672400,5),(275,701820000,4),(275,715726800,5),(275,733701600,4),(275,747176400,5),(275,765151200,4),(275,778021200,5),(275,796600800,4),(275,810075600,5),(275,826840800,4),(275,842821200,5),(275,858895200,4),(275,874184400,5),(275,890344800,4),(275,905029200,5),(275,923011200,4),(275,936313200,5),(275,955670400,4),(275,970783200,5),(275,986770800,4),(275,1001282400,5),(275,1017356400,4),(275,1033941600,5),(275,1048806000,4),(275,1065132000,5),(275,1081292400,4),(275,1095804000,5),(275,1112313600,4),(275,1128812400,5),(275,1143763200,4),(275,1159657200,5),(275,1175212800,4),(275,1189897200,5),(275,1206662400,4),(275,1223161200,5),(275,1238112000,4),(275,1254006000,5),(275,1269561600,4),(275,1284246000,5),(275,1301616000,4),(275,1317510000,5),(275,1333065600,4),(275,1348354800,5),(275,1364515200,4),(275,1382828400,5),(275,1395964800,4),(275,1414278000,5),(275,1427414400,4),(275,1445727600,5),(275,1458864000,4),(275,1477782000,5),(275,1490313600,4),(275,1509231600,5),(275,1521763200,4),(275,1540681200,5),(275,1553817600,4),(275,1572130800,5),(275,1585267200,4),(275,1603580400,5),(275,1616716800,4),(275,1635634800,5),(275,1648166400,4),(275,1667084400,5),(275,1679616000,4),(275,1698534000,5),(275,1711670400,4),(275,1729983600,5),(275,1743120000,4),(275,1761433200,5),(275,1774569600,4),(275,1792882800,5),(275,1806019200,4),(275,1824937200,5),(275,1837468800,4),(275,1856386800,5),(275,1868918400,4),(275,1887836400,5),(275,1900972800,4),(275,1919286000,5),(275,1932422400,4),(275,1950735600,5),(275,1963872000,4),(275,1982790000,5),(275,1995321600,4),(275,2014239600,5),(275,2026771200,4),(275,2045689200,5),(275,2058220800,4),(275,2077138800,5),(275,2090275200,4),(275,2108588400,5),(275,2121724800,4),(275,2140038000,5),(276,-788932800,1),(277,-1487759676,1),(277,-1247569200,3),(277,354888000,2),(277,370695600,3),(277,386424000,2),(277,402231600,3),(277,417960000,2),(277,433767600,3),(277,449582400,2),(277,465314400,4),(277,481039200,5),(277,496764000,4),(277,512488800,5),(277,528213600,4),(277,543938400,5),(277,559663200,4),(277,575388000,5),(277,591112800,4),(277,606837600,5),(277,622562400,4),(277,638287200,5),(277,654616800,4),(277,670341600,6),(277,686070000,7),(277,695746800,4),(277,701791200,5),(277,717516000,4),(277,733240800,5),(277,748965600,4),(277,764690400,5),(277,780415200,4),(277,796140000,5),(277,811864800,4),(277,828194400,5),(277,846338400,4),(277,859644000,5),(277,877788000,4),(277,891093600,5),(277,909237600,4),(277,922543200,5),(277,941292000,4),(277,953992800,5),(277,972741600,4),(277,985442400,5),(277,1004191200,4),(277,1017496800,5),(277,1035640800,4),(277,1048946400,5),(277,1067090400,4),(277,1080396000,5),(277,1099144800,4),(277,1111845600,5),(277,1130594400,4),(277,1143295200,5),(277,1162044000,4),(277,1174744800,5),(277,1193493600,4),(277,1206799200,5),(277,1224943200,4),(277,1238248800,5),(277,1256392800,4),(277,1269698400,6),(277,1288450800,7),(277,1301151600,4),(278,-1988166492,1),(278,-862637400,2),(278,-764145000,1),(278,-576135000,3),(278,38775600,5),(278,1018119600,4),(278,1033840800,5),(278,1212260400,4),(278,1225476000,5),(278,1239735600,4),(278,1257012000,5),(279,-1325483420,1),(280,-1577943676,1),(280,504901800,2),(281,-1577943676,1),(281,504901800,2),(282,-1579424533,1),(282,-1247558400,3),(282,354898800,2),(282,370706400,3),(282,386434800,2),(282,402242400,3),(282,417970800,2),(282,433778400,3),(282,449593200,2),(282,465325200,4),(282,481050000,5),(282,496774800,4),(282,512499600,5),(282,528224400,4),(282,543949200,5),(282,559674000,4),(282,575398800,5),(282,591123600,4),(282,606848400,5),(282,622573200,4),(282,638298000,5),(282,654627600,4),(282,670352400,6),(282,686080800,7),(282,695757600,4),(282,701802000,5),(282,717526800,4),(282,733251600,5),(282,748976400,4),(282,764701200,5),(282,780426000,4),(282,796150800,5),(282,811875600,4),(282,828205200,5),(282,846349200,4),(282,859654800,5),(282,877798800,4),(282,891104400,5),(282,909248400,4),(282,922554000,5),(282,941302800,4),(282,954003600,5),(282,972752400,4),(282,985453200,5),(282,1004202000,4),(282,1017507600,5),(282,1035651600,4),(282,1048957200,5),(282,1067101200,4),(282,1072882800,10),(282,1080403200,8),(282,1099152000,9),(282,1111852800,8),(282,1130601600,9),(282,1143302400,8),(282,1162051200,9),(282,1174752000,8),(282,1193500800,9),(282,1206806400,8),(282,1224950400,9),(282,1238256000,8),(282,1256400000,9),(282,1269705600,8),(282,1288454400,9),(282,1301155200,11),(282,1315832400,9),(282,1414252800,4),(283,-2019705670,1),(283,-891581400,2),(283,-872058600,1),(283,-862637400,2),(283,-764145000,1),(284,-1577513486,1),(284,-1247551200,3),(284,354906000,2),(284,370713600,3),(284,386442000,2),(284,402249600,3),(284,417978000,2),(284,433785600,3),(284,449600400,2),(284,465332400,4),(284,481057200,5),(284,496782000,4),(284,512506800,5),(284,528231600,4),(284,543956400,5),(284,559681200,4),(284,575406000,5),(284,591130800,4),(284,606855600,5),(284,622580400,4),(284,638305200,5),(284,654634800,4),(284,670359600,6),(284,686088000,7),(284,695764800,4),(284,701809200,5),(284,717534000,4),(284,733258800,5),(284,748983600,4),(284,764708400,5),(284,780433200,4),(284,796158000,5),(284,811882800,4),(284,828212400,5),(284,846356400,4),(284,859662000,5),(284,877806000,4),(284,891111600,5),(284,909255600,4),(284,922561200,5),(284,941310000,4),(284,954010800,5),(284,972759600,4),(284,985460400,5),(284,1004209200,4),(284,1017514800,5),(284,1035658800,4),(284,1048964400,5),(284,1067108400,4),(284,1080414000,5),(284,1099162800,4),(284,1111863600,5),(284,1130612400,4),(284,1143313200,5),(284,1162062000,4),(284,1174762800,5),(284,1193511600,4),(284,1206817200,5),(284,1224961200,4),(284,1238266800,5),(284,1256410800,4),(284,1269716400,5),(284,1288465200,4),(284,1301166000,8),(284,1414260000,4),(285,-2038200925,1),(285,-1167634800,2),(285,-1073028000,3),(285,-894180000,4),(285,-879665400,5),(285,-767005200,4),(285,378664200,6),(286,-1383463280,1),(286,-1167636600,3),(286,-1082448000,2),(286,-1074586800,3),(286,-1050825600,2),(286,-1042964400,3),(286,-1019289600,2),(286,-1011428400,3),(286,-987753600,2),(286,-979892400,3),(286,-956217600,2),(286,-948356400,3),(286,-924595200,2),(286,-916734000,3),(286,-893059200,2),(286,-885198000,3),(286,-879667200,4),(286,-767005200,3),(287,-719636812,1),(288,-2056692850,1),(288,-884509200,3),(288,-873280800,2),(288,-855918000,3),(288,-841744800,2),(288,-828529200,3),(288,-765363600,1),(288,-747046800,4),(288,-733827600,5),(288,-716461200,4),(288,-697021200,5),(288,-683715600,4),(288,-667990800,5),(288,-654771600,4),(288,-636627600,5),(288,-623322000,4),(288,-605178000,5),(288,-591872400,4),(288,-573642000,5),(288,-559818000,4),(288,-541674000,5),(288,-528368400,4),(288,-510224400,5),(288,-498128400,4),(288,-478774800,5),(288,-466678800,4),(288,-446720400,5),(288,-435229200,4),(288,-415258200,1),(288,-403158600,6),(288,-383808600,1),(288,-371709000,6),(288,-352359000,1),(288,-340259400,6),(288,-320909400,1),(288,-308809800,6),(288,-288855000,1),(288,-277360200,6),(288,-257405400,1),(288,-245910600,6),(288,-225955800,1),(288,-213856200,6),(288,-194506200,1),(288,-182406600,6),(288,-163056600,1),(288,-148537800,6),(288,-132820200,1),(288,-117088200,6),(288,-101370600,1),(288,-85638600,6),(288,-69312600,1),(288,-53584200,6),(288,-37863000,1),(288,-22134600,6),(288,-6413400,1),(288,9315000,6),(288,25036200,1),(288,40764600,6),(288,56485800,1),(288,72214200,6),(288,88540200,1),(288,104268600,6),(288,119989800,1),(288,126041400,6),(288,151439400,1),(288,167167800,6),(288,182889000,1),(288,198617400,6),(288,214338600,1),(288,295385400,6),(288,309292200,1),(289,-2056692850,1),(289,-884509200,3),(289,-873280800,2),(289,-855918000,3),(289,-841744800,2),(289,-828529200,3),(289,-765363600,1),(289,-747046800,4),(289,-733827600,5),(289,-716461200,4),(289,-697021200,5),(289,-683715600,4),(289,-667990800,5),(289,-654771600,4),(289,-636627600,5),(289,-623322000,4),(289,-605178000,5),(289,-591872400,4),(289,-573642000,5),(289,-559818000,4),(289,-541674000,5),(289,-528368400,4),(289,-510224400,5),(289,-498128400,4),(289,-478774800,5),(289,-466678800,4),(289,-446720400,5),(289,-435229200,4),(289,-415258200,1),(289,-403158600,6),(289,-383808600,1),(289,-371709000,6),(289,-352359000,1),(289,-340259400,6),(289,-320909400,1),(289,-308809800,6),(289,-288855000,1),(289,-277360200,6),(289,-257405400,1),(289,-245910600,6),(289,-225955800,1),(289,-213856200,6),(289,-194506200,1),(289,-182406600,6),(289,-163056600,1),(289,-148537800,6),(289,-132820200,1),(289,-117088200,6),(289,-101370600,1),(289,-85638600,6),(289,-69312600,1),(289,-53584200,6),(289,-37863000,1),(289,-22134600,6),(289,-6413400,1),(289,9315000,6),(289,25036200,1),(289,40764600,6),(289,56485800,1),(289,72214200,6),(289,88540200,1),(289,104268600,6),(289,119989800,1),(289,126041400,6),(289,151439400,1),(289,167167800,6),(289,182889000,1),(289,198617400,6),(289,214338600,1),(289,295385400,6),(289,309292200,1),(290,-1441188192,1),(290,-1247565600,3),(290,354891600,2),(290,370699200,3),(290,386427600,2),(290,402235200,3),(290,417963600,2),(290,433771200,3),(290,449586000,2),(290,465318000,4),(290,481042800,5),(290,496767600,4),(290,512492400,5),(290,528217200,4),(290,543942000,5),(290,559666800,4),(290,575391600,5),(290,591116400,4),(290,606841200,5),(290,622566000,4),(290,638290800,5),(290,654620400,4),(290,670345200,6),(290,686073600,7),(290,695750400,4),(290,701794800,5),(290,717519600,4),(290,733244400,5),(290,748969200,4),(290,764694000,5),(290,780418800,4),(290,796143600,5),(290,811868400,4),(290,828198000,5),(290,846342000,4),(290,859647600,5),(290,877791600,4),(290,891097200,5),(290,909241200,4),(290,922546800,5),(290,941295600,4),(290,953996400,5),(290,972745200,4),(290,985446000,5),(290,1004194800,4),(290,1017500400,5),(290,1035644400,4),(290,1048950000,5),(290,1067094000,4),(290,1080399600,5),(290,1099148400,4),(290,1111849200,5),(290,1130598000,4),(290,1143298800,5),(290,1162047600,4),(290,1174748400,5),(290,1193497200,4),(290,1206802800,5),(290,1224946800,4),(290,1238252400,5),(290,1256396400,4),(290,1269702000,5),(290,1288450800,4),(290,1301151600,8),(290,1414245600,7),(290,1461427200,4),(291,-1577951856,1),(291,-1172908656,2),(291,-880272000,3),(291,-766054800,4),(292,-1046678400,0),(292,-1038733200,1),(292,-873273600,2),(292,-794221200,1),(292,-496224000,0),(292,-489315600,1),(292,259344000,0),(292,275151600,1),(293,-1577936472,1),(294,-1518920008,2),(294,166572000,1),(294,182293200,2),(294,200959200,1),(294,213829200,2),(294,228866400,1),(294,243982800,2),(294,260316000,1),(294,276123600,2),(294,291765600,1),(294,307486800,2),(294,323820000,1),(294,338936400,2),(294,354664800,1),(294,370386000,2),(294,386114400,1),(294,401835600,2),(294,417564000,1),(294,433285200,2),(294,449013600,1),(294,465339600,2),(294,481068000,1),(294,496789200,2),(294,512517600,1),(294,528238800,2),(294,543967200,1),(294,559688400,2),(294,575416800,1),(294,591138000,2),(294,606866400,1),(294,622587600,2),(294,638316000,1),(294,654642000,2),(294,670370400,1),(294,686091600,2),(294,701820000,1),(294,717541200,2),(294,733269600,1),(294,748990800,2),(294,764719200,1),(294,780440400,2),(294,796168800,1),(294,811890000,2),(294,828223200,1),(294,843944400,2),(294,859672800,1),(294,875394000,2),(294,891122400,1),(294,909277200,3),(294,922582800,4),(294,941331600,3),(294,954032400,4),(294,972781200,3),(294,985482000,4),(294,1004230800,3),(294,1017536400,4),(294,1035680400,3),(294,1048986000,4),(294,1067130000,3),(294,1080435600,4),(294,1099184400,3),(294,1111885200,4),(294,1130634000,3),(294,1143334800,4),(294,1162083600,3),(294,1174784400,4),(294,1193533200,3),(294,1206838800,4),(294,1224982800,3),(294,1238288400,4),(294,1256432400,3),(294,1269738000,4),(294,1288486800,3),(294,1301187600,4),(294,1319936400,3),(294,1332637200,4),(294,1351386000,3),(294,1364691600,4),(294,1382835600,3),(294,1396141200,4),(294,1414285200,3),(294,1427590800,4),(294,1445734800,3),(294,1459040400,4),(294,1477789200,3),(294,1490490000,4),(294,1509238800,3),(294,1521939600,4),(294,1540688400,3),(294,1553994000,4),(294,1572138000,3),(294,1585443600,4),(294,1603587600,3),(294,1616893200,4),(294,1635642000,3),(294,1648342800,4),(294,1667091600,3),(294,1679792400,4),(294,1698541200,3),(294,1711846800,4),(294,1729990800,3),(294,1743296400,4),(294,1761440400,3),(294,1774746000,4),(294,1792890000,3),(294,1806195600,4),(294,1824944400,3),(294,1837645200,4),(294,1856394000,3),(294,1869094800,4),(294,1887843600,3),(294,1901149200,4),(294,1919293200,3),(294,1932598800,4),(294,1950742800,3),(294,1964048400,4),(294,1982797200,3),(294,1995498000,4),(294,2014246800,3),(294,2026947600,4),(294,2045696400,3),(294,2058397200,4),(294,2077146000,3),(294,2090451600,4),(294,2108595600,3),(294,2121901200,4),(294,2140045200,3),(295,-1441259328,1),(295,-1247551200,3),(295,354906000,2),(295,370713600,3),(295,386442000,2),(295,402249600,3),(295,417978000,2),(295,433785600,3),(295,449600400,2),(295,465332400,4),(295,481057200,5),(295,496782000,4),(295,512506800,5),(295,528231600,4),(295,543956400,5),(295,559681200,4),(295,575406000,5),(295,591130800,4),(295,606855600,5),(295,622580400,4),(295,638305200,5),(295,654634800,4),(295,670359600,6),(295,686088000,7),(295,695764800,4),(295,701809200,5),(295,717534000,4),(295,733258800,5),(295,748983600,4),(295,764708400,5),(295,780433200,4),(295,796158000,5),(295,811882800,4),(295,828212400,5),(295,846356400,4),(295,859662000,5),(295,877806000,4),(295,891111600,5),(295,909255600,4),(295,922561200,5),(295,941310000,4),(295,954010800,5),(295,972759600,4),(295,985460400,5),(295,1004209200,4),(295,1017514800,5),(295,1035658800,4),(295,1048964400,5),(295,1067108400,4),(295,1080414000,5),(295,1099162800,4),(295,1111863600,5),(295,1130612400,4),(295,1143313200,5),(295,1162062000,4),(295,1174762800,5),(295,1193511600,4),(295,1206817200,5),(295,1224961200,4),(295,1238266800,5),(295,1256410800,4),(295,1269716400,6),(295,1288468800,7),(295,1301169600,4),(296,-1579476700,1),(296,-1247551200,3),(296,354906000,2),(296,370713600,3),(296,386442000,2),(296,402249600,3),(296,417978000,2),(296,433785600,3),(296,449600400,2),(296,465332400,4),(296,481057200,5),(296,496782000,4),(296,512506800,5),(296,528231600,4),(296,543956400,5),(296,559681200,4),(296,575406000,5),(296,591130800,4),(296,606855600,5),(296,622580400,4),(296,638305200,5),(296,654634800,4),(296,670359600,6),(296,686088000,7),(296,695764800,4),(296,701809200,5),(296,717534000,4),(296,733258800,5),(296,738086400,8),(296,748987200,7),(296,764712000,6),(296,780436800,7),(296,796161600,6),(296,811886400,7),(296,828216000,6),(296,846360000,7),(296,859665600,6),(296,877809600,7),(296,891115200,6),(296,909259200,7),(296,922564800,6),(296,941313600,7),(296,954014400,6),(296,972763200,7),(296,985464000,6),(296,1004212800,7),(296,1017518400,6),(296,1035662400,7),(296,1048968000,6),(296,1067112000,7),(296,1080417600,6),(296,1099166400,7),(296,1111867200,6),(296,1130616000,7),(296,1143316800,6),(296,1162065600,7),(296,1174766400,6),(296,1193515200,7),(296,1206820800,6),(296,1224964800,7),(296,1238270400,6),(296,1256414400,7),(296,1269720000,6),(296,1288468800,7),(296,1301169600,4),(296,1414263600,7),(296,1469304000,4),(297,-1582088010,1),(297,-1247547600,3),(297,354909600,2),(297,370717200,3),(297,386445600,2),(297,402253200,3),(297,417981600,2),(297,433789200,3),(297,449604000,2),(297,465336000,4),(297,481060800,5),(297,496785600,4),(297,512510400,5),(297,528235200,4),(297,543960000,5),(297,559684800,4),(297,575409600,5),(297,591134400,4),(297,606859200,5),(297,622584000,4),(297,638308800,5),(297,654638400,4),(297,670363200,6),(297,686091600,7),(297,695768400,4),(297,701812800,5),(297,717537600,4),(297,733262400,5),(297,748987200,4),(297,764712000,5),(297,780436800,4),(297,796161600,5),(297,811886400,4),(297,828216000,5),(297,846360000,4),(297,859665600,5),(297,877809600,4),(297,891115200,5),(297,909259200,4),(297,922564800,5),(297,941313600,4),(297,954014400,5),(297,972763200,4),(297,985464000,5),(297,1004212800,4),(297,1017518400,5),(297,1035662400,4),(297,1048968000,5),(297,1067112000,4),(297,1080417600,5),(297,1099166400,4),(297,1111867200,5),(297,1130616000,4),(297,1143316800,5),(297,1162065600,4),(297,1174766400,5),(297,1193515200,4),(297,1206820800,5),(297,1224964800,4),(297,1238270400,5),(297,1256414400,4),(297,1269720000,5),(297,1288468800,4),(297,1301169600,8),(297,1414263600,4),(298,-1441164324,1),(298,-1247540400,2),(298,354913200,3),(298,370720800,4),(298,386445600,3),(298,402256800,2),(298,417985200,3),(298,433792800,2),(298,449607600,3),(298,465339600,5),(298,481064400,6),(298,496789200,5),(298,512514000,6),(298,528238800,5),(298,543963600,6),(298,559688400,5),(298,575413200,6),(298,591138000,5),(298,606862800,7),(298,622591200,8),(298,638316000,7),(298,654645600,8),(298,670370400,7),(298,686095200,8),(298,695772000,5),(298,701816400,7),(298,717544800,8),(298,733269600,7),(298,748994400,8),(298,764719200,7),(298,780444000,8),(298,796168800,7),(298,811893600,8),(298,828223200,7),(298,846367200,8),(298,859672800,7),(298,877816800,8),(298,891122400,7),(298,909266400,8),(298,922572000,7),(298,941320800,8),(298,954021600,7),(298,972770400,8),(298,985471200,7),(298,1004220000,8),(298,1017525600,7),(298,1035669600,8),(298,1048975200,7),(298,1067119200,8),(298,1080424800,7),(298,1099173600,5),(299,-1570084924,1),(300,-1946186240,1),(300,-1172906240,2),(300,-881220600,3),(300,-766054800,2),(300,-683883000,4),(300,-620812800,2),(300,-189415800,5),(300,567964800,6),(301,-1948782180,1),(301,-1830414600,2),(301,-768646800,3),(301,1439564400,1),(301,1525446000,3),(302,-1577935568,1),(302,76190400,2),(303,-1441167268,1),(303,-1247544000,2),(303,354913200,3),(303,370720800,4),(303,386445600,3),(303,402256800,2),(303,417985200,3),(303,433792800,2),(303,449607600,3),(303,465339600,5),(303,481064400,6),(303,496789200,5),(303,512514000,6),(303,528238800,5),(303,543963600,6),(303,559688400,5),(303,575413200,6),(303,591138000,5),(303,606862800,6),(303,622587600,5),(303,638312400,6),(303,654642000,5),(303,670366800,7),(303,686095200,8),(303,695772000,5),(303,701816400,6),(303,717541200,5),(303,733266000,6),(303,748990800,5),(303,764715600,6),(303,780440400,5),(303,796165200,6),(303,811890000,5),(303,828219600,6),(303,846363600,5),(303,859669200,6),(303,877813200,5),(303,891118800,6),(303,909262800,5),(303,922568400,6),(303,941317200,5),(303,954018000,6),(303,972766800,5),(303,985467600,6),(303,1004216400,5),(303,1017522000,6),(303,1035666000,5),(303,1048971600,6),(303,1067115600,5),(303,1080421200,6),(303,1099170000,9),(304,-1441167712,1),(304,-1247544000,2),(304,354913200,3),(304,370720800,4),(304,386445600,3),(304,402256800,2),(304,417985200,3),(304,433792800,2),(304,449607600,3),(304,465339600,5),(304,481064400,6),(304,496789200,5),(304,512514000,6),(304,528238800,5),(304,543963600,6),(304,559688400,5),(304,575413200,6),(304,591138000,5),(304,606862800,6),(304,622587600,5),(304,638312400,6),(304,654642000,5),(304,670366800,7),(304,686095200,5),(304,695768400,9),(304,701812800,6),(304,717541200,5),(304,733266000,6),(304,748990800,5),(304,764715600,6),(304,780440400,5),(304,796165200,6),(304,811890000,5),(304,828219600,6),(304,846363600,5),(304,859669200,6),(304,877813200,5),(304,891118800,6),(304,909262800,5),(304,922568400,6),(304,941317200,5),(304,954018000,6),(304,972766800,5),(304,985467600,6),(304,1004216400,5),(304,1017522000,6),(304,1035666000,5),(304,1048971600,6),(304,1067115600,5),(304,1080421200,6),(304,1099170000,9),(304,1545328800,2),(305,-1577946287,1),(305,-873268200,2),(305,-778410000,1),(306,-719636812,1),(307,-2004073600,1),(307,-1851577590,2),(307,-852105600,3),(307,-782643600,4),(307,-767869200,2),(307,-718095600,3),(307,-457776000,2),(307,-315648000,3),(307,171820800,2),(308,-2031039048,1),(308,-768560400,3),(308,354891600,2),(308,370699200,3),(308,386427600,2),(308,402235200,3),(308,417963600,2),(308,433771200,3),(308,449586000,2),(308,465318000,4),(308,481042800,5),(308,496767600,4),(308,512492400,5),(308,528217200,4),(308,543942000,5),(308,559666800,4),(308,575391600,5),(308,591116400,4),(308,606841200,5),(308,622566000,4),(308,638290800,5),(308,654620400,4),(308,670345200,6),(308,686073600,7),(308,695750400,4),(308,701794800,5),(308,717519600,4),(308,733244400,5),(308,748969200,4),(308,764694000,5),(308,780418800,4),(308,796143600,5),(308,811868400,4),(308,828198000,5),(308,846342000,4),(308,859647600,6),(308,877795200,7),(308,891100800,6),(308,909244800,7),(308,922550400,6),(308,941299200,7),(308,954000000,6),(308,972748800,7),(308,985449600,6),(308,1004198400,7),(308,1017504000,6),(308,1035648000,7),(308,1048953600,6),(308,1067097600,7),(308,1080403200,6),(308,1099152000,7),(308,1111852800,6),(308,1130601600,7),(308,1143302400,6),(308,1162051200,7),(308,1174752000,6),(308,1193500800,7),(308,1206806400,6),(308,1224950400,7),(308,1238256000,6),(308,1256400000,7),(308,1269705600,6),(308,1288454400,7),(308,1301155200,4),(308,1414249200,7),(308,1459008000,4),(309,-1441168073,1),(309,-1247544000,2),(309,354913200,3),(309,370720800,4),(309,386445600,3),(309,402256800,2),(309,417985200,3),(309,433792800,2),(309,449607600,3),(309,465339600,5),(309,481064400,6),(309,496789200,5),(309,512514000,6),(309,528238800,5),(309,543963600,6),(309,559688400,5),(309,575413200,6),(309,591138000,5),(309,606862800,6),(309,622587600,5),(309,638312400,6),(309,654642000,5),(309,670366800,6),(309,686091600,5),(309,694206000,2),(310,-1948782472,1),(310,-1830414600,2),(310,-767350800,4),(310,-681210000,3),(310,-672228000,4),(310,-654771600,3),(310,-640864800,4),(310,-623408400,3),(310,-609415200,4),(310,-588848400,3),(310,-577965600,4),(310,-498128400,1),(310,-462702600,5),(310,-451733400,1),(310,-429784200,5),(310,-418296600,1),(310,-399544200,5),(310,-387451800,1),(310,-368094600,5),(310,-356002200,1),(310,-336645000,5),(310,-324552600,1),(310,-305195400,5),(310,-293103000,1),(310,-264933000,4),(310,547578000,3),(310,560883600,4),(310,579027600,3),(310,592333200,4),(311,-1600675200,0),(311,-1585904400,1),(311,-933667200,0),(311,-922093200,1),(311,-908870400,0),(311,-888829200,1),(311,-881049600,0),(311,-767869200,1),(311,-745833600,0),(311,-733827600,1),(311,-716889600,0),(311,-699613200,1),(311,-683884800,0),(311,-670669200,1),(311,-652348800,0),(311,-650019600,1),(311,515527200,0),(311,527014800,1),(311,545162400,0),(311,558464400,1),(311,577216800,0),(311,589914000,1),(311,608666400,0),(311,621968400,1),(311,640116000,0),(311,653418000,1),(311,671565600,0),(311,684867600,1),(312,-2038200925,1),(312,-1167634800,2),(312,-1073028000,3),(312,-894180000,4),(312,-879665400,5),(312,-767005200,4),(312,378664200,6),(313,-1441188892,1),(313,-1247565600,3),(313,354891600,2),(313,370699200,3),(313,386427600,2),(313,402235200,3),(313,417963600,2),(313,433771200,3),(313,449586000,2),(313,465318000,4),(313,481042800,5),(313,496767600,4),(313,512492400,5),(313,528217200,4),(313,543942000,5),(313,559666800,4),(313,575391600,5),(313,591116400,4),(313,606841200,5),(313,622566000,4),(313,638290800,5),(313,654620400,4),(313,670345200,6),(313,686073600,7),(313,695750400,4),(313,701794800,5),(313,717519600,4),(313,733244400,5),(313,748969200,4),(313,764694000,5),(313,780418800,4),(313,796143600,5),(313,811868400,4),(313,828198000,5),(313,846342000,4),(313,859647600,5),(313,877791600,4),(313,891097200,5),(313,909241200,4),(313,922546800,5),(313,941295600,4),(313,953996400,5),(313,972745200,4),(313,985446000,5),(313,1004194800,4),(313,1017500400,5),(313,1035644400,4),(313,1048950000,5),(313,1067094000,4),(313,1080399600,5),(313,1099148400,4),(313,1111849200,5),(313,1130598000,4),(313,1143298800,5),(313,1162047600,4),(313,1174748400,5),(313,1193497200,4),(313,1206802800,5),(313,1224946800,4),(313,1238252400,5),(313,1256396400,4),(313,1269702000,5),(313,1288450800,4),(313,1301151600,8),(313,1414245600,4),(314,-1017820800,1),(314,-766224000,0),(314,-745833600,2),(314,-733827600,0),(314,-716889600,2),(314,-699613200,0),(314,-683884800,2),(314,-670669200,0),(314,-652348800,2),(314,-639133200,0),(314,-620812800,2),(314,-607597200,0),(314,-589276800,2),(314,-576061200,0),(314,-562924800,2),(314,-541760400,0),(314,-528710400,2),(314,-510224400,0),(314,-497174400,2),(314,-478688400,0),(314,-465638400,2),(314,-449830800,0),(314,-434016000,2),(314,-418208400,0),(314,-402480000,2),(314,-386672400,0),(314,-370944000,2),(314,-355136400,0),(314,-339408000,2),(314,-323600400,0),(314,-302515200,2),(314,-291978000,0),(314,-270979200,2),(314,-260442000,0),(314,133977600,2),(314,149785200,0),(314,165513600,2),(314,181321200,0),(314,299606400,2),(314,307551600,0),(315,-1441168631,1),(315,-1247547600,3),(315,354909600,2),(315,370717200,3),(315,386445600,2),(315,402253200,3),(315,417981600,2),(315,433789200,3),(315,449604000,2),(315,465336000,4),(315,481060800,5),(315,496785600,4),(315,512510400,5),(315,528235200,4),(315,543960000,5),(315,559684800,4),(315,575409600,5),(315,591134400,4),(315,606859200,5),(315,622584000,4),(315,638308800,5),(315,654638400,4),(315,670363200,6),(315,686091600,7),(315,694206000,1),(316,-1441162751,1),(316,-405140400,3),(316,354916800,2),(316,370724400,3),(316,386452800,2),(316,402260400,3),(316,417988800,2),(316,433796400,3),(316,449611200,2),(316,465343200,4),(316,481068000,5),(316,496792800,4),(316,512517600,5),(316,528242400,4),(316,543967200,5),(316,559692000,4),(316,575416800,5),(316,591141600,4),(316,606866400,5),(316,622591200,4),(316,638316000,5),(316,654645600,4),(316,670370400,6),(316,686098800,7),(316,694213200,1),(316,701816400,8),(316,717537600,1),(316,733266000,8),(316,748987200,1),(316,764715600,8),(316,780436800,3),(316,796161600,2),(316,811882800,3),(316,828216000,2),(316,859662000,2),(316,877806000,3),(316,891115200,2),(316,909255600,3),(316,922564800,2),(316,941310000,3),(316,954014400,2),(316,972759600,3),(316,985464000,2),(316,1004209200,3),(316,1017518400,2),(316,1035658800,3),(316,1048968000,2),(316,1067108400,3),(316,1080417600,2),(316,1088276400,8),(316,1099177200,7),(316,1111878000,3),(317,-1704165944,1),(317,-757394744,2),(317,247177800,4),(317,259272000,3),(317,277758000,4),(317,283982400,2),(317,290809800,5),(317,306531000,2),(317,322432200,5),(317,338499000,2),(317,673216200,5),(317,685481400,2),(317,701209800,5),(317,717103800,2),(317,732745800,5),(317,748639800,2),(317,764281800,5),(317,780175800,2),(317,795817800,5),(317,811711800,2),(317,827353800,5),(317,843247800,2),(317,858976200,5),(317,874870200,2),(317,890512200,5),(317,906406200,2),(317,922048200,5),(317,937942200,2),(317,953584200,5),(317,969478200,2),(317,985206600,5),(317,1001100600,2),(317,1016742600,5),(317,1032636600,2),(317,1048278600,5),(317,1064172600,2),(317,1079814600,5),(317,1095708600,2),(317,1111437000,5),(317,1127331000,2),(317,1206045000,5),(317,1221939000,2),(317,1237667400,5),(317,1253561400,2),(317,1269203400,5),(317,1285097400,2),(317,1300739400,5),(317,1316633400,2),(317,1332275400,5),(317,1348169400,2),(317,1363897800,5),(317,1379791800,2),(317,1395433800,5),(317,1411327800,2),(317,1426969800,5),(317,1442863800,2),(317,1458505800,5),(317,1474399800,2),(317,1490128200,5),(317,1506022200,2),(317,1521664200,5),(317,1537558200,2),(317,1553200200,5),(317,1569094200,2),(317,1584736200,5),(317,1600630200,2),(317,1616358600,5),(317,1632252600,2),(317,1647894600,5),(317,1663788600,2),(317,1679430600,5),(317,1695324600,2),(317,1710966600,5),(317,1726860600,2),(317,1742589000,5),(317,1758483000,2),(317,1774125000,5),(317,1790019000,2),(317,1805661000,5),(317,1821555000,2),(317,1837197000,5),(317,1853091000,2),(317,1868733000,5),(317,1884627000,2),(317,1900355400,5),(317,1916249400,2),(317,1931891400,5),(317,1947785400,2),(317,1963427400,5),(317,1979321400,2),(317,1994963400,5),(317,2010857400,2),(317,2026585800,5),(317,2042479800,2),(317,2058121800,5),(317,2074015800,2),(317,2089657800,5),(317,2105551800,2),(317,2121193800,5),(317,2137087800,2),(318,-1641003640,5),(318,-933638400,1),(318,-923097600,2),(318,-919036800,1),(318,-857347200,2),(318,-844300800,1),(318,-825811200,2),(318,-812678400,1),(318,-794188800,2),(318,-779846400,1),(318,-762652800,2),(318,-748310400,1),(318,-731116800,2),(318,-681955200,3),(318,-673228800,1),(318,-667958400,2),(318,-652320000,1),(318,-636422400,2),(318,-622080000,1),(318,-608947200,2),(318,-591840000,1),(318,-572486400,2),(318,-558576000,1),(318,-542851200,2),(318,-527731200,1),(318,-514425600,2),(318,-490838400,1),(318,-482976000,2),(318,-459388800,1),(318,-451526400,2),(318,-428544000,1),(318,-418262400,2),(318,-400118400,1),(318,-387417600,2),(318,142380000,4),(318,150843600,5),(318,167176800,4),(318,178664400,5),(318,334101600,6),(318,337730400,7),(318,452642400,6),(318,462319200,7),(318,482277600,4),(318,494370000,5),(318,516751200,4),(318,526424400,5),(318,545436000,4),(318,558478800,5),(318,576626400,4),(318,589323600,5),(318,609890400,4),(318,620773200,5),(318,638316000,4),(318,651618000,5),(318,669765600,4),(318,683672400,5),(318,701820000,4),(318,715726800,5),(318,733701600,4),(318,747176400,5),(318,765151200,4),(318,778021200,5),(318,796600800,4),(318,810075600,5),(318,826840800,4),(318,842821200,5),(318,858895200,4),(318,874184400,5),(318,890344800,4),(318,905029200,5),(318,923011200,4),(318,936313200,5),(318,955670400,4),(318,970783200,5),(318,986770800,4),(318,1001282400,5),(318,1017356400,4),(318,1033941600,5),(318,1048806000,4),(318,1065132000,5),(318,1081292400,4),(318,1095804000,5),(318,1112313600,4),(318,1128812400,5),(318,1143763200,4),(318,1159657200,5),(318,1175212800,4),(318,1189897200,5),(318,1206662400,4),(318,1223161200,5),(318,1238112000,4),(318,1254006000,5),(318,1269561600,4),(318,1284246000,5),(318,1301616000,4),(318,1317510000,5),(318,1333065600,4),(318,1348354800,5),(318,1364515200,4),(318,1382828400,5),(318,1395964800,4),(318,1414278000,5),(318,1427414400,4),(318,1445727600,5),(318,1458864000,4),(318,1477782000,5),(318,1490313600,4),(318,1509231600,5),(318,1521763200,4),(318,1540681200,5),(318,1553817600,4),(318,1572130800,5),(318,1585267200,4),(318,1603580400,5),(318,1616716800,4),(318,1635634800,5),(318,1648166400,4),(318,1667084400,5),(318,1679616000,4),(318,1698534000,5),(318,1711670400,4),(318,1729983600,5),(318,1743120000,4),(318,1761433200,5),(318,1774569600,4),(318,1792882800,5),(318,1806019200,4),(318,1824937200,5),(318,1837468800,4),(318,1856386800,5),(318,1868918400,4),(318,1887836400,5),(318,1900972800,4),(318,1919286000,5),(318,1932422400,4),(318,1950735600,5),(318,1963872000,4),(318,1982790000,5),(318,1995321600,4),(318,2014239600,5),(318,2026771200,4),(318,2045689200,5),(318,2058220800,4),(318,2077138800,5),(318,2090275200,4),(318,2108588400,5),(318,2121724800,4),(318,2140038000,5),(319,-706341516,1),(319,560025000,2),(320,-706341516,1),(320,560025000,2),(321,-683802000,0),(321,-672310800,1),(321,-654771600,0),(321,-640861200,1),(321,-620298000,0),(321,-609411600,1),(321,-588848400,0),(321,-577962000,1),(322,-1578807591,1),(322,-1247551200,3),(322,354906000,2),(322,370713600,3),(322,386442000,2),(322,402249600,3),(322,417978000,2),(322,433785600,3),(322,449600400,2),(322,465332400,4),(322,481057200,5),(322,496782000,4),(322,512506800,5),(322,528231600,4),(322,543956400,5),(322,559681200,4),(322,575406000,5),(322,591130800,4),(322,606855600,5),(322,622580400,4),(322,638305200,5),(322,654634800,4),(322,670359600,6),(322,686088000,7),(322,695764800,4),(322,701809200,5),(322,717534000,4),(322,733258800,5),(322,748983600,4),(322,764708400,5),(322,780433200,4),(322,796158000,5),(322,811882800,4),(322,828212400,5),(322,846356400,4),(322,859662000,5),(322,877806000,4),(322,891111600,5),(322,909255600,4),(322,922561200,5),(322,941310000,4),(322,954010800,5),(322,972759600,4),(322,985460400,5),(322,1004209200,4),(322,1017514800,5),(322,1020193200,8),(322,1035662400,7),(322,1048968000,6),(322,1067112000,7),(322,1080417600,6),(322,1099166400,7),(322,1111867200,6),(322,1130616000,7),(322,1143316800,6),(322,1162065600,7),(322,1174766400,6),(322,1193515200,7),(322,1206820800,6),(322,1224964800,7),(322,1238270400,6),(322,1256414400,7),(322,1269720000,6),(322,1288468800,7),(322,1301169600,4),(322,1414263600,7),(322,1464465600,4),(323,-1577951856,1),(323,-1172908656,2),(323,-880272000,3),(323,-766054800,4),(324,-2032931252,1),(324,252435600,3),(324,417974400,2),(324,433782000,3),(324,449596800,2),(324,465318000,3),(324,481046400,2),(324,496767600,3),(324,512496000,2),(324,528217200,3),(324,543945600,2),(324,559666800,3),(324,575395200,2),(324,591116400,3),(324,606844800,2),(324,622566000,3),(324,638294400,2),(324,654620400,3),(324,670348800,2),(324,686070000,3),(324,701798400,2),(324,717519600,3),(324,733248000,2),(324,748969200,3),(324,764697600,2),(324,780418800,3),(324,796147200,2),(324,811868400,3),(324,828201600,2),(324,843922800,3),(324,859651200,2),(324,875372400,3),(324,891100800,2),(324,906822000,3),(324,988394400,2),(324,1001696400,3),(324,1017424800,2),(324,1033146000,3),(324,1048874400,2),(324,1064595600,3),(324,1080324000,2),(324,1096045200,3),(324,1111773600,2),(324,1127494800,3),(324,1143223200,2),(324,1159549200,3),(324,1427479200,2),(324,1443193200,3),(324,1458928800,2),(324,1474642800,3),(325,-2032931252,1),(325,252435600,3),(325,417974400,2),(325,433782000,3),(325,449596800,2),(325,465318000,3),(325,481046400,2),(325,496767600,3),(325,512496000,2),(325,528217200,3),(325,543945600,2),(325,559666800,3),(325,575395200,2),(325,591116400,3),(325,606844800,2),(325,622566000,3),(325,638294400,2),(325,654620400,3),(325,670348800,2),(325,686070000,3),(325,701798400,2),(325,717519600,3),(325,733248000,2),(325,748969200,3),(325,764697600,2),(325,780418800,3),(325,796147200,2),(325,811868400,3),(325,828201600,2),(325,843922800,3),(325,859651200,2),(325,875372400,3),(325,891100800,2),(325,906822000,3),(325,988394400,2),(325,1001696400,3),(325,1017424800,2),(325,1033146000,3),(325,1048874400,2),(325,1064595600,3),(325,1080324000,2),(325,1096045200,3),(325,1111773600,2),(325,1127494800,3),(325,1143223200,2),(325,1159549200,3),(325,1427479200,2),(325,1443193200,3),(325,1458928800,2),(325,1474642800,3),(326,-1325483420,1),(327,-1579426374,1),(327,-1247558400,2),(327,354898800,4),(327,370699200,3),(327,386427600,4),(327,402235200,3),(327,417963600,4),(327,433771200,3),(327,449586000,4),(327,465318000,5),(327,481042800,6),(327,496767600,5),(327,512492400,6),(327,528217200,5),(327,543942000,6),(327,559666800,5),(327,575391600,6),(327,591116400,5),(327,606841200,6),(327,622566000,5),(327,638290800,6),(327,654620400,5),(327,670345200,7),(327,686073600,8),(327,695750400,5),(327,701794800,6),(327,717519600,5),(327,733244400,6),(327,748969200,5),(327,764694000,6),(327,780418800,5),(327,796143600,6),(327,811868400,5),(327,828198000,6),(327,846342000,5),(327,859647600,6),(327,877791600,5),(327,891097200,6),(327,909241200,5),(327,922546800,6),(327,941295600,5),(327,953996400,6),(327,972745200,5),(327,985446000,6),(327,1004194800,5),(327,1017500400,6),(327,1035644400,5),(327,1048950000,6),(327,1067094000,5),(327,1080399600,6),(327,1099148400,5),(327,1111849200,6),(327,1130598000,5),(327,1143298800,6),(327,1162047600,5),(327,1174748400,6),(327,1193497200,5),(327,1206802800,6),(327,1224946800,5),(327,1238252400,6),(327,1256396400,5),(327,1269702000,6),(327,1288450800,5),(327,1301151600,9),(327,1315828800,5),(327,1414249200,8),(328,-1570084924,1),(329,-1487321251,1),(329,-1247562000,3),(329,354895200,2),(329,370702800,3),(329,386431200,2),(329,402238800,3),(329,417967200,2),(329,433774800,3),(329,449589600,2),(329,465321600,4),(329,481046400,5),(329,496771200,4),(329,512496000,5),(329,528220800,4),(329,543945600,5),(329,559670400,4),(329,575395200,5),(329,591120000,4),(329,606844800,5),(329,622569600,4),(329,638294400,5),(329,654624000,4),(329,670348800,6),(329,686077200,7),(329,695754000,4),(329,701798400,5),(329,717523200,4),(329,733248000,5),(329,748972800,4),(329,764697600,5),(329,780422400,4),(329,796147200,5),(329,811872000,4),(329,828201600,5),(329,846345600,4),(329,859651200,5),(329,877795200,4),(329,891100800,5),(329,909244800,4),(329,922550400,5),(329,941299200,4),(329,954000000,5),(329,972748800,4),(329,985449600,5),(329,1004198400,4),(329,1017504000,5),(329,1035648000,4),(329,1048953600,5),(329,1067097600,4),(329,1080403200,5),(329,1099152000,4),(329,1111852800,5),(329,1130601600,4),(329,1143302400,5),(329,1162051200,4),(329,1174752000,5),(329,1193500800,4),(329,1206806400,5),(329,1224950400,4),(329,1238256000,5),(329,1256400000,4),(329,1269705600,5),(329,1288454400,4),(329,1301155200,8),(329,1414249200,4),(330,-1579423138,1),(330,-1247558400,3),(330,354898800,2),(330,370706400,3),(330,386434800,2),(330,402242400,3),(330,417970800,2),(330,433778400,3),(330,449593200,2),(330,465325200,4),(330,481050000,5),(330,496774800,4),(330,512499600,5),(330,528224400,4),(330,543949200,5),(330,559674000,4),(330,575398800,5),(330,591123600,4),(330,606848400,5),(330,622573200,4),(330,638298000,5),(330,654627600,4),(330,670352400,6),(330,686080800,7),(330,695757600,4),(330,701802000,5),(330,717526800,4),(330,733251600,5),(330,748976400,4),(330,764701200,5),(330,780426000,4),(330,796150800,5),(330,811875600,4),(330,828205200,5),(330,846349200,4),(330,859654800,5),(330,877798800,4),(330,891104400,5),(330,909248400,4),(330,922554000,5),(330,941302800,4),(330,954003600,5),(330,972752400,4),(330,985453200,5),(330,1004202000,4),(330,1017507600,5),(330,1035651600,4),(330,1048957200,5),(330,1067101200,4),(330,1080406800,5),(330,1099155600,4),(330,1111856400,5),(330,1130605200,4),(330,1143306000,5),(330,1162054800,4),(330,1174755600,5),(330,1193504400,4),(330,1206810000,5),(330,1224954000,4),(330,1238259600,5),(330,1256403600,4),(330,1269709200,5),(330,1288458000,4),(330,1301158800,8),(330,1414252800,4),(331,-1577946287,1),(331,-873268200,2),(331,-778410000,1),(332,-1688270553,1),(332,-1592610305,2),(332,-1247544000,4),(332,354913200,3),(332,370720800,4),(332,386449200,3),(332,402256800,4),(332,417985200,3),(332,433792800,4),(332,449607600,3),(332,465339600,5),(332,481064400,6),(332,496789200,5),(332,512514000,6),(332,528238800,5),(332,543963600,6),(332,559688400,5),(332,575413200,6),(332,591138000,5),(332,606862800,6),(332,622587600,5),(332,638312400,6),(332,654642000,5),(332,670366800,7),(332,686095200,8),(332,695772000,5),(332,701816400,6),(332,717541200,5),(332,733266000,6),(332,748990800,5),(332,764715600,6),(332,780440400,5),(332,796165200,6),(332,811890000,5),(332,828219600,6),(332,846363600,5),(332,859669200,6),(332,877813200,5),(332,891118800,6),(332,909262800,5),(332,922568400,6),(332,941317200,5),(332,954018000,6),(332,972766800,5),(332,985467600,6),(332,1004216400,5),(332,1017522000,6),(332,1035666000,5),(332,1048971600,6),(332,1067115600,5),(332,1080421200,6),(332,1099170000,5),(332,1111870800,6),(332,1130619600,5),(332,1143320400,6),(332,1162069200,5),(332,1174770000,6),(332,1193518800,5),(332,1206824400,6),(332,1224968400,5),(332,1238274000,6),(332,1256418000,5),(332,1269723600,6),(332,1288472400,5),(332,1301173200,9),(332,1414267200,5),(333,-1441162680,1),(333,-405140400,3),(333,354916800,2),(333,370724400,3),(333,386452800,2),(333,402260400,3),(333,417988800,2),(333,433796400,3),(333,449611200,2),(333,465343200,4),(333,481068000,5),(333,496792800,4),(333,512517600,5),(333,528242400,4),(333,543967200,5),(333,559692000,4),(333,575416800,5),(333,591141600,4),(333,606866400,5),(333,622591200,4),(333,638316000,5),(333,654645600,4),(333,670370400,6),(333,686098800,7),(333,701823600,6),(333,717548400,7),(333,733273200,6),(333,748998000,7),(333,764722800,6),(333,780447600,7),(333,796172400,6),(333,811897200,4),(333,852062400,3),(333,859672800,5),(333,877816800,4),(333,891122400,5),(333,909266400,4),(333,922572000,5),(333,941320800,4),(333,954021600,5),(333,972770400,4),(333,985471200,5),(333,1004220000,4),(333,1017525600,5),(333,1035669600,4),(333,1048975200,5),(333,1067119200,4),(333,1080424800,5),(333,1099173600,4),(333,1111874400,5),(333,1130623200,4),(333,1143324000,5),(333,1162072800,4),(333,1174773600,5),(333,1193522400,4),(333,1206828000,5),(333,1224972000,4),(333,1238277600,5),(333,1256421600,4),(333,1269727200,5),(333,1288476000,4),(333,1293825600,3),(333,1301176800,5),(333,1319925600,4),(334,-1830376800,5),(334,-1689548400,1),(334,-1677794400,2),(334,-1667430000,3),(334,-1647730800,4),(334,-1635807600,3),(334,-1616194800,4),(334,-1604358000,3),(334,-1584658800,4),(334,-1572735600,3),(334,-1553036400,4),(334,-1541199600,3),(334,-1521500400,4),(334,-1442444400,3),(334,-1426806000,4),(334,-1379286000,3),(334,-1364770800,4),(334,-1348441200,3),(334,-1333321200,4),(334,-1316386800,3),(334,-1301266800,4),(334,-1284332400,3),(334,-1269817200,4),(334,-1221433200,3),(334,-1206918000,4),(334,-1191193200,3),(334,-1175468400,4),(334,-1127689200,3),(334,-1111964400,4),(334,-1096844400,3),(334,-1080514800,4),(334,-1063580400,3),(334,-1049065200,4),(334,-1033340400,3),(334,-1017615600,4),(334,-1002495600,3),(334,-986166000,4),(334,-969231600,3),(334,-950482800,4),(334,-942015600,3),(334,-922662000,4),(334,-906937200,3),(334,-891126000,4),(334,-877302000,3),(334,-873676800,6),(334,-864000000,3),(334,-857948400,4),(334,-845852400,3),(334,-842832000,6),(334,-831340800,3),(334,-825894000,4),(334,-814402800,3),(334,-810777600,6),(334,-799891200,3),(334,-794444400,4),(334,-782953200,3),(334,-779328000,6),(334,-768441600,3),(334,-762994800,4),(334,-749084400,3),(334,-733359600,4),(334,-717624000,3),(334,-701899200,4),(334,-686174400,3),(334,-670449600,4),(334,-654724800,3),(334,-639000000,4),(334,-623275200,3),(334,-607550400,4),(334,-591825600,3),(334,-575496000,4),(334,-559771200,3),(334,-544046400,4),(334,-528321600,3),(334,-512596800,4),(334,-496872000,3),(334,-481147200,4),(334,-465422400,3),(334,-449697600,4),(334,-433972800,3),(334,-417643200,4),(334,-401918400,3),(334,-386193600,4),(334,-370468800,3),(334,-354744000,4),(334,-339019200,3),(334,-323294400,4),(334,-307569600,3),(334,-291844800,4),(334,-276120000,3),(334,-260395200,4),(334,-244670400,3),(334,-228340800,4),(334,-212616000,3),(334,-196891200,4),(334,-181166400,3),(334,-165441600,4),(334,-149716800,3),(334,-133992000,4),(334,-118267200,8),(334,228272400,6),(334,243997200,7),(334,260326800,6),(334,276051600,7),(334,291776400,6),(334,307504800,7),(334,323226000,6),(334,338954400,7),(334,354679200,6),(334,370404000,7),(334,386128800,6),(334,401853600,7),(334,417582000,6),(334,433303200,7),(334,449028000,6),(334,465357600,7),(334,481082400,6),(334,496807200,7),(334,512532000,6),(334,528256800,7),(334,543981600,6),(334,559706400,7),(334,575431200,6),(334,591156000,7),(334,606880800,6),(334,622605600,7),(334,638330400,6),(334,654660000,7),(334,670384800,6),(334,686109600,7),(334,701834400,6),(334,717559200,9),(334,733280400,10),(334,749005200,11),(334,764730000,10),(334,780454800,11),(334,796179600,10),(334,811904400,11),(334,828234000,10),(334,846378000,11),(334,859683600,10),(334,877827600,11),(334,891133200,10),(334,909277200,11),(334,922582800,10),(334,941331600,11),(334,954032400,10),(334,972781200,11),(334,985482000,10),(334,1004230800,11),(334,1017536400,10),(334,1035680400,11),(334,1048986000,10),(334,1067130000,11),(334,1080435600,10),(334,1099184400,11),(334,1111885200,10),(334,1130634000,11),(334,1143334800,10),(334,1162083600,11),(334,1174784400,10),(334,1193533200,11),(334,1206838800,10),(334,1224982800,11),(334,1238288400,10),(334,1256432400,11),(334,1269738000,10),(334,1288486800,11),(334,1301187600,10),(334,1319936400,11),(334,1332637200,10),(334,1351386000,11),(334,1364691600,10),(334,1382835600,11),(334,1396141200,10),(334,1414285200,11),(334,1427590800,10),(334,1445734800,11),(334,1459040400,10),(334,1477789200,11),(334,1490490000,10),(334,1509238800,11),(334,1521939600,10),(334,1540688400,11),(334,1553994000,10),(334,1572138000,11),(334,1585443600,10),(334,1603587600,11),(334,1616893200,10),(334,1635642000,11),(334,1648342800,10),(334,1667091600,11),(334,1679792400,10),(334,1698541200,11),(334,1711846800,10),(334,1729990800,11),(334,1743296400,10),(334,1761440400,11),(334,1774746000,10),(334,1792890000,11),(334,1806195600,10),(334,1824944400,11),(334,1837645200,10),(334,1856394000,11),(334,1869094800,10),(334,1887843600,11),(334,1901149200,10),(334,1919293200,11),(334,1932598800,10),(334,1950742800,11),(334,1964048400,10),(334,1982797200,11),(334,1995498000,10),(334,2014246800,11),(334,2026947600,10),(334,2045696400,11),(334,2058397200,10),(334,2077146000,11),(334,2090451600,10),(334,2108595600,11),(334,2121901200,10),(334,2140045200,11),(335,-1664307642,0),(335,-1648932042,1),(335,-1632080442,0),(335,-1618692042,1),(335,-1262281242,3),(335,-882727200,2),(335,-858538800,3),(335,-845229600,2),(335,-825879600,3),(335,-814384800,2),(335,-793825200,3),(335,-782935200,2),(335,-762375600,3),(335,-713988000,2),(335,-703710000,3),(335,-681933600,2),(335,-672865200,3),(335,-650484000,2),(335,-641415600,3),(335,-618429600,2),(335,-609966000,3),(335,-586980000,2),(335,-578516400,3),(335,-555530400,2),(335,-546462000,3),(335,-429127200,2),(335,-415825200,3),(335,136360800,2),(335,152082000,3),(335,167810400,2),(335,183531600,3),(335,199260000,2),(335,215586000,3),(335,230709600,2),(335,247035600,3),(335,262764000,2),(335,278485200,3),(335,294213600,2),(335,309934800,3),(335,325663200,2),(335,341384400,3),(335,357112800,2),(335,372834000,3),(335,388562400,2),(335,404888400,3),(335,420012000,2),(335,436338000,3),(335,452066400,2),(335,467787600,3),(335,483516000,2),(335,499237200,3),(335,514965600,2),(335,530686800,3),(335,544600800,2),(335,562136400,3),(335,576050400,2),(335,594190800,3),(335,607500000,2),(335,625640400,3),(335,638949600,2),(335,657090000,3),(335,671004000,2),(335,688539600,3),(335,702453600,2),(335,719989200,3),(335,733903200,2),(335,752043600,3),(335,765352800,2),(335,783493200,3),(335,796802400,2),(335,814942800,3),(335,828856800,2),(335,846392400,3),(335,860306400,2),(335,877842000,3),(335,891756000,2),(335,909291600,3),(335,923205600,2),(335,941346000,3),(335,954655200,2),(335,972795600,3),(335,986104800,2),(335,1004245200,3),(335,1018159200,2),(335,1035694800,3),(335,1049608800,2),(335,1067144400,3),(335,1081058400,2),(335,1099198800,3),(335,1112508000,2),(335,1130648400,3),(335,1143957600,2),(335,1162098000,3),(335,1173592800,2),(335,1194152400,3),(335,1205042400,2),(335,1225602000,3),(335,1236492000,2),(335,1257051600,3),(335,1268546400,2),(335,1289106000,3),(335,1299996000,2),(335,1320555600,3),(335,1331445600,2),(335,1352005200,3),(335,1362895200,2),(335,1383454800,3),(335,1394344800,2),(335,1414904400,3),(335,1425794400,2),(335,1446354000,3),(335,1457848800,2),(335,1478408400,3),(335,1489298400,2),(335,1509858000,3),(335,1520748000,2),(335,1541307600,3),(335,1552197600,2),(335,1572757200,3),(335,1583647200,2),(335,1604206800,3),(335,1615701600,2),(335,1636261200,3),(335,1647151200,2),(335,1667710800,3),(335,1678600800,2),(335,1699160400,3),(335,1710050400,2),(335,1730610000,3),(335,1741500000,2),(335,1762059600,3),(335,1772949600,2),(335,1793509200,3),(335,1805004000,2),(335,1825563600,3),(335,1836453600,2),(335,1857013200,3),(335,1867903200,2),(335,1888462800,3),(335,1899352800,2),(335,1919912400,3),(335,1930802400,2),(335,1951362000,3),(335,1962856800,2),(335,1983416400,3),(335,1994306400,2),(335,2014866000,3),(335,2025756000,2),(335,2046315600,3),(335,2057205600,2),(335,2077765200,3),(335,2088655200,2),(335,2109214800,3),(335,2120104800,2),(335,2140664400,3),(336,-1509663504,1),(336,-733874400,2),(336,323827200,3),(336,338950800,4),(336,354675600,5),(336,370400400,4),(336,386125200,5),(336,401850000,4),(336,417574800,5),(336,433299600,4),(336,449024400,5),(336,465354000,4),(336,481078800,5),(336,496803600,4),(336,512528400,5),(336,528253200,4),(336,543978000,5),(336,559702800,4),(336,575427600,5),(336,591152400,4),(336,606877200,5),(336,622602000,4),(336,638326800,5),(336,654656400,4),(336,670381200,5),(336,686106000,4),(336,701830800,5),(336,717555600,4),(336,733280400,5),(336,749005200,4),(336,764730000,5),(336,780454800,4),(336,796179600,5),(336,811904400,4),(336,828234000,5),(336,846378000,4),(336,859683600,5),(336,877827600,4),(336,891133200,5),(336,909277200,4),(336,922582800,5),(336,941331600,4),(336,954032400,5),(336,972781200,4),(336,985482000,5),(336,1004230800,4),(336,1017536400,5),(336,1035680400,4),(336,1048986000,5),(336,1067130000,4),(336,1080435600,5),(336,1099184400,4),(336,1111885200,5),(336,1130634000,4),(336,1143334800,5),(336,1162083600,4),(336,1174784400,5),(336,1193533200,4),(336,1206838800,5),(336,1224982800,4),(336,1238288400,5),(336,1256432400,4),(336,1269738000,5),(336,1288486800,4),(336,1301187600,5),(336,1319936400,4),(336,1332637200,5),(336,1351386000,4),(336,1364691600,5),(336,1382835600,4),(336,1396141200,5),(336,1414285200,4),(336,1427590800,5),(336,1445734800,4),(336,1459040400,5),(336,1477789200,4),(336,1490490000,5),(336,1509238800,4),(336,1521939600,5),(336,1540688400,4),(336,1553994000,5),(336,1572138000,4),(336,1585443600,5),(336,1603587600,4),(336,1616893200,5),(336,1635642000,4),(336,1648342800,5),(336,1667091600,4),(336,1679792400,5),(336,1698541200,4),(336,1711846800,5),(336,1729990800,4),(336,1743296400,5),(336,1761440400,4),(336,1774746000,5),(336,1792890000,4),(336,1806195600,5),(336,1824944400,4),(336,1837645200,5),(336,1856394000,4),(336,1869094800,5),(336,1887843600,4),(336,1901149200,5),(336,1919293200,4),(336,1932598800,5),(336,1950742800,4),(336,1964048400,5),(336,1982797200,4),(336,1995498000,5),(336,2014246800,4),(336,2026947600,5),(336,2045696400,4),(336,2058397200,5),(336,2077146000,4),(336,2090451600,5),(336,2108595600,4),(336,2121901200,5),(336,2140045200,4),(337,-1830376800,1),(337,-862610400,2),(337,-764118000,3),(337,186120000,4),(338,-1955748776,1),(338,354675600,2),(338,370400400,3),(338,386125200,2),(338,401850000,3),(338,417574800,2),(338,433299600,3),(338,449024400,2),(338,465354000,3),(338,481078800,2),(338,496803600,3),(338,512528400,2),(338,528253200,3),(338,543978000,2),(338,559702800,3),(338,575427600,2),(338,591152400,3),(338,606877200,2),(338,622602000,3),(338,638326800,2),(338,654656400,3),(338,670381200,2),(338,686106000,3),(338,701830800,2),(338,717555600,3),(338,733280400,2),(338,749005200,3),(338,764730000,2),(338,780454800,3),(338,796179600,2),(338,811904400,3),(338,828234000,2),(338,846378000,3),(338,859683600,2),(338,877827600,3),(338,891133200,2),(338,909277200,3),(338,922582800,2),(338,941331600,3),(338,954032400,2),(338,972781200,3),(338,985482000,2),(338,1004230800,3),(338,1017536400,2),(338,1035680400,3),(338,1048986000,2),(338,1067130000,3),(338,1080435600,2),(338,1099184400,3),(338,1111885200,2),(338,1130634000,3),(338,1143334800,2),(338,1162083600,3),(338,1174784400,2),(338,1193533200,3),(338,1206838800,2),(338,1224982800,3),(338,1238288400,2),(338,1256432400,3),(338,1269738000,2),(338,1288486800,3),(338,1301187600,2),(338,1319936400,3),(338,1332637200,2),(338,1351386000,3),(338,1364691600,2),(338,1382835600,3),(338,1396141200,2),(338,1414285200,3),(338,1427590800,2),(338,1445734800,3),(338,1459040400,2),(338,1477789200,3),(338,1490490000,2),(338,1509238800,3),(338,1521939600,2),(338,1540688400,3),(338,1553994000,2),(338,1572138000,3),(338,1585443600,2),(338,1603587600,3),(338,1616893200,2),(338,1635642000,3),(338,1648342800,2),(338,1667091600,3),(338,1679792400,2),(338,1698541200,3),(338,1711846800,2),(338,1729990800,3),(338,1743296400,2),(338,1761440400,3),(338,1774746000,2),(338,1792890000,3),(338,1806195600,2),(338,1824944400,3),(338,1837645200,2),(338,1856394000,3),(338,1869094800,2),(338,1887843600,3),(338,1901149200,2),(338,1919293200,3),(338,1932598800,2),(338,1950742800,3),(338,1964048400,2),(338,1982797200,3),(338,1995498000,2),(338,2014246800,3),(338,2026947600,2),(338,2045696400,3),(338,2058397200,2),(338,2077146000,3),(338,2090451600,2),(338,2108595600,3),(338,2121901200,2),(338,2140045200,3),(339,-1955748776,1),(339,354675600,2),(339,370400400,3),(339,386125200,2),(339,401850000,3),(339,417574800,2),(339,433299600,3),(339,449024400,2),(339,465354000,3),(339,481078800,2),(339,496803600,3),(339,512528400,2),(339,528253200,3),(339,543978000,2),(339,559702800,3),(339,575427600,2),(339,591152400,3),(339,606877200,2),(339,622602000,3),(339,638326800,2),(339,654656400,3),(339,670381200,2),(339,686106000,3),(339,701830800,2),(339,717555600,3),(339,733280400,2),(339,749005200,3),(339,764730000,2),(339,780454800,3),(339,796179600,2),(339,811904400,3),(339,828234000,2),(339,846378000,3),(339,859683600,2),(339,877827600,3),(339,891133200,2),(339,909277200,3),(339,922582800,2),(339,941331600,3),(339,954032400,2),(339,972781200,3),(339,985482000,2),(339,1004230800,3),(339,1017536400,2),(339,1035680400,3),(339,1048986000,2),(339,1067130000,3),(339,1080435600,2),(339,1099184400,3),(339,1111885200,2),(339,1130634000,3),(339,1143334800,2),(339,1162083600,3),(339,1174784400,2),(339,1193533200,3),(339,1206838800,2),(339,1224982800,3),(339,1238288400,2),(339,1256432400,3),(339,1269738000,2),(339,1288486800,3),(339,1301187600,2),(339,1319936400,3),(339,1332637200,2),(339,1351386000,3),(339,1364691600,2),(339,1382835600,3),(339,1396141200,2),(339,1414285200,3),(339,1427590800,2),(339,1445734800,3),(339,1459040400,2),(339,1477789200,3),(339,1490490000,2),(339,1509238800,3),(339,1521939600,2),(339,1540688400,3),(339,1553994000,2),(339,1572138000,3),(339,1585443600,2),(339,1603587600,3),(339,1616893200,2),(339,1635642000,3),(339,1648342800,2),(339,1667091600,3),(339,1679792400,2),(339,1698541200,3),(339,1711846800,2),(339,1729990800,3),(339,1743296400,2),(339,1761440400,3),(339,1774746000,2),(339,1792890000,3),(339,1806195600,2),(339,1824944400,3),(339,1837645200,2),(339,1856394000,3),(339,1869094800,2),(339,1887843600,3),(339,1901149200,2),(339,1919293200,3),(339,1932598800,2),(339,1950742800,3),(339,1964048400,2),(339,1982797200,3),(339,1995498000,2),(339,2014246800,3),(339,2026947600,2),(339,2045696400,3),(339,2058397200,2),(339,2077146000,3),(339,2090451600,2),(339,2108595600,3),(339,2121901200,2),(339,2140045200,3),(340,-1691884800,0),(340,-1680573600,1),(340,-927511200,0),(340,-857257200,2),(340,-844556400,3),(340,-828226800,2),(340,-812502000,3),(340,-796777200,2),(340,-781052400,3),(340,-765327600,2),(340,-340844400,3),(340,-324514800,2),(340,-308790000,3),(340,-293065200,2),(340,-277340400,3),(340,-261615600,2),(340,-245890800,3),(340,-230166000,2),(340,-214441200,3),(340,-198716400,2),(340,-182991600,3),(340,-166662000,2),(340,-147913200,3),(340,-135212400,2),(340,315529200,1),(340,323830800,4),(340,338950800,5),(340,354675600,4),(340,370400400,5),(340,386125200,4),(340,401850000,5),(340,417574800,4),(340,433299600,5),(340,449024400,4),(340,465354000,5),(340,481078800,4),(340,496803600,5),(340,512528400,4),(340,528253200,5),(340,543978000,4),(340,559702800,5),(340,575427600,4),(340,591152400,5),(340,606877200,4),(340,622602000,5),(340,638326800,4),(340,654656400,5),(340,670381200,4),(340,686106000,5),(340,701830800,4),(340,717555600,5),(340,733280400,4),(340,749005200,5),(340,764730000,4),(340,780454800,5),(340,796179600,4),(340,811904400,5),(340,828234000,4),(340,846378000,5),(340,859683600,4),(340,877827600,5),(340,891133200,4),(340,909277200,5),(340,922582800,4),(340,941331600,5),(340,954032400,4),(340,972781200,5),(340,985482000,4),(340,1004230800,5),(340,1017536400,4),(340,1035680400,5),(340,1048986000,4),(340,1067130000,5),(340,1080435600,4),(340,1099184400,5),(340,1111885200,4),(340,1130634000,5),(340,1143334800,4),(340,1162083600,5),(340,1174784400,4),(340,1193533200,5),(340,1206838800,4),(340,1224982800,5),(340,1238288400,4),(340,1256432400,5),(340,1269738000,4),(340,1288486800,5),(340,1301187600,4),(340,1319936400,5),(340,1332637200,4),(340,1351386000,5),(340,1364691600,4),(340,1382835600,5),(340,1396141200,4),(340,1414285200,5),(340,1427590800,4),(340,1445734800,5),(340,1459040400,4),(340,1477789200,5),(340,1490490000,4),(340,1509238800,5),(340,1521939600,4),(340,1540688400,5),(340,1553994000,4),(340,1572138000,5),(340,1585443600,4),(340,1603587600,5),(340,1616893200,4),(340,1635642000,5),(340,1648342800,4),(340,1667091600,5),(340,1679792400,4),(340,1698541200,5),(340,1711846800,4),(340,1729990800,5),(340,1743296400,4),(340,1761440400,5),(340,1774746000,4),(340,1792890000,5),(340,1806195600,4),(340,1824944400,5),(340,1837645200,4),(340,1856394000,5),(340,1869094800,4),(340,1887843600,5),(340,1901149200,4),(340,1919293200,5),(340,1932598800,4),(340,1950742800,5),(340,1964048400,4),(340,1982797200,5),(340,1995498000,4),(340,2014246800,5),(340,2026947600,4),(340,2045696400,5),(340,2058397200,4),(340,2077146000,5),(340,2090451600,4),(340,2108595600,5),(340,2121901200,4),(340,2140045200,5),(341,-1830380400,5),(341,-1689552000,1),(341,-1677798000,2),(341,-1667433600,3),(341,-1647734400,4),(341,-1635811200,3),(341,-1616198400,4),(341,-1604361600,3),(341,-1584662400,4),(341,-1572739200,3),(341,-1553040000,4),(341,-1541203200,3),(341,-1521504000,4),(341,-1442448000,3),(341,-1426809600,4),(341,-1379289600,3),(341,-1364774400,4),(341,-1348444800,3),(341,-1333324800,4),(341,-1316390400,3),(341,-1301270400,4),(341,-1284336000,3),(341,-1269820800,4),(341,-1221436800,3),(341,-1206921600,4),(341,-1191196800,3),(341,-1175472000,4),(341,-1127692800,3),(341,-1111968000,4),(341,-1096848000,3),(341,-1080518400,4),(341,-1063584000,3),(341,-1049068800,4),(341,-1033344000,3),(341,-1017619200,4),(341,-1002499200,3),(341,-986169600,4),(341,-969235200,3),(341,-950486400,4),(341,-942019200,3),(341,-922665600,4),(341,-906940800,3),(341,-891129600,4),(341,-877305600,3),(341,-873680400,6),(341,-864003600,3),(341,-857952000,4),(341,-845856000,3),(341,-842835600,6),(341,-831344400,3),(341,-825897600,4),(341,-814406400,3),(341,-810781200,6),(341,-799894800,3),(341,-794448000,4),(341,-782956800,3),(341,-779331600,6),(341,-768445200,3),(341,-762998400,4),(341,-749088000,3),(341,-733363200,4),(341,-717627600,3),(341,-701902800,4),(341,-686178000,3),(341,-670453200,4),(341,-654728400,3),(341,-639003600,4),(341,-623278800,3),(341,-607554000,4),(341,-591829200,3),(341,-575499600,4),(341,-559774800,3),(341,-544050000,4),(341,-528325200,3),(341,-512600400,4),(341,-496875600,3),(341,-481150800,4),(341,-465426000,3),(341,-449701200,4),(341,-433976400,3),(341,-417646800,4),(341,-401922000,3),(341,-386197200,4),(341,-370472400,3),(341,-354747600,4),(341,-339022800,3),(341,-323298000,4),(341,-307573200,3),(341,-291848400,4),(341,-276123600,3),(341,-260398800,4),(341,-244674000,3),(341,-228344400,4),(341,-212619600,3),(341,-196894800,4),(341,-181170000,3),(341,-165445200,4),(341,-149720400,3),(341,-133995600,4),(341,-118270800,9),(341,228268800,7),(341,243993600,8),(341,260323200,7),(341,276048000,8),(341,291772800,7),(341,307501200,8),(341,323222400,7),(341,338950800,8),(341,354675600,7),(341,370400400,8),(341,386125200,7),(341,401850000,8),(341,417578400,7),(341,433299600,10),(341,449024400,11),(341,465354000,10),(341,481078800,11),(341,496803600,10),(341,512528400,11),(341,528253200,10),(341,543978000,11),(341,559702800,10),(341,575427600,11),(341,591152400,10),(341,606877200,11),(341,622602000,10),(341,638326800,11),(341,654656400,10),(341,670381200,11),(341,686106000,10),(341,701830800,11),(341,717555600,10),(341,733280400,11),(341,749005200,10),(341,764730000,11),(341,780454800,10),(341,796179600,11),(341,811904400,10),(341,828234000,11),(341,846378000,10),(341,859683600,11),(341,877827600,10),(341,891133200,11),(341,909277200,10),(341,922582800,11),(341,941331600,10),(341,954032400,11),(341,972781200,10),(341,985482000,11),(341,1004230800,10),(341,1017536400,11),(341,1035680400,10),(341,1048986000,11),(341,1067130000,10),(341,1080435600,11),(341,1099184400,10),(341,1111885200,11),(341,1130634000,10),(341,1143334800,11),(341,1162083600,10),(341,1174784400,11),(341,1193533200,10),(341,1206838800,11),(341,1224982800,10),(341,1238288400,11),(341,1256432400,10),(341,1269738000,11),(341,1288486800,10),(341,1301187600,11),(341,1319936400,10),(341,1332637200,11),(341,1351386000,10),(341,1364691600,11),(341,1382835600,10),(341,1396141200,11),(341,1414285200,10),(341,1427590800,11),(341,1445734800,10),(341,1459040400,11),(341,1477789200,10),(341,1490490000,11),(341,1509238800,10),(341,1521939600,11),(341,1540688400,10),(341,1553994000,11),(341,1572138000,10),(341,1585443600,11),(341,1603587600,10),(341,1616893200,11),(341,1635642000,10),(341,1648342800,11),(341,1667091600,10),(341,1679792400,11),(341,1698541200,10),(341,1711846800,11),(341,1729990800,10),(341,1743296400,11),(341,1761440400,10),(341,1774746000,11),(341,1792890000,10),(341,1806195600,11),(341,1824944400,10),(341,1837645200,11),(341,1856394000,10),(341,1869094800,11),(341,1887843600,10),(341,1901149200,11),(341,1919293200,10),(341,1932598800,11),(341,1950742800,10),(341,1964048400,11),(341,1982797200,10),(341,1995498000,11),(341,2014246800,10),(341,2026947600,11),(341,2045696400,10),(341,2058397200,11),(341,2077146000,10),(341,2090451600,11),(341,2108595600,10),(341,2121901200,11),(341,2140045200,10),(342,-1956609120,2),(342,-1668211200,1),(342,-1647212400,2),(342,-1636675200,1),(342,-1613430000,2),(342,-1605139200,1),(342,-1581894000,2),(342,-1539561600,1),(342,-1531350000,2),(342,-968025600,1),(342,-952293600,2),(342,-942008400,1),(342,-920239200,3),(342,-909957600,4),(342,-888789600,3),(342,-877903200,4),(342,-857944800,3),(342,-846453600,4),(342,-826495200,3),(342,-815004000,4),(342,-795045600,3),(342,-783554400,4),(342,-762991200,3),(342,-752104800,4),(342,-731541600,3),(342,-717631200,4),(342,-700092000,3),(342,-686181600,4),(342,-668642400,3),(342,-654732000,4),(342,-636588000,3),(342,-623282400,4),(342,-605743200,3),(342,-591832800,4),(342,-573688800,3),(342,-559778400,4),(342,-542239200,3),(342,-528328800,4),(342,-510789600,3),(342,-496879200,4),(342,-479340000,3),(342,-465429600,4),(342,-447890400,3),(342,-433980000,4),(342,-415836000,3),(342,-401925600,4),(342,-384386400,3),(342,-370476000,4),(342,-352936800,3),(342,-339026400,4),(342,-321487200,3),(342,-307576800,4),(342,-290037600,3),(342,-276127200,4),(342,-258588000,3),(342,-244677600,4),(342,-226533600,3),(342,-212623200,4),(342,-195084000,3),(342,-181173600,4),(342,-163634400,3),(342,-149724000,4),(342,-132184800,3),(342,-118274400,4),(342,-100735200,3),(342,-86824800,4),(342,-68680800,3),(342,-54770400,5),(344,-1830383032,1),(345,-1824235716,2),(345,-1018209600,1),(345,-1003093200,2),(345,-986760000,1),(345,-971643600,2),(345,-954705600,1),(345,-939589200,2),(345,-923256000,1),(345,-908139600,2),(345,-891806400,1),(345,-876690000,2),(345,-860356800,1),(345,-852066000,2),(345,420609600,4),(345,433306800,3),(345,452052000,4),(345,464151600,3),(345,483501600,4),(345,495601200,1),(345,514350000,2),(345,527054400,1),(345,545799600,2),(345,558504000,1),(345,577249200,2),(345,589953600,1),(345,608698800,2),(345,621403200,1),(345,640753200,2),(345,652852800,1),(345,672202800,2),(345,684907200,1),(345,703652400,2),(345,716356800,1),(345,735102000,2),(345,747806400,1),(345,766551600,2),(345,779256000,1),(345,798001200,2),(345,810705600,1),(345,830055600,2),(345,842760000,1),(345,861505200,2),(345,874209600,1),(345,892954800,2),(345,905659200,1),(345,924404400,2),(345,937108800,1),(345,955854000,2),(345,968558400,1),(345,987310800,2),(345,999410400,1),(345,1019365200,2),(345,1030860000,1),(345,1050814800,2),(345,1062914400,1),(345,1082264400,2),(345,1094364000,1),(345,1113714000,2),(345,1125813600,1),(345,1145163600,2),(345,1157263200,1),(345,1176613200,2),(345,1188712800,1),(345,1208667600,2),(345,1220767200,1),(345,1240117200,2),(345,1252216800,1),(345,1271566800,2),(345,1283666400,4),(346,-1672560000,0),(346,-1665388800,1),(346,-883641600,0),(346,-876124800,1),(346,-860400000,0),(346,-844675200,1),(346,-828345600,0),(346,-813225600,1),(346,31500000,2),(346,57686400,0),(346,67968000,1),(346,89136000,0),(346,100022400,1),(346,120585600,0),(346,131472000,1),(346,152035200,0),(346,162921600,1),(346,183484800,0),(346,194976000,1),(346,215539200,0),(346,226425600,1),(346,246988800,0),(346,257875200,1),(346,278438400,0),(346,289324800,1),(346,309888000,0),(346,320774400,1),(346,341337600,0),(346,352224000,1),(346,372787200,0),(346,386697600,1),(346,404841600,0),(346,415728000,1),(346,436291200,0),(346,447177600,1),(346,467740800,0),(346,478627200,1),(346,499190400,0),(346,511286400,1),(346,530035200,0),(346,542736000,1),(346,562089600,0),(346,574790400,1),(346,594144000,0),(346,606240000,1),(346,625593600,0),(346,636480000,1),(346,657043200,0),(346,667929600,1),(346,688492800,0),(346,699379200,1),(346,719942400,0),(346,731433600,1),(346,751996800,0),(346,762883200,1),(346,783446400,0),(346,794332800,1),(346,814896000,0),(346,828201600,1),(346,846345600,0),(346,859651200,1),(346,877795200,0),(346,891100800,1),(346,909244800,0),(346,922550400,1),(346,941299200,0),(346,954000000,1),(346,967305600,0),(346,985449600,1),(346,1004198400,0),(346,1017504000,1),(346,1035648000,0),(346,1048953600,1),(346,1067097600,0),(346,1080403200,1),(346,1099152000,0),(346,1111852800,1),(346,1130601600,0),(346,1143907200,1),(346,1162051200,0),(346,1174752000,1),(346,1193500800,0),(346,1207411200,1),(346,1223136000,0),(346,1238860800,1),(346,1254585600,0),(346,1270310400,1),(346,1286035200,0),(346,1301760000,1),(346,1317484800,0),(346,1333209600,1),(346,1349539200,0),(346,1365264000,1),(346,1380988800,0),(346,1396713600,1),(346,1412438400,0),(346,1428163200,1),(346,1443888000,0),(346,1459612800,1),(346,1475337600,0),(346,1491062400,1),(346,1506787200,0),(346,1522512000,1),(346,1538841600,0),(346,1554566400,1),(346,1570291200,0),(346,1586016000,1),(346,1601740800,0),(346,1617465600,1),(346,1633190400,0),(346,1648915200,1),(346,1664640000,0),(346,1680364800,1),(346,1696089600,0),(346,1712419200,1),(346,1728144000,0),(346,1743868800,1),(346,1759593600,0),(346,1775318400,1),(346,1791043200,0),(346,1806768000,1),(346,1822492800,0),(346,1838217600,1),(346,1853942400,0),(346,1869667200,1),(346,1885996800,0),(346,1901721600,1),(346,1917446400,0),(346,1933171200,1),(346,1948896000,0),(346,1964620800,1),(346,1980345600,0),(346,1996070400,1),(346,2011795200,0),(346,2027520000,1),(346,2043244800,0),(346,2058969600,1),(346,2075299200,0),(346,2091024000,1),(346,2106748800,0),(346,2122473600,1),(346,2138198400,0),(347,-1672558200,0),(347,-1665387000,1),(347,-883639800,0),(347,-876123000,1),(347,-860398200,0),(347,-844673400,1),(347,-828343800,0),(347,-813223800,1),(347,31501800,2),(347,57688200,0),(347,67969800,1),(347,89137800,0),(347,100024200,1),(347,120587400,0),(347,131473800,1),(347,152037000,0),(347,162923400,1),(347,183486600,0),(347,194977800,1),(347,215541000,0),(347,226427400,1),(347,246990600,0),(347,257877000,1),(347,278440200,0),(347,289326600,1),(347,309889800,0),(347,320776200,1),(347,341339400,0),(347,352225800,1),(347,372789000,0),(347,384280200,1),(347,404843400,0),(347,415729800,1),(347,436293000,0),(347,447179400,1),(347,467742600,0),(347,478629000,1),(347,499192200,0),(347,511288200,1),(347,530037000,0),(347,542737800,1),(347,562091400,0),(347,574792200,1),(347,594145800,0),(347,606241800,1),(347,625595400,0),(347,637691400,1),(347,657045000,0),(347,667931400,1),(347,688494600,0),(347,701195400,1),(347,719944200,0),(347,731435400,1),(347,751998600,0),(347,764094600,1),(347,783448200,0),(347,796149000,1),(347,814897800,0),(347,828203400,1),(347,846347400,0),(347,859653000,1),(347,877797000,0),(347,891102600,1),(347,909246600,0),(347,922552200,1),(347,941301000,0),(347,954001800,1),(347,972750600,0),(347,985451400,1),(347,1004200200,0),(347,1017505800,1),(347,1035649800,0),(347,1048955400,1),(347,1067099400,0),(347,1080405000,1),(347,1099153800,0),(347,1111854600,1),(347,1130603400,0),(347,1143909000,1),(347,1162053000,0),(347,1174753800,1),(347,1193502600,0),(347,1207413000,1),(347,1223137800,0),(347,1238862600,1),(347,1254587400,0),(347,1270312200,1),(347,1286037000,0),(347,1301761800,1),(347,1317486600,0),(347,1333211400,1),(347,1349541000,0),(347,1365265800,1),(347,1380990600,0),(347,1396715400,1),(347,1412440200,0),(347,1428165000,1),(347,1443889800,0),(347,1459614600,1),(347,1475339400,0),(347,1491064200,1),(347,1506789000,0),(347,1522513800,1),(347,1538843400,0),(347,1554568200,1),(347,1570293000,0),(347,1586017800,1),(347,1601742600,0),(347,1617467400,1),(347,1633192200,0),(347,1648917000,1),(347,1664641800,0),(347,1680366600,1),(347,1696091400,0),(347,1712421000,1),(347,1728145800,0),(347,1743870600,1),(347,1759595400,0),(347,1775320200,1),(347,1791045000,0),(347,1806769800,1),(347,1822494600,0),(347,1838219400,1),(347,1853944200,0),(347,1869669000,1),(347,1885998600,0),(347,1901723400,1),(347,1917448200,0),(347,1933173000,1),(347,1948897800,0),(347,1964622600,1),(347,1980347400,0),(347,1996072200,1),(347,2011797000,0),(347,2027521800,1),(347,2043246600,0),(347,2058971400,1),(347,2075301000,0),(347,2091025800,1),(347,2106750600,0),(347,2122475400,1),(347,2138200200,0),(348,-1672560000,0),(348,-1665388800,1),(348,-883641600,0),(348,-876124800,1),(348,-860400000,0),(348,-844675200,1),(348,-828345600,0),(348,-813225600,1),(348,31500000,2),(348,57686400,0),(348,67968000,1),(348,625593600,0),(348,636480000,1),(348,657043200,0),(348,667929600,1),(348,688492800,0),(348,699379200,1),(349,-1672558200,0),(349,-1665387000,1),(349,-883639800,0),(349,-876123000,1),(349,-860398200,0),(349,-844673400,1),(349,-828343800,0),(349,-813223800,1),(349,31501800,2),(349,57688200,0),(349,67969800,1),(349,89137800,0),(349,100024200,1),(349,120587400,0),(349,131473800,1),(349,152037000,0),(349,162923400,1),(349,183486600,0),(349,194977800,1),(349,215541000,0),(349,226427400,1),(349,246990600,0),(349,257877000,1),(349,278440200,0),(349,289326600,1),(349,309889800,0),(349,320776200,1),(349,341339400,0),(349,352225800,1),(349,372789000,0),(349,386699400,1),(349,404843400,0),(349,415729800,1),(349,436293000,0),(349,447179400,1),(349,467742600,0),(349,478629000,1),(349,499192200,0),(349,511288200,1),(349,530037000,0),(349,542737800,1),(349,562091400,0),(349,574792200,1),(349,594145800,0),(349,606241800,1),(349,625595400,0),(349,636481800,1),(349,657045000,0),(349,667931400,1),(349,688494600,0),(349,699381000,1),(349,719944200,0),(349,731435400,1),(349,751998600,0),(349,762885000,1),(349,783448200,0),(349,794334600,1),(349,814897800,0),(349,828203400,1),(349,846347400,0),(349,859653000,1),(349,877797000,0),(349,891102600,1),(349,909246600,0),(349,922552200,1),(349,941301000,0),(349,946647000,3),(349,954001800,1),(349,972750600,0),(349,985451400,1),(349,1004200200,0),(349,1017505800,1),(349,1035649800,0),(349,1048955400,1),(349,1067099400,0),(349,1080405000,1),(349,1099153800,0),(349,1111854600,1),(349,1130603400,0),(349,1143909000,1),(349,1162053000,0),(349,1174753800,1),(349,1193502600,0),(349,1207413000,1),(349,1223137800,0),(349,1238862600,1),(349,1254587400,0),(349,1270312200,1),(349,1286037000,0),(349,1301761800,1),(349,1317486600,0),(349,1333211400,1),(349,1349541000,0),(349,1365265800,1),(349,1380990600,0),(349,1396715400,1),(349,1412440200,0),(349,1428165000,1),(349,1443889800,0),(349,1459614600,1),(349,1475339400,0),(349,1491064200,1),(349,1506789000,0),(349,1522513800,1),(349,1538843400,0),(349,1554568200,1),(349,1570293000,0),(349,1586017800,1),(349,1601742600,0),(349,1617467400,1),(349,1633192200,0),(349,1648917000,1),(349,1664641800,0),(349,1680366600,1),(349,1696091400,0),(349,1712421000,1),(349,1728145800,0),(349,1743870600,1),(349,1759595400,0),(349,1775320200,1),(349,1791045000,0),(349,1806769800,1),(349,1822494600,0),(349,1838219400,1),(349,1853944200,0),(349,1869669000,1),(349,1885998600,0),(349,1901723400,1),(349,1917448200,0),(349,1933173000,1),(349,1948897800,0),(349,1964622600,1),(349,1980347400,0),(349,1996072200,1),(349,2011797000,0),(349,2027521800,1),(349,2043246600,0),(349,2058971400,1),(349,2075301000,0),(349,2091025800,1),(349,2106750600,0),(349,2122475400,1),(349,2138200200,0),(350,-1672560000,0),(350,-1665388800,1),(350,-883641600,0),(350,-876124800,1),(350,-860400000,0),(350,-844675200,1),(350,-828345600,0),(350,-813225600,1),(350,31500000,2),(350,57686400,0),(350,67968000,1),(350,89136000,0),(350,100022400,1),(350,120585600,0),(350,131472000,1),(350,152035200,0),(350,162921600,1),(350,183484800,0),(350,194976000,1),(350,215539200,0),(350,226425600,1),(350,246988800,0),(350,257875200,1),(350,278438400,0),(350,289324800,1),(350,309888000,0),(350,320774400,1),(350,341337600,0),(350,352224000,1),(350,372787200,0),(350,386697600,1),(350,404841600,0),(350,415728000,1),(350,436291200,0),(350,447177600,1),(350,467740800,0),(350,478627200,1),(350,499190400,0),(350,511286400,1),(350,530035200,0),(350,542736000,1),(350,562089600,0),(350,574790400,1),(350,594144000,0),(350,606240000,1),(350,625593600,0),(350,636480000,1),(350,657043200,0),(350,667929600,1),(350,688492800,0),(350,699379200,1),(350,719942400,0),(350,731433600,1),(350,751996800,0),(350,762883200,1),(350,783446400,0),(350,794332800,1),(350,814896000,0),(350,828201600,1),(350,846345600,0),(350,859651200,1),(350,877795200,0),(350,891100800,1),(350,909244800,0),(350,922550400,1),(350,941299200,0),(350,954000000,1),(350,967305600,0),(350,985449600,1),(350,1004198400,0),(350,1017504000,1),(350,1035648000,0),(350,1048953600,1),(350,1067097600,0),(350,1080403200,1),(350,1099152000,0),(350,1111852800,1),(350,1130601600,0),(350,1143907200,1),(350,1162051200,0),(350,1174752000,1),(350,1193500800,0),(350,1207411200,1),(350,1223136000,0),(350,1238860800,1),(350,1254585600,0),(350,1270310400,1),(350,1286035200,0),(350,1301760000,1),(350,1317484800,0),(350,1333209600,1),(350,1349539200,0),(350,1365264000,1),(350,1380988800,0),(350,1396713600,1),(350,1412438400,0),(350,1428163200,1),(350,1443888000,0),(350,1459612800,1),(350,1475337600,0),(350,1491062400,1),(350,1506787200,0),(350,1522512000,1),(350,1538841600,0),(350,1554566400,1),(350,1570291200,0),(350,1586016000,1),(350,1601740800,0),(350,1617465600,1),(350,1633190400,0),(350,1648915200,1),(350,1664640000,0),(350,1680364800,1),(350,1696089600,0),(350,1712419200,1),(350,1728144000,0),(350,1743868800,1),(350,1759593600,0),(350,1775318400,1),(350,1791043200,0),(350,1806768000,1),(350,1822492800,0),(350,1838217600,1),(350,1853942400,0),(350,1869667200,1),(350,1885996800,0),(350,1901721600,1),(350,1917446400,0),(350,1933171200,1),(350,1948896000,0),(350,1964620800,1),(350,1980345600,0),(350,1996070400,1),(350,2011795200,0),(350,2027520000,1),(350,2043244800,0),(350,2058969600,1),(350,2075299200,0),(350,2091024000,1),(350,2106748800,0),(350,2122473600,1),(350,2138198400,0),(351,-1680508800,0),(351,-1665388800,1),(351,-1646640000,0),(351,-1635753600,1),(351,-1615190400,0),(351,-1604304000,1),(351,-1583920800,2),(351,-883641600,0),(351,-876124800,1),(351,-860400000,0),(351,-844675200,1),(351,-828345600,0),(351,-813225600,1),(351,-94730400,2),(351,-71136000,0),(351,-55411200,1),(351,-37267200,0),(351,-25776000,1),(351,-5817600,0),(351,5673600,1),(351,25632000,0),(351,37728000,1),(351,57686400,0),(351,67968000,1),(351,89136000,0),(351,100022400,1),(351,120585600,0),(351,131472000,1),(351,152035200,0),(351,162921600,1),(351,183484800,0),(351,194976000,1),(351,215539200,0),(351,226425600,1),(351,246988800,0),(351,257875200,1),(351,278438400,0),(351,289324800,1),(351,309888000,0),(351,320774400,1),(351,341337600,0),(351,352224000,1),(351,372787200,0),(351,386092800,1),(351,404841600,0),(351,417542400,1),(351,436291200,0),(351,447177600,1),(351,467740800,0),(351,478627200,1),(351,499190400,0),(351,510076800,1),(351,530035200,0),(351,542736000,1),(351,562089600,0),(351,574790400,1),(351,594144000,0),(351,606240000,1),(351,625593600,0),(351,637689600,1),(351,657043200,0),(351,670348800,1),(351,686678400,0),(351,701798400,1),(351,718128000,0),(351,733248000,1),(351,749577600,0),(351,764697600,1),(351,781027200,0),(351,796147200,1),(351,812476800,0),(351,828201600,1),(351,844531200,0),(351,859651200,1),(351,875980800,0),(351,891100800,1),(351,907430400,0),(351,922550400,1),(351,938880000,0),(351,954000000,1),(351,967305600,0),(351,985449600,1),(351,1002384000,0),(351,1017504000,1),(351,1033833600,0),(351,1048953600,1),(351,1065283200,0),(351,1080403200,1),(351,1096732800,0),(351,1111852800,1),(351,1128182400,0),(351,1143907200,1),(351,1159632000,0),(351,1174752000,1),(351,1191686400,0),(351,1207411200,1),(351,1223136000,0),(351,1238860800,1),(351,1254585600,0),(351,1270310400,1),(351,1286035200,0),(351,1301760000,1),(351,1317484800,0),(351,1333209600,1),(351,1349539200,0),(351,1365264000,1),(351,1380988800,0),(351,1396713600,1),(351,1412438400,0),(351,1428163200,1),(351,1443888000,0),(351,1459612800,1),(351,1475337600,0),(351,1491062400,1),(351,1506787200,0),(351,1522512000,1),(351,1538841600,0),(351,1554566400,1),(351,1570291200,0),(351,1586016000,1),(351,1601740800,0),(351,1617465600,1),(351,1633190400,0),(351,1648915200,1),(351,1664640000,0),(351,1680364800,1),(351,1696089600,0),(351,1712419200,1),(351,1728144000,0),(351,1743868800,1),(351,1759593600,0),(351,1775318400,1),(351,1791043200,0),(351,1806768000,1),(351,1822492800,0),(351,1838217600,1),(351,1853942400,0),(351,1869667200,1),(351,1885996800,0),(351,1901721600,1),(351,1917446400,0),(351,1933171200,1),(351,1948896000,0),(351,1964620800,1),(351,1980345600,0),(351,1996070400,1),(351,2011795200,0),(351,2027520000,1),(351,2043244800,0),(351,2058969600,1),(351,2075299200,0),(351,2091024000,1),(351,2106748800,0),(351,2122473600,1),(351,2138198400,0),(352,-1672558200,0),(352,-1665387000,1),(352,-883639800,0),(352,-876123000,1),(352,-860398200,0),(352,-844673400,1),(352,-828343800,0),(352,-813223800,1),(353,-1672555500,0),(353,-1665384300,1),(353,-883637100,0),(353,-876120300,1),(353,-860395500,0),(353,-844670700,1),(353,-836469900,2),(353,152039700,0),(353,162926100,1),(353,436295700,0),(353,447182100,1),(353,690311700,0),(353,699383700,1),(353,1165079700,0),(353,1174756500,1),(353,1193505300,0),(353,1206810900,1),(353,1224954900,0),(353,1238260500,1),(354,-1680508800,0),(354,-1665388800,1),(354,-1646640000,0),(354,-1635753600,1),(354,-1615190400,0),(354,-1604304000,1),(354,-1583920800,2),(354,-883641600,0),(354,-876124800,1),(354,-860400000,0),(354,-844675200,1),(354,-828345600,0),(354,-813225600,1),(354,-94730400,2),(354,-71136000,0),(354,-55411200,1),(354,-37267200,0),(354,-25776000,1),(354,-5817600,0),(354,5673600,1),(354,25632000,0),(354,37728000,1),(354,57686400,0),(354,67968000,1),(354,89136000,0),(354,100022400,1),(354,120585600,0),(354,131472000,1),(354,152035200,0),(354,162921600,1),(354,183484800,0),(354,194976000,1),(354,215539200,0),(354,226425600,1),(354,246988800,0),(354,257875200,1),(354,278438400,0),(354,289324800,1),(354,309888000,0),(354,320774400,1),(354,341337600,0),(354,352224000,1),(354,372787200,0),(354,386092800,1),(354,404841600,0),(354,417542400,1),(354,436291200,0),(354,447177600,1),(354,467740800,0),(354,478627200,1),(354,499190400,0),(354,510076800,1),(354,530035200,0),(354,542736000,1),(354,562089600,0),(354,574790400,1),(354,594144000,0),(354,606240000,1),(354,625593600,0),(354,637689600,1),(354,657043200,0),(354,670348800,1),(354,686678400,0),(354,701798400,1),(354,718128000,0),(354,733248000,1),(354,749577600,0),(354,764697600,1),(354,781027200,0),(354,796147200,1),(354,812476800,0),(354,828201600,1),(354,844531200,0),(354,859651200,1),(354,875980800,0),(354,891100800,1),(354,907430400,0),(354,922550400,1),(354,938880000,0),(354,954000000,1),(354,967305600,0),(354,985449600,1),(354,1002384000,0),(354,1017504000,1),(354,1033833600,0),(354,1048953600,1),(354,1065283200,0),(354,1080403200,1),(354,1096732800,0),(354,1111852800,1),(354,1128182400,0),(354,1143907200,1),(354,1159632000,0),(354,1174752000,1),(354,1191686400,0),(354,1207411200,1),(354,1223136000,0),(354,1238860800,1),(354,1254585600,0),(354,1270310400,1),(354,1286035200,0),(354,1301760000,1),(354,1317484800,0),(354,1333209600,1),(354,1349539200,0),(354,1365264000,1),(354,1380988800,0),(354,1396713600,1),(354,1412438400,0),(354,1428163200,1),(354,1443888000,0),(354,1459612800,1),(354,1475337600,0),(354,1491062400,1),(354,1506787200,0),(354,1522512000,1),(354,1538841600,0),(354,1554566400,1),(354,1570291200,0),(354,1586016000,1),(354,1601740800,0),(354,1617465600,1),(354,1633190400,0),(354,1648915200,1),(354,1664640000,0),(354,1680364800,1),(354,1696089600,0),(354,1712419200,1),(354,1728144000,0),(354,1743868800,1),(354,1759593600,0),(354,1775318400,1),(354,1791043200,0),(354,1806768000,1),(354,1822492800,0),(354,1838217600,1),(354,1853942400,0),(354,1869667200,1),(354,1885996800,0),(354,1901721600,1),(354,1917446400,0),(354,1933171200,1),(354,1948896000,0),(354,1964620800,1),(354,1980345600,0),(354,1996070400,1),(354,2011795200,0),(354,2027520000,1),(354,2043244800,0),(354,2058969600,1),(354,2075299200,0),(354,2091024000,1),(354,2106748800,0),(354,2122473600,1),(354,2138198400,0),(355,352216800,2),(355,372785400,1),(355,384273000,2),(355,404839800,1),(355,415722600,2),(355,436289400,1),(355,447172200,2),(355,467739000,1),(355,478621800,2),(355,499188600,3),(355,511282800,2),(355,530033400,3),(355,542732400,2),(355,562087800,3),(355,574786800,2),(355,594142200,3),(355,606236400,2),(355,625591800,3),(355,636476400,2),(355,657041400,3),(355,667926000,2),(355,688491000,3),(355,699375600,2),(355,719940600,3),(355,731430000,2),(355,751995000,3),(355,762879600,2),(355,783444600,3),(355,794329200,2),(355,814894200,3),(355,828198000,2),(355,846343800,3),(355,859647600,2),(355,877793400,3),(355,891097200,2),(355,909243000,3),(355,922546800,2),(355,941297400,3),(355,953996400,2),(355,967303800,3),(355,985446000,2),(355,1004196600,3),(355,1017500400,2),(355,1035646200,3),(355,1048950000,2),(355,1067095800,3),(355,1080399600,2),(355,1099150200,3),(355,1111849200,2),(355,1130599800,3),(355,1143903600,2),(355,1162049400,3),(355,1174748400,2),(355,1193499000,3),(355,1207407600,2),(355,1223134200,3),(355,1238857200,2),(355,1254583800,3),(355,1270306800,2),(355,1286033400,3),(355,1301756400,2),(355,1317483000,3),(355,1333206000,2),(355,1349537400,3),(355,1365260400,2),(355,1380987000,3),(355,1396710000,2),(355,1412436600,3),(355,1428159600,2),(355,1443886200,3),(355,1459609200,2),(355,1475335800,3),(355,1491058800,2),(355,1506785400,3),(355,1522508400,2),(355,1538839800,3),(355,1554562800,2),(355,1570289400,3),(355,1586012400,2),(355,1601739000,3),(355,1617462000,2),(355,1633188600,3),(355,1648911600,2),(355,1664638200,3),(355,1680361200,2),(355,1696087800,3),(355,1712415600,2),(355,1728142200,3),(355,1743865200,2),(355,1759591800,3),(355,1775314800,2),(355,1791041400,3),(355,1806764400,2),(355,1822491000,3),(355,1838214000,2),(355,1853940600,3),(355,1869663600,2),(355,1885995000,3),(355,1901718000,2),(355,1917444600,3),(355,1933167600,2),(355,1948894200,3),(355,1964617200,2),(355,1980343800,3),(355,1996066800,2),(355,2011793400,3),(355,2027516400,2),(355,2043243000,3),(355,2058966000,2),(355,2075297400,3),(355,2091020400,2),(355,2106747000,3),(355,2122470000,2),(355,2138196600,3),(356,-1672560000,0),(356,-1665388800,1),(356,-883641600,0),(356,-876124800,1),(356,-860400000,0),(356,-844675200,1),(356,-828345600,0),(356,-813225600,1),(356,31500000,2),(356,57686400,0),(356,67968000,1),(356,625593600,0),(356,636480000,1),(356,657043200,0),(356,667929600,1),(356,688492800,0),(356,699379200,1),(356,709912800,2),(356,719942400,0),(356,731433600,1),(356,751996800,0),(356,762883200,1),(357,352216800,2),(357,372785400,1),(357,384273000,2),(357,404839800,1),(357,415722600,2),(357,436289400,1),(357,447172200,2),(357,467739000,1),(357,478621800,2),(357,499188600,3),(357,511282800,2),(357,530033400,3),(357,542732400,2),(357,562087800,3),(357,574786800,2),(357,594142200,3),(357,606236400,2),(357,625591800,3),(357,636476400,2),(357,657041400,3),(357,667926000,2),(357,688491000,3),(357,699375600,2),(357,719940600,3),(357,731430000,2),(357,751995000,3),(357,762879600,2),(357,783444600,3),(357,794329200,2),(357,814894200,3),(357,828198000,2),(357,846343800,3),(357,859647600,2),(357,877793400,3),(357,891097200,2),(357,909243000,3),(357,922546800,2),(357,941297400,3),(357,953996400,2),(357,967303800,3),(357,985446000,2),(357,1004196600,3),(357,1017500400,2),(357,1035646200,3),(357,1048950000,2),(357,1067095800,3),(357,1080399600,2),(357,1099150200,3),(357,1111849200,2),(357,1130599800,3),(357,1143903600,2),(357,1162049400,3),(357,1174748400,2),(357,1193499000,3),(357,1207407600,2),(357,1223134200,3),(357,1238857200,2),(357,1254583800,3),(357,1270306800,2),(357,1286033400,3),(357,1301756400,2),(357,1317483000,3),(357,1333206000,2),(357,1349537400,3),(357,1365260400,2),(357,1380987000,3),(357,1396710000,2),(357,1412436600,3),(357,1428159600,2),(357,1443886200,3),(357,1459609200,2),(357,1475335800,3),(357,1491058800,2),(357,1506785400,3),(357,1522508400,2),(357,1538839800,3),(357,1554562800,2),(357,1570289400,3),(357,1586012400,2),(357,1601739000,3),(357,1617462000,2),(357,1633188600,3),(357,1648911600,2),(357,1664638200,3),(357,1680361200,2),(357,1696087800,3),(357,1712415600,2),(357,1728142200,3),(357,1743865200,2),(357,1759591800,3),(357,1775314800,2),(357,1791041400,3),(357,1806764400,2),(357,1822491000,3),(357,1838214000,2),(357,1853940600,3),(357,1869663600,2),(357,1885995000,3),(357,1901718000,2),(357,1917444600,3),(357,1933167600,2),(357,1948894200,3),(357,1964617200,2),(357,1980343800,3),(357,1996066800,2),(357,2011793400,3),(357,2027516400,2),(357,2043243000,3),(357,2058966000,2),(357,2075297400,3),(357,2091020400,2),(357,2106747000,3),(357,2122470000,2),(357,2138196600,3),(358,-1672560000,0),(358,-1665388800,1),(358,-883641600,0),(358,-876124800,1),(358,-860400000,0),(358,-844675200,1),(358,-828345600,0),(358,-813225600,1),(358,31500000,2),(358,57686400,0),(358,67968000,1),(358,89136000,0),(358,100022400,1),(358,120585600,0),(358,131472000,1),(358,152035200,0),(358,162921600,1),(358,183484800,0),(358,194976000,1),(358,215539200,0),(358,226425600,1),(358,246988800,0),(358,257875200,1),(358,278438400,0),(358,289324800,1),(358,309888000,0),(358,320774400,1),(358,341337600,0),(358,352224000,1),(358,372787200,0),(358,384278400,1),(358,404841600,0),(358,415728000,1),(358,436291200,0),(358,447177600,1),(358,467740800,0),(358,478627200,1),(358,499190400,0),(358,511286400,1),(358,530035200,0),(358,542736000,1),(358,561484800,0),(358,574790400,1),(358,594144000,0),(358,606240000,1),(358,625593600,0),(358,637689600,1),(358,657043200,0),(358,667929600,1),(358,688492800,0),(358,699379200,1),(358,719942400,0),(358,731433600,1),(358,751996800,0),(358,762883200,1),(358,783446400,0),(358,796147200,1),(358,814896000,0),(358,828201600,1),(358,846345600,0),(358,859651200,1),(358,877795200,0),(358,891100800,1),(358,909244800,0),(358,922550400,1),(358,941299200,0),(358,954000000,1),(358,967305600,0),(358,985449600,1),(358,1004198400,0),(358,1017504000,1),(358,1035648000,0),(358,1048953600,1),(358,1067097600,0),(358,1080403200,1),(358,1099152000,0),(358,1111852800,1),(358,1130601600,0),(358,1143907200,1),(358,1162051200,0),(358,1174752000,1),(358,1193500800,0),(358,1207411200,1),(358,1223136000,0),(358,1238860800,1),(358,1254585600,0),(358,1270310400,1),(358,1286035200,0),(358,1301760000,1),(358,1317484800,0),(358,1333209600,1),(358,1349539200,0),(358,1365264000,1),(358,1380988800,0),(358,1396713600,1),(358,1412438400,0),(358,1428163200,1),(358,1443888000,0),(358,1459612800,1),(358,1475337600,0),(358,1491062400,1),(358,1506787200,0),(358,1522512000,1),(358,1538841600,0),(358,1554566400,1),(358,1570291200,0),(358,1586016000,1),(358,1601740800,0),(358,1617465600,1),(358,1633190400,0),(358,1648915200,1),(358,1664640000,0),(358,1680364800,1),(358,1696089600,0),(358,1712419200,1),(358,1728144000,0),(358,1743868800,1),(358,1759593600,0),(358,1775318400,1),(358,1791043200,0),(358,1806768000,1),(358,1822492800,0),(358,1838217600,1),(358,1853942400,0),(358,1869667200,1),(358,1885996800,0),(358,1901721600,1),(358,1917446400,0),(358,1933171200,1),(358,1948896000,0),(358,1964620800,1),(358,1980345600,0),(358,1996070400,1),(358,2011795200,0),(358,2027520000,1),(358,2043244800,0),(358,2058969600,1),(358,2075299200,0),(358,2091024000,1),(358,2106748800,0),(358,2122473600,1),(358,2138198400,0),(359,-1672560000,0),(359,-1665388800,1),(359,-883641600,0),(359,-876124800,1),(359,-860400000,0),(359,-844675200,1),(359,-828345600,0),(359,-813225600,1),(359,31500000,2),(359,57686400,0),(359,67968000,1),(359,89136000,0),(359,100022400,1),(359,120585600,0),(359,131472000,1),(359,152035200,0),(359,162921600,1),(359,183484800,0),(359,194976000,1),(359,215539200,0),(359,226425600,1),(359,246988800,0),(359,257875200,1),(359,278438400,0),(359,289324800,1),(359,309888000,0),(359,320774400,1),(359,341337600,0),(359,352224000,1),(359,372787200,0),(359,386697600,1),(359,404841600,0),(359,415728000,1),(359,436291200,0),(359,447177600,1),(359,467740800,0),(359,478627200,1),(359,499190400,0),(359,511286400,1),(359,530035200,0),(359,542736000,1),(359,562089600,0),(359,574790400,1),(359,594144000,0),(359,606240000,1),(359,625593600,0),(359,636480000,1),(359,657043200,0),(359,667929600,1),(359,688492800,0),(359,699379200,1),(359,719942400,0),(359,731433600,1),(359,751996800,0),(359,762883200,1),(359,783446400,0),(359,794332800,1),(359,814896000,0),(359,828201600,1),(359,846345600,0),(359,859651200,1),(359,877795200,0),(359,891100800,1),(359,909244800,0),(359,922550400,1),(359,941299200,0),(359,954000000,1),(359,967305600,0),(359,985449600,1),(359,1004198400,0),(359,1017504000,1),(359,1035648000,0),(359,1048953600,1),(359,1067097600,0),(359,1080403200,1),(359,1099152000,0),(359,1111852800,1),(359,1130601600,0),(359,1143907200,1),(359,1162051200,0),(359,1174752000,1),(359,1193500800,0),(359,1207411200,1),(359,1223136000,0),(359,1238860800,1),(359,1254585600,0),(359,1270310400,1),(359,1286035200,0),(359,1301760000,1),(359,1317484800,0),(359,1333209600,1),(359,1349539200,0),(359,1365264000,1),(359,1380988800,0),(359,1396713600,1),(359,1412438400,0),(359,1428163200,1),(359,1443888000,0),(359,1459612800,1),(359,1475337600,0),(359,1491062400,1),(359,1506787200,0),(359,1522512000,1),(359,1538841600,0),(359,1554566400,1),(359,1570291200,0),(359,1586016000,1),(359,1601740800,0),(359,1617465600,1),(359,1633190400,0),(359,1648915200,1),(359,1664640000,0),(359,1680364800,1),(359,1696089600,0),(359,1712419200,1),(359,1728144000,0),(359,1743868800,1),(359,1759593600,0),(359,1775318400,1),(359,1791043200,0),(359,1806768000,1),(359,1822492800,0),(359,1838217600,1),(359,1853942400,0),(359,1869667200,1),(359,1885996800,0),(359,1901721600,1),(359,1917446400,0),(359,1933171200,1),(359,1948896000,0),(359,1964620800,1),(359,1980345600,0),(359,1996070400,1),(359,2011795200,0),(359,2027520000,1),(359,2043244800,0),(359,2058969600,1),(359,2075299200,0),(359,2091024000,1),(359,2106748800,0),(359,2122473600,1),(359,2138198400,0),(360,-1672558200,0),(360,-1665387000,1),(360,-883639800,0),(360,-876123000,1),(360,-860398200,0),(360,-844673400,1),(360,-828343800,0),(360,-813223800,1),(361,-1672552800,0),(361,-1665381600,1),(361,-883634400,0),(361,-876117600,1),(361,-860392800,0),(361,-844668000,1),(361,-836467200,2),(361,152042400,0),(361,162928800,1),(361,436298400,0),(361,447184800,1),(361,690314400,0),(361,699386400,1),(361,1165082400,0),(361,1174759200,1),(361,1193508000,0),(361,1206813600,1),(361,1224957600,0),(361,1238263200,1),(362,-1672560000,0),(362,-1665388800,1),(362,-883641600,0),(362,-876124800,1),(362,-860400000,0),(362,-844675200,1),(362,-828345600,0),(362,-813225600,1),(362,31500000,2),(362,57686400,0),(362,67968000,1),(362,625593600,0),(362,636480000,1),(362,657043200,0),(362,667929600,1),(362,688492800,0),(362,699379200,1),(363,-1672558200,0),(363,-1665387000,1),(363,-883639800,0),(363,-876123000,1),(363,-860398200,0),(363,-844673400,1),(363,-828343800,0),(363,-813223800,1),(363,31501800,2),(363,57688200,0),(363,67969800,1),(363,89137800,0),(363,100024200,1),(363,120587400,0),(363,131473800,1),(363,152037000,0),(363,162923400,1),(363,183486600,0),(363,194977800,1),(363,215541000,0),(363,226427400,1),(363,246990600,0),(363,257877000,1),(363,278440200,0),(363,289326600,1),(363,309889800,0),(363,320776200,1),(363,341339400,0),(363,352225800,1),(363,372789000,0),(363,384280200,1),(363,404843400,0),(363,415729800,1),(363,436293000,0),(363,447179400,1),(363,467742600,0),(363,478629000,1),(363,499192200,0),(363,511288200,1),(363,530037000,0),(363,542737800,1),(363,562091400,0),(363,574792200,1),(363,594145800,0),(363,606241800,1),(363,625595400,0),(363,637691400,1),(363,657045000,0),(363,667931400,1),(363,688494600,0),(363,701195400,1),(363,719944200,0),(363,731435400,1),(363,751998600,0),(363,764094600,1),(363,783448200,0),(363,796149000,1),(363,814897800,0),(363,828203400,1),(363,846347400,0),(363,859653000,1),(363,877797000,0),(363,891102600,1),(363,909246600,0),(363,922552200,1),(363,941301000,0),(363,954001800,1),(363,972750600,0),(363,985451400,1),(363,1004200200,0),(363,1017505800,1),(363,1035649800,0),(363,1048955400,1),(363,1067099400,0),(363,1080405000,1),(363,1099153800,0),(363,1111854600,1),(363,1130603400,0),(363,1143909000,1),(363,1162053000,0),(363,1174753800,1),(363,1193502600,0),(363,1207413000,1),(363,1223137800,0),(363,1238862600,1),(363,1254587400,0),(363,1270312200,1),(363,1286037000,0),(363,1301761800,1),(363,1317486600,0),(363,1333211400,1),(363,1349541000,0),(363,1365265800,1),(363,1380990600,0),(363,1396715400,1),(363,1412440200,0),(363,1428165000,1),(363,1443889800,0),(363,1459614600,1),(363,1475339400,0),(363,1491064200,1),(363,1506789000,0),(363,1522513800,1),(363,1538843400,0),(363,1554568200,1),(363,1570293000,0),(363,1586017800,1),(363,1601742600,0),(363,1617467400,1),(363,1633192200,0),(363,1648917000,1),(363,1664641800,0),(363,1680366600,1),(363,1696091400,0),(363,1712421000,1),(363,1728145800,0),(363,1743870600,1),(363,1759595400,0),(363,1775320200,1),(363,1791045000,0),(363,1806769800,1),(363,1822494600,0),(363,1838219400,1),(363,1853944200,0),(363,1869669000,1),(363,1885998600,0),(363,1901723400,1),(363,1917448200,0),(363,1933173000,1),(363,1948897800,0),(363,1964622600,1),(363,1980347400,0),(363,1996072200,1),(363,2011797000,0),(363,2027521800,1),(363,2043246600,0),(363,2058971400,1),(363,2075301000,0),(363,2091025800,1),(363,2106750600,0),(363,2122475400,1),(363,2138200200,0),(364,-1672560000,0),(364,-1665388800,1),(364,-883641600,0),(364,-876124800,1),(364,-860400000,0),(364,-844675200,1),(364,-828345600,0),(364,-813225600,1),(364,31500000,2),(364,57686400,0),(364,67968000,1),(364,89136000,0),(364,100022400,1),(364,120585600,0),(364,131472000,1),(364,152035200,0),(364,162921600,1),(364,183484800,0),(364,194976000,1),(364,215539200,0),(364,226425600,1),(364,246988800,0),(364,257875200,1),(364,278438400,0),(364,289324800,1),(364,309888000,0),(364,320774400,1),(364,341337600,0),(364,352224000,1),(364,372787200,0),(364,386697600,1),(364,404841600,0),(364,415728000,1),(364,436291200,0),(364,447177600,1),(364,467740800,0),(364,478627200,1),(364,499190400,0),(364,511286400,1),(364,530035200,0),(364,542736000,1),(364,562089600,0),(364,574790400,1),(364,594144000,0),(364,606240000,1),(364,625593600,0),(364,636480000,1),(364,657043200,0),(364,667929600,1),(364,688492800,0),(364,699379200,1),(364,719942400,0),(364,731433600,1),(364,751996800,0),(364,762883200,1),(364,783446400,0),(364,794332800,1),(364,814896000,0),(364,828201600,1),(364,846345600,0),(364,859651200,1),(364,877795200,0),(364,891100800,1),(364,909244800,0),(364,922550400,1),(364,941299200,0),(364,954000000,1),(364,967305600,0),(364,985449600,1),(364,1004198400,0),(364,1017504000,1),(364,1035648000,0),(364,1048953600,1),(364,1067097600,0),(364,1080403200,1),(364,1099152000,0),(364,1111852800,1),(364,1130601600,0),(364,1143907200,1),(364,1162051200,0),(364,1174752000,1),(364,1193500800,0),(364,1207411200,1),(364,1223136000,0),(364,1238860800,1),(364,1254585600,0),(364,1270310400,1),(364,1286035200,0),(364,1301760000,1),(364,1317484800,0),(364,1333209600,1),(364,1349539200,0),(364,1365264000,1),(364,1380988800,0),(364,1396713600,1),(364,1412438400,0),(364,1428163200,1),(364,1443888000,0),(364,1459612800,1),(364,1475337600,0),(364,1491062400,1),(364,1506787200,0),(364,1522512000,1),(364,1538841600,0),(364,1554566400,1),(364,1570291200,0),(364,1586016000,1),(364,1601740800,0),(364,1617465600,1),(364,1633190400,0),(364,1648915200,1),(364,1664640000,0),(364,1680364800,1),(364,1696089600,0),(364,1712419200,1),(364,1728144000,0),(364,1743868800,1),(364,1759593600,0),(364,1775318400,1),(364,1791043200,0),(364,1806768000,1),(364,1822492800,0),(364,1838217600,1),(364,1853942400,0),(364,1869667200,1),(364,1885996800,0),(364,1901721600,1),(364,1917446400,0),(364,1933171200,1),(364,1948896000,0),(364,1964620800,1),(364,1980345600,0),(364,1996070400,1),(364,2011795200,0),(364,2027520000,1),(364,2043244800,0),(364,2058969600,1),(364,2075299200,0),(364,2091024000,1),(364,2106748800,0),(364,2122473600,1),(364,2138198400,0),(365,-1680508800,0),(365,-1665388800,1),(365,-1646640000,0),(365,-1635753600,1),(365,-1615190400,0),(365,-1604304000,1),(365,-1583920800,2),(365,-883641600,0),(365,-876124800,1),(365,-860400000,0),(365,-844675200,1),(365,-828345600,0),(365,-813225600,1),(365,-94730400,2),(365,-71136000,0),(365,-55411200,1),(365,-37267200,0),(365,-25776000,1),(365,-5817600,0),(365,5673600,1),(365,25632000,0),(365,37728000,1),(365,57686400,0),(365,67968000,1),(365,89136000,0),(365,100022400,1),(365,120585600,0),(365,131472000,1),(365,152035200,0),(365,162921600,1),(365,183484800,0),(365,194976000,1),(365,215539200,0),(365,226425600,1),(365,246988800,0),(365,257875200,1),(365,278438400,0),(365,289324800,1),(365,309888000,0),(365,320774400,1),(365,341337600,0),(365,352224000,1),(365,372787200,0),(365,386092800,1),(365,404841600,0),(365,417542400,1),(365,436291200,0),(365,447177600,1),(365,467740800,0),(365,478627200,1),(365,499190400,0),(365,510076800,1),(365,530035200,0),(365,542736000,1),(365,562089600,0),(365,574790400,1),(365,594144000,0),(365,606240000,1),(365,625593600,0),(365,637689600,1),(365,657043200,0),(365,670348800,1),(365,686678400,0),(365,701798400,1),(365,718128000,0),(365,733248000,1),(365,749577600,0),(365,764697600,1),(365,781027200,0),(365,796147200,1),(365,812476800,0),(365,828201600,1),(365,844531200,0),(365,859651200,1),(365,875980800,0),(365,891100800,1),(365,907430400,0),(365,922550400,1),(365,938880000,0),(365,954000000,1),(365,967305600,0),(365,985449600,1),(365,1002384000,0),(365,1017504000,1),(365,1033833600,0),(365,1048953600,1),(365,1065283200,0),(365,1080403200,1),(365,1096732800,0),(365,1111852800,1),(365,1128182400,0),(365,1143907200,1),(365,1159632000,0),(365,1174752000,1),(365,1191686400,0),(365,1207411200,1),(365,1223136000,0),(365,1238860800,1),(365,1254585600,0),(365,1270310400,1),(365,1286035200,0),(365,1301760000,1),(365,1317484800,0),(365,1333209600,1),(365,1349539200,0),(365,1365264000,1),(365,1380988800,0),(365,1396713600,1),(365,1412438400,0),(365,1428163200,1),(365,1443888000,0),(365,1459612800,1),(365,1475337600,0),(365,1491062400,1),(365,1506787200,0),(365,1522512000,1),(365,1538841600,0),(365,1554566400,1),(365,1570291200,0),(365,1586016000,1),(365,1601740800,0),(365,1617465600,1),(365,1633190400,0),(365,1648915200,1),(365,1664640000,0),(365,1680364800,1),(365,1696089600,0),(365,1712419200,1),(365,1728144000,0),(365,1743868800,1),(365,1759593600,0),(365,1775318400,1),(365,1791043200,0),(365,1806768000,1),(365,1822492800,0),(365,1838217600,1),(365,1853942400,0),(365,1869667200,1),(365,1885996800,0),(365,1901721600,1),(365,1917446400,0),(365,1933171200,1),(365,1948896000,0),(365,1964620800,1),(365,1980345600,0),(365,1996070400,1),(365,2011795200,0),(365,2027520000,1),(365,2043244800,0),(365,2058969600,1),(365,2075299200,0),(365,2091024000,1),(365,2106748800,0),(365,2122473600,1),(365,2138198400,0),(366,-1672560000,0),(366,-1665388800,1),(366,-883641600,0),(366,-876124800,1),(366,-860400000,0),(366,-844675200,1),(366,-828345600,0),(366,-813225600,1),(366,31500000,2),(366,57686400,0),(366,67968000,1),(366,89136000,0),(366,100022400,1),(366,120585600,0),(366,131472000,1),(366,152035200,0),(366,162921600,1),(366,183484800,0),(366,194976000,1),(366,215539200,0),(366,226425600,1),(366,246988800,0),(366,257875200,1),(366,278438400,0),(366,289324800,1),(366,309888000,0),(366,320774400,1),(366,341337600,0),(366,352224000,1),(366,372787200,0),(366,384278400,1),(366,404841600,0),(366,415728000,1),(366,436291200,0),(366,447177600,1),(366,467740800,0),(366,478627200,1),(366,499190400,0),(366,511286400,1),(366,530035200,0),(366,542736000,1),(366,561484800,0),(366,574790400,1),(366,594144000,0),(366,606240000,1),(366,625593600,0),(366,637689600,1),(366,657043200,0),(366,667929600,1),(366,688492800,0),(366,699379200,1),(366,719942400,0),(366,731433600,1),(366,751996800,0),(366,762883200,1),(366,783446400,0),(366,796147200,1),(366,814896000,0),(366,828201600,1),(366,846345600,0),(366,859651200,1),(366,877795200,0),(366,891100800,1),(366,909244800,0),(366,922550400,1),(366,941299200,0),(366,954000000,1),(366,967305600,0),(366,985449600,1),(366,1004198400,0),(366,1017504000,1),(366,1035648000,0),(366,1048953600,1),(366,1067097600,0),(366,1080403200,1),(366,1099152000,0),(366,1111852800,1),(366,1130601600,0),(366,1143907200,1),(366,1162051200,0),(366,1174752000,1),(366,1193500800,0),(366,1207411200,1),(366,1223136000,0),(366,1238860800,1),(366,1254585600,0),(366,1270310400,1),(366,1286035200,0),(366,1301760000,1),(366,1317484800,0),(366,1333209600,1),(366,1349539200,0),(366,1365264000,1),(366,1380988800,0),(366,1396713600,1),(366,1412438400,0),(366,1428163200,1),(366,1443888000,0),(366,1459612800,1),(366,1475337600,0),(366,1491062400,1),(366,1506787200,0),(366,1522512000,1),(366,1538841600,0),(366,1554566400,1),(366,1570291200,0),(366,1586016000,1),(366,1601740800,0),(366,1617465600,1),(366,1633190400,0),(366,1648915200,1),(366,1664640000,0),(366,1680364800,1),(366,1696089600,0),(366,1712419200,1),(366,1728144000,0),(366,1743868800,1),(366,1759593600,0),(366,1775318400,1),(366,1791043200,0),(366,1806768000,1),(366,1822492800,0),(366,1838217600,1),(366,1853942400,0),(366,1869667200,1),(366,1885996800,0),(366,1901721600,1),(366,1917446400,0),(366,1933171200,1),(366,1948896000,0),(366,1964620800,1),(366,1980345600,0),(366,1996070400,1),(366,2011795200,0),(366,2027520000,1),(366,2043244800,0),(366,2058969600,1),(366,2075299200,0),(366,2091024000,1),(366,2106748800,0),(366,2122473600,1),(366,2138198400,0),(367,-1672552800,0),(367,-1665381600,1),(367,-883634400,0),(367,-876117600,1),(367,-860392800,0),(367,-844668000,1),(367,-836467200,2),(367,152042400,0),(367,162928800,1),(367,436298400,0),(367,447184800,1),(367,690314400,0),(367,699386400,1),(367,1165082400,0),(367,1174759200,1),(367,1193508000,0),(367,1206813600,1),(367,1224957600,0),(367,1238263200,1),(368,-1672558200,0),(368,-1665387000,1),(368,-883639800,0),(368,-876123000,1),(368,-860398200,0),(368,-844673400,1),(368,-828343800,0),(368,-813223800,1),(368,31501800,2),(368,57688200,0),(368,67969800,1),(368,89137800,0),(368,100024200,1),(368,120587400,0),(368,131473800,1),(368,152037000,0),(368,162923400,1),(368,183486600,0),(368,194977800,1),(368,215541000,0),(368,226427400,1),(368,246990600,0),(368,257877000,1),(368,278440200,0),(368,289326600,1),(368,309889800,0),(368,320776200,1),(368,341339400,0),(368,352225800,1),(368,372789000,0),(368,386699400,1),(368,404843400,0),(368,415729800,1),(368,436293000,0),(368,447179400,1),(368,467742600,0),(368,478629000,1),(368,499192200,0),(368,511288200,1),(368,530037000,0),(368,542737800,1),(368,562091400,0),(368,574792200,1),(368,594145800,0),(368,606241800,1),(368,625595400,0),(368,636481800,1),(368,657045000,0),(368,667931400,1),(368,688494600,0),(368,699381000,1),(368,719944200,0),(368,731435400,1),(368,751998600,0),(368,762885000,1),(368,783448200,0),(368,794334600,1),(368,814897800,0),(368,828203400,1),(368,846347400,0),(368,859653000,1),(368,877797000,0),(368,891102600,1),(368,909246600,0),(368,922552200,1),(368,941301000,0),(368,946647000,3),(368,954001800,1),(368,972750600,0),(368,985451400,1),(368,1004200200,0),(368,1017505800,1),(368,1035649800,0),(368,1048955400,1),(368,1067099400,0),(368,1080405000,1),(368,1099153800,0),(368,1111854600,1),(368,1130603400,0),(368,1143909000,1),(368,1162053000,0),(368,1174753800,1),(368,1193502600,0),(368,1207413000,1),(368,1223137800,0),(368,1238862600,1),(368,1254587400,0),(368,1270312200,1),(368,1286037000,0),(368,1301761800,1),(368,1317486600,0),(368,1333211400,1),(368,1349541000,0),(368,1365265800,1),(368,1380990600,0),(368,1396715400,1),(368,1412440200,0),(368,1428165000,1),(368,1443889800,0),(368,1459614600,1),(368,1475339400,0),(368,1491064200,1),(368,1506789000,0),(368,1522513800,1),(368,1538843400,0),(368,1554568200,1),(368,1570293000,0),(368,1586017800,1),(368,1601742600,0),(368,1617467400,1),(368,1633192200,0),(368,1648917000,1),(368,1664641800,0),(368,1680366600,1),(368,1696091400,0),(368,1712421000,1),(368,1728145800,0),(368,1743870600,1),(368,1759595400,0),(368,1775320200,1),(368,1791045000,0),(368,1806769800,1),(368,1822494600,0),(368,1838219400,1),(368,1853944200,0),(368,1869669000,1),(368,1885998600,0),(368,1901723400,1),(368,1917448200,0),(368,1933173000,1),(368,1948897800,0),(368,1964622600,1),(368,1980347400,0),(368,1996072200,1),(368,2011797000,0),(368,2027521800,1),(368,2043246600,0),(368,2058971400,1),(368,2075301000,0),(368,2091025800,1),(368,2106750600,0),(368,2122475400,1),(368,2138200200,0),(369,-1767209328,2),(369,-1206950400,1),(369,-1191355200,2),(369,-1175367600,1),(369,-1159819200,2),(369,-633812400,1),(369,-622062000,2),(369,-602276400,1),(369,-591825600,2),(369,-570740400,1),(369,-560203200,2),(369,-539118000,1),(369,-531345600,2),(369,-191358000,1),(369,-184190400,2),(369,-155156400,1),(369,-150062400,2),(369,-128890800,1),(369,-121118400,2),(369,-99946800,1),(369,-89582400,2),(369,-68410800,1),(369,-57960000,2),(369,499755600,1),(369,511243200,2),(369,530600400,1),(369,540273600,2),(369,562136400,1),(369,571204800,2),(369,1214283600,3),(369,1384056000,2),(370,-1767217820,2),(370,-1206961200,1),(370,-1191366000,2),(370,-1175378400,1),(370,-1159830000,2),(370,-633823200,1),(370,-622072800,2),(370,-602287200,1),(370,-591836400,2),(370,-570751200,1),(370,-560214000,2),(370,-539128800,1),(370,-531356400,2),(370,-191368800,1),(370,-184201200,2),(370,-155167200,1),(370,-150073200,2),(370,-128901600,1),(370,-121129200,2),(370,-99957600,1),(370,-89593200,2),(370,-68421600,1),(370,-57970800,2),(370,499744800,1),(370,511232400,2),(370,530589600,1),(370,540262800,2),(370,562125600,1),(370,571194000,2),(370,592970400,1),(370,602038800,2),(370,624420000,1),(370,634698000,2),(370,938916000,1),(370,951613200,2),(370,970970400,1),(370,971571600,2),(370,1003024800,1),(370,1013907600,2),(371,-1767214412,2),(371,-1206957600,1),(371,-1191362400,2),(371,-1175374800,1),(371,-1159826400,2),(371,-633819600,1),(371,-622069200,2),(371,-602283600,1),(371,-591832800,2),(371,-570747600,1),(371,-560210400,2),(371,-539125200,1),(371,-531352800,2),(371,-195426000,1),(371,-184197600,2),(371,-155163600,1),(371,-150069600,2),(371,-128898000,1),(371,-121125600,2),(371,-99954000,1),(371,-89589600,2),(371,-68418000,1),(371,-57967200,2),(371,499748400,1),(371,511236000,2),(371,530593200,1),(371,540266400,2),(371,562129200,1),(371,571197600,2),(371,592974000,1),(371,602042400,2),(371,624423600,1),(371,634701600,2),(371,656478000,1),(371,666756000,2),(371,687927600,1),(371,697600800,2),(371,719982000,1),(371,728445600,2),(371,750826800,1),(371,761709600,2),(371,782276400,1),(371,793159200,2),(371,813726000,1),(371,824004000,2),(371,844570800,1),(371,856058400,2),(371,876106800,1),(371,888717600,2),(371,908074800,1),(371,919562400,2),(371,938919600,1),(371,951616800,2),(371,970974000,1),(371,982461600,2),(371,1003028400,1),(371,1013911200,2),(371,1036292400,1),(371,1045360800,2),(371,1066532400,1),(371,1076810400,2),(371,1099364400,1),(371,1108864800,2),(371,1129431600,1),(371,1140314400,2),(371,1162695600,1),(371,1172368800,2),(371,1192330800,1),(371,1203213600,2),(371,1224385200,1),(371,1234663200,2),(371,1255834800,1),(371,1266717600,2),(371,1287284400,1),(371,1298167200,2),(371,1318734000,1),(371,1330221600,2),(371,1350788400,1),(371,1361066400,2),(371,1382238000,1),(371,1392516000,2),(371,1413687600,1),(371,1424570400,2),(371,1445137200,1),(371,1456020000,2),(371,1476586800,1),(371,1487469600,2),(371,1508036400,1),(371,1518919200,2),(371,1541300400,1),(371,1550368800,2),(372,-1767211196,2),(372,-1206954000,1),(372,-1191358800,2),(372,-1175371200,1),(372,-1159822800,2),(372,-633816000,1),(372,-622065600,2),(372,-602280000,1),(372,-591829200,2),(372,-570744000,1),(372,-560206800,2),(372,-539121600,1),(372,-531349200,2),(372,-191361600,1),(372,-184194000,2),(372,-155160000,1),(372,-150066000,2),(372,-128894400,1),(372,-121122000,2),(372,-99950400,1),(372,-89586000,2),(372,-68414400,1),(372,-57963600,2),(372,499752000,1),(372,511239600,2),(372,530596800,1),(372,540270000,2),(372,562132800,1),(372,571201200,2),(372,750830400,1),(372,761713200,2),(373,-1693706400,0),(373,-1680483600,1),(373,-1663455600,2),(373,-1650150000,3),(373,-1632006000,2),(373,-1618700400,3),(373,-938905200,2),(373,-857257200,3),(373,-844556400,2),(373,-828226800,3),(373,-812502000,2),(373,-796777200,3),(373,-781052400,2),(373,-766623600,3),(373,228877200,2),(373,243997200,3),(373,260326800,2),(373,276051600,3),(373,291776400,2),(373,307501200,3),(373,323830800,2),(373,338950800,3),(373,354675600,2),(373,370400400,3),(373,386125200,2),(373,401850000,3),(373,417574800,2),(373,433299600,3),(373,449024400,2),(373,465354000,3),(373,481078800,2),(373,496803600,3),(373,512528400,2),(373,528253200,3),(373,543978000,2),(373,559702800,3),(373,575427600,2),(373,591152400,3),(373,606877200,2),(373,622602000,3),(373,638326800,2),(373,654656400,3),(373,670381200,2),(373,686106000,3),(373,701830800,2),(373,717555600,3),(373,733280400,2),(373,749005200,3),(373,764730000,2),(373,780454800,3),(373,796179600,2),(373,811904400,3),(373,828234000,2),(373,846378000,3),(373,859683600,2),(373,877827600,3),(373,891133200,2),(373,909277200,3),(373,922582800,2),(373,941331600,3),(373,954032400,2),(373,972781200,3),(373,985482000,2),(373,1004230800,3),(373,1017536400,2),(373,1035680400,3),(373,1048986000,2),(373,1067130000,3),(373,1080435600,2),(373,1099184400,3),(373,1111885200,2),(373,1130634000,3),(373,1143334800,2),(373,1162083600,3),(373,1174784400,2),(373,1193533200,3),(373,1206838800,2),(373,1224982800,3),(373,1238288400,2),(373,1256432400,3),(373,1269738000,2),(373,1288486800,3),(373,1301187600,2),(373,1319936400,3),(373,1332637200,2),(373,1351386000,3),(373,1364691600,2),(373,1382835600,3),(373,1396141200,2),(373,1414285200,3),(373,1427590800,2),(373,1445734800,3),(373,1459040400,2),(373,1477789200,3),(373,1490490000,2),(373,1509238800,3),(373,1521939600,2),(373,1540688400,3),(373,1553994000,2),(373,1572138000,3),(373,1585443600,2),(373,1603587600,3),(373,1616893200,2),(373,1635642000,3),(373,1648342800,2),(373,1667091600,3),(373,1679792400,2),(373,1698541200,3),(373,1711846800,2),(373,1729990800,3),(373,1743296400,2),(373,1761440400,3),(373,1774746000,2),(373,1792890000,3),(373,1806195600,2),(373,1824944400,3),(373,1837645200,2),(373,1856394000,3),(373,1869094800,2),(373,1887843600,3),(373,1901149200,2),(373,1919293200,3),(373,1932598800,2),(373,1950742800,3),(373,1964048400,2),(373,1982797200,3),(373,1995498000,2),(373,2014246800,3),(373,2026947600,2),(373,2045696400,3),(373,2058397200,2),(373,2077146000,3),(373,2090451600,2),(373,2108595600,3),(373,2121901200,2),(373,2140045200,3),(374,-1633276800,0),(374,-1615136400,1),(374,-1601827200,0),(374,-1583686800,1),(374,-880214400,2),(374,-769395600,3),(374,-765392400,1),(374,-84384000,0),(374,-68662800,1),(374,-52934400,0),(374,-37213200,1),(374,-21484800,0),(374,-5763600,1),(374,9964800,0),(374,25686000,1),(374,41414400,0),(374,57740400,1),(374,73468800,0),(374,89190000,1),(374,104918400,0),(374,120639600,1),(374,126691200,0),(374,152089200,1),(374,162374400,0),(374,183538800,1),(374,199267200,0),(374,215593200,1),(374,230716800,0),(374,247042800,1),(374,262771200,0),(374,278492400,1),(374,294220800,0),(374,309942000,1),(374,325670400,0),(374,341391600,1),(374,357120000,0),(374,372841200,1),(374,388569600,0),(374,404895600,1),(374,420019200,0),(374,436345200,1),(374,452073600,0),(374,467794800,1),(374,483523200,0),(374,499244400,1),(374,514972800,0),(374,530694000,1),(374,544608000,0),(374,562143600,1),(374,576057600,0),(374,594198000,1),(374,607507200,0),(374,625647600,1),(374,638956800,0),(374,657097200,1),(374,671011200,0),(374,688546800,1),(374,702460800,0),(374,719996400,1),(374,733910400,0),(374,752050800,1),(374,765360000,0),(374,783500400,1),(374,796809600,0),(374,814950000,1),(374,828864000,0),(374,846399600,1),(374,860313600,0),(374,877849200,1),(374,891763200,0),(374,909298800,1),(374,923212800,0),(374,941353200,1),(374,954662400,0),(374,972802800,1),(374,986112000,0),(374,1004252400,1),(374,1018166400,0),(374,1035702000,1),(374,1049616000,0),(374,1067151600,1),(374,1081065600,0),(374,1099206000,1),(374,1112515200,0),(374,1130655600,1),(374,1143964800,0),(374,1162105200,1),(374,1173600000,0),(374,1194159600,1),(374,1205049600,0),(374,1225609200,1),(374,1236499200,0),(374,1257058800,1),(374,1268553600,0),(374,1289113200,1),(374,1300003200,0),(374,1320562800,1),(374,1331452800,0),(374,1352012400,1),(374,1362902400,0),(374,1383462000,1),(374,1394352000,0),(374,1414911600,1),(374,1425801600,0),(374,1446361200,1),(374,1457856000,0),(374,1478415600,1),(374,1489305600,0),(374,1509865200,1),(374,1520755200,0),(374,1541314800,1),(374,1552204800,0),(374,1572764400,1),(374,1583654400,0),(374,1604214000,1),(374,1615708800,0),(374,1636268400,1),(374,1647158400,0),(374,1667718000,1),(374,1678608000,0),(374,1699167600,1),(374,1710057600,0),(374,1730617200,1),(374,1741507200,0),(374,1762066800,1),(374,1772956800,0),(374,1793516400,1),(374,1805011200,0),(374,1825570800,1),(374,1836460800,0),(374,1857020400,1),(374,1867910400,0),(374,1888470000,1),(374,1899360000,0),(374,1919919600,1),(374,1930809600,0),(374,1951369200,1),(374,1962864000,0),(374,1983423600,1),(374,1994313600,0),(374,2014873200,1),(374,2025763200,0),(374,2046322800,1),(374,2057212800,0),(374,2077772400,1),(374,2088662400,0),(374,2109222000,1),(374,2120112000,0),(374,2140671600,1),(375,-2131645536,2),(375,-1696276800,1),(375,-1680469200,2),(375,-1632074400,1),(375,-1615143600,2),(375,-1566763200,1),(375,-1557090000,2),(375,-1535486400,1),(375,-1524949200,2),(375,-1504468800,1),(375,-1493413200,2),(375,-1472414400,1),(375,-1461963600,2),(375,-1440964800,1),(375,-1429390800,2),(375,-1409515200,1),(375,-1396731600,2),(375,-1376856000,1),(375,-1366491600,2),(375,-1346616000,1),(375,-1333832400,2),(375,-1313956800,1),(375,-1303678800,2),(375,-1282507200,1),(375,-1272661200,2),(375,-1251057600,1),(375,-1240088400,2),(375,-1219608000,1),(375,-1207429200,2),(375,-1188763200,1),(375,-1175979600,2),(375,-1157313600,1),(375,-1143925200,2),(375,-1124049600,1),(375,-1113771600,2),(375,-1091390400,1),(375,-1081026000,2),(375,-1059854400,1),(375,-1050786000,2),(375,-1030910400,1),(375,-1018126800,2),(375,-999460800,1),(375,-986677200,2),(375,-965592000,1),(375,-955227600,2),(375,-935956800,1),(375,-923173200,2),(375,-904507200,1),(375,-891723600,2),(375,-880221600,3),(375,-769395600,4),(375,-765399600,2),(375,-747252000,1),(375,-733950000,2),(375,-715802400,1),(375,-702500400,2),(375,-684352800,1),(375,-671050800,2),(375,-652903200,1),(375,-639601200,2),(375,-589399200,1),(375,-576097200,2),(375,-557949600,1),(375,-544647600,2),(375,-526500000,1),(375,-513198000,2),(375,-495050400,1),(375,-481748400,2),(375,-431546400,1),(375,-418244400,2),(375,-400096800,1),(375,-386794800,2),(375,-368647200,1),(375,-355345200,2),(375,-337197600,1),(375,-323895600,2),(375,-242244000,1),(375,-226522800,2),(375,-210794400,1),(375,-195073200,2),(375,-179344800,1),(375,-163623600,2),(375,-147895200,1),(375,-131569200,2),(375,-116445600,1),(375,-100119600,2),(375,-84391200,1),(375,-68670000,2),(375,-52941600,1),(375,-37220400,2),(375,-21492000,1),(375,-5770800,2),(375,9957600,1),(375,25678800,2),(375,41407200,1),(375,57733200,2),(375,73461600,1),(375,89182800,2),(375,104911200,1),(375,120632400,2),(375,136360800,1),(375,152082000,2),(375,167810400,1),(375,183531600,2),(375,199260000,1),(375,215586000,2),(375,230709600,1),(375,247035600,2),(375,262764000,1),(375,278485200,2),(375,294213600,1),(375,309934800,2),(375,325663200,1),(375,341384400,2),(375,357112800,1),(375,372834000,2),(375,388562400,1),(375,404888400,2),(375,420012000,1),(375,436338000,2),(375,452066400,1),(375,467787600,2),(375,483516000,1),(375,499237200,2),(375,514965600,1),(375,530686800,2),(375,544600800,1),(375,562136400,2),(375,576050400,1),(375,594190800,2),(375,607500000,1),(375,625640400,2),(375,638949600,1),(375,657090000,2),(375,671004000,1),(375,688539600,2),(375,702453600,1),(375,719989200,2),(375,733903200,1),(375,752043600,2),(375,765352800,1),(375,783493200,2),(375,796802400,1),(375,814942800,2),(375,828856800,1),(375,846392400,2),(375,860306400,1),(375,877842000,2),(375,891756000,1),(375,909291600,2),(375,923205600,1),(375,941346000,2),(375,954655200,1),(375,972795600,2),(375,986104800,1),(375,1004245200,2),(375,1018159200,1),(375,1035694800,2),(375,1049608800,1),(375,1067144400,2),(375,1081058400,1),(375,1099198800,2),(375,1112508000,1),(375,1130648400,2),(375,1143957600,1),(375,1162098000,2),(375,1173592800,1),(375,1194152400,2),(375,1205042400,1),(375,1225602000,2),(375,1236492000,1),(375,1257051600,2),(375,1268546400,1),(375,1289106000,2),(375,1299996000,1),(375,1320555600,2),(375,1331445600,1),(375,1352005200,2),(375,1362895200,1),(375,1383454800,2),(375,1394344800,1),(375,1414904400,2),(375,1425794400,1),(375,1446354000,2),(375,1457848800,1),(375,1478408400,2),(375,1489298400,1),(375,1509858000,2),(375,1520748000,1),(375,1541307600,2),(375,1552197600,1),(375,1572757200,2),(375,1583647200,1),(375,1604206800,2),(375,1615701600,1),(375,1636261200,2),(375,1647151200,1),(375,1667710800,2),(375,1678600800,1),(375,1699160400,2),(375,1710050400,1),(375,1730610000,2),(375,1741500000,1),(375,1762059600,2),(375,1772949600,1),(375,1793509200,2),(375,1805004000,1),(375,1825563600,2),(375,1836453600,1),(375,1857013200,2),(375,1867903200,1),(375,1888462800,2),(375,1899352800,1),(375,1919912400,2),(375,1930802400,1),(375,1951362000,2),(375,1962856800,1),(375,1983416400,2),(375,1994306400,1),(375,2014866000,2),(375,2025756000,1),(375,2046315600,2),(375,2057205600,1),(375,2077765200,2),(375,2088655200,1),(375,2109214800,2),(375,2120104800,1),(375,2140664400,2),(376,-1694368800,0),(376,-1681671600,1),(376,-1632067200,0),(376,-1615136400,1),(376,-1029686400,0),(376,-1018198800,1),(376,-880214400,2),(376,-769395600,3),(376,-765392400,1),(376,-746035200,0),(376,-732733200,1),(376,-715795200,0),(376,-702493200,1),(376,-684345600,0),(376,-671043600,1),(376,-652896000,0),(376,-639594000,1),(376,-620755200,0),(376,-607626000,1),(376,-589392000,0),(376,-576090000,1),(376,-557942400,0),(376,-544640400,1),(376,-526492800,0),(376,-513190800,1),(376,-495043200,0),(376,-481741200,1),(376,-463593600,0),(376,-450291600,1),(376,-431539200,0),(376,-418237200,1),(376,-400089600,0),(376,-386787600,1),(376,-368640000,0),(376,-355338000,1),(376,-337190400,0),(376,-321469200,1),(376,-305740800,0),(376,-292438800,1),(376,-210787200,0),(376,-198090000,1),(376,-116438400,4),(376,-100108800,5),(376,-84384000,4),(376,-68659200,5),(376,-52934400,4),(376,-37209600,5),(376,-21484800,4),(376,-5760000,5),(376,9964800,4),(376,25689600,5),(376,41414400,4),(376,57744000,5),(376,73468800,4),(376,89193600,5),(376,104918400,4),(376,120643200,5),(376,136368000,4),(376,152092800,5),(376,167817600,4),(376,183542400,5),(376,199267200,4),(376,215596800,5),(376,230716800,4),(376,247046400,5),(376,262771200,4),(376,278496000,5),(376,294220800,4),(376,309945600,5),(376,325670400,4),(376,341395200,5),(376,357120000,4),(376,372844800,5),(376,388569600,4),(376,404899200,5),(376,420019200,4),(376,436348800,5),(376,452073600,4),(376,467798400,5),(376,483523200,4),(376,499248000,5),(376,514972800,4),(376,530697600,5),(376,544608000,4),(376,562147200,5),(376,576057600,4),(376,594201600,5),(376,607507200,4),(376,625651200,5),(376,638956800,4),(376,657100800,5),(376,671011200,4),(376,688550400,5),(376,702460800,4),(376,720000000,5),(376,733910400,4),(376,752054400,5),(376,765360000,4),(376,783504000,5),(376,796809600,4),(376,814953600,5),(376,828864000,4),(376,846403200,5),(376,860313600,4),(376,877852800,5),(376,891763200,4),(376,909302400,5),(376,923212800,4),(376,941356800,5),(376,954662400,4),(376,972806400,5),(376,986112000,4),(376,1004256000,5),(376,1018166400,4),(376,1035705600,5),(376,1049616000,4),(376,1067155200,5),(376,1081065600,4),(376,1099209600,5),(376,1112515200,4),(376,1130659200,5),(376,1136095200,1),(376,1143964800,0),(376,1162105200,1),(376,1173600000,0),(376,1194159600,1),(376,1205049600,0),(376,1225609200,1),(376,1236499200,0),(376,1257058800,1),(376,1268553600,0),(376,1289113200,1),(376,1300003200,0),(376,1320562800,1),(376,1331452800,0),(376,1352012400,1),(376,1362902400,0),(376,1383462000,1),(376,1394352000,0),(376,1414911600,1),(376,1425801600,0),(376,1446361200,1),(376,1457856000,0),(376,1478415600,1),(376,1489305600,0),(376,1509865200,1),(376,1520755200,0),(376,1541314800,1),(376,1552204800,0),(376,1572764400,1),(376,1583654400,0),(376,1604214000,1),(376,1615708800,0),(376,1636268400,1),(376,1647158400,0),(376,1667718000,1),(376,1678608000,0),(376,1699167600,1),(376,1710057600,0),(376,1730617200,1),(376,1741507200,0),(376,1762066800,1),(376,1772956800,0),(376,1793516400,1),(376,1805011200,0),(376,1825570800,1),(376,1836460800,0),(376,1857020400,1),(376,1867910400,0),(376,1888470000,1),(376,1899360000,0),(376,1919919600,1),(376,1930809600,0),(376,1951369200,1),(376,1962864000,0),(376,1983423600,1),(376,1994313600,0),(376,2014873200,1),(376,2025763200,0),(376,2046322800,1),(376,2057212800,0),(376,2077772400,1),(376,2088662400,0),(376,2109222000,1),(376,2120112000,0),(376,2140671600,1),(377,-1632070800,0),(377,-1615140000,1),(377,-1601753400,0),(377,-1583697600,1),(377,-1567357200,0),(377,-1554667200,1),(377,-1534698000,0),(377,-1524074400,1),(377,-1503248400,0),(377,-1492365600,1),(377,-1471798800,0),(377,-1460916000,1),(377,-1440954000,0),(377,-1428861600,1),(377,-1409504400,0),(377,-1397412000,1),(377,-1378054800,0),(377,-1365962400,1),(377,-1346605200,0),(377,-1333908000,1),(377,-1315155600,0),(377,-1301853600,1),(377,-1283706000,0),(377,-1270404000,1),(377,-1252256400,0),(377,-1238954400,1),(377,-1220806800,0),(377,-1207504800,1),(377,-1188752400,0),(377,-1176055200,1),(377,-1157302800,0),(377,-1144000800,1),(377,-1125853200,0),(377,-1112551200,1),(377,-1094403600,0),(377,-1081101600,1),(377,-1062954000,0),(377,-1049652000,1),(377,-1031504400,0),(377,-1018202400,1),(377,-1000054800,0),(377,-986752800,1),(377,-968000400,0),(377,-955303200,1),(377,-936550800,0),(377,-880218000,2),(377,-769395600,3),(377,-765396000,1),(377,-747248400,0),(377,-733946400,1),(377,-715806000,0),(377,-702504000,1),(377,-684356400,0),(377,-671054400,1),(377,-652906800,0),(377,-634161600,1),(377,-620845200,0),(377,-602704800,1),(377,-589395600,0),(377,-576093600,1),(377,-557946000,0),(377,-544644000,1),(377,-526496400,0),(377,-513194400,1),(377,-495046800,0),(377,-481744800,1),(377,-463597200,0),(377,-450295200,1),(377,-431542800,0),(377,-418240800,1),(377,-400093200,0),(377,-384372000,1),(377,-368643600,0),(377,-352922400,1),(377,-337194000,0),(377,-321472800,1),(377,-305744400,0),(377,-289418400,1),(377,-273690000,0),(377,-257968800,1),(377,-242240400,0),(377,-226519200,1),(377,-210790800,0),(377,-195069600,1),(377,-179341200,0),(377,-163620000,1),(377,-147891600,0),(377,-131565600,1),(377,-116442000,0),(377,-100116000,1),(377,-84387600,0),(377,-68666400,1),(377,-52938000,0),(377,-37216800,1),(377,-21488400,0),(377,-5767200,1),(377,9961200,0),(377,25682400,1),(377,41410800,0),(377,57736800,1),(377,73465200,0),(377,89186400,1),(377,104914800,0),(377,120636000,1),(377,136364400,0),(377,152085600,1),(377,167814000,0),(377,183535200,1),(377,199263600,0),(377,215589600,1),(377,230713200,0),(377,247039200,1),(377,262767600,0),(377,278488800,1),(377,294217200,0),(377,309938400,1),(377,325666800,0),(377,341388000,1),(377,357116400,0),(377,372837600,1),(377,388566000,0),(377,404892000,1),(377,420015600,0),(377,436341600,1),(377,452070000,0),(377,467791200,1),(377,483519600,0),(377,499240800,1),(377,514969200,0),(377,530690400,1),(377,544604400,0),(377,562140000,1),(377,576054000,0),(377,594194400,1),(377,607503600,0),(377,625644000,1),(377,638953200,0),(377,657093600,1),(377,671007600,0),(377,688543200,1),(377,702457200,0),(377,719992800,1),(377,733906800,0),(377,752047200,1),(377,765356400,0),(377,783496800,1),(377,796806000,0),(377,814946400,1),(377,828860400,0),(377,846396000,1),(377,860310000,0),(377,877845600,1),(377,891759600,0),(377,909295200,1),(377,923209200,0),(377,941349600,1),(377,954658800,0),(377,972799200,1),(377,986108400,0),(377,1004248800,1),(377,1018162800,0),(377,1035698400,1),(377,1049612400,0),(377,1067148000,1),(377,1081062000,0),(377,1099202400,1),(377,1112511600,0),(377,1130652000,1),(377,1143961200,0),(377,1162101600,1),(377,1173596400,0),(377,1194156000,1),(377,1205046000,0),(377,1225605600,1),(377,1236495600,0),(377,1257055200,1),(377,1268550000,0),(377,1289109600,1),(377,1299999600,0),(377,1320559200,1),(377,1331449200,0),(377,1352008800,1),(377,1362898800,0),(377,1383458400,1),(377,1394348400,0),(377,1414908000,1),(377,1425798000,0),(377,1446357600,1),(377,1457852400,0),(377,1478412000,1),(377,1489302000,0),(377,1509861600,1),(377,1520751600,0),(377,1541311200,1),(377,1552201200,0),(377,1572760800,1),(377,1583650800,0),(377,1604210400,1),(377,1615705200,0),(377,1636264800,1),(377,1647154800,0),(377,1667714400,1),(377,1678604400,0),(377,1699164000,1),(377,1710054000,0),(377,1730613600,1),(377,1741503600,0),(377,1762063200,1),(377,1772953200,0),(377,1793512800,1),(377,1805007600,0),(377,1825567200,1),(377,1836457200,0),(377,1857016800,1),(377,1867906800,0),(377,1888466400,1),(377,1899356400,0),(377,1919916000,1),(377,1930806000,0),(377,1951365600,1),(377,1962860400,0),(377,1983420000,1),(377,1994310000,0),(377,2014869600,1),(377,2025759600,0),(377,2046319200,1),(377,2057209200,0),(377,2077768800,1),(377,2088658800,0),(377,2109218400,1),(377,2120108400,0),(377,2140668000,1),(378,-1998663968,2),(378,-1632063600,1),(378,-1615132800,2),(378,-1600614000,1),(378,-1596816000,2),(378,-1567954800,1),(378,-1551628800,2),(378,-1536505200,1),(378,-1523203200,2),(378,-1504450800,1),(378,-1491753600,2),(378,-1473001200,1),(378,-1459699200,2),(378,-880210800,3),(378,-769395600,4),(378,-765388800,2),(378,-715791600,1),(378,-702489600,2),(378,73472400,1),(378,89193600,2),(378,104922000,1),(378,120643200,2),(378,136371600,1),(378,152092800,2),(378,167821200,1),(378,183542400,2),(378,199270800,1),(378,215596800,2),(378,230720400,1),(378,247046400,2),(378,262774800,1),(378,278496000,2),(378,294224400,1),(378,309945600,2),(378,325674000,1),(378,341395200,2),(378,357123600,1),(378,372844800,2),(378,388573200,1),(378,404899200,2),(378,420022800,1),(378,436348800,2),(378,452077200,1),(378,467798400,2),(378,483526800,1),(378,499248000,2),(378,514976400,1),(378,530697600,2),(378,544611600,1),(378,562147200,2),(378,576061200,1),(378,594201600,2),(378,607510800,1),(378,625651200,2),(378,638960400,1),(378,657100800,2),(378,671014800,1),(378,688550400,2),(378,702464400,1),(378,720000000,2),(378,733914000,1),(378,752054400,2),(378,765363600,1),(378,783504000,2),(378,796813200,1),(378,814953600,2),(378,828867600,1),(378,846403200,2),(378,860317200,1),(378,877852800,2),(378,891766800,1),(378,909302400,2),(378,923216400,1),(378,941356800,2),(378,954666000,1),(378,972806400,2),(378,986115600,1),(378,1004256000,2),(378,1018170000,1),(378,1035705600,2),(378,1049619600,1),(378,1067155200,2),(378,1081069200,1),(378,1099209600,2),(378,1112518800,1),(378,1130659200,2),(378,1143968400,1),(378,1162108800,2),(378,1173603600,1),(378,1194163200,2),(378,1205053200,1),(378,1225612800,2),(378,1236502800,1),(378,1257062400,2),(378,1268557200,1),(378,1289116800,2),(378,1300006800,1),(378,1320566400,2),(378,1331456400,1),(378,1352016000,2),(378,1362906000,1),(378,1383465600,2),(378,1394355600,1),(378,1414915200,2),(378,1425805200,1),(378,1446364800,2),(378,1457859600,1),(378,1478419200,2),(378,1489309200,1),(378,1509868800,2),(378,1520758800,1),(378,1541318400,2),(378,1552208400,1),(378,1572768000,2),(378,1583658000,1),(378,1604217600,2),(378,1615712400,1),(378,1636272000,2),(378,1647162000,1),(378,1667721600,2),(378,1678611600,1),(378,1699171200,2),(378,1710061200,1),(378,1730620800,2),(378,1741510800,1),(378,1762070400,2),(378,1772960400,1),(378,1793520000,2),(378,1805014800,1),(378,1825574400,2),(378,1836464400,1),(378,1857024000,2),(378,1867914000,1),(378,1888473600,2),(378,1899363600,1),(378,1919923200,2),(378,1930813200,1),(378,1951372800,2),(378,1962867600,1),(378,1983427200,2),(378,1994317200,1),(378,2014876800,2),(378,2025766800,1),(378,2046326400,2),(378,2057216400,1),(378,2077776000,2),(378,2088666000,1),(378,2109225600,2),(378,2120115600,1),(378,2140675200,2),(379,-1664130548,0),(379,-1650137348,1),(379,-1632076148,0),(379,-1615145348,1),(379,-1598650148,0),(379,-1590100148,1),(379,-1567286948,0),(379,-1551565748,1),(379,-1535837348,0),(379,-1520116148,1),(379,-1503782948,0),(379,-1488666548,1),(379,-1472333348,0),(379,-1457216948,1),(379,-1440883748,0),(379,-1425767348,1),(379,-1409434148,0),(379,-1394317748,1),(379,-1377984548,0),(379,-1362263348,1),(379,-1346534948,0),(379,-1330813748,1),(379,-1314480548,0),(379,-1299364148,1),(379,-1283030948,0),(379,-1267914548,1),(379,-1251581348,0),(379,-1236464948,1),(379,-1220131748,0),(379,-1205015348,1),(379,-1188682148,0),(379,-1172960948,1),(379,-1156627748,0),(379,-1141511348,1),(379,-1125178148,0),(379,-1110061748,1),(379,-1096921748,3),(379,-1093728600,2),(379,-1078612200,3),(379,-1061670600,2),(379,-1048973400,3),(379,-1030221000,2),(379,-1017523800,3),(379,-998771400,2),(379,-986074200,3),(379,-966717000,2),(379,-954624600,3),(379,-935267400,2),(379,-922570200,3),(379,-903817800,2),(379,-891120600,3),(379,-872368200,5),(379,-769395600,4),(379,-765401400,3),(379,-746044200,2),(379,-733347000,3),(379,-714594600,2),(379,-701897400,3),(379,-683145000,2),(379,-670447800,3),(379,-651695400,2),(379,-638998200,3),(379,-619641000,2),(379,-606943800,3),(379,-589401000,2),(379,-576099000,3),(379,-557951400,2),(379,-544649400,3),(379,-526501800,2),(379,-513199800,3),(379,-495052200,2),(379,-481750200,3),(379,-463602600,2),(379,-450300600,3),(379,-431548200,2),(379,-418246200,3),(379,-400098600,2),(379,-386796600,3),(379,-368649000,2),(379,-355347000,3),(379,-337199400,2),(379,-323897400,3),(379,-305749800,2),(379,-289423800,3),(379,-273695400,2),(379,-257974200,3),(379,-242245800,2),(379,-226524600,3),(379,-210796200,2),(379,-195075000,3),(379,-179346600,2),(379,-163625400,3),(379,-147897000,2),(379,-131571000,3),(379,-116447400,2),(379,-100121400,3),(379,-84393000,2),(379,-68671800,3),(379,-52943400,2),(379,-37222200,3),(379,-21493800,2),(379,-5772600,3),(379,9955800,2),(379,25677000,3),(379,41405400,2),(379,57731400,3),(379,73459800,2),(379,89181000,3),(379,104909400,2),(379,120630600,3),(379,136359000,2),(379,152080200,3),(379,167808600,2),(379,183529800,3),(379,199258200,2),(379,215584200,3),(379,230707800,2),(379,247033800,3),(379,262762200,2),(379,278483400,3),(379,294211800,2),(379,309933000,3),(379,325661400,2),(379,341382600,3),(379,357111000,2),(379,372832200,3),(379,388560600,2),(379,404886600,3),(379,420010200,2),(379,436336200,3),(379,452064600,2),(379,467785800,3),(379,483514200,2),(379,499235400,3),(379,514963800,2),(379,530685000,3),(379,544591860,2),(379,562127460,3),(379,576041460,6),(379,594178260,3),(379,607491060,2),(379,625631460,3),(379,638940660,2),(379,657081060,3),(379,670995060,2),(379,688530660,3),(379,702444660,2),(379,719980260,3),(379,733894260,2),(379,752034660,3),(379,765343860,2),(379,783484260,3),(379,796793460,2),(379,814933860,3),(379,828847860,2),(379,846383460,3),(379,860297460,2),(379,877833060,3),(379,891747060,2),(379,909282660,3),(379,923196660,2),(379,941337060,3),(379,954646260,2),(379,972786660,3),(379,986095860,2),(379,1004236260,3),(379,1018150260,2),(379,1035685860,3),(379,1049599860,2),(379,1067135460,3),(379,1081049460,2),(379,1099189860,3),(379,1112499060,2),(379,1130639460,3),(379,1143948660,2),(379,1162089060,3),(379,1173583860,2),(379,1194143460,3),(379,1205033460,2),(379,1225593060,3),(379,1236483060,2),(379,1257042660,3),(379,1268537460,2),(379,1289097060,3),(379,1299987060,2),(379,1320553800,3),(379,1331443800,2),(379,1352003400,3),(379,1362893400,2),(379,1383453000,3),(379,1394343000,2),(379,1414902600,3),(379,1425792600,2),(379,1446352200,3),(379,1457847000,2),(379,1478406600,3),(379,1489296600,2),(379,1509856200,3),(379,1520746200,2),(379,1541305800,3),(379,1552195800,2),(379,1572755400,3),(379,1583645400,2),(379,1604205000,3),(379,1615699800,2),(379,1636259400,3),(379,1647149400,2),(379,1667709000,3),(379,1678599000,2),(379,1699158600,3),(379,1710048600,2),(379,1730608200,3),(379,1741498200,2),(379,1762057800,3),(379,1772947800,2),(379,1793507400,3),(379,1805002200,2),(379,1825561800,3),(379,1836451800,2),(379,1857011400,3),(379,1867901400,2),(379,1888461000,3),(379,1899351000,2),(379,1919910600,3),(379,1930800600,2),(379,1951360200,3),(379,1962855000,2),(379,1983414600,3),(379,1994304600,2),(379,2014864200,3),(379,2025754200,2),(379,2046313800,3),(379,2057203800,2),(379,2077763400,3),(379,2088653400,2),(379,2109213000,3),(379,2120103000,2),(379,2140662600,3),(380,-1632060000,0),(380,-1615129200,1),(380,-880207200,2),(380,-769395600,3),(380,-765385200,1),(380,-747237600,0),(380,-733935600,1),(380,-715788000,0),(380,-702486000,1),(380,-684338400,0),(380,-671036400,1),(380,-652888800,0),(380,-639586800,1),(380,-620834400,0),(380,-608137200,1),(380,-589384800,0),(380,-576082800,1),(380,-557935200,0),(380,-544633200,1),(380,-526485600,0),(380,-513183600,1),(380,-495036000,0),(380,-481734000,1),(380,-463586400,0),(380,-450284400,1),(380,-431532000,0),(380,-418230000,1),(380,-400082400,0),(380,-386780400,1),(380,-368632800,0),(380,-355330800,1),(380,-337183200,0),(380,-323881200,1),(380,-305733600,0),(380,-292431600,1),(380,-273679200,0),(380,-260982000,1),(380,-242229600,0),(380,-226508400,1),(380,-210780000,0),(380,-195058800,1),(380,-179330400,0),(380,-163609200,1),(380,-147880800,0),(380,-131554800,1),(380,-116431200,0),(380,-100105200,1),(380,-84376800,0),(380,-68655600,1),(380,-52927200,0),(380,-37206000,1),(380,-21477600,0),(380,-5756400,1),(380,9972000,0),(380,25693200,1),(380,41421600,0),(380,57747600,1),(380,73476000,0),(380,89197200,1),(380,104925600,0),(380,120646800,1),(380,136375200,0),(380,152096400,1),(380,167824800,0),(380,183546000,1),(380,199274400,0),(380,215600400,1),(380,230724000,0),(380,247050000,1),(380,262778400,0),(380,278499600,1),(380,294228000,0),(380,309949200,1),(380,325677600,0),(380,341398800,1),(380,357127200,0),(380,372848400,1),(380,388576800,0),(380,404902800,1),(380,420026400,0),(380,436352400,1),(380,452080800,0),(380,467802000,1),(380,483530400,0),(380,499251600,1),(380,514980000,0),(380,530701200,1),(380,544615200,0),(380,562150800,1),(380,576064800,0),(380,594205200,1),(380,607514400,0),(380,625654800,1),(380,638964000,0),(380,657104400,1),(380,671018400,0),(380,688554000,1),(380,702468000,0),(380,720003600,1),(380,733917600,0),(380,752058000,1),(380,765367200,0),(380,783507600,1),(380,796816800,0),(380,814957200,1),(380,828871200,0),(380,846406800,1),(380,860320800,0),(380,877856400,1),(380,891770400,0),(380,909306000,1),(380,923220000,0),(380,941360400,1),(380,954669600,0),(380,972810000,1),(380,986119200,0),(380,1004259600,1),(380,1018173600,0),(380,1035709200,1),(380,1049623200,0),(380,1067158800,1),(380,1081072800,0),(380,1099213200,1),(380,1112522400,0),(380,1130662800,1),(380,1143972000,0),(380,1162112400,1),(380,1173607200,0),(380,1194166800,1),(380,1205056800,0),(380,1225616400,1),(380,1236506400,0),(380,1257066000,1),(380,1268560800,0),(380,1289120400,1),(380,1300010400,0),(380,1320570000,1),(380,1331460000,0),(380,1352019600,1),(380,1362909600,0),(380,1383469200,1),(380,1394359200,0),(380,1414918800,1),(380,1425808800,0),(380,1446368400,1),(380,1457863200,0),(380,1478422800,1),(380,1489312800,0),(380,1509872400,1),(380,1520762400,0),(380,1541322000,1),(380,1552212000,0),(380,1572771600,1),(380,1583661600,0),(380,1604221200,1),(380,1615716000,0),(380,1636275600,1),(380,1647165600,0),(380,1667725200,1),(380,1678615200,0),(380,1699174800,1),(380,1710064800,0),(380,1730624400,1),(380,1741514400,0),(380,1762074000,1),(380,1772964000,0),(380,1793523600,1),(380,1805018400,0),(380,1825578000,1),(380,1836468000,0),(380,1857027600,1),(380,1867917600,0),(380,1888477200,1),(380,1899367200,0),(380,1919926800,1),(380,1930816800,0),(380,1951376400,1),(380,1962871200,0),(380,1983430800,1),(380,1994320800,0),(380,2014880400,1),(380,2025770400,0),(380,2046330000,1),(380,2057220000,0),(380,2077779600,1),(380,2088669600,0),(380,2109229200,1),(380,2120119200,0),(380,2140678800,1),(381,-2030202084,2),(381,-1632063600,1),(381,-1615132800,2),(381,-1251651600,1),(381,-1238349600,2),(381,-1220202000,1),(381,-1206900000,2),(381,-1188752400,1),(381,-1175450400,2),(381,-1156698000,1),(381,-1144000800,2),(381,-1125248400,1),(381,-1111946400,2),(381,-1032714000,1),(381,-1016992800,2),(381,-1001264400,1),(381,-986148000,2),(381,-969814800,1),(381,-954093600,2),(381,-937760400,1),(381,-922039200,2),(381,-906310800,1),(381,-890589600,2),(381,-880210800,3),(381,-769395600,4),(381,-765388800,2),(381,-748450800,1),(381,-732729600,2),(381,-715791600,1),(381,-702489600,2),(381,-684342000,1),(381,-671040000,2),(381,-652892400,1),(381,-639590400,2),(381,-620838000,1),(381,-608140800,2),(381,-589388400,1),(381,-576086400,2),(381,-557938800,1),(381,-544636800,2),(381,-526489200,1),(381,-513187200,2),(381,-495039600,1),(381,-481737600,2),(381,-463590000,1),(381,-450288000,2),(381,-431535600,1),(381,-418233600,2),(381,-400086000,1),(381,-386784000,2),(381,-337186800,1),(381,-321465600,2),(381,-305737200,5),(382,-1632056400,0),(382,-1615125600,1),(382,-1596978000,0),(382,-1583164800,1),(382,-880203600,2),(382,-769395600,3),(382,-765381600,1),(382,-147884400,4),(382,-131554800,1),(382,-81961200,5),(382,325677600,6),(382,341398800,5),(382,357127200,6),(382,372848400,5),(382,388576800,6),(382,404902800,5),(382,420026400,6),(382,436352400,5),(382,452080800,6),(382,467802000,5),(382,483530400,6),(382,499251600,5),(382,514980000,6),(382,530701200,5),(382,544615200,6),(382,562150800,5),(382,576064800,6),(382,594205200,5),(382,607514400,6),(382,625654800,5),(382,638964000,6),(382,657104400,5),(382,671018400,6),(382,688554000,5),(382,702468000,6),(382,720003600,5),(382,733917600,6),(382,752058000,5),(382,765367200,6),(382,783507600,5),(382,796816800,6),(382,814957200,5),(382,828871200,6),(382,846406800,5),(382,860320800,6),(382,877856400,5),(382,891770400,6),(382,909306000,5),(382,923220000,6),(382,941360400,5),(382,954669600,6),(382,972810000,5),(382,986119200,6),(382,1004259600,5),(382,1018173600,6),(382,1035709200,5),(382,1049623200,6),(382,1067158800,5),(382,1081072800,6),(382,1099213200,5),(382,1112522400,6),(382,1130662800,5),(382,1143972000,6),(382,1162112400,5),(382,1173607200,6),(382,1194166800,5),(382,1205056800,6),(382,1225616400,5),(382,1236506400,6),(382,1257066000,5),(382,1268560800,6),(382,1289120400,5),(382,1300010400,6),(382,1320570000,5),(382,1331460000,6),(382,1352019600,5),(382,1362909600,6),(382,1383469200,5),(382,1394359200,6),(382,1414918800,5),(382,1425808800,6),(382,1446368400,5),(382,1457863200,6),(382,1478422800,5),(382,1489312800,6),(382,1509872400,5),(382,1520762400,6),(382,1541322000,5),(382,1552212000,6),(382,1572771600,5),(382,1583661600,6),(382,1604214000,7),(383,-1892661435,1),(383,-1688410800,0),(383,-1619205435,2),(383,-1593806400,0),(383,-1335986235,3),(383,-1317585600,1),(383,-1304362800,3),(383,-1286049600,1),(383,-1272826800,3),(383,-1254513600,1),(383,-1241290800,3),(383,-1222977600,1),(383,-1209754800,3),(383,-1191355200,1),(383,-1178132400,2),(383,-870552000,1),(383,-865278000,2),(383,-740520000,4),(383,-736376400,2),(383,-718056000,1),(383,-713649600,2),(383,-36619200,5),(383,-23922000,6),(383,-3355200,5),(383,7527600,6),(383,24465600,5),(383,37767600,6),(383,55915200,5),(383,69217200,6),(383,87969600,5),(383,100666800,6),(383,118209600,5),(383,132116400,6),(383,150868800,5),(383,163566000,6),(383,182318400,5),(383,195620400,6),(383,213768000,5),(383,227070000,6),(383,245217600,5),(383,258519600,6),(383,277272000,5),(383,289969200,6),(383,308721600,5),(383,321418800,6),(383,340171200,5),(383,353473200,6),(383,371620800,5),(383,384922800,6),(383,403070400,5),(383,416372400,6),(383,434520000,5),(383,447822000,6),(383,466574400,5),(383,479271600,6),(383,498024000,5),(383,510721200,6),(383,529473600,5),(383,545194800,6),(383,560923200,5),(383,574225200,6),(383,592372800,5),(383,605674800,6),(383,624427200,5),(383,637124400,6),(383,653457600,5),(383,668574000,6),(383,687326400,5),(383,700628400,6),(383,718776000,5),(383,732078000,6),(383,750225600,5),(383,763527600,6),(383,781675200,5),(383,794977200,6),(383,813729600,5),(383,826426800,6),(383,845179200,5),(383,859690800,6),(383,876628800,5),(383,889930800,6),(383,906868800,5),(383,923194800,6),(383,939528000,5),(383,952830000,6),(383,971582400,5),(383,984279600,6),(383,1003032000,5),(383,1015729200,6),(383,1034481600,5),(383,1047178800,6),(383,1065931200,5),(383,1079233200,6),(383,1097380800,5),(383,1110682800,6),(383,1128830400,5),(383,1142132400,6),(383,1160884800,5),(383,1173582000,6),(383,1192334400,5),(383,1206846000,6),(383,1223784000,5),(383,1237086000,6),(383,1255233600,5),(383,1270350000,6),(383,1286683200,5),(383,1304823600,6),(383,1313899200,5),(383,1335668400,6),(383,1346558400,5),(383,1367118000,6),(383,1378612800,5),(383,1398567600,6),(383,1410062400,5),(383,1463281200,6),(383,1471147200,5),(383,1494730800,6),(383,1502596800,5),(383,1526180400,6),(383,1534046400,5),(383,1554606000,6),(383,1567915200,5),(383,1586055600,6),(383,1599364800,5),(383,1617505200,6),(383,1630814400,5),(383,1648954800,6),(383,1662264000,5),(383,1680404400,6),(383,1693713600,5),(383,1712458800,6),(383,1725768000,5),(383,1743908400,6),(383,1757217600,5),(383,1775358000,6),(383,1788667200,5),(383,1806807600,6),(383,1820116800,5),(383,1838257200,6),(383,1851566400,5),(383,1870311600,6),(383,1883016000,5),(383,1901761200,6),(383,1915070400,5),(383,1933210800,6),(383,1946520000,5),(383,1964660400,6),(383,1977969600,5),(383,1996110000,6),(383,2009419200,5),(383,2027559600,6),(383,2040868800,5),(383,2059614000,6),(383,2072318400,5),(383,2091063600,6),(383,2104372800,5),(383,2122513200,6),(383,2135822400,5),(384,-1178124152,3),(384,-36619200,1),(384,-23922000,2),(384,-3355200,1),(384,7527600,2),(384,24465600,1),(384,37767600,2),(384,55915200,1),(384,69217200,2),(384,87969600,1),(384,100666800,2),(384,118209600,1),(384,132116400,2),(384,150868800,1),(384,163566000,2),(384,182318400,1),(384,195620400,2),(384,213768000,1),(384,227070000,2),(384,245217600,1),(384,258519600,2),(384,277272000,1),(384,289969200,2),(384,308721600,1),(384,321418800,2),(384,340171200,1),(384,353473200,2),(384,371620800,1),(384,384922800,4),(384,403070400,5),(384,416372400,4),(384,434520000,5),(384,447822000,4),(384,466574400,5),(384,479271600,4),(384,498024000,5),(384,510721200,4),(384,529473600,5),(384,545194800,4),(384,560923200,5),(384,574225200,4),(384,592372800,5),(384,605674800,4),(384,624427200,5),(384,637124400,4),(384,653457600,5),(384,668574000,4),(384,687326400,5),(384,700628400,4),(384,718776000,5),(384,732078000,4),(384,750225600,5),(384,763527600,4),(384,781675200,5),(384,794977200,4),(384,813729600,5),(384,826426800,4),(384,845179200,5),(384,859690800,4),(384,876628800,5),(384,889930800,4),(384,906868800,5),(384,923194800,4),(384,939528000,5),(384,952830000,4),(384,971582400,5),(384,984279600,4),(384,1003032000,5),(384,1015729200,4),(384,1034481600,5),(384,1047178800,4),(384,1065931200,5),(384,1079233200,4),(384,1097380800,5),(384,1110682800,4),(384,1128830400,5),(384,1142132400,4),(384,1160884800,5),(384,1173582000,4),(384,1192334400,5),(384,1206846000,4),(384,1223784000,5),(384,1237086000,4),(384,1255233600,5),(384,1270350000,4),(384,1286683200,5),(384,1304823600,4),(384,1313899200,5),(384,1335668400,4),(384,1346558400,5),(384,1367118000,4),(384,1378612800,5),(384,1398567600,4),(384,1410062400,5),(384,1463281200,4),(384,1471147200,5),(384,1494730800,4),(384,1502596800,5),(384,1526180400,4),(384,1534046400,5),(384,1554606000,4),(384,1567915200,5),(384,1586055600,4),(384,1599364800,5),(384,1617505200,4),(384,1630814400,5),(384,1648954800,4),(384,1662264000,5),(384,1680404400,4),(384,1693713600,5),(384,1712458800,4),(384,1725768000,5),(384,1743908400,4),(384,1757217600,5),(384,1775358000,4),(384,1788667200,5),(384,1806807600,4),(384,1820116800,5),(384,1838257200,4),(384,1851566400,5),(384,1870311600,4),(384,1883016000,5),(384,1901761200,4),(384,1915070400,5),(384,1933210800,4),(384,1946520000,5),(384,1964660400,4),(384,1977969600,5),(384,1996110000,4),(384,2009419200,5),(384,2027559600,4),(384,2040868800,5),(384,2059614000,4),(384,2072318400,5),(384,2091063600,4),(384,2104372800,5),(384,2122513200,4),(384,2135822400,5),(385,-1402813824,2),(385,-1311534000,1),(385,-1300996800,2),(385,-933534000,1),(385,-925675200,2),(385,-902084400,1),(385,-893620800,2),(385,-870030000,1),(385,-862171200,2),(385,-775681200,1),(385,-767822400,2),(385,-744231600,1),(385,-736372800,2),(385,-144702000,1),(385,-134251200,2),(385,-113425200,1),(385,-102542400,2),(385,-86295600,1),(385,-72907200,2),(385,-54154800,1),(385,-41457600,2),(385,-21495600,1),(385,-5774400,2),(385,9954000,1),(385,25675200,2),(385,41403600,1),(385,57729600,2),(385,73458000,1),(385,87364800,2),(385,104907600,1),(385,118900800,2),(385,136357200,1),(385,150436800,2),(385,167806800,1),(385,183528000,2),(385,199256400,1),(385,215582400,2),(385,230706000,1),(385,247032000,2),(385,263365200,1),(385,276667200,2),(385,290581200,1),(385,308721600,2),(385,322030800,1),(385,340171200,2),(385,358318800,1),(385,371620800,2),(385,389768400,1),(385,403070400,2),(385,421218000,1),(385,434520000,2),(385,452667600,1),(385,466574400,2),(385,484117200,1),(385,498024000,2),(385,511333200,1),(385,529473600,2),(385,542782800,1),(385,560923200,2),(385,574837200,1),(385,592372800,2),(385,606286800,1),(385,623822400,2),(385,638946000,1),(385,655876800,2),(385,671000400,1),(385,687330000,3),(385,702450000,1),(385,718779600,3),(385,733899600,1),(385,750229200,3),(385,765349200,1),(385,781678800,3),(385,796798800,1),(385,813128400,3),(385,828853200,1),(385,844578000,3),(385,860302800,1),(385,876632400,3),(385,891147600,4),(385,909291600,3),(385,922597200,4),(385,941346000,3),(385,954651600,4),(385,972795600,3),(385,986101200,4),(385,1004245200,3),(385,1018155600,4),(385,1035694800,3),(385,1049605200,4),(385,1067144400,3),(385,1080450000,4),(385,1162098000,3),(385,1173589200,4),(385,1193547600,3),(385,1205643600,4),(385,1224997200,3),(385,1236488400,4),(385,1256446800,3),(385,1268542800,4),(385,1288501200,3),(385,1300597200,4),(385,1321160400,3),(385,1333256400,4),(385,1352005200,3),(385,1362891600,4),(385,1383454800,3),(385,1394341200,4),(385,1414904400,3),(385,1425790800,4),(385,1446354000,3),(385,1457845200,4),(385,1478408400,3),(385,1489294800,4),(385,1509858000,3),(385,1520744400,4),(385,1541307600,3),(385,1552194000,4),(385,1572757200,3),(385,1583643600,4),(385,1604206800,3),(385,1615698000,4),(385,1636261200,3),(385,1647147600,4),(385,1667710800,3),(385,1678597200,4),(385,1699160400,3),(385,1710046800,4),(385,1730610000,3),(385,1741496400,4),(385,1762059600,3),(385,1772946000,4),(385,1793509200,3),(385,1805000400,4),(385,1825563600,3),(385,1836450000,4),(385,1857013200,3),(385,1867899600,4),(385,1888462800,3),(385,1899349200,4),(385,1919912400,3),(385,1930798800,4),(385,1951362000,3),(385,1962853200,4),(385,1983416400,3),(385,1994302800,4),(385,2014866000,3),(385,2025752400,4),(385,2046315600,3),(385,2057202000,4),(385,2077765200,3),(385,2088651600,4),(385,2109214800,3),(385,2120101200,4),(385,2140664400,3),(386,228877200,0),(386,243997200,1),(386,260326800,0),(386,276051600,1),(386,291776400,0),(386,307501200,1),(386,323830800,0),(386,338950800,1),(386,354675600,0),(386,370400400,1),(386,386125200,0),(386,401850000,1),(386,417574800,0),(386,433299600,1),(386,449024400,0),(386,465354000,1),(386,481078800,0),(386,496803600,1),(386,512528400,0),(386,528253200,1),(386,543978000,0),(386,559702800,1),(386,575427600,0),(386,591152400,1),(386,606877200,0),(386,622602000,1),(386,638326800,0),(386,654656400,1),(386,670381200,0),(386,686106000,1),(386,701830800,0),(386,717555600,1),(386,733280400,0),(386,749005200,1),(386,764730000,0),(386,780454800,1),(386,796179600,0),(386,811904400,1),(386,828234000,0),(386,846378000,1),(386,859683600,0),(386,877827600,1),(386,891133200,0),(386,909277200,1),(386,922582800,0),(386,941331600,1),(386,954032400,0),(386,972781200,1),(386,985482000,0),(386,1004230800,1),(386,1017536400,0),(386,1035680400,1),(386,1048986000,0),(386,1067130000,1),(386,1080435600,0),(386,1099184400,1),(386,1111885200,0),(386,1130634000,1),(386,1143334800,0),(386,1162083600,1),(386,1174784400,0),(386,1193533200,1),(386,1206838800,0),(386,1224982800,1),(386,1238288400,0),(386,1256432400,1),(386,1269738000,0),(386,1288486800,1),(386,1301187600,0),(386,1319936400,1),(386,1332637200,0),(386,1351386000,1),(386,1364691600,0),(386,1382835600,1),(386,1396141200,0),(386,1414285200,1),(386,1427590800,0),(386,1445734800,1),(386,1459040400,0),(386,1477789200,1),(386,1490490000,0),(386,1509238800,1),(386,1521939600,0),(386,1540688400,1),(386,1553994000,0),(386,1572138000,1),(386,1585443600,0),(386,1603587600,1),(386,1616893200,0),(386,1635642000,1),(386,1648342800,0),(386,1667091600,1),(386,1679792400,0),(386,1698541200,1),(386,1711846800,0),(386,1729990800,1),(386,1743296400,0),(386,1761440400,1),(386,1774746000,0),(386,1792890000,1),(386,1806195600,0),(386,1824944400,1),(386,1837645200,0),(386,1856394000,1),(386,1869094800,0),(386,1887843600,1),(386,1901149200,0),(386,1919293200,1),(386,1932598800,0),(386,1950742800,1),(386,1964048400,0),(386,1982797200,1),(386,1995498000,0),(386,2014246800,1),(386,2026947600,0),(386,2045696400,1),(386,2058397200,0),(386,2077146000,1),(386,2090451600,0),(386,2108595600,1),(386,2121901200,0),(386,2140045200,1),(388,-1633280400,0),(388,-1615140000,1),(388,-1601830800,0),(388,-1583690400,1),(388,-880218000,2),(388,-769395600,3),(388,-765396000,1),(388,-84387600,0),(388,-68666400,1),(388,-52938000,0),(388,-37216800,1),(388,-21488400,0),(388,-5767200,1),(388,9961200,0),(388,25682400,1),(388,41410800,0),(388,57736800,1),(388,73465200,0),(388,89186400,1),(388,104914800,0),(388,120636000,1),(388,126687600,0),(388,152085600,1),(388,162370800,0),(388,183535200,1),(388,199263600,0),(388,215589600,1),(388,230713200,0),(388,247039200,1),(388,262767600,0),(388,278488800,1),(388,294217200,0),(388,309938400,1),(388,325666800,0),(388,341388000,1),(388,357116400,0),(388,372837600,1),(388,388566000,0),(388,404892000,1),(388,420015600,0),(388,436341600,1),(388,452070000,0),(388,467791200,1),(388,483519600,0),(388,499240800,1),(388,514969200,0),(388,530690400,1),(388,544604400,0),(388,562140000,1),(388,576054000,0),(388,594194400,1),(388,607503600,0),(388,625644000,1),(388,638953200,0),(388,657093600,1),(388,671007600,0),(388,688543200,1),(388,702457200,0),(388,719992800,1),(388,733906800,0),(388,752047200,1),(388,765356400,0),(388,783496800,1),(388,796806000,0),(388,814946400,1),(388,828860400,0),(388,846396000,1),(388,860310000,0),(388,877845600,1),(388,891759600,0),(388,909295200,1),(388,923209200,0),(388,941349600,1),(388,954658800,0),(388,972799200,1),(388,986108400,0),(388,1004248800,1),(388,1018162800,0),(388,1035698400,1),(388,1049612400,0),(388,1067148000,1),(388,1081062000,0),(388,1099202400,1),(388,1112511600,0),(388,1130652000,1),(388,1143961200,0),(388,1162101600,1),(388,1173596400,0),(388,1194156000,1),(388,1205046000,0),(388,1225605600,1),(388,1236495600,0),(388,1257055200,1),(388,1268550000,0),(388,1289109600,1),(388,1299999600,0),(388,1320559200,1),(388,1331449200,0),(388,1352008800,1),(388,1362898800,0),(388,1383458400,1),(388,1394348400,0),(388,1414908000,1),(388,1425798000,0),(388,1446357600,1),(388,1457852400,0),(388,1478412000,1),(388,1489302000,0),(388,1509861600,1),(388,1520751600,0),(388,1541311200,1),(388,1552201200,0),(388,1572760800,1),(388,1583650800,0),(388,1604210400,1),(388,1615705200,0),(388,1636264800,1),(388,1647154800,0),(388,1667714400,1),(388,1678604400,0),(388,1699164000,1),(388,1710054000,0),(388,1730613600,1),(388,1741503600,0),(388,1762063200,1),(388,1772953200,0),(388,1793512800,1),(388,1805007600,0),(388,1825567200,1),(388,1836457200,0),(388,1857016800,1),(388,1867906800,0),(388,1888466400,1),(388,1899356400,0),(388,1919916000,1),(388,1930806000,0),(388,1951365600,1),(388,1962860400,0),(388,1983420000,1),(388,1994310000,0),(388,2014869600,1),(388,2025759600,0),(388,2046319200,1),(388,2057209200,0),(388,2077768800,1),(388,2088658800,0),(388,2109218400,1),(388,2120108400,0),(388,2140668000,1),(389,-929844000,0),(389,-923108400,1),(389,-906170400,0),(389,-892868400,1),(389,-875844000,0),(389,-857790000,1),(389,-844308000,0),(389,-825822000,1),(389,-812685600,0),(389,-794199600,1),(389,-779853600,0),(389,-762663600,1),(389,-399088800,0),(389,-386650800,1),(389,-368330400,0),(389,-355114800,1),(389,-336790800,0),(389,-323654400,1),(389,-305168400,0),(389,-292032000,1),(389,-273632400,0),(389,-260496000,1),(389,-242096400,0),(389,-228960000,1),(389,-210560400,0),(389,-197424000,1),(389,-178938000,0),(389,-165801600,1),(389,-147402000,0),(389,-134265600,1),(389,-115866000,0),(389,-102643200,1),(389,-84330000,0),(389,-71107200,1),(389,-52707600,0),(389,-39484800,1),(389,-21171600,0),(389,-7948800,1),(389,10364400,0),(389,23587200,1),(389,41900400,0),(389,55123200,1),(389,73522800,0),(389,86745600,1),(389,105058800,0),(389,118281600,1),(389,136594800,0),(389,149817600,1),(389,168130800,0),(389,181353600,1),(389,199753200,0),(389,212976000,1),(389,231289200,0),(389,244512000,1),(389,262825200,0),(389,276048000,1),(389,294361200,0),(389,307584000,1),(389,325983600,0),(389,339206400,1),(389,357519600,0),(389,370742400,1),(389,396399600,0),(389,402278400,1),(389,426812400,0),(389,433814400,1),(389,452214000,0),(389,465436800,1),(389,483750000,0),(389,496972800,1),(389,515286000,0),(389,528508800,1),(389,546822000,0),(389,560044800,1),(389,578444400,0),(389,591667200,1),(389,610412400,0),(389,623203200,1),(389,641516400,0),(389,654739200,1),(389,673052400,0),(389,686275200,1),(389,704674800,0),(389,717897600,1),(389,736210800,0),(389,749433600,1),(389,767746800,0),(389,780969600,1),(389,799020000,2),(389,812322000,1),(389,830469600,2),(389,843771600,1),(389,861919200,2),(389,875221200,1),(389,893368800,2),(389,906670800,1),(389,925423200,2),(389,938725200,1),(389,956872800,2),(389,970174800,1),(389,988322400,2),(389,1001624400,1),(389,1019772000,2),(389,1033074000,1),(389,1051221600,2),(389,1064523600,1),(389,1083276000,2),(389,1096578000,1),(389,1114725600,2),(389,1128027600,1),(389,1146175200,2),(389,1158872400,1),(389,1177624800,2),(389,1189112400,1),(389,1209074400,2),(389,1219957200,1),(389,1240524000,2),(389,1250802000,1),(389,1272578400,2),(389,1281474000,1),(389,1284069600,0),(389,1285880400,1),(389,1400191200,0),(389,1403816400,1),(389,1406844000,0),(389,1411678800,1),(390,-1691962479,1),(390,-1680471279,3),(390,-1664143200,2),(390,-1650146400,3),(390,-1633903200,2),(390,-1617487200,3),(390,-1601848800,2),(390,-1586037600,3),(390,-1570399200,2),(390,-1552168800,3),(390,-1538344800,2),(390,-1522533600,3),(390,-1517011200,5),(390,-1507500000,4),(390,-1490565600,3),(390,-1473631200,4),(390,-1460930400,3),(390,-1442786400,4),(390,-1428876000,3),(390,-1410732000,4),(390,-1396216800,3),(390,-1379282400,4),(390,-1364767200,3),(390,-1348437600,4),(390,-1333317600,3),(390,-1315778400,4),(390,-1301263200,3),(390,-1284328800,4),(390,-1269813600,3),(390,-1253484000,4),(390,-1238364000,3),(390,-1221429600,4),(390,-1206914400,3),(390,-1189980000,4),(390,-1175464800,3),(390,-1159135200,4),(390,-1143410400,3),(390,-1126476000,4),(390,-1111960800,3),(390,-1095631200,4),(390,-1080511200,3),(390,-1063576800,4),(390,-1049061600,3),(390,-1032127200,4),(390,-1017612000,3),(390,-1001282400,4),(390,-986162400,3),(390,-969228000,4),(390,-950479200,3),(390,-942012000,4),(390,-733356000,3),(390,-719445600,4),(390,-699487200,3),(390,-684972000,4),(390,-668037600,3),(390,-654732000,4),(390,-636588000,3),(390,-622072800,4),(390,-605743200,3),(390,-590623200,4),(390,-574293600,3),(390,-558568800,4),(390,-542239200,3),(390,-527119200,4),(390,-512604000,3),(390,-496274400,4),(390,-481154400,3),(390,-464220000,4),(390,-449704800,3),(390,-432165600,4),(390,-417650400,3),(390,-401320800,4),(390,-386200800,3),(390,-369266400,4),(390,-354751200,3),(390,-337816800,4),(390,-323301600,3),(390,-306972000,4),(390,-291852000,3),(390,-276732000,4),(390,-257983200,3),(390,-245282400,4),(390,-226533600,3),(390,-213228000,4),(390,-195084000,3),(390,-182383200,4),(390,-163634400,3),(390,-150933600,4),(390,-132184800,3),(390,-119484000,4),(390,-100735200,3),(390,-88034400,4),(390,-68680800,3),(390,-59004000,4),(390,-37242000,6),(390,57722400,8),(390,69818400,4),(390,89172000,3),(390,101268000,4),(390,120621600,3),(390,132717600,4),(390,152071200,3),(390,164167200,4),(390,183520800,3),(390,196221600,4),(390,214970400,3),(390,227671200,4),(390,246420000,3),(390,259120800,4),(390,278474400,3),(390,290570400,4),(390,309924000,3),(390,322020000,4),(390,341373600,3),(390,354675600,7),(390,372819600,8),(390,386125200,7),(390,404269200,8),(390,417574800,7),(390,435718800,8),(390,449024400,7),(390,467773200,8),(390,481078800,7),(390,499222800,8),(390,512528400,7),(390,530672400,8),(390,543978000,7),(390,562122000,8),(390,575427600,7),(390,593571600,8),(390,606877200,7),(390,625626000,8),(390,638326800,7),(390,657075600,8),(390,670381200,7),(390,688525200,8),(390,701830800,7),(390,719974800,8),(390,733280400,7),(390,751424400,8),(390,764730000,7),(390,782874000,8),(390,796179600,7),(390,814323600,8),(390,820454400,5),(390,828234000,7),(390,846378000,8),(390,859683600,7),(390,877827600,8),(390,891133200,7),(390,909277200,8),(390,922582800,7),(390,941331600,8),(390,954032400,7),(390,972781200,8),(390,985482000,7),(390,1004230800,8),(390,1017536400,7),(390,1035680400,8),(390,1048986000,7),(390,1067130000,8),(390,1080435600,7),(390,1099184400,8),(390,1111885200,7),(390,1130634000,8),(390,1143334800,7),(390,1162083600,8),(390,1174784400,7),(390,1193533200,8),(390,1206838800,7),(390,1224982800,8),(390,1238288400,7),(390,1256432400,8),(390,1269738000,7),(390,1288486800,8),(390,1301187600,7),(390,1319936400,8),(390,1332637200,7),(390,1351386000,8),(390,1364691600,7),(390,1382835600,8),(390,1396141200,7),(390,1414285200,8),(390,1427590800,7),(390,1445734800,8),(390,1459040400,7),(390,1477789200,8),(390,1490490000,7),(390,1509238800,8),(390,1521939600,7),(390,1540688400,8),(390,1553994000,7),(390,1572138000,8),(390,1585443600,7),(390,1603587600,8),(390,1616893200,7),(390,1635642000,8),(390,1648342800,7),(390,1667091600,8),(390,1679792400,7),(390,1698541200,8),(390,1711846800,7),(390,1729990800,8),(390,1743296400,7),(390,1761440400,8),(390,1774746000,7),(390,1792890000,8),(390,1806195600,7),(390,1824944400,8),(390,1837645200,7),(390,1856394000,8),(390,1869094800,7),(390,1887843600,8),(390,1901149200,7),(390,1919293200,8),(390,1932598800,7),(390,1950742800,8),(390,1964048400,7),(390,1982797200,8),(390,1995498000,7),(390,2014246800,8),(390,2026947600,7),(390,2045696400,8),(390,2058397200,7),(390,2077146000,8),(390,2090451600,7),(390,2108595600,8),(390,2121901200,7),(390,2140045200,8),(426,-1693700372,0),(426,-1680484772,1),(426,-1663453172,2),(426,-1650147572,3),(426,-1633213172,2),(426,-1617488372,3),(426,-1601158772,2),(426,-1586038772,3),(426,-1569709172,2),(426,-1554589172,3),(426,-1538259572,2),(426,-1523139572,3),(426,-1507501172,2),(426,-1490566772,3),(426,-1470176372,2),(426,-1459117172,3),(426,-1443997172,2),(426,-1427667572,3),(426,-1406672372,2),(426,-1396217972,3),(426,-1376950772,2),(426,-1364768372,3),(426,-1345414772,2),(426,-1333318772,3),(426,-1313792372,2),(426,-1301264372,3),(426,-1282256372,2),(426,-1269814772,3),(426,-1250720372,2),(426,-1238365172,3),(426,-1219184372,2),(426,-1206915572,3),(426,-1186957172,2),(426,-1175465972,3),(426,-1156025972,2),(426,-1143411572,3),(426,-1124489972,2),(426,-1111961972,3),(426,-1092953972,2),(426,-1080512372,3),(426,-1061331572,2),(426,-1049062772,3),(426,-1029190772,2),(426,-1025745572,6),(426,-1017613200,4),(426,-998259600,5),(426,-986163600,4),(426,-966723600,5),(426,-954109200,4),(426,-935022000,9),(426,-857257200,7),(426,-844556400,8),(426,-828226800,7),(426,-812502000,8),(426,-796777200,7),(426,-781052400,8),(426,-766623600,7),(426,220921200,12),(426,228877200,10),(426,243997200,11),(426,260326800,10),(426,276051600,11),(426,291776400,10),(426,307501200,11),(426,323830800,10),(426,338950800,11),(426,354675600,10),(426,370400400,11),(426,386125200,10),(426,401850000,11),(426,417574800,10),(426,433299600,11),(426,449024400,10),(426,465354000,11),(426,481078800,10),(426,496803600,11),(426,512528400,10),(426,528253200,11),(426,543978000,10),(426,559702800,11),(426,575427600,10),(426,591152400,11),(426,606877200,10),(426,622602000,11),(426,638326800,10),(426,654656400,11),(426,670381200,10),(426,686106000,11),(426,701830800,10),(426,717555600,11),(426,733280400,10),(426,749005200,11),(426,764730000,10),(426,780454800,11),(426,796179600,10),(426,811904400,11),(426,828234000,10),(426,846378000,11),(426,859683600,10),(426,877827600,11),(426,891133200,10),(426,909277200,11),(426,922582800,10),(426,941331600,11),(426,954032400,10),(426,972781200,11),(426,985482000,10),(426,1004230800,11),(426,1017536400,10),(426,1035680400,11),(426,1048986000,10),(426,1067130000,11),(426,1080435600,10),(426,1099184400,11),(426,1111885200,10),(426,1130634000,11),(426,1143334800,10),(426,1162083600,11),(426,1174784400,10),(426,1193533200,11),(426,1206838800,10),(426,1224982800,11),(426,1238288400,10),(426,1256432400,11),(426,1269738000,10),(426,1288486800,11),(426,1301187600,10),(426,1319936400,11),(426,1332637200,10),(426,1351386000,11),(426,1364691600,10),(426,1382835600,11),(426,1396141200,10),(426,1414285200,11),(426,1427590800,10),(426,1445734800,11),(426,1459040400,10),(426,1477789200,11),(426,1490490000,10),(426,1509238800,11),(426,1521939600,10),(426,1540688400,11),(426,1553994000,10),(426,1572138000,11),(426,1585443600,10),(426,1603587600,11),(426,1616893200,10),(426,1635642000,11),(426,1648342800,10),(426,1667091600,11),(426,1679792400,10),(426,1698541200,11),(426,1711846800,10),(426,1729990800,11),(426,1743296400,10),(426,1761440400,11),(426,1774746000,10),(426,1792890000,11),(426,1806195600,10),(426,1824944400,11),(426,1837645200,10),(426,1856394000,11),(426,1869094800,10),(426,1887843600,11),(426,1901149200,10),(426,1919293200,11),(426,1932598800,10),(426,1950742800,11),(426,1964048400,10),(426,1982797200,11),(426,1995498000,10),(426,2014246800,11),(426,2026947600,10),(426,2045696400,11),(426,2058397200,10),(426,2077146000,11),(426,2090451600,10),(426,2108595600,11),(426,2121901200,10),(426,2140045200,11),(427,-733881600,1),(427,481078800,2),(427,496803600,3),(427,512528400,2),(427,528253200,3),(427,543978000,2),(427,559702800,3),(427,575427600,2),(427,591152400,3),(427,606877200,2),(427,622602000,3),(427,638326800,2),(427,654656400,3),(427,670381200,2),(427,686106000,3),(427,701830800,2),(427,717555600,3),(427,733280400,2),(427,749005200,3),(427,764730000,2),(427,780454800,3),(427,796179600,2),(427,811904400,3),(427,828234000,2),(427,846378000,3),(427,859683600,2),(427,877827600,3),(427,891133200,2),(427,909277200,3),(427,922582800,2),(427,941331600,3),(427,954032400,2),(427,972781200,3),(427,985482000,2),(427,1004230800,3),(427,1017536400,2),(427,1035680400,3),(427,1048986000,2),(427,1067130000,3),(427,1080435600,2),(427,1099184400,3),(427,1111885200,2),(427,1130634000,3),(427,1143334800,2),(427,1162083600,3),(427,1174784400,2),(427,1193533200,3),(427,1206838800,2),(427,1224982800,3),(427,1238288400,2),(427,1256432400,3),(427,1269738000,2),(427,1288486800,3),(427,1301187600,2),(427,1319936400,3),(427,1332637200,2),(427,1351386000,3),(427,1364691600,2),(427,1382835600,3),(427,1396141200,2),(427,1414285200,3),(427,1427590800,2),(427,1445734800,3),(427,1459040400,2),(427,1477789200,3),(427,1490490000,2),(427,1509238800,3),(427,1521939600,2),(427,1540688400,3),(427,1553994000,2),(427,1572138000,3),(427,1585443600,2),(427,1603587600,3),(427,1616893200,2),(427,1635642000,3),(427,1648342800,2),(427,1667091600,3),(427,1679792400,2),(427,1698541200,3),(427,1711846800,2),(427,1729990800,3),(427,1743296400,2),(427,1761440400,3),(427,1774746000,2),(427,1792890000,3),(427,1806195600,2),(427,1824944400,3),(427,1837645200,2),(427,1856394000,3),(427,1869094800,2),(427,1887843600,3),(427,1901149200,2),(427,1919293200,3),(427,1932598800,2),(427,1950742800,3),(427,1964048400,2),(427,1982797200,3),(427,1995498000,2),(427,2014246800,3),(427,2026947600,2),(427,2045696400,3),(427,2058397200,2),(427,2077146000,3),(427,2090451600,2),(427,2108595600,3),(427,2121901200,2),(427,2140045200,3),(428,-1441249932,1),(428,-1247540400,3),(428,354916800,2),(428,370724400,3),(428,386452800,2),(428,402260400,3),(428,417988800,2),(428,433796400,3),(428,449611200,2),(428,465343200,4),(428,481068000,5),(428,496792800,4),(428,512517600,5),(428,528242400,4),(428,543967200,5),(428,559692000,4),(428,575416800,5),(428,591141600,4),(428,606866400,6),(428,622594800,7),(428,638319600,6),(428,654649200,7),(428,670374000,4),(428,701820000,6),(428,717548400,7),(428,733273200,6),(428,748998000,7),(428,764722800,6),(428,780447600,7),(428,796172400,6),(428,811897200,7),(428,828226800,6),(428,846370800,7),(428,859676400,6),(428,877820400,7),(428,891126000,6),(428,909270000,7),(428,922575600,6),(428,941324400,7),(428,954025200,6),(428,972774000,7),(428,985474800,6),(428,1004223600,7),(428,1017529200,6),(428,1035673200,7),(428,1048978800,6),(428,1067122800,7),(428,1080428400,6),(428,1099177200,7),(428,1111878000,6),(428,1130626800,7),(428,1143327600,6),(428,1162076400,7),(428,1174777200,6),(428,1193526000,7),(428,1206831600,6),(428,1224975600,7),(428,1238281200,6),(428,1256425200,7),(428,1269730800,6),(428,1288479600,7),(428,1301180400,4),(428,1414274400,7),(428,1459033200,4),(429,-1686101632,2),(429,-1182996000,1),(429,-1178161200,2),(429,-906861600,1),(429,-904878000,4),(429,-857257200,3),(429,-844477200,4),(429,-828237600,3),(429,-812422800,2),(429,-552362400,1),(429,-541652400,2),(429,166485600,5),(429,186184800,6),(429,198028800,5),(429,213753600,6),(429,228873600,5),(429,244080000,6),(429,260323200,5),(429,275446800,2),(429,291798000,1),(429,307407600,2),(429,323388000,1),(429,338936400,2),(429,354675600,7),(429,370400400,8),(429,386125200,7),(429,401850000,8),(429,417574800,7),(429,433299600,8),(429,449024400,7),(429,465354000,8),(429,481078800,7),(429,496803600,8),(429,512528400,7),(429,528253200,8),(429,543978000,7),(429,559702800,8),(429,575427600,7),(429,591152400,8),(429,606877200,7),(429,622602000,8),(429,638326800,7),(429,654656400,8),(429,670381200,7),(429,686106000,8),(429,701830800,7),(429,717555600,8),(429,733280400,7),(429,749005200,8),(429,764730000,7),(429,780454800,8),(429,796179600,7),(429,811904400,8),(429,828234000,7),(429,846378000,8),(429,859683600,7),(429,877827600,8),(429,891133200,7),(429,909277200,8),(429,922582800,7),(429,941331600,8),(429,954032400,7),(429,972781200,8),(429,985482000,7),(429,1004230800,8),(429,1017536400,7),(429,1035680400,8),(429,1048986000,7),(429,1067130000,8),(429,1080435600,7),(429,1099184400,8),(429,1111885200,7),(429,1130634000,8),(429,1143334800,7),(429,1162083600,8),(429,1174784400,7),(429,1193533200,8),(429,1206838800,7),(429,1224982800,8),(429,1238288400,7),(429,1256432400,8),(429,1269738000,7),(429,1288486800,8),(429,1301187600,7),(429,1319936400,8),(429,1332637200,7),(429,1351386000,8),(429,1364691600,7),(429,1382835600,8),(429,1396141200,7),(429,1414285200,8),(429,1427590800,7),(429,1445734800,8),(429,1459040400,7),(429,1477789200,8),(429,1490490000,7),(429,1509238800,8),(429,1521939600,7),(429,1540688400,8),(429,1553994000,7),(429,1572138000,8),(429,1585443600,7),(429,1603587600,8),(429,1616893200,7),(429,1635642000,8),(429,1648342800,7),(429,1667091600,8),(429,1679792400,7),(429,1698541200,8),(429,1711846800,7),(429,1729990800,8),(429,1743296400,7),(429,1761440400,8),(429,1774746000,7),(429,1792890000,8),(429,1806195600,7),(429,1824944400,8),(429,1837645200,7),(429,1856394000,8),(429,1869094800,7),(429,1887843600,8),(429,1901149200,7),(429,1919293200,8),(429,1932598800,7),(429,1950742800,8),(429,1964048400,7),(429,1982797200,8),(429,1995498000,7),(429,2014246800,8),(429,2026947600,7),(429,2045696400,8),(429,2058397200,7),(429,2077146000,8),(429,2090451600,7),(429,2108595600,8),(429,2121901200,7),(429,2140045200,8),(430,-1691964000,0),(430,-1680472800,1),(430,-1664143200,0),(430,-1650146400,1),(430,-1633903200,0),(430,-1617487200,1),(430,-1601848800,0),(430,-1586037600,1),(430,-1570399200,0),(430,-1552168800,1),(430,-1538344800,0),(430,-1522533600,1),(430,-1507500000,0),(430,-1490565600,1),(430,-1473631200,0),(430,-1460930400,1),(430,-1442786400,0),(430,-1428876000,1),(430,-1410732000,0),(430,-1396216800,1),(430,-1379282400,0),(430,-1364767200,1),(430,-1348437600,0),(430,-1333317600,1),(430,-1315778400,0),(430,-1301263200,1),(430,-1284328800,0),(430,-1269813600,1),(430,-1253484000,0),(430,-1238364000,1),(430,-1221429600,0),(430,-1206914400,1),(430,-1189980000,0),(430,-1175464800,1),(430,-1159135200,0),(430,-1143410400,1),(430,-1126476000,0),(430,-1111960800,1),(430,-1095631200,0),(430,-1080511200,1),(430,-1063576800,0),(430,-1049061600,1),(430,-1032127200,0),(430,-1017612000,1),(430,-1001282400,0),(430,-986162400,1),(430,-969228000,0),(430,-950479200,1),(430,-942012000,0),(430,-904518000,2),(430,-896050800,0),(430,-875487600,2),(430,-864601200,0),(430,-844038000,2),(430,-832546800,0),(430,-812588400,2),(430,-798073200,0),(430,-781052400,2),(430,-772066800,0),(430,-764805600,1),(430,-748476000,0),(430,-733356000,1),(430,-719445600,0),(430,-717030000,2),(430,-706748400,0),(430,-699487200,1),(430,-687996000,0),(430,-668037600,1),(430,-654732000,0),(430,-636588000,1),(430,-622072800,0),(430,-605743200,1),(430,-590623200,0),(430,-574293600,1),(430,-558568800,0),(430,-542239200,1),(430,-527119200,0),(430,-512604000,1),(430,-496274400,0),(430,-481154400,1),(430,-464220000,0),(430,-449704800,1),(430,-432165600,0),(430,-417650400,1),(430,-401320800,0),(430,-386200800,1),(430,-369266400,0),(430,-354751200,1),(430,-337816800,0),(430,-323301600,1),(430,-306972000,0),(430,-291852000,1),(430,-276732000,0),(430,-257983200,1),(430,-245282400,0),(430,-226533600,1),(430,-213228000,0),(430,-195084000,1),(430,-182383200,0),(430,-163634400,1),(430,-150933600,0),(430,-132184800,1),(430,-119484000,0),(430,-100735200,1),(430,-88034400,0),(430,-68680800,1),(430,-59004000,0),(430,-37242000,3),(430,57722400,5),(430,69818400,0),(430,89172000,1),(430,101268000,0),(430,120621600,1),(430,132717600,0),(430,152071200,1),(430,164167200,0),(430,183520800,1),(430,196221600,0),(430,214970400,1),(430,227671200,0),(430,246420000,1),(430,259120800,0),(430,278474400,1),(430,290570400,0),(430,309924000,1),(430,322020000,0),(430,341373600,1),(430,354675600,4),(430,372819600,5),(430,386125200,4),(430,404269200,5),(430,417574800,4),(430,435718800,5),(430,449024400,4),(430,467773200,5),(430,481078800,4),(430,499222800,5),(430,512528400,4),(430,530672400,5),(430,543978000,4),(430,562122000,5),(430,575427600,4),(430,593571600,5),(430,606877200,4),(430,625626000,5),(430,638326800,4),(430,657075600,5),(430,670381200,4),(430,688525200,5),(430,701830800,4),(430,719974800,5),(430,733280400,4),(430,751424400,5),(430,764730000,4),(430,782874000,5),(430,796179600,4),(430,814323600,5),(430,820454400,6),(430,828234000,4),(430,846378000,5),(430,859683600,4),(430,877827600,5),(430,891133200,4),(430,909277200,5),(430,922582800,4),(430,941331600,5),(430,954032400,4),(430,972781200,5),(430,985482000,4),(430,1004230800,5),(430,1017536400,4),(430,1035680400,5),(430,1048986000,4),(430,1067130000,5),(430,1080435600,4),(430,1099184400,5),(430,1111885200,4),(430,1130634000,5),(430,1143334800,4),(430,1162083600,5),(430,1174784400,4),(430,1193533200,5),(430,1206838800,4),(430,1224982800,5),(430,1238288400,4),(430,1256432400,5),(430,1269738000,4),(430,1288486800,5),(430,1301187600,4),(430,1319936400,5),(430,1332637200,4),(430,1351386000,5),(430,1364691600,4),(430,1382835600,5),(430,1396141200,4),(430,1414285200,5),(430,1427590800,4),(430,1445734800,5),(430,1459040400,4),(430,1477789200,5),(430,1490490000,4),(430,1509238800,5),(430,1521939600,4),(430,1540688400,5),(430,1553994000,4),(430,1572138000,5),(430,1585443600,4),(430,1603587600,5),(430,1616893200,4),(430,1635642000,5),(430,1648342800,4),(430,1667091600,5),(430,1679792400,4),(430,1698541200,5),(430,1711846800,4),(430,1729990800,5),(430,1743296400,4),(430,1761440400,5),(430,1774746000,4),(430,1792890000,5),(430,1806195600,4),(430,1824944400,5),(430,1837645200,4),(430,1856394000,5),(430,1869094800,4),(430,1887843600,5),(430,1901149200,4),(430,1919293200,5),(430,1932598800,4),(430,1950742800,5),(430,1964048400,4),(430,1982797200,5),(430,1995498000,4),(430,2014246800,5),(430,2026947600,4),(430,2045696400,5),(430,2058397200,4),(430,2077146000,5),(430,2090451600,4),(430,2108595600,5),(430,2121901200,4),(430,2140045200,5),(431,-905824800,3),(431,-857257200,1),(431,-844556400,2),(431,-828226800,1),(431,-812502000,2),(431,-796777200,1),(431,-788922000,0),(431,-777942000,2),(431,-766623600,1),(431,407199600,0),(431,417574800,4),(431,433299600,5),(431,449024400,4),(431,465354000,5),(431,481078800,4),(431,496803600,5),(431,512528400,4),(431,528253200,5),(431,543978000,4),(431,559702800,5),(431,575427600,4),(431,591152400,5),(431,606877200,4),(431,622602000,5),(431,638326800,4),(431,654656400,5),(431,670381200,4),(431,686106000,5),(431,701830800,4),(431,717555600,5),(431,733280400,4),(431,749005200,5),(431,764730000,4),(431,780454800,5),(431,796179600,4),(431,811904400,5),(431,828234000,4),(431,846378000,5),(431,859683600,4),(431,877827600,5),(431,891133200,4),(431,909277200,5),(431,922582800,4),(431,941331600,5),(431,954032400,4),(431,972781200,5),(431,985482000,4),(431,1004230800,5),(431,1017536400,4),(431,1035680400,5),(431,1048986000,4),(431,1067130000,5),(431,1080435600,4),(431,1099184400,5),(431,1111885200,4),(431,1130634000,5),(431,1143334800,4),(431,1162083600,5),(431,1174784400,4),(431,1193533200,5),(431,1206838800,4),(431,1224982800,5),(431,1238288400,4),(431,1256432400,5),(431,1269738000,4),(431,1288486800,5),(431,1301187600,4),(431,1319936400,5),(431,1332637200,4),(431,1351386000,5),(431,1364691600,4),(431,1382835600,5),(431,1396141200,4),(431,1414285200,5),(431,1427590800,4),(431,1445734800,5),(431,1459040400,4),(431,1477789200,5),(431,1490490000,4),(431,1509238800,5),(431,1521939600,4),(431,1540688400,5),(431,1553994000,4),(431,1572138000,5),(431,1585443600,4),(431,1603587600,5),(431,1616893200,4),(431,1635642000,5),(431,1648342800,4),(431,1667091600,5),(431,1679792400,4),(431,1698541200,5),(431,1711846800,4),(431,1729990800,5),(431,1743296400,4),(431,1761440400,5),(431,1774746000,4),(431,1792890000,5),(431,1806195600,4),(431,1824944400,5),(431,1837645200,4),(431,1856394000,5),(431,1869094800,4),(431,1887843600,5),(431,1901149200,4),(431,1919293200,5),(431,1932598800,4),(431,1950742800,5),(431,1964048400,4),(431,1982797200,5),(431,1995498000,4),(431,2014246800,5),(431,2026947600,4),(431,2045696400,5),(431,2058397200,4),(431,2077146000,5),(431,2090451600,4),(431,2108595600,5),(431,2121901200,4),(431,2140045200,5),(432,-1693706400,0),(432,-1680483600,1),(432,-1663455600,2),(432,-1650150000,3),(432,-1632006000,2),(432,-1618700400,3),(432,-938905200,2),(432,-857257200,3),(432,-844556400,2),(432,-828226800,3),(432,-812502000,2),(432,-796777200,3),(432,-781052400,2),(432,-776563200,4),(432,-765936000,0),(432,-761180400,3),(432,-757386000,1),(432,-748479600,2),(432,-733273200,3),(432,-717631200,2),(432,-714610800,5),(432,-710380800,0),(432,-701910000,3),(432,-684975600,2),(432,-670460400,3),(432,-654130800,2),(432,-639010800,3),(432,315529200,1),(432,323830800,6),(432,338950800,7),(432,354675600,6),(432,370400400,7),(432,386125200,6),(432,401850000,7),(432,417574800,6),(432,433299600,7),(432,449024400,6),(432,465354000,7),(432,481078800,6),(432,496803600,7),(432,512528400,6),(432,528253200,7),(432,543978000,6),(432,559702800,7),(432,575427600,6),(432,591152400,7),(432,606877200,6),(432,622602000,7),(432,638326800,6),(432,654656400,7),(432,670381200,6),(432,686106000,7),(432,701830800,6),(432,717555600,7),(432,733280400,6),(432,749005200,7),(432,764730000,6),(432,780454800,7),(432,796179600,6),(432,811904400,7),(432,828234000,6),(432,846378000,7),(432,859683600,6),(432,877827600,7),(432,891133200,6),(432,909277200,7),(432,922582800,6),(432,941331600,7),(432,954032400,6),(432,972781200,7),(432,985482000,6),(432,1004230800,7),(432,1017536400,6),(432,1035680400,7),(432,1048986000,6),(432,1067130000,7),(432,1080435600,6),(432,1099184400,7),(432,1111885200,6),(432,1130634000,7),(432,1143334800,6),(432,1162083600,7),(432,1174784400,6),(432,1193533200,7),(432,1206838800,6),(432,1224982800,7),(432,1238288400,6),(432,1256432400,7),(432,1269738000,6),(432,1288486800,7),(432,1301187600,6),(432,1319936400,7),(432,1332637200,6),(432,1351386000,7),(432,1364691600,6),(432,1382835600,7),(432,1396141200,6),(432,1414285200,7),(432,1427590800,6),(432,1445734800,7),(432,1459040400,6),(432,1477789200,7),(432,1490490000,6),(432,1509238800,7),(432,1521939600,6),(432,1540688400,7),(432,1553994000,6),(432,1572138000,7),(432,1585443600,6),(432,1603587600,7),(432,1616893200,6),(432,1635642000,7),(432,1648342800,6),(432,1667091600,7),(432,1679792400,6),(432,1698541200,7),(432,1711846800,6),(432,1729990800,7),(432,1743296400,6),(432,1761440400,7),(432,1774746000,6),(432,1792890000,7),(432,1806195600,6),(432,1824944400,7),(432,1837645200,6),(432,1856394000,7),(432,1869094800,6),(432,1887843600,7),(432,1901149200,6),(432,1919293200,7),(432,1932598800,6),(432,1950742800,7),(432,1964048400,6),(432,1982797200,7),(432,1995498000,6),(432,2014246800,7),(432,2026947600,6),(432,2045696400,7),(432,2058397200,6),(432,2077146000,7),(432,2090451600,6),(432,2108595600,7),(432,2121901200,6),(432,2140045200,7),(433,-1693706400,0),(433,-1680483600,1),(433,-1663455600,2),(433,-1650150000,3),(433,-1632006000,2),(433,-1618700400,3),(433,-938905200,2),(433,-857257200,3),(433,-844556400,2),(433,-828226800,3),(433,-812502000,2),(433,-796777200,3),(433,-781052400,2),(433,-777866400,0),(433,-765327600,3),(433,-746578800,2),(433,-733359600,3),(433,-728517600,4),(433,-721260000,1),(433,-716425200,2),(433,-701910000,3),(433,-684975600,2),(433,-670460400,3),(433,-654217200,2),(433,-639010800,3),(433,283993200,1),(433,291776400,5),(433,307501200,6),(433,323830800,5),(433,338950800,6),(433,354675600,5),(433,370400400,6),(433,386125200,5),(433,401850000,6),(433,417574800,5),(433,433299600,6),(433,449024400,5),(433,465354000,6),(433,481078800,5),(433,496803600,6),(433,512528400,5),(433,528253200,6),(433,543978000,5),(433,559702800,6),(433,575427600,5),(433,591152400,6),(433,606877200,5),(433,622602000,6),(433,638326800,5),(433,654656400,6),(433,670381200,5),(433,686106000,6),(433,701830800,5),(433,717555600,6),(433,733280400,5),(433,749005200,6),(433,764730000,5),(433,780454800,6),(433,796179600,5),(433,811904400,6),(433,828234000,5),(433,846378000,6),(433,859683600,5),(433,877827600,6),(433,891133200,5),(433,909277200,6),(433,922582800,5),(433,941331600,6),(433,954032400,5),(433,972781200,6),(433,985482000,5),(433,1004230800,6),(433,1017536400,5),(433,1035680400,6),(433,1048986000,5),(433,1067130000,6),(433,1080435600,5),(433,1099184400,6),(433,1111885200,5),(433,1130634000,6),(433,1143334800,5),(433,1162083600,6),(433,1174784400,5),(433,1193533200,6),(433,1206838800,5),(433,1224982800,6),(433,1238288400,5),(433,1256432400,6),(433,1269738000,5),(433,1288486800,6),(433,1301187600,5),(433,1319936400,6),(433,1332637200,5),(433,1351386000,6),(433,1364691600,5),(433,1382835600,6),(433,1396141200,5),(433,1414285200,6),(433,1427590800,5),(433,1445734800,6),(433,1459040400,5),(433,1477789200,6),(433,1490490000,5),(433,1509238800,6),(433,1521939600,5),(433,1540688400,6),(433,1553994000,5),(433,1572138000,6),(433,1585443600,5),(433,1603587600,6),(433,1616893200,5),(433,1635642000,6),(433,1648342800,5),(433,1667091600,6),(433,1679792400,5),(433,1698541200,6),(433,1711846800,5),(433,1729990800,6),(433,1743296400,5),(433,1761440400,6),(433,1774746000,5),(433,1792890000,6),(433,1806195600,5),(433,1824944400,6),(433,1837645200,5),(433,1856394000,6),(433,1869094800,5),(433,1887843600,6),(433,1901149200,5),(433,1919293200,6),(433,1932598800,5),(433,1950742800,6),(433,1964048400,5),(433,1982797200,6),(433,1995498000,5),(433,2014246800,6),(433,2026947600,5),(433,2045696400,6),(433,2058397200,5),(433,2077146000,6),(433,2090451600,5),(433,2108595600,6),(433,2121901200,5),(433,2140045200,6),(434,-1740355200,1),(434,-1693702800,4),(434,-1680483600,1),(434,-1663455600,2),(434,-1650150000,3),(434,-1632006000,2),(434,-1618700400,3),(434,-1613826000,7),(434,-1604278800,5),(434,-1585530000,6),(434,-1574038800,5),(434,-1552266000,6),(434,-1539997200,5),(434,-1520557200,6),(434,-1507510800,5),(434,-1490576400,6),(434,-1473642000,5),(434,-1459126800,6),(434,-1444006800,5),(434,-1427677200,6),(434,-1411952400,5),(434,-1396227600,6),(434,-1379293200,5),(434,-1364778000,6),(434,-1348448400,5),(434,-1333328400,6),(434,-1316394000,5),(434,-1301263200,6),(434,-1284328800,5),(434,-1269813600,6),(434,-1253484000,5),(434,-1238364000,6),(434,-1221429600,5),(434,-1206914400,6),(434,-1191189600,5),(434,-1175464800,6),(434,-1160344800,5),(434,-1143410400,6),(434,-1127685600,5),(434,-1111960800,6),(434,-1096840800,5),(434,-1080511200,6),(434,-1063576800,5),(434,-1049061600,6),(434,-1033336800,5),(434,-1017612000,6),(434,-1002492000,5),(434,-986162400,6),(434,-969228000,5),(434,-950479200,6),(434,-942012000,5),(434,-934668000,2),(434,-857257200,3),(434,-844556400,2),(434,-828226800,3),(434,-812502000,2),(434,-799293600,4),(434,-798073200,3),(434,-781052400,2),(434,-766623600,3),(434,-745455600,2),(434,-733273200,3),(434,220921200,1),(434,228877200,8),(434,243997200,9),(434,260326800,8),(434,276051600,9),(434,291776400,8),(434,307501200,9),(434,323830800,8),(434,338950800,9),(434,354675600,8),(434,370400400,9),(434,386125200,8),(434,401850000,9),(434,417574800,8),(434,433299600,9),(434,449024400,8),(434,465354000,9),(434,481078800,8),(434,496803600,9),(434,512528400,8),(434,528253200,9),(434,543978000,8),(434,559702800,9),(434,575427600,8),(434,591152400,9),(434,606877200,8),(434,622602000,9),(434,638326800,8),(434,654656400,9),(434,670381200,8),(434,686106000,9),(434,701830800,8),(434,717555600,9),(434,733280400,8),(434,749005200,9),(434,764730000,8),(434,780454800,9),(434,796179600,8),(434,811904400,9),(434,828234000,8),(434,846378000,9),(434,859683600,8),(434,877827600,9),(434,891133200,8),(434,909277200,9),(434,922582800,8),(434,941331600,9),(434,954032400,8),(434,972781200,9),(434,985482000,8),(434,1004230800,9),(434,1017536400,8),(434,1035680400,9),(434,1048986000,8),(434,1067130000,9),(434,1080435600,8),(434,1099184400,9),(434,1111885200,8),(434,1130634000,9),(434,1143334800,8),(434,1162083600,9),(434,1174784400,8),(434,1193533200,9),(434,1206838800,8),(434,1224982800,9),(434,1238288400,8),(434,1256432400,9),(434,1269738000,8),(434,1288486800,9),(434,1301187600,8),(434,1319936400,9),(434,1332637200,8),(434,1351386000,9),(434,1364691600,8),(434,1382835600,9),(434,1396141200,8),(434,1414285200,9),(434,1427590800,8),(434,1445734800,9),(434,1459040400,8),(434,1477789200,9),(434,1490490000,8),(434,1509238800,9),(434,1521939600,8),(434,1540688400,9),(434,1553994000,8),(434,1572138000,9),(434,1585443600,8),(434,1603587600,9),(434,1616893200,8),(434,1635642000,9),(434,1648342800,8),(434,1667091600,9),(434,1679792400,8),(434,1698541200,9),(434,1711846800,8),(434,1729990800,9),(434,1743296400,8),(434,1761440400,9),(434,1774746000,8),(434,1792890000,9),(434,1806195600,8),(434,1824944400,9),(434,1837645200,8),(434,1856394000,9),(434,1869094800,8),(434,1887843600,9),(434,1901149200,8),(434,1919293200,9),(434,1932598800,8),(434,1950742800,9),(434,1964048400,8),(434,1982797200,9),(434,1995498000,8),(434,2014246800,9),(434,2026947600,8),(434,2045696400,9),(434,2058397200,8),(434,2077146000,9),(434,2090451600,8),(434,2108595600,9),(434,2121901200,8),(434,2140045200,9),(435,-1213148664,4),(435,-1187056800,1),(435,-1175479200,2),(435,-1159754400,1),(435,-1144029600,2),(435,-1127700000,1),(435,-1111975200,2),(435,-1096250400,1),(435,-1080525600,2),(435,-1064800800,1),(435,-1049076000,2),(435,-1033351200,1),(435,-1017626400,2),(435,-1001901600,1),(435,-986176800,2),(435,-970452000,1),(435,-954727200,2),(435,296604000,3),(435,307486800,4),(435,323816400,3),(435,338940000,4),(435,354672000,1),(435,370396800,2),(435,386121600,1),(435,401846400,2),(435,417571200,1),(435,433296000,2),(435,449020800,1),(435,465350400,2),(435,481075200,1),(435,496800000,2),(435,512524800,1),(435,528249600,2),(435,543974400,1),(435,559699200,2),(435,575424000,1),(435,591148800,2),(435,606873600,1),(435,622598400,2),(435,638323200,1),(435,654652800,2),(435,662680800,4),(435,670370400,1),(435,686095200,2),(435,701820000,1),(435,717544800,2),(435,733269600,1),(435,748994400,2),(435,757375200,4),(435,764719200,3),(435,780440400,4),(435,796168800,3),(435,811890000,4),(435,828223200,3),(435,846363600,4),(435,859683600,5),(435,877827600,6),(435,891133200,5),(435,909277200,6),(435,922582800,5),(435,941331600,6),(435,954032400,5),(435,972781200,6),(435,985482000,5),(435,1004230800,6),(435,1017536400,5),(435,1035680400,6),(435,1048986000,5),(435,1067130000,6),(435,1080435600,5),(435,1099184400,6),(435,1111885200,5),(435,1130634000,6),(435,1143334800,5),(435,1162083600,6),(435,1174784400,5),(435,1193533200,6),(435,1206838800,5),(435,1224982800,6),(435,1238288400,5),(435,1256432400,6),(435,1269738000,5),(435,1288486800,6),(435,1301187600,5),(435,1319936400,6),(435,1332637200,5),(435,1351386000,6),(435,1364691600,5),(435,1382835600,6),(435,1396141200,5),(435,1414285200,6),(435,1427590800,5),(435,1445734800,6),(435,1459040400,5),(435,1477789200,6),(435,1490490000,5),(435,1509238800,6),(435,1521939600,5),(435,1540688400,6),(435,1553994000,5),(435,1572138000,6),(435,1585443600,5),(435,1603587600,6),(435,1616893200,5),(435,1635642000,6),(435,1648342800,5),(435,1667091600,6),(435,1679792400,5),(435,1698541200,6),(435,1711846800,5),(435,1729990800,6),(435,1743296400,5),(435,1761440400,6),(435,1774746000,5),(435,1792890000,6),(435,1806195600,5),(435,1824944400,6),(435,1837645200,5),(435,1856394000,6),(435,1869094800,5),(435,1887843600,6),(435,1901149200,5),(435,1919293200,6),(435,1932598800,5),(435,1950742800,6),(435,1964048400,5),(435,1982797200,6),(435,1995498000,5),(435,2014246800,6),(435,2026947600,5),(435,2045696400,6),(435,2058397200,5),(435,2077146000,6),(435,2090451600,5),(435,2108595600,6),(435,2121901200,5),(435,2140045200,6),(436,-1693706400,0),(436,-1680483600,1),(436,-1663455600,2),(436,-1650150000,3),(436,-1640998800,1),(436,-1632006000,0),(436,-1618700400,1),(436,-1600470000,0),(436,-1587250800,1),(436,-1569711600,0),(436,-1555196400,1),(436,-906775200,0),(436,-857257200,3),(436,-844556400,2),(436,-828226800,3),(436,-812502000,2),(436,-796777200,3),(436,-788922000,1),(436,-778471200,0),(436,-762656400,1),(436,-749689200,2),(436,-733276800,1),(436,-717634800,2),(436,-701910000,3),(436,-686185200,2),(436,-670460400,3),(436,-654130800,2),(436,-639010800,3),(436,-492656400,0),(436,-481168800,1),(436,-461199600,0),(436,-449708400,1),(436,-428540400,0),(436,-418258800,1),(436,-397090800,0),(436,-386809200,1),(436,323823600,0),(436,338943600,1),(436,354668400,0),(436,370393200,1),(436,386118000,0),(436,401842800,1),(436,417567600,0),(436,433292400,1),(436,449024400,4),(436,465354000,5),(436,481078800,4),(436,496803600,5),(436,512528400,4),(436,528253200,5),(436,543978000,4),(436,559702800,5),(436,575427600,4),(436,591152400,5),(436,606877200,4),(436,622602000,5),(436,638326800,4),(436,654656400,5),(436,670381200,4),(436,686106000,5),(436,701830800,4),(436,717555600,5),(436,733280400,4),(436,749005200,5),(436,764730000,4),(436,780454800,5),(436,796179600,4),(436,811904400,5),(436,828234000,4),(436,846378000,5),(436,859683600,4),(436,877827600,5),(436,891133200,4),(436,909277200,5),(436,922582800,4),(436,941331600,5),(436,954032400,4),(436,972781200,5),(436,985482000,4),(436,1004230800,5),(436,1017536400,4),(436,1035680400,5),(436,1048986000,4),(436,1067130000,5),(436,1080435600,4),(436,1099184400,5),(436,1111885200,4),(436,1130634000,5),(436,1143334800,4),(436,1162083600,5),(436,1174784400,4),(436,1193533200,5),(436,1206838800,4),(436,1224982800,5),(436,1238288400,4),(436,1256432400,5),(436,1269738000,4),(436,1288486800,5),(436,1301187600,4),(436,1319936400,5),(436,1332637200,4),(436,1351386000,5),(436,1364691600,4),(436,1382835600,5),(436,1396141200,4),(436,1414285200,5),(436,1427590800,4),(436,1445734800,5),(436,1459040400,4),(436,1477789200,5),(436,1490490000,4),(436,1509238800,5),(436,1521939600,4),(436,1540688400,5),(436,1553994000,4),(436,1572138000,5),(436,1585443600,4),(436,1603587600,5),(436,1616893200,4),(436,1635642000,5),(436,1648342800,4),(436,1667091600,5),(436,1679792400,4),(436,1698541200,5),(436,1711846800,4),(436,1729990800,5),(436,1743296400,4),(436,1761440400,5),(436,1774746000,4),(436,1792890000,5),(436,1806195600,4),(436,1824944400,5),(436,1837645200,4),(436,1856394000,5),(436,1869094800,4),(436,1887843600,5),(436,1901149200,4),(436,1919293200,5),(436,1932598800,4),(436,1950742800,5),(436,1964048400,4),(436,1982797200,5),(436,1995498000,4),(436,2014246800,5),(436,2026947600,4),(436,2045696400,5),(436,2058397200,4),(436,2077146000,5),(436,2090451600,4),(436,2108595600,5),(436,2121901200,4),(436,2140045200,5),(437,-904435200,0),(437,-891129600,1),(437,-872985600,0),(437,-859680000,1),(437,354675600,2),(437,370400400,3),(437,386125200,2),(437,401850000,3),(437,417574800,2),(437,433299600,3),(437,449024400,2),(437,465354000,3),(437,481078800,2),(437,496803600,3),(437,512528400,2),(437,528253200,3),(437,543978000,2),(437,559702800,3),(437,575427600,2),(437,591152400,3),(437,606877200,2),(437,622602000,3),(437,638326800,2),(437,654656400,3),(437,670381200,2),(437,686106000,3),(437,701830800,2),(437,717555600,3),(437,733280400,2),(437,749005200,3),(437,764730000,2),(437,780454800,3),(437,796179600,2),(437,811904400,3),(437,828234000,2),(437,846378000,3),(437,859683600,2),(437,877827600,3),(437,891133200,2),(437,909277200,3),(437,922582800,2),(437,941331600,3),(437,954032400,2),(437,972781200,3),(437,985482000,2),(437,1004230800,3),(437,1017536400,2),(437,1035680400,3),(437,1048986000,2),(437,1067130000,3),(437,1080435600,2),(437,1099184400,3),(437,1111885200,2),(437,1130634000,3),(437,1143334800,2),(437,1162083600,3),(437,1174784400,2),(437,1193533200,3),(437,1206838800,2),(437,1224982800,3),(437,1238288400,2),(437,1256432400,3),(437,1269738000,2),(437,1288486800,3),(437,1301187600,2),(437,1319936400,3),(437,1332637200,2),(437,1351386000,3),(437,1364691600,2),(437,1382835600,3),(437,1396141200,2),(437,1414285200,3),(437,1427590800,2),(437,1445734800,3),(437,1459040400,2),(437,1477789200,3),(437,1490490000,2),(437,1509238800,3),(437,1521939600,2),(437,1540688400,3),(437,1553994000,2),(437,1572138000,3),(437,1585443600,2),(437,1603587600,3),(437,1616893200,2),(437,1635642000,3),(437,1648342800,2),(437,1667091600,3),(437,1679792400,2),(437,1698541200,3),(437,1711846800,2),(437,1729990800,3),(437,1743296400,2),(437,1761440400,3),(437,1774746000,2),(437,1792890000,3),(437,1806195600,2),(437,1824944400,3),(437,1837645200,2),(437,1856394000,3),(437,1869094800,2),(437,1887843600,3),(437,1901149200,2),(437,1919293200,3),(437,1932598800,2),(437,1950742800,3),(437,1964048400,2),(437,1982797200,3),(437,1995498000,2),(437,2014246800,3),(437,2026947600,2),(437,2045696400,3),(437,2058397200,2),(437,2077146000,3),(437,2090451600,2),(437,2108595600,3),(437,2121901200,2),(437,2140045200,3),(438,-1637114100,1),(438,-1213148664,4),(438,-1187056800,2),(438,-1175479200,3),(438,-1159754400,2),(438,-1144029600,3),(438,-1127700000,2),(438,-1111975200,3),(438,-1096250400,2),(438,-1080525600,3),(438,-1064800800,2),(438,-1049076000,3),(438,-1033351200,2),(438,-1017626400,3),(438,-1001901600,2),(438,-986176800,3),(438,-970452000,2),(438,-954727200,3),(438,-927165600,5),(438,-898138800,8),(438,-857257200,6),(438,-844556400,7),(438,-828226800,6),(438,-812502000,7),(438,-800157600,10),(438,354920400,9),(438,370728000,10),(438,386456400,9),(438,402264000,10),(438,417992400,9),(438,433800000,10),(438,449614800,9),(438,465346800,11),(438,481071600,12),(438,496796400,11),(438,512521200,12),(438,528246000,11),(438,543970800,12),(438,559695600,11),(438,575420400,12),(438,591145200,11),(438,606870000,12),(438,622594800,11),(438,638319600,12),(438,641944800,5),(438,654652800,3),(438,670377600,2),(438,686102400,3),(438,694216800,4),(438,701820000,5),(438,717541200,4),(438,733269600,5),(438,748990800,4),(438,764719200,5),(438,780440400,4),(438,796168800,5),(438,811890000,4),(438,828223200,5),(438,846363600,4),(438,859680000,5),(438,877824000,4),(438,891129600,5),(438,909273600,4),(438,922579200,5),(438,941328000,4),(438,954028800,5),(438,972777600,4),(438,985478400,5),(438,1004227200,4),(438,1017532800,5),(438,1035676800,4),(438,1048982400,5),(438,1067126400,4),(438,1080432000,5),(438,1099180800,4),(438,1111881600,5),(438,1130630400,4),(438,1143331200,5),(438,1162080000,4),(438,1174780800,5),(438,1193529600,4),(438,1206835200,5),(438,1224979200,4),(438,1238284800,5),(438,1256428800,4),(438,1269734400,5),(438,1288483200,4),(438,1301184000,5),(438,1319932800,4),(438,1332633600,5),(438,1351382400,4),(438,1364688000,5),(438,1382832000,4),(438,1396137600,5),(438,1414281600,4),(438,1427587200,5),(438,1445731200,4),(438,1459036800,5),(438,1477785600,4),(438,1490486400,5),(438,1509235200,4),(438,1521936000,5),(438,1540684800,4),(438,1553990400,5),(438,1572134400,4),(438,1585440000,5),(438,1603584000,4),(438,1616889600,5),(438,1635638400,4),(438,1648339200,5),(438,1667088000,4),(438,1679788800,5),(438,1698537600,4),(438,1711843200,5),(438,1729987200,4),(438,1743292800,5),(438,1761436800,4),(438,1774742400,5),(438,1792886400,4),(438,1806192000,5),(438,1824940800,4),(438,1837641600,5),(438,1856390400,4),(438,1869091200,5),(438,1887840000,4),(438,1901145600,5),(438,1919289600,4),(438,1932595200,5),(438,1950739200,4),(438,1964044800,5),(438,1982793600,4),(438,1995494400,5),(438,2014243200,4),(438,2026944000,5),(438,2045692800,4),(438,2058393600,5),(438,2077142400,4),(438,2090448000,5),(438,2108592000,4),(438,2121897600,5),(438,2140041600,4),(439,-1692496800,0),(439,-1680490800,1),(439,-935110800,0),(439,-857257200,2),(439,-844556400,3),(439,-828226800,2),(439,-812502000,3),(439,-796777200,2),(439,-781052400,3),(439,-769388400,2),(439,-747010800,3),(439,-736383600,2),(439,-715215600,3),(439,-706748400,2),(439,-683161200,3),(439,-675298800,2),(439,315529200,1),(439,323830800,4),(439,338950800,5),(439,354675600,4),(439,370400400,5),(439,386125200,4),(439,401850000,5),(439,417574800,4),(439,433299600,5),(439,449024400,4),(439,465354000,5),(439,481078800,4),(439,496803600,5),(439,512528400,4),(439,528253200,5),(439,543978000,4),(439,559702800,5),(439,575427600,4),(439,591152400,5),(439,606877200,4),(439,622602000,5),(439,638326800,4),(439,654656400,5),(439,670381200,4),(439,686106000,5),(439,701830800,4),(439,717555600,5),(439,733280400,4),(439,749005200,5),(439,764730000,4),(439,780454800,5),(439,796179600,4),(439,811904400,5),(439,828234000,4),(439,846378000,5),(439,859683600,4),(439,877827600,5),(439,891133200,4),(439,909277200,5),(439,922582800,4),(439,941331600,5),(439,954032400,4),(439,972781200,5),(439,985482000,4),(439,1004230800,5),(439,1017536400,4),(439,1035680400,5),(439,1048986000,4),(439,1067130000,5),(439,1080435600,4),(439,1099184400,5),(439,1111885200,4),(439,1130634000,5),(439,1143334800,4),(439,1162083600,5),(439,1174784400,4),(439,1193533200,5),(439,1206838800,4),(439,1224982800,5),(439,1238288400,4),(439,1256432400,5),(439,1269738000,4),(439,1288486800,5),(439,1301187600,4),(439,1319936400,5),(439,1332637200,4),(439,1351386000,5),(439,1364691600,4),(439,1382835600,5),(439,1396141200,4),(439,1414285200,5),(439,1427590800,4),(439,1445734800,5),(439,1459040400,4),(439,1477789200,5),(439,1490490000,4),(439,1509238800,5),(439,1521939600,4),(439,1540688400,5),(439,1553994000,4),(439,1572138000,5),(439,1585443600,4),(439,1603587600,5),(439,1616893200,4),(439,1635642000,5),(439,1648342800,4),(439,1667091600,5),(439,1679792400,4),(439,1698541200,5),(439,1711846800,4),(439,1729990800,5),(439,1743296400,4),(439,1761440400,5),(439,1774746000,4),(439,1792890000,5),(439,1806195600,4),(439,1824944400,5),(439,1837645200,4),(439,1856394000,5),(439,1869094800,4),(439,1887843600,5),(439,1901149200,4),(439,1919293200,5),(439,1932598800,4),(439,1950742800,5),(439,1964048400,4),(439,1982797200,5),(439,1995498000,4),(439,2014246800,5),(439,2026947600,4),(439,2045696400,5),(439,2058397200,4),(439,2077146000,5),(439,2090451600,4),(439,2108595600,5),(439,2121901200,4),(439,2140045200,5),(440,-1691962479,1),(440,-1680471279,3),(440,-1664143200,2),(440,-1650146400,3),(440,-1633903200,2),(440,-1617487200,3),(440,-1601848800,2),(440,-1586037600,3),(440,-1570399200,2),(440,-1552168800,3),(440,-1538344800,2),(440,-1522533600,3),(440,-1517011200,5),(440,-1507500000,4),(440,-1490565600,3),(440,-1473631200,4),(440,-1460930400,3),(440,-1442786400,4),(440,-1428876000,3),(440,-1410732000,4),(440,-1396216800,3),(440,-1379282400,4),(440,-1364767200,3),(440,-1348437600,4),(440,-1333317600,3),(440,-1315778400,4),(440,-1301263200,3),(440,-1284328800,4),(440,-1269813600,3),(440,-1253484000,4),(440,-1238364000,3),(440,-1221429600,4),(440,-1206914400,3),(440,-1189980000,4),(440,-1175464800,3),(440,-1159135200,4),(440,-1143410400,3),(440,-1126476000,4),(440,-1111960800,3),(440,-1095631200,4),(440,-1080511200,3),(440,-1063576800,4),(440,-1049061600,3),(440,-1032127200,4),(440,-1017612000,3),(440,-1001282400,4),(440,-986162400,3),(440,-969228000,4),(440,-950479200,3),(440,-942012000,4),(440,-733356000,3),(440,-719445600,4),(440,-699487200,3),(440,-684972000,4),(440,-668037600,3),(440,-654732000,4),(440,-636588000,3),(440,-622072800,4),(440,-605743200,3),(440,-590623200,4),(440,-574293600,3),(440,-558568800,4),(440,-542239200,3),(440,-527119200,4),(440,-512604000,3),(440,-496274400,4),(440,-481154400,3),(440,-464220000,4),(440,-449704800,3),(440,-432165600,4),(440,-417650400,3),(440,-401320800,4),(440,-386200800,3),(440,-369266400,4),(440,-354751200,3),(440,-337816800,4),(440,-323301600,3),(440,-306972000,4),(440,-291852000,3),(440,-276732000,4),(440,-257983200,3),(440,-245282400,4),(440,-226533600,3),(440,-213228000,4),(440,-195084000,3),(440,-182383200,4),(440,-163634400,3),(440,-150933600,4),(440,-132184800,3),(440,-119484000,4),(440,-100735200,3),(440,-88034400,4),(440,-68680800,3),(440,-59004000,4),(440,-37242000,6),(440,57722400,8),(440,69818400,4),(440,89172000,3),(440,101268000,4),(440,120621600,3),(440,132717600,4),(440,152071200,3),(440,164167200,4),(440,183520800,3),(440,196221600,4),(440,214970400,3),(440,227671200,4),(440,246420000,3),(440,259120800,4),(440,278474400,3),(440,290570400,4),(440,309924000,3),(440,322020000,4),(440,341373600,3),(440,354675600,7),(440,372819600,8),(440,386125200,7),(440,404269200,8),(440,417574800,7),(440,435718800,8),(440,449024400,7),(440,467773200,8),(440,481078800,7),(440,499222800,8),(440,512528400,7),(440,530672400,8),(440,543978000,7),(440,562122000,8),(440,575427600,7),(440,593571600,8),(440,606877200,7),(440,625626000,8),(440,638326800,7),(440,657075600,8),(440,670381200,7),(440,688525200,8),(440,701830800,7),(440,719974800,8),(440,733280400,7),(440,751424400,8),(440,764730000,7),(440,782874000,8),(440,796179600,7),(440,814323600,8),(440,820454400,5),(440,828234000,7),(440,846378000,8),(440,859683600,7),(440,877827600,8),(440,891133200,7),(440,909277200,8),(440,922582800,7),(440,941331600,8),(440,954032400,7),(440,972781200,8),(440,985482000,7),(440,1004230800,8),(440,1017536400,7),(440,1035680400,8),(440,1048986000,7),(440,1067130000,8),(440,1080435600,7),(440,1099184400,8),(440,1111885200,7),(440,1130634000,8),(440,1143334800,7),(440,1162083600,8),(440,1174784400,7),(440,1193533200,8),(440,1206838800,7),(440,1224982800,8),(440,1238288400,7),(440,1256432400,8),(440,1269738000,7),(440,1288486800,8),(440,1301187600,7),(440,1319936400,8),(440,1332637200,7),(440,1351386000,8),(440,1364691600,7),(440,1382835600,8),(440,1396141200,7),(440,1414285200,8),(440,1427590800,7),(440,1445734800,8),(440,1459040400,7),(440,1477789200,8),(440,1490490000,7),(440,1509238800,8),(440,1521939600,7),(440,1540688400,8),(440,1553994000,7),(440,1572138000,8),(440,1585443600,7),(440,1603587600,8),(440,1616893200,7),(440,1635642000,8),(440,1648342800,7),(440,1667091600,8),(440,1679792400,7),(440,1698541200,8),(440,1711846800,7),(440,1729990800,8),(440,1743296400,7),(440,1761440400,8),(440,1774746000,7),(440,1792890000,8),(440,1806195600,7),(440,1824944400,8),(440,1837645200,7),(440,1856394000,8),(440,1869094800,7),(440,1887843600,8),(440,1901149200,7),(440,1919293200,8),(440,1932598800,7),(440,1950742800,8),(440,1964048400,7),(440,1982797200,8),(440,1995498000,7),(440,2014246800,8),(440,2026947600,7),(440,2045696400,8),(440,2058397200,7),(440,2077146000,8),(440,2090451600,7),(440,2108595600,8),(440,2121901200,7),(440,2140045200,8),(441,-1691964000,0),(441,-1680472800,1),(441,-1664143200,0),(441,-1650146400,1),(441,-1633903200,0),(441,-1617487200,1),(441,-1601848800,0),(441,-1586037600,1),(441,-1570399200,0),(441,-1552168800,1),(441,-1538344800,0),(441,-1522533600,1),(441,-1507500000,0),(441,-1490565600,1),(441,-1473631200,0),(441,-1460930400,1),(441,-1442786400,0),(441,-1428876000,1),(441,-1410732000,0),(441,-1396216800,1),(441,-1379282400,0),(441,-1364767200,1),(441,-1348437600,0),(441,-1333317600,1),(441,-1315778400,0),(441,-1301263200,1),(441,-1284328800,0),(441,-1269813600,1),(441,-1253484000,0),(441,-1238364000,1),(441,-1221429600,0),(441,-1206914400,1),(441,-1189980000,0),(441,-1175464800,1),(441,-1159135200,0),(441,-1143410400,1),(441,-1126476000,0),(441,-1111960800,1),(441,-1095631200,0),(441,-1080511200,1),(441,-1063576800,0),(441,-1049061600,1),(441,-1032127200,0),(441,-1017612000,1),(441,-1001282400,0),(441,-986162400,1),(441,-969228000,0),(441,-950479200,1),(441,-942012000,0),(441,-904518000,2),(441,-896050800,0),(441,-875487600,2),(441,-864601200,0),(441,-844038000,2),(441,-832546800,0),(441,-812588400,2),(441,-798073200,0),(441,-781052400,2),(441,-772066800,0),(441,-764805600,1),(441,-748476000,0),(441,-733356000,1),(441,-719445600,0),(441,-717030000,2),(441,-706748400,0),(441,-699487200,1),(441,-687996000,0),(441,-668037600,1),(441,-654732000,0),(441,-636588000,1),(441,-622072800,0),(441,-605743200,1),(441,-590623200,0),(441,-574293600,1),(441,-558568800,0),(441,-542239200,1),(441,-527119200,0),(441,-512604000,1),(441,-496274400,0),(441,-481154400,1),(441,-464220000,0),(441,-449704800,1),(441,-432165600,0),(441,-417650400,1),(441,-401320800,3),(441,386125200,4),(441,401850000,5),(441,417574800,4),(441,433299600,5),(441,449024400,4),(441,465354000,5),(441,481078800,4),(441,496803600,5),(441,512528400,4),(441,528253200,5),(441,543978000,4),(441,559702800,5),(441,575427600,4),(441,591152400,5),(441,606877200,4),(441,622602000,5),(441,638326800,4),(441,654656400,5),(441,670381200,4),(441,686106000,5),(441,701830800,4),(441,717555600,5),(441,733280400,4),(441,749005200,5),(441,764730000,4),(441,780454800,5),(441,796179600,4),(441,811904400,5),(441,828234000,4),(441,846378000,5),(441,859683600,4),(441,877827600,5),(441,891133200,4),(441,909277200,5),(441,922582800,4),(441,941331600,5),(441,954032400,4),(441,972781200,5),(441,985482000,4),(441,1004230800,5),(441,1017536400,4),(441,1035680400,5),(441,1048986000,4),(441,1067130000,5),(441,1080435600,4),(441,1099184400,5),(441,1111885200,4),(441,1130634000,5),(441,1143334800,4),(441,1162083600,5),(441,1174784400,4),(441,1193533200,5),(441,1206838800,4),(441,1224982800,5),(441,1238288400,4),(441,1256432400,5),(441,1269738000,4),(441,1288486800,5),(441,1301187600,4),(441,1319936400,5),(441,1332637200,4),(441,1351386000,5),(441,1364691600,4),(441,1382835600,5),(441,1396141200,4),(441,1414285200,5),(441,1427590800,4),(441,1445734800,5),(441,1459040400,4),(441,1477789200,5),(441,1490490000,4),(441,1509238800,5),(441,1521939600,4),(441,1540688400,5),(441,1553994000,4),(441,1572138000,5),(441,1585443600,4),(441,1603587600,5),(441,1616893200,4),(441,1635642000,5),(441,1648342800,4),(441,1667091600,5),(441,1679792400,4),(441,1698541200,5),(441,1711846800,4),(441,1729990800,5),(441,1743296400,4),(441,1761440400,5),(441,1774746000,4),(441,1792890000,5),(441,1806195600,4),(441,1824944400,5),(441,1837645200,4),(441,1856394000,5),(441,1869094800,4),(441,1887843600,5),(441,1901149200,4),(441,1919293200,5),(441,1932598800,4),(441,1950742800,5),(441,1964048400,4),(441,1982797200,5),(441,1995498000,4),(441,2014246800,5),(441,2026947600,4),(441,2045696400,5),(441,2058397200,4),(441,2077146000,5),(441,2090451600,4),(441,2108595600,5),(441,2121901200,4),(441,2140045200,5),(442,-1691964000,0),(442,-1680472800,1),(442,-1664143200,0),(442,-1650146400,1),(442,-1633903200,0),(442,-1617487200,1),(442,-1601848800,0),(442,-1586037600,1),(442,-1570399200,0),(442,-1552168800,1),(442,-1538344800,0),(442,-1522533600,1),(442,-1507500000,0),(442,-1490565600,1),(442,-1473631200,0),(442,-1460930400,1),(442,-1442786400,0),(442,-1428876000,1),(442,-1410732000,0),(442,-1396216800,1),(442,-1379282400,0),(442,-1364767200,1),(442,-1348437600,0),(442,-1333317600,1),(442,-1315778400,0),(442,-1301263200,1),(442,-1284328800,0),(442,-1269813600,1),(442,-1253484000,0),(442,-1238364000,1),(442,-1221429600,0),(442,-1206914400,1),(442,-1189980000,0),(442,-1175464800,1),(442,-1159135200,0),(442,-1143410400,1),(442,-1126476000,0),(442,-1111960800,1),(442,-1095631200,0),(442,-1080511200,1),(442,-1063576800,0),(442,-1049061600,1),(442,-1032127200,0),(442,-1017612000,1),(442,-1001282400,0),(442,-986162400,1),(442,-969228000,0),(442,-950479200,1),(442,-942012000,0),(442,-904518000,2),(442,-896050800,0),(442,-875487600,2),(442,-864601200,0),(442,-844038000,2),(442,-832546800,0),(442,-812588400,2),(442,-798073200,0),(442,-781052400,2),(442,-772066800,0),(442,-764805600,1),(442,-748476000,0),(442,-733356000,1),(442,-719445600,0),(442,-717030000,2),(442,-706748400,0),(442,-699487200,1),(442,-687996000,0),(442,-668037600,1),(442,-654732000,0),(442,-636588000,1),(442,-622072800,0),(442,-605743200,1),(442,-590623200,0),(442,-574293600,1),(442,-558568800,0),(442,-542239200,1),(442,-527119200,0),(442,-512604000,1),(442,-496274400,0),(442,-481154400,1),(442,-464220000,0),(442,-449704800,1),(442,-432165600,0),(442,-417650400,1),(442,-401320800,0),(442,-386200800,1),(442,-369266400,0),(442,-354751200,1),(442,-337816800,0),(442,-323301600,1),(442,-306972000,0),(442,-291852000,1),(442,-276732000,0),(442,-257983200,1),(442,-245282400,0),(442,-226533600,1),(442,-213228000,0),(442,-195084000,1),(442,-182383200,0),(442,-163634400,1),(442,-150933600,0),(442,-132184800,1),(442,-119484000,0),(442,-100735200,1),(442,-88034400,0),(442,-68680800,1),(442,-59004000,0),(442,-37242000,3),(442,57722400,5),(442,69818400,0),(442,89172000,1),(442,101268000,0),(442,120621600,1),(442,132717600,0),(442,152071200,1),(442,164167200,0),(442,183520800,1),(442,196221600,0),(442,214970400,1),(442,227671200,0),(442,246420000,1),(442,259120800,0),(442,278474400,1),(442,290570400,0),(442,309924000,1),(442,322020000,0),(442,341373600,1),(442,354675600,4),(442,372819600,5),(442,386125200,4),(442,404269200,5),(442,417574800,4),(442,435718800,5),(442,449024400,4),(442,467773200,5),(442,481078800,4),(442,499222800,5),(442,512528400,4),(442,530672400,5),(442,543978000,4),(442,562122000,5),(442,575427600,4),(442,593571600,5),(442,606877200,4),(442,625626000,5),(442,638326800,4),(442,657075600,5),(442,670381200,4),(442,688525200,5),(442,701830800,4),(442,719974800,5),(442,733280400,4),(442,751424400,5),(442,764730000,4),(442,782874000,5),(442,796179600,4),(442,814323600,5),(442,820454400,6),(442,828234000,4),(442,846378000,5),(442,859683600,4),(442,877827600,5),(442,891133200,4),(442,909277200,5),(442,922582800,4),(442,941331600,5),(442,954032400,4),(442,972781200,5),(442,985482000,4),(442,1004230800,5),(442,1017536400,4),(442,1035680400,5),(442,1048986000,4),(442,1067130000,5),(442,1080435600,4),(442,1099184400,5),(442,1111885200,4),(442,1130634000,5),(442,1143334800,4),(442,1162083600,5),(442,1174784400,4),(442,1193533200,5),(442,1206838800,4),(442,1224982800,5),(442,1238288400,4),(442,1256432400,5),(442,1269738000,4),(442,1288486800,5),(442,1301187600,4),(442,1319936400,5),(442,1332637200,4),(442,1351386000,5),(442,1364691600,4),(442,1382835600,5),(442,1396141200,4),(442,1414285200,5),(442,1427590800,4),(442,1445734800,5),(442,1459040400,4),(442,1477789200,5),(442,1490490000,4),(442,1509238800,5),(442,1521939600,4),(442,1540688400,5),(442,1553994000,4),(442,1572138000,5),(442,1585443600,4),(442,1603587600,5),(442,1616893200,4),(442,1635642000,5),(442,1648342800,4),(442,1667091600,5),(442,1679792400,4),(442,1698541200,5),(442,1711846800,4),(442,1729990800,5),(442,1743296400,4),(442,1761440400,5),(442,1774746000,4),(442,1792890000,5),(442,1806195600,4),(442,1824944400,5),(442,1837645200,4),(442,1856394000,5),(442,1869094800,4),(442,1887843600,5),(442,1901149200,4),(442,1919293200,5),(442,1932598800,4),(442,1950742800,5),(442,1964048400,4),(442,1982797200,5),(442,1995498000,4),(442,2014246800,5),(442,2026947600,4),(442,2045696400,5),(442,2058397200,4),(442,2077146000,5),(442,2090451600,4),(442,2108595600,5),(442,2121901200,4),(442,2140045200,5),(443,-1535938789,2),(443,-875671200,1),(443,-859773600,2),(443,354672000,1),(443,370396800,2),(443,386121600,1),(443,401846400,2),(443,417574800,3),(443,433299600,4),(443,449024400,3),(443,465354000,4),(443,481078800,3),(443,496803600,4),(443,512528400,3),(443,528253200,4),(443,543978000,3),(443,559702800,4),(443,575427600,3),(443,591152400,4),(443,606877200,3),(443,622602000,4),(443,638326800,3),(443,654656400,4),(443,670381200,3),(443,686106000,4),(443,701830800,3),(443,717555600,4),(443,733280400,3),(443,749005200,4),(443,764730000,3),(443,780454800,4),(443,796179600,3),(443,811904400,4),(443,828234000,3),(443,846378000,4),(443,859683600,3),(443,877827600,4),(443,891133200,3),(443,909277200,4),(443,922582800,3),(443,941331600,4),(443,954032400,3),(443,972781200,4),(443,985482000,3),(443,1004230800,4),(443,1017536400,3),(443,1035680400,4),(443,1048986000,3),(443,1067130000,4),(443,1080435600,3),(443,1099184400,4),(443,1111885200,3),(443,1130634000,4),(443,1143334800,3),(443,1162083600,4),(443,1174784400,3),(443,1193533200,4),(443,1206838800,3),(443,1224982800,4),(443,1238288400,3),(443,1256432400,4),(443,1269738000,3),(443,1288486800,4),(443,1301187600,3),(443,1319936400,4),(443,1332637200,3),(443,1351386000,4),(443,1364691600,3),(443,1382835600,4),(443,1396141200,3),(443,1414285200,4),(443,1427590800,3),(443,1445734800,4),(443,1459040400,3),(443,1477789200,4),(443,1490490000,3),(443,1509238800,4),(443,1521939600,3),(443,1540688400,4),(443,1553994000,3),(443,1572138000,4),(443,1585443600,3),(443,1603587600,4),(443,1616893200,3),(443,1635642000,4),(443,1648342800,3),(443,1667091600,4),(443,1679792400,3),(443,1698541200,4),(443,1711846800,3),(443,1729990800,4),(443,1743296400,3),(443,1761440400,4),(443,1774746000,3),(443,1792890000,4),(443,1806195600,3),(443,1824944400,4),(443,1837645200,3),(443,1856394000,4),(443,1869094800,3),(443,1887843600,4),(443,1901149200,3),(443,1919293200,4),(443,1932598800,3),(443,1950742800,4),(443,1964048400,3),(443,1982797200,4),(443,1995498000,3),(443,2014246800,4),(443,2026947600,3),(443,2045696400,4),(443,2058397200,3),(443,2077146000,4),(443,2090451600,3),(443,2108595600,4),(443,2121901200,3),(443,2140045200,4),(444,-1691964000,0),(444,-1680472800,1),(444,-1664143200,0),(444,-1650146400,1),(444,-1633903200,0),(444,-1617487200,1),(444,-1601848800,0),(444,-1586037600,1),(444,-1570399200,0),(444,-1552168800,1),(444,-1538344800,0),(444,-1522533600,1),(444,-1507500000,0),(444,-1490565600,1),(444,-1473631200,0),(444,-1460930400,1),(444,-1442786400,0),(444,-1428876000,1),(444,-1410732000,0),(444,-1396216800,1),(444,-1379282400,0),(444,-1364767200,1),(444,-1348437600,0),(444,-1333317600,1),(444,-1315778400,0),(444,-1301263200,1),(444,-1284328800,0),(444,-1269813600,1),(444,-1253484000,0),(444,-1238364000,1),(444,-1221429600,0),(444,-1206914400,1),(444,-1189980000,0),(444,-1175464800,1),(444,-1159135200,0),(444,-1143410400,1),(444,-1126476000,0),(444,-1111960800,1),(444,-1095631200,0),(444,-1080511200,1),(444,-1063576800,0),(444,-1049061600,1),(444,-1032127200,0),(444,-1017612000,1),(444,-1001282400,0),(444,-986162400,1),(444,-969228000,0),(444,-950479200,1),(444,-942012000,0),(444,-904518000,2),(444,-896050800,0),(444,-875487600,2),(444,-864601200,0),(444,-844038000,2),(444,-832546800,0),(444,-812588400,2),(444,-798073200,0),(444,-781052400,2),(444,-772066800,0),(444,-764805600,1),(444,-748476000,0),(444,-733356000,1),(444,-719445600,0),(444,-717030000,2),(444,-706748400,0),(444,-699487200,1),(444,-687996000,0),(444,-668037600,1),(444,-654732000,0),(444,-636588000,1),(444,-622072800,0),(444,-605743200,1),(444,-590623200,0),(444,-574293600,1),(444,-558568800,0),(444,-542239200,1),(444,-527119200,0),(444,-512604000,1),(444,-496274400,0),(444,-481154400,1),(444,-464220000,0),(444,-449704800,1),(444,-432165600,0),(444,-417650400,1),(444,-401320800,0),(444,-386200800,1),(444,-369266400,0),(444,-354751200,1),(444,-337816800,0),(444,-323301600,1),(444,-306972000,0),(444,-291852000,1),(444,-276732000,0),(444,-257983200,1),(444,-245282400,0),(444,-226533600,1),(444,-213228000,0),(444,-195084000,1),(444,-182383200,0),(444,-163634400,1),(444,-150933600,0),(444,-132184800,1),(444,-119484000,0),(444,-100735200,1),(444,-88034400,0),(444,-68680800,1),(444,-59004000,0),(444,-37242000,3),(444,57722400,5),(444,69818400,0),(444,89172000,1),(444,101268000,0),(444,120621600,1),(444,132717600,0),(444,152071200,1),(444,164167200,0),(444,183520800,1),(444,196221600,0),(444,214970400,1),(444,227671200,0),(444,246420000,1),(444,259120800,0),(444,278474400,1),(444,290570400,0),(444,309924000,1),(444,322020000,0),(444,341373600,1),(444,354675600,4),(444,372819600,5),(444,386125200,4),(444,404269200,5),(444,417574800,4),(444,435718800,5),(444,449024400,4),(444,467773200,5),(444,481078800,4),(444,499222800,5),(444,512528400,4),(444,530672400,5),(444,543978000,4),(444,562122000,5),(444,575427600,4),(444,593571600,5),(444,606877200,4),(444,625626000,5),(444,638326800,4),(444,657075600,5),(444,670381200,4),(444,688525200,5),(444,701830800,4),(444,719974800,5),(444,733280400,4),(444,751424400,5),(444,764730000,4),(444,782874000,5),(444,796179600,4),(444,814323600,5),(444,820454400,6),(444,828234000,4),(444,846378000,5),(444,859683600,4),(444,877827600,5),(444,891133200,4),(444,909277200,5),(444,922582800,4),(444,941331600,5),(444,954032400,4),(444,972781200,5),(444,985482000,4),(444,1004230800,5),(444,1017536400,4),(444,1035680400,5),(444,1048986000,4),(444,1067130000,5),(444,1080435600,4),(444,1099184400,5),(444,1111885200,4),(444,1130634000,5),(444,1143334800,4),(444,1162083600,5),(444,1174784400,4),(444,1193533200,5),(444,1206838800,4),(444,1224982800,5),(444,1238288400,4),(444,1256432400,5),(444,1269738000,4),(444,1288486800,5),(444,1301187600,4),(444,1319936400,5),(444,1332637200,4),(444,1351386000,5),(444,1364691600,4),(444,1382835600,5),(444,1396141200,4),(444,1414285200,5),(444,1427590800,4),(444,1445734800,5),(444,1459040400,4),(444,1477789200,5),(444,1490490000,4),(444,1509238800,5),(444,1521939600,4),(444,1540688400,5),(444,1553994000,4),(444,1572138000,5),(444,1585443600,4),(444,1603587600,5),(444,1616893200,4),(444,1635642000,5),(444,1648342800,4),(444,1667091600,5),(444,1679792400,4),(444,1698541200,5),(444,1711846800,4),(444,1729990800,5),(444,1743296400,4),(444,1761440400,5),(444,1774746000,4),(444,1792890000,5),(444,1806195600,4),(444,1824944400,5),(444,1837645200,4),(444,1856394000,5),(444,1869094800,4),(444,1887843600,5),(444,1901149200,4),(444,1919293200,5),(444,1932598800,4),(444,1950742800,5),(444,1964048400,4),(444,1982797200,5),(444,1995498000,4),(444,2014246800,5),(444,2026947600,4),(444,2045696400,5),(444,2058397200,4),(444,2077146000,5),(444,2090451600,4),(444,2108595600,5),(444,2121901200,4),(444,2140045200,5),(445,-1869875816,2),(445,-1693706400,1),(445,-1680490800,2),(445,-1570413600,1),(445,-1552186800,2),(445,-1538359200,1),(445,-1522551600,2),(445,-1507514400,1),(445,-1490583600,2),(445,-1440208800,1),(445,-1428030000,2),(445,-1409709600,1),(445,-1396494000,2),(445,-931053600,1),(445,-922676400,2),(445,-917834400,1),(445,-892436400,2),(445,-875844000,1),(445,-764737200,2),(445,-744343200,1),(445,-733806000,2),(445,-716436000,1),(445,-701924400,2),(445,-684986400,1),(445,-670474800,2),(445,-654141600,1),(445,-639025200,2),(445,-622087200,1),(445,-606970800,2),(445,-590032800,1),(445,-575521200,2),(445,-235620000,1),(445,-194842800,2),(445,-177732000,1),(445,-165726000,2),(445,107910000,1),(445,121215600,2),(445,133920000,1),(445,152665200,2),(445,164678400,1),(445,184114800,2),(445,196214400,1),(445,215564400,2),(445,228873600,1),(445,245804400,2),(445,260323200,1),(445,267915600,3),(445,428454000,4),(445,433893600,3),(445,468111600,2),(445,482799600,5),(445,496710000,6),(445,512521200,5),(445,528246000,6),(445,543970800,5),(445,559695600,6),(445,575420400,5),(445,591145200,6),(445,606870000,5),(445,622594800,6),(445,638319600,5),(445,654649200,6),(445,670374000,5),(445,686098800,6),(445,701823600,5),(445,717548400,6),(445,733273200,5),(445,748998000,6),(445,764118000,5),(445,780447600,6),(445,796172400,5),(445,811897200,6),(445,828226800,5),(445,846370800,6),(445,859676400,5),(445,877820400,6),(445,891126000,5),(445,909270000,6),(445,922575600,5),(445,941324400,6),(445,954025200,5),(445,972774000,6),(445,985474800,5),(445,1004223600,6),(445,1017529200,5),(445,1035673200,6),(445,1048978800,5),(445,1067122800,6),(445,1080428400,5),(445,1099177200,6),(445,1111878000,5),(445,1130626800,6),(445,1143327600,5),(445,1162076400,6),(445,1167602400,2),(445,1174784400,7),(445,1193533200,8),(445,1206838800,7),(445,1224982800,8),(445,1238288400,7),(445,1256432400,8),(445,1269738000,7),(445,1288486800,8),(445,1301274000,7),(445,1319936400,8),(445,1332637200,7),(445,1351386000,8),(445,1364691600,7),(445,1382835600,8),(445,1396227600,7),(445,1414285200,8),(445,1427590800,7),(445,1446944400,8),(445,1459040400,7),(445,1473195600,3),(446,-1691964000,0),(446,-1680472800,1),(446,-1664143200,0),(446,-1650146400,1),(446,-1633903200,0),(446,-1617487200,1),(446,-1601848800,0),(446,-1586037600,1),(446,-1570399200,0),(446,-1552168800,1),(446,-1538344800,0),(446,-1522533600,1),(446,-1507500000,0),(446,-1490565600,1),(446,-1473631200,0),(446,-1460930400,1),(446,-1442786400,0),(446,-1428876000,1),(446,-1410732000,0),(446,-1396216800,1),(446,-1379282400,0),(446,-1364767200,1),(446,-1348437600,0),(446,-1333317600,1),(446,-1315778400,0),(446,-1301263200,1),(446,-1284328800,0),(446,-1269813600,1),(446,-1253484000,0),(446,-1238364000,1),(446,-1221429600,0),(446,-1206914400,1),(446,-1189980000,0),(446,-1175464800,1),(446,-1159135200,0),(446,-1143410400,1),(446,-1126476000,0),(446,-1111960800,1),(446,-1095631200,0),(446,-1080511200,1),(446,-1063576800,0),(446,-1049061600,1),(446,-1032127200,0),(446,-1017612000,1),(446,-1001282400,0),(446,-986162400,1),(446,-969228000,0),(446,-950479200,1),(446,-942012000,0),(446,-904518000,2),(446,-896050800,0),(446,-875487600,2),(446,-864601200,0),(446,-844038000,2),(446,-832546800,0),(446,-812588400,2),(446,-798073200,0),(446,-781052400,2),(446,-772066800,0),(446,-764805600,1),(446,-748476000,0),(446,-733356000,1),(446,-719445600,0),(446,-717030000,2),(446,-706748400,0),(446,-699487200,1),(446,-687996000,0),(446,-668037600,1),(446,-654732000,0),(446,-636588000,1),(446,-622072800,0),(446,-605743200,1),(446,-590623200,0),(446,-574293600,1),(446,-558568800,0),(446,-542239200,1),(446,-527119200,0),(446,-512604000,1),(446,-496274400,0),(446,-481154400,1),(446,-464220000,0),(446,-449704800,1),(446,-432165600,0),(446,-417650400,1),(446,-401320800,0),(446,-386200800,1),(446,-369266400,0),(446,-354751200,1),(446,-337816800,0),(446,-323301600,1),(446,-306972000,0),(446,-291852000,1),(446,-276732000,0),(446,-257983200,1),(446,-245282400,0),(446,-226533600,1),(446,-213228000,0),(446,-195084000,1),(446,-182383200,0),(446,-163634400,1),(446,-150933600,0),(446,-132184800,1),(446,-119484000,0),(446,-100735200,1),(446,-88034400,0),(446,-68680800,1),(446,-59004000,0),(446,-37242000,3),(446,57722400,5),(446,69818400,0),(446,89172000,1),(446,101268000,0),(446,120621600,1),(446,132717600,0),(446,152071200,1),(446,164167200,0),(446,183520800,1),(446,196221600,0),(446,214970400,1),(446,227671200,0),(446,246420000,1),(446,259120800,0),(446,278474400,1),(446,290570400,0),(446,309924000,1),(446,322020000,0),(446,341373600,1),(446,354675600,4),(446,372819600,5),(446,386125200,4),(446,404269200,5),(446,417574800,4),(446,435718800,5),(446,449024400,4),(446,467773200,5),(446,481078800,4),(446,499222800,5),(446,512528400,4),(446,530672400,5),(446,543978000,4),(446,562122000,5),(446,575427600,4),(446,593571600,5),(446,606877200,4),(446,625626000,5),(446,638326800,4),(446,657075600,5),(446,670381200,4),(446,688525200,5),(446,701830800,4),(446,719974800,5),(446,733280400,4),(446,751424400,5),(446,764730000,4),(446,782874000,5),(446,796179600,4),(446,814323600,5),(446,820454400,6),(446,828234000,4),(446,846378000,5),(446,859683600,4),(446,877827600,5),(446,891133200,4),(446,909277200,5),(446,922582800,4),(446,941331600,5),(446,954032400,4),(446,972781200,5),(446,985482000,4),(446,1004230800,5),(446,1017536400,4),(446,1035680400,5),(446,1048986000,4),(446,1067130000,5),(446,1080435600,4),(446,1099184400,5),(446,1111885200,4),(446,1130634000,5),(446,1143334800,4),(446,1162083600,5),(446,1174784400,4),(446,1193533200,5),(446,1206838800,4),(446,1224982800,5),(446,1238288400,4),(446,1256432400,5),(446,1269738000,4),(446,1288486800,5),(446,1301187600,4),(446,1319936400,5),(446,1332637200,4),(446,1351386000,5),(446,1364691600,4),(446,1382835600,5),(446,1396141200,4),(446,1414285200,5),(446,1427590800,4),(446,1445734800,5),(446,1459040400,4),(446,1477789200,5),(446,1490490000,4),(446,1509238800,5),(446,1521939600,4),(446,1540688400,5),(446,1553994000,4),(446,1572138000,5),(446,1585443600,4),(446,1603587600,5),(446,1616893200,4),(446,1635642000,5),(446,1648342800,4),(446,1667091600,5),(446,1679792400,4),(446,1698541200,5),(446,1711846800,4),(446,1729990800,5),(446,1743296400,4),(446,1761440400,5),(446,1774746000,4),(446,1792890000,5),(446,1806195600,4),(446,1824944400,5),(446,1837645200,4),(446,1856394000,5),(446,1869094800,4),(446,1887843600,5),(446,1901149200,4),(446,1919293200,5),(446,1932598800,4),(446,1950742800,5),(446,1964048400,4),(446,1982797200,5),(446,1995498000,4),(446,2014246800,5),(446,2026947600,4),(446,2045696400,5),(446,2058397200,4),(446,2077146000,5),(446,2090451600,4),(446,2108595600,5),(446,2121901200,4),(446,2140045200,5),(447,-1693706400,0),(447,-1680483600,1),(447,-1663455600,2),(447,-1650150000,3),(447,-1632006000,2),(447,-1618700400,3),(447,-938905200,2),(447,-857257200,3),(447,-844556400,2),(447,-828226800,3),(447,-812502000,2),(447,-796777200,3),(447,-781052400,2),(447,-780372000,5),(447,-778730400,4),(447,-762663600,5),(447,-749095200,7),(447,354920400,6),(447,370728000,7),(447,386456400,6),(447,402264000,7),(447,417992400,6),(447,433800000,7),(447,449614800,6),(447,465346800,8),(447,481071600,9),(447,496796400,8),(447,512521200,9),(447,528246000,8),(447,543970800,9),(447,559695600,8),(447,575420400,9),(447,591145200,8),(447,606870000,10),(447,622598400,11),(447,638323200,10),(447,654652800,11),(447,670377600,10),(447,686102400,11),(447,701827200,10),(447,717552000,11),(447,733276800,10),(447,749001600,11),(447,764726400,10),(447,780451200,11),(447,796176000,10),(447,811900800,11),(447,828230400,10),(447,846374400,11),(447,859680000,10),(447,877824000,11),(447,891129600,10),(447,909273600,11),(447,922579200,10),(447,941328000,11),(447,954028800,10),(447,972777600,11),(447,985478400,10),(447,1004227200,11),(447,1017532800,10),(447,1035676800,11),(447,1048982400,10),(447,1067126400,11),(447,1080432000,10),(447,1099180800,11),(447,1111881600,10),(447,1130630400,11),(447,1143331200,10),(447,1162080000,11),(447,1174780800,10),(447,1193529600,11),(447,1206835200,10),(447,1224979200,11),(447,1238284800,10),(447,1256428800,11),(447,1269734400,10),(447,1288483200,11),(447,1301184000,12),(447,1414278000,11),(448,-1441159324,1),(448,-1247536800,2),(448,-892522800,5),(448,-857257200,3),(448,-844556400,4),(448,-828226800,3),(448,-825382800,2),(448,354920400,6),(448,370728000,2),(448,386456400,6),(448,402264000,2),(448,417992400,6),(448,433800000,2),(448,449614800,6),(448,465346800,7),(448,481071600,8),(448,496796400,7),(448,512521200,8),(448,528246000,7),(448,543970800,8),(448,559695600,7),(448,575420400,8),(448,591145200,7),(448,606870000,8),(448,622594800,7),(448,638319600,8),(448,646783200,9),(448,686102400,10),(448,701827200,11),(448,717552000,10),(448,733276800,11),(448,749001600,10),(448,764726400,11),(448,780451200,10),(448,796176000,11),(448,811900800,10),(448,828230400,11),(448,831934800,9),(448,846378000,12),(448,859683600,13),(448,877827600,12),(448,891133200,13),(448,909277200,12),(448,922582800,13),(448,941331600,12),(448,954032400,13),(448,972781200,12),(448,985482000,13),(448,1004230800,12),(448,1017536400,13),(448,1035680400,12),(448,1048986000,13),(448,1067130000,12),(448,1080435600,13),(448,1099184400,12),(448,1111885200,13),(448,1130634000,12),(448,1143334800,13),(448,1162083600,12),(448,1174784400,13),(448,1193533200,12),(448,1206838800,13),(448,1224982800,12),(448,1238288400,13),(448,1256432400,12),(448,1269738000,13),(448,1288486800,12),(448,1301187600,13),(448,1319936400,12),(448,1332637200,13),(448,1351386000,12),(448,1364691600,13),(448,1382835600,12),(448,1396141200,13),(448,1414285200,12),(448,1427590800,13),(448,1445734800,12),(448,1459040400,13),(448,1477789200,12),(448,1490490000,13),(448,1509238800,12),(448,1521939600,13),(448,1540688400,12),(448,1553994000,13),(448,1572138000,12),(448,1585443600,13),(448,1603587600,12),(448,1616893200,13),(448,1635642000,12),(448,1648342800,13),(448,1667091600,12),(448,1679792400,13),(448,1698541200,12),(448,1711846800,13),(448,1729990800,12),(448,1743296400,13),(448,1761440400,12),(448,1774746000,13),(448,1792890000,12),(448,1806195600,13),(448,1824944400,12),(448,1837645200,13),(448,1856394000,12),(448,1869094800,13),(448,1887843600,12),(448,1901149200,13),(448,1919293200,12),(448,1932598800,13),(448,1950742800,12),(448,1964048400,13),(448,1982797200,12),(448,1995498000,13),(448,2014246800,12),(448,2026947600,13),(448,2045696400,12),(448,2058397200,13),(448,2077146000,12),(448,2090451600,13),(448,2108595600,12),(448,2121901200,13),(448,2140045200,12),(449,-1593820800,1),(449,-1247540400,3),(449,354916800,2),(449,370724400,3),(449,386452800,2),(449,402260400,3),(449,417988800,2),(449,433796400,3),(449,449611200,2),(449,465343200,4),(449,481068000,5),(449,496792800,4),(449,512517600,5),(449,528242400,4),(449,543967200,5),(449,559692000,4),(449,575416800,5),(449,591141600,4),(449,606866400,6),(449,622594800,7),(449,638319600,6),(449,654649200,7),(449,670374000,4),(449,701820000,6),(449,717548400,7),(449,733273200,6),(449,748998000,7),(449,764722800,6),(449,780447600,7),(449,796172400,6),(449,811897200,7),(449,828226800,6),(449,846370800,7),(449,859676400,6),(449,877820400,7),(449,891126000,6),(449,909270000,7),(449,922575600,6),(449,941324400,7),(449,954025200,6),(449,972774000,7),(449,985474800,6),(449,1004223600,7),(449,1017529200,6),(449,1035673200,7),(449,1048978800,6),(449,1067122800,7),(449,1080428400,6),(449,1099177200,7),(449,1111878000,6),(449,1130626800,7),(449,1143327600,6),(449,1162076400,7),(449,1174777200,6),(449,1193526000,7),(449,1206831600,6),(449,1224975600,7),(449,1238281200,6),(449,1256425200,7),(449,1269730800,6),(449,1288479600,7),(449,1301180400,4),(449,1414274400,7),(450,-1830384000,6),(450,-1689555600,1),(450,-1677801600,2),(450,-1667437200,3),(450,-1647738000,4),(450,-1635814800,3),(450,-1616202000,4),(450,-1604365200,3),(450,-1584666000,4),(450,-1572742800,3),(450,-1553043600,4),(450,-1541206800,3),(450,-1521507600,4),(450,-1442451600,3),(450,-1426813200,4),(450,-1379293200,3),(450,-1364778000,4),(450,-1348448400,3),(450,-1333328400,4),(450,-1316394000,3),(450,-1301274000,4),(450,-1284339600,3),(450,-1269824400,4),(450,-1221440400,3),(450,-1206925200,4),(450,-1191200400,3),(450,-1175475600,4),(450,-1127696400,3),(450,-1111971600,4),(450,-1096851600,3),(450,-1080522000,4),(450,-1063587600,3),(450,-1049072400,4),(450,-1033347600,3),(450,-1017622800,4),(450,-1002502800,3),(450,-986173200,4),(450,-969238800,3),(450,-950490000,4),(450,-942022800,3),(450,-922669200,4),(450,-906944400,3),(450,-891133200,4),(450,-877309200,3),(450,-873684000,5),(450,-864007200,3),(450,-857955600,4),(450,-845859600,3),(450,-842839200,5),(450,-831348000,3),(450,-825901200,4),(450,-814410000,3),(450,-810784800,5),(450,-799898400,3),(450,-794451600,4),(450,-782960400,3),(450,-779335200,5),(450,-768448800,3),(450,-763002000,4),(450,-749091600,3),(450,-733366800,4),(450,-717631200,3),(450,-701906400,4),(450,-686181600,3),(450,-670456800,4),(450,-654732000,3),(450,-639007200,4),(450,-623282400,3),(450,-607557600,4),(450,-591832800,3),(450,-575503200,4),(450,-559778400,3),(450,-544053600,4),(450,-528328800,3),(450,-512604000,4),(450,-496879200,3),(450,-481154400,4),(450,-465429600,3),(450,-449704800,4),(450,-433980000,3),(450,-417650400,4),(450,-401925600,3),(450,-386200800,4),(450,-370476000,3),(450,-354751200,4),(450,-339026400,3),(450,-323301600,4),(450,-307576800,3),(450,-291852000,4),(450,-276127200,3),(450,-260402400,4),(450,-244677600,3),(450,-228348000,4),(450,-212623200,3),(450,-196898400,4),(450,-181173600,3),(450,-165448800,4),(450,-149724000,3),(450,-133999200,4),(450,-118274400,7),(450,212544000,2),(450,228268800,3),(450,243993600,4),(450,260323200,3),(450,276048000,4),(450,291772800,3),(450,307501200,4),(450,323222400,3),(450,338950800,4),(450,354675600,3),(450,370400400,4),(450,386125200,3),(450,401850000,4),(450,417578400,3),(450,433299600,4),(450,449024400,3),(450,465354000,4),(450,481078800,3),(450,496803600,4),(450,512528400,3),(450,528253200,4),(450,543978000,3),(450,559702800,4),(450,575427600,3),(450,591152400,4),(450,606877200,3),(450,622602000,4),(450,638326800,3),(450,654656400,4),(450,670381200,3),(450,686106000,4),(450,701830800,3),(450,717555600,8),(450,733280400,9),(450,749005200,8),(450,764730000,9),(450,780454800,8),(450,796179600,9),(450,811904400,8),(450,828234000,10),(450,846378000,6),(450,859683600,10),(450,877827600,6),(450,891133200,10),(450,909277200,6),(450,922582800,10),(450,941331600,6),(450,954032400,10),(450,972781200,6),(450,985482000,10),(450,1004230800,6),(450,1017536400,10),(450,1035680400,6),(450,1048986000,10),(450,1067130000,6),(450,1080435600,10),(450,1099184400,6),(450,1111885200,10),(450,1130634000,6),(450,1143334800,10),(450,1162083600,6),(450,1174784400,10),(450,1193533200,6),(450,1206838800,10),(450,1224982800,6),(450,1238288400,10),(450,1256432400,6),(450,1269738000,10),(450,1288486800,6),(450,1301187600,10),(450,1319936400,6),(450,1332637200,10),(450,1351386000,6),(450,1364691600,10),(450,1382835600,6),(450,1396141200,10),(450,1414285200,6),(450,1427590800,10),(450,1445734800,6),(450,1459040400,10),(450,1477789200,6),(450,1490490000,10),(450,1509238800,6),(450,1521939600,10),(450,1540688400,6),(450,1553994000,10),(450,1572138000,6),(450,1585443600,10),(450,1603587600,6),(450,1616893200,10),(450,1635642000,6),(450,1648342800,10),(450,1667091600,6),(450,1679792400,10),(450,1698541200,6),(450,1711846800,10),(450,1729990800,6),(450,1743296400,10),(450,1761440400,6),(450,1774746000,10),(450,1792890000,6),(450,1806195600,10),(450,1824944400,6),(450,1837645200,10),(450,1856394000,6),(450,1869094800,10),(450,1887843600,6),(450,1901149200,10),(450,1919293200,6),(450,1932598800,10),(450,1950742800,6),(450,1964048400,10),(450,1982797200,6),(450,1995498000,10),(450,2014246800,6),(450,2026947600,10),(450,2045696400,6),(450,2058397200,10),(450,2077146000,6),(450,2090451600,10),(450,2108595600,6),(450,2121901200,10),(450,2140045200,6),(451,-905824800,3),(451,-857257200,1),(451,-844556400,2),(451,-828226800,1),(451,-812502000,2),(451,-796777200,1),(451,-788922000,0),(451,-777942000,2),(451,-766623600,1),(451,407199600,0),(451,417574800,4),(451,433299600,5),(451,449024400,4),(451,465354000,5),(451,481078800,4),(451,496803600,5),(451,512528400,4),(451,528253200,5),(451,543978000,4),(451,559702800,5),(451,575427600,4),(451,591152400,5),(451,606877200,4),(451,622602000,5),(451,638326800,4),(451,654656400,5),(451,670381200,4),(451,686106000,5),(451,701830800,4),(451,717555600,5),(451,733280400,4),(451,749005200,5),(451,764730000,4),(451,780454800,5),(451,796179600,4),(451,811904400,5),(451,828234000,4),(451,846378000,5),(451,859683600,4),(451,877827600,5),(451,891133200,4),(451,909277200,5),(451,922582800,4),(451,941331600,5),(451,954032400,4),(451,972781200,5),(451,985482000,4),(451,1004230800,5),(451,1017536400,4),(451,1035680400,5),(451,1048986000,4),(451,1067130000,5),(451,1080435600,4),(451,1099184400,5),(451,1111885200,4),(451,1130634000,5),(451,1143334800,4),(451,1162083600,5),(451,1174784400,4),(451,1193533200,5),(451,1206838800,4),(451,1224982800,5),(451,1238288400,4),(451,1256432400,5),(451,1269738000,4),(451,1288486800,5),(451,1301187600,4),(451,1319936400,5),(451,1332637200,4),(451,1351386000,5),(451,1364691600,4),(451,1382835600,5),(451,1396141200,4),(451,1414285200,5),(451,1427590800,4),(451,1445734800,5),(451,1459040400,4),(451,1477789200,5),(451,1490490000,4),(451,1509238800,5),(451,1521939600,4),(451,1540688400,5),(451,1553994000,4),(451,1572138000,5),(451,1585443600,4),(451,1603587600,5),(451,1616893200,4),(451,1635642000,5),(451,1648342800,4),(451,1667091600,5),(451,1679792400,4),(451,1698541200,5),(451,1711846800,4),(451,1729990800,5),(451,1743296400,4),(451,1761440400,5),(451,1774746000,4),(451,1792890000,5),(451,1806195600,4),(451,1824944400,5),(451,1837645200,4),(451,1856394000,5),(451,1869094800,4),(451,1887843600,5),(451,1901149200,4),(451,1919293200,5),(451,1932598800,4),(451,1950742800,5),(451,1964048400,4),(451,1982797200,5),(451,1995498000,4),(451,2014246800,5),(451,2026947600,4),(451,2045696400,5),(451,2058397200,4),(451,2077146000,5),(451,2090451600,4),(451,2108595600,5),(451,2121901200,4),(451,2140045200,5),(452,-1691964000,0),(452,-1680472800,1),(452,-1664143200,0),(452,-1650146400,1),(452,-1633903200,0),(452,-1617487200,1),(452,-1601848800,0),(452,-1586037600,1),(452,-1570399200,0),(452,-1552168800,1),(452,-1538344800,0),(452,-1522533600,1),(452,-1507500000,0),(452,-1490565600,1),(452,-1473631200,0),(452,-1460930400,1),(452,-1442786400,0),(452,-1428876000,1),(452,-1410732000,0),(452,-1396216800,1),(452,-1379282400,0),(452,-1364767200,1),(452,-1348437600,0),(452,-1333317600,1),(452,-1315778400,0),(452,-1301263200,1),(452,-1284328800,0),(452,-1269813600,1),(452,-1253484000,0),(452,-1238364000,1),(452,-1221429600,0),(452,-1206914400,1),(452,-1189980000,0),(452,-1175464800,1),(452,-1159135200,0),(452,-1143410400,1),(452,-1126476000,0),(452,-1111960800,1),(452,-1095631200,0),(452,-1080511200,1),(452,-1063576800,0),(452,-1049061600,1),(452,-1032127200,0),(452,-1017612000,1),(452,-1001282400,0),(452,-986162400,1),(452,-969228000,0),(452,-950479200,1),(452,-942012000,0),(452,-904518000,2),(452,-896050800,0),(452,-875487600,2),(452,-864601200,0),(452,-844038000,2),(452,-832546800,0),(452,-812588400,2),(452,-798073200,0),(452,-781052400,2),(452,-772066800,0),(452,-764805600,1),(452,-748476000,0),(452,-733356000,1),(452,-719445600,0),(452,-717030000,2),(452,-706748400,0),(452,-699487200,1),(452,-687996000,0),(452,-668037600,1),(452,-654732000,0),(452,-636588000,1),(452,-622072800,0),(452,-605743200,1),(452,-590623200,0),(452,-574293600,1),(452,-558568800,0),(452,-542239200,1),(452,-527119200,0),(452,-512604000,1),(452,-496274400,0),(452,-481154400,1),(452,-464220000,0),(452,-449704800,1),(452,-432165600,0),(452,-417650400,1),(452,-401320800,0),(452,-386200800,1),(452,-369266400,0),(452,-354751200,1),(452,-337816800,0),(452,-323301600,1),(452,-306972000,0),(452,-291852000,1),(452,-276732000,0),(452,-257983200,1),(452,-245282400,0),(452,-226533600,1),(452,-213228000,0),(452,-195084000,1),(452,-182383200,0),(452,-163634400,1),(452,-150933600,0),(452,-132184800,1),(452,-119484000,0),(452,-100735200,1),(452,-88034400,0),(452,-68680800,1),(452,-59004000,0),(452,-37242000,3),(452,57722400,5),(452,69818400,0),(452,89172000,1),(452,101268000,0),(452,120621600,1),(452,132717600,0),(452,152071200,1),(452,164167200,0),(452,183520800,1),(452,196221600,0),(452,214970400,1),(452,227671200,0),(452,246420000,1),(452,259120800,0),(452,278474400,1),(452,290570400,0),(452,309924000,1),(452,322020000,0),(452,341373600,1),(452,354675600,4),(452,372819600,5),(452,386125200,4),(452,404269200,5),(452,417574800,4),(452,435718800,5),(452,449024400,4),(452,467773200,5),(452,481078800,4),(452,499222800,5),(452,512528400,4),(452,530672400,5),(452,543978000,4),(452,562122000,5),(452,575427600,4),(452,593571600,5),(452,606877200,4),(452,625626000,5),(452,638326800,4),(452,657075600,5),(452,670381200,4),(452,688525200,5),(452,701830800,4),(452,719974800,5),(452,733280400,4),(452,751424400,5),(452,764730000,4),(452,782874000,5),(452,796179600,4),(452,814323600,5),(452,820454400,6),(452,828234000,4),(452,846378000,5),(452,859683600,4),(452,877827600,5),(452,891133200,4),(452,909277200,5),(452,922582800,4),(452,941331600,5),(452,954032400,4),(452,972781200,5),(452,985482000,4),(452,1004230800,5),(452,1017536400,4),(452,1035680400,5),(452,1048986000,4),(452,1067130000,5),(452,1080435600,4),(452,1099184400,5),(452,1111885200,4),(452,1130634000,5),(452,1143334800,4),(452,1162083600,5),(452,1174784400,4),(452,1193533200,5),(452,1206838800,4),(452,1224982800,5),(452,1238288400,4),(452,1256432400,5),(452,1269738000,4),(452,1288486800,5),(452,1301187600,4),(452,1319936400,5),(452,1332637200,4),(452,1351386000,5),(452,1364691600,4),(452,1382835600,5),(452,1396141200,4),(452,1414285200,5),(452,1427590800,4),(452,1445734800,5),(452,1459040400,4),(452,1477789200,5),(452,1490490000,4),(452,1509238800,5),(452,1521939600,4),(452,1540688400,5),(452,1553994000,4),(452,1572138000,5),(452,1585443600,4),(452,1603587600,5),(452,1616893200,4),(452,1635642000,5),(452,1648342800,4),(452,1667091600,5),(452,1679792400,4),(452,1698541200,5),(452,1711846800,4),(452,1729990800,5),(452,1743296400,4),(452,1761440400,5),(452,1774746000,4),(452,1792890000,5),(452,1806195600,4),(452,1824944400,5),(452,1837645200,4),(452,1856394000,5),(452,1869094800,4),(452,1887843600,5),(452,1901149200,4),(452,1919293200,5),(452,1932598800,4),(452,1950742800,5),(452,1964048400,4),(452,1982797200,5),(452,1995498000,4),(452,2014246800,5),(452,2026947600,4),(452,2045696400,5),(452,2058397200,4),(452,2077146000,5),(452,2090451600,4),(452,2108595600,5),(452,2121901200,4),(452,2140045200,5),(453,-2069713476,2),(453,-1692496800,1),(453,-1680483600,2),(453,-1662343200,1),(453,-1650157200,2),(453,-1632006000,3),(453,-1618700400,4),(453,-1612659600,6),(453,-1604278800,5),(453,-1585519200,6),(453,-1574038800,5),(453,-1552258800,6),(453,-1539997200,5),(453,-1520550000,6),(453,-1507510800,5),(453,-1490572800,6),(453,-1473642000,5),(453,-1459119600,6),(453,-1444006800,5),(453,-1427673600,6),(453,-1411866000,5),(453,-1396224000,6),(453,-1379293200,5),(453,-1364774400,6),(453,-1348448400,5),(453,-1333324800,6),(453,-1316394000,5),(453,-1301270400,6),(453,-1284339600,5),(453,-1269813600,7),(453,-1253484000,8),(453,-1238364000,7),(453,-1221429600,8),(453,-1206914400,7),(453,-1191189600,8),(453,-1175464800,7),(453,-1160344800,8),(453,-1143410400,7),(453,-1127685600,8),(453,-1111960800,7),(453,-1096840800,8),(453,-1080511200,7),(453,-1063576800,8),(453,-1049061600,7),(453,-1033336800,8),(453,-1017612000,7),(453,-1002492000,8),(453,-986162400,7),(453,-969228000,8),(453,-950479200,7),(453,-942012000,8),(453,-935186400,11),(453,-857257200,9),(453,-844556400,10),(453,-828226800,9),(453,-812502000,10),(453,-797986800,2),(453,-781052400,3),(453,-766623600,4),(453,-745455600,3),(453,-733273200,4),(453,220921200,2),(453,228877200,12),(453,243997200,13),(453,260326800,12),(453,276051600,13),(453,291776400,12),(453,307501200,13),(453,323830800,12),(453,338950800,13),(453,354675600,12),(453,370400400,13),(453,386125200,12),(453,401850000,13),(453,417574800,12),(453,433299600,13),(453,449024400,12),(453,465354000,13),(453,481078800,12),(453,496803600,13),(453,512528400,12),(453,528253200,13),(453,543978000,12),(453,559702800,13),(453,575427600,12),(453,591152400,13),(453,606877200,12),(453,622602000,13),(453,638326800,12),(453,654656400,13),(453,670381200,12),(453,686106000,13),(453,701830800,12),(453,717555600,13),(453,733280400,12),(453,749005200,13),(453,764730000,12),(453,780454800,13),(453,796179600,12),(453,811904400,13),(453,828234000,12),(453,846378000,13),(453,859683600,12),(453,877827600,13),(453,891133200,12),(453,909277200,13),(453,922582800,12),(453,941331600,13),(453,954032400,12),(453,972781200,13),(453,985482000,12),(453,1004230800,13),(453,1017536400,12),(453,1035680400,13),(453,1048986000,12),(453,1067130000,13),(453,1080435600,12),(453,1099184400,13),(453,1111885200,12),(453,1130634000,13),(453,1143334800,12),(453,1162083600,13),(453,1174784400,12),(453,1193533200,13),(453,1206838800,12),(453,1224982800,13),(453,1238288400,12),(453,1256432400,13),(453,1269738000,12),(453,1288486800,13),(453,1301187600,12),(453,1319936400,13),(453,1332637200,12),(453,1351386000,13),(453,1364691600,12),(453,1382835600,13),(453,1396141200,12),(453,1414285200,13),(453,1427590800,12),(453,1445734800,13),(453,1459040400,12),(453,1477789200,13),(453,1490490000,12),(453,1509238800,13),(453,1521939600,12),(453,1540688400,13),(453,1553994000,12),(453,1572138000,13),(453,1585443600,12),(453,1603587600,13),(453,1616893200,12),(453,1635642000,13),(453,1648342800,12),(453,1667091600,13),(453,1679792400,12),(453,1698541200,13),(453,1711846800,12),(453,1729990800,13),(453,1743296400,12),(453,1761440400,13),(453,1774746000,12),(453,1792890000,13),(453,1806195600,12),(453,1824944400,13),(453,1837645200,12),(453,1856394000,13),(453,1869094800,12),(453,1887843600,13),(453,1901149200,12),(453,1919293200,13),(453,1932598800,12),(453,1950742800,13),(453,1964048400,12),(453,1982797200,13),(453,1995498000,12),(453,2014246800,13),(453,2026947600,12),(453,2045696400,13),(453,2058397200,12),(453,2077146000,13),(453,2090451600,12),(453,2108595600,13),(453,2121901200,12),(453,2140045200,13),(454,-1631926800,0),(454,-1616889600,1),(454,-1601168400,0),(454,-1585353600,1),(454,-1442451600,0),(454,-1427673600,1),(454,-1379293200,0),(454,-1364774400,1),(454,-1348448400,0),(454,-1333324800,1),(454,-1316390400,0),(454,-1301270400,1),(454,-1284339600,0),(454,-1269820800,1),(454,-1026954000,0),(454,-1017619200,1),(454,-1001898000,0),(454,-999482400,2),(454,-986090400,0),(454,-954115200,1),(454,-940208400,5),(454,-873079200,4),(454,-862621200,5),(454,-842839200,4),(454,-828320400,5),(454,-811389600,4),(454,-796870800,5),(454,-779940000,4),(454,-765421200,5),(454,-748490400,4),(454,-733971600,5),(454,-652327200,4),(454,-639018000,5),(454,135122400,4),(454,150246000,5),(454,166572000,4),(454,181695600,5),(454,196812000,4),(454,212540400,5),(454,228866400,4),(454,243990000,5),(454,260326800,6),(454,276051600,7),(454,283993200,5),(454,291776400,8),(454,307501200,9),(454,323830800,8),(454,338950800,9),(454,354675600,8),(454,370400400,9),(454,386125200,8),(454,401850000,9),(454,417574800,8),(454,433299600,9),(454,449024400,8),(454,465354000,9),(454,481078800,8),(454,496803600,9),(454,512528400,8),(454,528253200,9),(454,543978000,8),(454,559702800,9),(454,575427600,8),(454,591152400,9),(454,606877200,8),(454,622602000,9),(454,638326800,8),(454,654656400,9),(454,670381200,8),(454,686106000,9),(454,701830800,8),(454,717555600,9),(454,733280400,8),(454,749005200,9),(454,764730000,8),(454,780454800,9),(454,796179600,8),(454,811904400,9),(454,828234000,8),(454,846378000,9),(454,859683600,8),(454,877827600,9),(454,891133200,8),(454,909277200,9),(454,922582800,8),(454,941331600,9),(454,954032400,8),(454,972781200,9),(454,985482000,8),(454,1004230800,9),(454,1017536400,8),(454,1035680400,9),(454,1048986000,8),(454,1067130000,9),(454,1080435600,8),(454,1099184400,9),(454,1111885200,8),(454,1130634000,9),(454,1143334800,8),(454,1162083600,9),(454,1174784400,8),(454,1193533200,9),(454,1206838800,8),(454,1224982800,9),(454,1238288400,8),(454,1256432400,9),(454,1269738000,8),(454,1288486800,9),(454,1301187600,8),(454,1319936400,9),(454,1332637200,8),(454,1351386000,9),(454,1364691600,8),(454,1382835600,9),(454,1396141200,8),(454,1414285200,9),(454,1427590800,8),(454,1445734800,9),(454,1459040400,8),(454,1477789200,9),(454,1490490000,8),(454,1509238800,9),(454,1521939600,8),(454,1540688400,9),(454,1553994000,8),(454,1572138000,9),(454,1585443600,8),(454,1603587600,9),(454,1616893200,8),(454,1635642000,9),(454,1648342800,8),(454,1667091600,9),(454,1679792400,8),(454,1698541200,9),(454,1711846800,8),(454,1729990800,9),(454,1743296400,8),(454,1761440400,9),(454,1774746000,8),(454,1792890000,9),(454,1806195600,8),(454,1824944400,9),(454,1837645200,8),(454,1856394000,9),(454,1869094800,8),(454,1887843600,9),(454,1901149200,8),(454,1919293200,9),(454,1932598800,8),(454,1950742800,9),(454,1964048400,8),(454,1982797200,9),(454,1995498000,8),(454,2014246800,9),(454,2026947600,8),(454,2045696400,9),(454,2058397200,8),(454,2077146000,9),(454,2090451600,8),(454,2108595600,9),(454,2121901200,8),(454,2140045200,9),(455,-1690765200,0),(455,-1680487200,1),(455,-1664758800,0),(455,-1648951200,1),(455,-1635123600,0),(455,-1616896800,1),(455,-1604278800,0),(455,-1585533600,1),(455,-1571014800,0),(455,-1555293600,1),(455,-932432400,0),(455,-857257200,2),(455,-844556400,3),(455,-828226800,2),(455,-812588400,3),(455,-798073200,2),(455,-781052400,0),(455,-766717200,1),(455,-750898800,3),(455,-733359600,2),(455,-719456400,3),(455,-701917200,2),(455,-689209200,3),(455,-670460400,2),(455,-114051600,3),(455,-103168800,1),(455,-81997200,3),(455,-71715600,2),(455,-50547600,3),(455,-40266000,2),(455,-18493200,3),(455,-8211600,2),(455,12956400,3),(455,23238000,2),(455,43801200,3),(455,54687600,2),(455,75855600,3),(455,86742000,2),(455,102380400,3),(455,118105200,2),(455,135730800,3),(455,148518000,2),(455,167187600,0),(455,180489600,1),(455,198637200,0),(455,211939200,1),(455,230086800,0),(455,243388800,1),(455,261536400,0),(455,274838400,1),(455,292986000,0),(455,306288000,1),(455,323312400,0),(455,338342400,1),(455,354675600,4),(455,370400400,5),(455,386125200,4),(455,401850000,5),(455,417574800,4),(455,433299600,5),(455,449024400,4),(455,465354000,5),(455,481078800,4),(455,496803600,5),(455,512528400,4),(455,528253200,5),(455,543978000,4),(455,559702800,5),(455,575427600,4),(455,591152400,5),(455,606877200,4),(455,622602000,5),(455,638326800,4),(455,654656400,5),(455,670381200,4),(455,686106000,5),(455,701830800,4),(455,717555600,5),(455,733280400,4),(455,749005200,5),(455,764730000,4),(455,780454800,5),(455,796179600,4),(455,811904400,5),(455,828234000,4),(455,846378000,5),(455,859683600,4),(455,877827600,5),(455,891133200,4),(455,909277200,5),(455,922582800,4),(455,941331600,5),(455,954032400,4),(455,972781200,5),(455,985482000,4),(455,1004230800,5),(455,1017536400,4),(455,1035680400,5),(455,1048986000,4),(455,1067130000,5),(455,1080435600,4),(455,1099184400,5),(455,1111885200,4),(455,1130634000,5),(455,1143334800,4),(455,1162083600,5),(455,1174784400,4),(455,1193533200,5),(455,1206838800,4),(455,1224982800,5),(455,1238288400,4),(455,1256432400,5),(455,1269738000,4),(455,1288486800,5),(455,1301187600,4),(455,1319936400,5),(455,1332637200,4),(455,1351386000,5),(455,1364691600,4),(455,1382835600,5),(455,1396141200,4),(455,1414285200,5),(455,1427590800,4),(455,1445734800,5),(455,1459040400,4),(455,1477789200,5),(455,1490490000,4),(455,1509238800,5),(455,1521939600,4),(455,1540688400,5),(455,1553994000,4),(455,1572138000,5),(455,1585443600,4),(455,1603587600,5),(455,1616893200,4),(455,1635642000,5),(455,1648342800,4),(455,1667091600,5),(455,1679792400,4),(455,1698541200,5),(455,1711846800,4),(455,1729990800,5),(455,1743296400,4),(455,1761440400,5),(455,1774746000,4),(455,1792890000,5),(455,1806195600,4),(455,1824944400,5),(455,1837645200,4),(455,1856394000,5),(455,1869094800,4),(455,1887843600,5),(455,1901149200,4),(455,1919293200,5),(455,1932598800,4),(455,1950742800,5),(455,1964048400,4),(455,1982797200,5),(455,1995498000,4),(455,2014246800,5),(455,2026947600,4),(455,2045696400,5),(455,2058397200,4),(455,2077146000,5),(455,2090451600,4),(455,2108595600,5),(455,2121901200,4),(455,2140045200,5),(456,-1535938789,2),(456,-875671200,1),(456,-859773600,2),(456,354672000,1),(456,370396800,2),(456,386121600,1),(456,401846400,2),(456,417574800,3),(456,433299600,4),(456,449024400,3),(456,465354000,4),(456,481078800,3),(456,496803600,4),(456,512528400,3),(456,528253200,4),(456,543978000,3),(456,559702800,4),(456,575427600,3),(456,591152400,4),(456,606877200,3),(456,622602000,4),(456,638326800,3),(456,654656400,4),(456,670381200,3),(456,686106000,4),(456,701830800,3),(456,717555600,4),(456,733280400,3),(456,749005200,4),(456,764730000,3),(456,780454800,4),(456,796179600,3),(456,811904400,4),(456,828234000,3),(456,846378000,4),(456,859683600,3),(456,877827600,4),(456,891133200,3),(456,909277200,4),(456,922582800,3),(456,941331600,4),(456,954032400,3),(456,972781200,4),(456,985482000,3),(456,1004230800,4),(456,1017536400,3),(456,1035680400,4),(456,1048986000,3),(456,1067130000,4),(456,1080435600,3),(456,1099184400,4),(456,1111885200,3),(456,1130634000,4),(456,1143334800,3),(456,1162083600,4),(456,1174784400,3),(456,1193533200,4),(456,1206838800,3),(456,1224982800,4),(456,1238288400,3),(456,1256432400,4),(456,1269738000,3),(456,1288486800,4),(456,1301187600,3),(456,1319936400,4),(456,1332637200,3),(456,1351386000,4),(456,1364691600,3),(456,1382835600,4),(456,1396141200,3),(456,1414285200,4),(456,1427590800,3),(456,1445734800,4),(456,1459040400,3),(456,1477789200,4),(456,1490490000,3),(456,1509238800,4),(456,1521939600,3),(456,1540688400,4),(456,1553994000,3),(456,1572138000,4),(456,1585443600,3),(456,1603587600,4),(456,1616893200,3),(456,1635642000,4),(456,1648342800,3),(456,1667091600,4),(456,1679792400,3),(456,1698541200,4),(456,1711846800,3),(456,1729990800,4),(456,1743296400,3),(456,1761440400,4),(456,1774746000,3),(456,1792890000,4),(456,1806195600,3),(456,1824944400,4),(456,1837645200,3),(456,1856394000,4),(456,1869094800,3),(456,1887843600,4),(456,1901149200,3),(456,1919293200,4),(456,1932598800,3),(456,1950742800,4),(456,1964048400,3),(456,1982797200,4),(456,1995498000,3),(456,2014246800,4),(456,2026947600,3),(456,2045696400,4),(456,2058397200,3),(456,2077146000,4),(456,2090451600,3),(456,2108595600,4),(456,2121901200,3),(456,2140045200,4),(457,-1441158600,1),(457,-1247536800,2),(457,-899780400,5),(457,-857257200,3),(457,-844556400,4),(457,-828226800,3),(457,-812502000,4),(457,-804650400,2),(457,354920400,6),(457,370728000,2),(457,386456400,6),(457,402264000,2),(457,417992400,6),(457,433800000,2),(457,449614800,6),(457,465346800,7),(457,481071600,8),(457,496796400,7),(457,512521200,8),(457,528246000,7),(457,543970800,8),(457,559695600,7),(457,575420400,8),(457,591145200,7),(457,606870000,8),(457,622594800,7),(457,631141200,2),(457,670374000,9),(457,686102400,10),(457,701827200,9),(457,717552000,10),(457,733276800,9),(457,749001600,10),(457,764726400,9),(457,780451200,10),(457,796176000,9),(457,811900800,10),(457,828230400,9),(457,846374400,10),(457,859680000,9),(457,877824000,10),(457,891129600,9),(457,909273600,10),(457,922579200,9),(457,941328000,10),(457,954028800,9),(457,972777600,10),(457,985478400,9),(457,1004227200,10),(457,1017532800,9),(457,1035676800,10),(457,1048982400,9),(457,1067126400,10),(457,1080432000,9),(457,1099180800,10),(457,1111881600,9),(457,1130630400,10),(457,1143331200,9),(457,1162080000,10),(457,1174780800,9),(457,1193529600,10),(457,1206835200,9),(457,1224979200,10),(457,1238284800,9),(457,1256428800,10),(457,1269734400,9),(457,1288483200,10),(457,1301184000,11),(458,-1854403761,5),(458,-1689814800,1),(458,-1680397200,2),(458,-1665363600,1),(458,-1648342800,2),(458,-1635123600,1),(458,-1616893200,2),(458,-1604278800,1),(458,-1585443600,2),(458,-1574038800,1),(458,-1552266000,2),(458,-1539997200,1),(458,-1520557200,2),(458,-1507510800,1),(458,-1490576400,2),(458,-1470618000,1),(458,-1459126800,2),(458,-1444006800,1),(458,-1427677200,2),(458,-1411952400,1),(458,-1396227600,2),(458,-1379293200,1),(458,-1364778000,2),(458,-1348448400,1),(458,-1333328400,2),(458,-1316394000,1),(458,-1301274000,2),(458,-1284339600,1),(458,-1269824400,2),(458,-1253494800,1),(458,-1238374800,2),(458,-1221440400,1),(458,-1206925200,2),(458,-1191200400,1),(458,-1175475600,2),(458,-1160355600,1),(458,-1143421200,2),(458,-1127696400,1),(458,-1111971600,2),(458,-1096851600,1),(458,-1080522000,2),(458,-1063587600,1),(458,-1049072400,2),(458,-1033347600,1),(458,-1017622800,2),(458,-1002502800,1),(458,-986173200,2),(458,-969238800,1),(458,-950490000,2),(458,-942012000,3),(458,-904438800,4),(458,-891136800,3),(458,-877827600,4),(458,-857257200,3),(458,-844556400,4),(458,-828226800,3),(458,-812502000,4),(458,-796266000,3),(458,-781052400,4),(458,-766623600,7),(458,196819200,6),(458,212540400,7),(458,228877200,8),(458,243997200,9),(458,260326800,8),(458,276051600,9),(458,291776400,8),(458,307501200,9),(458,323830800,8),(458,338950800,9),(458,354675600,8),(458,370400400,9),(458,386125200,8),(458,401850000,9),(458,417574800,8),(458,433299600,9),(458,449024400,8),(458,465354000,9),(458,481078800,8),(458,496803600,9),(458,512528400,8),(458,528253200,9),(458,543978000,8),(458,559702800,9),(458,575427600,8),(458,591152400,9),(458,606877200,8),(458,622602000,9),(458,638326800,8),(458,654656400,9),(458,670381200,8),(458,686106000,9),(458,701830800,8),(458,717555600,9),(458,733280400,8),(458,749005200,9),(458,764730000,8),(458,780454800,9),(458,796179600,8),(458,811904400,9),(458,828234000,8),(458,846378000,9),(458,859683600,8),(458,877827600,9),(458,891133200,8),(458,909277200,9),(458,922582800,8),(458,941331600,9),(458,954032400,8),(458,972781200,9),(458,985482000,8),(458,1004230800,9),(458,1017536400,8),(458,1035680400,9),(458,1048986000,8),(458,1067130000,9),(458,1080435600,8),(458,1099184400,9),(458,1111885200,8),(458,1130634000,9),(458,1143334800,8),(458,1162083600,9),(458,1174784400,8),(458,1193533200,9),(458,1206838800,8),(458,1224982800,9),(458,1238288400,8),(458,1256432400,9),(458,1269738000,8),(458,1288486800,9),(458,1301187600,8),(458,1319936400,9),(458,1332637200,8),(458,1351386000,9),(458,1364691600,8),(458,1382835600,9),(458,1396141200,8),(458,1414285200,9),(458,1427590800,8),(458,1445734800,9),(458,1459040400,8),(458,1477789200,9),(458,1490490000,8),(458,1509238800,9),(458,1521939600,8),(458,1540688400,9),(458,1553994000,8),(458,1572138000,9),(458,1585443600,8),(458,1603587600,9),(458,1616893200,8),(458,1635642000,9),(458,1648342800,8),(458,1667091600,9),(458,1679792400,8),(458,1698541200,9),(458,1711846800,8),(458,1729990800,9),(458,1743296400,8),(458,1761440400,9),(458,1774746000,8),(458,1792890000,9),(458,1806195600,8),(458,1824944400,9),(458,1837645200,8),(458,1856394000,9),(458,1869094800,8),(458,1887843600,9),(458,1901149200,8),(458,1919293200,9),(458,1932598800,8),(458,1950742800,9),(458,1964048400,8),(458,1982797200,9),(458,1995498000,8),(458,2014246800,9),(458,2026947600,8),(458,2045696400,9),(458,2058397200,8),(458,2077146000,9),(458,2090451600,8),(458,2108595600,9),(458,2121901200,8),(458,2140045200,9),(459,-1688265017,2),(459,-1656819079,1),(459,-1641353479,2),(459,-1627965079,3),(459,-1618716679,1),(459,-1596429079,3),(459,-1593820800,4),(459,-1589860800,5),(459,-1542427200,6),(459,-1539493200,7),(459,-1525323600,6),(459,-1522728000,5),(459,-1491188400,8),(459,-1247536800,5),(459,354920400,6),(459,370728000,5),(459,386456400,6),(459,402264000,5),(459,417992400,6),(459,433800000,5),(459,449614800,6),(459,465346800,9),(459,481071600,10),(459,496796400,9),(459,512521200,10),(459,528246000,9),(459,543970800,10),(459,559695600,9),(459,575420400,10),(459,591145200,9),(459,606870000,10),(459,622594800,9),(459,638319600,10),(459,654649200,9),(459,670374000,11),(459,686102400,12),(459,695779200,9),(459,701823600,10),(459,717548400,9),(459,733273200,10),(459,748998000,9),(459,764722800,10),(459,780447600,9),(459,796172400,10),(459,811897200,9),(459,828226800,10),(459,846370800,9),(459,859676400,10),(459,877820400,9),(459,891126000,10),(459,909270000,9),(459,922575600,10),(459,941324400,9),(459,954025200,10),(459,972774000,9),(459,985474800,10),(459,1004223600,9),(459,1017529200,10),(459,1035673200,9),(459,1048978800,10),(459,1067122800,9),(459,1080428400,10),(459,1099177200,9),(459,1111878000,10),(459,1130626800,9),(459,1143327600,10),(459,1162076400,9),(459,1174777200,10),(459,1193526000,9),(459,1206831600,10),(459,1224975600,9),(459,1238281200,10),(459,1256425200,9),(459,1269730800,10),(459,1288479600,9),(459,1301180400,13),(459,1414274400,9),(460,-1518920008,2),(460,166572000,1),(460,182293200,2),(460,200959200,1),(460,213829200,2),(460,228866400,1),(460,243982800,2),(460,260316000,1),(460,276123600,2),(460,291765600,1),(460,307486800,2),(460,323820000,1),(460,338936400,2),(460,354664800,1),(460,370386000,2),(460,386114400,1),(460,401835600,2),(460,417564000,1),(460,433285200,2),(460,449013600,1),(460,465339600,2),(460,481068000,1),(460,496789200,2),(460,512517600,1),(460,528238800,2),(460,543967200,1),(460,559688400,2),(460,575416800,1),(460,591138000,2),(460,606866400,1),(460,622587600,2),(460,638316000,1),(460,654642000,2),(460,670370400,1),(460,686091600,2),(460,701820000,1),(460,717541200,2),(460,733269600,1),(460,748990800,2),(460,764719200,1),(460,780440400,2),(460,796168800,1),(460,811890000,2),(460,828223200,1),(460,843944400,2),(460,859672800,1),(460,875394000,2),(460,891122400,1),(460,909277200,3),(460,922582800,4),(460,941331600,3),(460,954032400,4),(460,972781200,3),(460,985482000,4),(460,1004230800,3),(460,1017536400,4),(460,1035680400,3),(460,1048986000,4),(460,1067130000,3),(460,1080435600,4),(460,1099184400,3),(460,1111885200,4),(460,1130634000,3),(460,1143334800,4),(460,1162083600,3),(460,1174784400,4),(460,1193533200,3),(460,1206838800,4),(460,1224982800,3),(460,1238288400,4),(460,1256432400,3),(460,1269738000,4),(460,1288486800,3),(460,1301187600,4),(460,1319936400,3),(460,1332637200,4),(460,1351386000,3),(460,1364691600,4),(460,1382835600,3),(460,1396141200,4),(460,1414285200,3),(460,1427590800,4),(460,1445734800,3),(460,1459040400,4),(460,1477789200,3),(460,1490490000,4),(460,1509238800,3),(460,1521939600,4),(460,1540688400,3),(460,1553994000,4),(460,1572138000,3),(460,1585443600,4),(460,1603587600,3),(460,1616893200,4),(460,1635642000,3),(460,1648342800,4),(460,1667091600,3),(460,1679792400,4),(460,1698541200,3),(460,1711846800,4),(460,1729990800,3),(460,1743296400,4),(460,1761440400,3),(460,1774746000,4),(460,1792890000,3),(460,1806195600,4),(460,1824944400,3),(460,1837645200,4),(460,1856394000,3),(460,1869094800,4),(460,1887843600,3),(460,1901149200,4),(460,1919293200,3),(460,1932598800,4),(460,1950742800,3),(460,1964048400,4),(460,1982797200,3),(460,1995498000,4),(460,2014246800,3),(460,2026947600,4),(460,2045696400,3),(460,2058397200,4),(460,2077146000,3),(460,2090451600,4),(460,2108595600,3),(460,2121901200,4),(460,2140045200,3),(461,-1691884800,0),(461,-1680573600,1),(461,-927511200,0),(461,-857257200,2),(461,-844556400,3),(461,-828226800,2),(461,-812502000,3),(461,-796777200,2),(461,-781052400,3),(461,-765327600,2),(461,-340844400,3),(461,-324514800,2),(461,-308790000,3),(461,-293065200,2),(461,-277340400,3),(461,-261615600,2),(461,-245890800,3),(461,-230166000,2),(461,-214441200,3),(461,-198716400,2),(461,-182991600,3),(461,-166662000,2),(461,-147913200,3),(461,-135212400,2),(461,315529200,1),(461,323830800,4),(461,338950800,5),(461,354675600,4),(461,370400400,5),(461,386125200,4),(461,401850000,5),(461,417574800,4),(461,433299600,5),(461,449024400,4),(461,465354000,5),(461,481078800,4),(461,496803600,5),(461,512528400,4),(461,528253200,5),(461,543978000,4),(461,559702800,5),(461,575427600,4),(461,591152400,5),(461,606877200,4),(461,622602000,5),(461,638326800,4),(461,654656400,5),(461,670381200,4),(461,686106000,5),(461,701830800,4),(461,717555600,5),(461,733280400,4),(461,749005200,5),(461,764730000,4),(461,780454800,5),(461,796179600,4),(461,811904400,5),(461,828234000,4),(461,846378000,5),(461,859683600,4),(461,877827600,5),(461,891133200,4),(461,909277200,5),(461,922582800,4),(461,941331600,5),(461,954032400,4),(461,972781200,5),(461,985482000,4),(461,1004230800,5),(461,1017536400,4),(461,1035680400,5),(461,1048986000,4),(461,1067130000,5),(461,1080435600,4),(461,1099184400,5),(461,1111885200,4),(461,1130634000,5),(461,1143334800,4),(461,1162083600,5),(461,1174784400,4),(461,1193533200,5),(461,1206838800,4),(461,1224982800,5),(461,1238288400,4),(461,1256432400,5),(461,1269738000,4),(461,1288486800,5),(461,1301187600,4),(461,1319936400,5),(461,1332637200,4),(461,1351386000,5),(461,1364691600,4),(461,1382835600,5),(461,1396141200,4),(461,1414285200,5),(461,1427590800,4),(461,1445734800,5),(461,1459040400,4),(461,1477789200,5),(461,1490490000,4),(461,1509238800,5),(461,1521939600,4),(461,1540688400,5),(461,1553994000,4),(461,1572138000,5),(461,1585443600,4),(461,1603587600,5),(461,1616893200,4),(461,1635642000,5),(461,1648342800,4),(461,1667091600,5),(461,1679792400,4),(461,1698541200,5),(461,1711846800,4),(461,1729990800,5),(461,1743296400,4),(461,1761440400,5),(461,1774746000,4),(461,1792890000,5),(461,1806195600,4),(461,1824944400,5),(461,1837645200,4),(461,1856394000,5),(461,1869094800,4),(461,1887843600,5),(461,1901149200,4),(461,1919293200,5),(461,1932598800,4),(461,1950742800,5),(461,1964048400,4),(461,1982797200,5),(461,1995498000,4),(461,2014246800,5),(461,2026947600,4),(461,2045696400,5),(461,2058397200,4),(461,2077146000,5),(461,2090451600,4),(461,2108595600,5),(461,2121901200,4),(461,2140045200,5),(462,-1855958961,4),(462,-1689814800,1),(462,-1680397200,2),(462,-1665363600,1),(462,-1648342800,2),(462,-1635123600,1),(462,-1616893200,2),(462,-1604278800,1),(462,-1585443600,2),(462,-1574038800,1),(462,-1552266000,2),(462,-1539997200,1),(462,-1520557200,2),(462,-1507510800,1),(462,-1490576400,2),(462,-1470618000,1),(462,-1459126800,2),(462,-1444006800,1),(462,-1427677200,2),(462,-1411952400,1),(462,-1396227600,2),(462,-1379293200,1),(462,-1364778000,2),(462,-1348448400,1),(462,-1333328400,2),(462,-1316394000,1),(462,-1301274000,2),(462,-1284339600,1),(462,-1269824400,2),(462,-1253494800,1),(462,-1238374800,2),(462,-1221440400,1),(462,-1206925200,2),(462,-1191200400,1),(462,-1175475600,2),(462,-1160355600,1),(462,-1143421200,2),(462,-1127696400,1),(462,-1111971600,2),(462,-1096851600,1),(462,-1080522000,2),(462,-1063587600,1),(462,-1049072400,2),(462,-1033347600,1),(462,-1017622800,2),(462,-1002502800,1),(462,-986173200,2),(462,-969238800,1),(462,-950490000,2),(462,-942012000,3),(462,-932436000,7),(462,-857257200,5),(462,-844556400,6),(462,-828226800,5),(462,-812502000,6),(462,-800071200,8),(462,-796266000,3),(462,-781052400,8),(462,-766623600,9),(462,196819200,7),(462,212540400,9),(462,228877200,10),(462,243997200,11),(462,260326800,10),(462,276051600,11),(462,291776400,10),(462,307501200,11),(462,323830800,10),(462,338950800,11),(462,354675600,10),(462,370400400,11),(462,386125200,10),(462,401850000,11),(462,417574800,10),(462,433299600,11),(462,449024400,10),(462,465354000,11),(462,481078800,10),(462,496803600,11),(462,512528400,10),(462,528253200,11),(462,543978000,10),(462,559702800,11),(462,575427600,10),(462,591152400,11),(462,606877200,10),(462,622602000,11),(462,638326800,10),(462,654656400,11),(462,670381200,10),(462,686106000,11),(462,701830800,10),(462,717555600,11),(462,733280400,10),(462,749005200,11),(462,764730000,10),(462,780454800,11),(462,796179600,10),(462,811904400,11),(462,828234000,10),(462,846378000,11),(462,859683600,10),(462,877827600,11),(462,891133200,10),(462,909277200,11),(462,922582800,10),(462,941331600,11),(462,954032400,10),(462,972781200,11),(462,985482000,10),(462,1004230800,11),(462,1017536400,10),(462,1035680400,11),(462,1048986000,10),(462,1067130000,11),(462,1080435600,10),(462,1099184400,11),(462,1111885200,10),(462,1130634000,11),(462,1143334800,10),(462,1162083600,11),(462,1174784400,10),(462,1193533200,11),(462,1206838800,10),(462,1224982800,11),(462,1238288400,10),(462,1256432400,11),(462,1269738000,10),(462,1288486800,11),(462,1301187600,10),(462,1319936400,11),(462,1332637200,10),(462,1351386000,11),(462,1364691600,10),(462,1382835600,11),(462,1396141200,10),(462,1414285200,11),(462,1427590800,10),(462,1445734800,11),(462,1459040400,10),(462,1477789200,11),(462,1490490000,10),(462,1509238800,11),(462,1521939600,10),(462,1540688400,11),(462,1553994000,10),(462,1572138000,11),(462,1585443600,10),(462,1603587600,11),(462,1616893200,10),(462,1635642000,11),(462,1648342800,10),(462,1667091600,11),(462,1679792400,10),(462,1698541200,11),(462,1711846800,10),(462,1729990800,11),(462,1743296400,10),(462,1761440400,11),(462,1774746000,10),(462,1792890000,11),(462,1806195600,10),(462,1824944400,11),(462,1837645200,10),(462,1856394000,11),(462,1869094800,10),(462,1887843600,11),(462,1901149200,10),(462,1919293200,11),(462,1932598800,10),(462,1950742800,11),(462,1964048400,10),(462,1982797200,11),(462,1995498000,10),(462,2014246800,11),(462,2026947600,10),(462,2045696400,11),(462,2058397200,10),(462,2077146000,11),(462,2090451600,10),(462,2108595600,11),(462,2121901200,10),(462,2140045200,11),(463,-905824800,3),(463,-857257200,1),(463,-844556400,2),(463,-828226800,1),(463,-812502000,2),(463,-796777200,1),(463,-788922000,0),(463,-777942000,2),(463,-766623600,1),(463,407199600,0),(463,417574800,4),(463,433299600,5),(463,449024400,4),(463,465354000,5),(463,481078800,4),(463,496803600,5),(463,512528400,4),(463,528253200,5),(463,543978000,4),(463,559702800,5),(463,575427600,4),(463,591152400,5),(463,606877200,4),(463,622602000,5),(463,638326800,4),(463,654656400,5),(463,670381200,4),(463,686106000,5),(463,701830800,4),(463,717555600,5),(463,733280400,4),(463,749005200,5),(463,764730000,4),(463,780454800,5),(463,796179600,4),(463,811904400,5),(463,828234000,4),(463,846378000,5),(463,859683600,4),(463,877827600,5),(463,891133200,4),(463,909277200,5),(463,922582800,4),(463,941331600,5),(463,954032400,4),(463,972781200,5),(463,985482000,4),(463,1004230800,5),(463,1017536400,4),(463,1035680400,5),(463,1048986000,4),(463,1067130000,5),(463,1080435600,4),(463,1099184400,5),(463,1111885200,4),(463,1130634000,5),(463,1143334800,4),(463,1162083600,5),(463,1174784400,4),(463,1193533200,5),(463,1206838800,4),(463,1224982800,5),(463,1238288400,4),(463,1256432400,5),(463,1269738000,4),(463,1288486800,5),(463,1301187600,4),(463,1319936400,5),(463,1332637200,4),(463,1351386000,5),(463,1364691600,4),(463,1382835600,5),(463,1396141200,4),(463,1414285200,5),(463,1427590800,4),(463,1445734800,5),(463,1459040400,4),(463,1477789200,5),(463,1490490000,4),(463,1509238800,5),(463,1521939600,4),(463,1540688400,5),(463,1553994000,4),(463,1572138000,5),(463,1585443600,4),(463,1603587600,5),(463,1616893200,4),(463,1635642000,5),(463,1648342800,4),(463,1667091600,5),(463,1679792400,4),(463,1698541200,5),(463,1711846800,4),(463,1729990800,5),(463,1743296400,4),(463,1761440400,5),(463,1774746000,4),(463,1792890000,5),(463,1806195600,4),(463,1824944400,5),(463,1837645200,4),(463,1856394000,5),(463,1869094800,4),(463,1887843600,5),(463,1901149200,4),(463,1919293200,5),(463,1932598800,4),(463,1950742800,5),(463,1964048400,4),(463,1982797200,5),(463,1995498000,4),(463,2014246800,5),(463,2026947600,4),(463,2045696400,5),(463,2058397200,4),(463,2077146000,5),(463,2090451600,4),(463,2108595600,5),(463,2121901200,4),(463,2140045200,5),(464,-1693706400,0),(464,-1680483600,1),(464,-1663455600,2),(464,-1650150000,3),(464,-1632006000,2),(464,-1618700400,3),(464,-938905200,2),(464,-857257200,3),(464,-844556400,2),(464,-828226800,3),(464,-812502000,2),(464,-796777200,3),(464,-781052400,2),(464,-777866400,0),(464,-765327600,3),(464,-746578800,2),(464,-733359600,3),(464,-728517600,4),(464,-721260000,1),(464,-716425200,2),(464,-701910000,3),(464,-684975600,2),(464,-670460400,3),(464,-654217200,2),(464,-639010800,3),(464,283993200,1),(464,291776400,5),(464,307501200,6),(464,323830800,5),(464,338950800,6),(464,354675600,5),(464,370400400,6),(464,386125200,5),(464,401850000,6),(464,417574800,5),(464,433299600,6),(464,449024400,5),(464,465354000,6),(464,481078800,5),(464,496803600,6),(464,512528400,5),(464,528253200,6),(464,543978000,5),(464,559702800,6),(464,575427600,5),(464,591152400,6),(464,606877200,5),(464,622602000,6),(464,638326800,5),(464,654656400,6),(464,670381200,5),(464,686106000,6),(464,701830800,5),(464,717555600,6),(464,733280400,5),(464,749005200,6),(464,764730000,5),(464,780454800,6),(464,796179600,5),(464,811904400,6),(464,828234000,5),(464,846378000,6),(464,859683600,5),(464,877827600,6),(464,891133200,5),(464,909277200,6),(464,922582800,5),(464,941331600,6),(464,954032400,5),(464,972781200,6),(464,985482000,5),(464,1004230800,6),(464,1017536400,5),(464,1035680400,6),(464,1048986000,5),(464,1067130000,6),(464,1080435600,5),(464,1099184400,6),(464,1111885200,5),(464,1130634000,6),(464,1143334800,5),(464,1162083600,6),(464,1174784400,5),(464,1193533200,6),(464,1206838800,5),(464,1224982800,6),(464,1238288400,5),(464,1256432400,6),(464,1269738000,5),(464,1288486800,6),(464,1301187600,5),(464,1319936400,6),(464,1332637200,5),(464,1351386000,6),(464,1364691600,5),(464,1382835600,6),(464,1396141200,5),(464,1414285200,6),(464,1427590800,5),(464,1445734800,6),(464,1459040400,5),(464,1477789200,6),(464,1490490000,5),(464,1509238800,6),(464,1521939600,5),(464,1540688400,6),(464,1553994000,5),(464,1572138000,6),(464,1585443600,5),(464,1603587600,6),(464,1616893200,5),(464,1635642000,6),(464,1648342800,5),(464,1667091600,6),(464,1679792400,5),(464,1698541200,6),(464,1711846800,5),(464,1729990800,6),(464,1743296400,5),(464,1761440400,6),(464,1774746000,5),(464,1792890000,6),(464,1806195600,5),(464,1824944400,6),(464,1837645200,5),(464,1856394000,6),(464,1869094800,5),(464,1887843600,6),(464,1901149200,5),(464,1919293200,6),(464,1932598800,5),(464,1950742800,6),(464,1964048400,5),(464,1982797200,6),(464,1995498000,5),(464,2014246800,6),(464,2026947600,5),(464,2045696400,6),(464,2058397200,5),(464,2077146000,6),(464,2090451600,5),(464,2108595600,6),(464,2121901200,5),(464,2140045200,6),(465,-1632008194,1),(465,-1618702594,0),(465,-1601681794,1),(465,-1597275394,0),(465,-1377308194,2),(465,-928029600,3),(465,-899521200,6),(465,-857257200,4),(465,-844556400,5),(465,-828226800,4),(465,-812502000,5),(465,-796777200,4),(465,-795834000,3),(465,354920400,7),(465,370728000,3),(465,386456400,7),(465,402264000,3),(465,417992400,7),(465,433800000,3),(465,449614800,7),(465,465346800,8),(465,481071600,9),(465,496796400,8),(465,512521200,9),(465,528246000,8),(465,543970800,9),(465,559695600,8),(465,575420400,9),(465,591145200,8),(465,606870000,10),(465,622598400,11),(465,638323200,10),(465,654652800,11),(465,670377600,10),(465,686102400,11),(465,701827200,10),(465,717552000,11),(465,733276800,10),(465,749001600,11),(465,764726400,10),(465,780451200,11),(465,796176000,10),(465,811900800,11),(465,828230400,10),(465,843955200,11),(465,853797600,2),(465,859683600,12),(465,877827600,13),(465,891133200,12),(465,909277200,13),(465,922582800,12),(465,941331600,13),(465,951775200,2),(465,985482000,12),(465,1004230800,13),(465,1017536400,12),(465,1035680400,13),(465,1048986000,12),(465,1067130000,13),(465,1080435600,12),(465,1099184400,13),(465,1111885200,12),(465,1130634000,13),(465,1143334800,12),(465,1162083600,13),(465,1174784400,12),(465,1193533200,13),(465,1206838800,12),(465,1224982800,13),(465,1238288400,12),(465,1256432400,13),(465,1269738000,12),(465,1288486800,13),(465,1301187600,12),(465,1319936400,13),(465,1332637200,12),(465,1351386000,13),(465,1364691600,12),(465,1382835600,13),(465,1396141200,12),(465,1414285200,13),(465,1427590800,12),(465,1445734800,13),(465,1459040400,12),(465,1477789200,13),(465,1490490000,12),(465,1509238800,13),(465,1521939600,12),(465,1540688400,13),(465,1553994000,12),(465,1572138000,13),(465,1585443600,12),(465,1603587600,13),(465,1616893200,12),(465,1635642000,13),(465,1648342800,12),(465,1667091600,13),(465,1679792400,12),(465,1698541200,13),(465,1711846800,12),(465,1729990800,13),(465,1743296400,12),(465,1761440400,13),(465,1774746000,12),(465,1792890000,13),(465,1806195600,12),(465,1824944400,13),(465,1837645200,12),(465,1856394000,13),(465,1869094800,12),(465,1887843600,13),(465,1901149200,12),(465,1919293200,13),(465,1932598800,12),(465,1950742800,13),(465,1964048400,12),(465,1982797200,13),(465,1995498000,12),(465,2014246800,13),(465,2026947600,12),(465,2045696400,13),(465,2058397200,12),(465,2077146000,13),(465,2090451600,12),(465,2108595600,13),(465,2121901200,12),(465,2140045200,13),(466,-1690765200,0),(466,-1680487200,1),(466,-1664758800,0),(466,-1648951200,1),(466,-1635123600,0),(466,-1616896800,1),(466,-1604278800,0),(466,-1585533600,1),(466,-1571014800,0),(466,-1555293600,1),(466,-932432400,0),(466,-857257200,2),(466,-844556400,3),(466,-830311200,0),(466,-828226800,2),(466,-812502000,3),(466,-807156000,0),(466,-798073200,2),(466,-781052400,0),(466,-766717200,1),(466,-750898800,3),(466,-733359600,2),(466,-719456400,3),(466,-701917200,2),(466,-689209200,3),(466,-670460400,2),(466,-114051600,3),(466,-103168800,1),(466,-81997200,3),(466,-71715600,2),(466,-50547600,3),(466,-40266000,2),(466,-18493200,3),(466,-8211600,2),(466,12956400,3),(466,23238000,2),(466,43801200,3),(466,54687600,2),(466,75855600,3),(466,86742000,2),(466,107910000,3),(466,118191600,2),(466,138754800,3),(466,149641200,2),(466,170809200,3),(466,181090800,2),(466,202258800,3),(466,212540400,2),(466,233103600,3),(466,243990000,2),(466,265158000,3),(466,276044400,2),(466,296607600,3),(466,307494000,2),(466,315529200,1),(466,323830800,4),(466,338950800,5),(466,354675600,4),(466,370400400,5),(466,386125200,4),(466,401850000,5),(466,417574800,4),(466,433299600,5),(466,449024400,4),(466,465354000,5),(466,481078800,4),(466,496803600,5),(466,512528400,4),(466,528253200,5),(466,543978000,4),(466,559702800,5),(466,575427600,4),(466,591152400,5),(466,606877200,4),(466,622602000,5),(466,638326800,4),(466,654656400,5),(466,670381200,4),(466,686106000,5),(466,701830800,4),(466,717555600,5),(466,733280400,4),(466,749005200,5),(466,764730000,4),(466,780454800,5),(466,796179600,4),(466,811904400,5),(466,828234000,4),(466,846378000,5),(466,859683600,4),(466,877827600,5),(466,891133200,4),(466,909277200,5),(466,922582800,4),(466,941331600,5),(466,954032400,4),(466,972781200,5),(466,985482000,4),(466,1004230800,5),(466,1017536400,4),(466,1035680400,5),(466,1048986000,4),(466,1067130000,5),(466,1080435600,4),(466,1099184400,5),(466,1111885200,4),(466,1130634000,5),(466,1143334800,4),(466,1162083600,5),(466,1174784400,4),(466,1193533200,5),(466,1206838800,4),(466,1224982800,5),(466,1238288400,4),(466,1256432400,5),(466,1269738000,4),(466,1288486800,5),(466,1301187600,4),(466,1319936400,5),(466,1332637200,4),(466,1351386000,5),(466,1364691600,4),(466,1382835600,5),(466,1396141200,4),(466,1414285200,5),(466,1427590800,4),(466,1445734800,5),(466,1459040400,4),(466,1477789200,5),(466,1490490000,4),(466,1509238800,5),(466,1521939600,4),(466,1540688400,5),(466,1553994000,4),(466,1572138000,5),(466,1585443600,4),(466,1603587600,5),(466,1616893200,4),(466,1635642000,5),(466,1648342800,4),(466,1667091600,5),(466,1679792400,4),(466,1698541200,5),(466,1711846800,4),(466,1729990800,5),(466,1743296400,4),(466,1761440400,5),(466,1774746000,4),(466,1792890000,5),(466,1806195600,4),(466,1824944400,5),(466,1837645200,4),(466,1856394000,5),(466,1869094800,4),(466,1887843600,5),(466,1901149200,4),(466,1919293200,5),(466,1932598800,4),(466,1950742800,5),(466,1964048400,4),(466,1982797200,5),(466,1995498000,4),(466,2014246800,5),(466,2026947600,4),(466,2045696400,5),(466,2058397200,4),(466,2077146000,5),(466,2090451600,4),(466,2108595600,5),(466,2121901200,4),(466,2140045200,5),(467,-1593820800,1),(467,-1247540400,2),(467,354916800,3),(467,370724400,2),(467,386452800,3),(467,402260400,2),(467,417988800,3),(467,433796400,2),(467,449611200,3),(467,465343200,4),(467,481068000,5),(467,496792800,4),(467,512517600,5),(467,528242400,4),(467,543967200,5),(467,559692000,4),(467,575416800,5),(467,591141600,4),(467,606866400,6),(467,622594800,7),(467,638319600,6),(467,654649200,7),(467,670374000,8),(467,686102400,7),(467,687916800,2),(467,701820000,5),(467,717544800,4),(467,733269600,5),(467,748994400,4),(467,764719200,5),(467,780444000,4),(467,796168800,5),(467,811893600,4),(467,828223200,5),(467,846367200,4),(467,859672800,5),(467,877816800,4),(467,891122400,5),(467,909266400,4),(467,922572000,5),(467,941320800,4),(467,954021600,5),(467,972770400,4),(467,985471200,5),(467,1004220000,4),(467,1017525600,5),(467,1035669600,4),(467,1048975200,5),(467,1067119200,4),(467,1080424800,5),(467,1099173600,4),(467,1111874400,5),(467,1130623200,4),(467,1143324000,5),(467,1162072800,4),(467,1174773600,5),(467,1193522400,4),(467,1206828000,5),(467,1224972000,4),(467,1238277600,5),(467,1256421600,4),(467,1269727200,6),(467,1288479600,7),(467,1301180400,4),(468,-1690765200,0),(468,-1680487200,1),(468,-1664758800,0),(468,-1648951200,1),(468,-1635123600,0),(468,-1616896800,1),(468,-1604278800,0),(468,-1585533600,1),(468,-1571014800,0),(468,-1555293600,1),(468,-932432400,0),(468,-857257200,2),(468,-844556400,3),(468,-830311200,0),(468,-828226800,2),(468,-812502000,3),(468,-807156000,0),(468,-798073200,2),(468,-781052400,0),(468,-766717200,1),(468,-750898800,3),(468,-733359600,2),(468,-719456400,3),(468,-701917200,2),(468,-689209200,3),(468,-670460400,2),(468,-114051600,3),(468,-103168800,1),(468,-81997200,3),(468,-71715600,2),(468,-50547600,3),(468,-40266000,2),(468,-18493200,3),(468,-8211600,2),(468,12956400,3),(468,23238000,2),(468,43801200,3),(468,54687600,2),(468,75855600,3),(468,86742000,2),(468,107910000,3),(468,118191600,2),(468,138754800,3),(468,149641200,2),(468,170809200,3),(468,181090800,2),(468,202258800,3),(468,212540400,2),(468,233103600,3),(468,243990000,2),(468,265158000,3),(468,276044400,2),(468,296607600,3),(468,307494000,2),(468,315529200,1),(468,323830800,4),(468,338950800,5),(468,354675600,4),(468,370400400,5),(468,386125200,4),(468,401850000,5),(468,417574800,4),(468,433299600,5),(468,449024400,4),(468,465354000,5),(468,481078800,4),(468,496803600,5),(468,512528400,4),(468,528253200,5),(468,543978000,4),(468,559702800,5),(468,575427600,4),(468,591152400,5),(468,606877200,4),(468,622602000,5),(468,638326800,4),(468,654656400,5),(468,670381200,4),(468,686106000,5),(468,701830800,4),(468,717555600,5),(468,733280400,4),(468,749005200,5),(468,764730000,4),(468,780454800,5),(468,796179600,4),(468,811904400,5),(468,828234000,4),(468,846378000,5),(468,859683600,4),(468,877827600,5),(468,891133200,4),(468,909277200,5),(468,922582800,4),(468,941331600,5),(468,954032400,4),(468,972781200,5),(468,985482000,4),(468,1004230800,5),(468,1017536400,4),(468,1035680400,5),(468,1048986000,4),(468,1067130000,5),(468,1080435600,4),(468,1099184400,5),(468,1111885200,4),(468,1130634000,5),(468,1143334800,4),(468,1162083600,5),(468,1174784400,4),(468,1193533200,5),(468,1206838800,4),(468,1224982800,5),(468,1238288400,4),(468,1256432400,5),(468,1269738000,4),(468,1288486800,5),(468,1301187600,4),(468,1319936400,5),(468,1332637200,4),(468,1351386000,5),(468,1364691600,4),(468,1382835600,5),(468,1396141200,4),(468,1414285200,5),(468,1427590800,4),(468,1445734800,5),(468,1459040400,4),(468,1477789200,5),(468,1490490000,4),(468,1509238800,5),(468,1521939600,4),(468,1540688400,5),(468,1553994000,4),(468,1572138000,5),(468,1585443600,4),(468,1603587600,5),(468,1616893200,4),(468,1635642000,5),(468,1648342800,4),(468,1667091600,5),(468,1679792400,4),(468,1698541200,5),(468,1711846800,4),(468,1729990800,5),(468,1743296400,4),(468,1761440400,5),(468,1774746000,4),(468,1792890000,5),(468,1806195600,4),(468,1824944400,5),(468,1837645200,4),(468,1856394000,5),(468,1869094800,4),(468,1887843600,5),(468,1901149200,4),(468,1919293200,5),(468,1932598800,4),(468,1950742800,5),(468,1964048400,4),(468,1982797200,5),(468,1995498000,4),(468,2014246800,5),(468,2026947600,4),(468,2045696400,5),(468,2058397200,4),(468,2077146000,5),(468,2090451600,4),(468,2108595600,5),(468,2121901200,4),(468,2140045200,5),(469,-905824800,3),(469,-857257200,1),(469,-844556400,2),(469,-828226800,1),(469,-812502000,2),(469,-796777200,1),(469,-788922000,0),(469,-777942000,2),(469,-766623600,1),(469,407199600,0),(469,417574800,4),(469,433299600,5),(469,449024400,4),(469,465354000,5),(469,481078800,4),(469,496803600,5),(469,512528400,4),(469,528253200,5),(469,543978000,4),(469,559702800,5),(469,575427600,4),(469,591152400,5),(469,606877200,4),(469,622602000,5),(469,638326800,4),(469,654656400,5),(469,670381200,4),(469,686106000,5),(469,701830800,4),(469,717555600,5),(469,733280400,4),(469,749005200,5),(469,764730000,4),(469,780454800,5),(469,796179600,4),(469,811904400,5),(469,828234000,4),(469,846378000,5),(469,859683600,4),(469,877827600,5),(469,891133200,4),(469,909277200,5),(469,922582800,4),(469,941331600,5),(469,954032400,4),(469,972781200,5),(469,985482000,4),(469,1004230800,5),(469,1017536400,4),(469,1035680400,5),(469,1048986000,4),(469,1067130000,5),(469,1080435600,4),(469,1099184400,5),(469,1111885200,4),(469,1130634000,5),(469,1143334800,4),(469,1162083600,5),(469,1174784400,4),(469,1193533200,5),(469,1206838800,4),(469,1224982800,5),(469,1238288400,4),(469,1256432400,5),(469,1269738000,4),(469,1288486800,5),(469,1301187600,4),(469,1319936400,5),(469,1332637200,4),(469,1351386000,5),(469,1364691600,4),(469,1382835600,5),(469,1396141200,4),(469,1414285200,5),(469,1427590800,4),(469,1445734800,5),(469,1459040400,4),(469,1477789200,5),(469,1490490000,4),(469,1509238800,5),(469,1521939600,4),(469,1540688400,5),(469,1553994000,4),(469,1572138000,5),(469,1585443600,4),(469,1603587600,5),(469,1616893200,4),(469,1635642000,5),(469,1648342800,4),(469,1667091600,5),(469,1679792400,4),(469,1698541200,5),(469,1711846800,4),(469,1729990800,5),(469,1743296400,4),(469,1761440400,5),(469,1774746000,4),(469,1792890000,5),(469,1806195600,4),(469,1824944400,5),(469,1837645200,4),(469,1856394000,5),(469,1869094800,4),(469,1887843600,5),(469,1901149200,4),(469,1919293200,5),(469,1932598800,4),(469,1950742800,5),(469,1964048400,4),(469,1982797200,5),(469,1995498000,4),(469,2014246800,5),(469,2026947600,4),(469,2045696400,5),(469,2058397200,4),(469,2077146000,5),(469,2090451600,4),(469,2108595600,5),(469,2121901200,4),(469,2140045200,5),(470,-1593820800,1),(470,-1247540400,3),(470,354916800,2),(470,370724400,3),(470,386452800,2),(470,402260400,3),(470,417988800,2),(470,433796400,3),(470,449611200,2),(470,465343200,4),(470,481068000,5),(470,496792800,4),(470,512517600,5),(470,528242400,4),(470,543967200,5),(470,559692000,4),(470,575416800,6),(470,591145200,7),(470,606870000,6),(470,622594800,7),(470,638319600,6),(470,654649200,7),(470,670374000,4),(470,701820000,6),(470,717548400,7),(470,733273200,6),(470,748998000,7),(470,764722800,6),(470,780447600,7),(470,796172400,6),(470,811897200,7),(470,828226800,6),(470,846370800,7),(470,859676400,6),(470,877820400,7),(470,891126000,6),(470,909270000,7),(470,922575600,6),(470,941324400,7),(470,954025200,6),(470,972774000,7),(470,985474800,6),(470,1004223600,7),(470,1017529200,6),(470,1035673200,7),(470,1048978800,6),(470,1067122800,7),(470,1080428400,6),(470,1099177200,7),(470,1111878000,6),(470,1130626800,7),(470,1143327600,6),(470,1162076400,7),(470,1174777200,6),(470,1193526000,7),(470,1206831600,6),(470,1224975600,7),(470,1238281200,6),(470,1256425200,7),(470,1269730800,6),(470,1288479600,7),(470,1301180400,4),(470,1414274400,7),(470,1480806000,4),(471,-1441160160,1),(471,-1247536800,2),(471,-888894000,5),(471,-857257200,3),(471,-844556400,4),(471,-828226800,3),(471,-812502000,4),(471,-811648800,2),(471,354920400,6),(471,370728000,2),(471,386456400,6),(471,402264000,2),(471,417992400,6),(471,433800000,2),(471,449614800,6),(471,465346800,7),(471,481071600,8),(471,496796400,7),(471,512521200,8),(471,528246000,7),(471,543970800,8),(471,559695600,7),(471,575420400,8),(471,591145200,7),(471,606870000,8),(471,622594800,7),(471,631141200,2),(471,646786800,1),(471,701827200,9),(471,717552000,10),(471,733276800,9),(471,749001600,10),(471,764726400,9),(471,767739600,6),(471,780436800,2),(471,796165200,6),(471,811886400,2),(471,828219600,8),(471,846374400,7),(471,852066000,2),(471,859683600,11),(471,877827600,12),(471,891133200,11),(471,909277200,12),(471,922582800,11),(471,941331600,12),(471,954032400,11),(471,972781200,12),(471,985482000,11),(471,1004230800,12),(471,1017536400,11),(471,1035680400,12),(471,1048986000,11),(471,1067130000,12),(471,1080435600,11),(471,1099184400,12),(471,1111885200,11),(471,1130634000,12),(471,1143334800,11),(471,1162083600,12),(471,1174784400,11),(471,1193533200,12),(471,1206838800,11),(471,1224982800,12),(471,1238288400,11),(471,1256432400,12),(471,1269738000,11),(471,1288486800,12),(471,1301187600,11),(471,1319936400,12),(471,1332637200,11),(471,1351386000,12),(471,1364691600,11),(471,1382835600,12),(471,1396137600,13),(471,1414274400,7),(472,-905824800,3),(472,-857257200,1),(472,-844556400,2),(472,-828226800,1),(472,-812502000,2),(472,-796777200,1),(472,-788922000,0),(472,-777942000,2),(472,-766623600,1),(472,407199600,0),(472,417574800,4),(472,433299600,5),(472,449024400,4),(472,465354000,5),(472,481078800,4),(472,496803600,5),(472,512528400,4),(472,528253200,5),(472,543978000,4),(472,559702800,5),(472,575427600,4),(472,591152400,5),(472,606877200,4),(472,622602000,5),(472,638326800,4),(472,654656400,5),(472,670381200,4),(472,686106000,5),(472,701830800,4),(472,717555600,5),(472,733280400,4),(472,749005200,5),(472,764730000,4),(472,780454800,5),(472,796179600,4),(472,811904400,5),(472,828234000,4),(472,846378000,5),(472,859683600,4),(472,877827600,5),(472,891133200,4),(472,909277200,5),(472,922582800,4),(472,941331600,5),(472,954032400,4),(472,972781200,5),(472,985482000,4),(472,1004230800,5),(472,1017536400,4),(472,1035680400,5),(472,1048986000,4),(472,1067130000,5),(472,1080435600,4),(472,1099184400,5),(472,1111885200,4),(472,1130634000,5),(472,1143334800,4),(472,1162083600,5),(472,1174784400,4),(472,1193533200,5),(472,1206838800,4),(472,1224982800,5),(472,1238288400,4),(472,1256432400,5),(472,1269738000,4),(472,1288486800,5),(472,1301187600,4),(472,1319936400,5),(472,1332637200,4),(472,1351386000,5),(472,1364691600,4),(472,1382835600,5),(472,1396141200,4),(472,1414285200,5),(472,1427590800,4),(472,1445734800,5),(472,1459040400,4),(472,1477789200,5),(472,1490490000,4),(472,1509238800,5),(472,1521939600,4),(472,1540688400,5),(472,1553994000,4),(472,1572138000,5),(472,1585443600,4),(472,1603587600,5),(472,1616893200,4),(472,1635642000,5),(472,1648342800,4),(472,1667091600,5),(472,1679792400,4),(472,1698541200,5),(472,1711846800,4),(472,1729990800,5),(472,1743296400,4),(472,1761440400,5),(472,1774746000,4),(472,1792890000,5),(472,1806195600,4),(472,1824944400,5),(472,1837645200,4),(472,1856394000,5),(472,1869094800,4),(472,1887843600,5),(472,1901149200,4),(472,1919293200,5),(472,1932598800,4),(472,1950742800,5),(472,1964048400,4),(472,1982797200,5),(472,1995498000,4),(472,2014246800,5),(472,2026947600,4),(472,2045696400,5),(472,2058397200,4),(472,2077146000,5),(472,2090451600,4),(472,2108595600,5),(472,2121901200,4),(472,2140045200,5),(473,-857257200,1),(473,-844556400,2),(473,-828226800,1),(473,-812502000,2),(473,-796777200,1),(473,-788922000,3),(473,-781048800,0),(473,291762000,4),(473,307576800,0),(473,323816400,4),(473,339026400,0),(473,355266000,4),(473,370393200,0),(473,386715600,4),(473,401846400,5),(473,417571200,6),(473,433296000,5),(473,449020800,6),(473,465350400,5),(473,481075200,6),(473,496800000,5),(473,512524800,6),(473,528249600,5),(473,543974400,6),(473,559699200,5),(473,575424000,6),(473,591148800,5),(473,606873600,6),(473,622598400,5),(473,638323200,6),(473,654652800,5),(473,662680800,0),(473,670370400,4),(473,686091600,0),(473,701820000,4),(473,717541200,0),(473,733269600,4),(473,748990800,0),(473,764719200,4),(473,780440400,0),(473,796168800,4),(473,811890000,0),(473,828223200,4),(473,846363600,0),(473,859683600,7),(473,877827600,8),(473,891133200,7),(473,909277200,8),(473,922582800,7),(473,941331600,8),(473,954032400,7),(473,972781200,8),(473,985482000,7),(473,1004230800,8),(473,1017536400,7),(473,1035680400,8),(473,1048986000,7),(473,1067130000,8),(473,1080435600,7),(473,1099184400,8),(473,1111885200,7),(473,1130634000,8),(473,1143334800,7),(473,1162083600,8),(473,1174784400,7),(473,1193533200,8),(473,1206838800,7),(473,1224982800,8),(473,1238288400,7),(473,1256432400,8),(473,1269738000,7),(473,1288486800,8),(473,1301187600,7),(473,1319936400,8),(473,1332637200,7),(473,1351386000,8),(473,1364691600,7),(473,1382835600,8),(473,1396141200,7),(473,1414285200,8),(473,1427590800,7),(473,1445734800,8),(473,1459040400,7),(473,1477789200,8),(473,1490490000,7),(473,1509238800,8),(473,1521939600,7),(473,1540688400,8),(473,1553994000,7),(473,1572138000,8),(473,1585443600,7),(473,1603587600,8),(473,1616893200,7),(473,1635642000,8),(473,1648342800,7),(473,1667091600,8),(473,1679792400,7),(473,1698541200,8),(473,1711846800,7),(473,1729990800,8),(473,1743296400,7),(473,1761440400,8),(473,1774746000,7),(473,1792890000,8),(473,1806195600,7),(473,1824944400,8),(473,1837645200,7),(473,1856394000,8),(473,1869094800,7),(473,1887843600,8),(473,1901149200,7),(473,1919293200,8),(473,1932598800,7),(473,1950742800,8),(473,1964048400,7),(473,1982797200,8),(473,1995498000,7),(473,2014246800,8),(473,2026947600,7),(473,2045696400,8),(473,2058397200,7),(473,2077146000,8),(473,2090451600,7),(473,2108595600,8),(473,2121901200,7),(473,2140045200,8),(474,-1692496800,1),(474,-1680483600,0),(474,323830800,2),(474,338950800,3),(474,354675600,2),(474,370400400,3),(474,386125200,2),(474,401850000,3),(474,417574800,2),(474,433299600,3),(474,449024400,2),(474,465354000,3),(474,481078800,2),(474,496803600,3),(474,512528400,2),(474,528253200,3),(474,543978000,2),(474,559702800,3),(474,575427600,2),(474,591152400,3),(474,606877200,2),(474,622602000,3),(474,638326800,2),(474,654656400,3),(474,670381200,2),(474,686106000,3),(474,701830800,2),(474,717555600,3),(474,733280400,2),(474,749005200,3),(474,764730000,2),(474,780454800,3),(474,796179600,2),(474,811904400,3),(474,828234000,2),(474,846378000,3),(474,859683600,2),(474,877827600,3),(474,891133200,2),(474,909277200,3),(474,922582800,2),(474,941331600,3),(474,954032400,2),(474,972781200,3),(474,985482000,2),(474,1004230800,3),(474,1017536400,2),(474,1035680400,3),(474,1048986000,2),(474,1067130000,3),(474,1080435600,2),(474,1099184400,3),(474,1111885200,2),(474,1130634000,3),(474,1143334800,2),(474,1162083600,3),(474,1174784400,2),(474,1193533200,3),(474,1206838800,2),(474,1224982800,3),(474,1238288400,2),(474,1256432400,3),(474,1269738000,2),(474,1288486800,3),(474,1301187600,2),(474,1319936400,3),(474,1332637200,2),(474,1351386000,3),(474,1364691600,2),(474,1382835600,3),(474,1396141200,2),(474,1414285200,3),(474,1427590800,2),(474,1445734800,3),(474,1459040400,2),(474,1477789200,3),(474,1490490000,2),(474,1509238800,3),(474,1521939600,2),(474,1540688400,3),(474,1553994000,2),(474,1572138000,3),(474,1585443600,2),(474,1603587600,3),(474,1616893200,2),(474,1635642000,3),(474,1648342800,2),(474,1667091600,3),(474,1679792400,2),(474,1698541200,3),(474,1711846800,2),(474,1729990800,3),(474,1743296400,2),(474,1761440400,3),(474,1774746000,2),(474,1792890000,3),(474,1806195600,2),(474,1824944400,3),(474,1837645200,2),(474,1856394000,3),(474,1869094800,2),(474,1887843600,3),(474,1901149200,2),(474,1919293200,3),(474,1932598800,2),(474,1950742800,3),(474,1964048400,2),(474,1982797200,3),(474,1995498000,2),(474,2014246800,3),(474,2026947600,2),(474,2045696400,3),(474,2058397200,2),(474,2077146000,3),(474,2090451600,2),(474,2108595600,3),(474,2121901200,2),(474,2140045200,3),(475,-1638322740,3),(475,-1632006000,1),(475,-1618700400,2),(475,-1593824400,0),(475,-1535938740,4),(475,-927943200,5),(475,-892954800,6),(475,-857257200,2),(475,-844556400,1),(475,-828226800,2),(475,-812502000,1),(475,-797652000,5),(475,354920400,7),(475,370728000,5),(475,386456400,7),(475,402264000,5),(475,417992400,7),(475,433800000,5),(475,449614800,7),(475,465346800,8),(475,481071600,9),(475,496796400,8),(475,512521200,9),(475,528246000,8),(475,543970800,9),(475,559695600,8),(475,575420400,9),(475,591145200,8),(475,606870000,10),(475,622598400,11),(475,638323200,10),(475,654652800,11),(475,670377600,10),(475,686102400,11),(475,701827200,10),(475,717552000,11),(475,733276800,10),(475,749001600,11),(475,764726400,10),(475,780451200,11),(475,796176000,10),(475,811900800,11),(475,828230400,10),(475,846374400,11),(475,859680000,10),(475,877824000,11),(475,891129600,10),(475,906411600,14),(475,909277200,12),(475,922582800,13),(475,941331600,4),(475,1017536400,13),(475,1035680400,12),(475,1048986000,13),(475,1067130000,12),(475,1080435600,13),(475,1099184400,12),(475,1111885200,13),(475,1130634000,12),(475,1143334800,13),(475,1162083600,12),(475,1174784400,13),(475,1193533200,12),(475,1206838800,13),(475,1224982800,12),(475,1238288400,13),(475,1256432400,12),(475,1269738000,13),(475,1288486800,12),(475,1301187600,13),(475,1319936400,12),(475,1332637200,13),(475,1351386000,12),(475,1364691600,13),(475,1382835600,12),(475,1396141200,13),(475,1414285200,12),(475,1427590800,13),(475,1445734800,12),(475,1459040400,13),(475,1477789200,12),(475,1490490000,13),(475,1509238800,12),(475,1521939600,13),(475,1540688400,12),(475,1553994000,13),(475,1572138000,12),(475,1585443600,13),(475,1603587600,12),(475,1616893200,13),(475,1635642000,12),(475,1648342800,13),(475,1667091600,12),(475,1679792400,13),(475,1698541200,12),(475,1711846800,13),(475,1729990800,12),(475,1743296400,13),(475,1761440400,12),(475,1774746000,13),(475,1792890000,12),(475,1806195600,13),(475,1824944400,12),(475,1837645200,13),(475,1856394000,12),(475,1869094800,13),(475,1887843600,12),(475,1901149200,13),(475,1919293200,12),(475,1932598800,13),(475,1950742800,12),(475,1964048400,13),(475,1982797200,12),(475,1995498000,13),(475,2014246800,12),(475,2026947600,13),(475,2045696400,12),(475,2058397200,13),(475,2077146000,12),(475,2090451600,13),(475,2108595600,12),(475,2121901200,13),(475,2140045200,12),(476,-1767230360,1),(476,-932346000,2),(476,-857257200,1),(476,-844556400,2),(476,-843519600,1),(476,136854000,2),(476,149896800,1),(476,168130800,2),(476,181432800,1),(476,199839600,2),(476,213141600,1),(476,231894000,2),(476,244591200,1),(476,263257200,2),(476,276040800,1),(476,294706800,2),(476,307490400,1),(476,326156400,2),(476,339458400,1),(476,357087600,2),(476,370389600,1),(476,389142000,2),(476,402444000,1),(476,419468400,2),(476,433807200,1),(476,449622000,2),(476,465354000,3),(476,481078800,4),(476,496803600,3),(476,512528400,4),(476,528253200,3),(476,543978000,4),(476,559702800,3),(476,575427600,4),(476,591152400,3),(476,606877200,4),(476,622602000,3),(476,638326800,4),(476,654656400,3),(476,670381200,4),(476,686106000,3),(476,701830800,4),(476,717555600,3),(476,733280400,4),(476,749005200,3),(476,764730000,4),(476,780454800,3),(476,796179600,4),(476,811904400,3),(476,828234000,4),(476,846378000,3),(476,859683600,4),(476,877827600,3),(476,891133200,4),(476,909277200,3),(476,922582800,4),(476,941331600,3),(476,954032400,4),(476,972781200,3),(476,985482000,4),(476,1004230800,3),(476,1017536400,4),(476,1035680400,3),(476,1048986000,4),(476,1067130000,3),(476,1080435600,4),(476,1099184400,3),(476,1111885200,4),(476,1130634000,3),(476,1143334800,4),(476,1162083600,3),(476,1174784400,4),(476,1193533200,3),(476,1206838800,4),(476,1224982800,3),(476,1238288400,4),(476,1256432400,3),(476,1269738000,4),(476,1288486800,3),(476,1301187600,4),(476,1319936400,3),(476,1332637200,4),(476,1351386000,3),(476,1364691600,4),(476,1382835600,3),(476,1396141200,4),(476,1414285200,3),(476,1427590800,4),(476,1445734800,3),(476,1459040400,4),(476,1477789200,3),(476,1490490000,4),(476,1509238800,3),(476,1521939600,4),(476,1540688400,3),(476,1553994000,4),(476,1572138000,3),(476,1585443600,4),(476,1603587600,3),(476,1616893200,4),(476,1635642000,3),(476,1648342800,4),(476,1667091600,3),(476,1679792400,4),(476,1698541200,3),(476,1711846800,4),(476,1729990800,3),(476,1743296400,4),(476,1761440400,3),(476,1774746000,4),(476,1792890000,3),(476,1806195600,4),(476,1824944400,3),(476,1837645200,4),(476,1856394000,3),(476,1869094800,4),(476,1887843600,3),(476,1901149200,4),(476,1919293200,3),(476,1932598800,4),(476,1950742800,3),(476,1964048400,4),(476,1982797200,3),(476,1995498000,4),(476,2014246800,3),(476,2026947600,4),(476,2045696400,3),(476,2058397200,4),(476,2077146000,3),(476,2090451600,4),(476,2108595600,3),(476,2121901200,4),(476,2140045200,3),(477,-1637114100,1),(477,-1213148664,4),(477,-1187056800,2),(477,-1175479200,3),(477,-1159754400,2),(477,-1144029600,3),(477,-1127700000,2),(477,-1111975200,3),(477,-1096250400,2),(477,-1080525600,3),(477,-1064800800,2),(477,-1049076000,3),(477,-1033351200,2),(477,-1017626400,3),(477,-1001901600,2),(477,-986176800,3),(477,-970452000,2),(477,-954727200,3),(477,-927165600,5),(477,-898138800,8),(477,-857257200,6),(477,-844556400,7),(477,-828226800,6),(477,-812502000,7),(477,-800157600,10),(477,354920400,9),(477,370728000,10),(477,386456400,9),(477,402264000,10),(477,417992400,9),(477,433800000,10),(477,449614800,9),(477,465346800,11),(477,481071600,12),(477,496796400,11),(477,512521200,12),(477,528246000,11),(477,543970800,12),(477,559695600,11),(477,575420400,12),(477,591145200,11),(477,606870000,12),(477,622594800,11),(477,638319600,12),(477,641944800,5),(477,654652800,3),(477,670377600,2),(477,686102400,3),(477,694216800,4),(477,701820000,5),(477,717541200,4),(477,733269600,5),(477,748990800,4),(477,764719200,5),(477,780440400,4),(477,796168800,5),(477,811890000,4),(477,828223200,5),(477,846363600,4),(477,859680000,5),(477,877824000,4),(477,891129600,5),(477,909273600,4),(477,922579200,5),(477,941328000,4),(477,954028800,5),(477,972777600,4),(477,985478400,5),(477,1004227200,4),(477,1017532800,5),(477,1035676800,4),(477,1048982400,5),(477,1067126400,4),(477,1080432000,5),(477,1099180800,4),(477,1111881600,5),(477,1130630400,4),(477,1143331200,5),(477,1162080000,4),(477,1174780800,5),(477,1193529600,4),(477,1206835200,5),(477,1224979200,4),(477,1238284800,5),(477,1256428800,4),(477,1269734400,5),(477,1288483200,4),(477,1301184000,5),(477,1319932800,4),(477,1332633600,5),(477,1351382400,4),(477,1364688000,5),(477,1382832000,4),(477,1396137600,5),(477,1414281600,4),(477,1427587200,5),(477,1445731200,4),(477,1459036800,5),(477,1477785600,4),(477,1490486400,5),(477,1509235200,4),(477,1521936000,5),(477,1540684800,4),(477,1553990400,5),(477,1572134400,4),(477,1585440000,5),(477,1603584000,4),(477,1616889600,5),(477,1635638400,4),(477,1648339200,5),(477,1667088000,4),(477,1679788800,5),(477,1698537600,4),(477,1711843200,5),(477,1729987200,4),(477,1743292800,5),(477,1761436800,4),(477,1774742400,5),(477,1792886400,4),(477,1806192000,5),(477,1824940800,4),(477,1837641600,5),(477,1856390400,4),(477,1869091200,5),(477,1887840000,4),(477,1901145600,5),(477,1919289600,4),(477,1932595200,5),(477,1950739200,4),(477,1964044800,5),(477,1982793600,4),(477,1995494400,5),(477,2014243200,4),(477,2026944000,5),(477,2045692800,4),(477,2058393600,5),(477,2077142400,4),(477,2090448000,5),(477,2108592000,4),(477,2121897600,5),(477,2140041600,4),(478,-1593820800,1),(478,-1247540400,3),(478,354916800,2),(478,370724400,3),(478,386452800,2),(478,402260400,3),(478,417988800,2),(478,433796400,3),(478,449611200,2),(478,465343200,4),(478,481068000,5),(478,496792800,4),(478,512517600,5),(478,528242400,4),(478,543967200,5),(478,559692000,4),(478,575416800,5),(478,591141600,4),(478,606866400,6),(478,622594800,7),(478,638319600,6),(478,654649200,7),(478,670374000,8),(478,686102400,9),(478,695779200,7),(478,701823600,6),(478,717548400,7),(478,733273200,6),(478,748998000,7),(478,764722800,6),(478,780447600,7),(478,796172400,6),(478,811897200,7),(478,828226800,6),(478,846370800,7),(478,859676400,6),(478,877820400,7),(478,891126000,6),(478,909270000,7),(478,922575600,6),(478,941324400,7),(478,954025200,6),(478,972774000,7),(478,985474800,6),(478,1004223600,7),(478,1017529200,6),(478,1035673200,7),(478,1048978800,6),(478,1067122800,7),(478,1080428400,6),(478,1099177200,7),(478,1111878000,6),(478,1130626800,7),(478,1143327600,6),(478,1162076400,7),(478,1174777200,6),(478,1193526000,7),(478,1206831600,6),(478,1224975600,7),(478,1238281200,6),(478,1256425200,7),(478,1269730800,6),(478,1288479600,7),(478,1301180400,4),(478,1414274400,7),(478,1459033200,4),(479,-938905200,1),(479,-857257200,2),(479,-844556400,1),(479,-828226800,2),(479,-812502000,1),(479,-796874400,3),(479,-794714400,0),(479,-773456400,5),(479,354920400,4),(479,370728000,5),(479,386456400,4),(479,402264000,5),(479,417992400,4),(479,433800000,5),(479,449614800,4),(479,465346800,6),(479,481071600,7),(479,496796400,6),(479,512521200,7),(479,528246000,6),(479,543970800,7),(479,559695600,6),(479,575420400,7),(479,591145200,6),(479,606870000,7),(479,622594800,6),(479,631141200,5),(479,646786800,0),(479,670384800,8),(479,701827200,9),(479,717552000,10),(479,733276800,9),(479,749001600,10),(479,764726400,9),(479,780451200,10),(479,796176000,9),(479,811900800,10),(479,828230400,9),(479,831934800,13),(479,846378000,11),(479,859683600,12),(479,877827600,11),(479,891133200,12),(479,909277200,11),(479,922582800,12),(479,941331600,11),(479,954032400,12),(479,972781200,11),(479,985482000,12),(479,1004230800,11),(479,1017536400,12),(479,1035680400,11),(479,1048986000,12),(479,1067130000,11),(479,1080435600,12),(479,1099184400,11),(479,1111885200,12),(479,1130634000,11),(479,1143334800,12),(479,1162083600,11),(479,1174784400,12),(479,1193533200,11),(479,1206838800,12),(479,1224982800,11),(479,1238288400,12),(479,1256432400,11),(479,1269738000,12),(479,1288486800,11),(479,1301187600,12),(479,1319936400,11),(479,1332637200,12),(479,1351386000,11),(479,1364691600,12),(479,1382835600,11),(479,1396141200,12),(479,1414285200,11),(479,1427590800,12),(479,1445734800,11),(479,1459040400,12),(479,1477789200,11),(479,1490490000,12),(479,1509238800,11),(479,1521939600,12),(479,1540688400,11),(479,1553994000,12),(479,1572138000,11),(479,1585443600,12),(479,1603587600,11),(479,1616893200,12),(479,1635642000,11),(479,1648342800,12),(479,1667091600,11),(479,1679792400,12),(479,1698541200,11),(479,1711846800,12),(479,1729990800,11),(479,1743296400,12),(479,1761440400,11),(479,1774746000,12),(479,1792890000,11),(479,1806195600,12),(479,1824944400,11),(479,1837645200,12),(479,1856394000,11),(479,1869094800,12),(479,1887843600,11),(479,1901149200,12),(479,1919293200,11),(479,1932598800,12),(479,1950742800,11),(479,1964048400,12),(479,1982797200,11),(479,1995498000,12),(479,2014246800,11),(479,2026947600,12),(479,2045696400,11),(479,2058397200,12),(479,2077146000,11),(479,2090451600,12),(479,2108595600,11),(479,2121901200,12),(479,2140045200,11),(480,-904435200,0),(480,-891129600,1),(480,-872985600,0),(480,-859680000,1),(480,354675600,2),(480,370400400,3),(480,386125200,2),(480,401850000,3),(480,417574800,2),(480,433299600,3),(480,449024400,2),(480,465354000,3),(480,481078800,2),(480,496803600,3),(480,512528400,2),(480,528253200,3),(480,543978000,2),(480,559702800,3),(480,575427600,2),(480,591152400,3),(480,606877200,2),(480,622602000,3),(480,638326800,2),(480,654656400,3),(480,670381200,2),(480,686106000,3),(480,701830800,2),(480,717555600,3),(480,733280400,2),(480,749005200,3),(480,764730000,2),(480,780454800,3),(480,796179600,2),(480,811904400,3),(480,828234000,2),(480,846378000,3),(480,859683600,2),(480,877827600,3),(480,891133200,2),(480,909277200,3),(480,922582800,2),(480,941331600,3),(480,954032400,2),(480,972781200,3),(480,985482000,2),(480,1004230800,3),(480,1017536400,2),(480,1035680400,3),(480,1048986000,2),(480,1067130000,3),(480,1080435600,2),(480,1099184400,3),(480,1111885200,2),(480,1130634000,3),(480,1143334800,2),(480,1162083600,3),(480,1174784400,2),(480,1193533200,3),(480,1206838800,2),(480,1224982800,3),(480,1238288400,2),(480,1256432400,3),(480,1269738000,2),(480,1288486800,3),(480,1301187600,2),(480,1319936400,3),(480,1332637200,2),(480,1351386000,3),(480,1364691600,2),(480,1382835600,3),(480,1396141200,2),(480,1414285200,3),(480,1427590800,2),(480,1445734800,3),(480,1459040400,2),(480,1477789200,3),(480,1490490000,2),(480,1509238800,3),(480,1521939600,2),(480,1540688400,3),(480,1553994000,2),(480,1572138000,3),(480,1585443600,2),(480,1603587600,3),(480,1616893200,2),(480,1635642000,3),(480,1648342800,2),(480,1667091600,3),(480,1679792400,2),(480,1698541200,3),(480,1711846800,2),(480,1729990800,3),(480,1743296400,2),(480,1761440400,3),(480,1774746000,2),(480,1792890000,3),(480,1806195600,2),(480,1824944400,3),(480,1837645200,2),(480,1856394000,3),(480,1869094800,2),(480,1887843600,3),(480,1901149200,2),(480,1919293200,3),(480,1932598800,2),(480,1950742800,3),(480,1964048400,2),(480,1982797200,3),(480,1995498000,2),(480,2014246800,3),(480,2026947600,2),(480,2045696400,3),(480,2058397200,2),(480,2077146000,3),(480,2090451600,2),(480,2108595600,3),(480,2121901200,2),(480,2140045200,3),(481,-1690765200,0),(481,-1680487200,1),(481,-1664758800,0),(481,-1648951200,1),(481,-1635123600,0),(481,-1616896800,1),(481,-1604278800,0),(481,-1585533600,1),(481,-1571014800,0),(481,-1555293600,1),(481,-932432400,0),(481,-857257200,2),(481,-844556400,3),(481,-830311200,0),(481,-828226800,2),(481,-812502000,3),(481,-807156000,0),(481,-798073200,2),(481,-781052400,0),(481,-766717200,1),(481,-750898800,3),(481,-733359600,2),(481,-719456400,3),(481,-701917200,2),(481,-689209200,3),(481,-670460400,2),(481,-114051600,3),(481,-103168800,1),(481,-81997200,3),(481,-71715600,2),(481,-50547600,3),(481,-40266000,2),(481,-18493200,3),(481,-8211600,2),(481,12956400,3),(481,23238000,2),(481,43801200,3),(481,54687600,2),(481,75855600,3),(481,86742000,2),(481,107910000,3),(481,118191600,2),(481,138754800,3),(481,149641200,2),(481,170809200,3),(481,181090800,2),(481,202258800,3),(481,212540400,2),(481,233103600,3),(481,243990000,2),(481,265158000,3),(481,276044400,2),(481,296607600,3),(481,307494000,2),(481,315529200,1),(481,323830800,4),(481,338950800,5),(481,354675600,4),(481,370400400,5),(481,386125200,4),(481,401850000,5),(481,417574800,4),(481,433299600,5),(481,449024400,4),(481,465354000,5),(481,481078800,4),(481,496803600,5),(481,512528400,4),(481,528253200,5),(481,543978000,4),(481,559702800,5),(481,575427600,4),(481,591152400,5),(481,606877200,4),(481,622602000,5),(481,638326800,4),(481,654656400,5),(481,670381200,4),(481,686106000,5),(481,701830800,4),(481,717555600,5),(481,733280400,4),(481,749005200,5),(481,764730000,4),(481,780454800,5),(481,796179600,4),(481,811904400,5),(481,828234000,4),(481,846378000,5),(481,859683600,4),(481,877827600,5),(481,891133200,4),(481,909277200,5),(481,922582800,4),(481,941331600,5),(481,954032400,4),(481,972781200,5),(481,985482000,4),(481,1004230800,5),(481,1017536400,4),(481,1035680400,5),(481,1048986000,4),(481,1067130000,5),(481,1080435600,4),(481,1099184400,5),(481,1111885200,4),(481,1130634000,5),(481,1143334800,4),(481,1162083600,5),(481,1174784400,4),(481,1193533200,5),(481,1206838800,4),(481,1224982800,5),(481,1238288400,4),(481,1256432400,5),(481,1269738000,4),(481,1288486800,5),(481,1301187600,4),(481,1319936400,5),(481,1332637200,4),(481,1351386000,5),(481,1364691600,4),(481,1382835600,5),(481,1396141200,4),(481,1414285200,5),(481,1427590800,4),(481,1445734800,5),(481,1459040400,4),(481,1477789200,5),(481,1490490000,4),(481,1509238800,5),(481,1521939600,4),(481,1540688400,5),(481,1553994000,4),(481,1572138000,5),(481,1585443600,4),(481,1603587600,5),(481,1616893200,4),(481,1635642000,5),(481,1648342800,4),(481,1667091600,5),(481,1679792400,4),(481,1698541200,5),(481,1711846800,4),(481,1729990800,5),(481,1743296400,4),(481,1761440400,5),(481,1774746000,4),(481,1792890000,5),(481,1806195600,4),(481,1824944400,5),(481,1837645200,4),(481,1856394000,5),(481,1869094800,4),(481,1887843600,5),(481,1901149200,4),(481,1919293200,5),(481,1932598800,4),(481,1950742800,5),(481,1964048400,4),(481,1982797200,5),(481,1995498000,4),(481,2014246800,5),(481,2026947600,4),(481,2045696400,5),(481,2058397200,4),(481,2077146000,5),(481,2090451600,4),(481,2108595600,5),(481,2121901200,4),(481,2140045200,5),(482,-1693706400,0),(482,-1680483600,1),(482,-1663455600,2),(482,-1650150000,3),(482,-1632006000,2),(482,-1618700400,3),(482,-1577926800,1),(482,-1569711600,2),(482,-1555801200,3),(482,-938905200,2),(482,-857257200,3),(482,-844556400,2),(482,-828226800,3),(482,-812502000,2),(482,-796777200,3),(482,-781052400,2),(482,-780188400,3),(482,-757386000,1),(482,-748479600,2),(482,-733273200,3),(482,-717634800,2),(482,-701910000,3),(482,-684975600,2),(482,-670460400,3),(482,323823600,0),(482,338940000,1),(482,354675600,4),(482,370400400,5),(482,386125200,4),(482,401850000,5),(482,417574800,4),(482,433299600,5),(482,449024400,4),(482,465354000,5),(482,481078800,4),(482,496803600,5),(482,512528400,4),(482,528253200,5),(482,543978000,4),(482,559702800,5),(482,575427600,4),(482,591152400,5),(482,606877200,4),(482,622602000,5),(482,638326800,4),(482,654656400,5),(482,670381200,4),(482,686106000,5),(482,701830800,4),(482,717555600,5),(482,733280400,4),(482,749005200,5),(482,764730000,4),(482,780454800,5),(482,796179600,4),(482,811904400,5),(482,828234000,4),(482,846378000,5),(482,859683600,4),(482,877827600,5),(482,891133200,4),(482,909277200,5),(482,922582800,4),(482,941331600,5),(482,954032400,4),(482,972781200,5),(482,985482000,4),(482,1004230800,5),(482,1017536400,4),(482,1035680400,5),(482,1048986000,4),(482,1067130000,5),(482,1080435600,4),(482,1099184400,5),(482,1111885200,4),(482,1130634000,5),(482,1143334800,4),(482,1162083600,5),(482,1174784400,4),(482,1193533200,5),(482,1206838800,4),(482,1224982800,5),(482,1238288400,4),(482,1256432400,5),(482,1269738000,4),(482,1288486800,5),(482,1301187600,4),(482,1319936400,5),(482,1332637200,4),(482,1351386000,5),(482,1364691600,4),(482,1382835600,5),(482,1396141200,4),(482,1414285200,5),(482,1427590800,4),(482,1445734800,5),(482,1459040400,4),(482,1477789200,5),(482,1490490000,4),(482,1509238800,5),(482,1521939600,4),(482,1540688400,5),(482,1553994000,4),(482,1572138000,5),(482,1585443600,4),(482,1603587600,5),(482,1616893200,4),(482,1635642000,5),(482,1648342800,4),(482,1667091600,5),(482,1679792400,4),(482,1698541200,5),(482,1711846800,4),(482,1729990800,5),(482,1743296400,4),(482,1761440400,5),(482,1774746000,4),(482,1792890000,5),(482,1806195600,4),(482,1824944400,5),(482,1837645200,4),(482,1856394000,5),(482,1869094800,4),(482,1887843600,5),(482,1901149200,4),(482,1919293200,5),(482,1932598800,4),(482,1950742800,5),(482,1964048400,4),(482,1982797200,5),(482,1995498000,4),(482,2014246800,5),(482,2026947600,4),(482,2045696400,5),(482,2058397200,4),(482,2077146000,5),(482,2090451600,4),(482,2108595600,5),(482,2121901200,4),(482,2140045200,5),(483,-1672536240,1),(483,-1585100136,2),(483,-1561251600,3),(483,-1553565600,2),(483,-928198800,4),(483,-900126000,7),(483,-857257200,5),(483,-844556400,6),(483,-828226800,5),(483,-812502000,6),(483,-802144800,4),(483,354920400,8),(483,370728000,4),(483,386456400,8),(483,402264000,4),(483,417992400,8),(483,433800000,4),(483,449614800,8),(483,465346800,9),(483,481071600,10),(483,496796400,9),(483,512521200,10),(483,528246000,9),(483,543970800,10),(483,559695600,9),(483,575420400,10),(483,591145200,9),(483,606870000,11),(483,622598400,12),(483,638323200,11),(483,654652800,12),(483,670377600,11),(483,686102400,12),(483,701827200,11),(483,717552000,12),(483,733276800,11),(483,749001600,12),(483,764726400,11),(483,780451200,12),(483,796176000,11),(483,811900800,12),(483,828230400,11),(483,846374400,12),(483,859680000,11),(483,877824000,12),(483,883605600,3),(483,891133200,13),(483,909277200,14),(483,922582800,13),(483,941331600,15),(483,1041372000,3),(483,1048986000,16),(483,1067130000,15),(483,1080435600,16),(483,1099184400,15),(483,1111885200,16),(483,1130634000,15),(483,1143334800,16),(483,1162083600,15),(483,1174784400,16),(483,1193533200,15),(483,1206838800,16),(483,1224982800,15),(483,1238288400,16),(483,1256432400,15),(483,1269738000,16),(483,1288486800,15),(483,1301187600,16),(483,1319936400,15),(483,1332637200,16),(483,1351386000,15),(483,1364691600,16),(483,1382835600,15),(483,1396141200,16),(483,1414285200,15),(483,1427590800,16),(483,1445734800,15),(483,1459040400,16),(483,1477789200,15),(483,1490490000,16),(483,1509238800,15),(483,1521939600,16),(483,1540688400,15),(483,1553994000,16),(483,1572138000,15),(483,1585443600,16),(483,1603587600,15),(483,1616893200,16),(483,1635642000,15),(483,1648342800,16),(483,1667091600,15),(483,1679792400,16),(483,1698541200,15),(483,1711846800,16),(483,1729990800,15),(483,1743296400,16),(483,1761440400,15),(483,1774746000,16),(483,1792890000,15),(483,1806195600,16),(483,1824944400,15),(483,1837645200,16),(483,1856394000,15),(483,1869094800,16),(483,1887843600,15),(483,1901149200,16),(483,1919293200,15),(483,1932598800,16),(483,1950742800,15),(483,1964048400,16),(483,1982797200,15),(483,1995498000,16),(483,2014246800,15),(483,2026947600,16),(483,2045696400,15),(483,2058397200,16),(483,2077146000,15),(483,2090451600,16),(483,2108595600,15),(483,2121901200,16),(483,2140045200,15),(484,-1577761060,1),(484,-1247540400,2),(484,354916800,3),(484,370724400,2),(484,386452800,3),(484,402260400,2),(484,417988800,3),(484,433796400,2),(484,449611200,3),(484,465343200,4),(484,481068000,5),(484,496792800,4),(484,512517600,5),(484,528242400,4),(484,543967200,5),(484,559692000,4),(484,575416800,6),(484,591145200,7),(484,606870000,6),(484,622594800,7),(484,638319600,6),(484,654649200,7),(484,670374000,4),(484,701820000,6),(484,717548400,7),(484,733273200,6),(484,748998000,7),(484,764722800,6),(484,780447600,7),(484,796172400,6),(484,811897200,7),(484,828226800,6),(484,846370800,7),(484,859676400,6),(484,877820400,7),(484,891126000,6),(484,909270000,7),(484,922575600,6),(484,941324400,7),(484,954025200,6),(484,972774000,7),(484,985474800,6),(484,1004223600,7),(484,1017529200,6),(484,1035673200,7),(484,1048978800,6),(484,1067122800,7),(484,1080428400,6),(484,1099177200,7),(484,1111878000,6),(484,1130626800,7),(484,1143327600,6),(484,1162076400,7),(484,1174777200,6),(484,1193526000,7),(484,1206831600,6),(484,1224975600,7),(484,1238281200,6),(484,1256425200,7),(484,1269730800,6),(484,1288479600,7),(484,1301180400,4),(484,1414274400,7),(484,1540681200,4),(484,1609020000,7),(485,-1717032240,2),(485,-1693706400,1),(485,-1680483600,2),(485,-1663455600,3),(485,-1650150000,4),(485,-1632006000,3),(485,-1618700400,7),(485,-1600473600,5),(485,-1587168000,6),(485,-1501725600,2),(485,-931734000,1),(485,-857257200,4),(485,-844556400,3),(485,-828226800,4),(485,-812502000,3),(485,-796874400,1),(485,-796608000,2),(485,-778726800,1),(485,-762660000,2),(485,-748486800,3),(485,-733273200,4),(485,-715215600,3),(485,-701910000,4),(485,-684975600,3),(485,-670460400,4),(485,-654130800,3),(485,-639010800,4),(485,-397094400,3),(485,-386812800,4),(485,-371088000,3),(485,-355363200,4),(485,-334195200,3),(485,-323308800,4),(485,-307584000,3),(485,-291859200,4),(485,-271296000,3),(485,-260409600,4),(485,-239846400,3),(485,-228960000,4),(485,-208396800,3),(485,-197510400,4),(485,-176342400,3),(485,-166060800,4),(485,220921200,2),(485,228873600,3),(485,243993600,4),(485,260323200,3),(485,276048000,4),(485,291772800,3),(485,307497600,4),(485,323827200,3),(485,338947200,4),(485,354672000,3),(485,370396800,4),(485,386121600,3),(485,401846400,4),(485,417571200,3),(485,433296000,4),(485,449020800,3),(485,465350400,4),(485,481075200,3),(485,496800000,4),(485,512524800,3),(485,528249600,4),(485,543974400,3),(485,559699200,4),(485,567990000,2),(485,575427600,8),(485,591152400,9),(485,606877200,8),(485,622602000,9),(485,638326800,8),(485,654656400,9),(485,670381200,8),(485,686106000,9),(485,701830800,8),(485,717555600,9),(485,733280400,8),(485,749005200,9),(485,764730000,8),(485,780454800,9),(485,796179600,8),(485,811904400,9),(485,828234000,8),(485,846378000,9),(485,859683600,8),(485,877827600,9),(485,891133200,8),(485,909277200,9),(485,922582800,8),(485,941331600,9),(485,954032400,8),(485,972781200,9),(485,985482000,8),(485,1004230800,9),(485,1017536400,8),(485,1035680400,9),(485,1048986000,8),(485,1067130000,9),(485,1080435600,8),(485,1099184400,9),(485,1111885200,8),(485,1130634000,9),(485,1143334800,8),(485,1162083600,9),(485,1174784400,8),(485,1193533200,9),(485,1206838800,8),(485,1224982800,9),(485,1238288400,8),(485,1256432400,9),(485,1269738000,8),(485,1288486800,9),(485,1301187600,8),(485,1319936400,9),(485,1332637200,8),(485,1351386000,9),(485,1364691600,8),(485,1382835600,9),(485,1396141200,8),(485,1414285200,9),(485,1427590800,8),(485,1445734800,9),(485,1459040400,8),(485,1477789200,9),(485,1490490000,8),(485,1509238800,9),(485,1521939600,8),(485,1540688400,9),(485,1553994000,8),(485,1572138000,9),(485,1585443600,8),(485,1603587600,9),(485,1616893200,8),(485,1635642000,9),(485,1648342800,8),(485,1667091600,9),(485,1679792400,8),(485,1698541200,9),(485,1711846800,8),(485,1729990800,9),(485,1743296400,8),(485,1761440400,9),(485,1774746000,8),(485,1792890000,9),(485,1806195600,8),(485,1824944400,9),(485,1837645200,8),(485,1856394000,9),(485,1869094800,8),(485,1887843600,9),(485,1901149200,8),(485,1919293200,9),(485,1932598800,8),(485,1950742800,9),(485,1964048400,8),(485,1982797200,9),(485,1995498000,8),(485,2014246800,9),(485,2026947600,8),(485,2045696400,9),(485,2058397200,8),(485,2077146000,9),(485,2090451600,8),(485,2108595600,9),(485,2121901200,8),(485,2140045200,9),(486,-905824800,3),(486,-857257200,1),(486,-844556400,2),(486,-828226800,1),(486,-812502000,2),(486,-796777200,1),(486,-788922000,0),(486,-777942000,2),(486,-766623600,1),(486,407199600,0),(486,417574800,4),(486,433299600,5),(486,449024400,4),(486,465354000,5),(486,481078800,4),(486,496803600,5),(486,512528400,4),(486,528253200,5),(486,543978000,4),(486,559702800,5),(486,575427600,4),(486,591152400,5),(486,606877200,4),(486,622602000,5),(486,638326800,4),(486,654656400,5),(486,670381200,4),(486,686106000,5),(486,701830800,4),(486,717555600,5),(486,733280400,4),(486,749005200,5),(486,764730000,4),(486,780454800,5),(486,796179600,4),(486,811904400,5),(486,828234000,4),(486,846378000,5),(486,859683600,4),(486,877827600,5),(486,891133200,4),(486,909277200,5),(486,922582800,4),(486,941331600,5),(486,954032400,4),(486,972781200,5),(486,985482000,4),(486,1004230800,5),(486,1017536400,4),(486,1035680400,5),(486,1048986000,4),(486,1067130000,5),(486,1080435600,4),(486,1099184400,5),(486,1111885200,4),(486,1130634000,5),(486,1143334800,4),(486,1162083600,5),(486,1174784400,4),(486,1193533200,5),(486,1206838800,4),(486,1224982800,5),(486,1238288400,4),(486,1256432400,5),(486,1269738000,4),(486,1288486800,5),(486,1301187600,4),(486,1319936400,5),(486,1332637200,4),(486,1351386000,5),(486,1364691600,4),(486,1382835600,5),(486,1396141200,4),(486,1414285200,5),(486,1427590800,4),(486,1445734800,5),(486,1459040400,4),(486,1477789200,5),(486,1490490000,4),(486,1509238800,5),(486,1521939600,4),(486,1540688400,5),(486,1553994000,4),(486,1572138000,5),(486,1585443600,4),(486,1603587600,5),(486,1616893200,4),(486,1635642000,5),(486,1648342800,4),(486,1667091600,5),(486,1679792400,4),(486,1698541200,5),(486,1711846800,4),(486,1729990800,5),(486,1743296400,4),(486,1761440400,5),(486,1774746000,4),(486,1792890000,5),(486,1806195600,4),(486,1824944400,5),(486,1837645200,4),(486,1856394000,5),(486,1869094800,4),(486,1887843600,5),(486,1901149200,4),(486,1919293200,5),(486,1932598800,4),(486,1950742800,5),(486,1964048400,4),(486,1982797200,5),(486,1995498000,4),(486,2014246800,5),(486,2026947600,4),(486,2045696400,5),(486,2058397200,4),(486,2077146000,5),(486,2090451600,4),(486,2108595600,5),(486,2121901200,4),(486,2140045200,5),(487,-1441160400,1),(487,-1247536800,2),(487,-894769200,5),(487,-857257200,3),(487,-844556400,4),(487,-828226800,3),(487,-826419600,2),(487,354920400,6),(487,370728000,2),(487,386456400,6),(487,402264000,2),(487,417992400,6),(487,433800000,2),(487,449614800,6),(487,465346800,7),(487,481071600,8),(487,496796400,7),(487,512521200,8),(487,528246000,7),(487,543970800,8),(487,559695600,7),(487,575420400,8),(487,591145200,7),(487,606870000,8),(487,622594800,7),(487,638319600,8),(487,654649200,7),(487,670374000,9),(487,686091600,1),(487,701827200,10),(487,717552000,11),(487,733276800,10),(487,749001600,11),(487,764726400,10),(487,780451200,11),(487,796176000,10),(487,811900800,11),(487,828230400,10),(487,831934800,9),(487,846378000,12),(487,859683600,13),(487,877827600,12),(487,891133200,13),(487,909277200,12),(487,922582800,13),(487,941331600,12),(487,954032400,13),(487,972781200,12),(487,985482000,13),(487,1004230800,12),(487,1017536400,13),(487,1035680400,12),(487,1048986000,13),(487,1067130000,12),(487,1080435600,13),(487,1099184400,12),(487,1111885200,13),(487,1130634000,12),(487,1143334800,13),(487,1162083600,12),(487,1174784400,13),(487,1193533200,12),(487,1206838800,13),(487,1224982800,12),(487,1238288400,13),(487,1256432400,12),(487,1269738000,13),(487,1288486800,12),(487,1301187600,13),(487,1319936400,12),(487,1332637200,13),(487,1351386000,12),(487,1364691600,13),(487,1382835600,12),(487,1396141200,13),(487,1414285200,12),(487,1427590800,13),(487,1445734800,12),(487,1459040400,13),(487,1477789200,12),(487,1490490000,13),(487,1509238800,12),(487,1521939600,13),(487,1540688400,12),(487,1553994000,13),(487,1572138000,12),(487,1585443600,13),(487,1603587600,12),(487,1616893200,13),(487,1635642000,12),(487,1648342800,13),(487,1667091600,12),(487,1679792400,13),(487,1698541200,12),(487,1711846800,13),(487,1729990800,12),(487,1743296400,13),(487,1761440400,12),(487,1774746000,13),(487,1792890000,12),(487,1806195600,13),(487,1824944400,12),(487,1837645200,13),(487,1856394000,12),(487,1869094800,13),(487,1887843600,12),(487,1901149200,13),(487,1919293200,12),(487,1932598800,13),(487,1950742800,12),(487,1964048400,13),(487,1982797200,12),(487,1995498000,13),(487,2014246800,12),(487,2026947600,13),(487,2045696400,12),(487,2058397200,13),(487,2077146000,12),(487,2090451600,13),(487,2108595600,12),(487,2121901200,13),(487,2140045200,12),(488,-904435200,0),(488,-891129600,1),(488,-872985600,0),(488,-859680000,1),(488,354675600,2),(488,370400400,3),(488,386125200,2),(488,401850000,3),(488,417574800,2),(488,433299600,3),(488,449024400,2),(488,465354000,3),(488,481078800,2),(488,496803600,3),(488,512528400,2),(488,528253200,3),(488,543978000,2),(488,559702800,3),(488,575427600,2),(488,591152400,3),(488,606877200,2),(488,622602000,3),(488,638326800,2),(488,654656400,3),(488,670381200,2),(488,686106000,3),(488,701830800,2),(488,717555600,3),(488,733280400,2),(488,749005200,3),(488,764730000,2),(488,780454800,3),(488,796179600,2),(488,811904400,3),(488,828234000,2),(488,846378000,3),(488,859683600,2),(488,877827600,3),(488,891133200,2),(488,909277200,3),(488,922582800,2),(488,941331600,3),(488,954032400,2),(488,972781200,3),(488,985482000,2),(488,1004230800,3),(488,1017536400,2),(488,1035680400,3),(488,1048986000,2),(488,1067130000,3),(488,1080435600,2),(488,1099184400,3),(488,1111885200,2),(488,1130634000,3),(488,1143334800,2),(488,1162083600,3),(488,1174784400,2),(488,1193533200,3),(488,1206838800,2),(488,1224982800,3),(488,1238288400,2),(488,1256432400,3),(488,1269738000,2),(488,1288486800,3),(488,1301187600,2),(488,1319936400,3),(488,1332637200,2),(488,1351386000,3),(488,1364691600,2),(488,1382835600,3),(488,1396141200,2),(488,1414285200,3),(488,1427590800,2),(488,1445734800,3),(488,1459040400,2),(488,1477789200,3),(488,1490490000,2),(488,1509238800,3),(488,1521939600,2),(488,1540688400,3),(488,1553994000,2),(488,1572138000,3),(488,1585443600,2),(488,1603587600,3),(488,1616893200,2),(488,1635642000,3),(488,1648342800,2),(488,1667091600,3),(488,1679792400,2),(488,1698541200,3),(488,1711846800,2),(488,1729990800,3),(488,1743296400,2),(488,1761440400,3),(488,1774746000,2),(488,1792890000,3),(488,1806195600,2),(488,1824944400,3),(488,1837645200,2),(488,1856394000,3),(488,1869094800,2),(488,1887843600,3),(488,1901149200,2),(488,1919293200,3),(488,1932598800,2),(488,1950742800,3),(488,1964048400,2),(488,1982797200,3),(488,1995498000,2),(488,2014246800,3),(488,2026947600,2),(488,2045696400,3),(488,2058397200,2),(488,2077146000,3),(488,2090451600,2),(488,2108595600,3),(488,2121901200,2),(488,2140045200,3),(489,-1691964000,0),(489,-1680472800,1),(489,-1664143200,0),(489,-1650146400,1),(489,-1633903200,0),(489,-1617487200,1),(489,-1601848800,0),(489,-1586037600,1),(489,-1570399200,0),(489,-1552168800,1),(489,-1538344800,0),(489,-1522533600,1),(489,-1507500000,0),(489,-1490565600,1),(489,-1473631200,0),(489,-1460930400,1),(489,-1442786400,0),(489,-1428876000,1),(489,-1410732000,0),(489,-1396216800,1),(489,-1379282400,0),(489,-1364767200,1),(489,-1348437600,0),(489,-1333317600,1),(489,-1315778400,0),(489,-1301263200,1),(489,-1284328800,0),(489,-1269813600,1),(489,-1253484000,0),(489,-1238364000,1),(489,-1221429600,0),(489,-1206914400,1),(489,-1189980000,0),(489,-1175464800,1),(489,-1159135200,0),(489,-1143410400,1),(489,-1126476000,0),(489,-1111960800,1),(489,-1095631200,0),(489,-1080511200,1),(489,-1063576800,0),(489,-1049061600,1),(489,-1032127200,0),(489,-1017612000,1),(489,-1001282400,0),(489,-986162400,1),(489,-969228000,0),(489,-950479200,1),(489,-942012000,0),(489,-904518000,2),(489,-896050800,0),(489,-875487600,2),(489,-864601200,0),(489,-844038000,2),(489,-832546800,0),(489,-812588400,2),(489,-798073200,0),(489,-781052400,2),(489,-772066800,0),(489,-764805600,1),(489,-748476000,0),(489,-733356000,1),(489,-719445600,0),(489,-717030000,2),(489,-706748400,0),(489,-699487200,1),(489,-687996000,0),(489,-668037600,1),(489,-654732000,0),(489,-636588000,1),(489,-622072800,0),(489,-605743200,1),(489,-590623200,0),(489,-574293600,1),(489,-558568800,0),(489,-542239200,1),(489,-527119200,0),(489,-512604000,1),(489,-496274400,0),(489,-481154400,1),(489,-464220000,0),(489,-449704800,1),(489,-432165600,0),(489,-417650400,1),(489,-401320800,0),(489,-386200800,1),(489,-369266400,0),(489,-354751200,1),(489,-337816800,0),(489,-323301600,1),(489,-306972000,0),(489,-291852000,1),(489,-276732000,0),(489,-257983200,1),(489,-245282400,0),(489,-226533600,1),(489,-213228000,0),(489,-195084000,1),(489,-182383200,0),(489,-163634400,1),(489,-150933600,0),(489,-132184800,1),(489,-119484000,0),(489,-100735200,1),(489,-88034400,0),(489,-68680800,1),(489,-59004000,0),(489,-37242000,3),(489,57722400,5),(489,69818400,0),(489,89172000,1),(489,101268000,0),(489,120621600,1),(489,132717600,0),(489,152071200,1),(489,164167200,0),(489,183520800,1),(489,196221600,0),(489,214970400,1),(489,227671200,0),(489,246420000,1),(489,259120800,0),(489,278474400,1),(489,290570400,0),(489,309924000,1),(489,322020000,0),(489,341373600,1),(489,354675600,4),(489,372819600,5),(489,386125200,4),(489,404269200,5),(489,417574800,4),(489,435718800,5),(489,449024400,4),(489,467773200,5),(489,481078800,4),(489,499222800,5),(489,512528400,4),(489,530672400,5),(489,543978000,4),(489,562122000,5),(489,575427600,4),(489,593571600,5),(489,606877200,4),(489,625626000,5),(489,638326800,4),(489,657075600,5),(489,670381200,4),(489,688525200,5),(489,701830800,4),(489,719974800,5),(489,733280400,4),(489,751424400,5),(489,764730000,4),(489,782874000,5),(489,796179600,4),(489,814323600,5),(489,820454400,6),(489,828234000,4),(489,846378000,5),(489,859683600,4),(489,877827600,5),(489,891133200,4),(489,909277200,5),(489,922582800,4),(489,941331600,5),(489,954032400,4),(489,972781200,5),(489,985482000,4),(489,1004230800,5),(489,1017536400,4),(489,1035680400,5),(489,1048986000,4),(489,1067130000,5),(489,1080435600,4),(489,1099184400,5),(489,1111885200,4),(489,1130634000,5),(489,1143334800,4),(489,1162083600,5),(489,1174784400,4),(489,1193533200,5),(489,1206838800,4),(489,1224982800,5),(489,1238288400,4),(489,1256432400,5),(489,1269738000,4),(489,1288486800,5),(489,1301187600,4),(489,1319936400,5),(489,1332637200,4),(489,1351386000,5),(489,1364691600,4),(489,1382835600,5),(489,1396141200,4),(489,1414285200,5),(489,1427590800,4),(489,1445734800,5),(489,1459040400,4),(489,1477789200,5),(489,1490490000,4),(489,1509238800,5),(489,1521939600,4),(489,1540688400,5),(489,1553994000,4),(489,1572138000,5),(489,1585443600,4),(489,1603587600,5),(489,1616893200,4),(489,1635642000,5),(489,1648342800,4),(489,1667091600,5),(489,1679792400,4),(489,1698541200,5),(489,1711846800,4),(489,1729990800,5),(489,1743296400,4),(489,1761440400,5),(489,1774746000,4),(489,1792890000,5),(489,1806195600,4),(489,1824944400,5),(489,1837645200,4),(489,1856394000,5),(489,1869094800,4),(489,1887843600,5),(489,1901149200,4),(489,1919293200,5),(489,1932598800,4),(489,1950742800,5),(489,1964048400,4),(489,1982797200,5),(489,1995498000,4),(489,2014246800,5),(489,2026947600,4),(489,2045696400,5),(489,2058397200,4),(489,2077146000,5),(489,2090451600,4),(489,2108595600,5),(489,2121901200,4),(489,2140045200,5),(490,-1691964000,0),(490,-1680472800,1),(490,-1664143200,0),(490,-1650146400,1),(490,-1633903200,0),(490,-1617487200,1),(490,-1601848800,0),(490,-1586037600,1),(490,-1570399200,0),(490,-1552168800,1),(490,-1538344800,0),(490,-1522533600,1),(490,-1507500000,0),(490,-1490565600,1),(490,-1473631200,0),(490,-1460930400,1),(490,-1442786400,0),(490,-1428876000,1),(490,-1410732000,0),(490,-1396216800,1),(490,-1379282400,0),(490,-1364767200,1),(490,-1348437600,0),(490,-1333317600,1),(490,-1315778400,0),(490,-1301263200,1),(490,-1284328800,0),(490,-1269813600,1),(490,-1253484000,0),(490,-1238364000,1),(490,-1221429600,0),(490,-1206914400,1),(490,-1189980000,0),(490,-1175464800,1),(490,-1159135200,0),(490,-1143410400,1),(490,-1126476000,0),(490,-1111960800,1),(490,-1095631200,0),(490,-1080511200,1),(490,-1063576800,0),(490,-1049061600,1),(490,-1032127200,0),(490,-1017612000,1),(490,-1001282400,0),(490,-986162400,1),(490,-969228000,0),(490,-950479200,1),(490,-942012000,0),(490,-904518000,2),(490,-896050800,0),(490,-875487600,2),(490,-864601200,0),(490,-844038000,2),(490,-832546800,0),(490,-812588400,2),(490,-798073200,0),(490,-781052400,2),(490,-772066800,0),(490,-764805600,1),(490,-748476000,0),(490,-733356000,1),(490,-719445600,0),(490,-717030000,2),(490,-706748400,0),(490,-699487200,1),(490,-687996000,0),(490,-668037600,1),(490,-654732000,0),(490,-636588000,1),(490,-622072800,0),(490,-605743200,1),(490,-590623200,0),(490,-574293600,1),(490,-558568800,0),(490,-542239200,1),(490,-527119200,0),(490,-512604000,1),(490,-496274400,0),(490,-481154400,1),(490,-464220000,0),(490,-449704800,1),(490,-432165600,0),(490,-417650400,1),(490,-401320800,0),(490,-386200800,1),(490,-369266400,0),(490,-354751200,1),(490,-337816800,0),(490,-323301600,1),(490,-306972000,0),(490,-291852000,1),(490,-276732000,0),(490,-257983200,1),(490,-245282400,0),(490,-226533600,1),(490,-213228000,0),(490,-195084000,1),(490,-182383200,0),(490,-163634400,1),(490,-150933600,0),(490,-132184800,1),(490,-119484000,0),(490,-100735200,1),(490,-88034400,0),(490,-68680800,1),(490,-59004000,0),(490,-37242000,3),(490,57722400,5),(490,69818400,0),(490,89172000,1),(490,101268000,0),(490,120621600,1),(490,132717600,0),(490,152071200,1),(490,164167200,0),(490,183520800,1),(490,196221600,0),(490,214970400,1),(490,227671200,0),(490,246420000,1),(490,259120800,0),(490,278474400,1),(490,290570400,0),(490,309924000,1),(490,322020000,0),(490,341373600,1),(490,354675600,4),(490,372819600,5),(490,386125200,4),(490,404269200,5),(490,417574800,4),(490,435718800,5),(490,449024400,4),(490,467773200,5),(490,481078800,4),(490,499222800,5),(490,512528400,4),(490,530672400,5),(490,543978000,4),(490,562122000,5),(490,575427600,4),(490,593571600,5),(490,606877200,4),(490,625626000,5),(490,638326800,4),(490,657075600,5),(490,670381200,4),(490,688525200,5),(490,701830800,4),(490,719974800,5),(490,733280400,4),(490,751424400,5),(490,764730000,4),(490,782874000,5),(490,796179600,4),(490,814323600,5),(490,820454400,6),(490,828234000,4),(490,846378000,5),(490,859683600,4),(490,877827600,5),(490,891133200,4),(490,909277200,5),(490,922582800,4),(490,941331600,5),(490,954032400,4),(490,972781200,5),(490,985482000,4),(490,1004230800,5),(490,1017536400,4),(490,1035680400,5),(490,1048986000,4),(490,1067130000,5),(490,1080435600,4),(490,1099184400,5),(490,1111885200,4),(490,1130634000,5),(490,1143334800,4),(490,1162083600,5),(490,1174784400,4),(490,1193533200,5),(490,1206838800,4),(490,1224982800,5),(490,1238288400,4),(490,1256432400,5),(490,1269738000,4),(490,1288486800,5),(490,1301187600,4),(490,1319936400,5),(490,1332637200,4),(490,1351386000,5),(490,1364691600,4),(490,1382835600,5),(490,1396141200,4),(490,1414285200,5),(490,1427590800,4),(490,1445734800,5),(490,1459040400,4),(490,1477789200,5),(490,1490490000,4),(490,1509238800,5),(490,1521939600,4),(490,1540688400,5),(490,1553994000,4),(490,1572138000,5),(490,1585443600,4),(490,1603587600,5),(490,1616893200,4),(490,1635642000,5),(490,1648342800,4),(490,1667091600,5),(490,1679792400,4),(490,1698541200,5),(490,1711846800,4),(490,1729990800,5),(490,1743296400,4),(490,1761440400,5),(490,1774746000,4),(490,1792890000,5),(490,1806195600,4),(490,1824944400,5),(490,1837645200,4),(490,1856394000,5),(490,1869094800,4),(490,1887843600,5),(490,1901149200,4),(490,1919293200,5),(490,1932598800,4),(490,1950742800,5),(490,1964048400,4),(490,1982797200,5),(490,1995498000,4),(490,2014246800,5),(490,2026947600,4),(490,2045696400,5),(490,2058397200,4),(490,2077146000,5),(490,2090451600,4),(490,2108595600,5),(490,2121901200,4),(490,2140045200,5),(497,-2056690800,1),(497,-900910800,2),(497,-891579600,3),(497,-884248200,4),(497,-761209200,1),(497,-747907200,2),(497,-728541000,5),(497,-717049800,6),(497,-697091400,5),(497,-683785800,6),(497,-668061000,5),(497,-654755400,2),(497,-636611400,5),(497,-623305800,2),(497,-605161800,5),(497,-591856200,2),(497,-573712200,5),(497,-559801800,2),(497,-541657800,5),(497,-528352200,2),(497,-510211800,1),(497,-498112200,2),(497,-478762200,1),(497,-466662600,2),(497,-446707800,1),(497,-435213000,2),(497,-415258200,1),(497,-403158600,2),(497,-383808600,1),(497,-371709000,2),(497,-352359000,1),(497,-340259400,2),(497,-320909400,1),(497,-308809800,2),(497,-288855000,1),(497,-277360200,2),(497,-257405400,1),(497,-245910600,2),(497,-225955800,1),(497,-213856200,2),(497,-194506200,1),(497,-182406600,2),(497,-163056600,1),(497,-148537800,2),(497,-132816600,1),(497,-117088200,2),(497,-101367000,1),(497,-85638600,2),(497,-69312600,1),(497,-53584200,2),(497,-37863000,1),(497,-22134600,2),(497,-6413400,1),(497,9315000,2),(497,25036200,1),(497,40764600,2),(497,56485800,1),(497,72214200,2),(497,88540200,1),(497,104268600,2),(497,119989800,1),(497,126041400,2),(497,151439400,1),(497,167167800,2),(497,182889000,1),(497,198617400,2),(497,214338600,1),(497,295385400,2),(497,309292200,1),(498,-1956609120,2),(498,-1668211200,1),(498,-1647212400,2),(498,-1636675200,1),(498,-1613430000,2),(498,-1605139200,1),(498,-1581894000,2),(498,-1539561600,1),(498,-1531350000,2),(498,-968025600,1),(498,-952293600,2),(498,-942008400,1),(498,-920239200,3),(498,-909957600,4),(498,-888789600,3),(498,-877903200,4),(498,-857944800,3),(498,-846453600,4),(498,-826495200,3),(498,-815004000,4),(498,-795045600,3),(498,-783554400,4),(498,-762991200,3),(498,-752104800,4),(498,-731541600,3),(498,-717631200,4),(498,-700092000,3),(498,-686181600,4),(498,-668642400,3),(498,-654732000,4),(498,-636588000,3),(498,-623282400,4),(498,-605743200,3),(498,-591832800,4),(498,-573688800,3),(498,-559778400,4),(498,-542239200,3),(498,-528328800,4),(498,-510789600,3),(498,-496879200,4),(498,-479340000,3),(498,-465429600,4),(498,-447890400,3),(498,-433980000,4),(498,-415836000,3),(498,-401925600,4),(498,-384386400,3),(498,-370476000,4),(498,-352936800,3),(498,-339026400,4),(498,-321487200,3),(498,-307576800,4),(498,-290037600,3),(498,-276127200,4),(498,-258588000,3),(498,-244677600,4),(498,-226533600,3),(498,-212623200,4),(498,-195084000,3),(498,-181173600,4),(498,-163634400,3),(498,-149724000,4),(498,-132184800,3),(498,-118274400,4),(498,-100735200,3),(498,-86824800,4),(498,-68680800,3),(498,-54770400,5),(499,-1946168836,1),(499,-1309746600,2),(499,-1261969200,1),(499,-1041388200,3),(499,-865305900,2),(500,-1988167780,1),(500,820436400,2),(503,-1946168836,1),(503,-1309746600,2),(503,-1261969200,1),(503,-1041388200,3),(503,-865305900,2),(504,-631152000,1),(505,-1988163708,1),(506,-315636840,1),(507,-1988164200,2),(507,403041600,1),(507,417034800,2),(507,1224972000,1),(507,1238274000,2),(508,-1946168836,1),(508,-1309746600,2),(508,-1261969200,1),(508,-1041388200,3),(508,-865305900,2),(509,-1848886912,1),(510,-1704165944,1),(510,-757394744,2),(510,247177800,4),(510,259272000,3),(510,277758000,4),(510,283982400,2),(510,290809800,5),(510,306531000,2),(510,322432200,5),(510,338499000,2),(510,673216200,5),(510,685481400,2),(510,701209800,5),(510,717103800,2),(510,732745800,5),(510,748639800,2),(510,764281800,5),(510,780175800,2),(510,795817800,5),(510,811711800,2),(510,827353800,5),(510,843247800,2),(510,858976200,5),(510,874870200,2),(510,890512200,5),(510,906406200,2),(510,922048200,5),(510,937942200,2),(510,953584200,5),(510,969478200,2),(510,985206600,5),(510,1001100600,2),(510,1016742600,5),(510,1032636600,2),(510,1048278600,5),(510,1064172600,2),(510,1079814600,5),(510,1095708600,2),(510,1111437000,5),(510,1127331000,2),(510,1206045000,5),(510,1221939000,2),(510,1237667400,5),(510,1253561400,2),(510,1269203400,5),(510,1285097400,2),(510,1300739400,5),(510,1316633400,2),(510,1332275400,5),(510,1348169400,2),(510,1363897800,5),(510,1379791800,2),(510,1395433800,5),(510,1411327800,2),(510,1426969800,5),(510,1442863800,2),(510,1458505800,5),(510,1474399800,2),(510,1490128200,5),(510,1506022200,2),(510,1521664200,5),(510,1537558200,2),(510,1553200200,5),(510,1569094200,2),(510,1584736200,5),(510,1600630200,2),(510,1616358600,5),(510,1632252600,2),(510,1647894600,5),(510,1663788600,2),(510,1679430600,5),(510,1695324600,2),(510,1710966600,5),(510,1726860600,2),(510,1742589000,5),(510,1758483000,2),(510,1774125000,5),(510,1790019000,2),(510,1805661000,5),(510,1821555000,2),(510,1837197000,5),(510,1853091000,2),(510,1868733000,5),(510,1884627000,2),(510,1900355400,5),(510,1916249400,2),(510,1931891400,5),(510,1947785400,2),(510,1963427400,5),(510,1979321400,2),(510,1994963400,5),(510,2010857400,2),(510,2026585800,5),(510,2042479800,2),(510,2058121800,5),(510,2074015800,2),(510,2089657800,5),(510,2105551800,2),(510,2121193800,5),(510,2137087800,2),(511,-1641003640,5),(511,-933638400,1),(511,-923097600,2),(511,-919036800,1),(511,-857347200,2),(511,-844300800,1),(511,-825811200,2),(511,-812678400,1),(511,-794188800,2),(511,-779846400,1),(511,-762652800,2),(511,-748310400,1),(511,-731116800,2),(511,-681955200,3),(511,-673228800,1),(511,-667958400,2),(511,-652320000,1),(511,-636422400,2),(511,-622080000,1),(511,-608947200,2),(511,-591840000,1),(511,-572486400,2),(511,-558576000,1),(511,-542851200,2),(511,-527731200,1),(511,-514425600,2),(511,-490838400,1),(511,-482976000,2),(511,-459388800,1),(511,-451526400,2),(511,-428544000,1),(511,-418262400,2),(511,-400118400,1),(511,-387417600,2),(511,142380000,4),(511,150843600,5),(511,167176800,4),(511,178664400,5),(511,334101600,6),(511,337730400,7),(511,452642400,6),(511,462319200,7),(511,482277600,4),(511,494370000,5),(511,516751200,4),(511,526424400,5),(511,545436000,4),(511,558478800,5),(511,576626400,4),(511,589323600,5),(511,609890400,4),(511,620773200,5),(511,638316000,4),(511,651618000,5),(511,669765600,4),(511,683672400,5),(511,701820000,4),(511,715726800,5),(511,733701600,4),(511,747176400,5),(511,765151200,4),(511,778021200,5),(511,796600800,4),(511,810075600,5),(511,826840800,4),(511,842821200,5),(511,858895200,4),(511,874184400,5),(511,890344800,4),(511,905029200,5),(511,923011200,4),(511,936313200,5),(511,955670400,4),(511,970783200,5),(511,986770800,4),(511,1001282400,5),(511,1017356400,4),(511,1033941600,5),(511,1048806000,4),(511,1065132000,5),(511,1081292400,4),(511,1095804000,5),(511,1112313600,4),(511,1128812400,5),(511,1143763200,4),(511,1159657200,5),(511,1175212800,4),(511,1189897200,5),(511,1206662400,4),(511,1223161200,5),(511,1238112000,4),(511,1254006000,5),(511,1269561600,4),(511,1284246000,5),(511,1301616000,4),(511,1317510000,5),(511,1333065600,4),(511,1348354800,5),(511,1364515200,4),(511,1382828400,5),(511,1395964800,4),(511,1414278000,5),(511,1427414400,4),(511,1445727600,5),(511,1458864000,4),(511,1477782000,5),(511,1490313600,4),(511,1509231600,5),(511,1521763200,4),(511,1540681200,5),(511,1553817600,4),(511,1572130800,5),(511,1585267200,4),(511,1603580400,5),(511,1616716800,4),(511,1635634800,5),(511,1648166400,4),(511,1667084400,5),(511,1679616000,4),(511,1698534000,5),(511,1711670400,4),(511,1729983600,5),(511,1743120000,4),(511,1761433200,5),(511,1774569600,4),(511,1792882800,5),(511,1806019200,4),(511,1824937200,5),(511,1837468800,4),(511,1856386800,5),(511,1868918400,4),(511,1887836400,5),(511,1900972800,4),(511,1919286000,5),(511,1932422400,4),(511,1950735600,5),(511,1963872000,4),(511,1982790000,5),(511,1995321600,4),(511,2014239600,5),(511,2026771200,4),(511,2045689200,5),(511,2058220800,4),(511,2077138800,5),(511,2090275200,4),(511,2108588400,5),(511,2121724800,4),(511,2140038000,5),(512,-1827687170,1),(512,126687600,2),(512,152085600,1),(512,162370800,2),(512,183535200,1),(512,199263600,2),(512,215589600,1),(512,230713200,2),(512,247039200,1),(512,262767600,2),(512,278488800,1),(512,294217200,2),(512,309938400,1),(512,325666800,2),(512,341388000,1),(512,357116400,2),(512,372837600,1),(512,388566000,2),(512,404892000,1),(512,420015600,2),(512,436341600,1),(513,-683802000,0),(513,-672310800,1),(513,-654771600,0),(513,-640861200,1),(513,-620298000,0),(513,-609411600,1),(513,-588848400,0),(513,-577962000,1),(514,-1041418800,1),(514,-907408800,2),(514,-817462800,0),(514,-7988400,3),(514,745934400,4),(515,-1577926364,2),(515,-574902000,1),(515,-568087200,2),(515,-512175600,1),(515,-504928800,2),(515,-449888400,1),(515,-441856800,2),(515,-347158800,3),(515,378684000,2),(515,386463600,1),(515,402271200,2),(515,417999600,1),(515,433807200,2),(515,449622000,1),(515,465429600,2),(515,481590000,1),(515,496965600,2),(515,512953200,1),(515,528674400,2),(515,544230000,1),(515,560037600,2),(515,575852400,1),(515,591660000,2),(515,607388400,1),(515,623196000,2),(515,641775600,3),(515,844034400,2),(515,860108400,1),(515,875916000,3),(515,1352505600,2),(515,1364515200,1),(515,1382659200,3),(516,-1693706400,0),(516,-1680483600,1),(516,-1663455600,2),(516,-1650150000,3),(516,-1632006000,2),(516,-1618700400,3),(516,-938905200,2),(516,-857257200,3),(516,-844556400,2),(516,-828226800,3),(516,-812502000,2),(516,-796777200,3),(516,-781052400,2),(516,-766623600,3),(516,228877200,2),(516,243997200,3),(516,260326800,2),(516,276051600,3),(516,291776400,2),(516,307501200,3),(516,323830800,2),(516,338950800,3),(516,354675600,2),(516,370400400,3),(516,386125200,2),(516,401850000,3),(516,417574800,2),(516,433299600,3),(516,449024400,2),(516,465354000,3),(516,481078800,2),(516,496803600,3),(516,512528400,2),(516,528253200,3),(516,543978000,2),(516,559702800,3),(516,575427600,2),(516,591152400,3),(516,606877200,2),(516,622602000,3),(516,638326800,2),(516,654656400,3),(516,670381200,2),(516,686106000,3),(516,701830800,2),(516,717555600,3),(516,733280400,2),(516,749005200,3),(516,764730000,2),(516,780454800,3),(516,796179600,2),(516,811904400,3),(516,828234000,2),(516,846378000,3),(516,859683600,2),(516,877827600,3),(516,891133200,2),(516,909277200,3),(516,922582800,2),(516,941331600,3),(516,954032400,2),(516,972781200,3),(516,985482000,2),(516,1004230800,3),(516,1017536400,2),(516,1035680400,3),(516,1048986000,2),(516,1067130000,3),(516,1080435600,2),(516,1099184400,3),(516,1111885200,2),(516,1130634000,3),(516,1143334800,2),(516,1162083600,3),(516,1174784400,2),(516,1193533200,3),(516,1206838800,2),(516,1224982800,3),(516,1238288400,2),(516,1256432400,3),(516,1269738000,2),(516,1288486800,3),(516,1301187600,2),(516,1319936400,3),(516,1332637200,2),(516,1351386000,3),(516,1364691600,2),(516,1382835600,3),(516,1396141200,2),(516,1414285200,3),(516,1427590800,2),(516,1445734800,3),(516,1459040400,2),(516,1477789200,3),(516,1490490000,2),(516,1509238800,3),(516,1521939600,2),(516,1540688400,3),(516,1553994000,2),(516,1572138000,3),(516,1585443600,2),(516,1603587600,3),(516,1616893200,2),(516,1635642000,3),(516,1648342800,2),(516,1667091600,3),(516,1679792400,2),(516,1698541200,3),(516,1711846800,2),(516,1729990800,3),(516,1743296400,2),(516,1761440400,3),(516,1774746000,2),(516,1792890000,3),(516,1806195600,2),(516,1824944400,3),(516,1837645200,2),(516,1856394000,3),(516,1869094800,2),(516,1887843600,3),(516,1901149200,2),(516,1919293200,3),(516,1932598800,2),(516,1950742800,3),(516,1964048400,2),(516,1982797200,3),(516,1995498000,2),(516,2014246800,3),(516,2026947600,2),(516,2045696400,3),(516,2058397200,2),(516,2077146000,3),(516,2090451600,2),(516,2108595600,3),(516,2121901200,2),(516,2140045200,3),(518,-1633273200,0),(518,-1615132800,1),(518,-1601823600,0),(518,-1583683200,1),(518,-880210800,2),(518,-769395600,3),(518,-765388800,1),(518,-84380400,0),(518,-68659200,1),(518,-52930800,0),(518,-37209600,1),(518,-21481200,0),(518,-5760000,1),(518,9968400,0),(518,25689600,1),(518,41418000,0),(518,57744000,1),(518,73472400,0),(518,89193600,1),(518,104922000,0),(518,120643200,1),(518,126694800,0),(518,152092800,1),(518,162378000,0),(518,183542400,1),(518,199270800,0),(518,215596800,1),(518,230720400,0),(518,247046400,1),(518,262774800,0),(518,278496000,1),(518,294224400,0),(518,309945600,1),(518,325674000,0),(518,341395200,1),(518,357123600,0),(518,372844800,1),(518,388573200,0),(518,404899200,1),(518,420022800,0),(518,436348800,1),(518,452077200,0),(518,467798400,1),(518,483526800,0),(518,499248000,1),(518,514976400,0),(518,530697600,1),(518,544611600,0),(518,562147200,1),(518,576061200,0),(518,594201600,1),(518,607510800,0),(518,625651200,1),(518,638960400,0),(518,657100800,1),(518,671014800,0),(518,688550400,1),(518,702464400,0),(518,720000000,1),(518,733914000,0),(518,752054400,1),(518,765363600,0),(518,783504000,1),(518,796813200,0),(518,814953600,1),(518,828867600,0),(518,846403200,1),(518,860317200,0),(518,877852800,1),(518,891766800,0),(518,909302400,1),(518,923216400,0),(518,941356800,1),(518,954666000,0),(518,972806400,1),(518,986115600,0),(518,1004256000,1),(518,1018170000,0),(518,1035705600,1),(518,1049619600,0),(518,1067155200,1),(518,1081069200,0),(518,1099209600,1),(518,1112518800,0),(518,1130659200,1),(518,1143968400,0),(518,1162108800,1),(518,1173603600,0),(518,1194163200,1),(518,1205053200,0),(518,1225612800,1),(518,1236502800,0),(518,1257062400,1),(518,1268557200,0),(518,1289116800,1),(518,1300006800,0),(518,1320566400,1),(518,1331456400,0),(518,1352016000,1),(518,1362906000,0),(518,1383465600,1),(518,1394355600,0),(518,1414915200,1),(518,1425805200,0),(518,1446364800,1),(518,1457859600,0),(518,1478419200,1),(518,1489309200,0),(518,1509868800,1),(518,1520758800,0),(518,1541318400,1),(518,1552208400,0),(518,1572768000,1),(518,1583658000,0),(518,1604217600,1),(518,1615712400,0),(518,1636272000,1),(518,1647162000,0),(518,1667721600,1),(518,1678611600,0),(518,1699171200,1),(518,1710061200,0),(518,1730620800,1),(518,1741510800,0),(518,1762070400,1),(518,1772960400,0),(518,1793520000,1),(518,1805014800,0),(518,1825574400,1),(518,1836464400,0),(518,1857024000,1),(518,1867914000,0),(518,1888473600,1),(518,1899363600,0),(518,1919923200,1),(518,1930813200,0),(518,1951372800,1),(518,1962867600,0),(518,1983427200,1),(518,1994317200,0),(518,2014876800,1),(518,2025766800,0),(518,2046326400,1),(518,2057216400,0),(518,2077776000,1),(518,2088666000,0),(518,2109225600,1),(518,2120115600,0),(518,2140675200,1),(519,-1514736000,1),(519,-1451667600,2),(519,-1343062800,1),(519,-1234803600,2),(519,-1222963200,3),(519,-1207242000,2),(519,-873820800,4),(519,-769395600,5),(519,-761677200,2),(519,-686073600,3),(519,-661539600,2),(519,-495039600,3),(519,-481734000,2),(519,-463590000,3),(519,-450284400,2),(519,-431535600,3),(519,-418230000,2),(519,-400086000,3),(519,-386780400,2),(519,-368636400,3),(519,-355330800,2),(519,-337186800,3),(519,-323881200,2),(519,-305737200,3),(519,-292431600,2),(519,199274400,3),(519,215600400,2),(519,230724000,3),(519,247050000,2),(519,262778400,3),(519,278499600,2),(519,294228000,3),(519,309949200,2),(519,325677600,3),(519,341398800,2),(519,357127200,3),(519,372848400,2),(519,388576800,3),(519,404902800,2),(519,420026400,3),(519,436352400,2),(519,452080800,3),(519,467802000,2),(519,483530400,3),(519,499251600,2),(519,514980000,3),(519,530701200,2),(519,544615200,3),(519,562150800,2),(519,576064800,3),(519,594205200,2),(519,607514400,3),(519,625654800,2),(519,638964000,3),(519,657104400,2),(519,671018400,3),(519,688554000,2),(519,702468000,3),(519,720003600,2),(519,733917600,3),(519,752058000,2),(519,765367200,3),(519,783507600,2),(519,796816800,3),(519,814957200,2),(519,828871200,3),(519,846406800,2),(519,860320800,3),(519,877856400,2),(519,891770400,3),(519,909306000,2),(519,923220000,3),(519,941360400,2),(519,954669600,3),(519,972810000,2),(519,986119200,3),(519,1004259600,2),(519,1018173600,3),(519,1035709200,2),(519,1049623200,3),(519,1067158800,2),(519,1081072800,3),(519,1099213200,2),(519,1112522400,3),(519,1130662800,2),(519,1143972000,3),(519,1162112400,2),(519,1175421600,3),(519,1193562000,2),(519,1207476000,3),(519,1225011600,2),(519,1238925600,3),(519,1256461200,2),(519,1268560800,3),(519,1289120400,2),(519,1300010400,3),(519,1320570000,2),(519,1331460000,3),(519,1352019600,2),(519,1362909600,3),(519,1383469200,2),(519,1394359200,3),(519,1414918800,2),(519,1425808800,3),(519,1446368400,2),(519,1457863200,3),(519,1478422800,2),(519,1489312800,3),(519,1509872400,2),(519,1520762400,3),(519,1541322000,2),(519,1552212000,3),(519,1572771600,2),(519,1583661600,3),(519,1604221200,2),(519,1615716000,3),(519,1636275600,2),(519,1647165600,3),(519,1667725200,2),(519,1678615200,3),(519,1699174800,2),(519,1710064800,3),(519,1730624400,2),(519,1741514400,3),(519,1762074000,2),(519,1772964000,3),(519,1793523600,2),(519,1805018400,3),(519,1825578000,2),(519,1836468000,3),(519,1857027600,2),(519,1867917600,3),(519,1888477200,2),(519,1899367200,3),(519,1919926800,2),(519,1930816800,3),(519,1951376400,2),(519,1962871200,3),(519,1983430800,2),(519,1994320800,3),(519,2014880400,2),(519,2025770400,3),(519,2046330000,2),(519,2057220000,3),(519,2077779600,2),(519,2088669600,3),(519,2109229200,2),(519,2120119200,3),(519,2140678800,2),(520,-1514739600,1),(520,-1343066400,2),(520,-1234807200,1),(520,-1220292000,2),(520,-1207159200,1),(520,-1191344400,2),(520,-873828000,1),(520,-661539600,3),(520,28800,1),(520,828867600,4),(520,846403200,1),(520,860317200,4),(520,877852800,1),(520,891766800,4),(520,909302400,1),(520,923216400,4),(520,941356800,1),(520,954666000,4),(520,972806400,1),(520,989139600,4),(520,1001836800,1),(520,1018170000,4),(520,1035705600,1),(520,1049619600,4),(520,1067155200,1),(520,1081069200,4),(520,1099209600,1),(520,1112518800,4),(520,1130659200,1),(520,1143968400,4),(520,1162108800,1),(520,1175418000,4),(520,1193558400,1),(520,1207472400,4),(520,1225008000,1),(520,1238922000,4),(520,1256457600,1),(520,1270371600,4),(520,1288512000,1),(520,1301821200,4),(520,1319961600,1),(520,1333270800,4),(520,1351411200,1),(520,1365325200,4),(520,1382860800,1),(520,1396774800,4),(520,1414310400,1),(520,1428224400,4),(520,1445760000,1),(520,1459674000,4),(520,1477814400,1),(520,1491123600,4),(520,1509264000,1),(520,1522573200,4),(520,1540713600,1),(520,1554627600,4),(520,1572163200,1),(520,1586077200,4),(520,1603612800,1),(520,1617526800,4),(520,1635667200,1),(520,1648976400,4),(520,1667116800,1),(520,1680426000,4),(520,1698566400,1),(520,1712480400,4),(520,1730016000,1),(520,1743930000,4),(520,1761465600,1),(520,1775379600,4),(520,1792915200,1),(520,1806829200,4),(520,1824969600,1),(520,1838278800,4),(520,1856419200,1),(520,1869728400,4),(520,1887868800,1),(520,1901782800,4),(520,1919318400,1),(520,1933232400,4),(520,1950768000,1),(520,1964682000,4),(520,1982822400,1),(520,1996131600,4),(520,2014272000,1),(520,2027581200,4),(520,2045721600,1),(520,2059030800,4),(520,2077171200,1),(520,2091085200,4),(520,2108620800,1),(520,2122534800,4),(520,2140070400,1),(521,-1514739600,1),(521,-1343066400,2),(521,-1234807200,1),(521,-1220292000,2),(521,-1207159200,1),(521,-1191344400,2),(521,-975261600,3),(521,-963169200,2),(521,-917114400,3),(521,-907354800,2),(521,-821901600,4),(521,-810068400,2),(521,-627501600,3),(521,-612990000,2),(521,828864000,3),(521,846399600,2),(521,860313600,3),(521,877849200,2),(521,891763200,3),(521,909298800,2),(521,923212800,3),(521,941353200,2),(521,954662400,3),(521,972802800,2),(521,989136000,3),(521,1001833200,2),(521,1018166400,3),(521,1035702000,2),(521,1049616000,3),(521,1067151600,2),(521,1081065600,3),(521,1099206000,2),(521,1112515200,3),(521,1130655600,2),(521,1143964800,3),(521,1162105200,2),(521,1175414400,3),(521,1193554800,2),(521,1207468800,3),(521,1225004400,2),(521,1238918400,3),(521,1256454000,2),(521,1270368000,3),(521,1288508400,2),(521,1301817600,3),(521,1319958000,2),(521,1333267200,3),(521,1351407600,2),(521,1365321600,3),(521,1382857200,2),(521,1396771200,3),(521,1414306800,2),(521,1428220800,3),(521,1445756400,2),(521,1459670400,3),(521,1477810800,2),(521,1491120000,3),(521,1509260400,2),(521,1522569600,3),(521,1540710000,2),(521,1554624000,3),(521,1572159600,2),(521,1586073600,3),(521,1603609200,2),(521,1617523200,3),(521,1635663600,2),(521,1648972800,3),(521,1667113200,2),(521,1680422400,3),(521,1698562800,2),(521,1712476800,3),(521,1730012400,2),(521,1743926400,3),(521,1761462000,2),(521,1775376000,3),(521,1792911600,2),(521,1806825600,3),(521,1824966000,2),(521,1838275200,3),(521,1856415600,2),(521,1869724800,3),(521,1887865200,2),(521,1901779200,3),(521,1919314800,2),(521,1933228800,3),(521,1950764400,2),(521,1964678400,3),(521,1982818800,2),(521,1996128000,3),(521,2014268400,2),(521,2027577600,3),(521,2045718000,2),(521,2059027200,3),(521,2077167600,2),(521,2091081600,3),(521,2108617200,2),(521,2122531200,3),(521,2140066800,2),(522,-1330335000,0),(522,-1320057000,1),(522,-1300699800,2),(522,-1287396000,1),(522,-1269250200,2),(522,-1255946400,1),(522,-1237800600,2),(522,-1224496800,1),(522,-1206351000,2),(522,-1192442400,1),(522,-1174901400,2),(522,-1160992800,1),(522,-1143451800,2),(522,-1125914400,1),(522,-1112607000,2),(522,-1094464800,1),(522,-1081157400,2),(522,-1063015200,1),(522,-1049707800,2),(522,-1031565600,1),(522,-1018258200,2),(522,-1000116000,1),(522,-986808600,2),(522,-968061600,1),(522,-955359000,2),(522,-936612000,1),(522,-923304600,2),(522,-757425600,5),(522,152632800,3),(522,162309600,4),(522,183477600,3),(522,194968800,4),(522,215532000,3),(522,226418400,4),(522,246981600,3),(522,257868000,4),(522,278431200,3),(522,289317600,4),(522,309880800,3),(522,320767200,4),(522,341330400,3),(522,352216800,4),(522,372780000,3),(522,384271200,4),(522,404834400,3),(522,415720800,4),(522,436284000,3),(522,447170400,4),(522,467733600,3),(522,478620000,4),(522,499183200,3),(522,510069600,4),(522,530632800,3),(522,541519200,4),(522,562082400,3),(522,573573600,4),(522,594136800,3),(522,605023200,4),(522,623772000,3),(522,637682400,4),(522,655221600,3),(522,669132000,4),(522,686671200,3),(522,700581600,4),(522,718120800,3),(522,732636000,4),(522,749570400,3),(522,764085600,4),(522,781020000,3),(522,795535200,4),(522,812469600,3),(522,826984800,4),(522,844524000,3),(522,858434400,4),(522,875973600,3),(522,889884000,4),(522,907423200,3),(522,921938400,4),(522,938872800,3),(522,953388000,4),(522,970322400,3),(522,984837600,4),(522,1002376800,3),(522,1016287200,4),(522,1033826400,3),(522,1047736800,4),(522,1065276000,3),(522,1079791200,4),(522,1096725600,3),(522,1111240800,4),(522,1128175200,3),(522,1142690400,4),(522,1159624800,3),(522,1174140000,4),(522,1191074400,3),(522,1207404000,4),(522,1222524000,3),(522,1238853600,4),(522,1253973600,3),(522,1270303200,4),(522,1285423200,3),(522,1301752800,4),(522,1316872800,3),(522,1333202400,4),(522,1348927200,3),(522,1365256800,4),(522,1380376800,3),(522,1396706400,4),(522,1411826400,3),(522,1428156000,4),(522,1443276000,3),(522,1459605600,4),(522,1474725600,3),(522,1491055200,4),(522,1506175200,3),(522,1522504800,4),(522,1538229600,3),(522,1554559200,4),(522,1569679200,3),(522,1586008800,4),(522,1601128800,3),(522,1617458400,4),(522,1632578400,3),(522,1648908000,4),(522,1664028000,3),(522,1680357600,4),(522,1695477600,3),(522,1712412000,4),(522,1727532000,3),(522,1743861600,4),(522,1758981600,3),(522,1775311200,4),(522,1790431200,3),(522,1806760800,4),(522,1821880800,3),(522,1838210400,4),(522,1853330400,3),(522,1869660000,4),(522,1885384800,3),(522,1901714400,4),(522,1916834400,3),(522,1933164000,4),(522,1948284000,3),(522,1964613600,4),(522,1979733600,3),(522,1996063200,4),(522,2011183200,3),(522,2027512800,4),(522,2042632800,3),(522,2058962400,4),(522,2074687200,3),(522,2091016800,4),(522,2106136800,3),(522,2122466400,4),(522,2137586400,3),(523,-757426500,3),(523,152632800,1),(523,162309600,2),(523,183477600,1),(523,194968800,2),(523,215532000,1),(523,226418400,2),(523,246981600,1),(523,257868000,2),(523,278431200,1),(523,289317600,2),(523,309880800,1),(523,320767200,2),(523,341330400,1),(523,352216800,2),(523,372780000,1),(523,384271200,2),(523,404834400,1),(523,415720800,2),(523,436284000,1),(523,447170400,2),(523,467733600,1),(523,478620000,2),(523,499183200,1),(523,510069600,2),(523,530632800,1),(523,541519200,2),(523,562082400,1),(523,573573600,2),(523,594136800,1),(523,605023200,2),(523,623772000,1),(523,637682400,2),(523,655221600,1),(523,669132000,2),(523,686671200,1),(523,700581600,2),(523,718120800,1),(523,732636000,2),(523,749570400,1),(523,764085600,2),(523,781020000,1),(523,795535200,2),(523,812469600,1),(523,826984800,2),(523,844524000,1),(523,858434400,2),(523,875973600,1),(523,889884000,2),(523,907423200,1),(523,921938400,2),(523,938872800,1),(523,953388000,2),(523,970322400,1),(523,984837600,2),(523,1002376800,1),(523,1016287200,2),(523,1033826400,1),(523,1047736800,2),(523,1065276000,1),(523,1079791200,2),(523,1096725600,1),(523,1111240800,2),(523,1128175200,1),(523,1142690400,2),(523,1159624800,1),(523,1174140000,2),(523,1191074400,1),(523,1207404000,2),(523,1222524000,1),(523,1238853600,2),(523,1253973600,1),(523,1270303200,2),(523,1285423200,1),(523,1301752800,2),(523,1316872800,1),(523,1333202400,2),(523,1348927200,1),(523,1365256800,2),(523,1380376800,1),(523,1396706400,2),(523,1411826400,1),(523,1428156000,2),(523,1443276000,1),(523,1459605600,2),(523,1474725600,1),(523,1491055200,2),(523,1506175200,1),(523,1522504800,2),(523,1538229600,1),(523,1554559200,2),(523,1569679200,1),(523,1586008800,2),(523,1601128800,1),(523,1617458400,2),(523,1632578400,1),(523,1648908000,2),(523,1664028000,1),(523,1680357600,2),(523,1695477600,1),(523,1712412000,2),(523,1727532000,1),(523,1743861600,2),(523,1758981600,1),(523,1775311200,2),(523,1790431200,1),(523,1806760800,2),(523,1821880800,1),(523,1838210400,2),(523,1853330400,1),(523,1869660000,2),(523,1885384800,1),(523,1901714400,2),(523,1916834400,1),(523,1933164000,2),(523,1948284000,1),(523,1964613600,2),(523,1979733600,1),(523,1996063200,2),(523,2011183200,1),(523,2027512800,2),(523,2042632800,1),(523,2058962400,2),(523,2074687200,1),(523,2091016800,2),(523,2106136800,1),(523,2122466400,2),(523,2137586400,1),(524,-1633273200,0),(524,-1615132800,1),(524,-1601823600,0),(524,-1583683200,1),(524,-1570374000,0),(524,-1551628800,1),(524,-1538924400,0),(524,-1534089600,1),(524,-880210800,2),(524,-769395600,3),(524,-765388800,1),(524,-147884400,0),(524,-131558400,1),(524,-116434800,0),(524,-100108800,1),(524,-84380400,0),(524,-68659200,1),(524,-52930800,0),(524,-37209600,1),(524,-21481200,0),(524,-5760000,1),(524,9968400,0),(524,25689600,1),(524,41418000,0),(524,57744000,1),(524,73472400,0),(524,89193600,1),(524,104922000,0),(524,120643200,1),(524,126694800,0),(524,152092800,1),(524,162378000,0),(524,183542400,1),(524,199270800,0),(524,215596800,1),(524,230720400,0),(524,247046400,1),(524,262774800,0),(524,278496000,1),(524,294224400,0),(524,309945600,1),(524,325674000,0),(524,341395200,1),(524,357123600,0),(524,372844800,1),(524,388573200,0),(524,404899200,1),(524,420022800,0),(524,436348800,1),(524,452077200,0),(524,467798400,1),(524,483526800,0),(524,499248000,1),(524,514976400,0),(524,530697600,1),(524,544611600,0),(524,562147200,1),(524,576061200,0),(524,594201600,1),(524,607510800,0),(524,625651200,1),(524,638960400,0),(524,657100800,1),(524,671014800,0),(524,688550400,1),(524,702464400,0),(524,720000000,1),(524,733914000,0),(524,752054400,1),(524,765363600,0),(524,783504000,1),(524,796813200,0),(524,814953600,1),(524,828867600,0),(524,846403200,1),(524,860317200,0),(524,877852800,1),(524,891766800,0),(524,909302400,1),(524,923216400,0),(524,941356800,1),(524,954666000,0),(524,972806400,1),(524,986115600,0),(524,1004256000,1),(524,1018170000,0),(524,1035705600,1),(524,1049619600,0),(524,1067155200,1),(524,1081069200,0),(524,1099209600,1),(524,1112518800,0),(524,1130659200,1),(524,1143968400,0),(524,1162108800,1),(524,1173603600,0),(524,1194163200,1),(524,1205053200,0),(524,1225612800,1),(524,1236502800,0),(524,1257062400,1),(524,1268557200,0),(524,1289116800,1),(524,1300006800,0),(524,1320566400,1),(524,1331456400,0),(524,1352016000,1),(524,1362906000,0),(524,1383465600,1),(524,1394355600,0),(524,1414915200,1),(524,1425805200,0),(524,1446364800,1),(524,1457859600,0),(524,1478419200,1),(524,1489309200,0),(524,1509868800,1),(524,1520758800,0),(524,1541318400,1),(524,1552208400,0),(524,1572768000,1),(524,1583658000,0),(524,1604217600,1),(524,1615712400,0),(524,1636272000,1),(524,1647162000,0),(524,1667721600,1),(524,1678611600,0),(524,1699171200,1),(524,1710061200,0),(524,1730620800,1),(524,1741510800,0),(524,1762070400,1),(524,1772960400,0),(524,1793520000,1),(524,1805014800,0),(524,1825574400,1),(524,1836464400,0),(524,1857024000,1),(524,1867914000,0),(524,1888473600,1),(524,1899363600,0),(524,1919923200,1),(524,1930813200,0),(524,1951372800,1),(524,1962867600,0),(524,1983427200,1),(524,1994317200,0),(524,2014876800,1),(524,2025766800,0),(524,2046326400,1),(524,2057216400,0),(524,2077776000,1),(524,2088666000,0),(524,2109225600,1),(524,2120115600,0),(524,2140675200,1),(525,-1600675200,0),(525,-1585904400,1),(525,-933667200,0),(525,-922093200,1),(525,-908870400,0),(525,-888829200,1),(525,-881049600,0),(525,-767869200,1),(525,-745833600,0),(525,-733827600,1),(525,-716889600,0),(525,-699613200,1),(525,-683884800,0),(525,-670669200,1),(525,-652348800,0),(525,-650019600,1),(525,515527200,0),(525,527014800,1),(525,545162400,0),(525,558464400,1),(525,577216800,0),(525,589914000,1),(525,608666400,0),(525,621968400,1),(525,640116000,0),(525,653418000,1),(525,671565600,0),(525,684867600,1),(526,-1633269600,0),(526,-1615129200,1),(526,-1601820000,0),(526,-1583679600,1),(526,-880207200,2),(526,-769395600,3),(526,-765385200,1),(526,-84376800,0),(526,-68655600,1),(526,-52927200,0),(526,-37206000,1),(526,-21477600,0),(526,-5756400,1),(526,9972000,0),(526,25693200,1),(526,41421600,0),(526,57747600,1),(526,73476000,0),(526,89197200,1),(526,104925600,0),(526,120646800,1),(526,126698400,0),(526,152096400,1),(526,162381600,0),(526,183546000,1),(526,199274400,0),(526,215600400,1),(526,230724000,0),(526,247050000,1),(526,262778400,0),(526,278499600,1),(526,294228000,0),(526,309949200,1),(526,325677600,0),(526,341398800,1),(526,357127200,0),(526,372848400,1),(526,388576800,0),(526,404902800,1),(526,420026400,0),(526,436352400,1),(526,452080800,0),(526,467802000,1),(526,483530400,0),(526,499251600,1),(526,514980000,0),(526,530701200,1),(526,544615200,0),(526,562150800,1),(526,576064800,0),(526,594205200,1),(526,607514400,0),(526,625654800,1),(526,638964000,0),(526,657104400,1),(526,671018400,0),(526,688554000,1),(526,702468000,0),(526,720003600,1),(526,733917600,0),(526,752058000,1),(526,765367200,0),(526,783507600,1),(526,796816800,0),(526,814957200,1),(526,828871200,0),(526,846406800,1),(526,860320800,0),(526,877856400,1),(526,891770400,0),(526,909306000,1),(526,923220000,0),(526,941360400,1),(526,954669600,0),(526,972810000,1),(526,986119200,0),(526,1004259600,1),(526,1018173600,0),(526,1035709200,1),(526,1049623200,0),(526,1067158800,1),(526,1081072800,0),(526,1099213200,1),(526,1112522400,0),(526,1130662800,1),(526,1143972000,0),(526,1162112400,1),(526,1173607200,0),(526,1194166800,1),(526,1205056800,0),(526,1225616400,1),(526,1236506400,0),(526,1257066000,1),(526,1268560800,0),(526,1289120400,1),(526,1300010400,0),(526,1320570000,1),(526,1331460000,0),(526,1352019600,1),(526,1362909600,0),(526,1383469200,1),(526,1394359200,0),(526,1414918800,1),(526,1425808800,0),(526,1446368400,1),(526,1457863200,0),(526,1478422800,1),(526,1489312800,0),(526,1509872400,1),(526,1520762400,0),(526,1541322000,1),(526,1552212000,0),(526,1572771600,1),(526,1583661600,0),(526,1604221200,1),(526,1615716000,0),(526,1636275600,1),(526,1647165600,0),(526,1667725200,1),(526,1678615200,0),(526,1699174800,1),(526,1710064800,0),(526,1730624400,1),(526,1741514400,0),(526,1762074000,1),(526,1772964000,0),(526,1793523600,1),(526,1805018400,0),(526,1825578000,1),(526,1836468000,0),(526,1857027600,1),(526,1867917600,0),(526,1888477200,1),(526,1899367200,0),(526,1919926800,1),(526,1930816800,0),(526,1951376400,1),(526,1962871200,0),(526,1983430800,1),(526,1994320800,0),(526,2014880400,1),(526,2025770400,0),(526,2046330000,1),(526,2057220000,0),(526,2077779600,1),(526,2088669600,0),(526,2109229200,1),(526,2120119200,0),(526,2140678800,1),(527,-1861878784,1),(527,-631110600,3),(527,1285498800,2),(527,1301752800,3),(527,1316872800,2),(527,1325239200,5),(527,1333202400,4),(527,1348927200,5),(527,1365256800,4),(527,1380376800,5),(527,1396706400,4),(527,1411826400,5),(527,1428156000,4),(527,1443276000,5),(527,1459605600,4),(527,1474725600,5),(527,1491055200,4),(527,1506175200,5),(527,1522504800,4),(527,1538229600,5),(527,1554559200,4),(527,1569679200,5),(527,1586008800,4),(527,1601128800,5),(527,1617458400,4),(528,-1330335000,0),(528,-1320057000,1),(528,-1300699800,2),(528,-1287396000,1),(528,-1269250200,2),(528,-1255946400,1),(528,-1237800600,2),(528,-1224496800,1),(528,-1206351000,2),(528,-1192442400,1),(528,-1174901400,2),(528,-1160992800,1),(528,-1143451800,2),(528,-1125914400,1),(528,-1112607000,2),(528,-1094464800,1),(528,-1081157400,2),(528,-1063015200,1),(528,-1049707800,2),(528,-1031565600,1),(528,-1018258200,2),(528,-1000116000,1),(528,-986808600,2),(528,-968061600,1),(528,-955359000,2),(528,-936612000,1),(528,-923304600,2),(528,-757425600,5),(528,152632800,3),(528,162309600,4),(528,183477600,3),(528,194968800,4),(528,215532000,3),(528,226418400,4),(528,246981600,3),(528,257868000,4),(528,278431200,3),(528,289317600,4),(528,309880800,3),(528,320767200,4),(528,341330400,3),(528,352216800,4),(528,372780000,3),(528,384271200,4),(528,404834400,3),(528,415720800,4),(528,436284000,3),(528,447170400,4),(528,467733600,3),(528,478620000,4),(528,499183200,3),(528,510069600,4),(528,530632800,3),(528,541519200,4),(528,562082400,3),(528,573573600,4),(528,594136800,3),(528,605023200,4),(528,623772000,3),(528,637682400,4),(528,655221600,3),(528,669132000,4),(528,686671200,3),(528,700581600,4),(528,718120800,3),(528,732636000,4),(528,749570400,3),(528,764085600,4),(528,781020000,3),(528,795535200,4),(528,812469600,3),(528,826984800,4),(528,844524000,3),(528,858434400,4),(528,875973600,3),(528,889884000,4),(528,907423200,3),(528,921938400,4),(528,938872800,3),(528,953388000,4),(528,970322400,3),(528,984837600,4),(528,1002376800,3),(528,1016287200,4),(528,1033826400,3),(528,1047736800,4),(528,1065276000,3),(528,1079791200,4),(528,1096725600,3),(528,1111240800,4),(528,1128175200,3),(528,1142690400,4),(528,1159624800,3),(528,1174140000,4),(528,1191074400,3),(528,1207404000,4),(528,1222524000,3),(528,1238853600,4),(528,1253973600,3),(528,1270303200,4),(528,1285423200,3),(528,1301752800,4),(528,1316872800,3),(528,1333202400,4),(528,1348927200,3),(528,1365256800,4),(528,1380376800,3),(528,1396706400,4),(528,1411826400,3),(528,1428156000,4),(528,1443276000,3),(528,1459605600,4),(528,1474725600,3),(528,1491055200,4),(528,1506175200,3),(528,1522504800,4),(528,1538229600,3),(528,1554559200,4),(528,1569679200,3),(528,1586008800,4),(528,1601128800,3),(528,1617458400,4),(528,1632578400,3),(528,1648908000,4),(528,1664028000,3),(528,1680357600,4),(528,1695477600,3),(528,1712412000,4),(528,1727532000,3),(528,1743861600,4),(528,1758981600,3),(528,1775311200,4),(528,1790431200,3),(528,1806760800,4),(528,1821880800,3),(528,1838210400,4),(528,1853330400,3),(528,1869660000,4),(528,1885384800,3),(528,1901714400,4),(528,1916834400,3),(528,1933164000,4),(528,1948284000,3),(528,1964613600,4),(528,1979733600,3),(528,1996063200,4),(528,2011183200,3),(528,2027512800,4),(528,2042632800,3),(528,2058962400,4),(528,2074687200,3),(528,2091016800,4),(528,2106136800,3),(528,2122466400,4),(528,2137586400,3),(529,-868010400,1),(529,-768906000,0),(529,1419696000,2),(530,-757426500,3),(530,152632800,1),(530,162309600,2),(530,183477600,1),(530,194968800,2),(530,215532000,1),(530,226418400,2),(530,246981600,1),(530,257868000,2),(530,278431200,1),(530,289317600,2),(530,309880800,1),(530,320767200,2),(530,341330400,1),(530,352216800,2),(530,372780000,1),(530,384271200,2),(530,404834400,1),(530,415720800,2),(530,436284000,1),(530,447170400,2),(530,467733600,1),(530,478620000,2),(530,499183200,1),(530,510069600,2),(530,530632800,1),(530,541519200,2),(530,562082400,1),(530,573573600,2),(530,594136800,1),(530,605023200,2),(530,623772000,1),(530,637682400,2),(530,655221600,1),(530,669132000,2),(530,686671200,1),(530,700581600,2),(530,718120800,1),(530,732636000,2),(530,749570400,1),(530,764085600,2),(530,781020000,1),(530,795535200,2),(530,812469600,1),(530,826984800,2),(530,844524000,1),(530,858434400,2),(530,875973600,1),(530,889884000,2),(530,907423200,1),(530,921938400,2),(530,938872800,1),(530,953388000,2),(530,970322400,1),(530,984837600,2),(530,1002376800,1),(530,1016287200,2),(530,1033826400,1),(530,1047736800,2),(530,1065276000,1),(530,1079791200,2),(530,1096725600,1),(530,1111240800,2),(530,1128175200,1),(530,1142690400,2),(530,1159624800,1),(530,1174140000,2),(530,1191074400,1),(530,1207404000,2),(530,1222524000,1),(530,1238853600,2),(530,1253973600,1),(530,1270303200,2),(530,1285423200,1),(530,1301752800,2),(530,1316872800,1),(530,1333202400,2),(530,1348927200,1),(530,1365256800,2),(530,1380376800,1),(530,1396706400,2),(530,1411826400,1),(530,1428156000,2),(530,1443276000,1),(530,1459605600,2),(530,1474725600,1),(530,1491055200,2),(530,1506175200,1),(530,1522504800,2),(530,1538229600,1),(530,1554559200,2),(530,1569679200,1),(530,1586008800,2),(530,1601128800,1),(530,1617458400,2),(530,1632578400,1),(530,1648908000,2),(530,1664028000,1),(530,1680357600,2),(530,1695477600,1),(530,1712412000,2),(530,1727532000,1),(530,1743861600,2),(530,1758981600,1),(530,1775311200,2),(530,1790431200,1),(530,1806760800,2),(530,1821880800,1),(530,1838210400,2),(530,1853330400,1),(530,1869660000,2),(530,1885384800,1),(530,1901714400,2),(530,1916834400,1),(530,1933164000,2),(530,1948284000,1),(530,1964613600,2),(530,1979733600,1),(530,1996063200,2),(530,2011183200,1),(530,2027512800,2),(530,2042632800,1),(530,2058962400,2),(530,2074687200,1),(530,2091016800,2),(530,2106136800,1),(530,2122466400,2),(530,2137586400,1),(531,-1743674400,1),(531,-1606813200,0),(531,-907408800,1),(531,-770634000,0),(532,-1178124152,3),(532,-36619200,1),(532,-23922000,2),(532,-3355200,1),(532,7527600,2),(532,24465600,1),(532,37767600,2),(532,55915200,1),(532,69217200,2),(532,87969600,1),(532,100666800,2),(532,118209600,1),(532,132116400,2),(532,150868800,1),(532,163566000,2),(532,182318400,1),(532,195620400,2),(532,213768000,1),(532,227070000,2),(532,245217600,1),(532,258519600,2),(532,277272000,1),(532,289969200,2),(532,308721600,1),(532,321418800,2),(532,340171200,1),(532,353473200,2),(532,371620800,1),(532,384922800,4),(532,403070400,5),(532,416372400,4),(532,434520000,5),(532,447822000,4),(532,466574400,5),(532,479271600,4),(532,498024000,5),(532,510721200,4),(532,529473600,5),(532,545194800,4),(532,560923200,5),(532,574225200,4),(532,592372800,5),(532,605674800,4),(532,624427200,5),(532,637124400,4),(532,653457600,5),(532,668574000,4),(532,687326400,5),(532,700628400,4),(532,718776000,5),(532,732078000,4),(532,750225600,5),(532,763527600,4),(532,781675200,5),(532,794977200,4),(532,813729600,5),(532,826426800,4),(532,845179200,5),(532,859690800,4),(532,876628800,5),(532,889930800,4),(532,906868800,5),(532,923194800,4),(532,939528000,5),(532,952830000,4),(532,971582400,5),(532,984279600,4),(532,1003032000,5),(532,1015729200,4),(532,1034481600,5),(532,1047178800,4),(532,1065931200,5),(532,1079233200,4),(532,1097380800,5),(532,1110682800,4),(532,1128830400,5),(532,1142132400,4),(532,1160884800,5),(532,1173582000,4),(532,1192334400,5),(532,1206846000,4),(532,1223784000,5),(532,1237086000,4),(532,1255233600,5),(532,1270350000,4),(532,1286683200,5),(532,1304823600,4),(532,1313899200,5),(532,1335668400,4),(532,1346558400,5),(532,1367118000,4),(532,1378612800,5),(532,1398567600,4),(532,1410062400,5),(532,1463281200,4),(532,1471147200,5),(532,1494730800,4),(532,1502596800,5),(532,1526180400,4),(532,1534046400,5),(532,1554606000,4),(532,1567915200,5),(532,1586055600,4),(532,1599364800,5),(532,1617505200,4),(532,1630814400,5),(532,1648954800,4),(532,1662264000,5),(532,1680404400,4),(532,1693713600,5),(532,1712458800,4),(532,1725768000,5),(532,1743908400,4),(532,1757217600,5),(532,1775358000,4),(532,1788667200,5),(532,1806807600,4),(532,1820116800,5),(532,1838257200,4),(532,1851566400,5),(532,1870311600,4),(532,1883016000,5),(532,1901761200,4),(532,1915070400,5),(532,1933210800,4),(532,1946520000,5),(532,1964660400,4),(532,1977969600,5),(532,1996110000,4),(532,2009419200,5),(532,2027559600,4),(532,2040868800,5),(532,2059614000,4),(532,2072318400,5),(532,2091063600,4),(532,2104372800,5),(532,2122513200,4),(532,2135822400,5),(533,-1829387596,4),(533,125409600,1),(533,133876800,2),(533,433256400,3),(533,448977600,4),(533,464706000,3),(533,480427200,4),(533,496760400,3),(533,511876800,4),(533,528210000,3),(533,543931200,4),(533,559659600,3),(533,575380800,4),(533,591109200,3),(533,606830400,4),(533,622558800,3),(533,638280000,4),(533,654008400,3),(533,669729600,4),(533,686062800,3),(533,696340800,4),(533,719931600,3),(533,727790400,4),(534,-1020470400,1),(534,307627200,2),(534,788871600,3),(535,1325242800,1),(536,-1709985344,2),(536,909842400,1),(536,920124000,2),(536,941896800,1),(536,951573600,2),(536,1259416800,1),(536,1269698400,2),(536,1287842400,1),(536,1299333600,2),(536,1319292000,1),(536,1327154400,2),(536,1350741600,1),(536,1358604000,2),(536,1382796000,1),(536,1390050000,2),(536,1414850400,1),(536,1421503200,2),(536,1446300000,1),(536,1452952800,2),(536,1478354400,1),(536,1484402400,2),(536,1509804000,1),(536,1515852000,2),(536,1541253600,1),(536,1547301600,2),(536,1573308000,1),(536,1578751200,2),(536,1608386400,1),(536,1610805600,2),(536,1668261600,1),(536,1673704800,2),(536,1699711200,1),(536,1705154400,2),(536,1731160800,1),(536,1736604000,2),(536,1762610400,1),(536,1768658400,2),(536,1794060000,1),(536,1800108000,2),(536,1826114400,1),(536,1831557600,2),(536,1857564000,1),(536,1863007200,2),(536,1889013600,1),(536,1894456800,2),(536,1920463200,1),(536,1925906400,2),(536,1951912800,1),(536,1957960800,2),(536,1983967200,1),(536,1989410400,2),(536,2015416800,1),(536,2020860000,2),(536,2046866400,1),(536,2052309600,2),(536,2078316000,1),(536,2083759200,2),(536,2109765600,1),(536,2115813600,2),(536,2141215200,1),(536,2147263200,2),(538,-1230746496,1),(538,504939600,3),(538,722930400,2),(538,728888400,3),(539,-1806678012,1),(540,-1806748788,1),(541,-885549600,1),(541,-802256400,0),(541,-331891200,2),(541,-281610000,0),(541,-73728000,2),(541,-29415540,0),(541,-16704000,2),(541,-10659600,0),(541,9907200,2),(541,21394800,0),(541,41356800,2),(541,52844400,0),(541,124819200,2),(541,130863600,0),(541,201888000,2),(541,209487660,0),(541,230659200,2),(541,241542000,0),(541,977493600,3),(542,-1157283000,1),(542,-1155436200,0),(542,-880198200,2),(542,-769395600,3),(542,-765376200,0),(542,-712150200,4),(543,-1157283000,1),(543,-1155436200,0),(543,-880198200,2),(543,-769395600,3),(543,-765376200,0),(543,-712150200,4),(544,-1020470400,1),(544,307627200,2),(544,788871600,3),(545,307622400,1),(545,788868000,2),(546,-1743678000,1),(546,-1606813200,0),(546,-1041418800,2),(546,-907408800,1),(546,-770634000,0),(546,-7988400,3),(546,915105600,0),(547,-1041418800,1),(547,-907408800,2),(547,-817462800,0),(547,-7988400,3),(547,745934400,4),(548,-1743678000,1),(548,-1606813200,0),(548,-1041418800,2),(548,-907408800,1),(548,-818067600,0),(548,-7988400,3),(549,-1806676920,1),(550,-1861879032,1),(551,-1545131260,1),(551,-862918200,2),(551,-767350800,1),(551,287418600,3),(552,-543069620,1),(552,-173623200,2),(553,-599656320,1),(553,152029800,2),(553,162916200,3),(553,1443882600,4),(553,1561899600,6),(553,1570287600,5),(553,1586012400,4),(553,1601737200,5),(553,1617462000,4),(553,1633186800,5),(553,1648911600,4),(553,1664636400,5),(553,1680361200,4),(553,1696086000,5),(553,1712415600,4),(553,1728140400,5),(553,1743865200,4),(553,1759590000,5),(553,1775314800,4),(553,1791039600,5),(553,1806764400,4),(553,1822489200,5),(553,1838214000,4),(553,1853938800,5),(553,1869663600,4),(553,1885993200,5),(553,1901718000,4),(553,1917442800,5),(553,1933167600,4),(553,1948892400,5),(553,1964617200,4),(553,1980342000,5),(553,1996066800,4),(553,2011791600,5),(553,2027516400,4),(553,2043241200,5),(553,2058966000,4),(553,2075295600,5),(553,2091020400,4),(553,2106745200,5),(553,2122470000,4),(553,2138194800,5),(554,-1829387148,2),(554,250002000,1),(554,257342400,2),(554,281451600,1),(554,288878400,2),(554,849366000,3),(554,857228400,4),(555,-1861879032,1),(557,893665800,1),(558,-1743678000,1),(558,-1606813200,0),(558,-1041418800,2),(558,-907408800,1),(558,-770634000,0),(559,-1743678000,1),(559,-1606813200,0),(559,-1041418800,2),(559,-907408800,1),(559,-770634000,0),(561,-543072056,1),(561,279714600,3),(561,289387800,2),(561,309952800,3),(561,320837400,2),(561,341402400,3),(561,352287000,2),(561,372852000,3),(561,384341400,2),(561,404906400,3),(561,415791000,2),(561,436356000,3),(561,447240600,2),(561,467805600,3),(561,478690200,2),(561,499255200,3),(561,510139800,2),(561,530704800,3),(561,541589400,2),(561,562154400,3),(561,573643800,2),(561,594208800,3),(561,605093400,2),(561,625658400,3),(561,636543000,2),(561,657108000,3),(561,667992600,2),(562,-885549600,1),(562,-802256400,0),(562,-331891200,2),(562,-281610000,0),(562,-73728000,2),(562,-29415540,0),(562,-16704000,2),(562,-10659600,0),(562,9907200,2),(562,21394800,0),(562,41356800,2),(562,52844400,0),(562,124819200,2),(562,130863600,0),(562,201888000,2),(562,209487660,0),(562,230659200,2),(562,241542000,0),(562,977493600,3),(563,-1861879032,1),(564,-1806674504,1),(566,-767189952,1),(566,-284041200,2),(566,939214800,3),(566,953384400,4),(566,973342800,5),(566,980596800,2),(566,1004792400,5),(566,1012046400,2),(566,1478350800,5),(566,1484398800,2),(567,-1743674400,1),(567,-1606813200,0),(567,-907408800,1),(567,-770634000,0),(570,-1743674400,1),(570,-1606813200,0),(570,-907408800,1),(570,-770634000,0),(571,-1717032240,2),(571,-1693706400,1),(571,-1680483600,2),(571,-1663455600,3),(571,-1650150000,4),(571,-1632006000,3),(571,-1618700400,7),(571,-1600473600,5),(571,-1587168000,6),(571,-1501725600,2),(571,-931734000,1),(571,-857257200,4),(571,-844556400,3),(571,-828226800,4),(571,-812502000,3),(571,-796874400,1),(571,-796608000,2),(571,-778726800,1),(571,-762660000,2),(571,-748486800,3),(571,-733273200,4),(571,-715215600,3),(571,-701910000,4),(571,-684975600,3),(571,-670460400,4),(571,-654130800,3),(571,-639010800,4),(571,-397094400,3),(571,-386812800,4),(571,-371088000,3),(571,-355363200,4),(571,-334195200,3),(571,-323308800,4),(571,-307584000,3),(571,-291859200,4),(571,-271296000,3),(571,-260409600,4),(571,-239846400,3),(571,-228960000,4),(571,-208396800,3),(571,-197510400,4),(571,-176342400,3),(571,-166060800,4),(571,220921200,2),(571,228873600,3),(571,243993600,4),(571,260323200,3),(571,276048000,4),(571,291772800,3),(571,307497600,4),(571,323827200,3),(571,338947200,4),(571,354672000,3),(571,370396800,4),(571,386121600,3),(571,401846400,4),(571,417571200,3),(571,433296000,4),(571,449020800,3),(571,465350400,4),(571,481075200,3),(571,496800000,4),(571,512524800,3),(571,528249600,4),(571,543974400,3),(571,559699200,4),(571,567990000,2),(571,575427600,8),(571,591152400,9),(571,606877200,8),(571,622602000,9),(571,638326800,8),(571,654656400,9),(571,670381200,8),(571,686106000,9),(571,701830800,8),(571,717555600,9),(571,733280400,8),(571,749005200,9),(571,764730000,8),(571,780454800,9),(571,796179600,8),(571,811904400,9),(571,828234000,8),(571,846378000,9),(571,859683600,8),(571,877827600,9),(571,891133200,8),(571,909277200,9),(571,922582800,8),(571,941331600,9),(571,954032400,8),(571,972781200,9),(571,985482000,8),(571,1004230800,9),(571,1017536400,8),(571,1035680400,9),(571,1048986000,8),(571,1067130000,9),(571,1080435600,8),(571,1099184400,9),(571,1111885200,8),(571,1130634000,9),(571,1143334800,8),(571,1162083600,9),(571,1174784400,8),(571,1193533200,9),(571,1206838800,8),(571,1224982800,9),(571,1238288400,8),(571,1256432400,9),(571,1269738000,8),(571,1288486800,9),(571,1301187600,8),(571,1319936400,9),(571,1332637200,8),(571,1351386000,9),(571,1364691600,8),(571,1382835600,9),(571,1396141200,8),(571,1414285200,9),(571,1427590800,8),(571,1445734800,9),(571,1459040400,8),(571,1477789200,9),(571,1490490000,8),(571,1509238800,9),(571,1521939600,8),(571,1540688400,9),(571,1553994000,8),(571,1572138000,9),(571,1585443600,8),(571,1603587600,9),(571,1616893200,8),(571,1635642000,9),(571,1648342800,8),(571,1667091600,9),(571,1679792400,8),(571,1698541200,9),(571,1711846800,8),(571,1729990800,9),(571,1743296400,8),(571,1761440400,9),(571,1774746000,8),(571,1792890000,9),(571,1806195600,8),(571,1824944400,9),(571,1837645200,8),(571,1856394000,9),(571,1869094800,8),(571,1887843600,9),(571,1901149200,8),(571,1919293200,9),(571,1932598800,8),(571,1950742800,9),(571,1964048400,8),(571,1982797200,9),(571,1995498000,8),(571,2014246800,9),(571,2026947600,8),(571,2045696400,9),(571,2058397200,8),(571,2077146000,9),(571,2090451600,8),(571,2108595600,9),(571,2121901200,8),(571,2140045200,9),(572,-1830384000,6),(572,-1689555600,1),(572,-1677801600,2),(572,-1667437200,3),(572,-1647738000,4),(572,-1635814800,3),(572,-1616202000,4),(572,-1604365200,3),(572,-1584666000,4),(572,-1572742800,3),(572,-1553043600,4),(572,-1541206800,3),(572,-1521507600,4),(572,-1442451600,3),(572,-1426813200,4),(572,-1379293200,3),(572,-1364778000,4),(572,-1348448400,3),(572,-1333328400,4),(572,-1316394000,3),(572,-1301274000,4),(572,-1284339600,3),(572,-1269824400,4),(572,-1221440400,3),(572,-1206925200,4),(572,-1191200400,3),(572,-1175475600,4),(572,-1127696400,3),(572,-1111971600,4),(572,-1096851600,3),(572,-1080522000,4),(572,-1063587600,3),(572,-1049072400,4),(572,-1033347600,3),(572,-1017622800,4),(572,-1002502800,3),(572,-986173200,4),(572,-969238800,3),(572,-950490000,4),(572,-942022800,3),(572,-922669200,4),(572,-906944400,3),(572,-891133200,4),(572,-877309200,3),(572,-873684000,5),(572,-864007200,3),(572,-857955600,4),(572,-845859600,3),(572,-842839200,5),(572,-831348000,3),(572,-825901200,4),(572,-814410000,3),(572,-810784800,5),(572,-799898400,3),(572,-794451600,4),(572,-782960400,3),(572,-779335200,5),(572,-768448800,3),(572,-763002000,4),(572,-749091600,3),(572,-733366800,4),(572,-717631200,3),(572,-701906400,4),(572,-686181600,3),(572,-670456800,4),(572,-654732000,3),(572,-639007200,4),(572,-623282400,3),(572,-607557600,4),(572,-591832800,3),(572,-575503200,4),(572,-559778400,3),(572,-544053600,4),(572,-528328800,3),(572,-512604000,4),(572,-496879200,3),(572,-481154400,4),(572,-465429600,3),(572,-449704800,4),(572,-433980000,3),(572,-417650400,4),(572,-401925600,3),(572,-386200800,4),(572,-370476000,3),(572,-354751200,4),(572,-339026400,3),(572,-323301600,4),(572,-307576800,3),(572,-291852000,4),(572,-276127200,3),(572,-260402400,4),(572,-244677600,3),(572,-228348000,4),(572,-212623200,3),(572,-196898400,4),(572,-181173600,3),(572,-165448800,4),(572,-149724000,3),(572,-133999200,4),(572,-118274400,7),(572,212544000,2),(572,228268800,3),(572,243993600,4),(572,260323200,3),(572,276048000,4),(572,291772800,3),(572,307501200,4),(572,323222400,3),(572,338950800,4),(572,354675600,3),(572,370400400,4),(572,386125200,3),(572,401850000,4),(572,417578400,3),(572,433299600,4),(572,449024400,3),(572,465354000,4),(572,481078800,3),(572,496803600,4),(572,512528400,3),(572,528253200,4),(572,543978000,3),(572,559702800,4),(572,575427600,3),(572,591152400,4),(572,606877200,3),(572,622602000,4),(572,638326800,3),(572,654656400,4),(572,670381200,3),(572,686106000,4),(572,701830800,3),(572,717555600,8),(572,733280400,9),(572,749005200,8),(572,764730000,9),(572,780454800,8),(572,796179600,9),(572,811904400,8),(572,828234000,10),(572,846378000,6),(572,859683600,10),(572,877827600,6),(572,891133200,10),(572,909277200,6),(572,922582800,10),(572,941331600,6),(572,954032400,10),(572,972781200,6),(572,985482000,10),(572,1004230800,6),(572,1017536400,10),(572,1035680400,6),(572,1048986000,10),(572,1067130000,6),(572,1080435600,10),(572,1099184400,6),(572,1111885200,10),(572,1130634000,6),(572,1143334800,10),(572,1162083600,6),(572,1174784400,10),(572,1193533200,6),(572,1206838800,10),(572,1224982800,6),(572,1238288400,10),(572,1256432400,6),(572,1269738000,10),(572,1288486800,6),(572,1301187600,10),(572,1319936400,6),(572,1332637200,10),(572,1351386000,6),(572,1364691600,10),(572,1382835600,6),(572,1396141200,10),(572,1414285200,6),(572,1427590800,10),(572,1445734800,6),(572,1459040400,10),(572,1477789200,6),(572,1490490000,10),(572,1509238800,6),(572,1521939600,10),(572,1540688400,6),(572,1553994000,10),(572,1572138000,6),(572,1585443600,10),(572,1603587600,6),(572,1616893200,10),(572,1635642000,6),(572,1648342800,10),(572,1667091600,6),(572,1679792400,10),(572,1698541200,6),(572,1711846800,10),(572,1729990800,6),(572,1743296400,10),(572,1761440400,6),(572,1774746000,10),(572,1792890000,6),(572,1806195600,10),(572,1824944400,6),(572,1837645200,10),(572,1856394000,6),(572,1869094800,10),(572,1887843600,6),(572,1901149200,10),(572,1919293200,6),(572,1932598800,10),(572,1950742800,6),(572,1964048400,10),(572,1982797200,6),(572,1995498000,10),(572,2014246800,6),(572,2026947600,10),(572,2045696400,6),(572,2058397200,10),(572,2077146000,6),(572,2090451600,10),(572,2108595600,6),(572,2121901200,10),(572,2140045200,6),(573,-1017820800,1),(573,-766224000,0),(573,-745833600,2),(573,-733827600,0),(573,-716889600,2),(573,-699613200,0),(573,-683884800,2),(573,-670669200,0),(573,-652348800,2),(573,-639133200,0),(573,-620812800,2),(573,-607597200,0),(573,-589276800,2),(573,-576061200,0),(573,-562924800,2),(573,-541760400,0),(573,-528710400,2),(573,-510224400,0),(573,-497174400,2),(573,-478688400,0),(573,-465638400,2),(573,-449830800,0),(573,-434016000,2),(573,-418208400,0),(573,-402480000,2),(573,-386672400,0),(573,-370944000,2),(573,-355136400,0),(573,-339408000,2),(573,-323600400,0),(573,-302515200,2),(573,-291978000,0),(573,-270979200,2),(573,-260442000,0),(573,133977600,2),(573,149785200,0),(573,165513600,2),(573,181321200,0),(573,299606400,2),(573,307551600,0),(574,-1948782472,1),(574,-1830414600,2),(574,-767350800,4),(574,-681210000,3),(574,-672228000,4),(574,-654771600,3),(574,-640864800,4),(574,-623408400,3),(574,-609415200,4),(574,-588848400,3),(574,-577965600,4),(574,-498128400,1),(574,-462702600,5),(574,-451733400,1),(574,-429784200,5),(574,-418296600,1),(574,-399544200,5),(574,-387451800,1),(574,-368094600,5),(574,-356002200,1),(574,-336645000,5),(574,-324552600,1),(574,-305195400,5),(574,-293103000,1),(574,-264933000,4),(574,547578000,3),(574,560883600,4),(574,579027600,3),(574,592333200,4),(575,-2038200925,1),(575,-1167634800,2),(575,-1073028000,3),(575,-894180000,4),(575,-879665400,5),(575,-767005200,4),(575,378664200,6),(576,-1869875816,2),(576,-1693706400,1),(576,-1680490800,2),(576,-1570413600,1),(576,-1552186800,2),(576,-1538359200,1),(576,-1522551600,2),(576,-1507514400,1),(576,-1490583600,2),(576,-1440208800,1),(576,-1428030000,2),(576,-1409709600,1),(576,-1396494000,2),(576,-931053600,1),(576,-922676400,2),(576,-917834400,1),(576,-892436400,2),(576,-875844000,1),(576,-764737200,2),(576,-744343200,1),(576,-733806000,2),(576,-716436000,1),(576,-701924400,2),(576,-684986400,1),(576,-670474800,2),(576,-654141600,1),(576,-639025200,2),(576,-622087200,1),(576,-606970800,2),(576,-590032800,1),(576,-575521200,2),(576,-235620000,1),(576,-194842800,2),(576,-177732000,1),(576,-165726000,2),(576,107910000,1),(576,121215600,2),(576,133920000,1),(576,152665200,2),(576,164678400,1),(576,184114800,2),(576,196214400,1),(576,215564400,2),(576,228873600,1),(576,245804400,2),(576,260323200,1),(576,267915600,3),(576,428454000,4),(576,433893600,3),(576,468111600,2),(576,482799600,5),(576,496710000,6),(576,512521200,5),(576,528246000,6),(576,543970800,5),(576,559695600,6),(576,575420400,5),(576,591145200,6),(576,606870000,5),(576,622594800,6),(576,638319600,5),(576,654649200,6),(576,670374000,5),(576,686098800,6),(576,701823600,5),(576,717548400,6),(576,733273200,5),(576,748998000,6),(576,764118000,5),(576,780447600,6),(576,796172400,5),(576,811897200,6),(576,828226800,5),(576,846370800,6),(576,859676400,5),(576,877820400,6),(576,891126000,5),(576,909270000,6),(576,922575600,5),(576,941324400,6),(576,954025200,5),(576,972774000,6),(576,985474800,5),(576,1004223600,6),(576,1017529200,5),(576,1035673200,6),(576,1048978800,5),(576,1067122800,6),(576,1080428400,5),(576,1099177200,6),(576,1111878000,5),(576,1130626800,6),(576,1143327600,5),(576,1162076400,6),(576,1167602400,2),(576,1174784400,7),(576,1193533200,8),(576,1206838800,7),(576,1224982800,8),(576,1238288400,7),(576,1256432400,8),(576,1269738000,7),(576,1288486800,8),(576,1301274000,7),(576,1319936400,8),(576,1332637200,7),(576,1351386000,8),(576,1364691600,7),(576,1382835600,8),(576,1396227600,7),(576,1414285200,8),(576,1427590800,7),(576,1446944400,8),(576,1459040400,7),(576,1473195600,3),(578,-880200000,1),(578,-769395600,2),(578,-765378000,0),(578,-86882400,3),(578,-21470400,4),(578,-5749200,3),(578,9979200,4),(578,25700400,3),(578,41428800,4),(578,57754800,3),(578,73483200,4),(578,89204400,3),(578,104932800,4),(578,120654000,3),(578,126705600,4),(578,152103600,3),(578,162388800,4),(578,183553200,3),(578,199281600,4),(578,215607600,3),(578,230731200,4),(578,247057200,3),(578,262785600,4),(578,278506800,3),(578,294235200,4),(578,309956400,3),(578,325684800,4),(578,341406000,3),(578,357134400,4),(578,372855600,3),(578,388584000,4),(578,404910000,3),(578,420033600,4),(578,436359600,5),(578,439030800,7),(578,452084400,6),(578,467805600,7),(578,483534000,6),(578,499255200,7),(578,514983600,6),(578,530704800,7),(578,544618800,6),(578,562154400,7),(578,576068400,6),(578,594208800,7),(578,607518000,6),(578,625658400,7),(578,638967600,6),(578,657108000,7),(578,671022000,6),(578,688557600,7),(578,702471600,6),(578,720007200,7),(578,733921200,6),(578,752061600,7),(578,765370800,6),(578,783511200,7),(578,796820400,6),(578,814960800,7),(578,828874800,6),(578,846410400,7),(578,860324400,6),(578,877860000,7),(578,891774000,6),(578,909309600,7),(578,923223600,6),(578,941364000,7),(578,954673200,6),(578,972813600,7),(578,986122800,6),(578,1004263200,7),(578,1018177200,6),(578,1035712800,7),(578,1049626800,6),(578,1067162400,7),(578,1081076400,6),(578,1099216800,7),(578,1112526000,6),(578,1130666400,7),(578,1143975600,6),(578,1162116000,7),(578,1173610800,6),(578,1194170400,7),(578,1205060400,6),(578,1225620000,7),(578,1236510000,6),(578,1257069600,7),(578,1268564400,6),(578,1289124000,7),(578,1300014000,6),(578,1320573600,7),(578,1331463600,6),(578,1352023200,7),(578,1362913200,6),(578,1383472800,7),(578,1394362800,6),(578,1414922400,7),(578,1425812400,6),(578,1446372000,7),(578,1457866800,6),(578,1478426400,7),(578,1489316400,6),(578,1509876000,7),(578,1520766000,6),(578,1541325600,7),(578,1552215600,6),(578,1572775200,7),(578,1583665200,6),(578,1604224800,7),(578,1615719600,6),(578,1636279200,7),(578,1647169200,6),(578,1667728800,7),(578,1678618800,6),(578,1699178400,7),(578,1710068400,6),(578,1730628000,7),(578,1741518000,6),(578,1762077600,7),(578,1772967600,6),(578,1793527200,7),(578,1805022000,6),(578,1825581600,7),(578,1836471600,6),(578,1857031200,7),(578,1867921200,6),(578,1888480800,7),(578,1899370800,6),(578,1919930400,7),(578,1930820400,6),(578,1951380000,7),(578,1962874800,6),(578,1983434400,7),(578,1994324400,6),(578,2014884000,7),(578,2025774000,6),(578,2046333600,7),(578,2057223600,6),(578,2077783200,7),(578,2088673200,6),(578,2109232800,7),(578,2120122800,6),(578,2140682400,7),(579,-880196400,1),(579,-769395600,2),(579,-765374400,0),(579,-86878800,3),(579,-21466800,4),(579,-5745600,3),(579,9982800,4),(579,25704000,3),(579,41432400,4),(579,57758400,3),(579,73486800,4),(579,89208000,3),(579,104936400,4),(579,120657600,3),(579,126709200,4),(579,152107200,3),(579,162392400,4),(579,183556800,3),(579,199285200,4),(579,215611200,3),(579,230734800,4),(579,247060800,3),(579,262789200,4),(579,278510400,3),(579,294238800,4),(579,309960000,3),(579,325688400,4),(579,341409600,3),(579,357138000,4),(579,372859200,3),(579,388587600,4),(579,404913600,3),(579,420037200,4),(579,436363200,5),(579,439034400,7),(579,452088000,6),(579,467809200,7),(579,483537600,6),(579,499258800,7),(579,514987200,6),(579,530708400,7),(579,544622400,6),(579,562158000,7),(579,576072000,6),(579,594212400,7),(579,607521600,6),(579,625662000,7),(579,638971200,6),(579,657111600,7),(579,671025600,6),(579,688561200,7),(579,702475200,6),(579,720010800,7),(579,733924800,6),(579,752065200,7),(579,765374400,6),(579,783514800,7),(579,796824000,6),(579,814964400,7),(579,828878400,6),(579,846414000,7),(579,860328000,6),(579,877863600,7),(579,891777600,6),(579,909313200,7),(579,923227200,6),(579,941367600,7),(579,954676800,6),(579,972817200,7),(579,986126400,6),(579,1004266800,7),(579,1018180800,6),(579,1035716400,7),(579,1049630400,6),(579,1067166000,7),(579,1081080000,6),(579,1099220400,7),(579,1112529600,6),(579,1130670000,7),(579,1143979200,6),(579,1162119600,7),(579,1173614400,6),(579,1194174000,7),(579,1205064000,6),(579,1225623600,7),(579,1236513600,6),(579,1257073200,7),(579,1268568000,6),(579,1289127600,7),(579,1300017600,6),(579,1320577200,7),(579,1331467200,6),(579,1352026800,7),(579,1362916800,6),(579,1383476400,7),(579,1394366400,6),(579,1414926000,7),(579,1425816000,6),(579,1446375600,7),(579,1457870400,6),(579,1478430000,7),(579,1489320000,6),(579,1509879600,7),(579,1520769600,6),(579,1541329200,7),(579,1552219200,6),(579,1572778800,7),(579,1583668800,6),(579,1604228400,7),(579,1615723200,6),(579,1636282800,7),(579,1647172800,6),(579,1667732400,7),(579,1678622400,6),(579,1699182000,7),(579,1710072000,6),(579,1730631600,7),(579,1741521600,6),(579,1762081200,7),(579,1772971200,6),(579,1793530800,7),(579,1805025600,6),(579,1825585200,7),(579,1836475200,6),(579,1857034800,7),(579,1867924800,6),(579,1888484400,7),(579,1899374400,6),(579,1919934000,7),(579,1930824000,6),(579,1951383600,7),(579,1962878400,6),(579,1983438000,7),(579,1994328000,6),(579,2014887600,7),(579,2025777600,6),(579,2046337200,7),(579,2057227200,6),(579,2077786800,7),(579,2088676800,6),(579,2109236400,7),(579,2120126400,6),(579,2140686000,7),(580,-1633273200,0),(580,-1615132800,1),(580,-1601823600,0),(580,-1583683200,1),(580,-880210800,2),(580,-820519140,1),(580,-812653140,2),(580,-796845540,1),(580,-84380400,0),(580,-68659200,1),(581,-1633276800,0),(581,-1615136400,1),(581,-1601827200,0),(581,-1583686800,1),(581,-1563724800,0),(581,-1551632400,1),(581,-1538928000,0),(581,-1520182800,1),(581,-1504454400,0),(581,-1491757200,1),(581,-1473004800,0),(581,-1459702800,1),(581,-1441555200,0),(581,-1428253200,1),(581,-1410105600,0),(581,-1396803600,1),(581,-1378656000,0),(581,-1365354000,1),(581,-1347206400,0),(581,-1333904400,1),(581,-1315152000,0),(581,-1301850000,1),(581,-1283702400,0),(581,-1270400400,1),(581,-1252252800,0),(581,-1238950800,1),(581,-1220803200,0),(581,-1207501200,1),(581,-1189353600,0),(581,-1176051600,1),(581,-1157299200,0),(581,-1144602000,1),(581,-1125849600,0),(581,-1112547600,1),(581,-1094400000,0),(581,-1081098000,1),(581,-1067788800,2),(581,-1045414800,1),(581,-1031500800,0),(581,-1018198800,1),(581,-1000051200,0),(581,-986749200,1),(581,-967996800,0),(581,-955299600,1),(581,-936547200,0),(581,-923245200,1),(581,-905097600,0),(581,-891795600,1),(581,-880214400,3),(581,-769395600,4),(581,-765392400,1),(581,-747244800,0),(581,-733942800,1),(581,-715795200,0),(581,-702493200,1),(581,-684345600,0),(581,-671043600,1),(581,-652896000,0),(581,-639594000,1),(581,-620841600,0),(581,-608144400,1),(581,-589392000,0),(581,-576090000,1),(581,-557942400,0),(581,-544640400,1),(581,-526492800,0),(581,-513190800,1),(581,-495043200,0),(581,-481741200,1),(581,-463593600,0),(581,-447267600,1),(581,-431539200,0),(581,-415818000,1),(581,-400089600,0),(581,-384368400,1),(581,-368640000,0),(581,-352918800,1),(581,-337190400,0),(581,-321469200,1),(581,-305740800,0),(581,-289414800,1),(581,-273686400,0),(581,-257965200,1),(581,-242236800,0),(581,-226515600,1),(581,-210787200,0),(581,-195066000,1),(581,-179337600,0),(581,-163616400,1),(581,-147888000,0),(581,-131562000,1),(581,-116438400,0),(581,-100112400,1),(581,-84384000,0),(581,-68662800,1),(581,-52934400,0),(581,-37213200,1),(581,-21484800,0),(581,-5763600,1),(581,9964800,0),(581,25686000,1),(581,41414400,0),(581,57740400,1),(581,73468800,0),(581,89190000,1),(581,104918400,0),(581,120639600,1),(581,126691200,0),(581,152089200,1),(581,162374400,0),(581,183538800,1),(581,199267200,0),(581,215593200,1),(581,230716800,0),(581,247042800,1),(581,262771200,0),(581,278492400,1),(581,294220800,0),(581,309942000,1),(581,325670400,0),(581,341391600,1),(581,357120000,0),(581,372841200,1),(581,388569600,0),(581,404895600,1),(581,420019200,0),(581,436345200,1),(581,452073600,0),(581,467794800,1),(581,483523200,0),(581,499244400,1),(581,514972800,0),(581,530694000,1),(581,544608000,0),(581,562143600,1),(581,576057600,0),(581,594198000,1),(581,607507200,0),(581,625647600,1),(581,638956800,0),(581,657097200,1),(581,671011200,0),(581,688546800,1),(581,702460800,0),(581,719996400,1),(581,733910400,0),(581,752050800,1),(581,765360000,0),(581,783500400,1),(581,796809600,0),(581,814950000,1),(581,828864000,0),(581,846399600,1),(581,860313600,0),(581,877849200,1),(581,891763200,0),(581,909298800,1),(581,923212800,0),(581,941353200,1),(581,954662400,0),(581,972802800,1),(581,986112000,0),(581,1004252400,1),(581,1018166400,0),(581,1035702000,1),(581,1049616000,0),(581,1067151600,1),(581,1081065600,0),(581,1099206000,1),(581,1112515200,0),(581,1130655600,1),(581,1143964800,0),(581,1162105200,1),(581,1173600000,0),(581,1194159600,1),(581,1205049600,0),(581,1225609200,1),(581,1236499200,0),(581,1257058800,1),(581,1268553600,0),(581,1289113200,1),(581,1300003200,0),(581,1320562800,1),(581,1331452800,0),(581,1352012400,1),(581,1362902400,0),(581,1383462000,1),(581,1394352000,0),(581,1414911600,1),(581,1425801600,0),(581,1446361200,1),(581,1457856000,0),(581,1478415600,1),(581,1489305600,0),(581,1509865200,1),(581,1520755200,0),(581,1541314800,1),(581,1552204800,0),(581,1572764400,1),(581,1583654400,0),(581,1604214000,1),(581,1615708800,0),(581,1636268400,1),(581,1647158400,0),(581,1667718000,1),(581,1678608000,0),(581,1699167600,1),(581,1710057600,0),(581,1730617200,1),(581,1741507200,0),(581,1762066800,1),(581,1772956800,0),(581,1793516400,1),(581,1805011200,0),(581,1825570800,1),(581,1836460800,0),(581,1857020400,1),(581,1867910400,0),(581,1888470000,1),(581,1899360000,0),(581,1919919600,1),(581,1930809600,0),(581,1951369200,1),(581,1962864000,0),(581,1983423600,1),(581,1994313600,0),(581,2014873200,1),(581,2025763200,0),(581,2046322800,1),(581,2057212800,0),(581,2077772400,1),(581,2088662400,0),(581,2109222000,1),(581,2120112000,0),(581,2140671600,1),(582,-1633276800,0),(582,-1615136400,1),(582,-1601827200,0),(582,-1583686800,1),(582,-900259200,0),(582,-891795600,1),(582,-880214400,2),(582,-769395600,3),(582,-765392400,1),(582,-747244800,0),(582,-733942800,1),(582,-715795200,0),(582,-702493200,1),(582,-684345600,0),(582,-671043600,1),(582,-652896000,0),(582,-639594000,1),(582,-620841600,0),(582,-608144400,1),(582,-589392000,0),(582,-576090000,1),(582,-557942400,0),(582,-544640400,1),(582,-526492800,0),(582,-513190800,1),(582,-495043200,0),(582,-481741200,1),(582,-463593600,4),(582,-386787600,1),(582,-368640000,4),(582,-21488400,5),(582,-5767200,4),(582,9961200,5),(582,25682400,4),(582,1143961200,5),(582,1162101600,4),(582,1173596400,5),(582,1194156000,4),(582,1205046000,5),(582,1225605600,4),(582,1236495600,5),(582,1257055200,4),(582,1268550000,5),(582,1289109600,4),(582,1299999600,5),(582,1320559200,4),(582,1331449200,5),(582,1352008800,4),(582,1362898800,5),(582,1383458400,4),(582,1394348400,5),(582,1414908000,4),(582,1425798000,5),(582,1446357600,4),(582,1457852400,5),(582,1478412000,4),(582,1489302000,5),(582,1509861600,4),(582,1520751600,5),(582,1541311200,4),(582,1552201200,5),(582,1572760800,4),(582,1583650800,5),(582,1604210400,4),(582,1615705200,5),(582,1636264800,4),(582,1647154800,5),(582,1667714400,4),(582,1678604400,5),(582,1699164000,4),(582,1710054000,5),(582,1730613600,4),(582,1741503600,5),(582,1762063200,4),(582,1772953200,5),(582,1793512800,4),(582,1805007600,5),(582,1825567200,4),(582,1836457200,5),(582,1857016800,4),(582,1867906800,5),(582,1888466400,4),(582,1899356400,5),(582,1919916000,4),(582,1930806000,5),(582,1951365600,4),(582,1962860400,5),(582,1983420000,4),(582,1994310000,5),(582,2014869600,4),(582,2025759600,5),(582,2046319200,4),(582,2057209200,5),(582,2077768800,4),(582,2088658800,5),(582,2109218400,4),(582,2120108400,5),(582,2140668000,4),(583,-1633280400,0),(583,-1615140000,1),(583,-1601830800,0),(583,-1583690400,1),(583,-1570381200,0),(583,-1551636000,1),(583,-1536512400,0),(583,-1523210400,1),(583,-1504458000,0),(583,-1491760800,1),(583,-1473008400,0),(583,-1459706400,1),(583,-1441558800,0),(583,-1428256800,1),(583,-1410109200,0),(583,-1396807200,1),(583,-1378659600,0),(583,-1365357600,1),(583,-1347210000,0),(583,-1333908000,1),(583,-1315155600,0),(583,-1301853600,1),(583,-1283706000,0),(583,-1270404000,1),(583,-1252256400,0),(583,-1238954400,1),(583,-1220806800,0),(583,-1207504800,1),(583,-1189357200,0),(583,-1176055200,1),(583,-1157302800,0),(583,-1144605600,1),(583,-1125853200,0),(583,-1112551200,1),(583,-1094403600,0),(583,-1081101600,1),(583,-1062954000,0),(583,-1049652000,1),(583,-1031504400,0),(583,-1018202400,1),(583,-1000054800,0),(583,-986752800,1),(583,-968000400,0),(583,-955303200,1),(583,-936550800,0),(583,-923248800,1),(583,-905101200,0),(583,-891799200,1),(583,-880218000,2),(583,-769395600,3),(583,-765396000,1),(583,-747248400,0),(583,-733946400,1),(583,-715798800,0),(583,-702496800,1),(583,-684349200,0),(583,-671047200,1),(583,-652899600,0),(583,-639597600,1),(583,-620845200,0),(583,-608148000,1),(583,-589395600,0),(583,-576093600,1),(583,-557946000,0),(583,-544644000,1),(583,-526496400,0),(583,-513194400,1),(583,-495046800,0),(583,-481744800,1),(583,-463597200,0),(583,-447271200,1),(583,-431542800,0),(583,-415821600,1),(583,-400093200,0),(583,-384372000,1),(583,-368643600,0),(583,-352922400,1),(583,-337194000,0),(583,-321472800,1),(583,-305744400,0),(583,-289418400,1),(583,-273690000,0),(583,-257968800,1),(583,-242240400,0),(583,-226519200,1),(583,-210790800,0),(583,-195069600,1),(583,-179341200,0),(583,-163620000,1),(583,-147891600,0),(583,-131565600,1),(583,-116442000,0),(583,-100116000,1),(583,-84387600,0),(583,-68666400,1),(583,-52938000,0),(583,-37216800,1),(583,-21488400,0),(583,-5767200,1),(583,9961200,0),(583,25682400,1),(583,41410800,0),(583,57736800,1),(583,73465200,0),(583,89186400,1),(583,104914800,0),(583,120636000,1),(583,126687600,0),(583,152085600,1),(583,162370800,0),(583,183535200,1),(583,199263600,0),(583,215589600,1),(583,230713200,0),(583,247039200,1),(583,262767600,0),(583,278488800,1),(583,294217200,0),(583,309938400,1),(583,325666800,0),(583,341388000,1),(583,357116400,0),(583,372837600,1),(583,388566000,0),(583,404892000,1),(583,420015600,0),(583,436341600,1),(583,452070000,0),(583,467791200,1),(583,483519600,0),(583,499240800,1),(583,514969200,0),(583,530690400,1),(583,544604400,0),(583,562140000,1),(583,576054000,0),(583,594194400,1),(583,607503600,0),(583,625644000,1),(583,638953200,0),(583,657093600,1),(583,671007600,0),(583,688543200,1),(583,702457200,0),(583,719992800,1),(583,733906800,0),(583,752047200,1),(583,765356400,0),(583,783496800,1),(583,796806000,0),(583,814946400,1),(583,828860400,0),(583,846396000,1),(583,860310000,0),(583,877845600,1),(583,891759600,0),(583,909295200,1),(583,923209200,0),(583,941349600,1),(583,954658800,0),(583,972799200,1),(583,986108400,0),(583,1004248800,1),(583,1018162800,0),(583,1035698400,1),(583,1049612400,0),(583,1067148000,1),(583,1081062000,0),(583,1099202400,1),(583,1112511600,0),(583,1130652000,1),(583,1143961200,0),(583,1162101600,1),(583,1173596400,0),(583,1194156000,1),(583,1205046000,0),(583,1225605600,1),(583,1236495600,0),(583,1257055200,1),(583,1268550000,0),(583,1289109600,1),(583,1299999600,0),(583,1320559200,1),(583,1331449200,0),(583,1352008800,1),(583,1362898800,0),(583,1383458400,1),(583,1394348400,0),(583,1414908000,1),(583,1425798000,0),(583,1446357600,1),(583,1457852400,0),(583,1478412000,1),(583,1489302000,0),(583,1509861600,1),(583,1520751600,0),(583,1541311200,1),(583,1552201200,0),(583,1572760800,1),(583,1583650800,0),(583,1604210400,1),(583,1615705200,0),(583,1636264800,1),(583,1647154800,0),(583,1667714400,1),(583,1678604400,0),(583,1699164000,1),(583,1710054000,0),(583,1730613600,1),(583,1741503600,0),(583,1762063200,1),(583,1772953200,0),(583,1793512800,1),(583,1805007600,0),(583,1825567200,1),(583,1836457200,0),(583,1857016800,1),(583,1867906800,0),(583,1888466400,1),(583,1899356400,0),(583,1919916000,1),(583,1930806000,0),(583,1951365600,1),(583,1962860400,0),(583,1983420000,1),(583,1994310000,0),(583,2014869600,1),(583,2025759600,0),(583,2046319200,1),(583,2057209200,0),(583,2077768800,1),(583,2088658800,0),(583,2109218400,1),(583,2120108400,0),(583,2140668000,1),(584,-1157283000,1),(584,-1155436200,0),(584,-880198200,2),(584,-769395600,3),(584,-765376200,0),(584,-712150200,4),(585,-1633276800,0),(585,-1615136400,1),(585,-1601827200,0),(585,-1583686800,1),(585,-880214400,2),(585,-769395600,3),(585,-765392400,1),(585,-715795200,0),(585,-702493200,1),(585,-684345600,0),(585,-671043600,1),(585,-652896000,0),(585,-639594000,1),(585,-620841600,0),(585,-608144400,1),(585,-589392000,0),(585,-576090000,1),(585,-557942400,0),(585,-544640400,1),(585,-526492800,0),(585,-513190800,1),(585,-495043200,0),(585,-481741200,1),(585,-463593600,0),(585,-447267600,1),(585,-431539200,0),(585,-415818000,1),(585,-400089600,0),(585,-386787600,1),(585,-368640000,0),(585,-355338000,1),(585,-337190400,0),(585,-321469200,1),(585,-305740800,0),(585,-289414800,1),(585,-273686400,0),(585,-257965200,1),(585,-242236800,4),(585,-195066000,1),(585,-84384000,0),(585,-68662800,1),(585,-52934400,0),(585,-37213200,1),(585,-21484800,0),(585,-5763600,1),(585,9964800,0),(585,25686000,1),(585,41414400,0),(585,57740400,1),(585,73468800,0),(585,89190000,1),(585,104918400,0),(585,120639600,1),(585,126691200,0),(585,152089200,1),(585,162374400,0),(585,183538800,1),(585,199267200,0),(585,215593200,1),(585,230716800,0),(585,247042800,1),(585,262771200,0),(585,278492400,1),(585,294220800,0),(585,309942000,1),(585,325670400,0),(585,341391600,1),(585,357120000,0),(585,372841200,1),(585,388569600,0),(585,404895600,1),(585,420019200,0),(585,436345200,1),(585,452073600,0),(585,467794800,1),(585,483523200,0),(585,499244400,1),(585,514972800,0),(585,530694000,1),(585,544608000,0),(585,562143600,1),(585,576057600,0),(585,594198000,1),(585,607507200,0),(585,625647600,1),(585,638956800,0),(585,657097200,1),(585,671011200,0),(585,688546800,4),(585,1143961200,0),(585,1162105200,1),(585,1173600000,0),(585,1194159600,1),(585,1205049600,0),(585,1225609200,1),(585,1236499200,0),(585,1257058800,1),(585,1268553600,0),(585,1289113200,1),(585,1300003200,0),(585,1320562800,1),(585,1331452800,0),(585,1352012400,1),(585,1362902400,0),(585,1383462000,1),(585,1394352000,0),(585,1414911600,1),(585,1425801600,0),(585,1446361200,1),(585,1457856000,0),(585,1478415600,1),(585,1489305600,0),(585,1509865200,1),(585,1520755200,0),(585,1541314800,1),(585,1552204800,0),(585,1572764400,1),(585,1583654400,0),(585,1604214000,1),(585,1615708800,0),(585,1636268400,1),(585,1647158400,0),(585,1667718000,1),(585,1678608000,0),(585,1699167600,1),(585,1710057600,0),(585,1730617200,1),(585,1741507200,0),(585,1762066800,1),(585,1772956800,0),(585,1793516400,1),(585,1805011200,0),(585,1825570800,1),(585,1836460800,0),(585,1857020400,1),(585,1867910400,0),(585,1888470000,1),(585,1899360000,0),(585,1919919600,1),(585,1930809600,0),(585,1951369200,1),(585,1962864000,0),(585,1983423600,1),(585,1994313600,0),(585,2014873200,1),(585,2025763200,0),(585,2046322800,1),(585,2057212800,0),(585,2077772400,1),(585,2088662400,0),(585,2109222000,1),(585,2120112000,0),(585,2140671600,1),(586,-2051202469,1),(586,-1724083200,2),(586,-880218000,3),(586,-769395600,4),(586,-765396000,2),(586,-684349200,5),(586,-671047200,2),(586,-80506740,5),(586,-68666400,2),(586,-52938000,5),(586,-37216800,2),(586,104914800,5),(586,120636000,2),(586,126687600,5),(586,152085600,2),(586,167814000,5),(586,183535200,2),(586,199263600,5),(586,215589600,2),(586,230713200,5),(586,247039200,2),(586,262767600,5),(586,278488800,2),(586,294217200,5),(586,309938400,2),(586,325666800,5),(586,341388000,2),(586,357116400,5),(586,372837600,2),(586,388566000,5),(586,404892000,2),(586,420015600,5),(586,436341600,2),(586,452070000,5),(586,467791200,2),(586,483519600,5),(586,499240800,2),(586,514969200,5),(586,530690400,2),(586,544604400,5),(586,562140000,2),(586,576054000,5),(586,594194400,2),(586,607503600,5),(586,625644000,2),(586,638953200,5),(586,657093600,2),(586,671007600,5),(586,688543200,2),(586,702457200,5),(586,719992800,2),(586,733906800,5),(586,752047200,2),(586,765356400,5),(586,783496800,2),(586,796806000,5),(586,814946400,2),(586,828860400,5),(586,846396000,2),(586,860310000,5),(586,877845600,2),(586,891759600,5),(586,909295200,2),(586,923209200,5),(586,941349600,2),(586,954658800,5),(586,972799200,2),(586,986108400,5),(586,1004248800,2),(586,1018162800,5),(586,1035698400,2),(586,1049612400,5),(586,1067148000,2),(586,1081062000,5),(586,1099202400,2),(586,1112511600,5),(586,1130652000,2),(586,1143961200,5),(586,1162101600,2),(586,1173596400,5),(586,1194156000,2),(586,1205046000,5),(586,1225605600,2),(586,1236495600,5),(586,1257055200,2),(586,1268550000,5),(586,1289109600,2),(586,1299999600,5),(586,1320559200,2),(586,1331449200,5),(586,1352008800,2),(586,1362898800,5),(586,1383458400,2),(586,1394348400,5),(586,1414908000,2),(586,1425798000,5),(586,1446357600,2),(586,1457852400,5),(586,1478412000,2),(586,1489302000,5),(586,1509861600,2),(586,1520751600,5),(586,1541311200,2),(586,1552201200,5),(586,1572760800,2),(586,1583650800,5),(586,1604210400,2),(586,1615705200,5),(586,1636264800,2),(586,1647154800,5),(586,1667714400,2),(586,1678604400,5),(586,1699164000,2),(586,1710054000,5),(586,1730613600,2),(586,1741503600,5),(586,1762063200,2),(586,1772953200,5),(586,1793512800,2),(586,1805007600,5),(586,1825567200,2),(586,1836457200,5),(586,1857016800,2),(586,1867906800,5),(586,1888466400,2),(586,1899356400,5),(586,1919916000,2),(586,1930806000,5),(586,1951365600,2),(586,1962860400,5),(586,1983420000,2),(586,1994310000,5),(586,2014869600,2),(586,2025759600,5),(586,2046319200,2),(586,2057209200,5),(586,2077768800,2),(586,2088658800,5),(586,2109218400,2),(586,2120108400,5),(586,2140668000,2),(587,-1633273200,0),(587,-1615132800,1),(587,-1601823600,0),(587,-1583683200,1),(587,-1570374000,0),(587,-1551628800,1),(587,-1538924400,0),(587,-1534089600,1),(587,-880210800,2),(587,-769395600,3),(587,-765388800,1),(587,-147884400,0),(587,-131558400,1),(587,-116434800,0),(587,-100108800,1),(587,-84380400,0),(587,-68659200,1),(587,-52930800,0),(587,-37209600,1),(587,-21481200,0),(587,-5760000,1),(587,9968400,0),(587,25689600,1),(587,41418000,0),(587,57744000,1),(587,73472400,0),(587,89193600,1),(587,104922000,0),(587,120643200,1),(587,126694800,0),(587,152092800,1),(587,162378000,0),(587,183542400,1),(587,199270800,0),(587,215596800,1),(587,230720400,0),(587,247046400,1),(587,262774800,0),(587,278496000,1),(587,294224400,0),(587,309945600,1),(587,325674000,0),(587,341395200,1),(587,357123600,0),(587,372844800,1),(587,388573200,0),(587,404899200,1),(587,420022800,0),(587,436348800,1),(587,452077200,0),(587,467798400,1),(587,483526800,0),(587,499248000,1),(587,514976400,0),(587,530697600,1),(587,544611600,0),(587,562147200,1),(587,576061200,0),(587,594201600,1),(587,607510800,0),(587,625651200,1),(587,638960400,0),(587,657100800,1),(587,671014800,0),(587,688550400,1),(587,702464400,0),(587,720000000,1),(587,733914000,0),(587,752054400,1),(587,765363600,0),(587,783504000,1),(587,796813200,0),(587,814953600,1),(587,828867600,0),(587,846403200,1),(587,860317200,0),(587,877852800,1),(587,891766800,0),(587,909302400,1),(587,923216400,0),(587,941356800,1),(587,954666000,0),(587,972806400,1),(587,986115600,0),(587,1004256000,1),(587,1018170000,0),(587,1035705600,1),(587,1049619600,0),(587,1067155200,1),(587,1081069200,0),(587,1099209600,1),(587,1112518800,0),(587,1130659200,1),(587,1143968400,0),(587,1162108800,1),(587,1173603600,0),(587,1194163200,1),(587,1205053200,0),(587,1225612800,1),(587,1236502800,0),(587,1257062400,1),(587,1268557200,0),(587,1289116800,1),(587,1300006800,0),(587,1320566400,1),(587,1331456400,0),(587,1352016000,1),(587,1362906000,0),(587,1383465600,1),(587,1394355600,0),(587,1414915200,1),(587,1425805200,0),(587,1446364800,1),(587,1457859600,0),(587,1478419200,1),(587,1489309200,0),(587,1509868800,1),(587,1520758800,0),(587,1541318400,1),(587,1552208400,0),(587,1572768000,1),(587,1583658000,0),(587,1604217600,1),(587,1615712400,0),(587,1636272000,1),(587,1647162000,0),(587,1667721600,1),(587,1678611600,0),(587,1699171200,1),(587,1710061200,0),(587,1730620800,1),(587,1741510800,0),(587,1762070400,1),(587,1772960400,0),(587,1793520000,1),(587,1805014800,0),(587,1825574400,1),(587,1836464400,0),(587,1857024000,1),(587,1867914000,0),(587,1888473600,1),(587,1899363600,0),(587,1919923200,1),(587,1930813200,0),(587,1951372800,1),(587,1962867600,0),(587,1983427200,1),(587,1994317200,0),(587,2014876800,1),(587,2025766800,0),(587,2046326400,1),(587,2057216400,0),(587,2077776000,1),(587,2088666000,0),(587,2109225600,1),(587,2120115600,0),(587,2140675200,1),(588,-1633269600,0),(588,-1615129200,1),(588,-1601820000,0),(588,-1583679600,1),(588,-880207200,2),(588,-769395600,3),(588,-765385200,1),(588,-687967140,0),(588,-662655600,1),(588,-620838000,0),(588,-608137200,1),(588,-589388400,0),(588,-576082800,1),(588,-557938800,0),(588,-544633200,1),(588,-526489200,0),(588,-513183600,1),(588,-495039600,0),(588,-481734000,1),(588,-463590000,0),(588,-450284400,1),(588,-431535600,0),(588,-418230000,1),(588,-400086000,0),(588,-386780400,1),(588,-368636400,0),(588,-355330800,1),(588,-337186800,0),(588,-323881200,1),(588,-305737200,0),(588,-292431600,1),(588,-273682800,0),(588,-260982000,1),(588,-242233200,0),(588,-226508400,1),(588,-210783600,0),(588,-195058800,1),(588,-179334000,0),(588,-163609200,1),(588,-147884400,0),(588,-131554800,1),(588,-116434800,0),(588,-100105200,1),(588,-84376800,0),(588,-68655600,1),(588,-52927200,0),(588,-37206000,1),(588,-21477600,0),(588,-5756400,1),(588,9972000,0),(588,25693200,1),(588,41421600,0),(588,57747600,1),(588,73476000,0),(588,89197200,1),(588,104925600,0),(588,120646800,1),(588,126698400,0),(588,152096400,1),(588,162381600,0),(588,183546000,1),(588,199274400,0),(588,215600400,1),(588,230724000,0),(588,247050000,1),(588,262778400,0),(588,278499600,1),(588,294228000,0),(588,309949200,1),(588,325677600,0),(588,341398800,1),(588,357127200,0),(588,372848400,1),(588,388576800,0),(588,404902800,1),(588,420026400,0),(588,436352400,1),(588,452080800,0),(588,467802000,1),(588,483530400,0),(588,499251600,1),(588,514980000,0),(588,530701200,1),(588,544615200,0),(588,562150800,1),(588,576064800,0),(588,594205200,1),(588,607514400,0),(588,625654800,1),(588,638964000,0),(588,657104400,1),(588,671018400,0),(588,688554000,1),(588,702468000,0),(588,720003600,1),(588,733917600,0),(588,752058000,1),(588,765367200,0),(588,783507600,1),(588,796816800,0),(588,814957200,1),(588,828871200,0),(588,846406800,1),(588,860320800,0),(588,877856400,1),(588,891770400,0),(588,909306000,1),(588,923220000,0),(588,941360400,1),(588,954669600,0),(588,972810000,1),(588,986119200,0),(588,1004259600,1),(588,1018173600,0),(588,1035709200,1),(588,1049623200,0),(588,1067158800,1),(588,1081072800,0),(588,1099213200,1),(588,1112522400,0),(588,1130662800,1),(588,1143972000,0),(588,1162112400,1),(588,1173607200,0),(588,1194166800,1),(588,1205056800,0),(588,1225616400,1),(588,1236506400,0),(588,1257066000,1),(588,1268560800,0),(588,1289120400,1),(588,1300010400,0),(588,1320570000,1),(588,1331460000,0),(588,1352019600,1),(588,1362909600,0),(588,1383469200,1),(588,1394359200,0),(588,1414918800,1),(588,1425808800,0),(588,1446368400,1),(588,1457863200,0),(588,1478422800,1),(588,1489312800,0),(588,1509872400,1),(588,1520762400,0),(588,1541322000,1),(588,1552212000,0),(588,1572771600,1),(588,1583661600,0),(588,1604221200,1),(588,1615716000,0),(588,1636275600,1),(588,1647165600,0),(588,1667725200,1),(588,1678615200,0),(588,1699174800,1),(588,1710064800,0),(588,1730624400,1),(588,1741514400,0),(588,1762074000,1),(588,1772964000,0),(588,1793523600,1),(588,1805018400,0),(588,1825578000,1),(588,1836468000,0),(588,1857027600,1),(588,1867917600,0),(588,1888477200,1),(588,1899367200,0),(588,1919926800,1),(588,1930816800,0),(588,1951376400,1),(588,1962871200,0),(588,1983430800,1),(588,1994320800,0),(588,2014880400,1),(588,2025770400,0),(588,2046330000,1),(588,2057220000,0),(588,2077779600,1),(588,2088669600,0),(588,2109229200,1),(588,2120119200,0),(588,2140678800,1),(589,-1861879032,1),(592,-1688265017,2),(592,-1656819079,1),(592,-1641353479,2),(592,-1627965079,3),(592,-1618716679,1),(592,-1596429079,3),(592,-1593820800,4),(592,-1589860800,5),(592,-1542427200,6),(592,-1539493200,7),(592,-1525323600,6),(592,-1522728000,5),(592,-1491188400,8),(592,-1247536800,5),(592,354920400,6),(592,370728000,5),(592,386456400,6),(592,402264000,5),(592,417992400,6),(592,433800000,5),(592,449614800,6),(592,465346800,9),(592,481071600,10),(592,496796400,9),(592,512521200,10),(592,528246000,9),(592,543970800,10),(592,559695600,9),(592,575420400,10),(592,591145200,9),(592,606870000,10),(592,622594800,9),(592,638319600,10),(592,654649200,9),(592,670374000,11),(592,686102400,12),(592,695779200,9),(592,701823600,10),(592,717548400,9),(592,733273200,10),(592,748998000,9),(592,764722800,10),(592,780447600,9),(592,796172400,10),(592,811897200,9),(592,828226800,10),(592,846370800,9),(592,859676400,10),(592,877820400,9),(592,891126000,10),(592,909270000,9),(592,922575600,10),(592,941324400,9),(592,954025200,10),(592,972774000,9),(592,985474800,10),(592,1004223600,9),(592,1017529200,10),(592,1035673200,9),(592,1048978800,10),(592,1067122800,9),(592,1080428400,10),(592,1099177200,9),(592,1111878000,10),(592,1130626800,9),(592,1143327600,10),(592,1162076400,9),(592,1174777200,10),(592,1193526000,9),(592,1206831600,10),(592,1224975600,9),(592,1238281200,10),(592,1256425200,9),(592,1269730800,10),(592,1288479600,9),(592,1301180400,13),(592,1414274400,9),(593,228877200,0),(593,243997200,1),(593,260326800,0),(593,276051600,1),(593,291776400,0),(593,307501200,1),(593,323830800,0),(593,338950800,1),(593,354675600,0),(593,370400400,1),(593,386125200,0),(593,401850000,1),(593,417574800,0),(593,433299600,1),(593,449024400,0),(593,465354000,1),(593,481078800,0),(593,496803600,1),(593,512528400,0),(593,528253200,1),(593,543978000,0),(593,559702800,1),(593,575427600,0),(593,591152400,1),(593,606877200,0),(593,622602000,1),(593,638326800,0),(593,654656400,1),(593,670381200,0),(593,686106000,1),(593,701830800,0),(593,717555600,1),(593,733280400,0),(593,749005200,1),(593,764730000,0),(593,780454800,1),(593,796179600,0),(593,811904400,1),(593,828234000,0),(593,846378000,1),(593,859683600,0),(593,877827600,1),(593,891133200,0),(593,909277200,1),(593,922582800,0),(593,941331600,1),(593,954032400,0),(593,972781200,1),(593,985482000,0),(593,1004230800,1),(593,1017536400,0),(593,1035680400,1),(593,1048986000,0),(593,1067130000,1),(593,1080435600,0),(593,1099184400,1),(593,1111885200,0),(593,1130634000,1),(593,1143334800,0),(593,1162083600,1),(593,1174784400,0),(593,1193533200,1),(593,1206838800,0),(593,1224982800,1),(593,1238288400,0),(593,1256432400,1),(593,1269738000,0),(593,1288486800,1),(593,1301187600,0),(593,1319936400,1),(593,1332637200,0),(593,1351386000,1),(593,1364691600,0),(593,1382835600,1),(593,1396141200,0),(593,1414285200,1),(593,1427590800,0),(593,1445734800,1),(593,1459040400,0),(593,1477789200,1),(593,1490490000,0),(593,1509238800,1),(593,1521939600,0),(593,1540688400,1),(593,1553994000,0),(593,1572138000,1),(593,1585443600,0),(593,1603587600,1),(593,1616893200,0),(593,1635642000,1),(593,1648342800,0),(593,1667091600,1),(593,1679792400,0),(593,1698541200,1),(593,1711846800,0),(593,1729990800,1),(593,1743296400,0),(593,1761440400,1),(593,1774746000,0),(593,1792890000,1),(593,1806195600,0),(593,1824944400,1),(593,1837645200,0),(593,1856394000,1),(593,1869094800,0),(593,1887843600,1),(593,1901149200,0),(593,1919293200,1),(593,1932598800,0),(593,1950742800,1),(593,1964048400,0),(593,1982797200,1),(593,1995498000,0),(593,2014246800,1),(593,2026947600,0),(593,2045696400,1),(593,2058397200,0),(593,2077146000,1),(593,2090451600,0),(593,2108595600,1),(593,2121901200,0),(593,2140045200,1),(595,-1830383032,1),(596,-1830383032,1),(597,-1946168836,1),(597,-1309746600,2),(597,-1261969200,1),(597,-1041388200,3),(597,-865305900,2),(598,-1855958961,3),(598,-1689814800,1),(598,-1680397200,2),(598,-1665363600,1),(598,-1648342800,2),(598,-1635123600,1),(598,-1616893200,2),(598,-1604278800,1),(598,-1585443600,2),(598,-1574038800,1),(598,-1552266000,2),(598,-1539997200,1),(598,-1531443600,2),(598,-956365200,1),(598,-950486400,3),(598,-942012000,5),(598,-812502000,4),(598,-796262400,5),(598,-781052400,4),(598,-766630800,5),(598,-733280400,3),(598,-439430400,5),(598,-212029200,3),(598,41468400,1),(598,54774000,2),(598,231724800,6),(598,246236400,5),(598,259545600,4),(598,275274000,5),(598,309740400,3),(598,325468800,6),(598,341802000,3),(598,357523200,5),(599,-1946168836,1),(599,-1309746600,2),(599,-1261969200,1),(599,-1041388200,3),(599,-865305900,2),(600,-1946168836,1),(600,-1309746600,2),(600,-1261969200,1),(600,-1041388200,3),(600,-865305900,2),(601,-1830383032,1),(602,-2035584815,1),(602,-1940889600,0),(602,-1767226415,2),(602,-1588465800,3),(603,-1830383032,1),(604,-1830380400,1),(604,157770000,2),(605,-2109291020,1),(606,-2035584815,1),(606,-1940889600,0),(606,-1767226415,2),(606,-1588465800,3),(607,-2109291020,1),(608,-929844000,0),(608,-923108400,1),(608,-906170400,0),(608,-892868400,1),(608,-875844000,0),(608,-857790000,1),(608,-844308000,0),(608,-825822000,1),(608,-812685600,0),(608,-794199600,1),(608,-779853600,0),(608,-762663600,1),(608,-399088800,0),(608,-386650800,1),(608,-368330400,0),(608,-355114800,1),(608,-336790800,0),(608,-323654400,1),(608,-305168400,0),(608,-292032000,1),(608,-273632400,0),(608,-260496000,1),(608,-242096400,0),(608,-228960000,1),(608,-210560400,0),(608,-197424000,1),(608,-178938000,0),(608,-165801600,1),(608,-147402000,0),(608,-134265600,1),(608,-115866000,0),(608,-102643200,1),(608,-84330000,0),(608,-71107200,1),(608,-52707600,0),(608,-39484800,1),(608,-21171600,0),(608,-7948800,1),(608,10364400,0),(608,23587200,1),(608,41900400,0),(608,55123200,1),(608,73522800,0),(608,86745600,1),(608,105058800,0),(608,118281600,1),(608,136594800,0),(608,149817600,1),(608,168130800,0),(608,181353600,1),(608,199753200,0),(608,212976000,1),(608,231289200,0),(608,244512000,1),(608,262825200,0),(608,276048000,1),(608,294361200,0),(608,307584000,1),(608,325983600,0),(608,339206400,1),(608,357519600,0),(608,370742400,1),(608,396399600,0),(608,402278400,1),(608,426812400,0),(608,433814400,1),(608,452214000,0),(608,465436800,1),(608,483750000,0),(608,496972800,1),(608,515286000,0),(608,528508800,1),(608,546822000,0),(608,560044800,1),(608,578444400,0),(608,591667200,1),(608,610412400,0),(608,623203200,1),(608,641516400,0),(608,654739200,1),(608,673052400,0),(608,686275200,1),(608,704674800,0),(608,717897600,1),(608,736210800,0),(608,749433600,1),(608,767746800,0),(608,780969600,1),(608,799020000,2),(608,812322000,1),(608,830469600,2),(608,843771600,1),(608,861919200,2),(608,875221200,1),(608,893368800,2),(608,906670800,1),(608,925423200,2),(608,938725200,1),(608,956872800,2),(608,970174800,1),(608,988322400,2),(608,1001624400,1),(608,1019772000,2),(608,1033074000,1),(608,1051221600,2),(608,1064523600,1),(608,1083276000,2),(608,1096578000,1),(608,1114725600,2),(608,1128027600,1),(608,1146175200,2),(608,1158872400,1),(608,1177624800,2),(608,1189112400,1),(608,1209074400,2),(608,1219957200,1),(608,1240524000,2),(608,1250802000,1),(608,1272578400,2),(608,1281474000,1),(608,1284069600,0),(608,1285880400,1),(608,1400191200,0),(608,1403816400,1),(608,1406844000,0),(608,1411678800,1),(609,-1773012580,2),(609,-956361600,1),(609,-950490000,2),(609,-942019200,1),(609,-761187600,2),(609,-617241600,1),(609,-605149200,2),(609,-81432000,1),(609,-71110800,2),(609,141264000,1),(609,147222000,2),(609,199756800,1),(609,207702000,2),(609,231292800,1),(609,244249200,2),(609,265507200,1),(609,271033200,2),(609,448243200,3),(609,504918000,2),(609,1212278400,1),(609,1220223600,2),(609,1243814400,1),(609,1250809200,2),(609,1272758400,1),(609,1281222000,2),(609,1301788800,1),(609,1312066800,2),(609,1335664800,1),(609,1342749600,2),(609,1345428000,1),(609,1348970400,2),(609,1367114400,1),(609,1373162400,2),(609,1376100000,1),(609,1382839200,2),(609,1396144800,1),(609,1403920800,2),(609,1406944800,1),(609,1414288800,2),(609,1427594400,1),(609,1434247200,2),(609,1437271200,1),(609,1445738400,2),(609,1459044000,1),(609,1465092000,2),(609,1468116000,1),(609,1477792800,2),(609,1490493600,1),(609,1495332000,2),(609,1498960800,1),(609,1509242400,2),(609,1521943200,1),(609,1526176800,2),(609,1529200800,1),(609,1557021600,2),(609,1560045600,1),(609,1587261600,2),(609,1590890400,1),(609,1618106400,2),(609,1621130400,1),(609,1648346400,2),(609,1651975200,1),(609,1679191200,2),(609,1682820000,1),(609,1710036000,2),(609,1713060000,1),(609,1740276000,2),(609,1743904800,1),(609,1771120800,2),(609,1774144800,1),(609,1801965600,2),(609,1804989600,1),(609,1832205600,2),(609,1835834400,1),(609,1863050400,2),(609,1866074400,1),(609,1893290400,2),(609,1896919200,1),(609,1924135200,2),(609,1927764000,1),(609,1954980000,2),(609,1958004000,1),(609,1985220000,2),(609,1988848800,1),(609,2016064800,2),(609,2019088800,1),(609,2046304800,2),(609,2049933600,1),(609,2077149600,2),(609,2080778400,1),(609,2107994400,2),(609,2111018400,1),(609,2138234400,2),(609,2141863200,1),(610,-1630112400,1),(610,-1616810400,0),(610,-1442451600,1),(610,-1427673600,2),(610,-1379293200,1),(610,-1364774400,2),(610,-1348448400,1),(610,-1333324800,2),(610,-1316390400,1),(610,-1301270400,2),(610,-1293840000,0),(610,-81432000,1),(610,-71110800,0),(610,141264000,1),(610,147222000,0),(610,199756800,1),(610,207702000,0),(610,231292800,1),(610,244249200,0),(610,265507200,1),(610,271033200,0),(610,448243200,3),(610,512528400,4),(610,528253200,5),(610,543978000,4),(610,559702800,5),(610,575427600,4),(610,591152400,5),(610,606877200,4),(610,622602000,5),(610,638326800,4),(610,654656400,5),(610,670381200,4),(610,686106000,5),(610,701830800,4),(610,717555600,5),(610,733280400,4),(610,749005200,5),(610,764730000,4),(610,780454800,5),(610,796179600,4),(610,811904400,5),(610,828234000,4),(610,846378000,5),(610,859683600,4),(610,877827600,5),(610,891133200,4),(610,909277200,5),(610,922582800,4),(610,941331600,5),(610,954032400,4),(610,972781200,5),(610,985482000,4),(610,1004230800,5),(610,1017536400,4),(610,1035680400,5),(610,1048986000,4),(610,1067130000,5),(610,1080435600,4),(610,1099184400,5),(610,1111885200,4),(610,1130634000,5),(610,1143334800,4),(610,1162083600,5),(610,1174784400,4),(610,1193533200,5),(610,1206838800,4),(610,1224982800,5),(610,1238288400,4),(610,1256432400,5),(610,1269738000,4),(610,1288486800,5),(610,1301187600,4),(610,1319936400,5),(610,1332637200,4),(610,1351386000,5),(610,1364691600,4),(610,1382835600,5),(610,1396141200,4),(610,1414285200,5),(610,1427590800,4),(610,1445734800,5),(610,1459040400,4),(610,1477789200,5),(610,1490490000,4),(610,1509238800,5),(610,1521939600,4),(610,1540688400,5),(610,1553994000,4),(610,1572138000,5),(610,1585443600,4),(610,1603587600,5),(610,1616893200,4),(610,1635642000,5),(610,1648342800,4),(610,1667091600,5),(610,1679792400,4),(610,1698541200,5),(610,1711846800,4),(610,1729990800,5),(610,1743296400,4),(610,1761440400,5),(610,1774746000,4),(610,1792890000,5),(610,1806195600,4),(610,1824944400,5),(610,1837645200,4),(610,1856394000,5),(610,1869094800,4),(610,1887843600,5),(610,1901149200,4),(610,1919293200,5),(610,1932598800,4),(610,1950742800,5),(610,1964048400,4),(610,1982797200,5),(610,1995498000,4),(610,2014246800,5),(610,2026947600,4),(610,2045696400,5),(610,2058397200,4),(610,2077146000,5),(610,2090451600,4),(610,2108595600,5),(610,2121901200,4),(610,2140045200,5),(611,-1830383032,1),(612,-1830383032,1),(613,-1946168836,1),(613,-1309746600,2),(613,-1261969200,1),(613,-1041388200,3),(613,-865305900,2),(614,-1946168836,1),(614,-1309746600,2),(614,-1261969200,1),(614,-1041388200,3),(614,-865305900,2),(615,-2035584815,1),(615,-1940889600,0),(615,-1767226415,2),(615,-1588465800,3),(616,-1136070432,1),(616,198291600,3),(616,199756800,2),(616,207702000,3),(616,231292800,2),(616,244249200,3),(616,265507200,2),(616,271033200,3),(616,1212278400,2),(616,1220223600,3),(616,1243814400,2),(616,1250809200,3),(616,1272758400,2),(616,1281222000,3),(616,1301788800,2),(616,1312066800,3),(616,1335664800,2),(616,1342749600,3),(616,1345428000,2),(616,1348970400,3),(616,1367114400,2),(616,1373162400,3),(616,1376100000,2),(616,1382839200,3),(616,1396144800,2),(616,1403920800,3),(616,1406944800,2),(616,1414288800,3),(616,1427594400,2),(616,1434247200,3),(616,1437271200,2),(616,1445738400,3),(616,1459044000,2),(616,1465092000,3),(616,1468116000,2),(616,1477792800,3),(616,1490493600,2),(616,1495332000,3),(616,1498960800,2),(616,1509242400,3),(616,1521943200,2),(616,1526176800,3),(616,1529200800,2),(616,1557021600,3),(616,1560045600,2),(616,1587261600,3),(616,1590890400,2),(616,1618106400,3),(616,1621130400,2),(616,1648346400,3),(616,1651975200,2),(616,1679191200,3),(616,1682820000,2),(616,1710036000,3),(616,1713060000,2),(616,1740276000,3),(616,1743904800,2),(616,1771120800,3),(616,1774144800,2),(616,1801965600,3),(616,1804989600,2),(616,1832205600,3),(616,1835834400,2),(616,1863050400,3),(616,1866074400,2),(616,1893290400,3),(616,1896919200,2),(616,1924135200,3),(616,1927764000,2),(616,1954980000,3),(616,1958004000,2),(616,1985220000,3),(616,1988848800,2),(616,2016064800,3),(616,2019088800,2),(616,2046304800,3),(616,2049933600,2),(616,2077149600,3),(616,2080778400,2),(616,2107994400,3),(616,2111018400,2),(616,2138234400,3),(616,2141863200,2),(617,-1830383032,1),(618,-2109291020,1),(619,-2109291020,1),(620,-2109288600,2),(620,-860976000,1),(620,-845254800,2),(620,-829526400,1),(620,-813805200,2),(621,-1230775588,2),(621,10360800,1),(621,24786000,2),(621,41810400,1),(621,56322000,2),(621,73432800,1),(621,87944400,2),(621,104882400,1),(621,119480400,2),(621,136332000,1),(621,151016400,2),(621,167781600,1),(621,182552400,2),(621,199231200,1),(621,214174800,2),(621,230680800,1),(621,245710800,2),(621,262735200,1),(621,277246800,2),(621,294184800,1),(621,308782800,2),(621,325634400,1),(621,340405200,2),(621,357084000,1),(621,371941200,2),(621,388533600,1),(621,403477200,2),(621,419983200,1),(621,435013200,2),(621,452037600,1),(621,466635600,2),(621,483487200,1),(621,498171600,2),(621,947930400,3),(621,1612126800,2),(622,-1946168836,1),(622,-1309746600,2),(622,-1261969200,1),(622,-1041388200,3),(622,-865305900,2),(623,-1230775808,2),(623,10360800,1),(623,24786000,2),(623,41810400,1),(623,56322000,2),(623,73432800,1),(623,87944400,2),(623,104882400,1),(623,119480400,2),(623,136332000,1),(623,151016400,2),(623,167781600,1),(623,182552400,2),(623,199231200,1),(623,214174800,2),(623,230680800,1),(623,245710800,2),(623,262735200,1),(623,277246800,2),(623,294184800,1),(623,308782800,2),(623,325634400,1),(623,340405200,2),(623,357084000,1),(623,371941200,2),(623,388533600,1),(623,403477200,2),(623,419983200,1),(623,435013200,2),(623,452037600,1),(623,466635600,2),(623,483487200,1),(623,498171600,2),(623,947930400,3),(623,1509483600,2),(624,-2109291020,1),(625,-2035584815,1),(625,-1940889600,0),(625,-1767226415,2),(625,-1588465800,3),(626,-2035584815,1),(626,-1940889600,0),(626,-1767226415,2),(626,-1588465800,3),(627,-2035584815,1),(627,-1940889600,0),(627,-1767226415,2),(627,-1588465800,3),(628,-1830383032,1),(629,-2035584815,1),(629,-1940889600,0),(629,-1767226415,2),(629,-1588465800,3),(630,-2109291020,1),(631,-2109291020,1),(632,-2035584815,1),(632,-1940889600,0),(632,-1767226415,2),(632,-1588465800,3),(633,-2109291020,1),(634,-2109288600,2),(634,-860976000,1),(634,-845254800,2),(634,-829526400,1),(634,-813805200,2),(635,-2109288600,2),(635,-860976000,1),(635,-845254800,2),(635,-829526400,1),(635,-813805200,2),(636,-1946168836,1),(636,-1309746600,2),(636,-1261969200,1),(636,-1041388200,3),(636,-865305900,2),(637,-1604359012,1),(637,63593070,2),(638,-1946168836,1),(638,-1309746600,2),(638,-1261969200,1),(638,-1041388200,3),(638,-865305900,2),(639,-1830387612,1),(639,308703600,2),(639,321314400,1),(640,-2035584815,1),(640,-1940889600,0),(640,-1767226415,2),(640,-1588465800,3),(641,-1830383032,1),(642,-1830383032,1),(643,-2035584815,1),(643,-1940889600,0),(643,-1767226415,2),(643,-1588465800,3),(644,-1830384000,1),(644,1514768400,2),(644,1546304400,3),(645,-1830383032,1),(646,-1577926364,2),(646,-574902000,1),(646,-568087200,2),(646,-512175600,1),(646,-504928800,2),(646,-449888400,1),(646,-441856800,2),(646,-347158800,3),(646,378684000,2),(646,386463600,1),(646,402271200,2),(646,417999600,1),(646,433807200,2),(646,449622000,1),(646,465429600,2),(646,481590000,1),(646,496965600,2),(646,512953200,1),(646,528674400,2),(646,544230000,1),(646,560037600,2),(646,575852400,1),(646,591660000,2),(646,607388400,1),(646,623196000,2),(646,641775600,3),(646,844034400,2),(646,860108400,1),(646,875916000,3),(646,1352505600,2),(646,1364515200,1),(646,1382659200,3),(647,-1855958961,3),(647,-969242400,1),(647,-950493600,2),(647,-941940000,1),(647,-891136800,3),(647,-877827600,4),(647,-857257200,3),(647,-844556400,4),(647,-842918400,3),(647,-842223600,4),(647,-828230400,3),(647,-812502000,4),(647,-796269600,3),(647,-781052400,4),(647,-766634400,3),(647,231202800,1),(647,243903600,2),(647,262825200,1),(647,276044400,2),(647,581122800,1),(647,591145200,2),(647,606870000,1),(647,622594800,2),(647,641516400,1),(647,654649200,2),(647,1114902000,1),(647,1128038400,2),(647,1143334800,1),(647,1162083600,2),(647,1174784400,1),(647,1193533200,2),(647,1206838800,1),(647,1224982800,2),(648,-2109288600,1),(648,-860976000,2),(648,-845254800,1),(648,637970400,3),(648,764200800,4),(648,778640400,5),(648,796780800,4),(648,810090000,5),(648,828835200,4),(648,841539600,5),(648,860284800,4),(648,873594000,5),(648,891734400,4),(648,905043600,5),(648,923184000,4),(648,936493200,5),(648,954633600,4),(648,967942800,5),(648,986083200,4),(648,999392400,5),(648,1018137600,4),(648,1030842000,5),(648,1049587200,4),(648,1062896400,5),(648,1081036800,4),(648,1094346000,5),(648,1112486400,4),(648,1125795600,5),(648,1143936000,4),(648,1157245200,5),(648,1175385600,4),(648,1188694800,5),(648,1207440000,4),(648,1220749200,5),(648,1238889600,4),(648,1252198800,5),(648,1270339200,4),(648,1283648400,5),(648,1301788800,4),(648,1315098000,5),(648,1333238400,4),(648,1346547600,5),(648,1365292800,4),(648,1377997200,5),(648,1396742400,4),(648,1410051600,5),(648,1428192000,4),(648,1441501200,5),(648,1459641600,4),(648,1472950800,5),(648,1491091200,4),(648,1504400400,5),(648,1508796000,3),(649,-880196400,1),(649,-769395600,2),(649,-765374400,0),(649,-86878800,3),(649,-21466800,4),(649,-5745600,3),(649,9982800,4),(649,25704000,3),(649,41432400,4),(649,57758400,3),(649,73486800,4),(649,89208000,3),(649,104936400,4),(649,120657600,3),(649,126709200,4),(649,152107200,3),(649,162392400,4),(649,183556800,3),(649,199285200,4),(649,215611200,3),(649,230734800,4),(649,247060800,3),(649,262789200,4),(649,278510400,3),(649,294238800,4),(649,309960000,3),(649,325688400,4),(649,341409600,3),(649,357138000,4),(649,372859200,3),(649,388587600,4),(649,404913600,3),(649,420037200,4),(649,436363200,5),(649,439034400,7),(649,452088000,6),(649,467809200,7),(649,483537600,6),(649,499258800,7),(649,514987200,6),(649,530708400,7),(649,544622400,6),(649,562158000,7),(649,576072000,6),(649,594212400,7),(649,607521600,6),(649,625662000,7),(649,638971200,6),(649,657111600,7),(649,671025600,6),(649,688561200,7),(649,702475200,6),(649,720010800,7),(649,733924800,6),(649,752065200,7),(649,765374400,6),(649,783514800,7),(649,796824000,6),(649,814964400,7),(649,828878400,6),(649,846414000,7),(649,860328000,6),(649,877863600,7),(649,891777600,6),(649,909313200,7),(649,923227200,6),(649,941367600,7),(649,954676800,6),(649,972817200,7),(649,986126400,6),(649,1004266800,7),(649,1018180800,6),(649,1035716400,7),(649,1049630400,6),(649,1067166000,7),(649,1081080000,6),(649,1099220400,7),(649,1112529600,6),(649,1130670000,7),(649,1143979200,6),(649,1162119600,7),(649,1173614400,6),(649,1194174000,7),(649,1205064000,6),(649,1225623600,7),(649,1236513600,6),(649,1257073200,7),(649,1268568000,6),(649,1289127600,7),(649,1300017600,6),(649,1320577200,7),(649,1331467200,6),(649,1352026800,7),(649,1362916800,6),(649,1383476400,7),(649,1394366400,6),(649,1414926000,7),(649,1425816000,6),(649,1446375600,7),(649,1457870400,6),(649,1478430000,7),(649,1489320000,6),(649,1509879600,7),(649,1520769600,6),(649,1541329200,7),(649,1552219200,6),(649,1572778800,7),(649,1583668800,6),(649,1604228400,7),(649,1615723200,6),(649,1636282800,7),(649,1647172800,6),(649,1667732400,7),(649,1678622400,6),(649,1699182000,7),(649,1710072000,6),(649,1730631600,7),(649,1741521600,6),(649,1762081200,7),(649,1772971200,6),(649,1793530800,7),(649,1805025600,6),(649,1825585200,7),(649,1836475200,6),(649,1857034800,7),(649,1867924800,6),(649,1888484400,7),(649,1899374400,6),(649,1919934000,7),(649,1930824000,6),(649,1951383600,7),(649,1962878400,6),(649,1983438000,7),(649,1994328000,6),(649,2014887600,7),(649,2025777600,6),(649,2046337200,7),(649,2057227200,6),(649,2077786800,7),(649,2088676800,6),(649,2109236400,7),(649,2120126400,6),(649,2140686000,7),(650,-880200000,1),(650,-769395600,2),(650,-765378000,0),(650,-86882400,3),(650,-21470400,4),(650,-5749200,3),(650,9979200,4),(650,25700400,3),(650,41428800,4),(650,57754800,3),(650,73483200,4),(650,89204400,3),(650,104932800,4),(650,120654000,3),(650,126705600,4),(650,152103600,3),(650,162388800,4),(650,183553200,3),(650,199281600,4),(650,215607600,3),(650,230731200,4),(650,247057200,3),(650,262785600,4),(650,278506800,3),(650,294235200,4),(650,309956400,3),(650,325684800,4),(650,341406000,3),(650,357134400,4),(650,372855600,3),(650,388584000,4),(650,404910000,3),(650,420033600,4),(650,436359600,5),(650,439030800,7),(650,452084400,6),(650,467805600,7),(650,483534000,6),(650,499255200,7),(650,514983600,6),(650,530704800,7),(650,544618800,6),(650,562154400,7),(650,576068400,6),(650,594208800,7),(650,607518000,6),(650,625658400,7),(650,638967600,6),(650,657108000,7),(650,671022000,6),(650,688557600,7),(650,702471600,6),(650,720007200,7),(650,733921200,6),(650,752061600,7),(650,765370800,6),(650,783511200,7),(650,796820400,6),(650,814960800,7),(650,828874800,6),(650,846410400,7),(650,860324400,6),(650,877860000,7),(650,891774000,6),(650,909309600,7),(650,923223600,6),(650,941364000,7),(650,954673200,6),(650,972813600,7),(650,986122800,6),(650,1004263200,7),(650,1018177200,6),(650,1035712800,7),(650,1049626800,6),(650,1067162400,7),(650,1081076400,6),(650,1099216800,7),(650,1112526000,6),(650,1130666400,7),(650,1143975600,6),(650,1162116000,7),(650,1173610800,6),(650,1194170400,7),(650,1205060400,6),(650,1225620000,7),(650,1236510000,6),(650,1257069600,7),(650,1268564400,6),(650,1289124000,7),(650,1300014000,6),(650,1320573600,7),(650,1331463600,6),(650,1352023200,7),(650,1362913200,6),(650,1383472800,7),(650,1394362800,6),(650,1414922400,7),(650,1425812400,6),(650,1446372000,7),(650,1457866800,6),(650,1478426400,7),(650,1489316400,6),(650,1509876000,7),(650,1520766000,6),(650,1541325600,7),(650,1552215600,6),(650,1572775200,7),(650,1583665200,6),(650,1604224800,7),(650,1615719600,6),(650,1636279200,7),(650,1647169200,6),(650,1667728800,7),(650,1678618800,6),(650,1699178400,7),(650,1710068400,6),(650,1730628000,7),(650,1741518000,6),(650,1762077600,7),(650,1772967600,6),(650,1793527200,7),(650,1805022000,6),(650,1825581600,7),(650,1836471600,6),(650,1857031200,7),(650,1867921200,6),(650,1888480800,7),(650,1899370800,6),(650,1919930400,7),(650,1930820400,6),(650,1951380000,7),(650,1962874800,6),(650,1983434400,7),(650,1994324400,6),(650,2014884000,7),(650,2025774000,6),(650,2046333600,7),(650,2057223600,6),(650,2077783200,7),(650,2088673200,6),(650,2109232800,7),(650,2120122800,6),(650,2140682400,7),(651,-873057600,2),(651,-769395600,1),(651,-765399600,0),(652,-873057600,2),(652,-769395600,1),(652,-765399600,0),(653,-1767214032,2),(653,-1206957600,1),(653,-1191362400,2),(653,-1175374800,1),(653,-1159826400,2),(653,-633819600,1),(653,-622069200,2),(653,-602283600,1),(653,-591832800,2),(653,-570747600,1),(653,-560210400,2),(653,-539125200,1),(653,-531352800,2),(653,-191365200,1),(653,-184197600,2),(653,-155163600,1),(653,-150069600,2),(653,-128898000,1),(653,-121125600,2),(653,-99954000,1),(653,-89589600,2),(653,-68418000,1),(653,-57967200,2),(653,499748400,1),(653,511236000,2),(653,530593200,1),(653,540266400,2),(653,562129200,1),(653,571197600,2),(653,592974000,1),(653,602042400,2),(653,624423600,1),(653,634701600,2),(653,813726000,1),(653,824004000,2),(653,844570800,1),(653,856058400,2),(653,876106800,1),(653,888717600,2),(653,908074800,1),(653,919562400,2),(653,938919600,1),(653,951616800,2),(653,970974000,1),(653,982461600,2),(653,1003028400,1),(653,1013911200,2),(653,1036292400,1),(653,1045360800,2),(653,1350788400,1),(653,1361066400,2),(654,-1567453392,1),(654,-1233432000,2),(654,-1222981200,1),(654,-1205956800,2),(654,-1194037200,1),(654,-1172865600,2),(654,-1162501200,1),(654,-1141329600,2),(654,-1130965200,1),(654,-1109793600,2),(654,-1099429200,1),(654,-1078257600,2),(654,-1067806800,1),(654,-1046635200,2),(654,-1036270800,1),(654,-1015099200,2),(654,-1004734800,1),(654,-983563200,2),(654,-973198800,1),(654,-952027200,2),(654,-941576400,1),(654,-931032000,2),(654,-900882000,1),(654,-890337600,2),(654,-833749200,1),(654,-827265600,2),(654,-752274000,1),(654,-733780800,2),(654,-197326800,1),(654,-190843200,2),(654,-184194000,1),(654,-164491200,2),(654,-152658000,1),(654,-132955200,2),(654,-121122000,1),(654,-101419200,2),(654,-86821200,1),(654,-71092800,2),(654,-54766800,1),(654,-39038400,2),(654,-23317200,1),(654,-7588800,4),(654,128142000,3),(654,136605600,4),(654,596948400,3),(654,605066400,4),(654,624423600,3),(654,636516000,4),(654,656478000,3),(654,667965600,4),(654,687927600,3),(654,699415200,4),(654,719377200,3),(654,731469600,4),(654,938919600,2),(654,952052400,4),(654,1198983600,3),(654,1205632800,4),(654,1224385200,3),(654,1237082400,4),(655,-1567453392,1),(655,-1233432000,2),(655,-1222981200,1),(655,-1205956800,2),(655,-1194037200,1),(655,-1172865600,2),(655,-1162501200,1),(655,-1141329600,2),(655,-1130965200,1),(655,-1109793600,2),(655,-1099429200,1),(655,-1078257600,2),(655,-1067806800,1),(655,-1046635200,2),(655,-1036270800,1),(655,-1015099200,2),(655,-1004734800,1),(655,-983563200,2),(655,-973198800,1),(655,-952027200,2),(655,-941576400,1),(655,-931032000,2),(655,-900882000,1),(655,-890337600,2),(655,-833749200,1),(655,-827265600,2),(655,-752274000,1),(655,-733780800,2),(655,-197326800,1),(655,-190843200,2),(655,-184194000,1),(655,-164491200,2),(655,-152658000,1),(655,-132955200,2),(655,-121122000,1),(655,-101419200,2),(655,-86821200,1),(655,-71092800,2),(655,-54766800,1),(655,-39038400,2),(655,-23317200,1),(655,-7588800,4),(655,128142000,3),(655,136605600,4),(655,596948400,3),(655,605066400,4),(655,624423600,3),(655,636516000,4),(655,656478000,3),(655,667965600,1),(655,687931200,3),(655,699415200,4),(655,719377200,3),(655,731469600,4),(655,938919600,2),(655,952052400,4),(655,1086058800,1),(655,1087704000,4),(655,1198983600,3),(655,1205632800,4),(656,-1567453392,1),(656,-1233432000,2),(656,-1222981200,1),(656,-1205956800,2),(656,-1194037200,1),(656,-1172865600,2),(656,-1162501200,1),(656,-1141329600,2),(656,-1130965200,1),(656,-1109793600,2),(656,-1099429200,1),(656,-1078257600,2),(656,-1067806800,1),(656,-1046635200,2),(656,-1036270800,1),(656,-1015099200,2),(656,-1004734800,1),(656,-983563200,2),(656,-973198800,1),(656,-952027200,2),(656,-941576400,1),(656,-931032000,2),(656,-900882000,1),(656,-890337600,2),(656,-833749200,1),(656,-827265600,2),(656,-752274000,1),(656,-733780800,2),(656,-197326800,1),(656,-190843200,2),(656,-184194000,1),(656,-164491200,2),(656,-152658000,1),(656,-132955200,2),(656,-121122000,1),(656,-101419200,2),(656,-86821200,1),(656,-71092800,2),(656,-54766800,1),(656,-39038400,2),(656,-23317200,1),(656,-7588800,4),(656,128142000,3),(656,136605600,4),(656,596948400,3),(656,605066400,4),(656,624423600,3),(656,636516000,4),(656,656478000,3),(656,667965600,1),(656,687931200,3),(656,699415200,4),(656,719377200,3),(656,731469600,4),(656,938919600,2),(656,952052400,4),(656,1086058800,1),(656,1087704000,4),(656,1198983600,3),(656,1205632800,4),(657,-1567453392,1),(657,-1233432000,2),(657,-1222981200,1),(657,-1205956800,2),(657,-1194037200,1),(657,-1172865600,2),(657,-1162501200,1),(657,-1141329600,2),(657,-1130965200,1),(657,-1109793600,2),(657,-1099429200,1),(657,-1078257600,2),(657,-1067806800,1),(657,-1046635200,2),(657,-1036270800,1),(657,-1015099200,2),(657,-1004734800,1),(657,-983563200,2),(657,-973198800,1),(657,-952027200,2),(657,-941576400,1),(657,-931032000,2),(657,-900882000,1),(657,-890337600,2),(657,-833749200,1),(657,-827265600,2),(657,-752274000,1),(657,-733780800,2),(657,-197326800,1),(657,-190843200,2),(657,-184194000,1),(657,-164491200,2),(657,-152658000,1),(657,-132955200,2),(657,-121122000,1),(657,-101419200,2),(657,-86821200,1),(657,-71092800,2),(657,-54766800,1),(657,-39038400,2),(657,-23317200,1),(657,-7588800,4),(657,128142000,3),(657,136605600,4),(657,596948400,3),(657,605066400,4),(657,624423600,3),(657,636516000,4),(657,656478000,3),(657,667965600,1),(657,687931200,3),(657,699415200,4),(657,719377200,3),(657,731469600,4),(657,938919600,2),(657,952052400,4),(657,1198983600,3),(657,1205632800,4),(657,1224385200,3),(657,1237082400,4),(658,-1567453392,1),(658,-1233432000,2),(658,-1222981200,1),(658,-1205956800,2),(658,-1194037200,1),(658,-1172865600,2),(658,-1162501200,1),(658,-1141329600,2),(658,-1130965200,1),(658,-1109793600,2),(658,-1099429200,1),(658,-1078257600,2),(658,-1067806800,1),(658,-1046635200,2),(658,-1036270800,1),(658,-1015099200,2),(658,-1004734800,1),(658,-983563200,2),(658,-973198800,1),(658,-952027200,2),(658,-941576400,1),(658,-931032000,2),(658,-900882000,1),(658,-890337600,2),(658,-833749200,1),(658,-827265600,2),(658,-752274000,1),(658,-733780800,2),(658,-197326800,1),(658,-190843200,2),(658,-184194000,1),(658,-164491200,2),(658,-152658000,1),(658,-132955200,2),(658,-121122000,1),(658,-101419200,2),(658,-86821200,1),(658,-71092800,2),(658,-54766800,1),(658,-39038400,2),(658,-23317200,1),(658,-7588800,4),(658,128142000,3),(658,136605600,4),(658,596948400,3),(658,605066400,4),(658,624423600,3),(658,636516000,1),(658,657086400,2),(658,669178800,1),(658,686721600,3),(658,699415200,4),(658,719377200,3),(658,731469600,4),(658,938919600,2),(658,952052400,4),(658,1198983600,3),(658,1205632800,4),(659,-1567453392,1),(659,-1233432000,2),(659,-1222981200,1),(659,-1205956800,2),(659,-1194037200,1),(659,-1172865600,2),(659,-1162501200,1),(659,-1141329600,2),(659,-1130965200,1),(659,-1109793600,2),(659,-1099429200,1),(659,-1078257600,2),(659,-1067806800,1),(659,-1046635200,2),(659,-1036270800,1),(659,-1015099200,2),(659,-1004734800,1),(659,-983563200,2),(659,-973198800,1),(659,-952027200,2),(659,-941576400,1),(659,-931032000,2),(659,-900882000,1),(659,-890337600,2),(659,-833749200,1),(659,-827265600,2),(659,-752274000,1),(659,-733780800,2),(659,-197326800,1),(659,-190843200,2),(659,-184194000,1),(659,-164491200,2),(659,-152658000,1),(659,-132955200,2),(659,-121122000,1),(659,-101419200,2),(659,-86821200,1),(659,-71092800,2),(659,-54766800,1),(659,-39038400,2),(659,-23317200,1),(659,-7588800,4),(659,128142000,3),(659,136605600,4),(659,596948400,3),(659,605066400,4),(659,624423600,3),(659,636516000,4),(659,656478000,3),(659,667792800,1),(659,673588800,4),(659,687927600,3),(659,699415200,4),(659,719377200,3),(659,731469600,4),(659,938919600,2),(659,952052400,4),(659,1086058800,1),(659,1087704000,4),(659,1198983600,3),(659,1205632800,4),(660,-1567453392,1),(660,-1233432000,2),(660,-1222981200,1),(660,-1205956800,2),(660,-1194037200,1),(660,-1172865600,2),(660,-1162501200,1),(660,-1141329600,2),(660,-1130965200,1),(660,-1109793600,2),(660,-1099429200,1),(660,-1078257600,2),(660,-1067806800,1),(660,-1046635200,2),(660,-1036270800,1),(660,-1015099200,2),(660,-1004734800,1),(660,-983563200,2),(660,-973198800,1),(660,-952027200,2),(660,-941576400,1),(660,-931032000,2),(660,-900882000,1),(660,-890337600,2),(660,-833749200,1),(660,-827265600,2),(660,-752274000,1),(660,-733780800,2),(660,-197326800,1),(660,-190843200,2),(660,-184194000,1),(660,-164491200,2),(660,-152658000,1),(660,-132955200,2),(660,-121122000,1),(660,-101419200,2),(660,-86821200,1),(660,-71092800,2),(660,-54766800,1),(660,-39038400,2),(660,-23317200,1),(660,-7588800,4),(660,128142000,3),(660,136605600,4),(660,596948400,3),(660,605066400,4),(660,624423600,3),(660,636516000,1),(660,655963200,2),(660,667796400,1),(660,687499200,2),(660,699418800,1),(660,719380800,3),(660,731469600,4),(660,938919600,2),(660,952052400,4),(660,1085281200,1),(660,1096171200,4),(660,1198983600,3),(660,1205632800,4),(661,-1567453392,1),(661,-1233432000,2),(661,-1222981200,1),(661,-1205956800,2),(661,-1194037200,1),(661,-1172865600,2),(661,-1162501200,1),(661,-1141329600,2),(661,-1130965200,1),(661,-1109793600,2),(661,-1099429200,1),(661,-1078257600,2),(661,-1067806800,1),(661,-1046635200,2),(661,-1036270800,1),(661,-1015099200,2),(661,-1004734800,1),(661,-983563200,2),(661,-973198800,1),(661,-952027200,2),(661,-941576400,1),(661,-931032000,2),(661,-900882000,1),(661,-890337600,2),(661,-833749200,1),(661,-827265600,2),(661,-752274000,1),(661,-733780800,2),(661,-197326800,1),(661,-190843200,2),(661,-184194000,1),(661,-164491200,2),(661,-152658000,1),(661,-132955200,2),(661,-121122000,1),(661,-101419200,2),(661,-86821200,1),(661,-71092800,2),(661,-54766800,1),(661,-39038400,2),(661,-23317200,1),(661,-7588800,4),(661,128142000,3),(661,136605600,4),(661,596948400,3),(661,605066400,4),(661,624423600,3),(661,636516000,4),(661,656478000,3),(661,667965600,4),(661,687927600,3),(661,699415200,4),(661,719377200,3),(661,731469600,4),(661,938919600,2),(661,952052400,4),(661,1086058800,1),(661,1087704000,4),(661,1198983600,3),(661,1205632800,4),(662,-1567453392,1),(662,-1233432000,2),(662,-1222981200,1),(662,-1205956800,2),(662,-1194037200,1),(662,-1172865600,2),(662,-1162501200,1),(662,-1141329600,2),(662,-1130965200,1),(662,-1109793600,2),(662,-1099429200,1),(662,-1078257600,2),(662,-1067806800,1),(662,-1046635200,2),(662,-1036270800,1),(662,-1015099200,2),(662,-1004734800,1),(662,-983563200,2),(662,-973198800,1),(662,-952027200,2),(662,-941576400,1),(662,-931032000,2),(662,-900882000,1),(662,-890337600,2),(662,-833749200,1),(662,-827265600,2),(662,-752274000,1),(662,-733780800,2),(662,-197326800,1),(662,-190843200,2),(662,-184194000,1),(662,-164491200,2),(662,-152658000,1),(662,-132955200,2),(662,-121122000,1),(662,-101419200,2),(662,-86821200,1),(662,-71092800,2),(662,-54766800,1),(662,-39038400,2),(662,-23317200,1),(662,-7588800,4),(662,128142000,3),(662,136605600,4),(662,596948400,3),(662,605066400,4),(662,624423600,3),(662,636516000,4),(662,656478000,3),(662,667965600,1),(662,687931200,3),(662,699415200,4),(662,719377200,3),(662,731469600,4),(662,938919600,2),(662,952052400,4),(662,1198983600,3),(662,1205632800,4),(663,-1567453392,1),(663,-1233432000,2),(663,-1222981200,1),(663,-1205956800,2),(663,-1194037200,1),(663,-1172865600,2),(663,-1162501200,1),(663,-1141329600,2),(663,-1130965200,1),(663,-1109793600,2),(663,-1099429200,1),(663,-1078257600,2),(663,-1067806800,1),(663,-1046635200,2),(663,-1036270800,1),(663,-1015099200,2),(663,-1004734800,1),(663,-983563200,2),(663,-973198800,1),(663,-952027200,2),(663,-941576400,1),(663,-931032000,2),(663,-900882000,1),(663,-890337600,2),(663,-833749200,1),(663,-827265600,2),(663,-752274000,1),(663,-733780800,2),(663,-197326800,1),(663,-190843200,2),(663,-184194000,1),(663,-164491200,2),(663,-152658000,1),(663,-132955200,2),(663,-121122000,1),(663,-101419200,2),(663,-86821200,1),(663,-71092800,2),(663,-54766800,1),(663,-39038400,2),(663,-23317200,1),(663,-7588800,4),(663,128142000,3),(663,136605600,4),(663,596948400,3),(663,605066400,4),(663,624423600,3),(663,636516000,4),(663,656478000,3),(663,667792800,1),(663,673588800,4),(663,687927600,3),(663,699415200,4),(663,719377200,3),(663,731469600,4),(663,938919600,2),(663,952052400,4),(663,1085972400,1),(663,1090728000,4),(663,1198983600,3),(663,1205632800,4),(664,-1567453392,1),(664,-1233432000,2),(664,-1222981200,1),(664,-1205956800,2),(664,-1194037200,1),(664,-1172865600,2),(664,-1162501200,1),(664,-1141329600,2),(664,-1130965200,1),(664,-1109793600,2),(664,-1099429200,1),(664,-1078257600,2),(664,-1067806800,1),(664,-1046635200,2),(664,-1036270800,1),(664,-1015099200,2),(664,-1004734800,1),(664,-983563200,2),(664,-973198800,1),(664,-952027200,2),(664,-941576400,1),(664,-931032000,2),(664,-900882000,1),(664,-890337600,2),(664,-833749200,1),(664,-827265600,2),(664,-752274000,1),(664,-733780800,2),(664,-197326800,1),(664,-190843200,2),(664,-184194000,1),(664,-164491200,2),(664,-152658000,1),(664,-132955200,2),(664,-121122000,1),(664,-101419200,2),(664,-86821200,1),(664,-71092800,2),(664,-54766800,1),(664,-39038400,2),(664,-23317200,1),(664,-7588800,4),(664,128142000,3),(664,136605600,4),(664,596948400,3),(664,605066400,4),(664,624423600,3),(664,637380000,1),(664,655963200,2),(664,667796400,1),(664,675748800,4),(664,938919600,2),(664,952052400,4),(664,1085972400,1),(664,1090728000,4),(664,1198983600,3),(664,1200880800,2),(664,1205031600,1),(664,1223784000,2),(664,1236481200,1),(664,1255233600,4),(665,-1567453392,1),(665,-1233432000,2),(665,-1222981200,1),(665,-1205956800,2),(665,-1194037200,1),(665,-1172865600,2),(665,-1162501200,1),(665,-1141329600,2),(665,-1130965200,1),(665,-1109793600,2),(665,-1099429200,1),(665,-1078257600,2),(665,-1067806800,1),(665,-1046635200,2),(665,-1036270800,1),(665,-1015099200,2),(665,-1004734800,1),(665,-983563200,2),(665,-973198800,1),(665,-952027200,2),(665,-941576400,1),(665,-931032000,2),(665,-900882000,1),(665,-890337600,2),(665,-833749200,1),(665,-827265600,2),(665,-752274000,1),(665,-733780800,2),(665,-197326800,1),(665,-190843200,2),(665,-184194000,1),(665,-164491200,2),(665,-152658000,1),(665,-132955200,2),(665,-121122000,1),(665,-101419200,2),(665,-86821200,1),(665,-71092800,2),(665,-54766800,1),(665,-39038400,2),(665,-23317200,1),(665,-7588800,4),(665,128142000,3),(665,136605600,4),(665,596948400,3),(665,605066400,4),(665,624423600,3),(665,636516000,4),(665,656478000,3),(665,667965600,1),(665,687931200,3),(665,699415200,4),(665,719377200,3),(665,731469600,4),(665,938919600,2),(665,952052400,4),(665,1086058800,1),(665,1087099200,4),(665,1198983600,3),(665,1205632800,4),(665,1224385200,3),(665,1237082400,4),(666,-1567453392,1),(666,-1233432000,2),(666,-1222981200,1),(666,-1205956800,2),(666,-1194037200,1),(666,-1172865600,2),(666,-1162501200,1),(666,-1141329600,2),(666,-1130965200,1),(666,-1109793600,2),(666,-1099429200,1),(666,-1078257600,2),(666,-1067806800,1),(666,-1046635200,2),(666,-1036270800,1),(666,-1015099200,2),(666,-1004734800,1),(666,-983563200,2),(666,-973198800,1),(666,-952027200,2),(666,-941576400,1),(666,-931032000,2),(666,-900882000,1),(666,-890337600,2),(666,-833749200,1),(666,-827265600,2),(666,-752274000,1),(666,-733780800,2),(666,-197326800,1),(666,-190843200,2),(666,-184194000,1),(666,-164491200,2),(666,-152658000,1),(666,-132955200,2),(666,-121122000,1),(666,-101419200,2),(666,-86821200,1),(666,-71092800,2),(666,-54766800,1),(666,-39038400,2),(666,-23317200,1),(666,-7588800,4),(666,128142000,3),(666,136605600,4),(666,596948400,3),(666,605066400,4),(666,624423600,3),(666,636516000,4),(666,656478000,3),(666,667965600,4),(666,687927600,3),(666,699415200,4),(666,719377200,3),(666,731469600,4),(666,938919600,2),(666,952052400,4),(666,1085886000,1),(666,1087704000,4),(666,1198983600,3),(666,1205632800,4),(667,-873057600,2),(667,-769395600,1),(667,-765399600,0),(668,-1206389360,1),(668,86760000,2),(668,134017200,1),(668,181368000,3),(668,194497200,1),(668,212990400,3),(668,226033200,1),(668,244526400,3),(668,257569200,1),(668,276062400,3),(668,291783600,1),(668,307598400,3),(668,323406000,1),(668,339220800,3),(668,354942000,1),(668,370756800,3),(668,386478000,1),(668,402292800,3),(668,418014000,1),(668,433828800,3),(668,449636400,1),(668,465451200,3),(668,481172400,1),(668,496987200,3),(668,512708400,1),(668,528523200,3),(668,544244400,1),(668,560059200,3),(668,575866800,1),(668,591681600,3),(668,607402800,1),(668,625032000,3),(668,638938800,1),(668,654753600,3),(668,670474800,1),(668,686721600,3),(668,699418800,1),(668,718257600,3),(668,733546800,1),(668,749448000,3),(668,762318000,1),(668,780984000,3),(668,793767600,1),(668,812520000,3),(668,825649200,1),(668,844574400,3),(668,856666800,1),(668,876024000,3),(668,888721200,1),(668,907473600,3),(668,920775600,1),(668,938923200,3),(668,952225200,1),(668,970372800,3),(668,983674800,1),(668,1002427200,3),(668,1018148400,1),(668,1030852800,3),(668,1049598000,1),(668,1062907200,3),(668,1081047600,1),(668,1097985600,3),(668,1110682800,1),(668,1129435200,3),(668,1142132400,1),(668,1160884800,3),(668,1173582000,1),(668,1192939200,3),(668,1205031600,1),(668,1224388800,3),(668,1236481200,1),(668,1255838400,3),(668,1270954800,1),(668,1286078400,3),(668,1302404400,1),(668,1317528000,3),(668,1333854000,1),(668,1349582400,3),(668,1364094000,1),(668,1381032000,3),(668,1395543600,1),(668,1412481600,3),(668,1426993200,1),(668,1443931200,3),(668,1459047600,1),(668,1475380800,3),(668,1490497200,1),(668,1506830400,3),(668,1521946800,1),(668,1538884800,3),(668,1553396400,1),(668,1570334400,3),(668,1584846000,1),(668,1601784000,3),(668,1616900400,1),(668,1633233600,3),(668,1648350000,1),(668,1664683200,3),(668,1679799600,1),(668,1696132800,3),(668,1711249200,1),(668,1728187200,3),(668,1742698800,1),(668,1759636800,3),(668,1774148400,1),(668,1791086400,3),(668,1806202800,1),(668,1822536000,3),(668,1837652400,1),(668,1853985600,3),(668,1869102000,1),(668,1886040000,3),(668,1900551600,1),(668,1917489600,3),(668,1932001200,1),(668,1948939200,3),(668,1964055600,1),(668,1980388800,3),(668,1995505200,1),(668,2011838400,3),(668,2026954800,1),(668,2043288000,3),(668,2058404400,1),(668,2075342400,3),(668,2089854000,1),(668,2106792000,3),(668,2121303600,1),(668,2138241600,3),(669,-1946918424,1),(670,-880196400,1),(670,-769395600,2),(670,-765374400,0),(670,-86878800,3),(670,-21466800,4),(670,-5745600,3),(670,9982800,4),(670,25704000,3),(670,41432400,4),(670,57758400,3),(670,73486800,4),(670,89208000,3),(670,104936400,4),(670,120657600,3),(670,126709200,4),(670,152107200,3),(670,162392400,4),(670,183556800,3),(670,199285200,4),(670,215611200,3),(670,230734800,4),(670,247060800,3),(670,262789200,4),(670,278510400,3),(670,294238800,4),(670,309960000,3),(670,325688400,4),(670,341409600,3),(670,357138000,4),(670,372859200,3),(670,388587600,4),(670,404913600,3),(670,420037200,4),(670,436363200,5),(670,439034400,7),(670,452088000,6),(670,467809200,7),(670,483537600,6),(670,499258800,7),(670,514987200,6),(670,530708400,7),(670,544622400,6),(670,562158000,7),(670,576072000,6),(670,594212400,7),(670,607521600,6),(670,625662000,7),(670,638971200,6),(670,657111600,7),(670,671025600,6),(670,688561200,7),(670,702475200,6),(670,720010800,7),(670,733924800,6),(670,752065200,7),(670,765374400,6),(670,783514800,7),(670,796824000,6),(670,814964400,7),(670,828878400,6),(670,846414000,7),(670,860328000,6),(670,877863600,7),(670,891777600,6),(670,909313200,7),(670,923227200,6),(670,941367600,7),(670,954676800,6),(670,972817200,7),(670,986126400,6),(670,1004266800,7),(670,1018180800,6),(670,1035716400,7),(670,1049630400,6),(670,1067166000,7),(670,1081080000,6),(670,1099220400,7),(670,1112529600,6),(670,1130670000,7),(670,1143979200,6),(670,1162119600,7),(670,1173614400,6),(670,1194174000,7),(670,1205064000,6),(670,1225623600,7),(670,1236513600,6),(670,1257073200,7),(670,1268568000,6),(670,1289127600,7),(670,1300017600,6),(670,1320577200,7),(670,1331467200,6),(670,1352026800,7),(670,1362916800,6),(670,1383476400,7),(670,1394366400,6),(670,1414926000,7),(670,1425816000,6),(670,1446375600,7),(670,1457870400,6),(670,1478430000,7),(670,1489320000,6),(670,1509879600,7),(670,1520769600,6),(670,1541329200,7),(670,1552219200,6),(670,1572778800,7),(670,1583668800,6),(670,1604228400,7),(670,1615723200,6),(670,1636282800,7),(670,1647172800,6),(670,1667732400,7),(670,1678622400,6),(670,1699182000,7),(670,1710072000,6),(670,1730631600,7),(670,1741521600,6),(670,1762081200,7),(670,1772971200,6),(670,1793530800,7),(670,1805025600,6),(670,1825585200,7),(670,1836475200,6),(670,1857034800,7),(670,1867924800,6),(670,1888484400,7),(670,1899374400,6),(670,1919934000,7),(670,1930824000,6),(670,1951383600,7),(670,1962878400,6),(670,1983438000,7),(670,1994328000,6),(670,2014887600,7),(670,2025777600,6),(670,2046337200,7),(670,2057227200,6),(670,2077786800,7),(670,2088676800,6),(670,2109236400,7),(670,2120126400,6),(670,2140686000,7),(671,-1767216356,2),(671,-1206957600,1),(671,-1191362400,2),(671,-1175374800,1),(671,-1159826400,2),(671,-633819600,1),(671,-622069200,2),(671,-602283600,1),(671,-591832800,2),(671,-570747600,1),(671,-560210400,2),(671,-539125200,1),(671,-531352800,2),(671,-191365200,1),(671,-184197600,2),(671,-155163600,1),(671,-150069600,2),(671,-128898000,1),(671,-121125600,2),(671,-99954000,1),(671,-89589600,2),(671,-68418000,1),(671,-57967200,2),(671,499748400,1),(671,511236000,2),(671,530593200,1),(671,540266400,2),(671,562129200,1),(671,571197600,2),(671,592974000,1),(671,602042400,2),(671,624423600,1),(671,634701600,2),(671,656478000,1),(671,666756000,2),(671,687927600,1),(671,697600800,2),(671,719982000,1),(671,728445600,2),(671,750826800,1),(671,761709600,2),(671,782276400,1),(671,793159200,2),(671,813726000,1),(671,824004000,2),(671,844570800,1),(671,856058400,2),(671,876106800,1),(671,888717600,2),(671,908074800,1),(671,919562400,2),(671,938919600,1),(671,951616800,2),(671,970974000,1),(671,982461600,2),(671,1003028400,1),(671,1013911200,2),(671,1036292400,1),(671,1045360800,2),(671,1318734000,1),(671,1330221600,2),(672,-1514739600,1),(672,-1343066400,2),(672,-1234807200,1),(672,-1220292000,2),(672,-1207159200,1),(672,-1191344400,2),(672,-873828000,1),(672,-661539600,3),(672,28800,1),(672,828867600,4),(672,846403200,1),(672,860317200,4),(672,877852800,1),(672,891766800,4),(672,909302400,1),(672,923216400,4),(672,941356800,1),(672,954666000,4),(672,972806400,1),(672,989139600,4),(672,1001836800,1),(672,1018170000,4),(672,1035705600,1),(672,1049619600,4),(672,1067155200,1),(672,1081069200,4),(672,1099209600,1),(672,1112518800,4),(672,1130659200,1),(672,1143968400,4),(672,1162108800,1),(672,1175418000,4),(672,1193558400,1),(672,1207472400,4),(672,1225008000,1),(672,1238922000,4),(672,1256457600,1),(672,1270371600,5),(672,1288508400,2),(672,1301817600,5),(672,1319958000,2),(672,1333267200,5),(672,1351407600,2),(672,1365321600,5),(672,1382857200,2),(672,1396771200,5),(672,1414306800,2),(672,1428220800,5),(672,1445756400,2),(672,1459670400,5),(672,1477810800,2),(672,1491120000,5),(672,1509260400,2),(672,1522569600,5),(672,1540710000,2),(672,1554624000,5),(672,1572159600,2),(672,1586073600,5),(672,1603609200,2),(672,1617523200,5),(672,1635663600,2),(672,1648972800,5),(672,1667113200,2),(672,1680422400,5),(672,1698562800,2),(672,1712476800,5),(672,1730012400,2),(672,1743926400,5),(672,1761462000,2),(672,1775376000,5),(672,1792911600,2),(672,1806825600,5),(672,1824966000,2),(672,1838275200,5),(672,1856415600,2),(672,1869724800,5),(672,1887865200,2),(672,1901779200,5),(672,1919314800,2),(672,1933228800,5),(672,1950764400,2),(672,1964678400,5),(672,1982818800,2),(672,1996128000,5),(672,2014268400,2),(672,2027577600,5),(672,2045718000,2),(672,2059027200,5),(672,2077167600,2),(672,2091081600,5),(672,2108617200,2),(672,2122531200,5),(672,2140066800,2),(673,-1841256091,3),(673,-874263600,1),(673,-862682400,2),(673,-841604400,1),(673,-830714400,2),(673,-820526400,3),(673,-811882800,4),(673,-798660000,2),(673,-788904000,3),(673,234943200,5),(673,244616400,3),(673,261554400,5),(673,276066000,3),(673,293004000,5),(673,307515600,3),(673,325058400,5),(673,338706000,3),(674,-1767213964,2),(674,-1206957600,1),(674,-1191362400,2),(674,-1175374800,1),(674,-1159826400,2),(674,-633819600,1),(674,-622069200,2),(674,-602283600,1),(674,-591832800,2),(674,-570747600,1),(674,-560210400,2),(674,-539125200,1),(674,-531352800,2),(674,-191365200,1),(674,-184197600,2),(674,-155163600,1),(674,-150069600,2),(674,-128898000,1),(674,-121125600,2),(674,-99954000,1),(674,-89589600,2),(674,-68418000,1),(674,-57967200,2),(674,499748400,1),(674,511236000,2),(674,530593200,1),(674,540266400,2),(674,562129200,1),(674,571197600,2),(675,-1822500432,2),(675,-1616954400,1),(675,-1606069800,2),(675,-1585504800,1),(675,-1574015400,2),(675,-1554055200,1),(675,-1542565800,2),(675,-1522605600,1),(675,-1511116200,2),(675,-1490551200,1),(675,-1479666600,2),(675,-1459101600,1),(675,-1448217000,2),(675,-1427652000,1),(675,-1416162600,2),(675,-1396202400,1),(675,-1384713000,2),(675,-1364752800,1),(675,-1353263400,2),(675,-1333303200,1),(675,-1321813800,2),(675,-1301248800,1),(675,-1290364200,2),(675,-1269799200,1),(675,-1258914600,2),(675,-1238349600,1),(675,-1226860200,2),(675,-1206900000,1),(675,-1195410600,2),(675,-1175450400,1),(675,-1163961000,2),(675,-1143396000,1),(675,-1132511400,2),(675,-1111946400,1),(675,-1101061800,2),(675,-1080496800,1),(675,-1069612200,2),(675,-1049047200,1),(675,-1037557800,2),(675,-1017597600,1),(675,-1006108200,2),(675,-986148000,1),(675,-974658600,2),(675,-954093600,1),(675,-943209000,2),(675,-922644000,1),(675,-911759400,2),(675,-891194400,1),(675,-879705000,2),(675,-868212000,3),(675,-769395600,4),(675,-758746800,2),(675,-701892000,1),(675,-690402600,2),(675,-670442400,1),(675,-658953000,2),(675,-638992800,1),(675,-627503400,2),(675,-606938400,1),(675,-596053800,2),(675,-575488800,1),(675,-564604200,2),(675,-544039200,1),(675,-532549800,2),(675,-512589600,1),(675,-501100200,2),(675,-481140000,1),(675,-469650600,2),(675,-449690400,1),(675,-438201000,2),(675,-417636000,1),(675,-406751400,2),(675,-386186400,1),(675,-375301800,2),(675,-354736800,1),(675,-343247400,2),(675,-323287200,1),(675,-311797800,2),(675,-291837600,1),(675,-280348200,2),(675,-259783200,1),(675,-248898600,2),(675,-228333600,1),(675,-217449000,2),(675,-196884000,1),(675,-185999400,2),(675,-165434400,1),(675,-153945000,2),(675,-133984800,1),(675,-122495400,2),(675,-102535200,1),(675,-91045800,2),(675,-70480800,1),(675,-59596200,2),(675,123919200,5),(675,129618000,2),(675,409039200,5),(675,413874000,2),(676,-873057600,2),(676,-769395600,1),(676,-765399600,0),(677,-1767211040,2),(677,-1206954000,1),(677,-1191358800,2),(677,-1175371200,1),(677,-1159822800,2),(677,-633816000,1),(677,-622065600,2),(677,-602280000,1),(677,-591829200,2),(677,-570744000,1),(677,-560206800,2),(677,-539121600,1),(677,-531349200,2),(677,-191361600,1),(677,-184194000,2),(677,-155160000,1),(677,-150066000,2),(677,-128894400,1),(677,-121122000,2),(677,-99950400,1),(677,-89586000,2),(677,-68414400,1),(677,-57963600,2),(677,499752000,1),(677,511239600,2),(677,530596800,1),(677,540270000,2),(677,562132800,1),(677,571201200,2),(677,938923200,1),(677,951620400,2),(677,970977600,1),(677,971578800,2),(678,-1739041424,2),(678,704869200,1),(678,733896000,2),(679,-1633269600,0),(679,-1615129200,1),(679,-1601820000,0),(679,-1583679600,1),(679,-1471788000,4),(679,-880210800,2),(679,-769395600,3),(679,-765388800,4),(679,-84380400,5),(679,-68659200,4),(679,-52930800,5),(679,-37209600,4),(679,-21481200,5),(679,-5760000,4),(679,9968400,5),(679,25689600,4),(679,41418000,5),(679,57744000,4),(679,73472400,5),(679,89193600,4),(679,104922000,5),(679,120643200,4),(679,129114000,5),(679,152092800,4),(679,162378000,5),(679,183542400,4),(679,199270800,5),(679,215596800,4),(679,230720400,5),(679,247046400,4),(679,262774800,5),(679,278496000,4),(679,294224400,5),(679,309945600,4),(679,325674000,5),(679,341395200,4),(679,357123600,5),(679,372844800,4),(679,388573200,5),(679,404899200,4),(679,420022800,5),(679,436348800,4),(679,452077200,5),(679,467798400,4),(679,483526800,5),(679,499248000,4),(679,514976400,5),(679,530697600,4),(679,544611600,5),(679,562147200,4),(679,576061200,5),(679,594201600,4),(679,607510800,5),(679,625651200,4),(679,638960400,5),(679,657100800,4),(679,671014800,5),(679,688550400,4),(679,702464400,5),(679,720000000,4),(679,733914000,5),(679,752054400,4),(679,765363600,5),(679,783504000,4),(679,796813200,5),(679,814953600,4),(679,828867600,5),(679,846403200,4),(679,860317200,5),(679,877852800,4),(679,891766800,5),(679,909302400,4),(679,923216400,5),(679,941356800,4),(679,954666000,5),(679,972806400,4),(679,986115600,5),(679,1004256000,4),(679,1018170000,5),(679,1035705600,4),(679,1049619600,5),(679,1067155200,4),(679,1081069200,5),(679,1099209600,4),(679,1112518800,5),(679,1130659200,4),(679,1143968400,5),(679,1162108800,4),(679,1173603600,5),(679,1194163200,4),(679,1205053200,5),(679,1225612800,4),(679,1236502800,5),(679,1257062400,4),(679,1268557200,5),(679,1289116800,4),(679,1300006800,5),(679,1320566400,4),(679,1331456400,5),(679,1352016000,4),(679,1362906000,5),(679,1383465600,4),(679,1394355600,5),(679,1414915200,4),(679,1425805200,5),(679,1446364800,4),(679,1457859600,5),(679,1478419200,4),(679,1489309200,5),(679,1509868800,4),(679,1520758800,5),(679,1541318400,4),(679,1552208400,5),(679,1572768000,4),(679,1583658000,5),(679,1604217600,4),(679,1615712400,5),(679,1636272000,4),(679,1647162000,5),(679,1667721600,4),(679,1678611600,5),(679,1699171200,4),(679,1710061200,5),(679,1730620800,4),(679,1741510800,5),(679,1762070400,4),(679,1772960400,5),(679,1793520000,4),(679,1805014800,5),(679,1825574400,4),(679,1836464400,5),(679,1857024000,4),(679,1867914000,5),(679,1888473600,4),(679,1899363600,5),(679,1919923200,4),(679,1930813200,5),(679,1951372800,4),(679,1962867600,5),(679,1983427200,4),(679,1994317200,5),(679,2014876800,4),(679,2025766800,5),(679,2046326400,4),(679,2057216400,5),(679,2077776000,4),(679,2088666000,5),(679,2109225600,4),(679,2120115600,5),(679,2140675200,4),(680,-1567453392,1),(680,-1233432000,2),(680,-1222981200,1),(680,-1205956800,2),(680,-1194037200,1),(680,-1172865600,2),(680,-1162501200,1),(680,-1141329600,2),(680,-1130965200,1),(680,-1109793600,2),(680,-1099429200,1),(680,-1078257600,2),(680,-1067806800,1),(680,-1046635200,2),(680,-1036270800,1),(680,-1015099200,2),(680,-1004734800,1),(680,-983563200,2),(680,-973198800,1),(680,-952027200,2),(680,-941576400,1),(680,-931032000,2),(680,-900882000,1),(680,-890337600,2),(680,-833749200,1),(680,-827265600,2),(680,-752274000,1),(680,-733780800,2),(680,-197326800,1),(680,-190843200,2),(680,-184194000,1),(680,-164491200,2),(680,-152658000,1),(680,-132955200,2),(680,-121122000,1),(680,-101419200,2),(680,-86821200,1),(680,-71092800,2),(680,-54766800,1),(680,-39038400,2),(680,-23317200,1),(680,-7588800,4),(680,128142000,3),(680,136605600,4),(680,596948400,3),(680,605066400,4),(680,624423600,3),(680,636516000,4),(680,656478000,3),(680,667965600,4),(680,687927600,3),(680,699415200,4),(680,719377200,3),(680,731469600,4),(680,938919600,2),(680,952052400,4),(680,1198983600,3),(680,1205632800,4),(680,1224385200,3),(680,1237082400,4),(681,-1577923200,3),(681,-880210800,1),(681,-769395600,2),(681,-765388800,3),(681,-147891600,4),(681,-131562000,3),(681,325674000,5),(681,341395200,3),(681,357123600,5),(681,372844800,3),(681,388573200,5),(681,404899200,3),(681,420022800,5),(681,436348800,3),(681,452077200,5),(681,467798400,3),(681,483526800,5),(681,499248000,3),(681,514976400,5),(681,530697600,3),(681,544611600,5),(681,562147200,3),(681,576061200,5),(681,594201600,3),(681,607510800,5),(681,625651200,3),(681,638960400,5),(681,657100800,3),(681,671014800,5),(681,688550400,3),(681,702464400,5),(681,720000000,3),(681,733914000,5),(681,752054400,3),(681,765363600,5),(681,783504000,3),(681,796813200,5),(681,814953600,3),(681,828867600,5),(681,846403200,3),(681,860317200,5),(681,877852800,3),(681,891766800,5),(681,909302400,3),(681,923216400,5),(681,941356800,7),(681,954662400,6),(681,972802800,8),(681,973400400,7),(681,986115600,5),(681,1004256000,3),(681,1018170000,5),(681,1035705600,3),(681,1049619600,5),(681,1067155200,3),(681,1081069200,5),(681,1099209600,3),(681,1112518800,5),(681,1130659200,3),(681,1143968400,5),(681,1162108800,3),(681,1173603600,5),(681,1194163200,3),(681,1205053200,5),(681,1225612800,3),(681,1236502800,5),(681,1257062400,3),(681,1268557200,5),(681,1289116800,3),(681,1300006800,5),(681,1320566400,3),(681,1331456400,5),(681,1352016000,3),(681,1362906000,5),(681,1383465600,3),(681,1394355600,5),(681,1414915200,3),(681,1425805200,5),(681,1446364800,3),(681,1457859600,5),(681,1478419200,3),(681,1489309200,5),(681,1509868800,3),(681,1520758800,5),(681,1541318400,3),(681,1552208400,5),(681,1572768000,3),(681,1583658000,5),(681,1604217600,3),(681,1615712400,5),(681,1636272000,3),(681,1647162000,5),(681,1667721600,3),(681,1678611600,5),(681,1699171200,3),(681,1710061200,5),(681,1730620800,3),(681,1741510800,5),(681,1762070400,3),(681,1772960400,5),(681,1793520000,3),(681,1805014800,5),(681,1825574400,3),(681,1836464400,5),(681,1857024000,3),(681,1867914000,5),(681,1888473600,3),(681,1899363600,5),(681,1919923200,3),(681,1930813200,5),(681,1951372800,3),(681,1962867600,5),(681,1983427200,3),(681,1994317200,5),(681,2014876800,3),(681,2025766800,5),(681,2046326400,3),(681,2057216400,5),(681,2077776000,3),(681,2088666000,5),(681,2109225600,3),(681,2120115600,5),(681,2140675200,3),(682,-1767212492,2),(682,-1206954000,1),(682,-1191358800,2),(682,-1175371200,1),(682,-1159822800,2),(682,-633816000,1),(682,-622065600,2),(682,-602280000,1),(682,-591829200,2),(682,-570744000,1),(682,-560206800,2),(682,-539121600,1),(682,-531349200,2),(682,-191361600,1),(682,-184194000,2),(682,-155160000,1),(682,-150066000,2),(682,-128894400,1),(682,-121122000,2),(682,-99950400,1),(682,-89586000,2),(682,-68414400,1),(682,-57963600,2),(682,499752000,1),(682,511239600,2),(682,530596800,1),(682,540270000,2),(682,562132800,1),(682,571201200,2),(682,592977600,1),(682,602046000,2),(682,624427200,1),(682,634705200,2),(682,656481600,1),(682,666759600,2),(682,687931200,1),(682,697604400,2),(682,719985600,1),(682,728449200,2),(682,750830400,1),(682,761713200,2),(682,782280000,1),(682,793162800,2),(682,813729600,1),(682,824007600,2),(682,844574400,1),(682,856062000,2),(682,876110400,1),(682,888721200,2),(682,908078400,1),(682,919566000,2),(682,938923200,1),(682,951620400,2),(682,970977600,1),(682,982465200,2),(682,1003032000,1),(682,1013914800,2),(682,1036296000,1),(682,1045364400,2),(682,1066536000,1),(682,1076814000,2),(682,1099368000,1),(682,1108868400,2),(682,1129435200,1),(682,1140318000,2),(682,1162699200,1),(682,1172372400,2),(682,1192334400,1),(682,1203217200,2),(682,1224388800,1),(682,1234666800,2),(682,1255838400,1),(682,1266721200,2),(682,1287288000,1),(682,1298170800,2),(682,1318737600,1),(682,1330225200,2),(682,1350792000,1),(682,1361070000,2),(682,1382241600,1),(682,1392519600,2),(682,1413691200,1),(682,1424574000,2),(682,1445140800,1),(682,1456023600,2),(682,1476590400,1),(682,1487473200,2),(682,1508040000,1),(682,1518922800,2),(682,1541304000,1),(682,1550372400,2),(683,-1514743200,1),(683,377935200,3),(683,828860400,2),(683,846396000,3),(683,860310000,2),(683,877845600,3),(683,891759600,2),(683,902037600,4),(683,909298800,1),(683,923212800,4),(683,941353200,1),(683,954662400,4),(683,972802800,1),(683,989136000,4),(683,1001833200,1),(683,1018166400,4),(683,1035702000,1),(683,1049616000,4),(683,1067151600,1),(683,1081065600,4),(683,1099206000,1),(683,1112515200,4),(683,1130655600,1),(683,1143964800,4),(683,1162105200,1),(683,1175414400,4),(683,1193554800,1),(683,1207468800,4),(683,1225004400,1),(683,1238918400,4),(683,1256454000,1),(683,1270368000,4),(683,1288508400,1),(683,1301817600,4),(683,1319958000,1),(683,1333267200,4),(683,1351407600,1),(683,1365321600,4),(683,1382857200,1),(683,1396771200,4),(683,1414306800,1),(683,1422777600,3),(684,-1826739140,1),(684,-157750200,2),(684,1197183600,1),(684,1462086000,2),(685,-1567453392,1),(685,-1233432000,2),(685,-1222981200,1),(685,-1205956800,2),(685,-1194037200,1),(685,-1172865600,2),(685,-1162501200,1),(685,-1141329600,2),(685,-1130965200,1),(685,-1109793600,2),(685,-1099429200,1),(685,-1078257600,2),(685,-1067806800,1),(685,-1046635200,2),(685,-1036270800,1),(685,-1015099200,2),(685,-1004734800,1),(685,-983563200,2),(685,-973198800,1),(685,-952027200,2),(685,-941576400,1),(685,-931032000,2),(685,-900882000,1),(685,-890337600,2),(685,-833749200,1),(685,-827265600,2),(685,-752274000,1),(685,-733780800,2),(685,-197326800,1),(685,-190843200,2),(685,-184194000,1),(685,-164491200,2),(685,-152658000,1),(685,-132955200,2),(685,-121122000,1),(685,-101419200,2),(685,-86821200,1),(685,-71092800,2),(685,-54766800,1),(685,-39038400,2),(685,-23317200,1),(685,-7588800,4),(685,128142000,3),(685,136605600,4),(685,596948400,3),(685,605066400,4),(685,624423600,3),(685,636516000,4),(685,656478000,3),(685,667965600,1),(685,687931200,3),(685,699415200,4),(685,719377200,3),(685,731469600,4),(685,938919600,2),(685,952052400,4),(685,1086058800,1),(685,1087704000,4),(685,1198983600,3),(685,1205632800,4),(686,-1846269040,1),(686,-71092800,2),(687,-1946918424,1),(688,-1633276800,0),(688,-1615136400,1),(688,-1601827200,0),(688,-1583686800,1),(688,-1563724800,0),(688,-1551632400,1),(688,-1538928000,0),(688,-1520182800,1),(688,-1504454400,0),(688,-1491757200,1),(688,-1473004800,0),(688,-1459702800,1),(688,-1441555200,0),(688,-1428253200,1),(688,-1410105600,0),(688,-1396803600,1),(688,-1378656000,0),(688,-1365354000,1),(688,-1347206400,0),(688,-1333904400,1),(688,-1315152000,0),(688,-1301850000,1),(688,-1283702400,0),(688,-1270400400,1),(688,-1252252800,0),(688,-1238950800,1),(688,-1220803200,0),(688,-1207501200,1),(688,-1189353600,0),(688,-1176051600,1),(688,-1157299200,0),(688,-1144602000,1),(688,-1125849600,0),(688,-1112547600,1),(688,-1094400000,0),(688,-1081098000,1),(688,-1067788800,2),(688,-1045414800,1),(688,-1031500800,0),(688,-1018198800,1),(688,-1000051200,0),(688,-986749200,1),(688,-967996800,0),(688,-955299600,1),(688,-936547200,0),(688,-923245200,1),(688,-905097600,0),(688,-891795600,1),(688,-880214400,3),(688,-769395600,4),(688,-765392400,1),(688,-747244800,0),(688,-733942800,1),(688,-715795200,0),(688,-702493200,1),(688,-684345600,0),(688,-671043600,1),(688,-652896000,0),(688,-639594000,1),(688,-620841600,0),(688,-608144400,1),(688,-589392000,0),(688,-576090000,1),(688,-557942400,0),(688,-544640400,1),(688,-526492800,0),(688,-513190800,1),(688,-495043200,0),(688,-481741200,1),(688,-463593600,0),(688,-447267600,1),(688,-431539200,0),(688,-415818000,1),(688,-400089600,0),(688,-384368400,1),(688,-368640000,0),(688,-352918800,1),(688,-337190400,0),(688,-321469200,1),(688,-305740800,0),(688,-289414800,1),(688,-273686400,0),(688,-257965200,1),(688,-242236800,0),(688,-226515600,1),(688,-210787200,0),(688,-195066000,1),(688,-179337600,0),(688,-163616400,1),(688,-147888000,0),(688,-131562000,1),(688,-116438400,0),(688,-100112400,1),(688,-84384000,0),(688,-68662800,1),(688,-52934400,0),(688,-37213200,1),(688,-21484800,0),(688,-5763600,1),(688,9964800,0),(688,25686000,1),(688,41414400,0),(688,57740400,1),(688,73468800,0),(688,89190000,1),(688,104918400,0),(688,120639600,1),(688,126691200,0),(688,152089200,1),(688,162374400,0),(688,183538800,1),(688,199267200,0),(688,215593200,1),(688,230716800,0),(688,247042800,1),(688,262771200,0),(688,278492400,1),(688,294220800,0),(688,309942000,1),(688,325670400,0),(688,341391600,1),(688,357120000,0),(688,372841200,1),(688,388569600,0),(688,404895600,1),(688,420019200,0),(688,436345200,1),(688,452073600,0),(688,467794800,1),(688,483523200,0),(688,499244400,1),(688,514972800,0),(688,530694000,1),(688,544608000,0),(688,562143600,1),(688,576057600,0),(688,594198000,1),(688,607507200,0),(688,625647600,1),(688,638956800,0),(688,657097200,1),(688,671011200,0),(688,688546800,1),(688,702460800,0),(688,719996400,1),(688,733910400,0),(688,752050800,1),(688,765360000,0),(688,783500400,1),(688,796809600,0),(688,814950000,1),(688,828864000,0),(688,846399600,1),(688,860313600,0),(688,877849200,1),(688,891763200,0),(688,909298800,1),(688,923212800,0),(688,941353200,1),(688,954662400,0),(688,972802800,1),(688,986112000,0),(688,1004252400,1),(688,1018166400,0),(688,1035702000,1),(688,1049616000,0),(688,1067151600,1),(688,1081065600,0),(688,1099206000,1),(688,1112515200,0),(688,1130655600,1),(688,1143964800,0),(688,1162105200,1),(688,1173600000,0),(688,1194159600,1),(688,1205049600,0),(688,1225609200,1),(688,1236499200,0),(688,1257058800,1),(688,1268553600,0),(688,1289113200,1),(688,1300003200,0),(688,1320562800,1),(688,1331452800,0),(688,1352012400,1),(688,1362902400,0),(688,1383462000,1),(688,1394352000,0),(688,1414911600,1),(688,1425801600,0),(688,1446361200,1),(688,1457856000,0),(688,1478415600,1),(688,1489305600,0),(688,1509865200,1),(688,1520755200,0),(688,1541314800,1),(688,1552204800,0),(688,1572764400,1),(688,1583654400,0),(688,1604214000,1),(688,1615708800,0),(688,1636268400,1),(688,1647158400,0),(688,1667718000,1),(688,1678608000,0),(688,1699167600,1),(688,1710057600,0),(688,1730617200,1),(688,1741507200,0),(688,1762066800,1),(688,1772956800,0),(688,1793516400,1),(688,1805011200,0),(688,1825570800,1),(688,1836460800,0),(688,1857020400,1),(688,1867910400,0),(688,1888470000,1),(688,1899360000,0),(688,1919919600,1),(688,1930809600,0),(688,1951369200,1),(688,1962864000,0),(688,1983423600,1),(688,1994313600,0),(688,2014873200,1),(688,2025763200,0),(688,2046322800,1),(688,2057212800,0),(688,2077772400,1),(688,2088662400,0),(688,2109222000,1),(688,2120112000,0),(688,2140671600,1),(689,-1514739600,1),(689,-1343066400,2),(689,-1234807200,1),(689,-1220292000,2),(689,-1207159200,1),(689,-1191344400,2),(689,828864000,3),(689,846399600,2),(689,860313600,3),(689,877849200,2),(689,891766800,4),(689,909302400,1),(689,923216400,4),(689,941356800,1),(689,954666000,4),(689,972806400,1),(689,989139600,4),(689,1001836800,1),(689,1018170000,4),(689,1035705600,1),(689,1049619600,4),(689,1067155200,1),(689,1081069200,4),(689,1099209600,1),(689,1112518800,4),(689,1130659200,1),(689,1143968400,4),(689,1162108800,1),(689,1175418000,4),(689,1193558400,1),(689,1207472400,4),(689,1225008000,1),(689,1238922000,4),(689,1256457600,1),(689,1270371600,4),(689,1288512000,1),(689,1301821200,4),(689,1319961600,1),(689,1333270800,4),(689,1351411200,1),(689,1365325200,4),(689,1382860800,1),(689,1396774800,4),(689,1414310400,1),(689,1428224400,4),(689,1445760000,1),(689,1459674000,4),(689,1477814400,1),(689,1491123600,4),(689,1509264000,1),(689,1522573200,4),(689,1540713600,1),(689,1554627600,4),(689,1572163200,1),(689,1586077200,4),(689,1603612800,1),(689,1617526800,4),(689,1635667200,1),(689,1648976400,4),(689,1667116800,1),(689,1680426000,4),(689,1698566400,1),(689,1712480400,4),(689,1730016000,1),(689,1743930000,4),(689,1761465600,1),(689,1775379600,4),(689,1792915200,1),(689,1806829200,4),(689,1824969600,1),(689,1838278800,4),(689,1856419200,1),(689,1869728400,4),(689,1887868800,1),(689,1901782800,4),(689,1919318400,1),(689,1933232400,4),(689,1950768000,1),(689,1964682000,4),(689,1982822400,1),(689,1996131600,4),(689,2014272000,1),(689,2027581200,4),(689,2045721600,1),(689,2059030800,4),(689,2077171200,1),(689,2091085200,4),(689,2108620800,1),(689,2122534800,4),(689,2140070400,1),(690,-1946918424,1),(691,-1567453392,1),(691,-1233432000,2),(691,-1222981200,1),(691,-1205956800,2),(691,-1194037200,1),(691,-1172865600,2),(691,-1162501200,1),(691,-1141329600,2),(691,-1130965200,1),(691,-1109793600,2),(691,-1099429200,1),(691,-1078257600,2),(691,-1067806800,1),(691,-1046635200,2),(691,-1036270800,1),(691,-1015099200,2),(691,-1004734800,1),(691,-983563200,2),(691,-973198800,1),(691,-952027200,2),(691,-941576400,1),(691,-931032000,2),(691,-900882000,1),(691,-890337600,2),(691,-833749200,1),(691,-827265600,2),(691,-752274000,1),(691,-733780800,2),(691,-197326800,1),(691,-190843200,2),(691,-184194000,1),(691,-164491200,2),(691,-152658000,1),(691,-132955200,2),(691,-121122000,1),(691,-101419200,2),(691,-86821200,1),(691,-71092800,2),(691,-54766800,1),(691,-39038400,2),(691,-23317200,1),(691,-7588800,4),(691,128142000,3),(691,136605600,4),(691,596948400,3),(691,605066400,4),(691,624423600,3),(691,636516000,4),(691,656478000,3),(691,667965600,1),(691,687931200,3),(691,699415200,4),(691,719377200,3),(691,731469600,4),(691,938919600,2),(691,952052400,4),(691,1198983600,3),(691,1205632800,4),(691,1224385200,3),(691,1237082400,4),(692,-1545071027,2),(692,288770400,1),(692,297234000,2),(692,320220000,1),(692,328683600,2),(692,664264800,1),(692,678344400,2),(692,695714400,1),(692,700635600,2),(693,-1633273200,0),(693,-1615132800,1),(693,-1601823600,0),(693,-1583683200,1),(693,-880210800,2),(693,-820519140,1),(693,-812653140,2),(693,-796845540,1),(693,-84380400,0),(693,-68659200,1),(694,-1767212140,2),(694,-1206954000,1),(694,-1191358800,2),(694,-1175371200,1),(694,-1159822800,2),(694,-633816000,1),(694,-622065600,2),(694,-602280000,1),(694,-591829200,2),(694,-570744000,1),(694,-560206800,2),(694,-539121600,1),(694,-531349200,2),(694,-191361600,1),(694,-184194000,2),(694,-155160000,1),(694,-150066000,2),(694,-128894400,1),(694,-121122000,2),(694,-99950400,1),(694,-89586000,2),(694,-68414400,1),(694,-57963600,2),(694,499752000,1),(694,511239600,2),(694,530596800,1),(694,540270000,2),(694,562132800,1),(694,571201200,2),(694,592977600,1),(694,602046000,2),(694,624427200,1),(694,634705200,2),(694,656481600,1),(694,666759600,2),(694,687931200,1),(694,697604400,2),(694,719985600,1),(694,728449200,2),(694,750830400,1),(694,761713200,2),(694,782280000,1),(694,793162800,2),(694,813729600,1),(694,824007600,2),(694,844574400,1),(694,856062000,2),(694,876110400,1),(694,888721200,2),(694,908078400,1),(694,919566000,2),(694,938923200,1),(694,951620400,2),(694,970977600,1),(694,982465200,2),(694,1003032000,1),(694,1013914800,2),(694,1036296000,1),(694,1045364400,2),(694,1099368000,1),(694,1108868400,2),(694,1129435200,1),(694,1140318000,2),(694,1162699200,1),(694,1172372400,2),(694,1192334400,1),(694,1203217200,2),(694,1224388800,1),(694,1234666800,2),(694,1255838400,1),(694,1266721200,2),(694,1287288000,1),(694,1298170800,2),(694,1318737600,1),(694,1330225200,2),(694,1350792000,1),(694,1361070000,2),(694,1382241600,1),(694,1392519600,2),(694,1413691200,1),(694,1424574000,2),(694,1445140800,1),(694,1456023600,2),(694,1476590400,1),(694,1487473200,2),(694,1508040000,1),(694,1518922800,2),(694,1541304000,1),(694,1550372400,2),(695,-873057600,2),(695,-769395600,1),(695,-765399600,0),(696,-1686091520,1),(696,323845200,4),(696,338950800,2),(696,354675600,3),(696,370400400,2),(696,386125200,3),(696,401850000,2),(696,417574800,3),(696,433299600,2),(696,449024400,3),(696,465354000,2),(696,481078800,3),(696,496803600,2),(696,512528400,3),(696,528253200,2),(696,543978000,3),(696,559702800,2),(696,575427600,3),(696,591152400,2),(696,606877200,3),(696,622602000,2),(696,638326800,3),(696,654656400,2),(696,670381200,3),(696,686106000,2),(696,701830800,3),(696,717555600,2),(696,733280400,3),(696,749005200,2),(696,764730000,3),(696,780454800,2),(696,796179600,3),(696,811904400,2),(696,820465200,5),(697,-1632056400,0),(697,-1615125600,1),(697,-1596978000,0),(697,-1583164800,1),(697,-880203600,2),(697,-769395600,3),(697,-765381600,1),(697,-147884400,4),(697,-131554800,1),(697,120646800,5),(697,325677600,6),(697,341398800,5),(697,357127200,6),(697,372848400,5),(697,388576800,6),(697,404902800,5),(697,420026400,6),(697,436352400,5),(697,452080800,6),(697,467802000,5),(697,483530400,6),(697,499251600,5),(697,514980000,6),(697,530701200,5),(697,544615200,6),(697,562150800,5),(697,576064800,6),(697,594205200,5),(697,607514400,6),(697,625654800,5),(697,638964000,6),(697,657104400,5),(697,671018400,6),(697,688554000,5),(697,702468000,6),(697,720003600,5),(697,733917600,6),(697,752058000,5),(697,765367200,6),(697,783507600,5),(697,796816800,6),(697,814957200,5),(697,828871200,6),(697,846406800,5),(697,860320800,6),(697,877856400,5),(697,891770400,6),(697,909306000,5),(697,923220000,6),(697,941360400,5),(697,954669600,6),(697,972810000,5),(697,986119200,6),(697,1004259600,5),(697,1018173600,6),(697,1035709200,5),(697,1049623200,6),(697,1067158800,5),(697,1081072800,6),(697,1099213200,5),(697,1112522400,6),(697,1130662800,5),(697,1143972000,6),(697,1162112400,5),(697,1173607200,6),(697,1194166800,5),(697,1205056800,6),(697,1225616400,5),(697,1236506400,6),(697,1257066000,5),(697,1268560800,6),(697,1289120400,5),(697,1300010400,6),(697,1320570000,5),(697,1331460000,6),(697,1352019600,5),(697,1362909600,6),(697,1383469200,5),(697,1394359200,6),(697,1414918800,5),(697,1425808800,6),(697,1446368400,5),(697,1457863200,6),(697,1478422800,5),(697,1489312800,6),(697,1509872400,5),(697,1520762400,6),(697,1541322000,5),(697,1552212000,6),(697,1572771600,5),(697,1583661600,6),(697,1604214000,7),(698,-1632060000,0),(698,-1615129200,1),(698,-880207200,2),(698,-769395600,3),(698,-765385200,1),(698,-715788000,0),(698,-702486000,1),(698,-684338400,0),(698,-671036400,1),(698,-652888800,0),(698,-639586800,1),(698,-620834400,0),(698,-608137200,1),(698,-589384800,0),(698,-576082800,1),(698,-557935200,0),(698,-544633200,1),(698,-526485600,0),(698,-513183600,1),(698,-495036000,0),(698,-481734000,1),(698,-463586400,0),(698,-450284400,1),(698,-431532000,0),(698,-418230000,1),(698,-400082400,0),(698,-386780400,1),(698,-368632800,0),(698,-355330800,1),(698,-337183200,0),(698,-323881200,1),(698,-305733600,0),(698,-292431600,1),(698,-273679200,0),(698,-260982000,1),(698,-242229600,0),(698,-226508400,1),(698,-210780000,0),(698,-195058800,1),(698,-179330400,0),(698,-163609200,1),(698,-147880800,0),(698,-131554800,1),(698,-116431200,0),(698,-100105200,1),(698,-84376800,0),(698,-68655600,1),(698,-52927200,0),(698,-37206000,1),(698,-21477600,0),(698,-5756400,1),(698,9972000,0),(698,25693200,1),(698,41421600,0),(698,57747600,1),(698,73476000,0),(698,84013200,4),(699,-1633273200,0),(699,-1615132800,1),(699,-1601823600,0),(699,-1583683200,1),(699,-1570374000,0),(699,-1551628800,1),(699,-1538924400,0),(699,-1534089600,1),(699,-880210800,2),(699,-769395600,3),(699,-765388800,1),(699,-147884400,0),(699,-131558400,1),(699,-116434800,0),(699,-100108800,1),(699,-84380400,0),(699,-68659200,1),(699,-52930800,0),(699,-37209600,1),(699,-21481200,0),(699,-5760000,1),(699,9968400,0),(699,25689600,1),(699,41418000,0),(699,57744000,1),(699,73472400,0),(699,89193600,1),(699,104922000,0),(699,120643200,1),(699,126694800,0),(699,152092800,1),(699,162378000,0),(699,183542400,1),(699,199270800,0),(699,215596800,1),(699,230720400,0),(699,247046400,1),(699,262774800,0),(699,278496000,1),(699,294224400,0),(699,309945600,1),(699,325674000,0),(699,341395200,1),(699,357123600,0),(699,372844800,1),(699,388573200,0),(699,404899200,1),(699,420022800,0),(699,436348800,1),(699,452077200,0),(699,467798400,1),(699,483526800,0),(699,499248000,1),(699,514976400,0),(699,530697600,1),(699,544611600,0),(699,562147200,1),(699,576061200,0),(699,594201600,1),(699,607510800,0),(699,625651200,1),(699,638960400,0),(699,657100800,1),(699,671014800,0),(699,688550400,1),(699,702464400,0),(699,720000000,1),(699,733914000,0),(699,752054400,1),(699,765363600,0),(699,783504000,1),(699,796813200,0),(699,814953600,1),(699,828867600,0),(699,846403200,1),(699,860317200,0),(699,877852800,1),(699,891766800,0),(699,909302400,1),(699,923216400,0),(699,941356800,1),(699,954666000,0),(699,972806400,1),(699,986115600,0),(699,1004256000,1),(699,1018170000,0),(699,1035705600,1),(699,1049619600,0),(699,1067155200,1),(699,1081069200,0),(699,1099209600,1),(699,1112518800,0),(699,1130659200,1),(699,1143968400,0),(699,1162108800,1),(699,1173603600,0),(699,1194163200,1),(699,1205053200,0),(699,1225612800,1),(699,1236502800,0),(699,1257062400,1),(699,1268557200,0),(699,1289116800,1),(699,1300006800,0),(699,1320566400,1),(699,1331456400,0),(699,1352016000,1),(699,1362906000,0),(699,1383465600,1),(699,1394355600,0),(699,1414915200,1),(699,1425805200,0),(699,1446364800,1),(699,1457859600,0),(699,1478419200,1),(699,1489309200,0),(699,1509868800,1),(699,1520758800,0),(699,1541318400,1),(699,1552208400,0),(699,1572768000,1),(699,1583658000,0),(699,1604217600,1),(699,1615712400,0),(699,1636272000,1),(699,1647162000,0),(699,1667721600,1),(699,1678611600,0),(699,1699171200,1),(699,1710061200,0),(699,1730620800,1),(699,1741510800,0),(699,1762070400,1),(699,1772960400,0),(699,1793520000,1),(699,1805014800,0),(699,1825574400,1),(699,1836464400,0),(699,1857024000,1),(699,1867914000,0),(699,1888473600,1),(699,1899363600,0),(699,1919923200,1),(699,1930813200,0),(699,1951372800,1),(699,1962867600,0),(699,1983427200,1),(699,1994317200,0),(699,2014876800,1),(699,2025766800,0),(699,2046326400,1),(699,2057216400,0),(699,2077776000,1),(699,2088666000,0),(699,2109225600,1),(699,2120115600,0),(699,2140675200,1),(700,-2051202469,1),(700,-1724083200,2),(700,-880218000,3),(700,-769395600,4),(700,-765396000,2),(700,-684349200,5),(700,-671047200,2),(700,-80506740,5),(700,-68666400,2),(700,-52938000,5),(700,-37216800,2),(700,104914800,5),(700,120636000,2),(700,126687600,5),(700,152085600,2),(700,167814000,5),(700,183535200,2),(700,199263600,5),(700,215589600,2),(700,230713200,5),(700,247039200,2),(700,262767600,5),(700,278488800,2),(700,294217200,5),(700,309938400,2),(700,325666800,5),(700,341388000,2),(700,357116400,5),(700,372837600,2),(700,388566000,5),(700,404892000,2),(700,420015600,5),(700,436341600,2),(700,452070000,5),(700,467791200,2),(700,483519600,5),(700,499240800,2),(700,514969200,5),(700,530690400,2),(700,544604400,5),(700,562140000,2),(700,576054000,5),(700,594194400,2),(700,607503600,5),(700,625644000,2),(700,638953200,5),(700,657093600,2),(700,671007600,5),(700,688543200,2),(700,702457200,5),(700,719992800,2),(700,733906800,5),(700,752047200,2),(700,765356400,5),(700,783496800,2),(700,796806000,5),(700,814946400,2),(700,828860400,5),(700,846396000,2),(700,860310000,5),(700,877845600,2),(700,891759600,5),(700,909295200,2),(700,923209200,5),(700,941349600,2),(700,954658800,5),(700,972799200,2),(700,986108400,5),(700,1004248800,2),(700,1018162800,5),(700,1035698400,2),(700,1049612400,5),(700,1067148000,2),(700,1081062000,5),(700,1099202400,2),(700,1112511600,5),(700,1130652000,2),(700,1143961200,5),(700,1162101600,2),(700,1173596400,5),(700,1194156000,2),(700,1205046000,5),(700,1225605600,2),(700,1236495600,5),(700,1257055200,2),(700,1268550000,5),(700,1289109600,2),(700,1299999600,5),(700,1320559200,2),(700,1331449200,5),(700,1352008800,2),(700,1362898800,5),(700,1383458400,2),(700,1394348400,5),(700,1414908000,2),(700,1425798000,5),(700,1446357600,2),(700,1457852400,5),(700,1478412000,2),(700,1489302000,5),(700,1509861600,2),(700,1520751600,5),(700,1541311200,2),(700,1552201200,5),(700,1572760800,2),(700,1583650800,5),(700,1604210400,2),(700,1615705200,5),(700,1636264800,2),(700,1647154800,5),(700,1667714400,2),(700,1678604400,5),(700,1699164000,2),(700,1710054000,5),(700,1730613600,2),(700,1741503600,5),(700,1762063200,2),(700,1772953200,5),(700,1793512800,2),(700,1805007600,5),(700,1825567200,2),(700,1836457200,5),(700,1857016800,2),(700,1867906800,5),(700,1888466400,2),(700,1899356400,5),(700,1919916000,2),(700,1930806000,5),(700,1951365600,2),(700,1962860400,5),(700,1983420000,2),(700,1994310000,5),(700,2014869600,2),(700,2025759600,5),(700,2046319200,2),(700,2057209200,5),(700,2077768800,2),(700,2088658800,5),(700,2109218400,2),(700,2120108400,5),(700,2140668000,2),(701,-873057600,2),(701,-769395600,1),(701,-765399600,0),(702,-1998663968,2),(702,-1632063600,1),(702,-1615132800,2),(702,-1600614000,1),(702,-1596816000,2),(702,-1567954800,1),(702,-1551628800,2),(702,-1536505200,1),(702,-1523203200,2),(702,-1504450800,1),(702,-1491753600,2),(702,-1473001200,1),(702,-1459699200,2),(702,-880210800,3),(702,-769395600,4),(702,-765388800,2),(702,-715791600,1),(702,-702489600,2),(702,73472400,1),(702,89193600,2),(702,104922000,1),(702,120643200,2),(702,136371600,1),(702,152092800,2),(702,167821200,1),(702,183542400,2),(702,199270800,1),(702,215596800,2),(702,230720400,1),(702,247046400,2),(702,262774800,1),(702,278496000,2),(702,294224400,1),(702,309945600,2),(702,325674000,1),(702,341395200,2),(702,357123600,1),(702,372844800,2),(702,388573200,1),(702,404899200,2),(702,420022800,1),(702,436348800,2),(702,452077200,1),(702,467798400,2),(702,483526800,1),(702,499248000,2),(702,514976400,1),(702,530697600,2),(702,544611600,1),(702,562147200,2),(702,576061200,1),(702,594201600,2),(702,607510800,1),(702,625651200,2),(702,638960400,1),(702,657100800,2),(702,671014800,1),(702,688550400,2),(702,702464400,1),(702,720000000,2),(702,733914000,1),(702,752054400,2),(702,765363600,1),(702,783504000,2),(702,796813200,1),(702,814953600,2),(702,828867600,1),(702,846403200,2),(702,860317200,1),(702,877852800,2),(702,891766800,1),(702,909302400,2),(702,923216400,1),(702,941356800,2),(702,954666000,1),(702,972806400,2),(702,986115600,1),(702,1004256000,2),(702,1018170000,1),(702,1035705600,2),(702,1049619600,1),(702,1067155200,2),(702,1081069200,1),(702,1099209600,2),(702,1112518800,1),(702,1130659200,2),(702,1143968400,1),(702,1162108800,2),(702,1173603600,1),(702,1194163200,2),(702,1205053200,1),(702,1225612800,2),(702,1236502800,1),(702,1257062400,2),(702,1268557200,1),(702,1289116800,2),(702,1300006800,1),(702,1320566400,2),(702,1331456400,1),(702,1352016000,2),(702,1362906000,1),(702,1383465600,2),(702,1394355600,1),(702,1414915200,2),(702,1425805200,1),(702,1446364800,2),(702,1457859600,1),(702,1478419200,2),(702,1489309200,1),(702,1509868800,2),(702,1520758800,1),(702,1541318400,2),(702,1552208400,1),(702,1572768000,2),(702,1583658000,1),(702,1604217600,2),(702,1615712400,1),(702,1636272000,2),(702,1647162000,1),(702,1667721600,2),(702,1678611600,1),(702,1699171200,2),(702,1710061200,1),(702,1730620800,2),(702,1741510800,1),(702,1762070400,2),(702,1772960400,1),(702,1793520000,2),(702,1805014800,1),(702,1825574400,2),(702,1836464400,1),(702,1857024000,2),(702,1867914000,1),(702,1888473600,2),(702,1899363600,1),(702,1919923200,2),(702,1930813200,1),(702,1951372800,2),(702,1962867600,1),(702,1983427200,2),(702,1994317200,1),(702,2014876800,2),(702,2025766800,1),(702,2046326400,2),(702,2057216400,1),(702,2077776000,2),(702,2088666000,1),(702,2109225600,2),(702,2120115600,1),(702,2140675200,2),(703,-1767208832,2),(703,-1206950400,1),(703,-1191355200,2),(703,-1175367600,1),(703,-1159819200,2),(703,-633812400,1),(703,-622062000,2),(703,-602276400,1),(703,-591825600,2),(703,-570740400,1),(703,-560203200,2),(703,-539118000,1),(703,-531345600,2),(703,-191358000,1),(703,-184190400,2),(703,-155156400,1),(703,-150062400,2),(703,-128890800,1),(703,-121118400,2),(703,-99946800,1),(703,-89582400,2),(703,-68410800,1),(703,-57960000,2),(703,499755600,1),(703,511243200,2),(703,530600400,1),(703,540273600,2),(703,562136400,1),(703,571204800,2),(703,750834000,1),(703,761716800,2),(703,1214283600,3),(703,1384056000,2),(704,-1546279392,2),(704,547020000,1),(704,559717200,2),(704,578469600,1),(704,591166800,2),(705,-1514736000,1),(705,-1451667600,2),(705,-1343062800,1),(705,-1234803600,2),(705,-1222963200,3),(705,-1207242000,2),(705,-873820800,4),(705,-769395600,5),(705,-761677200,2),(705,-686073600,3),(705,-661539600,2),(705,-495039600,3),(705,-481734000,2),(705,-463590000,3),(705,-450284400,2),(705,-431535600,3),(705,-418230000,2),(705,-400086000,3),(705,-386780400,2),(705,-368636400,3),(705,-355330800,2),(705,-337186800,3),(705,-323881200,2),(705,-305737200,3),(705,-292431600,2),(705,199274400,3),(705,215600400,2),(705,230724000,3),(705,247050000,2),(705,262778400,3),(705,278499600,2),(705,294228000,3),(705,309949200,2),(705,325677600,3),(705,341398800,2),(705,357127200,3),(705,372848400,2),(705,388576800,3),(705,404902800,2),(705,420026400,3),(705,436352400,2),(705,452080800,3),(705,467802000,2),(705,483530400,3),(705,499251600,2),(705,514980000,3),(705,530701200,2),(705,544615200,3),(705,562150800,2),(705,576064800,3),(705,594205200,2),(705,607514400,3),(705,625654800,2),(705,638964000,3),(705,657104400,2),(705,671018400,3),(705,688554000,2),(705,702468000,3),(705,720003600,2),(705,733917600,3),(705,752058000,2),(705,765367200,3),(705,783507600,2),(705,796816800,3),(705,814957200,2),(705,828871200,3),(705,846406800,2),(705,860320800,3),(705,877856400,2),(705,891770400,3),(705,909306000,2),(705,923220000,3),(705,941360400,2),(705,954669600,3),(705,972810000,2),(705,986119200,3),(705,1004259600,2),(705,1018173600,3),(705,1035709200,2),(705,1049623200,3),(705,1067158800,2),(705,1081072800,3),(705,1099213200,2),(705,1112522400,3),(705,1130662800,2),(705,1143972000,3),(705,1162112400,2),(705,1175421600,3),(705,1193562000,2),(705,1207476000,3),(705,1225011600,2),(705,1238925600,3),(705,1256461200,2),(705,1268560800,3),(705,1289120400,2),(705,1300010400,3),(705,1320570000,2),(705,1331460000,3),(705,1352019600,2),(705,1362909600,3),(705,1383469200,2),(705,1394359200,3),(705,1414918800,2),(705,1425808800,3),(705,1446368400,2),(705,1457863200,3),(705,1478422800,2),(705,1489312800,3),(705,1509872400,2),(705,1520762400,3),(705,1541322000,2),(705,1552212000,3),(705,1572771600,2),(705,1583661600,3),(705,1604221200,2),(705,1615716000,3),(705,1636275600,2),(705,1647165600,3),(705,1667725200,2),(705,1678615200,3),(705,1699174800,2),(705,1710064800,3),(705,1730624400,2),(705,1741514400,3),(705,1762074000,2),(705,1772964000,3),(705,1793523600,2),(705,1805018400,3),(705,1825578000,2),(705,1836468000,3),(705,1857027600,2),(705,1867917600,3),(705,1888477200,2),(705,1899367200,3),(705,1919926800,2),(705,1930816800,3),(705,1951376400,2),(705,1962871200,3),(705,1983430800,2),(705,1994320800,3),(705,2014880400,2),(705,2025770400,3),(705,2046330000,2),(705,2057220000,3),(705,2077779600,2),(705,2088669600,3),(705,2109229200,2),(705,2120119200,3),(705,2140678800,2),(706,-1632060000,0),(706,-1615129200,1),(706,-880207200,2),(706,-769395600,3),(706,-765385200,1),(706,-715788000,0),(706,-702486000,1),(706,-684338400,0),(706,-671036400,1),(706,-652888800,0),(706,-639586800,1),(706,-620834400,0),(706,-608137200,1),(706,-589384800,0),(706,-576082800,1),(706,-557935200,0),(706,-544633200,1),(706,-526485600,0),(706,-513183600,1),(706,-495036000,0),(706,-481734000,1),(706,-463586400,0),(706,-450284400,1),(706,-431532000,0),(706,-418230000,1),(706,-400082400,0),(706,-386780400,1),(706,-368632800,0),(706,-355330800,1),(706,-337183200,0),(706,-323881200,1),(706,-305733600,0),(706,-292431600,1),(706,-273679200,0),(706,-260982000,1),(706,-242229600,0),(706,-226508400,1),(706,-210780000,0),(706,-195058800,1),(706,-179330400,0),(706,-163609200,1),(706,-147880800,0),(706,-131554800,1),(706,-116431200,0),(706,-100105200,1),(706,-84376800,0),(706,-68655600,1),(706,-52927200,0),(706,-37206000,1),(706,-21477600,0),(706,-5756400,1),(706,9972000,0),(706,25693200,1),(706,41421600,0),(706,57747600,1),(706,73476000,0),(706,89197200,1),(706,104925600,0),(706,120646800,1),(706,136375200,0),(706,152096400,1),(706,167824800,0),(706,183546000,1),(706,199274400,0),(706,215600400,1),(706,230724000,0),(706,247050000,1),(706,262778400,0),(706,278499600,1),(706,294228000,0),(706,309949200,1),(706,325677600,0),(706,341398800,1),(706,357127200,0),(706,372848400,1),(706,388576800,0),(706,404902800,1),(706,420026400,0),(706,436352400,1),(706,452080800,0),(706,467802000,1),(706,483530400,0),(706,499251600,1),(706,514980000,0),(706,530701200,1),(706,544615200,0),(706,562150800,1),(706,576064800,0),(706,594205200,1),(706,607514400,0),(706,625654800,1),(706,638964000,0),(706,657104400,1),(706,671018400,0),(706,688554000,1),(706,702468000,0),(706,720003600,1),(706,733917600,0),(706,752058000,1),(706,765367200,0),(706,783507600,1),(706,796816800,0),(706,814957200,1),(706,828871200,0),(706,846406800,1),(706,860320800,0),(706,877856400,1),(706,891770400,0),(706,909306000,1),(706,923220000,0),(706,941360400,1),(706,954669600,0),(706,972810000,1),(706,986119200,0),(706,1004259600,1),(706,1018173600,0),(706,1035709200,1),(706,1049623200,0),(706,1067158800,1),(706,1081072800,0),(706,1099213200,1),(706,1112522400,0),(706,1130662800,1),(706,1143972000,0),(706,1162112400,1),(706,1173607200,0),(706,1194166800,1),(706,1205056800,0),(706,1225616400,1),(706,1236506400,0),(706,1257066000,1),(706,1268560800,0),(706,1289120400,1),(706,1300010400,0),(706,1320570000,1),(706,1331460000,0),(706,1352019600,1),(706,1362909600,0),(706,1383469200,1),(706,1394359200,0),(706,1414918800,1),(706,1425808800,4),(707,-1633276800,0),(707,-1615136400,1),(707,-1601827200,0),(707,-1583686800,1),(707,-900259200,0),(707,-891795600,1),(707,-880214400,2),(707,-769395600,3),(707,-765392400,1),(707,-747244800,0),(707,-733942800,1),(707,-715795200,0),(707,-702493200,1),(707,-684345600,0),(707,-671043600,1),(707,-652896000,0),(707,-639594000,1),(707,-620841600,0),(707,-608144400,1),(707,-589392000,0),(707,-576090000,1),(707,-557942400,0),(707,-544640400,1),(707,-526492800,0),(707,-513190800,1),(707,-495043200,0),(707,-481741200,1),(707,-463593600,4),(707,-386787600,1),(707,-368640000,4),(707,-21488400,5),(707,-5767200,4),(707,9961200,5),(707,25682400,4),(707,1143961200,5),(707,1162101600,4),(707,1173596400,5),(707,1194156000,4),(707,1205046000,5),(707,1225605600,4),(707,1236495600,5),(707,1257055200,4),(707,1268550000,5),(707,1289109600,4),(707,1299999600,5),(707,1320559200,4),(707,1331449200,5),(707,1352008800,4),(707,1362898800,5),(707,1383458400,4),(707,1394348400,5),(707,1414908000,4),(707,1425798000,5),(707,1446357600,4),(707,1457852400,5),(707,1478412000,4),(707,1489302000,5),(707,1509861600,4),(707,1520751600,5),(707,1541311200,4),(707,1552201200,5),(707,1572760800,4),(707,1583650800,5),(707,1604210400,4),(707,1615705200,5),(707,1636264800,4),(707,1647154800,5),(707,1667714400,4),(707,1678604400,5),(707,1699164000,4),(707,1710054000,5),(707,1730613600,4),(707,1741503600,5),(707,1762063200,4),(707,1772953200,5),(707,1793512800,4),(707,1805007600,5),(707,1825567200,4),(707,1836457200,5),(707,1857016800,4),(707,1867906800,5),(707,1888466400,4),(707,1899356400,5),(707,1919916000,4),(707,1930806000,5),(707,1951365600,4),(707,1962860400,5),(707,1983420000,4),(707,1994310000,5),(707,2014869600,4),(707,2025759600,5),(707,2046319200,4),(707,2057209200,5),(707,2077768800,4),(707,2088658800,5),(707,2109218400,4),(707,2120108400,5),(707,2140668000,4),(708,-1767216360,2),(708,-1206957600,1),(708,-1191362400,2),(708,-1175374800,1),(708,-1159826400,2),(708,-633819600,1),(708,-622069200,2),(708,-602283600,1),(708,-591832800,2),(708,-570747600,1),(708,-560210400,2),(708,-539125200,1),(708,-531352800,2),(708,-191365200,1),(708,-184197600,2),(708,-155163600,1),(708,-150069600,2),(708,-128898000,1),(708,-121125600,2),(708,-99954000,1),(708,-89589600,2),(708,-68418000,1),(708,-57967200,2),(708,499748400,1),(708,511236000,2),(708,530593200,1),(708,540266400,2),(708,562129200,1),(708,571197600,2),(708,592974000,1),(708,602042400,2),(708,624423600,1),(708,634701600,2),(708,938919600,1),(708,951616800,2),(708,970974000,1),(708,972180000,2),(708,1003028400,1),(708,1013911200,2),(709,-2131646412,2),(709,-1632074400,1),(709,-1615143600,2),(709,-880221600,3),(709,-769395600,4),(709,-765399600,2),(709,-526500000,1),(709,-513198000,2),(709,73461600,1),(709,89182800,2),(709,104911200,1),(709,120632400,2),(709,136360800,1),(709,152082000,2),(709,167810400,1),(709,183531600,2),(709,199260000,1),(709,215586000,2),(709,230709600,1),(709,247035600,2),(709,262764000,1),(709,278485200,2),(709,294213600,1),(709,309934800,2),(709,325663200,1),(709,341384400,2),(709,357112800,1),(709,372834000,2),(709,388562400,1),(709,404888400,2),(709,420012000,1),(709,436338000,2),(709,452066400,1),(709,467787600,2),(709,483516000,1),(709,499237200,2),(709,514965600,1),(709,530686800,2),(709,544600800,1),(709,562136400,2),(709,576050400,1),(709,594190800,2),(709,607500000,1),(709,625640400,2),(709,638949600,1),(709,657090000,2),(709,671004000,1),(709,688539600,2),(709,702453600,1),(709,719989200,2),(709,733903200,1),(709,752043600,2),(709,765352800,1),(709,783493200,2),(709,796802400,1),(709,814942800,2),(709,828856800,1),(709,846392400,2),(709,860306400,1),(709,877842000,2),(709,891756000,1),(709,909291600,2),(709,923205600,1),(709,941346000,2),(709,954655200,1),(709,972795600,2),(709,986104800,1),(709,1004245200,2),(709,1018159200,1),(709,1035694800,2),(709,1049608800,1),(709,1067144400,2),(709,1081058400,1),(709,1099198800,2),(709,1112508000,1),(709,1130648400,2),(709,1143957600,1),(709,1162098000,2),(709,1173592800,1),(709,1194152400,2),(709,1205042400,1),(709,1225602000,2),(709,1236492000,1),(709,1257051600,2),(709,1268546400,1),(709,1289106000,2),(709,1299996000,1),(709,1320555600,2),(709,1331445600,1),(709,1352005200,2),(709,1362895200,1),(709,1383454800,2),(709,1394344800,1),(709,1414904400,2),(709,1425794400,1),(709,1446354000,2),(709,1457848800,1),(709,1478408400,2),(709,1489298400,1),(709,1509858000,2),(709,1520748000,1),(709,1541307600,2),(709,1552197600,1),(709,1572757200,2),(709,1583647200,1),(709,1604206800,2),(709,1615701600,1),(709,1636261200,2),(709,1647151200,1),(709,1667710800,2),(709,1678600800,1),(709,1699160400,2),(709,1710050400,1),(709,1730610000,2),(709,1741500000,1),(709,1762059600,2),(709,1772949600,1),(709,1793509200,2),(709,1805004000,1),(709,1825563600,2),(709,1836453600,1),(709,1857013200,2),(709,1867903200,1),(709,1888462800,2),(709,1899352800,1),(709,1919912400,2),(709,1930802400,1),(709,1951362000,2),(709,1962856800,1),(709,1983416400,2),(709,1994306400,1),(709,2014866000,2),(709,2025756000,1),(709,2046315600,2),(709,2057205600,1),(709,2077765200,2),(709,2088655200,1),(709,2109214800,2),(709,2120104800,1),(709,2140664400,2),(710,-1686083584,1),(710,323845200,4),(710,338950800,2),(710,354675600,3),(710,370400400,2),(710,386125200,3),(710,401850000,2),(710,417574800,3),(710,433299600,2),(710,449024400,3),(710,465354000,2),(710,481078800,3),(710,496803600,2),(710,512528400,3),(710,528253200,2),(710,543978000,3),(710,559702800,2),(710,575427600,3),(710,591152400,2),(710,606877200,3),(710,622602000,2),(710,638326800,3),(710,654656400,2),(710,670381200,3),(710,686106000,2),(710,701830800,3),(710,717555600,2),(710,733280400,3),(710,749005200,2),(710,764730000,3),(710,780454800,2),(710,796179600,3),(710,811904400,2),(710,828234000,3),(710,846378000,2),(710,859683600,3),(710,877827600,2),(710,891133200,3),(710,909277200,2),(710,922582800,3),(710,941331600,2),(710,954032400,3),(710,972781200,2),(710,985482000,3),(710,1004230800,2),(710,1017536400,3),(710,1035680400,2),(710,1048986000,3),(710,1067130000,2),(710,1080435600,3),(710,1099184400,2),(710,1111885200,3),(710,1130634000,2),(710,1143334800,3),(710,1162083600,2),(710,1174784400,3),(710,1193533200,2),(710,1206838800,3),(710,1224982800,2),(710,1238288400,3),(710,1256432400,2),(710,1269738000,3),(710,1288486800,2),(710,1301187600,3),(710,1319936400,2),(710,1332637200,3),(710,1351386000,2),(710,1364691600,3),(710,1382835600,2),(710,1396141200,3),(710,1414285200,2),(710,1427590800,3),(710,1445734800,2),(710,1459040400,3),(710,1477789200,2),(710,1490490000,3),(710,1509238800,2),(710,1521939600,3),(710,1540688400,2),(710,1553994000,3),(710,1572138000,2),(710,1585443600,3),(710,1603587600,2),(710,1616893200,3),(710,1635642000,2),(710,1648342800,3),(710,1667091600,2),(710,1679792400,3),(710,1698541200,2),(710,1711846800,3),(710,1729990800,2),(710,1743296400,3),(710,1761440400,2),(710,1774746000,3),(710,1792890000,2),(710,1806195600,3),(710,1824944400,2),(710,1837645200,3),(710,1856394000,2),(710,1869094800,3),(710,1887843600,2),(710,1901149200,3),(710,1919293200,2),(710,1932598800,3),(710,1950742800,2),(710,1964048400,3),(710,1982797200,2),(710,1995498000,3),(710,2014246800,2),(710,2026947600,3),(710,2045696400,2),(710,2058397200,3),(710,2077146000,2),(710,2090451600,3),(710,2108595600,2),(710,2121901200,3),(710,2140045200,2),(711,-1632076148,1),(711,-1615145348,0),(711,-1096921748,2),(711,-1061670600,3),(711,-1048973400,2),(711,-1030221000,3),(711,-1017523800,2),(711,-998771400,3),(711,-986074200,2),(711,-966717000,3),(711,-954624600,2),(711,-935267400,3),(711,-922570200,2),(711,-903817800,3),(711,-891120600,2),(711,-872368200,5),(711,-769395600,4),(711,-765401400,2),(711,-746044200,3),(711,-733347000,2),(711,-714594600,3),(711,-701897400,2),(711,-683145000,3),(711,-670447800,2),(711,-651695400,3),(711,-638998200,2),(711,-619641000,3),(711,-606943800,2),(711,-589401000,3),(711,-576099000,2),(711,-557951400,3),(711,-544649400,2),(711,-526501800,3),(711,-513199800,2),(711,-495052200,3),(711,-481750200,2),(711,-463602600,3),(711,-450300600,2),(711,-431548200,3),(711,-418246200,2),(711,-400098600,3),(711,-386796600,2),(711,-368649000,3),(711,-355347000,2),(711,-337199400,3),(711,-323897400,2),(711,-305749800,3),(711,-289423800,2),(711,-273695400,3),(711,-257974200,2),(711,-242245800,3),(711,-226524600,2),(711,-210796200,3),(711,-195075000,2),(711,-179346600,3),(711,-163625400,2),(711,-147897000,3),(711,-131571000,2),(711,-119903400,7),(711,-116445600,6),(711,-100119600,7),(711,-84391200,6),(711,-68670000,7),(711,-52941600,6),(711,-37220400,7),(711,-21492000,6),(711,-5770800,7),(711,9957600,6),(711,25678800,7),(711,41407200,6),(711,57733200,7),(711,73461600,6),(711,89182800,7),(711,104911200,6),(711,120632400,7),(711,136360800,6),(711,152082000,7),(711,167810400,6),(711,183531600,7),(711,199260000,6),(711,215586000,7),(711,230709600,6),(711,247035600,7),(711,262764000,6),(711,278485200,7),(711,294213600,6),(711,309934800,7),(711,325663200,6),(711,341384400,7),(711,357112800,6),(711,372834000,7),(711,388562400,6),(711,404888400,7),(711,420012000,6),(711,436338000,7),(711,452066400,6),(711,467787600,7),(711,483516000,6),(711,499237200,7),(711,514965600,6),(711,530686800,7),(711,544593660,6),(711,562129260,7),(711,576043260,8),(711,594180060,7),(711,607492860,6),(711,625633260,7),(711,638942460,6),(711,657082860,7),(711,670996860,6),(711,688532460,7),(711,702446460,6),(711,719982060,7),(711,733896060,6),(711,752036460,7),(711,765345660,6),(711,783486060,7),(711,796795260,6),(711,814935660,7),(711,828849660,6),(711,846385260,7),(711,860299260,6),(711,877834860,7),(711,891748860,6),(711,909284460,7),(711,923198460,6),(711,941338860,7),(711,954648060,6),(711,972788460,7),(711,986097660,6),(711,1004238060,7),(711,1018152060,6),(711,1035687660,7),(711,1049601660,6),(711,1067137260,7),(711,1081051260,6),(711,1099191660,7),(711,1112500860,6),(711,1130641260,7),(711,1143950460,6),(711,1162090860,7),(711,1173585660,6),(711,1194145260,7),(711,1205035260,6),(711,1225594860,7),(711,1236484860,6),(711,1257044460,7),(711,1268539260,6),(711,1289098860,7),(711,1299988860,6),(711,1320555600,7),(711,1331445600,6),(711,1352005200,7),(711,1362895200,6),(711,1383454800,7),(711,1394344800,6),(711,1414904400,7),(711,1425794400,6),(711,1446354000,7),(711,1457848800,6),(711,1478408400,7),(711,1489298400,6),(711,1509858000,7),(711,1520748000,6),(711,1541307600,7),(711,1552197600,6),(711,1572757200,7),(711,1583647200,6),(711,1604206800,7),(711,1615701600,6),(711,1636261200,7),(711,1647151200,6),(711,1667710800,7),(711,1678600800,6),(711,1699160400,7),(711,1710050400,6),(711,1730610000,7),(711,1741500000,6),(711,1762059600,7),(711,1772949600,6),(711,1793509200,7),(711,1805004000,6),(711,1825563600,7),(711,1836453600,6),(711,1857013200,7),(711,1867903200,6),(711,1888462800,7),(711,1899352800,6),(711,1919912400,7),(711,1930802400,6),(711,1951362000,7),(711,1962856800,6),(711,1983416400,7),(711,1994306400,6),(711,2014866000,7),(711,2025756000,6),(711,2046315600,7),(711,2057205600,6),(711,2077765200,7),(711,2088655200,6),(711,2109214800,7),(711,2120104800,6),(711,2140664400,7),(712,-1827687170,1),(712,294217200,2),(712,309938400,1),(712,325666800,2),(712,341388000,1),(712,357116400,2),(712,372837600,1),(712,388566000,2),(712,404892000,1),(712,420015600,2),(712,436341600,1),(712,452070000,2),(712,467791200,1),(712,483519600,2),(712,499240800,1),(712,514969200,2),(712,530690400,1),(712,544604400,2),(712,562140000,1),(712,576054000,2),(712,594194400,1),(712,607503600,2),(712,625644000,1),(712,638953200,2),(712,657093600,1),(712,671007600,2),(712,688543200,1),(712,702457200,2),(712,719992800,1),(712,733906800,2),(712,752047200,1),(712,765356400,2),(712,783496800,1),(712,796806000,2),(712,814946400,1),(712,828860400,2),(712,846396000,1),(712,860310000,2),(712,877845600,1),(712,891759600,2),(712,909295200,1),(712,923209200,2),(712,941349600,1),(712,954658800,2),(712,972799200,1),(712,986108400,2),(712,1004248800,1),(712,1018162800,2),(712,1035698400,1),(712,1049612400,2),(712,1067148000,1),(712,1081062000,2),(712,1099202400,1),(712,1112511600,2),(712,1130652000,1),(712,1143961200,2),(712,1162101600,1),(712,1173596400,2),(712,1194156000,1),(712,1205046000,2),(712,1225605600,1),(712,1236495600,2),(712,1257055200,1),(712,1268550000,2),(712,1289109600,1),(712,1299999600,2),(712,1320559200,1),(712,1331449200,2),(712,1352008800,1),(712,1362898800,2),(712,1383458400,1),(712,1394348400,2),(712,1414908000,1),(712,1425798000,3),(712,1520751600,2),(712,1541311200,1),(712,1552201200,2),(712,1572760800,1),(712,1583650800,2),(712,1604210400,1),(712,1615705200,2),(712,1636264800,1),(712,1647154800,2),(712,1667714400,1),(712,1678604400,2),(712,1699164000,1),(712,1710054000,2),(712,1730613600,1),(712,1741503600,2),(712,1762063200,1),(712,1772953200,2),(712,1793512800,1),(712,1805007600,2),(712,1825567200,1),(712,1836457200,2),(712,1857016800,1),(712,1867906800,2),(712,1888466400,1),(712,1899356400,2),(712,1919916000,1),(712,1930806000,2),(712,1951365600,1),(712,1962860400,2),(712,1983420000,1),(712,1994310000,2),(712,2014869600,1),(712,2025759600,2),(712,2046319200,1),(712,2057209200,2),(712,2077768800,1),(712,2088658800,2),(712,2109218400,1),(712,2120108400,2),(712,2140668000,1),(713,-873057600,2),(713,-769395600,1),(713,-765399600,0),(714,-873057600,2),(714,-769395600,1),(714,-765399600,0),(715,-1617040676,2),(715,123055200,1),(715,130914000,2),(715,422344800,1),(715,433054800,2),(715,669708000,1),(715,684219600,2),(715,1146376800,1),(715,1159678800,2),(716,-1230749160,2),(716,722926800,1),(716,728884800,2),(717,-1843589241,1),(717,-1730577600,2),(717,176096700,3),(717,701841600,1),(718,-2131645536,2),(718,-1696276800,1),(718,-1680469200,2),(718,-1632074400,1),(718,-1615143600,2),(718,-1566763200,1),(718,-1557090000,2),(718,-1535486400,1),(718,-1524949200,2),(718,-1504468800,1),(718,-1493413200,2),(718,-1472414400,1),(718,-1461963600,2),(718,-1440964800,1),(718,-1429390800,2),(718,-1409515200,1),(718,-1396731600,2),(718,-1376856000,1),(718,-1366491600,2),(718,-1346616000,1),(718,-1333832400,2),(718,-1313956800,1),(718,-1303678800,2),(718,-1282507200,1),(718,-1272661200,2),(718,-1251057600,1),(718,-1240088400,2),(718,-1219608000,1),(718,-1207429200,2),(718,-1188763200,1),(718,-1175979600,2),(718,-1157313600,1),(718,-1143925200,2),(718,-1124049600,1),(718,-1113771600,2),(718,-1091390400,1),(718,-1081026000,2),(718,-1059854400,1),(718,-1050786000,2),(718,-1030910400,1),(718,-1018126800,2),(718,-999460800,1),(718,-986677200,2),(718,-965592000,1),(718,-955227600,2),(718,-935956800,1),(718,-923173200,2),(718,-904507200,1),(718,-891723600,2),(718,-880221600,3),(718,-769395600,4),(718,-765399600,2),(718,-747252000,1),(718,-733950000,2),(718,-715802400,1),(718,-702500400,2),(718,-684352800,1),(718,-671050800,2),(718,-652903200,1),(718,-639601200,2),(718,-589399200,1),(718,-576097200,2),(718,-557949600,1),(718,-544647600,2),(718,-526500000,1),(718,-513198000,2),(718,-495050400,1),(718,-481748400,2),(718,-431546400,1),(718,-418244400,2),(718,-400096800,1),(718,-386794800,2),(718,-368647200,1),(718,-355345200,2),(718,-337197600,1),(718,-323895600,2),(718,-242244000,1),(718,-226522800,2),(718,-210794400,1),(718,-195073200,2),(718,-179344800,1),(718,-163623600,2),(718,-147895200,1),(718,-131569200,2),(718,-116445600,1),(718,-100119600,2),(718,-84391200,1),(718,-68670000,2),(718,-52941600,1),(718,-37220400,2),(718,-21492000,1),(718,-5770800,2),(718,9957600,1),(718,25678800,2),(718,41407200,1),(718,57733200,2),(718,73461600,1),(718,89182800,2),(718,104911200,1),(718,120632400,2),(718,136360800,1),(718,152082000,2),(718,167810400,1),(718,183531600,2),(718,199260000,1),(718,215586000,2),(718,230709600,1),(718,247035600,2),(718,262764000,1),(718,278485200,2),(718,294213600,1),(718,309934800,2),(718,325663200,1),(718,341384400,2),(718,357112800,1),(718,372834000,2),(718,388562400,1),(718,404888400,2),(718,420012000,1),(718,436338000,2),(718,452066400,1),(718,467787600,2),(718,483516000,1),(718,499237200,2),(718,514965600,1),(718,530686800,2),(718,544600800,1),(718,562136400,2),(718,576050400,1),(718,594190800,2),(718,607500000,1),(718,625640400,2),(718,638949600,1),(718,657090000,2),(718,671004000,1),(718,688539600,2),(718,702453600,1),(718,719989200,2),(718,733903200,1),(718,752043600,2),(718,765352800,1),(718,783493200,2),(718,796802400,1),(718,814942800,2),(718,828856800,1),(718,846392400,2),(718,860306400,1),(718,877842000,2),(718,891756000,1),(718,909291600,2),(718,923205600,1),(718,941346000,2),(718,954655200,1),(718,972795600,2),(718,986104800,1),(718,1004245200,2),(718,1018159200,1),(718,1035694800,2),(718,1049608800,1),(718,1067144400,2),(718,1081058400,1),(718,1099198800,2),(718,1112508000,1),(718,1130648400,2),(718,1143957600,1),(718,1162098000,2),(718,1173592800,1),(718,1194152400,2),(718,1205042400,1),(718,1225602000,2),(718,1236492000,1),(718,1257051600,2),(718,1268546400,1),(718,1289106000,2),(718,1299996000,1),(718,1320555600,2),(718,1331445600,1),(718,1352005200,2),(718,1362895200,1),(718,1383454800,2),(718,1394344800,1),(718,1414904400,2),(718,1425794400,1),(718,1446354000,2),(718,1457848800,1),(718,1478408400,2),(718,1489298400,1),(718,1509858000,2),(718,1520748000,1),(718,1541307600,2),(718,1552197600,1),(718,1572757200,2),(718,1583647200,1),(718,1604206800,2),(718,1615701600,1),(718,1636261200,2),(718,1647151200,1),(718,1667710800,2),(718,1678600800,1),(718,1699160400,2),(718,1710050400,1),(718,1730610000,2),(718,1741500000,1),(718,1762059600,2),(718,1772949600,1),(718,1793509200,2),(718,1805004000,1),(718,1825563600,2),(718,1836453600,1),(718,1857013200,2),(718,1867903200,1),(718,1888462800,2),(718,1899352800,1),(718,1919912400,2),(718,1930802400,1),(718,1951362000,2),(718,1962856800,1),(718,1983416400,2),(718,1994306400,1),(718,2014866000,2),(718,2025756000,1),(718,2046315600,2),(718,2057205600,1),(718,2077765200,2),(718,2088655200,1),(718,2109214800,2),(718,2120104800,1),(718,2140664400,2),(719,-1402813824,2),(719,-1311534000,1),(719,-1300996800,2),(719,-933534000,1),(719,-925675200,2),(719,-902084400,1),(719,-893620800,2),(719,-870030000,1),(719,-862171200,2),(719,-775681200,1),(719,-767822400,2),(719,-744231600,1),(719,-736372800,2),(719,-144702000,1),(719,-134251200,2),(719,-113425200,1),(719,-102542400,2),(719,-86295600,1),(719,-72907200,2),(719,-54154800,1),(719,-41457600,2),(719,-21495600,1),(719,-5774400,2),(719,9954000,1),(719,25675200,2),(719,41403600,1),(719,57729600,2),(719,73458000,1),(719,87364800,2),(719,104907600,1),(719,118900800,2),(719,136357200,1),(719,150436800,2),(719,167806800,1),(719,183528000,2),(719,199256400,1),(719,215582400,2),(719,230706000,1),(719,247032000,2),(719,263365200,1),(719,276667200,2),(719,290581200,1),(719,308721600,2),(719,322030800,1),(719,340171200,2),(719,358318800,1),(719,371620800,2),(719,389768400,1),(719,403070400,2),(719,421218000,1),(719,434520000,2),(719,452667600,1),(719,466574400,2),(719,484117200,1),(719,498024000,2),(719,511333200,1),(719,529473600,2),(719,542782800,1),(719,560923200,2),(719,574837200,1),(719,592372800,2),(719,606286800,1),(719,623822400,2),(719,638946000,1),(719,655876800,2),(719,671000400,1),(719,687330000,3),(719,702450000,1),(719,718779600,3),(719,733899600,1),(719,750229200,3),(719,765349200,1),(719,781678800,3),(719,796798800,1),(719,813128400,3),(719,828853200,1),(719,844578000,3),(719,860302800,1),(719,876632400,3),(719,891147600,4),(719,909291600,3),(719,922597200,4),(719,941346000,3),(719,954651600,4),(719,972795600,3),(719,986101200,4),(719,1004245200,3),(719,1018155600,4),(719,1035694800,3),(719,1049605200,4),(719,1067144400,3),(719,1080450000,4),(719,1162098000,3),(719,1173589200,4),(719,1193547600,3),(719,1205643600,4),(719,1224997200,3),(719,1236488400,4),(719,1256446800,3),(719,1268542800,4),(719,1288501200,3),(719,1300597200,4),(719,1321160400,3),(719,1333256400,4),(719,1352005200,3),(719,1362891600,4),(719,1383454800,3),(719,1394341200,4),(719,1414904400,3),(719,1425790800,4),(719,1446354000,3),(719,1457845200,4),(719,1478408400,3),(719,1489294800,4),(719,1509858000,3),(719,1520744400,4),(719,1541307600,3),(719,1552194000,4),(719,1572757200,3),(719,1583643600,4),(719,1604206800,3),(719,1615698000,4),(719,1636261200,3),(719,1647147600,4),(719,1667710800,3),(719,1678597200,4),(719,1699160400,3),(719,1710046800,4),(719,1730610000,3),(719,1741496400,4),(719,1762059600,3),(719,1772946000,4),(719,1793509200,3),(719,1805000400,4),(719,1825563600,3),(719,1836450000,4),(719,1857013200,3),(719,1867899600,4),(719,1888462800,3),(719,1899349200,4),(719,1919912400,3),(719,1930798800,4),(719,1951362000,3),(719,1962853200,4),(719,1983416400,3),(719,1994302800,4),(719,2014866000,3),(719,2025752400,4),(719,2046315600,3),(719,2057202000,4),(719,2077765200,3),(719,2088651600,4),(719,2109214800,3),(719,2120101200,4),(719,2140664400,3),(720,-1514739600,1),(720,-1343066400,2),(720,-1234807200,1),(720,-1220292000,2),(720,-1207159200,1),(720,-1191344400,2),(720,-873828000,1),(720,-661539600,3),(720,28800,1),(720,828867600,4),(720,846403200,1),(720,860317200,4),(720,877852800,1),(720,891766800,4),(720,909302400,1),(721,-1633276800,0),(721,-1615136400,1),(721,-1601827200,0),(721,-1583686800,1),(721,-900259200,0),(721,-891795600,1),(721,-880214400,2),(721,-769395600,3),(721,-765392400,1),(721,-747244800,0),(721,-733942800,1),(721,-715795200,0),(721,-702493200,1),(721,-684345600,0),(721,-671043600,1),(721,-652896000,0),(721,-639594000,1),(721,-620841600,0),(721,-608144400,1),(721,-589392000,0),(721,-576090000,1),(721,-557942400,0),(721,-544640400,1),(721,-526492800,0),(721,-513190800,1),(721,-495043200,0),(721,-481741200,1),(721,-463593600,4),(721,-386787600,1),(721,-368640000,4),(721,-21488400,5),(721,-5767200,4),(721,9961200,5),(721,25682400,4),(721,1143961200,5),(721,1162101600,4),(721,1173596400,5),(721,1194156000,4),(721,1205046000,5),(721,1225605600,4),(721,1236495600,5),(721,1257055200,4),(721,1268550000,5),(721,1289109600,4),(721,1299999600,5),(721,1320559200,4),(721,1331449200,5),(721,1352008800,4),(721,1362898800,5),(721,1383458400,4),(721,1394348400,5),(721,1414908000,4),(721,1425798000,5),(721,1446357600,4),(721,1457852400,5),(721,1478412000,4),(721,1489302000,5),(721,1509861600,4),(721,1520751600,5),(721,1541311200,4),(721,1552201200,5),(721,1572760800,4),(721,1583650800,5),(721,1604210400,4),(721,1615705200,5),(721,1636264800,4),(721,1647154800,5),(721,1667714400,4),(721,1678604400,5),(721,1699164000,4),(721,1710054000,5),(721,1730613600,4),(721,1741503600,5),(721,1762063200,4),(721,1772953200,5),(721,1793512800,4),(721,1805007600,5),(721,1825567200,4),(721,1836457200,5),(721,1857016800,4),(721,1867906800,5),(721,1888466400,4),(721,1899356400,5),(721,1919916000,4),(721,1930806000,5),(721,1951365600,4),(721,1962860400,5),(721,1983420000,4),(721,1994310000,5),(721,2014869600,4),(721,2025759600,5),(721,2046319200,4),(721,2057209200,5),(721,2077768800,4),(721,2088658800,5),(721,2109218400,4),(721,2120108400,5),(721,2140668000,4),(722,-1633276800,0),(722,-1615136400,1),(722,-1601827200,0),(722,-1583686800,1),(722,-880214400,2),(722,-769395600,3),(722,-765392400,1),(722,-715795200,0),(722,-702493200,1),(722,-684345600,0),(722,-671043600,1),(722,-652896000,0),(722,-639594000,1),(722,-620841600,0),(722,-608144400,1),(722,-589392000,0),(722,-576090000,1),(722,-557942400,0),(722,-544640400,1),(722,-526492800,0),(722,-513190800,1),(722,-495043200,0),(722,-481741200,1),(722,-463593600,0),(722,-447267600,1),(722,-431539200,0),(722,-415818000,1),(722,-400089600,0),(722,-386787600,1),(722,-368640000,0),(722,-355338000,1),(722,-337190400,0),(722,-321469200,1),(722,-305740800,0),(722,-289414800,1),(722,-273686400,0),(722,-257965200,1),(722,-242236800,4),(722,-195066000,1),(722,-84384000,0),(722,-68662800,1),(722,-52934400,0),(722,-37213200,1),(722,-21484800,0),(722,-5763600,1),(722,9964800,0),(722,25686000,1),(722,41414400,0),(722,57740400,1),(722,73468800,0),(722,89190000,1),(722,104918400,0),(722,120639600,1),(722,126691200,0),(722,152089200,1),(722,162374400,0),(722,183538800,1),(722,199267200,0),(722,215593200,1),(722,230716800,0),(722,247042800,1),(722,262771200,0),(722,278492400,1),(722,294220800,0),(722,309942000,1),(722,325670400,0),(722,341391600,1),(722,357120000,0),(722,372841200,1),(722,388569600,0),(722,404895600,1),(722,420019200,0),(722,436345200,1),(722,452073600,0),(722,467794800,1),(722,483523200,0),(722,499244400,1),(722,514972800,0),(722,530694000,1),(722,544608000,0),(722,562143600,1),(722,576057600,0),(722,594198000,1),(722,607507200,0),(722,625647600,1),(722,638956800,0),(722,657097200,1),(722,671011200,0),(722,688546800,4),(722,1143961200,0),(722,1162105200,1),(722,1173600000,0),(722,1194159600,1),(722,1205049600,0),(722,1225609200,1),(722,1236499200,0),(722,1257058800,1),(722,1268553600,0),(722,1289113200,1),(722,1300003200,0),(722,1320562800,1),(722,1331452800,0),(722,1352012400,1),(722,1362902400,0),(722,1383462000,1),(722,1394352000,0),(722,1414911600,1),(722,1425801600,0),(722,1446361200,1),(722,1457856000,0),(722,1478415600,1),(722,1489305600,0),(722,1509865200,1),(722,1520755200,0),(722,1541314800,1),(722,1552204800,0),(722,1572764400,1),(722,1583654400,0),(722,1604214000,1),(722,1615708800,0),(722,1636268400,1),(722,1647158400,0),(722,1667718000,1),(722,1678608000,0),(722,1699167600,1),(722,1710057600,0),(722,1730617200,1),(722,1741507200,0),(722,1762066800,1),(722,1772956800,0),(722,1793516400,1),(722,1805011200,0),(722,1825570800,1),(722,1836460800,0),(722,1857020400,1),(722,1867910400,0),(722,1888470000,1),(722,1899360000,0),(722,1919919600,1),(722,1930809600,0),(722,1951369200,1),(722,1962864000,0),(722,1983423600,1),(722,1994313600,0),(722,2014873200,1),(722,2025763200,0),(722,2046322800,1),(722,2057212800,0),(722,2077772400,1),(722,2088662400,0),(722,2109222000,1),(722,2120112000,0),(722,2140671600,1),(723,-1633276800,0),(723,-1615136400,1),(723,-1601827200,0),(723,-1583686800,1),(723,-880214400,2),(723,-769395600,3),(723,-765392400,1),(723,-589392000,0),(723,-576090000,1),(723,-495043200,0),(723,-481741200,1),(723,-463593600,0),(723,-450291600,1),(723,-431539200,0),(723,-418237200,1),(723,-400089600,0),(723,-386787600,1),(723,-368640000,0),(723,-355338000,1),(723,-337190400,0),(723,-323888400,1),(723,-305740800,0),(723,-292438800,1),(723,-273686400,4),(723,-21488400,5),(723,-5767200,4),(723,9961200,5),(723,25682400,4),(723,41410800,5),(723,57736800,4),(723,73465200,5),(723,89186400,4),(723,104914800,5),(723,120636000,4),(723,126687600,0),(723,152089200,4),(723,162370800,5),(723,183535200,4),(723,1143961200,5),(723,1162101600,4),(723,1173596400,5),(723,1194156000,4),(723,1205046000,5),(723,1225605600,4),(723,1236495600,5),(723,1257055200,4),(723,1268550000,5),(723,1289109600,4),(723,1299999600,5),(723,1320559200,4),(723,1331449200,5),(723,1352008800,4),(723,1362898800,5),(723,1383458400,4),(723,1394348400,5),(723,1414908000,4),(723,1425798000,5),(723,1446357600,4),(723,1457852400,5),(723,1478412000,4),(723,1489302000,5),(723,1509861600,4),(723,1520751600,5),(723,1541311200,4),(723,1552201200,5),(723,1572760800,4),(723,1583650800,5),(723,1604210400,4),(723,1615705200,5),(723,1636264800,4),(723,1647154800,5),(723,1667714400,4),(723,1678604400,5),(723,1699164000,4),(723,1710054000,5),(723,1730613600,4),(723,1741503600,5),(723,1762063200,4),(723,1772953200,5),(723,1793512800,4),(723,1805007600,5),(723,1825567200,4),(723,1836457200,5),(723,1857016800,4),(723,1867906800,5),(723,1888466400,4),(723,1899356400,5),(723,1919916000,4),(723,1930806000,5),(723,1951365600,4),(723,1962860400,5),(723,1983420000,4),(723,1994310000,5),(723,2014869600,4),(723,2025759600,5),(723,2046319200,4),(723,2057209200,5),(723,2077768800,4),(723,2088658800,5),(723,2109218400,4),(723,2120108400,5),(723,2140668000,4),(724,-1633276800,0),(724,-1615136400,1),(724,-1601827200,0),(724,-1583686800,1),(724,-880214400,2),(724,-769395600,3),(724,-765392400,1),(724,-462996000,0),(724,-450291600,1),(724,-431539200,0),(724,-418237200,1),(724,-400089600,0),(724,-386787600,1),(724,-368640000,0),(724,-355338000,1),(724,-337190400,0),(724,-323888400,1),(724,-305740800,0),(724,-292438800,1),(724,-273686400,0),(724,-257965200,1),(724,-242236800,0),(724,-226515600,1),(724,-210787200,0),(724,-195066000,1),(724,-179337600,0),(724,-163616400,1),(724,-147888000,4),(724,-100112400,1),(724,-84384000,0),(724,-68662800,1),(724,-52934400,0),(724,-37213200,1),(724,-21484800,0),(724,-5763600,1),(724,9964800,0),(724,25686000,1),(724,41414400,0),(724,57740400,1),(724,73468800,0),(724,89190000,1),(724,104918400,0),(724,120639600,1),(724,126691200,0),(724,152089200,1),(724,162374400,0),(724,183538800,1),(724,199267200,0),(724,215593200,1),(724,230716800,0),(724,247042800,4),(724,1143961200,0),(724,1162105200,1),(724,1173600000,0),(724,1194159600,4),(724,1205046000,5),(724,1225605600,4),(724,1236495600,5),(724,1257055200,4),(724,1268550000,5),(724,1289109600,4),(724,1299999600,5),(724,1320559200,4),(724,1331449200,5),(724,1352008800,4),(724,1362898800,5),(724,1383458400,4),(724,1394348400,5),(724,1414908000,4),(724,1425798000,5),(724,1446357600,4),(724,1457852400,5),(724,1478412000,4),(724,1489302000,5),(724,1509861600,4),(724,1520751600,5),(724,1541311200,4),(724,1552201200,5),(724,1572760800,4),(724,1583650800,5),(724,1604210400,4),(724,1615705200,5),(724,1636264800,4),(724,1647154800,5),(724,1667714400,4),(724,1678604400,5),(724,1699164000,4),(724,1710054000,5),(724,1730613600,4),(724,1741503600,5),(724,1762063200,4),(724,1772953200,5),(724,1793512800,4),(724,1805007600,5),(724,1825567200,4),(724,1836457200,5),(724,1857016800,4),(724,1867906800,5),(724,1888466400,4),(724,1899356400,5),(724,1919916000,4),(724,1930806000,5),(724,1951365600,4),(724,1962860400,5),(724,1983420000,4),(724,1994310000,5),(724,2014869600,4),(724,2025759600,5),(724,2046319200,4),(724,2057209200,5),(724,2077768800,4),(724,2088658800,5),(724,2109218400,4),(724,2120108400,5),(724,2140668000,4),(725,-1633276800,0),(725,-1615136400,1),(725,-1601827200,0),(725,-1583686800,1),(725,-880214400,2),(725,-769395600,3),(725,-765392400,1),(725,-462996000,0),(725,-450291600,1),(725,-431539200,0),(725,-418237200,1),(725,-400089600,0),(725,-386787600,1),(725,-368640000,0),(725,-355338000,1),(725,-337190400,0),(725,-323888400,1),(725,-305740800,0),(725,-292438800,1),(725,-273686400,0),(725,-257965200,1),(725,-242236800,0),(725,-226515600,1),(725,-210787200,0),(725,-195066000,1),(725,-179337600,4),(725,-68662800,1),(725,-52934400,0),(725,-37213200,1),(725,-21484800,5),(725,-5767200,4),(725,9961200,5),(725,25682400,4),(725,1143961200,0),(725,1162105200,1),(725,1173600000,0),(725,1194159600,1),(725,1205049600,0),(725,1225609200,1),(725,1236499200,0),(725,1257058800,1),(725,1268553600,0),(725,1289113200,1),(725,1300003200,0),(725,1320562800,1),(725,1331452800,0),(725,1352012400,1),(725,1362902400,0),(725,1383462000,1),(725,1394352000,0),(725,1414911600,1),(725,1425801600,0),(725,1446361200,1),(725,1457856000,0),(725,1478415600,1),(725,1489305600,0),(725,1509865200,1),(725,1520755200,0),(725,1541314800,1),(725,1552204800,0),(725,1572764400,1),(725,1583654400,0),(725,1604214000,1),(725,1615708800,0),(725,1636268400,1),(725,1647158400,0),(725,1667718000,1),(725,1678608000,0),(725,1699167600,1),(725,1710057600,0),(725,1730617200,1),(725,1741507200,0),(725,1762066800,1),(725,1772956800,0),(725,1793516400,1),(725,1805011200,0),(725,1825570800,1),(725,1836460800,0),(725,1857020400,1),(725,1867910400,0),(725,1888470000,1),(725,1899360000,0),(725,1919919600,1),(725,1930809600,0),(725,1951369200,1),(725,1962864000,0),(725,1983423600,1),(725,1994313600,0),(725,2014873200,1),(725,2025763200,0),(725,2046322800,1),(725,2057212800,0),(725,2077772400,1),(725,2088662400,0),(725,2109222000,1),(725,2120112000,0),(725,2140671600,1),(726,-1633276800,0),(726,-1615136400,1),(726,-1601827200,0),(726,-1583686800,1),(726,-880214400,2),(726,-769395600,3),(726,-765392400,1),(726,-495043200,4),(726,-21488400,5),(726,-5767200,4),(726,9961200,5),(726,25682400,4),(726,41410800,5),(726,57736800,4),(726,73465200,5),(726,89186400,4),(726,1143961200,5),(726,1162101600,4),(726,1173596400,5),(726,1194156000,4),(726,1205046000,5),(726,1225605600,4),(726,1236495600,5),(726,1257055200,4),(726,1268550000,5),(726,1289109600,4),(726,1299999600,5),(726,1320559200,4),(726,1331449200,5),(726,1352008800,4),(726,1362898800,5),(726,1383458400,4),(726,1394348400,5),(726,1414908000,4),(726,1425798000,5),(726,1446357600,4),(726,1457852400,5),(726,1478412000,4),(726,1489302000,5),(726,1509861600,4),(726,1520751600,5),(726,1541311200,4),(726,1552201200,5),(726,1572760800,4),(726,1583650800,5),(726,1604210400,4),(726,1615705200,5),(726,1636264800,4),(726,1647154800,5),(726,1667714400,4),(726,1678604400,5),(726,1699164000,4),(726,1710054000,5),(726,1730613600,4),(726,1741503600,5),(726,1762063200,4),(726,1772953200,5),(726,1793512800,4),(726,1805007600,5),(726,1825567200,4),(726,1836457200,5),(726,1857016800,4),(726,1867906800,5),(726,1888466400,4),(726,1899356400,5),(726,1919916000,4),(726,1930806000,5),(726,1951365600,4),(726,1962860400,5),(726,1983420000,4),(726,1994310000,5),(726,2014869600,4),(726,2025759600,5),(726,2046319200,4),(726,2057209200,5),(726,2077768800,4),(726,2088658800,5),(726,2109218400,4),(726,2120108400,5),(726,2140668000,4),(727,-1633276800,0),(727,-1615136400,1),(727,-1601827200,0),(727,-1583686800,1),(727,-880214400,2),(727,-769395600,3),(727,-765392400,1),(727,-747244800,0),(727,-733942800,1),(727,-526492800,0),(727,-513190800,1),(727,-495043200,0),(727,-481741200,1),(727,-462996000,0),(727,-450291600,1),(727,-431539200,0),(727,-418237200,1),(727,-400089600,0),(727,-386787600,1),(727,-368640000,0),(727,-355338000,1),(727,-337190400,0),(727,-323888400,1),(727,-305740800,0),(727,-289414800,1),(727,-273686400,0),(727,-260989200,1),(727,-242236800,0),(727,-226515600,1),(727,-210787200,0),(727,-195066000,1),(727,-179337600,4),(727,-21488400,5),(727,-5767200,4),(727,9961200,5),(727,25682400,4),(727,1143961200,0),(727,1162105200,1),(727,1173600000,0),(727,1194159600,4),(727,1205046000,5),(727,1225605600,4),(727,1236495600,5),(727,1257055200,4),(727,1268550000,5),(727,1289109600,4),(727,1299999600,5),(727,1320559200,4),(727,1331449200,5),(727,1352008800,4),(727,1362898800,5),(727,1383458400,4),(727,1394348400,5),(727,1414908000,4),(727,1425798000,5),(727,1446357600,4),(727,1457852400,5),(727,1478412000,4),(727,1489302000,5),(727,1509861600,4),(727,1520751600,5),(727,1541311200,4),(727,1552201200,5),(727,1572760800,4),(727,1583650800,5),(727,1604210400,4),(727,1615705200,5),(727,1636264800,4),(727,1647154800,5),(727,1667714400,4),(727,1678604400,5),(727,1699164000,4),(727,1710054000,5),(727,1730613600,4),(727,1741503600,5),(727,1762063200,4),(727,1772953200,5),(727,1793512800,4),(727,1805007600,5),(727,1825567200,4),(727,1836457200,5),(727,1857016800,4),(727,1867906800,5),(727,1888466400,4),(727,1899356400,5),(727,1919916000,4),(727,1930806000,5),(727,1951365600,4),(727,1962860400,5),(727,1983420000,4),(727,1994310000,5),(727,2014869600,4),(727,2025759600,5),(727,2046319200,4),(727,2057209200,5),(727,2077768800,4),(727,2088658800,5),(727,2109218400,4),(727,2120108400,5),(727,2140668000,4),(728,-1633276800,0),(728,-1615136400,1),(728,-1601827200,0),(728,-1583686800,1),(728,-880214400,2),(728,-769395600,3),(728,-765392400,1),(728,-747244800,0),(728,-733942800,1),(728,-715795200,0),(728,-702493200,1),(728,-684345600,0),(728,-671043600,1),(728,-652896000,0),(728,-639594000,1),(728,-620841600,0),(728,-608144400,1),(728,-589392000,0),(728,-576090000,1),(728,-557942400,0),(728,-544640400,1),(728,-526492800,0),(728,-513190800,1),(728,-495043200,0),(728,-481741200,1),(728,-463593600,0),(728,-447267600,1),(728,-431539200,0),(728,-415818000,1),(728,-400089600,0),(728,-386787600,1),(728,-368640000,0),(728,-355338000,1),(728,-337190400,0),(728,-323888400,1),(728,-305740800,0),(728,-292438800,1),(728,-273686400,4),(728,-21488400,5),(728,-5767200,4),(728,9961200,5),(728,25682400,4),(728,1143961200,0),(728,1162105200,1),(728,1173600000,5),(728,1194156000,4),(728,1205046000,5),(728,1225605600,4),(728,1236495600,5),(728,1257055200,4),(728,1268550000,5),(728,1289109600,4),(728,1299999600,5),(728,1320559200,4),(728,1331449200,5),(728,1352008800,4),(728,1362898800,5),(728,1383458400,4),(728,1394348400,5),(728,1414908000,4),(728,1425798000,5),(728,1446357600,4),(728,1457852400,5),(728,1478412000,4),(728,1489302000,5),(728,1509861600,4),(728,1520751600,5),(728,1541311200,4),(728,1552201200,5),(728,1572760800,4),(728,1583650800,5),(728,1604210400,4),(728,1615705200,5),(728,1636264800,4),(728,1647154800,5),(728,1667714400,4),(728,1678604400,5),(728,1699164000,4),(728,1710054000,5),(728,1730613600,4),(728,1741503600,5),(728,1762063200,4),(728,1772953200,5),(728,1793512800,4),(728,1805007600,5),(728,1825567200,4),(728,1836457200,5),(728,1857016800,4),(728,1867906800,5),(728,1888466400,4),(728,1899356400,5),(728,1919916000,4),(728,1930806000,5),(728,1951365600,4),(728,1962860400,5),(728,1983420000,4),(728,1994310000,5),(728,2014869600,4),(728,2025759600,5),(728,2046319200,4),(728,2057209200,5),(728,2077768800,4),(728,2088658800,5),(728,2109218400,4),(728,2120108400,5),(728,2140668000,4),(729,-1633276800,0),(729,-1615136400,1),(729,-1601827200,0),(729,-1583686800,1),(729,-900259200,0),(729,-891795600,1),(729,-880214400,2),(729,-769395600,3),(729,-765392400,1),(729,-747244800,0),(729,-733942800,1),(729,-715795200,0),(729,-702493200,1),(729,-684345600,0),(729,-671043600,1),(729,-652896000,0),(729,-639594000,1),(729,-620841600,0),(729,-608144400,1),(729,-589392000,0),(729,-576090000,1),(729,-557942400,0),(729,-544640400,1),(729,-526492800,0),(729,-513190800,1),(729,-495043200,0),(729,-481741200,1),(729,-463593600,4),(729,-386787600,1),(729,-368640000,4),(729,-21488400,5),(729,-5767200,4),(729,9961200,5),(729,25682400,4),(729,1143961200,5),(729,1162101600,4),(729,1173596400,5),(729,1194156000,4),(729,1205046000,5),(729,1225605600,4),(729,1236495600,5),(729,1257055200,4),(729,1268550000,5),(729,1289109600,4),(729,1299999600,5),(729,1320559200,4),(729,1331449200,5),(729,1352008800,4),(729,1362898800,5),(729,1383458400,4),(729,1394348400,5),(729,1414908000,4),(729,1425798000,5),(729,1446357600,4),(729,1457852400,5),(729,1478412000,4),(729,1489302000,5),(729,1509861600,4),(729,1520751600,5),(729,1541311200,4),(729,1552201200,5),(729,1572760800,4),(729,1583650800,5),(729,1604210400,4),(729,1615705200,5),(729,1636264800,4),(729,1647154800,5),(729,1667714400,4),(729,1678604400,5),(729,1699164000,4),(729,1710054000,5),(729,1730613600,4),(729,1741503600,5),(729,1762063200,4),(729,1772953200,5),(729,1793512800,4),(729,1805007600,5),(729,1825567200,4),(729,1836457200,5),(729,1857016800,4),(729,1867906800,5),(729,1888466400,4),(729,1899356400,5),(729,1919916000,4),(729,1930806000,5),(729,1951365600,4),(729,1962860400,5),(729,1983420000,4),(729,1994310000,5),(729,2014869600,4),(729,2025759600,5),(729,2046319200,4),(729,2057209200,5),(729,2077768800,4),(729,2088658800,5),(729,2109218400,4),(729,2120108400,5),(729,2140668000,4),(730,-536457600,2),(730,-147888000,1),(730,-131558400,2),(730,294228000,3),(730,325674000,4),(730,341395200,3),(730,357123600,4),(730,372844800,3),(730,388573200,4),(730,404899200,3),(730,420022800,4),(730,436348800,3),(730,452077200,4),(730,467798400,3),(730,483526800,4),(730,499248000,3),(730,514976400,4),(730,530697600,3),(730,544611600,4),(730,562147200,3),(730,576061200,4),(730,594201600,3),(730,607510800,4),(730,625651200,3),(730,638960400,4),(730,657100800,3),(730,671014800,4),(730,688550400,3),(730,702464400,4),(730,720000000,3),(730,733914000,4),(730,752054400,3),(730,765363600,4),(730,783504000,3),(730,796813200,4),(730,814953600,3),(730,828867600,4),(730,846403200,3),(730,860317200,4),(730,877852800,3),(730,891766800,4),(730,909302400,3),(730,923216400,4),(730,941356800,3),(730,954666000,4),(730,972806400,3),(730,986115600,4),(730,1004256000,3),(730,1018170000,4),(730,1035705600,3),(730,1049619600,4),(730,1067155200,3),(730,1081069200,4),(730,1099209600,3),(730,1112518800,4),(730,1130659200,3),(730,1143968400,4),(730,1162108800,3),(730,1173603600,4),(730,1194163200,3),(730,1205053200,4),(730,1225612800,3),(730,1236502800,4),(730,1257062400,3),(730,1268557200,4),(730,1289116800,3),(730,1300006800,4),(730,1320566400,3),(730,1331456400,4),(730,1352016000,3),(730,1362906000,4),(730,1383465600,3),(730,1394355600,4),(730,1414915200,3),(730,1425805200,4),(730,1446364800,3),(730,1457859600,4),(730,1478419200,3),(730,1489309200,4),(730,1509868800,3),(730,1520758800,4),(730,1541318400,3),(730,1552208400,4),(730,1572768000,3),(730,1583658000,4),(730,1604217600,3),(730,1615712400,4),(730,1636272000,3),(730,1647162000,4),(730,1667721600,3),(730,1678611600,4),(730,1699171200,3),(730,1710061200,4),(730,1730620800,3),(730,1741510800,4),(730,1762070400,3),(730,1772960400,4),(730,1793520000,3),(730,1805014800,4),(730,1825574400,3),(730,1836464400,4),(730,1857024000,3),(730,1867914000,4),(730,1888473600,3),(730,1899363600,4),(730,1919923200,3),(730,1930813200,4),(730,1951372800,3),(730,1962867600,4),(730,1983427200,3),(730,1994317200,4),(730,2014876800,3),(730,2025766800,4),(730,2046326400,3),(730,2057216400,4),(730,2077776000,3),(730,2088666000,4),(730,2109225600,3),(730,2120115600,4),(730,2140675200,3),(731,-865296000,5),(731,-769395600,1),(731,-765396000,2),(731,-147898800,3),(731,-131569200,2),(731,325666800,4),(731,341388000,2),(731,357116400,4),(731,372837600,2),(731,388566000,4),(731,404892000,2),(731,420015600,4),(731,436341600,2),(731,452070000,4),(731,467791200,2),(731,483519600,4),(731,499240800,2),(731,514969200,4),(731,530690400,2),(731,544604400,4),(731,562140000,2),(731,576054000,4),(731,594194400,2),(731,607503600,4),(731,625644000,2),(731,638953200,4),(731,657093600,2),(731,671007600,4),(731,688543200,2),(731,702457200,4),(731,719992800,2),(731,733906800,4),(731,752047200,2),(731,765356400,4),(731,783496800,2),(731,796806000,4),(731,814946400,2),(731,828860400,4),(731,846396000,2),(731,860310000,4),(731,877845600,2),(731,891759600,4),(731,909295200,2),(731,923209200,4),(731,941349600,6),(731,954662400,7),(731,972802800,2),(731,986108400,4),(731,1004248800,2),(731,1018162800,4),(731,1035698400,2),(731,1049612400,4),(731,1067148000,2),(731,1081062000,4),(731,1099202400,2),(731,1112511600,4),(731,1130652000,2),(731,1143961200,4),(731,1162101600,2),(731,1173596400,4),(731,1194156000,2),(731,1205046000,4),(731,1225605600,2),(731,1236495600,4),(731,1257055200,2),(731,1268550000,4),(731,1289109600,2),(731,1299999600,4),(731,1320559200,2),(731,1331449200,4),(731,1352008800,2),(731,1362898800,4),(731,1383458400,2),(731,1394348400,4),(731,1414908000,2),(731,1425798000,4),(731,1446357600,2),(731,1457852400,4),(731,1478412000,2),(731,1489302000,4),(731,1509861600,2),(731,1520751600,4),(731,1541311200,2),(731,1552201200,4),(731,1572760800,2),(731,1583650800,4),(731,1604210400,2),(731,1615705200,4),(731,1636264800,2),(731,1647154800,4),(731,1667714400,2),(731,1678604400,4),(731,1699164000,2),(731,1710054000,4),(731,1730613600,2),(731,1741503600,4),(731,1762063200,2),(731,1772953200,4),(731,1793512800,2),(731,1805007600,4),(731,1825567200,2),(731,1836457200,4),(731,1857016800,2),(731,1867906800,4),(731,1888466400,2),(731,1899356400,4),(731,1919916000,2),(731,1930806000,4),(731,1951365600,2),(731,1962860400,4),(731,1983420000,2),(731,1994310000,4),(731,2014869600,2),(731,2025759600,4),(731,2046319200,2),(731,2057209200,4),(731,2077768800,2),(731,2088658800,4),(731,2109218400,2),(731,2120108400,4),(731,2140668000,2),(732,-1827687170,1),(732,126687600,2),(732,152085600,1),(732,162370800,2),(732,183535200,1),(732,199263600,2),(732,215589600,1),(732,230713200,2),(732,247039200,1),(732,262767600,2),(732,278488800,1),(732,294217200,2),(732,309938400,1),(732,325666800,2),(732,341388000,1),(732,357116400,2),(732,372837600,1),(732,388566000,2),(732,404892000,1),(732,420015600,2),(732,436341600,1),(733,-1567453392,1),(733,-1233432000,2),(733,-1222981200,1),(733,-1205956800,2),(733,-1194037200,1),(733,-1172865600,2),(733,-1162501200,1),(733,-1141329600,2),(733,-1130965200,1),(733,-1109793600,2),(733,-1099429200,1),(733,-1078257600,2),(733,-1067806800,1),(733,-1046635200,2),(733,-1036270800,1),(733,-1015099200,2),(733,-1004734800,1),(733,-983563200,2),(733,-973198800,1),(733,-952027200,2),(733,-941576400,1),(733,-931032000,2),(733,-900882000,1),(733,-890337600,2),(733,-833749200,1),(733,-827265600,2),(733,-752274000,1),(733,-733780800,2),(733,-197326800,1),(733,-190843200,2),(733,-184194000,1),(733,-164491200,2),(733,-152658000,1),(733,-132955200,2),(733,-121122000,1),(733,-101419200,2),(733,-86821200,1),(733,-71092800,2),(733,-54766800,1),(733,-39038400,2),(733,-23317200,1),(733,-7588800,4),(733,128142000,3),(733,136605600,4),(733,596948400,3),(733,605066400,4),(733,624423600,3),(733,636516000,1),(733,657086400,2),(733,669178800,1),(733,686721600,3),(733,699415200,4),(733,719377200,3),(733,731469600,4),(733,938919600,2),(733,952052400,4),(733,1198983600,3),(733,1205632800,4),(734,-880207200,1),(734,-769395600,2),(734,-765385200,0),(734,-21477600,3),(734,-5756400,0),(734,9972000,3),(734,25693200,0),(734,41421600,3),(734,57747600,0),(734,73476000,3),(734,89197200,0),(734,104925600,3),(734,120646800,0),(734,126698400,3),(734,152096400,0),(734,162381600,3),(734,183546000,0),(734,199274400,3),(734,215600400,0),(734,230724000,3),(734,247050000,0),(734,262778400,3),(734,278499600,0),(734,294228000,3),(734,309949200,0),(734,325677600,4),(734,341402400,0),(734,357127200,3),(734,372848400,0),(734,388576800,3),(734,404902800,0),(734,420026400,3),(734,436352400,5),(734,439030800,7),(734,452084400,6),(734,467805600,7),(734,483534000,6),(734,499255200,7),(734,514983600,6),(734,530704800,7),(734,544618800,6),(734,562154400,7),(734,576068400,6),(734,594208800,7),(734,607518000,6),(734,625658400,7),(734,638967600,6),(734,657108000,7),(734,671022000,6),(734,688557600,7),(734,702471600,6),(734,720007200,7),(734,733921200,6),(734,752061600,7),(734,765370800,6),(734,783511200,7),(734,796820400,6),(734,814960800,7),(734,828874800,6),(734,846410400,7),(734,860324400,6),(734,877860000,7),(734,891774000,6),(734,909309600,7),(734,923223600,6),(734,941364000,7),(734,954673200,6),(734,972813600,7),(734,986122800,6),(734,1004263200,7),(734,1018177200,6),(734,1035712800,7),(734,1049626800,6),(734,1067162400,7),(734,1081076400,6),(734,1099216800,7),(734,1112526000,6),(734,1130666400,7),(734,1143975600,6),(734,1162116000,7),(734,1173610800,6),(734,1194170400,7),(734,1205060400,6),(734,1225620000,7),(734,1236510000,6),(734,1257069600,7),(734,1268564400,6),(734,1289124000,7),(734,1300014000,6),(734,1320573600,7),(734,1331463600,6),(734,1352023200,7),(734,1362913200,6),(734,1383472800,7),(734,1394362800,6),(734,1414922400,7),(734,1425812400,6),(734,1446372000,7),(734,1457866800,6),(734,1478426400,7),(734,1489316400,6),(734,1509876000,7),(734,1520766000,6),(734,1541325600,7),(734,1552215600,6),(734,1572775200,7),(734,1583665200,6),(734,1604224800,7),(734,1615719600,6),(734,1636279200,7),(734,1647169200,6),(734,1667728800,7),(734,1678618800,6),(734,1699178400,7),(734,1710068400,6),(734,1730628000,7),(734,1741518000,6),(734,1762077600,7),(734,1772967600,6),(734,1793527200,7),(734,1805022000,6),(734,1825581600,7),(734,1836471600,6),(734,1857031200,7),(734,1867921200,6),(734,1888480800,7),(734,1899370800,6),(734,1919930400,7),(734,1930820400,6),(734,1951380000,7),(734,1962874800,6),(734,1983434400,7),(734,1994324400,6),(734,2014884000,7),(734,2025774000,6),(734,2046333600,7),(734,2057223600,6),(734,2077783200,7),(734,2088673200,6),(734,2109232800,7),(734,2120122800,6),(734,2140682400,7),(735,-1633276800,0),(735,-1615136400,1),(735,-1601827200,0),(735,-1583686800,1),(735,-1535904000,0),(735,-1525280400,1),(735,-905097600,0),(735,-891795600,1),(735,-880214400,2),(735,-769395600,3),(735,-765392400,1),(735,-747251940,0),(735,-744224400,1),(735,-620841600,0),(735,-608144400,1),(735,-589392000,0),(735,-576090000,1),(735,-557942400,0),(735,-544640400,1),(735,-526492800,0),(735,-513190800,1),(735,-495043200,0),(735,-481741200,1),(735,-463593600,0),(735,-450291600,1),(735,-431539200,0),(735,-415818000,1),(735,-400089600,0),(735,-384368400,1),(735,-368640000,0),(735,-352918800,1),(735,-337190400,0),(735,-321469200,1),(735,-305740800,0),(735,-289414800,1),(735,-273686400,0),(735,-266432400,4),(735,-52938000,5),(735,-37216800,4),(735,-21488400,5),(735,-5767200,4),(735,9961200,5),(735,25682400,4),(735,41410800,5),(735,57736800,4),(735,73465200,5),(735,89186400,4),(735,104914800,5),(735,120636000,4),(735,126687600,0),(735,152089200,4),(735,162370800,5),(735,183535200,4),(735,199263600,5),(735,215589600,4),(735,230713200,5),(735,247039200,4),(735,262767600,5),(735,278488800,4),(735,294217200,5),(735,309938400,4),(735,325666800,5),(735,341388000,4),(735,357116400,5),(735,372837600,4),(735,388566000,5),(735,404892000,4),(735,420015600,5),(735,436341600,4),(735,452070000,5),(735,467791200,4),(735,483519600,5),(735,499240800,4),(735,514969200,5),(735,530690400,4),(735,544604400,5),(735,562140000,4),(735,576054000,5),(735,594194400,4),(735,607503600,5),(735,625644000,4),(735,638953200,5),(735,657093600,4),(735,671007600,5),(735,688543200,4),(735,702457200,5),(735,719992800,4),(735,733906800,5),(735,752047200,4),(735,765356400,5),(735,783496800,4),(735,796806000,5),(735,814946400,4),(735,828860400,5),(735,846396000,4),(735,860310000,5),(735,877845600,4),(735,891759600,5),(735,909295200,4),(735,923209200,5),(735,941349600,4),(735,954658800,5),(735,972799200,4),(735,986108400,5),(735,1004248800,4),(735,1018162800,5),(735,1035698400,4),(735,1049612400,5),(735,1067148000,4),(735,1081062000,5),(735,1099202400,4),(735,1112511600,5),(735,1130652000,4),(735,1143961200,5),(735,1162101600,4),(735,1173596400,5),(735,1194156000,4),(735,1205046000,5),(735,1225605600,4),(735,1236495600,5),(735,1257055200,4),(735,1268550000,5),(735,1289109600,4),(735,1299999600,5),(735,1320559200,4),(735,1331449200,5),(735,1352008800,4),(735,1362898800,5),(735,1383458400,4),(735,1394348400,5),(735,1414908000,4),(735,1425798000,5),(735,1446357600,4),(735,1457852400,5),(735,1478412000,4),(735,1489302000,5),(735,1509861600,4),(735,1520751600,5),(735,1541311200,4),(735,1552201200,5),(735,1572760800,4),(735,1583650800,5),(735,1604210400,4),(735,1615705200,5),(735,1636264800,4),(735,1647154800,5),(735,1667714400,4),(735,1678604400,5),(735,1699164000,4),(735,1710054000,5),(735,1730613600,4),(735,1741503600,5),(735,1762063200,4),(735,1772953200,5),(735,1793512800,4),(735,1805007600,5),(735,1825567200,4),(735,1836457200,5),(735,1857016800,4),(735,1867906800,5),(735,1888466400,4),(735,1899356400,5),(735,1919916000,4),(735,1930806000,5),(735,1951365600,4),(735,1962860400,5),(735,1983420000,4),(735,1994310000,5),(735,2014869600,4),(735,2025759600,5),(735,2046319200,4),(735,2057209200,5),(735,2077768800,4),(735,2088658800,5),(735,2109218400,4),(735,2120108400,5),(735,2140668000,4),(736,-1633276800,0),(736,-1615136400,1),(736,-1601827200,0),(736,-1583686800,1),(736,-880214400,2),(736,-769395600,3),(736,-765392400,1),(736,-52934400,0),(736,-37213200,1),(736,-21484800,0),(736,-5763600,1),(736,9964800,0),(736,25686000,1),(736,41414400,0),(736,57740400,1),(736,73468800,0),(736,89190000,1),(736,104918400,0),(736,120639600,1),(736,126691200,0),(736,152089200,1),(736,162374400,0),(736,183538800,1),(736,199267200,0),(736,215593200,1),(736,230716800,0),(736,247042800,1),(736,262771200,0),(736,278492400,1),(736,294220800,0),(736,309942000,1),(736,325670400,0),(736,341391600,1),(736,357120000,0),(736,372841200,1),(736,388569600,0),(736,404895600,1),(736,420019200,0),(736,436345200,1),(736,452073600,0),(736,467794800,1),(736,483523200,0),(736,499244400,1),(736,514972800,0),(736,530694000,1),(736,544608000,0),(736,562143600,1),(736,576057600,0),(736,594198000,1),(736,607507200,0),(736,625647600,1),(736,638956800,0),(736,657097200,1),(736,671011200,0),(736,688546800,1),(736,702460800,0),(736,719996400,1),(736,733910400,0),(736,752050800,1),(736,765360000,0),(736,783500400,1),(736,796809600,0),(736,814950000,1),(736,828864000,0),(736,846399600,1),(736,860313600,0),(736,877849200,1),(736,891763200,0),(736,909298800,1),(736,923212800,0),(736,941353200,1),(736,954662400,0),(736,972802800,5),(736,986108400,4),(736,1004248800,5),(736,1018162800,4),(736,1035698400,5),(736,1049612400,4),(736,1067148000,5),(736,1081062000,4),(736,1099202400,5),(736,1112511600,4),(736,1130652000,5),(736,1143961200,4),(736,1162101600,5),(736,1173596400,4),(736,1194156000,5),(736,1205046000,4),(736,1225605600,5),(736,1236495600,4),(736,1257055200,5),(736,1268550000,4),(736,1289109600,5),(736,1299999600,4),(736,1320559200,5),(736,1331449200,4),(736,1352008800,5),(736,1362898800,4),(736,1383458400,5),(736,1394348400,4),(736,1414908000,5),(736,1425798000,4),(736,1446357600,5),(736,1457852400,4),(736,1478412000,5),(736,1489302000,4),(736,1509861600,5),(736,1520751600,4),(736,1541311200,5),(736,1552201200,4),(736,1572760800,5),(736,1583650800,4),(736,1604210400,5),(736,1615705200,4),(736,1636264800,5),(736,1647154800,4),(736,1667714400,5),(736,1678604400,4),(736,1699164000,5),(736,1710054000,4),(736,1730613600,5),(736,1741503600,4),(736,1762063200,5),(736,1772953200,4),(736,1793512800,5),(736,1805007600,4),(736,1825567200,5),(736,1836457200,4),(736,1857016800,5),(736,1867906800,4),(736,1888466400,5),(736,1899356400,4),(736,1919916000,5),(736,1930806000,4),(736,1951365600,5),(736,1962860400,4),(736,1983420000,5),(736,1994310000,4),(736,2014869600,5),(736,2025759600,4),(736,2046319200,5),(736,2057209200,4),(736,2077768800,5),(736,2088658800,4),(736,2109218400,5),(736,2120108400,4),(736,2140668000,5),(737,-1633276800,0),(737,-1615136400,1),(737,-1601827200,0),(737,-1583686800,1),(737,-880214400,2),(737,-769395600,3),(737,-765392400,1),(737,-715795200,0),(737,-702493200,1),(737,-684345600,0),(737,-671043600,1),(737,-652896000,0),(737,-639594000,1),(737,-620841600,0),(737,-608144400,1),(737,-589392000,0),(737,-576090000,1),(737,-557942400,0),(737,-544640400,1),(737,-526492800,0),(737,-513190800,1),(737,-495043200,0),(737,-481741200,1),(737,-463593600,0),(737,-447267600,1),(737,-431539200,0),(737,-415818000,1),(737,-400089600,0),(737,-386787600,1),(737,-368640000,0),(737,-355338000,1),(737,-337190400,0),(737,-321469200,1),(737,-305740800,0),(737,-289414800,1),(737,-273686400,0),(737,-257965200,1),(737,-242236800,4),(737,-195066000,1),(737,-84384000,0),(737,-68662800,1),(737,-52934400,0),(737,-37213200,1),(737,-21484800,0),(737,-5763600,1),(737,9964800,0),(737,25686000,1),(737,41414400,0),(737,57740400,1),(737,73468800,0),(737,89190000,1),(737,104918400,0),(737,120639600,1),(737,126691200,0),(737,152089200,1),(737,162374400,0),(737,183538800,1),(737,199267200,0),(737,215593200,1),(737,230716800,0),(737,247042800,1),(737,262771200,0),(737,278492400,1),(737,294220800,0),(737,309942000,1),(737,325670400,0),(737,341391600,1),(737,357120000,0),(737,372841200,1),(737,388569600,0),(737,404895600,1),(737,420019200,0),(737,436345200,1),(737,452073600,0),(737,467794800,1),(737,483523200,0),(737,499244400,1),(737,514972800,0),(737,530694000,1),(737,544608000,0),(737,562143600,1),(737,576057600,0),(737,594198000,1),(737,607507200,0),(737,625647600,1),(737,638956800,0),(737,657097200,1),(737,671011200,0),(737,688546800,4),(737,1143961200,0),(737,1162105200,1),(737,1173600000,0),(737,1194159600,1),(737,1205049600,0),(737,1225609200,1),(737,1236499200,0),(737,1257058800,1),(737,1268553600,0),(737,1289113200,1),(737,1300003200,0),(737,1320562800,1),(737,1331452800,0),(737,1352012400,1),(737,1362902400,0),(737,1383462000,1),(737,1394352000,0),(737,1414911600,1),(737,1425801600,0),(737,1446361200,1),(737,1457856000,0),(737,1478415600,1),(737,1489305600,0),(737,1509865200,1),(737,1520755200,0),(737,1541314800,1),(737,1552204800,0),(737,1572764400,1),(737,1583654400,0),(737,1604214000,1),(737,1615708800,0),(737,1636268400,1),(737,1647158400,0),(737,1667718000,1),(737,1678608000,0),(737,1699167600,1),(737,1710057600,0),(737,1730617200,1),(737,1741507200,0),(737,1762066800,1),(737,1772956800,0),(737,1793516400,1),(737,1805011200,0),(737,1825570800,1),(737,1836460800,0),(737,1857020400,1),(737,1867910400,0),(737,1888470000,1),(737,1899360000,0),(737,1919919600,1),(737,1930809600,0),(737,1951369200,1),(737,1962864000,0),(737,1983423600,1),(737,1994313600,0),(737,2014873200,1),(737,2025763200,0),(737,2046322800,1),(737,2057212800,0),(737,2077772400,1),(737,2088662400,0),(737,2109222000,1),(737,2120112000,0),(737,2140671600,1),(738,-873057600,2),(738,-769395600,1),(738,-765399600,0),(739,-1205954844,1),(739,-1192307244,2),(740,-1938538284,2),(740,-1009825200,1),(740,-1002052800,2),(740,-986756400,1),(740,-971035200,2),(740,-955306800,1),(740,-939585600,2),(740,504939600,1),(740,512712000,2),(740,536475600,1),(740,544248000,2),(740,631170000,1),(740,638942400,2),(740,757400400,1),(740,765172800,2),(741,-1633269600,0),(741,-1615129200,1),(741,-1601820000,0),(741,-1583679600,1),(741,-880207200,2),(741,-769395600,3),(741,-765385200,1),(741,-687967140,0),(741,-662655600,1),(741,-620838000,0),(741,-608137200,1),(741,-589388400,0),(741,-576082800,1),(741,-557938800,0),(741,-544633200,1),(741,-526489200,0),(741,-513183600,1),(741,-495039600,0),(741,-481734000,1),(741,-463590000,0),(741,-450284400,1),(741,-431535600,0),(741,-418230000,1),(741,-400086000,0),(741,-386780400,1),(741,-368636400,0),(741,-355330800,1),(741,-337186800,0),(741,-323881200,1),(741,-305737200,0),(741,-292431600,1),(741,-273682800,0),(741,-260982000,1),(741,-242233200,0),(741,-226508400,1),(741,-210783600,0),(741,-195058800,1),(741,-179334000,0),(741,-163609200,1),(741,-147884400,0),(741,-131554800,1),(741,-116434800,0),(741,-100105200,1),(741,-84376800,0),(741,-68655600,1),(741,-52927200,0),(741,-37206000,1),(741,-21477600,0),(741,-5756400,1),(741,9972000,0),(741,25693200,1),(741,41421600,0),(741,57747600,1),(741,73476000,0),(741,89197200,1),(741,104925600,0),(741,120646800,1),(741,126698400,0),(741,152096400,1),(741,162381600,0),(741,183546000,1),(741,199274400,0),(741,215600400,1),(741,230724000,0),(741,247050000,1),(741,262778400,0),(741,278499600,1),(741,294228000,0),(741,309949200,1),(741,325677600,0),(741,341398800,1),(741,357127200,0),(741,372848400,1),(741,388576800,0),(741,404902800,1),(741,420026400,0),(741,436352400,1),(741,452080800,0),(741,467802000,1),(741,483530400,0),(741,499251600,1),(741,514980000,0),(741,530701200,1),(741,544615200,0),(741,562150800,1),(741,576064800,0),(741,594205200,1),(741,607514400,0),(741,625654800,1),(741,638964000,0),(741,657104400,1),(741,671018400,0),(741,688554000,1),(741,702468000,0),(741,720003600,1),(741,733917600,0),(741,752058000,1),(741,765367200,0),(741,783507600,1),(741,796816800,0),(741,814957200,1),(741,828871200,0),(741,846406800,1),(741,860320800,0),(741,877856400,1),(741,891770400,0),(741,909306000,1),(741,923220000,0),(741,941360400,1),(741,954669600,0),(741,972810000,1),(741,986119200,0),(741,1004259600,1),(741,1018173600,0),(741,1035709200,1),(741,1049623200,0),(741,1067158800,1),(741,1081072800,0),(741,1099213200,1),(741,1112522400,0),(741,1130662800,1),(741,1143972000,0),(741,1162112400,1),(741,1173607200,0),(741,1194166800,1),(741,1205056800,0),(741,1225616400,1),(741,1236506400,0),(741,1257066000,1),(741,1268560800,0),(741,1289120400,1),(741,1300010400,0),(741,1320570000,1),(741,1331460000,0),(741,1352019600,1),(741,1362909600,0),(741,1383469200,1),(741,1394359200,0),(741,1414918800,1),(741,1425808800,0),(741,1446368400,1),(741,1457863200,0),(741,1478422800,1),(741,1489312800,0),(741,1509872400,1),(741,1520762400,0),(741,1541322000,1),(741,1552212000,0),(741,1572771600,1),(741,1583661600,0),(741,1604221200,1),(741,1615716000,0),(741,1636275600,1),(741,1647165600,0),(741,1667725200,1),(741,1678615200,0),(741,1699174800,1),(741,1710064800,0),(741,1730624400,1),(741,1741514400,0),(741,1762074000,1),(741,1772964000,0),(741,1793523600,1),(741,1805018400,0),(741,1825578000,1),(741,1836468000,0),(741,1857027600,1),(741,1867917600,0),(741,1888477200,1),(741,1899367200,0),(741,1919926800,1),(741,1930816800,0),(741,1951376400,1),(741,1962871200,0),(741,1983430800,1),(741,1994320800,0),(741,2014880400,1),(741,2025770400,0),(741,2046330000,1),(741,2057220000,0),(741,2077779600,1),(741,2088669600,0),(741,2109229200,1),(741,2120119200,0),(741,2140678800,1),(742,-1633276800,0),(742,-1615136400,1),(742,-1601827200,0),(742,-1583686800,1),(742,-1535904000,0),(742,-1525280400,1),(742,-905097600,0),(742,-891795600,1),(742,-880214400,2),(742,-769395600,3),(742,-765392400,1),(742,-747251940,0),(742,-744224400,1),(742,-620841600,0),(742,-608144400,1),(742,-589392000,0),(742,-576090000,1),(742,-557942400,0),(742,-544640400,1),(742,-526492800,0),(742,-513190800,1),(742,-495043200,0),(742,-481741200,1),(742,-463593600,0),(742,-450291600,1),(742,-431539200,0),(742,-415818000,1),(742,-400089600,0),(742,-384368400,1),(742,-368640000,0),(742,-352918800,1),(742,-337190400,0),(742,-321469200,1),(742,-305740800,0),(742,-289414800,1),(742,-273686400,0),(742,-266432400,4),(742,-52938000,5),(742,-37216800,4),(742,-21488400,5),(742,-5767200,4),(742,9961200,5),(742,25682400,4),(742,41410800,5),(742,57736800,4),(742,73465200,5),(742,89186400,4),(742,104914800,5),(742,120636000,4),(742,126687600,0),(742,152089200,4),(742,162370800,5),(742,183535200,4),(742,199263600,5),(742,215589600,4),(742,230713200,5),(742,247039200,4),(742,262767600,5),(742,278488800,4),(742,294217200,5),(742,309938400,4),(742,325666800,5),(742,341388000,4),(742,357116400,5),(742,372837600,4),(742,388566000,5),(742,404892000,4),(742,420015600,5),(742,436341600,4),(742,452070000,5),(742,467791200,4),(742,483519600,5),(742,499240800,4),(742,514969200,5),(742,530690400,4),(742,544604400,5),(742,562140000,4),(742,576054000,5),(742,594194400,4),(742,607503600,5),(742,625644000,4),(742,638953200,5),(742,657093600,4),(742,671007600,5),(742,688543200,4),(742,702457200,5),(742,719992800,4),(742,733906800,5),(742,752047200,4),(742,765356400,5),(742,783496800,4),(742,796806000,5),(742,814946400,4),(742,828860400,5),(742,846396000,4),(742,860310000,5),(742,877845600,4),(742,891759600,5),(742,909295200,4),(742,923209200,5),(742,941349600,4),(742,954658800,5),(742,972799200,4),(742,986108400,5),(742,1004248800,4),(742,1018162800,5),(742,1035698400,4),(742,1049612400,5),(742,1067148000,4),(742,1081062000,5),(742,1099202400,4),(742,1112511600,5),(742,1130652000,4),(742,1143961200,5),(742,1162101600,4),(742,1173596400,5),(742,1194156000,4),(742,1205046000,5),(742,1225605600,4),(742,1236495600,5),(742,1257055200,4),(742,1268550000,5),(742,1289109600,4),(742,1299999600,5),(742,1320559200,4),(742,1331449200,5),(742,1352008800,4),(742,1362898800,5),(742,1383458400,4),(742,1394348400,5),(742,1414908000,4),(742,1425798000,5),(742,1446357600,4),(742,1457852400,5),(742,1478412000,4),(742,1489302000,5),(742,1509861600,4),(742,1520751600,5),(742,1541311200,4),(742,1552201200,5),(742,1572760800,4),(742,1583650800,5),(742,1604210400,4),(742,1615705200,5),(742,1636264800,4),(742,1647154800,5),(742,1667714400,4),(742,1678604400,5),(742,1699164000,4),(742,1710054000,5),(742,1730613600,4),(742,1741503600,5),(742,1762063200,4),(742,1772953200,5),(742,1793512800,4),(742,1805007600,5),(742,1825567200,4),(742,1836457200,5),(742,1857016800,4),(742,1867906800,5),(742,1888466400,4),(742,1899356400,5),(742,1919916000,4),(742,1930806000,5),(742,1951365600,4),(742,1962860400,5),(742,1983420000,4),(742,1994310000,5),(742,2014869600,4),(742,2025759600,5),(742,2046319200,4),(742,2057209200,5),(742,2077768800,4),(742,2088658800,5),(742,2109218400,4),(742,2120108400,5),(742,2140668000,4),(743,-873057600,2),(743,-769395600,1),(743,-765399600,0),(744,-1767217028,2),(744,-1206957600,1),(744,-1191362400,2),(744,-1175374800,1),(744,-1159826400,2),(744,-633819600,1),(744,-622069200,2),(744,-602283600,1),(744,-591832800,2),(744,-570747600,1),(744,-560210400,2),(744,-539125200,1),(744,-531352800,2),(744,-191365200,1),(744,-184197600,2),(744,-155163600,1),(744,-150069600,2),(744,-128898000,1),(744,-121125600,2),(744,-99954000,1),(744,-89589600,2),(744,-68418000,1),(744,-57967200,2),(744,499748400,1),(744,511236000,2),(744,530593200,1),(744,540266400,2),(744,562129200,1),(744,571197600,2),(744,592974000,1),(744,602042400,2),(744,624423600,1),(744,634701600,2),(744,813726000,1),(744,824004000,2),(744,938919600,1),(744,951616800,2),(744,970974000,1),(744,972180000,2),(744,1003028400,1),(744,1013911200,2),(745,-1121105688,1),(745,105084000,2),(745,161758800,1),(745,290584800,3),(745,299134800,1),(745,322034400,3),(745,330584400,1),(745,694260000,2),(745,717310800,1),(745,725868000,2),(745,852094800,1),(745,1113112800,3),(745,1128229200,1),(745,1146384000,3),(745,1159682400,1),(746,-1767211196,2),(746,-1206954000,1),(746,-1191358800,2),(746,-1175371200,1),(746,-1159822800,2),(746,-633816000,1),(746,-622065600,2),(746,-602280000,1),(746,-591829200,2),(746,-570744000,1),(746,-560206800,2),(746,-539121600,1),(746,-531349200,2),(746,-191361600,1),(746,-184194000,2),(746,-155160000,1),(746,-150066000,2),(746,-128894400,1),(746,-121122000,2),(746,-99950400,1),(746,-89586000,2),(746,-68414400,1),(746,-57963600,2),(746,499752000,1),(746,511239600,2),(746,530596800,1),(746,540270000,2),(746,562132800,1),(746,571201200,2),(746,750830400,1),(746,761713200,2),(747,-873057600,2),(747,-769395600,1),(747,-765399600,0),(748,-1851537340,1),(748,323841600,2),(748,338958000,1),(749,-1514743200,1),(749,576057600,2),(749,594198000,1),(749,828864000,2),(749,846399600,1),(749,860313600,2),(749,877849200,1),(749,891763200,2),(749,909298800,1),(749,923212800,2),(749,941353200,1),(749,954662400,2),(749,972802800,1),(749,989136000,2),(749,1001833200,1),(749,1018166400,2),(749,1035702000,1),(749,1049616000,2),(749,1067151600,1),(749,1081065600,2),(749,1099206000,1),(749,1112515200,2),(749,1130655600,1),(749,1143964800,2),(749,1162105200,1),(749,1175414400,2),(749,1193554800,1),(749,1207468800,2),(749,1225004400,1),(749,1238918400,2),(749,1256454000,1),(749,1268553600,2),(749,1289113200,1),(749,1300003200,2),(749,1320562800,1),(749,1331452800,2),(749,1352012400,1),(749,1362902400,2),(749,1383462000,1),(749,1394352000,2),(749,1414911600,1),(749,1425801600,2),(749,1446361200,1),(749,1457856000,2),(749,1478415600,1),(749,1489305600,2),(749,1509865200,1),(749,1520755200,2),(749,1541314800,1),(749,1552204800,2),(749,1572764400,1),(749,1583654400,2),(749,1604214000,1),(749,1615708800,2),(749,1636268400,1),(749,1647158400,2),(749,1667718000,1),(749,1678608000,2),(749,1699167600,1),(749,1710057600,2),(749,1730617200,1),(749,1741507200,2),(749,1762066800,1),(749,1772956800,2),(749,1793516400,1),(749,1805011200,2),(749,1825570800,1),(749,1836460800,2),(749,1857020400,1),(749,1867910400,2),(749,1888470000,1),(749,1899360000,2),(749,1919919600,1),(749,1930809600,2),(749,1951369200,1),(749,1962864000,2),(749,1983423600,1),(749,1994313600,2),(749,2014873200,1),(749,2025763200,2),(749,2046322800,1),(749,2057212800,2),(749,2077772400,1),(749,2088662400,2),(749,2109222000,1),(749,2120112000,2),(749,2140671600,1),(750,-1514739600,1),(750,-1343066400,2),(750,-1234807200,1),(750,-1220292000,2),(750,-1207159200,1),(750,-1191344400,2),(750,-873828000,1),(750,-661539600,3),(750,28800,1),(750,828867600,4),(750,846403200,1),(750,860317200,4),(750,877852800,1),(750,891766800,4),(750,909302400,1),(750,923216400,4),(750,941356800,1),(750,954666000,4),(750,972806400,1),(750,989139600,4),(750,1001836800,1),(750,1018170000,4),(750,1035705600,1),(750,1049619600,4),(750,1067155200,1),(750,1081069200,4),(750,1099209600,1),(750,1112518800,4),(750,1130659200,1),(750,1143968400,4),(750,1162108800,1),(750,1175418000,4),(750,1193558400,1),(750,1207472400,4),(750,1225008000,1),(750,1238922000,4),(750,1256457600,1),(750,1270371600,4),(750,1288512000,1),(750,1301821200,4),(750,1319961600,1),(750,1333270800,4),(750,1351411200,1),(750,1365325200,4),(750,1382860800,1),(750,1396774800,4),(750,1414310400,1),(750,1428224400,4),(750,1445760000,1),(750,1459674000,4),(750,1477814400,1),(750,1491123600,4),(750,1509264000,1),(750,1522573200,4),(750,1540713600,1),(750,1554627600,4),(750,1572163200,1),(750,1586077200,4),(750,1603612800,1),(750,1617526800,4),(750,1635667200,1),(750,1648976400,4),(750,1667116800,1),(750,1680426000,4),(750,1698566400,1),(750,1712480400,4),(750,1730016000,1),(750,1743930000,4),(750,1761465600,1),(750,1775379600,4),(750,1792915200,1),(750,1806829200,4),(750,1824969600,1),(750,1838278800,4),(750,1856419200,1),(750,1869728400,4),(750,1887868800,1),(750,1901782800,4),(750,1919318400,1),(750,1933232400,4),(750,1950768000,1),(750,1964682000,4),(750,1982822400,1),(750,1996131600,4),(750,2014272000,1),(750,2027581200,4),(750,2045721600,1),(750,2059030800,4),(750,2077171200,1),(750,2091085200,4),(750,2108620800,1),(750,2122534800,4),(750,2140070400,1),(751,-1567453392,1),(751,-1233432000,2),(751,-1222981200,1),(751,-1205956800,2),(751,-1194037200,1),(751,-1172865600,2),(751,-1162501200,1),(751,-1141329600,2),(751,-1130965200,1),(751,-1109793600,2),(751,-1099429200,1),(751,-1078257600,2),(751,-1067806800,1),(751,-1046635200,2),(751,-1036270800,1),(751,-1015099200,2),(751,-1004734800,1),(751,-983563200,2),(751,-973198800,1),(751,-952027200,2),(751,-941576400,1),(751,-931032000,2),(751,-900882000,1),(751,-890337600,2),(751,-833749200,1),(751,-827265600,2),(751,-752274000,1),(751,-733780800,2),(751,-197326800,1),(751,-190843200,2),(751,-184194000,1),(751,-164491200,2),(751,-152658000,1),(751,-132955200,2),(751,-121122000,1),(751,-101419200,2),(751,-86821200,1),(751,-71092800,2),(751,-54766800,1),(751,-39038400,2),(751,-23317200,1),(751,-7588800,4),(751,128142000,3),(751,136605600,4),(751,596948400,3),(751,605066400,4),(751,624423600,3),(751,636516000,1),(751,655963200,2),(751,667796400,1),(751,687499200,2),(751,699418800,1),(751,719380800,3),(751,731469600,4),(751,938919600,2),(751,952052400,4),(751,1085281200,1),(751,1096171200,4),(751,1198983600,3),(751,1205632800,4),(752,-1633276800,0),(752,-1615136400,1),(752,-1601827200,0),(752,-1583686800,1),(752,-880214400,2),(752,-769395600,3),(752,-765392400,1),(752,-747244800,0),(752,-733942800,1),(752,-116438400,0),(752,-100112400,1),(752,-21484800,4),(752,104914800,0),(752,120639600,1),(752,126691200,0),(752,152089200,1),(752,162374400,0),(752,183538800,1),(752,199267200,0),(752,215593200,1),(752,230716800,0),(752,247042800,1),(752,262771200,0),(752,278492400,1),(752,294220800,0),(752,309942000,1),(752,325670400,0),(752,341391600,1),(752,357120000,0),(752,372841200,1),(752,388569600,0),(752,404895600,1),(752,420019200,0),(752,436345200,1),(752,452073600,0),(752,467794800,1),(752,483523200,0),(752,499244400,1),(752,514972800,0),(752,530694000,1),(752,544608000,0),(752,562143600,1),(752,576057600,0),(752,594198000,1),(752,607507200,0),(752,625647600,1),(752,638956800,0),(752,657097200,1),(752,671011200,0),(752,688546800,1),(752,702460800,0),(752,719996400,1),(752,733910400,0),(752,752050800,1),(752,765360000,0),(752,783500400,1),(752,796809600,0),(752,814950000,1),(752,828864000,0),(752,846399600,1),(752,860313600,0),(752,877849200,1),(752,891763200,0),(752,909298800,1),(752,923212800,0),(752,941353200,1),(752,954662400,0),(752,972802800,1),(752,986112000,0),(752,1004252400,1),(752,1018166400,0),(752,1035702000,1),(752,1049616000,0),(752,1067151600,1),(752,1081065600,0),(752,1099206000,1),(752,1112515200,0),(752,1130655600,1),(752,1143964800,0),(752,1162105200,1),(752,1173600000,0),(752,1194159600,1),(752,1205049600,0),(752,1225609200,1),(752,1236499200,0),(752,1257058800,1),(752,1268553600,0),(752,1289113200,1),(752,1300003200,0),(752,1320562800,1),(752,1331452800,0),(752,1352012400,1),(752,1362902400,0),(752,1383462000,1),(752,1394352000,0),(752,1414911600,1),(752,1425801600,0),(752,1446361200,1),(752,1457856000,0),(752,1478415600,1),(752,1489305600,0),(752,1509865200,1),(752,1520755200,0),(752,1541314800,1),(752,1552204800,0),(752,1572764400,1),(752,1583654400,0),(752,1604214000,1),(752,1615708800,0),(752,1636268400,1),(752,1647158400,0),(752,1667718000,1),(752,1678608000,0),(752,1699167600,1),(752,1710057600,0),(752,1730617200,1),(752,1741507200,0),(752,1762066800,1),(752,1772956800,0),(752,1793516400,1),(752,1805011200,0),(752,1825570800,1),(752,1836460800,0),(752,1857020400,1),(752,1867910400,0),(752,1888470000,1),(752,1899360000,0),(752,1919919600,1),(752,1930809600,0),(752,1951369200,1),(752,1962864000,0),(752,1983423600,1),(752,1994313600,0),(752,2014873200,1),(752,2025763200,0),(752,2046322800,1),(752,2057212800,0),(752,2077772400,1),(752,2088662400,0),(752,2109222000,1),(752,2120112000,0),(752,2140671600,1),(753,-1514743200,1),(753,377935200,2),(753,407653200,1),(753,828864000,3),(753,846399600,1),(753,860313600,3),(753,877849200,1),(753,891763200,3),(753,909298800,1),(753,923212800,3),(753,941353200,1),(753,954662400,3),(753,972802800,1),(753,989136000,3),(753,1001833200,1),(753,1018166400,3),(753,1035702000,1),(753,1049616000,3),(753,1067151600,1),(753,1081065600,3),(753,1099206000,1),(753,1112515200,3),(753,1130655600,1),(753,1143964800,3),(753,1162105200,1),(753,1175414400,3),(753,1193554800,1),(753,1207468800,3),(753,1225004400,1),(753,1238918400,3),(753,1256454000,1),(753,1270368000,3),(753,1288508400,1),(753,1301817600,3),(753,1319958000,1),(753,1333267200,3),(753,1351407600,1),(753,1365321600,3),(753,1382857200,1),(753,1396771200,3),(753,1414306800,1),(753,1428220800,3),(753,1445756400,1),(753,1459670400,3),(753,1477810800,1),(753,1491120000,3),(753,1509260400,1),(753,1522569600,3),(753,1540710000,1),(753,1554624000,3),(753,1572159600,1),(753,1586073600,3),(753,1603609200,1),(753,1617523200,3),(753,1635663600,1),(753,1648972800,3),(753,1667113200,1),(753,1680422400,3),(753,1698562800,1),(753,1712476800,3),(753,1730012400,1),(753,1743926400,3),(753,1761462000,1),(753,1775376000,3),(753,1792911600,1),(753,1806825600,3),(753,1824966000,1),(753,1838275200,3),(753,1856415600,1),(753,1869724800,3),(753,1887865200,1),(753,1901779200,3),(753,1919314800,1),(753,1933228800,3),(753,1950764400,1),(753,1964678400,3),(753,1982818800,1),(753,1996128000,3),(753,2014268400,1),(753,2027577600,3),(753,2045718000,1),(753,2059027200,3),(753,2077167600,1),(753,2091081600,3),(753,2108617200,1),(753,2122531200,3),(753,2140066800,1),(754,-880207200,1),(754,-769395600,2),(754,-765385200,0),(754,-21477600,3),(754,-5756400,0),(754,9972000,3),(754,25693200,0),(754,41421600,3),(754,57747600,0),(754,73476000,3),(754,89197200,0),(754,104925600,3),(754,120646800,0),(754,126698400,3),(754,152096400,0),(754,162381600,3),(754,183546000,0),(754,199274400,3),(754,215600400,0),(754,230724000,3),(754,247050000,0),(754,262778400,3),(754,278499600,0),(754,294228000,3),(754,309949200,0),(754,325677600,3),(754,341398800,0),(754,357127200,3),(754,372848400,0),(754,388576800,3),(754,404902800,0),(754,420026400,3),(754,436352400,0),(754,1446372000,4),(754,1457866800,5),(754,1478426400,4),(754,1489316400,5),(754,1509876000,4),(754,1520766000,5),(754,1541325600,0),(754,1547978400,4),(754,1552215600,5),(754,1572775200,4),(754,1583665200,5),(754,1604224800,4),(754,1615719600,5),(754,1636279200,4),(754,1647169200,5),(754,1667728800,4),(754,1678618800,5),(754,1699178400,4),(754,1710068400,5),(754,1730628000,4),(754,1741518000,5),(754,1762077600,4),(754,1772967600,5),(754,1793527200,4),(754,1805022000,5),(754,1825581600,4),(754,1836471600,5),(754,1857031200,4),(754,1867921200,5),(754,1888480800,4),(754,1899370800,5),(754,1919930400,4),(754,1930820400,5),(754,1951380000,4),(754,1962874800,5),(754,1983434400,4),(754,1994324400,5),(754,2014884000,4),(754,2025774000,5),(754,2046333600,4),(754,2057223600,5),(754,2077783200,4),(754,2088673200,5),(754,2109232800,4),(754,2120122800,5),(754,2140682400,4),(755,-1514739600,1),(755,-1343066400,2),(755,-1234807200,1),(755,-1220292000,2),(755,-1207159200,1),(755,-1191344400,2),(755,-975261600,3),(755,-963169200,2),(755,-917114400,3),(755,-907354800,2),(755,-821901600,4),(755,-810068400,2),(755,-627501600,3),(755,-612990000,2),(755,828864000,3),(755,846399600,2),(755,860313600,3),(755,877849200,2),(755,891763200,3),(755,909298800,2),(755,923212800,3),(755,941353200,2),(755,954662400,3),(755,972802800,2),(755,989136000,3),(755,1001833200,2),(755,1018166400,3),(755,1035702000,2),(755,1049616000,3),(755,1067151600,2),(755,1081065600,3),(755,1099206000,2),(755,1112515200,3),(755,1130655600,2),(755,1143964800,3),(755,1162105200,2),(755,1175414400,3),(755,1193554800,2),(755,1207468800,3),(755,1225004400,2),(755,1238918400,3),(755,1256454000,2),(755,1270368000,3),(755,1288508400,2),(755,1301817600,3),(755,1319958000,2),(755,1333267200,3),(755,1351407600,2),(755,1365321600,3),(755,1382857200,2),(755,1396771200,3),(755,1414306800,2),(755,1428220800,3),(755,1445756400,2),(755,1459670400,3),(755,1477810800,2),(755,1491120000,3),(755,1509260400,2),(755,1522569600,3),(755,1540710000,2),(755,1554624000,3),(755,1572159600,2),(755,1586073600,3),(755,1603609200,2),(755,1617523200,3),(755,1635663600,2),(755,1648972800,3),(755,1667113200,2),(755,1680422400,3),(755,1698562800,2),(755,1712476800,3),(755,1730012400,2),(755,1743926400,3),(755,1761462000,2),(755,1775376000,3),(755,1792911600,2),(755,1806825600,3),(755,1824966000,2),(755,1838275200,3),(755,1856415600,2),(755,1869724800,3),(755,1887865200,2),(755,1901779200,3),(755,1919314800,2),(755,1933228800,3),(755,1950764400,2),(755,1964678400,3),(755,1982818800,2),(755,1996128000,3),(755,2014268400,2),(755,2027577600,3),(755,2045718000,2),(755,2059027200,3),(755,2077167600,2),(755,2091081600,3),(755,2108617200,2),(755,2122531200,3),(755,2140066800,2),(756,-1850328920,1),(756,326001600,2),(756,544597200,3),(756,562132800,2),(756,576046800,3),(756,594187200,2),(756,607496400,3),(756,625636800,2),(756,638946000,3),(756,657086400,2),(756,671000400,3),(756,688536000,2),(756,702450000,3),(756,719985600,2),(756,733899600,3),(756,752040000,2),(756,765349200,3),(756,783489600,2),(756,796798800,3),(756,814939200,2),(756,828853200,3),(756,846388800,2),(756,860302800,3),(756,877838400,2),(756,891752400,3),(756,909288000,2),(756,923202000,3),(756,941342400,2),(756,954651600,3),(756,972792000,2),(756,986101200,3),(756,1004241600,2),(756,1018155600,3),(756,1035691200,2),(756,1049605200,3),(756,1067140800,2),(756,1081054800,3),(756,1099195200,2),(756,1112504400,3),(756,1130644800,2),(756,1143954000,3),(756,1162094400,2),(756,1173589200,3),(756,1194148800,2),(756,1205038800,3),(756,1225598400,2),(756,1236488400,3),(756,1257048000,2),(756,1268542800,3),(756,1289102400,2),(756,1299992400,3),(756,1320552000,2),(756,1331442000,3),(756,1352001600,2),(756,1362891600,3),(756,1383451200,2),(756,1394341200,3),(756,1414900800,2),(756,1425790800,3),(756,1446350400,2),(756,1457845200,3),(756,1478404800,2),(756,1489294800,3),(756,1509854400,2),(756,1520744400,3),(756,1541304000,2),(756,1552194000,3),(756,1572753600,2),(756,1583643600,3),(756,1604203200,2),(756,1615698000,3),(756,1636257600,2),(756,1647147600,3),(756,1667707200,2),(756,1678597200,3),(756,1699156800,2),(756,1710046800,3),(756,1730606400,2),(756,1741496400,3),(756,1762056000,2),(756,1772946000,3),(756,1793505600,2),(756,1805000400,3),(756,1825560000,2),(756,1836450000,3),(756,1857009600,2),(756,1867899600,3),(756,1888459200,2),(756,1899349200,3),(756,1919908800,2),(756,1930798800,3),(756,1951358400,2),(756,1962853200,3),(756,1983412800,2),(756,1994302800,3),(756,2014862400,2),(756,2025752400,3),(756,2046312000,2),(756,2057202000,3),(756,2077761600,2),(756,2088651600,3),(756,2109211200,2),(756,2120101200,3),(756,2140660800,2),(757,-2131642800,2),(757,-1632074400,1),(757,-1615143600,2),(757,-1153681200,1),(757,-1145822400,2),(757,-1122231600,1),(757,-1114372800,2),(757,-1090782000,1),(757,-1082923200,2),(757,-1059332400,1),(757,-1051473600,2),(757,-1027882800,1),(757,-1020024000,2),(757,-996433200,1),(757,-988574400,2),(757,-965674800,1),(757,-955396800,2),(757,-934743600,1),(757,-923947200,2),(757,-904503600,1),(757,-891892800,2),(757,-880221600,3),(757,-769395600,4),(757,-765399600,2),(757,-747252000,1),(757,-733950000,2),(757,-715802400,1),(757,-702500400,2),(757,-684352800,1),(757,-671050800,2),(757,-652903200,1),(757,-639601200,2),(757,-620848800,1),(757,-608151600,2),(757,-589399200,1),(757,-576097200,2),(757,-557949600,1),(757,-544647600,2),(757,-526500000,1),(757,-513198000,2),(757,-495050400,1),(757,-481748400,2),(757,-463600800,1),(757,-450298800,2),(757,-431546400,1),(757,-418244400,2),(757,-400096800,1),(757,-384375600,2),(757,-368647200,1),(757,-352926000,2),(757,-337197600,1),(757,-321476400,2),(757,-305748000,1),(757,-289422000,2),(757,-273693600,1),(757,-257972400,2),(757,-242244000,1),(757,-226522800,2),(757,-210794400,1),(757,-195073200,2),(757,-179344800,1),(757,-163623600,2),(757,-147895200,1),(757,-131569200,2),(757,-116445600,1),(757,-100119600,2),(757,-84391200,1),(757,-68670000,2),(757,-52941600,1),(757,-37220400,2),(757,-21492000,1),(757,-5770800,2),(757,9957600,1),(757,25678800,2),(757,41407200,1),(757,57733200,2),(757,73461600,1),(757,89182800,2),(757,136360800,1),(757,152082000,2),(757,167810400,1),(757,183531600,2),(757,199260000,1),(757,215586000,2),(757,230709600,1),(757,247035600,2),(757,262764000,1),(757,278485200,2),(757,294213600,1),(757,309934800,2),(757,325663200,1),(757,341384400,2),(757,357112800,1),(757,372834000,2),(757,388562400,1),(757,404888400,2),(757,420012000,1),(757,436338000,2),(757,452066400,1),(757,467787600,2),(757,483516000,1),(757,499237200,2),(757,514965600,1),(757,530686800,2),(757,544600800,1),(757,562136400,2),(757,576050400,1),(757,594190800,2),(757,607500000,1),(757,625640400,2),(757,638949600,1),(757,657090000,2),(757,671004000,1),(757,688539600,2),(757,702453600,1),(757,719989200,2),(757,733896060,1),(757,752036460,2),(757,765345660,1),(757,783486060,2),(757,796795260,1),(757,814935660,2),(757,828849660,1),(757,846385260,2),(757,860299260,1),(757,877834860,2),(757,891748860,1),(757,909284460,2),(757,923198460,1),(757,941338860,2),(757,954648060,1),(757,972788460,2),(757,986097660,1),(757,1004238060,2),(757,1018152060,1),(757,1035687660,2),(757,1049601660,1),(757,1067137260,2),(757,1081051260,1),(757,1099191660,2),(757,1112500860,1),(757,1130641260,2),(757,1143950460,1),(757,1162090860,2),(757,1173592800,1),(757,1194152400,2),(757,1205042400,1),(757,1225602000,2),(757,1236492000,1),(757,1257051600,2),(757,1268546400,1),(757,1289106000,2),(757,1299996000,1),(757,1320555600,2),(757,1331445600,1),(757,1352005200,2),(757,1362895200,1),(757,1383454800,2),(757,1394344800,1),(757,1414904400,2),(757,1425794400,1),(757,1446354000,2),(757,1457848800,1),(757,1478408400,2),(757,1489298400,1),(757,1509858000,2),(757,1520748000,1),(757,1541307600,2),(757,1552197600,1),(757,1572757200,2),(757,1583647200,1),(757,1604206800,2),(757,1615701600,1),(757,1636261200,2),(757,1647151200,1),(757,1667710800,2),(757,1678600800,1),(757,1699160400,2),(757,1710050400,1),(757,1730610000,2),(757,1741500000,1),(757,1762059600,2),(757,1772949600,1),(757,1793509200,2),(757,1805004000,1),(757,1825563600,2),(757,1836453600,1),(757,1857013200,2),(757,1867903200,1),(757,1888462800,2),(757,1899352800,1),(757,1919912400,2),(757,1930802400,1),(757,1951362000,2),(757,1962856800,1),(757,1983416400,2),(757,1994306400,1),(757,2014866000,2),(757,2025756000,1),(757,2046315600,2),(757,2057205600,1),(757,2077765200,2),(757,2088655200,1),(757,2109214800,2),(757,2120104800,1),(757,2140664400,2),(758,-1514743200,1),(758,576057600,2),(758,594198000,1),(758,828864000,2),(758,846399600,1),(758,860313600,2),(758,877849200,1),(758,891763200,2),(758,909298800,1),(758,923212800,2),(758,941353200,1),(758,954662400,2),(758,972802800,1),(758,989136000,2),(758,1001833200,1),(758,1018166400,2),(758,1035702000,1),(758,1049616000,2),(758,1067151600,1),(758,1081065600,2),(758,1099206000,1),(758,1112515200,2),(758,1130655600,1),(758,1143964800,2),(758,1162105200,1),(758,1175414400,2),(758,1193554800,1),(758,1207468800,2),(758,1225004400,1),(758,1238918400,2),(758,1256454000,1),(758,1270368000,2),(758,1288508400,1),(758,1301817600,2),(758,1319958000,1),(758,1333267200,2),(758,1351407600,1),(758,1365321600,2),(758,1382857200,1),(758,1396771200,2),(758,1414306800,1),(758,1428220800,2),(758,1445756400,1),(758,1459670400,2),(758,1477810800,1),(758,1491120000,2),(758,1509260400,1),(758,1522569600,2),(758,1540710000,1),(758,1554624000,2),(758,1572159600,1),(758,1586073600,2),(758,1603609200,1),(758,1617523200,2),(758,1635663600,1),(758,1648972800,2),(758,1667113200,1),(758,1680422400,2),(758,1698562800,1),(758,1712476800,2),(758,1730012400,1),(758,1743926400,2),(758,1761462000,1),(758,1775376000,2),(758,1792911600,1),(758,1806825600,2),(758,1824966000,1),(758,1838275200,2),(758,1856415600,1),(758,1869724800,2),(758,1887865200,1),(758,1901779200,2),(758,1919314800,1),(758,1933228800,2),(758,1950764400,1),(758,1964678400,2),(758,1982818800,1),(758,1996128000,2),(758,2014268400,1),(758,2027577600,2),(758,2045718000,1),(758,2059027200,2),(758,2077167600,1),(758,2091081600,2),(758,2108617200,1),(758,2122531200,2),(758,2140066800,1),(759,-1942690509,1),(759,-1567455309,2),(759,-1459627200,4),(759,-1443819600,3),(759,-1428006600,4),(759,-1412283600,3),(759,-1396470600,4),(759,-1380747600,3),(759,-1141590600,4),(759,-1128286800,3),(759,-1110141000,4),(759,-1096837200,3),(759,-1078691400,4),(759,-1065387600,3),(759,-1047241800,4),(759,-1033938000,3),(759,-1015187400,4),(759,-1002488400,3),(759,-983737800,4),(759,-971038800,3),(759,-954707400,4),(759,-938984400,3),(759,-920838600,4),(759,-907534800,3),(759,-896819400,4),(759,-853621200,6),(759,-845847000,5),(759,-334789200,6),(759,-319671000,5),(759,-314226000,7),(759,-309996000,5),(759,-149720400,7),(759,-134604000,5),(759,-50446800,6),(759,-34205400,5),(759,9860400,7),(759,14176800,5),(759,72846000,7),(759,80100000,5),(759,127278000,8),(759,132111000,6),(759,147234600,5),(759,156913200,7),(759,165376800,5),(759,219812400,7),(759,226461600,5),(759,250052400,7),(759,257911200,5),(759,282711600,7),(759,289360800,5),(759,294202800,7),(759,322020000,5),(759,566449200,7),(759,573012000,5),(759,597812400,7),(759,605066400,5),(759,625633200,7),(759,635911200,5),(759,656478000,7),(759,667965600,5),(759,688532400,7),(759,699415200,5),(759,719377200,7),(759,730864800,5),(759,1095562800,7),(759,1111896000,5),(759,1128834000,7),(759,1142136000,5),(759,1159678800,7),(759,1173585600,5),(759,1191733200,7),(759,1205035200,5),(759,1223182800,7),(759,1236484800,5),(759,1254632400,7),(759,1268539200,5),(759,1286082000,7),(759,1299988800,5),(759,1317531600,7),(759,1331438400,5),(759,1349586000,7),(759,1362888000,5),(759,1381035600,7),(759,1394337600,5),(759,1412485200,7),(759,1425787200,5),(760,-1632070800,0),(760,-1615140000,1),(760,-1601753400,0),(760,-1583697600,1),(760,-1567357200,0),(760,-1554667200,1),(760,-1534698000,0),(760,-1524074400,1),(760,-1503248400,0),(760,-1492365600,1),(760,-1471798800,0),(760,-1460916000,1),(760,-1440954000,0),(760,-1428861600,1),(760,-1409504400,0),(760,-1397412000,1),(760,-1378054800,0),(760,-1365962400,1),(760,-1346605200,0),(760,-1333908000,1),(760,-1315155600,0),(760,-1301853600,1),(760,-1283706000,0),(760,-1270404000,1),(760,-1252256400,0),(760,-1238954400,1),(760,-1220806800,0),(760,-1207504800,1),(760,-1188752400,0),(760,-1176055200,1),(760,-1157302800,0),(760,-1144000800,1),(760,-1125853200,0),(760,-1112551200,1),(760,-1094403600,0),(760,-1081101600,1),(760,-1062954000,0),(760,-1049652000,1),(760,-1031504400,0),(760,-1018202400,1),(760,-1000054800,0),(760,-986752800,1),(760,-968000400,0),(760,-955303200,1),(760,-936550800,0),(760,-880218000,2),(760,-769395600,3),(760,-765396000,1),(760,-747248400,0),(760,-733946400,1),(760,-715806000,0),(760,-702504000,1),(760,-684356400,0),(760,-671054400,1),(760,-652906800,0),(760,-634161600,1),(760,-620845200,0),(760,-602704800,1),(760,-589395600,0),(760,-576093600,1),(760,-557946000,0),(760,-544644000,1),(760,-526496400,0),(760,-513194400,1),(760,-495046800,0),(760,-481744800,1),(760,-463597200,0),(760,-450295200,1),(760,-431542800,0),(760,-418240800,1),(760,-400093200,0),(760,-384372000,1),(760,-368643600,0),(760,-352922400,1),(760,-337194000,0),(760,-321472800,1),(760,-305744400,0),(760,-289418400,1),(760,-273690000,0),(760,-257968800,1),(760,-242240400,0),(760,-226519200,1),(760,-210790800,0),(760,-195069600,1),(760,-179341200,0),(760,-163620000,1),(760,-147891600,0),(760,-131565600,1),(760,-116442000,0),(760,-100116000,1),(760,-84387600,0),(760,-68666400,1),(760,-52938000,0),(760,-37216800,1),(760,-21488400,0),(760,-5767200,1),(760,9961200,0),(760,25682400,1),(760,41410800,0),(760,57736800,1),(760,73465200,0),(760,89186400,1),(760,104914800,0),(760,120636000,1),(760,136364400,0),(760,152085600,1),(760,167814000,0),(760,183535200,1),(760,199263600,0),(760,215589600,1),(760,230713200,0),(760,247039200,1),(760,262767600,0),(760,278488800,1),(760,294217200,0),(760,309938400,1),(760,325666800,0),(760,341388000,1),(760,357116400,0),(760,372837600,1),(760,388566000,0),(760,404892000,1),(760,420015600,0),(760,436341600,1),(760,452070000,0),(760,467791200,1),(760,483519600,0),(760,499240800,1),(760,514969200,0),(760,530690400,1),(760,544604400,0),(760,562140000,1),(760,576054000,0),(760,594194400,1),(760,607503600,0),(760,625644000,1),(760,638953200,0),(760,657093600,1),(760,671007600,0),(760,688543200,1),(760,702457200,0),(760,719992800,1),(760,733906800,0),(760,752047200,1),(760,765356400,0),(760,783496800,1),(760,796806000,0),(760,814946400,1),(760,828860400,0),(760,846396000,1),(760,860310000,0),(760,877845600,1),(760,891759600,0),(760,909295200,1),(760,923209200,0),(760,941349600,1),(760,954658800,0),(760,972799200,1),(760,986108400,0),(760,1004248800,1),(760,1018162800,0),(760,1035698400,1),(760,1049612400,0),(760,1067148000,1),(760,1081062000,0),(760,1099202400,1),(760,1112511600,0),(760,1130652000,1),(760,1143961200,0),(760,1162101600,1),(760,1173596400,0),(760,1194156000,1),(760,1205046000,0),(760,1225605600,1),(760,1236495600,0),(760,1257055200,1),(760,1268550000,0),(760,1289109600,1),(760,1299999600,0),(760,1320559200,1),(760,1331449200,0),(760,1352008800,1),(760,1362898800,0),(760,1383458400,1),(760,1394348400,0),(760,1414908000,1),(760,1425798000,0),(760,1446357600,1),(760,1457852400,0),(760,1478412000,1),(760,1489302000,0),(760,1509861600,1),(760,1520751600,0),(760,1541311200,1),(760,1552201200,0),(760,1572760800,1),(760,1583650800,0),(760,1604210400,1),(760,1615705200,0),(760,1636264800,1),(760,1647154800,0),(760,1667714400,1),(760,1678604400,0),(760,1699164000,1),(760,1710054000,0),(760,1730613600,1),(760,1741503600,0),(760,1762063200,1),(760,1772953200,0),(760,1793512800,1),(760,1805007600,0),(760,1825567200,1),(760,1836457200,0),(760,1857016800,1),(760,1867906800,0),(760,1888466400,1),(760,1899356400,0),(760,1919916000,1),(760,1930806000,0),(760,1951365600,1),(760,1962860400,0),(760,1983420000,1),(760,1994310000,0),(760,2014869600,1),(760,2025759600,0),(760,2046319200,1),(760,2057209200,0),(760,2077768800,1),(760,2088658800,0),(760,2109218400,1),(760,2120108400,0),(760,2140668000,1),(761,-873057600,2),(761,-769395600,1),(761,-765399600,0),(762,-1632070800,0),(762,-1615140000,1),(762,-1601753400,0),(762,-1583697600,1),(762,-1567357200,0),(762,-1554667200,1),(762,-1534698000,0),(762,-1524074400,1),(762,-1503248400,0),(762,-1492365600,1),(762,-1471798800,0),(762,-1460916000,1),(762,-1440954000,0),(762,-1428861600,1),(762,-1409504400,0),(762,-1397412000,1),(762,-1378054800,0),(762,-1365962400,1),(762,-1346605200,0),(762,-1333908000,1),(762,-1315155600,0),(762,-1301853600,1),(762,-1283706000,0),(762,-1270404000,1),(762,-1252256400,0),(762,-1238954400,1),(762,-1220806800,0),(762,-1207504800,1),(762,-1188752400,0),(762,-1176055200,1),(762,-1157302800,0),(762,-1144000800,1),(762,-1125853200,0),(762,-1112551200,1),(762,-1094403600,0),(762,-1081101600,1),(762,-1062954000,0),(762,-1049652000,1),(762,-1031504400,0),(762,-1018202400,1),(762,-1000054800,0),(762,-986752800,1),(762,-968000400,0),(762,-955303200,1),(762,-936550800,0),(762,-880218000,2),(762,-769395600,3),(762,-765396000,1),(762,-747248400,0),(762,-733946400,1),(762,-715806000,0),(762,-702504000,1),(762,-684356400,0),(762,-671054400,1),(762,-652906800,0),(762,-634161600,1),(762,-620845200,0),(762,-602704800,1),(762,-589395600,0),(762,-576093600,1),(762,-557946000,0),(762,-544644000,1),(762,-526496400,0),(762,-513194400,1),(762,-495046800,0),(762,-481744800,1),(762,-463597200,0),(762,-450295200,1),(762,-431542800,0),(762,-418240800,1),(762,-400093200,0),(762,-384372000,1),(762,-368643600,0),(762,-352922400,1),(762,-337194000,0),(762,-321472800,1),(762,-305744400,0),(762,-289418400,1),(762,-273690000,0),(762,-257968800,1),(762,-242240400,0),(762,-226519200,1),(762,-210790800,0),(762,-195069600,1),(762,-179341200,0),(762,-163620000,1),(762,-147891600,0),(762,-131565600,1),(762,-116442000,0),(762,-100116000,1),(762,-84387600,0),(762,-68666400,1),(762,-52938000,0),(762,-37216800,1),(762,-21488400,0),(762,-5767200,1),(762,9961200,0),(762,25682400,1),(762,41410800,0),(762,57736800,1),(762,73465200,0),(762,89186400,1),(762,104914800,0),(762,120636000,1),(762,136364400,0),(762,152085600,1),(762,167814000,0),(762,183535200,1),(762,199263600,0),(762,215589600,1),(762,230713200,0),(762,247039200,1),(762,262767600,0),(762,278488800,1),(762,294217200,0),(762,309938400,1),(762,325666800,0),(762,341388000,1),(762,357116400,0),(762,372837600,1),(762,388566000,0),(762,404892000,1),(762,420015600,0),(762,436341600,1),(762,452070000,0),(762,467791200,1),(762,483519600,0),(762,499240800,1),(762,514969200,0),(762,530690400,1),(762,544604400,0),(762,562140000,1),(762,576054000,0),(762,594194400,1),(762,607503600,0),(762,625644000,1),(762,638953200,0),(762,657093600,1),(762,671007600,0),(762,688543200,1),(762,702457200,0),(762,719992800,1),(762,733906800,0),(762,752047200,1),(762,765356400,0),(762,783496800,1),(762,796806000,0),(762,814946400,1),(762,828860400,0),(762,846396000,1),(762,860310000,0),(762,877845600,1),(762,891759600,0),(762,909295200,1),(762,923209200,0),(762,941349600,1),(762,954658800,0),(762,972799200,1),(762,986108400,0),(762,1004248800,1),(762,1018162800,0),(762,1035698400,1),(762,1049612400,0),(762,1067148000,1),(762,1081062000,0),(762,1099202400,1),(762,1112511600,0),(762,1130652000,1),(762,1143961200,0),(762,1162101600,1),(762,1173596400,0),(762,1194156000,1),(762,1205046000,0),(762,1225605600,1),(762,1236495600,0),(762,1257055200,1),(762,1268550000,0),(762,1289109600,1),(762,1299999600,0),(762,1320559200,1),(762,1331449200,0),(762,1352008800,1),(762,1362898800,0),(762,1383458400,1),(762,1394348400,0),(762,1414908000,1),(762,1425798000,0),(762,1446357600,1),(762,1457852400,0),(762,1478412000,1),(762,1489302000,0),(762,1509861600,1),(762,1520751600,0),(762,1541311200,1),(762,1552201200,0),(762,1572760800,1),(762,1583650800,0),(762,1604210400,1),(762,1615705200,0),(762,1636264800,1),(762,1647154800,0),(762,1667714400,1),(762,1678604400,0),(762,1699164000,1),(762,1710054000,0),(762,1730613600,1),(762,1741503600,0),(762,1762063200,1),(762,1772953200,0),(762,1793512800,1),(762,1805007600,0),(762,1825567200,1),(762,1836457200,0),(762,1857016800,1),(762,1867906800,0),(762,1888466400,1),(762,1899356400,0),(762,1919916000,1),(762,1930806000,0),(762,1951365600,1),(762,1962860400,0),(762,1983420000,1),(762,1994310000,0),(762,2014869600,1),(762,2025759600,0),(762,2046319200,1),(762,2057209200,0),(762,2077768800,1),(762,2088658800,0),(762,2109218400,1),(762,2120108400,0),(762,2140668000,1),(763,-1633280400,0),(763,-1615140000,1),(763,-1601830800,0),(763,-1583690400,1),(763,-1570381200,0),(763,-1551636000,1),(763,-1536512400,0),(763,-1523210400,1),(763,-1504458000,0),(763,-1491760800,1),(763,-1473008400,0),(763,-1459706400,1),(763,-1441558800,0),(763,-1428256800,1),(763,-1410109200,0),(763,-1396807200,1),(763,-1378659600,0),(763,-1365357600,1),(763,-1347210000,0),(763,-1333908000,1),(763,-1315155600,0),(763,-1301853600,1),(763,-1283706000,0),(763,-1270404000,1),(763,-1252256400,0),(763,-1238954400,1),(763,-1220806800,0),(763,-1207504800,1),(763,-1189357200,0),(763,-1176055200,1),(763,-1157302800,0),(763,-1144605600,1),(763,-1125853200,0),(763,-1112551200,1),(763,-1094403600,0),(763,-1081101600,1),(763,-1062954000,0),(763,-1049652000,1),(763,-1031504400,0),(763,-1018202400,1),(763,-1000054800,0),(763,-986752800,1),(763,-968000400,0),(763,-955303200,1),(763,-936550800,0),(763,-923248800,1),(763,-905101200,0),(763,-891799200,1),(763,-880218000,2),(763,-769395600,3),(763,-765396000,1),(763,-747248400,0),(763,-733946400,1),(763,-715798800,0),(763,-702496800,1),(763,-684349200,0),(763,-671047200,1),(763,-652899600,0),(763,-639597600,1),(763,-620845200,0),(763,-608148000,1),(763,-589395600,0),(763,-576093600,1),(763,-557946000,0),(763,-544644000,1),(763,-526496400,0),(763,-513194400,1),(763,-495046800,0),(763,-481744800,1),(763,-463597200,0),(763,-447271200,1),(763,-431542800,0),(763,-415821600,1),(763,-400093200,0),(763,-384372000,1),(763,-368643600,0),(763,-352922400,1),(763,-337194000,0),(763,-321472800,1),(763,-305744400,0),(763,-289418400,1),(763,-273690000,0),(763,-257968800,1),(763,-242240400,0),(763,-226519200,1),(763,-210790800,0),(763,-195069600,1),(763,-179341200,0),(763,-163620000,1),(763,-147891600,0),(763,-131565600,1),(763,-116442000,0),(763,-100116000,1),(763,-84387600,0),(763,-68666400,1),(763,-52938000,0),(763,-37216800,1),(763,-21488400,0),(763,-5767200,1),(763,9961200,0),(763,25682400,1),(763,41410800,0),(763,57736800,1),(763,73465200,0),(763,89186400,1),(763,104914800,0),(763,120636000,1),(763,126687600,0),(763,152085600,1),(763,162370800,0),(763,183535200,1),(763,199263600,0),(763,215589600,1),(763,230713200,0),(763,247039200,1),(763,262767600,0),(763,278488800,1),(763,294217200,0),(763,309938400,1),(763,325666800,0),(763,341388000,1),(763,357116400,0),(763,372837600,1),(763,388566000,0),(763,404892000,1),(763,420015600,0),(763,436341600,1),(763,452070000,0),(763,467791200,1),(763,483519600,0),(763,499240800,1),(763,514969200,0),(763,530690400,1),(763,544604400,0),(763,562140000,1),(763,576054000,0),(763,594194400,1),(763,607503600,0),(763,625644000,1),(763,638953200,0),(763,657093600,1),(763,671007600,0),(763,688543200,1),(763,702457200,0),(763,719992800,1),(763,733906800,0),(763,752047200,1),(763,765356400,0),(763,783496800,1),(763,796806000,0),(763,814946400,1),(763,828860400,0),(763,846396000,1),(763,860310000,0),(763,877845600,1),(763,891759600,0),(763,909295200,1),(763,923209200,0),(763,941349600,1),(763,954658800,0),(763,972799200,1),(763,986108400,0),(763,1004248800,1),(763,1018162800,0),(763,1035698400,1),(763,1049612400,0),(763,1067148000,1),(763,1081062000,0),(763,1099202400,1),(763,1112511600,0),(763,1130652000,1),(763,1143961200,0),(763,1162101600,1),(763,1173596400,0),(763,1194156000,1),(763,1205046000,0),(763,1225605600,1),(763,1236495600,0),(763,1257055200,1),(763,1268550000,0),(763,1289109600,1),(763,1299999600,0),(763,1320559200,1),(763,1331449200,0),(763,1352008800,1),(763,1362898800,0),(763,1383458400,1),(763,1394348400,0),(763,1414908000,1),(763,1425798000,0),(763,1446357600,1),(763,1457852400,0),(763,1478412000,1),(763,1489302000,0),(763,1509861600,1),(763,1520751600,0),(763,1541311200,1),(763,1552201200,0),(763,1572760800,1),(763,1583650800,0),(763,1604210400,1),(763,1615705200,0),(763,1636264800,1),(763,1647154800,0),(763,1667714400,1),(763,1678604400,0),(763,1699164000,1),(763,1710054000,0),(763,1730613600,1),(763,1741503600,0),(763,1762063200,1),(763,1772953200,0),(763,1793512800,1),(763,1805007600,0),(763,1825567200,1),(763,1836457200,0),(763,1857016800,1),(763,1867906800,0),(763,1888466400,1),(763,1899356400,0),(763,1919916000,1),(763,1930806000,0),(763,1951365600,1),(763,1962860400,0),(763,1983420000,1),(763,1994310000,0),(763,2014869600,1),(763,2025759600,0),(763,2046319200,1),(763,2057209200,0),(763,2077768800,1),(763,2088658800,0),(763,2109218400,1),(763,2120108400,0),(763,2140668000,1),(764,-1632070800,0),(764,-1615140000,1),(764,-923252400,0),(764,-880218000,2),(764,-769395600,3),(764,-765396000,1),(764,136364400,0),(764,152085600,1),(764,167814000,0),(764,183535200,1),(764,199263600,0),(764,215589600,1),(764,230713200,0),(764,247039200,1),(764,262767600,0),(764,278488800,1),(764,294217200,0),(764,309938400,1),(764,325666800,0),(764,341388000,1),(764,357116400,0),(764,372837600,1),(764,388566000,0),(764,404892000,1),(764,420015600,0),(764,436341600,1),(764,452070000,0),(764,467791200,1),(764,483519600,0),(764,499240800,1),(764,514969200,0),(764,530690400,1),(764,544604400,0),(764,562140000,1),(764,576054000,0),(764,594194400,1),(764,607503600,0),(764,625644000,1),(764,638953200,0),(764,657093600,1),(764,671007600,0),(764,688543200,1),(764,702457200,0),(764,719992800,1),(764,733906800,0),(764,752047200,1),(764,765356400,0),(764,783496800,1),(764,796806000,0),(764,814946400,1),(764,828860400,0),(764,846396000,1),(764,860310000,0),(764,877845600,1),(764,891759600,0),(764,909295200,1),(764,923209200,0),(764,941349600,1),(764,954658800,0),(764,972799200,1),(764,986108400,0),(764,1004248800,1),(764,1018162800,0),(764,1035698400,1),(764,1049612400,0),(764,1067148000,1),(764,1081062000,0),(764,1099202400,1),(764,1112511600,0),(764,1130652000,1),(764,1143961200,0),(764,1162101600,1),(764,1173596400,0),(764,1194156000,1),(764,1205046000,0),(764,1225605600,1),(764,1236495600,0),(764,1257055200,1),(764,1268550000,0),(764,1289109600,1),(764,1299999600,0),(764,1320559200,1),(764,1331449200,0),(764,1352008800,1),(764,1362898800,0),(764,1383458400,1),(764,1394348400,0),(764,1414908000,1),(764,1425798000,0),(764,1446357600,1),(764,1457852400,0),(764,1478412000,1),(764,1489302000,0),(764,1509861600,1),(764,1520751600,0),(764,1541311200,1),(764,1552201200,0),(764,1572760800,1),(764,1583650800,0),(764,1604210400,1),(764,1615705200,0),(764,1636264800,1),(764,1647154800,0),(764,1667714400,1),(764,1678604400,0),(764,1699164000,1),(764,1710054000,0),(764,1730613600,1),(764,1741503600,0),(764,1762063200,1),(764,1772953200,0),(764,1793512800,1),(764,1805007600,0),(764,1825567200,1),(764,1836457200,0),(764,1857016800,1),(764,1867906800,0),(764,1888466400,1),(764,1899356400,0),(764,1919916000,1),(764,1930806000,0),(764,1951365600,1),(764,1962860400,0),(764,1983420000,1),(764,1994310000,0),(764,2014869600,1),(764,2025759600,0),(764,2046319200,1),(764,2057209200,0),(764,2077768800,1),(764,2088658800,0),(764,2109218400,1),(764,2120108400,0),(764,2140668000,1),(765,-880196400,1),(765,-769395600,2),(765,-765374400,0),(765,-86878800,3),(765,-21466800,4),(765,-5745600,3),(765,9982800,4),(765,25704000,3),(765,41432400,4),(765,57758400,3),(765,73486800,4),(765,89208000,3),(765,104936400,4),(765,120657600,3),(765,126709200,4),(765,152107200,3),(765,162392400,4),(765,183556800,3),(765,199285200,4),(765,215611200,3),(765,230734800,4),(765,247060800,3),(765,262789200,4),(765,278510400,3),(765,294238800,4),(765,309960000,3),(765,325688400,4),(765,341409600,3),(765,357138000,4),(765,372859200,3),(765,388587600,4),(765,404913600,3),(765,420037200,4),(765,436363200,5),(765,439030800,7),(765,452084400,6),(765,467805600,7),(765,483534000,6),(765,499255200,7),(765,514983600,6),(765,530704800,7),(765,544618800,6),(765,562154400,7),(765,576068400,6),(765,594208800,7),(765,607518000,6),(765,625658400,7),(765,638967600,6),(765,657108000,7),(765,671022000,6),(765,688557600,7),(765,702471600,6),(765,720007200,7),(765,733921200,6),(765,752061600,7),(765,765370800,6),(765,783511200,7),(765,796820400,6),(765,814960800,7),(765,828874800,6),(765,846410400,7),(765,860324400,6),(765,877860000,7),(765,891774000,6),(765,909309600,7),(765,923223600,6),(765,941364000,7),(765,954673200,6),(765,972813600,7),(765,986122800,6),(765,1004263200,7),(765,1018177200,6),(765,1035712800,7),(765,1049626800,6),(765,1067162400,7),(765,1081076400,6),(765,1099216800,7),(765,1112526000,6),(765,1130666400,7),(765,1143975600,6),(765,1162116000,7),(765,1173610800,6),(765,1194170400,7),(765,1205060400,6),(765,1225620000,7),(765,1236510000,6),(765,1257069600,7),(765,1268564400,6),(765,1289124000,7),(765,1300014000,6),(765,1320573600,7),(765,1331463600,6),(765,1352023200,7),(765,1362913200,6),(765,1383472800,7),(765,1394362800,6),(765,1414922400,7),(765,1425812400,6),(765,1446372000,7),(765,1457866800,6),(765,1478426400,7),(765,1489316400,6),(765,1509876000,7),(765,1520766000,6),(765,1541325600,7),(765,1552215600,6),(765,1572775200,7),(765,1583665200,6),(765,1604224800,7),(765,1615719600,6),(765,1636279200,7),(765,1647169200,6),(765,1667728800,7),(765,1678618800,6),(765,1699178400,7),(765,1710068400,6),(765,1730628000,7),(765,1741518000,6),(765,1762077600,7),(765,1772967600,6),(765,1793527200,7),(765,1805022000,6),(765,1825581600,7),(765,1836471600,6),(765,1857031200,7),(765,1867921200,6),(765,1888480800,7),(765,1899370800,6),(765,1919930400,7),(765,1930820400,6),(765,1951380000,7),(765,1962874800,6),(765,1983434400,7),(765,1994324400,6),(765,2014884000,7),(765,2025774000,6),(765,2046333600,7),(765,2057223600,6),(765,2077783200,7),(765,2088673200,6),(765,2109232800,7),(765,2120122800,6),(765,2140682400,7),(766,-1767217820,2),(766,-1206961200,1),(766,-1191366000,2),(766,-1175378400,1),(766,-1159830000,2),(766,-633823200,1),(766,-622072800,2),(766,-602287200,1),(766,-591836400,2),(766,-570751200,1),(766,-560214000,2),(766,-539128800,1),(766,-531356400,2),(766,-191368800,1),(766,-184201200,2),(766,-155167200,1),(766,-150073200,2),(766,-128901600,1),(766,-121129200,2),(766,-99957600,1),(766,-89593200,2),(766,-68421600,1),(766,-57970800,2),(766,499744800,1),(766,511232400,2),(766,530589600,1),(766,540262800,2),(766,562125600,1),(766,571194000,2),(766,592970400,1),(766,602038800,2),(766,624420000,1),(766,634698000,2),(766,938916000,1),(766,951613200,2),(766,970970400,1),(766,971571600,2),(766,1003024800,1),(766,1013907600,2),(767,-1633273200,0),(767,-1615132800,1),(767,-1601823600,0),(767,-1583683200,1),(767,-880210800,2),(767,-769395600,3),(767,-765388800,1),(767,-84380400,0),(767,-68659200,1),(767,-52930800,0),(767,-37209600,1),(767,-21481200,0),(767,-5760000,1),(767,9968400,0),(767,25689600,1),(767,41418000,0),(767,57744000,1),(767,73472400,0),(767,89193600,1),(767,104922000,0),(767,120643200,1),(767,126694800,0),(767,152092800,1),(767,162378000,0),(767,183542400,1),(767,199270800,0),(767,215596800,1),(767,230720400,0),(767,247046400,1),(767,262774800,0),(767,278496000,1),(767,294224400,0),(767,309945600,1),(767,325674000,0),(767,341395200,1),(767,357123600,0),(767,372844800,1),(767,388573200,0),(767,404899200,1),(767,420022800,0),(767,436348800,1),(767,452077200,0),(767,467798400,1),(767,483526800,0),(767,499248000,1),(767,514976400,0),(767,530697600,1),(767,544611600,0),(767,562147200,1),(767,576061200,0),(767,594201600,1),(767,607510800,0),(767,625651200,1),(767,638960400,0),(767,657100800,1),(767,671014800,0),(767,688550400,1),(767,702464400,0),(767,720000000,1),(767,733914000,0),(767,752054400,1),(767,765363600,0),(767,783504000,1),(767,796813200,0),(767,814953600,1),(767,828867600,0),(767,846403200,1),(767,860317200,0),(767,877852800,1),(767,891766800,0),(767,909302400,1),(767,923216400,0),(767,941356800,1),(767,954666000,0),(767,972806400,1),(767,986115600,0),(767,1004256000,1),(767,1018170000,0),(767,1035705600,1),(767,1049619600,0),(767,1067155200,1),(767,1081069200,0),(767,1099209600,1),(767,1112518800,0),(767,1130659200,1),(767,1143968400,0),(767,1162108800,1),(767,1173603600,0),(767,1194163200,1),(767,1205053200,0),(767,1225612800,1),(767,1236502800,0),(767,1257062400,1),(767,1268557200,0),(767,1289116800,5),(767,1300003200,4),(767,1320562800,5),(767,1331452800,4),(767,1352012400,5),(767,1362902400,4),(767,1383462000,5),(767,1394352000,4),(767,1414911600,5),(767,1425801600,4),(767,1446361200,5),(767,1457856000,4),(767,1478415600,5),(767,1489305600,4),(767,1509865200,5),(767,1520755200,4),(767,1541314800,5),(767,1552204800,4),(767,1572764400,5),(767,1583654400,4),(767,1604214000,5),(767,1615708800,4),(767,1636268400,5),(767,1647158400,4),(767,1667718000,5),(767,1678608000,4),(767,1699167600,5),(767,1710057600,4),(767,1730617200,5),(767,1741507200,4),(767,1762066800,5),(767,1772956800,4),(767,1793516400,5),(767,1805011200,4),(767,1825570800,5),(767,1836460800,4),(767,1857020400,5),(767,1867910400,4),(767,1888470000,5),(767,1899360000,4),(767,1919919600,5),(767,1930809600,4),(767,1951369200,5),(767,1962864000,4),(767,1983423600,5),(767,1994313600,4),(767,2014873200,5),(767,2025763200,4),(767,2046322800,5),(767,2057212800,4),(767,2077772400,5),(767,2088662400,4),(767,2109222000,5),(767,2120112000,4),(767,2140671600,5),(768,-1633273200,0),(768,-1615132800,1),(768,-1601823600,0),(768,-1583683200,1),(768,-880210800,2),(768,-769395600,3),(768,-765388800,1),(768,-84380400,0),(768,-68659200,1),(768,-52930800,0),(768,-37209600,1),(768,-21481200,0),(768,-5760000,1),(768,9968400,0),(768,25689600,1),(768,41418000,0),(768,57744000,1),(768,73472400,0),(768,89193600,1),(768,104922000,0),(768,120643200,1),(768,126694800,0),(768,152092800,1),(768,162378000,0),(768,183542400,1),(768,199270800,0),(768,215596800,1),(768,230720400,0),(768,247046400,1),(768,262774800,0),(768,278496000,1),(768,294224400,0),(768,309945600,1),(768,325674000,0),(768,341395200,1),(768,357123600,0),(768,372844800,1),(768,388573200,0),(768,404899200,1),(768,420022800,0),(768,436348800,1),(768,452077200,0),(768,467798400,1),(768,483526800,0),(768,499248000,1),(768,514976400,0),(768,530697600,1),(768,544611600,0),(768,562147200,1),(768,576061200,0),(768,594201600,1),(768,607510800,0),(768,625651200,1),(768,638960400,0),(768,657100800,1),(768,671014800,0),(768,688550400,1),(768,702464400,0),(768,720000000,5),(768,733910400,4),(768,752050800,5),(768,765360000,4),(768,783500400,5),(768,796809600,4),(768,814950000,5),(768,828864000,4),(768,846399600,5),(768,860313600,4),(768,877849200,5),(768,891763200,4),(768,909298800,5),(768,923212800,4),(768,941353200,5),(768,954662400,4),(768,972802800,5),(768,986112000,4),(768,1004252400,5),(768,1018166400,4),(768,1035702000,5),(768,1049616000,4),(768,1067151600,5),(768,1081065600,4),(768,1099206000,5),(768,1112515200,4),(768,1130655600,5),(768,1143964800,4),(768,1162105200,5),(768,1173600000,4),(768,1194159600,5),(768,1205049600,4),(768,1225609200,5),(768,1236499200,4),(768,1257058800,5),(768,1268553600,4),(768,1289113200,5),(768,1300003200,4),(768,1320562800,5),(768,1331452800,4),(768,1352012400,5),(768,1362902400,4),(768,1383462000,5),(768,1394352000,4),(768,1414911600,5),(768,1425801600,4),(768,1446361200,5),(768,1457856000,4),(768,1478415600,5),(768,1489305600,4),(768,1509865200,5),(768,1520755200,4),(768,1541314800,5),(768,1552204800,4),(768,1572764400,5),(768,1583654400,4),(768,1604214000,5),(768,1615708800,4),(768,1636268400,5),(768,1647158400,4),(768,1667718000,5),(768,1678608000,4),(768,1699167600,5),(768,1710057600,4),(768,1730617200,5),(768,1741507200,4),(768,1762066800,5),(768,1772956800,4),(768,1793516400,5),(768,1805011200,4),(768,1825570800,5),(768,1836460800,4),(768,1857020400,5),(768,1867910400,4),(768,1888470000,5),(768,1899360000,4),(768,1919919600,5),(768,1930809600,4),(768,1951369200,5),(768,1962864000,4),(768,1983423600,5),(768,1994313600,4),(768,2014873200,5),(768,2025763200,4),(768,2046322800,5),(768,2057212800,4),(768,2077772400,5),(768,2088662400,4),(768,2109222000,5),(768,2120112000,4),(768,2140671600,5),(769,-1633273200,0),(769,-1615132800,1),(769,-1601823600,0),(769,-1583683200,1),(769,-880210800,2),(769,-769395600,3),(769,-765388800,1),(769,-84380400,0),(769,-68659200,1),(769,-52930800,0),(769,-37209600,1),(769,-21481200,0),(769,-5760000,1),(769,9968400,0),(769,25689600,1),(769,41418000,0),(769,57744000,1),(769,73472400,0),(769,89193600,1),(769,104922000,0),(769,120643200,1),(769,126694800,0),(769,152092800,1),(769,162378000,0),(769,183542400,1),(769,199270800,0),(769,215596800,1),(769,230720400,0),(769,247046400,1),(769,262774800,0),(769,278496000,1),(769,294224400,0),(769,309945600,1),(769,325674000,0),(769,341395200,1),(769,357123600,0),(769,372844800,1),(769,388573200,0),(769,404899200,1),(769,420022800,0),(769,436348800,1),(769,452077200,0),(769,467798400,1),(769,483526800,0),(769,499248000,1),(769,514976400,0),(769,530697600,1),(769,544611600,0),(769,562147200,1),(769,576061200,0),(769,594201600,1),(769,607510800,0),(769,625651200,1),(769,638960400,0),(769,657100800,1),(769,671014800,0),(769,688550400,1),(769,702464400,0),(769,720000000,1),(769,733914000,0),(769,752054400,1),(769,765363600,0),(769,783504000,1),(769,796813200,0),(769,814953600,1),(769,828867600,0),(769,846403200,1),(769,860317200,0),(769,877852800,1),(769,891766800,0),(769,909302400,1),(769,923216400,0),(769,941356800,1),(769,954666000,0),(769,972806400,1),(769,986115600,0),(769,1004256000,1),(769,1018170000,0),(769,1035705600,1),(769,1049619600,0),(769,1067155200,5),(769,1081065600,4),(769,1099206000,5),(769,1112515200,4),(769,1130655600,5),(769,1143964800,4),(769,1162105200,5),(769,1173600000,4),(769,1194159600,5),(769,1205049600,4),(769,1225609200,5),(769,1236499200,4),(769,1257058800,5),(769,1268553600,4),(769,1289113200,5),(769,1300003200,4),(769,1320562800,5),(769,1331452800,4),(769,1352012400,5),(769,1362902400,4),(769,1383462000,5),(769,1394352000,4),(769,1414911600,5),(769,1425801600,4),(769,1446361200,5),(769,1457856000,4),(769,1478415600,5),(769,1489305600,4),(769,1509865200,5),(769,1520755200,4),(769,1541314800,5),(769,1552204800,4),(769,1572764400,5),(769,1583654400,4),(769,1604214000,5),(769,1615708800,4),(769,1636268400,5),(769,1647158400,4),(769,1667718000,5),(769,1678608000,4),(769,1699167600,5),(769,1710057600,4),(769,1730617200,5),(769,1741507200,4),(769,1762066800,5),(769,1772956800,4),(769,1793516400,5),(769,1805011200,4),(769,1825570800,5),(769,1836460800,4),(769,1857020400,5),(769,1867910400,4),(769,1888470000,5),(769,1899360000,4),(769,1919919600,5),(769,1930809600,4),(769,1951369200,5),(769,1962864000,4),(769,1983423600,5),(769,1994313600,4),(769,2014873200,5),(769,2025763200,4),(769,2046322800,5),(769,2057212800,4),(769,2077772400,5),(769,2088662400,4),(769,2109222000,5),(769,2120112000,4),(769,2140671600,5),(770,-1686083584,1),(770,323845200,4),(770,338950800,2),(770,354675600,3),(770,370400400,2),(770,386125200,3),(770,401850000,2),(770,417574800,3),(770,433299600,2),(770,449024400,3),(770,465354000,2),(770,481078800,3),(770,496803600,2),(770,512528400,3),(770,528253200,2),(770,543978000,3),(770,559702800,2),(770,575427600,3),(770,591152400,2),(770,606877200,3),(770,622602000,2),(770,638326800,3),(770,654656400,2),(770,670381200,3),(770,686106000,2),(770,701830800,3),(770,717555600,2),(770,733280400,3),(770,749005200,2),(770,764730000,3),(770,780454800,2),(770,796179600,3),(770,811904400,2),(770,828234000,3),(770,846378000,2),(770,859683600,3),(770,877827600,2),(770,891133200,3),(770,909277200,2),(770,922582800,3),(770,941331600,2),(770,954032400,3),(770,972781200,2),(770,985482000,3),(770,1004230800,2),(770,1017536400,3),(770,1035680400,2),(770,1048986000,3),(770,1067130000,2),(770,1080435600,3),(770,1099184400,2),(770,1111885200,3),(770,1130634000,2),(770,1143334800,3),(770,1162083600,2),(770,1174784400,3),(770,1193533200,2),(770,1206838800,3),(770,1224982800,2),(770,1238288400,3),(770,1256432400,2),(770,1269738000,3),(770,1288486800,2),(770,1301187600,3),(770,1319936400,2),(770,1332637200,3),(770,1351386000,2),(770,1364691600,3),(770,1382835600,2),(770,1396141200,3),(770,1414285200,2),(770,1427590800,3),(770,1445734800,2),(770,1459040400,3),(770,1477789200,2),(770,1490490000,3),(770,1509238800,2),(770,1521939600,3),(770,1540688400,2),(770,1553994000,3),(770,1572138000,2),(770,1585443600,3),(770,1603587600,2),(770,1616893200,3),(770,1635642000,2),(770,1648342800,3),(770,1667091600,2),(770,1679792400,3),(770,1698541200,2),(770,1711846800,3),(770,1729990800,2),(770,1743296400,3),(770,1761440400,2),(770,1774746000,3),(770,1792890000,2),(770,1806195600,3),(770,1824944400,2),(770,1837645200,3),(770,1856394000,2),(770,1869094800,3),(770,1887843600,2),(770,1901149200,3),(770,1919293200,2),(770,1932598800,3),(770,1950742800,2),(770,1964048400,3),(770,1982797200,2),(770,1995498000,3),(770,2014246800,2),(770,2026947600,3),(770,2045696400,2),(770,2058397200,3),(770,2077146000,2),(770,2090451600,3),(770,2108595600,2),(770,2121901200,3),(770,2140045200,2),(771,-1514739600,1),(771,-1343066400,2),(771,-1234807200,1),(771,-1220292000,2),(771,-1207159200,1),(771,-1191344400,2),(771,828864000,3),(771,846399600,2),(771,860313600,3),(771,877849200,2),(771,891766800,4),(771,909302400,1),(771,923216400,4),(771,941356800,1),(771,954666000,4),(771,972806400,1),(771,989139600,4),(771,1001836800,1),(771,1018170000,4),(771,1035705600,1),(771,1049619600,4),(771,1067155200,1),(771,1081069200,4),(771,1099209600,1),(771,1112518800,4),(771,1130659200,1),(771,1143968400,4),(771,1162108800,1),(771,1175418000,4),(771,1193558400,1),(771,1207472400,4),(771,1225008000,1),(771,1238922000,4),(771,1256457600,1),(771,1268557200,4),(771,1289116800,1),(771,1300006800,4),(771,1320566400,1),(771,1331456400,4),(771,1352016000,1),(771,1362906000,4),(771,1383465600,1),(771,1394355600,4),(771,1414915200,1),(771,1425805200,4),(771,1446364800,1),(771,1457859600,4),(771,1478419200,1),(771,1489309200,4),(771,1509868800,1),(771,1520758800,4),(771,1541318400,1),(771,1552208400,4),(771,1572768000,1),(771,1583658000,4),(771,1604217600,1),(771,1615712400,4),(771,1636272000,1),(771,1647162000,4),(771,1667721600,1),(771,1678611600,4),(771,1699171200,1),(771,1710061200,4),(771,1730620800,1),(771,1741510800,4),(771,1762070400,1),(771,1772960400,4),(771,1793520000,1),(771,1805014800,4),(771,1825574400,1),(771,1836464400,4),(771,1857024000,1),(771,1867914000,4),(771,1888473600,1),(771,1899363600,4),(771,1919923200,1),(771,1930813200,4),(771,1951372800,1),(771,1962867600,4),(771,1983427200,1),(771,1994317200,4),(771,2014876800,1),(771,2025766800,4),(771,2046326400,1),(771,2057216400,4),(771,2077776000,1),(771,2088666000,4),(771,2109225600,1),(771,2120115600,4),(771,2140675200,1),(772,-1946918424,1),(773,-1546300800,3),(773,-880221600,1),(773,-769395600,2),(773,-765399600,3),(773,-147902400,4),(773,-131572800,3),(773,325663200,5),(773,341384400,3),(773,357112800,5),(773,372834000,3),(773,388562400,5),(773,404888400,3),(773,420012000,5),(773,436338000,3),(773,452066400,5),(773,467787600,3),(773,483516000,5),(773,499237200,3),(773,514965600,5),(773,530686800,3),(773,544600800,5),(773,562136400,3),(773,576050400,5),(773,594190800,3),(773,607500000,5),(773,625640400,3),(773,638949600,5),(773,657090000,3),(773,671004000,5),(773,688539600,3),(773,702453600,5),(773,719989200,3),(773,733903200,5),(773,752043600,3),(773,765352800,5),(773,783493200,3),(773,796802400,6),(773,814946400,7),(773,828860400,6),(773,846396000,7),(773,860310000,6),(773,877845600,7),(773,891759600,6),(773,909295200,7),(773,923209200,6),(773,941349600,8),(773,954662400,9),(773,972802800,7),(773,986108400,6),(773,1004248800,7),(773,1018162800,6),(773,1035698400,7),(773,1049612400,6),(773,1067148000,7),(773,1081062000,6),(773,1099202400,7),(773,1112511600,6),(773,1130652000,7),(773,1143961200,6),(773,1162101600,7),(773,1173596400,6),(773,1194156000,7),(773,1205046000,6),(773,1225605600,7),(773,1236495600,6),(773,1257055200,7),(773,1268550000,6),(773,1289109600,7),(773,1299999600,6),(773,1320559200,7),(773,1331449200,6),(773,1352008800,7),(773,1362898800,6),(773,1383458400,7),(773,1394348400,6),(773,1414908000,7),(773,1425798000,6),(773,1446357600,7),(773,1457852400,6),(773,1478412000,7),(773,1489302000,6),(773,1509861600,7),(773,1520751600,6),(773,1541311200,7),(773,1552201200,6),(773,1572760800,7),(773,1583650800,6),(773,1604210400,7),(773,1615705200,6),(773,1636264800,7),(773,1647154800,6),(773,1667714400,7),(773,1678604400,6),(773,1699164000,7),(773,1710054000,6),(773,1730613600,7),(773,1741503600,6),(773,1762063200,7),(773,1772953200,6),(773,1793512800,7),(773,1805007600,6),(773,1825567200,7),(773,1836457200,6),(773,1857016800,7),(773,1867906800,6),(773,1888466400,7),(773,1899356400,6),(773,1919916000,7),(773,1930806000,6),(773,1951365600,7),(773,1962860400,6),(773,1983420000,7),(773,1994310000,6),(773,2014869600,7),(773,2025759600,6),(773,2046319200,7),(773,2057209200,6),(773,2077768800,7),(773,2088658800,6),(773,2109218400,7),(773,2120108400,6),(773,2140668000,7),(774,-1861906760,1),(774,-1104524348,2),(774,-765317964,3),(774,465449400,4),(775,-1633273200,0),(775,-1615132800,1),(775,-1601823600,0),(775,-1583683200,1),(775,-880210800,2),(775,-820519140,1),(775,-812653140,2),(775,-796845540,1),(775,-84380400,0),(775,-68659200,1),(776,-1670483460,2),(776,421218000,1),(776,436334400,2),(776,452062800,1),(776,467784000,2),(776,483512400,1),(776,499233600,2),(776,514962000,1),(776,530683200,2),(776,546411600,1),(776,562132800,2),(776,576050400,3),(776,594194400,4),(776,607500000,3),(776,625644000,4),(776,638949600,3),(776,657093600,4),(776,671004000,3),(776,688543200,4),(776,702453600,3),(776,719992800,4),(776,733903200,3),(776,752047200,4),(776,765352800,3),(776,783496800,4),(776,796802400,3),(776,814946400,4),(776,828856800,3),(776,846396000,4),(776,860306400,3),(776,877845600,4),(776,1112504400,1),(776,1130644800,2),(776,1143954000,1),(776,1162094400,2),(776,1331449200,1),(776,1352008800,2),(776,1362898800,1),(776,1383458400,2),(776,1394348400,1),(776,1414908000,2),(776,1425798000,1),(776,1446357600,2),(776,1489302000,1),(776,1509861600,2),(776,1520751600,1),(776,1541311200,2),(776,1552201200,1),(776,1572760800,2),(776,1583650800,1),(776,1604210400,2),(776,1615705200,1),(776,1636264800,2),(776,1647154800,1),(776,1667714400,2),(776,1678604400,1),(776,1699164000,2),(776,1710054000,1),(776,1730613600,2),(776,1741503600,1),(776,1762063200,2),(776,1772953200,1),(776,1793512800,2),(776,1805007600,1),(776,1825567200,2),(776,1836457200,1),(776,1857016800,2),(776,1867906800,1),(776,1888466400,2),(776,1899356400,1),(776,1919916000,2),(776,1930806000,1),(776,1951365600,2),(776,1962860400,1),(776,1983420000,2),(776,1994310000,1),(776,2014869600,2),(776,2025759600,1),(776,2046319200,2),(776,2057209200,1),(776,2077768800,2),(776,2088658800,1),(776,2109218400,2),(776,2120108400,1),(776,2140668000,2),(777,-873057600,2),(777,-769395600,1),(777,-765399600,0),(778,-1767209328,2),(778,-1206950400,1),(778,-1191355200,2),(778,-1175367600,1),(778,-1159819200,2),(778,-633812400,1),(778,-622062000,2),(778,-602276400,1),(778,-591825600,2),(778,-570740400,1),(778,-560203200,2),(778,-539118000,1),(778,-531345600,2),(778,-191358000,1),(778,-184190400,2),(778,-155156400,1),(778,-150062400,2),(778,-128890800,1),(778,-121118400,2),(778,-99946800,1),(778,-89582400,2),(778,-68410800,1),(778,-57960000,2),(778,499755600,1),(778,511243200,2),(778,530600400,1),(778,540273600,2),(778,562136400,1),(778,571204800,2),(778,1214283600,3),(778,1384056000,2),(779,-1767210264,2),(779,-1206954000,1),(779,-1191358800,2),(779,-1175371200,1),(779,-1159822800,2),(779,-633816000,1),(779,-622065600,2),(779,-602280000,1),(779,-591829200,2),(779,-570744000,1),(779,-560206800,2),(779,-539121600,1),(779,-531349200,2),(779,-191361600,1),(779,-184194000,2),(779,-155160000,1),(779,-150066000,2),(779,-128894400,1),(779,-121122000,2),(779,-99950400,1),(779,-89586000,2),(779,-68414400,1),(779,-57963600,2),(779,499752000,1),(779,511239600,2),(779,530596800,1),(779,540270000,2),(779,562132800,1),(779,571201200,2),(780,-873057600,2),(780,-769395600,1),(780,-765399600,0),(781,-1892661435,1),(781,-1688410800,0),(781,-1619205435,2),(781,-1593806400,0),(781,-1335986235,3),(781,-1317585600,1),(781,-1304362800,3),(781,-1286049600,1),(781,-1272826800,3),(781,-1254513600,1),(781,-1241290800,3),(781,-1222977600,1),(781,-1209754800,3),(781,-1191355200,1),(781,-1178132400,2),(781,-870552000,1),(781,-865278000,2),(781,-718056000,1),(781,-713649600,2),(781,-36619200,4),(781,-23922000,5),(781,-3355200,4),(781,7527600,5),(781,24465600,4),(781,37767600,5),(781,55915200,4),(781,69217200,5),(781,87969600,4),(781,100666800,5),(781,118209600,4),(781,132116400,5),(781,150868800,4),(781,163566000,5),(781,182318400,4),(781,195620400,5),(781,213768000,4),(781,227070000,5),(781,245217600,4),(781,258519600,5),(781,277272000,4),(781,289969200,5),(781,308721600,4),(781,321418800,5),(781,340171200,4),(781,353473200,5),(781,371620800,4),(781,384922800,5),(781,403070400,4),(781,416372400,5),(781,434520000,4),(781,447822000,5),(781,466574400,4),(781,479271600,5),(781,498024000,4),(781,510721200,5),(781,529473600,4),(781,545194800,5),(781,560923200,4),(781,574225200,5),(781,592372800,4),(781,605674800,5),(781,624427200,4),(781,637124400,5),(781,653457600,4),(781,668574000,5),(781,687326400,4),(781,700628400,5),(781,718776000,4),(781,732078000,5),(781,750225600,4),(781,763527600,5),(781,781675200,4),(781,794977200,5),(781,813729600,4),(781,826426800,5),(781,845179200,4),(781,859690800,5),(781,876628800,4),(781,889930800,5),(781,906868800,4),(781,923194800,5),(781,939528000,4),(781,952830000,5),(781,971582400,4),(781,984279600,5),(781,1003032000,4),(781,1015729200,5),(781,1034481600,4),(781,1047178800,5),(781,1065931200,4),(781,1079233200,5),(781,1097380800,4),(781,1110682800,5),(781,1128830400,4),(781,1142132400,5),(781,1160884800,4),(781,1173582000,5),(781,1192334400,4),(781,1206846000,5),(781,1223784000,4),(781,1237086000,5),(781,1255233600,4),(781,1270350000,5),(781,1286683200,4),(781,1304823600,5),(781,1313899200,4),(781,1335668400,5),(781,1346558400,4),(781,1367118000,5),(781,1378612800,4),(781,1398567600,5),(781,1410062400,4),(781,1463281200,5),(781,1471147200,4),(781,1480820400,6),(782,-1632067200,0),(782,-1615136400,1),(782,-923248800,0),(782,-880214400,2),(782,-769395600,3),(782,-765392400,1),(782,136368000,0),(782,152089200,1),(782,167817600,0),(782,183538800,1),(782,199267200,0),(782,215593200,1),(782,230716800,0),(782,247042800,1),(782,262771200,0),(782,278492400,1),(782,294220800,0),(782,309942000,1),(782,325670400,0),(782,341391600,1),(782,357120000,0),(782,372841200,1),(782,388569600,0),(782,404895600,1),(782,420019200,0),(782,436345200,1),(782,452073600,0),(782,467794800,1),(782,483523200,0),(782,499244400,1),(782,514972800,0),(782,530694000,1),(782,544608000,0),(782,562143600,1),(782,576057600,0),(782,594198000,1),(782,607507200,0),(782,625647600,1),(782,638956800,0),(782,657097200,1),(782,671011200,0),(782,688546800,1),(782,702460800,0),(782,719996400,1),(782,733910400,0),(782,752050800,1),(782,765360000,0),(782,783500400,1),(782,796809600,0),(782,814950000,1),(782,828864000,0),(782,846399600,1),(782,860313600,0),(782,877849200,1),(782,891763200,0),(782,909298800,1),(782,923212800,0),(782,941353200,1),(782,954662400,0),(782,972802800,1),(782,986112000,0),(782,1004252400,1),(782,1018166400,0),(782,1035702000,1),(782,1049616000,0),(782,1067151600,1),(782,1081065600,0),(782,1099206000,1),(782,1112515200,0),(782,1130655600,1),(782,1143964800,0),(782,1162105200,1),(782,1173600000,0),(782,1194159600,1),(782,1205049600,0),(782,1225609200,1),(782,1236499200,0),(782,1257058800,1),(782,1268553600,0),(782,1289113200,1),(782,1300003200,0),(782,1320562800,1),(782,1331452800,0),(782,1352012400,1),(782,1362902400,0),(782,1383462000,1),(782,1394352000,0),(782,1414911600,1),(782,1425801600,0),(782,1446361200,1),(782,1457856000,0),(782,1478415600,1),(782,1489305600,0),(782,1509865200,1),(782,1520755200,0),(782,1541314800,1),(782,1552204800,0),(782,1572764400,1),(782,1583654400,0),(782,1604214000,1),(782,1615708800,0),(782,1636268400,1),(782,1647158400,0),(782,1667718000,1),(782,1678608000,0),(782,1699167600,1),(782,1710057600,0),(782,1730617200,1),(782,1741507200,0),(782,1762066800,1),(782,1772956800,0),(782,1793516400,1),(782,1805011200,0),(782,1825570800,1),(782,1836460800,0),(782,1857020400,1),(782,1867910400,0),(782,1888470000,1),(782,1899360000,0),(782,1919919600,1),(782,1930809600,0),(782,1951369200,1),(782,1962864000,0),(782,1983423600,1),(782,1994313600,0),(782,2014873200,1),(782,2025763200,0),(782,2046322800,1),(782,2057212800,0),(782,2077772400,1),(782,2088662400,0),(782,2109222000,1),(782,2120112000,0),(782,2140671600,1),(783,-410227200,2),(783,-147895200,1),(783,-131565600,2),(783,325670400,3),(783,341391600,2),(783,357120000,3),(783,372841200,2),(783,388569600,3),(783,404895600,2),(783,420019200,3),(783,436345200,2),(783,452073600,3),(783,467794800,2),(783,483523200,3),(783,499244400,2),(783,514972800,3),(783,530694000,2),(783,544608000,3),(783,562143600,2),(783,576057600,3),(783,594198000,2),(783,607507200,3),(783,625647600,2),(783,638956800,3),(783,657097200,2),(783,671011200,3),(783,688546800,2),(783,702460800,3),(783,719996400,2),(783,733910400,3),(783,752050800,2),(783,765360000,3),(783,783500400,2),(783,796809600,3),(783,814950000,2),(783,828864000,3),(783,846399600,2),(783,860313600,3),(783,877849200,2),(783,891763200,3),(783,909298800,2),(783,923212800,3),(783,941353200,2),(783,954662400,3),(783,972802800,4),(783,986112000,3),(783,1004252400,2),(783,1018166400,3),(783,1035702000,2),(783,1049616000,3),(783,1067151600,2),(783,1081065600,3),(783,1099206000,2),(783,1112515200,3),(783,1130655600,2),(783,1143964800,3),(783,1162105200,2),(783,1173600000,3),(783,1194159600,2),(783,1205049600,3),(783,1225609200,2),(783,1236499200,3),(783,1257058800,2),(783,1268553600,3),(783,1289113200,2),(783,1300003200,3),(783,1320562800,2),(783,1331452800,3),(783,1352012400,2),(783,1362902400,3),(783,1383462000,2),(783,1394352000,3),(783,1414911600,2),(783,1425801600,3),(783,1446361200,2),(783,1457856000,3),(783,1478415600,2),(783,1489305600,3),(783,1509865200,2),(783,1520755200,3),(783,1541314800,2),(783,1552204800,3),(783,1572764400,2),(783,1583654400,3),(783,1604214000,2),(783,1615708800,3),(783,1636268400,2),(783,1647158400,3),(783,1667718000,2),(783,1678608000,3),(783,1699167600,2),(783,1710057600,3),(783,1730617200,2),(783,1741507200,3),(783,1762066800,2),(783,1772956800,3),(783,1793516400,2),(783,1805011200,3),(783,1825570800,2),(783,1836460800,3),(783,1857020400,2),(783,1867910400,3),(783,1888470000,2),(783,1899360000,3),(783,1919919600,2),(783,1930809600,3),(783,1951369200,2),(783,1962864000,3),(783,1983423600,2),(783,1994313600,3),(783,2014873200,2),(783,2025763200,3),(783,2046322800,2),(783,2057212800,3),(783,2077772400,2),(783,2088662400,3),(783,2109222000,2),(783,2120112000,3),(783,2140671600,2),(784,-1767217224,2),(784,-1206957600,1),(784,-1191362400,2),(784,-1175374800,1),(784,-1159826400,2),(784,-633819600,1),(784,-622069200,2),(784,-602283600,1),(784,-591832800,2),(784,-570747600,1),(784,-560210400,2),(784,-539125200,1),(784,-531352800,2),(784,-191365200,1),(784,-184197600,2),(784,-155163600,1),(784,-150069600,2),(784,-128898000,1),(784,-121125600,2),(784,-99954000,1),(784,-89589600,2),(784,-68418000,1),(784,-57967200,2),(784,499748400,1),(784,511236000,2),(784,530593200,1),(784,540266400,2),(784,562129200,1),(784,571197600,2),(784,592974000,1),(784,602042400,2),(784,624423600,1),(784,634701600,2),(784,938919600,1),(784,951616800,2),(784,970974000,1),(784,971575200,2),(784,1003028400,1),(784,1013911200,2),(785,-2030202084,2),(785,-1632063600,1),(785,-1615132800,2),(785,-1251651600,1),(785,-1238349600,2),(785,-1220202000,1),(785,-1206900000,2),(785,-1188752400,1),(785,-1175450400,2),(785,-1156698000,1),(785,-1144000800,2),(785,-1125248400,1),(785,-1111946400,2),(785,-1032714000,1),(785,-1016992800,2),(785,-1001264400,1),(785,-986148000,2),(785,-969814800,1),(785,-954093600,2),(785,-937760400,1),(785,-922039200,2),(785,-906310800,1),(785,-890589600,2),(785,-880210800,3),(785,-769395600,4),(785,-765388800,2),(785,-748450800,1),(785,-732729600,2),(785,-715791600,1),(785,-702489600,2),(785,-684342000,1),(785,-671040000,2),(785,-652892400,1),(785,-639590400,2),(785,-620838000,1),(785,-608140800,2),(785,-589388400,1),(785,-576086400,2),(785,-557938800,1),(785,-544636800,2),(785,-526489200,1),(785,-513187200,2),(785,-495039600,1),(785,-481737600,2),(785,-463590000,1),(785,-450288000,2),(785,-431535600,1),(785,-418233600,2),(785,-400086000,1),(785,-386784000,2),(785,-337186800,1),(785,-321465600,2),(785,-305737200,5),(786,-704937600,2),(786,-147895200,1),(786,-131565600,2),(786,325670400,3),(786,341391600,2),(786,357120000,3),(786,372841200,2),(786,388569600,3),(786,404895600,2),(786,420019200,3),(786,436345200,2),(786,452073600,3),(786,467794800,2),(786,483523200,3),(786,499244400,2),(786,514972800,3),(786,530694000,2),(786,544608000,3),(786,562143600,2),(786,576057600,3),(786,594198000,2),(786,607507200,3),(786,625647600,2),(786,638956800,3),(786,657097200,2),(786,671011200,3),(786,688546800,2),(786,702460800,3),(786,719996400,2),(786,733910400,3),(786,752050800,2),(786,765360000,3),(786,783500400,2),(786,796809600,3),(786,814950000,2),(786,828864000,3),(786,846399600,2),(786,860313600,3),(786,877849200,2),(786,891763200,3),(786,909298800,2),(786,923212800,3),(786,941353200,2),(786,954662400,3),(786,972802800,4),(786,986112000,3),(786,1004252400,2),(786,1018166400,3),(786,1035702000,2),(786,1049616000,3),(786,1067151600,2),(786,1081065600,3),(786,1099206000,2),(786,1112515200,3),(786,1130655600,2),(786,1143964800,3),(786,1162105200,4),(786,1173600000,3),(786,1194159600,2),(786,1205049600,3),(786,1225609200,2),(786,1236499200,3),(786,1257058800,2),(786,1268553600,3),(786,1289113200,2),(786,1300003200,3),(786,1320562800,2),(786,1331452800,3),(786,1352012400,2),(786,1362902400,3),(786,1383462000,2),(786,1394352000,3),(786,1414911600,2),(786,1425801600,3),(786,1446361200,2),(786,1457856000,3),(786,1478415600,2),(786,1489305600,3),(786,1509865200,2),(786,1520755200,3),(786,1541314800,2),(786,1552204800,3),(786,1572764400,2),(786,1583654400,3),(786,1604214000,2),(786,1615708800,3),(786,1636268400,2),(786,1647158400,3),(786,1667718000,2),(786,1678608000,3),(786,1699167600,2),(786,1710057600,3),(786,1730617200,2),(786,1741507200,3),(786,1762066800,2),(786,1772956800,3),(786,1793516400,2),(786,1805011200,3),(786,1825570800,2),(786,1836460800,3),(786,1857020400,2),(786,1867910400,3),(786,1888470000,2),(786,1899360000,3),(786,1919919600,2),(786,1930809600,3),(786,1951369200,2),(786,1962864000,3),(786,1983423600,2),(786,1994313600,3),(786,2014873200,2),(786,2025763200,3),(786,2046322800,2),(786,2057212800,3),(786,2077772400,2),(786,2088662400,3),(786,2109222000,2),(786,2120112000,3),(786,2140671600,2),(787,-1767209328,2),(787,-1206950400,1),(787,-1191355200,2),(787,-1175367600,1),(787,-1159819200,2),(787,-633812400,1),(787,-622062000,2),(787,-602276400,1),(787,-591825600,2),(787,-570740400,1),(787,-560203200,2),(787,-539118000,1),(787,-531345600,2),(787,-191358000,1),(787,-184190400,2),(787,-155156400,1),(787,-150062400,2),(787,-128890800,1),(787,-121118400,2),(787,-99946800,1),(787,-89582400,2),(787,-68410800,1),(787,-57960000,2),(787,499755600,1),(787,511243200,2),(787,530600400,1),(787,540273600,2),(787,562136400,1),(787,571204800,2),(787,1214283600,3),(787,1384056000,2),(788,-1567453392,1),(788,-1233432000,2),(788,-1222981200,1),(788,-1205956800,2),(788,-1194037200,1),(788,-1172865600,2),(788,-1162501200,1),(788,-1141329600,2),(788,-1130965200,1),(788,-1109793600,2),(788,-1099429200,1),(788,-1078257600,2),(788,-1067806800,1),(788,-1046635200,2),(788,-1036270800,1),(788,-1015099200,2),(788,-1004734800,1),(788,-983563200,2),(788,-973198800,1),(788,-952027200,2),(788,-941576400,1),(788,-931032000,2),(788,-900882000,1),(788,-890337600,2),(788,-833749200,1),(788,-827265600,2),(788,-752274000,1),(788,-733780800,2),(788,-197326800,1),(788,-190843200,2),(788,-184194000,1),(788,-164491200,2),(788,-152658000,1),(788,-132955200,2),(788,-121122000,1),(788,-101419200,2),(788,-86821200,1),(788,-71092800,2),(788,-54766800,1),(788,-39038400,2),(788,-23317200,1),(788,-7588800,4),(788,128142000,3),(788,136605600,4),(788,596948400,3),(788,605066400,4),(788,624423600,3),(788,636516000,4),(788,656478000,3),(788,667965600,1),(788,687931200,3),(788,699415200,4),(788,719377200,3),(788,731469600,4),(788,938919600,2),(788,952052400,4),(788,1198983600,3),(788,1205632800,4),(788,1224385200,3),(788,1237082400,4),(789,-1514736000,1),(789,-1451667600,2),(789,-1343062800,1),(789,-1234803600,2),(789,-1222963200,3),(789,-1207242000,2),(789,-873820800,4),(789,-769395600,5),(789,-761677200,2),(789,-686073600,3),(789,-661539600,2),(789,-495039600,3),(789,-481734000,2),(789,-463590000,3),(789,-450284400,2),(789,-431535600,3),(789,-418230000,2),(789,-400086000,3),(789,-386780400,2),(789,-368636400,3),(789,-355330800,2),(789,-337186800,3),(789,-323881200,2),(789,-305737200,3),(789,-292431600,2),(789,199274400,3),(789,215600400,2),(789,230724000,3),(789,247050000,2),(789,262778400,3),(789,278499600,2),(789,294228000,3),(789,309949200,2),(789,325677600,3),(789,341398800,2),(789,357127200,3),(789,372848400,2),(789,388576800,3),(789,404902800,2),(789,420026400,3),(789,436352400,2),(789,452080800,3),(789,467802000,2),(789,483530400,3),(789,499251600,2),(789,514980000,3),(789,530701200,2),(789,544615200,3),(789,562150800,2),(789,576064800,3),(789,594205200,2),(789,607514400,3),(789,625654800,2),(789,638964000,3),(789,657104400,2),(789,671018400,3),(789,688554000,2),(789,702468000,3),(789,720003600,2),(789,733917600,3),(789,752058000,2),(789,765367200,3),(789,783507600,2),(789,796816800,3),(789,814957200,2),(789,828871200,3),(789,846406800,2),(789,860320800,3),(789,877856400,2),(789,891770400,3),(789,909306000,2),(789,923220000,3),(789,941360400,2),(789,954669600,3),(789,972810000,2),(789,986119200,3),(789,1004259600,2),(789,1018173600,3),(789,1035709200,2),(789,1049623200,3),(789,1067158800,2),(789,1081072800,3),(789,1099213200,2),(789,1112522400,3),(789,1130662800,2),(789,1143972000,3),(789,1162112400,2),(789,1175421600,3),(789,1193562000,2),(789,1207476000,3),(789,1225011600,2),(789,1238925600,3),(789,1256461200,2),(789,1268560800,3),(789,1289120400,2),(789,1300010400,3),(789,1320570000,2),(789,1331460000,3),(789,1352019600,2),(789,1362909600,3),(789,1383469200,2),(789,1394359200,3),(789,1414918800,2),(789,1425808800,3),(789,1446368400,2),(789,1457863200,3),(789,1478422800,2),(789,1489312800,3),(789,1509872400,2),(789,1520762400,3),(789,1541322000,2),(789,1552212000,3),(789,1572771600,2),(789,1583661600,3),(789,1604221200,2),(789,1615716000,3),(789,1636275600,2),(789,1647165600,3),(789,1667725200,2),(789,1678615200,3),(789,1699174800,2),(789,1710064800,3),(789,1730624400,2),(789,1741514400,3),(789,1762074000,2),(789,1772964000,3),(789,1793523600,2),(789,1805018400,3),(789,1825578000,2),(789,1836468000,3),(789,1857027600,2),(789,1867917600,3),(789,1888477200,2),(789,1899367200,3),(789,1919926800,2),(789,1930816800,3),(789,1951376400,2),(789,1962871200,3),(789,1983430800,2),(789,1994320800,3),(789,2014880400,2),(789,2025770400,3),(789,2046330000,2),(789,2057220000,3),(789,2077779600,2),(789,2088669600,3),(789,2109229200,2),(789,2120119200,3),(789,2140678800,2),(790,-1767212472,2),(790,-1206954000,1),(790,-1191358800,2),(790,-1175371200,1),(790,-1159822800,2),(790,-633816000,1),(790,-622065600,2),(790,-602280000,1),(790,-591829200,2),(790,-570744000,1),(790,-560206800,2),(790,-539121600,1),(790,-531349200,2),(790,-191361600,1),(790,-184194000,2),(790,-155160000,1),(790,-150066000,2),(790,-128894400,1),(790,-121122000,2),(790,-99950400,1),(790,-89586000,2),(790,-68414400,1),(790,-57963600,2),(790,499752000,1),(790,511239600,2),(790,530596800,1),(790,540270000,2),(790,562132800,1),(790,571201200,2),(790,1214280000,3),(791,-1892661435,1),(791,-1688410800,0),(791,-1619205435,2),(791,-1593806400,0),(791,-1335986235,3),(791,-1317585600,1),(791,-1304362800,3),(791,-1286049600,1),(791,-1272826800,3),(791,-1254513600,1),(791,-1241290800,3),(791,-1222977600,1),(791,-1209754800,3),(791,-1191355200,1),(791,-1178132400,2),(791,-870552000,1),(791,-865278000,2),(791,-740520000,4),(791,-736376400,2),(791,-718056000,1),(791,-713649600,2),(791,-36619200,5),(791,-23922000,6),(791,-3355200,5),(791,7527600,6),(791,24465600,5),(791,37767600,6),(791,55915200,5),(791,69217200,6),(791,87969600,5),(791,100666800,6),(791,118209600,5),(791,132116400,6),(791,150868800,5),(791,163566000,6),(791,182318400,5),(791,195620400,6),(791,213768000,5),(791,227070000,6),(791,245217600,5),(791,258519600,6),(791,277272000,5),(791,289969200,6),(791,308721600,5),(791,321418800,6),(791,340171200,5),(791,353473200,6),(791,371620800,5),(791,384922800,6),(791,403070400,5),(791,416372400,6),(791,434520000,5),(791,447822000,6),(791,466574400,5),(791,479271600,6),(791,498024000,5),(791,510721200,6),(791,529473600,5),(791,545194800,6),(791,560923200,5),(791,574225200,6),(791,592372800,5),(791,605674800,6),(791,624427200,5),(791,637124400,6),(791,653457600,5),(791,668574000,6),(791,687326400,5),(791,700628400,6),(791,718776000,5),(791,732078000,6),(791,750225600,5),(791,763527600,6),(791,781675200,5),(791,794977200,6),(791,813729600,5),(791,826426800,6),(791,845179200,5),(791,859690800,6),(791,876628800,5),(791,889930800,6),(791,906868800,5),(791,923194800,6),(791,939528000,5),(791,952830000,6),(791,971582400,5),(791,984279600,6),(791,1003032000,5),(791,1015729200,6),(791,1034481600,5),(791,1047178800,6),(791,1065931200,5),(791,1079233200,6),(791,1097380800,5),(791,1110682800,6),(791,1128830400,5),(791,1142132400,6),(791,1160884800,5),(791,1173582000,6),(791,1192334400,5),(791,1206846000,6),(791,1223784000,5),(791,1237086000,6),(791,1255233600,5),(791,1270350000,6),(791,1286683200,5),(791,1304823600,6),(791,1313899200,5),(791,1335668400,6),(791,1346558400,5),(791,1367118000,6),(791,1378612800,5),(791,1398567600,6),(791,1410062400,5),(791,1463281200,6),(791,1471147200,5),(791,1494730800,6),(791,1502596800,5),(791,1526180400,6),(791,1534046400,5),(791,1554606000,6),(791,1567915200,5),(791,1586055600,6),(791,1599364800,5),(791,1617505200,6),(791,1630814400,5),(791,1648954800,6),(791,1662264000,5),(791,1680404400,6),(791,1693713600,5),(791,1712458800,6),(791,1725768000,5),(791,1743908400,6),(791,1757217600,5),(791,1775358000,6),(791,1788667200,5),(791,1806807600,6),(791,1820116800,5),(791,1838257200,6),(791,1851566400,5),(791,1870311600,6),(791,1883016000,5),(791,1901761200,6),(791,1915070400,5),(791,1933210800,6),(791,1946520000,5),(791,1964660400,6),(791,1977969600,5),(791,1996110000,6),(791,2009419200,5),(791,2027559600,6),(791,2040868800,5),(791,2059614000,6),(791,2072318400,5),(791,2091063600,6),(791,2104372800,5),(791,2122513200,6),(791,2135822400,5),(792,-1159773600,2),(792,-100119600,1),(792,-89668800,2),(792,-5770800,3),(792,4422600,2),(792,25678800,3),(792,33193800,2),(792,57733200,3),(792,64816200,2),(792,89182800,3),(792,96438600,2),(792,120632400,3),(792,127974600,2),(792,152082000,4),(792,972799200,2),(792,975823200,4),(793,-1767214412,2),(793,-1206957600,1),(793,-1191362400,2),(793,-1175374800,1),(793,-1159826400,2),(793,-633819600,1),(793,-622069200,2),(793,-602283600,1),(793,-591832800,2),(793,-570747600,1),(793,-560210400,2),(793,-539125200,1),(793,-531352800,2),(793,-195426000,1),(793,-184197600,2),(793,-155163600,1),(793,-150069600,2),(793,-128898000,1),(793,-121125600,2),(793,-99954000,1),(793,-89589600,2),(793,-68418000,1),(793,-57967200,2),(793,499748400,1),(793,511236000,2),(793,530593200,1),(793,540266400,2),(793,562129200,1),(793,571197600,2),(793,592974000,1),(793,602042400,2),(793,624423600,1),(793,634701600,2),(793,656478000,1),(793,666756000,2),(793,687927600,1),(793,697600800,2),(793,719982000,1),(793,728445600,2),(793,750826800,1),(793,761709600,2),(793,782276400,1),(793,793159200,2),(793,813726000,1),(793,824004000,2),(793,844570800,1),(793,856058400,2),(793,876106800,1),(793,888717600,2),(793,908074800,1),(793,919562400,2),(793,938919600,1),(793,951616800,2),(793,970974000,1),(793,982461600,2),(793,1003028400,1),(793,1013911200,2),(793,1036292400,1),(793,1045360800,2),(793,1066532400,1),(793,1076810400,2),(793,1099364400,1),(793,1108864800,2),(793,1129431600,1),(793,1140314400,2),(793,1162695600,1),(793,1172368800,2),(793,1192330800,1),(793,1203213600,2),(793,1224385200,1),(793,1234663200,2),(793,1255834800,1),(793,1266717600,2),(793,1287284400,1),(793,1298167200,2),(793,1318734000,1),(793,1330221600,2),(793,1350788400,1),(793,1361066400,2),(793,1382238000,1),(793,1392516000,2),(793,1413687600,1),(793,1424570400,2),(793,1445137200,1),(793,1456020000,2),(793,1476586800,1),(793,1487469600,2),(793,1508036400,1),(793,1518919200,2),(793,1541300400,1),(793,1550368800,2),(794,-1686090728,1),(794,323841600,2),(794,338961600,3),(794,354679200,6),(794,370400400,4),(794,386125200,5),(794,401850000,4),(794,417574800,5),(794,433299600,4),(794,449024400,5),(794,465354000,4),(794,481078800,5),(794,496803600,4),(794,512528400,5),(794,528253200,4),(794,543978000,5),(794,559702800,4),(794,575427600,5),(794,591152400,4),(794,606877200,5),(794,622602000,4),(794,638326800,5),(794,654656400,4),(794,670381200,5),(794,686106000,4),(794,701830800,5),(794,717555600,4),(794,733280400,5),(794,749005200,4),(794,764730000,5),(794,780454800,4),(794,796179600,5),(794,811904400,4),(794,828234000,5),(794,846378000,4),(794,859683600,5),(794,877827600,4),(794,891133200,5),(794,909277200,4),(794,922582800,5),(794,941331600,4),(794,954032400,5),(794,972781200,4),(794,985482000,5),(794,1004230800,4),(794,1017536400,5),(794,1035680400,4),(794,1048986000,5),(794,1067130000,4),(794,1080435600,5),(794,1099184400,4),(794,1111885200,5),(794,1130634000,4),(794,1143334800,5),(794,1162083600,4),(794,1174784400,5),(794,1193533200,4),(794,1206838800,5),(794,1224982800,4),(794,1238288400,5),(794,1256432400,4),(794,1269738000,5),(794,1288486800,4),(794,1301187600,5),(794,1319936400,4),(794,1332637200,5),(794,1351386000,4),(794,1364691600,5),(794,1382835600,4),(794,1396141200,5),(794,1414285200,4),(794,1427590800,5),(794,1445734800,4),(794,1459040400,5),(794,1477789200,4),(794,1490490000,5),(794,1509238800,4),(794,1521939600,5),(794,1540688400,4),(794,1553994000,5),(794,1572138000,4),(794,1585443600,5),(794,1603587600,4),(794,1616893200,5),(794,1635642000,4),(794,1648342800,5),(794,1667091600,4),(794,1679792400,5),(794,1698541200,4),(794,1711846800,5),(794,1729990800,4),(794,1743296400,5),(794,1761440400,4),(794,1774746000,5),(794,1792890000,4),(794,1806195600,5),(794,1824944400,4),(794,1837645200,5),(794,1856394000,4),(794,1869094800,5),(794,1887843600,4),(794,1901149200,5),(794,1919293200,4),(794,1932598800,5),(794,1950742800,4),(794,1964048400,5),(794,1982797200,4),(794,1995498000,5),(794,2014246800,4),(794,2026947600,5),(794,2045696400,4),(794,2058397200,5),(794,2077146000,4),(794,2090451600,5),(794,2108595600,4),(794,2121901200,5),(794,2140045200,4),(795,-1633273200,0),(795,-1615132800,1),(795,-1601823600,0),(795,-1583683200,1),(795,-1570374000,0),(795,-1551628800,1),(795,-1538924400,0),(795,-1534089600,1),(795,-880210800,2),(795,-769395600,3),(795,-765388800,1),(795,-147884400,0),(795,-131558400,1),(795,-116434800,0),(795,-100108800,1),(795,-84380400,0),(795,-68659200,1),(795,-52930800,0),(795,-37209600,1),(795,-21481200,0),(795,-5760000,1),(795,9968400,0),(795,25689600,1),(795,41418000,0),(795,57744000,1),(795,73472400,0),(795,89193600,1),(795,104922000,0),(795,120643200,1),(795,126694800,0),(795,152092800,1),(795,162378000,0),(795,183542400,1),(795,199270800,0),(795,215596800,1),(795,230720400,0),(795,247046400,1),(795,262774800,0),(795,278496000,1),(795,294224400,0),(795,309945600,1),(795,325674000,0),(795,341395200,1),(795,357123600,0),(795,372844800,1),(795,388573200,0),(795,404899200,1),(795,420022800,0),(795,436348800,1),(795,452077200,0),(795,467798400,1),(795,483526800,0),(795,499248000,1),(795,514976400,0),(795,530697600,1),(795,544611600,0),(795,562147200,1),(795,576061200,0),(795,594201600,1),(795,607510800,0),(795,625651200,1),(795,638960400,0),(795,657100800,1),(795,671014800,0),(795,688550400,1),(795,702464400,0),(795,720000000,1),(795,733914000,0),(795,752054400,1),(795,765363600,0),(795,783504000,1),(795,796813200,0),(795,814953600,1),(795,828867600,0),(795,846403200,1),(795,860317200,0),(795,877852800,1),(795,891766800,0),(795,909302400,1),(795,923216400,0),(795,941356800,1),(795,954666000,0),(795,972806400,1),(795,986115600,0),(795,1004256000,1),(795,1018170000,0),(795,1035705600,1),(795,1049619600,0),(795,1067155200,1),(795,1081069200,0),(795,1099209600,1),(795,1112518800,0),(795,1130659200,1),(795,1143968400,0),(795,1162108800,1),(795,1173603600,0),(795,1194163200,1),(795,1205053200,0),(795,1225612800,1),(795,1236502800,0),(795,1257062400,1),(795,1268557200,0),(795,1289116800,1),(795,1300006800,0),(795,1320566400,1),(795,1331456400,0),(795,1352016000,1),(795,1362906000,0),(795,1383465600,1),(795,1394355600,0),(795,1414915200,1),(795,1425805200,0),(795,1446364800,1),(795,1457859600,0),(795,1478419200,1),(795,1489309200,0),(795,1509868800,1),(795,1520758800,0),(795,1541318400,1),(795,1552208400,0),(795,1572768000,1),(795,1583658000,0),(795,1604217600,1),(795,1615712400,0),(795,1636272000,1),(795,1647162000,0),(795,1667721600,1),(795,1678611600,0),(795,1699171200,1),(795,1710061200,0),(795,1730620800,1),(795,1741510800,0),(795,1762070400,1),(795,1772960400,0),(795,1793520000,1),(795,1805014800,0),(795,1825574400,1),(795,1836464400,0),(795,1857024000,1),(795,1867914000,0),(795,1888473600,1),(795,1899363600,0),(795,1919923200,1),(795,1930813200,0),(795,1951372800,1),(795,1962867600,0),(795,1983427200,1),(795,1994317200,0),(795,2014876800,1),(795,2025766800,0),(795,2046326400,1),(795,2057216400,0),(795,2077776000,1),(795,2088666000,0),(795,2109225600,1),(795,2120115600,0),(795,2140675200,1),(796,-880207200,1),(796,-769395600,2),(796,-765385200,0),(796,-21477600,3),(796,-5756400,0),(796,9972000,3),(796,25693200,0),(796,41421600,3),(796,57747600,0),(796,73476000,3),(796,89197200,0),(796,104925600,3),(796,120646800,0),(796,126698400,3),(796,152096400,0),(796,162381600,3),(796,183546000,0),(796,199274400,3),(796,215600400,0),(796,230724000,3),(796,247050000,0),(796,262778400,3),(796,278499600,0),(796,294228000,3),(796,309949200,0),(796,325677600,3),(796,341398800,0),(796,357127200,3),(796,372848400,0),(796,388576800,3),(796,404902800,0),(796,420026400,3),(796,436352400,4),(796,439030800,6),(796,452084400,5),(796,467805600,6),(796,483534000,5),(796,499255200,6),(796,514983600,5),(796,530704800,6),(796,544618800,5),(796,562154400,6),(796,576068400,5),(796,594208800,6),(796,607518000,5),(796,625658400,6),(796,638967600,5),(796,657108000,6),(796,671022000,5),(796,688557600,6),(796,702471600,5),(796,720007200,6),(796,733921200,5),(796,752061600,6),(796,765370800,5),(796,783511200,6),(796,796820400,5),(796,814960800,6),(796,828874800,5),(796,846410400,6),(796,860324400,5),(796,877860000,6),(796,891774000,5),(796,909309600,6),(796,923223600,5),(796,941364000,6),(796,954673200,5),(796,972813600,6),(796,986122800,5),(796,1004263200,6),(796,1018177200,5),(796,1035712800,6),(796,1049626800,5),(796,1067162400,6),(796,1081076400,5),(796,1099216800,6),(796,1112526000,5),(796,1130666400,6),(796,1143975600,5),(796,1162116000,6),(796,1173610800,5),(796,1194170400,6),(796,1205060400,5),(796,1225620000,6),(796,1236510000,5),(796,1257069600,6),(796,1268564400,5),(796,1289124000,6),(796,1300014000,5),(796,1320573600,6),(796,1331463600,5),(796,1352023200,6),(796,1362913200,5),(796,1383472800,6),(796,1394362800,5),(796,1414922400,6),(796,1425812400,5),(796,1446372000,6),(796,1457866800,5),(796,1478426400,6),(796,1489316400,5),(796,1509876000,6),(796,1520766000,5),(796,1541325600,6),(796,1552215600,5),(796,1572775200,6),(796,1583665200,5),(796,1604224800,6),(796,1615719600,5),(796,1636279200,6),(796,1647169200,5),(796,1667728800,6),(796,1678618800,5),(796,1699178400,6),(796,1710068400,5),(796,1730628000,6),(796,1741518000,5),(796,1762077600,6),(796,1772967600,5),(796,1793527200,6),(796,1805022000,5),(796,1825581600,6),(796,1836471600,5),(796,1857031200,6),(796,1867921200,5),(796,1888480800,6),(796,1899370800,5),(796,1919930400,6),(796,1930820400,5),(796,1951380000,6),(796,1962874800,5),(796,1983434400,6),(796,1994324400,5),(796,2014884000,6),(796,2025774000,5),(796,2046333600,6),(796,2057223600,5),(796,2077783200,6),(796,2088673200,5),(796,2109232800,6),(796,2120122800,5),(796,2140682400,6),(797,-873057600,2),(797,-769395600,1),(797,-765399600,0),(798,-1664130548,0),(798,-1650137348,1),(798,-1632076148,0),(798,-1615145348,1),(798,-1598650148,0),(798,-1590100148,1),(798,-1567286948,0),(798,-1551565748,1),(798,-1535837348,0),(798,-1520116148,1),(798,-1503782948,0),(798,-1488666548,1),(798,-1472333348,0),(798,-1457216948,1),(798,-1440883748,0),(798,-1425767348,1),(798,-1409434148,0),(798,-1394317748,1),(798,-1377984548,0),(798,-1362263348,1),(798,-1346534948,0),(798,-1330813748,1),(798,-1314480548,0),(798,-1299364148,1),(798,-1283030948,0),(798,-1267914548,1),(798,-1251581348,0),(798,-1236464948,1),(798,-1220131748,0),(798,-1205015348,1),(798,-1188682148,0),(798,-1172960948,1),(798,-1156627748,0),(798,-1141511348,1),(798,-1125178148,0),(798,-1110061748,1),(798,-1096921748,3),(798,-1093728600,2),(798,-1078612200,3),(798,-1061670600,2),(798,-1048973400,3),(798,-1030221000,2),(798,-1017523800,3),(798,-998771400,2),(798,-986074200,3),(798,-966717000,2),(798,-954624600,3),(798,-935267400,2),(798,-922570200,3),(798,-903817800,2),(798,-891120600,3),(798,-872368200,5),(798,-769395600,4),(798,-765401400,3),(798,-746044200,2),(798,-733347000,3),(798,-714594600,2),(798,-701897400,3),(798,-683145000,2),(798,-670447800,3),(798,-651695400,2),(798,-638998200,3),(798,-619641000,2),(798,-606943800,3),(798,-589401000,2),(798,-576099000,3),(798,-557951400,2),(798,-544649400,3),(798,-526501800,2),(798,-513199800,3),(798,-495052200,2),(798,-481750200,3),(798,-463602600,2),(798,-450300600,3),(798,-431548200,2),(798,-418246200,3),(798,-400098600,2),(798,-386796600,3),(798,-368649000,2),(798,-355347000,3),(798,-337199400,2),(798,-323897400,3),(798,-305749800,2),(798,-289423800,3),(798,-273695400,2),(798,-257974200,3),(798,-242245800,2),(798,-226524600,3),(798,-210796200,2),(798,-195075000,3),(798,-179346600,2),(798,-163625400,3),(798,-147897000,2),(798,-131571000,3),(798,-116447400,2),(798,-100121400,3),(798,-84393000,2),(798,-68671800,3),(798,-52943400,2),(798,-37222200,3),(798,-21493800,2),(798,-5772600,3),(798,9955800,2),(798,25677000,3),(798,41405400,2),(798,57731400,3),(798,73459800,2),(798,89181000,3),(798,104909400,2),(798,120630600,3),(798,136359000,2),(798,152080200,3),(798,167808600,2),(798,183529800,3),(798,199258200,2),(798,215584200,3),(798,230707800,2),(798,247033800,3),(798,262762200,2),(798,278483400,3),(798,294211800,2),(798,309933000,3),(798,325661400,2),(798,341382600,3),(798,357111000,2),(798,372832200,3),(798,388560600,2),(798,404886600,3),(798,420010200,2),(798,436336200,3),(798,452064600,2),(798,467785800,3),(798,483514200,2),(798,499235400,3),(798,514963800,2),(798,530685000,3),(798,544591860,2),(798,562127460,3),(798,576041460,6),(798,594178260,3),(798,607491060,2),(798,625631460,3),(798,638940660,2),(798,657081060,3),(798,670995060,2),(798,688530660,3),(798,702444660,2),(798,719980260,3),(798,733894260,2),(798,752034660,3),(798,765343860,2),(798,783484260,3),(798,796793460,2),(798,814933860,3),(798,828847860,2),(798,846383460,3),(798,860297460,2),(798,877833060,3),(798,891747060,2),(798,909282660,3),(798,923196660,2),(798,941337060,3),(798,954646260,2),(798,972786660,3),(798,986095860,2),(798,1004236260,3),(798,1018150260,2),(798,1035685860,3),(798,1049599860,2),(798,1067135460,3),(798,1081049460,2),(798,1099189860,3),(798,1112499060,2),(798,1130639460,3),(798,1143948660,2),(798,1162089060,3),(798,1173583860,2),(798,1194143460,3),(798,1205033460,2),(798,1225593060,3),(798,1236483060,2),(798,1257042660,3),(798,1268537460,2),(798,1289097060,3),(798,1299987060,2),(798,1320553800,3),(798,1331443800,2),(798,1352003400,3),(798,1362893400,2),(798,1383453000,3),(798,1394343000,2),(798,1414902600,3),(798,1425792600,2),(798,1446352200,3),(798,1457847000,2),(798,1478406600,3),(798,1489296600,2),(798,1509856200,3),(798,1520746200,2),(798,1541305800,3),(798,1552195800,2),(798,1572755400,3),(798,1583645400,2),(798,1604205000,3),(798,1615699800,2),(798,1636259400,3),(798,1647149400,2),(798,1667709000,3),(798,1678599000,2),(798,1699158600,3),(798,1710048600,2),(798,1730608200,3),(798,1741498200,2),(798,1762057800,3),(798,1772947800,2),(798,1793507400,3),(798,1805002200,2),(798,1825561800,3),(798,1836451800,2),(798,1857011400,3),(798,1867901400,2),(798,1888461000,3),(798,1899351000,2),(798,1919910600,3),(798,1930800600,2),(798,1951360200,3),(798,1962855000,2),(798,1983414600,3),(798,1994304600,2),(798,2014864200,3),(798,2025754200,2),(798,2046313800,3),(798,2057203800,2),(798,2077763400,3),(798,2088653400,2),(798,2109213000,3),(798,2120103000,2),(798,2140662600,3),(799,-873057600,2),(799,-769395600,1),(799,-765399600,0),(800,-873057600,2),(800,-769395600,1),(800,-765399600,0),(801,-873057600,2),(801,-769395600,1),(801,-765399600,0),(802,-873057600,2),(802,-769395600,1),(802,-765399600,0),(803,-2030201320,2),(803,-1632063600,1),(803,-1615132800,2),(803,-880210800,3),(803,-769395600,4),(803,-765388800,2),(803,-747241200,1),(803,-732729600,2),(803,-715791600,1),(803,-702489600,2),(803,-684342000,1),(803,-671040000,2),(803,-652892400,1),(803,-639590400,2),(803,-400086000,1),(803,-384364800,2),(803,-337186800,1),(803,-321465600,2),(803,-305737200,1),(803,-292435200,2),(803,-273682800,1),(803,-260985600,2),(803,73472400,5),(804,-1538503868,2),(804,547020000,1),(804,559717200,2),(804,578469600,1),(804,591166800,2),(804,1146981600,1),(804,1154926800,2),(805,-1686079492,2),(805,670399200,1),(805,686120400,2),(805,701848800,1),(805,717570000,2),(805,733903200,1),(805,752043600,2),(805,765352800,1),(805,783493200,2),(805,796802400,1),(805,814942800,2),(805,828856800,1),(805,846392400,2),(805,860306400,1),(805,877842000,2),(805,891756000,1),(805,909291600,2),(805,923205600,1),(805,941346000,2),(805,954655200,1),(805,972795600,2),(805,986104800,1),(805,1004245200,2),(805,1018159200,1),(805,1035694800,2),(805,1049608800,1),(805,1067144400,2),(805,1081058400,1),(805,1099198800,2),(805,1112508000,1),(805,1130648400,2),(805,1143957600,1),(805,1162098000,2),(805,1173592800,1),(805,1194152400,2),(805,1205042400,1),(805,1225602000,2),(805,1236492000,1),(805,1257051600,2),(805,1268546400,1),(805,1289106000,2),(805,1299996000,1),(805,1320555600,2),(805,1331445600,1),(805,1352005200,2),(805,1362895200,1),(805,1383454800,2),(805,1394344800,1),(805,1414904400,2),(805,1425794400,1),(805,1446354000,2),(805,1457848800,1),(805,1478408400,2),(805,1489298400,1),(805,1509858000,2),(805,1520748000,1),(805,1541307600,2),(805,1552197600,1),(805,1572757200,2),(805,1583647200,1),(805,1604206800,2),(805,1615701600,1),(805,1636261200,2),(805,1647151200,1),(805,1667710800,2),(805,1678600800,1),(805,1699160400,2),(805,1710050400,1),(805,1730610000,2),(805,1741500000,1),(805,1762059600,2),(805,1772949600,1),(805,1793509200,2),(805,1805004000,1),(805,1825563600,2),(805,1836453600,1),(805,1857013200,2),(805,1867903200,1),(805,1888462800,2),(805,1899352800,1),(805,1919912400,2),(805,1930802400,1),(805,1951362000,2),(805,1962856800,1),(805,1983416400,2),(805,1994306400,1),(805,2014866000,2),(805,2025756000,1),(805,2046315600,2),(805,2057205600,1),(805,2077765200,2),(805,2088655200,1),(805,2109214800,2),(805,2120104800,1),(805,2140664400,2),(806,-1893434400,1),(806,-880218000,2),(806,-769395600,3),(806,-765396000,1),(806,9961200,4),(806,25682400,1),(806,41410800,4),(806,57736800,1),(806,73465200,4),(806,89186400,1),(806,136364400,4),(806,152085600,1),(806,167814000,4),(806,183535200,1),(806,199263600,4),(806,215589600,1),(806,230713200,4),(806,247039200,1),(806,262767600,4),(806,278488800,1),(806,294217200,4),(806,309938400,1),(806,325666800,4),(806,341388000,1),(806,357116400,4),(806,372837600,1),(806,388566000,4),(806,404892000,1),(806,420015600,4),(806,436341600,1),(806,452070000,4),(806,467791200,1),(806,483519600,4),(806,499240800,1),(806,514969200,4),(806,530690400,1),(806,544604400,4),(806,562140000,1),(806,576054000,4),(806,594194400,1),(806,607503600,4),(806,625644000,1),(806,638953200,4),(806,657093600,1),(806,671007600,4),(806,688543200,1),(806,702457200,4),(806,719992800,1),(806,733906800,4),(806,752047200,1),(806,765356400,4),(806,783496800,1),(806,796806000,4),(806,814946400,1),(806,828860400,4),(806,846396000,1),(806,860310000,4),(806,877845600,1),(806,891759600,4),(806,909295200,1),(806,923209200,4),(806,941349600,1),(806,954658800,4),(806,972799200,1),(806,986108400,4),(806,1004248800,1),(806,1018162800,4),(806,1035698400,1),(806,1049612400,4),(806,1067148000,1),(806,1081062000,4),(806,1099202400,1),(806,1112511600,4),(806,1130652000,1),(806,1143961200,4),(806,1162101600,1),(806,1173596400,4),(806,1194156000,1),(806,1205046000,4),(806,1225605600,1),(806,1236495600,4),(806,1257055200,1),(806,1268550000,4),(806,1289109600,1),(806,1299999600,4),(806,1320559200,1),(806,1331449200,4),(806,1352008800,1),(806,1362898800,4),(806,1383458400,1),(806,1394348400,4),(806,1414908000,1),(806,1425798000,4),(806,1446357600,1),(806,1457852400,4),(806,1478412000,1),(806,1489302000,4),(806,1509861600,1),(806,1520751600,4),(806,1541311200,1),(806,1552201200,4),(806,1572760800,1),(806,1583650800,4),(806,1604210400,1),(806,1615705200,4),(806,1636264800,1),(806,1647154800,4),(806,1667714400,1),(806,1678604400,4),(806,1699164000,1),(806,1710054000,4),(806,1730613600,1),(806,1741503600,4),(806,1762063200,1),(806,1772953200,4),(806,1793512800,1),(806,1805007600,4),(806,1825567200,1),(806,1836457200,4),(806,1857016800,1),(806,1867906800,4),(806,1888466400,1),(806,1899356400,4),(806,1919916000,1),(806,1930806000,4),(806,1951365600,1),(806,1962860400,4),(806,1983420000,1),(806,1994310000,4),(806,2014869600,1),(806,2025759600,4),(806,2046319200,1),(806,2057209200,4),(806,2077768800,1),(806,2088658800,4),(806,2109218400,1),(806,2120108400,4),(806,2140668000,1),(807,-1514736000,1),(807,-1451667600,2),(807,-1343062800,1),(807,-1234803600,2),(807,-1222963200,3),(807,-1207242000,2),(807,-873820800,4),(807,-769395600,5),(807,-761677200,2),(807,-686073600,3),(807,-661539600,2),(807,-495039600,3),(807,-481734000,2),(807,-463590000,3),(807,-450284400,2),(807,-431535600,3),(807,-418230000,2),(807,-400086000,3),(807,-386780400,2),(807,-368636400,3),(807,-355330800,2),(807,-337186800,3),(807,-323881200,2),(807,-305737200,3),(807,-292431600,2),(807,199274400,3),(807,215600400,2),(807,230724000,3),(807,247050000,2),(807,262778400,3),(807,278499600,2),(807,294228000,3),(807,309949200,2),(807,325677600,3),(807,341398800,2),(807,357127200,3),(807,372848400,2),(807,388576800,3),(807,404902800,2),(807,420026400,3),(807,436352400,2),(807,452080800,3),(807,467802000,2),(807,483530400,3),(807,499251600,2),(807,514980000,3),(807,530701200,2),(807,544615200,3),(807,562150800,2),(807,576064800,3),(807,594205200,2),(807,607514400,3),(807,625654800,2),(807,638964000,3),(807,657104400,2),(807,671018400,3),(807,688554000,2),(807,702468000,3),(807,720003600,2),(807,733917600,3),(807,752058000,2),(807,765367200,3),(807,783507600,2),(807,796816800,3),(807,814957200,2),(807,828871200,3),(807,846406800,2),(807,860320800,3),(807,877856400,2),(807,891770400,3),(807,909306000,2),(807,923220000,3),(807,941360400,2),(807,954669600,3),(807,972810000,2),(807,986119200,3),(807,1004259600,2),(807,1018173600,3),(807,1035709200,2),(807,1049623200,3),(807,1067158800,2),(807,1081072800,3),(807,1099213200,2),(807,1112522400,3),(807,1130662800,2),(807,1143972000,3),(807,1162112400,2),(807,1175421600,3),(807,1193562000,2),(807,1207476000,3),(807,1225011600,2),(807,1238925600,3),(807,1256461200,2),(807,1268560800,3),(807,1289120400,2),(807,1300010400,3),(807,1320570000,2),(807,1331460000,3),(807,1352019600,2),(807,1362909600,3),(807,1383469200,2),(807,1394359200,3),(807,1414918800,2),(807,1425808800,3),(807,1446368400,2),(807,1457863200,3),(807,1478422800,2),(807,1489312800,3),(807,1509872400,2),(807,1520762400,3),(807,1541322000,2),(807,1552212000,3),(807,1572771600,2),(807,1583661600,3),(807,1604221200,2),(807,1615716000,3),(807,1636275600,2),(807,1647165600,3),(807,1667725200,2),(807,1678615200,3),(807,1699174800,2),(807,1710064800,3),(807,1730624400,2),(807,1741514400,3),(807,1762074000,2),(807,1772964000,3),(807,1793523600,2),(807,1805018400,3),(807,1825578000,2),(807,1836468000,3),(807,1857027600,2),(807,1867917600,3),(807,1888477200,2),(807,1899367200,3),(807,1919926800,2),(807,1930816800,3),(807,1951376400,2),(807,1962871200,3),(807,1983430800,2),(807,1994320800,3),(807,2014880400,2),(807,2025770400,3),(807,2046330000,2),(807,2057220000,3),(807,2077779600,2),(807,2088669600,3),(807,2109229200,2),(807,2120119200,3),(807,2140678800,2),(808,-1632070800,0),(808,-1615140000,1),(808,-1601753400,0),(808,-1583697600,1),(808,-1567357200,0),(808,-1554667200,1),(808,-1534698000,0),(808,-1524074400,1),(808,-1503248400,0),(808,-1492365600,1),(808,-1471798800,0),(808,-1460916000,1),(808,-1440954000,0),(808,-1428861600,1),(808,-1409504400,0),(808,-1397412000,1),(808,-1378054800,0),(808,-1365962400,1),(808,-1346605200,0),(808,-1333908000,1),(808,-1315155600,0),(808,-1301853600,1),(808,-1283706000,0),(808,-1270404000,1),(808,-1252256400,0),(808,-1238954400,1),(808,-1220806800,0),(808,-1207504800,1),(808,-1188752400,0),(808,-1176055200,1),(808,-1157302800,0),(808,-1144000800,1),(808,-1125853200,0),(808,-1112551200,1),(808,-1094403600,0),(808,-1081101600,1),(808,-1062954000,0),(808,-1049652000,1),(808,-1031504400,0),(808,-1018202400,1),(808,-1000054800,0),(808,-986752800,1),(808,-968000400,0),(808,-955303200,1),(808,-936550800,0),(808,-880218000,2),(808,-769395600,3),(808,-765396000,1),(808,-747248400,0),(808,-733946400,1),(808,-715806000,0),(808,-702504000,1),(808,-684356400,0),(808,-671054400,1),(808,-652906800,0),(808,-634161600,1),(808,-620845200,0),(808,-602704800,1),(808,-589395600,0),(808,-576093600,1),(808,-557946000,0),(808,-544644000,1),(808,-526496400,0),(808,-513194400,1),(808,-495046800,0),(808,-481744800,1),(808,-463597200,0),(808,-450295200,1),(808,-431542800,0),(808,-418240800,1),(808,-400093200,0),(808,-384372000,1),(808,-368643600,0),(808,-352922400,1),(808,-337194000,0),(808,-321472800,1),(808,-305744400,0),(808,-289418400,1),(808,-273690000,0),(808,-257968800,1),(808,-242240400,0),(808,-226519200,1),(808,-210790800,0),(808,-195069600,1),(808,-179341200,0),(808,-163620000,1),(808,-147891600,0),(808,-131565600,1),(808,-116442000,0),(808,-100116000,1),(808,-84387600,0),(808,-68666400,1),(808,-52938000,0),(808,-37216800,1),(808,-21488400,0),(808,-5767200,1),(808,9961200,0),(808,25682400,1),(808,41410800,0),(808,57736800,1),(808,73465200,0),(808,89186400,1),(808,104914800,0),(808,120636000,1),(808,136364400,0),(808,152085600,1),(808,167814000,0),(808,183535200,1),(808,199263600,0),(808,215589600,1),(808,230713200,0),(808,247039200,1),(808,262767600,0),(808,278488800,1),(808,294217200,0),(808,309938400,1),(808,325666800,0),(808,341388000,1),(808,357116400,0),(808,372837600,1),(808,388566000,0),(808,404892000,1),(808,420015600,0),(808,436341600,1),(808,452070000,0),(808,467791200,1),(808,483519600,0),(808,499240800,1),(808,514969200,0),(808,530690400,1),(808,544604400,0),(808,562140000,1),(808,576054000,0),(808,594194400,1),(808,607503600,0),(808,625644000,1),(808,638953200,0),(808,657093600,1),(808,671007600,0),(808,688543200,1),(808,702457200,0),(808,719992800,1),(808,733906800,0),(808,752047200,1),(808,765356400,0),(808,783496800,1),(808,796806000,0),(808,814946400,1),(808,828860400,0),(808,846396000,1),(808,860310000,0),(808,877845600,1),(808,891759600,0),(808,909295200,1),(808,923209200,0),(808,941349600,1),(808,954658800,0),(808,972799200,1),(808,986108400,0),(808,1004248800,1),(808,1018162800,0),(808,1035698400,1),(808,1049612400,0),(808,1067148000,1),(808,1081062000,0),(808,1099202400,1),(808,1112511600,0),(808,1130652000,1),(808,1143961200,0),(808,1162101600,1),(808,1173596400,0),(808,1194156000,1),(808,1205046000,0),(808,1225605600,1),(808,1236495600,0),(808,1257055200,1),(808,1268550000,0),(808,1289109600,1),(808,1299999600,0),(808,1320559200,1),(808,1331449200,0),(808,1352008800,1),(808,1362898800,0),(808,1383458400,1),(808,1394348400,0),(808,1414908000,1),(808,1425798000,0),(808,1446357600,1),(808,1457852400,0),(808,1478412000,1),(808,1489302000,0),(808,1509861600,1),(808,1520751600,0),(808,1541311200,1),(808,1552201200,0),(808,1572760800,1),(808,1583650800,0),(808,1604210400,1),(808,1615705200,0),(808,1636264800,1),(808,1647154800,0),(808,1667714400,1),(808,1678604400,0),(808,1699164000,1),(808,1710054000,0),(808,1730613600,1),(808,1741503600,0),(808,1762063200,1),(808,1772953200,0),(808,1793512800,1),(808,1805007600,0),(808,1825567200,1),(808,1836457200,0),(808,1857016800,1),(808,1867906800,0),(808,1888466400,1),(808,1899356400,0),(808,1919916000,1),(808,1930806000,0),(808,1951365600,1),(808,1962860400,0),(808,1983420000,1),(808,1994310000,0),(808,2014869600,1),(808,2025759600,0),(808,2046319200,1),(808,2057209200,0),(808,2077768800,1),(808,2088658800,0),(808,2109218400,1),(808,2120108400,0),(808,2140668000,1),(809,-873057600,2),(809,-769395600,1),(809,-765399600,0),(810,-1632060000,0),(810,-1615129200,1),(810,-880207200,2),(810,-769395600,3),(810,-765385200,1),(810,-747237600,0),(810,-733935600,1),(810,-715788000,0),(810,-702486000,1),(810,-684338400,0),(810,-671036400,1),(810,-652888800,0),(810,-639586800,1),(810,-620834400,0),(810,-608137200,1),(810,-589384800,0),(810,-576082800,1),(810,-557935200,0),(810,-544633200,1),(810,-526485600,0),(810,-513183600,1),(810,-495036000,0),(810,-481734000,1),(810,-463586400,0),(810,-450284400,1),(810,-431532000,0),(810,-418230000,1),(810,-400082400,0),(810,-386780400,1),(810,-368632800,0),(810,-355330800,1),(810,-337183200,0),(810,-323881200,1),(810,-305733600,0),(810,-292431600,1),(810,-273679200,0),(810,-260982000,1),(810,-242229600,0),(810,-226508400,1),(810,-210780000,0),(810,-195058800,1),(810,-179330400,0),(810,-163609200,1),(810,-147880800,0),(810,-131554800,1),(810,-116431200,0),(810,-100105200,1),(810,-84376800,0),(810,-68655600,1),(810,-52927200,0),(810,-37206000,1),(810,-21477600,0),(810,-5756400,1),(810,9972000,0),(810,25693200,1),(810,41421600,0),(810,57747600,1),(810,73476000,0),(810,89197200,1),(810,104925600,0),(810,120646800,1),(810,136375200,0),(810,152096400,1),(810,167824800,0),(810,183546000,1),(810,199274400,0),(810,215600400,1),(810,230724000,0),(810,247050000,1),(810,262778400,0),(810,278499600,1),(810,294228000,0),(810,309949200,1),(810,325677600,0),(810,341398800,1),(810,357127200,0),(810,372848400,1),(810,388576800,0),(810,404902800,1),(810,420026400,0),(810,436352400,1),(810,452080800,0),(810,467802000,1),(810,483530400,0);
+INSERT INTO `time_zone_transition` VALUES (810,499251600,1),(810,514980000,0),(810,530701200,1),(810,544615200,0),(810,562150800,1),(810,576064800,0),(810,594205200,1),(810,607514400,0),(810,625654800,1),(810,638964000,0),(810,657104400,1),(810,671018400,0),(810,688554000,1),(810,702468000,0),(810,720003600,1),(810,733917600,0),(810,752058000,1),(810,765367200,0),(810,783507600,1),(810,796816800,0),(810,814957200,1),(810,828871200,0),(810,846406800,1),(810,860320800,0),(810,877856400,1),(810,891770400,0),(810,909306000,1),(810,923220000,0),(810,941360400,1),(810,954669600,0),(810,972810000,1),(810,986119200,0),(810,1004259600,1),(810,1018173600,0),(810,1035709200,1),(810,1049623200,0),(810,1067158800,1),(810,1081072800,0),(810,1099213200,1),(810,1112522400,0),(810,1130662800,1),(810,1143972000,0),(810,1162112400,1),(810,1173607200,0),(810,1194166800,1),(810,1205056800,0),(810,1225616400,1),(810,1236506400,0),(810,1257066000,1),(810,1268560800,0),(810,1289120400,1),(810,1300010400,0),(810,1320570000,1),(810,1331460000,0),(810,1352019600,1),(810,1362909600,0),(810,1383469200,1),(810,1394359200,0),(810,1414918800,1),(810,1425808800,0),(810,1446368400,1),(810,1457863200,0),(810,1478422800,1),(810,1489312800,0),(810,1509872400,1),(810,1520762400,0),(810,1541322000,1),(810,1552212000,0),(810,1572771600,1),(810,1583661600,0),(810,1604221200,1),(810,1615716000,0),(810,1636275600,1),(810,1647165600,0),(810,1667725200,1),(810,1678615200,0),(810,1699174800,1),(810,1710064800,0),(810,1730624400,1),(810,1741514400,0),(810,1762074000,1),(810,1772964000,0),(810,1793523600,1),(810,1805018400,0),(810,1825578000,1),(810,1836468000,0),(810,1857027600,1),(810,1867917600,0),(810,1888477200,1),(810,1899367200,0),(810,1919926800,1),(810,1930816800,0),(810,1951376400,1),(810,1962871200,0),(810,1983430800,1),(810,1994320800,0),(810,2014880400,1),(810,2025770400,0),(810,2046330000,1),(810,2057220000,0),(810,2077779600,1),(810,2088669600,0),(810,2109229200,1),(810,2120119200,0),(810,2140678800,1),(811,-873057600,2),(811,-769395600,1),(811,-765399600,0),(812,-1632056400,0),(812,-1615125600,1),(812,-1596978000,0),(812,-1583164800,1),(812,-880203600,2),(812,-769395600,3),(812,-765381600,1),(812,-147884400,4),(812,-131554800,1),(812,-81961200,5),(812,325677600,6),(812,341398800,5),(812,357127200,6),(812,372848400,5),(812,388576800,6),(812,404902800,5),(812,420026400,6),(812,436352400,5),(812,452080800,6),(812,467802000,5),(812,483530400,6),(812,499251600,5),(812,514980000,6),(812,530701200,5),(812,544615200,6),(812,562150800,5),(812,576064800,6),(812,594205200,5),(812,607514400,6),(812,625654800,5),(812,638964000,6),(812,657104400,5),(812,671018400,6),(812,688554000,5),(812,702468000,6),(812,720003600,5),(812,733917600,6),(812,752058000,5),(812,765367200,6),(812,783507600,5),(812,796816800,6),(812,814957200,5),(812,828871200,6),(812,846406800,5),(812,860320800,6),(812,877856400,5),(812,891770400,6),(812,909306000,5),(812,923220000,6),(812,941360400,5),(812,954669600,6),(812,972810000,5),(812,986119200,6),(812,1004259600,5),(812,1018173600,6),(812,1035709200,5),(812,1049623200,6),(812,1067158800,5),(812,1081072800,6),(812,1099213200,5),(812,1112522400,6),(812,1130662800,5),(812,1143972000,6),(812,1162112400,5),(812,1173607200,6),(812,1194166800,5),(812,1205056800,6),(812,1225616400,5),(812,1236506400,6),(812,1257066000,5),(812,1268560800,6),(812,1289120400,5),(812,1300010400,6),(812,1320570000,5),(812,1331460000,6),(812,1352019600,5),(812,1362909600,6),(812,1383469200,5),(812,1394359200,6),(812,1414918800,5),(812,1425808800,6),(812,1446368400,5),(812,1457863200,6),(812,1478422800,5),(812,1489312800,6),(812,1509872400,5),(812,1520762400,6),(812,1541322000,5),(812,1552212000,6),(812,1572771600,5),(812,1583661600,6),(812,1604214000,7),(813,-1694368800,0),(813,-1681671600,1),(813,-1632067200,0),(813,-1615136400,1),(813,-1029686400,0),(813,-1018198800,1),(813,-880214400,2),(813,-769395600,3),(813,-765392400,1),(813,-746035200,0),(813,-732733200,1),(813,-715795200,0),(813,-702493200,1),(813,-684345600,0),(813,-671043600,1),(813,-652896000,0),(813,-639594000,1),(813,-620755200,0),(813,-607626000,1),(813,-589392000,0),(813,-576090000,1),(813,-557942400,0),(813,-544640400,1),(813,-526492800,0),(813,-513190800,1),(813,-495043200,0),(813,-481741200,1),(813,-463593600,0),(813,-450291600,1),(813,-431539200,0),(813,-418237200,1),(813,-400089600,0),(813,-386787600,1),(813,-368640000,0),(813,-355338000,1),(813,-337190400,0),(813,-321469200,1),(813,-305740800,0),(813,-292438800,1),(813,-210787200,0),(813,-198090000,1),(813,-116438400,4),(813,-100108800,5),(813,-84384000,4),(813,-68659200,5),(813,-52934400,4),(813,-37209600,5),(813,-21484800,4),(813,-5760000,5),(813,9964800,4),(813,25689600,5),(813,41414400,4),(813,57744000,5),(813,73468800,4),(813,89193600,5),(813,104918400,4),(813,120643200,5),(813,136368000,4),(813,152092800,5),(813,167817600,4),(813,183542400,5),(813,199267200,4),(813,215596800,5),(813,230716800,4),(813,247046400,5),(813,262771200,4),(813,278496000,5),(813,294220800,4),(813,309945600,5),(813,325670400,4),(813,341395200,5),(813,357120000,4),(813,372844800,5),(813,388569600,4),(813,404899200,5),(813,420019200,4),(813,436348800,5),(813,452073600,4),(813,467798400,5),(813,483523200,4),(813,499248000,5),(813,514972800,4),(813,530697600,5),(813,544608000,4),(813,562147200,5),(813,576057600,4),(813,594201600,5),(813,607507200,4),(813,625651200,5),(813,638956800,4),(813,657100800,5),(813,671011200,4),(813,688550400,5),(813,702460800,4),(813,720000000,5),(813,733910400,4),(813,752054400,5),(813,765360000,4),(813,783504000,5),(813,796809600,4),(813,814953600,5),(813,828864000,4),(813,846403200,5),(813,860313600,4),(813,877852800,5),(813,891763200,4),(813,909302400,5),(813,923212800,4),(813,941356800,5),(813,954662400,4),(813,972806400,5),(813,986112000,4),(813,1004256000,5),(813,1018166400,4),(813,1035705600,5),(813,1049616000,4),(813,1067155200,5),(813,1081065600,4),(813,1099209600,5),(813,1112515200,4),(813,1130659200,5),(813,1136095200,1),(813,1143964800,0),(813,1162105200,1),(813,1173600000,0),(813,1194159600,1),(813,1205049600,0),(813,1225609200,1),(813,1236499200,0),(813,1257058800,1),(813,1268553600,0),(813,1289113200,1),(813,1300003200,0),(813,1320562800,1),(813,1331452800,0),(813,1352012400,1),(813,1362902400,0),(813,1383462000,1),(813,1394352000,0),(813,1414911600,1),(813,1425801600,0),(813,1446361200,1),(813,1457856000,0),(813,1478415600,1),(813,1489305600,0),(813,1509865200,1),(813,1520755200,0),(813,1541314800,1),(813,1552204800,0),(813,1572764400,1),(813,1583654400,0),(813,1604214000,1),(813,1615708800,0),(813,1636268400,1),(813,1647158400,0),(813,1667718000,1),(813,1678608000,0),(813,1699167600,1),(813,1710057600,0),(813,1730617200,1),(813,1741507200,0),(813,1762066800,1),(813,1772956800,0),(813,1793516400,1),(813,1805011200,0),(813,1825570800,1),(813,1836460800,0),(813,1857020400,1),(813,1867910400,0),(813,1888470000,1),(813,1899360000,0),(813,1919919600,1),(813,1930809600,0),(813,1951369200,1),(813,1962864000,0),(813,1983423600,1),(813,1994313600,0),(813,2014873200,1),(813,2025763200,0),(813,2046322800,1),(813,2057212800,0),(813,2077772400,1),(813,2088662400,0),(813,2109222000,1),(813,2120112000,0),(813,2140671600,1),(814,-880203600,1),(814,-769395600,2),(814,-765381600,0),(814,-21474000,3),(814,-5752800,0),(814,9975600,3),(814,25696800,0),(814,41425200,3),(814,57751200,0),(814,73479600,3),(814,89200800,0),(814,104929200,3),(814,120650400,0),(814,126702000,3),(814,152100000,0),(814,162385200,3),(814,183549600,0),(814,199278000,3),(814,215604000,0),(814,230727600,3),(814,247053600,0),(814,262782000,3),(814,278503200,0),(814,294231600,3),(814,309952800,0),(814,325681200,3),(814,341402400,0),(814,357130800,3),(814,372852000,0),(814,388580400,3),(814,404906400,0),(814,420030000,3),(814,436356000,0),(814,439030800,5),(814,452084400,4),(814,467805600,5),(814,483534000,4),(814,499255200,5),(814,514983600,4),(814,530704800,5),(814,544618800,4),(814,562154400,5),(814,576068400,4),(814,594208800,5),(814,607518000,4),(814,625658400,5),(814,638967600,4),(814,657108000,5),(814,671022000,4),(814,688557600,5),(814,702471600,4),(814,720007200,5),(814,733921200,4),(814,752061600,5),(814,765370800,4),(814,783511200,5),(814,796820400,4),(814,814960800,5),(814,828874800,4),(814,846410400,5),(814,860324400,4),(814,877860000,5),(814,891774000,4),(814,909309600,5),(814,923223600,4),(814,941364000,5),(814,954673200,4),(814,972813600,5),(814,986122800,4),(814,1004263200,5),(814,1018177200,4),(814,1035712800,5),(814,1049626800,4),(814,1067162400,5),(814,1081076400,4),(814,1099216800,5),(814,1112526000,4),(814,1130666400,5),(814,1143975600,4),(814,1162116000,5),(814,1173610800,4),(814,1194170400,5),(814,1205060400,4),(814,1225620000,5),(814,1236510000,4),(814,1257069600,5),(814,1268564400,4),(814,1289124000,5),(814,1300014000,4),(814,1320573600,5),(814,1331463600,4),(814,1352023200,5),(814,1362913200,4),(814,1383472800,5),(814,1394362800,4),(814,1414922400,5),(814,1425812400,4),(814,1446372000,5),(814,1457866800,4),(814,1478426400,5),(814,1489316400,4),(814,1509876000,5),(814,1520766000,4),(814,1541325600,5),(814,1552215600,4),(814,1572775200,5),(814,1583665200,4),(814,1604224800,5),(814,1615719600,4),(814,1636279200,5),(814,1647169200,4),(814,1667728800,5),(814,1678618800,4),(814,1699178400,5),(814,1710068400,4),(814,1730628000,5),(814,1741518000,4),(814,1762077600,5),(814,1772967600,4),(814,1793527200,5),(814,1805022000,4),(814,1825581600,5),(814,1836471600,4),(814,1857031200,5),(814,1867921200,4),(814,1888480800,5),(814,1899370800,4),(814,1919930400,5),(814,1930820400,4),(814,1951380000,5),(814,1962874800,4),(814,1983434400,5),(814,1994324400,4),(814,2014884000,5),(814,2025774000,4),(814,2046333600,5),(814,2057223600,4),(814,2077783200,5),(814,2088673200,4),(814,2109232800,5),(814,2120122800,4),(814,2140682400,5),(815,-1104537600,3),(815,-880210800,1),(815,-769395600,2),(815,-765388800,3),(815,-147891600,4),(815,-131562000,3),(815,325674000,5),(815,341395200,3),(815,357123600,5),(815,372844800,3),(815,388573200,5),(815,404899200,3),(815,420022800,5),(815,436348800,3),(815,452077200,5),(815,467798400,3),(815,483526800,5),(815,499248000,3),(815,514976400,5),(815,530697600,3),(815,544611600,5),(815,562147200,3),(815,576061200,5),(815,594201600,3),(815,607510800,5),(815,625651200,3),(815,638960400,5),(815,657100800,3),(815,671014800,5),(815,688550400,3),(815,702464400,5),(815,720000000,3),(815,733914000,5),(815,752054400,3),(815,765363600,5),(815,783504000,3),(815,796813200,5),(815,814953600,3),(815,828867600,5),(815,846403200,3),(815,860317200,5),(815,877852800,3),(815,891766800,5),(815,909302400,3),(815,923216400,5),(815,941356800,3),(815,954666000,5),(815,972806400,3),(815,986115600,5),(815,1004256000,3),(815,1018170000,5),(815,1035705600,3),(815,1049619600,5),(815,1067155200,3),(815,1081069200,5),(815,1099209600,3),(815,1112518800,5),(815,1130659200,3),(815,1143968400,5),(815,1162108800,3),(815,1173603600,5),(815,1194163200,3),(815,1205053200,5),(815,1225612800,3),(815,1236502800,5),(815,1257062400,3),(815,1268557200,5),(815,1289116800,3),(815,1300006800,5),(815,1320566400,3),(815,1331456400,5),(815,1352016000,3),(815,1362906000,5),(815,1383465600,3),(815,1394355600,5),(815,1414915200,3),(815,1425805200,5),(815,1446364800,3),(815,1457859600,5),(815,1478419200,3),(815,1489309200,5),(815,1509868800,3),(815,1520758800,5),(815,1541318400,3),(815,1552208400,5),(815,1572768000,3),(815,1583658000,5),(815,1604217600,3),(815,1615712400,5),(815,1636272000,3),(815,1647162000,5),(815,1667721600,3),(815,1678611600,5),(815,1699171200,3),(815,1710061200,5),(815,1730620800,3),(815,1741510800,5),(815,1762070400,3),(815,1772960400,5),(815,1793520000,3),(815,1805014800,5),(815,1825574400,3),(815,1836464400,5),(815,1857024000,3),(815,1867914000,5),(815,1888473600,3),(815,1899363600,5),(815,1919923200,3),(815,1930813200,5),(815,1951372800,3),(815,1962867600,5),(815,1983427200,3),(815,1994317200,5),(815,2014876800,3),(815,2025766800,5),(815,2046326400,3),(815,2057216400,5),(815,2077776000,3),(815,2088666000,5),(815,2109225600,3),(815,2120115600,5),(815,2140675200,3),(816,-31536000,1),(816,1255802400,2),(816,1267714800,1),(816,1319738400,2),(816,1329843600,3),(816,1477065600,2),(816,1520701200,1),(816,1538856000,2),(816,1552752000,1),(816,1570129200,2),(816,1583596800,1),(816,1601740860,2),(817,-409190400,1),(817,-163062000,0),(817,-28857600,1),(817,1255806000,2),(817,1268251200,3),(817,1319742000,2),(817,1329854400,3),(819,-1680508800,1),(819,-1665388800,2),(819,-1601719200,3),(819,-687052800,0),(819,-71136000,4),(819,-55411200,2),(819,-37267200,4),(819,-25776000,2),(819,-5817600,4),(819,5673600,2),(819,25632000,4),(819,37728000,2),(819,57686400,4),(819,67968000,2),(819,89136000,4),(819,100022400,2),(819,120585600,4),(819,131472000,2),(819,152035200,4),(819,162921600,2),(819,183484800,4),(819,194976000,2),(819,215539200,4),(819,226425600,2),(819,246988800,4),(819,257875200,2),(819,278438400,4),(819,289324800,2),(819,309888000,4),(819,320774400,2),(819,341337600,4),(819,352224000,2),(819,372787200,4),(819,386092800,2),(819,404841600,4),(819,417542400,2),(819,436291200,4),(819,447177600,2),(819,467740800,4),(819,478627200,2),(819,499190400,4),(819,510076800,2),(819,530035200,4),(819,542736000,2),(819,562089600,4),(819,574790400,2),(819,594144000,4),(819,606240000,2),(819,625593600,4),(819,637689600,2),(819,657043200,4),(819,670348800,2),(819,686678400,4),(819,701798400,2),(819,718128000,4),(819,733248000,2),(819,749577600,4),(819,764697600,2),(819,781027200,4),(819,796147200,2),(819,812476800,4),(819,828201600,2),(819,844531200,4),(819,859651200,2),(819,875980800,4),(819,891100800,2),(819,907430400,4),(819,922550400,2),(819,938880000,4),(819,954000000,2),(819,967305600,4),(819,985449600,2),(819,1002384000,4),(819,1017504000,2),(819,1033833600,4),(819,1048953600,2),(819,1065283200,4),(819,1080403200,2),(819,1096732800,4),(819,1111852800,2),(819,1128182400,4),(819,1143907200,2),(819,1159632000,4),(819,1174752000,2),(819,1191686400,4),(819,1207411200,2),(819,1223136000,4),(819,1238860800,2),(819,1254585600,4),(819,1262264400,1),(819,1301760000,2),(819,1317484800,4),(819,1333209600,2),(819,1349539200,4),(819,1365264000,2),(819,1380988800,4),(819,1396713600,2),(819,1412438400,4),(819,1428163200,2),(819,1443888000,4),(819,1459612800,2),(819,1475337600,4),(819,1491062400,2),(819,1506787200,4),(819,1522512000,2),(819,1538841600,4),(819,1554566400,2),(819,1570291200,4),(819,1586016000,2),(819,1601740800,4),(819,1617465600,2),(819,1633190400,4),(819,1648915200,2),(819,1664640000,4),(819,1680364800,2),(819,1696089600,4),(819,1712419200,2),(819,1728144000,4),(819,1743868800,2),(819,1759593600,4),(819,1775318400,2),(819,1791043200,4),(819,1806768000,2),(819,1822492800,4),(819,1838217600,2),(819,1853942400,4),(819,1869667200,2),(819,1885996800,4),(819,1901721600,2),(819,1917446400,4),(819,1933171200,2),(819,1948896000,4),(819,1964620800,2),(819,1980345600,4),(819,1996070400,2),(819,2011795200,4),(819,2027520000,2),(819,2043244800,4),(819,2058969600,2),(819,2075299200,4),(819,2091024000,2),(819,2106748800,4),(819,2122473600,2),(819,2138198400,4),(820,-501206400,1),(820,1255809600,2),(821,-1330335000,0),(821,-1320057000,1),(821,-1300699800,2),(821,-1287396000,1),(821,-1269250200,2),(821,-1255946400,1),(821,-1237800600,2),(821,-1224496800,1),(821,-1206351000,2),(821,-1192442400,1),(821,-1174901400,2),(821,-1160992800,1),(821,-1143451800,2),(821,-1125914400,1),(821,-1112607000,2),(821,-1094464800,1),(821,-1081157400,2),(821,-1063015200,1),(821,-1049707800,2),(821,-1031565600,1),(821,-1018258200,2),(821,-1000116000,1),(821,-986808600,2),(821,-968061600,1),(821,-955359000,2),(821,-936612000,1),(821,-923304600,2),(821,-757425600,5),(821,152632800,3),(821,162309600,4),(821,183477600,3),(821,194968800,4),(821,215532000,3),(821,226418400,4),(821,246981600,3),(821,257868000,4),(821,278431200,3),(821,289317600,4),(821,309880800,3),(821,320767200,4),(821,341330400,3),(821,352216800,4),(821,372780000,3),(821,384271200,4),(821,404834400,3),(821,415720800,4),(821,436284000,3),(821,447170400,4),(821,467733600,3),(821,478620000,4),(821,499183200,3),(821,510069600,4),(821,530632800,3),(821,541519200,4),(821,562082400,3),(821,573573600,4),(821,594136800,3),(821,605023200,4),(821,623772000,3),(821,637682400,4),(821,655221600,3),(821,669132000,4),(821,686671200,3),(821,700581600,4),(821,718120800,3),(821,732636000,4),(821,749570400,3),(821,764085600,4),(821,781020000,3),(821,795535200,4),(821,812469600,3),(821,826984800,4),(821,844524000,3),(821,858434400,4),(821,875973600,3),(821,889884000,4),(821,907423200,3),(821,921938400,4),(821,938872800,3),(821,953388000,4),(821,970322400,3),(821,984837600,4),(821,1002376800,3),(821,1016287200,4),(821,1033826400,3),(821,1047736800,4),(821,1065276000,3),(821,1079791200,4),(821,1096725600,3),(821,1111240800,4),(821,1128175200,3),(821,1142690400,4),(821,1159624800,3),(821,1174140000,4),(821,1191074400,3),(821,1207404000,4),(821,1222524000,3),(821,1238853600,4),(821,1253973600,3),(821,1270303200,4),(821,1285423200,3),(821,1301752800,4),(821,1316872800,3),(821,1333202400,4),(821,1348927200,3),(821,1365256800,4),(821,1380376800,3),(821,1396706400,4),(821,1411826400,3),(821,1428156000,4),(821,1443276000,3),(821,1459605600,4),(821,1474725600,3),(821,1491055200,4),(821,1506175200,3),(821,1522504800,4),(821,1538229600,3),(821,1554559200,4),(821,1569679200,3),(821,1586008800,4),(821,1601128800,3),(821,1617458400,4),(821,1632578400,3),(821,1648908000,4),(821,1664028000,3),(821,1680357600,4),(821,1695477600,3),(821,1712412000,4),(821,1727532000,3),(821,1743861600,4),(821,1758981600,3),(821,1775311200,4),(821,1790431200,3),(821,1806760800,4),(821,1821880800,3),(821,1838210400,4),(821,1853330400,3),(821,1869660000,4),(821,1885384800,3),(821,1901714400,4),(821,1916834400,3),(821,1933164000,4),(821,1948284000,3),(821,1964613600,4),(821,1979733600,3),(821,1996063200,4),(821,2011183200,3),(821,2027512800,4),(821,2042632800,3),(821,2058962400,4),(821,2074687200,3),(821,2091016800,4),(821,2106136800,3),(821,2122466400,4),(821,2137586400,3),(822,-157766400,2),(822,-152658000,1),(822,-132955200,2),(822,-121122000,1),(822,-101419200,2),(822,-86821200,1),(822,-71092800,2),(822,-54766800,1),(822,-39038400,2),(822,-23317200,1),(822,-7588800,4),(822,128142000,3),(822,136605600,4),(822,389070000,1),(822,403070400,5),(822,416372400,6),(822,434520000,5),(822,447822000,6),(822,466574400,5),(822,479271600,6),(822,498024000,5),(822,510721200,6),(822,529473600,5),(822,545194800,6),(822,560923200,5),(822,574225200,6),(822,592372800,5),(822,605674800,6),(822,624427200,5),(822,637124400,6),(822,653457600,5),(822,668574000,6),(822,687326400,5),(822,700628400,6),(822,718776000,5),(822,732078000,6),(822,750225600,5),(822,763527600,6),(822,781675200,5),(822,794977200,6),(822,813729600,5),(822,826426800,6),(822,845179200,5),(822,859690800,6),(822,876628800,5),(822,889930800,6),(822,906868800,5),(822,923194800,6),(822,939528000,5),(822,952830000,6),(822,971582400,5),(822,984279600,6),(822,1003032000,5),(822,1015729200,6),(822,1034481600,5),(822,1047178800,6),(822,1065931200,5),(822,1079233200,6),(822,1097380800,5),(822,1110682800,6),(822,1128830400,5),(822,1142132400,6),(822,1160884800,5),(822,1173582000,6),(822,1192334400,5),(822,1206846000,6),(822,1223784000,5),(822,1237086000,6),(822,1255233600,5),(822,1270350000,6),(822,1286683200,5),(822,1304823600,6),(822,1313899200,5),(822,1335668400,6),(822,1346558400,5),(822,1367118000,6),(822,1378612800,5),(822,1398567600,6),(822,1410062400,5),(822,1463281200,6),(822,1471147200,5),(822,1480820400,4),(823,218246400,1),(824,-1330335000,0),(824,-1320057000,1),(824,-1300699800,2),(824,-1287396000,1),(824,-1269250200,2),(824,-1255946400,1),(824,-1237800600,2),(824,-1224496800,1),(824,-1206351000,2),(824,-1192442400,1),(824,-1174901400,2),(824,-1160992800,1),(824,-1143451800,2),(824,-1125914400,1),(824,-1112607000,2),(824,-1094464800,1),(824,-1081157400,2),(824,-1063015200,1),(824,-1049707800,2),(824,-1031565600,1),(824,-1018258200,2),(824,-1000116000,1),(824,-986808600,2),(824,-968061600,1),(824,-955359000,2),(824,-936612000,1),(824,-923304600,2),(824,-757425600,5),(824,152632800,3),(824,162309600,4),(824,183477600,3),(824,194968800,4),(824,215532000,3),(824,226418400,4),(824,246981600,3),(824,257868000,4),(824,278431200,3),(824,289317600,4),(824,309880800,3),(824,320767200,4),(824,341330400,3),(824,352216800,4),(824,372780000,3),(824,384271200,4),(824,404834400,3),(824,415720800,4),(824,436284000,3),(824,447170400,4),(824,467733600,3),(824,478620000,4),(824,499183200,3),(824,510069600,4),(824,530632800,3),(824,541519200,4),(824,562082400,3),(824,573573600,4),(824,594136800,3),(824,605023200,4),(824,623772000,3),(824,637682400,4),(824,655221600,3),(824,669132000,4),(824,686671200,3),(824,700581600,4),(824,718120800,3),(824,732636000,4),(824,749570400,3),(824,764085600,4),(824,781020000,3),(824,795535200,4),(824,812469600,3),(824,826984800,4),(824,844524000,3),(824,858434400,4),(824,875973600,3),(824,889884000,4),(824,907423200,3),(824,921938400,4),(824,938872800,3),(824,953388000,4),(824,970322400,3),(824,984837600,4),(824,1002376800,3),(824,1016287200,4),(824,1033826400,3),(824,1047736800,4),(824,1065276000,3),(824,1079791200,4),(824,1096725600,3),(824,1111240800,4),(824,1128175200,3),(824,1142690400,4),(824,1159624800,3),(824,1174140000,4),(824,1191074400,3),(824,1207404000,4),(824,1222524000,3),(824,1238853600,4),(824,1253973600,3),(824,1270303200,4),(824,1285423200,3),(824,1301752800,4),(824,1316872800,3),(824,1333202400,4),(824,1348927200,3),(824,1365256800,4),(824,1380376800,3),(824,1396706400,4),(824,1411826400,3),(824,1428156000,4),(824,1443276000,3),(824,1459605600,4),(824,1474725600,3),(824,1491055200,4),(824,1506175200,3),(824,1522504800,4),(824,1538229600,3),(824,1554559200,4),(824,1569679200,3),(824,1586008800,4),(824,1601128800,3),(824,1617458400,4),(824,1632578400,3),(824,1648908000,4),(824,1664028000,3),(824,1680357600,4),(824,1695477600,3),(824,1712412000,4),(824,1727532000,3),(824,1743861600,4),(824,1758981600,3),(824,1775311200,4),(824,1790431200,3),(824,1806760800,4),(824,1821880800,3),(824,1838210400,4),(824,1853330400,3),(824,1869660000,4),(824,1885384800,3),(824,1901714400,4),(824,1916834400,3),(824,1933164000,4),(824,1948284000,3),(824,1964613600,4),(824,1979733600,3),(824,1996063200,4),(824,2011183200,3),(824,2027512800,4),(824,2042632800,3),(824,2058962400,4),(824,2074687200,3),(824,2091016800,4),(824,2106136800,3),(824,2122466400,4),(824,2137586400,3),(825,-719636812,1),(826,1108166400,3),(826,1111885200,1),(826,1130634000,2),(826,1143334800,1),(826,1162083600,2),(826,1174784400,1),(826,1193533200,2),(826,1206838800,1),(826,1224982800,2),(826,1238288400,1),(826,1256432400,2),(826,1269738000,1),(826,1288486800,2),(826,1301187600,1),(826,1319936400,2),(826,1332637200,1),(826,1351386000,2),(826,1364691600,1),(826,1382835600,2),(826,1396141200,1),(826,1414285200,2),(826,1427590800,1),(826,1445734800,2),(826,1459040400,1),(826,1477789200,2),(826,1490490000,1),(826,1509238800,2),(826,1521939600,1),(826,1540688400,2),(826,1553994000,1),(826,1572138000,2),(826,1585443600,1),(826,1603587600,2),(826,1616893200,1),(826,1635642000,2),(826,1648342800,1),(826,1667091600,2),(826,1679792400,1),(826,1698541200,2),(826,1711846800,1),(826,1729990800,2),(826,1743296400,1),(826,1761440400,2),(826,1774746000,1),(826,1792890000,2),(826,1806195600,1),(826,1824944400,2),(826,1837645200,1),(826,1856394000,2),(826,1869094800,1),(826,1887843600,2),(826,1901149200,1),(826,1919293200,2),(826,1932598800,1),(826,1950742800,2),(826,1964048400,1),(826,1982797200,2),(826,1995498000,1),(826,2014246800,2),(826,2026947600,1),(826,2045696400,2),(826,2058397200,1),(826,2077146000,2),(826,2090451600,1),(826,2108595600,2),(826,2121901200,1),(826,2140045200,2),(827,-380073600,1),(828,-1691884800,0),(828,-1680573600,1),(828,-927511200,0),(828,-857257200,2),(828,-844556400,3),(828,-828226800,2),(828,-812502000,3),(828,-796777200,2),(828,-781052400,3),(828,-765327600,2),(828,-340844400,3),(828,-324514800,2),(828,-308790000,3),(828,-293065200,2),(828,-277340400,3),(828,-261615600,2),(828,-245890800,3),(828,-230166000,2),(828,-214441200,3),(828,-198716400,2),(828,-182991600,3),(828,-166662000,2),(828,-147913200,3),(828,-135212400,2),(828,315529200,1),(828,323830800,4),(828,338950800,5),(828,354675600,4),(828,370400400,5),(828,386125200,4),(828,401850000,5),(828,417574800,4),(828,433299600,5),(828,449024400,4),(828,465354000,5),(828,481078800,4),(828,496803600,5),(828,512528400,4),(828,528253200,5),(828,543978000,4),(828,559702800,5),(828,575427600,4),(828,591152400,5),(828,606877200,4),(828,622602000,5),(828,638326800,4),(828,654656400,5),(828,670381200,4),(828,686106000,5),(828,701830800,4),(828,717555600,5),(828,733280400,4),(828,749005200,5),(828,764730000,4),(828,780454800,5),(828,796179600,4),(828,811904400,5),(828,828234000,4),(828,846378000,5),(828,859683600,4),(828,877827600,5),(828,891133200,4),(828,909277200,5),(828,922582800,4),(828,941331600,5),(828,954032400,4),(828,972781200,5),(828,985482000,4),(828,1004230800,5),(828,1017536400,4),(828,1035680400,5),(828,1048986000,4),(828,1067130000,5),(828,1080435600,4),(828,1099184400,5),(828,1111885200,4),(828,1130634000,5),(828,1143334800,4),(828,1162083600,5),(828,1174784400,4),(828,1193533200,5),(828,1206838800,4),(828,1224982800,5),(828,1238288400,4),(828,1256432400,5),(828,1269738000,4),(828,1288486800,5),(828,1301187600,4),(828,1319936400,5),(828,1332637200,4),(828,1351386000,5),(828,1364691600,4),(828,1382835600,5),(828,1396141200,4),(828,1414285200,5),(828,1427590800,4),(828,1445734800,5),(828,1459040400,4),(828,1477789200,5),(828,1490490000,4),(828,1509238800,5),(828,1521939600,4),(828,1540688400,5),(828,1553994000,4),(828,1572138000,5),(828,1585443600,4),(828,1603587600,5),(828,1616893200,4),(828,1635642000,5),(828,1648342800,4),(828,1667091600,5),(828,1679792400,4),(828,1698541200,5),(828,1711846800,4),(828,1729990800,5),(828,1743296400,4),(828,1761440400,5),(828,1774746000,4),(828,1792890000,5),(828,1806195600,4),(828,1824944400,5),(828,1837645200,4),(828,1856394000,5),(828,1869094800,4),(828,1887843600,5),(828,1901149200,4),(828,1919293200,5),(828,1932598800,4),(828,1950742800,5),(828,1964048400,4),(828,1982797200,5),(828,1995498000,4),(828,2014246800,5),(828,2026947600,4),(828,2045696400,5),(828,2058397200,4),(828,2077146000,5),(828,2090451600,4),(828,2108595600,5),(828,2121901200,4),(828,2140045200,5),(829,-719636812,1),(830,-1441170468,1),(830,-1247547600,3),(830,354909600,2),(830,370717200,3),(830,386445600,2),(830,402253200,3),(830,417981600,2),(830,433789200,3),(830,449604000,2),(830,465336000,4),(830,481060800,5),(830,496785600,4),(830,512510400,5),(830,528235200,4),(830,543960000,5),(830,559684800,4),(830,575409600,5),(830,591134400,4),(830,606859200,5),(830,622584000,4),(830,638308800,5),(830,654638400,4),(830,670363200,6),(830,686091600,7),(830,695768400,4),(830,701812800,5),(830,717537600,4),(830,733262400,5),(830,748987200,4),(830,764712000,5),(830,780436800,4),(830,796161600,5),(830,811886400,4),(830,828216000,5),(830,846360000,4),(830,859665600,5),(830,877809600,4),(830,891115200,5),(830,909259200,4),(830,922564800,5),(830,941313600,4),(830,954014400,5),(830,972763200,4),(830,985464000,5),(830,1004212800,4),(830,1017518400,5),(830,1035662400,4),(830,1048968000,5),(830,1067112000,4),(830,1080417600,5),(830,1099166400,4),(831,-1230776624,2),(831,108165600,1),(831,118270800,2),(831,136591200,1),(831,149806800,2),(831,168127200,1),(831,181342800,2),(831,199749600,1),(831,215643600,2),(831,231285600,1),(831,244501200,2),(831,262735200,1),(831,275950800,2),(831,481154400,1),(831,496962000,2),(831,512949600,1),(831,528670800,2),(831,544399200,1),(831,560120400,2),(831,575848800,1),(831,592174800,2),(831,610581600,1),(831,623624400,2),(831,641167200,1),(831,655074000,2),(831,671839200,1),(831,685918800,2),(831,702856800,1),(831,717973200,2),(831,733701600,1),(831,749422800,2),(831,765151200,1),(831,779662800,2),(831,797205600,1),(831,811116000,3),(831,828655200,1),(831,843170400,3),(831,860104800,1),(831,874620000,3),(831,891554400,1),(831,906069600,3),(831,930780000,4),(831,938124000,3),(831,954367200,4),(831,970178400,3),(831,985816800,4),(831,1001628000,3),(831,1017352800,1),(831,1033077600,3),(831,1048802400,1),(831,1066946400,3),(831,1080252000,1),(831,1097791200,3),(831,1112306400,1),(831,1128031200,3),(831,1143756000,1),(831,1161900000,3),(831,1175205600,1),(831,1193349600,3),(831,1206655200,1),(831,1225404000,3),(831,1238104800,1),(831,1256853600,3),(831,1269554400,1),(831,1288303200,3),(831,1301608800,1),(831,1319752800,3),(831,1333058400,1),(831,1387486800,2),(831,1395957600,1),(831,1414706400,3),(831,1427407200,1),(831,1446156000,3),(831,1459461600,1),(831,1477605600,3),(831,1490911200,1),(831,1509055200,3),(831,1522360800,1),(831,1540504800,3),(831,1553810400,1),(831,1571954400,3),(831,1585260000,1),(831,1604008800,3),(831,1616709600,1),(831,1635458400,3),(831,1645740000,1),(831,1666908000,3),(831,1677189600,1),(831,1698357600,3),(831,1709244000,1),(831,1729807200,3),(831,1740693600,1),(831,1761861600,3),(831,1772143200,1),(831,1793311200,3),(831,1803592800,1),(831,1824760800,3),(831,1835042400,1),(831,1856210400,3),(831,1866492000,1),(831,1887660000,3),(831,1898546400,1),(831,1919109600,3),(831,1929996000,1),(831,1951164000,3),(831,1961445600,1),(831,1982613600,3),(831,1992895200,1),(831,2014063200,3),(831,2024344800,1),(831,2045512800,3),(831,2055794400,1),(831,2076962400,3),(831,2087848800,1),(831,2109016800,3),(831,2119298400,1),(831,2140466400,3),(832,-1441194596,1),(832,-1247572800,3),(832,354884400,2),(832,370692000,3),(832,386420400,4),(832,402231600,1),(832,417960000,4),(832,433767600,1),(832,449582400,4),(832,465314400,5),(832,481039200,6),(832,496764000,5),(832,512488800,6),(832,528213600,5),(832,543938400,6),(832,559663200,5),(832,575388000,6),(832,591112800,5),(832,606837600,6),(832,622562400,5),(832,638287200,6),(832,654616800,5),(832,670341600,7),(832,686070000,8),(832,695746800,5),(832,701791200,6),(832,717516000,5),(832,733240800,6),(832,748965600,5),(832,764690400,6),(832,780415200,5),(832,796140000,6),(832,811864800,5),(832,828194400,6),(832,846338400,5),(832,859644000,6),(832,877788000,5),(832,891093600,6),(832,909237600,5),(832,922543200,6),(832,941292000,5),(832,953992800,6),(832,972741600,5),(832,985442400,6),(832,1004191200,5),(832,1017496800,6),(832,1035640800,5),(832,1048946400,6),(832,1067090400,5),(832,1080396000,6),(832,1099144800,5),(832,1111845600,6),(832,1130594400,5),(832,1143295200,6),(832,1162044000,5),(832,1174744800,6),(832,1193493600,5),(832,1206799200,6),(832,1224943200,5),(832,1238248800,6),(832,1256392800,5),(832,1269698400,7),(832,1288450800,8),(832,1301151600,5),(833,-1441164064,1),(833,-1247544000,2),(833,370724400,3),(833,386445600,4),(833,402256800,2),(833,417985200,4),(833,433792800,2),(833,449607600,4),(833,465339600,5),(833,481064400,6),(833,496789200,5),(833,512514000,6),(833,528238800,5),(833,543963600,6),(833,559688400,5),(833,575413200,6),(833,591138000,5),(833,606862800,6),(833,622587600,5),(833,638312400,6),(833,654642000,5),(833,670366800,7),(833,686095200,8),(833,695772000,5),(833,701816400,6),(833,717541200,5),(833,733266000,6),(833,748990800,5),(833,764715600,6),(833,780440400,8),(833,796168800,7),(833,811893600,8),(833,828223200,7),(833,846367200,8),(833,859672800,7),(833,877816800,8),(833,891122400,7),(833,909266400,8),(833,922572000,7),(833,941320800,8),(833,954021600,7),(833,972770400,8),(833,985471200,7),(833,1004220000,8),(833,1017525600,7),(833,1035669600,8),(833,1048975200,7),(833,1067119200,8),(833,1080424800,7),(833,1099173600,5),(834,-1441165720,1),(834,-1247544000,2),(834,354913200,3),(834,370720800,4),(834,386445600,3),(834,402256800,2),(834,417985200,3),(834,433792800,2),(834,449607600,3),(834,465339600,5),(834,481064400,6),(834,496789200,5),(834,512514000,6),(834,528238800,5),(834,543963600,6),(834,559688400,5),(834,575413200,6),(834,591138000,5),(834,606862800,6),(834,622587600,5),(834,638312400,6),(834,654642000,5),(834,670366800,7),(834,686095200,8),(834,695772000,5),(834,701816400,6),(834,717541200,5),(834,733266000,6),(834,748990800,5),(834,764715600,6),(834,780440400,5),(834,796165200,6),(834,811890000,5),(834,828219600,6),(834,846363600,5),(834,859669200,6),(834,877813200,5),(834,891118800,6),(834,909262800,5),(834,922568400,6),(834,941317200,5),(834,954018000,6),(834,972766800,5),(834,985467600,6),(834,1004216400,5),(834,1017522000,6),(834,1035666000,5),(834,1048971600,6),(834,1067115600,5),(834,1080421200,6),(834,1099170000,5),(835,-1441166012,1),(835,-1247544000,3),(835,354913200,2),(835,370720800,3),(835,386449200,2),(835,402256800,3),(835,417985200,2),(835,433792800,3),(835,449607600,2),(835,465339600,4),(835,481064400,5),(835,496789200,4),(835,512514000,5),(835,528238800,4),(835,543963600,5),(835,559688400,4),(835,575413200,5),(835,591138000,4),(835,606862800,5),(835,622587600,4),(835,638312400,5),(835,654642000,4),(835,670366800,6),(835,686095200,7),(835,695772000,3),(836,-1441166012,1),(836,-1247544000,3),(836,354913200,2),(836,370720800,3),(836,386449200,2),(836,402256800,3),(836,417985200,2),(836,433792800,3),(836,449607600,2),(836,465339600,4),(836,481064400,5),(836,496789200,4),(836,512514000,5),(836,528238800,4),(836,543963600,5),(836,559688400,4),(836,575413200,5),(836,591138000,4),(836,606862800,5),(836,622587600,4),(836,638312400,5),(836,654642000,4),(836,670366800,6),(836,686095200,7),(836,695772000,3),(837,-1441164464,1),(837,-1247540400,2),(837,370724400,3),(837,386445600,4),(837,402256800,2),(837,417985200,4),(837,433792800,2),(837,449607600,4),(837,465339600,5),(837,481064400,6),(837,496789200,5),(837,512514000,6),(837,528238800,5),(837,543963600,6),(837,559688400,5),(837,575413200,6),(837,591138000,5),(837,606862800,6),(837,622587600,5),(837,638312400,6),(837,654642000,5),(837,670366800,7),(837,686095200,8),(837,695772000,5),(837,701816400,6),(837,717541200,5),(837,733266000,6),(837,748990800,5),(837,764715600,6),(837,780440400,5),(837,796165200,6),(837,811890000,5),(837,828219600,6),(837,846363600,5),(837,859669200,6),(837,877813200,5),(837,891118800,6),(837,909262800,5),(837,922568400,7),(837,941320800,8),(837,954021600,7),(837,972770400,8),(837,985471200,7),(837,1004220000,8),(837,1017525600,7),(837,1035669600,8),(837,1048975200,7),(837,1067119200,8),(837,1080424800,7),(837,1099173600,5),(838,-1641005856,1),(838,389048400,2),(838,402264000,1),(838,417906000,2),(838,433800000,1),(838,449614800,2),(838,465422400,1),(838,481150800,2),(838,496792800,3),(838,512517600,4),(838,528242400,3),(838,543967200,4),(838,559692000,3),(838,575416800,4),(838,591141600,3),(838,606866400,4),(838,622591200,3),(838,638316000,4),(838,654645600,3),(838,670464000,4),(838,686275200,3),(838,702086400,4),(838,717897600,3),(838,733622400,4),(838,749433600,3),(838,765158400,4),(838,780969600,3),(838,796694400,4),(838,812505600,3),(838,828316800,4),(838,844128000,3),(838,859852800,4),(838,875664000,3),(838,891388800,4),(838,907200000,3),(838,922924800,4),(838,938736000,3),(838,954547200,4),(838,970358400,3),(838,986083200,4),(838,1001894400,3),(838,1017619200,4),(838,1033430400,3),(838,1049155200,4),(838,1064966400,3),(838,1080777600,4),(838,1096588800,3),(838,1112313600,4),(838,1128124800,3),(838,1143849600,4),(838,1159660800,3),(838,1175385600,4),(838,1191196800,3),(839,-1577935568,1),(839,76190400,2),(840,-1441163964,1),(840,-405140400,3),(840,354916800,2),(840,370724400,3),(840,386452800,2),(840,402260400,3),(840,417988800,2),(840,433796400,3),(840,449611200,2),(840,465343200,4),(840,481068000,5),(840,496792800,4),(840,512517600,5),(840,528242400,4),(840,543967200,5),(840,559692000,4),(840,575416800,5),(840,591141600,4),(840,606866400,5),(840,622591200,4),(840,638316000,5),(840,654645600,4),(840,670370400,6),(840,686098800,7),(840,701823600,6),(840,717548400,4),(840,820440000,3),(840,828234000,8),(840,846378000,9),(840,852062400,3),(840,859680000,2),(840,877824000,3),(840,891129600,2),(840,909273600,3),(840,922579200,2),(840,941328000,3),(840,954028800,2),(840,972777600,3),(840,985478400,2),(840,1004227200,3),(840,1017532800,2),(840,1035676800,3),(840,1048982400,2),(840,1067126400,3),(840,1080432000,2),(840,1099180800,3),(840,1111881600,2),(840,1130630400,3),(840,1143331200,2),(840,1162080000,3),(840,1174780800,2),(840,1193529600,3),(840,1206835200,2),(840,1224979200,3),(840,1238284800,2),(840,1256428800,3),(840,1269734400,2),(840,1288483200,3),(840,1301184000,2),(840,1319932800,3),(840,1332633600,2),(840,1351382400,3),(840,1364688000,2),(840,1382832000,3),(840,1396137600,2),(840,1414281600,3),(840,1427587200,2),(840,1445731200,3),(841,-1570084924,1),(842,-1579844100,1),(842,-1247551200,3),(842,354906000,2),(842,370713600,3),(842,386442000,2),(842,402249600,3),(842,417978000,2),(842,433785600,3),(842,449600400,2),(842,465332400,4),(842,481057200,5),(842,496782000,4),(842,512506800,5),(842,528231600,4),(842,543956400,5),(842,559681200,4),(842,575406000,5),(842,591130800,4),(842,606855600,5),(842,622580400,4),(842,638305200,5),(842,654634800,4),(842,670359600,6),(842,686088000,7),(842,695764800,4),(842,701809200,5),(842,717534000,4),(842,733258800,5),(842,748983600,4),(842,764708400,5),(842,780433200,4),(842,796158000,5),(842,801590400,8),(842,811886400,7),(842,828216000,6),(842,846360000,7),(842,859665600,6),(842,877809600,7),(842,891115200,6),(842,909259200,7),(842,922564800,6),(842,941313600,7),(842,954014400,6),(842,972763200,7),(842,985464000,6),(842,1004212800,7),(842,1017518400,6),(842,1035662400,7),(842,1048968000,6),(842,1067112000,7),(842,1080417600,6),(842,1099166400,7),(842,1111867200,6),(842,1130616000,7),(842,1143316800,6),(842,1162065600,7),(842,1174766400,6),(842,1193515200,7),(842,1206820800,6),(842,1224964800,7),(842,1238270400,6),(842,1256414400,7),(842,1269720000,6),(842,1288468800,7),(842,1301169600,4),(842,1414263600,7),(842,1459022400,4),(843,-1570413600,0),(843,-1552186800,1),(843,-1538359200,0),(843,-1522551600,1),(843,-1507514400,0),(843,-1490583600,1),(843,-1473645600,0),(843,-1460948400,1),(843,-399866400,0),(843,-386650800,1),(843,-368330400,0),(843,-355114800,1),(843,-336794400,0),(843,-323578800,1),(843,-305172000,0),(843,-291956400,1),(843,-273636000,0),(843,-260420400,1),(843,78012000,0),(843,86734800,1),(843,105055200,0),(843,118270800,1),(843,136591200,0),(843,149806800,1),(843,168127200,0),(843,181342800,1),(843,199749600,0),(843,212965200,1),(843,231285600,0),(843,244501200,1),(843,262735200,0),(843,275950800,1),(843,452210400,0),(843,466722000,1),(843,483746400,0),(843,498258000,1),(843,515282400,0),(843,529794000,1),(843,546818400,0),(843,561330000,1),(843,581119200,0),(843,592952400,1),(843,610754400,0),(843,624488400,1),(843,641512800,0),(843,656024400,1),(843,673048800,0),(843,687560400,1),(843,704671200,0),(843,718146000,1),(843,733269600,0),(843,748990800,1),(843,764719200,0),(843,780440400,1),(843,796168800,0),(843,811890000,1),(843,828223200,0),(843,843944400,1),(843,859672800,0),(843,875394000,1),(843,891122400,0),(843,906843600,1),(843,922572000,0),(843,941317200,1),(843,954021600,0),(843,972766800,1),(843,985471200,0),(843,1004216400,1),(843,1017525600,0),(843,1035666000,1),(843,1048975200,0),(843,1067115600,1),(843,1080424800,0),(843,1099170000,1),(843,1111874400,0),(843,1130619600,1),(843,1143324000,0),(843,1162069200,1),(843,1174773600,0),(843,1193518800,1),(843,1206828000,0),(843,1224968400,1),(843,1238277600,0),(843,1256418000,1),(843,1269727200,0),(843,1288472400,1),(843,1301176800,0),(843,1319922000,1),(843,1332626400,0),(843,1351371600,1),(843,1364680800,0),(843,1382821200,1),(843,1396130400,0),(843,1414270800,1),(843,1427580000,0),(843,1445720400,1),(843,1459029600,0),(843,1477774800,1),(843,1490479200,0),(843,1509224400,1),(843,1521928800,0),(843,1540674000,1),(843,1553983200,0),(843,1572123600,1),(843,1585432800,0),(843,1603573200,1),(843,1616882400,0),(843,1635627600,1),(843,1648332000,0),(843,1667077200,1),(843,1679781600,0),(843,1698526800,1),(843,1711836000,0),(843,1729976400,1),(843,1743285600,0),(843,1761426000,1),(843,1774735200,0),(843,1792875600,1),(843,1806184800,0),(843,1824930000,1),(843,1837634400,0),(843,1856379600,1),(843,1869084000,0),(843,1887829200,1),(843,1901138400,0),(843,1919278800,1),(843,1932588000,0),(843,1950728400,1),(843,1964037600,0),(843,1982782800,1),(843,1995487200,0),(843,2014232400,1),(843,2026936800,0),(843,2045682000,1),(843,2058386400,0),(843,2077131600,1),(843,2090440800,0),(843,2108581200,1),(843,2121890400,0),(843,2140030800,1),(844,-1441169904,1),(844,-1247547600,3),(844,354909600,2),(844,370717200,3),(844,386445600,2),(844,402253200,3),(844,417981600,2),(844,433789200,3),(844,449604000,2),(844,465336000,4),(844,481060800,5),(844,496785600,4),(844,512510400,5),(844,528235200,4),(844,543960000,5),(844,559684800,4),(844,575409600,5),(844,591134400,4),(844,606859200,5),(844,622584000,4),(844,638308800,5),(844,654638400,4),(844,670363200,6),(844,683582400,1),(844,703018800,6),(844,717530400,1),(844,734468400,6),(844,748980000,1),(844,765918000,6),(844,780429600,1),(844,797367600,6),(844,811879200,1),(844,828817200,6),(844,843933600,1),(844,859671000,8),(844,877811400,1),(844,891120600,8),(844,909261000,1),(844,922570200,8),(844,941315400,1),(844,954019800,8),(844,972765000,1),(844,985469400,8),(844,1004214600,1),(844,1017523800,8),(844,1035664200,1),(844,1048973400,8),(844,1067113800,1),(844,1080423000,8),(844,1099168200,1),(844,1111872600,8),(844,1123783200,3),(845,-1383464380,1),(845,-1167636600,2),(846,-2019705670,1),(846,-891581400,2),(846,-872058600,1),(846,-862637400,2),(846,-764145000,1),(847,-1579419232,1),(847,-1247558400,3),(847,354898800,2),(847,370706400,3),(847,386434800,2),(847,402242400,3),(847,417970800,2),(847,433778400,3),(847,449593200,2),(847,465325200,4),(847,481050000,5),(847,496774800,4),(847,512499600,5),(847,528224400,4),(847,543949200,5),(847,559674000,4),(847,575398800,5),(847,591123600,4),(847,606848400,5),(847,622573200,4),(847,638298000,5),(847,654627600,4),(847,670352400,6),(847,686080800,7),(847,695757600,4),(847,701802000,5),(847,717526800,4),(847,733251600,5),(847,748976400,4),(847,764701200,5),(847,780426000,4),(847,796150800,5),(847,811875600,4),(847,828205200,5),(847,846349200,4),(847,859654800,5),(847,877798800,4),(847,891104400,5),(847,909248400,4),(847,922554000,5),(847,941302800,4),(847,954003600,5),(847,972752400,4),(847,985453200,5),(847,1004202000,4),(847,1017507600,5),(847,1035651600,4),(847,1048957200,5),(847,1067101200,4),(847,1080406800,5),(847,1099155600,4),(847,1111856400,5),(847,1130605200,4),(847,1143306000,5),(847,1162054800,4),(847,1174755600,5),(847,1193504400,4),(847,1206810000,5),(847,1224954000,4),(847,1238259600,5),(847,1256403600,4),(847,1269709200,5),(847,1288458000,4),(847,1301158800,8),(847,1414252800,7),(847,1459015200,3),(848,-2032933080,1),(848,252435600,2),(848,417974400,4),(848,433778400,3),(848,449593200,4),(848,465314400,3),(848,481042800,4),(848,496764000,3),(848,512492400,4),(848,528213600,3),(848,543942000,4),(848,559663200,3),(848,575391600,4),(848,591112800,3),(848,606841200,4),(848,622562400,3),(848,638290800,4),(848,654616800,3),(848,670345200,4),(848,686066400,3),(848,701794800,4),(848,717516000,3),(848,733244400,4),(848,748965600,3),(848,764694000,4),(848,780415200,3),(848,796143600,4),(848,811864800,3),(848,828198000,4),(848,843919200,3),(848,859647600,4),(848,875368800,3),(848,891097200,4),(848,906818400,3),(848,988390800,4),(848,1001692800,3),(848,1017421200,4),(848,1033142400,3),(848,1048870800,4),(848,1064592000,3),(848,1080320400,4),(848,1096041600,3),(848,1111770000,4),(848,1127491200,3),(848,1143219600,4),(848,1159545600,3),(848,1206889200,2),(848,1427479200,5),(848,1443193200,2),(848,1458928800,5),(848,1474642800,2),(849,-1600675200,0),(849,-1585904400,1),(849,-933667200,0),(849,-922093200,1),(849,-908870400,0),(849,-888829200,1),(849,-881049600,0),(849,-767869200,1),(849,-745833600,0),(849,-733827600,1),(849,-716889600,0),(849,-699613200,1),(849,-683884800,0),(849,-670669200,1),(849,-652348800,0),(849,-650019600,1),(849,515527200,0),(849,527014800,1),(849,545162400,0),(849,558464400,1),(849,577216800,0),(849,589914000,1),(849,608666400,0),(849,621968400,1),(849,640116000,0),(849,653418000,1),(849,671565600,0),(849,684867600,1),(850,-1600675200,0),(850,-1585904400,1),(850,-933667200,0),(850,-922093200,1),(850,-908870400,0),(850,-888829200,1),(850,-881049600,0),(850,-767869200,1),(850,-745833600,0),(850,-733827600,1),(850,-716889600,0),(850,-699613200,1),(850,-683884800,0),(850,-670669200,1),(850,-652348800,0),(850,-650019600,1),(850,515527200,0),(850,527014800,1),(850,545162400,0),(850,558464400,1),(850,577216800,0),(850,589914000,1),(850,608666400,0),(850,621968400,1),(850,640116000,0),(850,653418000,1),(850,671565600,0),(850,684867600,1),(851,-2019705572,1),(851,-883287000,2),(851,-862639200,3),(851,-764051400,1),(851,832962600,4),(851,846266400,5),(851,1145039400,1),(852,-891582800,1),(852,-872058600,2),(852,-862637400,1),(852,-576138600,3),(852,1245430800,4),(852,1262278800,3),(853,-1577931912,2),(853,-1568592000,1),(853,-1554080400,2),(853,-1537142400,1),(853,-1522630800,2),(853,-1505692800,1),(853,-1491181200,2),(853,-1474243200,1),(853,-1459126800,2),(853,-242265600,1),(853,-228877200,2),(853,-210556800,1),(853,-197427600,2),(853,-178934400,1),(853,-165718800,2),(853,-147398400,1),(853,-134269200,2),(853,-116467200,1),(853,-102646800,2),(853,-84326400,1),(853,-71110800,2),(853,-52704000,1),(853,-39488400,2),(853,-21168000,1),(853,-7952400,2),(853,10368000,1),(853,23583600,2),(853,41904000,1),(853,55119600,2),(853,73526400,1),(853,86742000,2),(853,105062400,1),(853,118278000,2),(853,136598400,1),(853,149814000,2),(853,168134400,1),(853,181350000,2),(853,199756800,1),(853,212972400,2),(853,231292800,1),(853,241916400,2),(853,262828800,1),(853,273452400,2),(853,418694400,1),(853,433810800,2),(853,450316800,1),(853,465433200,2),(853,508896000,1),(853,529196400,2),(853,541555200,1),(853,562633200,2),(853,574387200,1),(853,594255600,2),(853,607305600,1),(853,623199600,2),(853,638928000,1),(853,654649200,2),(853,670456800,1),(853,686264400,2),(853,702684000,1),(853,717886800,2),(853,733096800,1),(853,748904400,2),(853,765151200,1),(853,780958800,2),(853,796687200,1),(853,812494800,2),(853,828309600,1),(853,844117200,2),(853,859759200,1),(853,875653200,2),(853,891208800,1),(853,907189200,2),(853,922917600,1),(853,938725200,2),(853,954540000,1),(853,970347600,2),(853,986076000,1),(853,1001883600,2),(853,1017612000,1),(853,1033419600,2),(853,1049148000,1),(853,1064955600,2),(853,1080770400,1),(853,1096578000,2),(853,1112306400,1),(853,1128114000,2),(853,1143842400,1),(853,1158872400,2),(853,1175205600,1),(853,1193950800,2),(853,1207260000,1),(853,1225486800,2),(853,1238104800,1),(853,1256850000,2),(853,1270159200,1),(853,1288299600,2),(853,1301608800,1),(853,1319749200,2),(853,1333058400,1),(853,1351198800,2),(853,1364508000,1),(853,1382648400,2),(853,1395957600,1),(853,1414702800,2),(853,1427407200,1),(853,1446152400,2),(853,1458856800,1),(853,1477602000,2),(853,1490911200,1),(853,1509051600,2),(853,1522360800,1),(853,1540501200,2),(853,1553810400,1),(853,1571950800,2),(853,1585260000,1),(853,1604005200,2),(853,1616709600,1),(853,1635454800,2),(853,1648159200,1),(853,1666904400,2),(853,1680213600,1),(853,1698354000,2),(853,1711663200,1),(853,1729803600,2),(853,1743112800,1),(853,1761858000,2),(853,1774562400,1),(853,1793307600,2),(853,1806012000,1),(853,1824757200,2),(853,1838066400,1),(853,1856206800,2),(853,1869516000,1),(853,1887656400,2),(853,1900965600,1),(853,1919106000,2),(853,1932415200,1),(853,1951160400,2),(853,1963864800,1),(853,1982610000,2),(853,1995314400,1),(853,2014059600,2),(853,2027368800,1),(853,2045509200,2),(853,2058818400,1),(853,2076958800,2),(853,2090268000,1),(853,2109013200,2),(853,2121717600,1),(853,2140462800,2),(854,-891582800,1),(854,-872058600,2),(854,-862637400,1),(854,-576138600,3),(854,1245430800,4),(854,1262278800,3),(855,-1830414140,1),(855,-879152400,2),(855,199897200,1),(855,969120000,2),(856,-1577936472,1),(857,-1441168512,1),(857,-1247547600,3),(857,354909600,2),(857,370717200,3),(857,386445600,2),(857,402253200,3),(857,417981600,2),(857,433789200,3),(857,449604000,2),(857,465336000,4),(857,481060800,5),(857,496785600,4),(857,512510400,5),(857,528235200,4),(857,543960000,5),(857,559684800,4),(857,575409600,5),(857,591134400,4),(857,606859200,5),(857,622584000,4),(857,638308800,5),(857,654638400,4),(857,670363200,6),(857,684363600,7),(858,-1518920148,2),(858,166572000,1),(858,182293200,2),(858,200959200,1),(858,213829200,2),(858,228866400,1),(858,243982800,2),(858,260316000,1),(858,276123600,2),(858,291765600,1),(858,307486800,2),(858,323820000,1),(858,338936400,2),(858,354664800,1),(858,370386000,2),(858,386114400,1),(858,401835600,2),(858,417564000,1),(858,433285200,2),(858,449013600,1),(858,465339600,2),(858,481068000,1),(858,496789200,2),(858,512517600,1),(858,528238800,2),(858,543967200,1),(858,559688400,2),(858,575416800,1),(858,591138000,2),(858,606866400,1),(858,622587600,2),(858,638316000,1),(858,654642000,2),(858,670370400,1),(858,686091600,2),(858,701820000,1),(858,717541200,2),(858,733269600,1),(858,748990800,2),(858,764719200,1),(858,780440400,2),(858,796168800,1),(858,811890000,2),(858,828223200,1),(858,843944400,2),(858,859672800,1),(858,875394000,2),(858,891122400,1),(858,909277200,3),(858,922582800,4),(858,941331600,3),(858,954032400,4),(858,972781200,3),(858,985482000,4),(858,1004230800,3),(858,1017536400,4),(858,1035680400,3),(858,1048986000,4),(858,1067130000,3),(858,1080435600,4),(858,1099184400,3),(858,1111885200,4),(858,1130634000,3),(858,1143334800,4),(858,1162083600,3),(858,1174784400,4),(858,1193533200,3),(858,1206838800,4),(858,1224982800,3),(858,1238288400,4),(858,1256432400,3),(858,1269738000,4),(858,1288486800,3),(858,1301187600,4),(858,1319936400,3),(858,1332637200,4),(858,1351386000,3),(858,1364691600,4),(858,1382835600,3),(858,1396141200,4),(858,1414285200,3),(858,1427590800,4),(858,1445734800,3),(858,1459040400,4),(858,1473282000,5),(858,1509238800,3),(858,1521939600,4),(858,1540688400,3),(858,1553994000,4),(858,1572138000,3),(858,1585443600,4),(858,1603587600,3),(858,1616893200,4),(858,1635642000,3),(858,1648342800,4),(858,1667091600,3),(858,1679792400,4),(858,1698541200,3),(858,1711846800,4),(858,1729990800,3),(858,1743296400,4),(858,1761440400,3),(858,1774746000,4),(858,1792890000,3),(858,1806195600,4),(858,1824944400,3),(858,1837645200,4),(858,1856394000,3),(858,1869094800,4),(858,1887843600,3),(858,1901149200,4),(858,1919293200,3),(858,1932598800,4),(858,1950742800,3),(858,1964048400,4),(858,1982797200,3),(858,1995498000,4),(858,2014246800,3),(858,2026947600,4),(858,2045696400,3),(858,2058397200,4),(858,2077146000,3),(858,2090451600,4),(858,2108595600,3),(858,2121901200,4),(858,2140045200,3),(859,-933638400,0),(859,-923097600,1),(859,-919036800,0),(859,-857347200,1),(859,-844300800,0),(859,-825811200,1),(859,-812678400,0),(859,-794188800,1),(859,-779846400,0),(859,-762652800,1),(859,-748310400,0),(859,-731116800,1),(859,-682653600,2),(859,-399088800,3),(859,-386650800,2),(859,-368330400,3),(859,-355114800,2),(859,-336790800,3),(859,-323654400,2),(859,-305168400,3),(859,-292032000,2),(859,-273632400,3),(859,-260496000,2),(859,-242096400,3),(859,-228960000,2),(859,-210560400,3),(859,-197424000,2),(859,-178938000,3),(859,-165801600,2),(859,-147402000,3),(859,-134265600,2),(859,-115866000,3),(859,-102643200,2),(859,-84330000,3),(859,-81313200,5),(859,142380000,4),(859,150843600,5),(859,167176800,4),(859,178664400,5),(859,334101600,6),(859,337730400,7),(859,452642400,6),(859,462319200,7),(859,482277600,4),(859,494370000,5),(859,516751200,4),(859,526424400,5),(859,545436000,4),(859,558478800,5),(859,576626400,4),(859,589323600,5),(859,609890400,4),(859,620773200,5),(859,638316000,4),(859,651618000,5),(859,669765600,4),(859,683672400,5),(859,701820000,4),(859,715726800,5),(859,733701600,4),(859,747176400,5),(859,765151200,4),(859,778021200,5),(859,796600800,4),(859,810075600,5),(859,820447200,2),(859,828655200,3),(859,843170400,8),(859,860104800,3),(859,874620000,8),(859,891554400,3),(859,906069600,8),(859,915141600,2),(859,924213600,3),(859,939934800,2),(859,956268000,3),(859,971989200,2),(859,987717600,3),(859,1003438800,2),(859,1019167200,3),(859,1034888400,2),(859,1050616800,3),(859,1066338000,2),(859,1082066400,3),(859,1096581600,2),(859,1113516000,3),(859,1128380400,2),(859,1143842400,3),(859,1158872400,2),(859,1175378400,3),(859,1189638000,2),(859,1206655200,3),(859,1219957200,2),(859,1238104800,3),(859,1252015200,2),(859,1269640860,3),(859,1281474000,2),(859,1301608860,3),(859,1312146000,2),(859,1333058400,3),(859,1348178400,2),(859,1364508000,3),(859,1380229200,2),(859,1395957600,3),(859,1414098000,2),(859,1427493600,3),(859,1445551200,2),(859,1458946800,3),(859,1477692000,2),(859,1490396400,3),(859,1509141600,2),(859,1521846000,3),(859,1540591200,2),(859,1553810400,3),(859,1572037200,2),(859,1585346400,3),(859,1603490400,2),(859,1616796000,3),(859,1635458400,2),(859,1648332000,3),(859,1666908000,2),(859,1679781600,3),(859,1698357600,2),(859,1711836000,3),(859,1729807200,2),(859,1743285600,3),(859,1761256800,2),(859,1774735200,3),(859,1792706400,2),(859,1806184800,3),(859,1824760800,2),(859,1837634400,3),(859,1856210400,2),(859,1869084000,3),(859,1887660000,2),(859,1901138400,3),(859,1919109600,2),(859,1932588000,3),(859,1950559200,2),(859,1964037600,3),(859,1982613600,2),(859,1995487200,3),(859,2014063200,2),(859,2026936800,3),(859,2045512800,2),(859,2058386400,3),(859,2076962400,2),(859,2090440800,3),(859,2108412000,2),(859,2121890400,3),(859,2139861600,2),(860,-1600675200,0),(860,-1585904400,1),(860,-933667200,0),(860,-922093200,1),(860,-908870400,0),(860,-888829200,1),(860,-881049600,0),(860,-767869200,1),(860,-745833600,0),(860,-733827600,1),(860,-716889600,0),(860,-699613200,1),(860,-683884800,0),(860,-670669200,1),(860,-652348800,0),(860,-650019600,1),(860,515527200,0),(860,527014800,1),(860,545162400,0),(860,558464400,1),(860,577216800,0),(860,589914000,1),(860,608666400,0),(860,621968400,1),(860,640116000,0),(860,653418000,1),(860,671565600,0),(860,684867600,1),(861,-933638400,0),(861,-923097600,1),(861,-919036800,0),(861,-857347200,1),(861,-844300800,0),(861,-825811200,1),(861,-812678400,0),(861,-794188800,1),(861,-779846400,0),(861,-762652800,1),(861,-748310400,0),(861,-731116800,1),(861,-682653600,2),(861,-399088800,3),(861,-386650800,2),(861,-368330400,3),(861,-355114800,2),(861,-336790800,3),(861,-323654400,2),(861,-305168400,3),(861,-292032000,2),(861,-273632400,3),(861,-260496000,2),(861,-242096400,3),(861,-228960000,2),(861,-210560400,3),(861,-197424000,2),(861,-178938000,3),(861,-165801600,2),(861,-147402000,3),(861,-134265600,2),(861,-115866000,3),(861,-102643200,2),(861,-84330000,3),(861,-81313200,5),(861,142380000,4),(861,150843600,5),(861,167176800,4),(861,178664400,5),(861,334101600,6),(861,337730400,7),(861,452642400,6),(861,462319200,7),(861,482277600,4),(861,494370000,5),(861,516751200,4),(861,526424400,5),(861,545436000,4),(861,558478800,5),(861,576626400,4),(861,589323600,5),(861,609890400,4),(861,620773200,5),(861,638316000,4),(861,651618000,5),(861,669765600,4),(861,683672400,5),(861,701820000,4),(861,715726800,5),(861,733701600,4),(861,747176400,5),(861,765151200,4),(861,778021200,5),(861,796600800,4),(861,810075600,5),(861,820447200,2),(861,828655200,3),(861,843170400,8),(861,860104800,3),(861,874620000,8),(861,891554400,3),(861,906069600,8),(861,915141600,2),(861,924213600,3),(861,939934800,2),(861,956268000,3),(861,971989200,2),(861,987717600,3),(861,1003438800,2),(861,1019167200,3),(861,1034888400,2),(861,1050616800,3),(861,1066338000,2),(861,1082066400,3),(861,1096581600,2),(861,1113516000,3),(861,1128380400,2),(861,1143842400,3),(861,1158872400,2),(861,1175378400,3),(861,1189638000,2),(861,1206655200,3),(861,1220216400,2),(861,1238104800,3),(861,1252015200,2),(861,1269554400,3),(861,1281474000,2),(861,1301608860,3),(861,1312146000,2),(861,1314655200,3),(861,1317330000,2),(861,1333058400,3),(861,1348178400,2),(861,1364508000,3),(861,1380229200,2),(861,1395957600,3),(861,1414098000,2),(861,1427493600,3),(861,1445551200,2),(861,1458946800,3),(861,1477692000,2),(861,1490396400,3),(861,1509141600,2),(861,1521846000,3),(861,1540591200,2),(861,1553810400,3),(861,1572037200,2),(861,1585346400,3),(861,1603490400,2),(861,1616796000,3),(861,1635458400,2),(861,1648332000,3),(861,1666908000,2),(861,1679781600,3),(861,1698357600,2),(861,1711836000,3),(861,1729807200,2),(861,1743285600,3),(861,1761256800,2),(861,1774735200,3),(861,1792706400,2),(861,1806184800,3),(861,1824760800,2),(861,1837634400,3),(861,1856210400,2),(861,1869084000,3),(861,1887660000,2),(861,1901138400,3),(861,1919109600,2),(861,1932588000,3),(861,1950559200,2),(861,1964037600,3),(861,1982613600,2),(861,1995487200,3),(861,2014063200,2),(861,2026936800,3),(861,2045512800,2),(861,2058386400,3),(861,2076962400,2),(861,2090440800,3),(861,2108412000,2),(861,2121890400,3),(861,2139861600,2),(862,-2004073600,1),(862,-1851577590,2),(862,-852105600,3),(862,-782643600,4),(862,-767869200,2),(862,-718095600,3),(862,-457776000,2),(862,-315648000,3),(862,171820800,2),(863,-2056690800,1),(863,-900910800,2),(863,-891579600,3),(863,-884248200,4),(863,-761209200,1),(863,-747907200,2),(863,-728541000,5),(863,-717049800,6),(863,-697091400,5),(863,-683785800,6),(863,-668061000,5),(863,-654755400,2),(863,-636611400,5),(863,-623305800,2),(863,-605161800,5),(863,-591856200,2),(863,-573712200,5),(863,-559801800,2),(863,-541657800,5),(863,-528352200,2),(863,-510211800,1),(863,-498112200,2),(863,-478762200,1),(863,-466662600,2),(863,-446707800,1),(863,-435213000,2),(863,-415258200,1),(863,-403158600,2),(863,-383808600,1),(863,-371709000,2),(863,-352359000,1),(863,-340259400,2),(863,-320909400,1),(863,-308809800,2),(863,-288855000,1),(863,-277360200,2),(863,-257405400,1),(863,-245910600,2),(863,-225955800,1),(863,-213856200,2),(863,-194506200,1),(863,-182406600,2),(863,-163056600,1),(863,-148537800,2),(863,-132816600,1),(863,-117088200,2),(863,-101367000,1),(863,-85638600,2),(863,-69312600,1),(863,-53584200,2),(863,-37863000,1),(863,-22134600,2),(863,-6413400,1),(863,9315000,2),(863,25036200,1),(863,40764600,2),(863,56485800,1),(863,72214200,2),(863,88540200,1),(863,104268600,2),(863,119989800,1),(863,126041400,2),(863,151439400,1),(863,167167800,2),(863,182889000,1),(863,198617400,2),(863,214338600,1),(863,295385400,2),(863,309292200,1),(864,-2032927596,1),(864,252439200,3),(864,417978000,2),(864,433785600,3),(864,449600400,2),(864,465321600,3),(864,481050000,2),(864,496771200,3),(864,512499600,2),(864,528220800,3),(864,543949200,2),(864,559670400,3),(864,575398800,2),(864,591120000,3),(864,606848400,2),(864,622569600,3),(864,638298000,2),(864,654624000,3),(864,670352400,2),(864,686073600,3),(864,701802000,2),(864,717523200,3),(864,733251600,2),(864,748972800,3),(864,764701200,2),(864,780422400,3),(864,796150800,2),(864,811872000,3),(864,828205200,2),(864,843926400,3),(864,859654800,2),(864,875376000,3),(864,891104400,2),(864,906825600,3),(864,988398000,2),(864,1001700000,3),(864,1017428400,2),(864,1033149600,3),(864,1048878000,2),(864,1064599200,3),(864,1080327600,2),(864,1096048800,3),(864,1111777200,2),(864,1127498400,3),(864,1143226800,2),(864,1159552800,3),(864,1427482800,2),(864,1443196800,3),(864,1458932400,2),(864,1474646400,3),(865,-1575874625,1),(865,-1247554800,3),(865,354902400,2),(865,370710000,3),(865,386438400,2),(865,402246000,3),(865,417974400,2),(865,433782000,3),(865,449596800,2),(865,465328800,4),(865,481053600,5),(865,496778400,4),(865,512503200,5),(865,528228000,4),(865,543952800,5),(865,559677600,4),(865,575402400,5),(865,591127200,4),(865,606852000,5),(865,622576800,4),(865,638301600,5),(865,654631200,4),(865,670356000,6),(865,686084400,7),(865,695761200,4),(865,701805600,5),(865,717530400,4),(865,733255200,5),(865,748980000,4),(865,764704800,5),(865,780429600,4),(865,796154400,5),(865,811879200,4),(865,828208800,5),(865,846352800,4),(865,859658400,5),(865,877802400,4),(865,891108000,5),(865,909252000,4),(865,922557600,5),(865,941306400,4),(865,954007200,5),(865,972756000,4),(865,985456800,5),(865,1004205600,4),(865,1017511200,5),(865,1035655200,4),(865,1048960800,5),(865,1067104800,4),(865,1080410400,5),(865,1099159200,4),(865,1111860000,5),(865,1130608800,4),(865,1143309600,5),(865,1162058400,4),(865,1174759200,5),(865,1193508000,4),(865,1206813600,5),(865,1224957600,4),(865,1238263200,5),(865,1256407200,4),(865,1269712800,5),(865,1288461600,4),(865,1301162400,8),(865,1414256400,4),(866,-1869875816,2),(866,-1693706400,1),(866,-1680490800,2),(866,-1570413600,1),(866,-1552186800,2),(866,-1538359200,1),(866,-1522551600,2),(866,-1507514400,1),(866,-1490583600,2),(866,-1440208800,1),(866,-1428030000,2),(866,-1409709600,1),(866,-1396494000,2),(866,-931053600,1),(866,-922676400,2),(866,-917834400,1),(866,-892436400,2),(866,-875844000,1),(866,-764737200,2),(866,-744343200,1),(866,-733806000,2),(866,-716436000,1),(866,-701924400,2),(866,-684986400,1),(866,-670474800,2),(866,-654141600,1),(866,-639025200,2),(866,-622087200,1),(866,-606970800,2),(866,-590032800,1),(866,-575521200,2),(866,-235620000,1),(866,-194842800,2),(866,-177732000,1),(866,-165726000,2),(866,107910000,1),(866,121215600,2),(866,133920000,1),(866,152665200,2),(866,164678400,1),(866,184114800,2),(866,196214400,1),(866,215564400,2),(866,228873600,1),(866,245804400,2),(866,260323200,1),(866,267915600,3),(866,428454000,4),(866,433893600,3),(866,468111600,2),(866,482799600,5),(866,496710000,6),(866,512521200,5),(866,528246000,6),(866,543970800,5),(866,559695600,6),(866,575420400,5),(866,591145200,6),(866,606870000,5),(866,622594800,6),(866,638319600,5),(866,654649200,6),(866,670374000,5),(866,686098800,6),(866,701823600,5),(866,717548400,6),(866,733273200,5),(866,748998000,6),(866,764118000,5),(866,780447600,6),(866,796172400,5),(866,811897200,6),(866,828226800,5),(866,846370800,6),(866,859676400,5),(866,877820400,6),(866,891126000,5),(866,909270000,6),(866,922575600,5),(866,941324400,6),(866,954025200,5),(866,972774000,6),(866,985474800,5),(866,1004223600,6),(866,1017529200,5),(866,1035673200,6),(866,1048978800,5),(866,1067122800,6),(866,1080428400,5),(866,1099177200,6),(866,1111878000,5),(866,1130626800,6),(866,1143327600,5),(866,1162076400,6),(866,1167602400,2),(866,1174784400,7),(866,1193533200,8),(866,1206838800,7),(866,1224982800,8),(866,1238288400,7),(866,1256432400,8),(866,1269738000,7),(866,1288486800,8),(866,1301274000,7),(866,1319936400,8),(866,1332637200,7),(866,1351386000,8),(866,1364691600,7),(866,1382835600,8),(866,1396227600,7),(866,1414285200,8),(866,1427590800,7),(866,1446944400,8),(866,1459040400,7),(866,1473195600,3),(867,-1451719200,1),(867,-1172906400,2),(867,-876641400,3),(867,-766054800,2),(867,-683883000,4),(867,-620812800,2),(867,-189415800,5),(868,-1172913768,1),(868,-799491600,2),(868,-189423000,3),(869,-1641003640,5),(869,-933638400,1),(869,-923097600,2),(869,-919036800,1),(869,-857347200,2),(869,-844300800,1),(869,-825811200,2),(869,-812678400,1),(869,-794188800,2),(869,-779846400,1),(869,-762652800,2),(869,-748310400,1),(869,-731116800,2),(869,-681955200,3),(869,-673228800,1),(869,-667958400,2),(869,-652320000,1),(869,-636422400,2),(869,-622080000,1),(869,-608947200,2),(869,-591840000,1),(869,-572486400,2),(869,-558576000,1),(869,-542851200,2),(869,-527731200,1),(869,-514425600,2),(869,-490838400,1),(869,-482976000,2),(869,-459388800,1),(869,-451526400,2),(869,-428544000,1),(869,-418262400,2),(869,-400118400,1),(869,-387417600,2),(869,142380000,4),(869,150843600,5),(869,167176800,4),(869,178664400,5),(869,334101600,6),(869,337730400,7),(869,452642400,6),(869,462319200,7),(869,482277600,4),(869,494370000,5),(869,516751200,4),(869,526424400,5),(869,545436000,4),(869,558478800,5),(869,576626400,4),(869,589323600,5),(869,609890400,4),(869,620773200,5),(869,638316000,4),(869,651618000,5),(869,669765600,4),(869,683672400,5),(869,701820000,4),(869,715726800,5),(869,733701600,4),(869,747176400,5),(869,765151200,4),(869,778021200,5),(869,796600800,4),(869,810075600,5),(869,826840800,4),(869,842821200,5),(869,858895200,4),(869,874184400,5),(869,890344800,4),(869,905029200,5),(869,923011200,4),(869,936313200,5),(869,955670400,4),(869,970783200,5),(869,986770800,4),(869,1001282400,5),(869,1017356400,4),(869,1033941600,5),(869,1048806000,4),(869,1065132000,5),(869,1081292400,4),(869,1095804000,5),(869,1112313600,4),(869,1128812400,5),(869,1143763200,4),(869,1159657200,5),(869,1175212800,4),(869,1189897200,5),(869,1206662400,4),(869,1223161200,5),(869,1238112000,4),(869,1254006000,5),(869,1269561600,4),(869,1284246000,5),(869,1301616000,4),(869,1317510000,5),(869,1333065600,4),(869,1348354800,5),(869,1364515200,4),(869,1382828400,5),(869,1395964800,4),(869,1414278000,5),(869,1427414400,4),(869,1445727600,5),(869,1458864000,4),(869,1477782000,5),(869,1490313600,4),(869,1509231600,5),(869,1521763200,4),(869,1540681200,5),(869,1553817600,4),(869,1572130800,5),(869,1585267200,4),(869,1603580400,5),(869,1616716800,4),(869,1635634800,5),(869,1648166400,4),(869,1667084400,5),(869,1679616000,4),(869,1698534000,5),(869,1711670400,4),(869,1729983600,5),(869,1743120000,4),(869,1761433200,5),(869,1774569600,4),(869,1792882800,5),(869,1806019200,4),(869,1824937200,5),(869,1837468800,4),(869,1856386800,5),(869,1868918400,4),(869,1887836400,5),(869,1900972800,4),(869,1919286000,5),(869,1932422400,4),(869,1950735600,5),(869,1963872000,4),(869,1982790000,5),(869,1995321600,4),(869,2014239600,5),(869,2026771200,4),(869,2045689200,5),(869,2058220800,4),(869,2077138800,5),(869,2090275200,4),(869,2108588400,5),(869,2121724800,4),(869,2140038000,5),(870,-788932800,1),(871,-1487759676,1),(871,-1247569200,3),(871,354888000,2),(871,370695600,3),(871,386424000,2),(871,402231600,3),(871,417960000,2),(871,433767600,3),(871,449582400,2),(871,465314400,4),(871,481039200,5),(871,496764000,4),(871,512488800,5),(871,528213600,4),(871,543938400,5),(871,559663200,4),(871,575388000,5),(871,591112800,4),(871,606837600,5),(871,622562400,4),(871,638287200,5),(871,654616800,4),(871,670341600,6),(871,686070000,7),(871,695746800,4),(871,701791200,5),(871,717516000,4),(871,733240800,5),(871,748965600,4),(871,764690400,5),(871,780415200,4),(871,796140000,5),(871,811864800,4),(871,828194400,5),(871,846338400,4),(871,859644000,5),(871,877788000,4),(871,891093600,5),(871,909237600,4),(871,922543200,5),(871,941292000,4),(871,953992800,5),(871,972741600,4),(871,985442400,5),(871,1004191200,4),(871,1017496800,5),(871,1035640800,4),(871,1048946400,5),(871,1067090400,4),(871,1080396000,5),(871,1099144800,4),(871,1111845600,5),(871,1130594400,4),(871,1143295200,5),(871,1162044000,4),(871,1174744800,5),(871,1193493600,4),(871,1206799200,5),(871,1224943200,4),(871,1238248800,5),(871,1256392800,4),(871,1269698400,6),(871,1288450800,7),(871,1301151600,4),(872,-1988166492,1),(872,-862637400,2),(872,-764145000,1),(872,-576135000,3),(872,38775600,5),(872,1018119600,4),(872,1033840800,5),(872,1212260400,4),(872,1225476000,5),(872,1239735600,4),(872,1257012000,5),(873,-1325483420,1),(874,-1577943676,1),(874,504901800,2),(875,-1577943676,1),(875,504901800,2),(876,-1579424533,1),(876,-1247558400,3),(876,354898800,2),(876,370706400,3),(876,386434800,2),(876,402242400,3),(876,417970800,2),(876,433778400,3),(876,449593200,2),(876,465325200,4),(876,481050000,5),(876,496774800,4),(876,512499600,5),(876,528224400,4),(876,543949200,5),(876,559674000,4),(876,575398800,5),(876,591123600,4),(876,606848400,5),(876,622573200,4),(876,638298000,5),(876,654627600,4),(876,670352400,6),(876,686080800,7),(876,695757600,4),(876,701802000,5),(876,717526800,4),(876,733251600,5),(876,748976400,4),(876,764701200,5),(876,780426000,4),(876,796150800,5),(876,811875600,4),(876,828205200,5),(876,846349200,4),(876,859654800,5),(876,877798800,4),(876,891104400,5),(876,909248400,4),(876,922554000,5),(876,941302800,4),(876,954003600,5),(876,972752400,4),(876,985453200,5),(876,1004202000,4),(876,1017507600,5),(876,1035651600,4),(876,1048957200,5),(876,1067101200,4),(876,1072882800,10),(876,1080403200,8),(876,1099152000,9),(876,1111852800,8),(876,1130601600,9),(876,1143302400,8),(876,1162051200,9),(876,1174752000,8),(876,1193500800,9),(876,1206806400,8),(876,1224950400,9),(876,1238256000,8),(876,1256400000,9),(876,1269705600,8),(876,1288454400,9),(876,1301155200,11),(876,1315832400,9),(876,1414252800,4),(877,-2019705670,1),(877,-891581400,2),(877,-872058600,1),(877,-862637400,2),(877,-764145000,1),(878,-1577513486,1),(878,-1247551200,3),(878,354906000,2),(878,370713600,3),(878,386442000,2),(878,402249600,3),(878,417978000,2),(878,433785600,3),(878,449600400,2),(878,465332400,4),(878,481057200,5),(878,496782000,4),(878,512506800,5),(878,528231600,4),(878,543956400,5),(878,559681200,4),(878,575406000,5),(878,591130800,4),(878,606855600,5),(878,622580400,4),(878,638305200,5),(878,654634800,4),(878,670359600,6),(878,686088000,7),(878,695764800,4),(878,701809200,5),(878,717534000,4),(878,733258800,5),(878,748983600,4),(878,764708400,5),(878,780433200,4),(878,796158000,5),(878,811882800,4),(878,828212400,5),(878,846356400,4),(878,859662000,5),(878,877806000,4),(878,891111600,5),(878,909255600,4),(878,922561200,5),(878,941310000,4),(878,954010800,5),(878,972759600,4),(878,985460400,5),(878,1004209200,4),(878,1017514800,5),(878,1035658800,4),(878,1048964400,5),(878,1067108400,4),(878,1080414000,5),(878,1099162800,4),(878,1111863600,5),(878,1130612400,4),(878,1143313200,5),(878,1162062000,4),(878,1174762800,5),(878,1193511600,4),(878,1206817200,5),(878,1224961200,4),(878,1238266800,5),(878,1256410800,4),(878,1269716400,5),(878,1288465200,4),(878,1301166000,8),(878,1414260000,4),(879,-2038200925,1),(879,-1167634800,2),(879,-1073028000,3),(879,-894180000,4),(879,-879665400,5),(879,-767005200,4),(879,378664200,6),(880,-1383463280,1),(880,-1167636600,3),(880,-1082448000,2),(880,-1074586800,3),(880,-1050825600,2),(880,-1042964400,3),(880,-1019289600,2),(880,-1011428400,3),(880,-987753600,2),(880,-979892400,3),(880,-956217600,2),(880,-948356400,3),(880,-924595200,2),(880,-916734000,3),(880,-893059200,2),(880,-885198000,3),(880,-879667200,4),(880,-767005200,3),(881,-719636812,1),(882,-2056692850,1),(882,-884509200,3),(882,-873280800,2),(882,-855918000,3),(882,-841744800,2),(882,-828529200,3),(882,-765363600,1),(882,-747046800,4),(882,-733827600,5),(882,-716461200,4),(882,-697021200,5),(882,-683715600,4),(882,-667990800,5),(882,-654771600,4),(882,-636627600,5),(882,-623322000,4),(882,-605178000,5),(882,-591872400,4),(882,-573642000,5),(882,-559818000,4),(882,-541674000,5),(882,-528368400,4),(882,-510224400,5),(882,-498128400,4),(882,-478774800,5),(882,-466678800,4),(882,-446720400,5),(882,-435229200,4),(882,-415258200,1),(882,-403158600,6),(882,-383808600,1),(882,-371709000,6),(882,-352359000,1),(882,-340259400,6),(882,-320909400,1),(882,-308809800,6),(882,-288855000,1),(882,-277360200,6),(882,-257405400,1),(882,-245910600,6),(882,-225955800,1),(882,-213856200,6),(882,-194506200,1),(882,-182406600,6),(882,-163056600,1),(882,-148537800,6),(882,-132820200,1),(882,-117088200,6),(882,-101370600,1),(882,-85638600,6),(882,-69312600,1),(882,-53584200,6),(882,-37863000,1),(882,-22134600,6),(882,-6413400,1),(882,9315000,6),(882,25036200,1),(882,40764600,6),(882,56485800,1),(882,72214200,6),(882,88540200,1),(882,104268600,6),(882,119989800,1),(882,126041400,6),(882,151439400,1),(882,167167800,6),(882,182889000,1),(882,198617400,6),(882,214338600,1),(882,295385400,6),(882,309292200,1),(883,-2056692850,1),(883,-884509200,3),(883,-873280800,2),(883,-855918000,3),(883,-841744800,2),(883,-828529200,3),(883,-765363600,1),(883,-747046800,4),(883,-733827600,5),(883,-716461200,4),(883,-697021200,5),(883,-683715600,4),(883,-667990800,5),(883,-654771600,4),(883,-636627600,5),(883,-623322000,4),(883,-605178000,5),(883,-591872400,4),(883,-573642000,5),(883,-559818000,4),(883,-541674000,5),(883,-528368400,4),(883,-510224400,5),(883,-498128400,4),(883,-478774800,5),(883,-466678800,4),(883,-446720400,5),(883,-435229200,4),(883,-415258200,1),(883,-403158600,6),(883,-383808600,1),(883,-371709000,6),(883,-352359000,1),(883,-340259400,6),(883,-320909400,1),(883,-308809800,6),(883,-288855000,1),(883,-277360200,6),(883,-257405400,1),(883,-245910600,6),(883,-225955800,1),(883,-213856200,6),(883,-194506200,1),(883,-182406600,6),(883,-163056600,1),(883,-148537800,6),(883,-132820200,1),(883,-117088200,6),(883,-101370600,1),(883,-85638600,6),(883,-69312600,1),(883,-53584200,6),(883,-37863000,1),(883,-22134600,6),(883,-6413400,1),(883,9315000,6),(883,25036200,1),(883,40764600,6),(883,56485800,1),(883,72214200,6),(883,88540200,1),(883,104268600,6),(883,119989800,1),(883,126041400,6),(883,151439400,1),(883,167167800,6),(883,182889000,1),(883,198617400,6),(883,214338600,1),(883,295385400,6),(883,309292200,1),(884,-1441188192,1),(884,-1247565600,3),(884,354891600,2),(884,370699200,3),(884,386427600,2),(884,402235200,3),(884,417963600,2),(884,433771200,3),(884,449586000,2),(884,465318000,4),(884,481042800,5),(884,496767600,4),(884,512492400,5),(884,528217200,4),(884,543942000,5),(884,559666800,4),(884,575391600,5),(884,591116400,4),(884,606841200,5),(884,622566000,4),(884,638290800,5),(884,654620400,4),(884,670345200,6),(884,686073600,7),(884,695750400,4),(884,701794800,5),(884,717519600,4),(884,733244400,5),(884,748969200,4),(884,764694000,5),(884,780418800,4),(884,796143600,5),(884,811868400,4),(884,828198000,5),(884,846342000,4),(884,859647600,5),(884,877791600,4),(884,891097200,5),(884,909241200,4),(884,922546800,5),(884,941295600,4),(884,953996400,5),(884,972745200,4),(884,985446000,5),(884,1004194800,4),(884,1017500400,5),(884,1035644400,4),(884,1048950000,5),(884,1067094000,4),(884,1080399600,5),(884,1099148400,4),(884,1111849200,5),(884,1130598000,4),(884,1143298800,5),(884,1162047600,4),(884,1174748400,5),(884,1193497200,4),(884,1206802800,5),(884,1224946800,4),(884,1238252400,5),(884,1256396400,4),(884,1269702000,5),(884,1288450800,4),(884,1301151600,8),(884,1414245600,7),(884,1461427200,4),(885,-1577951856,1),(885,-1172908656,2),(885,-880272000,3),(885,-766054800,4),(886,-1046678400,0),(886,-1038733200,1),(886,-873273600,2),(886,-794221200,1),(886,-496224000,0),(886,-489315600,1),(886,259344000,0),(886,275151600,1),(887,-1577936472,1),(888,-1518920008,2),(888,166572000,1),(888,182293200,2),(888,200959200,1),(888,213829200,2),(888,228866400,1),(888,243982800,2),(888,260316000,1),(888,276123600,2),(888,291765600,1),(888,307486800,2),(888,323820000,1),(888,338936400,2),(888,354664800,1),(888,370386000,2),(888,386114400,1),(888,401835600,2),(888,417564000,1),(888,433285200,2),(888,449013600,1),(888,465339600,2),(888,481068000,1),(888,496789200,2),(888,512517600,1),(888,528238800,2),(888,543967200,1),(888,559688400,2),(888,575416800,1),(888,591138000,2),(888,606866400,1),(888,622587600,2),(888,638316000,1),(888,654642000,2),(888,670370400,1),(888,686091600,2),(888,701820000,1),(888,717541200,2),(888,733269600,1),(888,748990800,2),(888,764719200,1),(888,780440400,2),(888,796168800,1),(888,811890000,2),(888,828223200,1),(888,843944400,2),(888,859672800,1),(888,875394000,2),(888,891122400,1),(888,909277200,3),(888,922582800,4),(888,941331600,3),(888,954032400,4),(888,972781200,3),(888,985482000,4),(888,1004230800,3),(888,1017536400,4),(888,1035680400,3),(888,1048986000,4),(888,1067130000,3),(888,1080435600,4),(888,1099184400,3),(888,1111885200,4),(888,1130634000,3),(888,1143334800,4),(888,1162083600,3),(888,1174784400,4),(888,1193533200,3),(888,1206838800,4),(888,1224982800,3),(888,1238288400,4),(888,1256432400,3),(888,1269738000,4),(888,1288486800,3),(888,1301187600,4),(888,1319936400,3),(888,1332637200,4),(888,1351386000,3),(888,1364691600,4),(888,1382835600,3),(888,1396141200,4),(888,1414285200,3),(888,1427590800,4),(888,1445734800,3),(888,1459040400,4),(888,1477789200,3),(888,1490490000,4),(888,1509238800,3),(888,1521939600,4),(888,1540688400,3),(888,1553994000,4),(888,1572138000,3),(888,1585443600,4),(888,1603587600,3),(888,1616893200,4),(888,1635642000,3),(888,1648342800,4),(888,1667091600,3),(888,1679792400,4),(888,1698541200,3),(888,1711846800,4),(888,1729990800,3),(888,1743296400,4),(888,1761440400,3),(888,1774746000,4),(888,1792890000,3),(888,1806195600,4),(888,1824944400,3),(888,1837645200,4),(888,1856394000,3),(888,1869094800,4),(888,1887843600,3),(888,1901149200,4),(888,1919293200,3),(888,1932598800,4),(888,1950742800,3),(888,1964048400,4),(888,1982797200,3),(888,1995498000,4),(888,2014246800,3),(888,2026947600,4),(888,2045696400,3),(888,2058397200,4),(888,2077146000,3),(888,2090451600,4),(888,2108595600,3),(888,2121901200,4),(888,2140045200,3),(889,-1441259328,1),(889,-1247551200,3),(889,354906000,2),(889,370713600,3),(889,386442000,2),(889,402249600,3),(889,417978000,2),(889,433785600,3),(889,449600400,2),(889,465332400,4),(889,481057200,5),(889,496782000,4),(889,512506800,5),(889,528231600,4),(889,543956400,5),(889,559681200,4),(889,575406000,5),(889,591130800,4),(889,606855600,5),(889,622580400,4),(889,638305200,5),(889,654634800,4),(889,670359600,6),(889,686088000,7),(889,695764800,4),(889,701809200,5),(889,717534000,4),(889,733258800,5),(889,748983600,4),(889,764708400,5),(889,780433200,4),(889,796158000,5),(889,811882800,4),(889,828212400,5),(889,846356400,4),(889,859662000,5),(889,877806000,4),(889,891111600,5),(889,909255600,4),(889,922561200,5),(889,941310000,4),(889,954010800,5),(889,972759600,4),(889,985460400,5),(889,1004209200,4),(889,1017514800,5),(889,1035658800,4),(889,1048964400,5),(889,1067108400,4),(889,1080414000,5),(889,1099162800,4),(889,1111863600,5),(889,1130612400,4),(889,1143313200,5),(889,1162062000,4),(889,1174762800,5),(889,1193511600,4),(889,1206817200,5),(889,1224961200,4),(889,1238266800,5),(889,1256410800,4),(889,1269716400,6),(889,1288468800,7),(889,1301169600,4),(890,-1579476700,1),(890,-1247551200,3),(890,354906000,2),(890,370713600,3),(890,386442000,2),(890,402249600,3),(890,417978000,2),(890,433785600,3),(890,449600400,2),(890,465332400,4),(890,481057200,5),(890,496782000,4),(890,512506800,5),(890,528231600,4),(890,543956400,5),(890,559681200,4),(890,575406000,5),(890,591130800,4),(890,606855600,5),(890,622580400,4),(890,638305200,5),(890,654634800,4),(890,670359600,6),(890,686088000,7),(890,695764800,4),(890,701809200,5),(890,717534000,4),(890,733258800,5),(890,738086400,8),(890,748987200,7),(890,764712000,6),(890,780436800,7),(890,796161600,6),(890,811886400,7),(890,828216000,6),(890,846360000,7),(890,859665600,6),(890,877809600,7),(890,891115200,6),(890,909259200,7),(890,922564800,6),(890,941313600,7),(890,954014400,6),(890,972763200,7),(890,985464000,6),(890,1004212800,7),(890,1017518400,6),(890,1035662400,7),(890,1048968000,6),(890,1067112000,7),(890,1080417600,6),(890,1099166400,7),(890,1111867200,6),(890,1130616000,7),(890,1143316800,6),(890,1162065600,7),(890,1174766400,6),(890,1193515200,7),(890,1206820800,6),(890,1224964800,7),(890,1238270400,6),(890,1256414400,7),(890,1269720000,6),(890,1288468800,7),(890,1301169600,4),(890,1414263600,7),(890,1469304000,4),(891,-1582088010,1),(891,-1247547600,3),(891,354909600,2),(891,370717200,3),(891,386445600,2),(891,402253200,3),(891,417981600,2),(891,433789200,3),(891,449604000,2),(891,465336000,4),(891,481060800,5),(891,496785600,4),(891,512510400,5),(891,528235200,4),(891,543960000,5),(891,559684800,4),(891,575409600,5),(891,591134400,4),(891,606859200,5),(891,622584000,4),(891,638308800,5),(891,654638400,4),(891,670363200,6),(891,686091600,7),(891,695768400,4),(891,701812800,5),(891,717537600,4),(891,733262400,5),(891,748987200,4),(891,764712000,5),(891,780436800,4),(891,796161600,5),(891,811886400,4),(891,828216000,5),(891,846360000,4),(891,859665600,5),(891,877809600,4),(891,891115200,5),(891,909259200,4),(891,922564800,5),(891,941313600,4),(891,954014400,5),(891,972763200,4),(891,985464000,5),(891,1004212800,4),(891,1017518400,5),(891,1035662400,4),(891,1048968000,5),(891,1067112000,4),(891,1080417600,5),(891,1099166400,4),(891,1111867200,5),(891,1130616000,4),(891,1143316800,5),(891,1162065600,4),(891,1174766400,5),(891,1193515200,4),(891,1206820800,5),(891,1224964800,4),(891,1238270400,5),(891,1256414400,4),(891,1269720000,5),(891,1288468800,4),(891,1301169600,8),(891,1414263600,4),(892,-1441164324,1),(892,-1247540400,2),(892,354913200,3),(892,370720800,4),(892,386445600,3),(892,402256800,2),(892,417985200,3),(892,433792800,2),(892,449607600,3),(892,465339600,5),(892,481064400,6),(892,496789200,5),(892,512514000,6),(892,528238800,5),(892,543963600,6),(892,559688400,5),(892,575413200,6),(892,591138000,5),(892,606862800,7),(892,622591200,8),(892,638316000,7),(892,654645600,8),(892,670370400,7),(892,686095200,8),(892,695772000,5),(892,701816400,7),(892,717544800,8),(892,733269600,7),(892,748994400,8),(892,764719200,7),(892,780444000,8),(892,796168800,7),(892,811893600,8),(892,828223200,7),(892,846367200,8),(892,859672800,7),(892,877816800,8),(892,891122400,7),(892,909266400,8),(892,922572000,7),(892,941320800,8),(892,954021600,7),(892,972770400,8),(892,985471200,7),(892,1004220000,8),(892,1017525600,7),(892,1035669600,8),(892,1048975200,7),(892,1067119200,8),(892,1080424800,7),(892,1099173600,5),(893,-1570084924,1),(894,-1946186240,1),(894,-1172906240,2),(894,-881220600,3),(894,-766054800,2),(894,-683883000,4),(894,-620812800,2),(894,-189415800,5),(894,567964800,6),(895,-1948782180,1),(895,-1830414600,2),(895,-768646800,3),(895,1439564400,1),(895,1525446000,3),(896,-1577935568,1),(896,76190400,2),(897,-1441167268,1),(897,-1247544000,2),(897,354913200,3),(897,370720800,4),(897,386445600,3),(897,402256800,2),(897,417985200,3),(897,433792800,2),(897,449607600,3),(897,465339600,5),(897,481064400,6),(897,496789200,5),(897,512514000,6),(897,528238800,5),(897,543963600,6),(897,559688400,5),(897,575413200,6),(897,591138000,5),(897,606862800,6),(897,622587600,5),(897,638312400,6),(897,654642000,5),(897,670366800,7),(897,686095200,8),(897,695772000,5),(897,701816400,6),(897,717541200,5),(897,733266000,6),(897,748990800,5),(897,764715600,6),(897,780440400,5),(897,796165200,6),(897,811890000,5),(897,828219600,6),(897,846363600,5),(897,859669200,6),(897,877813200,5),(897,891118800,6),(897,909262800,5),(897,922568400,6),(897,941317200,5),(897,954018000,6),(897,972766800,5),(897,985467600,6),(897,1004216400,5),(897,1017522000,6),(897,1035666000,5),(897,1048971600,6),(897,1067115600,5),(897,1080421200,6),(897,1099170000,9),(898,-1441167712,1),(898,-1247544000,2),(898,354913200,3),(898,370720800,4),(898,386445600,3),(898,402256800,2),(898,417985200,3),(898,433792800,2),(898,449607600,3),(898,465339600,5),(898,481064400,6),(898,496789200,5),(898,512514000,6),(898,528238800,5),(898,543963600,6),(898,559688400,5),(898,575413200,6),(898,591138000,5),(898,606862800,6),(898,622587600,5),(898,638312400,6),(898,654642000,5),(898,670366800,7),(898,686095200,5),(898,695768400,9),(898,701812800,6),(898,717541200,5),(898,733266000,6),(898,748990800,5),(898,764715600,6),(898,780440400,5),(898,796165200,6),(898,811890000,5),(898,828219600,6),(898,846363600,5),(898,859669200,6),(898,877813200,5),(898,891118800,6),(898,909262800,5),(898,922568400,6),(898,941317200,5),(898,954018000,6),(898,972766800,5),(898,985467600,6),(898,1004216400,5),(898,1017522000,6),(898,1035666000,5),(898,1048971600,6),(898,1067115600,5),(898,1080421200,6),(898,1099170000,9),(898,1545328800,2),(899,-1577946287,1),(899,-873268200,2),(899,-778410000,1),(900,-719636812,1),(901,-2004073600,1),(901,-1851577590,2),(901,-852105600,3),(901,-782643600,4),(901,-767869200,2),(901,-718095600,3),(901,-457776000,2),(901,-315648000,3),(901,171820800,2),(902,-2031039048,1),(902,-768560400,3),(902,354891600,2),(902,370699200,3),(902,386427600,2),(902,402235200,3),(902,417963600,2),(902,433771200,3),(902,449586000,2),(902,465318000,4),(902,481042800,5),(902,496767600,4),(902,512492400,5),(902,528217200,4),(902,543942000,5),(902,559666800,4),(902,575391600,5),(902,591116400,4),(902,606841200,5),(902,622566000,4),(902,638290800,5),(902,654620400,4),(902,670345200,6),(902,686073600,7),(902,695750400,4),(902,701794800,5),(902,717519600,4),(902,733244400,5),(902,748969200,4),(902,764694000,5),(902,780418800,4),(902,796143600,5),(902,811868400,4),(902,828198000,5),(902,846342000,4),(902,859647600,6),(902,877795200,7),(902,891100800,6),(902,909244800,7),(902,922550400,6),(902,941299200,7),(902,954000000,6),(902,972748800,7),(902,985449600,6),(902,1004198400,7),(902,1017504000,6),(902,1035648000,7),(902,1048953600,6),(902,1067097600,7),(902,1080403200,6),(902,1099152000,7),(902,1111852800,6),(902,1130601600,7),(902,1143302400,6),(902,1162051200,7),(902,1174752000,6),(902,1193500800,7),(902,1206806400,6),(902,1224950400,7),(902,1238256000,6),(902,1256400000,7),(902,1269705600,6),(902,1288454400,7),(902,1301155200,4),(902,1414249200,7),(902,1459008000,4),(903,-1441168073,1),(903,-1247544000,2),(903,354913200,3),(903,370720800,4),(903,386445600,3),(903,402256800,2),(903,417985200,3),(903,433792800,2),(903,449607600,3),(903,465339600,5),(903,481064400,6),(903,496789200,5),(903,512514000,6),(903,528238800,5),(903,543963600,6),(903,559688400,5),(903,575413200,6),(903,591138000,5),(903,606862800,6),(903,622587600,5),(903,638312400,6),(903,654642000,5),(903,670366800,6),(903,686091600,5),(903,694206000,2),(904,-1948782472,1),(904,-1830414600,2),(904,-767350800,4),(904,-681210000,3),(904,-672228000,4),(904,-654771600,3),(904,-640864800,4),(904,-623408400,3),(904,-609415200,4),(904,-588848400,3),(904,-577965600,4),(904,-498128400,1),(904,-462702600,5),(904,-451733400,1),(904,-429784200,5),(904,-418296600,1),(904,-399544200,5),(904,-387451800,1),(904,-368094600,5),(904,-356002200,1),(904,-336645000,5),(904,-324552600,1),(904,-305195400,5),(904,-293103000,1),(904,-264933000,4),(904,547578000,3),(904,560883600,4),(904,579027600,3),(904,592333200,4),(905,-1600675200,0),(905,-1585904400,1),(905,-933667200,0),(905,-922093200,1),(905,-908870400,0),(905,-888829200,1),(905,-881049600,0),(905,-767869200,1),(905,-745833600,0),(905,-733827600,1),(905,-716889600,0),(905,-699613200,1),(905,-683884800,0),(905,-670669200,1),(905,-652348800,0),(905,-650019600,1),(905,515527200,0),(905,527014800,1),(905,545162400,0),(905,558464400,1),(905,577216800,0),(905,589914000,1),(905,608666400,0),(905,621968400,1),(905,640116000,0),(905,653418000,1),(905,671565600,0),(905,684867600,1),(906,-2038200925,1),(906,-1167634800,2),(906,-1073028000,3),(906,-894180000,4),(906,-879665400,5),(906,-767005200,4),(906,378664200,6),(907,-1441188892,1),(907,-1247565600,3),(907,354891600,2),(907,370699200,3),(907,386427600,2),(907,402235200,3),(907,417963600,2),(907,433771200,3),(907,449586000,2),(907,465318000,4),(907,481042800,5),(907,496767600,4),(907,512492400,5),(907,528217200,4),(907,543942000,5),(907,559666800,4),(907,575391600,5),(907,591116400,4),(907,606841200,5),(907,622566000,4),(907,638290800,5),(907,654620400,4),(907,670345200,6),(907,686073600,7),(907,695750400,4),(907,701794800,5),(907,717519600,4),(907,733244400,5),(907,748969200,4),(907,764694000,5),(907,780418800,4),(907,796143600,5),(907,811868400,4),(907,828198000,5),(907,846342000,4),(907,859647600,5),(907,877791600,4),(907,891097200,5),(907,909241200,4),(907,922546800,5),(907,941295600,4),(907,953996400,5),(907,972745200,4),(907,985446000,5),(907,1004194800,4),(907,1017500400,5),(907,1035644400,4),(907,1048950000,5),(907,1067094000,4),(907,1080399600,5),(907,1099148400,4),(907,1111849200,5),(907,1130598000,4),(907,1143298800,5),(907,1162047600,4),(907,1174748400,5),(907,1193497200,4),(907,1206802800,5),(907,1224946800,4),(907,1238252400,5),(907,1256396400,4),(907,1269702000,5),(907,1288450800,4),(907,1301151600,8),(907,1414245600,4),(908,-1017820800,1),(908,-766224000,0),(908,-745833600,2),(908,-733827600,0),(908,-716889600,2),(908,-699613200,0),(908,-683884800,2),(908,-670669200,0),(908,-652348800,2),(908,-639133200,0),(908,-620812800,2),(908,-607597200,0),(908,-589276800,2),(908,-576061200,0),(908,-562924800,2),(908,-541760400,0),(908,-528710400,2),(908,-510224400,0),(908,-497174400,2),(908,-478688400,0),(908,-465638400,2),(908,-449830800,0),(908,-434016000,2),(908,-418208400,0),(908,-402480000,2),(908,-386672400,0),(908,-370944000,2),(908,-355136400,0),(908,-339408000,2),(908,-323600400,0),(908,-302515200,2),(908,-291978000,0),(908,-270979200,2),(908,-260442000,0),(908,133977600,2),(908,149785200,0),(908,165513600,2),(908,181321200,0),(908,299606400,2),(908,307551600,0),(909,-1441168631,1),(909,-1247547600,3),(909,354909600,2),(909,370717200,3),(909,386445600,2),(909,402253200,3),(909,417981600,2),(909,433789200,3),(909,449604000,2),(909,465336000,4),(909,481060800,5),(909,496785600,4),(909,512510400,5),(909,528235200,4),(909,543960000,5),(909,559684800,4),(909,575409600,5),(909,591134400,4),(909,606859200,5),(909,622584000,4),(909,638308800,5),(909,654638400,4),(909,670363200,6),(909,686091600,7),(909,694206000,1),(910,-1441162751,1),(910,-405140400,3),(910,354916800,2),(910,370724400,3),(910,386452800,2),(910,402260400,3),(910,417988800,2),(910,433796400,3),(910,449611200,2),(910,465343200,4),(910,481068000,5),(910,496792800,4),(910,512517600,5),(910,528242400,4),(910,543967200,5),(910,559692000,4),(910,575416800,5),(910,591141600,4),(910,606866400,5),(910,622591200,4),(910,638316000,5),(910,654645600,4),(910,670370400,6),(910,686098800,7),(910,694213200,1),(910,701816400,8),(910,717537600,1),(910,733266000,8),(910,748987200,1),(910,764715600,8),(910,780436800,3),(910,796161600,2),(910,811882800,3),(910,828216000,2),(910,859662000,2),(910,877806000,3),(910,891115200,2),(910,909255600,3),(910,922564800,2),(910,941310000,3),(910,954014400,2),(910,972759600,3),(910,985464000,2),(910,1004209200,3),(910,1017518400,2),(910,1035658800,3),(910,1048968000,2),(910,1067108400,3),(910,1080417600,2),(910,1088276400,8),(910,1099177200,7),(910,1111878000,3),(911,-1704165944,1),(911,-757394744,2),(911,247177800,4),(911,259272000,3),(911,277758000,4),(911,283982400,2),(911,290809800,5),(911,306531000,2),(911,322432200,5),(911,338499000,2),(911,673216200,5),(911,685481400,2),(911,701209800,5),(911,717103800,2),(911,732745800,5),(911,748639800,2),(911,764281800,5),(911,780175800,2),(911,795817800,5),(911,811711800,2),(911,827353800,5),(911,843247800,2),(911,858976200,5),(911,874870200,2),(911,890512200,5),(911,906406200,2),(911,922048200,5),(911,937942200,2),(911,953584200,5),(911,969478200,2),(911,985206600,5),(911,1001100600,2),(911,1016742600,5),(911,1032636600,2),(911,1048278600,5),(911,1064172600,2),(911,1079814600,5),(911,1095708600,2),(911,1111437000,5),(911,1127331000,2),(911,1206045000,5),(911,1221939000,2),(911,1237667400,5),(911,1253561400,2),(911,1269203400,5),(911,1285097400,2),(911,1300739400,5),(911,1316633400,2),(911,1332275400,5),(911,1348169400,2),(911,1363897800,5),(911,1379791800,2),(911,1395433800,5),(911,1411327800,2),(911,1426969800,5),(911,1442863800,2),(911,1458505800,5),(911,1474399800,2),(911,1490128200,5),(911,1506022200,2),(911,1521664200,5),(911,1537558200,2),(911,1553200200,5),(911,1569094200,2),(911,1584736200,5),(911,1600630200,2),(911,1616358600,5),(911,1632252600,2),(911,1647894600,5),(911,1663788600,2),(911,1679430600,5),(911,1695324600,2),(911,1710966600,5),(911,1726860600,2),(911,1742589000,5),(911,1758483000,2),(911,1774125000,5),(911,1790019000,2),(911,1805661000,5),(911,1821555000,2),(911,1837197000,5),(911,1853091000,2),(911,1868733000,5),(911,1884627000,2),(911,1900355400,5),(911,1916249400,2),(911,1931891400,5),(911,1947785400,2),(911,1963427400,5),(911,1979321400,2),(911,1994963400,5),(911,2010857400,2),(911,2026585800,5),(911,2042479800,2),(911,2058121800,5),(911,2074015800,2),(911,2089657800,5),(911,2105551800,2),(911,2121193800,5),(911,2137087800,2),(912,-1641003640,5),(912,-933638400,1),(912,-923097600,2),(912,-919036800,1),(912,-857347200,2),(912,-844300800,1),(912,-825811200,2),(912,-812678400,1),(912,-794188800,2),(912,-779846400,1),(912,-762652800,2),(912,-748310400,1),(912,-731116800,2),(912,-681955200,3),(912,-673228800,1),(912,-667958400,2),(912,-652320000,1),(912,-636422400,2),(912,-622080000,1),(912,-608947200,2),(912,-591840000,1),(912,-572486400,2),(912,-558576000,1),(912,-542851200,2),(912,-527731200,1),(912,-514425600,2),(912,-490838400,1),(912,-482976000,2),(912,-459388800,1),(912,-451526400,2),(912,-428544000,1),(912,-418262400,2),(912,-400118400,1),(912,-387417600,2),(912,142380000,4),(912,150843600,5),(912,167176800,4),(912,178664400,5),(912,334101600,6),(912,337730400,7),(912,452642400,6),(912,462319200,7),(912,482277600,4),(912,494370000,5),(912,516751200,4),(912,526424400,5),(912,545436000,4),(912,558478800,5),(912,576626400,4),(912,589323600,5),(912,609890400,4),(912,620773200,5),(912,638316000,4),(912,651618000,5),(912,669765600,4),(912,683672400,5),(912,701820000,4),(912,715726800,5),(912,733701600,4),(912,747176400,5),(912,765151200,4),(912,778021200,5),(912,796600800,4),(912,810075600,5),(912,826840800,4),(912,842821200,5),(912,858895200,4),(912,874184400,5),(912,890344800,4),(912,905029200,5),(912,923011200,4),(912,936313200,5),(912,955670400,4),(912,970783200,5),(912,986770800,4),(912,1001282400,5),(912,1017356400,4),(912,1033941600,5),(912,1048806000,4),(912,1065132000,5),(912,1081292400,4),(912,1095804000,5),(912,1112313600,4),(912,1128812400,5),(912,1143763200,4),(912,1159657200,5),(912,1175212800,4),(912,1189897200,5),(912,1206662400,4),(912,1223161200,5),(912,1238112000,4),(912,1254006000,5),(912,1269561600,4),(912,1284246000,5),(912,1301616000,4),(912,1317510000,5),(912,1333065600,4),(912,1348354800,5),(912,1364515200,4),(912,1382828400,5),(912,1395964800,4),(912,1414278000,5),(912,1427414400,4),(912,1445727600,5),(912,1458864000,4),(912,1477782000,5),(912,1490313600,4),(912,1509231600,5),(912,1521763200,4),(912,1540681200,5),(912,1553817600,4),(912,1572130800,5),(912,1585267200,4),(912,1603580400,5),(912,1616716800,4),(912,1635634800,5),(912,1648166400,4),(912,1667084400,5),(912,1679616000,4),(912,1698534000,5),(912,1711670400,4),(912,1729983600,5),(912,1743120000,4),(912,1761433200,5),(912,1774569600,4),(912,1792882800,5),(912,1806019200,4),(912,1824937200,5),(912,1837468800,4),(912,1856386800,5),(912,1868918400,4),(912,1887836400,5),(912,1900972800,4),(912,1919286000,5),(912,1932422400,4),(912,1950735600,5),(912,1963872000,4),(912,1982790000,5),(912,1995321600,4),(912,2014239600,5),(912,2026771200,4),(912,2045689200,5),(912,2058220800,4),(912,2077138800,5),(912,2090275200,4),(912,2108588400,5),(912,2121724800,4),(912,2140038000,5),(913,-706341516,1),(913,560025000,2),(914,-706341516,1),(914,560025000,2),(915,-683802000,0),(915,-672310800,1),(915,-654771600,0),(915,-640861200,1),(915,-620298000,0),(915,-609411600,1),(915,-588848400,0),(915,-577962000,1),(916,-1578807591,1),(916,-1247551200,3),(916,354906000,2),(916,370713600,3),(916,386442000,2),(916,402249600,3),(916,417978000,2),(916,433785600,3),(916,449600400,2),(916,465332400,4),(916,481057200,5),(916,496782000,4),(916,512506800,5),(916,528231600,4),(916,543956400,5),(916,559681200,4),(916,575406000,5),(916,591130800,4),(916,606855600,5),(916,622580400,4),(916,638305200,5),(916,654634800,4),(916,670359600,6),(916,686088000,7),(916,695764800,4),(916,701809200,5),(916,717534000,4),(916,733258800,5),(916,748983600,4),(916,764708400,5),(916,780433200,4),(916,796158000,5),(916,811882800,4),(916,828212400,5),(916,846356400,4),(916,859662000,5),(916,877806000,4),(916,891111600,5),(916,909255600,4),(916,922561200,5),(916,941310000,4),(916,954010800,5),(916,972759600,4),(916,985460400,5),(916,1004209200,4),(916,1017514800,5),(916,1020193200,8),(916,1035662400,7),(916,1048968000,6),(916,1067112000,7),(916,1080417600,6),(916,1099166400,7),(916,1111867200,6),(916,1130616000,7),(916,1143316800,6),(916,1162065600,7),(916,1174766400,6),(916,1193515200,7),(916,1206820800,6),(916,1224964800,7),(916,1238270400,6),(916,1256414400,7),(916,1269720000,6),(916,1288468800,7),(916,1301169600,4),(916,1414263600,7),(916,1464465600,4),(917,-1577951856,1),(917,-1172908656,2),(917,-880272000,3),(917,-766054800,4),(918,-2032931252,1),(918,252435600,3),(918,417974400,2),(918,433782000,3),(918,449596800,2),(918,465318000,3),(918,481046400,2),(918,496767600,3),(918,512496000,2),(918,528217200,3),(918,543945600,2),(918,559666800,3),(918,575395200,2),(918,591116400,3),(918,606844800,2),(918,622566000,3),(918,638294400,2),(918,654620400,3),(918,670348800,2),(918,686070000,3),(918,701798400,2),(918,717519600,3),(918,733248000,2),(918,748969200,3),(918,764697600,2),(918,780418800,3),(918,796147200,2),(918,811868400,3),(918,828201600,2),(918,843922800,3),(918,859651200,2),(918,875372400,3),(918,891100800,2),(918,906822000,3),(918,988394400,2),(918,1001696400,3),(918,1017424800,2),(918,1033146000,3),(918,1048874400,2),(918,1064595600,3),(918,1080324000,2),(918,1096045200,3),(918,1111773600,2),(918,1127494800,3),(918,1143223200,2),(918,1159549200,3),(918,1427479200,2),(918,1443193200,3),(918,1458928800,2),(918,1474642800,3),(919,-2032931252,1),(919,252435600,3),(919,417974400,2),(919,433782000,3),(919,449596800,2),(919,465318000,3),(919,481046400,2),(919,496767600,3),(919,512496000,2),(919,528217200,3),(919,543945600,2),(919,559666800,3),(919,575395200,2),(919,591116400,3),(919,606844800,2),(919,622566000,3),(919,638294400,2),(919,654620400,3),(919,670348800,2),(919,686070000,3),(919,701798400,2),(919,717519600,3),(919,733248000,2),(919,748969200,3),(919,764697600,2),(919,780418800,3),(919,796147200,2),(919,811868400,3),(919,828201600,2),(919,843922800,3),(919,859651200,2),(919,875372400,3),(919,891100800,2),(919,906822000,3),(919,988394400,2),(919,1001696400,3),(919,1017424800,2),(919,1033146000,3),(919,1048874400,2),(919,1064595600,3),(919,1080324000,2),(919,1096045200,3),(919,1111773600,2),(919,1127494800,3),(919,1143223200,2),(919,1159549200,3),(919,1427479200,2),(919,1443193200,3),(919,1458928800,2),(919,1474642800,3),(920,-1325483420,1),(921,-1579426374,1),(921,-1247558400,2),(921,354898800,4),(921,370699200,3),(921,386427600,4),(921,402235200,3),(921,417963600,4),(921,433771200,3),(921,449586000,4),(921,465318000,5),(921,481042800,6),(921,496767600,5),(921,512492400,6),(921,528217200,5),(921,543942000,6),(921,559666800,5),(921,575391600,6),(921,591116400,5),(921,606841200,6),(921,622566000,5),(921,638290800,6),(921,654620400,5),(921,670345200,7),(921,686073600,8),(921,695750400,5),(921,701794800,6),(921,717519600,5),(921,733244400,6),(921,748969200,5),(921,764694000,6),(921,780418800,5),(921,796143600,6),(921,811868400,5),(921,828198000,6),(921,846342000,5),(921,859647600,6),(921,877791600,5),(921,891097200,6),(921,909241200,5),(921,922546800,6),(921,941295600,5),(921,953996400,6),(921,972745200,5),(921,985446000,6),(921,1004194800,5),(921,1017500400,6),(921,1035644400,5),(921,1048950000,6),(921,1067094000,5),(921,1080399600,6),(921,1099148400,5),(921,1111849200,6),(921,1130598000,5),(921,1143298800,6),(921,1162047600,5),(921,1174748400,6),(921,1193497200,5),(921,1206802800,6),(921,1224946800,5),(921,1238252400,6),(921,1256396400,5),(921,1269702000,6),(921,1288450800,5),(921,1301151600,9),(921,1315828800,5),(921,1414249200,8),(922,-1570084924,1),(923,-1487321251,1),(923,-1247562000,3),(923,354895200,2),(923,370702800,3),(923,386431200,2),(923,402238800,3),(923,417967200,2),(923,433774800,3),(923,449589600,2),(923,465321600,4),(923,481046400,5),(923,496771200,4),(923,512496000,5),(923,528220800,4),(923,543945600,5),(923,559670400,4),(923,575395200,5),(923,591120000,4),(923,606844800,5),(923,622569600,4),(923,638294400,5),(923,654624000,4),(923,670348800,6),(923,686077200,7),(923,695754000,4),(923,701798400,5),(923,717523200,4),(923,733248000,5),(923,748972800,4),(923,764697600,5),(923,780422400,4),(923,796147200,5),(923,811872000,4),(923,828201600,5),(923,846345600,4),(923,859651200,5),(923,877795200,4),(923,891100800,5),(923,909244800,4),(923,922550400,5),(923,941299200,4),(923,954000000,5),(923,972748800,4),(923,985449600,5),(923,1004198400,4),(923,1017504000,5),(923,1035648000,4),(923,1048953600,5),(923,1067097600,4),(923,1080403200,5),(923,1099152000,4),(923,1111852800,5),(923,1130601600,4),(923,1143302400,5),(923,1162051200,4),(923,1174752000,5),(923,1193500800,4),(923,1206806400,5),(923,1224950400,4),(923,1238256000,5),(923,1256400000,4),(923,1269705600,5),(923,1288454400,4),(923,1301155200,8),(923,1414249200,4),(924,-1579423138,1),(924,-1247558400,3),(924,354898800,2),(924,370706400,3),(924,386434800,2),(924,402242400,3),(924,417970800,2),(924,433778400,3),(924,449593200,2),(924,465325200,4),(924,481050000,5),(924,496774800,4),(924,512499600,5),(924,528224400,4),(924,543949200,5),(924,559674000,4),(924,575398800,5),(924,591123600,4),(924,606848400,5),(924,622573200,4),(924,638298000,5),(924,654627600,4),(924,670352400,6),(924,686080800,7),(924,695757600,4),(924,701802000,5),(924,717526800,4),(924,733251600,5),(924,748976400,4),(924,764701200,5),(924,780426000,4),(924,796150800,5),(924,811875600,4),(924,828205200,5),(924,846349200,4),(924,859654800,5),(924,877798800,4),(924,891104400,5),(924,909248400,4),(924,922554000,5),(924,941302800,4),(924,954003600,5),(924,972752400,4),(924,985453200,5),(924,1004202000,4),(924,1017507600,5),(924,1035651600,4),(924,1048957200,5),(924,1067101200,4),(924,1080406800,5),(924,1099155600,4),(924,1111856400,5),(924,1130605200,4),(924,1143306000,5),(924,1162054800,4),(924,1174755600,5),(924,1193504400,4),(924,1206810000,5),(924,1224954000,4),(924,1238259600,5),(924,1256403600,4),(924,1269709200,5),(924,1288458000,4),(924,1301158800,8),(924,1414252800,4),(925,-1577946287,1),(925,-873268200,2),(925,-778410000,1),(926,-1688270553,1),(926,-1592610305,2),(926,-1247544000,4),(926,354913200,3),(926,370720800,4),(926,386449200,3),(926,402256800,4),(926,417985200,3),(926,433792800,4),(926,449607600,3),(926,465339600,5),(926,481064400,6),(926,496789200,5),(926,512514000,6),(926,528238800,5),(926,543963600,6),(926,559688400,5),(926,575413200,6),(926,591138000,5),(926,606862800,6),(926,622587600,5),(926,638312400,6),(926,654642000,5),(926,670366800,7),(926,686095200,8),(926,695772000,5),(926,701816400,6),(926,717541200,5),(926,733266000,6),(926,748990800,5),(926,764715600,6),(926,780440400,5),(926,796165200,6),(926,811890000,5),(926,828219600,6),(926,846363600,5),(926,859669200,6),(926,877813200,5),(926,891118800,6),(926,909262800,5),(926,922568400,6),(926,941317200,5),(926,954018000,6),(926,972766800,5),(926,985467600,6),(926,1004216400,5),(926,1017522000,6),(926,1035666000,5),(926,1048971600,6),(926,1067115600,5),(926,1080421200,6),(926,1099170000,5),(926,1111870800,6),(926,1130619600,5),(926,1143320400,6),(926,1162069200,5),(926,1174770000,6),(926,1193518800,5),(926,1206824400,6),(926,1224968400,5),(926,1238274000,6),(926,1256418000,5),(926,1269723600,6),(926,1288472400,5),(926,1301173200,9),(926,1414267200,5),(927,-1441162680,1),(927,-405140400,3),(927,354916800,2),(927,370724400,3),(927,386452800,2),(927,402260400,3),(927,417988800,2),(927,433796400,3),(927,449611200,2),(927,465343200,4),(927,481068000,5),(927,496792800,4),(927,512517600,5),(927,528242400,4),(927,543967200,5),(927,559692000,4),(927,575416800,5),(927,591141600,4),(927,606866400,5),(927,622591200,4),(927,638316000,5),(927,654645600,4),(927,670370400,6),(927,686098800,7),(927,701823600,6),(927,717548400,7),(927,733273200,6),(927,748998000,7),(927,764722800,6),(927,780447600,7),(927,796172400,6),(927,811897200,4),(927,852062400,3),(927,859672800,5),(927,877816800,4),(927,891122400,5),(927,909266400,4),(927,922572000,5),(927,941320800,4),(927,954021600,5),(927,972770400,4),(927,985471200,5),(927,1004220000,4),(927,1017525600,5),(927,1035669600,4),(927,1048975200,5),(927,1067119200,4),(927,1080424800,5),(927,1099173600,4),(927,1111874400,5),(927,1130623200,4),(927,1143324000,5),(927,1162072800,4),(927,1174773600,5),(927,1193522400,4),(927,1206828000,5),(927,1224972000,4),(927,1238277600,5),(927,1256421600,4),(927,1269727200,5),(927,1288476000,4),(927,1293825600,3),(927,1301176800,5),(927,1319925600,4),(928,-1830376800,5),(928,-1689548400,1),(928,-1677794400,2),(928,-1667430000,3),(928,-1647730800,4),(928,-1635807600,3),(928,-1616194800,4),(928,-1604358000,3),(928,-1584658800,4),(928,-1572735600,3),(928,-1553036400,4),(928,-1541199600,3),(928,-1521500400,4),(928,-1442444400,3),(928,-1426806000,4),(928,-1379286000,3),(928,-1364770800,4),(928,-1348441200,3),(928,-1333321200,4),(928,-1316386800,3),(928,-1301266800,4),(928,-1284332400,3),(928,-1269817200,4),(928,-1221433200,3),(928,-1206918000,4),(928,-1191193200,3),(928,-1175468400,4),(928,-1127689200,3),(928,-1111964400,4),(928,-1096844400,3),(928,-1080514800,4),(928,-1063580400,3),(928,-1049065200,4),(928,-1033340400,3),(928,-1017615600,4),(928,-1002495600,3),(928,-986166000,4),(928,-969231600,3),(928,-950482800,4),(928,-942015600,3),(928,-922662000,4),(928,-906937200,3),(928,-891126000,4),(928,-877302000,3),(928,-873676800,6),(928,-864000000,3),(928,-857948400,4),(928,-845852400,3),(928,-842832000,6),(928,-831340800,3),(928,-825894000,4),(928,-814402800,3),(928,-810777600,6),(928,-799891200,3),(928,-794444400,4),(928,-782953200,3),(928,-779328000,6),(928,-768441600,3),(928,-762994800,4),(928,-749084400,3),(928,-733359600,4),(928,-717624000,3),(928,-701899200,4),(928,-686174400,3),(928,-670449600,4),(928,-654724800,3),(928,-639000000,4),(928,-623275200,3),(928,-607550400,4),(928,-591825600,3),(928,-575496000,4),(928,-559771200,3),(928,-544046400,4),(928,-528321600,3),(928,-512596800,4),(928,-496872000,3),(928,-481147200,4),(928,-465422400,3),(928,-449697600,4),(928,-433972800,3),(928,-417643200,4),(928,-401918400,3),(928,-386193600,4),(928,-370468800,3),(928,-354744000,4),(928,-339019200,3),(928,-323294400,4),(928,-307569600,3),(928,-291844800,4),(928,-276120000,3),(928,-260395200,4),(928,-244670400,3),(928,-228340800,4),(928,-212616000,3),(928,-196891200,4),(928,-181166400,3),(928,-165441600,4),(928,-149716800,3),(928,-133992000,4),(928,-118267200,8),(928,228272400,6),(928,243997200,7),(928,260326800,6),(928,276051600,7),(928,291776400,6),(928,307504800,7),(928,323226000,6),(928,338954400,7),(928,354679200,6),(928,370404000,7),(928,386128800,6),(928,401853600,7),(928,417582000,6),(928,433303200,7),(928,449028000,6),(928,465357600,7),(928,481082400,6),(928,496807200,7),(928,512532000,6),(928,528256800,7),(928,543981600,6),(928,559706400,7),(928,575431200,6),(928,591156000,7),(928,606880800,6),(928,622605600,7),(928,638330400,6),(928,654660000,7),(928,670384800,6),(928,686109600,7),(928,701834400,6),(928,717559200,9),(928,733280400,10),(928,749005200,11),(928,764730000,10),(928,780454800,11),(928,796179600,10),(928,811904400,11),(928,828234000,10),(928,846378000,11),(928,859683600,10),(928,877827600,11),(928,891133200,10),(928,909277200,11),(928,922582800,10),(928,941331600,11),(928,954032400,10),(928,972781200,11),(928,985482000,10),(928,1004230800,11),(928,1017536400,10),(928,1035680400,11),(928,1048986000,10),(928,1067130000,11),(928,1080435600,10),(928,1099184400,11),(928,1111885200,10),(928,1130634000,11),(928,1143334800,10),(928,1162083600,11),(928,1174784400,10),(928,1193533200,11),(928,1206838800,10),(928,1224982800,11),(928,1238288400,10),(928,1256432400,11),(928,1269738000,10),(928,1288486800,11),(928,1301187600,10),(928,1319936400,11),(928,1332637200,10),(928,1351386000,11),(928,1364691600,10),(928,1382835600,11),(928,1396141200,10),(928,1414285200,11),(928,1427590800,10),(928,1445734800,11),(928,1459040400,10),(928,1477789200,11),(928,1490490000,10),(928,1509238800,11),(928,1521939600,10),(928,1540688400,11),(928,1553994000,10),(928,1572138000,11),(928,1585443600,10),(928,1603587600,11),(928,1616893200,10),(928,1635642000,11),(928,1648342800,10),(928,1667091600,11),(928,1679792400,10),(928,1698541200,11),(928,1711846800,10),(928,1729990800,11),(928,1743296400,10),(928,1761440400,11),(928,1774746000,10),(928,1792890000,11),(928,1806195600,10),(928,1824944400,11),(928,1837645200,10),(928,1856394000,11),(928,1869094800,10),(928,1887843600,11),(928,1901149200,10),(928,1919293200,11),(928,1932598800,10),(928,1950742800,11),(928,1964048400,10),(928,1982797200,11),(928,1995498000,10),(928,2014246800,11),(928,2026947600,10),(928,2045696400,11),(928,2058397200,10),(928,2077146000,11),(928,2090451600,10),(928,2108595600,11),(928,2121901200,10),(928,2140045200,11),(929,-1664307642,0),(929,-1648932042,1),(929,-1632080442,0),(929,-1618692042,1),(929,-1262281242,3),(929,-882727200,2),(929,-858538800,3),(929,-845229600,2),(929,-825879600,3),(929,-814384800,2),(929,-793825200,3),(929,-782935200,2),(929,-762375600,3),(929,-713988000,2),(929,-703710000,3),(929,-681933600,2),(929,-672865200,3),(929,-650484000,2),(929,-641415600,3),(929,-618429600,2),(929,-609966000,3),(929,-586980000,2),(929,-578516400,3),(929,-555530400,2),(929,-546462000,3),(929,-429127200,2),(929,-415825200,3),(929,136360800,2),(929,152082000,3),(929,167810400,2),(929,183531600,3),(929,199260000,2),(929,215586000,3),(929,230709600,2),(929,247035600,3),(929,262764000,2),(929,278485200,3),(929,294213600,2),(929,309934800,3),(929,325663200,2),(929,341384400,3),(929,357112800,2),(929,372834000,3),(929,388562400,2),(929,404888400,3),(929,420012000,2),(929,436338000,3),(929,452066400,2),(929,467787600,3),(929,483516000,2),(929,499237200,3),(929,514965600,2),(929,530686800,3),(929,544600800,2),(929,562136400,3),(929,576050400,2),(929,594190800,3),(929,607500000,2),(929,625640400,3),(929,638949600,2),(929,657090000,3),(929,671004000,2),(929,688539600,3),(929,702453600,2),(929,719989200,3),(929,733903200,2),(929,752043600,3),(929,765352800,2),(929,783493200,3),(929,796802400,2),(929,814942800,3),(929,828856800,2),(929,846392400,3),(929,860306400,2),(929,877842000,3),(929,891756000,2),(929,909291600,3),(929,923205600,2),(929,941346000,3),(929,954655200,2),(929,972795600,3),(929,986104800,2),(929,1004245200,3),(929,1018159200,2),(929,1035694800,3),(929,1049608800,2),(929,1067144400,3),(929,1081058400,2),(929,1099198800,3),(929,1112508000,2),(929,1130648400,3),(929,1143957600,2),(929,1162098000,3),(929,1173592800,2),(929,1194152400,3),(929,1205042400,2),(929,1225602000,3),(929,1236492000,2),(929,1257051600,3),(929,1268546400,2),(929,1289106000,3),(929,1299996000,2),(929,1320555600,3),(929,1331445600,2),(929,1352005200,3),(929,1362895200,2),(929,1383454800,3),(929,1394344800,2),(929,1414904400,3),(929,1425794400,2),(929,1446354000,3),(929,1457848800,2),(929,1478408400,3),(929,1489298400,2),(929,1509858000,3),(929,1520748000,2),(929,1541307600,3),(929,1552197600,2),(929,1572757200,3),(929,1583647200,2),(929,1604206800,3),(929,1615701600,2),(929,1636261200,3),(929,1647151200,2),(929,1667710800,3),(929,1678600800,2),(929,1699160400,3),(929,1710050400,2),(929,1730610000,3),(929,1741500000,2),(929,1762059600,3),(929,1772949600,2),(929,1793509200,3),(929,1805004000,2),(929,1825563600,3),(929,1836453600,2),(929,1857013200,3),(929,1867903200,2),(929,1888462800,3),(929,1899352800,2),(929,1919912400,3),(929,1930802400,2),(929,1951362000,3),(929,1962856800,2),(929,1983416400,3),(929,1994306400,2),(929,2014866000,3),(929,2025756000,2),(929,2046315600,3),(929,2057205600,2),(929,2077765200,3),(929,2088655200,2),(929,2109214800,3),(929,2120104800,2),(929,2140664400,3),(930,-1509663504,1),(930,-733874400,2),(930,323827200,3),(930,338950800,4),(930,354675600,5),(930,370400400,4),(930,386125200,5),(930,401850000,4),(930,417574800,5),(930,433299600,4),(930,449024400,5),(930,465354000,4),(930,481078800,5),(930,496803600,4),(930,512528400,5),(930,528253200,4),(930,543978000,5),(930,559702800,4),(930,575427600,5),(930,591152400,4),(930,606877200,5),(930,622602000,4),(930,638326800,5),(930,654656400,4),(930,670381200,5),(930,686106000,4),(930,701830800,5),(930,717555600,4),(930,733280400,5),(930,749005200,4),(930,764730000,5),(930,780454800,4),(930,796179600,5),(930,811904400,4),(930,828234000,5),(930,846378000,4),(930,859683600,5),(930,877827600,4),(930,891133200,5),(930,909277200,4),(930,922582800,5),(930,941331600,4),(930,954032400,5),(930,972781200,4),(930,985482000,5),(930,1004230800,4),(930,1017536400,5),(930,1035680400,4),(930,1048986000,5),(930,1067130000,4),(930,1080435600,5),(930,1099184400,4),(930,1111885200,5),(930,1130634000,4),(930,1143334800,5),(930,1162083600,4),(930,1174784400,5),(930,1193533200,4),(930,1206838800,5),(930,1224982800,4),(930,1238288400,5),(930,1256432400,4),(930,1269738000,5),(930,1288486800,4),(930,1301187600,5),(930,1319936400,4),(930,1332637200,5),(930,1351386000,4),(930,1364691600,5),(930,1382835600,4),(930,1396141200,5),(930,1414285200,4),(930,1427590800,5),(930,1445734800,4),(930,1459040400,5),(930,1477789200,4),(930,1490490000,5),(930,1509238800,4),(930,1521939600,5),(930,1540688400,4),(930,1553994000,5),(930,1572138000,4),(930,1585443600,5),(930,1603587600,4),(930,1616893200,5),(930,1635642000,4),(930,1648342800,5),(930,1667091600,4),(930,1679792400,5),(930,1698541200,4),(930,1711846800,5),(930,1729990800,4),(930,1743296400,5),(930,1761440400,4),(930,1774746000,5),(930,1792890000,4),(930,1806195600,5),(930,1824944400,4),(930,1837645200,5),(930,1856394000,4),(930,1869094800,5),(930,1887843600,4),(930,1901149200,5),(930,1919293200,4),(930,1932598800,5),(930,1950742800,4),(930,1964048400,5),(930,1982797200,4),(930,1995498000,5),(930,2014246800,4),(930,2026947600,5),(930,2045696400,4),(930,2058397200,5),(930,2077146000,4),(930,2090451600,5),(930,2108595600,4),(930,2121901200,5),(930,2140045200,4),(931,-1830376800,1),(931,-862610400,2),(931,-764118000,3),(931,186120000,4),(932,-1955748776,1),(932,354675600,2),(932,370400400,3),(932,386125200,2),(932,401850000,3),(932,417574800,2),(932,433299600,3),(932,449024400,2),(932,465354000,3),(932,481078800,2),(932,496803600,3),(932,512528400,2),(932,528253200,3),(932,543978000,2),(932,559702800,3),(932,575427600,2),(932,591152400,3),(932,606877200,2),(932,622602000,3),(932,638326800,2),(932,654656400,3),(932,670381200,2),(932,686106000,3),(932,701830800,2),(932,717555600,3),(932,733280400,2),(932,749005200,3),(932,764730000,2),(932,780454800,3),(932,796179600,2),(932,811904400,3),(932,828234000,2),(932,846378000,3),(932,859683600,2),(932,877827600,3),(932,891133200,2),(932,909277200,3),(932,922582800,2),(932,941331600,3),(932,954032400,2),(932,972781200,3),(932,985482000,2),(932,1004230800,3),(932,1017536400,2),(932,1035680400,3),(932,1048986000,2),(932,1067130000,3),(932,1080435600,2),(932,1099184400,3),(932,1111885200,2),(932,1130634000,3),(932,1143334800,2),(932,1162083600,3),(932,1174784400,2),(932,1193533200,3),(932,1206838800,2),(932,1224982800,3),(932,1238288400,2),(932,1256432400,3),(932,1269738000,2),(932,1288486800,3),(932,1301187600,2),(932,1319936400,3),(932,1332637200,2),(932,1351386000,3),(932,1364691600,2),(932,1382835600,3),(932,1396141200,2),(932,1414285200,3),(932,1427590800,2),(932,1445734800,3),(932,1459040400,2),(932,1477789200,3),(932,1490490000,2),(932,1509238800,3),(932,1521939600,2),(932,1540688400,3),(932,1553994000,2),(932,1572138000,3),(932,1585443600,2),(932,1603587600,3),(932,1616893200,2),(932,1635642000,3),(932,1648342800,2),(932,1667091600,3),(932,1679792400,2),(932,1698541200,3),(932,1711846800,2),(932,1729990800,3),(932,1743296400,2),(932,1761440400,3),(932,1774746000,2),(932,1792890000,3),(932,1806195600,2),(932,1824944400,3),(932,1837645200,2),(932,1856394000,3),(932,1869094800,2),(932,1887843600,3),(932,1901149200,2),(932,1919293200,3),(932,1932598800,2),(932,1950742800,3),(932,1964048400,2),(932,1982797200,3),(932,1995498000,2),(932,2014246800,3),(932,2026947600,2),(932,2045696400,3),(932,2058397200,2),(932,2077146000,3),(932,2090451600,2),(932,2108595600,3),(932,2121901200,2),(932,2140045200,3),(933,-1955748776,1),(933,354675600,2),(933,370400400,3),(933,386125200,2),(933,401850000,3),(933,417574800,2),(933,433299600,3),(933,449024400,2),(933,465354000,3),(933,481078800,2),(933,496803600,3),(933,512528400,2),(933,528253200,3),(933,543978000,2),(933,559702800,3),(933,575427600,2),(933,591152400,3),(933,606877200,2),(933,622602000,3),(933,638326800,2),(933,654656400,3),(933,670381200,2),(933,686106000,3),(933,701830800,2),(933,717555600,3),(933,733280400,2),(933,749005200,3),(933,764730000,2),(933,780454800,3),(933,796179600,2),(933,811904400,3),(933,828234000,2),(933,846378000,3),(933,859683600,2),(933,877827600,3),(933,891133200,2),(933,909277200,3),(933,922582800,2),(933,941331600,3),(933,954032400,2),(933,972781200,3),(933,985482000,2),(933,1004230800,3),(933,1017536400,2),(933,1035680400,3),(933,1048986000,2),(933,1067130000,3),(933,1080435600,2),(933,1099184400,3),(933,1111885200,2),(933,1130634000,3),(933,1143334800,2),(933,1162083600,3),(933,1174784400,2),(933,1193533200,3),(933,1206838800,2),(933,1224982800,3),(933,1238288400,2),(933,1256432400,3),(933,1269738000,2),(933,1288486800,3),(933,1301187600,2),(933,1319936400,3),(933,1332637200,2),(933,1351386000,3),(933,1364691600,2),(933,1382835600,3),(933,1396141200,2),(933,1414285200,3),(933,1427590800,2),(933,1445734800,3),(933,1459040400,2),(933,1477789200,3),(933,1490490000,2),(933,1509238800,3),(933,1521939600,2),(933,1540688400,3),(933,1553994000,2),(933,1572138000,3),(933,1585443600,2),(933,1603587600,3),(933,1616893200,2),(933,1635642000,3),(933,1648342800,2),(933,1667091600,3),(933,1679792400,2),(933,1698541200,3),(933,1711846800,2),(933,1729990800,3),(933,1743296400,2),(933,1761440400,3),(933,1774746000,2),(933,1792890000,3),(933,1806195600,2),(933,1824944400,3),(933,1837645200,2),(933,1856394000,3),(933,1869094800,2),(933,1887843600,3),(933,1901149200,2),(933,1919293200,3),(933,1932598800,2),(933,1950742800,3),(933,1964048400,2),(933,1982797200,3),(933,1995498000,2),(933,2014246800,3),(933,2026947600,2),(933,2045696400,3),(933,2058397200,2),(933,2077146000,3),(933,2090451600,2),(933,2108595600,3),(933,2121901200,2),(933,2140045200,3),(934,-1691884800,0),(934,-1680573600,1),(934,-927511200,0),(934,-857257200,2),(934,-844556400,3),(934,-828226800,2),(934,-812502000,3),(934,-796777200,2),(934,-781052400,3),(934,-765327600,2),(934,-340844400,3),(934,-324514800,2),(934,-308790000,3),(934,-293065200,2),(934,-277340400,3),(934,-261615600,2),(934,-245890800,3),(934,-230166000,2),(934,-214441200,3),(934,-198716400,2),(934,-182991600,3),(934,-166662000,2),(934,-147913200,3),(934,-135212400,2),(934,315529200,1),(934,323830800,4),(934,338950800,5),(934,354675600,4),(934,370400400,5),(934,386125200,4),(934,401850000,5),(934,417574800,4),(934,433299600,5),(934,449024400,4),(934,465354000,5),(934,481078800,4),(934,496803600,5),(934,512528400,4),(934,528253200,5),(934,543978000,4),(934,559702800,5),(934,575427600,4),(934,591152400,5),(934,606877200,4),(934,622602000,5),(934,638326800,4),(934,654656400,5),(934,670381200,4),(934,686106000,5),(934,701830800,4),(934,717555600,5),(934,733280400,4),(934,749005200,5),(934,764730000,4),(934,780454800,5),(934,796179600,4),(934,811904400,5),(934,828234000,4),(934,846378000,5),(934,859683600,4),(934,877827600,5),(934,891133200,4),(934,909277200,5),(934,922582800,4),(934,941331600,5),(934,954032400,4),(934,972781200,5),(934,985482000,4),(934,1004230800,5),(934,1017536400,4),(934,1035680400,5),(934,1048986000,4),(934,1067130000,5),(934,1080435600,4),(934,1099184400,5),(934,1111885200,4),(934,1130634000,5),(934,1143334800,4),(934,1162083600,5),(934,1174784400,4),(934,1193533200,5),(934,1206838800,4),(934,1224982800,5),(934,1238288400,4),(934,1256432400,5),(934,1269738000,4),(934,1288486800,5),(934,1301187600,4),(934,1319936400,5),(934,1332637200,4),(934,1351386000,5),(934,1364691600,4),(934,1382835600,5),(934,1396141200,4),(934,1414285200,5),(934,1427590800,4),(934,1445734800,5),(934,1459040400,4),(934,1477789200,5),(934,1490490000,4),(934,1509238800,5),(934,1521939600,4),(934,1540688400,5),(934,1553994000,4),(934,1572138000,5),(934,1585443600,4),(934,1603587600,5),(934,1616893200,4),(934,1635642000,5),(934,1648342800,4),(934,1667091600,5),(934,1679792400,4),(934,1698541200,5),(934,1711846800,4),(934,1729990800,5),(934,1743296400,4),(934,1761440400,5),(934,1774746000,4),(934,1792890000,5),(934,1806195600,4),(934,1824944400,5),(934,1837645200,4),(934,1856394000,5),(934,1869094800,4),(934,1887843600,5),(934,1901149200,4),(934,1919293200,5),(934,1932598800,4),(934,1950742800,5),(934,1964048400,4),(934,1982797200,5),(934,1995498000,4),(934,2014246800,5),(934,2026947600,4),(934,2045696400,5),(934,2058397200,4),(934,2077146000,5),(934,2090451600,4),(934,2108595600,5),(934,2121901200,4),(934,2140045200,5),(935,-1830380400,5),(935,-1689552000,1),(935,-1677798000,2),(935,-1667433600,3),(935,-1647734400,4),(935,-1635811200,3),(935,-1616198400,4),(935,-1604361600,3),(935,-1584662400,4),(935,-1572739200,3),(935,-1553040000,4),(935,-1541203200,3),(935,-1521504000,4),(935,-1442448000,3),(935,-1426809600,4),(935,-1379289600,3),(935,-1364774400,4),(935,-1348444800,3),(935,-1333324800,4),(935,-1316390400,3),(935,-1301270400,4),(935,-1284336000,3),(935,-1269820800,4),(935,-1221436800,3),(935,-1206921600,4),(935,-1191196800,3),(935,-1175472000,4),(935,-1127692800,3),(935,-1111968000,4),(935,-1096848000,3),(935,-1080518400,4),(935,-1063584000,3),(935,-1049068800,4),(935,-1033344000,3),(935,-1017619200,4),(935,-1002499200,3),(935,-986169600,4),(935,-969235200,3),(935,-950486400,4),(935,-942019200,3),(935,-922665600,4),(935,-906940800,3),(935,-891129600,4),(935,-877305600,3),(935,-873680400,6),(935,-864003600,3),(935,-857952000,4),(935,-845856000,3),(935,-842835600,6),(935,-831344400,3),(935,-825897600,4),(935,-814406400,3),(935,-810781200,6),(935,-799894800,3),(935,-794448000,4),(935,-782956800,3),(935,-779331600,6),(935,-768445200,3),(935,-762998400,4),(935,-749088000,3),(935,-733363200,4),(935,-717627600,3),(935,-701902800,4),(935,-686178000,3),(935,-670453200,4),(935,-654728400,3),(935,-639003600,4),(935,-623278800,3),(935,-607554000,4),(935,-591829200,3),(935,-575499600,4),(935,-559774800,3),(935,-544050000,4),(935,-528325200,3),(935,-512600400,4),(935,-496875600,3),(935,-481150800,4),(935,-465426000,3),(935,-449701200,4),(935,-433976400,3),(935,-417646800,4),(935,-401922000,3),(935,-386197200,4),(935,-370472400,3),(935,-354747600,4),(935,-339022800,3),(935,-323298000,4),(935,-307573200,3),(935,-291848400,4),(935,-276123600,3),(935,-260398800,4),(935,-244674000,3),(935,-228344400,4),(935,-212619600,3),(935,-196894800,4),(935,-181170000,3),(935,-165445200,4),(935,-149720400,3),(935,-133995600,4),(935,-118270800,9),(935,228268800,7),(935,243993600,8),(935,260323200,7),(935,276048000,8),(935,291772800,7),(935,307501200,8),(935,323222400,7),(935,338950800,8),(935,354675600,7),(935,370400400,8),(935,386125200,7),(935,401850000,8),(935,417578400,7),(935,433299600,10),(935,449024400,11),(935,465354000,10),(935,481078800,11),(935,496803600,10),(935,512528400,11),(935,528253200,10),(935,543978000,11),(935,559702800,10),(935,575427600,11),(935,591152400,10),(935,606877200,11),(935,622602000,10),(935,638326800,11),(935,654656400,10),(935,670381200,11),(935,686106000,10),(935,701830800,11),(935,717555600,10),(935,733280400,11),(935,749005200,10),(935,764730000,11),(935,780454800,10),(935,796179600,11),(935,811904400,10),(935,828234000,11),(935,846378000,10),(935,859683600,11),(935,877827600,10),(935,891133200,11),(935,909277200,10),(935,922582800,11),(935,941331600,10),(935,954032400,11),(935,972781200,10),(935,985482000,11),(935,1004230800,10),(935,1017536400,11),(935,1035680400,10),(935,1048986000,11),(935,1067130000,10),(935,1080435600,11),(935,1099184400,10),(935,1111885200,11),(935,1130634000,10),(935,1143334800,11),(935,1162083600,10),(935,1174784400,11),(935,1193533200,10),(935,1206838800,11),(935,1224982800,10),(935,1238288400,11),(935,1256432400,10),(935,1269738000,11),(935,1288486800,10),(935,1301187600,11),(935,1319936400,10),(935,1332637200,11),(935,1351386000,10),(935,1364691600,11),(935,1382835600,10),(935,1396141200,11),(935,1414285200,10),(935,1427590800,11),(935,1445734800,10),(935,1459040400,11),(935,1477789200,10),(935,1490490000,11),(935,1509238800,10),(935,1521939600,11),(935,1540688400,10),(935,1553994000,11),(935,1572138000,10),(935,1585443600,11),(935,1603587600,10),(935,1616893200,11),(935,1635642000,10),(935,1648342800,11),(935,1667091600,10),(935,1679792400,11),(935,1698541200,10),(935,1711846800,11),(935,1729990800,10),(935,1743296400,11),(935,1761440400,10),(935,1774746000,11),(935,1792890000,10),(935,1806195600,11),(935,1824944400,10),(935,1837645200,11),(935,1856394000,10),(935,1869094800,11),(935,1887843600,10),(935,1901149200,11),(935,1919293200,10),(935,1932598800,11),(935,1950742800,10),(935,1964048400,11),(935,1982797200,10),(935,1995498000,11),(935,2014246800,10),(935,2026947600,11),(935,2045696400,10),(935,2058397200,11),(935,2077146000,10),(935,2090451600,11),(935,2108595600,10),(935,2121901200,11),(935,2140045200,10),(936,-1956609120,2),(936,-1668211200,1),(936,-1647212400,2),(936,-1636675200,1),(936,-1613430000,2),(936,-1605139200,1),(936,-1581894000,2),(936,-1539561600,1),(936,-1531350000,2),(936,-968025600,1),(936,-952293600,2),(936,-942008400,1),(936,-920239200,3),(936,-909957600,4),(936,-888789600,3),(936,-877903200,4),(936,-857944800,3),(936,-846453600,4),(936,-826495200,3),(936,-815004000,4),(936,-795045600,3),(936,-783554400,4),(936,-762991200,3),(936,-752104800,4),(936,-731541600,3),(936,-717631200,4),(936,-700092000,3),(936,-686181600,4),(936,-668642400,3),(936,-654732000,4),(936,-636588000,3),(936,-623282400,4),(936,-605743200,3),(936,-591832800,4),(936,-573688800,3),(936,-559778400,4),(936,-542239200,3),(936,-528328800,4),(936,-510789600,3),(936,-496879200,4),(936,-479340000,3),(936,-465429600,4),(936,-447890400,3),(936,-433980000,4),(936,-415836000,3),(936,-401925600,4),(936,-384386400,3),(936,-370476000,4),(936,-352936800,3),(936,-339026400,4),(936,-321487200,3),(936,-307576800,4),(936,-290037600,3),(936,-276127200,4),(936,-258588000,3),(936,-244677600,4),(936,-226533600,3),(936,-212623200,4),(936,-195084000,3),(936,-181173600,4),(936,-163634400,3),(936,-149724000,4),(936,-132184800,3),(936,-118274400,4),(936,-100735200,3),(936,-86824800,4),(936,-68680800,3),(936,-54770400,5),(938,-1830383032,1),(939,-1824235716,2),(939,-1018209600,1),(939,-1003093200,2),(939,-986760000,1),(939,-971643600,2),(939,-954705600,1),(939,-939589200,2),(939,-923256000,1),(939,-908139600,2),(939,-891806400,1),(939,-876690000,2),(939,-860356800,1),(939,-852066000,2),(939,420609600,4),(939,433306800,3),(939,452052000,4),(939,464151600,3),(939,483501600,4),(939,495601200,1),(939,514350000,2),(939,527054400,1),(939,545799600,2),(939,558504000,1),(939,577249200,2),(939,589953600,1),(939,608698800,2),(939,621403200,1),(939,640753200,2),(939,652852800,1),(939,672202800,2),(939,684907200,1),(939,703652400,2),(939,716356800,1),(939,735102000,2),(939,747806400,1),(939,766551600,2),(939,779256000,1),(939,798001200,2),(939,810705600,1),(939,830055600,2),(939,842760000,1),(939,861505200,2),(939,874209600,1),(939,892954800,2),(939,905659200,1),(939,924404400,2),(939,937108800,1),(939,955854000,2),(939,968558400,1),(939,987310800,2),(939,999410400,1),(939,1019365200,2),(939,1030860000,1),(939,1050814800,2),(939,1062914400,1),(939,1082264400,2),(939,1094364000,1),(939,1113714000,2),(939,1125813600,1),(939,1145163600,2),(939,1157263200,1),(939,1176613200,2),(939,1188712800,1),(939,1208667600,2),(939,1220767200,1),(939,1240117200,2),(939,1252216800,1),(939,1271566800,2),(939,1283666400,4),(940,-1672560000,0),(940,-1665388800,1),(940,-883641600,0),(940,-876124800,1),(940,-860400000,0),(940,-844675200,1),(940,-828345600,0),(940,-813225600,1),(940,31500000,2),(940,57686400,0),(940,67968000,1),(940,89136000,0),(940,100022400,1),(940,120585600,0),(940,131472000,1),(940,152035200,0),(940,162921600,1),(940,183484800,0),(940,194976000,1),(940,215539200,0),(940,226425600,1),(940,246988800,0),(940,257875200,1),(940,278438400,0),(940,289324800,1),(940,309888000,0),(940,320774400,1),(940,341337600,0),(940,352224000,1),(940,372787200,0),(940,386697600,1),(940,404841600,0),(940,415728000,1),(940,436291200,0),(940,447177600,1),(940,467740800,0),(940,478627200,1),(940,499190400,0),(940,511286400,1),(940,530035200,0),(940,542736000,1),(940,562089600,0),(940,574790400,1),(940,594144000,0),(940,606240000,1),(940,625593600,0),(940,636480000,1),(940,657043200,0),(940,667929600,1),(940,688492800,0),(940,699379200,1),(940,719942400,0),(940,731433600,1),(940,751996800,0),(940,762883200,1),(940,783446400,0),(940,794332800,1),(940,814896000,0),(940,828201600,1),(940,846345600,0),(940,859651200,1),(940,877795200,0),(940,891100800,1),(940,909244800,0),(940,922550400,1),(940,941299200,0),(940,954000000,1),(940,967305600,0),(940,985449600,1),(940,1004198400,0),(940,1017504000,1),(940,1035648000,0),(940,1048953600,1),(940,1067097600,0),(940,1080403200,1),(940,1099152000,0),(940,1111852800,1),(940,1130601600,0),(940,1143907200,1),(940,1162051200,0),(940,1174752000,1),(940,1193500800,0),(940,1207411200,1),(940,1223136000,0),(940,1238860800,1),(940,1254585600,0),(940,1270310400,1),(940,1286035200,0),(940,1301760000,1),(940,1317484800,0),(940,1333209600,1),(940,1349539200,0),(940,1365264000,1),(940,1380988800,0),(940,1396713600,1),(940,1412438400,0),(940,1428163200,1),(940,1443888000,0),(940,1459612800,1),(940,1475337600,0),(940,1491062400,1),(940,1506787200,0),(940,1522512000,1),(940,1538841600,0),(940,1554566400,1),(940,1570291200,0),(940,1586016000,1),(940,1601740800,0),(940,1617465600,1),(940,1633190400,0),(940,1648915200,1),(940,1664640000,0),(940,1680364800,1),(940,1696089600,0),(940,1712419200,1),(940,1728144000,0),(940,1743868800,1),(940,1759593600,0),(940,1775318400,1),(940,1791043200,0),(940,1806768000,1),(940,1822492800,0),(940,1838217600,1),(940,1853942400,0),(940,1869667200,1),(940,1885996800,0),(940,1901721600,1),(940,1917446400,0),(940,1933171200,1),(940,1948896000,0),(940,1964620800,1),(940,1980345600,0),(940,1996070400,1),(940,2011795200,0),(940,2027520000,1),(940,2043244800,0),(940,2058969600,1),(940,2075299200,0),(940,2091024000,1),(940,2106748800,0),(940,2122473600,1),(940,2138198400,0),(941,-1672558200,0),(941,-1665387000,1),(941,-883639800,0),(941,-876123000,1),(941,-860398200,0),(941,-844673400,1),(941,-828343800,0),(941,-813223800,1),(941,31501800,2),(941,57688200,0),(941,67969800,1),(941,89137800,0),(941,100024200,1),(941,120587400,0),(941,131473800,1),(941,152037000,0),(941,162923400,1),(941,183486600,0),(941,194977800,1),(941,215541000,0),(941,226427400,1),(941,246990600,0),(941,257877000,1),(941,278440200,0),(941,289326600,1),(941,309889800,0),(941,320776200,1),(941,341339400,0),(941,352225800,1),(941,372789000,0),(941,384280200,1),(941,404843400,0),(941,415729800,1),(941,436293000,0),(941,447179400,1),(941,467742600,0),(941,478629000,1),(941,499192200,0),(941,511288200,1),(941,530037000,0),(941,542737800,1),(941,562091400,0),(941,574792200,1),(941,594145800,0),(941,606241800,1),(941,625595400,0),(941,637691400,1),(941,657045000,0),(941,667931400,1),(941,688494600,0),(941,701195400,1),(941,719944200,0),(941,731435400,1),(941,751998600,0),(941,764094600,1),(941,783448200,0),(941,796149000,1),(941,814897800,0),(941,828203400,1),(941,846347400,0),(941,859653000,1),(941,877797000,0),(941,891102600,1),(941,909246600,0),(941,922552200,1),(941,941301000,0),(941,954001800,1),(941,972750600,0),(941,985451400,1),(941,1004200200,0),(941,1017505800,1),(941,1035649800,0),(941,1048955400,1),(941,1067099400,0),(941,1080405000,1),(941,1099153800,0),(941,1111854600,1),(941,1130603400,0),(941,1143909000,1),(941,1162053000,0),(941,1174753800,1),(941,1193502600,0),(941,1207413000,1),(941,1223137800,0),(941,1238862600,1),(941,1254587400,0),(941,1270312200,1),(941,1286037000,0),(941,1301761800,1),(941,1317486600,0),(941,1333211400,1),(941,1349541000,0),(941,1365265800,1),(941,1380990600,0),(941,1396715400,1),(941,1412440200,0),(941,1428165000,1),(941,1443889800,0),(941,1459614600,1),(941,1475339400,0),(941,1491064200,1),(941,1506789000,0),(941,1522513800,1),(941,1538843400,0),(941,1554568200,1),(941,1570293000,0),(941,1586017800,1),(941,1601742600,0),(941,1617467400,1),(941,1633192200,0),(941,1648917000,1),(941,1664641800,0),(941,1680366600,1),(941,1696091400,0),(941,1712421000,1),(941,1728145800,0),(941,1743870600,1),(941,1759595400,0),(941,1775320200,1),(941,1791045000,0),(941,1806769800,1),(941,1822494600,0),(941,1838219400,1),(941,1853944200,0),(941,1869669000,1),(941,1885998600,0),(941,1901723400,1),(941,1917448200,0),(941,1933173000,1),(941,1948897800,0),(941,1964622600,1),(941,1980347400,0),(941,1996072200,1),(941,2011797000,0),(941,2027521800,1),(941,2043246600,0),(941,2058971400,1),(941,2075301000,0),(941,2091025800,1),(941,2106750600,0),(941,2122475400,1),(941,2138200200,0),(942,-1672560000,0),(942,-1665388800,1),(942,-883641600,0),(942,-876124800,1),(942,-860400000,0),(942,-844675200,1),(942,-828345600,0),(942,-813225600,1),(942,31500000,2),(942,57686400,0),(942,67968000,1),(942,625593600,0),(942,636480000,1),(942,657043200,0),(942,667929600,1),(942,688492800,0),(942,699379200,1),(943,-1672558200,0),(943,-1665387000,1),(943,-883639800,0),(943,-876123000,1),(943,-860398200,0),(943,-844673400,1),(943,-828343800,0),(943,-813223800,1),(943,31501800,2),(943,57688200,0),(943,67969800,1),(943,89137800,0),(943,100024200,1),(943,120587400,0),(943,131473800,1),(943,152037000,0),(943,162923400,1),(943,183486600,0),(943,194977800,1),(943,215541000,0),(943,226427400,1),(943,246990600,0),(943,257877000,1),(943,278440200,0),(943,289326600,1),(943,309889800,0),(943,320776200,1),(943,341339400,0),(943,352225800,1),(943,372789000,0),(943,386699400,1),(943,404843400,0),(943,415729800,1),(943,436293000,0),(943,447179400,1),(943,467742600,0),(943,478629000,1),(943,499192200,0),(943,511288200,1),(943,530037000,0),(943,542737800,1),(943,562091400,0),(943,574792200,1),(943,594145800,0),(943,606241800,1),(943,625595400,0),(943,636481800,1),(943,657045000,0),(943,667931400,1),(943,688494600,0),(943,699381000,1),(943,719944200,0),(943,731435400,1),(943,751998600,0),(943,762885000,1),(943,783448200,0),(943,794334600,1),(943,814897800,0),(943,828203400,1),(943,846347400,0),(943,859653000,1),(943,877797000,0),(943,891102600,1),(943,909246600,0),(943,922552200,1),(943,941301000,0),(943,946647000,3),(943,954001800,1),(943,972750600,0),(943,985451400,1),(943,1004200200,0),(943,1017505800,1),(943,1035649800,0),(943,1048955400,1),(943,1067099400,0),(943,1080405000,1),(943,1099153800,0),(943,1111854600,1),(943,1130603400,0),(943,1143909000,1),(943,1162053000,0),(943,1174753800,1),(943,1193502600,0),(943,1207413000,1),(943,1223137800,0),(943,1238862600,1),(943,1254587400,0),(943,1270312200,1),(943,1286037000,0),(943,1301761800,1),(943,1317486600,0),(943,1333211400,1),(943,1349541000,0),(943,1365265800,1),(943,1380990600,0),(943,1396715400,1),(943,1412440200,0),(943,1428165000,1),(943,1443889800,0),(943,1459614600,1),(943,1475339400,0),(943,1491064200,1),(943,1506789000,0),(943,1522513800,1),(943,1538843400,0),(943,1554568200,1),(943,1570293000,0),(943,1586017800,1),(943,1601742600,0),(943,1617467400,1),(943,1633192200,0),(943,1648917000,1),(943,1664641800,0),(943,1680366600,1),(943,1696091400,0),(943,1712421000,1),(943,1728145800,0),(943,1743870600,1),(943,1759595400,0),(943,1775320200,1),(943,1791045000,0),(943,1806769800,1),(943,1822494600,0),(943,1838219400,1),(943,1853944200,0),(943,1869669000,1),(943,1885998600,0),(943,1901723400,1),(943,1917448200,0),(943,1933173000,1),(943,1948897800,0),(943,1964622600,1),(943,1980347400,0),(943,1996072200,1),(943,2011797000,0),(943,2027521800,1),(943,2043246600,0),(943,2058971400,1),(943,2075301000,0),(943,2091025800,1),(943,2106750600,0),(943,2122475400,1),(943,2138200200,0),(944,-1672560000,0),(944,-1665388800,1),(944,-883641600,0),(944,-876124800,1),(944,-860400000,0),(944,-844675200,1),(944,-828345600,0),(944,-813225600,1),(944,31500000,2),(944,57686400,0),(944,67968000,1),(944,89136000,0),(944,100022400,1),(944,120585600,0),(944,131472000,1),(944,152035200,0),(944,162921600,1),(944,183484800,0),(944,194976000,1),(944,215539200,0),(944,226425600,1),(944,246988800,0),(944,257875200,1),(944,278438400,0),(944,289324800,1),(944,309888000,0),(944,320774400,1),(944,341337600,0),(944,352224000,1),(944,372787200,0),(944,386697600,1),(944,404841600,0),(944,415728000,1),(944,436291200,0),(944,447177600,1),(944,467740800,0),(944,478627200,1),(944,499190400,0),(944,511286400,1),(944,530035200,0),(944,542736000,1),(944,562089600,0),(944,574790400,1),(944,594144000,0),(944,606240000,1),(944,625593600,0),(944,636480000,1),(944,657043200,0),(944,667929600,1),(944,688492800,0),(944,699379200,1),(944,719942400,0),(944,731433600,1),(944,751996800,0),(944,762883200,1),(944,783446400,0),(944,794332800,1),(944,814896000,0),(944,828201600,1),(944,846345600,0),(944,859651200,1),(944,877795200,0),(944,891100800,1),(944,909244800,0),(944,922550400,1),(944,941299200,0),(944,954000000,1),(944,967305600,0),(944,985449600,1),(944,1004198400,0),(944,1017504000,1),(944,1035648000,0),(944,1048953600,1),(944,1067097600,0),(944,1080403200,1),(944,1099152000,0),(944,1111852800,1),(944,1130601600,0),(944,1143907200,1),(944,1162051200,0),(944,1174752000,1),(944,1193500800,0),(944,1207411200,1),(944,1223136000,0),(944,1238860800,1),(944,1254585600,0),(944,1270310400,1),(944,1286035200,0),(944,1301760000,1),(944,1317484800,0),(944,1333209600,1),(944,1349539200,0),(944,1365264000,1),(944,1380988800,0),(944,1396713600,1),(944,1412438400,0),(944,1428163200,1),(944,1443888000,0),(944,1459612800,1),(944,1475337600,0),(944,1491062400,1),(944,1506787200,0),(944,1522512000,1),(944,1538841600,0),(944,1554566400,1),(944,1570291200,0),(944,1586016000,1),(944,1601740800,0),(944,1617465600,1),(944,1633190400,0),(944,1648915200,1),(944,1664640000,0),(944,1680364800,1),(944,1696089600,0),(944,1712419200,1),(944,1728144000,0),(944,1743868800,1),(944,1759593600,0),(944,1775318400,1),(944,1791043200,0),(944,1806768000,1),(944,1822492800,0),(944,1838217600,1),(944,1853942400,0),(944,1869667200,1),(944,1885996800,0),(944,1901721600,1),(944,1917446400,0),(944,1933171200,1),(944,1948896000,0),(944,1964620800,1),(944,1980345600,0),(944,1996070400,1),(944,2011795200,0),(944,2027520000,1),(944,2043244800,0),(944,2058969600,1),(944,2075299200,0),(944,2091024000,1),(944,2106748800,0),(944,2122473600,1),(944,2138198400,0),(945,-1680508800,0),(945,-1665388800,1),(945,-1646640000,0),(945,-1635753600,1),(945,-1615190400,0),(945,-1604304000,1),(945,-1583920800,2),(945,-883641600,0),(945,-876124800,1),(945,-860400000,0),(945,-844675200,1),(945,-828345600,0),(945,-813225600,1),(945,-94730400,2),(945,-71136000,0),(945,-55411200,1),(945,-37267200,0),(945,-25776000,1),(945,-5817600,0),(945,5673600,1),(945,25632000,0),(945,37728000,1),(945,57686400,0),(945,67968000,1),(945,89136000,0),(945,100022400,1),(945,120585600,0),(945,131472000,1),(945,152035200,0),(945,162921600,1),(945,183484800,0),(945,194976000,1),(945,215539200,0),(945,226425600,1),(945,246988800,0),(945,257875200,1),(945,278438400,0),(945,289324800,1),(945,309888000,0),(945,320774400,1),(945,341337600,0),(945,352224000,1),(945,372787200,0),(945,386092800,1),(945,404841600,0),(945,417542400,1),(945,436291200,0),(945,447177600,1),(945,467740800,0),(945,478627200,1),(945,499190400,0),(945,510076800,1),(945,530035200,0),(945,542736000,1),(945,562089600,0),(945,574790400,1),(945,594144000,0),(945,606240000,1),(945,625593600,0),(945,637689600,1),(945,657043200,0),(945,670348800,1),(945,686678400,0),(945,701798400,1),(945,718128000,0),(945,733248000,1),(945,749577600,0),(945,764697600,1),(945,781027200,0),(945,796147200,1),(945,812476800,0),(945,828201600,1),(945,844531200,0),(945,859651200,1),(945,875980800,0),(945,891100800,1),(945,907430400,0),(945,922550400,1),(945,938880000,0),(945,954000000,1),(945,967305600,0),(945,985449600,1),(945,1002384000,0),(945,1017504000,1),(945,1033833600,0),(945,1048953600,1),(945,1065283200,0),(945,1080403200,1),(945,1096732800,0),(945,1111852800,1),(945,1128182400,0),(945,1143907200,1),(945,1159632000,0),(945,1174752000,1),(945,1191686400,0),(945,1207411200,1),(945,1223136000,0),(945,1238860800,1),(945,1254585600,0),(945,1270310400,1),(945,1286035200,0),(945,1301760000,1),(945,1317484800,0),(945,1333209600,1),(945,1349539200,0),(945,1365264000,1),(945,1380988800,0),(945,1396713600,1),(945,1412438400,0),(945,1428163200,1),(945,1443888000,0),(945,1459612800,1),(945,1475337600,0),(945,1491062400,1),(945,1506787200,0),(945,1522512000,1),(945,1538841600,0),(945,1554566400,1),(945,1570291200,0),(945,1586016000,1),(945,1601740800,0),(945,1617465600,1),(945,1633190400,0),(945,1648915200,1),(945,1664640000,0),(945,1680364800,1),(945,1696089600,0),(945,1712419200,1),(945,1728144000,0),(945,1743868800,1),(945,1759593600,0),(945,1775318400,1),(945,1791043200,0),(945,1806768000,1),(945,1822492800,0),(945,1838217600,1),(945,1853942400,0),(945,1869667200,1),(945,1885996800,0),(945,1901721600,1),(945,1917446400,0),(945,1933171200,1),(945,1948896000,0),(945,1964620800,1),(945,1980345600,0),(945,1996070400,1),(945,2011795200,0),(945,2027520000,1),(945,2043244800,0),(945,2058969600,1),(945,2075299200,0),(945,2091024000,1),(945,2106748800,0),(945,2122473600,1),(945,2138198400,0),(946,-1672558200,0),(946,-1665387000,1),(946,-883639800,0),(946,-876123000,1),(946,-860398200,0),(946,-844673400,1),(946,-828343800,0),(946,-813223800,1),(947,-1672555500,0),(947,-1665384300,1),(947,-883637100,0),(947,-876120300,1),(947,-860395500,0),(947,-844670700,1),(947,-836469900,2),(947,152039700,0),(947,162926100,1),(947,436295700,0),(947,447182100,1),(947,690311700,0),(947,699383700,1),(947,1165079700,0),(947,1174756500,1),(947,1193505300,0),(947,1206810900,1),(947,1224954900,0),(947,1238260500,1),(948,-1680508800,0),(948,-1665388800,1),(948,-1646640000,0),(948,-1635753600,1),(948,-1615190400,0),(948,-1604304000,1),(948,-1583920800,2),(948,-883641600,0),(948,-876124800,1),(948,-860400000,0),(948,-844675200,1),(948,-828345600,0),(948,-813225600,1),(948,-94730400,2),(948,-71136000,0),(948,-55411200,1),(948,-37267200,0),(948,-25776000,1),(948,-5817600,0),(948,5673600,1),(948,25632000,0),(948,37728000,1),(948,57686400,0),(948,67968000,1),(948,89136000,0),(948,100022400,1),(948,120585600,0),(948,131472000,1),(948,152035200,0),(948,162921600,1),(948,183484800,0),(948,194976000,1),(948,215539200,0),(948,226425600,1),(948,246988800,0),(948,257875200,1),(948,278438400,0),(948,289324800,1),(948,309888000,0),(948,320774400,1),(948,341337600,0),(948,352224000,1),(948,372787200,0),(948,386092800,1),(948,404841600,0),(948,417542400,1),(948,436291200,0),(948,447177600,1),(948,467740800,0),(948,478627200,1),(948,499190400,0),(948,510076800,1),(948,530035200,0),(948,542736000,1),(948,562089600,0),(948,574790400,1),(948,594144000,0),(948,606240000,1),(948,625593600,0),(948,637689600,1),(948,657043200,0),(948,670348800,1),(948,686678400,0),(948,701798400,1),(948,718128000,0),(948,733248000,1),(948,749577600,0),(948,764697600,1),(948,781027200,0),(948,796147200,1),(948,812476800,0),(948,828201600,1),(948,844531200,0),(948,859651200,1),(948,875980800,0),(948,891100800,1),(948,907430400,0),(948,922550400,1),(948,938880000,0),(948,954000000,1),(948,967305600,0),(948,985449600,1),(948,1002384000,0),(948,1017504000,1),(948,1033833600,0),(948,1048953600,1),(948,1065283200,0),(948,1080403200,1),(948,1096732800,0),(948,1111852800,1),(948,1128182400,0),(948,1143907200,1),(948,1159632000,0),(948,1174752000,1),(948,1191686400,0),(948,1207411200,1),(948,1223136000,0),(948,1238860800,1),(948,1254585600,0),(948,1270310400,1),(948,1286035200,0),(948,1301760000,1),(948,1317484800,0),(948,1333209600,1),(948,1349539200,0),(948,1365264000,1),(948,1380988800,0),(948,1396713600,1),(948,1412438400,0),(948,1428163200,1),(948,1443888000,0),(948,1459612800,1),(948,1475337600,0),(948,1491062400,1),(948,1506787200,0),(948,1522512000,1),(948,1538841600,0),(948,1554566400,1),(948,1570291200,0),(948,1586016000,1),(948,1601740800,0),(948,1617465600,1),(948,1633190400,0),(948,1648915200,1),(948,1664640000,0),(948,1680364800,1),(948,1696089600,0),(948,1712419200,1),(948,1728144000,0),(948,1743868800,1),(948,1759593600,0),(948,1775318400,1),(948,1791043200,0),(948,1806768000,1),(948,1822492800,0),(948,1838217600,1),(948,1853942400,0),(948,1869667200,1),(948,1885996800,0),(948,1901721600,1),(948,1917446400,0),(948,1933171200,1),(948,1948896000,0),(948,1964620800,1),(948,1980345600,0),(948,1996070400,1),(948,2011795200,0),(948,2027520000,1),(948,2043244800,0),(948,2058969600,1),(948,2075299200,0),(948,2091024000,1),(948,2106748800,0),(948,2122473600,1),(948,2138198400,0),(949,352216800,2),(949,372785400,1),(949,384273000,2),(949,404839800,1),(949,415722600,2),(949,436289400,1),(949,447172200,2),(949,467739000,1),(949,478621800,2),(949,499188600,3),(949,511282800,2),(949,530033400,3),(949,542732400,2),(949,562087800,3),(949,574786800,2),(949,594142200,3),(949,606236400,2),(949,625591800,3),(949,636476400,2),(949,657041400,3),(949,667926000,2),(949,688491000,3),(949,699375600,2),(949,719940600,3),(949,731430000,2),(949,751995000,3),(949,762879600,2),(949,783444600,3),(949,794329200,2),(949,814894200,3),(949,828198000,2),(949,846343800,3),(949,859647600,2),(949,877793400,3),(949,891097200,2),(949,909243000,3),(949,922546800,2),(949,941297400,3),(949,953996400,2),(949,967303800,3),(949,985446000,2),(949,1004196600,3),(949,1017500400,2),(949,1035646200,3),(949,1048950000,2),(949,1067095800,3),(949,1080399600,2),(949,1099150200,3),(949,1111849200,2),(949,1130599800,3),(949,1143903600,2),(949,1162049400,3),(949,1174748400,2),(949,1193499000,3),(949,1207407600,2),(949,1223134200,3),(949,1238857200,2),(949,1254583800,3),(949,1270306800,2),(949,1286033400,3),(949,1301756400,2),(949,1317483000,3),(949,1333206000,2),(949,1349537400,3),(949,1365260400,2),(949,1380987000,3),(949,1396710000,2),(949,1412436600,3),(949,1428159600,2),(949,1443886200,3),(949,1459609200,2),(949,1475335800,3),(949,1491058800,2),(949,1506785400,3),(949,1522508400,2),(949,1538839800,3),(949,1554562800,2),(949,1570289400,3),(949,1586012400,2),(949,1601739000,3),(949,1617462000,2),(949,1633188600,3),(949,1648911600,2),(949,1664638200,3),(949,1680361200,2),(949,1696087800,3),(949,1712415600,2),(949,1728142200,3),(949,1743865200,2),(949,1759591800,3),(949,1775314800,2),(949,1791041400,3),(949,1806764400,2),(949,1822491000,3),(949,1838214000,2),(949,1853940600,3),(949,1869663600,2),(949,1885995000,3),(949,1901718000,2),(949,1917444600,3),(949,1933167600,2),(949,1948894200,3),(949,1964617200,2),(949,1980343800,3),(949,1996066800,2),(949,2011793400,3),(949,2027516400,2),(949,2043243000,3),(949,2058966000,2),(949,2075297400,3),(949,2091020400,2),(949,2106747000,3),(949,2122470000,2),(949,2138196600,3),(950,-1672560000,0),(950,-1665388800,1),(950,-883641600,0),(950,-876124800,1),(950,-860400000,0),(950,-844675200,1),(950,-828345600,0),(950,-813225600,1),(950,31500000,2),(950,57686400,0),(950,67968000,1),(950,625593600,0),(950,636480000,1),(950,657043200,0),(950,667929600,1),(950,688492800,0),(950,699379200,1),(950,709912800,2),(950,719942400,0),(950,731433600,1),(950,751996800,0),(950,762883200,1),(951,352216800,2),(951,372785400,1),(951,384273000,2),(951,404839800,1),(951,415722600,2),(951,436289400,1),(951,447172200,2),(951,467739000,1),(951,478621800,2),(951,499188600,3),(951,511282800,2),(951,530033400,3),(951,542732400,2),(951,562087800,3),(951,574786800,2),(951,594142200,3),(951,606236400,2),(951,625591800,3),(951,636476400,2),(951,657041400,3),(951,667926000,2),(951,688491000,3),(951,699375600,2),(951,719940600,3),(951,731430000,2),(951,751995000,3),(951,762879600,2),(951,783444600,3),(951,794329200,2),(951,814894200,3),(951,828198000,2),(951,846343800,3),(951,859647600,2),(951,877793400,3),(951,891097200,2),(951,909243000,3),(951,922546800,2),(951,941297400,3),(951,953996400,2),(951,967303800,3),(951,985446000,2),(951,1004196600,3),(951,1017500400,2),(951,1035646200,3),(951,1048950000,2),(951,1067095800,3),(951,1080399600,2),(951,1099150200,3),(951,1111849200,2),(951,1130599800,3),(951,1143903600,2),(951,1162049400,3),(951,1174748400,2),(951,1193499000,3),(951,1207407600,2),(951,1223134200,3),(951,1238857200,2),(951,1254583800,3),(951,1270306800,2),(951,1286033400,3),(951,1301756400,2),(951,1317483000,3),(951,1333206000,2),(951,1349537400,3),(951,1365260400,2),(951,1380987000,3),(951,1396710000,2),(951,1412436600,3),(951,1428159600,2),(951,1443886200,3),(951,1459609200,2),(951,1475335800,3),(951,1491058800,2),(951,1506785400,3),(951,1522508400,2),(951,1538839800,3),(951,1554562800,2),(951,1570289400,3),(951,1586012400,2),(951,1601739000,3),(951,1617462000,2),(951,1633188600,3),(951,1648911600,2),(951,1664638200,3),(951,1680361200,2),(951,1696087800,3),(951,1712415600,2),(951,1728142200,3),(951,1743865200,2),(951,1759591800,3),(951,1775314800,2),(951,1791041400,3),(951,1806764400,2),(951,1822491000,3),(951,1838214000,2),(951,1853940600,3),(951,1869663600,2),(951,1885995000,3),(951,1901718000,2),(951,1917444600,3),(951,1933167600,2),(951,1948894200,3),(951,1964617200,2),(951,1980343800,3),(951,1996066800,2),(951,2011793400,3),(951,2027516400,2),(951,2043243000,3),(951,2058966000,2),(951,2075297400,3),(951,2091020400,2),(951,2106747000,3),(951,2122470000,2),(951,2138196600,3),(952,-1672560000,0),(952,-1665388800,1),(952,-883641600,0),(952,-876124800,1),(952,-860400000,0),(952,-844675200,1),(952,-828345600,0),(952,-813225600,1),(952,31500000,2),(952,57686400,0),(952,67968000,1),(952,89136000,0),(952,100022400,1),(952,120585600,0),(952,131472000,1),(952,152035200,0),(952,162921600,1),(952,183484800,0),(952,194976000,1),(952,215539200,0),(952,226425600,1),(952,246988800,0),(952,257875200,1),(952,278438400,0),(952,289324800,1),(952,309888000,0),(952,320774400,1),(952,341337600,0),(952,352224000,1),(952,372787200,0),(952,384278400,1),(952,404841600,0),(952,415728000,1),(952,436291200,0),(952,447177600,1),(952,467740800,0),(952,478627200,1),(952,499190400,0),(952,511286400,1),(952,530035200,0),(952,542736000,1),(952,561484800,0),(952,574790400,1),(952,594144000,0),(952,606240000,1),(952,625593600,0),(952,637689600,1),(952,657043200,0),(952,667929600,1),(952,688492800,0),(952,699379200,1),(952,719942400,0),(952,731433600,1),(952,751996800,0),(952,762883200,1),(952,783446400,0),(952,796147200,1),(952,814896000,0),(952,828201600,1),(952,846345600,0),(952,859651200,1),(952,877795200,0),(952,891100800,1),(952,909244800,0),(952,922550400,1),(952,941299200,0),(952,954000000,1),(952,967305600,0),(952,985449600,1),(952,1004198400,0),(952,1017504000,1),(952,1035648000,0),(952,1048953600,1),(952,1067097600,0),(952,1080403200,1),(952,1099152000,0),(952,1111852800,1),(952,1130601600,0),(952,1143907200,1),(952,1162051200,0),(952,1174752000,1),(952,1193500800,0),(952,1207411200,1),(952,1223136000,0),(952,1238860800,1),(952,1254585600,0),(952,1270310400,1),(952,1286035200,0),(952,1301760000,1),(952,1317484800,0),(952,1333209600,1),(952,1349539200,0),(952,1365264000,1),(952,1380988800,0),(952,1396713600,1),(952,1412438400,0),(952,1428163200,1),(952,1443888000,0),(952,1459612800,1),(952,1475337600,0),(952,1491062400,1),(952,1506787200,0),(952,1522512000,1),(952,1538841600,0),(952,1554566400,1),(952,1570291200,0),(952,1586016000,1),(952,1601740800,0),(952,1617465600,1),(952,1633190400,0),(952,1648915200,1),(952,1664640000,0),(952,1680364800,1),(952,1696089600,0),(952,1712419200,1),(952,1728144000,0),(952,1743868800,1),(952,1759593600,0),(952,1775318400,1),(952,1791043200,0),(952,1806768000,1),(952,1822492800,0),(952,1838217600,1),(952,1853942400,0),(952,1869667200,1),(952,1885996800,0),(952,1901721600,1),(952,1917446400,0),(952,1933171200,1),(952,1948896000,0),(952,1964620800,1),(952,1980345600,0),(952,1996070400,1),(952,2011795200,0),(952,2027520000,1),(952,2043244800,0),(952,2058969600,1),(952,2075299200,0),(952,2091024000,1),(952,2106748800,0),(952,2122473600,1),(952,2138198400,0),(953,-1672560000,0),(953,-1665388800,1),(953,-883641600,0),(953,-876124800,1),(953,-860400000,0),(953,-844675200,1),(953,-828345600,0),(953,-813225600,1),(953,31500000,2),(953,57686400,0),(953,67968000,1),(953,89136000,0),(953,100022400,1),(953,120585600,0),(953,131472000,1),(953,152035200,0),(953,162921600,1),(953,183484800,0),(953,194976000,1),(953,215539200,0),(953,226425600,1),(953,246988800,0),(953,257875200,1),(953,278438400,0),(953,289324800,1),(953,309888000,0),(953,320774400,1),(953,341337600,0),(953,352224000,1),(953,372787200,0),(953,386697600,1),(953,404841600,0),(953,415728000,1),(953,436291200,0),(953,447177600,1),(953,467740800,0),(953,478627200,1),(953,499190400,0),(953,511286400,1),(953,530035200,0),(953,542736000,1),(953,562089600,0),(953,574790400,1),(953,594144000,0),(953,606240000,1),(953,625593600,0),(953,636480000,1),(953,657043200,0),(953,667929600,1),(953,688492800,0),(953,699379200,1),(953,719942400,0),(953,731433600,1),(953,751996800,0),(953,762883200,1),(953,783446400,0),(953,794332800,1),(953,814896000,0),(953,828201600,1),(953,846345600,0),(953,859651200,1),(953,877795200,0),(953,891100800,1),(953,909244800,0),(953,922550400,1),(953,941299200,0),(953,954000000,1),(953,967305600,0),(953,985449600,1),(953,1004198400,0),(953,1017504000,1),(953,1035648000,0),(953,1048953600,1),(953,1067097600,0),(953,1080403200,1),(953,1099152000,0),(953,1111852800,1),(953,1130601600,0),(953,1143907200,1),(953,1162051200,0),(953,1174752000,1),(953,1193500800,0),(953,1207411200,1),(953,1223136000,0),(953,1238860800,1),(953,1254585600,0),(953,1270310400,1),(953,1286035200,0),(953,1301760000,1),(953,1317484800,0),(953,1333209600,1),(953,1349539200,0),(953,1365264000,1),(953,1380988800,0),(953,1396713600,1),(953,1412438400,0),(953,1428163200,1),(953,1443888000,0),(953,1459612800,1),(953,1475337600,0),(953,1491062400,1),(953,1506787200,0),(953,1522512000,1),(953,1538841600,0),(953,1554566400,1),(953,1570291200,0),(953,1586016000,1),(953,1601740800,0),(953,1617465600,1),(953,1633190400,0),(953,1648915200,1),(953,1664640000,0),(953,1680364800,1),(953,1696089600,0),(953,1712419200,1),(953,1728144000,0),(953,1743868800,1),(953,1759593600,0),(953,1775318400,1),(953,1791043200,0),(953,1806768000,1),(953,1822492800,0),(953,1838217600,1),(953,1853942400,0),(953,1869667200,1),(953,1885996800,0),(953,1901721600,1),(953,1917446400,0),(953,1933171200,1),(953,1948896000,0),(953,1964620800,1),(953,1980345600,0),(953,1996070400,1),(953,2011795200,0),(953,2027520000,1),(953,2043244800,0),(953,2058969600,1),(953,2075299200,0),(953,2091024000,1),(953,2106748800,0),(953,2122473600,1),(953,2138198400,0),(954,-1672558200,0),(954,-1665387000,1),(954,-883639800,0),(954,-876123000,1),(954,-860398200,0),(954,-844673400,1),(954,-828343800,0),(954,-813223800,1),(955,-1672552800,0),(955,-1665381600,1),(955,-883634400,0),(955,-876117600,1),(955,-860392800,0),(955,-844668000,1),(955,-836467200,2),(955,152042400,0),(955,162928800,1),(955,436298400,0),(955,447184800,1),(955,690314400,0),(955,699386400,1),(955,1165082400,0),(955,1174759200,1),(955,1193508000,0),(955,1206813600,1),(955,1224957600,0),(955,1238263200,1),(956,-1672560000,0),(956,-1665388800,1),(956,-883641600,0),(956,-876124800,1),(956,-860400000,0),(956,-844675200,1),(956,-828345600,0),(956,-813225600,1),(956,31500000,2),(956,57686400,0),(956,67968000,1),(956,625593600,0),(956,636480000,1),(956,657043200,0),(956,667929600,1),(956,688492800,0),(956,699379200,1),(957,-1672558200,0),(957,-1665387000,1),(957,-883639800,0),(957,-876123000,1),(957,-860398200,0),(957,-844673400,1),(957,-828343800,0),(957,-813223800,1),(957,31501800,2),(957,57688200,0),(957,67969800,1),(957,89137800,0),(957,100024200,1),(957,120587400,0),(957,131473800,1),(957,152037000,0),(957,162923400,1),(957,183486600,0),(957,194977800,1),(957,215541000,0),(957,226427400,1),(957,246990600,0),(957,257877000,1),(957,278440200,0),(957,289326600,1),(957,309889800,0),(957,320776200,1),(957,341339400,0),(957,352225800,1),(957,372789000,0),(957,384280200,1),(957,404843400,0),(957,415729800,1),(957,436293000,0),(957,447179400,1),(957,467742600,0),(957,478629000,1),(957,499192200,0),(957,511288200,1),(957,530037000,0),(957,542737800,1),(957,562091400,0),(957,574792200,1),(957,594145800,0),(957,606241800,1),(957,625595400,0),(957,637691400,1),(957,657045000,0),(957,667931400,1),(957,688494600,0),(957,701195400,1),(957,719944200,0),(957,731435400,1),(957,751998600,0),(957,764094600,1),(957,783448200,0),(957,796149000,1),(957,814897800,0),(957,828203400,1),(957,846347400,0),(957,859653000,1),(957,877797000,0),(957,891102600,1),(957,909246600,0),(957,922552200,1),(957,941301000,0),(957,954001800,1),(957,972750600,0),(957,985451400,1),(957,1004200200,0),(957,1017505800,1),(957,1035649800,0),(957,1048955400,1),(957,1067099400,0),(957,1080405000,1),(957,1099153800,0),(957,1111854600,1),(957,1130603400,0),(957,1143909000,1),(957,1162053000,0),(957,1174753800,1),(957,1193502600,0),(957,1207413000,1),(957,1223137800,0),(957,1238862600,1),(957,1254587400,0),(957,1270312200,1),(957,1286037000,0),(957,1301761800,1),(957,1317486600,0),(957,1333211400,1),(957,1349541000,0),(957,1365265800,1),(957,1380990600,0),(957,1396715400,1),(957,1412440200,0),(957,1428165000,1),(957,1443889800,0),(957,1459614600,1),(957,1475339400,0),(957,1491064200,1),(957,1506789000,0),(957,1522513800,1),(957,1538843400,0),(957,1554568200,1),(957,1570293000,0),(957,1586017800,1),(957,1601742600,0),(957,1617467400,1),(957,1633192200,0),(957,1648917000,1),(957,1664641800,0),(957,1680366600,1),(957,1696091400,0),(957,1712421000,1),(957,1728145800,0),(957,1743870600,1),(957,1759595400,0),(957,1775320200,1),(957,1791045000,0),(957,1806769800,1),(957,1822494600,0),(957,1838219400,1),(957,1853944200,0),(957,1869669000,1),(957,1885998600,0),(957,1901723400,1),(957,1917448200,0),(957,1933173000,1),(957,1948897800,0),(957,1964622600,1),(957,1980347400,0),(957,1996072200,1),(957,2011797000,0),(957,2027521800,1),(957,2043246600,0),(957,2058971400,1),(957,2075301000,0),(957,2091025800,1),(957,2106750600,0),(957,2122475400,1),(957,2138200200,0),(958,-1672560000,0),(958,-1665388800,1),(958,-883641600,0),(958,-876124800,1),(958,-860400000,0),(958,-844675200,1),(958,-828345600,0),(958,-813225600,1),(958,31500000,2),(958,57686400,0),(958,67968000,1),(958,89136000,0),(958,100022400,1),(958,120585600,0),(958,131472000,1),(958,152035200,0),(958,162921600,1),(958,183484800,0),(958,194976000,1),(958,215539200,0),(958,226425600,1),(958,246988800,0),(958,257875200,1),(958,278438400,0),(958,289324800,1),(958,309888000,0),(958,320774400,1),(958,341337600,0),(958,352224000,1),(958,372787200,0),(958,386697600,1),(958,404841600,0),(958,415728000,1),(958,436291200,0),(958,447177600,1),(958,467740800,0),(958,478627200,1),(958,499190400,0),(958,511286400,1),(958,530035200,0),(958,542736000,1),(958,562089600,0),(958,574790400,1),(958,594144000,0),(958,606240000,1),(958,625593600,0),(958,636480000,1),(958,657043200,0),(958,667929600,1),(958,688492800,0),(958,699379200,1),(958,719942400,0),(958,731433600,1),(958,751996800,0),(958,762883200,1),(958,783446400,0),(958,794332800,1),(958,814896000,0),(958,828201600,1),(958,846345600,0),(958,859651200,1),(958,877795200,0),(958,891100800,1),(958,909244800,0),(958,922550400,1),(958,941299200,0),(958,954000000,1),(958,967305600,0),(958,985449600,1),(958,1004198400,0),(958,1017504000,1),(958,1035648000,0),(958,1048953600,1),(958,1067097600,0),(958,1080403200,1),(958,1099152000,0),(958,1111852800,1),(958,1130601600,0),(958,1143907200,1),(958,1162051200,0),(958,1174752000,1),(958,1193500800,0),(958,1207411200,1),(958,1223136000,0),(958,1238860800,1),(958,1254585600,0),(958,1270310400,1),(958,1286035200,0),(958,1301760000,1),(958,1317484800,0),(958,1333209600,1),(958,1349539200,0),(958,1365264000,1),(958,1380988800,0),(958,1396713600,1),(958,1412438400,0),(958,1428163200,1),(958,1443888000,0),(958,1459612800,1),(958,1475337600,0),(958,1491062400,1),(958,1506787200,0),(958,1522512000,1),(958,1538841600,0),(958,1554566400,1),(958,1570291200,0),(958,1586016000,1),(958,1601740800,0),(958,1617465600,1),(958,1633190400,0),(958,1648915200,1),(958,1664640000,0),(958,1680364800,1),(958,1696089600,0),(958,1712419200,1),(958,1728144000,0),(958,1743868800,1),(958,1759593600,0),(958,1775318400,1),(958,1791043200,0),(958,1806768000,1),(958,1822492800,0),(958,1838217600,1),(958,1853942400,0),(958,1869667200,1),(958,1885996800,0),(958,1901721600,1),(958,1917446400,0),(958,1933171200,1),(958,1948896000,0),(958,1964620800,1),(958,1980345600,0),(958,1996070400,1),(958,2011795200,0),(958,2027520000,1),(958,2043244800,0),(958,2058969600,1),(958,2075299200,0),(958,2091024000,1),(958,2106748800,0),(958,2122473600,1),(958,2138198400,0),(959,-1680508800,0),(959,-1665388800,1),(959,-1646640000,0),(959,-1635753600,1),(959,-1615190400,0),(959,-1604304000,1),(959,-1583920800,2),(959,-883641600,0),(959,-876124800,1),(959,-860400000,0),(959,-844675200,1),(959,-828345600,0),(959,-813225600,1),(959,-94730400,2),(959,-71136000,0),(959,-55411200,1),(959,-37267200,0),(959,-25776000,1),(959,-5817600,0),(959,5673600,1),(959,25632000,0),(959,37728000,1),(959,57686400,0),(959,67968000,1),(959,89136000,0),(959,100022400,1),(959,120585600,0),(959,131472000,1),(959,152035200,0),(959,162921600,1),(959,183484800,0),(959,194976000,1),(959,215539200,0),(959,226425600,1),(959,246988800,0),(959,257875200,1),(959,278438400,0),(959,289324800,1),(959,309888000,0),(959,320774400,1),(959,341337600,0),(959,352224000,1),(959,372787200,0),(959,386092800,1),(959,404841600,0),(959,417542400,1),(959,436291200,0),(959,447177600,1),(959,467740800,0),(959,478627200,1),(959,499190400,0),(959,510076800,1),(959,530035200,0),(959,542736000,1),(959,562089600,0),(959,574790400,1),(959,594144000,0),(959,606240000,1),(959,625593600,0),(959,637689600,1),(959,657043200,0),(959,670348800,1),(959,686678400,0),(959,701798400,1),(959,718128000,0),(959,733248000,1),(959,749577600,0),(959,764697600,1),(959,781027200,0),(959,796147200,1),(959,812476800,0),(959,828201600,1),(959,844531200,0),(959,859651200,1),(959,875980800,0),(959,891100800,1),(959,907430400,0),(959,922550400,1),(959,938880000,0),(959,954000000,1),(959,967305600,0),(959,985449600,1),(959,1002384000,0),(959,1017504000,1),(959,1033833600,0),(959,1048953600,1),(959,1065283200,0),(959,1080403200,1),(959,1096732800,0),(959,1111852800,1),(959,1128182400,0),(959,1143907200,1),(959,1159632000,0),(959,1174752000,1),(959,1191686400,0),(959,1207411200,1),(959,1223136000,0),(959,1238860800,1),(959,1254585600,0),(959,1270310400,1),(959,1286035200,0),(959,1301760000,1),(959,1317484800,0),(959,1333209600,1),(959,1349539200,0),(959,1365264000,1),(959,1380988800,0),(959,1396713600,1),(959,1412438400,0),(959,1428163200,1),(959,1443888000,0),(959,1459612800,1),(959,1475337600,0),(959,1491062400,1),(959,1506787200,0),(959,1522512000,1),(959,1538841600,0),(959,1554566400,1),(959,1570291200,0),(959,1586016000,1),(959,1601740800,0),(959,1617465600,1),(959,1633190400,0),(959,1648915200,1),(959,1664640000,0),(959,1680364800,1),(959,1696089600,0),(959,1712419200,1),(959,1728144000,0),(959,1743868800,1),(959,1759593600,0),(959,1775318400,1),(959,1791043200,0),(959,1806768000,1),(959,1822492800,0),(959,1838217600,1),(959,1853942400,0),(959,1869667200,1),(959,1885996800,0),(959,1901721600,1),(959,1917446400,0),(959,1933171200,1),(959,1948896000,0),(959,1964620800,1),(959,1980345600,0),(959,1996070400,1),(959,2011795200,0),(959,2027520000,1),(959,2043244800,0),(959,2058969600,1),(959,2075299200,0),(959,2091024000,1),(959,2106748800,0),(959,2122473600,1),(959,2138198400,0),(960,-1672560000,0),(960,-1665388800,1),(960,-883641600,0),(960,-876124800,1),(960,-860400000,0),(960,-844675200,1),(960,-828345600,0),(960,-813225600,1),(960,31500000,2),(960,57686400,0),(960,67968000,1),(960,89136000,0),(960,100022400,1),(960,120585600,0),(960,131472000,1),(960,152035200,0),(960,162921600,1),(960,183484800,0),(960,194976000,1),(960,215539200,0),(960,226425600,1),(960,246988800,0),(960,257875200,1),(960,278438400,0),(960,289324800,1),(960,309888000,0),(960,320774400,1),(960,341337600,0),(960,352224000,1),(960,372787200,0),(960,384278400,1),(960,404841600,0),(960,415728000,1),(960,436291200,0),(960,447177600,1),(960,467740800,0),(960,478627200,1),(960,499190400,0),(960,511286400,1),(960,530035200,0),(960,542736000,1),(960,561484800,0),(960,574790400,1),(960,594144000,0),(960,606240000,1),(960,625593600,0),(960,637689600,1),(960,657043200,0),(960,667929600,1),(960,688492800,0),(960,699379200,1),(960,719942400,0),(960,731433600,1),(960,751996800,0),(960,762883200,1),(960,783446400,0),(960,796147200,1),(960,814896000,0),(960,828201600,1),(960,846345600,0),(960,859651200,1),(960,877795200,0),(960,891100800,1),(960,909244800,0),(960,922550400,1),(960,941299200,0),(960,954000000,1),(960,967305600,0),(960,985449600,1),(960,1004198400,0),(960,1017504000,1),(960,1035648000,0),(960,1048953600,1),(960,1067097600,0),(960,1080403200,1),(960,1099152000,0),(960,1111852800,1),(960,1130601600,0),(960,1143907200,1),(960,1162051200,0),(960,1174752000,1),(960,1193500800,0),(960,1207411200,1),(960,1223136000,0),(960,1238860800,1),(960,1254585600,0),(960,1270310400,1),(960,1286035200,0),(960,1301760000,1),(960,1317484800,0),(960,1333209600,1),(960,1349539200,0),(960,1365264000,1),(960,1380988800,0),(960,1396713600,1),(960,1412438400,0),(960,1428163200,1),(960,1443888000,0),(960,1459612800,1),(960,1475337600,0),(960,1491062400,1),(960,1506787200,0),(960,1522512000,1),(960,1538841600,0),(960,1554566400,1),(960,1570291200,0),(960,1586016000,1),(960,1601740800,0),(960,1617465600,1),(960,1633190400,0),(960,1648915200,1),(960,1664640000,0),(960,1680364800,1),(960,1696089600,0),(960,1712419200,1),(960,1728144000,0),(960,1743868800,1),(960,1759593600,0),(960,1775318400,1),(960,1791043200,0),(960,1806768000,1),(960,1822492800,0),(960,1838217600,1),(960,1853942400,0),(960,1869667200,1),(960,1885996800,0),(960,1901721600,1),(960,1917446400,0),(960,1933171200,1),(960,1948896000,0),(960,1964620800,1),(960,1980345600,0),(960,1996070400,1),(960,2011795200,0),(960,2027520000,1),(960,2043244800,0),(960,2058969600,1),(960,2075299200,0),(960,2091024000,1),(960,2106748800,0),(960,2122473600,1),(960,2138198400,0),(961,-1672552800,0),(961,-1665381600,1),(961,-883634400,0),(961,-876117600,1),(961,-860392800,0),(961,-844668000,1),(961,-836467200,2),(961,152042400,0),(961,162928800,1),(961,436298400,0),(961,447184800,1),(961,690314400,0),(961,699386400,1),(961,1165082400,0),(961,1174759200,1),(961,1193508000,0),(961,1206813600,1),(961,1224957600,0),(961,1238263200,1),(962,-1672558200,0),(962,-1665387000,1),(962,-883639800,0),(962,-876123000,1),(962,-860398200,0),(962,-844673400,1),(962,-828343800,0),(962,-813223800,1),(962,31501800,2),(962,57688200,0),(962,67969800,1),(962,89137800,0),(962,100024200,1),(962,120587400,0),(962,131473800,1),(962,152037000,0),(962,162923400,1),(962,183486600,0),(962,194977800,1),(962,215541000,0),(962,226427400,1),(962,246990600,0),(962,257877000,1),(962,278440200,0),(962,289326600,1),(962,309889800,0),(962,320776200,1),(962,341339400,0),(962,352225800,1),(962,372789000,0),(962,386699400,1),(962,404843400,0),(962,415729800,1),(962,436293000,0),(962,447179400,1),(962,467742600,0),(962,478629000,1),(962,499192200,0),(962,511288200,1),(962,530037000,0),(962,542737800,1),(962,562091400,0),(962,574792200,1),(962,594145800,0),(962,606241800,1),(962,625595400,0),(962,636481800,1),(962,657045000,0),(962,667931400,1),(962,688494600,0),(962,699381000,1),(962,719944200,0),(962,731435400,1),(962,751998600,0),(962,762885000,1),(962,783448200,0),(962,794334600,1),(962,814897800,0),(962,828203400,1),(962,846347400,0),(962,859653000,1),(962,877797000,0),(962,891102600,1),(962,909246600,0),(962,922552200,1),(962,941301000,0),(962,946647000,3),(962,954001800,1),(962,972750600,0),(962,985451400,1),(962,1004200200,0),(962,1017505800,1),(962,1035649800,0),(962,1048955400,1),(962,1067099400,0),(962,1080405000,1),(962,1099153800,0),(962,1111854600,1),(962,1130603400,0),(962,1143909000,1),(962,1162053000,0),(962,1174753800,1),(962,1193502600,0),(962,1207413000,1),(962,1223137800,0),(962,1238862600,1),(962,1254587400,0),(962,1270312200,1),(962,1286037000,0),(962,1301761800,1),(962,1317486600,0),(962,1333211400,1),(962,1349541000,0),(962,1365265800,1),(962,1380990600,0),(962,1396715400,1),(962,1412440200,0),(962,1428165000,1),(962,1443889800,0),(962,1459614600,1),(962,1475339400,0),(962,1491064200,1),(962,1506789000,0),(962,1522513800,1),(962,1538843400,0),(962,1554568200,1),(962,1570293000,0),(962,1586017800,1),(962,1601742600,0),(962,1617467400,1),(962,1633192200,0),(962,1648917000,1),(962,1664641800,0),(962,1680366600,1),(962,1696091400,0),(962,1712421000,1),(962,1728145800,0),(962,1743870600,1),(962,1759595400,0),(962,1775320200,1),(962,1791045000,0),(962,1806769800,1),(962,1822494600,0),(962,1838219400,1),(962,1853944200,0),(962,1869669000,1),(962,1885998600,0),(962,1901723400,1),(962,1917448200,0),(962,1933173000,1),(962,1948897800,0),(962,1964622600,1),(962,1980347400,0),(962,1996072200,1),(962,2011797000,0),(962,2027521800,1),(962,2043246600,0),(962,2058971400,1),(962,2075301000,0),(962,2091025800,1),(962,2106750600,0),(962,2122475400,1),(962,2138200200,0),(963,-1767209328,2),(963,-1206950400,1),(963,-1191355200,2),(963,-1175367600,1),(963,-1159819200,2),(963,-633812400,1),(963,-622062000,2),(963,-602276400,1),(963,-591825600,2),(963,-570740400,1),(963,-560203200,2),(963,-539118000,1),(963,-531345600,2),(963,-191358000,1),(963,-184190400,2),(963,-155156400,1),(963,-150062400,2),(963,-128890800,1),(963,-121118400,2),(963,-99946800,1),(963,-89582400,2),(963,-68410800,1),(963,-57960000,2),(963,499755600,1),(963,511243200,2),(963,530600400,1),(963,540273600,2),(963,562136400,1),(963,571204800,2),(963,1214283600,3),(963,1384056000,2),(964,-1767217820,2),(964,-1206961200,1),(964,-1191366000,2),(964,-1175378400,1),(964,-1159830000,2),(964,-633823200,1),(964,-622072800,2),(964,-602287200,1),(964,-591836400,2),(964,-570751200,1),(964,-560214000,2),(964,-539128800,1),(964,-531356400,2),(964,-191368800,1),(964,-184201200,2),(964,-155167200,1),(964,-150073200,2),(964,-128901600,1),(964,-121129200,2),(964,-99957600,1),(964,-89593200,2),(964,-68421600,1),(964,-57970800,2),(964,499744800,1),(964,511232400,2),(964,530589600,1),(964,540262800,2),(964,562125600,1),(964,571194000,2),(964,592970400,1),(964,602038800,2),(964,624420000,1),(964,634698000,2),(964,938916000,1),(964,951613200,2),(964,970970400,1),(964,971571600,2),(964,1003024800,1),(964,1013907600,2),(965,-1767214412,2),(965,-1206957600,1),(965,-1191362400,2),(965,-1175374800,1),(965,-1159826400,2),(965,-633819600,1),(965,-622069200,2),(965,-602283600,1),(965,-591832800,2),(965,-570747600,1),(965,-560210400,2),(965,-539125200,1),(965,-531352800,2),(965,-195426000,1),(965,-184197600,2),(965,-155163600,1),(965,-150069600,2),(965,-128898000,1),(965,-121125600,2),(965,-99954000,1),(965,-89589600,2),(965,-68418000,1),(965,-57967200,2),(965,499748400,1),(965,511236000,2),(965,530593200,1),(965,540266400,2),(965,562129200,1),(965,571197600,2),(965,592974000,1),(965,602042400,2),(965,624423600,1),(965,634701600,2),(965,656478000,1),(965,666756000,2),(965,687927600,1),(965,697600800,2),(965,719982000,1),(965,728445600,2),(965,750826800,1),(965,761709600,2),(965,782276400,1),(965,793159200,2),(965,813726000,1),(965,824004000,2),(965,844570800,1),(965,856058400,2),(965,876106800,1),(965,888717600,2),(965,908074800,1),(965,919562400,2),(965,938919600,1),(965,951616800,2),(965,970974000,1),(965,982461600,2),(965,1003028400,1),(965,1013911200,2),(965,1036292400,1),(965,1045360800,2),(965,1066532400,1),(965,1076810400,2),(965,1099364400,1),(965,1108864800,2),(965,1129431600,1),(965,1140314400,2),(965,1162695600,1),(965,1172368800,2),(965,1192330800,1),(965,1203213600,2),(965,1224385200,1),(965,1234663200,2),(965,1255834800,1),(965,1266717600,2),(965,1287284400,1),(965,1298167200,2),(965,1318734000,1),(965,1330221600,2),(965,1350788400,1),(965,1361066400,2),(965,1382238000,1),(965,1392516000,2),(965,1413687600,1),(965,1424570400,2),(965,1445137200,1),(965,1456020000,2),(965,1476586800,1),(965,1487469600,2),(965,1508036400,1),(965,1518919200,2),(965,1541300400,1),(965,1550368800,2),(966,-1767211196,2),(966,-1206954000,1),(966,-1191358800,2),(966,-1175371200,1),(966,-1159822800,2),(966,-633816000,1),(966,-622065600,2),(966,-602280000,1),(966,-591829200,2),(966,-570744000,1),(966,-560206800,2),(966,-539121600,1),(966,-531349200,2),(966,-191361600,1),(966,-184194000,2),(966,-155160000,1),(966,-150066000,2),(966,-128894400,1),(966,-121122000,2),(966,-99950400,1),(966,-89586000,2),(966,-68414400,1),(966,-57963600,2),(966,499752000,1),(966,511239600,2),(966,530596800,1),(966,540270000,2),(966,562132800,1),(966,571201200,2),(966,750830400,1),(966,761713200,2),(967,-1693706400,0),(967,-1680483600,1),(967,-1663455600,2),(967,-1650150000,3),(967,-1632006000,2),(967,-1618700400,3),(967,-938905200,2),(967,-857257200,3),(967,-844556400,2),(967,-828226800,3),(967,-812502000,2),(967,-796777200,3),(967,-781052400,2),(967,-766623600,3),(967,228877200,2),(967,243997200,3),(967,260326800,2),(967,276051600,3),(967,291776400,2),(967,307501200,3),(967,323830800,2),(967,338950800,3),(967,354675600,2),(967,370400400,3),(967,386125200,2),(967,401850000,3),(967,417574800,2),(967,433299600,3),(967,449024400,2),(967,465354000,3),(967,481078800,2),(967,496803600,3),(967,512528400,2),(967,528253200,3),(967,543978000,2),(967,559702800,3),(967,575427600,2),(967,591152400,3),(967,606877200,2),(967,622602000,3),(967,638326800,2),(967,654656400,3),(967,670381200,2),(967,686106000,3),(967,701830800,2),(967,717555600,3),(967,733280400,2),(967,749005200,3),(967,764730000,2),(967,780454800,3),(967,796179600,2),(967,811904400,3),(967,828234000,2),(967,846378000,3),(967,859683600,2),(967,877827600,3),(967,891133200,2),(967,909277200,3),(967,922582800,2),(967,941331600,3),(967,954032400,2),(967,972781200,3),(967,985482000,2),(967,1004230800,3),(967,1017536400,2),(967,1035680400,3),(967,1048986000,2),(967,1067130000,3),(967,1080435600,2),(967,1099184400,3),(967,1111885200,2),(967,1130634000,3),(967,1143334800,2),(967,1162083600,3),(967,1174784400,2),(967,1193533200,3),(967,1206838800,2),(967,1224982800,3),(967,1238288400,2),(967,1256432400,3),(967,1269738000,2),(967,1288486800,3),(967,1301187600,2),(967,1319936400,3),(967,1332637200,2),(967,1351386000,3),(967,1364691600,2),(967,1382835600,3),(967,1396141200,2),(967,1414285200,3),(967,1427590800,2),(967,1445734800,3),(967,1459040400,2),(967,1477789200,3),(967,1490490000,2),(967,1509238800,3),(967,1521939600,2),(967,1540688400,3),(967,1553994000,2),(967,1572138000,3),(967,1585443600,2),(967,1603587600,3),(967,1616893200,2),(967,1635642000,3),(967,1648342800,2),(967,1667091600,3),(967,1679792400,2),(967,1698541200,3),(967,1711846800,2),(967,1729990800,3),(967,1743296400,2),(967,1761440400,3),(967,1774746000,2),(967,1792890000,3),(967,1806195600,2),(967,1824944400,3),(967,1837645200,2),(967,1856394000,3),(967,1869094800,2),(967,1887843600,3),(967,1901149200,2),(967,1919293200,3),(967,1932598800,2),(967,1950742800,3),(967,1964048400,2),(967,1982797200,3),(967,1995498000,2),(967,2014246800,3),(967,2026947600,2),(967,2045696400,3),(967,2058397200,2),(967,2077146000,3),(967,2090451600,2),(967,2108595600,3),(967,2121901200,2),(967,2140045200,3),(968,-1633276800,0),(968,-1615136400,1),(968,-1601827200,0),(968,-1583686800,1),(968,-880214400,2),(968,-769395600,3),(968,-765392400,1),(968,-84384000,0),(968,-68662800,1),(968,-52934400,0),(968,-37213200,1),(968,-21484800,0),(968,-5763600,1),(968,9964800,0),(968,25686000,1),(968,41414400,0),(968,57740400,1),(968,73468800,0),(968,89190000,1),(968,104918400,0),(968,120639600,1),(968,126691200,0),(968,152089200,1),(968,162374400,0),(968,183538800,1),(968,199267200,0),(968,215593200,1),(968,230716800,0),(968,247042800,1),(968,262771200,0),(968,278492400,1),(968,294220800,0),(968,309942000,1),(968,325670400,0),(968,341391600,1),(968,357120000,0),(968,372841200,1),(968,388569600,0),(968,404895600,1),(968,420019200,0),(968,436345200,1),(968,452073600,0),(968,467794800,1),(968,483523200,0),(968,499244400,1),(968,514972800,0),(968,530694000,1),(968,544608000,0),(968,562143600,1),(968,576057600,0),(968,594198000,1),(968,607507200,0),(968,625647600,1),(968,638956800,0),(968,657097200,1),(968,671011200,0),(968,688546800,1),(968,702460800,0),(968,719996400,1),(968,733910400,0),(968,752050800,1),(968,765360000,0),(968,783500400,1),(968,796809600,0),(968,814950000,1),(968,828864000,0),(968,846399600,1),(968,860313600,0),(968,877849200,1),(968,891763200,0),(968,909298800,1),(968,923212800,0),(968,941353200,1),(968,954662400,0),(968,972802800,1),(968,986112000,0),(968,1004252400,1),(968,1018166400,0),(968,1035702000,1),(968,1049616000,0),(968,1067151600,1),(968,1081065600,0),(968,1099206000,1),(968,1112515200,0),(968,1130655600,1),(968,1143964800,0),(968,1162105200,1),(968,1173600000,0),(968,1194159600,1),(968,1205049600,0),(968,1225609200,1),(968,1236499200,0),(968,1257058800,1),(968,1268553600,0),(968,1289113200,1),(968,1300003200,0),(968,1320562800,1),(968,1331452800,0),(968,1352012400,1),(968,1362902400,0),(968,1383462000,1),(968,1394352000,0),(968,1414911600,1),(968,1425801600,0),(968,1446361200,1),(968,1457856000,0),(968,1478415600,1),(968,1489305600,0),(968,1509865200,1),(968,1520755200,0),(968,1541314800,1),(968,1552204800,0),(968,1572764400,1),(968,1583654400,0),(968,1604214000,1),(968,1615708800,0),(968,1636268400,1),(968,1647158400,0),(968,1667718000,1),(968,1678608000,0),(968,1699167600,1),(968,1710057600,0),(968,1730617200,1),(968,1741507200,0),(968,1762066800,1),(968,1772956800,0),(968,1793516400,1),(968,1805011200,0),(968,1825570800,1),(968,1836460800,0),(968,1857020400,1),(968,1867910400,0),(968,1888470000,1),(968,1899360000,0),(968,1919919600,1),(968,1930809600,0),(968,1951369200,1),(968,1962864000,0),(968,1983423600,1),(968,1994313600,0),(968,2014873200,1),(968,2025763200,0),(968,2046322800,1),(968,2057212800,0),(968,2077772400,1),(968,2088662400,0),(968,2109222000,1),(968,2120112000,0),(968,2140671600,1),(969,-2131645536,2),(969,-1696276800,1),(969,-1680469200,2),(969,-1632074400,1),(969,-1615143600,2),(969,-1566763200,1),(969,-1557090000,2),(969,-1535486400,1),(969,-1524949200,2),(969,-1504468800,1),(969,-1493413200,2),(969,-1472414400,1),(969,-1461963600,2),(969,-1440964800,1),(969,-1429390800,2),(969,-1409515200,1),(969,-1396731600,2),(969,-1376856000,1),(969,-1366491600,2),(969,-1346616000,1),(969,-1333832400,2),(969,-1313956800,1),(969,-1303678800,2),(969,-1282507200,1),(969,-1272661200,2),(969,-1251057600,1),(969,-1240088400,2),(969,-1219608000,1),(969,-1207429200,2),(969,-1188763200,1),(969,-1175979600,2),(969,-1157313600,1),(969,-1143925200,2),(969,-1124049600,1),(969,-1113771600,2),(969,-1091390400,1),(969,-1081026000,2),(969,-1059854400,1),(969,-1050786000,2),(969,-1030910400,1),(969,-1018126800,2),(969,-999460800,1),(969,-986677200,2),(969,-965592000,1),(969,-955227600,2),(969,-935956800,1),(969,-923173200,2),(969,-904507200,1),(969,-891723600,2),(969,-880221600,3),(969,-769395600,4),(969,-765399600,2),(969,-747252000,1),(969,-733950000,2),(969,-715802400,1),(969,-702500400,2),(969,-684352800,1),(969,-671050800,2),(969,-652903200,1),(969,-639601200,2),(969,-589399200,1),(969,-576097200,2),(969,-557949600,1),(969,-544647600,2),(969,-526500000,1),(969,-513198000,2),(969,-495050400,1),(969,-481748400,2),(969,-431546400,1),(969,-418244400,2),(969,-400096800,1),(969,-386794800,2),(969,-368647200,1),(969,-355345200,2),(969,-337197600,1),(969,-323895600,2),(969,-242244000,1),(969,-226522800,2),(969,-210794400,1),(969,-195073200,2),(969,-179344800,1),(969,-163623600,2),(969,-147895200,1),(969,-131569200,2),(969,-116445600,1),(969,-100119600,2),(969,-84391200,1),(969,-68670000,2),(969,-52941600,1),(969,-37220400,2),(969,-21492000,1),(969,-5770800,2),(969,9957600,1),(969,25678800,2),(969,41407200,1),(969,57733200,2),(969,73461600,1),(969,89182800,2),(969,104911200,1),(969,120632400,2),(969,136360800,1),(969,152082000,2),(969,167810400,1),(969,183531600,2),(969,199260000,1),(969,215586000,2),(969,230709600,1),(969,247035600,2),(969,262764000,1),(969,278485200,2),(969,294213600,1),(969,309934800,2),(969,325663200,1),(969,341384400,2),(969,357112800,1),(969,372834000,2),(969,388562400,1),(969,404888400,2),(969,420012000,1),(969,436338000,2),(969,452066400,1),(969,467787600,2),(969,483516000,1),(969,499237200,2),(969,514965600,1),(969,530686800,2),(969,544600800,1),(969,562136400,2),(969,576050400,1),(969,594190800,2),(969,607500000,1),(969,625640400,2),(969,638949600,1),(969,657090000,2),(969,671004000,1),(969,688539600,2),(969,702453600,1),(969,719989200,2),(969,733903200,1),(969,752043600,2),(969,765352800,1),(969,783493200,2),(969,796802400,1),(969,814942800,2),(969,828856800,1),(969,846392400,2),(969,860306400,1),(969,877842000,2),(969,891756000,1),(969,909291600,2),(969,923205600,1),(969,941346000,2),(969,954655200,1),(969,972795600,2),(969,986104800,1),(969,1004245200,2),(969,1018159200,1),(969,1035694800,2),(969,1049608800,1),(969,1067144400,2),(969,1081058400,1),(969,1099198800,2),(969,1112508000,1),(969,1130648400,2),(969,1143957600,1),(969,1162098000,2),(969,1173592800,1),(969,1194152400,2),(969,1205042400,1),(969,1225602000,2),(969,1236492000,1),(969,1257051600,2),(969,1268546400,1),(969,1289106000,2),(969,1299996000,1),(969,1320555600,2),(969,1331445600,1),(969,1352005200,2),(969,1362895200,1),(969,1383454800,2),(969,1394344800,1),(969,1414904400,2),(969,1425794400,1),(969,1446354000,2),(969,1457848800,1),(969,1478408400,2),(969,1489298400,1),(969,1509858000,2),(969,1520748000,1),(969,1541307600,2),(969,1552197600,1),(969,1572757200,2),(969,1583647200,1),(969,1604206800,2),(969,1615701600,1),(969,1636261200,2),(969,1647151200,1),(969,1667710800,2),(969,1678600800,1),(969,1699160400,2),(969,1710050400,1),(969,1730610000,2),(969,1741500000,1),(969,1762059600,2),(969,1772949600,1),(969,1793509200,2),(969,1805004000,1),(969,1825563600,2),(969,1836453600,1),(969,1857013200,2),(969,1867903200,1),(969,1888462800,2),(969,1899352800,1),(969,1919912400,2),(969,1930802400,1),(969,1951362000,2),(969,1962856800,1),(969,1983416400,2),(969,1994306400,1),(969,2014866000,2),(969,2025756000,1),(969,2046315600,2),(969,2057205600,1),(969,2077765200,2),(969,2088655200,1),(969,2109214800,2),(969,2120104800,1),(969,2140664400,2),(970,-1694368800,0),(970,-1681671600,1),(970,-1632067200,0),(970,-1615136400,1),(970,-1029686400,0),(970,-1018198800,1),(970,-880214400,2),(970,-769395600,3),(970,-765392400,1),(970,-746035200,0),(970,-732733200,1),(970,-715795200,0),(970,-702493200,1),(970,-684345600,0),(970,-671043600,1),(970,-652896000,0),(970,-639594000,1),(970,-620755200,0),(970,-607626000,1),(970,-589392000,0),(970,-576090000,1),(970,-557942400,0),(970,-544640400,1),(970,-526492800,0),(970,-513190800,1),(970,-495043200,0),(970,-481741200,1),(970,-463593600,0),(970,-450291600,1),(970,-431539200,0),(970,-418237200,1),(970,-400089600,0),(970,-386787600,1),(970,-368640000,0),(970,-355338000,1),(970,-337190400,0),(970,-321469200,1),(970,-305740800,0),(970,-292438800,1),(970,-210787200,0),(970,-198090000,1),(970,-116438400,4),(970,-100108800,5),(970,-84384000,4),(970,-68659200,5),(970,-52934400,4),(970,-37209600,5),(970,-21484800,4),(970,-5760000,5),(970,9964800,4),(970,25689600,5),(970,41414400,4),(970,57744000,5),(970,73468800,4),(970,89193600,5),(970,104918400,4),(970,120643200,5),(970,136368000,4),(970,152092800,5),(970,167817600,4),(970,183542400,5),(970,199267200,4),(970,215596800,5),(970,230716800,4),(970,247046400,5),(970,262771200,4),(970,278496000,5),(970,294220800,4),(970,309945600,5),(970,325670400,4),(970,341395200,5),(970,357120000,4),(970,372844800,5),(970,388569600,4),(970,404899200,5),(970,420019200,4),(970,436348800,5),(970,452073600,4),(970,467798400,5),(970,483523200,4),(970,499248000,5),(970,514972800,4),(970,530697600,5),(970,544608000,4),(970,562147200,5),(970,576057600,4),(970,594201600,5),(970,607507200,4),(970,625651200,5),(970,638956800,4),(970,657100800,5),(970,671011200,4),(970,688550400,5),(970,702460800,4),(970,720000000,5),(970,733910400,4),(970,752054400,5),(970,765360000,4),(970,783504000,5),(970,796809600,4),(970,814953600,5),(970,828864000,4),(970,846403200,5),(970,860313600,4),(970,877852800,5),(970,891763200,4),(970,909302400,5),(970,923212800,4),(970,941356800,5),(970,954662400,4),(970,972806400,5),(970,986112000,4),(970,1004256000,5),(970,1018166400,4),(970,1035705600,5),(970,1049616000,4),(970,1067155200,5),(970,1081065600,4),(970,1099209600,5),(970,1112515200,4),(970,1130659200,5),(970,1136095200,1),(970,1143964800,0),(970,1162105200,1),(970,1173600000,0),(970,1194159600,1),(970,1205049600,0),(970,1225609200,1),(970,1236499200,0),(970,1257058800,1),(970,1268553600,0),(970,1289113200,1),(970,1300003200,0),(970,1320562800,1),(970,1331452800,0),(970,1352012400,1),(970,1362902400,0),(970,1383462000,1),(970,1394352000,0),(970,1414911600,1),(970,1425801600,0),(970,1446361200,1),(970,1457856000,0),(970,1478415600,1),(970,1489305600,0),(970,1509865200,1),(970,1520755200,0),(970,1541314800,1),(970,1552204800,0),(970,1572764400,1),(970,1583654400,0),(970,1604214000,1),(970,1615708800,0),(970,1636268400,1),(970,1647158400,0),(970,1667718000,1),(970,1678608000,0),(970,1699167600,1),(970,1710057600,0),(970,1730617200,1),(970,1741507200,0),(970,1762066800,1),(970,1772956800,0),(970,1793516400,1),(970,1805011200,0),(970,1825570800,1),(970,1836460800,0),(970,1857020400,1),(970,1867910400,0),(970,1888470000,1),(970,1899360000,0),(970,1919919600,1),(970,1930809600,0),(970,1951369200,1),(970,1962864000,0),(970,1983423600,1),(970,1994313600,0),(970,2014873200,1),(970,2025763200,0),(970,2046322800,1),(970,2057212800,0),(970,2077772400,1),(970,2088662400,0),(970,2109222000,1),(970,2120112000,0),(970,2140671600,1),(971,-1632070800,0),(971,-1615140000,1),(971,-1601753400,0),(971,-1583697600,1),(971,-1567357200,0),(971,-1554667200,1),(971,-1534698000,0),(971,-1524074400,1),(971,-1503248400,0),(971,-1492365600,1),(971,-1471798800,0),(971,-1460916000,1),(971,-1440954000,0),(971,-1428861600,1),(971,-1409504400,0),(971,-1397412000,1),(971,-1378054800,0),(971,-1365962400,1),(971,-1346605200,0),(971,-1333908000,1),(971,-1315155600,0),(971,-1301853600,1),(971,-1283706000,0),(971,-1270404000,1),(971,-1252256400,0),(971,-1238954400,1),(971,-1220806800,0),(971,-1207504800,1),(971,-1188752400,0),(971,-1176055200,1),(971,-1157302800,0),(971,-1144000800,1),(971,-1125853200,0),(971,-1112551200,1),(971,-1094403600,0),(971,-1081101600,1),(971,-1062954000,0),(971,-1049652000,1),(971,-1031504400,0),(971,-1018202400,1),(971,-1000054800,0),(971,-986752800,1),(971,-968000400,0),(971,-955303200,1),(971,-936550800,0),(971,-880218000,2),(971,-769395600,3),(971,-765396000,1),(971,-747248400,0),(971,-733946400,1),(971,-715806000,0),(971,-702504000,1),(971,-684356400,0),(971,-671054400,1),(971,-652906800,0),(971,-634161600,1),(971,-620845200,0),(971,-602704800,1),(971,-589395600,0),(971,-576093600,1),(971,-557946000,0),(971,-544644000,1),(971,-526496400,0),(971,-513194400,1),(971,-495046800,0),(971,-481744800,1),(971,-463597200,0),(971,-450295200,1),(971,-431542800,0),(971,-418240800,1),(971,-400093200,0),(971,-384372000,1),(971,-368643600,0),(971,-352922400,1),(971,-337194000,0),(971,-321472800,1),(971,-305744400,0),(971,-289418400,1),(971,-273690000,0),(971,-257968800,1),(971,-242240400,0),(971,-226519200,1),(971,-210790800,0),(971,-195069600,1),(971,-179341200,0),(971,-163620000,1),(971,-147891600,0),(971,-131565600,1),(971,-116442000,0),(971,-100116000,1),(971,-84387600,0),(971,-68666400,1),(971,-52938000,0),(971,-37216800,1),(971,-21488400,0),(971,-5767200,1),(971,9961200,0),(971,25682400,1),(971,41410800,0),(971,57736800,1),(971,73465200,0),(971,89186400,1),(971,104914800,0),(971,120636000,1),(971,136364400,0),(971,152085600,1),(971,167814000,0),(971,183535200,1),(971,199263600,0),(971,215589600,1),(971,230713200,0),(971,247039200,1),(971,262767600,0),(971,278488800,1),(971,294217200,0),(971,309938400,1),(971,325666800,0),(971,341388000,1),(971,357116400,0),(971,372837600,1),(971,388566000,0),(971,404892000,1),(971,420015600,0),(971,436341600,1),(971,452070000,0),(971,467791200,1),(971,483519600,0),(971,499240800,1),(971,514969200,0),(971,530690400,1),(971,544604400,0),(971,562140000,1),(971,576054000,0),(971,594194400,1),(971,607503600,0),(971,625644000,1),(971,638953200,0),(971,657093600,1),(971,671007600,0),(971,688543200,1),(971,702457200,0),(971,719992800,1),(971,733906800,0),(971,752047200,1),(971,765356400,0),(971,783496800,1),(971,796806000,0),(971,814946400,1),(971,828860400,0),(971,846396000,1),(971,860310000,0),(971,877845600,1),(971,891759600,0),(971,909295200,1),(971,923209200,0),(971,941349600,1),(971,954658800,0),(971,972799200,1),(971,986108400,0),(971,1004248800,1),(971,1018162800,0),(971,1035698400,1),(971,1049612400,0),(971,1067148000,1),(971,1081062000,0),(971,1099202400,1),(971,1112511600,0),(971,1130652000,1),(971,1143961200,0),(971,1162101600,1),(971,1173596400,0),(971,1194156000,1),(971,1205046000,0),(971,1225605600,1),(971,1236495600,0),(971,1257055200,1),(971,1268550000,0),(971,1289109600,1),(971,1299999600,0),(971,1320559200,1),(971,1331449200,0),(971,1352008800,1),(971,1362898800,0),(971,1383458400,1),(971,1394348400,0),(971,1414908000,1),(971,1425798000,0),(971,1446357600,1),(971,1457852400,0),(971,1478412000,1),(971,1489302000,0),(971,1509861600,1),(971,1520751600,0),(971,1541311200,1),(971,1552201200,0),(971,1572760800,1),(971,1583650800,0),(971,1604210400,1),(971,1615705200,0),(971,1636264800,1),(971,1647154800,0),(971,1667714400,1),(971,1678604400,0),(971,1699164000,1),(971,1710054000,0),(971,1730613600,1),(971,1741503600,0),(971,1762063200,1),(971,1772953200,0),(971,1793512800,1),(971,1805007600,0),(971,1825567200,1),(971,1836457200,0),(971,1857016800,1),(971,1867906800,0),(971,1888466400,1),(971,1899356400,0),(971,1919916000,1),(971,1930806000,0),(971,1951365600,1),(971,1962860400,0),(971,1983420000,1),(971,1994310000,0),(971,2014869600,1),(971,2025759600,0),(971,2046319200,1),(971,2057209200,0),(971,2077768800,1),(971,2088658800,0),(971,2109218400,1),(971,2120108400,0),(971,2140668000,1),(972,-1998663968,2),(972,-1632063600,1),(972,-1615132800,2),(972,-1600614000,1),(972,-1596816000,2),(972,-1567954800,1),(972,-1551628800,2),(972,-1536505200,1),(972,-1523203200,2),(972,-1504450800,1),(972,-1491753600,2),(972,-1473001200,1),(972,-1459699200,2),(972,-880210800,3),(972,-769395600,4),(972,-765388800,2),(972,-715791600,1),(972,-702489600,2),(972,73472400,1),(972,89193600,2),(972,104922000,1),(972,120643200,2),(972,136371600,1),(972,152092800,2),(972,167821200,1),(972,183542400,2),(972,199270800,1),(972,215596800,2),(972,230720400,1),(972,247046400,2),(972,262774800,1),(972,278496000,2),(972,294224400,1),(972,309945600,2),(972,325674000,1),(972,341395200,2),(972,357123600,1),(972,372844800,2),(972,388573200,1),(972,404899200,2),(972,420022800,1),(972,436348800,2),(972,452077200,1),(972,467798400,2),(972,483526800,1),(972,499248000,2),(972,514976400,1),(972,530697600,2),(972,544611600,1),(972,562147200,2),(972,576061200,1),(972,594201600,2),(972,607510800,1),(972,625651200,2),(972,638960400,1),(972,657100800,2),(972,671014800,1),(972,688550400,2),(972,702464400,1),(972,720000000,2),(972,733914000,1),(972,752054400,2),(972,765363600,1),(972,783504000,2),(972,796813200,1),(972,814953600,2),(972,828867600,1),(972,846403200,2),(972,860317200,1),(972,877852800,2),(972,891766800,1),(972,909302400,2),(972,923216400,1),(972,941356800,2),(972,954666000,1),(972,972806400,2),(972,986115600,1),(972,1004256000,2),(972,1018170000,1),(972,1035705600,2),(972,1049619600,1),(972,1067155200,2),(972,1081069200,1),(972,1099209600,2),(972,1112518800,1),(972,1130659200,2),(972,1143968400,1),(972,1162108800,2),(972,1173603600,1),(972,1194163200,2),(972,1205053200,1),(972,1225612800,2),(972,1236502800,1),(972,1257062400,2),(972,1268557200,1),(972,1289116800,2),(972,1300006800,1),(972,1320566400,2),(972,1331456400,1),(972,1352016000,2),(972,1362906000,1),(972,1383465600,2),(972,1394355600,1),(972,1414915200,2),(972,1425805200,1),(972,1446364800,2),(972,1457859600,1),(972,1478419200,2),(972,1489309200,1),(972,1509868800,2),(972,1520758800,1),(972,1541318400,2),(972,1552208400,1),(972,1572768000,2),(972,1583658000,1),(972,1604217600,2),(972,1615712400,1),(972,1636272000,2),(972,1647162000,1),(972,1667721600,2),(972,1678611600,1),(972,1699171200,2),(972,1710061200,1),(972,1730620800,2),(972,1741510800,1),(972,1762070400,2),(972,1772960400,1),(972,1793520000,2),(972,1805014800,1),(972,1825574400,2),(972,1836464400,1),(972,1857024000,2),(972,1867914000,1),(972,1888473600,2),(972,1899363600,1),(972,1919923200,2),(972,1930813200,1),(972,1951372800,2),(972,1962867600,1),(972,1983427200,2),(972,1994317200,1),(972,2014876800,2),(972,2025766800,1),(972,2046326400,2),(972,2057216400,1),(972,2077776000,2),(972,2088666000,1),(972,2109225600,2),(972,2120115600,1),(972,2140675200,2),(973,-1664130548,0),(973,-1650137348,1),(973,-1632076148,0),(973,-1615145348,1),(973,-1598650148,0),(973,-1590100148,1),(973,-1567286948,0),(973,-1551565748,1),(973,-1535837348,0),(973,-1520116148,1),(973,-1503782948,0),(973,-1488666548,1),(973,-1472333348,0),(973,-1457216948,1),(973,-1440883748,0),(973,-1425767348,1),(973,-1409434148,0),(973,-1394317748,1),(973,-1377984548,0),(973,-1362263348,1),(973,-1346534948,0),(973,-1330813748,1),(973,-1314480548,0),(973,-1299364148,1),(973,-1283030948,0),(973,-1267914548,1),(973,-1251581348,0),(973,-1236464948,1),(973,-1220131748,0),(973,-1205015348,1),(973,-1188682148,0),(973,-1172960948,1),(973,-1156627748,0),(973,-1141511348,1),(973,-1125178148,0),(973,-1110061748,1),(973,-1096921748,3),(973,-1093728600,2),(973,-1078612200,3),(973,-1061670600,2),(973,-1048973400,3),(973,-1030221000,2),(973,-1017523800,3),(973,-998771400,2),(973,-986074200,3),(973,-966717000,2),(973,-954624600,3),(973,-935267400,2),(973,-922570200,3),(973,-903817800,2),(973,-891120600,3),(973,-872368200,5),(973,-769395600,4),(973,-765401400,3),(973,-746044200,2),(973,-733347000,3),(973,-714594600,2),(973,-701897400,3),(973,-683145000,2),(973,-670447800,3),(973,-651695400,2),(973,-638998200,3),(973,-619641000,2),(973,-606943800,3),(973,-589401000,2),(973,-576099000,3),(973,-557951400,2),(973,-544649400,3),(973,-526501800,2),(973,-513199800,3),(973,-495052200,2),(973,-481750200,3),(973,-463602600,2),(973,-450300600,3),(973,-431548200,2),(973,-418246200,3),(973,-400098600,2),(973,-386796600,3),(973,-368649000,2),(973,-355347000,3),(973,-337199400,2),(973,-323897400,3),(973,-305749800,2),(973,-289423800,3),(973,-273695400,2),(973,-257974200,3),(973,-242245800,2),(973,-226524600,3),(973,-210796200,2),(973,-195075000,3),(973,-179346600,2),(973,-163625400,3),(973,-147897000,2),(973,-131571000,3),(973,-116447400,2),(973,-100121400,3),(973,-84393000,2),(973,-68671800,3),(973,-52943400,2),(973,-37222200,3),(973,-21493800,2),(973,-5772600,3),(973,9955800,2),(973,25677000,3),(973,41405400,2),(973,57731400,3),(973,73459800,2),(973,89181000,3),(973,104909400,2),(973,120630600,3),(973,136359000,2),(973,152080200,3),(973,167808600,2),(973,183529800,3),(973,199258200,2),(973,215584200,3),(973,230707800,2),(973,247033800,3),(973,262762200,2),(973,278483400,3),(973,294211800,2),(973,309933000,3),(973,325661400,2),(973,341382600,3),(973,357111000,2),(973,372832200,3),(973,388560600,2),(973,404886600,3),(973,420010200,2),(973,436336200,3),(973,452064600,2),(973,467785800,3),(973,483514200,2),(973,499235400,3),(973,514963800,2),(973,530685000,3),(973,544591860,2),(973,562127460,3),(973,576041460,6),(973,594178260,3),(973,607491060,2),(973,625631460,3),(973,638940660,2),(973,657081060,3),(973,670995060,2),(973,688530660,3),(973,702444660,2),(973,719980260,3),(973,733894260,2),(973,752034660,3),(973,765343860,2),(973,783484260,3),(973,796793460,2),(973,814933860,3),(973,828847860,2),(973,846383460,3),(973,860297460,2),(973,877833060,3),(973,891747060,2),(973,909282660,3),(973,923196660,2),(973,941337060,3),(973,954646260,2),(973,972786660,3),(973,986095860,2),(973,1004236260,3),(973,1018150260,2),(973,1035685860,3),(973,1049599860,2),(973,1067135460,3),(973,1081049460,2),(973,1099189860,3),(973,1112499060,2),(973,1130639460,3),(973,1143948660,2),(973,1162089060,3),(973,1173583860,2),(973,1194143460,3),(973,1205033460,2),(973,1225593060,3),(973,1236483060,2),(973,1257042660,3),(973,1268537460,2),(973,1289097060,3),(973,1299987060,2),(973,1320553800,3),(973,1331443800,2),(973,1352003400,3),(973,1362893400,2),(973,1383453000,3),(973,1394343000,2),(973,1414902600,3),(973,1425792600,2),(973,1446352200,3),(973,1457847000,2),(973,1478406600,3),(973,1489296600,2),(973,1509856200,3),(973,1520746200,2),(973,1541305800,3),(973,1552195800,2),(973,1572755400,3),(973,1583645400,2),(973,1604205000,3),(973,1615699800,2),(973,1636259400,3),(973,1647149400,2),(973,1667709000,3),(973,1678599000,2),(973,1699158600,3),(973,1710048600,2),(973,1730608200,3),(973,1741498200,2),(973,1762057800,3),(973,1772947800,2),(973,1793507400,3),(973,1805002200,2),(973,1825561800,3),(973,1836451800,2),(973,1857011400,3),(973,1867901400,2),(973,1888461000,3),(973,1899351000,2),(973,1919910600,3),(973,1930800600,2),(973,1951360200,3),(973,1962855000,2),(973,1983414600,3),(973,1994304600,2),(973,2014864200,3),(973,2025754200,2),(973,2046313800,3),(973,2057203800,2),(973,2077763400,3),(973,2088653400,2),(973,2109213000,3),(973,2120103000,2),(973,2140662600,3),(974,-1632060000,0),(974,-1615129200,1),(974,-880207200,2),(974,-769395600,3),(974,-765385200,1),(974,-747237600,0),(974,-733935600,1),(974,-715788000,0),(974,-702486000,1),(974,-684338400,0),(974,-671036400,1),(974,-652888800,0),(974,-639586800,1),(974,-620834400,0),(974,-608137200,1),(974,-589384800,0),(974,-576082800,1),(974,-557935200,0),(974,-544633200,1),(974,-526485600,0),(974,-513183600,1),(974,-495036000,0),(974,-481734000,1),(974,-463586400,0),(974,-450284400,1),(974,-431532000,0),(974,-418230000,1),(974,-400082400,0),(974,-386780400,1),(974,-368632800,0),(974,-355330800,1),(974,-337183200,0),(974,-323881200,1),(974,-305733600,0),(974,-292431600,1),(974,-273679200,0),(974,-260982000,1),(974,-242229600,0),(974,-226508400,1),(974,-210780000,0),(974,-195058800,1),(974,-179330400,0),(974,-163609200,1),(974,-147880800,0),(974,-131554800,1),(974,-116431200,0),(974,-100105200,1),(974,-84376800,0),(974,-68655600,1),(974,-52927200,0),(974,-37206000,1),(974,-21477600,0),(974,-5756400,1),(974,9972000,0),(974,25693200,1),(974,41421600,0),(974,57747600,1),(974,73476000,0),(974,89197200,1),(974,104925600,0),(974,120646800,1),(974,136375200,0),(974,152096400,1),(974,167824800,0),(974,183546000,1),(974,199274400,0),(974,215600400,1),(974,230724000,0),(974,247050000,1),(974,262778400,0),(974,278499600,1),(974,294228000,0),(974,309949200,1),(974,325677600,0),(974,341398800,1),(974,357127200,0),(974,372848400,1),(974,388576800,0),(974,404902800,1),(974,420026400,0),(974,436352400,1),(974,452080800,0),(974,467802000,1),(974,483530400,0),(974,499251600,1),(974,514980000,0),(974,530701200,1),(974,544615200,0),(974,562150800,1),(974,576064800,0),(974,594205200,1),(974,607514400,0),(974,625654800,1),(974,638964000,0),(974,657104400,1),(974,671018400,0),(974,688554000,1),(974,702468000,0),(974,720003600,1),(974,733917600,0),(974,752058000,1),(974,765367200,0),(974,783507600,1),(974,796816800,0),(974,814957200,1),(974,828871200,0),(974,846406800,1),(974,860320800,0),(974,877856400,1),(974,891770400,0),(974,909306000,1),(974,923220000,0),(974,941360400,1),(974,954669600,0),(974,972810000,1),(974,986119200,0),(974,1004259600,1),(974,1018173600,0),(974,1035709200,1),(974,1049623200,0),(974,1067158800,1),(974,1081072800,0),(974,1099213200,1),(974,1112522400,0),(974,1130662800,1),(974,1143972000,0),(974,1162112400,1),(974,1173607200,0),(974,1194166800,1),(974,1205056800,0),(974,1225616400,1),(974,1236506400,0),(974,1257066000,1),(974,1268560800,0),(974,1289120400,1),(974,1300010400,0),(974,1320570000,1),(974,1331460000,0),(974,1352019600,1),(974,1362909600,0),(974,1383469200,1),(974,1394359200,0),(974,1414918800,1),(974,1425808800,0),(974,1446368400,1),(974,1457863200,0),(974,1478422800,1),(974,1489312800,0),(974,1509872400,1),(974,1520762400,0),(974,1541322000,1),(974,1552212000,0),(974,1572771600,1),(974,1583661600,0),(974,1604221200,1),(974,1615716000,0),(974,1636275600,1),(974,1647165600,0),(974,1667725200,1),(974,1678615200,0),(974,1699174800,1),(974,1710064800,0),(974,1730624400,1),(974,1741514400,0),(974,1762074000,1),(974,1772964000,0),(974,1793523600,1),(974,1805018400,0),(974,1825578000,1),(974,1836468000,0),(974,1857027600,1),(974,1867917600,0),(974,1888477200,1),(974,1899367200,0),(974,1919926800,1),(974,1930816800,0),(974,1951376400,1),(974,1962871200,0),(974,1983430800,1),(974,1994320800,0),(974,2014880400,1),(974,2025770400,0),(974,2046330000,1),(974,2057220000,0),(974,2077779600,1),(974,2088669600,0),(974,2109229200,1),(974,2120119200,0),(974,2140678800,1),(975,-2030202084,2),(975,-1632063600,1),(975,-1615132800,2),(975,-1251651600,1),(975,-1238349600,2),(975,-1220202000,1),(975,-1206900000,2),(975,-1188752400,1),(975,-1175450400,2),(975,-1156698000,1),(975,-1144000800,2),(975,-1125248400,1),(975,-1111946400,2),(975,-1032714000,1),(975,-1016992800,2),(975,-1001264400,1),(975,-986148000,2),(975,-969814800,1),(975,-954093600,2),(975,-937760400,1),(975,-922039200,2),(975,-906310800,1),(975,-890589600,2),(975,-880210800,3),(975,-769395600,4),(975,-765388800,2),(975,-748450800,1),(975,-732729600,2),(975,-715791600,1),(975,-702489600,2),(975,-684342000,1),(975,-671040000,2),(975,-652892400,1),(975,-639590400,2),(975,-620838000,1),(975,-608140800,2),(975,-589388400,1),(975,-576086400,2),(975,-557938800,1),(975,-544636800,2),(975,-526489200,1),(975,-513187200,2),(975,-495039600,1),(975,-481737600,2),(975,-463590000,1),(975,-450288000,2),(975,-431535600,1),(975,-418233600,2),(975,-400086000,1),(975,-386784000,2),(975,-337186800,1),(975,-321465600,2),(975,-305737200,5),(976,-1632056400,0),(976,-1615125600,1),(976,-1596978000,0),(976,-1583164800,1),(976,-880203600,2),(976,-769395600,3),(976,-765381600,1),(976,-147884400,4),(976,-131554800,1),(976,-81961200,5),(976,325677600,6),(976,341398800,5),(976,357127200,6),(976,372848400,5),(976,388576800,6),(976,404902800,5),(976,420026400,6),(976,436352400,5),(976,452080800,6),(976,467802000,5),(976,483530400,6),(976,499251600,5),(976,514980000,6),(976,530701200,5),(976,544615200,6),(976,562150800,5),(976,576064800,6),(976,594205200,5),(976,607514400,6),(976,625654800,5),(976,638964000,6),(976,657104400,5),(976,671018400,6),(976,688554000,5),(976,702468000,6),(976,720003600,5),(976,733917600,6),(976,752058000,5),(976,765367200,6),(976,783507600,5),(976,796816800,6),(976,814957200,5),(976,828871200,6),(976,846406800,5),(976,860320800,6),(976,877856400,5),(976,891770400,6),(976,909306000,5),(976,923220000,6),(976,941360400,5),(976,954669600,6),(976,972810000,5),(976,986119200,6),(976,1004259600,5),(976,1018173600,6),(976,1035709200,5),(976,1049623200,6),(976,1067158800,5),(976,1081072800,6),(976,1099213200,5),(976,1112522400,6),(976,1130662800,5),(976,1143972000,6),(976,1162112400,5),(976,1173607200,6),(976,1194166800,5),(976,1205056800,6),(976,1225616400,5),(976,1236506400,6),(976,1257066000,5),(976,1268560800,6),(976,1289120400,5),(976,1300010400,6),(976,1320570000,5),(976,1331460000,6),(976,1352019600,5),(976,1362909600,6),(976,1383469200,5),(976,1394359200,6),(976,1414918800,5),(976,1425808800,6),(976,1446368400,5),(976,1457863200,6),(976,1478422800,5),(976,1489312800,6),(976,1509872400,5),(976,1520762400,6),(976,1541322000,5),(976,1552212000,6),(976,1572771600,5),(976,1583661600,6),(976,1604214000,7),(977,-1892661435,1),(977,-1688410800,0),(977,-1619205435,2),(977,-1593806400,0),(977,-1335986235,3),(977,-1317585600,1),(977,-1304362800,3),(977,-1286049600,1),(977,-1272826800,3),(977,-1254513600,1),(977,-1241290800,3),(977,-1222977600,1),(977,-1209754800,3),(977,-1191355200,1),(977,-1178132400,2),(977,-870552000,1),(977,-865278000,2),(977,-740520000,4),(977,-736376400,2),(977,-718056000,1),(977,-713649600,2),(977,-36619200,5),(977,-23922000,6),(977,-3355200,5),(977,7527600,6),(977,24465600,5),(977,37767600,6),(977,55915200,5),(977,69217200,6),(977,87969600,5),(977,100666800,6),(977,118209600,5),(977,132116400,6),(977,150868800,5),(977,163566000,6),(977,182318400,5),(977,195620400,6),(977,213768000,5),(977,227070000,6),(977,245217600,5),(977,258519600,6),(977,277272000,5),(977,289969200,6),(977,308721600,5),(977,321418800,6),(977,340171200,5),(977,353473200,6),(977,371620800,5),(977,384922800,6),(977,403070400,5),(977,416372400,6),(977,434520000,5),(977,447822000,6),(977,466574400,5),(977,479271600,6),(977,498024000,5),(977,510721200,6),(977,529473600,5),(977,545194800,6),(977,560923200,5),(977,574225200,6),(977,592372800,5),(977,605674800,6),(977,624427200,5),(977,637124400,6),(977,653457600,5),(977,668574000,6),(977,687326400,5),(977,700628400,6),(977,718776000,5),(977,732078000,6),(977,750225600,5),(977,763527600,6),(977,781675200,5),(977,794977200,6),(977,813729600,5),(977,826426800,6),(977,845179200,5),(977,859690800,6),(977,876628800,5),(977,889930800,6),(977,906868800,5),(977,923194800,6),(977,939528000,5),(977,952830000,6),(977,971582400,5),(977,984279600,6),(977,1003032000,5),(977,1015729200,6),(977,1034481600,5),(977,1047178800,6),(977,1065931200,5),(977,1079233200,6),(977,1097380800,5),(977,1110682800,6),(977,1128830400,5),(977,1142132400,6),(977,1160884800,5),(977,1173582000,6),(977,1192334400,5),(977,1206846000,6),(977,1223784000,5),(977,1237086000,6),(977,1255233600,5),(977,1270350000,6),(977,1286683200,5),(977,1304823600,6),(977,1313899200,5),(977,1335668400,6),(977,1346558400,5),(977,1367118000,6),(977,1378612800,5),(977,1398567600,6),(977,1410062400,5),(977,1463281200,6),(977,1471147200,5),(977,1494730800,6),(977,1502596800,5),(977,1526180400,6),(977,1534046400,5),(977,1554606000,6),(977,1567915200,5),(977,1586055600,6),(977,1599364800,5),(977,1617505200,6),(977,1630814400,5),(977,1648954800,6),(977,1662264000,5),(977,1680404400,6),(977,1693713600,5),(977,1712458800,6),(977,1725768000,5),(977,1743908400,6),(977,1757217600,5),(977,1775358000,6),(977,1788667200,5),(977,1806807600,6),(977,1820116800,5),(977,1838257200,6),(977,1851566400,5),(977,1870311600,6),(977,1883016000,5),(977,1901761200,6),(977,1915070400,5),(977,1933210800,6),(977,1946520000,5),(977,1964660400,6),(977,1977969600,5),(977,1996110000,6),(977,2009419200,5),(977,2027559600,6),(977,2040868800,5),(977,2059614000,6),(977,2072318400,5),(977,2091063600,6),(977,2104372800,5),(977,2122513200,6),(977,2135822400,5),(978,-1178124152,3),(978,-36619200,1),(978,-23922000,2),(978,-3355200,1),(978,7527600,2),(978,24465600,1),(978,37767600,2),(978,55915200,1),(978,69217200,2),(978,87969600,1),(978,100666800,2),(978,118209600,1),(978,132116400,2),(978,150868800,1),(978,163566000,2),(978,182318400,1),(978,195620400,2),(978,213768000,1),(978,227070000,2),(978,245217600,1),(978,258519600,2),(978,277272000,1),(978,289969200,2),(978,308721600,1),(978,321418800,2),(978,340171200,1),(978,353473200,2),(978,371620800,1),(978,384922800,4),(978,403070400,5),(978,416372400,4),(978,434520000,5),(978,447822000,4),(978,466574400,5),(978,479271600,4),(978,498024000,5),(978,510721200,4),(978,529473600,5),(978,545194800,4),(978,560923200,5),(978,574225200,4),(978,592372800,5),(978,605674800,4),(978,624427200,5),(978,637124400,4),(978,653457600,5),(978,668574000,4),(978,687326400,5),(978,700628400,4),(978,718776000,5),(978,732078000,4),(978,750225600,5),(978,763527600,4),(978,781675200,5),(978,794977200,4),(978,813729600,5),(978,826426800,4),(978,845179200,5),(978,859690800,4),(978,876628800,5),(978,889930800,4),(978,906868800,5),(978,923194800,4),(978,939528000,5),(978,952830000,4),(978,971582400,5),(978,984279600,4),(978,1003032000,5),(978,1015729200,4),(978,1034481600,5),(978,1047178800,4),(978,1065931200,5),(978,1079233200,4),(978,1097380800,5),(978,1110682800,4),(978,1128830400,5),(978,1142132400,4),(978,1160884800,5),(978,1173582000,4),(978,1192334400,5),(978,1206846000,4),(978,1223784000,5),(978,1237086000,4),(978,1255233600,5),(978,1270350000,4),(978,1286683200,5),(978,1304823600,4),(978,1313899200,5),(978,1335668400,4),(978,1346558400,5),(978,1367118000,4),(978,1378612800,5),(978,1398567600,4),(978,1410062400,5),(978,1463281200,4),(978,1471147200,5),(978,1494730800,4),(978,1502596800,5),(978,1526180400,4),(978,1534046400,5),(978,1554606000,4),(978,1567915200,5),(978,1586055600,4),(978,1599364800,5),(978,1617505200,4),(978,1630814400,5),(978,1648954800,4),(978,1662264000,5),(978,1680404400,4),(978,1693713600,5),(978,1712458800,4),(978,1725768000,5),(978,1743908400,4),(978,1757217600,5),(978,1775358000,4),(978,1788667200,5),(978,1806807600,4),(978,1820116800,5),(978,1838257200,4),(978,1851566400,5),(978,1870311600,4),(978,1883016000,5),(978,1901761200,4),(978,1915070400,5),(978,1933210800,4),(978,1946520000,5),(978,1964660400,4),(978,1977969600,5),(978,1996110000,4),(978,2009419200,5),(978,2027559600,4),(978,2040868800,5),(978,2059614000,4),(978,2072318400,5),(978,2091063600,4),(978,2104372800,5),(978,2122513200,4),(978,2135822400,5),(979,-1402813824,2),(979,-1311534000,1),(979,-1300996800,2),(979,-933534000,1),(979,-925675200,2),(979,-902084400,1),(979,-893620800,2),(979,-870030000,1),(979,-862171200,2),(979,-775681200,1),(979,-767822400,2),(979,-744231600,1),(979,-736372800,2),(979,-144702000,1),(979,-134251200,2),(979,-113425200,1),(979,-102542400,2),(979,-86295600,1),(979,-72907200,2),(979,-54154800,1),(979,-41457600,2),(979,-21495600,1),(979,-5774400,2),(979,9954000,1),(979,25675200,2),(979,41403600,1),(979,57729600,2),(979,73458000,1),(979,87364800,2),(979,104907600,1),(979,118900800,2),(979,136357200,1),(979,150436800,2),(979,167806800,1),(979,183528000,2),(979,199256400,1),(979,215582400,2),(979,230706000,1),(979,247032000,2),(979,263365200,1),(979,276667200,2),(979,290581200,1),(979,308721600,2),(979,322030800,1),(979,340171200,2),(979,358318800,1),(979,371620800,2),(979,389768400,1),(979,403070400,2),(979,421218000,1),(979,434520000,2),(979,452667600,1),(979,466574400,2),(979,484117200,1),(979,498024000,2),(979,511333200,1),(979,529473600,2),(979,542782800,1),(979,560923200,2),(979,574837200,1),(979,592372800,2),(979,606286800,1),(979,623822400,2),(979,638946000,1),(979,655876800,2),(979,671000400,1),(979,687330000,3),(979,702450000,1),(979,718779600,3),(979,733899600,1),(979,750229200,3),(979,765349200,1),(979,781678800,3),(979,796798800,1),(979,813128400,3),(979,828853200,1),(979,844578000,3),(979,860302800,1),(979,876632400,3),(979,891147600,4),(979,909291600,3),(979,922597200,4),(979,941346000,3),(979,954651600,4),(979,972795600,3),(979,986101200,4),(979,1004245200,3),(979,1018155600,4),(979,1035694800,3),(979,1049605200,4),(979,1067144400,3),(979,1080450000,4),(979,1162098000,3),(979,1173589200,4),(979,1193547600,3),(979,1205643600,4),(979,1224997200,3),(979,1236488400,4),(979,1256446800,3),(979,1268542800,4),(979,1288501200,3),(979,1300597200,4),(979,1321160400,3),(979,1333256400,4),(979,1352005200,3),(979,1362891600,4),(979,1383454800,3),(979,1394341200,4),(979,1414904400,3),(979,1425790800,4),(979,1446354000,3),(979,1457845200,4),(979,1478408400,3),(979,1489294800,4),(979,1509858000,3),(979,1520744400,4),(979,1541307600,3),(979,1552194000,4),(979,1572757200,3),(979,1583643600,4),(979,1604206800,3),(979,1615698000,4),(979,1636261200,3),(979,1647147600,4),(979,1667710800,3),(979,1678597200,4),(979,1699160400,3),(979,1710046800,4),(979,1730610000,3),(979,1741496400,4),(979,1762059600,3),(979,1772946000,4),(979,1793509200,3),(979,1805000400,4),(979,1825563600,3),(979,1836450000,4),(979,1857013200,3),(979,1867899600,4),(979,1888462800,3),(979,1899349200,4),(979,1919912400,3),(979,1930798800,4),(979,1951362000,3),(979,1962853200,4),(979,1983416400,3),(979,1994302800,4),(979,2014866000,3),(979,2025752400,4),(979,2046315600,3),(979,2057202000,4),(979,2077765200,3),(979,2088651600,4),(979,2109214800,3),(979,2120101200,4),(979,2140664400,3),(980,228877200,0),(980,243997200,1),(980,260326800,0),(980,276051600,1),(980,291776400,0),(980,307501200,1),(980,323830800,0),(980,338950800,1),(980,354675600,0),(980,370400400,1),(980,386125200,0),(980,401850000,1),(980,417574800,0),(980,433299600,1),(980,449024400,0),(980,465354000,1),(980,481078800,0),(980,496803600,1),(980,512528400,0),(980,528253200,1),(980,543978000,0),(980,559702800,1),(980,575427600,0),(980,591152400,1),(980,606877200,0),(980,622602000,1),(980,638326800,0),(980,654656400,1),(980,670381200,0),(980,686106000,1),(980,701830800,0),(980,717555600,1),(980,733280400,0),(980,749005200,1),(980,764730000,0),(980,780454800,1),(980,796179600,0),(980,811904400,1),(980,828234000,0),(980,846378000,1),(980,859683600,0),(980,877827600,1),(980,891133200,0),(980,909277200,1),(980,922582800,0),(980,941331600,1),(980,954032400,0),(980,972781200,1),(980,985482000,0),(980,1004230800,1),(980,1017536400,0),(980,1035680400,1),(980,1048986000,0),(980,1067130000,1),(980,1080435600,0),(980,1099184400,1),(980,1111885200,0),(980,1130634000,1),(980,1143334800,0),(980,1162083600,1),(980,1174784400,0),(980,1193533200,1),(980,1206838800,0),(980,1224982800,1),(980,1238288400,0),(980,1256432400,1),(980,1269738000,0),(980,1288486800,1),(980,1301187600,0),(980,1319936400,1),(980,1332637200,0),(980,1351386000,1),(980,1364691600,0),(980,1382835600,1),(980,1396141200,0),(980,1414285200,1),(980,1427590800,0),(980,1445734800,1),(980,1459040400,0),(980,1477789200,1),(980,1490490000,0),(980,1509238800,1),(980,1521939600,0),(980,1540688400,1),(980,1553994000,0),(980,1572138000,1),(980,1585443600,0),(980,1603587600,1),(980,1616893200,0),(980,1635642000,1),(980,1648342800,0),(980,1667091600,1),(980,1679792400,0),(980,1698541200,1),(980,1711846800,0),(980,1729990800,1),(980,1743296400,0),(980,1761440400,1),(980,1774746000,0),(980,1792890000,1),(980,1806195600,0),(980,1824944400,1),(980,1837645200,0),(980,1856394000,1),(980,1869094800,0),(980,1887843600,1),(980,1901149200,0),(980,1919293200,1),(980,1932598800,0),(980,1950742800,1),(980,1964048400,0),(980,1982797200,1),(980,1995498000,0),(980,2014246800,1),(980,2026947600,0),(980,2045696400,1),(980,2058397200,0),(980,2077146000,1),(980,2090451600,0),(980,2108595600,1),(980,2121901200,0),(980,2140045200,1),(982,-1633280400,0),(982,-1615140000,1),(982,-1601830800,0),(982,-1583690400,1),(982,-880218000,2),(982,-769395600,3),(982,-765396000,1),(982,-84387600,0),(982,-68666400,1),(982,-52938000,0),(982,-37216800,1),(982,-21488400,0),(982,-5767200,1),(982,9961200,0),(982,25682400,1),(982,41410800,0),(982,57736800,1),(982,73465200,0),(982,89186400,1),(982,104914800,0),(982,120636000,1),(982,126687600,0),(982,152085600,1),(982,162370800,0),(982,183535200,1),(982,199263600,0),(982,215589600,1),(982,230713200,0),(982,247039200,1),(982,262767600,0),(982,278488800,1),(982,294217200,0),(982,309938400,1),(982,325666800,0),(982,341388000,1),(982,357116400,0),(982,372837600,1),(982,388566000,0),(982,404892000,1),(982,420015600,0),(982,436341600,1),(982,452070000,0),(982,467791200,1),(982,483519600,0),(982,499240800,1),(982,514969200,0),(982,530690400,1),(982,544604400,0),(982,562140000,1),(982,576054000,0),(982,594194400,1),(982,607503600,0),(982,625644000,1),(982,638953200,0),(982,657093600,1),(982,671007600,0),(982,688543200,1),(982,702457200,0),(982,719992800,1),(982,733906800,0),(982,752047200,1),(982,765356400,0),(982,783496800,1),(982,796806000,0),(982,814946400,1),(982,828860400,0),(982,846396000,1),(982,860310000,0),(982,877845600,1),(982,891759600,0),(982,909295200,1),(982,923209200,0),(982,941349600,1),(982,954658800,0),(982,972799200,1),(982,986108400,0),(982,1004248800,1),(982,1018162800,0),(982,1035698400,1),(982,1049612400,0),(982,1067148000,1),(982,1081062000,0),(982,1099202400,1),(982,1112511600,0),(982,1130652000,1),(982,1143961200,0),(982,1162101600,1),(982,1173596400,0),(982,1194156000,1),(982,1205046000,0),(982,1225605600,1),(982,1236495600,0),(982,1257055200,1),(982,1268550000,0),(982,1289109600,1),(982,1299999600,0),(982,1320559200,1),(982,1331449200,0),(982,1352008800,1),(982,1362898800,0),(982,1383458400,1),(982,1394348400,0),(982,1414908000,1),(982,1425798000,0),(982,1446357600,1),(982,1457852400,0),(982,1478412000,1),(982,1489302000,0),(982,1509861600,1),(982,1520751600,0),(982,1541311200,1),(982,1552201200,0),(982,1572760800,1),(982,1583650800,0),(982,1604210400,1),(982,1615705200,0),(982,1636264800,1),(982,1647154800,0),(982,1667714400,1),(982,1678604400,0),(982,1699164000,1),(982,1710054000,0),(982,1730613600,1),(982,1741503600,0),(982,1762063200,1),(982,1772953200,0),(982,1793512800,1),(982,1805007600,0),(982,1825567200,1),(982,1836457200,0),(982,1857016800,1),(982,1867906800,0),(982,1888466400,1),(982,1899356400,0),(982,1919916000,1),(982,1930806000,0),(982,1951365600,1),(982,1962860400,0),(982,1983420000,1),(982,1994310000,0),(982,2014869600,1),(982,2025759600,0),(982,2046319200,1),(982,2057209200,0),(982,2077768800,1),(982,2088658800,0),(982,2109218400,1),(982,2120108400,0),(982,2140668000,1),(983,-929844000,0),(983,-923108400,1),(983,-906170400,0),(983,-892868400,1),(983,-875844000,0),(983,-857790000,1),(983,-844308000,0),(983,-825822000,1),(983,-812685600,0),(983,-794199600,1),(983,-779853600,0),(983,-762663600,1),(983,-399088800,0),(983,-386650800,1),(983,-368330400,0),(983,-355114800,1),(983,-336790800,0),(983,-323654400,1),(983,-305168400,0),(983,-292032000,1),(983,-273632400,0),(983,-260496000,1),(983,-242096400,0),(983,-228960000,1),(983,-210560400,0),(983,-197424000,1),(983,-178938000,0),(983,-165801600,1),(983,-147402000,0),(983,-134265600,1),(983,-115866000,0),(983,-102643200,1),(983,-84330000,0),(983,-71107200,1),(983,-52707600,0),(983,-39484800,1),(983,-21171600,0),(983,-7948800,1),(983,10364400,0),(983,23587200,1),(983,41900400,0),(983,55123200,1),(983,73522800,0),(983,86745600,1),(983,105058800,0),(983,118281600,1),(983,136594800,0),(983,149817600,1),(983,168130800,0),(983,181353600,1),(983,199753200,0),(983,212976000,1),(983,231289200,0),(983,244512000,1),(983,262825200,0),(983,276048000,1),(983,294361200,0),(983,307584000,1),(983,325983600,0),(983,339206400,1),(983,357519600,0),(983,370742400,1),(983,396399600,0),(983,402278400,1),(983,426812400,0),(983,433814400,1),(983,452214000,0),(983,465436800,1),(983,483750000,0),(983,496972800,1),(983,515286000,0),(983,528508800,1),(983,546822000,0),(983,560044800,1),(983,578444400,0),(983,591667200,1),(983,610412400,0),(983,623203200,1),(983,641516400,0),(983,654739200,1),(983,673052400,0),(983,686275200,1),(983,704674800,0),(983,717897600,1),(983,736210800,0),(983,749433600,1),(983,767746800,0),(983,780969600,1),(983,799020000,2),(983,812322000,1),(983,830469600,2),(983,843771600,1),(983,861919200,2),(983,875221200,1),(983,893368800,2),(983,906670800,1),(983,925423200,2),(983,938725200,1),(983,956872800,2),(983,970174800,1),(983,988322400,2),(983,1001624400,1),(983,1019772000,2),(983,1033074000,1),(983,1051221600,2),(983,1064523600,1),(983,1083276000,2),(983,1096578000,1),(983,1114725600,2),(983,1128027600,1),(983,1146175200,2),(983,1158872400,1),(983,1177624800,2),(983,1189112400,1),(983,1209074400,2),(983,1219957200,1),(983,1240524000,2),(983,1250802000,1),(983,1272578400,2),(983,1281474000,1),(983,1284069600,0),(983,1285880400,1),(983,1400191200,0),(983,1403816400,1),(983,1406844000,0),(983,1411678800,1),(984,-1691962479,1),(984,-1680471279,3),(984,-1664143200,2),(984,-1650146400,3),(984,-1633903200,2),(984,-1617487200,3),(984,-1601848800,2),(984,-1586037600,3),(984,-1570399200,2),(984,-1552168800,3),(984,-1538344800,2),(984,-1522533600,3),(984,-1517011200,5),(984,-1507500000,4),(984,-1490565600,3),(984,-1473631200,4),(984,-1460930400,3),(984,-1442786400,4),(984,-1428876000,3),(984,-1410732000,4),(984,-1396216800,3),(984,-1379282400,4),(984,-1364767200,3),(984,-1348437600,4),(984,-1333317600,3),(984,-1315778400,4),(984,-1301263200,3),(984,-1284328800,4),(984,-1269813600,3),(984,-1253484000,4),(984,-1238364000,3),(984,-1221429600,4),(984,-1206914400,3),(984,-1189980000,4),(984,-1175464800,3),(984,-1159135200,4),(984,-1143410400,3),(984,-1126476000,4),(984,-1111960800,3),(984,-1095631200,4),(984,-1080511200,3),(984,-1063576800,4),(984,-1049061600,3),(984,-1032127200,4),(984,-1017612000,3),(984,-1001282400,4),(984,-986162400,3),(984,-969228000,4),(984,-950479200,3),(984,-942012000,4),(984,-733356000,3),(984,-719445600,4),(984,-699487200,3),(984,-684972000,4),(984,-668037600,3),(984,-654732000,4),(984,-636588000,3),(984,-622072800,4),(984,-605743200,3),(984,-590623200,4),(984,-574293600,3),(984,-558568800,4),(984,-542239200,3),(984,-527119200,4),(984,-512604000,3),(984,-496274400,4),(984,-481154400,3),(984,-464220000,4),(984,-449704800,3),(984,-432165600,4),(984,-417650400,3),(984,-401320800,4),(984,-386200800,3),(984,-369266400,4),(984,-354751200,3),(984,-337816800,4),(984,-323301600,3),(984,-306972000,4),(984,-291852000,3),(984,-276732000,4),(984,-257983200,3),(984,-245282400,4),(984,-226533600,3),(984,-213228000,4),(984,-195084000,3),(984,-182383200,4),(984,-163634400,3),(984,-150933600,4),(984,-132184800,3),(984,-119484000,4),(984,-100735200,3),(984,-88034400,4),(984,-68680800,3),(984,-59004000,4),(984,-37242000,6),(984,57722400,8),(984,69818400,4),(984,89172000,3),(984,101268000,4),(984,120621600,3),(984,132717600,4),(984,152071200,3),(984,164167200,4),(984,183520800,3),(984,196221600,4),(984,214970400,3),(984,227671200,4),(984,246420000,3),(984,259120800,4),(984,278474400,3),(984,290570400,4),(984,309924000,3),(984,322020000,4),(984,341373600,3),(984,354675600,7),(984,372819600,8),(984,386125200,7),(984,404269200,8),(984,417574800,7),(984,435718800,8),(984,449024400,7),(984,467773200,8),(984,481078800,7),(984,499222800,8),(984,512528400,7),(984,530672400,8),(984,543978000,7),(984,562122000,8),(984,575427600,7),(984,593571600,8),(984,606877200,7),(984,625626000,8),(984,638326800,7),(984,657075600,8),(984,670381200,7),(984,688525200,8),(984,701830800,7),(984,719974800,8),(984,733280400,7),(984,751424400,8),(984,764730000,7),(984,782874000,8),(984,796179600,7),(984,814323600,8),(984,820454400,5),(984,828234000,7),(984,846378000,8),(984,859683600,7),(984,877827600,8),(984,891133200,7),(984,909277200,8),(984,922582800,7),(984,941331600,8),(984,954032400,7),(984,972781200,8),(984,985482000,7),(984,1004230800,8),(984,1017536400,7),(984,1035680400,8),(984,1048986000,7),(984,1067130000,8),(984,1080435600,7),(984,1099184400,8),(984,1111885200,7),(984,1130634000,8),(984,1143334800,7),(984,1162083600,8),(984,1174784400,7),(984,1193533200,8),(984,1206838800,7),(984,1224982800,8),(984,1238288400,7),(984,1256432400,8),(984,1269738000,7),(984,1288486800,8),(984,1301187600,7),(984,1319936400,8),(984,1332637200,7),(984,1351386000,8),(984,1364691600,7),(984,1382835600,8),(984,1396141200,7),(984,1414285200,8),(984,1427590800,7),(984,1445734800,8),(984,1459040400,7),(984,1477789200,8),(984,1490490000,7),(984,1509238800,8),(984,1521939600,7),(984,1540688400,8),(984,1553994000,7),(984,1572138000,8),(984,1585443600,7),(984,1603587600,8),(984,1616893200,7),(984,1635642000,8),(984,1648342800,7),(984,1667091600,8),(984,1679792400,7),(984,1698541200,8),(984,1711846800,7),(984,1729990800,8),(984,1743296400,7),(984,1761440400,8),(984,1774746000,7),(984,1792890000,8),(984,1806195600,7),(984,1824944400,8),(984,1837645200,7),(984,1856394000,8),(984,1869094800,7),(984,1887843600,8),(984,1901149200,7),(984,1919293200,8),(984,1932598800,7),(984,1950742800,8),(984,1964048400,7),(984,1982797200,8),(984,1995498000,7),(984,2014246800,8),(984,2026947600,7),(984,2045696400,8),(984,2058397200,7),(984,2077146000,8),(984,2090451600,7),(984,2108595600,8),(984,2121901200,7),(984,2140045200,8),(1020,-1693700372,0),(1020,-1680484772,1),(1020,-1663453172,2),(1020,-1650147572,3),(1020,-1633213172,2),(1020,-1617488372,3),(1020,-1601158772,2),(1020,-1586038772,3),(1020,-1569709172,2),(1020,-1554589172,3),(1020,-1538259572,2),(1020,-1523139572,3),(1020,-1507501172,2),(1020,-1490566772,3),(1020,-1470176372,2),(1020,-1459117172,3),(1020,-1443997172,2),(1020,-1427667572,3),(1020,-1406672372,2),(1020,-1396217972,3),(1020,-1376950772,2),(1020,-1364768372,3),(1020,-1345414772,2),(1020,-1333318772,3),(1020,-1313792372,2),(1020,-1301264372,3),(1020,-1282256372,2),(1020,-1269814772,3),(1020,-1250720372,2),(1020,-1238365172,3),(1020,-1219184372,2),(1020,-1206915572,3),(1020,-1186957172,2),(1020,-1175465972,3),(1020,-1156025972,2),(1020,-1143411572,3),(1020,-1124489972,2),(1020,-1111961972,3),(1020,-1092953972,2),(1020,-1080512372,3),(1020,-1061331572,2),(1020,-1049062772,3),(1020,-1029190772,2),(1020,-1025745572,6),(1020,-1017613200,4),(1020,-998259600,5),(1020,-986163600,4),(1020,-966723600,5),(1020,-954109200,4),(1020,-935022000,9),(1020,-857257200,7),(1020,-844556400,8),(1020,-828226800,7),(1020,-812502000,8),(1020,-796777200,7),(1020,-781052400,8),(1020,-766623600,7),(1020,220921200,12),(1020,228877200,10),(1020,243997200,11),(1020,260326800,10),(1020,276051600,11),(1020,291776400,10),(1020,307501200,11),(1020,323830800,10),(1020,338950800,11),(1020,354675600,10),(1020,370400400,11),(1020,386125200,10),(1020,401850000,11),(1020,417574800,10),(1020,433299600,11),(1020,449024400,10),(1020,465354000,11),(1020,481078800,10),(1020,496803600,11),(1020,512528400,10),(1020,528253200,11),(1020,543978000,10),(1020,559702800,11),(1020,575427600,10),(1020,591152400,11),(1020,606877200,10),(1020,622602000,11),(1020,638326800,10),(1020,654656400,11),(1020,670381200,10),(1020,686106000,11),(1020,701830800,10),(1020,717555600,11),(1020,733280400,10),(1020,749005200,11),(1020,764730000,10),(1020,780454800,11),(1020,796179600,10),(1020,811904400,11),(1020,828234000,10),(1020,846378000,11),(1020,859683600,10),(1020,877827600,11),(1020,891133200,10),(1020,909277200,11),(1020,922582800,10),(1020,941331600,11),(1020,954032400,10),(1020,972781200,11),(1020,985482000,10),(1020,1004230800,11),(1020,1017536400,10),(1020,1035680400,11),(1020,1048986000,10),(1020,1067130000,11),(1020,1080435600,10),(1020,1099184400,11),(1020,1111885200,10),(1020,1130634000,11),(1020,1143334800,10),(1020,1162083600,11),(1020,1174784400,10),(1020,1193533200,11),(1020,1206838800,10),(1020,1224982800,11),(1020,1238288400,10),(1020,1256432400,11),(1020,1269738000,10),(1020,1288486800,11),(1020,1301187600,10),(1020,1319936400,11),(1020,1332637200,10),(1020,1351386000,11),(1020,1364691600,10),(1020,1382835600,11),(1020,1396141200,10),(1020,1414285200,11),(1020,1427590800,10),(1020,1445734800,11),(1020,1459040400,10),(1020,1477789200,11),(1020,1490490000,10),(1020,1509238800,11),(1020,1521939600,10),(1020,1540688400,11),(1020,1553994000,10),(1020,1572138000,11),(1020,1585443600,10),(1020,1603587600,11),(1020,1616893200,10),(1020,1635642000,11),(1020,1648342800,10),(1020,1667091600,11),(1020,1679792400,10),(1020,1698541200,11),(1020,1711846800,10),(1020,1729990800,11),(1020,1743296400,10),(1020,1761440400,11),(1020,1774746000,10),(1020,1792890000,11),(1020,1806195600,10),(1020,1824944400,11),(1020,1837645200,10),(1020,1856394000,11),(1020,1869094800,10),(1020,1887843600,11),(1020,1901149200,10),(1020,1919293200,11),(1020,1932598800,10),(1020,1950742800,11),(1020,1964048400,10),(1020,1982797200,11),(1020,1995498000,10),(1020,2014246800,11),(1020,2026947600,10),(1020,2045696400,11),(1020,2058397200,10),(1020,2077146000,11),(1020,2090451600,10),(1020,2108595600,11),(1020,2121901200,10),(1020,2140045200,11),(1021,-733881600,1),(1021,481078800,2),(1021,496803600,3),(1021,512528400,2),(1021,528253200,3),(1021,543978000,2),(1021,559702800,3),(1021,575427600,2),(1021,591152400,3),(1021,606877200,2),(1021,622602000,3),(1021,638326800,2),(1021,654656400,3),(1021,670381200,2),(1021,686106000,3),(1021,701830800,2),(1021,717555600,3),(1021,733280400,2),(1021,749005200,3),(1021,764730000,2),(1021,780454800,3),(1021,796179600,2),(1021,811904400,3),(1021,828234000,2),(1021,846378000,3),(1021,859683600,2),(1021,877827600,3),(1021,891133200,2),(1021,909277200,3),(1021,922582800,2),(1021,941331600,3),(1021,954032400,2),(1021,972781200,3),(1021,985482000,2),(1021,1004230800,3),(1021,1017536400,2),(1021,1035680400,3),(1021,1048986000,2),(1021,1067130000,3),(1021,1080435600,2),(1021,1099184400,3),(1021,1111885200,2),(1021,1130634000,3),(1021,1143334800,2),(1021,1162083600,3),(1021,1174784400,2),(1021,1193533200,3),(1021,1206838800,2),(1021,1224982800,3),(1021,1238288400,2),(1021,1256432400,3),(1021,1269738000,2),(1021,1288486800,3),(1021,1301187600,2),(1021,1319936400,3),(1021,1332637200,2),(1021,1351386000,3),(1021,1364691600,2),(1021,1382835600,3),(1021,1396141200,2),(1021,1414285200,3),(1021,1427590800,2),(1021,1445734800,3),(1021,1459040400,2),(1021,1477789200,3),(1021,1490490000,2),(1021,1509238800,3),(1021,1521939600,2),(1021,1540688400,3),(1021,1553994000,2),(1021,1572138000,3),(1021,1585443600,2),(1021,1603587600,3),(1021,1616893200,2),(1021,1635642000,3),(1021,1648342800,2),(1021,1667091600,3),(1021,1679792400,2),(1021,1698541200,3),(1021,1711846800,2),(1021,1729990800,3),(1021,1743296400,2),(1021,1761440400,3),(1021,1774746000,2),(1021,1792890000,3),(1021,1806195600,2),(1021,1824944400,3),(1021,1837645200,2),(1021,1856394000,3),(1021,1869094800,2),(1021,1887843600,3),(1021,1901149200,2),(1021,1919293200,3),(1021,1932598800,2),(1021,1950742800,3),(1021,1964048400,2),(1021,1982797200,3),(1021,1995498000,2),(1021,2014246800,3),(1021,2026947600,2),(1021,2045696400,3),(1021,2058397200,2),(1021,2077146000,3),(1021,2090451600,2),(1021,2108595600,3),(1021,2121901200,2),(1021,2140045200,3),(1022,-1441249932,1),(1022,-1247540400,3),(1022,354916800,2),(1022,370724400,3),(1022,386452800,2),(1022,402260400,3),(1022,417988800,2),(1022,433796400,3),(1022,449611200,2),(1022,465343200,4),(1022,481068000,5),(1022,496792800,4),(1022,512517600,5),(1022,528242400,4),(1022,543967200,5),(1022,559692000,4),(1022,575416800,5),(1022,591141600,4),(1022,606866400,6),(1022,622594800,7),(1022,638319600,6),(1022,654649200,7),(1022,670374000,4),(1022,701820000,6),(1022,717548400,7),(1022,733273200,6),(1022,748998000,7),(1022,764722800,6),(1022,780447600,7),(1022,796172400,6),(1022,811897200,7),(1022,828226800,6),(1022,846370800,7),(1022,859676400,6),(1022,877820400,7),(1022,891126000,6),(1022,909270000,7),(1022,922575600,6),(1022,941324400,7),(1022,954025200,6),(1022,972774000,7),(1022,985474800,6),(1022,1004223600,7),(1022,1017529200,6),(1022,1035673200,7),(1022,1048978800,6),(1022,1067122800,7),(1022,1080428400,6),(1022,1099177200,7),(1022,1111878000,6),(1022,1130626800,7),(1022,1143327600,6),(1022,1162076400,7),(1022,1174777200,6),(1022,1193526000,7),(1022,1206831600,6),(1022,1224975600,7),(1022,1238281200,6),(1022,1256425200,7),(1022,1269730800,6),(1022,1288479600,7),(1022,1301180400,4),(1022,1414274400,7),(1022,1459033200,4),(1023,-1686101632,2),(1023,-1182996000,1),(1023,-1178161200,2),(1023,-906861600,1),(1023,-904878000,4),(1023,-857257200,3),(1023,-844477200,4),(1023,-828237600,3),(1023,-812422800,2),(1023,-552362400,1),(1023,-541652400,2),(1023,166485600,5),(1023,186184800,6),(1023,198028800,5),(1023,213753600,6),(1023,228873600,5),(1023,244080000,6),(1023,260323200,5),(1023,275446800,2),(1023,291798000,1),(1023,307407600,2),(1023,323388000,1),(1023,338936400,2),(1023,354675600,7),(1023,370400400,8),(1023,386125200,7),(1023,401850000,8),(1023,417574800,7),(1023,433299600,8),(1023,449024400,7),(1023,465354000,8),(1023,481078800,7),(1023,496803600,8),(1023,512528400,7),(1023,528253200,8),(1023,543978000,7),(1023,559702800,8),(1023,575427600,7),(1023,591152400,8),(1023,606877200,7),(1023,622602000,8),(1023,638326800,7),(1023,654656400,8),(1023,670381200,7),(1023,686106000,8),(1023,701830800,7),(1023,717555600,8),(1023,733280400,7),(1023,749005200,8),(1023,764730000,7),(1023,780454800,8),(1023,796179600,7),(1023,811904400,8),(1023,828234000,7),(1023,846378000,8),(1023,859683600,7),(1023,877827600,8),(1023,891133200,7),(1023,909277200,8),(1023,922582800,7),(1023,941331600,8),(1023,954032400,7),(1023,972781200,8),(1023,985482000,7),(1023,1004230800,8),(1023,1017536400,7),(1023,1035680400,8),(1023,1048986000,7),(1023,1067130000,8),(1023,1080435600,7),(1023,1099184400,8),(1023,1111885200,7),(1023,1130634000,8),(1023,1143334800,7),(1023,1162083600,8),(1023,1174784400,7),(1023,1193533200,8),(1023,1206838800,7),(1023,1224982800,8),(1023,1238288400,7),(1023,1256432400,8),(1023,1269738000,7),(1023,1288486800,8),(1023,1301187600,7),(1023,1319936400,8),(1023,1332637200,7),(1023,1351386000,8),(1023,1364691600,7),(1023,1382835600,8),(1023,1396141200,7),(1023,1414285200,8),(1023,1427590800,7),(1023,1445734800,8),(1023,1459040400,7),(1023,1477789200,8),(1023,1490490000,7),(1023,1509238800,8),(1023,1521939600,7),(1023,1540688400,8),(1023,1553994000,7),(1023,1572138000,8),(1023,1585443600,7),(1023,1603587600,8),(1023,1616893200,7),(1023,1635642000,8),(1023,1648342800,7),(1023,1667091600,8),(1023,1679792400,7),(1023,1698541200,8),(1023,1711846800,7),(1023,1729990800,8),(1023,1743296400,7),(1023,1761440400,8),(1023,1774746000,7),(1023,1792890000,8),(1023,1806195600,7),(1023,1824944400,8),(1023,1837645200,7),(1023,1856394000,8),(1023,1869094800,7),(1023,1887843600,8),(1023,1901149200,7),(1023,1919293200,8),(1023,1932598800,7),(1023,1950742800,8),(1023,1964048400,7),(1023,1982797200,8),(1023,1995498000,7),(1023,2014246800,8),(1023,2026947600,7),(1023,2045696400,8),(1023,2058397200,7),(1023,2077146000,8),(1023,2090451600,7),(1023,2108595600,8),(1023,2121901200,7),(1023,2140045200,8),(1024,-1691964000,0),(1024,-1680472800,1),(1024,-1664143200,0),(1024,-1650146400,1),(1024,-1633903200,0),(1024,-1617487200,1),(1024,-1601848800,0),(1024,-1586037600,1),(1024,-1570399200,0),(1024,-1552168800,1),(1024,-1538344800,0),(1024,-1522533600,1),(1024,-1507500000,0),(1024,-1490565600,1),(1024,-1473631200,0),(1024,-1460930400,1),(1024,-1442786400,0),(1024,-1428876000,1),(1024,-1410732000,0),(1024,-1396216800,1),(1024,-1379282400,0),(1024,-1364767200,1),(1024,-1348437600,0),(1024,-1333317600,1),(1024,-1315778400,0),(1024,-1301263200,1),(1024,-1284328800,0),(1024,-1269813600,1),(1024,-1253484000,0),(1024,-1238364000,1),(1024,-1221429600,0),(1024,-1206914400,1),(1024,-1189980000,0),(1024,-1175464800,1),(1024,-1159135200,0),(1024,-1143410400,1),(1024,-1126476000,0),(1024,-1111960800,1),(1024,-1095631200,0),(1024,-1080511200,1),(1024,-1063576800,0),(1024,-1049061600,1),(1024,-1032127200,0),(1024,-1017612000,1),(1024,-1001282400,0),(1024,-986162400,1),(1024,-969228000,0),(1024,-950479200,1),(1024,-942012000,0),(1024,-904518000,2),(1024,-896050800,0),(1024,-875487600,2),(1024,-864601200,0),(1024,-844038000,2),(1024,-832546800,0),(1024,-812588400,2),(1024,-798073200,0),(1024,-781052400,2),(1024,-772066800,0),(1024,-764805600,1),(1024,-748476000,0),(1024,-733356000,1),(1024,-719445600,0),(1024,-717030000,2),(1024,-706748400,0),(1024,-699487200,1),(1024,-687996000,0),(1024,-668037600,1),(1024,-654732000,0),(1024,-636588000,1),(1024,-622072800,0),(1024,-605743200,1),(1024,-590623200,0),(1024,-574293600,1),(1024,-558568800,0),(1024,-542239200,1),(1024,-527119200,0),(1024,-512604000,1),(1024,-496274400,0),(1024,-481154400,1),(1024,-464220000,0),(1024,-449704800,1),(1024,-432165600,0),(1024,-417650400,1),(1024,-401320800,0),(1024,-386200800,1),(1024,-369266400,0),(1024,-354751200,1),(1024,-337816800,0),(1024,-323301600,1),(1024,-306972000,0),(1024,-291852000,1),(1024,-276732000,0),(1024,-257983200,1),(1024,-245282400,0),(1024,-226533600,1),(1024,-213228000,0),(1024,-195084000,1),(1024,-182383200,0),(1024,-163634400,1),(1024,-150933600,0),(1024,-132184800,1),(1024,-119484000,0),(1024,-100735200,1),(1024,-88034400,0),(1024,-68680800,1),(1024,-59004000,0),(1024,-37242000,3),(1024,57722400,5),(1024,69818400,0),(1024,89172000,1),(1024,101268000,0),(1024,120621600,1),(1024,132717600,0),(1024,152071200,1),(1024,164167200,0),(1024,183520800,1),(1024,196221600,0),(1024,214970400,1),(1024,227671200,0),(1024,246420000,1),(1024,259120800,0),(1024,278474400,1),(1024,290570400,0),(1024,309924000,1),(1024,322020000,0),(1024,341373600,1),(1024,354675600,4),(1024,372819600,5),(1024,386125200,4),(1024,404269200,5),(1024,417574800,4),(1024,435718800,5),(1024,449024400,4),(1024,467773200,5),(1024,481078800,4),(1024,499222800,5),(1024,512528400,4),(1024,530672400,5),(1024,543978000,4),(1024,562122000,5),(1024,575427600,4),(1024,593571600,5),(1024,606877200,4),(1024,625626000,5),(1024,638326800,4),(1024,657075600,5),(1024,670381200,4),(1024,688525200,5),(1024,701830800,4),(1024,719974800,5),(1024,733280400,4),(1024,751424400,5),(1024,764730000,4),(1024,782874000,5),(1024,796179600,4),(1024,814323600,5),(1024,820454400,6),(1024,828234000,4),(1024,846378000,5),(1024,859683600,4),(1024,877827600,5),(1024,891133200,4),(1024,909277200,5),(1024,922582800,4),(1024,941331600,5),(1024,954032400,4),(1024,972781200,5),(1024,985482000,4),(1024,1004230800,5),(1024,1017536400,4),(1024,1035680400,5),(1024,1048986000,4),(1024,1067130000,5),(1024,1080435600,4),(1024,1099184400,5),(1024,1111885200,4),(1024,1130634000,5),(1024,1143334800,4),(1024,1162083600,5),(1024,1174784400,4),(1024,1193533200,5),(1024,1206838800,4),(1024,1224982800,5),(1024,1238288400,4),(1024,1256432400,5),(1024,1269738000,4),(1024,1288486800,5),(1024,1301187600,4),(1024,1319936400,5),(1024,1332637200,4),(1024,1351386000,5),(1024,1364691600,4),(1024,1382835600,5),(1024,1396141200,4),(1024,1414285200,5),(1024,1427590800,4),(1024,1445734800,5),(1024,1459040400,4),(1024,1477789200,5),(1024,1490490000,4),(1024,1509238800,5),(1024,1521939600,4),(1024,1540688400,5),(1024,1553994000,4),(1024,1572138000,5),(1024,1585443600,4),(1024,1603587600,5),(1024,1616893200,4),(1024,1635642000,5),(1024,1648342800,4),(1024,1667091600,5),(1024,1679792400,4),(1024,1698541200,5),(1024,1711846800,4),(1024,1729990800,5),(1024,1743296400,4),(1024,1761440400,5),(1024,1774746000,4),(1024,1792890000,5),(1024,1806195600,4),(1024,1824944400,5),(1024,1837645200,4),(1024,1856394000,5),(1024,1869094800,4),(1024,1887843600,5),(1024,1901149200,4),(1024,1919293200,5),(1024,1932598800,4),(1024,1950742800,5),(1024,1964048400,4),(1024,1982797200,5),(1024,1995498000,4),(1024,2014246800,5),(1024,2026947600,4),(1024,2045696400,5),(1024,2058397200,4),(1024,2077146000,5),(1024,2090451600,4),(1024,2108595600,5),(1024,2121901200,4),(1024,2140045200,5),(1025,-905824800,3),(1025,-857257200,1),(1025,-844556400,2),(1025,-828226800,1),(1025,-812502000,2),(1025,-796777200,1),(1025,-788922000,0),(1025,-777942000,2),(1025,-766623600,1),(1025,407199600,0),(1025,417574800,4),(1025,433299600,5),(1025,449024400,4),(1025,465354000,5),(1025,481078800,4),(1025,496803600,5),(1025,512528400,4),(1025,528253200,5),(1025,543978000,4),(1025,559702800,5),(1025,575427600,4),(1025,591152400,5),(1025,606877200,4),(1025,622602000,5),(1025,638326800,4),(1025,654656400,5),(1025,670381200,4),(1025,686106000,5),(1025,701830800,4),(1025,717555600,5),(1025,733280400,4),(1025,749005200,5),(1025,764730000,4),(1025,780454800,5),(1025,796179600,4),(1025,811904400,5),(1025,828234000,4),(1025,846378000,5),(1025,859683600,4),(1025,877827600,5),(1025,891133200,4),(1025,909277200,5),(1025,922582800,4),(1025,941331600,5),(1025,954032400,4),(1025,972781200,5),(1025,985482000,4),(1025,1004230800,5),(1025,1017536400,4),(1025,1035680400,5),(1025,1048986000,4),(1025,1067130000,5),(1025,1080435600,4),(1025,1099184400,5),(1025,1111885200,4),(1025,1130634000,5),(1025,1143334800,4),(1025,1162083600,5),(1025,1174784400,4),(1025,1193533200,5),(1025,1206838800,4),(1025,1224982800,5),(1025,1238288400,4),(1025,1256432400,5),(1025,1269738000,4),(1025,1288486800,5),(1025,1301187600,4),(1025,1319936400,5),(1025,1332637200,4),(1025,1351386000,5),(1025,1364691600,4),(1025,1382835600,5),(1025,1396141200,4),(1025,1414285200,5),(1025,1427590800,4),(1025,1445734800,5),(1025,1459040400,4),(1025,1477789200,5),(1025,1490490000,4),(1025,1509238800,5),(1025,1521939600,4),(1025,1540688400,5),(1025,1553994000,4),(1025,1572138000,5),(1025,1585443600,4),(1025,1603587600,5),(1025,1616893200,4),(1025,1635642000,5),(1025,1648342800,4),(1025,1667091600,5),(1025,1679792400,4),(1025,1698541200,5),(1025,1711846800,4),(1025,1729990800,5),(1025,1743296400,4),(1025,1761440400,5),(1025,1774746000,4),(1025,1792890000,5),(1025,1806195600,4),(1025,1824944400,5),(1025,1837645200,4),(1025,1856394000,5),(1025,1869094800,4),(1025,1887843600,5),(1025,1901149200,4),(1025,1919293200,5),(1025,1932598800,4),(1025,1950742800,5),(1025,1964048400,4),(1025,1982797200,5),(1025,1995498000,4),(1025,2014246800,5),(1025,2026947600,4),(1025,2045696400,5),(1025,2058397200,4),(1025,2077146000,5),(1025,2090451600,4),(1025,2108595600,5),(1025,2121901200,4),(1025,2140045200,5),(1026,-1693706400,0),(1026,-1680483600,1),(1026,-1663455600,2),(1026,-1650150000,3),(1026,-1632006000,2),(1026,-1618700400,3),(1026,-938905200,2),(1026,-857257200,3),(1026,-844556400,2),(1026,-828226800,3),(1026,-812502000,2),(1026,-796777200,3),(1026,-781052400,2),(1026,-776563200,4),(1026,-765936000,0),(1026,-761180400,3),(1026,-757386000,1),(1026,-748479600,2),(1026,-733273200,3),(1026,-717631200,2),(1026,-714610800,5),(1026,-710380800,0),(1026,-701910000,3),(1026,-684975600,2),(1026,-670460400,3),(1026,-654130800,2),(1026,-639010800,3),(1026,315529200,1),(1026,323830800,6),(1026,338950800,7),(1026,354675600,6),(1026,370400400,7),(1026,386125200,6),(1026,401850000,7),(1026,417574800,6),(1026,433299600,7),(1026,449024400,6),(1026,465354000,7),(1026,481078800,6),(1026,496803600,7),(1026,512528400,6),(1026,528253200,7),(1026,543978000,6),(1026,559702800,7),(1026,575427600,6),(1026,591152400,7),(1026,606877200,6),(1026,622602000,7),(1026,638326800,6),(1026,654656400,7),(1026,670381200,6),(1026,686106000,7),(1026,701830800,6),(1026,717555600,7),(1026,733280400,6),(1026,749005200,7),(1026,764730000,6),(1026,780454800,7),(1026,796179600,6),(1026,811904400,7),(1026,828234000,6),(1026,846378000,7),(1026,859683600,6),(1026,877827600,7),(1026,891133200,6),(1026,909277200,7),(1026,922582800,6),(1026,941331600,7),(1026,954032400,6),(1026,972781200,7),(1026,985482000,6),(1026,1004230800,7),(1026,1017536400,6),(1026,1035680400,7),(1026,1048986000,6),(1026,1067130000,7),(1026,1080435600,6),(1026,1099184400,7),(1026,1111885200,6),(1026,1130634000,7),(1026,1143334800,6),(1026,1162083600,7),(1026,1174784400,6),(1026,1193533200,7),(1026,1206838800,6),(1026,1224982800,7),(1026,1238288400,6),(1026,1256432400,7),(1026,1269738000,6),(1026,1288486800,7),(1026,1301187600,6),(1026,1319936400,7),(1026,1332637200,6),(1026,1351386000,7),(1026,1364691600,6),(1026,1382835600,7),(1026,1396141200,6),(1026,1414285200,7),(1026,1427590800,6),(1026,1445734800,7),(1026,1459040400,6),(1026,1477789200,7),(1026,1490490000,6),(1026,1509238800,7),(1026,1521939600,6),(1026,1540688400,7),(1026,1553994000,6),(1026,1572138000,7),(1026,1585443600,6),(1026,1603587600,7),(1026,1616893200,6),(1026,1635642000,7),(1026,1648342800,6),(1026,1667091600,7),(1026,1679792400,6),(1026,1698541200,7),(1026,1711846800,6),(1026,1729990800,7),(1026,1743296400,6),(1026,1761440400,7),(1026,1774746000,6),(1026,1792890000,7),(1026,1806195600,6),(1026,1824944400,7),(1026,1837645200,6),(1026,1856394000,7),(1026,1869094800,6),(1026,1887843600,7),(1026,1901149200,6),(1026,1919293200,7),(1026,1932598800,6),(1026,1950742800,7),(1026,1964048400,6),(1026,1982797200,7),(1026,1995498000,6),(1026,2014246800,7),(1026,2026947600,6),(1026,2045696400,7),(1026,2058397200,6),(1026,2077146000,7),(1026,2090451600,6),(1026,2108595600,7),(1026,2121901200,6),(1026,2140045200,7),(1027,-1693706400,0),(1027,-1680483600,1),(1027,-1663455600,2),(1027,-1650150000,3),(1027,-1632006000,2),(1027,-1618700400,3),(1027,-938905200,2),(1027,-857257200,3),(1027,-844556400,2),(1027,-828226800,3),(1027,-812502000,2),(1027,-796777200,3),(1027,-781052400,2),(1027,-777866400,0),(1027,-765327600,3),(1027,-746578800,2),(1027,-733359600,3),(1027,-728517600,4),(1027,-721260000,1),(1027,-716425200,2),(1027,-701910000,3),(1027,-684975600,2),(1027,-670460400,3),(1027,-654217200,2),(1027,-639010800,3),(1027,283993200,1),(1027,291776400,5),(1027,307501200,6),(1027,323830800,5),(1027,338950800,6),(1027,354675600,5),(1027,370400400,6),(1027,386125200,5),(1027,401850000,6),(1027,417574800,5),(1027,433299600,6),(1027,449024400,5),(1027,465354000,6),(1027,481078800,5),(1027,496803600,6),(1027,512528400,5),(1027,528253200,6),(1027,543978000,5),(1027,559702800,6),(1027,575427600,5),(1027,591152400,6),(1027,606877200,5),(1027,622602000,6),(1027,638326800,5),(1027,654656400,6),(1027,670381200,5),(1027,686106000,6),(1027,701830800,5),(1027,717555600,6),(1027,733280400,5),(1027,749005200,6),(1027,764730000,5),(1027,780454800,6),(1027,796179600,5),(1027,811904400,6),(1027,828234000,5),(1027,846378000,6),(1027,859683600,5),(1027,877827600,6),(1027,891133200,5),(1027,909277200,6),(1027,922582800,5),(1027,941331600,6),(1027,954032400,5),(1027,972781200,6),(1027,985482000,5),(1027,1004230800,6),(1027,1017536400,5),(1027,1035680400,6),(1027,1048986000,5),(1027,1067130000,6),(1027,1080435600,5),(1027,1099184400,6),(1027,1111885200,5),(1027,1130634000,6),(1027,1143334800,5),(1027,1162083600,6),(1027,1174784400,5),(1027,1193533200,6),(1027,1206838800,5),(1027,1224982800,6),(1027,1238288400,5),(1027,1256432400,6),(1027,1269738000,5),(1027,1288486800,6),(1027,1301187600,5),(1027,1319936400,6),(1027,1332637200,5),(1027,1351386000,6),(1027,1364691600,5),(1027,1382835600,6),(1027,1396141200,5),(1027,1414285200,6),(1027,1427590800,5),(1027,1445734800,6),(1027,1459040400,5),(1027,1477789200,6),(1027,1490490000,5),(1027,1509238800,6),(1027,1521939600,5),(1027,1540688400,6),(1027,1553994000,5),(1027,1572138000,6),(1027,1585443600,5),(1027,1603587600,6),(1027,1616893200,5),(1027,1635642000,6),(1027,1648342800,5),(1027,1667091600,6),(1027,1679792400,5),(1027,1698541200,6),(1027,1711846800,5),(1027,1729990800,6),(1027,1743296400,5),(1027,1761440400,6),(1027,1774746000,5),(1027,1792890000,6),(1027,1806195600,5),(1027,1824944400,6),(1027,1837645200,5),(1027,1856394000,6),(1027,1869094800,5),(1027,1887843600,6),(1027,1901149200,5),(1027,1919293200,6),(1027,1932598800,5),(1027,1950742800,6),(1027,1964048400,5),(1027,1982797200,6),(1027,1995498000,5),(1027,2014246800,6),(1027,2026947600,5),(1027,2045696400,6),(1027,2058397200,5),(1027,2077146000,6),(1027,2090451600,5),(1027,2108595600,6),(1027,2121901200,5),(1027,2140045200,6),(1028,-1740355200,1),(1028,-1693702800,4),(1028,-1680483600,1),(1028,-1663455600,2),(1028,-1650150000,3),(1028,-1632006000,2),(1028,-1618700400,3),(1028,-1613826000,7),(1028,-1604278800,5),(1028,-1585530000,6),(1028,-1574038800,5),(1028,-1552266000,6),(1028,-1539997200,5),(1028,-1520557200,6),(1028,-1507510800,5),(1028,-1490576400,6),(1028,-1473642000,5),(1028,-1459126800,6),(1028,-1444006800,5),(1028,-1427677200,6),(1028,-1411952400,5),(1028,-1396227600,6),(1028,-1379293200,5),(1028,-1364778000,6),(1028,-1348448400,5),(1028,-1333328400,6),(1028,-1316394000,5),(1028,-1301263200,6),(1028,-1284328800,5),(1028,-1269813600,6),(1028,-1253484000,5),(1028,-1238364000,6),(1028,-1221429600,5),(1028,-1206914400,6),(1028,-1191189600,5),(1028,-1175464800,6),(1028,-1160344800,5),(1028,-1143410400,6),(1028,-1127685600,5),(1028,-1111960800,6),(1028,-1096840800,5),(1028,-1080511200,6),(1028,-1063576800,5),(1028,-1049061600,6),(1028,-1033336800,5),(1028,-1017612000,6),(1028,-1002492000,5),(1028,-986162400,6),(1028,-969228000,5),(1028,-950479200,6),(1028,-942012000,5),(1028,-934668000,2),(1028,-857257200,3),(1028,-844556400,2),(1028,-828226800,3),(1028,-812502000,2),(1028,-799293600,4),(1028,-798073200,3),(1028,-781052400,2),(1028,-766623600,3),(1028,-745455600,2),(1028,-733273200,3),(1028,220921200,1),(1028,228877200,8),(1028,243997200,9),(1028,260326800,8),(1028,276051600,9),(1028,291776400,8),(1028,307501200,9),(1028,323830800,8),(1028,338950800,9),(1028,354675600,8),(1028,370400400,9),(1028,386125200,8),(1028,401850000,9),(1028,417574800,8),(1028,433299600,9),(1028,449024400,8),(1028,465354000,9),(1028,481078800,8),(1028,496803600,9),(1028,512528400,8),(1028,528253200,9),(1028,543978000,8),(1028,559702800,9),(1028,575427600,8),(1028,591152400,9),(1028,606877200,8),(1028,622602000,9),(1028,638326800,8),(1028,654656400,9),(1028,670381200,8),(1028,686106000,9),(1028,701830800,8),(1028,717555600,9),(1028,733280400,8),(1028,749005200,9),(1028,764730000,8),(1028,780454800,9),(1028,796179600,8),(1028,811904400,9),(1028,828234000,8),(1028,846378000,9),(1028,859683600,8),(1028,877827600,9),(1028,891133200,8),(1028,909277200,9),(1028,922582800,8),(1028,941331600,9),(1028,954032400,8),(1028,972781200,9),(1028,985482000,8),(1028,1004230800,9),(1028,1017536400,8),(1028,1035680400,9),(1028,1048986000,8),(1028,1067130000,9),(1028,1080435600,8),(1028,1099184400,9),(1028,1111885200,8),(1028,1130634000,9),(1028,1143334800,8),(1028,1162083600,9),(1028,1174784400,8),(1028,1193533200,9),(1028,1206838800,8),(1028,1224982800,9),(1028,1238288400,8),(1028,1256432400,9),(1028,1269738000,8),(1028,1288486800,9),(1028,1301187600,8),(1028,1319936400,9),(1028,1332637200,8),(1028,1351386000,9),(1028,1364691600,8),(1028,1382835600,9),(1028,1396141200,8),(1028,1414285200,9),(1028,1427590800,8),(1028,1445734800,9),(1028,1459040400,8),(1028,1477789200,9),(1028,1490490000,8),(1028,1509238800,9),(1028,1521939600,8),(1028,1540688400,9),(1028,1553994000,8),(1028,1572138000,9),(1028,1585443600,8),(1028,1603587600,9),(1028,1616893200,8),(1028,1635642000,9),(1028,1648342800,8),(1028,1667091600,9),(1028,1679792400,8),(1028,1698541200,9),(1028,1711846800,8),(1028,1729990800,9),(1028,1743296400,8),(1028,1761440400,9),(1028,1774746000,8),(1028,1792890000,9),(1028,1806195600,8),(1028,1824944400,9),(1028,1837645200,8),(1028,1856394000,9),(1028,1869094800,8),(1028,1887843600,9),(1028,1901149200,8),(1028,1919293200,9),(1028,1932598800,8),(1028,1950742800,9),(1028,1964048400,8),(1028,1982797200,9),(1028,1995498000,8),(1028,2014246800,9),(1028,2026947600,8),(1028,2045696400,9),(1028,2058397200,8),(1028,2077146000,9),(1028,2090451600,8),(1028,2108595600,9),(1028,2121901200,8),(1028,2140045200,9),(1029,-1213148664,4),(1029,-1187056800,1),(1029,-1175479200,2),(1029,-1159754400,1),(1029,-1144029600,2),(1029,-1127700000,1),(1029,-1111975200,2),(1029,-1096250400,1),(1029,-1080525600,2),(1029,-1064800800,1),(1029,-1049076000,2),(1029,-1033351200,1),(1029,-1017626400,2),(1029,-1001901600,1),(1029,-986176800,2),(1029,-970452000,1),(1029,-954727200,2),(1029,296604000,3),(1029,307486800,4),(1029,323816400,3),(1029,338940000,4),(1029,354672000,1),(1029,370396800,2),(1029,386121600,1),(1029,401846400,2),(1029,417571200,1),(1029,433296000,2),(1029,449020800,1),(1029,465350400,2),(1029,481075200,1),(1029,496800000,2),(1029,512524800,1),(1029,528249600,2),(1029,543974400,1),(1029,559699200,2),(1029,575424000,1),(1029,591148800,2),(1029,606873600,1),(1029,622598400,2),(1029,638323200,1),(1029,654652800,2),(1029,662680800,4),(1029,670370400,1),(1029,686095200,2),(1029,701820000,1),(1029,717544800,2),(1029,733269600,1),(1029,748994400,2),(1029,757375200,4),(1029,764719200,3),(1029,780440400,4),(1029,796168800,3),(1029,811890000,4),(1029,828223200,3),(1029,846363600,4),(1029,859683600,5),(1029,877827600,6),(1029,891133200,5),(1029,909277200,6),(1029,922582800,5),(1029,941331600,6),(1029,954032400,5),(1029,972781200,6),(1029,985482000,5),(1029,1004230800,6),(1029,1017536400,5),(1029,1035680400,6),(1029,1048986000,5),(1029,1067130000,6),(1029,1080435600,5),(1029,1099184400,6),(1029,1111885200,5),(1029,1130634000,6),(1029,1143334800,5),(1029,1162083600,6),(1029,1174784400,5),(1029,1193533200,6),(1029,1206838800,5),(1029,1224982800,6),(1029,1238288400,5),(1029,1256432400,6),(1029,1269738000,5),(1029,1288486800,6),(1029,1301187600,5),(1029,1319936400,6),(1029,1332637200,5),(1029,1351386000,6),(1029,1364691600,5),(1029,1382835600,6),(1029,1396141200,5),(1029,1414285200,6),(1029,1427590800,5),(1029,1445734800,6),(1029,1459040400,5),(1029,1477789200,6),(1029,1490490000,5),(1029,1509238800,6),(1029,1521939600,5),(1029,1540688400,6),(1029,1553994000,5),(1029,1572138000,6),(1029,1585443600,5),(1029,1603587600,6),(1029,1616893200,5),(1029,1635642000,6),(1029,1648342800,5),(1029,1667091600,6),(1029,1679792400,5),(1029,1698541200,6),(1029,1711846800,5),(1029,1729990800,6),(1029,1743296400,5),(1029,1761440400,6),(1029,1774746000,5),(1029,1792890000,6),(1029,1806195600,5),(1029,1824944400,6),(1029,1837645200,5),(1029,1856394000,6),(1029,1869094800,5),(1029,1887843600,6),(1029,1901149200,5),(1029,1919293200,6),(1029,1932598800,5),(1029,1950742800,6),(1029,1964048400,5),(1029,1982797200,6),(1029,1995498000,5),(1029,2014246800,6),(1029,2026947600,5),(1029,2045696400,6),(1029,2058397200,5),(1029,2077146000,6),(1029,2090451600,5),(1029,2108595600,6),(1029,2121901200,5),(1029,2140045200,6),(1030,-1693706400,0),(1030,-1680483600,1),(1030,-1663455600,2),(1030,-1650150000,3),(1030,-1640998800,1),(1030,-1632006000,0),(1030,-1618700400,1),(1030,-1600470000,0),(1030,-1587250800,1),(1030,-1569711600,0),(1030,-1555196400,1),(1030,-906775200,0),(1030,-857257200,3),(1030,-844556400,2),(1030,-828226800,3),(1030,-812502000,2),(1030,-796777200,3),(1030,-788922000,1),(1030,-778471200,0),(1030,-762656400,1),(1030,-749689200,2),(1030,-733276800,1),(1030,-717634800,2),(1030,-701910000,3),(1030,-686185200,2),(1030,-670460400,3),(1030,-654130800,2),(1030,-639010800,3),(1030,-492656400,0),(1030,-481168800,1),(1030,-461199600,0),(1030,-449708400,1),(1030,-428540400,0),(1030,-418258800,1),(1030,-397090800,0),(1030,-386809200,1),(1030,323823600,0),(1030,338943600,1),(1030,354668400,0),(1030,370393200,1),(1030,386118000,0),(1030,401842800,1),(1030,417567600,0),(1030,433292400,1),(1030,449024400,4),(1030,465354000,5),(1030,481078800,4),(1030,496803600,5),(1030,512528400,4),(1030,528253200,5),(1030,543978000,4),(1030,559702800,5),(1030,575427600,4),(1030,591152400,5),(1030,606877200,4),(1030,622602000,5),(1030,638326800,4),(1030,654656400,5),(1030,670381200,4),(1030,686106000,5),(1030,701830800,4),(1030,717555600,5),(1030,733280400,4),(1030,749005200,5),(1030,764730000,4),(1030,780454800,5),(1030,796179600,4),(1030,811904400,5),(1030,828234000,4),(1030,846378000,5),(1030,859683600,4),(1030,877827600,5),(1030,891133200,4),(1030,909277200,5),(1030,922582800,4),(1030,941331600,5),(1030,954032400,4),(1030,972781200,5),(1030,985482000,4),(1030,1004230800,5),(1030,1017536400,4),(1030,1035680400,5),(1030,1048986000,4),(1030,1067130000,5),(1030,1080435600,4),(1030,1099184400,5),(1030,1111885200,4),(1030,1130634000,5),(1030,1143334800,4),(1030,1162083600,5),(1030,1174784400,4),(1030,1193533200,5),(1030,1206838800,4),(1030,1224982800,5),(1030,1238288400,4),(1030,1256432400,5),(1030,1269738000,4),(1030,1288486800,5),(1030,1301187600,4),(1030,1319936400,5),(1030,1332637200,4),(1030,1351386000,5),(1030,1364691600,4),(1030,1382835600,5),(1030,1396141200,4),(1030,1414285200,5),(1030,1427590800,4),(1030,1445734800,5),(1030,1459040400,4),(1030,1477789200,5),(1030,1490490000,4),(1030,1509238800,5),(1030,1521939600,4),(1030,1540688400,5),(1030,1553994000,4),(1030,1572138000,5),(1030,1585443600,4),(1030,1603587600,5),(1030,1616893200,4),(1030,1635642000,5),(1030,1648342800,4),(1030,1667091600,5),(1030,1679792400,4),(1030,1698541200,5),(1030,1711846800,4),(1030,1729990800,5),(1030,1743296400,4),(1030,1761440400,5),(1030,1774746000,4),(1030,1792890000,5),(1030,1806195600,4),(1030,1824944400,5),(1030,1837645200,4),(1030,1856394000,5),(1030,1869094800,4),(1030,1887843600,5),(1030,1901149200,4),(1030,1919293200,5),(1030,1932598800,4),(1030,1950742800,5),(1030,1964048400,4),(1030,1982797200,5),(1030,1995498000,4),(1030,2014246800,5),(1030,2026947600,4),(1030,2045696400,5),(1030,2058397200,4),(1030,2077146000,5),(1030,2090451600,4),(1030,2108595600,5),(1030,2121901200,4),(1030,2140045200,5),(1031,-904435200,0),(1031,-891129600,1),(1031,-872985600,0),(1031,-859680000,1),(1031,354675600,2),(1031,370400400,3),(1031,386125200,2),(1031,401850000,3),(1031,417574800,2),(1031,433299600,3),(1031,449024400,2),(1031,465354000,3),(1031,481078800,2),(1031,496803600,3),(1031,512528400,2),(1031,528253200,3),(1031,543978000,2),(1031,559702800,3),(1031,575427600,2),(1031,591152400,3),(1031,606877200,2),(1031,622602000,3),(1031,638326800,2),(1031,654656400,3),(1031,670381200,2),(1031,686106000,3),(1031,701830800,2),(1031,717555600,3),(1031,733280400,2),(1031,749005200,3),(1031,764730000,2),(1031,780454800,3),(1031,796179600,2),(1031,811904400,3),(1031,828234000,2),(1031,846378000,3),(1031,859683600,2),(1031,877827600,3),(1031,891133200,2),(1031,909277200,3),(1031,922582800,2),(1031,941331600,3),(1031,954032400,2),(1031,972781200,3),(1031,985482000,2),(1031,1004230800,3),(1031,1017536400,2),(1031,1035680400,3),(1031,1048986000,2),(1031,1067130000,3),(1031,1080435600,2),(1031,1099184400,3),(1031,1111885200,2),(1031,1130634000,3),(1031,1143334800,2),(1031,1162083600,3),(1031,1174784400,2),(1031,1193533200,3),(1031,1206838800,2),(1031,1224982800,3),(1031,1238288400,2),(1031,1256432400,3),(1031,1269738000,2),(1031,1288486800,3),(1031,1301187600,2),(1031,1319936400,3),(1031,1332637200,2),(1031,1351386000,3),(1031,1364691600,2),(1031,1382835600,3),(1031,1396141200,2),(1031,1414285200,3),(1031,1427590800,2),(1031,1445734800,3),(1031,1459040400,2),(1031,1477789200,3),(1031,1490490000,2),(1031,1509238800,3),(1031,1521939600,2),(1031,1540688400,3),(1031,1553994000,2),(1031,1572138000,3),(1031,1585443600,2),(1031,1603587600,3),(1031,1616893200,2),(1031,1635642000,3),(1031,1648342800,2),(1031,1667091600,3),(1031,1679792400,2),(1031,1698541200,3),(1031,1711846800,2),(1031,1729990800,3),(1031,1743296400,2),(1031,1761440400,3),(1031,1774746000,2),(1031,1792890000,3),(1031,1806195600,2),(1031,1824944400,3),(1031,1837645200,2),(1031,1856394000,3),(1031,1869094800,2),(1031,1887843600,3),(1031,1901149200,2),(1031,1919293200,3),(1031,1932598800,2),(1031,1950742800,3),(1031,1964048400,2),(1031,1982797200,3),(1031,1995498000,2),(1031,2014246800,3),(1031,2026947600,2),(1031,2045696400,3),(1031,2058397200,2),(1031,2077146000,3),(1031,2090451600,2),(1031,2108595600,3),(1031,2121901200,2),(1031,2140045200,3),(1032,-1637114100,1),(1032,-1213148664,4),(1032,-1187056800,2),(1032,-1175479200,3),(1032,-1159754400,2),(1032,-1144029600,3),(1032,-1127700000,2),(1032,-1111975200,3),(1032,-1096250400,2),(1032,-1080525600,3),(1032,-1064800800,2),(1032,-1049076000,3),(1032,-1033351200,2),(1032,-1017626400,3),(1032,-1001901600,2),(1032,-986176800,3),(1032,-970452000,2),(1032,-954727200,3),(1032,-927165600,5),(1032,-898138800,8),(1032,-857257200,6),(1032,-844556400,7),(1032,-828226800,6),(1032,-812502000,7),(1032,-800157600,10),(1032,354920400,9),(1032,370728000,10),(1032,386456400,9),(1032,402264000,10),(1032,417992400,9),(1032,433800000,10),(1032,449614800,9),(1032,465346800,11),(1032,481071600,12),(1032,496796400,11),(1032,512521200,12),(1032,528246000,11),(1032,543970800,12),(1032,559695600,11),(1032,575420400,12),(1032,591145200,11),(1032,606870000,12),(1032,622594800,11),(1032,638319600,12),(1032,641944800,5),(1032,654652800,3),(1032,670377600,2),(1032,686102400,3),(1032,694216800,4),(1032,701820000,5),(1032,717541200,4),(1032,733269600,5),(1032,748990800,4),(1032,764719200,5),(1032,780440400,4),(1032,796168800,5),(1032,811890000,4),(1032,828223200,5),(1032,846363600,4),(1032,859680000,5),(1032,877824000,4),(1032,891129600,5),(1032,909273600,4),(1032,922579200,5),(1032,941328000,4),(1032,954028800,5),(1032,972777600,4),(1032,985478400,5),(1032,1004227200,4),(1032,1017532800,5),(1032,1035676800,4),(1032,1048982400,5),(1032,1067126400,4),(1032,1080432000,5),(1032,1099180800,4),(1032,1111881600,5),(1032,1130630400,4),(1032,1143331200,5),(1032,1162080000,4),(1032,1174780800,5),(1032,1193529600,4),(1032,1206835200,5),(1032,1224979200,4),(1032,1238284800,5),(1032,1256428800,4),(1032,1269734400,5),(1032,1288483200,4),(1032,1301184000,5),(1032,1319932800,4),(1032,1332633600,5),(1032,1351382400,4),(1032,1364688000,5),(1032,1382832000,4),(1032,1396137600,5),(1032,1414281600,4),(1032,1427587200,5),(1032,1445731200,4),(1032,1459036800,5),(1032,1477785600,4),(1032,1490486400,5),(1032,1509235200,4),(1032,1521936000,5),(1032,1540684800,4),(1032,1553990400,5),(1032,1572134400,4),(1032,1585440000,5),(1032,1603584000,4),(1032,1616889600,5),(1032,1635638400,4),(1032,1648339200,5),(1032,1667088000,4),(1032,1679788800,5),(1032,1698537600,4),(1032,1711843200,5),(1032,1729987200,4),(1032,1743292800,5),(1032,1761436800,4),(1032,1774742400,5),(1032,1792886400,4),(1032,1806192000,5),(1032,1824940800,4),(1032,1837641600,5),(1032,1856390400,4),(1032,1869091200,5),(1032,1887840000,4),(1032,1901145600,5),(1032,1919289600,4),(1032,1932595200,5),(1032,1950739200,4),(1032,1964044800,5),(1032,1982793600,4),(1032,1995494400,5),(1032,2014243200,4),(1032,2026944000,5),(1032,2045692800,4),(1032,2058393600,5),(1032,2077142400,4),(1032,2090448000,5),(1032,2108592000,4),(1032,2121897600,5),(1032,2140041600,4),(1033,-1692496800,0),(1033,-1680490800,1),(1033,-935110800,0),(1033,-857257200,2),(1033,-844556400,3),(1033,-828226800,2),(1033,-812502000,3),(1033,-796777200,2),(1033,-781052400,3),(1033,-769388400,2),(1033,-747010800,3),(1033,-736383600,2),(1033,-715215600,3),(1033,-706748400,2),(1033,-683161200,3),(1033,-675298800,2),(1033,315529200,1),(1033,323830800,4),(1033,338950800,5),(1033,354675600,4),(1033,370400400,5),(1033,386125200,4),(1033,401850000,5),(1033,417574800,4),(1033,433299600,5),(1033,449024400,4),(1033,465354000,5),(1033,481078800,4),(1033,496803600,5),(1033,512528400,4),(1033,528253200,5),(1033,543978000,4),(1033,559702800,5),(1033,575427600,4),(1033,591152400,5),(1033,606877200,4),(1033,622602000,5),(1033,638326800,4),(1033,654656400,5),(1033,670381200,4),(1033,686106000,5),(1033,701830800,4),(1033,717555600,5),(1033,733280400,4),(1033,749005200,5),(1033,764730000,4),(1033,780454800,5),(1033,796179600,4),(1033,811904400,5),(1033,828234000,4),(1033,846378000,5),(1033,859683600,4),(1033,877827600,5),(1033,891133200,4),(1033,909277200,5),(1033,922582800,4),(1033,941331600,5),(1033,954032400,4),(1033,972781200,5),(1033,985482000,4),(1033,1004230800,5),(1033,1017536400,4),(1033,1035680400,5),(1033,1048986000,4),(1033,1067130000,5),(1033,1080435600,4),(1033,1099184400,5),(1033,1111885200,4),(1033,1130634000,5),(1033,1143334800,4),(1033,1162083600,5),(1033,1174784400,4),(1033,1193533200,5),(1033,1206838800,4),(1033,1224982800,5),(1033,1238288400,4),(1033,1256432400,5),(1033,1269738000,4),(1033,1288486800,5),(1033,1301187600,4),(1033,1319936400,5),(1033,1332637200,4),(1033,1351386000,5),(1033,1364691600,4),(1033,1382835600,5),(1033,1396141200,4),(1033,1414285200,5),(1033,1427590800,4),(1033,1445734800,5),(1033,1459040400,4),(1033,1477789200,5),(1033,1490490000,4),(1033,1509238800,5),(1033,1521939600,4),(1033,1540688400,5),(1033,1553994000,4),(1033,1572138000,5),(1033,1585443600,4),(1033,1603587600,5),(1033,1616893200,4),(1033,1635642000,5),(1033,1648342800,4),(1033,1667091600,5),(1033,1679792400,4),(1033,1698541200,5),(1033,1711846800,4),(1033,1729990800,5),(1033,1743296400,4),(1033,1761440400,5),(1033,1774746000,4),(1033,1792890000,5),(1033,1806195600,4),(1033,1824944400,5),(1033,1837645200,4),(1033,1856394000,5),(1033,1869094800,4),(1033,1887843600,5),(1033,1901149200,4),(1033,1919293200,5),(1033,1932598800,4),(1033,1950742800,5),(1033,1964048400,4),(1033,1982797200,5),(1033,1995498000,4),(1033,2014246800,5),(1033,2026947600,4),(1033,2045696400,5),(1033,2058397200,4),(1033,2077146000,5),(1033,2090451600,4),(1033,2108595600,5),(1033,2121901200,4),(1033,2140045200,5),(1034,-1691962479,1),(1034,-1680471279,3),(1034,-1664143200,2),(1034,-1650146400,3),(1034,-1633903200,2),(1034,-1617487200,3),(1034,-1601848800,2),(1034,-1586037600,3),(1034,-1570399200,2),(1034,-1552168800,3),(1034,-1538344800,2),(1034,-1522533600,3),(1034,-1517011200,5),(1034,-1507500000,4),(1034,-1490565600,3),(1034,-1473631200,4),(1034,-1460930400,3),(1034,-1442786400,4),(1034,-1428876000,3),(1034,-1410732000,4),(1034,-1396216800,3),(1034,-1379282400,4),(1034,-1364767200,3),(1034,-1348437600,4),(1034,-1333317600,3),(1034,-1315778400,4),(1034,-1301263200,3),(1034,-1284328800,4),(1034,-1269813600,3),(1034,-1253484000,4),(1034,-1238364000,3),(1034,-1221429600,4),(1034,-1206914400,3),(1034,-1189980000,4),(1034,-1175464800,3),(1034,-1159135200,4),(1034,-1143410400,3),(1034,-1126476000,4),(1034,-1111960800,3),(1034,-1095631200,4),(1034,-1080511200,3),(1034,-1063576800,4),(1034,-1049061600,3),(1034,-1032127200,4),(1034,-1017612000,3),(1034,-1001282400,4),(1034,-986162400,3),(1034,-969228000,4),(1034,-950479200,3),(1034,-942012000,4),(1034,-733356000,3),(1034,-719445600,4),(1034,-699487200,3),(1034,-684972000,4),(1034,-668037600,3),(1034,-654732000,4),(1034,-636588000,3),(1034,-622072800,4),(1034,-605743200,3),(1034,-590623200,4),(1034,-574293600,3),(1034,-558568800,4),(1034,-542239200,3),(1034,-527119200,4),(1034,-512604000,3),(1034,-496274400,4),(1034,-481154400,3),(1034,-464220000,4),(1034,-449704800,3),(1034,-432165600,4),(1034,-417650400,3),(1034,-401320800,4),(1034,-386200800,3),(1034,-369266400,4),(1034,-354751200,3),(1034,-337816800,4),(1034,-323301600,3),(1034,-306972000,4),(1034,-291852000,3),(1034,-276732000,4),(1034,-257983200,3),(1034,-245282400,4),(1034,-226533600,3),(1034,-213228000,4),(1034,-195084000,3),(1034,-182383200,4),(1034,-163634400,3),(1034,-150933600,4),(1034,-132184800,3),(1034,-119484000,4),(1034,-100735200,3),(1034,-88034400,4),(1034,-68680800,3),(1034,-59004000,4),(1034,-37242000,6),(1034,57722400,8),(1034,69818400,4),(1034,89172000,3),(1034,101268000,4),(1034,120621600,3),(1034,132717600,4),(1034,152071200,3),(1034,164167200,4),(1034,183520800,3),(1034,196221600,4),(1034,214970400,3),(1034,227671200,4),(1034,246420000,3),(1034,259120800,4),(1034,278474400,3),(1034,290570400,4),(1034,309924000,3),(1034,322020000,4),(1034,341373600,3),(1034,354675600,7),(1034,372819600,8),(1034,386125200,7),(1034,404269200,8),(1034,417574800,7),(1034,435718800,8),(1034,449024400,7),(1034,467773200,8),(1034,481078800,7),(1034,499222800,8),(1034,512528400,7),(1034,530672400,8),(1034,543978000,7),(1034,562122000,8),(1034,575427600,7),(1034,593571600,8),(1034,606877200,7),(1034,625626000,8),(1034,638326800,7),(1034,657075600,8),(1034,670381200,7),(1034,688525200,8),(1034,701830800,7),(1034,719974800,8),(1034,733280400,7),(1034,751424400,8),(1034,764730000,7),(1034,782874000,8),(1034,796179600,7),(1034,814323600,8),(1034,820454400,5),(1034,828234000,7),(1034,846378000,8),(1034,859683600,7),(1034,877827600,8),(1034,891133200,7),(1034,909277200,8),(1034,922582800,7),(1034,941331600,8),(1034,954032400,7),(1034,972781200,8),(1034,985482000,7),(1034,1004230800,8),(1034,1017536400,7),(1034,1035680400,8),(1034,1048986000,7),(1034,1067130000,8),(1034,1080435600,7),(1034,1099184400,8),(1034,1111885200,7),(1034,1130634000,8),(1034,1143334800,7),(1034,1162083600,8),(1034,1174784400,7),(1034,1193533200,8),(1034,1206838800,7),(1034,1224982800,8),(1034,1238288400,7),(1034,1256432400,8),(1034,1269738000,7),(1034,1288486800,8),(1034,1301187600,7),(1034,1319936400,8),(1034,1332637200,7),(1034,1351386000,8),(1034,1364691600,7),(1034,1382835600,8),(1034,1396141200,7),(1034,1414285200,8),(1034,1427590800,7),(1034,1445734800,8),(1034,1459040400,7),(1034,1477789200,8),(1034,1490490000,7),(1034,1509238800,8),(1034,1521939600,7),(1034,1540688400,8),(1034,1553994000,7),(1034,1572138000,8),(1034,1585443600,7),(1034,1603587600,8),(1034,1616893200,7),(1034,1635642000,8),(1034,1648342800,7),(1034,1667091600,8),(1034,1679792400,7),(1034,1698541200,8),(1034,1711846800,7),(1034,1729990800,8),(1034,1743296400,7),(1034,1761440400,8),(1034,1774746000,7),(1034,1792890000,8),(1034,1806195600,7),(1034,1824944400,8),(1034,1837645200,7),(1034,1856394000,8),(1034,1869094800,7),(1034,1887843600,8),(1034,1901149200,7),(1034,1919293200,8),(1034,1932598800,7),(1034,1950742800,8),(1034,1964048400,7),(1034,1982797200,8),(1034,1995498000,7),(1034,2014246800,8),(1034,2026947600,7),(1034,2045696400,8),(1034,2058397200,7),(1034,2077146000,8),(1034,2090451600,7),(1034,2108595600,8),(1034,2121901200,7),(1034,2140045200,8),(1035,-1691964000,0),(1035,-1680472800,1),(1035,-1664143200,0),(1035,-1650146400,1),(1035,-1633903200,0),(1035,-1617487200,1),(1035,-1601848800,0),(1035,-1586037600,1),(1035,-1570399200,0),(1035,-1552168800,1),(1035,-1538344800,0),(1035,-1522533600,1),(1035,-1507500000,0),(1035,-1490565600,1),(1035,-1473631200,0),(1035,-1460930400,1),(1035,-1442786400,0),(1035,-1428876000,1),(1035,-1410732000,0),(1035,-1396216800,1),(1035,-1379282400,0),(1035,-1364767200,1),(1035,-1348437600,0),(1035,-1333317600,1),(1035,-1315778400,0),(1035,-1301263200,1),(1035,-1284328800,0),(1035,-1269813600,1),(1035,-1253484000,0),(1035,-1238364000,1),(1035,-1221429600,0),(1035,-1206914400,1),(1035,-1189980000,0),(1035,-1175464800,1),(1035,-1159135200,0),(1035,-1143410400,1),(1035,-1126476000,0),(1035,-1111960800,1),(1035,-1095631200,0),(1035,-1080511200,1),(1035,-1063576800,0),(1035,-1049061600,1),(1035,-1032127200,0),(1035,-1017612000,1),(1035,-1001282400,0),(1035,-986162400,1),(1035,-969228000,0),(1035,-950479200,1),(1035,-942012000,0),(1035,-904518000,2),(1035,-896050800,0),(1035,-875487600,2),(1035,-864601200,0),(1035,-844038000,2),(1035,-832546800,0),(1035,-812588400,2),(1035,-798073200,0),(1035,-781052400,2),(1035,-772066800,0),(1035,-764805600,1),(1035,-748476000,0),(1035,-733356000,1),(1035,-719445600,0),(1035,-717030000,2),(1035,-706748400,0),(1035,-699487200,1),(1035,-687996000,0),(1035,-668037600,1),(1035,-654732000,0),(1035,-636588000,1),(1035,-622072800,0),(1035,-605743200,1),(1035,-590623200,0),(1035,-574293600,1),(1035,-558568800,0),(1035,-542239200,1),(1035,-527119200,0),(1035,-512604000,1),(1035,-496274400,0),(1035,-481154400,1),(1035,-464220000,0),(1035,-449704800,1),(1035,-432165600,0),(1035,-417650400,1),(1035,-401320800,3),(1035,386125200,4),(1035,401850000,5),(1035,417574800,4),(1035,433299600,5),(1035,449024400,4),(1035,465354000,5),(1035,481078800,4),(1035,496803600,5),(1035,512528400,4),(1035,528253200,5),(1035,543978000,4),(1035,559702800,5),(1035,575427600,4),(1035,591152400,5),(1035,606877200,4),(1035,622602000,5),(1035,638326800,4),(1035,654656400,5),(1035,670381200,4),(1035,686106000,5),(1035,701830800,4),(1035,717555600,5),(1035,733280400,4),(1035,749005200,5),(1035,764730000,4),(1035,780454800,5),(1035,796179600,4),(1035,811904400,5),(1035,828234000,4),(1035,846378000,5),(1035,859683600,4),(1035,877827600,5),(1035,891133200,4),(1035,909277200,5),(1035,922582800,4),(1035,941331600,5),(1035,954032400,4),(1035,972781200,5),(1035,985482000,4),(1035,1004230800,5),(1035,1017536400,4),(1035,1035680400,5),(1035,1048986000,4),(1035,1067130000,5),(1035,1080435600,4),(1035,1099184400,5),(1035,1111885200,4),(1035,1130634000,5),(1035,1143334800,4),(1035,1162083600,5),(1035,1174784400,4),(1035,1193533200,5),(1035,1206838800,4),(1035,1224982800,5),(1035,1238288400,4),(1035,1256432400,5),(1035,1269738000,4),(1035,1288486800,5),(1035,1301187600,4),(1035,1319936400,5),(1035,1332637200,4),(1035,1351386000,5),(1035,1364691600,4),(1035,1382835600,5),(1035,1396141200,4),(1035,1414285200,5),(1035,1427590800,4),(1035,1445734800,5),(1035,1459040400,4),(1035,1477789200,5),(1035,1490490000,4),(1035,1509238800,5),(1035,1521939600,4),(1035,1540688400,5),(1035,1553994000,4),(1035,1572138000,5),(1035,1585443600,4),(1035,1603587600,5),(1035,1616893200,4),(1035,1635642000,5),(1035,1648342800,4),(1035,1667091600,5),(1035,1679792400,4),(1035,1698541200,5),(1035,1711846800,4),(1035,1729990800,5),(1035,1743296400,4),(1035,1761440400,5),(1035,1774746000,4),(1035,1792890000,5),(1035,1806195600,4),(1035,1824944400,5),(1035,1837645200,4),(1035,1856394000,5),(1035,1869094800,4),(1035,1887843600,5),(1035,1901149200,4),(1035,1919293200,5),(1035,1932598800,4),(1035,1950742800,5),(1035,1964048400,4),(1035,1982797200,5),(1035,1995498000,4),(1035,2014246800,5),(1035,2026947600,4),(1035,2045696400,5),(1035,2058397200,4),(1035,2077146000,5),(1035,2090451600,4),(1035,2108595600,5),(1035,2121901200,4),(1035,2140045200,5),(1036,-1691964000,0),(1036,-1680472800,1),(1036,-1664143200,0),(1036,-1650146400,1),(1036,-1633903200,0),(1036,-1617487200,1),(1036,-1601848800,0),(1036,-1586037600,1),(1036,-1570399200,0),(1036,-1552168800,1),(1036,-1538344800,0),(1036,-1522533600,1),(1036,-1507500000,0),(1036,-1490565600,1),(1036,-1473631200,0),(1036,-1460930400,1),(1036,-1442786400,0),(1036,-1428876000,1),(1036,-1410732000,0),(1036,-1396216800,1),(1036,-1379282400,0),(1036,-1364767200,1),(1036,-1348437600,0),(1036,-1333317600,1),(1036,-1315778400,0),(1036,-1301263200,1),(1036,-1284328800,0),(1036,-1269813600,1),(1036,-1253484000,0),(1036,-1238364000,1),(1036,-1221429600,0),(1036,-1206914400,1),(1036,-1189980000,0),(1036,-1175464800,1),(1036,-1159135200,0),(1036,-1143410400,1),(1036,-1126476000,0),(1036,-1111960800,1),(1036,-1095631200,0),(1036,-1080511200,1),(1036,-1063576800,0),(1036,-1049061600,1),(1036,-1032127200,0),(1036,-1017612000,1),(1036,-1001282400,0),(1036,-986162400,1),(1036,-969228000,0),(1036,-950479200,1),(1036,-942012000,0),(1036,-904518000,2),(1036,-896050800,0),(1036,-875487600,2),(1036,-864601200,0),(1036,-844038000,2),(1036,-832546800,0),(1036,-812588400,2),(1036,-798073200,0),(1036,-781052400,2),(1036,-772066800,0),(1036,-764805600,1),(1036,-748476000,0),(1036,-733356000,1),(1036,-719445600,0),(1036,-717030000,2),(1036,-706748400,0),(1036,-699487200,1),(1036,-687996000,0),(1036,-668037600,1),(1036,-654732000,0),(1036,-636588000,1),(1036,-622072800,0),(1036,-605743200,1),(1036,-590623200,0),(1036,-574293600,1),(1036,-558568800,0),(1036,-542239200,1),(1036,-527119200,0),(1036,-512604000,1),(1036,-496274400,0),(1036,-481154400,1),(1036,-464220000,0),(1036,-449704800,1),(1036,-432165600,0),(1036,-417650400,1),(1036,-401320800,0),(1036,-386200800,1),(1036,-369266400,0),(1036,-354751200,1),(1036,-337816800,0),(1036,-323301600,1),(1036,-306972000,0),(1036,-291852000,1),(1036,-276732000,0),(1036,-257983200,1),(1036,-245282400,0),(1036,-226533600,1),(1036,-213228000,0),(1036,-195084000,1),(1036,-182383200,0),(1036,-163634400,1),(1036,-150933600,0),(1036,-132184800,1),(1036,-119484000,0),(1036,-100735200,1),(1036,-88034400,0),(1036,-68680800,1),(1036,-59004000,0),(1036,-37242000,3),(1036,57722400,5),(1036,69818400,0),(1036,89172000,1),(1036,101268000,0),(1036,120621600,1),(1036,132717600,0),(1036,152071200,1),(1036,164167200,0),(1036,183520800,1),(1036,196221600,0),(1036,214970400,1),(1036,227671200,0),(1036,246420000,1),(1036,259120800,0),(1036,278474400,1),(1036,290570400,0),(1036,309924000,1),(1036,322020000,0),(1036,341373600,1),(1036,354675600,4),(1036,372819600,5),(1036,386125200,4),(1036,404269200,5),(1036,417574800,4),(1036,435718800,5),(1036,449024400,4),(1036,467773200,5),(1036,481078800,4),(1036,499222800,5),(1036,512528400,4),(1036,530672400,5),(1036,543978000,4),(1036,562122000,5),(1036,575427600,4),(1036,593571600,5),(1036,606877200,4),(1036,625626000,5),(1036,638326800,4),(1036,657075600,5),(1036,670381200,4),(1036,688525200,5),(1036,701830800,4),(1036,719974800,5),(1036,733280400,4),(1036,751424400,5),(1036,764730000,4),(1036,782874000,5),(1036,796179600,4),(1036,814323600,5),(1036,820454400,6),(1036,828234000,4),(1036,846378000,5),(1036,859683600,4),(1036,877827600,5),(1036,891133200,4),(1036,909277200,5),(1036,922582800,4),(1036,941331600,5),(1036,954032400,4),(1036,972781200,5),(1036,985482000,4),(1036,1004230800,5),(1036,1017536400,4),(1036,1035680400,5),(1036,1048986000,4),(1036,1067130000,5),(1036,1080435600,4),(1036,1099184400,5),(1036,1111885200,4),(1036,1130634000,5),(1036,1143334800,4),(1036,1162083600,5),(1036,1174784400,4),(1036,1193533200,5),(1036,1206838800,4),(1036,1224982800,5),(1036,1238288400,4),(1036,1256432400,5),(1036,1269738000,4),(1036,1288486800,5),(1036,1301187600,4),(1036,1319936400,5),(1036,1332637200,4),(1036,1351386000,5),(1036,1364691600,4),(1036,1382835600,5),(1036,1396141200,4),(1036,1414285200,5),(1036,1427590800,4),(1036,1445734800,5),(1036,1459040400,4),(1036,1477789200,5),(1036,1490490000,4),(1036,1509238800,5),(1036,1521939600,4),(1036,1540688400,5),(1036,1553994000,4),(1036,1572138000,5),(1036,1585443600,4),(1036,1603587600,5),(1036,1616893200,4),(1036,1635642000,5),(1036,1648342800,4),(1036,1667091600,5),(1036,1679792400,4),(1036,1698541200,5),(1036,1711846800,4),(1036,1729990800,5),(1036,1743296400,4),(1036,1761440400,5),(1036,1774746000,4),(1036,1792890000,5),(1036,1806195600,4),(1036,1824944400,5),(1036,1837645200,4),(1036,1856394000,5),(1036,1869094800,4),(1036,1887843600,5),(1036,1901149200,4),(1036,1919293200,5),(1036,1932598800,4),(1036,1950742800,5),(1036,1964048400,4),(1036,1982797200,5),(1036,1995498000,4),(1036,2014246800,5),(1036,2026947600,4),(1036,2045696400,5),(1036,2058397200,4),(1036,2077146000,5),(1036,2090451600,4),(1036,2108595600,5),(1036,2121901200,4),(1036,2140045200,5),(1037,-1535938789,2),(1037,-875671200,1),(1037,-859773600,2),(1037,354672000,1),(1037,370396800,2),(1037,386121600,1),(1037,401846400,2),(1037,417574800,3),(1037,433299600,4),(1037,449024400,3),(1037,465354000,4),(1037,481078800,3),(1037,496803600,4),(1037,512528400,3),(1037,528253200,4),(1037,543978000,3),(1037,559702800,4),(1037,575427600,3),(1037,591152400,4),(1037,606877200,3),(1037,622602000,4),(1037,638326800,3),(1037,654656400,4),(1037,670381200,3),(1037,686106000,4),(1037,701830800,3),(1037,717555600,4),(1037,733280400,3),(1037,749005200,4),(1037,764730000,3),(1037,780454800,4),(1037,796179600,3),(1037,811904400,4),(1037,828234000,3),(1037,846378000,4),(1037,859683600,3),(1037,877827600,4),(1037,891133200,3),(1037,909277200,4),(1037,922582800,3),(1037,941331600,4),(1037,954032400,3),(1037,972781200,4),(1037,985482000,3),(1037,1004230800,4),(1037,1017536400,3),(1037,1035680400,4),(1037,1048986000,3),(1037,1067130000,4),(1037,1080435600,3),(1037,1099184400,4),(1037,1111885200,3),(1037,1130634000,4),(1037,1143334800,3),(1037,1162083600,4),(1037,1174784400,3),(1037,1193533200,4),(1037,1206838800,3),(1037,1224982800,4),(1037,1238288400,3),(1037,1256432400,4),(1037,1269738000,3),(1037,1288486800,4),(1037,1301187600,3),(1037,1319936400,4),(1037,1332637200,3),(1037,1351386000,4),(1037,1364691600,3),(1037,1382835600,4),(1037,1396141200,3),(1037,1414285200,4),(1037,1427590800,3),(1037,1445734800,4),(1037,1459040400,3),(1037,1477789200,4),(1037,1490490000,3),(1037,1509238800,4),(1037,1521939600,3),(1037,1540688400,4),(1037,1553994000,3),(1037,1572138000,4),(1037,1585443600,3),(1037,1603587600,4),(1037,1616893200,3),(1037,1635642000,4),(1037,1648342800,3),(1037,1667091600,4),(1037,1679792400,3),(1037,1698541200,4),(1037,1711846800,3),(1037,1729990800,4),(1037,1743296400,3),(1037,1761440400,4),(1037,1774746000,3),(1037,1792890000,4),(1037,1806195600,3),(1037,1824944400,4),(1037,1837645200,3),(1037,1856394000,4),(1037,1869094800,3),(1037,1887843600,4),(1037,1901149200,3),(1037,1919293200,4),(1037,1932598800,3),(1037,1950742800,4),(1037,1964048400,3),(1037,1982797200,4),(1037,1995498000,3),(1037,2014246800,4),(1037,2026947600,3),(1037,2045696400,4),(1037,2058397200,3),(1037,2077146000,4),(1037,2090451600,3),(1037,2108595600,4),(1037,2121901200,3),(1037,2140045200,4),(1038,-1691964000,0),(1038,-1680472800,1),(1038,-1664143200,0),(1038,-1650146400,1),(1038,-1633903200,0),(1038,-1617487200,1),(1038,-1601848800,0),(1038,-1586037600,1),(1038,-1570399200,0),(1038,-1552168800,1),(1038,-1538344800,0),(1038,-1522533600,1),(1038,-1507500000,0),(1038,-1490565600,1),(1038,-1473631200,0),(1038,-1460930400,1),(1038,-1442786400,0),(1038,-1428876000,1),(1038,-1410732000,0),(1038,-1396216800,1),(1038,-1379282400,0),(1038,-1364767200,1),(1038,-1348437600,0),(1038,-1333317600,1),(1038,-1315778400,0),(1038,-1301263200,1),(1038,-1284328800,0),(1038,-1269813600,1),(1038,-1253484000,0),(1038,-1238364000,1),(1038,-1221429600,0),(1038,-1206914400,1),(1038,-1189980000,0),(1038,-1175464800,1),(1038,-1159135200,0),(1038,-1143410400,1),(1038,-1126476000,0),(1038,-1111960800,1),(1038,-1095631200,0),(1038,-1080511200,1),(1038,-1063576800,0),(1038,-1049061600,1),(1038,-1032127200,0),(1038,-1017612000,1),(1038,-1001282400,0),(1038,-986162400,1),(1038,-969228000,0),(1038,-950479200,1),(1038,-942012000,0),(1038,-904518000,2),(1038,-896050800,0),(1038,-875487600,2),(1038,-864601200,0),(1038,-844038000,2),(1038,-832546800,0),(1038,-812588400,2),(1038,-798073200,0),(1038,-781052400,2),(1038,-772066800,0),(1038,-764805600,1),(1038,-748476000,0),(1038,-733356000,1),(1038,-719445600,0),(1038,-717030000,2),(1038,-706748400,0),(1038,-699487200,1),(1038,-687996000,0),(1038,-668037600,1),(1038,-654732000,0),(1038,-636588000,1),(1038,-622072800,0),(1038,-605743200,1),(1038,-590623200,0),(1038,-574293600,1),(1038,-558568800,0),(1038,-542239200,1),(1038,-527119200,0),(1038,-512604000,1),(1038,-496274400,0),(1038,-481154400,1),(1038,-464220000,0),(1038,-449704800,1),(1038,-432165600,0),(1038,-417650400,1),(1038,-401320800,0),(1038,-386200800,1),(1038,-369266400,0),(1038,-354751200,1),(1038,-337816800,0),(1038,-323301600,1),(1038,-306972000,0),(1038,-291852000,1),(1038,-276732000,0),(1038,-257983200,1),(1038,-245282400,0),(1038,-226533600,1),(1038,-213228000,0),(1038,-195084000,1),(1038,-182383200,0),(1038,-163634400,1),(1038,-150933600,0),(1038,-132184800,1),(1038,-119484000,0),(1038,-100735200,1),(1038,-88034400,0),(1038,-68680800,1),(1038,-59004000,0),(1038,-37242000,3),(1038,57722400,5),(1038,69818400,0),(1038,89172000,1),(1038,101268000,0),(1038,120621600,1),(1038,132717600,0),(1038,152071200,1),(1038,164167200,0),(1038,183520800,1),(1038,196221600,0),(1038,214970400,1),(1038,227671200,0),(1038,246420000,1),(1038,259120800,0),(1038,278474400,1),(1038,290570400,0),(1038,309924000,1),(1038,322020000,0),(1038,341373600,1),(1038,354675600,4),(1038,372819600,5),(1038,386125200,4),(1038,404269200,5),(1038,417574800,4),(1038,435718800,5),(1038,449024400,4),(1038,467773200,5),(1038,481078800,4),(1038,499222800,5),(1038,512528400,4),(1038,530672400,5),(1038,543978000,4),(1038,562122000,5),(1038,575427600,4),(1038,593571600,5),(1038,606877200,4),(1038,625626000,5),(1038,638326800,4),(1038,657075600,5),(1038,670381200,4),(1038,688525200,5),(1038,701830800,4),(1038,719974800,5),(1038,733280400,4),(1038,751424400,5),(1038,764730000,4),(1038,782874000,5),(1038,796179600,4),(1038,814323600,5),(1038,820454400,6),(1038,828234000,4),(1038,846378000,5),(1038,859683600,4),(1038,877827600,5),(1038,891133200,4),(1038,909277200,5),(1038,922582800,4),(1038,941331600,5),(1038,954032400,4),(1038,972781200,5),(1038,985482000,4),(1038,1004230800,5),(1038,1017536400,4),(1038,1035680400,5),(1038,1048986000,4),(1038,1067130000,5),(1038,1080435600,4),(1038,1099184400,5),(1038,1111885200,4),(1038,1130634000,5),(1038,1143334800,4),(1038,1162083600,5),(1038,1174784400,4),(1038,1193533200,5),(1038,1206838800,4),(1038,1224982800,5),(1038,1238288400,4),(1038,1256432400,5),(1038,1269738000,4),(1038,1288486800,5),(1038,1301187600,4),(1038,1319936400,5),(1038,1332637200,4),(1038,1351386000,5),(1038,1364691600,4),(1038,1382835600,5),(1038,1396141200,4),(1038,1414285200,5),(1038,1427590800,4),(1038,1445734800,5),(1038,1459040400,4),(1038,1477789200,5),(1038,1490490000,4),(1038,1509238800,5),(1038,1521939600,4),(1038,1540688400,5),(1038,1553994000,4),(1038,1572138000,5),(1038,1585443600,4),(1038,1603587600,5),(1038,1616893200,4),(1038,1635642000,5),(1038,1648342800,4),(1038,1667091600,5),(1038,1679792400,4),(1038,1698541200,5),(1038,1711846800,4),(1038,1729990800,5),(1038,1743296400,4),(1038,1761440400,5),(1038,1774746000,4),(1038,1792890000,5),(1038,1806195600,4),(1038,1824944400,5),(1038,1837645200,4),(1038,1856394000,5),(1038,1869094800,4),(1038,1887843600,5),(1038,1901149200,4),(1038,1919293200,5),(1038,1932598800,4),(1038,1950742800,5),(1038,1964048400,4),(1038,1982797200,5),(1038,1995498000,4),(1038,2014246800,5),(1038,2026947600,4),(1038,2045696400,5),(1038,2058397200,4),(1038,2077146000,5),(1038,2090451600,4),(1038,2108595600,5),(1038,2121901200,4),(1038,2140045200,5),(1039,-1869875816,2),(1039,-1693706400,1),(1039,-1680490800,2),(1039,-1570413600,1),(1039,-1552186800,2),(1039,-1538359200,1),(1039,-1522551600,2),(1039,-1507514400,1),(1039,-1490583600,2),(1039,-1440208800,1),(1039,-1428030000,2),(1039,-1409709600,1),(1039,-1396494000,2),(1039,-931053600,1),(1039,-922676400,2),(1039,-917834400,1),(1039,-892436400,2),(1039,-875844000,1),(1039,-764737200,2),(1039,-744343200,1),(1039,-733806000,2),(1039,-716436000,1),(1039,-701924400,2),(1039,-684986400,1),(1039,-670474800,2),(1039,-654141600,1),(1039,-639025200,2),(1039,-622087200,1),(1039,-606970800,2),(1039,-590032800,1),(1039,-575521200,2),(1039,-235620000,1),(1039,-194842800,2),(1039,-177732000,1),(1039,-165726000,2),(1039,107910000,1),(1039,121215600,2),(1039,133920000,1),(1039,152665200,2),(1039,164678400,1),(1039,184114800,2),(1039,196214400,1),(1039,215564400,2),(1039,228873600,1),(1039,245804400,2),(1039,260323200,1),(1039,267915600,3),(1039,428454000,4),(1039,433893600,3),(1039,468111600,2),(1039,482799600,5),(1039,496710000,6),(1039,512521200,5),(1039,528246000,6),(1039,543970800,5),(1039,559695600,6),(1039,575420400,5),(1039,591145200,6),(1039,606870000,5),(1039,622594800,6),(1039,638319600,5),(1039,654649200,6),(1039,670374000,5),(1039,686098800,6),(1039,701823600,5),(1039,717548400,6),(1039,733273200,5),(1039,748998000,6),(1039,764118000,5),(1039,780447600,6),(1039,796172400,5),(1039,811897200,6),(1039,828226800,5),(1039,846370800,6),(1039,859676400,5),(1039,877820400,6),(1039,891126000,5),(1039,909270000,6),(1039,922575600,5),(1039,941324400,6),(1039,954025200,5),(1039,972774000,6),(1039,985474800,5),(1039,1004223600,6),(1039,1017529200,5),(1039,1035673200,6),(1039,1048978800,5),(1039,1067122800,6),(1039,1080428400,5),(1039,1099177200,6),(1039,1111878000,5),(1039,1130626800,6),(1039,1143327600,5),(1039,1162076400,6),(1039,1167602400,2),(1039,1174784400,7),(1039,1193533200,8),(1039,1206838800,7),(1039,1224982800,8),(1039,1238288400,7),(1039,1256432400,8),(1039,1269738000,7),(1039,1288486800,8),(1039,1301274000,7),(1039,1319936400,8),(1039,1332637200,7),(1039,1351386000,8),(1039,1364691600,7),(1039,1382835600,8),(1039,1396227600,7),(1039,1414285200,8),(1039,1427590800,7),(1039,1446944400,8),(1039,1459040400,7),(1039,1473195600,3),(1040,-1691964000,0),(1040,-1680472800,1),(1040,-1664143200,0),(1040,-1650146400,1),(1040,-1633903200,0),(1040,-1617487200,1),(1040,-1601848800,0),(1040,-1586037600,1),(1040,-1570399200,0),(1040,-1552168800,1),(1040,-1538344800,0),(1040,-1522533600,1),(1040,-1507500000,0),(1040,-1490565600,1),(1040,-1473631200,0),(1040,-1460930400,1),(1040,-1442786400,0),(1040,-1428876000,1),(1040,-1410732000,0),(1040,-1396216800,1),(1040,-1379282400,0),(1040,-1364767200,1),(1040,-1348437600,0),(1040,-1333317600,1),(1040,-1315778400,0),(1040,-1301263200,1),(1040,-1284328800,0),(1040,-1269813600,1),(1040,-1253484000,0),(1040,-1238364000,1),(1040,-1221429600,0),(1040,-1206914400,1),(1040,-1189980000,0),(1040,-1175464800,1),(1040,-1159135200,0),(1040,-1143410400,1),(1040,-1126476000,0),(1040,-1111960800,1),(1040,-1095631200,0),(1040,-1080511200,1),(1040,-1063576800,0),(1040,-1049061600,1),(1040,-1032127200,0),(1040,-1017612000,1),(1040,-1001282400,0),(1040,-986162400,1),(1040,-969228000,0),(1040,-950479200,1),(1040,-942012000,0),(1040,-904518000,2),(1040,-896050800,0),(1040,-875487600,2),(1040,-864601200,0),(1040,-844038000,2),(1040,-832546800,0),(1040,-812588400,2),(1040,-798073200,0),(1040,-781052400,2),(1040,-772066800,0),(1040,-764805600,1),(1040,-748476000,0),(1040,-733356000,1),(1040,-719445600,0),(1040,-717030000,2),(1040,-706748400,0),(1040,-699487200,1),(1040,-687996000,0),(1040,-668037600,1),(1040,-654732000,0),(1040,-636588000,1),(1040,-622072800,0),(1040,-605743200,1),(1040,-590623200,0),(1040,-574293600,1),(1040,-558568800,0),(1040,-542239200,1),(1040,-527119200,0),(1040,-512604000,1),(1040,-496274400,0),(1040,-481154400,1),(1040,-464220000,0),(1040,-449704800,1),(1040,-432165600,0),(1040,-417650400,1),(1040,-401320800,0),(1040,-386200800,1),(1040,-369266400,0),(1040,-354751200,1),(1040,-337816800,0),(1040,-323301600,1),(1040,-306972000,0),(1040,-291852000,1),(1040,-276732000,0),(1040,-257983200,1),(1040,-245282400,0),(1040,-226533600,1),(1040,-213228000,0),(1040,-195084000,1),(1040,-182383200,0),(1040,-163634400,1),(1040,-150933600,0),(1040,-132184800,1),(1040,-119484000,0),(1040,-100735200,1),(1040,-88034400,0),(1040,-68680800,1),(1040,-59004000,0),(1040,-37242000,3),(1040,57722400,5),(1040,69818400,0),(1040,89172000,1),(1040,101268000,0),(1040,120621600,1),(1040,132717600,0),(1040,152071200,1),(1040,164167200,0),(1040,183520800,1),(1040,196221600,0),(1040,214970400,1),(1040,227671200,0),(1040,246420000,1),(1040,259120800,0),(1040,278474400,1),(1040,290570400,0),(1040,309924000,1),(1040,322020000,0),(1040,341373600,1),(1040,354675600,4),(1040,372819600,5),(1040,386125200,4),(1040,404269200,5),(1040,417574800,4),(1040,435718800,5),(1040,449024400,4),(1040,467773200,5),(1040,481078800,4),(1040,499222800,5),(1040,512528400,4),(1040,530672400,5),(1040,543978000,4),(1040,562122000,5),(1040,575427600,4),(1040,593571600,5),(1040,606877200,4),(1040,625626000,5),(1040,638326800,4),(1040,657075600,5),(1040,670381200,4),(1040,688525200,5),(1040,701830800,4),(1040,719974800,5),(1040,733280400,4),(1040,751424400,5),(1040,764730000,4),(1040,782874000,5),(1040,796179600,4),(1040,814323600,5),(1040,820454400,6),(1040,828234000,4),(1040,846378000,5),(1040,859683600,4),(1040,877827600,5),(1040,891133200,4),(1040,909277200,5),(1040,922582800,4),(1040,941331600,5),(1040,954032400,4),(1040,972781200,5),(1040,985482000,4),(1040,1004230800,5),(1040,1017536400,4),(1040,1035680400,5),(1040,1048986000,4),(1040,1067130000,5),(1040,1080435600,4),(1040,1099184400,5),(1040,1111885200,4),(1040,1130634000,5),(1040,1143334800,4),(1040,1162083600,5),(1040,1174784400,4),(1040,1193533200,5),(1040,1206838800,4),(1040,1224982800,5),(1040,1238288400,4),(1040,1256432400,5),(1040,1269738000,4),(1040,1288486800,5),(1040,1301187600,4),(1040,1319936400,5),(1040,1332637200,4),(1040,1351386000,5),(1040,1364691600,4),(1040,1382835600,5),(1040,1396141200,4),(1040,1414285200,5),(1040,1427590800,4),(1040,1445734800,5),(1040,1459040400,4),(1040,1477789200,5),(1040,1490490000,4),(1040,1509238800,5),(1040,1521939600,4),(1040,1540688400,5),(1040,1553994000,4),(1040,1572138000,5),(1040,1585443600,4),(1040,1603587600,5),(1040,1616893200,4),(1040,1635642000,5),(1040,1648342800,4),(1040,1667091600,5),(1040,1679792400,4),(1040,1698541200,5),(1040,1711846800,4),(1040,1729990800,5),(1040,1743296400,4),(1040,1761440400,5),(1040,1774746000,4),(1040,1792890000,5),(1040,1806195600,4),(1040,1824944400,5),(1040,1837645200,4),(1040,1856394000,5),(1040,1869094800,4),(1040,1887843600,5),(1040,1901149200,4),(1040,1919293200,5),(1040,1932598800,4),(1040,1950742800,5),(1040,1964048400,4),(1040,1982797200,5),(1040,1995498000,4),(1040,2014246800,5),(1040,2026947600,4),(1040,2045696400,5),(1040,2058397200,4),(1040,2077146000,5),(1040,2090451600,4),(1040,2108595600,5),(1040,2121901200,4),(1040,2140045200,5),(1041,-1693706400,0),(1041,-1680483600,1),(1041,-1663455600,2),(1041,-1650150000,3),(1041,-1632006000,2),(1041,-1618700400,3),(1041,-938905200,2),(1041,-857257200,3),(1041,-844556400,2),(1041,-828226800,3),(1041,-812502000,2),(1041,-796777200,3),(1041,-781052400,2),(1041,-780372000,5),(1041,-778730400,4),(1041,-762663600,5),(1041,-749095200,7),(1041,354920400,6),(1041,370728000,7),(1041,386456400,6),(1041,402264000,7),(1041,417992400,6),(1041,433800000,7),(1041,449614800,6),(1041,465346800,8),(1041,481071600,9),(1041,496796400,8),(1041,512521200,9),(1041,528246000,8),(1041,543970800,9),(1041,559695600,8),(1041,575420400,9),(1041,591145200,8),(1041,606870000,10),(1041,622598400,11),(1041,638323200,10),(1041,654652800,11),(1041,670377600,10),(1041,686102400,11),(1041,701827200,10),(1041,717552000,11),(1041,733276800,10),(1041,749001600,11),(1041,764726400,10),(1041,780451200,11),(1041,796176000,10),(1041,811900800,11),(1041,828230400,10),(1041,846374400,11),(1041,859680000,10),(1041,877824000,11),(1041,891129600,10),(1041,909273600,11),(1041,922579200,10),(1041,941328000,11),(1041,954028800,10),(1041,972777600,11),(1041,985478400,10),(1041,1004227200,11),(1041,1017532800,10),(1041,1035676800,11),(1041,1048982400,10),(1041,1067126400,11),(1041,1080432000,10),(1041,1099180800,11),(1041,1111881600,10),(1041,1130630400,11),(1041,1143331200,10),(1041,1162080000,11),(1041,1174780800,10),(1041,1193529600,11),(1041,1206835200,10),(1041,1224979200,11),(1041,1238284800,10),(1041,1256428800,11),(1041,1269734400,10),(1041,1288483200,11),(1041,1301184000,12),(1041,1414278000,11),(1042,-1441159324,1),(1042,-1247536800,2),(1042,-892522800,5),(1042,-857257200,3),(1042,-844556400,4),(1042,-828226800,3),(1042,-825382800,2),(1042,354920400,6),(1042,370728000,2),(1042,386456400,6),(1042,402264000,2),(1042,417992400,6),(1042,433800000,2),(1042,449614800,6),(1042,465346800,7),(1042,481071600,8),(1042,496796400,7),(1042,512521200,8),(1042,528246000,7),(1042,543970800,8),(1042,559695600,7),(1042,575420400,8),(1042,591145200,7),(1042,606870000,8),(1042,622594800,7),(1042,638319600,8),(1042,646783200,9),(1042,686102400,10),(1042,701827200,11),(1042,717552000,10),(1042,733276800,11),(1042,749001600,10),(1042,764726400,11),(1042,780451200,10),(1042,796176000,11),(1042,811900800,10),(1042,828230400,11),(1042,831934800,9),(1042,846378000,12),(1042,859683600,13),(1042,877827600,12),(1042,891133200,13),(1042,909277200,12),(1042,922582800,13),(1042,941331600,12),(1042,954032400,13),(1042,972781200,12),(1042,985482000,13),(1042,1004230800,12),(1042,1017536400,13),(1042,1035680400,12),(1042,1048986000,13),(1042,1067130000,12),(1042,1080435600,13),(1042,1099184400,12),(1042,1111885200,13),(1042,1130634000,12),(1042,1143334800,13),(1042,1162083600,12),(1042,1174784400,13),(1042,1193533200,12),(1042,1206838800,13),(1042,1224982800,12),(1042,1238288400,13),(1042,1256432400,12),(1042,1269738000,13),(1042,1288486800,12),(1042,1301187600,13),(1042,1319936400,12),(1042,1332637200,13),(1042,1351386000,12),(1042,1364691600,13),(1042,1382835600,12),(1042,1396141200,13),(1042,1414285200,12),(1042,1427590800,13),(1042,1445734800,12),(1042,1459040400,13),(1042,1477789200,12),(1042,1490490000,13),(1042,1509238800,12),(1042,1521939600,13),(1042,1540688400,12),(1042,1553994000,13),(1042,1572138000,12),(1042,1585443600,13),(1042,1603587600,12),(1042,1616893200,13),(1042,1635642000,12),(1042,1648342800,13),(1042,1667091600,12),(1042,1679792400,13),(1042,1698541200,12),(1042,1711846800,13),(1042,1729990800,12),(1042,1743296400,13),(1042,1761440400,12),(1042,1774746000,13),(1042,1792890000,12),(1042,1806195600,13),(1042,1824944400,12),(1042,1837645200,13),(1042,1856394000,12),(1042,1869094800,13),(1042,1887843600,12),(1042,1901149200,13),(1042,1919293200,12),(1042,1932598800,13),(1042,1950742800,12),(1042,1964048400,13),(1042,1982797200,12),(1042,1995498000,13),(1042,2014246800,12),(1042,2026947600,13),(1042,2045696400,12),(1042,2058397200,13),(1042,2077146000,12),(1042,2090451600,13),(1042,2108595600,12),(1042,2121901200,13),(1042,2140045200,12),(1043,-1593820800,1),(1043,-1247540400,3),(1043,354916800,2),(1043,370724400,3),(1043,386452800,2),(1043,402260400,3),(1043,417988800,2),(1043,433796400,3),(1043,449611200,2),(1043,465343200,4),(1043,481068000,5),(1043,496792800,4),(1043,512517600,5),(1043,528242400,4),(1043,543967200,5),(1043,559692000,4),(1043,575416800,5),(1043,591141600,4),(1043,606866400,6),(1043,622594800,7),(1043,638319600,6),(1043,654649200,7),(1043,670374000,4),(1043,701820000,6),(1043,717548400,7),(1043,733273200,6),(1043,748998000,7),(1043,764722800,6),(1043,780447600,7),(1043,796172400,6),(1043,811897200,7),(1043,828226800,6),(1043,846370800,7),(1043,859676400,6),(1043,877820400,7),(1043,891126000,6),(1043,909270000,7),(1043,922575600,6),(1043,941324400,7),(1043,954025200,6),(1043,972774000,7),(1043,985474800,6),(1043,1004223600,7),(1043,1017529200,6),(1043,1035673200,7),(1043,1048978800,6),(1043,1067122800,7),(1043,1080428400,6),(1043,1099177200,7),(1043,1111878000,6),(1043,1130626800,7),(1043,1143327600,6),(1043,1162076400,7),(1043,1174777200,6),(1043,1193526000,7),(1043,1206831600,6),(1043,1224975600,7),(1043,1238281200,6),(1043,1256425200,7),(1043,1269730800,6),(1043,1288479600,7),(1043,1301180400,4),(1043,1414274400,7),(1044,-1830384000,6),(1044,-1689555600,1),(1044,-1677801600,2),(1044,-1667437200,3),(1044,-1647738000,4),(1044,-1635814800,3),(1044,-1616202000,4),(1044,-1604365200,3),(1044,-1584666000,4),(1044,-1572742800,3),(1044,-1553043600,4),(1044,-1541206800,3),(1044,-1521507600,4),(1044,-1442451600,3),(1044,-1426813200,4),(1044,-1379293200,3),(1044,-1364778000,4),(1044,-1348448400,3),(1044,-1333328400,4),(1044,-1316394000,3),(1044,-1301274000,4),(1044,-1284339600,3),(1044,-1269824400,4),(1044,-1221440400,3),(1044,-1206925200,4),(1044,-1191200400,3),(1044,-1175475600,4),(1044,-1127696400,3),(1044,-1111971600,4),(1044,-1096851600,3),(1044,-1080522000,4),(1044,-1063587600,3),(1044,-1049072400,4),(1044,-1033347600,3),(1044,-1017622800,4),(1044,-1002502800,3),(1044,-986173200,4),(1044,-969238800,3),(1044,-950490000,4),(1044,-942022800,3),(1044,-922669200,4),(1044,-906944400,3),(1044,-891133200,4),(1044,-877309200,3),(1044,-873684000,5),(1044,-864007200,3),(1044,-857955600,4),(1044,-845859600,3),(1044,-842839200,5),(1044,-831348000,3),(1044,-825901200,4),(1044,-814410000,3),(1044,-810784800,5),(1044,-799898400,3),(1044,-794451600,4),(1044,-782960400,3),(1044,-779335200,5),(1044,-768448800,3),(1044,-763002000,4),(1044,-749091600,3),(1044,-733366800,4),(1044,-717631200,3),(1044,-701906400,4),(1044,-686181600,3),(1044,-670456800,4),(1044,-654732000,3),(1044,-639007200,4),(1044,-623282400,3),(1044,-607557600,4),(1044,-591832800,3),(1044,-575503200,4),(1044,-559778400,3),(1044,-544053600,4),(1044,-528328800,3),(1044,-512604000,4),(1044,-496879200,3),(1044,-481154400,4),(1044,-465429600,3),(1044,-449704800,4),(1044,-433980000,3),(1044,-417650400,4),(1044,-401925600,3),(1044,-386200800,4),(1044,-370476000,3),(1044,-354751200,4),(1044,-339026400,3),(1044,-323301600,4),(1044,-307576800,3),(1044,-291852000,4),(1044,-276127200,3),(1044,-260402400,4),(1044,-244677600,3),(1044,-228348000,4),(1044,-212623200,3),(1044,-196898400,4),(1044,-181173600,3),(1044,-165448800,4),(1044,-149724000,3),(1044,-133999200,4),(1044,-118274400,7),(1044,212544000,2),(1044,228268800,3),(1044,243993600,4),(1044,260323200,3),(1044,276048000,4),(1044,291772800,3),(1044,307501200,4),(1044,323222400,3),(1044,338950800,4),(1044,354675600,3),(1044,370400400,4),(1044,386125200,3),(1044,401850000,4),(1044,417578400,3),(1044,433299600,4),(1044,449024400,3),(1044,465354000,4),(1044,481078800,3),(1044,496803600,4),(1044,512528400,3),(1044,528253200,4),(1044,543978000,3),(1044,559702800,4),(1044,575427600,3),(1044,591152400,4),(1044,606877200,3),(1044,622602000,4),(1044,638326800,3),(1044,654656400,4),(1044,670381200,3),(1044,686106000,4),(1044,701830800,3),(1044,717555600,8),(1044,733280400,9),(1044,749005200,8),(1044,764730000,9),(1044,780454800,8),(1044,796179600,9),(1044,811904400,8),(1044,828234000,10),(1044,846378000,6),(1044,859683600,10),(1044,877827600,6),(1044,891133200,10),(1044,909277200,6),(1044,922582800,10),(1044,941331600,6),(1044,954032400,10),(1044,972781200,6),(1044,985482000,10),(1044,1004230800,6),(1044,1017536400,10),(1044,1035680400,6),(1044,1048986000,10),(1044,1067130000,6),(1044,1080435600,10),(1044,1099184400,6),(1044,1111885200,10),(1044,1130634000,6),(1044,1143334800,10),(1044,1162083600,6),(1044,1174784400,10),(1044,1193533200,6),(1044,1206838800,10),(1044,1224982800,6),(1044,1238288400,10),(1044,1256432400,6),(1044,1269738000,10),(1044,1288486800,6),(1044,1301187600,10),(1044,1319936400,6),(1044,1332637200,10),(1044,1351386000,6),(1044,1364691600,10),(1044,1382835600,6),(1044,1396141200,10),(1044,1414285200,6),(1044,1427590800,10),(1044,1445734800,6),(1044,1459040400,10),(1044,1477789200,6),(1044,1490490000,10),(1044,1509238800,6),(1044,1521939600,10),(1044,1540688400,6),(1044,1553994000,10),(1044,1572138000,6),(1044,1585443600,10),(1044,1603587600,6),(1044,1616893200,10),(1044,1635642000,6),(1044,1648342800,10),(1044,1667091600,6),(1044,1679792400,10),(1044,1698541200,6),(1044,1711846800,10),(1044,1729990800,6),(1044,1743296400,10),(1044,1761440400,6),(1044,1774746000,10),(1044,1792890000,6),(1044,1806195600,10),(1044,1824944400,6),(1044,1837645200,10),(1044,1856394000,6),(1044,1869094800,10),(1044,1887843600,6),(1044,1901149200,10),(1044,1919293200,6),(1044,1932598800,10),(1044,1950742800,6),(1044,1964048400,10),(1044,1982797200,6),(1044,1995498000,10),(1044,2014246800,6),(1044,2026947600,10),(1044,2045696400,6),(1044,2058397200,10),(1044,2077146000,6),(1044,2090451600,10),(1044,2108595600,6),(1044,2121901200,10),(1044,2140045200,6),(1045,-905824800,3),(1045,-857257200,1),(1045,-844556400,2),(1045,-828226800,1),(1045,-812502000,2),(1045,-796777200,1),(1045,-788922000,0),(1045,-777942000,2),(1045,-766623600,1),(1045,407199600,0),(1045,417574800,4),(1045,433299600,5),(1045,449024400,4),(1045,465354000,5),(1045,481078800,4),(1045,496803600,5),(1045,512528400,4),(1045,528253200,5),(1045,543978000,4),(1045,559702800,5),(1045,575427600,4),(1045,591152400,5),(1045,606877200,4),(1045,622602000,5),(1045,638326800,4),(1045,654656400,5),(1045,670381200,4),(1045,686106000,5),(1045,701830800,4),(1045,717555600,5),(1045,733280400,4),(1045,749005200,5),(1045,764730000,4),(1045,780454800,5),(1045,796179600,4),(1045,811904400,5),(1045,828234000,4),(1045,846378000,5),(1045,859683600,4),(1045,877827600,5),(1045,891133200,4),(1045,909277200,5),(1045,922582800,4),(1045,941331600,5),(1045,954032400,4),(1045,972781200,5),(1045,985482000,4),(1045,1004230800,5),(1045,1017536400,4),(1045,1035680400,5),(1045,1048986000,4),(1045,1067130000,5),(1045,1080435600,4),(1045,1099184400,5),(1045,1111885200,4),(1045,1130634000,5),(1045,1143334800,4),(1045,1162083600,5),(1045,1174784400,4),(1045,1193533200,5),(1045,1206838800,4),(1045,1224982800,5),(1045,1238288400,4),(1045,1256432400,5),(1045,1269738000,4),(1045,1288486800,5),(1045,1301187600,4),(1045,1319936400,5),(1045,1332637200,4),(1045,1351386000,5),(1045,1364691600,4),(1045,1382835600,5),(1045,1396141200,4),(1045,1414285200,5),(1045,1427590800,4),(1045,1445734800,5),(1045,1459040400,4),(1045,1477789200,5),(1045,1490490000,4),(1045,1509238800,5),(1045,1521939600,4),(1045,1540688400,5),(1045,1553994000,4),(1045,1572138000,5),(1045,1585443600,4),(1045,1603587600,5),(1045,1616893200,4),(1045,1635642000,5),(1045,1648342800,4),(1045,1667091600,5),(1045,1679792400,4),(1045,1698541200,5),(1045,1711846800,4),(1045,1729990800,5),(1045,1743296400,4),(1045,1761440400,5),(1045,1774746000,4),(1045,1792890000,5),(1045,1806195600,4),(1045,1824944400,5),(1045,1837645200,4),(1045,1856394000,5),(1045,1869094800,4),(1045,1887843600,5),(1045,1901149200,4),(1045,1919293200,5),(1045,1932598800,4),(1045,1950742800,5),(1045,1964048400,4),(1045,1982797200,5),(1045,1995498000,4),(1045,2014246800,5),(1045,2026947600,4),(1045,2045696400,5),(1045,2058397200,4),(1045,2077146000,5),(1045,2090451600,4),(1045,2108595600,5),(1045,2121901200,4),(1045,2140045200,5),(1046,-1691964000,0),(1046,-1680472800,1),(1046,-1664143200,0),(1046,-1650146400,1),(1046,-1633903200,0),(1046,-1617487200,1),(1046,-1601848800,0),(1046,-1586037600,1),(1046,-1570399200,0),(1046,-1552168800,1),(1046,-1538344800,0),(1046,-1522533600,1),(1046,-1507500000,0),(1046,-1490565600,1),(1046,-1473631200,0),(1046,-1460930400,1),(1046,-1442786400,0),(1046,-1428876000,1),(1046,-1410732000,0),(1046,-1396216800,1),(1046,-1379282400,0),(1046,-1364767200,1),(1046,-1348437600,0),(1046,-1333317600,1),(1046,-1315778400,0),(1046,-1301263200,1),(1046,-1284328800,0),(1046,-1269813600,1),(1046,-1253484000,0),(1046,-1238364000,1),(1046,-1221429600,0),(1046,-1206914400,1),(1046,-1189980000,0),(1046,-1175464800,1),(1046,-1159135200,0),(1046,-1143410400,1),(1046,-1126476000,0),(1046,-1111960800,1),(1046,-1095631200,0),(1046,-1080511200,1),(1046,-1063576800,0),(1046,-1049061600,1),(1046,-1032127200,0),(1046,-1017612000,1),(1046,-1001282400,0),(1046,-986162400,1),(1046,-969228000,0),(1046,-950479200,1),(1046,-942012000,0),(1046,-904518000,2),(1046,-896050800,0),(1046,-875487600,2),(1046,-864601200,0),(1046,-844038000,2),(1046,-832546800,0),(1046,-812588400,2),(1046,-798073200,0),(1046,-781052400,2),(1046,-772066800,0),(1046,-764805600,1),(1046,-748476000,0),(1046,-733356000,1),(1046,-719445600,0),(1046,-717030000,2),(1046,-706748400,0),(1046,-699487200,1),(1046,-687996000,0),(1046,-668037600,1),(1046,-654732000,0),(1046,-636588000,1),(1046,-622072800,0),(1046,-605743200,1),(1046,-590623200,0),(1046,-574293600,1),(1046,-558568800,0),(1046,-542239200,1),(1046,-527119200,0),(1046,-512604000,1),(1046,-496274400,0),(1046,-481154400,1),(1046,-464220000,0),(1046,-449704800,1),(1046,-432165600,0),(1046,-417650400,1),(1046,-401320800,0),(1046,-386200800,1),(1046,-369266400,0),(1046,-354751200,1),(1046,-337816800,0),(1046,-323301600,1),(1046,-306972000,0),(1046,-291852000,1),(1046,-276732000,0),(1046,-257983200,1),(1046,-245282400,0),(1046,-226533600,1),(1046,-213228000,0),(1046,-195084000,1),(1046,-182383200,0),(1046,-163634400,1),(1046,-150933600,0),(1046,-132184800,1),(1046,-119484000,0),(1046,-100735200,1),(1046,-88034400,0),(1046,-68680800,1),(1046,-59004000,0),(1046,-37242000,3),(1046,57722400,5),(1046,69818400,0),(1046,89172000,1),(1046,101268000,0),(1046,120621600,1),(1046,132717600,0),(1046,152071200,1),(1046,164167200,0),(1046,183520800,1),(1046,196221600,0),(1046,214970400,1),(1046,227671200,0),(1046,246420000,1),(1046,259120800,0),(1046,278474400,1),(1046,290570400,0),(1046,309924000,1),(1046,322020000,0),(1046,341373600,1),(1046,354675600,4),(1046,372819600,5),(1046,386125200,4),(1046,404269200,5),(1046,417574800,4),(1046,435718800,5),(1046,449024400,4),(1046,467773200,5),(1046,481078800,4),(1046,499222800,5),(1046,512528400,4),(1046,530672400,5),(1046,543978000,4),(1046,562122000,5),(1046,575427600,4),(1046,593571600,5),(1046,606877200,4),(1046,625626000,5),(1046,638326800,4),(1046,657075600,5),(1046,670381200,4),(1046,688525200,5),(1046,701830800,4),(1046,719974800,5),(1046,733280400,4),(1046,751424400,5),(1046,764730000,4),(1046,782874000,5),(1046,796179600,4),(1046,814323600,5),(1046,820454400,6),(1046,828234000,4),(1046,846378000,5),(1046,859683600,4),(1046,877827600,5),(1046,891133200,4),(1046,909277200,5),(1046,922582800,4),(1046,941331600,5),(1046,954032400,4),(1046,972781200,5),(1046,985482000,4),(1046,1004230800,5),(1046,1017536400,4),(1046,1035680400,5),(1046,1048986000,4),(1046,1067130000,5),(1046,1080435600,4),(1046,1099184400,5),(1046,1111885200,4),(1046,1130634000,5),(1046,1143334800,4),(1046,1162083600,5),(1046,1174784400,4),(1046,1193533200,5),(1046,1206838800,4),(1046,1224982800,5),(1046,1238288400,4),(1046,1256432400,5),(1046,1269738000,4),(1046,1288486800,5),(1046,1301187600,4),(1046,1319936400,5),(1046,1332637200,4),(1046,1351386000,5),(1046,1364691600,4),(1046,1382835600,5),(1046,1396141200,4),(1046,1414285200,5),(1046,1427590800,4),(1046,1445734800,5),(1046,1459040400,4),(1046,1477789200,5),(1046,1490490000,4),(1046,1509238800,5),(1046,1521939600,4),(1046,1540688400,5),(1046,1553994000,4),(1046,1572138000,5),(1046,1585443600,4),(1046,1603587600,5),(1046,1616893200,4),(1046,1635642000,5),(1046,1648342800,4),(1046,1667091600,5),(1046,1679792400,4),(1046,1698541200,5),(1046,1711846800,4),(1046,1729990800,5),(1046,1743296400,4),(1046,1761440400,5),(1046,1774746000,4),(1046,1792890000,5),(1046,1806195600,4),(1046,1824944400,5),(1046,1837645200,4),(1046,1856394000,5),(1046,1869094800,4),(1046,1887843600,5),(1046,1901149200,4),(1046,1919293200,5),(1046,1932598800,4),(1046,1950742800,5),(1046,1964048400,4),(1046,1982797200,5),(1046,1995498000,4),(1046,2014246800,5),(1046,2026947600,4),(1046,2045696400,5),(1046,2058397200,4),(1046,2077146000,5),(1046,2090451600,4),(1046,2108595600,5),(1046,2121901200,4),(1046,2140045200,5),(1047,-2069713476,2),(1047,-1692496800,1),(1047,-1680483600,2),(1047,-1662343200,1),(1047,-1650157200,2),(1047,-1632006000,3),(1047,-1618700400,4),(1047,-1612659600,6),(1047,-1604278800,5),(1047,-1585519200,6),(1047,-1574038800,5),(1047,-1552258800,6),(1047,-1539997200,5),(1047,-1520550000,6),(1047,-1507510800,5),(1047,-1490572800,6),(1047,-1473642000,5),(1047,-1459119600,6),(1047,-1444006800,5),(1047,-1427673600,6),(1047,-1411866000,5),(1047,-1396224000,6),(1047,-1379293200,5),(1047,-1364774400,6),(1047,-1348448400,5),(1047,-1333324800,6),(1047,-1316394000,5),(1047,-1301270400,6),(1047,-1284339600,5),(1047,-1269813600,7),(1047,-1253484000,8),(1047,-1238364000,7),(1047,-1221429600,8),(1047,-1206914400,7),(1047,-1191189600,8),(1047,-1175464800,7),(1047,-1160344800,8),(1047,-1143410400,7),(1047,-1127685600,8),(1047,-1111960800,7),(1047,-1096840800,8),(1047,-1080511200,7),(1047,-1063576800,8),(1047,-1049061600,7),(1047,-1033336800,8),(1047,-1017612000,7),(1047,-1002492000,8),(1047,-986162400,7),(1047,-969228000,8),(1047,-950479200,7),(1047,-942012000,8),(1047,-935186400,11),(1047,-857257200,9),(1047,-844556400,10),(1047,-828226800,9),(1047,-812502000,10),(1047,-797986800,2),(1047,-781052400,3),(1047,-766623600,4),(1047,-745455600,3),(1047,-733273200,4),(1047,220921200,2),(1047,228877200,12),(1047,243997200,13),(1047,260326800,12),(1047,276051600,13),(1047,291776400,12),(1047,307501200,13),(1047,323830800,12),(1047,338950800,13),(1047,354675600,12),(1047,370400400,13),(1047,386125200,12),(1047,401850000,13),(1047,417574800,12),(1047,433299600,13),(1047,449024400,12),(1047,465354000,13),(1047,481078800,12),(1047,496803600,13),(1047,512528400,12),(1047,528253200,13),(1047,543978000,12),(1047,559702800,13),(1047,575427600,12),(1047,591152400,13),(1047,606877200,12),(1047,622602000,13),(1047,638326800,12),(1047,654656400,13),(1047,670381200,12),(1047,686106000,13),(1047,701830800,12),(1047,717555600,13),(1047,733280400,12),(1047,749005200,13),(1047,764730000,12),(1047,780454800,13),(1047,796179600,12),(1047,811904400,13),(1047,828234000,12),(1047,846378000,13),(1047,859683600,12),(1047,877827600,13),(1047,891133200,12),(1047,909277200,13),(1047,922582800,12),(1047,941331600,13),(1047,954032400,12),(1047,972781200,13),(1047,985482000,12),(1047,1004230800,13),(1047,1017536400,12),(1047,1035680400,13),(1047,1048986000,12),(1047,1067130000,13),(1047,1080435600,12),(1047,1099184400,13),(1047,1111885200,12),(1047,1130634000,13),(1047,1143334800,12),(1047,1162083600,13),(1047,1174784400,12),(1047,1193533200,13),(1047,1206838800,12),(1047,1224982800,13),(1047,1238288400,12),(1047,1256432400,13),(1047,1269738000,12),(1047,1288486800,13),(1047,1301187600,12),(1047,1319936400,13),(1047,1332637200,12),(1047,1351386000,13),(1047,1364691600,12),(1047,1382835600,13),(1047,1396141200,12),(1047,1414285200,13),(1047,1427590800,12),(1047,1445734800,13),(1047,1459040400,12),(1047,1477789200,13),(1047,1490490000,12),(1047,1509238800,13),(1047,1521939600,12),(1047,1540688400,13),(1047,1553994000,12),(1047,1572138000,13),(1047,1585443600,12),(1047,1603587600,13),(1047,1616893200,12),(1047,1635642000,13),(1047,1648342800,12),(1047,1667091600,13),(1047,1679792400,12),(1047,1698541200,13),(1047,1711846800,12),(1047,1729990800,13),(1047,1743296400,12),(1047,1761440400,13),(1047,1774746000,12),(1047,1792890000,13),(1047,1806195600,12),(1047,1824944400,13),(1047,1837645200,12),(1047,1856394000,13),(1047,1869094800,12),(1047,1887843600,13),(1047,1901149200,12),(1047,1919293200,13),(1047,1932598800,12),(1047,1950742800,13),(1047,1964048400,12),(1047,1982797200,13),(1047,1995498000,12),(1047,2014246800,13),(1047,2026947600,12),(1047,2045696400,13),(1047,2058397200,12),(1047,2077146000,13),(1047,2090451600,12),(1047,2108595600,13),(1047,2121901200,12),(1047,2140045200,13),(1048,-1631926800,0),(1048,-1616889600,1),(1048,-1601168400,0),(1048,-1585353600,1),(1048,-1442451600,0),(1048,-1427673600,1),(1048,-1379293200,0),(1048,-1364774400,1),(1048,-1348448400,0),(1048,-1333324800,1),(1048,-1316390400,0),(1048,-1301270400,1),(1048,-1284339600,0),(1048,-1269820800,1),(1048,-1026954000,0),(1048,-1017619200,1),(1048,-1001898000,0),(1048,-999482400,2),(1048,-986090400,0),(1048,-954115200,1),(1048,-940208400,5),(1048,-873079200,4),(1048,-862621200,5),(1048,-842839200,4),(1048,-828320400,5),(1048,-811389600,4),(1048,-796870800,5),(1048,-779940000,4),(1048,-765421200,5),(1048,-748490400,4),(1048,-733971600,5),(1048,-652327200,4),(1048,-639018000,5),(1048,135122400,4),(1048,150246000,5),(1048,166572000,4),(1048,181695600,5),(1048,196812000,4),(1048,212540400,5),(1048,228866400,4),(1048,243990000,5),(1048,260326800,6),(1048,276051600,7),(1048,283993200,5),(1048,291776400,8),(1048,307501200,9),(1048,323830800,8),(1048,338950800,9),(1048,354675600,8),(1048,370400400,9),(1048,386125200,8),(1048,401850000,9),(1048,417574800,8),(1048,433299600,9),(1048,449024400,8),(1048,465354000,9),(1048,481078800,8),(1048,496803600,9),(1048,512528400,8),(1048,528253200,9),(1048,543978000,8),(1048,559702800,9),(1048,575427600,8),(1048,591152400,9),(1048,606877200,8),(1048,622602000,9),(1048,638326800,8),(1048,654656400,9),(1048,670381200,8),(1048,686106000,9),(1048,701830800,8),(1048,717555600,9),(1048,733280400,8),(1048,749005200,9),(1048,764730000,8),(1048,780454800,9),(1048,796179600,8),(1048,811904400,9),(1048,828234000,8),(1048,846378000,9),(1048,859683600,8),(1048,877827600,9),(1048,891133200,8),(1048,909277200,9),(1048,922582800,8),(1048,941331600,9),(1048,954032400,8),(1048,972781200,9),(1048,985482000,8),(1048,1004230800,9),(1048,1017536400,8),(1048,1035680400,9),(1048,1048986000,8),(1048,1067130000,9),(1048,1080435600,8),(1048,1099184400,9),(1048,1111885200,8),(1048,1130634000,9),(1048,1143334800,8),(1048,1162083600,9),(1048,1174784400,8),(1048,1193533200,9),(1048,1206838800,8),(1048,1224982800,9),(1048,1238288400,8),(1048,1256432400,9),(1048,1269738000,8),(1048,1288486800,9),(1048,1301187600,8),(1048,1319936400,9),(1048,1332637200,8),(1048,1351386000,9),(1048,1364691600,8),(1048,1382835600,9),(1048,1396141200,8),(1048,1414285200,9),(1048,1427590800,8),(1048,1445734800,9),(1048,1459040400,8),(1048,1477789200,9),(1048,1490490000,8),(1048,1509238800,9),(1048,1521939600,8),(1048,1540688400,9),(1048,1553994000,8),(1048,1572138000,9),(1048,1585443600,8),(1048,1603587600,9),(1048,1616893200,8),(1048,1635642000,9),(1048,1648342800,8),(1048,1667091600,9),(1048,1679792400,8),(1048,1698541200,9),(1048,1711846800,8),(1048,1729990800,9),(1048,1743296400,8),(1048,1761440400,9),(1048,1774746000,8),(1048,1792890000,9),(1048,1806195600,8),(1048,1824944400,9),(1048,1837645200,8),(1048,1856394000,9),(1048,1869094800,8),(1048,1887843600,9),(1048,1901149200,8),(1048,1919293200,9),(1048,1932598800,8),(1048,1950742800,9),(1048,1964048400,8),(1048,1982797200,9),(1048,1995498000,8),(1048,2014246800,9),(1048,2026947600,8),(1048,2045696400,9),(1048,2058397200,8),(1048,2077146000,9),(1048,2090451600,8),(1048,2108595600,9),(1048,2121901200,8),(1048,2140045200,9),(1049,-1690765200,0),(1049,-1680487200,1),(1049,-1664758800,0),(1049,-1648951200,1),(1049,-1635123600,0),(1049,-1616896800,1),(1049,-1604278800,0),(1049,-1585533600,1),(1049,-1571014800,0),(1049,-1555293600,1),(1049,-932432400,0),(1049,-857257200,2),(1049,-844556400,3),(1049,-828226800,2),(1049,-812588400,3),(1049,-798073200,2),(1049,-781052400,0),(1049,-766717200,1),(1049,-750898800,3),(1049,-733359600,2),(1049,-719456400,3),(1049,-701917200,2),(1049,-689209200,3),(1049,-670460400,2),(1049,-114051600,3),(1049,-103168800,1),(1049,-81997200,3),(1049,-71715600,2),(1049,-50547600,3),(1049,-40266000,2),(1049,-18493200,3),(1049,-8211600,2),(1049,12956400,3),(1049,23238000,2),(1049,43801200,3),(1049,54687600,2),(1049,75855600,3),(1049,86742000,2),(1049,102380400,3),(1049,118105200,2),(1049,135730800,3),(1049,148518000,2),(1049,167187600,0),(1049,180489600,1),(1049,198637200,0),(1049,211939200,1),(1049,230086800,0),(1049,243388800,1),(1049,261536400,0),(1049,274838400,1),(1049,292986000,0),(1049,306288000,1),(1049,323312400,0),(1049,338342400,1),(1049,354675600,4),(1049,370400400,5),(1049,386125200,4),(1049,401850000,5),(1049,417574800,4),(1049,433299600,5),(1049,449024400,4),(1049,465354000,5),(1049,481078800,4),(1049,496803600,5),(1049,512528400,4),(1049,528253200,5),(1049,543978000,4),(1049,559702800,5),(1049,575427600,4),(1049,591152400,5),(1049,606877200,4),(1049,622602000,5),(1049,638326800,4),(1049,654656400,5),(1049,670381200,4),(1049,686106000,5),(1049,701830800,4),(1049,717555600,5),(1049,733280400,4),(1049,749005200,5),(1049,764730000,4),(1049,780454800,5),(1049,796179600,4),(1049,811904400,5),(1049,828234000,4),(1049,846378000,5),(1049,859683600,4),(1049,877827600,5),(1049,891133200,4),(1049,909277200,5),(1049,922582800,4),(1049,941331600,5),(1049,954032400,4),(1049,972781200,5),(1049,985482000,4),(1049,1004230800,5),(1049,1017536400,4),(1049,1035680400,5),(1049,1048986000,4),(1049,1067130000,5),(1049,1080435600,4),(1049,1099184400,5),(1049,1111885200,4),(1049,1130634000,5),(1049,1143334800,4),(1049,1162083600,5),(1049,1174784400,4),(1049,1193533200,5),(1049,1206838800,4),(1049,1224982800,5),(1049,1238288400,4),(1049,1256432400,5),(1049,1269738000,4),(1049,1288486800,5),(1049,1301187600,4),(1049,1319936400,5),(1049,1332637200,4),(1049,1351386000,5),(1049,1364691600,4),(1049,1382835600,5),(1049,1396141200,4),(1049,1414285200,5),(1049,1427590800,4),(1049,1445734800,5),(1049,1459040400,4),(1049,1477789200,5),(1049,1490490000,4),(1049,1509238800,5),(1049,1521939600,4),(1049,1540688400,5),(1049,1553994000,4),(1049,1572138000,5),(1049,1585443600,4),(1049,1603587600,5),(1049,1616893200,4),(1049,1635642000,5),(1049,1648342800,4),(1049,1667091600,5),(1049,1679792400,4),(1049,1698541200,5),(1049,1711846800,4),(1049,1729990800,5),(1049,1743296400,4),(1049,1761440400,5),(1049,1774746000,4),(1049,1792890000,5),(1049,1806195600,4),(1049,1824944400,5),(1049,1837645200,4),(1049,1856394000,5),(1049,1869094800,4),(1049,1887843600,5),(1049,1901149200,4),(1049,1919293200,5),(1049,1932598800,4),(1049,1950742800,5),(1049,1964048400,4),(1049,1982797200,5),(1049,1995498000,4),(1049,2014246800,5),(1049,2026947600,4),(1049,2045696400,5),(1049,2058397200,4),(1049,2077146000,5),(1049,2090451600,4),(1049,2108595600,5),(1049,2121901200,4),(1049,2140045200,5),(1050,-1535938789,2),(1050,-875671200,1),(1050,-859773600,2),(1050,354672000,1),(1050,370396800,2),(1050,386121600,1),(1050,401846400,2),(1050,417574800,3),(1050,433299600,4),(1050,449024400,3),(1050,465354000,4),(1050,481078800,3),(1050,496803600,4),(1050,512528400,3),(1050,528253200,4),(1050,543978000,3),(1050,559702800,4),(1050,575427600,3),(1050,591152400,4),(1050,606877200,3),(1050,622602000,4),(1050,638326800,3),(1050,654656400,4),(1050,670381200,3),(1050,686106000,4),(1050,701830800,3),(1050,717555600,4),(1050,733280400,3),(1050,749005200,4),(1050,764730000,3),(1050,780454800,4),(1050,796179600,3),(1050,811904400,4),(1050,828234000,3),(1050,846378000,4),(1050,859683600,3),(1050,877827600,4),(1050,891133200,3),(1050,909277200,4),(1050,922582800,3),(1050,941331600,4),(1050,954032400,3),(1050,972781200,4),(1050,985482000,3),(1050,1004230800,4),(1050,1017536400,3),(1050,1035680400,4),(1050,1048986000,3),(1050,1067130000,4),(1050,1080435600,3),(1050,1099184400,4),(1050,1111885200,3),(1050,1130634000,4),(1050,1143334800,3),(1050,1162083600,4),(1050,1174784400,3),(1050,1193533200,4),(1050,1206838800,3),(1050,1224982800,4),(1050,1238288400,3),(1050,1256432400,4),(1050,1269738000,3),(1050,1288486800,4),(1050,1301187600,3),(1050,1319936400,4),(1050,1332637200,3),(1050,1351386000,4),(1050,1364691600,3),(1050,1382835600,4),(1050,1396141200,3),(1050,1414285200,4),(1050,1427590800,3),(1050,1445734800,4),(1050,1459040400,3),(1050,1477789200,4),(1050,1490490000,3),(1050,1509238800,4),(1050,1521939600,3),(1050,1540688400,4),(1050,1553994000,3),(1050,1572138000,4),(1050,1585443600,3),(1050,1603587600,4),(1050,1616893200,3),(1050,1635642000,4),(1050,1648342800,3),(1050,1667091600,4),(1050,1679792400,3),(1050,1698541200,4),(1050,1711846800,3),(1050,1729990800,4),(1050,1743296400,3),(1050,1761440400,4),(1050,1774746000,3),(1050,1792890000,4),(1050,1806195600,3),(1050,1824944400,4),(1050,1837645200,3),(1050,1856394000,4),(1050,1869094800,3),(1050,1887843600,4),(1050,1901149200,3),(1050,1919293200,4),(1050,1932598800,3),(1050,1950742800,4),(1050,1964048400,3),(1050,1982797200,4),(1050,1995498000,3),(1050,2014246800,4),(1050,2026947600,3),(1050,2045696400,4),(1050,2058397200,3),(1050,2077146000,4),(1050,2090451600,3),(1050,2108595600,4),(1050,2121901200,3),(1050,2140045200,4),(1051,-1441158600,1),(1051,-1247536800,2),(1051,-899780400,5),(1051,-857257200,3),(1051,-844556400,4),(1051,-828226800,3),(1051,-812502000,4),(1051,-804650400,2),(1051,354920400,6),(1051,370728000,2),(1051,386456400,6),(1051,402264000,2),(1051,417992400,6),(1051,433800000,2),(1051,449614800,6),(1051,465346800,7),(1051,481071600,8),(1051,496796400,7),(1051,512521200,8),(1051,528246000,7),(1051,543970800,8),(1051,559695600,7),(1051,575420400,8),(1051,591145200,7),(1051,606870000,8),(1051,622594800,7),(1051,631141200,2),(1051,670374000,9),(1051,686102400,10),(1051,701827200,9),(1051,717552000,10),(1051,733276800,9),(1051,749001600,10),(1051,764726400,9),(1051,780451200,10),(1051,796176000,9),(1051,811900800,10),(1051,828230400,9),(1051,846374400,10),(1051,859680000,9),(1051,877824000,10),(1051,891129600,9),(1051,909273600,10),(1051,922579200,9),(1051,941328000,10),(1051,954028800,9),(1051,972777600,10),(1051,985478400,9),(1051,1004227200,10),(1051,1017532800,9),(1051,1035676800,10),(1051,1048982400,9),(1051,1067126400,10),(1051,1080432000,9),(1051,1099180800,10),(1051,1111881600,9),(1051,1130630400,10),(1051,1143331200,9),(1051,1162080000,10),(1051,1174780800,9),(1051,1193529600,10),(1051,1206835200,9),(1051,1224979200,10),(1051,1238284800,9),(1051,1256428800,10),(1051,1269734400,9),(1051,1288483200,10),(1051,1301184000,11),(1052,-1854403761,5),(1052,-1689814800,1),(1052,-1680397200,2),(1052,-1665363600,1),(1052,-1648342800,2),(1052,-1635123600,1),(1052,-1616893200,2),(1052,-1604278800,1),(1052,-1585443600,2),(1052,-1574038800,1),(1052,-1552266000,2),(1052,-1539997200,1),(1052,-1520557200,2),(1052,-1507510800,1),(1052,-1490576400,2),(1052,-1470618000,1),(1052,-1459126800,2),(1052,-1444006800,1),(1052,-1427677200,2),(1052,-1411952400,1),(1052,-1396227600,2),(1052,-1379293200,1),(1052,-1364778000,2),(1052,-1348448400,1),(1052,-1333328400,2),(1052,-1316394000,1),(1052,-1301274000,2),(1052,-1284339600,1),(1052,-1269824400,2),(1052,-1253494800,1),(1052,-1238374800,2),(1052,-1221440400,1),(1052,-1206925200,2),(1052,-1191200400,1),(1052,-1175475600,2),(1052,-1160355600,1),(1052,-1143421200,2),(1052,-1127696400,1),(1052,-1111971600,2),(1052,-1096851600,1),(1052,-1080522000,2),(1052,-1063587600,1),(1052,-1049072400,2),(1052,-1033347600,1),(1052,-1017622800,2),(1052,-1002502800,1),(1052,-986173200,2),(1052,-969238800,1),(1052,-950490000,2),(1052,-942012000,3),(1052,-904438800,4),(1052,-891136800,3),(1052,-877827600,4),(1052,-857257200,3),(1052,-844556400,4),(1052,-828226800,3),(1052,-812502000,4),(1052,-796266000,3),(1052,-781052400,4),(1052,-766623600,7),(1052,196819200,6),(1052,212540400,7),(1052,228877200,8),(1052,243997200,9),(1052,260326800,8),(1052,276051600,9),(1052,291776400,8),(1052,307501200,9),(1052,323830800,8),(1052,338950800,9),(1052,354675600,8),(1052,370400400,9),(1052,386125200,8),(1052,401850000,9),(1052,417574800,8),(1052,433299600,9),(1052,449024400,8),(1052,465354000,9),(1052,481078800,8),(1052,496803600,9),(1052,512528400,8),(1052,528253200,9),(1052,543978000,8),(1052,559702800,9),(1052,575427600,8),(1052,591152400,9),(1052,606877200,8),(1052,622602000,9),(1052,638326800,8),(1052,654656400,9),(1052,670381200,8),(1052,686106000,9),(1052,701830800,8),(1052,717555600,9),(1052,733280400,8),(1052,749005200,9),(1052,764730000,8),(1052,780454800,9),(1052,796179600,8),(1052,811904400,9),(1052,828234000,8),(1052,846378000,9),(1052,859683600,8),(1052,877827600,9),(1052,891133200,8),(1052,909277200,9),(1052,922582800,8),(1052,941331600,9),(1052,954032400,8),(1052,972781200,9),(1052,985482000,8),(1052,1004230800,9),(1052,1017536400,8),(1052,1035680400,9),(1052,1048986000,8),(1052,1067130000,9),(1052,1080435600,8),(1052,1099184400,9),(1052,1111885200,8),(1052,1130634000,9),(1052,1143334800,8),(1052,1162083600,9),(1052,1174784400,8),(1052,1193533200,9),(1052,1206838800,8),(1052,1224982800,9),(1052,1238288400,8),(1052,1256432400,9),(1052,1269738000,8),(1052,1288486800,9),(1052,1301187600,8),(1052,1319936400,9),(1052,1332637200,8),(1052,1351386000,9),(1052,1364691600,8),(1052,1382835600,9),(1052,1396141200,8),(1052,1414285200,9),(1052,1427590800,8),(1052,1445734800,9),(1052,1459040400,8),(1052,1477789200,9),(1052,1490490000,8),(1052,1509238800,9),(1052,1521939600,8),(1052,1540688400,9),(1052,1553994000,8),(1052,1572138000,9),(1052,1585443600,8),(1052,1603587600,9),(1052,1616893200,8),(1052,1635642000,9),(1052,1648342800,8),(1052,1667091600,9),(1052,1679792400,8),(1052,1698541200,9),(1052,1711846800,8),(1052,1729990800,9),(1052,1743296400,8),(1052,1761440400,9),(1052,1774746000,8),(1052,1792890000,9),(1052,1806195600,8),(1052,1824944400,9),(1052,1837645200,8),(1052,1856394000,9),(1052,1869094800,8),(1052,1887843600,9),(1052,1901149200,8),(1052,1919293200,9),(1052,1932598800,8),(1052,1950742800,9),(1052,1964048400,8),(1052,1982797200,9),(1052,1995498000,8),(1052,2014246800,9),(1052,2026947600,8),(1052,2045696400,9),(1052,2058397200,8),(1052,2077146000,9),(1052,2090451600,8),(1052,2108595600,9),(1052,2121901200,8),(1052,2140045200,9),(1053,-1688265017,2),(1053,-1656819079,1),(1053,-1641353479,2),(1053,-1627965079,3),(1053,-1618716679,1),(1053,-1596429079,3),(1053,-1593820800,4),(1053,-1589860800,5),(1053,-1542427200,6),(1053,-1539493200,7),(1053,-1525323600,6),(1053,-1522728000,5),(1053,-1491188400,8),(1053,-1247536800,5),(1053,354920400,6),(1053,370728000,5),(1053,386456400,6),(1053,402264000,5),(1053,417992400,6),(1053,433800000,5),(1053,449614800,6),(1053,465346800,9),(1053,481071600,10),(1053,496796400,9),(1053,512521200,10),(1053,528246000,9),(1053,543970800,10),(1053,559695600,9),(1053,575420400,10),(1053,591145200,9),(1053,606870000,10),(1053,622594800,9),(1053,638319600,10),(1053,654649200,9),(1053,670374000,11),(1053,686102400,12),(1053,695779200,9),(1053,701823600,10),(1053,717548400,9),(1053,733273200,10),(1053,748998000,9),(1053,764722800,10),(1053,780447600,9),(1053,796172400,10),(1053,811897200,9),(1053,828226800,10),(1053,846370800,9),(1053,859676400,10),(1053,877820400,9),(1053,891126000,10),(1053,909270000,9),(1053,922575600,10),(1053,941324400,9),(1053,954025200,10),(1053,972774000,9),(1053,985474800,10),(1053,1004223600,9),(1053,1017529200,10),(1053,1035673200,9),(1053,1048978800,10),(1053,1067122800,9),(1053,1080428400,10),(1053,1099177200,9),(1053,1111878000,10),(1053,1130626800,9),(1053,1143327600,10),(1053,1162076400,9),(1053,1174777200,10),(1053,1193526000,9),(1053,1206831600,10),(1053,1224975600,9),(1053,1238281200,10),(1053,1256425200,9),(1053,1269730800,10),(1053,1288479600,9),(1053,1301180400,13),(1053,1414274400,9),(1054,-1518920008,2),(1054,166572000,1),(1054,182293200,2),(1054,200959200,1),(1054,213829200,2),(1054,228866400,1),(1054,243982800,2),(1054,260316000,1),(1054,276123600,2),(1054,291765600,1),(1054,307486800,2),(1054,323820000,1),(1054,338936400,2),(1054,354664800,1),(1054,370386000,2),(1054,386114400,1),(1054,401835600,2),(1054,417564000,1),(1054,433285200,2),(1054,449013600,1),(1054,465339600,2),(1054,481068000,1),(1054,496789200,2),(1054,512517600,1),(1054,528238800,2),(1054,543967200,1),(1054,559688400,2),(1054,575416800,1),(1054,591138000,2),(1054,606866400,1),(1054,622587600,2),(1054,638316000,1),(1054,654642000,2),(1054,670370400,1),(1054,686091600,2),(1054,701820000,1),(1054,717541200,2),(1054,733269600,1),(1054,748990800,2),(1054,764719200,1),(1054,780440400,2),(1054,796168800,1),(1054,811890000,2),(1054,828223200,1),(1054,843944400,2),(1054,859672800,1),(1054,875394000,2),(1054,891122400,1),(1054,909277200,3),(1054,922582800,4),(1054,941331600,3),(1054,954032400,4),(1054,972781200,3),(1054,985482000,4),(1054,1004230800,3),(1054,1017536400,4),(1054,1035680400,3),(1054,1048986000,4),(1054,1067130000,3),(1054,1080435600,4),(1054,1099184400,3),(1054,1111885200,4),(1054,1130634000,3),(1054,1143334800,4),(1054,1162083600,3),(1054,1174784400,4),(1054,1193533200,3),(1054,1206838800,4),(1054,1224982800,3),(1054,1238288400,4),(1054,1256432400,3),(1054,1269738000,4),(1054,1288486800,3),(1054,1301187600,4),(1054,1319936400,3),(1054,1332637200,4),(1054,1351386000,3),(1054,1364691600,4),(1054,1382835600,3),(1054,1396141200,4),(1054,1414285200,3),(1054,1427590800,4),(1054,1445734800,3),(1054,1459040400,4),(1054,1477789200,3),(1054,1490490000,4),(1054,1509238800,3),(1054,1521939600,4),(1054,1540688400,3),(1054,1553994000,4),(1054,1572138000,3),(1054,1585443600,4),(1054,1603587600,3),(1054,1616893200,4),(1054,1635642000,3),(1054,1648342800,4),(1054,1667091600,3),(1054,1679792400,4),(1054,1698541200,3),(1054,1711846800,4),(1054,1729990800,3),(1054,1743296400,4),(1054,1761440400,3),(1054,1774746000,4),(1054,1792890000,3),(1054,1806195600,4),(1054,1824944400,3),(1054,1837645200,4),(1054,1856394000,3),(1054,1869094800,4),(1054,1887843600,3),(1054,1901149200,4),(1054,1919293200,3),(1054,1932598800,4),(1054,1950742800,3),(1054,1964048400,4),(1054,1982797200,3),(1054,1995498000,4),(1054,2014246800,3),(1054,2026947600,4),(1054,2045696400,3),(1054,2058397200,4),(1054,2077146000,3),(1054,2090451600,4),(1054,2108595600,3),(1054,2121901200,4),(1054,2140045200,3),(1055,-1691884800,0),(1055,-1680573600,1),(1055,-927511200,0),(1055,-857257200,2),(1055,-844556400,3),(1055,-828226800,2),(1055,-812502000,3),(1055,-796777200,2),(1055,-781052400,3),(1055,-765327600,2),(1055,-340844400,3),(1055,-324514800,2),(1055,-308790000,3),(1055,-293065200,2),(1055,-277340400,3),(1055,-261615600,2),(1055,-245890800,3),(1055,-230166000,2),(1055,-214441200,3),(1055,-198716400,2),(1055,-182991600,3),(1055,-166662000,2),(1055,-147913200,3),(1055,-135212400,2),(1055,315529200,1),(1055,323830800,4),(1055,338950800,5),(1055,354675600,4),(1055,370400400,5),(1055,386125200,4),(1055,401850000,5),(1055,417574800,4),(1055,433299600,5),(1055,449024400,4),(1055,465354000,5),(1055,481078800,4),(1055,496803600,5),(1055,512528400,4),(1055,528253200,5),(1055,543978000,4),(1055,559702800,5),(1055,575427600,4),(1055,591152400,5),(1055,606877200,4),(1055,622602000,5),(1055,638326800,4),(1055,654656400,5),(1055,670381200,4),(1055,686106000,5),(1055,701830800,4),(1055,717555600,5),(1055,733280400,4),(1055,749005200,5),(1055,764730000,4),(1055,780454800,5),(1055,796179600,4),(1055,811904400,5),(1055,828234000,4),(1055,846378000,5),(1055,859683600,4),(1055,877827600,5),(1055,891133200,4),(1055,909277200,5),(1055,922582800,4),(1055,941331600,5),(1055,954032400,4),(1055,972781200,5),(1055,985482000,4),(1055,1004230800,5),(1055,1017536400,4),(1055,1035680400,5),(1055,1048986000,4),(1055,1067130000,5),(1055,1080435600,4),(1055,1099184400,5),(1055,1111885200,4),(1055,1130634000,5),(1055,1143334800,4),(1055,1162083600,5),(1055,1174784400,4),(1055,1193533200,5),(1055,1206838800,4),(1055,1224982800,5),(1055,1238288400,4),(1055,1256432400,5),(1055,1269738000,4),(1055,1288486800,5),(1055,1301187600,4),(1055,1319936400,5),(1055,1332637200,4),(1055,1351386000,5),(1055,1364691600,4),(1055,1382835600,5),(1055,1396141200,4),(1055,1414285200,5),(1055,1427590800,4),(1055,1445734800,5),(1055,1459040400,4),(1055,1477789200,5),(1055,1490490000,4),(1055,1509238800,5),(1055,1521939600,4),(1055,1540688400,5),(1055,1553994000,4),(1055,1572138000,5),(1055,1585443600,4),(1055,1603587600,5),(1055,1616893200,4),(1055,1635642000,5),(1055,1648342800,4),(1055,1667091600,5),(1055,1679792400,4),(1055,1698541200,5),(1055,1711846800,4),(1055,1729990800,5),(1055,1743296400,4),(1055,1761440400,5),(1055,1774746000,4),(1055,1792890000,5),(1055,1806195600,4),(1055,1824944400,5),(1055,1837645200,4),(1055,1856394000,5),(1055,1869094800,4),(1055,1887843600,5),(1055,1901149200,4),(1055,1919293200,5),(1055,1932598800,4),(1055,1950742800,5),(1055,1964048400,4),(1055,1982797200,5),(1055,1995498000,4),(1055,2014246800,5),(1055,2026947600,4),(1055,2045696400,5),(1055,2058397200,4),(1055,2077146000,5),(1055,2090451600,4),(1055,2108595600,5),(1055,2121901200,4),(1055,2140045200,5),(1056,-1855958961,4),(1056,-1689814800,1),(1056,-1680397200,2),(1056,-1665363600,1),(1056,-1648342800,2),(1056,-1635123600,1),(1056,-1616893200,2),(1056,-1604278800,1),(1056,-1585443600,2),(1056,-1574038800,1),(1056,-1552266000,2),(1056,-1539997200,1),(1056,-1520557200,2),(1056,-1507510800,1),(1056,-1490576400,2),(1056,-1470618000,1),(1056,-1459126800,2),(1056,-1444006800,1),(1056,-1427677200,2),(1056,-1411952400,1),(1056,-1396227600,2),(1056,-1379293200,1),(1056,-1364778000,2),(1056,-1348448400,1),(1056,-1333328400,2),(1056,-1316394000,1),(1056,-1301274000,2),(1056,-1284339600,1),(1056,-1269824400,2),(1056,-1253494800,1),(1056,-1238374800,2),(1056,-1221440400,1),(1056,-1206925200,2),(1056,-1191200400,1),(1056,-1175475600,2),(1056,-1160355600,1),(1056,-1143421200,2),(1056,-1127696400,1),(1056,-1111971600,2),(1056,-1096851600,1),(1056,-1080522000,2),(1056,-1063587600,1),(1056,-1049072400,2),(1056,-1033347600,1),(1056,-1017622800,2),(1056,-1002502800,1),(1056,-986173200,2),(1056,-969238800,1),(1056,-950490000,2),(1056,-942012000,3),(1056,-932436000,7),(1056,-857257200,5),(1056,-844556400,6),(1056,-828226800,5),(1056,-812502000,6),(1056,-800071200,8),(1056,-796266000,3),(1056,-781052400,8),(1056,-766623600,9),(1056,196819200,7),(1056,212540400,9),(1056,228877200,10),(1056,243997200,11),(1056,260326800,10),(1056,276051600,11),(1056,291776400,10),(1056,307501200,11),(1056,323830800,10),(1056,338950800,11),(1056,354675600,10),(1056,370400400,11),(1056,386125200,10),(1056,401850000,11),(1056,417574800,10),(1056,433299600,11),(1056,449024400,10),(1056,465354000,11),(1056,481078800,10),(1056,496803600,11),(1056,512528400,10),(1056,528253200,11),(1056,543978000,10),(1056,559702800,11),(1056,575427600,10),(1056,591152400,11),(1056,606877200,10),(1056,622602000,11),(1056,638326800,10),(1056,654656400,11),(1056,670381200,10),(1056,686106000,11),(1056,701830800,10),(1056,717555600,11),(1056,733280400,10),(1056,749005200,11),(1056,764730000,10),(1056,780454800,11),(1056,796179600,10),(1056,811904400,11),(1056,828234000,10),(1056,846378000,11),(1056,859683600,10),(1056,877827600,11),(1056,891133200,10),(1056,909277200,11),(1056,922582800,10),(1056,941331600,11),(1056,954032400,10),(1056,972781200,11),(1056,985482000,10),(1056,1004230800,11),(1056,1017536400,10),(1056,1035680400,11),(1056,1048986000,10),(1056,1067130000,11),(1056,1080435600,10),(1056,1099184400,11),(1056,1111885200,10),(1056,1130634000,11),(1056,1143334800,10),(1056,1162083600,11),(1056,1174784400,10),(1056,1193533200,11),(1056,1206838800,10),(1056,1224982800,11),(1056,1238288400,10),(1056,1256432400,11),(1056,1269738000,10),(1056,1288486800,11),(1056,1301187600,10),(1056,1319936400,11),(1056,1332637200,10),(1056,1351386000,11),(1056,1364691600,10),(1056,1382835600,11),(1056,1396141200,10),(1056,1414285200,11),(1056,1427590800,10),(1056,1445734800,11),(1056,1459040400,10),(1056,1477789200,11),(1056,1490490000,10),(1056,1509238800,11),(1056,1521939600,10),(1056,1540688400,11),(1056,1553994000,10),(1056,1572138000,11),(1056,1585443600,10),(1056,1603587600,11),(1056,1616893200,10),(1056,1635642000,11),(1056,1648342800,10),(1056,1667091600,11),(1056,1679792400,10),(1056,1698541200,11),(1056,1711846800,10),(1056,1729990800,11),(1056,1743296400,10),(1056,1761440400,11),(1056,1774746000,10),(1056,1792890000,11),(1056,1806195600,10),(1056,1824944400,11),(1056,1837645200,10),(1056,1856394000,11),(1056,1869094800,10),(1056,1887843600,11),(1056,1901149200,10),(1056,1919293200,11),(1056,1932598800,10),(1056,1950742800,11),(1056,1964048400,10),(1056,1982797200,11),(1056,1995498000,10),(1056,2014246800,11),(1056,2026947600,10),(1056,2045696400,11),(1056,2058397200,10),(1056,2077146000,11),(1056,2090451600,10),(1056,2108595600,11),(1056,2121901200,10),(1056,2140045200,11),(1057,-905824800,3),(1057,-857257200,1),(1057,-844556400,2),(1057,-828226800,1),(1057,-812502000,2),(1057,-796777200,1),(1057,-788922000,0),(1057,-777942000,2),(1057,-766623600,1),(1057,407199600,0),(1057,417574800,4),(1057,433299600,5),(1057,449024400,4),(1057,465354000,5),(1057,481078800,4),(1057,496803600,5),(1057,512528400,4),(1057,528253200,5),(1057,543978000,4),(1057,559702800,5),(1057,575427600,4),(1057,591152400,5),(1057,606877200,4),(1057,622602000,5),(1057,638326800,4),(1057,654656400,5),(1057,670381200,4),(1057,686106000,5),(1057,701830800,4),(1057,717555600,5),(1057,733280400,4),(1057,749005200,5),(1057,764730000,4),(1057,780454800,5),(1057,796179600,4),(1057,811904400,5),(1057,828234000,4),(1057,846378000,5),(1057,859683600,4),(1057,877827600,5),(1057,891133200,4),(1057,909277200,5),(1057,922582800,4),(1057,941331600,5),(1057,954032400,4),(1057,972781200,5),(1057,985482000,4),(1057,1004230800,5),(1057,1017536400,4),(1057,1035680400,5),(1057,1048986000,4),(1057,1067130000,5),(1057,1080435600,4),(1057,1099184400,5),(1057,1111885200,4),(1057,1130634000,5),(1057,1143334800,4),(1057,1162083600,5),(1057,1174784400,4),(1057,1193533200,5),(1057,1206838800,4),(1057,1224982800,5),(1057,1238288400,4),(1057,1256432400,5),(1057,1269738000,4),(1057,1288486800,5),(1057,1301187600,4),(1057,1319936400,5),(1057,1332637200,4),(1057,1351386000,5),(1057,1364691600,4),(1057,1382835600,5),(1057,1396141200,4),(1057,1414285200,5),(1057,1427590800,4),(1057,1445734800,5),(1057,1459040400,4),(1057,1477789200,5),(1057,1490490000,4),(1057,1509238800,5),(1057,1521939600,4),(1057,1540688400,5),(1057,1553994000,4),(1057,1572138000,5),(1057,1585443600,4),(1057,1603587600,5),(1057,1616893200,4),(1057,1635642000,5),(1057,1648342800,4),(1057,1667091600,5),(1057,1679792400,4),(1057,1698541200,5),(1057,1711846800,4),(1057,1729990800,5),(1057,1743296400,4),(1057,1761440400,5),(1057,1774746000,4),(1057,1792890000,5),(1057,1806195600,4),(1057,1824944400,5),(1057,1837645200,4),(1057,1856394000,5),(1057,1869094800,4),(1057,1887843600,5),(1057,1901149200,4),(1057,1919293200,5),(1057,1932598800,4),(1057,1950742800,5),(1057,1964048400,4),(1057,1982797200,5),(1057,1995498000,4),(1057,2014246800,5),(1057,2026947600,4),(1057,2045696400,5),(1057,2058397200,4),(1057,2077146000,5),(1057,2090451600,4),(1057,2108595600,5),(1057,2121901200,4),(1057,2140045200,5),(1058,-1693706400,0),(1058,-1680483600,1),(1058,-1663455600,2),(1058,-1650150000,3),(1058,-1632006000,2),(1058,-1618700400,3),(1058,-938905200,2),(1058,-857257200,3),(1058,-844556400,2),(1058,-828226800,3),(1058,-812502000,2),(1058,-796777200,3),(1058,-781052400,2),(1058,-777866400,0),(1058,-765327600,3),(1058,-746578800,2),(1058,-733359600,3),(1058,-728517600,4),(1058,-721260000,1),(1058,-716425200,2),(1058,-701910000,3),(1058,-684975600,2),(1058,-670460400,3),(1058,-654217200,2),(1058,-639010800,3),(1058,283993200,1),(1058,291776400,5),(1058,307501200,6),(1058,323830800,5),(1058,338950800,6),(1058,354675600,5),(1058,370400400,6),(1058,386125200,5),(1058,401850000,6),(1058,417574800,5),(1058,433299600,6),(1058,449024400,5),(1058,465354000,6),(1058,481078800,5),(1058,496803600,6),(1058,512528400,5),(1058,528253200,6),(1058,543978000,5),(1058,559702800,6),(1058,575427600,5),(1058,591152400,6),(1058,606877200,5),(1058,622602000,6),(1058,638326800,5),(1058,654656400,6),(1058,670381200,5),(1058,686106000,6),(1058,701830800,5),(1058,717555600,6),(1058,733280400,5),(1058,749005200,6),(1058,764730000,5),(1058,780454800,6),(1058,796179600,5),(1058,811904400,6),(1058,828234000,5),(1058,846378000,6),(1058,859683600,5),(1058,877827600,6),(1058,891133200,5),(1058,909277200,6),(1058,922582800,5),(1058,941331600,6),(1058,954032400,5),(1058,972781200,6),(1058,985482000,5),(1058,1004230800,6),(1058,1017536400,5),(1058,1035680400,6),(1058,1048986000,5),(1058,1067130000,6),(1058,1080435600,5),(1058,1099184400,6),(1058,1111885200,5),(1058,1130634000,6),(1058,1143334800,5),(1058,1162083600,6),(1058,1174784400,5),(1058,1193533200,6),(1058,1206838800,5),(1058,1224982800,6),(1058,1238288400,5),(1058,1256432400,6),(1058,1269738000,5),(1058,1288486800,6),(1058,1301187600,5),(1058,1319936400,6),(1058,1332637200,5),(1058,1351386000,6),(1058,1364691600,5),(1058,1382835600,6),(1058,1396141200,5),(1058,1414285200,6),(1058,1427590800,5),(1058,1445734800,6),(1058,1459040400,5),(1058,1477789200,6),(1058,1490490000,5),(1058,1509238800,6),(1058,1521939600,5),(1058,1540688400,6),(1058,1553994000,5),(1058,1572138000,6),(1058,1585443600,5),(1058,1603587600,6),(1058,1616893200,5),(1058,1635642000,6),(1058,1648342800,5),(1058,1667091600,6),(1058,1679792400,5),(1058,1698541200,6),(1058,1711846800,5),(1058,1729990800,6),(1058,1743296400,5),(1058,1761440400,6),(1058,1774746000,5),(1058,1792890000,6),(1058,1806195600,5),(1058,1824944400,6),(1058,1837645200,5),(1058,1856394000,6),(1058,1869094800,5),(1058,1887843600,6),(1058,1901149200,5),(1058,1919293200,6),(1058,1932598800,5),(1058,1950742800,6),(1058,1964048400,5),(1058,1982797200,6),(1058,1995498000,5),(1058,2014246800,6),(1058,2026947600,5),(1058,2045696400,6),(1058,2058397200,5),(1058,2077146000,6),(1058,2090451600,5),(1058,2108595600,6),(1058,2121901200,5),(1058,2140045200,6),(1059,-1632008194,1),(1059,-1618702594,0),(1059,-1601681794,1),(1059,-1597275394,0),(1059,-1377308194,2),(1059,-928029600,3),(1059,-899521200,6),(1059,-857257200,4),(1059,-844556400,5),(1059,-828226800,4),(1059,-812502000,5),(1059,-796777200,4),(1059,-795834000,3),(1059,354920400,7),(1059,370728000,3),(1059,386456400,7),(1059,402264000,3),(1059,417992400,7),(1059,433800000,3),(1059,449614800,7),(1059,465346800,8),(1059,481071600,9),(1059,496796400,8),(1059,512521200,9),(1059,528246000,8),(1059,543970800,9),(1059,559695600,8),(1059,575420400,9),(1059,591145200,8),(1059,606870000,10),(1059,622598400,11),(1059,638323200,10),(1059,654652800,11),(1059,670377600,10),(1059,686102400,11),(1059,701827200,10),(1059,717552000,11),(1059,733276800,10),(1059,749001600,11),(1059,764726400,10),(1059,780451200,11),(1059,796176000,10),(1059,811900800,11),(1059,828230400,10),(1059,843955200,11),(1059,853797600,2),(1059,859683600,12),(1059,877827600,13),(1059,891133200,12),(1059,909277200,13),(1059,922582800,12),(1059,941331600,13),(1059,951775200,2),(1059,985482000,12),(1059,1004230800,13),(1059,1017536400,12),(1059,1035680400,13),(1059,1048986000,12),(1059,1067130000,13),(1059,1080435600,12),(1059,1099184400,13),(1059,1111885200,12),(1059,1130634000,13),(1059,1143334800,12),(1059,1162083600,13),(1059,1174784400,12),(1059,1193533200,13),(1059,1206838800,12),(1059,1224982800,13),(1059,1238288400,12),(1059,1256432400,13),(1059,1269738000,12),(1059,1288486800,13),(1059,1301187600,12),(1059,1319936400,13),(1059,1332637200,12),(1059,1351386000,13),(1059,1364691600,12),(1059,1382835600,13),(1059,1396141200,12),(1059,1414285200,13),(1059,1427590800,12),(1059,1445734800,13),(1059,1459040400,12),(1059,1477789200,13),(1059,1490490000,12),(1059,1509238800,13),(1059,1521939600,12),(1059,1540688400,13),(1059,1553994000,12),(1059,1572138000,13),(1059,1585443600,12),(1059,1603587600,13),(1059,1616893200,12),(1059,1635642000,13),(1059,1648342800,12),(1059,1667091600,13),(1059,1679792400,12),(1059,1698541200,13),(1059,1711846800,12),(1059,1729990800,13),(1059,1743296400,12),(1059,1761440400,13),(1059,1774746000,12),(1059,1792890000,13),(1059,1806195600,12),(1059,1824944400,13),(1059,1837645200,12),(1059,1856394000,13),(1059,1869094800,12),(1059,1887843600,13),(1059,1901149200,12),(1059,1919293200,13),(1059,1932598800,12),(1059,1950742800,13),(1059,1964048400,12),(1059,1982797200,13),(1059,1995498000,12),(1059,2014246800,13),(1059,2026947600,12),(1059,2045696400,13),(1059,2058397200,12),(1059,2077146000,13),(1059,2090451600,12),(1059,2108595600,13),(1059,2121901200,12),(1059,2140045200,13),(1060,-1690765200,0),(1060,-1680487200,1),(1060,-1664758800,0),(1060,-1648951200,1),(1060,-1635123600,0),(1060,-1616896800,1),(1060,-1604278800,0),(1060,-1585533600,1),(1060,-1571014800,0),(1060,-1555293600,1),(1060,-932432400,0),(1060,-857257200,2),(1060,-844556400,3),(1060,-830311200,0),(1060,-828226800,2),(1060,-812502000,3),(1060,-807156000,0),(1060,-798073200,2),(1060,-781052400,0),(1060,-766717200,1),(1060,-750898800,3),(1060,-733359600,2),(1060,-719456400,3),(1060,-701917200,2),(1060,-689209200,3),(1060,-670460400,2),(1060,-114051600,3),(1060,-103168800,1),(1060,-81997200,3),(1060,-71715600,2),(1060,-50547600,3),(1060,-40266000,2),(1060,-18493200,3),(1060,-8211600,2),(1060,12956400,3),(1060,23238000,2),(1060,43801200,3),(1060,54687600,2),(1060,75855600,3),(1060,86742000,2),(1060,107910000,3),(1060,118191600,2),(1060,138754800,3),(1060,149641200,2),(1060,170809200,3),(1060,181090800,2),(1060,202258800,3),(1060,212540400,2),(1060,233103600,3),(1060,243990000,2),(1060,265158000,3),(1060,276044400,2),(1060,296607600,3),(1060,307494000,2),(1060,315529200,1),(1060,323830800,4),(1060,338950800,5),(1060,354675600,4),(1060,370400400,5),(1060,386125200,4),(1060,401850000,5),(1060,417574800,4),(1060,433299600,5),(1060,449024400,4),(1060,465354000,5),(1060,481078800,4),(1060,496803600,5),(1060,512528400,4),(1060,528253200,5),(1060,543978000,4),(1060,559702800,5),(1060,575427600,4),(1060,591152400,5),(1060,606877200,4),(1060,622602000,5),(1060,638326800,4),(1060,654656400,5),(1060,670381200,4),(1060,686106000,5),(1060,701830800,4),(1060,717555600,5),(1060,733280400,4),(1060,749005200,5),(1060,764730000,4),(1060,780454800,5),(1060,796179600,4),(1060,811904400,5),(1060,828234000,4),(1060,846378000,5),(1060,859683600,4),(1060,877827600,5),(1060,891133200,4),(1060,909277200,5),(1060,922582800,4),(1060,941331600,5),(1060,954032400,4),(1060,972781200,5),(1060,985482000,4),(1060,1004230800,5),(1060,1017536400,4),(1060,1035680400,5),(1060,1048986000,4),(1060,1067130000,5),(1060,1080435600,4),(1060,1099184400,5),(1060,1111885200,4),(1060,1130634000,5),(1060,1143334800,4),(1060,1162083600,5),(1060,1174784400,4),(1060,1193533200,5),(1060,1206838800,4),(1060,1224982800,5),(1060,1238288400,4),(1060,1256432400,5),(1060,1269738000,4),(1060,1288486800,5),(1060,1301187600,4),(1060,1319936400,5),(1060,1332637200,4),(1060,1351386000,5),(1060,1364691600,4),(1060,1382835600,5),(1060,1396141200,4),(1060,1414285200,5),(1060,1427590800,4),(1060,1445734800,5),(1060,1459040400,4),(1060,1477789200,5),(1060,1490490000,4),(1060,1509238800,5),(1060,1521939600,4),(1060,1540688400,5),(1060,1553994000,4),(1060,1572138000,5),(1060,1585443600,4),(1060,1603587600,5),(1060,1616893200,4),(1060,1635642000,5),(1060,1648342800,4),(1060,1667091600,5),(1060,1679792400,4),(1060,1698541200,5),(1060,1711846800,4),(1060,1729990800,5),(1060,1743296400,4),(1060,1761440400,5),(1060,1774746000,4),(1060,1792890000,5),(1060,1806195600,4),(1060,1824944400,5),(1060,1837645200,4),(1060,1856394000,5),(1060,1869094800,4),(1060,1887843600,5),(1060,1901149200,4),(1060,1919293200,5),(1060,1932598800,4),(1060,1950742800,5),(1060,1964048400,4),(1060,1982797200,5),(1060,1995498000,4),(1060,2014246800,5),(1060,2026947600,4),(1060,2045696400,5),(1060,2058397200,4),(1060,2077146000,5),(1060,2090451600,4),(1060,2108595600,5),(1060,2121901200,4),(1060,2140045200,5),(1061,-1593820800,1),(1061,-1247540400,2),(1061,354916800,3),(1061,370724400,2),(1061,386452800,3),(1061,402260400,2),(1061,417988800,3),(1061,433796400,2),(1061,449611200,3),(1061,465343200,4),(1061,481068000,5),(1061,496792800,4),(1061,512517600,5),(1061,528242400,4),(1061,543967200,5),(1061,559692000,4),(1061,575416800,5),(1061,591141600,4),(1061,606866400,6),(1061,622594800,7),(1061,638319600,6),(1061,654649200,7),(1061,670374000,8),(1061,686102400,7),(1061,687916800,2),(1061,701820000,5),(1061,717544800,4),(1061,733269600,5),(1061,748994400,4),(1061,764719200,5),(1061,780444000,4),(1061,796168800,5),(1061,811893600,4),(1061,828223200,5),(1061,846367200,4),(1061,859672800,5),(1061,877816800,4),(1061,891122400,5),(1061,909266400,4),(1061,922572000,5),(1061,941320800,4),(1061,954021600,5),(1061,972770400,4),(1061,985471200,5),(1061,1004220000,4),(1061,1017525600,5),(1061,1035669600,4),(1061,1048975200,5),(1061,1067119200,4),(1061,1080424800,5),(1061,1099173600,4),(1061,1111874400,5),(1061,1130623200,4),(1061,1143324000,5),(1061,1162072800,4),(1061,1174773600,5),(1061,1193522400,4),(1061,1206828000,5),(1061,1224972000,4),(1061,1238277600,5),(1061,1256421600,4),(1061,1269727200,6),(1061,1288479600,7),(1061,1301180400,4),(1062,-1690765200,0),(1062,-1680487200,1),(1062,-1664758800,0),(1062,-1648951200,1),(1062,-1635123600,0),(1062,-1616896800,1),(1062,-1604278800,0),(1062,-1585533600,1),(1062,-1571014800,0),(1062,-1555293600,1),(1062,-932432400,0),(1062,-857257200,2),(1062,-844556400,3),(1062,-830311200,0),(1062,-828226800,2),(1062,-812502000,3),(1062,-807156000,0),(1062,-798073200,2),(1062,-781052400,0),(1062,-766717200,1),(1062,-750898800,3),(1062,-733359600,2),(1062,-719456400,3),(1062,-701917200,2),(1062,-689209200,3),(1062,-670460400,2),(1062,-114051600,3),(1062,-103168800,1),(1062,-81997200,3),(1062,-71715600,2),(1062,-50547600,3),(1062,-40266000,2),(1062,-18493200,3),(1062,-8211600,2),(1062,12956400,3),(1062,23238000,2),(1062,43801200,3),(1062,54687600,2),(1062,75855600,3),(1062,86742000,2),(1062,107910000,3),(1062,118191600,2),(1062,138754800,3),(1062,149641200,2),(1062,170809200,3),(1062,181090800,2),(1062,202258800,3),(1062,212540400,2),(1062,233103600,3),(1062,243990000,2),(1062,265158000,3),(1062,276044400,2),(1062,296607600,3),(1062,307494000,2),(1062,315529200,1),(1062,323830800,4),(1062,338950800,5),(1062,354675600,4),(1062,370400400,5),(1062,386125200,4),(1062,401850000,5),(1062,417574800,4),(1062,433299600,5),(1062,449024400,4),(1062,465354000,5),(1062,481078800,4),(1062,496803600,5),(1062,512528400,4),(1062,528253200,5),(1062,543978000,4),(1062,559702800,5),(1062,575427600,4),(1062,591152400,5),(1062,606877200,4),(1062,622602000,5),(1062,638326800,4),(1062,654656400,5),(1062,670381200,4),(1062,686106000,5),(1062,701830800,4),(1062,717555600,5),(1062,733280400,4),(1062,749005200,5),(1062,764730000,4),(1062,780454800,5),(1062,796179600,4),(1062,811904400,5),(1062,828234000,4),(1062,846378000,5),(1062,859683600,4),(1062,877827600,5),(1062,891133200,4),(1062,909277200,5),(1062,922582800,4),(1062,941331600,5),(1062,954032400,4),(1062,972781200,5),(1062,985482000,4),(1062,1004230800,5),(1062,1017536400,4),(1062,1035680400,5),(1062,1048986000,4),(1062,1067130000,5),(1062,1080435600,4),(1062,1099184400,5),(1062,1111885200,4),(1062,1130634000,5),(1062,1143334800,4),(1062,1162083600,5),(1062,1174784400,4),(1062,1193533200,5),(1062,1206838800,4),(1062,1224982800,5),(1062,1238288400,4),(1062,1256432400,5),(1062,1269738000,4),(1062,1288486800,5),(1062,1301187600,4),(1062,1319936400,5),(1062,1332637200,4),(1062,1351386000,5),(1062,1364691600,4),(1062,1382835600,5),(1062,1396141200,4),(1062,1414285200,5),(1062,1427590800,4),(1062,1445734800,5),(1062,1459040400,4),(1062,1477789200,5),(1062,1490490000,4),(1062,1509238800,5),(1062,1521939600,4),(1062,1540688400,5),(1062,1553994000,4),(1062,1572138000,5),(1062,1585443600,4),(1062,1603587600,5),(1062,1616893200,4),(1062,1635642000,5),(1062,1648342800,4),(1062,1667091600,5),(1062,1679792400,4),(1062,1698541200,5),(1062,1711846800,4),(1062,1729990800,5),(1062,1743296400,4),(1062,1761440400,5),(1062,1774746000,4),(1062,1792890000,5),(1062,1806195600,4),(1062,1824944400,5),(1062,1837645200,4),(1062,1856394000,5),(1062,1869094800,4),(1062,1887843600,5),(1062,1901149200,4),(1062,1919293200,5),(1062,1932598800,4),(1062,1950742800,5),(1062,1964048400,4),(1062,1982797200,5),(1062,1995498000,4),(1062,2014246800,5),(1062,2026947600,4),(1062,2045696400,5),(1062,2058397200,4),(1062,2077146000,5),(1062,2090451600,4),(1062,2108595600,5),(1062,2121901200,4),(1062,2140045200,5),(1063,-905824800,3),(1063,-857257200,1),(1063,-844556400,2),(1063,-828226800,1),(1063,-812502000,2),(1063,-796777200,1),(1063,-788922000,0),(1063,-777942000,2),(1063,-766623600,1),(1063,407199600,0),(1063,417574800,4),(1063,433299600,5),(1063,449024400,4),(1063,465354000,5),(1063,481078800,4),(1063,496803600,5),(1063,512528400,4),(1063,528253200,5),(1063,543978000,4),(1063,559702800,5),(1063,575427600,4),(1063,591152400,5),(1063,606877200,4),(1063,622602000,5),(1063,638326800,4),(1063,654656400,5),(1063,670381200,4),(1063,686106000,5),(1063,701830800,4),(1063,717555600,5),(1063,733280400,4),(1063,749005200,5),(1063,764730000,4),(1063,780454800,5),(1063,796179600,4),(1063,811904400,5),(1063,828234000,4),(1063,846378000,5),(1063,859683600,4),(1063,877827600,5),(1063,891133200,4),(1063,909277200,5),(1063,922582800,4),(1063,941331600,5),(1063,954032400,4),(1063,972781200,5),(1063,985482000,4),(1063,1004230800,5),(1063,1017536400,4),(1063,1035680400,5),(1063,1048986000,4),(1063,1067130000,5),(1063,1080435600,4),(1063,1099184400,5),(1063,1111885200,4),(1063,1130634000,5),(1063,1143334800,4),(1063,1162083600,5),(1063,1174784400,4),(1063,1193533200,5),(1063,1206838800,4),(1063,1224982800,5),(1063,1238288400,4),(1063,1256432400,5),(1063,1269738000,4),(1063,1288486800,5),(1063,1301187600,4),(1063,1319936400,5),(1063,1332637200,4),(1063,1351386000,5),(1063,1364691600,4),(1063,1382835600,5),(1063,1396141200,4),(1063,1414285200,5),(1063,1427590800,4),(1063,1445734800,5),(1063,1459040400,4),(1063,1477789200,5),(1063,1490490000,4),(1063,1509238800,5),(1063,1521939600,4),(1063,1540688400,5),(1063,1553994000,4),(1063,1572138000,5),(1063,1585443600,4),(1063,1603587600,5),(1063,1616893200,4),(1063,1635642000,5),(1063,1648342800,4),(1063,1667091600,5),(1063,1679792400,4),(1063,1698541200,5),(1063,1711846800,4),(1063,1729990800,5),(1063,1743296400,4),(1063,1761440400,5),(1063,1774746000,4),(1063,1792890000,5),(1063,1806195600,4),(1063,1824944400,5),(1063,1837645200,4),(1063,1856394000,5),(1063,1869094800,4),(1063,1887843600,5),(1063,1901149200,4),(1063,1919293200,5),(1063,1932598800,4),(1063,1950742800,5),(1063,1964048400,4),(1063,1982797200,5),(1063,1995498000,4),(1063,2014246800,5),(1063,2026947600,4),(1063,2045696400,5),(1063,2058397200,4),(1063,2077146000,5),(1063,2090451600,4),(1063,2108595600,5),(1063,2121901200,4),(1063,2140045200,5),(1064,-1593820800,1),(1064,-1247540400,3),(1064,354916800,2),(1064,370724400,3),(1064,386452800,2),(1064,402260400,3),(1064,417988800,2),(1064,433796400,3),(1064,449611200,2),(1064,465343200,4),(1064,481068000,5),(1064,496792800,4),(1064,512517600,5),(1064,528242400,4),(1064,543967200,5),(1064,559692000,4),(1064,575416800,6),(1064,591145200,7),(1064,606870000,6),(1064,622594800,7),(1064,638319600,6),(1064,654649200,7),(1064,670374000,4),(1064,701820000,6),(1064,717548400,7),(1064,733273200,6),(1064,748998000,7),(1064,764722800,6),(1064,780447600,7),(1064,796172400,6),(1064,811897200,7),(1064,828226800,6),(1064,846370800,7),(1064,859676400,6),(1064,877820400,7),(1064,891126000,6),(1064,909270000,7),(1064,922575600,6),(1064,941324400,7),(1064,954025200,6),(1064,972774000,7),(1064,985474800,6),(1064,1004223600,7),(1064,1017529200,6),(1064,1035673200,7),(1064,1048978800,6),(1064,1067122800,7),(1064,1080428400,6),(1064,1099177200,7),(1064,1111878000,6),(1064,1130626800,7),(1064,1143327600,6),(1064,1162076400,7),(1064,1174777200,6),(1064,1193526000,7),(1064,1206831600,6),(1064,1224975600,7),(1064,1238281200,6),(1064,1256425200,7),(1064,1269730800,6),(1064,1288479600,7),(1064,1301180400,4),(1064,1414274400,7),(1064,1480806000,4),(1065,-1441160160,1),(1065,-1247536800,2),(1065,-888894000,5),(1065,-857257200,3),(1065,-844556400,4),(1065,-828226800,3),(1065,-812502000,4),(1065,-811648800,2),(1065,354920400,6),(1065,370728000,2),(1065,386456400,6),(1065,402264000,2),(1065,417992400,6),(1065,433800000,2),(1065,449614800,6),(1065,465346800,7),(1065,481071600,8),(1065,496796400,7),(1065,512521200,8),(1065,528246000,7),(1065,543970800,8),(1065,559695600,7),(1065,575420400,8),(1065,591145200,7),(1065,606870000,8),(1065,622594800,7),(1065,631141200,2),(1065,646786800,1),(1065,701827200,9),(1065,717552000,10),(1065,733276800,9),(1065,749001600,10),(1065,764726400,9),(1065,767739600,6),(1065,780436800,2),(1065,796165200,6),(1065,811886400,2),(1065,828219600,8),(1065,846374400,7),(1065,852066000,2),(1065,859683600,11),(1065,877827600,12),(1065,891133200,11),(1065,909277200,12),(1065,922582800,11),(1065,941331600,12),(1065,954032400,11),(1065,972781200,12),(1065,985482000,11),(1065,1004230800,12),(1065,1017536400,11),(1065,1035680400,12),(1065,1048986000,11),(1065,1067130000,12),(1065,1080435600,11),(1065,1099184400,12),(1065,1111885200,11),(1065,1130634000,12),(1065,1143334800,11),(1065,1162083600,12),(1065,1174784400,11),(1065,1193533200,12),(1065,1206838800,11),(1065,1224982800,12),(1065,1238288400,11),(1065,1256432400,12),(1065,1269738000,11),(1065,1288486800,12),(1065,1301187600,11),(1065,1319936400,12),(1065,1332637200,11),(1065,1351386000,12),(1065,1364691600,11),(1065,1382835600,12),(1065,1396137600,13),(1065,1414274400,7),(1066,-905824800,3),(1066,-857257200,1),(1066,-844556400,2),(1066,-828226800,1),(1066,-812502000,2),(1066,-796777200,1),(1066,-788922000,0),(1066,-777942000,2),(1066,-766623600,1),(1066,407199600,0),(1066,417574800,4),(1066,433299600,5),(1066,449024400,4),(1066,465354000,5),(1066,481078800,4),(1066,496803600,5),(1066,512528400,4),(1066,528253200,5),(1066,543978000,4),(1066,559702800,5),(1066,575427600,4),(1066,591152400,5),(1066,606877200,4),(1066,622602000,5),(1066,638326800,4),(1066,654656400,5),(1066,670381200,4),(1066,686106000,5),(1066,701830800,4),(1066,717555600,5),(1066,733280400,4),(1066,749005200,5),(1066,764730000,4),(1066,780454800,5),(1066,796179600,4),(1066,811904400,5),(1066,828234000,4),(1066,846378000,5),(1066,859683600,4),(1066,877827600,5),(1066,891133200,4),(1066,909277200,5),(1066,922582800,4),(1066,941331600,5),(1066,954032400,4),(1066,972781200,5),(1066,985482000,4),(1066,1004230800,5),(1066,1017536400,4),(1066,1035680400,5),(1066,1048986000,4),(1066,1067130000,5),(1066,1080435600,4),(1066,1099184400,5),(1066,1111885200,4),(1066,1130634000,5),(1066,1143334800,4),(1066,1162083600,5),(1066,1174784400,4),(1066,1193533200,5),(1066,1206838800,4),(1066,1224982800,5),(1066,1238288400,4),(1066,1256432400,5),(1066,1269738000,4),(1066,1288486800,5),(1066,1301187600,4),(1066,1319936400,5),(1066,1332637200,4),(1066,1351386000,5),(1066,1364691600,4),(1066,1382835600,5),(1066,1396141200,4),(1066,1414285200,5),(1066,1427590800,4),(1066,1445734800,5),(1066,1459040400,4),(1066,1477789200,5),(1066,1490490000,4),(1066,1509238800,5),(1066,1521939600,4),(1066,1540688400,5),(1066,1553994000,4),(1066,1572138000,5),(1066,1585443600,4),(1066,1603587600,5),(1066,1616893200,4),(1066,1635642000,5),(1066,1648342800,4),(1066,1667091600,5),(1066,1679792400,4),(1066,1698541200,5),(1066,1711846800,4),(1066,1729990800,5),(1066,1743296400,4),(1066,1761440400,5),(1066,1774746000,4),(1066,1792890000,5),(1066,1806195600,4),(1066,1824944400,5),(1066,1837645200,4),(1066,1856394000,5),(1066,1869094800,4),(1066,1887843600,5),(1066,1901149200,4),(1066,1919293200,5),(1066,1932598800,4),(1066,1950742800,5),(1066,1964048400,4),(1066,1982797200,5),(1066,1995498000,4),(1066,2014246800,5),(1066,2026947600,4),(1066,2045696400,5),(1066,2058397200,4),(1066,2077146000,5),(1066,2090451600,4),(1066,2108595600,5),(1066,2121901200,4),(1066,2140045200,5),(1067,-857257200,1),(1067,-844556400,2),(1067,-828226800,1),(1067,-812502000,2),(1067,-796777200,1),(1067,-788922000,3),(1067,-781048800,0),(1067,291762000,4),(1067,307576800,0),(1067,323816400,4),(1067,339026400,0),(1067,355266000,4),(1067,370393200,0),(1067,386715600,4),(1067,401846400,5),(1067,417571200,6),(1067,433296000,5),(1067,449020800,6),(1067,465350400,5),(1067,481075200,6),(1067,496800000,5),(1067,512524800,6),(1067,528249600,5),(1067,543974400,6),(1067,559699200,5),(1067,575424000,6),(1067,591148800,5),(1067,606873600,6),(1067,622598400,5),(1067,638323200,6),(1067,654652800,5),(1067,662680800,0),(1067,670370400,4),(1067,686091600,0),(1067,701820000,4),(1067,717541200,0),(1067,733269600,4),(1067,748990800,0),(1067,764719200,4),(1067,780440400,0),(1067,796168800,4),(1067,811890000,0),(1067,828223200,4),(1067,846363600,0),(1067,859683600,7),(1067,877827600,8),(1067,891133200,7),(1067,909277200,8),(1067,922582800,7),(1067,941331600,8),(1067,954032400,7),(1067,972781200,8),(1067,985482000,7),(1067,1004230800,8),(1067,1017536400,7),(1067,1035680400,8),(1067,1048986000,7),(1067,1067130000,8),(1067,1080435600,7),(1067,1099184400,8),(1067,1111885200,7),(1067,1130634000,8),(1067,1143334800,7),(1067,1162083600,8),(1067,1174784400,7),(1067,1193533200,8),(1067,1206838800,7),(1067,1224982800,8),(1067,1238288400,7),(1067,1256432400,8),(1067,1269738000,7),(1067,1288486800,8),(1067,1301187600,7),(1067,1319936400,8),(1067,1332637200,7),(1067,1351386000,8),(1067,1364691600,7),(1067,1382835600,8),(1067,1396141200,7),(1067,1414285200,8),(1067,1427590800,7),(1067,1445734800,8),(1067,1459040400,7),(1067,1477789200,8),(1067,1490490000,7),(1067,1509238800,8),(1067,1521939600,7),(1067,1540688400,8),(1067,1553994000,7),(1067,1572138000,8),(1067,1585443600,7),(1067,1603587600,8),(1067,1616893200,7),(1067,1635642000,8),(1067,1648342800,7),(1067,1667091600,8),(1067,1679792400,7),(1067,1698541200,8),(1067,1711846800,7),(1067,1729990800,8),(1067,1743296400,7),(1067,1761440400,8),(1067,1774746000,7),(1067,1792890000,8),(1067,1806195600,7),(1067,1824944400,8),(1067,1837645200,7),(1067,1856394000,8),(1067,1869094800,7),(1067,1887843600,8),(1067,1901149200,7),(1067,1919293200,8),(1067,1932598800,7),(1067,1950742800,8),(1067,1964048400,7),(1067,1982797200,8),(1067,1995498000,7),(1067,2014246800,8),(1067,2026947600,7),(1067,2045696400,8),(1067,2058397200,7),(1067,2077146000,8),(1067,2090451600,7),(1067,2108595600,8),(1067,2121901200,7),(1067,2140045200,8),(1068,-1692496800,1),(1068,-1680483600,0),(1068,323830800,2),(1068,338950800,3),(1068,354675600,2),(1068,370400400,3),(1068,386125200,2),(1068,401850000,3),(1068,417574800,2),(1068,433299600,3),(1068,449024400,2),(1068,465354000,3),(1068,481078800,2),(1068,496803600,3),(1068,512528400,2),(1068,528253200,3),(1068,543978000,2),(1068,559702800,3),(1068,575427600,2),(1068,591152400,3),(1068,606877200,2),(1068,622602000,3),(1068,638326800,2),(1068,654656400,3),(1068,670381200,2),(1068,686106000,3),(1068,701830800,2),(1068,717555600,3),(1068,733280400,2),(1068,749005200,3),(1068,764730000,2),(1068,780454800,3),(1068,796179600,2),(1068,811904400,3),(1068,828234000,2),(1068,846378000,3),(1068,859683600,2),(1068,877827600,3),(1068,891133200,2),(1068,909277200,3),(1068,922582800,2),(1068,941331600,3),(1068,954032400,2),(1068,972781200,3),(1068,985482000,2),(1068,1004230800,3),(1068,1017536400,2),(1068,1035680400,3),(1068,1048986000,2),(1068,1067130000,3),(1068,1080435600,2),(1068,1099184400,3),(1068,1111885200,2),(1068,1130634000,3),(1068,1143334800,2),(1068,1162083600,3),(1068,1174784400,2),(1068,1193533200,3),(1068,1206838800,2),(1068,1224982800,3),(1068,1238288400,2),(1068,1256432400,3),(1068,1269738000,2),(1068,1288486800,3),(1068,1301187600,2),(1068,1319936400,3),(1068,1332637200,2),(1068,1351386000,3),(1068,1364691600,2),(1068,1382835600,3),(1068,1396141200,2),(1068,1414285200,3),(1068,1427590800,2),(1068,1445734800,3),(1068,1459040400,2),(1068,1477789200,3),(1068,1490490000,2),(1068,1509238800,3),(1068,1521939600,2),(1068,1540688400,3),(1068,1553994000,2),(1068,1572138000,3),(1068,1585443600,2),(1068,1603587600,3),(1068,1616893200,2),(1068,1635642000,3),(1068,1648342800,2),(1068,1667091600,3),(1068,1679792400,2),(1068,1698541200,3),(1068,1711846800,2),(1068,1729990800,3),(1068,1743296400,2),(1068,1761440400,3),(1068,1774746000,2),(1068,1792890000,3),(1068,1806195600,2),(1068,1824944400,3),(1068,1837645200,2),(1068,1856394000,3),(1068,1869094800,2),(1068,1887843600,3),(1068,1901149200,2),(1068,1919293200,3),(1068,1932598800,2),(1068,1950742800,3),(1068,1964048400,2),(1068,1982797200,3),(1068,1995498000,2),(1068,2014246800,3),(1068,2026947600,2),(1068,2045696400,3),(1068,2058397200,2),(1068,2077146000,3),(1068,2090451600,2),(1068,2108595600,3),(1068,2121901200,2),(1068,2140045200,3),(1069,-1638322740,3),(1069,-1632006000,1),(1069,-1618700400,2),(1069,-1593824400,0),(1069,-1535938740,4),(1069,-927943200,5),(1069,-892954800,6),(1069,-857257200,2),(1069,-844556400,1),(1069,-828226800,2),(1069,-812502000,1),(1069,-797652000,5),(1069,354920400,7),(1069,370728000,5),(1069,386456400,7),(1069,402264000,5),(1069,417992400,7),(1069,433800000,5),(1069,449614800,7),(1069,465346800,8),(1069,481071600,9),(1069,496796400,8),(1069,512521200,9),(1069,528246000,8),(1069,543970800,9),(1069,559695600,8),(1069,575420400,9),(1069,591145200,8),(1069,606870000,10),(1069,622598400,11),(1069,638323200,10),(1069,654652800,11),(1069,670377600,10),(1069,686102400,11),(1069,701827200,10),(1069,717552000,11),(1069,733276800,10),(1069,749001600,11),(1069,764726400,10),(1069,780451200,11),(1069,796176000,10),(1069,811900800,11),(1069,828230400,10),(1069,846374400,11),(1069,859680000,10),(1069,877824000,11),(1069,891129600,10),(1069,906411600,14),(1069,909277200,12),(1069,922582800,13),(1069,941331600,4),(1069,1017536400,13),(1069,1035680400,12),(1069,1048986000,13),(1069,1067130000,12),(1069,1080435600,13),(1069,1099184400,12),(1069,1111885200,13),(1069,1130634000,12),(1069,1143334800,13),(1069,1162083600,12),(1069,1174784400,13),(1069,1193533200,12),(1069,1206838800,13),(1069,1224982800,12),(1069,1238288400,13),(1069,1256432400,12),(1069,1269738000,13),(1069,1288486800,12),(1069,1301187600,13),(1069,1319936400,12),(1069,1332637200,13),(1069,1351386000,12),(1069,1364691600,13),(1069,1382835600,12),(1069,1396141200,13),(1069,1414285200,12),(1069,1427590800,13),(1069,1445734800,12),(1069,1459040400,13),(1069,1477789200,12),(1069,1490490000,13),(1069,1509238800,12),(1069,1521939600,13),(1069,1540688400,12),(1069,1553994000,13),(1069,1572138000,12),(1069,1585443600,13),(1069,1603587600,12),(1069,1616893200,13),(1069,1635642000,12),(1069,1648342800,13),(1069,1667091600,12),(1069,1679792400,13),(1069,1698541200,12),(1069,1711846800,13),(1069,1729990800,12),(1069,1743296400,13),(1069,1761440400,12),(1069,1774746000,13),(1069,1792890000,12),(1069,1806195600,13),(1069,1824944400,12),(1069,1837645200,13),(1069,1856394000,12),(1069,1869094800,13),(1069,1887843600,12),(1069,1901149200,13),(1069,1919293200,12),(1069,1932598800,13),(1069,1950742800,12),(1069,1964048400,13),(1069,1982797200,12),(1069,1995498000,13),(1069,2014246800,12),(1069,2026947600,13),(1069,2045696400,12),(1069,2058397200,13),(1069,2077146000,12),(1069,2090451600,13),(1069,2108595600,12),(1069,2121901200,13),(1069,2140045200,12),(1070,-1767230360,1),(1070,-932346000,2),(1070,-857257200,1),(1070,-844556400,2),(1070,-843519600,1),(1070,136854000,2),(1070,149896800,1),(1070,168130800,2),(1070,181432800,1),(1070,199839600,2),(1070,213141600,1),(1070,231894000,2),(1070,244591200,1),(1070,263257200,2),(1070,276040800,1),(1070,294706800,2),(1070,307490400,1),(1070,326156400,2),(1070,339458400,1),(1070,357087600,2),(1070,370389600,1),(1070,389142000,2),(1070,402444000,1),(1070,419468400,2),(1070,433807200,1),(1070,449622000,2),(1070,465354000,3),(1070,481078800,4),(1070,496803600,3),(1070,512528400,4),(1070,528253200,3),(1070,543978000,4),(1070,559702800,3),(1070,575427600,4),(1070,591152400,3),(1070,606877200,4),(1070,622602000,3),(1070,638326800,4),(1070,654656400,3),(1070,670381200,4),(1070,686106000,3),(1070,701830800,4),(1070,717555600,3),(1070,733280400,4),(1070,749005200,3),(1070,764730000,4),(1070,780454800,3),(1070,796179600,4),(1070,811904400,3),(1070,828234000,4),(1070,846378000,3),(1070,859683600,4),(1070,877827600,3),(1070,891133200,4),(1070,909277200,3),(1070,922582800,4),(1070,941331600,3),(1070,954032400,4),(1070,972781200,3),(1070,985482000,4),(1070,1004230800,3),(1070,1017536400,4),(1070,1035680400,3),(1070,1048986000,4),(1070,1067130000,3),(1070,1080435600,4),(1070,1099184400,3),(1070,1111885200,4),(1070,1130634000,3),(1070,1143334800,4),(1070,1162083600,3),(1070,1174784400,4),(1070,1193533200,3),(1070,1206838800,4),(1070,1224982800,3),(1070,1238288400,4),(1070,1256432400,3),(1070,1269738000,4),(1070,1288486800,3),(1070,1301187600,4),(1070,1319936400,3),(1070,1332637200,4),(1070,1351386000,3),(1070,1364691600,4),(1070,1382835600,3),(1070,1396141200,4),(1070,1414285200,3),(1070,1427590800,4),(1070,1445734800,3),(1070,1459040400,4),(1070,1477789200,3),(1070,1490490000,4),(1070,1509238800,3),(1070,1521939600,4),(1070,1540688400,3),(1070,1553994000,4),(1070,1572138000,3),(1070,1585443600,4),(1070,1603587600,3),(1070,1616893200,4),(1070,1635642000,3),(1070,1648342800,4),(1070,1667091600,3),(1070,1679792400,4),(1070,1698541200,3),(1070,1711846800,4),(1070,1729990800,3),(1070,1743296400,4),(1070,1761440400,3),(1070,1774746000,4),(1070,1792890000,3),(1070,1806195600,4),(1070,1824944400,3),(1070,1837645200,4),(1070,1856394000,3),(1070,1869094800,4),(1070,1887843600,3),(1070,1901149200,4),(1070,1919293200,3),(1070,1932598800,4),(1070,1950742800,3),(1070,1964048400,4),(1070,1982797200,3),(1070,1995498000,4),(1070,2014246800,3),(1070,2026947600,4),(1070,2045696400,3),(1070,2058397200,4),(1070,2077146000,3),(1070,2090451600,4),(1070,2108595600,3),(1070,2121901200,4),(1070,2140045200,3),(1071,-1637114100,1),(1071,-1213148664,4),(1071,-1187056800,2),(1071,-1175479200,3),(1071,-1159754400,2),(1071,-1144029600,3),(1071,-1127700000,2),(1071,-1111975200,3),(1071,-1096250400,2),(1071,-1080525600,3),(1071,-1064800800,2),(1071,-1049076000,3),(1071,-1033351200,2),(1071,-1017626400,3),(1071,-1001901600,2),(1071,-986176800,3),(1071,-970452000,2),(1071,-954727200,3),(1071,-927165600,5),(1071,-898138800,8),(1071,-857257200,6),(1071,-844556400,7),(1071,-828226800,6),(1071,-812502000,7),(1071,-800157600,10),(1071,354920400,9),(1071,370728000,10),(1071,386456400,9),(1071,402264000,10),(1071,417992400,9),(1071,433800000,10),(1071,449614800,9),(1071,465346800,11),(1071,481071600,12),(1071,496796400,11),(1071,512521200,12),(1071,528246000,11),(1071,543970800,12),(1071,559695600,11),(1071,575420400,12),(1071,591145200,11),(1071,606870000,12),(1071,622594800,11),(1071,638319600,12),(1071,641944800,5),(1071,654652800,3),(1071,670377600,2),(1071,686102400,3),(1071,694216800,4),(1071,701820000,5),(1071,717541200,4),(1071,733269600,5),(1071,748990800,4),(1071,764719200,5),(1071,780440400,4),(1071,796168800,5),(1071,811890000,4),(1071,828223200,5),(1071,846363600,4),(1071,859680000,5),(1071,877824000,4),(1071,891129600,5),(1071,909273600,4),(1071,922579200,5),(1071,941328000,4),(1071,954028800,5),(1071,972777600,4),(1071,985478400,5),(1071,1004227200,4),(1071,1017532800,5),(1071,1035676800,4),(1071,1048982400,5),(1071,1067126400,4),(1071,1080432000,5),(1071,1099180800,4),(1071,1111881600,5),(1071,1130630400,4),(1071,1143331200,5),(1071,1162080000,4),(1071,1174780800,5),(1071,1193529600,4),(1071,1206835200,5),(1071,1224979200,4),(1071,1238284800,5),(1071,1256428800,4),(1071,1269734400,5),(1071,1288483200,4),(1071,1301184000,5),(1071,1319932800,4),(1071,1332633600,5),(1071,1351382400,4),(1071,1364688000,5),(1071,1382832000,4),(1071,1396137600,5),(1071,1414281600,4),(1071,1427587200,5),(1071,1445731200,4),(1071,1459036800,5),(1071,1477785600,4),(1071,1490486400,5),(1071,1509235200,4),(1071,1521936000,5),(1071,1540684800,4),(1071,1553990400,5),(1071,1572134400,4),(1071,1585440000,5),(1071,1603584000,4),(1071,1616889600,5),(1071,1635638400,4),(1071,1648339200,5),(1071,1667088000,4),(1071,1679788800,5),(1071,1698537600,4),(1071,1711843200,5),(1071,1729987200,4),(1071,1743292800,5),(1071,1761436800,4),(1071,1774742400,5),(1071,1792886400,4),(1071,1806192000,5),(1071,1824940800,4),(1071,1837641600,5),(1071,1856390400,4),(1071,1869091200,5),(1071,1887840000,4),(1071,1901145600,5),(1071,1919289600,4),(1071,1932595200,5),(1071,1950739200,4),(1071,1964044800,5),(1071,1982793600,4),(1071,1995494400,5),(1071,2014243200,4),(1071,2026944000,5),(1071,2045692800,4),(1071,2058393600,5),(1071,2077142400,4),(1071,2090448000,5),(1071,2108592000,4),(1071,2121897600,5),(1071,2140041600,4),(1072,-1593820800,1),(1072,-1247540400,3),(1072,354916800,2),(1072,370724400,3),(1072,386452800,2),(1072,402260400,3),(1072,417988800,2),(1072,433796400,3),(1072,449611200,2),(1072,465343200,4),(1072,481068000,5),(1072,496792800,4),(1072,512517600,5),(1072,528242400,4),(1072,543967200,5),(1072,559692000,4),(1072,575416800,5),(1072,591141600,4),(1072,606866400,6),(1072,622594800,7),(1072,638319600,6),(1072,654649200,7),(1072,670374000,8),(1072,686102400,9),(1072,695779200,7),(1072,701823600,6),(1072,717548400,7),(1072,733273200,6),(1072,748998000,7),(1072,764722800,6),(1072,780447600,7),(1072,796172400,6),(1072,811897200,7),(1072,828226800,6),(1072,846370800,7),(1072,859676400,6),(1072,877820400,7),(1072,891126000,6),(1072,909270000,7),(1072,922575600,6),(1072,941324400,7),(1072,954025200,6),(1072,972774000,7),(1072,985474800,6),(1072,1004223600,7),(1072,1017529200,6),(1072,1035673200,7),(1072,1048978800,6),(1072,1067122800,7),(1072,1080428400,6),(1072,1099177200,7),(1072,1111878000,6),(1072,1130626800,7),(1072,1143327600,6),(1072,1162076400,7),(1072,1174777200,6),(1072,1193526000,7),(1072,1206831600,6),(1072,1224975600,7),(1072,1238281200,6),(1072,1256425200,7),(1072,1269730800,6),(1072,1288479600,7),(1072,1301180400,4),(1072,1414274400,7),(1072,1459033200,4),(1073,-938905200,1),(1073,-857257200,2),(1073,-844556400,1),(1073,-828226800,2),(1073,-812502000,1),(1073,-796874400,3),(1073,-794714400,0),(1073,-773456400,5),(1073,354920400,4),(1073,370728000,5),(1073,386456400,4),(1073,402264000,5),(1073,417992400,4),(1073,433800000,5),(1073,449614800,4),(1073,465346800,6),(1073,481071600,7),(1073,496796400,6),(1073,512521200,7),(1073,528246000,6),(1073,543970800,7),(1073,559695600,6),(1073,575420400,7),(1073,591145200,6),(1073,606870000,7),(1073,622594800,6),(1073,631141200,5),(1073,646786800,0),(1073,670384800,8),(1073,701827200,9),(1073,717552000,10),(1073,733276800,9),(1073,749001600,10),(1073,764726400,9),(1073,780451200,10),(1073,796176000,9),(1073,811900800,10),(1073,828230400,9),(1073,831934800,13),(1073,846378000,11),(1073,859683600,12),(1073,877827600,11),(1073,891133200,12),(1073,909277200,11),(1073,922582800,12),(1073,941331600,11),(1073,954032400,12),(1073,972781200,11),(1073,985482000,12),(1073,1004230800,11),(1073,1017536400,12),(1073,1035680400,11),(1073,1048986000,12),(1073,1067130000,11),(1073,1080435600,12),(1073,1099184400,11),(1073,1111885200,12),(1073,1130634000,11),(1073,1143334800,12),(1073,1162083600,11),(1073,1174784400,12),(1073,1193533200,11),(1073,1206838800,12),(1073,1224982800,11),(1073,1238288400,12),(1073,1256432400,11),(1073,1269738000,12),(1073,1288486800,11),(1073,1301187600,12),(1073,1319936400,11),(1073,1332637200,12),(1073,1351386000,11),(1073,1364691600,12),(1073,1382835600,11),(1073,1396141200,12),(1073,1414285200,11),(1073,1427590800,12),(1073,1445734800,11),(1073,1459040400,12),(1073,1477789200,11),(1073,1490490000,12),(1073,1509238800,11),(1073,1521939600,12),(1073,1540688400,11),(1073,1553994000,12),(1073,1572138000,11),(1073,1585443600,12),(1073,1603587600,11),(1073,1616893200,12),(1073,1635642000,11),(1073,1648342800,12),(1073,1667091600,11),(1073,1679792400,12),(1073,1698541200,11),(1073,1711846800,12),(1073,1729990800,11),(1073,1743296400,12),(1073,1761440400,11),(1073,1774746000,12),(1073,1792890000,11),(1073,1806195600,12),(1073,1824944400,11),(1073,1837645200,12),(1073,1856394000,11),(1073,1869094800,12),(1073,1887843600,11),(1073,1901149200,12),(1073,1919293200,11),(1073,1932598800,12),(1073,1950742800,11),(1073,1964048400,12),(1073,1982797200,11),(1073,1995498000,12),(1073,2014246800,11),(1073,2026947600,12),(1073,2045696400,11),(1073,2058397200,12),(1073,2077146000,11),(1073,2090451600,12),(1073,2108595600,11),(1073,2121901200,12),(1073,2140045200,11),(1074,-904435200,0),(1074,-891129600,1),(1074,-872985600,0),(1074,-859680000,1),(1074,354675600,2),(1074,370400400,3),(1074,386125200,2),(1074,401850000,3),(1074,417574800,2),(1074,433299600,3),(1074,449024400,2),(1074,465354000,3),(1074,481078800,2),(1074,496803600,3),(1074,512528400,2),(1074,528253200,3),(1074,543978000,2),(1074,559702800,3),(1074,575427600,2),(1074,591152400,3),(1074,606877200,2),(1074,622602000,3),(1074,638326800,2),(1074,654656400,3),(1074,670381200,2),(1074,686106000,3),(1074,701830800,2),(1074,717555600,3),(1074,733280400,2),(1074,749005200,3),(1074,764730000,2),(1074,780454800,3),(1074,796179600,2),(1074,811904400,3),(1074,828234000,2),(1074,846378000,3),(1074,859683600,2),(1074,877827600,3),(1074,891133200,2),(1074,909277200,3),(1074,922582800,2),(1074,941331600,3),(1074,954032400,2),(1074,972781200,3),(1074,985482000,2),(1074,1004230800,3),(1074,1017536400,2),(1074,1035680400,3),(1074,1048986000,2),(1074,1067130000,3),(1074,1080435600,2),(1074,1099184400,3),(1074,1111885200,2),(1074,1130634000,3),(1074,1143334800,2),(1074,1162083600,3),(1074,1174784400,2),(1074,1193533200,3),(1074,1206838800,2),(1074,1224982800,3),(1074,1238288400,2),(1074,1256432400,3),(1074,1269738000,2),(1074,1288486800,3),(1074,1301187600,2),(1074,1319936400,3),(1074,1332637200,2),(1074,1351386000,3),(1074,1364691600,2),(1074,1382835600,3),(1074,1396141200,2),(1074,1414285200,3),(1074,1427590800,2),(1074,1445734800,3),(1074,1459040400,2),(1074,1477789200,3),(1074,1490490000,2),(1074,1509238800,3),(1074,1521939600,2),(1074,1540688400,3),(1074,1553994000,2),(1074,1572138000,3),(1074,1585443600,2),(1074,1603587600,3),(1074,1616893200,2),(1074,1635642000,3),(1074,1648342800,2),(1074,1667091600,3),(1074,1679792400,2),(1074,1698541200,3),(1074,1711846800,2),(1074,1729990800,3),(1074,1743296400,2),(1074,1761440400,3),(1074,1774746000,2),(1074,1792890000,3),(1074,1806195600,2),(1074,1824944400,3),(1074,1837645200,2),(1074,1856394000,3),(1074,1869094800,2),(1074,1887843600,3),(1074,1901149200,2),(1074,1919293200,3),(1074,1932598800,2),(1074,1950742800,3),(1074,1964048400,2),(1074,1982797200,3),(1074,1995498000,2),(1074,2014246800,3),(1074,2026947600,2),(1074,2045696400,3),(1074,2058397200,2),(1074,2077146000,3),(1074,2090451600,2),(1074,2108595600,3),(1074,2121901200,2),(1074,2140045200,3),(1075,-1690765200,0),(1075,-1680487200,1),(1075,-1664758800,0),(1075,-1648951200,1),(1075,-1635123600,0),(1075,-1616896800,1),(1075,-1604278800,0),(1075,-1585533600,1),(1075,-1571014800,0),(1075,-1555293600,1),(1075,-932432400,0),(1075,-857257200,2),(1075,-844556400,3),(1075,-830311200,0),(1075,-828226800,2),(1075,-812502000,3),(1075,-807156000,0),(1075,-798073200,2),(1075,-781052400,0),(1075,-766717200,1),(1075,-750898800,3),(1075,-733359600,2),(1075,-719456400,3),(1075,-701917200,2),(1075,-689209200,3),(1075,-670460400,2),(1075,-114051600,3),(1075,-103168800,1),(1075,-81997200,3),(1075,-71715600,2),(1075,-50547600,3),(1075,-40266000,2),(1075,-18493200,3),(1075,-8211600,2),(1075,12956400,3),(1075,23238000,2),(1075,43801200,3),(1075,54687600,2),(1075,75855600,3),(1075,86742000,2),(1075,107910000,3),(1075,118191600,2),(1075,138754800,3),(1075,149641200,2),(1075,170809200,3),(1075,181090800,2),(1075,202258800,3),(1075,212540400,2),(1075,233103600,3),(1075,243990000,2),(1075,265158000,3),(1075,276044400,2),(1075,296607600,3),(1075,307494000,2),(1075,315529200,1),(1075,323830800,4),(1075,338950800,5),(1075,354675600,4),(1075,370400400,5),(1075,386125200,4),(1075,401850000,5),(1075,417574800,4),(1075,433299600,5),(1075,449024400,4),(1075,465354000,5),(1075,481078800,4),(1075,496803600,5),(1075,512528400,4),(1075,528253200,5),(1075,543978000,4),(1075,559702800,5),(1075,575427600,4),(1075,591152400,5),(1075,606877200,4),(1075,622602000,5),(1075,638326800,4),(1075,654656400,5),(1075,670381200,4),(1075,686106000,5),(1075,701830800,4),(1075,717555600,5),(1075,733280400,4),(1075,749005200,5),(1075,764730000,4),(1075,780454800,5),(1075,796179600,4),(1075,811904400,5),(1075,828234000,4),(1075,846378000,5),(1075,859683600,4),(1075,877827600,5),(1075,891133200,4),(1075,909277200,5),(1075,922582800,4),(1075,941331600,5),(1075,954032400,4),(1075,972781200,5),(1075,985482000,4),(1075,1004230800,5),(1075,1017536400,4),(1075,1035680400,5),(1075,1048986000,4),(1075,1067130000,5),(1075,1080435600,4),(1075,1099184400,5),(1075,1111885200,4),(1075,1130634000,5),(1075,1143334800,4),(1075,1162083600,5),(1075,1174784400,4),(1075,1193533200,5),(1075,1206838800,4),(1075,1224982800,5),(1075,1238288400,4),(1075,1256432400,5),(1075,1269738000,4),(1075,1288486800,5),(1075,1301187600,4),(1075,1319936400,5),(1075,1332637200,4),(1075,1351386000,5),(1075,1364691600,4),(1075,1382835600,5),(1075,1396141200,4),(1075,1414285200,5),(1075,1427590800,4),(1075,1445734800,5),(1075,1459040400,4),(1075,1477789200,5),(1075,1490490000,4),(1075,1509238800,5),(1075,1521939600,4),(1075,1540688400,5),(1075,1553994000,4),(1075,1572138000,5),(1075,1585443600,4),(1075,1603587600,5),(1075,1616893200,4),(1075,1635642000,5),(1075,1648342800,4),(1075,1667091600,5),(1075,1679792400,4),(1075,1698541200,5),(1075,1711846800,4),(1075,1729990800,5),(1075,1743296400,4),(1075,1761440400,5),(1075,1774746000,4),(1075,1792890000,5),(1075,1806195600,4),(1075,1824944400,5),(1075,1837645200,4),(1075,1856394000,5),(1075,1869094800,4),(1075,1887843600,5),(1075,1901149200,4),(1075,1919293200,5),(1075,1932598800,4),(1075,1950742800,5),(1075,1964048400,4),(1075,1982797200,5),(1075,1995498000,4),(1075,2014246800,5),(1075,2026947600,4),(1075,2045696400,5),(1075,2058397200,4),(1075,2077146000,5),(1075,2090451600,4),(1075,2108595600,5),(1075,2121901200,4),(1075,2140045200,5),(1076,-1693706400,0),(1076,-1680483600,1),(1076,-1663455600,2),(1076,-1650150000,3),(1076,-1632006000,2),(1076,-1618700400,3),(1076,-1577926800,1),(1076,-1569711600,2),(1076,-1555801200,3),(1076,-938905200,2),(1076,-857257200,3),(1076,-844556400,2),(1076,-828226800,3),(1076,-812502000,2),(1076,-796777200,3),(1076,-781052400,2),(1076,-780188400,3),(1076,-757386000,1),(1076,-748479600,2),(1076,-733273200,3),(1076,-717634800,2),(1076,-701910000,3),(1076,-684975600,2),(1076,-670460400,3),(1076,323823600,0),(1076,338940000,1),(1076,354675600,4),(1076,370400400,5),(1076,386125200,4),(1076,401850000,5),(1076,417574800,4),(1076,433299600,5),(1076,449024400,4),(1076,465354000,5),(1076,481078800,4),(1076,496803600,5),(1076,512528400,4),(1076,528253200,5),(1076,543978000,4),(1076,559702800,5),(1076,575427600,4),(1076,591152400,5),(1076,606877200,4),(1076,622602000,5),(1076,638326800,4),(1076,654656400,5),(1076,670381200,4),(1076,686106000,5),(1076,701830800,4),(1076,717555600,5),(1076,733280400,4),(1076,749005200,5),(1076,764730000,4),(1076,780454800,5),(1076,796179600,4),(1076,811904400,5),(1076,828234000,4),(1076,846378000,5),(1076,859683600,4),(1076,877827600,5),(1076,891133200,4),(1076,909277200,5),(1076,922582800,4),(1076,941331600,5),(1076,954032400,4),(1076,972781200,5),(1076,985482000,4),(1076,1004230800,5),(1076,1017536400,4),(1076,1035680400,5),(1076,1048986000,4),(1076,1067130000,5),(1076,1080435600,4),(1076,1099184400,5),(1076,1111885200,4),(1076,1130634000,5),(1076,1143334800,4),(1076,1162083600,5),(1076,1174784400,4),(1076,1193533200,5),(1076,1206838800,4),(1076,1224982800,5),(1076,1238288400,4),(1076,1256432400,5),(1076,1269738000,4),(1076,1288486800,5),(1076,1301187600,4),(1076,1319936400,5),(1076,1332637200,4),(1076,1351386000,5),(1076,1364691600,4),(1076,1382835600,5),(1076,1396141200,4),(1076,1414285200,5),(1076,1427590800,4),(1076,1445734800,5),(1076,1459040400,4),(1076,1477789200,5),(1076,1490490000,4),(1076,1509238800,5),(1076,1521939600,4),(1076,1540688400,5),(1076,1553994000,4),(1076,1572138000,5),(1076,1585443600,4),(1076,1603587600,5),(1076,1616893200,4),(1076,1635642000,5),(1076,1648342800,4),(1076,1667091600,5),(1076,1679792400,4),(1076,1698541200,5),(1076,1711846800,4),(1076,1729990800,5),(1076,1743296400,4),(1076,1761440400,5),(1076,1774746000,4),(1076,1792890000,5),(1076,1806195600,4),(1076,1824944400,5),(1076,1837645200,4),(1076,1856394000,5),(1076,1869094800,4),(1076,1887843600,5),(1076,1901149200,4),(1076,1919293200,5),(1076,1932598800,4),(1076,1950742800,5),(1076,1964048400,4),(1076,1982797200,5),(1076,1995498000,4),(1076,2014246800,5),(1076,2026947600,4),(1076,2045696400,5),(1076,2058397200,4),(1076,2077146000,5),(1076,2090451600,4),(1076,2108595600,5),(1076,2121901200,4),(1076,2140045200,5),(1077,-1672536240,1),(1077,-1585100136,2),(1077,-1561251600,3),(1077,-1553565600,2),(1077,-928198800,4),(1077,-900126000,7),(1077,-857257200,5),(1077,-844556400,6),(1077,-828226800,5),(1077,-812502000,6),(1077,-802144800,4),(1077,354920400,8),(1077,370728000,4),(1077,386456400,8),(1077,402264000,4),(1077,417992400,8),(1077,433800000,4),(1077,449614800,8),(1077,465346800,9),(1077,481071600,10),(1077,496796400,9),(1077,512521200,10),(1077,528246000,9),(1077,543970800,10),(1077,559695600,9),(1077,575420400,10),(1077,591145200,9),(1077,606870000,11),(1077,622598400,12),(1077,638323200,11),(1077,654652800,12),(1077,670377600,11),(1077,686102400,12),(1077,701827200,11),(1077,717552000,12),(1077,733276800,11),(1077,749001600,12),(1077,764726400,11),(1077,780451200,12),(1077,796176000,11),(1077,811900800,12),(1077,828230400,11),(1077,846374400,12),(1077,859680000,11),(1077,877824000,12),(1077,883605600,3),(1077,891133200,13),(1077,909277200,14),(1077,922582800,13),(1077,941331600,15),(1077,1041372000,3),(1077,1048986000,16),(1077,1067130000,15),(1077,1080435600,16),(1077,1099184400,15),(1077,1111885200,16),(1077,1130634000,15),(1077,1143334800,16),(1077,1162083600,15),(1077,1174784400,16),(1077,1193533200,15),(1077,1206838800,16),(1077,1224982800,15),(1077,1238288400,16),(1077,1256432400,15),(1077,1269738000,16),(1077,1288486800,15),(1077,1301187600,16),(1077,1319936400,15),(1077,1332637200,16),(1077,1351386000,15),(1077,1364691600,16),(1077,1382835600,15),(1077,1396141200,16),(1077,1414285200,15),(1077,1427590800,16),(1077,1445734800,15),(1077,1459040400,16),(1077,1477789200,15),(1077,1490490000,16),(1077,1509238800,15),(1077,1521939600,16),(1077,1540688400,15),(1077,1553994000,16),(1077,1572138000,15),(1077,1585443600,16),(1077,1603587600,15),(1077,1616893200,16),(1077,1635642000,15),(1077,1648342800,16),(1077,1667091600,15),(1077,1679792400,16),(1077,1698541200,15),(1077,1711846800,16),(1077,1729990800,15),(1077,1743296400,16),(1077,1761440400,15),(1077,1774746000,16),(1077,1792890000,15),(1077,1806195600,16),(1077,1824944400,15),(1077,1837645200,16),(1077,1856394000,15),(1077,1869094800,16),(1077,1887843600,15),(1077,1901149200,16),(1077,1919293200,15),(1077,1932598800,16),(1077,1950742800,15),(1077,1964048400,16),(1077,1982797200,15),(1077,1995498000,16),(1077,2014246800,15),(1077,2026947600,16),(1077,2045696400,15),(1077,2058397200,16),(1077,2077146000,15),(1077,2090451600,16),(1077,2108595600,15),(1077,2121901200,16),(1077,2140045200,15),(1078,-1577761060,1),(1078,-1247540400,2),(1078,354916800,3),(1078,370724400,2),(1078,386452800,3),(1078,402260400,2),(1078,417988800,3),(1078,433796400,2),(1078,449611200,3),(1078,465343200,4),(1078,481068000,5),(1078,496792800,4),(1078,512517600,5),(1078,528242400,4),(1078,543967200,5),(1078,559692000,4),(1078,575416800,6),(1078,591145200,7),(1078,606870000,6),(1078,622594800,7),(1078,638319600,6),(1078,654649200,7),(1078,670374000,4),(1078,701820000,6),(1078,717548400,7),(1078,733273200,6),(1078,748998000,7),(1078,764722800,6),(1078,780447600,7),(1078,796172400,6),(1078,811897200,7),(1078,828226800,6),(1078,846370800,7),(1078,859676400,6),(1078,877820400,7),(1078,891126000,6),(1078,909270000,7),(1078,922575600,6),(1078,941324400,7),(1078,954025200,6),(1078,972774000,7),(1078,985474800,6),(1078,1004223600,7),(1078,1017529200,6),(1078,1035673200,7),(1078,1048978800,6),(1078,1067122800,7),(1078,1080428400,6),(1078,1099177200,7),(1078,1111878000,6),(1078,1130626800,7),(1078,1143327600,6),(1078,1162076400,7),(1078,1174777200,6),(1078,1193526000,7),(1078,1206831600,6),(1078,1224975600,7),(1078,1238281200,6),(1078,1256425200,7),(1078,1269730800,6),(1078,1288479600,7),(1078,1301180400,4),(1078,1414274400,7),(1078,1540681200,4),(1078,1609020000,7),(1079,-1717032240,2),(1079,-1693706400,1),(1079,-1680483600,2),(1079,-1663455600,3),(1079,-1650150000,4),(1079,-1632006000,3),(1079,-1618700400,7),(1079,-1600473600,5),(1079,-1587168000,6),(1079,-1501725600,2),(1079,-931734000,1),(1079,-857257200,4),(1079,-844556400,3),(1079,-828226800,4),(1079,-812502000,3),(1079,-796874400,1),(1079,-796608000,2),(1079,-778726800,1),(1079,-762660000,2),(1079,-748486800,3),(1079,-733273200,4),(1079,-715215600,3),(1079,-701910000,4),(1079,-684975600,3),(1079,-670460400,4),(1079,-654130800,3),(1079,-639010800,4),(1079,-397094400,3),(1079,-386812800,4),(1079,-371088000,3),(1079,-355363200,4),(1079,-334195200,3),(1079,-323308800,4),(1079,-307584000,3),(1079,-291859200,4),(1079,-271296000,3),(1079,-260409600,4),(1079,-239846400,3),(1079,-228960000,4),(1079,-208396800,3),(1079,-197510400,4),(1079,-176342400,3),(1079,-166060800,4),(1079,220921200,2),(1079,228873600,3),(1079,243993600,4),(1079,260323200,3),(1079,276048000,4),(1079,291772800,3),(1079,307497600,4),(1079,323827200,3),(1079,338947200,4),(1079,354672000,3),(1079,370396800,4),(1079,386121600,3),(1079,401846400,4),(1079,417571200,3),(1079,433296000,4),(1079,449020800,3),(1079,465350400,4),(1079,481075200,3),(1079,496800000,4),(1079,512524800,3),(1079,528249600,4),(1079,543974400,3),(1079,559699200,4),(1079,567990000,2),(1079,575427600,8),(1079,591152400,9),(1079,606877200,8),(1079,622602000,9),(1079,638326800,8),(1079,654656400,9),(1079,670381200,8),(1079,686106000,9),(1079,701830800,8),(1079,717555600,9),(1079,733280400,8),(1079,749005200,9),(1079,764730000,8),(1079,780454800,9),(1079,796179600,8),(1079,811904400,9),(1079,828234000,8),(1079,846378000,9),(1079,859683600,8),(1079,877827600,9),(1079,891133200,8),(1079,909277200,9),(1079,922582800,8),(1079,941331600,9),(1079,954032400,8),(1079,972781200,9),(1079,985482000,8),(1079,1004230800,9),(1079,1017536400,8),(1079,1035680400,9),(1079,1048986000,8),(1079,1067130000,9),(1079,1080435600,8),(1079,1099184400,9),(1079,1111885200,8),(1079,1130634000,9),(1079,1143334800,8),(1079,1162083600,9),(1079,1174784400,8),(1079,1193533200,9),(1079,1206838800,8),(1079,1224982800,9),(1079,1238288400,8),(1079,1256432400,9),(1079,1269738000,8),(1079,1288486800,9),(1079,1301187600,8),(1079,1319936400,9),(1079,1332637200,8),(1079,1351386000,9),(1079,1364691600,8),(1079,1382835600,9),(1079,1396141200,8),(1079,1414285200,9),(1079,1427590800,8),(1079,1445734800,9),(1079,1459040400,8),(1079,1477789200,9),(1079,1490490000,8),(1079,1509238800,9),(1079,1521939600,8),(1079,1540688400,9),(1079,1553994000,8),(1079,1572138000,9),(1079,1585443600,8),(1079,1603587600,9),(1079,1616893200,8),(1079,1635642000,9),(1079,1648342800,8),(1079,1667091600,9),(1079,1679792400,8),(1079,1698541200,9),(1079,1711846800,8),(1079,1729990800,9),(1079,1743296400,8),(1079,1761440400,9),(1079,1774746000,8),(1079,1792890000,9),(1079,1806195600,8),(1079,1824944400,9),(1079,1837645200,8),(1079,1856394000,9),(1079,1869094800,8),(1079,1887843600,9),(1079,1901149200,8),(1079,1919293200,9),(1079,1932598800,8),(1079,1950742800,9),(1079,1964048400,8),(1079,1982797200,9),(1079,1995498000,8),(1079,2014246800,9),(1079,2026947600,8),(1079,2045696400,9),(1079,2058397200,8),(1079,2077146000,9),(1079,2090451600,8),(1079,2108595600,9),(1079,2121901200,8),(1079,2140045200,9),(1080,-905824800,3),(1080,-857257200,1),(1080,-844556400,2),(1080,-828226800,1),(1080,-812502000,2),(1080,-796777200,1),(1080,-788922000,0),(1080,-777942000,2),(1080,-766623600,1),(1080,407199600,0),(1080,417574800,4),(1080,433299600,5),(1080,449024400,4),(1080,465354000,5),(1080,481078800,4),(1080,496803600,5),(1080,512528400,4),(1080,528253200,5),(1080,543978000,4),(1080,559702800,5),(1080,575427600,4),(1080,591152400,5),(1080,606877200,4),(1080,622602000,5),(1080,638326800,4),(1080,654656400,5),(1080,670381200,4),(1080,686106000,5),(1080,701830800,4),(1080,717555600,5),(1080,733280400,4),(1080,749005200,5),(1080,764730000,4),(1080,780454800,5),(1080,796179600,4),(1080,811904400,5),(1080,828234000,4),(1080,846378000,5),(1080,859683600,4),(1080,877827600,5),(1080,891133200,4),(1080,909277200,5),(1080,922582800,4),(1080,941331600,5),(1080,954032400,4),(1080,972781200,5),(1080,985482000,4),(1080,1004230800,5),(1080,1017536400,4),(1080,1035680400,5),(1080,1048986000,4),(1080,1067130000,5),(1080,1080435600,4),(1080,1099184400,5),(1080,1111885200,4),(1080,1130634000,5),(1080,1143334800,4),(1080,1162083600,5),(1080,1174784400,4),(1080,1193533200,5),(1080,1206838800,4),(1080,1224982800,5),(1080,1238288400,4),(1080,1256432400,5),(1080,1269738000,4),(1080,1288486800,5),(1080,1301187600,4),(1080,1319936400,5),(1080,1332637200,4),(1080,1351386000,5),(1080,1364691600,4),(1080,1382835600,5),(1080,1396141200,4),(1080,1414285200,5),(1080,1427590800,4),(1080,1445734800,5),(1080,1459040400,4),(1080,1477789200,5),(1080,1490490000,4),(1080,1509238800,5),(1080,1521939600,4),(1080,1540688400,5),(1080,1553994000,4),(1080,1572138000,5),(1080,1585443600,4),(1080,1603587600,5),(1080,1616893200,4),(1080,1635642000,5),(1080,1648342800,4),(1080,1667091600,5),(1080,1679792400,4),(1080,1698541200,5),(1080,1711846800,4),(1080,1729990800,5),(1080,1743296400,4),(1080,1761440400,5),(1080,1774746000,4),(1080,1792890000,5),(1080,1806195600,4),(1080,1824944400,5),(1080,1837645200,4),(1080,1856394000,5),(1080,1869094800,4),(1080,1887843600,5),(1080,1901149200,4),(1080,1919293200,5),(1080,1932598800,4),(1080,1950742800,5),(1080,1964048400,4),(1080,1982797200,5),(1080,1995498000,4),(1080,2014246800,5),(1080,2026947600,4),(1080,2045696400,5),(1080,2058397200,4),(1080,2077146000,5),(1080,2090451600,4),(1080,2108595600,5),(1080,2121901200,4),(1080,2140045200,5),(1081,-1441160400,1),(1081,-1247536800,2),(1081,-894769200,5),(1081,-857257200,3),(1081,-844556400,4),(1081,-828226800,3),(1081,-826419600,2),(1081,354920400,6),(1081,370728000,2),(1081,386456400,6),(1081,402264000,2),(1081,417992400,6),(1081,433800000,2),(1081,449614800,6),(1081,465346800,7),(1081,481071600,8),(1081,496796400,7),(1081,512521200,8),(1081,528246000,7),(1081,543970800,8),(1081,559695600,7),(1081,575420400,8),(1081,591145200,7),(1081,606870000,8),(1081,622594800,7),(1081,638319600,8),(1081,654649200,7),(1081,670374000,9),(1081,686091600,1),(1081,701827200,10),(1081,717552000,11),(1081,733276800,10),(1081,749001600,11),(1081,764726400,10),(1081,780451200,11),(1081,796176000,10),(1081,811900800,11),(1081,828230400,10),(1081,831934800,9),(1081,846378000,12),(1081,859683600,13),(1081,877827600,12),(1081,891133200,13),(1081,909277200,12),(1081,922582800,13),(1081,941331600,12),(1081,954032400,13),(1081,972781200,12),(1081,985482000,13),(1081,1004230800,12),(1081,1017536400,13),(1081,1035680400,12),(1081,1048986000,13),(1081,1067130000,12),(1081,1080435600,13),(1081,1099184400,12),(1081,1111885200,13),(1081,1130634000,12),(1081,1143334800,13),(1081,1162083600,12),(1081,1174784400,13),(1081,1193533200,12),(1081,1206838800,13),(1081,1224982800,12),(1081,1238288400,13),(1081,1256432400,12),(1081,1269738000,13),(1081,1288486800,12),(1081,1301187600,13),(1081,1319936400,12),(1081,1332637200,13),(1081,1351386000,12),(1081,1364691600,13),(1081,1382835600,12),(1081,1396141200,13),(1081,1414285200,12),(1081,1427590800,13),(1081,1445734800,12),(1081,1459040400,13),(1081,1477789200,12),(1081,1490490000,13),(1081,1509238800,12),(1081,1521939600,13),(1081,1540688400,12),(1081,1553994000,13),(1081,1572138000,12),(1081,1585443600,13),(1081,1603587600,12),(1081,1616893200,13),(1081,1635642000,12),(1081,1648342800,13),(1081,1667091600,12),(1081,1679792400,13),(1081,1698541200,12),(1081,1711846800,13),(1081,1729990800,12),(1081,1743296400,13),(1081,1761440400,12),(1081,1774746000,13),(1081,1792890000,12),(1081,1806195600,13),(1081,1824944400,12),(1081,1837645200,13),(1081,1856394000,12),(1081,1869094800,13),(1081,1887843600,12),(1081,1901149200,13),(1081,1919293200,12),(1081,1932598800,13),(1081,1950742800,12),(1081,1964048400,13),(1081,1982797200,12),(1081,1995498000,13),(1081,2014246800,12),(1081,2026947600,13),(1081,2045696400,12),(1081,2058397200,13),(1081,2077146000,12),(1081,2090451600,13),(1081,2108595600,12),(1081,2121901200,13),(1081,2140045200,12),(1082,-904435200,0),(1082,-891129600,1),(1082,-872985600,0),(1082,-859680000,1),(1082,354675600,2),(1082,370400400,3),(1082,386125200,2),(1082,401850000,3),(1082,417574800,2),(1082,433299600,3),(1082,449024400,2),(1082,465354000,3),(1082,481078800,2),(1082,496803600,3),(1082,512528400,2),(1082,528253200,3),(1082,543978000,2),(1082,559702800,3),(1082,575427600,2),(1082,591152400,3),(1082,606877200,2),(1082,622602000,3),(1082,638326800,2),(1082,654656400,3),(1082,670381200,2),(1082,686106000,3),(1082,701830800,2),(1082,717555600,3),(1082,733280400,2),(1082,749005200,3),(1082,764730000,2),(1082,780454800,3),(1082,796179600,2),(1082,811904400,3),(1082,828234000,2),(1082,846378000,3),(1082,859683600,2),(1082,877827600,3),(1082,891133200,2),(1082,909277200,3),(1082,922582800,2),(1082,941331600,3),(1082,954032400,2),(1082,972781200,3),(1082,985482000,2),(1082,1004230800,3),(1082,1017536400,2),(1082,1035680400,3),(1082,1048986000,2),(1082,1067130000,3),(1082,1080435600,2),(1082,1099184400,3),(1082,1111885200,2),(1082,1130634000,3),(1082,1143334800,2),(1082,1162083600,3),(1082,1174784400,2),(1082,1193533200,3),(1082,1206838800,2),(1082,1224982800,3),(1082,1238288400,2),(1082,1256432400,3),(1082,1269738000,2),(1082,1288486800,3),(1082,1301187600,2),(1082,1319936400,3),(1082,1332637200,2),(1082,1351386000,3),(1082,1364691600,2),(1082,1382835600,3),(1082,1396141200,2),(1082,1414285200,3),(1082,1427590800,2),(1082,1445734800,3),(1082,1459040400,2),(1082,1477789200,3),(1082,1490490000,2),(1082,1509238800,3),(1082,1521939600,2),(1082,1540688400,3),(1082,1553994000,2),(1082,1572138000,3),(1082,1585443600,2),(1082,1603587600,3),(1082,1616893200,2),(1082,1635642000,3),(1082,1648342800,2),(1082,1667091600,3),(1082,1679792400,2),(1082,1698541200,3),(1082,1711846800,2),(1082,1729990800,3),(1082,1743296400,2),(1082,1761440400,3),(1082,1774746000,2),(1082,1792890000,3),(1082,1806195600,2),(1082,1824944400,3),(1082,1837645200,2),(1082,1856394000,3),(1082,1869094800,2),(1082,1887843600,3),(1082,1901149200,2),(1082,1919293200,3),(1082,1932598800,2),(1082,1950742800,3),(1082,1964048400,2),(1082,1982797200,3),(1082,1995498000,2),(1082,2014246800,3),(1082,2026947600,2),(1082,2045696400,3),(1082,2058397200,2),(1082,2077146000,3),(1082,2090451600,2),(1082,2108595600,3),(1082,2121901200,2),(1082,2140045200,3),(1083,-1691964000,0),(1083,-1680472800,1),(1083,-1664143200,0),(1083,-1650146400,1),(1083,-1633903200,0),(1083,-1617487200,1),(1083,-1601848800,0),(1083,-1586037600,1),(1083,-1570399200,0),(1083,-1552168800,1),(1083,-1538344800,0),(1083,-1522533600,1),(1083,-1507500000,0),(1083,-1490565600,1),(1083,-1473631200,0),(1083,-1460930400,1),(1083,-1442786400,0),(1083,-1428876000,1),(1083,-1410732000,0),(1083,-1396216800,1),(1083,-1379282400,0),(1083,-1364767200,1),(1083,-1348437600,0),(1083,-1333317600,1),(1083,-1315778400,0),(1083,-1301263200,1),(1083,-1284328800,0),(1083,-1269813600,1),(1083,-1253484000,0),(1083,-1238364000,1),(1083,-1221429600,0),(1083,-1206914400,1),(1083,-1189980000,0),(1083,-1175464800,1),(1083,-1159135200,0),(1083,-1143410400,1),(1083,-1126476000,0),(1083,-1111960800,1),(1083,-1095631200,0),(1083,-1080511200,1),(1083,-1063576800,0),(1083,-1049061600,1),(1083,-1032127200,0),(1083,-1017612000,1),(1083,-1001282400,0),(1083,-986162400,1),(1083,-969228000,0),(1083,-950479200,1),(1083,-942012000,0),(1083,-904518000,2),(1083,-896050800,0),(1083,-875487600,2),(1083,-864601200,0),(1083,-844038000,2),(1083,-832546800,0),(1083,-812588400,2),(1083,-798073200,0),(1083,-781052400,2),(1083,-772066800,0),(1083,-764805600,1),(1083,-748476000,0),(1083,-733356000,1),(1083,-719445600,0),(1083,-717030000,2),(1083,-706748400,0),(1083,-699487200,1),(1083,-687996000,0),(1083,-668037600,1),(1083,-654732000,0),(1083,-636588000,1),(1083,-622072800,0),(1083,-605743200,1),(1083,-590623200,0),(1083,-574293600,1),(1083,-558568800,0),(1083,-542239200,1),(1083,-527119200,0),(1083,-512604000,1),(1083,-496274400,0),(1083,-481154400,1),(1083,-464220000,0),(1083,-449704800,1),(1083,-432165600,0),(1083,-417650400,1),(1083,-401320800,0),(1083,-386200800,1),(1083,-369266400,0),(1083,-354751200,1),(1083,-337816800,0),(1083,-323301600,1),(1083,-306972000,0),(1083,-291852000,1),(1083,-276732000,0),(1083,-257983200,1),(1083,-245282400,0),(1083,-226533600,1),(1083,-213228000,0),(1083,-195084000,1),(1083,-182383200,0),(1083,-163634400,1),(1083,-150933600,0),(1083,-132184800,1),(1083,-119484000,0),(1083,-100735200,1),(1083,-88034400,0),(1083,-68680800,1),(1083,-59004000,0),(1083,-37242000,3),(1083,57722400,5),(1083,69818400,0),(1083,89172000,1),(1083,101268000,0),(1083,120621600,1),(1083,132717600,0),(1083,152071200,1),(1083,164167200,0),(1083,183520800,1),(1083,196221600,0),(1083,214970400,1),(1083,227671200,0),(1083,246420000,1),(1083,259120800,0),(1083,278474400,1),(1083,290570400,0),(1083,309924000,1),(1083,322020000,0),(1083,341373600,1),(1083,354675600,4),(1083,372819600,5),(1083,386125200,4),(1083,404269200,5),(1083,417574800,4),(1083,435718800,5),(1083,449024400,4),(1083,467773200,5),(1083,481078800,4),(1083,499222800,5),(1083,512528400,4),(1083,530672400,5),(1083,543978000,4),(1083,562122000,5),(1083,575427600,4),(1083,593571600,5),(1083,606877200,4),(1083,625626000,5),(1083,638326800,4),(1083,657075600,5),(1083,670381200,4),(1083,688525200,5),(1083,701830800,4),(1083,719974800,5),(1083,733280400,4),(1083,751424400,5),(1083,764730000,4),(1083,782874000,5),(1083,796179600,4),(1083,814323600,5),(1083,820454400,6),(1083,828234000,4),(1083,846378000,5),(1083,859683600,4),(1083,877827600,5),(1083,891133200,4),(1083,909277200,5),(1083,922582800,4),(1083,941331600,5),(1083,954032400,4),(1083,972781200,5),(1083,985482000,4),(1083,1004230800,5),(1083,1017536400,4),(1083,1035680400,5),(1083,1048986000,4),(1083,1067130000,5),(1083,1080435600,4),(1083,1099184400,5),(1083,1111885200,4),(1083,1130634000,5),(1083,1143334800,4),(1083,1162083600,5),(1083,1174784400,4),(1083,1193533200,5),(1083,1206838800,4),(1083,1224982800,5),(1083,1238288400,4),(1083,1256432400,5),(1083,1269738000,4),(1083,1288486800,5),(1083,1301187600,4),(1083,1319936400,5),(1083,1332637200,4),(1083,1351386000,5),(1083,1364691600,4),(1083,1382835600,5),(1083,1396141200,4),(1083,1414285200,5),(1083,1427590800,4),(1083,1445734800,5),(1083,1459040400,4),(1083,1477789200,5),(1083,1490490000,4),(1083,1509238800,5),(1083,1521939600,4),(1083,1540688400,5),(1083,1553994000,4),(1083,1572138000,5),(1083,1585443600,4),(1083,1603587600,5),(1083,1616893200,4),(1083,1635642000,5),(1083,1648342800,4),(1083,1667091600,5),(1083,1679792400,4),(1083,1698541200,5),(1083,1711846800,4),(1083,1729990800,5),(1083,1743296400,4),(1083,1761440400,5),(1083,1774746000,4),(1083,1792890000,5),(1083,1806195600,4),(1083,1824944400,5),(1083,1837645200,4),(1083,1856394000,5),(1083,1869094800,4),(1083,1887843600,5),(1083,1901149200,4),(1083,1919293200,5),(1083,1932598800,4),(1083,1950742800,5),(1083,1964048400,4),(1083,1982797200,5),(1083,1995498000,4),(1083,2014246800,5),(1083,2026947600,4),(1083,2045696400,5),(1083,2058397200,4),(1083,2077146000,5),(1083,2090451600,4),(1083,2108595600,5),(1083,2121901200,4),(1083,2140045200,5),(1084,-1691964000,0),(1084,-1680472800,1),(1084,-1664143200,0),(1084,-1650146400,1),(1084,-1633903200,0),(1084,-1617487200,1),(1084,-1601848800,0),(1084,-1586037600,1),(1084,-1570399200,0),(1084,-1552168800,1),(1084,-1538344800,0),(1084,-1522533600,1),(1084,-1507500000,0),(1084,-1490565600,1),(1084,-1473631200,0),(1084,-1460930400,1),(1084,-1442786400,0),(1084,-1428876000,1),(1084,-1410732000,0),(1084,-1396216800,1),(1084,-1379282400,0),(1084,-1364767200,1),(1084,-1348437600,0),(1084,-1333317600,1),(1084,-1315778400,0),(1084,-1301263200,1),(1084,-1284328800,0),(1084,-1269813600,1),(1084,-1253484000,0),(1084,-1238364000,1),(1084,-1221429600,0),(1084,-1206914400,1),(1084,-1189980000,0),(1084,-1175464800,1),(1084,-1159135200,0),(1084,-1143410400,1),(1084,-1126476000,0),(1084,-1111960800,1),(1084,-1095631200,0),(1084,-1080511200,1),(1084,-1063576800,0),(1084,-1049061600,1),(1084,-1032127200,0),(1084,-1017612000,1),(1084,-1001282400,0),(1084,-986162400,1),(1084,-969228000,0),(1084,-950479200,1),(1084,-942012000,0),(1084,-904518000,2),(1084,-896050800,0),(1084,-875487600,2),(1084,-864601200,0),(1084,-844038000,2),(1084,-832546800,0),(1084,-812588400,2),(1084,-798073200,0),(1084,-781052400,2),(1084,-772066800,0),(1084,-764805600,1),(1084,-748476000,0),(1084,-733356000,1),(1084,-719445600,0),(1084,-717030000,2),(1084,-706748400,0),(1084,-699487200,1),(1084,-687996000,0),(1084,-668037600,1),(1084,-654732000,0),(1084,-636588000,1),(1084,-622072800,0),(1084,-605743200,1),(1084,-590623200,0),(1084,-574293600,1),(1084,-558568800,0),(1084,-542239200,1),(1084,-527119200,0),(1084,-512604000,1),(1084,-496274400,0),(1084,-481154400,1),(1084,-464220000,0),(1084,-449704800,1),(1084,-432165600,0),(1084,-417650400,1),(1084,-401320800,0),(1084,-386200800,1),(1084,-369266400,0),(1084,-354751200,1),(1084,-337816800,0),(1084,-323301600,1),(1084,-306972000,0),(1084,-291852000,1),(1084,-276732000,0),(1084,-257983200,1),(1084,-245282400,0),(1084,-226533600,1),(1084,-213228000,0),(1084,-195084000,1),(1084,-182383200,0),(1084,-163634400,1),(1084,-150933600,0),(1084,-132184800,1),(1084,-119484000,0),(1084,-100735200,1),(1084,-88034400,0),(1084,-68680800,1),(1084,-59004000,0),(1084,-37242000,3),(1084,57722400,5),(1084,69818400,0),(1084,89172000,1),(1084,101268000,0),(1084,120621600,1),(1084,132717600,0),(1084,152071200,1),(1084,164167200,0),(1084,183520800,1),(1084,196221600,0),(1084,214970400,1),(1084,227671200,0),(1084,246420000,1),(1084,259120800,0),(1084,278474400,1),(1084,290570400,0),(1084,309924000,1),(1084,322020000,0),(1084,341373600,1),(1084,354675600,4),(1084,372819600,5),(1084,386125200,4),(1084,404269200,5),(1084,417574800,4),(1084,435718800,5),(1084,449024400,4),(1084,467773200,5),(1084,481078800,4),(1084,499222800,5),(1084,512528400,4),(1084,530672400,5),(1084,543978000,4),(1084,562122000,5),(1084,575427600,4),(1084,593571600,5),(1084,606877200,4),(1084,625626000,5),(1084,638326800,4),(1084,657075600,5),(1084,670381200,4),(1084,688525200,5),(1084,701830800,4),(1084,719974800,5),(1084,733280400,4),(1084,751424400,5),(1084,764730000,4),(1084,782874000,5),(1084,796179600,4),(1084,814323600,5),(1084,820454400,6),(1084,828234000,4),(1084,846378000,5),(1084,859683600,4),(1084,877827600,5),(1084,891133200,4),(1084,909277200,5),(1084,922582800,4),(1084,941331600,5),(1084,954032400,4),(1084,972781200,5),(1084,985482000,4),(1084,1004230800,5),(1084,1017536400,4),(1084,1035680400,5),(1084,1048986000,4),(1084,1067130000,5),(1084,1080435600,4),(1084,1099184400,5),(1084,1111885200,4),(1084,1130634000,5),(1084,1143334800,4),(1084,1162083600,5),(1084,1174784400,4),(1084,1193533200,5),(1084,1206838800,4),(1084,1224982800,5),(1084,1238288400,4),(1084,1256432400,5),(1084,1269738000,4),(1084,1288486800,5),(1084,1301187600,4),(1084,1319936400,5),(1084,1332637200,4),(1084,1351386000,5),(1084,1364691600,4),(1084,1382835600,5),(1084,1396141200,4),(1084,1414285200,5),(1084,1427590800,4),(1084,1445734800,5),(1084,1459040400,4),(1084,1477789200,5),(1084,1490490000,4),(1084,1509238800,5),(1084,1521939600,4),(1084,1540688400,5),(1084,1553994000,4),(1084,1572138000,5),(1084,1585443600,4),(1084,1603587600,5),(1084,1616893200,4),(1084,1635642000,5),(1084,1648342800,4),(1084,1667091600,5),(1084,1679792400,4),(1084,1698541200,5),(1084,1711846800,4),(1084,1729990800,5),(1084,1743296400,4),(1084,1761440400,5),(1084,1774746000,4),(1084,1792890000,5),(1084,1806195600,4),(1084,1824944400,5),(1084,1837645200,4),(1084,1856394000,5),(1084,1869094800,4),(1084,1887843600,5),(1084,1901149200,4),(1084,1919293200,5),(1084,1932598800,4),(1084,1950742800,5),(1084,1964048400,4),(1084,1982797200,5),(1084,1995498000,4),(1084,2014246800,5),(1084,2026947600,4),(1084,2045696400,5),(1084,2058397200,4),(1084,2077146000,5),(1084,2090451600,4),(1084,2108595600,5),(1084,2121901200,4),(1084,2140045200,5),(1091,-2056690800,1),(1091,-900910800,2),(1091,-891579600,3),(1091,-884248200,4),(1091,-761209200,1),(1091,-747907200,2),(1091,-728541000,5),(1091,-717049800,6),(1091,-697091400,5),(1091,-683785800,6),(1091,-668061000,5),(1091,-654755400,2),(1091,-636611400,5),(1091,-623305800,2),(1091,-605161800,5),(1091,-591856200,2),(1091,-573712200,5),(1091,-559801800,2),(1091,-541657800,5),(1091,-528352200,2),(1091,-510211800,1),(1091,-498112200,2),(1091,-478762200,1),(1091,-466662600,2),(1091,-446707800,1),(1091,-435213000,2),(1091,-415258200,1),(1091,-403158600,2),(1091,-383808600,1),(1091,-371709000,2),(1091,-352359000,1),(1091,-340259400,2),(1091,-320909400,1),(1091,-308809800,2),(1091,-288855000,1),(1091,-277360200,2),(1091,-257405400,1),(1091,-245910600,2),(1091,-225955800,1),(1091,-213856200,2),(1091,-194506200,1),(1091,-182406600,2),(1091,-163056600,1),(1091,-148537800,2),(1091,-132816600,1),(1091,-117088200,2),(1091,-101367000,1),(1091,-85638600,2),(1091,-69312600,1),(1091,-53584200,2),(1091,-37863000,1),(1091,-22134600,2),(1091,-6413400,1),(1091,9315000,2),(1091,25036200,1),(1091,40764600,2),(1091,56485800,1),(1091,72214200,2),(1091,88540200,1),(1091,104268600,2),(1091,119989800,1),(1091,126041400,2),(1091,151439400,1),(1091,167167800,2),(1091,182889000,1),(1091,198617400,2),(1091,214338600,1),(1091,295385400,2),(1091,309292200,1),(1092,-1956609120,2),(1092,-1668211200,1),(1092,-1647212400,2),(1092,-1636675200,1),(1092,-1613430000,2),(1092,-1605139200,1),(1092,-1581894000,2),(1092,-1539561600,1),(1092,-1531350000,2),(1092,-968025600,1),(1092,-952293600,2),(1092,-942008400,1),(1092,-920239200,3),(1092,-909957600,4),(1092,-888789600,3),(1092,-877903200,4),(1092,-857944800,3),(1092,-846453600,4),(1092,-826495200,3),(1092,-815004000,4),(1092,-795045600,3),(1092,-783554400,4),(1092,-762991200,3),(1092,-752104800,4),(1092,-731541600,3),(1092,-717631200,4),(1092,-700092000,3),(1092,-686181600,4),(1092,-668642400,3),(1092,-654732000,4),(1092,-636588000,3),(1092,-623282400,4),(1092,-605743200,3),(1092,-591832800,4),(1092,-573688800,3),(1092,-559778400,4),(1092,-542239200,3),(1092,-528328800,4),(1092,-510789600,3),(1092,-496879200,4),(1092,-479340000,3),(1092,-465429600,4),(1092,-447890400,3),(1092,-433980000,4),(1092,-415836000,3),(1092,-401925600,4),(1092,-384386400,3),(1092,-370476000,4),(1092,-352936800,3),(1092,-339026400,4),(1092,-321487200,3),(1092,-307576800,4),(1092,-290037600,3),(1092,-276127200,4),(1092,-258588000,3),(1092,-244677600,4),(1092,-226533600,3),(1092,-212623200,4),(1092,-195084000,3),(1092,-181173600,4),(1092,-163634400,3),(1092,-149724000,4),(1092,-132184800,3),(1092,-118274400,4),(1092,-100735200,3),(1092,-86824800,4),(1092,-68680800,3),(1092,-54770400,5),(1093,-1946168836,1),(1093,-1309746600,2),(1093,-1261969200,1),(1093,-1041388200,3),(1093,-865305900,2),(1094,-1988167780,1),(1094,820436400,2),(1097,-1946168836,1),(1097,-1309746600,2),(1097,-1261969200,1),(1097,-1041388200,3),(1097,-865305900,2),(1098,-631152000,1),(1099,-1988163708,1),(1100,-315636840,1),(1101,-1988164200,2),(1101,403041600,1),(1101,417034800,2),(1101,1224972000,1),(1101,1238274000,2),(1102,-1946168836,1),(1102,-1309746600,2),(1102,-1261969200,1),(1102,-1041388200,3),(1102,-865305900,2),(1103,-1848886912,1),(1104,-1704165944,1),(1104,-757394744,2),(1104,247177800,4),(1104,259272000,3),(1104,277758000,4),(1104,283982400,2),(1104,290809800,5),(1104,306531000,2),(1104,322432200,5),(1104,338499000,2),(1104,673216200,5),(1104,685481400,2),(1104,701209800,5),(1104,717103800,2),(1104,732745800,5),(1104,748639800,2),(1104,764281800,5),(1104,780175800,2),(1104,795817800,5),(1104,811711800,2),(1104,827353800,5),(1104,843247800,2),(1104,858976200,5),(1104,874870200,2),(1104,890512200,5),(1104,906406200,2),(1104,922048200,5),(1104,937942200,2),(1104,953584200,5),(1104,969478200,2),(1104,985206600,5),(1104,1001100600,2),(1104,1016742600,5),(1104,1032636600,2),(1104,1048278600,5),(1104,1064172600,2),(1104,1079814600,5),(1104,1095708600,2),(1104,1111437000,5),(1104,1127331000,2),(1104,1206045000,5),(1104,1221939000,2),(1104,1237667400,5),(1104,1253561400,2),(1104,1269203400,5),(1104,1285097400,2),(1104,1300739400,5),(1104,1316633400,2),(1104,1332275400,5),(1104,1348169400,2),(1104,1363897800,5),(1104,1379791800,2),(1104,1395433800,5),(1104,1411327800,2),(1104,1426969800,5),(1104,1442863800,2),(1104,1458505800,5),(1104,1474399800,2),(1104,1490128200,5),(1104,1506022200,2),(1104,1521664200,5),(1104,1537558200,2),(1104,1553200200,5),(1104,1569094200,2),(1104,1584736200,5),(1104,1600630200,2),(1104,1616358600,5),(1104,1632252600,2),(1104,1647894600,5),(1104,1663788600,2),(1104,1679430600,5),(1104,1695324600,2),(1104,1710966600,5),(1104,1726860600,2),(1104,1742589000,5),(1104,1758483000,2),(1104,1774125000,5),(1104,1790019000,2),(1104,1805661000,5),(1104,1821555000,2),(1104,1837197000,5),(1104,1853091000,2),(1104,1868733000,5),(1104,1884627000,2),(1104,1900355400,5),(1104,1916249400,2),(1104,1931891400,5),(1104,1947785400,2),(1104,1963427400,5),(1104,1979321400,2),(1104,1994963400,5),(1104,2010857400,2),(1104,2026585800,5),(1104,2042479800,2),(1104,2058121800,5),(1104,2074015800,2),(1104,2089657800,5),(1104,2105551800,2),(1104,2121193800,5),(1104,2137087800,2),(1105,-1641003640,5),(1105,-933638400,1),(1105,-923097600,2),(1105,-919036800,1),(1105,-857347200,2),(1105,-844300800,1),(1105,-825811200,2),(1105,-812678400,1),(1105,-794188800,2),(1105,-779846400,1),(1105,-762652800,2),(1105,-748310400,1),(1105,-731116800,2),(1105,-681955200,3),(1105,-673228800,1),(1105,-667958400,2),(1105,-652320000,1),(1105,-636422400,2),(1105,-622080000,1),(1105,-608947200,2),(1105,-591840000,1),(1105,-572486400,2),(1105,-558576000,1),(1105,-542851200,2),(1105,-527731200,1),(1105,-514425600,2),(1105,-490838400,1),(1105,-482976000,2),(1105,-459388800,1),(1105,-451526400,2),(1105,-428544000,1),(1105,-418262400,2),(1105,-400118400,1),(1105,-387417600,2),(1105,142380000,4),(1105,150843600,5),(1105,167176800,4),(1105,178664400,5),(1105,334101600,6),(1105,337730400,7),(1105,452642400,6),(1105,462319200,7),(1105,482277600,4),(1105,494370000,5),(1105,516751200,4),(1105,526424400,5),(1105,545436000,4),(1105,558478800,5),(1105,576626400,4),(1105,589323600,5),(1105,609890400,4),(1105,620773200,5),(1105,638316000,4),(1105,651618000,5),(1105,669765600,4),(1105,683672400,5),(1105,701820000,4),(1105,715726800,5),(1105,733701600,4),(1105,747176400,5),(1105,765151200,4),(1105,778021200,5),(1105,796600800,4),(1105,810075600,5),(1105,826840800,4),(1105,842821200,5),(1105,858895200,4),(1105,874184400,5),(1105,890344800,4),(1105,905029200,5),(1105,923011200,4),(1105,936313200,5),(1105,955670400,4),(1105,970783200,5),(1105,986770800,4),(1105,1001282400,5),(1105,1017356400,4),(1105,1033941600,5),(1105,1048806000,4),(1105,1065132000,5),(1105,1081292400,4),(1105,1095804000,5),(1105,1112313600,4),(1105,1128812400,5),(1105,1143763200,4),(1105,1159657200,5),(1105,1175212800,4),(1105,1189897200,5),(1105,1206662400,4),(1105,1223161200,5),(1105,1238112000,4),(1105,1254006000,5),(1105,1269561600,4),(1105,1284246000,5),(1105,1301616000,4),(1105,1317510000,5),(1105,1333065600,4),(1105,1348354800,5),(1105,1364515200,4),(1105,1382828400,5),(1105,1395964800,4),(1105,1414278000,5),(1105,1427414400,4),(1105,1445727600,5),(1105,1458864000,4),(1105,1477782000,5),(1105,1490313600,4),(1105,1509231600,5),(1105,1521763200,4),(1105,1540681200,5),(1105,1553817600,4),(1105,1572130800,5),(1105,1585267200,4),(1105,1603580400,5),(1105,1616716800,4),(1105,1635634800,5),(1105,1648166400,4),(1105,1667084400,5),(1105,1679616000,4),(1105,1698534000,5),(1105,1711670400,4),(1105,1729983600,5),(1105,1743120000,4),(1105,1761433200,5),(1105,1774569600,4),(1105,1792882800,5),(1105,1806019200,4),(1105,1824937200,5),(1105,1837468800,4),(1105,1856386800,5),(1105,1868918400,4),(1105,1887836400,5),(1105,1900972800,4),(1105,1919286000,5),(1105,1932422400,4),(1105,1950735600,5),(1105,1963872000,4),(1105,1982790000,5),(1105,1995321600,4),(1105,2014239600,5),(1105,2026771200,4),(1105,2045689200,5),(1105,2058220800,4),(1105,2077138800,5),(1105,2090275200,4),(1105,2108588400,5),(1105,2121724800,4),(1105,2140038000,5),(1106,-1827687170,1),(1106,126687600,2),(1106,152085600,1),(1106,162370800,2),(1106,183535200,1),(1106,199263600,2),(1106,215589600,1),(1106,230713200,2),(1106,247039200,1),(1106,262767600,2),(1106,278488800,1),(1106,294217200,2),(1106,309938400,1),(1106,325666800,2),(1106,341388000,1),(1106,357116400,2),(1106,372837600,1),(1106,388566000,2),(1106,404892000,1),(1106,420015600,2),(1106,436341600,1),(1107,-683802000,0),(1107,-672310800,1),(1107,-654771600,0),(1107,-640861200,1),(1107,-620298000,0),(1107,-609411600,1),(1107,-588848400,0),(1107,-577962000,1),(1108,-1041418800,1),(1108,-907408800,2),(1108,-817462800,0),(1108,-7988400,3),(1108,745934400,4),(1109,-1577926364,2),(1109,-574902000,1),(1109,-568087200,2),(1109,-512175600,1),(1109,-504928800,2),(1109,-449888400,1),(1109,-441856800,2),(1109,-347158800,3),(1109,378684000,2),(1109,386463600,1),(1109,402271200,2),(1109,417999600,1),(1109,433807200,2),(1109,449622000,1),(1109,465429600,2),(1109,481590000,1),(1109,496965600,2),(1109,512953200,1),(1109,528674400,2),(1109,544230000,1),(1109,560037600,2),(1109,575852400,1),(1109,591660000,2),(1109,607388400,1),(1109,623196000,2),(1109,641775600,3),(1109,844034400,2),(1109,860108400,1),(1109,875916000,3),(1109,1352505600,2),(1109,1364515200,1),(1109,1382659200,3),(1110,-1693706400,0),(1110,-1680483600,1),(1110,-1663455600,2),(1110,-1650150000,3),(1110,-1632006000,2),(1110,-1618700400,3),(1110,-938905200,2),(1110,-857257200,3),(1110,-844556400,2),(1110,-828226800,3),(1110,-812502000,2),(1110,-796777200,3),(1110,-781052400,2),(1110,-766623600,3),(1110,228877200,2),(1110,243997200,3),(1110,260326800,2),(1110,276051600,3),(1110,291776400,2),(1110,307501200,3),(1110,323830800,2),(1110,338950800,3),(1110,354675600,2),(1110,370400400,3),(1110,386125200,2),(1110,401850000,3),(1110,417574800,2),(1110,433299600,3),(1110,449024400,2),(1110,465354000,3),(1110,481078800,2),(1110,496803600,3),(1110,512528400,2),(1110,528253200,3),(1110,543978000,2),(1110,559702800,3),(1110,575427600,2),(1110,591152400,3),(1110,606877200,2),(1110,622602000,3),(1110,638326800,2),(1110,654656400,3),(1110,670381200,2),(1110,686106000,3),(1110,701830800,2),(1110,717555600,3),(1110,733280400,2),(1110,749005200,3),(1110,764730000,2),(1110,780454800,3),(1110,796179600,2),(1110,811904400,3),(1110,828234000,2),(1110,846378000,3),(1110,859683600,2),(1110,877827600,3),(1110,891133200,2),(1110,909277200,3),(1110,922582800,2),(1110,941331600,3),(1110,954032400,2),(1110,972781200,3),(1110,985482000,2),(1110,1004230800,3),(1110,1017536400,2),(1110,1035680400,3),(1110,1048986000,2),(1110,1067130000,3),(1110,1080435600,2),(1110,1099184400,3),(1110,1111885200,2),(1110,1130634000,3),(1110,1143334800,2),(1110,1162083600,3),(1110,1174784400,2),(1110,1193533200,3),(1110,1206838800,2),(1110,1224982800,3),(1110,1238288400,2),(1110,1256432400,3),(1110,1269738000,2),(1110,1288486800,3),(1110,1301187600,2),(1110,1319936400,3),(1110,1332637200,2),(1110,1351386000,3),(1110,1364691600,2),(1110,1382835600,3),(1110,1396141200,2),(1110,1414285200,3),(1110,1427590800,2),(1110,1445734800,3),(1110,1459040400,2),(1110,1477789200,3),(1110,1490490000,2),(1110,1509238800,3),(1110,1521939600,2),(1110,1540688400,3),(1110,1553994000,2),(1110,1572138000,3),(1110,1585443600,2),(1110,1603587600,3),(1110,1616893200,2),(1110,1635642000,3),(1110,1648342800,2),(1110,1667091600,3),(1110,1679792400,2),(1110,1698541200,3),(1110,1711846800,2),(1110,1729990800,3),(1110,1743296400,2),(1110,1761440400,3),(1110,1774746000,2),(1110,1792890000,3),(1110,1806195600,2),(1110,1824944400,3),(1110,1837645200,2),(1110,1856394000,3),(1110,1869094800,2),(1110,1887843600,3),(1110,1901149200,2),(1110,1919293200,3),(1110,1932598800,2),(1110,1950742800,3),(1110,1964048400,2),(1110,1982797200,3),(1110,1995498000,2),(1110,2014246800,3),(1110,2026947600,2),(1110,2045696400,3),(1110,2058397200,2),(1110,2077146000,3),(1110,2090451600,2),(1110,2108595600,3),(1110,2121901200,2),(1110,2140045200,3),(1112,-1633273200,0),(1112,-1615132800,1),(1112,-1601823600,0),(1112,-1583683200,1),(1112,-880210800,2),(1112,-769395600,3),(1112,-765388800,1),(1112,-84380400,0),(1112,-68659200,1),(1112,-52930800,0),(1112,-37209600,1),(1112,-21481200,0),(1112,-5760000,1),(1112,9968400,0),(1112,25689600,1),(1112,41418000,0),(1112,57744000,1),(1112,73472400,0),(1112,89193600,1),(1112,104922000,0),(1112,120643200,1),(1112,126694800,0),(1112,152092800,1),(1112,162378000,0),(1112,183542400,1),(1112,199270800,0),(1112,215596800,1),(1112,230720400,0),(1112,247046400,1),(1112,262774800,0),(1112,278496000,1),(1112,294224400,0),(1112,309945600,1),(1112,325674000,0),(1112,341395200,1),(1112,357123600,0),(1112,372844800,1),(1112,388573200,0),(1112,404899200,1),(1112,420022800,0),(1112,436348800,1),(1112,452077200,0),(1112,467798400,1),(1112,483526800,0),(1112,499248000,1),(1112,514976400,0),(1112,530697600,1),(1112,544611600,0),(1112,562147200,1),(1112,576061200,0),(1112,594201600,1),(1112,607510800,0),(1112,625651200,1),(1112,638960400,0),(1112,657100800,1),(1112,671014800,0),(1112,688550400,1),(1112,702464400,0),(1112,720000000,1),(1112,733914000,0),(1112,752054400,1),(1112,765363600,0),(1112,783504000,1),(1112,796813200,0),(1112,814953600,1),(1112,828867600,0),(1112,846403200,1),(1112,860317200,0),(1112,877852800,1),(1112,891766800,0),(1112,909302400,1),(1112,923216400,0),(1112,941356800,1),(1112,954666000,0),(1112,972806400,1),(1112,986115600,0),(1112,1004256000,1),(1112,1018170000,0),(1112,1035705600,1),(1112,1049619600,0),(1112,1067155200,1),(1112,1081069200,0),(1112,1099209600,1),(1112,1112518800,0),(1112,1130659200,1),(1112,1143968400,0),(1112,1162108800,1),(1112,1173603600,0),(1112,1194163200,1),(1112,1205053200,0),(1112,1225612800,1),(1112,1236502800,0),(1112,1257062400,1),(1112,1268557200,0),(1112,1289116800,1),(1112,1300006800,0),(1112,1320566400,1),(1112,1331456400,0),(1112,1352016000,1),(1112,1362906000,0),(1112,1383465600,1),(1112,1394355600,0),(1112,1414915200,1),(1112,1425805200,0),(1112,1446364800,1),(1112,1457859600,0),(1112,1478419200,1),(1112,1489309200,0),(1112,1509868800,1),(1112,1520758800,0),(1112,1541318400,1),(1112,1552208400,0),(1112,1572768000,1),(1112,1583658000,0),(1112,1604217600,1),(1112,1615712400,0),(1112,1636272000,1),(1112,1647162000,0),(1112,1667721600,1),(1112,1678611600,0),(1112,1699171200,1),(1112,1710061200,0),(1112,1730620800,1),(1112,1741510800,0),(1112,1762070400,1),(1112,1772960400,0),(1112,1793520000,1),(1112,1805014800,0),(1112,1825574400,1),(1112,1836464400,0),(1112,1857024000,1),(1112,1867914000,0),(1112,1888473600,1),(1112,1899363600,0),(1112,1919923200,1),(1112,1930813200,0),(1112,1951372800,1),(1112,1962867600,0),(1112,1983427200,1),(1112,1994317200,0),(1112,2014876800,1),(1112,2025766800,0),(1112,2046326400,1),(1112,2057216400,0),(1112,2077776000,1),(1112,2088666000,0),(1112,2109225600,1),(1112,2120115600,0),(1112,2140675200,1),(1113,-1514736000,1),(1113,-1451667600,2),(1113,-1343062800,1),(1113,-1234803600,2),(1113,-1222963200,3),(1113,-1207242000,2),(1113,-873820800,4),(1113,-769395600,5),(1113,-761677200,2),(1113,-686073600,3),(1113,-661539600,2),(1113,-495039600,3),(1113,-481734000,2),(1113,-463590000,3),(1113,-450284400,2),(1113,-431535600,3),(1113,-418230000,2),(1113,-400086000,3),(1113,-386780400,2),(1113,-368636400,3),(1113,-355330800,2),(1113,-337186800,3),(1113,-323881200,2),(1113,-305737200,3),(1113,-292431600,2),(1113,199274400,3),(1113,215600400,2),(1113,230724000,3),(1113,247050000,2),(1113,262778400,3),(1113,278499600,2),(1113,294228000,3),(1113,309949200,2),(1113,325677600,3),(1113,341398800,2),(1113,357127200,3),(1113,372848400,2),(1113,388576800,3),(1113,404902800,2),(1113,420026400,3),(1113,436352400,2),(1113,452080800,3),(1113,467802000,2),(1113,483530400,3),(1113,499251600,2),(1113,514980000,3),(1113,530701200,2),(1113,544615200,3),(1113,562150800,2),(1113,576064800,3),(1113,594205200,2),(1113,607514400,3),(1113,625654800,2),(1113,638964000,3),(1113,657104400,2),(1113,671018400,3),(1113,688554000,2),(1113,702468000,3),(1113,720003600,2),(1113,733917600,3),(1113,752058000,2),(1113,765367200,3),(1113,783507600,2),(1113,796816800,3),(1113,814957200,2),(1113,828871200,3),(1113,846406800,2),(1113,860320800,3),(1113,877856400,2),(1113,891770400,3),(1113,909306000,2),(1113,923220000,3),(1113,941360400,2),(1113,954669600,3),(1113,972810000,2),(1113,986119200,3),(1113,1004259600,2),(1113,1018173600,3),(1113,1035709200,2),(1113,1049623200,3),(1113,1067158800,2),(1113,1081072800,3),(1113,1099213200,2),(1113,1112522400,3),(1113,1130662800,2),(1113,1143972000,3),(1113,1162112400,2),(1113,1175421600,3),(1113,1193562000,2),(1113,1207476000,3),(1113,1225011600,2),(1113,1238925600,3),(1113,1256461200,2),(1113,1268560800,3),(1113,1289120400,2),(1113,1300010400,3),(1113,1320570000,2),(1113,1331460000,3),(1113,1352019600,2),(1113,1362909600,3),(1113,1383469200,2),(1113,1394359200,3),(1113,1414918800,2),(1113,1425808800,3),(1113,1446368400,2),(1113,1457863200,3),(1113,1478422800,2),(1113,1489312800,3),(1113,1509872400,2),(1113,1520762400,3),(1113,1541322000,2),(1113,1552212000,3),(1113,1572771600,2),(1113,1583661600,3),(1113,1604221200,2),(1113,1615716000,3),(1113,1636275600,2),(1113,1647165600,3),(1113,1667725200,2),(1113,1678615200,3),(1113,1699174800,2),(1113,1710064800,3),(1113,1730624400,2),(1113,1741514400,3),(1113,1762074000,2),(1113,1772964000,3),(1113,1793523600,2),(1113,1805018400,3),(1113,1825578000,2),(1113,1836468000,3),(1113,1857027600,2),(1113,1867917600,3),(1113,1888477200,2),(1113,1899367200,3),(1113,1919926800,2),(1113,1930816800,3),(1113,1951376400,2),(1113,1962871200,3),(1113,1983430800,2),(1113,1994320800,3),(1113,2014880400,2),(1113,2025770400,3),(1113,2046330000,2),(1113,2057220000,3),(1113,2077779600,2),(1113,2088669600,3),(1113,2109229200,2),(1113,2120119200,3),(1113,2140678800,2),(1114,-1514739600,1),(1114,-1343066400,2),(1114,-1234807200,1),(1114,-1220292000,2),(1114,-1207159200,1),(1114,-1191344400,2),(1114,-873828000,1),(1114,-661539600,3),(1114,28800,1),(1114,828867600,4),(1114,846403200,1),(1114,860317200,4),(1114,877852800,1),(1114,891766800,4),(1114,909302400,1),(1114,923216400,4),(1114,941356800,1),(1114,954666000,4),(1114,972806400,1),(1114,989139600,4),(1114,1001836800,1),(1114,1018170000,4),(1114,1035705600,1),(1114,1049619600,4),(1114,1067155200,1),(1114,1081069200,4),(1114,1099209600,1),(1114,1112518800,4),(1114,1130659200,1),(1114,1143968400,4),(1114,1162108800,1),(1114,1175418000,4),(1114,1193558400,1),(1114,1207472400,4),(1114,1225008000,1),(1114,1238922000,4),(1114,1256457600,1),(1114,1270371600,4),(1114,1288512000,1),(1114,1301821200,4),(1114,1319961600,1),(1114,1333270800,4),(1114,1351411200,1),(1114,1365325200,4),(1114,1382860800,1),(1114,1396774800,4),(1114,1414310400,1),(1114,1428224400,4),(1114,1445760000,1),(1114,1459674000,4),(1114,1477814400,1),(1114,1491123600,4),(1114,1509264000,1),(1114,1522573200,4),(1114,1540713600,1),(1114,1554627600,4),(1114,1572163200,1),(1114,1586077200,4),(1114,1603612800,1),(1114,1617526800,4),(1114,1635667200,1),(1114,1648976400,4),(1114,1667116800,1),(1114,1680426000,4),(1114,1698566400,1),(1114,1712480400,4),(1114,1730016000,1),(1114,1743930000,4),(1114,1761465600,1),(1114,1775379600,4),(1114,1792915200,1),(1114,1806829200,4),(1114,1824969600,1),(1114,1838278800,4),(1114,1856419200,1),(1114,1869728400,4),(1114,1887868800,1),(1114,1901782800,4),(1114,1919318400,1),(1114,1933232400,4),(1114,1950768000,1),(1114,1964682000,4),(1114,1982822400,1),(1114,1996131600,4),(1114,2014272000,1),(1114,2027581200,4),(1114,2045721600,1),(1114,2059030800,4),(1114,2077171200,1),(1114,2091085200,4),(1114,2108620800,1),(1114,2122534800,4),(1114,2140070400,1),(1115,-1514739600,1),(1115,-1343066400,2),(1115,-1234807200,1),(1115,-1220292000,2),(1115,-1207159200,1),(1115,-1191344400,2),(1115,-975261600,3),(1115,-963169200,2),(1115,-917114400,3),(1115,-907354800,2),(1115,-821901600,4),(1115,-810068400,2),(1115,-627501600,3),(1115,-612990000,2),(1115,828864000,3),(1115,846399600,2),(1115,860313600,3),(1115,877849200,2),(1115,891763200,3),(1115,909298800,2),(1115,923212800,3),(1115,941353200,2),(1115,954662400,3),(1115,972802800,2),(1115,989136000,3),(1115,1001833200,2),(1115,1018166400,3),(1115,1035702000,2),(1115,1049616000,3),(1115,1067151600,2),(1115,1081065600,3),(1115,1099206000,2),(1115,1112515200,3),(1115,1130655600,2),(1115,1143964800,3),(1115,1162105200,2),(1115,1175414400,3),(1115,1193554800,2),(1115,1207468800,3),(1115,1225004400,2),(1115,1238918400,3),(1115,1256454000,2),(1115,1270368000,3),(1115,1288508400,2),(1115,1301817600,3),(1115,1319958000,2),(1115,1333267200,3),(1115,1351407600,2),(1115,1365321600,3),(1115,1382857200,2),(1115,1396771200,3),(1115,1414306800,2),(1115,1428220800,3),(1115,1445756400,2),(1115,1459670400,3),(1115,1477810800,2),(1115,1491120000,3),(1115,1509260400,2),(1115,1522569600,3),(1115,1540710000,2),(1115,1554624000,3),(1115,1572159600,2),(1115,1586073600,3),(1115,1603609200,2),(1115,1617523200,3),(1115,1635663600,2),(1115,1648972800,3),(1115,1667113200,2),(1115,1680422400,3),(1115,1698562800,2),(1115,1712476800,3),(1115,1730012400,2),(1115,1743926400,3),(1115,1761462000,2),(1115,1775376000,3),(1115,1792911600,2),(1115,1806825600,3),(1115,1824966000,2),(1115,1838275200,3),(1115,1856415600,2),(1115,1869724800,3),(1115,1887865200,2),(1115,1901779200,3),(1115,1919314800,2),(1115,1933228800,3),(1115,1950764400,2),(1115,1964678400,3),(1115,1982818800,2),(1115,1996128000,3),(1115,2014268400,2),(1115,2027577600,3),(1115,2045718000,2),(1115,2059027200,3),(1115,2077167600,2),(1115,2091081600,3),(1115,2108617200,2),(1115,2122531200,3),(1115,2140066800,2),(1116,-1330335000,0),(1116,-1320057000,1),(1116,-1300699800,2),(1116,-1287396000,1),(1116,-1269250200,2),(1116,-1255946400,1),(1116,-1237800600,2),(1116,-1224496800,1),(1116,-1206351000,2),(1116,-1192442400,1),(1116,-1174901400,2),(1116,-1160992800,1),(1116,-1143451800,2),(1116,-1125914400,1),(1116,-1112607000,2),(1116,-1094464800,1),(1116,-1081157400,2),(1116,-1063015200,1),(1116,-1049707800,2),(1116,-1031565600,1),(1116,-1018258200,2),(1116,-1000116000,1),(1116,-986808600,2),(1116,-968061600,1),(1116,-955359000,2),(1116,-936612000,1),(1116,-923304600,2),(1116,-757425600,5),(1116,152632800,3),(1116,162309600,4),(1116,183477600,3),(1116,194968800,4),(1116,215532000,3),(1116,226418400,4),(1116,246981600,3),(1116,257868000,4),(1116,278431200,3),(1116,289317600,4),(1116,309880800,3),(1116,320767200,4),(1116,341330400,3),(1116,352216800,4),(1116,372780000,3),(1116,384271200,4),(1116,404834400,3),(1116,415720800,4),(1116,436284000,3),(1116,447170400,4),(1116,467733600,3),(1116,478620000,4),(1116,499183200,3),(1116,510069600,4),(1116,530632800,3),(1116,541519200,4),(1116,562082400,3),(1116,573573600,4),(1116,594136800,3),(1116,605023200,4),(1116,623772000,3),(1116,637682400,4),(1116,655221600,3),(1116,669132000,4),(1116,686671200,3),(1116,700581600,4),(1116,718120800,3),(1116,732636000,4),(1116,749570400,3),(1116,764085600,4),(1116,781020000,3),(1116,795535200,4),(1116,812469600,3),(1116,826984800,4),(1116,844524000,3),(1116,858434400,4),(1116,875973600,3),(1116,889884000,4),(1116,907423200,3),(1116,921938400,4),(1116,938872800,3),(1116,953388000,4),(1116,970322400,3),(1116,984837600,4),(1116,1002376800,3),(1116,1016287200,4),(1116,1033826400,3),(1116,1047736800,4),(1116,1065276000,3),(1116,1079791200,4),(1116,1096725600,3),(1116,1111240800,4),(1116,1128175200,3),(1116,1142690400,4),(1116,1159624800,3),(1116,1174140000,4),(1116,1191074400,3),(1116,1207404000,4),(1116,1222524000,3),(1116,1238853600,4),(1116,1253973600,3),(1116,1270303200,4),(1116,1285423200,3),(1116,1301752800,4),(1116,1316872800,3),(1116,1333202400,4),(1116,1348927200,3),(1116,1365256800,4),(1116,1380376800,3),(1116,1396706400,4),(1116,1411826400,3),(1116,1428156000,4),(1116,1443276000,3),(1116,1459605600,4),(1116,1474725600,3),(1116,1491055200,4),(1116,1506175200,3),(1116,1522504800,4),(1116,1538229600,3),(1116,1554559200,4),(1116,1569679200,3),(1116,1586008800,4),(1116,1601128800,3),(1116,1617458400,4),(1116,1632578400,3),(1116,1648908000,4),(1116,1664028000,3),(1116,1680357600,4),(1116,1695477600,3),(1116,1712412000,4),(1116,1727532000,3),(1116,1743861600,4),(1116,1758981600,3),(1116,1775311200,4),(1116,1790431200,3),(1116,1806760800,4),(1116,1821880800,3),(1116,1838210400,4),(1116,1853330400,3),(1116,1869660000,4),(1116,1885384800,3),(1116,1901714400,4),(1116,1916834400,3),(1116,1933164000,4),(1116,1948284000,3),(1116,1964613600,4),(1116,1979733600,3),(1116,1996063200,4),(1116,2011183200,3),(1116,2027512800,4),(1116,2042632800,3),(1116,2058962400,4),(1116,2074687200,3),(1116,2091016800,4),(1116,2106136800,3),(1116,2122466400,4),(1116,2137586400,3),(1117,-757426500,3),(1117,152632800,1),(1117,162309600,2),(1117,183477600,1),(1117,194968800,2),(1117,215532000,1),(1117,226418400,2),(1117,246981600,1),(1117,257868000,2),(1117,278431200,1),(1117,289317600,2),(1117,309880800,1),(1117,320767200,2),(1117,341330400,1),(1117,352216800,2),(1117,372780000,1),(1117,384271200,2),(1117,404834400,1),(1117,415720800,2),(1117,436284000,1),(1117,447170400,2),(1117,467733600,1),(1117,478620000,2),(1117,499183200,1),(1117,510069600,2),(1117,530632800,1),(1117,541519200,2),(1117,562082400,1),(1117,573573600,2),(1117,594136800,1),(1117,605023200,2),(1117,623772000,1),(1117,637682400,2),(1117,655221600,1),(1117,669132000,2),(1117,686671200,1),(1117,700581600,2),(1117,718120800,1),(1117,732636000,2),(1117,749570400,1),(1117,764085600,2),(1117,781020000,1),(1117,795535200,2),(1117,812469600,1),(1117,826984800,2),(1117,844524000,1),(1117,858434400,2),(1117,875973600,1),(1117,889884000,2),(1117,907423200,1),(1117,921938400,2),(1117,938872800,1),(1117,953388000,2),(1117,970322400,1),(1117,984837600,2),(1117,1002376800,1),(1117,1016287200,2),(1117,1033826400,1),(1117,1047736800,2),(1117,1065276000,1),(1117,1079791200,2),(1117,1096725600,1),(1117,1111240800,2),(1117,1128175200,1),(1117,1142690400,2),(1117,1159624800,1),(1117,1174140000,2),(1117,1191074400,1),(1117,1207404000,2),(1117,1222524000,1),(1117,1238853600,2),(1117,1253973600,1),(1117,1270303200,2),(1117,1285423200,1),(1117,1301752800,2),(1117,1316872800,1),(1117,1333202400,2),(1117,1348927200,1),(1117,1365256800,2),(1117,1380376800,1),(1117,1396706400,2),(1117,1411826400,1),(1117,1428156000,2),(1117,1443276000,1),(1117,1459605600,2),(1117,1474725600,1),(1117,1491055200,2),(1117,1506175200,1),(1117,1522504800,2),(1117,1538229600,1),(1117,1554559200,2),(1117,1569679200,1),(1117,1586008800,2),(1117,1601128800,1),(1117,1617458400,2),(1117,1632578400,1),(1117,1648908000,2),(1117,1664028000,1),(1117,1680357600,2),(1117,1695477600,1),(1117,1712412000,2),(1117,1727532000,1),(1117,1743861600,2),(1117,1758981600,1),(1117,1775311200,2),(1117,1790431200,1),(1117,1806760800,2),(1117,1821880800,1),(1117,1838210400,2),(1117,1853330400,1),(1117,1869660000,2),(1117,1885384800,1),(1117,1901714400,2),(1117,1916834400,1),(1117,1933164000,2),(1117,1948284000,1),(1117,1964613600,2),(1117,1979733600,1),(1117,1996063200,2),(1117,2011183200,1),(1117,2027512800,2),(1117,2042632800,1),(1117,2058962400,2),(1117,2074687200,1),(1117,2091016800,2),(1117,2106136800,1),(1117,2122466400,2),(1117,2137586400,1),(1118,-1633273200,0),(1118,-1615132800,1),(1118,-1601823600,0),(1118,-1583683200,1),(1118,-1570374000,0),(1118,-1551628800,1),(1118,-1538924400,0),(1118,-1534089600,1),(1118,-880210800,2),(1118,-769395600,3),(1118,-765388800,1),(1118,-147884400,0),(1118,-131558400,1),(1118,-116434800,0),(1118,-100108800,1),(1118,-84380400,0),(1118,-68659200,1),(1118,-52930800,0),(1118,-37209600,1),(1118,-21481200,0),(1118,-5760000,1),(1118,9968400,0),(1118,25689600,1),(1118,41418000,0),(1118,57744000,1),(1118,73472400,0),(1118,89193600,1),(1118,104922000,0),(1118,120643200,1),(1118,126694800,0),(1118,152092800,1),(1118,162378000,0),(1118,183542400,1),(1118,199270800,0),(1118,215596800,1),(1118,230720400,0),(1118,247046400,1),(1118,262774800,0),(1118,278496000,1),(1118,294224400,0),(1118,309945600,1),(1118,325674000,0),(1118,341395200,1),(1118,357123600,0),(1118,372844800,1),(1118,388573200,0),(1118,404899200,1),(1118,420022800,0),(1118,436348800,1),(1118,452077200,0),(1118,467798400,1),(1118,483526800,0),(1118,499248000,1),(1118,514976400,0),(1118,530697600,1),(1118,544611600,0),(1118,562147200,1),(1118,576061200,0),(1118,594201600,1),(1118,607510800,0),(1118,625651200,1),(1118,638960400,0),(1118,657100800,1),(1118,671014800,0),(1118,688550400,1),(1118,702464400,0),(1118,720000000,1),(1118,733914000,0),(1118,752054400,1),(1118,765363600,0),(1118,783504000,1),(1118,796813200,0),(1118,814953600,1),(1118,828867600,0),(1118,846403200,1),(1118,860317200,0),(1118,877852800,1),(1118,891766800,0),(1118,909302400,1),(1118,923216400,0),(1118,941356800,1),(1118,954666000,0),(1118,972806400,1),(1118,986115600,0),(1118,1004256000,1),(1118,1018170000,0),(1118,1035705600,1),(1118,1049619600,0),(1118,1067155200,1),(1118,1081069200,0),(1118,1099209600,1),(1118,1112518800,0),(1118,1130659200,1),(1118,1143968400,0),(1118,1162108800,1),(1118,1173603600,0),(1118,1194163200,1),(1118,1205053200,0),(1118,1225612800,1),(1118,1236502800,0),(1118,1257062400,1),(1118,1268557200,0),(1118,1289116800,1),(1118,1300006800,0),(1118,1320566400,1),(1118,1331456400,0),(1118,1352016000,1),(1118,1362906000,0),(1118,1383465600,1),(1118,1394355600,0),(1118,1414915200,1),(1118,1425805200,0),(1118,1446364800,1),(1118,1457859600,0),(1118,1478419200,1),(1118,1489309200,0),(1118,1509868800,1),(1118,1520758800,0),(1118,1541318400,1),(1118,1552208400,0),(1118,1572768000,1),(1118,1583658000,0),(1118,1604217600,1),(1118,1615712400,0),(1118,1636272000,1),(1118,1647162000,0),(1118,1667721600,1),(1118,1678611600,0),(1118,1699171200,1),(1118,1710061200,0),(1118,1730620800,1),(1118,1741510800,0),(1118,1762070400,1),(1118,1772960400,0),(1118,1793520000,1),(1118,1805014800,0),(1118,1825574400,1),(1118,1836464400,0),(1118,1857024000,1),(1118,1867914000,0),(1118,1888473600,1),(1118,1899363600,0),(1118,1919923200,1),(1118,1930813200,0),(1118,1951372800,1),(1118,1962867600,0),(1118,1983427200,1),(1118,1994317200,0),(1118,2014876800,1),(1118,2025766800,0),(1118,2046326400,1),(1118,2057216400,0),(1118,2077776000,1),(1118,2088666000,0),(1118,2109225600,1),(1118,2120115600,0),(1118,2140675200,1),(1119,-1600675200,0),(1119,-1585904400,1),(1119,-933667200,0),(1119,-922093200,1),(1119,-908870400,0),(1119,-888829200,1),(1119,-881049600,0),(1119,-767869200,1),(1119,-745833600,0),(1119,-733827600,1),(1119,-716889600,0),(1119,-699613200,1),(1119,-683884800,0),(1119,-670669200,1),(1119,-652348800,0),(1119,-650019600,1),(1119,515527200,0),(1119,527014800,1),(1119,545162400,0),(1119,558464400,1),(1119,577216800,0),(1119,589914000,1),(1119,608666400,0),(1119,621968400,1),(1119,640116000,0),(1119,653418000,1),(1119,671565600,0),(1119,684867600,1),(1120,-1633269600,0),(1120,-1615129200,1),(1120,-1601820000,0),(1120,-1583679600,1),(1120,-880207200,2),(1120,-769395600,3),(1120,-765385200,1),(1120,-84376800,0),(1120,-68655600,1),(1120,-52927200,0),(1120,-37206000,1),(1120,-21477600,0),(1120,-5756400,1),(1120,9972000,0),(1120,25693200,1),(1120,41421600,0),(1120,57747600,1),(1120,73476000,0),(1120,89197200,1),(1120,104925600,0),(1120,120646800,1),(1120,126698400,0),(1120,152096400,1),(1120,162381600,0),(1120,183546000,1),(1120,199274400,0),(1120,215600400,1),(1120,230724000,0),(1120,247050000,1),(1120,262778400,0),(1120,278499600,1),(1120,294228000,0),(1120,309949200,1),(1120,325677600,0),(1120,341398800,1),(1120,357127200,0),(1120,372848400,1),(1120,388576800,0),(1120,404902800,1),(1120,420026400,0),(1120,436352400,1),(1120,452080800,0),(1120,467802000,1),(1120,483530400,0),(1120,499251600,1),(1120,514980000,0),(1120,530701200,1),(1120,544615200,0),(1120,562150800,1),(1120,576064800,0),(1120,594205200,1),(1120,607514400,0),(1120,625654800,1),(1120,638964000,0),(1120,657104400,1),(1120,671018400,0),(1120,688554000,1),(1120,702468000,0),(1120,720003600,1),(1120,733917600,0),(1120,752058000,1),(1120,765367200,0),(1120,783507600,1),(1120,796816800,0),(1120,814957200,1),(1120,828871200,0),(1120,846406800,1),(1120,860320800,0),(1120,877856400,1),(1120,891770400,0),(1120,909306000,1),(1120,923220000,0),(1120,941360400,1),(1120,954669600,0),(1120,972810000,1),(1120,986119200,0),(1120,1004259600,1),(1120,1018173600,0),(1120,1035709200,1),(1120,1049623200,0),(1120,1067158800,1),(1120,1081072800,0),(1120,1099213200,1),(1120,1112522400,0),(1120,1130662800,1),(1120,1143972000,0),(1120,1162112400,1),(1120,1173607200,0),(1120,1194166800,1),(1120,1205056800,0),(1120,1225616400,1),(1120,1236506400,0),(1120,1257066000,1),(1120,1268560800,0),(1120,1289120400,1),(1120,1300010400,0),(1120,1320570000,1),(1120,1331460000,0),(1120,1352019600,1),(1120,1362909600,0),(1120,1383469200,1),(1120,1394359200,0),(1120,1414918800,1),(1120,1425808800,0),(1120,1446368400,1),(1120,1457863200,0),(1120,1478422800,1),(1120,1489312800,0),(1120,1509872400,1),(1120,1520762400,0),(1120,1541322000,1),(1120,1552212000,0),(1120,1572771600,1),(1120,1583661600,0),(1120,1604221200,1),(1120,1615716000,0),(1120,1636275600,1),(1120,1647165600,0),(1120,1667725200,1),(1120,1678615200,0),(1120,1699174800,1),(1120,1710064800,0),(1120,1730624400,1),(1120,1741514400,0),(1120,1762074000,1),(1120,1772964000,0),(1120,1793523600,1),(1120,1805018400,0),(1120,1825578000,1),(1120,1836468000,0),(1120,1857027600,1),(1120,1867917600,0),(1120,1888477200,1),(1120,1899367200,0),(1120,1919926800,1),(1120,1930816800,0),(1120,1951376400,1),(1120,1962871200,0),(1120,1983430800,1),(1120,1994320800,0),(1120,2014880400,1),(1120,2025770400,0),(1120,2046330000,1),(1120,2057220000,0),(1120,2077779600,1),(1120,2088669600,0),(1120,2109229200,1),(1120,2120119200,0),(1120,2140678800,1),(1121,-1861878784,1),(1121,-631110600,3),(1121,1285498800,2),(1121,1301752800,3),(1121,1316872800,2),(1121,1325239200,5),(1121,1333202400,4),(1121,1348927200,5),(1121,1365256800,4),(1121,1380376800,5),(1121,1396706400,4),(1121,1411826400,5),(1121,1428156000,4),(1121,1443276000,5),(1121,1459605600,4),(1121,1474725600,5),(1121,1491055200,4),(1121,1506175200,5),(1121,1522504800,4),(1121,1538229600,5),(1121,1554559200,4),(1121,1569679200,5),(1121,1586008800,4),(1121,1601128800,5),(1121,1617458400,4),(1122,-1330335000,0),(1122,-1320057000,1),(1122,-1300699800,2),(1122,-1287396000,1),(1122,-1269250200,2),(1122,-1255946400,1),(1122,-1237800600,2),(1122,-1224496800,1),(1122,-1206351000,2),(1122,-1192442400,1),(1122,-1174901400,2),(1122,-1160992800,1),(1122,-1143451800,2),(1122,-1125914400,1),(1122,-1112607000,2),(1122,-1094464800,1),(1122,-1081157400,2),(1122,-1063015200,1),(1122,-1049707800,2),(1122,-1031565600,1),(1122,-1018258200,2),(1122,-1000116000,1),(1122,-986808600,2),(1122,-968061600,1),(1122,-955359000,2),(1122,-936612000,1),(1122,-923304600,2),(1122,-757425600,5),(1122,152632800,3),(1122,162309600,4),(1122,183477600,3),(1122,194968800,4),(1122,215532000,3),(1122,226418400,4),(1122,246981600,3),(1122,257868000,4),(1122,278431200,3),(1122,289317600,4),(1122,309880800,3),(1122,320767200,4),(1122,341330400,3),(1122,352216800,4),(1122,372780000,3),(1122,384271200,4),(1122,404834400,3),(1122,415720800,4),(1122,436284000,3),(1122,447170400,4),(1122,467733600,3),(1122,478620000,4),(1122,499183200,3),(1122,510069600,4),(1122,530632800,3),(1122,541519200,4),(1122,562082400,3),(1122,573573600,4),(1122,594136800,3),(1122,605023200,4),(1122,623772000,3),(1122,637682400,4),(1122,655221600,3),(1122,669132000,4),(1122,686671200,3),(1122,700581600,4),(1122,718120800,3),(1122,732636000,4),(1122,749570400,3),(1122,764085600,4),(1122,781020000,3),(1122,795535200,4),(1122,812469600,3),(1122,826984800,4),(1122,844524000,3),(1122,858434400,4),(1122,875973600,3),(1122,889884000,4),(1122,907423200,3),(1122,921938400,4),(1122,938872800,3),(1122,953388000,4),(1122,970322400,3),(1122,984837600,4),(1122,1002376800,3),(1122,1016287200,4),(1122,1033826400,3),(1122,1047736800,4),(1122,1065276000,3),(1122,1079791200,4),(1122,1096725600,3),(1122,1111240800,4),(1122,1128175200,3),(1122,1142690400,4),(1122,1159624800,3),(1122,1174140000,4),(1122,1191074400,3),(1122,1207404000,4),(1122,1222524000,3),(1122,1238853600,4),(1122,1253973600,3),(1122,1270303200,4),(1122,1285423200,3),(1122,1301752800,4),(1122,1316872800,3),(1122,1333202400,4),(1122,1348927200,3),(1122,1365256800,4),(1122,1380376800,3),(1122,1396706400,4),(1122,1411826400,3),(1122,1428156000,4),(1122,1443276000,3),(1122,1459605600,4),(1122,1474725600,3),(1122,1491055200,4),(1122,1506175200,3),(1122,1522504800,4),(1122,1538229600,3),(1122,1554559200,4),(1122,1569679200,3),(1122,1586008800,4),(1122,1601128800,3),(1122,1617458400,4),(1122,1632578400,3),(1122,1648908000,4),(1122,1664028000,3),(1122,1680357600,4),(1122,1695477600,3),(1122,1712412000,4),(1122,1727532000,3),(1122,1743861600,4),(1122,1758981600,3),(1122,1775311200,4),(1122,1790431200,3),(1122,1806760800,4),(1122,1821880800,3),(1122,1838210400,4),(1122,1853330400,3),(1122,1869660000,4),(1122,1885384800,3),(1122,1901714400,4),(1122,1916834400,3),(1122,1933164000,4),(1122,1948284000,3),(1122,1964613600,4),(1122,1979733600,3),(1122,1996063200,4),(1122,2011183200,3),(1122,2027512800,4),(1122,2042632800,3),(1122,2058962400,4),(1122,2074687200,3),(1122,2091016800,4),(1122,2106136800,3),(1122,2122466400,4),(1122,2137586400,3),(1123,-868010400,1),(1123,-768906000,0),(1123,1419696000,2),(1124,-757426500,3),(1124,152632800,1),(1124,162309600,2),(1124,183477600,1),(1124,194968800,2),(1124,215532000,1),(1124,226418400,2),(1124,246981600,1),(1124,257868000,2),(1124,278431200,1),(1124,289317600,2),(1124,309880800,1),(1124,320767200,2),(1124,341330400,1),(1124,352216800,2),(1124,372780000,1),(1124,384271200,2),(1124,404834400,1),(1124,415720800,2),(1124,436284000,1),(1124,447170400,2),(1124,467733600,1),(1124,478620000,2),(1124,499183200,1),(1124,510069600,2),(1124,530632800,1),(1124,541519200,2),(1124,562082400,1),(1124,573573600,2),(1124,594136800,1),(1124,605023200,2),(1124,623772000,1),(1124,637682400,2),(1124,655221600,1),(1124,669132000,2),(1124,686671200,1),(1124,700581600,2),(1124,718120800,1),(1124,732636000,2),(1124,749570400,1),(1124,764085600,2),(1124,781020000,1),(1124,795535200,2),(1124,812469600,1),(1124,826984800,2),(1124,844524000,1),(1124,858434400,2),(1124,875973600,1),(1124,889884000,2),(1124,907423200,1),(1124,921938400,2),(1124,938872800,1),(1124,953388000,2),(1124,970322400,1),(1124,984837600,2),(1124,1002376800,1),(1124,1016287200,2),(1124,1033826400,1),(1124,1047736800,2),(1124,1065276000,1),(1124,1079791200,2),(1124,1096725600,1),(1124,1111240800,2),(1124,1128175200,1),(1124,1142690400,2),(1124,1159624800,1),(1124,1174140000,2),(1124,1191074400,1),(1124,1207404000,2),(1124,1222524000,1),(1124,1238853600,2),(1124,1253973600,1),(1124,1270303200,2),(1124,1285423200,1),(1124,1301752800,2),(1124,1316872800,1),(1124,1333202400,2),(1124,1348927200,1),(1124,1365256800,2),(1124,1380376800,1),(1124,1396706400,2),(1124,1411826400,1),(1124,1428156000,2),(1124,1443276000,1),(1124,1459605600,2),(1124,1474725600,1),(1124,1491055200,2),(1124,1506175200,1),(1124,1522504800,2),(1124,1538229600,1),(1124,1554559200,2),(1124,1569679200,1),(1124,1586008800,2),(1124,1601128800,1),(1124,1617458400,2),(1124,1632578400,1),(1124,1648908000,2),(1124,1664028000,1),(1124,1680357600,2),(1124,1695477600,1),(1124,1712412000,2),(1124,1727532000,1),(1124,1743861600,2),(1124,1758981600,1),(1124,1775311200,2),(1124,1790431200,1),(1124,1806760800,2),(1124,1821880800,1),(1124,1838210400,2),(1124,1853330400,1),(1124,1869660000,2),(1124,1885384800,1),(1124,1901714400,2),(1124,1916834400,1),(1124,1933164000,2),(1124,1948284000,1),(1124,1964613600,2),(1124,1979733600,1),(1124,1996063200,2),(1124,2011183200,1),(1124,2027512800,2),(1124,2042632800,1),(1124,2058962400,2),(1124,2074687200,1),(1124,2091016800,2),(1124,2106136800,1),(1124,2122466400,2),(1124,2137586400,1),(1125,-1743674400,1),(1125,-1606813200,0),(1125,-907408800,1),(1125,-770634000,0),(1126,-1178124152,3),(1126,-36619200,1),(1126,-23922000,2),(1126,-3355200,1),(1126,7527600,2),(1126,24465600,1),(1126,37767600,2),(1126,55915200,1),(1126,69217200,2),(1126,87969600,1),(1126,100666800,2),(1126,118209600,1),(1126,132116400,2),(1126,150868800,1),(1126,163566000,2),(1126,182318400,1),(1126,195620400,2),(1126,213768000,1),(1126,227070000,2),(1126,245217600,1),(1126,258519600,2),(1126,277272000,1),(1126,289969200,2),(1126,308721600,1),(1126,321418800,2),(1126,340171200,1),(1126,353473200,2),(1126,371620800,1),(1126,384922800,4),(1126,403070400,5),(1126,416372400,4),(1126,434520000,5),(1126,447822000,4),(1126,466574400,5),(1126,479271600,4),(1126,498024000,5),(1126,510721200,4),(1126,529473600,5),(1126,545194800,4),(1126,560923200,5),(1126,574225200,4),(1126,592372800,5),(1126,605674800,4),(1126,624427200,5),(1126,637124400,4),(1126,653457600,5),(1126,668574000,4),(1126,687326400,5),(1126,700628400,4),(1126,718776000,5),(1126,732078000,4),(1126,750225600,5),(1126,763527600,4),(1126,781675200,5),(1126,794977200,4),(1126,813729600,5),(1126,826426800,4),(1126,845179200,5),(1126,859690800,4),(1126,876628800,5),(1126,889930800,4),(1126,906868800,5),(1126,923194800,4),(1126,939528000,5),(1126,952830000,4),(1126,971582400,5),(1126,984279600,4),(1126,1003032000,5),(1126,1015729200,4),(1126,1034481600,5),(1126,1047178800,4),(1126,1065931200,5),(1126,1079233200,4),(1126,1097380800,5),(1126,1110682800,4),(1126,1128830400,5),(1126,1142132400,4),(1126,1160884800,5),(1126,1173582000,4),(1126,1192334400,5),(1126,1206846000,4),(1126,1223784000,5),(1126,1237086000,4),(1126,1255233600,5),(1126,1270350000,4),(1126,1286683200,5),(1126,1304823600,4),(1126,1313899200,5),(1126,1335668400,4),(1126,1346558400,5),(1126,1367118000,4),(1126,1378612800,5),(1126,1398567600,4),(1126,1410062400,5),(1126,1463281200,4),(1126,1471147200,5),(1126,1494730800,4),(1126,1502596800,5),(1126,1526180400,4),(1126,1534046400,5),(1126,1554606000,4),(1126,1567915200,5),(1126,1586055600,4),(1126,1599364800,5),(1126,1617505200,4),(1126,1630814400,5),(1126,1648954800,4),(1126,1662264000,5),(1126,1680404400,4),(1126,1693713600,5),(1126,1712458800,4),(1126,1725768000,5),(1126,1743908400,4),(1126,1757217600,5),(1126,1775358000,4),(1126,1788667200,5),(1126,1806807600,4),(1126,1820116800,5),(1126,1838257200,4),(1126,1851566400,5),(1126,1870311600,4),(1126,1883016000,5),(1126,1901761200,4),(1126,1915070400,5),(1126,1933210800,4),(1126,1946520000,5),(1126,1964660400,4),(1126,1977969600,5),(1126,1996110000,4),(1126,2009419200,5),(1126,2027559600,4),(1126,2040868800,5),(1126,2059614000,4),(1126,2072318400,5),(1126,2091063600,4),(1126,2104372800,5),(1126,2122513200,4),(1126,2135822400,5),(1127,-1829387596,4),(1127,125409600,1),(1127,133876800,2),(1127,433256400,3),(1127,448977600,4),(1127,464706000,3),(1127,480427200,4),(1127,496760400,3),(1127,511876800,4),(1127,528210000,3),(1127,543931200,4),(1127,559659600,3),(1127,575380800,4),(1127,591109200,3),(1127,606830400,4),(1127,622558800,3),(1127,638280000,4),(1127,654008400,3),(1127,669729600,4),(1127,686062800,3),(1127,696340800,4),(1127,719931600,3),(1127,727790400,4),(1128,-1020470400,1),(1128,307627200,2),(1128,788871600,3),(1129,1325242800,1),(1130,-1709985344,2),(1130,909842400,1),(1130,920124000,2),(1130,941896800,1),(1130,951573600,2),(1130,1259416800,1),(1130,1269698400,2),(1130,1287842400,1),(1130,1299333600,2),(1130,1319292000,1),(1130,1327154400,2),(1130,1350741600,1),(1130,1358604000,2),(1130,1382796000,1),(1130,1390050000,2),(1130,1414850400,1),(1130,1421503200,2),(1130,1446300000,1),(1130,1452952800,2),(1130,1478354400,1),(1130,1484402400,2),(1130,1509804000,1),(1130,1515852000,2),(1130,1541253600,1),(1130,1547301600,2),(1130,1573308000,1),(1130,1578751200,2),(1130,1608386400,1),(1130,1610805600,2),(1130,1668261600,1),(1130,1673704800,2),(1130,1699711200,1),(1130,1705154400,2),(1130,1731160800,1),(1130,1736604000,2),(1130,1762610400,1),(1130,1768658400,2),(1130,1794060000,1),(1130,1800108000,2),(1130,1826114400,1),(1130,1831557600,2),(1130,1857564000,1),(1130,1863007200,2),(1130,1889013600,1),(1130,1894456800,2),(1130,1920463200,1),(1130,1925906400,2),(1130,1951912800,1),(1130,1957960800,2),(1130,1983967200,1),(1130,1989410400,2),(1130,2015416800,1),(1130,2020860000,2),(1130,2046866400,1),(1130,2052309600,2),(1130,2078316000,1),(1130,2083759200,2),(1130,2109765600,1),(1130,2115813600,2),(1130,2141215200,1),(1130,2147263200,2),(1132,-1230746496,1),(1132,504939600,3),(1132,722930400,2),(1132,728888400,3),(1133,-1806678012,1),(1134,-1806748788,1),(1135,-885549600,1),(1135,-802256400,0),(1135,-331891200,2),(1135,-281610000,0),(1135,-73728000,2),(1135,-29415540,0),(1135,-16704000,2),(1135,-10659600,0),(1135,9907200,2),(1135,21394800,0),(1135,41356800,2),(1135,52844400,0),(1135,124819200,2),(1135,130863600,0),(1135,201888000,2),(1135,209487660,0),(1135,230659200,2),(1135,241542000,0),(1135,977493600,3),(1136,-1157283000,1),(1136,-1155436200,0),(1136,-880198200,2),(1136,-769395600,3),(1136,-765376200,0),(1136,-712150200,4),(1137,-1157283000,1),(1137,-1155436200,0),(1137,-880198200,2),(1137,-769395600,3),(1137,-765376200,0),(1137,-712150200,4),(1138,-1020470400,1),(1138,307627200,2),(1138,788871600,3),(1139,307622400,1),(1139,788868000,2),(1140,-1743678000,1),(1140,-1606813200,0),(1140,-1041418800,2),(1140,-907408800,1),(1140,-770634000,0),(1140,-7988400,3),(1140,915105600,0),(1141,-1041418800,1),(1141,-907408800,2),(1141,-817462800,0),(1141,-7988400,3),(1141,745934400,4),(1142,-1743678000,1),(1142,-1606813200,0),(1142,-1041418800,2),(1142,-907408800,1),(1142,-818067600,0),(1142,-7988400,3),(1143,-1806676920,1),(1144,-1861879032,1),(1145,-1545131260,1),(1145,-862918200,2),(1145,-767350800,1),(1145,287418600,3),(1146,-543069620,1),(1146,-173623200,2),(1147,-599656320,1),(1147,152029800,2),(1147,162916200,3),(1147,1443882600,4),(1147,1561899600,6),(1147,1570287600,5),(1147,1586012400,4),(1147,1601737200,5),(1147,1617462000,4),(1147,1633186800,5),(1147,1648911600,4),(1147,1664636400,5),(1147,1680361200,4),(1147,1696086000,5),(1147,1712415600,4),(1147,1728140400,5),(1147,1743865200,4),(1147,1759590000,5),(1147,1775314800,4),(1147,1791039600,5),(1147,1806764400,4),(1147,1822489200,5),(1147,1838214000,4),(1147,1853938800,5),(1147,1869663600,4),(1147,1885993200,5),(1147,1901718000,4),(1147,1917442800,5),(1147,1933167600,4),(1147,1948892400,5),(1147,1964617200,4),(1147,1980342000,5),(1147,1996066800,4),(1147,2011791600,5),(1147,2027516400,4),(1147,2043241200,5),(1147,2058966000,4),(1147,2075295600,5),(1147,2091020400,4),(1147,2106745200,5),(1147,2122470000,4),(1147,2138194800,5),(1148,-1829387148,2),(1148,250002000,1),(1148,257342400,2),(1148,281451600,1),(1148,288878400,2),(1148,849366000,3),(1148,857228400,4),(1149,-1861879032,1),(1151,893665800,1),(1152,-1743678000,1),(1152,-1606813200,0),(1152,-1041418800,2),(1152,-907408800,1),(1152,-770634000,0),(1153,-1743678000,1),(1153,-1606813200,0),(1153,-1041418800,2),(1153,-907408800,1),(1153,-770634000,0),(1155,-543072056,1),(1155,279714600,3),(1155,289387800,2),(1155,309952800,3),(1155,320837400,2),(1155,341402400,3),(1155,352287000,2),(1155,372852000,3),(1155,384341400,2),(1155,404906400,3),(1155,415791000,2),(1155,436356000,3),(1155,447240600,2),(1155,467805600,3),(1155,478690200,2),(1155,499255200,3),(1155,510139800,2),(1155,530704800,3),(1155,541589400,2),(1155,562154400,3),(1155,573643800,2),(1155,594208800,3),(1155,605093400,2),(1155,625658400,3),(1155,636543000,2),(1155,657108000,3),(1155,667992600,2),(1156,-885549600,1),(1156,-802256400,0),(1156,-331891200,2),(1156,-281610000,0),(1156,-73728000,2),(1156,-29415540,0),(1156,-16704000,2),(1156,-10659600,0),(1156,9907200,2),(1156,21394800,0),(1156,41356800,2),(1156,52844400,0),(1156,124819200,2),(1156,130863600,0),(1156,201888000,2),(1156,209487660,0),(1156,230659200,2),(1156,241542000,0),(1156,977493600,3),(1157,-1861879032,1),(1158,-1806674504,1),(1160,-767189952,1),(1160,-284041200,2),(1160,939214800,3),(1160,953384400,4),(1160,973342800,5),(1160,980596800,2),(1160,1004792400,5),(1160,1012046400,2),(1160,1478350800,5),(1160,1484398800,2),(1161,-1743674400,1),(1161,-1606813200,0),(1161,-907408800,1),(1161,-770634000,0),(1164,-1743674400,1),(1164,-1606813200,0),(1164,-907408800,1),(1164,-770634000,0),(1165,-1717032240,2),(1165,-1693706400,1),(1165,-1680483600,2),(1165,-1663455600,3),(1165,-1650150000,4),(1165,-1632006000,3),(1165,-1618700400,7),(1165,-1600473600,5),(1165,-1587168000,6),(1165,-1501725600,2),(1165,-931734000,1),(1165,-857257200,4),(1165,-844556400,3),(1165,-828226800,4),(1165,-812502000,3),(1165,-796874400,1),(1165,-796608000,2),(1165,-778726800,1),(1165,-762660000,2),(1165,-748486800,3),(1165,-733273200,4),(1165,-715215600,3),(1165,-701910000,4),(1165,-684975600,3),(1165,-670460400,4),(1165,-654130800,3),(1165,-639010800,4),(1165,-397094400,3),(1165,-386812800,4),(1165,-371088000,3),(1165,-355363200,4),(1165,-334195200,3),(1165,-323308800,4),(1165,-307584000,3),(1165,-291859200,4),(1165,-271296000,3),(1165,-260409600,4),(1165,-239846400,3),(1165,-228960000,4),(1165,-208396800,3),(1165,-197510400,4),(1165,-176342400,3),(1165,-166060800,4),(1165,220921200,2),(1165,228873600,3),(1165,243993600,4),(1165,260323200,3),(1165,276048000,4),(1165,291772800,3),(1165,307497600,4),(1165,323827200,3),(1165,338947200,4),(1165,354672000,3),(1165,370396800,4),(1165,386121600,3),(1165,401846400,4),(1165,417571200,3),(1165,433296000,4),(1165,449020800,3),(1165,465350400,4),(1165,481075200,3),(1165,496800000,4),(1165,512524800,3),(1165,528249600,4),(1165,543974400,3),(1165,559699200,4),(1165,567990000,2),(1165,575427600,8),(1165,591152400,9),(1165,606877200,8),(1165,622602000,9),(1165,638326800,8),(1165,654656400,9),(1165,670381200,8),(1165,686106000,9),(1165,701830800,8),(1165,717555600,9),(1165,733280400,8),(1165,749005200,9),(1165,764730000,8),(1165,780454800,9),(1165,796179600,8),(1165,811904400,9),(1165,828234000,8),(1165,846378000,9),(1165,859683600,8),(1165,877827600,9),(1165,891133200,8),(1165,909277200,9),(1165,922582800,8),(1165,941331600,9),(1165,954032400,8),(1165,972781200,9),(1165,985482000,8),(1165,1004230800,9),(1165,1017536400,8),(1165,1035680400,9),(1165,1048986000,8),(1165,1067130000,9),(1165,1080435600,8),(1165,1099184400,9),(1165,1111885200,8),(1165,1130634000,9),(1165,1143334800,8),(1165,1162083600,9),(1165,1174784400,8),(1165,1193533200,9),(1165,1206838800,8),(1165,1224982800,9),(1165,1238288400,8),(1165,1256432400,9),(1165,1269738000,8),(1165,1288486800,9),(1165,1301187600,8),(1165,1319936400,9),(1165,1332637200,8),(1165,1351386000,9),(1165,1364691600,8),(1165,1382835600,9),(1165,1396141200,8),(1165,1414285200,9),(1165,1427590800,8),(1165,1445734800,9),(1165,1459040400,8),(1165,1477789200,9),(1165,1490490000,8),(1165,1509238800,9),(1165,1521939600,8),(1165,1540688400,9),(1165,1553994000,8),(1165,1572138000,9),(1165,1585443600,8),(1165,1603587600,9),(1165,1616893200,8),(1165,1635642000,9),(1165,1648342800,8),(1165,1667091600,9),(1165,1679792400,8),(1165,1698541200,9),(1165,1711846800,8),(1165,1729990800,9),(1165,1743296400,8),(1165,1761440400,9),(1165,1774746000,8),(1165,1792890000,9),(1165,1806195600,8),(1165,1824944400,9),(1165,1837645200,8),(1165,1856394000,9),(1165,1869094800,8),(1165,1887843600,9),(1165,1901149200,8),(1165,1919293200,9),(1165,1932598800,8),(1165,1950742800,9),(1165,1964048400,8),(1165,1982797200,9),(1165,1995498000,8),(1165,2014246800,9),(1165,2026947600,8),(1165,2045696400,9),(1165,2058397200,8),(1165,2077146000,9),(1165,2090451600,8),(1165,2108595600,9),(1165,2121901200,8),(1165,2140045200,9),(1166,-1830384000,6),(1166,-1689555600,1),(1166,-1677801600,2),(1166,-1667437200,3),(1166,-1647738000,4),(1166,-1635814800,3),(1166,-1616202000,4),(1166,-1604365200,3),(1166,-1584666000,4),(1166,-1572742800,3),(1166,-1553043600,4),(1166,-1541206800,3),(1166,-1521507600,4),(1166,-1442451600,3),(1166,-1426813200,4),(1166,-1379293200,3),(1166,-1364778000,4),(1166,-1348448400,3),(1166,-1333328400,4),(1166,-1316394000,3),(1166,-1301274000,4),(1166,-1284339600,3),(1166,-1269824400,4),(1166,-1221440400,3),(1166,-1206925200,4),(1166,-1191200400,3),(1166,-1175475600,4),(1166,-1127696400,3),(1166,-1111971600,4),(1166,-1096851600,3),(1166,-1080522000,4),(1166,-1063587600,3),(1166,-1049072400,4),(1166,-1033347600,3),(1166,-1017622800,4),(1166,-1002502800,3),(1166,-986173200,4),(1166,-969238800,3),(1166,-950490000,4),(1166,-942022800,3),(1166,-922669200,4),(1166,-906944400,3),(1166,-891133200,4),(1166,-877309200,3),(1166,-873684000,5),(1166,-864007200,3),(1166,-857955600,4),(1166,-845859600,3),(1166,-842839200,5),(1166,-831348000,3),(1166,-825901200,4),(1166,-814410000,3),(1166,-810784800,5),(1166,-799898400,3),(1166,-794451600,4),(1166,-782960400,3),(1166,-779335200,5),(1166,-768448800,3),(1166,-763002000,4),(1166,-749091600,3),(1166,-733366800,4),(1166,-717631200,3),(1166,-701906400,4),(1166,-686181600,3),(1166,-670456800,4),(1166,-654732000,3),(1166,-639007200,4),(1166,-623282400,3),(1166,-607557600,4),(1166,-591832800,3),(1166,-575503200,4),(1166,-559778400,3),(1166,-544053600,4),(1166,-528328800,3),(1166,-512604000,4),(1166,-496879200,3),(1166,-481154400,4),(1166,-465429600,3),(1166,-449704800,4),(1166,-433980000,3),(1166,-417650400,4),(1166,-401925600,3),(1166,-386200800,4),(1166,-370476000,3),(1166,-354751200,4),(1166,-339026400,3),(1166,-323301600,4),(1166,-307576800,3),(1166,-291852000,4),(1166,-276127200,3),(1166,-260402400,4),(1166,-244677600,3),(1166,-228348000,4),(1166,-212623200,3),(1166,-196898400,4),(1166,-181173600,3),(1166,-165448800,4),(1166,-149724000,3),(1166,-133999200,4),(1166,-118274400,7),(1166,212544000,2),(1166,228268800,3),(1166,243993600,4),(1166,260323200,3),(1166,276048000,4),(1166,291772800,3),(1166,307501200,4),(1166,323222400,3),(1166,338950800,4),(1166,354675600,3),(1166,370400400,4),(1166,386125200,3),(1166,401850000,4),(1166,417578400,3),(1166,433299600,4),(1166,449024400,3),(1166,465354000,4),(1166,481078800,3),(1166,496803600,4),(1166,512528400,3),(1166,528253200,4),(1166,543978000,3),(1166,559702800,4),(1166,575427600,3),(1166,591152400,4),(1166,606877200,3),(1166,622602000,4),(1166,638326800,3),(1166,654656400,4),(1166,670381200,3),(1166,686106000,4),(1166,701830800,3),(1166,717555600,8),(1166,733280400,9),(1166,749005200,8),(1166,764730000,9),(1166,780454800,8),(1166,796179600,9),(1166,811904400,8),(1166,828234000,10),(1166,846378000,6),(1166,859683600,10),(1166,877827600,6),(1166,891133200,10),(1166,909277200,6),(1166,922582800,10),(1166,941331600,6),(1166,954032400,10),(1166,972781200,6),(1166,985482000,10),(1166,1004230800,6),(1166,1017536400,10),(1166,1035680400,6),(1166,1048986000,10),(1166,1067130000,6),(1166,1080435600,10),(1166,1099184400,6),(1166,1111885200,10),(1166,1130634000,6),(1166,1143334800,10),(1166,1162083600,6),(1166,1174784400,10),(1166,1193533200,6),(1166,1206838800,10),(1166,1224982800,6),(1166,1238288400,10),(1166,1256432400,6),(1166,1269738000,10),(1166,1288486800,6),(1166,1301187600,10),(1166,1319936400,6),(1166,1332637200,10),(1166,1351386000,6),(1166,1364691600,10),(1166,1382835600,6),(1166,1396141200,10),(1166,1414285200,6),(1166,1427590800,10),(1166,1445734800,6),(1166,1459040400,10),(1166,1477789200,6),(1166,1490490000,10),(1166,1509238800,6),(1166,1521939600,10),(1166,1540688400,6),(1166,1553994000,10),(1166,1572138000,6),(1166,1585443600,10),(1166,1603587600,6),(1166,1616893200,10),(1166,1635642000,6),(1166,1648342800,10),(1166,1667091600,6),(1166,1679792400,10),(1166,1698541200,6),(1166,1711846800,10),(1166,1729990800,6),(1166,1743296400,10),(1166,1761440400,6),(1166,1774746000,10),(1166,1792890000,6),(1166,1806195600,10),(1166,1824944400,6),(1166,1837645200,10),(1166,1856394000,6),(1166,1869094800,10),(1166,1887843600,6),(1166,1901149200,10),(1166,1919293200,6),(1166,1932598800,10),(1166,1950742800,6),(1166,1964048400,10),(1166,1982797200,6),(1166,1995498000,10),(1166,2014246800,6),(1166,2026947600,10),(1166,2045696400,6),(1166,2058397200,10),(1166,2077146000,6),(1166,2090451600,10),(1166,2108595600,6),(1166,2121901200,10),(1166,2140045200,6),(1167,-1017820800,1),(1167,-766224000,0),(1167,-745833600,2),(1167,-733827600,0),(1167,-716889600,2),(1167,-699613200,0),(1167,-683884800,2),(1167,-670669200,0),(1167,-652348800,2),(1167,-639133200,0),(1167,-620812800,2),(1167,-607597200,0),(1167,-589276800,2),(1167,-576061200,0),(1167,-562924800,2),(1167,-541760400,0),(1167,-528710400,2),(1167,-510224400,0),(1167,-497174400,2),(1167,-478688400,0),(1167,-465638400,2),(1167,-449830800,0),(1167,-434016000,2),(1167,-418208400,0),(1167,-402480000,2),(1167,-386672400,0),(1167,-370944000,2),(1167,-355136400,0),(1167,-339408000,2),(1167,-323600400,0),(1167,-302515200,2),(1167,-291978000,0),(1167,-270979200,2),(1167,-260442000,0),(1167,133977600,2),(1167,149785200,0),(1167,165513600,2),(1167,181321200,0),(1167,299606400,2),(1167,307551600,0),(1168,-1948782472,1),(1168,-1830414600,2),(1168,-767350800,4),(1168,-681210000,3),(1168,-672228000,4),(1168,-654771600,3),(1168,-640864800,4),(1168,-623408400,3),(1168,-609415200,4),(1168,-588848400,3),(1168,-577965600,4),(1168,-498128400,1),(1168,-462702600,5),(1168,-451733400,1),(1168,-429784200,5),(1168,-418296600,1),(1168,-399544200,5),(1168,-387451800,1),(1168,-368094600,5),(1168,-356002200,1),(1168,-336645000,5),(1168,-324552600,1),(1168,-305195400,5),(1168,-293103000,1),(1168,-264933000,4),(1168,547578000,3),(1168,560883600,4),(1168,579027600,3),(1168,592333200,4),(1169,-2038200925,1),(1169,-1167634800,2),(1169,-1073028000,3),(1169,-894180000,4),(1169,-879665400,5),(1169,-767005200,4),(1169,378664200,6),(1170,-1869875816,2),(1170,-1693706400,1),(1170,-1680490800,2),(1170,-1570413600,1),(1170,-1552186800,2),(1170,-1538359200,1),(1170,-1522551600,2),(1170,-1507514400,1),(1170,-1490583600,2),(1170,-1440208800,1),(1170,-1428030000,2),(1170,-1409709600,1),(1170,-1396494000,2),(1170,-931053600,1),(1170,-922676400,2),(1170,-917834400,1),(1170,-892436400,2),(1170,-875844000,1),(1170,-764737200,2),(1170,-744343200,1),(1170,-733806000,2),(1170,-716436000,1),(1170,-701924400,2),(1170,-684986400,1),(1170,-670474800,2),(1170,-654141600,1),(1170,-639025200,2),(1170,-622087200,1),(1170,-606970800,2),(1170,-590032800,1),(1170,-575521200,2),(1170,-235620000,1),(1170,-194842800,2),(1170,-177732000,1),(1170,-165726000,2),(1170,107910000,1),(1170,121215600,2),(1170,133920000,1),(1170,152665200,2),(1170,164678400,1),(1170,184114800,2),(1170,196214400,1),(1170,215564400,2),(1170,228873600,1),(1170,245804400,2),(1170,260323200,1),(1170,267915600,3),(1170,428454000,4),(1170,433893600,3),(1170,468111600,2),(1170,482799600,5),(1170,496710000,6),(1170,512521200,5),(1170,528246000,6),(1170,543970800,5),(1170,559695600,6),(1170,575420400,5),(1170,591145200,6),(1170,606870000,5),(1170,622594800,6),(1170,638319600,5),(1170,654649200,6),(1170,670374000,5),(1170,686098800,6),(1170,701823600,5),(1170,717548400,6),(1170,733273200,5),(1170,748998000,6),(1170,764118000,5),(1170,780447600,6),(1170,796172400,5),(1170,811897200,6),(1170,828226800,5),(1170,846370800,6),(1170,859676400,5),(1170,877820400,6),(1170,891126000,5),(1170,909270000,6),(1170,922575600,5),(1170,941324400,6),(1170,954025200,5),(1170,972774000,6),(1170,985474800,5),(1170,1004223600,6),(1170,1017529200,5),(1170,1035673200,6),(1170,1048978800,5),(1170,1067122800,6),(1170,1080428400,5),(1170,1099177200,6),(1170,1111878000,5),(1170,1130626800,6),(1170,1143327600,5),(1170,1162076400,6),(1170,1167602400,2),(1170,1174784400,7),(1170,1193533200,8),(1170,1206838800,7),(1170,1224982800,8),(1170,1238288400,7),(1170,1256432400,8),(1170,1269738000,7),(1170,1288486800,8),(1170,1301274000,7),(1170,1319936400,8),(1170,1332637200,7),(1170,1351386000,8),(1170,1364691600,7),(1170,1382835600,8),(1170,1396227600,7),(1170,1414285200,8),(1170,1427590800,7),(1170,1446944400,8),(1170,1459040400,7),(1170,1473195600,3),(1172,-880200000,1),(1172,-769395600,2),(1172,-765378000,0),(1172,-86882400,3),(1172,-21470400,4),(1172,-5749200,3),(1172,9979200,4),(1172,25700400,3),(1172,41428800,4),(1172,57754800,3),(1172,73483200,4),(1172,89204400,3),(1172,104932800,4),(1172,120654000,3),(1172,126705600,4),(1172,152103600,3),(1172,162388800,4),(1172,183553200,3),(1172,199281600,4),(1172,215607600,3),(1172,230731200,4),(1172,247057200,3),(1172,262785600,4),(1172,278506800,3),(1172,294235200,4),(1172,309956400,3),(1172,325684800,4),(1172,341406000,3),(1172,357134400,4),(1172,372855600,3),(1172,388584000,4),(1172,404910000,3),(1172,420033600,4),(1172,436359600,5),(1172,439030800,7),(1172,452084400,6),(1172,467805600,7),(1172,483534000,6),(1172,499255200,7),(1172,514983600,6),(1172,530704800,7),(1172,544618800,6),(1172,562154400,7),(1172,576068400,6),(1172,594208800,7),(1172,607518000,6),(1172,625658400,7),(1172,638967600,6),(1172,657108000,7),(1172,671022000,6),(1172,688557600,7),(1172,702471600,6),(1172,720007200,7),(1172,733921200,6),(1172,752061600,7),(1172,765370800,6),(1172,783511200,7),(1172,796820400,6),(1172,814960800,7),(1172,828874800,6),(1172,846410400,7),(1172,860324400,6),(1172,877860000,7),(1172,891774000,6),(1172,909309600,7),(1172,923223600,6),(1172,941364000,7),(1172,954673200,6),(1172,972813600,7),(1172,986122800,6),(1172,1004263200,7),(1172,1018177200,6),(1172,1035712800,7),(1172,1049626800,6),(1172,1067162400,7),(1172,1081076400,6),(1172,1099216800,7),(1172,1112526000,6),(1172,1130666400,7),(1172,1143975600,6),(1172,1162116000,7),(1172,1173610800,6),(1172,1194170400,7),(1172,1205060400,6),(1172,1225620000,7),(1172,1236510000,6),(1172,1257069600,7),(1172,1268564400,6),(1172,1289124000,7),(1172,1300014000,6),(1172,1320573600,7),(1172,1331463600,6),(1172,1352023200,7),(1172,1362913200,6),(1172,1383472800,7),(1172,1394362800,6),(1172,1414922400,7),(1172,1425812400,6),(1172,1446372000,7),(1172,1457866800,6),(1172,1478426400,7),(1172,1489316400,6),(1172,1509876000,7),(1172,1520766000,6),(1172,1541325600,7),(1172,1552215600,6),(1172,1572775200,7),(1172,1583665200,6),(1172,1604224800,7),(1172,1615719600,6),(1172,1636279200,7),(1172,1647169200,6),(1172,1667728800,7),(1172,1678618800,6),(1172,1699178400,7),(1172,1710068400,6),(1172,1730628000,7),(1172,1741518000,6),(1172,1762077600,7),(1172,1772967600,6),(1172,1793527200,7),(1172,1805022000,6),(1172,1825581600,7),(1172,1836471600,6),(1172,1857031200,7),(1172,1867921200,6),(1172,1888480800,7),(1172,1899370800,6),(1172,1919930400,7),(1172,1930820400,6),(1172,1951380000,7),(1172,1962874800,6),(1172,1983434400,7),(1172,1994324400,6),(1172,2014884000,7),(1172,2025774000,6),(1172,2046333600,7),(1172,2057223600,6),(1172,2077783200,7),(1172,2088673200,6),(1172,2109232800,7),(1172,2120122800,6),(1172,2140682400,7),(1173,-880196400,1),(1173,-769395600,2),(1173,-765374400,0),(1173,-86878800,3),(1173,-21466800,4),(1173,-5745600,3),(1173,9982800,4),(1173,25704000,3),(1173,41432400,4),(1173,57758400,3),(1173,73486800,4),(1173,89208000,3),(1173,104936400,4),(1173,120657600,3),(1173,126709200,4),(1173,152107200,3),(1173,162392400,4),(1173,183556800,3),(1173,199285200,4),(1173,215611200,3),(1173,230734800,4),(1173,247060800,3),(1173,262789200,4),(1173,278510400,3),(1173,294238800,4),(1173,309960000,3),(1173,325688400,4),(1173,341409600,3),(1173,357138000,4),(1173,372859200,3),(1173,388587600,4),(1173,404913600,3),(1173,420037200,4),(1173,436363200,5),(1173,439034400,7),(1173,452088000,6),(1173,467809200,7),(1173,483537600,6),(1173,499258800,7),(1173,514987200,6),(1173,530708400,7),(1173,544622400,6),(1173,562158000,7),(1173,576072000,6),(1173,594212400,7),(1173,607521600,6),(1173,625662000,7),(1173,638971200,6),(1173,657111600,7),(1173,671025600,6),(1173,688561200,7),(1173,702475200,6),(1173,720010800,7),(1173,733924800,6),(1173,752065200,7),(1173,765374400,6),(1173,783514800,7),(1173,796824000,6),(1173,814964400,7),(1173,828878400,6),(1173,846414000,7),(1173,860328000,6),(1173,877863600,7),(1173,891777600,6),(1173,909313200,7),(1173,923227200,6),(1173,941367600,7),(1173,954676800,6),(1173,972817200,7),(1173,986126400,6),(1173,1004266800,7),(1173,1018180800,6),(1173,1035716400,7),(1173,1049630400,6),(1173,1067166000,7),(1173,1081080000,6),(1173,1099220400,7),(1173,1112529600,6),(1173,1130670000,7),(1173,1143979200,6),(1173,1162119600,7),(1173,1173614400,6),(1173,1194174000,7),(1173,1205064000,6),(1173,1225623600,7),(1173,1236513600,6),(1173,1257073200,7),(1173,1268568000,6),(1173,1289127600,7),(1173,1300017600,6),(1173,1320577200,7),(1173,1331467200,6),(1173,1352026800,7),(1173,1362916800,6),(1173,1383476400,7),(1173,1394366400,6),(1173,1414926000,7),(1173,1425816000,6),(1173,1446375600,7),(1173,1457870400,6),(1173,1478430000,7),(1173,1489320000,6),(1173,1509879600,7),(1173,1520769600,6),(1173,1541329200,7),(1173,1552219200,6),(1173,1572778800,7),(1173,1583668800,6),(1173,1604228400,7),(1173,1615723200,6),(1173,1636282800,7),(1173,1647172800,6),(1173,1667732400,7),(1173,1678622400,6),(1173,1699182000,7),(1173,1710072000,6),(1173,1730631600,7),(1173,1741521600,6),(1173,1762081200,7),(1173,1772971200,6),(1173,1793530800,7),(1173,1805025600,6),(1173,1825585200,7),(1173,1836475200,6),(1173,1857034800,7),(1173,1867924800,6),(1173,1888484400,7),(1173,1899374400,6),(1173,1919934000,7),(1173,1930824000,6),(1173,1951383600,7),(1173,1962878400,6),(1173,1983438000,7),(1173,1994328000,6),(1173,2014887600,7),(1173,2025777600,6),(1173,2046337200,7),(1173,2057227200,6),(1173,2077786800,7),(1173,2088676800,6),(1173,2109236400,7),(1173,2120126400,6),(1173,2140686000,7),(1174,-1633273200,0),(1174,-1615132800,1),(1174,-1601823600,0),(1174,-1583683200,1),(1174,-880210800,2),(1174,-820519140,1),(1174,-812653140,2),(1174,-796845540,1),(1174,-84380400,0),(1174,-68659200,1),(1175,-1633276800,0),(1175,-1615136400,1),(1175,-1601827200,0),(1175,-1583686800,1),(1175,-1563724800,0),(1175,-1551632400,1),(1175,-1538928000,0),(1175,-1520182800,1),(1175,-1504454400,0),(1175,-1491757200,1),(1175,-1473004800,0),(1175,-1459702800,1),(1175,-1441555200,0),(1175,-1428253200,1),(1175,-1410105600,0),(1175,-1396803600,1),(1175,-1378656000,0),(1175,-1365354000,1),(1175,-1347206400,0),(1175,-1333904400,1),(1175,-1315152000,0),(1175,-1301850000,1),(1175,-1283702400,0),(1175,-1270400400,1),(1175,-1252252800,0),(1175,-1238950800,1),(1175,-1220803200,0),(1175,-1207501200,1),(1175,-1189353600,0),(1175,-1176051600,1),(1175,-1157299200,0),(1175,-1144602000,1),(1175,-1125849600,0),(1175,-1112547600,1),(1175,-1094400000,0),(1175,-1081098000,1),(1175,-1067788800,2),(1175,-1045414800,1),(1175,-1031500800,0),(1175,-1018198800,1),(1175,-1000051200,0),(1175,-986749200,1),(1175,-967996800,0),(1175,-955299600,1),(1175,-936547200,0),(1175,-923245200,1),(1175,-905097600,0),(1175,-891795600,1),(1175,-880214400,3),(1175,-769395600,4),(1175,-765392400,1),(1175,-747244800,0),(1175,-733942800,1),(1175,-715795200,0),(1175,-702493200,1),(1175,-684345600,0),(1175,-671043600,1),(1175,-652896000,0),(1175,-639594000,1),(1175,-620841600,0),(1175,-608144400,1),(1175,-589392000,0),(1175,-576090000,1),(1175,-557942400,0),(1175,-544640400,1),(1175,-526492800,0),(1175,-513190800,1),(1175,-495043200,0),(1175,-481741200,1),(1175,-463593600,0),(1175,-447267600,1),(1175,-431539200,0),(1175,-415818000,1),(1175,-400089600,0),(1175,-384368400,1),(1175,-368640000,0),(1175,-352918800,1),(1175,-337190400,0),(1175,-321469200,1),(1175,-305740800,0),(1175,-289414800,1),(1175,-273686400,0),(1175,-257965200,1),(1175,-242236800,0),(1175,-226515600,1),(1175,-210787200,0),(1175,-195066000,1),(1175,-179337600,0),(1175,-163616400,1),(1175,-147888000,0),(1175,-131562000,1),(1175,-116438400,0),(1175,-100112400,1),(1175,-84384000,0),(1175,-68662800,1),(1175,-52934400,0),(1175,-37213200,1),(1175,-21484800,0),(1175,-5763600,1),(1175,9964800,0),(1175,25686000,1),(1175,41414400,0),(1175,57740400,1),(1175,73468800,0),(1175,89190000,1),(1175,104918400,0),(1175,120639600,1),(1175,126691200,0),(1175,152089200,1),(1175,162374400,0),(1175,183538800,1),(1175,199267200,0),(1175,215593200,1),(1175,230716800,0),(1175,247042800,1),(1175,262771200,0),(1175,278492400,1),(1175,294220800,0),(1175,309942000,1),(1175,325670400,0),(1175,341391600,1),(1175,357120000,0),(1175,372841200,1),(1175,388569600,0),(1175,404895600,1),(1175,420019200,0),(1175,436345200,1),(1175,452073600,0),(1175,467794800,1),(1175,483523200,0),(1175,499244400,1),(1175,514972800,0),(1175,530694000,1),(1175,544608000,0),(1175,562143600,1),(1175,576057600,0),(1175,594198000,1),(1175,607507200,0),(1175,625647600,1),(1175,638956800,0),(1175,657097200,1),(1175,671011200,0),(1175,688546800,1),(1175,702460800,0),(1175,719996400,1),(1175,733910400,0),(1175,752050800,1),(1175,765360000,0),(1175,783500400,1),(1175,796809600,0),(1175,814950000,1),(1175,828864000,0),(1175,846399600,1),(1175,860313600,0),(1175,877849200,1),(1175,891763200,0),(1175,909298800,1),(1175,923212800,0),(1175,941353200,1),(1175,954662400,0),(1175,972802800,1),(1175,986112000,0),(1175,1004252400,1),(1175,1018166400,0),(1175,1035702000,1),(1175,1049616000,0),(1175,1067151600,1),(1175,1081065600,0),(1175,1099206000,1),(1175,1112515200,0),(1175,1130655600,1),(1175,1143964800,0),(1175,1162105200,1),(1175,1173600000,0),(1175,1194159600,1),(1175,1205049600,0),(1175,1225609200,1),(1175,1236499200,0),(1175,1257058800,1),(1175,1268553600,0),(1175,1289113200,1),(1175,1300003200,0),(1175,1320562800,1),(1175,1331452800,0),(1175,1352012400,1),(1175,1362902400,0),(1175,1383462000,1),(1175,1394352000,0),(1175,1414911600,1),(1175,1425801600,0),(1175,1446361200,1),(1175,1457856000,0),(1175,1478415600,1),(1175,1489305600,0),(1175,1509865200,1),(1175,1520755200,0),(1175,1541314800,1),(1175,1552204800,0),(1175,1572764400,1),(1175,1583654400,0),(1175,1604214000,1),(1175,1615708800,0),(1175,1636268400,1),(1175,1647158400,0),(1175,1667718000,1),(1175,1678608000,0),(1175,1699167600,1),(1175,1710057600,0),(1175,1730617200,1),(1175,1741507200,0),(1175,1762066800,1),(1175,1772956800,0),(1175,1793516400,1),(1175,1805011200,0),(1175,1825570800,1),(1175,1836460800,0),(1175,1857020400,1),(1175,1867910400,0),(1175,1888470000,1),(1175,1899360000,0),(1175,1919919600,1),(1175,1930809600,0),(1175,1951369200,1),(1175,1962864000,0),(1175,1983423600,1),(1175,1994313600,0),(1175,2014873200,1),(1175,2025763200,0),(1175,2046322800,1),(1175,2057212800,0),(1175,2077772400,1),(1175,2088662400,0),(1175,2109222000,1),(1175,2120112000,0),(1175,2140671600,1),(1176,-1633276800,0),(1176,-1615136400,1),(1176,-1601827200,0),(1176,-1583686800,1),(1176,-900259200,0),(1176,-891795600,1),(1176,-880214400,2),(1176,-769395600,3),(1176,-765392400,1),(1176,-747244800,0),(1176,-733942800,1),(1176,-715795200,0),(1176,-702493200,1),(1176,-684345600,0),(1176,-671043600,1),(1176,-652896000,0),(1176,-639594000,1),(1176,-620841600,0),(1176,-608144400,1),(1176,-589392000,0),(1176,-576090000,1),(1176,-557942400,0),(1176,-544640400,1),(1176,-526492800,0),(1176,-513190800,1),(1176,-495043200,0),(1176,-481741200,1),(1176,-463593600,4),(1176,-386787600,1),(1176,-368640000,4),(1176,-21488400,5),(1176,-5767200,4),(1176,9961200,5),(1176,25682400,4),(1176,1143961200,5),(1176,1162101600,4),(1176,1173596400,5),(1176,1194156000,4),(1176,1205046000,5),(1176,1225605600,4),(1176,1236495600,5),(1176,1257055200,4),(1176,1268550000,5),(1176,1289109600,4),(1176,1299999600,5),(1176,1320559200,4),(1176,1331449200,5),(1176,1352008800,4),(1176,1362898800,5),(1176,1383458400,4),(1176,1394348400,5),(1176,1414908000,4),(1176,1425798000,5),(1176,1446357600,4),(1176,1457852400,5),(1176,1478412000,4),(1176,1489302000,5),(1176,1509861600,4),(1176,1520751600,5),(1176,1541311200,4),(1176,1552201200,5),(1176,1572760800,4),(1176,1583650800,5),(1176,1604210400,4),(1176,1615705200,5),(1176,1636264800,4),(1176,1647154800,5),(1176,1667714400,4),(1176,1678604400,5),(1176,1699164000,4),(1176,1710054000,5),(1176,1730613600,4),(1176,1741503600,5),(1176,1762063200,4),(1176,1772953200,5),(1176,1793512800,4),(1176,1805007600,5),(1176,1825567200,4),(1176,1836457200,5),(1176,1857016800,4),(1176,1867906800,5),(1176,1888466400,4),(1176,1899356400,5),(1176,1919916000,4),(1176,1930806000,5),(1176,1951365600,4),(1176,1962860400,5),(1176,1983420000,4),(1176,1994310000,5),(1176,2014869600,4),(1176,2025759600,5),(1176,2046319200,4),(1176,2057209200,5),(1176,2077768800,4),(1176,2088658800,5),(1176,2109218400,4),(1176,2120108400,5),(1176,2140668000,4),(1177,-1633280400,0),(1177,-1615140000,1),(1177,-1601830800,0),(1177,-1583690400,1),(1177,-1570381200,0),(1177,-1551636000,1),(1177,-1536512400,0),(1177,-1523210400,1),(1177,-1504458000,0),(1177,-1491760800,1),(1177,-1473008400,0),(1177,-1459706400,1),(1177,-1441558800,0),(1177,-1428256800,1),(1177,-1410109200,0),(1177,-1396807200,1),(1177,-1378659600,0),(1177,-1365357600,1),(1177,-1347210000,0),(1177,-1333908000,1),(1177,-1315155600,0),(1177,-1301853600,1),(1177,-1283706000,0),(1177,-1270404000,1),(1177,-1252256400,0),(1177,-1238954400,1),(1177,-1220806800,0),(1177,-1207504800,1),(1177,-1189357200,0),(1177,-1176055200,1),(1177,-1157302800,0),(1177,-1144605600,1),(1177,-1125853200,0),(1177,-1112551200,1),(1177,-1094403600,0),(1177,-1081101600,1),(1177,-1062954000,0),(1177,-1049652000,1),(1177,-1031504400,0),(1177,-1018202400,1),(1177,-1000054800,0),(1177,-986752800,1),(1177,-968000400,0),(1177,-955303200,1),(1177,-936550800,0),(1177,-923248800,1),(1177,-905101200,0),(1177,-891799200,1),(1177,-880218000,2),(1177,-769395600,3),(1177,-765396000,1),(1177,-747248400,0),(1177,-733946400,1),(1177,-715798800,0),(1177,-702496800,1),(1177,-684349200,0),(1177,-671047200,1),(1177,-652899600,0),(1177,-639597600,1),(1177,-620845200,0),(1177,-608148000,1),(1177,-589395600,0),(1177,-576093600,1),(1177,-557946000,0),(1177,-544644000,1),(1177,-526496400,0),(1177,-513194400,1),(1177,-495046800,0),(1177,-481744800,1),(1177,-463597200,0),(1177,-447271200,1),(1177,-431542800,0),(1177,-415821600,1),(1177,-400093200,0),(1177,-384372000,1),(1177,-368643600,0),(1177,-352922400,1),(1177,-337194000,0),(1177,-321472800,1),(1177,-305744400,0),(1177,-289418400,1),(1177,-273690000,0),(1177,-257968800,1),(1177,-242240400,0),(1177,-226519200,1),(1177,-210790800,0),(1177,-195069600,1),(1177,-179341200,0),(1177,-163620000,1),(1177,-147891600,0),(1177,-131565600,1),(1177,-116442000,0),(1177,-100116000,1),(1177,-84387600,0),(1177,-68666400,1),(1177,-52938000,0),(1177,-37216800,1),(1177,-21488400,0),(1177,-5767200,1),(1177,9961200,0),(1177,25682400,1),(1177,41410800,0),(1177,57736800,1),(1177,73465200,0),(1177,89186400,1),(1177,104914800,0),(1177,120636000,1),(1177,126687600,0),(1177,152085600,1),(1177,162370800,0),(1177,183535200,1),(1177,199263600,0),(1177,215589600,1),(1177,230713200,0),(1177,247039200,1),(1177,262767600,0),(1177,278488800,1),(1177,294217200,0),(1177,309938400,1),(1177,325666800,0),(1177,341388000,1),(1177,357116400,0),(1177,372837600,1),(1177,388566000,0),(1177,404892000,1),(1177,420015600,0),(1177,436341600,1),(1177,452070000,0),(1177,467791200,1),(1177,483519600,0),(1177,499240800,1),(1177,514969200,0),(1177,530690400,1),(1177,544604400,0),(1177,562140000,1),(1177,576054000,0),(1177,594194400,1),(1177,607503600,0),(1177,625644000,1),(1177,638953200,0),(1177,657093600,1),(1177,671007600,0),(1177,688543200,1),(1177,702457200,0),(1177,719992800,1),(1177,733906800,0),(1177,752047200,1),(1177,765356400,0),(1177,783496800,1),(1177,796806000,0),(1177,814946400,1),(1177,828860400,0),(1177,846396000,1),(1177,860310000,0),(1177,877845600,1),(1177,891759600,0),(1177,909295200,1),(1177,923209200,0),(1177,941349600,1),(1177,954658800,0),(1177,972799200,1),(1177,986108400,0),(1177,1004248800,1),(1177,1018162800,0),(1177,1035698400,1),(1177,1049612400,0),(1177,1067148000,1),(1177,1081062000,0),(1177,1099202400,1),(1177,1112511600,0),(1177,1130652000,1),(1177,1143961200,0),(1177,1162101600,1),(1177,1173596400,0),(1177,1194156000,1),(1177,1205046000,0),(1177,1225605600,1),(1177,1236495600,0),(1177,1257055200,1),(1177,1268550000,0),(1177,1289109600,1),(1177,1299999600,0),(1177,1320559200,1),(1177,1331449200,0),(1177,1352008800,1),(1177,1362898800,0),(1177,1383458400,1),(1177,1394348400,0),(1177,1414908000,1),(1177,1425798000,0),(1177,1446357600,1),(1177,1457852400,0),(1177,1478412000,1),(1177,1489302000,0),(1177,1509861600,1),(1177,1520751600,0),(1177,1541311200,1),(1177,1552201200,0),(1177,1572760800,1),(1177,1583650800,0),(1177,1604210400,1),(1177,1615705200,0),(1177,1636264800,1),(1177,1647154800,0),(1177,1667714400,1),(1177,1678604400,0),(1177,1699164000,1),(1177,1710054000,0),(1177,1730613600,1),(1177,1741503600,0),(1177,1762063200,1),(1177,1772953200,0),(1177,1793512800,1),(1177,1805007600,0),(1177,1825567200,1),(1177,1836457200,0),(1177,1857016800,1),(1177,1867906800,0),(1177,1888466400,1),(1177,1899356400,0),(1177,1919916000,1),(1177,1930806000,0),(1177,1951365600,1),(1177,1962860400,0),(1177,1983420000,1),(1177,1994310000,0),(1177,2014869600,1),(1177,2025759600,0),(1177,2046319200,1),(1177,2057209200,0),(1177,2077768800,1),(1177,2088658800,0),(1177,2109218400,1),(1177,2120108400,0),(1177,2140668000,1),(1178,-1157283000,1),(1178,-1155436200,0),(1178,-880198200,2),(1178,-769395600,3),(1178,-765376200,0),(1178,-712150200,4),(1179,-1633276800,0),(1179,-1615136400,1),(1179,-1601827200,0),(1179,-1583686800,1),(1179,-880214400,2),(1179,-769395600,3),(1179,-765392400,1),(1179,-715795200,0),(1179,-702493200,1),(1179,-684345600,0),(1179,-671043600,1),(1179,-652896000,0),(1179,-639594000,1),(1179,-620841600,0),(1179,-608144400,1),(1179,-589392000,0),(1179,-576090000,1),(1179,-557942400,0),(1179,-544640400,1),(1179,-526492800,0),(1179,-513190800,1),(1179,-495043200,0),(1179,-481741200,1),(1179,-463593600,0),(1179,-447267600,1),(1179,-431539200,0),(1179,-415818000,1),(1179,-400089600,0),(1179,-386787600,1),(1179,-368640000,0),(1179,-355338000,1),(1179,-337190400,0),(1179,-321469200,1),(1179,-305740800,0),(1179,-289414800,1),(1179,-273686400,0),(1179,-257965200,1),(1179,-242236800,4),(1179,-195066000,1),(1179,-84384000,0),(1179,-68662800,1),(1179,-52934400,0),(1179,-37213200,1),(1179,-21484800,0),(1179,-5763600,1),(1179,9964800,0),(1179,25686000,1),(1179,41414400,0),(1179,57740400,1),(1179,73468800,0),(1179,89190000,1),(1179,104918400,0),(1179,120639600,1),(1179,126691200,0),(1179,152089200,1),(1179,162374400,0),(1179,183538800,1),(1179,199267200,0),(1179,215593200,1),(1179,230716800,0),(1179,247042800,1),(1179,262771200,0),(1179,278492400,1),(1179,294220800,0),(1179,309942000,1),(1179,325670400,0),(1179,341391600,1),(1179,357120000,0),(1179,372841200,1),(1179,388569600,0),(1179,404895600,1),(1179,420019200,0),(1179,436345200,1),(1179,452073600,0),(1179,467794800,1),(1179,483523200,0),(1179,499244400,1),(1179,514972800,0),(1179,530694000,1),(1179,544608000,0),(1179,562143600,1),(1179,576057600,0),(1179,594198000,1),(1179,607507200,0),(1179,625647600,1),(1179,638956800,0),(1179,657097200,1),(1179,671011200,0),(1179,688546800,4),(1179,1143961200,0),(1179,1162105200,1),(1179,1173600000,0),(1179,1194159600,1),(1179,1205049600,0),(1179,1225609200,1),(1179,1236499200,0),(1179,1257058800,1),(1179,1268553600,0),(1179,1289113200,1),(1179,1300003200,0),(1179,1320562800,1),(1179,1331452800,0),(1179,1352012400,1),(1179,1362902400,0),(1179,1383462000,1),(1179,1394352000,0),(1179,1414911600,1),(1179,1425801600,0),(1179,1446361200,1),(1179,1457856000,0),(1179,1478415600,1),(1179,1489305600,0),(1179,1509865200,1),(1179,1520755200,0),(1179,1541314800,1),(1179,1552204800,0),(1179,1572764400,1),(1179,1583654400,0),(1179,1604214000,1),(1179,1615708800,0),(1179,1636268400,1),(1179,1647158400,0),(1179,1667718000,1),(1179,1678608000,0),(1179,1699167600,1),(1179,1710057600,0),(1179,1730617200,1),(1179,1741507200,0),(1179,1762066800,1),(1179,1772956800,0),(1179,1793516400,1),(1179,1805011200,0),(1179,1825570800,1),(1179,1836460800,0),(1179,1857020400,1),(1179,1867910400,0),(1179,1888470000,1),(1179,1899360000,0),(1179,1919919600,1),(1179,1930809600,0),(1179,1951369200,1),(1179,1962864000,0),(1179,1983423600,1),(1179,1994313600,0),(1179,2014873200,1),(1179,2025763200,0),(1179,2046322800,1),(1179,2057212800,0),(1179,2077772400,1),(1179,2088662400,0),(1179,2109222000,1),(1179,2120112000,0),(1179,2140671600,1),(1180,-2051202469,1),(1180,-1724083200,2),(1180,-880218000,3),(1180,-769395600,4),(1180,-765396000,2),(1180,-684349200,5),(1180,-671047200,2),(1180,-80506740,5),(1180,-68666400,2),(1180,-52938000,5),(1180,-37216800,2),(1180,104914800,5),(1180,120636000,2),(1180,126687600,5),(1180,152085600,2),(1180,167814000,5),(1180,183535200,2),(1180,199263600,5),(1180,215589600,2),(1180,230713200,5),(1180,247039200,2),(1180,262767600,5),(1180,278488800,2),(1180,294217200,5),(1180,309938400,2),(1180,325666800,5),(1180,341388000,2),(1180,357116400,5),(1180,372837600,2),(1180,388566000,5),(1180,404892000,2),(1180,420015600,5),(1180,436341600,2),(1180,452070000,5),(1180,467791200,2),(1180,483519600,5),(1180,499240800,2),(1180,514969200,5),(1180,530690400,2),(1180,544604400,5),(1180,562140000,2),(1180,576054000,5),(1180,594194400,2),(1180,607503600,5),(1180,625644000,2),(1180,638953200,5),(1180,657093600,2),(1180,671007600,5),(1180,688543200,2),(1180,702457200,5),(1180,719992800,2),(1180,733906800,5),(1180,752047200,2),(1180,765356400,5),(1180,783496800,2),(1180,796806000,5),(1180,814946400,2),(1180,828860400,5),(1180,846396000,2),(1180,860310000,5),(1180,877845600,2),(1180,891759600,5),(1180,909295200,2),(1180,923209200,5),(1180,941349600,2),(1180,954658800,5),(1180,972799200,2),(1180,986108400,5),(1180,1004248800,2),(1180,1018162800,5),(1180,1035698400,2),(1180,1049612400,5),(1180,1067148000,2),(1180,1081062000,5),(1180,1099202400,2),(1180,1112511600,5),(1180,1130652000,2),(1180,1143961200,5),(1180,1162101600,2),(1180,1173596400,5),(1180,1194156000,2),(1180,1205046000,5),(1180,1225605600,2),(1180,1236495600,5),(1180,1257055200,2),(1180,1268550000,5),(1180,1289109600,2),(1180,1299999600,5),(1180,1320559200,2),(1180,1331449200,5),(1180,1352008800,2),(1180,1362898800,5),(1180,1383458400,2),(1180,1394348400,5),(1180,1414908000,2),(1180,1425798000,5),(1180,1446357600,2),(1180,1457852400,5),(1180,1478412000,2),(1180,1489302000,5),(1180,1509861600,2),(1180,1520751600,5),(1180,1541311200,2),(1180,1552201200,5),(1180,1572760800,2),(1180,1583650800,5),(1180,1604210400,2),(1180,1615705200,5),(1180,1636264800,2),(1180,1647154800,5),(1180,1667714400,2),(1180,1678604400,5),(1180,1699164000,2),(1180,1710054000,5),(1180,1730613600,2),(1180,1741503600,5),(1180,1762063200,2),(1180,1772953200,5),(1180,1793512800,2),(1180,1805007600,5),(1180,1825567200,2),(1180,1836457200,5),(1180,1857016800,2),(1180,1867906800,5),(1180,1888466400,2),(1180,1899356400,5),(1180,1919916000,2),(1180,1930806000,5),(1180,1951365600,2),(1180,1962860400,5),(1180,1983420000,2),(1180,1994310000,5),(1180,2014869600,2),(1180,2025759600,5),(1180,2046319200,2),(1180,2057209200,5),(1180,2077768800,2),(1180,2088658800,5),(1180,2109218400,2),(1180,2120108400,5),(1180,2140668000,2),(1181,-1633273200,0),(1181,-1615132800,1),(1181,-1601823600,0),(1181,-1583683200,1),(1181,-1570374000,0),(1181,-1551628800,1),(1181,-1538924400,0),(1181,-1534089600,1),(1181,-880210800,2),(1181,-769395600,3),(1181,-765388800,1),(1181,-147884400,0),(1181,-131558400,1),(1181,-116434800,0),(1181,-100108800,1),(1181,-84380400,0),(1181,-68659200,1),(1181,-52930800,0),(1181,-37209600,1),(1181,-21481200,0),(1181,-5760000,1),(1181,9968400,0),(1181,25689600,1),(1181,41418000,0),(1181,57744000,1),(1181,73472400,0),(1181,89193600,1),(1181,104922000,0),(1181,120643200,1),(1181,126694800,0),(1181,152092800,1),(1181,162378000,0),(1181,183542400,1),(1181,199270800,0),(1181,215596800,1),(1181,230720400,0),(1181,247046400,1),(1181,262774800,0),(1181,278496000,1),(1181,294224400,0),(1181,309945600,1),(1181,325674000,0),(1181,341395200,1),(1181,357123600,0),(1181,372844800,1),(1181,388573200,0),(1181,404899200,1),(1181,420022800,0),(1181,436348800,1),(1181,452077200,0),(1181,467798400,1),(1181,483526800,0),(1181,499248000,1),(1181,514976400,0),(1181,530697600,1),(1181,544611600,0),(1181,562147200,1),(1181,576061200,0),(1181,594201600,1),(1181,607510800,0),(1181,625651200,1),(1181,638960400,0),(1181,657100800,1),(1181,671014800,0),(1181,688550400,1),(1181,702464400,0),(1181,720000000,1),(1181,733914000,0),(1181,752054400,1),(1181,765363600,0),(1181,783504000,1),(1181,796813200,0),(1181,814953600,1),(1181,828867600,0),(1181,846403200,1),(1181,860317200,0),(1181,877852800,1),(1181,891766800,0),(1181,909302400,1),(1181,923216400,0),(1181,941356800,1),(1181,954666000,0),(1181,972806400,1),(1181,986115600,0),(1181,1004256000,1),(1181,1018170000,0),(1181,1035705600,1),(1181,1049619600,0),(1181,1067155200,1),(1181,1081069200,0),(1181,1099209600,1),(1181,1112518800,0),(1181,1130659200,1),(1181,1143968400,0),(1181,1162108800,1),(1181,1173603600,0),(1181,1194163200,1),(1181,1205053200,0),(1181,1225612800,1),(1181,1236502800,0),(1181,1257062400,1),(1181,1268557200,0),(1181,1289116800,1),(1181,1300006800,0),(1181,1320566400,1),(1181,1331456400,0),(1181,1352016000,1),(1181,1362906000,0),(1181,1383465600,1),(1181,1394355600,0),(1181,1414915200,1),(1181,1425805200,0),(1181,1446364800,1),(1181,1457859600,0),(1181,1478419200,1),(1181,1489309200,0),(1181,1509868800,1),(1181,1520758800,0),(1181,1541318400,1),(1181,1552208400,0),(1181,1572768000,1),(1181,1583658000,0),(1181,1604217600,1),(1181,1615712400,0),(1181,1636272000,1),(1181,1647162000,0),(1181,1667721600,1),(1181,1678611600,0),(1181,1699171200,1),(1181,1710061200,0),(1181,1730620800,1),(1181,1741510800,0),(1181,1762070400,1),(1181,1772960400,0),(1181,1793520000,1),(1181,1805014800,0),(1181,1825574400,1),(1181,1836464400,0),(1181,1857024000,1),(1181,1867914000,0),(1181,1888473600,1),(1181,1899363600,0),(1181,1919923200,1),(1181,1930813200,0),(1181,1951372800,1),(1181,1962867600,0),(1181,1983427200,1),(1181,1994317200,0),(1181,2014876800,1),(1181,2025766800,0),(1181,2046326400,1),(1181,2057216400,0),(1181,2077776000,1),(1181,2088666000,0),(1181,2109225600,1),(1181,2120115600,0),(1181,2140675200,1),(1182,-1633269600,0),(1182,-1615129200,1),(1182,-1601820000,0),(1182,-1583679600,1),(1182,-880207200,2),(1182,-769395600,3),(1182,-765385200,1),(1182,-687967140,0),(1182,-662655600,1),(1182,-620838000,0),(1182,-608137200,1),(1182,-589388400,0),(1182,-576082800,1),(1182,-557938800,0),(1182,-544633200,1),(1182,-526489200,0),(1182,-513183600,1),(1182,-495039600,0),(1182,-481734000,1),(1182,-463590000,0),(1182,-450284400,1),(1182,-431535600,0),(1182,-418230000,1),(1182,-400086000,0),(1182,-386780400,1),(1182,-368636400,0),(1182,-355330800,1),(1182,-337186800,0),(1182,-323881200,1),(1182,-305737200,0),(1182,-292431600,1),(1182,-273682800,0),(1182,-260982000,1),(1182,-242233200,0),(1182,-226508400,1),(1182,-210783600,0),(1182,-195058800,1),(1182,-179334000,0),(1182,-163609200,1),(1182,-147884400,0),(1182,-131554800,1),(1182,-116434800,0),(1182,-100105200,1),(1182,-84376800,0),(1182,-68655600,1),(1182,-52927200,0),(1182,-37206000,1),(1182,-21477600,0),(1182,-5756400,1),(1182,9972000,0),(1182,25693200,1),(1182,41421600,0),(1182,57747600,1),(1182,73476000,0),(1182,89197200,1),(1182,104925600,0),(1182,120646800,1),(1182,126698400,0),(1182,152096400,1),(1182,162381600,0),(1182,183546000,1),(1182,199274400,0),(1182,215600400,1),(1182,230724000,0),(1182,247050000,1),(1182,262778400,0),(1182,278499600,1),(1182,294228000,0),(1182,309949200,1),(1182,325677600,0),(1182,341398800,1),(1182,357127200,0),(1182,372848400,1),(1182,388576800,0),(1182,404902800,1),(1182,420026400,0),(1182,436352400,1),(1182,452080800,0),(1182,467802000,1),(1182,483530400,0),(1182,499251600,1),(1182,514980000,0),(1182,530701200,1),(1182,544615200,0),(1182,562150800,1),(1182,576064800,0),(1182,594205200,1),(1182,607514400,0),(1182,625654800,1),(1182,638964000,0),(1182,657104400,1),(1182,671018400,0),(1182,688554000,1),(1182,702468000,0),(1182,720003600,1),(1182,733917600,0),(1182,752058000,1),(1182,765367200,0),(1182,783507600,1),(1182,796816800,0),(1182,814957200,1),(1182,828871200,0),(1182,846406800,1),(1182,860320800,0),(1182,877856400,1),(1182,891770400,0),(1182,909306000,1),(1182,923220000,0),(1182,941360400,1),(1182,954669600,0),(1182,972810000,1),(1182,986119200,0),(1182,1004259600,1),(1182,1018173600,0),(1182,1035709200,1),(1182,1049623200,0),(1182,1067158800,1),(1182,1081072800,0),(1182,1099213200,1),(1182,1112522400,0),(1182,1130662800,1),(1182,1143972000,0),(1182,1162112400,1),(1182,1173607200,0),(1182,1194166800,1),(1182,1205056800,0),(1182,1225616400,1),(1182,1236506400,0),(1182,1257066000,1),(1182,1268560800,0),(1182,1289120400,1),(1182,1300010400,0),(1182,1320570000,1),(1182,1331460000,0),(1182,1352019600,1),(1182,1362909600,0),(1182,1383469200,1),(1182,1394359200,0),(1182,1414918800,1),(1182,1425808800,0),(1182,1446368400,1),(1182,1457863200,0),(1182,1478422800,1),(1182,1489312800,0),(1182,1509872400,1),(1182,1520762400,0),(1182,1541322000,1),(1182,1552212000,0),(1182,1572771600,1),(1182,1583661600,0),(1182,1604221200,1),(1182,1615716000,0),(1182,1636275600,1),(1182,1647165600,0),(1182,1667725200,1),(1182,1678615200,0),(1182,1699174800,1),(1182,1710064800,0),(1182,1730624400,1),(1182,1741514400,0),(1182,1762074000,1),(1182,1772964000,0),(1182,1793523600,1),(1182,1805018400,0),(1182,1825578000,1),(1182,1836468000,0),(1182,1857027600,1),(1182,1867917600,0),(1182,1888477200,1),(1182,1899367200,0),(1182,1919926800,1),(1182,1930816800,0),(1182,1951376400,1),(1182,1962871200,0),(1182,1983430800,1),(1182,1994320800,0),(1182,2014880400,1),(1182,2025770400,0),(1182,2046330000,1),(1182,2057220000,0),(1182,2077779600,1),(1182,2088669600,0),(1182,2109229200,1),(1182,2120119200,0),(1182,2140678800,1),(1183,-1861879032,1),(1186,-1688265017,2),(1186,-1656819079,1),(1186,-1641353479,2),(1186,-1627965079,3),(1186,-1618716679,1),(1186,-1596429079,3),(1186,-1593820800,4),(1186,-1589860800,5),(1186,-1542427200,6),(1186,-1539493200,7),(1186,-1525323600,6),(1186,-1522728000,5),(1186,-1491188400,8),(1186,-1247536800,5),(1186,354920400,6),(1186,370728000,5),(1186,386456400,6),(1186,402264000,5),(1186,417992400,6),(1186,433800000,5),(1186,449614800,6),(1186,465346800,9),(1186,481071600,10),(1186,496796400,9),(1186,512521200,10),(1186,528246000,9),(1186,543970800,10),(1186,559695600,9),(1186,575420400,10),(1186,591145200,9),(1186,606870000,10),(1186,622594800,9),(1186,638319600,10),(1186,654649200,9),(1186,670374000,11),(1186,686102400,12),(1186,695779200,9),(1186,701823600,10),(1186,717548400,9),(1186,733273200,10),(1186,748998000,9),(1186,764722800,10),(1186,780447600,9),(1186,796172400,10),(1186,811897200,9),(1186,828226800,10),(1186,846370800,9),(1186,859676400,10),(1186,877820400,9),(1186,891126000,10),(1186,909270000,9),(1186,922575600,10),(1186,941324400,9),(1186,954025200,10),(1186,972774000,9),(1186,985474800,10),(1186,1004223600,9),(1186,1017529200,10),(1186,1035673200,9),(1186,1048978800,10),(1186,1067122800,9),(1186,1080428400,10),(1186,1099177200,9),(1186,1111878000,10),(1186,1130626800,9),(1186,1143327600,10),(1186,1162076400,9),(1186,1174777200,10),(1186,1193526000,9),(1186,1206831600,10),(1186,1224975600,9),(1186,1238281200,10),(1186,1256425200,9),(1186,1269730800,10),(1186,1288479600,9),(1186,1301180400,13),(1186,1414274400,9),(1187,228877200,0),(1187,243997200,1),(1187,260326800,0),(1187,276051600,1),(1187,291776400,0),(1187,307501200,1),(1187,323830800,0),(1187,338950800,1),(1187,354675600,0),(1187,370400400,1),(1187,386125200,0),(1187,401850000,1),(1187,417574800,0),(1187,433299600,1),(1187,449024400,0),(1187,465354000,1),(1187,481078800,0),(1187,496803600,1),(1187,512528400,0),(1187,528253200,1),(1187,543978000,0),(1187,559702800,1),(1187,575427600,0),(1187,591152400,1),(1187,606877200,0),(1187,622602000,1),(1187,638326800,0),(1187,654656400,1),(1187,670381200,0),(1187,686106000,1),(1187,701830800,0),(1187,717555600,1),(1187,733280400,0),(1187,749005200,1),(1187,764730000,0),(1187,780454800,1),(1187,796179600,0),(1187,811904400,1),(1187,828234000,0),(1187,846378000,1),(1187,859683600,0),(1187,877827600,1),(1187,891133200,0),(1187,909277200,1),(1187,922582800,0),(1187,941331600,1),(1187,954032400,0),(1187,972781200,1),(1187,985482000,0),(1187,1004230800,1),(1187,1017536400,0),(1187,1035680400,1),(1187,1048986000,0),(1187,1067130000,1),(1187,1080435600,0),(1187,1099184400,1),(1187,1111885200,0),(1187,1130634000,1),(1187,1143334800,0),(1187,1162083600,1),(1187,1174784400,0),(1187,1193533200,1),(1187,1206838800,0),(1187,1224982800,1),(1187,1238288400,0),(1187,1256432400,1),(1187,1269738000,0),(1187,1288486800,1),(1187,1301187600,0),(1187,1319936400,1),(1187,1332637200,0),(1187,1351386000,1),(1187,1364691600,0),(1187,1382835600,1),(1187,1396141200,0),(1187,1414285200,1),(1187,1427590800,0),(1187,1445734800,1),(1187,1459040400,0),(1187,1477789200,1),(1187,1490490000,0),(1187,1509238800,1),(1187,1521939600,0),(1187,1540688400,1),(1187,1553994000,0),(1187,1572138000,1),(1187,1585443600,0),(1187,1603587600,1),(1187,1616893200,0),(1187,1635642000,1),(1187,1648342800,0),(1187,1667091600,1),(1187,1679792400,0),(1187,1698541200,1),(1187,1711846800,0),(1187,1729990800,1),(1187,1743296400,0),(1187,1761440400,1),(1187,1774746000,0),(1187,1792890000,1),(1187,1806195600,0),(1187,1824944400,1),(1187,1837645200,0),(1187,1856394000,1),(1187,1869094800,0),(1187,1887843600,1),(1187,1901149200,0),(1187,1919293200,1),(1187,1932598800,0),(1187,1950742800,1),(1187,1964048400,0),(1187,1982797200,1),(1187,1995498000,0),(1187,2014246800,1),(1187,2026947600,0),(1187,2045696400,1),(1187,2058397200,0),(1187,2077146000,1),(1187,2090451600,0),(1187,2108595600,1),(1187,2121901200,0),(1187,2140045200,1),(1189,-1633280400,0),(1189,-1615140000,1),(1189,-1601830800,0),(1189,-1583690400,1),(1189,-1570381200,0),(1189,-1551636000,1),(1189,-1536512400,0),(1189,-1523210400,1),(1189,-1504458000,0),(1189,-1491760800,1),(1189,-1473008400,0),(1189,-1459706400,1),(1189,-1441558800,0),(1189,-1428256800,1),(1189,-1410109200,0),(1189,-1396807200,1),(1189,-1378659600,0),(1189,-1365357600,1),(1189,-1347210000,0),(1189,-1333908000,1),(1189,-1315155600,0),(1189,-1301853600,1),(1189,-1283706000,0),(1189,-1270404000,1),(1189,-1252256400,0),(1189,-1238954400,1),(1189,-1220806800,0),(1189,-1207504800,1),(1189,-1189357200,0),(1189,-1176055200,1),(1189,-1157302800,0),(1189,-1144605600,1),(1189,-1125853200,0),(1189,-1112551200,1),(1189,-1094403600,0),(1189,-1081101600,1),(1189,-1062954000,0),(1189,-1049652000,1),(1189,-1031504400,0),(1189,-1018202400,1),(1189,-1000054800,0),(1189,-986752800,1),(1189,-968000400,0),(1189,-955303200,1),(1189,-936550800,0),(1189,-923248800,1),(1189,-905101200,0),(1189,-891799200,1),(1189,-880218000,2),(1189,-769395600,3),(1189,-765396000,1),(1189,-747248400,0),(1189,-733946400,1),(1189,-715798800,0),(1189,-702496800,1),(1189,-684349200,0),(1189,-671047200,1),(1189,-652899600,0),(1189,-639597600,1),(1189,-620845200,0),(1189,-608148000,1),(1189,-589395600,0),(1189,-576093600,1),(1189,-557946000,0),(1189,-544644000,1),(1189,-526496400,0),(1189,-513194400,1),(1189,-495046800,0),(1189,-481744800,1),(1189,-463597200,0),(1189,-447271200,1),(1189,-431542800,0),(1189,-415821600,1),(1189,-400093200,0),(1189,-384372000,1),(1189,-368643600,0),(1189,-352922400,1),(1189,-337194000,0),(1189,-321472800,1),(1189,-305744400,0),(1189,-289418400,1),(1189,-273690000,0),(1189,-257968800,1),(1189,-242240400,0),(1189,-226519200,1),(1189,-210790800,0),(1189,-195069600,1),(1189,-179341200,0),(1189,-163620000,1),(1189,-147891600,0),(1189,-131565600,1),(1189,-116442000,0),(1189,-100116000,1),(1189,-84387600,0),(1189,-68666400,1),(1189,-52938000,0),(1189,-37216800,1),(1189,-21488400,0),(1189,-5767200,1),(1189,9961200,0),(1189,25682400,1),(1189,41410800,0),(1189,57736800,1),(1189,73465200,0),(1189,89186400,1),(1189,104914800,0),(1189,120636000,1),(1189,126687600,0),(1189,152085600,1),(1189,162370800,0),(1189,183535200,1),(1189,199263600,0),(1189,215589600,1),(1189,230713200,0),(1189,247039200,1),(1189,262767600,0),(1189,278488800,1),(1189,294217200,0),(1189,309938400,1),(1189,325666800,0),(1189,341388000,1),(1189,357116400,0),(1189,372837600,1),(1189,388566000,0),(1189,404892000,1),(1189,420015600,0),(1189,436341600,1),(1189,452070000,0),(1189,467791200,1),(1189,483519600,0),(1189,499240800,1),(1189,514969200,0),(1189,530690400,1),(1189,544604400,0),(1189,562140000,1),(1189,576054000,0),(1189,594194400,1),(1189,607503600,0),(1189,625644000,1),(1189,638953200,0),(1189,657093600,1),(1189,671007600,0),(1189,688543200,1),(1189,702457200,0),(1189,719992800,1),(1189,733906800,0),(1189,752047200,1),(1189,765356400,0),(1189,783496800,1),(1189,796806000,0),(1189,814946400,1),(1189,828860400,0),(1189,846396000,1),(1189,860310000,0),(1189,877845600,1),(1189,891759600,0),(1189,909295200,1),(1189,923209200,0),(1189,941349600,1),(1189,954658800,0),(1189,972799200,1),(1189,986108400,0),(1189,1004248800,1),(1189,1018162800,0),(1189,1035698400,1),(1189,1049612400,0),(1189,1067148000,1),(1189,1081062000,0),(1189,1099202400,1),(1189,1112511600,0),(1189,1130652000,1),(1189,1143961200,0),(1189,1162101600,1),(1189,1173596400,0),(1189,1194156000,1),(1189,1205046000,0),(1189,1225605600,1),(1189,1236495600,0),(1189,1257055200,1),(1189,1268550000,0),(1189,1289109600,1),(1189,1299999600,0),(1189,1320559200,1),(1189,1331449200,0),(1189,1352008800,1),(1189,1362898800,0),(1189,1383458400,1),(1189,1394348400,0),(1189,1414908000,1),(1189,1425798000,0),(1189,1446357600,1),(1189,1457852400,0),(1189,1478412000,1),(1189,1489302000,0),(1189,1509861600,1),(1189,1520751600,0),(1189,1541311200,1),(1189,1552201200,0),(1189,1572760800,1),(1189,1583650800,0),(1189,1604210400,1),(1189,1615705200,0),(1189,1636264800,1),(1189,1647154800,0),(1189,1667714400,1),(1189,1678604400,0),(1189,1699164000,1),(1189,1710054000,0),(1189,1730613600,1),(1189,1741503600,0),(1189,1762063200,1),(1189,1772953200,0),(1189,1793512800,1),(1189,1805007600,0),(1189,1825567200,1),(1189,1836457200,0),(1189,1857016800,1),(1189,1867906800,0),(1189,1888466400,1),(1189,1899356400,0),(1189,1919916000,1),(1189,1930806000,0),(1189,1951365600,1),(1189,1962860400,0),(1189,1983420000,1),(1189,1994310000,0),(1189,2014869600,1),(1189,2025759600,0),(1189,2046319200,1),(1189,2057209200,0),(1189,2077768800,1),(1189,2088658800,0),(1189,2109218400,1),(1189,2120108400,0),(1189,2140668000,1),(1190,-1830383032,1),(1191,-1830383032,1),(1192,-1946168836,1),(1192,-1309746600,2),(1192,-1261969200,1),(1192,-1041388200,3),(1192,-865305900,2),(1193,-1855958961,3),(1193,-1689814800,1),(1193,-1680397200,2),(1193,-1665363600,1),(1193,-1648342800,2),(1193,-1635123600,1),(1193,-1616893200,2),(1193,-1604278800,1),(1193,-1585443600,2),(1193,-1574038800,1),(1193,-1552266000,2),(1193,-1539997200,1),(1193,-1531443600,2),(1193,-956365200,1),(1193,-950486400,3),(1193,-942012000,5),(1193,-812502000,4),(1193,-796262400,5),(1193,-781052400,4),(1193,-766630800,5),(1193,-733280400,3),(1193,-439430400,5),(1193,-212029200,3),(1193,41468400,1),(1193,54774000,2),(1193,231724806,6),(1193,246236406,5),(1193,259545607,4),(1193,275274007,5),(1193,309740408,3),(1193,325468809,6),(1193,341802009,3),(1193,357523209,5),(1194,-1946168836,1),(1194,-1309746600,2),(1194,-1261969200,1),(1194,-1041388200,3),(1194,-865305900,2),(1195,-1946168836,1),(1195,-1309746600,2),(1195,-1261969200,1),(1195,-1041388200,3),(1195,-865305900,2),(1196,-1830383032,1),(1197,-2035584815,1),(1197,-1940889600,0),(1197,-1767226415,2),(1197,-1588465800,3),(1198,-1830383032,1),(1199,-1830380400,1),(1199,157770004,2),(1200,-2109291020,1),(1201,-2035584815,1),(1201,-1940889600,0),(1201,-1767226415,2),(1201,-1588465800,3),(1202,-2109291020,1),(1203,-929844000,0),(1203,-923108400,1),(1203,-906170400,0),(1203,-892868400,1),(1203,-875844000,0),(1203,-857790000,1),(1203,-844308000,0),(1203,-825822000,1),(1203,-812685600,0),(1203,-794199600,1),(1203,-779853600,0),(1203,-762663600,1),(1203,-399088800,0),(1203,-386650800,1),(1203,-368330400,0),(1203,-355114800,1),(1203,-336790800,0),(1203,-323654400,1),(1203,-305168400,0),(1203,-292032000,1),(1203,-273632400,0),(1203,-260496000,1),(1203,-242096400,0),(1203,-228960000,1),(1203,-210560400,0),(1203,-197424000,1),(1203,-178938000,0),(1203,-165801600,1),(1203,-147402000,0),(1203,-134265600,1),(1203,-115866000,0),(1203,-102643200,1),(1203,-84330000,0),(1203,-71107200,1),(1203,-52707600,0),(1203,-39484800,1),(1203,-21171600,0),(1203,-7948800,1),(1203,10364400,0),(1203,23587200,1),(1203,41900400,0),(1203,55123200,1),(1203,73522800,0),(1203,86745601,1),(1203,105058802,0),(1203,118281602,1),(1203,136594803,0),(1203,149817603,1),(1203,168130804,0),(1203,181353604,1),(1203,199753205,0),(1203,212976005,1),(1203,231289206,0),(1203,244512006,1),(1203,262825207,0),(1203,276048007,1),(1203,294361208,0),(1203,307584008,1),(1203,325983609,0),(1203,339206409,1),(1203,357519609,0),(1203,370742410,1),(1203,396399611,0),(1203,402278411,1),(1203,426812412,0),(1203,433814412,1),(1203,452214012,0),(1203,465436812,1),(1203,483750012,0),(1203,496972813,1),(1203,515286013,0),(1203,528508813,1),(1203,546822013,0),(1203,560044813,1),(1203,578444414,0),(1203,591667214,1),(1203,610412414,0),(1203,623203214,1),(1203,641516415,0),(1203,654739215,1),(1203,673052416,0),(1203,686275216,1),(1203,704674816,0),(1203,717897617,1),(1203,736210817,0),(1203,749433618,1),(1203,767746818,0),(1203,780969619,1),(1203,799020019,2),(1203,812322019,1),(1203,830469620,2),(1203,843771620,1),(1203,861919220,2),(1203,875221221,1),(1203,893368821,2),(1203,906670821,1),(1203,925423222,2),(1203,938725222,1),(1203,956872822,2),(1203,970174822,1),(1203,988322422,2),(1203,1001624422,1),(1203,1019772022,2),(1203,1033074022,1),(1203,1051221622,2),(1203,1064523622,1),(1203,1083276022,2),(1203,1096578022,1),(1203,1114725622,2),(1203,1128027622,1),(1203,1146175223,2),(1203,1158872423,1),(1203,1177624823,2),(1203,1189112423,1),(1203,1209074423,2),(1203,1219957223,1),(1203,1240524024,2),(1203,1250802024,1),(1203,1272578424,2),(1203,1281474024,1),(1203,1284069624,0),(1203,1285880424,1),(1203,1400191225,0),(1203,1403816425,1),(1203,1406844025,0),(1203,1411678825,1),(1204,-1773012580,2),(1204,-956361600,1),(1204,-950490000,2),(1204,-942019200,1),(1204,-761187600,2),(1204,-617241600,1),(1204,-605149200,2),(1204,-81432000,1),(1204,-71110800,2),(1204,141264003,1),(1204,147222003,2),(1204,199756805,1),(1204,207702005,2),(1204,231292806,1),(1204,244249206,2),(1204,265507207,1),(1204,271033207,2),(1204,448243212,3),(1204,504918013,2),(1204,1212278423,1),(1204,1220223623,2),(1204,1243814424,1),(1204,1250809224,2),(1204,1272758424,1),(1204,1281222024,2),(1204,1301788824,1),(1204,1312066824,2),(1204,1335664824,1),(1204,1342749625,2),(1204,1345428025,1),(1204,1348970425,2),(1204,1367114425,1),(1204,1373162425,2),(1204,1376100025,1),(1204,1382839225,2),(1204,1396144825,1),(1204,1403920825,2),(1204,1406944825,1),(1204,1414288825,2),(1204,1427594425,1),(1204,1434247225,2),(1204,1437271226,1),(1204,1445738426,2),(1204,1459044026,1),(1204,1465092026,2),(1204,1468116026,1),(1204,1477792826,2),(1204,1490493627,1),(1204,1495332027,2),(1204,1498960827,1),(1204,1509242427,2),(1204,1521943227,1),(1204,1526176827,2),(1204,1529200827,1),(1204,1557021627,2),(1204,1560045627,1),(1204,1587261627,2),(1204,1590890427,1),(1204,1618106427,2),(1204,1621130427,1),(1204,1648346427,2),(1204,1651975227,1),(1204,1679191227,2),(1204,1682820027,1),(1204,1710036027,2),(1204,1713060027,1),(1204,1740276027,2),(1204,1743904827,1),(1204,1771120827,2),(1204,1774144827,1),(1204,1801965627,2),(1204,1804989627,1),(1204,1832205627,2),(1204,1835834427,1),(1204,1863050427,2),(1204,1866074427,1),(1204,1893290427,2),(1204,1896919227,1),(1204,1924135227,2),(1204,1927764027,1),(1204,1954980027,2),(1204,1958004027,1),(1204,1985220027,2),(1204,1988848827,1),(1204,2016064827,2),(1204,2019088827,1),(1204,2046304827,2),(1204,2049933627,1),(1204,2077149627,2),(1204,2080778427,1),(1204,2107994427,2),(1204,2111018427,1),(1204,2138234427,2),(1204,2141863227,1),(1205,-1630112400,1),(1205,-1616810400,0),(1205,-1442451600,1),(1205,-1427673600,2),(1205,-1379293200,1),(1205,-1364774400,2),(1205,-1348448400,1),(1205,-1333324800,2),(1205,-1316390400,1),(1205,-1301270400,2),(1205,-1293840000,0),(1205,-81432000,1),(1205,-71110800,0),(1205,141264003,1),(1205,147222003,0),(1205,199756805,1),(1205,207702005,0),(1205,231292806,1),(1205,244249206,0),(1205,265507207,1),(1205,271033207,0),(1205,448243212,3),(1205,512528413,4),(1205,528253213,5),(1205,543978013,4),(1205,559702813,5),(1205,575427614,4),(1205,591152414,5),(1205,606877214,4),(1205,622602014,5),(1205,638326815,4),(1205,654656415,5),(1205,670381216,4),(1205,686106016,5),(1205,701830816,4),(1205,717555617,5),(1205,733280417,4),(1205,749005218,5),(1205,764730018,4),(1205,780454819,5),(1205,796179619,4),(1205,811904419,5),(1205,828234020,4),(1205,846378020,5),(1205,859683620,4),(1205,877827621,5),(1205,891133221,4),(1205,909277221,5),(1205,922582822,4),(1205,941331622,5),(1205,954032422,4),(1205,972781222,5),(1205,985482022,4),(1205,1004230822,5),(1205,1017536422,4),(1205,1035680422,5),(1205,1048986022,4),(1205,1067130022,5),(1205,1080435622,4),(1205,1099184422,5),(1205,1111885222,4),(1205,1130634022,5),(1205,1143334823,4),(1205,1162083623,5),(1205,1174784423,4),(1205,1193533223,5),(1205,1206838823,4),(1205,1224982823,5),(1205,1238288424,4),(1205,1256432424,5),(1205,1269738024,4),(1205,1288486824,5),(1205,1301187624,4),(1205,1319936424,5),(1205,1332637224,4),(1205,1351386025,5),(1205,1364691625,4),(1205,1382835625,5),(1205,1396141225,4),(1205,1414285225,5),(1205,1427590825,4),(1205,1445734826,5),(1205,1459040426,4),(1205,1477789226,5),(1205,1490490027,4),(1205,1509238827,5),(1205,1521939627,4),(1205,1540688427,5),(1205,1553994027,4),(1205,1572138027,5),(1205,1585443627,4),(1205,1603587627,5),(1205,1616893227,4),(1205,1635642027,5),(1205,1648342827,4),(1205,1667091627,5),(1205,1679792427,4),(1205,1698541227,5),(1205,1711846827,4),(1205,1729990827,5),(1205,1743296427,4),(1205,1761440427,5),(1205,1774746027,4),(1205,1792890027,5),(1205,1806195627,4),(1205,1824944427,5),(1205,1837645227,4),(1205,1856394027,5),(1205,1869094827,4),(1205,1887843627,5),(1205,1901149227,4),(1205,1919293227,5),(1205,1932598827,4),(1205,1950742827,5),(1205,1964048427,4),(1205,1982797227,5),(1205,1995498027,4),(1205,2014246827,5),(1205,2026947627,4),(1205,2045696427,5),(1205,2058397227,4),(1205,2077146027,5),(1205,2090451627,4),(1205,2108595627,5),(1205,2121901227,4),(1205,2140045227,5),(1206,-1830383032,1),(1207,-1830383032,1),(1208,-1946168836,1),(1208,-1309746600,2),(1208,-1261969200,1),(1208,-1041388200,3),(1208,-865305900,2),(1209,-1946168836,1),(1209,-1309746600,2),(1209,-1261969200,1),(1209,-1041388200,3),(1209,-865305900,2),(1210,-2035584815,1),(1210,-1940889600,0),(1210,-1767226415,2),(1210,-1588465800,3),(1211,-1136070432,1),(1211,198291605,3),(1211,199756805,2),(1211,207702005,3),(1211,231292806,2),(1211,244249206,3),(1211,265507207,2),(1211,271033207,3),(1211,1212278423,2),(1211,1220223623,3),(1211,1243814424,2),(1211,1250809224,3),(1211,1272758424,2),(1211,1281222024,3),(1211,1301788824,2),(1211,1312066824,3),(1211,1335664824,2),(1211,1342749625,3),(1211,1345428025,2),(1211,1348970425,3),(1211,1367114425,2),(1211,1373162425,3),(1211,1376100025,2),(1211,1382839225,3),(1211,1396144825,2),(1211,1403920825,3),(1211,1406944825,2),(1211,1414288825,3),(1211,1427594425,2),(1211,1434247225,3),(1211,1437271226,2),(1211,1445738426,3),(1211,1459044026,2),(1211,1465092026,3),(1211,1468116026,2),(1211,1477792826,3),(1211,1490493627,2),(1211,1495332027,3),(1211,1498960827,2),(1211,1509242427,3),(1211,1521943227,2),(1211,1526176827,3),(1211,1529200827,2),(1211,1557021627,3),(1211,1560045627,2),(1211,1587261627,3),(1211,1590890427,2),(1211,1618106427,3),(1211,1621130427,2),(1211,1648346427,3),(1211,1651975227,2),(1211,1679191227,3),(1211,1682820027,2),(1211,1710036027,3),(1211,1713060027,2),(1211,1740276027,3),(1211,1743904827,2),(1211,1771120827,3),(1211,1774144827,2),(1211,1801965627,3),(1211,1804989627,2),(1211,1832205627,3),(1211,1835834427,2),(1211,1863050427,3),(1211,1866074427,2),(1211,1893290427,3),(1211,1896919227,2),(1211,1924135227,3),(1211,1927764027,2),(1211,1954980027,3),(1211,1958004027,2),(1211,1985220027,3),(1211,1988848827,2),(1211,2016064827,3),(1211,2019088827,2),(1211,2046304827,3),(1211,2049933627,2),(1211,2077149627,3),(1211,2080778427,2),(1211,2107994427,3),(1211,2111018427,2),(1211,2138234427,3),(1211,2141863227,2),(1212,-1830383032,1),(1213,-2109291020,1),(1214,-2109291020,1),(1215,-2109288600,2),(1215,-860976000,1),(1215,-845254800,2),(1215,-829526400,1),(1215,-813805200,2),(1216,-1230775588,2),(1216,10360800,1),(1216,24786000,2),(1216,41810400,1),(1216,56322000,2),(1216,73432800,1),(1216,87944401,2),(1216,104882402,1),(1216,119480402,2),(1216,136332003,1),(1216,151016403,2),(1216,167781604,1),(1216,182552404,2),(1216,199231205,1),(1216,214174805,2),(1216,230680806,1),(1216,245710806,2),(1216,262735207,1),(1216,277246807,2),(1216,294184808,1),(1216,308782808,2),(1216,325634409,1),(1216,340405209,2),(1216,357084009,1),(1216,371941210,2),(1216,388533610,1),(1216,403477211,2),(1216,419983211,1),(1216,435013212,2),(1216,452037612,1),(1216,466635612,2),(1216,483487212,1),(1216,498171613,2),(1216,947930422,3),(1216,1612126827,2),(1217,-1946168836,1),(1217,-1309746600,2),(1217,-1261969200,1),(1217,-1041388200,3),(1217,-865305900,2),(1218,-1230775808,2),(1218,10360800,1),(1218,24786000,2),(1218,41810400,1),(1218,56322000,2),(1218,73432800,1),(1218,87944401,2),(1218,104882402,1),(1218,119480402,2),(1218,136332003,1),(1218,151016403,2),(1218,167781604,1),(1218,182552404,2),(1218,199231205,1),(1218,214174805,2),(1218,230680806,1),(1218,245710806,2),(1218,262735207,1),(1218,277246807,2),(1218,294184808,1),(1218,308782808,2),(1218,325634409,1),(1218,340405209,2),(1218,357084009,1),(1218,371941210,2),(1218,388533610,1),(1218,403477211,2),(1218,419983211,1),(1218,435013212,2),(1218,452037612,1),(1218,466635612,2),(1218,483487212,1),(1218,498171613,2),(1218,947930422,3),(1218,1509483627,2),(1219,-2109291020,1),(1220,-2035584815,1),(1220,-1940889600,0),(1220,-1767226415,2),(1220,-1588465800,3),(1221,-2035584815,1),(1221,-1940889600,0),(1221,-1767226415,2),(1221,-1588465800,3),(1222,-2035584815,1),(1222,-1940889600,0),(1222,-1767226415,2),(1222,-1588465800,3),(1223,-1830383032,1),(1224,-2035584815,1),(1224,-1940889600,0),(1224,-1767226415,2),(1224,-1588465800,3),(1225,-2109291020,1),(1226,-2109291020,1),(1227,-2035584815,1),(1227,-1940889600,0),(1227,-1767226415,2),(1227,-1588465800,3),(1228,-2109291020,1),(1229,-2109288600,2),(1229,-860976000,1),(1229,-845254800,2),(1229,-829526400,1),(1229,-813805200,2),(1230,-2109288600,2),(1230,-860976000,1),(1230,-845254800,2),(1230,-829526400,1),(1230,-813805200,2),(1231,-1946168836,1),(1231,-1309746600,2),(1231,-1261969200,1),(1231,-1041388200,3),(1231,-865305900,2),(1232,-1604359012,1),(1232,63593070,2),(1233,-1946168836,1),(1233,-1309746600,2),(1233,-1261969200,1),(1233,-1041388200,3),(1233,-865305900,2),(1234,-1830387612,1),(1234,308703608,2),(1234,321314409,1),(1235,-2035584815,1),(1235,-1940889600,0),(1235,-1767226415,2),(1235,-1588465800,3),(1236,-1830383032,1),(1237,-1830383032,1),(1238,-2035584815,1),(1238,-1940889600,0),(1238,-1767226415,2),(1238,-1588465800,3),(1239,-1830384000,1),(1239,1514768427,2),(1239,1546304427,3),(1240,-1830383032,1),(1241,-1577926364,2),(1241,-574902000,1),(1241,-568087200,2),(1241,-512175600,1),(1241,-504928800,2),(1241,-449888400,1),(1241,-441856800,2),(1241,-347158800,3),(1241,378684010,2),(1241,386463610,1),(1241,402271211,2),(1241,417999611,1),(1241,433807212,2),(1241,449622012,1),(1241,465429612,2),(1241,481590012,1),(1241,496965613,2),(1241,512953213,1),(1241,528674413,2),(1241,544230013,1),(1241,560037613,2),(1241,575852414,1),(1241,591660014,2),(1241,607388414,1),(1241,623196014,2),(1241,641775615,3),(1241,844034420,2),(1241,860108420,1),(1241,875916021,3),(1241,1352505625,2),(1241,1364515225,1),(1241,1382659225,3),(1242,-1855958961,3),(1242,-969242400,1),(1242,-950493600,2),(1242,-941940000,1),(1242,-891136800,3),(1242,-877827600,4),(1242,-857257200,3),(1242,-844556400,4),(1242,-842918400,3),(1242,-842223600,4),(1242,-828230400,3),(1242,-812502000,4),(1242,-796269600,3),(1242,-781052400,4),(1242,-766634400,3),(1242,231202806,1),(1242,243903606,2),(1242,262825207,1),(1242,276044407,2),(1242,581122814,1),(1242,591145214,2),(1242,606870014,1),(1242,622594814,2),(1242,641516415,1),(1242,654649215,2),(1242,1114902022,1),(1242,1128038422,2),(1242,1143334823,1),(1242,1162083623,2),(1242,1174784423,1),(1242,1193533223,2),(1242,1206838823,1),(1242,1224982823,2),(1243,-2109288600,1),(1243,-860976000,2),(1243,-845254800,1),(1243,637970415,3),(1243,764200818,4),(1243,778640419,5),(1243,796780819,4),(1243,810090019,5),(1243,828835220,4),(1243,841539620,5),(1243,860284820,4),(1243,873594021,5),(1243,891734421,4),(1243,905043621,5),(1243,923184022,4),(1243,936493222,5),(1243,954633622,4),(1243,967942822,5),(1243,986083222,4),(1243,999392422,5),(1243,1018137622,4),(1243,1030842022,5),(1243,1049587222,4),(1243,1062896422,5),(1243,1081036822,4),(1243,1094346022,5),(1243,1112486422,4),(1243,1125795622,5),(1243,1143936023,4),(1243,1157245223,5),(1243,1175385623,4),(1243,1188694823,5),(1243,1207440023,4),(1243,1220749223,5),(1243,1238889624,4),(1243,1252198824,5),(1243,1270339224,4),(1243,1283648424,5),(1243,1301788824,4),(1243,1315098024,5),(1243,1333238424,4),(1243,1346547625,5),(1243,1365292825,4),(1243,1377997225,5),(1243,1396742425,4),(1243,1410051625,5),(1243,1428192025,4),(1243,1441501226,5),(1243,1459641626,4),(1243,1472950826,5),(1243,1491091227,4),(1243,1504400427,5),(1243,1508796027,3),(1244,-880196400,1),(1244,-769395600,2),(1244,-765374400,0),(1244,-86878800,3),(1244,-21466800,4),(1244,-5745600,3),(1244,9982800,4),(1244,25704000,3),(1244,41432400,4),(1244,57758400,3),(1244,73486800,4),(1244,89208001,3),(1244,104936402,4),(1244,120657602,3),(1244,126709203,4),(1244,152107203,3),(1244,162392404,4),(1244,183556804,3),(1244,199285205,4),(1244,215611205,3),(1244,230734806,4),(1244,247060806,3),(1244,262789207,4),(1244,278510407,3),(1244,294238808,4),(1244,309960008,3),(1244,325688409,4),(1244,341409609,3),(1244,357138009,4),(1244,372859210,3),(1244,388587610,4),(1244,404913611,3),(1244,420037211,4),(1244,436363212,5),(1244,439034412,7),(1244,452088012,6),(1244,467809212,7),(1244,483537612,6),(1244,499258813,7),(1244,514987213,6),(1244,530708413,7),(1244,544622413,6),(1244,562158013,7),(1244,576072014,6),(1244,594212414,7),(1244,607521614,6),(1244,625662014,7),(1244,638971215,6),(1244,657111615,7),(1244,671025616,6),(1244,688561216,7),(1244,702475216,6),(1244,720010817,7),(1244,733924817,6),(1244,752065218,7),(1244,765374418,6),(1244,783514819,7),(1244,796824019,6),(1244,814964419,7),(1244,828878420,6),(1244,846414020,7),(1244,860328020,6),(1244,877863621,7),(1244,891777621,6),(1244,909313221,7),(1244,923227222,6),(1244,941367622,7),(1244,954676822,6),(1244,972817222,7),(1244,986126422,6),(1244,1004266822,7),(1244,1018180822,6),(1244,1035716422,7),(1244,1049630422,6),(1244,1067166022,7),(1244,1081080022,6),(1244,1099220422,7),(1244,1112529622,6),(1244,1130670022,7),(1244,1143979223,6),(1244,1162119623,7),(1244,1173614423,6),(1244,1194174023,7),(1244,1205064023,6),(1244,1225623623,7),(1244,1236513624,6),(1244,1257073224,7),(1244,1268568024,6),(1244,1289127624,7),(1244,1300017624,6),(1244,1320577224,7),(1244,1331467224,6),(1244,1352026825,7),(1244,1362916825,6),(1244,1383476425,7),(1244,1394366425,6),(1244,1414926025,7),(1244,1425816025,6),(1244,1446375626,7),(1244,1457870426,6),(1244,1478430026,7),(1244,1489320027,6),(1244,1509879627,7),(1244,1520769627,6),(1244,1541329227,7),(1244,1552219227,6),(1244,1572778827,7),(1244,1583668827,6),(1244,1604228427,7),(1244,1615723227,6),(1244,1636282827,7),(1244,1647172827,6),(1244,1667732427,7),(1244,1678622427,6),(1244,1699182027,7),(1244,1710072027,6),(1244,1730631627,7),(1244,1741521627,6),(1244,1762081227,7),(1244,1772971227,6),(1244,1793530827,7),(1244,1805025627,6),(1244,1825585227,7),(1244,1836475227,6),(1244,1857034827,7),(1244,1867924827,6),(1244,1888484427,7),(1244,1899374427,6),(1244,1919934027,7),(1244,1930824027,6),(1244,1951383627,7),(1244,1962878427,6),(1244,1983438027,7),(1244,1994328027,6),(1244,2014887627,7),(1244,2025777627,6),(1244,2046337227,7),(1244,2057227227,6),(1244,2077786827,7),(1244,2088676827,6),(1244,2109236427,7),(1244,2120126427,6),(1244,2140686027,7),(1245,-880200000,1),(1245,-769395600,2),(1245,-765378000,0),(1245,-86882400,3),(1245,-21470400,4),(1245,-5749200,3),(1245,9979200,4),(1245,25700400,3),(1245,41428800,4),(1245,57754800,3),(1245,73483200,4),(1245,89204401,3),(1245,104932802,4),(1245,120654002,3),(1245,126705603,4),(1245,152103603,3),(1245,162388804,4),(1245,183553204,3),(1245,199281605,4),(1245,215607605,3),(1245,230731206,4),(1245,247057206,3),(1245,262785607,4),(1245,278506807,3),(1245,294235208,4),(1245,309956408,3),(1245,325684809,4),(1245,341406009,3),(1245,357134409,4),(1245,372855610,3),(1245,388584010,4),(1245,404910011,3),(1245,420033611,4),(1245,436359612,5),(1245,439030812,7),(1245,452084412,6),(1245,467805612,7),(1245,483534012,6),(1245,499255213,7),(1245,514983613,6),(1245,530704813,7),(1245,544618813,6),(1245,562154413,7),(1245,576068414,6),(1245,594208814,7),(1245,607518014,6),(1245,625658414,7),(1245,638967615,6),(1245,657108015,7),(1245,671022016,6),(1245,688557616,7),(1245,702471616,6),(1245,720007217,7),(1245,733921217,6),(1245,752061618,7),(1245,765370818,6),(1245,783511219,7),(1245,796820419,6),(1245,814960819,7),(1245,828874820,6),(1245,846410420,7),(1245,860324420,6),(1245,877860021,7),(1245,891774021,6),(1245,909309621,7),(1245,923223622,6),(1245,941364022,7),(1245,954673222,6),(1245,972813622,7),(1245,986122822,6),(1245,1004263222,7),(1245,1018177222,6),(1245,1035712822,7),(1245,1049626822,6),(1245,1067162422,7),(1245,1081076422,6),(1245,1099216822,7),(1245,1112526022,6),(1245,1130666422,7),(1245,1143975623,6),(1245,1162116023,7),(1245,1173610823,6),(1245,1194170423,7),(1245,1205060423,6),(1245,1225620023,7),(1245,1236510024,6),(1245,1257069624,7),(1245,1268564424,6),(1245,1289124024,7),(1245,1300014024,6),(1245,1320573624,7),(1245,1331463624,6),(1245,1352023225,7),(1245,1362913225,6),(1245,1383472825,7),(1245,1394362825,6),(1245,1414922425,7),(1245,1425812425,6),(1245,1446372026,7),(1245,1457866826,6),(1245,1478426426,7),(1245,1489316427,6),(1245,1509876027,7),(1245,1520766027,6),(1245,1541325627,7),(1245,1552215627,6),(1245,1572775227,7),(1245,1583665227,6),(1245,1604224827,7),(1245,1615719627,6),(1245,1636279227,7),(1245,1647169227,6),(1245,1667728827,7),(1245,1678618827,6),(1245,1699178427,7),(1245,1710068427,6),(1245,1730628027,7),(1245,1741518027,6),(1245,1762077627,7),(1245,1772967627,6),(1245,1793527227,7),(1245,1805022027,6),(1245,1825581627,7),(1245,1836471627,6),(1245,1857031227,7),(1245,1867921227,6),(1245,1888480827,7),(1245,1899370827,6),(1245,1919930427,7),(1245,1930820427,6),(1245,1951380027,7),(1245,1962874827,6),(1245,1983434427,7),(1245,1994324427,6),(1245,2014884027,7),(1245,2025774027,6),(1245,2046333627,7),(1245,2057223627,6),(1245,2077783227,7),(1245,2088673227,6),(1245,2109232827,7),(1245,2120122827,6),(1245,2140682427,7),(1246,-873057600,2),(1246,-769395600,1),(1246,-765399600,0),(1247,-873057600,2),(1247,-769395600,1),(1247,-765399600,0),(1248,-1767214032,2),(1248,-1206957600,1),(1248,-1191362400,2),(1248,-1175374800,1),(1248,-1159826400,2),(1248,-633819600,1),(1248,-622069200,2),(1248,-602283600,1),(1248,-591832800,2),(1248,-570747600,1),(1248,-560210400,2),(1248,-539125200,1),(1248,-531352800,2),(1248,-191365200,1),(1248,-184197600,2),(1248,-155163600,1),(1248,-150069600,2),(1248,-128898000,1),(1248,-121125600,2),(1248,-99954000,1),(1248,-89589600,2),(1248,-68418000,1),(1248,-57967200,2),(1248,499748413,1),(1248,511236013,2),(1248,530593213,1),(1248,540266413,2),(1248,562129213,1),(1248,571197614,2),(1248,592974014,1),(1248,602042414,2),(1248,624423614,1),(1248,634701615,2),(1248,813726019,1),(1248,824004020,2),(1248,844570820,1),(1248,856058420,2),(1248,876106821,1),(1248,888717621,2),(1248,908074821,1),(1248,919562422,2),(1248,938919622,1),(1248,951616822,2),(1248,970974022,1),(1248,982461622,2),(1248,1003028422,1),(1248,1013911222,2),(1248,1036292422,1),(1248,1045360822,2),(1248,1350788425,1),(1248,1361066425,2),(1249,-1567453392,1),(1249,-1233432000,2),(1249,-1222981200,1),(1249,-1205956800,2),(1249,-1194037200,1),(1249,-1172865600,2),(1249,-1162501200,1),(1249,-1141329600,2),(1249,-1130965200,1),(1249,-1109793600,2),(1249,-1099429200,1),(1249,-1078257600,2),(1249,-1067806800,1),(1249,-1046635200,2),(1249,-1036270800,1),(1249,-1015099200,2),(1249,-1004734800,1),(1249,-983563200,2),(1249,-973198800,1),(1249,-952027200,2),(1249,-941576400,1),(1249,-931032000,2),(1249,-900882000,1),(1249,-890337600,2),(1249,-833749200,1),(1249,-827265600,2),(1249,-752274000,1),(1249,-733780800,2),(1249,-197326800,1),(1249,-190843200,2),(1249,-184194000,1),(1249,-164491200,2),(1249,-152658000,1),(1249,-132955200,2),(1249,-121122000,1),(1249,-101419200,2),(1249,-86821200,1),(1249,-71092800,2),(1249,-54766800,1),(1249,-39038400,2),(1249,-23317200,1),(1249,-7588800,4),(1249,128142003,3),(1249,136605603,4),(1249,596948414,3),(1249,605066414,4),(1249,624423614,3),(1249,636516015,4),(1249,656478015,3),(1249,667965616,4),(1249,687927616,3),(1249,699415216,4),(1249,719377217,3),(1249,731469617,4),(1249,938919622,2),(1249,952052422,4),(1249,1198983623,3),(1249,1205632823,4),(1249,1224385223,3),(1249,1237082424,4),(1250,-1567453392,1),(1250,-1233432000,2),(1250,-1222981200,1),(1250,-1205956800,2),(1250,-1194037200,1),(1250,-1172865600,2),(1250,-1162501200,1),(1250,-1141329600,2),(1250,-1130965200,1),(1250,-1109793600,2),(1250,-1099429200,1),(1250,-1078257600,2),(1250,-1067806800,1),(1250,-1046635200,2),(1250,-1036270800,1),(1250,-1015099200,2),(1250,-1004734800,1),(1250,-983563200,2),(1250,-973198800,1),(1250,-952027200,2),(1250,-941576400,1),(1250,-931032000,2),(1250,-900882000,1),(1250,-890337600,2),(1250,-833749200,1),(1250,-827265600,2),(1250,-752274000,1),(1250,-733780800,2),(1250,-197326800,1),(1250,-190843200,2),(1250,-184194000,1),(1250,-164491200,2),(1250,-152658000,1),(1250,-132955200,2),(1250,-121122000,1),(1250,-101419200,2),(1250,-86821200,1),(1250,-71092800,2),(1250,-54766800,1),(1250,-39038400,2),(1250,-23317200,1),(1250,-7588800,4),(1250,128142003,3),(1250,136605603,4),(1250,596948414,3),(1250,605066414,4),(1250,624423614,3),(1250,636516015,4),(1250,656478015,3),(1250,667965616,1),(1250,687931216,3),(1250,699415216,4),(1250,719377217,3),(1250,731469617,4),(1250,938919622,2),(1250,952052422,4),(1250,1086058822,1),(1250,1087704022,4),(1250,1198983623,3),(1250,1205632823,4),(1251,-1567453392,1),(1251,-1233432000,2),(1251,-1222981200,1),(1251,-1205956800,2),(1251,-1194037200,1),(1251,-1172865600,2),(1251,-1162501200,1),(1251,-1141329600,2),(1251,-1130965200,1),(1251,-1109793600,2),(1251,-1099429200,1),(1251,-1078257600,2),(1251,-1067806800,1),(1251,-1046635200,2),(1251,-1036270800,1),(1251,-1015099200,2),(1251,-1004734800,1),(1251,-983563200,2),(1251,-973198800,1),(1251,-952027200,2),(1251,-941576400,1),(1251,-931032000,2),(1251,-900882000,1),(1251,-890337600,2),(1251,-833749200,1),(1251,-827265600,2),(1251,-752274000,1),(1251,-733780800,2),(1251,-197326800,1),(1251,-190843200,2),(1251,-184194000,1),(1251,-164491200,2),(1251,-152658000,1),(1251,-132955200,2),(1251,-121122000,1),(1251,-101419200,2),(1251,-86821200,1),(1251,-71092800,2),(1251,-54766800,1),(1251,-39038400,2),(1251,-23317200,1),(1251,-7588800,4),(1251,128142003,3),(1251,136605603,4),(1251,596948414,3),(1251,605066414,4),(1251,624423614,3),(1251,636516015,4),(1251,656478015,3),(1251,667965616,1),(1251,687931216,3),(1251,699415216,4),(1251,719377217,3),(1251,731469617,4),(1251,938919622,2),(1251,952052422,4),(1251,1086058822,1),(1251,1087704022,4),(1251,1198983623,3),(1251,1205632823,4),(1252,-1567453392,1),(1252,-1233432000,2),(1252,-1222981200,1),(1252,-1205956800,2),(1252,-1194037200,1),(1252,-1172865600,2),(1252,-1162501200,1),(1252,-1141329600,2),(1252,-1130965200,1),(1252,-1109793600,2),(1252,-1099429200,1),(1252,-1078257600,2),(1252,-1067806800,1),(1252,-1046635200,2),(1252,-1036270800,1),(1252,-1015099200,2),(1252,-1004734800,1),(1252,-983563200,2),(1252,-973198800,1),(1252,-952027200,2),(1252,-941576400,1),(1252,-931032000,2),(1252,-900882000,1),(1252,-890337600,2),(1252,-833749200,1),(1252,-827265600,2),(1252,-752274000,1),(1252,-733780800,2),(1252,-197326800,1),(1252,-190843200,2),(1252,-184194000,1),(1252,-164491200,2),(1252,-152658000,1),(1252,-132955200,2),(1252,-121122000,1),(1252,-101419200,2),(1252,-86821200,1),(1252,-71092800,2),(1252,-54766800,1),(1252,-39038400,2),(1252,-23317200,1),(1252,-7588800,4),(1252,128142003,3),(1252,136605603,4),(1252,596948414,3),(1252,605066414,4),(1252,624423614,3),(1252,636516015,4),(1252,656478015,3),(1252,667965616,1),(1252,687931216,3),(1252,699415216,4),(1252,719377217,3),(1252,731469617,4),(1252,938919622,2),(1252,952052422,4),(1252,1198983623,3),(1252,1205632823,4),(1252,1224385223,3),(1252,1237082424,4),(1253,-1567453392,1),(1253,-1233432000,2),(1253,-1222981200,1),(1253,-1205956800,2),(1253,-1194037200,1),(1253,-1172865600,2),(1253,-1162501200,1),(1253,-1141329600,2),(1253,-1130965200,1),(1253,-1109793600,2),(1253,-1099429200,1),(1253,-1078257600,2),(1253,-1067806800,1),(1253,-1046635200,2),(1253,-1036270800,1),(1253,-1015099200,2),(1253,-1004734800,1),(1253,-983563200,2),(1253,-973198800,1),(1253,-952027200,2),(1253,-941576400,1),(1253,-931032000,2),(1253,-900882000,1),(1253,-890337600,2),(1253,-833749200,1),(1253,-827265600,2),(1253,-752274000,1),(1253,-733780800,2),(1253,-197326800,1),(1253,-190843200,2),(1253,-184194000,1),(1253,-164491200,2),(1253,-152658000,1),(1253,-132955200,2),(1253,-121122000,1),(1253,-101419200,2),(1253,-86821200,1),(1253,-71092800,2),(1253,-54766800,1),(1253,-39038400,2),(1253,-23317200,1),(1253,-7588800,4),(1253,128142003,3),(1253,136605603,4),(1253,596948414,3),(1253,605066414,4),(1253,624423614,3),(1253,636516015,1),(1253,657086415,2),(1253,669178816,1),(1253,686721616,3),(1253,699415216,4),(1253,719377217,3),(1253,731469617,4),(1253,938919622,2),(1253,952052422,4),(1253,1198983623,3),(1253,1205632823,4),(1254,-1567453392,1),(1254,-1233432000,2),(1254,-1222981200,1),(1254,-1205956800,2),(1254,-1194037200,1),(1254,-1172865600,2),(1254,-1162501200,1),(1254,-1141329600,2),(1254,-1130965200,1),(1254,-1109793600,2),(1254,-1099429200,1),(1254,-1078257600,2),(1254,-1067806800,1),(1254,-1046635200,2),(1254,-1036270800,1),(1254,-1015099200,2),(1254,-1004734800,1),(1254,-983563200,2),(1254,-973198800,1),(1254,-952027200,2),(1254,-941576400,1),(1254,-931032000,2),(1254,-900882000,1),(1254,-890337600,2),(1254,-833749200,1),(1254,-827265600,2),(1254,-752274000,1),(1254,-733780800,2),(1254,-197326800,1),(1254,-190843200,2),(1254,-184194000,1),(1254,-164491200,2),(1254,-152658000,1),(1254,-132955200,2),(1254,-121122000,1),(1254,-101419200,2),(1254,-86821200,1),(1254,-71092800,2),(1254,-54766800,1),(1254,-39038400,2),(1254,-23317200,1),(1254,-7588800,4),(1254,128142003,3),(1254,136605603,4),(1254,596948414,3),(1254,605066414,4),(1254,624423614,3),(1254,636516015,4),(1254,656478015,3),(1254,667792816,1),(1254,673588816,4),(1254,687927616,3),(1254,699415216,4),(1254,719377217,3),(1254,731469617,4),(1254,938919622,2),(1254,952052422,4),(1254,1086058822,1),(1254,1087704022,4),(1254,1198983623,3),(1254,1205632823,4),(1255,-1567453392,1),(1255,-1233432000,2),(1255,-1222981200,1),(1255,-1205956800,2),(1255,-1194037200,1),(1255,-1172865600,2),(1255,-1162501200,1),(1255,-1141329600,2),(1255,-1130965200,1),(1255,-1109793600,2),(1255,-1099429200,1),(1255,-1078257600,2),(1255,-1067806800,1),(1255,-1046635200,2),(1255,-1036270800,1),(1255,-1015099200,2),(1255,-1004734800,1),(1255,-983563200,2),(1255,-973198800,1),(1255,-952027200,2),(1255,-941576400,1),(1255,-931032000,2),(1255,-900882000,1),(1255,-890337600,2),(1255,-833749200,1),(1255,-827265600,2),(1255,-752274000,1),(1255,-733780800,2),(1255,-197326800,1),(1255,-190843200,2),(1255,-184194000,1),(1255,-164491200,2),(1255,-152658000,1),(1255,-132955200,2),(1255,-121122000,1),(1255,-101419200,2),(1255,-86821200,1),(1255,-71092800,2),(1255,-54766800,1),(1255,-39038400,2),(1255,-23317200,1),(1255,-7588800,4),(1255,128142003,3),(1255,136605603,4),(1255,596948414,3),(1255,605066414,4),(1255,624423614,3),(1255,636516015,1),(1255,655963215,2),(1255,667796416,1),(1255,687499216,2),(1255,699418816,1),(1255,719380817,3),(1255,731469617,4),(1255,938919622,2),(1255,952052422,4),(1255,1085281222,1),(1255,1096171222,4),(1255,1198983623,3),(1255,1205632823,4),(1256,-1567453392,1),(1256,-1233432000,2),(1256,-1222981200,1),(1256,-1205956800,2),(1256,-1194037200,1),(1256,-1172865600,2),(1256,-1162501200,1),(1256,-1141329600,2),(1256,-1130965200,1),(1256,-1109793600,2),(1256,-1099429200,1),(1256,-1078257600,2),(1256,-1067806800,1),(1256,-1046635200,2),(1256,-1036270800,1),(1256,-1015099200,2),(1256,-1004734800,1),(1256,-983563200,2),(1256,-973198800,1),(1256,-952027200,2),(1256,-941576400,1),(1256,-931032000,2),(1256,-900882000,1),(1256,-890337600,2),(1256,-833749200,1),(1256,-827265600,2),(1256,-752274000,1),(1256,-733780800,2),(1256,-197326800,1),(1256,-190843200,2),(1256,-184194000,1),(1256,-164491200,2),(1256,-152658000,1),(1256,-132955200,2),(1256,-121122000,1),(1256,-101419200,2),(1256,-86821200,1),(1256,-71092800,2),(1256,-54766800,1),(1256,-39038400,2),(1256,-23317200,1),(1256,-7588800,4),(1256,128142003,3),(1256,136605603,4),(1256,596948414,3),(1256,605066414,4),(1256,624423614,3),(1256,636516015,4),(1256,656478015,3),(1256,667965616,4),(1256,687927616,3),(1256,699415216,4),(1256,719377217,3),(1256,731469617,4),(1256,938919622,2),(1256,952052422,4),(1256,1086058822,1),(1256,1087704022,4),(1256,1198983623,3),(1256,1205632823,4),(1257,-1567453392,1),(1257,-1233432000,2),(1257,-1222981200,1),(1257,-1205956800,2),(1257,-1194037200,1),(1257,-1172865600,2),(1257,-1162501200,1),(1257,-1141329600,2),(1257,-1130965200,1),(1257,-1109793600,2),(1257,-1099429200,1),(1257,-1078257600,2),(1257,-1067806800,1),(1257,-1046635200,2),(1257,-1036270800,1),(1257,-1015099200,2),(1257,-1004734800,1),(1257,-983563200,2),(1257,-973198800,1),(1257,-952027200,2),(1257,-941576400,1),(1257,-931032000,2),(1257,-900882000,1),(1257,-890337600,2),(1257,-833749200,1),(1257,-827265600,2),(1257,-752274000,1),(1257,-733780800,2),(1257,-197326800,1),(1257,-190843200,2),(1257,-184194000,1),(1257,-164491200,2),(1257,-152658000,1),(1257,-132955200,2),(1257,-121122000,1),(1257,-101419200,2),(1257,-86821200,1),(1257,-71092800,2),(1257,-54766800,1),(1257,-39038400,2),(1257,-23317200,1),(1257,-7588800,4),(1257,128142003,3),(1257,136605603,4),(1257,596948414,3),(1257,605066414,4),(1257,624423614,3),(1257,636516015,4),(1257,656478015,3),(1257,667965616,1),(1257,687931216,3),(1257,699415216,4),(1257,719377217,3),(1257,731469617,4),(1257,938919622,2),(1257,952052422,4),(1257,1198983623,3),(1257,1205632823,4),(1258,-1567453392,1),(1258,-1233432000,2),(1258,-1222981200,1),(1258,-1205956800,2),(1258,-1194037200,1),(1258,-1172865600,2),(1258,-1162501200,1),(1258,-1141329600,2),(1258,-1130965200,1),(1258,-1109793600,2),(1258,-1099429200,1),(1258,-1078257600,2),(1258,-1067806800,1),(1258,-1046635200,2),(1258,-1036270800,1),(1258,-1015099200,2),(1258,-1004734800,1),(1258,-983563200,2),(1258,-973198800,1),(1258,-952027200,2),(1258,-941576400,1),(1258,-931032000,2),(1258,-900882000,1),(1258,-890337600,2),(1258,-833749200,1),(1258,-827265600,2),(1258,-752274000,1),(1258,-733780800,2),(1258,-197326800,1),(1258,-190843200,2),(1258,-184194000,1),(1258,-164491200,2),(1258,-152658000,1),(1258,-132955200,2),(1258,-121122000,1),(1258,-101419200,2),(1258,-86821200,1),(1258,-71092800,2),(1258,-54766800,1),(1258,-39038400,2),(1258,-23317200,1),(1258,-7588800,4),(1258,128142003,3),(1258,136605603,4),(1258,596948414,3),(1258,605066414,4),(1258,624423614,3),(1258,636516015,4),(1258,656478015,3),(1258,667792816,1),(1258,673588816,4),(1258,687927616,3),(1258,699415216,4),(1258,719377217,3),(1258,731469617,4),(1258,938919622,2),(1258,952052422,4),(1258,1085972422,1),(1258,1090728022,4),(1258,1198983623,3),(1258,1205632823,4),(1259,-1567453392,1),(1259,-1233432000,2),(1259,-1222981200,1),(1259,-1205956800,2),(1259,-1194037200,1),(1259,-1172865600,2),(1259,-1162501200,1),(1259,-1141329600,2),(1259,-1130965200,1),(1259,-1109793600,2),(1259,-1099429200,1),(1259,-1078257600,2),(1259,-1067806800,1),(1259,-1046635200,2),(1259,-1036270800,1),(1259,-1015099200,2),(1259,-1004734800,1),(1259,-983563200,2),(1259,-973198800,1),(1259,-952027200,2),(1259,-941576400,1),(1259,-931032000,2),(1259,-900882000,1),(1259,-890337600,2),(1259,-833749200,1),(1259,-827265600,2),(1259,-752274000,1),(1259,-733780800,2),(1259,-197326800,1),(1259,-190843200,2),(1259,-184194000,1),(1259,-164491200,2),(1259,-152658000,1),(1259,-132955200,2),(1259,-121122000,1),(1259,-101419200,2),(1259,-86821200,1),(1259,-71092800,2),(1259,-54766800,1),(1259,-39038400,2),(1259,-23317200,1),(1259,-7588800,4),(1259,128142003,3),(1259,136605603,4),(1259,596948414,3),(1259,605066414,4),(1259,624423614,3),(1259,637380015,1),(1259,655963215,2),(1259,667796416,1),(1259,675748816,4),(1259,938919622,2),(1259,952052422,4),(1259,1085972422,1),(1259,1090728022,4),(1259,1198983623,3),(1259,1200880823,2),(1259,1205031623,1),(1259,1223784023,2),(1259,1236481224,1),(1259,1255233624,4),(1260,-1567453392,1),(1260,-1233432000,2),(1260,-1222981200,1),(1260,-1205956800,2),(1260,-1194037200,1),(1260,-1172865600,2),(1260,-1162501200,1),(1260,-1141329600,2),(1260,-1130965200,1),(1260,-1109793600,2),(1260,-1099429200,1),(1260,-1078257600,2),(1260,-1067806800,1),(1260,-1046635200,2),(1260,-1036270800,1),(1260,-1015099200,2),(1260,-1004734800,1),(1260,-983563200,2),(1260,-973198800,1),(1260,-952027200,2),(1260,-941576400,1),(1260,-931032000,2),(1260,-900882000,1),(1260,-890337600,2),(1260,-833749200,1),(1260,-827265600,2),(1260,-752274000,1),(1260,-733780800,2),(1260,-197326800,1),(1260,-190843200,2),(1260,-184194000,1),(1260,-164491200,2),(1260,-152658000,1),(1260,-132955200,2),(1260,-121122000,1),(1260,-101419200,2),(1260,-86821200,1),(1260,-71092800,2),(1260,-54766800,1),(1260,-39038400,2),(1260,-23317200,1),(1260,-7588800,4),(1260,128142003,3),(1260,136605603,4),(1260,596948414,3),(1260,605066414,4),(1260,624423614,3),(1260,636516015,4),(1260,656478015,3),(1260,667965616,1),(1260,687931216,3),(1260,699415216,4),(1260,719377217,3),(1260,731469617,4),(1260,938919622,2),(1260,952052422,4),(1260,1086058822,1),(1260,1087099222,4),(1260,1198983623,3),(1260,1205632823,4),(1260,1224385223,3),(1260,1237082424,4),(1261,-1567453392,1),(1261,-1233432000,2),(1261,-1222981200,1),(1261,-1205956800,2),(1261,-1194037200,1),(1261,-1172865600,2),(1261,-1162501200,1),(1261,-1141329600,2),(1261,-1130965200,1),(1261,-1109793600,2),(1261,-1099429200,1),(1261,-1078257600,2),(1261,-1067806800,1),(1261,-1046635200,2),(1261,-1036270800,1),(1261,-1015099200,2),(1261,-1004734800,1),(1261,-983563200,2),(1261,-973198800,1),(1261,-952027200,2),(1261,-941576400,1),(1261,-931032000,2),(1261,-900882000,1),(1261,-890337600,2),(1261,-833749200,1),(1261,-827265600,2),(1261,-752274000,1),(1261,-733780800,2),(1261,-197326800,1),(1261,-190843200,2),(1261,-184194000,1),(1261,-164491200,2),(1261,-152658000,1),(1261,-132955200,2),(1261,-121122000,1),(1261,-101419200,2),(1261,-86821200,1),(1261,-71092800,2),(1261,-54766800,1),(1261,-39038400,2),(1261,-23317200,1),(1261,-7588800,4),(1261,128142003,3),(1261,136605603,4),(1261,596948414,3),(1261,605066414,4),(1261,624423614,3),(1261,636516015,4),(1261,656478015,3),(1261,667965616,4),(1261,687927616,3),(1261,699415216,4),(1261,719377217,3),(1261,731469617,4),(1261,938919622,2),(1261,952052422,4),(1261,1085886022,1),(1261,1087704022,4),(1261,1198983623,3),(1261,1205632823,4),(1262,-873057600,2),(1262,-769395600,1),(1262,-765399600,0),(1263,-1206389360,1),(1263,86760001,2),(1263,134017203,1),(1263,181368004,3),(1263,194497205,1),(1263,212990405,3),(1263,226033206,1),(1263,244526406,3),(1263,257569207,1),(1263,276062407,3),(1263,291783608,1),(1263,307598408,3),(1263,323406009,1),(1263,339220809,3),(1263,354942009,1),(1263,370756810,3),(1263,386478010,1),(1263,402292811,3),(1263,418014011,1),(1263,433828812,3),(1263,449636412,1),(1263,465451212,3),(1263,481172412,1),(1263,496987213,3),(1263,512708413,1),(1263,528523213,3),(1263,544244413,1),(1263,560059213,3),(1263,575866814,1),(1263,591681614,3),(1263,607402814,1),(1263,625032014,3),(1263,638938815,1),(1263,654753615,3),(1263,670474816,1),(1263,686721616,3),(1263,699418816,1),(1263,718257617,3),(1263,733546817,1),(1263,749448018,3),(1263,762318018,1),(1263,780984019,3),(1263,793767619,1),(1263,812520019,3),(1263,825649220,1),(1263,844574420,3),(1263,856666820,1),(1263,876024021,3),(1263,888721221,1),(1263,907473621,3),(1263,920775622,1),(1263,938923222,3),(1263,952225222,1),(1263,970372822,3),(1263,983674822,1),(1263,1002427222,3),(1263,1018148422,1),(1263,1030852822,3),(1263,1049598022,1),(1263,1062907222,3),(1263,1081047622,1),(1263,1097985622,3),(1263,1110682822,1),(1263,1129435222,3),(1263,1142132423,1),(1263,1160884823,3),(1263,1173582023,1),(1263,1192939223,3),(1263,1205031623,1),(1263,1224388823,3),(1263,1236481224,1),(1263,1255838424,3),(1263,1270954824,1),(1263,1286078424,3),(1263,1302404424,1),(1263,1317528024,3),(1263,1333854024,1),(1263,1349582425,3),(1263,1364094025,1),(1263,1381032025,3),(1263,1395543625,1),(1263,1412481625,3),(1263,1426993225,1),(1263,1443931226,3),(1263,1459047626,1),(1263,1475380826,3),(1263,1490497227,1),(1263,1506830427,3),(1263,1521946827,1),(1263,1538884827,3),(1263,1553396427,1),(1263,1570334427,3),(1263,1584846027,1),(1263,1601784027,3),(1263,1616900427,1),(1263,1633233627,3),(1263,1648350027,1),(1263,1664683227,3),(1263,1679799627,1),(1263,1696132827,3),(1263,1711249227,1),(1263,1728187227,3),(1263,1742698827,1),(1263,1759636827,3),(1263,1774148427,1),(1263,1791086427,3),(1263,1806202827,1),(1263,1822536027,3),(1263,1837652427,1),(1263,1853985627,3),(1263,1869102027,1),(1263,1886040027,3),(1263,1900551627,1),(1263,1917489627,3),(1263,1932001227,1),(1263,1948939227,3),(1263,1964055627,1),(1263,1980388827,3),(1263,1995505227,1),(1263,2011838427,3),(1263,2026954827,1),(1263,2043288027,3),(1263,2058404427,1),(1263,2075342427,3),(1263,2089854027,1),(1263,2106792027,3),(1263,2121303627,1),(1263,2138241627,3),(1264,-1946918424,1),(1265,-880196400,1),(1265,-769395600,2),(1265,-765374400,0),(1265,-86878800,3),(1265,-21466800,4),(1265,-5745600,3),(1265,9982800,4),(1265,25704000,3),(1265,41432400,4),(1265,57758400,3),(1265,73486800,4),(1265,89208001,3),(1265,104936402,4),(1265,120657602,3),(1265,126709203,4),(1265,152107203,3),(1265,162392404,4),(1265,183556804,3),(1265,199285205,4),(1265,215611205,3),(1265,230734806,4),(1265,247060806,3),(1265,262789207,4),(1265,278510407,3),(1265,294238808,4),(1265,309960008,3),(1265,325688409,4),(1265,341409609,3),(1265,357138009,4),(1265,372859210,3),(1265,388587610,4),(1265,404913611,3),(1265,420037211,4),(1265,436363212,5),(1265,439034412,7),(1265,452088012,6),(1265,467809212,7),(1265,483537612,6),(1265,499258813,7),(1265,514987213,6),(1265,530708413,7),(1265,544622413,6),(1265,562158013,7),(1265,576072014,6),(1265,594212414,7),(1265,607521614,6),(1265,625662014,7),(1265,638971215,6),(1265,657111615,7),(1265,671025616,6),(1265,688561216,7),(1265,702475216,6),(1265,720010817,7),(1265,733924817,6),(1265,752065218,7),(1265,765374418,6),(1265,783514819,7),(1265,796824019,6),(1265,814964419,7),(1265,828878420,6),(1265,846414020,7),(1265,860328020,6),(1265,877863621,7),(1265,891777621,6),(1265,909313221,7),(1265,923227222,6),(1265,941367622,7),(1265,954676822,6),(1265,972817222,7),(1265,986126422,6),(1265,1004266822,7),(1265,1018180822,6),(1265,1035716422,7),(1265,1049630422,6),(1265,1067166022,7),(1265,1081080022,6),(1265,1099220422,7),(1265,1112529622,6),(1265,1130670022,7),(1265,1143979223,6),(1265,1162119623,7),(1265,1173614423,6),(1265,1194174023,7),(1265,1205064023,6),(1265,1225623623,7),(1265,1236513624,6),(1265,1257073224,7),(1265,1268568024,6),(1265,1289127624,7),(1265,1300017624,6),(1265,1320577224,7),(1265,1331467224,6),(1265,1352026825,7),(1265,1362916825,6),(1265,1383476425,7),(1265,1394366425,6),(1265,1414926025,7),(1265,1425816025,6),(1265,1446375626,7),(1265,1457870426,6),(1265,1478430026,7),(1265,1489320027,6),(1265,1509879627,7),(1265,1520769627,6),(1265,1541329227,7),(1265,1552219227,6),(1265,1572778827,7),(1265,1583668827,6),(1265,1604228427,7),(1265,1615723227,6),(1265,1636282827,7),(1265,1647172827,6),(1265,1667732427,7),(1265,1678622427,6),(1265,1699182027,7),(1265,1710072027,6),(1265,1730631627,7),(1265,1741521627,6),(1265,1762081227,7),(1265,1772971227,6),(1265,1793530827,7),(1265,1805025627,6),(1265,1825585227,7),(1265,1836475227,6),(1265,1857034827,7),(1265,1867924827,6),(1265,1888484427,7),(1265,1899374427,6),(1265,1919934027,7),(1265,1930824027,6),(1265,1951383627,7),(1265,1962878427,6),(1265,1983438027,7),(1265,1994328027,6),(1265,2014887627,7),(1265,2025777627,6),(1265,2046337227,7),(1265,2057227227,6),(1265,2077786827,7),(1265,2088676827,6),(1265,2109236427,7),(1265,2120126427,6),(1265,2140686027,7),(1266,-1767216356,2),(1266,-1206957600,1),(1266,-1191362400,2),(1266,-1175374800,1),(1266,-1159826400,2),(1266,-633819600,1),(1266,-622069200,2),(1266,-602283600,1),(1266,-591832800,2),(1266,-570747600,1),(1266,-560210400,2),(1266,-539125200,1),(1266,-531352800,2),(1266,-191365200,1),(1266,-184197600,2),(1266,-155163600,1),(1266,-150069600,2),(1266,-128898000,1),(1266,-121125600,2),(1266,-99954000,1),(1266,-89589600,2),(1266,-68418000,1),(1266,-57967200,2),(1266,499748413,1),(1266,511236013,2),(1266,530593213,1),(1266,540266413,2),(1266,562129213,1),(1266,571197614,2),(1266,592974014,1),(1266,602042414,2),(1266,624423614,1),(1266,634701615,2),(1266,656478015,1),(1266,666756016,2),(1266,687927616,1),(1266,697600816,2),(1266,719982017,1),(1266,728445617,2),(1266,750826818,1),(1266,761709618,2),(1266,782276419,1),(1266,793159219,2),(1266,813726019,1),(1266,824004020,2),(1266,844570820,1),(1266,856058420,2),(1266,876106821,1),(1266,888717621,2),(1266,908074821,1),(1266,919562422,2),(1266,938919622,1),(1266,951616822,2),(1266,970974022,1),(1266,982461622,2),(1266,1003028422,1),(1266,1013911222,2),(1266,1036292422,1),(1266,1045360822,2),(1266,1318734024,1),(1266,1330221624,2),(1267,-1514739600,1),(1267,-1343066400,2),(1267,-1234807200,1),(1267,-1220292000,2),(1267,-1207159200,1),(1267,-1191344400,2),(1267,-873828000,1),(1267,-661539600,3),(1267,28800,1),(1267,828867620,4),(1267,846403220,1),(1267,860317220,4),(1267,877852821,1),(1267,891766821,4),(1267,909302421,1),(1267,923216422,4),(1267,941356822,1),(1267,954666022,4),(1267,972806422,1),(1267,989139622,4),(1267,1001836822,1),(1267,1018170022,4),(1267,1035705622,1),(1267,1049619622,4),(1267,1067155222,1),(1267,1081069222,4),(1267,1099209622,1),(1267,1112518822,4),(1267,1130659222,1),(1267,1143968423,4),(1267,1162108823,1),(1267,1175418023,4),(1267,1193558423,1),(1267,1207472423,4),(1267,1225008023,1),(1267,1238922024,4),(1267,1256457624,1),(1267,1270371624,5),(1267,1288508424,2),(1267,1301817624,5),(1267,1319958024,2),(1267,1333267224,5),(1267,1351407625,2),(1267,1365321625,5),(1267,1382857225,2),(1267,1396771225,5),(1267,1414306825,2),(1267,1428220825,5),(1267,1445756426,2),(1267,1459670426,5),(1267,1477810826,2),(1267,1491120027,5),(1267,1509260427,2),(1267,1522569627,5),(1267,1540710027,2),(1267,1554624027,5),(1267,1572159627,2),(1267,1586073627,5),(1267,1603609227,2),(1267,1617523227,5),(1267,1635663627,2),(1267,1648972827,5),(1267,1667113227,2),(1267,1680422427,5),(1267,1698562827,2),(1267,1712476827,5),(1267,1730012427,2),(1267,1743926427,5),(1267,1761462027,2),(1267,1775376027,5),(1267,1792911627,2),(1267,1806825627,5),(1267,1824966027,2),(1267,1838275227,5),(1267,1856415627,2),(1267,1869724827,5),(1267,1887865227,2),(1267,1901779227,5),(1267,1919314827,2),(1267,1933228827,5),(1267,1950764427,2),(1267,1964678427,5),(1267,1982818827,2),(1267,1996128027,5),(1267,2014268427,2),(1267,2027577627,5),(1267,2045718027,2),(1267,2059027227,5),(1267,2077167627,2),(1267,2091081627,5),(1267,2108617227,2),(1267,2122531227,5),(1267,2140066827,2),(1268,-1841256091,3),(1268,-874263600,1),(1268,-862682400,2),(1268,-841604400,1),(1268,-830714400,2),(1268,-820526400,3),(1268,-811882800,4),(1268,-798660000,2),(1268,-788904000,3),(1268,234943206,5),(1268,244616406,3),(1268,261554407,5),(1268,276066007,3),(1268,293004008,5),(1268,307515608,3),(1268,325058409,5),(1268,338706009,3),(1269,-1767213964,2),(1269,-1206957600,1),(1269,-1191362400,2),(1269,-1175374800,1),(1269,-1159826400,2),(1269,-633819600,1),(1269,-622069200,2),(1269,-602283600,1),(1269,-591832800,2),(1269,-570747600,1),(1269,-560210400,2),(1269,-539125200,1),(1269,-531352800,2),(1269,-191365200,1),(1269,-184197600,2),(1269,-155163600,1),(1269,-150069600,2),(1269,-128898000,1),(1269,-121125600,2),(1269,-99954000,1),(1269,-89589600,2),(1269,-68418000,1),(1269,-57967200,2),(1269,499748413,1),(1269,511236013,2),(1269,530593213,1),(1269,540266413,2),(1269,562129213,1),(1269,571197614,2),(1270,-1822500432,2),(1270,-1616954400,1),(1270,-1606069800,2),(1270,-1585504800,1),(1270,-1574015400,2),(1270,-1554055200,1),(1270,-1542565800,2),(1270,-1522605600,1),(1270,-1511116200,2),(1270,-1490551200,1),(1270,-1479666600,2),(1270,-1459101600,1),(1270,-1448217000,2),(1270,-1427652000,1),(1270,-1416162600,2),(1270,-1396202400,1),(1270,-1384713000,2),(1270,-1364752800,1),(1270,-1353263400,2),(1270,-1333303200,1),(1270,-1321813800,2),(1270,-1301248800,1),(1270,-1290364200,2),(1270,-1269799200,1),(1270,-1258914600,2),(1270,-1238349600,1),(1270,-1226860200,2),(1270,-1206900000,1),(1270,-1195410600,2),(1270,-1175450400,1),(1270,-1163961000,2),(1270,-1143396000,1),(1270,-1132511400,2),(1270,-1111946400,1),(1270,-1101061800,2),(1270,-1080496800,1),(1270,-1069612200,2),(1270,-1049047200,1),(1270,-1037557800,2),(1270,-1017597600,1),(1270,-1006108200,2),(1270,-986148000,1),(1270,-974658600,2),(1270,-954093600,1),(1270,-943209000,2),(1270,-922644000,1),(1270,-911759400,2),(1270,-891194400,1),(1270,-879705000,2),(1270,-868212000,3),(1270,-769395600,4),(1270,-758746800,2),(1270,-701892000,1),(1270,-690402600,2),(1270,-670442400,1),(1270,-658953000,2),(1270,-638992800,1),(1270,-627503400,2),(1270,-606938400,1),(1270,-596053800,2),(1270,-575488800,1),(1270,-564604200,2),(1270,-544039200,1),(1270,-532549800,2),(1270,-512589600,1),(1270,-501100200,2),(1270,-481140000,1),(1270,-469650600,2),(1270,-449690400,1),(1270,-438201000,2),(1270,-417636000,1),(1270,-406751400,2),(1270,-386186400,1),(1270,-375301800,2),(1270,-354736800,1),(1270,-343247400,2),(1270,-323287200,1),(1270,-311797800,2),(1270,-291837600,1),(1270,-280348200,2),(1270,-259783200,1),(1270,-248898600,2),(1270,-228333600,1),(1270,-217449000,2),(1270,-196884000,1),(1270,-185999400,2),(1270,-165434400,1),(1270,-153945000,2),(1270,-133984800,1),(1270,-122495400,2),(1270,-102535200,1),(1270,-91045800,2),(1270,-70480800,1),(1270,-59596200,2),(1270,123919202,5),(1270,129618003,2),(1270,409039211,5),(1270,413874011,2),(1271,-873057600,2),(1271,-769395600,1),(1271,-765399600,0),(1272,-1767211040,2),(1272,-1206954000,1),(1272,-1191358800,2),(1272,-1175371200,1),(1272,-1159822800,2),(1272,-633816000,1),(1272,-622065600,2),(1272,-602280000,1),(1272,-591829200,2),(1272,-570744000,1),(1272,-560206800,2),(1272,-539121600,1),(1272,-531349200,2),(1272,-191361600,1),(1272,-184194000,2),(1272,-155160000,1),(1272,-150066000,2),(1272,-128894400,1),(1272,-121122000,2),(1272,-99950400,1),(1272,-89586000,2),(1272,-68414400,1),(1272,-57963600,2),(1272,499752013,1),(1272,511239613,2),(1272,530596813,1),(1272,540270013,2),(1272,562132813,1),(1272,571201214,2),(1272,938923222,1),(1272,951620422,2),(1272,970977622,1),(1272,971578822,2),(1273,-1739041424,2),(1273,704869216,1),(1273,733896017,2),(1274,-1633269600,0),(1274,-1615129200,1),(1274,-1601820000,0),(1274,-1583679600,1),(1274,-1471788000,4),(1274,-880210800,2),(1274,-769395600,3),(1274,-765388800,4),(1274,-84380400,5),(1274,-68659200,4),(1274,-52930800,5),(1274,-37209600,4),(1274,-21481200,5),(1274,-5760000,4),(1274,9968400,5),(1274,25689600,4),(1274,41418000,5),(1274,57744000,4),(1274,73472400,5),(1274,89193601,4),(1274,104922002,5),(1274,120643202,4),(1274,129114003,5),(1274,152092803,4),(1274,162378004,5),(1274,183542404,4),(1274,199270805,5),(1274,215596805,4),(1274,230720406,5),(1274,247046406,4),(1274,262774807,5),(1274,278496007,4),(1274,294224408,5),(1274,309945608,4),(1274,325674009,5),(1274,341395209,4),(1274,357123609,5),(1274,372844810,4),(1274,388573210,5),(1274,404899211,4),(1274,420022811,5),(1274,436348812,4),(1274,452077212,5),(1274,467798412,4),(1274,483526812,5),(1274,499248013,4),(1274,514976413,5),(1274,530697613,4),(1274,544611613,5),(1274,562147213,4),(1274,576061214,5),(1274,594201614,4),(1274,607510814,5),(1274,625651214,4),(1274,638960415,5),(1274,657100815,4),(1274,671014816,5),(1274,688550416,4),(1274,702464416,5),(1274,720000017,4),(1274,733914017,5),(1274,752054418,4),(1274,765363618,5),(1274,783504019,4),(1274,796813219,5),(1274,814953619,4),(1274,828867620,5),(1274,846403220,4),(1274,860317220,5),(1274,877852821,4),(1274,891766821,5),(1274,909302421,4),(1274,923216422,5),(1274,941356822,4),(1274,954666022,5),(1274,972806422,4),(1274,986115622,5),(1274,1004256022,4),(1274,1018170022,5),(1274,1035705622,4),(1274,1049619622,5),(1274,1067155222,4),(1274,1081069222,5),(1274,1099209622,4),(1274,1112518822,5),(1274,1130659222,4),(1274,1143968423,5),(1274,1162108823,4),(1274,1173603623,5),(1274,1194163223,4),(1274,1205053223,5),(1274,1225612823,4),(1274,1236502824,5),(1274,1257062424,4),(1274,1268557224,5),(1274,1289116824,4),(1274,1300006824,5),(1274,1320566424,4),(1274,1331456424,5),(1274,1352016025,4),(1274,1362906025,5),(1274,1383465625,4),(1274,1394355625,5),(1274,1414915225,4),(1274,1425805225,5),(1274,1446364826,4),(1274,1457859626,5),(1274,1478419226,4),(1274,1489309227,5),(1274,1509868827,4),(1274,1520758827,5),(1274,1541318427,4),(1274,1552208427,5),(1274,1572768027,4),(1274,1583658027,5),(1274,1604217627,4),(1274,1615712427,5),(1274,1636272027,4),(1274,1647162027,5),(1274,1667721627,4),(1274,1678611627,5),(1274,1699171227,4),(1274,1710061227,5),(1274,1730620827,4),(1274,1741510827,5),(1274,1762070427,4),(1274,1772960427,5),(1274,1793520027,4),(1274,1805014827,5),(1274,1825574427,4),(1274,1836464427,5),(1274,1857024027,4),(1274,1867914027,5),(1274,1888473627,4),(1274,1899363627,5),(1274,1919923227,4),(1274,1930813227,5),(1274,1951372827,4),(1274,1962867627,5),(1274,1983427227,4),(1274,1994317227,5),(1274,2014876827,4),(1274,2025766827,5),(1274,2046326427,4),(1274,2057216427,5),(1274,2077776027,4),(1274,2088666027,5),(1274,2109225627,4),(1274,2120115627,5),(1274,2140675227,4),(1275,-1567453392,1),(1275,-1233432000,2),(1275,-1222981200,1),(1275,-1205956800,2),(1275,-1194037200,1),(1275,-1172865600,2),(1275,-1162501200,1),(1275,-1141329600,2),(1275,-1130965200,1),(1275,-1109793600,2),(1275,-1099429200,1),(1275,-1078257600,2),(1275,-1067806800,1),(1275,-1046635200,2),(1275,-1036270800,1),(1275,-1015099200,2),(1275,-1004734800,1),(1275,-983563200,2),(1275,-973198800,1),(1275,-952027200,2),(1275,-941576400,1),(1275,-931032000,2),(1275,-900882000,1),(1275,-890337600,2),(1275,-833749200,1),(1275,-827265600,2),(1275,-752274000,1),(1275,-733780800,2),(1275,-197326800,1),(1275,-190843200,2),(1275,-184194000,1),(1275,-164491200,2),(1275,-152658000,1),(1275,-132955200,2),(1275,-121122000,1),(1275,-101419200,2),(1275,-86821200,1),(1275,-71092800,2),(1275,-54766800,1),(1275,-39038400,2),(1275,-23317200,1),(1275,-7588800,4),(1275,128142003,3),(1275,136605603,4),(1275,596948414,3),(1275,605066414,4),(1275,624423614,3),(1275,636516015,4),(1275,656478015,3),(1275,667965616,4),(1275,687927616,3),(1275,699415216,4),(1275,719377217,3),(1275,731469617,4),(1275,938919622,2),(1275,952052422,4),(1275,1198983623,3),(1275,1205632823,4),(1275,1224385223,3),(1275,1237082424,4),(1276,-1577923200,3),(1276,-880210800,1),(1276,-769395600,2),(1276,-765388800,3),(1276,-147891600,4),(1276,-131562000,3),(1276,325674009,5),(1276,341395209,3),(1276,357123609,5),(1276,372844810,3),(1276,388573210,5),(1276,404899211,3),(1276,420022811,5),(1276,436348812,3),(1276,452077212,5),(1276,467798412,3),(1276,483526812,5),(1276,499248013,3),(1276,514976413,5),(1276,530697613,3),(1276,544611613,5),(1276,562147213,3),(1276,576061214,5),(1276,594201614,3),(1276,607510814,5),(1276,625651214,3),(1276,638960415,5),(1276,657100815,3),(1276,671014816,5),(1276,688550416,3),(1276,702464416,5),(1276,720000017,3),(1276,733914017,5),(1276,752054418,3),(1276,765363618,5),(1276,783504019,3),(1276,796813219,5),(1276,814953619,3),(1276,828867620,5),(1276,846403220,3),(1276,860317220,5),(1276,877852821,3),(1276,891766821,5),(1276,909302421,3),(1276,923216422,5),(1276,941356822,7),(1276,954662422,6),(1276,972802822,8),(1276,973400422,7),(1276,986115622,5),(1276,1004256022,3),(1276,1018170022,5),(1276,1035705622,3),(1276,1049619622,5),(1276,1067155222,3),(1276,1081069222,5),(1276,1099209622,3),(1276,1112518822,5),(1276,1130659222,3),(1276,1143968423,5),(1276,1162108823,3),(1276,1173603623,5),(1276,1194163223,3),(1276,1205053223,5),(1276,1225612823,3),(1276,1236502824,5),(1276,1257062424,3),(1276,1268557224,5),(1276,1289116824,3),(1276,1300006824,5),(1276,1320566424,3),(1276,1331456424,5),(1276,1352016025,3),(1276,1362906025,5),(1276,1383465625,3),(1276,1394355625,5),(1276,1414915225,3),(1276,1425805225,5),(1276,1446364826,3),(1276,1457859626,5),(1276,1478419226,3),(1276,1489309227,5),(1276,1509868827,3),(1276,1520758827,5),(1276,1541318427,3),(1276,1552208427,5),(1276,1572768027,3),(1276,1583658027,5),(1276,1604217627,3),(1276,1615712427,5),(1276,1636272027,3),(1276,1647162027,5),(1276,1667721627,3),(1276,1678611627,5),(1276,1699171227,3),(1276,1710061227,5),(1276,1730620827,3),(1276,1741510827,5),(1276,1762070427,3),(1276,1772960427,5),(1276,1793520027,3),(1276,1805014827,5),(1276,1825574427,3),(1276,1836464427,5),(1276,1857024027,3),(1276,1867914027,5),(1276,1888473627,3),(1276,1899363627,5),(1276,1919923227,3),(1276,1930813227,5),(1276,1951372827,3),(1276,1962867627,5),(1276,1983427227,3),(1276,1994317227,5),(1276,2014876827,3),(1276,2025766827,5),(1276,2046326427,3),(1276,2057216427,5),(1276,2077776027,3),(1276,2088666027,5),(1276,2109225627,3),(1276,2120115627,5),(1276,2140675227,3),(1277,-1767212492,2),(1277,-1206954000,1),(1277,-1191358800,2),(1277,-1175371200,1),(1277,-1159822800,2),(1277,-633816000,1),(1277,-622065600,2),(1277,-602280000,1),(1277,-591829200,2),(1277,-570744000,1),(1277,-560206800,2),(1277,-539121600,1),(1277,-531349200,2),(1277,-191361600,1),(1277,-184194000,2),(1277,-155160000,1),(1277,-150066000,2),(1277,-128894400,1),(1277,-121122000,2),(1277,-99950400,1),(1277,-89586000,2),(1277,-68414400,1),(1277,-57963600,2),(1277,499752013,1),(1277,511239613,2),(1277,530596813,1),(1277,540270013,2),(1277,562132813,1),(1277,571201214,2),(1277,592977614,1),(1277,602046014,2),(1277,624427214,1),(1277,634705215,2),(1277,656481615,1),(1277,666759616,2),(1277,687931216,1),(1277,697604416,2),(1277,719985617,1),(1277,728449217,2),(1277,750830418,1),(1277,761713218,2),(1277,782280019,1),(1277,793162819,2),(1277,813729619,1),(1277,824007620,2),(1277,844574420,1),(1277,856062020,2),(1277,876110421,1),(1277,888721221,2),(1277,908078421,1),(1277,919566022,2),(1277,938923222,1),(1277,951620422,2),(1277,970977622,1),(1277,982465222,2),(1277,1003032022,1),(1277,1013914822,2),(1277,1036296022,1),(1277,1045364422,2),(1277,1066536022,1),(1277,1076814022,2),(1277,1099368022,1),(1277,1108868422,2),(1277,1129435222,1),(1277,1140318023,2),(1277,1162699223,1),(1277,1172372423,2),(1277,1192334423,1),(1277,1203217223,2),(1277,1224388823,1),(1277,1234666824,2),(1277,1255838424,1),(1277,1266721224,2),(1277,1287288024,1),(1277,1298170824,2),(1277,1318737624,1),(1277,1330225224,2),(1277,1350792025,1),(1277,1361070025,2),(1277,1382241625,1),(1277,1392519625,2),(1277,1413691225,1),(1277,1424574025,2),(1277,1445140826,1),(1277,1456023626,2),(1277,1476590426,1),(1277,1487473227,2),(1277,1508040027,1),(1277,1518922827,2),(1277,1541304027,1),(1277,1550372427,2),(1278,-1514743200,1),(1278,377935210,3),(1278,828860420,2),(1278,846396020,3),(1278,860310020,2),(1278,877845621,3),(1278,891759621,2),(1278,902037621,4),(1278,909298821,1),(1278,923212822,4),(1278,941353222,1),(1278,954662422,4),(1278,972802822,1),(1278,989136022,4),(1278,1001833222,1),(1278,1018166422,4),(1278,1035702022,1),(1278,1049616022,4),(1278,1067151622,1),(1278,1081065622,4),(1278,1099206022,1),(1278,1112515222,4),(1278,1130655622,1),(1278,1143964823,4),(1278,1162105223,1),(1278,1175414423,4),(1278,1193554823,1),(1278,1207468823,4),(1278,1225004423,1),(1278,1238918424,4),(1278,1256454024,1),(1278,1270368024,4),(1278,1288508424,1),(1278,1301817624,4),(1278,1319958024,1),(1278,1333267224,4),(1278,1351407625,1),(1278,1365321625,4),(1278,1382857225,1),(1278,1396771225,4),(1278,1414306825,1),(1278,1422777625,3),(1279,-1826739140,1),(1279,-157750200,2),(1279,1197183623,1),(1279,1462086026,2),(1280,-1567453392,1),(1280,-1233432000,2),(1280,-1222981200,1),(1280,-1205956800,2),(1280,-1194037200,1),(1280,-1172865600,2),(1280,-1162501200,1),(1280,-1141329600,2),(1280,-1130965200,1),(1280,-1109793600,2),(1280,-1099429200,1),(1280,-1078257600,2),(1280,-1067806800,1),(1280,-1046635200,2),(1280,-1036270800,1),(1280,-1015099200,2),(1280,-1004734800,1),(1280,-983563200,2),(1280,-973198800,1),(1280,-952027200,2),(1280,-941576400,1),(1280,-931032000,2),(1280,-900882000,1),(1280,-890337600,2),(1280,-833749200,1),(1280,-827265600,2),(1280,-752274000,1),(1280,-733780800,2),(1280,-197326800,1),(1280,-190843200,2),(1280,-184194000,1),(1280,-164491200,2),(1280,-152658000,1),(1280,-132955200,2),(1280,-121122000,1),(1280,-101419200,2),(1280,-86821200,1),(1280,-71092800,2),(1280,-54766800,1),(1280,-39038400,2),(1280,-23317200,1),(1280,-7588800,4),(1280,128142003,3),(1280,136605603,4),(1280,596948414,3),(1280,605066414,4),(1280,624423614,3),(1280,636516015,4),(1280,656478015,3),(1280,667965616,1),(1280,687931216,3),(1280,699415216,4),(1280,719377217,3),(1280,731469617,4),(1280,938919622,2),(1280,952052422,4),(1280,1086058822,1),(1280,1087704022,4),(1280,1198983623,3),(1280,1205632823,4),(1281,-1846269040,1),(1281,-71092800,2),(1282,-1946918424,1),(1283,-1633276800,0),(1283,-1615136400,1),(1283,-1601827200,0),(1283,-1583686800,1),(1283,-1563724800,0),(1283,-1551632400,1),(1283,-1538928000,0),(1283,-1520182800,1),(1283,-1504454400,0),(1283,-1491757200,1),(1283,-1473004800,0),(1283,-1459702800,1),(1283,-1441555200,0),(1283,-1428253200,1),(1283,-1410105600,0),(1283,-1396803600,1),(1283,-1378656000,0),(1283,-1365354000,1),(1283,-1347206400,0),(1283,-1333904400,1),(1283,-1315152000,0),(1283,-1301850000,1),(1283,-1283702400,0),(1283,-1270400400,1),(1283,-1252252800,0),(1283,-1238950800,1),(1283,-1220803200,0),(1283,-1207501200,1),(1283,-1189353600,0),(1283,-1176051600,1),(1283,-1157299200,0),(1283,-1144602000,1),(1283,-1125849600,0),(1283,-1112547600,1),(1283,-1094400000,0),(1283,-1081098000,1),(1283,-1067788800,2),(1283,-1045414800,1),(1283,-1031500800,0),(1283,-1018198800,1),(1283,-1000051200,0),(1283,-986749200,1),(1283,-967996800,0),(1283,-955299600,1),(1283,-936547200,0),(1283,-923245200,1),(1283,-905097600,0),(1283,-891795600,1),(1283,-880214400,3),(1283,-769395600,4),(1283,-765392400,1),(1283,-747244800,0),(1283,-733942800,1),(1283,-715795200,0),(1283,-702493200,1),(1283,-684345600,0),(1283,-671043600,1),(1283,-652896000,0),(1283,-639594000,1),(1283,-620841600,0),(1283,-608144400,1),(1283,-589392000,0),(1283,-576090000,1),(1283,-557942400,0),(1283,-544640400,1),(1283,-526492800,0),(1283,-513190800,1),(1283,-495043200,0),(1283,-481741200,1),(1283,-463593600,0),(1283,-447267600,1),(1283,-431539200,0),(1283,-415818000,1),(1283,-400089600,0),(1283,-384368400,1),(1283,-368640000,0),(1283,-352918800,1),(1283,-337190400,0),(1283,-321469200,1),(1283,-305740800,0),(1283,-289414800,1),(1283,-273686400,0),(1283,-257965200,1),(1283,-242236800,0),(1283,-226515600,1),(1283,-210787200,0),(1283,-195066000,1),(1283,-179337600,0),(1283,-163616400,1),(1283,-147888000,0),(1283,-131562000,1),(1283,-116438400,0),(1283,-100112400,1),(1283,-84384000,0),(1283,-68662800,1),(1283,-52934400,0),(1283,-37213200,1),(1283,-21484800,0),(1283,-5763600,1),(1283,9964800,0),(1283,25686000,1),(1283,41414400,0),(1283,57740400,1),(1283,73468800,0),(1283,89190001,1),(1283,104918402,0),(1283,120639602,1),(1283,126691203,0),(1283,152089203,1),(1283,162374404,0),(1283,183538804,1),(1283,199267205,0),(1283,215593205,1),(1283,230716806,0),(1283,247042806,1),(1283,262771207,0),(1283,278492407,1),(1283,294220808,0),(1283,309942008,1),(1283,325670409,0),(1283,341391609,1),(1283,357120009,0),(1283,372841210,1),(1283,388569610,0),(1283,404895611,1),(1283,420019211,0),(1283,436345212,1),(1283,452073612,0),(1283,467794812,1),(1283,483523212,0),(1283,499244413,1),(1283,514972813,0),(1283,530694013,1),(1283,544608013,0),(1283,562143613,1),(1283,576057614,0),(1283,594198014,1),(1283,607507214,0),(1283,625647614,1),(1283,638956815,0),(1283,657097215,1),(1283,671011216,0),(1283,688546816,1),(1283,702460816,0),(1283,719996417,1),(1283,733910417,0),(1283,752050818,1),(1283,765360018,0),(1283,783500419,1),(1283,796809619,0),(1283,814950019,1),(1283,828864020,0),(1283,846399620,1),(1283,860313620,0),(1283,877849221,1),(1283,891763221,0),(1283,909298821,1),(1283,923212822,0),(1283,941353222,1),(1283,954662422,0),(1283,972802822,1),(1283,986112022,0),(1283,1004252422,1),(1283,1018166422,0),(1283,1035702022,1),(1283,1049616022,0),(1283,1067151622,1),(1283,1081065622,0),(1283,1099206022,1),(1283,1112515222,0),(1283,1130655622,1),(1283,1143964823,0),(1283,1162105223,1),(1283,1173600023,0),(1283,1194159623,1),(1283,1205049623,0),(1283,1225609223,1),(1283,1236499224,0),(1283,1257058824,1),(1283,1268553624,0),(1283,1289113224,1),(1283,1300003224,0),(1283,1320562824,1),(1283,1331452824,0),(1283,1352012425,1),(1283,1362902425,0),(1283,1383462025,1),(1283,1394352025,0),(1283,1414911625,1),(1283,1425801625,0),(1283,1446361226,1),(1283,1457856026,0),(1283,1478415626,1),(1283,1489305627,0),(1283,1509865227,1),(1283,1520755227,0),(1283,1541314827,1),(1283,1552204827,0),(1283,1572764427,1),(1283,1583654427,0),(1283,1604214027,1),(1283,1615708827,0),(1283,1636268427,1),(1283,1647158427,0),(1283,1667718027,1),(1283,1678608027,0),(1283,1699167627,1),(1283,1710057627,0),(1283,1730617227,1),(1283,1741507227,0),(1283,1762066827,1),(1283,1772956827,0),(1283,1793516427,1),(1283,1805011227,0),(1283,1825570827,1),(1283,1836460827,0),(1283,1857020427,1),(1283,1867910427,0),(1283,1888470027,1),(1283,1899360027,0),(1283,1919919627,1),(1283,1930809627,0),(1283,1951369227,1),(1283,1962864027,0),(1283,1983423627,1),(1283,1994313627,0),(1283,2014873227,1),(1283,2025763227,0),(1283,2046322827,1),(1283,2057212827,0),(1283,2077772427,1),(1283,2088662427,0),(1283,2109222027,1),(1283,2120112027,0),(1283,2140671627,1),(1284,-1514739600,1),(1284,-1343066400,2),(1284,-1234807200,1),(1284,-1220292000,2),(1284,-1207159200,1),(1284,-1191344400,2),(1284,828864020,3),(1284,846399620,2),(1284,860313620,3),(1284,877849221,2),(1284,891766821,4),(1284,909302421,1),(1284,923216422,4),(1284,941356822,1),(1284,954666022,4),(1284,972806422,1),(1284,989139622,4),(1284,1001836822,1),(1284,1018170022,4),(1284,1035705622,1),(1284,1049619622,4),(1284,1067155222,1),(1284,1081069222,4),(1284,1099209622,1),(1284,1112518822,4),(1284,1130659222,1),(1284,1143968423,4),(1284,1162108823,1),(1284,1175418023,4),(1284,1193558423,1),(1284,1207472423,4),(1284,1225008023,1),(1284,1238922024,4),(1284,1256457624,1),(1284,1270371624,4),(1284,1288512024,1),(1284,1301821224,4),(1284,1319961624,1),(1284,1333270824,4),(1284,1351411225,1),(1284,1365325225,4),(1284,1382860825,1),(1284,1396774825,4),(1284,1414310425,1),(1284,1428224425,4),(1284,1445760026,1),(1284,1459674026,4),(1284,1477814426,1),(1284,1491123627,4),(1284,1509264027,1),(1284,1522573227,4),(1284,1540713627,1),(1284,1554627627,4),(1284,1572163227,1),(1284,1586077227,4),(1284,1603612827,1),(1284,1617526827,4),(1284,1635667227,1),(1284,1648976427,4),(1284,1667116827,1),(1284,1680426027,4),(1284,1698566427,1),(1284,1712480427,4),(1284,1730016027,1),(1284,1743930027,4),(1284,1761465627,1),(1284,1775379627,4),(1284,1792915227,1),(1284,1806829227,4),(1284,1824969627,1),(1284,1838278827,4),(1284,1856419227,1),(1284,1869728427,4),(1284,1887868827,1),(1284,1901782827,4),(1284,1919318427,1),(1284,1933232427,4),(1284,1950768027,1),(1284,1964682027,4),(1284,1982822427,1),(1284,1996131627,4),(1284,2014272027,1),(1284,2027581227,4),(1284,2045721627,1),(1284,2059030827,4),(1284,2077171227,1),(1284,2091085227,4),(1284,2108620827,1),(1284,2122534827,4),(1284,2140070427,1),(1285,-1946918424,1),(1286,-1567453392,1),(1286,-1233432000,2),(1286,-1222981200,1),(1286,-1205956800,2),(1286,-1194037200,1),(1286,-1172865600,2),(1286,-1162501200,1),(1286,-1141329600,2),(1286,-1130965200,1),(1286,-1109793600,2),(1286,-1099429200,1),(1286,-1078257600,2),(1286,-1067806800,1),(1286,-1046635200,2),(1286,-1036270800,1),(1286,-1015099200,2),(1286,-1004734800,1),(1286,-983563200,2),(1286,-973198800,1),(1286,-952027200,2),(1286,-941576400,1),(1286,-931032000,2),(1286,-900882000,1),(1286,-890337600,2),(1286,-833749200,1),(1286,-827265600,2),(1286,-752274000,1),(1286,-733780800,2),(1286,-197326800,1),(1286,-190843200,2),(1286,-184194000,1),(1286,-164491200,2),(1286,-152658000,1),(1286,-132955200,2),(1286,-121122000,1),(1286,-101419200,2),(1286,-86821200,1),(1286,-71092800,2),(1286,-54766800,1),(1286,-39038400,2),(1286,-23317200,1),(1286,-7588800,4),(1286,128142003,3),(1286,136605603,4),(1286,596948414,3),(1286,605066414,4),(1286,624423614,3),(1286,636516015,4),(1286,656478015,3),(1286,667965616,1),(1286,687931216,3),(1286,699415216,4),(1286,719377217,3),(1286,731469617,4),(1286,938919622,2),(1286,952052422,4),(1286,1198983623,3),(1286,1205632823,4),(1286,1224385223,3),(1286,1237082424,4),(1287,-1545071027,2),(1287,288770408,1),(1287,297234008,2),(1287,320220009,1),(1287,328683609,2),(1287,664264816,1),(1287,678344416,2),(1287,695714416,1),(1287,700635616,2),(1288,-1633273200,0),(1288,-1615132800,1),(1288,-1601823600,0),(1288,-1583683200,1),(1288,-880210800,2),(1288,-820519140,1),(1288,-812653140,2),(1288,-796845540,1),(1288,-84380400,0),(1288,-68659200,1),(1289,-1767212140,2),(1289,-1206954000,1),(1289,-1191358800,2),(1289,-1175371200,1),(1289,-1159822800,2),(1289,-633816000,1),(1289,-622065600,2),(1289,-602280000,1),(1289,-591829200,2),(1289,-570744000,1),(1289,-560206800,2),(1289,-539121600,1),(1289,-531349200,2),(1289,-191361600,1),(1289,-184194000,2),(1289,-155160000,1),(1289,-150066000,2),(1289,-128894400,1),(1289,-121122000,2),(1289,-99950400,1),(1289,-89586000,2),(1289,-68414400,1),(1289,-57963600,2),(1289,499752013,1),(1289,511239613,2),(1289,530596813,1),(1289,540270013,2),(1289,562132813,1),(1289,571201214,2),(1289,592977614,1),(1289,602046014,2),(1289,624427214,1),(1289,634705215,2),(1289,656481615,1),(1289,666759616,2),(1289,687931216,1),(1289,697604416,2),(1289,719985617,1),(1289,728449217,2),(1289,750830418,1),(1289,761713218,2),(1289,782280019,1),(1289,793162819,2),(1289,813729619,1),(1289,824007620,2),(1289,844574420,1),(1289,856062020,2),(1289,876110421,1),(1289,888721221,2),(1289,908078421,1),(1289,919566022,2),(1289,938923222,1),(1289,951620422,2),(1289,970977622,1),(1289,982465222,2),(1289,1003032022,1),(1289,1013914822,2),(1289,1036296022,1),(1289,1045364422,2),(1289,1099368022,1),(1289,1108868422,2),(1289,1129435222,1),(1289,1140318023,2),(1289,1162699223,1),(1289,1172372423,2),(1289,1192334423,1),(1289,1203217223,2),(1289,1224388823,1),(1289,1234666824,2),(1289,1255838424,1),(1289,1266721224,2),(1289,1287288024,1),(1289,1298170824,2),(1289,1318737624,1),(1289,1330225224,2),(1289,1350792025,1),(1289,1361070025,2),(1289,1382241625,1),(1289,1392519625,2),(1289,1413691225,1),(1289,1424574025,2),(1289,1445140826,1),(1289,1456023626,2),(1289,1476590426,1),(1289,1487473227,2),(1289,1508040027,1),(1289,1518922827,2),(1289,1541304027,1),(1289,1550372427,2),(1290,-873057600,2),(1290,-769395600,1),(1290,-765399600,0),(1291,-1686091520,1),(1291,323845209,4),(1291,338950809,2),(1291,354675609,3),(1291,370400410,2),(1291,386125210,3),(1291,401850011,2),(1291,417574811,3),(1291,433299612,2),(1291,449024412,3),(1291,465354012,2),(1291,481078812,3),(1291,496803613,2),(1291,512528413,3),(1291,528253213,2),(1291,543978013,3),(1291,559702813,2),(1291,575427614,3),(1291,591152414,2),(1291,606877214,3),(1291,622602014,2),(1291,638326815,3),(1291,654656415,2),(1291,670381216,3),(1291,686106016,2),(1291,701830816,3),(1291,717555617,2),(1291,733280417,3),(1291,749005218,2),(1291,764730018,3),(1291,780454819,2),(1291,796179619,3),(1291,811904419,2),(1291,820465220,5),(1292,-1632056400,0),(1292,-1615125600,1),(1292,-1596978000,0),(1292,-1583164800,1),(1292,-880203600,2),(1292,-769395600,3),(1292,-765381600,1),(1292,-147884400,4),(1292,-131554800,1),(1292,120646802,5),(1292,325677609,6),(1292,341398809,5),(1292,357127209,6),(1292,372848410,5),(1292,388576810,6),(1292,404902811,5),(1292,420026411,6),(1292,436352412,5),(1292,452080812,6),(1292,467802012,5),(1292,483530412,6),(1292,499251613,5),(1292,514980013,6),(1292,530701213,5),(1292,544615213,6),(1292,562150813,5),(1292,576064814,6),(1292,594205214,5),(1292,607514414,6),(1292,625654814,5),(1292,638964015,6),(1292,657104415,5),(1292,671018416,6),(1292,688554016,5),(1292,702468016,6),(1292,720003617,5),(1292,733917617,6),(1292,752058018,5),(1292,765367218,6),(1292,783507619,5),(1292,796816819,6),(1292,814957219,5),(1292,828871220,6),(1292,846406820,5),(1292,860320820,6),(1292,877856421,5),(1292,891770421,6),(1292,909306021,5),(1292,923220022,6),(1292,941360422,5),(1292,954669622,6),(1292,972810022,5),(1292,986119222,6),(1292,1004259622,5),(1292,1018173622,6),(1292,1035709222,5),(1292,1049623222,6),(1292,1067158822,5),(1292,1081072822,6),(1292,1099213222,5),(1292,1112522422,6),(1292,1130662822,5),(1292,1143972023,6),(1292,1162112423,5),(1292,1173607223,6),(1292,1194166823,5),(1292,1205056823,6),(1292,1225616423,5),(1292,1236506424,6),(1292,1257066024,5),(1292,1268560824,6),(1292,1289120424,5),(1292,1300010424,6),(1292,1320570024,5),(1292,1331460024,6),(1292,1352019625,5),(1292,1362909625,6),(1292,1383469225,5),(1292,1394359225,6),(1292,1414918825,5),(1292,1425808825,6),(1292,1446368426,5),(1292,1457863226,6),(1292,1478422826,5),(1292,1489312827,6),(1292,1509872427,5),(1292,1520762427,6),(1292,1541322027,5),(1292,1552212027,6),(1292,1572771627,5),(1292,1583661627,6),(1292,1604214027,7),(1293,-1632060000,0),(1293,-1615129200,1),(1293,-880207200,2),(1293,-769395600,3),(1293,-765385200,1),(1293,-715788000,0),(1293,-702486000,1),(1293,-684338400,0),(1293,-671036400,1),(1293,-652888800,0),(1293,-639586800,1),(1293,-620834400,0),(1293,-608137200,1),(1293,-589384800,0),(1293,-576082800,1),(1293,-557935200,0),(1293,-544633200,1),(1293,-526485600,0),(1293,-513183600,1),(1293,-495036000,0),(1293,-481734000,1),(1293,-463586400,0),(1293,-450284400,1),(1293,-431532000,0),(1293,-418230000,1),(1293,-400082400,0),(1293,-386780400,1),(1293,-368632800,0),(1293,-355330800,1),(1293,-337183200,0),(1293,-323881200,1),(1293,-305733600,0),(1293,-292431600,1),(1293,-273679200,0),(1293,-260982000,1),(1293,-242229600,0),(1293,-226508400,1),(1293,-210780000,0),(1293,-195058800,1),(1293,-179330400,0),(1293,-163609200,1),(1293,-147880800,0),(1293,-131554800,1),(1293,-116431200,0),(1293,-100105200,1),(1293,-84376800,0),(1293,-68655600,1),(1293,-52927200,0),(1293,-37206000,1),(1293,-21477600,0),(1293,-5756400,1),(1293,9972000,0),(1293,25693200,1),(1293,41421600,0),(1293,57747600,1),(1293,73476000,0),(1293,84013201,4),(1294,-1633273200,0),(1294,-1615132800,1),(1294,-1601823600,0),(1294,-1583683200,1),(1294,-1570374000,0),(1294,-1551628800,1),(1294,-1538924400,0),(1294,-1534089600,1),(1294,-880210800,2),(1294,-769395600,3),(1294,-765388800,1),(1294,-147884400,0),(1294,-131558400,1),(1294,-116434800,0),(1294,-100108800,1),(1294,-84380400,0),(1294,-68659200,1),(1294,-52930800,0),(1294,-37209600,1),(1294,-21481200,0),(1294,-5760000,1),(1294,9968400,0),(1294,25689600,1),(1294,41418000,0),(1294,57744000,1),(1294,73472400,0),(1294,89193601,1),(1294,104922002,0),(1294,120643202,1),(1294,126694803,0),(1294,152092803,1),(1294,162378004,0),(1294,183542404,1),(1294,199270805,0),(1294,215596805,1),(1294,230720406,0),(1294,247046406,1),(1294,262774807,0),(1294,278496007,1),(1294,294224408,0),(1294,309945608,1),(1294,325674009,0),(1294,341395209,1),(1294,357123609,0),(1294,372844810,1),(1294,388573210,0),(1294,404899211,1),(1294,420022811,0),(1294,436348812,1),(1294,452077212,0),(1294,467798412,1),(1294,483526812,0),(1294,499248013,1),(1294,514976413,0),(1294,530697613,1),(1294,544611613,0),(1294,562147213,1),(1294,576061214,0),(1294,594201614,1),(1294,607510814,0),(1294,625651214,1),(1294,638960415,0),(1294,657100815,1),(1294,671014816,0),(1294,688550416,1),(1294,702464416,0),(1294,720000017,1),(1294,733914017,0),(1294,752054418,1),(1294,765363618,0),(1294,783504019,1),(1294,796813219,0),(1294,814953619,1),(1294,828867620,0),(1294,846403220,1),(1294,860317220,0),(1294,877852821,1),(1294,891766821,0),(1294,909302421,1),(1294,923216422,0),(1294,941356822,1),(1294,954666022,0),(1294,972806422,1),(1294,986115622,0),(1294,1004256022,1),(1294,1018170022,0),(1294,1035705622,1),(1294,1049619622,0),(1294,1067155222,1),(1294,1081069222,0),(1294,1099209622,1),(1294,1112518822,0),(1294,1130659222,1),(1294,1143968423,0),(1294,1162108823,1),(1294,1173603623,0),(1294,1194163223,1),(1294,1205053223,0),(1294,1225612823,1),(1294,1236502824,0),(1294,1257062424,1),(1294,1268557224,0),(1294,1289116824,1),(1294,1300006824,0),(1294,1320566424,1),(1294,1331456424,0),(1294,1352016025,1),(1294,1362906025,0),(1294,1383465625,1),(1294,1394355625,0),(1294,1414915225,1),(1294,1425805225,0),(1294,1446364826,1),(1294,1457859626,0),(1294,1478419226,1),(1294,1489309227,0),(1294,1509868827,1),(1294,1520758827,0),(1294,1541318427,1),(1294,1552208427,0),(1294,1572768027,1),(1294,1583658027,0),(1294,1604217627,1),(1294,1615712427,0),(1294,1636272027,1),(1294,1647162027,0),(1294,1667721627,1),(1294,1678611627,0),(1294,1699171227,1),(1294,1710061227,0),(1294,1730620827,1),(1294,1741510827,0),(1294,1762070427,1),(1294,1772960427,0),(1294,1793520027,1),(1294,1805014827,0),(1294,1825574427,1),(1294,1836464427,0),(1294,1857024027,1),(1294,1867914027,0),(1294,1888473627,1),(1294,1899363627,0),(1294,1919923227,1),(1294,1930813227,0),(1294,1951372827,1),(1294,1962867627,0),(1294,1983427227,1),(1294,1994317227,0),(1294,2014876827,1),(1294,2025766827,0),(1294,2046326427,1),(1294,2057216427,0),(1294,2077776027,1),(1294,2088666027,0),(1294,2109225627,1),(1294,2120115627,0),(1294,2140675227,1),(1295,-2051202469,1),(1295,-1724083200,2),(1295,-880218000,3),(1295,-769395600,4),(1295,-765396000,2),(1295,-684349200,5),(1295,-671047200,2),(1295,-80506740,5),(1295,-68666400,2),(1295,-52938000,5),(1295,-37216800,2),(1295,104914802,5),(1295,120636002,2),(1295,126687603,5),(1295,152085603,2),(1295,167814004,5),(1295,183535204,2),(1295,199263605,5),(1295,215589605,2),(1295,230713206,5),(1295,247039206,2),(1295,262767607,5),(1295,278488807,2),(1295,294217208,5),(1295,309938408,2),(1295,325666809,5),(1295,341388009,2),(1295,357116409,5),(1295,372837610,2),(1295,388566010,5),(1295,404892011,2),(1295,420015611,5),(1295,436341612,2),(1295,452070012,5),(1295,467791212,2),(1295,483519612,5),(1295,499240813,2),(1295,514969213,5),(1295,530690413,2),(1295,544604413,5),(1295,562140013,2),(1295,576054014,5),(1295,594194414,2),(1295,607503614,5),(1295,625644014,2),(1295,638953215,5),(1295,657093615,2),(1295,671007616,5),(1295,688543216,2),(1295,702457216,5),(1295,719992817,2),(1295,733906817,5),(1295,752047218,2),(1295,765356418,5),(1295,783496819,2),(1295,796806019,5),(1295,814946419,2),(1295,828860420,5),(1295,846396020,2),(1295,860310020,5),(1295,877845621,2),(1295,891759621,5),(1295,909295221,2),(1295,923209222,5),(1295,941349622,2),(1295,954658822,5),(1295,972799222,2),(1295,986108422,5),(1295,1004248822,2),(1295,1018162822,5),(1295,1035698422,2),(1295,1049612422,5),(1295,1067148022,2),(1295,1081062022,5),(1295,1099202422,2),(1295,1112511622,5),(1295,1130652022,2),(1295,1143961223,5),(1295,1162101623,2),(1295,1173596423,5),(1295,1194156023,2),(1295,1205046023,5),(1295,1225605623,2),(1295,1236495624,5),(1295,1257055224,2),(1295,1268550024,5),(1295,1289109624,2),(1295,1299999624,5),(1295,1320559224,2),(1295,1331449224,5),(1295,1352008825,2),(1295,1362898825,5),(1295,1383458425,2),(1295,1394348425,5),(1295,1414908025,2),(1295,1425798025,5),(1295,1446357626,2),(1295,1457852426,5),(1295,1478412026,2),(1295,1489302027,5),(1295,1509861627,2),(1295,1520751627,5),(1295,1541311227,2),(1295,1552201227,5),(1295,1572760827,2),(1295,1583650827,5),(1295,1604210427,2),(1295,1615705227,5),(1295,1636264827,2),(1295,1647154827,5),(1295,1667714427,2),(1295,1678604427,5),(1295,1699164027,2),(1295,1710054027,5),(1295,1730613627,2),(1295,1741503627,5),(1295,1762063227,2),(1295,1772953227,5),(1295,1793512827,2),(1295,1805007627,5),(1295,1825567227,2),(1295,1836457227,5),(1295,1857016827,2),(1295,1867906827,5),(1295,1888466427,2),(1295,1899356427,5),(1295,1919916027,2),(1295,1930806027,5),(1295,1951365627,2),(1295,1962860427,5),(1295,1983420027,2),(1295,1994310027,5),(1295,2014869627,2),(1295,2025759627,5),(1295,2046319227,2),(1295,2057209227,5),(1295,2077768827,2),(1295,2088658827,5),(1295,2109218427,2),(1295,2120108427,5),(1295,2140668027,2),(1296,-873057600,2),(1296,-769395600,1),(1296,-765399600,0),(1297,-1998663968,2),(1297,-1632063600,1),(1297,-1615132800,2),(1297,-1600614000,1),(1297,-1596816000,2),(1297,-1567954800,1),(1297,-1551628800,2),(1297,-1536505200,1),(1297,-1523203200,2),(1297,-1504450800,1),(1297,-1491753600,2),(1297,-1473001200,1),(1297,-1459699200,2),(1297,-880210800,3),(1297,-769395600,4),(1297,-765388800,2),(1297,-715791600,1),(1297,-702489600,2),(1297,73472400,1),(1297,89193601,2),(1297,104922002,1),(1297,120643202,2),(1297,136371603,1),(1297,152092803,2),(1297,167821204,1),(1297,183542404,2),(1297,199270805,1),(1297,215596805,2),(1297,230720406,1),(1297,247046406,2),(1297,262774807,1),(1297,278496007,2),(1297,294224408,1),(1297,309945608,2),(1297,325674009,1),(1297,341395209,2),(1297,357123609,1),(1297,372844810,2),(1297,388573210,1),(1297,404899211,2),(1297,420022811,1),(1297,436348812,2),(1297,452077212,1),(1297,467798412,2),(1297,483526812,1),(1297,499248013,2),(1297,514976413,1),(1297,530697613,2),(1297,544611613,1),(1297,562147213,2),(1297,576061214,1),(1297,594201614,2),(1297,607510814,1),(1297,625651214,2),(1297,638960415,1),(1297,657100815,2),(1297,671014816,1),(1297,688550416,2),(1297,702464416,1),(1297,720000017,2),(1297,733914017,1),(1297,752054418,2),(1297,765363618,1),(1297,783504019,2),(1297,796813219,1),(1297,814953619,2),(1297,828867620,1),(1297,846403220,2),(1297,860317220,1),(1297,877852821,2),(1297,891766821,1),(1297,909302421,2),(1297,923216422,1),(1297,941356822,2),(1297,954666022,1),(1297,972806422,2),(1297,986115622,1),(1297,1004256022,2),(1297,1018170022,1),(1297,1035705622,2),(1297,1049619622,1),(1297,1067155222,2),(1297,1081069222,1),(1297,1099209622,2),(1297,1112518822,1),(1297,1130659222,2),(1297,1143968423,1),(1297,1162108823,2),(1297,1173603623,1),(1297,1194163223,2),(1297,1205053223,1),(1297,1225612823,2),(1297,1236502824,1),(1297,1257062424,2),(1297,1268557224,1),(1297,1289116824,2),(1297,1300006824,1),(1297,1320566424,2),(1297,1331456424,1),(1297,1352016025,2),(1297,1362906025,1),(1297,1383465625,2),(1297,1394355625,1),(1297,1414915225,2),(1297,1425805225,1),(1297,1446364826,2),(1297,1457859626,1),(1297,1478419226,2),(1297,1489309227,1),(1297,1509868827,2),(1297,1520758827,1),(1297,1541318427,2),(1297,1552208427,1),(1297,1572768027,2),(1297,1583658027,1),(1297,1604217627,2),(1297,1615712427,1),(1297,1636272027,2),(1297,1647162027,1),(1297,1667721627,2),(1297,1678611627,1),(1297,1699171227,2),(1297,1710061227,1),(1297,1730620827,2),(1297,1741510827,1),(1297,1762070427,2),(1297,1772960427,1),(1297,1793520027,2),(1297,1805014827,1),(1297,1825574427,2),(1297,1836464427,1),(1297,1857024027,2),(1297,1867914027,1),(1297,1888473627,2),(1297,1899363627,1),(1297,1919923227,2),(1297,1930813227,1),(1297,1951372827,2),(1297,1962867627,1),(1297,1983427227,2),(1297,1994317227,1),(1297,2014876827,2),(1297,2025766827,1),(1297,2046326427,2),(1297,2057216427,1),(1297,2077776027,2),(1297,2088666027,1),(1297,2109225627,2),(1297,2120115627,1),(1297,2140675227,2),(1298,-1767208832,2),(1298,-1206950400,1),(1298,-1191355200,2),(1298,-1175367600,1),(1298,-1159819200,2),(1298,-633812400,1),(1298,-622062000,2),(1298,-602276400,1),(1298,-591825600,2),(1298,-570740400,1),(1298,-560203200,2),(1298,-539118000,1),(1298,-531345600,2),(1298,-191358000,1),(1298,-184190400,2),(1298,-155156400,1),(1298,-150062400,2),(1298,-128890800,1),(1298,-121118400,2),(1298,-99946800,1),(1298,-89582400,2),(1298,-68410800,1),(1298,-57960000,2),(1298,499755613,1),(1298,511243213,2),(1298,530600413,1),(1298,540273613,2),(1298,562136413,1),(1298,571204814,2),(1298,750834018,1),(1298,761716818,2),(1298,1214283623,3),(1298,1384056025,2),(1299,-1546279392,2),(1299,547020013,1),(1299,559717213,2),(1299,578469614,1),(1299,591166814,2),(1300,-1514736000,1),(1300,-1451667600,2),(1300,-1343062800,1),(1300,-1234803600,2),(1300,-1222963200,3),(1300,-1207242000,2),(1300,-873820800,4),(1300,-769395600,5),(1300,-761677200,2),(1300,-686073600,3),(1300,-661539600,2),(1300,-495039600,3),(1300,-481734000,2),(1300,-463590000,3),(1300,-450284400,2),(1300,-431535600,3),(1300,-418230000,2),(1300,-400086000,3),(1300,-386780400,2),(1300,-368636400,3),(1300,-355330800,2),(1300,-337186800,3),(1300,-323881200,2),(1300,-305737200,3),(1300,-292431600,2),(1300,199274405,3),(1300,215600405,2),(1300,230724006,3),(1300,247050006,2),(1300,262778407,3),(1300,278499607,2),(1300,294228008,3),(1300,309949208,2),(1300,325677609,3),(1300,341398809,2),(1300,357127209,3),(1300,372848410,2),(1300,388576810,3),(1300,404902811,2),(1300,420026411,3),(1300,436352412,2),(1300,452080812,3),(1300,467802012,2),(1300,483530412,3),(1300,499251613,2),(1300,514980013,3),(1300,530701213,2),(1300,544615213,3),(1300,562150813,2),(1300,576064814,3),(1300,594205214,2),(1300,607514414,3),(1300,625654814,2),(1300,638964015,3),(1300,657104415,2),(1300,671018416,3),(1300,688554016,2),(1300,702468016,3),(1300,720003617,2),(1300,733917617,3),(1300,752058018,2),(1300,765367218,3),(1300,783507619,2),(1300,796816819,3),(1300,814957219,2),(1300,828871220,3),(1300,846406820,2),(1300,860320820,3),(1300,877856421,2),(1300,891770421,3),(1300,909306021,2),(1300,923220022,3),(1300,941360422,2),(1300,954669622,3),(1300,972810022,2),(1300,986119222,3),(1300,1004259622,2),(1300,1018173622,3),(1300,1035709222,2),(1300,1049623222,3),(1300,1067158822,2),(1300,1081072822,3),(1300,1099213222,2),(1300,1112522422,3),(1300,1130662822,2),(1300,1143972023,3),(1300,1162112423,2),(1300,1175421623,3),(1300,1193562023,2),(1300,1207476023,3),(1300,1225011623,2),(1300,1238925624,3),(1300,1256461224,2),(1300,1268560824,3),(1300,1289120424,2),(1300,1300010424,3),(1300,1320570024,2),(1300,1331460024,3),(1300,1352019625,2),(1300,1362909625,3),(1300,1383469225,2),(1300,1394359225,3),(1300,1414918825,2),(1300,1425808825,3),(1300,1446368426,2),(1300,1457863226,3),(1300,1478422826,2),(1300,1489312827,3),(1300,1509872427,2),(1300,1520762427,3),(1300,1541322027,2),(1300,1552212027,3),(1300,1572771627,2),(1300,1583661627,3),(1300,1604221227,2),(1300,1615716027,3),(1300,1636275627,2),(1300,1647165627,3),(1300,1667725227,2),(1300,1678615227,3),(1300,1699174827,2),(1300,1710064827,3),(1300,1730624427,2),(1300,1741514427,3),(1300,1762074027,2),(1300,1772964027,3),(1300,1793523627,2),(1300,1805018427,3),(1300,1825578027,2),(1300,1836468027,3),(1300,1857027627,2),(1300,1867917627,3),(1300,1888477227,2),(1300,1899367227,3),(1300,1919926827,2),(1300,1930816827,3),(1300,1951376427,2),(1300,1962871227,3),(1300,1983430827,2),(1300,1994320827,3),(1300,2014880427,2),(1300,2025770427,3),(1300,2046330027,2),(1300,2057220027,3),(1300,2077779627,2),(1300,2088669627,3),(1300,2109229227,2),(1300,2120119227,3),(1300,2140678827,2),(1301,-1632060000,0),(1301,-1615129200,1),(1301,-880207200,2),(1301,-769395600,3),(1301,-765385200,1),(1301,-715788000,0),(1301,-702486000,1),(1301,-684338400,0),(1301,-671036400,1),(1301,-652888800,0),(1301,-639586800,1),(1301,-620834400,0),(1301,-608137200,1),(1301,-589384800,0),(1301,-576082800,1),(1301,-557935200,0),(1301,-544633200,1),(1301,-526485600,0),(1301,-513183600,1),(1301,-495036000,0),(1301,-481734000,1),(1301,-463586400,0),(1301,-450284400,1),(1301,-431532000,0),(1301,-418230000,1),(1301,-400082400,0),(1301,-386780400,1),(1301,-368632800,0),(1301,-355330800,1),(1301,-337183200,0),(1301,-323881200,1),(1301,-305733600,0),(1301,-292431600,1),(1301,-273679200,0),(1301,-260982000,1),(1301,-242229600,0),(1301,-226508400,1),(1301,-210780000,0),(1301,-195058800,1),(1301,-179330400,0),(1301,-163609200,1),(1301,-147880800,0),(1301,-131554800,1),(1301,-116431200,0),(1301,-100105200,1),(1301,-84376800,0),(1301,-68655600,1),(1301,-52927200,0),(1301,-37206000,1),(1301,-21477600,0),(1301,-5756400,1),(1301,9972000,0),(1301,25693200,1),(1301,41421600,0),(1301,57747600,1),(1301,73476000,0),(1301,89197201,1),(1301,104925602,0),(1301,120646802,1),(1301,136375203,0),(1301,152096403,1),(1301,167824804,0),(1301,183546004,1),(1301,199274405,0),(1301,215600405,1),(1301,230724006,0),(1301,247050006,1),(1301,262778407,0),(1301,278499607,1),(1301,294228008,0),(1301,309949208,1),(1301,325677609,0),(1301,341398809,1),(1301,357127209,0),(1301,372848410,1),(1301,388576810,0),(1301,404902811,1),(1301,420026411,0),(1301,436352412,1),(1301,452080812,0),(1301,467802012,1),(1301,483530412,0),(1301,499251613,1),(1301,514980013,0),(1301,530701213,1),(1301,544615213,0),(1301,562150813,1),(1301,576064814,0),(1301,594205214,1),(1301,607514414,0),(1301,625654814,1),(1301,638964015,0),(1301,657104415,1),(1301,671018416,0),(1301,688554016,1),(1301,702468016,0),(1301,720003617,1),(1301,733917617,0),(1301,752058018,1),(1301,765367218,0),(1301,783507619,1),(1301,796816819,0),(1301,814957219,1),(1301,828871220,0),(1301,846406820,1),(1301,860320820,0),(1301,877856421,1),(1301,891770421,0),(1301,909306021,1),(1301,923220022,0),(1301,941360422,1),(1301,954669622,0),(1301,972810022,1),(1301,986119222,0),(1301,1004259622,1),(1301,1018173622,0),(1301,1035709222,1),(1301,1049623222,0),(1301,1067158822,1),(1301,1081072822,0),(1301,1099213222,1),(1301,1112522422,0),(1301,1130662822,1),(1301,1143972023,0),(1301,1162112423,1),(1301,1173607223,0),(1301,1194166823,1),(1301,1205056823,0),(1301,1225616423,1),(1301,1236506424,0),(1301,1257066024,1),(1301,1268560824,0),(1301,1289120424,1),(1301,1300010424,0),(1301,1320570024,1),(1301,1331460024,0),(1301,1352019625,1),(1301,1362909625,0),(1301,1383469225,1),(1301,1394359225,0),(1301,1414918825,1),(1301,1425808825,4),(1302,-1633276800,0),(1302,-1615136400,1),(1302,-1601827200,0),(1302,-1583686800,1),(1302,-900259200,0),(1302,-891795600,1),(1302,-880214400,2),(1302,-769395600,3),(1302,-765392400,1),(1302,-747244800,0),(1302,-733942800,1),(1302,-715795200,0),(1302,-702493200,1),(1302,-684345600,0),(1302,-671043600,1),(1302,-652896000,0),(1302,-639594000,1),(1302,-620841600,0),(1302,-608144400,1),(1302,-589392000,0),(1302,-576090000,1),(1302,-557942400,0),(1302,-544640400,1),(1302,-526492800,0),(1302,-513190800,1),(1302,-495043200,0),(1302,-481741200,1),(1302,-463593600,4),(1302,-386787600,1),(1302,-368640000,4),(1302,-21488400,5),(1302,-5767200,4),(1302,9961200,5),(1302,25682400,4),(1302,1143961223,5),(1302,1162101623,4),(1302,1173596423,5),(1302,1194156023,4),(1302,1205046023,5),(1302,1225605623,4),(1302,1236495624,5),(1302,1257055224,4),(1302,1268550024,5),(1302,1289109624,4),(1302,1299999624,5),(1302,1320559224,4),(1302,1331449224,5),(1302,1352008825,4),(1302,1362898825,5),(1302,1383458425,4),(1302,1394348425,5),(1302,1414908025,4),(1302,1425798025,5),(1302,1446357626,4),(1302,1457852426,5),(1302,1478412026,4),(1302,1489302027,5),(1302,1509861627,4),(1302,1520751627,5),(1302,1541311227,4),(1302,1552201227,5),(1302,1572760827,4),(1302,1583650827,5),(1302,1604210427,4),(1302,1615705227,5),(1302,1636264827,4),(1302,1647154827,5),(1302,1667714427,4),(1302,1678604427,5),(1302,1699164027,4),(1302,1710054027,5),(1302,1730613627,4),(1302,1741503627,5),(1302,1762063227,4),(1302,1772953227,5),(1302,1793512827,4),(1302,1805007627,5),(1302,1825567227,4),(1302,1836457227,5),(1302,1857016827,4),(1302,1867906827,5),(1302,1888466427,4),(1302,1899356427,5),(1302,1919916027,4),(1302,1930806027,5),(1302,1951365627,4),(1302,1962860427,5),(1302,1983420027,4),(1302,1994310027,5),(1302,2014869627,4),(1302,2025759627,5),(1302,2046319227,4),(1302,2057209227,5),(1302,2077768827,4),(1302,2088658827,5),(1302,2109218427,4),(1302,2120108427,5),(1302,2140668027,4),(1303,-1767216360,2),(1303,-1206957600,1),(1303,-1191362400,2),(1303,-1175374800,1),(1303,-1159826400,2),(1303,-633819600,1),(1303,-622069200,2),(1303,-602283600,1),(1303,-591832800,2),(1303,-570747600,1),(1303,-560210400,2),(1303,-539125200,1),(1303,-531352800,2),(1303,-191365200,1),(1303,-184197600,2),(1303,-155163600,1),(1303,-150069600,2),(1303,-128898000,1),(1303,-121125600,2),(1303,-99954000,1),(1303,-89589600,2),(1303,-68418000,1),(1303,-57967200,2),(1303,499748413,1),(1303,511236013,2),(1303,530593213,1),(1303,540266413,2),(1303,562129213,1),(1303,571197614,2),(1303,592974014,1),(1303,602042414,2),(1303,624423614,1),(1303,634701615,2),(1303,938919622,1),(1303,951616822,2),(1303,970974022,1),(1303,972180022,2),(1303,1003028422,1),(1303,1013911222,2),(1304,-2131646412,2),(1304,-1632074400,1),(1304,-1615143600,2),(1304,-880221600,3),(1304,-769395600,4),(1304,-765399600,2),(1304,-526500000,1),(1304,-513198000,2),(1304,73461600,1),(1304,89182801,2),(1304,104911202,1),(1304,120632402,2),(1304,136360803,1),(1304,152082003,2),(1304,167810404,1),(1304,183531604,2),(1304,199260005,1),(1304,215586005,2),(1304,230709606,1),(1304,247035606,2),(1304,262764007,1),(1304,278485207,2),(1304,294213608,1),(1304,309934808,2),(1304,325663209,1),(1304,341384409,2),(1304,357112809,1),(1304,372834010,2),(1304,388562410,1),(1304,404888411,2),(1304,420012011,1),(1304,436338012,2),(1304,452066412,1),(1304,467787612,2),(1304,483516012,1),(1304,499237213,2),(1304,514965613,1),(1304,530686813,2),(1304,544600813,1),(1304,562136413,2),(1304,576050414,1),(1304,594190814,2),(1304,607500014,1),(1304,625640414,2),(1304,638949615,1),(1304,657090015,2),(1304,671004016,1),(1304,688539616,2),(1304,702453616,1),(1304,719989217,2),(1304,733903217,1),(1304,752043618,2),(1304,765352818,1),(1304,783493219,2),(1304,796802419,1),(1304,814942819,2),(1304,828856820,1),(1304,846392420,2),(1304,860306420,1),(1304,877842021,2),(1304,891756021,1),(1304,909291621,2),(1304,923205622,1),(1304,941346022,2),(1304,954655222,1),(1304,972795622,2),(1304,986104822,1),(1304,1004245222,2),(1304,1018159222,1),(1304,1035694822,2),(1304,1049608822,1),(1304,1067144422,2),(1304,1081058422,1),(1304,1099198822,2),(1304,1112508022,1),(1304,1130648422,2),(1304,1143957623,1),(1304,1162098023,2),(1304,1173592823,1),(1304,1194152423,2),(1304,1205042423,1),(1304,1225602023,2),(1304,1236492024,1),(1304,1257051624,2),(1304,1268546424,1),(1304,1289106024,2),(1304,1299996024,1),(1304,1320555624,2),(1304,1331445624,1),(1304,1352005225,2),(1304,1362895225,1),(1304,1383454825,2),(1304,1394344825,1),(1304,1414904425,2),(1304,1425794425,1),(1304,1446354026,2),(1304,1457848826,1),(1304,1478408426,2),(1304,1489298427,1),(1304,1509858027,2),(1304,1520748027,1),(1304,1541307627,2),(1304,1552197627,1),(1304,1572757227,2),(1304,1583647227,1),(1304,1604206827,2),(1304,1615701627,1),(1304,1636261227,2),(1304,1647151227,1),(1304,1667710827,2),(1304,1678600827,1),(1304,1699160427,2),(1304,1710050427,1),(1304,1730610027,2),(1304,1741500027,1),(1304,1762059627,2),(1304,1772949627,1),(1304,1793509227,2),(1304,1805004027,1),(1304,1825563627,2),(1304,1836453627,1),(1304,1857013227,2),(1304,1867903227,1),(1304,1888462827,2),(1304,1899352827,1),(1304,1919912427,2),(1304,1930802427,1),(1304,1951362027,2),(1304,1962856827,1),(1304,1983416427,2),(1304,1994306427,1),(1304,2014866027,2),(1304,2025756027,1),(1304,2046315627,2),(1304,2057205627,1),(1304,2077765227,2),(1304,2088655227,1),(1304,2109214827,2),(1304,2120104827,1),(1304,2140664427,2),(1305,-1686083584,1),(1305,323845209,4),(1305,338950809,2),(1305,354675609,3),(1305,370400410,2),(1305,386125210,3),(1305,401850011,2),(1305,417574811,3),(1305,433299612,2),(1305,449024412,3),(1305,465354012,2),(1305,481078812,3),(1305,496803613,2),(1305,512528413,3),(1305,528253213,2),(1305,543978013,3),(1305,559702813,2),(1305,575427614,3),(1305,591152414,2),(1305,606877214,3),(1305,622602014,2),(1305,638326815,3),(1305,654656415,2),(1305,670381216,3),(1305,686106016,2),(1305,701830816,3),(1305,717555617,2),(1305,733280417,3),(1305,749005218,2),(1305,764730018,3),(1305,780454819,2),(1305,796179619,3),(1305,811904419,2),(1305,828234020,3),(1305,846378020,2),(1305,859683620,3),(1305,877827621,2),(1305,891133221,3),(1305,909277221,2),(1305,922582822,3),(1305,941331622,2),(1305,954032422,3),(1305,972781222,2),(1305,985482022,3),(1305,1004230822,2),(1305,1017536422,3),(1305,1035680422,2),(1305,1048986022,3),(1305,1067130022,2),(1305,1080435622,3),(1305,1099184422,2),(1305,1111885222,3),(1305,1130634022,2),(1305,1143334823,3),(1305,1162083623,2),(1305,1174784423,3),(1305,1193533223,2),(1305,1206838823,3),(1305,1224982823,2),(1305,1238288424,3),(1305,1256432424,2),(1305,1269738024,3),(1305,1288486824,2),(1305,1301187624,3),(1305,1319936424,2),(1305,1332637224,3),(1305,1351386025,2),(1305,1364691625,3),(1305,1382835625,2),(1305,1396141225,3),(1305,1414285225,2),(1305,1427590825,3),(1305,1445734826,2),(1305,1459040426,3),(1305,1477789226,2),(1305,1490490027,3),(1305,1509238827,2),(1305,1521939627,3),(1305,1540688427,2),(1305,1553994027,3),(1305,1572138027,2),(1305,1585443627,3),(1305,1603587627,2),(1305,1616893227,3),(1305,1635642027,2),(1305,1648342827,3),(1305,1667091627,2),(1305,1679792427,3),(1305,1698541227,2),(1305,1711846827,3),(1305,1729990827,2),(1305,1743296427,3),(1305,1761440427,2),(1305,1774746027,3),(1305,1792890027,2),(1305,1806195627,3),(1305,1824944427,2),(1305,1837645227,3),(1305,1856394027,2),(1305,1869094827,3),(1305,1887843627,2),(1305,1901149227,3),(1305,1919293227,2),(1305,1932598827,3),(1305,1950742827,2),(1305,1964048427,3),(1305,1982797227,2),(1305,1995498027,3),(1305,2014246827,2),(1305,2026947627,3),(1305,2045696427,2),(1305,2058397227,3),(1305,2077146027,2),(1305,2090451627,3),(1305,2108595627,2),(1305,2121901227,3),(1305,2140045227,2),(1306,-1632076148,1),(1306,-1615145348,0),(1306,-1096921748,2),(1306,-1061670600,3),(1306,-1048973400,2),(1306,-1030221000,3),(1306,-1017523800,2),(1306,-998771400,3),(1306,-986074200,2),(1306,-966717000,3),(1306,-954624600,2),(1306,-935267400,3),(1306,-922570200,2),(1306,-903817800,3),(1306,-891120600,2),(1306,-872368200,5),(1306,-769395600,4),(1306,-765401400,2),(1306,-746044200,3),(1306,-733347000,2),(1306,-714594600,3),(1306,-701897400,2),(1306,-683145000,3),(1306,-670447800,2),(1306,-651695400,3),(1306,-638998200,2),(1306,-619641000,3),(1306,-606943800,2),(1306,-589401000,3),(1306,-576099000,2),(1306,-557951400,3),(1306,-544649400,2),(1306,-526501800,3),(1306,-513199800,2),(1306,-495052200,3),(1306,-481750200,2),(1306,-463602600,3),(1306,-450300600,2),(1306,-431548200,3),(1306,-418246200,2),(1306,-400098600,3),(1306,-386796600,2),(1306,-368649000,3),(1306,-355347000,2),(1306,-337199400,3),(1306,-323897400,2),(1306,-305749800,3),(1306,-289423800,2),(1306,-273695400,3),(1306,-257974200,2),(1306,-242245800,3),(1306,-226524600,2),(1306,-210796200,3),(1306,-195075000,2),(1306,-179346600,3),(1306,-163625400,2),(1306,-147897000,3),(1306,-131571000,2),(1306,-119903400,7),(1306,-116445600,6),(1306,-100119600,7),(1306,-84391200,6),(1306,-68670000,7),(1306,-52941600,6),(1306,-37220400,7),(1306,-21492000,6),(1306,-5770800,7),(1306,9957600,6),(1306,25678800,7),(1306,41407200,6),(1306,57733200,7),(1306,73461600,6),(1306,89182801,7),(1306,104911202,6),(1306,120632402,7),(1306,136360803,6),(1306,152082003,7),(1306,167810404,6),(1306,183531604,7),(1306,199260005,6),(1306,215586005,7),(1306,230709606,6),(1306,247035606,7),(1306,262764007,6),(1306,278485207,7),(1306,294213608,6),(1306,309934808,7),(1306,325663209,6),(1306,341384409,7),(1306,357112809,6),(1306,372834010,7),(1306,388562410,6),(1306,404888411,7),(1306,420012011,6),(1306,436338012,7),(1306,452066412,6),(1306,467787612,7),(1306,483516012,6),(1306,499237213,7),(1306,514965613,6),(1306,530686813,7),(1306,544593673,6),(1306,562129273,7),(1306,576043274,8),(1306,594180074,7),(1306,607492874,6),(1306,625633274,7),(1306,638942475,6),(1306,657082875,7),(1306,670996876,6),(1306,688532476,7),(1306,702446476,6),(1306,719982077,7),(1306,733896077,6),(1306,752036478,7),(1306,765345678,6),(1306,783486079,7),(1306,796795279,6),(1306,814935679,7),(1306,828849680,6),(1306,846385280,7),(1306,860299280,6),(1306,877834881,7),(1306,891748881,6),(1306,909284481,7),(1306,923198482,6),(1306,941338882,7),(1306,954648082,6),(1306,972788482,7),(1306,986097682,6),(1306,1004238082,7),(1306,1018152082,6),(1306,1035687682,7),(1306,1049601682,6),(1306,1067137282,7),(1306,1081051282,6),(1306,1099191682,7),(1306,1112500882,6),(1306,1130641282,7),(1306,1143950483,6),(1306,1162090883,7),(1306,1173585683,6),(1306,1194145283,7),(1306,1205035283,6),(1306,1225594883,7),(1306,1236484884,6),(1306,1257044484,7),(1306,1268539284,6),(1306,1289098884,7),(1306,1299988884,6),(1306,1320555624,7),(1306,1331445624,6),(1306,1352005225,7),(1306,1362895225,6),(1306,1383454825,7),(1306,1394344825,6),(1306,1414904425,7),(1306,1425794425,6),(1306,1446354026,7),(1306,1457848826,6),(1306,1478408426,7),(1306,1489298427,6),(1306,1509858027,7),(1306,1520748027,6),(1306,1541307627,7),(1306,1552197627,6),(1306,1572757227,7),(1306,1583647227,6),(1306,1604206827,7),(1306,1615701627,6),(1306,1636261227,7),(1306,1647151227,6),(1306,1667710827,7),(1306,1678600827,6),(1306,1699160427,7),(1306,1710050427,6),(1306,1730610027,7),(1306,1741500027,6),(1306,1762059627,7),(1306,1772949627,6),(1306,1793509227,7),(1306,1805004027,6),(1306,1825563627,7),(1306,1836453627,6),(1306,1857013227,7),(1306,1867903227,6),(1306,1888462827,7),(1306,1899352827,6),(1306,1919912427,7),(1306,1930802427,6),(1306,1951362027,7),(1306,1962856827,6),(1306,1983416427,7),(1306,1994306427,6),(1306,2014866027,7),(1306,2025756027,6),(1306,2046315627,7),(1306,2057205627,6),(1306,2077765227,7),(1306,2088655227,6),(1306,2109214827,7),(1306,2120104827,6),(1306,2140664427,7),(1307,-1827687170,1),(1307,294217208,2),(1307,309938408,1),(1307,325666809,2),(1307,341388009,1),(1307,357116409,2),(1307,372837610,1),(1307,388566010,2),(1307,404892011,1),(1307,420015611,2),(1307,436341612,1),(1307,452070012,2),(1307,467791212,1),(1307,483519612,2),(1307,499240813,1),(1307,514969213,2),(1307,530690413,1),(1307,544604413,2),(1307,562140013,1),(1307,576054014,2),(1307,594194414,1),(1307,607503614,2),(1307,625644014,1),(1307,638953215,2),(1307,657093615,1),(1307,671007616,2),(1307,688543216,1),(1307,702457216,2),(1307,719992817,1),(1307,733906817,2),(1307,752047218,1),(1307,765356418,2),(1307,783496819,1),(1307,796806019,2),(1307,814946419,1),(1307,828860420,2),(1307,846396020,1),(1307,860310020,2),(1307,877845621,1),(1307,891759621,2),(1307,909295221,1),(1307,923209222,2),(1307,941349622,1),(1307,954658822,2),(1307,972799222,1),(1307,986108422,2),(1307,1004248822,1),(1307,1018162822,2),(1307,1035698422,1),(1307,1049612422,2),(1307,1067148022,1),(1307,1081062022,2),(1307,1099202422,1),(1307,1112511622,2),(1307,1130652022,1),(1307,1143961223,2),(1307,1162101623,1),(1307,1173596423,2),(1307,1194156023,1),(1307,1205046023,2),(1307,1225605623,1),(1307,1236495624,2),(1307,1257055224,1),(1307,1268550024,2),(1307,1289109624,1),(1307,1299999624,2),(1307,1320559224,1),(1307,1331449224,2),(1307,1352008825,1),(1307,1362898825,2),(1307,1383458425,1),(1307,1394348425,2),(1307,1414908025,1),(1307,1425798025,3),(1307,1520751627,2),(1307,1541311227,1),(1307,1552201227,2),(1307,1572760827,1),(1307,1583650827,2),(1307,1604210427,1),(1307,1615705227,2),(1307,1636264827,1),(1307,1647154827,2),(1307,1667714427,1),(1307,1678604427,2),(1307,1699164027,1),(1307,1710054027,2),(1307,1730613627,1),(1307,1741503627,2),(1307,1762063227,1),(1307,1772953227,2),(1307,1793512827,1),(1307,1805007627,2),(1307,1825567227,1),(1307,1836457227,2),(1307,1857016827,1),(1307,1867906827,2),(1307,1888466427,1),(1307,1899356427,2),(1307,1919916027,1),(1307,1930806027,2),(1307,1951365627,1),(1307,1962860427,2),(1307,1983420027,1),(1307,1994310027,2),(1307,2014869627,1),(1307,2025759627,2),(1307,2046319227,1),(1307,2057209227,2),(1307,2077768827,1),(1307,2088658827,2),(1307,2109218427,1),(1307,2120108427,2),(1307,2140668027,1),(1308,-873057600,2),(1308,-769395600,1),(1308,-765399600,0),(1309,-873057600,2),(1309,-769395600,1),(1309,-765399600,0),(1310,-1617040676,2),(1310,123055202,1),(1310,130914003,2),(1310,422344811,1),(1310,433054812,2),(1310,669708016,1),(1310,684219616,2),(1310,1146376823,1),(1310,1159678823,2),(1311,-1230749160,2),(1311,722926817,1),(1311,728884817,2),(1312,-1843589241,1),(1312,-1730577600,2),(1312,176096704,3),(1312,701841616,1),(1313,-2131645536,2),(1313,-1696276800,1),(1313,-1680469200,2),(1313,-1632074400,1),(1313,-1615143600,2),(1313,-1566763200,1),(1313,-1557090000,2),(1313,-1535486400,1),(1313,-1524949200,2),(1313,-1504468800,1),(1313,-1493413200,2),(1313,-1472414400,1),(1313,-1461963600,2),(1313,-1440964800,1),(1313,-1429390800,2),(1313,-1409515200,1),(1313,-1396731600,2),(1313,-1376856000,1),(1313,-1366491600,2),(1313,-1346616000,1),(1313,-1333832400,2),(1313,-1313956800,1),(1313,-1303678800,2),(1313,-1282507200,1),(1313,-1272661200,2),(1313,-1251057600,1),(1313,-1240088400,2),(1313,-1219608000,1),(1313,-1207429200,2),(1313,-1188763200,1),(1313,-1175979600,2),(1313,-1157313600,1),(1313,-1143925200,2),(1313,-1124049600,1),(1313,-1113771600,2),(1313,-1091390400,1),(1313,-1081026000,2),(1313,-1059854400,1),(1313,-1050786000,2),(1313,-1030910400,1),(1313,-1018126800,2),(1313,-999460800,1),(1313,-986677200,2),(1313,-965592000,1),(1313,-955227600,2),(1313,-935956800,1),(1313,-923173200,2),(1313,-904507200,1),(1313,-891723600,2),(1313,-880221600,3),(1313,-769395600,4),(1313,-765399600,2),(1313,-747252000,1),(1313,-733950000,2),(1313,-715802400,1),(1313,-702500400,2),(1313,-684352800,1),(1313,-671050800,2),(1313,-652903200,1),(1313,-639601200,2),(1313,-589399200,1),(1313,-576097200,2),(1313,-557949600,1),(1313,-544647600,2),(1313,-526500000,1),(1313,-513198000,2),(1313,-495050400,1),(1313,-481748400,2),(1313,-431546400,1),(1313,-418244400,2),(1313,-400096800,1),(1313,-386794800,2),(1313,-368647200,1),(1313,-355345200,2),(1313,-337197600,1),(1313,-323895600,2),(1313,-242244000,1),(1313,-226522800,2),(1313,-210794400,1),(1313,-195073200,2),(1313,-179344800,1),(1313,-163623600,2),(1313,-147895200,1),(1313,-131569200,2),(1313,-116445600,1),(1313,-100119600,2),(1313,-84391200,1),(1313,-68670000,2),(1313,-52941600,1),(1313,-37220400,2),(1313,-21492000,1),(1313,-5770800,2),(1313,9957600,1),(1313,25678800,2),(1313,41407200,1),(1313,57733200,2),(1313,73461600,1),(1313,89182801,2),(1313,104911202,1),(1313,120632402,2),(1313,136360803,1),(1313,152082003,2),(1313,167810404,1),(1313,183531604,2),(1313,199260005,1),(1313,215586005,2),(1313,230709606,1),(1313,247035606,2),(1313,262764007,1),(1313,278485207,2),(1313,294213608,1),(1313,309934808,2),(1313,325663209,1),(1313,341384409,2),(1313,357112809,1),(1313,372834010,2),(1313,388562410,1),(1313,404888411,2),(1313,420012011,1),(1313,436338012,2),(1313,452066412,1),(1313,467787612,2),(1313,483516012,1),(1313,499237213,2),(1313,514965613,1),(1313,530686813,2),(1313,544600813,1),(1313,562136413,2),(1313,576050414,1),(1313,594190814,2),(1313,607500014,1),(1313,625640414,2),(1313,638949615,1),(1313,657090015,2),(1313,671004016,1),(1313,688539616,2),(1313,702453616,1),(1313,719989217,2),(1313,733903217,1),(1313,752043618,2),(1313,765352818,1),(1313,783493219,2),(1313,796802419,1),(1313,814942819,2),(1313,828856820,1),(1313,846392420,2),(1313,860306420,1),(1313,877842021,2),(1313,891756021,1),(1313,909291621,2),(1313,923205622,1),(1313,941346022,2),(1313,954655222,1),(1313,972795622,2),(1313,986104822,1),(1313,1004245222,2),(1313,1018159222,1),(1313,1035694822,2),(1313,1049608822,1),(1313,1067144422,2),(1313,1081058422,1),(1313,1099198822,2),(1313,1112508022,1),(1313,1130648422,2),(1313,1143957623,1),(1313,1162098023,2),(1313,1173592823,1),(1313,1194152423,2),(1313,1205042423,1),(1313,1225602023,2),(1313,1236492024,1),(1313,1257051624,2),(1313,1268546424,1),(1313,1289106024,2),(1313,1299996024,1),(1313,1320555624,2),(1313,1331445624,1),(1313,1352005225,2),(1313,1362895225,1),(1313,1383454825,2),(1313,1394344825,1),(1313,1414904425,2),(1313,1425794425,1),(1313,1446354026,2),(1313,1457848826,1),(1313,1478408426,2),(1313,1489298427,1),(1313,1509858027,2),(1313,1520748027,1),(1313,1541307627,2),(1313,1552197627,1),(1313,1572757227,2),(1313,1583647227,1),(1313,1604206827,2),(1313,1615701627,1),(1313,1636261227,2),(1313,1647151227,1),(1313,1667710827,2),(1313,1678600827,1),(1313,1699160427,2),(1313,1710050427,1),(1313,1730610027,2),(1313,1741500027,1),(1313,1762059627,2),(1313,1772949627,1),(1313,1793509227,2),(1313,1805004027,1),(1313,1825563627,2),(1313,1836453627,1),(1313,1857013227,2),(1313,1867903227,1),(1313,1888462827,2),(1313,1899352827,1),(1313,1919912427,2),(1313,1930802427,1),(1313,1951362027,2),(1313,1962856827,1),(1313,1983416427,2),(1313,1994306427,1),(1313,2014866027,2),(1313,2025756027,1),(1313,2046315627,2),(1313,2057205627,1),(1313,2077765227,2),(1313,2088655227,1),(1313,2109214827,2),(1313,2120104827,1),(1313,2140664427,2),(1314,-1402813824,2),(1314,-1311534000,1),(1314,-1300996800,2),(1314,-933534000,1),(1314,-925675200,2),(1314,-902084400,1),(1314,-893620800,2),(1314,-870030000,1),(1314,-862171200,2),(1314,-775681200,1),(1314,-767822400,2),(1314,-744231600,1),(1314,-736372800,2),(1314,-144702000,1),(1314,-134251200,2),(1314,-113425200,1),(1314,-102542400,2),(1314,-86295600,1),(1314,-72907200,2),(1314,-54154800,1),(1314,-41457600,2),(1314,-21495600,1),(1314,-5774400,2),(1314,9954000,1),(1314,25675200,2),(1314,41403600,1),(1314,57729600,2),(1314,73458000,1),(1314,87364801,2),(1314,104907602,1),(1314,118900802,2),(1314,136357203,1),(1314,150436803,2),(1314,167806804,1),(1314,183528004,2),(1314,199256405,1),(1314,215582405,2),(1314,230706006,1),(1314,247032006,2),(1314,263365207,1),(1314,276667207,2),(1314,290581208,1),(1314,308721608,2),(1314,322030809,1),(1314,340171209,2),(1314,358318809,1),(1314,371620810,2),(1314,389768410,1),(1314,403070411,2),(1314,421218011,1),(1314,434520012,2),(1314,452667612,1),(1314,466574412,2),(1314,484117212,1),(1314,498024013,2),(1314,511333213,1),(1314,529473613,2),(1314,542782813,1),(1314,560923213,2),(1314,574837214,1),(1314,592372814,2),(1314,606286814,1),(1314,623822414,2),(1314,638946015,1),(1314,655876815,2),(1314,671000416,1),(1314,687330016,3),(1314,702450016,1),(1314,718779617,3),(1314,733899617,1),(1314,750229218,3),(1314,765349218,1),(1314,781678819,3),(1314,796798819,1),(1314,813128419,3),(1314,828853220,1),(1314,844578020,3),(1314,860302820,1),(1314,876632421,3),(1314,891147621,4),(1314,909291621,3),(1314,922597222,4),(1314,941346022,3),(1314,954651622,4),(1314,972795622,3),(1314,986101222,4),(1314,1004245222,3),(1314,1018155622,4),(1314,1035694822,3),(1314,1049605222,4),(1314,1067144422,3),(1314,1080450022,4),(1314,1162098023,3),(1314,1173589223,4),(1314,1193547623,3),(1314,1205643623,4),(1314,1224997223,3),(1314,1236488424,4),(1314,1256446824,3),(1314,1268542824,4),(1314,1288501224,3),(1314,1300597224,4),(1314,1321160424,3),(1314,1333256424,4),(1314,1352005225,3),(1314,1362891625,4),(1314,1383454825,3),(1314,1394341225,4),(1314,1414904425,3),(1314,1425790825,4),(1314,1446354026,3),(1314,1457845226,4),(1314,1478408426,3),(1314,1489294827,4),(1314,1509858027,3),(1314,1520744427,4),(1314,1541307627,3),(1314,1552194027,4),(1314,1572757227,3),(1314,1583643627,4),(1314,1604206827,3),(1314,1615698027,4),(1314,1636261227,3),(1314,1647147627,4),(1314,1667710827,3),(1314,1678597227,4),(1314,1699160427,3),(1314,1710046827,4),(1314,1730610027,3),(1314,1741496427,4),(1314,1762059627,3),(1314,1772946027,4),(1314,1793509227,3),(1314,1805000427,4),(1314,1825563627,3),(1314,1836450027,4),(1314,1857013227,3),(1314,1867899627,4),(1314,1888462827,3),(1314,1899349227,4),(1314,1919912427,3),(1314,1930798827,4),(1314,1951362027,3),(1314,1962853227,4),(1314,1983416427,3),(1314,1994302827,4),(1314,2014866027,3),(1314,2025752427,4),(1314,2046315627,3),(1314,2057202027,4),(1314,2077765227,3),(1314,2088651627,4),(1314,2109214827,3),(1314,2120101227,4),(1314,2140664427,3),(1315,-1514739600,1),(1315,-1343066400,2),(1315,-1234807200,1),(1315,-1220292000,2),(1315,-1207159200,1),(1315,-1191344400,2),(1315,-873828000,1),(1315,-661539600,3),(1315,28800,1),(1315,828867620,4),(1315,846403220,1),(1315,860317220,4),(1315,877852821,1),(1315,891766821,4),(1315,909302421,1),(1316,-1633276800,0),(1316,-1615136400,1),(1316,-1601827200,0),(1316,-1583686800,1),(1316,-900259200,0),(1316,-891795600,1),(1316,-880214400,2),(1316,-769395600,3),(1316,-765392400,1),(1316,-747244800,0),(1316,-733942800,1),(1316,-715795200,0),(1316,-702493200,1),(1316,-684345600,0),(1316,-671043600,1),(1316,-652896000,0),(1316,-639594000,1),(1316,-620841600,0),(1316,-608144400,1),(1316,-589392000,0),(1316,-576090000,1),(1316,-557942400,0),(1316,-544640400,1),(1316,-526492800,0),(1316,-513190800,1),(1316,-495043200,0),(1316,-481741200,1),(1316,-463593600,4),(1316,-386787600,1),(1316,-368640000,4),(1316,-21488400,5),(1316,-5767200,4),(1316,9961200,5),(1316,25682400,4),(1316,1143961223,5),(1316,1162101623,4),(1316,1173596423,5),(1316,1194156023,4),(1316,1205046023,5),(1316,1225605623,4),(1316,1236495624,5),(1316,1257055224,4),(1316,1268550024,5),(1316,1289109624,4),(1316,1299999624,5),(1316,1320559224,4),(1316,1331449224,5),(1316,1352008825,4),(1316,1362898825,5),(1316,1383458425,4),(1316,1394348425,5),(1316,1414908025,4),(1316,1425798025,5),(1316,1446357626,4),(1316,1457852426,5),(1316,1478412026,4),(1316,1489302027,5),(1316,1509861627,4),(1316,1520751627,5),(1316,1541311227,4),(1316,1552201227,5),(1316,1572760827,4),(1316,1583650827,5),(1316,1604210427,4),(1316,1615705227,5),(1316,1636264827,4),(1316,1647154827,5),(1316,1667714427,4),(1316,1678604427,5),(1316,1699164027,4),(1316,1710054027,5),(1316,1730613627,4),(1316,1741503627,5),(1316,1762063227,4),(1316,1772953227,5),(1316,1793512827,4),(1316,1805007627,5),(1316,1825567227,4),(1316,1836457227,5),(1316,1857016827,4),(1316,1867906827,5),(1316,1888466427,4),(1316,1899356427,5),(1316,1919916027,4),(1316,1930806027,5),(1316,1951365627,4),(1316,1962860427,5),(1316,1983420027,4),(1316,1994310027,5),(1316,2014869627,4),(1316,2025759627,5),(1316,2046319227,4),(1316,2057209227,5),(1316,2077768827,4),(1316,2088658827,5),(1316,2109218427,4),(1316,2120108427,5),(1316,2140668027,4),(1317,-1633276800,0),(1317,-1615136400,1),(1317,-1601827200,0),(1317,-1583686800,1),(1317,-880214400,2),(1317,-769395600,3),(1317,-765392400,1),(1317,-715795200,0),(1317,-702493200,1),(1317,-684345600,0),(1317,-671043600,1),(1317,-652896000,0),(1317,-639594000,1),(1317,-620841600,0),(1317,-608144400,1),(1317,-589392000,0),(1317,-576090000,1),(1317,-557942400,0),(1317,-544640400,1),(1317,-526492800,0),(1317,-513190800,1),(1317,-495043200,0),(1317,-481741200,1),(1317,-463593600,0),(1317,-447267600,1),(1317,-431539200,0),(1317,-415818000,1),(1317,-400089600,0),(1317,-386787600,1),(1317,-368640000,0),(1317,-355338000,1),(1317,-337190400,0),(1317,-321469200,1),(1317,-305740800,0),(1317,-289414800,1),(1317,-273686400,0),(1317,-257965200,1),(1317,-242236800,4),(1317,-195066000,1),(1317,-84384000,0),(1317,-68662800,1),(1317,-52934400,0),(1317,-37213200,1),(1317,-21484800,0),(1317,-5763600,1),(1317,9964800,0),(1317,25686000,1),(1317,41414400,0),(1317,57740400,1),(1317,73468800,0),(1317,89190001,1),(1317,104918402,0),(1317,120639602,1),(1317,126691203,0),(1317,152089203,1),(1317,162374404,0),(1317,183538804,1),(1317,199267205,0),(1317,215593205,1),(1317,230716806,0),(1317,247042806,1),(1317,262771207,0),(1317,278492407,1),(1317,294220808,0),(1317,309942008,1),(1317,325670409,0),(1317,341391609,1),(1317,357120009,0),(1317,372841210,1),(1317,388569610,0),(1317,404895611,1),(1317,420019211,0),(1317,436345212,1),(1317,452073612,0),(1317,467794812,1),(1317,483523212,0),(1317,499244413,1),(1317,514972813,0),(1317,530694013,1),(1317,544608013,0),(1317,562143613,1),(1317,576057614,0),(1317,594198014,1),(1317,607507214,0),(1317,625647614,1),(1317,638956815,0),(1317,657097215,1),(1317,671011216,0),(1317,688546816,4),(1317,1143961223,0),(1317,1162105223,1),(1317,1173600023,0),(1317,1194159623,1),(1317,1205049623,0),(1317,1225609223,1),(1317,1236499224,0),(1317,1257058824,1),(1317,1268553624,0),(1317,1289113224,1),(1317,1300003224,0),(1317,1320562824,1),(1317,1331452824,0),(1317,1352012425,1),(1317,1362902425,0),(1317,1383462025,1),(1317,1394352025,0),(1317,1414911625,1),(1317,1425801625,0),(1317,1446361226,1),(1317,1457856026,0),(1317,1478415626,1),(1317,1489305627,0),(1317,1509865227,1),(1317,1520755227,0),(1317,1541314827,1),(1317,1552204827,0),(1317,1572764427,1),(1317,1583654427,0),(1317,1604214027,1),(1317,1615708827,0),(1317,1636268427,1),(1317,1647158427,0),(1317,1667718027,1),(1317,1678608027,0),(1317,1699167627,1),(1317,1710057627,0),(1317,1730617227,1),(1317,1741507227,0),(1317,1762066827,1),(1317,1772956827,0),(1317,1793516427,1),(1317,1805011227,0),(1317,1825570827,1),(1317,1836460827,0),(1317,1857020427,1),(1317,1867910427,0),(1317,1888470027,1),(1317,1899360027,0),(1317,1919919627,1),(1317,1930809627,0),(1317,1951369227,1),(1317,1962864027,0),(1317,1983423627,1),(1317,1994313627,0),(1317,2014873227,1),(1317,2025763227,0),(1317,2046322827,1),(1317,2057212827,0),(1317,2077772427,1),(1317,2088662427,0),(1317,2109222027,1),(1317,2120112027,0),(1317,2140671627,1),(1318,-1633276800,0),(1318,-1615136400,1),(1318,-1601827200,0),(1318,-1583686800,1),(1318,-880214400,2),(1318,-769395600,3),(1318,-765392400,1),(1318,-589392000,0),(1318,-576090000,1),(1318,-495043200,0),(1318,-481741200,1),(1318,-463593600,0),(1318,-450291600,1),(1318,-431539200,0),(1318,-418237200,1),(1318,-400089600,0),(1318,-386787600,1),(1318,-368640000,0),(1318,-355338000,1),(1318,-337190400,0),(1318,-323888400,1),(1318,-305740800,0),(1318,-292438800,1),(1318,-273686400,4),(1318,-21488400,5),(1318,-5767200,4),(1318,9961200,5),(1318,25682400,4),(1318,41410800,5),(1318,57736800,4),(1318,73465200,5),(1318,89186401,4),(1318,104914802,5),(1318,120636002,4),(1318,126687603,0),(1318,152089203,4),(1318,162370804,5),(1318,183535204,4),(1318,1143961223,5),(1318,1162101623,4),(1318,1173596423,5),(1318,1194156023,4),(1318,1205046023,5),(1318,1225605623,4),(1318,1236495624,5),(1318,1257055224,4),(1318,1268550024,5),(1318,1289109624,4),(1318,1299999624,5),(1318,1320559224,4),(1318,1331449224,5),(1318,1352008825,4),(1318,1362898825,5),(1318,1383458425,4),(1318,1394348425,5),(1318,1414908025,4),(1318,1425798025,5),(1318,1446357626,4),(1318,1457852426,5),(1318,1478412026,4),(1318,1489302027,5),(1318,1509861627,4),(1318,1520751627,5),(1318,1541311227,4),(1318,1552201227,5),(1318,1572760827,4),(1318,1583650827,5),(1318,1604210427,4),(1318,1615705227,5),(1318,1636264827,4),(1318,1647154827,5),(1318,1667714427,4),(1318,1678604427,5),(1318,1699164027,4),(1318,1710054027,5),(1318,1730613627,4),(1318,1741503627,5),(1318,1762063227,4),(1318,1772953227,5),(1318,1793512827,4),(1318,1805007627,5),(1318,1825567227,4),(1318,1836457227,5),(1318,1857016827,4),(1318,1867906827,5),(1318,1888466427,4),(1318,1899356427,5),(1318,1919916027,4),(1318,1930806027,5),(1318,1951365627,4),(1318,1962860427,5),(1318,1983420027,4),(1318,1994310027,5),(1318,2014869627,4),(1318,2025759627,5),(1318,2046319227,4),(1318,2057209227,5),(1318,2077768827,4),(1318,2088658827,5),(1318,2109218427,4),(1318,2120108427,5),(1318,2140668027,4),(1319,-1633276800,0),(1319,-1615136400,1),(1319,-1601827200,0),(1319,-1583686800,1),(1319,-880214400,2),(1319,-769395600,3),(1319,-765392400,1),(1319,-462996000,0),(1319,-450291600,1),(1319,-431539200,0),(1319,-418237200,1),(1319,-400089600,0),(1319,-386787600,1),(1319,-368640000,0),(1319,-355338000,1),(1319,-337190400,0),(1319,-323888400,1),(1319,-305740800,0),(1319,-292438800,1),(1319,-273686400,0),(1319,-257965200,1),(1319,-242236800,0),(1319,-226515600,1),(1319,-210787200,0),(1319,-195066000,1),(1319,-179337600,0),(1319,-163616400,1),(1319,-147888000,4),(1319,-100112400,1),(1319,-84384000,0),(1319,-68662800,1),(1319,-52934400,0),(1319,-37213200,1),(1319,-21484800,0),(1319,-5763600,1),(1319,9964800,0),(1319,25686000,1),(1319,41414400,0),(1319,57740400,1),(1319,73468800,0),(1319,89190001,1),(1319,104918402,0),(1319,120639602,1),(1319,126691203,0),(1319,152089203,1),(1319,162374404,0),(1319,183538804,1),(1319,199267205,0),(1319,215593205,1),(1319,230716806,0),(1319,247042806,4),(1319,1143961223,0),(1319,1162105223,1),(1319,1173600023,0),(1319,1194159623,4),(1319,1205046023,5),(1319,1225605623,4),(1319,1236495624,5),(1319,1257055224,4),(1319,1268550024,5),(1319,1289109624,4),(1319,1299999624,5),(1319,1320559224,4),(1319,1331449224,5),(1319,1352008825,4),(1319,1362898825,5),(1319,1383458425,4),(1319,1394348425,5),(1319,1414908025,4),(1319,1425798025,5),(1319,1446357626,4),(1319,1457852426,5),(1319,1478412026,4),(1319,1489302027,5),(1319,1509861627,4),(1319,1520751627,5),(1319,1541311227,4),(1319,1552201227,5),(1319,1572760827,4),(1319,1583650827,5),(1319,1604210427,4),(1319,1615705227,5),(1319,1636264827,4),(1319,1647154827,5),(1319,1667714427,4),(1319,1678604427,5),(1319,1699164027,4),(1319,1710054027,5),(1319,1730613627,4),(1319,1741503627,5),(1319,1762063227,4),(1319,1772953227,5),(1319,1793512827,4),(1319,1805007627,5),(1319,1825567227,4),(1319,1836457227,5),(1319,1857016827,4),(1319,1867906827,5),(1319,1888466427,4),(1319,1899356427,5),(1319,1919916027,4),(1319,1930806027,5),(1319,1951365627,4),(1319,1962860427,5),(1319,1983420027,4),(1319,1994310027,5),(1319,2014869627,4),(1319,2025759627,5),(1319,2046319227,4),(1319,2057209227,5),(1319,2077768827,4),(1319,2088658827,5),(1319,2109218427,4),(1319,2120108427,5),(1319,2140668027,4),(1320,-1633276800,0),(1320,-1615136400,1),(1320,-1601827200,0),(1320,-1583686800,1),(1320,-880214400,2),(1320,-769395600,3),(1320,-765392400,1),(1320,-462996000,0),(1320,-450291600,1),(1320,-431539200,0),(1320,-418237200,1),(1320,-400089600,0),(1320,-386787600,1),(1320,-368640000,0),(1320,-355338000,1),(1320,-337190400,0),(1320,-323888400,1),(1320,-305740800,0),(1320,-292438800,1),(1320,-273686400,0),(1320,-257965200,1),(1320,-242236800,0),(1320,-226515600,1),(1320,-210787200,0),(1320,-195066000,1),(1320,-179337600,4),(1320,-68662800,1),(1320,-52934400,0),(1320,-37213200,1),(1320,-21484800,5),(1320,-5767200,4),(1320,9961200,5),(1320,25682400,4),(1320,1143961223,0),(1320,1162105223,1),(1320,1173600023,0),(1320,1194159623,1),(1320,1205049623,0),(1320,1225609223,1),(1320,1236499224,0),(1320,1257058824,1),(1320,1268553624,0),(1320,1289113224,1),(1320,1300003224,0),(1320,1320562824,1),(1320,1331452824,0),(1320,1352012425,1),(1320,1362902425,0),(1320,1383462025,1),(1320,1394352025,0),(1320,1414911625,1),(1320,1425801625,0),(1320,1446361226,1),(1320,1457856026,0),(1320,1478415626,1),(1320,1489305627,0),(1320,1509865227,1),(1320,1520755227,0),(1320,1541314827,1),(1320,1552204827,0),(1320,1572764427,1),(1320,1583654427,0),(1320,1604214027,1),(1320,1615708827,0),(1320,1636268427,1),(1320,1647158427,0),(1320,1667718027,1),(1320,1678608027,0),(1320,1699167627,1),(1320,1710057627,0),(1320,1730617227,1),(1320,1741507227,0),(1320,1762066827,1),(1320,1772956827,0),(1320,1793516427,1),(1320,1805011227,0),(1320,1825570827,1),(1320,1836460827,0),(1320,1857020427,1),(1320,1867910427,0),(1320,1888470027,1),(1320,1899360027,0),(1320,1919919627,1),(1320,1930809627,0),(1320,1951369227,1),(1320,1962864027,0),(1320,1983423627,1),(1320,1994313627,0),(1320,2014873227,1),(1320,2025763227,0),(1320,2046322827,1),(1320,2057212827,0),(1320,2077772427,1),(1320,2088662427,0),(1320,2109222027,1),(1320,2120112027,0),(1320,2140671627,1),(1321,-1633276800,0),(1321,-1615136400,1),(1321,-1601827200,0),(1321,-1583686800,1),(1321,-880214400,2),(1321,-769395600,3),(1321,-765392400,1),(1321,-495043200,4),(1321,-21488400,5),(1321,-5767200,4),(1321,9961200,5),(1321,25682400,4),(1321,41410800,5),(1321,57736800,4),(1321,73465200,5),(1321,89186401,4),(1321,1143961223,5),(1321,1162101623,4),(1321,1173596423,5),(1321,1194156023,4),(1321,1205046023,5),(1321,1225605623,4),(1321,1236495624,5),(1321,1257055224,4),(1321,1268550024,5),(1321,1289109624,4),(1321,1299999624,5),(1321,1320559224,4),(1321,1331449224,5),(1321,1352008825,4),(1321,1362898825,5),(1321,1383458425,4),(1321,1394348425,5),(1321,1414908025,4),(1321,1425798025,5),(1321,1446357626,4),(1321,1457852426,5),(1321,1478412026,4),(1321,1489302027,5),(1321,1509861627,4),(1321,1520751627,5),(1321,1541311227,4),(1321,1552201227,5),(1321,1572760827,4),(1321,1583650827,5),(1321,1604210427,4),(1321,1615705227,5),(1321,1636264827,4),(1321,1647154827,5),(1321,1667714427,4),(1321,1678604427,5),(1321,1699164027,4),(1321,1710054027,5),(1321,1730613627,4),(1321,1741503627,5),(1321,1762063227,4),(1321,1772953227,5),(1321,1793512827,4),(1321,1805007627,5),(1321,1825567227,4),(1321,1836457227,5),(1321,1857016827,4),(1321,1867906827,5),(1321,1888466427,4),(1321,1899356427,5),(1321,1919916027,4),(1321,1930806027,5),(1321,1951365627,4),(1321,1962860427,5),(1321,1983420027,4),(1321,1994310027,5),(1321,2014869627,4),(1321,2025759627,5),(1321,2046319227,4),(1321,2057209227,5),(1321,2077768827,4),(1321,2088658827,5),(1321,2109218427,4),(1321,2120108427,5),(1321,2140668027,4),(1322,-1633276800,0),(1322,-1615136400,1),(1322,-1601827200,0),(1322,-1583686800,1),(1322,-880214400,2),(1322,-769395600,3),(1322,-765392400,1),(1322,-747244800,0),(1322,-733942800,1),(1322,-526492800,0),(1322,-513190800,1),(1322,-495043200,0),(1322,-481741200,1),(1322,-462996000,0),(1322,-450291600,1),(1322,-431539200,0),(1322,-418237200,1),(1322,-400089600,0),(1322,-386787600,1),(1322,-368640000,0),(1322,-355338000,1),(1322,-337190400,0),(1322,-323888400,1),(1322,-305740800,0),(1322,-289414800,1),(1322,-273686400,0),(1322,-260989200,1),(1322,-242236800,0),(1322,-226515600,1),(1322,-210787200,0),(1322,-195066000,1),(1322,-179337600,4),(1322,-21488400,5),(1322,-5767200,4),(1322,9961200,5),(1322,25682400,4),(1322,1143961223,0),(1322,1162105223,1),(1322,1173600023,0),(1322,1194159623,4),(1322,1205046023,5),(1322,1225605623,4),(1322,1236495624,5),(1322,1257055224,4),(1322,1268550024,5),(1322,1289109624,4),(1322,1299999624,5),(1322,1320559224,4),(1322,1331449224,5),(1322,1352008825,4),(1322,1362898825,5),(1322,1383458425,4),(1322,1394348425,5),(1322,1414908025,4),(1322,1425798025,5),(1322,1446357626,4),(1322,1457852426,5),(1322,1478412026,4),(1322,1489302027,5),(1322,1509861627,4),(1322,1520751627,5),(1322,1541311227,4),(1322,1552201227,5),(1322,1572760827,4),(1322,1583650827,5),(1322,1604210427,4),(1322,1615705227,5),(1322,1636264827,4),(1322,1647154827,5),(1322,1667714427,4),(1322,1678604427,5),(1322,1699164027,4),(1322,1710054027,5),(1322,1730613627,4),(1322,1741503627,5),(1322,1762063227,4),(1322,1772953227,5),(1322,1793512827,4),(1322,1805007627,5),(1322,1825567227,4),(1322,1836457227,5),(1322,1857016827,4),(1322,1867906827,5),(1322,1888466427,4),(1322,1899356427,5),(1322,1919916027,4),(1322,1930806027,5),(1322,1951365627,4),(1322,1962860427,5),(1322,1983420027,4),(1322,1994310027,5),(1322,2014869627,4),(1322,2025759627,5),(1322,2046319227,4),(1322,2057209227,5),(1322,2077768827,4),(1322,2088658827,5),(1322,2109218427,4),(1322,2120108427,5),(1322,2140668027,4),(1323,-1633276800,0),(1323,-1615136400,1),(1323,-1601827200,0),(1323,-1583686800,1),(1323,-880214400,2),(1323,-769395600,3),(1323,-765392400,1),(1323,-747244800,0),(1323,-733942800,1),(1323,-715795200,0),(1323,-702493200,1),(1323,-684345600,0),(1323,-671043600,1),(1323,-652896000,0),(1323,-639594000,1),(1323,-620841600,0),(1323,-608144400,1),(1323,-589392000,0),(1323,-576090000,1),(1323,-557942400,0),(1323,-544640400,1),(1323,-526492800,0),(1323,-513190800,1),(1323,-495043200,0),(1323,-481741200,1),(1323,-463593600,0),(1323,-447267600,1),(1323,-431539200,0),(1323,-415818000,1),(1323,-400089600,0),(1323,-386787600,1),(1323,-368640000,0),(1323,-355338000,1),(1323,-337190400,0),(1323,-323888400,1),(1323,-305740800,0),(1323,-292438800,1),(1323,-273686400,4),(1323,-21488400,5),(1323,-5767200,4),(1323,9961200,5),(1323,25682400,4),(1323,1143961223,0),(1323,1162105223,1),(1323,1173600023,5),(1323,1194156023,4),(1323,1205046023,5),(1323,1225605623,4),(1323,1236495624,5),(1323,1257055224,4),(1323,1268550024,5),(1323,1289109624,4),(1323,1299999624,5),(1323,1320559224,4),(1323,1331449224,5),(1323,1352008825,4),(1323,1362898825,5),(1323,1383458425,4),(1323,1394348425,5),(1323,1414908025,4),(1323,1425798025,5),(1323,1446357626,4),(1323,1457852426,5),(1323,1478412026,4),(1323,1489302027,5),(1323,1509861627,4),(1323,1520751627,5),(1323,1541311227,4),(1323,1552201227,5),(1323,1572760827,4),(1323,1583650827,5),(1323,1604210427,4),(1323,1615705227,5),(1323,1636264827,4),(1323,1647154827,5),(1323,1667714427,4),(1323,1678604427,5),(1323,1699164027,4),(1323,1710054027,5),(1323,1730613627,4),(1323,1741503627,5),(1323,1762063227,4),(1323,1772953227,5),(1323,1793512827,4),(1323,1805007627,5),(1323,1825567227,4),(1323,1836457227,5),(1323,1857016827,4),(1323,1867906827,5),(1323,1888466427,4),(1323,1899356427,5),(1323,1919916027,4),(1323,1930806027,5),(1323,1951365627,4),(1323,1962860427,5),(1323,1983420027,4),(1323,1994310027,5),(1323,2014869627,4),(1323,2025759627,5),(1323,2046319227,4),(1323,2057209227,5),(1323,2077768827,4),(1323,2088658827,5),(1323,2109218427,4),(1323,2120108427,5),(1323,2140668027,4),(1324,-1633276800,0),(1324,-1615136400,1),(1324,-1601827200,0),(1324,-1583686800,1),(1324,-900259200,0),(1324,-891795600,1),(1324,-880214400,2),(1324,-769395600,3),(1324,-765392400,1),(1324,-747244800,0),(1324,-733942800,1),(1324,-715795200,0),(1324,-702493200,1),(1324,-684345600,0),(1324,-671043600,1),(1324,-652896000,0),(1324,-639594000,1),(1324,-620841600,0),(1324,-608144400,1),(1324,-589392000,0),(1324,-576090000,1),(1324,-557942400,0),(1324,-544640400,1),(1324,-526492800,0),(1324,-513190800,1),(1324,-495043200,0),(1324,-481741200,1),(1324,-463593600,4),(1324,-386787600,1),(1324,-368640000,4),(1324,-21488400,5),(1324,-5767200,4),(1324,9961200,5),(1324,25682400,4),(1324,1143961223,5),(1324,1162101623,4),(1324,1173596423,5),(1324,1194156023,4),(1324,1205046023,5),(1324,1225605623,4),(1324,1236495624,5),(1324,1257055224,4),(1324,1268550024,5),(1324,1289109624,4),(1324,1299999624,5),(1324,1320559224,4),(1324,1331449224,5),(1324,1352008825,4),(1324,1362898825,5),(1324,1383458425,4),(1324,1394348425,5),(1324,1414908025,4),(1324,1425798025,5),(1324,1446357626,4),(1324,1457852426,5),(1324,1478412026,4),(1324,1489302027,5),(1324,1509861627,4),(1324,1520751627,5),(1324,1541311227,4),(1324,1552201227,5),(1324,1572760827,4),(1324,1583650827,5),(1324,1604210427,4),(1324,1615705227,5),(1324,1636264827,4),(1324,1647154827,5),(1324,1667714427,4),(1324,1678604427,5),(1324,1699164027,4),(1324,1710054027,5),(1324,1730613627,4),(1324,1741503627,5),(1324,1762063227,4),(1324,1772953227,5),(1324,1793512827,4),(1324,1805007627,5),(1324,1825567227,4),(1324,1836457227,5),(1324,1857016827,4),(1324,1867906827,5),(1324,1888466427,4),(1324,1899356427,5),(1324,1919916027,4),(1324,1930806027,5),(1324,1951365627,4),(1324,1962860427,5),(1324,1983420027,4),(1324,1994310027,5),(1324,2014869627,4),(1324,2025759627,5),(1324,2046319227,4),(1324,2057209227,5),(1324,2077768827,4),(1324,2088658827,5),(1324,2109218427,4),(1324,2120108427,5),(1324,2140668027,4),(1325,-536457600,2),(1325,-147888000,1),(1325,-131558400,2),(1325,294228008,3),(1325,325674009,4),(1325,341395209,3),(1325,357123609,4),(1325,372844810,3),(1325,388573210,4),(1325,404899211,3),(1325,420022811,4),(1325,436348812,3),(1325,452077212,4),(1325,467798412,3),(1325,483526812,4),(1325,499248013,3),(1325,514976413,4),(1325,530697613,3),(1325,544611613,4),(1325,562147213,3),(1325,576061214,4),(1325,594201614,3),(1325,607510814,4),(1325,625651214,3),(1325,638960415,4),(1325,657100815,3),(1325,671014816,4),(1325,688550416,3),(1325,702464416,4),(1325,720000017,3),(1325,733914017,4),(1325,752054418,3),(1325,765363618,4),(1325,783504019,3),(1325,796813219,4),(1325,814953619,3),(1325,828867620,4),(1325,846403220,3),(1325,860317220,4),(1325,877852821,3),(1325,891766821,4),(1325,909302421,3),(1325,923216422,4),(1325,941356822,3),(1325,954666022,4),(1325,972806422,3),(1325,986115622,4),(1325,1004256022,3),(1325,1018170022,4),(1325,1035705622,3),(1325,1049619622,4),(1325,1067155222,3),(1325,1081069222,4),(1325,1099209622,3),(1325,1112518822,4),(1325,1130659222,3),(1325,1143968423,4),(1325,1162108823,3),(1325,1173603623,4),(1325,1194163223,3),(1325,1205053223,4),(1325,1225612823,3),(1325,1236502824,4),(1325,1257062424,3),(1325,1268557224,4),(1325,1289116824,3),(1325,1300006824,4),(1325,1320566424,3),(1325,1331456424,4),(1325,1352016025,3),(1325,1362906025,4),(1325,1383465625,3),(1325,1394355625,4),(1325,1414915225,3),(1325,1425805225,4),(1325,1446364826,3),(1325,1457859626,4),(1325,1478419226,3),(1325,1489309227,4),(1325,1509868827,3),(1325,1520758827,4),(1325,1541318427,3),(1325,1552208427,4),(1325,1572768027,3),(1325,1583658027,4),(1325,1604217627,3),(1325,1615712427,4),(1325,1636272027,3),(1325,1647162027,4),(1325,1667721627,3),(1325,1678611627,4),(1325,1699171227,3),(1325,1710061227,4),(1325,1730620827,3),(1325,1741510827,4),(1325,1762070427,3),(1325,1772960427,4),(1325,1793520027,3),(1325,1805014827,4),(1325,1825574427,3),(1325,1836464427,4),(1325,1857024027,3),(1325,1867914027,4),(1325,1888473627,3),(1325,1899363627,4),(1325,1919923227,3),(1325,1930813227,4),(1325,1951372827,3),(1325,1962867627,4),(1325,1983427227,3),(1325,1994317227,4),(1325,2014876827,3),(1325,2025766827,4),(1325,2046326427,3),(1325,2057216427,4),(1325,2077776027,3),(1325,2088666027,4),(1325,2109225627,3),(1325,2120115627,4),(1325,2140675227,3),(1326,-865296000,5),(1326,-769395600,1),(1326,-765396000,2),(1326,-147898800,3),(1326,-131569200,2),(1326,325666809,4),(1326,341388009,2),(1326,357116409,4),(1326,372837610,2),(1326,388566010,4),(1326,404892011,2),(1326,420015611,4),(1326,436341612,2),(1326,452070012,4),(1326,467791212,2),(1326,483519612,4),(1326,499240813,2),(1326,514969213,4),(1326,530690413,2),(1326,544604413,4),(1326,562140013,2),(1326,576054014,4),(1326,594194414,2),(1326,607503614,4),(1326,625644014,2),(1326,638953215,4),(1326,657093615,2),(1326,671007616,4),(1326,688543216,2),(1326,702457216,4),(1326,719992817,2),(1326,733906817,4),(1326,752047218,2),(1326,765356418,4),(1326,783496819,2),(1326,796806019,4),(1326,814946419,2),(1326,828860420,4),(1326,846396020,2),(1326,860310020,4),(1326,877845621,2),(1326,891759621,4),(1326,909295221,2),(1326,923209222,4),(1326,941349622,6),(1326,954662422,7),(1326,972802822,2),(1326,986108422,4),(1326,1004248822,2),(1326,1018162822,4),(1326,1035698422,2),(1326,1049612422,4),(1326,1067148022,2),(1326,1081062022,4),(1326,1099202422,2),(1326,1112511622,4),(1326,1130652022,2),(1326,1143961223,4),(1326,1162101623,2),(1326,1173596423,4),(1326,1194156023,2),(1326,1205046023,4),(1326,1225605623,2),(1326,1236495624,4),(1326,1257055224,2),(1326,1268550024,4),(1326,1289109624,2),(1326,1299999624,4),(1326,1320559224,2),(1326,1331449224,4),(1326,1352008825,2),(1326,1362898825,4),(1326,1383458425,2),(1326,1394348425,4),(1326,1414908025,2),(1326,1425798025,4),(1326,1446357626,2),(1326,1457852426,4),(1326,1478412026,2),(1326,1489302027,4),(1326,1509861627,2),(1326,1520751627,4),(1326,1541311227,2),(1326,1552201227,4),(1326,1572760827,2),(1326,1583650827,4),(1326,1604210427,2),(1326,1615705227,4),(1326,1636264827,2),(1326,1647154827,4),(1326,1667714427,2),(1326,1678604427,4),(1326,1699164027,2),(1326,1710054027,4),(1326,1730613627,2),(1326,1741503627,4),(1326,1762063227,2),(1326,1772953227,4),(1326,1793512827,2),(1326,1805007627,4),(1326,1825567227,2),(1326,1836457227,4),(1326,1857016827,2),(1326,1867906827,4),(1326,1888466427,2),(1326,1899356427,4),(1326,1919916027,2),(1326,1930806027,4),(1326,1951365627,2),(1326,1962860427,4),(1326,1983420027,2),(1326,1994310027,4),(1326,2014869627,2),(1326,2025759627,4),(1326,2046319227,2),(1326,2057209227,4),(1326,2077768827,2),(1326,2088658827,4),(1326,2109218427,2),(1326,2120108427,4),(1326,2140668027,2),(1327,-1827687170,1),(1327,126687603,2),(1327,152085603,1),(1327,162370804,2),(1327,183535204,1),(1327,199263605,2),(1327,215589605,1),(1327,230713206,2),(1327,247039206,1),(1327,262767607,2),(1327,278488807,1),(1327,294217208,2),(1327,309938408,1),(1327,325666809,2),(1327,341388009,1),(1327,357116409,2),(1327,372837610,1),(1327,388566010,2),(1327,404892011,1),(1327,420015611,2),(1327,436341612,1),(1328,-1567453392,1),(1328,-1233432000,2),(1328,-1222981200,1),(1328,-1205956800,2),(1328,-1194037200,1),(1328,-1172865600,2),(1328,-1162501200,1),(1328,-1141329600,2),(1328,-1130965200,1),(1328,-1109793600,2),(1328,-1099429200,1),(1328,-1078257600,2),(1328,-1067806800,1),(1328,-1046635200,2),(1328,-1036270800,1),(1328,-1015099200,2),(1328,-1004734800,1),(1328,-983563200,2),(1328,-973198800,1),(1328,-952027200,2),(1328,-941576400,1),(1328,-931032000,2),(1328,-900882000,1),(1328,-890337600,2),(1328,-833749200,1),(1328,-827265600,2),(1328,-752274000,1),(1328,-733780800,2),(1328,-197326800,1),(1328,-190843200,2),(1328,-184194000,1),(1328,-164491200,2),(1328,-152658000,1),(1328,-132955200,2),(1328,-121122000,1),(1328,-101419200,2),(1328,-86821200,1),(1328,-71092800,2),(1328,-54766800,1),(1328,-39038400,2),(1328,-23317200,1),(1328,-7588800,4),(1328,128142003,3),(1328,136605603,4),(1328,596948414,3),(1328,605066414,4),(1328,624423614,3),(1328,636516015,1),(1328,657086415,2),(1328,669178816,1),(1328,686721616,3),(1328,699415216,4),(1328,719377217,3),(1328,731469617,4),(1328,938919622,2),(1328,952052422,4),(1328,1198983623,3),(1328,1205632823,4),(1329,-880207200,1),(1329,-769395600,2),(1329,-765385200,0),(1329,-21477600,3),(1329,-5756400,0),(1329,9972000,3),(1329,25693200,0),(1329,41421600,3),(1329,57747600,0),(1329,73476000,3),(1329,89197201,0),(1329,104925602,3),(1329,120646802,0),(1329,126698403,3),(1329,152096403,0),(1329,162381604,3),(1329,183546004,0),(1329,199274405,3),(1329,215600405,0),(1329,230724006,3),(1329,247050006,0),(1329,262778407,3),(1329,278499607,0),(1329,294228008,3),(1329,309949208,0),(1329,325677609,4),(1329,341402409,0),(1329,357127209,3),(1329,372848410,0),(1329,388576810,3),(1329,404902811,0),(1329,420026411,3),(1329,436352412,5),(1329,439030812,7),(1329,452084412,6),(1329,467805612,7),(1329,483534012,6),(1329,499255213,7),(1329,514983613,6),(1329,530704813,7),(1329,544618813,6),(1329,562154413,7),(1329,576068414,6),(1329,594208814,7),(1329,607518014,6),(1329,625658414,7),(1329,638967615,6),(1329,657108015,7),(1329,671022016,6),(1329,688557616,7),(1329,702471616,6),(1329,720007217,7),(1329,733921217,6),(1329,752061618,7),(1329,765370818,6),(1329,783511219,7),(1329,796820419,6),(1329,814960819,7),(1329,828874820,6),(1329,846410420,7),(1329,860324420,6),(1329,877860021,7),(1329,891774021,6),(1329,909309621,7),(1329,923223622,6),(1329,941364022,7),(1329,954673222,6),(1329,972813622,7),(1329,986122822,6),(1329,1004263222,7),(1329,1018177222,6),(1329,1035712822,7),(1329,1049626822,6),(1329,1067162422,7),(1329,1081076422,6),(1329,1099216822,7),(1329,1112526022,6),(1329,1130666422,7),(1329,1143975623,6),(1329,1162116023,7),(1329,1173610823,6),(1329,1194170423,7),(1329,1205060423,6),(1329,1225620023,7),(1329,1236510024,6),(1329,1257069624,7),(1329,1268564424,6),(1329,1289124024,7),(1329,1300014024,6),(1329,1320573624,7),(1329,1331463624,6),(1329,1352023225,7),(1329,1362913225,6),(1329,1383472825,7),(1329,1394362825,6),(1329,1414922425,7),(1329,1425812425,6),(1329,1446372026,7),(1329,1457866826,6),(1329,1478426426,7),(1329,1489316427,6),(1329,1509876027,7),(1329,1520766027,6),(1329,1541325627,7),(1329,1552215627,6),(1329,1572775227,7),(1329,1583665227,6),(1329,1604224827,7),(1329,1615719627,6),(1329,1636279227,7),(1329,1647169227,6),(1329,1667728827,7),(1329,1678618827,6),(1329,1699178427,7),(1329,1710068427,6),(1329,1730628027,7),(1329,1741518027,6),(1329,1762077627,7),(1329,1772967627,6),(1329,1793527227,7),(1329,1805022027,6),(1329,1825581627,7),(1329,1836471627,6),(1329,1857031227,7),(1329,1867921227,6),(1329,1888480827,7),(1329,1899370827,6),(1329,1919930427,7),(1329,1930820427,6),(1329,1951380027,7),(1329,1962874827,6),(1329,1983434427,7),(1329,1994324427,6),(1329,2014884027,7),(1329,2025774027,6),(1329,2046333627,7),(1329,2057223627,6),(1329,2077783227,7),(1329,2088673227,6),(1329,2109232827,7),(1329,2120122827,6),(1329,2140682427,7),(1330,-1633276800,0),(1330,-1615136400,1),(1330,-1601827200,0),(1330,-1583686800,1),(1330,-1535904000,0),(1330,-1525280400,1),(1330,-905097600,0),(1330,-891795600,1),(1330,-880214400,2),(1330,-769395600,3),(1330,-765392400,1),(1330,-747251940,0),(1330,-744224400,1),(1330,-620841600,0),(1330,-608144400,1),(1330,-589392000,0),(1330,-576090000,1),(1330,-557942400,0),(1330,-544640400,1),(1330,-526492800,0),(1330,-513190800,1),(1330,-495043200,0),(1330,-481741200,1),(1330,-463593600,0),(1330,-450291600,1),(1330,-431539200,0),(1330,-415818000,1),(1330,-400089600,0),(1330,-384368400,1),(1330,-368640000,0),(1330,-352918800,1),(1330,-337190400,0),(1330,-321469200,1),(1330,-305740800,0),(1330,-289414800,1),(1330,-273686400,0),(1330,-266432400,4),(1330,-52938000,5),(1330,-37216800,4),(1330,-21488400,5),(1330,-5767200,4),(1330,9961200,5),(1330,25682400,4),(1330,41410800,5),(1330,57736800,4),(1330,73465200,5),(1330,89186401,4),(1330,104914802,5),(1330,120636002,4),(1330,126687603,0),(1330,152089203,4),(1330,162370804,5),(1330,183535204,4),(1330,199263605,5),(1330,215589605,4),(1330,230713206,5),(1330,247039206,4),(1330,262767607,5),(1330,278488807,4),(1330,294217208,5),(1330,309938408,4),(1330,325666809,5),(1330,341388009,4),(1330,357116409,5),(1330,372837610,4),(1330,388566010,5),(1330,404892011,4),(1330,420015611,5),(1330,436341612,4),(1330,452070012,5),(1330,467791212,4),(1330,483519612,5),(1330,499240813,4),(1330,514969213,5),(1330,530690413,4),(1330,544604413,5),(1330,562140013,4),(1330,576054014,5),(1330,594194414,4),(1330,607503614,5),(1330,625644014,4),(1330,638953215,5),(1330,657093615,4),(1330,671007616,5),(1330,688543216,4),(1330,702457216,5),(1330,719992817,4),(1330,733906817,5),(1330,752047218,4),(1330,765356418,5),(1330,783496819,4),(1330,796806019,5),(1330,814946419,4),(1330,828860420,5),(1330,846396020,4),(1330,860310020,5),(1330,877845621,4),(1330,891759621,5),(1330,909295221,4),(1330,923209222,5),(1330,941349622,4),(1330,954658822,5),(1330,972799222,4),(1330,986108422,5),(1330,1004248822,4),(1330,1018162822,5),(1330,1035698422,4),(1330,1049612422,5),(1330,1067148022,4),(1330,1081062022,5),(1330,1099202422,4),(1330,1112511622,5),(1330,1130652022,4),(1330,1143961223,5),(1330,1162101623,4),(1330,1173596423,5),(1330,1194156023,4),(1330,1205046023,5),(1330,1225605623,4),(1330,1236495624,5),(1330,1257055224,4),(1330,1268550024,5),(1330,1289109624,4),(1330,1299999624,5),(1330,1320559224,4),(1330,1331449224,5),(1330,1352008825,4),(1330,1362898825,5),(1330,1383458425,4),(1330,1394348425,5),(1330,1414908025,4),(1330,1425798025,5),(1330,1446357626,4),(1330,1457852426,5),(1330,1478412026,4),(1330,1489302027,5),(1330,1509861627,4),(1330,1520751627,5),(1330,1541311227,4),(1330,1552201227,5),(1330,1572760827,4),(1330,1583650827,5),(1330,1604210427,4),(1330,1615705227,5),(1330,1636264827,4),(1330,1647154827,5),(1330,1667714427,4),(1330,1678604427,5),(1330,1699164027,4),(1330,1710054027,5),(1330,1730613627,4),(1330,1741503627,5),(1330,1762063227,4),(1330,1772953227,5),(1330,1793512827,4),(1330,1805007627,5),(1330,1825567227,4),(1330,1836457227,5),(1330,1857016827,4),(1330,1867906827,5),(1330,1888466427,4),(1330,1899356427,5),(1330,1919916027,4),(1330,1930806027,5),(1330,1951365627,4),(1330,1962860427,5),(1330,1983420027,4),(1330,1994310027,5),(1330,2014869627,4),(1330,2025759627,5),(1330,2046319227,4),(1330,2057209227,5),(1330,2077768827,4),(1330,2088658827,5),(1330,2109218427,4),(1330,2120108427,5),(1330,2140668027,4),(1331,-1633276800,0),(1331,-1615136400,1),(1331,-1601827200,0),(1331,-1583686800,1),(1331,-880214400,2),(1331,-769395600,3),(1331,-765392400,1),(1331,-52934400,0),(1331,-37213200,1),(1331,-21484800,0),(1331,-5763600,1),(1331,9964800,0),(1331,25686000,1),(1331,41414400,0),(1331,57740400,1),(1331,73468800,0),(1331,89190001,1),(1331,104918402,0),(1331,120639602,1),(1331,126691203,0),(1331,152089203,1),(1331,162374404,0),(1331,183538804,1),(1331,199267205,0),(1331,215593205,1),(1331,230716806,0),(1331,247042806,1),(1331,262771207,0),(1331,278492407,1),(1331,294220808,0),(1331,309942008,1),(1331,325670409,0),(1331,341391609,1),(1331,357120009,0),(1331,372841210,1),(1331,388569610,0),(1331,404895611,1),(1331,420019211,0),(1331,436345212,1),(1331,452073612,0),(1331,467794812,1),(1331,483523212,0),(1331,499244413,1),(1331,514972813,0),(1331,530694013,1),(1331,544608013,0),(1331,562143613,1),(1331,576057614,0),(1331,594198014,1),(1331,607507214,0),(1331,625647614,1),(1331,638956815,0),(1331,657097215,1),(1331,671011216,0),(1331,688546816,1),(1331,702460816,0),(1331,719996417,1),(1331,733910417,0),(1331,752050818,1),(1331,765360018,0),(1331,783500419,1),(1331,796809619,0),(1331,814950019,1),(1331,828864020,0),(1331,846399620,1),(1331,860313620,0),(1331,877849221,1),(1331,891763221,0),(1331,909298821,1),(1331,923212822,0),(1331,941353222,1),(1331,954662422,0),(1331,972802822,5),(1331,986108422,4),(1331,1004248822,5),(1331,1018162822,4),(1331,1035698422,5),(1331,1049612422,4),(1331,1067148022,5),(1331,1081062022,4),(1331,1099202422,5),(1331,1112511622,4),(1331,1130652022,5),(1331,1143961223,4),(1331,1162101623,5),(1331,1173596423,4),(1331,1194156023,5),(1331,1205046023,4),(1331,1225605623,5),(1331,1236495624,4),(1331,1257055224,5),(1331,1268550024,4),(1331,1289109624,5),(1331,1299999624,4),(1331,1320559224,5),(1331,1331449224,4),(1331,1352008825,5),(1331,1362898825,4),(1331,1383458425,5),(1331,1394348425,4),(1331,1414908025,5),(1331,1425798025,4),(1331,1446357626,5),(1331,1457852426,4),(1331,1478412026,5),(1331,1489302027,4),(1331,1509861627,5),(1331,1520751627,4),(1331,1541311227,5),(1331,1552201227,4),(1331,1572760827,5),(1331,1583650827,4),(1331,1604210427,5),(1331,1615705227,4),(1331,1636264827,5),(1331,1647154827,4),(1331,1667714427,5),(1331,1678604427,4),(1331,1699164027,5),(1331,1710054027,4),(1331,1730613627,5),(1331,1741503627,4),(1331,1762063227,5),(1331,1772953227,4),(1331,1793512827,5),(1331,1805007627,4),(1331,1825567227,5),(1331,1836457227,4),(1331,1857016827,5),(1331,1867906827,4),(1331,1888466427,5),(1331,1899356427,4),(1331,1919916027,5),(1331,1930806027,4),(1331,1951365627,5),(1331,1962860427,4),(1331,1983420027,5),(1331,1994310027,4),(1331,2014869627,5),(1331,2025759627,4),(1331,2046319227,5),(1331,2057209227,4),(1331,2077768827,5),(1331,2088658827,4),(1331,2109218427,5),(1331,2120108427,4),(1331,2140668027,5),(1332,-1633276800,0),(1332,-1615136400,1),(1332,-1601827200,0),(1332,-1583686800,1),(1332,-880214400,2),(1332,-769395600,3),(1332,-765392400,1),(1332,-715795200,0),(1332,-702493200,1),(1332,-684345600,0),(1332,-671043600,1),(1332,-652896000,0),(1332,-639594000,1),(1332,-620841600,0),(1332,-608144400,1),(1332,-589392000,0),(1332,-576090000,1),(1332,-557942400,0),(1332,-544640400,1),(1332,-526492800,0),(1332,-513190800,1),(1332,-495043200,0),(1332,-481741200,1),(1332,-463593600,0),(1332,-447267600,1),(1332,-431539200,0),(1332,-415818000,1),(1332,-400089600,0),(1332,-386787600,1),(1332,-368640000,0),(1332,-355338000,1),(1332,-337190400,0),(1332,-321469200,1),(1332,-305740800,0),(1332,-289414800,1),(1332,-273686400,0),(1332,-257965200,1),(1332,-242236800,4),(1332,-195066000,1),(1332,-84384000,0),(1332,-68662800,1),(1332,-52934400,0),(1332,-37213200,1),(1332,-21484800,0),(1332,-5763600,1),(1332,9964800,0),(1332,25686000,1),(1332,41414400,0),(1332,57740400,1),(1332,73468800,0),(1332,89190001,1),(1332,104918402,0),(1332,120639602,1),(1332,126691203,0),(1332,152089203,1),(1332,162374404,0),(1332,183538804,1),(1332,199267205,0),(1332,215593205,1),(1332,230716806,0),(1332,247042806,1),(1332,262771207,0),(1332,278492407,1),(1332,294220808,0),(1332,309942008,1),(1332,325670409,0),(1332,341391609,1),(1332,357120009,0),(1332,372841210,1),(1332,388569610,0),(1332,404895611,1),(1332,420019211,0),(1332,436345212,1),(1332,452073612,0),(1332,467794812,1),(1332,483523212,0),(1332,499244413,1),(1332,514972813,0),(1332,530694013,1),(1332,544608013,0),(1332,562143613,1),(1332,576057614,0),(1332,594198014,1),(1332,607507214,0),(1332,625647614,1),(1332,638956815,0),(1332,657097215,1),(1332,671011216,0),(1332,688546816,4),(1332,1143961223,0),(1332,1162105223,1),(1332,1173600023,0),(1332,1194159623,1),(1332,1205049623,0),(1332,1225609223,1),(1332,1236499224,0),(1332,1257058824,1),(1332,1268553624,0),(1332,1289113224,1),(1332,1300003224,0),(1332,1320562824,1),(1332,1331452824,0),(1332,1352012425,1),(1332,1362902425,0),(1332,1383462025,1),(1332,1394352025,0),(1332,1414911625,1),(1332,1425801625,0),(1332,1446361226,1),(1332,1457856026,0),(1332,1478415626,1),(1332,1489305627,0),(1332,1509865227,1),(1332,1520755227,0),(1332,1541314827,1),(1332,1552204827,0),(1332,1572764427,1),(1332,1583654427,0),(1332,1604214027,1),(1332,1615708827,0),(1332,1636268427,1),(1332,1647158427,0),(1332,1667718027,1),(1332,1678608027,0),(1332,1699167627,1),(1332,1710057627,0),(1332,1730617227,1),(1332,1741507227,0),(1332,1762066827,1),(1332,1772956827,0),(1332,1793516427,1),(1332,1805011227,0),(1332,1825570827,1),(1332,1836460827,0),(1332,1857020427,1),(1332,1867910427,0),(1332,1888470027,1),(1332,1899360027,0),(1332,1919919627,1),(1332,1930809627,0),(1332,1951369227,1),(1332,1962864027,0),(1332,1983423627,1),(1332,1994313627,0),(1332,2014873227,1),(1332,2025763227,0),(1332,2046322827,1),(1332,2057212827,0),(1332,2077772427,1),(1332,2088662427,0),(1332,2109222027,1),(1332,2120112027,0),(1332,2140671627,1),(1333,-873057600,2),(1333,-769395600,1),(1333,-765399600,0),(1334,-1205954844,1),(1334,-1192307244,2),(1335,-1938538284,2),(1335,-1009825200,1),(1335,-1002052800,2),(1335,-986756400,1),(1335,-971035200,2),(1335,-955306800,1),(1335,-939585600,2),(1335,504939613,1),(1335,512712013,2),(1335,536475613,1),(1335,544248013,2),(1335,631170015,1),(1335,638942415,2),(1335,757400418,1),(1335,765172818,2),(1336,-1633269600,0),(1336,-1615129200,1),(1336,-1601820000,0),(1336,-1583679600,1),(1336,-880207200,2),(1336,-769395600,3),(1336,-765385200,1),(1336,-687967140,0),(1336,-662655600,1),(1336,-620838000,0),(1336,-608137200,1),(1336,-589388400,0),(1336,-576082800,1),(1336,-557938800,0),(1336,-544633200,1),(1336,-526489200,0),(1336,-513183600,1),(1336,-495039600,0),(1336,-481734000,1),(1336,-463590000,0),(1336,-450284400,1),(1336,-431535600,0),(1336,-418230000,1),(1336,-400086000,0),(1336,-386780400,1),(1336,-368636400,0),(1336,-355330800,1),(1336,-337186800,0),(1336,-323881200,1),(1336,-305737200,0),(1336,-292431600,1),(1336,-273682800,0),(1336,-260982000,1),(1336,-242233200,0),(1336,-226508400,1),(1336,-210783600,0),(1336,-195058800,1),(1336,-179334000,0),(1336,-163609200,1),(1336,-147884400,0),(1336,-131554800,1),(1336,-116434800,0),(1336,-100105200,1),(1336,-84376800,0),(1336,-68655600,1),(1336,-52927200,0),(1336,-37206000,1),(1336,-21477600,0),(1336,-5756400,1),(1336,9972000,0),(1336,25693200,1),(1336,41421600,0),(1336,57747600,1),(1336,73476000,0),(1336,89197201,1),(1336,104925602,0),(1336,120646802,1),(1336,126698403,0),(1336,152096403,1),(1336,162381604,0),(1336,183546004,1),(1336,199274405,0),(1336,215600405,1),(1336,230724006,0),(1336,247050006,1),(1336,262778407,0),(1336,278499607,1),(1336,294228008,0),(1336,309949208,1),(1336,325677609,0),(1336,341398809,1),(1336,357127209,0),(1336,372848410,1),(1336,388576810,0),(1336,404902811,1),(1336,420026411,0),(1336,436352412,1),(1336,452080812,0),(1336,467802012,1),(1336,483530412,0),(1336,499251613,1),(1336,514980013,0),(1336,530701213,1),(1336,544615213,0),(1336,562150813,1),(1336,576064814,0),(1336,594205214,1),(1336,607514414,0),(1336,625654814,1),(1336,638964015,0),(1336,657104415,1),(1336,671018416,0),(1336,688554016,1),(1336,702468016,0),(1336,720003617,1),(1336,733917617,0),(1336,752058018,1),(1336,765367218,0),(1336,783507619,1),(1336,796816819,0),(1336,814957219,1),(1336,828871220,0),(1336,846406820,1),(1336,860320820,0),(1336,877856421,1),(1336,891770421,0),(1336,909306021,1),(1336,923220022,0),(1336,941360422,1),(1336,954669622,0),(1336,972810022,1),(1336,986119222,0),(1336,1004259622,1),(1336,1018173622,0),(1336,1035709222,1),(1336,1049623222,0),(1336,1067158822,1),(1336,1081072822,0),(1336,1099213222,1),(1336,1112522422,0),(1336,1130662822,1),(1336,1143972023,0),(1336,1162112423,1),(1336,1173607223,0),(1336,1194166823,1),(1336,1205056823,0),(1336,1225616423,1),(1336,1236506424,0),(1336,1257066024,1),(1336,1268560824,0),(1336,1289120424,1),(1336,1300010424,0),(1336,1320570024,1),(1336,1331460024,0),(1336,1352019625,1),(1336,1362909625,0),(1336,1383469225,1),(1336,1394359225,0),(1336,1414918825,1),(1336,1425808825,0),(1336,1446368426,1),(1336,1457863226,0),(1336,1478422826,1),(1336,1489312827,0),(1336,1509872427,1),(1336,1520762427,0),(1336,1541322027,1),(1336,1552212027,0),(1336,1572771627,1),(1336,1583661627,0),(1336,1604221227,1),(1336,1615716027,0),(1336,1636275627,1),(1336,1647165627,0),(1336,1667725227,1),(1336,1678615227,0),(1336,1699174827,1),(1336,1710064827,0),(1336,1730624427,1),(1336,1741514427,0),(1336,1762074027,1),(1336,1772964027,0),(1336,1793523627,1),(1336,1805018427,0),(1336,1825578027,1),(1336,1836468027,0),(1336,1857027627,1),(1336,1867917627,0),(1336,1888477227,1),(1336,1899367227,0),(1336,1919926827,1),(1336,1930816827,0),(1336,1951376427,1),(1336,1962871227,0),(1336,1983430827,1),(1336,1994320827,0),(1336,2014880427,1),(1336,2025770427,0),(1336,2046330027,1),(1336,2057220027,0),(1336,2077779627,1),(1336,2088669627,0),(1336,2109229227,1),(1336,2120119227,0),(1336,2140678827,1),(1337,-1633276800,0),(1337,-1615136400,1),(1337,-1601827200,0),(1337,-1583686800,1),(1337,-1535904000,0),(1337,-1525280400,1),(1337,-905097600,0),(1337,-891795600,1),(1337,-880214400,2),(1337,-769395600,3),(1337,-765392400,1),(1337,-747251940,0),(1337,-744224400,1),(1337,-620841600,0),(1337,-608144400,1),(1337,-589392000,0),(1337,-576090000,1),(1337,-557942400,0),(1337,-544640400,1),(1337,-526492800,0),(1337,-513190800,1),(1337,-495043200,0),(1337,-481741200,1),(1337,-463593600,0),(1337,-450291600,1),(1337,-431539200,0),(1337,-415818000,1),(1337,-400089600,0),(1337,-384368400,1),(1337,-368640000,0),(1337,-352918800,1),(1337,-337190400,0),(1337,-321469200,1),(1337,-305740800,0),(1337,-289414800,1),(1337,-273686400,0),(1337,-266432400,4),(1337,-52938000,5),(1337,-37216800,4),(1337,-21488400,5),(1337,-5767200,4),(1337,9961200,5),(1337,25682400,4),(1337,41410800,5),(1337,57736800,4),(1337,73465200,5),(1337,89186401,4),(1337,104914802,5),(1337,120636002,4),(1337,126687603,0),(1337,152089203,4),(1337,162370804,5),(1337,183535204,4),(1337,199263605,5),(1337,215589605,4),(1337,230713206,5),(1337,247039206,4),(1337,262767607,5),(1337,278488807,4),(1337,294217208,5),(1337,309938408,4),(1337,325666809,5),(1337,341388009,4),(1337,357116409,5),(1337,372837610,4),(1337,388566010,5),(1337,404892011,4),(1337,420015611,5),(1337,436341612,4),(1337,452070012,5),(1337,467791212,4),(1337,483519612,5),(1337,499240813,4),(1337,514969213,5),(1337,530690413,4),(1337,544604413,5),(1337,562140013,4),(1337,576054014,5),(1337,594194414,4),(1337,607503614,5),(1337,625644014,4),(1337,638953215,5),(1337,657093615,4),(1337,671007616,5),(1337,688543216,4),(1337,702457216,5),(1337,719992817,4),(1337,733906817,5),(1337,752047218,4),(1337,765356418,5),(1337,783496819,4),(1337,796806019,5),(1337,814946419,4),(1337,828860420,5),(1337,846396020,4),(1337,860310020,5),(1337,877845621,4),(1337,891759621,5),(1337,909295221,4),(1337,923209222,5),(1337,941349622,4),(1337,954658822,5),(1337,972799222,4),(1337,986108422,5),(1337,1004248822,4),(1337,1018162822,5),(1337,1035698422,4),(1337,1049612422,5),(1337,1067148022,4),(1337,1081062022,5),(1337,1099202422,4),(1337,1112511622,5),(1337,1130652022,4),(1337,1143961223,5),(1337,1162101623,4),(1337,1173596423,5),(1337,1194156023,4),(1337,1205046023,5),(1337,1225605623,4),(1337,1236495624,5),(1337,1257055224,4),(1337,1268550024,5),(1337,1289109624,4),(1337,1299999624,5),(1337,1320559224,4),(1337,1331449224,5),(1337,1352008825,4),(1337,1362898825,5),(1337,1383458425,4),(1337,1394348425,5),(1337,1414908025,4),(1337,1425798025,5),(1337,1446357626,4),(1337,1457852426,5),(1337,1478412026,4),(1337,1489302027,5),(1337,1509861627,4),(1337,1520751627,5),(1337,1541311227,4),(1337,1552201227,5),(1337,1572760827,4),(1337,1583650827,5),(1337,1604210427,4),(1337,1615705227,5),(1337,1636264827,4),(1337,1647154827,5),(1337,1667714427,4),(1337,1678604427,5),(1337,1699164027,4),(1337,1710054027,5),(1337,1730613627,4),(1337,1741503627,5),(1337,1762063227,4),(1337,1772953227,5),(1337,1793512827,4),(1337,1805007627,5),(1337,1825567227,4),(1337,1836457227,5),(1337,1857016827,4),(1337,1867906827,5),(1337,1888466427,4),(1337,1899356427,5),(1337,1919916027,4),(1337,1930806027,5),(1337,1951365627,4),(1337,1962860427,5),(1337,1983420027,4),(1337,1994310027,5),(1337,2014869627,4),(1337,2025759627,5),(1337,2046319227,4),(1337,2057209227,5),(1337,2077768827,4),(1337,2088658827,5),(1337,2109218427,4),(1337,2120108427,5),(1337,2140668027,4),(1338,-873057600,2),(1338,-769395600,1),(1338,-765399600,0),(1339,-1767217028,2),(1339,-1206957600,1),(1339,-1191362400,2),(1339,-1175374800,1),(1339,-1159826400,2),(1339,-633819600,1),(1339,-622069200,2),(1339,-602283600,1),(1339,-591832800,2),(1339,-570747600,1),(1339,-560210400,2),(1339,-539125200,1),(1339,-531352800,2),(1339,-191365200,1),(1339,-184197600,2),(1339,-155163600,1),(1339,-150069600,2),(1339,-128898000,1),(1339,-121125600,2),(1339,-99954000,1),(1339,-89589600,2),(1339,-68418000,1),(1339,-57967200,2),(1339,499748413,1),(1339,511236013,2),(1339,530593213,1),(1339,540266413,2),(1339,562129213,1),(1339,571197614,2),(1339,592974014,1),(1339,602042414,2),(1339,624423614,1),(1339,634701615,2),(1339,813726019,1),(1339,824004020,2),(1339,938919622,1),(1339,951616822,2),(1339,970974022,1),(1339,972180022,2),(1339,1003028422,1),(1339,1013911222,2),(1340,-1121105688,1),(1340,105084002,2),(1340,161758804,1),(1340,290584808,3),(1340,299134808,1),(1340,322034409,3),(1340,330584409,1),(1340,694260016,2),(1340,717310817,1),(1340,725868017,2),(1340,852094820,1),(1340,1113112822,3),(1340,1128229222,1),(1340,1146384023,3),(1340,1159682423,1),(1341,-1767211196,2),(1341,-1206954000,1),(1341,-1191358800,2),(1341,-1175371200,1),(1341,-1159822800,2),(1341,-633816000,1),(1341,-622065600,2),(1341,-602280000,1),(1341,-591829200,2),(1341,-570744000,1),(1341,-560206800,2),(1341,-539121600,1),(1341,-531349200,2),(1341,-191361600,1),(1341,-184194000,2),(1341,-155160000,1),(1341,-150066000,2),(1341,-128894400,1),(1341,-121122000,2),(1341,-99950400,1),(1341,-89586000,2),(1341,-68414400,1),(1341,-57963600,2),(1341,499752013,1),(1341,511239613,2),(1341,530596813,1),(1341,540270013,2),(1341,562132813,1),(1341,571201214,2),(1341,750830418,1),(1341,761713218,2),(1342,-873057600,2),(1342,-769395600,1),(1342,-765399600,0),(1343,-1851537340,1),(1343,323841609,2),(1343,338958009,1),(1344,-1514743200,1),(1344,576057614,2),(1344,594198014,1),(1344,828864020,2),(1344,846399620,1),(1344,860313620,2),(1344,877849221,1),(1344,891763221,2),(1344,909298821,1),(1344,923212822,2),(1344,941353222,1),(1344,954662422,2),(1344,972802822,1),(1344,989136022,2),(1344,1001833222,1),(1344,1018166422,2),(1344,1035702022,1),(1344,1049616022,2),(1344,1067151622,1),(1344,1081065622,2),(1344,1099206022,1),(1344,1112515222,2),(1344,1130655622,1),(1344,1143964823,2),(1344,1162105223,1),(1344,1175414423,2),(1344,1193554823,1),(1344,1207468823,2),(1344,1225004423,1),(1344,1238918424,2),(1344,1256454024,1),(1344,1268553624,2),(1344,1289113224,1),(1344,1300003224,2),(1344,1320562824,1),(1344,1331452824,2),(1344,1352012425,1),(1344,1362902425,2),(1344,1383462025,1),(1344,1394352025,2),(1344,1414911625,1),(1344,1425801625,2),(1344,1446361226,1),(1344,1457856026,2),(1344,1478415626,1),(1344,1489305627,2),(1344,1509865227,1),(1344,1520755227,2),(1344,1541314827,1),(1344,1552204827,2),(1344,1572764427,1),(1344,1583654427,2),(1344,1604214027,1),(1344,1615708827,2),(1344,1636268427,1),(1344,1647158427,2),(1344,1667718027,1),(1344,1678608027,2),(1344,1699167627,1),(1344,1710057627,2),(1344,1730617227,1),(1344,1741507227,2),(1344,1762066827,1),(1344,1772956827,2),(1344,1793516427,1),(1344,1805011227,2),(1344,1825570827,1),(1344,1836460827,2),(1344,1857020427,1),(1344,1867910427,2),(1344,1888470027,1),(1344,1899360027,2),(1344,1919919627,1),(1344,1930809627,2),(1344,1951369227,1),(1344,1962864027,2),(1344,1983423627,1),(1344,1994313627,2),(1344,2014873227,1),(1344,2025763227,2),(1344,2046322827,1),(1344,2057212827,2),(1344,2077772427,1),(1344,2088662427,2),(1344,2109222027,1),(1344,2120112027,2),(1344,2140671627,1),(1345,-1514739600,1),(1345,-1343066400,2),(1345,-1234807200,1),(1345,-1220292000,2),(1345,-1207159200,1),(1345,-1191344400,2),(1345,-873828000,1),(1345,-661539600,3),(1345,28800,1),(1345,828867620,4),(1345,846403220,1),(1345,860317220,4),(1345,877852821,1),(1345,891766821,4),(1345,909302421,1),(1345,923216422,4),(1345,941356822,1),(1345,954666022,4),(1345,972806422,1),(1345,989139622,4),(1345,1001836822,1),(1345,1018170022,4),(1345,1035705622,1),(1345,1049619622,4),(1345,1067155222,1),(1345,1081069222,4),(1345,1099209622,1),(1345,1112518822,4),(1345,1130659222,1),(1345,1143968423,4),(1345,1162108823,1),(1345,1175418023,4),(1345,1193558423,1),(1345,1207472423,4),(1345,1225008023,1),(1345,1238922024,4),(1345,1256457624,1),(1345,1270371624,4),(1345,1288512024,1),(1345,1301821224,4),(1345,1319961624,1),(1345,1333270824,4),(1345,1351411225,1),(1345,1365325225,4),(1345,1382860825,1),(1345,1396774825,4),(1345,1414310425,1),(1345,1428224425,4),(1345,1445760026,1),(1345,1459674026,4),(1345,1477814426,1),(1345,1491123627,4),(1345,1509264027,1),(1345,1522573227,4),(1345,1540713627,1),(1345,1554627627,4),(1345,1572163227,1),(1345,1586077227,4),(1345,1603612827,1),(1345,1617526827,4),(1345,1635667227,1),(1345,1648976427,4),(1345,1667116827,1),(1345,1680426027,4),(1345,1698566427,1),(1345,1712480427,4),(1345,1730016027,1),(1345,1743930027,4),(1345,1761465627,1),(1345,1775379627,4),(1345,1792915227,1),(1345,1806829227,4),(1345,1824969627,1),(1345,1838278827,4),(1345,1856419227,1),(1345,1869728427,4),(1345,1887868827,1),(1345,1901782827,4),(1345,1919318427,1),(1345,1933232427,4),(1345,1950768027,1),(1345,1964682027,4),(1345,1982822427,1),(1345,1996131627,4),(1345,2014272027,1),(1345,2027581227,4),(1345,2045721627,1),(1345,2059030827,4),(1345,2077171227,1),(1345,2091085227,4),(1345,2108620827,1),(1345,2122534827,4),(1345,2140070427,1),(1346,-1567453392,1),(1346,-1233432000,2),(1346,-1222981200,1),(1346,-1205956800,2),(1346,-1194037200,1),(1346,-1172865600,2),(1346,-1162501200,1),(1346,-1141329600,2),(1346,-1130965200,1),(1346,-1109793600,2),(1346,-1099429200,1),(1346,-1078257600,2),(1346,-1067806800,1),(1346,-1046635200,2),(1346,-1036270800,1),(1346,-1015099200,2),(1346,-1004734800,1),(1346,-983563200,2),(1346,-973198800,1),(1346,-952027200,2),(1346,-941576400,1),(1346,-931032000,2),(1346,-900882000,1),(1346,-890337600,2),(1346,-833749200,1),(1346,-827265600,2),(1346,-752274000,1),(1346,-733780800,2),(1346,-197326800,1),(1346,-190843200,2),(1346,-184194000,1),(1346,-164491200,2),(1346,-152658000,1),(1346,-132955200,2),(1346,-121122000,1),(1346,-101419200,2),(1346,-86821200,1),(1346,-71092800,2),(1346,-54766800,1),(1346,-39038400,2),(1346,-23317200,1),(1346,-7588800,4),(1346,128142003,3),(1346,136605603,4),(1346,596948414,3),(1346,605066414,4),(1346,624423614,3),(1346,636516015,1),(1346,655963215,2),(1346,667796416,1),(1346,687499216,2),(1346,699418816,1),(1346,719380817,3),(1346,731469617,4),(1346,938919622,2),(1346,952052422,4),(1346,1085281222,1),(1346,1096171222,4),(1346,1198983623,3),(1346,1205632823,4),(1347,-1633276800,0),(1347,-1615136400,1),(1347,-1601827200,0),(1347,-1583686800,1),(1347,-880214400,2),(1347,-769395600,3),(1347,-765392400,1),(1347,-747244800,0),(1347,-733942800,1),(1347,-116438400,0),(1347,-100112400,1),(1347,-21484800,4),(1347,104914802,0),(1347,120639602,1),(1347,126691203,0),(1347,152089203,1),(1347,162374404,0),(1347,183538804,1),(1347,199267205,0),(1347,215593205,1),(1347,230716806,0),(1347,247042806,1),(1347,262771207,0),(1347,278492407,1),(1347,294220808,0),(1347,309942008,1),(1347,325670409,0),(1347,341391609,1),(1347,357120009,0),(1347,372841210,1),(1347,388569610,0),(1347,404895611,1),(1347,420019211,0),(1347,436345212,1),(1347,452073612,0),(1347,467794812,1),(1347,483523212,0),(1347,499244413,1),(1347,514972813,0),(1347,530694013,1),(1347,544608013,0),(1347,562143613,1),(1347,576057614,0),(1347,594198014,1),(1347,607507214,0),(1347,625647614,1),(1347,638956815,0),(1347,657097215,1),(1347,671011216,0),(1347,688546816,1),(1347,702460816,0),(1347,719996417,1),(1347,733910417,0),(1347,752050818,1),(1347,765360018,0),(1347,783500419,1),(1347,796809619,0),(1347,814950019,1),(1347,828864020,0),(1347,846399620,1),(1347,860313620,0),(1347,877849221,1),(1347,891763221,0),(1347,909298821,1),(1347,923212822,0),(1347,941353222,1),(1347,954662422,0),(1347,972802822,1),(1347,986112022,0),(1347,1004252422,1),(1347,1018166422,0),(1347,1035702022,1),(1347,1049616022,0),(1347,1067151622,1),(1347,1081065622,0),(1347,1099206022,1),(1347,1112515222,0),(1347,1130655622,1),(1347,1143964823,0),(1347,1162105223,1),(1347,1173600023,0),(1347,1194159623,1),(1347,1205049623,0),(1347,1225609223,1),(1347,1236499224,0),(1347,1257058824,1),(1347,1268553624,0),(1347,1289113224,1),(1347,1300003224,0),(1347,1320562824,1),(1347,1331452824,0),(1347,1352012425,1),(1347,1362902425,0),(1347,1383462025,1),(1347,1394352025,0),(1347,1414911625,1),(1347,1425801625,0),(1347,1446361226,1),(1347,1457856026,0),(1347,1478415626,1),(1347,1489305627,0),(1347,1509865227,1),(1347,1520755227,0),(1347,1541314827,1),(1347,1552204827,0),(1347,1572764427,1),(1347,1583654427,0),(1347,1604214027,1),(1347,1615708827,0),(1347,1636268427,1),(1347,1647158427,0),(1347,1667718027,1),(1347,1678608027,0),(1347,1699167627,1),(1347,1710057627,0),(1347,1730617227,1),(1347,1741507227,0),(1347,1762066827,1),(1347,1772956827,0),(1347,1793516427,1),(1347,1805011227,0),(1347,1825570827,1),(1347,1836460827,0),(1347,1857020427,1),(1347,1867910427,0),(1347,1888470027,1),(1347,1899360027,0),(1347,1919919627,1),(1347,1930809627,0),(1347,1951369227,1),(1347,1962864027,0),(1347,1983423627,1),(1347,1994313627,0),(1347,2014873227,1),(1347,2025763227,0),(1347,2046322827,1),(1347,2057212827,0),(1347,2077772427,1),(1347,2088662427,0),(1347,2109222027,1),(1347,2120112027,0),(1347,2140671627,1),(1348,-1514743200,1),(1348,377935210,2),(1348,407653211,1),(1348,828864020,3),(1348,846399620,1),(1348,860313620,3),(1348,877849221,1),(1348,891763221,3),(1348,909298821,1),(1348,923212822,3),(1348,941353222,1),(1348,954662422,3),(1348,972802822,1),(1348,989136022,3),(1348,1001833222,1),(1348,1018166422,3),(1348,1035702022,1),(1348,1049616022,3),(1348,1067151622,1),(1348,1081065622,3),(1348,1099206022,1),(1348,1112515222,3),(1348,1130655622,1),(1348,1143964823,3),(1348,1162105223,1),(1348,1175414423,3),(1348,1193554823,1),(1348,1207468823,3),(1348,1225004423,1),(1348,1238918424,3),(1348,1256454024,1),(1348,1270368024,3),(1348,1288508424,1),(1348,1301817624,3),(1348,1319958024,1),(1348,1333267224,3),(1348,1351407625,1),(1348,1365321625,3),(1348,1382857225,1),(1348,1396771225,3),(1348,1414306825,1),(1348,1428220825,3),(1348,1445756426,1),(1348,1459670426,3),(1348,1477810826,1),(1348,1491120027,3),(1348,1509260427,1),(1348,1522569627,3),(1348,1540710027,1),(1348,1554624027,3),(1348,1572159627,1),(1348,1586073627,3),(1348,1603609227,1),(1348,1617523227,3),(1348,1635663627,1),(1348,1648972827,3),(1348,1667113227,1),(1348,1680422427,3),(1348,1698562827,1),(1348,1712476827,3),(1348,1730012427,1),(1348,1743926427,3),(1348,1761462027,1),(1348,1775376027,3),(1348,1792911627,1),(1348,1806825627,3),(1348,1824966027,1),(1348,1838275227,3),(1348,1856415627,1),(1348,1869724827,3),(1348,1887865227,1),(1348,1901779227,3),(1348,1919314827,1),(1348,1933228827,3),(1348,1950764427,1),(1348,1964678427,3),(1348,1982818827,1),(1348,1996128027,3),(1348,2014268427,1),(1348,2027577627,3),(1348,2045718027,1),(1348,2059027227,3),(1348,2077167627,1),(1348,2091081627,3),(1348,2108617227,1),(1348,2122531227,3),(1348,2140066827,1),(1349,-880207200,1),(1349,-769395600,2),(1349,-765385200,0),(1349,-21477600,3),(1349,-5756400,0),(1349,9972000,3),(1349,25693200,0),(1349,41421600,3),(1349,57747600,0),(1349,73476000,3),(1349,89197201,0),(1349,104925602,3),(1349,120646802,0),(1349,126698403,3),(1349,152096403,0),(1349,162381604,3),(1349,183546004,0),(1349,199274405,3),(1349,215600405,0),(1349,230724006,3),(1349,247050006,0),(1349,262778407,3),(1349,278499607,0),(1349,294228008,3),(1349,309949208,0),(1349,325677609,3),(1349,341398809,0),(1349,357127209,3),(1349,372848410,0),(1349,388576810,3),(1349,404902811,0),(1349,420026411,3),(1349,436352412,0),(1349,1446372026,4),(1349,1457866826,5),(1349,1478426426,4),(1349,1489316427,5),(1349,1509876027,4),(1349,1520766027,5),(1349,1541325627,0),(1349,1547978427,4),(1349,1552215627,5),(1349,1572775227,4),(1349,1583665227,5),(1349,1604224827,4),(1349,1615719627,5),(1349,1636279227,4),(1349,1647169227,5),(1349,1667728827,4),(1349,1678618827,5),(1349,1699178427,4),(1349,1710068427,5),(1349,1730628027,4),(1349,1741518027,5),(1349,1762077627,4),(1349,1772967627,5),(1349,1793527227,4),(1349,1805022027,5),(1349,1825581627,4),(1349,1836471627,5),(1349,1857031227,4),(1349,1867921227,5),(1349,1888480827,4),(1349,1899370827,5),(1349,1919930427,4),(1349,1930820427,5),(1349,1951380027,4),(1349,1962874827,5),(1349,1983434427,4),(1349,1994324427,5),(1349,2014884027,4),(1349,2025774027,5),(1349,2046333627,4),(1349,2057223627,5),(1349,2077783227,4),(1349,2088673227,5),(1349,2109232827,4),(1349,2120122827,5),(1349,2140682427,4),(1350,-1514739600,1),(1350,-1343066400,2),(1350,-1234807200,1),(1350,-1220292000,2),(1350,-1207159200,1),(1350,-1191344400,2),(1350,-975261600,3),(1350,-963169200,2),(1350,-917114400,3),(1350,-907354800,2),(1350,-821901600,4),(1350,-810068400,2),(1350,-627501600,3),(1350,-612990000,2),(1350,828864020,3),(1350,846399620,2),(1350,860313620,3),(1350,877849221,2),(1350,891763221,3),(1350,909298821,2),(1350,923212822,3),(1350,941353222,2),(1350,954662422,3),(1350,972802822,2),(1350,989136022,3),(1350,1001833222,2),(1350,1018166422,3),(1350,1035702022,2),(1350,1049616022,3),(1350,1067151622,2),(1350,1081065622,3),(1350,1099206022,2),(1350,1112515222,3),(1350,1130655622,2),(1350,1143964823,3),(1350,1162105223,2),(1350,1175414423,3),(1350,1193554823,2),(1350,1207468823,3),(1350,1225004423,2),(1350,1238918424,3),(1350,1256454024,2),(1350,1270368024,3),(1350,1288508424,2),(1350,1301817624,3),(1350,1319958024,2),(1350,1333267224,3),(1350,1351407625,2),(1350,1365321625,3),(1350,1382857225,2),(1350,1396771225,3),(1350,1414306825,2),(1350,1428220825,3),(1350,1445756426,2),(1350,1459670426,3),(1350,1477810826,2),(1350,1491120027,3),(1350,1509260427,2),(1350,1522569627,3),(1350,1540710027,2),(1350,1554624027,3),(1350,1572159627,2),(1350,1586073627,3),(1350,1603609227,2),(1350,1617523227,3),(1350,1635663627,2),(1350,1648972827,3),(1350,1667113227,2),(1350,1680422427,3),(1350,1698562827,2),(1350,1712476827,3),(1350,1730012427,2),(1350,1743926427,3),(1350,1761462027,2),(1350,1775376027,3),(1350,1792911627,2),(1350,1806825627,3),(1350,1824966027,2),(1350,1838275227,3),(1350,1856415627,2),(1350,1869724827,3),(1350,1887865227,2),(1350,1901779227,3),(1350,1919314827,2),(1350,1933228827,3),(1350,1950764427,2),(1350,1964678427,3),(1350,1982818827,2),(1350,1996128027,3),(1350,2014268427,2),(1350,2027577627,3),(1350,2045718027,2),(1350,2059027227,3),(1350,2077167627,2),(1350,2091081627,3),(1350,2108617227,2),(1350,2122531227,3),(1350,2140066827,2),(1351,-1850328920,1),(1351,326001609,2),(1351,544597213,3),(1351,562132813,2),(1351,576046814,3),(1351,594187214,2),(1351,607496414,3),(1351,625636814,2),(1351,638946015,3),(1351,657086415,2),(1351,671000416,3),(1351,688536016,2),(1351,702450016,3),(1351,719985617,2),(1351,733899617,3),(1351,752040018,2),(1351,765349218,3),(1351,783489619,2),(1351,796798819,3),(1351,814939219,2),(1351,828853220,3),(1351,846388820,2),(1351,860302820,3),(1351,877838421,2),(1351,891752421,3),(1351,909288021,2),(1351,923202022,3),(1351,941342422,2),(1351,954651622,3),(1351,972792022,2),(1351,986101222,3),(1351,1004241622,2),(1351,1018155622,3),(1351,1035691222,2),(1351,1049605222,3),(1351,1067140822,2),(1351,1081054822,3),(1351,1099195222,2),(1351,1112504422,3),(1351,1130644822,2),(1351,1143954023,3),(1351,1162094423,2),(1351,1173589223,3),(1351,1194148823,2),(1351,1205038823,3),(1351,1225598423,2),(1351,1236488424,3),(1351,1257048024,2),(1351,1268542824,3),(1351,1289102424,2),(1351,1299992424,3),(1351,1320552024,2),(1351,1331442024,3),(1351,1352001625,2),(1351,1362891625,3),(1351,1383451225,2),(1351,1394341225,3),(1351,1414900825,2),(1351,1425790825,3),(1351,1446350426,2),(1351,1457845226,3),(1351,1478404826,2),(1351,1489294827,3),(1351,1509854427,2),(1351,1520744427,3),(1351,1541304027,2),(1351,1552194027,3),(1351,1572753627,2),(1351,1583643627,3),(1351,1604203227,2),(1351,1615698027,3),(1351,1636257627,2),(1351,1647147627,3),(1351,1667707227,2),(1351,1678597227,3),(1351,1699156827,2),(1351,1710046827,3),(1351,1730606427,2),(1351,1741496427,3),(1351,1762056027,2),(1351,1772946027,3),(1351,1793505627,2),(1351,1805000427,3),(1351,1825560027,2),(1351,1836450027,3),(1351,1857009627,2),(1351,1867899627,3),(1351,1888459227,2),(1351,1899349227,3),(1351,1919908827,2),(1351,1930798827,3),(1351,1951358427,2),(1351,1962853227,3),(1351,1983412827,2),(1351,1994302827,3),(1351,2014862427,2),(1351,2025752427,3),(1351,2046312027,2),(1351,2057202027,3),(1351,2077761627,2),(1351,2088651627,3),(1351,2109211227,2),(1351,2120101227,3),(1351,2140660827,2),(1352,-2131642800,2),(1352,-1632074400,1),(1352,-1615143600,2),(1352,-1153681200,1),(1352,-1145822400,2),(1352,-1122231600,1),(1352,-1114372800,2),(1352,-1090782000,1),(1352,-1082923200,2),(1352,-1059332400,1),(1352,-1051473600,2),(1352,-1027882800,1),(1352,-1020024000,2),(1352,-996433200,1),(1352,-988574400,2),(1352,-965674800,1),(1352,-955396800,2),(1352,-934743600,1),(1352,-923947200,2),(1352,-904503600,1),(1352,-891892800,2),(1352,-880221600,3),(1352,-769395600,4),(1352,-765399600,2),(1352,-747252000,1),(1352,-733950000,2),(1352,-715802400,1),(1352,-702500400,2),(1352,-684352800,1),(1352,-671050800,2),(1352,-652903200,1),(1352,-639601200,2),(1352,-620848800,1),(1352,-608151600,2),(1352,-589399200,1),(1352,-576097200,2),(1352,-557949600,1),(1352,-544647600,2),(1352,-526500000,1),(1352,-513198000,2),(1352,-495050400,1),(1352,-481748400,2),(1352,-463600800,1),(1352,-450298800,2),(1352,-431546400,1),(1352,-418244400,2),(1352,-400096800,1),(1352,-384375600,2),(1352,-368647200,1),(1352,-352926000,2),(1352,-337197600,1),(1352,-321476400,2),(1352,-305748000,1),(1352,-289422000,2),(1352,-273693600,1),(1352,-257972400,2),(1352,-242244000,1),(1352,-226522800,2),(1352,-210794400,1),(1352,-195073200,2),(1352,-179344800,1),(1352,-163623600,2),(1352,-147895200,1),(1352,-131569200,2),(1352,-116445600,1),(1352,-100119600,2),(1352,-84391200,1),(1352,-68670000,2),(1352,-52941600,1),(1352,-37220400,2),(1352,-21492000,1),(1352,-5770800,2),(1352,9957600,1),(1352,25678800,2),(1352,41407200,1),(1352,57733200,2),(1352,73461600,1),(1352,89182801,2),(1352,136360803,1),(1352,152082003,2),(1352,167810404,1),(1352,183531604,2),(1352,199260005,1),(1352,215586005,2),(1352,230709606,1),(1352,247035606,2),(1352,262764007,1),(1352,278485207,2),(1352,294213608,1),(1352,309934808,2),(1352,325663209,1),(1352,341384409,2),(1352,357112809,1),(1352,372834010,2),(1352,388562410,1),(1352,404888411,2),(1352,420012011,1),(1352,436338012,2),(1352,452066412,1),(1352,467787612,2),(1352,483516012,1),(1352,499237213,2),(1352,514965613,1),(1352,530686813,2),(1352,544600813,1),(1352,562136413,2),(1352,576050414,1),(1352,594190814,2),(1352,607500014,1),(1352,625640414,2),(1352,638949615,1),(1352,657090015,2),(1352,671004016,1),(1352,688539616,2),(1352,702453616,1),(1352,719989217,2),(1352,733896077,1),(1352,752036478,2),(1352,765345678,1),(1352,783486079,2),(1352,796795279,1),(1352,814935679,2),(1352,828849680,1),(1352,846385280,2),(1352,860299280,1),(1352,877834881,2),(1352,891748881,1),(1352,909284481,2),(1352,923198482,1),(1352,941338882,2),(1352,954648082,1),(1352,972788482,2),(1352,986097682,1),(1352,1004238082,2),(1352,1018152082,1),(1352,1035687682,2),(1352,1049601682,1),(1352,1067137282,2),(1352,1081051282,1),(1352,1099191682,2),(1352,1112500882,1),(1352,1130641282,2),(1352,1143950483,1),(1352,1162090883,2),(1352,1173592823,1),(1352,1194152423,2),(1352,1205042423,1),(1352,1225602023,2),(1352,1236492024,1),(1352,1257051624,2),(1352,1268546424,1),(1352,1289106024,2),(1352,1299996024,1),(1352,1320555624,2),(1352,1331445624,1),(1352,1352005225,2),(1352,1362895225,1),(1352,1383454825,2),(1352,1394344825,1),(1352,1414904425,2),(1352,1425794425,1),(1352,1446354026,2),(1352,1457848826,1),(1352,1478408426,2),(1352,1489298427,1),(1352,1509858027,2),(1352,1520748027,1),(1352,1541307627,2),(1352,1552197627,1),(1352,1572757227,2),(1352,1583647227,1),(1352,1604206827,2),(1352,1615701627,1),(1352,1636261227,2),(1352,1647151227,1),(1352,1667710827,2),(1352,1678600827,1),(1352,1699160427,2),(1352,1710050427,1),(1352,1730610027,2),(1352,1741500027,1),(1352,1762059627,2),(1352,1772949627,1),(1352,1793509227,2),(1352,1805004027,1),(1352,1825563627,2),(1352,1836453627,1),(1352,1857013227,2),(1352,1867903227,1),(1352,1888462827,2),(1352,1899352827,1),(1352,1919912427,2),(1352,1930802427,1),(1352,1951362027,2),(1352,1962856827,1),(1352,1983416427,2),(1352,1994306427,1),(1352,2014866027,2),(1352,2025756027,1),(1352,2046315627,2),(1352,2057205627,1),(1352,2077765227,2),(1352,2088655227,1),(1352,2109214827,2),(1352,2120104827,1),(1352,2140664427,2),(1353,-1514743200,1),(1353,576057614,2),(1353,594198014,1),(1353,828864020,2),(1353,846399620,1),(1353,860313620,2),(1353,877849221,1),(1353,891763221,2),(1353,909298821,1),(1353,923212822,2),(1353,941353222,1),(1353,954662422,2),(1353,972802822,1),(1353,989136022,2),(1353,1001833222,1),(1353,1018166422,2),(1353,1035702022,1),(1353,1049616022,2),(1353,1067151622,1),(1353,1081065622,2),(1353,1099206022,1),(1353,1112515222,2),(1353,1130655622,1),(1353,1143964823,2),(1353,1162105223,1),(1353,1175414423,2),(1353,1193554823,1),(1353,1207468823,2),(1353,1225004423,1),(1353,1238918424,2),(1353,1256454024,1),(1353,1270368024,2),(1353,1288508424,1),(1353,1301817624,2),(1353,1319958024,1),(1353,1333267224,2),(1353,1351407625,1),(1353,1365321625,2),(1353,1382857225,1),(1353,1396771225,2),(1353,1414306825,1),(1353,1428220825,2),(1353,1445756426,1),(1353,1459670426,2),(1353,1477810826,1),(1353,1491120027,2),(1353,1509260427,1),(1353,1522569627,2),(1353,1540710027,1),(1353,1554624027,2),(1353,1572159627,1),(1353,1586073627,2),(1353,1603609227,1),(1353,1617523227,2),(1353,1635663627,1),(1353,1648972827,2),(1353,1667113227,1),(1353,1680422427,2),(1353,1698562827,1),(1353,1712476827,2),(1353,1730012427,1),(1353,1743926427,2),(1353,1761462027,1),(1353,1775376027,2),(1353,1792911627,1),(1353,1806825627,2),(1353,1824966027,1),(1353,1838275227,2),(1353,1856415627,1),(1353,1869724827,2),(1353,1887865227,1),(1353,1901779227,2),(1353,1919314827,1),(1353,1933228827,2),(1353,1950764427,1),(1353,1964678427,2),(1353,1982818827,1),(1353,1996128027,2),(1353,2014268427,1),(1353,2027577627,2),(1353,2045718027,1),(1353,2059027227,2),(1353,2077167627,1),(1353,2091081627,2),(1353,2108617227,1),(1353,2122531227,2),(1353,2140066827,1),(1354,-1942690509,1),(1354,-1567455309,2),(1354,-1459627200,4),(1354,-1443819600,3),(1354,-1428006600,4),(1354,-1412283600,3),(1354,-1396470600,4),(1354,-1380747600,3),(1354,-1141590600,4),(1354,-1128286800,3),(1354,-1110141000,4),(1354,-1096837200,3),(1354,-1078691400,4),(1354,-1065387600,3),(1354,-1047241800,4),(1354,-1033938000,3),(1354,-1015187400,4),(1354,-1002488400,3),(1354,-983737800,4),(1354,-971038800,3),(1354,-954707400,4),(1354,-938984400,3),(1354,-920838600,4),(1354,-907534800,3),(1354,-896819400,4),(1354,-853621200,6),(1354,-845847000,5),(1354,-334789200,6),(1354,-319671000,5),(1354,-314226000,7),(1354,-309996000,5),(1354,-149720400,7),(1354,-134604000,5),(1354,-50446800,6),(1354,-34205400,5),(1354,9860400,7),(1354,14176800,5),(1354,72846000,7),(1354,80100001,5),(1354,127278003,8),(1354,132111003,6),(1354,147234603,5),(1354,156913203,7),(1354,165376804,5),(1354,219812405,7),(1354,226461606,5),(1354,250052406,7),(1354,257911207,5),(1354,282711607,7),(1354,289360808,5),(1354,294202808,7),(1354,322020009,5),(1354,566449213,7),(1354,573012014,5),(1354,597812414,7),(1354,605066414,5),(1354,625633214,7),(1354,635911215,5),(1354,656478015,7),(1354,667965616,5),(1354,688532416,7),(1354,699415216,5),(1354,719377217,7),(1354,730864817,5),(1354,1095562822,7),(1354,1111896022,5),(1354,1128834022,7),(1354,1142136023,5),(1354,1159678823,7),(1354,1173585623,5),(1354,1191733223,7),(1354,1205035223,5),(1354,1223182823,7),(1354,1236484824,5),(1354,1254632424,7),(1354,1268539224,5),(1354,1286082024,7),(1354,1299988824,5),(1354,1317531624,7),(1354,1331438424,5),(1354,1349586025,7),(1354,1362888025,5),(1354,1381035625,7),(1354,1394337625,5),(1354,1412485225,7),(1354,1425787225,5),(1355,-1632070800,0),(1355,-1615140000,1),(1355,-1601753400,0),(1355,-1583697600,1),(1355,-1567357200,0),(1355,-1554667200,1),(1355,-1534698000,0),(1355,-1524074400,1),(1355,-1503248400,0),(1355,-1492365600,1),(1355,-1471798800,0),(1355,-1460916000,1),(1355,-1440954000,0),(1355,-1428861600,1),(1355,-1409504400,0),(1355,-1397412000,1),(1355,-1378054800,0),(1355,-1365962400,1),(1355,-1346605200,0),(1355,-1333908000,1),(1355,-1315155600,0),(1355,-1301853600,1),(1355,-1283706000,0),(1355,-1270404000,1),(1355,-1252256400,0),(1355,-1238954400,1),(1355,-1220806800,0),(1355,-1207504800,1),(1355,-1188752400,0),(1355,-1176055200,1),(1355,-1157302800,0),(1355,-1144000800,1),(1355,-1125853200,0),(1355,-1112551200,1),(1355,-1094403600,0),(1355,-1081101600,1),(1355,-1062954000,0),(1355,-1049652000,1),(1355,-1031504400,0),(1355,-1018202400,1),(1355,-1000054800,0),(1355,-986752800,1),(1355,-968000400,0),(1355,-955303200,1),(1355,-936550800,0),(1355,-880218000,2),(1355,-769395600,3),(1355,-765396000,1),(1355,-747248400,0),(1355,-733946400,1),(1355,-715806000,0),(1355,-702504000,1),(1355,-684356400,0),(1355,-671054400,1),(1355,-652906800,0),(1355,-634161600,1),(1355,-620845200,0),(1355,-602704800,1),(1355,-589395600,0),(1355,-576093600,1),(1355,-557946000,0),(1355,-544644000,1),(1355,-526496400,0),(1355,-513194400,1),(1355,-495046800,0),(1355,-481744800,1),(1355,-463597200,0),(1355,-450295200,1),(1355,-431542800,0),(1355,-418240800,1),(1355,-400093200,0),(1355,-384372000,1),(1355,-368643600,0),(1355,-352922400,1),(1355,-337194000,0),(1355,-321472800,1),(1355,-305744400,0),(1355,-289418400,1),(1355,-273690000,0),(1355,-257968800,1),(1355,-242240400,0),(1355,-226519200,1),(1355,-210790800,0),(1355,-195069600,1),(1355,-179341200,0),(1355,-163620000,1),(1355,-147891600,0),(1355,-131565600,1),(1355,-116442000,0),(1355,-100116000,1),(1355,-84387600,0),(1355,-68666400,1),(1355,-52938000,0),(1355,-37216800,1),(1355,-21488400,0),(1355,-5767200,1),(1355,9961200,0),(1355,25682400,1),(1355,41410800,0),(1355,57736800,1),(1355,73465200,0),(1355,89186401,1),(1355,104914802,0),(1355,120636002,1),(1355,136364403,0),(1355,152085603,1),(1355,167814004,0),(1355,183535204,1),(1355,199263605,0),(1355,215589605,1),(1355,230713206,0),(1355,247039206,1),(1355,262767607,0),(1355,278488807,1),(1355,294217208,0),(1355,309938408,1),(1355,325666809,0),(1355,341388009,1),(1355,357116409,0),(1355,372837610,1),(1355,388566010,0),(1355,404892011,1),(1355,420015611,0),(1355,436341612,1),(1355,452070012,0),(1355,467791212,1),(1355,483519612,0),(1355,499240813,1),(1355,514969213,0),(1355,530690413,1),(1355,544604413,0),(1355,562140013,1),(1355,576054014,0),(1355,594194414,1),(1355,607503614,0),(1355,625644014,1),(1355,638953215,0),(1355,657093615,1),(1355,671007616,0),(1355,688543216,1),(1355,702457216,0),(1355,719992817,1),(1355,733906817,0),(1355,752047218,1),(1355,765356418,0),(1355,783496819,1),(1355,796806019,0),(1355,814946419,1),(1355,828860420,0),(1355,846396020,1),(1355,860310020,0),(1355,877845621,1),(1355,891759621,0),(1355,909295221,1),(1355,923209222,0),(1355,941349622,1),(1355,954658822,0),(1355,972799222,1),(1355,986108422,0),(1355,1004248822,1),(1355,1018162822,0),(1355,1035698422,1),(1355,1049612422,0),(1355,1067148022,1),(1355,1081062022,0),(1355,1099202422,1),(1355,1112511622,0),(1355,1130652022,1),(1355,1143961223,0),(1355,1162101623,1),(1355,1173596423,0),(1355,1194156023,1),(1355,1205046023,0),(1355,1225605623,1),(1355,1236495624,0),(1355,1257055224,1),(1355,1268550024,0),(1355,1289109624,1),(1355,1299999624,0),(1355,1320559224,1),(1355,1331449224,0),(1355,1352008825,1),(1355,1362898825,0),(1355,1383458425,1),(1355,1394348425,0),(1355,1414908025,1),(1355,1425798025,0),(1355,1446357626,1),(1355,1457852426,0),(1355,1478412026,1),(1355,1489302027,0),(1355,1509861627,1),(1355,1520751627,0),(1355,1541311227,1),(1355,1552201227,0),(1355,1572760827,1),(1355,1583650827,0),(1355,1604210427,1),(1355,1615705227,0),(1355,1636264827,1),(1355,1647154827,0),(1355,1667714427,1),(1355,1678604427,0),(1355,1699164027,1),(1355,1710054027,0),(1355,1730613627,1),(1355,1741503627,0),(1355,1762063227,1),(1355,1772953227,0),(1355,1793512827,1),(1355,1805007627,0),(1355,1825567227,1),(1355,1836457227,0),(1355,1857016827,1),(1355,1867906827,0),(1355,1888466427,1),(1355,1899356427,0),(1355,1919916027,1),(1355,1930806027,0),(1355,1951365627,1),(1355,1962860427,0),(1355,1983420027,1),(1355,1994310027,0),(1355,2014869627,1),(1355,2025759627,0),(1355,2046319227,1),(1355,2057209227,0),(1355,2077768827,1),(1355,2088658827,0),(1355,2109218427,1),(1355,2120108427,0),(1355,2140668027,1),(1356,-873057600,2),(1356,-769395600,1),(1356,-765399600,0),(1357,-1632070800,0),(1357,-1615140000,1),(1357,-1601753400,0),(1357,-1583697600,1),(1357,-1567357200,0),(1357,-1554667200,1),(1357,-1534698000,0),(1357,-1524074400,1),(1357,-1503248400,0),(1357,-1492365600,1),(1357,-1471798800,0),(1357,-1460916000,1),(1357,-1440954000,0),(1357,-1428861600,1),(1357,-1409504400,0),(1357,-1397412000,1),(1357,-1378054800,0),(1357,-1365962400,1),(1357,-1346605200,0),(1357,-1333908000,1),(1357,-1315155600,0),(1357,-1301853600,1),(1357,-1283706000,0),(1357,-1270404000,1),(1357,-1252256400,0),(1357,-1238954400,1),(1357,-1220806800,0),(1357,-1207504800,1),(1357,-1188752400,0),(1357,-1176055200,1),(1357,-1157302800,0),(1357,-1144000800,1),(1357,-1125853200,0),(1357,-1112551200,1),(1357,-1094403600,0),(1357,-1081101600,1),(1357,-1062954000,0),(1357,-1049652000,1),(1357,-1031504400,0),(1357,-1018202400,1),(1357,-1000054800,0),(1357,-986752800,1),(1357,-968000400,0),(1357,-955303200,1),(1357,-936550800,0),(1357,-880218000,2),(1357,-769395600,3),(1357,-765396000,1),(1357,-747248400,0),(1357,-733946400,1),(1357,-715806000,0),(1357,-702504000,1),(1357,-684356400,0),(1357,-671054400,1),(1357,-652906800,0),(1357,-634161600,1),(1357,-620845200,0),(1357,-602704800,1),(1357,-589395600,0),(1357,-576093600,1),(1357,-557946000,0),(1357,-544644000,1),(1357,-526496400,0),(1357,-513194400,1),(1357,-495046800,0),(1357,-481744800,1),(1357,-463597200,0),(1357,-450295200,1),(1357,-431542800,0),(1357,-418240800,1),(1357,-400093200,0),(1357,-384372000,1),(1357,-368643600,0),(1357,-352922400,1),(1357,-337194000,0),(1357,-321472800,1),(1357,-305744400,0),(1357,-289418400,1),(1357,-273690000,0),(1357,-257968800,1),(1357,-242240400,0),(1357,-226519200,1),(1357,-210790800,0),(1357,-195069600,1),(1357,-179341200,0),(1357,-163620000,1),(1357,-147891600,0),(1357,-131565600,1),(1357,-116442000,0),(1357,-100116000,1),(1357,-84387600,0),(1357,-68666400,1),(1357,-52938000,0),(1357,-37216800,1),(1357,-21488400,0),(1357,-5767200,1),(1357,9961200,0),(1357,25682400,1),(1357,41410800,0),(1357,57736800,1),(1357,73465200,0),(1357,89186401,1),(1357,104914802,0),(1357,120636002,1),(1357,136364403,0),(1357,152085603,1),(1357,167814004,0),(1357,183535204,1),(1357,199263605,0),(1357,215589605,1),(1357,230713206,0),(1357,247039206,1),(1357,262767607,0),(1357,278488807,1),(1357,294217208,0),(1357,309938408,1),(1357,325666809,0),(1357,341388009,1),(1357,357116409,0),(1357,372837610,1),(1357,388566010,0),(1357,404892011,1),(1357,420015611,0),(1357,436341612,1),(1357,452070012,0),(1357,467791212,1),(1357,483519612,0),(1357,499240813,1),(1357,514969213,0),(1357,530690413,1),(1357,544604413,0),(1357,562140013,1),(1357,576054014,0),(1357,594194414,1),(1357,607503614,0),(1357,625644014,1),(1357,638953215,0),(1357,657093615,1),(1357,671007616,0),(1357,688543216,1),(1357,702457216,0),(1357,719992817,1),(1357,733906817,0),(1357,752047218,1),(1357,765356418,0),(1357,783496819,1),(1357,796806019,0),(1357,814946419,1),(1357,828860420,0),(1357,846396020,1),(1357,860310020,0),(1357,877845621,1),(1357,891759621,0),(1357,909295221,1),(1357,923209222,0),(1357,941349622,1),(1357,954658822,0),(1357,972799222,1),(1357,986108422,0),(1357,1004248822,1),(1357,1018162822,0),(1357,1035698422,1),(1357,1049612422,0),(1357,1067148022,1),(1357,1081062022,0),(1357,1099202422,1),(1357,1112511622,0),(1357,1130652022,1),(1357,1143961223,0),(1357,1162101623,1),(1357,1173596423,0),(1357,1194156023,1),(1357,1205046023,0),(1357,1225605623,1),(1357,1236495624,0),(1357,1257055224,1),(1357,1268550024,0),(1357,1289109624,1),(1357,1299999624,0),(1357,1320559224,1),(1357,1331449224,0),(1357,1352008825,1),(1357,1362898825,0),(1357,1383458425,1),(1357,1394348425,0),(1357,1414908025,1),(1357,1425798025,0),(1357,1446357626,1),(1357,1457852426,0),(1357,1478412026,1),(1357,1489302027,0),(1357,1509861627,1),(1357,1520751627,0),(1357,1541311227,1),(1357,1552201227,0),(1357,1572760827,1),(1357,1583650827,0),(1357,1604210427,1),(1357,1615705227,0),(1357,1636264827,1),(1357,1647154827,0),(1357,1667714427,1),(1357,1678604427,0),(1357,1699164027,1),(1357,1710054027,0),(1357,1730613627,1),(1357,1741503627,0),(1357,1762063227,1),(1357,1772953227,0),(1357,1793512827,1),(1357,1805007627,0),(1357,1825567227,1),(1357,1836457227,0),(1357,1857016827,1),(1357,1867906827,0),(1357,1888466427,1),(1357,1899356427,0),(1357,1919916027,1),(1357,1930806027,0),(1357,1951365627,1),(1357,1962860427,0),(1357,1983420027,1),(1357,1994310027,0),(1357,2014869627,1),(1357,2025759627,0),(1357,2046319227,1),(1357,2057209227,0),(1357,2077768827,1),(1357,2088658827,0),(1357,2109218427,1),(1357,2120108427,0),(1357,2140668027,1),(1358,-1633280400,0),(1358,-1615140000,1),(1358,-1601830800,0),(1358,-1583690400,1),(1358,-1570381200,0),(1358,-1551636000,1),(1358,-1536512400,0),(1358,-1523210400,1),(1358,-1504458000,0),(1358,-1491760800,1),(1358,-1473008400,0),(1358,-1459706400,1),(1358,-1441558800,0),(1358,-1428256800,1),(1358,-1410109200,0),(1358,-1396807200,1),(1358,-1378659600,0),(1358,-1365357600,1),(1358,-1347210000,0),(1358,-1333908000,1),(1358,-1315155600,0),(1358,-1301853600,1),(1358,-1283706000,0),(1358,-1270404000,1),(1358,-1252256400,0),(1358,-1238954400,1),(1358,-1220806800,0),(1358,-1207504800,1),(1358,-1189357200,0),(1358,-1176055200,1),(1358,-1157302800,0),(1358,-1144605600,1),(1358,-1125853200,0),(1358,-1112551200,1),(1358,-1094403600,0),(1358,-1081101600,1),(1358,-1062954000,0),(1358,-1049652000,1),(1358,-1031504400,0),(1358,-1018202400,1),(1358,-1000054800,0),(1358,-986752800,1),(1358,-968000400,0),(1358,-955303200,1),(1358,-936550800,0),(1358,-923248800,1),(1358,-905101200,0),(1358,-891799200,1),(1358,-880218000,2),(1358,-769395600,3),(1358,-765396000,1),(1358,-747248400,0),(1358,-733946400,1),(1358,-715798800,0),(1358,-702496800,1),(1358,-684349200,0),(1358,-671047200,1),(1358,-652899600,0),(1358,-639597600,1),(1358,-620845200,0),(1358,-608148000,1),(1358,-589395600,0),(1358,-576093600,1),(1358,-557946000,0),(1358,-544644000,1),(1358,-526496400,0),(1358,-513194400,1),(1358,-495046800,0),(1358,-481744800,1),(1358,-463597200,0),(1358,-447271200,1),(1358,-431542800,0),(1358,-415821600,1),(1358,-400093200,0),(1358,-384372000,1),(1358,-368643600,0),(1358,-352922400,1),(1358,-337194000,0),(1358,-321472800,1),(1358,-305744400,0),(1358,-289418400,1),(1358,-273690000,0),(1358,-257968800,1),(1358,-242240400,0),(1358,-226519200,1),(1358,-210790800,0),(1358,-195069600,1),(1358,-179341200,0),(1358,-163620000,1),(1358,-147891600,0),(1358,-131565600,1),(1358,-116442000,0),(1358,-100116000,1),(1358,-84387600,0),(1358,-68666400,1),(1358,-52938000,0),(1358,-37216800,1),(1358,-21488400,0),(1358,-5767200,1),(1358,9961200,0),(1358,25682400,1),(1358,41410800,0),(1358,57736800,1),(1358,73465200,0),(1358,89186401,1),(1358,104914802,0),(1358,120636002,1),(1358,126687603,0),(1358,152085603,1),(1358,162370804,0),(1358,183535204,1),(1358,199263605,0),(1358,215589605,1),(1358,230713206,0),(1358,247039206,1),(1358,262767607,0),(1358,278488807,1),(1358,294217208,0),(1358,309938408,1),(1358,325666809,0),(1358,341388009,1),(1358,357116409,0),(1358,372837610,1),(1358,388566010,0),(1358,404892011,1),(1358,420015611,0),(1358,436341612,1),(1358,452070012,0),(1358,467791212,1),(1358,483519612,0),(1358,499240813,1),(1358,514969213,0),(1358,530690413,1),(1358,544604413,0),(1358,562140013,1),(1358,576054014,0),(1358,594194414,1),(1358,607503614,0),(1358,625644014,1),(1358,638953215,0),(1358,657093615,1),(1358,671007616,0),(1358,688543216,1),(1358,702457216,0),(1358,719992817,1),(1358,733906817,0),(1358,752047218,1),(1358,765356418,0),(1358,783496819,1),(1358,796806019,0),(1358,814946419,1),(1358,828860420,0),(1358,846396020,1),(1358,860310020,0),(1358,877845621,1),(1358,891759621,0),(1358,909295221,1),(1358,923209222,0),(1358,941349622,1),(1358,954658822,0),(1358,972799222,1),(1358,986108422,0),(1358,1004248822,1),(1358,1018162822,0),(1358,1035698422,1),(1358,1049612422,0),(1358,1067148022,1),(1358,1081062022,0),(1358,1099202422,1),(1358,1112511622,0),(1358,1130652022,1),(1358,1143961223,0),(1358,1162101623,1),(1358,1173596423,0),(1358,1194156023,1),(1358,1205046023,0),(1358,1225605623,1),(1358,1236495624,0),(1358,1257055224,1),(1358,1268550024,0),(1358,1289109624,1),(1358,1299999624,0),(1358,1320559224,1),(1358,1331449224,0),(1358,1352008825,1),(1358,1362898825,0),(1358,1383458425,1),(1358,1394348425,0),(1358,1414908025,1),(1358,1425798025,0),(1358,1446357626,1),(1358,1457852426,0),(1358,1478412026,1),(1358,1489302027,0),(1358,1509861627,1),(1358,1520751627,0),(1358,1541311227,1),(1358,1552201227,0),(1358,1572760827,1),(1358,1583650827,0),(1358,1604210427,1),(1358,1615705227,0),(1358,1636264827,1),(1358,1647154827,0),(1358,1667714427,1),(1358,1678604427,0),(1358,1699164027,1),(1358,1710054027,0),(1358,1730613627,1),(1358,1741503627,0),(1358,1762063227,1),(1358,1772953227,0),(1358,1793512827,1),(1358,1805007627,0),(1358,1825567227,1),(1358,1836457227,0),(1358,1857016827,1),(1358,1867906827,0),(1358,1888466427,1),(1358,1899356427,0),(1358,1919916027,1),(1358,1930806027,0),(1358,1951365627,1),(1358,1962860427,0),(1358,1983420027,1),(1358,1994310027,0),(1358,2014869627,1),(1358,2025759627,0),(1358,2046319227,1),(1358,2057209227,0),(1358,2077768827,1),(1358,2088658827,0),(1358,2109218427,1),(1358,2120108427,0),(1358,2140668027,1),(1359,-1632070800,0),(1359,-1615140000,1),(1359,-923252400,0),(1359,-880218000,2),(1359,-769395600,3),(1359,-765396000,1),(1359,136364403,0),(1359,152085603,1),(1359,167814004,0),(1359,183535204,1),(1359,199263605,0),(1359,215589605,1),(1359,230713206,0),(1359,247039206,1),(1359,262767607,0),(1359,278488807,1),(1359,294217208,0),(1359,309938408,1),(1359,325666809,0),(1359,341388009,1),(1359,357116409,0),(1359,372837610,1),(1359,388566010,0),(1359,404892011,1),(1359,420015611,0),(1359,436341612,1),(1359,452070012,0),(1359,467791212,1),(1359,483519612,0),(1359,499240813,1),(1359,514969213,0),(1359,530690413,1),(1359,544604413,0),(1359,562140013,1),(1359,576054014,0),(1359,594194414,1),(1359,607503614,0),(1359,625644014,1),(1359,638953215,0),(1359,657093615,1),(1359,671007616,0),(1359,688543216,1),(1359,702457216,0),(1359,719992817,1),(1359,733906817,0),(1359,752047218,1),(1359,765356418,0),(1359,783496819,1),(1359,796806019,0),(1359,814946419,1),(1359,828860420,0),(1359,846396020,1),(1359,860310020,0),(1359,877845621,1),(1359,891759621,0),(1359,909295221,1),(1359,923209222,0),(1359,941349622,1),(1359,954658822,0),(1359,972799222,1),(1359,986108422,0),(1359,1004248822,1),(1359,1018162822,0),(1359,1035698422,1),(1359,1049612422,0),(1359,1067148022,1),(1359,1081062022,0),(1359,1099202422,1),(1359,1112511622,0),(1359,1130652022,1),(1359,1143961223,0),(1359,1162101623,1),(1359,1173596423,0),(1359,1194156023,1),(1359,1205046023,0),(1359,1225605623,1),(1359,1236495624,0),(1359,1257055224,1),(1359,1268550024,0),(1359,1289109624,1),(1359,1299999624,0),(1359,1320559224,1),(1359,1331449224,0),(1359,1352008825,1),(1359,1362898825,0),(1359,1383458425,1),(1359,1394348425,0),(1359,1414908025,1),(1359,1425798025,0),(1359,1446357626,1),(1359,1457852426,0),(1359,1478412026,1),(1359,1489302027,0),(1359,1509861627,1),(1359,1520751627,0),(1359,1541311227,1),(1359,1552201227,0),(1359,1572760827,1),(1359,1583650827,0),(1359,1604210427,1),(1359,1615705227,0),(1359,1636264827,1),(1359,1647154827,0),(1359,1667714427,1),(1359,1678604427,0),(1359,1699164027,1),(1359,1710054027,0),(1359,1730613627,1),(1359,1741503627,0),(1359,1762063227,1),(1359,1772953227,0),(1359,1793512827,1),(1359,1805007627,0),(1359,1825567227,1),(1359,1836457227,0),(1359,1857016827,1),(1359,1867906827,0),(1359,1888466427,1),(1359,1899356427,0),(1359,1919916027,1),(1359,1930806027,0),(1359,1951365627,1),(1359,1962860427,0),(1359,1983420027,1),(1359,1994310027,0),(1359,2014869627,1),(1359,2025759627,0),(1359,2046319227,1),(1359,2057209227,0),(1359,2077768827,1),(1359,2088658827,0),(1359,2109218427,1),(1359,2120108427,0),(1359,2140668027,1),(1360,-880196400,1),(1360,-769395600,2),(1360,-765374400,0),(1360,-86878800,3),(1360,-21466800,4),(1360,-5745600,3),(1360,9982800,4),(1360,25704000,3),(1360,41432400,4),(1360,57758400,3),(1360,73486800,4),(1360,89208001,3),(1360,104936402,4),(1360,120657602,3),(1360,126709203,4),(1360,152107203,3),(1360,162392404,4),(1360,183556804,3),(1360,199285205,4),(1360,215611205,3),(1360,230734806,4),(1360,247060806,3),(1360,262789207,4),(1360,278510407,3),(1360,294238808,4),(1360,309960008,3),(1360,325688409,4),(1360,341409609,3),(1360,357138009,4),(1360,372859210,3),(1360,388587610,4),(1360,404913611,3),(1360,420037211,4),(1360,436363212,5),(1360,439030812,7),(1360,452084412,6),(1360,467805612,7),(1360,483534012,6),(1360,499255213,7),(1360,514983613,6),(1360,530704813,7),(1360,544618813,6),(1360,562154413,7),(1360,576068414,6),(1360,594208814,7),(1360,607518014,6),(1360,625658414,7),(1360,638967615,6),(1360,657108015,7),(1360,671022016,6),(1360,688557616,7),(1360,702471616,6),(1360,720007217,7),(1360,733921217,6),(1360,752061618,7),(1360,765370818,6),(1360,783511219,7),(1360,796820419,6),(1360,814960819,7),(1360,828874820,6),(1360,846410420,7),(1360,860324420,6),(1360,877860021,7),(1360,891774021,6),(1360,909309621,7),(1360,923223622,6),(1360,941364022,7),(1360,954673222,6),(1360,972813622,7),(1360,986122822,6),(1360,1004263222,7),(1360,1018177222,6),(1360,1035712822,7),(1360,1049626822,6),(1360,1067162422,7),(1360,1081076422,6),(1360,1099216822,7),(1360,1112526022,6),(1360,1130666422,7),(1360,1143975623,6),(1360,1162116023,7),(1360,1173610823,6),(1360,1194170423,7),(1360,1205060423,6),(1360,1225620023,7),(1360,1236510024,6),(1360,1257069624,7),(1360,1268564424,6),(1360,1289124024,7),(1360,1300014024,6),(1360,1320573624,7),(1360,1331463624,6),(1360,1352023225,7),(1360,1362913225,6),(1360,1383472825,7),(1360,1394362825,6),(1360,1414922425,7),(1360,1425812425,6),(1360,1446372026,7),(1360,1457866826,6),(1360,1478426426,7),(1360,1489316427,6),(1360,1509876027,7),(1360,1520766027,6),(1360,1541325627,7),(1360,1552215627,6),(1360,1572775227,7),(1360,1583665227,6),(1360,1604224827,7),(1360,1615719627,6),(1360,1636279227,7),(1360,1647169227,6),(1360,1667728827,7),(1360,1678618827,6),(1360,1699178427,7),(1360,1710068427,6),(1360,1730628027,7),(1360,1741518027,6),(1360,1762077627,7),(1360,1772967627,6),(1360,1793527227,7),(1360,1805022027,6),(1360,1825581627,7),(1360,1836471627,6),(1360,1857031227,7),(1360,1867921227,6),(1360,1888480827,7),(1360,1899370827,6),(1360,1919930427,7),(1360,1930820427,6),(1360,1951380027,7),(1360,1962874827,6),(1360,1983434427,7),(1360,1994324427,6),(1360,2014884027,7),(1360,2025774027,6),(1360,2046333627,7),(1360,2057223627,6),(1360,2077783227,7),(1360,2088673227,6),(1360,2109232827,7),(1360,2120122827,6),(1360,2140682427,7),(1361,-1767217820,2),(1361,-1206961200,1),(1361,-1191366000,2),(1361,-1175378400,1),(1361,-1159830000,2),(1361,-633823200,1),(1361,-622072800,2),(1361,-602287200,1),(1361,-591836400,2),(1361,-570751200,1),(1361,-560214000,2),(1361,-539128800,1),(1361,-531356400,2),(1361,-191368800,1),(1361,-184201200,2),(1361,-155167200,1),(1361,-150073200,2),(1361,-128901600,1),(1361,-121129200,2),(1361,-99957600,1),(1361,-89593200,2),(1361,-68421600,1),(1361,-57970800,2),(1361,499744813,1),(1361,511232413,2),(1361,530589613,1),(1361,540262813,2),(1361,562125613,1),(1361,571194014,2),(1361,592970414,1),(1361,602038814,2),(1361,624420014,1),(1361,634698015,2),(1361,938916022,1),(1361,951613222,2),(1361,970970422,1),(1361,971571622,2),(1361,1003024822,1),(1361,1013907622,2),(1362,-1633273200,0),(1362,-1615132800,1),(1362,-1601823600,0),(1362,-1583683200,1),(1362,-880210800,2),(1362,-769395600,3),(1362,-765388800,1),(1362,-84380400,0),(1362,-68659200,1),(1362,-52930800,0),(1362,-37209600,1),(1362,-21481200,0),(1362,-5760000,1),(1362,9968400,0),(1362,25689600,1),(1362,41418000,0),(1362,57744000,1),(1362,73472400,0),(1362,89193601,1),(1362,104922002,0),(1362,120643202,1),(1362,126694803,0),(1362,152092803,1),(1362,162378004,0),(1362,183542404,1),(1362,199270805,0),(1362,215596805,1),(1362,230720406,0),(1362,247046406,1),(1362,262774807,0),(1362,278496007,1),(1362,294224408,0),(1362,309945608,1),(1362,325674009,0),(1362,341395209,1),(1362,357123609,0),(1362,372844810,1),(1362,388573210,0),(1362,404899211,1),(1362,420022811,0),(1362,436348812,1),(1362,452077212,0),(1362,467798412,1),(1362,483526812,0),(1362,499248013,1),(1362,514976413,0),(1362,530697613,1),(1362,544611613,0),(1362,562147213,1),(1362,576061214,0),(1362,594201614,1),(1362,607510814,0),(1362,625651214,1),(1362,638960415,0),(1362,657100815,1),(1362,671014816,0),(1362,688550416,1),(1362,702464416,0),(1362,720000017,1),(1362,733914017,0),(1362,752054418,1),(1362,765363618,0),(1362,783504019,1),(1362,796813219,0),(1362,814953619,1),(1362,828867620,0),(1362,846403220,1),(1362,860317220,0),(1362,877852821,1),(1362,891766821,0),(1362,909302421,1),(1362,923216422,0),(1362,941356822,1),(1362,954666022,0),(1362,972806422,1),(1362,986115622,0),(1362,1004256022,1),(1362,1018170022,0),(1362,1035705622,1),(1362,1049619622,0),(1362,1067155222,1),(1362,1081069222,0),(1362,1099209622,1),(1362,1112518822,0),(1362,1130659222,1),(1362,1143968423,0),(1362,1162108823,1),(1362,1173603623,0),(1362,1194163223,1),(1362,1205053223,0),(1362,1225612823,1),(1362,1236502824,0),(1362,1257062424,1),(1362,1268557224,0),(1362,1289116824,5),(1362,1300003224,4),(1362,1320562824,5),(1362,1331452824,4),(1362,1352012425,5),(1362,1362902425,4),(1362,1383462025,5),(1362,1394352025,4),(1362,1414911625,5),(1362,1425801625,4),(1362,1446361226,5),(1362,1457856026,4),(1362,1478415626,5),(1362,1489305627,4),(1362,1509865227,5),(1362,1520755227,4),(1362,1541314827,5),(1362,1552204827,4),(1362,1572764427,5),(1362,1583654427,4),(1362,1604214027,5),(1362,1615708827,4),(1362,1636268427,5),(1362,1647158427,4),(1362,1667718027,5),(1362,1678608027,4),(1362,1699167627,5),(1362,1710057627,4),(1362,1730617227,5),(1362,1741507227,4),(1362,1762066827,5),(1362,1772956827,4),(1362,1793516427,5),(1362,1805011227,4),(1362,1825570827,5),(1362,1836460827,4),(1362,1857020427,5),(1362,1867910427,4),(1362,1888470027,5),(1362,1899360027,4),(1362,1919919627,5),(1362,1930809627,4),(1362,1951369227,5),(1362,1962864027,4),(1362,1983423627,5),(1362,1994313627,4),(1362,2014873227,5),(1362,2025763227,4),(1362,2046322827,5),(1362,2057212827,4),(1362,2077772427,5),(1362,2088662427,4),(1362,2109222027,5),(1362,2120112027,4),(1362,2140671627,5),(1363,-1633273200,0),(1363,-1615132800,1),(1363,-1601823600,0),(1363,-1583683200,1),(1363,-880210800,2),(1363,-769395600,3),(1363,-765388800,1),(1363,-84380400,0),(1363,-68659200,1),(1363,-52930800,0),(1363,-37209600,1),(1363,-21481200,0),(1363,-5760000,1),(1363,9968400,0),(1363,25689600,1),(1363,41418000,0),(1363,57744000,1),(1363,73472400,0),(1363,89193601,1),(1363,104922002,0),(1363,120643202,1),(1363,126694803,0),(1363,152092803,1),(1363,162378004,0),(1363,183542404,1),(1363,199270805,0),(1363,215596805,1),(1363,230720406,0),(1363,247046406,1),(1363,262774807,0),(1363,278496007,1),(1363,294224408,0),(1363,309945608,1),(1363,325674009,0),(1363,341395209,1),(1363,357123609,0),(1363,372844810,1),(1363,388573210,0),(1363,404899211,1),(1363,420022811,0),(1363,436348812,1),(1363,452077212,0),(1363,467798412,1),(1363,483526812,0),(1363,499248013,1),(1363,514976413,0),(1363,530697613,1),(1363,544611613,0),(1363,562147213,1),(1363,576061214,0),(1363,594201614,1),(1363,607510814,0),(1363,625651214,1),(1363,638960415,0),(1363,657100815,1),(1363,671014816,0),(1363,688550416,1),(1363,702464416,0),(1363,720000017,5),(1363,733910417,4),(1363,752050818,5),(1363,765360018,4),(1363,783500419,5),(1363,796809619,4),(1363,814950019,5),(1363,828864020,4),(1363,846399620,5),(1363,860313620,4),(1363,877849221,5),(1363,891763221,4),(1363,909298821,5),(1363,923212822,4),(1363,941353222,5),(1363,954662422,4),(1363,972802822,5),(1363,986112022,4),(1363,1004252422,5),(1363,1018166422,4),(1363,1035702022,5),(1363,1049616022,4),(1363,1067151622,5),(1363,1081065622,4),(1363,1099206022,5),(1363,1112515222,4),(1363,1130655622,5),(1363,1143964823,4),(1363,1162105223,5),(1363,1173600023,4),(1363,1194159623,5),(1363,1205049623,4),(1363,1225609223,5),(1363,1236499224,4),(1363,1257058824,5),(1363,1268553624,4),(1363,1289113224,5),(1363,1300003224,4),(1363,1320562824,5),(1363,1331452824,4),(1363,1352012425,5),(1363,1362902425,4),(1363,1383462025,5),(1363,1394352025,4),(1363,1414911625,5),(1363,1425801625,4),(1363,1446361226,5),(1363,1457856026,4),(1363,1478415626,5),(1363,1489305627,4),(1363,1509865227,5),(1363,1520755227,4),(1363,1541314827,5),(1363,1552204827,4),(1363,1572764427,5),(1363,1583654427,4),(1363,1604214027,5),(1363,1615708827,4),(1363,1636268427,5),(1363,1647158427,4),(1363,1667718027,5),(1363,1678608027,4),(1363,1699167627,5),(1363,1710057627,4),(1363,1730617227,5),(1363,1741507227,4),(1363,1762066827,5),(1363,1772956827,4),(1363,1793516427,5),(1363,1805011227,4),(1363,1825570827,5),(1363,1836460827,4),(1363,1857020427,5),(1363,1867910427,4),(1363,1888470027,5),(1363,1899360027,4),(1363,1919919627,5),(1363,1930809627,4),(1363,1951369227,5),(1363,1962864027,4),(1363,1983423627,5),(1363,1994313627,4),(1363,2014873227,5),(1363,2025763227,4),(1363,2046322827,5),(1363,2057212827,4),(1363,2077772427,5),(1363,2088662427,4),(1363,2109222027,5),(1363,2120112027,4),(1363,2140671627,5),(1364,-1633273200,0),(1364,-1615132800,1),(1364,-1601823600,0),(1364,-1583683200,1),(1364,-880210800,2),(1364,-769395600,3),(1364,-765388800,1),(1364,-84380400,0),(1364,-68659200,1),(1364,-52930800,0),(1364,-37209600,1),(1364,-21481200,0),(1364,-5760000,1),(1364,9968400,0),(1364,25689600,1),(1364,41418000,0),(1364,57744000,1),(1364,73472400,0),(1364,89193601,1),(1364,104922002,0),(1364,120643202,1),(1364,126694803,0),(1364,152092803,1),(1364,162378004,0),(1364,183542404,1),(1364,199270805,0),(1364,215596805,1),(1364,230720406,0),(1364,247046406,1),(1364,262774807,0),(1364,278496007,1),(1364,294224408,0),(1364,309945608,1),(1364,325674009,0),(1364,341395209,1),(1364,357123609,0),(1364,372844810,1),(1364,388573210,0),(1364,404899211,1),(1364,420022811,0),(1364,436348812,1),(1364,452077212,0),(1364,467798412,1),(1364,483526812,0),(1364,499248013,1),(1364,514976413,0),(1364,530697613,1),(1364,544611613,0),(1364,562147213,1),(1364,576061214,0),(1364,594201614,1),(1364,607510814,0),(1364,625651214,1),(1364,638960415,0),(1364,657100815,1),(1364,671014816,0),(1364,688550416,1),(1364,702464416,0),(1364,720000017,1),(1364,733914017,0),(1364,752054418,1),(1364,765363618,0),(1364,783504019,1),(1364,796813219,0),(1364,814953619,1),(1364,828867620,0),(1364,846403220,1),(1364,860317220,0),(1364,877852821,1),(1364,891766821,0),(1364,909302421,1),(1364,923216422,0),(1364,941356822,1),(1364,954666022,0),(1364,972806422,1),(1364,986115622,0),(1364,1004256022,1),(1364,1018170022,0),(1364,1035705622,1),(1364,1049619622,0),(1364,1067155222,5),(1364,1081065622,4),(1364,1099206022,5),(1364,1112515222,4),(1364,1130655622,5),(1364,1143964823,4),(1364,1162105223,5),(1364,1173600023,4),(1364,1194159623,5),(1364,1205049623,4),(1364,1225609223,5),(1364,1236499224,4),(1364,1257058824,5),(1364,1268553624,4),(1364,1289113224,5),(1364,1300003224,4),(1364,1320562824,5),(1364,1331452824,4),(1364,1352012425,5),(1364,1362902425,4),(1364,1383462025,5),(1364,1394352025,4),(1364,1414911625,5),(1364,1425801625,4),(1364,1446361226,5),(1364,1457856026,4),(1364,1478415626,5),(1364,1489305627,4),(1364,1509865227,5),(1364,1520755227,4),(1364,1541314827,5),(1364,1552204827,4),(1364,1572764427,5),(1364,1583654427,4),(1364,1604214027,5),(1364,1615708827,4),(1364,1636268427,5),(1364,1647158427,4),(1364,1667718027,5),(1364,1678608027,4),(1364,1699167627,5),(1364,1710057627,4),(1364,1730617227,5),(1364,1741507227,4),(1364,1762066827,5),(1364,1772956827,4),(1364,1793516427,5),(1364,1805011227,4),(1364,1825570827,5),(1364,1836460827,4),(1364,1857020427,5),(1364,1867910427,4),(1364,1888470027,5),(1364,1899360027,4),(1364,1919919627,5),(1364,1930809627,4),(1364,1951369227,5),(1364,1962864027,4),(1364,1983423627,5),(1364,1994313627,4),(1364,2014873227,5),(1364,2025763227,4),(1364,2046322827,5),(1364,2057212827,4),(1364,2077772427,5),(1364,2088662427,4),(1364,2109222027,5),(1364,2120112027,4),(1364,2140671627,5),(1365,-1686083584,1),(1365,323845209,4),(1365,338950809,2),(1365,354675609,3),(1365,370400410,2),(1365,386125210,3),(1365,401850011,2),(1365,417574811,3),(1365,433299612,2),(1365,449024412,3),(1365,465354012,2),(1365,481078812,3),(1365,496803613,2),(1365,512528413,3),(1365,528253213,2),(1365,543978013,3),(1365,559702813,2),(1365,575427614,3),(1365,591152414,2),(1365,606877214,3),(1365,622602014,2),(1365,638326815,3),(1365,654656415,2),(1365,670381216,3),(1365,686106016,2),(1365,701830816,3),(1365,717555617,2),(1365,733280417,3),(1365,749005218,2),(1365,764730018,3),(1365,780454819,2),(1365,796179619,3),(1365,811904419,2),(1365,828234020,3),(1365,846378020,2),(1365,859683620,3),(1365,877827621,2),(1365,891133221,3),(1365,909277221,2),(1365,922582822,3),(1365,941331622,2),(1365,954032422,3),(1365,972781222,2),(1365,985482022,3),(1365,1004230822,2),(1365,1017536422,3),(1365,1035680422,2),(1365,1048986022,3),(1365,1067130022,2),(1365,1080435622,3),(1365,1099184422,2),(1365,1111885222,3),(1365,1130634022,2),(1365,1143334823,3),(1365,1162083623,2),(1365,1174784423,3),(1365,1193533223,2),(1365,1206838823,3),(1365,1224982823,2),(1365,1238288424,3),(1365,1256432424,2),(1365,1269738024,3),(1365,1288486824,2),(1365,1301187624,3),(1365,1319936424,2),(1365,1332637224,3),(1365,1351386025,2),(1365,1364691625,3),(1365,1382835625,2),(1365,1396141225,3),(1365,1414285225,2),(1365,1427590825,3),(1365,1445734826,2),(1365,1459040426,3),(1365,1477789226,2),(1365,1490490027,3),(1365,1509238827,2),(1365,1521939627,3),(1365,1540688427,2),(1365,1553994027,3),(1365,1572138027,2),(1365,1585443627,3),(1365,1603587627,2),(1365,1616893227,3),(1365,1635642027,2),(1365,1648342827,3),(1365,1667091627,2),(1365,1679792427,3),(1365,1698541227,2),(1365,1711846827,3),(1365,1729990827,2),(1365,1743296427,3),(1365,1761440427,2),(1365,1774746027,3),(1365,1792890027,2),(1365,1806195627,3),(1365,1824944427,2),(1365,1837645227,3),(1365,1856394027,2),(1365,1869094827,3),(1365,1887843627,2),(1365,1901149227,3),(1365,1919293227,2),(1365,1932598827,3),(1365,1950742827,2),(1365,1964048427,3),(1365,1982797227,2),(1365,1995498027,3),(1365,2014246827,2),(1365,2026947627,3),(1365,2045696427,2),(1365,2058397227,3),(1365,2077146027,2),(1365,2090451627,3),(1365,2108595627,2),(1365,2121901227,3),(1365,2140045227,2),(1366,-1514739600,1),(1366,-1343066400,2),(1366,-1234807200,1),(1366,-1220292000,2),(1366,-1207159200,1),(1366,-1191344400,2),(1366,828864020,3),(1366,846399620,2),(1366,860313620,3),(1366,877849221,2),(1366,891766821,4),(1366,909302421,1),(1366,923216422,4),(1366,941356822,1),(1366,954666022,4),(1366,972806422,1),(1366,989139622,4),(1366,1001836822,1),(1366,1018170022,4),(1366,1035705622,1),(1366,1049619622,4),(1366,1067155222,1),(1366,1081069222,4),(1366,1099209622,1),(1366,1112518822,4),(1366,1130659222,1),(1366,1143968423,4),(1366,1162108823,1),(1366,1175418023,4),(1366,1193558423,1),(1366,1207472423,4),(1366,1225008023,1),(1366,1238922024,4),(1366,1256457624,1),(1366,1268557224,4),(1366,1289116824,1),(1366,1300006824,4),(1366,1320566424,1),(1366,1331456424,4),(1366,1352016025,1),(1366,1362906025,4),(1366,1383465625,1),(1366,1394355625,4),(1366,1414915225,1),(1366,1425805225,4),(1366,1446364826,1),(1366,1457859626,4),(1366,1478419226,1),(1366,1489309227,4),(1366,1509868827,1),(1366,1520758827,4),(1366,1541318427,1),(1366,1552208427,4),(1366,1572768027,1),(1366,1583658027,4),(1366,1604217627,1),(1366,1615712427,4),(1366,1636272027,1),(1366,1647162027,4),(1366,1667721627,1),(1366,1678611627,4),(1366,1699171227,1),(1366,1710061227,4),(1366,1730620827,1),(1366,1741510827,4),(1366,1762070427,1),(1366,1772960427,4),(1366,1793520027,1),(1366,1805014827,4),(1366,1825574427,1),(1366,1836464427,4),(1366,1857024027,1),(1366,1867914027,4),(1366,1888473627,1),(1366,1899363627,4),(1366,1919923227,1),(1366,1930813227,4),(1366,1951372827,1),(1366,1962867627,4),(1366,1983427227,1),(1366,1994317227,4),(1366,2014876827,1),(1366,2025766827,4),(1366,2046326427,1),(1366,2057216427,4),(1366,2077776027,1),(1366,2088666027,4),(1366,2109225627,1),(1366,2120115627,4),(1366,2140675227,1),(1367,-1946918424,1),(1368,-1546300800,3),(1368,-880221600,1),(1368,-769395600,2),(1368,-765399600,3),(1368,-147902400,4),(1368,-131572800,3),(1368,325663209,5),(1368,341384409,3),(1368,357112809,5),(1368,372834010,3),(1368,388562410,5),(1368,404888411,3),(1368,420012011,5),(1368,436338012,3),(1368,452066412,5),(1368,467787612,3),(1368,483516012,5),(1368,499237213,3),(1368,514965613,5),(1368,530686813,3),(1368,544600813,5),(1368,562136413,3),(1368,576050414,5),(1368,594190814,3),(1368,607500014,5),(1368,625640414,3),(1368,638949615,5),(1368,657090015,3),(1368,671004016,5),(1368,688539616,3),(1368,702453616,5),(1368,719989217,3),(1368,733903217,5),(1368,752043618,3),(1368,765352818,5),(1368,783493219,3),(1368,796802419,6),(1368,814946419,7),(1368,828860420,6),(1368,846396020,7),(1368,860310020,6),(1368,877845621,7),(1368,891759621,6),(1368,909295221,7),(1368,923209222,6),(1368,941349622,8),(1368,954662422,9),(1368,972802822,7),(1368,986108422,6),(1368,1004248822,7),(1368,1018162822,6),(1368,1035698422,7),(1368,1049612422,6),(1368,1067148022,7),(1368,1081062022,6),(1368,1099202422,7),(1368,1112511622,6),(1368,1130652022,7),(1368,1143961223,6),(1368,1162101623,7),(1368,1173596423,6),(1368,1194156023,7),(1368,1205046023,6),(1368,1225605623,7),(1368,1236495624,6),(1368,1257055224,7),(1368,1268550024,6),(1368,1289109624,7),(1368,1299999624,6),(1368,1320559224,7),(1368,1331449224,6),(1368,1352008825,7),(1368,1362898825,6),(1368,1383458425,7),(1368,1394348425,6),(1368,1414908025,7),(1368,1425798025,6),(1368,1446357626,7),(1368,1457852426,6),(1368,1478412026,7),(1368,1489302027,6),(1368,1509861627,7),(1368,1520751627,6),(1368,1541311227,7),(1368,1552201227,6),(1368,1572760827,7),(1368,1583650827,6),(1368,1604210427,7),(1368,1615705227,6),(1368,1636264827,7),(1368,1647154827,6),(1368,1667714427,7),(1368,1678604427,6),(1368,1699164027,7),(1368,1710054027,6),(1368,1730613627,7),(1368,1741503627,6),(1368,1762063227,7),(1368,1772953227,6),(1368,1793512827,7),(1368,1805007627,6),(1368,1825567227,7),(1368,1836457227,6),(1368,1857016827,7),(1368,1867906827,6),(1368,1888466427,7),(1368,1899356427,6),(1368,1919916027,7),(1368,1930806027,6),(1368,1951365627,7),(1368,1962860427,6),(1368,1983420027,7),(1368,1994310027,6),(1368,2014869627,7),(1368,2025759627,6),(1368,2046319227,7),(1368,2057209227,6),(1368,2077768827,7),(1368,2088658827,6),(1368,2109218427,7),(1368,2120108427,6),(1368,2140668027,7),(1369,-1861906760,1),(1369,-1104524348,2),(1369,-765317964,3),(1369,465449412,4),(1370,-1633273200,0),(1370,-1615132800,1),(1370,-1601823600,0),(1370,-1583683200,1),(1370,-880210800,2),(1370,-820519140,1),(1370,-812653140,2),(1370,-796845540,1),(1370,-84380400,0),(1370,-68659200,1),(1371,-1670483460,2),(1371,421218011,1),(1371,436334412,2),(1371,452062812,1),(1371,467784012,2),(1371,483512412,1),(1371,499233613,2),(1371,514962013,1),(1371,530683213,2),(1371,546411613,1),(1371,562132813,2),(1371,576050414,3),(1371,594194414,4),(1371,607500014,3),(1371,625644014,4),(1371,638949615,3),(1371,657093615,4),(1371,671004016,3),(1371,688543216,4),(1371,702453616,3),(1371,719992817,4),(1371,733903217,3),(1371,752047218,4),(1371,765352818,3),(1371,783496819,4),(1371,796802419,3),(1371,814946419,4),(1371,828856820,3),(1371,846396020,4),(1371,860306420,3),(1371,877845621,4),(1371,1112504422,1),(1371,1130644822,2),(1371,1143954023,1),(1371,1162094423,2),(1371,1331449224,1),(1371,1352008825,2),(1371,1362898825,1),(1371,1383458425,2),(1371,1394348425,1),(1371,1414908025,2),(1371,1425798025,1),(1371,1446357626,2),(1371,1489302027,1),(1371,1509861627,2),(1371,1520751627,1),(1371,1541311227,2),(1371,1552201227,1),(1371,1572760827,2),(1371,1583650827,1),(1371,1604210427,2),(1371,1615705227,1),(1371,1636264827,2),(1371,1647154827,1),(1371,1667714427,2),(1371,1678604427,1),(1371,1699164027,2),(1371,1710054027,1),(1371,1730613627,2),(1371,1741503627,1),(1371,1762063227,2),(1371,1772953227,1),(1371,1793512827,2),(1371,1805007627,1),(1371,1825567227,2),(1371,1836457227,1),(1371,1857016827,2),(1371,1867906827,1),(1371,1888466427,2),(1371,1899356427,1),(1371,1919916027,2),(1371,1930806027,1),(1371,1951365627,2),(1371,1962860427,1),(1371,1983420027,2),(1371,1994310027,1),(1371,2014869627,2),(1371,2025759627,1),(1371,2046319227,2),(1371,2057209227,1),(1371,2077768827,2),(1371,2088658827,1),(1371,2109218427,2),(1371,2120108427,1),(1371,2140668027,2),(1372,-873057600,2),(1372,-769395600,1),(1372,-765399600,0),(1373,-1767209328,2),(1373,-1206950400,1),(1373,-1191355200,2),(1373,-1175367600,1),(1373,-1159819200,2),(1373,-633812400,1),(1373,-622062000,2),(1373,-602276400,1),(1373,-591825600,2),(1373,-570740400,1),(1373,-560203200,2),(1373,-539118000,1),(1373,-531345600,2),(1373,-191358000,1),(1373,-184190400,2),(1373,-155156400,1),(1373,-150062400,2),(1373,-128890800,1),(1373,-121118400,2),(1373,-99946800,1),(1373,-89582400,2),(1373,-68410800,1),(1373,-57960000,2),(1373,499755613,1),(1373,511243213,2),(1373,530600413,1),(1373,540273613,2),(1373,562136413,1),(1373,571204814,2),(1373,1214283623,3),(1373,1384056025,2),(1374,-1767210264,2),(1374,-1206954000,1),(1374,-1191358800,2),(1374,-1175371200,1),(1374,-1159822800,2),(1374,-633816000,1),(1374,-622065600,2),(1374,-602280000,1),(1374,-591829200,2),(1374,-570744000,1),(1374,-560206800,2),(1374,-539121600,1),(1374,-531349200,2),(1374,-191361600,1),(1374,-184194000,2),(1374,-155160000,1),(1374,-150066000,2),(1374,-128894400,1),(1374,-121122000,2),(1374,-99950400,1),(1374,-89586000,2),(1374,-68414400,1),(1374,-57963600,2),(1374,499752013,1),(1374,511239613,2),(1374,530596813,1),(1374,540270013,2),(1374,562132813,1),(1374,571201214,2),(1375,-873057600,2),(1375,-769395600,1),(1375,-765399600,0),(1376,-1892661435,1),(1376,-1688410800,0),(1376,-1619205435,2),(1376,-1593806400,0),(1376,-1335986235,3),(1376,-1317585600,1),(1376,-1304362800,3),(1376,-1286049600,1),(1376,-1272826800,3),(1376,-1254513600,1),(1376,-1241290800,3),(1376,-1222977600,1),(1376,-1209754800,3),(1376,-1191355200,1),(1376,-1178132400,2),(1376,-870552000,1),(1376,-865278000,2),(1376,-718056000,1),(1376,-713649600,2),(1376,-36619200,4),(1376,-23922000,5),(1376,-3355200,4),(1376,7527600,5),(1376,24465600,4),(1376,37767600,5),(1376,55915200,4),(1376,69217200,5),(1376,87969601,4),(1376,100666802,5),(1376,118209602,4),(1376,132116403,5),(1376,150868803,4),(1376,163566004,5),(1376,182318404,4),(1376,195620405,5),(1376,213768005,4),(1376,227070006,5),(1376,245217606,4),(1376,258519607,5),(1376,277272007,4),(1376,289969208,5),(1376,308721608,4),(1376,321418809,5),(1376,340171209,4),(1376,353473209,5),(1376,371620810,4),(1376,384922810,5),(1376,403070411,4),(1376,416372411,5),(1376,434520012,4),(1376,447822012,5),(1376,466574412,4),(1376,479271612,5),(1376,498024013,4),(1376,510721213,5),(1376,529473613,4),(1376,545194813,5),(1376,560923213,4),(1376,574225214,5),(1376,592372814,4),(1376,605674814,5),(1376,624427214,4),(1376,637124415,5),(1376,653457615,4),(1376,668574016,5),(1376,687326416,4),(1376,700628416,5),(1376,718776017,4),(1376,732078017,5),(1376,750225618,4),(1376,763527618,5),(1376,781675219,4),(1376,794977219,5),(1376,813729619,4),(1376,826426820,5),(1376,845179220,4),(1376,859690820,5),(1376,876628821,4),(1376,889930821,5),(1376,906868821,4),(1376,923194822,5),(1376,939528022,4),(1376,952830022,5),(1376,971582422,4),(1376,984279622,5),(1376,1003032022,4),(1376,1015729222,5),(1376,1034481622,4),(1376,1047178822,5),(1376,1065931222,4),(1376,1079233222,5),(1376,1097380822,4),(1376,1110682822,5),(1376,1128830422,4),(1376,1142132423,5),(1376,1160884823,4),(1376,1173582023,5),(1376,1192334423,4),(1376,1206846023,5),(1376,1223784023,4),(1376,1237086024,5),(1376,1255233624,4),(1376,1270350024,5),(1376,1286683224,4),(1376,1304823624,5),(1376,1313899224,4),(1376,1335668424,5),(1376,1346558425,4),(1376,1367118025,5),(1376,1378612825,4),(1376,1398567625,5),(1376,1410062425,4),(1376,1463281226,5),(1376,1471147226,4),(1376,1480820426,6),(1377,-1632067200,0),(1377,-1615136400,1),(1377,-923248800,0),(1377,-880214400,2),(1377,-769395600,3),(1377,-765392400,1),(1377,136368003,0),(1377,152089203,1),(1377,167817604,0),(1377,183538804,1),(1377,199267205,0),(1377,215593205,1),(1377,230716806,0),(1377,247042806,1),(1377,262771207,0),(1377,278492407,1),(1377,294220808,0),(1377,309942008,1),(1377,325670409,0),(1377,341391609,1),(1377,357120009,0),(1377,372841210,1),(1377,388569610,0),(1377,404895611,1),(1377,420019211,0),(1377,436345212,1),(1377,452073612,0),(1377,467794812,1),(1377,483523212,0),(1377,499244413,1),(1377,514972813,0),(1377,530694013,1),(1377,544608013,0),(1377,562143613,1),(1377,576057614,0),(1377,594198014,1),(1377,607507214,0),(1377,625647614,1),(1377,638956815,0),(1377,657097215,1),(1377,671011216,0),(1377,688546816,1),(1377,702460816,0),(1377,719996417,1),(1377,733910417,0),(1377,752050818,1),(1377,765360018,0),(1377,783500419,1),(1377,796809619,0),(1377,814950019,1),(1377,828864020,0),(1377,846399620,1),(1377,860313620,0),(1377,877849221,1),(1377,891763221,0),(1377,909298821,1),(1377,923212822,0),(1377,941353222,1),(1377,954662422,0),(1377,972802822,1),(1377,986112022,0),(1377,1004252422,1),(1377,1018166422,0),(1377,1035702022,1),(1377,1049616022,0),(1377,1067151622,1),(1377,1081065622,0),(1377,1099206022,1),(1377,1112515222,0),(1377,1130655622,1),(1377,1143964823,0),(1377,1162105223,1),(1377,1173600023,0),(1377,1194159623,1),(1377,1205049623,0),(1377,1225609223,1),(1377,1236499224,0),(1377,1257058824,1),(1377,1268553624,0),(1377,1289113224,1),(1377,1300003224,0),(1377,1320562824,1),(1377,1331452824,0),(1377,1352012425,1),(1377,1362902425,0),(1377,1383462025,1),(1377,1394352025,0),(1377,1414911625,1),(1377,1425801625,0),(1377,1446361226,1),(1377,1457856026,0),(1377,1478415626,1),(1377,1489305627,0),(1377,1509865227,1),(1377,1520755227,0),(1377,1541314827,1),(1377,1552204827,0),(1377,1572764427,1),(1377,1583654427,0),(1377,1604214027,1),(1377,1615708827,0),(1377,1636268427,1),(1377,1647158427,0),(1377,1667718027,1),(1377,1678608027,0),(1377,1699167627,1),(1377,1710057627,0),(1377,1730617227,1),(1377,1741507227,0),(1377,1762066827,1),(1377,1772956827,0),(1377,1793516427,1),(1377,1805011227,0),(1377,1825570827,1),(1377,1836460827,0),(1377,1857020427,1),(1377,1867910427,0),(1377,1888470027,1),(1377,1899360027,0),(1377,1919919627,1),(1377,1930809627,0),(1377,1951369227,1),(1377,1962864027,0),(1377,1983423627,1),(1377,1994313627,0),(1377,2014873227,1),(1377,2025763227,0),(1377,2046322827,1),(1377,2057212827,0),(1377,2077772427,1),(1377,2088662427,0),(1377,2109222027,1),(1377,2120112027,0),(1377,2140671627,1),(1378,-410227200,2),(1378,-147895200,1),(1378,-131565600,2),(1378,325670409,3),(1378,341391609,2),(1378,357120009,3),(1378,372841210,2),(1378,388569610,3),(1378,404895611,2),(1378,420019211,3),(1378,436345212,2),(1378,452073612,3),(1378,467794812,2),(1378,483523212,3),(1378,499244413,2),(1378,514972813,3),(1378,530694013,2),(1378,544608013,3),(1378,562143613,2),(1378,576057614,3),(1378,594198014,2),(1378,607507214,3),(1378,625647614,2),(1378,638956815,3),(1378,657097215,2),(1378,671011216,3),(1378,688546816,2),(1378,702460816,3),(1378,719996417,2),(1378,733910417,3),(1378,752050818,2),(1378,765360018,3),(1378,783500419,2),(1378,796809619,3),(1378,814950019,2),(1378,828864020,3),(1378,846399620,2),(1378,860313620,3),(1378,877849221,2),(1378,891763221,3),(1378,909298821,2),(1378,923212822,3),(1378,941353222,2),(1378,954662422,3),(1378,972802822,4),(1378,986112022,3),(1378,1004252422,2),(1378,1018166422,3),(1378,1035702022,2),(1378,1049616022,3),(1378,1067151622,2),(1378,1081065622,3),(1378,1099206022,2),(1378,1112515222,3),(1378,1130655622,2),(1378,1143964823,3),(1378,1162105223,2),(1378,1173600023,3),(1378,1194159623,2),(1378,1205049623,3),(1378,1225609223,2),(1378,1236499224,3),(1378,1257058824,2),(1378,1268553624,3),(1378,1289113224,2),(1378,1300003224,3),(1378,1320562824,2),(1378,1331452824,3),(1378,1352012425,2),(1378,1362902425,3),(1378,1383462025,2),(1378,1394352025,3),(1378,1414911625,2),(1378,1425801625,3),(1378,1446361226,2),(1378,1457856026,3),(1378,1478415626,2),(1378,1489305627,3),(1378,1509865227,2),(1378,1520755227,3),(1378,1541314827,2),(1378,1552204827,3),(1378,1572764427,2),(1378,1583654427,3),(1378,1604214027,2),(1378,1615708827,3),(1378,1636268427,2),(1378,1647158427,3),(1378,1667718027,2),(1378,1678608027,3),(1378,1699167627,2),(1378,1710057627,3),(1378,1730617227,2),(1378,1741507227,3),(1378,1762066827,2),(1378,1772956827,3),(1378,1793516427,2),(1378,1805011227,3),(1378,1825570827,2),(1378,1836460827,3),(1378,1857020427,2),(1378,1867910427,3),(1378,1888470027,2),(1378,1899360027,3),(1378,1919919627,2),(1378,1930809627,3),(1378,1951369227,2),(1378,1962864027,3),(1378,1983423627,2),(1378,1994313627,3),(1378,2014873227,2),(1378,2025763227,3),(1378,2046322827,2),(1378,2057212827,3),(1378,2077772427,2),(1378,2088662427,3),(1378,2109222027,2),(1378,2120112027,3),(1378,2140671627,2),(1379,-1767217224,2),(1379,-1206957600,1),(1379,-1191362400,2),(1379,-1175374800,1),(1379,-1159826400,2),(1379,-633819600,1),(1379,-622069200,2),(1379,-602283600,1),(1379,-591832800,2),(1379,-570747600,1),(1379,-560210400,2),(1379,-539125200,1),(1379,-531352800,2),(1379,-191365200,1),(1379,-184197600,2),(1379,-155163600,1),(1379,-150069600,2),(1379,-128898000,1),(1379,-121125600,2),(1379,-99954000,1),(1379,-89589600,2),(1379,-68418000,1),(1379,-57967200,2),(1379,499748413,1),(1379,511236013,2),(1379,530593213,1),(1379,540266413,2),(1379,562129213,1),(1379,571197614,2),(1379,592974014,1),(1379,602042414,2),(1379,624423614,1),(1379,634701615,2),(1379,938919622,1),(1379,951616822,2),(1379,970974022,1),(1379,971575222,2),(1379,1003028422,1),(1379,1013911222,2),(1380,-2030202084,2),(1380,-1632063600,1),(1380,-1615132800,2),(1380,-1251651600,1),(1380,-1238349600,2),(1380,-1220202000,1),(1380,-1206900000,2),(1380,-1188752400,1),(1380,-1175450400,2),(1380,-1156698000,1),(1380,-1144000800,2),(1380,-1125248400,1),(1380,-1111946400,2),(1380,-1032714000,1),(1380,-1016992800,2),(1380,-1001264400,1),(1380,-986148000,2),(1380,-969814800,1),(1380,-954093600,2),(1380,-937760400,1),(1380,-922039200,2),(1380,-906310800,1),(1380,-890589600,2),(1380,-880210800,3),(1380,-769395600,4),(1380,-765388800,2),(1380,-748450800,1),(1380,-732729600,2),(1380,-715791600,1),(1380,-702489600,2),(1380,-684342000,1),(1380,-671040000,2),(1380,-652892400,1),(1380,-639590400,2),(1380,-620838000,1),(1380,-608140800,2),(1380,-589388400,1),(1380,-576086400,2),(1380,-557938800,1),(1380,-544636800,2),(1380,-526489200,1),(1380,-513187200,2),(1380,-495039600,1),(1380,-481737600,2),(1380,-463590000,1),(1380,-450288000,2),(1380,-431535600,1),(1380,-418233600,2),(1380,-400086000,1),(1380,-386784000,2),(1380,-337186800,1),(1380,-321465600,2),(1380,-305737200,5),(1381,-704937600,2),(1381,-147895200,1),(1381,-131565600,2),(1381,325670409,3),(1381,341391609,2),(1381,357120009,3),(1381,372841210,2),(1381,388569610,3),(1381,404895611,2),(1381,420019211,3),(1381,436345212,2),(1381,452073612,3),(1381,467794812,2),(1381,483523212,3),(1381,499244413,2),(1381,514972813,3),(1381,530694013,2),(1381,544608013,3),(1381,562143613,2),(1381,576057614,3),(1381,594198014,2),(1381,607507214,3),(1381,625647614,2),(1381,638956815,3),(1381,657097215,2),(1381,671011216,3),(1381,688546816,2),(1381,702460816,3),(1381,719996417,2),(1381,733910417,3),(1381,752050818,2),(1381,765360018,3),(1381,783500419,2),(1381,796809619,3),(1381,814950019,2),(1381,828864020,3),(1381,846399620,2),(1381,860313620,3),(1381,877849221,2),(1381,891763221,3),(1381,909298821,2),(1381,923212822,3),(1381,941353222,2),(1381,954662422,3),(1381,972802822,4),(1381,986112022,3),(1381,1004252422,2),(1381,1018166422,3),(1381,1035702022,2),(1381,1049616022,3),(1381,1067151622,2),(1381,1081065622,3),(1381,1099206022,2),(1381,1112515222,3),(1381,1130655622,2),(1381,1143964823,3),(1381,1162105223,4),(1381,1173600023,3),(1381,1194159623,2),(1381,1205049623,3),(1381,1225609223,2),(1381,1236499224,3),(1381,1257058824,2),(1381,1268553624,3),(1381,1289113224,2),(1381,1300003224,3),(1381,1320562824,2),(1381,1331452824,3),(1381,1352012425,2),(1381,1362902425,3),(1381,1383462025,2),(1381,1394352025,3),(1381,1414911625,2),(1381,1425801625,3),(1381,1446361226,2),(1381,1457856026,3),(1381,1478415626,2),(1381,1489305627,3),(1381,1509865227,2),(1381,1520755227,3),(1381,1541314827,2),(1381,1552204827,3),(1381,1572764427,2),(1381,1583654427,3),(1381,1604214027,2),(1381,1615708827,3),(1381,1636268427,2),(1381,1647158427,3),(1381,1667718027,2),(1381,1678608027,3),(1381,1699167627,2),(1381,1710057627,3),(1381,1730617227,2),(1381,1741507227,3),(1381,1762066827,2),(1381,1772956827,3),(1381,1793516427,2),(1381,1805011227,3),(1381,1825570827,2),(1381,1836460827,3),(1381,1857020427,2),(1381,1867910427,3),(1381,1888470027,2),(1381,1899360027,3),(1381,1919919627,2),(1381,1930809627,3),(1381,1951369227,2),(1381,1962864027,3),(1381,1983423627,2),(1381,1994313627,3),(1381,2014873227,2),(1381,2025763227,3),(1381,2046322827,2),(1381,2057212827,3),(1381,2077772427,2),(1381,2088662427,3),(1381,2109222027,2),(1381,2120112027,3),(1381,2140671627,2),(1382,-1767209328,2),(1382,-1206950400,1),(1382,-1191355200,2),(1382,-1175367600,1),(1382,-1159819200,2),(1382,-633812400,1),(1382,-622062000,2),(1382,-602276400,1),(1382,-591825600,2),(1382,-570740400,1),(1382,-560203200,2),(1382,-539118000,1),(1382,-531345600,2),(1382,-191358000,1),(1382,-184190400,2),(1382,-155156400,1),(1382,-150062400,2),(1382,-128890800,1),(1382,-121118400,2),(1382,-99946800,1),(1382,-89582400,2),(1382,-68410800,1),(1382,-57960000,2),(1382,499755613,1),(1382,511243213,2),(1382,530600413,1),(1382,540273613,2),(1382,562136413,1),(1382,571204814,2),(1382,1214283623,3),(1382,1384056025,2),(1383,-1567453392,1),(1383,-1233432000,2),(1383,-1222981200,1),(1383,-1205956800,2),(1383,-1194037200,1),(1383,-1172865600,2),(1383,-1162501200,1),(1383,-1141329600,2),(1383,-1130965200,1),(1383,-1109793600,2),(1383,-1099429200,1),(1383,-1078257600,2),(1383,-1067806800,1),(1383,-1046635200,2),(1383,-1036270800,1),(1383,-1015099200,2),(1383,-1004734800,1),(1383,-983563200,2),(1383,-973198800,1),(1383,-952027200,2),(1383,-941576400,1),(1383,-931032000,2),(1383,-900882000,1),(1383,-890337600,2),(1383,-833749200,1),(1383,-827265600,2),(1383,-752274000,1),(1383,-733780800,2),(1383,-197326800,1),(1383,-190843200,2),(1383,-184194000,1),(1383,-164491200,2),(1383,-152658000,1),(1383,-132955200,2),(1383,-121122000,1),(1383,-101419200,2),(1383,-86821200,1),(1383,-71092800,2),(1383,-54766800,1),(1383,-39038400,2),(1383,-23317200,1),(1383,-7588800,4),(1383,128142003,3),(1383,136605603,4),(1383,596948414,3),(1383,605066414,4),(1383,624423614,3),(1383,636516015,4),(1383,656478015,3),(1383,667965616,1),(1383,687931216,3),(1383,699415216,4),(1383,719377217,3),(1383,731469617,4),(1383,938919622,2),(1383,952052422,4),(1383,1198983623,3),(1383,1205632823,4),(1383,1224385223,3),(1383,1237082424,4),(1384,-1514736000,1),(1384,-1451667600,2),(1384,-1343062800,1),(1384,-1234803600,2),(1384,-1222963200,3),(1384,-1207242000,2),(1384,-873820800,4),(1384,-769395600,5),(1384,-761677200,2),(1384,-686073600,3),(1384,-661539600,2),(1384,-495039600,3),(1384,-481734000,2),(1384,-463590000,3),(1384,-450284400,2),(1384,-431535600,3),(1384,-418230000,2),(1384,-400086000,3),(1384,-386780400,2),(1384,-368636400,3),(1384,-355330800,2),(1384,-337186800,3),(1384,-323881200,2),(1384,-305737200,3),(1384,-292431600,2),(1384,199274405,3),(1384,215600405,2),(1384,230724006,3),(1384,247050006,2),(1384,262778407,3),(1384,278499607,2),(1384,294228008,3),(1384,309949208,2),(1384,325677609,3),(1384,341398809,2),(1384,357127209,3),(1384,372848410,2),(1384,388576810,3),(1384,404902811,2),(1384,420026411,3),(1384,436352412,2),(1384,452080812,3),(1384,467802012,2),(1384,483530412,3),(1384,499251613,2),(1384,514980013,3),(1384,530701213,2),(1384,544615213,3),(1384,562150813,2),(1384,576064814,3),(1384,594205214,2),(1384,607514414,3),(1384,625654814,2),(1384,638964015,3),(1384,657104415,2),(1384,671018416,3),(1384,688554016,2),(1384,702468016,3),(1384,720003617,2),(1384,733917617,3),(1384,752058018,2),(1384,765367218,3),(1384,783507619,2),(1384,796816819,3),(1384,814957219,2),(1384,828871220,3),(1384,846406820,2),(1384,860320820,3),(1384,877856421,2),(1384,891770421,3),(1384,909306021,2),(1384,923220022,3),(1384,941360422,2),(1384,954669622,3),(1384,972810022,2),(1384,986119222,3),(1384,1004259622,2),(1384,1018173622,3),(1384,1035709222,2),(1384,1049623222,3),(1384,1067158822,2),(1384,1081072822,3),(1384,1099213222,2),(1384,1112522422,3),(1384,1130662822,2),(1384,1143972023,3),(1384,1162112423,2),(1384,1175421623,3),(1384,1193562023,2),(1384,1207476023,3),(1384,1225011623,2),(1384,1238925624,3),(1384,1256461224,2),(1384,1268560824,3),(1384,1289120424,2),(1384,1300010424,3),(1384,1320570024,2),(1384,1331460024,3),(1384,1352019625,2),(1384,1362909625,3),(1384,1383469225,2),(1384,1394359225,3),(1384,1414918825,2),(1384,1425808825,3),(1384,1446368426,2),(1384,1457863226,3),(1384,1478422826,2),(1384,1489312827,3),(1384,1509872427,2),(1384,1520762427,3),(1384,1541322027,2),(1384,1552212027,3),(1384,1572771627,2),(1384,1583661627,3),(1384,1604221227,2),(1384,1615716027,3),(1384,1636275627,2),(1384,1647165627,3),(1384,1667725227,2),(1384,1678615227,3),(1384,1699174827,2),(1384,1710064827,3),(1384,1730624427,2),(1384,1741514427,3),(1384,1762074027,2),(1384,1772964027,3),(1384,1793523627,2),(1384,1805018427,3),(1384,1825578027,2),(1384,1836468027,3),(1384,1857027627,2),(1384,1867917627,3),(1384,1888477227,2),(1384,1899367227,3),(1384,1919926827,2),(1384,1930816827,3),(1384,1951376427,2),(1384,1962871227,3),(1384,1983430827,2),(1384,1994320827,3),(1384,2014880427,2),(1384,2025770427,3),(1384,2046330027,2),(1384,2057220027,3),(1384,2077779627,2),(1384,2088669627,3),(1384,2109229227,2),(1384,2120119227,3),(1384,2140678827,2),(1385,-1767212472,2),(1385,-1206954000,1),(1385,-1191358800,2),(1385,-1175371200,1),(1385,-1159822800,2),(1385,-633816000,1),(1385,-622065600,2),(1385,-602280000,1),(1385,-591829200,2),(1385,-570744000,1),(1385,-560206800,2),(1385,-539121600,1),(1385,-531349200,2),(1385,-191361600,1),(1385,-184194000,2),(1385,-155160000,1),(1385,-150066000,2),(1385,-128894400,1),(1385,-121122000,2),(1385,-99950400,1),(1385,-89586000,2),(1385,-68414400,1),(1385,-57963600,2),(1385,499752013,1),(1385,511239613,2),(1385,530596813,1),(1385,540270013,2),(1385,562132813,1),(1385,571201214,2),(1385,1214280023,3),(1386,-1892661435,1),(1386,-1688410800,0),(1386,-1619205435,2),(1386,-1593806400,0),(1386,-1335986235,3),(1386,-1317585600,1),(1386,-1304362800,3),(1386,-1286049600,1),(1386,-1272826800,3),(1386,-1254513600,1),(1386,-1241290800,3),(1386,-1222977600,1),(1386,-1209754800,3),(1386,-1191355200,1),(1386,-1178132400,2),(1386,-870552000,1),(1386,-865278000,2),(1386,-740520000,4),(1386,-736376400,2),(1386,-718056000,1),(1386,-713649600,2),(1386,-36619200,5),(1386,-23922000,6),(1386,-3355200,5),(1386,7527600,6),(1386,24465600,5),(1386,37767600,6),(1386,55915200,5),(1386,69217200,6),(1386,87969601,5),(1386,100666802,6),(1386,118209602,5),(1386,132116403,6),(1386,150868803,5),(1386,163566004,6),(1386,182318404,5),(1386,195620405,6),(1386,213768005,5),(1386,227070006,6),(1386,245217606,5),(1386,258519607,6),(1386,277272007,5),(1386,289969208,6),(1386,308721608,5),(1386,321418809,6),(1386,340171209,5),(1386,353473209,6),(1386,371620810,5),(1386,384922810,6),(1386,403070411,5),(1386,416372411,6),(1386,434520012,5),(1386,447822012,6),(1386,466574412,5),(1386,479271612,6),(1386,498024013,5),(1386,510721213,6),(1386,529473613,5),(1386,545194813,6),(1386,560923213,5),(1386,574225214,6),(1386,592372814,5),(1386,605674814,6),(1386,624427214,5),(1386,637124415,6),(1386,653457615,5),(1386,668574016,6),(1386,687326416,5),(1386,700628416,6),(1386,718776017,5),(1386,732078017,6),(1386,750225618,5),(1386,763527618,6),(1386,781675219,5),(1386,794977219,6),(1386,813729619,5),(1386,826426820,6),(1386,845179220,5),(1386,859690820,6),(1386,876628821,5),(1386,889930821,6),(1386,906868821,5),(1386,923194822,6),(1386,939528022,5),(1386,952830022,6),(1386,971582422,5),(1386,984279622,6),(1386,1003032022,5),(1386,1015729222,6),(1386,1034481622,5),(1386,1047178822,6),(1386,1065931222,5),(1386,1079233222,6),(1386,1097380822,5),(1386,1110682822,6),(1386,1128830422,5),(1386,1142132423,6),(1386,1160884823,5),(1386,1173582023,6),(1386,1192334423,5),(1386,1206846023,6),(1386,1223784023,5),(1386,1237086024,6),(1386,1255233624,5),(1386,1270350024,6),(1386,1286683224,5),(1386,1304823624,6),(1386,1313899224,5),(1386,1335668424,6),(1386,1346558425,5),(1386,1367118025,6),(1386,1378612825,5),(1386,1398567625,6),(1386,1410062425,5),(1386,1463281226,6),(1386,1471147226,5),(1386,1494730827,6),(1386,1502596827,5),(1386,1526180427,6),(1386,1534046427,5),(1386,1554606027,6),(1386,1567915227,5),(1386,1586055627,6),(1386,1599364827,5),(1386,1617505227,6),(1386,1630814427,5),(1386,1648954827,6),(1386,1662264027,5),(1386,1680404427,6),(1386,1693713627,5),(1386,1712458827,6),(1386,1725768027,5),(1386,1743908427,6),(1386,1757217627,5),(1386,1775358027,6),(1386,1788667227,5),(1386,1806807627,6),(1386,1820116827,5),(1386,1838257227,6),(1386,1851566427,5),(1386,1870311627,6),(1386,1883016027,5),(1386,1901761227,6),(1386,1915070427,5),(1386,1933210827,6),(1386,1946520027,5),(1386,1964660427,6),(1386,1977969627,5),(1386,1996110027,6),(1386,2009419227,5),(1386,2027559627,6),(1386,2040868827,5),(1386,2059614027,6),(1386,2072318427,5),(1386,2091063627,6),(1386,2104372827,5),(1386,2122513227,6),(1386,2135822427,5),(1387,-1159773600,2),(1387,-100119600,1),(1387,-89668800,2),(1387,-5770800,3),(1387,4422600,2),(1387,25678800,3),(1387,33193800,2),(1387,57733200,3),(1387,64816200,2),(1387,89182801,3),(1387,96438602,2),(1387,120632402,3),(1387,127974603,2),(1387,152082003,4),(1387,972799222,2),(1387,975823222,4),(1388,-1767214412,2),(1388,-1206957600,1),(1388,-1191362400,2),(1388,-1175374800,1),(1388,-1159826400,2),(1388,-633819600,1),(1388,-622069200,2),(1388,-602283600,1),(1388,-591832800,2),(1388,-570747600,1),(1388,-560210400,2),(1388,-539125200,1),(1388,-531352800,2),(1388,-195426000,1),(1388,-184197600,2),(1388,-155163600,1),(1388,-150069600,2),(1388,-128898000,1),(1388,-121125600,2),(1388,-99954000,1),(1388,-89589600,2),(1388,-68418000,1),(1388,-57967200,2),(1388,499748413,1),(1388,511236013,2),(1388,530593213,1),(1388,540266413,2),(1388,562129213,1),(1388,571197614,2),(1388,592974014,1),(1388,602042414,2),(1388,624423614,1),(1388,634701615,2),(1388,656478015,1),(1388,666756016,2),(1388,687927616,1),(1388,697600816,2),(1388,719982017,1),(1388,728445617,2),(1388,750826818,1),(1388,761709618,2),(1388,782276419,1),(1388,793159219,2),(1388,813726019,1),(1388,824004020,2),(1388,844570820,1),(1388,856058420,2),(1388,876106821,1),(1388,888717621,2),(1388,908074821,1),(1388,919562422,2),(1388,938919622,1),(1388,951616822,2),(1388,970974022,1),(1388,982461622,2),(1388,1003028422,1),(1388,1013911222,2),(1388,1036292422,1),(1388,1045360822,2),(1388,1066532422,1),(1388,1076810422,2),(1388,1099364422,1),(1388,1108864822,2),(1388,1129431622,1),(1388,1140314423,2),(1388,1162695623,1),(1388,1172368823,2),(1388,1192330823,1),(1388,1203213623,2),(1388,1224385223,1),(1388,1234663224,2),(1388,1255834824,1),(1388,1266717624,2),(1388,1287284424,1),(1388,1298167224,2),(1388,1318734024,1),(1388,1330221624,2),(1388,1350788425,1),(1388,1361066425,2),(1388,1382238025,1),(1388,1392516025,2),(1388,1413687625,1),(1388,1424570425,2),(1388,1445137226,1),(1388,1456020026,2),(1388,1476586826,1),(1388,1487469627,2),(1388,1508036427,1),(1388,1518919227,2),(1388,1541300427,1),(1388,1550368827,2),(1389,-1686090728,1),(1389,323841609,2),(1389,338961609,3),(1389,354679209,6),(1389,370400410,4),(1389,386125210,5),(1389,401850011,4),(1389,417574811,5),(1389,433299612,4),(1389,449024412,5),(1389,465354012,4),(1389,481078812,5),(1389,496803613,4),(1389,512528413,5),(1389,528253213,4),(1389,543978013,5),(1389,559702813,4),(1389,575427614,5),(1389,591152414,4),(1389,606877214,5),(1389,622602014,4),(1389,638326815,5),(1389,654656415,4),(1389,670381216,5),(1389,686106016,4),(1389,701830816,5),(1389,717555617,4),(1389,733280417,5),(1389,749005218,4),(1389,764730018,5),(1389,780454819,4),(1389,796179619,5),(1389,811904419,4),(1389,828234020,5),(1389,846378020,4),(1389,859683620,5),(1389,877827621,4),(1389,891133221,5),(1389,909277221,4),(1389,922582822,5),(1389,941331622,4),(1389,954032422,5),(1389,972781222,4),(1389,985482022,5),(1389,1004230822,4),(1389,1017536422,5),(1389,1035680422,4),(1389,1048986022,5),(1389,1067130022,4),(1389,1080435622,5),(1389,1099184422,4),(1389,1111885222,5),(1389,1130634022,4),(1389,1143334823,5),(1389,1162083623,4),(1389,1174784423,5),(1389,1193533223,4),(1389,1206838823,5),(1389,1224982823,4),(1389,1238288424,5),(1389,1256432424,4),(1389,1269738024,5),(1389,1288486824,4),(1389,1301187624,5),(1389,1319936424,4),(1389,1332637224,5),(1389,1351386025,4),(1389,1364691625,5),(1389,1382835625,4),(1389,1396141225,5),(1389,1414285225,4),(1389,1427590825,5),(1389,1445734826,4),(1389,1459040426,5),(1389,1477789226,4),(1389,1490490027,5),(1389,1509238827,4),(1389,1521939627,5),(1389,1540688427,4),(1389,1553994027,5),(1389,1572138027,4),(1389,1585443627,5),(1389,1603587627,4),(1389,1616893227,5),(1389,1635642027,4),(1389,1648342827,5),(1389,1667091627,4),(1389,1679792427,5),(1389,1698541227,4),(1389,1711846827,5),(1389,1729990827,4),(1389,1743296427,5),(1389,1761440427,4),(1389,1774746027,5),(1389,1792890027,4),(1389,1806195627,5),(1389,1824944427,4),(1389,1837645227,5),(1389,1856394027,4),(1389,1869094827,5),(1389,1887843627,4),(1389,1901149227,5),(1389,1919293227,4),(1389,1932598827,5),(1389,1950742827,4),(1389,1964048427,5),(1389,1982797227,4),(1389,1995498027,5),(1389,2014246827,4),(1389,2026947627,5),(1389,2045696427,4),(1389,2058397227,5),(1389,2077146027,4),(1389,2090451627,5),(1389,2108595627,4),(1389,2121901227,5),(1389,2140045227,4),(1390,-1633273200,0),(1390,-1615132800,1),(1390,-1601823600,0),(1390,-1583683200,1),(1390,-1570374000,0),(1390,-1551628800,1),(1390,-1538924400,0),(1390,-1534089600,1),(1390,-880210800,2),(1390,-769395600,3),(1390,-765388800,1),(1390,-147884400,0),(1390,-131558400,1),(1390,-116434800,0),(1390,-100108800,1),(1390,-84380400,0),(1390,-68659200,1),(1390,-52930800,0),(1390,-37209600,1),(1390,-21481200,0),(1390,-5760000,1),(1390,9968400,0),(1390,25689600,1),(1390,41418000,0),(1390,57744000,1),(1390,73472400,0),(1390,89193601,1),(1390,104922002,0),(1390,120643202,1),(1390,126694803,0),(1390,152092803,1),(1390,162378004,0),(1390,183542404,1),(1390,199270805,0),(1390,215596805,1),(1390,230720406,0),(1390,247046406,1),(1390,262774807,0),(1390,278496007,1),(1390,294224408,0),(1390,309945608,1),(1390,325674009,0),(1390,341395209,1),(1390,357123609,0),(1390,372844810,1),(1390,388573210,0),(1390,404899211,1),(1390,420022811,0),(1390,436348812,1),(1390,452077212,0),(1390,467798412,1),(1390,483526812,0),(1390,499248013,1),(1390,514976413,0),(1390,530697613,1),(1390,544611613,0),(1390,562147213,1),(1390,576061214,0),(1390,594201614,1),(1390,607510814,0),(1390,625651214,1),(1390,638960415,0),(1390,657100815,1),(1390,671014816,0),(1390,688550416,1),(1390,702464416,0),(1390,720000017,1),(1390,733914017,0),(1390,752054418,1),(1390,765363618,0),(1390,783504019,1),(1390,796813219,0),(1390,814953619,1),(1390,828867620,0),(1390,846403220,1),(1390,860317220,0),(1390,877852821,1),(1390,891766821,0),(1390,909302421,1),(1390,923216422,0),(1390,941356822,1),(1390,954666022,0),(1390,972806422,1),(1390,986115622,0),(1390,1004256022,1),(1390,1018170022,0),(1390,1035705622,1),(1390,1049619622,0),(1390,1067155222,1),(1390,1081069222,0),(1390,1099209622,1),(1390,1112518822,0),(1390,1130659222,1),(1390,1143968423,0),(1390,1162108823,1),(1390,1173603623,0),(1390,1194163223,1),(1390,1205053223,0),(1390,1225612823,1),(1390,1236502824,0),(1390,1257062424,1),(1390,1268557224,0),(1390,1289116824,1),(1390,1300006824,0),(1390,1320566424,1),(1390,1331456424,0),(1390,1352016025,1),(1390,1362906025,0),(1390,1383465625,1),(1390,1394355625,0),(1390,1414915225,1),(1390,1425805225,0),(1390,1446364826,1),(1390,1457859626,0),(1390,1478419226,1),(1390,1489309227,0),(1390,1509868827,1),(1390,1520758827,0),(1390,1541318427,1),(1390,1552208427,0),(1390,1572768027,1),(1390,1583658027,0),(1390,1604217627,1),(1390,1615712427,0),(1390,1636272027,1),(1390,1647162027,0),(1390,1667721627,1),(1390,1678611627,0),(1390,1699171227,1),(1390,1710061227,0),(1390,1730620827,1),(1390,1741510827,0),(1390,1762070427,1),(1390,1772960427,0),(1390,1793520027,1),(1390,1805014827,0),(1390,1825574427,1),(1390,1836464427,0),(1390,1857024027,1),(1390,1867914027,0),(1390,1888473627,1),(1390,1899363627,0),(1390,1919923227,1),(1390,1930813227,0),(1390,1951372827,1),(1390,1962867627,0),(1390,1983427227,1),(1390,1994317227,0),(1390,2014876827,1),(1390,2025766827,0),(1390,2046326427,1),(1390,2057216427,0),(1390,2077776027,1),(1390,2088666027,0),(1390,2109225627,1),(1390,2120115627,0),(1390,2140675227,1),(1391,-880207200,1),(1391,-769395600,2),(1391,-765385200,0),(1391,-21477600,3),(1391,-5756400,0),(1391,9972000,3),(1391,25693200,0),(1391,41421600,3),(1391,57747600,0),(1391,73476000,3),(1391,89197201,0),(1391,104925602,3),(1391,120646802,0),(1391,126698403,3),(1391,152096403,0),(1391,162381604,3),(1391,183546004,0),(1391,199274405,3),(1391,215600405,0),(1391,230724006,3),(1391,247050006,0),(1391,262778407,3),(1391,278499607,0),(1391,294228008,3),(1391,309949208,0),(1391,325677609,3),(1391,341398809,0),(1391,357127209,3),(1391,372848410,0),(1391,388576810,3),(1391,404902811,0),(1391,420026411,3),(1391,436352412,4),(1391,439030812,6),(1391,452084412,5),(1391,467805612,6),(1391,483534012,5),(1391,499255213,6),(1391,514983613,5),(1391,530704813,6),(1391,544618813,5),(1391,562154413,6),(1391,576068414,5),(1391,594208814,6),(1391,607518014,5),(1391,625658414,6),(1391,638967615,5),(1391,657108015,6),(1391,671022016,5),(1391,688557616,6),(1391,702471616,5),(1391,720007217,6),(1391,733921217,5),(1391,752061618,6),(1391,765370818,5),(1391,783511219,6),(1391,796820419,5),(1391,814960819,6),(1391,828874820,5),(1391,846410420,6),(1391,860324420,5),(1391,877860021,6),(1391,891774021,5),(1391,909309621,6),(1391,923223622,5),(1391,941364022,6),(1391,954673222,5),(1391,972813622,6),(1391,986122822,5),(1391,1004263222,6),(1391,1018177222,5),(1391,1035712822,6),(1391,1049626822,5),(1391,1067162422,6),(1391,1081076422,5),(1391,1099216822,6),(1391,1112526022,5),(1391,1130666422,6),(1391,1143975623,5),(1391,1162116023,6),(1391,1173610823,5),(1391,1194170423,6),(1391,1205060423,5),(1391,1225620023,6),(1391,1236510024,5),(1391,1257069624,6),(1391,1268564424,5),(1391,1289124024,6),(1391,1300014024,5),(1391,1320573624,6),(1391,1331463624,5),(1391,1352023225,6),(1391,1362913225,5),(1391,1383472825,6),(1391,1394362825,5),(1391,1414922425,6),(1391,1425812425,5),(1391,1446372026,6),(1391,1457866826,5),(1391,1478426426,6),(1391,1489316427,5),(1391,1509876027,6),(1391,1520766027,5),(1391,1541325627,6),(1391,1552215627,5),(1391,1572775227,6),(1391,1583665227,5),(1391,1604224827,6),(1391,1615719627,5),(1391,1636279227,6),(1391,1647169227,5),(1391,1667728827,6),(1391,1678618827,5),(1391,1699178427,6),(1391,1710068427,5),(1391,1730628027,6),(1391,1741518027,5),(1391,1762077627,6),(1391,1772967627,5),(1391,1793527227,6),(1391,1805022027,5),(1391,1825581627,6),(1391,1836471627,5),(1391,1857031227,6),(1391,1867921227,5),(1391,1888480827,6),(1391,1899370827,5),(1391,1919930427,6),(1391,1930820427,5),(1391,1951380027,6),(1391,1962874827,5),(1391,1983434427,6),(1391,1994324427,5),(1391,2014884027,6),(1391,2025774027,5),(1391,2046333627,6),(1391,2057223627,5),(1391,2077783227,6),(1391,2088673227,5),(1391,2109232827,6),(1391,2120122827,5),(1391,2140682427,6),(1392,-873057600,2),(1392,-769395600,1),(1392,-765399600,0),(1393,-1664130548,0),(1393,-1650137348,1),(1393,-1632076148,0),(1393,-1615145348,1),(1393,-1598650148,0),(1393,-1590100148,1),(1393,-1567286948,0),(1393,-1551565748,1),(1393,-1535837348,0),(1393,-1520116148,1),(1393,-1503782948,0),(1393,-1488666548,1),(1393,-1472333348,0),(1393,-1457216948,1),(1393,-1440883748,0),(1393,-1425767348,1),(1393,-1409434148,0),(1393,-1394317748,1),(1393,-1377984548,0),(1393,-1362263348,1),(1393,-1346534948,0),(1393,-1330813748,1),(1393,-1314480548,0),(1393,-1299364148,1),(1393,-1283030948,0),(1393,-1267914548,1),(1393,-1251581348,0),(1393,-1236464948,1),(1393,-1220131748,0),(1393,-1205015348,1),(1393,-1188682148,0),(1393,-1172960948,1),(1393,-1156627748,0),(1393,-1141511348,1),(1393,-1125178148,0),(1393,-1110061748,1),(1393,-1096921748,3),(1393,-1093728600,2),(1393,-1078612200,3),(1393,-1061670600,2),(1393,-1048973400,3),(1393,-1030221000,2),(1393,-1017523800,3),(1393,-998771400,2),(1393,-986074200,3),(1393,-966717000,2),(1393,-954624600,3),(1393,-935267400,2),(1393,-922570200,3),(1393,-903817800,2),(1393,-891120600,3),(1393,-872368200,5),(1393,-769395600,4),(1393,-765401400,3),(1393,-746044200,2),(1393,-733347000,3),(1393,-714594600,2),(1393,-701897400,3),(1393,-683145000,2),(1393,-670447800,3),(1393,-651695400,2),(1393,-638998200,3),(1393,-619641000,2),(1393,-606943800,3),(1393,-589401000,2),(1393,-576099000,3),(1393,-557951400,2),(1393,-544649400,3),(1393,-526501800,2),(1393,-513199800,3),(1393,-495052200,2),(1393,-481750200,3),(1393,-463602600,2),(1393,-450300600,3),(1393,-431548200,2),(1393,-418246200,3),(1393,-400098600,2),(1393,-386796600,3),(1393,-368649000,2),(1393,-355347000,3),(1393,-337199400,2),(1393,-323897400,3),(1393,-305749800,2),(1393,-289423800,3),(1393,-273695400,2),(1393,-257974200,3),(1393,-242245800,2),(1393,-226524600,3),(1393,-210796200,2),(1393,-195075000,3),(1393,-179346600,2),(1393,-163625400,3),(1393,-147897000,2),(1393,-131571000,3),(1393,-116447400,2),(1393,-100121400,3),(1393,-84393000,2),(1393,-68671800,3),(1393,-52943400,2),(1393,-37222200,3),(1393,-21493800,2),(1393,-5772600,3),(1393,9955800,2),(1393,25677000,3),(1393,41405400,2),(1393,57731400,3),(1393,73459800,2),(1393,89181001,3),(1393,104909402,2),(1393,120630602,3),(1393,136359003,2),(1393,152080203,3),(1393,167808604,2),(1393,183529804,3),(1393,199258205,2),(1393,215584205,3),(1393,230707806,2),(1393,247033806,3),(1393,262762207,2),(1393,278483407,3),(1393,294211808,2),(1393,309933008,3),(1393,325661409,2),(1393,341382609,3),(1393,357111009,2),(1393,372832210,3),(1393,388560610,2),(1393,404886611,3),(1393,420010211,2),(1393,436336212,3),(1393,452064612,2),(1393,467785812,3),(1393,483514212,2),(1393,499235413,3),(1393,514963813,2),(1393,530685013,3),(1393,544591873,2),(1393,562127473,3),(1393,576041474,6),(1393,594178274,3),(1393,607491074,2),(1393,625631474,3),(1393,638940675,2),(1393,657081075,3),(1393,670995076,2),(1393,688530676,3),(1393,702444676,2),(1393,719980277,3),(1393,733894277,2),(1393,752034678,3),(1393,765343878,2),(1393,783484279,3),(1393,796793479,2),(1393,814933879,3),(1393,828847880,2),(1393,846383480,3),(1393,860297480,2),(1393,877833081,3),(1393,891747081,2),(1393,909282681,3),(1393,923196682,2),(1393,941337082,3),(1393,954646282,2),(1393,972786682,3),(1393,986095882,2),(1393,1004236282,3),(1393,1018150282,2),(1393,1035685882,3),(1393,1049599882,2),(1393,1067135482,3),(1393,1081049482,2),(1393,1099189882,3),(1393,1112499082,2),(1393,1130639482,3),(1393,1143948683,2),(1393,1162089083,3),(1393,1173583883,2),(1393,1194143483,3),(1393,1205033483,2),(1393,1225593083,3),(1393,1236483084,2),(1393,1257042684,3),(1393,1268537484,2),(1393,1289097084,3),(1393,1299987084,2),(1393,1320553824,3),(1393,1331443824,2),(1393,1352003425,3),(1393,1362893425,2),(1393,1383453025,3),(1393,1394343025,2),(1393,1414902625,3),(1393,1425792625,2),(1393,1446352226,3),(1393,1457847026,2),(1393,1478406626,3),(1393,1489296627,2),(1393,1509856227,3),(1393,1520746227,2),(1393,1541305827,3),(1393,1552195827,2),(1393,1572755427,3),(1393,1583645427,2),(1393,1604205027,3),(1393,1615699827,2),(1393,1636259427,3),(1393,1647149427,2),(1393,1667709027,3),(1393,1678599027,2),(1393,1699158627,3),(1393,1710048627,2),(1393,1730608227,3),(1393,1741498227,2),(1393,1762057827,3),(1393,1772947827,2),(1393,1793507427,3),(1393,1805002227,2),(1393,1825561827,3),(1393,1836451827,2),(1393,1857011427,3),(1393,1867901427,2),(1393,1888461027,3),(1393,1899351027,2),(1393,1919910627,3),(1393,1930800627,2),(1393,1951360227,3),(1393,1962855027,2),(1393,1983414627,3),(1393,1994304627,2),(1393,2014864227,3),(1393,2025754227,2),(1393,2046313827,3),(1393,2057203827,2),(1393,2077763427,3),(1393,2088653427,2),(1393,2109213027,3),(1393,2120103027,2),(1393,2140662627,3),(1394,-873057600,2),(1394,-769395600,1),(1394,-765399600,0),(1395,-873057600,2),(1395,-769395600,1),(1395,-765399600,0),(1396,-873057600,2),(1396,-769395600,1),(1396,-765399600,0),(1397,-873057600,2),(1397,-769395600,1),(1397,-765399600,0),(1398,-2030201320,2),(1398,-1632063600,1),(1398,-1615132800,2),(1398,-880210800,3),(1398,-769395600,4),(1398,-765388800,2),(1398,-747241200,1),(1398,-732729600,2),(1398,-715791600,1),(1398,-702489600,2),(1398,-684342000,1),(1398,-671040000,2),(1398,-652892400,1),(1398,-639590400,2),(1398,-400086000,1),(1398,-384364800,2),(1398,-337186800,1),(1398,-321465600,2),(1398,-305737200,1),(1398,-292435200,2),(1398,-273682800,1),(1398,-260985600,2),(1398,73472400,5),(1399,-1538503868,2),(1399,547020013,1),(1399,559717213,2),(1399,578469614,1),(1399,591166814,2),(1399,1146981623,1),(1399,1154926823,2),(1400,-1686079492,2),(1400,670399216,1),(1400,686120416,2),(1400,701848816,1),(1400,717570017,2),(1400,733903217,1),(1400,752043618,2),(1400,765352818,1),(1400,783493219,2),(1400,796802419,1),(1400,814942819,2),(1400,828856820,1),(1400,846392420,2),(1400,860306420,1),(1400,877842021,2),(1400,891756021,1),(1400,909291621,2),(1400,923205622,1),(1400,941346022,2),(1400,954655222,1),(1400,972795622,2),(1400,986104822,1),(1400,1004245222,2),(1400,1018159222,1),(1400,1035694822,2),(1400,1049608822,1),(1400,1067144422,2),(1400,1081058422,1),(1400,1099198822,2),(1400,1112508022,1),(1400,1130648422,2),(1400,1143957623,1),(1400,1162098023,2),(1400,1173592823,1),(1400,1194152423,2),(1400,1205042423,1),(1400,1225602023,2),(1400,1236492024,1),(1400,1257051624,2),(1400,1268546424,1),(1400,1289106024,2),(1400,1299996024,1),(1400,1320555624,2),(1400,1331445624,1),(1400,1352005225,2),(1400,1362895225,1),(1400,1383454825,2),(1400,1394344825,1),(1400,1414904425,2),(1400,1425794425,1),(1400,1446354026,2),(1400,1457848826,1),(1400,1478408426,2),(1400,1489298427,1),(1400,1509858027,2),(1400,1520748027,1),(1400,1541307627,2),(1400,1552197627,1),(1400,1572757227,2),(1400,1583647227,1),(1400,1604206827,2),(1400,1615701627,1),(1400,1636261227,2),(1400,1647151227,1),(1400,1667710827,2),(1400,1678600827,1),(1400,1699160427,2),(1400,1710050427,1),(1400,1730610027,2),(1400,1741500027,1),(1400,1762059627,2),(1400,1772949627,1),(1400,1793509227,2),(1400,1805004027,1),(1400,1825563627,2),(1400,1836453627,1),(1400,1857013227,2),(1400,1867903227,1),(1400,1888462827,2),(1400,1899352827,1),(1400,1919912427,2),(1400,1930802427,1),(1400,1951362027,2),(1400,1962856827,1),(1400,1983416427,2),(1400,1994306427,1),(1400,2014866027,2),(1400,2025756027,1),(1400,2046315627,2),(1400,2057205627,1),(1400,2077765227,2),(1400,2088655227,1),(1400,2109214827,2),(1400,2120104827,1),(1400,2140664427,2),(1401,-1893434400,1),(1401,-880218000,2),(1401,-769395600,3),(1401,-765396000,1),(1401,9961200,4),(1401,25682400,1),(1401,41410800,4),(1401,57736800,1),(1401,73465200,4),(1401,89186401,1),(1401,136364403,4),(1401,152085603,1),(1401,167814004,4),(1401,183535204,1),(1401,199263605,4),(1401,215589605,1),(1401,230713206,4),(1401,247039206,1),(1401,262767607,4),(1401,278488807,1),(1401,294217208,4),(1401,309938408,1),(1401,325666809,4),(1401,341388009,1),(1401,357116409,4),(1401,372837610,1),(1401,388566010,4),(1401,404892011,1),(1401,420015611,4),(1401,436341612,1),(1401,452070012,4),(1401,467791212,1),(1401,483519612,4),(1401,499240813,1),(1401,514969213,4),(1401,530690413,1),(1401,544604413,4),(1401,562140013,1),(1401,576054014,4),(1401,594194414,1),(1401,607503614,4),(1401,625644014,1),(1401,638953215,4),(1401,657093615,1),(1401,671007616,4),(1401,688543216,1),(1401,702457216,4),(1401,719992817,1),(1401,733906817,4),(1401,752047218,1),(1401,765356418,4),(1401,783496819,1),(1401,796806019,4),(1401,814946419,1),(1401,828860420,4),(1401,846396020,1),(1401,860310020,4),(1401,877845621,1),(1401,891759621,4),(1401,909295221,1),(1401,923209222,4),(1401,941349622,1),(1401,954658822,4),(1401,972799222,1),(1401,986108422,4),(1401,1004248822,1),(1401,1018162822,4),(1401,1035698422,1),(1401,1049612422,4),(1401,1067148022,1),(1401,1081062022,4),(1401,1099202422,1),(1401,1112511622,4),(1401,1130652022,1),(1401,1143961223,4),(1401,1162101623,1),(1401,1173596423,4),(1401,1194156023,1),(1401,1205046023,4),(1401,1225605623,1),(1401,1236495624,4),(1401,1257055224,1),(1401,1268550024,4),(1401,1289109624,1),(1401,1299999624,4),(1401,1320559224,1),(1401,1331449224,4),(1401,1352008825,1),(1401,1362898825,4),(1401,1383458425,1),(1401,1394348425,4),(1401,1414908025,1),(1401,1425798025,4),(1401,1446357626,1),(1401,1457852426,4),(1401,1478412026,1),(1401,1489302027,4),(1401,1509861627,1),(1401,1520751627,4),(1401,1541311227,1),(1401,1552201227,4),(1401,1572760827,1),(1401,1583650827,4),(1401,1604210427,1),(1401,1615705227,4),(1401,1636264827,1),(1401,1647154827,4),(1401,1667714427,1),(1401,1678604427,4),(1401,1699164027,1),(1401,1710054027,4),(1401,1730613627,1),(1401,1741503627,4),(1401,1762063227,1),(1401,1772953227,4),(1401,1793512827,1),(1401,1805007627,4),(1401,1825567227,1),(1401,1836457227,4),(1401,1857016827,1),(1401,1867906827,4),(1401,1888466427,1),(1401,1899356427,4),(1401,1919916027,1),(1401,1930806027,4),(1401,1951365627,1),(1401,1962860427,4),(1401,1983420027,1),(1401,1994310027,4),(1401,2014869627,1),(1401,2025759627,4),(1401,2046319227,1),(1401,2057209227,4),(1401,2077768827,1),(1401,2088658827,4),(1401,2109218427,1),(1401,2120108427,4),(1401,2140668027,1),(1402,-1514736000,1),(1402,-1451667600,2),(1402,-1343062800,1),(1402,-1234803600,2),(1402,-1222963200,3),(1402,-1207242000,2),(1402,-873820800,4),(1402,-769395600,5),(1402,-761677200,2),(1402,-686073600,3),(1402,-661539600,2),(1402,-495039600,3),(1402,-481734000,2),(1402,-463590000,3),(1402,-450284400,2),(1402,-431535600,3),(1402,-418230000,2),(1402,-400086000,3),(1402,-386780400,2),(1402,-368636400,3),(1402,-355330800,2),(1402,-337186800,3),(1402,-323881200,2),(1402,-305737200,3),(1402,-292431600,2),(1402,199274405,3),(1402,215600405,2),(1402,230724006,3),(1402,247050006,2),(1402,262778407,3),(1402,278499607,2),(1402,294228008,3),(1402,309949208,2),(1402,325677609,3),(1402,341398809,2),(1402,357127209,3),(1402,372848410,2),(1402,388576810,3),(1402,404902811,2),(1402,420026411,3),(1402,436352412,2),(1402,452080812,3),(1402,467802012,2),(1402,483530412,3),(1402,499251613,2),(1402,514980013,3),(1402,530701213,2),(1402,544615213,3),(1402,562150813,2),(1402,576064814,3),(1402,594205214,2),(1402,607514414,3),(1402,625654814,2),(1402,638964015,3),(1402,657104415,2),(1402,671018416,3),(1402,688554016,2),(1402,702468016,3),(1402,720003617,2),(1402,733917617,3),(1402,752058018,2),(1402,765367218,3),(1402,783507619,2),(1402,796816819,3),(1402,814957219,2),(1402,828871220,3),(1402,846406820,2),(1402,860320820,3),(1402,877856421,2),(1402,891770421,3),(1402,909306021,2),(1402,923220022,3),(1402,941360422,2),(1402,954669622,3),(1402,972810022,2),(1402,986119222,3),(1402,1004259622,2),(1402,1018173622,3),(1402,1035709222,2),(1402,1049623222,3),(1402,1067158822,2),(1402,1081072822,3),(1402,1099213222,2),(1402,1112522422,3),(1402,1130662822,2),(1402,1143972023,3),(1402,1162112423,2),(1402,1175421623,3),(1402,1193562023,2),(1402,1207476023,3),(1402,1225011623,2),(1402,1238925624,3),(1402,1256461224,2),(1402,1268560824,3),(1402,1289120424,2),(1402,1300010424,3),(1402,1320570024,2),(1402,1331460024,3),(1402,1352019625,2),(1402,1362909625,3),(1402,1383469225,2),(1402,1394359225,3),(1402,1414918825,2),(1402,1425808825,3),(1402,1446368426,2),(1402,1457863226,3),(1402,1478422826,2),(1402,1489312827,3),(1402,1509872427,2),(1402,1520762427,3),(1402,1541322027,2),(1402,1552212027,3),(1402,1572771627,2),(1402,1583661627,3),(1402,1604221227,2),(1402,1615716027,3),(1402,1636275627,2),(1402,1647165627,3),(1402,1667725227,2),(1402,1678615227,3),(1402,1699174827,2),(1402,1710064827,3),(1402,1730624427,2),(1402,1741514427,3),(1402,1762074027,2),(1402,1772964027,3),(1402,1793523627,2),(1402,1805018427,3),(1402,1825578027,2),(1402,1836468027,3),(1402,1857027627,2),(1402,1867917627,3),(1402,1888477227,2),(1402,1899367227,3),(1402,1919926827,2),(1402,1930816827,3),(1402,1951376427,2),(1402,1962871227,3),(1402,1983430827,2),(1402,1994320827,3),(1402,2014880427,2),(1402,2025770427,3),(1402,2046330027,2),(1402,2057220027,3),(1402,2077779627,2),(1402,2088669627,3),(1402,2109229227,2),(1402,2120119227,3),(1402,2140678827,2),(1403,-1632070800,0),(1403,-1615140000,1),(1403,-1601753400,0),(1403,-1583697600,1),(1403,-1567357200,0),(1403,-1554667200,1),(1403,-1534698000,0),(1403,-1524074400,1),(1403,-1503248400,0),(1403,-1492365600,1),(1403,-1471798800,0),(1403,-1460916000,1),(1403,-1440954000,0),(1403,-1428861600,1),(1403,-1409504400,0),(1403,-1397412000,1),(1403,-1378054800,0),(1403,-1365962400,1),(1403,-1346605200,0),(1403,-1333908000,1),(1403,-1315155600,0),(1403,-1301853600,1),(1403,-1283706000,0),(1403,-1270404000,1),(1403,-1252256400,0),(1403,-1238954400,1),(1403,-1220806800,0),(1403,-1207504800,1),(1403,-1188752400,0),(1403,-1176055200,1),(1403,-1157302800,0),(1403,-1144000800,1),(1403,-1125853200,0),(1403,-1112551200,1),(1403,-1094403600,0),(1403,-1081101600,1),(1403,-1062954000,0),(1403,-1049652000,1),(1403,-1031504400,0),(1403,-1018202400,1),(1403,-1000054800,0),(1403,-986752800,1),(1403,-968000400,0),(1403,-955303200,1),(1403,-936550800,0),(1403,-880218000,2),(1403,-769395600,3),(1403,-765396000,1),(1403,-747248400,0),(1403,-733946400,1),(1403,-715806000,0),(1403,-702504000,1),(1403,-684356400,0),(1403,-671054400,1),(1403,-652906800,0),(1403,-634161600,1),(1403,-620845200,0),(1403,-602704800,1),(1403,-589395600,0),(1403,-576093600,1),(1403,-557946000,0),(1403,-544644000,1),(1403,-526496400,0),(1403,-513194400,1),(1403,-495046800,0),(1403,-481744800,1),(1403,-463597200,0),(1403,-450295200,1),(1403,-431542800,0),(1403,-418240800,1),(1403,-400093200,0),(1403,-384372000,1),(1403,-368643600,0),(1403,-352922400,1),(1403,-337194000,0),(1403,-321472800,1),(1403,-305744400,0),(1403,-289418400,1),(1403,-273690000,0),(1403,-257968800,1),(1403,-242240400,0),(1403,-226519200,1),(1403,-210790800,0),(1403,-195069600,1),(1403,-179341200,0),(1403,-163620000,1),(1403,-147891600,0),(1403,-131565600,1),(1403,-116442000,0),(1403,-100116000,1),(1403,-84387600,0),(1403,-68666400,1),(1403,-52938000,0),(1403,-37216800,1),(1403,-21488400,0),(1403,-5767200,1),(1403,9961200,0),(1403,25682400,1),(1403,41410800,0),(1403,57736800,1),(1403,73465200,0),(1403,89186401,1),(1403,104914802,0),(1403,120636002,1),(1403,136364403,0),(1403,152085603,1),(1403,167814004,0),(1403,183535204,1),(1403,199263605,0),(1403,215589605,1),(1403,230713206,0),(1403,247039206,1),(1403,262767607,0),(1403,278488807,1),(1403,294217208,0),(1403,309938408,1),(1403,325666809,0),(1403,341388009,1),(1403,357116409,0),(1403,372837610,1),(1403,388566010,0),(1403,404892011,1),(1403,420015611,0),(1403,436341612,1),(1403,452070012,0),(1403,467791212,1),(1403,483519612,0),(1403,499240813,1),(1403,514969213,0),(1403,530690413,1),(1403,544604413,0),(1403,562140013,1),(1403,576054014,0),(1403,594194414,1),(1403,607503614,0),(1403,625644014,1),(1403,638953215,0),(1403,657093615,1),(1403,671007616,0),(1403,688543216,1),(1403,702457216,0),(1403,719992817,1),(1403,733906817,0),(1403,752047218,1),(1403,765356418,0),(1403,783496819,1),(1403,796806019,0),(1403,814946419,1),(1403,828860420,0),(1403,846396020,1),(1403,860310020,0),(1403,877845621,1),(1403,891759621,0),(1403,909295221,1),(1403,923209222,0),(1403,941349622,1),(1403,954658822,0),(1403,972799222,1),(1403,986108422,0),(1403,1004248822,1),(1403,1018162822,0),(1403,1035698422,1),(1403,1049612422,0),(1403,1067148022,1),(1403,1081062022,0),(1403,1099202422,1),(1403,1112511622,0),(1403,1130652022,1),(1403,1143961223,0),(1403,1162101623,1),(1403,1173596423,0),(1403,1194156023,1),(1403,1205046023,0),(1403,1225605623,1),(1403,1236495624,0),(1403,1257055224,1),(1403,1268550024,0),(1403,1289109624,1),(1403,1299999624,0),(1403,1320559224,1),(1403,1331449224,0),(1403,1352008825,1),(1403,1362898825,0),(1403,1383458425,1),(1403,1394348425,0),(1403,1414908025,1),(1403,1425798025,0),(1403,1446357626,1),(1403,1457852426,0),(1403,1478412026,1),(1403,1489302027,0),(1403,1509861627,1),(1403,1520751627,0),(1403,1541311227,1),(1403,1552201227,0),(1403,1572760827,1),(1403,1583650827,0),(1403,1604210427,1),(1403,1615705227,0),(1403,1636264827,1),(1403,1647154827,0),(1403,1667714427,1),(1403,1678604427,0),(1403,1699164027,1),(1403,1710054027,0),(1403,1730613627,1),(1403,1741503627,0),(1403,1762063227,1),(1403,1772953227,0),(1403,1793512827,1),(1403,1805007627,0),(1403,1825567227,1),(1403,1836457227,0),(1403,1857016827,1),(1403,1867906827,0),(1403,1888466427,1),(1403,1899356427,0),(1403,1919916027,1),(1403,1930806027,0),(1403,1951365627,1),(1403,1962860427,0),(1403,1983420027,1),(1403,1994310027,0),(1403,2014869627,1),(1403,2025759627,0),(1403,2046319227,1),(1403,2057209227,0),(1403,2077768827,1),(1403,2088658827,0),(1403,2109218427,1),(1403,2120108427,0),(1403,2140668027,1),(1404,-873057600,2),(1404,-769395600,1),(1404,-765399600,0),(1405,-1632060000,0),(1405,-1615129200,1),(1405,-880207200,2),(1405,-769395600,3),(1405,-765385200,1),(1405,-747237600,0),(1405,-733935600,1),(1405,-715788000,0),(1405,-702486000,1),(1405,-684338400,0),(1405,-671036400,1),(1405,-652888800,0),(1405,-639586800,1),(1405,-620834400,0),(1405,-608137200,1),(1405,-589384800,0),(1405,-576082800,1),(1405,-557935200,0),(1405,-544633200,1),(1405,-526485600,0),(1405,-513183600,1),(1405,-495036000,0),(1405,-481734000,1),(1405,-463586400,0),(1405,-450284400,1),(1405,-431532000,0),(1405,-418230000,1),(1405,-400082400,0),(1405,-386780400,1),(1405,-368632800,0),(1405,-355330800,1),(1405,-337183200,0),(1405,-323881200,1),(1405,-305733600,0),(1405,-292431600,1),(1405,-273679200,0),(1405,-260982000,1),(1405,-242229600,0),(1405,-226508400,1),(1405,-210780000,0),(1405,-195058800,1),(1405,-179330400,0),(1405,-163609200,1),(1405,-147880800,0),(1405,-131554800,1),(1405,-116431200,0),(1405,-100105200,1),(1405,-84376800,0),(1405,-68655600,1),(1405,-52927200,0),(1405,-37206000,1),(1405,-21477600,0),(1405,-5756400,1),(1405,9972000,0),(1405,25693200,1),(1405,41421600,0),(1405,57747600,1),(1405,73476000,0),(1405,89197201,1),(1405,104925602,0),(1405,120646802,1),(1405,136375203,0),(1405,152096403,1),(1405,167824804,0),(1405,183546004,1),(1405,199274405,0),(1405,215600405,1),(1405,230724006,0),(1405,247050006,1),(1405,262778407,0),(1405,278499607,1),(1405,294228008,0),(1405,309949208,1),(1405,325677609,0),(1405,341398809,1),(1405,357127209,0),(1405,372848410,1),(1405,388576810,0),(1405,404902811,1),(1405,420026411,0),(1405,436352412,1),(1405,452080812,0),(1405,467802012,1),(1405,483530412,0),(1405,499251613,1),(1405,514980013,0),(1405,530701213,1),(1405,544615213,0),(1405,562150813,1),(1405,576064814,0),(1405,594205214,1),(1405,607514414,0),(1405,625654814,1),(1405,638964015,0),(1405,657104415,1),(1405,671018416,0),(1405,688554016,1),(1405,702468016,0),(1405,720003617,1),(1405,733917617,0),(1405,752058018,1),(1405,765367218,0),(1405,783507619,1),(1405,796816819,0),(1405,814957219,1),(1405,828871220,0),(1405,846406820,1),(1405,860320820,0),(1405,877856421,1),(1405,891770421,0),(1405,909306021,1),(1405,923220022,0),(1405,941360422,1),(1405,954669622,0),(1405,972810022,1),(1405,986119222,0),(1405,1004259622,1),(1405,1018173622,0),(1405,1035709222,1),(1405,1049623222,0),(1405,1067158822,1),(1405,1081072822,0),(1405,1099213222,1),(1405,1112522422,0),(1405,1130662822,1),(1405,1143972023,0),(1405,1162112423,1),(1405,1173607223,0),(1405,1194166823,1),(1405,1205056823,0),(1405,1225616423,1),(1405,1236506424,0),(1405,1257066024,1),(1405,1268560824,0),(1405,1289120424,1),(1405,1300010424,0),(1405,1320570024,1),(1405,1331460024,0),(1405,1352019625,1),(1405,1362909625,0),(1405,1383469225,1),(1405,1394359225,0),(1405,1414918825,1),(1405,1425808825,0),(1405,1446368426,1),(1405,1457863226,0),(1405,1478422826,1),(1405,1489312827,0),(1405,1509872427,1),(1405,1520762427,0),(1405,1541322027,1),(1405,1552212027,0),(1405,1572771627,1),(1405,1583661627,0),(1405,1604221227,1),(1405,1615716027,0),(1405,1636275627,1),(1405,1647165627,0),(1405,1667725227,1),(1405,1678615227,0),(1405,1699174827,1),(1405,1710064827,0),(1405,1730624427,1),(1405,1741514427,0),(1405,1762074027,1),(1405,1772964027,0),(1405,1793523627,1),(1405,1805018427,0),(1405,1825578027,1),(1405,1836468027,0),(1405,1857027627,1),(1405,1867917627,0),(1405,1888477227,1),(1405,1899367227,0),(1405,1919926827,1),(1405,1930816827,0),(1405,1951376427,1),(1405,1962871227,0),(1405,1983430827,1),(1405,1994320827,0),(1405,2014880427,1),(1405,2025770427,0),(1405,2046330027,1),(1405,2057220027,0),(1405,2077779627,1),(1405,2088669627,0),(1405,2109229227,1),(1405,2120119227,0),(1405,2140678827,1),(1406,-873057600,2),(1406,-769395600,1),(1406,-765399600,0),(1407,-1632056400,0),(1407,-1615125600,1),(1407,-1596978000,0),(1407,-1583164800,1),(1407,-880203600,2),(1407,-769395600,3),(1407,-765381600,1),(1407,-147884400,4),(1407,-131554800,1),(1407,-81961200,5),(1407,325677609,6),(1407,341398809,5),(1407,357127209,6),(1407,372848410,5),(1407,388576810,6),(1407,404902811,5),(1407,420026411,6),(1407,436352412,5),(1407,452080812,6),(1407,467802012,5),(1407,483530412,6),(1407,499251613,5),(1407,514980013,6),(1407,530701213,5),(1407,544615213,6),(1407,562150813,5),(1407,576064814,6),(1407,594205214,5),(1407,607514414,6),(1407,625654814,5),(1407,638964015,6),(1407,657104415,5),(1407,671018416,6),(1407,688554016,5),(1407,702468016,6),(1407,720003617,5),(1407,733917617,6),(1407,752058018,5),(1407,765367218,6),(1407,783507619,5),(1407,796816819,6),(1407,814957219,5),(1407,828871220,6),(1407,846406820,5),(1407,860320820,6),(1407,877856421,5),(1407,891770421,6),(1407,909306021,5),(1407,923220022,6),(1407,941360422,5),(1407,954669622,6),(1407,972810022,5),(1407,986119222,6),(1407,1004259622,5),(1407,1018173622,6),(1407,1035709222,5),(1407,1049623222,6),(1407,1067158822,5),(1407,1081072822,6),(1407,1099213222,5),(1407,1112522422,6),(1407,1130662822,5),(1407,1143972023,6),(1407,1162112423,5),(1407,1173607223,6),(1407,1194166823,5),(1407,1205056823,6),(1407,1225616423,5),(1407,1236506424,6),(1407,1257066024,5),(1407,1268560824,6),(1407,1289120424,5),(1407,1300010424,6),(1407,1320570024,5),(1407,1331460024,6),(1407,1352019625,5),(1407,1362909625,6),(1407,1383469225,5),(1407,1394359225,6),(1407,1414918825,5),(1407,1425808825,6),(1407,1446368426,5),(1407,1457863226,6),(1407,1478422826,5),(1407,1489312827,6),(1407,1509872427,5),(1407,1520762427,6),(1407,1541322027,5),(1407,1552212027,6),(1407,1572771627,5),(1407,1583661627,6),(1407,1604214027,7),(1408,-1694368800,0),(1408,-1681671600,1),(1408,-1632067200,0),(1408,-1615136400,1),(1408,-1029686400,0),(1408,-1018198800,1),(1408,-880214400,2),(1408,-769395600,3),(1408,-765392400,1),(1408,-746035200,0),(1408,-732733200,1),(1408,-715795200,0),(1408,-702493200,1),(1408,-684345600,0),(1408,-671043600,1),(1408,-652896000,0),(1408,-639594000,1),(1408,-620755200,0),(1408,-607626000,1),(1408,-589392000,0),(1408,-576090000,1),(1408,-557942400,0),(1408,-544640400,1),(1408,-526492800,0),(1408,-513190800,1),(1408,-495043200,0),(1408,-481741200,1),(1408,-463593600,0),(1408,-450291600,1),(1408,-431539200,0),(1408,-418237200,1),(1408,-400089600,0),(1408,-386787600,1),(1408,-368640000,0),(1408,-355338000,1),(1408,-337190400,0),(1408,-321469200,1),(1408,-305740800,0),(1408,-292438800,1),(1408,-210787200,0),(1408,-198090000,1),(1408,-116438400,4),(1408,-100108800,5),(1408,-84384000,4),(1408,-68659200,5),(1408,-52934400,4),(1408,-37209600,5),(1408,-21484800,4),(1408,-5760000,5),(1408,9964800,4),(1408,25689600,5),(1408,41414400,4),(1408,57744000,5),(1408,73468800,4),(1408,89193601,5),(1408,104918402,4),(1408,120643202,5),(1408,136368003,4),(1408,152092803,5),(1408,167817604,4),(1408,183542404,5),(1408,199267205,4),(1408,215596805,5),(1408,230716806,4),(1408,247046406,5),(1408,262771207,4),(1408,278496007,5),(1408,294220808,4),(1408,309945608,5),(1408,325670409,4),(1408,341395209,5),(1408,357120009,4),(1408,372844810,5),(1408,388569610,4),(1408,404899211,5),(1408,420019211,4),(1408,436348812,5),(1408,452073612,4),(1408,467798412,5),(1408,483523212,4),(1408,499248013,5),(1408,514972813,4),(1408,530697613,5),(1408,544608013,4),(1408,562147213,5),(1408,576057614,4),(1408,594201614,5),(1408,607507214,4),(1408,625651214,5),(1408,638956815,4),(1408,657100815,5),(1408,671011216,4),(1408,688550416,5),(1408,702460816,4),(1408,720000017,5),(1408,733910417,4),(1408,752054418,5),(1408,765360018,4),(1408,783504019,5),(1408,796809619,4),(1408,814953619,5),(1408,828864020,4),(1408,846403220,5),(1408,860313620,4),(1408,877852821,5),(1408,891763221,4),(1408,909302421,5),(1408,923212822,4),(1408,941356822,5),(1408,954662422,4),(1408,972806422,5),(1408,986112022,4),(1408,1004256022,5),(1408,1018166422,4),(1408,1035705622,5),(1408,1049616022,4),(1408,1067155222,5),(1408,1081065622,4),(1408,1099209622,5),(1408,1112515222,4),(1408,1130659222,5),(1408,1136095223,1),(1408,1143964823,0),(1408,1162105223,1),(1408,1173600023,0),(1408,1194159623,1),(1408,1205049623,0),(1408,1225609223,1),(1408,1236499224,0),(1408,1257058824,1),(1408,1268553624,0),(1408,1289113224,1),(1408,1300003224,0),(1408,1320562824,1),(1408,1331452824,0),(1408,1352012425,1),(1408,1362902425,0),(1408,1383462025,1),(1408,1394352025,0),(1408,1414911625,1),(1408,1425801625,0),(1408,1446361226,1),(1408,1457856026,0),(1408,1478415626,1),(1408,1489305627,0),(1408,1509865227,1),(1408,1520755227,0),(1408,1541314827,1),(1408,1552204827,0),(1408,1572764427,1),(1408,1583654427,0),(1408,1604214027,1),(1408,1615708827,0),(1408,1636268427,1),(1408,1647158427,0),(1408,1667718027,1),(1408,1678608027,0),(1408,1699167627,1),(1408,1710057627,0),(1408,1730617227,1),(1408,1741507227,0),(1408,1762066827,1),(1408,1772956827,0),(1408,1793516427,1),(1408,1805011227,0),(1408,1825570827,1),(1408,1836460827,0),(1408,1857020427,1),(1408,1867910427,0),(1408,1888470027,1),(1408,1899360027,0),(1408,1919919627,1),(1408,1930809627,0),(1408,1951369227,1),(1408,1962864027,0),(1408,1983423627,1),(1408,1994313627,0),(1408,2014873227,1),(1408,2025763227,0),(1408,2046322827,1),(1408,2057212827,0),(1408,2077772427,1),(1408,2088662427,0),(1408,2109222027,1),(1408,2120112027,0),(1408,2140671627,1),(1409,-880203600,1),(1409,-769395600,2),(1409,-765381600,0),(1409,-21474000,3),(1409,-5752800,0),(1409,9975600,3),(1409,25696800,0),(1409,41425200,3),(1409,57751200,0),(1409,73479600,3),(1409,89200801,0),(1409,104929202,3),(1409,120650402,0),(1409,126702003,3),(1409,152100003,0),(1409,162385204,3),(1409,183549604,0),(1409,199278005,3),(1409,215604005,0),(1409,230727606,3),(1409,247053606,0),(1409,262782007,3),(1409,278503207,0),(1409,294231608,3),(1409,309952808,0),(1409,325681209,3),(1409,341402409,0),(1409,357130809,3),(1409,372852010,0),(1409,388580410,3),(1409,404906411,0),(1409,420030011,3),(1409,436356012,0),(1409,439030812,5),(1409,452084412,4),(1409,467805612,5),(1409,483534012,4),(1409,499255213,5),(1409,514983613,4),(1409,530704813,5),(1409,544618813,4),(1409,562154413,5),(1409,576068414,4),(1409,594208814,5),(1409,607518014,4),(1409,625658414,5),(1409,638967615,4),(1409,657108015,5),(1409,671022016,4),(1409,688557616,5),(1409,702471616,4),(1409,720007217,5),(1409,733921217,4),(1409,752061618,5),(1409,765370818,4),(1409,783511219,5),(1409,796820419,4),(1409,814960819,5),(1409,828874820,4),(1409,846410420,5),(1409,860324420,4),(1409,877860021,5),(1409,891774021,4),(1409,909309621,5),(1409,923223622,4),(1409,941364022,5),(1409,954673222,4),(1409,972813622,5),(1409,986122822,4),(1409,1004263222,5),(1409,1018177222,4),(1409,1035712822,5),(1409,1049626822,4),(1409,1067162422,5),(1409,1081076422,4),(1409,1099216822,5),(1409,1112526022,4),(1409,1130666422,5),(1409,1143975623,4),(1409,1162116023,5),(1409,1173610823,4),(1409,1194170423,5),(1409,1205060423,4),(1409,1225620023,5),(1409,1236510024,4),(1409,1257069624,5),(1409,1268564424,4),(1409,1289124024,5),(1409,1300014024,4),(1409,1320573624,5),(1409,1331463624,4),(1409,1352023225,5),(1409,1362913225,4),(1409,1383472825,5),(1409,1394362825,4),(1409,1414922425,5),(1409,1425812425,4),(1409,1446372026,5),(1409,1457866826,4),(1409,1478426426,5),(1409,1489316427,4),(1409,1509876027,5),(1409,1520766027,4),(1409,1541325627,5),(1409,1552215627,4),(1409,1572775227,5),(1409,1583665227,4),(1409,1604224827,5),(1409,1615719627,4),(1409,1636279227,5),(1409,1647169227,4),(1409,1667728827,5),(1409,1678618827,4),(1409,1699178427,5),(1409,1710068427,4),(1409,1730628027,5),(1409,1741518027,4),(1409,1762077627,5),(1409,1772967627,4),(1409,1793527227,5),(1409,1805022027,4),(1409,1825581627,5),(1409,1836471627,4),(1409,1857031227,5),(1409,1867921227,4),(1409,1888480827,5),(1409,1899370827,4),(1409,1919930427,5),(1409,1930820427,4),(1409,1951380027,5),(1409,1962874827,4),(1409,1983434427,5),(1409,1994324427,4),(1409,2014884027,5),(1409,2025774027,4),(1409,2046333627,5),(1409,2057223627,4),(1409,2077783227,5),(1409,2088673227,4),(1409,2109232827,5),(1409,2120122827,4),(1409,2140682427,5),(1410,-1104537600,3),(1410,-880210800,1),(1410,-769395600,2),(1410,-765388800,3),(1410,-147891600,4),(1410,-131562000,3),(1410,325674009,5),(1410,341395209,3),(1410,357123609,5),(1410,372844810,3),(1410,388573210,5),(1410,404899211,3),(1410,420022811,5),(1410,436348812,3),(1410,452077212,5),(1410,467798412,3),(1410,483526812,5),(1410,499248013,3),(1410,514976413,5),(1410,530697613,3),(1410,544611613,5),(1410,562147213,3),(1410,576061214,5),(1410,594201614,3),(1410,607510814,5),(1410,625651214,3),(1410,638960415,5),(1410,657100815,3),(1410,671014816,5),(1410,688550416,3),(1410,702464416,5),(1410,720000017,3),(1410,733914017,5),(1410,752054418,3),(1410,765363618,5),(1410,783504019,3),(1410,796813219,5),(1410,814953619,3),(1410,828867620,5),(1410,846403220,3),(1410,860317220,5),(1410,877852821,3),(1410,891766821,5),(1410,909302421,3),(1410,923216422,5),(1410,941356822,3),(1410,954666022,5),(1410,972806422,3),(1410,986115622,5),(1410,1004256022,3),(1410,1018170022,5),(1410,1035705622,3),(1410,1049619622,5),(1410,1067155222,3),(1410,1081069222,5),(1410,1099209622,3),(1410,1112518822,5),(1410,1130659222,3),(1410,1143968423,5),(1410,1162108823,3),(1410,1173603623,5),(1410,1194163223,3),(1410,1205053223,5),(1410,1225612823,3),(1410,1236502824,5),(1410,1257062424,3),(1410,1268557224,5),(1410,1289116824,3),(1410,1300006824,5),(1410,1320566424,3),(1410,1331456424,5),(1410,1352016025,3),(1410,1362906025,5),(1410,1383465625,3),(1410,1394355625,5),(1410,1414915225,3),(1410,1425805225,5),(1410,1446364826,3),(1410,1457859626,5),(1410,1478419226,3),(1410,1489309227,5),(1410,1509868827,3),(1410,1520758827,5),(1410,1541318427,3),(1410,1552208427,5),(1410,1572768027,3),(1410,1583658027,5),(1410,1604217627,3),(1410,1615712427,5),(1410,1636272027,3),(1410,1647162027,5),(1410,1667721627,3),(1410,1678611627,5),(1410,1699171227,3),(1410,1710061227,5),(1410,1730620827,3),(1410,1741510827,5),(1410,1762070427,3),(1410,1772960427,5),(1410,1793520027,3),(1410,1805014827,5),(1410,1825574427,3),(1410,1836464427,5),(1410,1857024027,3),(1410,1867914027,5),(1410,1888473627,3),(1410,1899363627,5),(1410,1919923227,3),(1410,1930813227,5),(1410,1951372827,3),(1410,1962867627,5),(1410,1983427227,3),(1410,1994317227,5),(1410,2014876827,3),(1410,2025766827,5),(1410,2046326427,3),(1410,2057216427,5),(1410,2077776027,3),(1410,2088666027,5),(1410,2109225627,3),(1410,2120115627,5),(1410,2140675227,3),(1411,-31536000,1),(1411,1255802424,2),(1411,1267714824,1),(1411,1319738424,2),(1411,1329843624,3),(1411,1477065626,2),(1411,1520701227,1),(1411,1538856027,2),(1411,1552752027,1),(1411,1570129227,2),(1411,1583596827,1),(1411,1601740887,2),(1412,-409190400,1),(1412,-163062000,0),(1412,-28857600,1),(1412,1255806024,2),(1412,1268251224,3),(1412,1319742024,2),(1412,1329854424,3),(1414,-1680508800,1),(1414,-1665388800,2),(1414,-1601719200,3),(1414,-687052800,0),(1414,-71136000,4),(1414,-55411200,2),(1414,-37267200,4),(1414,-25776000,2),(1414,-5817600,4),(1414,5673600,2),(1414,25632000,4),(1414,37728000,2),(1414,57686400,4),(1414,67968000,2),(1414,89136001,4),(1414,100022402,2),(1414,120585602,4),(1414,131472003,2),(1414,152035203,4),(1414,162921604,2),(1414,183484804,4),(1414,194976005,2),(1414,215539205,4),(1414,226425606,2),(1414,246988806,4),(1414,257875207,2),(1414,278438407,4),(1414,289324808,2),(1414,309888008,4),(1414,320774409,2),(1414,341337609,4),(1414,352224009,2),(1414,372787210,4),(1414,386092810,2),(1414,404841611,4),(1414,417542411,2),(1414,436291212,4),(1414,447177612,2),(1414,467740812,4),(1414,478627212,2),(1414,499190413,4),(1414,510076813,2),(1414,530035213,4),(1414,542736013,2),(1414,562089613,4),(1414,574790414,2),(1414,594144014,4),(1414,606240014,2),(1414,625593614,4),(1414,637689615,2),(1414,657043215,4),(1414,670348816,2),(1414,686678416,4),(1414,701798416,2),(1414,718128017,4),(1414,733248017,2),(1414,749577618,4),(1414,764697618,2),(1414,781027219,4),(1414,796147219,2),(1414,812476819,4),(1414,828201620,2),(1414,844531220,4),(1414,859651220,2),(1414,875980821,4),(1414,891100821,2),(1414,907430421,4),(1414,922550422,2),(1414,938880022,4),(1414,954000022,2),(1414,967305622,4),(1414,985449622,2),(1414,1002384022,4),(1414,1017504022,2),(1414,1033833622,4),(1414,1048953622,2),(1414,1065283222,4),(1414,1080403222,2),(1414,1096732822,4),(1414,1111852822,2),(1414,1128182422,4),(1414,1143907223,2),(1414,1159632023,4),(1414,1174752023,2),(1414,1191686423,4),(1414,1207411223,2),(1414,1223136023,4),(1414,1238860824,2),(1414,1254585624,4),(1414,1262264424,1),(1414,1301760024,2),(1414,1317484824,4),(1414,1333209624,2),(1414,1349539225,4),(1414,1365264025,2),(1414,1380988825,4),(1414,1396713625,2),(1414,1412438425,4),(1414,1428163225,2),(1414,1443888026,4),(1414,1459612826,2),(1414,1475337626,4),(1414,1491062427,2),(1414,1506787227,4),(1414,1522512027,2),(1414,1538841627,4),(1414,1554566427,2),(1414,1570291227,4),(1414,1586016027,2),(1414,1601740827,4),(1414,1617465627,2),(1414,1633190427,4),(1414,1648915227,2),(1414,1664640027,4),(1414,1680364827,2),(1414,1696089627,4),(1414,1712419227,2),(1414,1728144027,4),(1414,1743868827,2),(1414,1759593627,4),(1414,1775318427,2),(1414,1791043227,4),(1414,1806768027,2),(1414,1822492827,4),(1414,1838217627,2),(1414,1853942427,4),(1414,1869667227,2),(1414,1885996827,4),(1414,1901721627,2),(1414,1917446427,4),(1414,1933171227,2),(1414,1948896027,4),(1414,1964620827,2),(1414,1980345627,4),(1414,1996070427,2),(1414,2011795227,4),(1414,2027520027,2),(1414,2043244827,4),(1414,2058969627,2),(1414,2075299227,4),(1414,2091024027,2),(1414,2106748827,4),(1414,2122473627,2),(1414,2138198427,4),(1415,-501206400,1),(1415,1255809624,2),(1416,-1330335000,0),(1416,-1320057000,1),(1416,-1300699800,2),(1416,-1287396000,1),(1416,-1269250200,2),(1416,-1255946400,1),(1416,-1237800600,2),(1416,-1224496800,1),(1416,-1206351000,2),(1416,-1192442400,1),(1416,-1174901400,2),(1416,-1160992800,1),(1416,-1143451800,2),(1416,-1125914400,1),(1416,-1112607000,2),(1416,-1094464800,1),(1416,-1081157400,2),(1416,-1063015200,1),(1416,-1049707800,2),(1416,-1031565600,1),(1416,-1018258200,2),(1416,-1000116000,1),(1416,-986808600,2),(1416,-968061600,1),(1416,-955359000,2),(1416,-936612000,1),(1416,-923304600,2),(1416,-757425600,5),(1416,152632803,3),(1416,162309604,4),(1416,183477604,3),(1416,194968805,4),(1416,215532005,3),(1416,226418406,4),(1416,246981606,3),(1416,257868007,4),(1416,278431207,3),(1416,289317608,4),(1416,309880808,3),(1416,320767209,4),(1416,341330409,3),(1416,352216809,4),(1416,372780010,3),(1416,384271210,4),(1416,404834411,3),(1416,415720811,4),(1416,436284012,3),(1416,447170412,4),(1416,467733612,3),(1416,478620012,4),(1416,499183213,3),(1416,510069613,4),(1416,530632813,3),(1416,541519213,4),(1416,562082413,3),(1416,573573614,4),(1416,594136814,3),(1416,605023214,4),(1416,623772014,3),(1416,637682415,4),(1416,655221615,3),(1416,669132016,4),(1416,686671216,3),(1416,700581616,4),(1416,718120817,3),(1416,732636017,4),(1416,749570418,3),(1416,764085618,4),(1416,781020019,3),(1416,795535219,4),(1416,812469619,3),(1416,826984820,4),(1416,844524020,3),(1416,858434420,4),(1416,875973621,3),(1416,889884021,4),(1416,907423221,3),(1416,921938422,4),(1416,938872822,3),(1416,953388022,4),(1416,970322422,3),(1416,984837622,4),(1416,1002376822,3),(1416,1016287222,4),(1416,1033826422,3),(1416,1047736822,4),(1416,1065276022,3),(1416,1079791222,4),(1416,1096725622,3),(1416,1111240822,4),(1416,1128175222,3),(1416,1142690423,4),(1416,1159624823,3),(1416,1174140023,4),(1416,1191074423,3),(1416,1207404023,4),(1416,1222524023,3),(1416,1238853624,4),(1416,1253973624,3),(1416,1270303224,4),(1416,1285423224,3),(1416,1301752824,4),(1416,1316872824,3),(1416,1333202424,4),(1416,1348927225,3),(1416,1365256825,4),(1416,1380376825,3),(1416,1396706425,4),(1416,1411826425,3),(1416,1428156025,4),(1416,1443276026,3),(1416,1459605626,4),(1416,1474725626,3),(1416,1491055227,4),(1416,1506175227,3),(1416,1522504827,4),(1416,1538229627,3),(1416,1554559227,4),(1416,1569679227,3),(1416,1586008827,4),(1416,1601128827,3),(1416,1617458427,4),(1416,1632578427,3),(1416,1648908027,4),(1416,1664028027,3),(1416,1680357627,4),(1416,1695477627,3),(1416,1712412027,4),(1416,1727532027,3),(1416,1743861627,4),(1416,1758981627,3),(1416,1775311227,4),(1416,1790431227,3),(1416,1806760827,4),(1416,1821880827,3),(1416,1838210427,4),(1416,1853330427,3),(1416,1869660027,4),(1416,1885384827,3),(1416,1901714427,4),(1416,1916834427,3),(1416,1933164027,4),(1416,1948284027,3),(1416,1964613627,4),(1416,1979733627,3),(1416,1996063227,4),(1416,2011183227,3),(1416,2027512827,4),(1416,2042632827,3),(1416,2058962427,4),(1416,2074687227,3),(1416,2091016827,4),(1416,2106136827,3),(1416,2122466427,4),(1416,2137586427,3),(1417,-157766400,2),(1417,-152658000,1),(1417,-132955200,2),(1417,-121122000,1),(1417,-101419200,2),(1417,-86821200,1),(1417,-71092800,2),(1417,-54766800,1),(1417,-39038400,2),(1417,-23317200,1),(1417,-7588800,4),(1417,128142003,3),(1417,136605603,4),(1417,389070010,1),(1417,403070411,5),(1417,416372411,6),(1417,434520012,5),(1417,447822012,6),(1417,466574412,5),(1417,479271612,6),(1417,498024013,5),(1417,510721213,6),(1417,529473613,5),(1417,545194813,6),(1417,560923213,5),(1417,574225214,6),(1417,592372814,5),(1417,605674814,6),(1417,624427214,5),(1417,637124415,6),(1417,653457615,5),(1417,668574016,6),(1417,687326416,5),(1417,700628416,6),(1417,718776017,5),(1417,732078017,6),(1417,750225618,5),(1417,763527618,6),(1417,781675219,5),(1417,794977219,6),(1417,813729619,5),(1417,826426820,6),(1417,845179220,5),(1417,859690820,6),(1417,876628821,5),(1417,889930821,6),(1417,906868821,5),(1417,923194822,6),(1417,939528022,5),(1417,952830022,6),(1417,971582422,5),(1417,984279622,6),(1417,1003032022,5),(1417,1015729222,6),(1417,1034481622,5),(1417,1047178822,6),(1417,1065931222,5),(1417,1079233222,6),(1417,1097380822,5),(1417,1110682822,6),(1417,1128830422,5),(1417,1142132423,6),(1417,1160884823,5),(1417,1173582023,6),(1417,1192334423,5),(1417,1206846023,6),(1417,1223784023,5),(1417,1237086024,6),(1417,1255233624,5),(1417,1270350024,6),(1417,1286683224,5),(1417,1304823624,6),(1417,1313899224,5),(1417,1335668424,6),(1417,1346558425,5),(1417,1367118025,6),(1417,1378612825,5),(1417,1398567625,6),(1417,1410062425,5),(1417,1463281226,6),(1417,1471147226,5),(1417,1480820426,4),(1418,218246405,1),(1419,-1330335000,0),(1419,-1320057000,1),(1419,-1300699800,2),(1419,-1287396000,1),(1419,-1269250200,2),(1419,-1255946400,1),(1419,-1237800600,2),(1419,-1224496800,1),(1419,-1206351000,2),(1419,-1192442400,1),(1419,-1174901400,2),(1419,-1160992800,1),(1419,-1143451800,2),(1419,-1125914400,1),(1419,-1112607000,2),(1419,-1094464800,1),(1419,-1081157400,2),(1419,-1063015200,1),(1419,-1049707800,2),(1419,-1031565600,1),(1419,-1018258200,2),(1419,-1000116000,1),(1419,-986808600,2),(1419,-968061600,1),(1419,-955359000,2),(1419,-936612000,1),(1419,-923304600,2),(1419,-757425600,5),(1419,152632803,3),(1419,162309604,4),(1419,183477604,3),(1419,194968805,4),(1419,215532005,3),(1419,226418406,4),(1419,246981606,3),(1419,257868007,4),(1419,278431207,3),(1419,289317608,4),(1419,309880808,3),(1419,320767209,4),(1419,341330409,3),(1419,352216809,4),(1419,372780010,3),(1419,384271210,4),(1419,404834411,3),(1419,415720811,4),(1419,436284012,3),(1419,447170412,4),(1419,467733612,3),(1419,478620012,4),(1419,499183213,3),(1419,510069613,4),(1419,530632813,3),(1419,541519213,4),(1419,562082413,3),(1419,573573614,4),(1419,594136814,3),(1419,605023214,4),(1419,623772014,3),(1419,637682415,4),(1419,655221615,3),(1419,669132016,4),(1419,686671216,3),(1419,700581616,4),(1419,718120817,3),(1419,732636017,4),(1419,749570418,3),(1419,764085618,4),(1419,781020019,3),(1419,795535219,4),(1419,812469619,3),(1419,826984820,4),(1419,844524020,3),(1419,858434420,4),(1419,875973621,3),(1419,889884021,4),(1419,907423221,3),(1419,921938422,4),(1419,938872822,3),(1419,953388022,4),(1419,970322422,3),(1419,984837622,4),(1419,1002376822,3),(1419,1016287222,4),(1419,1033826422,3),(1419,1047736822,4),(1419,1065276022,3),(1419,1079791222,4),(1419,1096725622,3),(1419,1111240822,4),(1419,1128175222,3),(1419,1142690423,4),(1419,1159624823,3),(1419,1174140023,4),(1419,1191074423,3),(1419,1207404023,4),(1419,1222524023,3),(1419,1238853624,4),(1419,1253973624,3),(1419,1270303224,4),(1419,1285423224,3),(1419,1301752824,4),(1419,1316872824,3),(1419,1333202424,4),(1419,1348927225,3),(1419,1365256825,4),(1419,1380376825,3),(1419,1396706425,4),(1419,1411826425,3),(1419,1428156025,4),(1419,1443276026,3),(1419,1459605626,4),(1419,1474725626,3),(1419,1491055227,4),(1419,1506175227,3),(1419,1522504827,4),(1419,1538229627,3),(1419,1554559227,4),(1419,1569679227,3),(1419,1586008827,4),(1419,1601128827,3),(1419,1617458427,4),(1419,1632578427,3),(1419,1648908027,4),(1419,1664028027,3),(1419,1680357627,4),(1419,1695477627,3),(1419,1712412027,4),(1419,1727532027,3),(1419,1743861627,4),(1419,1758981627,3),(1419,1775311227,4),(1419,1790431227,3),(1419,1806760827,4),(1419,1821880827,3),(1419,1838210427,4),(1419,1853330427,3),(1419,1869660027,4),(1419,1885384827,3),(1419,1901714427,4),(1419,1916834427,3),(1419,1933164027,4),(1419,1948284027,3),(1419,1964613627,4),(1419,1979733627,3),(1419,1996063227,4),(1419,2011183227,3),(1419,2027512827,4),(1419,2042632827,3),(1419,2058962427,4),(1419,2074687227,3),(1419,2091016827,4),(1419,2106136827,3),(1419,2122466427,4),(1419,2137586427,3),(1420,-719636812,1),(1421,1108166422,3),(1421,1111885222,1),(1421,1130634022,2),(1421,1143334823,1),(1421,1162083623,2),(1421,1174784423,1),(1421,1193533223,2),(1421,1206838823,1),(1421,1224982823,2),(1421,1238288424,1),(1421,1256432424,2),(1421,1269738024,1),(1421,1288486824,2),(1421,1301187624,1),(1421,1319936424,2),(1421,1332637224,1),(1421,1351386025,2),(1421,1364691625,1),(1421,1382835625,2),(1421,1396141225,1),(1421,1414285225,2),(1421,1427590825,1),(1421,1445734826,2),(1421,1459040426,1),(1421,1477789226,2),(1421,1490490027,1),(1421,1509238827,2),(1421,1521939627,1),(1421,1540688427,2),(1421,1553994027,1),(1421,1572138027,2),(1421,1585443627,1),(1421,1603587627,2),(1421,1616893227,1),(1421,1635642027,2),(1421,1648342827,1),(1421,1667091627,2),(1421,1679792427,1),(1421,1698541227,2),(1421,1711846827,1),(1421,1729990827,2),(1421,1743296427,1),(1421,1761440427,2),(1421,1774746027,1),(1421,1792890027,2),(1421,1806195627,1),(1421,1824944427,2),(1421,1837645227,1),(1421,1856394027,2),(1421,1869094827,1),(1421,1887843627,2),(1421,1901149227,1),(1421,1919293227,2),(1421,1932598827,1),(1421,1950742827,2),(1421,1964048427,1),(1421,1982797227,2),(1421,1995498027,1),(1421,2014246827,2),(1421,2026947627,1),(1421,2045696427,2),(1421,2058397227,1),(1421,2077146027,2),(1421,2090451627,1),(1421,2108595627,2),(1421,2121901227,1),(1421,2140045227,2),(1422,-380073600,1),(1423,-1691884800,0),(1423,-1680573600,1),(1423,-927511200,0),(1423,-857257200,2),(1423,-844556400,3),(1423,-828226800,2),(1423,-812502000,3),(1423,-796777200,2),(1423,-781052400,3),(1423,-765327600,2),(1423,-340844400,3),(1423,-324514800,2),(1423,-308790000,3),(1423,-293065200,2),(1423,-277340400,3),(1423,-261615600,2),(1423,-245890800,3),(1423,-230166000,2),(1423,-214441200,3),(1423,-198716400,2),(1423,-182991600,3),(1423,-166662000,2),(1423,-147913200,3),(1423,-135212400,2),(1423,315529208,1),(1423,323830809,4),(1423,338950809,5),(1423,354675609,4),(1423,370400410,5),(1423,386125210,4),(1423,401850011,5),(1423,417574811,4),(1423,433299612,5),(1423,449024412,4),(1423,465354012,5),(1423,481078812,4),(1423,496803613,5),(1423,512528413,4),(1423,528253213,5),(1423,543978013,4),(1423,559702813,5),(1423,575427614,4),(1423,591152414,5),(1423,606877214,4),(1423,622602014,5),(1423,638326815,4),(1423,654656415,5),(1423,670381216,4),(1423,686106016,5),(1423,701830816,4),(1423,717555617,5),(1423,733280417,4),(1423,749005218,5),(1423,764730018,4),(1423,780454819,5),(1423,796179619,4),(1423,811904419,5),(1423,828234020,4),(1423,846378020,5),(1423,859683620,4),(1423,877827621,5),(1423,891133221,4),(1423,909277221,5),(1423,922582822,4),(1423,941331622,5),(1423,954032422,4),(1423,972781222,5),(1423,985482022,4),(1423,1004230822,5),(1423,1017536422,4),(1423,1035680422,5),(1423,1048986022,4),(1423,1067130022,5),(1423,1080435622,4),(1423,1099184422,5),(1423,1111885222,4),(1423,1130634022,5),(1423,1143334823,4),(1423,1162083623,5),(1423,1174784423,4),(1423,1193533223,5),(1423,1206838823,4),(1423,1224982823,5),(1423,1238288424,4),(1423,1256432424,5),(1423,1269738024,4),(1423,1288486824,5),(1423,1301187624,4),(1423,1319936424,5),(1423,1332637224,4),(1423,1351386025,5),(1423,1364691625,4),(1423,1382835625,5),(1423,1396141225,4),(1423,1414285225,5),(1423,1427590825,4),(1423,1445734826,5),(1423,1459040426,4),(1423,1477789226,5),(1423,1490490027,4),(1423,1509238827,5),(1423,1521939627,4),(1423,1540688427,5),(1423,1553994027,4),(1423,1572138027,5),(1423,1585443627,4),(1423,1603587627,5),(1423,1616893227,4),(1423,1635642027,5),(1423,1648342827,4),(1423,1667091627,5),(1423,1679792427,4),(1423,1698541227,5),(1423,1711846827,4),(1423,1729990827,5),(1423,1743296427,4),(1423,1761440427,5),(1423,1774746027,4),(1423,1792890027,5),(1423,1806195627,4),(1423,1824944427,5),(1423,1837645227,4),(1423,1856394027,5),(1423,1869094827,4),(1423,1887843627,5),(1423,1901149227,4),(1423,1919293227,5),(1423,1932598827,4),(1423,1950742827,5),(1423,1964048427,4),(1423,1982797227,5),(1423,1995498027,4),(1423,2014246827,5),(1423,2026947627,4),(1423,2045696427,5),(1423,2058397227,4),(1423,2077146027,5),(1423,2090451627,4),(1423,2108595627,5),(1423,2121901227,4),(1423,2140045227,5),(1424,-719636812,1),(1425,-1441170468,1),(1425,-1247547600,3),(1425,354909609,2),(1425,370717210,3),(1425,386445610,2),(1425,402253211,3),(1425,417981611,2),(1425,433789212,3),(1425,449604012,2),(1425,465336012,4),(1425,481060812,5),(1425,496785613,4),(1425,512510413,5),(1425,528235213,4),(1425,543960013,5),(1425,559684813,4),(1425,575409614,5),(1425,591134414,4),(1425,606859214,5),(1425,622584014,4),(1425,638308815,5),(1425,654638415,4),(1425,670363216,6),(1425,686091616,7),(1425,695768416,4),(1425,701812816,5),(1425,717537617,4),(1425,733262417,5),(1425,748987218,4),(1425,764712018,5),(1425,780436819,4),(1425,796161619,5),(1425,811886419,4),(1425,828216020,5),(1425,846360020,4),(1425,859665620,5),(1425,877809621,4),(1425,891115221,5),(1425,909259221,4),(1425,922564822,5),(1425,941313622,4),(1425,954014422,5),(1425,972763222,4),(1425,985464022,5),(1425,1004212822,4),(1425,1017518422,5),(1425,1035662422,4),(1425,1048968022,5),(1425,1067112022,4),(1425,1080417622,5),(1425,1099166422,4),(1426,-1230776624,2),(1426,108165602,1),(1426,118270802,2),(1426,136591203,1),(1426,149806803,2),(1426,168127204,1),(1426,181342804,2),(1426,199749605,1),(1426,215643605,2),(1426,231285606,1),(1426,244501206,2),(1426,262735207,1),(1426,275950807,2),(1426,481154412,1),(1426,496962013,2),(1426,512949613,1),(1426,528670813,2),(1426,544399213,1),(1426,560120413,2),(1426,575848814,1),(1426,592174814,2),(1426,610581614,1),(1426,623624414,2),(1426,641167215,1),(1426,655074015,2),(1426,671839216,1),(1426,685918816,2),(1426,702856816,1),(1426,717973217,2),(1426,733701617,1),(1426,749422818,2),(1426,765151218,1),(1426,779662819,2),(1426,797205619,1),(1426,811116019,3),(1426,828655220,1),(1426,843170420,3),(1426,860104820,1),(1426,874620021,3),(1426,891554421,1),(1426,906069621,3),(1426,930780022,4),(1426,938124022,3),(1426,954367222,4),(1426,970178422,3),(1426,985816822,4),(1426,1001628022,3),(1426,1017352822,1),(1426,1033077622,3),(1426,1048802422,1),(1426,1066946422,3),(1426,1080252022,1),(1426,1097791222,3),(1426,1112306422,1),(1426,1128031222,3),(1426,1143756023,1),(1426,1161900023,3),(1426,1175205623,1),(1426,1193349623,3),(1426,1206655223,1),(1426,1225404023,3),(1426,1238104824,1),(1426,1256853624,3),(1426,1269554424,1),(1426,1288303224,3),(1426,1301608824,1),(1426,1319752824,3),(1426,1333058424,1),(1426,1387486825,2),(1426,1395957625,1),(1426,1414706425,3),(1426,1427407225,1),(1426,1446156026,3),(1426,1459461626,1),(1426,1477605626,3),(1426,1490911227,1),(1426,1509055227,3),(1426,1522360827,1),(1426,1540504827,3),(1426,1553810427,1),(1426,1571954427,3),(1426,1585260027,1),(1426,1604008827,3),(1426,1616709627,1),(1426,1635458427,3),(1426,1645740027,1),(1426,1666908027,3),(1426,1677189627,1),(1426,1698357627,3),(1426,1709244027,1),(1426,1729807227,3),(1426,1740693627,1),(1426,1761861627,3),(1426,1772143227,1),(1426,1793311227,3),(1426,1803592827,1),(1426,1824760827,3),(1426,1835042427,1),(1426,1856210427,3),(1426,1866492027,1),(1426,1887660027,3),(1426,1898546427,1),(1426,1919109627,3),(1426,1929996027,1),(1426,1951164027,3),(1426,1961445627,1),(1426,1982613627,3),(1426,1992895227,1),(1426,2014063227,3),(1426,2024344827,1),(1426,2045512827,3),(1426,2055794427,1),(1426,2076962427,3),(1426,2087848827,1),(1426,2109016827,3),(1426,2119298427,1),(1426,2140466427,3),(1427,-1441194596,1),(1427,-1247572800,3),(1427,354884409,2),(1427,370692010,3),(1427,386420410,4),(1427,402231611,1),(1427,417960011,4),(1427,433767612,1),(1427,449582412,4),(1427,465314412,5),(1427,481039212,6),(1427,496764013,5),(1427,512488813,6),(1427,528213613,5),(1427,543938413,6),(1427,559663213,5),(1427,575388014,6),(1427,591112814,5),(1427,606837614,6),(1427,622562414,5),(1427,638287215,6),(1427,654616815,5),(1427,670341616,7),(1427,686070016,8),(1427,695746816,5),(1427,701791216,6),(1427,717516017,5),(1427,733240817,6),(1427,748965618,5),(1427,764690418,6),(1427,780415219,5),(1427,796140019,6),(1427,811864819,5),(1427,828194420,6),(1427,846338420,5),(1427,859644020,6),(1427,877788021,5),(1427,891093621,6),(1427,909237621,5),(1427,922543222,6),(1427,941292022,5),(1427,953992822,6),(1427,972741622,5),(1427,985442422,6),(1427,1004191222,5),(1427,1017496822,6),(1427,1035640822,5),(1427,1048946422,6),(1427,1067090422,5),(1427,1080396022,6),(1427,1099144822,5),(1427,1111845622,6),(1427,1130594422,5),(1427,1143295223,6),(1427,1162044023,5),(1427,1174744823,6),(1427,1193493623,5),(1427,1206799223,6),(1427,1224943223,5),(1427,1238248824,6),(1427,1256392824,5),(1427,1269698424,7),(1427,1288450824,8),(1427,1301151624,5),(1428,-1441164064,1),(1428,-1247544000,2),(1428,370724410,3),(1428,386445610,4),(1428,402256811,2),(1428,417985211,4),(1428,433792812,2),(1428,449607612,4),(1428,465339612,5),(1428,481064412,6),(1428,496789213,5),(1428,512514013,6),(1428,528238813,5),(1428,543963613,6),(1428,559688413,5),(1428,575413214,6),(1428,591138014,5),(1428,606862814,6),(1428,622587614,5),(1428,638312415,6),(1428,654642015,5),(1428,670366816,7),(1428,686095216,8),(1428,695772016,5),(1428,701816416,6),(1428,717541217,5),(1428,733266017,6),(1428,748990818,5),(1428,764715618,6),(1428,780440419,8),(1428,796168819,7),(1428,811893619,8),(1428,828223220,7),(1428,846367220,8),(1428,859672820,7),(1428,877816821,8),(1428,891122421,7),(1428,909266421,8),(1428,922572022,7),(1428,941320822,8),(1428,954021622,7),(1428,972770422,8),(1428,985471222,7),(1428,1004220022,8),(1428,1017525622,7),(1428,1035669622,8),(1428,1048975222,7),(1428,1067119222,8),(1428,1080424822,7),(1428,1099173622,5),(1429,-1441165720,1),(1429,-1247544000,2),(1429,354913209,3),(1429,370720810,4),(1429,386445610,3),(1429,402256811,2),(1429,417985211,3),(1429,433792812,2),(1429,449607612,3),(1429,465339612,5),(1429,481064412,6),(1429,496789213,5),(1429,512514013,6),(1429,528238813,5),(1429,543963613,6),(1429,559688413,5),(1429,575413214,6),(1429,591138014,5),(1429,606862814,6),(1429,622587614,5),(1429,638312415,6),(1429,654642015,5),(1429,670366816,7),(1429,686095216,8),(1429,695772016,5),(1429,701816416,6),(1429,717541217,5),(1429,733266017,6),(1429,748990818,5),(1429,764715618,6),(1429,780440419,5),(1429,796165219,6),(1429,811890019,5),(1429,828219620,6),(1429,846363620,5),(1429,859669220,6),(1429,877813221,5),(1429,891118821,6),(1429,909262821,5),(1429,922568422,6),(1429,941317222,5),(1429,954018022,6),(1429,972766822,5),(1429,985467622,6),(1429,1004216422,5),(1429,1017522022,6),(1429,1035666022,5),(1429,1048971622,6),(1429,1067115622,5),(1429,1080421222,6),(1429,1099170022,5),(1430,-1441166012,1),(1430,-1247544000,3),(1430,354913209,2),(1430,370720810,3),(1430,386449210,2),(1430,402256811,3),(1430,417985211,2),(1430,433792812,3),(1430,449607612,2),(1430,465339612,4),(1430,481064412,5),(1430,496789213,4),(1430,512514013,5),(1430,528238813,4),(1430,543963613,5),(1430,559688413,4),(1430,575413214,5),(1430,591138014,4),(1430,606862814,5),(1430,622587614,4),(1430,638312415,5),(1430,654642015,4),(1430,670366816,6),(1430,686095216,7),(1430,695772016,3),(1431,-1441166012,1),(1431,-1247544000,3),(1431,354913209,2),(1431,370720810,3),(1431,386449210,2),(1431,402256811,3),(1431,417985211,2),(1431,433792812,3),(1431,449607612,2),(1431,465339612,4),(1431,481064412,5),(1431,496789213,4),(1431,512514013,5),(1431,528238813,4),(1431,543963613,5),(1431,559688413,4),(1431,575413214,5),(1431,591138014,4),(1431,606862814,5),(1431,622587614,4),(1431,638312415,5),(1431,654642015,4),(1431,670366816,6),(1431,686095216,7),(1431,695772016,3),(1432,-1441164464,1),(1432,-1247540400,2),(1432,370724410,3),(1432,386445610,4),(1432,402256811,2),(1432,417985211,4),(1432,433792812,2),(1432,449607612,4),(1432,465339612,5),(1432,481064412,6),(1432,496789213,5),(1432,512514013,6),(1432,528238813,5),(1432,543963613,6),(1432,559688413,5),(1432,575413214,6),(1432,591138014,5),(1432,606862814,6),(1432,622587614,5),(1432,638312415,6),(1432,654642015,5),(1432,670366816,7),(1432,686095216,8),(1432,695772016,5),(1432,701816416,6),(1432,717541217,5),(1432,733266017,6),(1432,748990818,5),(1432,764715618,6),(1432,780440419,5),(1432,796165219,6),(1432,811890019,5),(1432,828219620,6),(1432,846363620,5),(1432,859669220,6),(1432,877813221,5),(1432,891118821,6),(1432,909262821,5),(1432,922568422,7),(1432,941320822,8),(1432,954021622,7),(1432,972770422,8),(1432,985471222,7),(1432,1004220022,8),(1432,1017525622,7),(1432,1035669622,8),(1432,1048975222,7),(1432,1067119222,8),(1432,1080424822,7),(1432,1099173622,5),(1433,-1641005856,1),(1433,389048410,2),(1433,402264011,1),(1433,417906011,2),(1433,433800012,1),(1433,449614812,2),(1433,465422412,1),(1433,481150812,2),(1433,496792813,3),(1433,512517613,4),(1433,528242413,3),(1433,543967213,4),(1433,559692013,3),(1433,575416814,4),(1433,591141614,3),(1433,606866414,4),(1433,622591214,3),(1433,638316015,4),(1433,654645615,3),(1433,670464016,4),(1433,686275216,3),(1433,702086416,4),(1433,717897617,3),(1433,733622417,4),(1433,749433618,3),(1433,765158418,4),(1433,780969619,3),(1433,796694419,4),(1433,812505619,3),(1433,828316820,4),(1433,844128020,3),(1433,859852820,4),(1433,875664021,3),(1433,891388821,4),(1433,907200021,3),(1433,922924822,4),(1433,938736022,3),(1433,954547222,4),(1433,970358422,3),(1433,986083222,4),(1433,1001894422,3),(1433,1017619222,4),(1433,1033430422,3),(1433,1049155222,4),(1433,1064966422,3),(1433,1080777622,4),(1433,1096588822,3),(1433,1112313622,4),(1433,1128124822,3),(1433,1143849623,4),(1433,1159660823,3),(1433,1175385623,4),(1433,1191196823,3),(1434,-1577935568,1),(1434,76190400,2),(1435,-1441163964,1),(1435,-405140400,3),(1435,354916809,2),(1435,370724410,3),(1435,386452810,2),(1435,402260411,3),(1435,417988811,2),(1435,433796412,3),(1435,449611212,2),(1435,465343212,4),(1435,481068012,5),(1435,496792813,4),(1435,512517613,5),(1435,528242413,4),(1435,543967213,5),(1435,559692013,4),(1435,575416814,5),(1435,591141614,4),(1435,606866414,5),(1435,622591214,4),(1435,638316015,5),(1435,654645615,4),(1435,670370416,6),(1435,686098816,7),(1435,701823616,6),(1435,717548417,4),(1435,820440019,3),(1435,828234020,8),(1435,846378020,9),(1435,852062420,3),(1435,859680020,2),(1435,877824021,3),(1435,891129621,2),(1435,909273621,3),(1435,922579222,2),(1435,941328022,3),(1435,954028822,2),(1435,972777622,3),(1435,985478422,2),(1435,1004227222,3),(1435,1017532822,2),(1435,1035676822,3),(1435,1048982422,2),(1435,1067126422,3),(1435,1080432022,2),(1435,1099180822,3),(1435,1111881622,2),(1435,1130630422,3),(1435,1143331223,2),(1435,1162080023,3),(1435,1174780823,2),(1435,1193529623,3),(1435,1206835223,2),(1435,1224979223,3),(1435,1238284824,2),(1435,1256428824,3),(1435,1269734424,2),(1435,1288483224,3),(1435,1301184024,2),(1435,1319932824,3),(1435,1332633624,2),(1435,1351382425,3),(1435,1364688025,2),(1435,1382832025,3),(1435,1396137625,2),(1435,1414281625,3),(1435,1427587225,2),(1435,1445731226,3),(1436,-1570084924,1),(1437,-1579844100,1),(1437,-1247551200,3),(1437,354906009,2),(1437,370713610,3),(1437,386442010,2),(1437,402249611,3),(1437,417978011,2),(1437,433785612,3),(1437,449600412,2),(1437,465332412,4),(1437,481057212,5),(1437,496782013,4),(1437,512506813,5),(1437,528231613,4),(1437,543956413,5),(1437,559681213,4),(1437,575406014,5),(1437,591130814,4),(1437,606855614,5),(1437,622580414,4),(1437,638305215,5),(1437,654634815,4),(1437,670359616,6),(1437,686088016,7),(1437,695764816,4),(1437,701809216,5),(1437,717534017,4),(1437,733258817,5),(1437,748983618,4),(1437,764708418,5),(1437,780433219,4),(1437,796158019,5),(1437,801590419,8),(1437,811886419,7),(1437,828216020,6),(1437,846360020,7),(1437,859665620,6),(1437,877809621,7),(1437,891115221,6),(1437,909259221,7),(1437,922564822,6),(1437,941313622,7),(1437,954014422,6),(1437,972763222,7),(1437,985464022,6),(1437,1004212822,7),(1437,1017518422,6),(1437,1035662422,7),(1437,1048968022,6),(1437,1067112022,7),(1437,1080417622,6),(1437,1099166422,7),(1437,1111867222,6),(1437,1130616022,7),(1437,1143316823,6),(1437,1162065623,7),(1437,1174766423,6),(1437,1193515223,7),(1437,1206820823,6),(1437,1224964823,7),(1437,1238270424,6),(1437,1256414424,7),(1437,1269720024,6),(1437,1288468824,7),(1437,1301169624,4),(1437,1414263625,7),(1437,1459022426,4),(1438,-1570413600,0),(1438,-1552186800,1),(1438,-1538359200,0),(1438,-1522551600,1),(1438,-1507514400,0),(1438,-1490583600,1),(1438,-1473645600,0),(1438,-1460948400,1),(1438,-399866400,0),(1438,-386650800,1),(1438,-368330400,0),(1438,-355114800,1),(1438,-336794400,0),(1438,-323578800,1),(1438,-305172000,0),(1438,-291956400,1),(1438,-273636000,0),(1438,-260420400,1),(1438,78012000,0),(1438,86734801,1),(1438,105055202,0),(1438,118270802,1),(1438,136591203,0),(1438,149806803,1),(1438,168127204,0),(1438,181342804,1),(1438,199749605,0),(1438,212965205,1),(1438,231285606,0),(1438,244501206,1),(1438,262735207,0),(1438,275950807,1),(1438,452210412,0),(1438,466722012,1),(1438,483746412,0),(1438,498258013,1),(1438,515282413,0),(1438,529794013,1),(1438,546818413,0),(1438,561330013,1),(1438,581119214,0),(1438,592952414,1),(1438,610754414,0),(1438,624488414,1),(1438,641512815,0),(1438,656024415,1),(1438,673048816,0),(1438,687560416,1),(1438,704671216,0),(1438,718146017,1),(1438,733269617,0),(1438,748990818,1),(1438,764719218,0),(1438,780440419,1),(1438,796168819,0),(1438,811890019,1),(1438,828223220,0),(1438,843944420,1),(1438,859672820,0),(1438,875394021,1),(1438,891122421,0),(1438,906843621,1),(1438,922572022,0),(1438,941317222,1),(1438,954021622,0),(1438,972766822,1),(1438,985471222,0),(1438,1004216422,1),(1438,1017525622,0),(1438,1035666022,1),(1438,1048975222,0),(1438,1067115622,1),(1438,1080424822,0),(1438,1099170022,1),(1438,1111874422,0),(1438,1130619622,1),(1438,1143324023,0),(1438,1162069223,1),(1438,1174773623,0),(1438,1193518823,1),(1438,1206828023,0),(1438,1224968423,1),(1438,1238277624,0),(1438,1256418024,1),(1438,1269727224,0),(1438,1288472424,1),(1438,1301176824,0),(1438,1319922024,1),(1438,1332626424,0),(1438,1351371625,1),(1438,1364680825,0),(1438,1382821225,1),(1438,1396130425,0),(1438,1414270825,1),(1438,1427580025,0),(1438,1445720426,1),(1438,1459029626,0),(1438,1477774826,1),(1438,1490479227,0),(1438,1509224427,1),(1438,1521928827,0),(1438,1540674027,1),(1438,1553983227,0),(1438,1572123627,1),(1438,1585432827,0),(1438,1603573227,1),(1438,1616882427,0),(1438,1635627627,1),(1438,1648332027,0),(1438,1667077227,1),(1438,1679781627,0),(1438,1698526827,1),(1438,1711836027,0),(1438,1729976427,1),(1438,1743285627,0),(1438,1761426027,1),(1438,1774735227,0),(1438,1792875627,1),(1438,1806184827,0),(1438,1824930027,1),(1438,1837634427,0),(1438,1856379627,1),(1438,1869084027,0),(1438,1887829227,1),(1438,1901138427,0),(1438,1919278827,1),(1438,1932588027,0),(1438,1950728427,1),(1438,1964037627,0),(1438,1982782827,1),(1438,1995487227,0),(1438,2014232427,1),(1438,2026936827,0),(1438,2045682027,1),(1438,2058386427,0),(1438,2077131627,1),(1438,2090440827,0),(1438,2108581227,1),(1438,2121890427,0),(1438,2140030827,1),(1439,-1441169904,1),(1439,-1247547600,3),(1439,354909609,2),(1439,370717210,3),(1439,386445610,2),(1439,402253211,3),(1439,417981611,2),(1439,433789212,3),(1439,449604012,2),(1439,465336012,4),(1439,481060812,5),(1439,496785613,4),(1439,512510413,5),(1439,528235213,4),(1439,543960013,5),(1439,559684813,4),(1439,575409614,5),(1439,591134414,4),(1439,606859214,5),(1439,622584014,4),(1439,638308815,5),(1439,654638415,4),(1439,670363216,6),(1439,683582416,1),(1439,703018816,6),(1439,717530417,1),(1439,734468417,6),(1439,748980018,1),(1439,765918018,6),(1439,780429619,1),(1439,797367619,6),(1439,811879219,1),(1439,828817220,6),(1439,843933620,1),(1439,859671020,8),(1439,877811421,1),(1439,891120621,8),(1439,909261021,1),(1439,922570222,8),(1439,941315422,1),(1439,954019822,8),(1439,972765022,1),(1439,985469422,8),(1439,1004214622,1),(1439,1017523822,8),(1439,1035664222,1),(1439,1048973422,8),(1439,1067113822,1),(1439,1080423022,8),(1439,1099168222,1),(1439,1111872622,8),(1439,1123783222,3),(1440,-1383464380,1),(1440,-1167636600,2),(1441,-2019705670,1),(1441,-891581400,2),(1441,-872058600,1),(1441,-862637400,2),(1441,-764145000,1),(1442,-1579419232,1),(1442,-1247558400,3),(1442,354898809,2),(1442,370706410,3),(1442,386434810,2),(1442,402242411,3),(1442,417970811,2),(1442,433778412,3),(1442,449593212,2),(1442,465325212,4),(1442,481050012,5),(1442,496774813,4),(1442,512499613,5),(1442,528224413,4),(1442,543949213,5),(1442,559674013,4),(1442,575398814,5),(1442,591123614,4),(1442,606848414,5),(1442,622573214,4),(1442,638298015,5),(1442,654627615,4),(1442,670352416,6),(1442,686080816,7),(1442,695757616,4),(1442,701802016,5),(1442,717526817,4),(1442,733251617,5),(1442,748976418,4),(1442,764701218,5),(1442,780426019,4),(1442,796150819,5),(1442,811875619,4),(1442,828205220,5),(1442,846349220,4),(1442,859654820,5),(1442,877798821,4),(1442,891104421,5),(1442,909248421,4),(1442,922554022,5),(1442,941302822,4),(1442,954003622,5),(1442,972752422,4),(1442,985453222,5),(1442,1004202022,4),(1442,1017507622,5),(1442,1035651622,4),(1442,1048957222,5),(1442,1067101222,4),(1442,1080406822,5),(1442,1099155622,4),(1442,1111856422,5),(1442,1130605222,4),(1442,1143306023,5),(1442,1162054823,4),(1442,1174755623,5),(1442,1193504423,4),(1442,1206810023,5),(1442,1224954023,4),(1442,1238259624,5),(1442,1256403624,4),(1442,1269709224,5),(1442,1288458024,4),(1442,1301158824,8),(1442,1414252825,7),(1442,1459015226,3),(1443,-2032933080,1),(1443,252435606,2),(1443,417974411,4),(1443,433778412,3),(1443,449593212,4),(1443,465314412,3),(1443,481042812,4),(1443,496764013,3),(1443,512492413,4),(1443,528213613,3),(1443,543942013,4),(1443,559663213,3),(1443,575391614,4),(1443,591112814,3),(1443,606841214,4),(1443,622562414,3),(1443,638290815,4),(1443,654616815,3),(1443,670345216,4),(1443,686066416,3),(1443,701794816,4),(1443,717516017,3),(1443,733244417,4),(1443,748965618,3),(1443,764694018,4),(1443,780415219,3),(1443,796143619,4),(1443,811864819,3),(1443,828198020,4),(1443,843919220,3),(1443,859647620,4),(1443,875368821,3),(1443,891097221,4),(1443,906818421,3),(1443,988390822,4),(1443,1001692822,3),(1443,1017421222,4),(1443,1033142422,3),(1443,1048870822,4),(1443,1064592022,3),(1443,1080320422,4),(1443,1096041622,3),(1443,1111770022,4),(1443,1127491222,3),(1443,1143219623,4),(1443,1159545623,3),(1443,1206889223,2),(1443,1427479225,5),(1443,1443193226,2),(1443,1458928826,5),(1443,1474642826,2),(1444,-1600675200,0),(1444,-1585904400,1),(1444,-933667200,0),(1444,-922093200,1),(1444,-908870400,0),(1444,-888829200,1),(1444,-881049600,0),(1444,-767869200,1),(1444,-745833600,0),(1444,-733827600,1),(1444,-716889600,0),(1444,-699613200,1),(1444,-683884800,0),(1444,-670669200,1),(1444,-652348800,0),(1444,-650019600,1),(1444,515527213,0),(1444,527014813,1),(1444,545162413,0),(1444,558464413,1),(1444,577216814,0),(1444,589914014,1),(1444,608666414,0),(1444,621968414,1),(1444,640116015,0),(1444,653418015,1),(1444,671565616,0),(1444,684867616,1),(1445,-1600675200,0),(1445,-1585904400,1),(1445,-933667200,0),(1445,-922093200,1),(1445,-908870400,0),(1445,-888829200,1),(1445,-881049600,0),(1445,-767869200,1),(1445,-745833600,0),(1445,-733827600,1),(1445,-716889600,0),(1445,-699613200,1),(1445,-683884800,0),(1445,-670669200,1),(1445,-652348800,0),(1445,-650019600,1),(1445,515527213,0),(1445,527014813,1),(1445,545162413,0),(1445,558464413,1),(1445,577216814,0),(1445,589914014,1),(1445,608666414,0),(1445,621968414,1),(1445,640116015,0),(1445,653418015,1),(1445,671565616,0),(1445,684867616,1),(1446,-2019705572,1),(1446,-883287000,2),(1446,-862639200,3),(1446,-764051400,1),(1446,832962620,4),(1446,846266420,5),(1446,1145039423,1),(1447,-891582800,1),(1447,-872058600,2),(1447,-862637400,1),(1447,-576138600,3),(1447,1245430824,4),(1447,1262278824,3),(1448,-1577931912,2),(1448,-1568592000,1),(1448,-1554080400,2),(1448,-1537142400,1),(1448,-1522630800,2),(1448,-1505692800,1),(1448,-1491181200,2),(1448,-1474243200,1),(1448,-1459126800,2),(1448,-242265600,1),(1448,-228877200,2),(1448,-210556800,1),(1448,-197427600,2),(1448,-178934400,1),(1448,-165718800,2),(1448,-147398400,1),(1448,-134269200,2),(1448,-116467200,1),(1448,-102646800,2),(1448,-84326400,1),(1448,-71110800,2),(1448,-52704000,1),(1448,-39488400,2),(1448,-21168000,1),(1448,-7952400,2),(1448,10368000,1),(1448,23583600,2),(1448,41904000,1),(1448,55119600,2),(1448,73526400,1),(1448,86742001,2),(1448,105062402,1),(1448,118278002,2),(1448,136598403,1),(1448,149814003,2),(1448,168134404,1),(1448,181350004,2),(1448,199756805,1),(1448,212972405,2),(1448,231292806,1),(1448,241916406,2),(1448,262828807,1),(1448,273452407,2),(1448,418694411,1),(1448,433810812,2),(1448,450316812,1),(1448,465433212,2),(1448,508896013,1),(1448,529196413,2),(1448,541555213,1),(1448,562633213,2),(1448,574387214,1),(1448,594255614,2),(1448,607305614,1),(1448,623199614,2),(1448,638928015,1),(1448,654649215,2),(1448,670456816,1),(1448,686264416,2),(1448,702684016,1),(1448,717886817,2),(1448,733096817,1),(1448,748904418,2),(1448,765151218,1),(1448,780958819,2),(1448,796687219,1),(1448,812494819,2),(1448,828309620,1),(1448,844117220,2),(1448,859759220,1),(1448,875653221,2),(1448,891208821,1),(1448,907189221,2),(1448,922917622,1),(1448,938725222,2),(1448,954540022,1),(1448,970347622,2),(1448,986076022,1),(1448,1001883622,2),(1448,1017612022,1),(1448,1033419622,2),(1448,1049148022,1),(1448,1064955622,2),(1448,1080770422,1),(1448,1096578022,2),(1448,1112306422,1),(1448,1128114022,2),(1448,1143842423,1),(1448,1158872423,2),(1448,1175205623,1),(1448,1193950823,2),(1448,1207260023,1),(1448,1225486823,2),(1448,1238104824,1),(1448,1256850024,2),(1448,1270159224,1),(1448,1288299624,2),(1448,1301608824,1),(1448,1319749224,2),(1448,1333058424,1),(1448,1351198825,2),(1448,1364508025,1),(1448,1382648425,2),(1448,1395957625,1),(1448,1414702825,2),(1448,1427407225,1),(1448,1446152426,2),(1448,1458856826,1),(1448,1477602026,2),(1448,1490911227,1),(1448,1509051627,2),(1448,1522360827,1),(1448,1540501227,2),(1448,1553810427,1),(1448,1571950827,2),(1448,1585260027,1),(1448,1604005227,2),(1448,1616709627,1),(1448,1635454827,2),(1448,1648159227,1),(1448,1666904427,2),(1448,1680213627,1),(1448,1698354027,2),(1448,1711663227,1),(1448,1729803627,2),(1448,1743112827,1),(1448,1761858027,2),(1448,1774562427,1),(1448,1793307627,2),(1448,1806012027,1),(1448,1824757227,2),(1448,1838066427,1),(1448,1856206827,2),(1448,1869516027,1),(1448,1887656427,2),(1448,1900965627,1),(1448,1919106027,2),(1448,1932415227,1),(1448,1951160427,2),(1448,1963864827,1),(1448,1982610027,2),(1448,1995314427,1),(1448,2014059627,2),(1448,2027368827,1),(1448,2045509227,2),(1448,2058818427,1),(1448,2076958827,2),(1448,2090268027,1),(1448,2109013227,2),(1448,2121717627,1),(1448,2140462827,2),(1449,-891582800,1),(1449,-872058600,2),(1449,-862637400,1),(1449,-576138600,3),(1449,1245430824,4),(1449,1262278824,3),(1450,-1830414140,1),(1450,-879152400,2),(1450,199897205,1),(1450,969120022,2),(1451,-1577936472,1),(1452,-1441168512,1),(1452,-1247547600,3),(1452,354909609,2),(1452,370717210,3),(1452,386445610,2),(1452,402253211,3),(1452,417981611,2),(1452,433789212,3),(1452,449604012,2),(1452,465336012,4),(1452,481060812,5),(1452,496785613,4),(1452,512510413,5),(1452,528235213,4),(1452,543960013,5),(1452,559684813,4),(1452,575409614,5),(1452,591134414,4),(1452,606859214,5),(1452,622584014,4),(1452,638308815,5),(1452,654638415,4),(1452,670363216,6),(1452,684363616,7),(1453,-1518920148,2),(1453,166572004,1),(1453,182293204,2),(1453,200959205,1),(1453,213829205,2),(1453,228866406,1),(1453,243982806,2),(1453,260316007,1),(1453,276123607,2),(1453,291765608,1),(1453,307486808,2),(1453,323820009,1),(1453,338936409,2),(1453,354664809,1),(1453,370386010,2),(1453,386114410,1),(1453,401835611,2),(1453,417564011,1),(1453,433285212,2),(1453,449013612,1),(1453,465339612,2),(1453,481068012,1),(1453,496789213,2),(1453,512517613,1),(1453,528238813,2),(1453,543967213,1),(1453,559688413,2),(1453,575416814,1),(1453,591138014,2),(1453,606866414,1),(1453,622587614,2),(1453,638316015,1),(1453,654642015,2),(1453,670370416,1),(1453,686091616,2),(1453,701820016,1),(1453,717541217,2),(1453,733269617,1),(1453,748990818,2),(1453,764719218,1),(1453,780440419,2),(1453,796168819,1),(1453,811890019,2),(1453,828223220,1),(1453,843944420,2),(1453,859672820,1),(1453,875394021,2),(1453,891122421,1),(1453,909277221,3),(1453,922582822,4),(1453,941331622,3),(1453,954032422,4),(1453,972781222,3),(1453,985482022,4),(1453,1004230822,3),(1453,1017536422,4),(1453,1035680422,3),(1453,1048986022,4),(1453,1067130022,3),(1453,1080435622,4),(1453,1099184422,3),(1453,1111885222,4),(1453,1130634022,3),(1453,1143334823,4),(1453,1162083623,3),(1453,1174784423,4),(1453,1193533223,3),(1453,1206838823,4),(1453,1224982823,3),(1453,1238288424,4),(1453,1256432424,3),(1453,1269738024,4),(1453,1288486824,3),(1453,1301187624,4),(1453,1319936424,3),(1453,1332637224,4),(1453,1351386025,3),(1453,1364691625,4),(1453,1382835625,3),(1453,1396141225,4),(1453,1414285225,3),(1453,1427590825,4),(1453,1445734826,3),(1453,1459040426,4),(1453,1473282026,5),(1453,1509238827,3),(1453,1521939627,4),(1453,1540688427,3),(1453,1553994027,4),(1453,1572138027,3),(1453,1585443627,4),(1453,1603587627,3),(1453,1616893227,4),(1453,1635642027,3),(1453,1648342827,4),(1453,1667091627,3),(1453,1679792427,4),(1453,1698541227,3),(1453,1711846827,4),(1453,1729990827,3),(1453,1743296427,4),(1453,1761440427,3),(1453,1774746027,4),(1453,1792890027,3),(1453,1806195627,4),(1453,1824944427,3),(1453,1837645227,4),(1453,1856394027,3),(1453,1869094827,4),(1453,1887843627,3),(1453,1901149227,4),(1453,1919293227,3),(1453,1932598827,4),(1453,1950742827,3),(1453,1964048427,4),(1453,1982797227,3),(1453,1995498027,4),(1453,2014246827,3),(1453,2026947627,4),(1453,2045696427,3),(1453,2058397227,4),(1453,2077146027,3),(1453,2090451627,4),(1453,2108595627,3),(1453,2121901227,4),(1453,2140045227,3),(1454,-933638400,0),(1454,-923097600,1),(1454,-919036800,0),(1454,-857347200,1),(1454,-844300800,0),(1454,-825811200,1),(1454,-812678400,0),(1454,-794188800,1),(1454,-779846400,0),(1454,-762652800,1),(1454,-748310400,0),(1454,-731116800,1),(1454,-682653600,2),(1454,-399088800,3),(1454,-386650800,2),(1454,-368330400,3),(1454,-355114800,2),(1454,-336790800,3),(1454,-323654400,2),(1454,-305168400,3),(1454,-292032000,2),(1454,-273632400,3),(1454,-260496000,2),(1454,-242096400,3),(1454,-228960000,2),(1454,-210560400,3),(1454,-197424000,2),(1454,-178938000,3),(1454,-165801600,2),(1454,-147402000,3),(1454,-134265600,2),(1454,-115866000,3),(1454,-102643200,2),(1454,-84330000,3),(1454,-81313200,5),(1454,142380003,4),(1454,150843603,5),(1454,167176804,4),(1454,178664404,5),(1454,334101609,6),(1454,337730409,7),(1454,452642412,6),(1454,462319212,7),(1454,482277612,4),(1454,494370013,5),(1454,516751213,4),(1454,526424413,5),(1454,545436013,4),(1454,558478813,5),(1454,576626414,4),(1454,589323614,5),(1454,609890414,4),(1454,620773214,5),(1454,638316015,4),(1454,651618015,5),(1454,669765616,4),(1454,683672416,5),(1454,701820016,4),(1454,715726817,5),(1454,733701617,4),(1454,747176418,5),(1454,765151218,4),(1454,778021219,5),(1454,796600819,4),(1454,810075619,5),(1454,820447219,2),(1454,828655220,3),(1454,843170420,8),(1454,860104820,3),(1454,874620021,8),(1454,891554421,3),(1454,906069621,8),(1454,915141621,2),(1454,924213622,3),(1454,939934822,2),(1454,956268022,3),(1454,971989222,2),(1454,987717622,3),(1454,1003438822,2),(1454,1019167222,3),(1454,1034888422,2),(1454,1050616822,3),(1454,1066338022,2),(1454,1082066422,3),(1454,1096581622,2),(1454,1113516022,3),(1454,1128380422,2),(1454,1143842423,3),(1454,1158872423,2),(1454,1175378423,3),(1454,1189638023,2),(1454,1206655223,3),(1454,1219957223,2),(1454,1238104824,3),(1454,1252015224,2),(1454,1269640884,3),(1454,1281474024,2),(1454,1301608884,3),(1454,1312146024,2),(1454,1333058424,3),(1454,1348178425,2),(1454,1364508025,3),(1454,1380229225,2),(1454,1395957625,3),(1454,1414098025,2),(1454,1427493625,3),(1454,1445551226,2),(1454,1458946826,3),(1454,1477692026,2),(1454,1490396427,3),(1454,1509141627,2),(1454,1521846027,3),(1454,1540591227,2),(1454,1553810427,3),(1454,1572037227,2),(1454,1585346427,3),(1454,1603490427,2),(1454,1616796027,3),(1454,1635458427,2),(1454,1648332027,3),(1454,1666908027,2),(1454,1679781627,3),(1454,1698357627,2),(1454,1711836027,3),(1454,1729807227,2),(1454,1743285627,3),(1454,1761256827,2),(1454,1774735227,3),(1454,1792706427,2),(1454,1806184827,3),(1454,1824760827,2),(1454,1837634427,3),(1454,1856210427,2),(1454,1869084027,3),(1454,1887660027,2),(1454,1901138427,3),(1454,1919109627,2),(1454,1932588027,3),(1454,1950559227,2),(1454,1964037627,3),(1454,1982613627,2),(1454,1995487227,3),(1454,2014063227,2),(1454,2026936827,3),(1454,2045512827,2),(1454,2058386427,3),(1454,2076962427,2),(1454,2090440827,3),(1454,2108412027,2),(1454,2121890427,3),(1454,2139861627,2),(1455,-1600675200,0),(1455,-1585904400,1),(1455,-933667200,0),(1455,-922093200,1),(1455,-908870400,0),(1455,-888829200,1),(1455,-881049600,0),(1455,-767869200,1),(1455,-745833600,0),(1455,-733827600,1),(1455,-716889600,0),(1455,-699613200,1),(1455,-683884800,0),(1455,-670669200,1),(1455,-652348800,0),(1455,-650019600,1),(1455,515527213,0),(1455,527014813,1),(1455,545162413,0),(1455,558464413,1),(1455,577216814,0),(1455,589914014,1),(1455,608666414,0),(1455,621968414,1),(1455,640116015,0),(1455,653418015,1),(1455,671565616,0),(1455,684867616,1),(1456,-933638400,0),(1456,-923097600,1),(1456,-919036800,0),(1456,-857347200,1),(1456,-844300800,0),(1456,-825811200,1),(1456,-812678400,0),(1456,-794188800,1),(1456,-779846400,0),(1456,-762652800,1),(1456,-748310400,0),(1456,-731116800,1),(1456,-682653600,2),(1456,-399088800,3),(1456,-386650800,2),(1456,-368330400,3),(1456,-355114800,2),(1456,-336790800,3),(1456,-323654400,2),(1456,-305168400,3),(1456,-292032000,2),(1456,-273632400,3),(1456,-260496000,2),(1456,-242096400,3),(1456,-228960000,2),(1456,-210560400,3),(1456,-197424000,2),(1456,-178938000,3),(1456,-165801600,2),(1456,-147402000,3),(1456,-134265600,2),(1456,-115866000,3),(1456,-102643200,2),(1456,-84330000,3),(1456,-81313200,5),(1456,142380003,4),(1456,150843603,5),(1456,167176804,4),(1456,178664404,5),(1456,334101609,6),(1456,337730409,7),(1456,452642412,6),(1456,462319212,7),(1456,482277612,4),(1456,494370013,5),(1456,516751213,4),(1456,526424413,5),(1456,545436013,4),(1456,558478813,5),(1456,576626414,4),(1456,589323614,5),(1456,609890414,4),(1456,620773214,5),(1456,638316015,4),(1456,651618015,5),(1456,669765616,4),(1456,683672416,5),(1456,701820016,4),(1456,715726817,5),(1456,733701617,4),(1456,747176418,5),(1456,765151218,4),(1456,778021219,5),(1456,796600819,4),(1456,810075619,5),(1456,820447219,2),(1456,828655220,3),(1456,843170420,8),(1456,860104820,3),(1456,874620021,8),(1456,891554421,3),(1456,906069621,8),(1456,915141621,2),(1456,924213622,3),(1456,939934822,2),(1456,956268022,3),(1456,971989222,2),(1456,987717622,3),(1456,1003438822,2),(1456,1019167222,3),(1456,1034888422,2),(1456,1050616822,3),(1456,1066338022,2),(1456,1082066422,3),(1456,1096581622,2),(1456,1113516022,3),(1456,1128380422,2),(1456,1143842423,3),(1456,1158872423,2),(1456,1175378423,3),(1456,1189638023,2),(1456,1206655223,3),(1456,1220216423,2),(1456,1238104824,3),(1456,1252015224,2),(1456,1269554424,3),(1456,1281474024,2),(1456,1301608884,3),(1456,1312146024,2),(1456,1314655224,3),(1456,1317330024,2),(1456,1333058424,3),(1456,1348178425,2),(1456,1364508025,3),(1456,1380229225,2),(1456,1395957625,3),(1456,1414098025,2),(1456,1427493625,3),(1456,1445551226,2),(1456,1458946826,3),(1456,1477692026,2),(1456,1490396427,3),(1456,1509141627,2),(1456,1521846027,3),(1456,1540591227,2),(1456,1553810427,3),(1456,1572037227,2),(1456,1585346427,3),(1456,1603490427,2),(1456,1616796027,3),(1456,1635458427,2),(1456,1648332027,3),(1456,1666908027,2),(1456,1679781627,3),(1456,1698357627,2),(1456,1711836027,3),(1456,1729807227,2),(1456,1743285627,3),(1456,1761256827,2),(1456,1774735227,3),(1456,1792706427,2),(1456,1806184827,3),(1456,1824760827,2),(1456,1837634427,3),(1456,1856210427,2),(1456,1869084027,3),(1456,1887660027,2),(1456,1901138427,3),(1456,1919109627,2),(1456,1932588027,3),(1456,1950559227,2),(1456,1964037627,3),(1456,1982613627,2),(1456,1995487227,3),(1456,2014063227,2),(1456,2026936827,3),(1456,2045512827,2),(1456,2058386427,3),(1456,2076962427,2),(1456,2090440827,3),(1456,2108412027,2),(1456,2121890427,3),(1456,2139861627,2),(1457,-2004073600,1),(1457,-1851577590,2),(1457,-852105600,3),(1457,-782643600,4),(1457,-767869200,2),(1457,-718095600,3),(1457,-457776000,2),(1457,-315648000,3),(1457,171820804,2),(1458,-2056690800,1),(1458,-900910800,2),(1458,-891579600,3),(1458,-884248200,4),(1458,-761209200,1),(1458,-747907200,2),(1458,-728541000,5),(1458,-717049800,6),(1458,-697091400,5),(1458,-683785800,6),(1458,-668061000,5),(1458,-654755400,2),(1458,-636611400,5),(1458,-623305800,2),(1458,-605161800,5),(1458,-591856200,2),(1458,-573712200,5),(1458,-559801800,2),(1458,-541657800,5),(1458,-528352200,2),(1458,-510211800,1),(1458,-498112200,2),(1458,-478762200,1),(1458,-466662600,2),(1458,-446707800,1),(1458,-435213000,2),(1458,-415258200,1),(1458,-403158600,2),(1458,-383808600,1),(1458,-371709000,2),(1458,-352359000,1),(1458,-340259400,2),(1458,-320909400,1),(1458,-308809800,2),(1458,-288855000,1),(1458,-277360200,2),(1458,-257405400,1),(1458,-245910600,2),(1458,-225955800,1),(1458,-213856200,2),(1458,-194506200,1),(1458,-182406600,2),(1458,-163056600,1),(1458,-148537800,2),(1458,-132816600,1),(1458,-117088200,2),(1458,-101367000,1),(1458,-85638600,2),(1458,-69312600,1),(1458,-53584200,2),(1458,-37863000,1),(1458,-22134600,2),(1458,-6413400,1),(1458,9315000,2),(1458,25036200,1),(1458,40764600,2),(1458,56485800,1),(1458,72214200,2),(1458,88540201,1),(1458,104268602,2),(1458,119989802,1),(1458,126041402,2),(1458,151439403,1),(1458,167167804,2),(1458,182889004,1),(1458,198617405,2),(1458,214338605,1),(1458,295385408,2),(1458,309292208,1),(1459,-2032927596,1),(1459,252439206,3),(1459,417978011,2),(1459,433785612,3),(1459,449600412,2),(1459,465321612,3),(1459,481050012,2),(1459,496771213,3),(1459,512499613,2),(1459,528220813,3),(1459,543949213,2),(1459,559670413,3),(1459,575398814,2),(1459,591120014,3),(1459,606848414,2),(1459,622569614,3),(1459,638298015,2),(1459,654624015,3),(1459,670352416,2),(1459,686073616,3),(1459,701802016,2),(1459,717523217,3),(1459,733251617,2),(1459,748972818,3),(1459,764701218,2),(1459,780422419,3),(1459,796150819,2),(1459,811872019,3),(1459,828205220,2),(1459,843926420,3),(1459,859654820,2),(1459,875376021,3),(1459,891104421,2),(1459,906825621,3),(1459,988398022,2),(1459,1001700022,3),(1459,1017428422,2),(1459,1033149622,3),(1459,1048878022,2),(1459,1064599222,3),(1459,1080327622,2),(1459,1096048822,3),(1459,1111777222,2),(1459,1127498422,3),(1459,1143226823,2),(1459,1159552823,3),(1459,1427482825,2),(1459,1443196826,3),(1459,1458932426,2),(1459,1474646426,3),(1460,-1575874625,1),(1460,-1247554800,3),(1460,354902409,2),(1460,370710010,3),(1460,386438410,2),(1460,402246011,3),(1460,417974411,2),(1460,433782012,3),(1460,449596812,2),(1460,465328812,4),(1460,481053612,5),(1460,496778413,4),(1460,512503213,5),(1460,528228013,4),(1460,543952813,5),(1460,559677613,4),(1460,575402414,5),(1460,591127214,4),(1460,606852014,5),(1460,622576814,4),(1460,638301615,5),(1460,654631215,4),(1460,670356016,6),(1460,686084416,7),(1460,695761216,4),(1460,701805616,5),(1460,717530417,4),(1460,733255217,5),(1460,748980018,4),(1460,764704818,5),(1460,780429619,4),(1460,796154419,5),(1460,811879219,4),(1460,828208820,5),(1460,846352820,4),(1460,859658420,5),(1460,877802421,4),(1460,891108021,5),(1460,909252021,4),(1460,922557622,5),(1460,941306422,4),(1460,954007222,5),(1460,972756022,4),(1460,985456822,5),(1460,1004205622,4),(1460,1017511222,5),(1460,1035655222,4),(1460,1048960822,5),(1460,1067104822,4),(1460,1080410422,5),(1460,1099159222,4),(1460,1111860022,5),(1460,1130608822,4),(1460,1143309623,5),(1460,1162058423,4),(1460,1174759223,5),(1460,1193508023,4),(1460,1206813623,5),(1460,1224957623,4),(1460,1238263224,5),(1460,1256407224,4),(1460,1269712824,5),(1460,1288461624,4),(1460,1301162424,8),(1460,1414256425,4),(1461,-1869875816,2),(1461,-1693706400,1),(1461,-1680490800,2),(1461,-1570413600,1),(1461,-1552186800,2),(1461,-1538359200,1),(1461,-1522551600,2),(1461,-1507514400,1),(1461,-1490583600,2),(1461,-1440208800,1),(1461,-1428030000,2),(1461,-1409709600,1),(1461,-1396494000,2),(1461,-931053600,1),(1461,-922676400,2),(1461,-917834400,1),(1461,-892436400,2),(1461,-875844000,1),(1461,-764737200,2),(1461,-744343200,1),(1461,-733806000,2),(1461,-716436000,1),(1461,-701924400,2),(1461,-684986400,1),(1461,-670474800,2),(1461,-654141600,1),(1461,-639025200,2),(1461,-622087200,1),(1461,-606970800,2),(1461,-590032800,1),(1461,-575521200,2),(1461,-235620000,1),(1461,-194842800,2),(1461,-177732000,1),(1461,-165726000,2),(1461,107910002,1),(1461,121215602,2),(1461,133920003,1),(1461,152665203,2),(1461,164678404,1),(1461,184114804,2),(1461,196214405,1),(1461,215564405,2),(1461,228873606,1),(1461,245804406,2),(1461,260323207,1),(1461,267915607,3),(1461,428454012,4),(1461,433893612,3),(1461,468111612,2),(1461,482799612,5),(1461,496710013,6),(1461,512521213,5),(1461,528246013,6),(1461,543970813,5),(1461,559695613,6),(1461,575420414,5),(1461,591145214,6),(1461,606870014,5),(1461,622594814,6),(1461,638319615,5),(1461,654649215,6),(1461,670374016,5),(1461,686098816,6),(1461,701823616,5),(1461,717548417,6),(1461,733273217,5),(1461,748998018,6),(1461,764118018,5),(1461,780447619,6),(1461,796172419,5),(1461,811897219,6),(1461,828226820,5),(1461,846370820,6),(1461,859676420,5),(1461,877820421,6),(1461,891126021,5),(1461,909270021,6),(1461,922575622,5),(1461,941324422,6),(1461,954025222,5),(1461,972774022,6),(1461,985474822,5),(1461,1004223622,6),(1461,1017529222,5),(1461,1035673222,6),(1461,1048978822,5),(1461,1067122822,6),(1461,1080428422,5),(1461,1099177222,6),(1461,1111878022,5),(1461,1130626822,6),(1461,1143327623,5),(1461,1162076423,6),(1461,1167602423,2),(1461,1174784423,7),(1461,1193533223,8),(1461,1206838823,7),(1461,1224982823,8),(1461,1238288424,7),(1461,1256432424,8),(1461,1269738024,7),(1461,1288486824,8),(1461,1301274024,7),(1461,1319936424,8),(1461,1332637224,7),(1461,1351386025,8),(1461,1364691625,7),(1461,1382835625,8),(1461,1396227625,7),(1461,1414285225,8),(1461,1427590825,7),(1461,1446944426,8),(1461,1459040426,7),(1461,1473195626,3),(1462,-1451719200,1),(1462,-1172906400,2),(1462,-876641400,3),(1462,-766054800,2),(1462,-683883000,4),(1462,-620812800,2),(1462,-189415800,5),(1463,-1172913768,1),(1463,-799491600,2),(1463,-189423000,3),(1464,-1641003640,5),(1464,-933638400,1),(1464,-923097600,2),(1464,-919036800,1),(1464,-857347200,2),(1464,-844300800,1),(1464,-825811200,2),(1464,-812678400,1),(1464,-794188800,2),(1464,-779846400,1),(1464,-762652800,2),(1464,-748310400,1),(1464,-731116800,2),(1464,-681955200,3),(1464,-673228800,1),(1464,-667958400,2),(1464,-652320000,1),(1464,-636422400,2),(1464,-622080000,1),(1464,-608947200,2),(1464,-591840000,1),(1464,-572486400,2),(1464,-558576000,1),(1464,-542851200,2),(1464,-527731200,1),(1464,-514425600,2),(1464,-490838400,1),(1464,-482976000,2),(1464,-459388800,1),(1464,-451526400,2),(1464,-428544000,1),(1464,-418262400,2),(1464,-400118400,1),(1464,-387417600,2),(1464,142380003,4),(1464,150843603,5),(1464,167176804,4),(1464,178664404,5),(1464,334101609,6),(1464,337730409,7),(1464,452642412,6),(1464,462319212,7),(1464,482277612,4),(1464,494370013,5),(1464,516751213,4),(1464,526424413,5),(1464,545436013,4),(1464,558478813,5),(1464,576626414,4),(1464,589323614,5),(1464,609890414,4),(1464,620773214,5),(1464,638316015,4),(1464,651618015,5),(1464,669765616,4),(1464,683672416,5),(1464,701820016,4),(1464,715726817,5),(1464,733701617,4),(1464,747176418,5),(1464,765151218,4),(1464,778021219,5),(1464,796600819,4),(1464,810075619,5),(1464,826840820,4),(1464,842821220,5),(1464,858895220,4),(1464,874184421,5),(1464,890344821,4),(1464,905029221,5),(1464,923011222,4),(1464,936313222,5),(1464,955670422,4),(1464,970783222,5),(1464,986770822,4),(1464,1001282422,5),(1464,1017356422,4),(1464,1033941622,5),(1464,1048806022,4),(1464,1065132022,5),(1464,1081292422,4),(1464,1095804022,5),(1464,1112313622,4),(1464,1128812422,5),(1464,1143763223,4),(1464,1159657223,5),(1464,1175212823,4),(1464,1189897223,5),(1464,1206662423,4),(1464,1223161223,5),(1464,1238112024,4),(1464,1254006024,5),(1464,1269561624,4),(1464,1284246024,5),(1464,1301616024,4),(1464,1317510024,5),(1464,1333065624,4),(1464,1348354825,5),(1464,1364515225,4),(1464,1382828425,5),(1464,1395964825,4),(1464,1414278025,5),(1464,1427414425,4),(1464,1445727626,5),(1464,1458864026,4),(1464,1477782026,5),(1464,1490313627,4),(1464,1509231627,5),(1464,1521763227,4),(1464,1540681227,5),(1464,1553817627,4),(1464,1572130827,5),(1464,1585267227,4),(1464,1603580427,5),(1464,1616716827,4),(1464,1635634827,5),(1464,1648166427,4),(1464,1667084427,5),(1464,1679616027,4),(1464,1698534027,5),(1464,1711670427,4),(1464,1729983627,5),(1464,1743120027,4),(1464,1761433227,5),(1464,1774569627,4),(1464,1792882827,5),(1464,1806019227,4),(1464,1824937227,5),(1464,1837468827,4),(1464,1856386827,5),(1464,1868918427,4),(1464,1887836427,5),(1464,1900972827,4),(1464,1919286027,5),(1464,1932422427,4),(1464,1950735627,5),(1464,1963872027,4),(1464,1982790027,5),(1464,1995321627,4),(1464,2014239627,5),(1464,2026771227,4),(1464,2045689227,5),(1464,2058220827,4),(1464,2077138827,5),(1464,2090275227,4),(1464,2108588427,5),(1464,2121724827,4),(1464,2140038027,5),(1465,-788932800,1),(1466,-1487759676,1),(1466,-1247569200,3),(1466,354888009,2),(1466,370695610,3),(1466,386424010,2),(1466,402231611,3),(1466,417960011,2),(1466,433767612,3),(1466,449582412,2),(1466,465314412,4),(1466,481039212,5),(1466,496764013,4),(1466,512488813,5),(1466,528213613,4),(1466,543938413,5),(1466,559663213,4),(1466,575388014,5),(1466,591112814,4),(1466,606837614,5),(1466,622562414,4),(1466,638287215,5),(1466,654616815,4),(1466,670341616,6),(1466,686070016,7),(1466,695746816,4),(1466,701791216,5),(1466,717516017,4),(1466,733240817,5),(1466,748965618,4),(1466,764690418,5),(1466,780415219,4),(1466,796140019,5),(1466,811864819,4),(1466,828194420,5),(1466,846338420,4),(1466,859644020,5),(1466,877788021,4),(1466,891093621,5),(1466,909237621,4),(1466,922543222,5),(1466,941292022,4),(1466,953992822,5),(1466,972741622,4),(1466,985442422,5),(1466,1004191222,4),(1466,1017496822,5),(1466,1035640822,4),(1466,1048946422,5),(1466,1067090422,4),(1466,1080396022,5),(1466,1099144822,4),(1466,1111845622,5),(1466,1130594422,4),(1466,1143295223,5),(1466,1162044023,4),(1466,1174744823,5),(1466,1193493623,4),(1466,1206799223,5),(1466,1224943223,4),(1466,1238248824,5),(1466,1256392824,4),(1466,1269698424,6),(1466,1288450824,7),(1466,1301151624,4),(1467,-1988166492,1),(1467,-862637400,2),(1467,-764145000,1),(1467,-576135000,3),(1467,38775600,5),(1467,1018119622,4),(1467,1033840822,5),(1467,1212260423,4),(1467,1225476023,5),(1467,1239735624,4),(1467,1257012024,5),(1468,-1325483420,1),(1469,-1577943676,1),(1469,504901813,2),(1470,-1577943676,1),(1470,504901813,2),(1471,-1579424533,1),(1471,-1247558400,3),(1471,354898809,2),(1471,370706410,3),(1471,386434810,2),(1471,402242411,3),(1471,417970811,2),(1471,433778412,3),(1471,449593212,2),(1471,465325212,4),(1471,481050012,5),(1471,496774813,4),(1471,512499613,5),(1471,528224413,4),(1471,543949213,5),(1471,559674013,4),(1471,575398814,5),(1471,591123614,4),(1471,606848414,5),(1471,622573214,4),(1471,638298015,5),(1471,654627615,4),(1471,670352416,6),(1471,686080816,7),(1471,695757616,4),(1471,701802016,5),(1471,717526817,4),(1471,733251617,5),(1471,748976418,4),(1471,764701218,5),(1471,780426019,4),(1471,796150819,5),(1471,811875619,4),(1471,828205220,5),(1471,846349220,4),(1471,859654820,5),(1471,877798821,4),(1471,891104421,5),(1471,909248421,4),(1471,922554022,5),(1471,941302822,4),(1471,954003622,5),(1471,972752422,4),(1471,985453222,5),(1471,1004202022,4),(1471,1017507622,5),(1471,1035651622,4),(1471,1048957222,5),(1471,1067101222,4),(1471,1072882822,10),(1471,1080403222,8),(1471,1099152022,9),(1471,1111852822,8),(1471,1130601622,9),(1471,1143302423,8),(1471,1162051223,9),(1471,1174752023,8),(1471,1193500823,9),(1471,1206806423,8),(1471,1224950423,9),(1471,1238256024,8),(1471,1256400024,9),(1471,1269705624,8),(1471,1288454424,9),(1471,1301155224,11),(1471,1315832424,9),(1471,1414252825,4),(1472,-2019705670,1),(1472,-891581400,2),(1472,-872058600,1),(1472,-862637400,2),(1472,-764145000,1),(1473,-1577513486,1),(1473,-1247551200,3),(1473,354906009,2),(1473,370713610,3),(1473,386442010,2),(1473,402249611,3),(1473,417978011,2),(1473,433785612,3),(1473,449600412,2),(1473,465332412,4),(1473,481057212,5),(1473,496782013,4),(1473,512506813,5),(1473,528231613,4),(1473,543956413,5),(1473,559681213,4),(1473,575406014,5),(1473,591130814,4),(1473,606855614,5),(1473,622580414,4),(1473,638305215,5),(1473,654634815,4),(1473,670359616,6),(1473,686088016,7),(1473,695764816,4),(1473,701809216,5),(1473,717534017,4),(1473,733258817,5),(1473,748983618,4),(1473,764708418,5),(1473,780433219,4),(1473,796158019,5),(1473,811882819,4),(1473,828212420,5),(1473,846356420,4),(1473,859662020,5),(1473,877806021,4),(1473,891111621,5),(1473,909255621,4),(1473,922561222,5),(1473,941310022,4),(1473,954010822,5),(1473,972759622,4),(1473,985460422,5),(1473,1004209222,4),(1473,1017514822,5),(1473,1035658822,4),(1473,1048964422,5),(1473,1067108422,4),(1473,1080414022,5),(1473,1099162822,4),(1473,1111863622,5),(1473,1130612422,4),(1473,1143313223,5),(1473,1162062023,4),(1473,1174762823,5),(1473,1193511623,4),(1473,1206817223,5),(1473,1224961223,4),(1473,1238266824,5),(1473,1256410824,4),(1473,1269716424,5),(1473,1288465224,4),(1473,1301166024,8),(1473,1414260025,4),(1474,-2038200925,1),(1474,-1167634800,2),(1474,-1073028000,3),(1474,-894180000,4),(1474,-879665400,5),(1474,-767005200,4),(1474,378664210,6),(1475,-1383463280,1),(1475,-1167636600,3),(1475,-1082448000,2),(1475,-1074586800,3),(1475,-1050825600,2),(1475,-1042964400,3),(1475,-1019289600,2),(1475,-1011428400,3),(1475,-987753600,2),(1475,-979892400,3),(1475,-956217600,2),(1475,-948356400,3),(1475,-924595200,2),(1475,-916734000,3),(1475,-893059200,2),(1475,-885198000,3),(1475,-879667200,4),(1475,-767005200,3),(1476,-719636812,1),(1477,-2056692850,1),(1477,-884509200,3),(1477,-873280800,2),(1477,-855918000,3),(1477,-841744800,2),(1477,-828529200,3),(1477,-765363600,1),(1477,-747046800,4),(1477,-733827600,5),(1477,-716461200,4),(1477,-697021200,5),(1477,-683715600,4),(1477,-667990800,5),(1477,-654771600,4),(1477,-636627600,5),(1477,-623322000,4),(1477,-605178000,5),(1477,-591872400,4),(1477,-573642000,5),(1477,-559818000,4),(1477,-541674000,5),(1477,-528368400,4),(1477,-510224400,5),(1477,-498128400,4),(1477,-478774800,5),(1477,-466678800,4),(1477,-446720400,5),(1477,-435229200,4),(1477,-415258200,1),(1477,-403158600,6),(1477,-383808600,1),(1477,-371709000,6),(1477,-352359000,1),(1477,-340259400,6),(1477,-320909400,1),(1477,-308809800,6),(1477,-288855000,1),(1477,-277360200,6),(1477,-257405400,1),(1477,-245910600,6),(1477,-225955800,1),(1477,-213856200,6),(1477,-194506200,1),(1477,-182406600,6),(1477,-163056600,1),(1477,-148537800,6),(1477,-132820200,1),(1477,-117088200,6),(1477,-101370600,1),(1477,-85638600,6),(1477,-69312600,1),(1477,-53584200,6),(1477,-37863000,1),(1477,-22134600,6),(1477,-6413400,1),(1477,9315000,6),(1477,25036200,1),(1477,40764600,6),(1477,56485800,1),(1477,72214200,6),(1477,88540201,1),(1477,104268602,6),(1477,119989802,1),(1477,126041402,6),(1477,151439403,1),(1477,167167804,6),(1477,182889004,1),(1477,198617405,6),(1477,214338605,1),(1477,295385408,6),(1477,309292208,1),(1478,-2056692850,1),(1478,-884509200,3),(1478,-873280800,2),(1478,-855918000,3),(1478,-841744800,2),(1478,-828529200,3),(1478,-765363600,1),(1478,-747046800,4),(1478,-733827600,5),(1478,-716461200,4),(1478,-697021200,5),(1478,-683715600,4),(1478,-667990800,5),(1478,-654771600,4),(1478,-636627600,5),(1478,-623322000,4),(1478,-605178000,5),(1478,-591872400,4),(1478,-573642000,5),(1478,-559818000,4),(1478,-541674000,5),(1478,-528368400,4),(1478,-510224400,5),(1478,-498128400,4),(1478,-478774800,5),(1478,-466678800,4),(1478,-446720400,5),(1478,-435229200,4),(1478,-415258200,1),(1478,-403158600,6),(1478,-383808600,1),(1478,-371709000,6),(1478,-352359000,1),(1478,-340259400,6),(1478,-320909400,1),(1478,-308809800,6),(1478,-288855000,1),(1478,-277360200,6),(1478,-257405400,1),(1478,-245910600,6),(1478,-225955800,1),(1478,-213856200,6),(1478,-194506200,1),(1478,-182406600,6),(1478,-163056600,1),(1478,-148537800,6),(1478,-132820200,1),(1478,-117088200,6),(1478,-101370600,1),(1478,-85638600,6),(1478,-69312600,1),(1478,-53584200,6),(1478,-37863000,1),(1478,-22134600,6),(1478,-6413400,1),(1478,9315000,6),(1478,25036200,1),(1478,40764600,6),(1478,56485800,1),(1478,72214200,6),(1478,88540201,1),(1478,104268602,6),(1478,119989802,1),(1478,126041402,6),(1478,151439403,1),(1478,167167804,6),(1478,182889004,1),(1478,198617405,6),(1478,214338605,1),(1478,295385408,6),(1478,309292208,1),(1479,-1441188192,1),(1479,-1247565600,3),(1479,354891609,2),(1479,370699210,3),(1479,386427610,2),(1479,402235211,3),(1479,417963611,2),(1479,433771212,3),(1479,449586012,2),(1479,465318012,4),(1479,481042812,5),(1479,496767613,4),(1479,512492413,5),(1479,528217213,4),(1479,543942013,5),(1479,559666813,4),(1479,575391614,5),(1479,591116414,4),(1479,606841214,5),(1479,622566014,4),(1479,638290815,5),(1479,654620415,4),(1479,670345216,6),(1479,686073616,7),(1479,695750416,4),(1479,701794816,5),(1479,717519617,4),(1479,733244417,5),(1479,748969218,4),(1479,764694018,5),(1479,780418819,4),(1479,796143619,5),(1479,811868419,4),(1479,828198020,5),(1479,846342020,4),(1479,859647620,5),(1479,877791621,4),(1479,891097221,5),(1479,909241221,4),(1479,922546822,5),(1479,941295622,4),(1479,953996422,5),(1479,972745222,4),(1479,985446022,5),(1479,1004194822,4),(1479,1017500422,5),(1479,1035644422,4),(1479,1048950022,5),(1479,1067094022,4),(1479,1080399622,5),(1479,1099148422,4),(1479,1111849222,5),(1479,1130598022,4),(1479,1143298823,5),(1479,1162047623,4),(1479,1174748423,5),(1479,1193497223,4),(1479,1206802823,5),(1479,1224946823,4),(1479,1238252424,5),(1479,1256396424,4),(1479,1269702024,5),(1479,1288450824,4),(1479,1301151624,8),(1479,1414245625,7),(1479,1461427226,4),(1480,-1577951856,1),(1480,-1172908656,2),(1480,-880272000,3),(1480,-766054800,4),(1481,-1046678400,0),(1481,-1038733200,1),(1481,-873273600,2),(1481,-794221200,1),(1481,-496224000,0),(1481,-489315600,1),(1481,259344007,0),(1481,275151607,1),(1482,-1577936472,1),(1483,-1518920008,2),(1483,166572004,1),(1483,182293204,2),(1483,200959205,1),(1483,213829205,2),(1483,228866406,1),(1483,243982806,2),(1483,260316007,1),(1483,276123607,2),(1483,291765608,1),(1483,307486808,2),(1483,323820009,1),(1483,338936409,2),(1483,354664809,1),(1483,370386010,2),(1483,386114410,1),(1483,401835611,2),(1483,417564011,1),(1483,433285212,2),(1483,449013612,1),(1483,465339612,2),(1483,481068012,1),(1483,496789213,2),(1483,512517613,1),(1483,528238813,2),(1483,543967213,1),(1483,559688413,2),(1483,575416814,1),(1483,591138014,2),(1483,606866414,1),(1483,622587614,2),(1483,638316015,1),(1483,654642015,2),(1483,670370416,1),(1483,686091616,2),(1483,701820016,1),(1483,717541217,2),(1483,733269617,1),(1483,748990818,2),(1483,764719218,1),(1483,780440419,2),(1483,796168819,1),(1483,811890019,2),(1483,828223220,1),(1483,843944420,2),(1483,859672820,1),(1483,875394021,2),(1483,891122421,1),(1483,909277221,3),(1483,922582822,4),(1483,941331622,3),(1483,954032422,4),(1483,972781222,3),(1483,985482022,4),(1483,1004230822,3),(1483,1017536422,4),(1483,1035680422,3),(1483,1048986022,4),(1483,1067130022,3),(1483,1080435622,4),(1483,1099184422,3),(1483,1111885222,4),(1483,1130634022,3),(1483,1143334823,4),(1483,1162083623,3),(1483,1174784423,4),(1483,1193533223,3),(1483,1206838823,4),(1483,1224982823,3),(1483,1238288424,4),(1483,1256432424,3),(1483,1269738024,4),(1483,1288486824,3),(1483,1301187624,4),(1483,1319936424,3),(1483,1332637224,4),(1483,1351386025,3),(1483,1364691625,4),(1483,1382835625,3),(1483,1396141225,4),(1483,1414285225,3),(1483,1427590825,4),(1483,1445734826,3),(1483,1459040426,4),(1483,1477789226,3),(1483,1490490027,4),(1483,1509238827,3),(1483,1521939627,4),(1483,1540688427,3),(1483,1553994027,4),(1483,1572138027,3),(1483,1585443627,4),(1483,1603587627,3),(1483,1616893227,4),(1483,1635642027,3),(1483,1648342827,4),(1483,1667091627,3),(1483,1679792427,4),(1483,1698541227,3),(1483,1711846827,4),(1483,1729990827,3),(1483,1743296427,4),(1483,1761440427,3),(1483,1774746027,4),(1483,1792890027,3),(1483,1806195627,4),(1483,1824944427,3),(1483,1837645227,4),(1483,1856394027,3),(1483,1869094827,4),(1483,1887843627,3),(1483,1901149227,4),(1483,1919293227,3),(1483,1932598827,4),(1483,1950742827,3),(1483,1964048427,4),(1483,1982797227,3),(1483,1995498027,4),(1483,2014246827,3),(1483,2026947627,4),(1483,2045696427,3),(1483,2058397227,4),(1483,2077146027,3),(1483,2090451627,4),(1483,2108595627,3),(1483,2121901227,4),(1483,2140045227,3),(1484,-1441259328,1),(1484,-1247551200,3),(1484,354906009,2),(1484,370713610,3),(1484,386442010,2),(1484,402249611,3),(1484,417978011,2),(1484,433785612,3),(1484,449600412,2),(1484,465332412,4),(1484,481057212,5),(1484,496782013,4),(1484,512506813,5),(1484,528231613,4),(1484,543956413,5),(1484,559681213,4),(1484,575406014,5),(1484,591130814,4),(1484,606855614,5),(1484,622580414,4),(1484,638305215,5),(1484,654634815,4),(1484,670359616,6),(1484,686088016,7),(1484,695764816,4),(1484,701809216,5),(1484,717534017,4),(1484,733258817,5),(1484,748983618,4),(1484,764708418,5),(1484,780433219,4),(1484,796158019,5),(1484,811882819,4),(1484,828212420,5),(1484,846356420,4),(1484,859662020,5),(1484,877806021,4),(1484,891111621,5),(1484,909255621,4),(1484,922561222,5),(1484,941310022,4),(1484,954010822,5),(1484,972759622,4),(1484,985460422,5),(1484,1004209222,4),(1484,1017514822,5),(1484,1035658822,4),(1484,1048964422,5),(1484,1067108422,4),(1484,1080414022,5),(1484,1099162822,4),(1484,1111863622,5),(1484,1130612422,4),(1484,1143313223,5),(1484,1162062023,4),(1484,1174762823,5),(1484,1193511623,4),(1484,1206817223,5),(1484,1224961223,4),(1484,1238266824,5),(1484,1256410824,4),(1484,1269716424,6),(1484,1288468824,7),(1484,1301169624,4),(1485,-1579476700,1),(1485,-1247551200,3),(1485,354906009,2),(1485,370713610,3),(1485,386442010,2),(1485,402249611,3),(1485,417978011,2),(1485,433785612,3),(1485,449600412,2),(1485,465332412,4),(1485,481057212,5),(1485,496782013,4),(1485,512506813,5),(1485,528231613,4),(1485,543956413,5),(1485,559681213,4),(1485,575406014,5),(1485,591130814,4),(1485,606855614,5),(1485,622580414,4),(1485,638305215,5),(1485,654634815,4),(1485,670359616,6),(1485,686088016,7),(1485,695764816,4),(1485,701809216,5),(1485,717534017,4),(1485,733258817,5),(1485,738086417,8),(1485,748987218,7),(1485,764712018,6),(1485,780436819,7),(1485,796161619,6),(1485,811886419,7),(1485,828216020,6),(1485,846360020,7),(1485,859665620,6),(1485,877809621,7),(1485,891115221,6),(1485,909259221,7),(1485,922564822,6),(1485,941313622,7),(1485,954014422,6),(1485,972763222,7),(1485,985464022,6),(1485,1004212822,7),(1485,1017518422,6),(1485,1035662422,7),(1485,1048968022,6),(1485,1067112022,7),(1485,1080417622,6),(1485,1099166422,7),(1485,1111867222,6),(1485,1130616022,7),(1485,1143316823,6),(1485,1162065623,7),(1485,1174766423,6),(1485,1193515223,7),(1485,1206820823,6),(1485,1224964823,7),(1485,1238270424,6),(1485,1256414424,7),(1485,1269720024,6),(1485,1288468824,7),(1485,1301169624,4),(1485,1414263625,7),(1485,1469304026,4),(1486,-1582088010,1),(1486,-1247547600,3),(1486,354909609,2),(1486,370717210,3),(1486,386445610,2),(1486,402253211,3),(1486,417981611,2),(1486,433789212,3),(1486,449604012,2),(1486,465336012,4),(1486,481060812,5),(1486,496785613,4),(1486,512510413,5),(1486,528235213,4),(1486,543960013,5),(1486,559684813,4),(1486,575409614,5),(1486,591134414,4),(1486,606859214,5),(1486,622584014,4),(1486,638308815,5),(1486,654638415,4),(1486,670363216,6),(1486,686091616,7),(1486,695768416,4),(1486,701812816,5),(1486,717537617,4),(1486,733262417,5),(1486,748987218,4),(1486,764712018,5),(1486,780436819,4),(1486,796161619,5),(1486,811886419,4),(1486,828216020,5),(1486,846360020,4),(1486,859665620,5),(1486,877809621,4),(1486,891115221,5),(1486,909259221,4),(1486,922564822,5),(1486,941313622,4),(1486,954014422,5),(1486,972763222,4),(1486,985464022,5),(1486,1004212822,4),(1486,1017518422,5),(1486,1035662422,4),(1486,1048968022,5),(1486,1067112022,4),(1486,1080417622,5),(1486,1099166422,4),(1486,1111867222,5),(1486,1130616022,4),(1486,1143316823,5),(1486,1162065623,4),(1486,1174766423,5),(1486,1193515223,4),(1486,1206820823,5),(1486,1224964823,4),(1486,1238270424,5),(1486,1256414424,4),(1486,1269720024,5),(1486,1288468824,4),(1486,1301169624,8),(1486,1414263625,4),(1487,-1441164324,1),(1487,-1247540400,2),(1487,354913209,3),(1487,370720810,4),(1487,386445610,3),(1487,402256811,2),(1487,417985211,3),(1487,433792812,2),(1487,449607612,3),(1487,465339612,5),(1487,481064412,6),(1487,496789213,5),(1487,512514013,6),(1487,528238813,5),(1487,543963613,6),(1487,559688413,5),(1487,575413214,6),(1487,591138014,5),(1487,606862814,7),(1487,622591214,8),(1487,638316015,7),(1487,654645615,8),(1487,670370416,7),(1487,686095216,8),(1487,695772016,5),(1487,701816416,7),(1487,717544817,8),(1487,733269617,7),(1487,748994418,8),(1487,764719218,7),(1487,780444019,8),(1487,796168819,7),(1487,811893619,8),(1487,828223220,7),(1487,846367220,8),(1487,859672820,7),(1487,877816821,8),(1487,891122421,7),(1487,909266421,8),(1487,922572022,7),(1487,941320822,8),(1487,954021622,7),(1487,972770422,8),(1487,985471222,7),(1487,1004220022,8),(1487,1017525622,7),(1487,1035669622,8),(1487,1048975222,7),(1487,1067119222,8),(1487,1080424822,7),(1487,1099173622,5),(1488,-1570084924,1),(1489,-1946186240,1),(1489,-1172906240,2),(1489,-881220600,3),(1489,-766054800,2),(1489,-683883000,4),(1489,-620812800,2),(1489,-189415800,5),(1489,567964813,6),(1490,-1948782180,1),(1490,-1830414600,2),(1490,-768646800,3),(1490,1439564426,1),(1490,1525446027,3),(1491,-1577935568,1),(1491,76190400,2),(1492,-1441167268,1),(1492,-1247544000,2),(1492,354913209,3),(1492,370720810,4),(1492,386445610,3),(1492,402256811,2),(1492,417985211,3),(1492,433792812,2),(1492,449607612,3),(1492,465339612,5),(1492,481064412,6),(1492,496789213,5),(1492,512514013,6),(1492,528238813,5),(1492,543963613,6),(1492,559688413,5),(1492,575413214,6),(1492,591138014,5),(1492,606862814,6),(1492,622587614,5),(1492,638312415,6),(1492,654642015,5),(1492,670366816,7),(1492,686095216,8),(1492,695772016,5),(1492,701816416,6),(1492,717541217,5),(1492,733266017,6),(1492,748990818,5),(1492,764715618,6),(1492,780440419,5),(1492,796165219,6),(1492,811890019,5),(1492,828219620,6),(1492,846363620,5),(1492,859669220,6),(1492,877813221,5),(1492,891118821,6),(1492,909262821,5),(1492,922568422,6),(1492,941317222,5),(1492,954018022,6),(1492,972766822,5),(1492,985467622,6),(1492,1004216422,5),(1492,1017522022,6),(1492,1035666022,5),(1492,1048971622,6),(1492,1067115622,5),(1492,1080421222,6),(1492,1099170022,9),(1493,-1441167712,1),(1493,-1247544000,2),(1493,354913209,3),(1493,370720810,4),(1493,386445610,3),(1493,402256811,2),(1493,417985211,3),(1493,433792812,2),(1493,449607612,3),(1493,465339612,5),(1493,481064412,6),(1493,496789213,5),(1493,512514013,6),(1493,528238813,5),(1493,543963613,6),(1493,559688413,5),(1493,575413214,6),(1493,591138014,5),(1493,606862814,6),(1493,622587614,5),(1493,638312415,6),(1493,654642015,5),(1493,670366816,7),(1493,686095216,5),(1493,695768416,9),(1493,701812816,6),(1493,717541217,5),(1493,733266017,6),(1493,748990818,5),(1493,764715618,6),(1493,780440419,5),(1493,796165219,6),(1493,811890019,5),(1493,828219620,6),(1493,846363620,5),(1493,859669220,6),(1493,877813221,5),(1493,891118821,6),(1493,909262821,5),(1493,922568422,6),(1493,941317222,5),(1493,954018022,6),(1493,972766822,5),(1493,985467622,6),(1493,1004216422,5),(1493,1017522022,6),(1493,1035666022,5),(1493,1048971622,6),(1493,1067115622,5),(1493,1080421222,6),(1493,1099170022,9),(1493,1545328827,2),(1494,-1577946287,1),(1494,-873268200,2),(1494,-778410000,1),(1495,-719636812,1),(1496,-2004073600,1),(1496,-1851577590,2),(1496,-852105600,3),(1496,-782643600,4),(1496,-767869200,2),(1496,-718095600,3),(1496,-457776000,2),(1496,-315648000,3),(1496,171820804,2),(1497,-2031039048,1),(1497,-768560400,3),(1497,354891609,2),(1497,370699210,3),(1497,386427610,2),(1497,402235211,3),(1497,417963611,2),(1497,433771212,3),(1497,449586012,2),(1497,465318012,4),(1497,481042812,5),(1497,496767613,4),(1497,512492413,5),(1497,528217213,4),(1497,543942013,5),(1497,559666813,4),(1497,575391614,5),(1497,591116414,4),(1497,606841214,5),(1497,622566014,4),(1497,638290815,5),(1497,654620415,4),(1497,670345216,6),(1497,686073616,7),(1497,695750416,4),(1497,701794816,5),(1497,717519617,4),(1497,733244417,5),(1497,748969218,4),(1497,764694018,5),(1497,780418819,4),(1497,796143619,5),(1497,811868419,4),(1497,828198020,5),(1497,846342020,4),(1497,859647620,6),(1497,877795221,7),(1497,891100821,6),(1497,909244821,7),(1497,922550422,6),(1497,941299222,7),(1497,954000022,6),(1497,972748822,7),(1497,985449622,6),(1497,1004198422,7),(1497,1017504022,6),(1497,1035648022,7),(1497,1048953622,6),(1497,1067097622,7),(1497,1080403222,6),(1497,1099152022,7),(1497,1111852822,6),(1497,1130601622,7),(1497,1143302423,6),(1497,1162051223,7),(1497,1174752023,6),(1497,1193500823,7),(1497,1206806423,6),(1497,1224950423,7),(1497,1238256024,6),(1497,1256400024,7),(1497,1269705624,6),(1497,1288454424,7),(1497,1301155224,4),(1497,1414249225,7),(1497,1459008026,4),(1498,-1441168073,1),(1498,-1247544000,2),(1498,354913209,3),(1498,370720810,4),(1498,386445610,3),(1498,402256811,2),(1498,417985211,3),(1498,433792812,2),(1498,449607612,3),(1498,465339612,5),(1498,481064412,6),(1498,496789213,5),(1498,512514013,6),(1498,528238813,5),(1498,543963613,6),(1498,559688413,5),(1498,575413214,6),(1498,591138014,5),(1498,606862814,6),(1498,622587614,5),(1498,638312415,6),(1498,654642015,5),(1498,670366816,6),(1498,686091616,5),(1498,694206016,2),(1499,-1948782472,1),(1499,-1830414600,2),(1499,-767350800,4),(1499,-681210000,3),(1499,-672228000,4),(1499,-654771600,3),(1499,-640864800,4),(1499,-623408400,3),(1499,-609415200,4),(1499,-588848400,3),(1499,-577965600,4),(1499,-498128400,1),(1499,-462702600,5),(1499,-451733400,1),(1499,-429784200,5),(1499,-418296600,1),(1499,-399544200,5),(1499,-387451800,1),(1499,-368094600,5),(1499,-356002200,1),(1499,-336645000,5),(1499,-324552600,1),(1499,-305195400,5),(1499,-293103000,1),(1499,-264933000,4),(1499,547578013,3),(1499,560883613,4),(1499,579027614,3),(1499,592333214,4),(1500,-1600675200,0),(1500,-1585904400,1),(1500,-933667200,0),(1500,-922093200,1),(1500,-908870400,0),(1500,-888829200,1),(1500,-881049600,0),(1500,-767869200,1),(1500,-745833600,0),(1500,-733827600,1),(1500,-716889600,0),(1500,-699613200,1),(1500,-683884800,0),(1500,-670669200,1),(1500,-652348800,0),(1500,-650019600,1),(1500,515527213,0),(1500,527014813,1),(1500,545162413,0),(1500,558464413,1),(1500,577216814,0),(1500,589914014,1),(1500,608666414,0),(1500,621968414,1),(1500,640116015,0),(1500,653418015,1),(1500,671565616,0),(1500,684867616,1),(1501,-2038200925,1),(1501,-1167634800,2),(1501,-1073028000,3),(1501,-894180000,4),(1501,-879665400,5),(1501,-767005200,4),(1501,378664210,6),(1502,-1441188892,1),(1502,-1247565600,3),(1502,354891609,2),(1502,370699210,3),(1502,386427610,2),(1502,402235211,3),(1502,417963611,2),(1502,433771212,3),(1502,449586012,2),(1502,465318012,4),(1502,481042812,5),(1502,496767613,4),(1502,512492413,5),(1502,528217213,4),(1502,543942013,5),(1502,559666813,4),(1502,575391614,5),(1502,591116414,4),(1502,606841214,5),(1502,622566014,4),(1502,638290815,5),(1502,654620415,4),(1502,670345216,6),(1502,686073616,7),(1502,695750416,4),(1502,701794816,5),(1502,717519617,4),(1502,733244417,5),(1502,748969218,4),(1502,764694018,5),(1502,780418819,4),(1502,796143619,5),(1502,811868419,4),(1502,828198020,5),(1502,846342020,4),(1502,859647620,5),(1502,877791621,4),(1502,891097221,5),(1502,909241221,4),(1502,922546822,5),(1502,941295622,4),(1502,953996422,5),(1502,972745222,4),(1502,985446022,5),(1502,1004194822,4),(1502,1017500422,5),(1502,1035644422,4),(1502,1048950022,5),(1502,1067094022,4),(1502,1080399622,5),(1502,1099148422,4),(1502,1111849222,5),(1502,1130598022,4),(1502,1143298823,5),(1502,1162047623,4),(1502,1174748423,5),(1502,1193497223,4),(1502,1206802823,5),(1502,1224946823,4),(1502,1238252424,5),(1502,1256396424,4),(1502,1269702024,5),(1502,1288450824,4),(1502,1301151624,8),(1502,1414245625,4),(1503,-1017820800,1),(1503,-766224000,0),(1503,-745833600,2),(1503,-733827600,0),(1503,-716889600,2),(1503,-699613200,0),(1503,-683884800,2),(1503,-670669200,0),(1503,-652348800,2),(1503,-639133200,0),(1503,-620812800,2),(1503,-607597200,0),(1503,-589276800,2),(1503,-576061200,0),(1503,-562924800,2),(1503,-541760400,0),(1503,-528710400,2),(1503,-510224400,0),(1503,-497174400,2),(1503,-478688400,0),(1503,-465638400,2),(1503,-449830800,0),(1503,-434016000,2),(1503,-418208400,0),(1503,-402480000,2),(1503,-386672400,0),(1503,-370944000,2),(1503,-355136400,0),(1503,-339408000,2),(1503,-323600400,0),(1503,-302515200,2),(1503,-291978000,0),(1503,-270979200,2),(1503,-260442000,0),(1503,133977603,2),(1503,149785203,0),(1503,165513604,2),(1503,181321204,0),(1503,299606408,2),(1503,307551608,0),(1504,-1441168631,1),(1504,-1247547600,3),(1504,354909609,2),(1504,370717210,3),(1504,386445610,2),(1504,402253211,3),(1504,417981611,2),(1504,433789212,3),(1504,449604012,2),(1504,465336012,4),(1504,481060812,5),(1504,496785613,4),(1504,512510413,5),(1504,528235213,4),(1504,543960013,5),(1504,559684813,4),(1504,575409614,5),(1504,591134414,4),(1504,606859214,5),(1504,622584014,4),(1504,638308815,5),(1504,654638415,4),(1504,670363216,6),(1504,686091616,7),(1504,694206016,1),(1505,-1441162751,1),(1505,-405140400,3),(1505,354916809,2),(1505,370724410,3),(1505,386452810,2),(1505,402260411,3),(1505,417988811,2),(1505,433796412,3),(1505,449611212,2),(1505,465343212,4),(1505,481068012,5),(1505,496792813,4),(1505,512517613,5),(1505,528242413,4),(1505,543967213,5),(1505,559692013,4),(1505,575416814,5),(1505,591141614,4),(1505,606866414,5),(1505,622591214,4),(1505,638316015,5),(1505,654645615,4),(1505,670370416,6),(1505,686098816,7),(1505,694213216,1),(1505,701816416,8),(1505,717537617,1),(1505,733266017,8),(1505,748987218,1),(1505,764715618,8),(1505,780436819,3),(1505,796161619,2),(1505,811882819,3),(1505,828216020,2),(1505,859662020,2),(1505,877806021,3),(1505,891115221,2),(1505,909255621,3),(1505,922564822,2),(1505,941310022,3),(1505,954014422,2),(1505,972759622,3),(1505,985464022,2),(1505,1004209222,3),(1505,1017518422,2),(1505,1035658822,3),(1505,1048968022,2),(1505,1067108422,3),(1505,1080417622,2),(1505,1088276422,8),(1505,1099177222,7),(1505,1111878022,3),(1506,-1704165944,1),(1506,-757394744,2),(1506,247177806,4),(1506,259272007,3),(1506,277758007,4),(1506,283982407,2),(1506,290809808,5),(1506,306531008,2),(1506,322432209,5),(1506,338499009,2),(1506,673216216,5),(1506,685481416,2),(1506,701209816,5),(1506,717103817,2),(1506,732745817,5),(1506,748639818,2),(1506,764281818,5),(1506,780175819,2),(1506,795817819,5),(1506,811711819,2),(1506,827353820,5),(1506,843247820,2),(1506,858976220,5),(1506,874870221,2),(1506,890512221,5),(1506,906406221,2),(1506,922048222,5),(1506,937942222,2),(1506,953584222,5),(1506,969478222,2),(1506,985206622,5),(1506,1001100622,2),(1506,1016742622,5),(1506,1032636622,2),(1506,1048278622,5),(1506,1064172622,2),(1506,1079814622,5),(1506,1095708622,2),(1506,1111437022,5),(1506,1127331022,2),(1506,1206045023,5),(1506,1221939023,2),(1506,1237667424,5),(1506,1253561424,2),(1506,1269203424,5),(1506,1285097424,2),(1506,1300739424,5),(1506,1316633424,2),(1506,1332275424,5),(1506,1348169425,2),(1506,1363897825,5),(1506,1379791825,2),(1506,1395433825,5),(1506,1411327825,2),(1506,1426969825,5),(1506,1442863826,2),(1506,1458505826,5),(1506,1474399826,2),(1506,1490128227,5),(1506,1506022227,2),(1506,1521664227,5),(1506,1537558227,2),(1506,1553200227,5),(1506,1569094227,2),(1506,1584736227,5),(1506,1600630227,2),(1506,1616358627,5),(1506,1632252627,2),(1506,1647894627,5),(1506,1663788627,2),(1506,1679430627,5),(1506,1695324627,2),(1506,1710966627,5),(1506,1726860627,2),(1506,1742589027,5),(1506,1758483027,2),(1506,1774125027,5),(1506,1790019027,2),(1506,1805661027,5),(1506,1821555027,2),(1506,1837197027,5),(1506,1853091027,2),(1506,1868733027,5),(1506,1884627027,2),(1506,1900355427,5),(1506,1916249427,2),(1506,1931891427,5),(1506,1947785427,2),(1506,1963427427,5),(1506,1979321427,2),(1506,1994963427,5),(1506,2010857427,2),(1506,2026585827,5),(1506,2042479827,2),(1506,2058121827,5),(1506,2074015827,2),(1506,2089657827,5),(1506,2105551827,2),(1506,2121193827,5),(1506,2137087827,2),(1507,-1641003640,5),(1507,-933638400,1),(1507,-923097600,2),(1507,-919036800,1),(1507,-857347200,2),(1507,-844300800,1),(1507,-825811200,2),(1507,-812678400,1),(1507,-794188800,2),(1507,-779846400,1),(1507,-762652800,2),(1507,-748310400,1),(1507,-731116800,2),(1507,-681955200,3),(1507,-673228800,1),(1507,-667958400,2),(1507,-652320000,1),(1507,-636422400,2),(1507,-622080000,1),(1507,-608947200,2),(1507,-591840000,1),(1507,-572486400,2),(1507,-558576000,1),(1507,-542851200,2),(1507,-527731200,1),(1507,-514425600,2),(1507,-490838400,1),(1507,-482976000,2),(1507,-459388800,1),(1507,-451526400,2),(1507,-428544000,1),(1507,-418262400,2),(1507,-400118400,1),(1507,-387417600,2),(1507,142380003,4),(1507,150843603,5),(1507,167176804,4),(1507,178664404,5),(1507,334101609,6),(1507,337730409,7),(1507,452642412,6),(1507,462319212,7),(1507,482277612,4),(1507,494370013,5),(1507,516751213,4),(1507,526424413,5),(1507,545436013,4),(1507,558478813,5),(1507,576626414,4),(1507,589323614,5),(1507,609890414,4),(1507,620773214,5),(1507,638316015,4),(1507,651618015,5),(1507,669765616,4),(1507,683672416,5),(1507,701820016,4),(1507,715726817,5),(1507,733701617,4),(1507,747176418,5),(1507,765151218,4),(1507,778021219,5),(1507,796600819,4),(1507,810075619,5),(1507,826840820,4),(1507,842821220,5),(1507,858895220,4),(1507,874184421,5),(1507,890344821,4),(1507,905029221,5),(1507,923011222,4),(1507,936313222,5),(1507,955670422,4),(1507,970783222,5),(1507,986770822,4),(1507,1001282422,5),(1507,1017356422,4),(1507,1033941622,5),(1507,1048806022,4),(1507,1065132022,5),(1507,1081292422,4),(1507,1095804022,5),(1507,1112313622,4),(1507,1128812422,5),(1507,1143763223,4),(1507,1159657223,5),(1507,1175212823,4),(1507,1189897223,5),(1507,1206662423,4),(1507,1223161223,5),(1507,1238112024,4),(1507,1254006024,5),(1507,1269561624,4),(1507,1284246024,5),(1507,1301616024,4),(1507,1317510024,5),(1507,1333065624,4),(1507,1348354825,5),(1507,1364515225,4),(1507,1382828425,5),(1507,1395964825,4),(1507,1414278025,5),(1507,1427414425,4),(1507,1445727626,5),(1507,1458864026,4),(1507,1477782026,5),(1507,1490313627,4),(1507,1509231627,5),(1507,1521763227,4),(1507,1540681227,5),(1507,1553817627,4),(1507,1572130827,5),(1507,1585267227,4),(1507,1603580427,5),(1507,1616716827,4),(1507,1635634827,5),(1507,1648166427,4),(1507,1667084427,5),(1507,1679616027,4),(1507,1698534027,5),(1507,1711670427,4),(1507,1729983627,5),(1507,1743120027,4),(1507,1761433227,5),(1507,1774569627,4),(1507,1792882827,5),(1507,1806019227,4),(1507,1824937227,5),(1507,1837468827,4),(1507,1856386827,5),(1507,1868918427,4),(1507,1887836427,5),(1507,1900972827,4),(1507,1919286027,5),(1507,1932422427,4),(1507,1950735627,5),(1507,1963872027,4),(1507,1982790027,5),(1507,1995321627,4),(1507,2014239627,5),(1507,2026771227,4),(1507,2045689227,5),(1507,2058220827,4),(1507,2077138827,5),(1507,2090275227,4),(1507,2108588427,5),(1507,2121724827,4),(1507,2140038027,5),(1508,-706341516,1),(1508,560025013,2),(1509,-706341516,1),(1509,560025013,2),(1510,-683802000,0),(1510,-672310800,1),(1510,-654771600,0),(1510,-640861200,1),(1510,-620298000,0),(1510,-609411600,1),(1510,-588848400,0),(1510,-577962000,1),(1511,-1578807591,1),(1511,-1247551200,3),(1511,354906009,2),(1511,370713610,3),(1511,386442010,2),(1511,402249611,3),(1511,417978011,2),(1511,433785612,3),(1511,449600412,2),(1511,465332412,4),(1511,481057212,5),(1511,496782013,4),(1511,512506813,5),(1511,528231613,4),(1511,543956413,5),(1511,559681213,4),(1511,575406014,5),(1511,591130814,4),(1511,606855614,5),(1511,622580414,4),(1511,638305215,5),(1511,654634815,4),(1511,670359616,6),(1511,686088016,7),(1511,695764816,4),(1511,701809216,5),(1511,717534017,4),(1511,733258817,5),(1511,748983618,4),(1511,764708418,5),(1511,780433219,4),(1511,796158019,5),(1511,811882819,4),(1511,828212420,5),(1511,846356420,4),(1511,859662020,5),(1511,877806021,4),(1511,891111621,5),(1511,909255621,4),(1511,922561222,5),(1511,941310022,4),(1511,954010822,5),(1511,972759622,4),(1511,985460422,5),(1511,1004209222,4),(1511,1017514822,5),(1511,1020193222,8),(1511,1035662422,7),(1511,1048968022,6),(1511,1067112022,7),(1511,1080417622,6),(1511,1099166422,7),(1511,1111867222,6),(1511,1130616022,7),(1511,1143316823,6),(1511,1162065623,7),(1511,1174766423,6),(1511,1193515223,7),(1511,1206820823,6),(1511,1224964823,7),(1511,1238270424,6),(1511,1256414424,7),(1511,1269720024,6),(1511,1288468824,7),(1511,1301169624,4),(1511,1414263625,7),(1511,1464465626,4),(1512,-1577951856,1),(1512,-1172908656,2),(1512,-880272000,3),(1512,-766054800,4),(1513,-2032931252,1),(1513,252435606,3),(1513,417974411,2),(1513,433782012,3),(1513,449596812,2),(1513,465318012,3),(1513,481046412,2),(1513,496767613,3),(1513,512496013,2),(1513,528217213,3),(1513,543945613,2),(1513,559666813,3),(1513,575395214,2),(1513,591116414,3),(1513,606844814,2),(1513,622566014,3),(1513,638294415,2),(1513,654620415,3),(1513,670348816,2),(1513,686070016,3),(1513,701798416,2),(1513,717519617,3),(1513,733248017,2),(1513,748969218,3),(1513,764697618,2),(1513,780418819,3),(1513,796147219,2),(1513,811868419,3),(1513,828201620,2),(1513,843922820,3),(1513,859651220,2),(1513,875372421,3),(1513,891100821,2),(1513,906822021,3),(1513,988394422,2),(1513,1001696422,3),(1513,1017424822,2),(1513,1033146022,3),(1513,1048874422,2),(1513,1064595622,3),(1513,1080324022,2),(1513,1096045222,3),(1513,1111773622,2),(1513,1127494822,3),(1513,1143223223,2),(1513,1159549223,3),(1513,1427479225,2),(1513,1443193226,3),(1513,1458928826,2),(1513,1474642826,3),(1514,-2032931252,1),(1514,252435606,3),(1514,417974411,2),(1514,433782012,3),(1514,449596812,2),(1514,465318012,3),(1514,481046412,2),(1514,496767613,3),(1514,512496013,2),(1514,528217213,3),(1514,543945613,2),(1514,559666813,3),(1514,575395214,2),(1514,591116414,3),(1514,606844814,2),(1514,622566014,3),(1514,638294415,2),(1514,654620415,3),(1514,670348816,2),(1514,686070016,3),(1514,701798416,2),(1514,717519617,3),(1514,733248017,2),(1514,748969218,3),(1514,764697618,2),(1514,780418819,3),(1514,796147219,2),(1514,811868419,3),(1514,828201620,2),(1514,843922820,3),(1514,859651220,2),(1514,875372421,3),(1514,891100821,2),(1514,906822021,3),(1514,988394422,2),(1514,1001696422,3),(1514,1017424822,2),(1514,1033146022,3),(1514,1048874422,2),(1514,1064595622,3),(1514,1080324022,2),(1514,1096045222,3),(1514,1111773622,2),(1514,1127494822,3),(1514,1143223223,2),(1514,1159549223,3),(1514,1427479225,2),(1514,1443193226,3),(1514,1458928826,2),(1514,1474642826,3),(1515,-1325483420,1),(1516,-1579426374,1),(1516,-1247558400,2),(1516,354898809,4),(1516,370699210,3),(1516,386427610,4),(1516,402235211,3),(1516,417963611,4),(1516,433771212,3),(1516,449586012,4),(1516,465318012,5),(1516,481042812,6),(1516,496767613,5),(1516,512492413,6),(1516,528217213,5),(1516,543942013,6),(1516,559666813,5),(1516,575391614,6),(1516,591116414,5),(1516,606841214,6),(1516,622566014,5),(1516,638290815,6),(1516,654620415,5),(1516,670345216,7),(1516,686073616,8),(1516,695750416,5),(1516,701794816,6),(1516,717519617,5),(1516,733244417,6),(1516,748969218,5),(1516,764694018,6),(1516,780418819,5),(1516,796143619,6),(1516,811868419,5),(1516,828198020,6),(1516,846342020,5),(1516,859647620,6),(1516,877791621,5),(1516,891097221,6),(1516,909241221,5),(1516,922546822,6),(1516,941295622,5),(1516,953996422,6),(1516,972745222,5),(1516,985446022,6),(1516,1004194822,5),(1516,1017500422,6),(1516,1035644422,5),(1516,1048950022,6),(1516,1067094022,5),(1516,1080399622,6),(1516,1099148422,5),(1516,1111849222,6),(1516,1130598022,5),(1516,1143298823,6),(1516,1162047623,5),(1516,1174748423,6),(1516,1193497223,5),(1516,1206802823,6),(1516,1224946823,5),(1516,1238252424,6),(1516,1256396424,5),(1516,1269702024,6),(1516,1288450824,5),(1516,1301151624,9),(1516,1315828824,5),(1516,1414249225,8),(1517,-1570084924,1),(1518,-1487321251,1),(1518,-1247562000,3),(1518,354895209,2),(1518,370702810,3),(1518,386431210,2),(1518,402238811,3),(1518,417967211,2),(1518,433774812,3),(1518,449589612,2),(1518,465321612,4),(1518,481046412,5),(1518,496771213,4),(1518,512496013,5),(1518,528220813,4),(1518,543945613,5),(1518,559670413,4),(1518,575395214,5),(1518,591120014,4),(1518,606844814,5),(1518,622569614,4),(1518,638294415,5),(1518,654624015,4),(1518,670348816,6),(1518,686077216,7),(1518,695754016,4),(1518,701798416,5),(1518,717523217,4),(1518,733248017,5),(1518,748972818,4),(1518,764697618,5),(1518,780422419,4),(1518,796147219,5),(1518,811872019,4),(1518,828201620,5),(1518,846345620,4),(1518,859651220,5),(1518,877795221,4),(1518,891100821,5),(1518,909244821,4),(1518,922550422,5),(1518,941299222,4),(1518,954000022,5),(1518,972748822,4),(1518,985449622,5),(1518,1004198422,4),(1518,1017504022,5),(1518,1035648022,4),(1518,1048953622,5),(1518,1067097622,4),(1518,1080403222,5),(1518,1099152022,4),(1518,1111852822,5),(1518,1130601622,4),(1518,1143302423,5),(1518,1162051223,4),(1518,1174752023,5),(1518,1193500823,4),(1518,1206806423,5),(1518,1224950423,4),(1518,1238256024,5),(1518,1256400024,4),(1518,1269705624,5),(1518,1288454424,4),(1518,1301155224,8),(1518,1414249225,4),(1519,-1579423138,1),(1519,-1247558400,3),(1519,354898809,2),(1519,370706410,3),(1519,386434810,2),(1519,402242411,3),(1519,417970811,2),(1519,433778412,3),(1519,449593212,2),(1519,465325212,4),(1519,481050012,5),(1519,496774813,4),(1519,512499613,5),(1519,528224413,4),(1519,543949213,5),(1519,559674013,4),(1519,575398814,5),(1519,591123614,4),(1519,606848414,5),(1519,622573214,4),(1519,638298015,5),(1519,654627615,4),(1519,670352416,6),(1519,686080816,7),(1519,695757616,4),(1519,701802016,5),(1519,717526817,4),(1519,733251617,5),(1519,748976418,4),(1519,764701218,5),(1519,780426019,4),(1519,796150819,5),(1519,811875619,4),(1519,828205220,5),(1519,846349220,4),(1519,859654820,5),(1519,877798821,4),(1519,891104421,5),(1519,909248421,4),(1519,922554022,5),(1519,941302822,4),(1519,954003622,5),(1519,972752422,4),(1519,985453222,5),(1519,1004202022,4),(1519,1017507622,5),(1519,1035651622,4),(1519,1048957222,5),(1519,1067101222,4),(1519,1080406822,5),(1519,1099155622,4),(1519,1111856422,5),(1519,1130605222,4),(1519,1143306023,5),(1519,1162054823,4),(1519,1174755623,5),(1519,1193504423,4),(1519,1206810023,5),(1519,1224954023,4),(1519,1238259624,5),(1519,1256403624,4),(1519,1269709224,5),(1519,1288458024,4),(1519,1301158824,8),(1519,1414252825,4),(1520,-1577946287,1),(1520,-873268200,2),(1520,-778410000,1),(1521,-1688270553,1),(1521,-1592610305,2),(1521,-1247544000,4),(1521,354913209,3),(1521,370720810,4),(1521,386449210,3),(1521,402256811,4),(1521,417985211,3),(1521,433792812,4),(1521,449607612,3),(1521,465339612,5),(1521,481064412,6),(1521,496789213,5),(1521,512514013,6),(1521,528238813,5),(1521,543963613,6),(1521,559688413,5),(1521,575413214,6),(1521,591138014,5),(1521,606862814,6),(1521,622587614,5),(1521,638312415,6),(1521,654642015,5),(1521,670366816,7),(1521,686095216,8),(1521,695772016,5),(1521,701816416,6),(1521,717541217,5),(1521,733266017,6),(1521,748990818,5),(1521,764715618,6),(1521,780440419,5),(1521,796165219,6),(1521,811890019,5),(1521,828219620,6),(1521,846363620,5),(1521,859669220,6),(1521,877813221,5),(1521,891118821,6),(1521,909262821,5),(1521,922568422,6),(1521,941317222,5),(1521,954018022,6),(1521,972766822,5),(1521,985467622,6),(1521,1004216422,5),(1521,1017522022,6),(1521,1035666022,5),(1521,1048971622,6),(1521,1067115622,5),(1521,1080421222,6),(1521,1099170022,5),(1521,1111870822,6),(1521,1130619622,5),(1521,1143320423,6),(1521,1162069223,5),(1521,1174770023,6),(1521,1193518823,5),(1521,1206824423,6),(1521,1224968423,5),(1521,1238274024,6),(1521,1256418024,5),(1521,1269723624,6),(1521,1288472424,5),(1521,1301173224,9),(1521,1414267225,5),(1522,-1441162680,1),(1522,-405140400,3),(1522,354916809,2),(1522,370724410,3),(1522,386452810,2),(1522,402260411,3),(1522,417988811,2),(1522,433796412,3),(1522,449611212,2),(1522,465343212,4),(1522,481068012,5),(1522,496792813,4),(1522,512517613,5),(1522,528242413,4),(1522,543967213,5),(1522,559692013,4),(1522,575416814,5),(1522,591141614,4),(1522,606866414,5),(1522,622591214,4),(1522,638316015,5),(1522,654645615,4),(1522,670370416,6),(1522,686098816,7),(1522,701823616,6),(1522,717548417,7),(1522,733273217,6),(1522,748998018,7),(1522,764722818,6),(1522,780447619,7),(1522,796172419,6),(1522,811897219,4),(1522,852062420,3),(1522,859672820,5),(1522,877816821,4),(1522,891122421,5),(1522,909266421,4),(1522,922572022,5),(1522,941320822,4),(1522,954021622,5),(1522,972770422,4),(1522,985471222,5),(1522,1004220022,4),(1522,1017525622,5),(1522,1035669622,4),(1522,1048975222,5),(1522,1067119222,4),(1522,1080424822,5),(1522,1099173622,4),(1522,1111874422,5),(1522,1130623222,4),(1522,1143324023,5),(1522,1162072823,4),(1522,1174773623,5),(1522,1193522423,4),(1522,1206828023,5),(1522,1224972023,4),(1522,1238277624,5),(1522,1256421624,4),(1522,1269727224,5),(1522,1288476024,4),(1522,1293825624,3),(1522,1301176824,5),(1522,1319925624,4),(1523,-1830376800,5),(1523,-1689548400,1),(1523,-1677794400,2),(1523,-1667430000,3),(1523,-1647730800,4),(1523,-1635807600,3),(1523,-1616194800,4),(1523,-1604358000,3),(1523,-1584658800,4),(1523,-1572735600,3),(1523,-1553036400,4),(1523,-1541199600,3),(1523,-1521500400,4),(1523,-1442444400,3),(1523,-1426806000,4),(1523,-1379286000,3),(1523,-1364770800,4),(1523,-1348441200,3),(1523,-1333321200,4),(1523,-1316386800,3),(1523,-1301266800,4),(1523,-1284332400,3),(1523,-1269817200,4),(1523,-1221433200,3),(1523,-1206918000,4),(1523,-1191193200,3),(1523,-1175468400,4),(1523,-1127689200,3),(1523,-1111964400,4),(1523,-1096844400,3),(1523,-1080514800,4),(1523,-1063580400,3),(1523,-1049065200,4),(1523,-1033340400,3),(1523,-1017615600,4),(1523,-1002495600,3),(1523,-986166000,4),(1523,-969231600,3),(1523,-950482800,4),(1523,-942015600,3),(1523,-922662000,4),(1523,-906937200,3),(1523,-891126000,4),(1523,-877302000,3),(1523,-873676800,6),(1523,-864000000,3),(1523,-857948400,4),(1523,-845852400,3),(1523,-842832000,6),(1523,-831340800,3),(1523,-825894000,4),(1523,-814402800,3),(1523,-810777600,6),(1523,-799891200,3),(1523,-794444400,4),(1523,-782953200,3),(1523,-779328000,6),(1523,-768441600,3),(1523,-762994800,4),(1523,-749084400,3),(1523,-733359600,4),(1523,-717624000,3),(1523,-701899200,4),(1523,-686174400,3),(1523,-670449600,4),(1523,-654724800,3),(1523,-639000000,4),(1523,-623275200,3),(1523,-607550400,4),(1523,-591825600,3),(1523,-575496000,4),(1523,-559771200,3),(1523,-544046400,4),(1523,-528321600,3),(1523,-512596800,4),(1523,-496872000,3),(1523,-481147200,4),(1523,-465422400,3),(1523,-449697600,4),(1523,-433972800,3),(1523,-417643200,4),(1523,-401918400,3),(1523,-386193600,4),(1523,-370468800,3),(1523,-354744000,4),(1523,-339019200,3),(1523,-323294400,4),(1523,-307569600,3),(1523,-291844800,4),(1523,-276120000,3),(1523,-260395200,4),(1523,-244670400,3),(1523,-228340800,4),(1523,-212616000,3),(1523,-196891200,4),(1523,-181166400,3),(1523,-165441600,4),(1523,-149716800,3),(1523,-133992000,4),(1523,-118267200,8),(1523,228272406,6),(1523,243997206,7),(1523,260326807,6),(1523,276051607,7),(1523,291776408,6),(1523,307504808,7),(1523,323226009,6),(1523,338954409,7),(1523,354679209,6),(1523,370404010,7),(1523,386128810,6),(1523,401853611,7),(1523,417582011,6),(1523,433303212,7),(1523,449028012,6),(1523,465357612,7),(1523,481082412,6),(1523,496807213,7),(1523,512532013,6),(1523,528256813,7),(1523,543981613,6),(1523,559706413,7),(1523,575431214,6),(1523,591156014,7),(1523,606880814,6),(1523,622605614,7),(1523,638330415,6),(1523,654660015,7),(1523,670384816,6),(1523,686109616,7),(1523,701834416,6),(1523,717559217,9),(1523,733280417,10),(1523,749005218,11),(1523,764730018,10),(1523,780454819,11),(1523,796179619,10),(1523,811904419,11),(1523,828234020,10),(1523,846378020,11),(1523,859683620,10),(1523,877827621,11),(1523,891133221,10),(1523,909277221,11),(1523,922582822,10),(1523,941331622,11),(1523,954032422,10),(1523,972781222,11),(1523,985482022,10),(1523,1004230822,11),(1523,1017536422,10),(1523,1035680422,11),(1523,1048986022,10),(1523,1067130022,11),(1523,1080435622,10),(1523,1099184422,11),(1523,1111885222,10),(1523,1130634022,11),(1523,1143334823,10),(1523,1162083623,11),(1523,1174784423,10),(1523,1193533223,11),(1523,1206838823,10),(1523,1224982823,11),(1523,1238288424,10),(1523,1256432424,11),(1523,1269738024,10),(1523,1288486824,11),(1523,1301187624,10),(1523,1319936424,11),(1523,1332637224,10),(1523,1351386025,11),(1523,1364691625,10),(1523,1382835625,11),(1523,1396141225,10),(1523,1414285225,11),(1523,1427590825,10),(1523,1445734826,11),(1523,1459040426,10),(1523,1477789226,11),(1523,1490490027,10),(1523,1509238827,11),(1523,1521939627,10),(1523,1540688427,11),(1523,1553994027,10),(1523,1572138027,11),(1523,1585443627,10),(1523,1603587627,11),(1523,1616893227,10),(1523,1635642027,11),(1523,1648342827,10),(1523,1667091627,11),(1523,1679792427,10),(1523,1698541227,11),(1523,1711846827,10),(1523,1729990827,11),(1523,1743296427,10),(1523,1761440427,11),(1523,1774746027,10),(1523,1792890027,11),(1523,1806195627,10),(1523,1824944427,11),(1523,1837645227,10),(1523,1856394027,11),(1523,1869094827,10),(1523,1887843627,11),(1523,1901149227,10),(1523,1919293227,11),(1523,1932598827,10),(1523,1950742827,11),(1523,1964048427,10),(1523,1982797227,11),(1523,1995498027,10),(1523,2014246827,11),(1523,2026947627,10),(1523,2045696427,11),(1523,2058397227,10),(1523,2077146027,11),(1523,2090451627,10),(1523,2108595627,11),(1523,2121901227,10),(1523,2140045227,11),(1524,-1664307642,0),(1524,-1648932042,1),(1524,-1632080442,0),(1524,-1618692042,1),(1524,-1262281242,3),(1524,-882727200,2),(1524,-858538800,3),(1524,-845229600,2),(1524,-825879600,3),(1524,-814384800,2),(1524,-793825200,3),(1524,-782935200,2),(1524,-762375600,3),(1524,-713988000,2),(1524,-703710000,3),(1524,-681933600,2),(1524,-672865200,3),(1524,-650484000,2),(1524,-641415600,3),(1524,-618429600,2),(1524,-609966000,3),(1524,-586980000,2),(1524,-578516400,3),(1524,-555530400,2),(1524,-546462000,3),(1524,-429127200,2),(1524,-415825200,3),(1524,136360803,2),(1524,152082003,3),(1524,167810404,2),(1524,183531604,3),(1524,199260005,2),(1524,215586005,3),(1524,230709606,2),(1524,247035606,3),(1524,262764007,2),(1524,278485207,3),(1524,294213608,2),(1524,309934808,3),(1524,325663209,2),(1524,341384409,3),(1524,357112809,2),(1524,372834010,3),(1524,388562410,2),(1524,404888411,3),(1524,420012011,2),(1524,436338012,3),(1524,452066412,2),(1524,467787612,3),(1524,483516012,2),(1524,499237213,3),(1524,514965613,2),(1524,530686813,3),(1524,544600813,2),(1524,562136413,3),(1524,576050414,2),(1524,594190814,3),(1524,607500014,2),(1524,625640414,3),(1524,638949615,2),(1524,657090015,3),(1524,671004016,2),(1524,688539616,3),(1524,702453616,2),(1524,719989217,3),(1524,733903217,2),(1524,752043618,3),(1524,765352818,2),(1524,783493219,3),(1524,796802419,2),(1524,814942819,3),(1524,828856820,2),(1524,846392420,3),(1524,860306420,2),(1524,877842021,3),(1524,891756021,2),(1524,909291621,3),(1524,923205622,2),(1524,941346022,3),(1524,954655222,2),(1524,972795622,3),(1524,986104822,2),(1524,1004245222,3),(1524,1018159222,2),(1524,1035694822,3),(1524,1049608822,2),(1524,1067144422,3),(1524,1081058422,2),(1524,1099198822,3),(1524,1112508022,2),(1524,1130648422,3),(1524,1143957623,2),(1524,1162098023,3),(1524,1173592823,2),(1524,1194152423,3),(1524,1205042423,2),(1524,1225602023,3),(1524,1236492024,2),(1524,1257051624,3),(1524,1268546424,2),(1524,1289106024,3),(1524,1299996024,2),(1524,1320555624,3),(1524,1331445624,2),(1524,1352005225,3),(1524,1362895225,2),(1524,1383454825,3),(1524,1394344825,2),(1524,1414904425,3),(1524,1425794425,2),(1524,1446354026,3),(1524,1457848826,2),(1524,1478408426,3),(1524,1489298427,2),(1524,1509858027,3),(1524,1520748027,2),(1524,1541307627,3),(1524,1552197627,2),(1524,1572757227,3),(1524,1583647227,2),(1524,1604206827,3),(1524,1615701627,2),(1524,1636261227,3),(1524,1647151227,2),(1524,1667710827,3),(1524,1678600827,2),(1524,1699160427,3),(1524,1710050427,2),(1524,1730610027,3),(1524,1741500027,2),(1524,1762059627,3),(1524,1772949627,2),(1524,1793509227,3),(1524,1805004027,2),(1524,1825563627,3),(1524,1836453627,2),(1524,1857013227,3),(1524,1867903227,2),(1524,1888462827,3),(1524,1899352827,2),(1524,1919912427,3),(1524,1930802427,2),(1524,1951362027,3),(1524,1962856827,2),(1524,1983416427,3),(1524,1994306427,2),(1524,2014866027,3),(1524,2025756027,2),(1524,2046315627,3),(1524,2057205627,2),(1524,2077765227,3),(1524,2088655227,2),(1524,2109214827,3),(1524,2120104827,2),(1524,2140664427,3),(1525,-1509663504,1),(1525,-733874400,2),(1525,323827209,3),(1525,338950809,4),(1525,354675609,5),(1525,370400410,4),(1525,386125210,5),(1525,401850011,4),(1525,417574811,5),(1525,433299612,4),(1525,449024412,5),(1525,465354012,4),(1525,481078812,5),(1525,496803613,4),(1525,512528413,5),(1525,528253213,4),(1525,543978013,5),(1525,559702813,4),(1525,575427614,5),(1525,591152414,4),(1525,606877214,5),(1525,622602014,4),(1525,638326815,5),(1525,654656415,4),(1525,670381216,5),(1525,686106016,4),(1525,701830816,5),(1525,717555617,4),(1525,733280417,5),(1525,749005218,4),(1525,764730018,5),(1525,780454819,4),(1525,796179619,5),(1525,811904419,4),(1525,828234020,5),(1525,846378020,4),(1525,859683620,5),(1525,877827621,4),(1525,891133221,5),(1525,909277221,4),(1525,922582822,5),(1525,941331622,4),(1525,954032422,5),(1525,972781222,4),(1525,985482022,5),(1525,1004230822,4),(1525,1017536422,5),(1525,1035680422,4),(1525,1048986022,5),(1525,1067130022,4),(1525,1080435622,5),(1525,1099184422,4),(1525,1111885222,5),(1525,1130634022,4),(1525,1143334823,5),(1525,1162083623,4),(1525,1174784423,5),(1525,1193533223,4),(1525,1206838823,5),(1525,1224982823,4),(1525,1238288424,5),(1525,1256432424,4),(1525,1269738024,5),(1525,1288486824,4),(1525,1301187624,5),(1525,1319936424,4),(1525,1332637224,5),(1525,1351386025,4),(1525,1364691625,5),(1525,1382835625,4),(1525,1396141225,5),(1525,1414285225,4),(1525,1427590825,5),(1525,1445734826,4),(1525,1459040426,5),(1525,1477789226,4),(1525,1490490027,5),(1525,1509238827,4),(1525,1521939627,5),(1525,1540688427,4),(1525,1553994027,5),(1525,1572138027,4),(1525,1585443627,5),(1525,1603587627,4),(1525,1616893227,5),(1525,1635642027,4),(1525,1648342827,5),(1525,1667091627,4),(1525,1679792427,5),(1525,1698541227,4),(1525,1711846827,5),(1525,1729990827,4),(1525,1743296427,5),(1525,1761440427,4),(1525,1774746027,5),(1525,1792890027,4),(1525,1806195627,5),(1525,1824944427,4),(1525,1837645227,5),(1525,1856394027,4),(1525,1869094827,5),(1525,1887843627,4),(1525,1901149227,5),(1525,1919293227,4),(1525,1932598827,5),(1525,1950742827,4),(1525,1964048427,5),(1525,1982797227,4),(1525,1995498027,5),(1525,2014246827,4),(1525,2026947627,5),(1525,2045696427,4),(1525,2058397227,5),(1525,2077146027,4),(1525,2090451627,5),(1525,2108595627,4),(1525,2121901227,5),(1525,2140045227,4),(1526,-1830376800,1),(1526,-862610400,2),(1526,-764118000,3),(1526,186120004,4),(1527,-1955748776,1),(1527,354675609,2),(1527,370400410,3),(1527,386125210,2),(1527,401850011,3),(1527,417574811,2),(1527,433299612,3),(1527,449024412,2),(1527,465354012,3),(1527,481078812,2),(1527,496803613,3),(1527,512528413,2),(1527,528253213,3),(1527,543978013,2),(1527,559702813,3),(1527,575427614,2),(1527,591152414,3),(1527,606877214,2),(1527,622602014,3),(1527,638326815,2),(1527,654656415,3),(1527,670381216,2),(1527,686106016,3),(1527,701830816,2),(1527,717555617,3),(1527,733280417,2),(1527,749005218,3),(1527,764730018,2),(1527,780454819,3),(1527,796179619,2),(1527,811904419,3),(1527,828234020,2),(1527,846378020,3),(1527,859683620,2),(1527,877827621,3),(1527,891133221,2),(1527,909277221,3),(1527,922582822,2),(1527,941331622,3),(1527,954032422,2),(1527,972781222,3),(1527,985482022,2),(1527,1004230822,3),(1527,1017536422,2),(1527,1035680422,3),(1527,1048986022,2),(1527,1067130022,3),(1527,1080435622,2),(1527,1099184422,3),(1527,1111885222,2),(1527,1130634022,3),(1527,1143334823,2),(1527,1162083623,3),(1527,1174784423,2),(1527,1193533223,3),(1527,1206838823,2),(1527,1224982823,3),(1527,1238288424,2),(1527,1256432424,3),(1527,1269738024,2),(1527,1288486824,3),(1527,1301187624,2),(1527,1319936424,3),(1527,1332637224,2),(1527,1351386025,3),(1527,1364691625,2),(1527,1382835625,3),(1527,1396141225,2),(1527,1414285225,3),(1527,1427590825,2),(1527,1445734826,3),(1527,1459040426,2),(1527,1477789226,3),(1527,1490490027,2),(1527,1509238827,3),(1527,1521939627,2),(1527,1540688427,3),(1527,1553994027,2),(1527,1572138027,3),(1527,1585443627,2),(1527,1603587627,3),(1527,1616893227,2),(1527,1635642027,3),(1527,1648342827,2),(1527,1667091627,3),(1527,1679792427,2),(1527,1698541227,3),(1527,1711846827,2),(1527,1729990827,3),(1527,1743296427,2),(1527,1761440427,3),(1527,1774746027,2),(1527,1792890027,3),(1527,1806195627,2),(1527,1824944427,3),(1527,1837645227,2),(1527,1856394027,3),(1527,1869094827,2),(1527,1887843627,3),(1527,1901149227,2),(1527,1919293227,3),(1527,1932598827,2),(1527,1950742827,3),(1527,1964048427,2),(1527,1982797227,3),(1527,1995498027,2),(1527,2014246827,3),(1527,2026947627,2),(1527,2045696427,3),(1527,2058397227,2),(1527,2077146027,3),(1527,2090451627,2),(1527,2108595627,3),(1527,2121901227,2),(1527,2140045227,3),(1528,-1955748776,1),(1528,354675609,2),(1528,370400410,3),(1528,386125210,2),(1528,401850011,3),(1528,417574811,2),(1528,433299612,3),(1528,449024412,2),(1528,465354012,3),(1528,481078812,2),(1528,496803613,3),(1528,512528413,2),(1528,528253213,3),(1528,543978013,2),(1528,559702813,3),(1528,575427614,2),(1528,591152414,3),(1528,606877214,2),(1528,622602014,3),(1528,638326815,2),(1528,654656415,3),(1528,670381216,2),(1528,686106016,3),(1528,701830816,2),(1528,717555617,3),(1528,733280417,2),(1528,749005218,3),(1528,764730018,2),(1528,780454819,3),(1528,796179619,2),(1528,811904419,3),(1528,828234020,2),(1528,846378020,3),(1528,859683620,2),(1528,877827621,3),(1528,891133221,2),(1528,909277221,3),(1528,922582822,2),(1528,941331622,3),(1528,954032422,2),(1528,972781222,3),(1528,985482022,2),(1528,1004230822,3),(1528,1017536422,2),(1528,1035680422,3),(1528,1048986022,2),(1528,1067130022,3),(1528,1080435622,2),(1528,1099184422,3),(1528,1111885222,2),(1528,1130634022,3),(1528,1143334823,2),(1528,1162083623,3),(1528,1174784423,2),(1528,1193533223,3),(1528,1206838823,2),(1528,1224982823,3),(1528,1238288424,2),(1528,1256432424,3),(1528,1269738024,2),(1528,1288486824,3),(1528,1301187624,2),(1528,1319936424,3),(1528,1332637224,2),(1528,1351386025,3),(1528,1364691625,2),(1528,1382835625,3),(1528,1396141225,2),(1528,1414285225,3),(1528,1427590825,2),(1528,1445734826,3),(1528,1459040426,2),(1528,1477789226,3),(1528,1490490027,2),(1528,1509238827,3),(1528,1521939627,2),(1528,1540688427,3),(1528,1553994027,2),(1528,1572138027,3),(1528,1585443627,2),(1528,1603587627,3),(1528,1616893227,2),(1528,1635642027,3),(1528,1648342827,2),(1528,1667091627,3),(1528,1679792427,2),(1528,1698541227,3),(1528,1711846827,2),(1528,1729990827,3),(1528,1743296427,2),(1528,1761440427,3),(1528,1774746027,2),(1528,1792890027,3),(1528,1806195627,2),(1528,1824944427,3),(1528,1837645227,2),(1528,1856394027,3),(1528,1869094827,2),(1528,1887843627,3),(1528,1901149227,2),(1528,1919293227,3),(1528,1932598827,2),(1528,1950742827,3),(1528,1964048427,2),(1528,1982797227,3),(1528,1995498027,2),(1528,2014246827,3),(1528,2026947627,2),(1528,2045696427,3),(1528,2058397227,2),(1528,2077146027,3),(1528,2090451627,2),(1528,2108595627,3),(1528,2121901227,2),(1528,2140045227,3),(1529,-1691884800,0),(1529,-1680573600,1),(1529,-927511200,0),(1529,-857257200,2),(1529,-844556400,3),(1529,-828226800,2),(1529,-812502000,3),(1529,-796777200,2),(1529,-781052400,3),(1529,-765327600,2),(1529,-340844400,3),(1529,-324514800,2),(1529,-308790000,3),(1529,-293065200,2),(1529,-277340400,3),(1529,-261615600,2),(1529,-245890800,3),(1529,-230166000,2),(1529,-214441200,3),(1529,-198716400,2),(1529,-182991600,3),(1529,-166662000,2),(1529,-147913200,3),(1529,-135212400,2),(1529,315529208,1),(1529,323830809,4),(1529,338950809,5),(1529,354675609,4),(1529,370400410,5),(1529,386125210,4),(1529,401850011,5),(1529,417574811,4),(1529,433299612,5),(1529,449024412,4),(1529,465354012,5),(1529,481078812,4),(1529,496803613,5),(1529,512528413,4),(1529,528253213,5),(1529,543978013,4),(1529,559702813,5),(1529,575427614,4),(1529,591152414,5),(1529,606877214,4),(1529,622602014,5),(1529,638326815,4),(1529,654656415,5),(1529,670381216,4),(1529,686106016,5),(1529,701830816,4),(1529,717555617,5),(1529,733280417,4),(1529,749005218,5),(1529,764730018,4),(1529,780454819,5),(1529,796179619,4),(1529,811904419,5),(1529,828234020,4),(1529,846378020,5),(1529,859683620,4),(1529,877827621,5),(1529,891133221,4),(1529,909277221,5),(1529,922582822,4),(1529,941331622,5),(1529,954032422,4),(1529,972781222,5),(1529,985482022,4),(1529,1004230822,5),(1529,1017536422,4),(1529,1035680422,5),(1529,1048986022,4),(1529,1067130022,5),(1529,1080435622,4),(1529,1099184422,5),(1529,1111885222,4),(1529,1130634022,5),(1529,1143334823,4),(1529,1162083623,5),(1529,1174784423,4),(1529,1193533223,5),(1529,1206838823,4),(1529,1224982823,5),(1529,1238288424,4),(1529,1256432424,5),(1529,1269738024,4),(1529,1288486824,5),(1529,1301187624,4),(1529,1319936424,5),(1529,1332637224,4),(1529,1351386025,5),(1529,1364691625,4),(1529,1382835625,5),(1529,1396141225,4),(1529,1414285225,5),(1529,1427590825,4),(1529,1445734826,5),(1529,1459040426,4),(1529,1477789226,5),(1529,1490490027,4),(1529,1509238827,5),(1529,1521939627,4),(1529,1540688427,5),(1529,1553994027,4),(1529,1572138027,5),(1529,1585443627,4),(1529,1603587627,5),(1529,1616893227,4),(1529,1635642027,5),(1529,1648342827,4),(1529,1667091627,5),(1529,1679792427,4),(1529,1698541227,5),(1529,1711846827,4),(1529,1729990827,5),(1529,1743296427,4),(1529,1761440427,5),(1529,1774746027,4),(1529,1792890027,5),(1529,1806195627,4),(1529,1824944427,5),(1529,1837645227,4),(1529,1856394027,5),(1529,1869094827,4),(1529,1887843627,5),(1529,1901149227,4),(1529,1919293227,5),(1529,1932598827,4),(1529,1950742827,5),(1529,1964048427,4),(1529,1982797227,5),(1529,1995498027,4),(1529,2014246827,5),(1529,2026947627,4),(1529,2045696427,5),(1529,2058397227,4),(1529,2077146027,5),(1529,2090451627,4),(1529,2108595627,5),(1529,2121901227,4),(1529,2140045227,5),(1530,-1830380400,5),(1530,-1689552000,1),(1530,-1677798000,2),(1530,-1667433600,3),(1530,-1647734400,4),(1530,-1635811200,3),(1530,-1616198400,4),(1530,-1604361600,3),(1530,-1584662400,4),(1530,-1572739200,3),(1530,-1553040000,4),(1530,-1541203200,3),(1530,-1521504000,4),(1530,-1442448000,3),(1530,-1426809600,4),(1530,-1379289600,3),(1530,-1364774400,4),(1530,-1348444800,3),(1530,-1333324800,4),(1530,-1316390400,3),(1530,-1301270400,4),(1530,-1284336000,3),(1530,-1269820800,4),(1530,-1221436800,3),(1530,-1206921600,4),(1530,-1191196800,3),(1530,-1175472000,4),(1530,-1127692800,3),(1530,-1111968000,4),(1530,-1096848000,3),(1530,-1080518400,4),(1530,-1063584000,3),(1530,-1049068800,4),(1530,-1033344000,3),(1530,-1017619200,4),(1530,-1002499200,3),(1530,-986169600,4),(1530,-969235200,3),(1530,-950486400,4),(1530,-942019200,3),(1530,-922665600,4),(1530,-906940800,3),(1530,-891129600,4),(1530,-877305600,3),(1530,-873680400,6),(1530,-864003600,3),(1530,-857952000,4),(1530,-845856000,3),(1530,-842835600,6),(1530,-831344400,3),(1530,-825897600,4),(1530,-814406400,3),(1530,-810781200,6),(1530,-799894800,3),(1530,-794448000,4),(1530,-782956800,3),(1530,-779331600,6),(1530,-768445200,3),(1530,-762998400,4),(1530,-749088000,3),(1530,-733363200,4),(1530,-717627600,3),(1530,-701902800,4),(1530,-686178000,3),(1530,-670453200,4),(1530,-654728400,3),(1530,-639003600,4),(1530,-623278800,3),(1530,-607554000,4),(1530,-591829200,3),(1530,-575499600,4),(1530,-559774800,3),(1530,-544050000,4),(1530,-528325200,3),(1530,-512600400,4),(1530,-496875600,3),(1530,-481150800,4),(1530,-465426000,3),(1530,-449701200,4),(1530,-433976400,3),(1530,-417646800,4),(1530,-401922000,3),(1530,-386197200,4),(1530,-370472400,3),(1530,-354747600,4),(1530,-339022800,3),(1530,-323298000,4),(1530,-307573200,3),(1530,-291848400,4),(1530,-276123600,3),(1530,-260398800,4),(1530,-244674000,3),(1530,-228344400,4),(1530,-212619600,3),(1530,-196894800,4),(1530,-181170000,3),(1530,-165445200,4),(1530,-149720400,3),(1530,-133995600,4),(1530,-118270800,9),(1530,228268806,7),(1530,243993606,8),(1530,260323207,7),(1530,276048007,8),(1530,291772808,7),(1530,307501208,8),(1530,323222409,7),(1530,338950809,8),(1530,354675609,7),(1530,370400410,8),(1530,386125210,7),(1530,401850011,8),(1530,417578411,7),(1530,433299612,10),(1530,449024412,11),(1530,465354012,10),(1530,481078812,11),(1530,496803613,10),(1530,512528413,11),(1530,528253213,10),(1530,543978013,11),(1530,559702813,10),(1530,575427614,11),(1530,591152414,10),(1530,606877214,11),(1530,622602014,10),(1530,638326815,11),(1530,654656415,10),(1530,670381216,11),(1530,686106016,10),(1530,701830816,11),(1530,717555617,10),(1530,733280417,11),(1530,749005218,10),(1530,764730018,11),(1530,780454819,10),(1530,796179619,11),(1530,811904419,10),(1530,828234020,11),(1530,846378020,10),(1530,859683620,11),(1530,877827621,10),(1530,891133221,11),(1530,909277221,10),(1530,922582822,11),(1530,941331622,10),(1530,954032422,11),(1530,972781222,10),(1530,985482022,11),(1530,1004230822,10),(1530,1017536422,11),(1530,1035680422,10),(1530,1048986022,11),(1530,1067130022,10),(1530,1080435622,11),(1530,1099184422,10),(1530,1111885222,11),(1530,1130634022,10),(1530,1143334823,11),(1530,1162083623,10),(1530,1174784423,11),(1530,1193533223,10),(1530,1206838823,11),(1530,1224982823,10),(1530,1238288424,11),(1530,1256432424,10),(1530,1269738024,11),(1530,1288486824,10),(1530,1301187624,11),(1530,1319936424,10),(1530,1332637224,11),(1530,1351386025,10),(1530,1364691625,11),(1530,1382835625,10),(1530,1396141225,11),(1530,1414285225,10),(1530,1427590825,11),(1530,1445734826,10),(1530,1459040426,11),(1530,1477789226,10),(1530,1490490027,11),(1530,1509238827,10),(1530,1521939627,11),(1530,1540688427,10),(1530,1553994027,11),(1530,1572138027,10),(1530,1585443627,11),(1530,1603587627,10),(1530,1616893227,11),(1530,1635642027,10),(1530,1648342827,11),(1530,1667091627,10),(1530,1679792427,11),(1530,1698541227,10),(1530,1711846827,11),(1530,1729990827,10),(1530,1743296427,11),(1530,1761440427,10),(1530,1774746027,11),(1530,1792890027,10),(1530,1806195627,11),(1530,1824944427,10),(1530,1837645227,11),(1530,1856394027,10),(1530,1869094827,11),(1530,1887843627,10),(1530,1901149227,11),(1530,1919293227,10),(1530,1932598827,11),(1530,1950742827,10),(1530,1964048427,11),(1530,1982797227,10),(1530,1995498027,11),(1530,2014246827,10),(1530,2026947627,11),(1530,2045696427,10),(1530,2058397227,11),(1530,2077146027,10),(1530,2090451627,11),(1530,2108595627,10),(1530,2121901227,11),(1530,2140045227,10),(1531,-1956609120,2),(1531,-1668211200,1),(1531,-1647212400,2),(1531,-1636675200,1),(1531,-1613430000,2),(1531,-1605139200,1),(1531,-1581894000,2),(1531,-1539561600,1),(1531,-1531350000,2),(1531,-968025600,1),(1531,-952293600,2),(1531,-942008400,1),(1531,-920239200,3),(1531,-909957600,4),(1531,-888789600,3),(1531,-877903200,4),(1531,-857944800,3),(1531,-846453600,4),(1531,-826495200,3),(1531,-815004000,4),(1531,-795045600,3),(1531,-783554400,4),(1531,-762991200,3),(1531,-752104800,4),(1531,-731541600,3),(1531,-717631200,4),(1531,-700092000,3),(1531,-686181600,4),(1531,-668642400,3),(1531,-654732000,4),(1531,-636588000,3),(1531,-623282400,4),(1531,-605743200,3),(1531,-591832800,4),(1531,-573688800,3),(1531,-559778400,4),(1531,-542239200,3),(1531,-528328800,4),(1531,-510789600,3),(1531,-496879200,4),(1531,-479340000,3),(1531,-465429600,4),(1531,-447890400,3),(1531,-433980000,4),(1531,-415836000,3),(1531,-401925600,4),(1531,-384386400,3),(1531,-370476000,4),(1531,-352936800,3),(1531,-339026400,4),(1531,-321487200,3),(1531,-307576800,4),(1531,-290037600,3),(1531,-276127200,4),(1531,-258588000,3),(1531,-244677600,4),(1531,-226533600,3),(1531,-212623200,4),(1531,-195084000,3),(1531,-181173600,4),(1531,-163634400,3),(1531,-149724000,4),(1531,-132184800,3),(1531,-118274400,4),(1531,-100735200,3),(1531,-86824800,4),(1531,-68680800,3),(1531,-54770400,5),(1533,-1830383032,1),(1534,-1824235716,2),(1534,-1018209600,1),(1534,-1003093200,2),(1534,-986760000,1),(1534,-971643600,2),(1534,-954705600,1),(1534,-939589200,2),(1534,-923256000,1),(1534,-908139600,2),(1534,-891806400,1),(1534,-876690000,2),(1534,-860356800,1),(1534,-852066000,2),(1534,420609611,4),(1534,433306812,3),(1534,452052012,4),(1534,464151612,3),(1534,483501612,4),(1534,495601213,1),(1534,514350013,2),(1534,527054413,1),(1534,545799613,2),(1534,558504013,1),(1534,577249214,2),(1534,589953614,1),(1534,608698814,2),(1534,621403214,1),(1534,640753215,2),(1534,652852815,1),(1534,672202816,2),(1534,684907216,1),(1534,703652416,2),(1534,716356817,1),(1534,735102017,2),(1534,747806418,1),(1534,766551618,2),(1534,779256019,1),(1534,798001219,2),(1534,810705619,1),(1534,830055620,2),(1534,842760020,1),(1534,861505220,2),(1534,874209621,1),(1534,892954821,2),(1534,905659221,1),(1534,924404422,2),(1534,937108822,1),(1534,955854022,2),(1534,968558422,1),(1534,987310822,2),(1534,999410422,1),(1534,1019365222,2),(1534,1030860022,1),(1534,1050814822,2),(1534,1062914422,1),(1534,1082264422,2),(1534,1094364022,1),(1534,1113714022,2),(1534,1125813622,1),(1534,1145163623,2),(1534,1157263223,1),(1534,1176613223,2),(1534,1188712823,1),(1534,1208667623,2),(1534,1220767223,1),(1534,1240117224,2),(1534,1252216824,1),(1534,1271566824,2),(1534,1283666424,4),(1535,-1672560000,0),(1535,-1665388800,1),(1535,-883641600,0),(1535,-876124800,1),(1535,-860400000,0),(1535,-844675200,1),(1535,-828345600,0),(1535,-813225600,1),(1535,31500000,2),(1535,57686400,0),(1535,67968000,1),(1535,89136001,0),(1535,100022402,1),(1535,120585602,0),(1535,131472003,1),(1535,152035203,0),(1535,162921604,1),(1535,183484804,0),(1535,194976005,1),(1535,215539205,0),(1535,226425606,1),(1535,246988806,0),(1535,257875207,1),(1535,278438407,0),(1535,289324808,1),(1535,309888008,0),(1535,320774409,1),(1535,341337609,0),(1535,352224009,1),(1535,372787210,0),(1535,386697610,1),(1535,404841611,0),(1535,415728011,1),(1535,436291212,0),(1535,447177612,1),(1535,467740812,0),(1535,478627212,1),(1535,499190413,0),(1535,511286413,1),(1535,530035213,0),(1535,542736013,1),(1535,562089613,0),(1535,574790414,1),(1535,594144014,0),(1535,606240014,1),(1535,625593614,0),(1535,636480015,1),(1535,657043215,0),(1535,667929616,1),(1535,688492816,0),(1535,699379216,1),(1535,719942417,0),(1535,731433617,1),(1535,751996818,0),(1535,762883218,1),(1535,783446419,0),(1535,794332819,1),(1535,814896019,0),(1535,828201620,1),(1535,846345620,0),(1535,859651220,1),(1535,877795221,0),(1535,891100821,1),(1535,909244821,0),(1535,922550422,1),(1535,941299222,0),(1535,954000022,1),(1535,967305622,0),(1535,985449622,1),(1535,1004198422,0),(1535,1017504022,1),(1535,1035648022,0),(1535,1048953622,1),(1535,1067097622,0),(1535,1080403222,1),(1535,1099152022,0),(1535,1111852822,1),(1535,1130601622,0),(1535,1143907223,1),(1535,1162051223,0),(1535,1174752023,1),(1535,1193500823,0),(1535,1207411223,1),(1535,1223136023,0),(1535,1238860824,1),(1535,1254585624,0),(1535,1270310424,1),(1535,1286035224,0),(1535,1301760024,1),(1535,1317484824,0),(1535,1333209624,1),(1535,1349539225,0),(1535,1365264025,1),(1535,1380988825,0),(1535,1396713625,1),(1535,1412438425,0),(1535,1428163225,1),(1535,1443888026,0),(1535,1459612826,1),(1535,1475337626,0),(1535,1491062427,1),(1535,1506787227,0),(1535,1522512027,1),(1535,1538841627,0),(1535,1554566427,1),(1535,1570291227,0),(1535,1586016027,1),(1535,1601740827,0),(1535,1617465627,1),(1535,1633190427,0),(1535,1648915227,1),(1535,1664640027,0),(1535,1680364827,1),(1535,1696089627,0),(1535,1712419227,1),(1535,1728144027,0),(1535,1743868827,1),(1535,1759593627,0),(1535,1775318427,1),(1535,1791043227,0),(1535,1806768027,1),(1535,1822492827,0),(1535,1838217627,1),(1535,1853942427,0),(1535,1869667227,1),(1535,1885996827,0),(1535,1901721627,1),(1535,1917446427,0),(1535,1933171227,1),(1535,1948896027,0),(1535,1964620827,1),(1535,1980345627,0),(1535,1996070427,1),(1535,2011795227,0),(1535,2027520027,1),(1535,2043244827,0),(1535,2058969627,1),(1535,2075299227,0),(1535,2091024027,1),(1535,2106748827,0),(1535,2122473627,1),(1535,2138198427,0),(1536,-1672558200,0),(1536,-1665387000,1),(1536,-883639800,0),(1536,-876123000,1),(1536,-860398200,0),(1536,-844673400,1),(1536,-828343800,0),(1536,-813223800,1),(1536,31501800,2),(1536,57688200,0),(1536,67969800,1),(1536,89137801,0),(1536,100024202,1),(1536,120587402,0),(1536,131473803,1),(1536,152037003,0),(1536,162923404,1),(1536,183486604,0),(1536,194977805,1),(1536,215541005,0),(1536,226427406,1),(1536,246990606,0),(1536,257877007,1),(1536,278440207,0),(1536,289326608,1),(1536,309889808,0),(1536,320776209,1),(1536,341339409,0),(1536,352225809,1),(1536,372789010,0),(1536,384280210,1),(1536,404843411,0),(1536,415729811,1),(1536,436293012,0),(1536,447179412,1),(1536,467742612,0),(1536,478629012,1),(1536,499192213,0),(1536,511288213,1),(1536,530037013,0),(1536,542737813,1),(1536,562091413,0),(1536,574792214,1),(1536,594145814,0),(1536,606241814,1),(1536,625595414,0),(1536,637691415,1),(1536,657045015,0),(1536,667931416,1),(1536,688494616,0),(1536,701195416,1),(1536,719944217,0),(1536,731435417,1),(1536,751998618,0),(1536,764094618,1),(1536,783448219,0),(1536,796149019,1),(1536,814897819,0),(1536,828203420,1),(1536,846347420,0),(1536,859653020,1),(1536,877797021,0),(1536,891102621,1),(1536,909246621,0),(1536,922552222,1),(1536,941301022,0),(1536,954001822,1),(1536,972750622,0),(1536,985451422,1),(1536,1004200222,0),(1536,1017505822,1),(1536,1035649822,0),(1536,1048955422,1),(1536,1067099422,0),(1536,1080405022,1),(1536,1099153822,0),(1536,1111854622,1),(1536,1130603422,0),(1536,1143909023,1),(1536,1162053023,0),(1536,1174753823,1),(1536,1193502623,0),(1536,1207413023,1),(1536,1223137823,0),(1536,1238862624,1),(1536,1254587424,0),(1536,1270312224,1),(1536,1286037024,0),(1536,1301761824,1),(1536,1317486624,0),(1536,1333211424,1),(1536,1349541025,0),(1536,1365265825,1),(1536,1380990625,0),(1536,1396715425,1),(1536,1412440225,0),(1536,1428165025,1),(1536,1443889826,0),(1536,1459614626,1),(1536,1475339426,0),(1536,1491064227,1),(1536,1506789027,0),(1536,1522513827,1),(1536,1538843427,0),(1536,1554568227,1),(1536,1570293027,0),(1536,1586017827,1),(1536,1601742627,0),(1536,1617467427,1),(1536,1633192227,0),(1536,1648917027,1),(1536,1664641827,0),(1536,1680366627,1),(1536,1696091427,0),(1536,1712421027,1),(1536,1728145827,0),(1536,1743870627,1),(1536,1759595427,0),(1536,1775320227,1),(1536,1791045027,0),(1536,1806769827,1),(1536,1822494627,0),(1536,1838219427,1),(1536,1853944227,0),(1536,1869669027,1),(1536,1885998627,0),(1536,1901723427,1),(1536,1917448227,0),(1536,1933173027,1),(1536,1948897827,0),(1536,1964622627,1),(1536,1980347427,0),(1536,1996072227,1),(1536,2011797027,0),(1536,2027521827,1),(1536,2043246627,0),(1536,2058971427,1),(1536,2075301027,0),(1536,2091025827,1),(1536,2106750627,0),(1536,2122475427,1),(1536,2138200227,0),(1537,-1672560000,0),(1537,-1665388800,1),(1537,-883641600,0),(1537,-876124800,1),(1537,-860400000,0),(1537,-844675200,1),(1537,-828345600,0),(1537,-813225600,1),(1537,31500000,2),(1537,57686400,0),(1537,67968000,1),(1537,625593614,0),(1537,636480015,1),(1537,657043215,0),(1537,667929616,1),(1537,688492816,0),(1537,699379216,1),(1538,-1672558200,0),(1538,-1665387000,1),(1538,-883639800,0),(1538,-876123000,1),(1538,-860398200,0),(1538,-844673400,1),(1538,-828343800,0),(1538,-813223800,1),(1538,31501800,2),(1538,57688200,0),(1538,67969800,1),(1538,89137801,0),(1538,100024202,1),(1538,120587402,0),(1538,131473803,1),(1538,152037003,0),(1538,162923404,1),(1538,183486604,0),(1538,194977805,1),(1538,215541005,0),(1538,226427406,1),(1538,246990606,0),(1538,257877007,1),(1538,278440207,0),(1538,289326608,1),(1538,309889808,0),(1538,320776209,1),(1538,341339409,0),(1538,352225809,1),(1538,372789010,0),(1538,386699410,1),(1538,404843411,0),(1538,415729811,1),(1538,436293012,0),(1538,447179412,1),(1538,467742612,0),(1538,478629012,1),(1538,499192213,0),(1538,511288213,1),(1538,530037013,0),(1538,542737813,1),(1538,562091413,0),(1538,574792214,1),(1538,594145814,0),(1538,606241814,1),(1538,625595414,0),(1538,636481815,1),(1538,657045015,0),(1538,667931416,1),(1538,688494616,0),(1538,699381016,1),(1538,719944217,0),(1538,731435417,1),(1538,751998618,0),(1538,762885018,1),(1538,783448219,0),(1538,794334619,1),(1538,814897819,0),(1538,828203420,1),(1538,846347420,0),(1538,859653020,1),(1538,877797021,0),(1538,891102621,1),(1538,909246621,0),(1538,922552222,1),(1538,941301022,0),(1538,946647022,3),(1538,954001822,1),(1538,972750622,0),(1538,985451422,1),(1538,1004200222,0),(1538,1017505822,1),(1538,1035649822,0),(1538,1048955422,1),(1538,1067099422,0),(1538,1080405022,1),(1538,1099153822,0),(1538,1111854622,1),(1538,1130603422,0),(1538,1143909023,1),(1538,1162053023,0),(1538,1174753823,1),(1538,1193502623,0),(1538,1207413023,1),(1538,1223137823,0),(1538,1238862624,1),(1538,1254587424,0),(1538,1270312224,1),(1538,1286037024,0),(1538,1301761824,1),(1538,1317486624,0),(1538,1333211424,1),(1538,1349541025,0),(1538,1365265825,1),(1538,1380990625,0),(1538,1396715425,1),(1538,1412440225,0),(1538,1428165025,1),(1538,1443889826,0),(1538,1459614626,1),(1538,1475339426,0),(1538,1491064227,1),(1538,1506789027,0),(1538,1522513827,1),(1538,1538843427,0),(1538,1554568227,1),(1538,1570293027,0),(1538,1586017827,1),(1538,1601742627,0),(1538,1617467427,1),(1538,1633192227,0),(1538,1648917027,1),(1538,1664641827,0),(1538,1680366627,1),(1538,1696091427,0),(1538,1712421027,1),(1538,1728145827,0),(1538,1743870627,1),(1538,1759595427,0),(1538,1775320227,1),(1538,1791045027,0),(1538,1806769827,1),(1538,1822494627,0),(1538,1838219427,1),(1538,1853944227,0),(1538,1869669027,1),(1538,1885998627,0),(1538,1901723427,1),(1538,1917448227,0),(1538,1933173027,1),(1538,1948897827,0),(1538,1964622627,1),(1538,1980347427,0),(1538,1996072227,1),(1538,2011797027,0),(1538,2027521827,1),(1538,2043246627,0),(1538,2058971427,1),(1538,2075301027,0),(1538,2091025827,1),(1538,2106750627,0),(1538,2122475427,1),(1538,2138200227,0),(1539,-1672560000,0),(1539,-1665388800,1),(1539,-883641600,0),(1539,-876124800,1),(1539,-860400000,0),(1539,-844675200,1),(1539,-828345600,0),(1539,-813225600,1),(1539,31500000,2),(1539,57686400,0),(1539,67968000,1),(1539,89136001,0),(1539,100022402,1),(1539,120585602,0),(1539,131472003,1),(1539,152035203,0),(1539,162921604,1),(1539,183484804,0),(1539,194976005,1),(1539,215539205,0),(1539,226425606,1),(1539,246988806,0),(1539,257875207,1),(1539,278438407,0),(1539,289324808,1),(1539,309888008,0),(1539,320774409,1),(1539,341337609,0),(1539,352224009,1),(1539,372787210,0),(1539,386697610,1),(1539,404841611,0),(1539,415728011,1),(1539,436291212,0),(1539,447177612,1),(1539,467740812,0),(1539,478627212,1),(1539,499190413,0),(1539,511286413,1),(1539,530035213,0),(1539,542736013,1),(1539,562089613,0),(1539,574790414,1),(1539,594144014,0),(1539,606240014,1),(1539,625593614,0),(1539,636480015,1),(1539,657043215,0),(1539,667929616,1),(1539,688492816,0),(1539,699379216,1),(1539,719942417,0),(1539,731433617,1),(1539,751996818,0),(1539,762883218,1),(1539,783446419,0),(1539,794332819,1),(1539,814896019,0),(1539,828201620,1),(1539,846345620,0),(1539,859651220,1),(1539,877795221,0),(1539,891100821,1),(1539,909244821,0),(1539,922550422,1),(1539,941299222,0),(1539,954000022,1),(1539,967305622,0),(1539,985449622,1),(1539,1004198422,0),(1539,1017504022,1),(1539,1035648022,0),(1539,1048953622,1),(1539,1067097622,0),(1539,1080403222,1),(1539,1099152022,0),(1539,1111852822,1),(1539,1130601622,0),(1539,1143907223,1),(1539,1162051223,0),(1539,1174752023,1),(1539,1193500823,0),(1539,1207411223,1),(1539,1223136023,0),(1539,1238860824,1),(1539,1254585624,0),(1539,1270310424,1),(1539,1286035224,0),(1539,1301760024,1),(1539,1317484824,0),(1539,1333209624,1),(1539,1349539225,0),(1539,1365264025,1),(1539,1380988825,0),(1539,1396713625,1),(1539,1412438425,0),(1539,1428163225,1),(1539,1443888026,0),(1539,1459612826,1),(1539,1475337626,0),(1539,1491062427,1),(1539,1506787227,0),(1539,1522512027,1),(1539,1538841627,0),(1539,1554566427,1),(1539,1570291227,0),(1539,1586016027,1),(1539,1601740827,0),(1539,1617465627,1),(1539,1633190427,0),(1539,1648915227,1),(1539,1664640027,0),(1539,1680364827,1),(1539,1696089627,0),(1539,1712419227,1),(1539,1728144027,0),(1539,1743868827,1),(1539,1759593627,0),(1539,1775318427,1),(1539,1791043227,0),(1539,1806768027,1),(1539,1822492827,0),(1539,1838217627,1),(1539,1853942427,0),(1539,1869667227,1),(1539,1885996827,0),(1539,1901721627,1),(1539,1917446427,0),(1539,1933171227,1),(1539,1948896027,0),(1539,1964620827,1),(1539,1980345627,0),(1539,1996070427,1),(1539,2011795227,0),(1539,2027520027,1),(1539,2043244827,0),(1539,2058969627,1),(1539,2075299227,0),(1539,2091024027,1),(1539,2106748827,0),(1539,2122473627,1),(1539,2138198427,0),(1540,-1680508800,0),(1540,-1665388800,1),(1540,-1646640000,0),(1540,-1635753600,1),(1540,-1615190400,0),(1540,-1604304000,1),(1540,-1583920800,2),(1540,-883641600,0),(1540,-876124800,1),(1540,-860400000,0),(1540,-844675200,1),(1540,-828345600,0),(1540,-813225600,1),(1540,-94730400,2),(1540,-71136000,0),(1540,-55411200,1),(1540,-37267200,0),(1540,-25776000,1),(1540,-5817600,0),(1540,5673600,1),(1540,25632000,0),(1540,37728000,1),(1540,57686400,0),(1540,67968000,1),(1540,89136001,0),(1540,100022402,1),(1540,120585602,0),(1540,131472003,1),(1540,152035203,0),(1540,162921604,1),(1540,183484804,0),(1540,194976005,1),(1540,215539205,0),(1540,226425606,1),(1540,246988806,0),(1540,257875207,1),(1540,278438407,0),(1540,289324808,1),(1540,309888008,0),(1540,320774409,1),(1540,341337609,0),(1540,352224009,1),(1540,372787210,0),(1540,386092810,1),(1540,404841611,0),(1540,417542411,1),(1540,436291212,0),(1540,447177612,1),(1540,467740812,0),(1540,478627212,1),(1540,499190413,0),(1540,510076813,1),(1540,530035213,0),(1540,542736013,1),(1540,562089613,0),(1540,574790414,1),(1540,594144014,0),(1540,606240014,1),(1540,625593614,0),(1540,637689615,1),(1540,657043215,0),(1540,670348816,1),(1540,686678416,0),(1540,701798416,1),(1540,718128017,0),(1540,733248017,1),(1540,749577618,0),(1540,764697618,1),(1540,781027219,0),(1540,796147219,1),(1540,812476819,0),(1540,828201620,1),(1540,844531220,0),(1540,859651220,1),(1540,875980821,0),(1540,891100821,1),(1540,907430421,0),(1540,922550422,1),(1540,938880022,0),(1540,954000022,1),(1540,967305622,0),(1540,985449622,1),(1540,1002384022,0),(1540,1017504022,1),(1540,1033833622,0),(1540,1048953622,1),(1540,1065283222,0),(1540,1080403222,1),(1540,1096732822,0),(1540,1111852822,1),(1540,1128182422,0),(1540,1143907223,1),(1540,1159632023,0),(1540,1174752023,1),(1540,1191686423,0),(1540,1207411223,1),(1540,1223136023,0),(1540,1238860824,1),(1540,1254585624,0),(1540,1270310424,1),(1540,1286035224,0),(1540,1301760024,1),(1540,1317484824,0),(1540,1333209624,1),(1540,1349539225,0),(1540,1365264025,1),(1540,1380988825,0),(1540,1396713625,1),(1540,1412438425,0),(1540,1428163225,1),(1540,1443888026,0),(1540,1459612826,1),(1540,1475337626,0),(1540,1491062427,1),(1540,1506787227,0),(1540,1522512027,1),(1540,1538841627,0),(1540,1554566427,1),(1540,1570291227,0),(1540,1586016027,1),(1540,1601740827,0),(1540,1617465627,1),(1540,1633190427,0),(1540,1648915227,1),(1540,1664640027,0),(1540,1680364827,1),(1540,1696089627,0),(1540,1712419227,1),(1540,1728144027,0),(1540,1743868827,1),(1540,1759593627,0),(1540,1775318427,1),(1540,1791043227,0),(1540,1806768027,1),(1540,1822492827,0),(1540,1838217627,1),(1540,1853942427,0),(1540,1869667227,1),(1540,1885996827,0),(1540,1901721627,1),(1540,1917446427,0),(1540,1933171227,1),(1540,1948896027,0),(1540,1964620827,1),(1540,1980345627,0),(1540,1996070427,1),(1540,2011795227,0),(1540,2027520027,1),(1540,2043244827,0),(1540,2058969627,1),(1540,2075299227,0),(1540,2091024027,1),(1540,2106748827,0),(1540,2122473627,1),(1540,2138198427,0),(1541,-1672558200,0),(1541,-1665387000,1),(1541,-883639800,0),(1541,-876123000,1),(1541,-860398200,0),(1541,-844673400,1),(1541,-828343800,0),(1541,-813223800,1),(1542,-1672555500,0),(1542,-1665384300,1),(1542,-883637100,0),(1542,-876120300,1),(1542,-860395500,0),(1542,-844670700,1),(1542,-836469900,2),(1542,152039703,0),(1542,162926104,1),(1542,436295712,0),(1542,447182112,1),(1542,690311716,0),(1542,699383716,1),(1542,1165079723,0),(1542,1174756523,1),(1542,1193505323,0),(1542,1206810923,1),(1542,1224954923,0),(1542,1238260524,1),(1543,-1680508800,0),(1543,-1665388800,1),(1543,-1646640000,0),(1543,-1635753600,1),(1543,-1615190400,0),(1543,-1604304000,1),(1543,-1583920800,2),(1543,-883641600,0),(1543,-876124800,1),(1543,-860400000,0),(1543,-844675200,1),(1543,-828345600,0),(1543,-813225600,1),(1543,-94730400,2),(1543,-71136000,0),(1543,-55411200,1),(1543,-37267200,0),(1543,-25776000,1),(1543,-5817600,0),(1543,5673600,1),(1543,25632000,0),(1543,37728000,1),(1543,57686400,0),(1543,67968000,1),(1543,89136001,0),(1543,100022402,1),(1543,120585602,0),(1543,131472003,1),(1543,152035203,0),(1543,162921604,1),(1543,183484804,0),(1543,194976005,1),(1543,215539205,0),(1543,226425606,1),(1543,246988806,0),(1543,257875207,1),(1543,278438407,0),(1543,289324808,1),(1543,309888008,0),(1543,320774409,1),(1543,341337609,0),(1543,352224009,1),(1543,372787210,0),(1543,386092810,1),(1543,404841611,0),(1543,417542411,1),(1543,436291212,0),(1543,447177612,1),(1543,467740812,0),(1543,478627212,1),(1543,499190413,0),(1543,510076813,1),(1543,530035213,0),(1543,542736013,1),(1543,562089613,0),(1543,574790414,1),(1543,594144014,0),(1543,606240014,1),(1543,625593614,0),(1543,637689615,1),(1543,657043215,0),(1543,670348816,1),(1543,686678416,0),(1543,701798416,1),(1543,718128017,0),(1543,733248017,1),(1543,749577618,0),(1543,764697618,1),(1543,781027219,0),(1543,796147219,1),(1543,812476819,0),(1543,828201620,1),(1543,844531220,0),(1543,859651220,1),(1543,875980821,0),(1543,891100821,1),(1543,907430421,0),(1543,922550422,1),(1543,938880022,0),(1543,954000022,1),(1543,967305622,0),(1543,985449622,1),(1543,1002384022,0),(1543,1017504022,1),(1543,1033833622,0),(1543,1048953622,1),(1543,1065283222,0),(1543,1080403222,1),(1543,1096732822,0),(1543,1111852822,1),(1543,1128182422,0),(1543,1143907223,1),(1543,1159632023,0),(1543,1174752023,1),(1543,1191686423,0),(1543,1207411223,1),(1543,1223136023,0),(1543,1238860824,1),(1543,1254585624,0),(1543,1270310424,1),(1543,1286035224,0),(1543,1301760024,1),(1543,1317484824,0),(1543,1333209624,1),(1543,1349539225,0),(1543,1365264025,1),(1543,1380988825,0),(1543,1396713625,1),(1543,1412438425,0),(1543,1428163225,1),(1543,1443888026,0),(1543,1459612826,1),(1543,1475337626,0),(1543,1491062427,1),(1543,1506787227,0),(1543,1522512027,1),(1543,1538841627,0),(1543,1554566427,1),(1543,1570291227,0),(1543,1586016027,1),(1543,1601740827,0),(1543,1617465627,1),(1543,1633190427,0),(1543,1648915227,1),(1543,1664640027,0),(1543,1680364827,1),(1543,1696089627,0),(1543,1712419227,1),(1543,1728144027,0),(1543,1743868827,1),(1543,1759593627,0),(1543,1775318427,1),(1543,1791043227,0),(1543,1806768027,1),(1543,1822492827,0),(1543,1838217627,1),(1543,1853942427,0),(1543,1869667227,1),(1543,1885996827,0),(1543,1901721627,1),(1543,1917446427,0),(1543,1933171227,1),(1543,1948896027,0),(1543,1964620827,1),(1543,1980345627,0),(1543,1996070427,1),(1543,2011795227,0),(1543,2027520027,1),(1543,2043244827,0),(1543,2058969627,1),(1543,2075299227,0),(1543,2091024027,1),(1543,2106748827,0),(1543,2122473627,1),(1543,2138198427,0),(1544,352216809,2),(1544,372785410,1),(1544,384273010,2),(1544,404839811,1),(1544,415722611,2),(1544,436289412,1),(1544,447172212,2),(1544,467739012,1),(1544,478621812,2),(1544,499188613,3),(1544,511282813,2),(1544,530033413,3),(1544,542732413,2),(1544,562087813,3),(1544,574786814,2),(1544,594142214,3),(1544,606236414,2),(1544,625591814,3),(1544,636476415,2),(1544,657041415,3),(1544,667926016,2),(1544,688491016,3),(1544,699375616,2),(1544,719940617,3),(1544,731430017,2),(1544,751995018,3),(1544,762879618,2),(1544,783444619,3),(1544,794329219,2),(1544,814894219,3),(1544,828198020,2),(1544,846343820,3),(1544,859647620,2),(1544,877793421,3),(1544,891097221,2),(1544,909243021,3),(1544,922546822,2),(1544,941297422,3),(1544,953996422,2),(1544,967303822,3),(1544,985446022,2),(1544,1004196622,3),(1544,1017500422,2),(1544,1035646222,3),(1544,1048950022,2),(1544,1067095822,3),(1544,1080399622,2),(1544,1099150222,3),(1544,1111849222,2),(1544,1130599822,3),(1544,1143903623,2),(1544,1162049423,3),(1544,1174748423,2),(1544,1193499023,3),(1544,1207407623,2),(1544,1223134223,3),(1544,1238857224,2),(1544,1254583824,3),(1544,1270306824,2),(1544,1286033424,3),(1544,1301756424,2),(1544,1317483024,3),(1544,1333206024,2),(1544,1349537425,3),(1544,1365260425,2),(1544,1380987025,3),(1544,1396710025,2),(1544,1412436625,3),(1544,1428159625,2),(1544,1443886226,3),(1544,1459609226,2),(1544,1475335826,3),(1544,1491058827,2),(1544,1506785427,3),(1544,1522508427,2),(1544,1538839827,3),(1544,1554562827,2),(1544,1570289427,3),(1544,1586012427,2),(1544,1601739027,3),(1544,1617462027,2),(1544,1633188627,3),(1544,1648911627,2),(1544,1664638227,3),(1544,1680361227,2),(1544,1696087827,3),(1544,1712415627,2),(1544,1728142227,3),(1544,1743865227,2),(1544,1759591827,3),(1544,1775314827,2),(1544,1791041427,3),(1544,1806764427,2),(1544,1822491027,3),(1544,1838214027,2),(1544,1853940627,3),(1544,1869663627,2),(1544,1885995027,3),(1544,1901718027,2),(1544,1917444627,3),(1544,1933167627,2),(1544,1948894227,3),(1544,1964617227,2),(1544,1980343827,3),(1544,1996066827,2),(1544,2011793427,3),(1544,2027516427,2),(1544,2043243027,3),(1544,2058966027,2),(1544,2075297427,3),(1544,2091020427,2),(1544,2106747027,3),(1544,2122470027,2),(1544,2138196627,3),(1545,-1672560000,0),(1545,-1665388800,1),(1545,-883641600,0),(1545,-876124800,1),(1545,-860400000,0),(1545,-844675200,1),(1545,-828345600,0),(1545,-813225600,1),(1545,31500000,2),(1545,57686400,0),(1545,67968000,1),(1545,625593614,0),(1545,636480015,1),(1545,657043215,0),(1545,667929616,1),(1545,688492816,0),(1545,699379216,1),(1545,709912816,2),(1545,719942417,0),(1545,731433617,1),(1545,751996818,0),(1545,762883218,1),(1546,352216809,2),(1546,372785410,1),(1546,384273010,2),(1546,404839811,1),(1546,415722611,2),(1546,436289412,1),(1546,447172212,2),(1546,467739012,1),(1546,478621812,2),(1546,499188613,3),(1546,511282813,2),(1546,530033413,3),(1546,542732413,2),(1546,562087813,3),(1546,574786814,2),(1546,594142214,3),(1546,606236414,2),(1546,625591814,3),(1546,636476415,2),(1546,657041415,3),(1546,667926016,2),(1546,688491016,3),(1546,699375616,2),(1546,719940617,3),(1546,731430017,2),(1546,751995018,3),(1546,762879618,2),(1546,783444619,3),(1546,794329219,2),(1546,814894219,3),(1546,828198020,2),(1546,846343820,3),(1546,859647620,2),(1546,877793421,3),(1546,891097221,2),(1546,909243021,3),(1546,922546822,2),(1546,941297422,3),(1546,953996422,2),(1546,967303822,3),(1546,985446022,2),(1546,1004196622,3),(1546,1017500422,2),(1546,1035646222,3),(1546,1048950022,2),(1546,1067095822,3),(1546,1080399622,2),(1546,1099150222,3),(1546,1111849222,2),(1546,1130599822,3),(1546,1143903623,2),(1546,1162049423,3),(1546,1174748423,2),(1546,1193499023,3),(1546,1207407623,2),(1546,1223134223,3),(1546,1238857224,2),(1546,1254583824,3),(1546,1270306824,2),(1546,1286033424,3),(1546,1301756424,2),(1546,1317483024,3),(1546,1333206024,2),(1546,1349537425,3),(1546,1365260425,2),(1546,1380987025,3),(1546,1396710025,2),(1546,1412436625,3),(1546,1428159625,2),(1546,1443886226,3),(1546,1459609226,2),(1546,1475335826,3),(1546,1491058827,2),(1546,1506785427,3),(1546,1522508427,2),(1546,1538839827,3),(1546,1554562827,2),(1546,1570289427,3),(1546,1586012427,2),(1546,1601739027,3),(1546,1617462027,2),(1546,1633188627,3),(1546,1648911627,2),(1546,1664638227,3),(1546,1680361227,2),(1546,1696087827,3),(1546,1712415627,2),(1546,1728142227,3),(1546,1743865227,2),(1546,1759591827,3),(1546,1775314827,2),(1546,1791041427,3),(1546,1806764427,2),(1546,1822491027,3),(1546,1838214027,2),(1546,1853940627,3),(1546,1869663627,2),(1546,1885995027,3),(1546,1901718027,2),(1546,1917444627,3),(1546,1933167627,2),(1546,1948894227,3),(1546,1964617227,2),(1546,1980343827,3),(1546,1996066827,2),(1546,2011793427,3),(1546,2027516427,2),(1546,2043243027,3),(1546,2058966027,2),(1546,2075297427,3),(1546,2091020427,2),(1546,2106747027,3),(1546,2122470027,2),(1546,2138196627,3),(1547,-1672560000,0),(1547,-1665388800,1),(1547,-883641600,0),(1547,-876124800,1),(1547,-860400000,0),(1547,-844675200,1),(1547,-828345600,0),(1547,-813225600,1),(1547,31500000,2),(1547,57686400,0),(1547,67968000,1),(1547,89136001,0),(1547,100022402,1),(1547,120585602,0),(1547,131472003,1),(1547,152035203,0),(1547,162921604,1),(1547,183484804,0),(1547,194976005,1),(1547,215539205,0),(1547,226425606,1),(1547,246988806,0),(1547,257875207,1),(1547,278438407,0),(1547,289324808,1),(1547,309888008,0),(1547,320774409,1),(1547,341337609,0),(1547,352224009,1),(1547,372787210,0),(1547,384278410,1),(1547,404841611,0),(1547,415728011,1),(1547,436291212,0),(1547,447177612,1),(1547,467740812,0),(1547,478627212,1),(1547,499190413,0),(1547,511286413,1),(1547,530035213,0),(1547,542736013,1),(1547,561484813,0),(1547,574790414,1),(1547,594144014,0),(1547,606240014,1),(1547,625593614,0),(1547,637689615,1),(1547,657043215,0),(1547,667929616,1),(1547,688492816,0),(1547,699379216,1),(1547,719942417,0),(1547,731433617,1),(1547,751996818,0),(1547,762883218,1),(1547,783446419,0),(1547,796147219,1),(1547,814896019,0),(1547,828201620,1),(1547,846345620,0),(1547,859651220,1),(1547,877795221,0),(1547,891100821,1),(1547,909244821,0),(1547,922550422,1),(1547,941299222,0),(1547,954000022,1),(1547,967305622,0),(1547,985449622,1),(1547,1004198422,0),(1547,1017504022,1),(1547,1035648022,0),(1547,1048953622,1),(1547,1067097622,0),(1547,1080403222,1),(1547,1099152022,0),(1547,1111852822,1),(1547,1130601622,0),(1547,1143907223,1),(1547,1162051223,0),(1547,1174752023,1),(1547,1193500823,0),(1547,1207411223,1),(1547,1223136023,0),(1547,1238860824,1),(1547,1254585624,0),(1547,1270310424,1),(1547,1286035224,0),(1547,1301760024,1),(1547,1317484824,0),(1547,1333209624,1),(1547,1349539225,0),(1547,1365264025,1),(1547,1380988825,0),(1547,1396713625,1),(1547,1412438425,0),(1547,1428163225,1),(1547,1443888026,0),(1547,1459612826,1),(1547,1475337626,0),(1547,1491062427,1),(1547,1506787227,0),(1547,1522512027,1),(1547,1538841627,0),(1547,1554566427,1),(1547,1570291227,0),(1547,1586016027,1),(1547,1601740827,0),(1547,1617465627,1),(1547,1633190427,0),(1547,1648915227,1),(1547,1664640027,0),(1547,1680364827,1),(1547,1696089627,0),(1547,1712419227,1),(1547,1728144027,0),(1547,1743868827,1),(1547,1759593627,0),(1547,1775318427,1),(1547,1791043227,0),(1547,1806768027,1),(1547,1822492827,0),(1547,1838217627,1),(1547,1853942427,0),(1547,1869667227,1),(1547,1885996827,0),(1547,1901721627,1),(1547,1917446427,0),(1547,1933171227,1),(1547,1948896027,0),(1547,1964620827,1),(1547,1980345627,0),(1547,1996070427,1),(1547,2011795227,0),(1547,2027520027,1),(1547,2043244827,0),(1547,2058969627,1),(1547,2075299227,0),(1547,2091024027,1),(1547,2106748827,0),(1547,2122473627,1),(1547,2138198427,0),(1548,-1672560000,0),(1548,-1665388800,1),(1548,-883641600,0),(1548,-876124800,1),(1548,-860400000,0),(1548,-844675200,1),(1548,-828345600,0),(1548,-813225600,1),(1548,31500000,2),(1548,57686400,0),(1548,67968000,1),(1548,89136001,0),(1548,100022402,1),(1548,120585602,0),(1548,131472003,1),(1548,152035203,0),(1548,162921604,1),(1548,183484804,0),(1548,194976005,1),(1548,215539205,0),(1548,226425606,1),(1548,246988806,0),(1548,257875207,1),(1548,278438407,0),(1548,289324808,1),(1548,309888008,0),(1548,320774409,1),(1548,341337609,0),(1548,352224009,1),(1548,372787210,0),(1548,386697610,1),(1548,404841611,0),(1548,415728011,1),(1548,436291212,0),(1548,447177612,1),(1548,467740812,0),(1548,478627212,1),(1548,499190413,0),(1548,511286413,1),(1548,530035213,0),(1548,542736013,1),(1548,562089613,0),(1548,574790414,1),(1548,594144014,0),(1548,606240014,1),(1548,625593614,0),(1548,636480015,1),(1548,657043215,0),(1548,667929616,1),(1548,688492816,0),(1548,699379216,1),(1548,719942417,0),(1548,731433617,1),(1548,751996818,0),(1548,762883218,1),(1548,783446419,0),(1548,794332819,1),(1548,814896019,0),(1548,828201620,1),(1548,846345620,0),(1548,859651220,1),(1548,877795221,0),(1548,891100821,1),(1548,909244821,0),(1548,922550422,1),(1548,941299222,0),(1548,954000022,1),(1548,967305622,0),(1548,985449622,1),(1548,1004198422,0),(1548,1017504022,1),(1548,1035648022,0),(1548,1048953622,1),(1548,1067097622,0),(1548,1080403222,1),(1548,1099152022,0),(1548,1111852822,1),(1548,1130601622,0),(1548,1143907223,1),(1548,1162051223,0),(1548,1174752023,1),(1548,1193500823,0),(1548,1207411223,1),(1548,1223136023,0),(1548,1238860824,1),(1548,1254585624,0),(1548,1270310424,1),(1548,1286035224,0),(1548,1301760024,1),(1548,1317484824,0),(1548,1333209624,1),(1548,1349539225,0),(1548,1365264025,1),(1548,1380988825,0),(1548,1396713625,1),(1548,1412438425,0),(1548,1428163225,1),(1548,1443888026,0),(1548,1459612826,1),(1548,1475337626,0),(1548,1491062427,1),(1548,1506787227,0),(1548,1522512027,1),(1548,1538841627,0),(1548,1554566427,1),(1548,1570291227,0),(1548,1586016027,1),(1548,1601740827,0),(1548,1617465627,1),(1548,1633190427,0),(1548,1648915227,1),(1548,1664640027,0),(1548,1680364827,1),(1548,1696089627,0),(1548,1712419227,1),(1548,1728144027,0),(1548,1743868827,1),(1548,1759593627,0),(1548,1775318427,1),(1548,1791043227,0),(1548,1806768027,1),(1548,1822492827,0),(1548,1838217627,1),(1548,1853942427,0),(1548,1869667227,1),(1548,1885996827,0),(1548,1901721627,1),(1548,1917446427,0),(1548,1933171227,1),(1548,1948896027,0),(1548,1964620827,1),(1548,1980345627,0),(1548,1996070427,1),(1548,2011795227,0),(1548,2027520027,1),(1548,2043244827,0),(1548,2058969627,1),(1548,2075299227,0),(1548,2091024027,1),(1548,2106748827,0),(1548,2122473627,1),(1548,2138198427,0),(1549,-1672558200,0),(1549,-1665387000,1),(1549,-883639800,0),(1549,-876123000,1),(1549,-860398200,0),(1549,-844673400,1),(1549,-828343800,0),(1549,-813223800,1),(1550,-1672552800,0),(1550,-1665381600,1),(1550,-883634400,0),(1550,-876117600,1),(1550,-860392800,0),(1550,-844668000,1),(1550,-836467200,2),(1550,152042403,0),(1550,162928804,1),(1550,436298412,0),(1550,447184812,1),(1550,690314416,0),(1550,699386416,1),(1550,1165082423,0),(1550,1174759223,1),(1550,1193508023,0),(1550,1206813623,1),(1550,1224957623,0),(1550,1238263224,1),(1551,-1672560000,0),(1551,-1665388800,1),(1551,-883641600,0),(1551,-876124800,1),(1551,-860400000,0),(1551,-844675200,1),(1551,-828345600,0),(1551,-813225600,1),(1551,31500000,2),(1551,57686400,0),(1551,67968000,1),(1551,625593614,0),(1551,636480015,1),(1551,657043215,0),(1551,667929616,1),(1551,688492816,0),(1551,699379216,1),(1552,-1672558200,0),(1552,-1665387000,1),(1552,-883639800,0),(1552,-876123000,1),(1552,-860398200,0),(1552,-844673400,1),(1552,-828343800,0),(1552,-813223800,1),(1552,31501800,2),(1552,57688200,0),(1552,67969800,1),(1552,89137801,0),(1552,100024202,1),(1552,120587402,0),(1552,131473803,1),(1552,152037003,0),(1552,162923404,1),(1552,183486604,0),(1552,194977805,1),(1552,215541005,0),(1552,226427406,1),(1552,246990606,0),(1552,257877007,1),(1552,278440207,0),(1552,289326608,1),(1552,309889808,0),(1552,320776209,1),(1552,341339409,0),(1552,352225809,1),(1552,372789010,0),(1552,384280210,1),(1552,404843411,0),(1552,415729811,1),(1552,436293012,0),(1552,447179412,1),(1552,467742612,0),(1552,478629012,1),(1552,499192213,0),(1552,511288213,1),(1552,530037013,0),(1552,542737813,1),(1552,562091413,0),(1552,574792214,1),(1552,594145814,0),(1552,606241814,1),(1552,625595414,0),(1552,637691415,1),(1552,657045015,0),(1552,667931416,1),(1552,688494616,0),(1552,701195416,1),(1552,719944217,0),(1552,731435417,1),(1552,751998618,0),(1552,764094618,1),(1552,783448219,0),(1552,796149019,1),(1552,814897819,0),(1552,828203420,1),(1552,846347420,0),(1552,859653020,1),(1552,877797021,0),(1552,891102621,1),(1552,909246621,0),(1552,922552222,1),(1552,941301022,0),(1552,954001822,1),(1552,972750622,0),(1552,985451422,1),(1552,1004200222,0),(1552,1017505822,1),(1552,1035649822,0),(1552,1048955422,1),(1552,1067099422,0),(1552,1080405022,1),(1552,1099153822,0),(1552,1111854622,1),(1552,1130603422,0),(1552,1143909023,1),(1552,1162053023,0),(1552,1174753823,1),(1552,1193502623,0),(1552,1207413023,1),(1552,1223137823,0),(1552,1238862624,1),(1552,1254587424,0),(1552,1270312224,1),(1552,1286037024,0),(1552,1301761824,1),(1552,1317486624,0),(1552,1333211424,1),(1552,1349541025,0),(1552,1365265825,1),(1552,1380990625,0),(1552,1396715425,1),(1552,1412440225,0),(1552,1428165025,1),(1552,1443889826,0),(1552,1459614626,1),(1552,1475339426,0),(1552,1491064227,1),(1552,1506789027,0),(1552,1522513827,1),(1552,1538843427,0),(1552,1554568227,1),(1552,1570293027,0),(1552,1586017827,1),(1552,1601742627,0),(1552,1617467427,1),(1552,1633192227,0),(1552,1648917027,1),(1552,1664641827,0),(1552,1680366627,1),(1552,1696091427,0),(1552,1712421027,1),(1552,1728145827,0),(1552,1743870627,1),(1552,1759595427,0),(1552,1775320227,1),(1552,1791045027,0),(1552,1806769827,1),(1552,1822494627,0),(1552,1838219427,1),(1552,1853944227,0),(1552,1869669027,1),(1552,1885998627,0),(1552,1901723427,1),(1552,1917448227,0),(1552,1933173027,1),(1552,1948897827,0),(1552,1964622627,1),(1552,1980347427,0),(1552,1996072227,1),(1552,2011797027,0),(1552,2027521827,1),(1552,2043246627,0),(1552,2058971427,1),(1552,2075301027,0),(1552,2091025827,1),(1552,2106750627,0),(1552,2122475427,1),(1552,2138200227,0),(1553,-1672560000,0),(1553,-1665388800,1),(1553,-883641600,0),(1553,-876124800,1),(1553,-860400000,0),(1553,-844675200,1),(1553,-828345600,0),(1553,-813225600,1),(1553,31500000,2),(1553,57686400,0),(1553,67968000,1),(1553,89136001,0),(1553,100022402,1),(1553,120585602,0),(1553,131472003,1),(1553,152035203,0),(1553,162921604,1),(1553,183484804,0),(1553,194976005,1),(1553,215539205,0),(1553,226425606,1),(1553,246988806,0),(1553,257875207,1),(1553,278438407,0),(1553,289324808,1),(1553,309888008,0),(1553,320774409,1),(1553,341337609,0),(1553,352224009,1),(1553,372787210,0),(1553,386697610,1),(1553,404841611,0),(1553,415728011,1),(1553,436291212,0),(1553,447177612,1),(1553,467740812,0),(1553,478627212,1),(1553,499190413,0),(1553,511286413,1),(1553,530035213,0),(1553,542736013,1),(1553,562089613,0),(1553,574790414,1),(1553,594144014,0),(1553,606240014,1),(1553,625593614,0),(1553,636480015,1),(1553,657043215,0),(1553,667929616,1),(1553,688492816,0),(1553,699379216,1),(1553,719942417,0),(1553,731433617,1),(1553,751996818,0),(1553,762883218,1),(1553,783446419,0),(1553,794332819,1),(1553,814896019,0),(1553,828201620,1),(1553,846345620,0),(1553,859651220,1),(1553,877795221,0),(1553,891100821,1),(1553,909244821,0),(1553,922550422,1),(1553,941299222,0),(1553,954000022,1),(1553,967305622,0),(1553,985449622,1),(1553,1004198422,0),(1553,1017504022,1),(1553,1035648022,0),(1553,1048953622,1),(1553,1067097622,0),(1553,1080403222,1),(1553,1099152022,0),(1553,1111852822,1),(1553,1130601622,0),(1553,1143907223,1),(1553,1162051223,0),(1553,1174752023,1),(1553,1193500823,0),(1553,1207411223,1),(1553,1223136023,0),(1553,1238860824,1),(1553,1254585624,0),(1553,1270310424,1),(1553,1286035224,0),(1553,1301760024,1),(1553,1317484824,0),(1553,1333209624,1),(1553,1349539225,0),(1553,1365264025,1),(1553,1380988825,0),(1553,1396713625,1),(1553,1412438425,0),(1553,1428163225,1),(1553,1443888026,0),(1553,1459612826,1),(1553,1475337626,0),(1553,1491062427,1),(1553,1506787227,0),(1553,1522512027,1),(1553,1538841627,0),(1553,1554566427,1),(1553,1570291227,0),(1553,1586016027,1),(1553,1601740827,0),(1553,1617465627,1),(1553,1633190427,0),(1553,1648915227,1),(1553,1664640027,0),(1553,1680364827,1),(1553,1696089627,0),(1553,1712419227,1),(1553,1728144027,0),(1553,1743868827,1),(1553,1759593627,0),(1553,1775318427,1),(1553,1791043227,0),(1553,1806768027,1),(1553,1822492827,0),(1553,1838217627,1),(1553,1853942427,0),(1553,1869667227,1),(1553,1885996827,0),(1553,1901721627,1),(1553,1917446427,0),(1553,1933171227,1),(1553,1948896027,0),(1553,1964620827,1),(1553,1980345627,0),(1553,1996070427,1),(1553,2011795227,0),(1553,2027520027,1),(1553,2043244827,0),(1553,2058969627,1),(1553,2075299227,0),(1553,2091024027,1),(1553,2106748827,0),(1553,2122473627,1),(1553,2138198427,0),(1554,-1680508800,0),(1554,-1665388800,1),(1554,-1646640000,0),(1554,-1635753600,1),(1554,-1615190400,0),(1554,-1604304000,1),(1554,-1583920800,2),(1554,-883641600,0),(1554,-876124800,1),(1554,-860400000,0),(1554,-844675200,1),(1554,-828345600,0),(1554,-813225600,1),(1554,-94730400,2),(1554,-71136000,0),(1554,-55411200,1),(1554,-37267200,0),(1554,-25776000,1),(1554,-5817600,0),(1554,5673600,1),(1554,25632000,0),(1554,37728000,1),(1554,57686400,0),(1554,67968000,1),(1554,89136001,0),(1554,100022402,1),(1554,120585602,0),(1554,131472003,1),(1554,152035203,0),(1554,162921604,1),(1554,183484804,0),(1554,194976005,1),(1554,215539205,0),(1554,226425606,1),(1554,246988806,0),(1554,257875207,1),(1554,278438407,0),(1554,289324808,1),(1554,309888008,0),(1554,320774409,1),(1554,341337609,0),(1554,352224009,1),(1554,372787210,0),(1554,386092810,1),(1554,404841611,0),(1554,417542411,1),(1554,436291212,0),(1554,447177612,1),(1554,467740812,0),(1554,478627212,1),(1554,499190413,0),(1554,510076813,1),(1554,530035213,0),(1554,542736013,1),(1554,562089613,0),(1554,574790414,1),(1554,594144014,0),(1554,606240014,1),(1554,625593614,0),(1554,637689615,1),(1554,657043215,0),(1554,670348816,1),(1554,686678416,0),(1554,701798416,1),(1554,718128017,0),(1554,733248017,1),(1554,749577618,0),(1554,764697618,1),(1554,781027219,0),(1554,796147219,1),(1554,812476819,0),(1554,828201620,1),(1554,844531220,0),(1554,859651220,1),(1554,875980821,0),(1554,891100821,1),(1554,907430421,0),(1554,922550422,1),(1554,938880022,0),(1554,954000022,1),(1554,967305622,0),(1554,985449622,1),(1554,1002384022,0),(1554,1017504022,1),(1554,1033833622,0),(1554,1048953622,1),(1554,1065283222,0),(1554,1080403222,1),(1554,1096732822,0),(1554,1111852822,1),(1554,1128182422,0),(1554,1143907223,1),(1554,1159632023,0),(1554,1174752023,1),(1554,1191686423,0),(1554,1207411223,1),(1554,1223136023,0),(1554,1238860824,1),(1554,1254585624,0),(1554,1270310424,1),(1554,1286035224,0),(1554,1301760024,1),(1554,1317484824,0),(1554,1333209624,1),(1554,1349539225,0),(1554,1365264025,1),(1554,1380988825,0),(1554,1396713625,1),(1554,1412438425,0),(1554,1428163225,1),(1554,1443888026,0),(1554,1459612826,1),(1554,1475337626,0),(1554,1491062427,1),(1554,1506787227,0),(1554,1522512027,1),(1554,1538841627,0),(1554,1554566427,1),(1554,1570291227,0),(1554,1586016027,1),(1554,1601740827,0),(1554,1617465627,1),(1554,1633190427,0),(1554,1648915227,1),(1554,1664640027,0),(1554,1680364827,1),(1554,1696089627,0),(1554,1712419227,1),(1554,1728144027,0),(1554,1743868827,1),(1554,1759593627,0),(1554,1775318427,1),(1554,1791043227,0),(1554,1806768027,1),(1554,1822492827,0),(1554,1838217627,1),(1554,1853942427,0),(1554,1869667227,1),(1554,1885996827,0),(1554,1901721627,1),(1554,1917446427,0),(1554,1933171227,1),(1554,1948896027,0),(1554,1964620827,1),(1554,1980345627,0),(1554,1996070427,1),(1554,2011795227,0),(1554,2027520027,1),(1554,2043244827,0),(1554,2058969627,1),(1554,2075299227,0),(1554,2091024027,1),(1554,2106748827,0),(1554,2122473627,1),(1554,2138198427,0),(1555,-1672560000,0),(1555,-1665388800,1),(1555,-883641600,0),(1555,-876124800,1),(1555,-860400000,0),(1555,-844675200,1),(1555,-828345600,0),(1555,-813225600,1),(1555,31500000,2),(1555,57686400,0),(1555,67968000,1),(1555,89136001,0),(1555,100022402,1),(1555,120585602,0),(1555,131472003,1),(1555,152035203,0),(1555,162921604,1),(1555,183484804,0),(1555,194976005,1),(1555,215539205,0),(1555,226425606,1),(1555,246988806,0),(1555,257875207,1),(1555,278438407,0),(1555,289324808,1),(1555,309888008,0),(1555,320774409,1),(1555,341337609,0),(1555,352224009,1),(1555,372787210,0),(1555,384278410,1),(1555,404841611,0),(1555,415728011,1),(1555,436291212,0),(1555,447177612,1),(1555,467740812,0),(1555,478627212,1),(1555,499190413,0),(1555,511286413,1),(1555,530035213,0),(1555,542736013,1),(1555,561484813,0),(1555,574790414,1),(1555,594144014,0),(1555,606240014,1),(1555,625593614,0),(1555,637689615,1),(1555,657043215,0),(1555,667929616,1),(1555,688492816,0),(1555,699379216,1),(1555,719942417,0),(1555,731433617,1),(1555,751996818,0),(1555,762883218,1),(1555,783446419,0),(1555,796147219,1),(1555,814896019,0),(1555,828201620,1),(1555,846345620,0),(1555,859651220,1),(1555,877795221,0),(1555,891100821,1),(1555,909244821,0),(1555,922550422,1),(1555,941299222,0),(1555,954000022,1),(1555,967305622,0),(1555,985449622,1),(1555,1004198422,0),(1555,1017504022,1),(1555,1035648022,0),(1555,1048953622,1),(1555,1067097622,0),(1555,1080403222,1),(1555,1099152022,0),(1555,1111852822,1),(1555,1130601622,0),(1555,1143907223,1),(1555,1162051223,0),(1555,1174752023,1),(1555,1193500823,0),(1555,1207411223,1),(1555,1223136023,0),(1555,1238860824,1),(1555,1254585624,0),(1555,1270310424,1),(1555,1286035224,0),(1555,1301760024,1),(1555,1317484824,0),(1555,1333209624,1),(1555,1349539225,0),(1555,1365264025,1),(1555,1380988825,0),(1555,1396713625,1),(1555,1412438425,0),(1555,1428163225,1),(1555,1443888026,0),(1555,1459612826,1),(1555,1475337626,0),(1555,1491062427,1),(1555,1506787227,0),(1555,1522512027,1),(1555,1538841627,0),(1555,1554566427,1),(1555,1570291227,0),(1555,1586016027,1),(1555,1601740827,0),(1555,1617465627,1),(1555,1633190427,0),(1555,1648915227,1),(1555,1664640027,0),(1555,1680364827,1),(1555,1696089627,0),(1555,1712419227,1),(1555,1728144027,0),(1555,1743868827,1),(1555,1759593627,0),(1555,1775318427,1),(1555,1791043227,0),(1555,1806768027,1),(1555,1822492827,0),(1555,1838217627,1),(1555,1853942427,0),(1555,1869667227,1),(1555,1885996827,0),(1555,1901721627,1),(1555,1917446427,0),(1555,1933171227,1),(1555,1948896027,0),(1555,1964620827,1),(1555,1980345627,0),(1555,1996070427,1),(1555,2011795227,0),(1555,2027520027,1),(1555,2043244827,0),(1555,2058969627,1),(1555,2075299227,0),(1555,2091024027,1),(1555,2106748827,0),(1555,2122473627,1),(1555,2138198427,0),(1556,-1672552800,0),(1556,-1665381600,1),(1556,-883634400,0),(1556,-876117600,1),(1556,-860392800,0),(1556,-844668000,1),(1556,-836467200,2),(1556,152042403,0),(1556,162928804,1),(1556,436298412,0),(1556,447184812,1),(1556,690314416,0),(1556,699386416,1),(1556,1165082423,0),(1556,1174759223,1),(1556,1193508023,0),(1556,1206813623,1),(1556,1224957623,0),(1556,1238263224,1),(1557,-1672558200,0),(1557,-1665387000,1),(1557,-883639800,0),(1557,-876123000,1),(1557,-860398200,0),(1557,-844673400,1),(1557,-828343800,0),(1557,-813223800,1),(1557,31501800,2),(1557,57688200,0),(1557,67969800,1),(1557,89137801,0),(1557,100024202,1),(1557,120587402,0),(1557,131473803,1),(1557,152037003,0),(1557,162923404,1),(1557,183486604,0),(1557,194977805,1),(1557,215541005,0),(1557,226427406,1),(1557,246990606,0),(1557,257877007,1),(1557,278440207,0),(1557,289326608,1),(1557,309889808,0),(1557,320776209,1),(1557,341339409,0),(1557,352225809,1),(1557,372789010,0),(1557,386699410,1),(1557,404843411,0),(1557,415729811,1),(1557,436293012,0),(1557,447179412,1),(1557,467742612,0),(1557,478629012,1),(1557,499192213,0),(1557,511288213,1),(1557,530037013,0),(1557,542737813,1),(1557,562091413,0),(1557,574792214,1),(1557,594145814,0),(1557,606241814,1),(1557,625595414,0),(1557,636481815,1),(1557,657045015,0),(1557,667931416,1),(1557,688494616,0),(1557,699381016,1),(1557,719944217,0),(1557,731435417,1),(1557,751998618,0),(1557,762885018,1),(1557,783448219,0),(1557,794334619,1),(1557,814897819,0),(1557,828203420,1),(1557,846347420,0),(1557,859653020,1),(1557,877797021,0),(1557,891102621,1),(1557,909246621,0),(1557,922552222,1),(1557,941301022,0),(1557,946647022,3),(1557,954001822,1),(1557,972750622,0),(1557,985451422,1),(1557,1004200222,0),(1557,1017505822,1),(1557,1035649822,0),(1557,1048955422,1),(1557,1067099422,0),(1557,1080405022,1),(1557,1099153822,0),(1557,1111854622,1),(1557,1130603422,0),(1557,1143909023,1),(1557,1162053023,0),(1557,1174753823,1),(1557,1193502623,0),(1557,1207413023,1),(1557,1223137823,0),(1557,1238862624,1),(1557,1254587424,0),(1557,1270312224,1),(1557,1286037024,0),(1557,1301761824,1),(1557,1317486624,0),(1557,1333211424,1),(1557,1349541025,0),(1557,1365265825,1),(1557,1380990625,0),(1557,1396715425,1),(1557,1412440225,0),(1557,1428165025,1),(1557,1443889826,0),(1557,1459614626,1),(1557,1475339426,0),(1557,1491064227,1),(1557,1506789027,0),(1557,1522513827,1),(1557,1538843427,0),(1557,1554568227,1),(1557,1570293027,0),(1557,1586017827,1),(1557,1601742627,0),(1557,1617467427,1),(1557,1633192227,0),(1557,1648917027,1),(1557,1664641827,0),(1557,1680366627,1),(1557,1696091427,0),(1557,1712421027,1),(1557,1728145827,0),(1557,1743870627,1),(1557,1759595427,0),(1557,1775320227,1),(1557,1791045027,0),(1557,1806769827,1),(1557,1822494627,0),(1557,1838219427,1),(1557,1853944227,0),(1557,1869669027,1),(1557,1885998627,0),(1557,1901723427,1),(1557,1917448227,0),(1557,1933173027,1),(1557,1948897827,0),(1557,1964622627,1),(1557,1980347427,0),(1557,1996072227,1),(1557,2011797027,0),(1557,2027521827,1),(1557,2043246627,0),(1557,2058971427,1),(1557,2075301027,0),(1557,2091025827,1),(1557,2106750627,0),(1557,2122475427,1),(1557,2138200227,0),(1558,-1767209328,2),(1558,-1206950400,1),(1558,-1191355200,2),(1558,-1175367600,1),(1558,-1159819200,2),(1558,-633812400,1),(1558,-622062000,2),(1558,-602276400,1),(1558,-591825600,2),(1558,-570740400,1),(1558,-560203200,2),(1558,-539118000,1),(1558,-531345600,2),(1558,-191358000,1),(1558,-184190400,2),(1558,-155156400,1),(1558,-150062400,2),(1558,-128890800,1),(1558,-121118400,2),(1558,-99946800,1),(1558,-89582400,2),(1558,-68410800,1),(1558,-57960000,2),(1558,499755613,1),(1558,511243213,2),(1558,530600413,1),(1558,540273613,2),(1558,562136413,1),(1558,571204814,2),(1558,1214283623,3),(1558,1384056025,2),(1559,-1767217820,2),(1559,-1206961200,1),(1559,-1191366000,2),(1559,-1175378400,1),(1559,-1159830000,2),(1559,-633823200,1),(1559,-622072800,2),(1559,-602287200,1),(1559,-591836400,2),(1559,-570751200,1),(1559,-560214000,2),(1559,-539128800,1),(1559,-531356400,2),(1559,-191368800,1),(1559,-184201200,2),(1559,-155167200,1),(1559,-150073200,2),(1559,-128901600,1),(1559,-121129200,2),(1559,-99957600,1),(1559,-89593200,2),(1559,-68421600,1),(1559,-57970800,2),(1559,499744813,1),(1559,511232413,2),(1559,530589613,1),(1559,540262813,2),(1559,562125613,1),(1559,571194014,2),(1559,592970414,1),(1559,602038814,2),(1559,624420014,1),(1559,634698015,2),(1559,938916022,1),(1559,951613222,2),(1559,970970422,1),(1559,971571622,2),(1559,1003024822,1),(1559,1013907622,2),(1560,-1767214412,2),(1560,-1206957600,1),(1560,-1191362400,2),(1560,-1175374800,1),(1560,-1159826400,2),(1560,-633819600,1),(1560,-622069200,2),(1560,-602283600,1),(1560,-591832800,2),(1560,-570747600,1),(1560,-560210400,2),(1560,-539125200,1),(1560,-531352800,2),(1560,-195426000,1),(1560,-184197600,2),(1560,-155163600,1),(1560,-150069600,2),(1560,-128898000,1),(1560,-121125600,2),(1560,-99954000,1),(1560,-89589600,2),(1560,-68418000,1),(1560,-57967200,2),(1560,499748413,1),(1560,511236013,2),(1560,530593213,1),(1560,540266413,2),(1560,562129213,1),(1560,571197614,2),(1560,592974014,1),(1560,602042414,2),(1560,624423614,1),(1560,634701615,2),(1560,656478015,1),(1560,666756016,2),(1560,687927616,1),(1560,697600816,2),(1560,719982017,1),(1560,728445617,2),(1560,750826818,1),(1560,761709618,2),(1560,782276419,1),(1560,793159219,2),(1560,813726019,1),(1560,824004020,2),(1560,844570820,1),(1560,856058420,2),(1560,876106821,1),(1560,888717621,2),(1560,908074821,1),(1560,919562422,2),(1560,938919622,1),(1560,951616822,2),(1560,970974022,1),(1560,982461622,2),(1560,1003028422,1),(1560,1013911222,2),(1560,1036292422,1),(1560,1045360822,2),(1560,1066532422,1),(1560,1076810422,2),(1560,1099364422,1),(1560,1108864822,2),(1560,1129431622,1),(1560,1140314423,2),(1560,1162695623,1),(1560,1172368823,2),(1560,1192330823,1),(1560,1203213623,2),(1560,1224385223,1),(1560,1234663224,2),(1560,1255834824,1),(1560,1266717624,2),(1560,1287284424,1),(1560,1298167224,2),(1560,1318734024,1),(1560,1330221624,2),(1560,1350788425,1),(1560,1361066425,2),(1560,1382238025,1),(1560,1392516025,2),(1560,1413687625,1),(1560,1424570425,2),(1560,1445137226,1),(1560,1456020026,2),(1560,1476586826,1),(1560,1487469627,2),(1560,1508036427,1),(1560,1518919227,2),(1560,1541300427,1),(1560,1550368827,2),(1561,-1767211196,2),(1561,-1206954000,1),(1561,-1191358800,2),(1561,-1175371200,1),(1561,-1159822800,2),(1561,-633816000,1),(1561,-622065600,2),(1561,-602280000,1),(1561,-591829200,2),(1561,-570744000,1),(1561,-560206800,2),(1561,-539121600,1),(1561,-531349200,2),(1561,-191361600,1),(1561,-184194000,2),(1561,-155160000,1),(1561,-150066000,2),(1561,-128894400,1),(1561,-121122000,2),(1561,-99950400,1),(1561,-89586000,2),(1561,-68414400,1),(1561,-57963600,2),(1561,499752013,1),(1561,511239613,2),(1561,530596813,1),(1561,540270013,2),(1561,562132813,1),(1561,571201214,2),(1561,750830418,1),(1561,761713218,2),(1562,-1693706400,0),(1562,-1680483600,1),(1562,-1663455600,2),(1562,-1650150000,3),(1562,-1632006000,2),(1562,-1618700400,3),(1562,-938905200,2),(1562,-857257200,3),(1562,-844556400,2),(1562,-828226800,3),(1562,-812502000,2),(1562,-796777200,3),(1562,-781052400,2),(1562,-766623600,3),(1562,228877206,2),(1562,243997206,3),(1562,260326807,2),(1562,276051607,3),(1562,291776408,2),(1562,307501208,3),(1562,323830809,2),(1562,338950809,3),(1562,354675609,2),(1562,370400410,3),(1562,386125210,2),(1562,401850011,3),(1562,417574811,2),(1562,433299612,3),(1562,449024412,2),(1562,465354012,3),(1562,481078812,2),(1562,496803613,3),(1562,512528413,2),(1562,528253213,3),(1562,543978013,2),(1562,559702813,3),(1562,575427614,2),(1562,591152414,3),(1562,606877214,2),(1562,622602014,3),(1562,638326815,2),(1562,654656415,3),(1562,670381216,2),(1562,686106016,3),(1562,701830816,2),(1562,717555617,3),(1562,733280417,2),(1562,749005218,3),(1562,764730018,2),(1562,780454819,3),(1562,796179619,2),(1562,811904419,3),(1562,828234020,2),(1562,846378020,3),(1562,859683620,2),(1562,877827621,3),(1562,891133221,2),(1562,909277221,3),(1562,922582822,2),(1562,941331622,3),(1562,954032422,2),(1562,972781222,3),(1562,985482022,2),(1562,1004230822,3),(1562,1017536422,2),(1562,1035680422,3),(1562,1048986022,2),(1562,1067130022,3),(1562,1080435622,2),(1562,1099184422,3),(1562,1111885222,2),(1562,1130634022,3),(1562,1143334823,2),(1562,1162083623,3),(1562,1174784423,2),(1562,1193533223,3),(1562,1206838823,2),(1562,1224982823,3),(1562,1238288424,2),(1562,1256432424,3),(1562,1269738024,2),(1562,1288486824,3),(1562,1301187624,2),(1562,1319936424,3),(1562,1332637224,2),(1562,1351386025,3),(1562,1364691625,2),(1562,1382835625,3),(1562,1396141225,2),(1562,1414285225,3),(1562,1427590825,2),(1562,1445734826,3),(1562,1459040426,2),(1562,1477789226,3),(1562,1490490027,2),(1562,1509238827,3),(1562,1521939627,2),(1562,1540688427,3),(1562,1553994027,2),(1562,1572138027,3),(1562,1585443627,2),(1562,1603587627,3),(1562,1616893227,2),(1562,1635642027,3),(1562,1648342827,2),(1562,1667091627,3),(1562,1679792427,2),(1562,1698541227,3),(1562,1711846827,2),(1562,1729990827,3),(1562,1743296427,2),(1562,1761440427,3),(1562,1774746027,2),(1562,1792890027,3),(1562,1806195627,2),(1562,1824944427,3),(1562,1837645227,2),(1562,1856394027,3),(1562,1869094827,2),(1562,1887843627,3),(1562,1901149227,2),(1562,1919293227,3),(1562,1932598827,2),(1562,1950742827,3),(1562,1964048427,2),(1562,1982797227,3),(1562,1995498027,2),(1562,2014246827,3),(1562,2026947627,2),(1562,2045696427,3),(1562,2058397227,2),(1562,2077146027,3),(1562,2090451627,2),(1562,2108595627,3),(1562,2121901227,2),(1562,2140045227,3),(1563,-1633276800,0),(1563,-1615136400,1),(1563,-1601827200,0),(1563,-1583686800,1),(1563,-880214400,2),(1563,-769395600,3),(1563,-765392400,1),(1563,-84384000,0),(1563,-68662800,1),(1563,-52934400,0),(1563,-37213200,1),(1563,-21484800,0),(1563,-5763600,1),(1563,9964800,0),(1563,25686000,1),(1563,41414400,0),(1563,57740400,1),(1563,73468800,0),(1563,89190001,1),(1563,104918402,0),(1563,120639602,1),(1563,126691203,0),(1563,152089203,1),(1563,162374404,0),(1563,183538804,1),(1563,199267205,0),(1563,215593205,1),(1563,230716806,0),(1563,247042806,1),(1563,262771207,0),(1563,278492407,1),(1563,294220808,0),(1563,309942008,1),(1563,325670409,0),(1563,341391609,1),(1563,357120009,0),(1563,372841210,1),(1563,388569610,0),(1563,404895611,1),(1563,420019211,0),(1563,436345212,1),(1563,452073612,0),(1563,467794812,1),(1563,483523212,0),(1563,499244413,1),(1563,514972813,0),(1563,530694013,1),(1563,544608013,0),(1563,562143613,1),(1563,576057614,0),(1563,594198014,1),(1563,607507214,0),(1563,625647614,1),(1563,638956815,0),(1563,657097215,1),(1563,671011216,0),(1563,688546816,1),(1563,702460816,0),(1563,719996417,1),(1563,733910417,0),(1563,752050818,1),(1563,765360018,0),(1563,783500419,1),(1563,796809619,0),(1563,814950019,1),(1563,828864020,0),(1563,846399620,1),(1563,860313620,0),(1563,877849221,1),(1563,891763221,0),(1563,909298821,1),(1563,923212822,0),(1563,941353222,1),(1563,954662422,0),(1563,972802822,1),(1563,986112022,0),(1563,1004252422,1),(1563,1018166422,0),(1563,1035702022,1),(1563,1049616022,0),(1563,1067151622,1),(1563,1081065622,0),(1563,1099206022,1),(1563,1112515222,0),(1563,1130655622,1),(1563,1143964823,0),(1563,1162105223,1),(1563,1173600023,0),(1563,1194159623,1),(1563,1205049623,0),(1563,1225609223,1),(1563,1236499224,0),(1563,1257058824,1),(1563,1268553624,0),(1563,1289113224,1),(1563,1300003224,0),(1563,1320562824,1),(1563,1331452824,0),(1563,1352012425,1),(1563,1362902425,0),(1563,1383462025,1),(1563,1394352025,0),(1563,1414911625,1),(1563,1425801625,0),(1563,1446361226,1),(1563,1457856026,0),(1563,1478415626,1),(1563,1489305627,0),(1563,1509865227,1),(1563,1520755227,0),(1563,1541314827,1),(1563,1552204827,0),(1563,1572764427,1),(1563,1583654427,0),(1563,1604214027,1),(1563,1615708827,0),(1563,1636268427,1),(1563,1647158427,0),(1563,1667718027,1),(1563,1678608027,0),(1563,1699167627,1),(1563,1710057627,0),(1563,1730617227,1),(1563,1741507227,0),(1563,1762066827,1),(1563,1772956827,0),(1563,1793516427,1),(1563,1805011227,0),(1563,1825570827,1),(1563,1836460827,0),(1563,1857020427,1),(1563,1867910427,0),(1563,1888470027,1),(1563,1899360027,0),(1563,1919919627,1),(1563,1930809627,0),(1563,1951369227,1),(1563,1962864027,0),(1563,1983423627,1),(1563,1994313627,0),(1563,2014873227,1),(1563,2025763227,0),(1563,2046322827,1),(1563,2057212827,0),(1563,2077772427,1),(1563,2088662427,0),(1563,2109222027,1),(1563,2120112027,0),(1563,2140671627,1),(1564,-2131645536,2),(1564,-1696276800,1),(1564,-1680469200,2),(1564,-1632074400,1),(1564,-1615143600,2),(1564,-1566763200,1),(1564,-1557090000,2),(1564,-1535486400,1),(1564,-1524949200,2),(1564,-1504468800,1),(1564,-1493413200,2),(1564,-1472414400,1),(1564,-1461963600,2),(1564,-1440964800,1),(1564,-1429390800,2),(1564,-1409515200,1),(1564,-1396731600,2),(1564,-1376856000,1),(1564,-1366491600,2),(1564,-1346616000,1),(1564,-1333832400,2),(1564,-1313956800,1),(1564,-1303678800,2),(1564,-1282507200,1),(1564,-1272661200,2),(1564,-1251057600,1),(1564,-1240088400,2),(1564,-1219608000,1),(1564,-1207429200,2),(1564,-1188763200,1),(1564,-1175979600,2),(1564,-1157313600,1),(1564,-1143925200,2),(1564,-1124049600,1),(1564,-1113771600,2),(1564,-1091390400,1),(1564,-1081026000,2),(1564,-1059854400,1),(1564,-1050786000,2),(1564,-1030910400,1),(1564,-1018126800,2),(1564,-999460800,1),(1564,-986677200,2),(1564,-965592000,1),(1564,-955227600,2),(1564,-935956800,1),(1564,-923173200,2),(1564,-904507200,1),(1564,-891723600,2),(1564,-880221600,3),(1564,-769395600,4),(1564,-765399600,2),(1564,-747252000,1),(1564,-733950000,2),(1564,-715802400,1),(1564,-702500400,2),(1564,-684352800,1),(1564,-671050800,2),(1564,-652903200,1),(1564,-639601200,2),(1564,-589399200,1),(1564,-576097200,2),(1564,-557949600,1),(1564,-544647600,2),(1564,-526500000,1),(1564,-513198000,2),(1564,-495050400,1),(1564,-481748400,2),(1564,-431546400,1),(1564,-418244400,2),(1564,-400096800,1),(1564,-386794800,2),(1564,-368647200,1),(1564,-355345200,2),(1564,-337197600,1),(1564,-323895600,2),(1564,-242244000,1),(1564,-226522800,2),(1564,-210794400,1),(1564,-195073200,2),(1564,-179344800,1),(1564,-163623600,2),(1564,-147895200,1),(1564,-131569200,2),(1564,-116445600,1),(1564,-100119600,2),(1564,-84391200,1),(1564,-68670000,2),(1564,-52941600,1),(1564,-37220400,2),(1564,-21492000,1),(1564,-5770800,2),(1564,9957600,1),(1564,25678800,2),(1564,41407200,1),(1564,57733200,2),(1564,73461600,1),(1564,89182801,2),(1564,104911202,1),(1564,120632402,2),(1564,136360803,1),(1564,152082003,2),(1564,167810404,1),(1564,183531604,2),(1564,199260005,1),(1564,215586005,2),(1564,230709606,1),(1564,247035606,2),(1564,262764007,1),(1564,278485207,2),(1564,294213608,1),(1564,309934808,2),(1564,325663209,1),(1564,341384409,2),(1564,357112809,1),(1564,372834010,2),(1564,388562410,1),(1564,404888411,2),(1564,420012011,1),(1564,436338012,2),(1564,452066412,1),(1564,467787612,2),(1564,483516012,1),(1564,499237213,2),(1564,514965613,1),(1564,530686813,2),(1564,544600813,1),(1564,562136413,2),(1564,576050414,1),(1564,594190814,2),(1564,607500014,1),(1564,625640414,2),(1564,638949615,1),(1564,657090015,2),(1564,671004016,1),(1564,688539616,2),(1564,702453616,1),(1564,719989217,2),(1564,733903217,1),(1564,752043618,2),(1564,765352818,1),(1564,783493219,2),(1564,796802419,1),(1564,814942819,2),(1564,828856820,1),(1564,846392420,2),(1564,860306420,1),(1564,877842021,2),(1564,891756021,1),(1564,909291621,2),(1564,923205622,1),(1564,941346022,2),(1564,954655222,1),(1564,972795622,2),(1564,986104822,1),(1564,1004245222,2),(1564,1018159222,1),(1564,1035694822,2),(1564,1049608822,1),(1564,1067144422,2),(1564,1081058422,1),(1564,1099198822,2),(1564,1112508022,1),(1564,1130648422,2),(1564,1143957623,1),(1564,1162098023,2),(1564,1173592823,1),(1564,1194152423,2),(1564,1205042423,1),(1564,1225602023,2),(1564,1236492024,1),(1564,1257051624,2),(1564,1268546424,1),(1564,1289106024,2),(1564,1299996024,1),(1564,1320555624,2),(1564,1331445624,1),(1564,1352005225,2),(1564,1362895225,1),(1564,1383454825,2),(1564,1394344825,1),(1564,1414904425,2),(1564,1425794425,1),(1564,1446354026,2),(1564,1457848826,1),(1564,1478408426,2),(1564,1489298427,1),(1564,1509858027,2),(1564,1520748027,1),(1564,1541307627,2),(1564,1552197627,1),(1564,1572757227,2),(1564,1583647227,1),(1564,1604206827,2),(1564,1615701627,1),(1564,1636261227,2),(1564,1647151227,1),(1564,1667710827,2),(1564,1678600827,1),(1564,1699160427,2),(1564,1710050427,1),(1564,1730610027,2),(1564,1741500027,1),(1564,1762059627,2),(1564,1772949627,1),(1564,1793509227,2),(1564,1805004027,1),(1564,1825563627,2),(1564,1836453627,1),(1564,1857013227,2),(1564,1867903227,1),(1564,1888462827,2),(1564,1899352827,1),(1564,1919912427,2),(1564,1930802427,1),(1564,1951362027,2),(1564,1962856827,1),(1564,1983416427,2),(1564,1994306427,1),(1564,2014866027,2),(1564,2025756027,1),(1564,2046315627,2),(1564,2057205627,1),(1564,2077765227,2),(1564,2088655227,1),(1564,2109214827,2),(1564,2120104827,1),(1564,2140664427,2),(1565,-1694368800,0),(1565,-1681671600,1),(1565,-1632067200,0),(1565,-1615136400,1),(1565,-1029686400,0),(1565,-1018198800,1),(1565,-880214400,2),(1565,-769395600,3),(1565,-765392400,1),(1565,-746035200,0),(1565,-732733200,1),(1565,-715795200,0),(1565,-702493200,1),(1565,-684345600,0),(1565,-671043600,1),(1565,-652896000,0),(1565,-639594000,1),(1565,-620755200,0),(1565,-607626000,1),(1565,-589392000,0),(1565,-576090000,1),(1565,-557942400,0),(1565,-544640400,1),(1565,-526492800,0),(1565,-513190800,1),(1565,-495043200,0),(1565,-481741200,1),(1565,-463593600,0),(1565,-450291600,1),(1565,-431539200,0),(1565,-418237200,1),(1565,-400089600,0),(1565,-386787600,1),(1565,-368640000,0),(1565,-355338000,1),(1565,-337190400,0),(1565,-321469200,1),(1565,-305740800,0),(1565,-292438800,1),(1565,-210787200,0),(1565,-198090000,1),(1565,-116438400,4),(1565,-100108800,5),(1565,-84384000,4),(1565,-68659200,5),(1565,-52934400,4),(1565,-37209600,5),(1565,-21484800,4),(1565,-5760000,5),(1565,9964800,4),(1565,25689600,5),(1565,41414400,4),(1565,57744000,5),(1565,73468800,4),(1565,89193601,5),(1565,104918402,4),(1565,120643202,5),(1565,136368003,4),(1565,152092803,5),(1565,167817604,4),(1565,183542404,5),(1565,199267205,4),(1565,215596805,5),(1565,230716806,4),(1565,247046406,5),(1565,262771207,4),(1565,278496007,5),(1565,294220808,4),(1565,309945608,5),(1565,325670409,4),(1565,341395209,5),(1565,357120009,4),(1565,372844810,5),(1565,388569610,4),(1565,404899211,5),(1565,420019211,4),(1565,436348812,5),(1565,452073612,4),(1565,467798412,5),(1565,483523212,4),(1565,499248013,5),(1565,514972813,4),(1565,530697613,5),(1565,544608013,4),(1565,562147213,5),(1565,576057614,4),(1565,594201614,5),(1565,607507214,4),(1565,625651214,5),(1565,638956815,4),(1565,657100815,5),(1565,671011216,4),(1565,688550416,5),(1565,702460816,4),(1565,720000017,5),(1565,733910417,4),(1565,752054418,5),(1565,765360018,4),(1565,783504019,5),(1565,796809619,4),(1565,814953619,5),(1565,828864020,4),(1565,846403220,5),(1565,860313620,4),(1565,877852821,5),(1565,891763221,4),(1565,909302421,5),(1565,923212822,4),(1565,941356822,5),(1565,954662422,4),(1565,972806422,5),(1565,986112022,4),(1565,1004256022,5),(1565,1018166422,4),(1565,1035705622,5),(1565,1049616022,4),(1565,1067155222,5),(1565,1081065622,4),(1565,1099209622,5),(1565,1112515222,4),(1565,1130659222,5),(1565,1136095223,1),(1565,1143964823,0),(1565,1162105223,1),(1565,1173600023,0),(1565,1194159623,1),(1565,1205049623,0),(1565,1225609223,1),(1565,1236499224,0),(1565,1257058824,1),(1565,1268553624,0),(1565,1289113224,1),(1565,1300003224,0),(1565,1320562824,1),(1565,1331452824,0),(1565,1352012425,1),(1565,1362902425,0),(1565,1383462025,1),(1565,1394352025,0),(1565,1414911625,1),(1565,1425801625,0),(1565,1446361226,1),(1565,1457856026,0),(1565,1478415626,1),(1565,1489305627,0),(1565,1509865227,1),(1565,1520755227,0),(1565,1541314827,1),(1565,1552204827,0),(1565,1572764427,1),(1565,1583654427,0),(1565,1604214027,1),(1565,1615708827,0),(1565,1636268427,1),(1565,1647158427,0),(1565,1667718027,1),(1565,1678608027,0),(1565,1699167627,1),(1565,1710057627,0),(1565,1730617227,1),(1565,1741507227,0),(1565,1762066827,1),(1565,1772956827,0),(1565,1793516427,1),(1565,1805011227,0),(1565,1825570827,1),(1565,1836460827,0),(1565,1857020427,1),(1565,1867910427,0),(1565,1888470027,1),(1565,1899360027,0),(1565,1919919627,1),(1565,1930809627,0),(1565,1951369227,1),(1565,1962864027,0),(1565,1983423627,1),(1565,1994313627,0),(1565,2014873227,1),(1565,2025763227,0),(1565,2046322827,1),(1565,2057212827,0),(1565,2077772427,1),(1565,2088662427,0),(1565,2109222027,1),(1565,2120112027,0),(1565,2140671627,1),(1566,-1632070800,0),(1566,-1615140000,1),(1566,-1601753400,0),(1566,-1583697600,1),(1566,-1567357200,0),(1566,-1554667200,1),(1566,-1534698000,0),(1566,-1524074400,1),(1566,-1503248400,0),(1566,-1492365600,1),(1566,-1471798800,0),(1566,-1460916000,1),(1566,-1440954000,0),(1566,-1428861600,1),(1566,-1409504400,0),(1566,-1397412000,1),(1566,-1378054800,0),(1566,-1365962400,1),(1566,-1346605200,0),(1566,-1333908000,1),(1566,-1315155600,0),(1566,-1301853600,1),(1566,-1283706000,0),(1566,-1270404000,1),(1566,-1252256400,0),(1566,-1238954400,1),(1566,-1220806800,0),(1566,-1207504800,1),(1566,-1188752400,0),(1566,-1176055200,1),(1566,-1157302800,0),(1566,-1144000800,1),(1566,-1125853200,0),(1566,-1112551200,1),(1566,-1094403600,0),(1566,-1081101600,1),(1566,-1062954000,0),(1566,-1049652000,1),(1566,-1031504400,0),(1566,-1018202400,1),(1566,-1000054800,0),(1566,-986752800,1),(1566,-968000400,0),(1566,-955303200,1),(1566,-936550800,0),(1566,-880218000,2),(1566,-769395600,3),(1566,-765396000,1),(1566,-747248400,0),(1566,-733946400,1),(1566,-715806000,0),(1566,-702504000,1),(1566,-684356400,0),(1566,-671054400,1),(1566,-652906800,0),(1566,-634161600,1),(1566,-620845200,0),(1566,-602704800,1),(1566,-589395600,0),(1566,-576093600,1),(1566,-557946000,0),(1566,-544644000,1),(1566,-526496400,0),(1566,-513194400,1),(1566,-495046800,0),(1566,-481744800,1),(1566,-463597200,0),(1566,-450295200,1),(1566,-431542800,0),(1566,-418240800,1),(1566,-400093200,0),(1566,-384372000,1),(1566,-368643600,0),(1566,-352922400,1),(1566,-337194000,0),(1566,-321472800,1),(1566,-305744400,0),(1566,-289418400,1),(1566,-273690000,0),(1566,-257968800,1),(1566,-242240400,0),(1566,-226519200,1),(1566,-210790800,0),(1566,-195069600,1),(1566,-179341200,0),(1566,-163620000,1),(1566,-147891600,0),(1566,-131565600,1),(1566,-116442000,0),(1566,-100116000,1),(1566,-84387600,0),(1566,-68666400,1),(1566,-52938000,0),(1566,-37216800,1),(1566,-21488400,0),(1566,-5767200,1),(1566,9961200,0),(1566,25682400,1),(1566,41410800,0),(1566,57736800,1),(1566,73465200,0),(1566,89186401,1),(1566,104914802,0),(1566,120636002,1),(1566,136364403,0),(1566,152085603,1),(1566,167814004,0),(1566,183535204,1),(1566,199263605,0),(1566,215589605,1),(1566,230713206,0),(1566,247039206,1),(1566,262767607,0),(1566,278488807,1),(1566,294217208,0),(1566,309938408,1),(1566,325666809,0),(1566,341388009,1),(1566,357116409,0),(1566,372837610,1),(1566,388566010,0),(1566,404892011,1),(1566,420015611,0),(1566,436341612,1),(1566,452070012,0),(1566,467791212,1),(1566,483519612,0),(1566,499240813,1),(1566,514969213,0),(1566,530690413,1),(1566,544604413,0),(1566,562140013,1),(1566,576054014,0),(1566,594194414,1),(1566,607503614,0),(1566,625644014,1),(1566,638953215,0),(1566,657093615,1),(1566,671007616,0),(1566,688543216,1),(1566,702457216,0),(1566,719992817,1),(1566,733906817,0),(1566,752047218,1),(1566,765356418,0),(1566,783496819,1),(1566,796806019,0),(1566,814946419,1),(1566,828860420,0),(1566,846396020,1),(1566,860310020,0),(1566,877845621,1),(1566,891759621,0),(1566,909295221,1),(1566,923209222,0),(1566,941349622,1),(1566,954658822,0),(1566,972799222,1),(1566,986108422,0),(1566,1004248822,1),(1566,1018162822,0),(1566,1035698422,1),(1566,1049612422,0),(1566,1067148022,1),(1566,1081062022,0),(1566,1099202422,1),(1566,1112511622,0),(1566,1130652022,1),(1566,1143961223,0),(1566,1162101623,1),(1566,1173596423,0),(1566,1194156023,1),(1566,1205046023,0),(1566,1225605623,1),(1566,1236495624,0),(1566,1257055224,1),(1566,1268550024,0),(1566,1289109624,1),(1566,1299999624,0),(1566,1320559224,1),(1566,1331449224,0),(1566,1352008825,1),(1566,1362898825,0),(1566,1383458425,1),(1566,1394348425,0),(1566,1414908025,1),(1566,1425798025,0),(1566,1446357626,1),(1566,1457852426,0),(1566,1478412026,1),(1566,1489302027,0),(1566,1509861627,1),(1566,1520751627,0),(1566,1541311227,1),(1566,1552201227,0),(1566,1572760827,1),(1566,1583650827,0),(1566,1604210427,1),(1566,1615705227,0),(1566,1636264827,1),(1566,1647154827,0),(1566,1667714427,1),(1566,1678604427,0),(1566,1699164027,1),(1566,1710054027,0),(1566,1730613627,1),(1566,1741503627,0),(1566,1762063227,1),(1566,1772953227,0),(1566,1793512827,1),(1566,1805007627,0),(1566,1825567227,1),(1566,1836457227,0),(1566,1857016827,1),(1566,1867906827,0),(1566,1888466427,1),(1566,1899356427,0),(1566,1919916027,1),(1566,1930806027,0),(1566,1951365627,1),(1566,1962860427,0),(1566,1983420027,1),(1566,1994310027,0),(1566,2014869627,1),(1566,2025759627,0),(1566,2046319227,1),(1566,2057209227,0),(1566,2077768827,1),(1566,2088658827,0),(1566,2109218427,1),(1566,2120108427,0),(1566,2140668027,1),(1567,-1998663968,2),(1567,-1632063600,1),(1567,-1615132800,2),(1567,-1600614000,1),(1567,-1596816000,2),(1567,-1567954800,1),(1567,-1551628800,2),(1567,-1536505200,1),(1567,-1523203200,2),(1567,-1504450800,1),(1567,-1491753600,2),(1567,-1473001200,1),(1567,-1459699200,2),(1567,-880210800,3),(1567,-769395600,4),(1567,-765388800,2),(1567,-715791600,1),(1567,-702489600,2),(1567,73472400,1),(1567,89193601,2),(1567,104922002,1),(1567,120643202,2),(1567,136371603,1),(1567,152092803,2),(1567,167821204,1),(1567,183542404,2),(1567,199270805,1),(1567,215596805,2),(1567,230720406,1),(1567,247046406,2),(1567,262774807,1),(1567,278496007,2),(1567,294224408,1),(1567,309945608,2),(1567,325674009,1),(1567,341395209,2),(1567,357123609,1),(1567,372844810,2),(1567,388573210,1),(1567,404899211,2),(1567,420022811,1),(1567,436348812,2),(1567,452077212,1),(1567,467798412,2),(1567,483526812,1),(1567,499248013,2),(1567,514976413,1),(1567,530697613,2),(1567,544611613,1),(1567,562147213,2),(1567,576061214,1),(1567,594201614,2),(1567,607510814,1),(1567,625651214,2),(1567,638960415,1),(1567,657100815,2),(1567,671014816,1),(1567,688550416,2),(1567,702464416,1),(1567,720000017,2),(1567,733914017,1),(1567,752054418,2),(1567,765363618,1),(1567,783504019,2),(1567,796813219,1),(1567,814953619,2),(1567,828867620,1),(1567,846403220,2),(1567,860317220,1),(1567,877852821,2),(1567,891766821,1),(1567,909302421,2),(1567,923216422,1),(1567,941356822,2),(1567,954666022,1),(1567,972806422,2),(1567,986115622,1),(1567,1004256022,2),(1567,1018170022,1),(1567,1035705622,2),(1567,1049619622,1),(1567,1067155222,2),(1567,1081069222,1),(1567,1099209622,2),(1567,1112518822,1),(1567,1130659222,2),(1567,1143968423,1),(1567,1162108823,2),(1567,1173603623,1),(1567,1194163223,2),(1567,1205053223,1),(1567,1225612823,2),(1567,1236502824,1),(1567,1257062424,2),(1567,1268557224,1),(1567,1289116824,2),(1567,1300006824,1),(1567,1320566424,2),(1567,1331456424,1),(1567,1352016025,2),(1567,1362906025,1),(1567,1383465625,2),(1567,1394355625,1),(1567,1414915225,2),(1567,1425805225,1),(1567,1446364826,2),(1567,1457859626,1),(1567,1478419226,2),(1567,1489309227,1),(1567,1509868827,2),(1567,1520758827,1),(1567,1541318427,2),(1567,1552208427,1),(1567,1572768027,2),(1567,1583658027,1),(1567,1604217627,2),(1567,1615712427,1),(1567,1636272027,2),(1567,1647162027,1),(1567,1667721627,2),(1567,1678611627,1),(1567,1699171227,2),(1567,1710061227,1),(1567,1730620827,2),(1567,1741510827,1),(1567,1762070427,2),(1567,1772960427,1),(1567,1793520027,2),(1567,1805014827,1),(1567,1825574427,2),(1567,1836464427,1),(1567,1857024027,2),(1567,1867914027,1),(1567,1888473627,2),(1567,1899363627,1),(1567,1919923227,2),(1567,1930813227,1),(1567,1951372827,2),(1567,1962867627,1),(1567,1983427227,2),(1567,1994317227,1),(1567,2014876827,2),(1567,2025766827,1),(1567,2046326427,2),(1567,2057216427,1),(1567,2077776027,2),(1567,2088666027,1),(1567,2109225627,2),(1567,2120115627,1),(1567,2140675227,2),(1568,-1664130548,0),(1568,-1650137348,1),(1568,-1632076148,0),(1568,-1615145348,1),(1568,-1598650148,0),(1568,-1590100148,1),(1568,-1567286948,0),(1568,-1551565748,1),(1568,-1535837348,0),(1568,-1520116148,1),(1568,-1503782948,0),(1568,-1488666548,1),(1568,-1472333348,0),(1568,-1457216948,1),(1568,-1440883748,0),(1568,-1425767348,1),(1568,-1409434148,0),(1568,-1394317748,1),(1568,-1377984548,0),(1568,-1362263348,1),(1568,-1346534948,0),(1568,-1330813748,1),(1568,-1314480548,0),(1568,-1299364148,1),(1568,-1283030948,0),(1568,-1267914548,1),(1568,-1251581348,0),(1568,-1236464948,1),(1568,-1220131748,0),(1568,-1205015348,1),(1568,-1188682148,0),(1568,-1172960948,1),(1568,-1156627748,0),(1568,-1141511348,1),(1568,-1125178148,0),(1568,-1110061748,1),(1568,-1096921748,3),(1568,-1093728600,2),(1568,-1078612200,3),(1568,-1061670600,2),(1568,-1048973400,3),(1568,-1030221000,2),(1568,-1017523800,3),(1568,-998771400,2),(1568,-986074200,3),(1568,-966717000,2),(1568,-954624600,3),(1568,-935267400,2),(1568,-922570200,3),(1568,-903817800,2),(1568,-891120600,3),(1568,-872368200,5),(1568,-769395600,4),(1568,-765401400,3),(1568,-746044200,2),(1568,-733347000,3),(1568,-714594600,2),(1568,-701897400,3),(1568,-683145000,2),(1568,-670447800,3),(1568,-651695400,2),(1568,-638998200,3),(1568,-619641000,2),(1568,-606943800,3),(1568,-589401000,2),(1568,-576099000,3),(1568,-557951400,2),(1568,-544649400,3),(1568,-526501800,2),(1568,-513199800,3),(1568,-495052200,2),(1568,-481750200,3),(1568,-463602600,2),(1568,-450300600,3),(1568,-431548200,2),(1568,-418246200,3),(1568,-400098600,2),(1568,-386796600,3),(1568,-368649000,2),(1568,-355347000,3),(1568,-337199400,2),(1568,-323897400,3),(1568,-305749800,2),(1568,-289423800,3),(1568,-273695400,2),(1568,-257974200,3),(1568,-242245800,2),(1568,-226524600,3),(1568,-210796200,2),(1568,-195075000,3),(1568,-179346600,2),(1568,-163625400,3),(1568,-147897000,2),(1568,-131571000,3),(1568,-116447400,2),(1568,-100121400,3),(1568,-84393000,2),(1568,-68671800,3),(1568,-52943400,2),(1568,-37222200,3),(1568,-21493800,2),(1568,-5772600,3),(1568,9955800,2),(1568,25677000,3),(1568,41405400,2),(1568,57731400,3),(1568,73459800,2),(1568,89181001,3),(1568,104909402,2),(1568,120630602,3),(1568,136359003,2),(1568,152080203,3),(1568,167808604,2),(1568,183529804,3),(1568,199258205,2),(1568,215584205,3),(1568,230707806,2),(1568,247033806,3),(1568,262762207,2),(1568,278483407,3),(1568,294211808,2),(1568,309933008,3),(1568,325661409,2),(1568,341382609,3),(1568,357111009,2),(1568,372832210,3),(1568,388560610,2),(1568,404886611,3),(1568,420010211,2),(1568,436336212,3),(1568,452064612,2),(1568,467785812,3),(1568,483514212,2),(1568,499235413,3),(1568,514963813,2),(1568,530685013,3),(1568,544591873,2),(1568,562127473,3),(1568,576041474,6),(1568,594178274,3),(1568,607491074,2),(1568,625631474,3),(1568,638940675,2),(1568,657081075,3),(1568,670995076,2),(1568,688530676,3),(1568,702444676,2),(1568,719980277,3),(1568,733894277,2),(1568,752034678,3),(1568,765343878,2),(1568,783484279,3),(1568,796793479,2),(1568,814933879,3),(1568,828847880,2),(1568,846383480,3),(1568,860297480,2),(1568,877833081,3),(1568,891747081,2),(1568,909282681,3),(1568,923196682,2),(1568,941337082,3),(1568,954646282,2),(1568,972786682,3),(1568,986095882,2),(1568,1004236282,3),(1568,1018150282,2),(1568,1035685882,3),(1568,1049599882,2),(1568,1067135482,3),(1568,1081049482,2),(1568,1099189882,3),(1568,1112499082,2),(1568,1130639482,3),(1568,1143948683,2),(1568,1162089083,3),(1568,1173583883,2),(1568,1194143483,3),(1568,1205033483,2),(1568,1225593083,3),(1568,1236483084,2),(1568,1257042684,3),(1568,1268537484,2),(1568,1289097084,3),(1568,1299987084,2),(1568,1320553824,3),(1568,1331443824,2),(1568,1352003425,3),(1568,1362893425,2),(1568,1383453025,3),(1568,1394343025,2),(1568,1414902625,3),(1568,1425792625,2),(1568,1446352226,3),(1568,1457847026,2),(1568,1478406626,3),(1568,1489296627,2),(1568,1509856227,3),(1568,1520746227,2),(1568,1541305827,3),(1568,1552195827,2),(1568,1572755427,3),(1568,1583645427,2),(1568,1604205027,3),(1568,1615699827,2),(1568,1636259427,3),(1568,1647149427,2),(1568,1667709027,3),(1568,1678599027,2),(1568,1699158627,3),(1568,1710048627,2),(1568,1730608227,3),(1568,1741498227,2),(1568,1762057827,3),(1568,1772947827,2),(1568,1793507427,3),(1568,1805002227,2),(1568,1825561827,3),(1568,1836451827,2),(1568,1857011427,3),(1568,1867901427,2),(1568,1888461027,3),(1568,1899351027,2),(1568,1919910627,3),(1568,1930800627,2),(1568,1951360227,3),(1568,1962855027,2),(1568,1983414627,3),(1568,1994304627,2),(1568,2014864227,3),(1568,2025754227,2),(1568,2046313827,3),(1568,2057203827,2),(1568,2077763427,3),(1568,2088653427,2),(1568,2109213027,3),(1568,2120103027,2),(1568,2140662627,3),(1569,-1632060000,0),(1569,-1615129200,1),(1569,-880207200,2),(1569,-769395600,3),(1569,-765385200,1),(1569,-747237600,0),(1569,-733935600,1),(1569,-715788000,0),(1569,-702486000,1),(1569,-684338400,0),(1569,-671036400,1),(1569,-652888800,0),(1569,-639586800,1),(1569,-620834400,0),(1569,-608137200,1),(1569,-589384800,0),(1569,-576082800,1),(1569,-557935200,0),(1569,-544633200,1),(1569,-526485600,0),(1569,-513183600,1),(1569,-495036000,0),(1569,-481734000,1),(1569,-463586400,0),(1569,-450284400,1),(1569,-431532000,0),(1569,-418230000,1),(1569,-400082400,0),(1569,-386780400,1),(1569,-368632800,0),(1569,-355330800,1),(1569,-337183200,0),(1569,-323881200,1),(1569,-305733600,0),(1569,-292431600,1),(1569,-273679200,0),(1569,-260982000,1),(1569,-242229600,0),(1569,-226508400,1),(1569,-210780000,0),(1569,-195058800,1),(1569,-179330400,0),(1569,-163609200,1),(1569,-147880800,0),(1569,-131554800,1),(1569,-116431200,0),(1569,-100105200,1),(1569,-84376800,0),(1569,-68655600,1),(1569,-52927200,0),(1569,-37206000,1),(1569,-21477600,0),(1569,-5756400,1),(1569,9972000,0),(1569,25693200,1),(1569,41421600,0),(1569,57747600,1),(1569,73476000,0),(1569,89197201,1),(1569,104925602,0),(1569,120646802,1),(1569,136375203,0),(1569,152096403,1),(1569,167824804,0),(1569,183546004,1),(1569,199274405,0),(1569,215600405,1),(1569,230724006,0),(1569,247050006,1),(1569,262778407,0),(1569,278499607,1),(1569,294228008,0),(1569,309949208,1),(1569,325677609,0),(1569,341398809,1),(1569,357127209,0),(1569,372848410,1),(1569,388576810,0),(1569,404902811,1),(1569,420026411,0),(1569,436352412,1),(1569,452080812,0),(1569,467802012,1),(1569,483530412,0),(1569,499251613,1),(1569,514980013,0),(1569,530701213,1),(1569,544615213,0),(1569,562150813,1),(1569,576064814,0),(1569,594205214,1),(1569,607514414,0),(1569,625654814,1),(1569,638964015,0),(1569,657104415,1),(1569,671018416,0),(1569,688554016,1),(1569,702468016,0),(1569,720003617,1),(1569,733917617,0),(1569,752058018,1),(1569,765367218,0),(1569,783507619,1),(1569,796816819,0),(1569,814957219,1),(1569,828871220,0),(1569,846406820,1),(1569,860320820,0),(1569,877856421,1),(1569,891770421,0),(1569,909306021,1),(1569,923220022,0),(1569,941360422,1),(1569,954669622,0),(1569,972810022,1),(1569,986119222,0),(1569,1004259622,1),(1569,1018173622,0),(1569,1035709222,1),(1569,1049623222,0),(1569,1067158822,1),(1569,1081072822,0),(1569,1099213222,1),(1569,1112522422,0),(1569,1130662822,1),(1569,1143972023,0),(1569,1162112423,1),(1569,1173607223,0),(1569,1194166823,1),(1569,1205056823,0),(1569,1225616423,1),(1569,1236506424,0),(1569,1257066024,1),(1569,1268560824,0),(1569,1289120424,1),(1569,1300010424,0),(1569,1320570024,1),(1569,1331460024,0),(1569,1352019625,1),(1569,1362909625,0),(1569,1383469225,1),(1569,1394359225,0),(1569,1414918825,1),(1569,1425808825,0),(1569,1446368426,1),(1569,1457863226,0),(1569,1478422826,1),(1569,1489312827,0),(1569,1509872427,1),(1569,1520762427,0),(1569,1541322027,1),(1569,1552212027,0),(1569,1572771627,1),(1569,1583661627,0),(1569,1604221227,1),(1569,1615716027,0),(1569,1636275627,1),(1569,1647165627,0),(1569,1667725227,1),(1569,1678615227,0),(1569,1699174827,1),(1569,1710064827,0),(1569,1730624427,1),(1569,1741514427,0),(1569,1762074027,1),(1569,1772964027,0),(1569,1793523627,1),(1569,1805018427,0),(1569,1825578027,1),(1569,1836468027,0),(1569,1857027627,1),(1569,1867917627,0),(1569,1888477227,1),(1569,1899367227,0),(1569,1919926827,1),(1569,1930816827,0),(1569,1951376427,1),(1569,1962871227,0),(1569,1983430827,1),(1569,1994320827,0),(1569,2014880427,1),(1569,2025770427,0),(1569,2046330027,1),(1569,2057220027,0),(1569,2077779627,1),(1569,2088669627,0),(1569,2109229227,1),(1569,2120119227,0),(1569,2140678827,1),(1570,-2030202084,2),(1570,-1632063600,1),(1570,-1615132800,2),(1570,-1251651600,1),(1570,-1238349600,2),(1570,-1220202000,1),(1570,-1206900000,2),(1570,-1188752400,1),(1570,-1175450400,2),(1570,-1156698000,1),(1570,-1144000800,2),(1570,-1125248400,1),(1570,-1111946400,2),(1570,-1032714000,1),(1570,-1016992800,2),(1570,-1001264400,1),(1570,-986148000,2),(1570,-969814800,1),(1570,-954093600,2),(1570,-937760400,1),(1570,-922039200,2),(1570,-906310800,1),(1570,-890589600,2),(1570,-880210800,3),(1570,-769395600,4),(1570,-765388800,2),(1570,-748450800,1),(1570,-732729600,2),(1570,-715791600,1),(1570,-702489600,2),(1570,-684342000,1),(1570,-671040000,2),(1570,-652892400,1),(1570,-639590400,2),(1570,-620838000,1),(1570,-608140800,2),(1570,-589388400,1),(1570,-576086400,2),(1570,-557938800,1),(1570,-544636800,2),(1570,-526489200,1),(1570,-513187200,2),(1570,-495039600,1),(1570,-481737600,2),(1570,-463590000,1),(1570,-450288000,2),(1570,-431535600,1),(1570,-418233600,2),(1570,-400086000,1),(1570,-386784000,2),(1570,-337186800,1),(1570,-321465600,2),(1570,-305737200,5),(1571,-1632056400,0),(1571,-1615125600,1),(1571,-1596978000,0),(1571,-1583164800,1),(1571,-880203600,2),(1571,-769395600,3),(1571,-765381600,1),(1571,-147884400,4),(1571,-131554800,1),(1571,-81961200,5),(1571,325677609,6),(1571,341398809,5),(1571,357127209,6),(1571,372848410,5),(1571,388576810,6),(1571,404902811,5),(1571,420026411,6),(1571,436352412,5),(1571,452080812,6),(1571,467802012,5),(1571,483530412,6),(1571,499251613,5),(1571,514980013,6),(1571,530701213,5),(1571,544615213,6),(1571,562150813,5),(1571,576064814,6),(1571,594205214,5),(1571,607514414,6),(1571,625654814,5),(1571,638964015,6),(1571,657104415,5),(1571,671018416,6),(1571,688554016,5),(1571,702468016,6),(1571,720003617,5),(1571,733917617,6),(1571,752058018,5),(1571,765367218,6),(1571,783507619,5),(1571,796816819,6),(1571,814957219,5),(1571,828871220,6),(1571,846406820,5),(1571,860320820,6),(1571,877856421,5),(1571,891770421,6),(1571,909306021,5),(1571,923220022,6),(1571,941360422,5),(1571,954669622,6),(1571,972810022,5),(1571,986119222,6),(1571,1004259622,5),(1571,1018173622,6),(1571,1035709222,5),(1571,1049623222,6),(1571,1067158822,5),(1571,1081072822,6),(1571,1099213222,5),(1571,1112522422,6),(1571,1130662822,5),(1571,1143972023,6),(1571,1162112423,5),(1571,1173607223,6),(1571,1194166823,5),(1571,1205056823,6),(1571,1225616423,5),(1571,1236506424,6),(1571,1257066024,5),(1571,1268560824,6),(1571,1289120424,5),(1571,1300010424,6),(1571,1320570024,5),(1571,1331460024,6),(1571,1352019625,5),(1571,1362909625,6),(1571,1383469225,5),(1571,1394359225,6),(1571,1414918825,5),(1571,1425808825,6),(1571,1446368426,5),(1571,1457863226,6),(1571,1478422826,5),(1571,1489312827,6),(1571,1509872427,5),(1571,1520762427,6),(1571,1541322027,5),(1571,1552212027,6),(1571,1572771627,5),(1571,1583661627,6),(1571,1604214027,7),(1572,-1892661435,1),(1572,-1688410800,0),(1572,-1619205435,2),(1572,-1593806400,0),(1572,-1335986235,3),(1572,-1317585600,1),(1572,-1304362800,3),(1572,-1286049600,1),(1572,-1272826800,3),(1572,-1254513600,1),(1572,-1241290800,3),(1572,-1222977600,1),(1572,-1209754800,3),(1572,-1191355200,1),(1572,-1178132400,2),(1572,-870552000,1),(1572,-865278000,2),(1572,-740520000,4),(1572,-736376400,2),(1572,-718056000,1),(1572,-713649600,2),(1572,-36619200,5),(1572,-23922000,6),(1572,-3355200,5),(1572,7527600,6),(1572,24465600,5),(1572,37767600,6),(1572,55915200,5),(1572,69217200,6),(1572,87969601,5),(1572,100666802,6),(1572,118209602,5),(1572,132116403,6),(1572,150868803,5),(1572,163566004,6),(1572,182318404,5),(1572,195620405,6),(1572,213768005,5),(1572,227070006,6),(1572,245217606,5),(1572,258519607,6),(1572,277272007,5),(1572,289969208,6),(1572,308721608,5),(1572,321418809,6),(1572,340171209,5),(1572,353473209,6),(1572,371620810,5),(1572,384922810,6),(1572,403070411,5),(1572,416372411,6),(1572,434520012,5),(1572,447822012,6),(1572,466574412,5),(1572,479271612,6),(1572,498024013,5),(1572,510721213,6),(1572,529473613,5),(1572,545194813,6),(1572,560923213,5),(1572,574225214,6),(1572,592372814,5),(1572,605674814,6),(1572,624427214,5),(1572,637124415,6),(1572,653457615,5),(1572,668574016,6),(1572,687326416,5),(1572,700628416,6),(1572,718776017,5),(1572,732078017,6),(1572,750225618,5),(1572,763527618,6),(1572,781675219,5),(1572,794977219,6),(1572,813729619,5),(1572,826426820,6),(1572,845179220,5),(1572,859690820,6),(1572,876628821,5),(1572,889930821,6),(1572,906868821,5),(1572,923194822,6),(1572,939528022,5),(1572,952830022,6),(1572,971582422,5),(1572,984279622,6),(1572,1003032022,5),(1572,1015729222,6),(1572,1034481622,5),(1572,1047178822,6),(1572,1065931222,5),(1572,1079233222,6),(1572,1097380822,5),(1572,1110682822,6),(1572,1128830422,5),(1572,1142132423,6),(1572,1160884823,5),(1572,1173582023,6),(1572,1192334423,5),(1572,1206846023,6),(1572,1223784023,5),(1572,1237086024,6),(1572,1255233624,5),(1572,1270350024,6),(1572,1286683224,5),(1572,1304823624,6),(1572,1313899224,5),(1572,1335668424,6),(1572,1346558425,5),(1572,1367118025,6),(1572,1378612825,5),(1572,1398567625,6),(1572,1410062425,5),(1572,1463281226,6),(1572,1471147226,5),(1572,1494730827,6),(1572,1502596827,5),(1572,1526180427,6),(1572,1534046427,5),(1572,1554606027,6),(1572,1567915227,5),(1572,1586055627,6),(1572,1599364827,5),(1572,1617505227,6),(1572,1630814427,5),(1572,1648954827,6),(1572,1662264027,5),(1572,1680404427,6),(1572,1693713627,5),(1572,1712458827,6),(1572,1725768027,5),(1572,1743908427,6),(1572,1757217627,5),(1572,1775358027,6),(1572,1788667227,5),(1572,1806807627,6),(1572,1820116827,5),(1572,1838257227,6),(1572,1851566427,5),(1572,1870311627,6),(1572,1883016027,5),(1572,1901761227,6),(1572,1915070427,5),(1572,1933210827,6),(1572,1946520027,5),(1572,1964660427,6),(1572,1977969627,5),(1572,1996110027,6),(1572,2009419227,5),(1572,2027559627,6),(1572,2040868827,5),(1572,2059614027,6),(1572,2072318427,5),(1572,2091063627,6),(1572,2104372827,5),(1572,2122513227,6),(1572,2135822427,5),(1573,-1178124152,3),(1573,-36619200,1),(1573,-23922000,2),(1573,-3355200,1),(1573,7527600,2),(1573,24465600,1),(1573,37767600,2),(1573,55915200,1),(1573,69217200,2),(1573,87969601,1),(1573,100666802,2),(1573,118209602,1),(1573,132116403,2),(1573,150868803,1),(1573,163566004,2),(1573,182318404,1),(1573,195620405,2),(1573,213768005,1),(1573,227070006,2),(1573,245217606,1),(1573,258519607,2),(1573,277272007,1),(1573,289969208,2),(1573,308721608,1),(1573,321418809,2),(1573,340171209,1),(1573,353473209,2),(1573,371620810,1),(1573,384922810,4),(1573,403070411,5),(1573,416372411,4),(1573,434520012,5),(1573,447822012,4),(1573,466574412,5),(1573,479271612,4),(1573,498024013,5),(1573,510721213,4),(1573,529473613,5),(1573,545194813,4),(1573,560923213,5),(1573,574225214,4),(1573,592372814,5),(1573,605674814,4),(1573,624427214,5),(1573,637124415,4),(1573,653457615,5),(1573,668574016,4),(1573,687326416,5),(1573,700628416,4),(1573,718776017,5),(1573,732078017,4),(1573,750225618,5),(1573,763527618,4),(1573,781675219,5),(1573,794977219,4),(1573,813729619,5),(1573,826426820,4),(1573,845179220,5),(1573,859690820,4),(1573,876628821,5),(1573,889930821,4),(1573,906868821,5),(1573,923194822,4),(1573,939528022,5),(1573,952830022,4),(1573,971582422,5),(1573,984279622,4),(1573,1003032022,5),(1573,1015729222,4),(1573,1034481622,5),(1573,1047178822,4),(1573,1065931222,5),(1573,1079233222,4),(1573,1097380822,5),(1573,1110682822,4),(1573,1128830422,5),(1573,1142132423,4),(1573,1160884823,5),(1573,1173582023,4),(1573,1192334423,5),(1573,1206846023,4),(1573,1223784023,5),(1573,1237086024,4),(1573,1255233624,5),(1573,1270350024,4),(1573,1286683224,5),(1573,1304823624,4),(1573,1313899224,5),(1573,1335668424,4),(1573,1346558425,5),(1573,1367118025,4),(1573,1378612825,5),(1573,1398567625,4),(1573,1410062425,5),(1573,1463281226,4),(1573,1471147226,5),(1573,1494730827,4),(1573,1502596827,5),(1573,1526180427,4),(1573,1534046427,5),(1573,1554606027,4),(1573,1567915227,5),(1573,1586055627,4),(1573,1599364827,5),(1573,1617505227,4),(1573,1630814427,5),(1573,1648954827,4),(1573,1662264027,5),(1573,1680404427,4),(1573,1693713627,5),(1573,1712458827,4),(1573,1725768027,5),(1573,1743908427,4),(1573,1757217627,5),(1573,1775358027,4),(1573,1788667227,5),(1573,1806807627,4),(1573,1820116827,5),(1573,1838257227,4),(1573,1851566427,5),(1573,1870311627,4),(1573,1883016027,5),(1573,1901761227,4),(1573,1915070427,5),(1573,1933210827,4),(1573,1946520027,5),(1573,1964660427,4),(1573,1977969627,5),(1573,1996110027,4),(1573,2009419227,5),(1573,2027559627,4),(1573,2040868827,5),(1573,2059614027,4),(1573,2072318427,5),(1573,2091063627,4),(1573,2104372827,5),(1573,2122513227,4),(1573,2135822427,5),(1574,-1402813824,2),(1574,-1311534000,1),(1574,-1300996800,2),(1574,-933534000,1),(1574,-925675200,2),(1574,-902084400,1),(1574,-893620800,2),(1574,-870030000,1),(1574,-862171200,2),(1574,-775681200,1),(1574,-767822400,2),(1574,-744231600,1),(1574,-736372800,2),(1574,-144702000,1),(1574,-134251200,2),(1574,-113425200,1),(1574,-102542400,2),(1574,-86295600,1),(1574,-72907200,2),(1574,-54154800,1),(1574,-41457600,2),(1574,-21495600,1),(1574,-5774400,2),(1574,9954000,1),(1574,25675200,2),(1574,41403600,1),(1574,57729600,2),(1574,73458000,1),(1574,87364801,2),(1574,104907602,1),(1574,118900802,2),(1574,136357203,1);
+INSERT INTO `time_zone_transition` VALUES (1574,150436803,2),(1574,167806804,1),(1574,183528004,2),(1574,199256405,1),(1574,215582405,2),(1574,230706006,1),(1574,247032006,2),(1574,263365207,1),(1574,276667207,2),(1574,290581208,1),(1574,308721608,2),(1574,322030809,1),(1574,340171209,2),(1574,358318809,1),(1574,371620810,2),(1574,389768410,1),(1574,403070411,2),(1574,421218011,1),(1574,434520012,2),(1574,452667612,1),(1574,466574412,2),(1574,484117212,1),(1574,498024013,2),(1574,511333213,1),(1574,529473613,2),(1574,542782813,1),(1574,560923213,2),(1574,574837214,1),(1574,592372814,2),(1574,606286814,1),(1574,623822414,2),(1574,638946015,1),(1574,655876815,2),(1574,671000416,1),(1574,687330016,3),(1574,702450016,1),(1574,718779617,3),(1574,733899617,1),(1574,750229218,3),(1574,765349218,1),(1574,781678819,3),(1574,796798819,1),(1574,813128419,3),(1574,828853220,1),(1574,844578020,3),(1574,860302820,1),(1574,876632421,3),(1574,891147621,4),(1574,909291621,3),(1574,922597222,4),(1574,941346022,3),(1574,954651622,4),(1574,972795622,3),(1574,986101222,4),(1574,1004245222,3),(1574,1018155622,4),(1574,1035694822,3),(1574,1049605222,4),(1574,1067144422,3),(1574,1080450022,4),(1574,1162098023,3),(1574,1173589223,4),(1574,1193547623,3),(1574,1205643623,4),(1574,1224997223,3),(1574,1236488424,4),(1574,1256446824,3),(1574,1268542824,4),(1574,1288501224,3),(1574,1300597224,4),(1574,1321160424,3),(1574,1333256424,4),(1574,1352005225,3),(1574,1362891625,4),(1574,1383454825,3),(1574,1394341225,4),(1574,1414904425,3),(1574,1425790825,4),(1574,1446354026,3),(1574,1457845226,4),(1574,1478408426,3),(1574,1489294827,4),(1574,1509858027,3),(1574,1520744427,4),(1574,1541307627,3),(1574,1552194027,4),(1574,1572757227,3),(1574,1583643627,4),(1574,1604206827,3),(1574,1615698027,4),(1574,1636261227,3),(1574,1647147627,4),(1574,1667710827,3),(1574,1678597227,4),(1574,1699160427,3),(1574,1710046827,4),(1574,1730610027,3),(1574,1741496427,4),(1574,1762059627,3),(1574,1772946027,4),(1574,1793509227,3),(1574,1805000427,4),(1574,1825563627,3),(1574,1836450027,4),(1574,1857013227,3),(1574,1867899627,4),(1574,1888462827,3),(1574,1899349227,4),(1574,1919912427,3),(1574,1930798827,4),(1574,1951362027,3),(1574,1962853227,4),(1574,1983416427,3),(1574,1994302827,4),(1574,2014866027,3),(1574,2025752427,4),(1574,2046315627,3),(1574,2057202027,4),(1574,2077765227,3),(1574,2088651627,4),(1574,2109214827,3),(1574,2120101227,4),(1574,2140664427,3),(1575,228877206,0),(1575,243997206,1),(1575,260326807,0),(1575,276051607,1),(1575,291776408,0),(1575,307501208,1),(1575,323830809,0),(1575,338950809,1),(1575,354675609,0),(1575,370400410,1),(1575,386125210,0),(1575,401850011,1),(1575,417574811,0),(1575,433299612,1),(1575,449024412,0),(1575,465354012,1),(1575,481078812,0),(1575,496803613,1),(1575,512528413,0),(1575,528253213,1),(1575,543978013,0),(1575,559702813,1),(1575,575427614,0),(1575,591152414,1),(1575,606877214,0),(1575,622602014,1),(1575,638326815,0),(1575,654656415,1),(1575,670381216,0),(1575,686106016,1),(1575,701830816,0),(1575,717555617,1),(1575,733280417,0),(1575,749005218,1),(1575,764730018,0),(1575,780454819,1),(1575,796179619,0),(1575,811904419,1),(1575,828234020,0),(1575,846378020,1),(1575,859683620,0),(1575,877827621,1),(1575,891133221,0),(1575,909277221,1),(1575,922582822,0),(1575,941331622,1),(1575,954032422,0),(1575,972781222,1),(1575,985482022,0),(1575,1004230822,1),(1575,1017536422,0),(1575,1035680422,1),(1575,1048986022,0),(1575,1067130022,1),(1575,1080435622,0),(1575,1099184422,1),(1575,1111885222,0),(1575,1130634022,1),(1575,1143334823,0),(1575,1162083623,1),(1575,1174784423,0),(1575,1193533223,1),(1575,1206838823,0),(1575,1224982823,1),(1575,1238288424,0),(1575,1256432424,1),(1575,1269738024,0),(1575,1288486824,1),(1575,1301187624,0),(1575,1319936424,1),(1575,1332637224,0),(1575,1351386025,1),(1575,1364691625,0),(1575,1382835625,1),(1575,1396141225,0),(1575,1414285225,1),(1575,1427590825,0),(1575,1445734826,1),(1575,1459040426,0),(1575,1477789226,1),(1575,1490490027,0),(1575,1509238827,1),(1575,1521939627,0),(1575,1540688427,1),(1575,1553994027,0),(1575,1572138027,1),(1575,1585443627,0),(1575,1603587627,1),(1575,1616893227,0),(1575,1635642027,1),(1575,1648342827,0),(1575,1667091627,1),(1575,1679792427,0),(1575,1698541227,1),(1575,1711846827,0),(1575,1729990827,1),(1575,1743296427,0),(1575,1761440427,1),(1575,1774746027,0),(1575,1792890027,1),(1575,1806195627,0),(1575,1824944427,1),(1575,1837645227,0),(1575,1856394027,1),(1575,1869094827,0),(1575,1887843627,1),(1575,1901149227,0),(1575,1919293227,1),(1575,1932598827,0),(1575,1950742827,1),(1575,1964048427,0),(1575,1982797227,1),(1575,1995498027,0),(1575,2014246827,1),(1575,2026947627,0),(1575,2045696427,1),(1575,2058397227,0),(1575,2077146027,1),(1575,2090451627,0),(1575,2108595627,1),(1575,2121901227,0),(1575,2140045227,1),(1577,-1633280400,0),(1577,-1615140000,1),(1577,-1601830800,0),(1577,-1583690400,1),(1577,-880218000,2),(1577,-769395600,3),(1577,-765396000,1),(1577,-84387600,0),(1577,-68666400,1),(1577,-52938000,0),(1577,-37216800,1),(1577,-21488400,0),(1577,-5767200,1),(1577,9961200,0),(1577,25682400,1),(1577,41410800,0),(1577,57736800,1),(1577,73465200,0),(1577,89186401,1),(1577,104914802,0),(1577,120636002,1),(1577,126687603,0),(1577,152085603,1),(1577,162370804,0),(1577,183535204,1),(1577,199263605,0),(1577,215589605,1),(1577,230713206,0),(1577,247039206,1),(1577,262767607,0),(1577,278488807,1),(1577,294217208,0),(1577,309938408,1),(1577,325666809,0),(1577,341388009,1),(1577,357116409,0),(1577,372837610,1),(1577,388566010,0),(1577,404892011,1),(1577,420015611,0),(1577,436341612,1),(1577,452070012,0),(1577,467791212,1),(1577,483519612,0),(1577,499240813,1),(1577,514969213,0),(1577,530690413,1),(1577,544604413,0),(1577,562140013,1),(1577,576054014,0),(1577,594194414,1),(1577,607503614,0),(1577,625644014,1),(1577,638953215,0),(1577,657093615,1),(1577,671007616,0),(1577,688543216,1),(1577,702457216,0),(1577,719992817,1),(1577,733906817,0),(1577,752047218,1),(1577,765356418,0),(1577,783496819,1),(1577,796806019,0),(1577,814946419,1),(1577,828860420,0),(1577,846396020,1),(1577,860310020,0),(1577,877845621,1),(1577,891759621,0),(1577,909295221,1),(1577,923209222,0),(1577,941349622,1),(1577,954658822,0),(1577,972799222,1),(1577,986108422,0),(1577,1004248822,1),(1577,1018162822,0),(1577,1035698422,1),(1577,1049612422,0),(1577,1067148022,1),(1577,1081062022,0),(1577,1099202422,1),(1577,1112511622,0),(1577,1130652022,1),(1577,1143961223,0),(1577,1162101623,1),(1577,1173596423,0),(1577,1194156023,1),(1577,1205046023,0),(1577,1225605623,1),(1577,1236495624,0),(1577,1257055224,1),(1577,1268550024,0),(1577,1289109624,1),(1577,1299999624,0),(1577,1320559224,1),(1577,1331449224,0),(1577,1352008825,1),(1577,1362898825,0),(1577,1383458425,1),(1577,1394348425,0),(1577,1414908025,1),(1577,1425798025,0),(1577,1446357626,1),(1577,1457852426,0),(1577,1478412026,1),(1577,1489302027,0),(1577,1509861627,1),(1577,1520751627,0),(1577,1541311227,1),(1577,1552201227,0),(1577,1572760827,1),(1577,1583650827,0),(1577,1604210427,1),(1577,1615705227,0),(1577,1636264827,1),(1577,1647154827,0),(1577,1667714427,1),(1577,1678604427,0),(1577,1699164027,1),(1577,1710054027,0),(1577,1730613627,1),(1577,1741503627,0),(1577,1762063227,1),(1577,1772953227,0),(1577,1793512827,1),(1577,1805007627,0),(1577,1825567227,1),(1577,1836457227,0),(1577,1857016827,1),(1577,1867906827,0),(1577,1888466427,1),(1577,1899356427,0),(1577,1919916027,1),(1577,1930806027,0),(1577,1951365627,1),(1577,1962860427,0),(1577,1983420027,1),(1577,1994310027,0),(1577,2014869627,1),(1577,2025759627,0),(1577,2046319227,1),(1577,2057209227,0),(1577,2077768827,1),(1577,2088658827,0),(1577,2109218427,1),(1577,2120108427,0),(1577,2140668027,1),(1578,-929844000,0),(1578,-923108400,1),(1578,-906170400,0),(1578,-892868400,1),(1578,-875844000,0),(1578,-857790000,1),(1578,-844308000,0),(1578,-825822000,1),(1578,-812685600,0),(1578,-794199600,1),(1578,-779853600,0),(1578,-762663600,1),(1578,-399088800,0),(1578,-386650800,1),(1578,-368330400,0),(1578,-355114800,1),(1578,-336790800,0),(1578,-323654400,1),(1578,-305168400,0),(1578,-292032000,1),(1578,-273632400,0),(1578,-260496000,1),(1578,-242096400,0),(1578,-228960000,1),(1578,-210560400,0),(1578,-197424000,1),(1578,-178938000,0),(1578,-165801600,1),(1578,-147402000,0),(1578,-134265600,1),(1578,-115866000,0),(1578,-102643200,1),(1578,-84330000,0),(1578,-71107200,1),(1578,-52707600,0),(1578,-39484800,1),(1578,-21171600,0),(1578,-7948800,1),(1578,10364400,0),(1578,23587200,1),(1578,41900400,0),(1578,55123200,1),(1578,73522800,0),(1578,86745601,1),(1578,105058802,0),(1578,118281602,1),(1578,136594803,0),(1578,149817603,1),(1578,168130804,0),(1578,181353604,1),(1578,199753205,0),(1578,212976005,1),(1578,231289206,0),(1578,244512006,1),(1578,262825207,0),(1578,276048007,1),(1578,294361208,0),(1578,307584008,1),(1578,325983609,0),(1578,339206409,1),(1578,357519609,0),(1578,370742410,1),(1578,396399611,0),(1578,402278411,1),(1578,426812412,0),(1578,433814412,1),(1578,452214012,0),(1578,465436812,1),(1578,483750012,0),(1578,496972813,1),(1578,515286013,0),(1578,528508813,1),(1578,546822013,0),(1578,560044813,1),(1578,578444414,0),(1578,591667214,1),(1578,610412414,0),(1578,623203214,1),(1578,641516415,0),(1578,654739215,1),(1578,673052416,0),(1578,686275216,1),(1578,704674816,0),(1578,717897617,1),(1578,736210817,0),(1578,749433618,1),(1578,767746818,0),(1578,780969619,1),(1578,799020019,2),(1578,812322019,1),(1578,830469620,2),(1578,843771620,1),(1578,861919220,2),(1578,875221221,1),(1578,893368821,2),(1578,906670821,1),(1578,925423222,2),(1578,938725222,1),(1578,956872822,2),(1578,970174822,1),(1578,988322422,2),(1578,1001624422,1),(1578,1019772022,2),(1578,1033074022,1),(1578,1051221622,2),(1578,1064523622,1),(1578,1083276022,2),(1578,1096578022,1),(1578,1114725622,2),(1578,1128027622,1),(1578,1146175223,2),(1578,1158872423,1),(1578,1177624823,2),(1578,1189112423,1),(1578,1209074423,2),(1578,1219957223,1),(1578,1240524024,2),(1578,1250802024,1),(1578,1272578424,2),(1578,1281474024,1),(1578,1284069624,0),(1578,1285880424,1),(1578,1400191225,0),(1578,1403816425,1),(1578,1406844025,0),(1578,1411678825,1),(1579,-1691962479,1),(1579,-1680471279,3),(1579,-1664143200,2),(1579,-1650146400,3),(1579,-1633903200,2),(1579,-1617487200,3),(1579,-1601848800,2),(1579,-1586037600,3),(1579,-1570399200,2),(1579,-1552168800,3),(1579,-1538344800,2),(1579,-1522533600,3),(1579,-1517011200,5),(1579,-1507500000,4),(1579,-1490565600,3),(1579,-1473631200,4),(1579,-1460930400,3),(1579,-1442786400,4),(1579,-1428876000,3),(1579,-1410732000,4),(1579,-1396216800,3),(1579,-1379282400,4),(1579,-1364767200,3),(1579,-1348437600,4),(1579,-1333317600,3),(1579,-1315778400,4),(1579,-1301263200,3),(1579,-1284328800,4),(1579,-1269813600,3),(1579,-1253484000,4),(1579,-1238364000,3),(1579,-1221429600,4),(1579,-1206914400,3),(1579,-1189980000,4),(1579,-1175464800,3),(1579,-1159135200,4),(1579,-1143410400,3),(1579,-1126476000,4),(1579,-1111960800,3),(1579,-1095631200,4),(1579,-1080511200,3),(1579,-1063576800,4),(1579,-1049061600,3),(1579,-1032127200,4),(1579,-1017612000,3),(1579,-1001282400,4),(1579,-986162400,3),(1579,-969228000,4),(1579,-950479200,3),(1579,-942012000,4),(1579,-733356000,3),(1579,-719445600,4),(1579,-699487200,3),(1579,-684972000,4),(1579,-668037600,3),(1579,-654732000,4),(1579,-636588000,3),(1579,-622072800,4),(1579,-605743200,3),(1579,-590623200,4),(1579,-574293600,3),(1579,-558568800,4),(1579,-542239200,3),(1579,-527119200,4),(1579,-512604000,3),(1579,-496274400,4),(1579,-481154400,3),(1579,-464220000,4),(1579,-449704800,3),(1579,-432165600,4),(1579,-417650400,3),(1579,-401320800,4),(1579,-386200800,3),(1579,-369266400,4),(1579,-354751200,3),(1579,-337816800,4),(1579,-323301600,3),(1579,-306972000,4),(1579,-291852000,3),(1579,-276732000,4),(1579,-257983200,3),(1579,-245282400,4),(1579,-226533600,3),(1579,-213228000,4),(1579,-195084000,3),(1579,-182383200,4),(1579,-163634400,3),(1579,-150933600,4),(1579,-132184800,3),(1579,-119484000,4),(1579,-100735200,3),(1579,-88034400,4),(1579,-68680800,3),(1579,-59004000,4),(1579,-37242000,6),(1579,57722400,8),(1579,69818400,4),(1579,89172001,3),(1579,101268002,4),(1579,120621602,3),(1579,132717603,4),(1579,152071203,3),(1579,164167204,4),(1579,183520804,3),(1579,196221605,4),(1579,214970405,3),(1579,227671206,4),(1579,246420006,3),(1579,259120807,4),(1579,278474407,3),(1579,290570408,4),(1579,309924008,3),(1579,322020009,4),(1579,341373609,3),(1579,354675609,7),(1579,372819610,8),(1579,386125210,7),(1579,404269211,8),(1579,417574811,7),(1579,435718812,8),(1579,449024412,7),(1579,467773212,8),(1579,481078812,7),(1579,499222813,8),(1579,512528413,7),(1579,530672413,8),(1579,543978013,7),(1579,562122013,8),(1579,575427614,7),(1579,593571614,8),(1579,606877214,7),(1579,625626014,8),(1579,638326815,7),(1579,657075615,8),(1579,670381216,7),(1579,688525216,8),(1579,701830816,7),(1579,719974817,8),(1579,733280417,7),(1579,751424418,8),(1579,764730018,7),(1579,782874019,8),(1579,796179619,7),(1579,814323619,8),(1579,820454420,5),(1579,828234020,7),(1579,846378020,8),(1579,859683620,7),(1579,877827621,8),(1579,891133221,7),(1579,909277221,8),(1579,922582822,7),(1579,941331622,8),(1579,954032422,7),(1579,972781222,8),(1579,985482022,7),(1579,1004230822,8),(1579,1017536422,7),(1579,1035680422,8),(1579,1048986022,7),(1579,1067130022,8),(1579,1080435622,7),(1579,1099184422,8),(1579,1111885222,7),(1579,1130634022,8),(1579,1143334823,7),(1579,1162083623,8),(1579,1174784423,7),(1579,1193533223,8),(1579,1206838823,7),(1579,1224982823,8),(1579,1238288424,7),(1579,1256432424,8),(1579,1269738024,7),(1579,1288486824,8),(1579,1301187624,7),(1579,1319936424,8),(1579,1332637224,7),(1579,1351386025,8),(1579,1364691625,7),(1579,1382835625,8),(1579,1396141225,7),(1579,1414285225,8),(1579,1427590825,7),(1579,1445734826,8),(1579,1459040426,7),(1579,1477789226,8),(1579,1490490027,7),(1579,1509238827,8),(1579,1521939627,7),(1579,1540688427,8),(1579,1553994027,7),(1579,1572138027,8),(1579,1585443627,7),(1579,1603587627,8),(1579,1616893227,7),(1579,1635642027,8),(1579,1648342827,7),(1579,1667091627,8),(1579,1679792427,7),(1579,1698541227,8),(1579,1711846827,7),(1579,1729990827,8),(1579,1743296427,7),(1579,1761440427,8),(1579,1774746027,7),(1579,1792890027,8),(1579,1806195627,7),(1579,1824944427,8),(1579,1837645227,7),(1579,1856394027,8),(1579,1869094827,7),(1579,1887843627,8),(1579,1901149227,7),(1579,1919293227,8),(1579,1932598827,7),(1579,1950742827,8),(1579,1964048427,7),(1579,1982797227,8),(1579,1995498027,7),(1579,2014246827,8),(1579,2026947627,7),(1579,2045696427,8),(1579,2058397227,7),(1579,2077146027,8),(1579,2090451627,7),(1579,2108595627,8),(1579,2121901227,7),(1579,2140045227,8),(1615,-1693700372,0),(1615,-1680484772,1),(1615,-1663453172,2),(1615,-1650147572,3),(1615,-1633213172,2),(1615,-1617488372,3),(1615,-1601158772,2),(1615,-1586038772,3),(1615,-1569709172,2),(1615,-1554589172,3),(1615,-1538259572,2),(1615,-1523139572,3),(1615,-1507501172,2),(1615,-1490566772,3),(1615,-1470176372,2),(1615,-1459117172,3),(1615,-1443997172,2),(1615,-1427667572,3),(1615,-1406672372,2),(1615,-1396217972,3),(1615,-1376950772,2),(1615,-1364768372,3),(1615,-1345414772,2),(1615,-1333318772,3),(1615,-1313792372,2),(1615,-1301264372,3),(1615,-1282256372,2),(1615,-1269814772,3),(1615,-1250720372,2),(1615,-1238365172,3),(1615,-1219184372,2),(1615,-1206915572,3),(1615,-1186957172,2),(1615,-1175465972,3),(1615,-1156025972,2),(1615,-1143411572,3),(1615,-1124489972,2),(1615,-1111961972,3),(1615,-1092953972,2),(1615,-1080512372,3),(1615,-1061331572,2),(1615,-1049062772,3),(1615,-1029190772,2),(1615,-1025745572,6),(1615,-1017613200,4),(1615,-998259600,5),(1615,-986163600,4),(1615,-966723600,5),(1615,-954109200,4),(1615,-935022000,9),(1615,-857257200,7),(1615,-844556400,8),(1615,-828226800,7),(1615,-812502000,8),(1615,-796777200,7),(1615,-781052400,8),(1615,-766623600,7),(1615,220921205,12),(1615,228877206,10),(1615,243997206,11),(1615,260326807,10),(1615,276051607,11),(1615,291776408,10),(1615,307501208,11),(1615,323830809,10),(1615,338950809,11),(1615,354675609,10),(1615,370400410,11),(1615,386125210,10),(1615,401850011,11),(1615,417574811,10),(1615,433299612,11),(1615,449024412,10),(1615,465354012,11),(1615,481078812,10),(1615,496803613,11),(1615,512528413,10),(1615,528253213,11),(1615,543978013,10),(1615,559702813,11),(1615,575427614,10),(1615,591152414,11),(1615,606877214,10),(1615,622602014,11),(1615,638326815,10),(1615,654656415,11),(1615,670381216,10),(1615,686106016,11),(1615,701830816,10),(1615,717555617,11),(1615,733280417,10),(1615,749005218,11),(1615,764730018,10),(1615,780454819,11),(1615,796179619,10),(1615,811904419,11),(1615,828234020,10),(1615,846378020,11),(1615,859683620,10),(1615,877827621,11),(1615,891133221,10),(1615,909277221,11),(1615,922582822,10),(1615,941331622,11),(1615,954032422,10),(1615,972781222,11),(1615,985482022,10),(1615,1004230822,11),(1615,1017536422,10),(1615,1035680422,11),(1615,1048986022,10),(1615,1067130022,11),(1615,1080435622,10),(1615,1099184422,11),(1615,1111885222,10),(1615,1130634022,11),(1615,1143334823,10),(1615,1162083623,11),(1615,1174784423,10),(1615,1193533223,11),(1615,1206838823,10),(1615,1224982823,11),(1615,1238288424,10),(1615,1256432424,11),(1615,1269738024,10),(1615,1288486824,11),(1615,1301187624,10),(1615,1319936424,11),(1615,1332637224,10),(1615,1351386025,11),(1615,1364691625,10),(1615,1382835625,11),(1615,1396141225,10),(1615,1414285225,11),(1615,1427590825,10),(1615,1445734826,11),(1615,1459040426,10),(1615,1477789226,11),(1615,1490490027,10),(1615,1509238827,11),(1615,1521939627,10),(1615,1540688427,11),(1615,1553994027,10),(1615,1572138027,11),(1615,1585443627,10),(1615,1603587627,11),(1615,1616893227,10),(1615,1635642027,11),(1615,1648342827,10),(1615,1667091627,11),(1615,1679792427,10),(1615,1698541227,11),(1615,1711846827,10),(1615,1729990827,11),(1615,1743296427,10),(1615,1761440427,11),(1615,1774746027,10),(1615,1792890027,11),(1615,1806195627,10),(1615,1824944427,11),(1615,1837645227,10),(1615,1856394027,11),(1615,1869094827,10),(1615,1887843627,11),(1615,1901149227,10),(1615,1919293227,11),(1615,1932598827,10),(1615,1950742827,11),(1615,1964048427,10),(1615,1982797227,11),(1615,1995498027,10),(1615,2014246827,11),(1615,2026947627,10),(1615,2045696427,11),(1615,2058397227,10),(1615,2077146027,11),(1615,2090451627,10),(1615,2108595627,11),(1615,2121901227,10),(1615,2140045227,11),(1616,-733881600,1),(1616,481078812,2),(1616,496803613,3),(1616,512528413,2),(1616,528253213,3),(1616,543978013,2),(1616,559702813,3),(1616,575427614,2),(1616,591152414,3),(1616,606877214,2),(1616,622602014,3),(1616,638326815,2),(1616,654656415,3),(1616,670381216,2),(1616,686106016,3),(1616,701830816,2),(1616,717555617,3),(1616,733280417,2),(1616,749005218,3),(1616,764730018,2),(1616,780454819,3),(1616,796179619,2),(1616,811904419,3),(1616,828234020,2),(1616,846378020,3),(1616,859683620,2),(1616,877827621,3),(1616,891133221,2),(1616,909277221,3),(1616,922582822,2),(1616,941331622,3),(1616,954032422,2),(1616,972781222,3),(1616,985482022,2),(1616,1004230822,3),(1616,1017536422,2),(1616,1035680422,3),(1616,1048986022,2),(1616,1067130022,3),(1616,1080435622,2),(1616,1099184422,3),(1616,1111885222,2),(1616,1130634022,3),(1616,1143334823,2),(1616,1162083623,3),(1616,1174784423,2),(1616,1193533223,3),(1616,1206838823,2),(1616,1224982823,3),(1616,1238288424,2),(1616,1256432424,3),(1616,1269738024,2),(1616,1288486824,3),(1616,1301187624,2),(1616,1319936424,3),(1616,1332637224,2),(1616,1351386025,3),(1616,1364691625,2),(1616,1382835625,3),(1616,1396141225,2),(1616,1414285225,3),(1616,1427590825,2),(1616,1445734826,3),(1616,1459040426,2),(1616,1477789226,3),(1616,1490490027,2),(1616,1509238827,3),(1616,1521939627,2),(1616,1540688427,3),(1616,1553994027,2),(1616,1572138027,3),(1616,1585443627,2),(1616,1603587627,3),(1616,1616893227,2),(1616,1635642027,3),(1616,1648342827,2),(1616,1667091627,3),(1616,1679792427,2),(1616,1698541227,3),(1616,1711846827,2),(1616,1729990827,3),(1616,1743296427,2),(1616,1761440427,3),(1616,1774746027,2),(1616,1792890027,3),(1616,1806195627,2),(1616,1824944427,3),(1616,1837645227,2),(1616,1856394027,3),(1616,1869094827,2),(1616,1887843627,3),(1616,1901149227,2),(1616,1919293227,3),(1616,1932598827,2),(1616,1950742827,3),(1616,1964048427,2),(1616,1982797227,3),(1616,1995498027,2),(1616,2014246827,3),(1616,2026947627,2),(1616,2045696427,3),(1616,2058397227,2),(1616,2077146027,3),(1616,2090451627,2),(1616,2108595627,3),(1616,2121901227,2),(1616,2140045227,3),(1617,-1441249932,1),(1617,-1247540400,3),(1617,354916809,2),(1617,370724410,3),(1617,386452810,2),(1617,402260411,3),(1617,417988811,2),(1617,433796412,3),(1617,449611212,2),(1617,465343212,4),(1617,481068012,5),(1617,496792813,4),(1617,512517613,5),(1617,528242413,4),(1617,543967213,5),(1617,559692013,4),(1617,575416814,5),(1617,591141614,4),(1617,606866414,6),(1617,622594814,7),(1617,638319615,6),(1617,654649215,7),(1617,670374016,4),(1617,701820016,6),(1617,717548417,7),(1617,733273217,6),(1617,748998018,7),(1617,764722818,6),(1617,780447619,7),(1617,796172419,6),(1617,811897219,7),(1617,828226820,6),(1617,846370820,7),(1617,859676420,6),(1617,877820421,7),(1617,891126021,6),(1617,909270021,7),(1617,922575622,6),(1617,941324422,7),(1617,954025222,6),(1617,972774022,7),(1617,985474822,6),(1617,1004223622,7),(1617,1017529222,6),(1617,1035673222,7),(1617,1048978822,6),(1617,1067122822,7),(1617,1080428422,6),(1617,1099177222,7),(1617,1111878022,6),(1617,1130626822,7),(1617,1143327623,6),(1617,1162076423,7),(1617,1174777223,6),(1617,1193526023,7),(1617,1206831623,6),(1617,1224975623,7),(1617,1238281224,6),(1617,1256425224,7),(1617,1269730824,6),(1617,1288479624,7),(1617,1301180424,4),(1617,1414274425,7),(1617,1459033226,4),(1618,-1686101632,2),(1618,-1182996000,1),(1618,-1178161200,2),(1618,-906861600,1),(1618,-904878000,4),(1618,-857257200,3),(1618,-844477200,4),(1618,-828237600,3),(1618,-812422800,2),(1618,-552362400,1),(1618,-541652400,2),(1618,166485604,5),(1618,186184804,6),(1618,198028805,5),(1618,213753605,6),(1618,228873606,5),(1618,244080006,6),(1618,260323207,5),(1618,275446807,2),(1618,291798008,1),(1618,307407608,2),(1618,323388009,1),(1618,338936409,2),(1618,354675609,7),(1618,370400410,8),(1618,386125210,7),(1618,401850011,8),(1618,417574811,7),(1618,433299612,8),(1618,449024412,7),(1618,465354012,8),(1618,481078812,7),(1618,496803613,8),(1618,512528413,7),(1618,528253213,8),(1618,543978013,7),(1618,559702813,8),(1618,575427614,7),(1618,591152414,8),(1618,606877214,7),(1618,622602014,8),(1618,638326815,7),(1618,654656415,8),(1618,670381216,7),(1618,686106016,8),(1618,701830816,7),(1618,717555617,8),(1618,733280417,7),(1618,749005218,8),(1618,764730018,7),(1618,780454819,8),(1618,796179619,7),(1618,811904419,8),(1618,828234020,7),(1618,846378020,8),(1618,859683620,7),(1618,877827621,8),(1618,891133221,7),(1618,909277221,8),(1618,922582822,7),(1618,941331622,8),(1618,954032422,7),(1618,972781222,8),(1618,985482022,7),(1618,1004230822,8),(1618,1017536422,7),(1618,1035680422,8),(1618,1048986022,7),(1618,1067130022,8),(1618,1080435622,7),(1618,1099184422,8),(1618,1111885222,7),(1618,1130634022,8),(1618,1143334823,7),(1618,1162083623,8),(1618,1174784423,7),(1618,1193533223,8),(1618,1206838823,7),(1618,1224982823,8),(1618,1238288424,7),(1618,1256432424,8),(1618,1269738024,7),(1618,1288486824,8),(1618,1301187624,7),(1618,1319936424,8),(1618,1332637224,7),(1618,1351386025,8),(1618,1364691625,7),(1618,1382835625,8),(1618,1396141225,7),(1618,1414285225,8),(1618,1427590825,7),(1618,1445734826,8),(1618,1459040426,7),(1618,1477789226,8),(1618,1490490027,7),(1618,1509238827,8),(1618,1521939627,7),(1618,1540688427,8),(1618,1553994027,7),(1618,1572138027,8),(1618,1585443627,7),(1618,1603587627,8),(1618,1616893227,7),(1618,1635642027,8),(1618,1648342827,7),(1618,1667091627,8),(1618,1679792427,7),(1618,1698541227,8),(1618,1711846827,7),(1618,1729990827,8),(1618,1743296427,7),(1618,1761440427,8),(1618,1774746027,7),(1618,1792890027,8),(1618,1806195627,7),(1618,1824944427,8),(1618,1837645227,7),(1618,1856394027,8),(1618,1869094827,7),(1618,1887843627,8),(1618,1901149227,7),(1618,1919293227,8),(1618,1932598827,7),(1618,1950742827,8),(1618,1964048427,7),(1618,1982797227,8),(1618,1995498027,7),(1618,2014246827,8),(1618,2026947627,7),(1618,2045696427,8),(1618,2058397227,7),(1618,2077146027,8),(1618,2090451627,7),(1618,2108595627,8),(1618,2121901227,7),(1618,2140045227,8),(1619,-1691964000,0),(1619,-1680472800,1),(1619,-1664143200,0),(1619,-1650146400,1),(1619,-1633903200,0),(1619,-1617487200,1),(1619,-1601848800,0),(1619,-1586037600,1),(1619,-1570399200,0),(1619,-1552168800,1),(1619,-1538344800,0),(1619,-1522533600,1),(1619,-1507500000,0),(1619,-1490565600,1),(1619,-1473631200,0),(1619,-1460930400,1),(1619,-1442786400,0),(1619,-1428876000,1),(1619,-1410732000,0),(1619,-1396216800,1),(1619,-1379282400,0),(1619,-1364767200,1),(1619,-1348437600,0),(1619,-1333317600,1),(1619,-1315778400,0),(1619,-1301263200,1),(1619,-1284328800,0),(1619,-1269813600,1),(1619,-1253484000,0),(1619,-1238364000,1),(1619,-1221429600,0),(1619,-1206914400,1),(1619,-1189980000,0),(1619,-1175464800,1),(1619,-1159135200,0),(1619,-1143410400,1),(1619,-1126476000,0),(1619,-1111960800,1),(1619,-1095631200,0),(1619,-1080511200,1),(1619,-1063576800,0),(1619,-1049061600,1),(1619,-1032127200,0),(1619,-1017612000,1),(1619,-1001282400,0),(1619,-986162400,1),(1619,-969228000,0),(1619,-950479200,1),(1619,-942012000,0),(1619,-904518000,2),(1619,-896050800,0),(1619,-875487600,2),(1619,-864601200,0),(1619,-844038000,2),(1619,-832546800,0),(1619,-812588400,2),(1619,-798073200,0),(1619,-781052400,2),(1619,-772066800,0),(1619,-764805600,1),(1619,-748476000,0),(1619,-733356000,1),(1619,-719445600,0),(1619,-717030000,2),(1619,-706748400,0),(1619,-699487200,1),(1619,-687996000,0),(1619,-668037600,1),(1619,-654732000,0),(1619,-636588000,1),(1619,-622072800,0),(1619,-605743200,1),(1619,-590623200,0),(1619,-574293600,1),(1619,-558568800,0),(1619,-542239200,1),(1619,-527119200,0),(1619,-512604000,1),(1619,-496274400,0),(1619,-481154400,1),(1619,-464220000,0),(1619,-449704800,1),(1619,-432165600,0),(1619,-417650400,1),(1619,-401320800,0),(1619,-386200800,1),(1619,-369266400,0),(1619,-354751200,1),(1619,-337816800,0),(1619,-323301600,1),(1619,-306972000,0),(1619,-291852000,1),(1619,-276732000,0),(1619,-257983200,1),(1619,-245282400,0),(1619,-226533600,1),(1619,-213228000,0),(1619,-195084000,1),(1619,-182383200,0),(1619,-163634400,1),(1619,-150933600,0),(1619,-132184800,1),(1619,-119484000,0),(1619,-100735200,1),(1619,-88034400,0),(1619,-68680800,1),(1619,-59004000,0),(1619,-37242000,3),(1619,57722400,5),(1619,69818400,0),(1619,89172001,1),(1619,101268002,0),(1619,120621602,1),(1619,132717603,0),(1619,152071203,1),(1619,164167204,0),(1619,183520804,1),(1619,196221605,0),(1619,214970405,1),(1619,227671206,0),(1619,246420006,1),(1619,259120807,0),(1619,278474407,1),(1619,290570408,0),(1619,309924008,1),(1619,322020009,0),(1619,341373609,1),(1619,354675609,4),(1619,372819610,5),(1619,386125210,4),(1619,404269211,5),(1619,417574811,4),(1619,435718812,5),(1619,449024412,4),(1619,467773212,5),(1619,481078812,4),(1619,499222813,5),(1619,512528413,4),(1619,530672413,5),(1619,543978013,4),(1619,562122013,5),(1619,575427614,4),(1619,593571614,5),(1619,606877214,4),(1619,625626014,5),(1619,638326815,4),(1619,657075615,5),(1619,670381216,4),(1619,688525216,5),(1619,701830816,4),(1619,719974817,5),(1619,733280417,4),(1619,751424418,5),(1619,764730018,4),(1619,782874019,5),(1619,796179619,4),(1619,814323619,5),(1619,820454420,6),(1619,828234020,4),(1619,846378020,5),(1619,859683620,4),(1619,877827621,5),(1619,891133221,4),(1619,909277221,5),(1619,922582822,4),(1619,941331622,5),(1619,954032422,4),(1619,972781222,5),(1619,985482022,4),(1619,1004230822,5),(1619,1017536422,4),(1619,1035680422,5),(1619,1048986022,4),(1619,1067130022,5),(1619,1080435622,4),(1619,1099184422,5),(1619,1111885222,4),(1619,1130634022,5),(1619,1143334823,4),(1619,1162083623,5),(1619,1174784423,4),(1619,1193533223,5),(1619,1206838823,4),(1619,1224982823,5),(1619,1238288424,4),(1619,1256432424,5),(1619,1269738024,4),(1619,1288486824,5),(1619,1301187624,4),(1619,1319936424,5),(1619,1332637224,4),(1619,1351386025,5),(1619,1364691625,4),(1619,1382835625,5),(1619,1396141225,4),(1619,1414285225,5),(1619,1427590825,4),(1619,1445734826,5),(1619,1459040426,4),(1619,1477789226,5),(1619,1490490027,4),(1619,1509238827,5),(1619,1521939627,4),(1619,1540688427,5),(1619,1553994027,4),(1619,1572138027,5),(1619,1585443627,4),(1619,1603587627,5),(1619,1616893227,4),(1619,1635642027,5),(1619,1648342827,4),(1619,1667091627,5),(1619,1679792427,4),(1619,1698541227,5),(1619,1711846827,4),(1619,1729990827,5),(1619,1743296427,4),(1619,1761440427,5),(1619,1774746027,4),(1619,1792890027,5),(1619,1806195627,4),(1619,1824944427,5),(1619,1837645227,4),(1619,1856394027,5),(1619,1869094827,4),(1619,1887843627,5),(1619,1901149227,4),(1619,1919293227,5),(1619,1932598827,4),(1619,1950742827,5),(1619,1964048427,4),(1619,1982797227,5),(1619,1995498027,4),(1619,2014246827,5),(1619,2026947627,4),(1619,2045696427,5),(1619,2058397227,4),(1619,2077146027,5),(1619,2090451627,4),(1619,2108595627,5),(1619,2121901227,4),(1619,2140045227,5),(1620,-905824800,3),(1620,-857257200,1),(1620,-844556400,2),(1620,-828226800,1),(1620,-812502000,2),(1620,-796777200,1),(1620,-788922000,0),(1620,-777942000,2),(1620,-766623600,1),(1620,407199611,0),(1620,417574811,4),(1620,433299612,5),(1620,449024412,4),(1620,465354012,5),(1620,481078812,4),(1620,496803613,5),(1620,512528413,4),(1620,528253213,5),(1620,543978013,4),(1620,559702813,5),(1620,575427614,4),(1620,591152414,5),(1620,606877214,4),(1620,622602014,5),(1620,638326815,4),(1620,654656415,5),(1620,670381216,4),(1620,686106016,5),(1620,701830816,4),(1620,717555617,5),(1620,733280417,4),(1620,749005218,5),(1620,764730018,4),(1620,780454819,5),(1620,796179619,4),(1620,811904419,5),(1620,828234020,4),(1620,846378020,5),(1620,859683620,4),(1620,877827621,5),(1620,891133221,4),(1620,909277221,5),(1620,922582822,4),(1620,941331622,5),(1620,954032422,4),(1620,972781222,5),(1620,985482022,4),(1620,1004230822,5),(1620,1017536422,4),(1620,1035680422,5),(1620,1048986022,4),(1620,1067130022,5),(1620,1080435622,4),(1620,1099184422,5),(1620,1111885222,4),(1620,1130634022,5),(1620,1143334823,4),(1620,1162083623,5),(1620,1174784423,4),(1620,1193533223,5),(1620,1206838823,4),(1620,1224982823,5),(1620,1238288424,4),(1620,1256432424,5),(1620,1269738024,4),(1620,1288486824,5),(1620,1301187624,4),(1620,1319936424,5),(1620,1332637224,4),(1620,1351386025,5),(1620,1364691625,4),(1620,1382835625,5),(1620,1396141225,4),(1620,1414285225,5),(1620,1427590825,4),(1620,1445734826,5),(1620,1459040426,4),(1620,1477789226,5),(1620,1490490027,4),(1620,1509238827,5),(1620,1521939627,4),(1620,1540688427,5),(1620,1553994027,4),(1620,1572138027,5),(1620,1585443627,4),(1620,1603587627,5),(1620,1616893227,4),(1620,1635642027,5),(1620,1648342827,4),(1620,1667091627,5),(1620,1679792427,4),(1620,1698541227,5),(1620,1711846827,4),(1620,1729990827,5),(1620,1743296427,4),(1620,1761440427,5),(1620,1774746027,4),(1620,1792890027,5),(1620,1806195627,4),(1620,1824944427,5),(1620,1837645227,4),(1620,1856394027,5),(1620,1869094827,4),(1620,1887843627,5),(1620,1901149227,4),(1620,1919293227,5),(1620,1932598827,4),(1620,1950742827,5),(1620,1964048427,4),(1620,1982797227,5),(1620,1995498027,4),(1620,2014246827,5),(1620,2026947627,4),(1620,2045696427,5),(1620,2058397227,4),(1620,2077146027,5),(1620,2090451627,4),(1620,2108595627,5),(1620,2121901227,4),(1620,2140045227,5),(1621,-1693706400,0),(1621,-1680483600,1),(1621,-1663455600,2),(1621,-1650150000,3),(1621,-1632006000,2),(1621,-1618700400,3),(1621,-938905200,2),(1621,-857257200,3),(1621,-844556400,2),(1621,-828226800,3),(1621,-812502000,2),(1621,-796777200,3),(1621,-781052400,2),(1621,-776563200,4),(1621,-765936000,0),(1621,-761180400,3),(1621,-757386000,1),(1621,-748479600,2),(1621,-733273200,3),(1621,-717631200,2),(1621,-714610800,5),(1621,-710380800,0),(1621,-701910000,3),(1621,-684975600,2),(1621,-670460400,3),(1621,-654130800,2),(1621,-639010800,3),(1621,315529208,1),(1621,323830809,6),(1621,338950809,7),(1621,354675609,6),(1621,370400410,7),(1621,386125210,6),(1621,401850011,7),(1621,417574811,6),(1621,433299612,7),(1621,449024412,6),(1621,465354012,7),(1621,481078812,6),(1621,496803613,7),(1621,512528413,6),(1621,528253213,7),(1621,543978013,6),(1621,559702813,7),(1621,575427614,6),(1621,591152414,7),(1621,606877214,6),(1621,622602014,7),(1621,638326815,6),(1621,654656415,7),(1621,670381216,6),(1621,686106016,7),(1621,701830816,6),(1621,717555617,7),(1621,733280417,6),(1621,749005218,7),(1621,764730018,6),(1621,780454819,7),(1621,796179619,6),(1621,811904419,7),(1621,828234020,6),(1621,846378020,7),(1621,859683620,6),(1621,877827621,7),(1621,891133221,6),(1621,909277221,7),(1621,922582822,6),(1621,941331622,7),(1621,954032422,6),(1621,972781222,7),(1621,985482022,6),(1621,1004230822,7),(1621,1017536422,6),(1621,1035680422,7),(1621,1048986022,6),(1621,1067130022,7),(1621,1080435622,6),(1621,1099184422,7),(1621,1111885222,6),(1621,1130634022,7),(1621,1143334823,6),(1621,1162083623,7),(1621,1174784423,6),(1621,1193533223,7),(1621,1206838823,6),(1621,1224982823,7),(1621,1238288424,6),(1621,1256432424,7),(1621,1269738024,6),(1621,1288486824,7),(1621,1301187624,6),(1621,1319936424,7),(1621,1332637224,6),(1621,1351386025,7),(1621,1364691625,6),(1621,1382835625,7),(1621,1396141225,6),(1621,1414285225,7),(1621,1427590825,6),(1621,1445734826,7),(1621,1459040426,6),(1621,1477789226,7),(1621,1490490027,6),(1621,1509238827,7),(1621,1521939627,6),(1621,1540688427,7),(1621,1553994027,6),(1621,1572138027,7),(1621,1585443627,6),(1621,1603587627,7),(1621,1616893227,6),(1621,1635642027,7),(1621,1648342827,6),(1621,1667091627,7),(1621,1679792427,6),(1621,1698541227,7),(1621,1711846827,6),(1621,1729990827,7),(1621,1743296427,6),(1621,1761440427,7),(1621,1774746027,6),(1621,1792890027,7),(1621,1806195627,6),(1621,1824944427,7),(1621,1837645227,6),(1621,1856394027,7),(1621,1869094827,6),(1621,1887843627,7),(1621,1901149227,6),(1621,1919293227,7),(1621,1932598827,6),(1621,1950742827,7),(1621,1964048427,6),(1621,1982797227,7),(1621,1995498027,6),(1621,2014246827,7),(1621,2026947627,6),(1621,2045696427,7),(1621,2058397227,6),(1621,2077146027,7),(1621,2090451627,6),(1621,2108595627,7),(1621,2121901227,6),(1621,2140045227,7),(1622,-1693706400,0),(1622,-1680483600,1),(1622,-1663455600,2),(1622,-1650150000,3),(1622,-1632006000,2),(1622,-1618700400,3),(1622,-938905200,2),(1622,-857257200,3),(1622,-844556400,2),(1622,-828226800,3),(1622,-812502000,2),(1622,-796777200,3),(1622,-781052400,2),(1622,-777866400,0),(1622,-765327600,3),(1622,-746578800,2),(1622,-733359600,3),(1622,-728517600,4),(1622,-721260000,1),(1622,-716425200,2),(1622,-701910000,3),(1622,-684975600,2),(1622,-670460400,3),(1622,-654217200,2),(1622,-639010800,3),(1622,283993207,1),(1622,291776408,5),(1622,307501208,6),(1622,323830809,5),(1622,338950809,6),(1622,354675609,5),(1622,370400410,6),(1622,386125210,5),(1622,401850011,6),(1622,417574811,5),(1622,433299612,6),(1622,449024412,5),(1622,465354012,6),(1622,481078812,5),(1622,496803613,6),(1622,512528413,5),(1622,528253213,6),(1622,543978013,5),(1622,559702813,6),(1622,575427614,5),(1622,591152414,6),(1622,606877214,5),(1622,622602014,6),(1622,638326815,5),(1622,654656415,6),(1622,670381216,5),(1622,686106016,6),(1622,701830816,5),(1622,717555617,6),(1622,733280417,5),(1622,749005218,6),(1622,764730018,5),(1622,780454819,6),(1622,796179619,5),(1622,811904419,6),(1622,828234020,5),(1622,846378020,6),(1622,859683620,5),(1622,877827621,6),(1622,891133221,5),(1622,909277221,6),(1622,922582822,5),(1622,941331622,6),(1622,954032422,5),(1622,972781222,6),(1622,985482022,5),(1622,1004230822,6),(1622,1017536422,5),(1622,1035680422,6),(1622,1048986022,5),(1622,1067130022,6),(1622,1080435622,5),(1622,1099184422,6),(1622,1111885222,5),(1622,1130634022,6),(1622,1143334823,5),(1622,1162083623,6),(1622,1174784423,5),(1622,1193533223,6),(1622,1206838823,5),(1622,1224982823,6),(1622,1238288424,5),(1622,1256432424,6),(1622,1269738024,5),(1622,1288486824,6),(1622,1301187624,5),(1622,1319936424,6),(1622,1332637224,5),(1622,1351386025,6),(1622,1364691625,5),(1622,1382835625,6),(1622,1396141225,5),(1622,1414285225,6),(1622,1427590825,5),(1622,1445734826,6),(1622,1459040426,5),(1622,1477789226,6),(1622,1490490027,5),(1622,1509238827,6),(1622,1521939627,5),(1622,1540688427,6),(1622,1553994027,5),(1622,1572138027,6),(1622,1585443627,5),(1622,1603587627,6),(1622,1616893227,5),(1622,1635642027,6),(1622,1648342827,5),(1622,1667091627,6),(1622,1679792427,5),(1622,1698541227,6),(1622,1711846827,5),(1622,1729990827,6),(1622,1743296427,5),(1622,1761440427,6),(1622,1774746027,5),(1622,1792890027,6),(1622,1806195627,5),(1622,1824944427,6),(1622,1837645227,5),(1622,1856394027,6),(1622,1869094827,5),(1622,1887843627,6),(1622,1901149227,5),(1622,1919293227,6),(1622,1932598827,5),(1622,1950742827,6),(1622,1964048427,5),(1622,1982797227,6),(1622,1995498027,5),(1622,2014246827,6),(1622,2026947627,5),(1622,2045696427,6),(1622,2058397227,5),(1622,2077146027,6),(1622,2090451627,5),(1622,2108595627,6),(1622,2121901227,5),(1622,2140045227,6),(1623,-1740355200,1),(1623,-1693702800,4),(1623,-1680483600,1),(1623,-1663455600,2),(1623,-1650150000,3),(1623,-1632006000,2),(1623,-1618700400,3),(1623,-1613826000,7),(1623,-1604278800,5),(1623,-1585530000,6),(1623,-1574038800,5),(1623,-1552266000,6),(1623,-1539997200,5),(1623,-1520557200,6),(1623,-1507510800,5),(1623,-1490576400,6),(1623,-1473642000,5),(1623,-1459126800,6),(1623,-1444006800,5),(1623,-1427677200,6),(1623,-1411952400,5),(1623,-1396227600,6),(1623,-1379293200,5),(1623,-1364778000,6),(1623,-1348448400,5),(1623,-1333328400,6),(1623,-1316394000,5),(1623,-1301263200,6),(1623,-1284328800,5),(1623,-1269813600,6),(1623,-1253484000,5),(1623,-1238364000,6),(1623,-1221429600,5),(1623,-1206914400,6),(1623,-1191189600,5),(1623,-1175464800,6),(1623,-1160344800,5),(1623,-1143410400,6),(1623,-1127685600,5),(1623,-1111960800,6),(1623,-1096840800,5),(1623,-1080511200,6),(1623,-1063576800,5),(1623,-1049061600,6),(1623,-1033336800,5),(1623,-1017612000,6),(1623,-1002492000,5),(1623,-986162400,6),(1623,-969228000,5),(1623,-950479200,6),(1623,-942012000,5),(1623,-934668000,2),(1623,-857257200,3),(1623,-844556400,2),(1623,-828226800,3),(1623,-812502000,2),(1623,-799293600,4),(1623,-798073200,3),(1623,-781052400,2),(1623,-766623600,3),(1623,-745455600,2),(1623,-733273200,3),(1623,220921205,1),(1623,228877206,8),(1623,243997206,9),(1623,260326807,8),(1623,276051607,9),(1623,291776408,8),(1623,307501208,9),(1623,323830809,8),(1623,338950809,9),(1623,354675609,8),(1623,370400410,9),(1623,386125210,8),(1623,401850011,9),(1623,417574811,8),(1623,433299612,9),(1623,449024412,8),(1623,465354012,9),(1623,481078812,8),(1623,496803613,9),(1623,512528413,8),(1623,528253213,9),(1623,543978013,8),(1623,559702813,9),(1623,575427614,8),(1623,591152414,9),(1623,606877214,8),(1623,622602014,9),(1623,638326815,8),(1623,654656415,9),(1623,670381216,8),(1623,686106016,9),(1623,701830816,8),(1623,717555617,9),(1623,733280417,8),(1623,749005218,9),(1623,764730018,8),(1623,780454819,9),(1623,796179619,8),(1623,811904419,9),(1623,828234020,8),(1623,846378020,9),(1623,859683620,8),(1623,877827621,9),(1623,891133221,8),(1623,909277221,9),(1623,922582822,8),(1623,941331622,9),(1623,954032422,8),(1623,972781222,9),(1623,985482022,8),(1623,1004230822,9),(1623,1017536422,8),(1623,1035680422,9),(1623,1048986022,8),(1623,1067130022,9),(1623,1080435622,8),(1623,1099184422,9),(1623,1111885222,8),(1623,1130634022,9),(1623,1143334823,8),(1623,1162083623,9),(1623,1174784423,8),(1623,1193533223,9),(1623,1206838823,8),(1623,1224982823,9),(1623,1238288424,8),(1623,1256432424,9),(1623,1269738024,8),(1623,1288486824,9),(1623,1301187624,8),(1623,1319936424,9),(1623,1332637224,8),(1623,1351386025,9),(1623,1364691625,8),(1623,1382835625,9),(1623,1396141225,8),(1623,1414285225,9),(1623,1427590825,8),(1623,1445734826,9),(1623,1459040426,8),(1623,1477789226,9),(1623,1490490027,8),(1623,1509238827,9),(1623,1521939627,8),(1623,1540688427,9),(1623,1553994027,8),(1623,1572138027,9),(1623,1585443627,8),(1623,1603587627,9),(1623,1616893227,8),(1623,1635642027,9),(1623,1648342827,8),(1623,1667091627,9),(1623,1679792427,8),(1623,1698541227,9),(1623,1711846827,8),(1623,1729990827,9),(1623,1743296427,8),(1623,1761440427,9),(1623,1774746027,8),(1623,1792890027,9),(1623,1806195627,8),(1623,1824944427,9),(1623,1837645227,8),(1623,1856394027,9),(1623,1869094827,8),(1623,1887843627,9),(1623,1901149227,8),(1623,1919293227,9),(1623,1932598827,8),(1623,1950742827,9),(1623,1964048427,8),(1623,1982797227,9),(1623,1995498027,8),(1623,2014246827,9),(1623,2026947627,8),(1623,2045696427,9),(1623,2058397227,8),(1623,2077146027,9),(1623,2090451627,8),(1623,2108595627,9),(1623,2121901227,8),(1623,2140045227,9),(1624,-1213148664,4),(1624,-1187056800,1),(1624,-1175479200,2),(1624,-1159754400,1),(1624,-1144029600,2),(1624,-1127700000,1),(1624,-1111975200,2),(1624,-1096250400,1),(1624,-1080525600,2),(1624,-1064800800,1),(1624,-1049076000,2),(1624,-1033351200,1),(1624,-1017626400,2),(1624,-1001901600,1),(1624,-986176800,2),(1624,-970452000,1),(1624,-954727200,2),(1624,296604008,3),(1624,307486808,4),(1624,323816409,3),(1624,338940009,4),(1624,354672009,1),(1624,370396810,2),(1624,386121610,1),(1624,401846411,2),(1624,417571211,1),(1624,433296012,2),(1624,449020812,1),(1624,465350412,2),(1624,481075212,1),(1624,496800013,2),(1624,512524813,1),(1624,528249613,2),(1624,543974413,1),(1624,559699213,2),(1624,575424014,1),(1624,591148814,2),(1624,606873614,1),(1624,622598414,2),(1624,638323215,1),(1624,654652815,2),(1624,662680815,4),(1624,670370416,1),(1624,686095216,2),(1624,701820016,1),(1624,717544817,2),(1624,733269617,1),(1624,748994418,2),(1624,757375218,4),(1624,764719218,3),(1624,780440419,4),(1624,796168819,3),(1624,811890019,4),(1624,828223220,3),(1624,846363620,4),(1624,859683620,5),(1624,877827621,6),(1624,891133221,5),(1624,909277221,6),(1624,922582822,5),(1624,941331622,6),(1624,954032422,5),(1624,972781222,6),(1624,985482022,5),(1624,1004230822,6),(1624,1017536422,5),(1624,1035680422,6),(1624,1048986022,5),(1624,1067130022,6),(1624,1080435622,5),(1624,1099184422,6),(1624,1111885222,5),(1624,1130634022,6),(1624,1143334823,5),(1624,1162083623,6),(1624,1174784423,5),(1624,1193533223,6),(1624,1206838823,5),(1624,1224982823,6),(1624,1238288424,5),(1624,1256432424,6),(1624,1269738024,5),(1624,1288486824,6),(1624,1301187624,5),(1624,1319936424,6),(1624,1332637224,5),(1624,1351386025,6),(1624,1364691625,5),(1624,1382835625,6),(1624,1396141225,5),(1624,1414285225,6),(1624,1427590825,5),(1624,1445734826,6),(1624,1459040426,5),(1624,1477789226,6),(1624,1490490027,5),(1624,1509238827,6),(1624,1521939627,5),(1624,1540688427,6),(1624,1553994027,5),(1624,1572138027,6),(1624,1585443627,5),(1624,1603587627,6),(1624,1616893227,5),(1624,1635642027,6),(1624,1648342827,5),(1624,1667091627,6),(1624,1679792427,5),(1624,1698541227,6),(1624,1711846827,5),(1624,1729990827,6),(1624,1743296427,5),(1624,1761440427,6),(1624,1774746027,5),(1624,1792890027,6),(1624,1806195627,5),(1624,1824944427,6),(1624,1837645227,5),(1624,1856394027,6),(1624,1869094827,5),(1624,1887843627,6),(1624,1901149227,5),(1624,1919293227,6),(1624,1932598827,5),(1624,1950742827,6),(1624,1964048427,5),(1624,1982797227,6),(1624,1995498027,5),(1624,2014246827,6),(1624,2026947627,5),(1624,2045696427,6),(1624,2058397227,5),(1624,2077146027,6),(1624,2090451627,5),(1624,2108595627,6),(1624,2121901227,5),(1624,2140045227,6),(1625,-1693706400,0),(1625,-1680483600,1),(1625,-1663455600,2),(1625,-1650150000,3),(1625,-1640998800,1),(1625,-1632006000,0),(1625,-1618700400,1),(1625,-1600470000,0),(1625,-1587250800,1),(1625,-1569711600,0),(1625,-1555196400,1),(1625,-906775200,0),(1625,-857257200,3),(1625,-844556400,2),(1625,-828226800,3),(1625,-812502000,2),(1625,-796777200,3),(1625,-788922000,1),(1625,-778471200,0),(1625,-762656400,1),(1625,-749689200,2),(1625,-733276800,1),(1625,-717634800,2),(1625,-701910000,3),(1625,-686185200,2),(1625,-670460400,3),(1625,-654130800,2),(1625,-639010800,3),(1625,-492656400,0),(1625,-481168800,1),(1625,-461199600,0),(1625,-449708400,1),(1625,-428540400,0),(1625,-418258800,1),(1625,-397090800,0),(1625,-386809200,1),(1625,323823609,0),(1625,338943609,1),(1625,354668409,0),(1625,370393210,1),(1625,386118010,0),(1625,401842811,1),(1625,417567611,0),(1625,433292412,1),(1625,449024412,4),(1625,465354012,5),(1625,481078812,4),(1625,496803613,5),(1625,512528413,4),(1625,528253213,5),(1625,543978013,4),(1625,559702813,5),(1625,575427614,4),(1625,591152414,5),(1625,606877214,4),(1625,622602014,5),(1625,638326815,4),(1625,654656415,5),(1625,670381216,4),(1625,686106016,5),(1625,701830816,4),(1625,717555617,5),(1625,733280417,4),(1625,749005218,5),(1625,764730018,4),(1625,780454819,5),(1625,796179619,4),(1625,811904419,5),(1625,828234020,4),(1625,846378020,5),(1625,859683620,4),(1625,877827621,5),(1625,891133221,4),(1625,909277221,5),(1625,922582822,4),(1625,941331622,5),(1625,954032422,4),(1625,972781222,5),(1625,985482022,4),(1625,1004230822,5),(1625,1017536422,4),(1625,1035680422,5),(1625,1048986022,4),(1625,1067130022,5),(1625,1080435622,4),(1625,1099184422,5),(1625,1111885222,4),(1625,1130634022,5),(1625,1143334823,4),(1625,1162083623,5),(1625,1174784423,4),(1625,1193533223,5),(1625,1206838823,4),(1625,1224982823,5),(1625,1238288424,4),(1625,1256432424,5),(1625,1269738024,4),(1625,1288486824,5),(1625,1301187624,4),(1625,1319936424,5),(1625,1332637224,4),(1625,1351386025,5),(1625,1364691625,4),(1625,1382835625,5),(1625,1396141225,4),(1625,1414285225,5),(1625,1427590825,4),(1625,1445734826,5),(1625,1459040426,4),(1625,1477789226,5),(1625,1490490027,4),(1625,1509238827,5),(1625,1521939627,4),(1625,1540688427,5),(1625,1553994027,4),(1625,1572138027,5),(1625,1585443627,4),(1625,1603587627,5),(1625,1616893227,4),(1625,1635642027,5),(1625,1648342827,4),(1625,1667091627,5),(1625,1679792427,4),(1625,1698541227,5),(1625,1711846827,4),(1625,1729990827,5),(1625,1743296427,4),(1625,1761440427,5),(1625,1774746027,4),(1625,1792890027,5),(1625,1806195627,4),(1625,1824944427,5),(1625,1837645227,4),(1625,1856394027,5),(1625,1869094827,4),(1625,1887843627,5),(1625,1901149227,4),(1625,1919293227,5),(1625,1932598827,4),(1625,1950742827,5),(1625,1964048427,4),(1625,1982797227,5),(1625,1995498027,4),(1625,2014246827,5),(1625,2026947627,4),(1625,2045696427,5),(1625,2058397227,4),(1625,2077146027,5),(1625,2090451627,4),(1625,2108595627,5),(1625,2121901227,4),(1625,2140045227,5),(1626,-904435200,0),(1626,-891129600,1),(1626,-872985600,0),(1626,-859680000,1),(1626,354675609,2),(1626,370400410,3),(1626,386125210,2),(1626,401850011,3),(1626,417574811,2),(1626,433299612,3),(1626,449024412,2),(1626,465354012,3),(1626,481078812,2),(1626,496803613,3),(1626,512528413,2),(1626,528253213,3),(1626,543978013,2),(1626,559702813,3),(1626,575427614,2),(1626,591152414,3),(1626,606877214,2),(1626,622602014,3),(1626,638326815,2),(1626,654656415,3),(1626,670381216,2),(1626,686106016,3),(1626,701830816,2),(1626,717555617,3),(1626,733280417,2),(1626,749005218,3),(1626,764730018,2),(1626,780454819,3),(1626,796179619,2),(1626,811904419,3),(1626,828234020,2),(1626,846378020,3),(1626,859683620,2),(1626,877827621,3),(1626,891133221,2),(1626,909277221,3),(1626,922582822,2),(1626,941331622,3),(1626,954032422,2),(1626,972781222,3),(1626,985482022,2),(1626,1004230822,3),(1626,1017536422,2),(1626,1035680422,3),(1626,1048986022,2),(1626,1067130022,3),(1626,1080435622,2),(1626,1099184422,3),(1626,1111885222,2),(1626,1130634022,3),(1626,1143334823,2),(1626,1162083623,3),(1626,1174784423,2),(1626,1193533223,3),(1626,1206838823,2),(1626,1224982823,3),(1626,1238288424,2),(1626,1256432424,3),(1626,1269738024,2),(1626,1288486824,3),(1626,1301187624,2),(1626,1319936424,3),(1626,1332637224,2),(1626,1351386025,3),(1626,1364691625,2),(1626,1382835625,3),(1626,1396141225,2),(1626,1414285225,3),(1626,1427590825,2),(1626,1445734826,3),(1626,1459040426,2),(1626,1477789226,3),(1626,1490490027,2),(1626,1509238827,3),(1626,1521939627,2),(1626,1540688427,3),(1626,1553994027,2),(1626,1572138027,3),(1626,1585443627,2),(1626,1603587627,3),(1626,1616893227,2),(1626,1635642027,3),(1626,1648342827,2),(1626,1667091627,3),(1626,1679792427,2),(1626,1698541227,3),(1626,1711846827,2),(1626,1729990827,3),(1626,1743296427,2),(1626,1761440427,3),(1626,1774746027,2),(1626,1792890027,3),(1626,1806195627,2),(1626,1824944427,3),(1626,1837645227,2),(1626,1856394027,3),(1626,1869094827,2),(1626,1887843627,3),(1626,1901149227,2),(1626,1919293227,3),(1626,1932598827,2),(1626,1950742827,3),(1626,1964048427,2),(1626,1982797227,3),(1626,1995498027,2),(1626,2014246827,3),(1626,2026947627,2),(1626,2045696427,3),(1626,2058397227,2),(1626,2077146027,3),(1626,2090451627,2),(1626,2108595627,3),(1626,2121901227,2),(1626,2140045227,3),(1627,-1637114100,1),(1627,-1213148664,4),(1627,-1187056800,2),(1627,-1175479200,3),(1627,-1159754400,2),(1627,-1144029600,3),(1627,-1127700000,2),(1627,-1111975200,3),(1627,-1096250400,2),(1627,-1080525600,3),(1627,-1064800800,2),(1627,-1049076000,3),(1627,-1033351200,2),(1627,-1017626400,3),(1627,-1001901600,2),(1627,-986176800,3),(1627,-970452000,2),(1627,-954727200,3),(1627,-927165600,5),(1627,-898138800,8),(1627,-857257200,6),(1627,-844556400,7),(1627,-828226800,6),(1627,-812502000,7),(1627,-800157600,10),(1627,354920409,9),(1627,370728010,10),(1627,386456410,9),(1627,402264011,10),(1627,417992411,9),(1627,433800012,10),(1627,449614812,9),(1627,465346812,11),(1627,481071612,12),(1627,496796413,11),(1627,512521213,12),(1627,528246013,11),(1627,543970813,12),(1627,559695613,11),(1627,575420414,12),(1627,591145214,11),(1627,606870014,12),(1627,622594814,11),(1627,638319615,12),(1627,641944815,5),(1627,654652815,3),(1627,670377616,2),(1627,686102416,3),(1627,694216816,4),(1627,701820016,5),(1627,717541217,4),(1627,733269617,5),(1627,748990818,4),(1627,764719218,5),(1627,780440419,4),(1627,796168819,5),(1627,811890019,4),(1627,828223220,5),(1627,846363620,4),(1627,859680020,5),(1627,877824021,4),(1627,891129621,5),(1627,909273621,4),(1627,922579222,5),(1627,941328022,4),(1627,954028822,5),(1627,972777622,4),(1627,985478422,5),(1627,1004227222,4),(1627,1017532822,5),(1627,1035676822,4),(1627,1048982422,5),(1627,1067126422,4),(1627,1080432022,5),(1627,1099180822,4),(1627,1111881622,5),(1627,1130630422,4),(1627,1143331223,5),(1627,1162080023,4),(1627,1174780823,5),(1627,1193529623,4),(1627,1206835223,5),(1627,1224979223,4),(1627,1238284824,5),(1627,1256428824,4),(1627,1269734424,5),(1627,1288483224,4),(1627,1301184024,5),(1627,1319932824,4),(1627,1332633624,5),(1627,1351382425,4),(1627,1364688025,5),(1627,1382832025,4),(1627,1396137625,5),(1627,1414281625,4),(1627,1427587225,5),(1627,1445731226,4),(1627,1459036826,5),(1627,1477785626,4),(1627,1490486427,5),(1627,1509235227,4),(1627,1521936027,5),(1627,1540684827,4),(1627,1553990427,5),(1627,1572134427,4),(1627,1585440027,5),(1627,1603584027,4),(1627,1616889627,5),(1627,1635638427,4),(1627,1648339227,5),(1627,1667088027,4),(1627,1679788827,5),(1627,1698537627,4),(1627,1711843227,5),(1627,1729987227,4),(1627,1743292827,5),(1627,1761436827,4),(1627,1774742427,5),(1627,1792886427,4),(1627,1806192027,5),(1627,1824940827,4),(1627,1837641627,5),(1627,1856390427,4),(1627,1869091227,5),(1627,1887840027,4),(1627,1901145627,5),(1627,1919289627,4),(1627,1932595227,5),(1627,1950739227,4),(1627,1964044827,5),(1627,1982793627,4),(1627,1995494427,5),(1627,2014243227,4),(1627,2026944027,5),(1627,2045692827,4),(1627,2058393627,5),(1627,2077142427,4),(1627,2090448027,5),(1627,2108592027,4),(1627,2121897627,5),(1627,2140041627,4),(1628,-1692496800,0),(1628,-1680490800,1),(1628,-935110800,0),(1628,-857257200,2),(1628,-844556400,3),(1628,-828226800,2),(1628,-812502000,3),(1628,-796777200,2),(1628,-781052400,3),(1628,-769388400,2),(1628,-747010800,3),(1628,-736383600,2),(1628,-715215600,3),(1628,-706748400,2),(1628,-683161200,3),(1628,-675298800,2),(1628,315529208,1),(1628,323830809,4),(1628,338950809,5),(1628,354675609,4),(1628,370400410,5),(1628,386125210,4),(1628,401850011,5),(1628,417574811,4),(1628,433299612,5),(1628,449024412,4),(1628,465354012,5),(1628,481078812,4),(1628,496803613,5),(1628,512528413,4),(1628,528253213,5),(1628,543978013,4),(1628,559702813,5),(1628,575427614,4),(1628,591152414,5),(1628,606877214,4),(1628,622602014,5),(1628,638326815,4),(1628,654656415,5),(1628,670381216,4),(1628,686106016,5),(1628,701830816,4),(1628,717555617,5),(1628,733280417,4),(1628,749005218,5),(1628,764730018,4),(1628,780454819,5),(1628,796179619,4),(1628,811904419,5),(1628,828234020,4),(1628,846378020,5),(1628,859683620,4),(1628,877827621,5),(1628,891133221,4),(1628,909277221,5),(1628,922582822,4),(1628,941331622,5),(1628,954032422,4),(1628,972781222,5),(1628,985482022,4),(1628,1004230822,5),(1628,1017536422,4),(1628,1035680422,5),(1628,1048986022,4),(1628,1067130022,5),(1628,1080435622,4),(1628,1099184422,5),(1628,1111885222,4),(1628,1130634022,5),(1628,1143334823,4),(1628,1162083623,5),(1628,1174784423,4),(1628,1193533223,5),(1628,1206838823,4),(1628,1224982823,5),(1628,1238288424,4),(1628,1256432424,5),(1628,1269738024,4),(1628,1288486824,5),(1628,1301187624,4),(1628,1319936424,5),(1628,1332637224,4),(1628,1351386025,5),(1628,1364691625,4),(1628,1382835625,5),(1628,1396141225,4),(1628,1414285225,5),(1628,1427590825,4),(1628,1445734826,5),(1628,1459040426,4),(1628,1477789226,5),(1628,1490490027,4),(1628,1509238827,5),(1628,1521939627,4),(1628,1540688427,5),(1628,1553994027,4),(1628,1572138027,5),(1628,1585443627,4),(1628,1603587627,5),(1628,1616893227,4),(1628,1635642027,5),(1628,1648342827,4),(1628,1667091627,5),(1628,1679792427,4),(1628,1698541227,5),(1628,1711846827,4),(1628,1729990827,5),(1628,1743296427,4),(1628,1761440427,5),(1628,1774746027,4),(1628,1792890027,5),(1628,1806195627,4),(1628,1824944427,5),(1628,1837645227,4),(1628,1856394027,5),(1628,1869094827,4),(1628,1887843627,5),(1628,1901149227,4),(1628,1919293227,5),(1628,1932598827,4),(1628,1950742827,5),(1628,1964048427,4),(1628,1982797227,5),(1628,1995498027,4),(1628,2014246827,5),(1628,2026947627,4),(1628,2045696427,5),(1628,2058397227,4),(1628,2077146027,5),(1628,2090451627,4),(1628,2108595627,5),(1628,2121901227,4),(1628,2140045227,5),(1629,-1691962479,1),(1629,-1680471279,3),(1629,-1664143200,2),(1629,-1650146400,3),(1629,-1633903200,2),(1629,-1617487200,3),(1629,-1601848800,2),(1629,-1586037600,3),(1629,-1570399200,2),(1629,-1552168800,3),(1629,-1538344800,2),(1629,-1522533600,3),(1629,-1517011200,5),(1629,-1507500000,4),(1629,-1490565600,3),(1629,-1473631200,4),(1629,-1460930400,3),(1629,-1442786400,4),(1629,-1428876000,3),(1629,-1410732000,4),(1629,-1396216800,3),(1629,-1379282400,4),(1629,-1364767200,3),(1629,-1348437600,4),(1629,-1333317600,3),(1629,-1315778400,4),(1629,-1301263200,3),(1629,-1284328800,4),(1629,-1269813600,3),(1629,-1253484000,4),(1629,-1238364000,3),(1629,-1221429600,4),(1629,-1206914400,3),(1629,-1189980000,4),(1629,-1175464800,3),(1629,-1159135200,4),(1629,-1143410400,3),(1629,-1126476000,4),(1629,-1111960800,3),(1629,-1095631200,4),(1629,-1080511200,3),(1629,-1063576800,4),(1629,-1049061600,3),(1629,-1032127200,4),(1629,-1017612000,3),(1629,-1001282400,4),(1629,-986162400,3),(1629,-969228000,4),(1629,-950479200,3),(1629,-942012000,4),(1629,-733356000,3),(1629,-719445600,4),(1629,-699487200,3),(1629,-684972000,4),(1629,-668037600,3),(1629,-654732000,4),(1629,-636588000,3),(1629,-622072800,4),(1629,-605743200,3),(1629,-590623200,4),(1629,-574293600,3),(1629,-558568800,4),(1629,-542239200,3),(1629,-527119200,4),(1629,-512604000,3),(1629,-496274400,4),(1629,-481154400,3),(1629,-464220000,4),(1629,-449704800,3),(1629,-432165600,4),(1629,-417650400,3),(1629,-401320800,4),(1629,-386200800,3),(1629,-369266400,4),(1629,-354751200,3),(1629,-337816800,4),(1629,-323301600,3),(1629,-306972000,4),(1629,-291852000,3),(1629,-276732000,4),(1629,-257983200,3),(1629,-245282400,4),(1629,-226533600,3),(1629,-213228000,4),(1629,-195084000,3),(1629,-182383200,4),(1629,-163634400,3),(1629,-150933600,4),(1629,-132184800,3),(1629,-119484000,4),(1629,-100735200,3),(1629,-88034400,4),(1629,-68680800,3),(1629,-59004000,4),(1629,-37242000,6),(1629,57722400,8),(1629,69818400,4),(1629,89172001,3),(1629,101268002,4),(1629,120621602,3),(1629,132717603,4),(1629,152071203,3),(1629,164167204,4),(1629,183520804,3),(1629,196221605,4),(1629,214970405,3),(1629,227671206,4),(1629,246420006,3),(1629,259120807,4),(1629,278474407,3),(1629,290570408,4),(1629,309924008,3),(1629,322020009,4),(1629,341373609,3),(1629,354675609,7),(1629,372819610,8),(1629,386125210,7),(1629,404269211,8),(1629,417574811,7),(1629,435718812,8),(1629,449024412,7),(1629,467773212,8),(1629,481078812,7),(1629,499222813,8),(1629,512528413,7),(1629,530672413,8),(1629,543978013,7),(1629,562122013,8),(1629,575427614,7),(1629,593571614,8),(1629,606877214,7),(1629,625626014,8),(1629,638326815,7),(1629,657075615,8),(1629,670381216,7),(1629,688525216,8),(1629,701830816,7),(1629,719974817,8),(1629,733280417,7),(1629,751424418,8),(1629,764730018,7),(1629,782874019,8),(1629,796179619,7),(1629,814323619,8),(1629,820454420,5),(1629,828234020,7),(1629,846378020,8),(1629,859683620,7),(1629,877827621,8),(1629,891133221,7),(1629,909277221,8),(1629,922582822,7),(1629,941331622,8),(1629,954032422,7),(1629,972781222,8),(1629,985482022,7),(1629,1004230822,8),(1629,1017536422,7),(1629,1035680422,8),(1629,1048986022,7),(1629,1067130022,8),(1629,1080435622,7),(1629,1099184422,8),(1629,1111885222,7),(1629,1130634022,8),(1629,1143334823,7),(1629,1162083623,8),(1629,1174784423,7),(1629,1193533223,8),(1629,1206838823,7),(1629,1224982823,8),(1629,1238288424,7),(1629,1256432424,8),(1629,1269738024,7),(1629,1288486824,8),(1629,1301187624,7),(1629,1319936424,8),(1629,1332637224,7),(1629,1351386025,8),(1629,1364691625,7),(1629,1382835625,8),(1629,1396141225,7),(1629,1414285225,8),(1629,1427590825,7),(1629,1445734826,8),(1629,1459040426,7),(1629,1477789226,8),(1629,1490490027,7),(1629,1509238827,8),(1629,1521939627,7),(1629,1540688427,8),(1629,1553994027,7),(1629,1572138027,8),(1629,1585443627,7),(1629,1603587627,8),(1629,1616893227,7),(1629,1635642027,8),(1629,1648342827,7),(1629,1667091627,8),(1629,1679792427,7),(1629,1698541227,8),(1629,1711846827,7),(1629,1729990827,8),(1629,1743296427,7),(1629,1761440427,8),(1629,1774746027,7),(1629,1792890027,8),(1629,1806195627,7),(1629,1824944427,8),(1629,1837645227,7),(1629,1856394027,8),(1629,1869094827,7),(1629,1887843627,8),(1629,1901149227,7),(1629,1919293227,8),(1629,1932598827,7),(1629,1950742827,8),(1629,1964048427,7),(1629,1982797227,8),(1629,1995498027,7),(1629,2014246827,8),(1629,2026947627,7),(1629,2045696427,8),(1629,2058397227,7),(1629,2077146027,8),(1629,2090451627,7),(1629,2108595627,8),(1629,2121901227,7),(1629,2140045227,8),(1630,-1691964000,0),(1630,-1680472800,1),(1630,-1664143200,0),(1630,-1650146400,1),(1630,-1633903200,0),(1630,-1617487200,1),(1630,-1601848800,0),(1630,-1586037600,1),(1630,-1570399200,0),(1630,-1552168800,1),(1630,-1538344800,0),(1630,-1522533600,1),(1630,-1507500000,0),(1630,-1490565600,1),(1630,-1473631200,0),(1630,-1460930400,1),(1630,-1442786400,0),(1630,-1428876000,1),(1630,-1410732000,0),(1630,-1396216800,1),(1630,-1379282400,0),(1630,-1364767200,1),(1630,-1348437600,0),(1630,-1333317600,1),(1630,-1315778400,0),(1630,-1301263200,1),(1630,-1284328800,0),(1630,-1269813600,1),(1630,-1253484000,0),(1630,-1238364000,1),(1630,-1221429600,0),(1630,-1206914400,1),(1630,-1189980000,0),(1630,-1175464800,1),(1630,-1159135200,0),(1630,-1143410400,1),(1630,-1126476000,0),(1630,-1111960800,1),(1630,-1095631200,0),(1630,-1080511200,1),(1630,-1063576800,0),(1630,-1049061600,1),(1630,-1032127200,0),(1630,-1017612000,1),(1630,-1001282400,0),(1630,-986162400,1),(1630,-969228000,0),(1630,-950479200,1),(1630,-942012000,0),(1630,-904518000,2),(1630,-896050800,0),(1630,-875487600,2),(1630,-864601200,0),(1630,-844038000,2),(1630,-832546800,0),(1630,-812588400,2),(1630,-798073200,0),(1630,-781052400,2),(1630,-772066800,0),(1630,-764805600,1),(1630,-748476000,0),(1630,-733356000,1),(1630,-719445600,0),(1630,-717030000,2),(1630,-706748400,0),(1630,-699487200,1),(1630,-687996000,0),(1630,-668037600,1),(1630,-654732000,0),(1630,-636588000,1),(1630,-622072800,0),(1630,-605743200,1),(1630,-590623200,0),(1630,-574293600,1),(1630,-558568800,0),(1630,-542239200,1),(1630,-527119200,0),(1630,-512604000,1),(1630,-496274400,0),(1630,-481154400,1),(1630,-464220000,0),(1630,-449704800,1),(1630,-432165600,0),(1630,-417650400,1),(1630,-401320800,3),(1630,386125210,4),(1630,401850011,5),(1630,417574811,4),(1630,433299612,5),(1630,449024412,4),(1630,465354012,5),(1630,481078812,4),(1630,496803613,5),(1630,512528413,4),(1630,528253213,5),(1630,543978013,4),(1630,559702813,5),(1630,575427614,4),(1630,591152414,5),(1630,606877214,4),(1630,622602014,5),(1630,638326815,4),(1630,654656415,5),(1630,670381216,4),(1630,686106016,5),(1630,701830816,4),(1630,717555617,5),(1630,733280417,4),(1630,749005218,5),(1630,764730018,4),(1630,780454819,5),(1630,796179619,4),(1630,811904419,5),(1630,828234020,4),(1630,846378020,5),(1630,859683620,4),(1630,877827621,5),(1630,891133221,4),(1630,909277221,5),(1630,922582822,4),(1630,941331622,5),(1630,954032422,4),(1630,972781222,5),(1630,985482022,4),(1630,1004230822,5),(1630,1017536422,4),(1630,1035680422,5),(1630,1048986022,4),(1630,1067130022,5),(1630,1080435622,4),(1630,1099184422,5),(1630,1111885222,4),(1630,1130634022,5),(1630,1143334823,4),(1630,1162083623,5),(1630,1174784423,4),(1630,1193533223,5),(1630,1206838823,4),(1630,1224982823,5),(1630,1238288424,4),(1630,1256432424,5),(1630,1269738024,4),(1630,1288486824,5),(1630,1301187624,4),(1630,1319936424,5),(1630,1332637224,4),(1630,1351386025,5),(1630,1364691625,4),(1630,1382835625,5),(1630,1396141225,4),(1630,1414285225,5),(1630,1427590825,4),(1630,1445734826,5),(1630,1459040426,4),(1630,1477789226,5),(1630,1490490027,4),(1630,1509238827,5),(1630,1521939627,4),(1630,1540688427,5),(1630,1553994027,4),(1630,1572138027,5),(1630,1585443627,4),(1630,1603587627,5),(1630,1616893227,4),(1630,1635642027,5),(1630,1648342827,4),(1630,1667091627,5),(1630,1679792427,4),(1630,1698541227,5),(1630,1711846827,4),(1630,1729990827,5),(1630,1743296427,4),(1630,1761440427,5),(1630,1774746027,4),(1630,1792890027,5),(1630,1806195627,4),(1630,1824944427,5),(1630,1837645227,4),(1630,1856394027,5),(1630,1869094827,4),(1630,1887843627,5),(1630,1901149227,4),(1630,1919293227,5),(1630,1932598827,4),(1630,1950742827,5),(1630,1964048427,4),(1630,1982797227,5),(1630,1995498027,4),(1630,2014246827,5),(1630,2026947627,4),(1630,2045696427,5),(1630,2058397227,4),(1630,2077146027,5),(1630,2090451627,4),(1630,2108595627,5),(1630,2121901227,4),(1630,2140045227,5),(1631,-1691964000,0),(1631,-1680472800,1),(1631,-1664143200,0),(1631,-1650146400,1),(1631,-1633903200,0),(1631,-1617487200,1),(1631,-1601848800,0),(1631,-1586037600,1),(1631,-1570399200,0),(1631,-1552168800,1),(1631,-1538344800,0),(1631,-1522533600,1),(1631,-1507500000,0),(1631,-1490565600,1),(1631,-1473631200,0),(1631,-1460930400,1),(1631,-1442786400,0),(1631,-1428876000,1),(1631,-1410732000,0),(1631,-1396216800,1),(1631,-1379282400,0),(1631,-1364767200,1),(1631,-1348437600,0),(1631,-1333317600,1),(1631,-1315778400,0),(1631,-1301263200,1),(1631,-1284328800,0),(1631,-1269813600,1),(1631,-1253484000,0),(1631,-1238364000,1),(1631,-1221429600,0),(1631,-1206914400,1),(1631,-1189980000,0),(1631,-1175464800,1),(1631,-1159135200,0),(1631,-1143410400,1),(1631,-1126476000,0),(1631,-1111960800,1),(1631,-1095631200,0),(1631,-1080511200,1),(1631,-1063576800,0),(1631,-1049061600,1),(1631,-1032127200,0),(1631,-1017612000,1),(1631,-1001282400,0),(1631,-986162400,1),(1631,-969228000,0),(1631,-950479200,1),(1631,-942012000,0),(1631,-904518000,2),(1631,-896050800,0),(1631,-875487600,2),(1631,-864601200,0),(1631,-844038000,2),(1631,-832546800,0),(1631,-812588400,2),(1631,-798073200,0),(1631,-781052400,2),(1631,-772066800,0),(1631,-764805600,1),(1631,-748476000,0),(1631,-733356000,1),(1631,-719445600,0),(1631,-717030000,2),(1631,-706748400,0),(1631,-699487200,1),(1631,-687996000,0),(1631,-668037600,1),(1631,-654732000,0),(1631,-636588000,1),(1631,-622072800,0),(1631,-605743200,1),(1631,-590623200,0),(1631,-574293600,1),(1631,-558568800,0),(1631,-542239200,1),(1631,-527119200,0),(1631,-512604000,1),(1631,-496274400,0),(1631,-481154400,1),(1631,-464220000,0),(1631,-449704800,1),(1631,-432165600,0),(1631,-417650400,1),(1631,-401320800,0),(1631,-386200800,1),(1631,-369266400,0),(1631,-354751200,1),(1631,-337816800,0),(1631,-323301600,1),(1631,-306972000,0),(1631,-291852000,1),(1631,-276732000,0),(1631,-257983200,1),(1631,-245282400,0),(1631,-226533600,1),(1631,-213228000,0),(1631,-195084000,1),(1631,-182383200,0),(1631,-163634400,1),(1631,-150933600,0),(1631,-132184800,1),(1631,-119484000,0),(1631,-100735200,1),(1631,-88034400,0),(1631,-68680800,1),(1631,-59004000,0),(1631,-37242000,3),(1631,57722400,5),(1631,69818400,0),(1631,89172001,1),(1631,101268002,0),(1631,120621602,1),(1631,132717603,0),(1631,152071203,1),(1631,164167204,0),(1631,183520804,1),(1631,196221605,0),(1631,214970405,1),(1631,227671206,0),(1631,246420006,1),(1631,259120807,0),(1631,278474407,1),(1631,290570408,0),(1631,309924008,1),(1631,322020009,0),(1631,341373609,1),(1631,354675609,4),(1631,372819610,5),(1631,386125210,4),(1631,404269211,5),(1631,417574811,4),(1631,435718812,5),(1631,449024412,4),(1631,467773212,5),(1631,481078812,4),(1631,499222813,5),(1631,512528413,4),(1631,530672413,5),(1631,543978013,4),(1631,562122013,5),(1631,575427614,4),(1631,593571614,5),(1631,606877214,4),(1631,625626014,5),(1631,638326815,4),(1631,657075615,5),(1631,670381216,4),(1631,688525216,5),(1631,701830816,4),(1631,719974817,5),(1631,733280417,4),(1631,751424418,5),(1631,764730018,4),(1631,782874019,5),(1631,796179619,4),(1631,814323619,5),(1631,820454420,6),(1631,828234020,4),(1631,846378020,5),(1631,859683620,4),(1631,877827621,5),(1631,891133221,4),(1631,909277221,5),(1631,922582822,4),(1631,941331622,5),(1631,954032422,4),(1631,972781222,5),(1631,985482022,4),(1631,1004230822,5),(1631,1017536422,4),(1631,1035680422,5),(1631,1048986022,4),(1631,1067130022,5),(1631,1080435622,4),(1631,1099184422,5),(1631,1111885222,4),(1631,1130634022,5),(1631,1143334823,4),(1631,1162083623,5),(1631,1174784423,4),(1631,1193533223,5),(1631,1206838823,4),(1631,1224982823,5),(1631,1238288424,4),(1631,1256432424,5),(1631,1269738024,4),(1631,1288486824,5),(1631,1301187624,4),(1631,1319936424,5),(1631,1332637224,4),(1631,1351386025,5),(1631,1364691625,4),(1631,1382835625,5),(1631,1396141225,4),(1631,1414285225,5),(1631,1427590825,4),(1631,1445734826,5),(1631,1459040426,4),(1631,1477789226,5),(1631,1490490027,4),(1631,1509238827,5),(1631,1521939627,4),(1631,1540688427,5),(1631,1553994027,4),(1631,1572138027,5),(1631,1585443627,4),(1631,1603587627,5),(1631,1616893227,4),(1631,1635642027,5),(1631,1648342827,4),(1631,1667091627,5),(1631,1679792427,4),(1631,1698541227,5),(1631,1711846827,4),(1631,1729990827,5),(1631,1743296427,4),(1631,1761440427,5),(1631,1774746027,4),(1631,1792890027,5),(1631,1806195627,4),(1631,1824944427,5),(1631,1837645227,4),(1631,1856394027,5),(1631,1869094827,4),(1631,1887843627,5),(1631,1901149227,4),(1631,1919293227,5),(1631,1932598827,4),(1631,1950742827,5),(1631,1964048427,4),(1631,1982797227,5),(1631,1995498027,4),(1631,2014246827,5),(1631,2026947627,4),(1631,2045696427,5),(1631,2058397227,4),(1631,2077146027,5),(1631,2090451627,4),(1631,2108595627,5),(1631,2121901227,4),(1631,2140045227,5),(1632,-1535938789,2),(1632,-875671200,1),(1632,-859773600,2),(1632,354672009,1),(1632,370396810,2),(1632,386121610,1),(1632,401846411,2),(1632,417574811,3),(1632,433299612,4),(1632,449024412,3),(1632,465354012,4),(1632,481078812,3),(1632,496803613,4),(1632,512528413,3),(1632,528253213,4),(1632,543978013,3),(1632,559702813,4),(1632,575427614,3),(1632,591152414,4),(1632,606877214,3),(1632,622602014,4),(1632,638326815,3),(1632,654656415,4),(1632,670381216,3),(1632,686106016,4),(1632,701830816,3),(1632,717555617,4),(1632,733280417,3),(1632,749005218,4),(1632,764730018,3),(1632,780454819,4),(1632,796179619,3),(1632,811904419,4),(1632,828234020,3),(1632,846378020,4),(1632,859683620,3),(1632,877827621,4),(1632,891133221,3),(1632,909277221,4),(1632,922582822,3),(1632,941331622,4),(1632,954032422,3),(1632,972781222,4),(1632,985482022,3),(1632,1004230822,4),(1632,1017536422,3),(1632,1035680422,4),(1632,1048986022,3),(1632,1067130022,4),(1632,1080435622,3),(1632,1099184422,4),(1632,1111885222,3),(1632,1130634022,4),(1632,1143334823,3),(1632,1162083623,4),(1632,1174784423,3),(1632,1193533223,4),(1632,1206838823,3),(1632,1224982823,4),(1632,1238288424,3),(1632,1256432424,4),(1632,1269738024,3),(1632,1288486824,4),(1632,1301187624,3),(1632,1319936424,4),(1632,1332637224,3),(1632,1351386025,4),(1632,1364691625,3),(1632,1382835625,4),(1632,1396141225,3),(1632,1414285225,4),(1632,1427590825,3),(1632,1445734826,4),(1632,1459040426,3),(1632,1477789226,4),(1632,1490490027,3),(1632,1509238827,4),(1632,1521939627,3),(1632,1540688427,4),(1632,1553994027,3),(1632,1572138027,4),(1632,1585443627,3),(1632,1603587627,4),(1632,1616893227,3),(1632,1635642027,4),(1632,1648342827,3),(1632,1667091627,4),(1632,1679792427,3),(1632,1698541227,4),(1632,1711846827,3),(1632,1729990827,4),(1632,1743296427,3),(1632,1761440427,4),(1632,1774746027,3),(1632,1792890027,4),(1632,1806195627,3),(1632,1824944427,4),(1632,1837645227,3),(1632,1856394027,4),(1632,1869094827,3),(1632,1887843627,4),(1632,1901149227,3),(1632,1919293227,4),(1632,1932598827,3),(1632,1950742827,4),(1632,1964048427,3),(1632,1982797227,4),(1632,1995498027,3),(1632,2014246827,4),(1632,2026947627,3),(1632,2045696427,4),(1632,2058397227,3),(1632,2077146027,4),(1632,2090451627,3),(1632,2108595627,4),(1632,2121901227,3),(1632,2140045227,4),(1633,-1691964000,0),(1633,-1680472800,1),(1633,-1664143200,0),(1633,-1650146400,1),(1633,-1633903200,0),(1633,-1617487200,1),(1633,-1601848800,0),(1633,-1586037600,1),(1633,-1570399200,0),(1633,-1552168800,1),(1633,-1538344800,0),(1633,-1522533600,1),(1633,-1507500000,0),(1633,-1490565600,1),(1633,-1473631200,0),(1633,-1460930400,1),(1633,-1442786400,0),(1633,-1428876000,1),(1633,-1410732000,0),(1633,-1396216800,1),(1633,-1379282400,0),(1633,-1364767200,1),(1633,-1348437600,0),(1633,-1333317600,1),(1633,-1315778400,0),(1633,-1301263200,1),(1633,-1284328800,0),(1633,-1269813600,1),(1633,-1253484000,0),(1633,-1238364000,1),(1633,-1221429600,0),(1633,-1206914400,1),(1633,-1189980000,0),(1633,-1175464800,1),(1633,-1159135200,0),(1633,-1143410400,1),(1633,-1126476000,0),(1633,-1111960800,1),(1633,-1095631200,0),(1633,-1080511200,1),(1633,-1063576800,0),(1633,-1049061600,1),(1633,-1032127200,0),(1633,-1017612000,1),(1633,-1001282400,0),(1633,-986162400,1),(1633,-969228000,0),(1633,-950479200,1),(1633,-942012000,0),(1633,-904518000,2),(1633,-896050800,0),(1633,-875487600,2),(1633,-864601200,0),(1633,-844038000,2),(1633,-832546800,0),(1633,-812588400,2),(1633,-798073200,0),(1633,-781052400,2),(1633,-772066800,0),(1633,-764805600,1),(1633,-748476000,0),(1633,-733356000,1),(1633,-719445600,0),(1633,-717030000,2),(1633,-706748400,0),(1633,-699487200,1),(1633,-687996000,0),(1633,-668037600,1),(1633,-654732000,0),(1633,-636588000,1),(1633,-622072800,0),(1633,-605743200,1),(1633,-590623200,0),(1633,-574293600,1),(1633,-558568800,0),(1633,-542239200,1),(1633,-527119200,0),(1633,-512604000,1),(1633,-496274400,0),(1633,-481154400,1),(1633,-464220000,0),(1633,-449704800,1),(1633,-432165600,0),(1633,-417650400,1),(1633,-401320800,0),(1633,-386200800,1),(1633,-369266400,0),(1633,-354751200,1),(1633,-337816800,0),(1633,-323301600,1),(1633,-306972000,0),(1633,-291852000,1),(1633,-276732000,0),(1633,-257983200,1),(1633,-245282400,0),(1633,-226533600,1),(1633,-213228000,0),(1633,-195084000,1),(1633,-182383200,0),(1633,-163634400,1),(1633,-150933600,0),(1633,-132184800,1),(1633,-119484000,0),(1633,-100735200,1),(1633,-88034400,0),(1633,-68680800,1),(1633,-59004000,0),(1633,-37242000,3),(1633,57722400,5),(1633,69818400,0),(1633,89172001,1),(1633,101268002,0),(1633,120621602,1),(1633,132717603,0),(1633,152071203,1),(1633,164167204,0),(1633,183520804,1),(1633,196221605,0),(1633,214970405,1),(1633,227671206,0),(1633,246420006,1),(1633,259120807,0),(1633,278474407,1),(1633,290570408,0),(1633,309924008,1),(1633,322020009,0),(1633,341373609,1),(1633,354675609,4),(1633,372819610,5),(1633,386125210,4),(1633,404269211,5),(1633,417574811,4),(1633,435718812,5),(1633,449024412,4),(1633,467773212,5),(1633,481078812,4),(1633,499222813,5),(1633,512528413,4),(1633,530672413,5),(1633,543978013,4),(1633,562122013,5),(1633,575427614,4),(1633,593571614,5),(1633,606877214,4),(1633,625626014,5),(1633,638326815,4),(1633,657075615,5),(1633,670381216,4),(1633,688525216,5),(1633,701830816,4),(1633,719974817,5),(1633,733280417,4),(1633,751424418,5),(1633,764730018,4),(1633,782874019,5),(1633,796179619,4),(1633,814323619,5),(1633,820454420,6),(1633,828234020,4),(1633,846378020,5),(1633,859683620,4),(1633,877827621,5),(1633,891133221,4),(1633,909277221,5),(1633,922582822,4),(1633,941331622,5),(1633,954032422,4),(1633,972781222,5),(1633,985482022,4),(1633,1004230822,5),(1633,1017536422,4),(1633,1035680422,5),(1633,1048986022,4),(1633,1067130022,5),(1633,1080435622,4),(1633,1099184422,5),(1633,1111885222,4),(1633,1130634022,5),(1633,1143334823,4),(1633,1162083623,5),(1633,1174784423,4),(1633,1193533223,5),(1633,1206838823,4),(1633,1224982823,5),(1633,1238288424,4),(1633,1256432424,5),(1633,1269738024,4),(1633,1288486824,5),(1633,1301187624,4),(1633,1319936424,5),(1633,1332637224,4),(1633,1351386025,5),(1633,1364691625,4),(1633,1382835625,5),(1633,1396141225,4),(1633,1414285225,5),(1633,1427590825,4),(1633,1445734826,5),(1633,1459040426,4),(1633,1477789226,5),(1633,1490490027,4),(1633,1509238827,5),(1633,1521939627,4),(1633,1540688427,5),(1633,1553994027,4),(1633,1572138027,5),(1633,1585443627,4),(1633,1603587627,5),(1633,1616893227,4),(1633,1635642027,5),(1633,1648342827,4),(1633,1667091627,5),(1633,1679792427,4),(1633,1698541227,5),(1633,1711846827,4),(1633,1729990827,5),(1633,1743296427,4),(1633,1761440427,5),(1633,1774746027,4),(1633,1792890027,5),(1633,1806195627,4),(1633,1824944427,5),(1633,1837645227,4),(1633,1856394027,5),(1633,1869094827,4),(1633,1887843627,5),(1633,1901149227,4),(1633,1919293227,5),(1633,1932598827,4),(1633,1950742827,5),(1633,1964048427,4),(1633,1982797227,5),(1633,1995498027,4),(1633,2014246827,5),(1633,2026947627,4),(1633,2045696427,5),(1633,2058397227,4),(1633,2077146027,5),(1633,2090451627,4),(1633,2108595627,5),(1633,2121901227,4),(1633,2140045227,5),(1634,-1869875816,2),(1634,-1693706400,1),(1634,-1680490800,2),(1634,-1570413600,1),(1634,-1552186800,2),(1634,-1538359200,1),(1634,-1522551600,2),(1634,-1507514400,1),(1634,-1490583600,2),(1634,-1440208800,1),(1634,-1428030000,2),(1634,-1409709600,1),(1634,-1396494000,2),(1634,-931053600,1),(1634,-922676400,2),(1634,-917834400,1),(1634,-892436400,2),(1634,-875844000,1),(1634,-764737200,2),(1634,-744343200,1),(1634,-733806000,2),(1634,-716436000,1),(1634,-701924400,2),(1634,-684986400,1),(1634,-670474800,2),(1634,-654141600,1),(1634,-639025200,2),(1634,-622087200,1),(1634,-606970800,2),(1634,-590032800,1),(1634,-575521200,2),(1634,-235620000,1),(1634,-194842800,2),(1634,-177732000,1),(1634,-165726000,2),(1634,107910002,1),(1634,121215602,2),(1634,133920003,1),(1634,152665203,2),(1634,164678404,1),(1634,184114804,2),(1634,196214405,1),(1634,215564405,2),(1634,228873606,1),(1634,245804406,2),(1634,260323207,1),(1634,267915607,3),(1634,428454012,4),(1634,433893612,3),(1634,468111612,2),(1634,482799612,5),(1634,496710013,6),(1634,512521213,5),(1634,528246013,6),(1634,543970813,5),(1634,559695613,6),(1634,575420414,5),(1634,591145214,6),(1634,606870014,5),(1634,622594814,6),(1634,638319615,5),(1634,654649215,6),(1634,670374016,5),(1634,686098816,6),(1634,701823616,5),(1634,717548417,6),(1634,733273217,5),(1634,748998018,6),(1634,764118018,5),(1634,780447619,6),(1634,796172419,5),(1634,811897219,6),(1634,828226820,5),(1634,846370820,6),(1634,859676420,5),(1634,877820421,6),(1634,891126021,5),(1634,909270021,6),(1634,922575622,5),(1634,941324422,6),(1634,954025222,5),(1634,972774022,6),(1634,985474822,5),(1634,1004223622,6),(1634,1017529222,5),(1634,1035673222,6),(1634,1048978822,5),(1634,1067122822,6),(1634,1080428422,5),(1634,1099177222,6),(1634,1111878022,5),(1634,1130626822,6),(1634,1143327623,5),(1634,1162076423,6),(1634,1167602423,2),(1634,1174784423,7),(1634,1193533223,8),(1634,1206838823,7),(1634,1224982823,8),(1634,1238288424,7),(1634,1256432424,8),(1634,1269738024,7),(1634,1288486824,8),(1634,1301274024,7),(1634,1319936424,8),(1634,1332637224,7),(1634,1351386025,8),(1634,1364691625,7),(1634,1382835625,8),(1634,1396227625,7),(1634,1414285225,8),(1634,1427590825,7),(1634,1446944426,8),(1634,1459040426,7),(1634,1473195626,3),(1635,-1691964000,0),(1635,-1680472800,1),(1635,-1664143200,0),(1635,-1650146400,1),(1635,-1633903200,0),(1635,-1617487200,1),(1635,-1601848800,0),(1635,-1586037600,1),(1635,-1570399200,0),(1635,-1552168800,1),(1635,-1538344800,0),(1635,-1522533600,1),(1635,-1507500000,0),(1635,-1490565600,1),(1635,-1473631200,0),(1635,-1460930400,1),(1635,-1442786400,0),(1635,-1428876000,1),(1635,-1410732000,0),(1635,-1396216800,1),(1635,-1379282400,0),(1635,-1364767200,1),(1635,-1348437600,0),(1635,-1333317600,1),(1635,-1315778400,0),(1635,-1301263200,1),(1635,-1284328800,0),(1635,-1269813600,1),(1635,-1253484000,0),(1635,-1238364000,1),(1635,-1221429600,0),(1635,-1206914400,1),(1635,-1189980000,0),(1635,-1175464800,1),(1635,-1159135200,0),(1635,-1143410400,1),(1635,-1126476000,0),(1635,-1111960800,1),(1635,-1095631200,0),(1635,-1080511200,1),(1635,-1063576800,0),(1635,-1049061600,1),(1635,-1032127200,0),(1635,-1017612000,1),(1635,-1001282400,0),(1635,-986162400,1),(1635,-969228000,0),(1635,-950479200,1),(1635,-942012000,0),(1635,-904518000,2),(1635,-896050800,0),(1635,-875487600,2),(1635,-864601200,0),(1635,-844038000,2),(1635,-832546800,0),(1635,-812588400,2),(1635,-798073200,0),(1635,-781052400,2),(1635,-772066800,0),(1635,-764805600,1),(1635,-748476000,0),(1635,-733356000,1),(1635,-719445600,0),(1635,-717030000,2),(1635,-706748400,0),(1635,-699487200,1),(1635,-687996000,0),(1635,-668037600,1),(1635,-654732000,0),(1635,-636588000,1),(1635,-622072800,0),(1635,-605743200,1),(1635,-590623200,0),(1635,-574293600,1),(1635,-558568800,0),(1635,-542239200,1),(1635,-527119200,0),(1635,-512604000,1),(1635,-496274400,0),(1635,-481154400,1),(1635,-464220000,0),(1635,-449704800,1),(1635,-432165600,0),(1635,-417650400,1),(1635,-401320800,0),(1635,-386200800,1),(1635,-369266400,0),(1635,-354751200,1),(1635,-337816800,0),(1635,-323301600,1),(1635,-306972000,0),(1635,-291852000,1),(1635,-276732000,0),(1635,-257983200,1),(1635,-245282400,0),(1635,-226533600,1),(1635,-213228000,0),(1635,-195084000,1),(1635,-182383200,0),(1635,-163634400,1),(1635,-150933600,0),(1635,-132184800,1),(1635,-119484000,0),(1635,-100735200,1),(1635,-88034400,0),(1635,-68680800,1),(1635,-59004000,0),(1635,-37242000,3),(1635,57722400,5),(1635,69818400,0),(1635,89172001,1),(1635,101268002,0),(1635,120621602,1),(1635,132717603,0),(1635,152071203,1),(1635,164167204,0),(1635,183520804,1),(1635,196221605,0),(1635,214970405,1),(1635,227671206,0),(1635,246420006,1),(1635,259120807,0),(1635,278474407,1),(1635,290570408,0),(1635,309924008,1),(1635,322020009,0),(1635,341373609,1),(1635,354675609,4),(1635,372819610,5),(1635,386125210,4),(1635,404269211,5),(1635,417574811,4),(1635,435718812,5),(1635,449024412,4),(1635,467773212,5),(1635,481078812,4),(1635,499222813,5),(1635,512528413,4),(1635,530672413,5),(1635,543978013,4),(1635,562122013,5),(1635,575427614,4),(1635,593571614,5),(1635,606877214,4),(1635,625626014,5),(1635,638326815,4),(1635,657075615,5),(1635,670381216,4),(1635,688525216,5),(1635,701830816,4),(1635,719974817,5),(1635,733280417,4),(1635,751424418,5),(1635,764730018,4),(1635,782874019,5),(1635,796179619,4),(1635,814323619,5),(1635,820454420,6),(1635,828234020,4),(1635,846378020,5),(1635,859683620,4),(1635,877827621,5),(1635,891133221,4),(1635,909277221,5),(1635,922582822,4),(1635,941331622,5),(1635,954032422,4),(1635,972781222,5),(1635,985482022,4),(1635,1004230822,5),(1635,1017536422,4),(1635,1035680422,5),(1635,1048986022,4),(1635,1067130022,5),(1635,1080435622,4),(1635,1099184422,5),(1635,1111885222,4),(1635,1130634022,5),(1635,1143334823,4),(1635,1162083623,5),(1635,1174784423,4),(1635,1193533223,5),(1635,1206838823,4),(1635,1224982823,5),(1635,1238288424,4),(1635,1256432424,5),(1635,1269738024,4),(1635,1288486824,5),(1635,1301187624,4),(1635,1319936424,5),(1635,1332637224,4),(1635,1351386025,5),(1635,1364691625,4),(1635,1382835625,5),(1635,1396141225,4),(1635,1414285225,5),(1635,1427590825,4),(1635,1445734826,5),(1635,1459040426,4),(1635,1477789226,5),(1635,1490490027,4),(1635,1509238827,5),(1635,1521939627,4),(1635,1540688427,5),(1635,1553994027,4),(1635,1572138027,5),(1635,1585443627,4),(1635,1603587627,5),(1635,1616893227,4),(1635,1635642027,5),(1635,1648342827,4),(1635,1667091627,5),(1635,1679792427,4),(1635,1698541227,5),(1635,1711846827,4),(1635,1729990827,5),(1635,1743296427,4),(1635,1761440427,5),(1635,1774746027,4),(1635,1792890027,5),(1635,1806195627,4),(1635,1824944427,5),(1635,1837645227,4),(1635,1856394027,5),(1635,1869094827,4),(1635,1887843627,5),(1635,1901149227,4),(1635,1919293227,5),(1635,1932598827,4),(1635,1950742827,5),(1635,1964048427,4),(1635,1982797227,5),(1635,1995498027,4),(1635,2014246827,5),(1635,2026947627,4),(1635,2045696427,5),(1635,2058397227,4),(1635,2077146027,5),(1635,2090451627,4),(1635,2108595627,5),(1635,2121901227,4),(1635,2140045227,5),(1636,-1693706400,0),(1636,-1680483600,1),(1636,-1663455600,2),(1636,-1650150000,3),(1636,-1632006000,2),(1636,-1618700400,3),(1636,-938905200,2),(1636,-857257200,3),(1636,-844556400,2),(1636,-828226800,3),(1636,-812502000,2),(1636,-796777200,3),(1636,-781052400,2),(1636,-780372000,5),(1636,-778730400,4),(1636,-762663600,5),(1636,-749095200,7),(1636,354920409,6),(1636,370728010,7),(1636,386456410,6),(1636,402264011,7),(1636,417992411,6),(1636,433800012,7),(1636,449614812,6),(1636,465346812,8),(1636,481071612,9),(1636,496796413,8),(1636,512521213,9),(1636,528246013,8),(1636,543970813,9),(1636,559695613,8),(1636,575420414,9),(1636,591145214,8),(1636,606870014,10),(1636,622598414,11),(1636,638323215,10),(1636,654652815,11),(1636,670377616,10),(1636,686102416,11),(1636,701827216,10),(1636,717552017,11),(1636,733276817,10),(1636,749001618,11),(1636,764726418,10),(1636,780451219,11),(1636,796176019,10),(1636,811900819,11),(1636,828230420,10),(1636,846374420,11),(1636,859680020,10),(1636,877824021,11),(1636,891129621,10),(1636,909273621,11),(1636,922579222,10),(1636,941328022,11),(1636,954028822,10),(1636,972777622,11),(1636,985478422,10),(1636,1004227222,11),(1636,1017532822,10),(1636,1035676822,11),(1636,1048982422,10),(1636,1067126422,11),(1636,1080432022,10),(1636,1099180822,11),(1636,1111881622,10),(1636,1130630422,11),(1636,1143331223,10),(1636,1162080023,11),(1636,1174780823,10),(1636,1193529623,11),(1636,1206835223,10),(1636,1224979223,11),(1636,1238284824,10),(1636,1256428824,11),(1636,1269734424,10),(1636,1288483224,11),(1636,1301184024,12),(1636,1414278025,11),(1637,-1441159324,1),(1637,-1247536800,2),(1637,-892522800,5),(1637,-857257200,3),(1637,-844556400,4),(1637,-828226800,3),(1637,-825382800,2),(1637,354920409,6),(1637,370728010,2),(1637,386456410,6),(1637,402264011,2),(1637,417992411,6),(1637,433800012,2),(1637,449614812,6),(1637,465346812,7),(1637,481071612,8),(1637,496796413,7),(1637,512521213,8),(1637,528246013,7),(1637,543970813,8),(1637,559695613,7),(1637,575420414,8),(1637,591145214,7),(1637,606870014,8),(1637,622594814,7),(1637,638319615,8),(1637,646783215,9),(1637,686102416,10),(1637,701827216,11),(1637,717552017,10),(1637,733276817,11),(1637,749001618,10),(1637,764726418,11),(1637,780451219,10),(1637,796176019,11),(1637,811900819,10),(1637,828230420,11),(1637,831934820,9),(1637,846378020,12),(1637,859683620,13),(1637,877827621,12),(1637,891133221,13),(1637,909277221,12),(1637,922582822,13),(1637,941331622,12),(1637,954032422,13),(1637,972781222,12),(1637,985482022,13),(1637,1004230822,12),(1637,1017536422,13),(1637,1035680422,12),(1637,1048986022,13),(1637,1067130022,12),(1637,1080435622,13),(1637,1099184422,12),(1637,1111885222,13),(1637,1130634022,12),(1637,1143334823,13),(1637,1162083623,12),(1637,1174784423,13),(1637,1193533223,12),(1637,1206838823,13),(1637,1224982823,12),(1637,1238288424,13),(1637,1256432424,12),(1637,1269738024,13),(1637,1288486824,12),(1637,1301187624,13),(1637,1319936424,12),(1637,1332637224,13),(1637,1351386025,12),(1637,1364691625,13),(1637,1382835625,12),(1637,1396141225,13),(1637,1414285225,12),(1637,1427590825,13),(1637,1445734826,12),(1637,1459040426,13),(1637,1477789226,12),(1637,1490490027,13),(1637,1509238827,12),(1637,1521939627,13),(1637,1540688427,12),(1637,1553994027,13),(1637,1572138027,12),(1637,1585443627,13),(1637,1603587627,12),(1637,1616893227,13),(1637,1635642027,12),(1637,1648342827,13),(1637,1667091627,12),(1637,1679792427,13),(1637,1698541227,12),(1637,1711846827,13),(1637,1729990827,12),(1637,1743296427,13),(1637,1761440427,12),(1637,1774746027,13),(1637,1792890027,12),(1637,1806195627,13),(1637,1824944427,12),(1637,1837645227,13),(1637,1856394027,12),(1637,1869094827,13),(1637,1887843627,12),(1637,1901149227,13),(1637,1919293227,12),(1637,1932598827,13),(1637,1950742827,12),(1637,1964048427,13),(1637,1982797227,12),(1637,1995498027,13),(1637,2014246827,12),(1637,2026947627,13),(1637,2045696427,12),(1637,2058397227,13),(1637,2077146027,12),(1637,2090451627,13),(1637,2108595627,12),(1637,2121901227,13),(1637,2140045227,12),(1638,-1593820800,1),(1638,-1247540400,3),(1638,354916809,2),(1638,370724410,3),(1638,386452810,2),(1638,402260411,3),(1638,417988811,2),(1638,433796412,3),(1638,449611212,2),(1638,465343212,4),(1638,481068012,5),(1638,496792813,4),(1638,512517613,5),(1638,528242413,4),(1638,543967213,5),(1638,559692013,4),(1638,575416814,5),(1638,591141614,4),(1638,606866414,6),(1638,622594814,7),(1638,638319615,6),(1638,654649215,7),(1638,670374016,4),(1638,701820016,6),(1638,717548417,7),(1638,733273217,6),(1638,748998018,7),(1638,764722818,6),(1638,780447619,7),(1638,796172419,6),(1638,811897219,7),(1638,828226820,6),(1638,846370820,7),(1638,859676420,6),(1638,877820421,7),(1638,891126021,6),(1638,909270021,7),(1638,922575622,6),(1638,941324422,7),(1638,954025222,6),(1638,972774022,7),(1638,985474822,6),(1638,1004223622,7),(1638,1017529222,6),(1638,1035673222,7),(1638,1048978822,6),(1638,1067122822,7),(1638,1080428422,6),(1638,1099177222,7),(1638,1111878022,6),(1638,1130626822,7),(1638,1143327623,6),(1638,1162076423,7),(1638,1174777223,6),(1638,1193526023,7),(1638,1206831623,6),(1638,1224975623,7),(1638,1238281224,6),(1638,1256425224,7),(1638,1269730824,6),(1638,1288479624,7),(1638,1301180424,4),(1638,1414274425,7),(1639,-1830384000,6),(1639,-1689555600,1),(1639,-1677801600,2),(1639,-1667437200,3),(1639,-1647738000,4),(1639,-1635814800,3),(1639,-1616202000,4),(1639,-1604365200,3),(1639,-1584666000,4),(1639,-1572742800,3),(1639,-1553043600,4),(1639,-1541206800,3),(1639,-1521507600,4),(1639,-1442451600,3),(1639,-1426813200,4),(1639,-1379293200,3),(1639,-1364778000,4),(1639,-1348448400,3),(1639,-1333328400,4),(1639,-1316394000,3),(1639,-1301274000,4),(1639,-1284339600,3),(1639,-1269824400,4),(1639,-1221440400,3),(1639,-1206925200,4),(1639,-1191200400,3),(1639,-1175475600,4),(1639,-1127696400,3),(1639,-1111971600,4),(1639,-1096851600,3),(1639,-1080522000,4),(1639,-1063587600,3),(1639,-1049072400,4),(1639,-1033347600,3),(1639,-1017622800,4),(1639,-1002502800,3),(1639,-986173200,4),(1639,-969238800,3),(1639,-950490000,4),(1639,-942022800,3),(1639,-922669200,4),(1639,-906944400,3),(1639,-891133200,4),(1639,-877309200,3),(1639,-873684000,5),(1639,-864007200,3),(1639,-857955600,4),(1639,-845859600,3),(1639,-842839200,5),(1639,-831348000,3),(1639,-825901200,4),(1639,-814410000,3),(1639,-810784800,5),(1639,-799898400,3),(1639,-794451600,4),(1639,-782960400,3),(1639,-779335200,5),(1639,-768448800,3),(1639,-763002000,4),(1639,-749091600,3),(1639,-733366800,4),(1639,-717631200,3),(1639,-701906400,4),(1639,-686181600,3),(1639,-670456800,4),(1639,-654732000,3),(1639,-639007200,4),(1639,-623282400,3),(1639,-607557600,4),(1639,-591832800,3),(1639,-575503200,4),(1639,-559778400,3),(1639,-544053600,4),(1639,-528328800,3),(1639,-512604000,4),(1639,-496879200,3),(1639,-481154400,4),(1639,-465429600,3),(1639,-449704800,4),(1639,-433980000,3),(1639,-417650400,4),(1639,-401925600,3),(1639,-386200800,4),(1639,-370476000,3),(1639,-354751200,4),(1639,-339026400,3),(1639,-323301600,4),(1639,-307576800,3),(1639,-291852000,4),(1639,-276127200,3),(1639,-260402400,4),(1639,-244677600,3),(1639,-228348000,4),(1639,-212623200,3),(1639,-196898400,4),(1639,-181173600,3),(1639,-165448800,4),(1639,-149724000,3),(1639,-133999200,4),(1639,-118274400,7),(1639,212544005,2),(1639,228268806,3),(1639,243993606,4),(1639,260323207,3),(1639,276048007,4),(1639,291772808,3),(1639,307501208,4),(1639,323222409,3),(1639,338950809,4),(1639,354675609,3),(1639,370400410,4),(1639,386125210,3),(1639,401850011,4),(1639,417578411,3),(1639,433299612,4),(1639,449024412,3),(1639,465354012,4),(1639,481078812,3),(1639,496803613,4),(1639,512528413,3),(1639,528253213,4),(1639,543978013,3),(1639,559702813,4),(1639,575427614,3),(1639,591152414,4),(1639,606877214,3),(1639,622602014,4),(1639,638326815,3),(1639,654656415,4),(1639,670381216,3),(1639,686106016,4),(1639,701830816,3),(1639,717555617,8),(1639,733280417,9),(1639,749005218,8),(1639,764730018,9),(1639,780454819,8),(1639,796179619,9),(1639,811904419,8),(1639,828234020,10),(1639,846378020,6),(1639,859683620,10),(1639,877827621,6),(1639,891133221,10),(1639,909277221,6),(1639,922582822,10),(1639,941331622,6),(1639,954032422,10),(1639,972781222,6),(1639,985482022,10),(1639,1004230822,6),(1639,1017536422,10),(1639,1035680422,6),(1639,1048986022,10),(1639,1067130022,6),(1639,1080435622,10),(1639,1099184422,6),(1639,1111885222,10),(1639,1130634022,6),(1639,1143334823,10),(1639,1162083623,6),(1639,1174784423,10),(1639,1193533223,6),(1639,1206838823,10),(1639,1224982823,6),(1639,1238288424,10),(1639,1256432424,6),(1639,1269738024,10),(1639,1288486824,6),(1639,1301187624,10),(1639,1319936424,6),(1639,1332637224,10),(1639,1351386025,6),(1639,1364691625,10),(1639,1382835625,6),(1639,1396141225,10),(1639,1414285225,6),(1639,1427590825,10),(1639,1445734826,6),(1639,1459040426,10),(1639,1477789226,6),(1639,1490490027,10),(1639,1509238827,6),(1639,1521939627,10),(1639,1540688427,6),(1639,1553994027,10),(1639,1572138027,6),(1639,1585443627,10),(1639,1603587627,6),(1639,1616893227,10),(1639,1635642027,6),(1639,1648342827,10),(1639,1667091627,6),(1639,1679792427,10),(1639,1698541227,6),(1639,1711846827,10),(1639,1729990827,6),(1639,1743296427,10),(1639,1761440427,6),(1639,1774746027,10),(1639,1792890027,6),(1639,1806195627,10),(1639,1824944427,6),(1639,1837645227,10),(1639,1856394027,6),(1639,1869094827,10),(1639,1887843627,6),(1639,1901149227,10),(1639,1919293227,6),(1639,1932598827,10),(1639,1950742827,6),(1639,1964048427,10),(1639,1982797227,6),(1639,1995498027,10),(1639,2014246827,6),(1639,2026947627,10),(1639,2045696427,6),(1639,2058397227,10),(1639,2077146027,6),(1639,2090451627,10),(1639,2108595627,6),(1639,2121901227,10),(1639,2140045227,6),(1640,-905824800,3),(1640,-857257200,1),(1640,-844556400,2),(1640,-828226800,1),(1640,-812502000,2),(1640,-796777200,1),(1640,-788922000,0),(1640,-777942000,2),(1640,-766623600,1),(1640,407199611,0),(1640,417574811,4),(1640,433299612,5),(1640,449024412,4),(1640,465354012,5),(1640,481078812,4),(1640,496803613,5),(1640,512528413,4),(1640,528253213,5),(1640,543978013,4),(1640,559702813,5),(1640,575427614,4),(1640,591152414,5),(1640,606877214,4),(1640,622602014,5),(1640,638326815,4),(1640,654656415,5),(1640,670381216,4),(1640,686106016,5),(1640,701830816,4),(1640,717555617,5),(1640,733280417,4),(1640,749005218,5),(1640,764730018,4),(1640,780454819,5),(1640,796179619,4),(1640,811904419,5),(1640,828234020,4),(1640,846378020,5),(1640,859683620,4),(1640,877827621,5),(1640,891133221,4),(1640,909277221,5),(1640,922582822,4),(1640,941331622,5),(1640,954032422,4),(1640,972781222,5),(1640,985482022,4),(1640,1004230822,5),(1640,1017536422,4),(1640,1035680422,5),(1640,1048986022,4),(1640,1067130022,5),(1640,1080435622,4),(1640,1099184422,5),(1640,1111885222,4),(1640,1130634022,5),(1640,1143334823,4),(1640,1162083623,5),(1640,1174784423,4),(1640,1193533223,5),(1640,1206838823,4),(1640,1224982823,5),(1640,1238288424,4),(1640,1256432424,5),(1640,1269738024,4),(1640,1288486824,5),(1640,1301187624,4),(1640,1319936424,5),(1640,1332637224,4),(1640,1351386025,5),(1640,1364691625,4),(1640,1382835625,5),(1640,1396141225,4),(1640,1414285225,5),(1640,1427590825,4),(1640,1445734826,5),(1640,1459040426,4),(1640,1477789226,5),(1640,1490490027,4),(1640,1509238827,5),(1640,1521939627,4),(1640,1540688427,5),(1640,1553994027,4),(1640,1572138027,5),(1640,1585443627,4),(1640,1603587627,5),(1640,1616893227,4),(1640,1635642027,5),(1640,1648342827,4),(1640,1667091627,5),(1640,1679792427,4),(1640,1698541227,5),(1640,1711846827,4),(1640,1729990827,5),(1640,1743296427,4),(1640,1761440427,5),(1640,1774746027,4),(1640,1792890027,5),(1640,1806195627,4),(1640,1824944427,5),(1640,1837645227,4),(1640,1856394027,5),(1640,1869094827,4),(1640,1887843627,5),(1640,1901149227,4),(1640,1919293227,5),(1640,1932598827,4),(1640,1950742827,5),(1640,1964048427,4),(1640,1982797227,5),(1640,1995498027,4),(1640,2014246827,5),(1640,2026947627,4),(1640,2045696427,5),(1640,2058397227,4),(1640,2077146027,5),(1640,2090451627,4),(1640,2108595627,5),(1640,2121901227,4),(1640,2140045227,5),(1641,-1691964000,0),(1641,-1680472800,1),(1641,-1664143200,0),(1641,-1650146400,1),(1641,-1633903200,0),(1641,-1617487200,1),(1641,-1601848800,0),(1641,-1586037600,1),(1641,-1570399200,0),(1641,-1552168800,1),(1641,-1538344800,0),(1641,-1522533600,1),(1641,-1507500000,0),(1641,-1490565600,1),(1641,-1473631200,0),(1641,-1460930400,1),(1641,-1442786400,0),(1641,-1428876000,1),(1641,-1410732000,0),(1641,-1396216800,1),(1641,-1379282400,0),(1641,-1364767200,1),(1641,-1348437600,0),(1641,-1333317600,1),(1641,-1315778400,0),(1641,-1301263200,1),(1641,-1284328800,0),(1641,-1269813600,1),(1641,-1253484000,0),(1641,-1238364000,1),(1641,-1221429600,0),(1641,-1206914400,1),(1641,-1189980000,0),(1641,-1175464800,1),(1641,-1159135200,0),(1641,-1143410400,1),(1641,-1126476000,0),(1641,-1111960800,1),(1641,-1095631200,0),(1641,-1080511200,1),(1641,-1063576800,0),(1641,-1049061600,1),(1641,-1032127200,0),(1641,-1017612000,1),(1641,-1001282400,0),(1641,-986162400,1),(1641,-969228000,0),(1641,-950479200,1),(1641,-942012000,0),(1641,-904518000,2),(1641,-896050800,0),(1641,-875487600,2),(1641,-864601200,0),(1641,-844038000,2),(1641,-832546800,0),(1641,-812588400,2),(1641,-798073200,0),(1641,-781052400,2),(1641,-772066800,0),(1641,-764805600,1),(1641,-748476000,0),(1641,-733356000,1),(1641,-719445600,0),(1641,-717030000,2),(1641,-706748400,0),(1641,-699487200,1),(1641,-687996000,0),(1641,-668037600,1),(1641,-654732000,0),(1641,-636588000,1),(1641,-622072800,0),(1641,-605743200,1),(1641,-590623200,0),(1641,-574293600,1),(1641,-558568800,0),(1641,-542239200,1),(1641,-527119200,0),(1641,-512604000,1),(1641,-496274400,0),(1641,-481154400,1),(1641,-464220000,0),(1641,-449704800,1),(1641,-432165600,0),(1641,-417650400,1),(1641,-401320800,0),(1641,-386200800,1),(1641,-369266400,0),(1641,-354751200,1),(1641,-337816800,0),(1641,-323301600,1),(1641,-306972000,0),(1641,-291852000,1),(1641,-276732000,0),(1641,-257983200,1),(1641,-245282400,0),(1641,-226533600,1),(1641,-213228000,0),(1641,-195084000,1),(1641,-182383200,0),(1641,-163634400,1),(1641,-150933600,0),(1641,-132184800,1),(1641,-119484000,0),(1641,-100735200,1),(1641,-88034400,0),(1641,-68680800,1),(1641,-59004000,0),(1641,-37242000,3),(1641,57722400,5),(1641,69818400,0),(1641,89172001,1),(1641,101268002,0),(1641,120621602,1),(1641,132717603,0),(1641,152071203,1),(1641,164167204,0),(1641,183520804,1),(1641,196221605,0),(1641,214970405,1),(1641,227671206,0),(1641,246420006,1),(1641,259120807,0),(1641,278474407,1),(1641,290570408,0),(1641,309924008,1),(1641,322020009,0),(1641,341373609,1),(1641,354675609,4),(1641,372819610,5),(1641,386125210,4),(1641,404269211,5),(1641,417574811,4),(1641,435718812,5),(1641,449024412,4),(1641,467773212,5),(1641,481078812,4),(1641,499222813,5),(1641,512528413,4),(1641,530672413,5),(1641,543978013,4),(1641,562122013,5),(1641,575427614,4),(1641,593571614,5),(1641,606877214,4),(1641,625626014,5),(1641,638326815,4),(1641,657075615,5),(1641,670381216,4),(1641,688525216,5),(1641,701830816,4),(1641,719974817,5),(1641,733280417,4),(1641,751424418,5),(1641,764730018,4),(1641,782874019,5),(1641,796179619,4),(1641,814323619,5),(1641,820454420,6),(1641,828234020,4),(1641,846378020,5),(1641,859683620,4),(1641,877827621,5),(1641,891133221,4),(1641,909277221,5),(1641,922582822,4),(1641,941331622,5),(1641,954032422,4),(1641,972781222,5),(1641,985482022,4),(1641,1004230822,5),(1641,1017536422,4),(1641,1035680422,5),(1641,1048986022,4),(1641,1067130022,5),(1641,1080435622,4),(1641,1099184422,5),(1641,1111885222,4),(1641,1130634022,5),(1641,1143334823,4),(1641,1162083623,5),(1641,1174784423,4),(1641,1193533223,5),(1641,1206838823,4),(1641,1224982823,5),(1641,1238288424,4),(1641,1256432424,5),(1641,1269738024,4),(1641,1288486824,5),(1641,1301187624,4),(1641,1319936424,5),(1641,1332637224,4),(1641,1351386025,5),(1641,1364691625,4),(1641,1382835625,5),(1641,1396141225,4),(1641,1414285225,5),(1641,1427590825,4),(1641,1445734826,5),(1641,1459040426,4),(1641,1477789226,5),(1641,1490490027,4),(1641,1509238827,5),(1641,1521939627,4),(1641,1540688427,5),(1641,1553994027,4),(1641,1572138027,5),(1641,1585443627,4),(1641,1603587627,5),(1641,1616893227,4),(1641,1635642027,5),(1641,1648342827,4),(1641,1667091627,5),(1641,1679792427,4),(1641,1698541227,5),(1641,1711846827,4),(1641,1729990827,5),(1641,1743296427,4),(1641,1761440427,5),(1641,1774746027,4),(1641,1792890027,5),(1641,1806195627,4),(1641,1824944427,5),(1641,1837645227,4),(1641,1856394027,5),(1641,1869094827,4),(1641,1887843627,5),(1641,1901149227,4),(1641,1919293227,5),(1641,1932598827,4),(1641,1950742827,5),(1641,1964048427,4),(1641,1982797227,5),(1641,1995498027,4),(1641,2014246827,5),(1641,2026947627,4),(1641,2045696427,5),(1641,2058397227,4),(1641,2077146027,5),(1641,2090451627,4),(1641,2108595627,5),(1641,2121901227,4),(1641,2140045227,5),(1642,-2069713476,2),(1642,-1692496800,1),(1642,-1680483600,2),(1642,-1662343200,1),(1642,-1650157200,2),(1642,-1632006000,3),(1642,-1618700400,4),(1642,-1612659600,6),(1642,-1604278800,5),(1642,-1585519200,6),(1642,-1574038800,5),(1642,-1552258800,6),(1642,-1539997200,5),(1642,-1520550000,6),(1642,-1507510800,5),(1642,-1490572800,6),(1642,-1473642000,5),(1642,-1459119600,6),(1642,-1444006800,5),(1642,-1427673600,6),(1642,-1411866000,5),(1642,-1396224000,6),(1642,-1379293200,5),(1642,-1364774400,6),(1642,-1348448400,5),(1642,-1333324800,6),(1642,-1316394000,5),(1642,-1301270400,6),(1642,-1284339600,5),(1642,-1269813600,7),(1642,-1253484000,8),(1642,-1238364000,7),(1642,-1221429600,8),(1642,-1206914400,7),(1642,-1191189600,8),(1642,-1175464800,7),(1642,-1160344800,8),(1642,-1143410400,7),(1642,-1127685600,8),(1642,-1111960800,7),(1642,-1096840800,8),(1642,-1080511200,7),(1642,-1063576800,8),(1642,-1049061600,7),(1642,-1033336800,8),(1642,-1017612000,7),(1642,-1002492000,8),(1642,-986162400,7),(1642,-969228000,8),(1642,-950479200,7),(1642,-942012000,8),(1642,-935186400,11),(1642,-857257200,9),(1642,-844556400,10),(1642,-828226800,9),(1642,-812502000,10),(1642,-797986800,2),(1642,-781052400,3),(1642,-766623600,4),(1642,-745455600,3),(1642,-733273200,4),(1642,220921205,2),(1642,228877206,12),(1642,243997206,13),(1642,260326807,12),(1642,276051607,13),(1642,291776408,12),(1642,307501208,13),(1642,323830809,12),(1642,338950809,13),(1642,354675609,12),(1642,370400410,13),(1642,386125210,12),(1642,401850011,13),(1642,417574811,12),(1642,433299612,13),(1642,449024412,12),(1642,465354012,13),(1642,481078812,12),(1642,496803613,13),(1642,512528413,12),(1642,528253213,13),(1642,543978013,12),(1642,559702813,13),(1642,575427614,12),(1642,591152414,13),(1642,606877214,12),(1642,622602014,13),(1642,638326815,12),(1642,654656415,13),(1642,670381216,12),(1642,686106016,13),(1642,701830816,12),(1642,717555617,13),(1642,733280417,12),(1642,749005218,13),(1642,764730018,12),(1642,780454819,13),(1642,796179619,12),(1642,811904419,13),(1642,828234020,12),(1642,846378020,13),(1642,859683620,12),(1642,877827621,13),(1642,891133221,12),(1642,909277221,13),(1642,922582822,12),(1642,941331622,13),(1642,954032422,12),(1642,972781222,13),(1642,985482022,12),(1642,1004230822,13),(1642,1017536422,12),(1642,1035680422,13),(1642,1048986022,12),(1642,1067130022,13),(1642,1080435622,12),(1642,1099184422,13),(1642,1111885222,12),(1642,1130634022,13),(1642,1143334823,12),(1642,1162083623,13),(1642,1174784423,12),(1642,1193533223,13),(1642,1206838823,12),(1642,1224982823,13),(1642,1238288424,12),(1642,1256432424,13),(1642,1269738024,12),(1642,1288486824,13),(1642,1301187624,12),(1642,1319936424,13),(1642,1332637224,12),(1642,1351386025,13),(1642,1364691625,12),(1642,1382835625,13),(1642,1396141225,12),(1642,1414285225,13),(1642,1427590825,12),(1642,1445734826,13),(1642,1459040426,12),(1642,1477789226,13),(1642,1490490027,12),(1642,1509238827,13),(1642,1521939627,12),(1642,1540688427,13),(1642,1553994027,12),(1642,1572138027,13),(1642,1585443627,12),(1642,1603587627,13),(1642,1616893227,12),(1642,1635642027,13),(1642,1648342827,12),(1642,1667091627,13),(1642,1679792427,12),(1642,1698541227,13),(1642,1711846827,12),(1642,1729990827,13),(1642,1743296427,12),(1642,1761440427,13),(1642,1774746027,12),(1642,1792890027,13),(1642,1806195627,12),(1642,1824944427,13),(1642,1837645227,12),(1642,1856394027,13),(1642,1869094827,12),(1642,1887843627,13),(1642,1901149227,12),(1642,1919293227,13),(1642,1932598827,12),(1642,1950742827,13),(1642,1964048427,12),(1642,1982797227,13),(1642,1995498027,12),(1642,2014246827,13),(1642,2026947627,12),(1642,2045696427,13),(1642,2058397227,12),(1642,2077146027,13),(1642,2090451627,12),(1642,2108595627,13),(1642,2121901227,12),(1642,2140045227,13),(1643,-1631926800,0),(1643,-1616889600,1),(1643,-1601168400,0),(1643,-1585353600,1),(1643,-1442451600,0),(1643,-1427673600,1),(1643,-1379293200,0),(1643,-1364774400,1),(1643,-1348448400,0),(1643,-1333324800,1),(1643,-1316390400,0),(1643,-1301270400,1),(1643,-1284339600,0),(1643,-1269820800,1),(1643,-1026954000,0),(1643,-1017619200,1),(1643,-1001898000,0),(1643,-999482400,2),(1643,-986090400,0),(1643,-954115200,1),(1643,-940208400,5),(1643,-873079200,4),(1643,-862621200,5),(1643,-842839200,4),(1643,-828320400,5),(1643,-811389600,4),(1643,-796870800,5),(1643,-779940000,4),(1643,-765421200,5),(1643,-748490400,4),(1643,-733971600,5),(1643,-652327200,4),(1643,-639018000,5),(1643,135122403,4),(1643,150246003,5),(1643,166572004,4),(1643,181695604,5),(1643,196812005,4),(1643,212540405,5),(1643,228866406,4),(1643,243990006,5),(1643,260326807,6),(1643,276051607,7),(1643,283993207,5),(1643,291776408,8),(1643,307501208,9),(1643,323830809,8),(1643,338950809,9),(1643,354675609,8),(1643,370400410,9),(1643,386125210,8),(1643,401850011,9),(1643,417574811,8),(1643,433299612,9),(1643,449024412,8),(1643,465354012,9),(1643,481078812,8),(1643,496803613,9),(1643,512528413,8),(1643,528253213,9),(1643,543978013,8),(1643,559702813,9),(1643,575427614,8),(1643,591152414,9),(1643,606877214,8),(1643,622602014,9),(1643,638326815,8),(1643,654656415,9),(1643,670381216,8),(1643,686106016,9),(1643,701830816,8),(1643,717555617,9),(1643,733280417,8),(1643,749005218,9),(1643,764730018,8),(1643,780454819,9),(1643,796179619,8),(1643,811904419,9),(1643,828234020,8),(1643,846378020,9),(1643,859683620,8),(1643,877827621,9),(1643,891133221,8),(1643,909277221,9),(1643,922582822,8),(1643,941331622,9),(1643,954032422,8),(1643,972781222,9),(1643,985482022,8),(1643,1004230822,9),(1643,1017536422,8),(1643,1035680422,9),(1643,1048986022,8),(1643,1067130022,9),(1643,1080435622,8),(1643,1099184422,9),(1643,1111885222,8),(1643,1130634022,9),(1643,1143334823,8),(1643,1162083623,9),(1643,1174784423,8),(1643,1193533223,9),(1643,1206838823,8),(1643,1224982823,9),(1643,1238288424,8),(1643,1256432424,9),(1643,1269738024,8),(1643,1288486824,9),(1643,1301187624,8),(1643,1319936424,9),(1643,1332637224,8),(1643,1351386025,9),(1643,1364691625,8),(1643,1382835625,9),(1643,1396141225,8),(1643,1414285225,9),(1643,1427590825,8),(1643,1445734826,9),(1643,1459040426,8),(1643,1477789226,9),(1643,1490490027,8),(1643,1509238827,9),(1643,1521939627,8),(1643,1540688427,9),(1643,1553994027,8),(1643,1572138027,9),(1643,1585443627,8),(1643,1603587627,9),(1643,1616893227,8),(1643,1635642027,9),(1643,1648342827,8),(1643,1667091627,9),(1643,1679792427,8),(1643,1698541227,9),(1643,1711846827,8),(1643,1729990827,9),(1643,1743296427,8),(1643,1761440427,9),(1643,1774746027,8),(1643,1792890027,9),(1643,1806195627,8),(1643,1824944427,9),(1643,1837645227,8),(1643,1856394027,9),(1643,1869094827,8),(1643,1887843627,9),(1643,1901149227,8),(1643,1919293227,9),(1643,1932598827,8),(1643,1950742827,9),(1643,1964048427,8),(1643,1982797227,9),(1643,1995498027,8),(1643,2014246827,9),(1643,2026947627,8),(1643,2045696427,9),(1643,2058397227,8),(1643,2077146027,9),(1643,2090451627,8),(1643,2108595627,9),(1643,2121901227,8),(1643,2140045227,9),(1644,-1690765200,0),(1644,-1680487200,1),(1644,-1664758800,0),(1644,-1648951200,1),(1644,-1635123600,0),(1644,-1616896800,1),(1644,-1604278800,0),(1644,-1585533600,1),(1644,-1571014800,0),(1644,-1555293600,1),(1644,-932432400,0),(1644,-857257200,2),(1644,-844556400,3),(1644,-828226800,2),(1644,-812588400,3),(1644,-798073200,2),(1644,-781052400,0),(1644,-766717200,1),(1644,-750898800,3),(1644,-733359600,2),(1644,-719456400,3),(1644,-701917200,2),(1644,-689209200,3),(1644,-670460400,2),(1644,-114051600,3),(1644,-103168800,1),(1644,-81997200,3),(1644,-71715600,2),(1644,-50547600,3),(1644,-40266000,2),(1644,-18493200,3),(1644,-8211600,2),(1644,12956400,3),(1644,23238000,2),(1644,43801200,3),(1644,54687600,2),(1644,75855600,3),(1644,86742001,2),(1644,102380402,3),(1644,118105202,2),(1644,135730803,3),(1644,148518003,2),(1644,167187604,0),(1644,180489604,1),(1644,198637205,0),(1644,211939205,1),(1644,230086806,0),(1644,243388806,1),(1644,261536407,0),(1644,274838407,1),(1644,292986008,0),(1644,306288008,1),(1644,323312409,0),(1644,338342409,1),(1644,354675609,4),(1644,370400410,5),(1644,386125210,4),(1644,401850011,5),(1644,417574811,4),(1644,433299612,5),(1644,449024412,4),(1644,465354012,5),(1644,481078812,4),(1644,496803613,5),(1644,512528413,4),(1644,528253213,5),(1644,543978013,4),(1644,559702813,5),(1644,575427614,4),(1644,591152414,5),(1644,606877214,4),(1644,622602014,5),(1644,638326815,4),(1644,654656415,5),(1644,670381216,4),(1644,686106016,5),(1644,701830816,4),(1644,717555617,5),(1644,733280417,4),(1644,749005218,5),(1644,764730018,4),(1644,780454819,5),(1644,796179619,4),(1644,811904419,5),(1644,828234020,4),(1644,846378020,5),(1644,859683620,4),(1644,877827621,5),(1644,891133221,4),(1644,909277221,5),(1644,922582822,4),(1644,941331622,5),(1644,954032422,4),(1644,972781222,5),(1644,985482022,4),(1644,1004230822,5),(1644,1017536422,4),(1644,1035680422,5),(1644,1048986022,4),(1644,1067130022,5),(1644,1080435622,4),(1644,1099184422,5),(1644,1111885222,4),(1644,1130634022,5),(1644,1143334823,4),(1644,1162083623,5),(1644,1174784423,4),(1644,1193533223,5),(1644,1206838823,4),(1644,1224982823,5),(1644,1238288424,4),(1644,1256432424,5),(1644,1269738024,4),(1644,1288486824,5),(1644,1301187624,4),(1644,1319936424,5),(1644,1332637224,4),(1644,1351386025,5),(1644,1364691625,4),(1644,1382835625,5),(1644,1396141225,4),(1644,1414285225,5),(1644,1427590825,4),(1644,1445734826,5),(1644,1459040426,4),(1644,1477789226,5),(1644,1490490027,4),(1644,1509238827,5),(1644,1521939627,4),(1644,1540688427,5),(1644,1553994027,4),(1644,1572138027,5),(1644,1585443627,4),(1644,1603587627,5),(1644,1616893227,4),(1644,1635642027,5),(1644,1648342827,4),(1644,1667091627,5),(1644,1679792427,4),(1644,1698541227,5),(1644,1711846827,4),(1644,1729990827,5),(1644,1743296427,4),(1644,1761440427,5),(1644,1774746027,4),(1644,1792890027,5),(1644,1806195627,4),(1644,1824944427,5),(1644,1837645227,4),(1644,1856394027,5),(1644,1869094827,4),(1644,1887843627,5),(1644,1901149227,4),(1644,1919293227,5),(1644,1932598827,4),(1644,1950742827,5),(1644,1964048427,4),(1644,1982797227,5),(1644,1995498027,4),(1644,2014246827,5),(1644,2026947627,4),(1644,2045696427,5),(1644,2058397227,4),(1644,2077146027,5),(1644,2090451627,4),(1644,2108595627,5),(1644,2121901227,4),(1644,2140045227,5),(1645,-1535938789,2),(1645,-875671200,1),(1645,-859773600,2),(1645,354672009,1),(1645,370396810,2),(1645,386121610,1),(1645,401846411,2),(1645,417574811,3),(1645,433299612,4),(1645,449024412,3),(1645,465354012,4),(1645,481078812,3),(1645,496803613,4),(1645,512528413,3),(1645,528253213,4),(1645,543978013,3),(1645,559702813,4),(1645,575427614,3),(1645,591152414,4),(1645,606877214,3),(1645,622602014,4),(1645,638326815,3),(1645,654656415,4),(1645,670381216,3),(1645,686106016,4),(1645,701830816,3),(1645,717555617,4),(1645,733280417,3),(1645,749005218,4),(1645,764730018,3),(1645,780454819,4),(1645,796179619,3),(1645,811904419,4),(1645,828234020,3),(1645,846378020,4),(1645,859683620,3),(1645,877827621,4),(1645,891133221,3),(1645,909277221,4),(1645,922582822,3),(1645,941331622,4),(1645,954032422,3),(1645,972781222,4),(1645,985482022,3),(1645,1004230822,4),(1645,1017536422,3),(1645,1035680422,4),(1645,1048986022,3),(1645,1067130022,4),(1645,1080435622,3),(1645,1099184422,4),(1645,1111885222,3),(1645,1130634022,4),(1645,1143334823,3),(1645,1162083623,4),(1645,1174784423,3),(1645,1193533223,4),(1645,1206838823,3),(1645,1224982823,4),(1645,1238288424,3),(1645,1256432424,4),(1645,1269738024,3),(1645,1288486824,4),(1645,1301187624,3),(1645,1319936424,4),(1645,1332637224,3),(1645,1351386025,4),(1645,1364691625,3),(1645,1382835625,4),(1645,1396141225,3),(1645,1414285225,4),(1645,1427590825,3),(1645,1445734826,4),(1645,1459040426,3),(1645,1477789226,4),(1645,1490490027,3),(1645,1509238827,4),(1645,1521939627,3),(1645,1540688427,4),(1645,1553994027,3),(1645,1572138027,4),(1645,1585443627,3),(1645,1603587627,4),(1645,1616893227,3),(1645,1635642027,4),(1645,1648342827,3),(1645,1667091627,4),(1645,1679792427,3),(1645,1698541227,4),(1645,1711846827,3),(1645,1729990827,4),(1645,1743296427,3),(1645,1761440427,4),(1645,1774746027,3),(1645,1792890027,4),(1645,1806195627,3),(1645,1824944427,4),(1645,1837645227,3),(1645,1856394027,4),(1645,1869094827,3),(1645,1887843627,4),(1645,1901149227,3),(1645,1919293227,4),(1645,1932598827,3),(1645,1950742827,4),(1645,1964048427,3),(1645,1982797227,4),(1645,1995498027,3),(1645,2014246827,4),(1645,2026947627,3),(1645,2045696427,4),(1645,2058397227,3),(1645,2077146027,4),(1645,2090451627,3),(1645,2108595627,4),(1645,2121901227,3),(1645,2140045227,4),(1646,-1441158600,1),(1646,-1247536800,2),(1646,-899780400,5),(1646,-857257200,3),(1646,-844556400,4),(1646,-828226800,3),(1646,-812502000,4),(1646,-804650400,2),(1646,354920409,6),(1646,370728010,2),(1646,386456410,6),(1646,402264011,2),(1646,417992411,6),(1646,433800012,2),(1646,449614812,6),(1646,465346812,7),(1646,481071612,8),(1646,496796413,7),(1646,512521213,8),(1646,528246013,7),(1646,543970813,8),(1646,559695613,7),(1646,575420414,8),(1646,591145214,7),(1646,606870014,8),(1646,622594814,7),(1646,631141214,2),(1646,670374016,9),(1646,686102416,10),(1646,701827216,9),(1646,717552017,10),(1646,733276817,9),(1646,749001618,10),(1646,764726418,9),(1646,780451219,10),(1646,796176019,9),(1646,811900819,10),(1646,828230420,9),(1646,846374420,10),(1646,859680020,9),(1646,877824021,10),(1646,891129621,9),(1646,909273621,10),(1646,922579222,9),(1646,941328022,10),(1646,954028822,9),(1646,972777622,10),(1646,985478422,9),(1646,1004227222,10),(1646,1017532822,9),(1646,1035676822,10),(1646,1048982422,9),(1646,1067126422,10),(1646,1080432022,9),(1646,1099180822,10),(1646,1111881622,9),(1646,1130630422,10),(1646,1143331223,9),(1646,1162080023,10),(1646,1174780823,9),(1646,1193529623,10),(1646,1206835223,9),(1646,1224979223,10),(1646,1238284824,9),(1646,1256428824,10),(1646,1269734424,9),(1646,1288483224,10),(1646,1301184024,11),(1647,-1854403761,5),(1647,-1689814800,1),(1647,-1680397200,2),(1647,-1665363600,1),(1647,-1648342800,2),(1647,-1635123600,1),(1647,-1616893200,2),(1647,-1604278800,1),(1647,-1585443600,2),(1647,-1574038800,1),(1647,-1552266000,2),(1647,-1539997200,1),(1647,-1520557200,2),(1647,-1507510800,1),(1647,-1490576400,2),(1647,-1470618000,1),(1647,-1459126800,2),(1647,-1444006800,1),(1647,-1427677200,2),(1647,-1411952400,1),(1647,-1396227600,2),(1647,-1379293200,1),(1647,-1364778000,2),(1647,-1348448400,1),(1647,-1333328400,2),(1647,-1316394000,1),(1647,-1301274000,2),(1647,-1284339600,1),(1647,-1269824400,2),(1647,-1253494800,1),(1647,-1238374800,2),(1647,-1221440400,1),(1647,-1206925200,2),(1647,-1191200400,1),(1647,-1175475600,2),(1647,-1160355600,1),(1647,-1143421200,2),(1647,-1127696400,1),(1647,-1111971600,2),(1647,-1096851600,1),(1647,-1080522000,2),(1647,-1063587600,1),(1647,-1049072400,2),(1647,-1033347600,1),(1647,-1017622800,2),(1647,-1002502800,1),(1647,-986173200,2),(1647,-969238800,1),(1647,-950490000,2),(1647,-942012000,3),(1647,-904438800,4),(1647,-891136800,3),(1647,-877827600,4),(1647,-857257200,3),(1647,-844556400,4),(1647,-828226800,3),(1647,-812502000,4),(1647,-796266000,3),(1647,-781052400,4),(1647,-766623600,7),(1647,196819205,6),(1647,212540405,7),(1647,228877206,8),(1647,243997206,9),(1647,260326807,8),(1647,276051607,9),(1647,291776408,8),(1647,307501208,9),(1647,323830809,8),(1647,338950809,9),(1647,354675609,8),(1647,370400410,9),(1647,386125210,8),(1647,401850011,9),(1647,417574811,8),(1647,433299612,9),(1647,449024412,8),(1647,465354012,9),(1647,481078812,8),(1647,496803613,9),(1647,512528413,8),(1647,528253213,9),(1647,543978013,8),(1647,559702813,9),(1647,575427614,8),(1647,591152414,9),(1647,606877214,8),(1647,622602014,9),(1647,638326815,8),(1647,654656415,9),(1647,670381216,8),(1647,686106016,9),(1647,701830816,8),(1647,717555617,9),(1647,733280417,8),(1647,749005218,9),(1647,764730018,8),(1647,780454819,9),(1647,796179619,8),(1647,811904419,9),(1647,828234020,8),(1647,846378020,9),(1647,859683620,8),(1647,877827621,9),(1647,891133221,8),(1647,909277221,9),(1647,922582822,8),(1647,941331622,9),(1647,954032422,8),(1647,972781222,9),(1647,985482022,8),(1647,1004230822,9),(1647,1017536422,8),(1647,1035680422,9),(1647,1048986022,8),(1647,1067130022,9),(1647,1080435622,8),(1647,1099184422,9),(1647,1111885222,8),(1647,1130634022,9),(1647,1143334823,8),(1647,1162083623,9),(1647,1174784423,8),(1647,1193533223,9),(1647,1206838823,8),(1647,1224982823,9),(1647,1238288424,8),(1647,1256432424,9),(1647,1269738024,8),(1647,1288486824,9),(1647,1301187624,8),(1647,1319936424,9),(1647,1332637224,8),(1647,1351386025,9),(1647,1364691625,8),(1647,1382835625,9),(1647,1396141225,8),(1647,1414285225,9),(1647,1427590825,8),(1647,1445734826,9),(1647,1459040426,8),(1647,1477789226,9),(1647,1490490027,8),(1647,1509238827,9),(1647,1521939627,8),(1647,1540688427,9),(1647,1553994027,8),(1647,1572138027,9),(1647,1585443627,8),(1647,1603587627,9),(1647,1616893227,8),(1647,1635642027,9),(1647,1648342827,8),(1647,1667091627,9),(1647,1679792427,8),(1647,1698541227,9),(1647,1711846827,8),(1647,1729990827,9),(1647,1743296427,8),(1647,1761440427,9),(1647,1774746027,8),(1647,1792890027,9),(1647,1806195627,8),(1647,1824944427,9),(1647,1837645227,8),(1647,1856394027,9),(1647,1869094827,8),(1647,1887843627,9),(1647,1901149227,8),(1647,1919293227,9),(1647,1932598827,8),(1647,1950742827,9),(1647,1964048427,8),(1647,1982797227,9),(1647,1995498027,8),(1647,2014246827,9),(1647,2026947627,8),(1647,2045696427,9),(1647,2058397227,8),(1647,2077146027,9),(1647,2090451627,8),(1647,2108595627,9),(1647,2121901227,8),(1647,2140045227,9),(1648,-1688265017,2),(1648,-1656819079,1),(1648,-1641353479,2),(1648,-1627965079,3),(1648,-1618716679,1),(1648,-1596429079,3),(1648,-1593820800,4),(1648,-1589860800,5),(1648,-1542427200,6),(1648,-1539493200,7),(1648,-1525323600,6),(1648,-1522728000,5),(1648,-1491188400,8),(1648,-1247536800,5),(1648,354920409,6),(1648,370728010,5),(1648,386456410,6),(1648,402264011,5),(1648,417992411,6),(1648,433800012,5),(1648,449614812,6),(1648,465346812,9),(1648,481071612,10),(1648,496796413,9),(1648,512521213,10),(1648,528246013,9),(1648,543970813,10),(1648,559695613,9),(1648,575420414,10),(1648,591145214,9),(1648,606870014,10),(1648,622594814,9),(1648,638319615,10),(1648,654649215,9),(1648,670374016,11),(1648,686102416,12),(1648,695779216,9),(1648,701823616,10),(1648,717548417,9),(1648,733273217,10),(1648,748998018,9),(1648,764722818,10),(1648,780447619,9),(1648,796172419,10),(1648,811897219,9),(1648,828226820,10),(1648,846370820,9),(1648,859676420,10),(1648,877820421,9),(1648,891126021,10),(1648,909270021,9),(1648,922575622,10),(1648,941324422,9),(1648,954025222,10),(1648,972774022,9),(1648,985474822,10),(1648,1004223622,9),(1648,1017529222,10),(1648,1035673222,9),(1648,1048978822,10),(1648,1067122822,9),(1648,1080428422,10),(1648,1099177222,9),(1648,1111878022,10),(1648,1130626822,9),(1648,1143327623,10),(1648,1162076423,9),(1648,1174777223,10),(1648,1193526023,9),(1648,1206831623,10),(1648,1224975623,9),(1648,1238281224,10),(1648,1256425224,9),(1648,1269730824,10),(1648,1288479624,9),(1648,1301180424,13),(1648,1414274425,9),(1649,-1518920008,2),(1649,166572004,1),(1649,182293204,2),(1649,200959205,1),(1649,213829205,2),(1649,228866406,1),(1649,243982806,2),(1649,260316007,1),(1649,276123607,2),(1649,291765608,1),(1649,307486808,2),(1649,323820009,1),(1649,338936409,2),(1649,354664809,1),(1649,370386010,2),(1649,386114410,1),(1649,401835611,2),(1649,417564011,1),(1649,433285212,2),(1649,449013612,1),(1649,465339612,2),(1649,481068012,1),(1649,496789213,2),(1649,512517613,1),(1649,528238813,2),(1649,543967213,1),(1649,559688413,2),(1649,575416814,1),(1649,591138014,2),(1649,606866414,1),(1649,622587614,2),(1649,638316015,1),(1649,654642015,2),(1649,670370416,1),(1649,686091616,2),(1649,701820016,1),(1649,717541217,2),(1649,733269617,1),(1649,748990818,2),(1649,764719218,1),(1649,780440419,2),(1649,796168819,1),(1649,811890019,2),(1649,828223220,1),(1649,843944420,2),(1649,859672820,1),(1649,875394021,2),(1649,891122421,1),(1649,909277221,3),(1649,922582822,4),(1649,941331622,3),(1649,954032422,4),(1649,972781222,3),(1649,985482022,4),(1649,1004230822,3),(1649,1017536422,4),(1649,1035680422,3),(1649,1048986022,4),(1649,1067130022,3),(1649,1080435622,4),(1649,1099184422,3),(1649,1111885222,4),(1649,1130634022,3),(1649,1143334823,4),(1649,1162083623,3),(1649,1174784423,4),(1649,1193533223,3),(1649,1206838823,4),(1649,1224982823,3),(1649,1238288424,4),(1649,1256432424,3),(1649,1269738024,4),(1649,1288486824,3),(1649,1301187624,4),(1649,1319936424,3),(1649,1332637224,4),(1649,1351386025,3),(1649,1364691625,4),(1649,1382835625,3),(1649,1396141225,4),(1649,1414285225,3),(1649,1427590825,4),(1649,1445734826,3),(1649,1459040426,4),(1649,1477789226,3),(1649,1490490027,4),(1649,1509238827,3),(1649,1521939627,4),(1649,1540688427,3),(1649,1553994027,4),(1649,1572138027,3),(1649,1585443627,4),(1649,1603587627,3),(1649,1616893227,4),(1649,1635642027,3),(1649,1648342827,4),(1649,1667091627,3),(1649,1679792427,4),(1649,1698541227,3),(1649,1711846827,4),(1649,1729990827,3),(1649,1743296427,4),(1649,1761440427,3),(1649,1774746027,4),(1649,1792890027,3),(1649,1806195627,4),(1649,1824944427,3),(1649,1837645227,4),(1649,1856394027,3),(1649,1869094827,4),(1649,1887843627,3),(1649,1901149227,4),(1649,1919293227,3),(1649,1932598827,4),(1649,1950742827,3),(1649,1964048427,4),(1649,1982797227,3),(1649,1995498027,4),(1649,2014246827,3),(1649,2026947627,4),(1649,2045696427,3),(1649,2058397227,4),(1649,2077146027,3),(1649,2090451627,4),(1649,2108595627,3),(1649,2121901227,4),(1649,2140045227,3),(1650,-1691884800,0),(1650,-1680573600,1),(1650,-927511200,0),(1650,-857257200,2),(1650,-844556400,3),(1650,-828226800,2),(1650,-812502000,3),(1650,-796777200,2),(1650,-781052400,3),(1650,-765327600,2),(1650,-340844400,3),(1650,-324514800,2),(1650,-308790000,3),(1650,-293065200,2),(1650,-277340400,3),(1650,-261615600,2),(1650,-245890800,3),(1650,-230166000,2),(1650,-214441200,3),(1650,-198716400,2),(1650,-182991600,3),(1650,-166662000,2),(1650,-147913200,3),(1650,-135212400,2),(1650,315529208,1),(1650,323830809,4),(1650,338950809,5),(1650,354675609,4),(1650,370400410,5),(1650,386125210,4),(1650,401850011,5),(1650,417574811,4),(1650,433299612,5),(1650,449024412,4),(1650,465354012,5),(1650,481078812,4),(1650,496803613,5),(1650,512528413,4),(1650,528253213,5),(1650,543978013,4),(1650,559702813,5),(1650,575427614,4),(1650,591152414,5),(1650,606877214,4),(1650,622602014,5),(1650,638326815,4),(1650,654656415,5),(1650,670381216,4),(1650,686106016,5),(1650,701830816,4),(1650,717555617,5),(1650,733280417,4),(1650,749005218,5),(1650,764730018,4),(1650,780454819,5),(1650,796179619,4),(1650,811904419,5),(1650,828234020,4),(1650,846378020,5),(1650,859683620,4),(1650,877827621,5),(1650,891133221,4),(1650,909277221,5),(1650,922582822,4),(1650,941331622,5),(1650,954032422,4),(1650,972781222,5),(1650,985482022,4),(1650,1004230822,5),(1650,1017536422,4),(1650,1035680422,5),(1650,1048986022,4),(1650,1067130022,5),(1650,1080435622,4),(1650,1099184422,5),(1650,1111885222,4),(1650,1130634022,5),(1650,1143334823,4),(1650,1162083623,5),(1650,1174784423,4),(1650,1193533223,5),(1650,1206838823,4),(1650,1224982823,5),(1650,1238288424,4),(1650,1256432424,5),(1650,1269738024,4),(1650,1288486824,5),(1650,1301187624,4),(1650,1319936424,5),(1650,1332637224,4),(1650,1351386025,5),(1650,1364691625,4),(1650,1382835625,5),(1650,1396141225,4),(1650,1414285225,5),(1650,1427590825,4),(1650,1445734826,5),(1650,1459040426,4),(1650,1477789226,5),(1650,1490490027,4),(1650,1509238827,5),(1650,1521939627,4),(1650,1540688427,5),(1650,1553994027,4),(1650,1572138027,5),(1650,1585443627,4),(1650,1603587627,5),(1650,1616893227,4),(1650,1635642027,5),(1650,1648342827,4),(1650,1667091627,5),(1650,1679792427,4),(1650,1698541227,5),(1650,1711846827,4),(1650,1729990827,5),(1650,1743296427,4),(1650,1761440427,5),(1650,1774746027,4),(1650,1792890027,5),(1650,1806195627,4),(1650,1824944427,5),(1650,1837645227,4),(1650,1856394027,5),(1650,1869094827,4),(1650,1887843627,5),(1650,1901149227,4),(1650,1919293227,5),(1650,1932598827,4),(1650,1950742827,5),(1650,1964048427,4),(1650,1982797227,5),(1650,1995498027,4),(1650,2014246827,5),(1650,2026947627,4),(1650,2045696427,5),(1650,2058397227,4),(1650,2077146027,5),(1650,2090451627,4),(1650,2108595627,5),(1650,2121901227,4),(1650,2140045227,5),(1651,-1855958961,4),(1651,-1689814800,1),(1651,-1680397200,2),(1651,-1665363600,1),(1651,-1648342800,2),(1651,-1635123600,1),(1651,-1616893200,2),(1651,-1604278800,1),(1651,-1585443600,2),(1651,-1574038800,1),(1651,-1552266000,2),(1651,-1539997200,1),(1651,-1520557200,2),(1651,-1507510800,1),(1651,-1490576400,2),(1651,-1470618000,1),(1651,-1459126800,2),(1651,-1444006800,1),(1651,-1427677200,2),(1651,-1411952400,1),(1651,-1396227600,2),(1651,-1379293200,1),(1651,-1364778000,2),(1651,-1348448400,1),(1651,-1333328400,2),(1651,-1316394000,1),(1651,-1301274000,2),(1651,-1284339600,1),(1651,-1269824400,2),(1651,-1253494800,1),(1651,-1238374800,2),(1651,-1221440400,1),(1651,-1206925200,2),(1651,-1191200400,1),(1651,-1175475600,2),(1651,-1160355600,1),(1651,-1143421200,2),(1651,-1127696400,1),(1651,-1111971600,2),(1651,-1096851600,1),(1651,-1080522000,2),(1651,-1063587600,1),(1651,-1049072400,2),(1651,-1033347600,1),(1651,-1017622800,2),(1651,-1002502800,1),(1651,-986173200,2),(1651,-969238800,1),(1651,-950490000,2),(1651,-942012000,3),(1651,-932436000,7),(1651,-857257200,5),(1651,-844556400,6),(1651,-828226800,5),(1651,-812502000,6),(1651,-800071200,8),(1651,-796266000,3),(1651,-781052400,8),(1651,-766623600,9),(1651,196819205,7),(1651,212540405,9),(1651,228877206,10),(1651,243997206,11),(1651,260326807,10),(1651,276051607,11),(1651,291776408,10),(1651,307501208,11),(1651,323830809,10),(1651,338950809,11),(1651,354675609,10),(1651,370400410,11),(1651,386125210,10),(1651,401850011,11),(1651,417574811,10),(1651,433299612,11),(1651,449024412,10),(1651,465354012,11),(1651,481078812,10),(1651,496803613,11),(1651,512528413,10),(1651,528253213,11),(1651,543978013,10),(1651,559702813,11),(1651,575427614,10),(1651,591152414,11),(1651,606877214,10),(1651,622602014,11),(1651,638326815,10),(1651,654656415,11),(1651,670381216,10),(1651,686106016,11),(1651,701830816,10),(1651,717555617,11),(1651,733280417,10),(1651,749005218,11),(1651,764730018,10),(1651,780454819,11),(1651,796179619,10),(1651,811904419,11),(1651,828234020,10),(1651,846378020,11),(1651,859683620,10),(1651,877827621,11),(1651,891133221,10),(1651,909277221,11),(1651,922582822,10),(1651,941331622,11),(1651,954032422,10),(1651,972781222,11),(1651,985482022,10),(1651,1004230822,11),(1651,1017536422,10),(1651,1035680422,11),(1651,1048986022,10),(1651,1067130022,11),(1651,1080435622,10),(1651,1099184422,11),(1651,1111885222,10),(1651,1130634022,11),(1651,1143334823,10),(1651,1162083623,11),(1651,1174784423,10),(1651,1193533223,11),(1651,1206838823,10),(1651,1224982823,11),(1651,1238288424,10),(1651,1256432424,11),(1651,1269738024,10),(1651,1288486824,11),(1651,1301187624,10),(1651,1319936424,11),(1651,1332637224,10),(1651,1351386025,11),(1651,1364691625,10),(1651,1382835625,11),(1651,1396141225,10),(1651,1414285225,11),(1651,1427590825,10),(1651,1445734826,11),(1651,1459040426,10),(1651,1477789226,11),(1651,1490490027,10),(1651,1509238827,11),(1651,1521939627,10),(1651,1540688427,11),(1651,1553994027,10),(1651,1572138027,11),(1651,1585443627,10),(1651,1603587627,11),(1651,1616893227,10),(1651,1635642027,11),(1651,1648342827,10),(1651,1667091627,11),(1651,1679792427,10),(1651,1698541227,11),(1651,1711846827,10),(1651,1729990827,11),(1651,1743296427,10),(1651,1761440427,11),(1651,1774746027,10),(1651,1792890027,11),(1651,1806195627,10),(1651,1824944427,11),(1651,1837645227,10),(1651,1856394027,11),(1651,1869094827,10),(1651,1887843627,11),(1651,1901149227,10),(1651,1919293227,11),(1651,1932598827,10),(1651,1950742827,11),(1651,1964048427,10),(1651,1982797227,11),(1651,1995498027,10),(1651,2014246827,11),(1651,2026947627,10),(1651,2045696427,11),(1651,2058397227,10),(1651,2077146027,11),(1651,2090451627,10),(1651,2108595627,11),(1651,2121901227,10),(1651,2140045227,11),(1652,-905824800,3),(1652,-857257200,1),(1652,-844556400,2),(1652,-828226800,1),(1652,-812502000,2),(1652,-796777200,1),(1652,-788922000,0),(1652,-777942000,2),(1652,-766623600,1),(1652,407199611,0),(1652,417574811,4),(1652,433299612,5),(1652,449024412,4),(1652,465354012,5),(1652,481078812,4),(1652,496803613,5),(1652,512528413,4),(1652,528253213,5),(1652,543978013,4),(1652,559702813,5),(1652,575427614,4),(1652,591152414,5),(1652,606877214,4),(1652,622602014,5),(1652,638326815,4),(1652,654656415,5),(1652,670381216,4),(1652,686106016,5),(1652,701830816,4),(1652,717555617,5),(1652,733280417,4),(1652,749005218,5),(1652,764730018,4),(1652,780454819,5),(1652,796179619,4),(1652,811904419,5),(1652,828234020,4),(1652,846378020,5),(1652,859683620,4),(1652,877827621,5),(1652,891133221,4),(1652,909277221,5),(1652,922582822,4),(1652,941331622,5),(1652,954032422,4),(1652,972781222,5),(1652,985482022,4),(1652,1004230822,5),(1652,1017536422,4),(1652,1035680422,5),(1652,1048986022,4),(1652,1067130022,5),(1652,1080435622,4),(1652,1099184422,5),(1652,1111885222,4),(1652,1130634022,5),(1652,1143334823,4),(1652,1162083623,5),(1652,1174784423,4),(1652,1193533223,5),(1652,1206838823,4),(1652,1224982823,5),(1652,1238288424,4),(1652,1256432424,5),(1652,1269738024,4),(1652,1288486824,5),(1652,1301187624,4),(1652,1319936424,5),(1652,1332637224,4),(1652,1351386025,5),(1652,1364691625,4),(1652,1382835625,5),(1652,1396141225,4),(1652,1414285225,5),(1652,1427590825,4),(1652,1445734826,5),(1652,1459040426,4),(1652,1477789226,5),(1652,1490490027,4),(1652,1509238827,5),(1652,1521939627,4),(1652,1540688427,5),(1652,1553994027,4),(1652,1572138027,5),(1652,1585443627,4),(1652,1603587627,5),(1652,1616893227,4),(1652,1635642027,5),(1652,1648342827,4),(1652,1667091627,5),(1652,1679792427,4),(1652,1698541227,5),(1652,1711846827,4),(1652,1729990827,5),(1652,1743296427,4),(1652,1761440427,5),(1652,1774746027,4),(1652,1792890027,5),(1652,1806195627,4),(1652,1824944427,5),(1652,1837645227,4),(1652,1856394027,5),(1652,1869094827,4),(1652,1887843627,5),(1652,1901149227,4),(1652,1919293227,5),(1652,1932598827,4),(1652,1950742827,5),(1652,1964048427,4),(1652,1982797227,5),(1652,1995498027,4),(1652,2014246827,5),(1652,2026947627,4),(1652,2045696427,5),(1652,2058397227,4),(1652,2077146027,5),(1652,2090451627,4),(1652,2108595627,5),(1652,2121901227,4),(1652,2140045227,5),(1653,-1693706400,0),(1653,-1680483600,1),(1653,-1663455600,2),(1653,-1650150000,3),(1653,-1632006000,2),(1653,-1618700400,3),(1653,-938905200,2),(1653,-857257200,3),(1653,-844556400,2),(1653,-828226800,3),(1653,-812502000,2),(1653,-796777200,3),(1653,-781052400,2),(1653,-777866400,0),(1653,-765327600,3),(1653,-746578800,2),(1653,-733359600,3),(1653,-728517600,4),(1653,-721260000,1),(1653,-716425200,2),(1653,-701910000,3),(1653,-684975600,2),(1653,-670460400,3),(1653,-654217200,2),(1653,-639010800,3),(1653,283993207,1),(1653,291776408,5),(1653,307501208,6),(1653,323830809,5),(1653,338950809,6),(1653,354675609,5),(1653,370400410,6),(1653,386125210,5),(1653,401850011,6),(1653,417574811,5),(1653,433299612,6),(1653,449024412,5),(1653,465354012,6),(1653,481078812,5),(1653,496803613,6),(1653,512528413,5),(1653,528253213,6),(1653,543978013,5),(1653,559702813,6),(1653,575427614,5),(1653,591152414,6),(1653,606877214,5),(1653,622602014,6),(1653,638326815,5),(1653,654656415,6),(1653,670381216,5),(1653,686106016,6),(1653,701830816,5),(1653,717555617,6),(1653,733280417,5),(1653,749005218,6),(1653,764730018,5),(1653,780454819,6),(1653,796179619,5),(1653,811904419,6),(1653,828234020,5),(1653,846378020,6),(1653,859683620,5),(1653,877827621,6),(1653,891133221,5),(1653,909277221,6),(1653,922582822,5),(1653,941331622,6),(1653,954032422,5),(1653,972781222,6),(1653,985482022,5),(1653,1004230822,6),(1653,1017536422,5),(1653,1035680422,6),(1653,1048986022,5),(1653,1067130022,6),(1653,1080435622,5),(1653,1099184422,6),(1653,1111885222,5),(1653,1130634022,6),(1653,1143334823,5),(1653,1162083623,6),(1653,1174784423,5),(1653,1193533223,6),(1653,1206838823,5),(1653,1224982823,6),(1653,1238288424,5),(1653,1256432424,6),(1653,1269738024,5),(1653,1288486824,6),(1653,1301187624,5),(1653,1319936424,6),(1653,1332637224,5),(1653,1351386025,6),(1653,1364691625,5),(1653,1382835625,6),(1653,1396141225,5),(1653,1414285225,6),(1653,1427590825,5),(1653,1445734826,6),(1653,1459040426,5),(1653,1477789226,6),(1653,1490490027,5),(1653,1509238827,6),(1653,1521939627,5),(1653,1540688427,6),(1653,1553994027,5),(1653,1572138027,6),(1653,1585443627,5),(1653,1603587627,6),(1653,1616893227,5),(1653,1635642027,6),(1653,1648342827,5),(1653,1667091627,6),(1653,1679792427,5),(1653,1698541227,6),(1653,1711846827,5),(1653,1729990827,6),(1653,1743296427,5),(1653,1761440427,6),(1653,1774746027,5),(1653,1792890027,6),(1653,1806195627,5),(1653,1824944427,6),(1653,1837645227,5),(1653,1856394027,6),(1653,1869094827,5),(1653,1887843627,6),(1653,1901149227,5),(1653,1919293227,6),(1653,1932598827,5),(1653,1950742827,6),(1653,1964048427,5),(1653,1982797227,6),(1653,1995498027,5),(1653,2014246827,6),(1653,2026947627,5),(1653,2045696427,6),(1653,2058397227,5),(1653,2077146027,6),(1653,2090451627,5),(1653,2108595627,6),(1653,2121901227,5),(1653,2140045227,6),(1654,-1632008194,1),(1654,-1618702594,0),(1654,-1601681794,1),(1654,-1597275394,0),(1654,-1377308194,2),(1654,-928029600,3),(1654,-899521200,6),(1654,-857257200,4),(1654,-844556400,5),(1654,-828226800,4),(1654,-812502000,5),(1654,-796777200,4),(1654,-795834000,3),(1654,354920409,7),(1654,370728010,3),(1654,386456410,7),(1654,402264011,3),(1654,417992411,7),(1654,433800012,3),(1654,449614812,7),(1654,465346812,8),(1654,481071612,9),(1654,496796413,8),(1654,512521213,9),(1654,528246013,8),(1654,543970813,9),(1654,559695613,8),(1654,575420414,9),(1654,591145214,8),(1654,606870014,10),(1654,622598414,11),(1654,638323215,10),(1654,654652815,11),(1654,670377616,10),(1654,686102416,11),(1654,701827216,10),(1654,717552017,11),(1654,733276817,10),(1654,749001618,11),(1654,764726418,10),(1654,780451219,11),(1654,796176019,10),(1654,811900819,11),(1654,828230420,10),(1654,843955220,11),(1654,853797620,2),(1654,859683620,12),(1654,877827621,13),(1654,891133221,12),(1654,909277221,13),(1654,922582822,12),(1654,941331622,13),(1654,951775222,2),(1654,985482022,12),(1654,1004230822,13),(1654,1017536422,12),(1654,1035680422,13),(1654,1048986022,12),(1654,1067130022,13),(1654,1080435622,12),(1654,1099184422,13),(1654,1111885222,12),(1654,1130634022,13),(1654,1143334823,12),(1654,1162083623,13),(1654,1174784423,12),(1654,1193533223,13),(1654,1206838823,12),(1654,1224982823,13),(1654,1238288424,12),(1654,1256432424,13),(1654,1269738024,12),(1654,1288486824,13),(1654,1301187624,12),(1654,1319936424,13),(1654,1332637224,12),(1654,1351386025,13),(1654,1364691625,12),(1654,1382835625,13),(1654,1396141225,12),(1654,1414285225,13),(1654,1427590825,12),(1654,1445734826,13),(1654,1459040426,12),(1654,1477789226,13),(1654,1490490027,12),(1654,1509238827,13),(1654,1521939627,12),(1654,1540688427,13),(1654,1553994027,12),(1654,1572138027,13),(1654,1585443627,12),(1654,1603587627,13),(1654,1616893227,12),(1654,1635642027,13),(1654,1648342827,12),(1654,1667091627,13),(1654,1679792427,12),(1654,1698541227,13),(1654,1711846827,12),(1654,1729990827,13),(1654,1743296427,12),(1654,1761440427,13),(1654,1774746027,12),(1654,1792890027,13),(1654,1806195627,12),(1654,1824944427,13),(1654,1837645227,12),(1654,1856394027,13),(1654,1869094827,12),(1654,1887843627,13),(1654,1901149227,12),(1654,1919293227,13),(1654,1932598827,12),(1654,1950742827,13),(1654,1964048427,12),(1654,1982797227,13),(1654,1995498027,12),(1654,2014246827,13),(1654,2026947627,12),(1654,2045696427,13),(1654,2058397227,12),(1654,2077146027,13),(1654,2090451627,12),(1654,2108595627,13),(1654,2121901227,12),(1654,2140045227,13),(1655,-1690765200,0),(1655,-1680487200,1),(1655,-1664758800,0),(1655,-1648951200,1),(1655,-1635123600,0),(1655,-1616896800,1),(1655,-1604278800,0),(1655,-1585533600,1),(1655,-1571014800,0),(1655,-1555293600,1),(1655,-932432400,0),(1655,-857257200,2),(1655,-844556400,3),(1655,-830311200,0),(1655,-828226800,2),(1655,-812502000,3),(1655,-807156000,0),(1655,-798073200,2),(1655,-781052400,0),(1655,-766717200,1),(1655,-750898800,3),(1655,-733359600,2),(1655,-719456400,3),(1655,-701917200,2),(1655,-689209200,3),(1655,-670460400,2),(1655,-114051600,3),(1655,-103168800,1),(1655,-81997200,3),(1655,-71715600,2),(1655,-50547600,3),(1655,-40266000,2),(1655,-18493200,3),(1655,-8211600,2),(1655,12956400,3),(1655,23238000,2),(1655,43801200,3),(1655,54687600,2),(1655,75855600,3),(1655,86742001,2),(1655,107910002,3),(1655,118191602,2),(1655,138754803,3),(1655,149641203,2),(1655,170809204,3),(1655,181090804,2),(1655,202258805,3),(1655,212540405,2),(1655,233103606,3),(1655,243990006,2),(1655,265158007,3),(1655,276044407,2),(1655,296607608,3),(1655,307494008,2),(1655,315529208,1),(1655,323830809,4),(1655,338950809,5),(1655,354675609,4),(1655,370400410,5),(1655,386125210,4),(1655,401850011,5),(1655,417574811,4),(1655,433299612,5),(1655,449024412,4),(1655,465354012,5),(1655,481078812,4),(1655,496803613,5),(1655,512528413,4),(1655,528253213,5),(1655,543978013,4),(1655,559702813,5),(1655,575427614,4),(1655,591152414,5),(1655,606877214,4),(1655,622602014,5),(1655,638326815,4),(1655,654656415,5),(1655,670381216,4),(1655,686106016,5),(1655,701830816,4),(1655,717555617,5),(1655,733280417,4),(1655,749005218,5),(1655,764730018,4),(1655,780454819,5),(1655,796179619,4),(1655,811904419,5),(1655,828234020,4),(1655,846378020,5),(1655,859683620,4),(1655,877827621,5),(1655,891133221,4),(1655,909277221,5),(1655,922582822,4),(1655,941331622,5),(1655,954032422,4),(1655,972781222,5),(1655,985482022,4),(1655,1004230822,5),(1655,1017536422,4),(1655,1035680422,5),(1655,1048986022,4),(1655,1067130022,5),(1655,1080435622,4),(1655,1099184422,5),(1655,1111885222,4),(1655,1130634022,5),(1655,1143334823,4),(1655,1162083623,5),(1655,1174784423,4),(1655,1193533223,5),(1655,1206838823,4),(1655,1224982823,5),(1655,1238288424,4),(1655,1256432424,5),(1655,1269738024,4),(1655,1288486824,5),(1655,1301187624,4),(1655,1319936424,5),(1655,1332637224,4),(1655,1351386025,5),(1655,1364691625,4),(1655,1382835625,5),(1655,1396141225,4),(1655,1414285225,5),(1655,1427590825,4),(1655,1445734826,5),(1655,1459040426,4),(1655,1477789226,5),(1655,1490490027,4),(1655,1509238827,5),(1655,1521939627,4),(1655,1540688427,5),(1655,1553994027,4),(1655,1572138027,5),(1655,1585443627,4),(1655,1603587627,5),(1655,1616893227,4),(1655,1635642027,5),(1655,1648342827,4),(1655,1667091627,5),(1655,1679792427,4),(1655,1698541227,5),(1655,1711846827,4),(1655,1729990827,5),(1655,1743296427,4),(1655,1761440427,5),(1655,1774746027,4),(1655,1792890027,5),(1655,1806195627,4),(1655,1824944427,5),(1655,1837645227,4),(1655,1856394027,5),(1655,1869094827,4),(1655,1887843627,5),(1655,1901149227,4),(1655,1919293227,5),(1655,1932598827,4),(1655,1950742827,5),(1655,1964048427,4),(1655,1982797227,5),(1655,1995498027,4),(1655,2014246827,5),(1655,2026947627,4),(1655,2045696427,5),(1655,2058397227,4),(1655,2077146027,5),(1655,2090451627,4),(1655,2108595627,5),(1655,2121901227,4),(1655,2140045227,5),(1656,-1593820800,1),(1656,-1247540400,2),(1656,354916809,3),(1656,370724410,2),(1656,386452810,3),(1656,402260411,2),(1656,417988811,3),(1656,433796412,2),(1656,449611212,3),(1656,465343212,4),(1656,481068012,5),(1656,496792813,4),(1656,512517613,5),(1656,528242413,4),(1656,543967213,5),(1656,559692013,4),(1656,575416814,5),(1656,591141614,4),(1656,606866414,6),(1656,622594814,7),(1656,638319615,6),(1656,654649215,7),(1656,670374016,8),(1656,686102416,7),(1656,687916816,2),(1656,701820016,5),(1656,717544817,4),(1656,733269617,5),(1656,748994418,4),(1656,764719218,5),(1656,780444019,4),(1656,796168819,5),(1656,811893619,4),(1656,828223220,5),(1656,846367220,4),(1656,859672820,5),(1656,877816821,4),(1656,891122421,5),(1656,909266421,4),(1656,922572022,5),(1656,941320822,4),(1656,954021622,5),(1656,972770422,4),(1656,985471222,5),(1656,1004220022,4),(1656,1017525622,5),(1656,1035669622,4),(1656,1048975222,5),(1656,1067119222,4),(1656,1080424822,5),(1656,1099173622,4),(1656,1111874422,5),(1656,1130623222,4),(1656,1143324023,5),(1656,1162072823,4),(1656,1174773623,5),(1656,1193522423,4),(1656,1206828023,5),(1656,1224972023,4),(1656,1238277624,5),(1656,1256421624,4),(1656,1269727224,6),(1656,1288479624,7),(1656,1301180424,4),(1657,-1690765200,0),(1657,-1680487200,1),(1657,-1664758800,0),(1657,-1648951200,1),(1657,-1635123600,0),(1657,-1616896800,1),(1657,-1604278800,0),(1657,-1585533600,1),(1657,-1571014800,0),(1657,-1555293600,1),(1657,-932432400,0),(1657,-857257200,2),(1657,-844556400,3),(1657,-830311200,0),(1657,-828226800,2),(1657,-812502000,3),(1657,-807156000,0),(1657,-798073200,2),(1657,-781052400,0),(1657,-766717200,1),(1657,-750898800,3),(1657,-733359600,2),(1657,-719456400,3),(1657,-701917200,2),(1657,-689209200,3),(1657,-670460400,2),(1657,-114051600,3),(1657,-103168800,1),(1657,-81997200,3),(1657,-71715600,2),(1657,-50547600,3),(1657,-40266000,2),(1657,-18493200,3),(1657,-8211600,2),(1657,12956400,3),(1657,23238000,2),(1657,43801200,3),(1657,54687600,2),(1657,75855600,3),(1657,86742001,2),(1657,107910002,3),(1657,118191602,2),(1657,138754803,3),(1657,149641203,2),(1657,170809204,3),(1657,181090804,2),(1657,202258805,3),(1657,212540405,2),(1657,233103606,3),(1657,243990006,2),(1657,265158007,3),(1657,276044407,2),(1657,296607608,3),(1657,307494008,2),(1657,315529208,1),(1657,323830809,4),(1657,338950809,5),(1657,354675609,4),(1657,370400410,5),(1657,386125210,4),(1657,401850011,5),(1657,417574811,4),(1657,433299612,5),(1657,449024412,4),(1657,465354012,5),(1657,481078812,4),(1657,496803613,5),(1657,512528413,4),(1657,528253213,5),(1657,543978013,4),(1657,559702813,5),(1657,575427614,4),(1657,591152414,5),(1657,606877214,4),(1657,622602014,5),(1657,638326815,4),(1657,654656415,5),(1657,670381216,4),(1657,686106016,5),(1657,701830816,4),(1657,717555617,5),(1657,733280417,4),(1657,749005218,5),(1657,764730018,4),(1657,780454819,5),(1657,796179619,4),(1657,811904419,5),(1657,828234020,4),(1657,846378020,5),(1657,859683620,4),(1657,877827621,5),(1657,891133221,4),(1657,909277221,5),(1657,922582822,4),(1657,941331622,5),(1657,954032422,4),(1657,972781222,5),(1657,985482022,4),(1657,1004230822,5),(1657,1017536422,4),(1657,1035680422,5),(1657,1048986022,4),(1657,1067130022,5),(1657,1080435622,4),(1657,1099184422,5),(1657,1111885222,4),(1657,1130634022,5),(1657,1143334823,4),(1657,1162083623,5),(1657,1174784423,4),(1657,1193533223,5),(1657,1206838823,4),(1657,1224982823,5),(1657,1238288424,4),(1657,1256432424,5),(1657,1269738024,4),(1657,1288486824,5),(1657,1301187624,4),(1657,1319936424,5),(1657,1332637224,4),(1657,1351386025,5),(1657,1364691625,4),(1657,1382835625,5),(1657,1396141225,4),(1657,1414285225,5),(1657,1427590825,4),(1657,1445734826,5),(1657,1459040426,4),(1657,1477789226,5),(1657,1490490027,4),(1657,1509238827,5),(1657,1521939627,4),(1657,1540688427,5),(1657,1553994027,4),(1657,1572138027,5),(1657,1585443627,4),(1657,1603587627,5),(1657,1616893227,4),(1657,1635642027,5),(1657,1648342827,4),(1657,1667091627,5),(1657,1679792427,4),(1657,1698541227,5),(1657,1711846827,4),(1657,1729990827,5),(1657,1743296427,4),(1657,1761440427,5),(1657,1774746027,4),(1657,1792890027,5),(1657,1806195627,4),(1657,1824944427,5),(1657,1837645227,4),(1657,1856394027,5),(1657,1869094827,4),(1657,1887843627,5),(1657,1901149227,4),(1657,1919293227,5),(1657,1932598827,4),(1657,1950742827,5),(1657,1964048427,4),(1657,1982797227,5),(1657,1995498027,4),(1657,2014246827,5),(1657,2026947627,4),(1657,2045696427,5),(1657,2058397227,4),(1657,2077146027,5),(1657,2090451627,4),(1657,2108595627,5),(1657,2121901227,4),(1657,2140045227,5),(1658,-905824800,3),(1658,-857257200,1),(1658,-844556400,2),(1658,-828226800,1),(1658,-812502000,2),(1658,-796777200,1),(1658,-788922000,0),(1658,-777942000,2),(1658,-766623600,1),(1658,407199611,0),(1658,417574811,4),(1658,433299612,5),(1658,449024412,4),(1658,465354012,5),(1658,481078812,4),(1658,496803613,5),(1658,512528413,4),(1658,528253213,5),(1658,543978013,4),(1658,559702813,5),(1658,575427614,4),(1658,591152414,5),(1658,606877214,4),(1658,622602014,5),(1658,638326815,4),(1658,654656415,5),(1658,670381216,4),(1658,686106016,5),(1658,701830816,4),(1658,717555617,5),(1658,733280417,4),(1658,749005218,5),(1658,764730018,4),(1658,780454819,5),(1658,796179619,4),(1658,811904419,5),(1658,828234020,4),(1658,846378020,5),(1658,859683620,4),(1658,877827621,5),(1658,891133221,4),(1658,909277221,5),(1658,922582822,4),(1658,941331622,5),(1658,954032422,4),(1658,972781222,5),(1658,985482022,4),(1658,1004230822,5),(1658,1017536422,4),(1658,1035680422,5),(1658,1048986022,4),(1658,1067130022,5),(1658,1080435622,4),(1658,1099184422,5),(1658,1111885222,4),(1658,1130634022,5),(1658,1143334823,4),(1658,1162083623,5),(1658,1174784423,4),(1658,1193533223,5),(1658,1206838823,4),(1658,1224982823,5),(1658,1238288424,4),(1658,1256432424,5),(1658,1269738024,4),(1658,1288486824,5),(1658,1301187624,4),(1658,1319936424,5),(1658,1332637224,4),(1658,1351386025,5),(1658,1364691625,4),(1658,1382835625,5),(1658,1396141225,4),(1658,1414285225,5),(1658,1427590825,4),(1658,1445734826,5),(1658,1459040426,4),(1658,1477789226,5),(1658,1490490027,4),(1658,1509238827,5),(1658,1521939627,4),(1658,1540688427,5),(1658,1553994027,4),(1658,1572138027,5),(1658,1585443627,4),(1658,1603587627,5),(1658,1616893227,4),(1658,1635642027,5),(1658,1648342827,4),(1658,1667091627,5),(1658,1679792427,4),(1658,1698541227,5),(1658,1711846827,4),(1658,1729990827,5),(1658,1743296427,4),(1658,1761440427,5),(1658,1774746027,4),(1658,1792890027,5),(1658,1806195627,4),(1658,1824944427,5),(1658,1837645227,4),(1658,1856394027,5),(1658,1869094827,4),(1658,1887843627,5),(1658,1901149227,4),(1658,1919293227,5),(1658,1932598827,4),(1658,1950742827,5),(1658,1964048427,4),(1658,1982797227,5),(1658,1995498027,4),(1658,2014246827,5),(1658,2026947627,4),(1658,2045696427,5),(1658,2058397227,4),(1658,2077146027,5),(1658,2090451627,4),(1658,2108595627,5),(1658,2121901227,4),(1658,2140045227,5),(1659,-1593820800,1),(1659,-1247540400,3),(1659,354916809,2),(1659,370724410,3),(1659,386452810,2),(1659,402260411,3),(1659,417988811,2),(1659,433796412,3),(1659,449611212,2),(1659,465343212,4),(1659,481068012,5),(1659,496792813,4),(1659,512517613,5),(1659,528242413,4),(1659,543967213,5),(1659,559692013,4),(1659,575416814,6),(1659,591145214,7),(1659,606870014,6),(1659,622594814,7),(1659,638319615,6),(1659,654649215,7),(1659,670374016,4),(1659,701820016,6),(1659,717548417,7),(1659,733273217,6),(1659,748998018,7),(1659,764722818,6),(1659,780447619,7),(1659,796172419,6),(1659,811897219,7),(1659,828226820,6),(1659,846370820,7),(1659,859676420,6),(1659,877820421,7),(1659,891126021,6),(1659,909270021,7),(1659,922575622,6),(1659,941324422,7),(1659,954025222,6),(1659,972774022,7),(1659,985474822,6),(1659,1004223622,7),(1659,1017529222,6),(1659,1035673222,7),(1659,1048978822,6),(1659,1067122822,7),(1659,1080428422,6),(1659,1099177222,7),(1659,1111878022,6),(1659,1130626822,7),(1659,1143327623,6),(1659,1162076423,7),(1659,1174777223,6),(1659,1193526023,7),(1659,1206831623,6),(1659,1224975623,7),(1659,1238281224,6),(1659,1256425224,7),(1659,1269730824,6),(1659,1288479624,7),(1659,1301180424,4),(1659,1414274425,7),(1659,1480806026,4),(1660,-1441160160,1),(1660,-1247536800,2),(1660,-888894000,5),(1660,-857257200,3),(1660,-844556400,4),(1660,-828226800,3),(1660,-812502000,4),(1660,-811648800,2),(1660,354920409,6),(1660,370728010,2),(1660,386456410,6),(1660,402264011,2),(1660,417992411,6),(1660,433800012,2),(1660,449614812,6),(1660,465346812,7),(1660,481071612,8),(1660,496796413,7),(1660,512521213,8),(1660,528246013,7),(1660,543970813,8),(1660,559695613,7),(1660,575420414,8),(1660,591145214,7),(1660,606870014,8),(1660,622594814,7),(1660,631141214,2),(1660,646786815,1),(1660,701827216,9),(1660,717552017,10),(1660,733276817,9),(1660,749001618,10),(1660,764726418,9),(1660,767739618,6),(1660,780436819,2),(1660,796165219,6),(1660,811886419,2),(1660,828219620,8),(1660,846374420,7),(1660,852066020,2),(1660,859683620,11),(1660,877827621,12),(1660,891133221,11),(1660,909277221,12),(1660,922582822,11),(1660,941331622,12),(1660,954032422,11),(1660,972781222,12),(1660,985482022,11),(1660,1004230822,12),(1660,1017536422,11),(1660,1035680422,12),(1660,1048986022,11),(1660,1067130022,12),(1660,1080435622,11),(1660,1099184422,12),(1660,1111885222,11),(1660,1130634022,12),(1660,1143334823,11),(1660,1162083623,12),(1660,1174784423,11),(1660,1193533223,12),(1660,1206838823,11),(1660,1224982823,12),(1660,1238288424,11),(1660,1256432424,12),(1660,1269738024,11),(1660,1288486824,12),(1660,1301187624,11),(1660,1319936424,12),(1660,1332637224,11),(1660,1351386025,12),(1660,1364691625,11),(1660,1382835625,12),(1660,1396137625,13),(1660,1414274425,7),(1661,-905824800,3),(1661,-857257200,1),(1661,-844556400,2),(1661,-828226800,1),(1661,-812502000,2),(1661,-796777200,1),(1661,-788922000,0),(1661,-777942000,2),(1661,-766623600,1),(1661,407199611,0),(1661,417574811,4),(1661,433299612,5),(1661,449024412,4),(1661,465354012,5),(1661,481078812,4),(1661,496803613,5),(1661,512528413,4),(1661,528253213,5),(1661,543978013,4),(1661,559702813,5),(1661,575427614,4),(1661,591152414,5),(1661,606877214,4),(1661,622602014,5),(1661,638326815,4),(1661,654656415,5),(1661,670381216,4),(1661,686106016,5),(1661,701830816,4),(1661,717555617,5),(1661,733280417,4),(1661,749005218,5),(1661,764730018,4),(1661,780454819,5),(1661,796179619,4),(1661,811904419,5),(1661,828234020,4),(1661,846378020,5),(1661,859683620,4),(1661,877827621,5),(1661,891133221,4),(1661,909277221,5),(1661,922582822,4),(1661,941331622,5),(1661,954032422,4),(1661,972781222,5),(1661,985482022,4),(1661,1004230822,5),(1661,1017536422,4),(1661,1035680422,5),(1661,1048986022,4),(1661,1067130022,5),(1661,1080435622,4),(1661,1099184422,5),(1661,1111885222,4),(1661,1130634022,5),(1661,1143334823,4),(1661,1162083623,5),(1661,1174784423,4),(1661,1193533223,5),(1661,1206838823,4),(1661,1224982823,5),(1661,1238288424,4),(1661,1256432424,5),(1661,1269738024,4),(1661,1288486824,5),(1661,1301187624,4),(1661,1319936424,5),(1661,1332637224,4),(1661,1351386025,5),(1661,1364691625,4),(1661,1382835625,5),(1661,1396141225,4),(1661,1414285225,5),(1661,1427590825,4),(1661,1445734826,5),(1661,1459040426,4),(1661,1477789226,5),(1661,1490490027,4),(1661,1509238827,5),(1661,1521939627,4),(1661,1540688427,5),(1661,1553994027,4),(1661,1572138027,5),(1661,1585443627,4),(1661,1603587627,5),(1661,1616893227,4),(1661,1635642027,5),(1661,1648342827,4),(1661,1667091627,5),(1661,1679792427,4),(1661,1698541227,5),(1661,1711846827,4),(1661,1729990827,5),(1661,1743296427,4),(1661,1761440427,5),(1661,1774746027,4),(1661,1792890027,5),(1661,1806195627,4),(1661,1824944427,5),(1661,1837645227,4),(1661,1856394027,5),(1661,1869094827,4),(1661,1887843627,5),(1661,1901149227,4),(1661,1919293227,5),(1661,1932598827,4),(1661,1950742827,5),(1661,1964048427,4),(1661,1982797227,5),(1661,1995498027,4),(1661,2014246827,5),(1661,2026947627,4),(1661,2045696427,5),(1661,2058397227,4),(1661,2077146027,5),(1661,2090451627,4),(1661,2108595627,5),(1661,2121901227,4),(1661,2140045227,5),(1662,-857257200,1),(1662,-844556400,2),(1662,-828226800,1),(1662,-812502000,2),(1662,-796777200,1),(1662,-788922000,3),(1662,-781048800,0),(1662,291762008,4),(1662,307576808,0),(1662,323816409,4),(1662,339026409,0),(1662,355266009,4),(1662,370393210,0),(1662,386715610,4),(1662,401846411,5),(1662,417571211,6),(1662,433296012,5),(1662,449020812,6),(1662,465350412,5),(1662,481075212,6),(1662,496800013,5),(1662,512524813,6),(1662,528249613,5),(1662,543974413,6),(1662,559699213,5),(1662,575424014,6),(1662,591148814,5),(1662,606873614,6),(1662,622598414,5),(1662,638323215,6),(1662,654652815,5),(1662,662680815,0),(1662,670370416,4),(1662,686091616,0),(1662,701820016,4),(1662,717541217,0),(1662,733269617,4),(1662,748990818,0),(1662,764719218,4),(1662,780440419,0),(1662,796168819,4),(1662,811890019,0),(1662,828223220,4),(1662,846363620,0),(1662,859683620,7),(1662,877827621,8),(1662,891133221,7),(1662,909277221,8),(1662,922582822,7),(1662,941331622,8),(1662,954032422,7),(1662,972781222,8),(1662,985482022,7),(1662,1004230822,8),(1662,1017536422,7),(1662,1035680422,8),(1662,1048986022,7),(1662,1067130022,8),(1662,1080435622,7),(1662,1099184422,8),(1662,1111885222,7),(1662,1130634022,8),(1662,1143334823,7),(1662,1162083623,8),(1662,1174784423,7),(1662,1193533223,8),(1662,1206838823,7),(1662,1224982823,8),(1662,1238288424,7),(1662,1256432424,8),(1662,1269738024,7),(1662,1288486824,8),(1662,1301187624,7),(1662,1319936424,8),(1662,1332637224,7),(1662,1351386025,8),(1662,1364691625,7),(1662,1382835625,8),(1662,1396141225,7),(1662,1414285225,8),(1662,1427590825,7),(1662,1445734826,8),(1662,1459040426,7),(1662,1477789226,8),(1662,1490490027,7),(1662,1509238827,8),(1662,1521939627,7),(1662,1540688427,8),(1662,1553994027,7),(1662,1572138027,8),(1662,1585443627,7),(1662,1603587627,8),(1662,1616893227,7),(1662,1635642027,8),(1662,1648342827,7),(1662,1667091627,8),(1662,1679792427,7),(1662,1698541227,8),(1662,1711846827,7),(1662,1729990827,8),(1662,1743296427,7),(1662,1761440427,8),(1662,1774746027,7),(1662,1792890027,8),(1662,1806195627,7),(1662,1824944427,8),(1662,1837645227,7),(1662,1856394027,8),(1662,1869094827,7),(1662,1887843627,8),(1662,1901149227,7),(1662,1919293227,8),(1662,1932598827,7),(1662,1950742827,8),(1662,1964048427,7),(1662,1982797227,8),(1662,1995498027,7),(1662,2014246827,8),(1662,2026947627,7),(1662,2045696427,8),(1662,2058397227,7),(1662,2077146027,8),(1662,2090451627,7),(1662,2108595627,8),(1662,2121901227,7),(1662,2140045227,8),(1663,-1692496800,1),(1663,-1680483600,0),(1663,323830809,2),(1663,338950809,3),(1663,354675609,2),(1663,370400410,3),(1663,386125210,2),(1663,401850011,3),(1663,417574811,2),(1663,433299612,3),(1663,449024412,2),(1663,465354012,3),(1663,481078812,2),(1663,496803613,3),(1663,512528413,2),(1663,528253213,3),(1663,543978013,2),(1663,559702813,3),(1663,575427614,2),(1663,591152414,3),(1663,606877214,2),(1663,622602014,3),(1663,638326815,2),(1663,654656415,3),(1663,670381216,2),(1663,686106016,3),(1663,701830816,2),(1663,717555617,3),(1663,733280417,2),(1663,749005218,3),(1663,764730018,2),(1663,780454819,3),(1663,796179619,2),(1663,811904419,3),(1663,828234020,2),(1663,846378020,3),(1663,859683620,2),(1663,877827621,3),(1663,891133221,2),(1663,909277221,3),(1663,922582822,2),(1663,941331622,3),(1663,954032422,2),(1663,972781222,3),(1663,985482022,2),(1663,1004230822,3),(1663,1017536422,2),(1663,1035680422,3),(1663,1048986022,2),(1663,1067130022,3),(1663,1080435622,2),(1663,1099184422,3),(1663,1111885222,2),(1663,1130634022,3),(1663,1143334823,2),(1663,1162083623,3),(1663,1174784423,2),(1663,1193533223,3),(1663,1206838823,2),(1663,1224982823,3),(1663,1238288424,2),(1663,1256432424,3),(1663,1269738024,2),(1663,1288486824,3),(1663,1301187624,2),(1663,1319936424,3),(1663,1332637224,2),(1663,1351386025,3),(1663,1364691625,2),(1663,1382835625,3),(1663,1396141225,2),(1663,1414285225,3),(1663,1427590825,2),(1663,1445734826,3),(1663,1459040426,2),(1663,1477789226,3),(1663,1490490027,2),(1663,1509238827,3),(1663,1521939627,2),(1663,1540688427,3),(1663,1553994027,2),(1663,1572138027,3),(1663,1585443627,2),(1663,1603587627,3),(1663,1616893227,2),(1663,1635642027,3),(1663,1648342827,2),(1663,1667091627,3),(1663,1679792427,2),(1663,1698541227,3),(1663,1711846827,2),(1663,1729990827,3),(1663,1743296427,2),(1663,1761440427,3),(1663,1774746027,2),(1663,1792890027,3),(1663,1806195627,2),(1663,1824944427,3),(1663,1837645227,2),(1663,1856394027,3),(1663,1869094827,2),(1663,1887843627,3),(1663,1901149227,2),(1663,1919293227,3),(1663,1932598827,2),(1663,1950742827,3),(1663,1964048427,2),(1663,1982797227,3),(1663,1995498027,2),(1663,2014246827,3),(1663,2026947627,2),(1663,2045696427,3),(1663,2058397227,2),(1663,2077146027,3),(1663,2090451627,2),(1663,2108595627,3),(1663,2121901227,2),(1663,2140045227,3),(1664,-1638322740,3),(1664,-1632006000,1),(1664,-1618700400,2),(1664,-1593824400,0),(1664,-1535938740,4),(1664,-927943200,5),(1664,-892954800,6),(1664,-857257200,2),(1664,-844556400,1),(1664,-828226800,2),(1664,-812502000,1),(1664,-797652000,5),(1664,354920409,7),(1664,370728010,5),(1664,386456410,7),(1664,402264011,5),(1664,417992411,7),(1664,433800012,5),(1664,449614812,7),(1664,465346812,8),(1664,481071612,9),(1664,496796413,8),(1664,512521213,9),(1664,528246013,8),(1664,543970813,9),(1664,559695613,8),(1664,575420414,9),(1664,591145214,8),(1664,606870014,10),(1664,622598414,11),(1664,638323215,10),(1664,654652815,11),(1664,670377616,10),(1664,686102416,11),(1664,701827216,10),(1664,717552017,11),(1664,733276817,10),(1664,749001618,11),(1664,764726418,10),(1664,780451219,11),(1664,796176019,10),(1664,811900819,11),(1664,828230420,10),(1664,846374420,11),(1664,859680020,10),(1664,877824021,11),(1664,891129621,10),(1664,906411621,14),(1664,909277221,12),(1664,922582822,13),(1664,941331622,4),(1664,1017536422,13),(1664,1035680422,12),(1664,1048986022,13),(1664,1067130022,12),(1664,1080435622,13),(1664,1099184422,12),(1664,1111885222,13),(1664,1130634022,12),(1664,1143334823,13),(1664,1162083623,12),(1664,1174784423,13),(1664,1193533223,12),(1664,1206838823,13),(1664,1224982823,12),(1664,1238288424,13),(1664,1256432424,12),(1664,1269738024,13),(1664,1288486824,12),(1664,1301187624,13),(1664,1319936424,12),(1664,1332637224,13),(1664,1351386025,12),(1664,1364691625,13),(1664,1382835625,12),(1664,1396141225,13),(1664,1414285225,12),(1664,1427590825,13),(1664,1445734826,12),(1664,1459040426,13),(1664,1477789226,12),(1664,1490490027,13),(1664,1509238827,12),(1664,1521939627,13),(1664,1540688427,12),(1664,1553994027,13),(1664,1572138027,12),(1664,1585443627,13),(1664,1603587627,12),(1664,1616893227,13),(1664,1635642027,12),(1664,1648342827,13),(1664,1667091627,12),(1664,1679792427,13),(1664,1698541227,12),(1664,1711846827,13),(1664,1729990827,12),(1664,1743296427,13),(1664,1761440427,12),(1664,1774746027,13),(1664,1792890027,12),(1664,1806195627,13),(1664,1824944427,12),(1664,1837645227,13),(1664,1856394027,12),(1664,1869094827,13),(1664,1887843627,12),(1664,1901149227,13),(1664,1919293227,12),(1664,1932598827,13),(1664,1950742827,12),(1664,1964048427,13),(1664,1982797227,12),(1664,1995498027,13),(1664,2014246827,12),(1664,2026947627,13),(1664,2045696427,12),(1664,2058397227,13),(1664,2077146027,12),(1664,2090451627,13),(1664,2108595627,12),(1664,2121901227,13),(1664,2140045227,12),(1665,-1767230360,1),(1665,-932346000,2),(1665,-857257200,1),(1665,-844556400,2),(1665,-843519600,1),(1665,136854003,2),(1665,149896803,1),(1665,168130804,2),(1665,181432804,1),(1665,199839605,2),(1665,213141605,1),(1665,231894006,2),(1665,244591206,1),(1665,263257207,2),(1665,276040807,1),(1665,294706808,2),(1665,307490408,1),(1665,326156409,2),(1665,339458409,1),(1665,357087609,2),(1665,370389610,1),(1665,389142010,2),(1665,402444011,1),(1665,419468411,2),(1665,433807212,1),(1665,449622012,2),(1665,465354012,3),(1665,481078812,4),(1665,496803613,3),(1665,512528413,4),(1665,528253213,3),(1665,543978013,4),(1665,559702813,3),(1665,575427614,4),(1665,591152414,3),(1665,606877214,4),(1665,622602014,3),(1665,638326815,4),(1665,654656415,3),(1665,670381216,4),(1665,686106016,3),(1665,701830816,4),(1665,717555617,3),(1665,733280417,4),(1665,749005218,3),(1665,764730018,4),(1665,780454819,3),(1665,796179619,4),(1665,811904419,3),(1665,828234020,4),(1665,846378020,3),(1665,859683620,4),(1665,877827621,3),(1665,891133221,4),(1665,909277221,3),(1665,922582822,4),(1665,941331622,3),(1665,954032422,4),(1665,972781222,3),(1665,985482022,4),(1665,1004230822,3),(1665,1017536422,4),(1665,1035680422,3),(1665,1048986022,4),(1665,1067130022,3),(1665,1080435622,4),(1665,1099184422,3),(1665,1111885222,4),(1665,1130634022,3),(1665,1143334823,4),(1665,1162083623,3),(1665,1174784423,4),(1665,1193533223,3),(1665,1206838823,4),(1665,1224982823,3),(1665,1238288424,4),(1665,1256432424,3),(1665,1269738024,4),(1665,1288486824,3),(1665,1301187624,4),(1665,1319936424,3),(1665,1332637224,4),(1665,1351386025,3),(1665,1364691625,4),(1665,1382835625,3),(1665,1396141225,4),(1665,1414285225,3),(1665,1427590825,4),(1665,1445734826,3),(1665,1459040426,4),(1665,1477789226,3),(1665,1490490027,4),(1665,1509238827,3),(1665,1521939627,4),(1665,1540688427,3),(1665,1553994027,4),(1665,1572138027,3),(1665,1585443627,4),(1665,1603587627,3),(1665,1616893227,4),(1665,1635642027,3),(1665,1648342827,4),(1665,1667091627,3),(1665,1679792427,4),(1665,1698541227,3),(1665,1711846827,4),(1665,1729990827,3),(1665,1743296427,4),(1665,1761440427,3),(1665,1774746027,4),(1665,1792890027,3),(1665,1806195627,4),(1665,1824944427,3),(1665,1837645227,4),(1665,1856394027,3),(1665,1869094827,4),(1665,1887843627,3),(1665,1901149227,4),(1665,1919293227,3),(1665,1932598827,4),(1665,1950742827,3),(1665,1964048427,4),(1665,1982797227,3),(1665,1995498027,4),(1665,2014246827,3),(1665,2026947627,4),(1665,2045696427,3),(1665,2058397227,4),(1665,2077146027,3),(1665,2090451627,4),(1665,2108595627,3),(1665,2121901227,4),(1665,2140045227,3),(1666,-1637114100,1),(1666,-1213148664,4),(1666,-1187056800,2),(1666,-1175479200,3),(1666,-1159754400,2),(1666,-1144029600,3),(1666,-1127700000,2),(1666,-1111975200,3),(1666,-1096250400,2),(1666,-1080525600,3),(1666,-1064800800,2),(1666,-1049076000,3),(1666,-1033351200,2),(1666,-1017626400,3),(1666,-1001901600,2),(1666,-986176800,3),(1666,-970452000,2),(1666,-954727200,3),(1666,-927165600,5),(1666,-898138800,8),(1666,-857257200,6),(1666,-844556400,7),(1666,-828226800,6),(1666,-812502000,7),(1666,-800157600,10),(1666,354920409,9),(1666,370728010,10),(1666,386456410,9),(1666,402264011,10),(1666,417992411,9),(1666,433800012,10),(1666,449614812,9),(1666,465346812,11),(1666,481071612,12),(1666,496796413,11),(1666,512521213,12),(1666,528246013,11),(1666,543970813,12),(1666,559695613,11),(1666,575420414,12),(1666,591145214,11),(1666,606870014,12),(1666,622594814,11),(1666,638319615,12),(1666,641944815,5),(1666,654652815,3),(1666,670377616,2),(1666,686102416,3),(1666,694216816,4),(1666,701820016,5),(1666,717541217,4),(1666,733269617,5),(1666,748990818,4),(1666,764719218,5),(1666,780440419,4),(1666,796168819,5),(1666,811890019,4),(1666,828223220,5),(1666,846363620,4),(1666,859680020,5),(1666,877824021,4),(1666,891129621,5),(1666,909273621,4),(1666,922579222,5),(1666,941328022,4),(1666,954028822,5),(1666,972777622,4),(1666,985478422,5),(1666,1004227222,4),(1666,1017532822,5),(1666,1035676822,4),(1666,1048982422,5),(1666,1067126422,4),(1666,1080432022,5),(1666,1099180822,4),(1666,1111881622,5),(1666,1130630422,4),(1666,1143331223,5),(1666,1162080023,4),(1666,1174780823,5),(1666,1193529623,4),(1666,1206835223,5),(1666,1224979223,4),(1666,1238284824,5),(1666,1256428824,4),(1666,1269734424,5),(1666,1288483224,4),(1666,1301184024,5),(1666,1319932824,4),(1666,1332633624,5),(1666,1351382425,4),(1666,1364688025,5),(1666,1382832025,4),(1666,1396137625,5),(1666,1414281625,4),(1666,1427587225,5),(1666,1445731226,4),(1666,1459036826,5),(1666,1477785626,4),(1666,1490486427,5),(1666,1509235227,4),(1666,1521936027,5),(1666,1540684827,4),(1666,1553990427,5),(1666,1572134427,4),(1666,1585440027,5),(1666,1603584027,4),(1666,1616889627,5),(1666,1635638427,4),(1666,1648339227,5),(1666,1667088027,4),(1666,1679788827,5),(1666,1698537627,4),(1666,1711843227,5),(1666,1729987227,4),(1666,1743292827,5),(1666,1761436827,4),(1666,1774742427,5),(1666,1792886427,4),(1666,1806192027,5),(1666,1824940827,4),(1666,1837641627,5),(1666,1856390427,4),(1666,1869091227,5),(1666,1887840027,4),(1666,1901145627,5),(1666,1919289627,4),(1666,1932595227,5),(1666,1950739227,4),(1666,1964044827,5),(1666,1982793627,4),(1666,1995494427,5),(1666,2014243227,4),(1666,2026944027,5),(1666,2045692827,4),(1666,2058393627,5),(1666,2077142427,4),(1666,2090448027,5),(1666,2108592027,4),(1666,2121897627,5),(1666,2140041627,4),(1667,-1593820800,1),(1667,-1247540400,3),(1667,354916809,2),(1667,370724410,3),(1667,386452810,2),(1667,402260411,3),(1667,417988811,2),(1667,433796412,3),(1667,449611212,2),(1667,465343212,4),(1667,481068012,5),(1667,496792813,4),(1667,512517613,5),(1667,528242413,4),(1667,543967213,5),(1667,559692013,4),(1667,575416814,5),(1667,591141614,4),(1667,606866414,6),(1667,622594814,7),(1667,638319615,6),(1667,654649215,7),(1667,670374016,8),(1667,686102416,9),(1667,695779216,7),(1667,701823616,6),(1667,717548417,7),(1667,733273217,6),(1667,748998018,7),(1667,764722818,6),(1667,780447619,7),(1667,796172419,6),(1667,811897219,7),(1667,828226820,6),(1667,846370820,7),(1667,859676420,6),(1667,877820421,7),(1667,891126021,6),(1667,909270021,7),(1667,922575622,6),(1667,941324422,7),(1667,954025222,6),(1667,972774022,7),(1667,985474822,6),(1667,1004223622,7),(1667,1017529222,6),(1667,1035673222,7),(1667,1048978822,6),(1667,1067122822,7),(1667,1080428422,6),(1667,1099177222,7),(1667,1111878022,6),(1667,1130626822,7),(1667,1143327623,6),(1667,1162076423,7),(1667,1174777223,6),(1667,1193526023,7),(1667,1206831623,6),(1667,1224975623,7),(1667,1238281224,6),(1667,1256425224,7),(1667,1269730824,6),(1667,1288479624,7),(1667,1301180424,4),(1667,1414274425,7),(1667,1459033226,4),(1668,-938905200,1),(1668,-857257200,2),(1668,-844556400,1),(1668,-828226800,2),(1668,-812502000,1),(1668,-796874400,3),(1668,-794714400,0),(1668,-773456400,5),(1668,354920409,4),(1668,370728010,5),(1668,386456410,4),(1668,402264011,5),(1668,417992411,4),(1668,433800012,5),(1668,449614812,4),(1668,465346812,6),(1668,481071612,7),(1668,496796413,6),(1668,512521213,7),(1668,528246013,6),(1668,543970813,7),(1668,559695613,6),(1668,575420414,7),(1668,591145214,6),(1668,606870014,7),(1668,622594814,6),(1668,631141214,5),(1668,646786815,0),(1668,670384816,8),(1668,701827216,9),(1668,717552017,10),(1668,733276817,9),(1668,749001618,10),(1668,764726418,9),(1668,780451219,10),(1668,796176019,9),(1668,811900819,10),(1668,828230420,9),(1668,831934820,13),(1668,846378020,11),(1668,859683620,12),(1668,877827621,11),(1668,891133221,12),(1668,909277221,11),(1668,922582822,12),(1668,941331622,11),(1668,954032422,12),(1668,972781222,11),(1668,985482022,12),(1668,1004230822,11),(1668,1017536422,12),(1668,1035680422,11),(1668,1048986022,12),(1668,1067130022,11),(1668,1080435622,12),(1668,1099184422,11),(1668,1111885222,12),(1668,1130634022,11),(1668,1143334823,12),(1668,1162083623,11),(1668,1174784423,12),(1668,1193533223,11),(1668,1206838823,12),(1668,1224982823,11),(1668,1238288424,12),(1668,1256432424,11),(1668,1269738024,12),(1668,1288486824,11),(1668,1301187624,12),(1668,1319936424,11),(1668,1332637224,12),(1668,1351386025,11),(1668,1364691625,12),(1668,1382835625,11),(1668,1396141225,12),(1668,1414285225,11),(1668,1427590825,12),(1668,1445734826,11),(1668,1459040426,12),(1668,1477789226,11),(1668,1490490027,12),(1668,1509238827,11),(1668,1521939627,12),(1668,1540688427,11),(1668,1553994027,12),(1668,1572138027,11),(1668,1585443627,12),(1668,1603587627,11),(1668,1616893227,12),(1668,1635642027,11),(1668,1648342827,12),(1668,1667091627,11),(1668,1679792427,12),(1668,1698541227,11),(1668,1711846827,12),(1668,1729990827,11),(1668,1743296427,12),(1668,1761440427,11),(1668,1774746027,12),(1668,1792890027,11),(1668,1806195627,12),(1668,1824944427,11),(1668,1837645227,12),(1668,1856394027,11),(1668,1869094827,12),(1668,1887843627,11),(1668,1901149227,12),(1668,1919293227,11),(1668,1932598827,12),(1668,1950742827,11),(1668,1964048427,12),(1668,1982797227,11),(1668,1995498027,12),(1668,2014246827,11),(1668,2026947627,12),(1668,2045696427,11),(1668,2058397227,12),(1668,2077146027,11),(1668,2090451627,12),(1668,2108595627,11),(1668,2121901227,12),(1668,2140045227,11),(1669,-904435200,0),(1669,-891129600,1),(1669,-872985600,0),(1669,-859680000,1),(1669,354675609,2),(1669,370400410,3),(1669,386125210,2),(1669,401850011,3),(1669,417574811,2),(1669,433299612,3),(1669,449024412,2),(1669,465354012,3),(1669,481078812,2),(1669,496803613,3),(1669,512528413,2),(1669,528253213,3),(1669,543978013,2),(1669,559702813,3),(1669,575427614,2),(1669,591152414,3),(1669,606877214,2),(1669,622602014,3),(1669,638326815,2),(1669,654656415,3),(1669,670381216,2),(1669,686106016,3),(1669,701830816,2),(1669,717555617,3),(1669,733280417,2),(1669,749005218,3),(1669,764730018,2),(1669,780454819,3),(1669,796179619,2),(1669,811904419,3),(1669,828234020,2),(1669,846378020,3),(1669,859683620,2),(1669,877827621,3),(1669,891133221,2),(1669,909277221,3),(1669,922582822,2),(1669,941331622,3),(1669,954032422,2),(1669,972781222,3),(1669,985482022,2),(1669,1004230822,3),(1669,1017536422,2),(1669,1035680422,3),(1669,1048986022,2),(1669,1067130022,3),(1669,1080435622,2),(1669,1099184422,3),(1669,1111885222,2),(1669,1130634022,3),(1669,1143334823,2),(1669,1162083623,3),(1669,1174784423,2),(1669,1193533223,3),(1669,1206838823,2),(1669,1224982823,3),(1669,1238288424,2),(1669,1256432424,3),(1669,1269738024,2),(1669,1288486824,3),(1669,1301187624,2),(1669,1319936424,3),(1669,1332637224,2),(1669,1351386025,3),(1669,1364691625,2),(1669,1382835625,3),(1669,1396141225,2),(1669,1414285225,3),(1669,1427590825,2),(1669,1445734826,3),(1669,1459040426,2),(1669,1477789226,3),(1669,1490490027,2),(1669,1509238827,3),(1669,1521939627,2),(1669,1540688427,3),(1669,1553994027,2),(1669,1572138027,3),(1669,1585443627,2),(1669,1603587627,3),(1669,1616893227,2),(1669,1635642027,3),(1669,1648342827,2),(1669,1667091627,3),(1669,1679792427,2),(1669,1698541227,3),(1669,1711846827,2),(1669,1729990827,3),(1669,1743296427,2),(1669,1761440427,3),(1669,1774746027,2),(1669,1792890027,3),(1669,1806195627,2),(1669,1824944427,3),(1669,1837645227,2),(1669,1856394027,3),(1669,1869094827,2),(1669,1887843627,3),(1669,1901149227,2),(1669,1919293227,3),(1669,1932598827,2),(1669,1950742827,3),(1669,1964048427,2),(1669,1982797227,3),(1669,1995498027,2),(1669,2014246827,3),(1669,2026947627,2),(1669,2045696427,3),(1669,2058397227,2),(1669,2077146027,3),(1669,2090451627,2),(1669,2108595627,3),(1669,2121901227,2),(1669,2140045227,3),(1670,-1690765200,0),(1670,-1680487200,1),(1670,-1664758800,0),(1670,-1648951200,1),(1670,-1635123600,0),(1670,-1616896800,1),(1670,-1604278800,0),(1670,-1585533600,1),(1670,-1571014800,0),(1670,-1555293600,1),(1670,-932432400,0),(1670,-857257200,2),(1670,-844556400,3),(1670,-830311200,0),(1670,-828226800,2),(1670,-812502000,3),(1670,-807156000,0),(1670,-798073200,2),(1670,-781052400,0),(1670,-766717200,1),(1670,-750898800,3),(1670,-733359600,2),(1670,-719456400,3),(1670,-701917200,2),(1670,-689209200,3),(1670,-670460400,2),(1670,-114051600,3),(1670,-103168800,1),(1670,-81997200,3),(1670,-71715600,2),(1670,-50547600,3),(1670,-40266000,2),(1670,-18493200,3),(1670,-8211600,2),(1670,12956400,3),(1670,23238000,2),(1670,43801200,3),(1670,54687600,2),(1670,75855600,3),(1670,86742001,2),(1670,107910002,3),(1670,118191602,2),(1670,138754803,3),(1670,149641203,2),(1670,170809204,3),(1670,181090804,2),(1670,202258805,3),(1670,212540405,2),(1670,233103606,3),(1670,243990006,2),(1670,265158007,3),(1670,276044407,2),(1670,296607608,3),(1670,307494008,2),(1670,315529208,1),(1670,323830809,4),(1670,338950809,5),(1670,354675609,4),(1670,370400410,5),(1670,386125210,4),(1670,401850011,5),(1670,417574811,4),(1670,433299612,5),(1670,449024412,4),(1670,465354012,5),(1670,481078812,4),(1670,496803613,5),(1670,512528413,4),(1670,528253213,5),(1670,543978013,4),(1670,559702813,5),(1670,575427614,4),(1670,591152414,5),(1670,606877214,4),(1670,622602014,5),(1670,638326815,4),(1670,654656415,5),(1670,670381216,4),(1670,686106016,5),(1670,701830816,4),(1670,717555617,5),(1670,733280417,4),(1670,749005218,5),(1670,764730018,4),(1670,780454819,5),(1670,796179619,4),(1670,811904419,5),(1670,828234020,4),(1670,846378020,5),(1670,859683620,4),(1670,877827621,5),(1670,891133221,4),(1670,909277221,5),(1670,922582822,4),(1670,941331622,5),(1670,954032422,4),(1670,972781222,5),(1670,985482022,4),(1670,1004230822,5),(1670,1017536422,4),(1670,1035680422,5),(1670,1048986022,4),(1670,1067130022,5),(1670,1080435622,4),(1670,1099184422,5),(1670,1111885222,4),(1670,1130634022,5),(1670,1143334823,4),(1670,1162083623,5),(1670,1174784423,4),(1670,1193533223,5),(1670,1206838823,4),(1670,1224982823,5),(1670,1238288424,4),(1670,1256432424,5),(1670,1269738024,4),(1670,1288486824,5),(1670,1301187624,4),(1670,1319936424,5),(1670,1332637224,4),(1670,1351386025,5),(1670,1364691625,4),(1670,1382835625,5),(1670,1396141225,4),(1670,1414285225,5),(1670,1427590825,4),(1670,1445734826,5),(1670,1459040426,4),(1670,1477789226,5),(1670,1490490027,4),(1670,1509238827,5),(1670,1521939627,4),(1670,1540688427,5),(1670,1553994027,4),(1670,1572138027,5),(1670,1585443627,4),(1670,1603587627,5),(1670,1616893227,4),(1670,1635642027,5),(1670,1648342827,4),(1670,1667091627,5),(1670,1679792427,4),(1670,1698541227,5),(1670,1711846827,4),(1670,1729990827,5),(1670,1743296427,4),(1670,1761440427,5),(1670,1774746027,4),(1670,1792890027,5),(1670,1806195627,4),(1670,1824944427,5),(1670,1837645227,4),(1670,1856394027,5),(1670,1869094827,4),(1670,1887843627,5),(1670,1901149227,4),(1670,1919293227,5),(1670,1932598827,4),(1670,1950742827,5),(1670,1964048427,4),(1670,1982797227,5),(1670,1995498027,4),(1670,2014246827,5),(1670,2026947627,4),(1670,2045696427,5),(1670,2058397227,4),(1670,2077146027,5),(1670,2090451627,4),(1670,2108595627,5),(1670,2121901227,4),(1670,2140045227,5),(1671,-1693706400,0),(1671,-1680483600,1),(1671,-1663455600,2),(1671,-1650150000,3),(1671,-1632006000,2),(1671,-1618700400,3),(1671,-1577926800,1),(1671,-1569711600,2),(1671,-1555801200,3),(1671,-938905200,2),(1671,-857257200,3),(1671,-844556400,2),(1671,-828226800,3),(1671,-812502000,2),(1671,-796777200,3),(1671,-781052400,2),(1671,-780188400,3),(1671,-757386000,1),(1671,-748479600,2),(1671,-733273200,3),(1671,-717634800,2),(1671,-701910000,3),(1671,-684975600,2),(1671,-670460400,3),(1671,323823609,0),(1671,338940009,1),(1671,354675609,4),(1671,370400410,5),(1671,386125210,4),(1671,401850011,5),(1671,417574811,4),(1671,433299612,5),(1671,449024412,4),(1671,465354012,5),(1671,481078812,4),(1671,496803613,5),(1671,512528413,4),(1671,528253213,5),(1671,543978013,4),(1671,559702813,5),(1671,575427614,4),(1671,591152414,5),(1671,606877214,4),(1671,622602014,5),(1671,638326815,4),(1671,654656415,5),(1671,670381216,4),(1671,686106016,5),(1671,701830816,4),(1671,717555617,5),(1671,733280417,4),(1671,749005218,5),(1671,764730018,4),(1671,780454819,5),(1671,796179619,4),(1671,811904419,5),(1671,828234020,4),(1671,846378020,5),(1671,859683620,4),(1671,877827621,5),(1671,891133221,4),(1671,909277221,5),(1671,922582822,4),(1671,941331622,5),(1671,954032422,4),(1671,972781222,5),(1671,985482022,4),(1671,1004230822,5),(1671,1017536422,4),(1671,1035680422,5),(1671,1048986022,4),(1671,1067130022,5),(1671,1080435622,4),(1671,1099184422,5),(1671,1111885222,4),(1671,1130634022,5),(1671,1143334823,4),(1671,1162083623,5),(1671,1174784423,4),(1671,1193533223,5),(1671,1206838823,4),(1671,1224982823,5),(1671,1238288424,4),(1671,1256432424,5),(1671,1269738024,4),(1671,1288486824,5),(1671,1301187624,4),(1671,1319936424,5),(1671,1332637224,4),(1671,1351386025,5),(1671,1364691625,4),(1671,1382835625,5),(1671,1396141225,4),(1671,1414285225,5),(1671,1427590825,4),(1671,1445734826,5),(1671,1459040426,4),(1671,1477789226,5),(1671,1490490027,4),(1671,1509238827,5),(1671,1521939627,4),(1671,1540688427,5),(1671,1553994027,4),(1671,1572138027,5),(1671,1585443627,4),(1671,1603587627,5),(1671,1616893227,4),(1671,1635642027,5),(1671,1648342827,4),(1671,1667091627,5),(1671,1679792427,4),(1671,1698541227,5),(1671,1711846827,4),(1671,1729990827,5),(1671,1743296427,4),(1671,1761440427,5),(1671,1774746027,4),(1671,1792890027,5),(1671,1806195627,4),(1671,1824944427,5),(1671,1837645227,4),(1671,1856394027,5),(1671,1869094827,4),(1671,1887843627,5),(1671,1901149227,4),(1671,1919293227,5),(1671,1932598827,4),(1671,1950742827,5),(1671,1964048427,4),(1671,1982797227,5),(1671,1995498027,4),(1671,2014246827,5),(1671,2026947627,4),(1671,2045696427,5),(1671,2058397227,4),(1671,2077146027,5),(1671,2090451627,4),(1671,2108595627,5),(1671,2121901227,4),(1671,2140045227,5),(1672,-1672536240,1),(1672,-1585100136,2),(1672,-1561251600,3),(1672,-1553565600,2),(1672,-928198800,4),(1672,-900126000,7),(1672,-857257200,5),(1672,-844556400,6),(1672,-828226800,5),(1672,-812502000,6),(1672,-802144800,4),(1672,354920409,8),(1672,370728010,4),(1672,386456410,8),(1672,402264011,4),(1672,417992411,8),(1672,433800012,4),(1672,449614812,8),(1672,465346812,9),(1672,481071612,10),(1672,496796413,9),(1672,512521213,10),(1672,528246013,9),(1672,543970813,10),(1672,559695613,9),(1672,575420414,10),(1672,591145214,9),(1672,606870014,11),(1672,622598414,12),(1672,638323215,11),(1672,654652815,12),(1672,670377616,11),(1672,686102416,12),(1672,701827216,11),(1672,717552017,12),(1672,733276817,11),(1672,749001618,12),(1672,764726418,11),(1672,780451219,12),(1672,796176019,11),(1672,811900819,12),(1672,828230420,11),(1672,846374420,12),(1672,859680020,11),(1672,877824021,12),(1672,883605621,3),(1672,891133221,13),(1672,909277221,14),(1672,922582822,13),(1672,941331622,15),(1672,1041372022,3),(1672,1048986022,16),(1672,1067130022,15),(1672,1080435622,16),(1672,1099184422,15),(1672,1111885222,16),(1672,1130634022,15),(1672,1143334823,16),(1672,1162083623,15),(1672,1174784423,16),(1672,1193533223,15),(1672,1206838823,16),(1672,1224982823,15),(1672,1238288424,16),(1672,1256432424,15),(1672,1269738024,16),(1672,1288486824,15),(1672,1301187624,16),(1672,1319936424,15),(1672,1332637224,16),(1672,1351386025,15),(1672,1364691625,16),(1672,1382835625,15),(1672,1396141225,16),(1672,1414285225,15),(1672,1427590825,16),(1672,1445734826,15),(1672,1459040426,16),(1672,1477789226,15),(1672,1490490027,16),(1672,1509238827,15),(1672,1521939627,16),(1672,1540688427,15),(1672,1553994027,16),(1672,1572138027,15),(1672,1585443627,16),(1672,1603587627,15),(1672,1616893227,16),(1672,1635642027,15),(1672,1648342827,16),(1672,1667091627,15),(1672,1679792427,16),(1672,1698541227,15),(1672,1711846827,16),(1672,1729990827,15),(1672,1743296427,16),(1672,1761440427,15),(1672,1774746027,16),(1672,1792890027,15),(1672,1806195627,16),(1672,1824944427,15),(1672,1837645227,16),(1672,1856394027,15),(1672,1869094827,16),(1672,1887843627,15),(1672,1901149227,16),(1672,1919293227,15),(1672,1932598827,16),(1672,1950742827,15),(1672,1964048427,16),(1672,1982797227,15),(1672,1995498027,16),(1672,2014246827,15),(1672,2026947627,16),(1672,2045696427,15),(1672,2058397227,16),(1672,2077146027,15),(1672,2090451627,16),(1672,2108595627,15),(1672,2121901227,16),(1672,2140045227,15),(1673,-1577761060,1),(1673,-1247540400,2),(1673,354916809,3),(1673,370724410,2),(1673,386452810,3),(1673,402260411,2),(1673,417988811,3),(1673,433796412,2),(1673,449611212,3),(1673,465343212,4),(1673,481068012,5),(1673,496792813,4),(1673,512517613,5),(1673,528242413,4),(1673,543967213,5),(1673,559692013,4),(1673,575416814,6),(1673,591145214,7),(1673,606870014,6),(1673,622594814,7),(1673,638319615,6),(1673,654649215,7),(1673,670374016,4),(1673,701820016,6),(1673,717548417,7),(1673,733273217,6),(1673,748998018,7),(1673,764722818,6),(1673,780447619,7),(1673,796172419,6),(1673,811897219,7),(1673,828226820,6),(1673,846370820,7),(1673,859676420,6),(1673,877820421,7),(1673,891126021,6),(1673,909270021,7),(1673,922575622,6),(1673,941324422,7),(1673,954025222,6),(1673,972774022,7),(1673,985474822,6),(1673,1004223622,7),(1673,1017529222,6),(1673,1035673222,7),(1673,1048978822,6),(1673,1067122822,7),(1673,1080428422,6),(1673,1099177222,7),(1673,1111878022,6),(1673,1130626822,7),(1673,1143327623,6),(1673,1162076423,7),(1673,1174777223,6),(1673,1193526023,7),(1673,1206831623,6),(1673,1224975623,7),(1673,1238281224,6),(1673,1256425224,7),(1673,1269730824,6),(1673,1288479624,7),(1673,1301180424,4),(1673,1414274425,7),(1673,1540681227,4),(1673,1609020027,7),(1674,-1717032240,2),(1674,-1693706400,1),(1674,-1680483600,2),(1674,-1663455600,3),(1674,-1650150000,4),(1674,-1632006000,3),(1674,-1618700400,7),(1674,-1600473600,5),(1674,-1587168000,6),(1674,-1501725600,2),(1674,-931734000,1),(1674,-857257200,4),(1674,-844556400,3),(1674,-828226800,4),(1674,-812502000,3),(1674,-796874400,1),(1674,-796608000,2),(1674,-778726800,1),(1674,-762660000,2),(1674,-748486800,3),(1674,-733273200,4),(1674,-715215600,3),(1674,-701910000,4),(1674,-684975600,3),(1674,-670460400,4),(1674,-654130800,3),(1674,-639010800,4),(1674,-397094400,3),(1674,-386812800,4),(1674,-371088000,3),(1674,-355363200,4),(1674,-334195200,3),(1674,-323308800,4),(1674,-307584000,3),(1674,-291859200,4),(1674,-271296000,3),(1674,-260409600,4),(1674,-239846400,3),(1674,-228960000,4),(1674,-208396800,3),(1674,-197510400,4),(1674,-176342400,3),(1674,-166060800,4),(1674,220921205,2),(1674,228873606,3),(1674,243993606,4),(1674,260323207,3),(1674,276048007,4),(1674,291772808,3),(1674,307497608,4),(1674,323827209,3),(1674,338947209,4),(1674,354672009,3),(1674,370396810,4),(1674,386121610,3),(1674,401846411,4),(1674,417571211,3),(1674,433296012,4),(1674,449020812,3),(1674,465350412,4),(1674,481075212,3),(1674,496800013,4),(1674,512524813,3),(1674,528249613,4),(1674,543974413,3),(1674,559699213,4),(1674,567990013,2),(1674,575427614,8),(1674,591152414,9),(1674,606877214,8),(1674,622602014,9),(1674,638326815,8),(1674,654656415,9),(1674,670381216,8),(1674,686106016,9),(1674,701830816,8),(1674,717555617,9),(1674,733280417,8),(1674,749005218,9),(1674,764730018,8),(1674,780454819,9),(1674,796179619,8),(1674,811904419,9),(1674,828234020,8),(1674,846378020,9),(1674,859683620,8),(1674,877827621,9),(1674,891133221,8),(1674,909277221,9),(1674,922582822,8),(1674,941331622,9),(1674,954032422,8),(1674,972781222,9),(1674,985482022,8),(1674,1004230822,9),(1674,1017536422,8),(1674,1035680422,9),(1674,1048986022,8),(1674,1067130022,9),(1674,1080435622,8),(1674,1099184422,9),(1674,1111885222,8),(1674,1130634022,9),(1674,1143334823,8),(1674,1162083623,9),(1674,1174784423,8),(1674,1193533223,9),(1674,1206838823,8),(1674,1224982823,9),(1674,1238288424,8),(1674,1256432424,9),(1674,1269738024,8),(1674,1288486824,9),(1674,1301187624,8),(1674,1319936424,9),(1674,1332637224,8),(1674,1351386025,9),(1674,1364691625,8),(1674,1382835625,9),(1674,1396141225,8),(1674,1414285225,9),(1674,1427590825,8),(1674,1445734826,9),(1674,1459040426,8),(1674,1477789226,9),(1674,1490490027,8),(1674,1509238827,9),(1674,1521939627,8),(1674,1540688427,9),(1674,1553994027,8),(1674,1572138027,9),(1674,1585443627,8),(1674,1603587627,9),(1674,1616893227,8),(1674,1635642027,9),(1674,1648342827,8),(1674,1667091627,9),(1674,1679792427,8),(1674,1698541227,9),(1674,1711846827,8),(1674,1729990827,9),(1674,1743296427,8),(1674,1761440427,9),(1674,1774746027,8),(1674,1792890027,9),(1674,1806195627,8),(1674,1824944427,9),(1674,1837645227,8),(1674,1856394027,9),(1674,1869094827,8),(1674,1887843627,9),(1674,1901149227,8),(1674,1919293227,9),(1674,1932598827,8),(1674,1950742827,9),(1674,1964048427,8),(1674,1982797227,9),(1674,1995498027,8),(1674,2014246827,9),(1674,2026947627,8),(1674,2045696427,9),(1674,2058397227,8),(1674,2077146027,9),(1674,2090451627,8),(1674,2108595627,9),(1674,2121901227,8),(1674,2140045227,9),(1675,-905824800,3),(1675,-857257200,1),(1675,-844556400,2),(1675,-828226800,1),(1675,-812502000,2),(1675,-796777200,1),(1675,-788922000,0),(1675,-777942000,2),(1675,-766623600,1),(1675,407199611,0),(1675,417574811,4),(1675,433299612,5),(1675,449024412,4),(1675,465354012,5),(1675,481078812,4),(1675,496803613,5),(1675,512528413,4),(1675,528253213,5),(1675,543978013,4),(1675,559702813,5),(1675,575427614,4),(1675,591152414,5),(1675,606877214,4),(1675,622602014,5),(1675,638326815,4),(1675,654656415,5),(1675,670381216,4),(1675,686106016,5),(1675,701830816,4),(1675,717555617,5),(1675,733280417,4),(1675,749005218,5),(1675,764730018,4),(1675,780454819,5),(1675,796179619,4),(1675,811904419,5),(1675,828234020,4),(1675,846378020,5),(1675,859683620,4),(1675,877827621,5),(1675,891133221,4),(1675,909277221,5),(1675,922582822,4),(1675,941331622,5),(1675,954032422,4),(1675,972781222,5),(1675,985482022,4),(1675,1004230822,5),(1675,1017536422,4),(1675,1035680422,5),(1675,1048986022,4),(1675,1067130022,5),(1675,1080435622,4),(1675,1099184422,5),(1675,1111885222,4),(1675,1130634022,5),(1675,1143334823,4),(1675,1162083623,5),(1675,1174784423,4),(1675,1193533223,5),(1675,1206838823,4),(1675,1224982823,5),(1675,1238288424,4),(1675,1256432424,5),(1675,1269738024,4),(1675,1288486824,5),(1675,1301187624,4),(1675,1319936424,5),(1675,1332637224,4),(1675,1351386025,5),(1675,1364691625,4),(1675,1382835625,5),(1675,1396141225,4),(1675,1414285225,5),(1675,1427590825,4),(1675,1445734826,5),(1675,1459040426,4),(1675,1477789226,5),(1675,1490490027,4),(1675,1509238827,5),(1675,1521939627,4),(1675,1540688427,5),(1675,1553994027,4),(1675,1572138027,5),(1675,1585443627,4),(1675,1603587627,5),(1675,1616893227,4),(1675,1635642027,5),(1675,1648342827,4),(1675,1667091627,5),(1675,1679792427,4),(1675,1698541227,5),(1675,1711846827,4),(1675,1729990827,5),(1675,1743296427,4),(1675,1761440427,5),(1675,1774746027,4),(1675,1792890027,5),(1675,1806195627,4),(1675,1824944427,5),(1675,1837645227,4),(1675,1856394027,5),(1675,1869094827,4),(1675,1887843627,5),(1675,1901149227,4),(1675,1919293227,5),(1675,1932598827,4),(1675,1950742827,5),(1675,1964048427,4),(1675,1982797227,5),(1675,1995498027,4),(1675,2014246827,5),(1675,2026947627,4),(1675,2045696427,5),(1675,2058397227,4),(1675,2077146027,5),(1675,2090451627,4),(1675,2108595627,5),(1675,2121901227,4),(1675,2140045227,5),(1676,-1441160400,1),(1676,-1247536800,2),(1676,-894769200,5),(1676,-857257200,3),(1676,-844556400,4),(1676,-828226800,3),(1676,-826419600,2),(1676,354920409,6),(1676,370728010,2),(1676,386456410,6),(1676,402264011,2),(1676,417992411,6),(1676,433800012,2),(1676,449614812,6),(1676,465346812,7),(1676,481071612,8),(1676,496796413,7),(1676,512521213,8),(1676,528246013,7),(1676,543970813,8),(1676,559695613,7),(1676,575420414,8),(1676,591145214,7),(1676,606870014,8),(1676,622594814,7),(1676,638319615,8),(1676,654649215,7),(1676,670374016,9),(1676,686091616,1),(1676,701827216,10),(1676,717552017,11),(1676,733276817,10),(1676,749001618,11),(1676,764726418,10),(1676,780451219,11),(1676,796176019,10),(1676,811900819,11),(1676,828230420,10),(1676,831934820,9),(1676,846378020,12),(1676,859683620,13),(1676,877827621,12),(1676,891133221,13),(1676,909277221,12),(1676,922582822,13),(1676,941331622,12),(1676,954032422,13),(1676,972781222,12),(1676,985482022,13),(1676,1004230822,12),(1676,1017536422,13),(1676,1035680422,12),(1676,1048986022,13),(1676,1067130022,12),(1676,1080435622,13),(1676,1099184422,12),(1676,1111885222,13),(1676,1130634022,12),(1676,1143334823,13),(1676,1162083623,12),(1676,1174784423,13),(1676,1193533223,12),(1676,1206838823,13),(1676,1224982823,12),(1676,1238288424,13),(1676,1256432424,12),(1676,1269738024,13),(1676,1288486824,12),(1676,1301187624,13),(1676,1319936424,12),(1676,1332637224,13),(1676,1351386025,12),(1676,1364691625,13),(1676,1382835625,12),(1676,1396141225,13),(1676,1414285225,12),(1676,1427590825,13),(1676,1445734826,12),(1676,1459040426,13),(1676,1477789226,12),(1676,1490490027,13),(1676,1509238827,12),(1676,1521939627,13),(1676,1540688427,12),(1676,1553994027,13),(1676,1572138027,12),(1676,1585443627,13),(1676,1603587627,12),(1676,1616893227,13),(1676,1635642027,12),(1676,1648342827,13),(1676,1667091627,12),(1676,1679792427,13),(1676,1698541227,12),(1676,1711846827,13),(1676,1729990827,12),(1676,1743296427,13),(1676,1761440427,12),(1676,1774746027,13),(1676,1792890027,12),(1676,1806195627,13),(1676,1824944427,12),(1676,1837645227,13),(1676,1856394027,12),(1676,1869094827,13),(1676,1887843627,12),(1676,1901149227,13),(1676,1919293227,12),(1676,1932598827,13),(1676,1950742827,12),(1676,1964048427,13),(1676,1982797227,12),(1676,1995498027,13),(1676,2014246827,12),(1676,2026947627,13),(1676,2045696427,12),(1676,2058397227,13),(1676,2077146027,12),(1676,2090451627,13),(1676,2108595627,12),(1676,2121901227,13),(1676,2140045227,12),(1677,-904435200,0),(1677,-891129600,1),(1677,-872985600,0),(1677,-859680000,1),(1677,354675609,2),(1677,370400410,3),(1677,386125210,2),(1677,401850011,3),(1677,417574811,2),(1677,433299612,3),(1677,449024412,2),(1677,465354012,3),(1677,481078812,2),(1677,496803613,3),(1677,512528413,2),(1677,528253213,3),(1677,543978013,2),(1677,559702813,3),(1677,575427614,2),(1677,591152414,3),(1677,606877214,2),(1677,622602014,3),(1677,638326815,2),(1677,654656415,3),(1677,670381216,2),(1677,686106016,3),(1677,701830816,2),(1677,717555617,3),(1677,733280417,2),(1677,749005218,3),(1677,764730018,2),(1677,780454819,3),(1677,796179619,2),(1677,811904419,3),(1677,828234020,2),(1677,846378020,3),(1677,859683620,2),(1677,877827621,3),(1677,891133221,2),(1677,909277221,3),(1677,922582822,2),(1677,941331622,3),(1677,954032422,2),(1677,972781222,3),(1677,985482022,2),(1677,1004230822,3),(1677,1017536422,2),(1677,1035680422,3),(1677,1048986022,2),(1677,1067130022,3),(1677,1080435622,2),(1677,1099184422,3),(1677,1111885222,2),(1677,1130634022,3),(1677,1143334823,2),(1677,1162083623,3),(1677,1174784423,2),(1677,1193533223,3),(1677,1206838823,2),(1677,1224982823,3),(1677,1238288424,2),(1677,1256432424,3),(1677,1269738024,2),(1677,1288486824,3),(1677,1301187624,2),(1677,1319936424,3),(1677,1332637224,2),(1677,1351386025,3),(1677,1364691625,2),(1677,1382835625,3),(1677,1396141225,2),(1677,1414285225,3),(1677,1427590825,2),(1677,1445734826,3),(1677,1459040426,2),(1677,1477789226,3),(1677,1490490027,2),(1677,1509238827,3),(1677,1521939627,2),(1677,1540688427,3),(1677,1553994027,2),(1677,1572138027,3),(1677,1585443627,2),(1677,1603587627,3),(1677,1616893227,2),(1677,1635642027,3),(1677,1648342827,2),(1677,1667091627,3),(1677,1679792427,2),(1677,1698541227,3),(1677,1711846827,2),(1677,1729990827,3),(1677,1743296427,2),(1677,1761440427,3),(1677,1774746027,2),(1677,1792890027,3),(1677,1806195627,2),(1677,1824944427,3),(1677,1837645227,2),(1677,1856394027,3),(1677,1869094827,2),(1677,1887843627,3),(1677,1901149227,2),(1677,1919293227,3),(1677,1932598827,2),(1677,1950742827,3),(1677,1964048427,2),(1677,1982797227,3),(1677,1995498027,2),(1677,2014246827,3),(1677,2026947627,2),(1677,2045696427,3),(1677,2058397227,2),(1677,2077146027,3),(1677,2090451627,2),(1677,2108595627,3),(1677,2121901227,2),(1677,2140045227,3),(1678,-1691964000,0),(1678,-1680472800,1),(1678,-1664143200,0),(1678,-1650146400,1),(1678,-1633903200,0),(1678,-1617487200,1),(1678,-1601848800,0),(1678,-1586037600,1),(1678,-1570399200,0),(1678,-1552168800,1),(1678,-1538344800,0),(1678,-1522533600,1),(1678,-1507500000,0),(1678,-1490565600,1),(1678,-1473631200,0),(1678,-1460930400,1),(1678,-1442786400,0),(1678,-1428876000,1),(1678,-1410732000,0),(1678,-1396216800,1),(1678,-1379282400,0),(1678,-1364767200,1),(1678,-1348437600,0),(1678,-1333317600,1),(1678,-1315778400,0),(1678,-1301263200,1),(1678,-1284328800,0),(1678,-1269813600,1),(1678,-1253484000,0),(1678,-1238364000,1),(1678,-1221429600,0),(1678,-1206914400,1),(1678,-1189980000,0),(1678,-1175464800,1),(1678,-1159135200,0),(1678,-1143410400,1),(1678,-1126476000,0),(1678,-1111960800,1),(1678,-1095631200,0),(1678,-1080511200,1),(1678,-1063576800,0),(1678,-1049061600,1),(1678,-1032127200,0),(1678,-1017612000,1),(1678,-1001282400,0),(1678,-986162400,1),(1678,-969228000,0),(1678,-950479200,1),(1678,-942012000,0),(1678,-904518000,2),(1678,-896050800,0),(1678,-875487600,2),(1678,-864601200,0),(1678,-844038000,2),(1678,-832546800,0),(1678,-812588400,2),(1678,-798073200,0),(1678,-781052400,2),(1678,-772066800,0),(1678,-764805600,1),(1678,-748476000,0),(1678,-733356000,1),(1678,-719445600,0),(1678,-717030000,2),(1678,-706748400,0),(1678,-699487200,1),(1678,-687996000,0),(1678,-668037600,1),(1678,-654732000,0),(1678,-636588000,1),(1678,-622072800,0),(1678,-605743200,1),(1678,-590623200,0),(1678,-574293600,1),(1678,-558568800,0),(1678,-542239200,1),(1678,-527119200,0),(1678,-512604000,1),(1678,-496274400,0),(1678,-481154400,1),(1678,-464220000,0),(1678,-449704800,1),(1678,-432165600,0),(1678,-417650400,1),(1678,-401320800,0),(1678,-386200800,1),(1678,-369266400,0),(1678,-354751200,1),(1678,-337816800,0),(1678,-323301600,1),(1678,-306972000,0),(1678,-291852000,1),(1678,-276732000,0),(1678,-257983200,1),(1678,-245282400,0),(1678,-226533600,1),(1678,-213228000,0),(1678,-195084000,1),(1678,-182383200,0),(1678,-163634400,1),(1678,-150933600,0),(1678,-132184800,1),(1678,-119484000,0),(1678,-100735200,1),(1678,-88034400,0),(1678,-68680800,1),(1678,-59004000,0),(1678,-37242000,3),(1678,57722400,5),(1678,69818400,0),(1678,89172001,1),(1678,101268002,0),(1678,120621602,1),(1678,132717603,0),(1678,152071203,1),(1678,164167204,0),(1678,183520804,1),(1678,196221605,0),(1678,214970405,1),(1678,227671206,0),(1678,246420006,1),(1678,259120807,0),(1678,278474407,1),(1678,290570408,0),(1678,309924008,1),(1678,322020009,0),(1678,341373609,1),(1678,354675609,4),(1678,372819610,5),(1678,386125210,4),(1678,404269211,5),(1678,417574811,4),(1678,435718812,5),(1678,449024412,4),(1678,467773212,5),(1678,481078812,4),(1678,499222813,5),(1678,512528413,4),(1678,530672413,5),(1678,543978013,4),(1678,562122013,5),(1678,575427614,4),(1678,593571614,5),(1678,606877214,4),(1678,625626014,5),(1678,638326815,4),(1678,657075615,5),(1678,670381216,4),(1678,688525216,5),(1678,701830816,4),(1678,719974817,5),(1678,733280417,4),(1678,751424418,5),(1678,764730018,4),(1678,782874019,5),(1678,796179619,4),(1678,814323619,5),(1678,820454420,6),(1678,828234020,4),(1678,846378020,5),(1678,859683620,4),(1678,877827621,5),(1678,891133221,4),(1678,909277221,5),(1678,922582822,4),(1678,941331622,5),(1678,954032422,4),(1678,972781222,5),(1678,985482022,4),(1678,1004230822,5),(1678,1017536422,4),(1678,1035680422,5),(1678,1048986022,4),(1678,1067130022,5),(1678,1080435622,4),(1678,1099184422,5),(1678,1111885222,4),(1678,1130634022,5),(1678,1143334823,4),(1678,1162083623,5),(1678,1174784423,4),(1678,1193533223,5),(1678,1206838823,4),(1678,1224982823,5),(1678,1238288424,4),(1678,1256432424,5),(1678,1269738024,4),(1678,1288486824,5),(1678,1301187624,4),(1678,1319936424,5),(1678,1332637224,4),(1678,1351386025,5),(1678,1364691625,4),(1678,1382835625,5),(1678,1396141225,4),(1678,1414285225,5),(1678,1427590825,4),(1678,1445734826,5),(1678,1459040426,4),(1678,1477789226,5),(1678,1490490027,4),(1678,1509238827,5),(1678,1521939627,4),(1678,1540688427,5),(1678,1553994027,4),(1678,1572138027,5),(1678,1585443627,4),(1678,1603587627,5),(1678,1616893227,4),(1678,1635642027,5),(1678,1648342827,4),(1678,1667091627,5),(1678,1679792427,4),(1678,1698541227,5),(1678,1711846827,4),(1678,1729990827,5),(1678,1743296427,4),(1678,1761440427,5),(1678,1774746027,4),(1678,1792890027,5),(1678,1806195627,4),(1678,1824944427,5),(1678,1837645227,4),(1678,1856394027,5),(1678,1869094827,4),(1678,1887843627,5),(1678,1901149227,4),(1678,1919293227,5),(1678,1932598827,4),(1678,1950742827,5),(1678,1964048427,4),(1678,1982797227,5),(1678,1995498027,4),(1678,2014246827,5),(1678,2026947627,4),(1678,2045696427,5),(1678,2058397227,4),(1678,2077146027,5),(1678,2090451627,4),(1678,2108595627,5),(1678,2121901227,4),(1678,2140045227,5),(1679,-1691964000,0),(1679,-1680472800,1),(1679,-1664143200,0),(1679,-1650146400,1),(1679,-1633903200,0),(1679,-1617487200,1),(1679,-1601848800,0),(1679,-1586037600,1),(1679,-1570399200,0),(1679,-1552168800,1),(1679,-1538344800,0),(1679,-1522533600,1),(1679,-1507500000,0),(1679,-1490565600,1),(1679,-1473631200,0),(1679,-1460930400,1),(1679,-1442786400,0),(1679,-1428876000,1),(1679,-1410732000,0),(1679,-1396216800,1),(1679,-1379282400,0),(1679,-1364767200,1),(1679,-1348437600,0),(1679,-1333317600,1),(1679,-1315778400,0),(1679,-1301263200,1),(1679,-1284328800,0),(1679,-1269813600,1),(1679,-1253484000,0),(1679,-1238364000,1),(1679,-1221429600,0),(1679,-1206914400,1),(1679,-1189980000,0),(1679,-1175464800,1),(1679,-1159135200,0),(1679,-1143410400,1),(1679,-1126476000,0),(1679,-1111960800,1),(1679,-1095631200,0),(1679,-1080511200,1),(1679,-1063576800,0),(1679,-1049061600,1),(1679,-1032127200,0),(1679,-1017612000,1),(1679,-1001282400,0),(1679,-986162400,1),(1679,-969228000,0),(1679,-950479200,1),(1679,-942012000,0),(1679,-904518000,2),(1679,-896050800,0),(1679,-875487600,2),(1679,-864601200,0),(1679,-844038000,2),(1679,-832546800,0),(1679,-812588400,2),(1679,-798073200,0),(1679,-781052400,2),(1679,-772066800,0),(1679,-764805600,1),(1679,-748476000,0),(1679,-733356000,1),(1679,-719445600,0),(1679,-717030000,2),(1679,-706748400,0),(1679,-699487200,1),(1679,-687996000,0),(1679,-668037600,1),(1679,-654732000,0),(1679,-636588000,1),(1679,-622072800,0),(1679,-605743200,1),(1679,-590623200,0),(1679,-574293600,1),(1679,-558568800,0),(1679,-542239200,1),(1679,-527119200,0),(1679,-512604000,1),(1679,-496274400,0),(1679,-481154400,1),(1679,-464220000,0),(1679,-449704800,1),(1679,-432165600,0),(1679,-417650400,1),(1679,-401320800,0),(1679,-386200800,1),(1679,-369266400,0),(1679,-354751200,1),(1679,-337816800,0),(1679,-323301600,1),(1679,-306972000,0),(1679,-291852000,1),(1679,-276732000,0),(1679,-257983200,1),(1679,-245282400,0),(1679,-226533600,1),(1679,-213228000,0),(1679,-195084000,1),(1679,-182383200,0),(1679,-163634400,1),(1679,-150933600,0),(1679,-132184800,1),(1679,-119484000,0),(1679,-100735200,1),(1679,-88034400,0),(1679,-68680800,1),(1679,-59004000,0),(1679,-37242000,3),(1679,57722400,5),(1679,69818400,0),(1679,89172001,1),(1679,101268002,0),(1679,120621602,1),(1679,132717603,0),(1679,152071203,1),(1679,164167204,0),(1679,183520804,1),(1679,196221605,0),(1679,214970405,1),(1679,227671206,0),(1679,246420006,1),(1679,259120807,0),(1679,278474407,1),(1679,290570408,0),(1679,309924008,1),(1679,322020009,0),(1679,341373609,1),(1679,354675609,4),(1679,372819610,5),(1679,386125210,4),(1679,404269211,5),(1679,417574811,4),(1679,435718812,5),(1679,449024412,4),(1679,467773212,5),(1679,481078812,4),(1679,499222813,5),(1679,512528413,4),(1679,530672413,5),(1679,543978013,4),(1679,562122013,5),(1679,575427614,4),(1679,593571614,5),(1679,606877214,4),(1679,625626014,5),(1679,638326815,4),(1679,657075615,5),(1679,670381216,4),(1679,688525216,5),(1679,701830816,4),(1679,719974817,5),(1679,733280417,4),(1679,751424418,5),(1679,764730018,4),(1679,782874019,5),(1679,796179619,4),(1679,814323619,5),(1679,820454420,6),(1679,828234020,4),(1679,846378020,5),(1679,859683620,4),(1679,877827621,5),(1679,891133221,4),(1679,909277221,5),(1679,922582822,4),(1679,941331622,5),(1679,954032422,4),(1679,972781222,5),(1679,985482022,4),(1679,1004230822,5),(1679,1017536422,4),(1679,1035680422,5),(1679,1048986022,4),(1679,1067130022,5),(1679,1080435622,4),(1679,1099184422,5),(1679,1111885222,4),(1679,1130634022,5),(1679,1143334823,4),(1679,1162083623,5),(1679,1174784423,4),(1679,1193533223,5),(1679,1206838823,4),(1679,1224982823,5),(1679,1238288424,4),(1679,1256432424,5),(1679,1269738024,4),(1679,1288486824,5),(1679,1301187624,4),(1679,1319936424,5),(1679,1332637224,4),(1679,1351386025,5),(1679,1364691625,4),(1679,1382835625,5),(1679,1396141225,4),(1679,1414285225,5),(1679,1427590825,4),(1679,1445734826,5),(1679,1459040426,4),(1679,1477789226,5),(1679,1490490027,4),(1679,1509238827,5),(1679,1521939627,4),(1679,1540688427,5),(1679,1553994027,4),(1679,1572138027,5),(1679,1585443627,4),(1679,1603587627,5),(1679,1616893227,4),(1679,1635642027,5),(1679,1648342827,4),(1679,1667091627,5),(1679,1679792427,4),(1679,1698541227,5),(1679,1711846827,4),(1679,1729990827,5),(1679,1743296427,4),(1679,1761440427,5),(1679,1774746027,4),(1679,1792890027,5),(1679,1806195627,4),(1679,1824944427,5),(1679,1837645227,4),(1679,1856394027,5),(1679,1869094827,4),(1679,1887843627,5),(1679,1901149227,4),(1679,1919293227,5),(1679,1932598827,4),(1679,1950742827,5),(1679,1964048427,4),(1679,1982797227,5),(1679,1995498027,4),(1679,2014246827,5),(1679,2026947627,4),(1679,2045696427,5),(1679,2058397227,4),(1679,2077146027,5),(1679,2090451627,4),(1679,2108595627,5),(1679,2121901227,4),(1679,2140045227,5),(1686,-2056690800,1),(1686,-900910800,2),(1686,-891579600,3),(1686,-884248200,4),(1686,-761209200,1),(1686,-747907200,2),(1686,-728541000,5),(1686,-717049800,6),(1686,-697091400,5),(1686,-683785800,6),(1686,-668061000,5),(1686,-654755400,2),(1686,-636611400,5),(1686,-623305800,2),(1686,-605161800,5),(1686,-591856200,2),(1686,-573712200,5),(1686,-559801800,2),(1686,-541657800,5),(1686,-528352200,2),(1686,-510211800,1),(1686,-498112200,2),(1686,-478762200,1),(1686,-466662600,2),(1686,-446707800,1),(1686,-435213000,2),(1686,-415258200,1),(1686,-403158600,2),(1686,-383808600,1),(1686,-371709000,2),(1686,-352359000,1),(1686,-340259400,2),(1686,-320909400,1),(1686,-308809800,2),(1686,-288855000,1),(1686,-277360200,2),(1686,-257405400,1),(1686,-245910600,2),(1686,-225955800,1),(1686,-213856200,2),(1686,-194506200,1),(1686,-182406600,2),(1686,-163056600,1),(1686,-148537800,2),(1686,-132816600,1),(1686,-117088200,2),(1686,-101367000,1),(1686,-85638600,2),(1686,-69312600,1),(1686,-53584200,2),(1686,-37863000,1),(1686,-22134600,2),(1686,-6413400,1),(1686,9315000,2),(1686,25036200,1),(1686,40764600,2),(1686,56485800,1),(1686,72214200,2),(1686,88540201,1),(1686,104268602,2),(1686,119989802,1),(1686,126041402,2),(1686,151439403,1),(1686,167167804,2),(1686,182889004,1),(1686,198617405,2),(1686,214338605,1),(1686,295385408,2),(1686,309292208,1),(1687,-1956609120,2),(1687,-1668211200,1),(1687,-1647212400,2),(1687,-1636675200,1),(1687,-1613430000,2),(1687,-1605139200,1),(1687,-1581894000,2),(1687,-1539561600,1),(1687,-1531350000,2),(1687,-968025600,1),(1687,-952293600,2),(1687,-942008400,1),(1687,-920239200,3),(1687,-909957600,4),(1687,-888789600,3),(1687,-877903200,4),(1687,-857944800,3),(1687,-846453600,4),(1687,-826495200,3),(1687,-815004000,4),(1687,-795045600,3),(1687,-783554400,4),(1687,-762991200,3),(1687,-752104800,4),(1687,-731541600,3),(1687,-717631200,4),(1687,-700092000,3),(1687,-686181600,4),(1687,-668642400,3),(1687,-654732000,4),(1687,-636588000,3),(1687,-623282400,4),(1687,-605743200,3),(1687,-591832800,4),(1687,-573688800,3),(1687,-559778400,4),(1687,-542239200,3),(1687,-528328800,4),(1687,-510789600,3),(1687,-496879200,4),(1687,-479340000,3),(1687,-465429600,4),(1687,-447890400,3),(1687,-433980000,4),(1687,-415836000,3),(1687,-401925600,4),(1687,-384386400,3),(1687,-370476000,4),(1687,-352936800,3),(1687,-339026400,4),(1687,-321487200,3),(1687,-307576800,4),(1687,-290037600,3),(1687,-276127200,4),(1687,-258588000,3),(1687,-244677600,4),(1687,-226533600,3),(1687,-212623200,4),(1687,-195084000,3),(1687,-181173600,4),(1687,-163634400,3),(1687,-149724000,4),(1687,-132184800,3),(1687,-118274400,4),(1687,-100735200,3),(1687,-86824800,4),(1687,-68680800,3),(1687,-54770400,5),(1688,-1946168836,1),(1688,-1309746600,2),(1688,-1261969200,1),(1688,-1041388200,3),(1688,-865305900,2),(1689,-1988167780,1),(1689,820436419,2),(1692,-1946168836,1),(1692,-1309746600,2),(1692,-1261969200,1),(1692,-1041388200,3),(1692,-865305900,2),(1693,-631152000,1),(1694,-1988163708,1),(1695,-315636840,1),(1696,-1988164200,2),(1696,403041611,1),(1696,417034811,2),(1696,1224972023,1),(1696,1238274024,2),(1697,-1946168836,1),(1697,-1309746600,2),(1697,-1261969200,1),(1697,-1041388200,3),(1697,-865305900,2),(1698,-1848886912,1),(1699,-1704165944,1),(1699,-757394744,2),(1699,247177806,4),(1699,259272007,3),(1699,277758007,4),(1699,283982407,2),(1699,290809808,5),(1699,306531008,2),(1699,322432209,5),(1699,338499009,2),(1699,673216216,5),(1699,685481416,2),(1699,701209816,5),(1699,717103817,2),(1699,732745817,5),(1699,748639818,2),(1699,764281818,5),(1699,780175819,2),(1699,795817819,5),(1699,811711819,2),(1699,827353820,5),(1699,843247820,2),(1699,858976220,5),(1699,874870221,2),(1699,890512221,5),(1699,906406221,2),(1699,922048222,5),(1699,937942222,2),(1699,953584222,5),(1699,969478222,2),(1699,985206622,5),(1699,1001100622,2),(1699,1016742622,5),(1699,1032636622,2),(1699,1048278622,5),(1699,1064172622,2),(1699,1079814622,5),(1699,1095708622,2),(1699,1111437022,5),(1699,1127331022,2),(1699,1206045023,5),(1699,1221939023,2),(1699,1237667424,5),(1699,1253561424,2),(1699,1269203424,5),(1699,1285097424,2),(1699,1300739424,5),(1699,1316633424,2),(1699,1332275424,5),(1699,1348169425,2),(1699,1363897825,5),(1699,1379791825,2),(1699,1395433825,5),(1699,1411327825,2),(1699,1426969825,5),(1699,1442863826,2),(1699,1458505826,5),(1699,1474399826,2),(1699,1490128227,5),(1699,1506022227,2),(1699,1521664227,5),(1699,1537558227,2),(1699,1553200227,5),(1699,1569094227,2),(1699,1584736227,5),(1699,1600630227,2),(1699,1616358627,5),(1699,1632252627,2),(1699,1647894627,5),(1699,1663788627,2),(1699,1679430627,5),(1699,1695324627,2),(1699,1710966627,5),(1699,1726860627,2),(1699,1742589027,5),(1699,1758483027,2),(1699,1774125027,5),(1699,1790019027,2),(1699,1805661027,5),(1699,1821555027,2),(1699,1837197027,5),(1699,1853091027,2),(1699,1868733027,5),(1699,1884627027,2),(1699,1900355427,5),(1699,1916249427,2),(1699,1931891427,5),(1699,1947785427,2),(1699,1963427427,5),(1699,1979321427,2),(1699,1994963427,5),(1699,2010857427,2),(1699,2026585827,5),(1699,2042479827,2),(1699,2058121827,5),(1699,2074015827,2),(1699,2089657827,5),(1699,2105551827,2),(1699,2121193827,5),(1699,2137087827,2),(1700,-1641003640,5),(1700,-933638400,1),(1700,-923097600,2),(1700,-919036800,1),(1700,-857347200,2),(1700,-844300800,1),(1700,-825811200,2),(1700,-812678400,1),(1700,-794188800,2),(1700,-779846400,1),(1700,-762652800,2),(1700,-748310400,1),(1700,-731116800,2),(1700,-681955200,3),(1700,-673228800,1),(1700,-667958400,2),(1700,-652320000,1),(1700,-636422400,2),(1700,-622080000,1),(1700,-608947200,2),(1700,-591840000,1),(1700,-572486400,2),(1700,-558576000,1),(1700,-542851200,2),(1700,-527731200,1),(1700,-514425600,2),(1700,-490838400,1),(1700,-482976000,2),(1700,-459388800,1),(1700,-451526400,2),(1700,-428544000,1),(1700,-418262400,2),(1700,-400118400,1),(1700,-387417600,2),(1700,142380003,4),(1700,150843603,5),(1700,167176804,4),(1700,178664404,5),(1700,334101609,6),(1700,337730409,7),(1700,452642412,6),(1700,462319212,7),(1700,482277612,4),(1700,494370013,5),(1700,516751213,4),(1700,526424413,5),(1700,545436013,4),(1700,558478813,5),(1700,576626414,4),(1700,589323614,5),(1700,609890414,4),(1700,620773214,5),(1700,638316015,4),(1700,651618015,5),(1700,669765616,4),(1700,683672416,5),(1700,701820016,4),(1700,715726817,5),(1700,733701617,4),(1700,747176418,5),(1700,765151218,4),(1700,778021219,5),(1700,796600819,4),(1700,810075619,5),(1700,826840820,4),(1700,842821220,5),(1700,858895220,4),(1700,874184421,5),(1700,890344821,4),(1700,905029221,5),(1700,923011222,4),(1700,936313222,5),(1700,955670422,4),(1700,970783222,5),(1700,986770822,4),(1700,1001282422,5),(1700,1017356422,4),(1700,1033941622,5),(1700,1048806022,4),(1700,1065132022,5),(1700,1081292422,4),(1700,1095804022,5),(1700,1112313622,4),(1700,1128812422,5),(1700,1143763223,4),(1700,1159657223,5),(1700,1175212823,4),(1700,1189897223,5),(1700,1206662423,4),(1700,1223161223,5),(1700,1238112024,4),(1700,1254006024,5),(1700,1269561624,4),(1700,1284246024,5),(1700,1301616024,4),(1700,1317510024,5),(1700,1333065624,4),(1700,1348354825,5),(1700,1364515225,4),(1700,1382828425,5),(1700,1395964825,4),(1700,1414278025,5),(1700,1427414425,4),(1700,1445727626,5),(1700,1458864026,4),(1700,1477782026,5),(1700,1490313627,4),(1700,1509231627,5),(1700,1521763227,4),(1700,1540681227,5),(1700,1553817627,4),(1700,1572130827,5),(1700,1585267227,4),(1700,1603580427,5),(1700,1616716827,4),(1700,1635634827,5),(1700,1648166427,4),(1700,1667084427,5),(1700,1679616027,4),(1700,1698534027,5),(1700,1711670427,4),(1700,1729983627,5),(1700,1743120027,4),(1700,1761433227,5),(1700,1774569627,4),(1700,1792882827,5),(1700,1806019227,4),(1700,1824937227,5),(1700,1837468827,4),(1700,1856386827,5),(1700,1868918427,4),(1700,1887836427,5),(1700,1900972827,4),(1700,1919286027,5),(1700,1932422427,4),(1700,1950735627,5),(1700,1963872027,4),(1700,1982790027,5),(1700,1995321627,4),(1700,2014239627,5),(1700,2026771227,4),(1700,2045689227,5),(1700,2058220827,4),(1700,2077138827,5),(1700,2090275227,4),(1700,2108588427,5),(1700,2121724827,4),(1700,2140038027,5),(1701,-1827687170,1),(1701,126687603,2),(1701,152085603,1),(1701,162370804,2),(1701,183535204,1),(1701,199263605,2),(1701,215589605,1),(1701,230713206,2),(1701,247039206,1),(1701,262767607,2),(1701,278488807,1),(1701,294217208,2),(1701,309938408,1),(1701,325666809,2),(1701,341388009,1),(1701,357116409,2),(1701,372837610,1),(1701,388566010,2),(1701,404892011,1),(1701,420015611,2),(1701,436341612,1),(1702,-683802000,0),(1702,-672310800,1),(1702,-654771600,0),(1702,-640861200,1),(1702,-620298000,0),(1702,-609411600,1),(1702,-588848400,0),(1702,-577962000,1),(1703,-1041418800,1),(1703,-907408800,2),(1703,-817462800,0),(1703,-7988400,3),(1703,745934418,4),(1704,-1577926364,2),(1704,-574902000,1),(1704,-568087200,2),(1704,-512175600,1),(1704,-504928800,2),(1704,-449888400,1),(1704,-441856800,2),(1704,-347158800,3),(1704,378684010,2),(1704,386463610,1),(1704,402271211,2),(1704,417999611,1),(1704,433807212,2),(1704,449622012,1),(1704,465429612,2),(1704,481590012,1),(1704,496965613,2),(1704,512953213,1),(1704,528674413,2),(1704,544230013,1),(1704,560037613,2),(1704,575852414,1),(1704,591660014,2),(1704,607388414,1),(1704,623196014,2),(1704,641775615,3),(1704,844034420,2),(1704,860108420,1),(1704,875916021,3),(1704,1352505625,2),(1704,1364515225,1),(1704,1382659225,3),(1705,-1693706400,0),(1705,-1680483600,1),(1705,-1663455600,2),(1705,-1650150000,3),(1705,-1632006000,2),(1705,-1618700400,3),(1705,-938905200,2),(1705,-857257200,3),(1705,-844556400,2),(1705,-828226800,3),(1705,-812502000,2),(1705,-796777200,3),(1705,-781052400,2),(1705,-766623600,3),(1705,228877206,2),(1705,243997206,3),(1705,260326807,2),(1705,276051607,3),(1705,291776408,2),(1705,307501208,3),(1705,323830809,2),(1705,338950809,3),(1705,354675609,2),(1705,370400410,3),(1705,386125210,2),(1705,401850011,3),(1705,417574811,2),(1705,433299612,3),(1705,449024412,2),(1705,465354012,3),(1705,481078812,2),(1705,496803613,3),(1705,512528413,2),(1705,528253213,3),(1705,543978013,2),(1705,559702813,3),(1705,575427614,2),(1705,591152414,3),(1705,606877214,2),(1705,622602014,3),(1705,638326815,2),(1705,654656415,3),(1705,670381216,2),(1705,686106016,3),(1705,701830816,2),(1705,717555617,3),(1705,733280417,2),(1705,749005218,3),(1705,764730018,2),(1705,780454819,3),(1705,796179619,2),(1705,811904419,3),(1705,828234020,2),(1705,846378020,3),(1705,859683620,2),(1705,877827621,3),(1705,891133221,2),(1705,909277221,3),(1705,922582822,2),(1705,941331622,3),(1705,954032422,2),(1705,972781222,3),(1705,985482022,2),(1705,1004230822,3),(1705,1017536422,2),(1705,1035680422,3),(1705,1048986022,2),(1705,1067130022,3),(1705,1080435622,2),(1705,1099184422,3),(1705,1111885222,2),(1705,1130634022,3),(1705,1143334823,2),(1705,1162083623,3),(1705,1174784423,2),(1705,1193533223,3),(1705,1206838823,2),(1705,1224982823,3),(1705,1238288424,2),(1705,1256432424,3),(1705,1269738024,2),(1705,1288486824,3),(1705,1301187624,2),(1705,1319936424,3),(1705,1332637224,2),(1705,1351386025,3),(1705,1364691625,2),(1705,1382835625,3),(1705,1396141225,2),(1705,1414285225,3),(1705,1427590825,2),(1705,1445734826,3),(1705,1459040426,2),(1705,1477789226,3),(1705,1490490027,2),(1705,1509238827,3),(1705,1521939627,2),(1705,1540688427,3),(1705,1553994027,2),(1705,1572138027,3),(1705,1585443627,2),(1705,1603587627,3),(1705,1616893227,2),(1705,1635642027,3),(1705,1648342827,2),(1705,1667091627,3),(1705,1679792427,2),(1705,1698541227,3),(1705,1711846827,2),(1705,1729990827,3),(1705,1743296427,2),(1705,1761440427,3),(1705,1774746027,2),(1705,1792890027,3),(1705,1806195627,2),(1705,1824944427,3),(1705,1837645227,2),(1705,1856394027,3),(1705,1869094827,2),(1705,1887843627,3),(1705,1901149227,2),(1705,1919293227,3),(1705,1932598827,2),(1705,1950742827,3),(1705,1964048427,2),(1705,1982797227,3),(1705,1995498027,2),(1705,2014246827,3),(1705,2026947627,2),(1705,2045696427,3),(1705,2058397227,2),(1705,2077146027,3),(1705,2090451627,2),(1705,2108595627,3),(1705,2121901227,2),(1705,2140045227,3),(1707,-1633273200,0),(1707,-1615132800,1),(1707,-1601823600,0),(1707,-1583683200,1),(1707,-880210800,2),(1707,-769395600,3),(1707,-765388800,1),(1707,-84380400,0),(1707,-68659200,1),(1707,-52930800,0),(1707,-37209600,1),(1707,-21481200,0),(1707,-5760000,1),(1707,9968400,0),(1707,25689600,1),(1707,41418000,0),(1707,57744000,1),(1707,73472400,0),(1707,89193601,1),(1707,104922002,0),(1707,120643202,1),(1707,126694803,0),(1707,152092803,1),(1707,162378004,0),(1707,183542404,1),(1707,199270805,0),(1707,215596805,1),(1707,230720406,0),(1707,247046406,1),(1707,262774807,0),(1707,278496007,1),(1707,294224408,0),(1707,309945608,1),(1707,325674009,0),(1707,341395209,1),(1707,357123609,0),(1707,372844810,1),(1707,388573210,0),(1707,404899211,1),(1707,420022811,0),(1707,436348812,1),(1707,452077212,0),(1707,467798412,1),(1707,483526812,0),(1707,499248013,1),(1707,514976413,0),(1707,530697613,1),(1707,544611613,0),(1707,562147213,1),(1707,576061214,0),(1707,594201614,1),(1707,607510814,0),(1707,625651214,1),(1707,638960415,0),(1707,657100815,1),(1707,671014816,0),(1707,688550416,1),(1707,702464416,0),(1707,720000017,1),(1707,733914017,0),(1707,752054418,1),(1707,765363618,0),(1707,783504019,1),(1707,796813219,0),(1707,814953619,1),(1707,828867620,0),(1707,846403220,1),(1707,860317220,0),(1707,877852821,1),(1707,891766821,0),(1707,909302421,1),(1707,923216422,0),(1707,941356822,1),(1707,954666022,0),(1707,972806422,1),(1707,986115622,0),(1707,1004256022,1),(1707,1018170022,0),(1707,1035705622,1),(1707,1049619622,0),(1707,1067155222,1),(1707,1081069222,0),(1707,1099209622,1),(1707,1112518822,0),(1707,1130659222,1),(1707,1143968423,0),(1707,1162108823,1),(1707,1173603623,0),(1707,1194163223,1),(1707,1205053223,0),(1707,1225612823,1),(1707,1236502824,0),(1707,1257062424,1),(1707,1268557224,0),(1707,1289116824,1),(1707,1300006824,0),(1707,1320566424,1),(1707,1331456424,0),(1707,1352016025,1),(1707,1362906025,0),(1707,1383465625,1),(1707,1394355625,0),(1707,1414915225,1),(1707,1425805225,0),(1707,1446364826,1),(1707,1457859626,0),(1707,1478419226,1),(1707,1489309227,0),(1707,1509868827,1),(1707,1520758827,0),(1707,1541318427,1),(1707,1552208427,0),(1707,1572768027,1),(1707,1583658027,0),(1707,1604217627,1),(1707,1615712427,0),(1707,1636272027,1),(1707,1647162027,0),(1707,1667721627,1),(1707,1678611627,0),(1707,1699171227,1),(1707,1710061227,0),(1707,1730620827,1),(1707,1741510827,0),(1707,1762070427,1),(1707,1772960427,0),(1707,1793520027,1),(1707,1805014827,0),(1707,1825574427,1),(1707,1836464427,0),(1707,1857024027,1),(1707,1867914027,0),(1707,1888473627,1),(1707,1899363627,0),(1707,1919923227,1),(1707,1930813227,0),(1707,1951372827,1),(1707,1962867627,0),(1707,1983427227,1),(1707,1994317227,0),(1707,2014876827,1),(1707,2025766827,0),(1707,2046326427,1),(1707,2057216427,0),(1707,2077776027,1),(1707,2088666027,0),(1707,2109225627,1),(1707,2120115627,0),(1707,2140675227,1),(1708,-1514736000,1),(1708,-1451667600,2),(1708,-1343062800,1),(1708,-1234803600,2),(1708,-1222963200,3),(1708,-1207242000,2),(1708,-873820800,4),(1708,-769395600,5),(1708,-761677200,2),(1708,-686073600,3),(1708,-661539600,2),(1708,-495039600,3),(1708,-481734000,2),(1708,-463590000,3),(1708,-450284400,2),(1708,-431535600,3),(1708,-418230000,2),(1708,-400086000,3),(1708,-386780400,2),(1708,-368636400,3),(1708,-355330800,2),(1708,-337186800,3),(1708,-323881200,2),(1708,-305737200,3),(1708,-292431600,2),(1708,199274405,3),(1708,215600405,2),(1708,230724006,3),(1708,247050006,2),(1708,262778407,3),(1708,278499607,2),(1708,294228008,3),(1708,309949208,2),(1708,325677609,3),(1708,341398809,2),(1708,357127209,3),(1708,372848410,2),(1708,388576810,3),(1708,404902811,2),(1708,420026411,3),(1708,436352412,2),(1708,452080812,3),(1708,467802012,2),(1708,483530412,3),(1708,499251613,2),(1708,514980013,3),(1708,530701213,2),(1708,544615213,3),(1708,562150813,2),(1708,576064814,3),(1708,594205214,2),(1708,607514414,3),(1708,625654814,2),(1708,638964015,3),(1708,657104415,2),(1708,671018416,3),(1708,688554016,2),(1708,702468016,3),(1708,720003617,2),(1708,733917617,3),(1708,752058018,2),(1708,765367218,3),(1708,783507619,2),(1708,796816819,3),(1708,814957219,2),(1708,828871220,3),(1708,846406820,2),(1708,860320820,3),(1708,877856421,2),(1708,891770421,3),(1708,909306021,2),(1708,923220022,3),(1708,941360422,2),(1708,954669622,3),(1708,972810022,2),(1708,986119222,3),(1708,1004259622,2),(1708,1018173622,3),(1708,1035709222,2),(1708,1049623222,3),(1708,1067158822,2),(1708,1081072822,3),(1708,1099213222,2),(1708,1112522422,3),(1708,1130662822,2),(1708,1143972023,3),(1708,1162112423,2),(1708,1175421623,3),(1708,1193562023,2),(1708,1207476023,3),(1708,1225011623,2),(1708,1238925624,3),(1708,1256461224,2),(1708,1268560824,3),(1708,1289120424,2),(1708,1300010424,3),(1708,1320570024,2),(1708,1331460024,3),(1708,1352019625,2),(1708,1362909625,3),(1708,1383469225,2),(1708,1394359225,3),(1708,1414918825,2),(1708,1425808825,3),(1708,1446368426,2),(1708,1457863226,3),(1708,1478422826,2),(1708,1489312827,3),(1708,1509872427,2),(1708,1520762427,3),(1708,1541322027,2),(1708,1552212027,3),(1708,1572771627,2),(1708,1583661627,3),(1708,1604221227,2),(1708,1615716027,3),(1708,1636275627,2),(1708,1647165627,3),(1708,1667725227,2),(1708,1678615227,3),(1708,1699174827,2),(1708,1710064827,3),(1708,1730624427,2),(1708,1741514427,3),(1708,1762074027,2),(1708,1772964027,3),(1708,1793523627,2),(1708,1805018427,3),(1708,1825578027,2),(1708,1836468027,3),(1708,1857027627,2),(1708,1867917627,3),(1708,1888477227,2),(1708,1899367227,3),(1708,1919926827,2),(1708,1930816827,3),(1708,1951376427,2),(1708,1962871227,3),(1708,1983430827,2),(1708,1994320827,3),(1708,2014880427,2),(1708,2025770427,3),(1708,2046330027,2),(1708,2057220027,3),(1708,2077779627,2),(1708,2088669627,3),(1708,2109229227,2),(1708,2120119227,3),(1708,2140678827,2),(1709,-1514739600,1),(1709,-1343066400,2),(1709,-1234807200,1),(1709,-1220292000,2),(1709,-1207159200,1),(1709,-1191344400,2),(1709,-873828000,1),(1709,-661539600,3),(1709,28800,1),(1709,828867620,4),(1709,846403220,1),(1709,860317220,4),(1709,877852821,1),(1709,891766821,4),(1709,909302421,1),(1709,923216422,4),(1709,941356822,1),(1709,954666022,4),(1709,972806422,1),(1709,989139622,4),(1709,1001836822,1),(1709,1018170022,4),(1709,1035705622,1),(1709,1049619622,4),(1709,1067155222,1),(1709,1081069222,4),(1709,1099209622,1),(1709,1112518822,4),(1709,1130659222,1),(1709,1143968423,4),(1709,1162108823,1),(1709,1175418023,4),(1709,1193558423,1),(1709,1207472423,4),(1709,1225008023,1),(1709,1238922024,4),(1709,1256457624,1),(1709,1270371624,4),(1709,1288512024,1),(1709,1301821224,4),(1709,1319961624,1),(1709,1333270824,4),(1709,1351411225,1),(1709,1365325225,4),(1709,1382860825,1),(1709,1396774825,4),(1709,1414310425,1),(1709,1428224425,4),(1709,1445760026,1),(1709,1459674026,4),(1709,1477814426,1),(1709,1491123627,4),(1709,1509264027,1),(1709,1522573227,4),(1709,1540713627,1),(1709,1554627627,4),(1709,1572163227,1),(1709,1586077227,4),(1709,1603612827,1),(1709,1617526827,4),(1709,1635667227,1),(1709,1648976427,4),(1709,1667116827,1),(1709,1680426027,4),(1709,1698566427,1),(1709,1712480427,4),(1709,1730016027,1),(1709,1743930027,4),(1709,1761465627,1),(1709,1775379627,4),(1709,1792915227,1),(1709,1806829227,4),(1709,1824969627,1),(1709,1838278827,4),(1709,1856419227,1),(1709,1869728427,4),(1709,1887868827,1),(1709,1901782827,4),(1709,1919318427,1),(1709,1933232427,4),(1709,1950768027,1),(1709,1964682027,4),(1709,1982822427,1),(1709,1996131627,4),(1709,2014272027,1),(1709,2027581227,4),(1709,2045721627,1),(1709,2059030827,4),(1709,2077171227,1),(1709,2091085227,4),(1709,2108620827,1),(1709,2122534827,4),(1709,2140070427,1),(1710,-1514739600,1),(1710,-1343066400,2),(1710,-1234807200,1),(1710,-1220292000,2),(1710,-1207159200,1),(1710,-1191344400,2),(1710,-975261600,3),(1710,-963169200,2),(1710,-917114400,3),(1710,-907354800,2),(1710,-821901600,4),(1710,-810068400,2),(1710,-627501600,3),(1710,-612990000,2),(1710,828864020,3),(1710,846399620,2),(1710,860313620,3),(1710,877849221,2),(1710,891763221,3),(1710,909298821,2),(1710,923212822,3),(1710,941353222,2),(1710,954662422,3),(1710,972802822,2),(1710,989136022,3),(1710,1001833222,2),(1710,1018166422,3),(1710,1035702022,2),(1710,1049616022,3),(1710,1067151622,2),(1710,1081065622,3),(1710,1099206022,2),(1710,1112515222,3),(1710,1130655622,2),(1710,1143964823,3),(1710,1162105223,2),(1710,1175414423,3),(1710,1193554823,2),(1710,1207468823,3),(1710,1225004423,2),(1710,1238918424,3),(1710,1256454024,2),(1710,1270368024,3),(1710,1288508424,2),(1710,1301817624,3),(1710,1319958024,2),(1710,1333267224,3),(1710,1351407625,2),(1710,1365321625,3),(1710,1382857225,2),(1710,1396771225,3),(1710,1414306825,2),(1710,1428220825,3),(1710,1445756426,2),(1710,1459670426,3),(1710,1477810826,2),(1710,1491120027,3),(1710,1509260427,2),(1710,1522569627,3),(1710,1540710027,2),(1710,1554624027,3),(1710,1572159627,2),(1710,1586073627,3),(1710,1603609227,2),(1710,1617523227,3),(1710,1635663627,2),(1710,1648972827,3),(1710,1667113227,2),(1710,1680422427,3),(1710,1698562827,2),(1710,1712476827,3),(1710,1730012427,2),(1710,1743926427,3),(1710,1761462027,2),(1710,1775376027,3),(1710,1792911627,2),(1710,1806825627,3),(1710,1824966027,2),(1710,1838275227,3),(1710,1856415627,2),(1710,1869724827,3),(1710,1887865227,2),(1710,1901779227,3),(1710,1919314827,2),(1710,1933228827,3),(1710,1950764427,2),(1710,1964678427,3),(1710,1982818827,2),(1710,1996128027,3),(1710,2014268427,2),(1710,2027577627,3),(1710,2045718027,2),(1710,2059027227,3),(1710,2077167627,2),(1710,2091081627,3),(1710,2108617227,2),(1710,2122531227,3),(1710,2140066827,2),(1711,-1330335000,0),(1711,-1320057000,1),(1711,-1300699800,2),(1711,-1287396000,1),(1711,-1269250200,2),(1711,-1255946400,1),(1711,-1237800600,2),(1711,-1224496800,1),(1711,-1206351000,2),(1711,-1192442400,1),(1711,-1174901400,2),(1711,-1160992800,1),(1711,-1143451800,2),(1711,-1125914400,1),(1711,-1112607000,2),(1711,-1094464800,1),(1711,-1081157400,2),(1711,-1063015200,1),(1711,-1049707800,2),(1711,-1031565600,1),(1711,-1018258200,2),(1711,-1000116000,1),(1711,-986808600,2),(1711,-968061600,1),(1711,-955359000,2),(1711,-936612000,1),(1711,-923304600,2),(1711,-757425600,5),(1711,152632803,3),(1711,162309604,4),(1711,183477604,3),(1711,194968805,4),(1711,215532005,3),(1711,226418406,4),(1711,246981606,3),(1711,257868007,4),(1711,278431207,3),(1711,289317608,4),(1711,309880808,3),(1711,320767209,4),(1711,341330409,3),(1711,352216809,4),(1711,372780010,3),(1711,384271210,4),(1711,404834411,3),(1711,415720811,4),(1711,436284012,3),(1711,447170412,4),(1711,467733612,3),(1711,478620012,4),(1711,499183213,3),(1711,510069613,4),(1711,530632813,3),(1711,541519213,4),(1711,562082413,3),(1711,573573614,4),(1711,594136814,3),(1711,605023214,4),(1711,623772014,3),(1711,637682415,4),(1711,655221615,3),(1711,669132016,4),(1711,686671216,3),(1711,700581616,4),(1711,718120817,3),(1711,732636017,4),(1711,749570418,3),(1711,764085618,4),(1711,781020019,3),(1711,795535219,4),(1711,812469619,3),(1711,826984820,4),(1711,844524020,3),(1711,858434420,4),(1711,875973621,3),(1711,889884021,4),(1711,907423221,3),(1711,921938422,4),(1711,938872822,3),(1711,953388022,4),(1711,970322422,3),(1711,984837622,4),(1711,1002376822,3),(1711,1016287222,4),(1711,1033826422,3),(1711,1047736822,4),(1711,1065276022,3),(1711,1079791222,4),(1711,1096725622,3),(1711,1111240822,4),(1711,1128175222,3),(1711,1142690423,4),(1711,1159624823,3),(1711,1174140023,4),(1711,1191074423,3),(1711,1207404023,4),(1711,1222524023,3),(1711,1238853624,4),(1711,1253973624,3),(1711,1270303224,4),(1711,1285423224,3),(1711,1301752824,4),(1711,1316872824,3),(1711,1333202424,4),(1711,1348927225,3),(1711,1365256825,4),(1711,1380376825,3),(1711,1396706425,4),(1711,1411826425,3),(1711,1428156025,4),(1711,1443276026,3),(1711,1459605626,4),(1711,1474725626,3),(1711,1491055227,4),(1711,1506175227,3),(1711,1522504827,4),(1711,1538229627,3),(1711,1554559227,4),(1711,1569679227,3),(1711,1586008827,4),(1711,1601128827,3),(1711,1617458427,4),(1711,1632578427,3),(1711,1648908027,4),(1711,1664028027,3),(1711,1680357627,4),(1711,1695477627,3),(1711,1712412027,4),(1711,1727532027,3),(1711,1743861627,4),(1711,1758981627,3),(1711,1775311227,4),(1711,1790431227,3),(1711,1806760827,4),(1711,1821880827,3),(1711,1838210427,4),(1711,1853330427,3),(1711,1869660027,4),(1711,1885384827,3),(1711,1901714427,4),(1711,1916834427,3),(1711,1933164027,4),(1711,1948284027,3),(1711,1964613627,4),(1711,1979733627,3),(1711,1996063227,4),(1711,2011183227,3),(1711,2027512827,4),(1711,2042632827,3),(1711,2058962427,4),(1711,2074687227,3),(1711,2091016827,4),(1711,2106136827,3),(1711,2122466427,4),(1711,2137586427,3),(1712,-757426500,3),(1712,152632803,1),(1712,162309604,2),(1712,183477604,1),(1712,194968805,2),(1712,215532005,1),(1712,226418406,2),(1712,246981606,1),(1712,257868007,2),(1712,278431207,1),(1712,289317608,2),(1712,309880808,1),(1712,320767209,2),(1712,341330409,1),(1712,352216809,2),(1712,372780010,1),(1712,384271210,2),(1712,404834411,1),(1712,415720811,2),(1712,436284012,1),(1712,447170412,2),(1712,467733612,1),(1712,478620012,2),(1712,499183213,1),(1712,510069613,2),(1712,530632813,1),(1712,541519213,2),(1712,562082413,1),(1712,573573614,2),(1712,594136814,1),(1712,605023214,2),(1712,623772014,1),(1712,637682415,2),(1712,655221615,1),(1712,669132016,2),(1712,686671216,1),(1712,700581616,2),(1712,718120817,1),(1712,732636017,2),(1712,749570418,1),(1712,764085618,2),(1712,781020019,1),(1712,795535219,2),(1712,812469619,1),(1712,826984820,2),(1712,844524020,1),(1712,858434420,2),(1712,875973621,1),(1712,889884021,2),(1712,907423221,1),(1712,921938422,2),(1712,938872822,1),(1712,953388022,2),(1712,970322422,1),(1712,984837622,2),(1712,1002376822,1),(1712,1016287222,2),(1712,1033826422,1),(1712,1047736822,2),(1712,1065276022,1),(1712,1079791222,2),(1712,1096725622,1),(1712,1111240822,2),(1712,1128175222,1),(1712,1142690423,2),(1712,1159624823,1),(1712,1174140023,2),(1712,1191074423,1),(1712,1207404023,2),(1712,1222524023,1),(1712,1238853624,2),(1712,1253973624,1),(1712,1270303224,2),(1712,1285423224,1),(1712,1301752824,2),(1712,1316872824,1),(1712,1333202424,2),(1712,1348927225,1),(1712,1365256825,2),(1712,1380376825,1),(1712,1396706425,2),(1712,1411826425,1),(1712,1428156025,2),(1712,1443276026,1),(1712,1459605626,2),(1712,1474725626,1),(1712,1491055227,2),(1712,1506175227,1),(1712,1522504827,2),(1712,1538229627,1),(1712,1554559227,2),(1712,1569679227,1),(1712,1586008827,2),(1712,1601128827,1),(1712,1617458427,2),(1712,1632578427,1),(1712,1648908027,2),(1712,1664028027,1),(1712,1680357627,2),(1712,1695477627,1),(1712,1712412027,2),(1712,1727532027,1),(1712,1743861627,2),(1712,1758981627,1),(1712,1775311227,2),(1712,1790431227,1),(1712,1806760827,2),(1712,1821880827,1),(1712,1838210427,2),(1712,1853330427,1),(1712,1869660027,2),(1712,1885384827,1),(1712,1901714427,2),(1712,1916834427,1),(1712,1933164027,2),(1712,1948284027,1),(1712,1964613627,2),(1712,1979733627,1),(1712,1996063227,2),(1712,2011183227,1),(1712,2027512827,2),(1712,2042632827,1),(1712,2058962427,2),(1712,2074687227,1),(1712,2091016827,2),(1712,2106136827,1),(1712,2122466427,2),(1712,2137586427,1),(1713,-1633273200,0),(1713,-1615132800,1),(1713,-1601823600,0),(1713,-1583683200,1),(1713,-1570374000,0),(1713,-1551628800,1),(1713,-1538924400,0),(1713,-1534089600,1),(1713,-880210800,2),(1713,-769395600,3),(1713,-765388800,1),(1713,-147884400,0),(1713,-131558400,1),(1713,-116434800,0),(1713,-100108800,1),(1713,-84380400,0),(1713,-68659200,1),(1713,-52930800,0),(1713,-37209600,1),(1713,-21481200,0),(1713,-5760000,1),(1713,9968400,0),(1713,25689600,1),(1713,41418000,0),(1713,57744000,1),(1713,73472400,0),(1713,89193601,1),(1713,104922002,0),(1713,120643202,1),(1713,126694803,0),(1713,152092803,1),(1713,162378004,0),(1713,183542404,1),(1713,199270805,0),(1713,215596805,1),(1713,230720406,0),(1713,247046406,1),(1713,262774807,0),(1713,278496007,1),(1713,294224408,0),(1713,309945608,1),(1713,325674009,0),(1713,341395209,1),(1713,357123609,0),(1713,372844810,1),(1713,388573210,0),(1713,404899211,1),(1713,420022811,0),(1713,436348812,1),(1713,452077212,0),(1713,467798412,1),(1713,483526812,0),(1713,499248013,1),(1713,514976413,0),(1713,530697613,1),(1713,544611613,0),(1713,562147213,1),(1713,576061214,0),(1713,594201614,1),(1713,607510814,0),(1713,625651214,1),(1713,638960415,0),(1713,657100815,1),(1713,671014816,0),(1713,688550416,1),(1713,702464416,0),(1713,720000017,1),(1713,733914017,0),(1713,752054418,1),(1713,765363618,0),(1713,783504019,1),(1713,796813219,0),(1713,814953619,1),(1713,828867620,0),(1713,846403220,1),(1713,860317220,0),(1713,877852821,1),(1713,891766821,0),(1713,909302421,1),(1713,923216422,0),(1713,941356822,1),(1713,954666022,0),(1713,972806422,1),(1713,986115622,0),(1713,1004256022,1),(1713,1018170022,0),(1713,1035705622,1),(1713,1049619622,0),(1713,1067155222,1),(1713,1081069222,0),(1713,1099209622,1),(1713,1112518822,0),(1713,1130659222,1),(1713,1143968423,0),(1713,1162108823,1),(1713,1173603623,0),(1713,1194163223,1),(1713,1205053223,0),(1713,1225612823,1),(1713,1236502824,0),(1713,1257062424,1),(1713,1268557224,0),(1713,1289116824,1),(1713,1300006824,0),(1713,1320566424,1),(1713,1331456424,0),(1713,1352016025,1),(1713,1362906025,0),(1713,1383465625,1),(1713,1394355625,0),(1713,1414915225,1),(1713,1425805225,0),(1713,1446364826,1),(1713,1457859626,0),(1713,1478419226,1),(1713,1489309227,0),(1713,1509868827,1),(1713,1520758827,0),(1713,1541318427,1),(1713,1552208427,0),(1713,1572768027,1),(1713,1583658027,0),(1713,1604217627,1),(1713,1615712427,0),(1713,1636272027,1),(1713,1647162027,0),(1713,1667721627,1),(1713,1678611627,0),(1713,1699171227,1),(1713,1710061227,0),(1713,1730620827,1),(1713,1741510827,0),(1713,1762070427,1),(1713,1772960427,0),(1713,1793520027,1),(1713,1805014827,0),(1713,1825574427,1),(1713,1836464427,0),(1713,1857024027,1),(1713,1867914027,0),(1713,1888473627,1),(1713,1899363627,0),(1713,1919923227,1),(1713,1930813227,0),(1713,1951372827,1),(1713,1962867627,0),(1713,1983427227,1),(1713,1994317227,0),(1713,2014876827,1),(1713,2025766827,0),(1713,2046326427,1),(1713,2057216427,0),(1713,2077776027,1),(1713,2088666027,0),(1713,2109225627,1),(1713,2120115627,0),(1713,2140675227,1),(1714,-1600675200,0),(1714,-1585904400,1),(1714,-933667200,0),(1714,-922093200,1),(1714,-908870400,0),(1714,-888829200,1),(1714,-881049600,0),(1714,-767869200,1),(1714,-745833600,0),(1714,-733827600,1),(1714,-716889600,0),(1714,-699613200,1),(1714,-683884800,0),(1714,-670669200,1),(1714,-652348800,0),(1714,-650019600,1),(1714,515527213,0),(1714,527014813,1),(1714,545162413,0),(1714,558464413,1),(1714,577216814,0),(1714,589914014,1),(1714,608666414,0),(1714,621968414,1),(1714,640116015,0),(1714,653418015,1),(1714,671565616,0),(1714,684867616,1),(1715,-1633269600,0),(1715,-1615129200,1),(1715,-1601820000,0),(1715,-1583679600,1),(1715,-880207200,2),(1715,-769395600,3),(1715,-765385200,1),(1715,-84376800,0),(1715,-68655600,1),(1715,-52927200,0),(1715,-37206000,1),(1715,-21477600,0),(1715,-5756400,1),(1715,9972000,0),(1715,25693200,1),(1715,41421600,0),(1715,57747600,1),(1715,73476000,0),(1715,89197201,1),(1715,104925602,0),(1715,120646802,1),(1715,126698403,0),(1715,152096403,1),(1715,162381604,0),(1715,183546004,1),(1715,199274405,0),(1715,215600405,1),(1715,230724006,0),(1715,247050006,1),(1715,262778407,0),(1715,278499607,1),(1715,294228008,0),(1715,309949208,1),(1715,325677609,0),(1715,341398809,1),(1715,357127209,0),(1715,372848410,1),(1715,388576810,0),(1715,404902811,1),(1715,420026411,0),(1715,436352412,1),(1715,452080812,0),(1715,467802012,1),(1715,483530412,0),(1715,499251613,1),(1715,514980013,0),(1715,530701213,1),(1715,544615213,0),(1715,562150813,1),(1715,576064814,0),(1715,594205214,1),(1715,607514414,0),(1715,625654814,1),(1715,638964015,0),(1715,657104415,1),(1715,671018416,0),(1715,688554016,1),(1715,702468016,0),(1715,720003617,1),(1715,733917617,0),(1715,752058018,1),(1715,765367218,0),(1715,783507619,1),(1715,796816819,0),(1715,814957219,1),(1715,828871220,0),(1715,846406820,1),(1715,860320820,0),(1715,877856421,1),(1715,891770421,0),(1715,909306021,1),(1715,923220022,0),(1715,941360422,1),(1715,954669622,0),(1715,972810022,1),(1715,986119222,0),(1715,1004259622,1),(1715,1018173622,0),(1715,1035709222,1),(1715,1049623222,0),(1715,1067158822,1),(1715,1081072822,0),(1715,1099213222,1),(1715,1112522422,0),(1715,1130662822,1),(1715,1143972023,0),(1715,1162112423,1),(1715,1173607223,0),(1715,1194166823,1),(1715,1205056823,0),(1715,1225616423,1),(1715,1236506424,0),(1715,1257066024,1),(1715,1268560824,0),(1715,1289120424,1),(1715,1300010424,0),(1715,1320570024,1),(1715,1331460024,0),(1715,1352019625,1),(1715,1362909625,0),(1715,1383469225,1),(1715,1394359225,0),(1715,1414918825,1),(1715,1425808825,0),(1715,1446368426,1),(1715,1457863226,0),(1715,1478422826,1),(1715,1489312827,0),(1715,1509872427,1),(1715,1520762427,0),(1715,1541322027,1),(1715,1552212027,0),(1715,1572771627,1),(1715,1583661627,0),(1715,1604221227,1),(1715,1615716027,0),(1715,1636275627,1),(1715,1647165627,0),(1715,1667725227,1),(1715,1678615227,0),(1715,1699174827,1),(1715,1710064827,0),(1715,1730624427,1),(1715,1741514427,0),(1715,1762074027,1),(1715,1772964027,0),(1715,1793523627,1),(1715,1805018427,0),(1715,1825578027,1),(1715,1836468027,0),(1715,1857027627,1),(1715,1867917627,0),(1715,1888477227,1),(1715,1899367227,0),(1715,1919926827,1),(1715,1930816827,0),(1715,1951376427,1),(1715,1962871227,0),(1715,1983430827,1),(1715,1994320827,0),(1715,2014880427,1),(1715,2025770427,0),(1715,2046330027,1),(1715,2057220027,0),(1715,2077779627,1),(1715,2088669627,0),(1715,2109229227,1),(1715,2120119227,0),(1715,2140678827,1),(1716,-1861878784,1),(1716,-631110600,3),(1716,1285498824,2),(1716,1301752824,3),(1716,1316872824,2),(1716,1325239224,5),(1716,1333202424,4),(1716,1348927225,5),(1716,1365256825,4),(1716,1380376825,5),(1716,1396706425,4),(1716,1411826425,5),(1716,1428156025,4),(1716,1443276026,5),(1716,1459605626,4),(1716,1474725626,5),(1716,1491055227,4),(1716,1506175227,5),(1716,1522504827,4),(1716,1538229627,5),(1716,1554559227,4),(1716,1569679227,5),(1716,1586008827,4),(1716,1601128827,5),(1716,1617458427,4),(1717,-1330335000,0),(1717,-1320057000,1),(1717,-1300699800,2),(1717,-1287396000,1),(1717,-1269250200,2),(1717,-1255946400,1),(1717,-1237800600,2),(1717,-1224496800,1),(1717,-1206351000,2),(1717,-1192442400,1),(1717,-1174901400,2),(1717,-1160992800,1),(1717,-1143451800,2),(1717,-1125914400,1),(1717,-1112607000,2),(1717,-1094464800,1),(1717,-1081157400,2),(1717,-1063015200,1),(1717,-1049707800,2),(1717,-1031565600,1),(1717,-1018258200,2),(1717,-1000116000,1),(1717,-986808600,2),(1717,-968061600,1),(1717,-955359000,2),(1717,-936612000,1),(1717,-923304600,2),(1717,-757425600,5),(1717,152632803,3),(1717,162309604,4),(1717,183477604,3),(1717,194968805,4),(1717,215532005,3),(1717,226418406,4),(1717,246981606,3),(1717,257868007,4),(1717,278431207,3),(1717,289317608,4),(1717,309880808,3),(1717,320767209,4),(1717,341330409,3),(1717,352216809,4),(1717,372780010,3),(1717,384271210,4),(1717,404834411,3),(1717,415720811,4),(1717,436284012,3),(1717,447170412,4),(1717,467733612,3),(1717,478620012,4),(1717,499183213,3),(1717,510069613,4),(1717,530632813,3),(1717,541519213,4),(1717,562082413,3),(1717,573573614,4),(1717,594136814,3),(1717,605023214,4),(1717,623772014,3),(1717,637682415,4),(1717,655221615,3),(1717,669132016,4),(1717,686671216,3),(1717,700581616,4),(1717,718120817,3),(1717,732636017,4),(1717,749570418,3),(1717,764085618,4),(1717,781020019,3),(1717,795535219,4),(1717,812469619,3),(1717,826984820,4),(1717,844524020,3),(1717,858434420,4),(1717,875973621,3),(1717,889884021,4),(1717,907423221,3),(1717,921938422,4),(1717,938872822,3),(1717,953388022,4),(1717,970322422,3),(1717,984837622,4),(1717,1002376822,3),(1717,1016287222,4),(1717,1033826422,3),(1717,1047736822,4),(1717,1065276022,3),(1717,1079791222,4),(1717,1096725622,3),(1717,1111240822,4),(1717,1128175222,3),(1717,1142690423,4),(1717,1159624823,3),(1717,1174140023,4),(1717,1191074423,3),(1717,1207404023,4),(1717,1222524023,3),(1717,1238853624,4),(1717,1253973624,3),(1717,1270303224,4),(1717,1285423224,3),(1717,1301752824,4),(1717,1316872824,3),(1717,1333202424,4),(1717,1348927225,3),(1717,1365256825,4),(1717,1380376825,3),(1717,1396706425,4),(1717,1411826425,3),(1717,1428156025,4),(1717,1443276026,3),(1717,1459605626,4),(1717,1474725626,3),(1717,1491055227,4),(1717,1506175227,3),(1717,1522504827,4),(1717,1538229627,3),(1717,1554559227,4),(1717,1569679227,3),(1717,1586008827,4),(1717,1601128827,3),(1717,1617458427,4),(1717,1632578427,3),(1717,1648908027,4),(1717,1664028027,3),(1717,1680357627,4),(1717,1695477627,3),(1717,1712412027,4),(1717,1727532027,3),(1717,1743861627,4),(1717,1758981627,3),(1717,1775311227,4),(1717,1790431227,3),(1717,1806760827,4),(1717,1821880827,3),(1717,1838210427,4),(1717,1853330427,3),(1717,1869660027,4),(1717,1885384827,3),(1717,1901714427,4),(1717,1916834427,3),(1717,1933164027,4),(1717,1948284027,3),(1717,1964613627,4),(1717,1979733627,3),(1717,1996063227,4),(1717,2011183227,3),(1717,2027512827,4),(1717,2042632827,3),(1717,2058962427,4),(1717,2074687227,3),(1717,2091016827,4),(1717,2106136827,3),(1717,2122466427,4),(1717,2137586427,3),(1718,-868010400,1),(1718,-768906000,0),(1718,1419696025,2),(1719,-757426500,3),(1719,152632803,1),(1719,162309604,2),(1719,183477604,1),(1719,194968805,2),(1719,215532005,1),(1719,226418406,2),(1719,246981606,1),(1719,257868007,2),(1719,278431207,1),(1719,289317608,2),(1719,309880808,1),(1719,320767209,2),(1719,341330409,1),(1719,352216809,2),(1719,372780010,1),(1719,384271210,2),(1719,404834411,1),(1719,415720811,2),(1719,436284012,1),(1719,447170412,2),(1719,467733612,1),(1719,478620012,2),(1719,499183213,1),(1719,510069613,2),(1719,530632813,1),(1719,541519213,2),(1719,562082413,1),(1719,573573614,2),(1719,594136814,1),(1719,605023214,2),(1719,623772014,1),(1719,637682415,2),(1719,655221615,1),(1719,669132016,2),(1719,686671216,1),(1719,700581616,2),(1719,718120817,1),(1719,732636017,2),(1719,749570418,1),(1719,764085618,2),(1719,781020019,1),(1719,795535219,2),(1719,812469619,1),(1719,826984820,2),(1719,844524020,1),(1719,858434420,2),(1719,875973621,1),(1719,889884021,2),(1719,907423221,1),(1719,921938422,2),(1719,938872822,1),(1719,953388022,2),(1719,970322422,1),(1719,984837622,2),(1719,1002376822,1),(1719,1016287222,2),(1719,1033826422,1),(1719,1047736822,2),(1719,1065276022,1),(1719,1079791222,2),(1719,1096725622,1),(1719,1111240822,2),(1719,1128175222,1),(1719,1142690423,2),(1719,1159624823,1),(1719,1174140023,2),(1719,1191074423,1),(1719,1207404023,2),(1719,1222524023,1),(1719,1238853624,2),(1719,1253973624,1),(1719,1270303224,2),(1719,1285423224,1),(1719,1301752824,2),(1719,1316872824,1),(1719,1333202424,2),(1719,1348927225,1),(1719,1365256825,2),(1719,1380376825,1),(1719,1396706425,2),(1719,1411826425,1),(1719,1428156025,2),(1719,1443276026,1),(1719,1459605626,2),(1719,1474725626,1),(1719,1491055227,2),(1719,1506175227,1),(1719,1522504827,2),(1719,1538229627,1),(1719,1554559227,2),(1719,1569679227,1),(1719,1586008827,2),(1719,1601128827,1),(1719,1617458427,2),(1719,1632578427,1),(1719,1648908027,2),(1719,1664028027,1),(1719,1680357627,2),(1719,1695477627,1),(1719,1712412027,2),(1719,1727532027,1),(1719,1743861627,2),(1719,1758981627,1),(1719,1775311227,2),(1719,1790431227,1),(1719,1806760827,2),(1719,1821880827,1),(1719,1838210427,2),(1719,1853330427,1),(1719,1869660027,2),(1719,1885384827,1),(1719,1901714427,2),(1719,1916834427,1),(1719,1933164027,2),(1719,1948284027,1),(1719,1964613627,2),(1719,1979733627,1),(1719,1996063227,2),(1719,2011183227,1),(1719,2027512827,2),(1719,2042632827,1),(1719,2058962427,2),(1719,2074687227,1),(1719,2091016827,2),(1719,2106136827,1),(1719,2122466427,2),(1719,2137586427,1),(1720,-1743674400,1),(1720,-1606813200,0),(1720,-907408800,1),(1720,-770634000,0),(1721,-1178124152,3),(1721,-36619200,1),(1721,-23922000,2),(1721,-3355200,1),(1721,7527600,2),(1721,24465600,1),(1721,37767600,2),(1721,55915200,1),(1721,69217200,2),(1721,87969601,1),(1721,100666802,2),(1721,118209602,1),(1721,132116403,2),(1721,150868803,1),(1721,163566004,2),(1721,182318404,1),(1721,195620405,2),(1721,213768005,1),(1721,227070006,2),(1721,245217606,1),(1721,258519607,2),(1721,277272007,1),(1721,289969208,2),(1721,308721608,1),(1721,321418809,2),(1721,340171209,1),(1721,353473209,2),(1721,371620810,1),(1721,384922810,4),(1721,403070411,5),(1721,416372411,4),(1721,434520012,5),(1721,447822012,4),(1721,466574412,5),(1721,479271612,4),(1721,498024013,5),(1721,510721213,4),(1721,529473613,5),(1721,545194813,4),(1721,560923213,5),(1721,574225214,4),(1721,592372814,5),(1721,605674814,4),(1721,624427214,5),(1721,637124415,4),(1721,653457615,5),(1721,668574016,4),(1721,687326416,5),(1721,700628416,4),(1721,718776017,5),(1721,732078017,4),(1721,750225618,5),(1721,763527618,4),(1721,781675219,5),(1721,794977219,4),(1721,813729619,5),(1721,826426820,4),(1721,845179220,5),(1721,859690820,4),(1721,876628821,5),(1721,889930821,4),(1721,906868821,5),(1721,923194822,4),(1721,939528022,5),(1721,952830022,4),(1721,971582422,5),(1721,984279622,4),(1721,1003032022,5),(1721,1015729222,4),(1721,1034481622,5),(1721,1047178822,4),(1721,1065931222,5),(1721,1079233222,4),(1721,1097380822,5),(1721,1110682822,4),(1721,1128830422,5),(1721,1142132423,4),(1721,1160884823,5),(1721,1173582023,4),(1721,1192334423,5),(1721,1206846023,4),(1721,1223784023,5),(1721,1237086024,4),(1721,1255233624,5),(1721,1270350024,4),(1721,1286683224,5),(1721,1304823624,4),(1721,1313899224,5),(1721,1335668424,4),(1721,1346558425,5),(1721,1367118025,4),(1721,1378612825,5),(1721,1398567625,4),(1721,1410062425,5),(1721,1463281226,4),(1721,1471147226,5),(1721,1494730827,4),(1721,1502596827,5),(1721,1526180427,4),(1721,1534046427,5),(1721,1554606027,4),(1721,1567915227,5),(1721,1586055627,4),(1721,1599364827,5),(1721,1617505227,4),(1721,1630814427,5),(1721,1648954827,4),(1721,1662264027,5),(1721,1680404427,4),(1721,1693713627,5),(1721,1712458827,4),(1721,1725768027,5),(1721,1743908427,4),(1721,1757217627,5),(1721,1775358027,4),(1721,1788667227,5),(1721,1806807627,4),(1721,1820116827,5),(1721,1838257227,4),(1721,1851566427,5),(1721,1870311627,4),(1721,1883016027,5),(1721,1901761227,4),(1721,1915070427,5),(1721,1933210827,4),(1721,1946520027,5),(1721,1964660427,4),(1721,1977969627,5),(1721,1996110027,4),(1721,2009419227,5),(1721,2027559627,4),(1721,2040868827,5),(1721,2059614027,4),(1721,2072318427,5),(1721,2091063627,4),(1721,2104372827,5),(1721,2122513227,4),(1721,2135822427,5),(1722,-1829387596,4),(1722,125409602,1),(1722,133876803,2),(1722,433256412,3),(1722,448977612,4),(1722,464706012,3),(1722,480427212,4),(1722,496760413,3),(1722,511876813,4),(1722,528210013,3),(1722,543931213,4),(1722,559659613,3),(1722,575380814,4),(1722,591109214,3),(1722,606830414,4),(1722,622558814,3),(1722,638280015,4),(1722,654008415,3),(1722,669729616,4),(1722,686062816,3),(1722,696340816,4),(1722,719931617,3),(1722,727790417,4),(1723,-1020470400,1),(1723,307627208,2),(1723,788871619,3),(1724,1325242824,1),(1725,-1709985344,2),(1725,909842421,1),(1725,920124022,2),(1725,941896822,1),(1725,951573622,2),(1725,1259416824,1),(1725,1269698424,2),(1725,1287842424,1),(1725,1299333624,2),(1725,1319292024,1),(1725,1327154424,2),(1725,1350741625,1),(1725,1358604025,2),(1725,1382796025,1),(1725,1390050025,2),(1725,1414850425,1),(1725,1421503225,2),(1725,1446300026,1),(1725,1452952826,2),(1725,1478354426,1),(1725,1484402427,2),(1725,1509804027,1),(1725,1515852027,2),(1725,1541253627,1),(1725,1547301627,2),(1725,1573308027,1),(1725,1578751227,2),(1725,1608386427,1),(1725,1610805627,2),(1725,1668261627,1),(1725,1673704827,2),(1725,1699711227,1),(1725,1705154427,2),(1725,1731160827,1),(1725,1736604027,2),(1725,1762610427,1),(1725,1768658427,2),(1725,1794060027,1),(1725,1800108027,2),(1725,1826114427,1),(1725,1831557627,2),(1725,1857564027,1),(1725,1863007227,2),(1725,1889013627,1),(1725,1894456827,2),(1725,1920463227,1),(1725,1925906427,2),(1725,1951912827,1),(1725,1957960827,2),(1725,1983967227,1),(1725,1989410427,2),(1725,2015416827,1),(1725,2020860027,2),(1725,2046866427,1),(1725,2052309627,2),(1725,2078316027,1),(1725,2083759227,2),(1725,2109765627,1),(1725,2115813627,2),(1725,2141215227,1),(1725,2147263227,2),(1727,-1230746496,1),(1727,504939613,3),(1727,722930417,2),(1727,728888417,3),(1728,-1806678012,1),(1729,-1806748788,1),(1730,-885549600,1),(1730,-802256400,0),(1730,-331891200,2),(1730,-281610000,0),(1730,-73728000,2),(1730,-29415540,0),(1730,-16704000,2),(1730,-10659600,0),(1730,9907200,2),(1730,21394800,0),(1730,41356800,2),(1730,52844400,0),(1730,124819202,2),(1730,130863603,0),(1730,201888005,2),(1730,209487665,0),(1730,230659206,2),(1730,241542006,0),(1730,977493622,3),(1731,-1157283000,1),(1731,-1155436200,0),(1731,-880198200,2),(1731,-769395600,3),(1731,-765376200,0),(1731,-712150200,4),(1732,-1157283000,1),(1732,-1155436200,0),(1732,-880198200,2),(1732,-769395600,3),(1732,-765376200,0),(1732,-712150200,4),(1733,-1020470400,1),(1733,307627208,2),(1733,788871619,3),(1734,307622408,1),(1734,788868019,2),(1735,-1743678000,1),(1735,-1606813200,0),(1735,-1041418800,2),(1735,-907408800,1),(1735,-770634000,0),(1735,-7988400,3),(1735,915105621,0),(1736,-1041418800,1),(1736,-907408800,2),(1736,-817462800,0),(1736,-7988400,3),(1736,745934418,4),(1737,-1743678000,1),(1737,-1606813200,0),(1737,-1041418800,2),(1737,-907408800,1),(1737,-818067600,0),(1737,-7988400,3),(1738,-1806676920,1),(1739,-1861879032,1),(1740,-1545131260,1),(1740,-862918200,2),(1740,-767350800,1),(1740,287418608,3),(1741,-543069620,1),(1741,-173623200,2),(1742,-599656320,1),(1742,152029803,2),(1742,162916204,3),(1742,1443882626,4),(1742,1561899627,6),(1742,1570287627,5),(1742,1586012427,4),(1742,1601737227,5),(1742,1617462027,4),(1742,1633186827,5),(1742,1648911627,4),(1742,1664636427,5),(1742,1680361227,4),(1742,1696086027,5),(1742,1712415627,4),(1742,1728140427,5),(1742,1743865227,4),(1742,1759590027,5),(1742,1775314827,4),(1742,1791039627,5),(1742,1806764427,4),(1742,1822489227,5),(1742,1838214027,4),(1742,1853938827,5),(1742,1869663627,4),(1742,1885993227,5),(1742,1901718027,4),(1742,1917442827,5),(1742,1933167627,4),(1742,1948892427,5),(1742,1964617227,4),(1742,1980342027,5),(1742,1996066827,4),(1742,2011791627,5),(1742,2027516427,4),(1742,2043241227,5),(1742,2058966027,4),(1742,2075295627,5),(1742,2091020427,4),(1742,2106745227,5),(1742,2122470027,4),(1742,2138194827,5),(1743,-1829387148,2),(1743,250002006,1),(1743,257342407,2),(1743,281451607,1),(1743,288878408,2),(1743,849366020,3),(1743,857228420,4),(1744,-1861879032,1),(1746,893665821,1),(1747,-1743678000,1),(1747,-1606813200,0),(1747,-1041418800,2),(1747,-907408800,1),(1747,-770634000,0),(1748,-1743678000,1),(1748,-1606813200,0),(1748,-1041418800,2),(1748,-907408800,1),(1748,-770634000,0),(1750,-543072056,1),(1750,279714607,3),(1750,289387808,2),(1750,309952808,3),(1750,320837409,2),(1750,341402409,3),(1750,352287009,2),(1750,372852010,3),(1750,384341410,2),(1750,404906411,3),(1750,415791011,2),(1750,436356012,3),(1750,447240612,2),(1750,467805612,3),(1750,478690212,2),(1750,499255213,3),(1750,510139813,2),(1750,530704813,3),(1750,541589413,2),(1750,562154413,3),(1750,573643814,2),(1750,594208814,3),(1750,605093414,2),(1750,625658414,3),(1750,636543015,2),(1750,657108015,3),(1750,667992616,2),(1751,-885549600,1),(1751,-802256400,0),(1751,-331891200,2),(1751,-281610000,0),(1751,-73728000,2),(1751,-29415540,0),(1751,-16704000,2),(1751,-10659600,0),(1751,9907200,2),(1751,21394800,0),(1751,41356800,2),(1751,52844400,0),(1751,124819202,2),(1751,130863603,0),(1751,201888005,2),(1751,209487665,0),(1751,230659206,2),(1751,241542006,0),(1751,977493622,3),(1752,-1861879032,1),(1753,-1806674504,1),(1755,-767189952,1),(1755,-284041200,2),(1755,939214822,3),(1755,953384422,4),(1755,973342822,5),(1755,980596822,2),(1755,1004792422,5),(1755,1012046422,2),(1755,1478350826,5),(1755,1484398827,2),(1756,-1743674400,1),(1756,-1606813200,0),(1756,-907408800,1),(1756,-770634000,0),(1759,-1743674400,1),(1759,-1606813200,0),(1759,-907408800,1),(1759,-770634000,0),(1760,-1717032240,2),(1760,-1693706400,1),(1760,-1680483600,2),(1760,-1663455600,3),(1760,-1650150000,4),(1760,-1632006000,3),(1760,-1618700400,7),(1760,-1600473600,5),(1760,-1587168000,6),(1760,-1501725600,2),(1760,-931734000,1),(1760,-857257200,4),(1760,-844556400,3),(1760,-828226800,4),(1760,-812502000,3),(1760,-796874400,1),(1760,-796608000,2),(1760,-778726800,1),(1760,-762660000,2),(1760,-748486800,3),(1760,-733273200,4),(1760,-715215600,3),(1760,-701910000,4),(1760,-684975600,3),(1760,-670460400,4),(1760,-654130800,3),(1760,-639010800,4),(1760,-397094400,3),(1760,-386812800,4),(1760,-371088000,3),(1760,-355363200,4),(1760,-334195200,3),(1760,-323308800,4),(1760,-307584000,3),(1760,-291859200,4),(1760,-271296000,3),(1760,-260409600,4),(1760,-239846400,3),(1760,-228960000,4),(1760,-208396800,3),(1760,-197510400,4),(1760,-176342400,3),(1760,-166060800,4),(1760,220921205,2),(1760,228873606,3),(1760,243993606,4),(1760,260323207,3),(1760,276048007,4),(1760,291772808,3),(1760,307497608,4),(1760,323827209,3),(1760,338947209,4),(1760,354672009,3),(1760,370396810,4),(1760,386121610,3),(1760,401846411,4),(1760,417571211,3),(1760,433296012,4),(1760,449020812,3),(1760,465350412,4),(1760,481075212,3),(1760,496800013,4),(1760,512524813,3),(1760,528249613,4),(1760,543974413,3),(1760,559699213,4),(1760,567990013,2),(1760,575427614,8),(1760,591152414,9),(1760,606877214,8),(1760,622602014,9),(1760,638326815,8),(1760,654656415,9),(1760,670381216,8),(1760,686106016,9),(1760,701830816,8),(1760,717555617,9),(1760,733280417,8),(1760,749005218,9),(1760,764730018,8),(1760,780454819,9),(1760,796179619,8),(1760,811904419,9),(1760,828234020,8),(1760,846378020,9),(1760,859683620,8),(1760,877827621,9),(1760,891133221,8),(1760,909277221,9),(1760,922582822,8),(1760,941331622,9),(1760,954032422,8),(1760,972781222,9),(1760,985482022,8),(1760,1004230822,9),(1760,1017536422,8),(1760,1035680422,9),(1760,1048986022,8),(1760,1067130022,9),(1760,1080435622,8),(1760,1099184422,9),(1760,1111885222,8),(1760,1130634022,9),(1760,1143334823,8),(1760,1162083623,9),(1760,1174784423,8),(1760,1193533223,9),(1760,1206838823,8),(1760,1224982823,9),(1760,1238288424,8),(1760,1256432424,9),(1760,1269738024,8),(1760,1288486824,9),(1760,1301187624,8),(1760,1319936424,9),(1760,1332637224,8),(1760,1351386025,9),(1760,1364691625,8),(1760,1382835625,9),(1760,1396141225,8),(1760,1414285225,9),(1760,1427590825,8),(1760,1445734826,9),(1760,1459040426,8),(1760,1477789226,9),(1760,1490490027,8),(1760,1509238827,9),(1760,1521939627,8),(1760,1540688427,9),(1760,1553994027,8),(1760,1572138027,9),(1760,1585443627,8),(1760,1603587627,9),(1760,1616893227,8),(1760,1635642027,9),(1760,1648342827,8),(1760,1667091627,9),(1760,1679792427,8),(1760,1698541227,9),(1760,1711846827,8),(1760,1729990827,9),(1760,1743296427,8),(1760,1761440427,9),(1760,1774746027,8),(1760,1792890027,9),(1760,1806195627,8),(1760,1824944427,9),(1760,1837645227,8),(1760,1856394027,9),(1760,1869094827,8),(1760,1887843627,9),(1760,1901149227,8),(1760,1919293227,9),(1760,1932598827,8),(1760,1950742827,9),(1760,1964048427,8),(1760,1982797227,9),(1760,1995498027,8),(1760,2014246827,9),(1760,2026947627,8),(1760,2045696427,9),(1760,2058397227,8),(1760,2077146027,9),(1760,2090451627,8),(1760,2108595627,9),(1760,2121901227,8),(1760,2140045227,9),(1761,-1830384000,6),(1761,-1689555600,1),(1761,-1677801600,2),(1761,-1667437200,3),(1761,-1647738000,4),(1761,-1635814800,3),(1761,-1616202000,4),(1761,-1604365200,3),(1761,-1584666000,4),(1761,-1572742800,3),(1761,-1553043600,4),(1761,-1541206800,3),(1761,-1521507600,4),(1761,-1442451600,3),(1761,-1426813200,4),(1761,-1379293200,3),(1761,-1364778000,4),(1761,-1348448400,3),(1761,-1333328400,4),(1761,-1316394000,3),(1761,-1301274000,4),(1761,-1284339600,3),(1761,-1269824400,4),(1761,-1221440400,3),(1761,-1206925200,4),(1761,-1191200400,3),(1761,-1175475600,4),(1761,-1127696400,3),(1761,-1111971600,4),(1761,-1096851600,3),(1761,-1080522000,4),(1761,-1063587600,3),(1761,-1049072400,4),(1761,-1033347600,3),(1761,-1017622800,4),(1761,-1002502800,3),(1761,-986173200,4),(1761,-969238800,3),(1761,-950490000,4),(1761,-942022800,3),(1761,-922669200,4),(1761,-906944400,3),(1761,-891133200,4),(1761,-877309200,3),(1761,-873684000,5),(1761,-864007200,3),(1761,-857955600,4),(1761,-845859600,3),(1761,-842839200,5),(1761,-831348000,3),(1761,-825901200,4),(1761,-814410000,3),(1761,-810784800,5),(1761,-799898400,3),(1761,-794451600,4),(1761,-782960400,3),(1761,-779335200,5),(1761,-768448800,3),(1761,-763002000,4),(1761,-749091600,3),(1761,-733366800,4),(1761,-717631200,3),(1761,-701906400,4),(1761,-686181600,3),(1761,-670456800,4),(1761,-654732000,3),(1761,-639007200,4),(1761,-623282400,3),(1761,-607557600,4),(1761,-591832800,3),(1761,-575503200,4),(1761,-559778400,3),(1761,-544053600,4),(1761,-528328800,3),(1761,-512604000,4),(1761,-496879200,3),(1761,-481154400,4),(1761,-465429600,3),(1761,-449704800,4),(1761,-433980000,3),(1761,-417650400,4),(1761,-401925600,3),(1761,-386200800,4),(1761,-370476000,3),(1761,-354751200,4),(1761,-339026400,3),(1761,-323301600,4),(1761,-307576800,3),(1761,-291852000,4),(1761,-276127200,3),(1761,-260402400,4),(1761,-244677600,3),(1761,-228348000,4),(1761,-212623200,3),(1761,-196898400,4),(1761,-181173600,3),(1761,-165448800,4),(1761,-149724000,3),(1761,-133999200,4),(1761,-118274400,7),(1761,212544005,2),(1761,228268806,3),(1761,243993606,4),(1761,260323207,3),(1761,276048007,4),(1761,291772808,3),(1761,307501208,4),(1761,323222409,3),(1761,338950809,4),(1761,354675609,3),(1761,370400410,4),(1761,386125210,3),(1761,401850011,4),(1761,417578411,3),(1761,433299612,4),(1761,449024412,3),(1761,465354012,4),(1761,481078812,3),(1761,496803613,4),(1761,512528413,3),(1761,528253213,4),(1761,543978013,3),(1761,559702813,4),(1761,575427614,3),(1761,591152414,4),(1761,606877214,3),(1761,622602014,4),(1761,638326815,3),(1761,654656415,4),(1761,670381216,3),(1761,686106016,4),(1761,701830816,3),(1761,717555617,8),(1761,733280417,9),(1761,749005218,8),(1761,764730018,9),(1761,780454819,8),(1761,796179619,9),(1761,811904419,8),(1761,828234020,10),(1761,846378020,6),(1761,859683620,10),(1761,877827621,6),(1761,891133221,10),(1761,909277221,6),(1761,922582822,10),(1761,941331622,6),(1761,954032422,10),(1761,972781222,6),(1761,985482022,10),(1761,1004230822,6),(1761,1017536422,10),(1761,1035680422,6),(1761,1048986022,10),(1761,1067130022,6),(1761,1080435622,10),(1761,1099184422,6),(1761,1111885222,10),(1761,1130634022,6),(1761,1143334823,10),(1761,1162083623,6),(1761,1174784423,10),(1761,1193533223,6),(1761,1206838823,10),(1761,1224982823,6),(1761,1238288424,10),(1761,1256432424,6),(1761,1269738024,10),(1761,1288486824,6),(1761,1301187624,10),(1761,1319936424,6),(1761,1332637224,10),(1761,1351386025,6),(1761,1364691625,10),(1761,1382835625,6),(1761,1396141225,10),(1761,1414285225,6),(1761,1427590825,10),(1761,1445734826,6),(1761,1459040426,10),(1761,1477789226,6),(1761,1490490027,10),(1761,1509238827,6),(1761,1521939627,10),(1761,1540688427,6),(1761,1553994027,10),(1761,1572138027,6),(1761,1585443627,10),(1761,1603587627,6),(1761,1616893227,10),(1761,1635642027,6),(1761,1648342827,10),(1761,1667091627,6),(1761,1679792427,10),(1761,1698541227,6),(1761,1711846827,10),(1761,1729990827,6),(1761,1743296427,10),(1761,1761440427,6),(1761,1774746027,10),(1761,1792890027,6),(1761,1806195627,10),(1761,1824944427,6),(1761,1837645227,10),(1761,1856394027,6),(1761,1869094827,10),(1761,1887843627,6),(1761,1901149227,10),(1761,1919293227,6),(1761,1932598827,10),(1761,1950742827,6),(1761,1964048427,10),(1761,1982797227,6),(1761,1995498027,10),(1761,2014246827,6),(1761,2026947627,10),(1761,2045696427,6),(1761,2058397227,10),(1761,2077146027,6),(1761,2090451627,10),(1761,2108595627,6),(1761,2121901227,10),(1761,2140045227,6),(1762,-1017820800,1),(1762,-766224000,0),(1762,-745833600,2),(1762,-733827600,0),(1762,-716889600,2),(1762,-699613200,0),(1762,-683884800,2),(1762,-670669200,0),(1762,-652348800,2),(1762,-639133200,0),(1762,-620812800,2),(1762,-607597200,0),(1762,-589276800,2),(1762,-576061200,0),(1762,-562924800,2),(1762,-541760400,0),(1762,-528710400,2),(1762,-510224400,0),(1762,-497174400,2),(1762,-478688400,0),(1762,-465638400,2),(1762,-449830800,0),(1762,-434016000,2),(1762,-418208400,0),(1762,-402480000,2),(1762,-386672400,0),(1762,-370944000,2),(1762,-355136400,0),(1762,-339408000,2),(1762,-323600400,0),(1762,-302515200,2),(1762,-291978000,0),(1762,-270979200,2),(1762,-260442000,0),(1762,133977603,2),(1762,149785203,0),(1762,165513604,2),(1762,181321204,0),(1762,299606408,2),(1762,307551608,0),(1763,-1948782472,1),(1763,-1830414600,2),(1763,-767350800,4),(1763,-681210000,3),(1763,-672228000,4),(1763,-654771600,3),(1763,-640864800,4),(1763,-623408400,3),(1763,-609415200,4),(1763,-588848400,3),(1763,-577965600,4),(1763,-498128400,1),(1763,-462702600,5),(1763,-451733400,1),(1763,-429784200,5),(1763,-418296600,1),(1763,-399544200,5),(1763,-387451800,1),(1763,-368094600,5),(1763,-356002200,1),(1763,-336645000,5),(1763,-324552600,1),(1763,-305195400,5),(1763,-293103000,1),(1763,-264933000,4),(1763,547578013,3),(1763,560883613,4),(1763,579027614,3),(1763,592333214,4),(1764,-2038200925,1),(1764,-1167634800,2),(1764,-1073028000,3),(1764,-894180000,4),(1764,-879665400,5),(1764,-767005200,4),(1764,378664210,6),(1765,-1869875816,2),(1765,-1693706400,1),(1765,-1680490800,2),(1765,-1570413600,1),(1765,-1552186800,2),(1765,-1538359200,1),(1765,-1522551600,2),(1765,-1507514400,1),(1765,-1490583600,2),(1765,-1440208800,1),(1765,-1428030000,2),(1765,-1409709600,1),(1765,-1396494000,2),(1765,-931053600,1),(1765,-922676400,2),(1765,-917834400,1),(1765,-892436400,2),(1765,-875844000,1),(1765,-764737200,2),(1765,-744343200,1),(1765,-733806000,2),(1765,-716436000,1),(1765,-701924400,2),(1765,-684986400,1),(1765,-670474800,2),(1765,-654141600,1),(1765,-639025200,2),(1765,-622087200,1),(1765,-606970800,2),(1765,-590032800,1),(1765,-575521200,2),(1765,-235620000,1),(1765,-194842800,2),(1765,-177732000,1),(1765,-165726000,2),(1765,107910002,1),(1765,121215602,2),(1765,133920003,1),(1765,152665203,2),(1765,164678404,1),(1765,184114804,2),(1765,196214405,1),(1765,215564405,2),(1765,228873606,1),(1765,245804406,2),(1765,260323207,1),(1765,267915607,3),(1765,428454012,4),(1765,433893612,3),(1765,468111612,2),(1765,482799612,5),(1765,496710013,6),(1765,512521213,5),(1765,528246013,6),(1765,543970813,5),(1765,559695613,6),(1765,575420414,5),(1765,591145214,6),(1765,606870014,5),(1765,622594814,6),(1765,638319615,5),(1765,654649215,6),(1765,670374016,5),(1765,686098816,6),(1765,701823616,5),(1765,717548417,6),(1765,733273217,5),(1765,748998018,6),(1765,764118018,5),(1765,780447619,6),(1765,796172419,5),(1765,811897219,6),(1765,828226820,5),(1765,846370820,6),(1765,859676420,5),(1765,877820421,6),(1765,891126021,5),(1765,909270021,6),(1765,922575622,5),(1765,941324422,6),(1765,954025222,5),(1765,972774022,6),(1765,985474822,5),(1765,1004223622,6),(1765,1017529222,5),(1765,1035673222,6),(1765,1048978822,5),(1765,1067122822,6),(1765,1080428422,5),(1765,1099177222,6),(1765,1111878022,5),(1765,1130626822,6),(1765,1143327623,5),(1765,1162076423,6),(1765,1167602423,2),(1765,1174784423,7),(1765,1193533223,8),(1765,1206838823,7),(1765,1224982823,8),(1765,1238288424,7),(1765,1256432424,8),(1765,1269738024,7),(1765,1288486824,8),(1765,1301274024,7),(1765,1319936424,8),(1765,1332637224,7),(1765,1351386025,8),(1765,1364691625,7),(1765,1382835625,8),(1765,1396227625,7),(1765,1414285225,8),(1765,1427590825,7),(1765,1446944426,8),(1765,1459040426,7),(1765,1473195626,3),(1767,-880200000,1),(1767,-769395600,2),(1767,-765378000,0),(1767,-86882400,3),(1767,-21470400,4),(1767,-5749200,3),(1767,9979200,4),(1767,25700400,3),(1767,41428800,4),(1767,57754800,3),(1767,73483200,4),(1767,89204401,3),(1767,104932802,4),(1767,120654002,3),(1767,126705603,4),(1767,152103603,3),(1767,162388804,4),(1767,183553204,3),(1767,199281605,4),(1767,215607605,3),(1767,230731206,4),(1767,247057206,3),(1767,262785607,4),(1767,278506807,3),(1767,294235208,4),(1767,309956408,3),(1767,325684809,4),(1767,341406009,3),(1767,357134409,4),(1767,372855610,3),(1767,388584010,4),(1767,404910011,3),(1767,420033611,4),(1767,436359612,5),(1767,439030812,7),(1767,452084412,6),(1767,467805612,7),(1767,483534012,6),(1767,499255213,7),(1767,514983613,6),(1767,530704813,7),(1767,544618813,6),(1767,562154413,7),(1767,576068414,6),(1767,594208814,7),(1767,607518014,6),(1767,625658414,7),(1767,638967615,6),(1767,657108015,7),(1767,671022016,6),(1767,688557616,7),(1767,702471616,6),(1767,720007217,7),(1767,733921217,6),(1767,752061618,7),(1767,765370818,6),(1767,783511219,7),(1767,796820419,6),(1767,814960819,7),(1767,828874820,6),(1767,846410420,7),(1767,860324420,6),(1767,877860021,7),(1767,891774021,6),(1767,909309621,7),(1767,923223622,6),(1767,941364022,7),(1767,954673222,6),(1767,972813622,7),(1767,986122822,6),(1767,1004263222,7),(1767,1018177222,6),(1767,1035712822,7),(1767,1049626822,6),(1767,1067162422,7),(1767,1081076422,6),(1767,1099216822,7),(1767,1112526022,6),(1767,1130666422,7),(1767,1143975623,6),(1767,1162116023,7),(1767,1173610823,6),(1767,1194170423,7),(1767,1205060423,6),(1767,1225620023,7),(1767,1236510024,6),(1767,1257069624,7),(1767,1268564424,6),(1767,1289124024,7),(1767,1300014024,6),(1767,1320573624,7),(1767,1331463624,6),(1767,1352023225,7),(1767,1362913225,6),(1767,1383472825,7),(1767,1394362825,6),(1767,1414922425,7),(1767,1425812425,6),(1767,1446372026,7),(1767,1457866826,6),(1767,1478426426,7),(1767,1489316427,6),(1767,1509876027,7),(1767,1520766027,6),(1767,1541325627,7),(1767,1552215627,6),(1767,1572775227,7),(1767,1583665227,6),(1767,1604224827,7),(1767,1615719627,6),(1767,1636279227,7),(1767,1647169227,6),(1767,1667728827,7),(1767,1678618827,6),(1767,1699178427,7),(1767,1710068427,6),(1767,1730628027,7),(1767,1741518027,6),(1767,1762077627,7),(1767,1772967627,6),(1767,1793527227,7),(1767,1805022027,6),(1767,1825581627,7),(1767,1836471627,6),(1767,1857031227,7),(1767,1867921227,6),(1767,1888480827,7),(1767,1899370827,6),(1767,1919930427,7),(1767,1930820427,6),(1767,1951380027,7),(1767,1962874827,6),(1767,1983434427,7),(1767,1994324427,6),(1767,2014884027,7),(1767,2025774027,6),(1767,2046333627,7),(1767,2057223627,6),(1767,2077783227,7),(1767,2088673227,6),(1767,2109232827,7),(1767,2120122827,6),(1767,2140682427,7),(1768,-880196400,1),(1768,-769395600,2),(1768,-765374400,0),(1768,-86878800,3),(1768,-21466800,4),(1768,-5745600,3),(1768,9982800,4),(1768,25704000,3),(1768,41432400,4),(1768,57758400,3),(1768,73486800,4),(1768,89208001,3),(1768,104936402,4),(1768,120657602,3),(1768,126709203,4),(1768,152107203,3),(1768,162392404,4),(1768,183556804,3),(1768,199285205,4),(1768,215611205,3),(1768,230734806,4),(1768,247060806,3),(1768,262789207,4),(1768,278510407,3),(1768,294238808,4),(1768,309960008,3),(1768,325688409,4),(1768,341409609,3),(1768,357138009,4),(1768,372859210,3),(1768,388587610,4),(1768,404913611,3),(1768,420037211,4),(1768,436363212,5),(1768,439034412,7),(1768,452088012,6),(1768,467809212,7),(1768,483537612,6),(1768,499258813,7),(1768,514987213,6),(1768,530708413,7),(1768,544622413,6),(1768,562158013,7),(1768,576072014,6),(1768,594212414,7),(1768,607521614,6),(1768,625662014,7),(1768,638971215,6),(1768,657111615,7),(1768,671025616,6),(1768,688561216,7),(1768,702475216,6),(1768,720010817,7),(1768,733924817,6),(1768,752065218,7),(1768,765374418,6),(1768,783514819,7),(1768,796824019,6),(1768,814964419,7),(1768,828878420,6),(1768,846414020,7),(1768,860328020,6),(1768,877863621,7),(1768,891777621,6),(1768,909313221,7),(1768,923227222,6),(1768,941367622,7),(1768,954676822,6),(1768,972817222,7),(1768,986126422,6),(1768,1004266822,7),(1768,1018180822,6),(1768,1035716422,7),(1768,1049630422,6),(1768,1067166022,7),(1768,1081080022,6),(1768,1099220422,7),(1768,1112529622,6),(1768,1130670022,7),(1768,1143979223,6),(1768,1162119623,7),(1768,1173614423,6),(1768,1194174023,7),(1768,1205064023,6),(1768,1225623623,7),(1768,1236513624,6),(1768,1257073224,7),(1768,1268568024,6),(1768,1289127624,7),(1768,1300017624,6),(1768,1320577224,7),(1768,1331467224,6),(1768,1352026825,7),(1768,1362916825,6),(1768,1383476425,7),(1768,1394366425,6),(1768,1414926025,7),(1768,1425816025,6),(1768,1446375626,7),(1768,1457870426,6),(1768,1478430026,7),(1768,1489320027,6),(1768,1509879627,7),(1768,1520769627,6),(1768,1541329227,7),(1768,1552219227,6),(1768,1572778827,7),(1768,1583668827,6),(1768,1604228427,7),(1768,1615723227,6),(1768,1636282827,7),(1768,1647172827,6),(1768,1667732427,7),(1768,1678622427,6),(1768,1699182027,7),(1768,1710072027,6),(1768,1730631627,7),(1768,1741521627,6),(1768,1762081227,7),(1768,1772971227,6),(1768,1793530827,7),(1768,1805025627,6),(1768,1825585227,7),(1768,1836475227,6),(1768,1857034827,7),(1768,1867924827,6),(1768,1888484427,7),(1768,1899374427,6),(1768,1919934027,7),(1768,1930824027,6),(1768,1951383627,7),(1768,1962878427,6),(1768,1983438027,7),(1768,1994328027,6),(1768,2014887627,7),(1768,2025777627,6),(1768,2046337227,7),(1768,2057227227,6),(1768,2077786827,7),(1768,2088676827,6),(1768,2109236427,7),(1768,2120126427,6),(1768,2140686027,7),(1769,-1633273200,0),(1769,-1615132800,1),(1769,-1601823600,0),(1769,-1583683200,1),(1769,-880210800,2),(1769,-820519140,1),(1769,-812653140,2),(1769,-796845540,1),(1769,-84380400,0),(1769,-68659200,1),(1770,-1633276800,0),(1770,-1615136400,1),(1770,-1601827200,0),(1770,-1583686800,1),(1770,-1563724800,0),(1770,-1551632400,1),(1770,-1538928000,0),(1770,-1520182800,1),(1770,-1504454400,0),(1770,-1491757200,1),(1770,-1473004800,0),(1770,-1459702800,1),(1770,-1441555200,0),(1770,-1428253200,1),(1770,-1410105600,0),(1770,-1396803600,1),(1770,-1378656000,0),(1770,-1365354000,1),(1770,-1347206400,0),(1770,-1333904400,1),(1770,-1315152000,0),(1770,-1301850000,1),(1770,-1283702400,0),(1770,-1270400400,1),(1770,-1252252800,0),(1770,-1238950800,1),(1770,-1220803200,0),(1770,-1207501200,1),(1770,-1189353600,0),(1770,-1176051600,1),(1770,-1157299200,0),(1770,-1144602000,1),(1770,-1125849600,0),(1770,-1112547600,1),(1770,-1094400000,0),(1770,-1081098000,1),(1770,-1067788800,2),(1770,-1045414800,1),(1770,-1031500800,0),(1770,-1018198800,1),(1770,-1000051200,0),(1770,-986749200,1),(1770,-967996800,0),(1770,-955299600,1),(1770,-936547200,0),(1770,-923245200,1),(1770,-905097600,0),(1770,-891795600,1),(1770,-880214400,3),(1770,-769395600,4),(1770,-765392400,1),(1770,-747244800,0),(1770,-733942800,1),(1770,-715795200,0),(1770,-702493200,1),(1770,-684345600,0),(1770,-671043600,1),(1770,-652896000,0),(1770,-639594000,1),(1770,-620841600,0),(1770,-608144400,1),(1770,-589392000,0),(1770,-576090000,1),(1770,-557942400,0),(1770,-544640400,1),(1770,-526492800,0),(1770,-513190800,1),(1770,-495043200,0),(1770,-481741200,1),(1770,-463593600,0),(1770,-447267600,1),(1770,-431539200,0),(1770,-415818000,1),(1770,-400089600,0),(1770,-384368400,1),(1770,-368640000,0),(1770,-352918800,1),(1770,-337190400,0),(1770,-321469200,1),(1770,-305740800,0),(1770,-289414800,1),(1770,-273686400,0),(1770,-257965200,1),(1770,-242236800,0),(1770,-226515600,1),(1770,-210787200,0),(1770,-195066000,1),(1770,-179337600,0),(1770,-163616400,1),(1770,-147888000,0),(1770,-131562000,1),(1770,-116438400,0),(1770,-100112400,1),(1770,-84384000,0),(1770,-68662800,1),(1770,-52934400,0),(1770,-37213200,1),(1770,-21484800,0),(1770,-5763600,1),(1770,9964800,0),(1770,25686000,1),(1770,41414400,0),(1770,57740400,1),(1770,73468800,0),(1770,89190001,1),(1770,104918402,0),(1770,120639602,1),(1770,126691203,0),(1770,152089203,1),(1770,162374404,0),(1770,183538804,1),(1770,199267205,0),(1770,215593205,1),(1770,230716806,0),(1770,247042806,1),(1770,262771207,0),(1770,278492407,1),(1770,294220808,0),(1770,309942008,1),(1770,325670409,0),(1770,341391609,1),(1770,357120009,0),(1770,372841210,1),(1770,388569610,0),(1770,404895611,1),(1770,420019211,0),(1770,436345212,1),(1770,452073612,0),(1770,467794812,1),(1770,483523212,0),(1770,499244413,1),(1770,514972813,0),(1770,530694013,1),(1770,544608013,0),(1770,562143613,1),(1770,576057614,0),(1770,594198014,1),(1770,607507214,0),(1770,625647614,1),(1770,638956815,0),(1770,657097215,1),(1770,671011216,0),(1770,688546816,1),(1770,702460816,0),(1770,719996417,1),(1770,733910417,0),(1770,752050818,1),(1770,765360018,0),(1770,783500419,1),(1770,796809619,0),(1770,814950019,1),(1770,828864020,0),(1770,846399620,1),(1770,860313620,0),(1770,877849221,1),(1770,891763221,0),(1770,909298821,1),(1770,923212822,0),(1770,941353222,1),(1770,954662422,0),(1770,972802822,1),(1770,986112022,0),(1770,1004252422,1),(1770,1018166422,0),(1770,1035702022,1),(1770,1049616022,0),(1770,1067151622,1),(1770,1081065622,0),(1770,1099206022,1),(1770,1112515222,0),(1770,1130655622,1),(1770,1143964823,0),(1770,1162105223,1),(1770,1173600023,0),(1770,1194159623,1),(1770,1205049623,0),(1770,1225609223,1),(1770,1236499224,0),(1770,1257058824,1),(1770,1268553624,0),(1770,1289113224,1),(1770,1300003224,0),(1770,1320562824,1),(1770,1331452824,0),(1770,1352012425,1),(1770,1362902425,0),(1770,1383462025,1),(1770,1394352025,0),(1770,1414911625,1),(1770,1425801625,0),(1770,1446361226,1),(1770,1457856026,0),(1770,1478415626,1),(1770,1489305627,0),(1770,1509865227,1),(1770,1520755227,0),(1770,1541314827,1),(1770,1552204827,0),(1770,1572764427,1),(1770,1583654427,0),(1770,1604214027,1),(1770,1615708827,0),(1770,1636268427,1),(1770,1647158427,0),(1770,1667718027,1),(1770,1678608027,0),(1770,1699167627,1),(1770,1710057627,0),(1770,1730617227,1),(1770,1741507227,0),(1770,1762066827,1),(1770,1772956827,0),(1770,1793516427,1),(1770,1805011227,0),(1770,1825570827,1),(1770,1836460827,0),(1770,1857020427,1),(1770,1867910427,0),(1770,1888470027,1),(1770,1899360027,0),(1770,1919919627,1),(1770,1930809627,0),(1770,1951369227,1),(1770,1962864027,0),(1770,1983423627,1),(1770,1994313627,0),(1770,2014873227,1),(1770,2025763227,0),(1770,2046322827,1),(1770,2057212827,0),(1770,2077772427,1),(1770,2088662427,0),(1770,2109222027,1),(1770,2120112027,0),(1770,2140671627,1),(1771,-1633276800,0),(1771,-1615136400,1),(1771,-1601827200,0),(1771,-1583686800,1),(1771,-900259200,0),(1771,-891795600,1),(1771,-880214400,2),(1771,-769395600,3),(1771,-765392400,1),(1771,-747244800,0),(1771,-733942800,1),(1771,-715795200,0),(1771,-702493200,1),(1771,-684345600,0),(1771,-671043600,1),(1771,-652896000,0),(1771,-639594000,1),(1771,-620841600,0),(1771,-608144400,1),(1771,-589392000,0),(1771,-576090000,1),(1771,-557942400,0),(1771,-544640400,1),(1771,-526492800,0),(1771,-513190800,1),(1771,-495043200,0),(1771,-481741200,1),(1771,-463593600,4),(1771,-386787600,1),(1771,-368640000,4),(1771,-21488400,5),(1771,-5767200,4),(1771,9961200,5),(1771,25682400,4),(1771,1143961223,5),(1771,1162101623,4),(1771,1173596423,5),(1771,1194156023,4),(1771,1205046023,5),(1771,1225605623,4),(1771,1236495624,5),(1771,1257055224,4),(1771,1268550024,5),(1771,1289109624,4),(1771,1299999624,5),(1771,1320559224,4),(1771,1331449224,5),(1771,1352008825,4),(1771,1362898825,5),(1771,1383458425,4),(1771,1394348425,5),(1771,1414908025,4),(1771,1425798025,5),(1771,1446357626,4),(1771,1457852426,5),(1771,1478412026,4),(1771,1489302027,5),(1771,1509861627,4),(1771,1520751627,5),(1771,1541311227,4),(1771,1552201227,5),(1771,1572760827,4),(1771,1583650827,5),(1771,1604210427,4),(1771,1615705227,5),(1771,1636264827,4),(1771,1647154827,5),(1771,1667714427,4),(1771,1678604427,5),(1771,1699164027,4),(1771,1710054027,5),(1771,1730613627,4),(1771,1741503627,5),(1771,1762063227,4),(1771,1772953227,5),(1771,1793512827,4),(1771,1805007627,5),(1771,1825567227,4),(1771,1836457227,5),(1771,1857016827,4),(1771,1867906827,5),(1771,1888466427,4),(1771,1899356427,5),(1771,1919916027,4),(1771,1930806027,5),(1771,1951365627,4),(1771,1962860427,5),(1771,1983420027,4),(1771,1994310027,5),(1771,2014869627,4),(1771,2025759627,5),(1771,2046319227,4),(1771,2057209227,5),(1771,2077768827,4),(1771,2088658827,5),(1771,2109218427,4),(1771,2120108427,5),(1771,2140668027,4),(1772,-1633280400,0),(1772,-1615140000,1),(1772,-1601830800,0),(1772,-1583690400,1),(1772,-1570381200,0),(1772,-1551636000,1),(1772,-1536512400,0),(1772,-1523210400,1),(1772,-1504458000,0),(1772,-1491760800,1),(1772,-1473008400,0),(1772,-1459706400,1),(1772,-1441558800,0),(1772,-1428256800,1),(1772,-1410109200,0),(1772,-1396807200,1),(1772,-1378659600,0),(1772,-1365357600,1),(1772,-1347210000,0),(1772,-1333908000,1),(1772,-1315155600,0),(1772,-1301853600,1),(1772,-1283706000,0),(1772,-1270404000,1),(1772,-1252256400,0),(1772,-1238954400,1),(1772,-1220806800,0),(1772,-1207504800,1),(1772,-1189357200,0),(1772,-1176055200,1),(1772,-1157302800,0),(1772,-1144605600,1),(1772,-1125853200,0),(1772,-1112551200,1),(1772,-1094403600,0),(1772,-1081101600,1),(1772,-1062954000,0),(1772,-1049652000,1),(1772,-1031504400,0),(1772,-1018202400,1),(1772,-1000054800,0),(1772,-986752800,1),(1772,-968000400,0),(1772,-955303200,1),(1772,-936550800,0),(1772,-923248800,1),(1772,-905101200,0),(1772,-891799200,1),(1772,-880218000,2),(1772,-769395600,3),(1772,-765396000,1),(1772,-747248400,0),(1772,-733946400,1),(1772,-715798800,0),(1772,-702496800,1),(1772,-684349200,0),(1772,-671047200,1),(1772,-652899600,0),(1772,-639597600,1),(1772,-620845200,0),(1772,-608148000,1),(1772,-589395600,0),(1772,-576093600,1),(1772,-557946000,0),(1772,-544644000,1),(1772,-526496400,0),(1772,-513194400,1),(1772,-495046800,0),(1772,-481744800,1),(1772,-463597200,0),(1772,-447271200,1),(1772,-431542800,0),(1772,-415821600,1),(1772,-400093200,0),(1772,-384372000,1),(1772,-368643600,0),(1772,-352922400,1),(1772,-337194000,0),(1772,-321472800,1),(1772,-305744400,0),(1772,-289418400,1),(1772,-273690000,0),(1772,-257968800,1),(1772,-242240400,0),(1772,-226519200,1),(1772,-210790800,0),(1772,-195069600,1),(1772,-179341200,0),(1772,-163620000,1),(1772,-147891600,0),(1772,-131565600,1),(1772,-116442000,0),(1772,-100116000,1),(1772,-84387600,0),(1772,-68666400,1),(1772,-52938000,0),(1772,-37216800,1),(1772,-21488400,0),(1772,-5767200,1),(1772,9961200,0),(1772,25682400,1),(1772,41410800,0),(1772,57736800,1),(1772,73465200,0),(1772,89186401,1),(1772,104914802,0),(1772,120636002,1),(1772,126687603,0),(1772,152085603,1),(1772,162370804,0),(1772,183535204,1),(1772,199263605,0),(1772,215589605,1),(1772,230713206,0),(1772,247039206,1),(1772,262767607,0),(1772,278488807,1),(1772,294217208,0),(1772,309938408,1),(1772,325666809,0),(1772,341388009,1),(1772,357116409,0),(1772,372837610,1),(1772,388566010,0),(1772,404892011,1),(1772,420015611,0),(1772,436341612,1),(1772,452070012,0),(1772,467791212,1),(1772,483519612,0),(1772,499240813,1),(1772,514969213,0),(1772,530690413,1),(1772,544604413,0),(1772,562140013,1),(1772,576054014,0),(1772,594194414,1),(1772,607503614,0),(1772,625644014,1),(1772,638953215,0),(1772,657093615,1),(1772,671007616,0),(1772,688543216,1),(1772,702457216,0),(1772,719992817,1),(1772,733906817,0),(1772,752047218,1),(1772,765356418,0),(1772,783496819,1),(1772,796806019,0),(1772,814946419,1),(1772,828860420,0),(1772,846396020,1),(1772,860310020,0),(1772,877845621,1),(1772,891759621,0),(1772,909295221,1),(1772,923209222,0),(1772,941349622,1),(1772,954658822,0),(1772,972799222,1),(1772,986108422,0),(1772,1004248822,1),(1772,1018162822,0),(1772,1035698422,1),(1772,1049612422,0),(1772,1067148022,1),(1772,1081062022,0),(1772,1099202422,1),(1772,1112511622,0),(1772,1130652022,1),(1772,1143961223,0),(1772,1162101623,1),(1772,1173596423,0),(1772,1194156023,1),(1772,1205046023,0),(1772,1225605623,1),(1772,1236495624,0),(1772,1257055224,1),(1772,1268550024,0),(1772,1289109624,1),(1772,1299999624,0),(1772,1320559224,1),(1772,1331449224,0),(1772,1352008825,1),(1772,1362898825,0),(1772,1383458425,1),(1772,1394348425,0),(1772,1414908025,1),(1772,1425798025,0),(1772,1446357626,1),(1772,1457852426,0),(1772,1478412026,1),(1772,1489302027,0),(1772,1509861627,1),(1772,1520751627,0),(1772,1541311227,1),(1772,1552201227,0),(1772,1572760827,1),(1772,1583650827,0),(1772,1604210427,1),(1772,1615705227,0),(1772,1636264827,1),(1772,1647154827,0),(1772,1667714427,1),(1772,1678604427,0),(1772,1699164027,1),(1772,1710054027,0),(1772,1730613627,1),(1772,1741503627,0),(1772,1762063227,1),(1772,1772953227,0),(1772,1793512827,1),(1772,1805007627,0),(1772,1825567227,1),(1772,1836457227,0),(1772,1857016827,1),(1772,1867906827,0),(1772,1888466427,1),(1772,1899356427,0),(1772,1919916027,1),(1772,1930806027,0),(1772,1951365627,1),(1772,1962860427,0),(1772,1983420027,1),(1772,1994310027,0),(1772,2014869627,1),(1772,2025759627,0),(1772,2046319227,1),(1772,2057209227,0),(1772,2077768827,1),(1772,2088658827,0),(1772,2109218427,1),(1772,2120108427,0),(1772,2140668027,1),(1773,-1157283000,1),(1773,-1155436200,0),(1773,-880198200,2),(1773,-769395600,3),(1773,-765376200,0),(1773,-712150200,4),(1774,-1633276800,0),(1774,-1615136400,1),(1774,-1601827200,0),(1774,-1583686800,1),(1774,-880214400,2),(1774,-769395600,3),(1774,-765392400,1),(1774,-715795200,0),(1774,-702493200,1),(1774,-684345600,0),(1774,-671043600,1),(1774,-652896000,0),(1774,-639594000,1),(1774,-620841600,0),(1774,-608144400,1),(1774,-589392000,0),(1774,-576090000,1),(1774,-557942400,0),(1774,-544640400,1),(1774,-526492800,0),(1774,-513190800,1),(1774,-495043200,0),(1774,-481741200,1),(1774,-463593600,0),(1774,-447267600,1),(1774,-431539200,0),(1774,-415818000,1),(1774,-400089600,0),(1774,-386787600,1),(1774,-368640000,0),(1774,-355338000,1),(1774,-337190400,0),(1774,-321469200,1),(1774,-305740800,0),(1774,-289414800,1),(1774,-273686400,0),(1774,-257965200,1),(1774,-242236800,4),(1774,-195066000,1),(1774,-84384000,0),(1774,-68662800,1),(1774,-52934400,0),(1774,-37213200,1),(1774,-21484800,0),(1774,-5763600,1),(1774,9964800,0),(1774,25686000,1),(1774,41414400,0),(1774,57740400,1),(1774,73468800,0),(1774,89190001,1),(1774,104918402,0),(1774,120639602,1),(1774,126691203,0),(1774,152089203,1),(1774,162374404,0),(1774,183538804,1),(1774,199267205,0),(1774,215593205,1),(1774,230716806,0),(1774,247042806,1),(1774,262771207,0),(1774,278492407,1),(1774,294220808,0),(1774,309942008,1),(1774,325670409,0),(1774,341391609,1),(1774,357120009,0),(1774,372841210,1),(1774,388569610,0),(1774,404895611,1),(1774,420019211,0),(1774,436345212,1),(1774,452073612,0),(1774,467794812,1),(1774,483523212,0),(1774,499244413,1),(1774,514972813,0),(1774,530694013,1),(1774,544608013,0),(1774,562143613,1),(1774,576057614,0),(1774,594198014,1),(1774,607507214,0),(1774,625647614,1),(1774,638956815,0),(1774,657097215,1),(1774,671011216,0),(1774,688546816,4),(1774,1143961223,0),(1774,1162105223,1),(1774,1173600023,0),(1774,1194159623,1),(1774,1205049623,0),(1774,1225609223,1),(1774,1236499224,0),(1774,1257058824,1),(1774,1268553624,0),(1774,1289113224,1),(1774,1300003224,0),(1774,1320562824,1),(1774,1331452824,0),(1774,1352012425,1),(1774,1362902425,0),(1774,1383462025,1),(1774,1394352025,0),(1774,1414911625,1),(1774,1425801625,0),(1774,1446361226,1),(1774,1457856026,0),(1774,1478415626,1),(1774,1489305627,0),(1774,1509865227,1),(1774,1520755227,0),(1774,1541314827,1),(1774,1552204827,0),(1774,1572764427,1),(1774,1583654427,0),(1774,1604214027,1),(1774,1615708827,0),(1774,1636268427,1),(1774,1647158427,0),(1774,1667718027,1),(1774,1678608027,0),(1774,1699167627,1),(1774,1710057627,0),(1774,1730617227,1),(1774,1741507227,0),(1774,1762066827,1),(1774,1772956827,0),(1774,1793516427,1),(1774,1805011227,0),(1774,1825570827,1),(1774,1836460827,0),(1774,1857020427,1),(1774,1867910427,0),(1774,1888470027,1),(1774,1899360027,0),(1774,1919919627,1),(1774,1930809627,0),(1774,1951369227,1),(1774,1962864027,0),(1774,1983423627,1),(1774,1994313627,0),(1774,2014873227,1),(1774,2025763227,0),(1774,2046322827,1),(1774,2057212827,0),(1774,2077772427,1),(1774,2088662427,0),(1774,2109222027,1),(1774,2120112027,0),(1774,2140671627,1),(1775,-2051202469,1),(1775,-1724083200,2),(1775,-880218000,3),(1775,-769395600,4),(1775,-765396000,2),(1775,-684349200,5),(1775,-671047200,2),(1775,-80506740,5),(1775,-68666400,2),(1775,-52938000,5),(1775,-37216800,2),(1775,104914802,5),(1775,120636002,2),(1775,126687603,5),(1775,152085603,2),(1775,167814004,5),(1775,183535204,2),(1775,199263605,5),(1775,215589605,2),(1775,230713206,5),(1775,247039206,2),(1775,262767607,5),(1775,278488807,2),(1775,294217208,5),(1775,309938408,2),(1775,325666809,5),(1775,341388009,2),(1775,357116409,5),(1775,372837610,2),(1775,388566010,5),(1775,404892011,2),(1775,420015611,5),(1775,436341612,2),(1775,452070012,5),(1775,467791212,2),(1775,483519612,5),(1775,499240813,2),(1775,514969213,5),(1775,530690413,2),(1775,544604413,5),(1775,562140013,2),(1775,576054014,5),(1775,594194414,2),(1775,607503614,5),(1775,625644014,2),(1775,638953215,5),(1775,657093615,2),(1775,671007616,5),(1775,688543216,2),(1775,702457216,5),(1775,719992817,2),(1775,733906817,5),(1775,752047218,2),(1775,765356418,5),(1775,783496819,2),(1775,796806019,5),(1775,814946419,2),(1775,828860420,5),(1775,846396020,2),(1775,860310020,5),(1775,877845621,2),(1775,891759621,5),(1775,909295221,2),(1775,923209222,5),(1775,941349622,2),(1775,954658822,5),(1775,972799222,2),(1775,986108422,5),(1775,1004248822,2),(1775,1018162822,5),(1775,1035698422,2),(1775,1049612422,5),(1775,1067148022,2),(1775,1081062022,5),(1775,1099202422,2),(1775,1112511622,5),(1775,1130652022,2),(1775,1143961223,5),(1775,1162101623,2),(1775,1173596423,5),(1775,1194156023,2),(1775,1205046023,5),(1775,1225605623,2),(1775,1236495624,5),(1775,1257055224,2),(1775,1268550024,5),(1775,1289109624,2),(1775,1299999624,5),(1775,1320559224,2),(1775,1331449224,5),(1775,1352008825,2),(1775,1362898825,5),(1775,1383458425,2),(1775,1394348425,5),(1775,1414908025,2),(1775,1425798025,5),(1775,1446357626,2),(1775,1457852426,5),(1775,1478412026,2),(1775,1489302027,5),(1775,1509861627,2),(1775,1520751627,5),(1775,1541311227,2),(1775,1552201227,5),(1775,1572760827,2),(1775,1583650827,5),(1775,1604210427,2),(1775,1615705227,5),(1775,1636264827,2),(1775,1647154827,5),(1775,1667714427,2),(1775,1678604427,5),(1775,1699164027,2),(1775,1710054027,5),(1775,1730613627,2),(1775,1741503627,5),(1775,1762063227,2),(1775,1772953227,5),(1775,1793512827,2),(1775,1805007627,5),(1775,1825567227,2),(1775,1836457227,5),(1775,1857016827,2),(1775,1867906827,5),(1775,1888466427,2),(1775,1899356427,5),(1775,1919916027,2),(1775,1930806027,5),(1775,1951365627,2),(1775,1962860427,5),(1775,1983420027,2),(1775,1994310027,5),(1775,2014869627,2),(1775,2025759627,5),(1775,2046319227,2),(1775,2057209227,5),(1775,2077768827,2),(1775,2088658827,5),(1775,2109218427,2),(1775,2120108427,5),(1775,2140668027,2),(1776,-1633273200,0),(1776,-1615132800,1),(1776,-1601823600,0),(1776,-1583683200,1),(1776,-1570374000,0),(1776,-1551628800,1),(1776,-1538924400,0),(1776,-1534089600,1),(1776,-880210800,2),(1776,-769395600,3),(1776,-765388800,1),(1776,-147884400,0),(1776,-131558400,1),(1776,-116434800,0),(1776,-100108800,1),(1776,-84380400,0),(1776,-68659200,1),(1776,-52930800,0),(1776,-37209600,1),(1776,-21481200,0),(1776,-5760000,1),(1776,9968400,0),(1776,25689600,1),(1776,41418000,0),(1776,57744000,1),(1776,73472400,0),(1776,89193601,1),(1776,104922002,0),(1776,120643202,1),(1776,126694803,0),(1776,152092803,1),(1776,162378004,0),(1776,183542404,1),(1776,199270805,0),(1776,215596805,1),(1776,230720406,0),(1776,247046406,1),(1776,262774807,0),(1776,278496007,1),(1776,294224408,0),(1776,309945608,1),(1776,325674009,0),(1776,341395209,1),(1776,357123609,0),(1776,372844810,1),(1776,388573210,0),(1776,404899211,1),(1776,420022811,0),(1776,436348812,1),(1776,452077212,0),(1776,467798412,1),(1776,483526812,0),(1776,499248013,1),(1776,514976413,0),(1776,530697613,1),(1776,544611613,0),(1776,562147213,1),(1776,576061214,0),(1776,594201614,1),(1776,607510814,0),(1776,625651214,1),(1776,638960415,0),(1776,657100815,1),(1776,671014816,0),(1776,688550416,1),(1776,702464416,0),(1776,720000017,1),(1776,733914017,0),(1776,752054418,1),(1776,765363618,0),(1776,783504019,1),(1776,796813219,0),(1776,814953619,1),(1776,828867620,0),(1776,846403220,1),(1776,860317220,0),(1776,877852821,1),(1776,891766821,0),(1776,909302421,1),(1776,923216422,0),(1776,941356822,1),(1776,954666022,0),(1776,972806422,1),(1776,986115622,0),(1776,1004256022,1),(1776,1018170022,0),(1776,1035705622,1),(1776,1049619622,0),(1776,1067155222,1),(1776,1081069222,0),(1776,1099209622,1),(1776,1112518822,0),(1776,1130659222,1),(1776,1143968423,0),(1776,1162108823,1),(1776,1173603623,0),(1776,1194163223,1),(1776,1205053223,0),(1776,1225612823,1),(1776,1236502824,0),(1776,1257062424,1),(1776,1268557224,0),(1776,1289116824,1),(1776,1300006824,0),(1776,1320566424,1),(1776,1331456424,0),(1776,1352016025,1),(1776,1362906025,0),(1776,1383465625,1),(1776,1394355625,0),(1776,1414915225,1),(1776,1425805225,0),(1776,1446364826,1),(1776,1457859626,0),(1776,1478419226,1),(1776,1489309227,0),(1776,1509868827,1),(1776,1520758827,0),(1776,1541318427,1),(1776,1552208427,0),(1776,1572768027,1),(1776,1583658027,0),(1776,1604217627,1),(1776,1615712427,0),(1776,1636272027,1),(1776,1647162027,0),(1776,1667721627,1),(1776,1678611627,0),(1776,1699171227,1),(1776,1710061227,0),(1776,1730620827,1),(1776,1741510827,0),(1776,1762070427,1),(1776,1772960427,0),(1776,1793520027,1),(1776,1805014827,0),(1776,1825574427,1),(1776,1836464427,0),(1776,1857024027,1),(1776,1867914027,0),(1776,1888473627,1),(1776,1899363627,0),(1776,1919923227,1),(1776,1930813227,0),(1776,1951372827,1),(1776,1962867627,0),(1776,1983427227,1),(1776,1994317227,0),(1776,2014876827,1),(1776,2025766827,0),(1776,2046326427,1),(1776,2057216427,0),(1776,2077776027,1),(1776,2088666027,0),(1776,2109225627,1),(1776,2120115627,0),(1776,2140675227,1),(1777,-1633269600,0),(1777,-1615129200,1),(1777,-1601820000,0),(1777,-1583679600,1),(1777,-880207200,2),(1777,-769395600,3),(1777,-765385200,1),(1777,-687967140,0),(1777,-662655600,1),(1777,-620838000,0),(1777,-608137200,1),(1777,-589388400,0),(1777,-576082800,1),(1777,-557938800,0),(1777,-544633200,1),(1777,-526489200,0),(1777,-513183600,1),(1777,-495039600,0),(1777,-481734000,1),(1777,-463590000,0),(1777,-450284400,1),(1777,-431535600,0),(1777,-418230000,1),(1777,-400086000,0),(1777,-386780400,1),(1777,-368636400,0),(1777,-355330800,1),(1777,-337186800,0),(1777,-323881200,1),(1777,-305737200,0),(1777,-292431600,1),(1777,-273682800,0),(1777,-260982000,1),(1777,-242233200,0),(1777,-226508400,1),(1777,-210783600,0),(1777,-195058800,1),(1777,-179334000,0),(1777,-163609200,1),(1777,-147884400,0),(1777,-131554800,1),(1777,-116434800,0),(1777,-100105200,1),(1777,-84376800,0),(1777,-68655600,1),(1777,-52927200,0),(1777,-37206000,1),(1777,-21477600,0),(1777,-5756400,1),(1777,9972000,0),(1777,25693200,1),(1777,41421600,0),(1777,57747600,1),(1777,73476000,0),(1777,89197201,1),(1777,104925602,0),(1777,120646802,1),(1777,126698403,0),(1777,152096403,1),(1777,162381604,0),(1777,183546004,1),(1777,199274405,0),(1777,215600405,1),(1777,230724006,0),(1777,247050006,1),(1777,262778407,0),(1777,278499607,1),(1777,294228008,0),(1777,309949208,1),(1777,325677609,0),(1777,341398809,1),(1777,357127209,0),(1777,372848410,1),(1777,388576810,0),(1777,404902811,1),(1777,420026411,0),(1777,436352412,1),(1777,452080812,0),(1777,467802012,1),(1777,483530412,0),(1777,499251613,1),(1777,514980013,0),(1777,530701213,1),(1777,544615213,0),(1777,562150813,1),(1777,576064814,0),(1777,594205214,1),(1777,607514414,0),(1777,625654814,1),(1777,638964015,0),(1777,657104415,1),(1777,671018416,0),(1777,688554016,1),(1777,702468016,0),(1777,720003617,1),(1777,733917617,0),(1777,752058018,1),(1777,765367218,0),(1777,783507619,1),(1777,796816819,0),(1777,814957219,1),(1777,828871220,0),(1777,846406820,1),(1777,860320820,0),(1777,877856421,1),(1777,891770421,0),(1777,909306021,1),(1777,923220022,0),(1777,941360422,1),(1777,954669622,0),(1777,972810022,1),(1777,986119222,0),(1777,1004259622,1),(1777,1018173622,0),(1777,1035709222,1),(1777,1049623222,0),(1777,1067158822,1),(1777,1081072822,0),(1777,1099213222,1),(1777,1112522422,0),(1777,1130662822,1),(1777,1143972023,0),(1777,1162112423,1),(1777,1173607223,0),(1777,1194166823,1),(1777,1205056823,0),(1777,1225616423,1),(1777,1236506424,0),(1777,1257066024,1),(1777,1268560824,0),(1777,1289120424,1),(1777,1300010424,0),(1777,1320570024,1),(1777,1331460024,0),(1777,1352019625,1),(1777,1362909625,0),(1777,1383469225,1),(1777,1394359225,0),(1777,1414918825,1),(1777,1425808825,0),(1777,1446368426,1),(1777,1457863226,0),(1777,1478422826,1),(1777,1489312827,0),(1777,1509872427,1),(1777,1520762427,0),(1777,1541322027,1),(1777,1552212027,0),(1777,1572771627,1),(1777,1583661627,0),(1777,1604221227,1),(1777,1615716027,0),(1777,1636275627,1),(1777,1647165627,0),(1777,1667725227,1),(1777,1678615227,0),(1777,1699174827,1),(1777,1710064827,0),(1777,1730624427,1),(1777,1741514427,0),(1777,1762074027,1),(1777,1772964027,0),(1777,1793523627,1),(1777,1805018427,0),(1777,1825578027,1),(1777,1836468027,0),(1777,1857027627,1),(1777,1867917627,0),(1777,1888477227,1),(1777,1899367227,0),(1777,1919926827,1),(1777,1930816827,0),(1777,1951376427,1),(1777,1962871227,0),(1777,1983430827,1),(1777,1994320827,0),(1777,2014880427,1),(1777,2025770427,0),(1777,2046330027,1),(1777,2057220027,0),(1777,2077779627,1),(1777,2088669627,0),(1777,2109229227,1),(1777,2120119227,0),(1777,2140678827,1),(1778,-1861879032,1),(1781,-1688265017,2),(1781,-1656819079,1),(1781,-1641353479,2),(1781,-1627965079,3),(1781,-1618716679,1),(1781,-1596429079,3),(1781,-1593820800,4),(1781,-1589860800,5),(1781,-1542427200,6),(1781,-1539493200,7),(1781,-1525323600,6),(1781,-1522728000,5),(1781,-1491188400,8),(1781,-1247536800,5),(1781,354920409,6),(1781,370728010,5),(1781,386456410,6),(1781,402264011,5),(1781,417992411,6),(1781,433800012,5),(1781,449614812,6),(1781,465346812,9),(1781,481071612,10),(1781,496796413,9),(1781,512521213,10),(1781,528246013,9),(1781,543970813,10),(1781,559695613,9),(1781,575420414,10),(1781,591145214,9),(1781,606870014,10),(1781,622594814,9),(1781,638319615,10),(1781,654649215,9),(1781,670374016,11),(1781,686102416,12),(1781,695779216,9),(1781,701823616,10),(1781,717548417,9),(1781,733273217,10),(1781,748998018,9),(1781,764722818,10),(1781,780447619,9),(1781,796172419,10),(1781,811897219,9),(1781,828226820,10),(1781,846370820,9),(1781,859676420,10),(1781,877820421,9),(1781,891126021,10),(1781,909270021,9),(1781,922575622,10),(1781,941324422,9),(1781,954025222,10),(1781,972774022,9),(1781,985474822,10),(1781,1004223622,9),(1781,1017529222,10),(1781,1035673222,9),(1781,1048978822,10),(1781,1067122822,9),(1781,1080428422,10),(1781,1099177222,9),(1781,1111878022,10),(1781,1130626822,9),(1781,1143327623,10),(1781,1162076423,9),(1781,1174777223,10),(1781,1193526023,9),(1781,1206831623,10),(1781,1224975623,9),(1781,1238281224,10),(1781,1256425224,9),(1781,1269730824,10),(1781,1288479624,9),(1781,1301180424,13),(1781,1414274425,9),(1782,228877206,0),(1782,243997206,1),(1782,260326807,0),(1782,276051607,1),(1782,291776408,0),(1782,307501208,1),(1782,323830809,0),(1782,338950809,1),(1782,354675609,0),(1782,370400410,1),(1782,386125210,0),(1782,401850011,1),(1782,417574811,0),(1782,433299612,1),(1782,449024412,0),(1782,465354012,1),(1782,481078812,0),(1782,496803613,1),(1782,512528413,0),(1782,528253213,1),(1782,543978013,0),(1782,559702813,1),(1782,575427614,0),(1782,591152414,1),(1782,606877214,0),(1782,622602014,1),(1782,638326815,0),(1782,654656415,1),(1782,670381216,0),(1782,686106016,1),(1782,701830816,0),(1782,717555617,1),(1782,733280417,0),(1782,749005218,1),(1782,764730018,0),(1782,780454819,1),(1782,796179619,0),(1782,811904419,1),(1782,828234020,0),(1782,846378020,1),(1782,859683620,0),(1782,877827621,1),(1782,891133221,0),(1782,909277221,1),(1782,922582822,0),(1782,941331622,1),(1782,954032422,0),(1782,972781222,1),(1782,985482022,0),(1782,1004230822,1),(1782,1017536422,0),(1782,1035680422,1),(1782,1048986022,0),(1782,1067130022,1),(1782,1080435622,0),(1782,1099184422,1),(1782,1111885222,0),(1782,1130634022,1),(1782,1143334823,0),(1782,1162083623,1),(1782,1174784423,0),(1782,1193533223,1),(1782,1206838823,0),(1782,1224982823,1),(1782,1238288424,0),(1782,1256432424,1),(1782,1269738024,0),(1782,1288486824,1),(1782,1301187624,0),(1782,1319936424,1),(1782,1332637224,0),(1782,1351386025,1),(1782,1364691625,0),(1782,1382835625,1),(1782,1396141225,0),(1782,1414285225,1),(1782,1427590825,0),(1782,1445734826,1),(1782,1459040426,0),(1782,1477789226,1),(1782,1490490027,0),(1782,1509238827,1),(1782,1521939627,0),(1782,1540688427,1),(1782,1553994027,0),(1782,1572138027,1),(1782,1585443627,0),(1782,1603587627,1),(1782,1616893227,0),(1782,1635642027,1),(1782,1648342827,0),(1782,1667091627,1),(1782,1679792427,0),(1782,1698541227,1),(1782,1711846827,0),(1782,1729990827,1),(1782,1743296427,0),(1782,1761440427,1),(1782,1774746027,0),(1782,1792890027,1),(1782,1806195627,0),(1782,1824944427,1),(1782,1837645227,0),(1782,1856394027,1),(1782,1869094827,0),(1782,1887843627,1),(1782,1901149227,0),(1782,1919293227,1),(1782,1932598827,0),(1782,1950742827,1),(1782,1964048427,0),(1782,1982797227,1),(1782,1995498027,0),(1782,2014246827,1),(1782,2026947627,0),(1782,2045696427,1),(1782,2058397227,0),(1782,2077146027,1),(1782,2090451627,0),(1782,2108595627,1),(1782,2121901227,0),(1782,2140045227,1);
 /*!40000 ALTER TABLE `time_zone_transition` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -823,7 +825,7 @@ CREATE TABLE `time_zone_transition_type` (
 
 LOCK TABLES `time_zone_transition_type` WRITE;
 /*!40000 ALTER TABLE `time_zone_transition_type` DISABLE KEYS */;
-INSERT INTO `time_zone_transition_type` VALUES (1,0,-968,0,'LMT'),(1,1,0,0,'GMT'),(2,0,-52,0,'LMT'),(2,1,1200,1,'+0020'),(2,2,0,0,'GMT'),(2,3,1800,0,'+0030'),(2,4,1800,1,'+0030'),(2,5,0,0,'GMT'),(3,0,8836,0,'LMT'),(3,1,9000,0,'+0230'),(3,2,10800,0,'EAT'),(3,3,9900,0,'+0245'),(3,4,10800,0,'EAT'),(4,0,732,0,'LMT'),(4,1,561,0,'PMT'),(4,2,3600,1,'WEST'),(4,3,0,0,'WET'),(4,4,0,0,'WET'),(4,5,7200,1,'CEST'),(4,6,3600,0,'CET'),(4,7,3600,1,'WEST'),(5,0,8836,0,'LMT'),(5,1,9000,0,'+0230'),(5,2,10800,0,'EAT'),(5,3,9900,0,'+0245'),(5,4,10800,0,'EAT'),(6,0,8836,0,'LMT'),(6,1,9000,0,'+0230'),(6,2,10800,0,'EAT'),(6,3,9900,0,'+0245'),(6,4,10800,0,'EAT'),(7,0,-968,0,'LMT'),(7,1,0,0,'GMT'),(8,0,815,0,'LMT'),(8,1,0,0,'GMT'),(8,2,1800,0,'+0030'),(8,3,3600,0,'WAT'),(9,0,-968,0,'LMT'),(9,1,0,0,'GMT'),(10,0,-3740,0,'LMT'),(10,1,-3600,0,'-01'),(10,2,0,0,'GMT'),(11,0,7820,0,'LMT'),(11,1,7200,0,'CAT'),(12,0,815,0,'LMT'),(12,1,0,0,'GMT'),(12,2,1800,0,'+0030'),(12,3,3600,0,'WAT'),(13,0,7820,0,'LMT'),(13,1,7200,0,'CAT'),(14,0,7509,0,'LMT'),(14,1,10800,1,'EEST'),(14,2,7200,0,'EET'),(14,3,10800,1,'EEST'),(15,0,-1820,0,'LMT'),(15,1,3600,1,'+01'),(15,2,0,0,'+00'),(15,3,3600,0,'+01'),(15,4,0,1,'+00'),(16,0,-1276,0,'LMT'),(16,1,0,0,'WET'),(16,2,3600,1,'WEST'),(16,3,0,0,'WET'),(16,4,3600,0,'CET'),(16,5,7200,1,'CEST'),(16,6,3600,0,'CET'),(17,0,-968,0,'LMT'),(17,1,0,0,'GMT'),(18,0,-968,0,'LMT'),(18,1,0,0,'GMT'),(19,0,8836,0,'LMT'),(19,1,9000,0,'+0230'),(19,2,10800,0,'EAT'),(19,3,9900,0,'+0245'),(19,4,10800,0,'EAT'),(20,0,8836,0,'LMT'),(20,1,9000,0,'+0230'),(20,2,10800,0,'EAT'),(20,3,9900,0,'+0245'),(20,4,10800,0,'EAT'),(21,0,815,0,'LMT'),(21,1,0,0,'GMT'),(21,2,1800,0,'+0030'),(21,3,3600,0,'WAT'),(22,0,-3168,0,'LMT'),(22,1,-3600,0,'-01'),(22,2,3600,1,'+01'),(22,3,0,0,'+00'),(22,4,0,1,'+00'),(22,5,3600,0,'+01'),(23,0,-968,0,'LMT'),(23,1,0,0,'GMT'),(24,0,7820,0,'LMT'),(24,1,7200,0,'CAT'),(25,0,7820,0,'LMT'),(25,1,7200,0,'CAT'),(26,0,6720,0,'LMT'),(26,1,5400,0,'SAST'),(26,2,10800,1,'SAST'),(26,3,7200,0,'SAST'),(27,0,7588,0,'LMT'),(27,1,10800,1,'CAST'),(27,2,7200,0,'CAT'),(27,3,10800,0,'EAT'),(27,4,7200,0,'CAT'),(28,0,8836,0,'LMT'),(28,1,9000,0,'+0230'),(28,2,10800,0,'EAT'),(28,3,9900,0,'+0245'),(28,4,10800,0,'EAT'),(29,0,7808,0,'LMT'),(29,1,10800,1,'CAST'),(29,2,7200,0,'CAT'),(29,3,10800,0,'EAT'),(29,4,7200,0,'CAT'),(30,0,7820,0,'LMT'),(30,1,7200,0,'CAT'),(31,0,815,0,'LMT'),(31,1,0,0,'GMT'),(31,2,1800,0,'+0030'),(31,3,3600,0,'WAT'),(32,0,815,0,'LMT'),(32,1,0,0,'GMT'),(32,2,1800,0,'+0030'),(32,3,3600,0,'WAT'),(33,0,815,0,'LMT'),(33,1,0,0,'GMT'),(33,2,1800,0,'+0030'),(33,3,3600,0,'WAT'),(34,0,-968,0,'LMT'),(34,1,0,0,'GMT'),(35,0,815,0,'LMT'),(35,1,0,0,'GMT'),(35,2,1800,0,'+0030'),(35,3,3600,0,'WAT'),(36,0,7820,0,'LMT'),(36,1,7200,0,'CAT'),(37,0,7820,0,'LMT'),(37,1,7200,0,'CAT'),(38,0,815,0,'LMT'),(38,1,0,0,'GMT'),(38,2,1800,0,'+0030'),(38,3,3600,0,'WAT'),(39,0,7820,0,'LMT'),(39,1,7200,0,'CAT'),(40,0,6720,0,'LMT'),(40,1,5400,0,'SAST'),(40,2,10800,1,'SAST'),(40,3,7200,0,'SAST'),(41,0,6720,0,'LMT'),(41,1,5400,0,'SAST'),(41,2,10800,1,'SAST'),(41,3,7200,0,'SAST'),(42,0,8836,0,'LMT'),(42,1,9000,0,'+0230'),(42,2,10800,0,'EAT'),(42,3,9900,0,'+0245'),(42,4,10800,0,'EAT'),(43,0,-2588,0,'LMT'),(43,1,-2588,0,'MMT'),(43,2,-2670,0,'MMT'),(43,3,0,0,'GMT'),(44,0,8836,0,'LMT'),(44,1,9000,0,'+0230'),(44,2,10800,0,'EAT'),(44,3,9900,0,'+0245'),(44,4,10800,0,'EAT'),(45,0,3612,0,'LMT'),(45,1,3600,0,'WAT'),(45,2,7200,1,'WAST'),(46,0,815,0,'LMT'),(46,1,0,0,'GMT'),(46,2,1800,0,'+0030'),(46,3,3600,0,'WAT'),(47,0,-968,0,'LMT'),(47,1,0,0,'GMT'),(48,0,-968,0,'LMT'),(48,1,0,0,'GMT'),(49,0,815,0,'LMT'),(49,1,0,0,'GMT'),(49,2,1800,0,'+0030'),(49,3,3600,0,'WAT'),(50,0,1616,0,'LMT'),(50,1,-2205,0,'LMT'),(50,2,0,0,'GMT'),(50,3,3600,0,'WAT'),(50,4,0,0,'GMT'),(51,0,-968,0,'LMT'),(51,1,0,0,'GMT'),(52,0,3164,0,'LMT'),(52,1,7200,1,'CEST'),(52,2,3600,0,'CET'),(52,3,7200,0,'EET'),(53,0,2444,0,'LMT'),(53,1,561,0,'PMT'),(53,2,7200,1,'CEST'),(53,3,3600,0,'CET'),(53,4,3600,0,'CET'),(53,5,7200,1,'CEST'),(54,0,4104,0,'LMT'),(54,1,5400,0,'+0130'),(54,2,7200,0,'SAST'),(54,3,10800,1,'SAST'),(54,4,3600,1,'WAT'),(54,5,7200,0,'CAT'),(55,0,-42398,0,'LMT'),(55,1,-39600,0,'NST'),(55,2,-36000,1,'NWT'),(55,3,-36000,1,'NPT'),(55,4,-39600,0,'BST'),(55,5,-36000,1,'BDT'),(55,6,-36000,0,'AHST'),(55,7,-32400,1,'HDT'),(55,8,-36000,0,'HST'),(56,0,-35976,0,'LMT'),(56,1,-36000,0,'AST'),(56,2,-32400,1,'AWT'),(56,3,-32400,1,'APT'),(56,4,-36000,0,'AHST'),(56,5,-32400,1,'AHDT'),(56,6,-32400,0,'YST'),(56,7,-28800,1,'AKDT'),(56,8,-32400,0,'AKST'),(57,0,-14764,0,'LMT'),(57,1,-14400,0,'AST'),(58,0,-14764,0,'LMT'),(58,1,-14400,0,'AST'),(59,0,-11568,0,'LMT'),(59,1,-7200,1,'-02'),(59,2,-10800,0,'-03'),(60,0,-14028,0,'LMT'),(60,1,-15408,0,'CMT'),(60,2,-14400,0,'-04'),(60,3,-10800,1,'-03'),(60,4,-7200,1,'-02'),(60,5,-10800,0,'-03'),(61,0,-15788,0,'LMT'),(61,1,-15408,0,'CMT'),(61,2,-14400,0,'-04'),(61,3,-10800,1,'-03'),(61,4,-7200,1,'-02'),(61,5,-10800,0,'-03'),(62,0,-15788,0,'LMT'),(62,1,-15408,0,'CMT'),(62,2,-14400,0,'-04'),(62,3,-10800,1,'-03'),(62,4,-7200,1,'-02'),(62,5,-10800,0,'-03'),(63,0,-15408,0,'LMT'),(63,1,-15408,0,'CMT'),(63,2,-14400,0,'-04'),(63,3,-10800,1,'-03'),(63,4,-7200,1,'-02'),(63,5,-10800,0,'-03'),(64,0,-15672,0,'LMT'),(64,1,-15408,0,'CMT'),(64,2,-14400,0,'-04'),(64,3,-10800,1,'-03'),(64,4,-7200,1,'-02'),(64,5,-10800,0,'-03'),(65,0,-16044,0,'LMT'),(65,1,-15408,0,'CMT'),(65,2,-14400,0,'-04'),(65,3,-10800,1,'-03'),(65,4,-7200,1,'-02'),(65,5,-10800,0,'-03'),(66,0,-16516,0,'LMT'),(66,1,-15408,0,'CMT'),(66,2,-14400,0,'-04'),(66,3,-10800,1,'-03'),(66,4,-7200,1,'-02'),(66,5,-10800,0,'-03'),(67,0,-16612,0,'LMT'),(67,1,-15408,0,'CMT'),(67,2,-14400,0,'-04'),(67,3,-10800,1,'-03'),(67,4,-7200,1,'-02'),(67,5,-10800,0,'-03'),(68,0,-15700,0,'LMT'),(68,1,-15408,0,'CMT'),(68,2,-14400,0,'-04'),(68,3,-10800,1,'-03'),(68,4,-7200,1,'-02'),(68,5,-10800,0,'-03'),(69,0,-16444,0,'LMT'),(69,1,-15408,0,'CMT'),(69,2,-14400,0,'-04'),(69,3,-10800,1,'-03'),(69,4,-7200,1,'-02'),(69,5,-10800,0,'-03'),(70,0,-15924,0,'LMT'),(70,1,-15408,0,'CMT'),(70,2,-14400,0,'-04'),(70,3,-10800,1,'-03'),(70,4,-7200,1,'-02'),(70,5,-10800,0,'-03'),(70,6,-10800,1,'-03'),(71,0,-15652,0,'LMT'),(71,1,-15408,0,'CMT'),(71,2,-14400,0,'-04'),(71,3,-10800,1,'-03'),(71,4,-7200,1,'-02'),(71,5,-10800,0,'-03'),(72,0,-16392,0,'LMT'),(72,1,-15408,0,'CMT'),(72,2,-14400,0,'-04'),(72,3,-10800,1,'-03'),(72,4,-7200,1,'-02'),(72,5,-10800,0,'-03'),(73,0,-16547,0,'LMT'),(73,1,-16200,0,'-0430'),(73,2,-14400,0,'AST'),(74,0,-13840,0,'LMT'),(74,1,-13840,0,'AMT'),(74,2,-14400,0,'-04'),(74,3,-10800,0,'-03'),(74,4,-10800,1,'-03'),(74,5,-14400,0,'-04'),(75,0,-21988,0,'LMT'),(75,1,-18000,1,'CDT'),(75,2,-21600,0,'CST'),(75,3,-18000,1,'CWT'),(75,4,-18000,1,'CPT'),(75,5,-18000,0,'EST'),(76,0,-42398,0,'LMT'),(76,1,-39600,0,'NST'),(76,2,-36000,1,'NWT'),(76,3,-36000,1,'NPT'),(76,4,-39600,0,'BST'),(76,5,-36000,1,'BDT'),(76,6,-36000,0,'AHST'),(76,7,-32400,1,'HDT'),(76,8,-36000,0,'HST'),(77,0,-9244,0,'LMT'),(77,1,-7200,1,'-02'),(77,2,-10800,0,'-03'),(78,0,-25260,0,'LMT'),(78,1,-25200,0,'MST'),(78,2,-21600,0,'CST'),(78,3,-28800,0,'PST'),(78,4,-21600,1,'MDT'),(78,5,-18000,1,'CDT'),(78,6,-21600,0,'CST'),(79,0,-14309,0,'LMT'),(79,1,-14309,0,'BMT'),(79,2,-10800,1,'ADT'),(79,3,-14400,0,'AST'),(80,0,-11636,0,'LMT'),(80,1,-7200,1,'-02'),(80,2,-10800,0,'-03'),(81,0,-21168,0,'LMT'),(81,1,-19800,1,'-0530'),(81,2,-21600,0,'CST'),(81,3,-18000,1,'CWT'),(81,4,-18000,1,'CPT'),(81,5,-18000,1,'CDT'),(82,0,-13708,0,'LMT'),(82,1,-10800,1,'ADT'),(82,2,-14400,0,'AST'),(82,3,-10800,1,'AWT'),(82,4,-10800,1,'APT'),(83,0,-14560,0,'LMT'),(83,1,-10800,1,'-03'),(83,2,-14400,0,'-04'),(84,0,-17776,0,'LMT'),(84,1,-17776,0,'BMT'),(84,2,-14400,1,'-04'),(84,3,-18000,0,'-05'),(85,0,-27889,0,'LMT'),(85,1,-25200,1,'PDT'),(85,2,-28800,0,'PST'),(85,3,-21600,1,'MWT'),(85,4,-21600,1,'MPT'),(85,5,-25200,0,'MST'),(85,6,-21600,1,'MDT'),(86,0,-14028,0,'LMT'),(86,1,-15408,0,'CMT'),(86,2,-14400,0,'-04'),(86,3,-10800,1,'-03'),(86,4,-7200,1,'-02'),(86,5,-10800,0,'-03'),(87,0,0,0,'-00'),(87,1,-21600,1,'MWT'),(87,2,-21600,1,'MPT'),(87,3,-25200,0,'MST'),(87,4,-18000,1,'MDDT'),(87,5,-21600,1,'MDT'),(87,6,-18000,1,'CDT'),(87,7,-21600,0,'CST'),(87,8,-18000,0,'EST'),(87,9,-21600,1,'MDT'),(87,10,-25200,0,'MST'),(88,0,-13108,0,'LMT'),(88,1,-10800,1,'-03'),(88,2,-14400,0,'-04'),(89,0,-20824,0,'LMT'),(89,1,-21600,0,'CST'),(89,2,-14400,1,'EDT'),(89,3,-18000,0,'EST'),(89,4,-18000,1,'CDT'),(90,0,-16064,0,'LMT'),(90,1,-16060,0,'CMT'),(90,2,-16200,0,'-0430'),(90,3,-14400,0,'-04'),(91,0,-15788,0,'LMT'),(91,1,-15408,0,'CMT'),(91,2,-14400,0,'-04'),(91,3,-10800,1,'-03'),(91,4,-7200,1,'-02'),(91,5,-10800,0,'-03'),(92,0,-12560,0,'LMT'),(92,1,-14400,0,'-04'),(92,2,-10800,0,'-03'),(93,0,-19088,0,'LMT'),(93,1,-19176,0,'CMT'),(93,2,-18000,0,'EST'),(94,0,-21036,0,'LMT'),(94,1,-18000,1,'CDT'),(94,2,-21600,0,'CST'),(94,3,-18000,0,'EST'),(94,4,-18000,1,'CWT'),(94,5,-18000,1,'CPT'),(94,6,-21600,0,'CST'),(95,0,-25460,0,'LMT'),(95,1,-25200,0,'MST'),(95,2,-21600,0,'CST'),(95,3,-18000,1,'CDT'),(95,4,-21600,1,'MDT'),(95,5,-25200,0,'MST'),(96,0,-21988,0,'LMT'),(96,1,-18000,1,'CDT'),(96,2,-21600,0,'CST'),(96,3,-18000,1,'CWT'),(96,4,-18000,1,'CPT'),(96,5,-18000,0,'EST'),(97,0,-15408,0,'LMT'),(97,1,-15408,0,'CMT'),(97,2,-14400,0,'-04'),(97,3,-10800,1,'-03'),(97,4,-7200,1,'-02'),(97,5,-10800,0,'-03'),(98,0,-20173,0,'LMT'),(98,1,-20173,0,'SJMT'),(98,2,-18000,1,'CDT'),(98,3,-21600,0,'CST'),(99,0,-27964,0,'LMT'),(99,1,-25200,0,'MST'),(99,2,-28800,0,'PST'),(99,3,-25200,0,'MST'),(100,0,-13460,0,'LMT'),(100,1,-10800,1,'-03'),(100,2,-14400,0,'-04'),(101,0,-16547,0,'LMT'),(101,1,-16200,0,'-0430'),(101,2,-14400,0,'AST'),(102,0,-4480,0,'LMT'),(102,1,-10800,0,'-03'),(102,2,-10800,0,'-03'),(102,3,-7200,1,'-02'),(102,4,-7200,1,'-02'),(102,5,0,0,'GMT'),(103,0,-33460,0,'LMT'),(103,1,-28800,1,'YDT'),(103,2,-32400,0,'YST'),(103,3,-28800,1,'YWT'),(103,4,-28800,1,'YPT'),(103,5,-25200,1,'YDDT'),(103,6,-28800,0,'PST'),(103,7,-25200,1,'PDT'),(103,8,-25200,0,'MST'),(104,0,-28856,0,'LMT'),(104,1,-25200,1,'PDT'),(104,2,-28800,0,'PST'),(104,3,-25200,1,'PWT'),(104,4,-25200,1,'PPT'),(104,5,-25200,0,'MST'),(105,0,-25196,0,'LMT'),(105,1,-21600,1,'MDT'),(105,2,-25200,0,'MST'),(105,3,-21600,1,'MWT'),(105,4,-21600,1,'MPT'),(106,0,-19931,0,'LMT'),(106,1,-21600,0,'CST'),(106,2,-18000,0,'EST'),(106,3,-14400,1,'EWT'),(106,4,-14400,1,'EPT'),(106,5,-14400,1,'EDT'),(107,0,-14764,0,'LMT'),(107,1,-14400,0,'AST'),(108,0,-27232,0,'LMT'),(108,1,-21600,1,'MDT'),(108,2,-25200,0,'MST'),(108,3,-21600,1,'MWT'),(108,4,-21600,1,'MPT'),(109,0,-16768,0,'LMT'),(109,1,-14400,1,'-04'),(109,2,-18000,0,'-05'),(109,3,-14400,0,'-04'),(109,4,-18000,0,'-05'),(110,0,-21408,0,'LMT'),(110,1,-18000,1,'CDT'),(110,2,-21600,0,'CST'),(111,0,-28084,0,'LMT'),(111,1,-25200,0,'MST'),(111,2,-28800,0,'PST'),(111,3,-25200,1,'PDT'),(111,4,-25200,1,'PWT'),(111,5,-25200,1,'PPT'),(112,0,-29447,0,'LMT'),(112,1,-25200,1,'PDT'),(112,2,-28800,0,'PST'),(112,3,-25200,1,'PWT'),(112,4,-25200,1,'PPT'),(112,5,-25200,0,'MST'),(113,0,-20678,0,'LMT'),(113,1,-18000,1,'CDT'),(113,2,-21600,0,'CST'),(113,3,-18000,1,'CWT'),(113,4,-18000,1,'CPT'),(113,5,-18000,0,'EST'),(113,6,-14400,1,'EDT'),(114,0,-9240,0,'LMT'),(114,1,-7200,1,'-02'),(114,2,-10800,0,'-03'),(115,0,-14388,0,'LMT'),(115,1,-10800,1,'ADT'),(115,2,-14400,0,'AST'),(115,3,-10800,1,'AWT'),(115,4,-10800,1,'APT'),(116,0,-12416,0,'LMT'),(116,1,-10800,0,'-03'),(116,2,-10800,0,'-03'),(116,3,-7200,1,'-02'),(116,4,-7200,1,'-02'),(117,0,-14500,0,'LMT'),(117,1,-12652,0,'NST'),(117,2,-9052,1,'NDT'),(117,3,-12600,0,'NST'),(117,4,-9000,1,'NDT'),(117,5,-9000,1,'NPT'),(117,6,-9000,1,'NWT'),(117,7,-10800,1,'ADT'),(117,8,-14400,0,'AST'),(117,9,-7200,1,'ADDT'),(117,10,-10800,1,'ADT'),(118,0,-17072,0,'LMT'),(118,1,-18430,0,'KMT'),(118,2,-18000,0,'EST'),(118,3,-14400,1,'EDT'),(118,4,-14400,0,'AST'),(118,5,-18000,0,'EST'),(119,0,-14764,0,'LMT'),(119,1,-14400,0,'AST'),(120,0,-14764,0,'LMT'),(120,1,-14400,0,'AST'),(121,0,-21724,0,'LMT'),(121,1,-18000,1,'CDT'),(121,2,-21600,0,'CST'),(122,0,-19160,0,'LMT'),(122,1,-18840,0,'QMT'),(122,2,-14400,1,'-04'),(122,3,-18000,0,'-05'),(123,0,-13960,0,'LMT'),(123,1,-13500,0,'-0345'),(123,2,-10800,0,'-03'),(123,3,-14400,0,'-04'),(124,0,-15264,0,'LMT'),(124,1,-10800,1,'ADT'),(124,2,-14400,0,'AST'),(124,3,-10800,1,'AWT'),(124,4,-10800,1,'APT'),(125,0,-19768,0,'LMT'),(125,1,-19776,0,'HMT'),(125,2,-14400,1,'CDT'),(125,3,-18000,0,'CST'),(125,4,-18000,0,'CST'),(125,5,-14400,1,'CDT'),(126,0,-26632,0,'LMT'),(126,1,-25200,0,'MST'),(126,2,-21600,0,'CST'),(126,3,-28800,0,'PST'),(126,4,-21600,1,'MDT'),(126,5,-25200,0,'MST'),(127,0,-20678,0,'LMT'),(127,1,-18000,1,'CDT'),(127,2,-21600,0,'CST'),(127,3,-18000,1,'CWT'),(127,4,-18000,1,'CPT'),(127,5,-18000,0,'EST'),(127,6,-14400,1,'EDT'),(128,0,-20790,0,'LMT'),(128,1,-18000,1,'CDT'),(128,2,-21600,0,'CST'),(128,3,-18000,1,'CWT'),(128,4,-18000,1,'CPT'),(128,5,-18000,0,'EST'),(128,6,-21600,0,'CST'),(129,0,-20723,0,'LMT'),(129,1,-18000,1,'CDT'),(129,2,-21600,0,'CST'),(129,3,-18000,1,'CWT'),(129,4,-18000,1,'CPT'),(129,5,-18000,0,'EST'),(129,6,-14400,1,'EDT'),(130,0,-20947,0,'LMT'),(130,1,-18000,1,'CDT'),(130,2,-21600,0,'CST'),(130,3,-18000,1,'CWT'),(130,4,-18000,1,'CPT'),(130,5,-18000,0,'EST'),(130,6,-14400,1,'EDT'),(131,0,-20823,0,'LMT'),(131,1,-18000,1,'CDT'),(131,2,-21600,0,'CST'),(131,3,-18000,1,'CWT'),(131,4,-18000,1,'CPT'),(131,5,-18000,0,'EST'),(131,6,-14400,1,'EDT'),(131,7,-18000,1,'CDT'),(131,8,-21600,0,'CST'),(132,0,-20416,0,'LMT'),(132,1,-18000,1,'CDT'),(132,2,-21600,0,'CST'),(132,3,-18000,1,'CWT'),(132,4,-18000,1,'CPT'),(132,5,-18000,0,'EST'),(132,6,-14400,1,'EDT'),(133,0,-21007,0,'LMT'),(133,1,-18000,1,'CDT'),(133,2,-21600,0,'CST'),(133,3,-18000,1,'CWT'),(133,4,-18000,1,'CPT'),(133,5,-18000,0,'EST'),(133,6,-14400,1,'EDT'),(134,0,-20785,0,'LMT'),(134,1,-18000,1,'CDT'),(134,2,-21600,0,'CST'),(134,3,-18000,1,'CWT'),(134,4,-18000,1,'CPT'),(134,5,-18000,0,'EST'),(134,6,-14400,1,'EDT'),(135,0,-20678,0,'LMT'),(135,1,-18000,1,'CDT'),(135,2,-21600,0,'CST'),(135,3,-18000,1,'CWT'),(135,4,-18000,1,'CPT'),(135,5,-18000,0,'EST'),(135,6,-14400,1,'EDT'),(136,0,0,0,'-00'),(136,1,-21600,1,'PDDT'),(136,2,-28800,0,'PST'),(136,3,-25200,0,'MST'),(136,4,-21600,1,'MDT'),(137,0,0,0,'-00'),(137,1,-14400,1,'EPT'),(137,2,-18000,0,'EST'),(137,3,-10800,1,'EDDT'),(137,4,-14400,1,'EDT'),(137,5,-14400,1,'EWT'),(137,6,-21600,0,'CST'),(137,7,-18000,1,'CDT'),(137,8,-14400,1,'EDT'),(137,9,-18000,0,'EST'),(138,0,-18430,0,'LMT'),(138,1,-18430,0,'KMT'),(138,2,-18000,0,'EST'),(138,3,-14400,1,'EDT'),(139,0,-15672,0,'LMT'),(139,1,-15408,0,'CMT'),(139,2,-14400,0,'-04'),(139,3,-10800,1,'-03'),(139,4,-7200,1,'-02'),(139,5,-10800,0,'-03'),(140,0,-32261,0,'LMT'),(140,1,-28800,0,'PST'),(140,2,-25200,1,'PWT'),(140,3,-25200,1,'PPT'),(140,4,-25200,1,'PDT'),(140,5,-28800,1,'YDT'),(140,6,-32400,0,'YST'),(140,7,-28800,1,'AKDT'),(140,8,-32400,0,'AKST'),(141,0,-20582,0,'LMT'),(141,1,-18000,1,'CDT'),(141,2,-21600,0,'CST'),(141,3,-18000,1,'CWT'),(141,4,-18000,1,'CPT'),(141,5,-18000,0,'EST'),(141,6,-14400,1,'EDT'),(142,0,-20364,0,'LMT'),(142,1,-18000,1,'CDT'),(142,2,-21600,0,'CST'),(142,3,-18000,1,'CWT'),(142,4,-18000,1,'CPT'),(142,5,-14400,1,'EDT'),(142,6,-18000,0,'EST'),(143,0,-20790,0,'LMT'),(143,1,-18000,1,'CDT'),(143,2,-21600,0,'CST'),(143,3,-18000,1,'CWT'),(143,4,-18000,1,'CPT'),(143,5,-18000,0,'EST'),(143,6,-21600,0,'CST'),(144,0,-16547,0,'LMT'),(144,1,-16200,0,'-0430'),(144,2,-14400,0,'AST'),(145,0,-16356,0,'LMT'),(145,1,-16356,0,'CMT'),(145,2,-12756,1,'BST'),(145,3,-14400,0,'-04'),(146,0,-18492,0,'LMT'),(146,1,-18516,0,'LMT'),(146,2,-14400,1,'-04'),(146,3,-18000,0,'-05'),(147,0,-28378,0,'LMT'),(147,1,-25200,1,'PDT'),(147,2,-28800,0,'PST'),(147,3,-25200,1,'PWT'),(147,4,-25200,1,'PPT'),(148,0,-20582,0,'LMT'),(148,1,-18000,1,'CDT'),(148,2,-21600,0,'CST'),(148,3,-18000,1,'CWT'),(148,4,-18000,1,'CPT'),(148,5,-18000,0,'EST'),(148,6,-14400,1,'EDT'),(149,0,-16547,0,'LMT'),(149,1,-16200,0,'-0430'),(149,2,-14400,0,'AST'),(150,0,-8572,0,'LMT'),(150,1,-7200,1,'-02'),(150,2,-10800,0,'-03'),(151,0,-20708,0,'LMT'),(151,1,-20712,0,'MMT'),(151,2,-21600,0,'CST'),(151,3,-18000,0,'EST'),(151,4,-18000,1,'CDT'),(151,5,-21600,0,'CST'),(152,0,-14404,0,'LMT'),(152,1,-10800,1,'-03'),(152,2,-14400,0,'-04'),(153,0,-14764,0,'LMT'),(153,1,-14400,0,'AST'),(154,0,-14660,0,'LMT'),(154,1,-14660,0,'FFMT'),(154,2,-14400,0,'AST'),(154,3,-10800,1,'ADT'),(155,0,-24000,0,'LMT'),(155,1,-21600,0,'CST'),(155,2,-18000,1,'CDT'),(156,0,-25540,0,'LMT'),(156,1,-25200,0,'MST'),(156,2,-21600,0,'CST'),(156,3,-28800,0,'PST'),(156,4,-21600,1,'MDT'),(156,5,-25200,0,'MST'),(157,0,-16516,0,'LMT'),(157,1,-15408,0,'CMT'),(157,2,-14400,0,'-04'),(157,3,-10800,1,'-03'),(157,4,-7200,1,'-02'),(157,5,-10800,0,'-03'),(158,0,-21027,0,'LMT'),(158,1,-18000,1,'CDT'),(158,2,-21600,0,'CST'),(158,3,-18000,1,'CWT'),(158,4,-18000,1,'CPT'),(158,5,-18000,0,'EST'),(158,6,-21600,0,'CST'),(159,0,-21508,0,'LMT'),(159,1,-21600,0,'CST'),(159,2,-18000,0,'EST'),(159,3,-18000,1,'CDT'),(159,4,-21600,0,'CST'),(160,0,-31578,0,'LMT'),(160,1,-28800,0,'PST'),(160,2,-25200,1,'PWT'),(160,3,-25200,1,'PPT'),(160,4,-25200,1,'PDT'),(160,5,-32400,0,'AKST'),(160,6,-28800,1,'AKDT'),(161,0,-23796,0,'LMT'),(161,1,-25200,0,'MST'),(161,2,-21600,0,'CST'),(161,3,-18000,1,'CDT'),(161,4,-18000,1,'CWT'),(162,0,-13480,0,'LMT'),(162,1,-14400,0,'AST'),(162,2,-10800,0,'-03'),(162,3,-7200,1,'-02'),(163,0,-15548,0,'LMT'),(163,1,-18000,0,'EST'),(163,2,-10800,1,'ADT'),(163,3,-14400,0,'AST'),(163,4,-10800,1,'AWT'),(163,5,-10800,1,'APT'),(164,0,-24076,0,'LMT'),(164,1,-21600,0,'CST'),(164,2,-18000,1,'CDT'),(165,0,-13491,0,'LMT'),(165,1,-13491,0,'MMT'),(165,2,-14400,0,'-04'),(165,3,-12600,0,'-0330'),(165,4,-10800,1,'-03'),(165,5,-10800,0,'-03'),(165,6,-9000,1,'-0230'),(165,7,-7200,1,'-02'),(165,8,-5400,1,'-0130'),(165,9,-7200,1,'-02'),(166,0,-19052,0,'LMT'),(166,1,-14400,1,'EDT'),(166,2,-18000,0,'EST'),(166,3,-14400,1,'EWT'),(166,4,-14400,1,'EPT'),(167,0,-14764,0,'LMT'),(167,1,-14400,0,'AST'),(168,0,-18570,0,'LMT'),(168,1,-14400,1,'EWT'),(168,2,-18000,0,'EST'),(168,3,-14400,1,'EPT'),(168,4,-14400,1,'EDT'),(169,0,-17762,0,'LMT'),(169,1,-14400,1,'EDT'),(169,2,-18000,0,'EST'),(169,3,-14400,1,'EWT'),(169,4,-14400,1,'EPT'),(170,0,-21184,0,'LMT'),(170,1,-14400,1,'EDT'),(170,2,-18000,0,'EST'),(170,3,-14400,1,'EWT'),(170,4,-14400,1,'EPT'),(171,0,-39698,0,'LMT'),(171,1,-39600,0,'NST'),(171,2,-36000,1,'NWT'),(171,3,-36000,1,'NPT'),(171,4,-39600,0,'BST'),(171,5,-36000,1,'BDT'),(171,6,-32400,0,'YST'),(171,7,-28800,1,'AKDT'),(171,8,-32400,0,'AKST'),(172,0,-7780,0,'LMT'),(172,1,-3600,1,'-01'),(172,2,-7200,0,'-02'),(173,0,-24427,0,'LMT'),(173,1,-21600,1,'MDT'),(173,2,-25200,0,'MST'),(173,3,-21600,1,'MWT'),(173,4,-21600,1,'MPT'),(173,5,-18000,1,'CDT'),(173,6,-21600,0,'CST'),(174,0,-24312,0,'LMT'),(174,1,-21600,1,'MDT'),(174,2,-25200,0,'MST'),(174,3,-21600,1,'MWT'),(174,4,-21600,1,'MPT'),(174,5,-18000,1,'CDT'),(174,6,-21600,0,'CST'),(175,0,-24339,0,'LMT'),(175,1,-21600,1,'MDT'),(175,2,-25200,0,'MST'),(175,3,-21600,1,'MWT'),(175,4,-21600,1,'MPT'),(175,5,-18000,1,'CDT'),(175,6,-21600,0,'CST'),(176,0,-12416,0,'LMT'),(176,1,-10800,0,'-03'),(176,2,-10800,0,'-03'),(176,3,-7200,1,'-02'),(176,4,-7200,1,'-02'),(177,0,-25060,0,'LMT'),(177,1,-25200,0,'MST'),(177,2,-21600,0,'CST'),(177,3,-18000,1,'CDT'),(177,4,-21600,1,'MDT'),(177,5,-25200,0,'MST'),(178,0,-19088,0,'LMT'),(178,1,-19176,0,'CMT'),(178,2,-18000,0,'EST'),(179,0,0,0,'-00'),(179,1,-10800,1,'AWT'),(179,2,-10800,1,'APT'),(179,3,-14400,0,'AST'),(179,4,-7200,1,'ADDT'),(179,5,-10800,1,'ADT'),(179,6,-14400,1,'EDT'),(179,7,-18000,0,'EST'),(179,8,-21600,0,'CST'),(179,9,-18000,1,'CDT'),(179,10,-14400,1,'EDT'),(179,11,-18000,0,'EST'),(180,0,-13240,0,'LMT'),(180,1,-13252,0,'PMT'),(180,2,-13236,0,'PMT'),(180,3,-12600,0,'-0330'),(180,4,-10800,0,'-03'),(181,0,-26898,0,'LMT'),(181,1,-21600,1,'MDT'),(181,2,-25200,0,'MST'),(181,3,-21600,1,'MWT'),(182,0,-17360,0,'LMT'),(182,1,-17340,0,'PPMT'),(182,2,-14400,1,'EDT'),(182,3,-18000,0,'EST'),(182,4,-14400,1,'EDT'),(182,5,-18000,0,'EST'),(183,0,-14764,0,'LMT'),(183,1,-14400,0,'AST'),(184,0,-16272,0,'LMT'),(184,1,-14400,1,'-04'),(184,2,-18000,0,'-05'),(184,3,-14400,0,'-04'),(184,4,-18000,0,'-05'),(185,0,-15336,0,'LMT'),(185,1,-10800,1,'-03'),(185,2,-14400,0,'-04'),(186,0,-15865,0,'LMT'),(186,1,-14400,0,'AST'),(186,2,-10800,1,'APT'),(186,3,-10800,1,'AWT'),(187,0,-17020,0,'LMT'),(187,1,-16966,0,'SMT'),(187,2,-18000,0,'-05'),(187,3,-14400,0,'-04'),(187,4,-14400,1,'-04'),(187,5,-10800,1,'-03'),(187,6,-14400,0,'-04'),(187,7,-10800,0,'-03'),(188,0,-22696,0,'LMT'),(188,1,-18000,1,'CDT'),(188,2,-21600,0,'CST'),(188,3,-18000,1,'CWT'),(188,4,-18000,1,'CPT'),(189,0,0,0,'-00'),(189,1,-14400,1,'CDDT'),(189,2,-21600,0,'CST'),(189,3,-18000,1,'CDT'),(189,4,-18000,0,'EST'),(189,5,-21600,0,'CST'),(190,0,-8376,0,'LMT'),(190,1,-7200,1,'-02'),(190,2,-10800,0,'-03'),(191,0,-25116,0,'LMT'),(191,1,-21600,1,'MDT'),(191,2,-25200,0,'MST'),(191,3,-21600,1,'MWT'),(191,4,-21600,1,'MPT'),(191,5,-21600,0,'CST'),(192,0,0,0,'-00'),(192,1,-14400,1,'CDDT'),(192,2,-21600,0,'CST'),(192,3,-18000,1,'CDT'),(192,4,-18000,0,'EST'),(192,5,-21600,0,'CST'),(193,0,-16272,0,'LMT'),(193,1,-14400,1,'-04'),(193,2,-18000,0,'-05'),(193,3,-14400,0,'-04'),(193,4,-18000,0,'-05'),(194,0,-15408,0,'LMT'),(194,1,-15408,0,'CMT'),(194,2,-14400,0,'-04'),(194,3,-10800,1,'-03'),(194,4,-7200,1,'-02'),(194,5,-10800,0,'-03'),(195,0,-28084,0,'LMT'),(195,1,-25200,0,'MST'),(195,2,-28800,0,'PST'),(195,3,-25200,1,'PDT'),(195,4,-25200,1,'PWT'),(195,5,-25200,1,'PPT'),(196,0,-13128,0,'LMT'),(196,1,-10800,1,'-03'),(196,2,-14400,0,'-04'),(196,3,-10800,0,'-03'),(197,0,-16966,0,'LMT'),(197,1,-16966,0,'SMT'),(197,2,-18000,0,'-05'),(197,3,-14400,0,'-04'),(197,4,-14400,1,'-04'),(197,5,-10800,1,'-03'),(197,6,-10800,1,'-03'),(197,7,-14400,0,'-04'),(198,0,-16776,0,'LMT'),(198,1,-16800,0,'SDMT'),(198,2,-14400,1,'EDT'),(198,3,-18000,0,'EST'),(198,4,-16200,1,'-0430'),(198,5,-14400,0,'AST'),(199,0,-11188,0,'LMT'),(199,1,-7200,1,'-02'),(199,2,-10800,0,'-03'),(200,0,-5272,0,'LMT'),(200,1,-7200,0,'-02'),(200,2,-3600,1,'-01'),(200,3,-7200,0,'-02'),(200,4,-3600,0,'-01'),(200,5,0,1,'+00'),(200,6,0,1,'+00'),(201,0,-25196,0,'LMT'),(201,1,-21600,1,'MDT'),(201,2,-25200,0,'MST'),(201,3,-21600,1,'MWT'),(201,4,-21600,1,'MPT'),(202,0,-32473,0,'LMT'),(202,1,-28800,0,'PST'),(202,2,-25200,1,'PWT'),(202,3,-25200,1,'PPT'),(202,4,-25200,1,'PDT'),(202,5,-32400,0,'YST'),(202,6,-28800,1,'AKDT'),(202,7,-32400,0,'AKST'),(203,0,-14764,0,'LMT'),(203,1,-14400,0,'AST'),(204,0,-12652,0,'LMT'),(204,1,-9052,1,'NDT'),(204,2,-12652,0,'NST'),(204,3,-9000,1,'NDT'),(204,4,-12600,0,'NST'),(204,5,-9000,1,'NPT'),(204,6,-9000,1,'NWT'),(204,7,-5400,1,'NDDT'),(204,8,-9000,1,'NDT'),(205,0,-14764,0,'LMT'),(205,1,-14400,0,'AST'),(206,0,-14764,0,'LMT'),(206,1,-14400,0,'AST'),(207,0,-14764,0,'LMT'),(207,1,-14400,0,'AST'),(208,0,-14764,0,'LMT'),(208,1,-14400,0,'AST'),(209,0,-25880,0,'LMT'),(209,1,-21600,1,'MDT'),(209,2,-25200,0,'MST'),(209,3,-21600,1,'MWT'),(209,4,-21600,1,'MPT'),(209,5,-21600,0,'CST'),(210,0,-20932,0,'LMT'),(210,1,-18000,1,'CDT'),(210,2,-21600,0,'CST'),(211,0,-16508,0,'LMT'),(211,1,-10800,1,'ADT'),(211,2,-14400,0,'AST'),(212,0,-21420,0,'LMT'),(212,1,-21600,0,'CST'),(212,2,-18000,0,'EST'),(212,3,-14400,1,'EWT'),(212,4,-14400,1,'EPT'),(212,5,-14400,1,'EDT'),(213,0,-28084,0,'LMT'),(213,1,-25200,0,'MST'),(213,2,-28800,0,'PST'),(213,3,-25200,1,'PDT'),(213,4,-25200,1,'PWT'),(213,5,-25200,1,'PPT'),(214,0,-19052,0,'LMT'),(214,1,-14400,1,'EDT'),(214,2,-18000,0,'EST'),(214,3,-14400,1,'EWT'),(214,4,-14400,1,'EPT'),(215,0,-14764,0,'LMT'),(215,1,-14400,0,'AST'),(216,0,-29548,0,'LMT'),(216,1,-25200,1,'PDT'),(216,2,-28800,0,'PST'),(216,3,-25200,1,'PWT'),(216,4,-25200,1,'PPT'),(217,0,-14764,0,'LMT'),(217,1,-14400,0,'AST'),(218,0,-32412,0,'LMT'),(218,1,-28800,1,'YDT'),(218,2,-32400,0,'YST'),(218,3,-28800,1,'YWT'),(218,4,-28800,1,'YPT'),(218,5,-25200,1,'YDDT'),(218,6,-28800,0,'PST'),(218,7,-25200,1,'PDT'),(218,8,-25200,0,'MST'),(219,0,-23316,0,'LMT'),(219,1,-18000,1,'CDT'),(219,2,-21600,0,'CST'),(219,3,-18000,1,'CWT'),(219,4,-18000,1,'CPT'),(219,5,-18000,1,'CDT'),(219,6,-21600,0,'CST'),(220,0,-33535,0,'LMT'),(220,1,-32400,0,'YST'),(220,2,-28800,1,'YWT'),(220,3,-28800,1,'YPT'),(220,4,-28800,1,'YDT'),(220,5,-28800,1,'AKDT'),(220,6,-32400,0,'AKST'),(221,0,0,0,'-00'),(221,1,-21600,1,'MWT'),(221,2,-21600,1,'MPT'),(221,3,-25200,0,'MST'),(221,4,-18000,1,'MDDT'),(221,5,-21600,1,'MDT'),(222,0,0,0,'-00'),(222,1,28800,0,'+08'),(222,2,39600,0,'+11'),(222,3,28800,0,'+08'),(222,4,39600,0,'+11'),(223,0,0,0,'-00'),(223,1,25200,0,'+07'),(223,2,18000,0,'+05'),(223,3,25200,0,'+07'),(224,0,0,0,'-00'),(224,1,36000,0,'+10'),(225,0,0,0,'-00'),(225,1,36000,0,'AEST'),(225,2,39600,1,'AEDT'),(225,3,36000,0,'AEST'),(225,4,0,0,'-00'),(225,5,39600,1,'AEDT'),(225,6,36000,0,'AEST'),(226,0,0,0,'-00'),(226,1,21600,0,'+06'),(226,2,18000,0,'+05'),(227,0,41944,0,'LMT'),(227,1,45000,1,'NZST'),(227,2,41400,0,'NZMT'),(227,3,43200,1,'NZST'),(227,4,46800,1,'NZDT'),(227,5,43200,0,'NZST'),(227,6,43200,0,'NZST'),(228,0,0,0,'-00'),(228,1,-14400,0,'-04'),(228,2,-10800,1,'-03'),(228,3,-7200,1,'-02'),(228,4,-10800,0,'-03'),(228,5,-10800,1,'-03'),(228,6,-14400,0,'-04'),(228,7,-10800,0,'-03'),(229,0,0,0,'-00'),(229,1,-10800,0,'-03'),(230,0,41944,0,'LMT'),(230,1,45000,1,'NZST'),(230,2,41400,0,'NZMT'),(230,3,43200,1,'NZST'),(230,4,46800,1,'NZDT'),(230,5,43200,0,'NZST'),(230,6,43200,0,'NZST'),(231,0,0,0,'-00'),(231,1,10800,0,'+03'),(232,0,0,0,'-00'),(232,1,7200,1,'+02'),(232,2,0,0,'+00'),(232,3,0,0,'+00'),(233,0,0,0,'-00'),(233,1,21600,0,'+06'),(234,0,2580,0,'LMT'),(234,1,7200,1,'CEST'),(234,2,3600,0,'CET'),(234,3,3600,0,'CET'),(234,4,7200,1,'CEST'),(234,5,7200,1,'CEST'),(234,6,3600,0,'CET'),(235,0,11212,0,'LMT'),(235,1,10800,0,'+03'),(236,0,18468,0,'LMT'),(236,1,18000,0,'+05'),(236,2,25200,1,'+07'),(236,3,21600,0,'+06'),(236,4,21600,0,'+06'),(236,5,25200,1,'+07'),(236,6,21600,1,'+06'),(236,7,18000,0,'+05'),(236,8,25200,1,'+07'),(236,9,21600,0,'+06'),(237,0,8624,0,'LMT'),(237,1,10800,1,'EEST'),(237,2,7200,0,'EET'),(237,3,7200,0,'EET'),(237,4,10800,1,'EEST'),(238,0,42596,0,'LMT'),(238,1,43200,0,'+12'),(238,2,50400,1,'+14'),(238,3,46800,0,'+13'),(238,4,46800,1,'+13'),(238,5,43200,0,'+12'),(238,6,46800,1,'+13'),(238,7,43200,1,'+12'),(238,8,39600,0,'+11'),(238,9,43200,0,'+12'),(239,0,12064,0,'LMT'),(239,1,14400,0,'+04'),(239,2,18000,0,'+05'),(239,3,21600,0,'+06'),(239,4,21600,1,'+06'),(239,5,18000,0,'+05'),(239,6,21600,1,'+06'),(239,7,18000,1,'+05'),(239,8,14400,0,'+04'),(239,9,18000,0,'+05'),(240,0,13720,0,'LMT'),(240,1,14400,0,'+04'),(240,2,18000,0,'+05'),(240,3,21600,1,'+06'),(240,4,21600,0,'+06'),(240,5,18000,0,'+05'),(240,6,21600,1,'+06'),(240,7,18000,1,'+05'),(240,8,14400,0,'+04'),(240,9,21600,1,'+06'),(240,10,18000,0,'+05'),(241,0,14012,0,'LMT'),(241,1,14400,0,'+04'),(241,2,21600,1,'+06'),(241,3,18000,0,'+05'),(241,4,18000,0,'+05'),(241,5,21600,1,'+06'),(241,6,18000,1,'+05'),(241,7,14400,0,'+04'),(241,8,18000,0,'+05'),(242,0,14012,0,'LMT'),(242,1,14400,0,'+04'),(242,2,21600,1,'+06'),(242,3,18000,0,'+05'),(242,4,18000,0,'+05'),(242,5,21600,1,'+06'),(242,6,18000,1,'+05'),(242,7,14400,0,'+04'),(242,8,18000,0,'+05'),(243,0,12464,0,'LMT'),(243,1,10800,0,'+03'),(243,2,18000,0,'+05'),(243,3,21600,0,'+06'),(243,4,21600,1,'+06'),(243,5,18000,0,'+05'),(243,6,21600,1,'+06'),(243,7,18000,1,'+05'),(243,8,14400,0,'+04'),(243,9,18000,0,'+05'),(244,0,10660,0,'LMT'),(244,1,10656,0,'BMT'),(244,2,10800,0,'+03'),(244,3,14400,1,'+04'),(244,4,10800,0,'+03'),(244,5,14400,1,'+04'),(245,0,12368,0,'LMT'),(245,1,14400,0,'+04'),(245,2,10800,0,'+03'),(246,0,11964,0,'LMT'),(246,1,10800,0,'+03'),(246,2,18000,1,'+05'),(246,3,14400,0,'+04'),(246,4,14400,0,'+04'),(246,5,18000,1,'+05'),(246,6,14400,1,'+04'),(246,7,10800,0,'+03'),(246,8,18000,1,'+05'),(246,9,14400,0,'+04'),(247,0,24124,0,'LMT'),(247,1,24124,0,'BMT'),(247,2,25200,0,'+07'),(248,0,20100,0,'LMT'),(248,1,21600,0,'+06'),(248,2,28800,1,'+08'),(248,3,25200,0,'+07'),(248,4,25200,0,'+07'),(248,5,28800,1,'+08'),(248,6,25200,1,'+07'),(248,7,21600,0,'+06'),(248,8,25200,1,'+07'),(248,9,25200,0,'+07'),(249,0,8520,0,'LMT'),(249,1,10800,1,'EEST'),(249,2,7200,0,'EET'),(250,0,17904,0,'LMT'),(250,1,18000,0,'+05'),(250,2,25200,1,'+07'),(250,3,21600,0,'+06'),(250,4,21600,0,'+06'),(250,5,25200,1,'+07'),(250,6,21600,1,'+06'),(250,7,18000,0,'+05'),(250,8,21600,1,'+06'),(250,9,21600,0,'+06'),(251,0,27580,0,'LMT'),(251,1,27000,0,'+0730'),(251,2,28800,0,'+08'),(252,0,21200,0,'HMT'),(252,1,19270,0,'MMT'),(252,2,19800,0,'IST'),(252,3,23400,1,'+0630'),(253,0,27232,0,'LMT'),(253,1,28800,0,'+08'),(253,2,36000,1,'+10'),(253,3,32400,0,'+09'),(253,4,32400,0,'+09'),(253,5,36000,1,'+10'),(253,6,32400,1,'+09'),(253,7,28800,0,'+08'),(253,8,36000,0,'+10'),(253,9,36000,1,'+10'),(253,10,32400,0,'+09'),(254,0,27480,0,'LMT'),(254,1,25200,0,'+07'),(254,2,28800,0,'+08'),(254,3,32400,0,'+09'),(254,4,36000,1,'+10'),(254,5,32400,1,'+09'),(254,6,28800,0,'+08'),(255,0,29143,0,'LMT'),(255,1,32400,1,'CDT'),(255,2,28800,0,'CST'),(256,0,29143,0,'LMT'),(256,1,32400,1,'CDT'),(256,2,28800,0,'CST'),(257,0,19164,0,'LMT'),(257,1,19172,0,'MMT'),(257,2,19800,0,'+0530'),(257,3,21600,1,'+06'),(257,4,23400,1,'+0630'),(257,5,23400,0,'+0630'),(257,6,21600,0,'+06'),(257,7,19800,0,'+0530'),(258,0,21700,0,'LMT'),(258,1,21200,0,'HMT'),(258,2,23400,0,'+0630'),(258,3,19800,0,'+0530'),(258,4,21600,0,'+06'),(258,5,25200,1,'+07'),(259,0,8712,0,'LMT'),(259,1,10800,1,'EEST'),(259,2,7200,0,'EET'),(260,0,21700,0,'LMT'),(260,1,21200,0,'HMT'),(260,2,23400,0,'+0630'),(260,3,19800,0,'+0530'),(260,4,21600,0,'+06'),(260,5,25200,1,'+07'),(261,0,30140,0,'LMT'),(261,1,28800,0,'+08'),(261,2,32400,0,'+09'),(262,0,13272,0,'LMT'),(262,1,14400,0,'+04'),(263,0,16512,0,'LMT'),(263,1,18000,0,'+05'),(263,2,25200,1,'+07'),(263,3,21600,0,'+06'),(263,4,21600,0,'+06'),(263,5,25200,1,'+07'),(263,6,21600,1,'+06'),(263,7,18000,0,'+05'),(264,0,8148,0,'LMT'),(264,1,10800,1,'EEST'),(264,2,7200,0,'EET'),(264,3,7200,0,'EET'),(264,4,10800,1,'EEST'),(264,5,10800,0,'+03'),(264,6,7200,0,'EET'),(265,0,8272,0,'LMT'),(265,1,10800,1,'EEST'),(265,2,7200,0,'EET'),(265,3,7200,0,'EET'),(265,4,10800,1,'EEST'),(265,5,10800,1,'IDT'),(265,6,7200,0,'IST'),(265,7,10800,1,'IDT'),(265,8,7200,0,'IST'),(265,9,7200,0,'EET'),(266,0,29143,0,'LMT'),(266,1,32400,1,'CDT'),(266,2,28800,0,'CST'),(267,0,8423,0,'LMT'),(267,1,10800,1,'EEST'),(267,2,7200,0,'EET'),(267,3,7200,0,'EET'),(267,4,10800,1,'EEST'),(267,5,10800,1,'IDT'),(267,6,7200,0,'IST'),(267,7,10800,1,'IDT'),(267,8,7200,0,'IST'),(267,9,7200,0,'EET'),(268,0,25600,0,'LMT'),(268,1,25590,0,'PLMT'),(268,2,25200,0,'+07'),(268,3,28800,0,'+08'),(268,4,32400,0,'+09'),(268,5,25200,0,'+07'),(269,0,27402,0,'LMT'),(269,1,28800,0,'HKT'),(269,2,32400,1,'HKST'),(269,3,30600,1,'HKWT'),(269,4,32400,0,'JST'),(269,5,28800,0,'HKT'),(269,6,32400,1,'HKST'),(270,0,21996,0,'LMT'),(270,1,21600,0,'+06'),(270,2,28800,1,'+08'),(270,3,25200,0,'+07'),(271,0,25025,0,'LMT'),(271,1,25025,0,'IMT'),(271,2,25200,0,'+07'),(271,3,32400,1,'+09'),(271,4,28800,0,'+08'),(271,5,28800,0,'+08'),(271,6,32400,1,'+09'),(271,7,28800,1,'+08'),(271,8,25200,0,'+07'),(271,9,32400,0,'+09'),(271,10,32400,1,'+09'),(271,11,28800,0,'+08'),(272,0,6952,0,'LMT'),(272,1,7016,0,'IMT'),(272,2,10800,1,'EEST'),(272,3,7200,0,'EET'),(272,4,10800,0,'+03'),(272,5,14400,1,'+04'),(272,6,10800,1,'EEST'),(272,7,7200,0,'EET'),(272,8,10800,1,'EEST'),(272,9,7200,0,'EET'),(272,10,10800,0,'+03'),(273,0,25632,0,'LMT'),(273,1,25632,0,'BMT'),(273,2,26400,0,'+0720'),(273,3,27000,0,'+0730'),(273,4,32400,0,'+09'),(273,5,28800,0,'+08'),(273,6,25200,0,'WIB'),(274,0,33768,0,'LMT'),(274,1,32400,0,'+09'),(274,2,34200,0,'+0930'),(274,3,32400,0,'WIT'),(275,0,8454,0,'LMT'),(275,1,8440,0,'JMT'),(275,2,10800,1,'IDT'),(275,3,7200,0,'IST'),(275,4,14400,1,'IDDT'),(275,5,10800,1,'IDT'),(275,6,7200,0,'IST'),(275,7,10800,1,'IDT'),(275,8,7200,0,'IST'),(276,0,16608,0,'LMT'),(276,1,14400,0,'+04'),(276,2,16200,0,'+0430'),(277,0,38076,0,'LMT'),(277,1,39600,0,'+11'),(277,2,46800,1,'+13'),(277,3,43200,0,'+12'),(277,4,43200,0,'+12'),(277,5,46800,1,'+13'),(277,6,43200,1,'+12'),(277,7,39600,0,'+11'),(277,8,43200,0,'+12'),(278,0,16092,0,'LMT'),(278,1,19800,0,'+0530'),(278,2,23400,1,'+0630'),(278,3,18000,0,'+05'),(278,4,21600,1,'PKST'),(278,5,18000,0,'PKT'),(279,0,21020,0,'LMT'),(279,1,21600,0,'+06'),(280,0,20476,0,'LMT'),(280,1,19800,0,'+0530'),(280,2,20700,0,'+0545'),(281,0,20476,0,'LMT'),(281,1,19800,0,'+0530'),(281,2,20700,0,'+0545'),(282,0,32533,0,'LMT'),(282,1,28800,0,'+08'),(282,2,36000,1,'+10'),(282,3,32400,0,'+09'),(282,4,32400,0,'+09'),(282,5,36000,1,'+10'),(282,6,32400,1,'+09'),(282,7,28800,0,'+08'),(282,8,39600,1,'+11'),(282,9,36000,0,'+10'),(282,10,36000,0,'+10'),(282,11,39600,0,'+11'),(282,12,32400,0,'+09'),(283,0,21200,0,'HMT'),(283,1,19270,0,'MMT'),(283,2,19800,0,'IST'),(283,3,23400,1,'+0630'),(284,0,22286,0,'LMT'),(284,1,21600,0,'+06'),(284,2,28800,1,'+08'),(284,3,25200,0,'+07'),(284,4,25200,0,'+07'),(284,5,28800,1,'+08'),(284,6,25200,1,'+07'),(284,7,21600,0,'+06'),(284,8,28800,0,'+08'),(284,9,28800,1,'+08'),(284,10,25200,0,'+07'),(285,0,24406,0,'LMT'),(285,1,24925,0,'SMT'),(285,2,25200,0,'+07'),(285,3,26400,1,'+0720'),(285,4,26400,0,'+0720'),(285,5,27000,0,'+0730'),(285,6,32400,0,'+09'),(285,7,28800,0,'+08'),(286,0,26480,0,'LMT'),(286,1,27000,0,'+0730'),(286,2,30000,1,'+0820'),(286,3,28800,0,'+08'),(286,4,32400,0,'+09'),(286,5,28800,0,'+08'),(287,0,11212,0,'LMT'),(287,1,10800,0,'+03'),(288,0,27250,0,'LMT'),(288,1,28800,0,'CST'),(288,2,36000,1,'+10'),(288,3,32400,0,'+09'),(288,4,32400,1,'CDT'),(288,5,28800,0,'CST'),(288,6,32400,1,'CDT'),(289,0,27250,0,'LMT'),(289,1,28800,0,'CST'),(289,2,36000,1,'+10'),(289,3,32400,0,'+09'),(289,4,32400,1,'CDT'),(289,5,28800,0,'CST'),(289,6,32400,1,'CDT'),(290,0,36192,0,'LMT'),(290,1,36000,0,'+10'),(290,2,43200,1,'+12'),(290,3,39600,0,'+11'),(290,4,39600,0,'+11'),(290,5,43200,1,'+12'),(290,6,39600,1,'+11'),(290,7,36000,0,'+10'),(290,8,43200,0,'+12'),(290,9,43200,1,'+12'),(290,10,39600,0,'+11'),(291,0,28656,0,'LMT'),(291,1,28656,0,'MMT'),(291,2,28800,0,'+08'),(291,3,32400,0,'+09'),(291,4,28800,0,'WITA'),(292,0,29040,0,'LMT'),(292,1,32400,1,'PDT'),(292,2,28800,0,'PST'),(292,3,32400,0,'JST'),(292,4,28800,0,'PST'),(293,0,13272,0,'LMT'),(293,1,14400,0,'+04'),(294,0,8008,0,'LMT'),(294,1,10800,1,'EEST'),(294,2,7200,0,'EET'),(294,3,7200,0,'EET'),(294,4,10800,1,'EEST'),(295,0,20928,0,'LMT'),(295,1,21600,0,'+06'),(295,2,28800,1,'+08'),(295,3,25200,0,'+07'),(295,4,25200,0,'+07'),(295,5,28800,1,'+08'),(295,6,25200,1,'+07'),(295,7,21600,0,'+06'),(295,8,25200,0,'+07'),(296,0,19900,0,'LMT'),(296,1,21600,0,'+06'),(296,2,28800,1,'+08'),(296,3,25200,0,'+07'),(296,4,25200,0,'+07'),(296,5,28800,1,'+08'),(296,6,25200,1,'+07'),(296,7,21600,0,'+06'),(296,8,25200,1,'+07'),(296,9,25200,0,'+07'),(297,0,17610,0,'LMT'),(297,1,18000,0,'+05'),(297,2,25200,1,'+07'),(297,3,21600,0,'+06'),(297,4,21600,0,'+06'),(297,5,25200,1,'+07'),(297,6,21600,1,'+06'),(297,7,18000,0,'+05'),(297,8,25200,0,'+07'),(297,9,25200,1,'+07'),(297,10,21600,0,'+06'),(298,0,12324,0,'LMT'),(298,1,10800,0,'+03'),(298,2,18000,0,'+05'),(298,3,21600,1,'+06'),(298,4,21600,0,'+06'),(298,5,18000,0,'+05'),(298,6,21600,1,'+06'),(298,7,18000,1,'+05'),(298,8,14400,0,'+04'),(298,9,18000,0,'+05'),(299,0,24124,0,'LMT'),(299,1,24124,0,'BMT'),(299,2,25200,0,'+07'),(300,0,26240,0,'LMT'),(300,1,26240,0,'PMT'),(300,2,27000,0,'+0730'),(300,3,32400,0,'+09'),(300,4,28800,0,'+08'),(300,5,28800,0,'WITA'),(300,6,25200,0,'WIB'),(301,0,30180,0,'LMT'),(301,1,30600,0,'KST'),(301,2,32400,0,'JST'),(301,3,32400,0,'KST'),(302,0,12368,0,'LMT'),(302,1,14400,0,'+04'),(302,2,10800,0,'+03'),(303,0,15268,0,'LMT'),(303,1,14400,0,'+04'),(303,2,18000,0,'+05'),(303,3,21600,1,'+06'),(303,4,21600,0,'+06'),(303,5,18000,0,'+05'),(303,6,21600,1,'+06'),(303,7,18000,1,'+05'),(303,8,14400,0,'+04'),(303,9,21600,0,'+06'),(303,10,21600,1,'+06'),(304,0,15712,0,'LMT'),(304,1,14400,0,'+04'),(304,2,18000,0,'+05'),(304,3,21600,1,'+06'),(304,4,21600,0,'+06'),(304,5,18000,0,'+05'),(304,6,21600,1,'+06'),(304,7,18000,1,'+05'),(304,8,14400,0,'+04'),(304,9,21600,0,'+06'),(304,10,21600,1,'+06'),(304,11,18000,0,'+05'),(305,0,23087,0,'LMT'),(305,1,23087,0,'RMT'),(305,2,23400,0,'+0630'),(305,3,32400,0,'+09'),(305,4,23400,0,'+0630'),(306,0,11212,0,'LMT'),(306,1,10800,0,'+03'),(307,0,25600,0,'LMT'),(307,1,25590,0,'PLMT'),(307,2,25200,0,'+07'),(307,3,28800,0,'+08'),(307,4,32400,0,'+09'),(307,5,25200,0,'+07'),(308,0,34248,0,'LMT'),(308,1,32400,0,'+09'),(308,2,43200,1,'+12'),(308,3,39600,0,'+11'),(308,4,39600,0,'+11'),(308,5,43200,1,'+12'),(308,6,39600,1,'+11'),(308,7,36000,0,'+10'),(308,8,39600,0,'+11'),(309,0,16073,0,'LMT'),(309,1,14400,0,'+04'),(309,2,18000,0,'+05'),(309,3,21600,1,'+06'),(309,4,21600,0,'+06'),(309,5,18000,0,'+05'),(309,6,21600,1,'+06'),(310,0,30472,0,'LMT'),(310,1,30600,0,'KST'),(310,2,32400,0,'JST'),(310,3,36000,1,'KDT'),(310,4,32400,0,'KST'),(310,5,34200,1,'KDT'),(310,6,36000,1,'KDT'),(311,0,29143,0,'LMT'),(311,1,32400,1,'CDT'),(311,2,28800,0,'CST'),(312,0,24925,0,'LMT'),(312,1,24925,0,'SMT'),(312,2,25200,0,'+07'),(312,3,26400,1,'+0720'),(312,4,26400,0,'+0720'),(312,5,27000,0,'+0730'),(312,6,32400,0,'+09'),(312,7,28800,0,'+08'),(313,0,36892,0,'LMT'),(313,1,36000,0,'+10'),(313,2,43200,1,'+12'),(313,3,39600,0,'+11'),(313,4,39600,0,'+11'),(313,5,43200,1,'+12'),(313,6,39600,1,'+11'),(313,7,36000,0,'+10'),(313,8,43200,0,'+12'),(313,9,43200,1,'+12'),(313,10,39600,0,'+11'),(314,0,29160,0,'LMT'),(314,1,28800,0,'CST'),(314,2,32400,0,'JST'),(314,3,32400,1,'CDT'),(314,4,28800,0,'CST'),(315,0,16631,0,'LMT'),(315,1,18000,0,'+05'),(315,2,25200,1,'+07'),(315,3,21600,0,'+06'),(315,4,21600,0,'+06'),(315,5,25200,1,'+07'),(315,6,21600,1,'+06'),(315,7,18000,0,'+05'),(316,0,10751,0,'LMT'),(316,1,10751,0,'TBMT'),(316,2,10800,0,'+03'),(316,3,18000,1,'+05'),(316,4,14400,0,'+04'),(316,5,14400,0,'+04'),(316,6,18000,1,'+05'),(316,7,14400,1,'+04'),(316,8,10800,0,'+03'),(316,9,14400,1,'+04'),(316,10,14400,0,'+04'),(317,0,12344,0,'LMT'),(317,1,12344,0,'TMT'),(317,2,12600,0,'+0330'),(317,3,18000,1,'+05'),(317,4,14400,0,'+04'),(317,5,16200,1,'+0430'),(317,6,12600,0,'+0330'),(318,0,8454,0,'LMT'),(318,1,8440,0,'JMT'),(318,2,10800,1,'IDT'),(318,3,7200,0,'IST'),(318,4,14400,1,'IDDT'),(318,5,10800,1,'IDT'),(318,6,7200,0,'IST'),(318,7,10800,1,'IDT'),(318,8,7200,0,'IST'),(319,0,21516,0,'LMT'),(319,1,19800,0,'+0530'),(319,2,21600,0,'+06'),(320,0,21516,0,'LMT'),(320,1,19800,0,'+0530'),(320,2,21600,0,'+06'),(321,0,33539,0,'LMT'),(321,1,36000,1,'JDT'),(321,2,32400,0,'JST'),(321,3,32400,0,'JST'),(322,0,20391,0,'LMT'),(322,1,21600,0,'+06'),(322,2,28800,1,'+08'),(322,3,25200,0,'+07'),(322,4,25200,0,'+07'),(322,5,28800,1,'+08'),(322,6,25200,1,'+07'),(322,7,21600,0,'+06'),(322,8,25200,1,'+07'),(322,9,25200,0,'+07'),(323,0,28656,0,'LMT'),(323,1,28656,0,'MMT'),(323,2,28800,0,'+08'),(323,3,32400,0,'+09'),(323,4,28800,0,'WITA'),(324,0,25652,0,'LMT'),(324,1,25200,0,'+07'),(324,2,32400,1,'+09'),(324,3,28800,0,'+08'),(325,0,25652,0,'LMT'),(325,1,25200,0,'+07'),(325,2,32400,1,'+09'),(325,3,28800,0,'+08'),(326,0,21020,0,'LMT'),(326,1,21600,0,'+06'),(327,0,34374,0,'LMT'),(327,1,28800,0,'+08'),(327,2,32400,0,'+09'),(327,3,39600,0,'+11'),(327,4,43200,1,'+12'),(327,5,39600,0,'+11'),(327,6,43200,1,'+12'),(327,7,39600,1,'+11'),(327,8,36000,0,'+10'),(327,9,43200,0,'+12'),(327,10,43200,1,'+12'),(327,11,36000,0,'+10'),(328,0,24124,0,'LMT'),(328,1,24124,0,'BMT'),(328,2,25200,0,'+07'),(329,0,31651,0,'LMT'),(329,1,32400,0,'+09'),(329,2,39600,1,'+11'),(329,3,36000,0,'+10'),(329,4,36000,0,'+10'),(329,5,39600,1,'+11'),(329,6,36000,1,'+10'),(329,7,32400,0,'+09'),(329,8,39600,0,'+11'),(329,9,39600,1,'+11'),(329,10,36000,0,'+10'),(330,0,31138,0,'LMT'),(330,1,28800,0,'+08'),(330,2,36000,1,'+10'),(330,3,32400,0,'+09'),(330,4,32400,0,'+09'),(330,5,36000,1,'+10'),(330,6,32400,1,'+09'),(330,7,28800,0,'+08'),(330,8,36000,0,'+10'),(330,9,36000,1,'+10'),(330,10,32400,0,'+09'),(331,0,23087,0,'LMT'),(331,1,23087,0,'RMT'),(331,2,23400,0,'+0630'),(331,3,32400,0,'+09'),(331,4,23400,0,'+0630'),(332,0,14553,0,'LMT'),(332,1,13505,0,'PMT'),(332,2,14400,0,'+04'),(332,3,21600,1,'+06'),(332,4,18000,0,'+05'),(332,5,18000,0,'+05'),(332,6,21600,1,'+06'),(332,7,18000,1,'+05'),(332,8,14400,0,'+04'),(332,9,21600,0,'+06'),(332,10,21600,1,'+06'),(332,11,18000,0,'+05'),(333,0,10680,0,'LMT'),(333,1,10800,0,'+03'),(333,2,18000,1,'+05'),(333,3,14400,0,'+04'),(333,4,14400,0,'+04'),(333,5,18000,1,'+05'),(333,6,14400,1,'+04'),(333,7,10800,0,'+03'),(333,8,18000,1,'+05'),(333,9,14400,0,'+04'),(334,0,-6160,0,'LMT'),(334,1,-6872,0,'HMT'),(334,2,-3600,1,'-01'),(334,3,-7200,0,'-02'),(334,4,-3600,1,'-01'),(334,5,-7200,0,'-02'),(334,6,-7200,0,'-02'),(334,7,0,1,'+00'),(334,8,-3600,0,'-01'),(334,9,-3600,0,'-01'),(334,10,0,0,'WET'),(334,11,0,1,'+00'),(334,12,-3600,0,'-01'),(335,0,-15558,0,'LMT'),(335,1,-11958,1,'BST'),(335,2,-15558,0,'BMT'),(335,3,-10800,1,'ADT'),(335,4,-14400,0,'AST'),(336,0,-3696,0,'LMT'),(336,1,-3600,0,'-01'),(336,2,0,0,'WET'),(336,3,3600,1,'WEST'),(336,4,0,0,'WET'),(336,5,3600,1,'WEST'),(337,0,-5644,0,'LMT'),(337,1,-7200,0,'-02'),(337,2,-3600,1,'-01'),(337,3,-7200,0,'-02'),(337,4,-3600,0,'-01'),(338,0,-1624,0,'LMT'),(338,1,0,0,'WET'),(338,2,3600,1,'WEST'),(338,3,0,0,'WET'),(339,0,-1624,0,'LMT'),(339,1,0,0,'WET'),(339,2,3600,1,'WEST'),(339,3,0,0,'WET'),(340,0,2580,0,'LMT'),(340,1,7200,1,'CEST'),(340,2,3600,0,'CET'),(340,3,3600,0,'CET'),(340,4,7200,1,'CEST'),(340,5,7200,1,'CEST'),(340,6,3600,0,'CET'),(341,0,-4056,0,'LMT'),(341,1,-4056,0,'FMT'),(341,2,0,1,'+00'),(341,3,-3600,0,'-01'),(341,4,0,1,'+00'),(341,5,-3600,0,'-01'),(341,6,-3600,0,'-01'),(341,7,3600,1,'+01'),(341,8,3600,1,'WEST'),(341,9,0,0,'WET'),(341,10,0,0,'WET'),(341,11,0,0,'WET'),(341,12,3600,1,'WEST'),(342,0,-5280,0,'LMT'),(342,1,0,1,'+00'),(342,2,-3600,0,'-01'),(342,3,-3600,0,'-01'),(342,4,0,1,'+00'),(342,5,0,0,'GMT'),(343,0,-8768,0,'LMT'),(343,1,-7200,0,'-02'),(344,0,-968,0,'LMT'),(344,1,0,0,'GMT'),(345,0,-13884,0,'LMT'),(345,1,-13884,0,'SMT'),(345,2,-10800,1,'-03'),(345,3,-14400,0,'-04'),(345,4,-7200,1,'-02'),(345,5,-10800,0,'-03'),(345,6,-10800,1,'-03'),(346,0,36292,0,'LMT'),(346,1,39600,1,'AEDT'),(346,2,36000,0,'AEST'),(346,3,36000,0,'AEST'),(347,0,32400,0,'ACST'),(347,1,37800,1,'ACDT'),(347,2,34200,0,'ACST'),(347,3,34200,0,'ACST'),(348,0,36728,0,'LMT'),(348,1,39600,1,'AEDT'),(348,2,36000,0,'AEST'),(348,3,36000,0,'AEST'),(349,0,32400,0,'ACST'),(349,1,37800,1,'ACDT'),(349,2,34200,0,'ACST'),(349,3,34200,0,'ACST'),(349,4,37800,1,'ACDT'),(350,0,36292,0,'LMT'),(350,1,39600,1,'AEDT'),(350,2,36000,0,'AEST'),(350,3,36000,0,'AEST'),(351,0,35356,0,'LMT'),(351,1,39600,1,'AEDT'),(351,2,36000,0,'AEST'),(351,3,36000,0,'AEST'),(352,0,32400,0,'ACST'),(352,1,37800,1,'ACDT'),(352,2,34200,0,'ACST'),(352,3,34200,0,'ACST'),(353,0,30928,0,'LMT'),(353,1,35100,1,'+0945'),(353,2,31500,0,'+0845'),(353,3,31500,0,'+0845'),(354,0,35356,0,'LMT'),(354,1,39600,1,'AEDT'),(354,2,36000,0,'AEST'),(354,3,36000,0,'AEST'),(355,0,38180,0,'LMT'),(355,1,36000,0,'AEST'),(355,2,41400,1,'+1130'),(355,3,37800,0,'+1030'),(355,4,39600,1,'+11'),(356,0,35756,0,'LMT'),(356,1,39600,1,'AEDT'),(356,2,36000,0,'AEST'),(356,3,36000,0,'AEST'),(357,0,38180,0,'LMT'),(357,1,36000,0,'AEST'),(357,2,41400,1,'+1130'),(357,3,37800,0,'+1030'),(357,4,39600,1,'+11'),(358,0,34792,0,'LMT'),(358,1,39600,1,'AEDT'),(358,2,36000,0,'AEST'),(358,3,36000,0,'AEST'),(359,0,36292,0,'LMT'),(359,1,39600,1,'AEDT'),(359,2,36000,0,'AEST'),(359,3,36000,0,'AEST'),(360,0,32400,0,'ACST'),(360,1,37800,1,'ACDT'),(360,2,34200,0,'ACST'),(360,3,34200,0,'ACST'),(361,0,27804,0,'LMT'),(361,1,32400,1,'AWDT'),(361,2,28800,0,'AWST'),(361,3,28800,0,'AWST'),(362,0,36728,0,'LMT'),(362,1,39600,1,'AEDT'),(362,2,36000,0,'AEST'),(362,3,36000,0,'AEST'),(363,0,32400,0,'ACST'),(363,1,37800,1,'ACDT'),(363,2,34200,0,'ACST'),(363,3,34200,0,'ACST'),(364,0,36292,0,'LMT'),(364,1,39600,1,'AEDT'),(364,2,36000,0,'AEST'),(364,3,36000,0,'AEST'),(365,0,35356,0,'LMT'),(365,1,39600,1,'AEDT'),(365,2,36000,0,'AEST'),(365,3,36000,0,'AEST'),(366,0,34792,0,'LMT'),(366,1,39600,1,'AEDT'),(366,2,36000,0,'AEST'),(366,3,36000,0,'AEST'),(367,0,27804,0,'LMT'),(367,1,32400,1,'AWDT'),(367,2,28800,0,'AWST'),(367,3,28800,0,'AWST'),(368,0,32400,0,'ACST'),(368,1,37800,1,'ACDT'),(368,2,34200,0,'ACST'),(368,3,34200,0,'ACST'),(368,4,37800,1,'ACDT'),(369,0,-16272,0,'LMT'),(369,1,-14400,1,'-04'),(369,2,-18000,0,'-05'),(369,3,-14400,0,'-04'),(369,4,-18000,0,'-05'),(370,0,-7780,0,'LMT'),(370,1,-3600,1,'-01'),(370,2,-7200,0,'-02'),(371,0,-11188,0,'LMT'),(371,1,-7200,1,'-02'),(371,2,-10800,0,'-03'),(372,0,-14404,0,'LMT'),(372,1,-10800,1,'-03'),(372,2,-14400,0,'-04'),(373,0,7200,1,'CEST'),(373,1,3600,0,'CET'),(373,2,7200,1,'CEST'),(373,3,3600,0,'CET'),(374,0,-18000,1,'CDT'),(374,1,-21600,0,'CST'),(374,2,-18000,1,'CWT'),(374,3,-18000,1,'CPT'),(375,0,-15264,0,'LMT'),(375,1,-10800,1,'ADT'),(375,2,-14400,0,'AST'),(375,3,-10800,1,'AWT'),(375,4,-10800,1,'APT'),(376,0,-23316,0,'LMT'),(376,1,-18000,1,'CDT'),(376,2,-21600,0,'CST'),(376,3,-18000,1,'CWT'),(376,4,-18000,1,'CPT'),(376,5,-18000,1,'CDT'),(376,6,-21600,0,'CST'),(377,0,-19052,0,'LMT'),(377,1,-14400,1,'EDT'),(377,2,-18000,0,'EST'),(377,3,-14400,1,'EWT'),(377,4,-14400,1,'EPT'),(378,0,-27232,0,'LMT'),(378,1,-21600,1,'MDT'),(378,2,-25200,0,'MST'),(378,3,-21600,1,'MWT'),(378,4,-21600,1,'MPT'),(379,0,-12652,0,'LMT'),(379,1,-9052,1,'NDT'),(379,2,-12652,0,'NST'),(379,3,-9000,1,'NDT'),(379,4,-12600,0,'NST'),(379,5,-9000,1,'NPT'),(379,6,-9000,1,'NWT'),(379,7,-5400,1,'NDDT'),(379,8,-9000,1,'NDT'),(380,0,-29548,0,'LMT'),(380,1,-25200,1,'PDT'),(380,2,-28800,0,'PST'),(380,3,-25200,1,'PWT'),(380,4,-25200,1,'PPT'),(381,0,-25116,0,'LMT'),(381,1,-21600,1,'MDT'),(381,2,-25200,0,'MST'),(381,3,-21600,1,'MWT'),(381,4,-21600,1,'MPT'),(381,5,-21600,0,'CST'),(382,0,-32412,0,'LMT'),(382,1,-28800,1,'YDT'),(382,2,-32400,0,'YST'),(382,3,-28800,1,'YWT'),(382,4,-28800,1,'YPT'),(382,5,-25200,1,'YDDT'),(382,6,-28800,0,'PST'),(382,7,-25200,1,'PDT'),(382,8,-25200,0,'MST'),(383,0,-16966,0,'LMT'),(383,1,-16966,0,'SMT'),(383,2,-18000,0,'-05'),(383,3,-14400,0,'-04'),(383,4,-14400,1,'-04'),(383,5,-10800,1,'-03'),(383,6,-10800,1,'-03'),(383,7,-14400,0,'-04'),(384,0,-26248,0,'LMT'),(384,1,-26248,0,'EMT'),(384,2,-21600,1,'-06'),(384,3,-25200,0,'-07'),(384,4,-25200,0,'-07'),(384,5,-21600,0,'-06'),(384,6,-18000,1,'-05'),(385,0,-19768,0,'LMT'),(385,1,-19776,0,'HMT'),(385,2,-14400,1,'CDT'),(385,3,-18000,0,'CST'),(385,4,-18000,0,'CST'),(385,5,-14400,1,'CDT'),(386,0,10800,1,'EEST'),(386,1,7200,0,'EET'),(387,0,-18000,0,'EST'),(388,0,-14400,1,'EDT'),(388,1,-18000,0,'EST'),(388,2,-14400,1,'EWT'),(388,3,-14400,1,'EPT'),(389,0,7509,0,'LMT'),(389,1,10800,1,'EEST'),(389,2,7200,0,'EET'),(389,3,10800,1,'EEST'),(390,0,-1500,0,'LMT'),(390,1,-1521,0,'DMT'),(390,2,2079,1,'IST'),(390,3,3600,1,'BST'),(390,4,0,0,'GMT'),(390,5,3600,1,'IST'),(390,6,0,0,'GMT'),(390,7,0,1,'GMT'),(390,8,3600,0,'IST'),(390,9,3600,0,'IST'),(391,0,0,0,'GMT'),(392,0,0,0,'GMT'),(393,0,-3600,0,'-01'),(394,0,-36000,0,'-10'),(395,0,-39600,0,'-11'),(396,0,-43200,0,'-12'),(397,0,-7200,0,'-02'),(398,0,-10800,0,'-03'),(399,0,-14400,0,'-04'),(400,0,-18000,0,'-05'),(401,0,-21600,0,'-06'),(402,0,-25200,0,'-07'),(403,0,-28800,0,'-08'),(404,0,-32400,0,'-09'),(405,0,0,0,'GMT'),(406,0,3600,0,'+01'),(407,0,36000,0,'+10'),(408,0,39600,0,'+11'),(409,0,43200,0,'+12'),(410,0,46800,0,'+13'),(411,0,50400,0,'+14'),(412,0,7200,0,'+02'),(413,0,10800,0,'+03'),(414,0,14400,0,'+04'),(415,0,18000,0,'+05'),(416,0,21600,0,'+06'),(417,0,25200,0,'+07'),(418,0,28800,0,'+08'),(419,0,32400,0,'+09'),(420,0,0,0,'GMT'),(421,0,0,0,'GMT'),(422,0,0,0,'UTC'),(423,0,0,0,'UTC'),(424,0,0,0,'UTC'),(425,0,0,0,'UTC'),(426,0,1172,0,'LMT'),(426,1,4772,1,'NST'),(426,2,1172,0,'AMT'),(426,3,4772,1,'NST'),(426,4,1172,0,'AMT'),(426,5,1200,0,'+0020'),(426,6,4800,1,'+0120'),(426,7,4800,1,'+0120'),(426,8,3600,0,'CET'),(426,9,7200,1,'CEST'),(426,10,7200,1,'CEST'),(426,11,7200,1,'CEST'),(426,12,3600,0,'CET'),(426,13,3600,0,'CET'),(427,0,364,0,'LMT'),(427,1,0,0,'WET'),(427,2,3600,0,'CET'),(427,3,7200,1,'CEST'),(427,4,3600,0,'CET'),(428,0,11532,0,'LMT'),(428,1,10800,0,'+03'),(428,2,18000,1,'+05'),(428,3,14400,0,'+04'),(428,4,14400,0,'+04'),(428,5,18000,1,'+05'),(428,6,14400,1,'+04'),(428,7,10800,0,'+03'),(428,8,14400,0,'+04'),(429,0,5692,0,'LMT'),(429,1,5692,0,'AMT'),(429,2,10800,1,'EEST'),(429,3,7200,0,'EET'),(429,4,3600,0,'CET'),(429,5,7200,1,'CEST'),(429,6,10800,1,'EEST'),(429,7,7200,0,'EET'),(429,8,10800,1,'EEST'),(429,9,7200,0,'EET'),(430,0,-75,0,'LMT'),(430,1,3600,1,'BST'),(430,2,0,0,'GMT'),(430,3,7200,1,'BDST'),(430,4,3600,0,'BST'),(430,5,3600,1,'BST'),(430,6,0,0,'GMT'),(430,7,0,0,'GMT'),(431,0,4920,0,'LMT'),(431,1,3600,0,'CET'),(431,2,3600,0,'CET'),(431,3,7200,1,'CEST'),(431,4,7200,1,'CEST'),(431,5,7200,1,'CEST'),(431,6,3600,0,'CET'),(432,0,3208,0,'LMT'),(432,1,7200,1,'CEST'),(432,2,3600,0,'CET'),(432,3,7200,1,'CEST'),(432,4,3600,0,'CET'),(432,5,10800,1,'CEMT'),(432,6,10800,1,'CEMT'),(432,7,7200,1,'CEST'),(432,8,3600,0,'CET'),(433,0,3464,0,'PMT'),(433,1,7200,1,'CEST'),(433,2,3600,0,'CET'),(433,3,7200,1,'CEST'),(433,4,3600,0,'CET'),(433,5,0,1,'GMT'),(433,6,7200,1,'CEST'),(433,7,3600,0,'CET'),(434,0,1050,0,'BMT'),(434,1,0,0,'WET'),(434,2,3600,0,'CET'),(434,3,7200,1,'CEST'),(434,4,3600,0,'CET'),(434,5,7200,1,'CEST'),(434,6,3600,1,'WEST'),(434,7,0,0,'WET'),(434,8,0,0,'WET'),(434,9,7200,1,'CEST'),(434,10,3600,0,'CET'),(435,0,6264,0,'LMT'),(435,1,6264,0,'BMT'),(435,2,10800,1,'EEST'),(435,3,7200,0,'EET'),(435,4,10800,1,'EEST'),(435,5,7200,0,'EET'),(435,6,10800,1,'EEST'),(435,7,7200,0,'EET'),(436,0,4580,0,'LMT'),(436,1,7200,1,'CEST'),(436,2,3600,0,'CET'),(436,3,7200,1,'CEST'),(436,4,3600,0,'CET'),(436,5,7200,1,'CEST'),(436,6,3600,0,'CET'),(437,0,1786,0,'BMT'),(437,1,7200,1,'CEST'),(437,2,3600,0,'CET'),(437,3,7200,1,'CEST'),(437,4,3600,0,'CET'),(438,0,6920,0,'LMT'),(438,1,6900,0,'CMT'),(438,2,6264,0,'BMT'),(438,3,10800,1,'EEST'),(438,4,7200,0,'EET'),(438,5,7200,0,'EET'),(438,6,10800,1,'EEST'),(438,7,3600,0,'CET'),(438,8,7200,1,'CEST'),(438,9,7200,1,'CEST'),(438,10,14400,1,'MSD'),(438,11,10800,0,'MSK'),(438,12,10800,0,'MSK'),(438,13,14400,1,'MSD'),(438,14,10800,1,'EEST'),(438,15,7200,0,'EET'),(439,0,3020,0,'CMT'),(439,1,7200,1,'CEST'),(439,2,3600,0,'CET'),(439,3,3600,0,'CET'),(439,4,7200,1,'CEST'),(439,5,7200,1,'CEST'),(439,6,3600,0,'CET'),(440,0,-1500,0,'LMT'),(440,1,-1521,0,'DMT'),(440,2,2079,1,'IST'),(440,3,3600,1,'BST'),(440,4,0,0,'GMT'),(440,5,3600,1,'IST'),(440,6,0,0,'GMT'),(440,7,0,1,'GMT'),(440,8,3600,0,'IST'),(440,9,3600,0,'IST'),(441,0,-1284,0,'LMT'),(441,1,3600,1,'BST'),(441,2,0,0,'GMT'),(441,3,7200,1,'BDST'),(441,4,3600,0,'CET'),(441,5,7200,1,'CEST'),(441,6,3600,0,'CET'),(442,0,-75,0,'LMT'),(442,1,3600,1,'BST'),(442,2,0,0,'GMT'),(442,3,7200,1,'BDST'),(442,4,3600,0,'BST'),(442,5,3600,1,'BST'),(442,6,0,0,'GMT'),(442,7,0,0,'GMT'),(443,0,5989,0,'LMT'),(443,1,5989,0,'HMT'),(443,2,10800,1,'EEST'),(443,3,7200,0,'EET'),(443,4,10800,1,'EEST'),(443,5,7200,0,'EET'),(444,0,-75,0,'LMT'),(444,1,3600,1,'BST'),(444,2,0,0,'GMT'),(444,3,7200,1,'BDST'),(444,4,3600,0,'BST'),(444,5,3600,1,'BST'),(444,6,0,0,'GMT'),(444,7,0,0,'GMT'),(445,0,6952,0,'LMT'),(445,1,7016,0,'IMT'),(445,2,10800,1,'EEST'),(445,3,7200,0,'EET'),(445,4,10800,0,'+03'),(445,5,14400,1,'+04'),(445,6,10800,1,'EEST'),(445,7,7200,0,'EET'),(445,8,10800,1,'EEST'),(445,9,7200,0,'EET'),(445,10,10800,0,'+03'),(446,0,-75,0,'LMT'),(446,1,3600,1,'BST'),(446,2,0,0,'GMT'),(446,3,7200,1,'BDST'),(446,4,3600,0,'BST'),(446,5,3600,1,'BST'),(446,6,0,0,'GMT'),(446,7,0,0,'GMT'),(447,0,4920,0,'LMT'),(447,1,7200,1,'CEST'),(447,2,3600,0,'CET'),(447,3,7200,1,'CEST'),(447,4,3600,0,'CET'),(447,5,10800,1,'EEST'),(447,6,7200,0,'EET'),(447,7,14400,1,'MSD'),(447,8,10800,0,'MSK'),(447,9,10800,0,'MSK'),(447,10,14400,1,'MSD'),(447,11,10800,1,'EEST'),(447,12,7200,0,'EET'),(447,13,10800,0,'+03'),(447,14,7200,0,'EET'),(448,0,7324,0,'LMT'),(448,1,7324,0,'KMT'),(448,2,7200,0,'EET'),(448,3,10800,0,'MSK'),(448,4,3600,0,'CET'),(448,5,7200,1,'CEST'),(448,6,7200,1,'CEST'),(448,7,14400,1,'MSD'),(448,8,10800,0,'MSK'),(448,9,14400,1,'MSD'),(448,10,10800,1,'EEST'),(448,11,10800,1,'EEST'),(448,12,7200,0,'EET'),(449,0,11928,0,'LMT'),(449,1,10800,0,'+03'),(449,2,18000,1,'+05'),(449,3,14400,0,'+04'),(449,4,14400,0,'+04'),(449,5,18000,1,'+05'),(449,6,14400,1,'+04'),(449,7,10800,0,'+03'),(450,0,-2205,0,'LMT'),(450,1,3600,1,'WEST'),(450,2,0,0,'WET'),(450,3,3600,1,'WEST'),(450,4,0,0,'WET'),(450,5,7200,1,'WEMT'),(450,6,0,0,'WET'),(450,7,3600,0,'CET'),(450,8,3600,0,'CET'),(450,9,7200,1,'CEST'),(450,10,3600,1,'WEST'),(450,11,0,0,'WET'),(451,0,4920,0,'LMT'),(451,1,3600,0,'CET'),(451,2,3600,0,'CET'),(451,3,7200,1,'CEST'),(451,4,7200,1,'CEST'),(451,5,7200,1,'CEST'),(451,6,3600,0,'CET'),(452,0,-75,0,'LMT'),(452,1,3600,1,'BST'),(452,2,0,0,'GMT'),(452,3,7200,1,'BDST'),(452,4,3600,0,'BST'),(452,5,3600,1,'BST'),(452,6,0,0,'GMT'),(452,7,0,0,'GMT'),(453,0,1476,0,'LMT'),(453,1,7200,1,'CEST'),(453,2,3600,0,'CET'),(453,3,7200,1,'CEST'),(453,4,3600,0,'CET'),(453,5,3600,1,'WEST'),(453,6,0,0,'WET'),(453,7,0,0,'WET'),(453,8,3600,1,'WEST'),(453,9,3600,0,'WET'),(453,10,7200,1,'WEST'),(453,11,7200,1,'WEST'),(453,12,7200,1,'CEST'),(453,13,3600,0,'CET'),(454,0,-884,0,'LMT'),(454,1,3600,1,'WEST'),(454,2,0,0,'WET'),(454,3,7200,1,'WEMT'),(454,4,0,0,'WET'),(454,5,7200,1,'CEST'),(454,6,3600,0,'CET'),(454,7,7200,1,'CEST'),(454,8,3600,0,'CET'),(454,9,7200,1,'CEST'),(454,10,3600,0,'CET'),(455,0,3484,0,'LMT'),(455,1,7200,1,'CEST'),(455,2,3600,0,'CET'),(455,3,3600,0,'CET'),(455,4,7200,1,'CEST'),(455,5,7200,1,'CEST'),(455,6,3600,0,'CET'),(456,0,5989,0,'LMT'),(456,1,5989,0,'HMT'),(456,2,10800,1,'EEST'),(456,3,7200,0,'EET'),(456,4,10800,1,'EEST'),(456,5,7200,0,'EET'),(457,0,6616,0,'LMT'),(457,1,6600,0,'MMT'),(457,2,7200,0,'EET'),(457,3,10800,0,'MSK'),(457,4,3600,0,'CET'),(457,5,7200,1,'CEST'),(457,6,7200,1,'CEST'),(457,7,14400,1,'MSD'),(457,8,10800,0,'MSK'),(457,9,14400,1,'MSD'),(457,10,10800,1,'EEST'),(457,11,7200,0,'EET'),(457,12,10800,0,'+03'),(458,0,1772,0,'LMT'),(458,1,561,0,'PMT'),(458,2,3600,1,'WEST'),(458,3,0,0,'WET'),(458,4,3600,1,'WEST'),(458,5,7200,1,'WEMT'),(458,6,0,0,'WET'),(458,7,7200,1,'CEST'),(458,8,3600,0,'CET'),(458,9,7200,1,'CEST'),(458,10,3600,0,'CET'),(459,0,9017,0,'LMT'),(459,1,9017,0,'MMT'),(459,2,12679,1,'MST'),(459,3,9079,0,'MMT'),(459,4,16279,1,'MDST'),(459,5,14400,1,'MSD'),(459,6,10800,0,'MSK'),(459,7,14400,1,'MSD'),(459,8,18000,1,'+05'),(459,9,7200,0,'EET'),(459,10,10800,0,'MSK'),(459,11,14400,1,'MSD'),(459,12,10800,1,'EEST'),(459,13,7200,0,'EET'),(459,14,14400,0,'MSK'),(459,15,14400,1,'MSD'),(459,16,10800,0,'MSK'),(460,0,8008,0,'LMT'),(460,1,10800,1,'EEST'),(460,2,7200,0,'EET'),(460,3,7200,0,'EET'),(460,4,10800,1,'EEST'),(461,0,2580,0,'LMT'),(461,1,7200,1,'CEST'),(461,2,3600,0,'CET'),(461,3,3600,0,'CET'),(461,4,7200,1,'CEST'),(461,5,7200,1,'CEST'),(461,6,3600,0,'CET'),(462,0,561,0,'LMT'),(462,1,561,0,'PMT'),(462,2,3600,1,'WEST'),(462,3,0,0,'WET'),(462,4,3600,1,'WEST'),(462,5,0,0,'WET'),(462,6,3600,0,'CET'),(462,7,7200,1,'CEST'),(462,8,7200,1,'CEST'),(462,9,7200,1,'WEMT'),(462,10,3600,0,'CET'),(462,11,7200,1,'CEST'),(462,12,3600,0,'CET'),(463,0,4920,0,'LMT'),(463,1,3600,0,'CET'),(463,2,3600,0,'CET'),(463,3,7200,1,'CEST'),(463,4,7200,1,'CEST'),(463,5,7200,1,'CEST'),(463,6,3600,0,'CET'),(464,0,3464,0,'PMT'),(464,1,7200,1,'CEST'),(464,2,3600,0,'CET'),(464,3,7200,1,'CEST'),(464,4,3600,0,'CET'),(464,5,0,1,'GMT'),(464,6,7200,1,'CEST'),(464,7,3600,0,'CET'),(465,0,5794,0,'LMT'),(465,1,5794,0,'RMT'),(465,2,9394,1,'LST'),(465,3,7200,0,'EET'),(465,4,10800,0,'MSK'),(465,5,3600,0,'CET'),(465,6,7200,1,'CEST'),(465,7,7200,1,'CEST'),(465,8,14400,1,'MSD'),(465,9,10800,0,'MSK'),(465,10,14400,1,'MSD'),(465,11,10800,1,'EEST'),(465,12,7200,0,'EET'),(465,13,10800,1,'EEST'),(465,14,7200,0,'EET'),(466,0,2996,0,'RMT'),(466,1,7200,1,'CEST'),(466,2,3600,0,'CET'),(466,3,3600,0,'CET'),(466,4,7200,1,'CEST'),(466,5,7200,1,'CEST'),(466,6,3600,0,'CET'),(467,0,12020,0,'LMT'),(467,1,10800,0,'+03'),(467,2,14400,0,'+04'),(467,3,18000,1,'+05'),(467,4,14400,0,'+04'),(467,5,18000,1,'+05'),(467,6,14400,1,'+04'),(467,7,10800,0,'+03'),(467,8,10800,1,'+03'),(467,9,7200,0,'+02'),(467,10,14400,1,'+04'),(467,11,14400,0,'+04'),(468,0,2996,0,'RMT'),(468,1,7200,1,'CEST'),(468,2,3600,0,'CET'),(468,3,3600,0,'CET'),(468,4,7200,1,'CEST'),(468,5,7200,1,'CEST'),(468,6,3600,0,'CET'),(469,0,4920,0,'LMT'),(469,1,3600,0,'CET'),(469,2,3600,0,'CET'),(469,3,7200,1,'CEST'),(469,4,7200,1,'CEST'),(469,5,7200,1,'CEST'),(469,6,3600,0,'CET'),(470,0,11058,0,'LMT'),(470,1,10800,0,'+03'),(470,2,18000,1,'+05'),(470,3,14400,0,'+04'),(470,4,14400,0,'+04'),(470,5,18000,1,'+05'),(470,6,14400,1,'+04'),(470,7,10800,0,'+03'),(470,8,14400,0,'+04'),(471,0,8184,0,'LMT'),(471,1,8160,0,'SMT'),(471,2,7200,0,'EET'),(471,3,10800,0,'MSK'),(471,4,3600,0,'CET'),(471,5,7200,1,'CEST'),(471,6,7200,1,'CEST'),(471,7,14400,1,'MSD'),(471,8,10800,0,'MSK'),(471,9,14400,1,'MSD'),(471,10,10800,1,'EEST'),(471,11,10800,1,'EEST'),(471,12,7200,0,'EET'),(471,13,14400,0,'MSK'),(471,14,10800,0,'MSK'),(472,0,4920,0,'LMT'),(472,1,3600,0,'CET'),(472,2,3600,0,'CET'),(472,3,7200,1,'CEST'),(472,4,7200,1,'CEST'),(472,5,7200,1,'CEST'),(472,6,3600,0,'CET'),(473,0,7016,0,'IMT'),(473,1,7200,0,'EET'),(473,2,3600,0,'CET'),(473,3,7200,1,'CEST'),(473,4,3600,0,'CET'),(473,5,10800,1,'EEST'),(473,6,7200,0,'EET'),(473,7,10800,1,'EEST'),(473,8,10800,1,'EEST'),(473,9,7200,0,'EET'),(474,0,3614,0,'SET'),(474,1,3600,0,'CET'),(474,2,7200,1,'CEST'),(474,3,7200,1,'CEST'),(474,4,3600,0,'CET'),(475,0,5940,0,'LMT'),(475,1,5940,0,'TMT'),(475,2,7200,1,'CEST'),(475,3,3600,0,'CET'),(475,4,3600,0,'CET'),(475,5,7200,0,'EET'),(475,6,10800,0,'MSK'),(475,7,7200,1,'CEST'),(475,8,14400,1,'MSD'),(475,9,10800,0,'MSK'),(475,10,14400,1,'MSD'),(475,11,10800,1,'EEST'),(475,12,7200,0,'EET'),(475,13,7200,0,'EET'),(475,14,10800,1,'EEST'),(475,15,10800,1,'EEST'),(476,0,4760,0,'LMT'),(476,1,3600,0,'CET'),(476,2,7200,1,'CEST'),(476,3,3600,0,'CET'),(476,4,7200,1,'CEST'),(477,0,6920,0,'LMT'),(477,1,6900,0,'CMT'),(477,2,6264,0,'BMT'),(477,3,10800,1,'EEST'),(477,4,7200,0,'EET'),(477,5,7200,0,'EET'),(477,6,10800,1,'EEST'),(477,7,3600,0,'CET'),(477,8,7200,1,'CEST'),(477,9,7200,1,'CEST'),(477,10,14400,1,'MSD'),(477,11,10800,0,'MSK'),(477,12,10800,0,'MSK'),(477,13,14400,1,'MSD'),(477,14,10800,1,'EEST'),(477,15,7200,0,'EET'),(478,0,11616,0,'LMT'),(478,1,10800,0,'+03'),(478,2,18000,1,'+05'),(478,3,14400,0,'+04'),(478,4,14400,0,'+04'),(478,5,18000,1,'+05'),(478,6,14400,1,'+04'),(478,7,10800,0,'+03'),(478,8,10800,1,'+03'),(478,9,7200,0,'+02'),(478,10,14400,1,'+04'),(478,11,14400,0,'+04'),(479,0,5352,0,'LMT'),(479,1,3600,0,'CET'),(479,2,7200,1,'CEST'),(479,3,3600,0,'CET'),(479,4,7200,1,'CEST'),(479,5,14400,1,'MSD'),(479,6,10800,0,'MSK'),(479,7,10800,0,'MSK'),(479,8,14400,1,'MSD'),(479,9,7200,0,'EET'),(479,10,10800,1,'EEST'),(479,11,10800,1,'EEST'),(479,12,7200,0,'EET'),(480,0,1786,0,'BMT'),(480,1,7200,1,'CEST'),(480,2,3600,0,'CET'),(480,3,7200,1,'CEST'),(480,4,3600,0,'CET'),(481,0,2996,0,'RMT'),(481,1,7200,1,'CEST'),(481,2,3600,0,'CET'),(481,3,3600,0,'CET'),(481,4,7200,1,'CEST'),(481,5,7200,1,'CEST'),(481,6,3600,0,'CET'),(482,0,3921,0,'LMT'),(482,1,7200,1,'CEST'),(482,2,3600,0,'CET'),(482,3,7200,1,'CEST'),(482,4,3600,0,'CET'),(482,5,7200,1,'CEST'),(482,6,3600,0,'CET'),(483,0,6076,0,'LMT'),(483,1,5040,0,'WMT'),(483,2,5736,0,'KMT'),(483,3,3600,0,'CET'),(483,4,7200,0,'EET'),(483,5,10800,0,'MSK'),(483,6,3600,0,'CET'),(483,7,7200,1,'CEST'),(483,8,7200,1,'CEST'),(483,9,14400,1,'MSD'),(483,10,10800,0,'MSK'),(483,11,14400,1,'MSD'),(483,12,10800,1,'EEST'),(483,13,7200,0,'EET'),(483,14,7200,1,'CEST'),(483,15,3600,0,'CET'),(483,16,7200,0,'EET'),(483,17,10800,1,'EEST'),(484,0,10660,0,'LMT'),(484,1,10800,0,'+03'),(484,2,14400,0,'+04'),(484,3,18000,1,'+05'),(484,4,14400,0,'+04'),(484,5,18000,1,'+05'),(484,6,14400,1,'+04'),(484,7,10800,0,'+03'),(485,0,5040,0,'LMT'),(485,1,5040,0,'WMT'),(485,2,7200,1,'CEST'),(485,3,3600,0,'CET'),(485,4,7200,1,'CEST'),(485,5,3600,0,'CET'),(485,6,10800,1,'EEST'),(485,7,7200,0,'EET'),(485,8,7200,0,'EET'),(485,9,7200,1,'CEST'),(485,10,3600,0,'CET'),(486,0,4920,0,'LMT'),(486,1,3600,0,'CET'),(486,2,3600,0,'CET'),(486,3,7200,1,'CEST'),(486,4,7200,1,'CEST'),(486,5,7200,1,'CEST'),(486,6,3600,0,'CET'),(487,0,8440,0,'LMT'),(487,1,8400,0,'+0220'),(487,2,7200,0,'EET'),(487,3,10800,0,'MSK'),(487,4,3600,0,'CET'),(487,5,7200,1,'CEST'),(487,6,7200,1,'CEST'),(487,7,14400,1,'MSD'),(487,8,10800,0,'MSK'),(487,9,14400,1,'MSD'),(487,10,10800,1,'EEST'),(487,11,10800,1,'EEST'),(487,12,7200,0,'EET'),(488,0,1786,0,'BMT'),(488,1,7200,1,'CEST'),(488,2,3600,0,'CET'),(488,3,7200,1,'CEST'),(488,4,3600,0,'CET'),(489,0,0,0,'-00'),(490,0,-75,0,'LMT'),(490,1,3600,1,'BST'),(490,2,0,0,'GMT'),(490,3,7200,1,'BDST'),(490,4,3600,0,'BST'),(490,5,3600,1,'BST'),(490,6,0,0,'GMT'),(490,7,0,0,'GMT'),(491,0,-75,0,'LMT'),(491,1,3600,1,'BST'),(491,2,0,0,'GMT'),(491,3,7200,1,'BDST'),(491,4,3600,0,'BST'),(491,5,3600,1,'BST'),(491,6,0,0,'GMT'),(491,7,0,0,'GMT'),(492,0,0,0,'GMT'),(493,0,0,0,'GMT'),(494,0,0,0,'GMT'),(495,0,0,0,'GMT'),(496,0,0,0,'GMT'),(497,0,-36000,0,'HST'),(498,0,27402,0,'LMT'),(498,1,28800,0,'HKT'),(498,2,32400,1,'HKST'),(498,3,30600,1,'HKWT'),(498,4,32400,0,'JST'),(498,5,28800,0,'HKT'),(498,6,32400,1,'HKST'),(499,0,-5280,0,'LMT'),(499,1,0,1,'+00'),(499,2,-3600,0,'-01'),(499,3,-3600,0,'-01'),(499,4,0,1,'+00'),(499,5,0,0,'GMT'),(500,0,8836,0,'LMT'),(500,1,9000,0,'+0230'),(500,2,10800,0,'EAT'),(500,3,9900,0,'+0245'),(500,4,10800,0,'EAT'),(501,0,17380,0,'LMT'),(501,1,18000,0,'+05'),(501,2,21600,0,'+06'),(502,0,25372,0,'LMT'),(502,1,25200,0,'+07'),(503,0,23260,0,'LMT'),(503,1,23400,0,'+0630'),(504,0,8836,0,'LMT'),(504,1,9000,0,'+0230'),(504,2,10800,0,'EAT'),(504,3,9900,0,'+0245'),(504,4,10800,0,'EAT'),(505,0,0,0,'-00'),(505,1,18000,0,'+05'),(506,0,13308,0,'LMT'),(506,1,14400,0,'+04'),(507,0,17640,0,'LMT'),(507,1,17640,0,'MMT'),(507,2,18000,0,'+05'),(508,0,13800,0,'LMT'),(508,1,18000,1,'+05'),(508,2,14400,0,'+04'),(509,0,8836,0,'LMT'),(509,1,9000,0,'+0230'),(509,2,10800,0,'EAT'),(509,3,9900,0,'+0245'),(509,4,10800,0,'EAT'),(510,0,13312,0,'LMT'),(510,1,14400,0,'+04'),(511,0,12344,0,'LMT'),(511,1,12344,0,'TMT'),(511,2,12600,0,'+0330'),(511,3,18000,1,'+05'),(511,4,14400,0,'+04'),(511,5,16200,1,'+0430'),(511,6,12600,0,'+0330'),(512,0,8454,0,'LMT'),(512,1,8440,0,'JMT'),(512,2,10800,1,'IDT'),(512,3,7200,0,'IST'),(512,4,14400,1,'IDDT'),(512,5,10800,1,'IDT'),(512,6,7200,0,'IST'),(512,7,10800,1,'IDT'),(512,8,7200,0,'IST'),(513,0,-18430,0,'LMT'),(513,1,-18430,0,'KMT'),(513,2,-18000,0,'EST'),(513,3,-14400,1,'EDT'),(514,0,33539,0,'LMT'),(514,1,36000,1,'JDT'),(514,2,32400,0,'JST'),(514,3,32400,0,'JST'),(515,0,40160,0,'LMT'),(515,1,39600,0,'+11'),(515,2,36000,0,'+10'),(515,3,32400,0,'+09'),(515,4,-43200,0,'-12'),(515,5,43200,0,'+12'),(516,0,3164,0,'LMT'),(516,1,7200,1,'CEST'),(516,2,3600,0,'CET'),(516,3,7200,0,'EET'),(517,0,7200,1,'MEST'),(517,1,3600,0,'MET'),(517,2,7200,1,'MEST'),(517,3,3600,0,'MET'),(518,0,-25200,0,'MST'),(519,0,-21600,1,'MDT'),(519,1,-25200,0,'MST'),(519,2,-21600,1,'MWT'),(519,3,-21600,1,'MPT'),(520,0,-28084,0,'LMT'),(520,1,-25200,0,'MST'),(520,2,-28800,0,'PST'),(520,3,-25200,1,'PDT'),(520,4,-25200,1,'PWT'),(520,5,-25200,1,'PPT'),(521,0,-25540,0,'LMT'),(521,1,-25200,0,'MST'),(521,2,-21600,0,'CST'),(521,3,-28800,0,'PST'),(521,4,-21600,1,'MDT'),(521,5,-25200,0,'MST'),(522,0,-23796,0,'LMT'),(522,1,-25200,0,'MST'),(522,2,-21600,0,'CST'),(522,3,-18000,1,'CDT'),(522,4,-18000,1,'CWT'),(523,0,41944,0,'LMT'),(523,1,45000,1,'NZST'),(523,2,41400,0,'NZMT'),(523,3,43200,1,'NZST'),(523,4,46800,1,'NZDT'),(523,5,43200,0,'NZST'),(523,6,43200,0,'NZST'),(524,0,44028,0,'LMT'),(524,1,44100,0,'+1215'),(524,2,49500,1,'+1345'),(524,3,45900,0,'+1245'),(524,4,45900,0,'+1245'),(525,0,-25196,0,'LMT'),(525,1,-21600,1,'MDT'),(525,2,-25200,0,'MST'),(525,3,-21600,1,'MWT'),(525,4,-21600,1,'MPT'),(526,0,29143,0,'LMT'),(526,1,32400,1,'CDT'),(526,2,28800,0,'CST'),(527,0,-25200,1,'PDT'),(527,1,-28800,0,'PST'),(527,2,-25200,1,'PWT'),(527,3,-25200,1,'PPT'),(528,0,45184,0,'LMT'),(528,1,-41216,0,'LMT'),(528,2,-41400,0,'-1130'),(528,3,-36000,1,'-10'),(528,4,-39600,0,'-11'),(528,5,46800,0,'+13'),(528,6,50400,1,'+14'),(529,0,41944,0,'LMT'),(529,1,45000,1,'NZST'),(529,2,41400,0,'NZMT'),(529,3,43200,1,'NZST'),(529,4,46800,1,'NZDT'),(529,5,43200,0,'NZST'),(529,6,43200,0,'NZST'),(530,0,35312,0,'PMMT'),(530,1,36000,0,'+10'),(530,2,32400,0,'+09'),(530,3,39600,0,'+11'),(531,0,44028,0,'LMT'),(531,1,44100,0,'+1215'),(531,2,49500,1,'+1345'),(531,3,45900,0,'+1245'),(531,4,45900,0,'+1245'),(532,0,36428,0,'LMT'),(532,1,36000,0,'+10'),(532,2,32400,0,'+09'),(532,3,36000,0,'+10'),(533,0,-26248,0,'LMT'),(533,1,-26248,0,'EMT'),(533,2,-21600,1,'-06'),(533,3,-25200,0,'-07'),(533,4,-25200,0,'-07'),(533,5,-21600,0,'-06'),(533,6,-18000,1,'-05'),(534,0,40396,0,'LMT'),(534,1,43200,1,'+12'),(534,2,39600,0,'+11'),(534,3,43200,1,'+12'),(534,4,39600,0,'+11'),(535,0,-41060,0,'LMT'),(535,1,-43200,0,'-12'),(535,2,-39600,0,'-11'),(535,3,46800,0,'+13'),(536,0,-41096,0,'LMT'),(536,1,-39600,0,'-11'),(536,2,46800,0,'+13'),(537,0,42944,0,'LMT'),(537,1,46800,1,'+13'),(537,2,43200,0,'+12'),(538,0,43012,0,'LMT'),(538,1,43200,0,'+12'),(539,0,-21504,0,'LMT'),(539,1,-18000,0,'-05'),(539,2,-18000,1,'-05'),(539,3,-21600,0,'-06'),(540,0,-32388,0,'LMT'),(540,1,-32400,0,'-09'),(541,0,38388,0,'LMT'),(541,1,39600,0,'+11'),(542,0,34740,0,'LMT'),(542,1,36000,0,'GST'),(542,2,32400,0,'+09'),(542,3,39600,1,'GDT'),(542,4,36000,0,'ChST'),(543,0,-37886,0,'LMT'),(543,1,-37800,0,'HST'),(543,2,-34200,1,'HDT'),(543,3,-34200,1,'HWT'),(543,4,-34200,1,'HPT'),(543,5,-36000,0,'HST'),(544,0,-37886,0,'LMT'),(544,1,-37800,0,'HST'),(544,2,-34200,1,'HDT'),(544,3,-34200,1,'HWT'),(544,4,-34200,1,'HPT'),(544,5,-36000,0,'HST'),(545,0,-37760,0,'LMT'),(545,1,-38400,0,'-1040'),(545,2,-36000,0,'-10'),(545,3,50400,0,'+14'),(546,0,39116,0,'LMT'),(546,1,39600,0,'+11'),(546,2,32400,0,'+09'),(546,3,36000,0,'+10'),(546,4,43200,0,'+12'),(546,5,39600,0,'+11'),(547,0,40160,0,'LMT'),(547,1,39600,0,'+11'),(547,2,36000,0,'+10'),(547,3,32400,0,'+09'),(547,4,-43200,0,'-12'),(547,5,43200,0,'+12'),(548,0,41088,0,'LMT'),(548,1,39600,0,'+11'),(548,2,32400,0,'+09'),(548,3,36000,0,'+10'),(548,4,43200,0,'+12'),(549,0,-33480,0,'LMT'),(549,1,-34200,0,'-0930'),(550,0,45432,0,'LMT'),(550,1,-40968,0,'LMT'),(550,2,-39600,0,'SST'),(551,0,40060,0,'LMT'),(551,1,41400,0,'+1130'),(551,2,32400,0,'+09'),(551,3,43200,0,'+12'),(552,0,-40780,0,'LMT'),(552,1,-40800,0,'-1120'),(552,2,-41400,0,'-1130'),(552,3,-39600,0,'-11'),(553,0,40312,0,'LMT'),(553,1,40320,0,'+1112'),(553,2,41400,0,'+1130'),(553,3,45000,1,'+1230'),(553,4,41400,0,'+1130'),(553,5,39600,0,'+11'),(553,6,43200,1,'+12'),(553,7,39600,0,'+11'),(554,0,39948,0,'LMT'),(554,1,43200,1,'+12'),(554,2,39600,0,'+11'),(554,3,43200,1,'+12'),(554,4,39600,0,'+11'),(555,0,45432,0,'LMT'),(555,1,-40968,0,'LMT'),(555,2,-39600,0,'SST'),(556,0,32276,0,'LMT'),(556,1,32400,0,'+09'),(557,0,-31220,0,'LMT'),(557,1,-30600,0,'-0830'),(557,2,-28800,0,'-08'),(558,0,37972,0,'LMT'),(558,1,39600,0,'+11'),(558,2,32400,0,'+09'),(558,3,36000,0,'+10'),(558,4,39600,0,'+11'),(559,0,37972,0,'LMT'),(559,1,39600,0,'+11'),(559,2,32400,0,'+09'),(559,3,36000,0,'+10'),(559,4,39600,0,'+11'),(560,0,35312,0,'PMMT'),(560,1,36000,0,'+10'),(561,0,-38344,0,'LMT'),(561,1,-37800,0,'-1030'),(561,2,-36000,0,'-10'),(561,3,-34200,1,'-0930'),(562,0,34740,0,'LMT'),(562,1,36000,0,'GST'),(562,2,32400,0,'+09'),(562,3,39600,1,'GDT'),(562,4,36000,0,'ChST'),(563,0,45432,0,'LMT'),(563,1,-40968,0,'LMT'),(563,2,-39600,0,'SST'),(564,0,-35896,0,'LMT'),(564,1,-36000,0,'-10'),(565,0,41524,0,'LMT'),(565,1,43200,0,'+12'),(566,0,44360,0,'LMT'),(566,1,44400,0,'+1220'),(566,2,46800,0,'+13'),(566,3,50400,1,'+14'),(566,4,46800,0,'+13'),(566,5,50400,1,'+14'),(567,0,36428,0,'LMT'),(567,1,36000,0,'+10'),(567,2,32400,0,'+09'),(567,3,36000,0,'+10'),(568,0,39988,0,'LMT'),(568,1,43200,0,'+12'),(569,0,44120,0,'LMT'),(569,1,43200,0,'+12'),(570,0,36428,0,'LMT'),(570,1,36000,0,'+10'),(570,2,32400,0,'+09'),(570,3,36000,0,'+10'),(571,0,5040,0,'LMT'),(571,1,5040,0,'WMT'),(571,2,7200,1,'CEST'),(571,3,3600,0,'CET'),(571,4,7200,1,'CEST'),(571,5,3600,0,'CET'),(571,6,10800,1,'EEST'),(571,7,7200,0,'EET'),(571,8,7200,0,'EET'),(571,9,7200,1,'CEST'),(571,10,3600,0,'CET'),(572,0,-2205,0,'LMT'),(572,1,3600,1,'WEST'),(572,2,0,0,'WET'),(572,3,3600,1,'WEST'),(572,4,0,0,'WET'),(572,5,7200,1,'WEMT'),(572,6,0,0,'WET'),(572,7,3600,0,'CET'),(572,8,3600,0,'CET'),(572,9,7200,1,'CEST'),(572,10,3600,1,'WEST'),(572,11,0,0,'WET'),(573,0,29160,0,'LMT'),(573,1,28800,0,'CST'),(573,2,32400,0,'JST'),(573,3,32400,1,'CDT'),(573,4,28800,0,'CST'),(574,0,30472,0,'LMT'),(574,1,30600,0,'KST'),(574,2,32400,0,'JST'),(574,3,36000,1,'KDT'),(574,4,32400,0,'KST'),(574,5,34200,1,'KDT'),(574,6,36000,1,'KDT'),(575,0,24925,0,'LMT'),(575,1,24925,0,'SMT'),(575,2,25200,0,'+07'),(575,3,26400,1,'+0720'),(575,4,26400,0,'+0720'),(575,5,27000,0,'+0730'),(575,6,32400,0,'+09'),(575,7,28800,0,'+08'),(576,0,-15865,0,'LMT'),(576,1,-14400,0,'AST'),(576,2,-10800,1,'APT'),(576,3,-10800,1,'AWT'),(577,0,-15264,0,'LMT'),(577,1,-10800,1,'ADT'),(577,2,-14400,0,'AST'),(577,3,-10800,1,'AWT'),(577,4,-10800,1,'APT'),(578,0,-25116,0,'LMT'),(578,1,-21600,1,'MDT'),(578,2,-25200,0,'MST'),(578,3,-21600,1,'MWT'),(578,4,-21600,1,'MPT'),(578,5,-21600,0,'CST'),(579,0,-21036,0,'LMT'),(579,1,-18000,1,'CDT'),(579,2,-21600,0,'CST'),(579,3,-18000,0,'EST'),(579,4,-18000,1,'CWT'),(579,5,-18000,1,'CPT'),(579,6,-21600,0,'CST'),(580,0,-19088,0,'LMT'),(580,1,-19176,0,'CMT'),(580,2,-18000,0,'EST'),(581,0,-17762,0,'LMT'),(581,1,-14400,1,'EDT'),(581,2,-18000,0,'EST'),(581,3,-14400,1,'EWT'),(581,4,-14400,1,'EPT'),(582,0,-37886,0,'LMT'),(582,1,-37800,0,'HST'),(582,2,-34200,1,'HDT'),(582,3,-34200,1,'HWT'),(582,4,-34200,1,'HPT'),(582,5,-36000,0,'HST'),(583,0,-26898,0,'LMT'),(583,1,-21600,1,'MDT'),(583,2,-25200,0,'MST'),(583,3,-21600,1,'MWT'),(584,0,-25196,0,'LMT'),(584,1,-21600,1,'MDT'),(584,2,-25200,0,'MST'),(584,3,-21600,1,'MWT'),(584,4,-21600,1,'MPT'),(585,0,-31220,0,'LMT'),(585,1,-30600,0,'-0830'),(585,2,-28800,0,'-08'),(586,0,-28378,0,'LMT'),(586,1,-25200,1,'PDT'),(586,2,-28800,0,'PST'),(586,3,-25200,1,'PWT'),(586,4,-25200,1,'PPT'),(587,0,-32388,0,'LMT'),(587,1,-32400,0,'-09'),(588,0,-35976,0,'LMT'),(588,1,-36000,0,'AST'),(588,2,-32400,1,'AWT'),(588,3,-32400,1,'APT'),(588,4,-36000,0,'AHST'),(588,5,-32400,1,'AHDT'),(588,6,-32400,0,'YST'),(588,7,-28800,1,'AKDT'),(588,8,-32400,0,'AKST'),(589,0,6952,0,'LMT'),(589,1,7016,0,'IMT'),(589,2,10800,1,'EEST'),(589,3,7200,0,'EET'),(589,4,10800,0,'+03'),(589,5,14400,1,'+04'),(589,6,10800,1,'EEST'),(589,7,7200,0,'EET'),(589,8,10800,1,'EEST'),(589,9,7200,0,'EET'),(589,10,10800,0,'+03'),(590,0,0,0,'UTC'),(591,0,-35976,0,'LMT'),(591,1,-36000,0,'AST'),(591,2,-32400,1,'AWT'),(591,3,-32400,1,'APT'),(591,4,-36000,0,'AHST'),(591,5,-32400,1,'AHDT'),(591,6,-32400,0,'YST'),(591,7,-28800,1,'AKDT'),(591,8,-32400,0,'AKST'),(592,0,-42398,0,'LMT'),(592,1,-39600,0,'NST'),(592,2,-36000,1,'NWT'),(592,3,-36000,1,'NPT'),(592,4,-39600,0,'BST'),(592,5,-36000,1,'BDT'),(592,6,-36000,0,'AHST'),(592,7,-32400,1,'HDT'),(592,8,-36000,0,'HST'),(593,0,-26898,0,'LMT'),(593,1,-21600,1,'MDT'),(593,2,-25200,0,'MST'),(593,3,-21600,1,'MWT'),(594,0,-21036,0,'LMT'),(594,1,-18000,1,'CDT'),(594,2,-21600,0,'CST'),(594,3,-18000,0,'EST'),(594,4,-18000,1,'CWT'),(594,5,-18000,1,'CPT'),(594,6,-21600,0,'CST'),(595,0,-20678,0,'LMT'),(595,1,-18000,1,'CDT'),(595,2,-21600,0,'CST'),(595,3,-18000,1,'CWT'),(595,4,-18000,1,'CPT'),(595,5,-18000,0,'EST'),(595,6,-14400,1,'EDT'),(596,0,-17762,0,'LMT'),(596,1,-14400,1,'EDT'),(596,2,-18000,0,'EST'),(596,3,-14400,1,'EWT'),(596,4,-14400,1,'EPT'),(597,0,-37886,0,'LMT'),(597,1,-37800,0,'HST'),(597,2,-34200,1,'HDT'),(597,3,-34200,1,'HWT'),(597,4,-34200,1,'HPT'),(597,5,-36000,0,'HST'),(598,0,-20790,0,'LMT'),(598,1,-18000,1,'CDT'),(598,2,-21600,0,'CST'),(598,3,-18000,1,'CWT'),(598,4,-18000,1,'CPT'),(598,5,-18000,0,'EST'),(598,6,-21600,0,'CST'),(599,0,-19931,0,'LMT'),(599,1,-21600,0,'CST'),(599,2,-18000,0,'EST'),(599,3,-14400,1,'EWT'),(599,4,-14400,1,'EPT'),(599,5,-14400,1,'EDT'),(600,0,-25196,0,'LMT'),(600,1,-21600,1,'MDT'),(600,2,-25200,0,'MST'),(600,3,-21600,1,'MWT'),(600,4,-21600,1,'MPT'),(601,0,-28378,0,'LMT'),(601,1,-25200,1,'PDT'),(601,2,-28800,0,'PST'),(601,3,-25200,1,'PWT'),(601,4,-25200,1,'PPT'),(602,0,-28378,0,'LMT'),(602,1,-25200,1,'PDT'),(602,2,-28800,0,'PST'),(602,3,-25200,1,'PWT'),(602,4,-25200,1,'PPT'),(603,0,45432,0,'LMT'),(603,1,-40968,0,'LMT'),(603,2,-39600,0,'SST'),(604,0,0,0,'UTC'),(605,0,0,0,'UTC'),(606,0,9017,0,'LMT'),(606,1,9017,0,'MMT'),(606,2,12679,1,'MST'),(606,3,9079,0,'MMT'),(606,4,16279,1,'MDST'),(606,5,14400,1,'MSD'),(606,6,10800,0,'MSK'),(606,7,14400,1,'MSD'),(606,8,18000,1,'+05'),(606,9,7200,0,'EET'),(606,10,10800,0,'MSK'),(606,11,14400,1,'MSD'),(606,12,10800,1,'EEST'),(606,13,7200,0,'EET'),(606,14,14400,0,'MSK'),(606,15,14400,1,'MSD'),(606,16,10800,0,'MSK'),(607,0,3600,1,'WEST'),(607,1,0,0,'WET'),(608,0,0,0,'UTC'),(609,0,0,0,'UTC'),(610,0,-968,0,'LMT'),(610,1,0,0,'GMT'),(611,0,-52,0,'LMT'),(611,1,1200,1,'+0020'),(611,2,0,0,'GMT'),(611,3,1800,0,'+0030'),(611,4,1800,1,'+0030'),(611,5,0,0,'GMT'),(612,0,8836,0,'LMT'),(612,1,9000,0,'+0230'),(612,2,10800,0,'EAT'),(612,3,9900,0,'+0245'),(612,4,10800,0,'EAT'),(613,0,732,0,'LMT'),(613,1,561,0,'PMT'),(613,2,3600,1,'WEST'),(613,3,0,0,'WET'),(613,4,0,0,'WET'),(613,5,7200,1,'CEST'),(613,6,3600,0,'CET'),(613,7,3600,1,'WEST'),(614,0,8836,0,'LMT'),(614,1,9000,0,'+0230'),(614,2,10800,0,'EAT'),(614,3,9900,0,'+0245'),(614,4,10800,0,'EAT'),(615,0,8836,0,'LMT'),(615,1,9000,0,'+0230'),(615,2,10800,0,'EAT'),(615,3,9900,0,'+0245'),(615,4,10800,0,'EAT'),(616,0,-968,0,'LMT'),(616,1,0,0,'GMT'),(617,0,815,0,'LMT'),(617,1,0,0,'GMT'),(617,2,1800,0,'+0030'),(617,3,3600,0,'WAT'),(618,0,-968,0,'LMT'),(618,1,0,0,'GMT'),(619,0,-3740,0,'LMT'),(619,1,-3600,0,'-01'),(619,2,0,0,'GMT'),(620,0,7820,0,'LMT'),(620,1,7200,0,'CAT'),(621,0,815,0,'LMT'),(621,1,0,0,'GMT'),(621,2,1800,0,'+0030'),(621,3,3600,0,'WAT'),(622,0,7820,0,'LMT'),(622,1,7200,0,'CAT'),(623,0,7509,0,'LMT'),(623,1,10800,1,'EEST'),(623,2,7200,0,'EET'),(623,3,10800,1,'EEST'),(624,0,-1820,0,'LMT'),(624,1,3600,1,'+01'),(624,2,0,0,'+00'),(624,3,3600,0,'+01'),(624,4,0,1,'+00'),(625,0,-1276,0,'LMT'),(625,1,0,0,'WET'),(625,2,3600,1,'WEST'),(625,3,0,0,'WET'),(625,4,3600,0,'CET'),(625,5,7200,1,'CEST'),(625,6,3600,0,'CET'),(626,0,-968,0,'LMT'),(626,1,0,0,'GMT'),(627,0,-968,0,'LMT'),(627,1,0,0,'GMT'),(628,0,8836,0,'LMT'),(628,1,9000,0,'+0230'),(628,2,10800,0,'EAT'),(628,3,9900,0,'+0245'),(628,4,10800,0,'EAT'),(629,0,8836,0,'LMT'),(629,1,9000,0,'+0230'),(629,2,10800,0,'EAT'),(629,3,9900,0,'+0245'),(629,4,10800,0,'EAT'),(630,0,815,0,'LMT'),(630,1,0,0,'GMT'),(630,2,1800,0,'+0030'),(630,3,3600,0,'WAT'),(631,0,-3168,0,'LMT'),(631,1,-3600,0,'-01'),(631,2,3600,1,'+01'),(631,3,0,0,'+00'),(631,4,0,1,'+00'),(631,5,3600,0,'+01'),(632,0,-968,0,'LMT'),(632,1,0,0,'GMT'),(633,0,7820,0,'LMT'),(633,1,7200,0,'CAT'),(634,0,7820,0,'LMT'),(634,1,7200,0,'CAT'),(635,0,6720,0,'LMT'),(635,1,5400,0,'SAST'),(635,2,10800,1,'SAST'),(635,3,7200,0,'SAST'),(636,0,7588,0,'LMT'),(636,1,10800,1,'CAST'),(636,2,7200,0,'CAT'),(636,3,10800,0,'EAT'),(636,4,7200,0,'CAT'),(637,0,8836,0,'LMT'),(637,1,9000,0,'+0230'),(637,2,10800,0,'EAT'),(637,3,9900,0,'+0245'),(637,4,10800,0,'EAT'),(638,0,7808,0,'LMT'),(638,1,10800,1,'CAST'),(638,2,7200,0,'CAT'),(638,3,10800,0,'EAT'),(638,4,7200,0,'CAT'),(639,0,7820,0,'LMT'),(639,1,7200,0,'CAT'),(640,0,815,0,'LMT'),(640,1,0,0,'GMT'),(640,2,1800,0,'+0030'),(640,3,3600,0,'WAT'),(641,0,815,0,'LMT'),(641,1,0,0,'GMT'),(641,2,1800,0,'+0030'),(641,3,3600,0,'WAT'),(642,0,815,0,'LMT'),(642,1,0,0,'GMT'),(642,2,1800,0,'+0030'),(642,3,3600,0,'WAT'),(643,0,-968,0,'LMT'),(643,1,0,0,'GMT'),(644,0,815,0,'LMT'),(644,1,0,0,'GMT'),(644,2,1800,0,'+0030'),(644,3,3600,0,'WAT'),(645,0,7820,0,'LMT'),(645,1,7200,0,'CAT'),(646,0,7820,0,'LMT'),(646,1,7200,0,'CAT'),(647,0,815,0,'LMT'),(647,1,0,0,'GMT'),(647,2,1800,0,'+0030'),(647,3,3600,0,'WAT'),(648,0,7820,0,'LMT'),(648,1,7200,0,'CAT'),(649,0,6720,0,'LMT'),(649,1,5400,0,'SAST'),(649,2,10800,1,'SAST'),(649,3,7200,0,'SAST'),(650,0,6720,0,'LMT'),(650,1,5400,0,'SAST'),(650,2,10800,1,'SAST'),(650,3,7200,0,'SAST'),(651,0,8836,0,'LMT'),(651,1,9000,0,'+0230'),(651,2,10800,0,'EAT'),(651,3,9900,0,'+0245'),(651,4,10800,0,'EAT'),(652,0,-2588,0,'LMT'),(652,1,-2588,0,'MMT'),(652,2,-2670,0,'MMT'),(652,3,0,0,'GMT'),(653,0,8836,0,'LMT'),(653,1,9000,0,'+0230'),(653,2,10800,0,'EAT'),(653,3,9900,0,'+0245'),(653,4,10800,0,'EAT'),(654,0,3612,0,'LMT'),(654,1,3600,0,'WAT'),(654,2,7200,1,'WAST'),(655,0,815,0,'LMT'),(655,1,0,0,'GMT'),(655,2,1800,0,'+0030'),(655,3,3600,0,'WAT'),(656,0,-968,0,'LMT'),(656,1,0,0,'GMT'),(657,0,-968,0,'LMT'),(657,1,0,0,'GMT'),(658,0,815,0,'LMT'),(658,1,0,0,'GMT'),(658,2,1800,0,'+0030'),(658,3,3600,0,'WAT'),(659,0,1616,0,'LMT'),(659,1,-2205,0,'LMT'),(659,2,0,0,'GMT'),(659,3,3600,0,'WAT'),(659,4,0,0,'GMT'),(660,0,-968,0,'LMT'),(660,1,0,0,'GMT'),(661,0,3164,0,'LMT'),(661,1,7200,1,'CEST'),(661,2,3600,0,'CET'),(661,3,7200,0,'EET'),(662,0,2444,0,'LMT'),(662,1,561,0,'PMT'),(662,2,7200,1,'CEST'),(662,3,3600,0,'CET'),(662,4,3600,0,'CET'),(662,5,7200,1,'CEST'),(663,0,4104,0,'LMT'),(663,1,5400,0,'+0130'),(663,2,7200,0,'SAST'),(663,3,10800,1,'SAST'),(663,4,3600,1,'WAT'),(663,5,7200,0,'CAT'),(664,0,-42398,0,'LMT'),(664,1,-39600,0,'NST'),(664,2,-36000,1,'NWT'),(664,3,-36000,1,'NPT'),(664,4,-39600,0,'BST'),(664,5,-36000,1,'BDT'),(664,6,-36000,0,'AHST'),(664,7,-32400,1,'HDT'),(664,8,-36000,0,'HST'),(665,0,-35976,0,'LMT'),(665,1,-36000,0,'AST'),(665,2,-32400,1,'AWT'),(665,3,-32400,1,'APT'),(665,4,-36000,0,'AHST'),(665,5,-32400,1,'AHDT'),(665,6,-32400,0,'YST'),(665,7,-28800,1,'AKDT'),(665,8,-32400,0,'AKST'),(666,0,-14764,0,'LMT'),(666,1,-14400,0,'AST'),(667,0,-14764,0,'LMT'),(667,1,-14400,0,'AST'),(668,0,-11568,0,'LMT'),(668,1,-7200,1,'-02'),(668,2,-10800,0,'-03'),(669,0,-14028,0,'LMT'),(669,1,-15408,0,'CMT'),(669,2,-14400,0,'-04'),(669,3,-10800,1,'-03'),(669,4,-7200,1,'-02'),(669,5,-10800,0,'-03'),(670,0,-15788,0,'LMT'),(670,1,-15408,0,'CMT'),(670,2,-14400,0,'-04'),(670,3,-10800,1,'-03'),(670,4,-7200,1,'-02'),(670,5,-10800,0,'-03'),(671,0,-15788,0,'LMT'),(671,1,-15408,0,'CMT'),(671,2,-14400,0,'-04'),(671,3,-10800,1,'-03'),(671,4,-7200,1,'-02'),(671,5,-10800,0,'-03'),(672,0,-15408,0,'LMT'),(672,1,-15408,0,'CMT'),(672,2,-14400,0,'-04'),(672,3,-10800,1,'-03'),(672,4,-7200,1,'-02'),(672,5,-10800,0,'-03'),(673,0,-15672,0,'LMT'),(673,1,-15408,0,'CMT'),(673,2,-14400,0,'-04'),(673,3,-10800,1,'-03'),(673,4,-7200,1,'-02'),(673,5,-10800,0,'-03'),(674,0,-16044,0,'LMT'),(674,1,-15408,0,'CMT'),(674,2,-14400,0,'-04'),(674,3,-10800,1,'-03'),(674,4,-7200,1,'-02'),(674,5,-10800,0,'-03'),(675,0,-16516,0,'LMT'),(675,1,-15408,0,'CMT'),(675,2,-14400,0,'-04'),(675,3,-10800,1,'-03'),(675,4,-7200,1,'-02'),(675,5,-10800,0,'-03'),(676,0,-16612,0,'LMT'),(676,1,-15408,0,'CMT'),(676,2,-14400,0,'-04'),(676,3,-10800,1,'-03'),(676,4,-7200,1,'-02'),(676,5,-10800,0,'-03'),(677,0,-15700,0,'LMT'),(677,1,-15408,0,'CMT'),(677,2,-14400,0,'-04'),(677,3,-10800,1,'-03'),(677,4,-7200,1,'-02'),(677,5,-10800,0,'-03'),(678,0,-16444,0,'LMT'),(678,1,-15408,0,'CMT'),(678,2,-14400,0,'-04'),(678,3,-10800,1,'-03'),(678,4,-7200,1,'-02'),(678,5,-10800,0,'-03'),(679,0,-15924,0,'LMT'),(679,1,-15408,0,'CMT'),(679,2,-14400,0,'-04'),(679,3,-10800,1,'-03'),(679,4,-7200,1,'-02'),(679,5,-10800,0,'-03'),(679,6,-10800,1,'-03'),(680,0,-15652,0,'LMT'),(680,1,-15408,0,'CMT'),(680,2,-14400,0,'-04'),(680,3,-10800,1,'-03'),(680,4,-7200,1,'-02'),(680,5,-10800,0,'-03'),(681,0,-16392,0,'LMT'),(681,1,-15408,0,'CMT'),(681,2,-14400,0,'-04'),(681,3,-10800,1,'-03'),(681,4,-7200,1,'-02'),(681,5,-10800,0,'-03'),(682,0,-16547,0,'LMT'),(682,1,-16200,0,'-0430'),(682,2,-14400,0,'AST'),(683,0,-13840,0,'LMT'),(683,1,-13840,0,'AMT'),(683,2,-14400,0,'-04'),(683,3,-10800,0,'-03'),(683,4,-10800,1,'-03'),(683,5,-14400,0,'-04'),(684,0,-21988,0,'LMT'),(684,1,-18000,1,'CDT'),(684,2,-21600,0,'CST'),(684,3,-18000,1,'CWT'),(684,4,-18000,1,'CPT'),(684,5,-18000,0,'EST'),(685,0,-42398,0,'LMT'),(685,1,-39600,0,'NST'),(685,2,-36000,1,'NWT'),(685,3,-36000,1,'NPT'),(685,4,-39600,0,'BST'),(685,5,-36000,1,'BDT'),(685,6,-36000,0,'AHST'),(685,7,-32400,1,'HDT'),(685,8,-36000,0,'HST'),(686,0,-9244,0,'LMT'),(686,1,-7200,1,'-02'),(686,2,-10800,0,'-03'),(687,0,-25260,0,'LMT'),(687,1,-25200,0,'MST'),(687,2,-21600,0,'CST'),(687,3,-28800,0,'PST'),(687,4,-21600,1,'MDT'),(687,5,-18000,1,'CDT'),(687,6,-21600,0,'CST'),(688,0,-14309,0,'LMT'),(688,1,-14309,0,'BMT'),(688,2,-10800,1,'ADT'),(688,3,-14400,0,'AST'),(689,0,-11636,0,'LMT'),(689,1,-7200,1,'-02'),(689,2,-10800,0,'-03'),(690,0,-21168,0,'LMT'),(690,1,-19800,1,'-0530'),(690,2,-21600,0,'CST'),(690,3,-18000,1,'CWT'),(690,4,-18000,1,'CPT'),(690,5,-18000,1,'CDT'),(691,0,-13708,0,'LMT'),(691,1,-10800,1,'ADT'),(691,2,-14400,0,'AST'),(691,3,-10800,1,'AWT'),(691,4,-10800,1,'APT'),(692,0,-14560,0,'LMT'),(692,1,-10800,1,'-03'),(692,2,-14400,0,'-04'),(693,0,-17776,0,'LMT'),(693,1,-17776,0,'BMT'),(693,2,-14400,1,'-04'),(693,3,-18000,0,'-05'),(694,0,-27889,0,'LMT'),(694,1,-25200,1,'PDT'),(694,2,-28800,0,'PST'),(694,3,-21600,1,'MWT'),(694,4,-21600,1,'MPT'),(694,5,-25200,0,'MST'),(694,6,-21600,1,'MDT'),(695,0,-14028,0,'LMT'),(695,1,-15408,0,'CMT'),(695,2,-14400,0,'-04'),(695,3,-10800,1,'-03'),(695,4,-7200,1,'-02'),(695,5,-10800,0,'-03'),(696,0,0,0,'-00'),(696,1,-21600,1,'MWT'),(696,2,-21600,1,'MPT'),(696,3,-25200,0,'MST'),(696,4,-18000,1,'MDDT'),(696,5,-21600,1,'MDT'),(696,6,-18000,1,'CDT'),(696,7,-21600,0,'CST'),(696,8,-18000,0,'EST'),(696,9,-21600,1,'MDT'),(696,10,-25200,0,'MST'),(697,0,-13108,0,'LMT'),(697,1,-10800,1,'-03'),(697,2,-14400,0,'-04'),(698,0,-20824,0,'LMT'),(698,1,-21600,0,'CST'),(698,2,-14400,1,'EDT'),(698,3,-18000,0,'EST'),(698,4,-18000,1,'CDT'),(699,0,-16064,0,'LMT'),(699,1,-16060,0,'CMT'),(699,2,-16200,0,'-0430'),(699,3,-14400,0,'-04'),(700,0,-15788,0,'LMT'),(700,1,-15408,0,'CMT'),(700,2,-14400,0,'-04'),(700,3,-10800,1,'-03'),(700,4,-7200,1,'-02'),(700,5,-10800,0,'-03'),(701,0,-12560,0,'LMT'),(701,1,-14400,0,'-04'),(701,2,-10800,0,'-03'),(702,0,-19088,0,'LMT'),(702,1,-19176,0,'CMT'),(702,2,-18000,0,'EST'),(703,0,-21036,0,'LMT'),(703,1,-18000,1,'CDT'),(703,2,-21600,0,'CST'),(703,3,-18000,0,'EST'),(703,4,-18000,1,'CWT'),(703,5,-18000,1,'CPT'),(703,6,-21600,0,'CST'),(704,0,-25460,0,'LMT'),(704,1,-25200,0,'MST'),(704,2,-21600,0,'CST'),(704,3,-18000,1,'CDT'),(704,4,-21600,1,'MDT'),(704,5,-25200,0,'MST'),(705,0,-21988,0,'LMT'),(705,1,-18000,1,'CDT'),(705,2,-21600,0,'CST'),(705,3,-18000,1,'CWT'),(705,4,-18000,1,'CPT'),(705,5,-18000,0,'EST'),(706,0,-15408,0,'LMT'),(706,1,-15408,0,'CMT'),(706,2,-14400,0,'-04'),(706,3,-10800,1,'-03'),(706,4,-7200,1,'-02'),(706,5,-10800,0,'-03'),(707,0,-20173,0,'LMT'),(707,1,-20173,0,'SJMT'),(707,2,-18000,1,'CDT'),(707,3,-21600,0,'CST'),(708,0,-27964,0,'LMT'),(708,1,-25200,0,'MST'),(708,2,-28800,0,'PST'),(708,3,-25200,0,'MST'),(709,0,-13460,0,'LMT'),(709,1,-10800,1,'-03'),(709,2,-14400,0,'-04'),(710,0,-16547,0,'LMT'),(710,1,-16200,0,'-0430'),(710,2,-14400,0,'AST'),(711,0,-4480,0,'LMT'),(711,1,-10800,0,'-03'),(711,2,-10800,0,'-03'),(711,3,-7200,1,'-02'),(711,4,-7200,1,'-02'),(711,5,0,0,'GMT'),(712,0,-33460,0,'LMT'),(712,1,-28800,1,'YDT'),(712,2,-32400,0,'YST'),(712,3,-28800,1,'YWT'),(712,4,-28800,1,'YPT'),(712,5,-25200,1,'YDDT'),(712,6,-28800,0,'PST'),(712,7,-25200,1,'PDT'),(712,8,-25200,0,'MST'),(713,0,-28856,0,'LMT'),(713,1,-25200,1,'PDT'),(713,2,-28800,0,'PST'),(713,3,-25200,1,'PWT'),(713,4,-25200,1,'PPT'),(713,5,-25200,0,'MST'),(714,0,-25196,0,'LMT'),(714,1,-21600,1,'MDT'),(714,2,-25200,0,'MST'),(714,3,-21600,1,'MWT'),(714,4,-21600,1,'MPT'),(715,0,-19931,0,'LMT'),(715,1,-21600,0,'CST'),(715,2,-18000,0,'EST'),(715,3,-14400,1,'EWT'),(715,4,-14400,1,'EPT'),(715,5,-14400,1,'EDT'),(716,0,-14764,0,'LMT'),(716,1,-14400,0,'AST'),(717,0,-27232,0,'LMT'),(717,1,-21600,1,'MDT'),(717,2,-25200,0,'MST'),(717,3,-21600,1,'MWT'),(717,4,-21600,1,'MPT'),(718,0,-16768,0,'LMT'),(718,1,-14400,1,'-04'),(718,2,-18000,0,'-05'),(718,3,-14400,0,'-04'),(718,4,-18000,0,'-05'),(719,0,-21408,0,'LMT'),(719,1,-18000,1,'CDT'),(719,2,-21600,0,'CST'),(720,0,-28084,0,'LMT'),(720,1,-25200,0,'MST'),(720,2,-28800,0,'PST'),(720,3,-25200,1,'PDT'),(720,4,-25200,1,'PWT'),(720,5,-25200,1,'PPT'),(721,0,-29447,0,'LMT'),(721,1,-25200,1,'PDT'),(721,2,-28800,0,'PST'),(721,3,-25200,1,'PWT'),(721,4,-25200,1,'PPT'),(721,5,-25200,0,'MST'),(722,0,-20678,0,'LMT'),(722,1,-18000,1,'CDT'),(722,2,-21600,0,'CST'),(722,3,-18000,1,'CWT'),(722,4,-18000,1,'CPT'),(722,5,-18000,0,'EST'),(722,6,-14400,1,'EDT'),(723,0,-9240,0,'LMT'),(723,1,-7200,1,'-02'),(723,2,-10800,0,'-03'),(724,0,-14388,0,'LMT'),(724,1,-10800,1,'ADT'),(724,2,-14400,0,'AST'),(724,3,-10800,1,'AWT'),(724,4,-10800,1,'APT'),(725,0,-12416,0,'LMT'),(725,1,-10800,0,'-03'),(725,2,-10800,0,'-03'),(725,3,-7200,1,'-02'),(725,4,-7200,1,'-02'),(726,0,-14500,0,'LMT'),(726,1,-12652,0,'NST'),(726,2,-9052,1,'NDT'),(726,3,-12600,0,'NST'),(726,4,-9000,1,'NDT'),(726,5,-9000,1,'NPT'),(726,6,-9000,1,'NWT'),(726,7,-10800,1,'ADT'),(726,8,-14400,0,'AST'),(726,9,-7200,1,'ADDT'),(726,10,-10800,1,'ADT'),(727,0,-17072,0,'LMT'),(727,1,-18430,0,'KMT'),(727,2,-18000,0,'EST'),(727,3,-14400,1,'EDT'),(727,4,-14400,0,'AST'),(727,5,-18000,0,'EST'),(728,0,-14764,0,'LMT'),(728,1,-14400,0,'AST'),(729,0,-14764,0,'LMT'),(729,1,-14400,0,'AST'),(730,0,-21724,0,'LMT'),(730,1,-18000,1,'CDT'),(730,2,-21600,0,'CST'),(731,0,-19160,0,'LMT'),(731,1,-18840,0,'QMT'),(731,2,-14400,1,'-04'),(731,3,-18000,0,'-05'),(732,0,-13960,0,'LMT'),(732,1,-13500,0,'-0345'),(732,2,-10800,0,'-03'),(732,3,-14400,0,'-04'),(733,0,-15264,0,'LMT'),(733,1,-10800,1,'ADT'),(733,2,-14400,0,'AST'),(733,3,-10800,1,'AWT'),(733,4,-10800,1,'APT'),(734,0,-19768,0,'LMT'),(734,1,-19776,0,'HMT'),(734,2,-14400,1,'CDT'),(734,3,-18000,0,'CST'),(734,4,-18000,0,'CST'),(734,5,-14400,1,'CDT'),(735,0,-26632,0,'LMT'),(735,1,-25200,0,'MST'),(735,2,-21600,0,'CST'),(735,3,-28800,0,'PST'),(735,4,-21600,1,'MDT'),(735,5,-25200,0,'MST'),(736,0,-20678,0,'LMT'),(736,1,-18000,1,'CDT'),(736,2,-21600,0,'CST'),(736,3,-18000,1,'CWT'),(736,4,-18000,1,'CPT'),(736,5,-18000,0,'EST'),(736,6,-14400,1,'EDT'),(737,0,-20790,0,'LMT'),(737,1,-18000,1,'CDT'),(737,2,-21600,0,'CST'),(737,3,-18000,1,'CWT'),(737,4,-18000,1,'CPT'),(737,5,-18000,0,'EST'),(737,6,-21600,0,'CST'),(738,0,-20723,0,'LMT'),(738,1,-18000,1,'CDT'),(738,2,-21600,0,'CST'),(738,3,-18000,1,'CWT'),(738,4,-18000,1,'CPT'),(738,5,-18000,0,'EST'),(738,6,-14400,1,'EDT'),(739,0,-20947,0,'LMT'),(739,1,-18000,1,'CDT'),(739,2,-21600,0,'CST'),(739,3,-18000,1,'CWT'),(739,4,-18000,1,'CPT'),(739,5,-18000,0,'EST'),(739,6,-14400,1,'EDT'),(740,0,-20823,0,'LMT'),(740,1,-18000,1,'CDT'),(740,2,-21600,0,'CST'),(740,3,-18000,1,'CWT'),(740,4,-18000,1,'CPT'),(740,5,-18000,0,'EST'),(740,6,-14400,1,'EDT'),(740,7,-18000,1,'CDT'),(740,8,-21600,0,'CST'),(741,0,-20416,0,'LMT'),(741,1,-18000,1,'CDT'),(741,2,-21600,0,'CST'),(741,3,-18000,1,'CWT'),(741,4,-18000,1,'CPT'),(741,5,-18000,0,'EST'),(741,6,-14400,1,'EDT'),(742,0,-21007,0,'LMT'),(742,1,-18000,1,'CDT'),(742,2,-21600,0,'CST'),(742,3,-18000,1,'CWT'),(742,4,-18000,1,'CPT'),(742,5,-18000,0,'EST'),(742,6,-14400,1,'EDT'),(743,0,-20785,0,'LMT'),(743,1,-18000,1,'CDT'),(743,2,-21600,0,'CST'),(743,3,-18000,1,'CWT'),(743,4,-18000,1,'CPT'),(743,5,-18000,0,'EST'),(743,6,-14400,1,'EDT'),(744,0,-20678,0,'LMT'),(744,1,-18000,1,'CDT'),(744,2,-21600,0,'CST'),(744,3,-18000,1,'CWT'),(744,4,-18000,1,'CPT'),(744,5,-18000,0,'EST'),(744,6,-14400,1,'EDT'),(745,0,0,0,'-00'),(745,1,-21600,1,'PDDT'),(745,2,-28800,0,'PST'),(745,3,-25200,0,'MST'),(745,4,-21600,1,'MDT'),(746,0,0,0,'-00'),(746,1,-14400,1,'EPT'),(746,2,-18000,0,'EST'),(746,3,-10800,1,'EDDT'),(746,4,-14400,1,'EDT'),(746,5,-14400,1,'EWT'),(746,6,-21600,0,'CST'),(746,7,-18000,1,'CDT'),(746,8,-14400,1,'EDT'),(746,9,-18000,0,'EST'),(747,0,-18430,0,'LMT'),(747,1,-18430,0,'KMT'),(747,2,-18000,0,'EST'),(747,3,-14400,1,'EDT'),(748,0,-15672,0,'LMT'),(748,1,-15408,0,'CMT'),(748,2,-14400,0,'-04'),(748,3,-10800,1,'-03'),(748,4,-7200,1,'-02'),(748,5,-10800,0,'-03'),(749,0,-32261,0,'LMT'),(749,1,-28800,0,'PST'),(749,2,-25200,1,'PWT'),(749,3,-25200,1,'PPT'),(749,4,-25200,1,'PDT'),(749,5,-28800,1,'YDT'),(749,6,-32400,0,'YST'),(749,7,-28800,1,'AKDT'),(749,8,-32400,0,'AKST'),(750,0,-20582,0,'LMT'),(750,1,-18000,1,'CDT'),(750,2,-21600,0,'CST'),(750,3,-18000,1,'CWT'),(750,4,-18000,1,'CPT'),(750,5,-18000,0,'EST'),(750,6,-14400,1,'EDT'),(751,0,-20364,0,'LMT'),(751,1,-18000,1,'CDT'),(751,2,-21600,0,'CST'),(751,3,-18000,1,'CWT'),(751,4,-18000,1,'CPT'),(751,5,-14400,1,'EDT'),(751,6,-18000,0,'EST'),(752,0,-20790,0,'LMT'),(752,1,-18000,1,'CDT'),(752,2,-21600,0,'CST'),(752,3,-18000,1,'CWT'),(752,4,-18000,1,'CPT'),(752,5,-18000,0,'EST'),(752,6,-21600,0,'CST'),(753,0,-16547,0,'LMT'),(753,1,-16200,0,'-0430'),(753,2,-14400,0,'AST'),(754,0,-16356,0,'LMT'),(754,1,-16356,0,'CMT'),(754,2,-12756,1,'BST'),(754,3,-14400,0,'-04'),(755,0,-18492,0,'LMT'),(755,1,-18516,0,'LMT'),(755,2,-14400,1,'-04'),(755,3,-18000,0,'-05'),(756,0,-28378,0,'LMT'),(756,1,-25200,1,'PDT'),(756,2,-28800,0,'PST'),(756,3,-25200,1,'PWT'),(756,4,-25200,1,'PPT'),(757,0,-20582,0,'LMT'),(757,1,-18000,1,'CDT'),(757,2,-21600,0,'CST'),(757,3,-18000,1,'CWT'),(757,4,-18000,1,'CPT'),(757,5,-18000,0,'EST'),(757,6,-14400,1,'EDT'),(758,0,-16547,0,'LMT'),(758,1,-16200,0,'-0430'),(758,2,-14400,0,'AST'),(759,0,-8572,0,'LMT'),(759,1,-7200,1,'-02'),(759,2,-10800,0,'-03'),(760,0,-20708,0,'LMT'),(760,1,-20712,0,'MMT'),(760,2,-21600,0,'CST'),(760,3,-18000,0,'EST'),(760,4,-18000,1,'CDT'),(760,5,-21600,0,'CST'),(761,0,-14404,0,'LMT'),(761,1,-10800,1,'-03'),(761,2,-14400,0,'-04'),(762,0,-14764,0,'LMT'),(762,1,-14400,0,'AST'),(763,0,-14660,0,'LMT'),(763,1,-14660,0,'FFMT'),(763,2,-14400,0,'AST'),(763,3,-10800,1,'ADT'),(764,0,-24000,0,'LMT'),(764,1,-21600,0,'CST'),(764,2,-18000,1,'CDT'),(765,0,-25540,0,'LMT'),(765,1,-25200,0,'MST'),(765,2,-21600,0,'CST'),(765,3,-28800,0,'PST'),(765,4,-21600,1,'MDT'),(765,5,-25200,0,'MST'),(766,0,-16516,0,'LMT'),(766,1,-15408,0,'CMT'),(766,2,-14400,0,'-04'),(766,3,-10800,1,'-03'),(766,4,-7200,1,'-02'),(766,5,-10800,0,'-03'),(767,0,-21027,0,'LMT'),(767,1,-18000,1,'CDT'),(767,2,-21600,0,'CST'),(767,3,-18000,1,'CWT'),(767,4,-18000,1,'CPT'),(767,5,-18000,0,'EST'),(767,6,-21600,0,'CST'),(768,0,-21508,0,'LMT'),(768,1,-21600,0,'CST'),(768,2,-18000,0,'EST'),(768,3,-18000,1,'CDT'),(768,4,-21600,0,'CST'),(769,0,-31578,0,'LMT'),(769,1,-28800,0,'PST'),(769,2,-25200,1,'PWT'),(769,3,-25200,1,'PPT'),(769,4,-25200,1,'PDT'),(769,5,-32400,0,'AKST'),(769,6,-28800,1,'AKDT'),(770,0,-23796,0,'LMT'),(770,1,-25200,0,'MST'),(770,2,-21600,0,'CST'),(770,3,-18000,1,'CDT'),(770,4,-18000,1,'CWT'),(771,0,-13480,0,'LMT'),(771,1,-14400,0,'AST'),(771,2,-10800,0,'-03'),(771,3,-7200,1,'-02'),(772,0,-15548,0,'LMT'),(772,1,-18000,0,'EST'),(772,2,-10800,1,'ADT'),(772,3,-14400,0,'AST'),(772,4,-10800,1,'AWT'),(772,5,-10800,1,'APT'),(773,0,-24076,0,'LMT'),(773,1,-21600,0,'CST'),(773,2,-18000,1,'CDT'),(774,0,-13491,0,'LMT'),(774,1,-13491,0,'MMT'),(774,2,-14400,0,'-04'),(774,3,-12600,0,'-0330'),(774,4,-10800,1,'-03'),(774,5,-10800,0,'-03'),(774,6,-9000,1,'-0230'),(774,7,-7200,1,'-02'),(774,8,-5400,1,'-0130'),(774,9,-7200,1,'-02'),(775,0,-19052,0,'LMT'),(775,1,-14400,1,'EDT'),(775,2,-18000,0,'EST'),(775,3,-14400,1,'EWT'),(775,4,-14400,1,'EPT'),(776,0,-14764,0,'LMT'),(776,1,-14400,0,'AST'),(777,0,-18570,0,'LMT'),(777,1,-14400,1,'EWT'),(777,2,-18000,0,'EST'),(777,3,-14400,1,'EPT'),(777,4,-14400,1,'EDT'),(778,0,-17762,0,'LMT'),(778,1,-14400,1,'EDT'),(778,2,-18000,0,'EST'),(778,3,-14400,1,'EWT'),(778,4,-14400,1,'EPT'),(779,0,-21184,0,'LMT'),(779,1,-14400,1,'EDT'),(779,2,-18000,0,'EST'),(779,3,-14400,1,'EWT'),(779,4,-14400,1,'EPT'),(780,0,-39698,0,'LMT'),(780,1,-39600,0,'NST'),(780,2,-36000,1,'NWT'),(780,3,-36000,1,'NPT'),(780,4,-39600,0,'BST'),(780,5,-36000,1,'BDT'),(780,6,-32400,0,'YST'),(780,7,-28800,1,'AKDT'),(780,8,-32400,0,'AKST'),(781,0,-7780,0,'LMT'),(781,1,-3600,1,'-01'),(781,2,-7200,0,'-02'),(782,0,-24427,0,'LMT'),(782,1,-21600,1,'MDT'),(782,2,-25200,0,'MST'),(782,3,-21600,1,'MWT'),(782,4,-21600,1,'MPT'),(782,5,-18000,1,'CDT'),(782,6,-21600,0,'CST'),(783,0,-24312,0,'LMT'),(783,1,-21600,1,'MDT'),(783,2,-25200,0,'MST'),(783,3,-21600,1,'MWT'),(783,4,-21600,1,'MPT'),(783,5,-18000,1,'CDT'),(783,6,-21600,0,'CST'),(784,0,-24339,0,'LMT'),(784,1,-21600,1,'MDT'),(784,2,-25200,0,'MST'),(784,3,-21600,1,'MWT'),(784,4,-21600,1,'MPT'),(784,5,-18000,1,'CDT'),(784,6,-21600,0,'CST'),(785,0,-12416,0,'LMT'),(785,1,-10800,0,'-03'),(785,2,-10800,0,'-03'),(785,3,-7200,1,'-02'),(785,4,-7200,1,'-02'),(786,0,-25060,0,'LMT'),(786,1,-25200,0,'MST'),(786,2,-21600,0,'CST'),(786,3,-18000,1,'CDT'),(786,4,-21600,1,'MDT'),(786,5,-25200,0,'MST'),(787,0,-19088,0,'LMT'),(787,1,-19176,0,'CMT'),(787,2,-18000,0,'EST'),(788,0,0,0,'-00'),(788,1,-10800,1,'AWT'),(788,2,-10800,1,'APT'),(788,3,-14400,0,'AST'),(788,4,-7200,1,'ADDT'),(788,5,-10800,1,'ADT'),(788,6,-14400,1,'EDT'),(788,7,-18000,0,'EST'),(788,8,-21600,0,'CST'),(788,9,-18000,1,'CDT'),(788,10,-14400,1,'EDT'),(788,11,-18000,0,'EST'),(789,0,-13240,0,'LMT'),(789,1,-13252,0,'PMT'),(789,2,-13236,0,'PMT'),(789,3,-12600,0,'-0330'),(789,4,-10800,0,'-03'),(790,0,-26898,0,'LMT'),(790,1,-21600,1,'MDT'),(790,2,-25200,0,'MST'),(790,3,-21600,1,'MWT'),(791,0,-17360,0,'LMT'),(791,1,-17340,0,'PPMT'),(791,2,-14400,1,'EDT'),(791,3,-18000,0,'EST'),(791,4,-14400,1,'EDT'),(791,5,-18000,0,'EST'),(792,0,-14764,0,'LMT'),(792,1,-14400,0,'AST'),(793,0,-16272,0,'LMT'),(793,1,-14400,1,'-04'),(793,2,-18000,0,'-05'),(793,3,-14400,0,'-04'),(793,4,-18000,0,'-05'),(794,0,-15336,0,'LMT'),(794,1,-10800,1,'-03'),(794,2,-14400,0,'-04'),(795,0,-15865,0,'LMT'),(795,1,-14400,0,'AST'),(795,2,-10800,1,'APT'),(795,3,-10800,1,'AWT'),(796,0,-17020,0,'LMT'),(796,1,-16966,0,'SMT'),(796,2,-18000,0,'-05'),(796,3,-14400,0,'-04'),(796,4,-14400,1,'-04'),(796,5,-10800,1,'-03'),(796,6,-14400,0,'-04'),(796,7,-10800,0,'-03'),(797,0,-22696,0,'LMT'),(797,1,-18000,1,'CDT'),(797,2,-21600,0,'CST'),(797,3,-18000,1,'CWT'),(797,4,-18000,1,'CPT'),(798,0,0,0,'-00'),(798,1,-14400,1,'CDDT'),(798,2,-21600,0,'CST'),(798,3,-18000,1,'CDT'),(798,4,-18000,0,'EST'),(798,5,-21600,0,'CST'),(799,0,-8376,0,'LMT'),(799,1,-7200,1,'-02'),(799,2,-10800,0,'-03'),(800,0,-25116,0,'LMT'),(800,1,-21600,1,'MDT'),(800,2,-25200,0,'MST'),(800,3,-21600,1,'MWT'),(800,4,-21600,1,'MPT'),(800,5,-21600,0,'CST'),(801,0,0,0,'-00'),(801,1,-14400,1,'CDDT'),(801,2,-21600,0,'CST'),(801,3,-18000,1,'CDT'),(801,4,-18000,0,'EST'),(801,5,-21600,0,'CST'),(802,0,-16272,0,'LMT'),(802,1,-14400,1,'-04'),(802,2,-18000,0,'-05'),(802,3,-14400,0,'-04'),(802,4,-18000,0,'-05'),(803,0,-15408,0,'LMT'),(803,1,-15408,0,'CMT'),(803,2,-14400,0,'-04'),(803,3,-10800,1,'-03'),(803,4,-7200,1,'-02'),(803,5,-10800,0,'-03'),(804,0,-28084,0,'LMT'),(804,1,-25200,0,'MST'),(804,2,-28800,0,'PST'),(804,3,-25200,1,'PDT'),(804,4,-25200,1,'PWT'),(804,5,-25200,1,'PPT'),(805,0,-13128,0,'LMT'),(805,1,-10800,1,'-03'),(805,2,-14400,0,'-04'),(805,3,-10800,0,'-03'),(806,0,-16966,0,'LMT'),(806,1,-16966,0,'SMT'),(806,2,-18000,0,'-05'),(806,3,-14400,0,'-04'),(806,4,-14400,1,'-04'),(806,5,-10800,1,'-03'),(806,6,-10800,1,'-03'),(806,7,-14400,0,'-04'),(807,0,-16776,0,'LMT'),(807,1,-16800,0,'SDMT'),(807,2,-14400,1,'EDT'),(807,3,-18000,0,'EST'),(807,4,-16200,1,'-0430'),(807,5,-14400,0,'AST'),(808,0,-11188,0,'LMT'),(808,1,-7200,1,'-02'),(808,2,-10800,0,'-03'),(809,0,-5272,0,'LMT'),(809,1,-7200,0,'-02'),(809,2,-3600,1,'-01'),(809,3,-7200,0,'-02'),(809,4,-3600,0,'-01'),(809,5,0,1,'+00'),(809,6,0,1,'+00'),(810,0,-25196,0,'LMT'),(810,1,-21600,1,'MDT'),(810,2,-25200,0,'MST'),(810,3,-21600,1,'MWT'),(810,4,-21600,1,'MPT'),(811,0,-32473,0,'LMT'),(811,1,-28800,0,'PST'),(811,2,-25200,1,'PWT'),(811,3,-25200,1,'PPT'),(811,4,-25200,1,'PDT'),(811,5,-32400,0,'YST'),(811,6,-28800,1,'AKDT'),(811,7,-32400,0,'AKST'),(812,0,-14764,0,'LMT'),(812,1,-14400,0,'AST'),(813,0,-12652,0,'LMT'),(813,1,-9052,1,'NDT'),(813,2,-12652,0,'NST'),(813,3,-9000,1,'NDT'),(813,4,-12600,0,'NST'),(813,5,-9000,1,'NPT'),(813,6,-9000,1,'NWT'),(813,7,-5400,1,'NDDT'),(813,8,-9000,1,'NDT'),(814,0,-14764,0,'LMT'),(814,1,-14400,0,'AST'),(815,0,-14764,0,'LMT'),(815,1,-14400,0,'AST'),(816,0,-14764,0,'LMT'),(816,1,-14400,0,'AST'),(817,0,-14764,0,'LMT'),(817,1,-14400,0,'AST'),(818,0,-25880,0,'LMT'),(818,1,-21600,1,'MDT'),(818,2,-25200,0,'MST'),(818,3,-21600,1,'MWT'),(818,4,-21600,1,'MPT'),(818,5,-21600,0,'CST'),(819,0,-20932,0,'LMT'),(819,1,-18000,1,'CDT'),(819,2,-21600,0,'CST'),(820,0,-16508,0,'LMT'),(820,1,-10800,1,'ADT'),(820,2,-14400,0,'AST'),(821,0,-21420,0,'LMT'),(821,1,-21600,0,'CST'),(821,2,-18000,0,'EST'),(821,3,-14400,1,'EWT'),(821,4,-14400,1,'EPT'),(821,5,-14400,1,'EDT'),(822,0,-28084,0,'LMT'),(822,1,-25200,0,'MST'),(822,2,-28800,0,'PST'),(822,3,-25200,1,'PDT'),(822,4,-25200,1,'PWT'),(822,5,-25200,1,'PPT'),(823,0,-19052,0,'LMT'),(823,1,-14400,1,'EDT'),(823,2,-18000,0,'EST'),(823,3,-14400,1,'EWT'),(823,4,-14400,1,'EPT'),(824,0,-14764,0,'LMT'),(824,1,-14400,0,'AST'),(825,0,-29548,0,'LMT'),(825,1,-25200,1,'PDT'),(825,2,-28800,0,'PST'),(825,3,-25200,1,'PWT'),(825,4,-25200,1,'PPT'),(826,0,-14764,0,'LMT'),(826,1,-14400,0,'AST'),(827,0,-32412,0,'LMT'),(827,1,-28800,1,'YDT'),(827,2,-32400,0,'YST'),(827,3,-28800,1,'YWT'),(827,4,-28800,1,'YPT'),(827,5,-25200,1,'YDDT'),(827,6,-28800,0,'PST'),(827,7,-25200,1,'PDT'),(827,8,-25200,0,'MST'),(828,0,-23316,0,'LMT'),(828,1,-18000,1,'CDT'),(828,2,-21600,0,'CST'),(828,3,-18000,1,'CWT'),(828,4,-18000,1,'CPT'),(828,5,-18000,1,'CDT'),(828,6,-21600,0,'CST'),(829,0,-33535,0,'LMT'),(829,1,-32400,0,'YST'),(829,2,-28800,1,'YWT'),(829,3,-28800,1,'YPT'),(829,4,-28800,1,'YDT'),(829,5,-28800,1,'AKDT'),(829,6,-32400,0,'AKST'),(830,0,0,0,'-00'),(830,1,-21600,1,'MWT'),(830,2,-21600,1,'MPT'),(830,3,-25200,0,'MST'),(830,4,-18000,1,'MDDT'),(830,5,-21600,1,'MDT'),(831,0,0,0,'-00'),(831,1,28800,0,'+08'),(831,2,39600,0,'+11'),(831,3,28800,0,'+08'),(831,4,39600,0,'+11'),(832,0,0,0,'-00'),(832,1,25200,0,'+07'),(832,2,18000,0,'+05'),(832,3,25200,0,'+07'),(833,0,0,0,'-00'),(833,1,36000,0,'+10'),(834,0,0,0,'-00'),(834,1,36000,0,'AEST'),(834,2,39600,1,'AEDT'),(834,3,36000,0,'AEST'),(834,4,0,0,'-00'),(834,5,39600,1,'AEDT'),(834,6,36000,0,'AEST'),(835,0,0,0,'-00'),(835,1,21600,0,'+06'),(835,2,18000,0,'+05'),(836,0,41944,0,'LMT'),(836,1,45000,1,'NZST'),(836,2,41400,0,'NZMT'),(836,3,43200,1,'NZST'),(836,4,46800,1,'NZDT'),(836,5,43200,0,'NZST'),(836,6,43200,0,'NZST'),(837,0,0,0,'-00'),(837,1,-14400,0,'-04'),(837,2,-10800,1,'-03'),(837,3,-7200,1,'-02'),(837,4,-10800,0,'-03'),(837,5,-10800,1,'-03'),(837,6,-14400,0,'-04'),(837,7,-10800,0,'-03'),(838,0,0,0,'-00'),(838,1,-10800,0,'-03'),(839,0,41944,0,'LMT'),(839,1,45000,1,'NZST'),(839,2,41400,0,'NZMT'),(839,3,43200,1,'NZST'),(839,4,46800,1,'NZDT'),(839,5,43200,0,'NZST'),(839,6,43200,0,'NZST'),(840,0,0,0,'-00'),(840,1,10800,0,'+03'),(841,0,0,0,'-00'),(841,1,7200,1,'+02'),(841,2,0,0,'+00'),(841,3,0,0,'+00'),(842,0,0,0,'-00'),(842,1,21600,0,'+06'),(843,0,2580,0,'LMT'),(843,1,7200,1,'CEST'),(843,2,3600,0,'CET'),(843,3,3600,0,'CET'),(843,4,7200,1,'CEST'),(843,5,7200,1,'CEST'),(843,6,3600,0,'CET'),(844,0,11212,0,'LMT'),(844,1,10800,0,'+03'),(845,0,18468,0,'LMT'),(845,1,18000,0,'+05'),(845,2,25200,1,'+07'),(845,3,21600,0,'+06'),(845,4,21600,0,'+06'),(845,5,25200,1,'+07'),(845,6,21600,1,'+06'),(845,7,18000,0,'+05'),(845,8,25200,1,'+07'),(845,9,21600,0,'+06'),(846,0,8624,0,'LMT'),(846,1,10800,1,'EEST'),(846,2,7200,0,'EET'),(846,3,7200,0,'EET'),(846,4,10800,1,'EEST'),(847,0,42596,0,'LMT'),(847,1,43200,0,'+12'),(847,2,50400,1,'+14'),(847,3,46800,0,'+13'),(847,4,46800,1,'+13'),(847,5,43200,0,'+12'),(847,6,46800,1,'+13'),(847,7,43200,1,'+12'),(847,8,39600,0,'+11'),(847,9,43200,0,'+12'),(848,0,12064,0,'LMT'),(848,1,14400,0,'+04'),(848,2,18000,0,'+05'),(848,3,21600,0,'+06'),(848,4,21600,1,'+06'),(848,5,18000,0,'+05'),(848,6,21600,1,'+06'),(848,7,18000,1,'+05'),(848,8,14400,0,'+04'),(848,9,18000,0,'+05'),(849,0,13720,0,'LMT'),(849,1,14400,0,'+04'),(849,2,18000,0,'+05'),(849,3,21600,1,'+06'),(849,4,21600,0,'+06'),(849,5,18000,0,'+05'),(849,6,21600,1,'+06'),(849,7,18000,1,'+05'),(849,8,14400,0,'+04'),(849,9,21600,1,'+06'),(849,10,18000,0,'+05'),(850,0,14012,0,'LMT'),(850,1,14400,0,'+04'),(850,2,21600,1,'+06'),(850,3,18000,0,'+05'),(850,4,18000,0,'+05'),(850,5,21600,1,'+06'),(850,6,18000,1,'+05'),(850,7,14400,0,'+04'),(850,8,18000,0,'+05'),(851,0,14012,0,'LMT'),(851,1,14400,0,'+04'),(851,2,21600,1,'+06'),(851,3,18000,0,'+05'),(851,4,18000,0,'+05'),(851,5,21600,1,'+06'),(851,6,18000,1,'+05'),(851,7,14400,0,'+04'),(851,8,18000,0,'+05'),(852,0,12464,0,'LMT'),(852,1,10800,0,'+03'),(852,2,18000,0,'+05'),(852,3,21600,0,'+06'),(852,4,21600,1,'+06'),(852,5,18000,0,'+05'),(852,6,21600,1,'+06'),(852,7,18000,1,'+05'),(852,8,14400,0,'+04'),(852,9,18000,0,'+05'),(853,0,10660,0,'LMT'),(853,1,10656,0,'BMT'),(853,2,10800,0,'+03'),(853,3,14400,1,'+04'),(853,4,10800,0,'+03'),(853,5,14400,1,'+04'),(854,0,12368,0,'LMT'),(854,1,14400,0,'+04'),(854,2,10800,0,'+03'),(855,0,11964,0,'LMT'),(855,1,10800,0,'+03'),(855,2,18000,1,'+05'),(855,3,14400,0,'+04'),(855,4,14400,0,'+04'),(855,5,18000,1,'+05'),(855,6,14400,1,'+04'),(855,7,10800,0,'+03'),(855,8,18000,1,'+05'),(855,9,14400,0,'+04'),(856,0,24124,0,'LMT'),(856,1,24124,0,'BMT'),(856,2,25200,0,'+07'),(857,0,20100,0,'LMT'),(857,1,21600,0,'+06'),(857,2,28800,1,'+08'),(857,3,25200,0,'+07'),(857,4,25200,0,'+07'),(857,5,28800,1,'+08'),(857,6,25200,1,'+07'),(857,7,21600,0,'+06'),(857,8,25200,1,'+07'),(857,9,25200,0,'+07'),(858,0,8520,0,'LMT'),(858,1,10800,1,'EEST'),(858,2,7200,0,'EET'),(859,0,17904,0,'LMT'),(859,1,18000,0,'+05'),(859,2,25200,1,'+07'),(859,3,21600,0,'+06'),(859,4,21600,0,'+06'),(859,5,25200,1,'+07'),(859,6,21600,1,'+06'),(859,7,18000,0,'+05'),(859,8,21600,1,'+06'),(859,9,21600,0,'+06'),(860,0,27580,0,'LMT'),(860,1,27000,0,'+0730'),(860,2,28800,0,'+08'),(861,0,21200,0,'HMT'),(861,1,19270,0,'MMT'),(861,2,19800,0,'IST'),(861,3,23400,1,'+0630'),(862,0,27232,0,'LMT'),(862,1,28800,0,'+08'),(862,2,36000,1,'+10'),(862,3,32400,0,'+09'),(862,4,32400,0,'+09'),(862,5,36000,1,'+10'),(862,6,32400,1,'+09'),(862,7,28800,0,'+08'),(862,8,36000,0,'+10'),(862,9,36000,1,'+10'),(862,10,32400,0,'+09'),(863,0,27480,0,'LMT'),(863,1,25200,0,'+07'),(863,2,28800,0,'+08'),(863,3,32400,0,'+09'),(863,4,36000,1,'+10'),(863,5,32400,1,'+09'),(863,6,28800,0,'+08'),(864,0,29143,0,'LMT'),(864,1,32400,1,'CDT'),(864,2,28800,0,'CST'),(865,0,29143,0,'LMT'),(865,1,32400,1,'CDT'),(865,2,28800,0,'CST'),(866,0,19164,0,'LMT'),(866,1,19172,0,'MMT'),(866,2,19800,0,'+0530'),(866,3,21600,1,'+06'),(866,4,23400,1,'+0630'),(866,5,23400,0,'+0630'),(866,6,21600,0,'+06'),(866,7,19800,0,'+0530'),(867,0,21700,0,'LMT'),(867,1,21200,0,'HMT'),(867,2,23400,0,'+0630'),(867,3,19800,0,'+0530'),(867,4,21600,0,'+06'),(867,5,25200,1,'+07'),(868,0,8712,0,'LMT'),(868,1,10800,1,'EEST'),(868,2,7200,0,'EET'),(869,0,21700,0,'LMT'),(869,1,21200,0,'HMT'),(869,2,23400,0,'+0630'),(869,3,19800,0,'+0530'),(869,4,21600,0,'+06'),(869,5,25200,1,'+07'),(870,0,30140,0,'LMT'),(870,1,28800,0,'+08'),(870,2,32400,0,'+09'),(871,0,13272,0,'LMT'),(871,1,14400,0,'+04'),(872,0,16512,0,'LMT'),(872,1,18000,0,'+05'),(872,2,25200,1,'+07'),(872,3,21600,0,'+06'),(872,4,21600,0,'+06'),(872,5,25200,1,'+07'),(872,6,21600,1,'+06'),(872,7,18000,0,'+05'),(873,0,8148,0,'LMT'),(873,1,10800,1,'EEST'),(873,2,7200,0,'EET'),(873,3,7200,0,'EET'),(873,4,10800,1,'EEST'),(873,5,10800,0,'+03'),(873,6,7200,0,'EET'),(874,0,8272,0,'LMT'),(874,1,10800,1,'EEST'),(874,2,7200,0,'EET'),(874,3,7200,0,'EET'),(874,4,10800,1,'EEST'),(874,5,10800,1,'IDT'),(874,6,7200,0,'IST'),(874,7,10800,1,'IDT'),(874,8,7200,0,'IST'),(874,9,7200,0,'EET'),(875,0,29143,0,'LMT'),(875,1,32400,1,'CDT'),(875,2,28800,0,'CST'),(876,0,8423,0,'LMT'),(876,1,10800,1,'EEST'),(876,2,7200,0,'EET'),(876,3,7200,0,'EET'),(876,4,10800,1,'EEST'),(876,5,10800,1,'IDT'),(876,6,7200,0,'IST'),(876,7,10800,1,'IDT'),(876,8,7200,0,'IST'),(876,9,7200,0,'EET'),(877,0,25600,0,'LMT'),(877,1,25590,0,'PLMT'),(877,2,25200,0,'+07'),(877,3,28800,0,'+08'),(877,4,32400,0,'+09'),(877,5,25200,0,'+07'),(878,0,27402,0,'LMT'),(878,1,28800,0,'HKT'),(878,2,32400,1,'HKST'),(878,3,30600,1,'HKWT'),(878,4,32400,0,'JST'),(878,5,28800,0,'HKT'),(878,6,32400,1,'HKST'),(879,0,21996,0,'LMT'),(879,1,21600,0,'+06'),(879,2,28800,1,'+08'),(879,3,25200,0,'+07'),(880,0,25025,0,'LMT'),(880,1,25025,0,'IMT'),(880,2,25200,0,'+07'),(880,3,32400,1,'+09'),(880,4,28800,0,'+08'),(880,5,28800,0,'+08'),(880,6,32400,1,'+09'),(880,7,28800,1,'+08'),(880,8,25200,0,'+07'),(880,9,32400,0,'+09'),(880,10,32400,1,'+09'),(880,11,28800,0,'+08'),(881,0,6952,0,'LMT'),(881,1,7016,0,'IMT'),(881,2,10800,1,'EEST'),(881,3,7200,0,'EET'),(881,4,10800,0,'+03'),(881,5,14400,1,'+04'),(881,6,10800,1,'EEST'),(881,7,7200,0,'EET'),(881,8,10800,1,'EEST'),(881,9,7200,0,'EET'),(881,10,10800,0,'+03'),(882,0,25632,0,'LMT'),(882,1,25632,0,'BMT'),(882,2,26400,0,'+0720'),(882,3,27000,0,'+0730'),(882,4,32400,0,'+09'),(882,5,28800,0,'+08'),(882,6,25200,0,'WIB'),(883,0,33768,0,'LMT'),(883,1,32400,0,'+09'),(883,2,34200,0,'+0930'),(883,3,32400,0,'WIT'),(884,0,8454,0,'LMT'),(884,1,8440,0,'JMT'),(884,2,10800,1,'IDT'),(884,3,7200,0,'IST'),(884,4,14400,1,'IDDT'),(884,5,10800,1,'IDT'),(884,6,7200,0,'IST'),(884,7,10800,1,'IDT'),(884,8,7200,0,'IST'),(885,0,16608,0,'LMT'),(885,1,14400,0,'+04'),(885,2,16200,0,'+0430'),(886,0,38076,0,'LMT'),(886,1,39600,0,'+11'),(886,2,46800,1,'+13'),(886,3,43200,0,'+12'),(886,4,43200,0,'+12'),(886,5,46800,1,'+13'),(886,6,43200,1,'+12'),(886,7,39600,0,'+11'),(886,8,43200,0,'+12'),(887,0,16092,0,'LMT'),(887,1,19800,0,'+0530'),(887,2,23400,1,'+0630'),(887,3,18000,0,'+05'),(887,4,21600,1,'PKST'),(887,5,18000,0,'PKT'),(888,0,21020,0,'LMT'),(888,1,21600,0,'+06'),(889,0,20476,0,'LMT'),(889,1,19800,0,'+0530'),(889,2,20700,0,'+0545'),(890,0,20476,0,'LMT'),(890,1,19800,0,'+0530'),(890,2,20700,0,'+0545'),(891,0,32533,0,'LMT'),(891,1,28800,0,'+08'),(891,2,36000,1,'+10'),(891,3,32400,0,'+09'),(891,4,32400,0,'+09'),(891,5,36000,1,'+10'),(891,6,32400,1,'+09'),(891,7,28800,0,'+08'),(891,8,39600,1,'+11'),(891,9,36000,0,'+10'),(891,10,36000,0,'+10'),(891,11,39600,0,'+11'),(891,12,32400,0,'+09'),(892,0,21200,0,'HMT'),(892,1,19270,0,'MMT'),(892,2,19800,0,'IST'),(892,3,23400,1,'+0630'),(893,0,22286,0,'LMT'),(893,1,21600,0,'+06'),(893,2,28800,1,'+08'),(893,3,25200,0,'+07'),(893,4,25200,0,'+07'),(893,5,28800,1,'+08'),(893,6,25200,1,'+07'),(893,7,21600,0,'+06'),(893,8,28800,0,'+08'),(893,9,28800,1,'+08'),(893,10,25200,0,'+07'),(894,0,24406,0,'LMT'),(894,1,24925,0,'SMT'),(894,2,25200,0,'+07'),(894,3,26400,1,'+0720'),(894,4,26400,0,'+0720'),(894,5,27000,0,'+0730'),(894,6,32400,0,'+09'),(894,7,28800,0,'+08'),(895,0,26480,0,'LMT'),(895,1,27000,0,'+0730'),(895,2,30000,1,'+0820'),(895,3,28800,0,'+08'),(895,4,32400,0,'+09'),(895,5,28800,0,'+08'),(896,0,11212,0,'LMT'),(896,1,10800,0,'+03'),(897,0,27250,0,'LMT'),(897,1,28800,0,'CST'),(897,2,36000,1,'+10'),(897,3,32400,0,'+09'),(897,4,32400,1,'CDT'),(897,5,28800,0,'CST'),(897,6,32400,1,'CDT'),(898,0,27250,0,'LMT'),(898,1,28800,0,'CST'),(898,2,36000,1,'+10'),(898,3,32400,0,'+09'),(898,4,32400,1,'CDT'),(898,5,28800,0,'CST'),(898,6,32400,1,'CDT'),(899,0,36192,0,'LMT'),(899,1,36000,0,'+10'),(899,2,43200,1,'+12'),(899,3,39600,0,'+11'),(899,4,39600,0,'+11'),(899,5,43200,1,'+12'),(899,6,39600,1,'+11'),(899,7,36000,0,'+10'),(899,8,43200,0,'+12'),(899,9,43200,1,'+12'),(899,10,39600,0,'+11'),(900,0,28656,0,'LMT'),(900,1,28656,0,'MMT'),(900,2,28800,0,'+08'),(900,3,32400,0,'+09'),(900,4,28800,0,'WITA'),(901,0,29040,0,'LMT'),(901,1,32400,1,'PDT'),(901,2,28800,0,'PST'),(901,3,32400,0,'JST'),(901,4,28800,0,'PST'),(902,0,13272,0,'LMT'),(902,1,14400,0,'+04'),(903,0,8008,0,'LMT'),(903,1,10800,1,'EEST'),(903,2,7200,0,'EET'),(903,3,7200,0,'EET'),(903,4,10800,1,'EEST'),(904,0,20928,0,'LMT'),(904,1,21600,0,'+06'),(904,2,28800,1,'+08'),(904,3,25200,0,'+07'),(904,4,25200,0,'+07'),(904,5,28800,1,'+08'),(904,6,25200,1,'+07'),(904,7,21600,0,'+06'),(904,8,25200,0,'+07'),(905,0,19900,0,'LMT'),(905,1,21600,0,'+06'),(905,2,28800,1,'+08'),(905,3,25200,0,'+07'),(905,4,25200,0,'+07'),(905,5,28800,1,'+08'),(905,6,25200,1,'+07'),(905,7,21600,0,'+06'),(905,8,25200,1,'+07'),(905,9,25200,0,'+07'),(906,0,17610,0,'LMT'),(906,1,18000,0,'+05'),(906,2,25200,1,'+07'),(906,3,21600,0,'+06'),(906,4,21600,0,'+06'),(906,5,25200,1,'+07'),(906,6,21600,1,'+06'),(906,7,18000,0,'+05'),(906,8,25200,0,'+07'),(906,9,25200,1,'+07'),(906,10,21600,0,'+06'),(907,0,12324,0,'LMT'),(907,1,10800,0,'+03'),(907,2,18000,0,'+05'),(907,3,21600,1,'+06'),(907,4,21600,0,'+06'),(907,5,18000,0,'+05'),(907,6,21600,1,'+06'),(907,7,18000,1,'+05'),(907,8,14400,0,'+04'),(907,9,18000,0,'+05'),(908,0,24124,0,'LMT'),(908,1,24124,0,'BMT'),(908,2,25200,0,'+07'),(909,0,26240,0,'LMT'),(909,1,26240,0,'PMT'),(909,2,27000,0,'+0730'),(909,3,32400,0,'+09'),(909,4,28800,0,'+08'),(909,5,28800,0,'WITA'),(909,6,25200,0,'WIB'),(910,0,30180,0,'LMT'),(910,1,30600,0,'KST'),(910,2,32400,0,'JST'),(910,3,32400,0,'KST'),(911,0,12368,0,'LMT'),(911,1,14400,0,'+04'),(911,2,10800,0,'+03'),(912,0,15268,0,'LMT'),(912,1,14400,0,'+04'),(912,2,18000,0,'+05'),(912,3,21600,1,'+06'),(912,4,21600,0,'+06'),(912,5,18000,0,'+05'),(912,6,21600,1,'+06'),(912,7,18000,1,'+05'),(912,8,14400,0,'+04'),(912,9,21600,0,'+06'),(912,10,21600,1,'+06'),(913,0,15712,0,'LMT'),(913,1,14400,0,'+04'),(913,2,18000,0,'+05'),(913,3,21600,1,'+06'),(913,4,21600,0,'+06'),(913,5,18000,0,'+05'),(913,6,21600,1,'+06'),(913,7,18000,1,'+05'),(913,8,14400,0,'+04'),(913,9,21600,0,'+06'),(913,10,21600,1,'+06'),(913,11,18000,0,'+05'),(914,0,23087,0,'LMT'),(914,1,23087,0,'RMT'),(914,2,23400,0,'+0630'),(914,3,32400,0,'+09'),(914,4,23400,0,'+0630'),(915,0,11212,0,'LMT'),(915,1,10800,0,'+03'),(916,0,25600,0,'LMT'),(916,1,25590,0,'PLMT'),(916,2,25200,0,'+07'),(916,3,28800,0,'+08'),(916,4,32400,0,'+09'),(916,5,25200,0,'+07'),(917,0,34248,0,'LMT'),(917,1,32400,0,'+09'),(917,2,43200,1,'+12'),(917,3,39600,0,'+11'),(917,4,39600,0,'+11'),(917,5,43200,1,'+12'),(917,6,39600,1,'+11'),(917,7,36000,0,'+10'),(917,8,39600,0,'+11'),(918,0,16073,0,'LMT'),(918,1,14400,0,'+04'),(918,2,18000,0,'+05'),(918,3,21600,1,'+06'),(918,4,21600,0,'+06'),(918,5,18000,0,'+05'),(918,6,21600,1,'+06'),(919,0,30472,0,'LMT'),(919,1,30600,0,'KST'),(919,2,32400,0,'JST'),(919,3,36000,1,'KDT'),(919,4,32400,0,'KST'),(919,5,34200,1,'KDT'),(919,6,36000,1,'KDT'),(920,0,29143,0,'LMT'),(920,1,32400,1,'CDT'),(920,2,28800,0,'CST'),(921,0,24925,0,'LMT'),(921,1,24925,0,'SMT'),(921,2,25200,0,'+07'),(921,3,26400,1,'+0720'),(921,4,26400,0,'+0720'),(921,5,27000,0,'+0730'),(921,6,32400,0,'+09'),(921,7,28800,0,'+08'),(922,0,36892,0,'LMT'),(922,1,36000,0,'+10'),(922,2,43200,1,'+12'),(922,3,39600,0,'+11'),(922,4,39600,0,'+11'),(922,5,43200,1,'+12'),(922,6,39600,1,'+11'),(922,7,36000,0,'+10'),(922,8,43200,0,'+12'),(922,9,43200,1,'+12'),(922,10,39600,0,'+11'),(923,0,29160,0,'LMT'),(923,1,28800,0,'CST'),(923,2,32400,0,'JST'),(923,3,32400,1,'CDT'),(923,4,28800,0,'CST'),(924,0,16631,0,'LMT'),(924,1,18000,0,'+05'),(924,2,25200,1,'+07'),(924,3,21600,0,'+06'),(924,4,21600,0,'+06'),(924,5,25200,1,'+07'),(924,6,21600,1,'+06'),(924,7,18000,0,'+05'),(925,0,10751,0,'LMT'),(925,1,10751,0,'TBMT'),(925,2,10800,0,'+03'),(925,3,18000,1,'+05'),(925,4,14400,0,'+04'),(925,5,14400,0,'+04'),(925,6,18000,1,'+05'),(925,7,14400,1,'+04'),(925,8,10800,0,'+03'),(925,9,14400,1,'+04'),(925,10,14400,0,'+04'),(926,0,12344,0,'LMT'),(926,1,12344,0,'TMT'),(926,2,12600,0,'+0330'),(926,3,18000,1,'+05'),(926,4,14400,0,'+04'),(926,5,16200,1,'+0430'),(926,6,12600,0,'+0330'),(927,0,8454,0,'LMT'),(927,1,8440,0,'JMT'),(927,2,10800,1,'IDT'),(927,3,7200,0,'IST'),(927,4,14400,1,'IDDT'),(927,5,10800,1,'IDT'),(927,6,7200,0,'IST'),(927,7,10800,1,'IDT'),(927,8,7200,0,'IST'),(928,0,21516,0,'LMT'),(928,1,19800,0,'+0530'),(928,2,21600,0,'+06'),(929,0,21516,0,'LMT'),(929,1,19800,0,'+0530'),(929,2,21600,0,'+06'),(930,0,33539,0,'LMT'),(930,1,36000,1,'JDT'),(930,2,32400,0,'JST'),(930,3,32400,0,'JST'),(931,0,20391,0,'LMT'),(931,1,21600,0,'+06'),(931,2,28800,1,'+08'),(931,3,25200,0,'+07'),(931,4,25200,0,'+07'),(931,5,28800,1,'+08'),(931,6,25200,1,'+07'),(931,7,21600,0,'+06'),(931,8,25200,1,'+07'),(931,9,25200,0,'+07'),(932,0,28656,0,'LMT'),(932,1,28656,0,'MMT'),(932,2,28800,0,'+08'),(932,3,32400,0,'+09'),(932,4,28800,0,'WITA'),(933,0,25652,0,'LMT'),(933,1,25200,0,'+07'),(933,2,32400,1,'+09'),(933,3,28800,0,'+08'),(934,0,25652,0,'LMT'),(934,1,25200,0,'+07'),(934,2,32400,1,'+09'),(934,3,28800,0,'+08'),(935,0,21020,0,'LMT'),(935,1,21600,0,'+06'),(936,0,34374,0,'LMT'),(936,1,28800,0,'+08'),(936,2,32400,0,'+09'),(936,3,39600,0,'+11'),(936,4,43200,1,'+12'),(936,5,39600,0,'+11'),(936,6,43200,1,'+12'),(936,7,39600,1,'+11'),(936,8,36000,0,'+10'),(936,9,43200,0,'+12'),(936,10,43200,1,'+12'),(936,11,36000,0,'+10'),(937,0,24124,0,'LMT'),(937,1,24124,0,'BMT'),(937,2,25200,0,'+07'),(938,0,31651,0,'LMT'),(938,1,32400,0,'+09'),(938,2,39600,1,'+11'),(938,3,36000,0,'+10'),(938,4,36000,0,'+10'),(938,5,39600,1,'+11'),(938,6,36000,1,'+10'),(938,7,32400,0,'+09'),(938,8,39600,0,'+11'),(938,9,39600,1,'+11'),(938,10,36000,0,'+10'),(939,0,31138,0,'LMT'),(939,1,28800,0,'+08'),(939,2,36000,1,'+10'),(939,3,32400,0,'+09'),(939,4,32400,0,'+09'),(939,5,36000,1,'+10'),(939,6,32400,1,'+09'),(939,7,28800,0,'+08'),(939,8,36000,0,'+10'),(939,9,36000,1,'+10'),(939,10,32400,0,'+09'),(940,0,23087,0,'LMT'),(940,1,23087,0,'RMT'),(940,2,23400,0,'+0630'),(940,3,32400,0,'+09'),(940,4,23400,0,'+0630'),(941,0,14553,0,'LMT'),(941,1,13505,0,'PMT'),(941,2,14400,0,'+04'),(941,3,21600,1,'+06'),(941,4,18000,0,'+05'),(941,5,18000,0,'+05'),(941,6,21600,1,'+06'),(941,7,18000,1,'+05'),(941,8,14400,0,'+04'),(941,9,21600,0,'+06'),(941,10,21600,1,'+06'),(941,11,18000,0,'+05'),(942,0,10680,0,'LMT'),(942,1,10800,0,'+03'),(942,2,18000,1,'+05'),(942,3,14400,0,'+04'),(942,4,14400,0,'+04'),(942,5,18000,1,'+05'),(942,6,14400,1,'+04'),(942,7,10800,0,'+03'),(942,8,18000,1,'+05'),(942,9,14400,0,'+04'),(943,0,-6160,0,'LMT'),(943,1,-6872,0,'HMT'),(943,2,-3600,1,'-01'),(943,3,-7200,0,'-02'),(943,4,-3600,1,'-01'),(943,5,-7200,0,'-02'),(943,6,-7200,0,'-02'),(943,7,0,1,'+00'),(943,8,-3600,0,'-01'),(943,9,-3600,0,'-01'),(943,10,0,0,'WET'),(943,11,0,1,'+00'),(943,12,-3600,0,'-01'),(944,0,-15558,0,'LMT'),(944,1,-11958,1,'BST'),(944,2,-15558,0,'BMT'),(944,3,-10800,1,'ADT'),(944,4,-14400,0,'AST'),(945,0,-3696,0,'LMT'),(945,1,-3600,0,'-01'),(945,2,0,0,'WET'),(945,3,3600,1,'WEST'),(945,4,0,0,'WET'),(945,5,3600,1,'WEST'),(946,0,-5644,0,'LMT'),(946,1,-7200,0,'-02'),(946,2,-3600,1,'-01'),(946,3,-7200,0,'-02'),(946,4,-3600,0,'-01'),(947,0,-1624,0,'LMT'),(947,1,0,0,'WET'),(947,2,3600,1,'WEST'),(947,3,0,0,'WET'),(948,0,-1624,0,'LMT'),(948,1,0,0,'WET'),(948,2,3600,1,'WEST'),(948,3,0,0,'WET'),(949,0,2580,0,'LMT'),(949,1,7200,1,'CEST'),(949,2,3600,0,'CET'),(949,3,3600,0,'CET'),(949,4,7200,1,'CEST'),(949,5,7200,1,'CEST'),(949,6,3600,0,'CET'),(950,0,-4056,0,'LMT'),(950,1,-4056,0,'FMT'),(950,2,0,1,'+00'),(950,3,-3600,0,'-01'),(950,4,0,1,'+00'),(950,5,-3600,0,'-01'),(950,6,-3600,0,'-01'),(950,7,3600,1,'+01'),(950,8,3600,1,'WEST'),(950,9,0,0,'WET'),(950,10,0,0,'WET'),(950,11,0,0,'WET'),(950,12,3600,1,'WEST'),(951,0,-5280,0,'LMT'),(951,1,0,1,'+00'),(951,2,-3600,0,'-01'),(951,3,-3600,0,'-01'),(951,4,0,1,'+00'),(951,5,0,0,'GMT'),(952,0,-8768,0,'LMT'),(952,1,-7200,0,'-02'),(953,0,-968,0,'LMT'),(953,1,0,0,'GMT'),(954,0,-13884,0,'LMT'),(954,1,-13884,0,'SMT'),(954,2,-10800,1,'-03'),(954,3,-14400,0,'-04'),(954,4,-7200,1,'-02'),(954,5,-10800,0,'-03'),(954,6,-10800,1,'-03'),(955,0,36292,0,'LMT'),(955,1,39600,1,'AEDT'),(955,2,36000,0,'AEST'),(955,3,36000,0,'AEST'),(956,0,32400,0,'ACST'),(956,1,37800,1,'ACDT'),(956,2,34200,0,'ACST'),(956,3,34200,0,'ACST'),(957,0,36728,0,'LMT'),(957,1,39600,1,'AEDT'),(957,2,36000,0,'AEST'),(957,3,36000,0,'AEST'),(958,0,32400,0,'ACST'),(958,1,37800,1,'ACDT'),(958,2,34200,0,'ACST'),(958,3,34200,0,'ACST'),(958,4,37800,1,'ACDT'),(959,0,36292,0,'LMT'),(959,1,39600,1,'AEDT'),(959,2,36000,0,'AEST'),(959,3,36000,0,'AEST'),(960,0,35356,0,'LMT'),(960,1,39600,1,'AEDT'),(960,2,36000,0,'AEST'),(960,3,36000,0,'AEST'),(961,0,32400,0,'ACST'),(961,1,37800,1,'ACDT'),(961,2,34200,0,'ACST'),(961,3,34200,0,'ACST'),(962,0,30928,0,'LMT'),(962,1,35100,1,'+0945'),(962,2,31500,0,'+0845'),(962,3,31500,0,'+0845'),(963,0,35356,0,'LMT'),(963,1,39600,1,'AEDT'),(963,2,36000,0,'AEST'),(963,3,36000,0,'AEST'),(964,0,38180,0,'LMT'),(964,1,36000,0,'AEST'),(964,2,41400,1,'+1130'),(964,3,37800,0,'+1030'),(964,4,39600,1,'+11'),(965,0,35756,0,'LMT'),(965,1,39600,1,'AEDT'),(965,2,36000,0,'AEST'),(965,3,36000,0,'AEST'),(966,0,38180,0,'LMT'),(966,1,36000,0,'AEST'),(966,2,41400,1,'+1130'),(966,3,37800,0,'+1030'),(966,4,39600,1,'+11'),(967,0,34792,0,'LMT'),(967,1,39600,1,'AEDT'),(967,2,36000,0,'AEST'),(967,3,36000,0,'AEST'),(968,0,36292,0,'LMT'),(968,1,39600,1,'AEDT'),(968,2,36000,0,'AEST'),(968,3,36000,0,'AEST'),(969,0,32400,0,'ACST'),(969,1,37800,1,'ACDT'),(969,2,34200,0,'ACST'),(969,3,34200,0,'ACST'),(970,0,27804,0,'LMT'),(970,1,32400,1,'AWDT'),(970,2,28800,0,'AWST'),(970,3,28800,0,'AWST'),(971,0,36728,0,'LMT'),(971,1,39600,1,'AEDT'),(971,2,36000,0,'AEST'),(971,3,36000,0,'AEST'),(972,0,32400,0,'ACST'),(972,1,37800,1,'ACDT'),(972,2,34200,0,'ACST'),(972,3,34200,0,'ACST'),(973,0,36292,0,'LMT'),(973,1,39600,1,'AEDT'),(973,2,36000,0,'AEST'),(973,3,36000,0,'AEST'),(974,0,35356,0,'LMT'),(974,1,39600,1,'AEDT'),(974,2,36000,0,'AEST'),(974,3,36000,0,'AEST'),(975,0,34792,0,'LMT'),(975,1,39600,1,'AEDT'),(975,2,36000,0,'AEST'),(975,3,36000,0,'AEST'),(976,0,27804,0,'LMT'),(976,1,32400,1,'AWDT'),(976,2,28800,0,'AWST'),(976,3,28800,0,'AWST'),(977,0,32400,0,'ACST'),(977,1,37800,1,'ACDT'),(977,2,34200,0,'ACST'),(977,3,34200,0,'ACST'),(977,4,37800,1,'ACDT'),(978,0,-16272,0,'LMT'),(978,1,-14400,1,'-04'),(978,2,-18000,0,'-05'),(978,3,-14400,0,'-04'),(978,4,-18000,0,'-05'),(979,0,-7780,0,'LMT'),(979,1,-3600,1,'-01'),(979,2,-7200,0,'-02'),(980,0,-11188,0,'LMT'),(980,1,-7200,1,'-02'),(980,2,-10800,0,'-03'),(981,0,-14404,0,'LMT'),(981,1,-10800,1,'-03'),(981,2,-14400,0,'-04'),(982,0,7200,1,'CEST'),(982,1,3600,0,'CET'),(982,2,7200,1,'CEST'),(982,3,3600,0,'CET'),(983,0,-18000,1,'CDT'),(983,1,-21600,0,'CST'),(983,2,-18000,1,'CWT'),(983,3,-18000,1,'CPT'),(984,0,-15264,0,'LMT'),(984,1,-10800,1,'ADT'),(984,2,-14400,0,'AST'),(984,3,-10800,1,'AWT'),(984,4,-10800,1,'APT'),(985,0,-23316,0,'LMT'),(985,1,-18000,1,'CDT'),(985,2,-21600,0,'CST'),(985,3,-18000,1,'CWT'),(985,4,-18000,1,'CPT'),(985,5,-18000,1,'CDT'),(985,6,-21600,0,'CST'),(986,0,-19052,0,'LMT'),(986,1,-14400,1,'EDT'),(986,2,-18000,0,'EST'),(986,3,-14400,1,'EWT'),(986,4,-14400,1,'EPT'),(987,0,-27232,0,'LMT'),(987,1,-21600,1,'MDT'),(987,2,-25200,0,'MST'),(987,3,-21600,1,'MWT'),(987,4,-21600,1,'MPT'),(988,0,-12652,0,'LMT'),(988,1,-9052,1,'NDT'),(988,2,-12652,0,'NST'),(988,3,-9000,1,'NDT'),(988,4,-12600,0,'NST'),(988,5,-9000,1,'NPT'),(988,6,-9000,1,'NWT'),(988,7,-5400,1,'NDDT'),(988,8,-9000,1,'NDT'),(989,0,-29548,0,'LMT'),(989,1,-25200,1,'PDT'),(989,2,-28800,0,'PST'),(989,3,-25200,1,'PWT'),(989,4,-25200,1,'PPT'),(990,0,-25116,0,'LMT'),(990,1,-21600,1,'MDT'),(990,2,-25200,0,'MST'),(990,3,-21600,1,'MWT'),(990,4,-21600,1,'MPT'),(990,5,-21600,0,'CST'),(991,0,-32412,0,'LMT'),(991,1,-28800,1,'YDT'),(991,2,-32400,0,'YST'),(991,3,-28800,1,'YWT'),(991,4,-28800,1,'YPT'),(991,5,-25200,1,'YDDT'),(991,6,-28800,0,'PST'),(991,7,-25200,1,'PDT'),(991,8,-25200,0,'MST'),(992,0,-16966,0,'LMT'),(992,1,-16966,0,'SMT'),(992,2,-18000,0,'-05'),(992,3,-14400,0,'-04'),(992,4,-14400,1,'-04'),(992,5,-10800,1,'-03'),(992,6,-10800,1,'-03'),(992,7,-14400,0,'-04'),(993,0,-26248,0,'LMT'),(993,1,-26248,0,'EMT'),(993,2,-21600,1,'-06'),(993,3,-25200,0,'-07'),(993,4,-25200,0,'-07'),(993,5,-21600,0,'-06'),(993,6,-18000,1,'-05'),(994,0,-19768,0,'LMT'),(994,1,-19776,0,'HMT'),(994,2,-14400,1,'CDT'),(994,3,-18000,0,'CST'),(994,4,-18000,0,'CST'),(994,5,-14400,1,'CDT'),(995,0,10800,1,'EEST'),(995,1,7200,0,'EET'),(996,0,-18000,0,'EST'),(997,0,-14400,1,'EDT'),(997,1,-18000,0,'EST'),(997,2,-14400,1,'EWT'),(997,3,-14400,1,'EPT'),(998,0,7509,0,'LMT'),(998,1,10800,1,'EEST'),(998,2,7200,0,'EET'),(998,3,10800,1,'EEST'),(999,0,-1500,0,'LMT'),(999,1,-1521,0,'DMT'),(999,2,2079,1,'IST'),(999,3,3600,1,'BST'),(999,4,0,0,'GMT'),(999,5,3600,1,'IST'),(999,6,0,0,'GMT'),(999,7,0,1,'GMT'),(999,8,3600,0,'IST'),(999,9,3600,0,'IST'),(1000,0,0,0,'GMT'),(1001,0,0,0,'GMT'),(1002,0,-3600,0,'-01'),(1003,0,-36000,0,'-10'),(1004,0,-39600,0,'-11'),(1005,0,-43200,0,'-12'),(1006,0,-7200,0,'-02'),(1007,0,-10800,0,'-03'),(1008,0,-14400,0,'-04'),(1009,0,-18000,0,'-05'),(1010,0,-21600,0,'-06'),(1011,0,-25200,0,'-07'),(1012,0,-28800,0,'-08'),(1013,0,-32400,0,'-09'),(1014,0,0,0,'GMT'),(1015,0,3600,0,'+01'),(1016,0,36000,0,'+10'),(1017,0,39600,0,'+11'),(1018,0,43200,0,'+12'),(1019,0,46800,0,'+13'),(1020,0,50400,0,'+14'),(1021,0,7200,0,'+02'),(1022,0,10800,0,'+03'),(1023,0,14400,0,'+04'),(1024,0,18000,0,'+05'),(1025,0,21600,0,'+06'),(1026,0,25200,0,'+07'),(1027,0,28800,0,'+08'),(1028,0,32400,0,'+09'),(1029,0,0,0,'GMT'),(1030,0,0,0,'GMT'),(1031,0,0,0,'UTC'),(1032,0,0,0,'UTC'),(1033,0,0,0,'UTC'),(1034,0,0,0,'UTC'),(1035,0,1172,0,'LMT'),(1035,1,4772,1,'NST'),(1035,2,1172,0,'AMT'),(1035,3,4772,1,'NST'),(1035,4,1172,0,'AMT'),(1035,5,1200,0,'+0020'),(1035,6,4800,1,'+0120'),(1035,7,4800,1,'+0120'),(1035,8,3600,0,'CET'),(1035,9,7200,1,'CEST'),(1035,10,7200,1,'CEST'),(1035,11,7200,1,'CEST'),(1035,12,3600,0,'CET'),(1035,13,3600,0,'CET'),(1036,0,364,0,'LMT'),(1036,1,0,0,'WET'),(1036,2,3600,0,'CET'),(1036,3,7200,1,'CEST'),(1036,4,3600,0,'CET'),(1037,0,11532,0,'LMT'),(1037,1,10800,0,'+03'),(1037,2,18000,1,'+05'),(1037,3,14400,0,'+04'),(1037,4,14400,0,'+04'),(1037,5,18000,1,'+05'),(1037,6,14400,1,'+04'),(1037,7,10800,0,'+03'),(1037,8,14400,0,'+04'),(1038,0,5692,0,'LMT'),(1038,1,5692,0,'AMT'),(1038,2,10800,1,'EEST'),(1038,3,7200,0,'EET'),(1038,4,3600,0,'CET'),(1038,5,7200,1,'CEST'),(1038,6,10800,1,'EEST'),(1038,7,7200,0,'EET'),(1038,8,10800,1,'EEST'),(1038,9,7200,0,'EET'),(1039,0,-75,0,'LMT'),(1039,1,3600,1,'BST'),(1039,2,0,0,'GMT'),(1039,3,7200,1,'BDST'),(1039,4,3600,0,'BST'),(1039,5,3600,1,'BST'),(1039,6,0,0,'GMT'),(1039,7,0,0,'GMT'),(1040,0,4920,0,'LMT'),(1040,1,3600,0,'CET'),(1040,2,3600,0,'CET'),(1040,3,7200,1,'CEST'),(1040,4,7200,1,'CEST'),(1040,5,7200,1,'CEST'),(1040,6,3600,0,'CET'),(1041,0,3208,0,'LMT'),(1041,1,7200,1,'CEST'),(1041,2,3600,0,'CET'),(1041,3,7200,1,'CEST'),(1041,4,3600,0,'CET'),(1041,5,10800,1,'CEMT'),(1041,6,10800,1,'CEMT'),(1041,7,7200,1,'CEST'),(1041,8,3600,0,'CET'),(1042,0,3464,0,'PMT'),(1042,1,7200,1,'CEST'),(1042,2,3600,0,'CET'),(1042,3,7200,1,'CEST'),(1042,4,3600,0,'CET'),(1042,5,0,1,'GMT'),(1042,6,7200,1,'CEST'),(1042,7,3600,0,'CET'),(1043,0,1050,0,'BMT'),(1043,1,0,0,'WET'),(1043,2,3600,0,'CET'),(1043,3,7200,1,'CEST'),(1043,4,3600,0,'CET'),(1043,5,7200,1,'CEST'),(1043,6,3600,1,'WEST'),(1043,7,0,0,'WET'),(1043,8,0,0,'WET'),(1043,9,7200,1,'CEST'),(1043,10,3600,0,'CET'),(1044,0,6264,0,'LMT'),(1044,1,6264,0,'BMT'),(1044,2,10800,1,'EEST'),(1044,3,7200,0,'EET'),(1044,4,10800,1,'EEST'),(1044,5,7200,0,'EET'),(1044,6,10800,1,'EEST'),(1044,7,7200,0,'EET'),(1045,0,4580,0,'LMT'),(1045,1,7200,1,'CEST'),(1045,2,3600,0,'CET'),(1045,3,7200,1,'CEST'),(1045,4,3600,0,'CET'),(1045,5,7200,1,'CEST'),(1045,6,3600,0,'CET'),(1046,0,1786,0,'BMT'),(1046,1,7200,1,'CEST'),(1046,2,3600,0,'CET'),(1046,3,7200,1,'CEST'),(1046,4,3600,0,'CET'),(1047,0,6920,0,'LMT'),(1047,1,6900,0,'CMT'),(1047,2,6264,0,'BMT'),(1047,3,10800,1,'EEST'),(1047,4,7200,0,'EET'),(1047,5,7200,0,'EET'),(1047,6,10800,1,'EEST'),(1047,7,3600,0,'CET'),(1047,8,7200,1,'CEST'),(1047,9,7200,1,'CEST'),(1047,10,14400,1,'MSD'),(1047,11,10800,0,'MSK'),(1047,12,10800,0,'MSK'),(1047,13,14400,1,'MSD'),(1047,14,10800,1,'EEST'),(1047,15,7200,0,'EET'),(1048,0,3020,0,'CMT'),(1048,1,7200,1,'CEST'),(1048,2,3600,0,'CET'),(1048,3,3600,0,'CET'),(1048,4,7200,1,'CEST'),(1048,5,7200,1,'CEST'),(1048,6,3600,0,'CET'),(1049,0,-1500,0,'LMT'),(1049,1,-1521,0,'DMT'),(1049,2,2079,1,'IST'),(1049,3,3600,1,'BST'),(1049,4,0,0,'GMT'),(1049,5,3600,1,'IST'),(1049,6,0,0,'GMT'),(1049,7,0,1,'GMT'),(1049,8,3600,0,'IST'),(1049,9,3600,0,'IST'),(1050,0,-1284,0,'LMT'),(1050,1,3600,1,'BST'),(1050,2,0,0,'GMT'),(1050,3,7200,1,'BDST'),(1050,4,3600,0,'CET'),(1050,5,7200,1,'CEST'),(1050,6,3600,0,'CET'),(1051,0,-75,0,'LMT'),(1051,1,3600,1,'BST'),(1051,2,0,0,'GMT'),(1051,3,7200,1,'BDST'),(1051,4,3600,0,'BST'),(1051,5,3600,1,'BST'),(1051,6,0,0,'GMT'),(1051,7,0,0,'GMT'),(1052,0,5989,0,'LMT'),(1052,1,5989,0,'HMT'),(1052,2,10800,1,'EEST'),(1052,3,7200,0,'EET'),(1052,4,10800,1,'EEST'),(1052,5,7200,0,'EET'),(1053,0,-75,0,'LMT'),(1053,1,3600,1,'BST'),(1053,2,0,0,'GMT'),(1053,3,7200,1,'BDST'),(1053,4,3600,0,'BST'),(1053,5,3600,1,'BST'),(1053,6,0,0,'GMT'),(1053,7,0,0,'GMT'),(1054,0,6952,0,'LMT'),(1054,1,7016,0,'IMT'),(1054,2,10800,1,'EEST'),(1054,3,7200,0,'EET'),(1054,4,10800,0,'+03'),(1054,5,14400,1,'+04'),(1054,6,10800,1,'EEST'),(1054,7,7200,0,'EET'),(1054,8,10800,1,'EEST'),(1054,9,7200,0,'EET'),(1054,10,10800,0,'+03'),(1055,0,-75,0,'LMT'),(1055,1,3600,1,'BST'),(1055,2,0,0,'GMT'),(1055,3,7200,1,'BDST'),(1055,4,3600,0,'BST'),(1055,5,3600,1,'BST'),(1055,6,0,0,'GMT'),(1055,7,0,0,'GMT'),(1056,0,4920,0,'LMT'),(1056,1,7200,1,'CEST'),(1056,2,3600,0,'CET'),(1056,3,7200,1,'CEST'),(1056,4,3600,0,'CET'),(1056,5,10800,1,'EEST'),(1056,6,7200,0,'EET'),(1056,7,14400,1,'MSD'),(1056,8,10800,0,'MSK'),(1056,9,10800,0,'MSK'),(1056,10,14400,1,'MSD'),(1056,11,10800,1,'EEST'),(1056,12,7200,0,'EET'),(1056,13,10800,0,'+03'),(1056,14,7200,0,'EET'),(1057,0,7324,0,'LMT'),(1057,1,7324,0,'KMT'),(1057,2,7200,0,'EET'),(1057,3,10800,0,'MSK'),(1057,4,3600,0,'CET'),(1057,5,7200,1,'CEST'),(1057,6,7200,1,'CEST'),(1057,7,14400,1,'MSD'),(1057,8,10800,0,'MSK'),(1057,9,14400,1,'MSD'),(1057,10,10800,1,'EEST'),(1057,11,10800,1,'EEST'),(1057,12,7200,0,'EET'),(1058,0,11928,0,'LMT'),(1058,1,10800,0,'+03'),(1058,2,18000,1,'+05'),(1058,3,14400,0,'+04'),(1058,4,14400,0,'+04'),(1058,5,18000,1,'+05'),(1058,6,14400,1,'+04'),(1058,7,10800,0,'+03'),(1059,0,-2205,0,'LMT'),(1059,1,3600,1,'WEST'),(1059,2,0,0,'WET'),(1059,3,3600,1,'WEST'),(1059,4,0,0,'WET'),(1059,5,7200,1,'WEMT'),(1059,6,0,0,'WET'),(1059,7,3600,0,'CET'),(1059,8,3600,0,'CET'),(1059,9,7200,1,'CEST'),(1059,10,3600,1,'WEST'),(1059,11,0,0,'WET'),(1060,0,4920,0,'LMT'),(1060,1,3600,0,'CET'),(1060,2,3600,0,'CET'),(1060,3,7200,1,'CEST'),(1060,4,7200,1,'CEST'),(1060,5,7200,1,'CEST'),(1060,6,3600,0,'CET'),(1061,0,-75,0,'LMT'),(1061,1,3600,1,'BST'),(1061,2,0,0,'GMT'),(1061,3,7200,1,'BDST'),(1061,4,3600,0,'BST'),(1061,5,3600,1,'BST'),(1061,6,0,0,'GMT'),(1061,7,0,0,'GMT'),(1062,0,1476,0,'LMT'),(1062,1,7200,1,'CEST'),(1062,2,3600,0,'CET'),(1062,3,7200,1,'CEST'),(1062,4,3600,0,'CET'),(1062,5,3600,1,'WEST'),(1062,6,0,0,'WET'),(1062,7,0,0,'WET'),(1062,8,3600,1,'WEST'),(1062,9,3600,0,'WET'),(1062,10,7200,1,'WEST'),(1062,11,7200,1,'WEST'),(1062,12,7200,1,'CEST'),(1062,13,3600,0,'CET'),(1063,0,-884,0,'LMT'),(1063,1,3600,1,'WEST'),(1063,2,0,0,'WET'),(1063,3,7200,1,'WEMT'),(1063,4,0,0,'WET'),(1063,5,7200,1,'CEST'),(1063,6,3600,0,'CET'),(1063,7,7200,1,'CEST'),(1063,8,3600,0,'CET'),(1063,9,7200,1,'CEST'),(1063,10,3600,0,'CET'),(1064,0,3484,0,'LMT'),(1064,1,7200,1,'CEST'),(1064,2,3600,0,'CET'),(1064,3,3600,0,'CET'),(1064,4,7200,1,'CEST'),(1064,5,7200,1,'CEST'),(1064,6,3600,0,'CET'),(1065,0,5989,0,'LMT'),(1065,1,5989,0,'HMT'),(1065,2,10800,1,'EEST'),(1065,3,7200,0,'EET'),(1065,4,10800,1,'EEST'),(1065,5,7200,0,'EET'),(1066,0,6616,0,'LMT'),(1066,1,6600,0,'MMT'),(1066,2,7200,0,'EET'),(1066,3,10800,0,'MSK'),(1066,4,3600,0,'CET'),(1066,5,7200,1,'CEST'),(1066,6,7200,1,'CEST'),(1066,7,14400,1,'MSD'),(1066,8,10800,0,'MSK'),(1066,9,14400,1,'MSD'),(1066,10,10800,1,'EEST'),(1066,11,7200,0,'EET'),(1066,12,10800,0,'+03'),(1067,0,1772,0,'LMT'),(1067,1,561,0,'PMT'),(1067,2,3600,1,'WEST'),(1067,3,0,0,'WET'),(1067,4,3600,1,'WEST'),(1067,5,7200,1,'WEMT'),(1067,6,0,0,'WET'),(1067,7,7200,1,'CEST'),(1067,8,3600,0,'CET'),(1067,9,7200,1,'CEST'),(1067,10,3600,0,'CET'),(1068,0,9017,0,'LMT'),(1068,1,9017,0,'MMT'),(1068,2,12679,1,'MST'),(1068,3,9079,0,'MMT'),(1068,4,16279,1,'MDST'),(1068,5,14400,1,'MSD'),(1068,6,10800,0,'MSK'),(1068,7,14400,1,'MSD'),(1068,8,18000,1,'+05'),(1068,9,7200,0,'EET'),(1068,10,10800,0,'MSK'),(1068,11,14400,1,'MSD'),(1068,12,10800,1,'EEST'),(1068,13,7200,0,'EET'),(1068,14,14400,0,'MSK'),(1068,15,14400,1,'MSD'),(1068,16,10800,0,'MSK'),(1069,0,8008,0,'LMT'),(1069,1,10800,1,'EEST'),(1069,2,7200,0,'EET'),(1069,3,7200,0,'EET'),(1069,4,10800,1,'EEST'),(1070,0,2580,0,'LMT'),(1070,1,7200,1,'CEST'),(1070,2,3600,0,'CET'),(1070,3,3600,0,'CET'),(1070,4,7200,1,'CEST'),(1070,5,7200,1,'CEST'),(1070,6,3600,0,'CET'),(1071,0,561,0,'LMT'),(1071,1,561,0,'PMT'),(1071,2,3600,1,'WEST'),(1071,3,0,0,'WET'),(1071,4,3600,1,'WEST'),(1071,5,0,0,'WET'),(1071,6,3600,0,'CET'),(1071,7,7200,1,'CEST'),(1071,8,7200,1,'CEST'),(1071,9,7200,1,'WEMT'),(1071,10,3600,0,'CET'),(1071,11,7200,1,'CEST'),(1071,12,3600,0,'CET'),(1072,0,4920,0,'LMT'),(1072,1,3600,0,'CET'),(1072,2,3600,0,'CET'),(1072,3,7200,1,'CEST'),(1072,4,7200,1,'CEST'),(1072,5,7200,1,'CEST'),(1072,6,3600,0,'CET'),(1073,0,3464,0,'PMT'),(1073,1,7200,1,'CEST'),(1073,2,3600,0,'CET'),(1073,3,7200,1,'CEST'),(1073,4,3600,0,'CET'),(1073,5,0,1,'GMT'),(1073,6,7200,1,'CEST'),(1073,7,3600,0,'CET'),(1074,0,5794,0,'LMT'),(1074,1,5794,0,'RMT'),(1074,2,9394,1,'LST'),(1074,3,7200,0,'EET'),(1074,4,10800,0,'MSK'),(1074,5,3600,0,'CET'),(1074,6,7200,1,'CEST'),(1074,7,7200,1,'CEST'),(1074,8,14400,1,'MSD'),(1074,9,10800,0,'MSK'),(1074,10,14400,1,'MSD'),(1074,11,10800,1,'EEST'),(1074,12,7200,0,'EET'),(1074,13,10800,1,'EEST'),(1074,14,7200,0,'EET'),(1075,0,2996,0,'RMT'),(1075,1,7200,1,'CEST'),(1075,2,3600,0,'CET'),(1075,3,3600,0,'CET'),(1075,4,7200,1,'CEST'),(1075,5,7200,1,'CEST'),(1075,6,3600,0,'CET'),(1076,0,12020,0,'LMT'),(1076,1,10800,0,'+03'),(1076,2,14400,0,'+04'),(1076,3,18000,1,'+05'),(1076,4,14400,0,'+04'),(1076,5,18000,1,'+05'),(1076,6,14400,1,'+04'),(1076,7,10800,0,'+03'),(1076,8,10800,1,'+03'),(1076,9,7200,0,'+02'),(1076,10,14400,1,'+04'),(1076,11,14400,0,'+04'),(1077,0,2996,0,'RMT'),(1077,1,7200,1,'CEST'),(1077,2,3600,0,'CET'),(1077,3,3600,0,'CET'),(1077,4,7200,1,'CEST'),(1077,5,7200,1,'CEST'),(1077,6,3600,0,'CET'),(1078,0,4920,0,'LMT'),(1078,1,3600,0,'CET'),(1078,2,3600,0,'CET'),(1078,3,7200,1,'CEST'),(1078,4,7200,1,'CEST'),(1078,5,7200,1,'CEST'),(1078,6,3600,0,'CET'),(1079,0,11058,0,'LMT'),(1079,1,10800,0,'+03'),(1079,2,18000,1,'+05'),(1079,3,14400,0,'+04'),(1079,4,14400,0,'+04'),(1079,5,18000,1,'+05'),(1079,6,14400,1,'+04'),(1079,7,10800,0,'+03'),(1079,8,14400,0,'+04'),(1080,0,8184,0,'LMT'),(1080,1,8160,0,'SMT'),(1080,2,7200,0,'EET'),(1080,3,10800,0,'MSK'),(1080,4,3600,0,'CET'),(1080,5,7200,1,'CEST'),(1080,6,7200,1,'CEST'),(1080,7,14400,1,'MSD'),(1080,8,10800,0,'MSK'),(1080,9,14400,1,'MSD'),(1080,10,10800,1,'EEST'),(1080,11,10800,1,'EEST'),(1080,12,7200,0,'EET'),(1080,13,14400,0,'MSK'),(1080,14,10800,0,'MSK'),(1081,0,4920,0,'LMT'),(1081,1,3600,0,'CET'),(1081,2,3600,0,'CET'),(1081,3,7200,1,'CEST'),(1081,4,7200,1,'CEST'),(1081,5,7200,1,'CEST'),(1081,6,3600,0,'CET'),(1082,0,7016,0,'IMT'),(1082,1,7200,0,'EET'),(1082,2,3600,0,'CET'),(1082,3,7200,1,'CEST'),(1082,4,3600,0,'CET'),(1082,5,10800,1,'EEST'),(1082,6,7200,0,'EET'),(1082,7,10800,1,'EEST'),(1082,8,10800,1,'EEST'),(1082,9,7200,0,'EET'),(1083,0,3614,0,'SET'),(1083,1,3600,0,'CET'),(1083,2,7200,1,'CEST'),(1083,3,7200,1,'CEST'),(1083,4,3600,0,'CET'),(1084,0,5940,0,'LMT'),(1084,1,5940,0,'TMT'),(1084,2,7200,1,'CEST'),(1084,3,3600,0,'CET'),(1084,4,3600,0,'CET'),(1084,5,7200,0,'EET'),(1084,6,10800,0,'MSK'),(1084,7,7200,1,'CEST'),(1084,8,14400,1,'MSD'),(1084,9,10800,0,'MSK'),(1084,10,14400,1,'MSD'),(1084,11,10800,1,'EEST'),(1084,12,7200,0,'EET'),(1084,13,7200,0,'EET'),(1084,14,10800,1,'EEST'),(1084,15,10800,1,'EEST'),(1085,0,4760,0,'LMT'),(1085,1,3600,0,'CET'),(1085,2,7200,1,'CEST'),(1085,3,3600,0,'CET'),(1085,4,7200,1,'CEST'),(1086,0,6920,0,'LMT'),(1086,1,6900,0,'CMT'),(1086,2,6264,0,'BMT'),(1086,3,10800,1,'EEST'),(1086,4,7200,0,'EET'),(1086,5,7200,0,'EET'),(1086,6,10800,1,'EEST'),(1086,7,3600,0,'CET'),(1086,8,7200,1,'CEST'),(1086,9,7200,1,'CEST'),(1086,10,14400,1,'MSD'),(1086,11,10800,0,'MSK'),(1086,12,10800,0,'MSK'),(1086,13,14400,1,'MSD'),(1086,14,10800,1,'EEST'),(1086,15,7200,0,'EET'),(1087,0,11616,0,'LMT'),(1087,1,10800,0,'+03'),(1087,2,18000,1,'+05'),(1087,3,14400,0,'+04'),(1087,4,14400,0,'+04'),(1087,5,18000,1,'+05'),(1087,6,14400,1,'+04'),(1087,7,10800,0,'+03'),(1087,8,10800,1,'+03'),(1087,9,7200,0,'+02'),(1087,10,14400,1,'+04'),(1087,11,14400,0,'+04'),(1088,0,5352,0,'LMT'),(1088,1,3600,0,'CET'),(1088,2,7200,1,'CEST'),(1088,3,3600,0,'CET'),(1088,4,7200,1,'CEST'),(1088,5,14400,1,'MSD'),(1088,6,10800,0,'MSK'),(1088,7,10800,0,'MSK'),(1088,8,14400,1,'MSD'),(1088,9,7200,0,'EET'),(1088,10,10800,1,'EEST'),(1088,11,10800,1,'EEST'),(1088,12,7200,0,'EET'),(1089,0,1786,0,'BMT'),(1089,1,7200,1,'CEST'),(1089,2,3600,0,'CET'),(1089,3,7200,1,'CEST'),(1089,4,3600,0,'CET'),(1090,0,2996,0,'RMT'),(1090,1,7200,1,'CEST'),(1090,2,3600,0,'CET'),(1090,3,3600,0,'CET'),(1090,4,7200,1,'CEST'),(1090,5,7200,1,'CEST'),(1090,6,3600,0,'CET'),(1091,0,3921,0,'LMT'),(1091,1,7200,1,'CEST'),(1091,2,3600,0,'CET'),(1091,3,7200,1,'CEST'),(1091,4,3600,0,'CET'),(1091,5,7200,1,'CEST'),(1091,6,3600,0,'CET'),(1092,0,6076,0,'LMT'),(1092,1,5040,0,'WMT'),(1092,2,5736,0,'KMT'),(1092,3,3600,0,'CET'),(1092,4,7200,0,'EET'),(1092,5,10800,0,'MSK'),(1092,6,3600,0,'CET'),(1092,7,7200,1,'CEST'),(1092,8,7200,1,'CEST'),(1092,9,14400,1,'MSD'),(1092,10,10800,0,'MSK'),(1092,11,14400,1,'MSD'),(1092,12,10800,1,'EEST'),(1092,13,7200,0,'EET'),(1092,14,7200,1,'CEST'),(1092,15,3600,0,'CET'),(1092,16,7200,0,'EET'),(1092,17,10800,1,'EEST'),(1093,0,10660,0,'LMT'),(1093,1,10800,0,'+03'),(1093,2,14400,0,'+04'),(1093,3,18000,1,'+05'),(1093,4,14400,0,'+04'),(1093,5,18000,1,'+05'),(1093,6,14400,1,'+04'),(1093,7,10800,0,'+03'),(1094,0,5040,0,'LMT'),(1094,1,5040,0,'WMT'),(1094,2,7200,1,'CEST'),(1094,3,3600,0,'CET'),(1094,4,7200,1,'CEST'),(1094,5,3600,0,'CET'),(1094,6,10800,1,'EEST'),(1094,7,7200,0,'EET'),(1094,8,7200,0,'EET'),(1094,9,7200,1,'CEST'),(1094,10,3600,0,'CET'),(1095,0,4920,0,'LMT'),(1095,1,3600,0,'CET'),(1095,2,3600,0,'CET'),(1095,3,7200,1,'CEST'),(1095,4,7200,1,'CEST'),(1095,5,7200,1,'CEST'),(1095,6,3600,0,'CET'),(1096,0,8440,0,'LMT'),(1096,1,8400,0,'+0220'),(1096,2,7200,0,'EET'),(1096,3,10800,0,'MSK'),(1096,4,3600,0,'CET'),(1096,5,7200,1,'CEST'),(1096,6,7200,1,'CEST'),(1096,7,14400,1,'MSD'),(1096,8,10800,0,'MSK'),(1096,9,14400,1,'MSD'),(1096,10,10800,1,'EEST'),(1096,11,10800,1,'EEST'),(1096,12,7200,0,'EET'),(1097,0,1786,0,'BMT'),(1097,1,7200,1,'CEST'),(1097,2,3600,0,'CET'),(1097,3,7200,1,'CEST'),(1097,4,3600,0,'CET'),(1098,0,0,0,'-00'),(1099,0,-75,0,'LMT'),(1099,1,3600,1,'BST'),(1099,2,0,0,'GMT'),(1099,3,7200,1,'BDST'),(1099,4,3600,0,'BST'),(1099,5,3600,1,'BST'),(1099,6,0,0,'GMT'),(1099,7,0,0,'GMT'),(1100,0,-75,0,'LMT'),(1100,1,3600,1,'BST'),(1100,2,0,0,'GMT'),(1100,3,7200,1,'BDST'),(1100,4,3600,0,'BST'),(1100,5,3600,1,'BST'),(1100,6,0,0,'GMT'),(1100,7,0,0,'GMT'),(1101,0,0,0,'GMT'),(1102,0,0,0,'GMT'),(1103,0,0,0,'GMT'),(1104,0,0,0,'GMT'),(1105,0,0,0,'GMT'),(1106,0,-36000,0,'HST'),(1107,0,27402,0,'LMT'),(1107,1,28800,0,'HKT'),(1107,2,32400,1,'HKST'),(1107,3,30600,1,'HKWT'),(1107,4,32400,0,'JST'),(1107,5,28800,0,'HKT'),(1107,6,32400,1,'HKST'),(1108,0,-5280,0,'LMT'),(1108,1,0,1,'+00'),(1108,2,-3600,0,'-01'),(1108,3,-3600,0,'-01'),(1108,4,0,1,'+00'),(1108,5,0,0,'GMT'),(1109,0,8836,0,'LMT'),(1109,1,9000,0,'+0230'),(1109,2,10800,0,'EAT'),(1109,3,9900,0,'+0245'),(1109,4,10800,0,'EAT'),(1110,0,17380,0,'LMT'),(1110,1,18000,0,'+05'),(1110,2,21600,0,'+06'),(1111,0,25372,0,'LMT'),(1111,1,25200,0,'+07'),(1112,0,23260,0,'LMT'),(1112,1,23400,0,'+0630'),(1113,0,8836,0,'LMT'),(1113,1,9000,0,'+0230'),(1113,2,10800,0,'EAT'),(1113,3,9900,0,'+0245'),(1113,4,10800,0,'EAT'),(1114,0,0,0,'-00'),(1114,1,18000,0,'+05'),(1115,0,13308,0,'LMT'),(1115,1,14400,0,'+04'),(1116,0,17640,0,'LMT'),(1116,1,17640,0,'MMT'),(1116,2,18000,0,'+05'),(1117,0,13800,0,'LMT'),(1117,1,18000,1,'+05'),(1117,2,14400,0,'+04'),(1118,0,8836,0,'LMT'),(1118,1,9000,0,'+0230'),(1118,2,10800,0,'EAT'),(1118,3,9900,0,'+0245'),(1118,4,10800,0,'EAT'),(1119,0,13312,0,'LMT'),(1119,1,14400,0,'+04'),(1120,0,12344,0,'LMT'),(1120,1,12344,0,'TMT'),(1120,2,12600,0,'+0330'),(1120,3,18000,1,'+05'),(1120,4,14400,0,'+04'),(1120,5,16200,1,'+0430'),(1120,6,12600,0,'+0330'),(1121,0,8454,0,'LMT'),(1121,1,8440,0,'JMT'),(1121,2,10800,1,'IDT'),(1121,3,7200,0,'IST'),(1121,4,14400,1,'IDDT'),(1121,5,10800,1,'IDT'),(1121,6,7200,0,'IST'),(1121,7,10800,1,'IDT'),(1121,8,7200,0,'IST'),(1122,0,-18430,0,'LMT'),(1122,1,-18430,0,'KMT'),(1122,2,-18000,0,'EST'),(1122,3,-14400,1,'EDT'),(1123,0,33539,0,'LMT'),(1123,1,36000,1,'JDT'),(1123,2,32400,0,'JST'),(1123,3,32400,0,'JST'),(1124,0,40160,0,'LMT'),(1124,1,39600,0,'+11'),(1124,2,36000,0,'+10'),(1124,3,32400,0,'+09'),(1124,4,-43200,0,'-12'),(1124,5,43200,0,'+12'),(1125,0,3164,0,'LMT'),(1125,1,7200,1,'CEST'),(1125,2,3600,0,'CET'),(1125,3,7200,0,'EET'),(1126,0,7200,1,'MEST'),(1126,1,3600,0,'MET'),(1126,2,7200,1,'MEST'),(1126,3,3600,0,'MET'),(1127,0,-25200,0,'MST'),(1128,0,-21600,1,'MDT'),(1128,1,-25200,0,'MST'),(1128,2,-21600,1,'MWT'),(1128,3,-21600,1,'MPT'),(1129,0,-28084,0,'LMT'),(1129,1,-25200,0,'MST'),(1129,2,-28800,0,'PST'),(1129,3,-25200,1,'PDT'),(1129,4,-25200,1,'PWT'),(1129,5,-25200,1,'PPT'),(1130,0,-25540,0,'LMT'),(1130,1,-25200,0,'MST'),(1130,2,-21600,0,'CST'),(1130,3,-28800,0,'PST'),(1130,4,-21600,1,'MDT'),(1130,5,-25200,0,'MST'),(1131,0,-23796,0,'LMT'),(1131,1,-25200,0,'MST'),(1131,2,-21600,0,'CST'),(1131,3,-18000,1,'CDT'),(1131,4,-18000,1,'CWT'),(1132,0,41944,0,'LMT'),(1132,1,45000,1,'NZST'),(1132,2,41400,0,'NZMT'),(1132,3,43200,1,'NZST'),(1132,4,46800,1,'NZDT'),(1132,5,43200,0,'NZST'),(1132,6,43200,0,'NZST'),(1133,0,44028,0,'LMT'),(1133,1,44100,0,'+1215'),(1133,2,49500,1,'+1345'),(1133,3,45900,0,'+1245'),(1133,4,45900,0,'+1245'),(1134,0,-25196,0,'LMT'),(1134,1,-21600,1,'MDT'),(1134,2,-25200,0,'MST'),(1134,3,-21600,1,'MWT'),(1134,4,-21600,1,'MPT'),(1135,0,29143,0,'LMT'),(1135,1,32400,1,'CDT'),(1135,2,28800,0,'CST'),(1136,0,-25200,1,'PDT'),(1136,1,-28800,0,'PST'),(1136,2,-25200,1,'PWT'),(1136,3,-25200,1,'PPT'),(1137,0,45184,0,'LMT'),(1137,1,-41216,0,'LMT'),(1137,2,-41400,0,'-1130'),(1137,3,-36000,1,'-10'),(1137,4,-39600,0,'-11'),(1137,5,46800,0,'+13'),(1137,6,50400,1,'+14'),(1138,0,41944,0,'LMT'),(1138,1,45000,1,'NZST'),(1138,2,41400,0,'NZMT'),(1138,3,43200,1,'NZST'),(1138,4,46800,1,'NZDT'),(1138,5,43200,0,'NZST'),(1138,6,43200,0,'NZST'),(1139,0,35312,0,'PMMT'),(1139,1,36000,0,'+10'),(1139,2,32400,0,'+09'),(1139,3,39600,0,'+11'),(1140,0,44028,0,'LMT'),(1140,1,44100,0,'+1215'),(1140,2,49500,1,'+1345'),(1140,3,45900,0,'+1245'),(1140,4,45900,0,'+1245'),(1141,0,36428,0,'LMT'),(1141,1,36000,0,'+10'),(1141,2,32400,0,'+09'),(1141,3,36000,0,'+10'),(1142,0,-26248,0,'LMT'),(1142,1,-26248,0,'EMT'),(1142,2,-21600,1,'-06'),(1142,3,-25200,0,'-07'),(1142,4,-25200,0,'-07'),(1142,5,-21600,0,'-06'),(1142,6,-18000,1,'-05'),(1143,0,40396,0,'LMT'),(1143,1,43200,1,'+12'),(1143,2,39600,0,'+11'),(1143,3,43200,1,'+12'),(1143,4,39600,0,'+11'),(1144,0,-41060,0,'LMT'),(1144,1,-43200,0,'-12'),(1144,2,-39600,0,'-11'),(1144,3,46800,0,'+13'),(1145,0,-41096,0,'LMT'),(1145,1,-39600,0,'-11'),(1145,2,46800,0,'+13'),(1146,0,42944,0,'LMT'),(1146,1,46800,1,'+13'),(1146,2,43200,0,'+12'),(1147,0,43012,0,'LMT'),(1147,1,43200,0,'+12'),(1148,0,-21504,0,'LMT'),(1148,1,-18000,0,'-05'),(1148,2,-18000,1,'-05'),(1148,3,-21600,0,'-06'),(1149,0,-32388,0,'LMT'),(1149,1,-32400,0,'-09'),(1150,0,38388,0,'LMT'),(1150,1,39600,0,'+11'),(1151,0,34740,0,'LMT'),(1151,1,36000,0,'GST'),(1151,2,32400,0,'+09'),(1151,3,39600,1,'GDT'),(1151,4,36000,0,'ChST'),(1152,0,-37886,0,'LMT'),(1152,1,-37800,0,'HST'),(1152,2,-34200,1,'HDT'),(1152,3,-34200,1,'HWT'),(1152,4,-34200,1,'HPT'),(1152,5,-36000,0,'HST'),(1153,0,-37886,0,'LMT'),(1153,1,-37800,0,'HST'),(1153,2,-34200,1,'HDT'),(1153,3,-34200,1,'HWT'),(1153,4,-34200,1,'HPT'),(1153,5,-36000,0,'HST'),(1154,0,-37760,0,'LMT'),(1154,1,-38400,0,'-1040'),(1154,2,-36000,0,'-10'),(1154,3,50400,0,'+14'),(1155,0,39116,0,'LMT'),(1155,1,39600,0,'+11'),(1155,2,32400,0,'+09'),(1155,3,36000,0,'+10'),(1155,4,43200,0,'+12'),(1155,5,39600,0,'+11'),(1156,0,40160,0,'LMT'),(1156,1,39600,0,'+11'),(1156,2,36000,0,'+10'),(1156,3,32400,0,'+09'),(1156,4,-43200,0,'-12'),(1156,5,43200,0,'+12'),(1157,0,41088,0,'LMT'),(1157,1,39600,0,'+11'),(1157,2,32400,0,'+09'),(1157,3,36000,0,'+10'),(1157,4,43200,0,'+12'),(1158,0,-33480,0,'LMT'),(1158,1,-34200,0,'-0930'),(1159,0,45432,0,'LMT'),(1159,1,-40968,0,'LMT'),(1159,2,-39600,0,'SST'),(1160,0,40060,0,'LMT'),(1160,1,41400,0,'+1130'),(1160,2,32400,0,'+09'),(1160,3,43200,0,'+12'),(1161,0,-40780,0,'LMT'),(1161,1,-40800,0,'-1120'),(1161,2,-41400,0,'-1130'),(1161,3,-39600,0,'-11'),(1162,0,40312,0,'LMT'),(1162,1,40320,0,'+1112'),(1162,2,41400,0,'+1130'),(1162,3,45000,1,'+1230'),(1162,4,41400,0,'+1130'),(1162,5,39600,0,'+11'),(1162,6,43200,1,'+12'),(1162,7,39600,0,'+11'),(1163,0,39948,0,'LMT'),(1163,1,43200,1,'+12'),(1163,2,39600,0,'+11'),(1163,3,43200,1,'+12'),(1163,4,39600,0,'+11'),(1164,0,45432,0,'LMT'),(1164,1,-40968,0,'LMT'),(1164,2,-39600,0,'SST'),(1165,0,32276,0,'LMT'),(1165,1,32400,0,'+09'),(1166,0,-31220,0,'LMT'),(1166,1,-30600,0,'-0830'),(1166,2,-28800,0,'-08'),(1167,0,37972,0,'LMT'),(1167,1,39600,0,'+11'),(1167,2,32400,0,'+09'),(1167,3,36000,0,'+10'),(1167,4,39600,0,'+11'),(1168,0,37972,0,'LMT'),(1168,1,39600,0,'+11'),(1168,2,32400,0,'+09'),(1168,3,36000,0,'+10'),(1168,4,39600,0,'+11'),(1169,0,35312,0,'PMMT'),(1169,1,36000,0,'+10'),(1170,0,-38344,0,'LMT'),(1170,1,-37800,0,'-1030'),(1170,2,-36000,0,'-10'),(1170,3,-34200,1,'-0930'),(1171,0,34740,0,'LMT'),(1171,1,36000,0,'GST'),(1171,2,32400,0,'+09'),(1171,3,39600,1,'GDT'),(1171,4,36000,0,'ChST'),(1172,0,45432,0,'LMT'),(1172,1,-40968,0,'LMT'),(1172,2,-39600,0,'SST'),(1173,0,-35896,0,'LMT'),(1173,1,-36000,0,'-10'),(1174,0,41524,0,'LMT'),(1174,1,43200,0,'+12'),(1175,0,44360,0,'LMT'),(1175,1,44400,0,'+1220'),(1175,2,46800,0,'+13'),(1175,3,50400,1,'+14'),(1175,4,46800,0,'+13'),(1175,5,50400,1,'+14'),(1176,0,36428,0,'LMT'),(1176,1,36000,0,'+10'),(1176,2,32400,0,'+09'),(1176,3,36000,0,'+10'),(1177,0,39988,0,'LMT'),(1177,1,43200,0,'+12'),(1178,0,44120,0,'LMT'),(1178,1,43200,0,'+12'),(1179,0,36428,0,'LMT'),(1179,1,36000,0,'+10'),(1179,2,32400,0,'+09'),(1179,3,36000,0,'+10'),(1180,0,5040,0,'LMT'),(1180,1,5040,0,'WMT'),(1180,2,7200,1,'CEST'),(1180,3,3600,0,'CET'),(1180,4,7200,1,'CEST'),(1180,5,3600,0,'CET'),(1180,6,10800,1,'EEST'),(1180,7,7200,0,'EET'),(1180,8,7200,0,'EET'),(1180,9,7200,1,'CEST'),(1180,10,3600,0,'CET'),(1181,0,-2205,0,'LMT'),(1181,1,3600,1,'WEST'),(1181,2,0,0,'WET'),(1181,3,3600,1,'WEST'),(1181,4,0,0,'WET'),(1181,5,7200,1,'WEMT'),(1181,6,0,0,'WET'),(1181,7,3600,0,'CET'),(1181,8,3600,0,'CET'),(1181,9,7200,1,'CEST'),(1181,10,3600,1,'WEST'),(1181,11,0,0,'WET'),(1182,0,29160,0,'LMT'),(1182,1,28800,0,'CST'),(1182,2,32400,0,'JST'),(1182,3,32400,1,'CDT'),(1182,4,28800,0,'CST'),(1183,0,30472,0,'LMT'),(1183,1,30600,0,'KST'),(1183,2,32400,0,'JST'),(1183,3,36000,1,'KDT'),(1183,4,32400,0,'KST'),(1183,5,34200,1,'KDT'),(1183,6,36000,1,'KDT'),(1184,0,24925,0,'LMT'),(1184,1,24925,0,'SMT'),(1184,2,25200,0,'+07'),(1184,3,26400,1,'+0720'),(1184,4,26400,0,'+0720'),(1184,5,27000,0,'+0730'),(1184,6,32400,0,'+09'),(1184,7,28800,0,'+08'),(1185,0,-15865,0,'LMT'),(1185,1,-14400,0,'AST'),(1185,2,-10800,1,'APT'),(1185,3,-10800,1,'AWT'),(1186,0,-15264,0,'LMT'),(1186,1,-10800,1,'ADT'),(1186,2,-14400,0,'AST'),(1186,3,-10800,1,'AWT'),(1186,4,-10800,1,'APT'),(1187,0,-25116,0,'LMT'),(1187,1,-21600,1,'MDT'),(1187,2,-25200,0,'MST'),(1187,3,-21600,1,'MWT'),(1187,4,-21600,1,'MPT'),(1187,5,-21600,0,'CST'),(1188,0,-21036,0,'LMT'),(1188,1,-18000,1,'CDT'),(1188,2,-21600,0,'CST'),(1188,3,-18000,0,'EST'),(1188,4,-18000,1,'CWT'),(1188,5,-18000,1,'CPT'),(1188,6,-21600,0,'CST'),(1189,0,-19088,0,'LMT'),(1189,1,-19176,0,'CMT'),(1189,2,-18000,0,'EST'),(1190,0,-17762,0,'LMT'),(1190,1,-14400,1,'EDT'),(1190,2,-18000,0,'EST'),(1190,3,-14400,1,'EWT'),(1190,4,-14400,1,'EPT'),(1191,0,-37886,0,'LMT'),(1191,1,-37800,0,'HST'),(1191,2,-34200,1,'HDT'),(1191,3,-34200,1,'HWT'),(1191,4,-34200,1,'HPT'),(1191,5,-36000,0,'HST'),(1192,0,-26898,0,'LMT'),(1192,1,-21600,1,'MDT'),(1192,2,-25200,0,'MST'),(1192,3,-21600,1,'MWT'),(1193,0,-25196,0,'LMT'),(1193,1,-21600,1,'MDT'),(1193,2,-25200,0,'MST'),(1193,3,-21600,1,'MWT'),(1193,4,-21600,1,'MPT'),(1194,0,-31220,0,'LMT'),(1194,1,-30600,0,'-0830'),(1194,2,-28800,0,'-08'),(1195,0,-28378,0,'LMT'),(1195,1,-25200,1,'PDT'),(1195,2,-28800,0,'PST'),(1195,3,-25200,1,'PWT'),(1195,4,-25200,1,'PPT'),(1196,0,-32388,0,'LMT'),(1196,1,-32400,0,'-09'),(1197,0,-35976,0,'LMT'),(1197,1,-36000,0,'AST'),(1197,2,-32400,1,'AWT'),(1197,3,-32400,1,'APT'),(1197,4,-36000,0,'AHST'),(1197,5,-32400,1,'AHDT'),(1197,6,-32400,0,'YST'),(1197,7,-28800,1,'AKDT'),(1197,8,-32400,0,'AKST'),(1198,0,6952,0,'LMT'),(1198,1,7016,0,'IMT'),(1198,2,10800,1,'EEST'),(1198,3,7200,0,'EET'),(1198,4,10800,0,'+03'),(1198,5,14400,1,'+04'),(1198,6,10800,1,'EEST'),(1198,7,7200,0,'EET'),(1198,8,10800,1,'EEST'),(1198,9,7200,0,'EET'),(1198,10,10800,0,'+03'),(1199,0,0,0,'UTC'),(1200,0,-35976,0,'LMT'),(1200,1,-36000,0,'AST'),(1200,2,-32400,1,'AWT'),(1200,3,-32400,1,'APT'),(1200,4,-36000,0,'AHST'),(1200,5,-32400,1,'AHDT'),(1200,6,-32400,0,'YST'),(1200,7,-28800,1,'AKDT'),(1200,8,-32400,0,'AKST'),(1201,0,-42398,0,'LMT'),(1201,1,-39600,0,'NST'),(1201,2,-36000,1,'NWT'),(1201,3,-36000,1,'NPT'),(1201,4,-39600,0,'BST'),(1201,5,-36000,1,'BDT'),(1201,6,-36000,0,'AHST'),(1201,7,-32400,1,'HDT'),(1201,8,-36000,0,'HST'),(1202,0,-26898,0,'LMT'),(1202,1,-21600,1,'MDT'),(1202,2,-25200,0,'MST'),(1202,3,-21600,1,'MWT'),(1203,0,-21036,0,'LMT'),(1203,1,-18000,1,'CDT'),(1203,2,-21600,0,'CST'),(1203,3,-18000,0,'EST'),(1203,4,-18000,1,'CWT'),(1203,5,-18000,1,'CPT'),(1203,6,-21600,0,'CST'),(1204,0,-20678,0,'LMT'),(1204,1,-18000,1,'CDT'),(1204,2,-21600,0,'CST'),(1204,3,-18000,1,'CWT'),(1204,4,-18000,1,'CPT'),(1204,5,-18000,0,'EST'),(1204,6,-14400,1,'EDT'),(1205,0,-17762,0,'LMT'),(1205,1,-14400,1,'EDT'),(1205,2,-18000,0,'EST'),(1205,3,-14400,1,'EWT'),(1205,4,-14400,1,'EPT'),(1206,0,-37886,0,'LMT'),(1206,1,-37800,0,'HST'),(1206,2,-34200,1,'HDT'),(1206,3,-34200,1,'HWT'),(1206,4,-34200,1,'HPT'),(1206,5,-36000,0,'HST'),(1207,0,-20790,0,'LMT'),(1207,1,-18000,1,'CDT'),(1207,2,-21600,0,'CST'),(1207,3,-18000,1,'CWT'),(1207,4,-18000,1,'CPT'),(1207,5,-18000,0,'EST'),(1207,6,-21600,0,'CST'),(1208,0,-19931,0,'LMT'),(1208,1,-21600,0,'CST'),(1208,2,-18000,0,'EST'),(1208,3,-14400,1,'EWT'),(1208,4,-14400,1,'EPT'),(1208,5,-14400,1,'EDT'),(1209,0,-25196,0,'LMT'),(1209,1,-21600,1,'MDT'),(1209,2,-25200,0,'MST'),(1209,3,-21600,1,'MWT'),(1209,4,-21600,1,'MPT'),(1210,0,-28378,0,'LMT'),(1210,1,-25200,1,'PDT'),(1210,2,-28800,0,'PST'),(1210,3,-25200,1,'PWT'),(1210,4,-25200,1,'PPT'),(1211,0,-28378,0,'LMT'),(1211,1,-25200,1,'PDT'),(1211,2,-28800,0,'PST'),(1211,3,-25200,1,'PWT'),(1211,4,-25200,1,'PPT'),(1212,0,45432,0,'LMT'),(1212,1,-40968,0,'LMT'),(1212,2,-39600,0,'SST'),(1213,0,0,0,'UTC'),(1214,0,0,0,'UTC'),(1215,0,9017,0,'LMT'),(1215,1,9017,0,'MMT'),(1215,2,12679,1,'MST'),(1215,3,9079,0,'MMT'),(1215,4,16279,1,'MDST'),(1215,5,14400,1,'MSD'),(1215,6,10800,0,'MSK'),(1215,7,14400,1,'MSD'),(1215,8,18000,1,'+05'),(1215,9,7200,0,'EET'),(1215,10,10800,0,'MSK'),(1215,11,14400,1,'MSD'),(1215,12,10800,1,'EEST'),(1215,13,7200,0,'EET'),(1215,14,14400,0,'MSK'),(1215,15,14400,1,'MSD'),(1215,16,10800,0,'MSK'),(1216,0,3600,1,'WEST'),(1216,1,0,0,'WET'),(1217,0,0,0,'UTC'),(1218,0,-17762,0,'LMT'),(1218,1,-14400,1,'EDT'),(1218,2,-18000,0,'EST'),(1218,3,-14400,1,'EWT'),(1218,4,-14400,1,'EPT'),(1219,0,-968,0,'LMT'),(1219,1,0,0,'GMT'),(1220,0,-52,0,'LMT'),(1220,1,1200,1,'+0020'),(1220,2,0,0,'GMT'),(1220,3,1800,0,'+0030'),(1220,4,1800,1,'+0030'),(1220,5,0,0,'GMT'),(1221,0,8836,0,'LMT'),(1221,1,9000,0,'+0230'),(1221,2,10800,0,'EAT'),(1221,3,9900,0,'+0245'),(1221,4,10800,0,'EAT'),(1222,0,732,0,'LMT'),(1222,1,561,0,'PMT'),(1222,2,3600,1,'WEST'),(1222,3,0,0,'WET'),(1222,4,0,0,'WET'),(1222,5,7200,1,'CEST'),(1222,6,3600,0,'CET'),(1222,7,3600,1,'WEST'),(1223,0,8836,0,'LMT'),(1223,1,9000,0,'+0230'),(1223,2,10800,0,'EAT'),(1223,3,9900,0,'+0245'),(1223,4,10800,0,'EAT'),(1224,0,8836,0,'LMT'),(1224,1,9000,0,'+0230'),(1224,2,10800,0,'EAT'),(1224,3,9900,0,'+0245'),(1224,4,10800,0,'EAT'),(1225,0,-968,0,'LMT'),(1225,1,0,0,'GMT'),(1226,0,815,0,'LMT'),(1226,1,0,0,'GMT'),(1226,2,1800,0,'+0030'),(1226,3,3600,0,'WAT'),(1227,0,-968,0,'LMT'),(1227,1,0,0,'GMT'),(1228,0,-3740,0,'LMT'),(1228,1,-3600,0,'-01'),(1228,2,0,0,'GMT'),(1229,0,7820,0,'LMT'),(1229,1,7200,0,'CAT'),(1230,0,815,0,'LMT'),(1230,1,0,0,'GMT'),(1230,2,1800,0,'+0030'),(1230,3,3600,0,'WAT'),(1231,0,7820,0,'LMT'),(1231,1,7200,0,'CAT'),(1232,0,7509,0,'LMT'),(1232,1,10800,1,'EEST'),(1232,2,7200,0,'EET'),(1232,3,10800,1,'EEST'),(1233,0,-1820,0,'LMT'),(1233,1,3600,1,'+01'),(1233,2,0,0,'+00'),(1233,3,3600,0,'+01'),(1233,4,0,1,'+00'),(1234,0,-1276,0,'LMT'),(1234,1,0,0,'WET'),(1234,2,3600,1,'WEST'),(1234,3,0,0,'WET'),(1234,4,3600,0,'CET'),(1234,5,7200,1,'CEST'),(1234,6,3600,0,'CET'),(1235,0,-968,0,'LMT'),(1235,1,0,0,'GMT'),(1236,0,-968,0,'LMT'),(1236,1,0,0,'GMT'),(1237,0,8836,0,'LMT'),(1237,1,9000,0,'+0230'),(1237,2,10800,0,'EAT'),(1237,3,9900,0,'+0245'),(1237,4,10800,0,'EAT'),(1238,0,8836,0,'LMT'),(1238,1,9000,0,'+0230'),(1238,2,10800,0,'EAT'),(1238,3,9900,0,'+0245'),(1238,4,10800,0,'EAT'),(1239,0,815,0,'LMT'),(1239,1,0,0,'GMT'),(1239,2,1800,0,'+0030'),(1239,3,3600,0,'WAT'),(1240,0,-3168,0,'LMT'),(1240,1,-3600,0,'-01'),(1240,2,3600,1,'+01'),(1240,3,0,0,'+00'),(1240,4,0,1,'+00'),(1240,5,3600,0,'+01'),(1241,0,-968,0,'LMT'),(1241,1,0,0,'GMT'),(1242,0,7820,0,'LMT'),(1242,1,7200,0,'CAT'),(1243,0,7820,0,'LMT'),(1243,1,7200,0,'CAT'),(1244,0,6720,0,'LMT'),(1244,1,5400,0,'SAST'),(1244,2,10800,1,'SAST'),(1244,3,7200,0,'SAST'),(1245,0,7588,0,'LMT'),(1245,1,10800,1,'CAST'),(1245,2,7200,0,'CAT'),(1245,3,10800,0,'EAT'),(1245,4,7200,0,'CAT'),(1246,0,8836,0,'LMT'),(1246,1,9000,0,'+0230'),(1246,2,10800,0,'EAT'),(1246,3,9900,0,'+0245'),(1246,4,10800,0,'EAT'),(1247,0,7808,0,'LMT'),(1247,1,10800,1,'CAST'),(1247,2,7200,0,'CAT'),(1247,3,10800,0,'EAT'),(1247,4,7200,0,'CAT'),(1248,0,7820,0,'LMT'),(1248,1,7200,0,'CAT'),(1249,0,815,0,'LMT'),(1249,1,0,0,'GMT'),(1249,2,1800,0,'+0030'),(1249,3,3600,0,'WAT'),(1250,0,815,0,'LMT'),(1250,1,0,0,'GMT'),(1250,2,1800,0,'+0030'),(1250,3,3600,0,'WAT'),(1251,0,815,0,'LMT'),(1251,1,0,0,'GMT'),(1251,2,1800,0,'+0030'),(1251,3,3600,0,'WAT'),(1252,0,-968,0,'LMT'),(1252,1,0,0,'GMT'),(1253,0,815,0,'LMT'),(1253,1,0,0,'GMT'),(1253,2,1800,0,'+0030'),(1253,3,3600,0,'WAT'),(1254,0,7820,0,'LMT'),(1254,1,7200,0,'CAT'),(1255,0,7820,0,'LMT'),(1255,1,7200,0,'CAT'),(1256,0,815,0,'LMT'),(1256,1,0,0,'GMT'),(1256,2,1800,0,'+0030'),(1256,3,3600,0,'WAT'),(1257,0,7820,0,'LMT'),(1257,1,7200,0,'CAT'),(1258,0,6720,0,'LMT'),(1258,1,5400,0,'SAST'),(1258,2,10800,1,'SAST'),(1258,3,7200,0,'SAST'),(1259,0,6720,0,'LMT'),(1259,1,5400,0,'SAST'),(1259,2,10800,1,'SAST'),(1259,3,7200,0,'SAST'),(1260,0,8836,0,'LMT'),(1260,1,9000,0,'+0230'),(1260,2,10800,0,'EAT'),(1260,3,9900,0,'+0245'),(1260,4,10800,0,'EAT'),(1261,0,-2588,0,'LMT'),(1261,1,-2588,0,'MMT'),(1261,2,-2670,0,'MMT'),(1261,3,0,0,'GMT'),(1262,0,8836,0,'LMT'),(1262,1,9000,0,'+0230'),(1262,2,10800,0,'EAT'),(1262,3,9900,0,'+0245'),(1262,4,10800,0,'EAT'),(1263,0,3612,0,'LMT'),(1263,1,3600,0,'WAT'),(1263,2,7200,1,'WAST'),(1264,0,815,0,'LMT'),(1264,1,0,0,'GMT'),(1264,2,1800,0,'+0030'),(1264,3,3600,0,'WAT'),(1265,0,-968,0,'LMT'),(1265,1,0,0,'GMT'),(1266,0,-968,0,'LMT'),(1266,1,0,0,'GMT'),(1267,0,815,0,'LMT'),(1267,1,0,0,'GMT'),(1267,2,1800,0,'+0030'),(1267,3,3600,0,'WAT'),(1268,0,1616,0,'LMT'),(1268,1,-2205,0,'LMT'),(1268,2,0,0,'GMT'),(1268,3,3600,0,'WAT'),(1268,4,0,0,'GMT'),(1269,0,-968,0,'LMT'),(1269,1,0,0,'GMT'),(1270,0,3164,0,'LMT'),(1270,1,7200,1,'CEST'),(1270,2,3600,0,'CET'),(1270,3,7200,0,'EET'),(1271,0,2444,0,'LMT'),(1271,1,561,0,'PMT'),(1271,2,7200,1,'CEST'),(1271,3,3600,0,'CET'),(1271,4,3600,0,'CET'),(1271,5,7200,1,'CEST'),(1272,0,4104,0,'LMT'),(1272,1,5400,0,'+0130'),(1272,2,7200,0,'SAST'),(1272,3,10800,1,'SAST'),(1272,4,3600,1,'WAT'),(1272,5,7200,0,'CAT'),(1273,0,-42398,0,'LMT'),(1273,1,-39600,0,'NST'),(1273,2,-36000,1,'NWT'),(1273,3,-36000,1,'NPT'),(1273,4,-39600,0,'BST'),(1273,5,-36000,1,'BDT'),(1273,6,-36000,0,'AHST'),(1273,7,-32400,1,'HDT'),(1273,8,-36000,0,'HST'),(1274,0,-35976,0,'LMT'),(1274,1,-36000,0,'AST'),(1274,2,-32400,1,'AWT'),(1274,3,-32400,1,'APT'),(1274,4,-36000,0,'AHST'),(1274,5,-32400,1,'AHDT'),(1274,6,-32400,0,'YST'),(1274,7,-28800,1,'AKDT'),(1274,8,-32400,0,'AKST'),(1275,0,-14764,0,'LMT'),(1275,1,-14400,0,'AST'),(1276,0,-14764,0,'LMT'),(1276,1,-14400,0,'AST'),(1277,0,-11568,0,'LMT'),(1277,1,-7200,1,'-02'),(1277,2,-10800,0,'-03'),(1278,0,-14028,0,'LMT'),(1278,1,-15408,0,'CMT'),(1278,2,-14400,0,'-04'),(1278,3,-10800,1,'-03'),(1278,4,-7200,1,'-02'),(1278,5,-10800,0,'-03'),(1279,0,-15788,0,'LMT'),(1279,1,-15408,0,'CMT'),(1279,2,-14400,0,'-04'),(1279,3,-10800,1,'-03'),(1279,4,-7200,1,'-02'),(1279,5,-10800,0,'-03'),(1280,0,-15788,0,'LMT'),(1280,1,-15408,0,'CMT'),(1280,2,-14400,0,'-04'),(1280,3,-10800,1,'-03'),(1280,4,-7200,1,'-02'),(1280,5,-10800,0,'-03'),(1281,0,-15408,0,'LMT'),(1281,1,-15408,0,'CMT'),(1281,2,-14400,0,'-04'),(1281,3,-10800,1,'-03'),(1281,4,-7200,1,'-02'),(1281,5,-10800,0,'-03'),(1282,0,-15672,0,'LMT'),(1282,1,-15408,0,'CMT'),(1282,2,-14400,0,'-04'),(1282,3,-10800,1,'-03'),(1282,4,-7200,1,'-02'),(1282,5,-10800,0,'-03'),(1283,0,-16044,0,'LMT'),(1283,1,-15408,0,'CMT'),(1283,2,-14400,0,'-04'),(1283,3,-10800,1,'-03'),(1283,4,-7200,1,'-02'),(1283,5,-10800,0,'-03'),(1284,0,-16516,0,'LMT'),(1284,1,-15408,0,'CMT'),(1284,2,-14400,0,'-04'),(1284,3,-10800,1,'-03'),(1284,4,-7200,1,'-02'),(1284,5,-10800,0,'-03'),(1285,0,-16612,0,'LMT'),(1285,1,-15408,0,'CMT'),(1285,2,-14400,0,'-04'),(1285,3,-10800,1,'-03'),(1285,4,-7200,1,'-02'),(1285,5,-10800,0,'-03'),(1286,0,-15700,0,'LMT'),(1286,1,-15408,0,'CMT'),(1286,2,-14400,0,'-04'),(1286,3,-10800,1,'-03'),(1286,4,-7200,1,'-02'),(1286,5,-10800,0,'-03'),(1287,0,-16444,0,'LMT'),(1287,1,-15408,0,'CMT'),(1287,2,-14400,0,'-04'),(1287,3,-10800,1,'-03'),(1287,4,-7200,1,'-02'),(1287,5,-10800,0,'-03'),(1288,0,-15924,0,'LMT'),(1288,1,-15408,0,'CMT'),(1288,2,-14400,0,'-04'),(1288,3,-10800,1,'-03'),(1288,4,-7200,1,'-02'),(1288,5,-10800,0,'-03'),(1288,6,-10800,1,'-03'),(1289,0,-15652,0,'LMT'),(1289,1,-15408,0,'CMT'),(1289,2,-14400,0,'-04'),(1289,3,-10800,1,'-03'),(1289,4,-7200,1,'-02'),(1289,5,-10800,0,'-03'),(1290,0,-16392,0,'LMT'),(1290,1,-15408,0,'CMT'),(1290,2,-14400,0,'-04'),(1290,3,-10800,1,'-03'),(1290,4,-7200,1,'-02'),(1290,5,-10800,0,'-03'),(1291,0,-16547,0,'LMT'),(1291,1,-16200,0,'-0430'),(1291,2,-14400,0,'AST'),(1292,0,-13840,0,'LMT'),(1292,1,-13840,0,'AMT'),(1292,2,-14400,0,'-04'),(1292,3,-10800,0,'-03'),(1292,4,-10800,1,'-03'),(1292,5,-14400,0,'-04'),(1293,0,-21988,0,'LMT'),(1293,1,-18000,1,'CDT'),(1293,2,-21600,0,'CST'),(1293,3,-18000,1,'CWT'),(1293,4,-18000,1,'CPT'),(1293,5,-18000,0,'EST'),(1294,0,-42398,0,'LMT'),(1294,1,-39600,0,'NST'),(1294,2,-36000,1,'NWT'),(1294,3,-36000,1,'NPT'),(1294,4,-39600,0,'BST'),(1294,5,-36000,1,'BDT'),(1294,6,-36000,0,'AHST'),(1294,7,-32400,1,'HDT'),(1294,8,-36000,0,'HST'),(1295,0,-9244,0,'LMT'),(1295,1,-7200,1,'-02'),(1295,2,-10800,0,'-03'),(1296,0,-25260,0,'LMT'),(1296,1,-25200,0,'MST'),(1296,2,-21600,0,'CST'),(1296,3,-28800,0,'PST'),(1296,4,-21600,1,'MDT'),(1296,5,-18000,1,'CDT'),(1296,6,-21600,0,'CST'),(1297,0,-14309,0,'LMT'),(1297,1,-14309,0,'BMT'),(1297,2,-10800,1,'ADT'),(1297,3,-14400,0,'AST'),(1298,0,-11636,0,'LMT'),(1298,1,-7200,1,'-02'),(1298,2,-10800,0,'-03'),(1299,0,-21168,0,'LMT'),(1299,1,-19800,1,'-0530'),(1299,2,-21600,0,'CST'),(1299,3,-18000,1,'CWT'),(1299,4,-18000,1,'CPT'),(1299,5,-18000,1,'CDT'),(1300,0,-13708,0,'LMT'),(1300,1,-10800,1,'ADT'),(1300,2,-14400,0,'AST'),(1300,3,-10800,1,'AWT'),(1300,4,-10800,1,'APT'),(1301,0,-14560,0,'LMT'),(1301,1,-10800,1,'-03'),(1301,2,-14400,0,'-04'),(1302,0,-17776,0,'LMT'),(1302,1,-17776,0,'BMT'),(1302,2,-14400,1,'-04'),(1302,3,-18000,0,'-05'),(1303,0,-27889,0,'LMT'),(1303,1,-25200,1,'PDT'),(1303,2,-28800,0,'PST'),(1303,3,-21600,1,'MWT'),(1303,4,-21600,1,'MPT'),(1303,5,-25200,0,'MST'),(1303,6,-21600,1,'MDT'),(1304,0,-14028,0,'LMT'),(1304,1,-15408,0,'CMT'),(1304,2,-14400,0,'-04'),(1304,3,-10800,1,'-03'),(1304,4,-7200,1,'-02'),(1304,5,-10800,0,'-03'),(1305,0,0,0,'-00'),(1305,1,-21600,1,'MWT'),(1305,2,-21600,1,'MPT'),(1305,3,-25200,0,'MST'),(1305,4,-18000,1,'MDDT'),(1305,5,-21600,1,'MDT'),(1305,6,-18000,1,'CDT'),(1305,7,-21600,0,'CST'),(1305,8,-18000,0,'EST'),(1305,9,-21600,1,'MDT'),(1305,10,-25200,0,'MST'),(1306,0,-13108,0,'LMT'),(1306,1,-10800,1,'-03'),(1306,2,-14400,0,'-04'),(1307,0,-20824,0,'LMT'),(1307,1,-21600,0,'CST'),(1307,2,-14400,1,'EDT'),(1307,3,-18000,0,'EST'),(1307,4,-18000,1,'CDT'),(1308,0,-16064,0,'LMT'),(1308,1,-16060,0,'CMT'),(1308,2,-16200,0,'-0430'),(1308,3,-14400,0,'-04'),(1309,0,-15788,0,'LMT'),(1309,1,-15408,0,'CMT'),(1309,2,-14400,0,'-04'),(1309,3,-10800,1,'-03'),(1309,4,-7200,1,'-02'),(1309,5,-10800,0,'-03'),(1310,0,-12560,0,'LMT'),(1310,1,-14400,0,'-04'),(1310,2,-10800,0,'-03'),(1311,0,-19088,0,'LMT'),(1311,1,-19176,0,'CMT'),(1311,2,-18000,0,'EST'),(1312,0,-21036,0,'LMT'),(1312,1,-18000,1,'CDT'),(1312,2,-21600,0,'CST'),(1312,3,-18000,0,'EST'),(1312,4,-18000,1,'CWT'),(1312,5,-18000,1,'CPT'),(1312,6,-21600,0,'CST'),(1313,0,-25460,0,'LMT'),(1313,1,-25200,0,'MST'),(1313,2,-21600,0,'CST'),(1313,3,-18000,1,'CDT'),(1313,4,-21600,1,'MDT'),(1313,5,-25200,0,'MST'),(1314,0,-21988,0,'LMT'),(1314,1,-18000,1,'CDT'),(1314,2,-21600,0,'CST'),(1314,3,-18000,1,'CWT'),(1314,4,-18000,1,'CPT'),(1314,5,-18000,0,'EST'),(1315,0,-15408,0,'LMT'),(1315,1,-15408,0,'CMT'),(1315,2,-14400,0,'-04'),(1315,3,-10800,1,'-03'),(1315,4,-7200,1,'-02'),(1315,5,-10800,0,'-03'),(1316,0,-20173,0,'LMT'),(1316,1,-20173,0,'SJMT'),(1316,2,-18000,1,'CDT'),(1316,3,-21600,0,'CST'),(1317,0,-27964,0,'LMT'),(1317,1,-25200,0,'MST'),(1317,2,-28800,0,'PST'),(1317,3,-25200,0,'MST'),(1318,0,-13460,0,'LMT'),(1318,1,-10800,1,'-03'),(1318,2,-14400,0,'-04'),(1319,0,-16547,0,'LMT'),(1319,1,-16200,0,'-0430'),(1319,2,-14400,0,'AST'),(1320,0,-4480,0,'LMT'),(1320,1,-10800,0,'-03'),(1320,2,-10800,0,'-03'),(1320,3,-7200,1,'-02'),(1320,4,-7200,1,'-02'),(1320,5,0,0,'GMT'),(1321,0,-33460,0,'LMT'),(1321,1,-28800,1,'YDT'),(1321,2,-32400,0,'YST'),(1321,3,-28800,1,'YWT'),(1321,4,-28800,1,'YPT'),(1321,5,-25200,1,'YDDT'),(1321,6,-28800,0,'PST'),(1321,7,-25200,1,'PDT'),(1321,8,-25200,0,'MST'),(1322,0,-28856,0,'LMT'),(1322,1,-25200,1,'PDT'),(1322,2,-28800,0,'PST'),(1322,3,-25200,1,'PWT'),(1322,4,-25200,1,'PPT'),(1322,5,-25200,0,'MST'),(1323,0,-25196,0,'LMT'),(1323,1,-21600,1,'MDT'),(1323,2,-25200,0,'MST'),(1323,3,-21600,1,'MWT'),(1323,4,-21600,1,'MPT'),(1324,0,-19931,0,'LMT'),(1324,1,-21600,0,'CST'),(1324,2,-18000,0,'EST'),(1324,3,-14400,1,'EWT'),(1324,4,-14400,1,'EPT'),(1324,5,-14400,1,'EDT'),(1325,0,-14764,0,'LMT'),(1325,1,-14400,0,'AST'),(1326,0,-27232,0,'LMT'),(1326,1,-21600,1,'MDT'),(1326,2,-25200,0,'MST'),(1326,3,-21600,1,'MWT'),(1326,4,-21600,1,'MPT'),(1327,0,-16768,0,'LMT'),(1327,1,-14400,1,'-04'),(1327,2,-18000,0,'-05'),(1327,3,-14400,0,'-04'),(1327,4,-18000,0,'-05'),(1328,0,-21408,0,'LMT'),(1328,1,-18000,1,'CDT'),(1328,2,-21600,0,'CST'),(1329,0,-28084,0,'LMT'),(1329,1,-25200,0,'MST'),(1329,2,-28800,0,'PST'),(1329,3,-25200,1,'PDT'),(1329,4,-25200,1,'PWT'),(1329,5,-25200,1,'PPT'),(1330,0,-29447,0,'LMT'),(1330,1,-25200,1,'PDT'),(1330,2,-28800,0,'PST'),(1330,3,-25200,1,'PWT'),(1330,4,-25200,1,'PPT'),(1330,5,-25200,0,'MST'),(1331,0,-20678,0,'LMT'),(1331,1,-18000,1,'CDT'),(1331,2,-21600,0,'CST'),(1331,3,-18000,1,'CWT'),(1331,4,-18000,1,'CPT'),(1331,5,-18000,0,'EST'),(1331,6,-14400,1,'EDT'),(1332,0,-9240,0,'LMT'),(1332,1,-7200,1,'-02'),(1332,2,-10800,0,'-03'),(1333,0,-14388,0,'LMT'),(1333,1,-10800,1,'ADT'),(1333,2,-14400,0,'AST'),(1333,3,-10800,1,'AWT'),(1333,4,-10800,1,'APT'),(1334,0,-12416,0,'LMT'),(1334,1,-10800,0,'-03'),(1334,2,-10800,0,'-03'),(1334,3,-7200,1,'-02'),(1334,4,-7200,1,'-02'),(1335,0,-14500,0,'LMT'),(1335,1,-12652,0,'NST'),(1335,2,-9052,1,'NDT'),(1335,3,-12600,0,'NST'),(1335,4,-9000,1,'NDT'),(1335,5,-9000,1,'NPT'),(1335,6,-9000,1,'NWT'),(1335,7,-10800,1,'ADT'),(1335,8,-14400,0,'AST'),(1335,9,-7200,1,'ADDT'),(1335,10,-10800,1,'ADT'),(1336,0,-17072,0,'LMT'),(1336,1,-18430,0,'KMT'),(1336,2,-18000,0,'EST'),(1336,3,-14400,1,'EDT'),(1336,4,-14400,0,'AST'),(1336,5,-18000,0,'EST'),(1337,0,-14764,0,'LMT'),(1337,1,-14400,0,'AST'),(1338,0,-14764,0,'LMT'),(1338,1,-14400,0,'AST'),(1339,0,-21724,0,'LMT'),(1339,1,-18000,1,'CDT'),(1339,2,-21600,0,'CST'),(1340,0,-19160,0,'LMT'),(1340,1,-18840,0,'QMT'),(1340,2,-14400,1,'-04'),(1340,3,-18000,0,'-05'),(1341,0,-13960,0,'LMT'),(1341,1,-13500,0,'-0345'),(1341,2,-10800,0,'-03'),(1341,3,-14400,0,'-04'),(1342,0,-15264,0,'LMT'),(1342,1,-10800,1,'ADT'),(1342,2,-14400,0,'AST'),(1342,3,-10800,1,'AWT'),(1342,4,-10800,1,'APT'),(1343,0,-19768,0,'LMT'),(1343,1,-19776,0,'HMT'),(1343,2,-14400,1,'CDT'),(1343,3,-18000,0,'CST'),(1343,4,-18000,0,'CST'),(1343,5,-14400,1,'CDT'),(1344,0,-26632,0,'LMT'),(1344,1,-25200,0,'MST'),(1344,2,-21600,0,'CST'),(1344,3,-28800,0,'PST'),(1344,4,-21600,1,'MDT'),(1344,5,-25200,0,'MST'),(1345,0,-20678,0,'LMT'),(1345,1,-18000,1,'CDT'),(1345,2,-21600,0,'CST'),(1345,3,-18000,1,'CWT'),(1345,4,-18000,1,'CPT'),(1345,5,-18000,0,'EST'),(1345,6,-14400,1,'EDT'),(1346,0,-20790,0,'LMT'),(1346,1,-18000,1,'CDT'),(1346,2,-21600,0,'CST'),(1346,3,-18000,1,'CWT'),(1346,4,-18000,1,'CPT'),(1346,5,-18000,0,'EST'),(1346,6,-21600,0,'CST'),(1347,0,-20723,0,'LMT'),(1347,1,-18000,1,'CDT'),(1347,2,-21600,0,'CST'),(1347,3,-18000,1,'CWT'),(1347,4,-18000,1,'CPT'),(1347,5,-18000,0,'EST'),(1347,6,-14400,1,'EDT'),(1348,0,-20947,0,'LMT'),(1348,1,-18000,1,'CDT'),(1348,2,-21600,0,'CST'),(1348,3,-18000,1,'CWT'),(1348,4,-18000,1,'CPT'),(1348,5,-18000,0,'EST'),(1348,6,-14400,1,'EDT'),(1349,0,-20823,0,'LMT'),(1349,1,-18000,1,'CDT'),(1349,2,-21600,0,'CST'),(1349,3,-18000,1,'CWT'),(1349,4,-18000,1,'CPT'),(1349,5,-18000,0,'EST'),(1349,6,-14400,1,'EDT'),(1349,7,-18000,1,'CDT'),(1349,8,-21600,0,'CST'),(1350,0,-20416,0,'LMT'),(1350,1,-18000,1,'CDT'),(1350,2,-21600,0,'CST'),(1350,3,-18000,1,'CWT'),(1350,4,-18000,1,'CPT'),(1350,5,-18000,0,'EST'),(1350,6,-14400,1,'EDT'),(1351,0,-21007,0,'LMT'),(1351,1,-18000,1,'CDT'),(1351,2,-21600,0,'CST'),(1351,3,-18000,1,'CWT'),(1351,4,-18000,1,'CPT'),(1351,5,-18000,0,'EST'),(1351,6,-14400,1,'EDT'),(1352,0,-20785,0,'LMT'),(1352,1,-18000,1,'CDT'),(1352,2,-21600,0,'CST'),(1352,3,-18000,1,'CWT'),(1352,4,-18000,1,'CPT'),(1352,5,-18000,0,'EST'),(1352,6,-14400,1,'EDT'),(1353,0,-20678,0,'LMT'),(1353,1,-18000,1,'CDT'),(1353,2,-21600,0,'CST'),(1353,3,-18000,1,'CWT'),(1353,4,-18000,1,'CPT'),(1353,5,-18000,0,'EST'),(1353,6,-14400,1,'EDT'),(1354,0,0,0,'-00'),(1354,1,-21600,1,'PDDT'),(1354,2,-28800,0,'PST'),(1354,3,-25200,0,'MST'),(1354,4,-21600,1,'MDT'),(1355,0,0,0,'-00'),(1355,1,-14400,1,'EPT'),(1355,2,-18000,0,'EST'),(1355,3,-10800,1,'EDDT'),(1355,4,-14400,1,'EDT'),(1355,5,-14400,1,'EWT'),(1355,6,-21600,0,'CST'),(1355,7,-18000,1,'CDT'),(1355,8,-14400,1,'EDT'),(1355,9,-18000,0,'EST'),(1356,0,-18430,0,'LMT'),(1356,1,-18430,0,'KMT'),(1356,2,-18000,0,'EST'),(1356,3,-14400,1,'EDT'),(1357,0,-15672,0,'LMT'),(1357,1,-15408,0,'CMT'),(1357,2,-14400,0,'-04'),(1357,3,-10800,1,'-03'),(1357,4,-7200,1,'-02'),(1357,5,-10800,0,'-03'),(1358,0,-32261,0,'LMT'),(1358,1,-28800,0,'PST'),(1358,2,-25200,1,'PWT'),(1358,3,-25200,1,'PPT'),(1358,4,-25200,1,'PDT'),(1358,5,-28800,1,'YDT'),(1358,6,-32400,0,'YST'),(1358,7,-28800,1,'AKDT'),(1358,8,-32400,0,'AKST'),(1359,0,-20582,0,'LMT'),(1359,1,-18000,1,'CDT'),(1359,2,-21600,0,'CST'),(1359,3,-18000,1,'CWT'),(1359,4,-18000,1,'CPT'),(1359,5,-18000,0,'EST'),(1359,6,-14400,1,'EDT'),(1360,0,-20364,0,'LMT'),(1360,1,-18000,1,'CDT'),(1360,2,-21600,0,'CST'),(1360,3,-18000,1,'CWT'),(1360,4,-18000,1,'CPT'),(1360,5,-14400,1,'EDT'),(1360,6,-18000,0,'EST'),(1361,0,-20790,0,'LMT'),(1361,1,-18000,1,'CDT'),(1361,2,-21600,0,'CST'),(1361,3,-18000,1,'CWT'),(1361,4,-18000,1,'CPT'),(1361,5,-18000,0,'EST'),(1361,6,-21600,0,'CST'),(1362,0,-16547,0,'LMT'),(1362,1,-16200,0,'-0430'),(1362,2,-14400,0,'AST'),(1363,0,-16356,0,'LMT'),(1363,1,-16356,0,'CMT'),(1363,2,-12756,1,'BST'),(1363,3,-14400,0,'-04'),(1364,0,-18492,0,'LMT'),(1364,1,-18516,0,'LMT'),(1364,2,-14400,1,'-04'),(1364,3,-18000,0,'-05'),(1365,0,-28378,0,'LMT'),(1365,1,-25200,1,'PDT'),(1365,2,-28800,0,'PST'),(1365,3,-25200,1,'PWT'),(1365,4,-25200,1,'PPT'),(1366,0,-20582,0,'LMT'),(1366,1,-18000,1,'CDT'),(1366,2,-21600,0,'CST'),(1366,3,-18000,1,'CWT'),(1366,4,-18000,1,'CPT'),(1366,5,-18000,0,'EST'),(1366,6,-14400,1,'EDT'),(1367,0,-16547,0,'LMT'),(1367,1,-16200,0,'-0430'),(1367,2,-14400,0,'AST'),(1368,0,-8572,0,'LMT'),(1368,1,-7200,1,'-02'),(1368,2,-10800,0,'-03'),(1369,0,-20708,0,'LMT'),(1369,1,-20712,0,'MMT'),(1369,2,-21600,0,'CST'),(1369,3,-18000,0,'EST'),(1369,4,-18000,1,'CDT'),(1369,5,-21600,0,'CST'),(1370,0,-14404,0,'LMT'),(1370,1,-10800,1,'-03'),(1370,2,-14400,0,'-04'),(1371,0,-14764,0,'LMT'),(1371,1,-14400,0,'AST'),(1372,0,-14660,0,'LMT'),(1372,1,-14660,0,'FFMT'),(1372,2,-14400,0,'AST'),(1372,3,-10800,1,'ADT'),(1373,0,-24000,0,'LMT'),(1373,1,-21600,0,'CST'),(1373,2,-18000,1,'CDT'),(1374,0,-25540,0,'LMT'),(1374,1,-25200,0,'MST'),(1374,2,-21600,0,'CST'),(1374,3,-28800,0,'PST'),(1374,4,-21600,1,'MDT'),(1374,5,-25200,0,'MST'),(1375,0,-16516,0,'LMT'),(1375,1,-15408,0,'CMT'),(1375,2,-14400,0,'-04'),(1375,3,-10800,1,'-03'),(1375,4,-7200,1,'-02'),(1375,5,-10800,0,'-03'),(1376,0,-21027,0,'LMT'),(1376,1,-18000,1,'CDT'),(1376,2,-21600,0,'CST'),(1376,3,-18000,1,'CWT'),(1376,4,-18000,1,'CPT'),(1376,5,-18000,0,'EST'),(1376,6,-21600,0,'CST'),(1377,0,-21508,0,'LMT'),(1377,1,-21600,0,'CST'),(1377,2,-18000,0,'EST'),(1377,3,-18000,1,'CDT'),(1377,4,-21600,0,'CST'),(1378,0,-31578,0,'LMT'),(1378,1,-28800,0,'PST'),(1378,2,-25200,1,'PWT'),(1378,3,-25200,1,'PPT'),(1378,4,-25200,1,'PDT'),(1378,5,-32400,0,'AKST'),(1378,6,-28800,1,'AKDT'),(1379,0,-23796,0,'LMT'),(1379,1,-25200,0,'MST'),(1379,2,-21600,0,'CST'),(1379,3,-18000,1,'CDT'),(1379,4,-18000,1,'CWT'),(1380,0,-13480,0,'LMT'),(1380,1,-14400,0,'AST'),(1380,2,-10800,0,'-03'),(1380,3,-7200,1,'-02'),(1381,0,-15548,0,'LMT'),(1381,1,-18000,0,'EST'),(1381,2,-10800,1,'ADT'),(1381,3,-14400,0,'AST'),(1381,4,-10800,1,'AWT'),(1381,5,-10800,1,'APT'),(1382,0,-24076,0,'LMT'),(1382,1,-21600,0,'CST'),(1382,2,-18000,1,'CDT'),(1383,0,-13491,0,'LMT'),(1383,1,-13491,0,'MMT'),(1383,2,-14400,0,'-04'),(1383,3,-12600,0,'-0330'),(1383,4,-10800,1,'-03'),(1383,5,-10800,0,'-03'),(1383,6,-9000,1,'-0230'),(1383,7,-7200,1,'-02'),(1383,8,-5400,1,'-0130'),(1383,9,-7200,1,'-02'),(1384,0,-19052,0,'LMT'),(1384,1,-14400,1,'EDT'),(1384,2,-18000,0,'EST'),(1384,3,-14400,1,'EWT'),(1384,4,-14400,1,'EPT'),(1385,0,-14764,0,'LMT'),(1385,1,-14400,0,'AST'),(1386,0,-18570,0,'LMT'),(1386,1,-14400,1,'EWT'),(1386,2,-18000,0,'EST'),(1386,3,-14400,1,'EPT'),(1386,4,-14400,1,'EDT'),(1387,0,-17762,0,'LMT'),(1387,1,-14400,1,'EDT'),(1387,2,-18000,0,'EST'),(1387,3,-14400,1,'EWT'),(1387,4,-14400,1,'EPT'),(1388,0,-21184,0,'LMT'),(1388,1,-14400,1,'EDT'),(1388,2,-18000,0,'EST'),(1388,3,-14400,1,'EWT'),(1388,4,-14400,1,'EPT'),(1389,0,-39698,0,'LMT'),(1389,1,-39600,0,'NST'),(1389,2,-36000,1,'NWT'),(1389,3,-36000,1,'NPT'),(1389,4,-39600,0,'BST'),(1389,5,-36000,1,'BDT'),(1389,6,-32400,0,'YST'),(1389,7,-28800,1,'AKDT'),(1389,8,-32400,0,'AKST'),(1390,0,-7780,0,'LMT'),(1390,1,-3600,1,'-01'),(1390,2,-7200,0,'-02'),(1391,0,-24427,0,'LMT'),(1391,1,-21600,1,'MDT'),(1391,2,-25200,0,'MST'),(1391,3,-21600,1,'MWT'),(1391,4,-21600,1,'MPT'),(1391,5,-18000,1,'CDT'),(1391,6,-21600,0,'CST'),(1392,0,-24312,0,'LMT'),(1392,1,-21600,1,'MDT'),(1392,2,-25200,0,'MST'),(1392,3,-21600,1,'MWT'),(1392,4,-21600,1,'MPT'),(1392,5,-18000,1,'CDT'),(1392,6,-21600,0,'CST'),(1393,0,-24339,0,'LMT'),(1393,1,-21600,1,'MDT'),(1393,2,-25200,0,'MST'),(1393,3,-21600,1,'MWT'),(1393,4,-21600,1,'MPT'),(1393,5,-18000,1,'CDT'),(1393,6,-21600,0,'CST'),(1394,0,-12416,0,'LMT'),(1394,1,-10800,0,'-03'),(1394,2,-10800,0,'-03'),(1394,3,-7200,1,'-02'),(1394,4,-7200,1,'-02'),(1395,0,-25060,0,'LMT'),(1395,1,-25200,0,'MST'),(1395,2,-21600,0,'CST'),(1395,3,-18000,1,'CDT'),(1395,4,-21600,1,'MDT'),(1395,5,-25200,0,'MST'),(1396,0,-19088,0,'LMT'),(1396,1,-19176,0,'CMT'),(1396,2,-18000,0,'EST'),(1397,0,0,0,'-00'),(1397,1,-10800,1,'AWT'),(1397,2,-10800,1,'APT'),(1397,3,-14400,0,'AST'),(1397,4,-7200,1,'ADDT'),(1397,5,-10800,1,'ADT'),(1397,6,-14400,1,'EDT'),(1397,7,-18000,0,'EST'),(1397,8,-21600,0,'CST'),(1397,9,-18000,1,'CDT'),(1397,10,-14400,1,'EDT'),(1397,11,-18000,0,'EST'),(1398,0,-13240,0,'LMT'),(1398,1,-13252,0,'PMT'),(1398,2,-13236,0,'PMT'),(1398,3,-12600,0,'-0330'),(1398,4,-10800,0,'-03'),(1399,0,-26898,0,'LMT'),(1399,1,-21600,1,'MDT'),(1399,2,-25200,0,'MST'),(1399,3,-21600,1,'MWT'),(1400,0,-17360,0,'LMT'),(1400,1,-17340,0,'PPMT'),(1400,2,-14400,1,'EDT'),(1400,3,-18000,0,'EST'),(1400,4,-14400,1,'EDT'),(1400,5,-18000,0,'EST'),(1401,0,-14764,0,'LMT'),(1401,1,-14400,0,'AST'),(1402,0,-16272,0,'LMT'),(1402,1,-14400,1,'-04'),(1402,2,-18000,0,'-05'),(1402,3,-14400,0,'-04'),(1402,4,-18000,0,'-05'),(1403,0,-15336,0,'LMT'),(1403,1,-10800,1,'-03'),(1403,2,-14400,0,'-04'),(1404,0,-15865,0,'LMT'),(1404,1,-14400,0,'AST'),(1404,2,-10800,1,'APT'),(1404,3,-10800,1,'AWT'),(1405,0,-17020,0,'LMT'),(1405,1,-16966,0,'SMT'),(1405,2,-18000,0,'-05'),(1405,3,-14400,0,'-04'),(1405,4,-14400,1,'-04'),(1405,5,-10800,1,'-03'),(1405,6,-14400,0,'-04'),(1405,7,-10800,0,'-03'),(1406,0,-22696,0,'LMT'),(1406,1,-18000,1,'CDT'),(1406,2,-21600,0,'CST'),(1406,3,-18000,1,'CWT'),(1406,4,-18000,1,'CPT'),(1407,0,0,0,'-00'),(1407,1,-14400,1,'CDDT'),(1407,2,-21600,0,'CST'),(1407,3,-18000,1,'CDT'),(1407,4,-18000,0,'EST'),(1407,5,-21600,0,'CST'),(1408,0,-8376,0,'LMT'),(1408,1,-7200,1,'-02'),(1408,2,-10800,0,'-03'),(1409,0,-25116,0,'LMT'),(1409,1,-21600,1,'MDT'),(1409,2,-25200,0,'MST'),(1409,3,-21600,1,'MWT'),(1409,4,-21600,1,'MPT'),(1409,5,-21600,0,'CST'),(1410,0,0,0,'-00'),(1410,1,-14400,1,'CDDT'),(1410,2,-21600,0,'CST'),(1410,3,-18000,1,'CDT'),(1410,4,-18000,0,'EST'),(1410,5,-21600,0,'CST'),(1411,0,-16272,0,'LMT'),(1411,1,-14400,1,'-04'),(1411,2,-18000,0,'-05'),(1411,3,-14400,0,'-04'),(1411,4,-18000,0,'-05'),(1412,0,-15408,0,'LMT'),(1412,1,-15408,0,'CMT'),(1412,2,-14400,0,'-04'),(1412,3,-10800,1,'-03'),(1412,4,-7200,1,'-02'),(1412,5,-10800,0,'-03'),(1413,0,-28084,0,'LMT'),(1413,1,-25200,0,'MST'),(1413,2,-28800,0,'PST'),(1413,3,-25200,1,'PDT'),(1413,4,-25200,1,'PWT'),(1413,5,-25200,1,'PPT'),(1414,0,-13128,0,'LMT'),(1414,1,-10800,1,'-03'),(1414,2,-14400,0,'-04'),(1414,3,-10800,0,'-03'),(1415,0,-16966,0,'LMT'),(1415,1,-16966,0,'SMT'),(1415,2,-18000,0,'-05'),(1415,3,-14400,0,'-04'),(1415,4,-14400,1,'-04'),(1415,5,-10800,1,'-03'),(1415,6,-10800,1,'-03'),(1415,7,-14400,0,'-04'),(1416,0,-16776,0,'LMT'),(1416,1,-16800,0,'SDMT'),(1416,2,-14400,1,'EDT'),(1416,3,-18000,0,'EST'),(1416,4,-16200,1,'-0430'),(1416,5,-14400,0,'AST'),(1417,0,-11188,0,'LMT'),(1417,1,-7200,1,'-02'),(1417,2,-10800,0,'-03'),(1418,0,-5272,0,'LMT'),(1418,1,-7200,0,'-02'),(1418,2,-3600,1,'-01'),(1418,3,-7200,0,'-02'),(1418,4,-3600,0,'-01'),(1418,5,0,1,'+00'),(1418,6,0,1,'+00'),(1419,0,-25196,0,'LMT'),(1419,1,-21600,1,'MDT'),(1419,2,-25200,0,'MST'),(1419,3,-21600,1,'MWT'),(1419,4,-21600,1,'MPT'),(1420,0,-32473,0,'LMT'),(1420,1,-28800,0,'PST'),(1420,2,-25200,1,'PWT'),(1420,3,-25200,1,'PPT'),(1420,4,-25200,1,'PDT'),(1420,5,-32400,0,'YST'),(1420,6,-28800,1,'AKDT'),(1420,7,-32400,0,'AKST'),(1421,0,-14764,0,'LMT'),(1421,1,-14400,0,'AST'),(1422,0,-12652,0,'LMT'),(1422,1,-9052,1,'NDT'),(1422,2,-12652,0,'NST'),(1422,3,-9000,1,'NDT'),(1422,4,-12600,0,'NST'),(1422,5,-9000,1,'NPT'),(1422,6,-9000,1,'NWT'),(1422,7,-5400,1,'NDDT'),(1422,8,-9000,1,'NDT'),(1423,0,-14764,0,'LMT'),(1423,1,-14400,0,'AST'),(1424,0,-14764,0,'LMT'),(1424,1,-14400,0,'AST'),(1425,0,-14764,0,'LMT'),(1425,1,-14400,0,'AST'),(1426,0,-14764,0,'LMT'),(1426,1,-14400,0,'AST'),(1427,0,-25880,0,'LMT'),(1427,1,-21600,1,'MDT'),(1427,2,-25200,0,'MST'),(1427,3,-21600,1,'MWT'),(1427,4,-21600,1,'MPT'),(1427,5,-21600,0,'CST'),(1428,0,-20932,0,'LMT'),(1428,1,-18000,1,'CDT'),(1428,2,-21600,0,'CST'),(1429,0,-16508,0,'LMT'),(1429,1,-10800,1,'ADT'),(1429,2,-14400,0,'AST'),(1430,0,-21420,0,'LMT'),(1430,1,-21600,0,'CST'),(1430,2,-18000,0,'EST'),(1430,3,-14400,1,'EWT'),(1430,4,-14400,1,'EPT'),(1430,5,-14400,1,'EDT'),(1431,0,-28084,0,'LMT'),(1431,1,-25200,0,'MST'),(1431,2,-28800,0,'PST'),(1431,3,-25200,1,'PDT'),(1431,4,-25200,1,'PWT'),(1431,5,-25200,1,'PPT'),(1432,0,-19052,0,'LMT'),(1432,1,-14400,1,'EDT'),(1432,2,-18000,0,'EST'),(1432,3,-14400,1,'EWT'),(1432,4,-14400,1,'EPT'),(1433,0,-14764,0,'LMT'),(1433,1,-14400,0,'AST'),(1434,0,-29548,0,'LMT'),(1434,1,-25200,1,'PDT'),(1434,2,-28800,0,'PST'),(1434,3,-25200,1,'PWT'),(1434,4,-25200,1,'PPT'),(1435,0,-14764,0,'LMT'),(1435,1,-14400,0,'AST'),(1436,0,-32412,0,'LMT'),(1436,1,-28800,1,'YDT'),(1436,2,-32400,0,'YST'),(1436,3,-28800,1,'YWT'),(1436,4,-28800,1,'YPT'),(1436,5,-25200,1,'YDDT'),(1436,6,-28800,0,'PST'),(1436,7,-25200,1,'PDT'),(1436,8,-25200,0,'MST'),(1437,0,-23316,0,'LMT'),(1437,1,-18000,1,'CDT'),(1437,2,-21600,0,'CST'),(1437,3,-18000,1,'CWT'),(1437,4,-18000,1,'CPT'),(1437,5,-18000,1,'CDT'),(1437,6,-21600,0,'CST'),(1438,0,-33535,0,'LMT'),(1438,1,-32400,0,'YST'),(1438,2,-28800,1,'YWT'),(1438,3,-28800,1,'YPT'),(1438,4,-28800,1,'YDT'),(1438,5,-28800,1,'AKDT'),(1438,6,-32400,0,'AKST'),(1439,0,0,0,'-00'),(1439,1,-21600,1,'MWT'),(1439,2,-21600,1,'MPT'),(1439,3,-25200,0,'MST'),(1439,4,-18000,1,'MDDT'),(1439,5,-21600,1,'MDT'),(1440,0,0,0,'-00'),(1440,1,28800,0,'+08'),(1440,2,39600,0,'+11'),(1440,3,28800,0,'+08'),(1440,4,39600,0,'+11'),(1441,0,0,0,'-00'),(1441,1,25200,0,'+07'),(1441,2,18000,0,'+05'),(1441,3,25200,0,'+07'),(1442,0,0,0,'-00'),(1442,1,36000,0,'+10'),(1443,0,0,0,'-00'),(1443,1,36000,0,'AEST'),(1443,2,39600,1,'AEDT'),(1443,3,36000,0,'AEST'),(1443,4,0,0,'-00'),(1443,5,39600,1,'AEDT'),(1443,6,36000,0,'AEST'),(1444,0,0,0,'-00'),(1444,1,21600,0,'+06'),(1444,2,18000,0,'+05'),(1445,0,41944,0,'LMT'),(1445,1,45000,1,'NZST'),(1445,2,41400,0,'NZMT'),(1445,3,43200,1,'NZST'),(1445,4,46800,1,'NZDT'),(1445,5,43200,0,'NZST'),(1445,6,43200,0,'NZST'),(1446,0,0,0,'-00'),(1446,1,-14400,0,'-04'),(1446,2,-10800,1,'-03'),(1446,3,-7200,1,'-02'),(1446,4,-10800,0,'-03'),(1446,5,-10800,1,'-03'),(1446,6,-14400,0,'-04'),(1446,7,-10800,0,'-03'),(1447,0,0,0,'-00'),(1447,1,-10800,0,'-03'),(1448,0,41944,0,'LMT'),(1448,1,45000,1,'NZST'),(1448,2,41400,0,'NZMT'),(1448,3,43200,1,'NZST'),(1448,4,46800,1,'NZDT'),(1448,5,43200,0,'NZST'),(1448,6,43200,0,'NZST'),(1449,0,0,0,'-00'),(1449,1,10800,0,'+03'),(1450,0,0,0,'-00'),(1450,1,7200,1,'+02'),(1450,2,0,0,'+00'),(1450,3,0,0,'+00'),(1451,0,0,0,'-00'),(1451,1,21600,0,'+06'),(1452,0,2580,0,'LMT'),(1452,1,7200,1,'CEST'),(1452,2,3600,0,'CET'),(1452,3,3600,0,'CET'),(1452,4,7200,1,'CEST'),(1452,5,7200,1,'CEST'),(1452,6,3600,0,'CET'),(1453,0,11212,0,'LMT'),(1453,1,10800,0,'+03'),(1454,0,18468,0,'LMT'),(1454,1,18000,0,'+05'),(1454,2,25200,1,'+07'),(1454,3,21600,0,'+06'),(1454,4,21600,0,'+06'),(1454,5,25200,1,'+07'),(1454,6,21600,1,'+06'),(1454,7,18000,0,'+05'),(1454,8,25200,1,'+07'),(1454,9,21600,0,'+06'),(1455,0,8624,0,'LMT'),(1455,1,10800,1,'EEST'),(1455,2,7200,0,'EET'),(1455,3,7200,0,'EET'),(1455,4,10800,1,'EEST'),(1456,0,42596,0,'LMT'),(1456,1,43200,0,'+12'),(1456,2,50400,1,'+14'),(1456,3,46800,0,'+13'),(1456,4,46800,1,'+13'),(1456,5,43200,0,'+12'),(1456,6,46800,1,'+13'),(1456,7,43200,1,'+12'),(1456,8,39600,0,'+11'),(1456,9,43200,0,'+12'),(1457,0,12064,0,'LMT'),(1457,1,14400,0,'+04'),(1457,2,18000,0,'+05'),(1457,3,21600,0,'+06'),(1457,4,21600,1,'+06'),(1457,5,18000,0,'+05'),(1457,6,21600,1,'+06'),(1457,7,18000,1,'+05'),(1457,8,14400,0,'+04'),(1457,9,18000,0,'+05'),(1458,0,13720,0,'LMT'),(1458,1,14400,0,'+04'),(1458,2,18000,0,'+05'),(1458,3,21600,1,'+06'),(1458,4,21600,0,'+06'),(1458,5,18000,0,'+05'),(1458,6,21600,1,'+06'),(1458,7,18000,1,'+05'),(1458,8,14400,0,'+04'),(1458,9,21600,1,'+06'),(1458,10,18000,0,'+05'),(1459,0,14012,0,'LMT'),(1459,1,14400,0,'+04'),(1459,2,21600,1,'+06'),(1459,3,18000,0,'+05'),(1459,4,18000,0,'+05'),(1459,5,21600,1,'+06'),(1459,6,18000,1,'+05'),(1459,7,14400,0,'+04'),(1459,8,18000,0,'+05'),(1460,0,14012,0,'LMT'),(1460,1,14400,0,'+04'),(1460,2,21600,1,'+06'),(1460,3,18000,0,'+05'),(1460,4,18000,0,'+05'),(1460,5,21600,1,'+06'),(1460,6,18000,1,'+05'),(1460,7,14400,0,'+04'),(1460,8,18000,0,'+05'),(1461,0,12464,0,'LMT'),(1461,1,10800,0,'+03'),(1461,2,18000,0,'+05'),(1461,3,21600,0,'+06'),(1461,4,21600,1,'+06'),(1461,5,18000,0,'+05'),(1461,6,21600,1,'+06'),(1461,7,18000,1,'+05'),(1461,8,14400,0,'+04'),(1461,9,18000,0,'+05'),(1462,0,10660,0,'LMT'),(1462,1,10656,0,'BMT'),(1462,2,10800,0,'+03'),(1462,3,14400,1,'+04'),(1462,4,10800,0,'+03'),(1462,5,14400,1,'+04'),(1463,0,12368,0,'LMT'),(1463,1,14400,0,'+04'),(1463,2,10800,0,'+03'),(1464,0,11964,0,'LMT'),(1464,1,10800,0,'+03'),(1464,2,18000,1,'+05'),(1464,3,14400,0,'+04'),(1464,4,14400,0,'+04'),(1464,5,18000,1,'+05'),(1464,6,14400,1,'+04'),(1464,7,10800,0,'+03'),(1464,8,18000,1,'+05'),(1464,9,14400,0,'+04'),(1465,0,24124,0,'LMT'),(1465,1,24124,0,'BMT'),(1465,2,25200,0,'+07'),(1466,0,20100,0,'LMT'),(1466,1,21600,0,'+06'),(1466,2,28800,1,'+08'),(1466,3,25200,0,'+07'),(1466,4,25200,0,'+07'),(1466,5,28800,1,'+08'),(1466,6,25200,1,'+07'),(1466,7,21600,0,'+06'),(1466,8,25200,1,'+07'),(1466,9,25200,0,'+07'),(1467,0,8520,0,'LMT'),(1467,1,10800,1,'EEST'),(1467,2,7200,0,'EET'),(1468,0,17904,0,'LMT'),(1468,1,18000,0,'+05'),(1468,2,25200,1,'+07'),(1468,3,21600,0,'+06'),(1468,4,21600,0,'+06'),(1468,5,25200,1,'+07'),(1468,6,21600,1,'+06'),(1468,7,21600,1,'+06'),(1469,0,27580,0,'LMT'),(1469,1,27000,0,'+0730'),(1469,2,28800,0,'+08'),(1470,0,21200,0,'HMT'),(1470,1,19270,0,'MMT'),(1470,2,19800,0,'IST'),(1470,3,23400,1,'+0630'),(1471,0,27232,0,'LMT'),(1471,1,28800,0,'+08'),(1471,2,36000,1,'+10'),(1471,3,32400,0,'+09'),(1471,4,32400,0,'+09'),(1471,5,36000,1,'+10'),(1471,6,32400,1,'+09'),(1471,7,28800,0,'+08'),(1471,8,36000,0,'+10'),(1471,9,36000,1,'+10'),(1471,10,32400,0,'+09'),(1472,0,27480,0,'LMT'),(1472,1,25200,0,'+07'),(1472,2,28800,0,'+08'),(1472,3,32400,0,'+09'),(1472,4,36000,1,'+10'),(1472,5,32400,1,'+09'),(1472,6,28800,0,'+08'),(1473,0,29143,0,'LMT'),(1473,1,32400,1,'CDT'),(1473,2,28800,0,'CST'),(1474,0,29143,0,'LMT'),(1474,1,32400,1,'CDT'),(1474,2,28800,0,'CST'),(1475,0,19164,0,'LMT'),(1475,1,19172,0,'MMT'),(1475,2,19800,0,'+0530'),(1475,3,21600,1,'+06'),(1475,4,23400,1,'+0630'),(1475,5,23400,0,'+0630'),(1475,6,21600,0,'+06'),(1475,7,19800,0,'+0530'),(1476,0,21700,0,'LMT'),(1476,1,21200,0,'HMT'),(1476,2,23400,0,'+0630'),(1476,3,19800,0,'+0530'),(1476,4,21600,0,'+06'),(1476,5,25200,1,'+07'),(1477,0,8712,0,'LMT'),(1477,1,10800,1,'EEST'),(1477,2,7200,0,'EET'),(1478,0,21700,0,'LMT'),(1478,1,21200,0,'HMT'),(1478,2,23400,0,'+0630'),(1478,3,19800,0,'+0530'),(1478,4,21600,0,'+06'),(1478,5,25200,1,'+07'),(1479,0,30140,0,'LMT'),(1479,1,28800,0,'+08'),(1479,2,32400,0,'+09'),(1480,0,13272,0,'LMT'),(1480,1,14400,0,'+04'),(1481,0,16512,0,'LMT'),(1481,1,18000,0,'+05'),(1481,2,25200,1,'+07'),(1481,3,21600,0,'+06'),(1481,4,21600,0,'+06'),(1481,5,25200,1,'+07'),(1481,6,21600,1,'+06'),(1481,7,18000,0,'+05'),(1482,0,8148,0,'LMT'),(1482,1,10800,1,'EEST'),(1482,2,7200,0,'EET'),(1482,3,7200,0,'EET'),(1482,4,10800,1,'EEST'),(1482,5,10800,0,'+03'),(1482,6,7200,0,'EET'),(1483,0,8272,0,'LMT'),(1483,1,10800,1,'EEST'),(1483,2,7200,0,'EET'),(1483,3,7200,0,'EET'),(1483,4,10800,1,'EEST'),(1483,5,10800,1,'IDT'),(1483,6,7200,0,'IST'),(1483,7,10800,1,'IDT'),(1483,8,7200,0,'IST'),(1483,9,7200,0,'EET'),(1484,0,29143,0,'LMT'),(1484,1,32400,1,'CDT'),(1484,2,28800,0,'CST'),(1485,0,8423,0,'LMT'),(1485,1,10800,1,'EEST'),(1485,2,7200,0,'EET'),(1485,3,7200,0,'EET'),(1485,4,10800,1,'EEST'),(1485,5,10800,1,'IDT'),(1485,6,7200,0,'IST'),(1485,7,10800,1,'IDT'),(1485,8,7200,0,'IST'),(1485,9,7200,0,'EET'),(1486,0,25600,0,'LMT'),(1486,1,25590,0,'PLMT'),(1486,2,25200,0,'+07'),(1486,3,28800,0,'+08'),(1486,4,32400,0,'+09'),(1486,5,25200,0,'+07'),(1487,0,27402,0,'LMT'),(1487,1,28800,0,'HKT'),(1487,2,32400,1,'HKST'),(1487,3,30600,1,'HKWT'),(1487,4,32400,0,'JST'),(1487,5,28800,0,'HKT'),(1487,6,32400,1,'HKST'),(1488,0,21996,0,'LMT'),(1488,1,21600,0,'+06'),(1488,2,28800,1,'+08'),(1488,3,25200,0,'+07'),(1489,0,25025,0,'LMT'),(1489,1,25025,0,'IMT'),(1489,2,25200,0,'+07'),(1489,3,32400,1,'+09'),(1489,4,28800,0,'+08'),(1489,5,28800,0,'+08'),(1489,6,32400,1,'+09'),(1489,7,28800,1,'+08'),(1489,8,25200,0,'+07'),(1489,9,32400,0,'+09'),(1489,10,32400,1,'+09'),(1489,11,28800,0,'+08'),(1490,0,6952,0,'LMT'),(1490,1,7016,0,'IMT'),(1490,2,10800,1,'EEST'),(1490,3,7200,0,'EET'),(1490,4,10800,0,'+03'),(1490,5,14400,1,'+04'),(1490,6,10800,1,'EEST'),(1490,7,7200,0,'EET'),(1490,8,10800,1,'EEST'),(1490,9,7200,0,'EET'),(1490,10,10800,0,'+03'),(1491,0,25632,0,'LMT'),(1491,1,25632,0,'BMT'),(1491,2,26400,0,'+0720'),(1491,3,27000,0,'+0730'),(1491,4,32400,0,'+09'),(1491,5,28800,0,'+08'),(1491,6,25200,0,'WIB'),(1492,0,33768,0,'LMT'),(1492,1,32400,0,'+09'),(1492,2,34200,0,'+0930'),(1492,3,32400,0,'WIT'),(1493,0,8454,0,'LMT'),(1493,1,8440,0,'JMT'),(1493,2,10800,1,'IDT'),(1493,3,7200,0,'IST'),(1493,4,14400,1,'IDDT'),(1493,5,10800,1,'IDT'),(1493,6,7200,0,'IST'),(1493,7,10800,1,'IDT'),(1493,8,7200,0,'IST'),(1494,0,16608,0,'LMT'),(1494,1,14400,0,'+04'),(1494,2,16200,0,'+0430'),(1495,0,38076,0,'LMT'),(1495,1,39600,0,'+11'),(1495,2,46800,1,'+13'),(1495,3,43200,0,'+12'),(1495,4,43200,0,'+12'),(1495,5,46800,1,'+13'),(1495,6,43200,1,'+12'),(1495,7,39600,0,'+11'),(1495,8,43200,0,'+12'),(1496,0,16092,0,'LMT'),(1496,1,19800,0,'+0530'),(1496,2,23400,1,'+0630'),(1496,3,18000,0,'+05'),(1496,4,21600,1,'PKST'),(1496,5,18000,0,'PKT'),(1497,0,21020,0,'LMT'),(1497,1,21600,0,'+06'),(1498,0,20476,0,'LMT'),(1498,1,19800,0,'+0530'),(1498,2,20700,0,'+0545'),(1499,0,20476,0,'LMT'),(1499,1,19800,0,'+0530'),(1499,2,20700,0,'+0545'),(1500,0,32533,0,'LMT'),(1500,1,28800,0,'+08'),(1500,2,36000,1,'+10'),(1500,3,32400,0,'+09'),(1500,4,32400,0,'+09'),(1500,5,36000,1,'+10'),(1500,6,32400,1,'+09'),(1500,7,28800,0,'+08'),(1500,8,39600,1,'+11'),(1500,9,36000,0,'+10'),(1500,10,36000,0,'+10'),(1500,11,39600,0,'+11'),(1500,12,32400,0,'+09'),(1501,0,21200,0,'HMT'),(1501,1,19270,0,'MMT'),(1501,2,19800,0,'IST'),(1501,3,23400,1,'+0630'),(1502,0,22286,0,'LMT'),(1502,1,21600,0,'+06'),(1502,2,28800,1,'+08'),(1502,3,25200,0,'+07'),(1502,4,25200,0,'+07'),(1502,5,28800,1,'+08'),(1502,6,25200,1,'+07'),(1502,7,21600,0,'+06'),(1502,8,28800,0,'+08'),(1502,9,28800,1,'+08'),(1502,10,25200,0,'+07'),(1503,0,24406,0,'LMT'),(1503,1,24925,0,'SMT'),(1503,2,25200,0,'+07'),(1503,3,26400,1,'+0720'),(1503,4,26400,0,'+0720'),(1503,5,27000,0,'+0730'),(1503,6,32400,0,'+09'),(1503,7,28800,0,'+08'),(1504,0,26480,0,'LMT'),(1504,1,27000,0,'+0730'),(1504,2,30000,1,'+0820'),(1504,3,28800,0,'+08'),(1504,4,32400,0,'+09'),(1504,5,28800,0,'+08'),(1505,0,11212,0,'LMT'),(1505,1,10800,0,'+03'),(1506,0,27250,0,'LMT'),(1506,1,28800,0,'CST'),(1506,2,36000,1,'+10'),(1506,3,32400,0,'+09'),(1506,4,32400,1,'CDT'),(1506,5,28800,0,'CST'),(1506,6,32400,1,'CDT'),(1507,0,27250,0,'LMT'),(1507,1,28800,0,'CST'),(1507,2,36000,1,'+10'),(1507,3,32400,0,'+09'),(1507,4,32400,1,'CDT'),(1507,5,28800,0,'CST'),(1507,6,32400,1,'CDT'),(1508,0,36192,0,'LMT'),(1508,1,36000,0,'+10'),(1508,2,43200,1,'+12'),(1508,3,39600,0,'+11'),(1508,4,39600,0,'+11'),(1508,5,43200,1,'+12'),(1508,6,39600,1,'+11'),(1508,7,36000,0,'+10'),(1508,8,43200,0,'+12'),(1508,9,43200,1,'+12'),(1508,10,39600,0,'+11'),(1509,0,28656,0,'LMT'),(1509,1,28656,0,'MMT'),(1509,2,28800,0,'+08'),(1509,3,32400,0,'+09'),(1509,4,28800,0,'WITA'),(1510,0,29040,0,'LMT'),(1510,1,32400,1,'PDT'),(1510,2,28800,0,'PST'),(1510,3,32400,0,'JST'),(1510,4,28800,0,'PST'),(1511,0,13272,0,'LMT'),(1511,1,14400,0,'+04'),(1512,0,8008,0,'LMT'),(1512,1,10800,1,'EEST'),(1512,2,7200,0,'EET'),(1512,3,7200,0,'EET'),(1512,4,10800,1,'EEST'),(1513,0,20928,0,'LMT'),(1513,1,21600,0,'+06'),(1513,2,28800,1,'+08'),(1513,3,25200,0,'+07'),(1513,4,25200,0,'+07'),(1513,5,28800,1,'+08'),(1513,6,25200,1,'+07'),(1513,7,21600,0,'+06'),(1513,8,25200,0,'+07'),(1514,0,19900,0,'LMT'),(1514,1,21600,0,'+06'),(1514,2,28800,1,'+08'),(1514,3,25200,0,'+07'),(1514,4,25200,0,'+07'),(1514,5,28800,1,'+08'),(1514,6,25200,1,'+07'),(1514,7,21600,0,'+06'),(1514,8,25200,1,'+07'),(1514,9,25200,0,'+07'),(1515,0,17610,0,'LMT'),(1515,1,18000,0,'+05'),(1515,2,25200,1,'+07'),(1515,3,21600,0,'+06'),(1515,4,21600,0,'+06'),(1515,5,25200,1,'+07'),(1515,6,21600,1,'+06'),(1515,7,18000,0,'+05'),(1515,8,25200,0,'+07'),(1515,9,25200,1,'+07'),(1515,10,21600,0,'+06'),(1516,0,12324,0,'LMT'),(1516,1,10800,0,'+03'),(1516,2,18000,0,'+05'),(1516,3,21600,1,'+06'),(1516,4,21600,0,'+06'),(1516,5,18000,0,'+05'),(1516,6,21600,1,'+06'),(1516,7,18000,1,'+05'),(1516,8,14400,0,'+04'),(1516,9,18000,0,'+05'),(1517,0,24124,0,'LMT'),(1517,1,24124,0,'BMT'),(1517,2,25200,0,'+07'),(1518,0,26240,0,'LMT'),(1518,1,26240,0,'PMT'),(1518,2,27000,0,'+0730'),(1518,3,32400,0,'+09'),(1518,4,28800,0,'+08'),(1518,5,28800,0,'WITA'),(1518,6,25200,0,'WIB'),(1519,0,30180,0,'LMT'),(1519,1,30600,0,'KST'),(1519,2,32400,0,'JST'),(1519,3,32400,0,'KST'),(1520,0,12368,0,'LMT'),(1520,1,14400,0,'+04'),(1520,2,10800,0,'+03'),(1521,0,15268,0,'LMT'),(1521,1,14400,0,'+04'),(1521,2,18000,0,'+05'),(1521,3,21600,1,'+06'),(1521,4,21600,0,'+06'),(1521,5,18000,0,'+05'),(1521,6,21600,1,'+06'),(1521,7,18000,1,'+05'),(1521,8,14400,0,'+04'),(1521,9,21600,0,'+06'),(1521,10,21600,1,'+06'),(1522,0,15712,0,'LMT'),(1522,1,14400,0,'+04'),(1522,2,18000,0,'+05'),(1522,3,21600,1,'+06'),(1522,4,21600,0,'+06'),(1522,5,18000,0,'+05'),(1522,6,21600,1,'+06'),(1522,7,18000,1,'+05'),(1522,8,21600,0,'+06'),(1522,9,21600,1,'+06'),(1522,10,18000,0,'+05'),(1523,0,23087,0,'LMT'),(1523,1,23087,0,'RMT'),(1523,2,23400,0,'+0630'),(1523,3,32400,0,'+09'),(1523,4,23400,0,'+0630'),(1524,0,11212,0,'LMT'),(1524,1,10800,0,'+03'),(1525,0,25600,0,'LMT'),(1525,1,25590,0,'PLMT'),(1525,2,25200,0,'+07'),(1525,3,28800,0,'+08'),(1525,4,32400,0,'+09'),(1525,5,25200,0,'+07'),(1526,0,34248,0,'LMT'),(1526,1,32400,0,'+09'),(1526,2,43200,1,'+12'),(1526,3,39600,0,'+11'),(1526,4,39600,0,'+11'),(1526,5,43200,1,'+12'),(1526,6,39600,1,'+11'),(1526,7,36000,0,'+10'),(1526,8,39600,0,'+11'),(1527,0,16073,0,'LMT'),(1527,1,14400,0,'+04'),(1527,2,18000,0,'+05'),(1527,3,21600,1,'+06'),(1527,4,21600,0,'+06'),(1527,5,18000,0,'+05'),(1527,6,21600,1,'+06'),(1528,0,30472,0,'LMT'),(1528,1,30600,0,'KST'),(1528,2,32400,0,'JST'),(1528,3,36000,1,'KDT'),(1528,4,32400,0,'KST'),(1528,5,34200,1,'KDT'),(1528,6,36000,1,'KDT'),(1529,0,29143,0,'LMT'),(1529,1,32400,1,'CDT'),(1529,2,28800,0,'CST'),(1530,0,24925,0,'LMT'),(1530,1,24925,0,'SMT'),(1530,2,25200,0,'+07'),(1530,3,26400,1,'+0720'),(1530,4,26400,0,'+0720'),(1530,5,27000,0,'+0730'),(1530,6,32400,0,'+09'),(1530,7,28800,0,'+08'),(1531,0,36892,0,'LMT'),(1531,1,36000,0,'+10'),(1531,2,43200,1,'+12'),(1531,3,39600,0,'+11'),(1531,4,39600,0,'+11'),(1531,5,43200,1,'+12'),(1531,6,39600,1,'+11'),(1531,7,36000,0,'+10'),(1531,8,43200,0,'+12'),(1531,9,43200,1,'+12'),(1531,10,39600,0,'+11'),(1532,0,29160,0,'LMT'),(1532,1,28800,0,'CST'),(1532,2,32400,0,'JST'),(1532,3,32400,1,'CDT'),(1532,4,28800,0,'CST'),(1533,0,16631,0,'LMT'),(1533,1,18000,0,'+05'),(1533,2,25200,1,'+07'),(1533,3,21600,0,'+06'),(1533,4,21600,0,'+06'),(1533,5,25200,1,'+07'),(1533,6,21600,1,'+06'),(1533,7,18000,0,'+05'),(1534,0,10751,0,'LMT'),(1534,1,10751,0,'TBMT'),(1534,2,10800,0,'+03'),(1534,3,18000,1,'+05'),(1534,4,14400,0,'+04'),(1534,5,14400,0,'+04'),(1534,6,18000,1,'+05'),(1534,7,14400,1,'+04'),(1534,8,10800,0,'+03'),(1534,9,14400,1,'+04'),(1534,10,14400,0,'+04'),(1535,0,12344,0,'LMT'),(1535,1,12344,0,'TMT'),(1535,2,12600,0,'+0330'),(1535,3,18000,1,'+05'),(1535,4,14400,0,'+04'),(1535,5,16200,1,'+0430'),(1535,6,12600,0,'+0330'),(1536,0,8454,0,'LMT'),(1536,1,8440,0,'JMT'),(1536,2,10800,1,'IDT'),(1536,3,7200,0,'IST'),(1536,4,14400,1,'IDDT'),(1536,5,10800,1,'IDT'),(1536,6,7200,0,'IST'),(1536,7,10800,1,'IDT'),(1536,8,7200,0,'IST'),(1537,0,21516,0,'LMT'),(1537,1,19800,0,'+0530'),(1537,2,21600,0,'+06'),(1538,0,21516,0,'LMT'),(1538,1,19800,0,'+0530'),(1538,2,21600,0,'+06'),(1539,0,33539,0,'LMT'),(1539,1,36000,1,'JDT'),(1539,2,32400,0,'JST'),(1539,3,32400,0,'JST'),(1540,0,20391,0,'LMT'),(1540,1,21600,0,'+06'),(1540,2,28800,1,'+08'),(1540,3,25200,0,'+07'),(1540,4,25200,0,'+07'),(1540,5,28800,1,'+08'),(1540,6,25200,1,'+07'),(1540,7,21600,0,'+06'),(1540,8,25200,1,'+07'),(1540,9,25200,0,'+07'),(1541,0,28656,0,'LMT'),(1541,1,28656,0,'MMT'),(1541,2,28800,0,'+08'),(1541,3,32400,0,'+09'),(1541,4,28800,0,'WITA'),(1542,0,25652,0,'LMT'),(1542,1,25200,0,'+07'),(1542,2,32400,1,'+09'),(1542,3,28800,0,'+08'),(1543,0,25652,0,'LMT'),(1543,1,25200,0,'+07'),(1543,2,32400,1,'+09'),(1543,3,28800,0,'+08'),(1544,0,21020,0,'LMT'),(1544,1,21600,0,'+06'),(1545,0,34374,0,'LMT'),(1545,1,28800,0,'+08'),(1545,2,32400,0,'+09'),(1545,3,39600,0,'+11'),(1545,4,43200,1,'+12'),(1545,5,39600,0,'+11'),(1545,6,43200,1,'+12'),(1545,7,39600,1,'+11'),(1545,8,36000,0,'+10'),(1545,9,43200,0,'+12'),(1545,10,43200,1,'+12'),(1545,11,36000,0,'+10'),(1546,0,24124,0,'LMT'),(1546,1,24124,0,'BMT'),(1546,2,25200,0,'+07'),(1547,0,31651,0,'LMT'),(1547,1,32400,0,'+09'),(1547,2,39600,1,'+11'),(1547,3,36000,0,'+10'),(1547,4,36000,0,'+10'),(1547,5,39600,1,'+11'),(1547,6,36000,1,'+10'),(1547,7,32400,0,'+09'),(1547,8,39600,0,'+11'),(1547,9,39600,1,'+11'),(1547,10,36000,0,'+10'),(1548,0,31138,0,'LMT'),(1548,1,28800,0,'+08'),(1548,2,36000,1,'+10'),(1548,3,32400,0,'+09'),(1548,4,32400,0,'+09'),(1548,5,36000,1,'+10'),(1548,6,32400,1,'+09'),(1548,7,28800,0,'+08'),(1548,8,36000,0,'+10'),(1548,9,36000,1,'+10'),(1548,10,32400,0,'+09'),(1549,0,23087,0,'LMT'),(1549,1,23087,0,'RMT'),(1549,2,23400,0,'+0630'),(1549,3,32400,0,'+09'),(1549,4,23400,0,'+0630'),(1550,0,14553,0,'LMT'),(1550,1,13505,0,'PMT'),(1550,2,14400,0,'+04'),(1550,3,21600,1,'+06'),(1550,4,18000,0,'+05'),(1550,5,18000,0,'+05'),(1550,6,21600,1,'+06'),(1550,7,18000,1,'+05'),(1550,8,14400,0,'+04'),(1550,9,21600,0,'+06'),(1550,10,21600,1,'+06'),(1550,11,18000,0,'+05'),(1551,0,10680,0,'LMT'),(1551,1,10800,0,'+03'),(1551,2,18000,1,'+05'),(1551,3,14400,0,'+04'),(1551,4,14400,0,'+04'),(1551,5,18000,1,'+05'),(1551,6,14400,1,'+04'),(1551,7,10800,0,'+03'),(1551,8,18000,1,'+05'),(1551,9,14400,0,'+04'),(1552,0,-6160,0,'LMT'),(1552,1,-6872,0,'HMT'),(1552,2,-3600,1,'-01'),(1552,3,-7200,0,'-02'),(1552,4,-3600,1,'-01'),(1552,5,-7200,0,'-02'),(1552,6,-7200,0,'-02'),(1552,7,0,1,'+00'),(1552,8,-3600,0,'-01'),(1552,9,-3600,0,'-01'),(1552,10,0,0,'WET'),(1552,11,0,1,'+00'),(1552,12,-3600,0,'-01'),(1553,0,-15558,0,'LMT'),(1553,1,-11958,1,'BST'),(1553,2,-15558,0,'BMT'),(1553,3,-10800,1,'ADT'),(1553,4,-14400,0,'AST'),(1554,0,-3696,0,'LMT'),(1554,1,-3600,0,'-01'),(1554,2,0,0,'WET'),(1554,3,3600,1,'WEST'),(1554,4,0,0,'WET'),(1554,5,3600,1,'WEST'),(1555,0,-5644,0,'LMT'),(1555,1,-7200,0,'-02'),(1555,2,-3600,1,'-01'),(1555,3,-7200,0,'-02'),(1555,4,-3600,0,'-01'),(1556,0,-1624,0,'LMT'),(1556,1,0,0,'WET'),(1556,2,3600,1,'WEST'),(1556,3,0,0,'WET'),(1557,0,-1624,0,'LMT'),(1557,1,0,0,'WET'),(1557,2,3600,1,'WEST'),(1557,3,0,0,'WET'),(1558,0,2580,0,'LMT'),(1558,1,7200,1,'CEST'),(1558,2,3600,0,'CET'),(1558,3,3600,0,'CET'),(1558,4,7200,1,'CEST'),(1558,5,7200,1,'CEST'),(1558,6,3600,0,'CET'),(1559,0,-4056,0,'LMT'),(1559,1,-4056,0,'FMT'),(1559,2,0,1,'+00'),(1559,3,-3600,0,'-01'),(1559,4,0,1,'+00'),(1559,5,-3600,0,'-01'),(1559,6,-3600,0,'-01'),(1559,7,3600,1,'+01'),(1559,8,3600,1,'WEST'),(1559,9,0,0,'WET'),(1559,10,0,0,'WET'),(1559,11,0,0,'WET'),(1559,12,3600,1,'WEST'),(1560,0,-5280,0,'LMT'),(1560,1,0,1,'+00'),(1560,2,-3600,0,'-01'),(1560,3,-3600,0,'-01'),(1560,4,0,1,'+00'),(1560,5,0,0,'GMT'),(1561,0,-7200,0,'-02'),(1562,0,-968,0,'LMT'),(1562,1,0,0,'GMT'),(1563,0,-13884,0,'LMT'),(1563,1,-13884,0,'SMT'),(1563,2,-10800,1,'-03'),(1563,3,-14400,0,'-04'),(1563,4,-7200,1,'-02'),(1563,5,-10800,0,'-03'),(1563,6,-10800,1,'-03'),(1564,0,36292,0,'LMT'),(1564,1,39600,1,'AEDT'),(1564,2,36000,0,'AEST'),(1564,3,36000,0,'AEST'),(1565,0,32400,0,'ACST'),(1565,1,37800,1,'ACDT'),(1565,2,34200,0,'ACST'),(1565,3,34200,0,'ACST'),(1566,0,36728,0,'LMT'),(1566,1,39600,1,'AEDT'),(1566,2,36000,0,'AEST'),(1566,3,36000,0,'AEST'),(1567,0,32400,0,'ACST'),(1567,1,37800,1,'ACDT'),(1567,2,34200,0,'ACST'),(1567,3,34200,0,'ACST'),(1567,4,37800,1,'ACDT'),(1568,0,36292,0,'LMT'),(1568,1,39600,1,'AEDT'),(1568,2,36000,0,'AEST'),(1568,3,36000,0,'AEST'),(1569,0,35356,0,'LMT'),(1569,1,39600,1,'AEDT'),(1569,2,36000,0,'AEST'),(1569,3,36000,0,'AEST'),(1570,0,32400,0,'ACST'),(1570,1,37800,1,'ACDT'),(1570,2,34200,0,'ACST'),(1570,3,34200,0,'ACST'),(1571,0,30928,0,'LMT'),(1571,1,35100,1,'+0945'),(1571,2,31500,0,'+0845'),(1571,3,31500,0,'+0845'),(1572,0,35356,0,'LMT'),(1572,1,39600,1,'AEDT'),(1572,2,36000,0,'AEST'),(1572,3,36000,0,'AEST'),(1573,0,38180,0,'LMT'),(1573,1,36000,0,'AEST'),(1573,2,41400,1,'+1130'),(1573,3,37800,0,'+1030'),(1573,4,39600,1,'+11'),(1574,0,35756,0,'LMT'),(1574,1,39600,1,'AEDT'),(1574,2,36000,0,'AEST'),(1574,3,36000,0,'AEST'),(1575,0,38180,0,'LMT'),(1575,1,36000,0,'AEST'),(1575,2,41400,1,'+1130'),(1575,3,37800,0,'+1030'),(1575,4,39600,1,'+11'),(1576,0,34792,0,'LMT'),(1576,1,39600,1,'AEDT'),(1576,2,36000,0,'AEST'),(1576,3,36000,0,'AEST'),(1577,0,36292,0,'LMT'),(1577,1,39600,1,'AEDT'),(1577,2,36000,0,'AEST'),(1577,3,36000,0,'AEST'),(1578,0,32400,0,'ACST'),(1578,1,37800,1,'ACDT'),(1578,2,34200,0,'ACST'),(1578,3,34200,0,'ACST'),(1579,0,27804,0,'LMT'),(1579,1,32400,1,'AWDT'),(1579,2,28800,0,'AWST'),(1579,3,28800,0,'AWST'),(1580,0,36728,0,'LMT'),(1580,1,39600,1,'AEDT'),(1580,2,36000,0,'AEST'),(1580,3,36000,0,'AEST'),(1581,0,32400,0,'ACST'),(1581,1,37800,1,'ACDT'),(1581,2,34200,0,'ACST'),(1581,3,34200,0,'ACST'),(1582,0,36292,0,'LMT'),(1582,1,39600,1,'AEDT'),(1582,2,36000,0,'AEST'),(1582,3,36000,0,'AEST'),(1583,0,35356,0,'LMT'),(1583,1,39600,1,'AEDT'),(1583,2,36000,0,'AEST'),(1583,3,36000,0,'AEST'),(1584,0,34792,0,'LMT'),(1584,1,39600,1,'AEDT'),(1584,2,36000,0,'AEST'),(1584,3,36000,0,'AEST'),(1585,0,27804,0,'LMT'),(1585,1,32400,1,'AWDT'),(1585,2,28800,0,'AWST'),(1585,3,28800,0,'AWST'),(1586,0,32400,0,'ACST'),(1586,1,37800,1,'ACDT'),(1586,2,34200,0,'ACST'),(1586,3,34200,0,'ACST'),(1586,4,37800,1,'ACDT'),(1587,0,-16272,0,'LMT'),(1587,1,-14400,1,'-04'),(1587,2,-18000,0,'-05'),(1587,3,-14400,0,'-04'),(1587,4,-18000,0,'-05'),(1588,0,-7780,0,'LMT'),(1588,1,-3600,1,'-01'),(1588,2,-7200,0,'-02'),(1589,0,-11188,0,'LMT'),(1589,1,-7200,1,'-02'),(1589,2,-10800,0,'-03'),(1590,0,-14404,0,'LMT'),(1590,1,-10800,1,'-03'),(1590,2,-14400,0,'-04'),(1591,0,7200,1,'CEST'),(1591,1,3600,0,'CET'),(1591,2,7200,1,'CEST'),(1591,3,3600,0,'CET'),(1592,0,-18000,1,'CDT'),(1592,1,-21600,0,'CST'),(1592,2,-18000,1,'CWT'),(1592,3,-18000,1,'CPT'),(1593,0,-15264,0,'LMT'),(1593,1,-10800,1,'ADT'),(1593,2,-14400,0,'AST'),(1593,3,-10800,1,'AWT'),(1593,4,-10800,1,'APT'),(1594,0,-23316,0,'LMT'),(1594,1,-18000,1,'CDT'),(1594,2,-21600,0,'CST'),(1594,3,-18000,1,'CWT'),(1594,4,-18000,1,'CPT'),(1594,5,-18000,1,'CDT'),(1594,6,-21600,0,'CST'),(1595,0,-19052,0,'LMT'),(1595,1,-14400,1,'EDT'),(1595,2,-18000,0,'EST'),(1595,3,-14400,1,'EWT'),(1595,4,-14400,1,'EPT'),(1596,0,-27232,0,'LMT'),(1596,1,-21600,1,'MDT'),(1596,2,-25200,0,'MST'),(1596,3,-21600,1,'MWT'),(1596,4,-21600,1,'MPT'),(1597,0,-12652,0,'LMT'),(1597,1,-9052,1,'NDT'),(1597,2,-12652,0,'NST'),(1597,3,-9000,1,'NDT'),(1597,4,-12600,0,'NST'),(1597,5,-9000,1,'NPT'),(1597,6,-9000,1,'NWT'),(1597,7,-5400,1,'NDDT'),(1597,8,-9000,1,'NDT'),(1598,0,-29548,0,'LMT'),(1598,1,-25200,1,'PDT'),(1598,2,-28800,0,'PST'),(1598,3,-25200,1,'PWT'),(1598,4,-25200,1,'PPT'),(1599,0,-25116,0,'LMT'),(1599,1,-21600,1,'MDT'),(1599,2,-25200,0,'MST'),(1599,3,-21600,1,'MWT'),(1599,4,-21600,1,'MPT'),(1599,5,-21600,0,'CST'),(1600,0,-32412,0,'LMT'),(1600,1,-28800,1,'YDT'),(1600,2,-32400,0,'YST'),(1600,3,-28800,1,'YWT'),(1600,4,-28800,1,'YPT'),(1600,5,-25200,1,'YDDT'),(1600,6,-28800,0,'PST'),(1600,7,-25200,1,'PDT'),(1600,8,-25200,0,'MST'),(1601,0,-16966,0,'LMT'),(1601,1,-16966,0,'SMT'),(1601,2,-18000,0,'-05'),(1601,3,-14400,0,'-04'),(1601,4,-14400,1,'-04'),(1601,5,-10800,1,'-03'),(1601,6,-10800,1,'-03'),(1601,7,-14400,0,'-04'),(1602,0,-26248,0,'LMT'),(1602,1,-26248,0,'EMT'),(1602,2,-21600,1,'-06'),(1602,3,-25200,0,'-07'),(1602,4,-25200,0,'-07'),(1602,5,-21600,0,'-06'),(1602,6,-18000,1,'-05'),(1603,0,-19768,0,'LMT'),(1603,1,-19776,0,'HMT'),(1603,2,-14400,1,'CDT'),(1603,3,-18000,0,'CST'),(1603,4,-18000,0,'CST'),(1603,5,-14400,1,'CDT'),(1604,0,10800,1,'EEST'),(1604,1,7200,0,'EET'),(1605,0,-18000,0,'EST'),(1606,0,-14400,1,'EDT'),(1606,1,-18000,0,'EST'),(1606,2,-14400,1,'EWT'),(1606,3,-14400,1,'EPT'),(1607,0,7509,0,'LMT'),(1607,1,10800,1,'EEST'),(1607,2,7200,0,'EET'),(1607,3,10800,1,'EEST'),(1608,0,-1500,0,'LMT'),(1608,1,-1521,0,'DMT'),(1608,2,2079,1,'IST'),(1608,3,3600,1,'BST'),(1608,4,0,0,'GMT'),(1608,5,3600,1,'IST'),(1608,6,0,0,'GMT'),(1608,7,0,1,'GMT'),(1608,8,3600,0,'IST'),(1608,9,3600,0,'IST'),(1609,0,0,0,'GMT'),(1610,0,0,0,'GMT'),(1611,0,-3600,0,'-01'),(1612,0,-36000,0,'-10'),(1613,0,-39600,0,'-11'),(1614,0,-43200,0,'-12'),(1615,0,-7200,0,'-02'),(1616,0,-10800,0,'-03'),(1617,0,-14400,0,'-04'),(1618,0,-18000,0,'-05'),(1619,0,-21600,0,'-06'),(1620,0,-25200,0,'-07'),(1621,0,-28800,0,'-08'),(1622,0,-32400,0,'-09'),(1623,0,0,0,'GMT'),(1624,0,3600,0,'+01'),(1625,0,36000,0,'+10'),(1626,0,39600,0,'+11'),(1627,0,43200,0,'+12'),(1628,0,46800,0,'+13'),(1629,0,50400,0,'+14'),(1630,0,7200,0,'+02'),(1631,0,10800,0,'+03'),(1632,0,14400,0,'+04'),(1633,0,18000,0,'+05'),(1634,0,21600,0,'+06'),(1635,0,25200,0,'+07'),(1636,0,28800,0,'+08'),(1637,0,32400,0,'+09'),(1638,0,0,0,'GMT'),(1639,0,0,0,'GMT'),(1640,0,0,0,'UTC'),(1641,0,0,0,'UTC'),(1642,0,0,0,'UTC'),(1643,0,0,0,'UTC'),(1644,0,1172,0,'LMT'),(1644,1,4772,1,'NST'),(1644,2,1172,0,'AMT'),(1644,3,4772,1,'NST'),(1644,4,1172,0,'AMT'),(1644,5,1200,0,'+0020'),(1644,6,4800,1,'+0120'),(1644,7,4800,1,'+0120'),(1644,8,3600,0,'CET'),(1644,9,7200,1,'CEST'),(1644,10,7200,1,'CEST'),(1644,11,7200,1,'CEST'),(1644,12,3600,0,'CET'),(1644,13,3600,0,'CET'),(1645,0,364,0,'LMT'),(1645,1,0,0,'WET'),(1645,2,3600,0,'CET'),(1645,3,7200,1,'CEST'),(1645,4,3600,0,'CET'),(1646,0,11532,0,'LMT'),(1646,1,10800,0,'+03'),(1646,2,18000,1,'+05'),(1646,3,14400,0,'+04'),(1646,4,14400,0,'+04'),(1646,5,18000,1,'+05'),(1646,6,14400,1,'+04'),(1646,7,10800,0,'+03'),(1646,8,14400,0,'+04'),(1647,0,5692,0,'LMT'),(1647,1,5692,0,'AMT'),(1647,2,10800,1,'EEST'),(1647,3,7200,0,'EET'),(1647,4,3600,0,'CET'),(1647,5,7200,1,'CEST'),(1647,6,10800,1,'EEST'),(1647,7,7200,0,'EET'),(1647,8,10800,1,'EEST'),(1647,9,7200,0,'EET'),(1648,0,-75,0,'LMT'),(1648,1,3600,1,'BST'),(1648,2,0,0,'GMT'),(1648,3,7200,1,'BDST'),(1648,4,3600,0,'BST'),(1648,5,3600,1,'BST'),(1648,6,0,0,'GMT'),(1648,7,0,0,'GMT'),(1649,0,4920,0,'LMT'),(1649,1,3600,0,'CET'),(1649,2,3600,0,'CET'),(1649,3,7200,1,'CEST'),(1649,4,7200,1,'CEST'),(1649,5,7200,1,'CEST'),(1649,6,3600,0,'CET'),(1650,0,3208,0,'LMT'),(1650,1,7200,1,'CEST'),(1650,2,3600,0,'CET'),(1650,3,7200,1,'CEST'),(1650,4,3600,0,'CET'),(1650,5,10800,1,'CEMT'),(1650,6,10800,1,'CEMT'),(1650,7,7200,1,'CEST'),(1650,8,3600,0,'CET'),(1651,0,3464,0,'PMT'),(1651,1,7200,1,'CEST'),(1651,2,3600,0,'CET'),(1651,3,7200,1,'CEST'),(1651,4,3600,0,'CET'),(1651,5,0,1,'GMT'),(1651,6,7200,1,'CEST'),(1651,7,3600,0,'CET'),(1652,0,1050,0,'BMT'),(1652,1,0,0,'WET'),(1652,2,3600,0,'CET'),(1652,3,7200,1,'CEST'),(1652,4,3600,0,'CET'),(1652,5,7200,1,'CEST'),(1652,6,3600,1,'WEST'),(1652,7,0,0,'WET'),(1652,8,0,0,'WET'),(1652,9,7200,1,'CEST'),(1652,10,3600,0,'CET'),(1653,0,6264,0,'LMT'),(1653,1,6264,0,'BMT'),(1653,2,10800,1,'EEST'),(1653,3,7200,0,'EET'),(1653,4,10800,1,'EEST'),(1653,5,7200,0,'EET'),(1653,6,10800,1,'EEST'),(1653,7,7200,0,'EET'),(1654,0,4580,0,'LMT'),(1654,1,7200,1,'CEST'),(1654,2,3600,0,'CET'),(1654,3,7200,1,'CEST'),(1654,4,3600,0,'CET'),(1654,5,7200,1,'CEST'),(1654,6,3600,0,'CET'),(1655,0,1786,0,'BMT'),(1655,1,7200,1,'CEST'),(1655,2,3600,0,'CET'),(1655,3,7200,1,'CEST'),(1655,4,3600,0,'CET'),(1656,0,6920,0,'LMT'),(1656,1,6900,0,'CMT'),(1656,2,6264,0,'BMT'),(1656,3,10800,1,'EEST'),(1656,4,7200,0,'EET'),(1656,5,7200,0,'EET'),(1656,6,10800,1,'EEST'),(1656,7,3600,0,'CET'),(1656,8,7200,1,'CEST'),(1656,9,7200,1,'CEST'),(1656,10,14400,1,'MSD'),(1656,11,10800,0,'MSK'),(1656,12,10800,0,'MSK'),(1656,13,14400,1,'MSD'),(1656,14,10800,1,'EEST'),(1656,15,7200,0,'EET'),(1657,0,3020,0,'CMT'),(1657,1,7200,1,'CEST'),(1657,2,3600,0,'CET'),(1657,3,3600,0,'CET'),(1657,4,7200,1,'CEST'),(1657,5,7200,1,'CEST'),(1657,6,3600,0,'CET'),(1658,0,-1500,0,'LMT'),(1658,1,-1521,0,'DMT'),(1658,2,2079,1,'IST'),(1658,3,3600,1,'BST'),(1658,4,0,0,'GMT'),(1658,5,3600,1,'IST'),(1658,6,0,0,'GMT'),(1658,7,0,1,'GMT'),(1658,8,3600,0,'IST'),(1658,9,3600,0,'IST'),(1659,0,-1284,0,'LMT'),(1659,1,3600,1,'BST'),(1659,2,0,0,'GMT'),(1659,3,7200,1,'BDST'),(1659,4,3600,0,'CET'),(1659,5,7200,1,'CEST'),(1659,6,3600,0,'CET'),(1660,0,-75,0,'LMT'),(1660,1,3600,1,'BST'),(1660,2,0,0,'GMT'),(1660,3,7200,1,'BDST'),(1660,4,3600,0,'BST'),(1660,5,3600,1,'BST'),(1660,6,0,0,'GMT'),(1660,7,0,0,'GMT'),(1661,0,5989,0,'LMT'),(1661,1,5989,0,'HMT'),(1661,2,10800,1,'EEST'),(1661,3,7200,0,'EET'),(1661,4,10800,1,'EEST'),(1661,5,7200,0,'EET'),(1662,0,-75,0,'LMT'),(1662,1,3600,1,'BST'),(1662,2,0,0,'GMT'),(1662,3,7200,1,'BDST'),(1662,4,3600,0,'BST'),(1662,5,3600,1,'BST'),(1662,6,0,0,'GMT'),(1662,7,0,0,'GMT'),(1663,0,6952,0,'LMT'),(1663,1,7016,0,'IMT'),(1663,2,10800,1,'EEST'),(1663,3,7200,0,'EET'),(1663,4,10800,0,'+03'),(1663,5,14400,1,'+04'),(1663,6,10800,1,'EEST'),(1663,7,7200,0,'EET'),(1663,8,10800,1,'EEST'),(1663,9,7200,0,'EET'),(1663,10,10800,0,'+03'),(1664,0,-75,0,'LMT'),(1664,1,3600,1,'BST'),(1664,2,0,0,'GMT'),(1664,3,7200,1,'BDST'),(1664,4,3600,0,'BST'),(1664,5,3600,1,'BST'),(1664,6,0,0,'GMT'),(1664,7,0,0,'GMT'),(1665,0,4920,0,'LMT'),(1665,1,7200,1,'CEST'),(1665,2,3600,0,'CET'),(1665,3,7200,1,'CEST'),(1665,4,3600,0,'CET'),(1665,5,10800,1,'EEST'),(1665,6,7200,0,'EET'),(1665,7,14400,1,'MSD'),(1665,8,10800,0,'MSK'),(1665,9,10800,0,'MSK'),(1665,10,14400,1,'MSD'),(1665,11,10800,1,'EEST'),(1665,12,7200,0,'EET'),(1665,13,10800,0,'+03'),(1665,14,7200,0,'EET'),(1666,0,7324,0,'LMT'),(1666,1,7324,0,'KMT'),(1666,2,7200,0,'EET'),(1666,3,10800,0,'MSK'),(1666,4,3600,0,'CET'),(1666,5,7200,1,'CEST'),(1666,6,7200,1,'CEST'),(1666,7,14400,1,'MSD'),(1666,8,10800,0,'MSK'),(1666,9,14400,1,'MSD'),(1666,10,10800,1,'EEST'),(1666,11,10800,1,'EEST'),(1666,12,7200,0,'EET'),(1667,0,11928,0,'LMT'),(1667,1,10800,0,'+03'),(1667,2,18000,1,'+05'),(1667,3,14400,0,'+04'),(1667,4,14400,0,'+04'),(1667,5,18000,1,'+05'),(1667,6,14400,1,'+04'),(1667,7,10800,0,'+03'),(1668,0,-2205,0,'LMT'),(1668,1,3600,1,'WEST'),(1668,2,0,0,'WET'),(1668,3,3600,1,'WEST'),(1668,4,0,0,'WET'),(1668,5,7200,1,'WEMT'),(1668,6,0,0,'WET'),(1668,7,3600,0,'CET'),(1668,8,3600,0,'CET'),(1668,9,7200,1,'CEST'),(1668,10,3600,1,'WEST'),(1668,11,0,0,'WET'),(1669,0,4920,0,'LMT'),(1669,1,3600,0,'CET'),(1669,2,3600,0,'CET'),(1669,3,7200,1,'CEST'),(1669,4,7200,1,'CEST'),(1669,5,7200,1,'CEST'),(1669,6,3600,0,'CET'),(1670,0,-75,0,'LMT'),(1670,1,3600,1,'BST'),(1670,2,0,0,'GMT'),(1670,3,7200,1,'BDST'),(1670,4,3600,0,'BST'),(1670,5,3600,1,'BST'),(1670,6,0,0,'GMT'),(1670,7,0,0,'GMT'),(1671,0,1476,0,'LMT'),(1671,1,7200,1,'CEST'),(1671,2,3600,0,'CET'),(1671,3,7200,1,'CEST'),(1671,4,3600,0,'CET'),(1671,5,3600,1,'WEST'),(1671,6,0,0,'WET'),(1671,7,0,0,'WET'),(1671,8,3600,1,'WEST'),(1671,9,3600,0,'WET'),(1671,10,7200,1,'WEST'),(1671,11,7200,1,'WEST'),(1671,12,7200,1,'CEST'),(1671,13,3600,0,'CET'),(1672,0,-884,0,'LMT'),(1672,1,3600,1,'WEST'),(1672,2,0,0,'WET'),(1672,3,7200,1,'WEMT'),(1672,4,0,0,'WET'),(1672,5,7200,1,'CEST'),(1672,6,3600,0,'CET'),(1672,7,7200,1,'CEST'),(1672,8,3600,0,'CET'),(1672,9,7200,1,'CEST'),(1672,10,3600,0,'CET'),(1673,0,3484,0,'LMT'),(1673,1,7200,1,'CEST'),(1673,2,3600,0,'CET'),(1673,3,3600,0,'CET'),(1673,4,7200,1,'CEST'),(1673,5,7200,1,'CEST'),(1673,6,3600,0,'CET'),(1674,0,5989,0,'LMT'),(1674,1,5989,0,'HMT'),(1674,2,10800,1,'EEST'),(1674,3,7200,0,'EET'),(1674,4,10800,1,'EEST'),(1674,5,7200,0,'EET'),(1675,0,6616,0,'LMT'),(1675,1,6600,0,'MMT'),(1675,2,7200,0,'EET'),(1675,3,10800,0,'MSK'),(1675,4,3600,0,'CET'),(1675,5,7200,1,'CEST'),(1675,6,7200,1,'CEST'),(1675,7,14400,1,'MSD'),(1675,8,10800,0,'MSK'),(1675,9,14400,1,'MSD'),(1675,10,10800,1,'EEST'),(1675,11,7200,0,'EET'),(1675,12,10800,0,'+03'),(1676,0,1772,0,'LMT'),(1676,1,561,0,'PMT'),(1676,2,3600,1,'WEST'),(1676,3,0,0,'WET'),(1676,4,3600,1,'WEST'),(1676,5,7200,1,'WEMT'),(1676,6,0,0,'WET'),(1676,7,7200,1,'CEST'),(1676,8,3600,0,'CET'),(1676,9,7200,1,'CEST'),(1676,10,3600,0,'CET'),(1677,0,9017,0,'LMT'),(1677,1,9017,0,'MMT'),(1677,2,12679,1,'MST'),(1677,3,9079,0,'MMT'),(1677,4,16279,1,'MDST'),(1677,5,14400,1,'MSD'),(1677,6,10800,0,'MSK'),(1677,7,14400,1,'MSD'),(1677,8,18000,1,'+05'),(1677,9,7200,0,'EET'),(1677,10,10800,0,'MSK'),(1677,11,14400,1,'MSD'),(1677,12,10800,1,'EEST'),(1677,13,7200,0,'EET'),(1677,14,14400,0,'MSK'),(1677,15,14400,1,'MSD'),(1677,16,10800,0,'MSK'),(1678,0,8008,0,'LMT'),(1678,1,10800,1,'EEST'),(1678,2,7200,0,'EET'),(1678,3,7200,0,'EET'),(1678,4,10800,1,'EEST'),(1679,0,2580,0,'LMT'),(1679,1,7200,1,'CEST'),(1679,2,3600,0,'CET'),(1679,3,3600,0,'CET'),(1679,4,7200,1,'CEST'),(1679,5,7200,1,'CEST'),(1679,6,3600,0,'CET'),(1680,0,561,0,'LMT'),(1680,1,561,0,'PMT'),(1680,2,3600,1,'WEST'),(1680,3,0,0,'WET'),(1680,4,3600,1,'WEST'),(1680,5,0,0,'WET'),(1680,6,3600,0,'CET'),(1680,7,7200,1,'CEST'),(1680,8,7200,1,'CEST'),(1680,9,7200,1,'WEMT'),(1680,10,3600,0,'CET'),(1680,11,7200,1,'CEST'),(1680,12,3600,0,'CET'),(1681,0,4920,0,'LMT'),(1681,1,3600,0,'CET'),(1681,2,3600,0,'CET'),(1681,3,7200,1,'CEST'),(1681,4,7200,1,'CEST'),(1681,5,7200,1,'CEST'),(1681,6,3600,0,'CET'),(1682,0,3464,0,'PMT'),(1682,1,7200,1,'CEST'),(1682,2,3600,0,'CET'),(1682,3,7200,1,'CEST'),(1682,4,3600,0,'CET'),(1682,5,0,1,'GMT'),(1682,6,7200,1,'CEST'),(1682,7,3600,0,'CET'),(1683,0,5794,0,'LMT'),(1683,1,5794,0,'RMT'),(1683,2,9394,1,'LST'),(1683,3,7200,0,'EET'),(1683,4,10800,0,'MSK'),(1683,5,3600,0,'CET'),(1683,6,7200,1,'CEST'),(1683,7,7200,1,'CEST'),(1683,8,14400,1,'MSD'),(1683,9,10800,0,'MSK'),(1683,10,14400,1,'MSD'),(1683,11,10800,1,'EEST'),(1683,12,7200,0,'EET'),(1683,13,10800,1,'EEST'),(1683,14,7200,0,'EET'),(1684,0,2996,0,'RMT'),(1684,1,7200,1,'CEST'),(1684,2,3600,0,'CET'),(1684,3,3600,0,'CET'),(1684,4,7200,1,'CEST'),(1684,5,7200,1,'CEST'),(1684,6,3600,0,'CET'),(1685,0,12020,0,'LMT'),(1685,1,10800,0,'+03'),(1685,2,14400,0,'+04'),(1685,3,18000,1,'+05'),(1685,4,14400,0,'+04'),(1685,5,18000,1,'+05'),(1685,6,14400,1,'+04'),(1685,7,10800,0,'+03'),(1685,8,10800,1,'+03'),(1685,9,14400,1,'+04'),(1685,10,14400,0,'+04'),(1686,0,2996,0,'RMT'),(1686,1,7200,1,'CEST'),(1686,2,3600,0,'CET'),(1686,3,3600,0,'CET'),(1686,4,7200,1,'CEST'),(1686,5,7200,1,'CEST'),(1686,6,3600,0,'CET'),(1687,0,4920,0,'LMT'),(1687,1,3600,0,'CET'),(1687,2,3600,0,'CET'),(1687,3,7200,1,'CEST'),(1687,4,7200,1,'CEST'),(1687,5,7200,1,'CEST'),(1687,6,3600,0,'CET'),(1688,0,11058,0,'LMT'),(1688,1,10800,0,'+03'),(1688,2,18000,1,'+05'),(1688,3,14400,0,'+04'),(1688,4,14400,0,'+04'),(1688,5,18000,1,'+05'),(1688,6,14400,1,'+04'),(1688,7,10800,0,'+03'),(1688,8,14400,0,'+04'),(1689,0,8184,0,'LMT'),(1689,1,8160,0,'SMT'),(1689,2,7200,0,'EET'),(1689,3,10800,0,'MSK'),(1689,4,3600,0,'CET'),(1689,5,7200,1,'CEST'),(1689,6,7200,1,'CEST'),(1689,7,14400,1,'MSD'),(1689,8,10800,0,'MSK'),(1689,9,14400,1,'MSD'),(1689,10,10800,1,'EEST'),(1689,11,10800,1,'EEST'),(1689,12,7200,0,'EET'),(1689,13,14400,0,'MSK'),(1689,14,10800,0,'MSK'),(1690,0,4920,0,'LMT'),(1690,1,3600,0,'CET'),(1690,2,3600,0,'CET'),(1690,3,7200,1,'CEST'),(1690,4,7200,1,'CEST'),(1690,5,7200,1,'CEST'),(1690,6,3600,0,'CET'),(1691,0,7016,0,'IMT'),(1691,1,7200,0,'EET'),(1691,2,3600,0,'CET'),(1691,3,7200,1,'CEST'),(1691,4,3600,0,'CET'),(1691,5,10800,1,'EEST'),(1691,6,7200,0,'EET'),(1691,7,10800,1,'EEST'),(1691,8,10800,1,'EEST'),(1691,9,7200,0,'EET'),(1692,0,3614,0,'SET'),(1692,1,3600,0,'CET'),(1692,2,7200,1,'CEST'),(1692,3,7200,1,'CEST'),(1692,4,3600,0,'CET'),(1693,0,5940,0,'LMT'),(1693,1,5940,0,'TMT'),(1693,2,7200,1,'CEST'),(1693,3,3600,0,'CET'),(1693,4,3600,0,'CET'),(1693,5,7200,0,'EET'),(1693,6,10800,0,'MSK'),(1693,7,7200,1,'CEST'),(1693,8,14400,1,'MSD'),(1693,9,10800,0,'MSK'),(1693,10,14400,1,'MSD'),(1693,11,10800,1,'EEST'),(1693,12,7200,0,'EET'),(1693,13,7200,0,'EET'),(1693,14,10800,1,'EEST'),(1693,15,10800,1,'EEST'),(1694,0,4760,0,'LMT'),(1694,1,3600,0,'CET'),(1694,2,7200,1,'CEST'),(1694,3,3600,0,'CET'),(1694,4,7200,1,'CEST'),(1695,0,6920,0,'LMT'),(1695,1,6900,0,'CMT'),(1695,2,6264,0,'BMT'),(1695,3,10800,1,'EEST'),(1695,4,7200,0,'EET'),(1695,5,7200,0,'EET'),(1695,6,10800,1,'EEST'),(1695,7,3600,0,'CET'),(1695,8,7200,1,'CEST'),(1695,9,7200,1,'CEST'),(1695,10,14400,1,'MSD'),(1695,11,10800,0,'MSK'),(1695,12,10800,0,'MSK'),(1695,13,14400,1,'MSD'),(1695,14,10800,1,'EEST'),(1695,15,7200,0,'EET'),(1696,0,11616,0,'LMT'),(1696,1,10800,0,'+03'),(1696,2,18000,1,'+05'),(1696,3,14400,0,'+04'),(1696,4,14400,0,'+04'),(1696,5,18000,1,'+05'),(1696,6,14400,1,'+04'),(1696,7,10800,0,'+03'),(1696,8,10800,1,'+03'),(1696,9,7200,0,'+02'),(1696,10,14400,1,'+04'),(1696,11,14400,0,'+04'),(1697,0,5352,0,'LMT'),(1697,1,3600,0,'CET'),(1697,2,7200,1,'CEST'),(1697,3,3600,0,'CET'),(1697,4,7200,1,'CEST'),(1697,5,14400,1,'MSD'),(1697,6,10800,0,'MSK'),(1697,7,10800,0,'MSK'),(1697,8,14400,1,'MSD'),(1697,9,7200,0,'EET'),(1697,10,10800,1,'EEST'),(1697,11,10800,1,'EEST'),(1697,12,7200,0,'EET'),(1698,0,1786,0,'BMT'),(1698,1,7200,1,'CEST'),(1698,2,3600,0,'CET'),(1698,3,7200,1,'CEST'),(1698,4,3600,0,'CET'),(1699,0,2996,0,'RMT'),(1699,1,7200,1,'CEST'),(1699,2,3600,0,'CET'),(1699,3,3600,0,'CET'),(1699,4,7200,1,'CEST'),(1699,5,7200,1,'CEST'),(1699,6,3600,0,'CET'),(1700,0,3921,0,'LMT'),(1700,1,7200,1,'CEST'),(1700,2,3600,0,'CET'),(1700,3,7200,1,'CEST'),(1700,4,3600,0,'CET'),(1700,5,7200,1,'CEST'),(1700,6,3600,0,'CET'),(1701,0,6076,0,'LMT'),(1701,1,5040,0,'WMT'),(1701,2,5736,0,'KMT'),(1701,3,3600,0,'CET'),(1701,4,7200,0,'EET'),(1701,5,10800,0,'MSK'),(1701,6,3600,0,'CET'),(1701,7,7200,1,'CEST'),(1701,8,7200,1,'CEST'),(1701,9,14400,1,'MSD'),(1701,10,10800,0,'MSK'),(1701,11,14400,1,'MSD'),(1701,12,10800,1,'EEST'),(1701,13,7200,0,'EET'),(1701,14,7200,1,'CEST'),(1701,15,3600,0,'CET'),(1701,16,7200,0,'EET'),(1701,17,10800,1,'EEST'),(1702,0,10660,0,'LMT'),(1702,1,10800,0,'+03'),(1702,2,14400,0,'+04'),(1702,3,18000,1,'+05'),(1702,4,14400,0,'+04'),(1702,5,18000,1,'+05'),(1702,6,14400,1,'+04'),(1702,7,10800,0,'+03'),(1703,0,5040,0,'LMT'),(1703,1,5040,0,'WMT'),(1703,2,7200,1,'CEST'),(1703,3,3600,0,'CET'),(1703,4,7200,1,'CEST'),(1703,5,3600,0,'CET'),(1703,6,10800,1,'EEST'),(1703,7,7200,0,'EET'),(1703,8,7200,0,'EET'),(1703,9,7200,1,'CEST'),(1703,10,3600,0,'CET'),(1704,0,4920,0,'LMT'),(1704,1,3600,0,'CET'),(1704,2,3600,0,'CET'),(1704,3,7200,1,'CEST'),(1704,4,7200,1,'CEST'),(1704,5,7200,1,'CEST'),(1704,6,3600,0,'CET'),(1705,0,8440,0,'LMT'),(1705,1,8400,0,'+0220'),(1705,2,7200,0,'EET'),(1705,3,10800,0,'MSK'),(1705,4,3600,0,'CET'),(1705,5,7200,1,'CEST'),(1705,6,7200,1,'CEST'),(1705,7,14400,1,'MSD'),(1705,8,10800,0,'MSK'),(1705,9,14400,1,'MSD'),(1705,10,10800,1,'EEST'),(1705,11,10800,1,'EEST'),(1705,12,7200,0,'EET'),(1706,0,1786,0,'BMT'),(1706,1,7200,1,'CEST'),(1706,2,3600,0,'CET'),(1706,3,7200,1,'CEST'),(1706,4,3600,0,'CET'),(1707,0,0,0,'-00'),(1708,0,-75,0,'LMT'),(1708,1,3600,1,'BST'),(1708,2,0,0,'GMT'),(1708,3,7200,1,'BDST'),(1708,4,3600,0,'BST'),(1708,5,3600,1,'BST'),(1708,6,0,0,'GMT'),(1708,7,0,0,'GMT'),(1709,0,-75,0,'LMT'),(1709,1,3600,1,'BST'),(1709,2,0,0,'GMT'),(1709,3,7200,1,'BDST'),(1709,4,3600,0,'BST'),(1709,5,3600,1,'BST'),(1709,6,0,0,'GMT'),(1709,7,0,0,'GMT'),(1710,0,0,0,'GMT'),(1711,0,0,0,'GMT'),(1712,0,0,0,'GMT'),(1713,0,0,0,'GMT'),(1714,0,0,0,'GMT'),(1715,0,-36000,0,'HST'),(1716,0,27402,0,'LMT'),(1716,1,28800,0,'HKT'),(1716,2,32400,1,'HKST'),(1716,3,30600,1,'HKWT'),(1716,4,32400,0,'JST'),(1716,5,28800,0,'HKT'),(1716,6,32400,1,'HKST'),(1717,0,-5280,0,'LMT'),(1717,1,0,1,'+00'),(1717,2,-3600,0,'-01'),(1717,3,-3600,0,'-01'),(1717,4,0,1,'+00'),(1717,5,0,0,'GMT'),(1718,0,8836,0,'LMT'),(1718,1,9000,0,'+0230'),(1718,2,10800,0,'EAT'),(1718,3,9900,0,'+0245'),(1718,4,10800,0,'EAT'),(1719,0,17380,0,'LMT'),(1719,1,18000,0,'+05'),(1719,2,21600,0,'+06'),(1720,0,25200,0,'+07'),(1721,0,23400,0,'+0630'),(1722,0,8836,0,'LMT'),(1722,1,9000,0,'+0230'),(1722,2,10800,0,'EAT'),(1722,3,9900,0,'+0245'),(1722,4,10800,0,'EAT'),(1723,0,0,0,'-00'),(1723,1,18000,0,'+05'),(1724,0,13308,0,'LMT'),(1724,1,14400,0,'+04'),(1725,0,17640,0,'LMT'),(1725,1,17640,0,'MMT'),(1725,2,18000,0,'+05'),(1726,0,13800,0,'LMT'),(1726,1,18000,1,'+05'),(1726,2,14400,0,'+04'),(1727,0,8836,0,'LMT'),(1727,1,9000,0,'+0230'),(1727,2,10800,0,'EAT'),(1727,3,9900,0,'+0245'),(1727,4,10800,0,'EAT'),(1728,0,13312,0,'LMT'),(1728,1,14400,0,'+04'),(1729,0,12344,0,'LMT'),(1729,1,12344,0,'TMT'),(1729,2,12600,0,'+0330'),(1729,3,18000,1,'+05'),(1729,4,14400,0,'+04'),(1729,5,16200,1,'+0430'),(1729,6,12600,0,'+0330'),(1730,0,8454,0,'LMT'),(1730,1,8440,0,'JMT'),(1730,2,10800,1,'IDT'),(1730,3,7200,0,'IST'),(1730,4,14400,1,'IDDT'),(1730,5,10800,1,'IDT'),(1730,6,7200,0,'IST'),(1730,7,10800,1,'IDT'),(1730,8,7200,0,'IST'),(1731,0,-18430,0,'LMT'),(1731,1,-18430,0,'KMT'),(1731,2,-18000,0,'EST'),(1731,3,-14400,1,'EDT'),(1732,0,33539,0,'LMT'),(1732,1,36000,1,'JDT'),(1732,2,32400,0,'JST'),(1732,3,32400,0,'JST'),(1733,0,40160,0,'LMT'),(1733,1,39600,0,'+11'),(1733,2,36000,0,'+10'),(1733,3,32400,0,'+09'),(1733,4,-43200,0,'-12'),(1733,5,43200,0,'+12'),(1734,0,3164,0,'LMT'),(1734,1,7200,1,'CEST'),(1734,2,3600,0,'CET'),(1734,3,7200,0,'EET'),(1735,0,7200,1,'MEST'),(1735,1,3600,0,'MET'),(1735,2,7200,1,'MEST'),(1735,3,3600,0,'MET'),(1736,0,-25200,0,'MST'),(1737,0,-21600,1,'MDT'),(1737,1,-25200,0,'MST'),(1737,2,-21600,1,'MWT'),(1737,3,-21600,1,'MPT'),(1738,0,-28084,0,'LMT'),(1738,1,-25200,0,'MST'),(1738,2,-28800,0,'PST'),(1738,3,-25200,1,'PDT'),(1738,4,-25200,1,'PWT'),(1738,5,-25200,1,'PPT'),(1739,0,-25540,0,'LMT'),(1739,1,-25200,0,'MST'),(1739,2,-21600,0,'CST'),(1739,3,-28800,0,'PST'),(1739,4,-21600,1,'MDT'),(1739,5,-25200,0,'MST'),(1740,0,-23796,0,'LMT'),(1740,1,-25200,0,'MST'),(1740,2,-21600,0,'CST'),(1740,3,-18000,1,'CDT'),(1740,4,-18000,1,'CWT'),(1741,0,41944,0,'LMT'),(1741,1,45000,1,'NZST'),(1741,2,41400,0,'NZMT'),(1741,3,43200,1,'NZST'),(1741,4,46800,1,'NZDT'),(1741,5,43200,0,'NZST'),(1741,6,43200,0,'NZST'),(1742,0,44028,0,'LMT'),(1742,1,44100,0,'+1215'),(1742,2,49500,1,'+1345'),(1742,3,45900,0,'+1245'),(1742,4,45900,0,'+1245'),(1743,0,-25196,0,'LMT'),(1743,1,-21600,1,'MDT'),(1743,2,-25200,0,'MST'),(1743,3,-21600,1,'MWT'),(1743,4,-21600,1,'MPT'),(1744,0,29143,0,'LMT'),(1744,1,32400,1,'CDT'),(1744,2,28800,0,'CST'),(1745,0,-25200,1,'PDT'),(1745,1,-28800,0,'PST'),(1745,2,-25200,1,'PWT'),(1745,3,-25200,1,'PPT'),(1746,0,45184,0,'LMT'),(1746,1,-41216,0,'LMT'),(1746,2,-41400,0,'-1130'),(1746,3,-36000,1,'-10'),(1746,4,-39600,0,'-11'),(1746,5,46800,0,'+13'),(1746,6,50400,1,'+14'),(1747,0,41944,0,'LMT'),(1747,1,45000,1,'NZST'),(1747,2,41400,0,'NZMT'),(1747,3,43200,1,'NZST'),(1747,4,46800,1,'NZDT'),(1747,5,43200,0,'NZST'),(1747,6,43200,0,'NZST'),(1748,0,35312,0,'PMMT'),(1748,1,36000,0,'+10'),(1748,2,32400,0,'+09'),(1748,3,39600,0,'+11'),(1749,0,44028,0,'LMT'),(1749,1,44100,0,'+1215'),(1749,2,49500,1,'+1345'),(1749,3,45900,0,'+1245'),(1749,4,45900,0,'+1245'),(1750,0,36428,0,'LMT'),(1750,1,36000,0,'+10'),(1750,2,32400,0,'+09'),(1750,3,36000,0,'+10'),(1751,0,-26248,0,'LMT'),(1751,1,-26248,0,'EMT'),(1751,2,-21600,1,'-06'),(1751,3,-25200,0,'-07'),(1751,4,-25200,0,'-07'),(1751,5,-21600,0,'-06'),(1751,6,-18000,1,'-05'),(1752,0,40396,0,'LMT'),(1752,1,43200,1,'+12'),(1752,2,39600,0,'+11'),(1752,3,43200,1,'+12'),(1752,4,39600,0,'+11'),(1753,0,-41060,0,'LMT'),(1753,1,-43200,0,'-12'),(1753,2,-39600,0,'-11'),(1753,3,46800,0,'+13'),(1754,0,-41096,0,'LMT'),(1754,1,-39600,0,'-11'),(1754,2,46800,0,'+13'),(1755,0,42944,0,'LMT'),(1755,1,46800,1,'+13'),(1755,2,43200,0,'+12'),(1756,0,43200,0,'+12'),(1757,0,-21504,0,'LMT'),(1757,1,-18000,0,'-05'),(1757,2,-18000,1,'-05'),(1757,3,-21600,0,'-06'),(1758,0,-32388,0,'LMT'),(1758,1,-32400,0,'-09'),(1759,0,38388,0,'LMT'),(1759,1,39600,0,'+11'),(1760,0,34740,0,'LMT'),(1760,1,36000,0,'GST'),(1760,2,32400,0,'+09'),(1760,3,39600,1,'GDT'),(1760,4,36000,0,'ChST'),(1761,0,-37886,0,'LMT'),(1761,1,-37800,0,'HST'),(1761,2,-34200,1,'HDT'),(1761,3,-34200,1,'HWT'),(1761,4,-34200,1,'HPT'),(1761,5,-36000,0,'HST'),(1762,0,-37886,0,'LMT'),(1762,1,-37800,0,'HST'),(1762,2,-34200,1,'HDT'),(1762,3,-34200,1,'HWT'),(1762,4,-34200,1,'HPT'),(1762,5,-36000,0,'HST'),(1763,0,-37760,0,'LMT'),(1763,1,-38400,0,'-1040'),(1763,2,-36000,0,'-10'),(1763,3,50400,0,'+14'),(1764,0,39116,0,'LMT'),(1764,1,39600,0,'+11'),(1764,2,32400,0,'+09'),(1764,3,36000,0,'+10'),(1764,4,43200,0,'+12'),(1764,5,39600,0,'+11'),(1765,0,40160,0,'LMT'),(1765,1,39600,0,'+11'),(1765,2,36000,0,'+10'),(1765,3,32400,0,'+09'),(1765,4,-43200,0,'-12'),(1765,5,43200,0,'+12'),(1766,0,41088,0,'LMT'),(1766,1,39600,0,'+11'),(1766,2,32400,0,'+09'),(1766,3,36000,0,'+10'),(1766,4,43200,0,'+12'),(1767,0,-33480,0,'LMT'),(1767,1,-34200,0,'-0930'),(1768,0,45432,0,'LMT'),(1768,1,-40968,0,'LMT'),(1768,2,-39600,0,'SST'),(1769,0,40060,0,'LMT'),(1769,1,41400,0,'+1130'),(1769,2,32400,0,'+09'),(1769,3,43200,0,'+12'),(1770,0,-40780,0,'LMT'),(1770,1,-40800,0,'-1120'),(1770,2,-41400,0,'-1130'),(1770,3,-39600,0,'-11'),(1771,0,40312,0,'LMT'),(1771,1,40320,0,'+1112'),(1771,2,41400,0,'+1130'),(1771,3,45000,1,'+1230'),(1771,4,41400,0,'+1130'),(1771,5,39600,0,'+11'),(1771,6,43200,1,'+12'),(1771,7,39600,0,'+11'),(1772,0,39948,0,'LMT'),(1772,1,43200,1,'+12'),(1772,2,39600,0,'+11'),(1772,3,43200,1,'+12'),(1772,4,39600,0,'+11'),(1773,0,45432,0,'LMT'),(1773,1,-40968,0,'LMT'),(1773,2,-39600,0,'SST'),(1774,0,32400,0,'+09'),(1775,0,-31220,0,'LMT'),(1775,1,-30600,0,'-0830'),(1775,2,-28800,0,'-08'),(1776,0,37972,0,'LMT'),(1776,1,39600,0,'+11'),(1776,2,32400,0,'+09'),(1776,3,36000,0,'+10'),(1776,4,39600,0,'+11'),(1777,0,37972,0,'LMT'),(1777,1,39600,0,'+11'),(1777,2,32400,0,'+09'),(1777,3,36000,0,'+10'),(1777,4,39600,0,'+11'),(1778,0,36000,0,'+10'),(1779,0,-38344,0,'LMT'),(1779,1,-37800,0,'-1030'),(1779,2,-36000,0,'-10'),(1779,3,-34200,1,'-0930'),(1780,0,34740,0,'LMT'),(1780,1,36000,0,'GST'),(1780,2,32400,0,'+09'),(1780,3,39600,1,'GDT'),(1780,4,36000,0,'ChST'),(1781,0,45432,0,'LMT'),(1781,1,-40968,0,'LMT'),(1781,2,-39600,0,'SST'),(1782,0,-35896,0,'LMT'),(1782,1,-36000,0,'-10'),(1783,0,43200,0,'+12'),(1784,0,44360,0,'LMT'),(1784,1,44400,0,'+1220'),(1784,2,46800,0,'+13'),(1784,3,50400,1,'+14'),(1784,4,46800,0,'+13'),(1784,5,50400,1,'+14'),(1785,0,36428,0,'LMT'),(1785,1,36000,0,'+10'),(1785,2,32400,0,'+09'),(1785,3,36000,0,'+10'),(1786,0,43200,0,'+12'),(1787,0,43200,0,'+12'),(1788,0,36428,0,'LMT'),(1788,1,36000,0,'+10'),(1788,2,32400,0,'+09'),(1788,3,36000,0,'+10'),(1789,0,5040,0,'LMT'),(1789,1,5040,0,'WMT'),(1789,2,7200,1,'CEST'),(1789,3,3600,0,'CET'),(1789,4,7200,1,'CEST'),(1789,5,3600,0,'CET'),(1789,6,10800,1,'EEST'),(1789,7,7200,0,'EET'),(1789,8,7200,0,'EET'),(1789,9,7200,1,'CEST'),(1789,10,3600,0,'CET'),(1790,0,-2205,0,'LMT'),(1790,1,3600,1,'WEST'),(1790,2,0,0,'WET'),(1790,3,3600,1,'WEST'),(1790,4,0,0,'WET'),(1790,5,7200,1,'WEMT'),(1790,6,0,0,'WET'),(1790,7,3600,0,'CET'),(1790,8,3600,0,'CET'),(1790,9,7200,1,'CEST'),(1790,10,3600,1,'WEST'),(1790,11,0,0,'WET'),(1791,0,29160,0,'LMT'),(1791,1,28800,0,'CST'),(1791,2,32400,0,'JST'),(1791,3,32400,1,'CDT'),(1791,4,28800,0,'CST'),(1792,0,30472,0,'LMT'),(1792,1,30600,0,'KST'),(1792,2,32400,0,'JST'),(1792,3,36000,1,'KDT'),(1792,4,32400,0,'KST'),(1792,5,34200,1,'KDT'),(1792,6,36000,1,'KDT'),(1793,0,24925,0,'LMT'),(1793,1,24925,0,'SMT'),(1793,2,25200,0,'+07'),(1793,3,26400,1,'+0720'),(1793,4,26400,0,'+0720'),(1793,5,27000,0,'+0730'),(1793,6,32400,0,'+09'),(1793,7,28800,0,'+08'),(1794,0,-15865,0,'LMT'),(1794,1,-14400,0,'AST'),(1794,2,-10800,1,'APT'),(1794,3,-10800,1,'AWT'),(1795,0,-15264,0,'LMT'),(1795,1,-10800,1,'ADT'),(1795,2,-14400,0,'AST'),(1795,3,-10800,1,'AWT'),(1795,4,-10800,1,'APT'),(1796,0,-25116,0,'LMT'),(1796,1,-21600,1,'MDT'),(1796,2,-25200,0,'MST'),(1796,3,-21600,1,'MWT'),(1796,4,-21600,1,'MPT'),(1796,5,-21600,0,'CST'),(1797,0,-21036,0,'LMT'),(1797,1,-18000,1,'CDT'),(1797,2,-21600,0,'CST'),(1797,3,-18000,0,'EST'),(1797,4,-18000,1,'CWT'),(1797,5,-18000,1,'CPT'),(1797,6,-21600,0,'CST'),(1798,0,-19088,0,'LMT'),(1798,1,-19176,0,'CMT'),(1798,2,-18000,0,'EST'),(1799,0,-17762,0,'LMT'),(1799,1,-14400,1,'EDT'),(1799,2,-18000,0,'EST'),(1799,3,-14400,1,'EWT'),(1799,4,-14400,1,'EPT'),(1800,0,-37886,0,'LMT'),(1800,1,-37800,0,'HST'),(1800,2,-34200,1,'HDT'),(1800,3,-34200,1,'HWT'),(1800,4,-34200,1,'HPT'),(1800,5,-36000,0,'HST'),(1801,0,-26898,0,'LMT'),(1801,1,-21600,1,'MDT'),(1801,2,-25200,0,'MST'),(1801,3,-21600,1,'MWT'),(1802,0,-25196,0,'LMT'),(1802,1,-21600,1,'MDT'),(1802,2,-25200,0,'MST'),(1802,3,-21600,1,'MWT'),(1802,4,-21600,1,'MPT'),(1803,0,-31220,0,'LMT'),(1803,1,-30600,0,'-0830'),(1803,2,-28800,0,'-08'),(1804,0,-28378,0,'LMT'),(1804,1,-25200,1,'PDT'),(1804,2,-28800,0,'PST'),(1804,3,-25200,1,'PWT'),(1804,4,-25200,1,'PPT'),(1805,0,-32388,0,'LMT'),(1805,1,-32400,0,'-09'),(1806,0,-35976,0,'LMT'),(1806,1,-36000,0,'AST'),(1806,2,-32400,1,'AWT'),(1806,3,-32400,1,'APT'),(1806,4,-36000,0,'AHST'),(1806,5,-32400,1,'AHDT'),(1806,6,-32400,0,'YST'),(1806,7,-28800,1,'AKDT'),(1806,8,-32400,0,'AKST'),(1807,0,6952,0,'LMT'),(1807,1,7016,0,'IMT'),(1807,2,10800,1,'EEST'),(1807,3,7200,0,'EET'),(1807,4,10800,0,'+03'),(1807,5,14400,1,'+04'),(1807,6,10800,1,'EEST'),(1807,7,7200,0,'EET'),(1807,8,10800,1,'EEST'),(1807,9,7200,0,'EET'),(1807,10,10800,0,'+03'),(1808,0,0,0,'UTC'),(1809,0,-35976,0,'LMT'),(1809,1,-36000,0,'AST'),(1809,2,-32400,1,'AWT'),(1809,3,-32400,1,'APT'),(1809,4,-36000,0,'AHST'),(1809,5,-32400,1,'AHDT'),(1809,6,-32400,0,'YST'),(1809,7,-28800,1,'AKDT'),(1809,8,-32400,0,'AKST'),(1810,0,-42398,0,'LMT'),(1810,1,-39600,0,'NST'),(1810,2,-36000,1,'NWT'),(1810,3,-36000,1,'NPT'),(1810,4,-39600,0,'BST'),(1810,5,-36000,1,'BDT'),(1810,6,-36000,0,'AHST'),(1810,7,-32400,1,'HDT'),(1810,8,-36000,0,'HST'),(1811,0,-26898,0,'LMT'),(1811,1,-21600,1,'MDT'),(1811,2,-25200,0,'MST'),(1811,3,-21600,1,'MWT'),(1812,0,-21036,0,'LMT'),(1812,1,-18000,1,'CDT'),(1812,2,-21600,0,'CST'),(1812,3,-18000,0,'EST'),(1812,4,-18000,1,'CWT'),(1812,5,-18000,1,'CPT'),(1812,6,-21600,0,'CST'),(1813,0,-20678,0,'LMT'),(1813,1,-18000,1,'CDT'),(1813,2,-21600,0,'CST'),(1813,3,-18000,1,'CWT'),(1813,4,-18000,1,'CPT'),(1813,5,-18000,0,'EST'),(1813,6,-14400,1,'EDT'),(1814,0,-17762,0,'LMT'),(1814,1,-14400,1,'EDT'),(1814,2,-18000,0,'EST'),(1814,3,-14400,1,'EWT'),(1814,4,-14400,1,'EPT'),(1815,0,-37886,0,'LMT'),(1815,1,-37800,0,'HST'),(1815,2,-34200,1,'HDT'),(1815,3,-34200,1,'HWT'),(1815,4,-34200,1,'HPT'),(1815,5,-36000,0,'HST'),(1816,0,-20790,0,'LMT'),(1816,1,-18000,1,'CDT'),(1816,2,-21600,0,'CST'),(1816,3,-18000,1,'CWT'),(1816,4,-18000,1,'CPT'),(1816,5,-18000,0,'EST'),(1816,6,-21600,0,'CST'),(1817,0,-19931,0,'LMT'),(1817,1,-21600,0,'CST'),(1817,2,-18000,0,'EST'),(1817,3,-14400,1,'EWT'),(1817,4,-14400,1,'EPT'),(1817,5,-14400,1,'EDT'),(1818,0,-25196,0,'LMT'),(1818,1,-21600,1,'MDT'),(1818,2,-25200,0,'MST'),(1818,3,-21600,1,'MWT'),(1818,4,-21600,1,'MPT'),(1819,0,-28378,0,'LMT'),(1819,1,-25200,1,'PDT'),(1819,2,-28800,0,'PST'),(1819,3,-25200,1,'PWT'),(1819,4,-25200,1,'PPT'),(1820,0,-28378,0,'LMT'),(1820,1,-25200,1,'PDT'),(1820,2,-28800,0,'PST'),(1820,3,-25200,1,'PWT'),(1820,4,-25200,1,'PPT'),(1821,0,45432,0,'LMT'),(1821,1,-40968,0,'LMT'),(1821,2,-39600,0,'SST'),(1822,0,0,0,'UTC'),(1823,0,0,0,'UTC'),(1824,0,9017,0,'LMT'),(1824,1,9017,0,'MMT'),(1824,2,12679,1,'MST'),(1824,3,9079,0,'MMT'),(1824,4,16279,1,'MDST'),(1824,5,14400,1,'MSD'),(1824,6,10800,0,'MSK'),(1824,7,14400,1,'MSD'),(1824,8,18000,1,'+05'),(1824,9,7200,0,'EET'),(1824,10,10800,0,'MSK'),(1824,11,14400,1,'MSD'),(1824,12,10800,1,'EEST'),(1824,13,7200,0,'EET'),(1824,14,14400,0,'MSK'),(1824,15,14400,1,'MSD'),(1824,16,10800,0,'MSK'),(1825,0,3600,1,'WEST'),(1825,1,0,0,'WET'),(1826,0,0,0,'UTC');
+INSERT INTO `time_zone_transition_type` VALUES (1,0,-968,0,'LMT'),(1,1,0,0,'GMT'),(2,0,-968,0,'LMT'),(2,1,0,0,'GMT'),(3,0,8836,0,'LMT'),(3,1,9000,0,'+0230'),(3,2,10800,0,'EAT'),(3,3,9900,0,'+0245'),(3,4,10800,0,'EAT'),(4,0,561,0,'PMT'),(4,1,3600,1,'WEST'),(4,2,0,0,'WET'),(4,3,0,0,'WET'),(4,4,7200,1,'CEST'),(4,5,3600,0,'CET'),(4,6,3600,1,'WEST'),(5,0,8836,0,'LMT'),(5,1,9000,0,'+0230'),(5,2,10800,0,'EAT'),(5,3,9900,0,'+0245'),(5,4,10800,0,'EAT'),(6,0,8836,0,'LMT'),(6,1,9000,0,'+0230'),(6,2,10800,0,'EAT'),(6,3,9900,0,'+0245'),(6,4,10800,0,'EAT'),(7,0,-968,0,'LMT'),(7,1,0,0,'GMT'),(8,0,815,0,'LMT'),(8,1,0,0,'GMT'),(8,2,1800,0,'+0030'),(8,3,3600,0,'WAT'),(9,0,-968,0,'LMT'),(9,1,0,0,'GMT'),(10,0,-3740,0,'LMT'),(10,1,-3600,0,'-01'),(10,2,0,0,'GMT'),(11,0,7820,0,'LMT'),(11,1,7200,0,'CAT'),(12,0,815,0,'LMT'),(12,1,0,0,'GMT'),(12,2,1800,0,'+0030'),(12,3,3600,0,'WAT'),(13,0,7820,0,'LMT'),(13,1,7200,0,'CAT'),(14,0,10800,1,'EEST'),(14,1,7200,0,'EET'),(14,2,10800,1,'EEST'),(15,0,-1820,0,'LMT'),(15,1,3600,1,'+01'),(15,2,0,0,'+00'),(15,3,3600,0,'+01'),(15,4,0,0,'+00'),(16,0,0,0,'WET'),(16,1,3600,1,'WEST'),(16,2,0,0,'WET'),(16,3,3600,0,'CET'),(16,4,7200,1,'CEST'),(16,5,3600,0,'CET'),(17,0,-968,0,'LMT'),(17,1,0,0,'GMT'),(18,0,-968,0,'LMT'),(18,1,0,0,'GMT'),(19,0,8836,0,'LMT'),(19,1,9000,0,'+0230'),(19,2,10800,0,'EAT'),(19,3,9900,0,'+0245'),(19,4,10800,0,'EAT'),(20,0,8836,0,'LMT'),(20,1,9000,0,'+0230'),(20,2,10800,0,'EAT'),(20,3,9900,0,'+0245'),(20,4,10800,0,'EAT'),(21,0,815,0,'LMT'),(21,1,0,0,'GMT'),(21,2,1800,0,'+0030'),(21,3,3600,0,'WAT'),(22,0,-3168,0,'LMT'),(22,1,-3600,0,'-01'),(22,2,3600,1,'+01'),(22,3,0,0,'+00'),(23,0,-968,0,'LMT'),(23,1,0,0,'GMT'),(24,0,7820,0,'LMT'),(24,1,7200,0,'CAT'),(25,0,7820,0,'LMT'),(25,1,7200,0,'CAT'),(26,0,5400,0,'SAST'),(26,1,10800,1,'SAST'),(26,2,7200,0,'SAST'),(27,0,7588,0,'LMT'),(27,1,10800,1,'CAST'),(27,2,7200,0,'CAT'),(27,3,10800,0,'EAT'),(27,4,7200,0,'CAT'),(28,0,8836,0,'LMT'),(28,1,9000,0,'+0230'),(28,2,10800,0,'EAT'),(28,3,9900,0,'+0245'),(28,4,10800,0,'EAT'),(29,0,7808,0,'LMT'),(29,1,10800,1,'CAST'),(29,2,7200,0,'CAT'),(29,3,10800,0,'EAT'),(29,4,7200,0,'CAT'),(30,0,7820,0,'LMT'),(30,1,7200,0,'CAT'),(31,0,815,0,'LMT'),(31,1,0,0,'GMT'),(31,2,1800,0,'+0030'),(31,3,3600,0,'WAT'),(32,0,815,0,'LMT'),(32,1,0,0,'GMT'),(32,2,1800,0,'+0030'),(32,3,3600,0,'WAT'),(33,0,815,0,'LMT'),(33,1,0,0,'GMT'),(33,2,1800,0,'+0030'),(33,3,3600,0,'WAT'),(34,0,-968,0,'LMT'),(34,1,0,0,'GMT'),(35,0,815,0,'LMT'),(35,1,0,0,'GMT'),(35,2,1800,0,'+0030'),(35,3,3600,0,'WAT'),(36,0,7820,0,'LMT'),(36,1,7200,0,'CAT'),(37,0,7820,0,'LMT'),(37,1,7200,0,'CAT'),(38,0,815,0,'LMT'),(38,1,0,0,'GMT'),(38,2,1800,0,'+0030'),(38,3,3600,0,'WAT'),(39,0,7820,0,'LMT'),(39,1,7200,0,'CAT'),(40,0,5400,0,'SAST'),(40,1,10800,1,'SAST'),(40,2,7200,0,'SAST'),(41,0,5400,0,'SAST'),(41,1,10800,1,'SAST'),(41,2,7200,0,'SAST'),(42,0,8836,0,'LMT'),(42,1,9000,0,'+0230'),(42,2,10800,0,'EAT'),(42,3,9900,0,'+0245'),(42,4,10800,0,'EAT'),(43,0,-2588,0,'MMT'),(43,1,-2670,0,'MMT'),(43,2,0,0,'GMT'),(44,0,8836,0,'LMT'),(44,1,9000,0,'+0230'),(44,2,10800,0,'EAT'),(44,3,9900,0,'+0245'),(44,4,10800,0,'EAT'),(45,0,3612,0,'LMT'),(45,1,3600,0,'WAT'),(45,2,7200,1,'WAST'),(46,0,815,0,'LMT'),(46,1,0,0,'GMT'),(46,2,1800,0,'+0030'),(46,3,3600,0,'WAT'),(47,0,-968,0,'LMT'),(47,1,0,0,'GMT'),(48,0,-968,0,'LMT'),(48,1,0,0,'GMT'),(49,0,815,0,'LMT'),(49,1,0,0,'GMT'),(49,2,1800,0,'+0030'),(49,3,3600,0,'WAT'),(50,0,-2205,0,'LMT'),(50,1,0,0,'GMT'),(50,2,3600,0,'WAT'),(50,3,0,0,'GMT'),(51,0,-968,0,'LMT'),(51,1,0,0,'GMT'),(52,0,3164,0,'LMT'),(52,1,7200,1,'CEST'),(52,2,3600,0,'CET'),(52,3,7200,0,'EET'),(53,0,561,0,'PMT'),(53,1,7200,1,'CEST'),(53,2,3600,0,'CET'),(53,3,3600,0,'CET'),(53,4,7200,1,'CEST'),(54,0,5400,0,'+0130'),(54,1,7200,0,'SAST'),(54,2,10800,1,'SAST'),(54,3,7200,0,'CAT'),(54,4,3600,0,'WAT'),(54,5,7200,1,'CAT'),(54,6,7200,0,'CAT'),(55,0,-39600,0,'NST'),(55,1,-36000,1,'NWT'),(55,2,-36000,1,'NPT'),(55,3,-39600,0,'BST'),(55,4,-36000,1,'BDT'),(55,5,-36000,0,'AHST'),(55,6,-32400,1,'HDT'),(55,7,-36000,0,'HST'),(56,0,-36000,0,'AST'),(56,1,-32400,1,'AWT'),(56,2,-32400,1,'APT'),(56,3,-36000,0,'AHST'),(56,4,-32400,1,'AHDT'),(56,5,-32400,0,'YST'),(56,6,-28800,1,'AKDT'),(56,7,-32400,0,'AKST'),(57,0,-14400,0,'AST'),(57,1,-10800,1,'APT'),(57,2,-10800,1,'AWT'),(58,0,-14400,0,'AST'),(58,1,-10800,1,'APT'),(58,2,-10800,1,'AWT'),(59,0,-11568,0,'LMT'),(59,1,-7200,1,'-02'),(59,2,-10800,0,'-03'),(60,0,-15408,0,'CMT'),(60,1,-14400,0,'-04'),(60,2,-10800,1,'-03'),(60,3,-7200,1,'-02'),(60,4,-10800,0,'-03'),(61,0,-15408,0,'CMT'),(61,1,-14400,0,'-04'),(61,2,-10800,1,'-03'),(61,3,-7200,1,'-02'),(61,4,-10800,0,'-03'),(62,0,-15408,0,'CMT'),(62,1,-14400,0,'-04'),(62,2,-10800,1,'-03'),(62,3,-7200,1,'-02'),(62,4,-10800,0,'-03'),(63,0,-15408,0,'CMT'),(63,1,-14400,0,'-04'),(63,2,-10800,1,'-03'),(63,3,-7200,1,'-02'),(63,4,-10800,0,'-03'),(64,0,-15408,0,'CMT'),(64,1,-14400,0,'-04'),(64,2,-10800,1,'-03'),(64,3,-7200,1,'-02'),(64,4,-10800,0,'-03'),(65,0,-15408,0,'CMT'),(65,1,-14400,0,'-04'),(65,2,-10800,1,'-03'),(65,3,-7200,1,'-02'),(65,4,-10800,0,'-03'),(66,0,-15408,0,'CMT'),(66,1,-14400,0,'-04'),(66,2,-10800,1,'-03'),(66,3,-7200,1,'-02'),(66,4,-10800,0,'-03'),(67,0,-15408,0,'CMT'),(67,1,-14400,0,'-04'),(67,2,-10800,1,'-03'),(67,3,-7200,1,'-02'),(67,4,-10800,0,'-03'),(68,0,-15408,0,'CMT'),(68,1,-14400,0,'-04'),(68,2,-10800,1,'-03'),(68,3,-7200,1,'-02'),(68,4,-10800,0,'-03'),(69,0,-15408,0,'CMT'),(69,1,-14400,0,'-04'),(69,2,-10800,1,'-03'),(69,3,-7200,1,'-02'),(69,4,-10800,0,'-03'),(70,0,-15408,0,'CMT'),(70,1,-14400,0,'-04'),(70,2,-10800,1,'-03'),(70,3,-7200,1,'-02'),(70,4,-10800,0,'-03'),(70,5,-10800,1,'-03'),(71,0,-15408,0,'CMT'),(71,1,-14400,0,'-04'),(71,2,-10800,1,'-03'),(71,3,-7200,1,'-02'),(71,4,-10800,0,'-03'),(72,0,-15408,0,'CMT'),(72,1,-14400,0,'-04'),(72,2,-10800,1,'-03'),(72,3,-7200,1,'-02'),(72,4,-10800,0,'-03'),(73,0,-14400,0,'AST'),(73,1,-10800,1,'APT'),(73,2,-10800,1,'AWT'),(74,0,-13840,0,'AMT'),(74,1,-14400,0,'-04'),(74,2,-10800,0,'-03'),(74,3,-10800,1,'-03'),(74,4,-14400,0,'-04'),(75,0,-19176,0,'CMT'),(75,1,-18000,0,'EST'),(76,0,-39600,0,'NST'),(76,1,-36000,1,'NWT'),(76,2,-36000,1,'NPT'),(76,3,-39600,0,'BST'),(76,4,-36000,1,'BDT'),(76,5,-36000,0,'AHST'),(76,6,-32400,1,'HDT'),(76,7,-36000,0,'HST'),(77,0,-9244,0,'LMT'),(77,1,-7200,1,'-02'),(77,2,-10800,0,'-03'),(78,0,-25260,0,'LMT'),(78,1,-25200,0,'MST'),(78,2,-21600,0,'CST'),(78,3,-28800,0,'PST'),(78,4,-21600,1,'MDT'),(78,5,-18000,1,'CDT'),(78,6,-21600,0,'CST'),(79,0,-14309,0,'LMT'),(79,1,-10800,1,'ADT'),(79,2,-14400,0,'AST'),(79,3,-14400,0,'AST'),(79,4,-12600,1,'-0330'),(79,5,-10800,1,'ADT'),(80,0,-11636,0,'LMT'),(80,1,-7200,1,'-02'),(80,2,-10800,0,'-03'),(81,0,-21168,0,'LMT'),(81,1,-19800,1,'-0530'),(81,2,-21600,0,'CST'),(81,3,-18000,1,'CWT'),(81,4,-18000,1,'CPT'),(81,5,-18000,1,'CDT'),(82,0,-14400,0,'AST'),(82,1,-10800,1,'APT'),(82,2,-10800,1,'AWT'),(83,0,-14560,0,'LMT'),(83,1,-10800,1,'-03'),(83,2,-14400,0,'-04'),(84,0,-17776,0,'BMT'),(84,1,-14400,1,'-04'),(84,2,-18000,0,'-05'),(85,0,-25200,1,'PDT'),(85,1,-28800,0,'PST'),(85,2,-21600,1,'MWT'),(85,3,-21600,1,'MPT'),(85,4,-25200,0,'MST'),(85,5,-21600,1,'MDT'),(86,0,-15408,0,'CMT'),(86,1,-14400,0,'-04'),(86,2,-10800,1,'-03'),(86,3,-7200,1,'-02'),(86,4,-10800,0,'-03'),(87,0,0,0,'-00'),(87,1,-21600,1,'MWT'),(87,2,-21600,1,'MPT'),(87,3,-25200,0,'MST'),(87,4,-18000,1,'MDDT'),(87,5,-21600,1,'MDT'),(87,6,-18000,1,'CDT'),(87,7,-21600,0,'CST'),(87,8,-18000,0,'EST'),(87,9,-21600,1,'MDT'),(87,10,-25200,0,'MST'),(88,0,-13108,0,'LMT'),(88,1,-10800,1,'-03'),(88,2,-14400,0,'-04'),(89,0,-20824,0,'LMT'),(89,1,-21600,0,'CST'),(89,2,-14400,1,'EDT'),(89,3,-18000,0,'EST'),(89,4,-18000,1,'CDT'),(90,0,-16060,0,'CMT'),(90,1,-16200,0,'-0430'),(90,2,-14400,0,'-04'),(91,0,-15408,0,'CMT'),(91,1,-14400,0,'-04'),(91,2,-10800,1,'-03'),(91,3,-7200,1,'-02'),(91,4,-10800,0,'-03'),(92,0,-12560,0,'LMT'),(92,1,-14400,0,'-04'),(92,2,-10800,0,'-03'),(93,0,-19176,0,'CMT'),(93,1,-18000,0,'EST'),(94,0,-18000,1,'CDT'),(94,1,-21600,0,'CST'),(94,2,-18000,0,'EST'),(94,3,-18000,1,'CWT'),(94,4,-18000,1,'CPT'),(94,5,-21600,0,'CST'),(95,0,-25460,0,'LMT'),(95,1,-25200,0,'MST'),(95,2,-21600,0,'CST'),(95,3,-18000,1,'CDT'),(95,4,-21600,1,'MDT'),(95,5,-25200,0,'MST'),(96,0,-19176,0,'CMT'),(96,1,-18000,0,'EST'),(97,0,-15408,0,'CMT'),(97,1,-14400,0,'-04'),(97,2,-10800,1,'-03'),(97,3,-7200,1,'-02'),(97,4,-10800,0,'-03'),(98,0,-20173,0,'SJMT'),(98,1,-18000,1,'CDT'),(98,2,-21600,0,'CST'),(99,0,-21600,1,'MDT'),(99,1,-25200,0,'MST'),(99,2,-21600,1,'MWT'),(100,0,-13460,0,'LMT'),(100,1,-10800,1,'-03'),(100,2,-14400,0,'-04'),(101,0,-14400,0,'AST'),(101,1,-10800,1,'APT'),(101,2,-10800,1,'AWT'),(102,0,-4480,0,'LMT'),(102,1,-10800,0,'-03'),(102,2,-10800,0,'-03'),(102,3,-7200,1,'-02'),(102,4,-7200,1,'-02'),(102,5,0,0,'GMT'),(103,0,-28800,1,'YDT'),(103,1,-32400,0,'YST'),(103,2,-28800,1,'YWT'),(103,3,-28800,1,'YPT'),(103,4,-25200,1,'YDDT'),(103,5,-28800,0,'PST'),(103,6,-25200,1,'PDT'),(103,7,-25200,0,'MST'),(104,0,-25200,1,'PDT'),(104,1,-28800,0,'PST'),(104,2,-25200,1,'PWT'),(104,3,-25200,1,'PPT'),(104,4,-25200,0,'MST'),(105,0,-21600,1,'MDT'),(105,1,-25200,0,'MST'),(105,2,-21600,1,'MWT'),(105,3,-21600,1,'MPT'),(106,0,-19931,0,'LMT'),(106,1,-21600,0,'CST'),(106,2,-18000,0,'EST'),(106,3,-14400,1,'EWT'),(106,4,-14400,1,'EPT'),(106,5,-14400,1,'EDT'),(107,0,-14400,0,'AST'),(107,1,-10800,1,'APT'),(107,2,-10800,1,'AWT'),(108,0,-27232,0,'LMT'),(108,1,-21600,1,'MDT'),(108,2,-25200,0,'MST'),(108,3,-21600,1,'MWT'),(108,4,-21600,1,'MPT'),(109,0,-16768,0,'LMT'),(109,1,-14400,1,'-04'),(109,2,-18000,0,'-05'),(109,3,-14400,0,'-04'),(109,4,-18000,0,'-05'),(110,0,-21408,0,'LMT'),(110,1,-18000,1,'CDT'),(110,2,-21600,0,'CST'),(111,0,-28084,0,'LMT'),(111,1,-25200,0,'MST'),(111,2,-28800,0,'PST'),(111,3,-25200,1,'PDT'),(111,4,-25200,1,'PWT'),(111,5,-25200,1,'PPT'),(112,0,-25200,1,'PDT'),(112,1,-28800,0,'PST'),(112,2,-25200,1,'PWT'),(112,3,-25200,1,'PPT'),(112,4,-25200,0,'MST'),(113,0,-18000,1,'CDT'),(113,1,-21600,0,'CST'),(113,2,-18000,1,'CWT'),(113,3,-18000,1,'CPT'),(113,4,-18000,0,'EST'),(113,5,-14400,1,'EDT'),(114,0,-9240,0,'LMT'),(114,1,-7200,1,'-02'),(114,2,-10800,0,'-03'),(115,0,-14388,0,'LMT'),(115,1,-10800,1,'ADT'),(115,2,-14400,0,'AST'),(115,3,-10800,1,'AWT'),(115,4,-10800,1,'APT'),(116,0,-12416,0,'LMT'),(116,1,-10800,0,'-03'),(116,2,-10800,0,'-03'),(116,3,-7200,1,'-02'),(116,4,-7200,1,'-02'),(117,0,-12652,0,'NST'),(117,1,-9052,1,'NDT'),(117,2,-12600,0,'NST'),(117,3,-9000,1,'NDT'),(117,4,-9000,1,'NPT'),(117,5,-9000,1,'NWT'),(117,6,-10800,1,'ADT'),(117,7,-14400,0,'AST'),(117,8,-7200,1,'ADDT'),(117,9,-10800,1,'ADT'),(118,0,-18430,0,'KMT'),(118,1,-18000,0,'EST'),(118,2,-14400,1,'EDT'),(118,3,-14400,0,'AST'),(118,4,-18000,0,'EST'),(119,0,-14400,0,'AST'),(119,1,-10800,1,'APT'),(119,2,-10800,1,'AWT'),(120,0,-14400,0,'AST'),(120,1,-10800,1,'APT'),(120,2,-10800,1,'AWT'),(121,0,-21724,0,'LMT'),(121,1,-18000,1,'CDT'),(121,2,-21600,0,'CST'),(122,0,-18840,0,'QMT'),(122,1,-14400,1,'-04'),(122,2,-18000,0,'-05'),(123,0,-13959,0,'LMT'),(123,1,-14400,0,'-04'),(123,2,-13500,0,'-0345'),(123,3,-10800,0,'-03'),(123,4,-14400,0,'-04'),(124,0,-15264,0,'LMT'),(124,1,-10800,1,'ADT'),(124,2,-14400,0,'AST'),(124,3,-10800,1,'AWT'),(124,4,-10800,1,'APT'),(125,0,-19776,0,'HMT'),(125,1,-14400,1,'CDT'),(125,2,-18000,0,'CST'),(125,3,-18000,0,'CST'),(125,4,-14400,1,'CDT'),(126,0,-26632,0,'LMT'),(126,1,-25200,0,'MST'),(126,2,-21600,0,'CST'),(126,3,-28800,0,'PST'),(126,4,-21600,1,'MDT'),(126,5,-25200,0,'MST'),(127,0,-18000,1,'CDT'),(127,1,-21600,0,'CST'),(127,2,-18000,1,'CWT'),(127,3,-18000,1,'CPT'),(127,4,-18000,0,'EST'),(127,5,-14400,1,'EDT'),(128,0,-18000,1,'CDT'),(128,1,-21600,0,'CST'),(128,2,-18000,1,'CWT'),(128,3,-18000,1,'CPT'),(128,4,-18000,0,'EST'),(128,5,-21600,0,'CST'),(129,0,-18000,1,'CDT'),(129,1,-21600,0,'CST'),(129,2,-18000,1,'CWT'),(129,3,-18000,1,'CPT'),(129,4,-18000,0,'EST'),(129,5,-14400,1,'EDT'),(130,0,-18000,1,'CDT'),(130,1,-21600,0,'CST'),(130,2,-18000,1,'CWT'),(130,3,-18000,1,'CPT'),(130,4,-18000,0,'EST'),(130,5,-14400,1,'EDT'),(131,0,-18000,1,'CDT'),(131,1,-21600,0,'CST'),(131,2,-18000,1,'CWT'),(131,3,-18000,1,'CPT'),(131,4,-18000,0,'EST'),(131,5,-14400,1,'EDT'),(131,6,-18000,1,'CDT'),(131,7,-21600,0,'CST'),(132,0,-18000,1,'CDT'),(132,1,-21600,0,'CST'),(132,2,-18000,1,'CWT'),(132,3,-18000,1,'CPT'),(132,4,-18000,0,'EST'),(132,5,-14400,1,'EDT'),(133,0,-18000,1,'CDT'),(133,1,-21600,0,'CST'),(133,2,-18000,1,'CWT'),(133,3,-18000,1,'CPT'),(133,4,-18000,0,'EST'),(133,5,-14400,1,'EDT'),(134,0,-18000,1,'CDT'),(134,1,-21600,0,'CST'),(134,2,-18000,1,'CWT'),(134,3,-18000,1,'CPT'),(134,4,-18000,0,'EST'),(134,5,-14400,1,'EDT'),(135,0,-18000,1,'CDT'),(135,1,-21600,0,'CST'),(135,2,-18000,1,'CWT'),(135,3,-18000,1,'CPT'),(135,4,-18000,0,'EST'),(135,5,-14400,1,'EDT'),(136,0,0,0,'-00'),(136,1,-21600,1,'PDDT'),(136,2,-28800,0,'PST'),(136,3,-25200,0,'MST'),(136,4,-21600,1,'MDT'),(137,0,0,0,'-00'),(137,1,-14400,1,'EPT'),(137,2,-18000,0,'EST'),(137,3,-10800,1,'EDDT'),(137,4,-14400,1,'EDT'),(137,5,-14400,1,'EWT'),(137,6,-21600,0,'CST'),(137,7,-18000,1,'CDT'),(137,8,-14400,1,'EDT'),(137,9,-18000,0,'EST'),(138,0,-18430,0,'KMT'),(138,1,-18000,0,'EST'),(138,2,-14400,1,'EDT'),(139,0,-15408,0,'CMT'),(139,1,-14400,0,'-04'),(139,2,-10800,1,'-03'),(139,3,-7200,1,'-02'),(139,4,-10800,0,'-03'),(140,0,-28800,0,'PST'),(140,1,-25200,1,'PWT'),(140,2,-25200,1,'PPT'),(140,3,-25200,1,'PDT'),(140,4,-28800,1,'YDT'),(140,5,-32400,0,'YST'),(140,6,-28800,1,'AKDT'),(140,7,-32400,0,'AKST'),(141,0,-18000,1,'CDT'),(141,1,-21600,0,'CST'),(141,2,-18000,1,'CWT'),(141,3,-18000,1,'CPT'),(141,4,-18000,0,'EST'),(141,5,-14400,1,'EDT'),(142,0,-18000,1,'CDT'),(142,1,-21600,0,'CST'),(142,2,-18000,1,'CWT'),(142,3,-18000,1,'CPT'),(142,4,-14400,1,'EDT'),(142,5,-18000,0,'EST'),(143,0,-18000,1,'CDT'),(143,1,-21600,0,'CST'),(143,2,-18000,1,'CWT'),(143,3,-18000,1,'CPT'),(143,4,-18000,0,'EST'),(143,5,-21600,0,'CST'),(144,0,-14400,0,'AST'),(144,1,-10800,1,'APT'),(144,2,-10800,1,'AWT'),(145,0,-16356,0,'CMT'),(145,1,-12756,1,'BST'),(145,2,-14400,0,'-04'),(146,0,-18516,0,'LMT'),(146,1,-14400,1,'-04'),(146,2,-18000,0,'-05'),(147,0,-25200,1,'PDT'),(147,1,-28800,0,'PST'),(147,2,-25200,1,'PWT'),(147,3,-25200,1,'PPT'),(148,0,-18000,1,'CDT'),(148,1,-21600,0,'CST'),(148,2,-18000,1,'CWT'),(148,3,-18000,1,'CPT'),(148,4,-18000,0,'EST'),(148,5,-14400,1,'EDT'),(149,0,-14400,0,'AST'),(149,1,-10800,1,'APT'),(149,2,-10800,1,'AWT'),(150,0,-8572,0,'LMT'),(150,1,-7200,1,'-02'),(150,2,-10800,0,'-03'),(151,0,-20712,0,'MMT'),(151,1,-21600,0,'CST'),(151,2,-18000,0,'EST'),(151,3,-18000,1,'CDT'),(151,4,-21600,0,'CST'),(152,0,-14404,0,'LMT'),(152,1,-10800,1,'-03'),(152,2,-14400,0,'-04'),(153,0,-14400,0,'AST'),(153,1,-10800,1,'APT'),(153,2,-10800,1,'AWT'),(154,0,-14660,0,'FFMT'),(154,1,-14400,0,'AST'),(154,2,-10800,1,'ADT'),(155,0,-24000,0,'LMT'),(155,1,-21600,0,'CST'),(155,2,-18000,1,'CDT'),(156,0,-25540,0,'LMT'),(156,1,-25200,0,'MST'),(156,2,-21600,0,'CST'),(156,3,-28800,0,'PST'),(156,4,-21600,1,'MDT'),(156,5,-25200,0,'MST'),(157,0,-15408,0,'CMT'),(157,1,-14400,0,'-04'),(157,2,-10800,1,'-03'),(157,3,-7200,1,'-02'),(157,4,-10800,0,'-03'),(158,0,-18000,1,'CDT'),(158,1,-21600,0,'CST'),(158,2,-18000,1,'CWT'),(158,3,-18000,1,'CPT'),(158,4,-18000,0,'EST'),(158,5,-21600,0,'CST'),(159,0,-21508,0,'LMT'),(159,1,-21600,0,'CST'),(159,2,-18000,0,'EST'),(159,3,-18000,1,'CDT'),(159,4,-21600,0,'CST'),(160,0,-28800,0,'PST'),(160,1,-25200,1,'PWT'),(160,2,-25200,1,'PPT'),(160,3,-25200,1,'PDT'),(160,4,-32400,0,'AKST'),(160,5,-28800,1,'AKDT'),(161,0,-23796,0,'LMT'),(161,1,-25200,0,'MST'),(161,2,-21600,0,'CST'),(161,3,-18000,1,'CDT'),(161,4,-18000,1,'CWT'),(162,0,-13480,0,'LMT'),(162,1,-14400,0,'AST'),(162,2,-10800,0,'-03'),(162,3,-7200,1,'-02'),(163,0,-18000,0,'EST'),(163,1,-10800,1,'ADT'),(163,2,-14400,0,'AST'),(163,3,-10800,1,'AWT'),(163,4,-10800,1,'APT'),(164,0,-24076,0,'LMT'),(164,1,-21600,0,'CST'),(164,2,-18000,1,'CDT'),(165,0,-13491,0,'LMT'),(165,1,-13491,0,'MMT'),(165,2,-14400,0,'-04'),(165,3,-12600,0,'-0330'),(165,4,-10800,1,'-03'),(165,5,-10800,0,'-03'),(165,6,-9000,1,'-0230'),(165,7,-7200,1,'-02'),(165,8,-5400,1,'-0130'),(165,9,-7200,1,'-02'),(166,0,-14400,1,'EDT'),(166,1,-18000,0,'EST'),(166,2,-14400,1,'EWT'),(166,3,-14400,1,'EPT'),(167,0,-14400,0,'AST'),(167,1,-10800,1,'APT'),(167,2,-10800,1,'AWT'),(168,0,-14400,1,'EDT'),(168,1,-18000,0,'EST'),(168,2,-14400,1,'EWT'),(168,3,-14400,1,'EPT'),(169,0,-14400,1,'EDT'),(169,1,-18000,0,'EST'),(169,2,-14400,1,'EWT'),(169,3,-14400,1,'EPT'),(170,0,-14400,1,'EDT'),(170,1,-18000,0,'EST'),(170,2,-14400,1,'EWT'),(170,3,-14400,1,'EPT'),(171,0,-39600,0,'NST'),(171,1,-36000,1,'NWT'),(171,2,-36000,1,'NPT'),(171,3,-39600,0,'BST'),(171,4,-36000,1,'BDT'),(171,5,-32400,0,'YST'),(171,6,-28800,1,'AKDT'),(171,7,-32400,0,'AKST'),(172,0,-7780,0,'LMT'),(172,1,-3600,1,'-01'),(172,2,-7200,0,'-02'),(173,0,-21600,1,'MDT'),(173,1,-25200,0,'MST'),(173,2,-21600,1,'MWT'),(173,3,-21600,1,'MPT'),(173,4,-18000,1,'CDT'),(173,5,-21600,0,'CST'),(174,0,-21600,1,'MDT'),(174,1,-25200,0,'MST'),(174,2,-21600,1,'MWT'),(174,3,-21600,1,'MPT'),(174,4,-18000,1,'CDT'),(174,5,-21600,0,'CST'),(175,0,-21600,1,'MDT'),(175,1,-25200,0,'MST'),(175,2,-21600,1,'MWT'),(175,3,-21600,1,'MPT'),(175,4,-18000,1,'CDT'),(175,5,-21600,0,'CST'),(176,0,-12416,0,'LMT'),(176,1,-10800,0,'-03'),(176,2,-10800,0,'-03'),(176,3,-7200,1,'-02'),(176,4,-7200,1,'-02'),(177,0,-25060,0,'LMT'),(177,1,-25200,0,'MST'),(177,2,-21600,0,'CST'),(177,3,-18000,1,'CDT'),(177,4,-21600,1,'MDT'),(177,5,-25200,0,'MST'),(178,0,-19176,0,'CMT'),(178,1,-18000,0,'EST'),(179,0,0,0,'-00'),(179,1,-10800,1,'AWT'),(179,2,-10800,1,'APT'),(179,3,-14400,0,'AST'),(179,4,-7200,1,'ADDT'),(179,5,-10800,1,'ADT'),(179,6,-14400,1,'EDT'),(179,7,-18000,0,'EST'),(179,8,-21600,0,'CST'),(179,9,-18000,1,'CDT'),(179,10,-14400,1,'EDT'),(179,11,-18000,0,'EST'),(180,0,-13240,0,'LMT'),(180,1,-13252,0,'PMT'),(180,2,-13236,0,'PMT'),(180,3,-12600,0,'-0330'),(180,4,-10800,0,'-03'),(181,0,-21600,1,'MDT'),(181,1,-25200,0,'MST'),(181,2,-21600,1,'MWT'),(182,0,-17340,0,'PPMT'),(182,1,-14400,1,'EDT'),(182,2,-18000,0,'EST'),(182,3,-14400,1,'EDT'),(182,4,-18000,0,'EST'),(183,0,-14400,0,'AST'),(183,1,-10800,1,'APT'),(183,2,-10800,1,'AWT'),(184,0,-16272,0,'LMT'),(184,1,-14400,1,'-04'),(184,2,-18000,0,'-05'),(184,3,-14400,0,'-04'),(184,4,-18000,0,'-05'),(185,0,-15336,0,'LMT'),(185,1,-10800,1,'-03'),(185,2,-14400,0,'-04'),(186,0,-14400,0,'AST'),(186,1,-10800,1,'APT'),(186,2,-10800,1,'AWT'),(187,0,-16965,0,'SMT'),(187,1,-18000,0,'-05'),(187,2,-14400,0,'-04'),(187,3,-14400,1,'-04'),(187,4,-10800,1,'-03'),(187,5,-14400,0,'-04'),(187,6,-10800,0,'-03'),(188,0,-18000,1,'CDT'),(188,1,-21600,0,'CST'),(188,2,-18000,1,'CWT'),(188,3,-18000,1,'CPT'),(189,0,0,0,'-00'),(189,1,-14400,1,'CDDT'),(189,2,-21600,0,'CST'),(189,3,-18000,1,'CDT'),(189,4,-18000,0,'EST'),(189,5,-21600,0,'CST'),(190,0,-8376,0,'LMT'),(190,1,-7200,1,'-02'),(190,2,-10800,0,'-03'),(191,0,-25116,0,'LMT'),(191,1,-21600,1,'MDT'),(191,2,-25200,0,'MST'),(191,3,-21600,1,'MWT'),(191,4,-21600,1,'MPT'),(191,5,-21600,0,'CST'),(192,0,0,0,'-00'),(192,1,-14400,1,'CDDT'),(192,2,-21600,0,'CST'),(192,3,-18000,1,'CDT'),(192,4,-18000,0,'EST'),(192,5,-21600,0,'CST'),(193,0,-16272,0,'LMT'),(193,1,-14400,1,'-04'),(193,2,-18000,0,'-05'),(193,3,-14400,0,'-04'),(193,4,-18000,0,'-05'),(194,0,-15408,0,'CMT'),(194,1,-14400,0,'-04'),(194,2,-10800,1,'-03'),(194,3,-7200,1,'-02'),(194,4,-10800,0,'-03'),(195,0,-28084,0,'LMT'),(195,1,-25200,0,'MST'),(195,2,-28800,0,'PST'),(195,3,-25200,1,'PDT'),(195,4,-25200,1,'PWT'),(195,5,-25200,1,'PPT'),(196,0,-13128,0,'LMT'),(196,1,-10800,1,'-03'),(196,2,-14400,0,'-04'),(196,3,-10800,0,'-03'),(197,0,-16965,0,'SMT'),(197,1,-18000,0,'-05'),(197,2,-14400,0,'-04'),(197,3,-14400,1,'-04'),(197,4,-10800,1,'-03'),(197,5,-10800,1,'-03'),(197,6,-14400,0,'-04'),(198,0,-16800,0,'SDMT'),(198,1,-14400,1,'EDT'),(198,2,-18000,0,'EST'),(198,3,-16200,1,'-0430'),(198,4,-14400,0,'AST'),(199,0,-11188,0,'LMT'),(199,1,-7200,1,'-02'),(199,2,-10800,0,'-03'),(200,0,-5272,0,'LMT'),(200,1,-7200,0,'-02'),(200,2,-3600,1,'-01'),(200,3,-7200,0,'-02'),(200,4,-3600,0,'-01'),(200,5,0,1,'+00'),(200,6,0,1,'+00'),(201,0,-21600,1,'MDT'),(201,1,-25200,0,'MST'),(201,2,-21600,1,'MWT'),(201,3,-21600,1,'MPT'),(202,0,-28800,0,'PST'),(202,1,-25200,1,'PWT'),(202,2,-25200,1,'PPT'),(202,3,-25200,1,'PDT'),(202,4,-32400,0,'YST'),(202,5,-28800,1,'AKDT'),(202,6,-32400,0,'AKST'),(203,0,-14400,0,'AST'),(203,1,-10800,1,'APT'),(203,2,-10800,1,'AWT'),(204,0,-9052,1,'NDT'),(204,1,-12652,0,'NST'),(204,2,-9000,1,'NDT'),(204,3,-12600,0,'NST'),(204,4,-9000,1,'NPT'),(204,5,-9000,1,'NWT'),(204,6,-5400,1,'NDDT'),(204,7,-9000,1,'NDT'),(205,0,-14400,0,'AST'),(205,1,-10800,1,'APT'),(205,2,-10800,1,'AWT'),(206,0,-14400,0,'AST'),(206,1,-10800,1,'APT'),(206,2,-10800,1,'AWT'),(207,0,-14400,0,'AST'),(207,1,-10800,1,'APT'),(207,2,-10800,1,'AWT'),(208,0,-14400,0,'AST'),(208,1,-10800,1,'APT'),(208,2,-10800,1,'AWT'),(209,0,-25880,0,'LMT'),(209,1,-21600,1,'MDT'),(209,2,-25200,0,'MST'),(209,3,-21600,1,'MWT'),(209,4,-21600,1,'MPT'),(209,5,-21600,0,'CST'),(210,0,-20932,0,'LMT'),(210,1,-18000,1,'CDT'),(210,2,-21600,0,'CST'),(211,0,-16508,0,'LMT'),(211,1,-10800,1,'ADT'),(211,2,-14400,0,'AST'),(212,0,-21600,0,'CST'),(212,1,-18000,0,'EST'),(212,2,-14400,1,'EWT'),(212,3,-14400,1,'EPT'),(212,4,-14400,1,'EDT'),(213,0,-28084,0,'LMT'),(213,1,-25200,0,'MST'),(213,2,-28800,0,'PST'),(213,3,-25200,1,'PDT'),(213,4,-25200,1,'PWT'),(213,5,-25200,1,'PPT'),(214,0,-14400,1,'EDT'),(214,1,-18000,0,'EST'),(214,2,-14400,1,'EWT'),(214,3,-14400,1,'EPT'),(215,0,-14400,0,'AST'),(215,1,-10800,1,'APT'),(215,2,-10800,1,'AWT'),(216,0,-25200,1,'PDT'),(216,1,-28800,0,'PST'),(216,2,-25200,1,'PWT'),(216,3,-25200,1,'PPT'),(217,0,-14400,0,'AST'),(217,1,-10800,1,'APT'),(217,2,-10800,1,'AWT'),(218,0,-28800,1,'YDT'),(218,1,-32400,0,'YST'),(218,2,-28800,1,'YWT'),(218,3,-28800,1,'YPT'),(218,4,-25200,1,'YDDT'),(218,5,-28800,0,'PST'),(218,6,-25200,1,'PDT'),(218,7,-25200,0,'MST'),(219,0,-18000,1,'CDT'),(219,1,-21600,0,'CST'),(219,2,-18000,1,'CWT'),(219,3,-18000,1,'CPT'),(219,4,-18000,1,'CDT'),(219,5,-21600,0,'CST'),(220,0,-32400,0,'YST'),(220,1,-28800,1,'YWT'),(220,2,-28800,1,'YPT'),(220,3,-28800,1,'YDT'),(220,4,-28800,1,'AKDT'),(220,5,-32400,0,'AKST'),(221,0,0,0,'-00'),(221,1,-21600,1,'MWT'),(221,2,-21600,1,'MPT'),(221,3,-25200,0,'MST'),(221,4,-18000,1,'MDDT'),(221,5,-21600,1,'MDT'),(222,0,0,0,'-00'),(222,1,28800,0,'+08'),(222,2,39600,0,'+11'),(222,3,28800,0,'+08'),(222,4,39600,0,'+11'),(223,0,0,0,'-00'),(223,1,25200,0,'+07'),(223,2,18000,0,'+05'),(223,3,25200,0,'+07'),(224,0,36000,0,'+10'),(225,0,36000,0,'AEST'),(225,1,39600,1,'AEDT'),(225,2,36000,0,'AEST'),(225,3,0,0,'-00'),(225,4,39600,1,'AEDT'),(225,5,36000,0,'AEST'),(226,0,0,0,'-00'),(226,1,21600,0,'+06'),(226,2,18000,0,'+05'),(227,0,45000,1,'NZST'),(227,1,41400,0,'NZMT'),(227,2,43200,1,'NZST'),(227,3,46800,1,'NZDT'),(227,4,43200,0,'NZST'),(227,5,43200,0,'NZST'),(228,0,0,0,'-00'),(228,1,-14400,0,'-04'),(228,2,-10800,1,'-03'),(228,3,-7200,1,'-02'),(228,4,-10800,0,'-03'),(228,5,-10800,1,'-03'),(228,6,-14400,0,'-04'),(228,7,-10800,0,'-03'),(229,0,0,0,'-00'),(229,1,-10800,0,'-03'),(230,0,45000,1,'NZST'),(230,1,41400,0,'NZMT'),(230,2,43200,1,'NZST'),(230,3,46800,1,'NZDT'),(230,4,43200,0,'NZST'),(230,5,43200,0,'NZST'),(231,0,11212,0,'LMT'),(231,1,10800,0,'+03'),(232,0,0,0,'-00'),(232,1,7200,1,'+02'),(232,2,0,0,'+00'),(232,3,0,0,'+00'),(233,0,0,0,'-00'),(233,1,21600,0,'+06'),(234,0,7200,1,'CEST'),(234,1,3600,0,'CET'),(234,2,3600,0,'CET'),(234,3,7200,1,'CEST'),(234,4,7200,1,'CEST'),(234,5,3600,0,'CET'),(235,0,11212,0,'LMT'),(235,1,10800,0,'+03'),(236,0,18468,0,'LMT'),(236,1,18000,0,'+05'),(236,2,25200,1,'+07'),(236,3,21600,0,'+06'),(236,4,21600,0,'+06'),(236,5,25200,1,'+07'),(236,6,21600,1,'+06'),(236,7,18000,0,'+05'),(236,8,25200,1,'+07'),(236,9,21600,0,'+06'),(237,0,8624,0,'LMT'),(237,1,10800,1,'EEST'),(237,2,7200,0,'EET'),(237,3,7200,0,'EET'),(237,4,10800,1,'EEST'),(238,0,42596,0,'LMT'),(238,1,43200,0,'+12'),(238,2,50400,1,'+14'),(238,3,46800,0,'+13'),(238,4,46800,1,'+13'),(238,5,43200,0,'+12'),(238,6,46800,1,'+13'),(238,7,43200,1,'+12'),(238,8,39600,0,'+11'),(238,9,43200,0,'+12'),(239,0,12064,0,'LMT'),(239,1,14400,0,'+04'),(239,2,18000,0,'+05'),(239,3,21600,0,'+06'),(239,4,21600,1,'+06'),(239,5,18000,0,'+05'),(239,6,21600,1,'+06'),(239,7,18000,1,'+05'),(239,8,14400,0,'+04'),(239,9,18000,0,'+05'),(240,0,13720,0,'LMT'),(240,1,14400,0,'+04'),(240,2,18000,0,'+05'),(240,3,21600,1,'+06'),(240,4,21600,0,'+06'),(240,5,18000,0,'+05'),(240,6,21600,1,'+06'),(240,7,18000,1,'+05'),(240,8,14400,0,'+04'),(240,9,21600,1,'+06'),(240,10,18000,0,'+05'),(241,0,14012,0,'LMT'),(241,1,14400,0,'+04'),(241,2,21600,1,'+06'),(241,3,18000,0,'+05'),(241,4,18000,0,'+05'),(241,5,21600,1,'+06'),(241,6,18000,1,'+05'),(241,7,14400,0,'+04'),(241,8,18000,0,'+05'),(242,0,14012,0,'LMT'),(242,1,14400,0,'+04'),(242,2,21600,1,'+06'),(242,3,18000,0,'+05'),(242,4,18000,0,'+05'),(242,5,21600,1,'+06'),(242,6,18000,1,'+05'),(242,7,14400,0,'+04'),(242,8,18000,0,'+05'),(243,0,12464,0,'LMT'),(243,1,10800,0,'+03'),(243,2,18000,0,'+05'),(243,3,21600,0,'+06'),(243,4,21600,1,'+06'),(243,5,18000,0,'+05'),(243,6,21600,1,'+06'),(243,7,18000,1,'+05'),(243,8,14400,0,'+04'),(243,9,18000,0,'+05'),(244,0,10656,0,'BMT'),(244,1,10800,0,'+03'),(244,2,14400,1,'+04'),(244,3,10800,0,'+03'),(244,4,14400,1,'+04'),(245,0,12368,0,'LMT'),(245,1,14400,0,'+04'),(245,2,10800,0,'+03'),(246,0,11964,0,'LMT'),(246,1,10800,0,'+03'),(246,2,18000,1,'+05'),(246,3,14400,0,'+04'),(246,4,14400,0,'+04'),(246,5,18000,1,'+05'),(246,6,14400,1,'+04'),(246,7,10800,0,'+03'),(246,8,18000,1,'+05'),(246,9,14400,0,'+04'),(247,0,24124,0,'BMT'),(247,1,25200,0,'+07'),(248,0,20100,0,'LMT'),(248,1,21600,0,'+06'),(248,2,28800,1,'+08'),(248,3,25200,0,'+07'),(248,4,25200,0,'+07'),(248,5,28800,1,'+08'),(248,6,25200,1,'+07'),(248,7,21600,0,'+06'),(248,8,25200,1,'+07'),(248,9,25200,0,'+07'),(249,0,10800,1,'EEST'),(249,1,7200,0,'EET'),(250,0,17904,0,'LMT'),(250,1,18000,0,'+05'),(250,2,25200,1,'+07'),(250,3,21600,0,'+06'),(250,4,21600,0,'+06'),(250,5,25200,1,'+07'),(250,6,21600,1,'+06'),(250,7,18000,0,'+05'),(250,8,21600,1,'+06'),(250,9,21600,0,'+06'),(251,0,27580,0,'LMT'),(251,1,27000,0,'+0730'),(251,2,28800,0,'+08'),(252,0,19270,0,'MMT'),(252,1,19800,0,'IST'),(252,2,23400,1,'+0630'),(253,0,27232,0,'LMT'),(253,1,28800,0,'+08'),(253,2,36000,1,'+10'),(253,3,32400,0,'+09'),(253,4,32400,0,'+09'),(253,5,36000,1,'+10'),(253,6,32400,1,'+09'),(253,7,28800,0,'+08'),(253,8,36000,0,'+10'),(253,9,36000,1,'+10'),(253,10,32400,0,'+09'),(254,0,27480,0,'LMT'),(254,1,25200,0,'+07'),(254,2,28800,0,'+08'),(254,3,32400,0,'+09'),(254,4,36000,1,'+10'),(254,5,32400,1,'+09'),(254,6,28800,0,'+08'),(255,0,32400,1,'CDT'),(255,1,28800,0,'CST'),(256,0,32400,1,'CDT'),(256,1,28800,0,'CST'),(257,0,19172,0,'MMT'),(257,1,19800,0,'+0530'),(257,2,21600,1,'+06'),(257,3,23400,1,'+0630'),(257,4,23400,0,'+0630'),(257,5,21600,0,'+06'),(257,6,19800,0,'+0530'),(258,0,21200,0,'HMT'),(258,1,23400,0,'+0630'),(258,2,19800,0,'+0530'),(258,3,21600,0,'+06'),(258,4,25200,1,'+07'),(259,0,8712,0,'LMT'),(259,1,10800,1,'EEST'),(259,2,7200,0,'EET'),(260,0,21200,0,'HMT'),(260,1,23400,0,'+0630'),(260,2,19800,0,'+0530'),(260,3,21600,0,'+06'),(260,4,25200,1,'+07'),(261,0,30140,0,'LMT'),(261,1,28800,0,'+08'),(261,2,32400,0,'+09'),(262,0,13272,0,'LMT'),(262,1,14400,0,'+04'),(263,0,16512,0,'LMT'),(263,1,18000,0,'+05'),(263,2,25200,1,'+07'),(263,3,21600,0,'+06'),(263,4,21600,0,'+06'),(263,5,25200,1,'+07'),(263,6,21600,1,'+06'),(263,7,18000,0,'+05'),(264,0,8148,0,'LMT'),(264,1,10800,1,'EEST'),(264,2,7200,0,'EET'),(264,3,7200,0,'EET'),(264,4,10800,1,'EEST'),(264,5,10800,0,'+03'),(264,6,7200,0,'EET'),(265,0,10800,1,'EEST'),(265,1,7200,0,'EET'),(265,2,7200,0,'EET'),(265,3,10800,1,'EEST'),(265,4,10800,1,'IDT'),(265,5,7200,0,'IST'),(265,6,10800,1,'IDT'),(265,7,7200,0,'IST'),(265,8,7200,0,'EET'),(266,0,32400,1,'CDT'),(266,1,28800,0,'CST'),(267,0,10800,1,'EEST'),(267,1,7200,0,'EET'),(267,2,7200,0,'EET'),(267,3,10800,1,'EEST'),(267,4,10800,1,'IDT'),(267,5,7200,0,'IST'),(267,6,10800,1,'IDT'),(267,7,7200,0,'IST'),(267,8,7200,0,'EET'),(268,0,25600,0,'LMT'),(268,1,25590,0,'PLMT'),(268,2,25200,0,'+07'),(268,3,28800,0,'+08'),(268,4,32400,0,'+09'),(268,5,25200,0,'+07'),(269,0,27402,0,'LMT'),(269,1,28800,0,'HKT'),(269,2,32400,1,'HKST'),(269,3,30600,1,'HKWT'),(269,4,32400,0,'JST'),(269,5,28800,0,'HKT'),(269,6,32400,1,'HKST'),(270,0,21996,0,'LMT'),(270,1,21600,0,'+06'),(270,2,28800,1,'+08'),(270,3,25200,0,'+07'),(271,0,25025,0,'IMT'),(271,1,25200,0,'+07'),(271,2,32400,1,'+09'),(271,3,28800,0,'+08'),(271,4,28800,0,'+08'),(271,5,32400,1,'+09'),(271,6,28800,1,'+08'),(271,7,25200,0,'+07'),(271,8,32400,0,'+09'),(271,9,32400,1,'+09'),(271,10,28800,0,'+08'),(272,0,7016,0,'IMT'),(272,1,10800,1,'EEST'),(272,2,7200,0,'EET'),(272,3,10800,0,'+03'),(272,4,14400,1,'+04'),(272,5,10800,1,'EEST'),(272,6,7200,0,'EET'),(272,7,10800,1,'EEST'),(272,8,7200,0,'EET'),(272,9,10800,0,'+03'),(273,0,25632,0,'BMT'),(273,1,26400,0,'+0720'),(273,2,27000,0,'+0730'),(273,3,32400,0,'+09'),(273,4,28800,0,'+08'),(273,5,25200,0,'WIB'),(274,0,33768,0,'LMT'),(274,1,32400,0,'+09'),(274,2,34200,0,'+0930'),(274,3,32400,0,'WIT'),(275,0,8440,0,'JMT'),(275,1,10800,1,'IDT'),(275,2,7200,0,'IST'),(275,3,14400,1,'IDDT'),(275,4,10800,1,'IDT'),(275,5,7200,0,'IST'),(275,6,10800,1,'IDT'),(275,7,7200,0,'IST'),(276,0,14400,0,'+04'),(276,1,16200,0,'+0430'),(277,0,38076,0,'LMT'),(277,1,39600,0,'+11'),(277,2,46800,1,'+13'),(277,3,43200,0,'+12'),(277,4,43200,0,'+12'),(277,5,46800,1,'+13'),(277,6,43200,1,'+12'),(277,7,39600,0,'+11'),(277,8,43200,0,'+12'),(278,0,16092,0,'LMT'),(278,1,19800,0,'+0530'),(278,2,23400,1,'+0630'),(278,3,18000,0,'+05'),(278,4,21600,1,'PKST'),(278,5,18000,0,'PKT'),(279,0,21020,0,'LMT'),(279,1,21600,0,'+06'),(280,0,20476,0,'LMT'),(280,1,19800,0,'+0530'),(280,2,20700,0,'+0545'),(281,0,20476,0,'LMT'),(281,1,19800,0,'+0530'),(281,2,20700,0,'+0545'),(282,0,32533,0,'LMT'),(282,1,28800,0,'+08'),(282,2,36000,1,'+10'),(282,3,32400,0,'+09'),(282,4,32400,0,'+09'),(282,5,36000,1,'+10'),(282,6,32400,1,'+09'),(282,7,28800,0,'+08'),(282,8,39600,1,'+11'),(282,9,36000,0,'+10'),(282,10,36000,0,'+10'),(282,11,39600,0,'+11'),(282,12,32400,0,'+09'),(283,0,19270,0,'MMT'),(283,1,19800,0,'IST'),(283,2,23400,1,'+0630'),(284,0,22286,0,'LMT'),(284,1,21600,0,'+06'),(284,2,28800,1,'+08'),(284,3,25200,0,'+07'),(284,4,25200,0,'+07'),(284,5,28800,1,'+08'),(284,6,25200,1,'+07'),(284,7,21600,0,'+06'),(284,8,28800,0,'+08'),(284,9,28800,1,'+08'),(284,10,25200,0,'+07'),(285,0,24925,0,'SMT'),(285,1,25200,0,'+07'),(285,2,26400,1,'+0720'),(285,3,26400,0,'+0720'),(285,4,27000,0,'+0730'),(285,5,32400,0,'+09'),(285,6,28800,0,'+08'),(286,0,26480,0,'LMT'),(286,1,27000,0,'+0730'),(286,2,30000,1,'+0820'),(286,3,28800,0,'+08'),(286,4,32400,0,'+09'),(286,5,28800,0,'+08'),(287,0,11212,0,'LMT'),(287,1,10800,0,'+03'),(288,0,27250,0,'LMT'),(288,1,28800,0,'CST'),(288,2,36000,1,'+10'),(288,3,32400,0,'+09'),(288,4,32400,1,'CDT'),(288,5,28800,0,'CST'),(288,6,32400,1,'CDT'),(289,0,27250,0,'LMT'),(289,1,28800,0,'CST'),(289,2,36000,1,'+10'),(289,3,32400,0,'+09'),(289,4,32400,1,'CDT'),(289,5,28800,0,'CST'),(289,6,32400,1,'CDT'),(290,0,36192,0,'LMT'),(290,1,36000,0,'+10'),(290,2,43200,1,'+12'),(290,3,39600,0,'+11'),(290,4,39600,0,'+11'),(290,5,43200,1,'+12'),(290,6,39600,1,'+11'),(290,7,36000,0,'+10'),(290,8,43200,0,'+12'),(290,9,43200,1,'+12'),(290,10,39600,0,'+11'),(291,0,28656,0,'LMT'),(291,1,28656,0,'MMT'),(291,2,28800,0,'+08'),(291,3,32400,0,'+09'),(291,4,28800,0,'WITA'),(292,0,32400,1,'PDT'),(292,1,28800,0,'PST'),(292,2,32400,0,'JST'),(292,3,28800,0,'PST'),(293,0,13272,0,'LMT'),(293,1,14400,0,'+04'),(294,0,8008,0,'LMT'),(294,1,10800,1,'EEST'),(294,2,7200,0,'EET'),(294,3,7200,0,'EET'),(294,4,10800,1,'EEST'),(295,0,20928,0,'LMT'),(295,1,21600,0,'+06'),(295,2,28800,1,'+08'),(295,3,25200,0,'+07'),(295,4,25200,0,'+07'),(295,5,28800,1,'+08'),(295,6,25200,1,'+07'),(295,7,21600,0,'+06'),(295,8,25200,0,'+07'),(296,0,19900,0,'LMT'),(296,1,21600,0,'+06'),(296,2,28800,1,'+08'),(296,3,25200,0,'+07'),(296,4,25200,0,'+07'),(296,5,28800,1,'+08'),(296,6,25200,1,'+07'),(296,7,21600,0,'+06'),(296,8,25200,1,'+07'),(296,9,25200,0,'+07'),(297,0,17610,0,'LMT'),(297,1,18000,0,'+05'),(297,2,25200,1,'+07'),(297,3,21600,0,'+06'),(297,4,21600,0,'+06'),(297,5,25200,1,'+07'),(297,6,21600,1,'+06'),(297,7,18000,0,'+05'),(297,8,25200,0,'+07'),(297,9,25200,1,'+07'),(297,10,21600,0,'+06'),(298,0,12324,0,'LMT'),(298,1,10800,0,'+03'),(298,2,18000,0,'+05'),(298,3,21600,1,'+06'),(298,4,21600,0,'+06'),(298,5,18000,0,'+05'),(298,6,21600,1,'+06'),(298,7,18000,1,'+05'),(298,8,14400,0,'+04'),(298,9,18000,0,'+05'),(299,0,24124,0,'BMT'),(299,1,25200,0,'+07'),(300,0,26240,0,'LMT'),(300,1,26240,0,'PMT'),(300,2,27000,0,'+0730'),(300,3,32400,0,'+09'),(300,4,28800,0,'+08'),(300,5,28800,0,'WITA'),(300,6,25200,0,'WIB'),(301,0,30180,0,'LMT'),(301,1,30600,0,'KST'),(301,2,32400,0,'JST'),(301,3,32400,0,'KST'),(302,0,12368,0,'LMT'),(302,1,14400,0,'+04'),(302,2,10800,0,'+03'),(303,0,15268,0,'LMT'),(303,1,14400,0,'+04'),(303,2,18000,0,'+05'),(303,3,21600,1,'+06'),(303,4,21600,0,'+06'),(303,5,18000,0,'+05'),(303,6,21600,1,'+06'),(303,7,18000,1,'+05'),(303,8,14400,0,'+04'),(303,9,21600,0,'+06'),(303,10,21600,1,'+06'),(304,0,15712,0,'LMT'),(304,1,14400,0,'+04'),(304,2,18000,0,'+05'),(304,3,21600,1,'+06'),(304,4,21600,0,'+06'),(304,5,18000,0,'+05'),(304,6,21600,1,'+06'),(304,7,18000,1,'+05'),(304,8,14400,0,'+04'),(304,9,21600,0,'+06'),(304,10,21600,1,'+06'),(304,11,18000,0,'+05'),(305,0,23087,0,'RMT'),(305,1,23400,0,'+0630'),(305,2,32400,0,'+09'),(305,3,23400,0,'+0630'),(306,0,11212,0,'LMT'),(306,1,10800,0,'+03'),(307,0,25600,0,'LMT'),(307,1,25590,0,'PLMT'),(307,2,25200,0,'+07'),(307,3,28800,0,'+08'),(307,4,32400,0,'+09'),(307,5,25200,0,'+07'),(308,0,34248,0,'LMT'),(308,1,32400,0,'+09'),(308,2,43200,1,'+12'),(308,3,39600,0,'+11'),(308,4,39600,0,'+11'),(308,5,43200,1,'+12'),(308,6,39600,1,'+11'),(308,7,36000,0,'+10'),(308,8,39600,0,'+11'),(309,0,16073,0,'LMT'),(309,1,14400,0,'+04'),(309,2,18000,0,'+05'),(309,3,21600,1,'+06'),(309,4,21600,0,'+06'),(309,5,18000,0,'+05'),(309,6,21600,1,'+06'),(310,0,30472,0,'LMT'),(310,1,30600,0,'KST'),(310,2,32400,0,'JST'),(310,3,36000,1,'KDT'),(310,4,32400,0,'KST'),(310,5,34200,1,'KDT'),(310,6,36000,1,'KDT'),(311,0,32400,1,'CDT'),(311,1,28800,0,'CST'),(312,0,24925,0,'SMT'),(312,1,25200,0,'+07'),(312,2,26400,1,'+0720'),(312,3,26400,0,'+0720'),(312,4,27000,0,'+0730'),(312,5,32400,0,'+09'),(312,6,28800,0,'+08'),(313,0,36892,0,'LMT'),(313,1,36000,0,'+10'),(313,2,43200,1,'+12'),(313,3,39600,0,'+11'),(313,4,39600,0,'+11'),(313,5,43200,1,'+12'),(313,6,39600,1,'+11'),(313,7,36000,0,'+10'),(313,8,43200,0,'+12'),(313,9,43200,1,'+12'),(313,10,39600,0,'+11'),(314,0,28800,0,'CST'),(314,1,32400,0,'JST'),(314,2,32400,1,'CDT'),(314,3,28800,0,'CST'),(315,0,16631,0,'LMT'),(315,1,18000,0,'+05'),(315,2,25200,1,'+07'),(315,3,21600,0,'+06'),(315,4,21600,0,'+06'),(315,5,25200,1,'+07'),(315,6,21600,1,'+06'),(315,7,18000,0,'+05'),(316,0,10751,0,'TBMT'),(316,1,10800,0,'+03'),(316,2,18000,1,'+05'),(316,3,14400,0,'+04'),(316,4,14400,0,'+04'),(316,5,18000,1,'+05'),(316,6,14400,1,'+04'),(316,7,10800,0,'+03'),(316,8,14400,1,'+04'),(316,9,14400,0,'+04'),(317,0,12344,0,'LMT'),(317,1,12344,0,'TMT'),(317,2,12600,0,'+0330'),(317,3,18000,1,'+05'),(317,4,14400,0,'+04'),(317,5,16200,1,'+0430'),(317,6,12600,0,'+0330'),(318,0,8440,0,'JMT'),(318,1,10800,1,'IDT'),(318,2,7200,0,'IST'),(318,3,14400,1,'IDDT'),(318,4,10800,1,'IDT'),(318,5,7200,0,'IST'),(318,6,10800,1,'IDT'),(318,7,7200,0,'IST'),(319,0,21516,0,'LMT'),(319,1,19800,0,'+0530'),(319,2,21600,0,'+06'),(320,0,21516,0,'LMT'),(320,1,19800,0,'+0530'),(320,2,21600,0,'+06'),(321,0,36000,1,'JDT'),(321,1,32400,0,'JST'),(321,2,32400,0,'JST'),(322,0,20391,0,'LMT'),(322,1,21600,0,'+06'),(322,2,28800,1,'+08'),(322,3,25200,0,'+07'),(322,4,25200,0,'+07'),(322,5,28800,1,'+08'),(322,6,25200,1,'+07'),(322,7,21600,0,'+06'),(322,8,25200,1,'+07'),(322,9,25200,0,'+07'),(323,0,28656,0,'LMT'),(323,1,28656,0,'MMT'),(323,2,28800,0,'+08'),(323,3,32400,0,'+09'),(323,4,28800,0,'WITA'),(324,0,25652,0,'LMT'),(324,1,25200,0,'+07'),(324,2,32400,1,'+09'),(324,3,28800,0,'+08'),(325,0,25652,0,'LMT'),(325,1,25200,0,'+07'),(325,2,32400,1,'+09'),(325,3,28800,0,'+08'),(326,0,21020,0,'LMT'),(326,1,21600,0,'+06'),(327,0,34374,0,'LMT'),(327,1,28800,0,'+08'),(327,2,32400,0,'+09'),(327,3,39600,0,'+11'),(327,4,43200,1,'+12'),(327,5,39600,0,'+11'),(327,6,43200,1,'+12'),(327,7,39600,1,'+11'),(327,8,36000,0,'+10'),(327,9,43200,0,'+12'),(327,10,43200,1,'+12'),(327,11,36000,0,'+10'),(328,0,24124,0,'BMT'),(328,1,25200,0,'+07'),(329,0,31651,0,'LMT'),(329,1,32400,0,'+09'),(329,2,39600,1,'+11'),(329,3,36000,0,'+10'),(329,4,36000,0,'+10'),(329,5,39600,1,'+11'),(329,6,36000,1,'+10'),(329,7,32400,0,'+09'),(329,8,39600,0,'+11'),(329,9,39600,1,'+11'),(329,10,36000,0,'+10'),(330,0,31138,0,'LMT'),(330,1,28800,0,'+08'),(330,2,36000,1,'+10'),(330,3,32400,0,'+09'),(330,4,32400,0,'+09'),(330,5,36000,1,'+10'),(330,6,32400,1,'+09'),(330,7,28800,0,'+08'),(330,8,36000,0,'+10'),(330,9,36000,1,'+10'),(330,10,32400,0,'+09'),(331,0,23087,0,'RMT'),(331,1,23400,0,'+0630'),(331,2,32400,0,'+09'),(331,3,23400,0,'+0630'),(332,0,14553,0,'LMT'),(332,1,13505,0,'PMT'),(332,2,14400,0,'+04'),(332,3,21600,1,'+06'),(332,4,18000,0,'+05'),(332,5,18000,0,'+05'),(332,6,21600,1,'+06'),(332,7,18000,1,'+05'),(332,8,14400,0,'+04'),(332,9,21600,0,'+06'),(332,10,21600,1,'+06'),(332,11,18000,0,'+05'),(333,0,10680,0,'LMT'),(333,1,10800,0,'+03'),(333,2,18000,1,'+05'),(333,3,14400,0,'+04'),(333,4,14400,0,'+04'),(333,5,18000,1,'+05'),(333,6,14400,1,'+04'),(333,7,10800,0,'+03'),(333,8,18000,1,'+05'),(333,9,14400,0,'+04'),(334,0,-6872,0,'HMT'),(334,1,-3600,1,'-01'),(334,2,-7200,0,'-02'),(334,3,-3600,1,'-01'),(334,4,-7200,0,'-02'),(334,5,-7200,0,'-02'),(334,6,0,1,'+00'),(334,7,-3600,0,'-01'),(334,8,-3600,0,'-01'),(334,9,0,0,'WET'),(334,10,0,1,'+00'),(334,11,-3600,0,'-01'),(335,0,-11958,1,'BST'),(335,1,-15558,0,'BMT'),(335,2,-10800,1,'ADT'),(335,3,-14400,0,'AST'),(336,0,-3696,0,'LMT'),(336,1,-3600,0,'-01'),(336,2,0,0,'WET'),(336,3,3600,1,'WEST'),(336,4,0,0,'WET'),(336,5,3600,1,'WEST'),(337,0,-5644,0,'LMT'),(337,1,-7200,0,'-02'),(337,2,-3600,1,'-01'),(337,3,-7200,0,'-02'),(337,4,-3600,0,'-01'),(338,0,-1624,0,'LMT'),(338,1,0,0,'WET'),(338,2,3600,1,'WEST'),(338,3,0,0,'WET'),(339,0,-1624,0,'LMT'),(339,1,0,0,'WET'),(339,2,3600,1,'WEST'),(339,3,0,0,'WET'),(340,0,7200,1,'CEST'),(340,1,3600,0,'CET'),(340,2,3600,0,'CET'),(340,3,7200,1,'CEST'),(340,4,7200,1,'CEST'),(340,5,3600,0,'CET'),(341,0,-4056,0,'FMT'),(341,1,0,1,'+00'),(341,2,-3600,0,'-01'),(341,3,0,1,'+00'),(341,4,-3600,0,'-01'),(341,5,-3600,0,'-01'),(341,6,3600,1,'+01'),(341,7,3600,1,'WEST'),(341,8,0,0,'WET'),(341,9,0,0,'WET'),(341,10,0,0,'WET'),(341,11,3600,1,'WEST'),(342,0,-5280,0,'LMT'),(342,1,0,1,'+00'),(342,2,-3600,0,'-01'),(342,3,-3600,0,'-01'),(342,4,0,1,'+00'),(342,5,0,0,'GMT'),(343,0,-7200,0,'-02'),(344,0,-968,0,'LMT'),(344,1,0,0,'GMT'),(345,0,-13884,0,'SMT'),(345,1,-10800,1,'-03'),(345,2,-14400,0,'-04'),(345,3,-7200,1,'-02'),(345,4,-10800,0,'-03'),(345,5,-10800,1,'-03'),(346,0,39600,1,'AEDT'),(346,1,36000,0,'AEST'),(346,2,36000,0,'AEST'),(347,0,37800,1,'ACDT'),(347,1,34200,0,'ACST'),(347,2,34200,0,'ACST'),(348,0,39600,1,'AEDT'),(348,1,36000,0,'AEST'),(348,2,36000,0,'AEST'),(349,0,37800,1,'ACDT'),(349,1,34200,0,'ACST'),(349,2,34200,0,'ACST'),(349,3,37800,1,'ACDT'),(350,0,39600,1,'AEDT'),(350,1,36000,0,'AEST'),(350,2,36000,0,'AEST'),(351,0,39600,1,'AEDT'),(351,1,36000,0,'AEST'),(351,2,36000,0,'AEST'),(352,0,37800,1,'ACDT'),(352,1,34200,0,'ACST'),(352,2,34200,0,'ACST'),(353,0,35100,1,'+0945'),(353,1,31500,0,'+0845'),(353,2,31500,0,'+0845'),(354,0,39600,1,'AEDT'),(354,1,36000,0,'AEST'),(354,2,36000,0,'AEST'),(355,0,36000,0,'AEST'),(355,1,41400,1,'+1130'),(355,2,37800,0,'+1030'),(355,3,39600,1,'+11'),(356,0,39600,1,'AEDT'),(356,1,36000,0,'AEST'),(356,2,36000,0,'AEST'),(357,0,36000,0,'AEST'),(357,1,41400,1,'+1130'),(357,2,37800,0,'+1030'),(357,3,39600,1,'+11'),(358,0,39600,1,'AEDT'),(358,1,36000,0,'AEST'),(358,2,36000,0,'AEST'),(359,0,39600,1,'AEDT'),(359,1,36000,0,'AEST'),(359,2,36000,0,'AEST'),(360,0,37800,1,'ACDT'),(360,1,34200,0,'ACST'),(360,2,34200,0,'ACST'),(361,0,32400,1,'AWDT'),(361,1,28800,0,'AWST'),(361,2,28800,0,'AWST'),(362,0,39600,1,'AEDT'),(362,1,36000,0,'AEST'),(362,2,36000,0,'AEST'),(363,0,37800,1,'ACDT'),(363,1,34200,0,'ACST'),(363,2,34200,0,'ACST'),(364,0,39600,1,'AEDT'),(364,1,36000,0,'AEST'),(364,2,36000,0,'AEST'),(365,0,39600,1,'AEDT'),(365,1,36000,0,'AEST'),(365,2,36000,0,'AEST'),(366,0,39600,1,'AEDT'),(366,1,36000,0,'AEST'),(366,2,36000,0,'AEST'),(367,0,32400,1,'AWDT'),(367,1,28800,0,'AWST'),(367,2,28800,0,'AWST'),(368,0,37800,1,'ACDT'),(368,1,34200,0,'ACST'),(368,2,34200,0,'ACST'),(368,3,37800,1,'ACDT'),(369,0,-16272,0,'LMT'),(369,1,-14400,1,'-04'),(369,2,-18000,0,'-05'),(369,3,-14400,0,'-04'),(369,4,-18000,0,'-05'),(370,0,-7780,0,'LMT'),(370,1,-3600,1,'-01'),(370,2,-7200,0,'-02'),(371,0,-11188,0,'LMT'),(371,1,-7200,1,'-02'),(371,2,-10800,0,'-03'),(372,0,-14404,0,'LMT'),(372,1,-10800,1,'-03'),(372,2,-14400,0,'-04'),(373,0,7200,1,'CEST'),(373,1,3600,0,'CET'),(373,2,7200,1,'CEST'),(373,3,3600,0,'CET'),(374,0,-18000,1,'CDT'),(374,1,-21600,0,'CST'),(374,2,-18000,1,'CWT'),(374,3,-18000,1,'CPT'),(375,0,-15264,0,'LMT'),(375,1,-10800,1,'ADT'),(375,2,-14400,0,'AST'),(375,3,-10800,1,'AWT'),(375,4,-10800,1,'APT'),(376,0,-18000,1,'CDT'),(376,1,-21600,0,'CST'),(376,2,-18000,1,'CWT'),(376,3,-18000,1,'CPT'),(376,4,-18000,1,'CDT'),(376,5,-21600,0,'CST'),(377,0,-14400,1,'EDT'),(377,1,-18000,0,'EST'),(377,2,-14400,1,'EWT'),(377,3,-14400,1,'EPT'),(378,0,-27232,0,'LMT'),(378,1,-21600,1,'MDT'),(378,2,-25200,0,'MST'),(378,3,-21600,1,'MWT'),(378,4,-21600,1,'MPT'),(379,0,-9052,1,'NDT'),(379,1,-12652,0,'NST'),(379,2,-9000,1,'NDT'),(379,3,-12600,0,'NST'),(379,4,-9000,1,'NPT'),(379,5,-9000,1,'NWT'),(379,6,-5400,1,'NDDT'),(379,7,-9000,1,'NDT'),(380,0,-25200,1,'PDT'),(380,1,-28800,0,'PST'),(380,2,-25200,1,'PWT'),(380,3,-25200,1,'PPT'),(381,0,-25116,0,'LMT'),(381,1,-21600,1,'MDT'),(381,2,-25200,0,'MST'),(381,3,-21600,1,'MWT'),(381,4,-21600,1,'MPT'),(381,5,-21600,0,'CST'),(382,0,-28800,1,'YDT'),(382,1,-32400,0,'YST'),(382,2,-28800,1,'YWT'),(382,3,-28800,1,'YPT'),(382,4,-25200,1,'YDDT'),(382,5,-28800,0,'PST'),(382,6,-25200,1,'PDT'),(382,7,-25200,0,'MST'),(383,0,-16965,0,'SMT'),(383,1,-18000,0,'-05'),(383,2,-14400,0,'-04'),(383,3,-14400,1,'-04'),(383,4,-10800,1,'-03'),(383,5,-10800,1,'-03'),(383,6,-14400,0,'-04'),(384,0,-26248,0,'EMT'),(384,1,-21600,1,'-06'),(384,2,-25200,0,'-07'),(384,3,-25200,0,'-07'),(384,4,-21600,0,'-06'),(384,5,-18000,1,'-05'),(385,0,-19776,0,'HMT'),(385,1,-14400,1,'CDT'),(385,2,-18000,0,'CST'),(385,3,-18000,0,'CST'),(385,4,-14400,1,'CDT'),(386,0,10800,1,'EEST'),(386,1,7200,0,'EET'),(387,0,-18000,0,'EST'),(388,0,-14400,1,'EDT'),(388,1,-18000,0,'EST'),(388,2,-14400,1,'EWT'),(388,3,-14400,1,'EPT'),(389,0,10800,1,'EEST'),(389,1,7200,0,'EET'),(389,2,10800,1,'EEST'),(390,0,-1521,0,'DMT'),(390,1,2079,1,'IST'),(390,2,3600,1,'BST'),(390,3,0,0,'GMT'),(390,4,3600,1,'IST'),(390,5,0,0,'GMT'),(390,6,3600,0,'IST'),(390,7,3600,1,'IST'),(390,8,0,0,'GMT'),(391,0,0,0,'GMT'),(392,0,0,0,'GMT'),(393,0,-3600,0,'-01'),(394,0,-36000,0,'-10'),(395,0,-39600,0,'-11'),(396,0,-43200,0,'-12'),(397,0,-7200,0,'-02'),(398,0,-10800,0,'-03'),(399,0,-14400,0,'-04'),(400,0,-18000,0,'-05'),(401,0,-21600,0,'-06'),(402,0,-25200,0,'-07'),(403,0,-28800,0,'-08'),(404,0,-32400,0,'-09'),(405,0,0,0,'GMT'),(406,0,3600,0,'+01'),(407,0,36000,0,'+10'),(408,0,39600,0,'+11'),(409,0,43200,0,'+12'),(410,0,46800,0,'+13'),(411,0,50400,0,'+14'),(412,0,7200,0,'+02'),(413,0,10800,0,'+03'),(414,0,14400,0,'+04'),(415,0,18000,0,'+05'),(416,0,21600,0,'+06'),(417,0,25200,0,'+07'),(418,0,28800,0,'+08'),(419,0,32400,0,'+09'),(420,0,0,0,'GMT'),(421,0,0,0,'GMT'),(422,0,0,0,'UTC'),(423,0,0,0,'UTC'),(424,0,0,0,'UTC'),(425,0,0,0,'UTC'),(426,0,4772,1,'NST'),(426,1,1172,0,'AMT'),(426,2,4772,1,'NST'),(426,3,1172,0,'AMT'),(426,4,1200,0,'+0020'),(426,5,4800,1,'+0120'),(426,6,4800,1,'+0120'),(426,7,3600,0,'CET'),(426,8,7200,1,'CEST'),(426,9,7200,1,'CEST'),(426,10,7200,1,'CEST'),(426,11,3600,0,'CET'),(426,12,3600,0,'CET'),(427,0,0,0,'WET'),(427,1,3600,0,'CET'),(427,2,7200,1,'CEST'),(427,3,3600,0,'CET'),(428,0,11532,0,'LMT'),(428,1,10800,0,'+03'),(428,2,18000,1,'+05'),(428,3,14400,0,'+04'),(428,4,14400,0,'+04'),(428,5,18000,1,'+05'),(428,6,14400,1,'+04'),(428,7,10800,0,'+03'),(428,8,14400,0,'+04'),(429,0,5692,0,'AMT'),(429,1,10800,1,'EEST'),(429,2,7200,0,'EET'),(429,3,3600,0,'CET'),(429,4,7200,1,'CEST'),(429,5,10800,1,'EEST'),(429,6,7200,0,'EET'),(429,7,10800,1,'EEST'),(429,8,7200,0,'EET'),(430,0,3600,1,'BST'),(430,1,0,0,'GMT'),(430,2,7200,1,'BDST'),(430,3,3600,0,'BST'),(430,4,3600,1,'BST'),(430,5,0,0,'GMT'),(430,6,0,0,'GMT'),(431,0,3600,0,'CET'),(431,1,3600,0,'CET'),(431,2,7200,1,'CEST'),(431,3,7200,1,'CEST'),(431,4,7200,1,'CEST'),(431,5,3600,0,'CET'),(432,0,7200,1,'CEST'),(432,1,3600,0,'CET'),(432,2,7200,1,'CEST'),(432,3,3600,0,'CET'),(432,4,10800,1,'CEMT'),(432,5,10800,1,'CEMT'),(432,6,7200,1,'CEST'),(432,7,3600,0,'CET'),(433,0,7200,1,'CEST'),(433,1,3600,0,'CET'),(433,2,7200,1,'CEST'),(433,3,3600,0,'CET'),(433,4,0,0,'GMT'),(433,5,7200,1,'CEST'),(433,6,3600,0,'CET'),(434,0,0,0,'WET'),(434,1,3600,0,'CET'),(434,2,7200,1,'CEST'),(434,3,3600,0,'CET'),(434,4,7200,1,'CEST'),(434,5,3600,1,'WEST'),(434,6,0,0,'WET'),(434,7,0,0,'WET'),(434,8,7200,1,'CEST'),(434,9,3600,0,'CET'),(435,0,6264,0,'BMT'),(435,1,10800,1,'EEST'),(435,2,7200,0,'EET'),(435,3,10800,1,'EEST'),(435,4,7200,0,'EET'),(435,5,10800,1,'EEST'),(435,6,7200,0,'EET'),(436,0,7200,1,'CEST'),(436,1,3600,0,'CET'),(436,2,7200,1,'CEST'),(436,3,3600,0,'CET'),(436,4,7200,1,'CEST'),(436,5,3600,0,'CET'),(437,0,7200,1,'CEST'),(437,1,3600,0,'CET'),(437,2,7200,1,'CEST'),(437,3,3600,0,'CET'),(438,0,6900,0,'CMT'),(438,1,6264,0,'BMT'),(438,2,10800,1,'EEST'),(438,3,7200,0,'EET'),(438,4,7200,0,'EET'),(438,5,10800,1,'EEST'),(438,6,3600,0,'CET'),(438,7,7200,1,'CEST'),(438,8,7200,1,'CEST'),(438,9,14400,1,'MSD'),(438,10,10800,0,'MSK'),(438,11,10800,0,'MSK'),(438,12,14400,1,'MSD'),(438,13,10800,1,'EEST'),(438,14,7200,0,'EET'),(439,0,7200,1,'CEST'),(439,1,3600,0,'CET'),(439,2,3600,0,'CET'),(439,3,7200,1,'CEST'),(439,4,7200,1,'CEST'),(439,5,3600,0,'CET'),(440,0,-1521,0,'DMT'),(440,1,2079,1,'IST'),(440,2,3600,1,'BST'),(440,3,0,0,'GMT'),(440,4,3600,1,'IST'),(440,5,0,0,'GMT'),(440,6,3600,0,'IST'),(440,7,3600,1,'IST'),(440,8,0,0,'GMT'),(441,0,3600,1,'BST'),(441,1,0,0,'GMT'),(441,2,7200,1,'BDST'),(441,3,3600,0,'CET'),(441,4,7200,1,'CEST'),(441,5,3600,0,'CET'),(442,0,3600,1,'BST'),(442,1,0,0,'GMT'),(442,2,7200,1,'BDST'),(442,3,3600,0,'BST'),(442,4,3600,1,'BST'),(442,5,0,0,'GMT'),(442,6,0,0,'GMT'),(443,0,5989,0,'HMT'),(443,1,10800,1,'EEST'),(443,2,7200,0,'EET'),(443,3,10800,1,'EEST'),(443,4,7200,0,'EET'),(444,0,3600,1,'BST'),(444,1,0,0,'GMT'),(444,2,7200,1,'BDST'),(444,3,3600,0,'BST'),(444,4,3600,1,'BST'),(444,5,0,0,'GMT'),(444,6,0,0,'GMT'),(445,0,7016,0,'IMT'),(445,1,10800,1,'EEST'),(445,2,7200,0,'EET'),(445,3,10800,0,'+03'),(445,4,14400,1,'+04'),(445,5,10800,1,'EEST'),(445,6,7200,0,'EET'),(445,7,10800,1,'EEST'),(445,8,7200,0,'EET'),(445,9,10800,0,'+03'),(446,0,3600,1,'BST'),(446,1,0,0,'GMT'),(446,2,7200,1,'BDST'),(446,3,3600,0,'BST'),(446,4,3600,1,'BST'),(446,5,0,0,'GMT'),(446,6,0,0,'GMT'),(447,0,7200,1,'CEST'),(447,1,3600,0,'CET'),(447,2,7200,1,'CEST'),(447,3,3600,0,'CET'),(447,4,10800,1,'EEST'),(447,5,7200,0,'EET'),(447,6,14400,1,'MSD'),(447,7,10800,0,'MSK'),(447,8,10800,0,'MSK'),(447,9,14400,1,'MSD'),(447,10,10800,1,'EEST'),(447,11,7200,0,'EET'),(447,12,10800,0,'+03'),(447,13,7200,0,'EET'),(448,0,7324,0,'KMT'),(448,1,7200,0,'EET'),(448,2,10800,0,'MSK'),(448,3,3600,0,'CET'),(448,4,7200,1,'CEST'),(448,5,7200,1,'CEST'),(448,6,14400,1,'MSD'),(448,7,10800,0,'MSK'),(448,8,14400,1,'MSD'),(448,9,10800,1,'EEST'),(448,10,7200,0,'EET'),(448,11,10800,1,'EEST'),(448,12,7200,0,'EET'),(448,13,10800,1,'EEST'),(449,0,11928,0,'LMT'),(449,1,10800,0,'+03'),(449,2,18000,1,'+05'),(449,3,14400,0,'+04'),(449,4,14400,0,'+04'),(449,5,18000,1,'+05'),(449,6,14400,1,'+04'),(449,7,10800,0,'+03'),(450,0,-2205,0,'LMT'),(450,1,3600,1,'WEST'),(450,2,0,0,'WET'),(450,3,3600,1,'WEST'),(450,4,0,0,'WET'),(450,5,7200,1,'WEMT'),(450,6,0,0,'WET'),(450,7,3600,0,'CET'),(450,8,3600,0,'CET'),(450,9,7200,1,'CEST'),(450,10,3600,1,'WEST'),(450,11,0,0,'WET'),(451,0,3600,0,'CET'),(451,1,3600,0,'CET'),(451,2,7200,1,'CEST'),(451,3,7200,1,'CEST'),(451,4,7200,1,'CEST'),(451,5,3600,0,'CET'),(452,0,3600,1,'BST'),(452,1,0,0,'GMT'),(452,2,7200,1,'BDST'),(452,3,3600,0,'BST'),(452,4,3600,1,'BST'),(452,5,0,0,'GMT'),(452,6,0,0,'GMT'),(453,0,1476,0,'LMT'),(453,1,7200,1,'CEST'),(453,2,3600,0,'CET'),(453,3,7200,1,'CEST'),(453,4,3600,0,'CET'),(453,5,3600,1,'WEST'),(453,6,0,0,'WET'),(453,7,0,0,'WET'),(453,8,3600,1,'WEST'),(453,9,3600,0,'WET'),(453,10,7200,1,'WEST'),(453,11,7200,1,'WEST'),(453,12,7200,1,'CEST'),(453,13,3600,0,'CET'),(454,0,3600,1,'WEST'),(454,1,0,0,'WET'),(454,2,7200,1,'WEMT'),(454,3,0,0,'WET'),(454,4,7200,1,'CEST'),(454,5,3600,0,'CET'),(454,6,7200,1,'CEST'),(454,7,3600,0,'CET'),(454,8,7200,1,'CEST'),(454,9,3600,0,'CET'),(455,0,7200,1,'CEST'),(455,1,3600,0,'CET'),(455,2,3600,0,'CET'),(455,3,7200,1,'CEST'),(455,4,7200,1,'CEST'),(455,5,3600,0,'CET'),(456,0,5989,0,'HMT'),(456,1,10800,1,'EEST'),(456,2,7200,0,'EET'),(456,3,10800,1,'EEST'),(456,4,7200,0,'EET'),(457,0,6600,0,'MMT'),(457,1,7200,0,'EET'),(457,2,10800,0,'MSK'),(457,3,3600,0,'CET'),(457,4,7200,1,'CEST'),(457,5,7200,1,'CEST'),(457,6,14400,1,'MSD'),(457,7,10800,0,'MSK'),(457,8,14400,1,'MSD'),(457,9,10800,1,'EEST'),(457,10,7200,0,'EET'),(457,11,10800,0,'+03'),(458,0,561,0,'PMT'),(458,1,3600,1,'WEST'),(458,2,0,0,'WET'),(458,3,3600,1,'WEST'),(458,4,7200,1,'WEMT'),(458,5,0,0,'WET'),(458,6,7200,1,'CEST'),(458,7,3600,0,'CET'),(458,8,7200,1,'CEST'),(458,9,3600,0,'CET'),(459,0,9017,0,'MMT'),(459,1,12679,1,'MST'),(459,2,9079,0,'MMT'),(459,3,16279,1,'MDST'),(459,4,14400,1,'MSD'),(459,5,10800,0,'MSK'),(459,6,14400,1,'MSD'),(459,7,18000,1,'+05'),(459,8,7200,0,'EET'),(459,9,10800,0,'MSK'),(459,10,14400,1,'MSD'),(459,11,10800,1,'EEST'),(459,12,7200,0,'EET'),(459,13,14400,0,'MSK'),(459,14,14400,1,'MSD'),(459,15,10800,0,'MSK'),(460,0,8008,0,'LMT'),(460,1,10800,1,'EEST'),(460,2,7200,0,'EET'),(460,3,7200,0,'EET'),(460,4,10800,1,'EEST'),(461,0,7200,1,'CEST'),(461,1,3600,0,'CET'),(461,2,3600,0,'CET'),(461,3,7200,1,'CEST'),(461,4,7200,1,'CEST'),(461,5,3600,0,'CET'),(462,0,561,0,'PMT'),(462,1,3600,1,'WEST'),(462,2,0,0,'WET'),(462,3,3600,1,'WEST'),(462,4,0,0,'WET'),(462,5,3600,0,'CET'),(462,6,7200,1,'CEST'),(462,7,7200,1,'CEST'),(462,8,7200,1,'WEMT'),(462,9,3600,0,'CET'),(462,10,7200,1,'CEST'),(462,11,3600,0,'CET'),(463,0,3600,0,'CET'),(463,1,3600,0,'CET'),(463,2,7200,1,'CEST'),(463,3,7200,1,'CEST'),(463,4,7200,1,'CEST'),(463,5,3600,0,'CET'),(464,0,7200,1,'CEST'),(464,1,3600,0,'CET'),(464,2,7200,1,'CEST'),(464,3,3600,0,'CET'),(464,4,0,0,'GMT'),(464,5,7200,1,'CEST'),(464,6,3600,0,'CET'),(465,0,5794,0,'RMT'),(465,1,9394,1,'LST'),(465,2,7200,0,'EET'),(465,3,10800,0,'MSK'),(465,4,3600,0,'CET'),(465,5,7200,1,'CEST'),(465,6,7200,1,'CEST'),(465,7,14400,1,'MSD'),(465,8,10800,0,'MSK'),(465,9,14400,1,'MSD'),(465,10,10800,1,'EEST'),(465,11,7200,0,'EET'),(465,12,10800,1,'EEST'),(465,13,7200,0,'EET'),(466,0,7200,1,'CEST'),(466,1,3600,0,'CET'),(466,2,3600,0,'CET'),(466,3,7200,1,'CEST'),(466,4,7200,1,'CEST'),(466,5,3600,0,'CET'),(467,0,12020,0,'LMT'),(467,1,10800,0,'+03'),(467,2,14400,0,'+04'),(467,3,18000,1,'+05'),(467,4,14400,0,'+04'),(467,5,18000,1,'+05'),(467,6,14400,1,'+04'),(467,7,10800,0,'+03'),(467,8,10800,1,'+03'),(467,9,7200,0,'+02'),(467,10,14400,1,'+04'),(467,11,14400,0,'+04'),(468,0,7200,1,'CEST'),(468,1,3600,0,'CET'),(468,2,3600,0,'CET'),(468,3,7200,1,'CEST'),(468,4,7200,1,'CEST'),(468,5,3600,0,'CET'),(469,0,3600,0,'CET'),(469,1,3600,0,'CET'),(469,2,7200,1,'CEST'),(469,3,7200,1,'CEST'),(469,4,7200,1,'CEST'),(469,5,3600,0,'CET'),(470,0,11058,0,'LMT'),(470,1,10800,0,'+03'),(470,2,18000,1,'+05'),(470,3,14400,0,'+04'),(470,4,14400,0,'+04'),(470,5,18000,1,'+05'),(470,6,14400,1,'+04'),(470,7,10800,0,'+03'),(470,8,14400,0,'+04'),(471,0,8160,0,'SMT'),(471,1,7200,0,'EET'),(471,2,10800,0,'MSK'),(471,3,3600,0,'CET'),(471,4,7200,1,'CEST'),(471,5,7200,1,'CEST'),(471,6,14400,1,'MSD'),(471,7,10800,0,'MSK'),(471,8,14400,1,'MSD'),(471,9,10800,1,'EEST'),(471,10,7200,0,'EET'),(471,11,10800,1,'EEST'),(471,12,7200,0,'EET'),(471,13,14400,0,'MSK'),(471,14,10800,0,'MSK'),(472,0,3600,0,'CET'),(472,1,3600,0,'CET'),(472,2,7200,1,'CEST'),(472,3,7200,1,'CEST'),(472,4,7200,1,'CEST'),(472,5,3600,0,'CET'),(473,0,7200,0,'EET'),(473,1,3600,0,'CET'),(473,2,7200,1,'CEST'),(473,3,3600,0,'CET'),(473,4,10800,1,'EEST'),(473,5,7200,0,'EET'),(473,6,10800,1,'EEST'),(473,7,10800,1,'EEST'),(473,8,7200,0,'EET'),(474,0,3600,0,'CET'),(474,1,7200,1,'CEST'),(474,2,7200,1,'CEST'),(474,3,3600,0,'CET'),(475,0,5940,0,'TMT'),(475,1,7200,1,'CEST'),(475,2,3600,0,'CET'),(475,3,3600,0,'CET'),(475,4,7200,0,'EET'),(475,5,10800,0,'MSK'),(475,6,7200,1,'CEST'),(475,7,14400,1,'MSD'),(475,8,10800,0,'MSK'),(475,9,14400,1,'MSD'),(475,10,10800,1,'EEST'),(475,11,7200,0,'EET'),(475,12,7200,0,'EET'),(475,13,10800,1,'EEST'),(475,14,10800,1,'EEST'),(476,0,4760,0,'LMT'),(476,1,3600,0,'CET'),(476,2,7200,1,'CEST'),(476,3,3600,0,'CET'),(476,4,7200,1,'CEST'),(477,0,6900,0,'CMT'),(477,1,6264,0,'BMT'),(477,2,10800,1,'EEST'),(477,3,7200,0,'EET'),(477,4,7200,0,'EET'),(477,5,10800,1,'EEST'),(477,6,3600,0,'CET'),(477,7,7200,1,'CEST'),(477,8,7200,1,'CEST'),(477,9,14400,1,'MSD'),(477,10,10800,0,'MSK'),(477,11,10800,0,'MSK'),(477,12,14400,1,'MSD'),(477,13,10800,1,'EEST'),(477,14,7200,0,'EET'),(478,0,11616,0,'LMT'),(478,1,10800,0,'+03'),(478,2,18000,1,'+05'),(478,3,14400,0,'+04'),(478,4,14400,0,'+04'),(478,5,18000,1,'+05'),(478,6,14400,1,'+04'),(478,7,10800,0,'+03'),(478,8,10800,1,'+03'),(478,9,7200,0,'+02'),(478,10,14400,1,'+04'),(478,11,14400,0,'+04'),(479,0,3600,0,'CET'),(479,1,7200,1,'CEST'),(479,2,3600,0,'CET'),(479,3,7200,1,'CEST'),(479,4,14400,1,'MSD'),(479,5,10800,0,'MSK'),(479,6,10800,0,'MSK'),(479,7,14400,1,'MSD'),(479,8,7200,0,'EET'),(479,9,10800,1,'EEST'),(479,10,7200,0,'EET'),(479,11,7200,0,'EET'),(479,12,10800,1,'EEST'),(479,13,10800,1,'EEST'),(480,0,7200,1,'CEST'),(480,1,3600,0,'CET'),(480,2,7200,1,'CEST'),(480,3,3600,0,'CET'),(481,0,7200,1,'CEST'),(481,1,3600,0,'CET'),(481,2,3600,0,'CET'),(481,3,7200,1,'CEST'),(481,4,7200,1,'CEST'),(481,5,3600,0,'CET'),(482,0,7200,1,'CEST'),(482,1,3600,0,'CET'),(482,2,7200,1,'CEST'),(482,3,3600,0,'CET'),(482,4,7200,1,'CEST'),(482,5,3600,0,'CET'),(483,0,5040,0,'WMT'),(483,1,5736,0,'KMT'),(483,2,3600,0,'CET'),(483,3,7200,0,'EET'),(483,4,10800,0,'MSK'),(483,5,3600,0,'CET'),(483,6,7200,1,'CEST'),(483,7,7200,1,'CEST'),(483,8,14400,1,'MSD'),(483,9,10800,0,'MSK'),(483,10,14400,1,'MSD'),(483,11,10800,1,'EEST'),(483,12,7200,0,'EET'),(483,13,7200,1,'CEST'),(483,14,3600,0,'CET'),(483,15,7200,0,'EET'),(483,16,10800,1,'EEST'),(484,0,10660,0,'LMT'),(484,1,10800,0,'+03'),(484,2,14400,0,'+04'),(484,3,18000,1,'+05'),(484,4,14400,0,'+04'),(484,5,18000,1,'+05'),(484,6,14400,1,'+04'),(484,7,10800,0,'+03'),(485,0,5040,0,'WMT'),(485,1,7200,1,'CEST'),(485,2,3600,0,'CET'),(485,3,7200,1,'CEST'),(485,4,3600,0,'CET'),(485,5,10800,1,'EEST'),(485,6,7200,0,'EET'),(485,7,7200,0,'EET'),(485,8,7200,1,'CEST'),(485,9,3600,0,'CET'),(486,0,3600,0,'CET'),(486,1,3600,0,'CET'),(486,2,7200,1,'CEST'),(486,3,7200,1,'CEST'),(486,4,7200,1,'CEST'),(486,5,3600,0,'CET'),(487,0,8400,0,'+0220'),(487,1,7200,0,'EET'),(487,2,10800,0,'MSK'),(487,3,3600,0,'CET'),(487,4,7200,1,'CEST'),(487,5,7200,1,'CEST'),(487,6,14400,1,'MSD'),(487,7,10800,0,'MSK'),(487,8,14400,1,'MSD'),(487,9,10800,1,'EEST'),(487,10,10800,1,'EEST'),(487,11,7200,0,'EET'),(487,12,7200,0,'EET'),(487,13,10800,1,'EEST'),(488,0,7200,1,'CEST'),(488,1,3600,0,'CET'),(488,2,7200,1,'CEST'),(488,3,3600,0,'CET'),(489,0,3600,1,'BST'),(489,1,0,0,'GMT'),(489,2,7200,1,'BDST'),(489,3,3600,0,'BST'),(489,4,3600,1,'BST'),(489,5,0,0,'GMT'),(489,6,0,0,'GMT'),(490,0,3600,1,'BST'),(490,1,0,0,'GMT'),(490,2,7200,1,'BDST'),(490,3,3600,0,'BST'),(490,4,3600,1,'BST'),(490,5,0,0,'GMT'),(490,6,0,0,'GMT'),(491,0,0,0,'GMT'),(492,0,0,0,'GMT'),(493,0,0,0,'GMT'),(494,0,0,0,'GMT'),(495,0,0,0,'GMT'),(496,0,-36000,0,'HST'),(497,0,27402,0,'LMT'),(497,1,28800,0,'HKT'),(497,2,32400,1,'HKST'),(497,3,30600,1,'HKWT'),(497,4,32400,0,'JST'),(497,5,28800,0,'HKT'),(497,6,32400,1,'HKST'),(498,0,-5280,0,'LMT'),(498,1,0,1,'+00'),(498,2,-3600,0,'-01'),(498,3,-3600,0,'-01'),(498,4,0,1,'+00'),(498,5,0,0,'GMT'),(499,0,8836,0,'LMT'),(499,1,9000,0,'+0230'),(499,2,10800,0,'EAT'),(499,3,9900,0,'+0245'),(499,4,10800,0,'EAT'),(500,0,17380,0,'LMT'),(500,1,18000,0,'+05'),(500,2,21600,0,'+06'),(501,0,25200,0,'+07'),(502,0,23400,0,'+0630'),(503,0,8836,0,'LMT'),(503,1,9000,0,'+0230'),(503,2,10800,0,'EAT'),(503,3,9900,0,'+0245'),(503,4,10800,0,'EAT'),(504,0,0,0,'-00'),(504,1,18000,0,'+05'),(505,0,13308,0,'LMT'),(505,1,14400,0,'+04'),(506,0,17640,0,'MMT'),(506,1,18000,0,'+05'),(507,0,13800,0,'LMT'),(507,1,18000,1,'+05'),(507,2,14400,0,'+04'),(508,0,8836,0,'LMT'),(508,1,9000,0,'+0230'),(508,2,10800,0,'EAT'),(508,3,9900,0,'+0245'),(508,4,10800,0,'EAT'),(509,0,13312,0,'LMT'),(509,1,14400,0,'+04'),(510,0,12344,0,'LMT'),(510,1,12344,0,'TMT'),(510,2,12600,0,'+0330'),(510,3,18000,1,'+05'),(510,4,14400,0,'+04'),(510,5,16200,1,'+0430'),(510,6,12600,0,'+0330'),(511,0,8440,0,'JMT'),(511,1,10800,1,'IDT'),(511,2,7200,0,'IST'),(511,3,14400,1,'IDDT'),(511,4,10800,1,'IDT'),(511,5,7200,0,'IST'),(511,6,10800,1,'IDT'),(511,7,7200,0,'IST'),(512,0,-18430,0,'KMT'),(512,1,-18000,0,'EST'),(512,2,-14400,1,'EDT'),(513,0,36000,1,'JDT'),(513,1,32400,0,'JST'),(513,2,32400,0,'JST'),(514,0,39600,0,'+11'),(514,1,36000,0,'+10'),(514,2,32400,0,'+09'),(514,3,-43200,0,'-12'),(514,4,43200,0,'+12'),(515,0,3164,0,'LMT'),(515,1,7200,1,'CEST'),(515,2,3600,0,'CET'),(515,3,7200,0,'EET'),(516,0,7200,1,'MEST'),(516,1,3600,0,'MET'),(516,2,7200,1,'MEST'),(516,3,3600,0,'MET'),(517,0,-25200,0,'MST'),(518,0,-21600,1,'MDT'),(518,1,-25200,0,'MST'),(518,2,-21600,1,'MWT'),(518,3,-21600,1,'MPT'),(519,0,-28084,0,'LMT'),(519,1,-25200,0,'MST'),(519,2,-28800,0,'PST'),(519,3,-25200,1,'PDT'),(519,4,-25200,1,'PWT'),(519,5,-25200,1,'PPT'),(520,0,-25540,0,'LMT'),(520,1,-25200,0,'MST'),(520,2,-21600,0,'CST'),(520,3,-28800,0,'PST'),(520,4,-21600,1,'MDT'),(520,5,-25200,0,'MST'),(521,0,-23796,0,'LMT'),(521,1,-25200,0,'MST'),(521,2,-21600,0,'CST'),(521,3,-18000,1,'CDT'),(521,4,-18000,1,'CWT'),(522,0,45000,1,'NZST'),(522,1,41400,0,'NZMT'),(522,2,43200,1,'NZST'),(522,3,46800,1,'NZDT'),(522,4,43200,0,'NZST'),(522,5,43200,0,'NZST'),(523,0,44100,0,'+1215'),(523,1,49500,1,'+1345'),(523,2,45900,0,'+1245'),(523,3,45900,0,'+1245'),(524,0,-21600,1,'MDT'),(524,1,-25200,0,'MST'),(524,2,-21600,1,'MWT'),(524,3,-21600,1,'MPT'),(525,0,32400,1,'CDT'),(525,1,28800,0,'CST'),(526,0,-25200,1,'PDT'),(526,1,-28800,0,'PST'),(526,2,-25200,1,'PWT'),(526,3,-25200,1,'PPT'),(527,0,-41216,0,'LMT'),(527,1,-41400,0,'-1130'),(527,2,-36000,1,'-10'),(527,3,-39600,0,'-11'),(527,4,46800,0,'+13'),(527,5,50400,1,'+14'),(528,0,45000,1,'NZST'),(528,1,41400,0,'NZMT'),(528,2,43200,1,'NZST'),(528,3,46800,1,'NZDT'),(528,4,43200,0,'NZST'),(528,5,43200,0,'NZST'),(529,0,36000,0,'+10'),(529,1,32400,0,'+09'),(529,2,39600,0,'+11'),(530,0,44100,0,'+1215'),(530,1,49500,1,'+1345'),(530,2,45900,0,'+1245'),(530,3,45900,0,'+1245'),(531,0,36000,0,'+10'),(531,1,32400,0,'+09'),(531,2,36000,0,'+10'),(532,0,-26248,0,'EMT'),(532,1,-21600,1,'-06'),(532,2,-25200,0,'-07'),(532,3,-25200,0,'-07'),(532,4,-21600,0,'-06'),(532,5,-18000,1,'-05'),(533,0,40396,0,'LMT'),(533,1,43200,1,'+12'),(533,2,39600,0,'+11'),(533,3,43200,1,'+12'),(533,4,39600,0,'+11'),(534,0,0,0,'-00'),(534,1,-43200,0,'-12'),(534,2,-39600,0,'-11'),(534,3,46800,0,'+13'),(535,0,-39600,0,'-11'),(535,1,46800,0,'+13'),(536,0,42944,0,'LMT'),(536,1,46800,1,'+13'),(536,2,43200,0,'+12'),(537,0,43200,0,'+12'),(538,0,-21504,0,'LMT'),(538,1,-18000,0,'-05'),(538,2,-18000,1,'-05'),(538,3,-21600,0,'-06'),(539,0,-32388,0,'LMT'),(539,1,-32400,0,'-09'),(540,0,38388,0,'LMT'),(540,1,39600,0,'+11'),(541,0,36000,0,'GST'),(541,1,32400,0,'+09'),(541,2,39600,1,'GDT'),(541,3,36000,0,'ChST'),(542,0,-37800,0,'HST'),(542,1,-34200,1,'HDT'),(542,2,-34200,1,'HWT'),(542,3,-34200,1,'HPT'),(542,4,-36000,0,'HST'),(543,0,-37800,0,'HST'),(543,1,-34200,1,'HDT'),(543,2,-34200,1,'HWT'),(543,3,-34200,1,'HPT'),(543,4,-36000,0,'HST'),(544,0,0,0,'-00'),(544,1,-43200,0,'-12'),(544,2,-39600,0,'-11'),(544,3,46800,0,'+13'),(545,0,-38400,0,'-1040'),(545,1,-36000,0,'-10'),(545,2,50400,0,'+14'),(546,0,39600,0,'+11'),(546,1,32400,0,'+09'),(546,2,36000,0,'+10'),(546,3,43200,0,'+12'),(546,4,39600,0,'+11'),(547,0,39600,0,'+11'),(547,1,36000,0,'+10'),(547,2,32400,0,'+09'),(547,3,-43200,0,'-12'),(547,4,43200,0,'+12'),(548,0,39600,0,'+11'),(548,1,32400,0,'+09'),(548,2,36000,0,'+10'),(548,3,43200,0,'+12'),(549,0,-33480,0,'LMT'),(549,1,-34200,0,'-0930'),(550,0,-40968,0,'LMT'),(550,1,-39600,0,'SST'),(551,0,40060,0,'LMT'),(551,1,41400,0,'+1130'),(551,2,32400,0,'+09'),(551,3,43200,0,'+12'),(552,0,-40780,0,'LMT'),(552,1,-40800,0,'-1120'),(552,2,-39600,0,'-11'),(553,0,40320,0,'+1112'),(553,1,41400,0,'+1130'),(553,2,45000,1,'+1230'),(553,3,41400,0,'+1130'),(553,4,39600,0,'+11'),(553,5,43200,1,'+12'),(553,6,39600,0,'+11'),(554,0,39948,0,'LMT'),(554,1,43200,1,'+12'),(554,2,39600,0,'+11'),(554,3,43200,1,'+12'),(554,4,39600,0,'+11'),(555,0,-40968,0,'LMT'),(555,1,-39600,0,'SST'),(556,0,32400,0,'+09'),(557,0,-30600,0,'-0830'),(557,1,-28800,0,'-08'),(558,0,39600,0,'+11'),(558,1,32400,0,'+09'),(558,2,36000,0,'+10'),(558,3,39600,0,'+11'),(559,0,39600,0,'+11'),(559,1,32400,0,'+09'),(559,2,36000,0,'+10'),(559,3,39600,0,'+11'),(560,0,36000,0,'+10'),(561,0,-38344,0,'LMT'),(561,1,-37800,0,'-1030'),(561,2,-36000,0,'-10'),(561,3,-34200,1,'-0930'),(562,0,36000,0,'GST'),(562,1,32400,0,'+09'),(562,2,39600,1,'GDT'),(562,3,36000,0,'ChST'),(563,0,-40968,0,'LMT'),(563,1,-39600,0,'SST'),(564,0,-35896,0,'LMT'),(564,1,-36000,0,'-10'),(565,0,43200,0,'+12'),(566,0,44352,0,'LMT'),(566,1,44400,0,'+1220'),(566,2,46800,0,'+13'),(566,3,50400,1,'+14'),(566,4,46800,0,'+13'),(566,5,50400,1,'+14'),(567,0,36000,0,'+10'),(567,1,32400,0,'+09'),(567,2,36000,0,'+10'),(568,0,43200,0,'+12'),(569,0,43200,0,'+12'),(570,0,36000,0,'+10'),(570,1,32400,0,'+09'),(570,2,36000,0,'+10'),(571,0,5040,0,'WMT'),(571,1,7200,1,'CEST'),(571,2,3600,0,'CET'),(571,3,7200,1,'CEST'),(571,4,3600,0,'CET'),(571,5,10800,1,'EEST'),(571,6,7200,0,'EET'),(571,7,7200,0,'EET'),(571,8,7200,1,'CEST'),(571,9,3600,0,'CET'),(572,0,-2205,0,'LMT'),(572,1,3600,1,'WEST'),(572,2,0,0,'WET'),(572,3,3600,1,'WEST'),(572,4,0,0,'WET'),(572,5,7200,1,'WEMT'),(572,6,0,0,'WET'),(572,7,3600,0,'CET'),(572,8,3600,0,'CET'),(572,9,7200,1,'CEST'),(572,10,3600,1,'WEST'),(572,11,0,0,'WET'),(573,0,28800,0,'CST'),(573,1,32400,0,'JST'),(573,2,32400,1,'CDT'),(573,3,28800,0,'CST'),(574,0,30472,0,'LMT'),(574,1,30600,0,'KST'),(574,2,32400,0,'JST'),(574,3,36000,1,'KDT'),(574,4,32400,0,'KST'),(574,5,34200,1,'KDT'),(574,6,36000,1,'KDT'),(575,0,24925,0,'SMT'),(575,1,25200,0,'+07'),(575,2,26400,1,'+0720'),(575,3,26400,0,'+0720'),(575,4,27000,0,'+0730'),(575,5,32400,0,'+09'),(575,6,28800,0,'+08'),(576,0,7016,0,'IMT'),(576,1,10800,1,'EEST'),(576,2,7200,0,'EET'),(576,3,10800,0,'+03'),(576,4,14400,1,'+04'),(576,5,10800,1,'EEST'),(576,6,7200,0,'EET'),(576,7,10800,1,'EEST'),(576,8,7200,0,'EET'),(576,9,10800,0,'+03'),(577,0,0,0,'UTC'),(578,0,-36000,0,'AST'),(578,1,-32400,1,'AWT'),(578,2,-32400,1,'APT'),(578,3,-36000,0,'AHST'),(578,4,-32400,1,'AHDT'),(578,5,-32400,0,'YST'),(578,6,-28800,1,'AKDT'),(578,7,-32400,0,'AKST'),(579,0,-39600,0,'NST'),(579,1,-36000,1,'NWT'),(579,2,-36000,1,'NPT'),(579,3,-39600,0,'BST'),(579,4,-36000,1,'BDT'),(579,5,-36000,0,'AHST'),(579,6,-32400,1,'HDT'),(579,7,-36000,0,'HST'),(580,0,-21600,1,'MDT'),(580,1,-25200,0,'MST'),(580,2,-21600,1,'MWT'),(581,0,-18000,1,'CDT'),(581,1,-21600,0,'CST'),(581,2,-18000,0,'EST'),(581,3,-18000,1,'CWT'),(581,4,-18000,1,'CPT'),(581,5,-21600,0,'CST'),(582,0,-18000,1,'CDT'),(582,1,-21600,0,'CST'),(582,2,-18000,1,'CWT'),(582,3,-18000,1,'CPT'),(582,4,-18000,0,'EST'),(582,5,-14400,1,'EDT'),(583,0,-14400,1,'EDT'),(583,1,-18000,0,'EST'),(583,2,-14400,1,'EWT'),(583,3,-14400,1,'EPT'),(584,0,-37800,0,'HST'),(584,1,-34200,1,'HDT'),(584,2,-34200,1,'HWT'),(584,3,-34200,1,'HPT'),(584,4,-36000,0,'HST'),(585,0,-18000,1,'CDT'),(585,1,-21600,0,'CST'),(585,2,-18000,1,'CWT'),(585,3,-18000,1,'CPT'),(585,4,-18000,0,'EST'),(585,5,-21600,0,'CST'),(586,0,-19931,0,'LMT'),(586,1,-21600,0,'CST'),(586,2,-18000,0,'EST'),(586,3,-14400,1,'EWT'),(586,4,-14400,1,'EPT'),(586,5,-14400,1,'EDT'),(587,0,-21600,1,'MDT'),(587,1,-25200,0,'MST'),(587,2,-21600,1,'MWT'),(587,3,-21600,1,'MPT'),(588,0,-25200,1,'PDT'),(588,1,-28800,0,'PST'),(588,2,-25200,1,'PWT'),(588,3,-25200,1,'PPT'),(589,0,-40968,0,'LMT'),(589,1,-39600,0,'SST'),(590,0,0,0,'UTC'),(591,0,0,0,'UTC'),(592,0,9017,0,'MMT'),(592,1,12679,1,'MST'),(592,2,9079,0,'MMT'),(592,3,16279,1,'MDST'),(592,4,14400,1,'MSD'),(592,5,10800,0,'MSK'),(592,6,14400,1,'MSD'),(592,7,18000,1,'+05'),(592,8,7200,0,'EET'),(592,9,10800,0,'MSK'),(592,10,14400,1,'MSD'),(592,11,10800,1,'EEST'),(592,12,7200,0,'EET'),(592,13,14400,0,'MSK'),(592,14,14400,1,'MSD'),(592,15,10800,0,'MSK'),(593,0,3600,1,'WEST'),(593,1,0,0,'WET'),(594,0,0,0,'UTC'),(595,0,-968,0,'LMT'),(595,1,0,0,'GMT'),(596,0,-968,0,'LMT'),(596,1,0,0,'GMT'),(597,0,8836,0,'LMT'),(597,1,9000,0,'+0230'),(597,2,10800,0,'EAT'),(597,3,9900,0,'+0245'),(597,4,10800,0,'EAT'),(598,0,561,0,'PMT'),(598,1,3600,1,'WEST'),(598,2,0,0,'WET'),(598,3,0,0,'WET'),(598,4,7200,1,'CEST'),(598,5,3600,0,'CET'),(598,6,3600,1,'WEST'),(599,0,8836,0,'LMT'),(599,1,9000,0,'+0230'),(599,2,10800,0,'EAT'),(599,3,9900,0,'+0245'),(599,4,10800,0,'EAT'),(600,0,8836,0,'LMT'),(600,1,9000,0,'+0230'),(600,2,10800,0,'EAT'),(600,3,9900,0,'+0245'),(600,4,10800,0,'EAT'),(601,0,-968,0,'LMT'),(601,1,0,0,'GMT'),(602,0,815,0,'LMT'),(602,1,0,0,'GMT'),(602,2,1800,0,'+0030'),(602,3,3600,0,'WAT'),(603,0,-968,0,'LMT'),(603,1,0,0,'GMT'),(604,0,-3740,0,'LMT'),(604,1,-3600,0,'-01'),(604,2,0,0,'GMT'),(605,0,7820,0,'LMT'),(605,1,7200,0,'CAT'),(606,0,815,0,'LMT'),(606,1,0,0,'GMT'),(606,2,1800,0,'+0030'),(606,3,3600,0,'WAT'),(607,0,7820,0,'LMT'),(607,1,7200,0,'CAT'),(608,0,10800,1,'EEST'),(608,1,7200,0,'EET'),(608,2,10800,1,'EEST'),(609,0,-1820,0,'LMT'),(609,1,3600,1,'+01'),(609,2,0,0,'+00'),(609,3,3600,0,'+01'),(609,4,0,0,'+00'),(610,0,0,0,'WET'),(610,1,3600,1,'WEST'),(610,2,0,0,'WET'),(610,3,3600,0,'CET'),(610,4,7200,1,'CEST'),(610,5,3600,0,'CET'),(611,0,-968,0,'LMT'),(611,1,0,0,'GMT'),(612,0,-968,0,'LMT'),(612,1,0,0,'GMT'),(613,0,8836,0,'LMT'),(613,1,9000,0,'+0230'),(613,2,10800,0,'EAT'),(613,3,9900,0,'+0245'),(613,4,10800,0,'EAT'),(614,0,8836,0,'LMT'),(614,1,9000,0,'+0230'),(614,2,10800,0,'EAT'),(614,3,9900,0,'+0245'),(614,4,10800,0,'EAT'),(615,0,815,0,'LMT'),(615,1,0,0,'GMT'),(615,2,1800,0,'+0030'),(615,3,3600,0,'WAT'),(616,0,-3168,0,'LMT'),(616,1,-3600,0,'-01'),(616,2,3600,1,'+01'),(616,3,0,0,'+00'),(617,0,-968,0,'LMT'),(617,1,0,0,'GMT'),(618,0,7820,0,'LMT'),(618,1,7200,0,'CAT'),(619,0,7820,0,'LMT'),(619,1,7200,0,'CAT'),(620,0,5400,0,'SAST'),(620,1,10800,1,'SAST'),(620,2,7200,0,'SAST'),(621,0,7588,0,'LMT'),(621,1,10800,1,'CAST'),(621,2,7200,0,'CAT'),(621,3,10800,0,'EAT'),(621,4,7200,0,'CAT'),(622,0,8836,0,'LMT'),(622,1,9000,0,'+0230'),(622,2,10800,0,'EAT'),(622,3,9900,0,'+0245'),(622,4,10800,0,'EAT'),(623,0,7808,0,'LMT'),(623,1,10800,1,'CAST'),(623,2,7200,0,'CAT'),(623,3,10800,0,'EAT'),(623,4,7200,0,'CAT'),(624,0,7820,0,'LMT'),(624,1,7200,0,'CAT'),(625,0,815,0,'LMT'),(625,1,0,0,'GMT'),(625,2,1800,0,'+0030'),(625,3,3600,0,'WAT'),(626,0,815,0,'LMT'),(626,1,0,0,'GMT'),(626,2,1800,0,'+0030'),(626,3,3600,0,'WAT'),(627,0,815,0,'LMT'),(627,1,0,0,'GMT'),(627,2,1800,0,'+0030'),(627,3,3600,0,'WAT'),(628,0,-968,0,'LMT'),(628,1,0,0,'GMT'),(629,0,815,0,'LMT'),(629,1,0,0,'GMT'),(629,2,1800,0,'+0030'),(629,3,3600,0,'WAT'),(630,0,7820,0,'LMT'),(630,1,7200,0,'CAT'),(631,0,7820,0,'LMT'),(631,1,7200,0,'CAT'),(632,0,815,0,'LMT'),(632,1,0,0,'GMT'),(632,2,1800,0,'+0030'),(632,3,3600,0,'WAT'),(633,0,7820,0,'LMT'),(633,1,7200,0,'CAT'),(634,0,5400,0,'SAST'),(634,1,10800,1,'SAST'),(634,2,7200,0,'SAST'),(635,0,5400,0,'SAST'),(635,1,10800,1,'SAST'),(635,2,7200,0,'SAST'),(636,0,8836,0,'LMT'),(636,1,9000,0,'+0230'),(636,2,10800,0,'EAT'),(636,3,9900,0,'+0245'),(636,4,10800,0,'EAT'),(637,0,-2588,0,'MMT'),(637,1,-2670,0,'MMT'),(637,2,0,0,'GMT'),(638,0,8836,0,'LMT'),(638,1,9000,0,'+0230'),(638,2,10800,0,'EAT'),(638,3,9900,0,'+0245'),(638,4,10800,0,'EAT'),(639,0,3612,0,'LMT'),(639,1,3600,0,'WAT'),(639,2,7200,1,'WAST'),(640,0,815,0,'LMT'),(640,1,0,0,'GMT'),(640,2,1800,0,'+0030'),(640,3,3600,0,'WAT'),(641,0,-968,0,'LMT'),(641,1,0,0,'GMT'),(642,0,-968,0,'LMT'),(642,1,0,0,'GMT'),(643,0,815,0,'LMT'),(643,1,0,0,'GMT'),(643,2,1800,0,'+0030'),(643,3,3600,0,'WAT'),(644,0,-2205,0,'LMT'),(644,1,0,0,'GMT'),(644,2,3600,0,'WAT'),(644,3,0,0,'GMT'),(645,0,-968,0,'LMT'),(645,1,0,0,'GMT'),(646,0,3164,0,'LMT'),(646,1,7200,1,'CEST'),(646,2,3600,0,'CET'),(646,3,7200,0,'EET'),(647,0,561,0,'PMT'),(647,1,7200,1,'CEST'),(647,2,3600,0,'CET'),(647,3,3600,0,'CET'),(647,4,7200,1,'CEST'),(648,0,5400,0,'+0130'),(648,1,7200,0,'SAST'),(648,2,10800,1,'SAST'),(648,3,7200,0,'CAT'),(648,4,3600,0,'WAT'),(648,5,7200,1,'CAT'),(648,6,7200,0,'CAT'),(649,0,-39600,0,'NST'),(649,1,-36000,1,'NWT'),(649,2,-36000,1,'NPT'),(649,3,-39600,0,'BST'),(649,4,-36000,1,'BDT'),(649,5,-36000,0,'AHST'),(649,6,-32400,1,'HDT'),(649,7,-36000,0,'HST'),(650,0,-36000,0,'AST'),(650,1,-32400,1,'AWT'),(650,2,-32400,1,'APT'),(650,3,-36000,0,'AHST'),(650,4,-32400,1,'AHDT'),(650,5,-32400,0,'YST'),(650,6,-28800,1,'AKDT'),(650,7,-32400,0,'AKST'),(651,0,-14400,0,'AST'),(651,1,-10800,1,'APT'),(651,2,-10800,1,'AWT'),(652,0,-14400,0,'AST'),(652,1,-10800,1,'APT'),(652,2,-10800,1,'AWT'),(653,0,-11568,0,'LMT'),(653,1,-7200,1,'-02'),(653,2,-10800,0,'-03'),(654,0,-15408,0,'CMT'),(654,1,-14400,0,'-04'),(654,2,-10800,1,'-03'),(654,3,-7200,1,'-02'),(654,4,-10800,0,'-03'),(655,0,-15408,0,'CMT'),(655,1,-14400,0,'-04'),(655,2,-10800,1,'-03'),(655,3,-7200,1,'-02'),(655,4,-10800,0,'-03'),(656,0,-15408,0,'CMT'),(656,1,-14400,0,'-04'),(656,2,-10800,1,'-03'),(656,3,-7200,1,'-02'),(656,4,-10800,0,'-03'),(657,0,-15408,0,'CMT'),(657,1,-14400,0,'-04'),(657,2,-10800,1,'-03'),(657,3,-7200,1,'-02'),(657,4,-10800,0,'-03'),(658,0,-15408,0,'CMT'),(658,1,-14400,0,'-04'),(658,2,-10800,1,'-03'),(658,3,-7200,1,'-02'),(658,4,-10800,0,'-03'),(659,0,-15408,0,'CMT'),(659,1,-14400,0,'-04'),(659,2,-10800,1,'-03'),(659,3,-7200,1,'-02'),(659,4,-10800,0,'-03'),(660,0,-15408,0,'CMT'),(660,1,-14400,0,'-04'),(660,2,-10800,1,'-03'),(660,3,-7200,1,'-02'),(660,4,-10800,0,'-03'),(661,0,-15408,0,'CMT'),(661,1,-14400,0,'-04'),(661,2,-10800,1,'-03'),(661,3,-7200,1,'-02'),(661,4,-10800,0,'-03'),(662,0,-15408,0,'CMT'),(662,1,-14400,0,'-04'),(662,2,-10800,1,'-03'),(662,3,-7200,1,'-02'),(662,4,-10800,0,'-03'),(663,0,-15408,0,'CMT'),(663,1,-14400,0,'-04'),(663,2,-10800,1,'-03'),(663,3,-7200,1,'-02'),(663,4,-10800,0,'-03'),(664,0,-15408,0,'CMT'),(664,1,-14400,0,'-04'),(664,2,-10800,1,'-03'),(664,3,-7200,1,'-02'),(664,4,-10800,0,'-03'),(664,5,-10800,1,'-03'),(665,0,-15408,0,'CMT'),(665,1,-14400,0,'-04'),(665,2,-10800,1,'-03'),(665,3,-7200,1,'-02'),(665,4,-10800,0,'-03'),(666,0,-15408,0,'CMT'),(666,1,-14400,0,'-04'),(666,2,-10800,1,'-03'),(666,3,-7200,1,'-02'),(666,4,-10800,0,'-03'),(667,0,-14400,0,'AST'),(667,1,-10800,1,'APT'),(667,2,-10800,1,'AWT'),(668,0,-13840,0,'AMT'),(668,1,-14400,0,'-04'),(668,2,-10800,0,'-03'),(668,3,-10800,1,'-03'),(668,4,-14400,0,'-04'),(669,0,-19176,0,'CMT'),(669,1,-18000,0,'EST'),(670,0,-39600,0,'NST'),(670,1,-36000,1,'NWT'),(670,2,-36000,1,'NPT'),(670,3,-39600,0,'BST'),(670,4,-36000,1,'BDT'),(670,5,-36000,0,'AHST'),(670,6,-32400,1,'HDT'),(670,7,-36000,0,'HST'),(671,0,-9244,0,'LMT'),(671,1,-7200,1,'-02'),(671,2,-10800,0,'-03'),(672,0,-25260,0,'LMT'),(672,1,-25200,0,'MST'),(672,2,-21600,0,'CST'),(672,3,-28800,0,'PST'),(672,4,-21600,1,'MDT'),(672,5,-18000,1,'CDT'),(672,6,-21600,0,'CST'),(673,0,-14309,0,'LMT'),(673,1,-10800,1,'ADT'),(673,2,-14400,0,'AST'),(673,3,-14400,0,'AST'),(673,4,-12600,1,'-0330'),(673,5,-10800,1,'ADT'),(674,0,-11636,0,'LMT'),(674,1,-7200,1,'-02'),(674,2,-10800,0,'-03'),(675,0,-21168,0,'LMT'),(675,1,-19800,1,'-0530'),(675,2,-21600,0,'CST'),(675,3,-18000,1,'CWT'),(675,4,-18000,1,'CPT'),(675,5,-18000,1,'CDT'),(676,0,-14400,0,'AST'),(676,1,-10800,1,'APT'),(676,2,-10800,1,'AWT'),(677,0,-14560,0,'LMT'),(677,1,-10800,1,'-03'),(677,2,-14400,0,'-04'),(678,0,-17776,0,'BMT'),(678,1,-14400,1,'-04'),(678,2,-18000,0,'-05'),(679,0,-25200,1,'PDT'),(679,1,-28800,0,'PST'),(679,2,-21600,1,'MWT'),(679,3,-21600,1,'MPT'),(679,4,-25200,0,'MST'),(679,5,-21600,1,'MDT'),(680,0,-15408,0,'CMT'),(680,1,-14400,0,'-04'),(680,2,-10800,1,'-03'),(680,3,-7200,1,'-02'),(680,4,-10800,0,'-03'),(681,0,0,0,'-00'),(681,1,-21600,1,'MWT'),(681,2,-21600,1,'MPT'),(681,3,-25200,0,'MST'),(681,4,-18000,1,'MDDT'),(681,5,-21600,1,'MDT'),(681,6,-18000,1,'CDT'),(681,7,-21600,0,'CST'),(681,8,-18000,0,'EST'),(681,9,-21600,1,'MDT'),(681,10,-25200,0,'MST'),(682,0,-13108,0,'LMT'),(682,1,-10800,1,'-03'),(682,2,-14400,0,'-04'),(683,0,-20824,0,'LMT'),(683,1,-21600,0,'CST'),(683,2,-14400,1,'EDT'),(683,3,-18000,0,'EST'),(683,4,-18000,1,'CDT'),(684,0,-16060,0,'CMT'),(684,1,-16200,0,'-0430'),(684,2,-14400,0,'-04'),(685,0,-15408,0,'CMT'),(685,1,-14400,0,'-04'),(685,2,-10800,1,'-03'),(685,3,-7200,1,'-02'),(685,4,-10800,0,'-03'),(686,0,-12560,0,'LMT'),(686,1,-14400,0,'-04'),(686,2,-10800,0,'-03'),(687,0,-19176,0,'CMT'),(687,1,-18000,0,'EST'),(688,0,-18000,1,'CDT'),(688,1,-21600,0,'CST'),(688,2,-18000,0,'EST'),(688,3,-18000,1,'CWT'),(688,4,-18000,1,'CPT'),(688,5,-21600,0,'CST'),(689,0,-25460,0,'LMT'),(689,1,-25200,0,'MST'),(689,2,-21600,0,'CST'),(689,3,-18000,1,'CDT'),(689,4,-21600,1,'MDT'),(689,5,-25200,0,'MST'),(690,0,-19176,0,'CMT'),(690,1,-18000,0,'EST'),(691,0,-15408,0,'CMT'),(691,1,-14400,0,'-04'),(691,2,-10800,1,'-03'),(691,3,-7200,1,'-02'),(691,4,-10800,0,'-03'),(692,0,-20173,0,'SJMT'),(692,1,-18000,1,'CDT'),(692,2,-21600,0,'CST'),(693,0,-21600,1,'MDT'),(693,1,-25200,0,'MST'),(693,2,-21600,1,'MWT'),(694,0,-13460,0,'LMT'),(694,1,-10800,1,'-03'),(694,2,-14400,0,'-04'),(695,0,-14400,0,'AST'),(695,1,-10800,1,'APT'),(695,2,-10800,1,'AWT'),(696,0,-4480,0,'LMT'),(696,1,-10800,0,'-03'),(696,2,-10800,0,'-03'),(696,3,-7200,1,'-02'),(696,4,-7200,1,'-02'),(696,5,0,0,'GMT'),(697,0,-28800,1,'YDT'),(697,1,-32400,0,'YST'),(697,2,-28800,1,'YWT'),(697,3,-28800,1,'YPT'),(697,4,-25200,1,'YDDT'),(697,5,-28800,0,'PST'),(697,6,-25200,1,'PDT'),(697,7,-25200,0,'MST'),(698,0,-25200,1,'PDT'),(698,1,-28800,0,'PST'),(698,2,-25200,1,'PWT'),(698,3,-25200,1,'PPT'),(698,4,-25200,0,'MST'),(699,0,-21600,1,'MDT'),(699,1,-25200,0,'MST'),(699,2,-21600,1,'MWT'),(699,3,-21600,1,'MPT'),(700,0,-19931,0,'LMT'),(700,1,-21600,0,'CST'),(700,2,-18000,0,'EST'),(700,3,-14400,1,'EWT'),(700,4,-14400,1,'EPT'),(700,5,-14400,1,'EDT'),(701,0,-14400,0,'AST'),(701,1,-10800,1,'APT'),(701,2,-10800,1,'AWT'),(702,0,-27232,0,'LMT'),(702,1,-21600,1,'MDT'),(702,2,-25200,0,'MST'),(702,3,-21600,1,'MWT'),(702,4,-21600,1,'MPT'),(703,0,-16768,0,'LMT'),(703,1,-14400,1,'-04'),(703,2,-18000,0,'-05'),(703,3,-14400,0,'-04'),(703,4,-18000,0,'-05'),(704,0,-21408,0,'LMT'),(704,1,-18000,1,'CDT'),(704,2,-21600,0,'CST'),(705,0,-28084,0,'LMT'),(705,1,-25200,0,'MST'),(705,2,-28800,0,'PST'),(705,3,-25200,1,'PDT'),(705,4,-25200,1,'PWT'),(705,5,-25200,1,'PPT'),(706,0,-25200,1,'PDT'),(706,1,-28800,0,'PST'),(706,2,-25200,1,'PWT'),(706,3,-25200,1,'PPT'),(706,4,-25200,0,'MST'),(707,0,-18000,1,'CDT'),(707,1,-21600,0,'CST'),(707,2,-18000,1,'CWT'),(707,3,-18000,1,'CPT'),(707,4,-18000,0,'EST'),(707,5,-14400,1,'EDT'),(708,0,-9240,0,'LMT'),(708,1,-7200,1,'-02'),(708,2,-10800,0,'-03'),(709,0,-14388,0,'LMT'),(709,1,-10800,1,'ADT'),(709,2,-14400,0,'AST'),(709,3,-10800,1,'AWT'),(709,4,-10800,1,'APT'),(710,0,-12416,0,'LMT'),(710,1,-10800,0,'-03'),(710,2,-10800,0,'-03'),(710,3,-7200,1,'-02'),(710,4,-7200,1,'-02'),(711,0,-12652,0,'NST'),(711,1,-9052,1,'NDT'),(711,2,-12600,0,'NST'),(711,3,-9000,1,'NDT'),(711,4,-9000,1,'NPT'),(711,5,-9000,1,'NWT'),(711,6,-10800,1,'ADT'),(711,7,-14400,0,'AST'),(711,8,-7200,1,'ADDT'),(711,9,-10800,1,'ADT'),(712,0,-18430,0,'KMT'),(712,1,-18000,0,'EST'),(712,2,-14400,1,'EDT'),(712,3,-14400,0,'AST'),(712,4,-18000,0,'EST'),(713,0,-14400,0,'AST'),(713,1,-10800,1,'APT'),(713,2,-10800,1,'AWT'),(714,0,-14400,0,'AST'),(714,1,-10800,1,'APT'),(714,2,-10800,1,'AWT'),(715,0,-21724,0,'LMT'),(715,1,-18000,1,'CDT'),(715,2,-21600,0,'CST'),(716,0,-18840,0,'QMT'),(716,1,-14400,1,'-04'),(716,2,-18000,0,'-05'),(717,0,-13959,0,'LMT'),(717,1,-14400,0,'-04'),(717,2,-13500,0,'-0345'),(717,3,-10800,0,'-03'),(717,4,-14400,0,'-04'),(718,0,-15264,0,'LMT'),(718,1,-10800,1,'ADT'),(718,2,-14400,0,'AST'),(718,3,-10800,1,'AWT'),(718,4,-10800,1,'APT'),(719,0,-19776,0,'HMT'),(719,1,-14400,1,'CDT'),(719,2,-18000,0,'CST'),(719,3,-18000,0,'CST'),(719,4,-14400,1,'CDT'),(720,0,-26632,0,'LMT'),(720,1,-25200,0,'MST'),(720,2,-21600,0,'CST'),(720,3,-28800,0,'PST'),(720,4,-21600,1,'MDT'),(720,5,-25200,0,'MST'),(721,0,-18000,1,'CDT'),(721,1,-21600,0,'CST'),(721,2,-18000,1,'CWT'),(721,3,-18000,1,'CPT'),(721,4,-18000,0,'EST'),(721,5,-14400,1,'EDT'),(722,0,-18000,1,'CDT'),(722,1,-21600,0,'CST'),(722,2,-18000,1,'CWT'),(722,3,-18000,1,'CPT'),(722,4,-18000,0,'EST'),(722,5,-21600,0,'CST'),(723,0,-18000,1,'CDT'),(723,1,-21600,0,'CST'),(723,2,-18000,1,'CWT'),(723,3,-18000,1,'CPT'),(723,4,-18000,0,'EST'),(723,5,-14400,1,'EDT'),(724,0,-18000,1,'CDT'),(724,1,-21600,0,'CST'),(724,2,-18000,1,'CWT'),(724,3,-18000,1,'CPT'),(724,4,-18000,0,'EST'),(724,5,-14400,1,'EDT'),(725,0,-18000,1,'CDT'),(725,1,-21600,0,'CST'),(725,2,-18000,1,'CWT'),(725,3,-18000,1,'CPT'),(725,4,-18000,0,'EST'),(725,5,-14400,1,'EDT'),(725,6,-18000,1,'CDT'),(725,7,-21600,0,'CST'),(726,0,-18000,1,'CDT'),(726,1,-21600,0,'CST'),(726,2,-18000,1,'CWT'),(726,3,-18000,1,'CPT'),(726,4,-18000,0,'EST'),(726,5,-14400,1,'EDT'),(727,0,-18000,1,'CDT'),(727,1,-21600,0,'CST'),(727,2,-18000,1,'CWT'),(727,3,-18000,1,'CPT'),(727,4,-18000,0,'EST'),(727,5,-14400,1,'EDT'),(728,0,-18000,1,'CDT'),(728,1,-21600,0,'CST'),(728,2,-18000,1,'CWT'),(728,3,-18000,1,'CPT'),(728,4,-18000,0,'EST'),(728,5,-14400,1,'EDT'),(729,0,-18000,1,'CDT'),(729,1,-21600,0,'CST'),(729,2,-18000,1,'CWT'),(729,3,-18000,1,'CPT'),(729,4,-18000,0,'EST'),(729,5,-14400,1,'EDT'),(730,0,0,0,'-00'),(730,1,-21600,1,'PDDT'),(730,2,-28800,0,'PST'),(730,3,-25200,0,'MST'),(730,4,-21600,1,'MDT'),(731,0,0,0,'-00'),(731,1,-14400,1,'EPT'),(731,2,-18000,0,'EST'),(731,3,-10800,1,'EDDT'),(731,4,-14400,1,'EDT'),(731,5,-14400,1,'EWT'),(731,6,-21600,0,'CST'),(731,7,-18000,1,'CDT'),(731,8,-14400,1,'EDT'),(731,9,-18000,0,'EST'),(732,0,-18430,0,'KMT'),(732,1,-18000,0,'EST'),(732,2,-14400,1,'EDT'),(733,0,-15408,0,'CMT'),(733,1,-14400,0,'-04'),(733,2,-10800,1,'-03'),(733,3,-7200,1,'-02'),(733,4,-10800,0,'-03'),(734,0,-28800,0,'PST'),(734,1,-25200,1,'PWT'),(734,2,-25200,1,'PPT'),(734,3,-25200,1,'PDT'),(734,4,-28800,1,'YDT'),(734,5,-32400,0,'YST'),(734,6,-28800,1,'AKDT'),(734,7,-32400,0,'AKST'),(735,0,-18000,1,'CDT'),(735,1,-21600,0,'CST'),(735,2,-18000,1,'CWT'),(735,3,-18000,1,'CPT'),(735,4,-18000,0,'EST'),(735,5,-14400,1,'EDT'),(736,0,-18000,1,'CDT'),(736,1,-21600,0,'CST'),(736,2,-18000,1,'CWT'),(736,3,-18000,1,'CPT'),(736,4,-14400,1,'EDT'),(736,5,-18000,0,'EST'),(737,0,-18000,1,'CDT'),(737,1,-21600,0,'CST'),(737,2,-18000,1,'CWT'),(737,3,-18000,1,'CPT'),(737,4,-18000,0,'EST'),(737,5,-21600,0,'CST'),(738,0,-14400,0,'AST'),(738,1,-10800,1,'APT'),(738,2,-10800,1,'AWT'),(739,0,-16356,0,'CMT'),(739,1,-12756,1,'BST'),(739,2,-14400,0,'-04'),(740,0,-18516,0,'LMT'),(740,1,-14400,1,'-04'),(740,2,-18000,0,'-05'),(741,0,-25200,1,'PDT'),(741,1,-28800,0,'PST'),(741,2,-25200,1,'PWT'),(741,3,-25200,1,'PPT'),(742,0,-18000,1,'CDT'),(742,1,-21600,0,'CST'),(742,2,-18000,1,'CWT'),(742,3,-18000,1,'CPT'),(742,4,-18000,0,'EST'),(742,5,-14400,1,'EDT'),(743,0,-14400,0,'AST'),(743,1,-10800,1,'APT'),(743,2,-10800,1,'AWT'),(744,0,-8572,0,'LMT'),(744,1,-7200,1,'-02'),(744,2,-10800,0,'-03'),(745,0,-20712,0,'MMT'),(745,1,-21600,0,'CST'),(745,2,-18000,0,'EST'),(745,3,-18000,1,'CDT'),(745,4,-21600,0,'CST'),(746,0,-14404,0,'LMT'),(746,1,-10800,1,'-03'),(746,2,-14400,0,'-04'),(747,0,-14400,0,'AST'),(747,1,-10800,1,'APT'),(747,2,-10800,1,'AWT'),(748,0,-14660,0,'FFMT'),(748,1,-14400,0,'AST'),(748,2,-10800,1,'ADT'),(749,0,-24000,0,'LMT'),(749,1,-21600,0,'CST'),(749,2,-18000,1,'CDT'),(750,0,-25540,0,'LMT'),(750,1,-25200,0,'MST'),(750,2,-21600,0,'CST'),(750,3,-28800,0,'PST'),(750,4,-21600,1,'MDT'),(750,5,-25200,0,'MST'),(751,0,-15408,0,'CMT'),(751,1,-14400,0,'-04'),(751,2,-10800,1,'-03'),(751,3,-7200,1,'-02'),(751,4,-10800,0,'-03'),(752,0,-18000,1,'CDT'),(752,1,-21600,0,'CST'),(752,2,-18000,1,'CWT'),(752,3,-18000,1,'CPT'),(752,4,-18000,0,'EST'),(752,5,-21600,0,'CST'),(753,0,-21508,0,'LMT'),(753,1,-21600,0,'CST'),(753,2,-18000,0,'EST'),(753,3,-18000,1,'CDT'),(753,4,-21600,0,'CST'),(754,0,-28800,0,'PST'),(754,1,-25200,1,'PWT'),(754,2,-25200,1,'PPT'),(754,3,-25200,1,'PDT'),(754,4,-32400,0,'AKST'),(754,5,-28800,1,'AKDT'),(755,0,-23796,0,'LMT'),(755,1,-25200,0,'MST'),(755,2,-21600,0,'CST'),(755,3,-18000,1,'CDT'),(755,4,-18000,1,'CWT'),(756,0,-13480,0,'LMT'),(756,1,-14400,0,'AST'),(756,2,-10800,0,'-03'),(756,3,-7200,1,'-02'),(757,0,-18000,0,'EST'),(757,1,-10800,1,'ADT'),(757,2,-14400,0,'AST'),(757,3,-10800,1,'AWT'),(757,4,-10800,1,'APT'),(758,0,-24076,0,'LMT'),(758,1,-21600,0,'CST'),(758,2,-18000,1,'CDT'),(759,0,-13491,0,'LMT'),(759,1,-13491,0,'MMT'),(759,2,-14400,0,'-04'),(759,3,-12600,0,'-0330'),(759,4,-10800,1,'-03'),(759,5,-10800,0,'-03'),(759,6,-9000,1,'-0230'),(759,7,-7200,1,'-02'),(759,8,-5400,1,'-0130'),(759,9,-7200,1,'-02'),(760,0,-14400,1,'EDT'),(760,1,-18000,0,'EST'),(760,2,-14400,1,'EWT'),(760,3,-14400,1,'EPT'),(761,0,-14400,0,'AST'),(761,1,-10800,1,'APT'),(761,2,-10800,1,'AWT'),(762,0,-14400,1,'EDT'),(762,1,-18000,0,'EST'),(762,2,-14400,1,'EWT'),(762,3,-14400,1,'EPT'),(763,0,-14400,1,'EDT'),(763,1,-18000,0,'EST'),(763,2,-14400,1,'EWT'),(763,3,-14400,1,'EPT'),(764,0,-14400,1,'EDT'),(764,1,-18000,0,'EST'),(764,2,-14400,1,'EWT'),(764,3,-14400,1,'EPT'),(765,0,-39600,0,'NST'),(765,1,-36000,1,'NWT'),(765,2,-36000,1,'NPT'),(765,3,-39600,0,'BST'),(765,4,-36000,1,'BDT'),(765,5,-32400,0,'YST'),(765,6,-28800,1,'AKDT'),(765,7,-32400,0,'AKST'),(766,0,-7780,0,'LMT'),(766,1,-3600,1,'-01'),(766,2,-7200,0,'-02'),(767,0,-21600,1,'MDT'),(767,1,-25200,0,'MST'),(767,2,-21600,1,'MWT'),(767,3,-21600,1,'MPT'),(767,4,-18000,1,'CDT'),(767,5,-21600,0,'CST'),(768,0,-21600,1,'MDT'),(768,1,-25200,0,'MST'),(768,2,-21600,1,'MWT'),(768,3,-21600,1,'MPT'),(768,4,-18000,1,'CDT'),(768,5,-21600,0,'CST'),(769,0,-21600,1,'MDT'),(769,1,-25200,0,'MST'),(769,2,-21600,1,'MWT'),(769,3,-21600,1,'MPT'),(769,4,-18000,1,'CDT'),(769,5,-21600,0,'CST'),(770,0,-12416,0,'LMT'),(770,1,-10800,0,'-03'),(770,2,-10800,0,'-03'),(770,3,-7200,1,'-02'),(770,4,-7200,1,'-02'),(771,0,-25060,0,'LMT'),(771,1,-25200,0,'MST'),(771,2,-21600,0,'CST'),(771,3,-18000,1,'CDT'),(771,4,-21600,1,'MDT'),(771,5,-25200,0,'MST'),(772,0,-19176,0,'CMT'),(772,1,-18000,0,'EST'),(773,0,0,0,'-00'),(773,1,-10800,1,'AWT'),(773,2,-10800,1,'APT'),(773,3,-14400,0,'AST'),(773,4,-7200,1,'ADDT'),(773,5,-10800,1,'ADT'),(773,6,-14400,1,'EDT'),(773,7,-18000,0,'EST'),(773,8,-21600,0,'CST'),(773,9,-18000,1,'CDT'),(773,10,-14400,1,'EDT'),(773,11,-18000,0,'EST'),(774,0,-13240,0,'LMT'),(774,1,-13252,0,'PMT'),(774,2,-13236,0,'PMT'),(774,3,-12600,0,'-0330'),(774,4,-10800,0,'-03'),(775,0,-21600,1,'MDT'),(775,1,-25200,0,'MST'),(775,2,-21600,1,'MWT'),(776,0,-17340,0,'PPMT'),(776,1,-14400,1,'EDT'),(776,2,-18000,0,'EST'),(776,3,-14400,1,'EDT'),(776,4,-18000,0,'EST'),(777,0,-14400,0,'AST'),(777,1,-10800,1,'APT'),(777,2,-10800,1,'AWT'),(778,0,-16272,0,'LMT'),(778,1,-14400,1,'-04'),(778,2,-18000,0,'-05'),(778,3,-14400,0,'-04'),(778,4,-18000,0,'-05'),(779,0,-15336,0,'LMT'),(779,1,-10800,1,'-03'),(779,2,-14400,0,'-04'),(780,0,-14400,0,'AST'),(780,1,-10800,1,'APT'),(780,2,-10800,1,'AWT'),(781,0,-16965,0,'SMT'),(781,1,-18000,0,'-05'),(781,2,-14400,0,'-04'),(781,3,-14400,1,'-04'),(781,4,-10800,1,'-03'),(781,5,-14400,0,'-04'),(781,6,-10800,0,'-03'),(782,0,-18000,1,'CDT'),(782,1,-21600,0,'CST'),(782,2,-18000,1,'CWT'),(782,3,-18000,1,'CPT'),(783,0,0,0,'-00'),(783,1,-14400,1,'CDDT'),(783,2,-21600,0,'CST'),(783,3,-18000,1,'CDT'),(783,4,-18000,0,'EST'),(783,5,-21600,0,'CST'),(784,0,-8376,0,'LMT'),(784,1,-7200,1,'-02'),(784,2,-10800,0,'-03'),(785,0,-25116,0,'LMT'),(785,1,-21600,1,'MDT'),(785,2,-25200,0,'MST'),(785,3,-21600,1,'MWT'),(785,4,-21600,1,'MPT'),(785,5,-21600,0,'CST'),(786,0,0,0,'-00'),(786,1,-14400,1,'CDDT'),(786,2,-21600,0,'CST'),(786,3,-18000,1,'CDT'),(786,4,-18000,0,'EST'),(786,5,-21600,0,'CST'),(787,0,-16272,0,'LMT'),(787,1,-14400,1,'-04'),(787,2,-18000,0,'-05'),(787,3,-14400,0,'-04'),(787,4,-18000,0,'-05'),(788,0,-15408,0,'CMT'),(788,1,-14400,0,'-04'),(788,2,-10800,1,'-03'),(788,3,-7200,1,'-02'),(788,4,-10800,0,'-03'),(789,0,-28084,0,'LMT'),(789,1,-25200,0,'MST'),(789,2,-28800,0,'PST'),(789,3,-25200,1,'PDT'),(789,4,-25200,1,'PWT'),(789,5,-25200,1,'PPT'),(790,0,-13128,0,'LMT'),(790,1,-10800,1,'-03'),(790,2,-14400,0,'-04'),(790,3,-10800,0,'-03'),(791,0,-16965,0,'SMT'),(791,1,-18000,0,'-05'),(791,2,-14400,0,'-04'),(791,3,-14400,1,'-04'),(791,4,-10800,1,'-03'),(791,5,-10800,1,'-03'),(791,6,-14400,0,'-04'),(792,0,-16800,0,'SDMT'),(792,1,-14400,1,'EDT'),(792,2,-18000,0,'EST'),(792,3,-16200,1,'-0430'),(792,4,-14400,0,'AST'),(793,0,-11188,0,'LMT'),(793,1,-7200,1,'-02'),(793,2,-10800,0,'-03'),(794,0,-5272,0,'LMT'),(794,1,-7200,0,'-02'),(794,2,-3600,1,'-01'),(794,3,-7200,0,'-02'),(794,4,-3600,0,'-01'),(794,5,0,1,'+00'),(794,6,0,1,'+00'),(795,0,-21600,1,'MDT'),(795,1,-25200,0,'MST'),(795,2,-21600,1,'MWT'),(795,3,-21600,1,'MPT'),(796,0,-28800,0,'PST'),(796,1,-25200,1,'PWT'),(796,2,-25200,1,'PPT'),(796,3,-25200,1,'PDT'),(796,4,-32400,0,'YST'),(796,5,-28800,1,'AKDT'),(796,6,-32400,0,'AKST'),(797,0,-14400,0,'AST'),(797,1,-10800,1,'APT'),(797,2,-10800,1,'AWT'),(798,0,-9052,1,'NDT'),(798,1,-12652,0,'NST'),(798,2,-9000,1,'NDT'),(798,3,-12600,0,'NST'),(798,4,-9000,1,'NPT'),(798,5,-9000,1,'NWT'),(798,6,-5400,1,'NDDT'),(798,7,-9000,1,'NDT'),(799,0,-14400,0,'AST'),(799,1,-10800,1,'APT'),(799,2,-10800,1,'AWT'),(800,0,-14400,0,'AST'),(800,1,-10800,1,'APT'),(800,2,-10800,1,'AWT'),(801,0,-14400,0,'AST'),(801,1,-10800,1,'APT'),(801,2,-10800,1,'AWT'),(802,0,-14400,0,'AST'),(802,1,-10800,1,'APT'),(802,2,-10800,1,'AWT'),(803,0,-25880,0,'LMT'),(803,1,-21600,1,'MDT'),(803,2,-25200,0,'MST'),(803,3,-21600,1,'MWT'),(803,4,-21600,1,'MPT'),(803,5,-21600,0,'CST'),(804,0,-20932,0,'LMT'),(804,1,-18000,1,'CDT'),(804,2,-21600,0,'CST'),(805,0,-16508,0,'LMT'),(805,1,-10800,1,'ADT'),(805,2,-14400,0,'AST'),(806,0,-21600,0,'CST'),(806,1,-18000,0,'EST'),(806,2,-14400,1,'EWT'),(806,3,-14400,1,'EPT'),(806,4,-14400,1,'EDT'),(807,0,-28084,0,'LMT'),(807,1,-25200,0,'MST'),(807,2,-28800,0,'PST'),(807,3,-25200,1,'PDT'),(807,4,-25200,1,'PWT'),(807,5,-25200,1,'PPT'),(808,0,-14400,1,'EDT'),(808,1,-18000,0,'EST'),(808,2,-14400,1,'EWT'),(808,3,-14400,1,'EPT'),(809,0,-14400,0,'AST'),(809,1,-10800,1,'APT'),(809,2,-10800,1,'AWT'),(810,0,-25200,1,'PDT'),(810,1,-28800,0,'PST'),(810,2,-25200,1,'PWT'),(810,3,-25200,1,'PPT'),(811,0,-14400,0,'AST'),(811,1,-10800,1,'APT'),(811,2,-10800,1,'AWT'),(812,0,-28800,1,'YDT'),(812,1,-32400,0,'YST'),(812,2,-28800,1,'YWT'),(812,3,-28800,1,'YPT'),(812,4,-25200,1,'YDDT'),(812,5,-28800,0,'PST'),(812,6,-25200,1,'PDT'),(812,7,-25200,0,'MST'),(813,0,-18000,1,'CDT'),(813,1,-21600,0,'CST'),(813,2,-18000,1,'CWT'),(813,3,-18000,1,'CPT'),(813,4,-18000,1,'CDT'),(813,5,-21600,0,'CST'),(814,0,-32400,0,'YST'),(814,1,-28800,1,'YWT'),(814,2,-28800,1,'YPT'),(814,3,-28800,1,'YDT'),(814,4,-28800,1,'AKDT'),(814,5,-32400,0,'AKST'),(815,0,0,0,'-00'),(815,1,-21600,1,'MWT'),(815,2,-21600,1,'MPT'),(815,3,-25200,0,'MST'),(815,4,-18000,1,'MDDT'),(815,5,-21600,1,'MDT'),(816,0,0,0,'-00'),(816,1,28800,0,'+08'),(816,2,39600,0,'+11'),(816,3,28800,0,'+08'),(816,4,39600,0,'+11'),(817,0,0,0,'-00'),(817,1,25200,0,'+07'),(817,2,18000,0,'+05'),(817,3,25200,0,'+07'),(818,0,36000,0,'+10'),(819,0,36000,0,'AEST'),(819,1,39600,1,'AEDT'),(819,2,36000,0,'AEST'),(819,3,0,0,'-00'),(819,4,39600,1,'AEDT'),(819,5,36000,0,'AEST'),(820,0,0,0,'-00'),(820,1,21600,0,'+06'),(820,2,18000,0,'+05'),(821,0,45000,1,'NZST'),(821,1,41400,0,'NZMT'),(821,2,43200,1,'NZST'),(821,3,46800,1,'NZDT'),(821,4,43200,0,'NZST'),(821,5,43200,0,'NZST'),(822,0,0,0,'-00'),(822,1,-14400,0,'-04'),(822,2,-10800,1,'-03'),(822,3,-7200,1,'-02'),(822,4,-10800,0,'-03'),(822,5,-10800,1,'-03'),(822,6,-14400,0,'-04'),(822,7,-10800,0,'-03'),(823,0,0,0,'-00'),(823,1,-10800,0,'-03'),(824,0,45000,1,'NZST'),(824,1,41400,0,'NZMT'),(824,2,43200,1,'NZST'),(824,3,46800,1,'NZDT'),(824,4,43200,0,'NZST'),(824,5,43200,0,'NZST'),(825,0,11212,0,'LMT'),(825,1,10800,0,'+03'),(826,0,0,0,'-00'),(826,1,7200,1,'+02'),(826,2,0,0,'+00'),(826,3,0,0,'+00'),(827,0,0,0,'-00'),(827,1,21600,0,'+06'),(828,0,7200,1,'CEST'),(828,1,3600,0,'CET'),(828,2,3600,0,'CET'),(828,3,7200,1,'CEST'),(828,4,7200,1,'CEST'),(828,5,3600,0,'CET'),(829,0,11212,0,'LMT'),(829,1,10800,0,'+03'),(830,0,18468,0,'LMT'),(830,1,18000,0,'+05'),(830,2,25200,1,'+07'),(830,3,21600,0,'+06'),(830,4,21600,0,'+06'),(830,5,25200,1,'+07'),(830,6,21600,1,'+06'),(830,7,18000,0,'+05'),(830,8,25200,1,'+07'),(830,9,21600,0,'+06'),(831,0,8624,0,'LMT'),(831,1,10800,1,'EEST'),(831,2,7200,0,'EET'),(831,3,7200,0,'EET'),(831,4,10800,1,'EEST'),(832,0,42596,0,'LMT'),(832,1,43200,0,'+12'),(832,2,50400,1,'+14'),(832,3,46800,0,'+13'),(832,4,46800,1,'+13'),(832,5,43200,0,'+12'),(832,6,46800,1,'+13'),(832,7,43200,1,'+12'),(832,8,39600,0,'+11'),(832,9,43200,0,'+12'),(833,0,12064,0,'LMT'),(833,1,14400,0,'+04'),(833,2,18000,0,'+05'),(833,3,21600,0,'+06'),(833,4,21600,1,'+06'),(833,5,18000,0,'+05'),(833,6,21600,1,'+06'),(833,7,18000,1,'+05'),(833,8,14400,0,'+04'),(833,9,18000,0,'+05'),(834,0,13720,0,'LMT'),(834,1,14400,0,'+04'),(834,2,18000,0,'+05'),(834,3,21600,1,'+06'),(834,4,21600,0,'+06'),(834,5,18000,0,'+05'),(834,6,21600,1,'+06'),(834,7,18000,1,'+05'),(834,8,14400,0,'+04'),(834,9,21600,1,'+06'),(834,10,18000,0,'+05'),(835,0,14012,0,'LMT'),(835,1,14400,0,'+04'),(835,2,21600,1,'+06'),(835,3,18000,0,'+05'),(835,4,18000,0,'+05'),(835,5,21600,1,'+06'),(835,6,18000,1,'+05'),(835,7,14400,0,'+04'),(835,8,18000,0,'+05'),(836,0,14012,0,'LMT'),(836,1,14400,0,'+04'),(836,2,21600,1,'+06'),(836,3,18000,0,'+05'),(836,4,18000,0,'+05'),(836,5,21600,1,'+06'),(836,6,18000,1,'+05'),(836,7,14400,0,'+04'),(836,8,18000,0,'+05'),(837,0,12464,0,'LMT'),(837,1,10800,0,'+03'),(837,2,18000,0,'+05'),(837,3,21600,0,'+06'),(837,4,21600,1,'+06'),(837,5,18000,0,'+05'),(837,6,21600,1,'+06'),(837,7,18000,1,'+05'),(837,8,14400,0,'+04'),(837,9,18000,0,'+05'),(838,0,10656,0,'BMT'),(838,1,10800,0,'+03'),(838,2,14400,1,'+04'),(838,3,10800,0,'+03'),(838,4,14400,1,'+04'),(839,0,12368,0,'LMT'),(839,1,14400,0,'+04'),(839,2,10800,0,'+03'),(840,0,11964,0,'LMT'),(840,1,10800,0,'+03'),(840,2,18000,1,'+05'),(840,3,14400,0,'+04'),(840,4,14400,0,'+04'),(840,5,18000,1,'+05'),(840,6,14400,1,'+04'),(840,7,10800,0,'+03'),(840,8,18000,1,'+05'),(840,9,14400,0,'+04'),(841,0,24124,0,'BMT'),(841,1,25200,0,'+07'),(842,0,20100,0,'LMT'),(842,1,21600,0,'+06'),(842,2,28800,1,'+08'),(842,3,25200,0,'+07'),(842,4,25200,0,'+07'),(842,5,28800,1,'+08'),(842,6,25200,1,'+07'),(842,7,21600,0,'+06'),(842,8,25200,1,'+07'),(842,9,25200,0,'+07'),(843,0,10800,1,'EEST'),(843,1,7200,0,'EET'),(844,0,17904,0,'LMT'),(844,1,18000,0,'+05'),(844,2,25200,1,'+07'),(844,3,21600,0,'+06'),(844,4,21600,0,'+06'),(844,5,25200,1,'+07'),(844,6,21600,1,'+06'),(844,7,18000,0,'+05'),(844,8,21600,1,'+06'),(844,9,21600,0,'+06'),(845,0,27580,0,'LMT'),(845,1,27000,0,'+0730'),(845,2,28800,0,'+08'),(846,0,19270,0,'MMT'),(846,1,19800,0,'IST'),(846,2,23400,1,'+0630'),(847,0,27232,0,'LMT'),(847,1,28800,0,'+08'),(847,2,36000,1,'+10'),(847,3,32400,0,'+09'),(847,4,32400,0,'+09'),(847,5,36000,1,'+10'),(847,6,32400,1,'+09'),(847,7,28800,0,'+08'),(847,8,36000,0,'+10'),(847,9,36000,1,'+10'),(847,10,32400,0,'+09'),(848,0,27480,0,'LMT'),(848,1,25200,0,'+07'),(848,2,28800,0,'+08'),(848,3,32400,0,'+09'),(848,4,36000,1,'+10'),(848,5,32400,1,'+09'),(848,6,28800,0,'+08'),(849,0,32400,1,'CDT'),(849,1,28800,0,'CST'),(850,0,32400,1,'CDT'),(850,1,28800,0,'CST'),(851,0,19172,0,'MMT'),(851,1,19800,0,'+0530'),(851,2,21600,1,'+06'),(851,3,23400,1,'+0630'),(851,4,23400,0,'+0630'),(851,5,21600,0,'+06'),(851,6,19800,0,'+0530'),(852,0,21200,0,'HMT'),(852,1,23400,0,'+0630'),(852,2,19800,0,'+0530'),(852,3,21600,0,'+06'),(852,4,25200,1,'+07'),(853,0,8712,0,'LMT'),(853,1,10800,1,'EEST'),(853,2,7200,0,'EET'),(854,0,21200,0,'HMT'),(854,1,23400,0,'+0630'),(854,2,19800,0,'+0530'),(854,3,21600,0,'+06'),(854,4,25200,1,'+07'),(855,0,30140,0,'LMT'),(855,1,28800,0,'+08'),(855,2,32400,0,'+09'),(856,0,13272,0,'LMT'),(856,1,14400,0,'+04'),(857,0,16512,0,'LMT'),(857,1,18000,0,'+05'),(857,2,25200,1,'+07'),(857,3,21600,0,'+06'),(857,4,21600,0,'+06'),(857,5,25200,1,'+07'),(857,6,21600,1,'+06'),(857,7,18000,0,'+05'),(858,0,8148,0,'LMT'),(858,1,10800,1,'EEST'),(858,2,7200,0,'EET'),(858,3,7200,0,'EET'),(858,4,10800,1,'EEST'),(858,5,10800,0,'+03'),(858,6,7200,0,'EET'),(859,0,10800,1,'EEST'),(859,1,7200,0,'EET'),(859,2,7200,0,'EET'),(859,3,10800,1,'EEST'),(859,4,10800,1,'IDT'),(859,5,7200,0,'IST'),(859,6,10800,1,'IDT'),(859,7,7200,0,'IST'),(859,8,7200,0,'EET'),(860,0,32400,1,'CDT'),(860,1,28800,0,'CST'),(861,0,10800,1,'EEST'),(861,1,7200,0,'EET'),(861,2,7200,0,'EET'),(861,3,10800,1,'EEST'),(861,4,10800,1,'IDT'),(861,5,7200,0,'IST'),(861,6,10800,1,'IDT'),(861,7,7200,0,'IST'),(861,8,7200,0,'EET'),(862,0,25600,0,'LMT'),(862,1,25590,0,'PLMT'),(862,2,25200,0,'+07'),(862,3,28800,0,'+08'),(862,4,32400,0,'+09'),(862,5,25200,0,'+07'),(863,0,27402,0,'LMT'),(863,1,28800,0,'HKT'),(863,2,32400,1,'HKST'),(863,3,30600,1,'HKWT'),(863,4,32400,0,'JST'),(863,5,28800,0,'HKT'),(863,6,32400,1,'HKST'),(864,0,21996,0,'LMT'),(864,1,21600,0,'+06'),(864,2,28800,1,'+08'),(864,3,25200,0,'+07'),(865,0,25025,0,'IMT'),(865,1,25200,0,'+07'),(865,2,32400,1,'+09'),(865,3,28800,0,'+08'),(865,4,28800,0,'+08'),(865,5,32400,1,'+09'),(865,6,28800,1,'+08'),(865,7,25200,0,'+07'),(865,8,32400,0,'+09'),(865,9,32400,1,'+09'),(865,10,28800,0,'+08'),(866,0,7016,0,'IMT'),(866,1,10800,1,'EEST'),(866,2,7200,0,'EET'),(866,3,10800,0,'+03'),(866,4,14400,1,'+04'),(866,5,10800,1,'EEST'),(866,6,7200,0,'EET'),(866,7,10800,1,'EEST'),(866,8,7200,0,'EET'),(866,9,10800,0,'+03'),(867,0,25632,0,'BMT'),(867,1,26400,0,'+0720'),(867,2,27000,0,'+0730'),(867,3,32400,0,'+09'),(867,4,28800,0,'+08'),(867,5,25200,0,'WIB'),(868,0,33768,0,'LMT'),(868,1,32400,0,'+09'),(868,2,34200,0,'+0930'),(868,3,32400,0,'WIT'),(869,0,8440,0,'JMT'),(869,1,10800,1,'IDT'),(869,2,7200,0,'IST'),(869,3,14400,1,'IDDT'),(869,4,10800,1,'IDT'),(869,5,7200,0,'IST'),(869,6,10800,1,'IDT'),(869,7,7200,0,'IST'),(870,0,14400,0,'+04'),(870,1,16200,0,'+0430'),(871,0,38076,0,'LMT'),(871,1,39600,0,'+11'),(871,2,46800,1,'+13'),(871,3,43200,0,'+12'),(871,4,43200,0,'+12'),(871,5,46800,1,'+13'),(871,6,43200,1,'+12'),(871,7,39600,0,'+11'),(871,8,43200,0,'+12'),(872,0,16092,0,'LMT'),(872,1,19800,0,'+0530'),(872,2,23400,1,'+0630'),(872,3,18000,0,'+05'),(872,4,21600,1,'PKST'),(872,5,18000,0,'PKT'),(873,0,21020,0,'LMT'),(873,1,21600,0,'+06'),(874,0,20476,0,'LMT'),(874,1,19800,0,'+0530'),(874,2,20700,0,'+0545'),(875,0,20476,0,'LMT'),(875,1,19800,0,'+0530'),(875,2,20700,0,'+0545'),(876,0,32533,0,'LMT'),(876,1,28800,0,'+08'),(876,2,36000,1,'+10'),(876,3,32400,0,'+09'),(876,4,32400,0,'+09'),(876,5,36000,1,'+10'),(876,6,32400,1,'+09'),(876,7,28800,0,'+08'),(876,8,39600,1,'+11'),(876,9,36000,0,'+10'),(876,10,36000,0,'+10'),(876,11,39600,0,'+11'),(876,12,32400,0,'+09'),(877,0,19270,0,'MMT'),(877,1,19800,0,'IST'),(877,2,23400,1,'+0630'),(878,0,22286,0,'LMT'),(878,1,21600,0,'+06'),(878,2,28800,1,'+08'),(878,3,25200,0,'+07'),(878,4,25200,0,'+07'),(878,5,28800,1,'+08'),(878,6,25200,1,'+07'),(878,7,21600,0,'+06'),(878,8,28800,0,'+08'),(878,9,28800,1,'+08'),(878,10,25200,0,'+07'),(879,0,24925,0,'SMT'),(879,1,25200,0,'+07'),(879,2,26400,1,'+0720'),(879,3,26400,0,'+0720'),(879,4,27000,0,'+0730'),(879,5,32400,0,'+09'),(879,6,28800,0,'+08'),(880,0,26480,0,'LMT'),(880,1,27000,0,'+0730'),(880,2,30000,1,'+0820'),(880,3,28800,0,'+08'),(880,4,32400,0,'+09'),(880,5,28800,0,'+08'),(881,0,11212,0,'LMT'),(881,1,10800,0,'+03'),(882,0,27250,0,'LMT'),(882,1,28800,0,'CST'),(882,2,36000,1,'+10'),(882,3,32400,0,'+09'),(882,4,32400,1,'CDT'),(882,5,28800,0,'CST'),(882,6,32400,1,'CDT'),(883,0,27250,0,'LMT'),(883,1,28800,0,'CST'),(883,2,36000,1,'+10'),(883,3,32400,0,'+09'),(883,4,32400,1,'CDT'),(883,5,28800,0,'CST'),(883,6,32400,1,'CDT'),(884,0,36192,0,'LMT'),(884,1,36000,0,'+10'),(884,2,43200,1,'+12'),(884,3,39600,0,'+11'),(884,4,39600,0,'+11'),(884,5,43200,1,'+12'),(884,6,39600,1,'+11'),(884,7,36000,0,'+10'),(884,8,43200,0,'+12'),(884,9,43200,1,'+12'),(884,10,39600,0,'+11'),(885,0,28656,0,'LMT'),(885,1,28656,0,'MMT'),(885,2,28800,0,'+08'),(885,3,32400,0,'+09'),(885,4,28800,0,'WITA'),(886,0,32400,1,'PDT'),(886,1,28800,0,'PST'),(886,2,32400,0,'JST'),(886,3,28800,0,'PST'),(887,0,13272,0,'LMT'),(887,1,14400,0,'+04'),(888,0,8008,0,'LMT'),(888,1,10800,1,'EEST'),(888,2,7200,0,'EET'),(888,3,7200,0,'EET'),(888,4,10800,1,'EEST'),(889,0,20928,0,'LMT'),(889,1,21600,0,'+06'),(889,2,28800,1,'+08'),(889,3,25200,0,'+07'),(889,4,25200,0,'+07'),(889,5,28800,1,'+08'),(889,6,25200,1,'+07'),(889,7,21600,0,'+06'),(889,8,25200,0,'+07'),(890,0,19900,0,'LMT'),(890,1,21600,0,'+06'),(890,2,28800,1,'+08'),(890,3,25200,0,'+07'),(890,4,25200,0,'+07'),(890,5,28800,1,'+08'),(890,6,25200,1,'+07'),(890,7,21600,0,'+06'),(890,8,25200,1,'+07'),(890,9,25200,0,'+07'),(891,0,17610,0,'LMT'),(891,1,18000,0,'+05'),(891,2,25200,1,'+07'),(891,3,21600,0,'+06'),(891,4,21600,0,'+06'),(891,5,25200,1,'+07'),(891,6,21600,1,'+06'),(891,7,18000,0,'+05'),(891,8,25200,0,'+07'),(891,9,25200,1,'+07'),(891,10,21600,0,'+06'),(892,0,12324,0,'LMT'),(892,1,10800,0,'+03'),(892,2,18000,0,'+05'),(892,3,21600,1,'+06'),(892,4,21600,0,'+06'),(892,5,18000,0,'+05'),(892,6,21600,1,'+06'),(892,7,18000,1,'+05'),(892,8,14400,0,'+04'),(892,9,18000,0,'+05'),(893,0,24124,0,'BMT'),(893,1,25200,0,'+07'),(894,0,26240,0,'LMT'),(894,1,26240,0,'PMT'),(894,2,27000,0,'+0730'),(894,3,32400,0,'+09'),(894,4,28800,0,'+08'),(894,5,28800,0,'WITA'),(894,6,25200,0,'WIB'),(895,0,30180,0,'LMT'),(895,1,30600,0,'KST'),(895,2,32400,0,'JST'),(895,3,32400,0,'KST'),(896,0,12368,0,'LMT'),(896,1,14400,0,'+04'),(896,2,10800,0,'+03'),(897,0,15268,0,'LMT'),(897,1,14400,0,'+04'),(897,2,18000,0,'+05'),(897,3,21600,1,'+06'),(897,4,21600,0,'+06'),(897,5,18000,0,'+05'),(897,6,21600,1,'+06'),(897,7,18000,1,'+05'),(897,8,14400,0,'+04'),(897,9,21600,0,'+06'),(897,10,21600,1,'+06'),(898,0,15712,0,'LMT'),(898,1,14400,0,'+04'),(898,2,18000,0,'+05'),(898,3,21600,1,'+06'),(898,4,21600,0,'+06'),(898,5,18000,0,'+05'),(898,6,21600,1,'+06'),(898,7,18000,1,'+05'),(898,8,14400,0,'+04'),(898,9,21600,0,'+06'),(898,10,21600,1,'+06'),(898,11,18000,0,'+05'),(899,0,23087,0,'RMT'),(899,1,23400,0,'+0630'),(899,2,32400,0,'+09'),(899,3,23400,0,'+0630'),(900,0,11212,0,'LMT'),(900,1,10800,0,'+03'),(901,0,25600,0,'LMT'),(901,1,25590,0,'PLMT'),(901,2,25200,0,'+07'),(901,3,28800,0,'+08'),(901,4,32400,0,'+09'),(901,5,25200,0,'+07'),(902,0,34248,0,'LMT'),(902,1,32400,0,'+09'),(902,2,43200,1,'+12'),(902,3,39600,0,'+11'),(902,4,39600,0,'+11'),(902,5,43200,1,'+12'),(902,6,39600,1,'+11'),(902,7,36000,0,'+10'),(902,8,39600,0,'+11'),(903,0,16073,0,'LMT'),(903,1,14400,0,'+04'),(903,2,18000,0,'+05'),(903,3,21600,1,'+06'),(903,4,21600,0,'+06'),(903,5,18000,0,'+05'),(903,6,21600,1,'+06'),(904,0,30472,0,'LMT'),(904,1,30600,0,'KST'),(904,2,32400,0,'JST'),(904,3,36000,1,'KDT'),(904,4,32400,0,'KST'),(904,5,34200,1,'KDT'),(904,6,36000,1,'KDT'),(905,0,32400,1,'CDT'),(905,1,28800,0,'CST'),(906,0,24925,0,'SMT'),(906,1,25200,0,'+07'),(906,2,26400,1,'+0720'),(906,3,26400,0,'+0720'),(906,4,27000,0,'+0730'),(906,5,32400,0,'+09'),(906,6,28800,0,'+08'),(907,0,36892,0,'LMT'),(907,1,36000,0,'+10'),(907,2,43200,1,'+12'),(907,3,39600,0,'+11'),(907,4,39600,0,'+11'),(907,5,43200,1,'+12'),(907,6,39600,1,'+11'),(907,7,36000,0,'+10'),(907,8,43200,0,'+12'),(907,9,43200,1,'+12'),(907,10,39600,0,'+11'),(908,0,28800,0,'CST'),(908,1,32400,0,'JST'),(908,2,32400,1,'CDT'),(908,3,28800,0,'CST'),(909,0,16631,0,'LMT'),(909,1,18000,0,'+05'),(909,2,25200,1,'+07'),(909,3,21600,0,'+06'),(909,4,21600,0,'+06'),(909,5,25200,1,'+07'),(909,6,21600,1,'+06'),(909,7,18000,0,'+05'),(910,0,10751,0,'TBMT'),(910,1,10800,0,'+03'),(910,2,18000,1,'+05'),(910,3,14400,0,'+04'),(910,4,14400,0,'+04'),(910,5,18000,1,'+05'),(910,6,14400,1,'+04'),(910,7,10800,0,'+03'),(910,8,14400,1,'+04'),(910,9,14400,0,'+04'),(911,0,12344,0,'LMT'),(911,1,12344,0,'TMT'),(911,2,12600,0,'+0330'),(911,3,18000,1,'+05'),(911,4,14400,0,'+04'),(911,5,16200,1,'+0430'),(911,6,12600,0,'+0330'),(912,0,8440,0,'JMT'),(912,1,10800,1,'IDT'),(912,2,7200,0,'IST'),(912,3,14400,1,'IDDT'),(912,4,10800,1,'IDT'),(912,5,7200,0,'IST'),(912,6,10800,1,'IDT'),(912,7,7200,0,'IST'),(913,0,21516,0,'LMT'),(913,1,19800,0,'+0530'),(913,2,21600,0,'+06'),(914,0,21516,0,'LMT'),(914,1,19800,0,'+0530'),(914,2,21600,0,'+06'),(915,0,36000,1,'JDT'),(915,1,32400,0,'JST'),(915,2,32400,0,'JST'),(916,0,20391,0,'LMT'),(916,1,21600,0,'+06'),(916,2,28800,1,'+08'),(916,3,25200,0,'+07'),(916,4,25200,0,'+07'),(916,5,28800,1,'+08'),(916,6,25200,1,'+07'),(916,7,21600,0,'+06'),(916,8,25200,1,'+07'),(916,9,25200,0,'+07'),(917,0,28656,0,'LMT'),(917,1,28656,0,'MMT'),(917,2,28800,0,'+08'),(917,3,32400,0,'+09'),(917,4,28800,0,'WITA'),(918,0,25652,0,'LMT'),(918,1,25200,0,'+07'),(918,2,32400,1,'+09'),(918,3,28800,0,'+08'),(919,0,25652,0,'LMT'),(919,1,25200,0,'+07'),(919,2,32400,1,'+09'),(919,3,28800,0,'+08'),(920,0,21020,0,'LMT'),(920,1,21600,0,'+06'),(921,0,34374,0,'LMT'),(921,1,28800,0,'+08'),(921,2,32400,0,'+09'),(921,3,39600,0,'+11'),(921,4,43200,1,'+12'),(921,5,39600,0,'+11'),(921,6,43200,1,'+12'),(921,7,39600,1,'+11'),(921,8,36000,0,'+10'),(921,9,43200,0,'+12'),(921,10,43200,1,'+12'),(921,11,36000,0,'+10'),(922,0,24124,0,'BMT'),(922,1,25200,0,'+07'),(923,0,31651,0,'LMT'),(923,1,32400,0,'+09'),(923,2,39600,1,'+11'),(923,3,36000,0,'+10'),(923,4,36000,0,'+10'),(923,5,39600,1,'+11'),(923,6,36000,1,'+10'),(923,7,32400,0,'+09'),(923,8,39600,0,'+11'),(923,9,39600,1,'+11'),(923,10,36000,0,'+10'),(924,0,31138,0,'LMT'),(924,1,28800,0,'+08'),(924,2,36000,1,'+10'),(924,3,32400,0,'+09'),(924,4,32400,0,'+09'),(924,5,36000,1,'+10'),(924,6,32400,1,'+09'),(924,7,28800,0,'+08'),(924,8,36000,0,'+10'),(924,9,36000,1,'+10'),(924,10,32400,0,'+09'),(925,0,23087,0,'RMT'),(925,1,23400,0,'+0630'),(925,2,32400,0,'+09'),(925,3,23400,0,'+0630'),(926,0,14553,0,'LMT'),(926,1,13505,0,'PMT'),(926,2,14400,0,'+04'),(926,3,21600,1,'+06'),(926,4,18000,0,'+05'),(926,5,18000,0,'+05'),(926,6,21600,1,'+06'),(926,7,18000,1,'+05'),(926,8,14400,0,'+04'),(926,9,21600,0,'+06'),(926,10,21600,1,'+06'),(926,11,18000,0,'+05'),(927,0,10680,0,'LMT'),(927,1,10800,0,'+03'),(927,2,18000,1,'+05'),(927,3,14400,0,'+04'),(927,4,14400,0,'+04'),(927,5,18000,1,'+05'),(927,6,14400,1,'+04'),(927,7,10800,0,'+03'),(927,8,18000,1,'+05'),(927,9,14400,0,'+04'),(928,0,-6872,0,'HMT'),(928,1,-3600,1,'-01'),(928,2,-7200,0,'-02'),(928,3,-3600,1,'-01'),(928,4,-7200,0,'-02'),(928,5,-7200,0,'-02'),(928,6,0,1,'+00'),(928,7,-3600,0,'-01'),(928,8,-3600,0,'-01'),(928,9,0,0,'WET'),(928,10,0,1,'+00'),(928,11,-3600,0,'-01'),(929,0,-11958,1,'BST'),(929,1,-15558,0,'BMT'),(929,2,-10800,1,'ADT'),(929,3,-14400,0,'AST'),(930,0,-3696,0,'LMT'),(930,1,-3600,0,'-01'),(930,2,0,0,'WET'),(930,3,3600,1,'WEST'),(930,4,0,0,'WET'),(930,5,3600,1,'WEST'),(931,0,-5644,0,'LMT'),(931,1,-7200,0,'-02'),(931,2,-3600,1,'-01'),(931,3,-7200,0,'-02'),(931,4,-3600,0,'-01'),(932,0,-1624,0,'LMT'),(932,1,0,0,'WET'),(932,2,3600,1,'WEST'),(932,3,0,0,'WET'),(933,0,-1624,0,'LMT'),(933,1,0,0,'WET'),(933,2,3600,1,'WEST'),(933,3,0,0,'WET'),(934,0,7200,1,'CEST'),(934,1,3600,0,'CET'),(934,2,3600,0,'CET'),(934,3,7200,1,'CEST'),(934,4,7200,1,'CEST'),(934,5,3600,0,'CET'),(935,0,-4056,0,'FMT'),(935,1,0,1,'+00'),(935,2,-3600,0,'-01'),(935,3,0,1,'+00'),(935,4,-3600,0,'-01'),(935,5,-3600,0,'-01'),(935,6,3600,1,'+01'),(935,7,3600,1,'WEST'),(935,8,0,0,'WET'),(935,9,0,0,'WET'),(935,10,0,0,'WET'),(935,11,3600,1,'WEST'),(936,0,-5280,0,'LMT'),(936,1,0,1,'+00'),(936,2,-3600,0,'-01'),(936,3,-3600,0,'-01'),(936,4,0,1,'+00'),(936,5,0,0,'GMT'),(937,0,-7200,0,'-02'),(938,0,-968,0,'LMT'),(938,1,0,0,'GMT'),(939,0,-13884,0,'SMT'),(939,1,-10800,1,'-03'),(939,2,-14400,0,'-04'),(939,3,-7200,1,'-02'),(939,4,-10800,0,'-03'),(939,5,-10800,1,'-03'),(940,0,39600,1,'AEDT'),(940,1,36000,0,'AEST'),(940,2,36000,0,'AEST'),(941,0,37800,1,'ACDT'),(941,1,34200,0,'ACST'),(941,2,34200,0,'ACST'),(942,0,39600,1,'AEDT'),(942,1,36000,0,'AEST'),(942,2,36000,0,'AEST'),(943,0,37800,1,'ACDT'),(943,1,34200,0,'ACST'),(943,2,34200,0,'ACST'),(943,3,37800,1,'ACDT'),(944,0,39600,1,'AEDT'),(944,1,36000,0,'AEST'),(944,2,36000,0,'AEST'),(945,0,39600,1,'AEDT'),(945,1,36000,0,'AEST'),(945,2,36000,0,'AEST'),(946,0,37800,1,'ACDT'),(946,1,34200,0,'ACST'),(946,2,34200,0,'ACST'),(947,0,35100,1,'+0945'),(947,1,31500,0,'+0845'),(947,2,31500,0,'+0845'),(948,0,39600,1,'AEDT'),(948,1,36000,0,'AEST'),(948,2,36000,0,'AEST'),(949,0,36000,0,'AEST'),(949,1,41400,1,'+1130'),(949,2,37800,0,'+1030'),(949,3,39600,1,'+11'),(950,0,39600,1,'AEDT'),(950,1,36000,0,'AEST'),(950,2,36000,0,'AEST'),(951,0,36000,0,'AEST'),(951,1,41400,1,'+1130'),(951,2,37800,0,'+1030'),(951,3,39600,1,'+11'),(952,0,39600,1,'AEDT'),(952,1,36000,0,'AEST'),(952,2,36000,0,'AEST'),(953,0,39600,1,'AEDT'),(953,1,36000,0,'AEST'),(953,2,36000,0,'AEST'),(954,0,37800,1,'ACDT'),(954,1,34200,0,'ACST'),(954,2,34200,0,'ACST'),(955,0,32400,1,'AWDT'),(955,1,28800,0,'AWST'),(955,2,28800,0,'AWST'),(956,0,39600,1,'AEDT'),(956,1,36000,0,'AEST'),(956,2,36000,0,'AEST'),(957,0,37800,1,'ACDT'),(957,1,34200,0,'ACST'),(957,2,34200,0,'ACST'),(958,0,39600,1,'AEDT'),(958,1,36000,0,'AEST'),(958,2,36000,0,'AEST'),(959,0,39600,1,'AEDT'),(959,1,36000,0,'AEST'),(959,2,36000,0,'AEST'),(960,0,39600,1,'AEDT'),(960,1,36000,0,'AEST'),(960,2,36000,0,'AEST'),(961,0,32400,1,'AWDT'),(961,1,28800,0,'AWST'),(961,2,28800,0,'AWST'),(962,0,37800,1,'ACDT'),(962,1,34200,0,'ACST'),(962,2,34200,0,'ACST'),(962,3,37800,1,'ACDT'),(963,0,-16272,0,'LMT'),(963,1,-14400,1,'-04'),(963,2,-18000,0,'-05'),(963,3,-14400,0,'-04'),(963,4,-18000,0,'-05'),(964,0,-7780,0,'LMT'),(964,1,-3600,1,'-01'),(964,2,-7200,0,'-02'),(965,0,-11188,0,'LMT'),(965,1,-7200,1,'-02'),(965,2,-10800,0,'-03'),(966,0,-14404,0,'LMT'),(966,1,-10800,1,'-03'),(966,2,-14400,0,'-04'),(967,0,7200,1,'CEST'),(967,1,3600,0,'CET'),(967,2,7200,1,'CEST'),(967,3,3600,0,'CET'),(968,0,-18000,1,'CDT'),(968,1,-21600,0,'CST'),(968,2,-18000,1,'CWT'),(968,3,-18000,1,'CPT'),(969,0,-15264,0,'LMT'),(969,1,-10800,1,'ADT'),(969,2,-14400,0,'AST'),(969,3,-10800,1,'AWT'),(969,4,-10800,1,'APT'),(970,0,-18000,1,'CDT'),(970,1,-21600,0,'CST'),(970,2,-18000,1,'CWT'),(970,3,-18000,1,'CPT'),(970,4,-18000,1,'CDT'),(970,5,-21600,0,'CST'),(971,0,-14400,1,'EDT'),(971,1,-18000,0,'EST'),(971,2,-14400,1,'EWT'),(971,3,-14400,1,'EPT'),(972,0,-27232,0,'LMT'),(972,1,-21600,1,'MDT'),(972,2,-25200,0,'MST'),(972,3,-21600,1,'MWT'),(972,4,-21600,1,'MPT'),(973,0,-9052,1,'NDT'),(973,1,-12652,0,'NST'),(973,2,-9000,1,'NDT'),(973,3,-12600,0,'NST'),(973,4,-9000,1,'NPT'),(973,5,-9000,1,'NWT'),(973,6,-5400,1,'NDDT'),(973,7,-9000,1,'NDT'),(974,0,-25200,1,'PDT'),(974,1,-28800,0,'PST'),(974,2,-25200,1,'PWT'),(974,3,-25200,1,'PPT'),(975,0,-25116,0,'LMT'),(975,1,-21600,1,'MDT'),(975,2,-25200,0,'MST'),(975,3,-21600,1,'MWT'),(975,4,-21600,1,'MPT'),(975,5,-21600,0,'CST'),(976,0,-28800,1,'YDT'),(976,1,-32400,0,'YST'),(976,2,-28800,1,'YWT'),(976,3,-28800,1,'YPT'),(976,4,-25200,1,'YDDT'),(976,5,-28800,0,'PST'),(976,6,-25200,1,'PDT'),(976,7,-25200,0,'MST'),(977,0,-16965,0,'SMT'),(977,1,-18000,0,'-05'),(977,2,-14400,0,'-04'),(977,3,-14400,1,'-04'),(977,4,-10800,1,'-03'),(977,5,-10800,1,'-03'),(977,6,-14400,0,'-04'),(978,0,-26248,0,'EMT'),(978,1,-21600,1,'-06'),(978,2,-25200,0,'-07'),(978,3,-25200,0,'-07'),(978,4,-21600,0,'-06'),(978,5,-18000,1,'-05'),(979,0,-19776,0,'HMT'),(979,1,-14400,1,'CDT'),(979,2,-18000,0,'CST'),(979,3,-18000,0,'CST'),(979,4,-14400,1,'CDT'),(980,0,10800,1,'EEST'),(980,1,7200,0,'EET'),(981,0,-18000,0,'EST'),(982,0,-14400,1,'EDT'),(982,1,-18000,0,'EST'),(982,2,-14400,1,'EWT'),(982,3,-14400,1,'EPT'),(983,0,10800,1,'EEST'),(983,1,7200,0,'EET'),(983,2,10800,1,'EEST'),(984,0,-1521,0,'DMT'),(984,1,2079,1,'IST'),(984,2,3600,1,'BST'),(984,3,0,0,'GMT'),(984,4,3600,1,'IST'),(984,5,0,0,'GMT'),(984,6,3600,0,'IST'),(984,7,3600,1,'IST'),(984,8,0,0,'GMT'),(985,0,0,0,'GMT'),(986,0,0,0,'GMT'),(987,0,-3600,0,'-01'),(988,0,-36000,0,'-10'),(989,0,-39600,0,'-11'),(990,0,-43200,0,'-12'),(991,0,-7200,0,'-02'),(992,0,-10800,0,'-03'),(993,0,-14400,0,'-04'),(994,0,-18000,0,'-05'),(995,0,-21600,0,'-06'),(996,0,-25200,0,'-07'),(997,0,-28800,0,'-08'),(998,0,-32400,0,'-09'),(999,0,0,0,'GMT'),(1000,0,3600,0,'+01'),(1001,0,36000,0,'+10'),(1002,0,39600,0,'+11'),(1003,0,43200,0,'+12'),(1004,0,46800,0,'+13'),(1005,0,50400,0,'+14'),(1006,0,7200,0,'+02'),(1007,0,10800,0,'+03'),(1008,0,14400,0,'+04'),(1009,0,18000,0,'+05'),(1010,0,21600,0,'+06'),(1011,0,25200,0,'+07'),(1012,0,28800,0,'+08'),(1013,0,32400,0,'+09'),(1014,0,0,0,'GMT'),(1015,0,0,0,'GMT'),(1016,0,0,0,'UTC'),(1017,0,0,0,'UTC'),(1018,0,0,0,'UTC'),(1019,0,0,0,'UTC'),(1020,0,4772,1,'NST'),(1020,1,1172,0,'AMT'),(1020,2,4772,1,'NST'),(1020,3,1172,0,'AMT'),(1020,4,1200,0,'+0020'),(1020,5,4800,1,'+0120'),(1020,6,4800,1,'+0120'),(1020,7,3600,0,'CET'),(1020,8,7200,1,'CEST'),(1020,9,7200,1,'CEST'),(1020,10,7200,1,'CEST'),(1020,11,3600,0,'CET'),(1020,12,3600,0,'CET'),(1021,0,0,0,'WET'),(1021,1,3600,0,'CET'),(1021,2,7200,1,'CEST'),(1021,3,3600,0,'CET'),(1022,0,11532,0,'LMT'),(1022,1,10800,0,'+03'),(1022,2,18000,1,'+05'),(1022,3,14400,0,'+04'),(1022,4,14400,0,'+04'),(1022,5,18000,1,'+05'),(1022,6,14400,1,'+04'),(1022,7,10800,0,'+03'),(1022,8,14400,0,'+04'),(1023,0,5692,0,'AMT'),(1023,1,10800,1,'EEST'),(1023,2,7200,0,'EET'),(1023,3,3600,0,'CET'),(1023,4,7200,1,'CEST'),(1023,5,10800,1,'EEST'),(1023,6,7200,0,'EET'),(1023,7,10800,1,'EEST'),(1023,8,7200,0,'EET'),(1024,0,3600,1,'BST'),(1024,1,0,0,'GMT'),(1024,2,7200,1,'BDST'),(1024,3,3600,0,'BST'),(1024,4,3600,1,'BST'),(1024,5,0,0,'GMT'),(1024,6,0,0,'GMT'),(1025,0,3600,0,'CET'),(1025,1,3600,0,'CET'),(1025,2,7200,1,'CEST'),(1025,3,7200,1,'CEST'),(1025,4,7200,1,'CEST'),(1025,5,3600,0,'CET'),(1026,0,7200,1,'CEST'),(1026,1,3600,0,'CET'),(1026,2,7200,1,'CEST'),(1026,3,3600,0,'CET'),(1026,4,10800,1,'CEMT'),(1026,5,10800,1,'CEMT'),(1026,6,7200,1,'CEST'),(1026,7,3600,0,'CET'),(1027,0,7200,1,'CEST'),(1027,1,3600,0,'CET'),(1027,2,7200,1,'CEST'),(1027,3,3600,0,'CET'),(1027,4,0,0,'GMT'),(1027,5,7200,1,'CEST'),(1027,6,3600,0,'CET'),(1028,0,0,0,'WET'),(1028,1,3600,0,'CET'),(1028,2,7200,1,'CEST'),(1028,3,3600,0,'CET'),(1028,4,7200,1,'CEST'),(1028,5,3600,1,'WEST'),(1028,6,0,0,'WET'),(1028,7,0,0,'WET'),(1028,8,7200,1,'CEST'),(1028,9,3600,0,'CET'),(1029,0,6264,0,'BMT'),(1029,1,10800,1,'EEST'),(1029,2,7200,0,'EET'),(1029,3,10800,1,'EEST'),(1029,4,7200,0,'EET'),(1029,5,10800,1,'EEST'),(1029,6,7200,0,'EET'),(1030,0,7200,1,'CEST'),(1030,1,3600,0,'CET'),(1030,2,7200,1,'CEST'),(1030,3,3600,0,'CET'),(1030,4,7200,1,'CEST'),(1030,5,3600,0,'CET'),(1031,0,7200,1,'CEST'),(1031,1,3600,0,'CET'),(1031,2,7200,1,'CEST'),(1031,3,3600,0,'CET'),(1032,0,6900,0,'CMT'),(1032,1,6264,0,'BMT'),(1032,2,10800,1,'EEST'),(1032,3,7200,0,'EET'),(1032,4,7200,0,'EET'),(1032,5,10800,1,'EEST'),(1032,6,3600,0,'CET'),(1032,7,7200,1,'CEST'),(1032,8,7200,1,'CEST'),(1032,9,14400,1,'MSD'),(1032,10,10800,0,'MSK'),(1032,11,10800,0,'MSK'),(1032,12,14400,1,'MSD'),(1032,13,10800,1,'EEST'),(1032,14,7200,0,'EET'),(1033,0,7200,1,'CEST'),(1033,1,3600,0,'CET'),(1033,2,3600,0,'CET'),(1033,3,7200,1,'CEST'),(1033,4,7200,1,'CEST'),(1033,5,3600,0,'CET'),(1034,0,-1521,0,'DMT'),(1034,1,2079,1,'IST'),(1034,2,3600,1,'BST'),(1034,3,0,0,'GMT'),(1034,4,3600,1,'IST'),(1034,5,0,0,'GMT'),(1034,6,3600,0,'IST'),(1034,7,3600,1,'IST'),(1034,8,0,0,'GMT'),(1035,0,3600,1,'BST'),(1035,1,0,0,'GMT'),(1035,2,7200,1,'BDST'),(1035,3,3600,0,'CET'),(1035,4,7200,1,'CEST'),(1035,5,3600,0,'CET'),(1036,0,3600,1,'BST'),(1036,1,0,0,'GMT'),(1036,2,7200,1,'BDST'),(1036,3,3600,0,'BST'),(1036,4,3600,1,'BST'),(1036,5,0,0,'GMT'),(1036,6,0,0,'GMT'),(1037,0,5989,0,'HMT'),(1037,1,10800,1,'EEST'),(1037,2,7200,0,'EET'),(1037,3,10800,1,'EEST'),(1037,4,7200,0,'EET'),(1038,0,3600,1,'BST'),(1038,1,0,0,'GMT'),(1038,2,7200,1,'BDST'),(1038,3,3600,0,'BST'),(1038,4,3600,1,'BST'),(1038,5,0,0,'GMT'),(1038,6,0,0,'GMT'),(1039,0,7016,0,'IMT'),(1039,1,10800,1,'EEST'),(1039,2,7200,0,'EET'),(1039,3,10800,0,'+03'),(1039,4,14400,1,'+04'),(1039,5,10800,1,'EEST'),(1039,6,7200,0,'EET'),(1039,7,10800,1,'EEST'),(1039,8,7200,0,'EET'),(1039,9,10800,0,'+03'),(1040,0,3600,1,'BST'),(1040,1,0,0,'GMT'),(1040,2,7200,1,'BDST'),(1040,3,3600,0,'BST'),(1040,4,3600,1,'BST'),(1040,5,0,0,'GMT'),(1040,6,0,0,'GMT'),(1041,0,7200,1,'CEST'),(1041,1,3600,0,'CET'),(1041,2,7200,1,'CEST'),(1041,3,3600,0,'CET'),(1041,4,10800,1,'EEST'),(1041,5,7200,0,'EET'),(1041,6,14400,1,'MSD'),(1041,7,10800,0,'MSK'),(1041,8,10800,0,'MSK'),(1041,9,14400,1,'MSD'),(1041,10,10800,1,'EEST'),(1041,11,7200,0,'EET'),(1041,12,10800,0,'+03'),(1041,13,7200,0,'EET'),(1042,0,7324,0,'KMT'),(1042,1,7200,0,'EET'),(1042,2,10800,0,'MSK'),(1042,3,3600,0,'CET'),(1042,4,7200,1,'CEST'),(1042,5,7200,1,'CEST'),(1042,6,14400,1,'MSD'),(1042,7,10800,0,'MSK'),(1042,8,14400,1,'MSD'),(1042,9,10800,1,'EEST'),(1042,10,7200,0,'EET'),(1042,11,10800,1,'EEST'),(1042,12,7200,0,'EET'),(1042,13,10800,1,'EEST'),(1043,0,11928,0,'LMT'),(1043,1,10800,0,'+03'),(1043,2,18000,1,'+05'),(1043,3,14400,0,'+04'),(1043,4,14400,0,'+04'),(1043,5,18000,1,'+05'),(1043,6,14400,1,'+04'),(1043,7,10800,0,'+03'),(1044,0,-2205,0,'LMT'),(1044,1,3600,1,'WEST'),(1044,2,0,0,'WET'),(1044,3,3600,1,'WEST'),(1044,4,0,0,'WET'),(1044,5,7200,1,'WEMT'),(1044,6,0,0,'WET'),(1044,7,3600,0,'CET'),(1044,8,3600,0,'CET'),(1044,9,7200,1,'CEST'),(1044,10,3600,1,'WEST'),(1044,11,0,0,'WET'),(1045,0,3600,0,'CET'),(1045,1,3600,0,'CET'),(1045,2,7200,1,'CEST'),(1045,3,7200,1,'CEST'),(1045,4,7200,1,'CEST'),(1045,5,3600,0,'CET'),(1046,0,3600,1,'BST'),(1046,1,0,0,'GMT'),(1046,2,7200,1,'BDST'),(1046,3,3600,0,'BST'),(1046,4,3600,1,'BST'),(1046,5,0,0,'GMT'),(1046,6,0,0,'GMT'),(1047,0,1476,0,'LMT'),(1047,1,7200,1,'CEST'),(1047,2,3600,0,'CET'),(1047,3,7200,1,'CEST'),(1047,4,3600,0,'CET'),(1047,5,3600,1,'WEST'),(1047,6,0,0,'WET'),(1047,7,0,0,'WET'),(1047,8,3600,1,'WEST'),(1047,9,3600,0,'WET'),(1047,10,7200,1,'WEST'),(1047,11,7200,1,'WEST'),(1047,12,7200,1,'CEST'),(1047,13,3600,0,'CET'),(1048,0,3600,1,'WEST'),(1048,1,0,0,'WET'),(1048,2,7200,1,'WEMT'),(1048,3,0,0,'WET'),(1048,4,7200,1,'CEST'),(1048,5,3600,0,'CET'),(1048,6,7200,1,'CEST'),(1048,7,3600,0,'CET'),(1048,8,7200,1,'CEST'),(1048,9,3600,0,'CET'),(1049,0,7200,1,'CEST'),(1049,1,3600,0,'CET'),(1049,2,3600,0,'CET'),(1049,3,7200,1,'CEST'),(1049,4,7200,1,'CEST'),(1049,5,3600,0,'CET'),(1050,0,5989,0,'HMT'),(1050,1,10800,1,'EEST'),(1050,2,7200,0,'EET'),(1050,3,10800,1,'EEST'),(1050,4,7200,0,'EET'),(1051,0,6600,0,'MMT'),(1051,1,7200,0,'EET'),(1051,2,10800,0,'MSK'),(1051,3,3600,0,'CET'),(1051,4,7200,1,'CEST'),(1051,5,7200,1,'CEST'),(1051,6,14400,1,'MSD'),(1051,7,10800,0,'MSK'),(1051,8,14400,1,'MSD'),(1051,9,10800,1,'EEST'),(1051,10,7200,0,'EET'),(1051,11,10800,0,'+03'),(1052,0,561,0,'PMT'),(1052,1,3600,1,'WEST'),(1052,2,0,0,'WET'),(1052,3,3600,1,'WEST'),(1052,4,7200,1,'WEMT'),(1052,5,0,0,'WET'),(1052,6,7200,1,'CEST'),(1052,7,3600,0,'CET'),(1052,8,7200,1,'CEST'),(1052,9,3600,0,'CET'),(1053,0,9017,0,'MMT'),(1053,1,12679,1,'MST'),(1053,2,9079,0,'MMT'),(1053,3,16279,1,'MDST'),(1053,4,14400,1,'MSD'),(1053,5,10800,0,'MSK'),(1053,6,14400,1,'MSD'),(1053,7,18000,1,'+05'),(1053,8,7200,0,'EET'),(1053,9,10800,0,'MSK'),(1053,10,14400,1,'MSD'),(1053,11,10800,1,'EEST'),(1053,12,7200,0,'EET'),(1053,13,14400,0,'MSK'),(1053,14,14400,1,'MSD'),(1053,15,10800,0,'MSK'),(1054,0,8008,0,'LMT'),(1054,1,10800,1,'EEST'),(1054,2,7200,0,'EET'),(1054,3,7200,0,'EET'),(1054,4,10800,1,'EEST'),(1055,0,7200,1,'CEST'),(1055,1,3600,0,'CET'),(1055,2,3600,0,'CET'),(1055,3,7200,1,'CEST'),(1055,4,7200,1,'CEST'),(1055,5,3600,0,'CET'),(1056,0,561,0,'PMT'),(1056,1,3600,1,'WEST'),(1056,2,0,0,'WET'),(1056,3,3600,1,'WEST'),(1056,4,0,0,'WET'),(1056,5,3600,0,'CET'),(1056,6,7200,1,'CEST'),(1056,7,7200,1,'CEST'),(1056,8,7200,1,'WEMT'),(1056,9,3600,0,'CET'),(1056,10,7200,1,'CEST'),(1056,11,3600,0,'CET'),(1057,0,3600,0,'CET'),(1057,1,3600,0,'CET'),(1057,2,7200,1,'CEST'),(1057,3,7200,1,'CEST'),(1057,4,7200,1,'CEST'),(1057,5,3600,0,'CET'),(1058,0,7200,1,'CEST'),(1058,1,3600,0,'CET'),(1058,2,7200,1,'CEST'),(1058,3,3600,0,'CET'),(1058,4,0,0,'GMT'),(1058,5,7200,1,'CEST'),(1058,6,3600,0,'CET'),(1059,0,5794,0,'RMT'),(1059,1,9394,1,'LST'),(1059,2,7200,0,'EET'),(1059,3,10800,0,'MSK'),(1059,4,3600,0,'CET'),(1059,5,7200,1,'CEST'),(1059,6,7200,1,'CEST'),(1059,7,14400,1,'MSD'),(1059,8,10800,0,'MSK'),(1059,9,14400,1,'MSD'),(1059,10,10800,1,'EEST'),(1059,11,7200,0,'EET'),(1059,12,10800,1,'EEST'),(1059,13,7200,0,'EET'),(1060,0,7200,1,'CEST'),(1060,1,3600,0,'CET'),(1060,2,3600,0,'CET'),(1060,3,7200,1,'CEST'),(1060,4,7200,1,'CEST'),(1060,5,3600,0,'CET'),(1061,0,12020,0,'LMT'),(1061,1,10800,0,'+03'),(1061,2,14400,0,'+04'),(1061,3,18000,1,'+05'),(1061,4,14400,0,'+04'),(1061,5,18000,1,'+05'),(1061,6,14400,1,'+04'),(1061,7,10800,0,'+03'),(1061,8,10800,1,'+03'),(1061,9,7200,0,'+02'),(1061,10,14400,1,'+04'),(1061,11,14400,0,'+04'),(1062,0,7200,1,'CEST'),(1062,1,3600,0,'CET'),(1062,2,3600,0,'CET'),(1062,3,7200,1,'CEST'),(1062,4,7200,1,'CEST'),(1062,5,3600,0,'CET'),(1063,0,3600,0,'CET'),(1063,1,3600,0,'CET'),(1063,2,7200,1,'CEST'),(1063,3,7200,1,'CEST'),(1063,4,7200,1,'CEST'),(1063,5,3600,0,'CET'),(1064,0,11058,0,'LMT'),(1064,1,10800,0,'+03'),(1064,2,18000,1,'+05'),(1064,3,14400,0,'+04'),(1064,4,14400,0,'+04'),(1064,5,18000,1,'+05'),(1064,6,14400,1,'+04'),(1064,7,10800,0,'+03'),(1064,8,14400,0,'+04'),(1065,0,8160,0,'SMT'),(1065,1,7200,0,'EET'),(1065,2,10800,0,'MSK'),(1065,3,3600,0,'CET'),(1065,4,7200,1,'CEST'),(1065,5,7200,1,'CEST'),(1065,6,14400,1,'MSD'),(1065,7,10800,0,'MSK'),(1065,8,14400,1,'MSD'),(1065,9,10800,1,'EEST'),(1065,10,7200,0,'EET'),(1065,11,10800,1,'EEST'),(1065,12,7200,0,'EET'),(1065,13,14400,0,'MSK'),(1065,14,10800,0,'MSK'),(1066,0,3600,0,'CET'),(1066,1,3600,0,'CET'),(1066,2,7200,1,'CEST'),(1066,3,7200,1,'CEST'),(1066,4,7200,1,'CEST'),(1066,5,3600,0,'CET'),(1067,0,7200,0,'EET'),(1067,1,3600,0,'CET'),(1067,2,7200,1,'CEST'),(1067,3,3600,0,'CET'),(1067,4,10800,1,'EEST'),(1067,5,7200,0,'EET'),(1067,6,10800,1,'EEST'),(1067,7,10800,1,'EEST'),(1067,8,7200,0,'EET'),(1068,0,3600,0,'CET'),(1068,1,7200,1,'CEST'),(1068,2,7200,1,'CEST'),(1068,3,3600,0,'CET'),(1069,0,5940,0,'TMT'),(1069,1,7200,1,'CEST'),(1069,2,3600,0,'CET'),(1069,3,3600,0,'CET'),(1069,4,7200,0,'EET'),(1069,5,10800,0,'MSK'),(1069,6,7200,1,'CEST'),(1069,7,14400,1,'MSD'),(1069,8,10800,0,'MSK'),(1069,9,14400,1,'MSD'),(1069,10,10800,1,'EEST'),(1069,11,7200,0,'EET'),(1069,12,7200,0,'EET'),(1069,13,10800,1,'EEST'),(1069,14,10800,1,'EEST'),(1070,0,4760,0,'LMT'),(1070,1,3600,0,'CET'),(1070,2,7200,1,'CEST'),(1070,3,3600,0,'CET'),(1070,4,7200,1,'CEST'),(1071,0,6900,0,'CMT'),(1071,1,6264,0,'BMT'),(1071,2,10800,1,'EEST'),(1071,3,7200,0,'EET'),(1071,4,7200,0,'EET'),(1071,5,10800,1,'EEST'),(1071,6,3600,0,'CET'),(1071,7,7200,1,'CEST'),(1071,8,7200,1,'CEST'),(1071,9,14400,1,'MSD'),(1071,10,10800,0,'MSK'),(1071,11,10800,0,'MSK'),(1071,12,14400,1,'MSD'),(1071,13,10800,1,'EEST'),(1071,14,7200,0,'EET'),(1072,0,11616,0,'LMT'),(1072,1,10800,0,'+03'),(1072,2,18000,1,'+05'),(1072,3,14400,0,'+04'),(1072,4,14400,0,'+04'),(1072,5,18000,1,'+05'),(1072,6,14400,1,'+04'),(1072,7,10800,0,'+03'),(1072,8,10800,1,'+03'),(1072,9,7200,0,'+02'),(1072,10,14400,1,'+04'),(1072,11,14400,0,'+04'),(1073,0,3600,0,'CET'),(1073,1,7200,1,'CEST'),(1073,2,3600,0,'CET'),(1073,3,7200,1,'CEST'),(1073,4,14400,1,'MSD'),(1073,5,10800,0,'MSK'),(1073,6,10800,0,'MSK'),(1073,7,14400,1,'MSD'),(1073,8,7200,0,'EET'),(1073,9,10800,1,'EEST'),(1073,10,7200,0,'EET'),(1073,11,7200,0,'EET'),(1073,12,10800,1,'EEST'),(1073,13,10800,1,'EEST'),(1074,0,7200,1,'CEST'),(1074,1,3600,0,'CET'),(1074,2,7200,1,'CEST'),(1074,3,3600,0,'CET'),(1075,0,7200,1,'CEST'),(1075,1,3600,0,'CET'),(1075,2,3600,0,'CET'),(1075,3,7200,1,'CEST'),(1075,4,7200,1,'CEST'),(1075,5,3600,0,'CET'),(1076,0,7200,1,'CEST'),(1076,1,3600,0,'CET'),(1076,2,7200,1,'CEST'),(1076,3,3600,0,'CET'),(1076,4,7200,1,'CEST'),(1076,5,3600,0,'CET'),(1077,0,5040,0,'WMT'),(1077,1,5736,0,'KMT'),(1077,2,3600,0,'CET'),(1077,3,7200,0,'EET'),(1077,4,10800,0,'MSK'),(1077,5,3600,0,'CET'),(1077,6,7200,1,'CEST'),(1077,7,7200,1,'CEST'),(1077,8,14400,1,'MSD'),(1077,9,10800,0,'MSK'),(1077,10,14400,1,'MSD'),(1077,11,10800,1,'EEST'),(1077,12,7200,0,'EET'),(1077,13,7200,1,'CEST'),(1077,14,3600,0,'CET'),(1077,15,7200,0,'EET'),(1077,16,10800,1,'EEST'),(1078,0,10660,0,'LMT'),(1078,1,10800,0,'+03'),(1078,2,14400,0,'+04'),(1078,3,18000,1,'+05'),(1078,4,14400,0,'+04'),(1078,5,18000,1,'+05'),(1078,6,14400,1,'+04'),(1078,7,10800,0,'+03'),(1079,0,5040,0,'WMT'),(1079,1,7200,1,'CEST'),(1079,2,3600,0,'CET'),(1079,3,7200,1,'CEST'),(1079,4,3600,0,'CET'),(1079,5,10800,1,'EEST'),(1079,6,7200,0,'EET'),(1079,7,7200,0,'EET'),(1079,8,7200,1,'CEST'),(1079,9,3600,0,'CET'),(1080,0,3600,0,'CET'),(1080,1,3600,0,'CET'),(1080,2,7200,1,'CEST'),(1080,3,7200,1,'CEST'),(1080,4,7200,1,'CEST'),(1080,5,3600,0,'CET'),(1081,0,8400,0,'+0220'),(1081,1,7200,0,'EET'),(1081,2,10800,0,'MSK'),(1081,3,3600,0,'CET'),(1081,4,7200,1,'CEST'),(1081,5,7200,1,'CEST'),(1081,6,14400,1,'MSD'),(1081,7,10800,0,'MSK'),(1081,8,14400,1,'MSD'),(1081,9,10800,1,'EEST'),(1081,10,10800,1,'EEST'),(1081,11,7200,0,'EET'),(1081,12,7200,0,'EET'),(1081,13,10800,1,'EEST'),(1082,0,7200,1,'CEST'),(1082,1,3600,0,'CET'),(1082,2,7200,1,'CEST'),(1082,3,3600,0,'CET'),(1083,0,3600,1,'BST'),(1083,1,0,0,'GMT'),(1083,2,7200,1,'BDST'),(1083,3,3600,0,'BST'),(1083,4,3600,1,'BST'),(1083,5,0,0,'GMT'),(1083,6,0,0,'GMT'),(1084,0,3600,1,'BST'),(1084,1,0,0,'GMT'),(1084,2,7200,1,'BDST'),(1084,3,3600,0,'BST'),(1084,4,3600,1,'BST'),(1084,5,0,0,'GMT'),(1084,6,0,0,'GMT'),(1085,0,0,0,'GMT'),(1086,0,0,0,'GMT'),(1087,0,0,0,'GMT'),(1088,0,0,0,'GMT'),(1089,0,0,0,'GMT'),(1090,0,-36000,0,'HST'),(1091,0,27402,0,'LMT'),(1091,1,28800,0,'HKT'),(1091,2,32400,1,'HKST'),(1091,3,30600,1,'HKWT'),(1091,4,32400,0,'JST'),(1091,5,28800,0,'HKT'),(1091,6,32400,1,'HKST'),(1092,0,-5280,0,'LMT'),(1092,1,0,1,'+00'),(1092,2,-3600,0,'-01'),(1092,3,-3600,0,'-01'),(1092,4,0,1,'+00'),(1092,5,0,0,'GMT'),(1093,0,8836,0,'LMT'),(1093,1,9000,0,'+0230'),(1093,2,10800,0,'EAT'),(1093,3,9900,0,'+0245'),(1093,4,10800,0,'EAT'),(1094,0,17380,0,'LMT'),(1094,1,18000,0,'+05'),(1094,2,21600,0,'+06'),(1095,0,25200,0,'+07'),(1096,0,23400,0,'+0630'),(1097,0,8836,0,'LMT'),(1097,1,9000,0,'+0230'),(1097,2,10800,0,'EAT'),(1097,3,9900,0,'+0245'),(1097,4,10800,0,'EAT'),(1098,0,0,0,'-00'),(1098,1,18000,0,'+05'),(1099,0,13308,0,'LMT'),(1099,1,14400,0,'+04'),(1100,0,17640,0,'MMT'),(1100,1,18000,0,'+05'),(1101,0,13800,0,'LMT'),(1101,1,18000,1,'+05'),(1101,2,14400,0,'+04'),(1102,0,8836,0,'LMT'),(1102,1,9000,0,'+0230'),(1102,2,10800,0,'EAT'),(1102,3,9900,0,'+0245'),(1102,4,10800,0,'EAT'),(1103,0,13312,0,'LMT'),(1103,1,14400,0,'+04'),(1104,0,12344,0,'LMT'),(1104,1,12344,0,'TMT'),(1104,2,12600,0,'+0330'),(1104,3,18000,1,'+05'),(1104,4,14400,0,'+04'),(1104,5,16200,1,'+0430'),(1104,6,12600,0,'+0330'),(1105,0,8440,0,'JMT'),(1105,1,10800,1,'IDT'),(1105,2,7200,0,'IST'),(1105,3,14400,1,'IDDT'),(1105,4,10800,1,'IDT'),(1105,5,7200,0,'IST'),(1105,6,10800,1,'IDT'),(1105,7,7200,0,'IST'),(1106,0,-18430,0,'KMT'),(1106,1,-18000,0,'EST'),(1106,2,-14400,1,'EDT'),(1107,0,36000,1,'JDT'),(1107,1,32400,0,'JST'),(1107,2,32400,0,'JST'),(1108,0,39600,0,'+11'),(1108,1,36000,0,'+10'),(1108,2,32400,0,'+09'),(1108,3,-43200,0,'-12'),(1108,4,43200,0,'+12'),(1109,0,3164,0,'LMT'),(1109,1,7200,1,'CEST'),(1109,2,3600,0,'CET'),(1109,3,7200,0,'EET'),(1110,0,7200,1,'MEST'),(1110,1,3600,0,'MET'),(1110,2,7200,1,'MEST'),(1110,3,3600,0,'MET'),(1111,0,-25200,0,'MST'),(1112,0,-21600,1,'MDT'),(1112,1,-25200,0,'MST'),(1112,2,-21600,1,'MWT'),(1112,3,-21600,1,'MPT'),(1113,0,-28084,0,'LMT'),(1113,1,-25200,0,'MST'),(1113,2,-28800,0,'PST'),(1113,3,-25200,1,'PDT'),(1113,4,-25200,1,'PWT'),(1113,5,-25200,1,'PPT'),(1114,0,-25540,0,'LMT'),(1114,1,-25200,0,'MST'),(1114,2,-21600,0,'CST'),(1114,3,-28800,0,'PST'),(1114,4,-21600,1,'MDT'),(1114,5,-25200,0,'MST'),(1115,0,-23796,0,'LMT'),(1115,1,-25200,0,'MST'),(1115,2,-21600,0,'CST'),(1115,3,-18000,1,'CDT'),(1115,4,-18000,1,'CWT'),(1116,0,45000,1,'NZST'),(1116,1,41400,0,'NZMT'),(1116,2,43200,1,'NZST'),(1116,3,46800,1,'NZDT'),(1116,4,43200,0,'NZST'),(1116,5,43200,0,'NZST'),(1117,0,44100,0,'+1215'),(1117,1,49500,1,'+1345'),(1117,2,45900,0,'+1245'),(1117,3,45900,0,'+1245'),(1118,0,-21600,1,'MDT'),(1118,1,-25200,0,'MST'),(1118,2,-21600,1,'MWT'),(1118,3,-21600,1,'MPT'),(1119,0,32400,1,'CDT'),(1119,1,28800,0,'CST'),(1120,0,-25200,1,'PDT'),(1120,1,-28800,0,'PST'),(1120,2,-25200,1,'PWT'),(1120,3,-25200,1,'PPT'),(1121,0,-41216,0,'LMT'),(1121,1,-41400,0,'-1130'),(1121,2,-36000,1,'-10'),(1121,3,-39600,0,'-11'),(1121,4,46800,0,'+13'),(1121,5,50400,1,'+14'),(1122,0,45000,1,'NZST'),(1122,1,41400,0,'NZMT'),(1122,2,43200,1,'NZST'),(1122,3,46800,1,'NZDT'),(1122,4,43200,0,'NZST'),(1122,5,43200,0,'NZST'),(1123,0,36000,0,'+10'),(1123,1,32400,0,'+09'),(1123,2,39600,0,'+11'),(1124,0,44100,0,'+1215'),(1124,1,49500,1,'+1345'),(1124,2,45900,0,'+1245'),(1124,3,45900,0,'+1245'),(1125,0,36000,0,'+10'),(1125,1,32400,0,'+09'),(1125,2,36000,0,'+10'),(1126,0,-26248,0,'EMT'),(1126,1,-21600,1,'-06'),(1126,2,-25200,0,'-07'),(1126,3,-25200,0,'-07'),(1126,4,-21600,0,'-06'),(1126,5,-18000,1,'-05'),(1127,0,40396,0,'LMT'),(1127,1,43200,1,'+12'),(1127,2,39600,0,'+11'),(1127,3,43200,1,'+12'),(1127,4,39600,0,'+11'),(1128,0,0,0,'-00'),(1128,1,-43200,0,'-12'),(1128,2,-39600,0,'-11'),(1128,3,46800,0,'+13'),(1129,0,-39600,0,'-11'),(1129,1,46800,0,'+13'),(1130,0,42944,0,'LMT'),(1130,1,46800,1,'+13'),(1130,2,43200,0,'+12'),(1131,0,43200,0,'+12'),(1132,0,-21504,0,'LMT'),(1132,1,-18000,0,'-05'),(1132,2,-18000,1,'-05'),(1132,3,-21600,0,'-06'),(1133,0,-32388,0,'LMT'),(1133,1,-32400,0,'-09'),(1134,0,38388,0,'LMT'),(1134,1,39600,0,'+11'),(1135,0,36000,0,'GST'),(1135,1,32400,0,'+09'),(1135,2,39600,1,'GDT'),(1135,3,36000,0,'ChST'),(1136,0,-37800,0,'HST'),(1136,1,-34200,1,'HDT'),(1136,2,-34200,1,'HWT'),(1136,3,-34200,1,'HPT'),(1136,4,-36000,0,'HST'),(1137,0,-37800,0,'HST'),(1137,1,-34200,1,'HDT'),(1137,2,-34200,1,'HWT'),(1137,3,-34200,1,'HPT'),(1137,4,-36000,0,'HST'),(1138,0,0,0,'-00'),(1138,1,-43200,0,'-12'),(1138,2,-39600,0,'-11'),(1138,3,46800,0,'+13'),(1139,0,-38400,0,'-1040'),(1139,1,-36000,0,'-10'),(1139,2,50400,0,'+14'),(1140,0,39600,0,'+11'),(1140,1,32400,0,'+09'),(1140,2,36000,0,'+10'),(1140,3,43200,0,'+12'),(1140,4,39600,0,'+11'),(1141,0,39600,0,'+11'),(1141,1,36000,0,'+10'),(1141,2,32400,0,'+09'),(1141,3,-43200,0,'-12'),(1141,4,43200,0,'+12'),(1142,0,39600,0,'+11'),(1142,1,32400,0,'+09'),(1142,2,36000,0,'+10'),(1142,3,43200,0,'+12'),(1143,0,-33480,0,'LMT'),(1143,1,-34200,0,'-0930'),(1144,0,-40968,0,'LMT'),(1144,1,-39600,0,'SST'),(1145,0,40060,0,'LMT'),(1145,1,41400,0,'+1130'),(1145,2,32400,0,'+09'),(1145,3,43200,0,'+12'),(1146,0,-40780,0,'LMT'),(1146,1,-40800,0,'-1120'),(1146,2,-39600,0,'-11'),(1147,0,40320,0,'+1112'),(1147,1,41400,0,'+1130'),(1147,2,45000,1,'+1230'),(1147,3,41400,0,'+1130'),(1147,4,39600,0,'+11'),(1147,5,43200,1,'+12'),(1147,6,39600,0,'+11'),(1148,0,39948,0,'LMT'),(1148,1,43200,1,'+12'),(1148,2,39600,0,'+11'),(1148,3,43200,1,'+12'),(1148,4,39600,0,'+11'),(1149,0,-40968,0,'LMT'),(1149,1,-39600,0,'SST'),(1150,0,32400,0,'+09'),(1151,0,-30600,0,'-0830'),(1151,1,-28800,0,'-08'),(1152,0,39600,0,'+11'),(1152,1,32400,0,'+09'),(1152,2,36000,0,'+10'),(1152,3,39600,0,'+11'),(1153,0,39600,0,'+11'),(1153,1,32400,0,'+09'),(1153,2,36000,0,'+10'),(1153,3,39600,0,'+11'),(1154,0,36000,0,'+10'),(1155,0,-38344,0,'LMT'),(1155,1,-37800,0,'-1030'),(1155,2,-36000,0,'-10'),(1155,3,-34200,1,'-0930'),(1156,0,36000,0,'GST'),(1156,1,32400,0,'+09'),(1156,2,39600,1,'GDT'),(1156,3,36000,0,'ChST'),(1157,0,-40968,0,'LMT'),(1157,1,-39600,0,'SST'),(1158,0,-35896,0,'LMT'),(1158,1,-36000,0,'-10'),(1159,0,43200,0,'+12'),(1160,0,44352,0,'LMT'),(1160,1,44400,0,'+1220'),(1160,2,46800,0,'+13'),(1160,3,50400,1,'+14'),(1160,4,46800,0,'+13'),(1160,5,50400,1,'+14'),(1161,0,36000,0,'+10'),(1161,1,32400,0,'+09'),(1161,2,36000,0,'+10'),(1162,0,43200,0,'+12'),(1163,0,43200,0,'+12'),(1164,0,36000,0,'+10'),(1164,1,32400,0,'+09'),(1164,2,36000,0,'+10'),(1165,0,5040,0,'WMT'),(1165,1,7200,1,'CEST'),(1165,2,3600,0,'CET'),(1165,3,7200,1,'CEST'),(1165,4,3600,0,'CET'),(1165,5,10800,1,'EEST'),(1165,6,7200,0,'EET'),(1165,7,7200,0,'EET'),(1165,8,7200,1,'CEST'),(1165,9,3600,0,'CET'),(1166,0,-2205,0,'LMT'),(1166,1,3600,1,'WEST'),(1166,2,0,0,'WET'),(1166,3,3600,1,'WEST'),(1166,4,0,0,'WET'),(1166,5,7200,1,'WEMT'),(1166,6,0,0,'WET'),(1166,7,3600,0,'CET'),(1166,8,3600,0,'CET'),(1166,9,7200,1,'CEST'),(1166,10,3600,1,'WEST'),(1166,11,0,0,'WET'),(1167,0,28800,0,'CST'),(1167,1,32400,0,'JST'),(1167,2,32400,1,'CDT'),(1167,3,28800,0,'CST'),(1168,0,30472,0,'LMT'),(1168,1,30600,0,'KST'),(1168,2,32400,0,'JST'),(1168,3,36000,1,'KDT'),(1168,4,32400,0,'KST'),(1168,5,34200,1,'KDT'),(1168,6,36000,1,'KDT'),(1169,0,24925,0,'SMT'),(1169,1,25200,0,'+07'),(1169,2,26400,1,'+0720'),(1169,3,26400,0,'+0720'),(1169,4,27000,0,'+0730'),(1169,5,32400,0,'+09'),(1169,6,28800,0,'+08'),(1170,0,7016,0,'IMT'),(1170,1,10800,1,'EEST'),(1170,2,7200,0,'EET'),(1170,3,10800,0,'+03'),(1170,4,14400,1,'+04'),(1170,5,10800,1,'EEST'),(1170,6,7200,0,'EET'),(1170,7,10800,1,'EEST'),(1170,8,7200,0,'EET'),(1170,9,10800,0,'+03'),(1171,0,0,0,'UTC'),(1172,0,-36000,0,'AST'),(1172,1,-32400,1,'AWT'),(1172,2,-32400,1,'APT'),(1172,3,-36000,0,'AHST'),(1172,4,-32400,1,'AHDT'),(1172,5,-32400,0,'YST'),(1172,6,-28800,1,'AKDT'),(1172,7,-32400,0,'AKST'),(1173,0,-39600,0,'NST'),(1173,1,-36000,1,'NWT'),(1173,2,-36000,1,'NPT'),(1173,3,-39600,0,'BST'),(1173,4,-36000,1,'BDT'),(1173,5,-36000,0,'AHST'),(1173,6,-32400,1,'HDT'),(1173,7,-36000,0,'HST'),(1174,0,-21600,1,'MDT'),(1174,1,-25200,0,'MST'),(1174,2,-21600,1,'MWT'),(1175,0,-18000,1,'CDT'),(1175,1,-21600,0,'CST'),(1175,2,-18000,0,'EST'),(1175,3,-18000,1,'CWT'),(1175,4,-18000,1,'CPT'),(1175,5,-21600,0,'CST'),(1176,0,-18000,1,'CDT'),(1176,1,-21600,0,'CST'),(1176,2,-18000,1,'CWT'),(1176,3,-18000,1,'CPT'),(1176,4,-18000,0,'EST'),(1176,5,-14400,1,'EDT'),(1177,0,-14400,1,'EDT'),(1177,1,-18000,0,'EST'),(1177,2,-14400,1,'EWT'),(1177,3,-14400,1,'EPT'),(1178,0,-37800,0,'HST'),(1178,1,-34200,1,'HDT'),(1178,2,-34200,1,'HWT'),(1178,3,-34200,1,'HPT'),(1178,4,-36000,0,'HST'),(1179,0,-18000,1,'CDT'),(1179,1,-21600,0,'CST'),(1179,2,-18000,1,'CWT'),(1179,3,-18000,1,'CPT'),(1179,4,-18000,0,'EST'),(1179,5,-21600,0,'CST'),(1180,0,-19931,0,'LMT'),(1180,1,-21600,0,'CST'),(1180,2,-18000,0,'EST'),(1180,3,-14400,1,'EWT'),(1180,4,-14400,1,'EPT'),(1180,5,-14400,1,'EDT'),(1181,0,-21600,1,'MDT'),(1181,1,-25200,0,'MST'),(1181,2,-21600,1,'MWT'),(1181,3,-21600,1,'MPT'),(1182,0,-25200,1,'PDT'),(1182,1,-28800,0,'PST'),(1182,2,-25200,1,'PWT'),(1182,3,-25200,1,'PPT'),(1183,0,-40968,0,'LMT'),(1183,1,-39600,0,'SST'),(1184,0,0,0,'UTC'),(1185,0,0,0,'UTC'),(1186,0,9017,0,'MMT'),(1186,1,12679,1,'MST'),(1186,2,9079,0,'MMT'),(1186,3,16279,1,'MDST'),(1186,4,14400,1,'MSD'),(1186,5,10800,0,'MSK'),(1186,6,14400,1,'MSD'),(1186,7,18000,1,'+05'),(1186,8,7200,0,'EET'),(1186,9,10800,0,'MSK'),(1186,10,14400,1,'MSD'),(1186,11,10800,1,'EEST'),(1186,12,7200,0,'EET'),(1186,13,14400,0,'MSK'),(1186,14,14400,1,'MSD'),(1186,15,10800,0,'MSK'),(1187,0,3600,1,'WEST'),(1187,1,0,0,'WET'),(1188,0,0,0,'UTC'),(1189,0,-14400,1,'EDT'),(1189,1,-18000,0,'EST'),(1189,2,-14400,1,'EWT'),(1189,3,-14400,1,'EPT'),(1190,0,-968,0,'LMT'),(1190,1,0,0,'GMT'),(1191,0,-968,0,'LMT'),(1191,1,0,0,'GMT'),(1192,0,8836,0,'LMT'),(1192,1,9000,0,'+0230'),(1192,2,10800,0,'EAT'),(1192,3,9900,0,'+0245'),(1192,4,10800,0,'EAT'),(1193,0,561,0,'PMT'),(1193,1,3600,1,'WEST'),(1193,2,0,0,'WET'),(1193,3,0,0,'WET'),(1193,4,7200,1,'CEST'),(1193,5,3600,0,'CET'),(1193,6,3600,1,'WEST'),(1194,0,8836,0,'LMT'),(1194,1,9000,0,'+0230'),(1194,2,10800,0,'EAT'),(1194,3,9900,0,'+0245'),(1194,4,10800,0,'EAT'),(1195,0,8836,0,'LMT'),(1195,1,9000,0,'+0230'),(1195,2,10800,0,'EAT'),(1195,3,9900,0,'+0245'),(1195,4,10800,0,'EAT'),(1196,0,-968,0,'LMT'),(1196,1,0,0,'GMT'),(1197,0,815,0,'LMT'),(1197,1,0,0,'GMT'),(1197,2,1800,0,'+0030'),(1197,3,3600,0,'WAT'),(1198,0,-968,0,'LMT'),(1198,1,0,0,'GMT'),(1199,0,-3740,0,'LMT'),(1199,1,-3600,0,'-01'),(1199,2,0,0,'GMT'),(1200,0,7820,0,'LMT'),(1200,1,7200,0,'CAT'),(1201,0,815,0,'LMT'),(1201,1,0,0,'GMT'),(1201,2,1800,0,'+0030'),(1201,3,3600,0,'WAT'),(1202,0,7820,0,'LMT'),(1202,1,7200,0,'CAT'),(1203,0,10800,1,'EEST'),(1203,1,7200,0,'EET'),(1203,2,10800,1,'EEST'),(1204,0,-1820,0,'LMT'),(1204,1,3600,1,'+01'),(1204,2,0,0,'+00'),(1204,3,3600,0,'+01'),(1204,4,0,0,'+00'),(1205,0,0,0,'WET'),(1205,1,3600,1,'WEST'),(1205,2,0,0,'WET'),(1205,3,3600,0,'CET'),(1205,4,7200,1,'CEST'),(1205,5,3600,0,'CET'),(1206,0,-968,0,'LMT'),(1206,1,0,0,'GMT'),(1207,0,-968,0,'LMT'),(1207,1,0,0,'GMT'),(1208,0,8836,0,'LMT'),(1208,1,9000,0,'+0230'),(1208,2,10800,0,'EAT'),(1208,3,9900,0,'+0245'),(1208,4,10800,0,'EAT'),(1209,0,8836,0,'LMT'),(1209,1,9000,0,'+0230'),(1209,2,10800,0,'EAT'),(1209,3,9900,0,'+0245'),(1209,4,10800,0,'EAT'),(1210,0,815,0,'LMT'),(1210,1,0,0,'GMT'),(1210,2,1800,0,'+0030'),(1210,3,3600,0,'WAT'),(1211,0,-3168,0,'LMT'),(1211,1,-3600,0,'-01'),(1211,2,3600,1,'+01'),(1211,3,0,0,'+00'),(1212,0,-968,0,'LMT'),(1212,1,0,0,'GMT'),(1213,0,7820,0,'LMT'),(1213,1,7200,0,'CAT'),(1214,0,7820,0,'LMT'),(1214,1,7200,0,'CAT'),(1215,0,5400,0,'SAST'),(1215,1,10800,1,'SAST'),(1215,2,7200,0,'SAST'),(1216,0,7588,0,'LMT'),(1216,1,10800,1,'CAST'),(1216,2,7200,0,'CAT'),(1216,3,10800,0,'EAT'),(1216,4,7200,0,'CAT'),(1217,0,8836,0,'LMT'),(1217,1,9000,0,'+0230'),(1217,2,10800,0,'EAT'),(1217,3,9900,0,'+0245'),(1217,4,10800,0,'EAT'),(1218,0,7808,0,'LMT'),(1218,1,10800,1,'CAST'),(1218,2,7200,0,'CAT'),(1218,3,10800,0,'EAT'),(1218,4,7200,0,'CAT'),(1219,0,7820,0,'LMT'),(1219,1,7200,0,'CAT'),(1220,0,815,0,'LMT'),(1220,1,0,0,'GMT'),(1220,2,1800,0,'+0030'),(1220,3,3600,0,'WAT'),(1221,0,815,0,'LMT'),(1221,1,0,0,'GMT'),(1221,2,1800,0,'+0030'),(1221,3,3600,0,'WAT'),(1222,0,815,0,'LMT'),(1222,1,0,0,'GMT'),(1222,2,1800,0,'+0030'),(1222,3,3600,0,'WAT'),(1223,0,-968,0,'LMT'),(1223,1,0,0,'GMT'),(1224,0,815,0,'LMT'),(1224,1,0,0,'GMT'),(1224,2,1800,0,'+0030'),(1224,3,3600,0,'WAT'),(1225,0,7820,0,'LMT'),(1225,1,7200,0,'CAT'),(1226,0,7820,0,'LMT'),(1226,1,7200,0,'CAT'),(1227,0,815,0,'LMT'),(1227,1,0,0,'GMT'),(1227,2,1800,0,'+0030'),(1227,3,3600,0,'WAT'),(1228,0,7820,0,'LMT'),(1228,1,7200,0,'CAT'),(1229,0,5400,0,'SAST'),(1229,1,10800,1,'SAST'),(1229,2,7200,0,'SAST'),(1230,0,5400,0,'SAST'),(1230,1,10800,1,'SAST'),(1230,2,7200,0,'SAST'),(1231,0,8836,0,'LMT'),(1231,1,9000,0,'+0230'),(1231,2,10800,0,'EAT'),(1231,3,9900,0,'+0245'),(1231,4,10800,0,'EAT'),(1232,0,-2588,0,'MMT'),(1232,1,-2670,0,'MMT'),(1232,2,0,0,'GMT'),(1233,0,8836,0,'LMT'),(1233,1,9000,0,'+0230'),(1233,2,10800,0,'EAT'),(1233,3,9900,0,'+0245'),(1233,4,10800,0,'EAT'),(1234,0,3612,0,'LMT'),(1234,1,3600,0,'WAT'),(1234,2,7200,1,'WAST'),(1235,0,815,0,'LMT'),(1235,1,0,0,'GMT'),(1235,2,1800,0,'+0030'),(1235,3,3600,0,'WAT'),(1236,0,-968,0,'LMT'),(1236,1,0,0,'GMT'),(1237,0,-968,0,'LMT'),(1237,1,0,0,'GMT'),(1238,0,815,0,'LMT'),(1238,1,0,0,'GMT'),(1238,2,1800,0,'+0030'),(1238,3,3600,0,'WAT'),(1239,0,-2205,0,'LMT'),(1239,1,0,0,'GMT'),(1239,2,3600,0,'WAT'),(1239,3,0,0,'GMT'),(1240,0,-968,0,'LMT'),(1240,1,0,0,'GMT'),(1241,0,3164,0,'LMT'),(1241,1,7200,1,'CEST'),(1241,2,3600,0,'CET'),(1241,3,7200,0,'EET'),(1242,0,561,0,'PMT'),(1242,1,7200,1,'CEST'),(1242,2,3600,0,'CET'),(1242,3,3600,0,'CET'),(1242,4,7200,1,'CEST'),(1243,0,5400,0,'+0130'),(1243,1,7200,0,'SAST'),(1243,2,10800,1,'SAST'),(1243,3,7200,0,'CAT'),(1243,4,3600,0,'WAT'),(1243,5,7200,1,'CAT'),(1243,6,7200,0,'CAT'),(1244,0,-39600,0,'NST'),(1244,1,-36000,1,'NWT'),(1244,2,-36000,1,'NPT'),(1244,3,-39600,0,'BST'),(1244,4,-36000,1,'BDT'),(1244,5,-36000,0,'AHST'),(1244,6,-32400,1,'HDT'),(1244,7,-36000,0,'HST'),(1245,0,-36000,0,'AST'),(1245,1,-32400,1,'AWT'),(1245,2,-32400,1,'APT'),(1245,3,-36000,0,'AHST'),(1245,4,-32400,1,'AHDT'),(1245,5,-32400,0,'YST'),(1245,6,-28800,1,'AKDT'),(1245,7,-32400,0,'AKST'),(1246,0,-14400,0,'AST'),(1246,1,-10800,1,'APT'),(1246,2,-10800,1,'AWT'),(1247,0,-14400,0,'AST'),(1247,1,-10800,1,'APT'),(1247,2,-10800,1,'AWT'),(1248,0,-11568,0,'LMT'),(1248,1,-7200,1,'-02'),(1248,2,-10800,0,'-03'),(1249,0,-15408,0,'CMT'),(1249,1,-14400,0,'-04'),(1249,2,-10800,1,'-03'),(1249,3,-7200,1,'-02'),(1249,4,-10800,0,'-03'),(1250,0,-15408,0,'CMT'),(1250,1,-14400,0,'-04'),(1250,2,-10800,1,'-03'),(1250,3,-7200,1,'-02'),(1250,4,-10800,0,'-03'),(1251,0,-15408,0,'CMT'),(1251,1,-14400,0,'-04'),(1251,2,-10800,1,'-03'),(1251,3,-7200,1,'-02'),(1251,4,-10800,0,'-03'),(1252,0,-15408,0,'CMT'),(1252,1,-14400,0,'-04'),(1252,2,-10800,1,'-03'),(1252,3,-7200,1,'-02'),(1252,4,-10800,0,'-03'),(1253,0,-15408,0,'CMT'),(1253,1,-14400,0,'-04'),(1253,2,-10800,1,'-03'),(1253,3,-7200,1,'-02'),(1253,4,-10800,0,'-03'),(1254,0,-15408,0,'CMT'),(1254,1,-14400,0,'-04'),(1254,2,-10800,1,'-03'),(1254,3,-7200,1,'-02'),(1254,4,-10800,0,'-03'),(1255,0,-15408,0,'CMT'),(1255,1,-14400,0,'-04'),(1255,2,-10800,1,'-03'),(1255,3,-7200,1,'-02'),(1255,4,-10800,0,'-03'),(1256,0,-15408,0,'CMT'),(1256,1,-14400,0,'-04'),(1256,2,-10800,1,'-03'),(1256,3,-7200,1,'-02'),(1256,4,-10800,0,'-03'),(1257,0,-15408,0,'CMT'),(1257,1,-14400,0,'-04'),(1257,2,-10800,1,'-03'),(1257,3,-7200,1,'-02'),(1257,4,-10800,0,'-03'),(1258,0,-15408,0,'CMT'),(1258,1,-14400,0,'-04'),(1258,2,-10800,1,'-03'),(1258,3,-7200,1,'-02'),(1258,4,-10800,0,'-03'),(1259,0,-15408,0,'CMT'),(1259,1,-14400,0,'-04'),(1259,2,-10800,1,'-03'),(1259,3,-7200,1,'-02'),(1259,4,-10800,0,'-03'),(1259,5,-10800,1,'-03'),(1260,0,-15408,0,'CMT'),(1260,1,-14400,0,'-04'),(1260,2,-10800,1,'-03'),(1260,3,-7200,1,'-02'),(1260,4,-10800,0,'-03'),(1261,0,-15408,0,'CMT'),(1261,1,-14400,0,'-04'),(1261,2,-10800,1,'-03'),(1261,3,-7200,1,'-02'),(1261,4,-10800,0,'-03'),(1262,0,-14400,0,'AST'),(1262,1,-10800,1,'APT'),(1262,2,-10800,1,'AWT'),(1263,0,-13840,0,'AMT'),(1263,1,-14400,0,'-04'),(1263,2,-10800,0,'-03'),(1263,3,-10800,1,'-03'),(1263,4,-14400,0,'-04'),(1264,0,-19176,0,'CMT'),(1264,1,-18000,0,'EST'),(1265,0,-39600,0,'NST'),(1265,1,-36000,1,'NWT'),(1265,2,-36000,1,'NPT'),(1265,3,-39600,0,'BST'),(1265,4,-36000,1,'BDT'),(1265,5,-36000,0,'AHST'),(1265,6,-32400,1,'HDT'),(1265,7,-36000,0,'HST'),(1266,0,-9244,0,'LMT'),(1266,1,-7200,1,'-02'),(1266,2,-10800,0,'-03'),(1267,0,-25260,0,'LMT'),(1267,1,-25200,0,'MST'),(1267,2,-21600,0,'CST'),(1267,3,-28800,0,'PST'),(1267,4,-21600,1,'MDT'),(1267,5,-18000,1,'CDT'),(1267,6,-21600,0,'CST'),(1268,0,-14309,0,'LMT'),(1268,1,-10800,1,'ADT'),(1268,2,-14400,0,'AST'),(1268,3,-14400,0,'AST'),(1268,4,-12600,1,'-0330'),(1268,5,-10800,1,'ADT'),(1269,0,-11636,0,'LMT'),(1269,1,-7200,1,'-02'),(1269,2,-10800,0,'-03'),(1270,0,-21168,0,'LMT'),(1270,1,-19800,1,'-0530'),(1270,2,-21600,0,'CST'),(1270,3,-18000,1,'CWT'),(1270,4,-18000,1,'CPT'),(1270,5,-18000,1,'CDT'),(1271,0,-14400,0,'AST'),(1271,1,-10800,1,'APT'),(1271,2,-10800,1,'AWT'),(1272,0,-14560,0,'LMT'),(1272,1,-10800,1,'-03'),(1272,2,-14400,0,'-04'),(1273,0,-17776,0,'BMT'),(1273,1,-14400,1,'-04'),(1273,2,-18000,0,'-05'),(1274,0,-25200,1,'PDT'),(1274,1,-28800,0,'PST'),(1274,2,-21600,1,'MWT'),(1274,3,-21600,1,'MPT'),(1274,4,-25200,0,'MST'),(1274,5,-21600,1,'MDT'),(1275,0,-15408,0,'CMT'),(1275,1,-14400,0,'-04'),(1275,2,-10800,1,'-03'),(1275,3,-7200,1,'-02'),(1275,4,-10800,0,'-03'),(1276,0,0,0,'-00'),(1276,1,-21600,1,'MWT'),(1276,2,-21600,1,'MPT'),(1276,3,-25200,0,'MST'),(1276,4,-18000,1,'MDDT'),(1276,5,-21600,1,'MDT'),(1276,6,-18000,1,'CDT'),(1276,7,-21600,0,'CST'),(1276,8,-18000,0,'EST'),(1276,9,-21600,1,'MDT'),(1276,10,-25200,0,'MST'),(1277,0,-13108,0,'LMT'),(1277,1,-10800,1,'-03'),(1277,2,-14400,0,'-04'),(1278,0,-20824,0,'LMT'),(1278,1,-21600,0,'CST'),(1278,2,-14400,1,'EDT'),(1278,3,-18000,0,'EST'),(1278,4,-18000,1,'CDT'),(1279,0,-16060,0,'CMT'),(1279,1,-16200,0,'-0430'),(1279,2,-14400,0,'-04'),(1280,0,-15408,0,'CMT'),(1280,1,-14400,0,'-04'),(1280,2,-10800,1,'-03'),(1280,3,-7200,1,'-02'),(1280,4,-10800,0,'-03'),(1281,0,-12560,0,'LMT'),(1281,1,-14400,0,'-04'),(1281,2,-10800,0,'-03'),(1282,0,-19176,0,'CMT'),(1282,1,-18000,0,'EST'),(1283,0,-18000,1,'CDT'),(1283,1,-21600,0,'CST'),(1283,2,-18000,0,'EST'),(1283,3,-18000,1,'CWT'),(1283,4,-18000,1,'CPT'),(1283,5,-21600,0,'CST'),(1284,0,-25460,0,'LMT'),(1284,1,-25200,0,'MST'),(1284,2,-21600,0,'CST'),(1284,3,-18000,1,'CDT'),(1284,4,-21600,1,'MDT'),(1284,5,-25200,0,'MST'),(1285,0,-19176,0,'CMT'),(1285,1,-18000,0,'EST'),(1286,0,-15408,0,'CMT'),(1286,1,-14400,0,'-04'),(1286,2,-10800,1,'-03'),(1286,3,-7200,1,'-02'),(1286,4,-10800,0,'-03'),(1287,0,-20173,0,'SJMT'),(1287,1,-18000,1,'CDT'),(1287,2,-21600,0,'CST'),(1288,0,-21600,1,'MDT'),(1288,1,-25200,0,'MST'),(1288,2,-21600,1,'MWT'),(1289,0,-13460,0,'LMT'),(1289,1,-10800,1,'-03'),(1289,2,-14400,0,'-04'),(1290,0,-14400,0,'AST'),(1290,1,-10800,1,'APT'),(1290,2,-10800,1,'AWT'),(1291,0,-4480,0,'LMT'),(1291,1,-10800,0,'-03'),(1291,2,-10800,0,'-03'),(1291,3,-7200,1,'-02'),(1291,4,-7200,1,'-02'),(1291,5,0,0,'GMT'),(1292,0,-28800,1,'YDT'),(1292,1,-32400,0,'YST'),(1292,2,-28800,1,'YWT'),(1292,3,-28800,1,'YPT'),(1292,4,-25200,1,'YDDT'),(1292,5,-28800,0,'PST'),(1292,6,-25200,1,'PDT'),(1292,7,-25200,0,'MST'),(1293,0,-25200,1,'PDT'),(1293,1,-28800,0,'PST'),(1293,2,-25200,1,'PWT'),(1293,3,-25200,1,'PPT'),(1293,4,-25200,0,'MST'),(1294,0,-21600,1,'MDT'),(1294,1,-25200,0,'MST'),(1294,2,-21600,1,'MWT'),(1294,3,-21600,1,'MPT'),(1295,0,-19931,0,'LMT'),(1295,1,-21600,0,'CST'),(1295,2,-18000,0,'EST'),(1295,3,-14400,1,'EWT'),(1295,4,-14400,1,'EPT'),(1295,5,-14400,1,'EDT'),(1296,0,-14400,0,'AST'),(1296,1,-10800,1,'APT'),(1296,2,-10800,1,'AWT'),(1297,0,-27232,0,'LMT'),(1297,1,-21600,1,'MDT'),(1297,2,-25200,0,'MST'),(1297,3,-21600,1,'MWT'),(1297,4,-21600,1,'MPT'),(1298,0,-16768,0,'LMT'),(1298,1,-14400,1,'-04'),(1298,2,-18000,0,'-05'),(1298,3,-14400,0,'-04'),(1298,4,-18000,0,'-05'),(1299,0,-21408,0,'LMT'),(1299,1,-18000,1,'CDT'),(1299,2,-21600,0,'CST'),(1300,0,-28084,0,'LMT'),(1300,1,-25200,0,'MST'),(1300,2,-28800,0,'PST'),(1300,3,-25200,1,'PDT'),(1300,4,-25200,1,'PWT'),(1300,5,-25200,1,'PPT'),(1301,0,-25200,1,'PDT'),(1301,1,-28800,0,'PST'),(1301,2,-25200,1,'PWT'),(1301,3,-25200,1,'PPT'),(1301,4,-25200,0,'MST'),(1302,0,-18000,1,'CDT'),(1302,1,-21600,0,'CST'),(1302,2,-18000,1,'CWT'),(1302,3,-18000,1,'CPT'),(1302,4,-18000,0,'EST'),(1302,5,-14400,1,'EDT'),(1303,0,-9240,0,'LMT'),(1303,1,-7200,1,'-02'),(1303,2,-10800,0,'-03'),(1304,0,-14388,0,'LMT'),(1304,1,-10800,1,'ADT'),(1304,2,-14400,0,'AST'),(1304,3,-10800,1,'AWT'),(1304,4,-10800,1,'APT'),(1305,0,-12416,0,'LMT'),(1305,1,-10800,0,'-03'),(1305,2,-10800,0,'-03'),(1305,3,-7200,1,'-02'),(1305,4,-7200,1,'-02'),(1306,0,-12652,0,'NST'),(1306,1,-9052,1,'NDT'),(1306,2,-12600,0,'NST'),(1306,3,-9000,1,'NDT'),(1306,4,-9000,1,'NPT'),(1306,5,-9000,1,'NWT'),(1306,6,-10800,1,'ADT'),(1306,7,-14400,0,'AST'),(1306,8,-7200,1,'ADDT'),(1306,9,-10800,1,'ADT'),(1307,0,-18430,0,'KMT'),(1307,1,-18000,0,'EST'),(1307,2,-14400,1,'EDT'),(1307,3,-14400,0,'AST'),(1307,4,-18000,0,'EST'),(1308,0,-14400,0,'AST'),(1308,1,-10800,1,'APT'),(1308,2,-10800,1,'AWT'),(1309,0,-14400,0,'AST'),(1309,1,-10800,1,'APT'),(1309,2,-10800,1,'AWT'),(1310,0,-21724,0,'LMT'),(1310,1,-18000,1,'CDT'),(1310,2,-21600,0,'CST'),(1311,0,-18840,0,'QMT'),(1311,1,-14400,1,'-04'),(1311,2,-18000,0,'-05'),(1312,0,-13959,0,'LMT'),(1312,1,-14400,0,'-04'),(1312,2,-13500,0,'-0345'),(1312,3,-10800,0,'-03'),(1312,4,-14400,0,'-04'),(1313,0,-15264,0,'LMT'),(1313,1,-10800,1,'ADT'),(1313,2,-14400,0,'AST'),(1313,3,-10800,1,'AWT'),(1313,4,-10800,1,'APT'),(1314,0,-19776,0,'HMT'),(1314,1,-14400,1,'CDT'),(1314,2,-18000,0,'CST'),(1314,3,-18000,0,'CST'),(1314,4,-14400,1,'CDT'),(1315,0,-26632,0,'LMT'),(1315,1,-25200,0,'MST'),(1315,2,-21600,0,'CST'),(1315,3,-28800,0,'PST'),(1315,4,-21600,1,'MDT'),(1315,5,-25200,0,'MST'),(1316,0,-18000,1,'CDT'),(1316,1,-21600,0,'CST'),(1316,2,-18000,1,'CWT'),(1316,3,-18000,1,'CPT'),(1316,4,-18000,0,'EST'),(1316,5,-14400,1,'EDT'),(1317,0,-18000,1,'CDT'),(1317,1,-21600,0,'CST'),(1317,2,-18000,1,'CWT'),(1317,3,-18000,1,'CPT'),(1317,4,-18000,0,'EST'),(1317,5,-21600,0,'CST'),(1318,0,-18000,1,'CDT'),(1318,1,-21600,0,'CST'),(1318,2,-18000,1,'CWT'),(1318,3,-18000,1,'CPT'),(1318,4,-18000,0,'EST'),(1318,5,-14400,1,'EDT'),(1319,0,-18000,1,'CDT'),(1319,1,-21600,0,'CST'),(1319,2,-18000,1,'CWT'),(1319,3,-18000,1,'CPT'),(1319,4,-18000,0,'EST'),(1319,5,-14400,1,'EDT'),(1320,0,-18000,1,'CDT'),(1320,1,-21600,0,'CST'),(1320,2,-18000,1,'CWT'),(1320,3,-18000,1,'CPT'),(1320,4,-18000,0,'EST'),(1320,5,-14400,1,'EDT'),(1320,6,-18000,1,'CDT'),(1320,7,-21600,0,'CST'),(1321,0,-18000,1,'CDT'),(1321,1,-21600,0,'CST'),(1321,2,-18000,1,'CWT'),(1321,3,-18000,1,'CPT'),(1321,4,-18000,0,'EST'),(1321,5,-14400,1,'EDT'),(1322,0,-18000,1,'CDT'),(1322,1,-21600,0,'CST'),(1322,2,-18000,1,'CWT'),(1322,3,-18000,1,'CPT'),(1322,4,-18000,0,'EST'),(1322,5,-14400,1,'EDT'),(1323,0,-18000,1,'CDT'),(1323,1,-21600,0,'CST'),(1323,2,-18000,1,'CWT'),(1323,3,-18000,1,'CPT'),(1323,4,-18000,0,'EST'),(1323,5,-14400,1,'EDT'),(1324,0,-18000,1,'CDT'),(1324,1,-21600,0,'CST'),(1324,2,-18000,1,'CWT'),(1324,3,-18000,1,'CPT'),(1324,4,-18000,0,'EST'),(1324,5,-14400,1,'EDT'),(1325,0,0,0,'-00'),(1325,1,-21600,1,'PDDT'),(1325,2,-28800,0,'PST'),(1325,3,-25200,0,'MST'),(1325,4,-21600,1,'MDT'),(1326,0,0,0,'-00'),(1326,1,-14400,1,'EPT'),(1326,2,-18000,0,'EST'),(1326,3,-10800,1,'EDDT'),(1326,4,-14400,1,'EDT'),(1326,5,-14400,1,'EWT'),(1326,6,-21600,0,'CST'),(1326,7,-18000,1,'CDT'),(1326,8,-14400,1,'EDT'),(1326,9,-18000,0,'EST'),(1327,0,-18430,0,'KMT'),(1327,1,-18000,0,'EST'),(1327,2,-14400,1,'EDT'),(1328,0,-15408,0,'CMT'),(1328,1,-14400,0,'-04'),(1328,2,-10800,1,'-03'),(1328,3,-7200,1,'-02'),(1328,4,-10800,0,'-03'),(1329,0,-28800,0,'PST'),(1329,1,-25200,1,'PWT'),(1329,2,-25200,1,'PPT'),(1329,3,-25200,1,'PDT'),(1329,4,-28800,1,'YDT'),(1329,5,-32400,0,'YST'),(1329,6,-28800,1,'AKDT'),(1329,7,-32400,0,'AKST'),(1330,0,-18000,1,'CDT'),(1330,1,-21600,0,'CST'),(1330,2,-18000,1,'CWT'),(1330,3,-18000,1,'CPT'),(1330,4,-18000,0,'EST'),(1330,5,-14400,1,'EDT'),(1331,0,-18000,1,'CDT'),(1331,1,-21600,0,'CST'),(1331,2,-18000,1,'CWT'),(1331,3,-18000,1,'CPT'),(1331,4,-14400,1,'EDT'),(1331,5,-18000,0,'EST'),(1332,0,-18000,1,'CDT'),(1332,1,-21600,0,'CST'),(1332,2,-18000,1,'CWT'),(1332,3,-18000,1,'CPT'),(1332,4,-18000,0,'EST'),(1332,5,-21600,0,'CST'),(1333,0,-14400,0,'AST'),(1333,1,-10800,1,'APT'),(1333,2,-10800,1,'AWT'),(1334,0,-16356,0,'CMT'),(1334,1,-12756,1,'BST'),(1334,2,-14400,0,'-04'),(1335,0,-18516,0,'LMT'),(1335,1,-14400,1,'-04'),(1335,2,-18000,0,'-05'),(1336,0,-25200,1,'PDT'),(1336,1,-28800,0,'PST'),(1336,2,-25200,1,'PWT'),(1336,3,-25200,1,'PPT'),(1337,0,-18000,1,'CDT'),(1337,1,-21600,0,'CST'),(1337,2,-18000,1,'CWT'),(1337,3,-18000,1,'CPT'),(1337,4,-18000,0,'EST'),(1337,5,-14400,1,'EDT'),(1338,0,-14400,0,'AST'),(1338,1,-10800,1,'APT'),(1338,2,-10800,1,'AWT'),(1339,0,-8572,0,'LMT'),(1339,1,-7200,1,'-02'),(1339,2,-10800,0,'-03'),(1340,0,-20712,0,'MMT'),(1340,1,-21600,0,'CST'),(1340,2,-18000,0,'EST'),(1340,3,-18000,1,'CDT'),(1340,4,-21600,0,'CST'),(1341,0,-14404,0,'LMT'),(1341,1,-10800,1,'-03'),(1341,2,-14400,0,'-04'),(1342,0,-14400,0,'AST'),(1342,1,-10800,1,'APT'),(1342,2,-10800,1,'AWT'),(1343,0,-14660,0,'FFMT'),(1343,1,-14400,0,'AST'),(1343,2,-10800,1,'ADT'),(1344,0,-24000,0,'LMT'),(1344,1,-21600,0,'CST'),(1344,2,-18000,1,'CDT'),(1345,0,-25540,0,'LMT'),(1345,1,-25200,0,'MST'),(1345,2,-21600,0,'CST'),(1345,3,-28800,0,'PST'),(1345,4,-21600,1,'MDT'),(1345,5,-25200,0,'MST'),(1346,0,-15408,0,'CMT'),(1346,1,-14400,0,'-04'),(1346,2,-10800,1,'-03'),(1346,3,-7200,1,'-02'),(1346,4,-10800,0,'-03'),(1347,0,-18000,1,'CDT'),(1347,1,-21600,0,'CST'),(1347,2,-18000,1,'CWT'),(1347,3,-18000,1,'CPT'),(1347,4,-18000,0,'EST'),(1347,5,-21600,0,'CST'),(1348,0,-21508,0,'LMT'),(1348,1,-21600,0,'CST'),(1348,2,-18000,0,'EST'),(1348,3,-18000,1,'CDT'),(1348,4,-21600,0,'CST'),(1349,0,-28800,0,'PST'),(1349,1,-25200,1,'PWT'),(1349,2,-25200,1,'PPT'),(1349,3,-25200,1,'PDT'),(1349,4,-32400,0,'AKST'),(1349,5,-28800,1,'AKDT'),(1350,0,-23796,0,'LMT'),(1350,1,-25200,0,'MST'),(1350,2,-21600,0,'CST'),(1350,3,-18000,1,'CDT'),(1350,4,-18000,1,'CWT'),(1351,0,-13480,0,'LMT'),(1351,1,-14400,0,'AST'),(1351,2,-10800,0,'-03'),(1351,3,-7200,1,'-02'),(1352,0,-18000,0,'EST'),(1352,1,-10800,1,'ADT'),(1352,2,-14400,0,'AST'),(1352,3,-10800,1,'AWT'),(1352,4,-10800,1,'APT'),(1353,0,-24076,0,'LMT'),(1353,1,-21600,0,'CST'),(1353,2,-18000,1,'CDT'),(1354,0,-13491,0,'LMT'),(1354,1,-13491,0,'MMT'),(1354,2,-14400,0,'-04'),(1354,3,-12600,0,'-0330'),(1354,4,-10800,1,'-03'),(1354,5,-10800,0,'-03'),(1354,6,-9000,1,'-0230'),(1354,7,-7200,1,'-02'),(1354,8,-5400,1,'-0130'),(1354,9,-7200,1,'-02'),(1355,0,-14400,1,'EDT'),(1355,1,-18000,0,'EST'),(1355,2,-14400,1,'EWT'),(1355,3,-14400,1,'EPT'),(1356,0,-14400,0,'AST'),(1356,1,-10800,1,'APT'),(1356,2,-10800,1,'AWT'),(1357,0,-14400,1,'EDT'),(1357,1,-18000,0,'EST'),(1357,2,-14400,1,'EWT'),(1357,3,-14400,1,'EPT'),(1358,0,-14400,1,'EDT'),(1358,1,-18000,0,'EST'),(1358,2,-14400,1,'EWT'),(1358,3,-14400,1,'EPT'),(1359,0,-14400,1,'EDT'),(1359,1,-18000,0,'EST'),(1359,2,-14400,1,'EWT'),(1359,3,-14400,1,'EPT'),(1360,0,-39600,0,'NST'),(1360,1,-36000,1,'NWT'),(1360,2,-36000,1,'NPT'),(1360,3,-39600,0,'BST'),(1360,4,-36000,1,'BDT'),(1360,5,-32400,0,'YST'),(1360,6,-28800,1,'AKDT'),(1360,7,-32400,0,'AKST'),(1361,0,-7780,0,'LMT'),(1361,1,-3600,1,'-01'),(1361,2,-7200,0,'-02'),(1362,0,-21600,1,'MDT'),(1362,1,-25200,0,'MST'),(1362,2,-21600,1,'MWT'),(1362,3,-21600,1,'MPT'),(1362,4,-18000,1,'CDT'),(1362,5,-21600,0,'CST'),(1363,0,-21600,1,'MDT'),(1363,1,-25200,0,'MST'),(1363,2,-21600,1,'MWT'),(1363,3,-21600,1,'MPT'),(1363,4,-18000,1,'CDT'),(1363,5,-21600,0,'CST'),(1364,0,-21600,1,'MDT'),(1364,1,-25200,0,'MST'),(1364,2,-21600,1,'MWT'),(1364,3,-21600,1,'MPT'),(1364,4,-18000,1,'CDT'),(1364,5,-21600,0,'CST'),(1365,0,-12416,0,'LMT'),(1365,1,-10800,0,'-03'),(1365,2,-10800,0,'-03'),(1365,3,-7200,1,'-02'),(1365,4,-7200,1,'-02'),(1366,0,-25060,0,'LMT'),(1366,1,-25200,0,'MST'),(1366,2,-21600,0,'CST'),(1366,3,-18000,1,'CDT'),(1366,4,-21600,1,'MDT'),(1366,5,-25200,0,'MST'),(1367,0,-19176,0,'CMT'),(1367,1,-18000,0,'EST'),(1368,0,0,0,'-00'),(1368,1,-10800,1,'AWT'),(1368,2,-10800,1,'APT'),(1368,3,-14400,0,'AST'),(1368,4,-7200,1,'ADDT'),(1368,5,-10800,1,'ADT'),(1368,6,-14400,1,'EDT'),(1368,7,-18000,0,'EST'),(1368,8,-21600,0,'CST'),(1368,9,-18000,1,'CDT'),(1368,10,-14400,1,'EDT'),(1368,11,-18000,0,'EST'),(1369,0,-13240,0,'LMT'),(1369,1,-13252,0,'PMT'),(1369,2,-13236,0,'PMT'),(1369,3,-12600,0,'-0330'),(1369,4,-10800,0,'-03'),(1370,0,-21600,1,'MDT'),(1370,1,-25200,0,'MST'),(1370,2,-21600,1,'MWT'),(1371,0,-17340,0,'PPMT'),(1371,1,-14400,1,'EDT'),(1371,2,-18000,0,'EST'),(1371,3,-14400,1,'EDT'),(1371,4,-18000,0,'EST'),(1372,0,-14400,0,'AST'),(1372,1,-10800,1,'APT'),(1372,2,-10800,1,'AWT'),(1373,0,-16272,0,'LMT'),(1373,1,-14400,1,'-04'),(1373,2,-18000,0,'-05'),(1373,3,-14400,0,'-04'),(1373,4,-18000,0,'-05'),(1374,0,-15336,0,'LMT'),(1374,1,-10800,1,'-03'),(1374,2,-14400,0,'-04'),(1375,0,-14400,0,'AST'),(1375,1,-10800,1,'APT'),(1375,2,-10800,1,'AWT'),(1376,0,-16965,0,'SMT'),(1376,1,-18000,0,'-05'),(1376,2,-14400,0,'-04'),(1376,3,-14400,1,'-04'),(1376,4,-10800,1,'-03'),(1376,5,-14400,0,'-04'),(1376,6,-10800,0,'-03'),(1377,0,-18000,1,'CDT'),(1377,1,-21600,0,'CST'),(1377,2,-18000,1,'CWT'),(1377,3,-18000,1,'CPT'),(1378,0,0,0,'-00'),(1378,1,-14400,1,'CDDT'),(1378,2,-21600,0,'CST'),(1378,3,-18000,1,'CDT'),(1378,4,-18000,0,'EST'),(1378,5,-21600,0,'CST'),(1379,0,-8376,0,'LMT'),(1379,1,-7200,1,'-02'),(1379,2,-10800,0,'-03'),(1380,0,-25116,0,'LMT'),(1380,1,-21600,1,'MDT'),(1380,2,-25200,0,'MST'),(1380,3,-21600,1,'MWT'),(1380,4,-21600,1,'MPT'),(1380,5,-21600,0,'CST'),(1381,0,0,0,'-00'),(1381,1,-14400,1,'CDDT'),(1381,2,-21600,0,'CST'),(1381,3,-18000,1,'CDT'),(1381,4,-18000,0,'EST'),(1381,5,-21600,0,'CST'),(1382,0,-16272,0,'LMT'),(1382,1,-14400,1,'-04'),(1382,2,-18000,0,'-05'),(1382,3,-14400,0,'-04'),(1382,4,-18000,0,'-05'),(1383,0,-15408,0,'CMT'),(1383,1,-14400,0,'-04'),(1383,2,-10800,1,'-03'),(1383,3,-7200,1,'-02'),(1383,4,-10800,0,'-03'),(1384,0,-28084,0,'LMT'),(1384,1,-25200,0,'MST'),(1384,2,-28800,0,'PST'),(1384,3,-25200,1,'PDT'),(1384,4,-25200,1,'PWT'),(1384,5,-25200,1,'PPT'),(1385,0,-13128,0,'LMT'),(1385,1,-10800,1,'-03'),(1385,2,-14400,0,'-04'),(1385,3,-10800,0,'-03'),(1386,0,-16965,0,'SMT'),(1386,1,-18000,0,'-05'),(1386,2,-14400,0,'-04'),(1386,3,-14400,1,'-04'),(1386,4,-10800,1,'-03'),(1386,5,-10800,1,'-03'),(1386,6,-14400,0,'-04'),(1387,0,-16800,0,'SDMT'),(1387,1,-14400,1,'EDT'),(1387,2,-18000,0,'EST'),(1387,3,-16200,1,'-0430'),(1387,4,-14400,0,'AST'),(1388,0,-11188,0,'LMT'),(1388,1,-7200,1,'-02'),(1388,2,-10800,0,'-03'),(1389,0,-5272,0,'LMT'),(1389,1,-7200,0,'-02'),(1389,2,-3600,1,'-01'),(1389,3,-7200,0,'-02'),(1389,4,-3600,0,'-01'),(1389,5,0,1,'+00'),(1389,6,0,1,'+00'),(1390,0,-21600,1,'MDT'),(1390,1,-25200,0,'MST'),(1390,2,-21600,1,'MWT'),(1390,3,-21600,1,'MPT'),(1391,0,-28800,0,'PST'),(1391,1,-25200,1,'PWT'),(1391,2,-25200,1,'PPT'),(1391,3,-25200,1,'PDT'),(1391,4,-32400,0,'YST'),(1391,5,-28800,1,'AKDT'),(1391,6,-32400,0,'AKST'),(1392,0,-14400,0,'AST'),(1392,1,-10800,1,'APT'),(1392,2,-10800,1,'AWT'),(1393,0,-9052,1,'NDT'),(1393,1,-12652,0,'NST'),(1393,2,-9000,1,'NDT'),(1393,3,-12600,0,'NST'),(1393,4,-9000,1,'NPT'),(1393,5,-9000,1,'NWT'),(1393,6,-5400,1,'NDDT'),(1393,7,-9000,1,'NDT'),(1394,0,-14400,0,'AST'),(1394,1,-10800,1,'APT'),(1394,2,-10800,1,'AWT'),(1395,0,-14400,0,'AST'),(1395,1,-10800,1,'APT'),(1395,2,-10800,1,'AWT'),(1396,0,-14400,0,'AST'),(1396,1,-10800,1,'APT'),(1396,2,-10800,1,'AWT'),(1397,0,-14400,0,'AST'),(1397,1,-10800,1,'APT'),(1397,2,-10800,1,'AWT'),(1398,0,-25880,0,'LMT'),(1398,1,-21600,1,'MDT'),(1398,2,-25200,0,'MST'),(1398,3,-21600,1,'MWT'),(1398,4,-21600,1,'MPT'),(1398,5,-21600,0,'CST'),(1399,0,-20932,0,'LMT'),(1399,1,-18000,1,'CDT'),(1399,2,-21600,0,'CST'),(1400,0,-16508,0,'LMT'),(1400,1,-10800,1,'ADT'),(1400,2,-14400,0,'AST'),(1401,0,-21600,0,'CST'),(1401,1,-18000,0,'EST'),(1401,2,-14400,1,'EWT'),(1401,3,-14400,1,'EPT'),(1401,4,-14400,1,'EDT'),(1402,0,-28084,0,'LMT'),(1402,1,-25200,0,'MST'),(1402,2,-28800,0,'PST'),(1402,3,-25200,1,'PDT'),(1402,4,-25200,1,'PWT'),(1402,5,-25200,1,'PPT'),(1403,0,-14400,1,'EDT'),(1403,1,-18000,0,'EST'),(1403,2,-14400,1,'EWT'),(1403,3,-14400,1,'EPT'),(1404,0,-14400,0,'AST'),(1404,1,-10800,1,'APT'),(1404,2,-10800,1,'AWT'),(1405,0,-25200,1,'PDT'),(1405,1,-28800,0,'PST'),(1405,2,-25200,1,'PWT'),(1405,3,-25200,1,'PPT'),(1406,0,-14400,0,'AST'),(1406,1,-10800,1,'APT'),(1406,2,-10800,1,'AWT'),(1407,0,-28800,1,'YDT'),(1407,1,-32400,0,'YST'),(1407,2,-28800,1,'YWT'),(1407,3,-28800,1,'YPT'),(1407,4,-25200,1,'YDDT'),(1407,5,-28800,0,'PST'),(1407,6,-25200,1,'PDT'),(1407,7,-25200,0,'MST'),(1408,0,-18000,1,'CDT'),(1408,1,-21600,0,'CST'),(1408,2,-18000,1,'CWT'),(1408,3,-18000,1,'CPT'),(1408,4,-18000,1,'CDT'),(1408,5,-21600,0,'CST'),(1409,0,-32400,0,'YST'),(1409,1,-28800,1,'YWT'),(1409,2,-28800,1,'YPT'),(1409,3,-28800,1,'YDT'),(1409,4,-28800,1,'AKDT'),(1409,5,-32400,0,'AKST'),(1410,0,0,0,'-00'),(1410,1,-21600,1,'MWT'),(1410,2,-21600,1,'MPT'),(1410,3,-25200,0,'MST'),(1410,4,-18000,1,'MDDT'),(1410,5,-21600,1,'MDT'),(1411,0,0,0,'-00'),(1411,1,28800,0,'+08'),(1411,2,39600,0,'+11'),(1411,3,28800,0,'+08'),(1411,4,39600,0,'+11'),(1412,0,0,0,'-00'),(1412,1,25200,0,'+07'),(1412,2,18000,0,'+05'),(1412,3,25200,0,'+07'),(1413,0,36000,0,'+10'),(1414,0,36000,0,'AEST'),(1414,1,39600,1,'AEDT'),(1414,2,36000,0,'AEST'),(1414,3,0,0,'-00'),(1414,4,39600,1,'AEDT'),(1414,5,36000,0,'AEST'),(1415,0,0,0,'-00'),(1415,1,21600,0,'+06'),(1415,2,18000,0,'+05'),(1416,0,45000,1,'NZST'),(1416,1,41400,0,'NZMT'),(1416,2,43200,1,'NZST'),(1416,3,46800,1,'NZDT'),(1416,4,43200,0,'NZST'),(1416,5,43200,0,'NZST'),(1417,0,0,0,'-00'),(1417,1,-14400,0,'-04'),(1417,2,-10800,1,'-03'),(1417,3,-7200,1,'-02'),(1417,4,-10800,0,'-03'),(1417,5,-10800,1,'-03'),(1417,6,-14400,0,'-04'),(1417,7,-10800,0,'-03'),(1418,0,0,0,'-00'),(1418,1,-10800,0,'-03'),(1419,0,45000,1,'NZST'),(1419,1,41400,0,'NZMT'),(1419,2,43200,1,'NZST'),(1419,3,46800,1,'NZDT'),(1419,4,43200,0,'NZST'),(1419,5,43200,0,'NZST'),(1420,0,11212,0,'LMT'),(1420,1,10800,0,'+03'),(1421,0,0,0,'-00'),(1421,1,7200,1,'+02'),(1421,2,0,0,'+00'),(1421,3,0,0,'+00'),(1422,0,0,0,'-00'),(1422,1,21600,0,'+06'),(1423,0,7200,1,'CEST'),(1423,1,3600,0,'CET'),(1423,2,3600,0,'CET'),(1423,3,7200,1,'CEST'),(1423,4,7200,1,'CEST'),(1423,5,3600,0,'CET'),(1424,0,11212,0,'LMT'),(1424,1,10800,0,'+03'),(1425,0,18468,0,'LMT'),(1425,1,18000,0,'+05'),(1425,2,25200,1,'+07'),(1425,3,21600,0,'+06'),(1425,4,21600,0,'+06'),(1425,5,25200,1,'+07'),(1425,6,21600,1,'+06'),(1425,7,18000,0,'+05'),(1425,8,25200,1,'+07'),(1425,9,21600,0,'+06'),(1426,0,8624,0,'LMT'),(1426,1,10800,1,'EEST'),(1426,2,7200,0,'EET'),(1426,3,7200,0,'EET'),(1426,4,10800,1,'EEST'),(1427,0,42596,0,'LMT'),(1427,1,43200,0,'+12'),(1427,2,50400,1,'+14'),(1427,3,46800,0,'+13'),(1427,4,46800,1,'+13'),(1427,5,43200,0,'+12'),(1427,6,46800,1,'+13'),(1427,7,43200,1,'+12'),(1427,8,39600,0,'+11'),(1427,9,43200,0,'+12'),(1428,0,12064,0,'LMT'),(1428,1,14400,0,'+04'),(1428,2,18000,0,'+05'),(1428,3,21600,0,'+06'),(1428,4,21600,1,'+06'),(1428,5,18000,0,'+05'),(1428,6,21600,1,'+06'),(1428,7,18000,1,'+05'),(1428,8,14400,0,'+04'),(1428,9,18000,0,'+05'),(1429,0,13720,0,'LMT'),(1429,1,14400,0,'+04'),(1429,2,18000,0,'+05'),(1429,3,21600,1,'+06'),(1429,4,21600,0,'+06'),(1429,5,18000,0,'+05'),(1429,6,21600,1,'+06'),(1429,7,18000,1,'+05'),(1429,8,14400,0,'+04'),(1429,9,21600,1,'+06'),(1429,10,18000,0,'+05'),(1430,0,14012,0,'LMT'),(1430,1,14400,0,'+04'),(1430,2,21600,1,'+06'),(1430,3,18000,0,'+05'),(1430,4,18000,0,'+05'),(1430,5,21600,1,'+06'),(1430,6,18000,1,'+05'),(1430,7,14400,0,'+04'),(1430,8,18000,0,'+05'),(1431,0,14012,0,'LMT'),(1431,1,14400,0,'+04'),(1431,2,21600,1,'+06'),(1431,3,18000,0,'+05'),(1431,4,18000,0,'+05'),(1431,5,21600,1,'+06'),(1431,6,18000,1,'+05'),(1431,7,14400,0,'+04'),(1431,8,18000,0,'+05'),(1432,0,12464,0,'LMT'),(1432,1,10800,0,'+03'),(1432,2,18000,0,'+05'),(1432,3,21600,0,'+06'),(1432,4,21600,1,'+06'),(1432,5,18000,0,'+05'),(1432,6,21600,1,'+06'),(1432,7,18000,1,'+05'),(1432,8,14400,0,'+04'),(1432,9,18000,0,'+05'),(1433,0,10656,0,'BMT'),(1433,1,10800,0,'+03'),(1433,2,14400,1,'+04'),(1433,3,10800,0,'+03'),(1433,4,14400,1,'+04'),(1434,0,12368,0,'LMT'),(1434,1,14400,0,'+04'),(1434,2,10800,0,'+03'),(1435,0,11964,0,'LMT'),(1435,1,10800,0,'+03'),(1435,2,18000,1,'+05'),(1435,3,14400,0,'+04'),(1435,4,14400,0,'+04'),(1435,5,18000,1,'+05'),(1435,6,14400,1,'+04'),(1435,7,10800,0,'+03'),(1435,8,18000,1,'+05'),(1435,9,14400,0,'+04'),(1436,0,24124,0,'BMT'),(1436,1,25200,0,'+07'),(1437,0,20100,0,'LMT'),(1437,1,21600,0,'+06'),(1437,2,28800,1,'+08'),(1437,3,25200,0,'+07'),(1437,4,25200,0,'+07'),(1437,5,28800,1,'+08'),(1437,6,25200,1,'+07'),(1437,7,21600,0,'+06'),(1437,8,25200,1,'+07'),(1437,9,25200,0,'+07'),(1438,0,10800,1,'EEST'),(1438,1,7200,0,'EET'),(1439,0,17904,0,'LMT'),(1439,1,18000,0,'+05'),(1439,2,25200,1,'+07'),(1439,3,21600,0,'+06'),(1439,4,21600,0,'+06'),(1439,5,25200,1,'+07'),(1439,6,21600,1,'+06'),(1439,7,18000,0,'+05'),(1439,8,21600,1,'+06'),(1439,9,21600,0,'+06'),(1440,0,27580,0,'LMT'),(1440,1,27000,0,'+0730'),(1440,2,28800,0,'+08'),(1441,0,19270,0,'MMT'),(1441,1,19800,0,'IST'),(1441,2,23400,1,'+0630'),(1442,0,27232,0,'LMT'),(1442,1,28800,0,'+08'),(1442,2,36000,1,'+10'),(1442,3,32400,0,'+09'),(1442,4,32400,0,'+09'),(1442,5,36000,1,'+10'),(1442,6,32400,1,'+09'),(1442,7,28800,0,'+08'),(1442,8,36000,0,'+10'),(1442,9,36000,1,'+10'),(1442,10,32400,0,'+09'),(1443,0,27480,0,'LMT'),(1443,1,25200,0,'+07'),(1443,2,28800,0,'+08'),(1443,3,32400,0,'+09'),(1443,4,36000,1,'+10'),(1443,5,32400,1,'+09'),(1443,6,28800,0,'+08'),(1444,0,32400,1,'CDT'),(1444,1,28800,0,'CST'),(1445,0,32400,1,'CDT'),(1445,1,28800,0,'CST'),(1446,0,19172,0,'MMT'),(1446,1,19800,0,'+0530'),(1446,2,21600,1,'+06'),(1446,3,23400,1,'+0630'),(1446,4,23400,0,'+0630'),(1446,5,21600,0,'+06'),(1446,6,19800,0,'+0530'),(1447,0,21200,0,'HMT'),(1447,1,23400,0,'+0630'),(1447,2,19800,0,'+0530'),(1447,3,21600,0,'+06'),(1447,4,25200,1,'+07'),(1448,0,8712,0,'LMT'),(1448,1,10800,1,'EEST'),(1448,2,7200,0,'EET'),(1449,0,21200,0,'HMT'),(1449,1,23400,0,'+0630'),(1449,2,19800,0,'+0530'),(1449,3,21600,0,'+06'),(1449,4,25200,1,'+07'),(1450,0,30140,0,'LMT'),(1450,1,28800,0,'+08'),(1450,2,32400,0,'+09'),(1451,0,13272,0,'LMT'),(1451,1,14400,0,'+04'),(1452,0,16512,0,'LMT'),(1452,1,18000,0,'+05'),(1452,2,25200,1,'+07'),(1452,3,21600,0,'+06'),(1452,4,21600,0,'+06'),(1452,5,25200,1,'+07'),(1452,6,21600,1,'+06'),(1452,7,18000,0,'+05'),(1453,0,8148,0,'LMT'),(1453,1,10800,1,'EEST'),(1453,2,7200,0,'EET'),(1453,3,7200,0,'EET'),(1453,4,10800,1,'EEST'),(1453,5,10800,0,'+03'),(1453,6,7200,0,'EET'),(1454,0,10800,1,'EEST'),(1454,1,7200,0,'EET'),(1454,2,7200,0,'EET'),(1454,3,10800,1,'EEST'),(1454,4,10800,1,'IDT'),(1454,5,7200,0,'IST'),(1454,6,10800,1,'IDT'),(1454,7,7200,0,'IST'),(1454,8,7200,0,'EET'),(1455,0,32400,1,'CDT'),(1455,1,28800,0,'CST'),(1456,0,10800,1,'EEST'),(1456,1,7200,0,'EET'),(1456,2,7200,0,'EET'),(1456,3,10800,1,'EEST'),(1456,4,10800,1,'IDT'),(1456,5,7200,0,'IST'),(1456,6,10800,1,'IDT'),(1456,7,7200,0,'IST'),(1456,8,7200,0,'EET'),(1457,0,25600,0,'LMT'),(1457,1,25590,0,'PLMT'),(1457,2,25200,0,'+07'),(1457,3,28800,0,'+08'),(1457,4,32400,0,'+09'),(1457,5,25200,0,'+07'),(1458,0,27402,0,'LMT'),(1458,1,28800,0,'HKT'),(1458,2,32400,1,'HKST'),(1458,3,30600,1,'HKWT'),(1458,4,32400,0,'JST'),(1458,5,28800,0,'HKT'),(1458,6,32400,1,'HKST'),(1459,0,21996,0,'LMT'),(1459,1,21600,0,'+06'),(1459,2,28800,1,'+08'),(1459,3,25200,0,'+07'),(1460,0,25025,0,'IMT'),(1460,1,25200,0,'+07'),(1460,2,32400,1,'+09'),(1460,3,28800,0,'+08'),(1460,4,28800,0,'+08'),(1460,5,32400,1,'+09'),(1460,6,28800,1,'+08'),(1460,7,25200,0,'+07'),(1460,8,32400,0,'+09'),(1460,9,32400,1,'+09'),(1460,10,28800,0,'+08'),(1461,0,7016,0,'IMT'),(1461,1,10800,1,'EEST'),(1461,2,7200,0,'EET'),(1461,3,10800,0,'+03'),(1461,4,14400,1,'+04'),(1461,5,10800,1,'EEST'),(1461,6,7200,0,'EET'),(1461,7,10800,1,'EEST'),(1461,8,7200,0,'EET'),(1461,9,10800,0,'+03'),(1462,0,25632,0,'BMT'),(1462,1,26400,0,'+0720'),(1462,2,27000,0,'+0730'),(1462,3,32400,0,'+09'),(1462,4,28800,0,'+08'),(1462,5,25200,0,'WIB'),(1463,0,33768,0,'LMT'),(1463,1,32400,0,'+09'),(1463,2,34200,0,'+0930'),(1463,3,32400,0,'WIT'),(1464,0,8440,0,'JMT'),(1464,1,10800,1,'IDT'),(1464,2,7200,0,'IST'),(1464,3,14400,1,'IDDT'),(1464,4,10800,1,'IDT'),(1464,5,7200,0,'IST'),(1464,6,10800,1,'IDT'),(1464,7,7200,0,'IST'),(1465,0,14400,0,'+04'),(1465,1,16200,0,'+0430'),(1466,0,38076,0,'LMT'),(1466,1,39600,0,'+11'),(1466,2,46800,1,'+13'),(1466,3,43200,0,'+12'),(1466,4,43200,0,'+12'),(1466,5,46800,1,'+13'),(1466,6,43200,1,'+12'),(1466,7,39600,0,'+11'),(1466,8,43200,0,'+12'),(1467,0,16092,0,'LMT'),(1467,1,19800,0,'+0530'),(1467,2,23400,1,'+0630'),(1467,3,18000,0,'+05'),(1467,4,21600,1,'PKST'),(1467,5,18000,0,'PKT'),(1468,0,21020,0,'LMT'),(1468,1,21600,0,'+06'),(1469,0,20476,0,'LMT'),(1469,1,19800,0,'+0530'),(1469,2,20700,0,'+0545'),(1470,0,20476,0,'LMT'),(1470,1,19800,0,'+0530'),(1470,2,20700,0,'+0545'),(1471,0,32533,0,'LMT'),(1471,1,28800,0,'+08'),(1471,2,36000,1,'+10'),(1471,3,32400,0,'+09'),(1471,4,32400,0,'+09'),(1471,5,36000,1,'+10'),(1471,6,32400,1,'+09'),(1471,7,28800,0,'+08'),(1471,8,39600,1,'+11'),(1471,9,36000,0,'+10'),(1471,10,36000,0,'+10'),(1471,11,39600,0,'+11'),(1471,12,32400,0,'+09'),(1472,0,19270,0,'MMT'),(1472,1,19800,0,'IST'),(1472,2,23400,1,'+0630'),(1473,0,22286,0,'LMT'),(1473,1,21600,0,'+06'),(1473,2,28800,1,'+08'),(1473,3,25200,0,'+07'),(1473,4,25200,0,'+07'),(1473,5,28800,1,'+08'),(1473,6,25200,1,'+07'),(1473,7,21600,0,'+06'),(1473,8,28800,0,'+08'),(1473,9,28800,1,'+08'),(1473,10,25200,0,'+07'),(1474,0,24925,0,'SMT'),(1474,1,25200,0,'+07'),(1474,2,26400,1,'+0720'),(1474,3,26400,0,'+0720'),(1474,4,27000,0,'+0730'),(1474,5,32400,0,'+09'),(1474,6,28800,0,'+08'),(1475,0,26480,0,'LMT'),(1475,1,27000,0,'+0730'),(1475,2,30000,1,'+0820'),(1475,3,28800,0,'+08'),(1475,4,32400,0,'+09'),(1475,5,28800,0,'+08'),(1476,0,11212,0,'LMT'),(1476,1,10800,0,'+03'),(1477,0,27250,0,'LMT'),(1477,1,28800,0,'CST'),(1477,2,36000,1,'+10'),(1477,3,32400,0,'+09'),(1477,4,32400,1,'CDT'),(1477,5,28800,0,'CST'),(1477,6,32400,1,'CDT'),(1478,0,27250,0,'LMT'),(1478,1,28800,0,'CST'),(1478,2,36000,1,'+10'),(1478,3,32400,0,'+09'),(1478,4,32400,1,'CDT'),(1478,5,28800,0,'CST'),(1478,6,32400,1,'CDT'),(1479,0,36192,0,'LMT'),(1479,1,36000,0,'+10'),(1479,2,43200,1,'+12'),(1479,3,39600,0,'+11'),(1479,4,39600,0,'+11'),(1479,5,43200,1,'+12'),(1479,6,39600,1,'+11'),(1479,7,36000,0,'+10'),(1479,8,43200,0,'+12'),(1479,9,43200,1,'+12'),(1479,10,39600,0,'+11'),(1480,0,28656,0,'LMT'),(1480,1,28656,0,'MMT'),(1480,2,28800,0,'+08'),(1480,3,32400,0,'+09'),(1480,4,28800,0,'WITA'),(1481,0,32400,1,'PDT'),(1481,1,28800,0,'PST'),(1481,2,32400,0,'JST'),(1481,3,28800,0,'PST'),(1482,0,13272,0,'LMT'),(1482,1,14400,0,'+04'),(1483,0,8008,0,'LMT'),(1483,1,10800,1,'EEST'),(1483,2,7200,0,'EET'),(1483,3,7200,0,'EET'),(1483,4,10800,1,'EEST'),(1484,0,20928,0,'LMT'),(1484,1,21600,0,'+06'),(1484,2,28800,1,'+08'),(1484,3,25200,0,'+07'),(1484,4,25200,0,'+07'),(1484,5,28800,1,'+08'),(1484,6,25200,1,'+07'),(1484,7,21600,0,'+06'),(1484,8,25200,0,'+07'),(1485,0,19900,0,'LMT'),(1485,1,21600,0,'+06'),(1485,2,28800,1,'+08'),(1485,3,25200,0,'+07'),(1485,4,25200,0,'+07'),(1485,5,28800,1,'+08'),(1485,6,25200,1,'+07'),(1485,7,21600,0,'+06'),(1485,8,25200,1,'+07'),(1485,9,25200,0,'+07'),(1486,0,17610,0,'LMT'),(1486,1,18000,0,'+05'),(1486,2,25200,1,'+07'),(1486,3,21600,0,'+06'),(1486,4,21600,0,'+06'),(1486,5,25200,1,'+07'),(1486,6,21600,1,'+06'),(1486,7,18000,0,'+05'),(1486,8,25200,0,'+07'),(1486,9,25200,1,'+07'),(1486,10,21600,0,'+06'),(1487,0,12324,0,'LMT'),(1487,1,10800,0,'+03'),(1487,2,18000,0,'+05'),(1487,3,21600,1,'+06'),(1487,4,21600,0,'+06'),(1487,5,18000,0,'+05'),(1487,6,21600,1,'+06'),(1487,7,18000,1,'+05'),(1487,8,14400,0,'+04'),(1487,9,18000,0,'+05'),(1488,0,24124,0,'BMT'),(1488,1,25200,0,'+07'),(1489,0,26240,0,'LMT'),(1489,1,26240,0,'PMT'),(1489,2,27000,0,'+0730'),(1489,3,32400,0,'+09'),(1489,4,28800,0,'+08'),(1489,5,28800,0,'WITA'),(1489,6,25200,0,'WIB'),(1490,0,30180,0,'LMT'),(1490,1,30600,0,'KST'),(1490,2,32400,0,'JST'),(1490,3,32400,0,'KST'),(1491,0,12368,0,'LMT'),(1491,1,14400,0,'+04'),(1491,2,10800,0,'+03'),(1492,0,15268,0,'LMT'),(1492,1,14400,0,'+04'),(1492,2,18000,0,'+05'),(1492,3,21600,1,'+06'),(1492,4,21600,0,'+06'),(1492,5,18000,0,'+05'),(1492,6,21600,1,'+06'),(1492,7,18000,1,'+05'),(1492,8,14400,0,'+04'),(1492,9,21600,0,'+06'),(1492,10,21600,1,'+06'),(1493,0,15712,0,'LMT'),(1493,1,14400,0,'+04'),(1493,2,18000,0,'+05'),(1493,3,21600,1,'+06'),(1493,4,21600,0,'+06'),(1493,5,18000,0,'+05'),(1493,6,21600,1,'+06'),(1493,7,18000,1,'+05'),(1493,8,14400,0,'+04'),(1493,9,21600,0,'+06'),(1493,10,21600,1,'+06'),(1493,11,18000,0,'+05'),(1494,0,23087,0,'RMT'),(1494,1,23400,0,'+0630'),(1494,2,32400,0,'+09'),(1494,3,23400,0,'+0630'),(1495,0,11212,0,'LMT'),(1495,1,10800,0,'+03'),(1496,0,25600,0,'LMT'),(1496,1,25590,0,'PLMT'),(1496,2,25200,0,'+07'),(1496,3,28800,0,'+08'),(1496,4,32400,0,'+09'),(1496,5,25200,0,'+07'),(1497,0,34248,0,'LMT'),(1497,1,32400,0,'+09'),(1497,2,43200,1,'+12'),(1497,3,39600,0,'+11'),(1497,4,39600,0,'+11'),(1497,5,43200,1,'+12'),(1497,6,39600,1,'+11'),(1497,7,36000,0,'+10'),(1497,8,39600,0,'+11'),(1498,0,16073,0,'LMT'),(1498,1,14400,0,'+04'),(1498,2,18000,0,'+05'),(1498,3,21600,1,'+06'),(1498,4,21600,0,'+06'),(1498,5,18000,0,'+05'),(1498,6,21600,1,'+06'),(1499,0,30472,0,'LMT'),(1499,1,30600,0,'KST'),(1499,2,32400,0,'JST'),(1499,3,36000,1,'KDT'),(1499,4,32400,0,'KST'),(1499,5,34200,1,'KDT'),(1499,6,36000,1,'KDT'),(1500,0,32400,1,'CDT'),(1500,1,28800,0,'CST'),(1501,0,24925,0,'SMT'),(1501,1,25200,0,'+07'),(1501,2,26400,1,'+0720'),(1501,3,26400,0,'+0720'),(1501,4,27000,0,'+0730'),(1501,5,32400,0,'+09'),(1501,6,28800,0,'+08'),(1502,0,36892,0,'LMT'),(1502,1,36000,0,'+10'),(1502,2,43200,1,'+12'),(1502,3,39600,0,'+11'),(1502,4,39600,0,'+11'),(1502,5,43200,1,'+12'),(1502,6,39600,1,'+11'),(1502,7,36000,0,'+10'),(1502,8,43200,0,'+12'),(1502,9,43200,1,'+12'),(1502,10,39600,0,'+11'),(1503,0,28800,0,'CST'),(1503,1,32400,0,'JST'),(1503,2,32400,1,'CDT'),(1503,3,28800,0,'CST'),(1504,0,16631,0,'LMT'),(1504,1,18000,0,'+05'),(1504,2,25200,1,'+07'),(1504,3,21600,0,'+06'),(1504,4,21600,0,'+06'),(1504,5,25200,1,'+07'),(1504,6,21600,1,'+06'),(1504,7,18000,0,'+05'),(1505,0,10751,0,'TBMT'),(1505,1,10800,0,'+03'),(1505,2,18000,1,'+05'),(1505,3,14400,0,'+04'),(1505,4,14400,0,'+04'),(1505,5,18000,1,'+05'),(1505,6,14400,1,'+04'),(1505,7,10800,0,'+03'),(1505,8,14400,1,'+04'),(1505,9,14400,0,'+04'),(1506,0,12344,0,'LMT'),(1506,1,12344,0,'TMT'),(1506,2,12600,0,'+0330'),(1506,3,18000,1,'+05'),(1506,4,14400,0,'+04'),(1506,5,16200,1,'+0430'),(1506,6,12600,0,'+0330'),(1507,0,8440,0,'JMT'),(1507,1,10800,1,'IDT'),(1507,2,7200,0,'IST'),(1507,3,14400,1,'IDDT'),(1507,4,10800,1,'IDT'),(1507,5,7200,0,'IST'),(1507,6,10800,1,'IDT'),(1507,7,7200,0,'IST'),(1508,0,21516,0,'LMT'),(1508,1,19800,0,'+0530'),(1508,2,21600,0,'+06'),(1509,0,21516,0,'LMT'),(1509,1,19800,0,'+0530'),(1509,2,21600,0,'+06'),(1510,0,36000,1,'JDT'),(1510,1,32400,0,'JST'),(1510,2,32400,0,'JST'),(1511,0,20391,0,'LMT'),(1511,1,21600,0,'+06'),(1511,2,28800,1,'+08'),(1511,3,25200,0,'+07'),(1511,4,25200,0,'+07'),(1511,5,28800,1,'+08'),(1511,6,25200,1,'+07'),(1511,7,21600,0,'+06'),(1511,8,25200,1,'+07'),(1511,9,25200,0,'+07'),(1512,0,28656,0,'LMT'),(1512,1,28656,0,'MMT'),(1512,2,28800,0,'+08'),(1512,3,32400,0,'+09'),(1512,4,28800,0,'WITA'),(1513,0,25652,0,'LMT'),(1513,1,25200,0,'+07'),(1513,2,32400,1,'+09'),(1513,3,28800,0,'+08'),(1514,0,25652,0,'LMT'),(1514,1,25200,0,'+07'),(1514,2,32400,1,'+09'),(1514,3,28800,0,'+08'),(1515,0,21020,0,'LMT'),(1515,1,21600,0,'+06'),(1516,0,34374,0,'LMT'),(1516,1,28800,0,'+08'),(1516,2,32400,0,'+09'),(1516,3,39600,0,'+11'),(1516,4,43200,1,'+12'),(1516,5,39600,0,'+11'),(1516,6,43200,1,'+12'),(1516,7,39600,1,'+11'),(1516,8,36000,0,'+10'),(1516,9,43200,0,'+12'),(1516,10,43200,1,'+12'),(1516,11,36000,0,'+10'),(1517,0,24124,0,'BMT'),(1517,1,25200,0,'+07'),(1518,0,31651,0,'LMT'),(1518,1,32400,0,'+09'),(1518,2,39600,1,'+11'),(1518,3,36000,0,'+10'),(1518,4,36000,0,'+10'),(1518,5,39600,1,'+11'),(1518,6,36000,1,'+10'),(1518,7,32400,0,'+09'),(1518,8,39600,0,'+11'),(1518,9,39600,1,'+11'),(1518,10,36000,0,'+10'),(1519,0,31138,0,'LMT'),(1519,1,28800,0,'+08'),(1519,2,36000,1,'+10'),(1519,3,32400,0,'+09'),(1519,4,32400,0,'+09'),(1519,5,36000,1,'+10'),(1519,6,32400,1,'+09'),(1519,7,28800,0,'+08'),(1519,8,36000,0,'+10'),(1519,9,36000,1,'+10'),(1519,10,32400,0,'+09'),(1520,0,23087,0,'RMT'),(1520,1,23400,0,'+0630'),(1520,2,32400,0,'+09'),(1520,3,23400,0,'+0630'),(1521,0,14553,0,'LMT'),(1521,1,13505,0,'PMT'),(1521,2,14400,0,'+04'),(1521,3,21600,1,'+06'),(1521,4,18000,0,'+05'),(1521,5,18000,0,'+05'),(1521,6,21600,1,'+06'),(1521,7,18000,1,'+05'),(1521,8,14400,0,'+04'),(1521,9,21600,0,'+06'),(1521,10,21600,1,'+06'),(1521,11,18000,0,'+05'),(1522,0,10680,0,'LMT'),(1522,1,10800,0,'+03'),(1522,2,18000,1,'+05'),(1522,3,14400,0,'+04'),(1522,4,14400,0,'+04'),(1522,5,18000,1,'+05'),(1522,6,14400,1,'+04'),(1522,7,10800,0,'+03'),(1522,8,18000,1,'+05'),(1522,9,14400,0,'+04'),(1523,0,-6872,0,'HMT'),(1523,1,-3600,1,'-01'),(1523,2,-7200,0,'-02'),(1523,3,-3600,1,'-01'),(1523,4,-7200,0,'-02'),(1523,5,-7200,0,'-02'),(1523,6,0,1,'+00'),(1523,7,-3600,0,'-01'),(1523,8,-3600,0,'-01'),(1523,9,0,0,'WET'),(1523,10,0,1,'+00'),(1523,11,-3600,0,'-01'),(1524,0,-11958,1,'BST'),(1524,1,-15558,0,'BMT'),(1524,2,-10800,1,'ADT'),(1524,3,-14400,0,'AST'),(1525,0,-3696,0,'LMT'),(1525,1,-3600,0,'-01'),(1525,2,0,0,'WET'),(1525,3,3600,1,'WEST'),(1525,4,0,0,'WET'),(1525,5,3600,1,'WEST'),(1526,0,-5644,0,'LMT'),(1526,1,-7200,0,'-02'),(1526,2,-3600,1,'-01'),(1526,3,-7200,0,'-02'),(1526,4,-3600,0,'-01'),(1527,0,-1624,0,'LMT'),(1527,1,0,0,'WET'),(1527,2,3600,1,'WEST'),(1527,3,0,0,'WET'),(1528,0,-1624,0,'LMT'),(1528,1,0,0,'WET'),(1528,2,3600,1,'WEST'),(1528,3,0,0,'WET'),(1529,0,7200,1,'CEST'),(1529,1,3600,0,'CET'),(1529,2,3600,0,'CET'),(1529,3,7200,1,'CEST'),(1529,4,7200,1,'CEST'),(1529,5,3600,0,'CET'),(1530,0,-4056,0,'FMT'),(1530,1,0,1,'+00'),(1530,2,-3600,0,'-01'),(1530,3,0,1,'+00'),(1530,4,-3600,0,'-01'),(1530,5,-3600,0,'-01'),(1530,6,3600,1,'+01'),(1530,7,3600,1,'WEST'),(1530,8,0,0,'WET'),(1530,9,0,0,'WET'),(1530,10,0,0,'WET'),(1530,11,3600,1,'WEST'),(1531,0,-5280,0,'LMT'),(1531,1,0,1,'+00'),(1531,2,-3600,0,'-01'),(1531,3,-3600,0,'-01'),(1531,4,0,1,'+00'),(1531,5,0,0,'GMT'),(1532,0,-7200,0,'-02'),(1533,0,-968,0,'LMT'),(1533,1,0,0,'GMT'),(1534,0,-13884,0,'SMT'),(1534,1,-10800,1,'-03'),(1534,2,-14400,0,'-04'),(1534,3,-7200,1,'-02'),(1534,4,-10800,0,'-03'),(1534,5,-10800,1,'-03'),(1535,0,39600,1,'AEDT'),(1535,1,36000,0,'AEST'),(1535,2,36000,0,'AEST'),(1536,0,37800,1,'ACDT'),(1536,1,34200,0,'ACST'),(1536,2,34200,0,'ACST'),(1537,0,39600,1,'AEDT'),(1537,1,36000,0,'AEST'),(1537,2,36000,0,'AEST'),(1538,0,37800,1,'ACDT'),(1538,1,34200,0,'ACST'),(1538,2,34200,0,'ACST'),(1538,3,37800,1,'ACDT'),(1539,0,39600,1,'AEDT'),(1539,1,36000,0,'AEST'),(1539,2,36000,0,'AEST'),(1540,0,39600,1,'AEDT'),(1540,1,36000,0,'AEST'),(1540,2,36000,0,'AEST'),(1541,0,37800,1,'ACDT'),(1541,1,34200,0,'ACST'),(1541,2,34200,0,'ACST'),(1542,0,35100,1,'+0945'),(1542,1,31500,0,'+0845'),(1542,2,31500,0,'+0845'),(1543,0,39600,1,'AEDT'),(1543,1,36000,0,'AEST'),(1543,2,36000,0,'AEST'),(1544,0,36000,0,'AEST'),(1544,1,41400,1,'+1130'),(1544,2,37800,0,'+1030'),(1544,3,39600,1,'+11'),(1545,0,39600,1,'AEDT'),(1545,1,36000,0,'AEST'),(1545,2,36000,0,'AEST'),(1546,0,36000,0,'AEST'),(1546,1,41400,1,'+1130'),(1546,2,37800,0,'+1030'),(1546,3,39600,1,'+11'),(1547,0,39600,1,'AEDT'),(1547,1,36000,0,'AEST'),(1547,2,36000,0,'AEST'),(1548,0,39600,1,'AEDT'),(1548,1,36000,0,'AEST'),(1548,2,36000,0,'AEST'),(1549,0,37800,1,'ACDT'),(1549,1,34200,0,'ACST'),(1549,2,34200,0,'ACST'),(1550,0,32400,1,'AWDT'),(1550,1,28800,0,'AWST'),(1550,2,28800,0,'AWST'),(1551,0,39600,1,'AEDT'),(1551,1,36000,0,'AEST'),(1551,2,36000,0,'AEST'),(1552,0,37800,1,'ACDT'),(1552,1,34200,0,'ACST'),(1552,2,34200,0,'ACST'),(1553,0,39600,1,'AEDT'),(1553,1,36000,0,'AEST'),(1553,2,36000,0,'AEST'),(1554,0,39600,1,'AEDT'),(1554,1,36000,0,'AEST'),(1554,2,36000,0,'AEST'),(1555,0,39600,1,'AEDT'),(1555,1,36000,0,'AEST'),(1555,2,36000,0,'AEST'),(1556,0,32400,1,'AWDT'),(1556,1,28800,0,'AWST'),(1556,2,28800,0,'AWST'),(1557,0,37800,1,'ACDT'),(1557,1,34200,0,'ACST'),(1557,2,34200,0,'ACST'),(1557,3,37800,1,'ACDT'),(1558,0,-16272,0,'LMT'),(1558,1,-14400,1,'-04'),(1558,2,-18000,0,'-05'),(1558,3,-14400,0,'-04'),(1558,4,-18000,0,'-05'),(1559,0,-7780,0,'LMT'),(1559,1,-3600,1,'-01'),(1559,2,-7200,0,'-02'),(1560,0,-11188,0,'LMT'),(1560,1,-7200,1,'-02'),(1560,2,-10800,0,'-03'),(1561,0,-14404,0,'LMT'),(1561,1,-10800,1,'-03'),(1561,2,-14400,0,'-04'),(1562,0,7200,1,'CEST'),(1562,1,3600,0,'CET'),(1562,2,7200,1,'CEST'),(1562,3,3600,0,'CET'),(1563,0,-18000,1,'CDT'),(1563,1,-21600,0,'CST'),(1563,2,-18000,1,'CWT'),(1563,3,-18000,1,'CPT'),(1564,0,-15264,0,'LMT'),(1564,1,-10800,1,'ADT'),(1564,2,-14400,0,'AST'),(1564,3,-10800,1,'AWT'),(1564,4,-10800,1,'APT'),(1565,0,-18000,1,'CDT'),(1565,1,-21600,0,'CST'),(1565,2,-18000,1,'CWT'),(1565,3,-18000,1,'CPT'),(1565,4,-18000,1,'CDT'),(1565,5,-21600,0,'CST'),(1566,0,-14400,1,'EDT'),(1566,1,-18000,0,'EST'),(1566,2,-14400,1,'EWT'),(1566,3,-14400,1,'EPT'),(1567,0,-27232,0,'LMT'),(1567,1,-21600,1,'MDT'),(1567,2,-25200,0,'MST'),(1567,3,-21600,1,'MWT'),(1567,4,-21600,1,'MPT'),(1568,0,-9052,1,'NDT'),(1568,1,-12652,0,'NST'),(1568,2,-9000,1,'NDT'),(1568,3,-12600,0,'NST'),(1568,4,-9000,1,'NPT'),(1568,5,-9000,1,'NWT'),(1568,6,-5400,1,'NDDT'),(1568,7,-9000,1,'NDT'),(1569,0,-25200,1,'PDT'),(1569,1,-28800,0,'PST'),(1569,2,-25200,1,'PWT'),(1569,3,-25200,1,'PPT'),(1570,0,-25116,0,'LMT'),(1570,1,-21600,1,'MDT'),(1570,2,-25200,0,'MST'),(1570,3,-21600,1,'MWT'),(1570,4,-21600,1,'MPT'),(1570,5,-21600,0,'CST'),(1571,0,-28800,1,'YDT'),(1571,1,-32400,0,'YST'),(1571,2,-28800,1,'YWT'),(1571,3,-28800,1,'YPT'),(1571,4,-25200,1,'YDDT'),(1571,5,-28800,0,'PST'),(1571,6,-25200,1,'PDT'),(1571,7,-25200,0,'MST'),(1572,0,-16965,0,'SMT'),(1572,1,-18000,0,'-05'),(1572,2,-14400,0,'-04'),(1572,3,-14400,1,'-04'),(1572,4,-10800,1,'-03'),(1572,5,-10800,1,'-03'),(1572,6,-14400,0,'-04'),(1573,0,-26248,0,'EMT'),(1573,1,-21600,1,'-06'),(1573,2,-25200,0,'-07'),(1573,3,-25200,0,'-07'),(1573,4,-21600,0,'-06'),(1573,5,-18000,1,'-05'),(1574,0,-19776,0,'HMT'),(1574,1,-14400,1,'CDT'),(1574,2,-18000,0,'CST'),(1574,3,-18000,0,'CST'),(1574,4,-14400,1,'CDT'),(1575,0,10800,1,'EEST'),(1575,1,7200,0,'EET'),(1576,0,-18000,0,'EST'),(1577,0,-14400,1,'EDT'),(1577,1,-18000,0,'EST'),(1577,2,-14400,1,'EWT'),(1577,3,-14400,1,'EPT'),(1578,0,10800,1,'EEST'),(1578,1,7200,0,'EET'),(1578,2,10800,1,'EEST'),(1579,0,-1521,0,'DMT'),(1579,1,2079,1,'IST'),(1579,2,3600,1,'BST'),(1579,3,0,0,'GMT'),(1579,4,3600,1,'IST'),(1579,5,0,0,'GMT'),(1579,6,3600,0,'IST'),(1579,7,3600,1,'IST'),(1579,8,0,0,'GMT'),(1580,0,0,0,'GMT'),(1581,0,0,0,'GMT'),(1582,0,-3600,0,'-01'),(1583,0,-36000,0,'-10'),(1584,0,-39600,0,'-11'),(1585,0,-43200,0,'-12'),(1586,0,-7200,0,'-02'),(1587,0,-10800,0,'-03'),(1588,0,-14400,0,'-04'),(1589,0,-18000,0,'-05'),(1590,0,-21600,0,'-06'),(1591,0,-25200,0,'-07'),(1592,0,-28800,0,'-08'),(1593,0,-32400,0,'-09'),(1594,0,0,0,'GMT'),(1595,0,3600,0,'+01'),(1596,0,36000,0,'+10'),(1597,0,39600,0,'+11'),(1598,0,43200,0,'+12'),(1599,0,46800,0,'+13'),(1600,0,50400,0,'+14'),(1601,0,7200,0,'+02'),(1602,0,10800,0,'+03'),(1603,0,14400,0,'+04'),(1604,0,18000,0,'+05'),(1605,0,21600,0,'+06'),(1606,0,25200,0,'+07'),(1607,0,28800,0,'+08'),(1608,0,32400,0,'+09'),(1609,0,0,0,'GMT'),(1610,0,0,0,'GMT'),(1611,0,0,0,'UTC'),(1612,0,0,0,'UTC'),(1613,0,0,0,'UTC'),(1614,0,0,0,'UTC'),(1615,0,4772,1,'NST'),(1615,1,1172,0,'AMT'),(1615,2,4772,1,'NST'),(1615,3,1172,0,'AMT'),(1615,4,1200,0,'+0020'),(1615,5,4800,1,'+0120'),(1615,6,4800,1,'+0120'),(1615,7,3600,0,'CET'),(1615,8,7200,1,'CEST'),(1615,9,7200,1,'CEST'),(1615,10,7200,1,'CEST'),(1615,11,3600,0,'CET'),(1615,12,3600,0,'CET'),(1616,0,0,0,'WET'),(1616,1,3600,0,'CET'),(1616,2,7200,1,'CEST'),(1616,3,3600,0,'CET'),(1617,0,11532,0,'LMT'),(1617,1,10800,0,'+03'),(1617,2,18000,1,'+05'),(1617,3,14400,0,'+04'),(1617,4,14400,0,'+04'),(1617,5,18000,1,'+05'),(1617,6,14400,1,'+04'),(1617,7,10800,0,'+03'),(1617,8,14400,0,'+04'),(1618,0,5692,0,'AMT'),(1618,1,10800,1,'EEST'),(1618,2,7200,0,'EET'),(1618,3,3600,0,'CET'),(1618,4,7200,1,'CEST'),(1618,5,10800,1,'EEST'),(1618,6,7200,0,'EET'),(1618,7,10800,1,'EEST'),(1618,8,7200,0,'EET'),(1619,0,3600,1,'BST'),(1619,1,0,0,'GMT'),(1619,2,7200,1,'BDST'),(1619,3,3600,0,'BST'),(1619,4,3600,1,'BST'),(1619,5,0,0,'GMT'),(1619,6,0,0,'GMT'),(1620,0,3600,0,'CET'),(1620,1,3600,0,'CET'),(1620,2,7200,1,'CEST'),(1620,3,7200,1,'CEST'),(1620,4,7200,1,'CEST'),(1620,5,3600,0,'CET'),(1621,0,7200,1,'CEST'),(1621,1,3600,0,'CET'),(1621,2,7200,1,'CEST'),(1621,3,3600,0,'CET'),(1621,4,10800,1,'CEMT'),(1621,5,10800,1,'CEMT'),(1621,6,7200,1,'CEST'),(1621,7,3600,0,'CET'),(1622,0,7200,1,'CEST'),(1622,1,3600,0,'CET'),(1622,2,7200,1,'CEST'),(1622,3,3600,0,'CET'),(1622,4,0,0,'GMT'),(1622,5,7200,1,'CEST'),(1622,6,3600,0,'CET'),(1623,0,0,0,'WET'),(1623,1,3600,0,'CET'),(1623,2,7200,1,'CEST'),(1623,3,3600,0,'CET'),(1623,4,7200,1,'CEST'),(1623,5,3600,1,'WEST'),(1623,6,0,0,'WET'),(1623,7,0,0,'WET'),(1623,8,7200,1,'CEST'),(1623,9,3600,0,'CET'),(1624,0,6264,0,'BMT'),(1624,1,10800,1,'EEST'),(1624,2,7200,0,'EET'),(1624,3,10800,1,'EEST'),(1624,4,7200,0,'EET'),(1624,5,10800,1,'EEST'),(1624,6,7200,0,'EET'),(1625,0,7200,1,'CEST'),(1625,1,3600,0,'CET'),(1625,2,7200,1,'CEST'),(1625,3,3600,0,'CET'),(1625,4,7200,1,'CEST'),(1625,5,3600,0,'CET'),(1626,0,7200,1,'CEST'),(1626,1,3600,0,'CET'),(1626,2,7200,1,'CEST'),(1626,3,3600,0,'CET'),(1627,0,6900,0,'CMT'),(1627,1,6264,0,'BMT'),(1627,2,10800,1,'EEST'),(1627,3,7200,0,'EET'),(1627,4,7200,0,'EET'),(1627,5,10800,1,'EEST'),(1627,6,3600,0,'CET'),(1627,7,7200,1,'CEST'),(1627,8,7200,1,'CEST'),(1627,9,14400,1,'MSD'),(1627,10,10800,0,'MSK'),(1627,11,10800,0,'MSK'),(1627,12,14400,1,'MSD'),(1627,13,10800,1,'EEST'),(1627,14,7200,0,'EET'),(1628,0,7200,1,'CEST'),(1628,1,3600,0,'CET'),(1628,2,3600,0,'CET'),(1628,3,7200,1,'CEST'),(1628,4,7200,1,'CEST'),(1628,5,3600,0,'CET'),(1629,0,-1521,0,'DMT'),(1629,1,2079,1,'IST'),(1629,2,3600,1,'BST'),(1629,3,0,0,'GMT'),(1629,4,3600,1,'IST'),(1629,5,0,0,'GMT'),(1629,6,3600,0,'IST'),(1629,7,3600,1,'IST'),(1629,8,0,0,'GMT'),(1630,0,3600,1,'BST'),(1630,1,0,0,'GMT'),(1630,2,7200,1,'BDST'),(1630,3,3600,0,'CET'),(1630,4,7200,1,'CEST'),(1630,5,3600,0,'CET'),(1631,0,3600,1,'BST'),(1631,1,0,0,'GMT'),(1631,2,7200,1,'BDST'),(1631,3,3600,0,'BST'),(1631,4,3600,1,'BST'),(1631,5,0,0,'GMT'),(1631,6,0,0,'GMT'),(1632,0,5989,0,'HMT'),(1632,1,10800,1,'EEST'),(1632,2,7200,0,'EET'),(1632,3,10800,1,'EEST'),(1632,4,7200,0,'EET'),(1633,0,3600,1,'BST'),(1633,1,0,0,'GMT'),(1633,2,7200,1,'BDST'),(1633,3,3600,0,'BST'),(1633,4,3600,1,'BST'),(1633,5,0,0,'GMT'),(1633,6,0,0,'GMT'),(1634,0,7016,0,'IMT'),(1634,1,10800,1,'EEST'),(1634,2,7200,0,'EET'),(1634,3,10800,0,'+03'),(1634,4,14400,1,'+04'),(1634,5,10800,1,'EEST'),(1634,6,7200,0,'EET'),(1634,7,10800,1,'EEST'),(1634,8,7200,0,'EET'),(1634,9,10800,0,'+03'),(1635,0,3600,1,'BST'),(1635,1,0,0,'GMT'),(1635,2,7200,1,'BDST'),(1635,3,3600,0,'BST'),(1635,4,3600,1,'BST'),(1635,5,0,0,'GMT'),(1635,6,0,0,'GMT'),(1636,0,7200,1,'CEST'),(1636,1,3600,0,'CET'),(1636,2,7200,1,'CEST'),(1636,3,3600,0,'CET'),(1636,4,10800,1,'EEST'),(1636,5,7200,0,'EET'),(1636,6,14400,1,'MSD'),(1636,7,10800,0,'MSK'),(1636,8,10800,0,'MSK'),(1636,9,14400,1,'MSD'),(1636,10,10800,1,'EEST'),(1636,11,7200,0,'EET'),(1636,12,10800,0,'+03'),(1636,13,7200,0,'EET'),(1637,0,7324,0,'KMT'),(1637,1,7200,0,'EET'),(1637,2,10800,0,'MSK'),(1637,3,3600,0,'CET'),(1637,4,7200,1,'CEST'),(1637,5,7200,1,'CEST'),(1637,6,14400,1,'MSD'),(1637,7,10800,0,'MSK'),(1637,8,14400,1,'MSD'),(1637,9,10800,1,'EEST'),(1637,10,7200,0,'EET'),(1637,11,10800,1,'EEST'),(1637,12,7200,0,'EET'),(1637,13,10800,1,'EEST'),(1638,0,11928,0,'LMT'),(1638,1,10800,0,'+03'),(1638,2,18000,1,'+05'),(1638,3,14400,0,'+04'),(1638,4,14400,0,'+04'),(1638,5,18000,1,'+05'),(1638,6,14400,1,'+04'),(1638,7,10800,0,'+03'),(1639,0,-2205,0,'LMT'),(1639,1,3600,1,'WEST'),(1639,2,0,0,'WET'),(1639,3,3600,1,'WEST'),(1639,4,0,0,'WET'),(1639,5,7200,1,'WEMT'),(1639,6,0,0,'WET'),(1639,7,3600,0,'CET'),(1639,8,3600,0,'CET'),(1639,9,7200,1,'CEST'),(1639,10,3600,1,'WEST'),(1639,11,0,0,'WET'),(1640,0,3600,0,'CET'),(1640,1,3600,0,'CET'),(1640,2,7200,1,'CEST'),(1640,3,7200,1,'CEST'),(1640,4,7200,1,'CEST'),(1640,5,3600,0,'CET'),(1641,0,3600,1,'BST'),(1641,1,0,0,'GMT'),(1641,2,7200,1,'BDST'),(1641,3,3600,0,'BST'),(1641,4,3600,1,'BST'),(1641,5,0,0,'GMT'),(1641,6,0,0,'GMT'),(1642,0,1476,0,'LMT'),(1642,1,7200,1,'CEST'),(1642,2,3600,0,'CET'),(1642,3,7200,1,'CEST'),(1642,4,3600,0,'CET'),(1642,5,3600,1,'WEST'),(1642,6,0,0,'WET'),(1642,7,0,0,'WET'),(1642,8,3600,1,'WEST'),(1642,9,3600,0,'WET'),(1642,10,7200,1,'WEST'),(1642,11,7200,1,'WEST'),(1642,12,7200,1,'CEST'),(1642,13,3600,0,'CET'),(1643,0,3600,1,'WEST'),(1643,1,0,0,'WET'),(1643,2,7200,1,'WEMT'),(1643,3,0,0,'WET'),(1643,4,7200,1,'CEST'),(1643,5,3600,0,'CET'),(1643,6,7200,1,'CEST'),(1643,7,3600,0,'CET'),(1643,8,7200,1,'CEST'),(1643,9,3600,0,'CET'),(1644,0,7200,1,'CEST'),(1644,1,3600,0,'CET'),(1644,2,3600,0,'CET'),(1644,3,7200,1,'CEST'),(1644,4,7200,1,'CEST'),(1644,5,3600,0,'CET'),(1645,0,5989,0,'HMT'),(1645,1,10800,1,'EEST'),(1645,2,7200,0,'EET'),(1645,3,10800,1,'EEST'),(1645,4,7200,0,'EET'),(1646,0,6600,0,'MMT'),(1646,1,7200,0,'EET'),(1646,2,10800,0,'MSK'),(1646,3,3600,0,'CET'),(1646,4,7200,1,'CEST'),(1646,5,7200,1,'CEST'),(1646,6,14400,1,'MSD'),(1646,7,10800,0,'MSK'),(1646,8,14400,1,'MSD'),(1646,9,10800,1,'EEST'),(1646,10,7200,0,'EET'),(1646,11,10800,0,'+03'),(1647,0,561,0,'PMT'),(1647,1,3600,1,'WEST'),(1647,2,0,0,'WET'),(1647,3,3600,1,'WEST'),(1647,4,7200,1,'WEMT'),(1647,5,0,0,'WET'),(1647,6,7200,1,'CEST'),(1647,7,3600,0,'CET'),(1647,8,7200,1,'CEST'),(1647,9,3600,0,'CET'),(1648,0,9017,0,'MMT'),(1648,1,12679,1,'MST'),(1648,2,9079,0,'MMT'),(1648,3,16279,1,'MDST'),(1648,4,14400,1,'MSD'),(1648,5,10800,0,'MSK'),(1648,6,14400,1,'MSD'),(1648,7,18000,1,'+05'),(1648,8,7200,0,'EET'),(1648,9,10800,0,'MSK'),(1648,10,14400,1,'MSD'),(1648,11,10800,1,'EEST'),(1648,12,7200,0,'EET'),(1648,13,14400,0,'MSK'),(1648,14,14400,1,'MSD'),(1648,15,10800,0,'MSK'),(1649,0,8008,0,'LMT'),(1649,1,10800,1,'EEST'),(1649,2,7200,0,'EET'),(1649,3,7200,0,'EET'),(1649,4,10800,1,'EEST'),(1650,0,7200,1,'CEST'),(1650,1,3600,0,'CET'),(1650,2,3600,0,'CET'),(1650,3,7200,1,'CEST'),(1650,4,7200,1,'CEST'),(1650,5,3600,0,'CET'),(1651,0,561,0,'PMT'),(1651,1,3600,1,'WEST'),(1651,2,0,0,'WET'),(1651,3,3600,1,'WEST'),(1651,4,0,0,'WET'),(1651,5,3600,0,'CET'),(1651,6,7200,1,'CEST'),(1651,7,7200,1,'CEST'),(1651,8,7200,1,'WEMT'),(1651,9,3600,0,'CET'),(1651,10,7200,1,'CEST'),(1651,11,3600,0,'CET'),(1652,0,3600,0,'CET'),(1652,1,3600,0,'CET'),(1652,2,7200,1,'CEST'),(1652,3,7200,1,'CEST'),(1652,4,7200,1,'CEST'),(1652,5,3600,0,'CET'),(1653,0,7200,1,'CEST'),(1653,1,3600,0,'CET'),(1653,2,7200,1,'CEST'),(1653,3,3600,0,'CET'),(1653,4,0,0,'GMT'),(1653,5,7200,1,'CEST'),(1653,6,3600,0,'CET'),(1654,0,5794,0,'RMT'),(1654,1,9394,1,'LST'),(1654,2,7200,0,'EET'),(1654,3,10800,0,'MSK'),(1654,4,3600,0,'CET'),(1654,5,7200,1,'CEST'),(1654,6,7200,1,'CEST'),(1654,7,14400,1,'MSD'),(1654,8,10800,0,'MSK'),(1654,9,14400,1,'MSD'),(1654,10,10800,1,'EEST'),(1654,11,7200,0,'EET'),(1654,12,10800,1,'EEST'),(1654,13,7200,0,'EET'),(1655,0,7200,1,'CEST'),(1655,1,3600,0,'CET'),(1655,2,3600,0,'CET'),(1655,3,7200,1,'CEST'),(1655,4,7200,1,'CEST'),(1655,5,3600,0,'CET'),(1656,0,12020,0,'LMT'),(1656,1,10800,0,'+03'),(1656,2,14400,0,'+04'),(1656,3,18000,1,'+05'),(1656,4,14400,0,'+04'),(1656,5,18000,1,'+05'),(1656,6,14400,1,'+04'),(1656,7,10800,0,'+03'),(1656,8,10800,1,'+03'),(1656,9,7200,0,'+02'),(1656,10,14400,1,'+04'),(1656,11,14400,0,'+04'),(1657,0,7200,1,'CEST'),(1657,1,3600,0,'CET'),(1657,2,3600,0,'CET'),(1657,3,7200,1,'CEST'),(1657,4,7200,1,'CEST'),(1657,5,3600,0,'CET'),(1658,0,3600,0,'CET'),(1658,1,3600,0,'CET'),(1658,2,7200,1,'CEST'),(1658,3,7200,1,'CEST'),(1658,4,7200,1,'CEST'),(1658,5,3600,0,'CET'),(1659,0,11058,0,'LMT'),(1659,1,10800,0,'+03'),(1659,2,18000,1,'+05'),(1659,3,14400,0,'+04'),(1659,4,14400,0,'+04'),(1659,5,18000,1,'+05'),(1659,6,14400,1,'+04'),(1659,7,10800,0,'+03'),(1659,8,14400,0,'+04'),(1660,0,8160,0,'SMT'),(1660,1,7200,0,'EET'),(1660,2,10800,0,'MSK'),(1660,3,3600,0,'CET'),(1660,4,7200,1,'CEST'),(1660,5,7200,1,'CEST'),(1660,6,14400,1,'MSD'),(1660,7,10800,0,'MSK'),(1660,8,14400,1,'MSD'),(1660,9,10800,1,'EEST'),(1660,10,7200,0,'EET'),(1660,11,10800,1,'EEST'),(1660,12,7200,0,'EET'),(1660,13,14400,0,'MSK'),(1660,14,10800,0,'MSK'),(1661,0,3600,0,'CET'),(1661,1,3600,0,'CET'),(1661,2,7200,1,'CEST'),(1661,3,7200,1,'CEST'),(1661,4,7200,1,'CEST'),(1661,5,3600,0,'CET'),(1662,0,7200,0,'EET'),(1662,1,3600,0,'CET'),(1662,2,7200,1,'CEST'),(1662,3,3600,0,'CET'),(1662,4,10800,1,'EEST'),(1662,5,7200,0,'EET'),(1662,6,10800,1,'EEST'),(1662,7,10800,1,'EEST'),(1662,8,7200,0,'EET'),(1663,0,3600,0,'CET'),(1663,1,7200,1,'CEST'),(1663,2,7200,1,'CEST'),(1663,3,3600,0,'CET'),(1664,0,5940,0,'TMT'),(1664,1,7200,1,'CEST'),(1664,2,3600,0,'CET'),(1664,3,3600,0,'CET'),(1664,4,7200,0,'EET'),(1664,5,10800,0,'MSK'),(1664,6,7200,1,'CEST'),(1664,7,14400,1,'MSD'),(1664,8,10800,0,'MSK'),(1664,9,14400,1,'MSD'),(1664,10,10800,1,'EEST'),(1664,11,7200,0,'EET'),(1664,12,7200,0,'EET'),(1664,13,10800,1,'EEST'),(1664,14,10800,1,'EEST'),(1665,0,4760,0,'LMT'),(1665,1,3600,0,'CET'),(1665,2,7200,1,'CEST'),(1665,3,3600,0,'CET'),(1665,4,7200,1,'CEST'),(1666,0,6900,0,'CMT'),(1666,1,6264,0,'BMT'),(1666,2,10800,1,'EEST'),(1666,3,7200,0,'EET'),(1666,4,7200,0,'EET'),(1666,5,10800,1,'EEST'),(1666,6,3600,0,'CET'),(1666,7,7200,1,'CEST'),(1666,8,7200,1,'CEST'),(1666,9,14400,1,'MSD'),(1666,10,10800,0,'MSK'),(1666,11,10800,0,'MSK'),(1666,12,14400,1,'MSD'),(1666,13,10800,1,'EEST'),(1666,14,7200,0,'EET'),(1667,0,11616,0,'LMT'),(1667,1,10800,0,'+03'),(1667,2,18000,1,'+05'),(1667,3,14400,0,'+04'),(1667,4,14400,0,'+04'),(1667,5,18000,1,'+05'),(1667,6,14400,1,'+04'),(1667,7,10800,0,'+03'),(1667,8,10800,1,'+03'),(1667,9,7200,0,'+02'),(1667,10,14400,1,'+04'),(1667,11,14400,0,'+04'),(1668,0,3600,0,'CET'),(1668,1,7200,1,'CEST'),(1668,2,3600,0,'CET'),(1668,3,7200,1,'CEST'),(1668,4,14400,1,'MSD'),(1668,5,10800,0,'MSK'),(1668,6,10800,0,'MSK'),(1668,7,14400,1,'MSD'),(1668,8,7200,0,'EET'),(1668,9,10800,1,'EEST'),(1668,10,7200,0,'EET'),(1668,11,7200,0,'EET'),(1668,12,10800,1,'EEST'),(1668,13,10800,1,'EEST'),(1669,0,7200,1,'CEST'),(1669,1,3600,0,'CET'),(1669,2,7200,1,'CEST'),(1669,3,3600,0,'CET'),(1670,0,7200,1,'CEST'),(1670,1,3600,0,'CET'),(1670,2,3600,0,'CET'),(1670,3,7200,1,'CEST'),(1670,4,7200,1,'CEST'),(1670,5,3600,0,'CET'),(1671,0,7200,1,'CEST'),(1671,1,3600,0,'CET'),(1671,2,7200,1,'CEST'),(1671,3,3600,0,'CET'),(1671,4,7200,1,'CEST'),(1671,5,3600,0,'CET'),(1672,0,5040,0,'WMT'),(1672,1,5736,0,'KMT'),(1672,2,3600,0,'CET'),(1672,3,7200,0,'EET'),(1672,4,10800,0,'MSK'),(1672,5,3600,0,'CET'),(1672,6,7200,1,'CEST'),(1672,7,7200,1,'CEST'),(1672,8,14400,1,'MSD'),(1672,9,10800,0,'MSK'),(1672,10,14400,1,'MSD'),(1672,11,10800,1,'EEST'),(1672,12,7200,0,'EET'),(1672,13,7200,1,'CEST'),(1672,14,3600,0,'CET'),(1672,15,7200,0,'EET'),(1672,16,10800,1,'EEST'),(1673,0,10660,0,'LMT'),(1673,1,10800,0,'+03'),(1673,2,14400,0,'+04'),(1673,3,18000,1,'+05'),(1673,4,14400,0,'+04'),(1673,5,18000,1,'+05'),(1673,6,14400,1,'+04'),(1673,7,10800,0,'+03'),(1674,0,5040,0,'WMT'),(1674,1,7200,1,'CEST'),(1674,2,3600,0,'CET'),(1674,3,7200,1,'CEST'),(1674,4,3600,0,'CET'),(1674,5,10800,1,'EEST'),(1674,6,7200,0,'EET'),(1674,7,7200,0,'EET'),(1674,8,7200,1,'CEST'),(1674,9,3600,0,'CET'),(1675,0,3600,0,'CET'),(1675,1,3600,0,'CET'),(1675,2,7200,1,'CEST'),(1675,3,7200,1,'CEST'),(1675,4,7200,1,'CEST'),(1675,5,3600,0,'CET'),(1676,0,8400,0,'+0220'),(1676,1,7200,0,'EET'),(1676,2,10800,0,'MSK'),(1676,3,3600,0,'CET'),(1676,4,7200,1,'CEST'),(1676,5,7200,1,'CEST'),(1676,6,14400,1,'MSD'),(1676,7,10800,0,'MSK'),(1676,8,14400,1,'MSD'),(1676,9,10800,1,'EEST'),(1676,10,10800,1,'EEST'),(1676,11,7200,0,'EET'),(1676,12,7200,0,'EET'),(1676,13,10800,1,'EEST'),(1677,0,7200,1,'CEST'),(1677,1,3600,0,'CET'),(1677,2,7200,1,'CEST'),(1677,3,3600,0,'CET'),(1678,0,3600,1,'BST'),(1678,1,0,0,'GMT'),(1678,2,7200,1,'BDST'),(1678,3,3600,0,'BST'),(1678,4,3600,1,'BST'),(1678,5,0,0,'GMT'),(1678,6,0,0,'GMT'),(1679,0,3600,1,'BST'),(1679,1,0,0,'GMT'),(1679,2,7200,1,'BDST'),(1679,3,3600,0,'BST'),(1679,4,3600,1,'BST'),(1679,5,0,0,'GMT'),(1679,6,0,0,'GMT'),(1680,0,0,0,'GMT'),(1681,0,0,0,'GMT'),(1682,0,0,0,'GMT'),(1683,0,0,0,'GMT'),(1684,0,0,0,'GMT'),(1685,0,-36000,0,'HST'),(1686,0,27402,0,'LMT'),(1686,1,28800,0,'HKT'),(1686,2,32400,1,'HKST'),(1686,3,30600,1,'HKWT'),(1686,4,32400,0,'JST'),(1686,5,28800,0,'HKT'),(1686,6,32400,1,'HKST'),(1687,0,-5280,0,'LMT'),(1687,1,0,1,'+00'),(1687,2,-3600,0,'-01'),(1687,3,-3600,0,'-01'),(1687,4,0,1,'+00'),(1687,5,0,0,'GMT'),(1688,0,8836,0,'LMT'),(1688,1,9000,0,'+0230'),(1688,2,10800,0,'EAT'),(1688,3,9900,0,'+0245'),(1688,4,10800,0,'EAT'),(1689,0,17380,0,'LMT'),(1689,1,18000,0,'+05'),(1689,2,21600,0,'+06'),(1690,0,25200,0,'+07'),(1691,0,23400,0,'+0630'),(1692,0,8836,0,'LMT'),(1692,1,9000,0,'+0230'),(1692,2,10800,0,'EAT'),(1692,3,9900,0,'+0245'),(1692,4,10800,0,'EAT'),(1693,0,0,0,'-00'),(1693,1,18000,0,'+05'),(1694,0,13308,0,'LMT'),(1694,1,14400,0,'+04'),(1695,0,17640,0,'MMT'),(1695,1,18000,0,'+05'),(1696,0,13800,0,'LMT'),(1696,1,18000,1,'+05'),(1696,2,14400,0,'+04'),(1697,0,8836,0,'LMT'),(1697,1,9000,0,'+0230'),(1697,2,10800,0,'EAT'),(1697,3,9900,0,'+0245'),(1697,4,10800,0,'EAT'),(1698,0,13312,0,'LMT'),(1698,1,14400,0,'+04'),(1699,0,12344,0,'LMT'),(1699,1,12344,0,'TMT'),(1699,2,12600,0,'+0330'),(1699,3,18000,1,'+05'),(1699,4,14400,0,'+04'),(1699,5,16200,1,'+0430'),(1699,6,12600,0,'+0330'),(1700,0,8440,0,'JMT'),(1700,1,10800,1,'IDT'),(1700,2,7200,0,'IST'),(1700,3,14400,1,'IDDT'),(1700,4,10800,1,'IDT'),(1700,5,7200,0,'IST'),(1700,6,10800,1,'IDT'),(1700,7,7200,0,'IST'),(1701,0,-18430,0,'KMT'),(1701,1,-18000,0,'EST'),(1701,2,-14400,1,'EDT'),(1702,0,36000,1,'JDT'),(1702,1,32400,0,'JST'),(1702,2,32400,0,'JST'),(1703,0,39600,0,'+11'),(1703,1,36000,0,'+10'),(1703,2,32400,0,'+09'),(1703,3,-43200,0,'-12'),(1703,4,43200,0,'+12'),(1704,0,3164,0,'LMT'),(1704,1,7200,1,'CEST'),(1704,2,3600,0,'CET'),(1704,3,7200,0,'EET'),(1705,0,7200,1,'MEST'),(1705,1,3600,0,'MET'),(1705,2,7200,1,'MEST'),(1705,3,3600,0,'MET'),(1706,0,-25200,0,'MST'),(1707,0,-21600,1,'MDT'),(1707,1,-25200,0,'MST'),(1707,2,-21600,1,'MWT'),(1707,3,-21600,1,'MPT'),(1708,0,-28084,0,'LMT'),(1708,1,-25200,0,'MST'),(1708,2,-28800,0,'PST'),(1708,3,-25200,1,'PDT'),(1708,4,-25200,1,'PWT'),(1708,5,-25200,1,'PPT'),(1709,0,-25540,0,'LMT'),(1709,1,-25200,0,'MST'),(1709,2,-21600,0,'CST'),(1709,3,-28800,0,'PST'),(1709,4,-21600,1,'MDT'),(1709,5,-25200,0,'MST'),(1710,0,-23796,0,'LMT'),(1710,1,-25200,0,'MST'),(1710,2,-21600,0,'CST'),(1710,3,-18000,1,'CDT'),(1710,4,-18000,1,'CWT'),(1711,0,45000,1,'NZST'),(1711,1,41400,0,'NZMT'),(1711,2,43200,1,'NZST'),(1711,3,46800,1,'NZDT'),(1711,4,43200,0,'NZST'),(1711,5,43200,0,'NZST'),(1712,0,44100,0,'+1215'),(1712,1,49500,1,'+1345'),(1712,2,45900,0,'+1245'),(1712,3,45900,0,'+1245'),(1713,0,-21600,1,'MDT'),(1713,1,-25200,0,'MST'),(1713,2,-21600,1,'MWT'),(1713,3,-21600,1,'MPT'),(1714,0,32400,1,'CDT'),(1714,1,28800,0,'CST'),(1715,0,-25200,1,'PDT'),(1715,1,-28800,0,'PST'),(1715,2,-25200,1,'PWT'),(1715,3,-25200,1,'PPT'),(1716,0,-41216,0,'LMT'),(1716,1,-41400,0,'-1130'),(1716,2,-36000,1,'-10'),(1716,3,-39600,0,'-11'),(1716,4,46800,0,'+13'),(1716,5,50400,1,'+14'),(1717,0,45000,1,'NZST'),(1717,1,41400,0,'NZMT'),(1717,2,43200,1,'NZST'),(1717,3,46800,1,'NZDT'),(1717,4,43200,0,'NZST'),(1717,5,43200,0,'NZST'),(1718,0,36000,0,'+10'),(1718,1,32400,0,'+09'),(1718,2,39600,0,'+11'),(1719,0,44100,0,'+1215'),(1719,1,49500,1,'+1345'),(1719,2,45900,0,'+1245'),(1719,3,45900,0,'+1245'),(1720,0,36000,0,'+10'),(1720,1,32400,0,'+09'),(1720,2,36000,0,'+10'),(1721,0,-26248,0,'EMT'),(1721,1,-21600,1,'-06'),(1721,2,-25200,0,'-07'),(1721,3,-25200,0,'-07'),(1721,4,-21600,0,'-06'),(1721,5,-18000,1,'-05'),(1722,0,40396,0,'LMT'),(1722,1,43200,1,'+12'),(1722,2,39600,0,'+11'),(1722,3,43200,1,'+12'),(1722,4,39600,0,'+11'),(1723,0,0,0,'-00'),(1723,1,-43200,0,'-12'),(1723,2,-39600,0,'-11'),(1723,3,46800,0,'+13'),(1724,0,-39600,0,'-11'),(1724,1,46800,0,'+13'),(1725,0,42944,0,'LMT'),(1725,1,46800,1,'+13'),(1725,2,43200,0,'+12'),(1726,0,43200,0,'+12'),(1727,0,-21504,0,'LMT'),(1727,1,-18000,0,'-05'),(1727,2,-18000,1,'-05'),(1727,3,-21600,0,'-06'),(1728,0,-32388,0,'LMT'),(1728,1,-32400,0,'-09'),(1729,0,38388,0,'LMT'),(1729,1,39600,0,'+11'),(1730,0,36000,0,'GST'),(1730,1,32400,0,'+09'),(1730,2,39600,1,'GDT'),(1730,3,36000,0,'ChST'),(1731,0,-37800,0,'HST'),(1731,1,-34200,1,'HDT'),(1731,2,-34200,1,'HWT'),(1731,3,-34200,1,'HPT'),(1731,4,-36000,0,'HST'),(1732,0,-37800,0,'HST'),(1732,1,-34200,1,'HDT'),(1732,2,-34200,1,'HWT'),(1732,3,-34200,1,'HPT'),(1732,4,-36000,0,'HST'),(1733,0,0,0,'-00'),(1733,1,-43200,0,'-12'),(1733,2,-39600,0,'-11'),(1733,3,46800,0,'+13'),(1734,0,-38400,0,'-1040'),(1734,1,-36000,0,'-10'),(1734,2,50400,0,'+14'),(1735,0,39600,0,'+11'),(1735,1,32400,0,'+09'),(1735,2,36000,0,'+10'),(1735,3,43200,0,'+12'),(1735,4,39600,0,'+11'),(1736,0,39600,0,'+11'),(1736,1,36000,0,'+10'),(1736,2,32400,0,'+09'),(1736,3,-43200,0,'-12'),(1736,4,43200,0,'+12'),(1737,0,39600,0,'+11'),(1737,1,32400,0,'+09'),(1737,2,36000,0,'+10'),(1737,3,43200,0,'+12'),(1738,0,-33480,0,'LMT'),(1738,1,-34200,0,'-0930'),(1739,0,-40968,0,'LMT'),(1739,1,-39600,0,'SST'),(1740,0,40060,0,'LMT'),(1740,1,41400,0,'+1130'),(1740,2,32400,0,'+09'),(1740,3,43200,0,'+12'),(1741,0,-40780,0,'LMT'),(1741,1,-40800,0,'-1120'),(1741,2,-39600,0,'-11'),(1742,0,40320,0,'+1112'),(1742,1,41400,0,'+1130'),(1742,2,45000,1,'+1230'),(1742,3,41400,0,'+1130'),(1742,4,39600,0,'+11'),(1742,5,43200,1,'+12'),(1742,6,39600,0,'+11'),(1743,0,39948,0,'LMT'),(1743,1,43200,1,'+12'),(1743,2,39600,0,'+11'),(1743,3,43200,1,'+12'),(1743,4,39600,0,'+11'),(1744,0,-40968,0,'LMT'),(1744,1,-39600,0,'SST'),(1745,0,32400,0,'+09'),(1746,0,-30600,0,'-0830'),(1746,1,-28800,0,'-08'),(1747,0,39600,0,'+11'),(1747,1,32400,0,'+09'),(1747,2,36000,0,'+10'),(1747,3,39600,0,'+11'),(1748,0,39600,0,'+11'),(1748,1,32400,0,'+09'),(1748,2,36000,0,'+10'),(1748,3,39600,0,'+11'),(1749,0,36000,0,'+10'),(1750,0,-38344,0,'LMT'),(1750,1,-37800,0,'-1030'),(1750,2,-36000,0,'-10'),(1750,3,-34200,1,'-0930'),(1751,0,36000,0,'GST'),(1751,1,32400,0,'+09'),(1751,2,39600,1,'GDT'),(1751,3,36000,0,'ChST'),(1752,0,-40968,0,'LMT'),(1752,1,-39600,0,'SST'),(1753,0,-35896,0,'LMT'),(1753,1,-36000,0,'-10'),(1754,0,43200,0,'+12'),(1755,0,44352,0,'LMT'),(1755,1,44400,0,'+1220'),(1755,2,46800,0,'+13'),(1755,3,50400,1,'+14'),(1755,4,46800,0,'+13'),(1755,5,50400,1,'+14'),(1756,0,36000,0,'+10'),(1756,1,32400,0,'+09'),(1756,2,36000,0,'+10'),(1757,0,43200,0,'+12'),(1758,0,43200,0,'+12'),(1759,0,36000,0,'+10'),(1759,1,32400,0,'+09'),(1759,2,36000,0,'+10'),(1760,0,5040,0,'WMT'),(1760,1,7200,1,'CEST'),(1760,2,3600,0,'CET'),(1760,3,7200,1,'CEST'),(1760,4,3600,0,'CET'),(1760,5,10800,1,'EEST'),(1760,6,7200,0,'EET'),(1760,7,7200,0,'EET'),(1760,8,7200,1,'CEST'),(1760,9,3600,0,'CET'),(1761,0,-2205,0,'LMT'),(1761,1,3600,1,'WEST'),(1761,2,0,0,'WET'),(1761,3,3600,1,'WEST'),(1761,4,0,0,'WET'),(1761,5,7200,1,'WEMT'),(1761,6,0,0,'WET'),(1761,7,3600,0,'CET'),(1761,8,3600,0,'CET'),(1761,9,7200,1,'CEST'),(1761,10,3600,1,'WEST'),(1761,11,0,0,'WET'),(1762,0,28800,0,'CST'),(1762,1,32400,0,'JST'),(1762,2,32400,1,'CDT'),(1762,3,28800,0,'CST'),(1763,0,30472,0,'LMT'),(1763,1,30600,0,'KST'),(1763,2,32400,0,'JST'),(1763,3,36000,1,'KDT'),(1763,4,32400,0,'KST'),(1763,5,34200,1,'KDT'),(1763,6,36000,1,'KDT'),(1764,0,24925,0,'SMT'),(1764,1,25200,0,'+07'),(1764,2,26400,1,'+0720'),(1764,3,26400,0,'+0720'),(1764,4,27000,0,'+0730'),(1764,5,32400,0,'+09'),(1764,6,28800,0,'+08'),(1765,0,7016,0,'IMT'),(1765,1,10800,1,'EEST'),(1765,2,7200,0,'EET'),(1765,3,10800,0,'+03'),(1765,4,14400,1,'+04'),(1765,5,10800,1,'EEST'),(1765,6,7200,0,'EET'),(1765,7,10800,1,'EEST'),(1765,8,7200,0,'EET'),(1765,9,10800,0,'+03'),(1766,0,0,0,'UTC'),(1767,0,-36000,0,'AST'),(1767,1,-32400,1,'AWT'),(1767,2,-32400,1,'APT'),(1767,3,-36000,0,'AHST'),(1767,4,-32400,1,'AHDT'),(1767,5,-32400,0,'YST'),(1767,6,-28800,1,'AKDT'),(1767,7,-32400,0,'AKST'),(1768,0,-39600,0,'NST'),(1768,1,-36000,1,'NWT'),(1768,2,-36000,1,'NPT'),(1768,3,-39600,0,'BST'),(1768,4,-36000,1,'BDT'),(1768,5,-36000,0,'AHST'),(1768,6,-32400,1,'HDT'),(1768,7,-36000,0,'HST'),(1769,0,-21600,1,'MDT'),(1769,1,-25200,0,'MST'),(1769,2,-21600,1,'MWT'),(1770,0,-18000,1,'CDT'),(1770,1,-21600,0,'CST'),(1770,2,-18000,0,'EST'),(1770,3,-18000,1,'CWT'),(1770,4,-18000,1,'CPT'),(1770,5,-21600,0,'CST'),(1771,0,-18000,1,'CDT'),(1771,1,-21600,0,'CST'),(1771,2,-18000,1,'CWT'),(1771,3,-18000,1,'CPT'),(1771,4,-18000,0,'EST'),(1771,5,-14400,1,'EDT'),(1772,0,-14400,1,'EDT'),(1772,1,-18000,0,'EST'),(1772,2,-14400,1,'EWT'),(1772,3,-14400,1,'EPT'),(1773,0,-37800,0,'HST'),(1773,1,-34200,1,'HDT'),(1773,2,-34200,1,'HWT'),(1773,3,-34200,1,'HPT'),(1773,4,-36000,0,'HST'),(1774,0,-18000,1,'CDT'),(1774,1,-21600,0,'CST'),(1774,2,-18000,1,'CWT'),(1774,3,-18000,1,'CPT'),(1774,4,-18000,0,'EST'),(1774,5,-21600,0,'CST'),(1775,0,-19931,0,'LMT'),(1775,1,-21600,0,'CST'),(1775,2,-18000,0,'EST'),(1775,3,-14400,1,'EWT'),(1775,4,-14400,1,'EPT'),(1775,5,-14400,1,'EDT'),(1776,0,-21600,1,'MDT'),(1776,1,-25200,0,'MST'),(1776,2,-21600,1,'MWT'),(1776,3,-21600,1,'MPT'),(1777,0,-25200,1,'PDT'),(1777,1,-28800,0,'PST'),(1777,2,-25200,1,'PWT'),(1777,3,-25200,1,'PPT'),(1778,0,-40968,0,'LMT'),(1778,1,-39600,0,'SST'),(1779,0,0,0,'UTC'),(1780,0,0,0,'UTC'),(1781,0,9017,0,'MMT'),(1781,1,12679,1,'MST'),(1781,2,9079,0,'MMT'),(1781,3,16279,1,'MDST'),(1781,4,14400,1,'MSD'),(1781,5,10800,0,'MSK'),(1781,6,14400,1,'MSD'),(1781,7,18000,1,'+05'),(1781,8,7200,0,'EET'),(1781,9,10800,0,'MSK'),(1781,10,14400,1,'MSD'),(1781,11,10800,1,'EEST'),(1781,12,7200,0,'EET'),(1781,13,14400,0,'MSK'),(1781,14,14400,1,'MSD'),(1781,15,10800,0,'MSK'),(1782,0,3600,1,'WEST'),(1782,1,0,0,'WET'),(1783,0,0,0,'UTC');
 /*!40000 ALTER TABLE `time_zone_transition_type` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -890,7 +892,7 @@ CREATE TABLE `user` (
 
 LOCK TABLES `user` WRITE;
 /*!40000 ALTER TABLE `user` DISABLE KEYS */;
-INSERT INTO `user` VALUES ('localhost','root','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0,'mysql_native_password','*69F6E1C3A801EB1F5B31C03200EA2024B586D3E8','N','2022-06-07 09:20:48',NULL,'N'),('localhost','mysql.session','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0,0,'mysql_native_password','*THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE','N','2022-06-07 09:20:40',NULL,'Y'),('localhost','mysql.sys','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0,0,'mysql_native_password','*THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE','N','2022-06-07 09:20:40',NULL,'Y'),('%','root','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0,'mysql_native_password','*69F6E1C3A801EB1F5B31C03200EA2024B586D3E8','N','2022-06-07 09:20:48',NULL,'N'),('%','dump','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0,'mysql_native_password','*A475BD90A45396AAA54E31D36E0E52E17D78EF45','N','2022-06-07 09:20:48',NULL,'N'),('%','test','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0,'mysql_native_password','*A475BD90A45396AAA54E31D36E0E52E17D78EF45','N','2022-07-07 10:41:09',NULL,'N');
+INSERT INTO `user` VALUES ('localhost','root','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0,'mysql_native_password','*69F6E1C3A801EB1F5B31C03200EA2024B586D3E8','N','2022-10-28 19:12:58',NULL,'N'),('localhost','mysql.session','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0,0,'mysql_native_password','*THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE','N','2022-10-28 19:12:53',NULL,'Y'),('localhost','mysql.sys','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0,0,'mysql_native_password','*THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE','N','2022-10-28 19:12:53',NULL,'Y'),('%','root','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0,'mysql_native_password','*69F6E1C3A801EB1F5B31C03200EA2024B586D3E8','N','2022-10-28 19:12:58',NULL,'N'),('%','dump','Y','N','N','N','N','N','N','N','Y','N','N','N','N','N','N','N','N','Y','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0,0,'mysql_native_password','*A475BD90A45396AAA54E31D36E0E52E17D78EF45','N','2022-10-28 19:12:58',NULL,'N');
 /*!40000 ALTER TABLE `user` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -941,4 +943,4 @@ CREATE TABLE IF NOT EXISTS `slow_log` (
 /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
 /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
 
--- Dump completed on 2022-08-11 12:00:02
+-- Dump completed on 2023-09-08  7:52:08
diff --git a/db/rat.sql b/db/rat.sql
index 19b3b14..fb66f77 100644
--- a/db/rat.sql
+++ b/db/rat.sql
@@ -1,13 +1,13 @@
--- MySQL dump 10.19  Distrib 10.3.29-MariaDB, for Linux (x86_64)
+-- MySQL dump 10.13  Distrib 5.7.42, for Linux (x86_64)
 --
--- Host: raof-mysql-svc.dev    Database: rat
+-- Host: localhost    Database: rat
 -- ------------------------------------------------------
--- Server version	5.7.38
+-- Server version	5.7.42
 
 /*!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 utf8mb4 */;
+/*!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 */;
@@ -16,13 +16,17 @@
 /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
 
 --
--- Table structure for table `contracts`
+-- Current Database: `rat`
 --
 
 CREATE DATABASE /*!32312 IF NOT EXISTS*/ `rat` /*!40100 DEFAULT CHARACTER SET latin1 */;
 
 USE `rat`;
 
+--
+-- Table structure for table `contracts`
+--
+
 DROP TABLE IF EXISTS `contracts`;
 /*!40101 SET @saved_cs_client     = @@character_set_client */;
 /*!40101 SET character_set_client = utf8 */;
@@ -39,11 +43,6 @@ CREATE TABLE `contracts` (
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
 /*!40101 SET character_set_client = @saved_cs_client */;
 
---
--- Dumping data for table `contracts`
---
-
-
 --
 -- Table structure for table `users`
 --
@@ -63,15 +62,10 @@ CREATE TABLE `users` (
   `salt` varchar(255) DEFAULT NULL,
   `source` varchar(32) DEFAULT NULL,
   PRIMARY KEY (`uid`)
-) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=latin1;
+) ENGINE=InnoDB AUTO_INCREMENT=78 DEFAULT CHARSET=latin1;
 /*!40101 SET character_set_client = @saved_cs_client */;
 
---
--- Dumping data for table `users`
---
-
-LOCK TABLES `users` WRITE;
-
+/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
 
 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
 /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
@@ -81,4 +75,4 @@ LOCK TABLES `users` WRITE;
 /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
 /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
 
--- Dump completed on 2022-08-11 12:00:02
+-- Dump completed on 2023-09-08  7:52:08
diff --git a/db/survey.sql b/db/survey.sql
index be7d236..a33cd5b 100644
--- a/db/survey.sql
+++ b/db/survey.sql
@@ -1,13 +1,13 @@
--- MySQL dump 10.19  Distrib 10.3.29-MariaDB, for Linux (x86_64)
+-- MySQL dump 10.13  Distrib 5.7.42, for Linux (x86_64)
 --
--- Host: raof-mysql-svc.dev    Database: survey
+-- Host: localhost    Database: survey
 -- ------------------------------------------------------
--- Server version	5.7.38
+-- Server version	5.7.42
 
 /*!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 utf8mb4 */;
+/*!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 */;
@@ -16,13 +16,17 @@
 /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
 
 --
--- Table structure for table `answers_table`
+-- Current Database: `survey`
 --
 
 CREATE DATABASE /*!32312 IF NOT EXISTS*/ `survey` /*!40100 DEFAULT CHARACTER SET latin1 */;
 
 USE `survey`;
 
+--
+-- Table structure for table `answers_table`
+--
+
 DROP TABLE IF EXISTS `answers_table`;
 /*!40101 SET @saved_cs_client     = @@character_set_client */;
 /*!40101 SET character_set_client = utf8 */;
@@ -32,13 +36,17 @@ CREATE TABLE `answers_table` (
   `question_id` int(11) DEFAULT NULL,
   `answer` int(11) DEFAULT NULL,
   PRIMARY KEY (`id`)
-) ENGINE=MyISAM AUTO_INCREMENT=1441048 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=41960289 DEFAULT CHARSET=latin1;
 /*!40101 SET character_set_client = @saved_cs_client */;
 
 --
 -- Dumping data for table `answers_table`
 --
 
+LOCK TABLES `answers_table` WRITE;
+/*!40000 ALTER TABLE `answers_table` DISABLE KEYS */;
+/*!40000 ALTER TABLE `answers_table` ENABLE KEYS */;
+UNLOCK TABLES;
 
 --
 -- Table structure for table `asset_answers`
@@ -57,7 +65,7 @@ CREATE TABLE `asset_answers` (
   `integrity_level` double DEFAULT NULL,
   `availability_level` double DEFAULT NULL,
   PRIMARY KEY (`id`)
-) ENGINE=MyISAM AUTO_INCREMENT=203 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=1524 DEFAULT CHARSET=latin1;
 /*!40101 SET character_set_client = @saved_cs_client */;
 
 --
@@ -66,7 +74,6 @@ CREATE TABLE `asset_answers` (
 
 LOCK TABLES `asset_answers` WRITE;
 /*!40000 ALTER TABLE `asset_answers` DISABLE KEYS */;
-INSERT INTO `asset_answers` VALUES (145,'ea8d2156-e820-440e-bb5b-c64aacc6c459','Insert',1,1,1,1,1),(146,'ea8d2156-e820-440e-bb5b-c64aacc6c459','Insert',1,1,1,1,1),(147,'ea8d2156-e820-440e-bb5b-c64aacc6c459','Insert',1,1,1,1,1),(148,'c4db2a1b-3fa8-470e-a4d0-e8ee21fb7719','Insert',1,1,1,1,1),(149,'c4db2a1b-3fa8-470e-a4d0-e8ee21fb7719','Insert',1,1,1,1,1),(150,'c4db2a1b-3fa8-470e-a4d0-e8ee21fb7719','Insert',1,1,1,1,1),(202,'18e72563-da1c-48cb-a063-9ca292a20d65','Asset1',26,1,1000,100,10),(201,'18e72563-da1c-48cb-a063-9ca292a20d65','Asset2',8,2,100000,100,1),(200,'18e72563-da1c-48cb-a063-9ca292a20d65','Asset3',5,1,1,10,100000),(199,'18e72563-da1c-48cb-a063-9ca292a20d65','Asset3',1,1,100,100,100),(198,'ab9e8bea-803e-4d0b-a67b-bae9c5446301','Insert',5,2,10000000,1000,1000),(197,'ab9e8bea-803e-4d0b-a67b-bae9c5446301','Insert',23,1,100000000,100000000,1000),(196,'ab9e8bea-803e-4d0b-a67b-bae9c5446301','Insert',21,3,10000,1,1000000000),(195,'ab9e8bea-803e-4d0b-a67b-bae9c5446301','Insert',7,1,10000,1000,100000);
 /*!40000 ALTER TABLE `asset_answers` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -86,8 +93,9 @@ CREATE TABLE `asset_answers_dynamic` (
   `confidentiality_level` double DEFAULT NULL,
   `integrity_level` double DEFAULT NULL,
   `availability_level` double DEFAULT NULL,
+  `cloud_resources_id` varchar(256) DEFAULT NULL,
   PRIMARY KEY (`id`)
-) ENGINE=MyISAM AUTO_INCREMENT=171 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=2217 DEFAULT CHARSET=latin1;
 /*!40101 SET character_set_client = @saved_cs_client */;
 
 --
@@ -96,7 +104,6 @@ CREATE TABLE `asset_answers_dynamic` (
 
 LOCK TABLES `asset_answers_dynamic` WRITE;
 /*!40000 ALTER TABLE `asset_answers_dynamic` DISABLE KEYS */;
-INSERT INTO `asset_answers_dynamic` VALUES (145,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Activo1',1,1,1000000000,100000000,1000000000),(146,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',2,1,1,1,1),(147,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',3,1,1,1,1),(148,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',4,1,1,1,1),(149,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',5,1,1,1,1),(150,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',6,1,1,1,1),(151,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',7,1,1,1,1),(152,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',8,1,1,1,1),(153,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',9,1,1,1,1),(154,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',10,1,1,1,1),(155,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',11,1,1,1,1),(156,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',12,1,1,1,1),(157,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',13,1,1,1,1),(158,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',14,1,1,1,1),(159,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',15,1,1,1,1),(160,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',16,1,1,1,1),(161,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',17,1,1,1,1),(162,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',18,1,1,1,1),(163,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',19,1,1,1,1),(164,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',20,1,1,1,1),(165,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',21,1,1,1,1),(166,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',22,1,1,1,1),(167,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',23,1,1,1,1),(168,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',24,1,1,1,1),(169,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',25,1,1,1,1),(170,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','Insert',26,1,1,1,1);
 /*!40000 ALTER TABLE `asset_answers_dynamic` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -124,7 +131,7 @@ CREATE TABLE `asset_types` (
 
 LOCK TABLES `asset_types` WRITE;
 /*!40000 ALTER TABLE `asset_types` DISABLE KEYS */;
-INSERT INTO `asset_types` VALUES (1,'CI CD Service Job','',1,1,1),(2,'CI CD Service Workflow','',1,1,1),(3,'Compute. Container','',1,1,1),(4,'Compute. Function','',1,1,1),(5,'Compute. Virtual Machine','',1,1,1),(6,'Container Orchestration','',1,1,1),(7,'Container Registry','',1,1,1),(8,'Database Service. Key Value Database Service','',1,1,1),(9,'Database Service. Relational Database Service','',1,1,1),(10,'Identity Management. Identity','',1,1,1),(11,'Identity Management. Role Assignment','',1,1,1),(12,'Image. Container Image','',1,1,1),(13,'Image. VM Image','',1,1,1),(14,'IoT. Device Provisioning Service','',1,1,1),(15,'IoT. Messaging Hub','',1,1,1),(16,'Logging. Infrastructure Logging','',1,1,1),(17,'Logging. Reseource Logging','',1,1,1),(18,'Networking. Network Interface','',1,1,1),(19,'Networking. Network Security Group','',1,1,1),(20,'Networking. Networking Service. Load Balancer','',1,1,1),(21,'Networking. Virtual Network','',1,1,1),(22,'Networking. Virtual Sub Network','',1,1,1),(23,'Storage. Block Storage','',1,1,1),(24,'Storage. File Storage','',1,1,1),(25,'Storage. Object Storage','',1,1,1),(26,'Client trust','',1,1,1);
+INSERT INTO `asset_types` VALUES (1,'CI CD Service ','NA',1,1,1),(2,'Container','NA',1,1,1),(3,'Function','NA',1,1,1),(4,'Virtual Machine','NA',1,1,1),(5,'ContainerOrchestration','NA',1,1,1),(6,'ContainerRegistry','NA',1,1,1),(7,'Database','NA',1,1,1),(8,'Container Image','NA',1,1,1),(9,'VM Image','NA',1,1,1),(10,'IoT Device Provisioning Service','NA',1,1,1),(11,'IoT Messaging Hub','NA',1,1,1),(12,'Network','NA',1,1,1),(13,'Local storage','NA',1,1,1),(14,'Client trust','NA',1,1,1);
 /*!40000 ALTER TABLE `asset_types` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -179,7 +186,7 @@ CREATE TABLE `aux_asset_threat` (
 
 LOCK TABLES `aux_asset_threat` WRITE;
 /*!40000 ALTER TABLE `aux_asset_threat` DISABLE KEYS */;
-INSERT INTO `aux_asset_threat` VALUES (1,1,1,0,0,0),(2,1,2,0,0,0),(3,1,3,0,0,0),(4,1,4,0,0,0),(5,1,5,0,0,0),(6,1,6,0,0,0),(7,1,7,0,0,0),(8,1,8,0,0,0),(9,1,9,0,0,0),(10,1,10,0,0,0),(11,1,11,0,0,0),(12,1,12,0,0,0),(13,1,13,0,0,0),(14,1,14,0,0,0),(15,1,15,0,0,0),(16,1,16,0,0,0),(17,1,17,0,0,0),(18,1,18,0,0,0),(19,1,19,0,0,0),(20,1,20,0,0,0),(21,1,21,0,0,0),(22,1,22,0,0,0),(23,1,23,0,0,0),(24,1,24,0,0,0),(25,1,25,0,0,0),(26,1,26,0.1,0.1,0.1),(27,2,1,0,0,0),(28,2,2,0.1,0,0),(29,2,3,0.05,0,0),(30,2,4,0,0,0),(31,2,5,0.1,0,0),(32,2,6,0,0,0),(33,2,7,0,0,0),(34,2,8,0.1,0.9,0),(35,2,9,0,0,0),(36,2,10,0.2,0.05,0),(37,2,11,0.2,0.05,0),(38,2,12,0.05,0,0),(39,2,13,0.05,0,0),(40,2,14,0.1,0,0),(41,2,15,0,0.1,0),(42,2,16,0.05,0.1,0.2),(43,2,17,0.05,0.1,0.2),(44,2,18,0,0,0),(45,2,19,0,0,0),(46,2,20,0,0,0),(47,2,21,0,0,0),(48,2,22,0,0,0),(49,2,23,0.1,0.7,0),(50,2,24,0.1,0.7,0),(51,2,25,0.1,0.7,0),(52,2,26,0.2,0.2,0.05),(53,3,1,0,0,0),(54,3,2,0.1,0,0),(55,3,3,0.05,0,0),(56,3,4,0,0,0),(57,3,5,0.1,0,0),(58,3,6,0,0,0),(59,3,7,0,0,0),(60,3,8,0.1,0.9,0),(61,3,9,0,0,0),(62,3,10,0.2,0.05,0),(63,3,11,0.2,0.05,0),(64,3,12,0.05,0,0),(65,3,13,0.05,0,0),(66,3,14,0.1,0,0),(67,3,15,0,0.1,0),(68,3,16,0.05,0.1,0.2),(69,3,17,0.05,0.1,0.2),(70,3,18,0,0,0),(71,3,19,0,0,0),(72,3,20,0,0,0),(73,3,21,0,0,0),(74,3,22,0,0,0),(75,3,23,0.1,0.7,0),(76,3,24,0.1,0.7,0),(77,3,25,0.1,0.7,0),(78,3,26,0.2,0.2,0.05),(79,4,1,0,0,0),(80,4,2,0,0,0),(81,4,3,0,0,0),(82,4,4,0,0,0),(83,4,5,0,0,0),(84,4,6,0,0,0),(85,4,7,0,0,0),(86,4,8,0,0,0),(87,4,9,0,0,0),(88,4,10,0,0,0),(89,4,11,0,0,0),(90,4,12,0,0,0),(91,4,13,0,0,0),(92,4,14,0,0,0),(93,4,15,0,0,0),(94,4,16,0,0,0),(95,4,17,0,0,0),(96,4,18,0,0,0),(97,4,19,0,0,0),(98,4,20,0,0,0),(99,4,21,0,0,0),(100,4,22,0,0,0),(101,4,23,0,0,0),(102,4,24,0,0,0),(103,4,25,0,0,0),(104,4,26,0.4,0.3,0.1),(105,5,1,0,0,0),(106,5,2,0.1,0,0),(107,5,3,0.05,0,0),(108,5,4,0,0,0),(109,5,5,0.1,0,0),(110,5,6,0,0,0),(111,5,7,0,0,0),(112,5,8,0.1,0.9,0),(113,5,9,0,0,0),(114,5,10,0.2,0.05,0),(115,5,11,0.2,0.05,0),(116,5,12,0.05,0,0),(117,5,13,0.05,0,0),(118,5,14,0.1,0,0),(119,5,15,0,0.1,0),(120,5,16,0.05,0.1,0.2),(121,5,17,0.05,0.1,0.2),(122,5,18,0,0,0),(123,5,19,0,0,0),(124,5,20,0,0,0),(125,5,21,0,0,0),(126,5,22,0,0,0),(127,5,23,0.1,0.7,0),(128,5,24,0.1,0.7,0),(129,5,25,0.1,0.7,0),(130,5,26,0.2,0.2,0.05),(131,6,1,0,0,0),(132,6,2,0,0,0),(133,6,3,0.3,0,0),(134,6,4,0.3,0,0),(135,6,5,0.2,0,0),(136,6,6,0.1,0,0),(137,6,7,0.1,0,0),(138,6,8,0,0,0),(139,6,9,0,0,0),(140,6,10,0,0,0),(141,6,11,0,0,0),(142,6,12,0,0,0),(143,6,13,0,0,0),(144,6,14,0,0,0),(145,6,15,0,0,0),(146,6,16,0,0,0),(147,6,17,0,0,0),(148,6,18,0,0,0),(149,6,19,0,0,0),(150,6,20,0,0,0),(151,6,21,0,0,0),(152,6,22,0,0,0),(153,6,23,0,0,0),(154,6,24,0,0,0),(155,6,25,0,0,0),(156,6,26,0.2,0.2,0.05),(157,7,1,0,0,0),(158,7,2,0.95,0.1,0.2),(159,7,3,0,0,0),(160,7,4,0,0,0),(161,7,5,0,0,0),(162,7,6,0,0,0),(163,7,7,0,0,0),(164,7,8,0,0,0),(165,7,9,0,0,0),(166,7,10,0,0,0),(167,7,11,0,0,0),(168,7,12,0,0,0),(169,7,13,0,0,0),(170,7,14,0,0,0),(171,7,15,0,0,0),(172,7,16,0,0,0),(173,7,17,0,0,0),(174,7,18,0,0,0),(175,7,19,0,0,0),(176,7,20,0,0,0),(177,7,21,0,0,0),(178,7,22,0,0,0),(179,7,23,0,0,0),(180,7,24,0,0,0),(181,7,25,0,0,0),(182,7,26,0.2,0.2,0.05),(183,8,1,0,0,0),(184,8,2,0,0,0),(185,8,3,0,0,0),(186,8,4,0,0,0),(187,8,5,0,0,0),(188,8,6,0,0,0),(189,8,7,0,0,0),(190,8,8,0,0,0),(191,8,9,0,0,0),(192,8,10,0,0,0),(193,8,11,0,0,0),(194,8,12,0,0,0),(195,8,13,0,0,0),(196,8,14,0,0,0),(197,8,15,0,0,0),(198,8,16,0,0,0),(199,8,17,0,0,0),(200,8,18,0,0,0),(201,8,19,0,0,0),(202,8,20,0,0,0),(203,8,21,0,0,0),(204,8,22,0,0,0),(205,8,23,0,0,0),(206,8,24,0,0,0),(207,8,25,0,0,0),(208,8,26,0.4,0.4,0.3),(209,9,1,0,0,0),(210,9,2,0.3,0,0),(211,9,3,0.1,0,0),(212,9,4,0,0,0),(213,9,5,0.3,0,0),(214,9,6,0,0,0),(215,9,7,0,0,0),(216,9,8,0.4,0.9,0),(217,9,9,0,0,0),(218,9,10,0.4,0.2,0),(219,9,11,0.4,0.2,0),(220,9,12,0.3,0,0),(221,9,13,0.3,0,0),(222,9,14,0.2,0,0),(223,9,15,0,0.2,0),(224,9,16,0.05,0.1,0.2),(225,9,17,0.05,0.1,0.2),(226,9,18,0,0,0),(227,9,19,0,0,0),(228,9,20,0,0,0),(229,9,21,0,0,0),(230,9,22,0,0,0),(231,9,23,0.2,0.8,0),(232,9,24,0.2,0.8,0),(233,9,25,0.2,0.8,0),(234,9,26,0.2,0.2,0.05),(235,10,1,0,0,0),(236,10,2,0,0,0),(237,10,3,0,0,0),(238,10,4,0,0,0),(239,10,5,0,0,0),(240,10,6,0,0,0),(241,10,7,0,0,0),(242,10,8,0,0,0),(243,10,9,0,0,0),(244,10,10,0,0,0),(245,10,11,0,0,0),(246,10,12,0,0,0),(247,10,13,0,0,0),(248,10,14,0,0,0),(249,10,15,0,0,0),(250,10,16,0,0,0),(251,10,17,0,0,0),(252,10,18,0,0,0),(253,10,19,0,0,0),(254,10,20,0,0,0),(255,10,21,0,0,0),(256,10,22,0,0,0),(257,10,23,0,0,0),(258,10,24,0,0,0),(259,10,25,0,0,0),(260,10,26,0.2,0.2,0.3),(261,11,1,0,0,0),(262,11,2,0.1,0,0),(263,11,3,0.05,0,0),(264,11,4,0,0,0),(265,11,5,0.1,0,0),(266,11,6,0,0,0),(267,11,7,0,0,0),(268,11,8,0.1,0.9,0),(269,11,9,0,0,0),(270,11,10,0.2,0.05,0),(271,11,11,0.2,0.05,0),(272,11,12,0.05,0,0),(273,11,13,0.05,0,0),(274,11,14,0.1,0,0),(275,11,15,0,0.1,0),(276,11,16,0.05,0.1,0.2),(277,11,17,0.05,0.1,0.2),(278,11,18,0,0,0),(279,11,19,0,0,0),(280,11,20,0,0,0),(281,11,21,0,0,0),(282,11,22,0,0,0),(283,11,23,0.1,0.7,0),(284,11,24,0.1,0.7,0),(285,11,25,0.1,0.7,0),(286,11,26,0.2,0.2,0.05),(287,12,1,0,0,0),(288,12,2,0,0,0.6),(289,12,3,0,0,0.8),(290,12,4,0,0,0.8),(291,12,5,0,0,0.8),(292,12,6,0,0,0),(293,12,7,0,0,0),(294,12,8,0,0.2,0.9),(295,12,9,0,0.2,0.9),(296,12,10,0,0,0),(297,12,11,0,0,0),(298,12,12,0,0,0.2),(299,12,13,0,0,0.2),(300,12,14,0,0,0.6),(301,12,15,0,0,0),(302,12,16,0,0,0.3),(303,12,17,0,0,3),(304,12,18,0,0,0),(305,12,19,0,0,0),(306,12,20,0,0,0),(307,12,21,0,0,0),(308,12,22,0,0,0),(309,12,23,0,0.2,0.9),(310,12,24,0,0.2,0.9),(311,12,25,0,0.2,0.9),(312,12,26,0.2,0.2,0.05),(313,13,1,0,0,0),(314,13,2,0,0,0),(315,13,3,0,0,0),(316,13,4,0,0,0),(317,13,5,0,0,0),(318,13,6,0,0,0),(319,13,7,0,0,0),(320,13,8,0,0,0),(321,13,9,0,0,0),(322,13,10,0,0,0),(323,13,11,0,0,0),(324,13,12,0,0,0),(325,13,13,0,0,0),(326,13,14,0,0,0),(327,13,15,0,0,0),(328,13,16,0,0,0),(329,13,17,0,0,0),(330,13,18,0,0,0),(331,13,19,0,0,0),(332,13,20,0,0,0),(333,13,21,0,0,0),(334,13,22,0,0,0),(335,13,23,0,0,0),(336,13,24,0,0,0),(337,13,25,0,0,0),(338,13,26,0,0,0.5),(339,14,1,0,0,0),(340,14,2,0,0,0),(341,14,3,0,0,0),(342,14,4,0,0,0),(343,14,5,0,0,0),(344,14,6,0,0,0),(345,14,7,0,0,0),(346,14,8,0,0,0),(347,14,9,0,0,0),(348,14,10,0,0,0),(349,14,11,0,0,0),(350,14,12,0,0,0),(351,14,13,0,0,0),(352,14,14,0,0,0),(353,14,15,0,0,0),(354,14,16,0,0,0),(355,14,17,0,0,0),(356,14,18,0,0,0),(357,14,19,0,0,0),(358,14,20,0,0,0),(359,14,21,0,0,0),(360,14,22,0,0,0),(361,14,23,0,0,0),(362,14,24,0,0,0),(363,14,25,0,0,0),(364,14,26,0,0,0.3),(365,15,1,0,0,0),(366,15,2,0,0,0.2),(367,15,3,0,0,0.9),(368,15,4,0,0,0.9),(369,15,5,0,0,0.9),(370,15,6,0,0,0),(371,15,7,0,0,0),(372,15,8,0,0,0.9),(373,15,9,0,0,0.9),(374,15,10,0,0,0),(375,15,11,0,0,0),(376,15,12,0,0,0.9),(377,15,13,0,0,0.9),(378,15,14,0,0,0.9),(379,15,15,0,0,0),(380,15,16,0,0,0),(381,15,17,0,0,0),(382,15,18,0,0,0),(383,15,19,0,0,0),(384,15,20,0,0,0),(385,15,21,0,0,0),(386,15,22,0,0,0),(387,15,23,0,0,0.9),(388,15,24,0,0,0.9),(389,15,25,0,0,0.9),(390,15,26,0,0,0.1),(391,16,1,0,0,0),(392,16,2,0,0,0),(393,16,3,0.4,0.9,0),(394,16,4,0.4,0.9,0),(395,16,5,0.4,0.9,0),(396,16,6,0,0,0),(397,16,7,0,0,0),(398,16,8,0,0,0),(399,16,9,0,0,0),(400,16,10,0,0,0),(401,16,11,0,0,0),(402,16,12,0,0,0),(403,16,13,0,0,0),(404,16,14,0,0,0),(405,16,15,0,0,0),(406,16,16,0,0,0),(407,16,17,0,0,0),(408,16,18,0,0,0),(409,16,19,0,0,0),(410,16,20,0,0,0),(411,16,21,0,0,0),(412,16,22,0,0,0),(413,16,23,0,0,0),(414,16,24,0,0,0),(415,16,25,0,0,0),(416,16,26,0.2,0.2,0.05),(417,17,1,0,0,0.2),(418,17,2,0,0,0.2),(419,17,3,0,0,0.2),(420,17,4,0,0,0.2),(421,17,5,0,0,0.2),(422,17,6,0,0,0),(423,17,7,0,0,0),(424,17,8,0,0.2,0.2),(425,17,9,0,0.05,0.2),(426,17,10,0,0,0),(427,17,11,0,0,0),(428,17,12,0,0,0.2),(429,17,13,0,0,0),(430,17,14,0,0,0.2),(431,17,15,0,0,0),(432,17,16,0,0,0),(433,17,17,0,0,0),(434,17,18,0,0,0),(435,17,19,0,0,0),(436,17,20,0,0,0),(437,17,21,0,0,0),(438,17,22,0,0,0),(439,17,23,0,0,0.2),(440,17,24,0,0,0.2),(441,17,25,0,0,0.2),(442,17,26,0.2,0.2,0.05),(443,18,1,0,0,0),(444,18,2,0.1,0,0),(445,18,3,0.05,0.1,0),(446,18,4,0.05,0.1,0),(447,18,5,0.05,0.15,0),(448,18,6,0.05,0.05,0),(449,18,7,0.05,0.05,0),(450,18,8,0.05,0.1,0),(451,18,9,0.05,0.1,0),(452,18,10,0.05,0.2,0),(453,18,11,0,0,0),(454,18,12,0.05,0.05,0),(455,18,13,0.05,0.05,0),(456,18,14,0.05,0.1,0),(457,18,15,0,0,0),(458,18,16,0,0,0),(459,18,17,0,0,0),(460,18,18,0,0,0),(461,18,19,0,0,0),(462,18,20,0,0,0),(463,18,21,0,0,0),(464,18,22,0,0,0),(465,18,23,0.05,0.1,0),(466,18,24,0.05,0.1,0),(467,18,25,0.05,0.1,0),(468,18,26,0.1,0.1,0.05),(469,19,1,0,0,0),(470,19,2,0,0,0),(471,19,3,0,0,0),(472,19,4,0,0,0),(473,19,5,0,0,0),(474,19,6,0,0,0),(475,19,7,0,0,0),(476,19,8,0,0,0),(477,19,9,0,0,0),(478,19,10,0,0,0),(479,19,11,0,0,0),(480,19,12,0,0,0),(481,19,13,0,0,0),(482,19,14,0,0,0),(483,19,15,0,0,0),(484,19,16,0,0,0),(485,19,17,0,0,0),(486,19,18,0,0,0),(487,19,19,0,0,0),(488,19,20,0,0,0),(489,19,21,0,0,0),(490,19,22,0,0,0),(491,19,23,0,0,0),(492,19,24,0,0,0),(493,19,25,0,0,0),(494,19,26,0.1,0.2,0.05),(495,20,1,0,0,0),(496,20,2,0,0,0),(497,20,3,0,0,0),(498,20,4,0,0,0),(499,20,5,0,0,0),(500,20,6,0,0,0),(501,20,7,0,0,0),(502,20,8,0,0,0),(503,20,9,0,0,0),(504,20,10,0,0,0),(505,20,11,0,0,0),(506,20,12,0,0,0),(507,20,13,0,0,0),(508,20,14,0,0,0),(509,20,15,0,0,0),(510,20,16,0,0,0),(511,20,17,0,0,0),(512,20,18,0,0,0),(513,20,19,0,0,0),(514,20,20,0,0,0),(515,20,21,0,0,0),(516,20,22,0,0,0),(517,20,23,0,0,0),(518,20,24,0,0,0),(519,20,25,0,0,0),(520,20,26,0.1,0.05,0.05),(521,21,1,0,0,0),(522,21,2,0.1,0.2,0.1),(523,21,3,0.05,0.05,0.05),(524,21,4,0.05,0.05,0.05),(525,21,5,0.05,0.05,0.05),(526,21,6,0,0,0.05),(527,21,7,0,0.05,0.05),(528,21,8,0.05,0.1,0.05),(529,21,9,0.05,0.1,0.05),(530,21,10,0,0,0),(531,21,11,0,0,0),(532,21,12,0,0,0),(533,21,13,0,0,0),(534,21,14,0,0,0),(535,21,15,0,0,0),(536,21,16,0,0,0),(537,21,17,0,0,0),(538,21,18,0,0,0),(539,21,19,0,0,0),(540,21,20,0,0,0),(541,21,21,0,0,0),(542,21,22,0,0,0),(543,21,23,0.05,0.1,0.05),(544,21,24,0.05,0.1,0.05),(545,21,25,0.05,0.1,0.05),(546,21,26,0.2,0.2,0.05),(547,22,1,0,0,0),(548,22,2,0.3,0,0),(549,22,3,0.2,0,0),(550,22,4,0.2,0,0),(551,22,5,0.3,0,0),(552,22,6,0,0,0),(553,22,7,0,0,0),(554,22,8,0.2,0.5,0.5),(555,22,9,0,0.2,0),(556,22,10,0,0,0),(557,22,11,0,0,0),(558,22,12,0.1,0,0),(559,22,13,0.1,0,0),(560,22,14,0.2,0.3,0),(561,22,15,0,0,0),(562,22,16,0.2,0.1,0),(563,22,17,0.2,0.1,0),(564,22,18,0,0,0),(565,22,19,0,0,0),(566,22,20,0,0,0),(567,22,21,0,0,0),(568,22,22,0,0,0),(569,22,23,0.1,0.2,0),(570,22,24,0.1,0.2,0),(571,22,25,0.1,0.2,0),(572,22,26,0.2,0.2,0.05),(573,23,1,0.05,0.05,0),(574,23,2,0.1,0.05,0),(575,23,3,0.05,0,0),(576,23,4,0.05,0,0),(577,23,5,0.05,0,0),(578,23,6,0,0,0),(579,23,7,0,0,0),(580,23,8,0.2,0.9,0),(581,23,9,0.1,0.2,0),(582,23,10,0.2,0.3,0),(583,23,11,0.3,0.2,0),(584,23,12,0.1,0,0),(585,23,13,0.1,0,0),(586,23,14,0.2,0.2,0),(587,23,15,0,0.1,0),(588,23,16,0,0,0.1),(589,23,17,0,0,1),(590,23,18,0,0,0),(591,23,19,0,0,0),(592,23,20,0,0,0),(593,23,21,0,0,0),(594,23,22,0,0,0),(595,23,23,0.3,0.6,0),(596,23,24,0.3,0.6,0),(597,23,25,0.1,0.2,0),(598,23,26,0.2,0.2,0.05),(599,24,1,0,0,0),(600,24,2,0.1,0,0),(601,24,3,0.1,0,0.1),(602,24,4,0.1,0,0.1),(603,24,5,0.1,0,0.1),(604,24,6,0,0,0),(605,24,7,0,0,0),(606,24,8,0.2,0.7,0.5),(607,24,9,0.1,0.1,0.2),(608,24,10,0.2,0.3,0),(609,24,11,0.2,0.1,0),(610,24,12,0.1,0,0),(611,24,13,0.1,0,0),(612,24,14,0.2,0.2,0),(613,24,15,0,0,0),(614,24,16,0,0,0.05),(615,24,17,0,0,0.05),(616,24,18,0,0,0),(617,24,19,0,0,0),(618,24,20,0,0,0),(619,24,21,0,0,0),(620,24,22,0,0,0),(621,24,23,0.05,0.2,0),(622,24,24,0.05,0.2,0),(623,24,25,0,0,0),(624,24,26,0.2,0.2,0.05),(625,25,1,0,0.05,0.1),(626,25,2,0,0.05,0.1),(627,25,3,0,0.05,0.1),(628,25,4,0,0.05,0.1),(629,25,5,0,0.05,0.1),(630,25,6,0,0,0),(631,25,7,0,0,0),(632,25,8,0,0.2,0.1),(633,25,9,0,0,0),(634,25,10,0,0.1,0.1),(635,25,11,0,0,0),(636,25,12,0,0.1,0.1),(637,25,13,0,0.1,0.1),(638,25,14,0,0.1,0.1),(639,25,15,0,0,0),(640,25,16,0,0,0),(641,25,17,0,0.1,0.1),(642,25,18,0,0,0),(643,25,19,0,0,0),(644,25,20,0,0,0),(645,25,21,0,0,0),(646,25,22,0,0,0),(647,25,23,0,0.2,0.1),(648,25,24,0,0.2,0.1),(649,25,25,0,0.2,0.1),(650,25,26,0,0,0),(651,26,1,0,0,0.8),(652,26,2,0,0,0.8),(653,26,3,0,0,0.8),(654,26,4,0,0,0.8),(655,26,5,0,0,0.8),(656,26,6,0,0,0.8),(657,26,7,0,0,0.8),(658,26,8,0,0,0.8),(659,26,9,0,0,0.8),(660,26,10,0,0,0.8),(661,26,11,0,0,0.8),(662,26,12,0,0,0.8),(663,26,13,0,0,0.8),(664,26,14,0,0,0.8),(665,26,15,0,0,0.8),(666,26,16,0,0,0.8),(667,26,17,0,0,0.8),(668,26,18,0,0,0.8),(669,26,19,0,0,0.8),(670,26,20,0,0,0.8),(671,26,21,0,0,0.8),(672,26,22,0,0,0.8),(673,26,23,0,0,0.8),(674,26,24,0,0,0.8),(675,26,25,0,0,0.8),(676,26,26,0,0,0),(677,27,1,0,0,0.4),(678,27,2,0,0,0.4),(679,27,3,0,0,0.4),(680,27,4,0,0,0.4),(681,27,5,0,0,0.4),(682,27,6,0,0,0.4),(683,27,7,0,0,0.4),(684,27,8,0,0,0.4),(685,27,9,0,0,0.4),(686,27,10,0,0,0.4),(687,27,11,0,0,0.4),(688,27,12,0,0,0.4),(689,27,13,0,0,0.4),(690,27,14,0,0,0.4),(691,27,15,0,0,0.4),(692,27,16,0,0,0.4),(693,27,17,0,0,0.4),(694,27,18,0,0,0.4),(695,27,19,0,0,0.4),(696,27,20,0,0,0.4),(697,27,21,0,0,0.4),(698,27,22,0,0,0.4),(699,27,23,0,0,0.4),(700,27,24,0,0,0.4),(701,27,25,0,0,0.4),(702,27,26,0,0,0),(703,28,1,0,0,0),(704,28,2,0.2,0,0),(705,28,3,0.1,0,0),(706,28,4,0.1,0,0),(707,28,5,0.1,0,0),(708,28,6,0,0,0),(709,28,7,0,0,0),(710,28,8,0.4,0.8,0),(711,28,9,0.1,0.2,0),(712,28,10,1,0.2,0),(713,28,11,0,0,0.1),(714,28,12,0.1,0,0),(715,28,13,0.1,0,0),(716,28,14,0.1,0.1,0),(717,28,15,0,0,0),(718,28,16,0,0,0),(719,28,17,0,0,0),(720,28,18,0,0,0),(721,28,19,0,0,0),(722,28,20,0,0,0),(723,28,21,0,0,0),(724,28,22,0,0,0),(725,28,23,0.3,0.6,0),(726,28,24,0.3,0.6,0),(727,28,25,0.1,0.2,0),(728,28,26,0.2,0.2,0.05),(729,29,1,0,0,0),(730,29,2,0,0,0),(731,29,3,0,0,0),(732,29,4,0,0,0),(733,29,5,0,0,0),(734,29,6,0,0,0),(735,29,7,0,0,0),(736,29,8,0,0,0),(737,29,9,0,0,0),(738,29,10,0,0,0),(739,29,11,0,0,0),(740,29,12,0,0,0),(741,29,13,0,0,0),(742,29,14,0,0,0),(743,29,15,0,0,0),(744,29,16,0,0,0),(745,29,17,0,0,0),(746,29,18,0,0,0),(747,29,19,0,0,0),(748,29,20,0,0,0),(749,29,21,0,0,0),(750,29,22,0,0,0),(751,29,23,0,0,0),(752,29,24,0,0,0),(753,29,25,0,0,0),(754,29,26,0,0.3,0),(755,30,1,0,0,0),(756,30,2,0,0,0),(757,30,3,0,0,0),(758,30,4,0,0,0),(759,30,5,0,0,0),(760,30,6,0,0,0),(761,30,7,0,0,0),(762,30,8,0,0,0),(763,30,9,0,0,0),(764,30,10,0,0,0),(765,30,11,0,0,0),(766,30,12,0,0,0),(767,30,13,0,0,0),(768,30,14,0,0,0),(769,30,15,0,0,0),(770,30,16,0,0,0),(771,30,17,0,0,0),(772,30,18,0,0,0),(773,30,19,0,0,0),(774,30,20,0,0,0),(775,30,21,0,0,0),(776,30,22,0,0,0),(777,30,23,0,0,0),(778,30,24,0,0,0),(779,30,25,0,0,0),(780,30,26,0,0.6,0);
+INSERT INTO `aux_asset_threat` VALUES (1,1,1,0,0,0),(2,1,2,0,0,0),(3,1,3,0,0,0),(4,1,4,0,0,0),(5,1,5,0,0,0),(6,1,6,0,0,0),(7,1,7,0,0,0),(8,1,8,0,0,0),(9,1,9,0,0,0),(10,1,10,0,0,0),(11,1,11,0,0,0),(12,1,12,0,0,0),(13,1,13,0,0,0),(14,1,14,0.1,0.1,0.1),(15,2,1,0.1,0,0),(16,2,2,0.05,0,0),(17,2,3,0,0,0),(18,2,4,0.1,0,0),(19,2,5,0,0,0),(20,2,6,0,0,0),(21,2,7,0.1,0.9,0),(22,2,8,0.05,0,0),(23,2,9,0.05,0,0),(24,2,10,0.1,0,0),(25,2,11,0,0.1,0),(26,2,12,0,0,0),(27,2,13,0.1,0.7,0),(28,2,14,0.2,0.2,0.05),(29,3,1,0.1,0,0),(30,3,2,0.05,0,0),(31,3,3,0,0,0),(32,3,4,0.1,0,0),(33,3,5,0,0,0),(34,3,6,0,0,0),(35,3,7,0.1,0.9,0),(36,3,8,0.05,0,0),(37,3,9,0.05,0,0),(38,3,10,0.1,0,0),(39,3,11,0,0.1,0),(40,3,12,0,0,0),(41,3,13,0.1,0.7,0),(42,3,14,0.2,0.2,0.05),(43,4,1,0,0,0),(44,4,2,0,0,0),(45,4,3,0,0,0),(46,4,4,0,0,0),(47,4,5,0,0,0),(48,4,6,0,0,0),(49,4,7,0,0,0),(50,4,8,0,0,0),(51,4,9,0,0,0),(52,4,10,0,0,0),(53,4,11,0,0,0),(54,4,12,0,0,0),(55,4,13,0,0,0),(56,4,14,0.4,0.3,0.1),(57,5,1,0.1,0,0),(58,5,2,0.05,0,0),(59,5,3,0,0,0),(60,5,4,0.1,0,0),(61,5,5,0,0,0),(62,5,6,0,0,0),(63,5,7,0.1,0.9,0),(64,5,8,0.05,0,0),(65,5,9,0.05,0,0),(66,5,10,0.1,0,0),(67,5,11,0,0.1,0),(68,5,12,0,0,0),(69,5,13,0.1,0.7,0),(70,5,14,0.2,0.2,0.05),(71,6,1,0,0,0),(72,6,2,0.3,0,0),(73,6,3,0.3,0,0),(74,6,4,0.2,0,0),(75,6,5,0.1,0,0),(76,6,6,0.1,0,0),(77,6,7,0,0,0),(78,6,8,0,0,0),(79,6,9,0,0,0),(80,6,10,0,0,0),(81,6,11,0,0,0),(82,6,12,0,0,0),(83,6,13,0,0,0),(84,6,14,0.2,0.2,0.05),(85,7,1,0.95,0.1,0.2),(86,7,2,0,0,0),(87,7,3,0,0,0),(88,7,4,0,0,0),(89,7,5,0,0,0),(90,7,6,0,0,0),(91,7,7,0,0,0),(92,7,8,0,0,0),(93,7,9,0,0,0),(94,7,10,0,0,0),(95,7,11,0,0,0),(96,7,12,0,0,0),(97,7,13,0,0,0),(98,7,14,0.2,0.2,0.05),(99,8,1,0,0,0),(100,8,2,0,0,0),(101,8,3,0,0,0),(102,8,4,0,0,0),(103,8,5,0,0,0),(104,8,6,0,0,0),(105,8,7,0,0,0),(106,8,8,0,0,0),(107,8,9,0,0,0),(108,8,10,0,0,0),(109,8,11,0,0,0),(110,8,12,0,0,0),(111,8,13,0,0,0),(112,8,14,0.4,0.4,0.3),(113,9,1,0.3,0,0),(114,9,2,0.1,0,0),(115,9,3,0,0,0),(116,9,4,0.3,0,0),(117,9,5,0,0,0),(118,9,6,0,0,0),(119,9,7,0.4,0.9,0),(120,9,8,0.3,0,0),(121,9,9,0.3,0,0),(122,9,10,0.2,0,0),(123,9,11,0,0.2,0),(124,9,12,0,0,0),(125,9,13,0.2,0.8,0),(126,9,14,0.2,0.2,0.05),(127,10,1,0,0,0),(128,10,2,0,0,0),(129,10,3,0,0,0),(130,10,4,0,0,0),(131,10,5,0,0,0),(132,10,6,0,0,0),(133,10,7,0,0,0),(134,10,8,0,0,0),(135,10,9,0,0,0),(136,10,10,0,0,0),(137,10,11,0,0,0),(138,10,12,0,0,0),(139,10,13,0,0,0),(140,10,14,0.2,0.2,0.3),(141,11,1,0.1,0,0),(142,11,2,0.05,0,0),(143,11,3,0,0,0),(144,11,4,0.1,0,0),(145,11,5,0,0,0),(146,11,6,0,0,0),(147,11,7,0.1,0.9,0),(148,11,8,0.05,0,0),(149,11,9,0.05,0,0),(150,11,10,0.1,0,0),(151,11,11,0,0.1,0),(152,11,12,0,0,0),(153,11,13,0.1,0.7,0),(154,11,14,0.2,0.2,0.05),(155,12,1,0,0,0.6),(156,12,2,0,0,0.8),(157,12,3,0,0,0.8),(158,12,4,0,0,0.8),(159,12,5,0,0,0),(160,12,6,0,0,0),(161,12,7,0,0.2,0.9),(162,12,8,0,0,0.2),(163,12,9,0,0,0.2),(164,12,10,0,0,0.6),(165,12,11,0,0,0),(166,12,12,0,0,0),(167,12,13,0,0.2,0.9),(168,12,14,0.2,0.2,0.05),(169,13,1,0,0,0),(170,13,2,0,0,0),(171,13,3,0,0,0),(172,13,4,0,0,0),(173,13,5,0,0,0),(174,13,6,0,0,0),(175,13,7,0,0,0),(176,13,8,0,0,0),(177,13,9,0,0,0),(178,13,10,0,0,0),(179,13,11,0,0,0),(180,13,12,0,0,0),(181,13,13,0,0,0),(182,13,14,0,0,0.5),(183,14,1,0,0,0),(184,14,2,0,0,0),(185,14,3,0,0,0),(186,14,4,0,0,0),(187,14,5,0,0,0),(188,14,6,0,0,0),(189,14,7,0,0,0),(190,14,8,0,0,0),(191,14,9,0,0,0),(192,14,10,0,0,0),(193,14,11,0,0,0),(194,14,12,0,0,0),(195,14,13,0,0,0),(196,14,14,0,0,0.3),(197,15,1,0,0,0.2),(198,15,2,0,0,0.9),(199,15,3,0,0,0.9),(200,15,4,0,0,0.9),(201,15,5,0,0,0),(202,15,6,0,0,0),(203,15,7,0,0,0.9),(204,15,8,0,0,0.9),(205,15,9,0,0,0.9),(206,15,10,0,0,0.9),(207,15,11,0,0,0),(208,15,12,0,0,0),(209,15,13,0,0,0.9),(210,15,14,0,0,0.1),(211,16,1,0.3,0.1,0.05),(212,16,2,0.4,0.7,0),(213,16,3,0.4,0.7,0),(214,16,4,0.4,0.7,0),(215,16,5,0.1,0.05,0),(216,16,6,0.1,0.05,0),(217,16,7,0.3,0.6,0.2),(218,16,8,0.3,0.1,0.05),(219,16,9,0.3,0.1,0.05),(220,16,10,0.2,0.3,0.05),(221,16,11,0.2,0.3,0.05),(222,16,12,0.1,0.1,0.02),(223,16,13,0.7,0.8,0.2),(224,16,14,0.2,0.2,0.05),(225,17,1,0,0,0.2),(226,17,2,0,0,0.2),(227,17,3,0,0,0.2),(228,17,4,0,0,0.2),(229,17,5,0,0,0),(230,17,6,0,0,0),(231,17,7,0,0.2,0.2),(232,17,8,0,0,0.2),(233,17,9,0,0,0),(234,17,10,0,0,0.2),(235,17,11,0,0,0),(236,17,12,0,0,0),(237,17,13,0,0,0.2),(238,17,14,0.2,0.2,0.05),(239,18,1,0.1,0,0),(240,18,2,0.05,0.1,0),(241,18,3,0.05,0.1,0),(242,18,4,0.05,0.15,0),(243,18,5,0.05,0.05,0),(244,18,6,0.05,0.05,0),(245,18,7,0.05,0.1,0),(246,18,8,0.05,0.05,0),(247,18,9,0.05,0.05,0),(248,18,10,0.05,0.1,0),(249,18,11,0,0,0),(250,18,12,0,0,0),(251,18,13,0.05,0.1,0),(252,18,14,0.1,0.1,0.05),(253,19,1,0,0,0),(254,19,2,0,0,0),(255,19,3,0,0,0),(256,19,4,0,0,0),(257,19,5,0,0,0),(258,19,6,0,0,0),(259,19,7,0,0,0),(260,19,8,0,0,0),(261,19,9,0,0,0),(262,19,10,0,0,0),(263,19,11,0,0,0),(264,19,12,0,0,0),(265,19,13,0,0,0),(266,19,14,0.1,0.2,0.05),(267,20,1,0,0,0),(268,20,2,0,0,0),(269,20,3,0,0,0),(270,20,4,0,0,0),(271,20,5,0,0,0),(272,20,6,0,0,0),(273,20,7,0,0,0),(274,20,8,0,0,0),(275,20,9,0,0,0),(276,20,10,0,0,0),(277,20,11,0,0,0),(278,20,12,0,0,0),(279,20,13,0,0,0),(280,20,14,0.1,0.05,0.05),(281,21,1,0.1,0.2,0.1),(282,21,2,0.05,0.05,0.05),(283,21,3,0.05,0.05,0.05),(284,21,4,0.05,0.05,0.05),(285,21,5,0,0,0.05),(286,21,6,0,0.05,0.05),(287,21,7,0.05,0.1,0.05),(288,21,8,0,0,0),(289,21,9,0,0,0),(290,21,10,0,0,0),(291,21,11,0,0,0),(292,21,12,0,0,0),(293,21,13,0.05,0.1,0.05),(294,21,14,0.2,0.2,0.05),(295,22,1,0.3,0,0),(296,22,2,0.2,0,0),(297,22,3,0.2,0,0),(298,22,4,0.3,0,0),(299,22,5,0,0,0),(300,22,6,0,0,0),(301,22,7,0.2,0.5,0.5),(302,22,8,0.1,0,0),(303,22,9,0.1,0,0),(304,22,10,0.2,0.3,0),(305,22,11,0,0,0),(306,22,12,0,0,0),(307,22,13,0.1,0.2,0),(308,22,14,0.2,0.2,0.05),(309,23,1,0.1,0.05,0),(310,23,2,0.05,0,0),(311,23,3,0.05,0,0),(312,23,4,0.05,0,0),(313,23,5,0,0,0),(314,23,6,0,0,0),(315,23,7,0.2,0.9,0),(316,23,8,0.1,0,0),(317,23,9,0.1,0,0),(318,23,10,0.2,0.2,0),(319,23,11,0,0.1,0),(320,23,12,0,0,0),(321,23,13,0.3,0.6,0),(322,23,14,0.2,0.2,0.05),(323,24,1,0.1,0,0),(324,24,2,0.1,0,0.1),(325,24,3,0.1,0,0.1),(326,24,4,0.1,0,0.1),(327,24,5,0,0,0),(328,24,6,0,0,0),(329,24,7,0.2,0.7,0.5),(330,24,8,0.1,0,0),(331,24,9,0.1,0,0),(332,24,10,0.2,0.2,0),(333,24,11,0,0,0),(334,24,12,0,0,0),(335,24,13,0.05,0.2,0),(336,24,14,0.2,0.2,0.05),(337,25,1,0,0.05,0.1),(338,25,2,0,0.05,0.1),(339,25,3,0,0.05,0.1),(340,25,4,0,0.05,0.1),(341,25,5,0,0,0),(342,25,6,0,0,0),(343,25,7,0,0.2,0.1),(344,25,8,0,0.1,0.1),(345,25,9,0,0.1,0.1),(346,25,10,0,0.1,0.1),(347,25,11,0,0,0),(348,25,12,0,0,0),(349,25,13,0,0.2,0.1),(350,25,14,0,0,0),(351,26,1,0,0,0.8),(352,26,2,0,0,0.8),(353,26,3,0,0,0.8),(354,26,4,0,0,0.8),(355,26,5,0,0,0.8),(356,26,6,0,0,0.8),(357,26,7,0,0,0.8),(358,26,8,0,0,0.8),(359,26,9,0,0,0.8),(360,26,10,0,0,0.8),(361,26,11,0,0,0.8),(362,26,12,0,0,0.8),(363,26,13,0,0,0.8),(364,26,14,0,0,0),(365,27,1,0,0,0.4),(366,27,2,0,0,0.4),(367,27,3,0,0,0.4),(368,27,4,0,0,0.4),(369,27,5,0,0,0.4),(370,27,6,0,0,0.4),(371,27,7,0,0,0.4),(372,27,8,0,0,0.4),(373,27,9,0,0,0.4),(374,27,10,0,0,0.4),(375,27,11,0,0,0.4),(376,27,12,0,0,0.4),(377,27,13,0,0,0.4),(378,27,14,0,0,0),(379,28,1,0.2,0,0),(380,28,2,0.1,0,0),(381,28,3,0.1,0,0),(382,28,4,0.1,0,0),(383,28,5,0,0,0),(384,28,6,0,0,0),(385,28,7,0.4,0.8,0),(386,28,8,0.1,0,0),(387,28,9,0.1,0,0),(388,28,10,0.1,0.1,0),(389,28,11,0,0,0),(390,28,12,0,0,0),(391,28,13,0.3,0.6,0),(392,28,14,0.2,0.2,0.05),(393,29,1,0,0,0),(394,29,2,0,0,0),(395,29,3,0,0,0),(396,29,4,0,0,0),(397,29,5,0,0,0),(398,29,6,0,0,0),(399,29,7,0,0,0),(400,29,8,0,0,0),(401,29,9,0,0,0),(402,29,10,0,0,0),(403,29,11,0,0,0),(404,29,12,0,0,0),(405,29,13,0,0,0),(406,29,14,0,0.3,0),(407,30,1,0,0,0),(408,30,2,0,0,0),(409,30,3,0,0,0),(410,30,4,0,0,0),(411,30,5,0,0,0),(412,30,6,0,0,0),(413,30,7,0,0,0),(414,30,8,0,0,0),(415,30,9,0,0,0),(416,30,10,0,0,0),(417,30,11,0,0,0),(418,30,12,0,0,0),(419,30,13,0,0,0),(420,30,14,0,0.6,0),(421,31,1,0,0,0),(422,31,2,0,0,0),(423,31,3,0,0,0),(424,31,4,0,0,0),(425,31,5,0,0,0),(426,31,6,0,0,0),(427,31,7,0,0,0),(428,31,8,0,0,0),(429,31,9,0,0,0),(430,31,10,0,0,0),(431,31,11,0,0,0),(432,31,12,0,0,0),(433,31,13,0,0,0),(434,31,14,0,1,0),(435,32,1,0,0,0),(436,32,2,0,0,0),(437,32,3,0,0,0),(438,32,4,0,0,0),(439,32,5,0,0,0),(440,32,6,0,0,0),(441,32,7,0,0,0),(442,32,8,0,0,0),(443,32,9,0,0,0),(444,32,10,0,0,0),(445,32,11,0,0,0),(446,32,12,0,0,0),(447,32,13,0,0,0),(448,32,14,0,1,0);
 /*!40000 ALTER TABLE `aux_asset_threat` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -198,7 +205,7 @@ CREATE TABLE `aux_cat_threats` (
   PRIMARY KEY (`id`),
   KEY `V_Cat` (`V_Cat`),
   KEY `T_Types` (`T_Types`)
-) ENGINE=MyISAM AUTO_INCREMENT=3601 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=3809 DEFAULT CHARSET=latin1;
 /*!40101 SET character_set_client = @saved_cs_client */;
 
 --
@@ -207,7 +214,7 @@ CREATE TABLE `aux_cat_threats` (
 
 LOCK TABLES `aux_cat_threats` WRITE;
 /*!40000 ALTER TABLE `aux_cat_threats` DISABLE KEYS */;
-INSERT INTO `aux_cat_threats` VALUES (1,1,1,0),(2,1,2,0),(3,1,3,0),(4,1,4,0),(5,1,5,0),(6,1,6,0),(7,1,7,0),(8,1,8,0),(9,1,9,0),(10,1,10,0),(11,1,11,0),(12,1,12,0),(13,1,13,0),(14,1,14,0),(15,1,15,0),(16,1,16,0),(17,1,17,0),(18,1,18,0),(19,1,19,0),(20,1,20,0),(21,1,21,0),(22,1,22,0),(23,1,23,0),(24,1,24,0),(25,1,25,0),(26,1,26,0),(27,1,27,0),(28,1,28,0),(29,1,29,0),(30,1,30,0),(31,2,1,0),(32,2,2,0),(33,2,3,0),(34,2,4,0),(35,2,5,0),(36,2,6,0),(37,2,7,0),(38,2,8,0),(39,2,9,0),(40,2,10,0),(41,2,11,0),(42,2,12,0),(43,2,13,0),(44,2,14,0),(45,2,15,0),(46,2,16,0),(47,2,17,0),(48,2,18,0),(49,2,19,0),(50,2,20,0),(51,2,21,0),(52,2,22,0),(53,2,23,0),(54,2,24,0),(55,2,25,0),(56,2,26,0),(57,2,27,0),(58,2,28,0),(59,2,29,0),(60,2,30,0),(61,3,1,0),(62,3,2,0),(63,3,3,0),(64,3,4,0),(65,3,5,0),(66,3,6,0),(67,3,7,0),(68,3,8,0),(69,3,9,0),(70,3,10,0),(71,3,11,0),(72,3,12,0),(73,3,13,0),(74,3,14,0),(75,3,15,0),(76,3,16,0),(77,3,17,0),(78,3,18,0),(79,3,19,0),(80,3,20,0),(81,3,21,0),(82,3,22,0),(83,3,23,0),(84,3,24,0),(85,3,25,0),(86,3,26,0),(87,3,27,0),(88,3,28,0),(89,3,29,0),(90,3,30,0),(91,4,1,0),(92,4,2,0),(93,4,3,0),(94,4,4,0),(95,4,5,0),(96,4,6,0),(97,4,7,0),(98,4,8,0),(99,4,9,0),(100,4,10,0),(101,4,11,0),(102,4,12,0),(103,4,13,0),(104,4,14,0),(105,4,15,0),(106,4,16,0),(107,4,17,0),(108,4,18,0),(109,4,19,0),(110,4,20,0),(111,4,21,0),(112,4,22,0),(113,4,23,0),(114,4,24,0),(115,4,25,0),(116,4,26,0),(117,4,27,0),(118,4,28,0),(119,4,29,0),(120,4,30,0),(121,5,1,0),(122,5,2,0),(123,5,3,0),(124,5,4,0),(125,5,5,0),(126,5,6,0),(127,5,7,0),(128,5,8,0),(129,5,9,0),(130,5,10,0),(131,5,11,0),(132,5,12,0),(133,5,13,0),(134,5,14,0),(135,5,15,0),(136,5,16,0),(137,5,17,0),(138,5,18,0),(139,5,19,0),(140,5,20,0),(141,5,21,0),(142,5,22,0),(143,5,23,0),(144,5,24,0),(145,5,25,0),(146,5,26,0),(147,5,27,0),(148,5,28,0),(149,5,29,0),(150,5,30,0),(151,6,1,0),(152,6,2,0),(153,6,3,0),(154,6,4,0),(155,6,5,0),(156,6,6,0),(157,6,7,0),(158,6,8,0),(159,6,9,0),(160,6,10,0),(161,6,11,0),(162,6,12,0),(163,6,13,0),(164,6,14,0),(165,6,15,0),(166,6,16,0),(167,6,17,0),(168,6,18,0),(169,6,19,0),(170,6,20,0),(171,6,21,0),(172,6,22,0),(173,6,23,0),(174,6,24,0),(175,6,25,0),(176,6,26,0),(177,6,27,0),(178,6,28,0),(179,6,29,0),(180,6,30,0),(181,7,1,0),(182,7,2,0),(183,7,3,0),(184,7,4,0),(185,7,5,0),(186,7,6,0),(187,7,7,0),(188,7,8,0),(189,7,9,0),(190,7,10,0),(191,7,11,0),(192,7,12,0),(193,7,13,0),(194,7,14,0),(195,7,15,0),(196,7,16,0),(197,7,17,0),(198,7,18,0),(199,7,19,0),(200,7,20,0),(201,7,21,0),(202,7,22,0),(203,7,23,0),(204,7,24,0),(205,7,25,0),(206,7,26,0),(207,7,27,0),(208,7,28,0),(209,7,29,0),(210,7,30,0),(211,8,1,0),(212,8,2,0),(213,8,3,0),(214,8,4,0),(215,8,5,0),(216,8,6,0),(217,8,7,0),(218,8,8,0),(219,8,9,0),(220,8,10,0),(221,8,11,0),(222,8,12,0),(223,8,13,0),(224,8,14,0),(225,8,15,0),(226,8,16,0),(227,8,17,0),(228,8,18,0),(229,8,19,0),(230,8,20,0),(231,8,21,0),(232,8,22,0),(233,8,23,0),(234,8,24,0),(235,8,25,0),(236,8,26,0),(237,8,27,0),(238,8,28,0),(239,8,29,0),(240,8,30,0),(241,9,1,0),(242,9,2,0),(243,9,3,0),(244,9,4,0),(245,9,5,0),(246,9,6,0),(247,9,7,0),(248,9,8,0),(249,9,9,0),(250,9,10,0),(251,9,11,0),(252,9,12,0),(253,9,13,0),(254,9,14,0),(255,9,15,0),(256,9,16,0),(257,9,17,0),(258,9,18,0),(259,9,19,0),(260,9,20,0),(261,9,21,0),(262,9,22,0),(263,9,23,0),(264,9,24,0),(265,9,25,0),(266,9,26,0),(267,9,27,0),(268,9,28,0),(269,9,29,0),(270,9,30,0),(271,10,1,0),(272,10,2,0),(273,10,3,0),(274,10,4,0),(275,10,5,0),(276,10,6,0),(277,10,7,0),(278,10,8,0),(279,10,9,0),(280,10,10,0),(281,10,11,0),(282,10,12,0),(283,10,13,0),(284,10,14,0),(285,10,15,0),(286,10,16,0),(287,10,17,0),(288,10,18,0),(289,10,19,0),(290,10,20,0),(291,10,21,0),(292,10,22,0),(293,10,23,0),(294,10,24,0),(295,10,25,0),(296,10,26,0),(297,10,27,0),(298,10,28,0),(299,10,29,0),(300,10,30,0),(301,11,1,0),(302,11,2,0.2),(303,11,3,0),(304,11,4,0),(305,11,5,0),(306,11,6,0),(307,11,7,0),(308,11,8,0),(309,11,9,0),(310,11,10,0),(311,11,11,0),(312,11,12,0),(313,11,13,0),(314,11,14,0),(315,11,15,0),(316,11,16,0),(317,11,17,0),(318,11,18,0),(319,11,19,0),(320,11,20,0),(321,11,21,0.6),(322,11,22,0.5),(323,11,23,0.4),(324,11,24,0),(325,11,25,0),(326,11,26,0),(327,11,27,0),(328,11,28,0),(329,11,29,0),(330,11,30,0),(331,12,1,0),(332,12,2,0.3),(333,12,3,0),(334,12,4,0),(335,12,5,0),(336,12,6,0),(337,12,7,0),(338,12,8,0),(339,12,9,0),(340,12,10,0),(341,12,11,0),(342,12,12,0),(343,12,13,0),(344,12,14,0),(345,12,15,0),(346,12,16,0),(347,12,17,0),(348,12,18,0),(349,12,19,0),(350,12,20,0),(351,12,21,0.5),(352,12,22,0.5),(353,12,23,0.6),(354,12,24,0),(355,12,25,0),(356,12,26,0),(357,12,27,0),(358,12,28,0),(359,12,29,0),(360,12,30,0),(361,13,1,0),(362,13,2,0.1),(363,13,3,0),(364,13,4,0),(365,13,5,0),(366,13,6,0),(367,13,7,0),(368,13,8,0),(369,13,9,0),(370,13,10,0),(371,13,11,0),(372,13,12,0),(373,13,13,0),(374,13,14,0),(375,13,15,0),(376,13,16,0),(377,13,17,0),(378,13,18,0),(379,13,19,0),(380,13,20,0),(381,13,21,0.4),(382,13,22,0.1),(383,13,23,0.1),(384,13,24,0),(385,13,25,0),(386,13,26,0),(387,13,27,0),(388,13,28,0),(389,13,29,0),(390,13,30,0),(391,14,1,0),(392,14,2,0.7),(393,14,3,0),(394,14,4,0),(395,14,5,0),(396,14,6,0),(397,14,7,0),(398,14,8,0),(399,14,9,0),(400,14,10,0),(401,14,11,0.3),(402,14,12,0),(403,14,13,0),(404,14,14,0),(405,14,15,0),(406,14,16,0),(407,14,17,0),(408,14,18,0),(409,14,19,0),(410,14,20,0),(411,14,21,0.6),(412,14,22,0),(413,14,23,0),(414,14,24,0),(415,14,25,0),(416,14,26,0),(417,14,27,0),(418,14,28,0),(419,14,29,0),(420,14,30,0),(421,15,1,0),(422,15,2,0.2),(423,15,3,0),(424,15,4,0),(425,15,5,0),(426,15,6,0),(427,15,7,0),(428,15,8,0),(429,15,9,0.4),(430,15,10,0),(431,15,11,0),(432,15,12,0),(433,15,13,0),(434,15,14,0),(435,15,15,0),(436,15,16,0),(437,15,17,0),(438,15,18,0),(439,15,19,0),(440,15,20,0),(441,15,21,0),(442,15,22,0.1),(443,15,23,0.2),(444,15,24,0),(445,15,25,0),(446,15,26,0),(447,15,27,0),(448,15,28,0),(449,15,29,0),(450,15,30,0),(451,16,1,0),(452,16,2,0),(453,16,3,0),(454,16,4,0),(455,16,5,0),(456,16,6,0),(457,16,7,0),(458,16,8,0),(459,16,9,0),(460,16,10,0),(461,16,11,0),(462,16,12,0),(463,16,13,0),(464,16,14,0),(465,16,15,0),(466,16,16,0),(467,16,17,0),(468,16,18,0),(469,16,19,0),(470,16,20,0),(471,16,21,0.3),(472,16,22,0),(473,16,23,0),(474,16,24,0),(475,16,25,0),(476,16,26,0),(477,16,27,0),(478,16,28,0),(479,16,29,0),(480,16,30,0),(481,17,1,0),(482,17,2,0),(483,17,3,0),(484,17,4,0),(485,17,5,0),(486,17,6,0),(487,17,7,0),(488,17,8,0),(489,17,9,0),(490,17,10,0),(491,17,11,0),(492,17,12,0),(493,17,13,0),(494,17,14,0),(495,17,15,0),(496,17,16,0),(497,17,17,0),(498,17,18,0),(499,17,19,0),(500,17,20,0),(501,17,21,0),(502,17,22,0),(503,17,23,0),(504,17,24,0),(505,17,25,0),(506,17,26,0),(507,17,27,0),(508,17,28,0),(509,17,29,0),(510,17,30,0),(511,18,1,0),(512,18,2,0),(513,18,3,0),(514,18,4,0),(515,18,5,0),(516,18,6,0),(517,18,7,0),(518,18,8,0),(519,18,9,0),(520,18,10,0),(521,18,11,0),(522,18,12,0),(523,18,13,0),(524,18,14,0),(525,18,15,0),(526,18,16,0),(527,18,17,0),(528,18,18,0),(529,18,19,0),(530,18,20,0),(531,18,21,0),(532,18,22,0),(533,18,23,0),(534,18,24,0),(535,18,25,0),(536,18,26,0),(537,18,27,0),(538,18,28,0),(539,18,29,0),(540,18,30,0),(541,19,1,0),(542,19,2,0),(543,19,3,0),(544,19,4,0),(545,19,5,0),(546,19,6,0),(547,19,7,0),(548,19,8,0),(549,19,9,0),(550,19,10,0),(551,19,11,0),(552,19,12,0),(553,19,13,0),(554,19,14,0),(555,19,15,0),(556,19,16,0),(557,19,17,0),(558,19,18,0),(559,19,19,0),(560,19,20,0),(561,19,21,0),(562,19,22,0),(563,19,23,0),(564,19,24,0),(565,19,25,0),(566,19,26,0),(567,19,27,0),(568,19,28,0),(569,19,29,0),(570,19,30,0),(571,20,1,0),(572,20,2,0),(573,20,3,0),(574,20,4,0),(575,20,5,0),(576,20,6,0),(577,20,7,0),(578,20,8,0),(579,20,9,0),(580,20,10,0),(581,20,11,0),(582,20,12,0),(583,20,13,0),(584,20,14,0),(585,20,15,0),(586,20,16,0),(587,20,17,0),(588,20,18,0),(589,20,19,0),(590,20,20,0),(591,20,21,0),(592,20,22,0),(593,20,23,0),(594,20,24,0),(595,20,25,0),(596,20,26,0),(597,20,27,0),(598,20,28,0),(599,20,29,0),(600,20,30,0),(601,21,1,0),(602,21,2,0),(603,21,3,0),(604,21,4,0),(605,21,5,0),(606,21,6,0),(607,21,7,0),(608,21,8,0),(609,21,9,0),(610,21,10,0),(611,21,11,0),(612,21,12,0),(613,21,13,0),(614,21,14,0),(615,21,15,0),(616,21,16,0),(617,21,17,0),(618,21,18,0),(619,21,19,0),(620,21,20,0),(621,21,21,0),(622,21,22,0),(623,21,23,0),(624,21,24,0),(625,21,25,0),(626,21,26,0),(627,21,27,0),(628,21,28,0),(629,21,29,0),(630,21,30,0),(631,22,1,0),(632,22,2,0.1),(633,22,3,0),(634,22,4,0),(635,22,5,0),(636,22,6,0),(637,22,7,0),(638,22,8,0),(639,22,9,0),(640,22,10,0),(641,22,11,0),(642,22,12,0),(643,22,13,0),(644,22,14,0),(645,22,15,0),(646,22,16,0),(647,22,17,0),(648,22,18,0),(649,22,19,0),(650,22,20,0),(651,22,21,0.1),(652,22,22,0.2),(653,22,23,0.1),(654,22,24,0),(655,22,25,0.5),(656,22,26,0),(657,22,27,0.5),(658,22,28,0.6),(659,22,29,0),(660,22,30,0),(661,23,1,0),(662,23,2,0.2),(663,23,3,0),(664,23,4,0),(665,23,5,0),(666,23,6,0),(667,23,7,0),(668,23,8,0),(669,23,9,0),(670,23,10,0),(671,23,11,0),(672,23,12,0),(673,23,13,0),(674,23,14,0),(675,23,15,0),(676,23,16,0),(677,23,17,0),(678,23,18,0),(679,23,19,0),(680,23,20,0),(681,23,21,0.1),(682,23,22,0.2),(683,23,23,0.3),(684,23,24,0),(685,23,25,0.7),(686,23,26,0),(687,23,27,0.7),(688,23,28,0.9),(689,23,29,0),(690,23,30,0),(691,24,1,0),(692,24,2,0.2),(693,24,3,0),(694,24,4,0),(695,24,5,0),(696,24,6,0),(697,24,7,0),(698,24,8,0),(699,24,9,0),(700,24,10,0),(701,24,11,0),(702,24,12,0),(703,24,13,0),(704,24,14,0),(705,24,15,0),(706,24,16,0),(707,24,17,0),(708,24,18,0),(709,24,19,0),(710,24,20,0),(711,24,21,0.1),(712,24,22,0.2),(713,24,23,0.2),(714,24,24,0),(715,24,25,0),(716,24,26,0),(717,24,27,0),(718,24,28,0.8),(719,24,29,0),(720,24,30,0),(721,25,1,0),(722,25,2,0),(723,25,3,0),(724,25,4,0),(725,25,5,0),(726,25,6,0),(727,25,7,0),(728,25,8,0),(729,25,9,0),(730,25,10,0),(731,25,11,0),(732,25,12,0),(733,25,13,0),(734,25,14,0),(735,25,15,0),(736,25,16,0.4),(737,25,17,0.2),(738,25,18,0),(739,25,19,0),(740,25,20,0),(741,25,21,0.1),(742,25,22,0),(743,25,23,0),(744,25,24,0),(745,25,25,0.4),(746,25,26,0),(747,25,27,0.4),(748,25,28,0.4),(749,25,29,0),(750,25,30,0),(751,26,1,0),(752,26,2,0),(753,26,3,0),(754,26,4,0),(755,26,5,0),(756,26,6,0),(757,26,7,0),(758,26,8,0),(759,26,9,0),(760,26,10,0),(761,26,11,0),(762,26,12,0),(763,26,13,0),(764,26,14,0),(765,26,15,0),(766,26,16,0),(767,26,17,0),(768,26,18,0),(769,26,19,0),(770,26,20,0),(771,26,21,0),(772,26,22,0),(773,26,23,0),(774,26,24,0),(775,26,25,0),(776,26,26,0.9),(777,26,27,0.9),(778,26,28,0),(779,26,29,0),(780,26,30,0),(781,27,1,0),(782,27,2,0),(783,27,3,0),(784,27,4,0),(785,27,5,0),(786,27,6,0),(787,27,7,0),(788,27,8,0),(789,27,9,0),(790,27,10,0),(791,27,11,0),(792,27,12,0),(793,27,13,0.2),(794,27,14,0.1),(795,27,15,0),(796,27,16,0),(797,27,17,0),(798,27,18,0),(799,27,19,0),(800,27,20,0),(801,27,21,0),(802,27,22,0),(803,27,23,0),(804,27,24,0),(805,27,25,0),(806,27,26,0),(807,27,27,0),(808,27,28,0),(809,27,29,0),(810,27,30,0),(811,28,1,0),(812,28,2,0),(813,28,3,0),(814,28,4,0),(815,28,5,0),(816,28,6,0),(817,28,7,0),(818,28,8,0),(819,28,9,0),(820,28,10,0),(821,28,11,0.2),(822,28,12,0),(823,28,13,0.3),(824,28,14,0.1),(825,28,15,0),(826,28,16,0),(827,28,17,0),(828,28,18,0),(829,28,19,0),(830,28,20,0),(831,28,21,0),(832,28,22,0),(833,28,23,0),(834,28,24,0),(835,28,25,0),(836,28,26,0),(837,28,27,0),(838,28,28,0),(839,28,29,0),(840,28,30,0),(841,29,1,0),(842,29,2,0),(843,29,3,0),(844,29,4,0),(845,29,5,0),(846,29,6,0),(847,29,7,0),(848,29,8,0),(849,29,9,0),(850,29,10,0),(851,29,11,0),(852,29,12,0),(853,29,13,0.4),(854,29,14,0.2),(855,29,15,0),(856,29,16,0),(857,29,17,0),(858,29,18,0),(859,29,19,0),(860,29,20,0),(861,29,21,0),(862,29,22,0),(863,29,23,0),(864,29,24,0),(865,29,25,0),(866,29,26,0),(867,29,27,0),(868,29,28,0),(869,29,29,0),(870,29,30,0),(871,30,1,0),(872,30,2,0.3),(873,30,3,0.2),(874,30,4,0.2),(875,30,5,0.2),(876,30,6,0.3),(877,30,7,0.3),(878,30,8,0.2),(879,30,9,0.2),(880,30,10,0),(881,30,11,0.2),(882,30,12,0.4),(883,30,13,0),(884,30,14,0),(885,30,15,0),(886,30,16,0),(887,30,17,0),(888,30,18,0.3),(889,30,19,0.1),(890,30,20,0.1),(891,30,21,0),(892,30,22,0),(893,30,23,0.2),(894,30,24,0.1),(895,30,25,0),(896,30,26,0),(897,30,27,0),(898,30,28,0),(899,30,29,0),(900,30,30,0),(901,31,1,0),(902,31,2,0.3),(903,31,3,0.2),(904,31,4,0.2),(905,31,5,0.2),(906,31,6,0.4),(907,31,7,0.4),(908,31,8,0.2),(909,31,9,0.2),(910,31,10,0),(911,31,11,0.2),(912,31,12,0.6),(913,31,13,0),(914,31,14,0),(915,31,15,0),(916,31,16,0),(917,31,17,0),(918,31,18,0.4),(919,31,19,0.2),(920,31,20,0.2),(921,31,21,0),(922,31,22,0),(923,31,23,0.2),(924,31,24,0.2),(925,31,25,0),(926,31,26,0),(927,31,27,0),(928,31,28,0),(929,31,29,0),(930,31,30,0),(931,32,1,0),(932,32,2,0),(933,32,3,0),(934,32,4,0),(935,32,5,0),(936,32,6,0),(937,32,7,0),(938,32,8,0),(939,32,9,0),(940,32,10,0),(941,32,11,0),(942,32,12,0.4),(943,32,13,0),(944,32,14,0),(945,32,15,0),(946,32,16,0),(947,32,17,0),(948,32,18,0),(949,32,19,0),(950,32,20,0),(951,32,21,0),(952,32,22,0),(953,32,23,0),(954,32,24,0),(955,32,25,0),(956,32,26,0),(957,32,27,0),(958,32,28,0),(959,32,29,0),(960,32,30,0),(961,33,1,0),(962,33,2,0),(963,33,3,0),(964,33,4,0),(965,33,5,0),(966,33,6,0),(967,33,7,0),(968,33,8,0),(969,33,9,0),(970,33,10,0),(971,33,11,0.2),(972,33,12,0.4),(973,33,13,0),(974,33,14,0),(975,33,15,0),(976,33,16,0),(977,33,17,0),(978,33,18,0),(979,33,19,0),(980,33,20,0),(981,33,21,0),(982,33,22,0),(983,33,23,0),(984,33,24,0),(985,33,25,0),(986,33,26,0),(987,33,27,0),(988,33,28,0),(989,33,29,0),(990,33,30,0),(991,34,1,0),(992,34,2,0),(993,34,3,0),(994,34,4,0),(995,34,5,0),(996,34,6,0),(997,34,7,0),(998,34,8,0),(999,34,9,0),(1000,34,10,0),(1001,34,11,0),(1002,34,12,0.2),(1003,34,13,0),(1004,34,14,0),(1005,34,15,0),(1006,34,16,0),(1007,34,17,0),(1008,34,18,0),(1009,34,19,0),(1010,34,20,0),(1011,34,21,0),(1012,34,22,0),(1013,34,23,0),(1014,34,24,0),(1015,34,25,0),(1016,34,26,0),(1017,34,27,0),(1018,34,28,0),(1019,34,29,0),(1020,34,30,0),(1021,35,1,0),(1022,35,2,0),(1023,35,3,0),(1024,35,4,0),(1025,35,5,0),(1026,35,6,0),(1027,35,7,0),(1028,35,8,0),(1029,35,9,0),(1030,35,10,0),(1031,35,11,0),(1032,35,12,0.4),(1033,35,13,0),(1034,35,14,0),(1035,35,15,0),(1036,35,16,0),(1037,35,17,0),(1038,35,18,0),(1039,35,19,0),(1040,35,20,0),(1041,35,21,0),(1042,35,22,0),(1043,35,23,0),(1044,35,24,0),(1045,35,25,0),(1046,35,26,0),(1047,35,27,0),(1048,35,28,0),(1049,35,29,0),(1050,35,30,0),(1051,36,1,0.05),(1052,36,2,0.1),(1053,36,3,0.1),(1054,36,4,0.1),(1055,36,5,0.1),(1056,36,6,0.2),(1057,36,7,0.1),(1058,36,8,0.1),(1059,36,9,0.1),(1060,36,10,0),(1061,36,11,0.1),(1062,36,12,0.05),(1063,36,13,0.05),(1064,36,14,0.05),(1065,36,15,0.05),(1066,36,16,0.1),(1067,36,17,0.1),(1068,36,18,0.2),(1069,36,19,0.2),(1070,36,20,0.1),(1071,36,21,0.1),(1072,36,22,0.2),(1073,36,23,0.1),(1074,36,24,0),(1075,36,25,0),(1076,36,26,0),(1077,36,27,0),(1078,36,28,0.1),(1079,36,29,0),(1080,36,30,0),(1081,37,1,0.05),(1082,37,2,0.1),(1083,37,3,0.1),(1084,37,4,0.1),(1085,37,5,0.1),(1086,37,6,0.2),(1087,37,7,0.1),(1088,37,8,0.1),(1089,37,9,0.1),(1090,37,10,0),(1091,37,11,0.1),(1092,37,12,0.05),(1093,37,13,0.05),(1094,37,14,0.05),(1095,37,15,0.05),(1096,37,16,0.1),(1097,37,17,0.1),(1098,37,18,0.2),(1099,37,19,0.2),(1100,37,20,0.1),(1101,37,21,0.1),(1102,37,22,0.2),(1103,37,23,0.1),(1104,37,24,0),(1105,37,25,0),(1106,37,26,0),(1107,37,27,0),(1108,37,28,0.1),(1109,37,29,0),(1110,37,30,0),(1111,38,1,0.1),(1112,38,2,0.2),(1113,38,3,0.3),(1114,38,4,0.3),(1115,38,5,0.2),(1116,38,6,0.4),(1117,38,7,0.3),(1118,38,8,0.3),(1119,38,9,0.3),(1120,38,10,0),(1121,38,11,0.3),(1122,38,12,0.2),(1123,38,13,0.05),(1124,38,14,0.2),(1125,38,15,0.2),(1126,38,16,0.3),(1127,38,17,0.3),(1128,38,18,0.4),(1129,38,19,0.4),(1130,38,20,0.3),(1131,38,21,0.3),(1132,38,22,0.5),(1133,38,23,0.3),(1134,38,24,0),(1135,38,25,0),(1136,38,26,0),(1137,38,27,0),(1138,38,28,0.3),(1139,38,29,0),(1140,38,30,0),(1141,39,1,0.05),(1142,39,2,0.1),(1143,39,3,0.1),(1144,39,4,0.1),(1145,39,5,0.1),(1146,39,6,0.1),(1147,39,7,0.1),(1148,39,8,0.1),(1149,39,9,0.1),(1150,39,10,0),(1151,39,11,0.1),(1152,39,12,0.05),(1153,39,13,0.05),(1154,39,14,0.05),(1155,39,15,0.05),(1156,39,16,0.1),(1157,39,17,0.1),(1158,39,18,0.2),(1159,39,19,0.2),(1160,39,20,0.1),(1161,39,21,0.1),(1162,39,22,0.2),(1163,39,23,0.1),(1164,39,24,0),(1165,39,25,0),(1166,39,26,0),(1167,39,27,0),(1168,39,28,0.1),(1169,39,29,0),(1170,39,30,0),(1171,40,1,0.2),(1172,40,2,0),(1173,40,3,0),(1174,40,4,0.1),(1175,40,5,0),(1176,40,6,0),(1177,40,7,0),(1178,40,8,0),(1179,40,9,0),(1180,40,10,0),(1181,40,11,0.2),(1182,40,12,0.1),(1183,40,13,0),(1184,40,14,0.1),(1185,40,15,0),(1186,40,16,0),(1187,40,17,0),(1188,40,18,0),(1189,40,19,0),(1190,40,20,0.3),(1191,40,21,0),(1192,40,22,0),(1193,40,23,0),(1194,40,24,0),(1195,40,25,0),(1196,40,26,0),(1197,40,27,0),(1198,40,28,0),(1199,40,29,0),(1200,40,30,0),(1201,41,1,0.1),(1202,41,2,0.1),(1203,41,3,0.1),(1204,41,4,0.1),(1205,41,5,0.1),(1206,41,6,0.1),(1207,41,7,0.1),(1208,41,8,0.1),(1209,41,9,0.1),(1210,41,10,0),(1211,41,11,0.1),(1212,41,12,0.1),(1213,41,13,0.1),(1214,41,14,0.1),(1215,41,15,0.1),(1216,41,16,0.1),(1217,41,17,0.1),(1218,41,18,0.1),(1219,41,19,0.1),(1220,41,20,0.1),(1221,41,21,0.1),(1222,41,22,0.1),(1223,41,23,0.1),(1224,41,24,0),(1225,41,25,0),(1226,41,26,0),(1227,41,27,0),(1228,41,28,0.1),(1229,41,29,0),(1230,41,30,0),(1231,42,1,0.1),(1232,42,2,0.1),(1233,42,3,0.1),(1234,42,4,0.1),(1235,42,5,0.1),(1236,42,6,0.1),(1237,42,7,0.1),(1238,42,8,0.1),(1239,42,9,0.1),(1240,42,10,0),(1241,42,11,0.1),(1242,42,12,0.1),(1243,42,13,0.1),(1244,42,14,0.1),(1245,42,15,0.1),(1246,42,16,0.1),(1247,42,17,0.1),(1248,42,18,0.1),(1249,42,19,0.1),(1250,42,20,0.1),(1251,42,21,0.1),(1252,42,22,0.1),(1253,42,23,0.1),(1254,42,24,0),(1255,42,25,0),(1256,42,26,0),(1257,42,27,0),(1258,42,28,0.1),(1259,42,29,0),(1260,42,30,0),(1261,43,1,0.05),(1262,43,2,0.1),(1263,43,3,0.2),(1264,43,4,0.2),(1265,43,5,0.2),(1266,43,6,0.2),(1267,43,7,0.2),(1268,43,8,0.2),(1269,43,9,0.2),(1270,43,10,0),(1271,43,11,0.2),(1272,43,12,0.2),(1273,43,13,0),(1274,43,14,0.1),(1275,43,15,0.1),(1276,43,16,0.1),(1277,43,17,0.2),(1278,43,18,0.2),(1279,43,19,0),(1280,43,20,0),(1281,43,21,0),(1282,43,22,0),(1283,43,23,0.2),(1284,43,24,0),(1285,43,25,0),(1286,43,26,0),(1287,43,27,0),(1288,43,28,0.1),(1289,43,29,0),(1290,43,30,0),(1291,44,1,0.05),(1292,44,2,0.1),(1293,44,3,0.3),(1294,44,4,0.3),(1295,44,5,0.3),(1296,44,6,0.3),(1297,44,7,0.3),(1298,44,8,0.3),(1299,44,9,0.3),(1300,44,10,0),(1301,44,11,0.3),(1302,44,12,0.3),(1303,44,13,0),(1304,44,14,0.1),(1305,44,15,0.1),(1306,44,16,0.1),(1307,44,17,0.3),(1308,44,18,0.3),(1309,44,19,0),(1310,44,20,0),(1311,44,21,0),(1312,44,22,0),(1313,44,23,0.3),(1314,44,24,0),(1315,44,25,0),(1316,44,26,0),(1317,44,27,0),(1318,44,28,0.1),(1319,44,29,0),(1320,44,30,0),(1321,45,1,0.1),(1322,45,2,0.2),(1323,45,3,0.5),(1324,45,4,0.5),(1325,45,5,0.5),(1326,45,6,0.5),(1327,45,7,0.5),(1328,45,8,0.4),(1329,45,9,0.4),(1330,45,10,0),(1331,45,11,0.4),(1332,45,12,0.5),(1333,45,13,0),(1334,45,14,0.2),(1335,45,15,0.2),(1336,45,16,0.2),(1337,45,17,0.4),(1338,45,18,0.4),(1339,45,19,0),(1340,45,20,0),(1341,45,21,0),(1342,45,22,0),(1343,45,23,0.4),(1344,45,24,0),(1345,45,25,0),(1346,45,26,0),(1347,45,27,0),(1348,45,28,0.2),(1349,45,29,0),(1350,45,30,0),(1351,46,1,0.05),(1352,46,2,0.1),(1353,46,3,0.2),(1354,46,4,0.2),(1355,46,5,0.2),(1356,46,6,0.2),(1357,46,7,0.2),(1358,46,8,0.2),(1359,46,9,0.2),(1360,46,10,0),(1361,46,11,0.2),(1362,46,12,0.2),(1363,46,13,0),(1364,46,14,0.1),(1365,46,15,0.1),(1366,46,16,0.1),(1367,46,17,0.2),(1368,46,18,0.2),(1369,46,19,0),(1370,46,20,0),(1371,46,21,0),(1372,46,22,0),(1373,46,23,0.2),(1374,46,24,0),(1375,46,25,0),(1376,46,26,0),(1377,46,27,0),(1378,46,28,0.1),(1379,46,29,0),(1380,46,30,0),(1381,47,1,0.1),(1382,47,2,0.3),(1383,47,3,0.6),(1384,47,4,0.6),(1385,47,5,0.6),(1386,47,6,0.6),(1387,47,7,0.6),(1388,47,8,0.5),(1389,47,9,0.5),(1390,47,10,0),(1391,47,11,0.5),(1392,47,12,0.6),(1393,47,13,0),(1394,47,14,0.3),(1395,47,15,0.3),(1396,47,16,0.3),(1397,47,17,0.5),(1398,47,18,0.5),(1399,47,19,0),(1400,47,20,0),(1401,47,21,0),(1402,47,22,0),(1403,47,23,0.5),(1404,47,24,0),(1405,47,25,0),(1406,47,26,0),(1407,47,27,0),(1408,47,28,0.3),(1409,47,29,0),(1410,47,30,0),(1411,48,1,0.1),(1412,48,2,0),(1413,48,3,0.1),(1414,48,4,0.1),(1415,48,5,0),(1416,48,6,0),(1417,48,7,0),(1418,48,8,0),(1419,48,9,0),(1420,48,10,0),(1421,48,11,0),(1422,48,12,0.1),(1423,48,13,0),(1424,48,14,0),(1425,48,15,0),(1426,48,16,0),(1427,48,17,0),(1428,48,18,0),(1429,48,19,0),(1430,48,20,0),(1431,48,21,0),(1432,48,22,0),(1433,48,23,0),(1434,48,24,0),(1435,48,25,0),(1436,48,26,0),(1437,48,27,0),(1438,48,28,0),(1439,48,29,0),(1440,48,30,0),(1441,49,1,0.05),(1442,49,2,0.1),(1443,49,3,0),(1444,49,4,0),(1445,49,5,0),(1446,49,6,0),(1447,49,7,0),(1448,49,8,0.1),(1449,49,9,0.2),(1450,49,10,0),(1451,49,11,0),(1452,49,12,0),(1453,49,13,0),(1454,49,14,0),(1455,49,15,0),(1456,49,16,0),(1457,49,17,0),(1458,49,18,0),(1459,49,19,0),(1460,49,20,0.05),(1461,49,21,0),(1462,49,22,0),(1463,49,23,0.05),(1464,49,24,0),(1465,49,25,0),(1466,49,26,0),(1467,49,27,0),(1468,49,28,0.05),(1469,49,29,0),(1470,49,30,0),(1471,50,1,0.05),(1472,50,2,0.1),(1473,50,3,0),(1474,50,4,0),(1475,50,5,0),(1476,50,6,0),(1477,50,7,0),(1478,50,8,0.1),(1479,50,9,0.2),(1480,50,10,0),(1481,50,11,0),(1482,50,12,0),(1483,50,13,0),(1484,50,14,0),(1485,50,15,0),(1486,50,16,0),(1487,50,17,0),(1488,50,18,0),(1489,50,19,0),(1490,50,20,0.05),(1491,50,21,0),(1492,50,22,0),(1493,50,23,0.05),(1494,50,24,0),(1495,50,25,0),(1496,50,26,0),(1497,50,27,0),(1498,50,28,0.05),(1499,50,29,0),(1500,50,30,0),(1501,51,1,0.2),(1502,51,2,0.4),(1503,51,3,0),(1504,51,4,0),(1505,51,5,0),(1506,51,6,0),(1507,51,7,0),(1508,51,8,0.4),(1509,51,9,0.5),(1510,51,10,0),(1511,51,11,0),(1512,51,12,0),(1513,51,13,0),(1514,51,14,0),(1515,51,15,0),(1516,51,16,0),(1517,51,17,0),(1518,51,18,0),(1519,51,19,0),(1520,51,20,0.1),(1521,51,21,0),(1522,51,22,0),(1523,51,23,0.2),(1524,51,24,0),(1525,51,25,0),(1526,51,26,0),(1527,51,27,0),(1528,51,28,0.2),(1529,51,29,0),(1530,51,30,0),(1531,52,1,0.1),(1532,52,2,0.2),(1533,52,3,0),(1534,52,4,0),(1535,52,5,0),(1536,52,6,0),(1537,52,7,0),(1538,52,8,0.2),(1539,52,9,0.4),(1540,52,10,0),(1541,52,11,0),(1542,52,12,0),(1543,52,13,0),(1544,52,14,0),(1545,52,15,0),(1546,52,16,0),(1547,52,17,0),(1548,52,18,0),(1549,52,19,0),(1550,52,20,0.5),(1551,52,21,0),(1552,52,22,0),(1553,52,23,0.1),(1554,52,24,0),(1555,52,25,0),(1556,52,26,0),(1557,52,27,0),(1558,52,28,0.1),(1559,52,29,0),(1560,52,30,0),(1561,53,1,0.05),(1562,53,2,0.1),(1563,53,3,0),(1564,53,4,0),(1565,53,5,0),(1566,53,6,0),(1567,53,7,0),(1568,53,8,0.1),(1569,53,9,0.1),(1570,53,10,0),(1571,53,11,0),(1572,53,12,0),(1573,53,13,0),(1574,53,14,0),(1575,53,15,0),(1576,53,16,0),(1577,53,17,0),(1578,53,18,0),(1579,53,19,0),(1580,53,20,0.5),(1581,53,21,0),(1582,53,22,0),(1583,53,23,0.05),(1584,53,24,0),(1585,53,25,0),(1586,53,26,0),(1587,53,27,0),(1588,53,28,0.05),(1589,53,29,0),(1590,53,30,0),(1591,54,1,0.2),(1592,54,2,0.2),(1593,54,3,0.2),(1594,54,4,0.2),(1595,54,5,0.2),(1596,54,6,0.2),(1597,54,7,0.2),(1598,54,8,0.2),(1599,54,9,0.3),(1600,54,10,0),(1601,54,11,0.2),(1602,54,12,0),(1603,54,13,0),(1604,54,14,0),(1605,54,15,0),(1606,54,16,0),(1607,54,17,0),(1608,54,18,0.2),(1609,54,19,0),(1610,54,20,0.1),(1611,54,21,0),(1612,54,22,0),(1613,54,23,0.2),(1614,54,24,0),(1615,54,25,0),(1616,54,26,0),(1617,54,27,0),(1618,54,28,0.2),(1619,54,29,0),(1620,54,30,0),(1621,55,1,0.1),(1622,55,2,0.2),(1623,55,3,0),(1624,55,4,0),(1625,55,5,0),(1626,55,6,0),(1627,55,7,0.2),(1628,55,8,0.2),(1629,55,9,0.3),(1630,55,10,0),(1631,55,11,0),(1632,55,12,0),(1633,55,13,0),(1634,55,14,0),(1635,55,15,0),(1636,55,16,0),(1637,55,17,0),(1638,55,18,0.2),(1639,55,19,0),(1640,55,20,0.1),(1641,55,21,0),(1642,55,22,0),(1643,55,23,0.1),(1644,55,24,0),(1645,55,25,0),(1646,55,26,0),(1647,55,27,0),(1648,55,28,0.1),(1649,55,29,0),(1650,55,30,0),(1651,56,1,0.1),(1652,56,2,0.2),(1653,56,3,0),(1654,56,4,0),(1655,56,5,0),(1656,56,6,0),(1657,56,7,0),(1658,56,8,0.1),(1659,56,9,0.2),(1660,56,10,0),(1661,56,11,0),(1662,56,12,0),(1663,56,13,0),(1664,56,14,0),(1665,56,15,0),(1666,56,16,0),(1667,56,17,0),(1668,56,18,0.1),(1669,56,19,0),(1670,56,20,0.1),(1671,56,21,0),(1672,56,22,0),(1673,56,23,0.1),(1674,56,24,0),(1675,56,25,0),(1676,56,26,0),(1677,56,27,0),(1678,56,28,0.1),(1679,56,29,0),(1680,56,30,0),(1681,57,1,0.2),(1682,57,2,0.2),(1683,57,3,0.1),(1684,57,4,0.1),(1685,57,5,0.1),(1686,57,6,0.1),(1687,57,7,0.1),(1688,57,8,0.2),(1689,57,9,0.2),(1690,57,10,0),(1691,57,11,0.1),(1692,57,12,0),(1693,57,13,0),(1694,57,14,0),(1695,57,15,0),(1696,57,16,0),(1697,57,17,0),(1698,57,18,0.2),(1699,57,19,0),(1700,57,20,0.1),(1701,57,21,0),(1702,57,22,0),(1703,57,23,0.2),(1704,57,24,0),(1705,57,25,0),(1706,57,26,0),(1707,57,27,0),(1708,57,28,0.2),(1709,57,29,0),(1710,57,30,0),(1711,58,1,0.2),(1712,58,2,0.2),(1713,58,3,0.2),(1714,58,4,0.2),(1715,58,5,0.2),(1716,58,6,0.2),(1717,58,7,0.2),(1718,58,8,0.2),(1719,58,9,0.2),(1720,58,10,0),(1721,58,11,0.2),(1722,58,12,0),(1723,58,13,0),(1724,58,14,0),(1725,58,15,0),(1726,58,16,0.2),(1727,58,17,0),(1728,58,18,0.2),(1729,58,19,0),(1730,58,20,0),(1731,58,21,0),(1732,58,22,0),(1733,58,23,0.2),(1734,58,24,0),(1735,58,25,0),(1736,58,26,0),(1737,58,27,0),(1738,58,28,0.2),(1739,58,29,0),(1740,58,30,0),(1741,59,1,0),(1742,59,2,0),(1743,59,3,0),(1744,59,4,0),(1745,59,5,0),(1746,59,6,0),(1747,59,7,0),(1748,59,8,0),(1749,59,9,0),(1750,59,10,0),(1751,59,11,0),(1752,59,12,0),(1753,59,13,0),(1754,59,14,0),(1755,59,15,0),(1756,59,16,0.8),(1757,59,17,0),(1758,59,18,0),(1759,59,19,0),(1760,59,20,0),(1761,59,21,0),(1762,59,22,0),(1763,59,23,0),(1764,59,24,0),(1765,59,25,0),(1766,59,26,0),(1767,59,27,0),(1768,59,28,0),(1769,59,29,0),(1770,59,30,0),(1771,60,1,0.4),(1772,60,2,0.4),(1773,60,3,0.4),(1774,60,4,0.4),(1775,60,5,0.4),(1776,60,6,0),(1777,60,7,0),(1778,60,8,0),(1779,60,9,0.4),(1780,60,10,0),(1781,60,11,0.4),(1782,60,12,0),(1783,60,13,0),(1784,60,14,0),(1785,60,15,0),(1786,60,16,0),(1787,60,17,0),(1788,60,18,0.4),(1789,60,19,0),(1790,60,20,0),(1791,60,21,0),(1792,60,22,0),(1793,60,23,0.4),(1794,60,24,0),(1795,60,25,0),(1796,60,26,0),(1797,60,27,0),(1798,60,28,0),(1799,60,29,0),(1800,60,30,0),(1801,61,1,0.1),(1802,61,2,0.1),(1803,61,3,0.1),(1804,61,4,0.1),(1805,61,5,0.1),(1806,61,6,0.1),(1807,61,7,0.1),(1808,61,8,0.1),(1809,61,9,0.1),(1810,61,10,0),(1811,61,11,0.1),(1812,61,12,0),(1813,61,13,0),(1814,61,14,0),(1815,61,15,0),(1816,61,16,0),(1817,61,17,0),(1818,61,18,0.1),(1819,61,19,0),(1820,61,20,0),(1821,61,21,0),(1822,61,22,0),(1823,61,23,0.1),(1824,61,24,0),(1825,61,25,0),(1826,61,26,0),(1827,61,27,0),(1828,61,28,0),(1829,61,29,0),(1830,61,30,0),(1831,62,1,0),(1832,62,2,0.2),(1833,62,3,0.4),(1834,62,4,0),(1835,62,5,0.4),(1836,62,6,0),(1837,62,7,0.4),(1838,62,8,0),(1839,62,9,0.4),(1840,62,10,0),(1841,62,11,0.4),(1842,62,12,0),(1843,62,13,0),(1844,62,14,0),(1845,62,15,0),(1846,62,16,0),(1847,62,17,0),(1848,62,18,0.4),(1849,62,19,0),(1850,62,20,0),(1851,62,21,0),(1852,62,22,0),(1853,62,23,0.2),(1854,62,24,0.2),(1855,62,25,0),(1856,62,26,0),(1857,62,27,0),(1858,62,28,0),(1859,62,29,0),(1860,62,30,0),(1861,63,1,0),(1862,63,2,0.05),(1863,63,3,0.1),(1864,63,4,0),(1865,63,5,0.1),(1866,63,6,0),(1867,63,7,0.1),(1868,63,8,0),(1869,63,9,0.1),(1870,63,10,0),(1871,63,11,0.1),(1872,63,12,0),(1873,63,13,0),(1874,63,14,0),(1875,63,15,0),(1876,63,16,0),(1877,63,17,0),(1878,63,18,0.1),(1879,63,19,0),(1880,63,20,0),(1881,63,21,0),(1882,63,22,0),(1883,63,23,0.05),(1884,63,24,0.05),(1885,63,25,0),(1886,63,26,0),(1887,63,27,0),(1888,63,28,0),(1889,63,29,0),(1890,63,30,0),(1891,64,1,0),(1892,64,2,0.1),(1893,64,3,0.2),(1894,64,4,0),(1895,64,5,0.2),(1896,64,6,0),(1897,64,7,0.2),(1898,64,8,0),(1899,64,9,0.2),(1900,64,10,0),(1901,64,11,0.2),(1902,64,12,0),(1903,64,13,0),(1904,64,14,0),(1905,64,15,0),(1906,64,16,0),(1907,64,17,0),(1908,64,18,0.2),(1909,64,19,0),(1910,64,20,0),(1911,64,21,0),(1912,64,22,0),(1913,64,23,0.1),(1914,64,24,0.1),(1915,64,25,0),(1916,64,26,0),(1917,64,27,0),(1918,64,28,0),(1919,64,29,0),(1920,64,30,0),(1921,65,1,0),(1922,65,2,0.2),(1923,65,3,0.4),(1924,65,4,0),(1925,65,5,0.4),(1926,65,6,0),(1927,65,7,0.4),(1928,65,8,0),(1929,65,9,0.4),(1930,65,10,0),(1931,65,11,0.4),(1932,65,12,0),(1933,65,13,0),(1934,65,14,0),(1935,65,15,0),(1936,65,16,0),(1937,65,17,0),(1938,65,18,0.4),(1939,65,19,0),(1940,65,20,0),(1941,65,21,0),(1942,65,22,0),(1943,65,23,0.2),(1944,65,24,0.2),(1945,65,25,0),(1946,65,26,0),(1947,65,27,0),(1948,65,28,0),(1949,65,29,0),(1950,65,30,0),(1951,66,1,0),(1952,66,2,0.05),(1953,66,3,0.1),(1954,66,4,0),(1955,66,5,0.1),(1956,66,6,0),(1957,66,7,0.1),(1958,66,8,0),(1959,66,9,0.1),(1960,66,10,0),(1961,66,11,0.1),(1962,66,12,0),(1963,66,13,0),(1964,66,14,0),(1965,66,15,0),(1966,66,16,0),(1967,66,17,0),(1968,66,18,0.1),(1969,66,19,0),(1970,66,20,0),(1971,66,21,0),(1972,66,22,0),(1973,66,23,0.05),(1974,66,24,0.05),(1975,66,25,0),(1976,66,26,0),(1977,66,27,0),(1978,66,28,0),(1979,66,29,0),(1980,66,30,0),(1981,67,1,0),(1982,67,2,0.05),(1983,67,3,0.1),(1984,67,4,0),(1985,67,5,0.1),(1986,67,6,0),(1987,67,7,0.1),(1988,67,8,0),(1989,67,9,0.1),(1990,67,10,0),(1991,67,11,0.1),(1992,67,12,0),(1993,67,13,0),(1994,67,14,0),(1995,67,15,0),(1996,67,16,0),(1997,67,17,0),(1998,67,18,0.1),(1999,67,19,0),(2000,67,20,0),(2001,67,21,0),(2002,67,22,0),(2003,67,23,0.05),(2004,67,24,0.05),(2005,67,25,0),(2006,67,26,0),(2007,67,27,0),(2008,67,28,0),(2009,67,29,0),(2010,67,30,0),(2011,68,1,0),(2012,68,2,0.05),(2013,68,3,0.05),(2014,68,4,0),(2015,68,5,0.05),(2016,68,6,0),(2017,68,7,0.05),(2018,68,8,0),(2019,68,9,0.05),(2020,68,10,0),(2021,68,11,0.05),(2022,68,12,0),(2023,68,13,0),(2024,68,14,0),(2025,68,15,0),(2026,68,16,0),(2027,68,17,0),(2028,68,18,0.05),(2029,68,19,0),(2030,68,20,0),(2031,68,21,0),(2032,68,22,0),(2033,68,23,0.05),(2034,68,24,0.05),(2035,68,25,0),(2036,68,26,0),(2037,68,27,0),(2038,68,28,0),(2039,68,29,0),(2040,68,30,0),(2041,69,1,0),(2042,69,2,0.05),(2043,69,3,0.1),(2044,69,4,0),(2045,69,5,0.1),(2046,69,6,0),(2047,69,7,0.1),(2048,69,8,0),(2049,69,9,0.1),(2050,69,10,0),(2051,69,11,0.1),(2052,69,12,0),(2053,69,13,0),(2054,69,14,0),(2055,69,15,0),(2056,69,16,0),(2057,69,17,0),(2058,69,18,0.1),(2059,69,19,0),(2060,69,20,0),(2061,69,21,0),(2062,69,22,0),(2063,69,23,0.05),(2064,69,24,0.05),(2065,69,25,0),(2066,69,26,0),(2067,69,27,0),(2068,69,28,0),(2069,69,29,0),(2070,69,30,0),(2071,70,1,0),(2072,70,2,0.05),(2073,70,3,0.05),(2074,70,4,0),(2075,70,5,0.05),(2076,70,6,0),(2077,70,7,0.05),(2078,70,8,0),(2079,70,9,0.05),(2080,70,10,0),(2081,70,11,0.05),(2082,70,12,0),(2083,70,13,0),(2084,70,14,0),(2085,70,15,0),(2086,70,16,0),(2087,70,17,0),(2088,70,18,0.05),(2089,70,19,0),(2090,70,20,0),(2091,70,21,0),(2092,70,22,0),(2093,70,23,0.05),(2094,70,24,0.05),(2095,70,25,0),(2096,70,26,0),(2097,70,27,0),(2098,70,28,0),(2099,70,29,0),(2100,70,30,0),(2101,71,1,0),(2102,71,2,0),(2103,71,3,0.3),(2104,71,4,0),(2105,71,5,0.3),(2106,71,6,0),(2107,71,7,0),(2108,71,8,0),(2109,71,9,0),(2110,71,10,0),(2111,71,11,0),(2112,71,12,0),(2113,71,13,0),(2114,71,14,0),(2115,71,15,0),(2116,71,16,0.5),(2117,71,17,0),(2118,71,18,0),(2119,71,19,0),(2120,71,20,0),(2121,71,21,0),(2122,71,22,0),(2123,71,23,0),(2124,71,24,0),(2125,71,25,0),(2126,71,26,0),(2127,71,27,0),(2128,71,28,0),(2129,71,29,0),(2130,71,30,0),(2131,72,1,0),(2132,72,2,0.05),(2133,72,3,0.05),(2134,72,4,0),(2135,72,5,0.05),(2136,72,6,0),(2137,72,7,0),(2138,72,8,0),(2139,72,9,0.05),(2140,72,10,0),(2141,72,11,0.05),(2142,72,12,0),(2143,72,13,0),(2144,72,14,0),(2145,72,15,0),(2146,72,16,0),(2147,72,17,0),(2148,72,18,0.05),(2149,72,19,0),(2150,72,20,0),(2151,72,21,0),(2152,72,22,0.05),(2153,72,23,0.05),(2154,72,24,0.05),(2155,72,25,0),(2156,72,26,0),(2157,72,27,0),(2158,72,28,0.05),(2159,72,29,0),(2160,72,30,0),(2161,73,1,0),(2162,73,2,0.1),(2163,73,3,0.1),(2164,73,4,0),(2165,73,5,0.1),(2166,73,6,0),(2167,73,7,0),(2168,73,8,0),(2169,73,9,0.1),(2170,73,10,0),(2171,73,11,0.1),(2172,73,12,0),(2173,73,13,0),(2174,73,14,0),(2175,73,15,0),(2176,73,16,0),(2177,73,17,0),(2178,73,18,0.1),(2179,73,19,0),(2180,73,20,0),(2181,73,21,0),(2182,73,22,0.1),(2183,73,23,0.1),(2184,73,24,0.1),(2185,73,25,0),(2186,73,26,0),(2187,73,27,0),(2188,73,28,0.1),(2189,73,29,0),(2190,73,30,0),(2191,74,1,0.05),(2192,74,2,0.05),(2193,74,3,0.05),(2194,74,4,0.05),(2195,74,5,0.05),(2196,74,6,0.05),(2197,74,7,0.05),(2198,74,8,0.05),(2199,74,9,0.05),(2200,74,10,0),(2201,74,11,0.05),(2202,74,12,0),(2203,74,13,0.05),(2204,74,14,0.05),(2205,74,15,0.05),(2206,74,16,0.05),(2207,74,17,0.1),(2208,74,18,0.05),(2209,74,19,0),(2210,74,20,0),(2211,74,21,0.1),(2212,74,22,0.1),(2213,74,23,0.1),(2214,74,24,0.1),(2215,74,25,0),(2216,74,26,0),(2217,74,27,0),(2218,74,28,0),(2219,74,29,0),(2220,74,30,0),(2221,75,1,0.1),(2222,75,2,0.1),(2223,75,3,0.1),(2224,75,4,0.1),(2225,75,5,0.1),(2226,75,6,0.1),(2227,75,7,0.1),(2228,75,8,0.1),(2229,75,9,0.1),(2230,75,10,0),(2231,75,11,0.2),(2232,75,12,0),(2233,75,13,0.1),(2234,75,14,0.1),(2235,75,15,0.1),(2236,75,16,0.1),(2237,75,17,0.2),(2238,75,18,0.1),(2239,75,19,0),(2240,75,20,0),(2241,75,21,0.1),(2242,75,22,0.1),(2243,75,23,0.2),(2244,75,24,0.2),(2245,75,25,0),(2246,75,26,0),(2247,75,27,0),(2248,75,28,0),(2249,75,29,0),(2250,75,30,0),(2251,76,1,0.05),(2252,76,2,0.05),(2253,76,3,0.05),(2254,76,4,0.05),(2255,76,5,0.05),(2256,76,6,0.05),(2257,76,7,0.05),(2258,76,8,0.05),(2259,76,9,0.05),(2260,76,10,0),(2261,76,11,0.05),(2262,76,12,0),(2263,76,13,0.05),(2264,76,14,0.05),(2265,76,15,0.05),(2266,76,16,0.05),(2267,76,17,0.1),(2268,76,18,0.05),(2269,76,19,0),(2270,76,20,0),(2271,76,21,0.3),(2272,76,22,0.1),(2273,76,23,0.1),(2274,76,24,0.1),(2275,76,25,0),(2276,76,26,0),(2277,76,27,0),(2278,76,28,0),(2279,76,29,0),(2280,76,30,0),(2281,77,1,0),(2282,77,2,0),(2283,77,3,0),(2284,77,4,0),(2285,77,5,0),(2286,77,6,0),(2287,77,7,0.4),(2288,77,8,0),(2289,77,9,0),(2290,77,10,0),(2291,77,11,0),(2292,77,12,0),(2293,77,13,0),(2294,77,14,0),(2295,77,15,0),(2296,77,16,0),(2297,77,17,0),(2298,77,18,0),(2299,77,19,0),(2300,77,20,0),(2301,77,21,0),(2302,77,22,0),(2303,77,23,0),(2304,77,24,0),(2305,77,25,0),(2306,77,26,0),(2307,77,27,0),(2308,77,28,0),(2309,77,29,0),(2310,77,30,0),(2311,78,1,0),(2312,78,2,0),(2313,78,3,0),(2314,78,4,0),(2315,78,5,0),(2316,78,6,0),(2317,78,7,0.5),(2318,78,8,0),(2319,78,9,0),(2320,78,10,0),(2321,78,11,0),(2322,78,12,0),(2323,78,13,0),(2324,78,14,0),(2325,78,15,0),(2326,78,16,0),(2327,78,17,0),(2328,78,18,0),(2329,78,19,0),(2330,78,20,0),(2331,78,21,0),(2332,78,22,0),(2333,78,23,0),(2334,78,24,0),(2335,78,25,0),(2336,78,26,0),(2337,78,27,0),(2338,78,28,0),(2339,78,29,0),(2340,78,30,0),(2341,79,1,0),(2342,79,2,0),(2343,79,3,0),(2344,79,4,0),(2345,79,5,0),(2346,79,6,0),(2347,79,7,0.1),(2348,79,8,0),(2349,79,9,0),(2350,79,10,0),(2351,79,11,0),(2352,79,12,0),(2353,79,13,0),(2354,79,14,0),(2355,79,15,0),(2356,79,16,0),(2357,79,17,0),(2358,79,18,0),(2359,79,19,0),(2360,79,20,0),(2361,79,21,0),(2362,79,22,0),(2363,79,23,0),(2364,79,24,0),(2365,79,25,0),(2366,79,26,0),(2367,79,27,0),(2368,79,28,0),(2369,79,29,0),(2370,79,30,0),(2371,80,1,0),(2372,80,2,0),(2373,80,3,0),(2374,80,4,0),(2375,80,5,0),(2376,80,6,0),(2377,80,7,0.2),(2378,80,8,0),(2379,80,9,0),(2380,80,10,0),(2381,80,11,0),(2382,80,12,0),(2383,80,13,0),(2384,80,14,0),(2385,80,15,0),(2386,80,16,0),(2387,80,17,0),(2388,80,18,0),(2389,80,19,0),(2390,80,20,0),(2391,80,21,0),(2392,80,22,0),(2393,80,23,0),(2394,80,24,0),(2395,80,25,0),(2396,80,26,0),(2397,80,27,0),(2398,80,28,0),(2399,80,29,0),(2400,80,30,0),(2401,81,1,0),(2402,81,2,0),(2403,81,3,0),(2404,81,4,0),(2405,81,5,0),(2406,81,6,0),(2407,81,7,0.5),(2408,81,8,0),(2409,81,9,0),(2410,81,10,0),(2411,81,11,0),(2412,81,12,0),(2413,81,13,0),(2414,81,14,0),(2415,81,15,0),(2416,81,16,0),(2417,81,17,0),(2418,81,18,0),(2419,81,19,0),(2420,81,20,0),(2421,81,21,0),(2422,81,22,0),(2423,81,23,0),(2424,81,24,0),(2425,81,25,0),(2426,81,26,0),(2427,81,27,0),(2428,81,28,0),(2429,81,29,0),(2430,81,30,0),(2431,82,1,0),(2432,82,2,0),(2433,82,3,0),(2434,82,4,0),(2435,82,5,0),(2436,82,6,0),(2437,82,7,0.5),(2438,82,8,0),(2439,82,9,0),(2440,82,10,0),(2441,82,11,0),(2442,82,12,0),(2443,82,13,0),(2444,82,14,0),(2445,82,15,0),(2446,82,16,0),(2447,82,17,0),(2448,82,18,0),(2449,82,19,0),(2450,82,20,0),(2451,82,21,0),(2452,82,22,0),(2453,82,23,0),(2454,82,24,0),(2455,82,25,0),(2456,82,26,0),(2457,82,27,0),(2458,82,28,0),(2459,82,29,0),(2460,82,30,0),(2461,83,1,0),(2462,83,2,0),(2463,83,3,0),(2464,83,4,0),(2465,83,5,0),(2466,83,6,0),(2467,83,7,0.4),(2468,83,8,0),(2469,83,9,0),(2470,83,10,0),(2471,83,11,0),(2472,83,12,0),(2473,83,13,0),(2474,83,14,0),(2475,83,15,0),(2476,83,16,0),(2477,83,17,0),(2478,83,18,0),(2479,83,19,0),(2480,83,20,0),(2481,83,21,0),(2482,83,22,0),(2483,83,23,0),(2484,83,24,0),(2485,83,25,0),(2486,83,26,0),(2487,83,27,0),(2488,83,28,0),(2489,83,29,0),(2490,83,30,0),(2491,84,1,0),(2492,84,2,0),(2493,84,3,0),(2494,84,4,0),(2495,84,5,0),(2496,84,6,0),(2497,84,7,0.6),(2498,84,8,0),(2499,84,9,0),(2500,84,10,0),(2501,84,11,0),(2502,84,12,0),(2503,84,13,0),(2504,84,14,0),(2505,84,15,0),(2506,84,16,0),(2507,84,17,0),(2508,84,18,0),(2509,84,19,0),(2510,84,20,0),(2511,84,21,0),(2512,84,22,0),(2513,84,23,0),(2514,84,24,0),(2515,84,25,0),(2516,84,26,0),(2517,84,27,0),(2518,84,28,0),(2519,84,29,0),(2520,84,30,0),(2521,85,1,0),(2522,85,2,0),(2523,85,3,0),(2524,85,4,0),(2525,85,5,0),(2526,85,6,0),(2527,85,7,0.5),(2528,85,8,0),(2529,85,9,0),(2530,85,10,0),(2531,85,11,0),(2532,85,12,0),(2533,85,13,0),(2534,85,14,0),(2535,85,15,0),(2536,85,16,0),(2537,85,17,0),(2538,85,18,0),(2539,85,19,0),(2540,85,20,0),(2541,85,21,0),(2542,85,22,0),(2543,85,23,0),(2544,85,24,0),(2545,85,25,0),(2546,85,26,0),(2547,85,27,0),(2548,85,28,0),(2549,85,29,0),(2550,85,30,0),(2551,86,1,0),(2552,86,2,0),(2553,86,3,0),(2554,86,4,0),(2555,86,5,0),(2556,86,6,0),(2557,86,7,0.4),(2558,86,8,0),(2559,86,9,0),(2560,86,10,0),(2561,86,11,0),(2562,86,12,0),(2563,86,13,0),(2564,86,14,0),(2565,86,15,0),(2566,86,16,0),(2567,86,17,0),(2568,86,18,0),(2569,86,19,0),(2570,86,20,0),(2571,86,21,0),(2572,86,22,0),(2573,86,23,0),(2574,86,24,0),(2575,86,25,0),(2576,86,26,0),(2577,86,27,0),(2578,86,28,0),(2579,86,29,0),(2580,86,30,0),(2581,87,1,0),(2582,87,2,0),(2583,87,3,0),(2584,87,4,0),(2585,87,5,0),(2586,87,6,0),(2587,87,7,0),(2588,87,8,0),(2589,87,9,0),(2590,87,10,0),(2591,87,11,0.2),(2592,87,12,0),(2593,87,13,0),(2594,87,14,0),(2595,87,15,0),(2596,87,16,0),(2597,87,17,0),(2598,87,18,0),(2599,87,19,0),(2600,87,20,0),(2601,87,21,0),(2602,87,22,0),(2603,87,23,0),(2604,87,24,0.3),(2605,87,25,0),(2606,87,26,0),(2607,87,27,0),(2608,87,28,0),(2609,87,29,0),(2610,87,30,0),(2611,88,1,0),(2612,88,2,0),(2613,88,3,0),(2614,88,4,0),(2615,88,5,0),(2616,88,6,0),(2617,88,7,0),(2618,88,8,0),(2619,88,9,0),(2620,88,10,0),(2621,88,11,0),(2622,88,12,0),(2623,88,13,0),(2624,88,14,0),(2625,88,15,0),(2626,88,16,0),(2627,88,17,0),(2628,88,18,0),(2629,88,19,0),(2630,88,20,0),(2631,88,21,0),(2632,88,22,0),(2633,88,23,0),(2634,88,24,0.4),(2635,88,25,0),(2636,88,26,0),(2637,88,27,0),(2638,88,28,0),(2639,88,29,0),(2640,88,30,0),(2641,89,1,0),(2642,89,2,0),(2643,89,3,0),(2644,89,4,0),(2645,89,5,0),(2646,89,6,0),(2647,89,7,0),(2648,89,8,0),(2649,89,9,0),(2650,89,10,0),(2651,89,11,0),(2652,89,12,0),(2653,89,13,0),(2654,89,14,0),(2655,89,15,0),(2656,89,16,0),(2657,89,17,0),(2658,89,18,0),(2659,89,19,0),(2660,89,20,0),(2661,89,21,0),(2662,89,22,0),(2663,89,23,0),(2664,89,24,0.1),(2665,89,25,0),(2666,89,26,0),(2667,89,27,0),(2668,89,28,0),(2669,89,29,0),(2670,89,30,0),(2671,90,1,0),(2672,90,2,0),(2673,90,3,0),(2674,90,4,0),(2675,90,5,0),(2676,90,6,0),(2677,90,7,0),(2678,90,8,0),(2679,90,9,0),(2680,90,10,0),(2681,90,11,0.1),(2682,90,12,0),(2683,90,13,0),(2684,90,14,0),(2685,90,15,0),(2686,90,16,0),(2687,90,17,0),(2688,90,18,0),(2689,90,19,0),(2690,90,20,0),(2691,90,21,0),(2692,90,22,0),(2693,90,23,0),(2694,90,24,0.3),(2695,90,25,0),(2696,90,26,0),(2697,90,27,0),(2698,90,28,0),(2699,90,29,0),(2700,90,30,0),(2701,91,1,0),(2702,91,2,0),(2703,91,3,0),(2704,91,4,0),(2705,91,5,0),(2706,91,6,0),(2707,91,7,0),(2708,91,8,0),(2709,91,9,0),(2710,91,10,0),(2711,91,11,0),(2712,91,12,0),(2713,91,13,0),(2714,91,14,0),(2715,91,15,0),(2716,91,16,0),(2717,91,17,0),(2718,91,18,0),(2719,91,19,0),(2720,91,20,0),(2721,91,21,0),(2722,91,22,0),(2723,91,23,0),(2724,91,24,0.05),(2725,91,25,0),(2726,91,26,0),(2727,91,27,0),(2728,91,28,0),(2729,91,29,0),(2730,91,30,0),(2731,92,1,0),(2732,92,2,0),(2733,92,3,0),(2734,92,4,0),(2735,92,5,0),(2736,92,6,0),(2737,92,7,0),(2738,92,8,0),(2739,92,9,0),(2740,92,10,0),(2741,92,11,0),(2742,92,12,0),(2743,92,13,0),(2744,92,14,0),(2745,92,15,0),(2746,92,16,0),(2747,92,17,0),(2748,92,18,0),(2749,92,19,0),(2750,92,20,0),(2751,92,21,0),(2752,92,22,0),(2753,92,23,0),(2754,92,24,0),(2755,92,25,0),(2756,92,26,0),(2757,92,27,0),(2758,92,28,0),(2759,92,29,0),(2760,92,30,0),(2761,93,1,0),(2762,93,2,0),(2763,93,3,0),(2764,93,4,0),(2765,93,5,0),(2766,93,6,0),(2767,93,7,0),(2768,93,8,0),(2769,93,9,0),(2770,93,10,0),(2771,93,11,0),(2772,93,12,0),(2773,93,13,0),(2774,93,14,0),(2775,93,15,0),(2776,93,16,0),(2777,93,17,0),(2778,93,18,0),(2779,93,19,0),(2780,93,20,0),(2781,93,21,0),(2782,93,22,0),(2783,93,23,0),(2784,93,24,0),(2785,93,25,0),(2786,93,26,0),(2787,93,27,0),(2788,93,28,0),(2789,93,29,0),(2790,93,30,0),(2791,94,1,0),(2792,94,2,0),(2793,94,3,0),(2794,94,4,0),(2795,94,5,0),(2796,94,6,0),(2797,94,7,0),(2798,94,8,0),(2799,94,9,0),(2800,94,10,0),(2801,94,11,0),(2802,94,12,0),(2803,94,13,0),(2804,94,14,0),(2805,94,15,0),(2806,94,16,0),(2807,94,17,0),(2808,94,18,0),(2809,94,19,0),(2810,94,20,0),(2811,94,21,0),(2812,94,22,0),(2813,94,23,0),(2814,94,24,0),(2815,94,25,0),(2816,94,26,0),(2817,94,27,0),(2818,94,28,0),(2819,94,29,0),(2820,94,30,0),(2821,95,1,0),(2822,95,2,0),(2823,95,3,0),(2824,95,4,0),(2825,95,5,0),(2826,95,6,0),(2827,95,7,0),(2828,95,8,0),(2829,95,9,0),(2830,95,10,0),(2831,95,11,0),(2832,95,12,0),(2833,95,13,0),(2834,95,14,0),(2835,95,15,0),(2836,95,16,0),(2837,95,17,0),(2838,95,18,0),(2839,95,19,0),(2840,95,20,0),(2841,95,21,0),(2842,95,22,0),(2843,95,23,0),(2844,95,24,0),(2845,95,25,0),(2846,95,26,0),(2847,95,27,0),(2848,95,28,0),(2849,95,29,0),(2850,95,30,0),(2851,96,1,0),(2852,96,2,0),(2853,96,3,0),(2854,96,4,0),(2855,96,5,0),(2856,96,6,0),(2857,96,7,0),(2858,96,8,0),(2859,96,9,0),(2860,96,10,0),(2861,96,11,0),(2862,96,12,0),(2863,96,13,0),(2864,96,14,0),(2865,96,15,0),(2866,96,16,0),(2867,96,17,0),(2868,96,18,0),(2869,96,19,0),(2870,96,20,0),(2871,96,21,0),(2872,96,22,0),(2873,96,23,0),(2874,96,24,0),(2875,96,25,0),(2876,96,26,0),(2877,96,27,0),(2878,96,28,0),(2879,96,29,0),(2880,96,30,0),(2881,97,1,0),(2882,97,2,0),(2883,97,3,0),(2884,97,4,0),(2885,97,5,0),(2886,97,6,0),(2887,97,7,0),(2888,97,8,0),(2889,97,9,0),(2890,97,10,0),(2891,97,11,0),(2892,97,12,0),(2893,97,13,0),(2894,97,14,0),(2895,97,15,0),(2896,97,16,0),(2897,97,17,0),(2898,97,18,0),(2899,97,19,0),(2900,97,20,0),(2901,97,21,0),(2902,97,22,0),(2903,97,23,0),(2904,97,24,0),(2905,97,25,0),(2906,97,26,0),(2907,97,27,0),(2908,97,28,0),(2909,97,29,0),(2910,97,30,0),(2911,98,1,0.05),(2912,98,2,0),(2913,98,3,0),(2914,98,4,0.05),(2915,98,5,0),(2916,98,6,0),(2917,98,7,0),(2918,98,8,0),(2919,98,9,0),(2920,98,10,0.05),(2921,98,11,0),(2922,98,12,0),(2923,98,13,0),(2924,98,14,0.05),(2925,98,15,0),(2926,98,16,0),(2927,98,17,0),(2928,98,18,0),(2929,98,19,0),(2930,98,20,0.2),(2931,98,21,0.05),(2932,98,22,0),(2933,98,23,0),(2934,98,24,0),(2935,98,25,0),(2936,98,26,0),(2937,98,27,0),(2938,98,28,0),(2939,98,29,0),(2940,98,30,0),(2941,99,1,0),(2942,99,2,0),(2943,99,3,0),(2944,99,4,0),(2945,99,5,0),(2946,99,6,0),(2947,99,7,0),(2948,99,8,0),(2949,99,9,0),(2950,99,10,0),(2951,99,11,0),(2952,99,12,0),(2953,99,13,0),(2954,99,14,0),(2955,99,15,0),(2956,99,16,0),(2957,99,17,0),(2958,99,18,0),(2959,99,19,0),(2960,99,20,0),(2961,99,21,0),(2962,99,22,0),(2963,99,23,0),(2964,99,24,0),(2965,99,25,0),(2966,99,26,0),(2967,99,27,0),(2968,99,28,0),(2969,99,29,0),(2970,99,30,0),(2971,100,1,0),(2972,100,2,0),(2973,100,3,0),(2974,100,4,0),(2975,100,5,0),(2976,100,6,0),(2977,100,7,0),(2978,100,8,0),(2979,100,9,0),(2980,100,10,0),(2981,100,11,0),(2982,100,12,0),(2983,100,13,0),(2984,100,14,0),(2985,100,15,0),(2986,100,16,0),(2987,100,17,0),(2988,100,18,0),(2989,100,19,0),(2990,100,20,0),(2991,100,21,0),(2992,100,22,0),(2993,100,23,0),(2994,100,24,0),(2995,100,25,0),(2996,100,26,0),(2997,100,27,0),(2998,100,28,0),(2999,100,29,0),(3000,100,30,0),(3001,101,1,0),(3002,101,2,0),(3003,101,3,0),(3004,101,4,0),(3005,101,5,0),(3006,101,6,0),(3007,101,7,0),(3008,101,8,0),(3009,101,9,0),(3010,101,10,0),(3011,101,11,0),(3012,101,12,0),(3013,101,13,0),(3014,101,14,0),(3015,101,15,0),(3016,101,16,0),(3017,101,17,0),(3018,101,18,0),(3019,101,19,0),(3020,101,20,0),(3021,101,21,0),(3022,101,22,0),(3023,101,23,0),(3024,101,24,0),(3025,101,25,0),(3026,101,26,0),(3027,101,27,0),(3028,101,28,0),(3029,101,29,0),(3030,101,30,0),(3031,102,1,0),(3032,102,2,0),(3033,102,3,0),(3034,102,4,0),(3035,102,5,0),(3036,102,6,0),(3037,102,7,0),(3038,102,8,0),(3039,102,9,0),(3040,102,10,0),(3041,102,11,0),(3042,102,12,0),(3043,102,13,0),(3044,102,14,0),(3045,102,15,0),(3046,102,16,0),(3047,102,17,0),(3048,102,18,0),(3049,102,19,0),(3050,102,20,0),(3051,102,21,0),(3052,102,22,0),(3053,102,23,0),(3054,102,24,0),(3055,102,25,0),(3056,102,26,0),(3057,102,27,0),(3058,102,28,0),(3059,102,29,0),(3060,102,30,0),(3061,103,1,0),(3062,103,2,0),(3063,103,3,0),(3064,103,4,0),(3065,103,5,0),(3066,103,6,0),(3067,103,7,0),(3068,103,8,0),(3069,103,9,0),(3070,103,10,0),(3071,103,11,0),(3072,103,12,0),(3073,103,13,0),(3074,103,14,0),(3075,103,15,0),(3076,103,16,0),(3077,103,17,0),(3078,103,18,0),(3079,103,19,0),(3080,103,20,0),(3081,103,21,0),(3082,103,22,0),(3083,103,23,0),(3084,103,24,0),(3085,103,25,0),(3086,103,26,0),(3087,103,27,0),(3088,103,28,0),(3089,103,29,0),(3090,103,30,0),(3091,104,1,0),(3092,104,2,0),(3093,104,3,0),(3094,104,4,0),(3095,104,5,0),(3096,104,6,0),(3097,104,7,0),(3098,104,8,0),(3099,104,9,0),(3100,104,10,0),(3101,104,11,0),(3102,104,12,0),(3103,104,13,0),(3104,104,14,0),(3105,104,15,0),(3106,104,16,0),(3107,104,17,0),(3108,104,18,0),(3109,104,19,0),(3110,104,20,0),(3111,104,21,0),(3112,104,22,0),(3113,104,23,0),(3114,104,24,0),(3115,104,25,0),(3116,104,26,0),(3117,104,27,0),(3118,104,28,0),(3119,104,29,0),(3120,104,30,0),(3121,105,1,0),(3122,105,2,0),(3123,105,3,0),(3124,105,4,0),(3125,105,5,0),(3126,105,6,0),(3127,105,7,0),(3128,105,8,0),(3129,105,9,0),(3130,105,10,0),(3131,105,11,0),(3132,105,12,0),(3133,105,13,0),(3134,105,14,0),(3135,105,15,0),(3136,105,16,0),(3137,105,17,0),(3138,105,18,0),(3139,105,19,0),(3140,105,20,0),(3141,105,21,0),(3142,105,22,0),(3143,105,23,0),(3144,105,24,0),(3145,105,25,0),(3146,105,26,0),(3147,105,27,0),(3148,105,28,0),(3149,105,29,0),(3150,105,30,0),(3151,106,1,0),(3152,106,2,0),(3153,106,3,0),(3154,106,4,0.2),(3155,106,5,0),(3156,106,6,0),(3157,106,7,0),(3158,106,8,0.3),(3159,106,9,0),(3160,106,10,0.5),(3161,106,11,0),(3162,106,12,0.1),(3163,106,13,0),(3164,106,14,0),(3165,106,15,0),(3166,106,16,0),(3167,106,17,0),(3168,106,18,0),(3169,106,19,0),(3170,106,20,0),(3171,106,21,0),(3172,106,22,0),(3173,106,23,0),(3174,106,24,0),(3175,106,25,0),(3176,106,26,0),(3177,106,27,0),(3178,106,28,0),(3179,106,29,0),(3180,106,30,0),(3181,107,1,0),(3182,107,2,0),(3183,107,3,0),(3184,107,4,0.2),(3185,107,5,0),(3186,107,6,0),(3187,107,7,0),(3188,107,8,0.3),(3189,107,9,0),(3190,107,10,0.5),(3191,107,11,0),(3192,107,12,0.2),(3193,107,13,0),(3194,107,14,0),(3195,107,15,0),(3196,107,16,0),(3197,107,17,0),(3198,107,18,0),(3199,107,19,0),(3200,107,20,0),(3201,107,21,0),(3202,107,22,0),(3203,107,23,0),(3204,107,24,0),(3205,107,25,0),(3206,107,26,0),(3207,107,27,0),(3208,107,28,0),(3209,107,29,0),(3210,107,30,0),(3211,108,1,0),(3212,108,2,0),(3213,108,3,0),(3214,108,4,0.1),(3215,108,5,0),(3216,108,6,0),(3217,108,7,0),(3218,108,8,0.05),(3219,108,9,0),(3220,108,10,0.2),(3221,108,11,0),(3222,108,12,0.2),(3223,108,13,0),(3224,108,14,0),(3225,108,15,0),(3226,108,16,0),(3227,108,17,0),(3228,108,18,0),(3229,108,19,0),(3230,108,20,0),(3231,108,21,0),(3232,108,22,0),(3233,108,23,0),(3234,108,24,0),(3235,108,25,0),(3236,108,26,0),(3237,108,27,0),(3238,108,28,0),(3239,108,29,0),(3240,108,30,0),(3241,109,1,0),(3242,109,2,0),(3243,109,3,0),(3244,109,4,0),(3245,109,5,0),(3246,109,6,0),(3247,109,7,0),(3248,109,8,0.2),(3249,109,9,0),(3250,109,10,0.4),(3251,109,11,0),(3252,109,12,0),(3253,109,13,0),(3254,109,14,0),(3255,109,15,0),(3256,109,16,0),(3257,109,17,0),(3258,109,18,0),(3259,109,19,0),(3260,109,20,0),(3261,109,21,0),(3262,109,22,0),(3263,109,23,0),(3264,109,24,0),(3265,109,25,0),(3266,109,26,0),(3267,109,27,0),(3268,109,28,0),(3269,109,29,0),(3270,109,30,0),(3271,110,1,0),(3272,110,2,0),(3273,110,3,0),(3274,110,4,0),(3275,110,5,0),(3276,110,6,0),(3277,110,7,0),(3278,110,8,0),(3279,110,9,0),(3280,110,10,0.2),(3281,110,11,0),(3282,110,12,0),(3283,110,13,0),(3284,110,14,0),(3285,110,15,0),(3286,110,16,0),(3287,110,17,0),(3288,110,18,0),(3289,110,19,0),(3290,110,20,0),(3291,110,21,0),(3292,110,22,0),(3293,110,23,0),(3294,110,24,0),(3295,110,25,0),(3296,110,26,0),(3297,110,27,0),(3298,110,28,0),(3299,110,29,0),(3300,110,30,0),(3301,111,1,0),(3302,111,2,0),(3303,111,3,0),(3304,111,4,0),(3305,111,5,0),(3306,111,6,0),(3307,111,7,0),(3308,111,8,0.1),(3309,111,9,0),(3310,111,10,0.3),(3311,111,11,0),(3312,111,12,0),(3313,111,13,0),(3314,111,14,0),(3315,111,15,0),(3316,111,16,0),(3317,111,17,0),(3318,111,18,0),(3319,111,19,0),(3320,111,20,0),(3321,111,21,0),(3322,111,22,0),(3323,111,23,0),(3324,111,24,0),(3325,111,25,0),(3326,111,26,0),(3327,111,27,0),(3328,111,28,0),(3329,111,29,0),(3330,111,30,0),(3331,112,1,0),(3332,112,2,0),(3333,112,3,0),(3334,112,4,0),(3335,112,5,0),(3336,112,6,0),(3337,112,7,0),(3338,112,8,0),(3339,112,9,0),(3340,112,10,0.2),(3341,112,11,0),(3342,112,12,0),(3343,112,13,0),(3344,112,14,0),(3345,112,15,0),(3346,112,16,0),(3347,112,17,0),(3348,112,18,0),(3349,112,19,0),(3350,112,20,0),(3351,112,21,0),(3352,112,22,0),(3353,112,23,0),(3354,112,24,0),(3355,112,25,0),(3356,112,26,0),(3357,112,27,0),(3358,112,28,0),(3359,112,29,0),(3360,112,30,0),(3361,113,1,0),(3362,113,2,0),(3363,113,3,0),(3364,113,4,0),(3365,113,5,0),(3366,113,6,0),(3367,113,7,0),(3368,113,8,0),(3369,113,9,0),(3370,113,10,0),(3371,113,11,0),(3372,113,12,0),(3373,113,13,0),(3374,113,14,0),(3375,113,15,0),(3376,113,16,0),(3377,113,17,0),(3378,113,18,0),(3379,113,19,0),(3380,113,20,0),(3381,113,21,0),(3382,113,22,0),(3383,113,23,0),(3384,113,24,0),(3385,113,25,0),(3386,113,26,0),(3387,113,27,0),(3388,113,28,0),(3389,113,29,0.5),(3390,113,30,0),(3391,114,1,0),(3392,114,2,0),(3393,114,3,0),(3394,114,4,0),(3395,114,5,0),(3396,114,6,0),(3397,114,7,0),(3398,114,8,0),(3399,114,9,0),(3400,114,10,0),(3401,114,11,0),(3402,114,12,0),(3403,114,13,0),(3404,114,14,0),(3405,114,15,0),(3406,114,16,0),(3407,114,17,0),(3408,114,18,0),(3409,114,19,0),(3410,114,20,0),(3411,114,21,0),(3412,114,22,0),(3413,114,23,0),(3414,114,24,0),(3415,114,25,0),(3416,114,26,0),(3417,114,27,0),(3418,114,28,0),(3419,114,29,0.8),(3420,114,30,0),(3421,115,1,0),(3422,115,2,0),(3423,115,3,0),(3424,115,4,0),(3425,115,5,0),(3426,115,6,0),(3427,115,7,0),(3428,115,8,0),(3429,115,9,0),(3430,115,10,0),(3431,115,11,0),(3432,115,12,0),(3433,115,13,0),(3434,115,14,0),(3435,115,15,0),(3436,115,16,0),(3437,115,17,0),(3438,115,18,0),(3439,115,19,0),(3440,115,20,0),(3441,115,21,0),(3442,115,22,0),(3443,115,23,0),(3444,115,24,0),(3445,115,25,0),(3446,115,26,0),(3447,115,27,0),(3448,115,28,0),(3449,115,29,0.9),(3450,115,30,0),(3451,116,1,0.4),(3452,116,2,0),(3453,116,3,0),(3454,116,4,0.4),(3455,116,5,0),(3456,116,6,0),(3457,116,7,0),(3458,116,8,0.4),(3459,116,9,0),(3460,116,10,0.4),(3461,116,11,0),(3462,116,12,0),(3463,116,13,0),(3464,116,14,0.2),(3465,116,15,0),(3466,116,16,0),(3467,116,17,0),(3468,116,18,0),(3469,116,19,0),(3470,116,20,0.5),(3471,116,21,0),(3472,116,22,0),(3473,116,23,0),(3474,116,24,0),(3475,116,25,0),(3476,116,26,0),(3477,116,27,0),(3478,116,28,0),(3479,116,29,0),(3480,116,30,0),(3481,117,1,0.3),(3482,117,2,0),(3483,117,3,0),(3484,117,4,0.3),(3485,117,5,0),(3486,117,6,0),(3487,117,7,0),(3488,117,8,0.3),(3489,117,9,0),(3490,117,10,0.3),(3491,117,11,0),(3492,117,12,0),(3493,117,13,0),(3494,117,14,0.1),(3495,117,15,0),(3496,117,16,0),(3497,117,17,0),(3498,117,18,0),(3499,117,19,0),(3500,117,20,0.3),(3501,117,21,0),(3502,117,22,0),(3503,117,23,0),(3504,117,24,0),(3505,117,25,0),(3506,117,26,0),(3507,117,27,0),(3508,117,28,0),(3509,117,29,0),(3510,117,30,0),(3511,118,1,0.2),(3512,118,2,0),(3513,118,3,0),(3514,118,4,0.2),(3515,118,5,0),(3516,118,6,0),(3517,118,7,0),(3518,118,8,0.2),(3519,118,9,0),(3520,118,10,0.2),(3521,118,11,0),(3522,118,12,0),(3523,118,13,0),(3524,118,14,0),(3525,118,15,0),(3526,118,16,0),(3527,118,17,0),(3528,118,18,0),(3529,118,19,0),(3530,118,20,0),(3531,118,21,0),(3532,118,22,0),(3533,118,23,0),(3534,118,24,0),(3535,118,25,0),(3536,118,26,0),(3537,118,27,0),(3538,118,28,0),(3539,118,29,0),(3540,118,30,0),(3541,119,1,0.3),(3542,119,2,0),(3543,119,3,0),(3544,119,4,0.3),(3545,119,5,0),(3546,119,6,0),(3547,119,7,0),(3548,119,8,0.3),(3549,119,9,0),(3550,119,10,0.3),(3551,119,11,0),(3552,119,12,0),(3553,119,13,0),(3554,119,14,0),(3555,119,15,0),(3556,119,16,0),(3557,119,17,0),(3558,119,18,0),(3559,119,19,0),(3560,119,20,0.2),(3561,119,21,0),(3562,119,22,0),(3563,119,23,0),(3564,119,24,0),(3565,119,25,0),(3566,119,26,0),(3567,119,27,0),(3568,119,28,0),(3569,119,29,0),(3570,119,30,0),(3571,120,1,0),(3572,120,2,0),(3573,120,3,0),(3574,120,4,0),(3575,120,5,0),(3576,120,6,0),(3577,120,7,0),(3578,120,8,0),(3579,120,9,0),(3580,120,10,0),(3581,120,11,0),(3582,120,12,0),(3583,120,13,0),(3584,120,14,0),(3585,120,15,0),(3586,120,16,0),(3587,120,17,0),(3588,120,18,0),(3589,120,19,0),(3590,120,20,0),(3591,120,21,0),(3592,120,22,0),(3593,120,23,0),(3594,120,24,0),(3595,120,25,0),(3596,120,26,0),(3597,120,27,0),(3598,120,28,0),(3599,120,29,0),(3600,120,30,0.95);
+INSERT INTO `aux_cat_threats` VALUES (1,1,1,0),(2,1,2,0),(3,1,3,0),(4,1,4,0),(5,1,5,0),(6,1,6,0),(7,1,7,0),(8,1,8,0),(9,1,9,0),(10,1,10,0),(11,1,11,0),(12,1,12,0),(13,1,13,0),(14,1,14,0),(15,1,15,0),(16,1,16,0),(17,1,17,0),(18,1,18,0),(19,1,19,0),(20,1,20,0),(21,1,21,0),(22,1,22,0),(23,1,23,0),(24,1,24,0),(25,1,25,0),(26,1,26,0),(27,1,27,0),(28,1,28,0),(29,1,29,0),(30,1,30,0),(31,1,31,0),(32,1,32,0),(33,2,1,0),(34,2,2,0),(35,2,3,0),(36,2,4,0),(37,2,5,0),(38,2,6,0),(39,2,7,0),(40,2,8,0),(41,2,9,0),(42,2,10,0),(43,2,11,0),(44,2,12,0),(45,2,13,0),(46,2,14,0),(47,2,15,0),(48,2,16,0),(49,2,17,0),(50,2,18,0),(51,2,19,0),(52,2,20,0),(53,2,21,0),(54,2,22,0),(55,2,23,0),(56,2,24,0),(57,2,25,0),(58,2,26,0),(59,2,27,0),(60,2,28,0),(61,2,29,0),(62,2,30,0),(63,2,31,0),(64,2,32,0),(65,3,1,0),(66,3,2,0),(67,3,3,0),(68,3,4,0),(69,3,5,0),(70,3,6,0),(71,3,7,0),(72,3,8,0),(73,3,9,0),(74,3,10,0),(75,3,11,0),(76,3,12,0),(77,3,13,0),(78,3,14,0),(79,3,15,0),(80,3,16,0),(81,3,17,0),(82,3,18,0),(83,3,19,0),(84,3,20,0),(85,3,21,0),(86,3,22,0),(87,3,23,0),(88,3,24,0),(89,3,25,0),(90,3,26,0),(91,3,27,0),(92,3,28,0),(93,3,29,0),(94,3,30,0),(95,3,31,0),(96,3,32,0),(97,4,1,0),(98,4,2,0),(99,4,3,0),(100,4,4,0),(101,4,5,0),(102,4,6,0),(103,4,7,0),(104,4,8,0),(105,4,9,0),(106,4,10,0),(107,4,11,0),(108,4,12,0),(109,4,13,0),(110,4,14,0),(111,4,15,0),(112,4,16,0),(113,4,17,0),(114,4,18,0),(115,4,19,0),(116,4,20,0),(117,4,21,0),(118,4,22,0),(119,4,23,0),(120,4,24,0),(121,4,25,0),(122,4,26,0),(123,4,27,0),(124,4,28,0),(125,4,29,0),(126,4,30,0),(127,4,31,0),(128,4,32,0),(129,5,1,0),(130,5,2,0),(131,5,3,0),(132,5,4,0),(133,5,5,0),(134,5,6,0),(135,5,7,0),(136,5,8,0),(137,5,9,0),(138,5,10,0),(139,5,11,0),(140,5,12,0),(141,5,13,0),(142,5,14,0),(143,5,15,0),(144,5,16,0),(145,5,17,0),(146,5,18,0),(147,5,19,0),(148,5,20,0),(149,5,21,0),(150,5,22,0),(151,5,23,0),(152,5,24,0),(153,5,25,0),(154,5,26,0),(155,5,27,0),(156,5,28,0),(157,5,29,0),(158,5,30,0),(159,5,31,0),(160,5,32,0),(161,6,1,0),(162,6,2,0),(163,6,3,0),(164,6,4,0),(165,6,5,0),(166,6,6,0),(167,6,7,0),(168,6,8,0),(169,6,9,0),(170,6,10,0),(171,6,11,0),(172,6,12,0),(173,6,13,0),(174,6,14,0),(175,6,15,0),(176,6,16,0),(177,6,17,0),(178,6,18,0),(179,6,19,0),(180,6,20,0),(181,6,21,0),(182,6,22,0),(183,6,23,0),(184,6,24,0),(185,6,25,0),(186,6,26,0),(187,6,27,0),(188,6,28,0),(189,6,29,0),(190,6,30,0),(191,6,31,0),(192,6,32,0),(193,7,1,0),(194,7,2,0),(195,7,3,0),(196,7,4,0),(197,7,5,0),(198,7,6,0),(199,7,7,0),(200,7,8,0),(201,7,9,0),(202,7,10,0),(203,7,11,0),(204,7,12,0),(205,7,13,0),(206,7,14,0),(207,7,15,0),(208,7,16,0),(209,7,17,0),(210,7,18,0),(211,7,19,0),(212,7,20,0),(213,7,21,0),(214,7,22,0),(215,7,23,0),(216,7,24,0),(217,7,25,0),(218,7,26,0),(219,7,27,0),(220,7,28,0),(221,7,29,0),(222,7,30,0),(223,7,31,0),(224,7,32,0),(225,8,1,0),(226,8,2,0),(227,8,3,0),(228,8,4,0),(229,8,5,0),(230,8,6,0),(231,8,7,0),(232,8,8,0),(233,8,9,0),(234,8,10,0),(235,8,11,0),(236,8,12,0),(237,8,13,0),(238,8,14,0),(239,8,15,0),(240,8,16,0),(241,8,17,0),(242,8,18,0),(243,8,19,0),(244,8,20,0),(245,8,21,0),(246,8,22,0),(247,8,23,0),(248,8,24,0),(249,8,25,0),(250,8,26,0),(251,8,27,0),(252,8,28,0),(253,8,29,0),(254,8,30,0),(255,8,31,0),(256,8,32,0),(257,9,1,0),(258,9,2,0),(259,9,3,0),(260,9,4,0),(261,9,5,0),(262,9,6,0),(263,9,7,0),(264,9,8,0),(265,9,9,0),(266,9,10,0),(267,9,11,0),(268,9,12,0),(269,9,13,0),(270,9,14,0),(271,9,15,0),(272,9,16,0),(273,9,17,0),(274,9,18,0),(275,9,19,0),(276,9,20,0),(277,9,21,0),(278,9,22,0),(279,9,23,0),(280,9,24,0),(281,9,25,0),(282,9,26,0),(283,9,27,0),(284,9,28,0),(285,9,29,0),(286,9,30,0),(287,9,31,0),(288,9,32,0),(289,10,1,0),(290,10,2,0),(291,10,3,0),(292,10,4,0),(293,10,5,0),(294,10,6,0),(295,10,7,0),(296,10,8,0),(297,10,9,0),(298,10,10,0),(299,10,11,0),(300,10,12,0),(301,10,13,0),(302,10,14,0),(303,10,15,0),(304,10,16,0),(305,10,17,0),(306,10,18,0),(307,10,19,0),(308,10,20,0),(309,10,21,0),(310,10,22,0),(311,10,23,0),(312,10,24,0),(313,10,25,0),(314,10,26,0),(315,10,27,0),(316,10,28,0),(317,10,29,0),(318,10,30,0),(319,10,31,0),(320,10,32,0),(321,11,1,0),(322,11,2,0.1),(323,11,3,0),(324,11,4,0),(325,11,5,0),(326,11,6,0),(327,11,7,0),(328,11,8,0),(329,11,9,0),(330,11,10,0),(331,11,11,0),(332,11,12,0),(333,11,13,0),(334,11,14,0),(335,11,15,0),(336,11,16,0),(337,11,17,0),(338,11,18,0),(339,11,19,0),(340,11,20,0),(341,11,21,0.1),(342,11,22,0.05),(343,11,23,0.02),(344,11,24,0),(345,11,25,0),(346,11,26,0),(347,11,27,0),(348,11,28,0),(349,11,29,0),(350,11,30,0),(351,11,31,0),(352,11,32,0),(353,12,1,0),(354,12,2,0.1),(355,12,3,0),(356,12,4,0),(357,12,5,0),(358,12,6,0),(359,12,7,0),(360,12,8,0),(361,12,9,0),(362,12,10,0),(363,12,11,0),(364,12,12,0),(365,12,13,0),(366,12,14,0),(367,12,15,0),(368,12,16,0),(369,12,17,0),(370,12,18,0),(371,12,19,0),(372,12,20,0),(373,12,21,0.4),(374,12,22,0.3),(375,12,23,0.2),(376,12,24,0),(377,12,25,0),(378,12,26,0),(379,12,27,0),(380,12,28,0),(381,12,29,0),(382,12,30,0),(383,12,31,0),(384,12,32,0),(385,13,1,0),(386,13,2,0.1),(387,13,3,0),(388,13,4,0),(389,13,5,0),(390,13,6,0),(391,13,7,0),(392,13,8,0),(393,13,9,0),(394,13,10,0),(395,13,11,0),(396,13,12,0),(397,13,13,0),(398,13,14,0),(399,13,15,0),(400,13,16,0),(401,13,17,0.1),(402,13,18,0),(403,13,19,0),(404,13,20,0),(405,13,21,0.15),(406,13,22,0.1),(407,13,23,0.1),(408,13,24,0),(409,13,25,0),(410,13,26,0),(411,13,27,0),(412,13,28,0),(413,13,29,0),(414,13,30,0),(415,13,31,0),(416,13,32,0),(417,14,1,0),(418,14,2,0.3),(419,14,3,0),(420,14,4,0),(421,14,5,0),(422,14,6,0),(423,14,7,0),(424,14,8,0),(425,14,9,0),(426,14,10,0),(427,14,11,0.15),(428,14,12,0.1),(429,14,13,0),(430,14,14,0),(431,14,15,0),(432,14,16,0),(433,14,17,0.1),(434,14,18,0),(435,14,19,0),(436,14,20,0),(437,14,21,0.3),(438,14,22,0.2),(439,14,23,0),(440,14,24,0),(441,14,25,0),(442,14,26,0),(443,14,27,0),(444,14,28,0),(445,14,29,0),(446,14,30,0),(447,14,31,0),(448,14,32,0),(449,15,1,0),(450,15,2,0.2),(451,15,3,0),(452,15,4,0),(453,15,5,0),(454,15,6,0),(455,15,7,0),(456,15,8,0),(457,15,9,0),(458,15,10,0),(459,15,11,0),(460,15,12,0),(461,15,13,0),(462,15,14,0),(463,15,15,0),(464,15,16,0),(465,15,17,0),(466,15,18,0),(467,15,19,0),(468,15,20,0),(469,15,21,0),(470,15,22,0.1),(471,15,23,0.1),(472,15,24,0),(473,15,25,0),(474,15,26,0),(475,15,27,0),(476,15,28,0),(477,15,29,0),(478,15,30,0),(479,15,31,0),(480,15,32,0),(481,16,1,0),(482,16,2,0),(483,16,3,0),(484,16,4,0),(485,16,5,0),(486,16,6,0),(487,16,7,0),(488,16,8,0),(489,16,9,0),(490,16,10,0),(491,16,11,0),(492,16,12,0),(493,16,13,0),(494,16,14,0),(495,16,15,0),(496,16,16,0),(497,16,17,0),(498,16,18,0),(499,16,19,0),(500,16,20,0),(501,16,21,0.2),(502,16,22,0.1),(503,16,23,0),(504,16,24,0),(505,16,25,0),(506,16,26,0),(507,16,27,0),(508,16,28,0),(509,16,29,0),(510,16,30,0),(511,16,31,0),(512,16,32,0),(513,17,1,0),(514,17,2,0),(515,17,3,0),(516,17,4,0),(517,17,5,0),(518,17,6,0),(519,17,7,0),(520,17,8,0),(521,17,9,0),(522,17,10,0),(523,17,11,0),(524,17,12,0),(525,17,13,0),(526,17,14,0),(527,17,15,0),(528,17,16,0),(529,17,17,0),(530,17,18,0),(531,17,19,0),(532,17,20,0),(533,17,21,0),(534,17,22,0),(535,17,23,0),(536,17,24,0),(537,17,25,0),(538,17,26,0),(539,17,27,0),(540,17,28,0),(541,17,29,0),(542,17,30,0),(543,17,31,0),(544,17,32,0),(545,18,1,0),(546,18,2,0),(547,18,3,0),(548,18,4,0),(549,18,5,0),(550,18,6,0),(551,18,7,0),(552,18,8,0),(553,18,9,0),(554,18,10,0),(555,18,11,0),(556,18,12,0),(557,18,13,0),(558,18,14,0),(559,18,15,0),(560,18,16,0),(561,18,17,0),(562,18,18,0),(563,18,19,0),(564,18,20,0),(565,18,21,0),(566,18,22,0),(567,18,23,0),(568,18,24,0),(569,18,25,0),(570,18,26,0),(571,18,27,0),(572,18,28,0),(573,18,29,0),(574,18,30,0),(575,18,31,0),(576,18,32,0),(577,19,1,0),(578,19,2,0),(579,19,3,0),(580,19,4,0),(581,19,5,0),(582,19,6,0),(583,19,7,0),(584,19,8,0),(585,19,9,0),(586,19,10,0),(587,19,11,0),(588,19,12,0),(589,19,13,0),(590,19,14,0),(591,19,15,0),(592,19,16,0),(593,19,17,0),(594,19,18,0),(595,19,19,0),(596,19,20,0),(597,19,21,0),(598,19,22,0),(599,19,23,0),(600,19,24,0),(601,19,25,0),(602,19,26,0),(603,19,27,0),(604,19,28,0),(605,19,29,0),(606,19,30,0),(607,19,31,0),(608,19,32,0),(609,20,1,0),(610,20,2,0),(611,20,3,0),(612,20,4,0),(613,20,5,0),(614,20,6,0),(615,20,7,0),(616,20,8,0),(617,20,9,0),(618,20,10,0),(619,20,11,0),(620,20,12,0),(621,20,13,0),(622,20,14,0),(623,20,15,0),(624,20,16,0),(625,20,17,0),(626,20,18,0),(627,20,19,0),(628,20,20,0),(629,20,21,0),(630,20,22,0),(631,20,23,0),(632,20,24,0),(633,20,25,0),(634,20,26,0),(635,20,27,0),(636,20,28,0),(637,20,29,0),(638,20,30,0),(639,20,31,0),(640,20,32,0),(641,21,1,0),(642,21,2,0),(643,21,3,0),(644,21,4,0),(645,21,5,0),(646,21,6,0),(647,21,7,0),(648,21,8,0),(649,21,9,0),(650,21,10,0),(651,21,11,0),(652,21,12,0),(653,21,13,0),(654,21,14,0),(655,21,15,0),(656,21,16,0),(657,21,17,0),(658,21,18,0),(659,21,19,0),(660,21,20,0),(661,21,21,0),(662,21,22,0),(663,21,23,0),(664,21,24,0),(665,21,25,0),(666,21,26,0),(667,21,27,0),(668,21,28,0),(669,21,29,0),(670,21,30,0),(671,21,31,0),(672,21,32,0),(673,22,1,0),(674,22,2,0.01),(675,22,3,0),(676,22,4,0),(677,22,5,0),(678,22,6,0),(679,22,7,0),(680,22,8,0),(681,22,9,0),(682,22,10,0),(683,22,11,0),(684,22,12,0),(685,22,13,0),(686,22,14,0),(687,22,15,0),(688,22,16,0),(689,22,17,0),(690,22,18,0),(691,22,19,0),(692,22,20,0),(693,22,21,0),(694,22,22,0.1),(695,22,23,0.02),(696,22,24,0),(697,22,25,0.5),(698,22,26,0),(699,22,27,0.4),(700,22,28,0.5),(701,22,29,0),(702,22,30,0),(703,22,31,0),(704,22,32,0),(705,23,1,0),(706,23,2,0.02),(707,23,3,0),(708,23,4,0),(709,23,5,0),(710,23,6,0),(711,23,7,0),(712,23,8,0),(713,23,9,0),(714,23,10,0),(715,23,11,0),(716,23,12,0),(717,23,13,0),(718,23,14,0),(719,23,15,0),(720,23,16,0),(721,23,17,0),(722,23,18,0),(723,23,19,0),(724,23,20,0),(725,23,21,0),(726,23,22,0.2),(727,23,23,0.1),(728,23,24,0),(729,23,25,0.7),(730,23,26,0),(731,23,27,0.6),(732,23,28,0.7),(733,23,29,0),(734,23,30,0),(735,23,31,0),(736,23,32,0),(737,24,1,0),(738,24,2,0.02),(739,24,3,0),(740,24,4,0),(741,24,5,0),(742,24,6,0),(743,24,7,0),(744,24,8,0),(745,24,9,0),(746,24,10,0),(747,24,11,0),(748,24,12,0),(749,24,13,0),(750,24,14,0),(751,24,15,0),(752,24,16,0),(753,24,17,0),(754,24,18,0),(755,24,19,0),(756,24,20,0),(757,24,21,0.02),(758,24,22,0),(759,24,23,0),(760,24,24,0),(761,24,25,0.7),(762,24,26,0),(763,24,27,0),(764,24,28,0.3),(765,24,29,0),(766,24,30,0),(767,24,31,0),(768,24,32,0),(769,25,1,0),(770,25,2,0),(771,25,3,0),(772,25,4,0),(773,25,5,0),(774,25,6,0),(775,25,7,0),(776,25,8,0),(777,25,9,0),(778,25,10,0),(779,25,11,0),(780,25,12,0),(781,25,13,0),(782,25,14,0),(783,25,15,0),(784,25,16,0.1),(785,25,17,0.2),(786,25,18,0),(787,25,19,0),(788,25,20,0),(789,25,21,0.1),(790,25,22,0),(791,25,23,0.02),(792,25,24,0),(793,25,25,0.4),(794,25,26,0),(795,25,27,0.3),(796,25,28,0.4),(797,25,29,0),(798,25,30,0),(799,25,31,0),(800,25,32,0),(801,26,1,0),(802,26,2,0),(803,26,3,0),(804,26,4,0),(805,26,5,0),(806,26,6,0),(807,26,7,0),(808,26,8,0),(809,26,9,0),(810,26,10,0),(811,26,11,0),(812,26,12,0),(813,26,13,0),(814,26,14,0),(815,26,15,0),(816,26,16,0),(817,26,17,0),(818,26,18,0),(819,26,19,0),(820,26,20,0),(821,26,21,0),(822,26,22,0),(823,26,23,0),(824,26,24,0),(825,26,25,0),(826,26,26,0.9),(827,26,27,0.5),(828,26,28,0),(829,26,29,0),(830,26,30,0),(831,26,31,0),(832,26,32,0),(833,27,1,0),(834,27,2,0),(835,27,3,0),(836,27,4,0),(837,27,5,0),(838,27,6,0),(839,27,7,0),(840,27,8,0),(841,27,9,0),(842,27,10,0),(843,27,11,0),(844,27,12,0),(845,27,13,0.2),(846,27,14,0.05),(847,27,15,0.1),(848,27,16,0),(849,27,17,0),(850,27,18,0),(851,27,19,0),(852,27,20,0),(853,27,21,0),(854,27,22,0),(855,27,23,0),(856,27,24,0),(857,27,25,0),(858,27,26,0),(859,27,27,0),(860,27,28,0),(861,27,29,0),(862,27,30,0),(863,27,31,0),(864,27,32,0),(865,28,1,0),(866,28,2,0),(867,28,3,0),(868,28,4,0),(869,28,5,0),(870,28,6,0),(871,28,7,0),(872,28,8,0),(873,28,9,0),(874,28,10,0),(875,28,11,0.05),(876,28,12,0),(877,28,13,0.3),(878,28,14,0.1),(879,28,15,0.15),(880,28,16,0),(881,28,17,0),(882,28,18,0),(883,28,19,0),(884,28,20,0),(885,28,21,0),(886,28,22,0),(887,28,23,0),(888,28,24,0),(889,28,25,0),(890,28,26,0),(891,28,27,0),(892,28,28,0),(893,28,29,0),(894,28,30,0),(895,28,31,0),(896,28,32,0),(897,29,1,0),(898,29,2,0),(899,29,3,0),(900,29,4,0),(901,29,5,0),(902,29,6,0),(903,29,7,0),(904,29,8,0),(905,29,9,0),(906,29,10,0),(907,29,11,0),(908,29,12,0),(909,29,13,0.8),(910,29,14,0.2),(911,29,15,0.3),(912,29,16,0),(913,29,17,0),(914,29,18,0),(915,29,19,0),(916,29,20,0),(917,29,21,0),(918,29,22,0),(919,29,23,0),(920,29,24,0),(921,29,25,0),(922,29,26,0),(923,29,27,0),(924,29,28,0),(925,29,29,0),(926,29,30,0),(927,29,31,0),(928,29,32,0),(929,30,1,0),(930,30,2,0.05),(931,30,3,0.05),(932,30,4,0.05),(933,30,5,0.05),(934,30,6,0.05),(935,30,7,0.05),(936,30,8,0.05),(937,30,9,0.05),(938,30,10,0.05),(939,30,11,0.05),(940,30,12,0.05),(941,30,13,0),(942,30,14,0),(943,30,15,0),(944,30,16,0),(945,30,17,0),(946,30,18,0.1),(947,30,19,0.1),(948,30,20,0.02),(949,30,21,0),(950,30,22,0),(951,30,23,0.05),(952,30,24,0.1),(953,30,25,0),(954,30,26,0),(955,30,27,0),(956,30,28,0),(957,30,29,0),(958,30,30,0),(959,30,31,0),(960,30,32,0),(961,31,1,0),(962,31,2,0.1),(963,31,3,0.2),(964,31,4,0.05),(965,31,5,0.2),(966,31,6,0.15),(967,31,7,0.15),(968,31,8,0.1),(969,31,9,0.1),(970,31,10,0.1),(971,31,11,0.1),(972,31,12,0.1),(973,31,13,0),(974,31,14,0),(975,31,15,0),(976,31,16,0),(977,31,17,0),(978,31,18,0.3),(979,31,19,0.2),(980,31,20,0.05),(981,31,21,0),(982,31,22,0),(983,31,23,0.15),(984,31,24,0.2),(985,31,25,0),(986,31,26,0),(987,31,27,0),(988,31,28,0),(989,31,29,0),(990,31,30,0),(991,31,31,0),(992,31,32,0),(993,32,1,0),(994,32,2,0),(995,32,3,0.02),(996,32,4,0.02),(997,32,5,0.02),(998,32,6,0.02),(999,32,7,0.02),(1000,32,8,0.02),(1001,32,9,0.02),(1002,32,10,0.02),(1003,32,11,0.02),(1004,32,12,0.05),(1005,32,13,0),(1006,32,14,0),(1007,32,15,0),(1008,32,16,0),(1009,32,17,0),(1010,32,18,0),(1011,32,19,0),(1012,32,20,0),(1013,32,21,0),(1014,32,22,0),(1015,32,23,0),(1016,32,24,0),(1017,32,25,0),(1018,32,26,0),(1019,32,27,0),(1020,32,28,0),(1021,32,29,0),(1022,32,30,0),(1023,32,31,0),(1024,32,32,0),(1025,33,1,0),(1026,33,2,0),(1027,33,3,0.01),(1028,33,4,0.01),(1029,33,5,0.01),(1030,33,6,0.01),(1031,33,7,0.01),(1032,33,8,0.01),(1033,33,9,0.01),(1034,33,10,0.01),(1035,33,11,0.01),(1036,33,12,0.1),(1037,33,13,0),(1038,33,14,0),(1039,33,15,0),(1040,33,16,0),(1041,33,17,0),(1042,33,18,0),(1043,33,19,0),(1044,33,20,0),(1045,33,21,0),(1046,33,22,0),(1047,33,23,0),(1048,33,24,0),(1049,33,25,0),(1050,33,26,0),(1051,33,27,0),(1052,33,28,0),(1053,33,29,0),(1054,33,30,0),(1055,33,31,0),(1056,33,32,0),(1057,34,1,0),(1058,34,2,0),(1059,34,3,0.03),(1060,34,4,0.03),(1061,34,5,0.03),(1062,34,6,0.03),(1063,34,7,0.03),(1064,34,8,0.03),(1065,34,9,0.03),(1066,34,10,0.03),(1067,34,11,0.03),(1068,34,12,0.1),(1069,34,13,0),(1070,34,14,0),(1071,34,15,0),(1072,34,16,0),(1073,34,17,0),(1074,34,18,0),(1075,34,19,0),(1076,34,20,0),(1077,34,21,0),(1078,34,22,0),(1079,34,23,0),(1080,34,24,0),(1081,34,25,0),(1082,34,26,0),(1083,34,27,0),(1084,34,28,0),(1085,34,29,0),(1086,34,30,0),(1087,34,31,0),(1088,34,32,0),(1089,35,1,0),(1090,35,2,0),(1091,35,3,0.05),(1092,35,4,0.05),(1093,35,5,0.05),(1094,35,6,0.05),(1095,35,7,0.05),(1096,35,8,0.05),(1097,35,9,0.05),(1098,35,10,0.05),(1099,35,11,0.05),(1100,35,12,0.3),(1101,35,13,0),(1102,35,14,0),(1103,35,15,0),(1104,35,16,0),(1105,35,17,0),(1106,35,18,0),(1107,35,19,0),(1108,35,20,0),(1109,35,21,0),(1110,35,22,0),(1111,35,23,0),(1112,35,24,0),(1113,35,25,0),(1114,35,26,0),(1115,35,27,0),(1116,35,28,0),(1117,35,29,0),(1118,35,30,0),(1119,35,31,0),(1120,35,32,0),(1121,36,1,0.02),(1122,36,2,0.03),(1123,36,3,0.03),(1124,36,4,0.02),(1125,36,5,0.03),(1126,36,6,0.05),(1127,36,7,0.05),(1128,36,8,0.02),(1129,36,9,0.02),(1130,36,10,0.02),(1131,36,11,0.02),(1132,36,12,0.02),(1133,36,13,0.02),(1134,36,14,0),(1135,36,15,0.05),(1136,36,16,0.02),(1137,36,17,0.02),(1138,36,18,0.02),(1139,36,19,0.2),(1140,36,20,0.02),(1141,36,21,0.05),(1142,36,22,0.05),(1143,36,23,0.05),(1144,36,24,0.02),(1145,36,25,0),(1146,36,26,0),(1147,36,27,0),(1148,36,28,0.02),(1149,36,29,0),(1150,36,30,0),(1151,36,31,0),(1152,36,32,0),(1153,37,1,0.02),(1154,37,2,0.05),(1155,37,3,0.05),(1156,37,4,0.02),(1157,37,5,0.05),(1158,37,6,0.05),(1159,37,7,0.1),(1160,37,8,0.02),(1161,37,9,0.02),(1162,37,10,0.02),(1163,37,11,0.02),(1164,37,12,0.02),(1165,37,13,0.02),(1166,37,14,0),(1167,37,15,0.05),(1168,37,16,0.02),(1169,37,17,0.02),(1170,37,18,0.02),(1171,37,19,0.2),(1172,37,20,0.02),(1173,37,21,0.05),(1174,37,22,0.05),(1175,37,23,0.05),(1176,37,24,0.02),(1177,37,25,0),(1178,37,26,0),(1179,37,27,0),(1180,37,28,0.02),(1181,37,29,0),(1182,37,30,0),(1183,37,31,0),(1184,37,32,0),(1185,38,1,0.05),(1186,38,2,0.05),(1187,38,3,0.05),(1188,38,4,0.05),(1189,38,5,0.05),(1190,38,6,0.1),(1191,38,7,0.2),(1192,38,8,0.05),(1193,38,9,0.05),(1194,38,10,0.05),(1195,38,11,0.05),(1196,38,12,0.05),(1197,38,13,0.02),(1198,38,14,0.01),(1199,38,15,0.1),(1200,38,16,0.05),(1201,38,17,0.05),(1202,38,18,0.05),(1203,38,19,0.4),(1204,38,20,0.15),(1205,38,21,0.2),(1206,38,22,0.2),(1207,38,23,0.2),(1208,38,24,0.05),(1209,38,25,0),(1210,38,26,0),(1211,38,27,0),(1212,38,28,0.15),(1213,38,29,0),(1214,38,30,0),(1215,38,31,0),(1216,38,32,0),(1217,39,1,0.05),(1218,39,2,0.05),(1219,39,3,0.05),(1220,39,4,0.05),(1221,39,5,0.05),(1222,39,6,0.05),(1223,39,7,0.05),(1224,39,8,0.05),(1225,39,9,0.05),(1226,39,10,0.05),(1227,39,11,0.05),(1228,39,12,0.05),(1229,39,13,0.02),(1230,39,14,0),(1231,39,15,0.05),(1232,39,16,0.05),(1233,39,17,0.05),(1234,39,18,0.05),(1235,39,19,0.2),(1236,39,20,0.02),(1237,39,21,0.1),(1238,39,22,0.1),(1239,39,23,0.1),(1240,39,24,0.05),(1241,39,25,0),(1242,39,26,0),(1243,39,27,0),(1244,39,28,0.02),(1245,39,29,0),(1246,39,30,0),(1247,39,31,0),(1248,39,32,0),(1249,40,1,0.15),(1250,40,2,0),(1251,40,3,0),(1252,40,4,0.1),(1253,40,5,0),(1254,40,6,0),(1255,40,7,0),(1256,40,8,0.1),(1257,40,9,0.15),(1258,40,10,0.15),(1259,40,11,0.05),(1260,40,12,0.05),(1261,40,13,0),(1262,40,14,0.1),(1263,40,15,0),(1264,40,16,0.05),(1265,40,17,0.05),(1266,40,18,0.05),(1267,40,19,0),(1268,40,20,0.2),(1269,40,21,0),(1270,40,22,0),(1271,40,23,0),(1272,40,24,0),(1273,40,25,0),(1274,40,26,0),(1275,40,27,0),(1276,40,28,0),(1277,40,29,0),(1278,40,30,0),(1279,40,31,0),(1280,40,32,0),(1281,41,1,0.02),(1282,41,2,0.05),(1283,41,3,0.05),(1284,41,4,0.1),(1285,41,5,0.05),(1286,41,6,0.02),(1287,41,7,0.05),(1288,41,8,0.05),(1289,41,9,0.05),(1290,41,10,0.05),(1291,41,11,0.05),(1292,41,12,0.05),(1293,41,13,0.03),(1294,41,14,0.1),(1295,41,15,0.1),(1296,41,16,0.05),(1297,41,17,0.05),(1298,41,18,0.05),(1299,41,19,0.1),(1300,41,20,0.02),(1301,41,21,0.05),(1302,41,22,0.05),(1303,41,23,0.05),(1304,41,24,0),(1305,41,25,0),(1306,41,26,0),(1307,41,27,0),(1308,41,28,0.02),(1309,41,29,0),(1310,41,30,0),(1311,41,31,0),(1312,41,32,0),(1313,42,1,0.02),(1314,42,2,0.02),(1315,42,3,0.02),(1316,42,4,0.02),(1317,42,5,0.02),(1318,42,6,0.01),(1319,42,7,0.02),(1320,42,8,0.02),(1321,42,9,0.02),(1322,42,10,0.02),(1323,42,11,0.02),(1324,42,12,0.02),(1325,42,13,0.2),(1326,42,14,0),(1327,42,15,0.1),(1328,42,16,0.02),(1329,42,17,0.02),(1330,42,18,0.02),(1331,42,19,0),(1332,42,20,0.02),(1333,42,21,0),(1334,42,22,0),(1335,42,23,0.02),(1336,42,24,0),(1337,42,25,0),(1338,42,26,0),(1339,42,27,0),(1340,42,28,0.02),(1341,42,29,0),(1342,42,30,0),(1343,42,31,0),(1344,42,32,0),(1345,43,1,0),(1346,43,2,0.05),(1347,43,3,0.05),(1348,43,4,0.1),(1349,43,5,0.1),(1350,43,6,0.1),(1351,43,7,0.1),(1352,43,8,0.05),(1353,43,9,0.05),(1354,43,10,0.05),(1355,43,11,0.05),(1356,43,12,0.05),(1357,43,13,0),(1358,43,14,0.1),(1359,43,15,0.1),(1360,43,16,0.05),(1361,43,17,0.05),(1362,43,18,0.05),(1363,43,19,0),(1364,43,20,0.02),(1365,43,21,0),(1366,43,22,0),(1367,43,23,0.05),(1368,43,24,0),(1369,43,25,0),(1370,43,26,0),(1371,43,27,0),(1372,43,28,0.02),(1373,43,29,0),(1374,43,30,0),(1375,43,31,0),(1376,43,32,0),(1377,44,1,0),(1378,44,2,0.05),(1379,44,3,0.05),(1380,44,4,0.05),(1381,44,5,0.05),(1382,44,6,0.05),(1383,44,7,0.05),(1384,44,8,0.05),(1385,44,9,0.05),(1386,44,10,0.05),(1387,44,11,0.05),(1388,44,12,0.05),(1389,44,13,0),(1390,44,14,0.1),(1391,44,15,0.1),(1392,44,16,0.05),(1393,44,17,0.05),(1394,44,18,0.05),(1395,44,19,0),(1396,44,20,0.02),(1397,44,21,0),(1398,44,22,0),(1399,44,23,0.05),(1400,44,24,0),(1401,44,25,0),(1402,44,26,0),(1403,44,27,0),(1404,44,28,0.02),(1405,44,29,0),(1406,44,30,0),(1407,44,31,0),(1408,44,32,0),(1409,45,1,0.02),(1410,45,2,0.15),(1411,45,3,0.2),(1412,45,4,0.2),(1413,45,5,0.1),(1414,45,6,0.15),(1415,45,7,0.2),(1416,45,8,0.15),(1417,45,9,0.2),(1418,45,10,0.2),(1419,45,11,0.2),(1420,45,12,0.2),(1421,45,13,0),(1422,45,14,0.2),(1423,45,15,0.15),(1424,45,16,0.2),(1425,45,17,0),(1426,45,18,0.2),(1427,45,19,0),(1428,45,20,0.1),(1429,45,21,0),(1430,45,22,0),(1431,45,23,0.15),(1432,45,24,0),(1433,45,25,0),(1434,45,26,0),(1435,45,27,0),(1436,45,28,0.1),(1437,45,29,0),(1438,45,30,0),(1439,45,31,0),(1440,45,32,0),(1441,46,1,0.05),(1442,46,2,0.05),(1443,46,3,0.1),(1444,46,4,0.1),(1445,46,5,0.1),(1446,46,6,0.05),(1447,46,7,0.1),(1448,46,8,0.05),(1449,46,9,0.05),(1450,46,10,0.05),(1451,46,11,0.05),(1452,46,12,0.05),(1453,46,13,0),(1454,46,14,0.1),(1455,46,15,0.1),(1456,46,16,0.05),(1457,46,17,0),(1458,46,18,0.05),(1459,46,19,0),(1460,46,20,0.05),(1461,46,21,0),(1462,46,22,0),(1463,46,23,0.05),(1464,46,24,0),(1465,46,25,0),(1466,46,26,0),(1467,46,27,0),(1468,46,28,0.05),(1469,46,29,0),(1470,46,30,0),(1471,46,31,0),(1472,46,32,0),(1473,47,1,0.05),(1474,47,2,0.15),(1475,47,3,0.3),(1476,47,4,0.3),(1477,47,5,0.2),(1478,47,6,0.2),(1479,47,7,0.3),(1480,47,8,0.05),(1481,47,9,0.05),(1482,47,10,0.05),(1483,47,11,0.05),(1484,47,12,0.05),(1485,47,13,0),(1486,47,14,0.3),(1487,47,15,0.25),(1488,47,16,0.3),(1489,47,17,0),(1490,47,18,0.3),(1491,47,19,0),(1492,47,20,0.05),(1493,47,21,0),(1494,47,22,0),(1495,47,23,0.15),(1496,47,24,0),(1497,47,25,0),(1498,47,26,0),(1499,47,27,0),(1500,47,28,0.05),(1501,47,29,0),(1502,47,30,0),(1503,47,31,0),(1504,47,32,0),(1505,48,1,0),(1506,48,2,0),(1507,48,3,0.1),(1508,48,4,0),(1509,48,5,0),(1510,48,6,0),(1511,48,7,0),(1512,48,8,0),(1513,48,9,0),(1514,48,10,0),(1515,48,11,0),(1516,48,12,0.1),(1517,48,13,0),(1518,48,14,0),(1519,48,15,0),(1520,48,16,0),(1521,48,17,0),(1522,48,18,0),(1523,48,19,0),(1524,48,20,0),(1525,48,21,0),(1526,48,22,0),(1527,48,23,0),(1528,48,24,0),(1529,48,25,0),(1530,48,26,0),(1531,48,27,0),(1532,48,28,0),(1533,48,29,0),(1534,48,30,0),(1535,48,31,0),(1536,48,32,0),(1537,49,1,0.05),(1538,49,2,0.05),(1539,49,3,0.02),(1540,49,4,0.02),(1541,49,5,0.02),(1542,49,6,0.02),(1543,49,7,0.02),(1544,49,8,0.05),(1545,49,9,0.1),(1546,49,10,0.02),(1547,49,11,0.02),(1548,49,12,0.02),(1549,49,13,0),(1550,49,14,0),(1551,49,15,0),(1552,49,16,0),(1553,49,17,0),(1554,49,18,0),(1555,49,19,0),(1556,49,20,0.02),(1557,49,21,0.05),(1558,49,22,0.05),(1559,49,23,0.05),(1560,49,24,0.02),(1561,49,25,0),(1562,49,26,0),(1563,49,27,0),(1564,49,28,0.02),(1565,49,29,0),(1566,49,30,0),(1567,49,31,0),(1568,49,32,0),(1569,50,1,0.05),(1570,50,2,0.05),(1571,50,3,0.02),(1572,50,4,0.02),(1573,50,5,0.02),(1574,50,6,0.02),(1575,50,7,0.02),(1576,50,8,0.05),(1577,50,9,0.1),(1578,50,10,0.02),(1579,50,11,0.02),(1580,50,12,0.02),(1581,50,13,0),(1582,50,14,0),(1583,50,15,0),(1584,50,16,0),(1585,50,17,0),(1586,50,18,0),(1587,50,19,0),(1588,50,20,0.02),(1589,50,21,0.05),(1590,50,22,0.05),(1591,50,23,0.05),(1592,50,24,0.02),(1593,50,25,0),(1594,50,26,0),(1595,50,27,0),(1596,50,28,0.02),(1597,50,29,0),(1598,50,30,0),(1599,50,31,0),(1600,50,32,0),(1601,51,1,0.2),(1602,51,2,0.1),(1603,51,3,0.02),(1604,51,4,0.02),(1605,51,5,0.02),(1606,51,6,0.02),(1607,51,7,0.02),(1608,51,8,0),(1609,51,9,0),(1610,51,10,0.02),(1611,51,11,0.02),(1612,51,12,0.02),(1613,51,13,0),(1614,51,14,0),(1615,51,15,0),(1616,51,16,0),(1617,51,17,0),(1618,51,18,0),(1619,51,19,0),(1620,51,20,0),(1621,51,21,0.1),(1622,51,22,0.1),(1623,51,23,0.1),(1624,51,24,0),(1625,51,25,0),(1626,51,26,0),(1627,51,27,0),(1628,51,28,0.02),(1629,51,29,0),(1630,51,30,0),(1631,51,31,0),(1632,51,32,0),(1633,52,1,0.1),(1634,52,2,0.1),(1635,52,3,0.05),(1636,52,4,0.05),(1637,52,5,0.05),(1638,52,6,0.05),(1639,52,7,0.05),(1640,52,8,0.02),(1641,52,9,0.05),(1642,52,10,0.05),(1643,52,11,0.05),(1644,52,12,0.05),(1645,52,13,0),(1646,52,14,0),(1647,52,15,0),(1648,52,16,0),(1649,52,17,0),(1650,52,18,0),(1651,52,19,0),(1652,52,20,0.02),(1653,52,21,0.05),(1654,52,22,0.05),(1655,52,23,0.05),(1656,52,24,0.02),(1657,52,25,0),(1658,52,26,0),(1659,52,27,0),(1660,52,28,0.05),(1661,52,29,0),(1662,52,30,0),(1663,52,31,0),(1664,52,32,0),(1665,53,1,0.05),(1666,53,2,0.05),(1667,53,3,0.05),(1668,53,4,0.05),(1669,53,5,0.05),(1670,53,6,0.05),(1671,53,7,0.05),(1672,53,8,0.02),(1673,53,9,0.05),(1674,53,10,0.05),(1675,53,11,0.05),(1676,53,12,0.05),(1677,53,13,0),(1678,53,14,0),(1679,53,15,0),(1680,53,16,0),(1681,53,17,0),(1682,53,18,0),(1683,53,19,0),(1684,53,20,0.02),(1685,53,21,0),(1686,53,22,0),(1687,53,23,0.05),(1688,53,24,0.02),(1689,53,25,0),(1690,53,26,0),(1691,53,27,0),(1692,53,28,0.05),(1693,53,29,0),(1694,53,30,0),(1695,53,31,0),(1696,53,32,0),(1697,54,1,0.2),(1698,54,2,0.15),(1699,54,3,0.15),(1700,54,4,0.15),(1701,54,5,0.15),(1702,54,6,0.15),(1703,54,7,0.15),(1704,54,8,0.1),(1705,54,9,0.2),(1706,54,10,0.15),(1707,54,11,0.15),(1708,54,12,0.1),(1709,54,13,0),(1710,54,14,0),(1711,54,15,0),(1712,54,16,0),(1713,54,17,0),(1714,54,18,0.05),(1715,54,19,0),(1716,54,20,0.02),(1717,54,21,0),(1718,54,22,0),(1719,54,23,0.1),(1720,54,24,0.02),(1721,54,25,0),(1722,54,26,0),(1723,54,27,0),(1724,54,28,0.15),(1725,54,29,0),(1726,54,30,0),(1727,54,31,0),(1728,54,32,0),(1729,55,1,0.1),(1730,55,2,0.2),(1731,55,3,0.05),(1732,55,4,0.05),(1733,55,5,0.05),(1734,55,6,0.05),(1735,55,7,0.05),(1736,55,8,0.2),(1737,55,9,0.4),(1738,55,10,0.05),(1739,55,11,0.05),(1740,55,12,0.05),(1741,55,13,0),(1742,55,14,0),(1743,55,15,0),(1744,55,16,0),(1745,55,17,0),(1746,55,18,0.05),(1747,55,19,0),(1748,55,20,0.02),(1749,55,21,0.1),(1750,55,22,0.1),(1751,55,23,0.05),(1752,55,24,0.02),(1753,55,25,0),(1754,55,26,0),(1755,55,27,0),(1756,55,28,0.05),(1757,55,29,0),(1758,55,30,0),(1759,55,31,0),(1760,55,32,0),(1761,56,1,0.2),(1762,56,2,0.2),(1763,56,3,0),(1764,56,4,0),(1765,56,5,0),(1766,56,6,0),(1767,56,7,0),(1768,56,8,0.05),(1769,56,9,0.1),(1770,56,10,0),(1771,56,11,0),(1772,56,12,0),(1773,56,13,0),(1774,56,14,0),(1775,56,15,0),(1776,56,16,0),(1777,56,17,0),(1778,56,18,0.1),(1779,56,19,0),(1780,56,20,0),(1781,56,21,0),(1782,56,22,0),(1783,56,23,0.05),(1784,56,24,0),(1785,56,25,0),(1786,56,26,0),(1787,56,27,0),(1788,56,28,0),(1789,56,29,0),(1790,56,30,0),(1791,56,31,0),(1792,56,32,0),(1793,57,1,0.2),(1794,57,2,0.15),(1795,57,3,0.05),(1796,57,4,0.05),(1797,57,5,0.05),(1798,57,6,0.05),(1799,57,7,0.05),(1800,57,8,0.1),(1801,57,9,0.2),(1802,57,10,0.05),(1803,57,11,0.05),(1804,57,12,0.05),(1805,57,13,0),(1806,57,14,0),(1807,57,15,0),(1808,57,16,0),(1809,57,17,0),(1810,57,18,0.3),(1811,57,19,0),(1812,57,20,0.02),(1813,57,21,0.05),(1814,57,22,0.05),(1815,57,23,0.02),(1816,57,24,0.02),(1817,57,25,0),(1818,57,26,0),(1819,57,27,0),(1820,57,28,0.05),(1821,57,29,0),(1822,57,30,0),(1823,57,31,0),(1824,57,32,0),(1825,58,1,0),(1826,58,2,0.15),(1827,58,3,0.05),(1828,58,4,0.2),(1829,58,5,0.2),(1830,58,6,0.05),(1831,58,7,0.2),(1832,58,8,0.05),(1833,58,9,0.05),(1834,58,10,0),(1835,58,11,0),(1836,58,12,0),(1837,58,13,0),(1838,58,14,0),(1839,58,15,0),(1840,58,16,0.2),(1841,58,17,0.02),(1842,58,18,0),(1843,58,19,0),(1844,58,20,0),(1845,58,21,0),(1846,58,22,0),(1847,58,23,0.05),(1848,58,24,0),(1849,58,25,0),(1850,58,26,0),(1851,58,27,0),(1852,58,28,0),(1853,58,29,0),(1854,58,30,0),(1855,58,31,0),(1856,58,32,0),(1857,59,1,0),(1858,59,2,0),(1859,59,3,0),(1860,59,4,0),(1861,59,5,0),(1862,59,6,0),(1863,59,7,0),(1864,59,8,0),(1865,59,9,0),(1866,59,10,0),(1867,59,11,0),(1868,59,12,0),(1869,59,13,0),(1870,59,14,0),(1871,59,15,0),(1872,59,16,0.8),(1873,59,17,0),(1874,59,18,0),(1875,59,19,0),(1876,59,20,0),(1877,59,21,0),(1878,59,22,0),(1879,59,23,0),(1880,59,24,0),(1881,59,25,0),(1882,59,26,0),(1883,59,27,0),(1884,59,28,0),(1885,59,29,0),(1886,59,30,0),(1887,59,31,0),(1888,59,32,0),(1889,60,1,0),(1890,60,2,0.1),(1891,60,3,0.3),(1892,60,4,0.3),(1893,60,5,0.3),(1894,60,6,0),(1895,60,7,0),(1896,60,8,0),(1897,60,9,0),(1898,60,10,0.1),(1899,60,11,0.1),(1900,60,12,0.2),(1901,60,13,0),(1902,60,14,0),(1903,60,15,0),(1904,60,16,0),(1905,60,17,0.1),(1906,60,18,0.4),(1907,60,19,0),(1908,60,20,0),(1909,60,21,0),(1910,60,22,0),(1911,60,23,0.05),(1912,60,24,0),(1913,60,25,0),(1914,60,26,0),(1915,60,27,0),(1916,60,28,0),(1917,60,29,0),(1918,60,30,0),(1919,60,31,0),(1920,60,32,0),(1921,61,1,0),(1922,61,2,0),(1923,61,3,0.1),(1924,61,4,0),(1925,61,5,0),(1926,61,6,0.05),(1927,61,7,0.1),(1928,61,8,0.1),(1929,61,9,0.1),(1930,61,10,0),(1931,61,11,0),(1932,61,12,0),(1933,61,13,0),(1934,61,14,0),(1935,61,15,0),(1936,61,16,0.2),(1937,61,17,0),(1938,61,18,0.1),(1939,61,19,0),(1940,61,20,0),(1941,61,21,0),(1942,61,22,0),(1943,61,23,0.05),(1944,61,24,0),(1945,61,25,0),(1946,61,26,0),(1947,61,27,0),(1948,61,28,0),(1949,61,29,0),(1950,61,30,0),(1951,61,31,0),(1952,61,32,0),(1953,62,1,0),(1954,62,2,0.05),(1955,62,3,0.4),(1956,62,4,0.2),(1957,62,5,0.25),(1958,62,6,0.2),(1959,62,7,0.1),(1960,62,8,0),(1961,62,9,0),(1962,62,10,0),(1963,62,11,0.1),(1964,62,12,0.15),(1965,62,13,0),(1966,62,14,0),(1967,62,15,0),(1968,62,16,0.25),(1969,62,17,0),(1970,62,18,0.2),(1971,62,19,0),(1972,62,20,0),(1973,62,21,0),(1974,62,22,0),(1975,62,23,0.15),(1976,62,24,0.1),(1977,62,25,0),(1978,62,26,0),(1979,62,27,0),(1980,62,28,0),(1981,62,29,0),(1982,62,30,0),(1983,62,31,0),(1984,62,32,0),(1985,63,1,0),(1986,63,2,0),(1987,63,3,0.1),(1988,63,4,0),(1989,63,5,0.1),(1990,63,6,0.1),(1991,63,7,0.05),(1992,63,8,0),(1993,63,9,0),(1994,63,10,0),(1995,63,11,0.05),(1996,63,12,0.05),(1997,63,13,0),(1998,63,14,0),(1999,63,15,0),(2000,63,16,0.1),(2001,63,17,0),(2002,63,18,0.1),(2003,63,19,0),(2004,63,20,0),(2005,63,21,0),(2006,63,22,0),(2007,63,23,0.05),(2008,63,24,0.05),(2009,63,25,0),(2010,63,26,0),(2011,63,27,0),(2012,63,28,0),(2013,63,29,0),(2014,63,30,0),(2015,63,31,0),(2016,63,32,0),(2017,64,1,0),(2018,64,2,0),(2019,64,3,0.2),(2020,64,4,0),(2021,64,5,0.2),(2022,64,6,0.15),(2023,64,7,0.1),(2024,64,8,0),(2025,64,9,0),(2026,64,10,0),(2027,64,11,0.1),(2028,64,12,0.05),(2029,64,13,0),(2030,64,14,0),(2031,64,15,0),(2032,64,16,0.2),(2033,64,17,0),(2034,64,18,0.1),(2035,64,19,0),(2036,64,20,0),(2037,64,21,0),(2038,64,22,0),(2039,64,23,0.1),(2040,64,24,0.1),(2041,64,25,0),(2042,64,26,0),(2043,64,27,0),(2044,64,28,0),(2045,64,29,0),(2046,64,30,0),(2047,64,31,0),(2048,64,32,0),(2049,65,1,0),(2050,65,2,0.05),(2051,65,3,0.1),(2052,65,4,0),(2053,65,5,0.1),(2054,65,6,0.05),(2055,65,7,0.05),(2056,65,8,0),(2057,65,9,0),(2058,65,10,0),(2059,65,11,0.05),(2060,65,12,0.05),(2061,65,13,0),(2062,65,14,0),(2063,65,15,0),(2064,65,16,0.1),(2065,65,17,0),(2066,65,18,0.1),(2067,65,19,0),(2068,65,20,0),(2069,65,21,0),(2070,65,22,0),(2071,65,23,0.05),(2072,65,24,0.05),(2073,65,25,0),(2074,65,26,0),(2075,65,27,0),(2076,65,28,0),(2077,65,29,0),(2078,65,30,0),(2079,65,31,0),(2080,65,32,0),(2081,66,1,0),(2082,66,2,0),(2083,66,3,0.1),(2084,66,4,0),(2085,66,5,0.1),(2086,66,6,0.1),(2087,66,7,0.05),(2088,66,8,0),(2089,66,9,0),(2090,66,10,0),(2091,66,11,0.05),(2092,66,12,0.02),(2093,66,13,0),(2094,66,14,0),(2095,66,15,0),(2096,66,16,0.1),(2097,66,17,0),(2098,66,18,0.1),(2099,66,19,0),(2100,66,20,0),(2101,66,21,0),(2102,66,22,0),(2103,66,23,0.05),(2104,66,24,0.05),(2105,66,25,0),(2106,66,26,0),(2107,66,27,0),(2108,66,28,0),(2109,66,29,0),(2110,66,30,0),(2111,66,31,0),(2112,66,32,0),(2113,67,1,0),(2114,67,2,0),(2115,67,3,0.05),(2116,67,4,0),(2117,67,5,0.05),(2118,67,6,0.05),(2119,67,7,0.025),(2120,67,8,0),(2121,67,9,0),(2122,67,10,0),(2123,67,11,0.025),(2124,67,12,0.02),(2125,67,13,0),(2126,67,14,0),(2127,67,15,0),(2128,67,16,0.05),(2129,67,17,0),(2130,67,18,0.05),(2131,67,19,0),(2132,67,20,0),(2133,67,21,0),(2134,67,22,0),(2135,67,23,0.05),(2136,67,24,0.05),(2137,67,25,0),(2138,67,26,0),(2139,67,27,0),(2140,67,28,0),(2141,67,29,0),(2142,67,30,0),(2143,67,31,0),(2144,67,32,0),(2145,68,1,0),(2146,68,2,0),(2147,68,3,0.1),(2148,68,4,0),(2149,68,5,0.1),(2150,68,6,0.05),(2151,68,7,0.05),(2152,68,8,0),(2153,68,9,0),(2154,68,10,0),(2155,68,11,0.05),(2156,68,12,0.05),(2157,68,13,0),(2158,68,14,0),(2159,68,15,0),(2160,68,16,0.1),(2161,68,17,0),(2162,68,18,0.1),(2163,68,19,0),(2164,68,20,0),(2165,68,21,0),(2166,68,22,0),(2167,68,23,0.05),(2168,68,24,0.05),(2169,68,25,0),(2170,68,26,0),(2171,68,27,0),(2172,68,28,0),(2173,68,29,0),(2174,68,30,0),(2175,68,31,0),(2176,68,32,0),(2177,69,1,0),(2178,69,2,0),(2179,69,3,0.05),(2180,69,4,0),(2181,69,5,0.05),(2182,69,6,0.05),(2183,69,7,0.05),(2184,69,8,0),(2185,69,9,0),(2186,69,10,0),(2187,69,11,0.05),(2188,69,12,0.05),(2189,69,13,0),(2190,69,14,0),(2191,69,15,0),(2192,69,16,0.05),(2193,69,17,0),(2194,69,18,0.05),(2195,69,19,0),(2196,69,20,0),(2197,69,21,0),(2198,69,22,0),(2199,69,23,0.05),(2200,69,24,0.05),(2201,69,25,0),(2202,69,26,0),(2203,69,27,0),(2204,69,28,0),(2205,69,29,0),(2206,69,30,0),(2207,69,31,0),(2208,69,32,0),(2209,70,1,0),(2210,70,2,0),(2211,70,3,0.05),(2212,70,4,0.15),(2213,70,5,0.15),(2214,70,6,0.15),(2215,70,7,0),(2216,70,8,0),(2217,70,9,0),(2218,70,10,0.2),(2219,70,11,0),(2220,70,12,0),(2221,70,13,0),(2222,70,14,0),(2223,70,15,0),(2224,70,16,0.2),(2225,70,17,0),(2226,70,18,0),(2227,70,19,0),(2228,70,20,0),(2229,70,21,0),(2230,70,22,0),(2231,70,23,0),(2232,70,24,0),(2233,70,25,0),(2234,70,26,0),(2235,70,27,0),(2236,70,28,0),(2237,70,29,0),(2238,70,30,0),(2239,70,31,0),(2240,70,32,0),(2241,71,1,0),(2242,71,2,0),(2243,71,3,0),(2244,71,4,0),(2245,71,5,0.05),(2246,71,6,0.05),(2247,71,7,0),(2248,71,8,0),(2249,71,9,0),(2250,71,10,0.05),(2251,71,11,0.05),(2252,71,12,0),(2253,71,13,0),(2254,71,14,0),(2255,71,15,0),(2256,71,16,0),(2257,71,17,0),(2258,71,18,0),(2259,71,19,0),(2260,71,20,0),(2261,71,21,0),(2262,71,22,0),(2263,71,23,0),(2264,71,24,0.05),(2265,71,25,0),(2266,71,26,0),(2267,71,27,0),(2268,71,28,0),(2269,71,29,0),(2270,71,30,0),(2271,71,31,0),(2272,71,32,0),(2273,72,1,0),(2274,72,2,0),(2275,72,3,0.05),(2276,72,4,0),(2277,72,5,0.05),(2278,72,6,0.05),(2279,72,7,0.05),(2280,72,8,0),(2281,72,9,0),(2282,72,10,0.03),(2283,72,11,0.1),(2284,72,12,0.02),(2285,72,13,0),(2286,72,14,0),(2287,72,15,0),(2288,72,16,0),(2289,72,17,0),(2290,72,18,0.1),(2291,72,19,0),(2292,72,20,0),(2293,72,21,0),(2294,72,22,0.02),(2295,72,23,0.02),(2296,72,24,0.1),(2297,72,25,0),(2298,72,26,0),(2299,72,27,0),(2300,72,28,0),(2301,72,29,0),(2302,72,30,0),(2303,72,31,0),(2304,72,32,0),(2305,73,1,0.05),(2306,73,2,0),(2307,73,3,0.05),(2308,73,4,0.1),(2309,73,5,0.05),(2310,73,6,0.05),(2311,73,7,0.05),(2312,73,8,0.05),(2313,73,9,0.1),(2314,73,10,0.05),(2315,73,11,0.05),(2316,73,12,0.05),(2317,73,13,0.05),(2318,73,14,0.05),(2319,73,15,0.05),(2320,73,16,0.05),(2321,73,17,0.1),(2322,73,18,0.05),(2323,73,19,0),(2324,73,20,0),(2325,73,21,0.1),(2326,73,22,0.1),(2327,73,23,0.1),(2328,73,24,0),(2329,73,25,0),(2330,73,26,0),(2331,73,27,0),(2332,73,28,0),(2333,73,29,0),(2334,73,30,0),(2335,73,31,0),(2336,73,32,0),(2337,74,1,0.1),(2338,74,2,0.1),(2339,74,3,0.1),(2340,74,4,0.2),(2341,74,5,0.1),(2342,74,6,0.1),(2343,74,7,0.1),(2344,74,8,0.1),(2345,74,9,0.2),(2346,74,10,0.2),(2347,74,11,0.2),(2348,74,12,0.1),(2349,74,13,0.1),(2350,74,14,0.1),(2351,74,15,0.1),(2352,74,16,0.1),(2353,74,17,0.2),(2354,74,18,0.1),(2355,74,19,0),(2356,74,20,0),(2357,74,21,0.1),(2358,74,22,0.1),(2359,74,23,0.1),(2360,74,24,0),(2361,74,25,0),(2362,74,26,0),(2363,74,27,0),(2364,74,28,0),(2365,74,29,0),(2366,74,30,0),(2367,74,31,0),(2368,74,32,0),(2369,75,1,0.05),(2370,75,2,0),(2371,75,3,0.05),(2372,75,4,0.1),(2373,75,5,0.05),(2374,75,6,0.05),(2375,75,7,0.05),(2376,75,8,0.02),(2377,75,9,0.1),(2378,75,10,0.05),(2379,75,11,0.05),(2380,75,12,0.05),(2381,75,13,0.05),(2382,75,14,0.05),(2383,75,15,0.05),(2384,75,16,0.05),(2385,75,17,0.15),(2386,75,18,0.05),(2387,75,19,0),(2388,75,20,0),(2389,75,21,0),(2390,75,22,0),(2391,75,23,0),(2392,75,24,0),(2393,75,25,0),(2394,75,26,0),(2395,75,27,0),(2396,75,28,0),(2397,75,29,0),(2398,75,30,0),(2399,75,31,0),(2400,75,32,0),(2401,76,1,0),(2402,76,2,0),(2403,76,3,0),(2404,76,4,0),(2405,76,5,0.05),(2406,76,6,0),(2407,76,7,0.05),(2408,76,8,0),(2409,76,9,0),(2410,76,10,0),(2411,76,11,0.1),(2412,76,12,0),(2413,76,13,0),(2414,76,14,0),(2415,76,15,0),(2416,76,16,0),(2417,76,17,0.1),(2418,76,18,0),(2419,76,19,0),(2420,76,20,0),(2421,76,21,0),(2422,76,22,0),(2423,76,23,0),(2424,76,24,0),(2425,76,25,0),(2426,76,26,0),(2427,76,27,0),(2428,76,28,0),(2429,76,29,0),(2430,76,30,0),(2431,76,31,0),(2432,76,32,0),(2433,77,1,0),(2434,77,2,0),(2435,77,3,0),(2436,77,4,0),(2437,77,5,0.05),(2438,77,6,0),(2439,77,7,0.05),(2440,77,8,0),(2441,77,9,0),(2442,77,10,0),(2443,77,11,0.05),(2444,77,12,0),(2445,77,13,0),(2446,77,14,0),(2447,77,15,0),(2448,77,16,0),(2449,77,17,0),(2450,77,18,0),(2451,77,19,0),(2452,77,20,0),(2453,77,21,0),(2454,77,22,0),(2455,77,23,0),(2456,77,24,0),(2457,77,25,0),(2458,77,26,0),(2459,77,27,0),(2460,77,28,0),(2461,77,29,0),(2462,77,30,0),(2463,77,31,0),(2464,77,32,0),(2465,78,1,0),(2466,78,2,0),(2467,78,3,0),(2468,78,4,0),(2469,78,5,0.02),(2470,78,6,0),(2471,78,7,0.02),(2472,78,8,0),(2473,78,9,0),(2474,78,10,0),(2475,78,11,0.02),(2476,78,12,0),(2477,78,13,0),(2478,78,14,0),(2479,78,15,0),(2480,78,16,0),(2481,78,17,0),(2482,78,18,0),(2483,78,19,0),(2484,78,20,0),(2485,78,21,0.05),(2486,78,22,0),(2487,78,23,0.05),(2488,78,24,0),(2489,78,25,0),(2490,78,26,0),(2491,78,27,0),(2492,78,28,0),(2493,78,29,0),(2494,78,30,0),(2495,78,31,0),(2496,78,32,0),(2497,79,1,0),(2498,79,2,0),(2499,79,3,0),(2500,79,4,0),(2501,79,5,0),(2502,79,6,0),(2503,79,7,0.03),(2504,79,8,0),(2505,79,9,0),(2506,79,10,0.02),(2507,79,11,0.02),(2508,79,12,0),(2509,79,13,0),(2510,79,14,0),(2511,79,15,0),(2512,79,16,0.02),(2513,79,17,0.05),(2514,79,18,0),(2515,79,19,0),(2516,79,20,0),(2517,79,21,0),(2518,79,22,0),(2519,79,23,0),(2520,79,24,0),(2521,79,25,0),(2522,79,26,0),(2523,79,27,0),(2524,79,28,0),(2525,79,29,0),(2526,79,30,0),(2527,79,31,0),(2528,79,32,0),(2529,80,1,0),(2530,80,2,0),(2531,80,3,0),(2532,80,4,0),(2533,80,5,0),(2534,80,6,0),(2535,80,7,0.15),(2536,80,8,0),(2537,80,9,0),(2538,80,10,0.05),(2539,80,11,0.05),(2540,80,12,0),(2541,80,13,0),(2542,80,14,0),(2543,80,15,0),(2544,80,16,0.05),(2545,80,17,0.15),(2546,80,18,0),(2547,80,19,0),(2548,80,20,0),(2549,80,21,0),(2550,80,22,0),(2551,80,23,0),(2552,80,24,0),(2553,80,25,0),(2554,80,26,0),(2555,80,27,0),(2556,80,28,0),(2557,80,29,0),(2558,80,30,0),(2559,80,31,0),(2560,80,32,0),(2561,81,1,0),(2562,81,2,0),(2563,81,3,0),(2564,81,4,0),(2565,81,5,0),(2566,81,6,0),(2567,81,7,0.1),(2568,81,8,0),(2569,81,9,0),(2570,81,10,0.05),(2571,81,11,0.05),(2572,81,12,0),(2573,81,13,0),(2574,81,14,0),(2575,81,15,0),(2576,81,16,0.05),(2577,81,17,0.02),(2578,81,18,0),(2579,81,19,0),(2580,81,20,0),(2581,81,21,0),(2582,81,22,0),(2583,81,23,0),(2584,81,24,0),(2585,81,25,0),(2586,81,26,0),(2587,81,27,0),(2588,81,28,0),(2589,81,29,0),(2590,81,30,0),(2591,81,31,0),(2592,81,32,0),(2593,82,1,0),(2594,82,2,0),(2595,82,3,0),(2596,82,4,0),(2597,82,5,0),(2598,82,6,0),(2599,82,7,0.1),(2600,82,8,0),(2601,82,9,0),(2602,82,10,0.05),(2603,82,11,0.05),(2604,82,12,0),(2605,82,13,0),(2606,82,14,0),(2607,82,15,0),(2608,82,16,0.05),(2609,82,17,0.02),(2610,82,18,0),(2611,82,19,0),(2612,82,20,0),(2613,82,21,0),(2614,82,22,0),(2615,82,23,0),(2616,82,24,0),(2617,82,25,0),(2618,82,26,0),(2619,82,27,0),(2620,82,28,0),(2621,82,29,0),(2622,82,30,0),(2623,82,31,0),(2624,82,32,0),(2625,83,1,0),(2626,83,2,0),(2627,83,3,0),(2628,83,4,0),(2629,83,5,0),(2630,83,6,0),(2631,83,7,0.2),(2632,83,8,0),(2633,83,9,0),(2634,83,10,0.05),(2635,83,11,0.05),(2636,83,12,0),(2637,83,13,0),(2638,83,14,0),(2639,83,15,0),(2640,83,16,0.05),(2641,83,17,0.05),(2642,83,18,0),(2643,83,19,0),(2644,83,20,0),(2645,83,21,0),(2646,83,22,0),(2647,83,23,0),(2648,83,24,0),(2649,83,25,0),(2650,83,26,0),(2651,83,27,0),(2652,83,28,0),(2653,83,29,0),(2654,83,30,0),(2655,83,31,0),(2656,83,32,0),(2657,84,1,0),(2658,84,2,0),(2659,84,3,0),(2660,84,4,0),(2661,84,5,0),(2662,84,6,0),(2663,84,7,0.15),(2664,84,8,0),(2665,84,9,0),(2666,84,10,0.05),(2667,84,11,0.05),(2668,84,12,0),(2669,84,13,0),(2670,84,14,0),(2671,84,15,0),(2672,84,16,0.05),(2673,84,17,0.2),(2674,84,18,0),(2675,84,19,0),(2676,84,20,0),(2677,84,21,0),(2678,84,22,0),(2679,84,23,0),(2680,84,24,0),(2681,84,25,0),(2682,84,26,0),(2683,84,27,0),(2684,84,28,0),(2685,84,29,0),(2686,84,30,0),(2687,84,31,0),(2688,84,32,0),(2689,85,1,0),(2690,85,2,0),(2691,85,3,0),(2692,85,4,0),(2693,85,5,0),(2694,85,6,0),(2695,85,7,0.1),(2696,85,8,0),(2697,85,9,0),(2698,85,10,0.05),(2699,85,11,0.05),(2700,85,12,0),(2701,85,13,0),(2702,85,14,0),(2703,85,15,0),(2704,85,16,0.05),(2705,85,17,0.05),(2706,85,18,0),(2707,85,19,0),(2708,85,20,0),(2709,85,21,0),(2710,85,22,0),(2711,85,23,0),(2712,85,24,0),(2713,85,25,0),(2714,85,26,0),(2715,85,27,0),(2716,85,28,0),(2717,85,29,0),(2718,85,30,0),(2719,85,31,0),(2720,85,32,0),(2721,86,1,0),(2722,86,2,0),(2723,86,3,0),(2724,86,4,0),(2725,86,5,0),(2726,86,6,0),(2727,86,7,0),(2728,86,8,0),(2729,86,9,0),(2730,86,10,0),(2731,86,11,0.2),(2732,86,12,0),(2733,86,13,0),(2734,86,14,0),(2735,86,15,0),(2736,86,16,0),(2737,86,17,0.05),(2738,86,18,0),(2739,86,19,0),(2740,86,20,0),(2741,86,21,0),(2742,86,22,0),(2743,86,23,0),(2744,86,24,0.1),(2745,86,25,0),(2746,86,26,0),(2747,86,27,0),(2748,86,28,0),(2749,86,29,0),(2750,86,30,0),(2751,86,31,0),(2752,86,32,0),(2753,87,1,0),(2754,87,2,0),(2755,87,3,0),(2756,87,4,0),(2757,87,5,0),(2758,87,6,0),(2759,87,7,0),(2760,87,8,0),(2761,87,9,0),(2762,87,10,0),(2763,87,11,0),(2764,87,12,0),(2765,87,13,0),(2766,87,14,0),(2767,87,15,0),(2768,87,16,0),(2769,87,17,0),(2770,87,18,0),(2771,87,19,0),(2772,87,20,0),(2773,87,21,0),(2774,87,22,0),(2775,87,23,0),(2776,87,24,0.3),(2777,87,25,0),(2778,87,26,0),(2779,87,27,0),(2780,87,28,0),(2781,87,29,0),(2782,87,30,0),(2783,87,31,0),(2784,87,32,0),(2785,88,1,0),(2786,88,2,0),(2787,88,3,0),(2788,88,4,0),(2789,88,5,0),(2790,88,6,0),(2791,88,7,0),(2792,88,8,0),(2793,88,9,0),(2794,88,10,0),(2795,88,11,0),(2796,88,12,0),(2797,88,13,0),(2798,88,14,0),(2799,88,15,0),(2800,88,16,0),(2801,88,17,0),(2802,88,18,0),(2803,88,19,0),(2804,88,20,0),(2805,88,21,0),(2806,88,22,0),(2807,88,23,0),(2808,88,24,0.2),(2809,88,25,0),(2810,88,26,0),(2811,88,27,0),(2812,88,28,0),(2813,88,29,0),(2814,88,30,0),(2815,88,31,0),(2816,88,32,0),(2817,89,1,0),(2818,89,2,0),(2819,89,3,0),(2820,89,4,0),(2821,89,5,0),(2822,89,6,0),(2823,89,7,0),(2824,89,8,0),(2825,89,9,0),(2826,89,10,0),(2827,89,11,0.1),(2828,89,12,0),(2829,89,13,0),(2830,89,14,0),(2831,89,15,0),(2832,89,16,0),(2833,89,17,0),(2834,89,18,0),(2835,89,19,0),(2836,89,20,0),(2837,89,21,0),(2838,89,22,0),(2839,89,23,0),(2840,89,24,0.3),(2841,89,25,0),(2842,89,26,0),(2843,89,27,0),(2844,89,28,0),(2845,89,29,0),(2846,89,30,0),(2847,89,31,0),(2848,89,32,0),(2849,90,1,0),(2850,90,2,0),(2851,90,3,0),(2852,90,4,0),(2853,90,5,0),(2854,90,6,0),(2855,90,7,0),(2856,90,8,0),(2857,90,9,0),(2858,90,10,0),(2859,90,11,0),(2860,90,12,0),(2861,90,13,0),(2862,90,14,0),(2863,90,15,0),(2864,90,16,0),(2865,90,17,0),(2866,90,18,0),(2867,90,19,0),(2868,90,20,0),(2869,90,21,0),(2870,90,22,0),(2871,90,23,0),(2872,90,24,0.2),(2873,90,25,0),(2874,90,26,0),(2875,90,27,0),(2876,90,28,0),(2877,90,29,0),(2878,90,30,0),(2879,90,31,0),(2880,90,32,0),(2881,91,1,0),(2882,91,2,0),(2883,91,3,0),(2884,91,4,0),(2885,91,5,0),(2886,91,6,0),(2887,91,7,0),(2888,91,8,0),(2889,91,9,0),(2890,91,10,0),(2891,91,11,0),(2892,91,12,0),(2893,91,13,0),(2894,91,14,0),(2895,91,15,0),(2896,91,16,0),(2897,91,17,0),(2898,91,18,0),(2899,91,19,0),(2900,91,20,0),(2901,91,21,0),(2902,91,22,0),(2903,91,23,0),(2904,91,24,0.05),(2905,91,25,0),(2906,91,26,0),(2907,91,27,0),(2908,91,28,0),(2909,91,29,0),(2910,91,30,0),(2911,91,31,0),(2912,91,32,0),(2913,92,1,0),(2914,92,2,0),(2915,92,3,0),(2916,92,4,0),(2917,92,5,0),(2918,92,6,0),(2919,92,7,0),(2920,92,8,0),(2921,92,9,0),(2922,92,10,0),(2923,92,11,0),(2924,92,12,0),(2925,92,13,0),(2926,92,14,0),(2927,92,15,0),(2928,92,16,0),(2929,92,17,0),(2930,92,18,0),(2931,92,19,0),(2932,92,20,0),(2933,92,21,0),(2934,92,22,0),(2935,92,23,0),(2936,92,24,0),(2937,92,25,0),(2938,92,26,0),(2939,92,27,0),(2940,92,28,0),(2941,92,29,0),(2942,92,30,0),(2943,92,31,0),(2944,92,32,0),(2945,93,1,0),(2946,93,2,0),(2947,93,3,0),(2948,93,4,0),(2949,93,5,0),(2950,93,6,0),(2951,93,7,0),(2952,93,8,0),(2953,93,9,0),(2954,93,10,0),(2955,93,11,0),(2956,93,12,0),(2957,93,13,0),(2958,93,14,0),(2959,93,15,0),(2960,93,16,0),(2961,93,17,0),(2962,93,18,0),(2963,93,19,0),(2964,93,20,0),(2965,93,21,0),(2966,93,22,0),(2967,93,23,0),(2968,93,24,0),(2969,93,25,0),(2970,93,26,0),(2971,93,27,0),(2972,93,28,0),(2973,93,29,0),(2974,93,30,0),(2975,93,31,0),(2976,93,32,0),(2977,94,1,0),(2978,94,2,0),(2979,94,3,0),(2980,94,4,0),(2981,94,5,0),(2982,94,6,0),(2983,94,7,0),(2984,94,8,0),(2985,94,9,0),(2986,94,10,0),(2987,94,11,0),(2988,94,12,0),(2989,94,13,0),(2990,94,14,0),(2991,94,15,0),(2992,94,16,0),(2993,94,17,0),(2994,94,18,0),(2995,94,19,0),(2996,94,20,0),(2997,94,21,0),(2998,94,22,0),(2999,94,23,0),(3000,94,24,0),(3001,94,25,0),(3002,94,26,0),(3003,94,27,0),(3004,94,28,0),(3005,94,29,0),(3006,94,30,0),(3007,94,31,0),(3008,94,32,0),(3009,95,1,0),(3010,95,2,0),(3011,95,3,0),(3012,95,4,0),(3013,95,5,0),(3014,95,6,0),(3015,95,7,0),(3016,95,8,0),(3017,95,9,0),(3018,95,10,0),(3019,95,11,0),(3020,95,12,0),(3021,95,13,0),(3022,95,14,0),(3023,95,15,0),(3024,95,16,0),(3025,95,17,0),(3026,95,18,0),(3027,95,19,0),(3028,95,20,0),(3029,95,21,0),(3030,95,22,0),(3031,95,23,0),(3032,95,24,0),(3033,95,25,0),(3034,95,26,0),(3035,95,27,0),(3036,95,28,0),(3037,95,29,0),(3038,95,30,0),(3039,95,31,0),(3040,95,32,0),(3041,96,1,0),(3042,96,2,0),(3043,96,3,0),(3044,96,4,0),(3045,96,5,0),(3046,96,6,0),(3047,96,7,0),(3048,96,8,0),(3049,96,9,0),(3050,96,10,0),(3051,96,11,0),(3052,96,12,0),(3053,96,13,0),(3054,96,14,0),(3055,96,15,0),(3056,96,16,0),(3057,96,17,0),(3058,96,18,0),(3059,96,19,0),(3060,96,20,0),(3061,96,21,0),(3062,96,22,0),(3063,96,23,0),(3064,96,24,0),(3065,96,25,0),(3066,96,26,0),(3067,96,27,0),(3068,96,28,0),(3069,96,29,0),(3070,96,30,0),(3071,96,31,0),(3072,96,32,0),(3073,97,1,0),(3074,97,2,0),(3075,97,3,0),(3076,97,4,0),(3077,97,5,0),(3078,97,6,0),(3079,97,7,0),(3080,97,8,0),(3081,97,9,0),(3082,97,10,0),(3083,97,11,0),(3084,97,12,0),(3085,97,13,0),(3086,97,14,0),(3087,97,15,0),(3088,97,16,0),(3089,97,17,0),(3090,97,18,0),(3091,97,19,0),(3092,97,20,0),(3093,97,21,0),(3094,97,22,0),(3095,97,23,0),(3096,97,24,0),(3097,97,25,0),(3098,97,26,0),(3099,97,27,0),(3100,97,28,0),(3101,97,29,0),(3102,97,30,0),(3103,97,31,0),(3104,97,32,0),(3105,98,1,0),(3106,98,2,0),(3107,98,3,0),(3108,98,4,0),(3109,98,5,0),(3110,98,6,0),(3111,98,7,0),(3112,98,8,0),(3113,98,9,0),(3114,98,10,0),(3115,98,11,0),(3116,98,12,0),(3117,98,13,0),(3118,98,14,0),(3119,98,15,0),(3120,98,16,0),(3121,98,17,0),(3122,98,18,0),(3123,98,19,0),(3124,98,20,0),(3125,98,21,0),(3126,98,22,0),(3127,98,23,0),(3128,98,24,0),(3129,98,25,0),(3130,98,26,0),(3131,98,27,0),(3132,98,28,0),(3133,98,29,0),(3134,98,30,0),(3135,98,31,0),(3136,98,32,0),(3137,99,1,0),(3138,99,2,0),(3139,99,3,0),(3140,99,4,0),(3141,99,5,0),(3142,99,6,0),(3143,99,7,0),(3144,99,8,0),(3145,99,9,0),(3146,99,10,0),(3147,99,11,0),(3148,99,12,0),(3149,99,13,0),(3150,99,14,0),(3151,99,15,0),(3152,99,16,0),(3153,99,17,0),(3154,99,18,0),(3155,99,19,0),(3156,99,20,0),(3157,99,21,0),(3158,99,22,0),(3159,99,23,0),(3160,99,24,0),(3161,99,25,0),(3162,99,26,0),(3163,99,27,0),(3164,99,28,0),(3165,99,29,0),(3166,99,30,0),(3167,99,31,0),(3168,99,32,0),(3169,100,1,0),(3170,100,2,0),(3171,100,3,0),(3172,100,4,0),(3173,100,5,0),(3174,100,6,0),(3175,100,7,0),(3176,100,8,0),(3177,100,9,0),(3178,100,10,0),(3179,100,11,0),(3180,100,12,0),(3181,100,13,0),(3182,100,14,0),(3183,100,15,0),(3184,100,16,0),(3185,100,17,0),(3186,100,18,0),(3187,100,19,0),(3188,100,20,0),(3189,100,21,0),(3190,100,22,0),(3191,100,23,0),(3192,100,24,0),(3193,100,25,0),(3194,100,26,0),(3195,100,27,0),(3196,100,28,0),(3197,100,29,0),(3198,100,30,0),(3199,100,31,0),(3200,100,32,0),(3201,101,1,0),(3202,101,2,0),(3203,101,3,0),(3204,101,4,0),(3205,101,5,0),(3206,101,6,0),(3207,101,7,0),(3208,101,8,0),(3209,101,9,0),(3210,101,10,0),(3211,101,11,0),(3212,101,12,0),(3213,101,13,0),(3214,101,14,0),(3215,101,15,0),(3216,101,16,0),(3217,101,17,0),(3218,101,18,0),(3219,101,19,0),(3220,101,20,0),(3221,101,21,0),(3222,101,22,0),(3223,101,23,0),(3224,101,24,0),(3225,101,25,0),(3226,101,26,0),(3227,101,27,0),(3228,101,28,0),(3229,101,29,0),(3230,101,30,0),(3231,101,31,0),(3232,101,32,0),(3233,102,1,0),(3234,102,2,0),(3235,102,3,0),(3236,102,4,0),(3237,102,5,0),(3238,102,6,0),(3239,102,7,0),(3240,102,8,0),(3241,102,9,0),(3242,102,10,0),(3243,102,11,0),(3244,102,12,0),(3245,102,13,0),(3246,102,14,0),(3247,102,15,0),(3248,102,16,0),(3249,102,17,0),(3250,102,18,0),(3251,102,19,0),(3252,102,20,0),(3253,102,21,0),(3254,102,22,0),(3255,102,23,0),(3256,102,24,0),(3257,102,25,0),(3258,102,26,0),(3259,102,27,0),(3260,102,28,0),(3261,102,29,0),(3262,102,30,0),(3263,102,31,0),(3264,102,32,0),(3265,103,1,0),(3266,103,2,0),(3267,103,3,0),(3268,103,4,0),(3269,103,5,0),(3270,103,6,0),(3271,103,7,0),(3272,103,8,0),(3273,103,9,0),(3274,103,10,0),(3275,103,11,0),(3276,103,12,0),(3277,103,13,0),(3278,103,14,0),(3279,103,15,0),(3280,103,16,0),(3281,103,17,0),(3282,103,18,0),(3283,103,19,0),(3284,103,20,0),(3285,103,21,0),(3286,103,22,0),(3287,103,23,0),(3288,103,24,0),(3289,103,25,0),(3290,103,26,0),(3291,103,27,0),(3292,103,28,0),(3293,103,29,0),(3294,103,30,0),(3295,103,31,0),(3296,103,32,0.7),(3297,104,1,0),(3298,104,2,0),(3299,104,3,0),(3300,104,4,0),(3301,104,5,0),(3302,104,6,0),(3303,104,7,0),(3304,104,8,0),(3305,104,9,0),(3306,104,10,0),(3307,104,11,0),(3308,104,12,0),(3309,104,13,0),(3310,104,14,0),(3311,104,15,0),(3312,104,16,0),(3313,104,17,0),(3314,104,18,0),(3315,104,19,0),(3316,104,20,0),(3317,104,21,0),(3318,104,22,0),(3319,104,23,0),(3320,104,24,0),(3321,104,25,0),(3322,104,26,0),(3323,104,27,0),(3324,104,28,0),(3325,104,29,0),(3326,104,30,0),(3327,104,31,0),(3328,104,32,0.8),(3329,105,1,0),(3330,105,2,0),(3331,105,3,0),(3332,105,4,0),(3333,105,5,0),(3334,105,6,0),(3335,105,7,0),(3336,105,8,0.05),(3337,105,9,0.1),(3338,105,10,0.1),(3339,105,11,0.1),(3340,105,12,0),(3341,105,13,0),(3342,105,14,0),(3343,105,15,0),(3344,105,16,0),(3345,105,17,0),(3346,105,18,0),(3347,105,19,0),(3348,105,20,0),(3349,105,21,0),(3350,105,22,0),(3351,105,23,0),(3352,105,24,0),(3353,105,25,0),(3354,105,26,0),(3355,105,27,0),(3356,105,28,0),(3357,105,29,0),(3358,105,30,0),(3359,105,31,0),(3360,105,32,0.95),(3361,106,1,0),(3362,106,2,0),(3363,106,3,0),(3364,106,4,0),(3365,106,5,0),(3366,106,6,0),(3367,106,7,0),(3368,106,8,0.05),(3369,106,9,0.1),(3370,106,10,0.2),(3371,106,11,0.2),(3372,106,12,0),(3373,106,13,0),(3374,106,14,0),(3375,106,15,0),(3376,106,16,0),(3377,106,17,0),(3378,106,18,0),(3379,106,19,0),(3380,106,20,0),(3381,106,21,0),(3382,106,22,0),(3383,106,23,0),(3384,106,24,0),(3385,106,25,0),(3386,106,26,0),(3387,106,27,0),(3388,106,28,0),(3389,106,29,0),(3390,106,30,0),(3391,106,31,0),(3392,106,32,0.6),(3393,107,1,0),(3394,107,2,0),(3395,107,3,0),(3396,107,4,0),(3397,107,5,0),(3398,107,6,0),(3399,107,7,0),(3400,107,8,0.03),(3401,107,9,0.03),(3402,107,10,0.05),(3403,107,11,0.05),(3404,107,12,0),(3405,107,13,0),(3406,107,14,0),(3407,107,15,0),(3408,107,16,0),(3409,107,17,0),(3410,107,18,0),(3411,107,19,0),(3412,107,20,0),(3413,107,21,0),(3414,107,22,0),(3415,107,23,0),(3416,107,24,0),(3417,107,25,0),(3418,107,26,0),(3419,107,27,0),(3420,107,28,0),(3421,107,29,0),(3422,107,30,0),(3423,107,31,0.1),(3424,107,32,0),(3425,108,1,0),(3426,108,2,0),(3427,108,3,0),(3428,108,4,0),(3429,108,5,0),(3430,108,6,0),(3431,108,7,0),(3432,108,8,0),(3433,108,9,0),(3434,108,10,0),(3435,108,11,0),(3436,108,12,0),(3437,108,13,0),(3438,108,14,0),(3439,108,15,0),(3440,108,16,0),(3441,108,17,0),(3442,108,18,0),(3443,108,19,0),(3444,108,20,0),(3445,108,21,0),(3446,108,22,0),(3447,108,23,0),(3448,108,24,0),(3449,108,25,0),(3450,108,26,0),(3451,108,27,0),(3452,108,28,0),(3453,108,29,0),(3454,108,30,0.5),(3455,108,31,0.2),(3456,108,32,0),(3457,109,1,0),(3458,109,2,0),(3459,109,3,0),(3460,109,4,0),(3461,109,5,0),(3462,109,6,0),(3463,109,7,0),(3464,109,8,0),(3465,109,9,0),(3466,109,10,0),(3467,109,11,0),(3468,109,12,0),(3469,109,13,0),(3470,109,14,0),(3471,109,15,0),(3472,109,16,0),(3473,109,17,0),(3474,109,18,0),(3475,109,19,0),(3476,109,20,0),(3477,109,21,0),(3478,109,22,0),(3479,109,23,0),(3480,109,24,0),(3481,109,25,0),(3482,109,26,0),(3483,109,27,0),(3484,109,28,0),(3485,109,29,0),(3486,109,30,0),(3487,109,31,0.2),(3488,109,32,0),(3489,110,1,0),(3490,110,2,0),(3491,110,3,0),(3492,110,4,0),(3493,110,5,0),(3494,110,6,0),(3495,110,7,0),(3496,110,8,0),(3497,110,9,0),(3498,110,10,0),(3499,110,11,0),(3500,110,12,0),(3501,110,13,0),(3502,110,14,0),(3503,110,15,0),(3504,110,16,0),(3505,110,17,0),(3506,110,18,0),(3507,110,19,0),(3508,110,20,0),(3509,110,21,0),(3510,110,22,0),(3511,110,23,0),(3512,110,24,0),(3513,110,25,0),(3514,110,26,0),(3515,110,27,0),(3516,110,28,0),(3517,110,29,0),(3518,110,30,0),(3519,110,31,0.4),(3520,110,32,0),(3521,111,1,0),(3522,111,2,0),(3523,111,3,0),(3524,111,4,0),(3525,111,5,0),(3526,111,6,0),(3527,111,7,0),(3528,111,8,0),(3529,111,9,0),(3530,111,10,0),(3531,111,11,0),(3532,111,12,0),(3533,111,13,0),(3534,111,14,0),(3535,111,15,0),(3536,111,16,0),(3537,111,17,0),(3538,111,18,0),(3539,111,19,0),(3540,111,20,0),(3541,111,21,0),(3542,111,22,0),(3543,111,23,0),(3544,111,24,0),(3545,111,25,0),(3546,111,26,0),(3547,111,27,0),(3548,111,28,0),(3549,111,29,0),(3550,111,30,0),(3551,111,31,0.4),(3552,111,32,0),(3553,112,1,0),(3554,112,2,0),(3555,112,3,0),(3556,112,4,0),(3557,112,5,0),(3558,112,6,0),(3559,112,7,0),(3560,112,8,0),(3561,112,9,0),(3562,112,10,0),(3563,112,11,0),(3564,112,12,0),(3565,112,13,0),(3566,112,14,0),(3567,112,15,0),(3568,112,16,0),(3569,112,17,0),(3570,112,18,0),(3571,112,19,0),(3572,112,20,0),(3573,112,21,0),(3574,112,22,0),(3575,112,23,0),(3576,112,24,0),(3577,112,25,0),(3578,112,26,0),(3579,112,27,0),(3580,112,28,0),(3581,112,29,0.5),(3582,112,30,0),(3583,112,31,0),(3584,112,32,0),(3585,113,1,0),(3586,113,2,0),(3587,113,3,0),(3588,113,4,0),(3589,113,5,0),(3590,113,6,0),(3591,113,7,0),(3592,113,8,0),(3593,113,9,0),(3594,113,10,0),(3595,113,11,0),(3596,113,12,0),(3597,113,13,0),(3598,113,14,0),(3599,113,15,0),(3600,113,16,0),(3601,113,17,0),(3602,113,18,0),(3603,113,19,0),(3604,113,20,0),(3605,113,21,0),(3606,113,22,0),(3607,113,23,0),(3608,113,24,0),(3609,113,25,0),(3610,113,26,0),(3611,113,27,0),(3612,113,28,0),(3613,113,29,0.8),(3614,113,30,0),(3615,113,31,0),(3616,113,32,0),(3617,114,1,0),(3618,114,2,0),(3619,114,3,0),(3620,114,4,0),(3621,114,5,0),(3622,114,6,0),(3623,114,7,0),(3624,114,8,0),(3625,114,9,0),(3626,114,10,0),(3627,114,11,0),(3628,114,12,0),(3629,114,13,0),(3630,114,14,0),(3631,114,15,0),(3632,114,16,0),(3633,114,17,0),(3634,114,18,0),(3635,114,19,0),(3636,114,20,0),(3637,114,21,0),(3638,114,22,0),(3639,114,23,0),(3640,114,24,0),(3641,114,25,0),(3642,114,26,0),(3643,114,27,0),(3644,114,28,0),(3645,114,29,0.9),(3646,114,30,0),(3647,114,31,0),(3648,114,32,0),(3649,115,1,0.1),(3650,115,2,0),(3651,115,3,0),(3652,115,4,0.1),(3653,115,5,0),(3654,115,6,0),(3655,115,7,0),(3656,115,8,0.1),(3657,115,9,0.1),(3658,115,10,0.1),(3659,115,11,0.1),(3660,115,12,0),(3661,115,13,0),(3662,115,14,0.05),(3663,115,15,0),(3664,115,16,0),(3665,115,17,0),(3666,115,18,0),(3667,115,19,0),(3668,115,20,0.3),(3669,115,21,0),(3670,115,22,0),(3671,115,23,0),(3672,115,24,0),(3673,115,25,0),(3674,115,26,0),(3675,115,27,0),(3676,115,28,0),(3677,115,29,0),(3678,115,30,0),(3679,115,31,0),(3680,115,32,0),(3681,116,1,0.1),(3682,116,2,0),(3683,116,3,0),(3684,116,4,0.05),(3685,116,5,0),(3686,116,6,0),(3687,116,7,0),(3688,116,8,0.05),(3689,116,9,0.05),(3690,116,10,0.05),(3691,116,11,0.05),(3692,116,12,0),(3693,116,13,0),(3694,116,14,0.1),(3695,116,15,0),(3696,116,16,0),(3697,116,17,0),(3698,116,18,0),(3699,116,19,0),(3700,116,20,0.2),(3701,116,21,0),(3702,116,22,0),(3703,116,23,0),(3704,116,24,0),(3705,116,25,0),(3706,116,26,0),(3707,116,27,0),(3708,116,28,0),(3709,116,29,0),(3710,116,30,0),(3711,116,31,0),(3712,116,32,0),(3713,117,1,0.1),(3714,117,2,0),(3715,117,3,0),(3716,117,4,0.1),(3717,117,5,0),(3718,117,6,0),(3719,117,7,0),(3720,117,8,0.05),(3721,117,9,0.1),(3722,117,10,0.1),(3723,117,11,0.1),(3724,117,12,0),(3725,117,13,0),(3726,117,14,0.02),(3727,117,15,0),(3728,117,16,0),(3729,117,17,0),(3730,117,18,0),(3731,117,19,0),(3732,117,20,0),(3733,117,21,0),(3734,117,22,0),(3735,117,23,0),(3736,117,24,0),(3737,117,25,0),(3738,117,26,0),(3739,117,27,0),(3740,117,28,0),(3741,117,29,0),(3742,117,30,0),(3743,117,31,0),(3744,117,32,0),(3745,118,1,0.1),(3746,118,2,0),(3747,118,3,0),(3748,118,4,0.05),(3749,118,5,0),(3750,118,6,0),(3751,118,7,0),(3752,118,8,0.05),(3753,118,9,0.05),(3754,118,10,0.05),(3755,118,11,0.05),(3756,118,12,0),(3757,118,13,0),(3758,118,14,0),(3759,118,15,0),(3760,118,16,0),(3761,118,17,0),(3762,118,18,0),(3763,118,19,0),(3764,118,20,0.2),(3765,118,21,0),(3766,118,22,0),(3767,118,23,0),(3768,118,24,0),(3769,118,25,0),(3770,118,26,0),(3771,118,27,0),(3772,118,28,0),(3773,118,29,0),(3774,118,30,0),(3775,118,31,0),(3776,118,32,0),(3777,119,1,0),(3778,119,2,0),(3779,119,3,0),(3780,119,4,0),(3781,119,5,0),(3782,119,6,0),(3783,119,7,0),(3784,119,8,0),(3785,119,9,0),(3786,119,10,0),(3787,119,11,0),(3788,119,12,0),(3789,119,13,0),(3790,119,14,0),(3791,119,15,0),(3792,119,16,0),(3793,119,17,0),(3794,119,18,0),(3795,119,19,0),(3796,119,20,0),(3797,119,21,0),(3798,119,22,0),(3799,119,23,0),(3800,119,24,0),(3801,119,25,0),(3802,119,26,0),(3803,119,27,0),(3804,119,28,0),(3805,119,29,0),(3806,119,30,0.97),(3807,119,31,0),(3808,119,32,0);
 /*!40000 ALTER TABLE `aux_cat_threats` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -277,7 +284,7 @@ CREATE TABLE `aux_question_cat` (
   PRIMARY KEY (`id`),
   KEY `V_Cat` (`V_Cat`),
   KEY `Q_Question_ID` (`Q_Question_ID`)
-) ENGINE=MyISAM AUTO_INCREMENT=64081 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=119358 DEFAULT CHARSET=latin1;
 /*!40101 SET character_set_client = @saved_cs_client */;
 
 --
@@ -286,8 +293,9 @@ CREATE TABLE `aux_question_cat` (
 
 LOCK TABLES `aux_question_cat` WRITE;
 /*!40000 ALTER TABLE `aux_question_cat` DISABLE KEYS */;
-INSERT INTO `aux_question_cat` VALUES (1,1,1,0.333333333333333),(2,1,2,0.166666666666667),(3,1,3,0.166666666666667),(4,1,4,0.166666666666667),(5,1,5,0.166666666666667),(6,1,6,0),(7,1,7,0),(8,1,8,0),(9,1,9,0),(10,1,10,0),(11,1,11,0),(12,1,12,0),(13,1,13,0),(14,1,14,0),(15,1,15,0),(16,1,16,0),(17,1,17,0),(18,1,18,0),(19,1,19,0),(20,1,20,0),(21,1,21,0),(22,1,22,0),(23,1,23,0),(24,1,24,0),(25,1,25,0),(26,1,26,0),(27,1,27,0),(28,1,28,0),(29,1,29,0),(30,1,30,0),(31,1,31,0),(32,1,32,0),(33,1,33,0),(34,1,34,0),(35,1,35,0),(36,1,36,0),(37,1,37,0),(38,1,38,0),(39,1,39,0),(40,1,40,0),(41,1,41,0),(42,1,42,0),(43,1,43,0),(44,1,44,0),(45,1,45,0),(46,1,46,0),(47,1,47,0),(48,1,48,0),(49,1,49,0),(50,1,50,0),(51,1,51,0),(52,1,52,0),(53,1,53,0),(54,1,54,0),(55,1,55,0),(56,1,56,0),(57,1,57,0),(58,1,58,0),(59,1,59,0),(60,1,60,0),(61,1,61,0),(62,1,62,0),(63,1,63,0),(64,1,64,0),(65,1,65,0),(66,1,66,0),(67,1,67,0),(68,1,68,0),(69,1,69,0),(70,1,70,0),(71,1,71,0),(72,1,72,0),(73,1,73,0),(74,1,74,0),(75,1,75,0),(76,1,76,0),(77,1,77,0),(78,1,78,0),(79,1,79,0),(80,1,80,0),(81,1,81,0),(82,1,82,0),(83,1,83,0),(84,1,84,0),(85,1,85,0),(86,1,86,0),(87,1,87,0),(88,1,88,0),(89,1,89,0),(90,1,90,0),(91,1,91,0),(92,1,92,0),(93,1,93,0),(94,1,94,0),(95,1,95,0),(96,1,96,0),(97,1,97,0),(98,1,98,0),(99,1,99,0),(100,1,100,0),(101,1,101,0),(102,1,102,0),(103,1,103,0),(104,1,104,0),(105,1,105,0),(106,1,106,0),(107,1,107,0),(108,1,108,0),(109,1,109,0),(110,1,110,0),(111,1,111,0),(112,1,112,0),(113,1,113,0),(114,1,114,0),(115,1,115,0),(116,1,116,0),(117,1,117,0),(118,1,118,0),(119,1,119,0),(120,1,120,0),(121,1,121,0),(122,1,122,0),(123,1,123,0),(124,1,124,0),(125,1,125,0),(126,1,126,0),(127,1,127,0),(128,1,128,0),(129,1,129,0),(130,1,130,0),(131,1,131,0),(132,1,132,0),(133,1,133,0),(134,1,134,0),(135,1,135,0),(136,1,136,0),(137,1,137,0),(138,1,138,0),(139,1,139,0),(140,1,140,0),(141,1,141,0),(142,1,142,0),(143,1,143,0),(144,1,144,0),(145,1,145,0),(146,1,146,0),(147,1,147,0),(148,1,148,0),(149,1,149,0),(150,1,150,0),(151,1,151,0),(152,1,152,0),(153,1,153,0),(154,1,154,0),(155,1,155,0),(156,1,156,0),(157,1,157,0),(158,1,158,0),(159,1,159,0),(160,1,160,0),(161,1,161,0),(162,1,162,0),(163,1,163,0),(164,1,164,0),(165,1,165,0),(166,1,166,0),(167,1,167,0),(168,1,168,0),(169,1,169,0),(170,1,170,0),(171,1,171,0),(172,1,172,0),(173,1,173,0),(174,1,174,0),(175,1,175,0),(176,1,176,0),(177,1,177,0),(178,1,178,0),(179,1,179,0),(180,1,180,0),(181,1,181,0),(182,1,182,0),(183,1,183,0),(184,1,184,0),(185,1,185,0),(186,1,186,0),(187,1,187,0),(188,1,188,0),(189,1,189,0),(190,1,190,0),(191,1,191,0),(192,1,192,0),(193,1,193,0),(194,1,194,0),(195,1,195,0),(196,1,196,0),(197,1,197,0),(198,1,198,0),(199,1,199,0),(200,1,200,0),(201,1,201,0),(202,1,202,0),(203,1,203,0),(204,1,204,0),(205,1,205,0),(206,1,206,0),(207,1,207,0),(208,1,208,0),(209,1,209,0),(210,1,210,0),(211,1,211,0),(212,1,212,0),(213,1,213,0),(214,1,214,0),(215,1,215,0),(216,1,216,0),(217,1,217,0),(218,1,218,0),(219,1,219,0),(220,1,220,0),(221,1,221,0),(222,1,222,0),(223,1,223,0),(224,1,224,0),(225,1,225,0),(226,1,226,0),(227,1,227,0),(228,1,228,0),(229,1,229,0),(230,1,230,0),(231,1,231,0),(232,1,232,0),(233,1,233,0),(234,1,234,0),(235,1,235,0),(236,1,236,0),(237,1,237,0),(238,1,238,0),(239,1,239,0),(240,1,240,0),(241,1,241,0),(242,1,242,0),(243,1,243,0),(244,1,244,0),(245,1,245,0),(246,1,246,0),(247,1,247,0),(248,1,248,0),(249,1,249,0),(250,1,250,0),(251,1,251,0),(252,1,252,0),(253,1,253,0),(254,1,254,0),(255,1,255,0),(256,1,256,0),(257,1,257,0),(258,1,258,0),(259,1,259,0),(260,1,260,0),(261,1,261,0),(262,1,262,0),(263,1,263,0),(264,1,264,0),(265,1,265,0),(266,1,266,0),(267,1,267,0),(268,1,268,0),(269,1,269,0),(270,1,270,0),(271,1,271,0),(272,1,272,0),(273,1,273,0),(274,1,274,0),(275,1,275,0),(276,1,276,0),(277,1,277,0),(278,1,278,0),(279,1,279,0),(280,1,280,0),(281,1,281,0),(282,1,282,0),(283,1,283,0),(284,1,284,0),(285,1,285,0),(286,1,286,0),(287,1,287,0),(288,1,288,0),(289,1,289,0),(290,1,290,0),(291,1,291,0),(292,1,292,0),(293,1,293,0),(294,1,294,0),(295,1,295,0),(296,1,296,0),(297,1,297,0),(298,1,298,0),(299,1,299,0),(300,1,300,0),(301,1,301,0),(302,1,302,0),(303,1,303,0),(304,1,304,0),(305,1,305,0),(306,1,306,0),(307,1,307,0),(308,1,308,0),(309,1,309,0),(310,1,310,0),(311,1,311,0),(312,1,312,0),(313,1,313,0),(314,1,314,0),(315,1,315,0),(316,1,316,0),(317,1,317,0),(318,1,318,0),(319,1,319,0),(320,1,320,0),(321,1,321,0),(322,1,322,0),(323,1,323,0),(324,1,324,0),(325,1,325,0),(326,1,326,0),(327,1,327,0),(328,1,328,0),(329,1,329,0),(330,1,330,0),(331,1,331,0),(332,1,332,0),(333,1,333,0),(334,1,334,0),(335,1,335,0),(336,1,336,0),(337,1,337,0),(338,1,338,0),(339,1,339,0),(340,1,340,0),(341,1,341,0),(342,1,342,0),(343,1,343,0),(344,1,344,0),(345,1,345,0),(346,1,346,0),(347,1,347,0),(348,1,348,0),(349,1,349,0),(350,1,350,0),(351,1,351,0),(352,1,352,0),(353,1,353,0),(354,1,354,0),(355,1,355,0),(356,1,356,0),(357,1,357,0),(358,1,358,0),(359,1,359,0),(360,1,360,0),(361,1,361,0),(362,1,362,0),(363,1,363,0),(364,1,364,0),(365,1,365,0),(366,1,366,0),(367,1,367,0),(368,1,368,0),(369,1,369,0),(370,1,370,0),(371,1,371,0),(372,1,372,0),(373,1,373,0),(374,1,374,0),(375,1,375,0),(376,1,376,0),(377,1,377,0),(378,1,378,0),(379,1,379,0),(380,1,380,0),(381,1,381,0),(382,1,382,0),(383,1,383,0),(384,1,384,0),(385,1,385,0),(386,1,386,0),(387,1,387,0),(388,1,388,0),(389,1,389,0),(390,1,390,0),(391,1,391,0),(392,1,392,0),(393,1,393,0),(394,1,394,0),(395,1,395,0),(396,1,396,0),(397,1,397,0),(398,1,398,0),(399,1,399,0),(400,1,400,0),(401,1,401,0),(402,1,402,0),(403,1,403,0),(404,1,404,0),(405,1,405,0),(406,1,406,0),(407,1,407,0),(408,1,408,0),(409,1,409,0),(410,1,410,0),(411,1,411,0),(412,1,412,0),(413,1,413,0),(414,1,414,0),(415,1,415,0),(416,1,416,0),(417,1,417,0),(418,1,418,0),(419,1,419,0),(420,1,420,0),(421,1,421,0),(422,1,422,0),(423,1,423,0),(424,1,424,0),(425,1,425,0),(426,1,426,0),(427,1,427,0),(428,1,428,0),(429,1,429,0),(430,1,430,0),(431,1,431,0),(432,1,432,0),(433,1,433,0),(434,1,434,0),(435,1,435,0),(436,1,436,0),(437,1,437,0),(438,1,438,0),(439,1,439,0),(440,1,440,0),(441,1,441,0),(442,1,442,0),(443,1,443,0),(444,1,444,0),(445,1,445,0),(446,1,446,0),(447,1,447,0),(448,1,448,0),(449,1,449,0),(450,1,450,0),(451,1,451,0),(452,1,452,0),(453,1,453,0),(454,1,454,0),(455,1,455,0),(456,1,456,0),(457,1,457,0),(458,1,458,0),(459,1,459,0),(460,1,460,0),(461,1,461,0),(462,1,462,0),(463,1,463,0),(464,1,464,0),(465,1,465,0),(466,1,466,0),(467,1,467,0),(468,1,468,0),(469,1,469,0),(470,1,470,0),(471,1,471,0),(472,1,472,0),(473,1,473,0),(474,1,474,0),(475,1,475,0),(476,1,476,0),(477,1,477,0),(478,1,478,0),(479,1,479,0),(480,1,480,0),(481,1,481,0),(482,1,482,0),(483,1,483,0),(484,1,484,0),(485,1,485,0),(486,1,486,0),(487,1,487,0),(488,1,488,0),(489,1,489,0),(490,1,490,0),(491,1,491,0),(492,1,492,0),(493,1,493,0),(494,1,494,0),(495,1,495,0),(496,1,496,0),(497,1,497,0),(498,1,498,0),(499,1,499,0),(500,1,500,0),(501,1,501,0),(502,1,502,0),(503,1,503,0),(504,1,504,0),(505,1,505,0),(506,1,506,0),(507,1,507,0),(508,1,508,0),(509,1,509,0),(510,1,510,0),(511,1,511,0),(512,1,512,0),(513,1,513,0),(514,1,514,0),(515,1,515,0),(516,1,516,0),(517,1,517,0),(518,1,518,0),(519,1,519,0),(520,1,520,0),(521,1,521,0),(522,1,522,0),(523,1,523,0),(524,1,524,0),(525,1,525,0),(526,1,526,0),(527,1,527,0),(528,1,528,0),(529,1,529,0),(530,1,530,0),(531,1,531,0),(532,1,532,0),(533,1,533,0),(534,1,534,0),(535,2,1,0),(536,2,2,0),(537,2,3,0),(538,2,4,0),(539,2,5,0),(540,2,6,0.214285714285714),(541,2,7,0.214285714285714),(542,2,8,0.357142857142857),(543,2,9,0.214285714285714),(544,2,10,0),(545,2,11,0),(546,2,12,0),(547,2,13,0),(548,2,14,0),(549,2,15,0),(550,2,16,0),(551,2,17,0),(552,2,18,0),(553,2,19,0),(554,2,20,0),(555,2,21,0),(556,2,22,0),(557,2,23,0),(558,2,24,0),(559,2,25,0),(560,2,26,0),(561,2,27,0),(562,2,28,0),(563,2,29,0),(564,2,30,0),(565,2,31,0),(566,2,32,0),(567,2,33,0),(568,2,34,0),(569,2,35,0),(570,2,36,0),(571,2,37,0),(572,2,38,0),(573,2,39,0),(574,2,40,0),(575,2,41,0),(576,2,42,0),(577,2,43,0),(578,2,44,0),(579,2,45,0),(580,2,46,0),(581,2,47,0),(582,2,48,0),(583,2,49,0),(584,2,50,0),(585,2,51,0),(586,2,52,0),(587,2,53,0),(588,2,54,0),(589,2,55,0),(590,2,56,0),(591,2,57,0),(592,2,58,0),(593,2,59,0),(594,2,60,0),(595,2,61,0),(596,2,62,0),(597,2,63,0),(598,2,64,0),(599,2,65,0),(600,2,66,0),(601,2,67,0),(602,2,68,0),(603,2,69,0),(604,2,70,0),(605,2,71,0),(606,2,72,0),(607,2,73,0),(608,2,74,0),(609,2,75,0),(610,2,76,0),(611,2,77,0),(612,2,78,0),(613,2,79,0),(614,2,80,0),(615,2,81,0),(616,2,82,0),(617,2,83,0),(618,2,84,0),(619,2,85,0),(620,2,86,0),(621,2,87,0),(622,2,88,0),(623,2,89,0),(624,2,90,0),(625,2,91,0),(626,2,92,0),(627,2,93,0),(628,2,94,0),(629,2,95,0),(630,2,96,0),(631,2,97,0),(632,2,98,0),(633,2,99,0),(634,2,100,0),(635,2,101,0),(636,2,102,0),(637,2,103,0),(638,2,104,0),(639,2,105,0),(640,2,106,0),(641,2,107,0),(642,2,108,0),(643,2,109,0),(644,2,110,0),(645,2,111,0),(646,2,112,0),(647,2,113,0),(648,2,114,0),(649,2,115,0),(650,2,116,0),(651,2,117,0),(652,2,118,0),(653,2,119,0),(654,2,120,0),(655,2,121,0),(656,2,122,0),(657,2,123,0),(658,2,124,0),(659,2,125,0),(660,2,126,0),(661,2,127,0),(662,2,128,0),(663,2,129,0),(664,2,130,0),(665,2,131,0),(666,2,132,0),(667,2,133,0),(668,2,134,0),(669,2,135,0),(670,2,136,0),(671,2,137,0),(672,2,138,0),(673,2,139,0),(674,2,140,0),(675,2,141,0),(676,2,142,0),(677,2,143,0),(678,2,144,0),(679,2,145,0),(680,2,146,0),(681,2,147,0),(682,2,148,0),(683,2,149,0),(684,2,150,0),(685,2,151,0),(686,2,152,0),(687,2,153,0),(688,2,154,0),(689,2,155,0),(690,2,156,0),(691,2,157,0),(692,2,158,0),(693,2,159,0),(694,2,160,0),(695,2,161,0),(696,2,162,0),(697,2,163,0),(698,2,164,0),(699,2,165,0),(700,2,166,0),(701,2,167,0),(702,2,168,0),(703,2,169,0),(704,2,170,0),(705,2,171,0),(706,2,172,0),(707,2,173,0),(708,2,174,0),(709,2,175,0),(710,2,176,0),(711,2,177,0),(712,2,178,0),(713,2,179,0),(714,2,180,0),(715,2,181,0),(716,2,182,0),(717,2,183,0),(718,2,184,0),(719,2,185,0),(720,2,186,0),(721,2,187,0),(722,2,188,0),(723,2,189,0),(724,2,190,0),(725,2,191,0),(726,2,192,0),(727,2,193,0),(728,2,194,0),(729,2,195,0),(730,2,196,0),(731,2,197,0),(732,2,198,0),(733,2,199,0),(734,2,200,0),(735,2,201,0),(736,2,202,0),(737,2,203,0),(738,2,204,0),(739,2,205,0),(740,2,206,0),(741,2,207,0),(742,2,208,0),(743,2,209,0),(744,2,210,0),(745,2,211,0),(746,2,212,0),(747,2,213,0),(748,2,214,0),(749,2,215,0),(750,2,216,0),(751,2,217,0),(752,2,218,0),(753,2,219,0),(754,2,220,0),(755,2,221,0),(756,2,222,0),(757,2,223,0),(758,2,224,0),(759,2,225,0),(760,2,226,0),(761,2,227,0),(762,2,228,0),(763,2,229,0),(764,2,230,0),(765,2,231,0),(766,2,232,0),(767,2,233,0),(768,2,234,0),(769,2,235,0),(770,2,236,0),(771,2,237,0),(772,2,238,0),(773,2,239,0),(774,2,240,0),(775,2,241,0),(776,2,242,0),(777,2,243,0),(778,2,244,0),(779,2,245,0),(780,2,246,0),(781,2,247,0),(782,2,248,0),(783,2,249,0),(784,2,250,0),(785,2,251,0),(786,2,252,0),(787,2,253,0),(788,2,254,0),(789,2,255,0),(790,2,256,0),(791,2,257,0),(792,2,258,0),(793,2,259,0),(794,2,260,0),(795,2,261,0),(796,2,262,0),(797,2,263,0),(798,2,264,0),(799,2,265,0),(800,2,266,0),(801,2,267,0),(802,2,268,0),(803,2,269,0),(804,2,270,0),(805,2,271,0),(806,2,272,0),(807,2,273,0),(808,2,274,0),(809,2,275,0),(810,2,276,0),(811,2,277,0),(812,2,278,0),(813,2,279,0),(814,2,280,0),(815,2,281,0),(816,2,282,0),(817,2,283,0),(818,2,284,0),(819,2,285,0),(820,2,286,0),(821,2,287,0),(822,2,288,0),(823,2,289,0),(824,2,290,0),(825,2,291,0),(826,2,292,0),(827,2,293,0),(828,2,294,0),(829,2,295,0),(830,2,296,0),(831,2,297,0),(832,2,298,0),(833,2,299,0),(834,2,300,0),(835,2,301,0),(836,2,302,0),(837,2,303,0),(838,2,304,0),(839,2,305,0),(840,2,306,0),(841,2,307,0),(842,2,308,0),(843,2,309,0),(844,2,310,0),(845,2,311,0),(846,2,312,0),(847,2,313,0),(848,2,314,0),(849,2,315,0),(850,2,316,0),(851,2,317,0),(852,2,318,0),(853,2,319,0),(854,2,320,0),(855,2,321,0),(856,2,322,0),(857,2,323,0),(858,2,324,0),(859,2,325,0),(860,2,326,0),(861,2,327,0),(862,2,328,0),(863,2,329,0),(864,2,330,0),(865,2,331,0),(866,2,332,0),(867,2,333,0),(868,2,334,0),(869,2,335,0),(870,2,336,0),(871,2,337,0),(872,2,338,0),(873,2,339,0),(874,2,340,0),(875,2,341,0),(876,2,342,0),(877,2,343,0),(878,2,344,0),(879,2,345,0),(880,2,346,0),(881,2,347,0),(882,2,348,0),(883,2,349,0),(884,2,350,0),(885,2,351,0),(886,2,352,0),(887,2,353,0),(888,2,354,0),(889,2,355,0),(890,2,356,0),(891,2,357,0),(892,2,358,0),(893,2,359,0),(894,2,360,0),(895,2,361,0),(896,2,362,0),(897,2,363,0),(898,2,364,0),(899,2,365,0),(900,2,366,0),(901,2,367,0),(902,2,368,0),(903,2,369,0),(904,2,370,0),(905,2,371,0),(906,2,372,0),(907,2,373,0),(908,2,374,0),(909,2,375,0),(910,2,376,0),(911,2,377,0),(912,2,378,0),(913,2,379,0),(914,2,380,0),(915,2,381,0),(916,2,382,0),(917,2,383,0),(918,2,384,0),(919,2,385,0),(920,2,386,0),(921,2,387,0),(922,2,388,0),(923,2,389,0),(924,2,390,0),(925,2,391,0),(926,2,392,0),(927,2,393,0),(928,2,394,0),(929,2,395,0),(930,2,396,0),(931,2,397,0),(932,2,398,0),(933,2,399,0),(934,2,400,0),(935,2,401,0),(936,2,402,0),(937,2,403,0),(938,2,404,0),(939,2,405,0),(940,2,406,0),(941,2,407,0),(942,2,408,0),(943,2,409,0),(944,2,410,0),(945,2,411,0),(946,2,412,0),(947,2,413,0),(948,2,414,0),(949,2,415,0),(950,2,416,0),(951,2,417,0),(952,2,418,0),(953,2,419,0),(954,2,420,0),(955,2,421,0),(956,2,422,0),(957,2,423,0),(958,2,424,0),(959,2,425,0),(960,2,426,0),(961,2,427,0),(962,2,428,0),(963,2,429,0),(964,2,430,0),(965,2,431,0),(966,2,432,0),(967,2,433,0),(968,2,434,0),(969,2,435,0),(970,2,436,0),(971,2,437,0),(972,2,438,0),(973,2,439,0),(974,2,440,0),(975,2,441,0),(976,2,442,0),(977,2,443,0),(978,2,444,0),(979,2,445,0),(980,2,446,0),(981,2,447,0),(982,2,448,0),(983,2,449,0),(984,2,450,0),(985,2,451,0),(986,2,452,0),(987,2,453,0),(988,2,454,0),(989,2,455,0),(990,2,456,0),(991,2,457,0),(992,2,458,0),(993,2,459,0),(994,2,460,0),(995,2,461,0),(996,2,462,0),(997,2,463,0),(998,2,464,0),(999,2,465,0),(1000,2,466,0),(1001,2,467,0),(1002,2,468,0),(1003,2,469,0),(1004,2,470,0),(1005,2,471,0),(1006,2,472,0),(1007,2,473,0),(1008,2,474,0),(1009,2,475,0),(1010,2,476,0),(1011,2,477,0),(1012,2,478,0),(1013,2,479,0),(1014,2,480,0),(1015,2,481,0),(1016,2,482,0),(1017,2,483,0),(1018,2,484,0),(1019,2,485,0),(1020,2,486,0),(1021,2,487,0),(1022,2,488,0),(1023,2,489,0),(1024,2,490,0),(1025,2,491,0),(1026,2,492,0),(1027,2,493,0),(1028,2,494,0),(1029,2,495,0),(1030,2,496,0),(1031,2,497,0),(1032,2,498,0),(1033,2,499,0),(1034,2,500,0),(1035,2,501,0),(1036,2,502,0),(1037,2,503,0),(1038,2,504,0),(1039,2,505,0),(1040,2,506,0),(1041,2,507,0),(1042,2,508,0),(1043,2,509,0),(1044,2,510,0),(1045,2,511,0),(1046,2,512,0),(1047,2,513,0),(1048,2,514,0),(1049,2,515,0),(1050,2,516,0),(1051,2,517,0),(1052,2,518,0),(1053,2,519,0),(1054,2,520,0),(1055,2,521,0),(1056,2,522,0),(1057,2,523,0),(1058,2,524,0),(1059,2,525,0),(1060,2,526,0),(1061,2,527,0),(1062,2,528,0),(1063,2,529,0),(1064,2,530,0),(1065,2,531,0),(1066,2,532,0),(1067,2,533,0),(1068,2,534,0),(1069,3,1,0),(1070,3,2,0),(1071,3,3,0),(1072,3,4,0),(1073,3,5,0),(1074,3,6,0),(1075,3,7,0),(1076,3,8,0),(1077,3,9,0),(1078,3,10,0.5),(1079,3,11,0.35),(1080,3,12,0.15),(1081,3,13,0),(1082,3,14,0),(1083,3,15,0),(1084,3,16,0),(1085,3,17,0),(1086,3,18,0),(1087,3,19,0),(1088,3,20,0),(1089,3,21,0),(1090,3,22,0),(1091,3,23,0),(1092,3,24,0),(1093,3,25,0),(1094,3,26,0),(1095,3,27,0),(1096,3,28,0),(1097,3,29,0),(1098,3,30,0),(1099,3,31,0),(1100,3,32,0),(1101,3,33,0),(1102,3,34,0),(1103,3,35,0),(1104,3,36,0),(1105,3,37,0),(1106,3,38,0),(1107,3,39,0),(1108,3,40,0),(1109,3,41,0),(1110,3,42,0),(1111,3,43,0),(1112,3,44,0),(1113,3,45,0),(1114,3,46,0),(1115,3,47,0),(1116,3,48,0),(1117,3,49,0),(1118,3,50,0),(1119,3,51,0),(1120,3,52,0),(1121,3,53,0),(1122,3,54,0),(1123,3,55,0),(1124,3,56,0),(1125,3,57,0),(1126,3,58,0),(1127,3,59,0),(1128,3,60,0),(1129,3,61,0),(1130,3,62,0),(1131,3,63,0),(1132,3,64,0),(1133,3,65,0),(1134,3,66,0),(1135,3,67,0),(1136,3,68,0),(1137,3,69,0),(1138,3,70,0),(1139,3,71,0),(1140,3,72,0),(1141,3,73,0),(1142,3,74,0),(1143,3,75,0),(1144,3,76,0),(1145,3,77,0),(1146,3,78,0),(1147,3,79,0),(1148,3,80,0),(1149,3,81,0),(1150,3,82,0),(1151,3,83,0),(1152,3,84,0),(1153,3,85,0),(1154,3,86,0),(1155,3,87,0),(1156,3,88,0),(1157,3,89,0),(1158,3,90,0),(1159,3,91,0),(1160,3,92,0),(1161,3,93,0),(1162,3,94,0),(1163,3,95,0),(1164,3,96,0),(1165,3,97,0),(1166,3,98,0),(1167,3,99,0),(1168,3,100,0),(1169,3,101,0),(1170,3,102,0),(1171,3,103,0),(1172,3,104,0),(1173,3,105,0),(1174,3,106,0),(1175,3,107,0),(1176,3,108,0),(1177,3,109,0),(1178,3,110,0),(1179,3,111,0),(1180,3,112,0),(1181,3,113,0),(1182,3,114,0),(1183,3,115,0),(1184,3,116,0),(1185,3,117,0),(1186,3,118,0),(1187,3,119,0),(1188,3,120,0),(1189,3,121,0),(1190,3,122,0),(1191,3,123,0),(1192,3,124,0),(1193,3,125,0),(1194,3,126,0),(1195,3,127,0),(1196,3,128,0),(1197,3,129,0),(1198,3,130,0),(1199,3,131,0),(1200,3,132,0),(1201,3,133,0),(1202,3,134,0),(1203,3,135,0),(1204,3,136,0),(1205,3,137,0),(1206,3,138,0),(1207,3,139,0),(1208,3,140,0),(1209,3,141,0),(1210,3,142,0),(1211,3,143,0),(1212,3,144,0),(1213,3,145,0),(1214,3,146,0),(1215,3,147,0),(1216,3,148,0),(1217,3,149,0),(1218,3,150,0),(1219,3,151,0),(1220,3,152,0),(1221,3,153,0),(1222,3,154,0),(1223,3,155,0),(1224,3,156,0),(1225,3,157,0),(1226,3,158,0),(1227,3,159,0),(1228,3,160,0),(1229,3,161,0),(1230,3,162,0),(1231,3,163,0),(1232,3,164,0),(1233,3,165,0),(1234,3,166,0),(1235,3,167,0),(1236,3,168,0),(1237,3,169,0),(1238,3,170,0),(1239,3,171,0),(1240,3,172,0),(1241,3,173,0),(1242,3,174,0),(1243,3,175,0),(1244,3,176,0),(1245,3,177,0),(1246,3,178,0),(1247,3,179,0),(1248,3,180,0),(1249,3,181,0),(1250,3,182,0),(1251,3,183,0),(1252,3,184,0),(1253,3,185,0),(1254,3,186,0),(1255,3,187,0),(1256,3,188,0),(1257,3,189,0),(1258,3,190,0),(1259,3,191,0),(1260,3,192,0),(1261,3,193,0),(1262,3,194,0),(1263,3,195,0),(1264,3,196,0),(1265,3,197,0),(1266,3,198,0),(1267,3,199,0),(1268,3,200,0),(1269,3,201,0),(1270,3,202,0),(1271,3,203,0),(1272,3,204,0),(1273,3,205,0),(1274,3,206,0),(1275,3,207,0),(1276,3,208,0),(1277,3,209,0),(1278,3,210,0),(1279,3,211,0),(1280,3,212,0),(1281,3,213,0),(1282,3,214,0),(1283,3,215,0),(1284,3,216,0),(1285,3,217,0),(1286,3,218,0),(1287,3,219,0),(1288,3,220,0),(1289,3,221,0),(1290,3,222,0),(1291,3,223,0),(1292,3,224,0),(1293,3,225,0),(1294,3,226,0),(1295,3,227,0),(1296,3,228,0),(1297,3,229,0),(1298,3,230,0),(1299,3,231,0),(1300,3,232,0),(1301,3,233,0),(1302,3,234,0),(1303,3,235,0),(1304,3,236,0),(1305,3,237,0),(1306,3,238,0),(1307,3,239,0),(1308,3,240,0),(1309,3,241,0),(1310,3,242,0),(1311,3,243,0),(1312,3,244,0),(1313,3,245,0),(1314,3,246,0),(1315,3,247,0),(1316,3,248,0),(1317,3,249,0),(1318,3,250,0),(1319,3,251,0),(1320,3,252,0),(1321,3,253,0),(1322,3,254,0),(1323,3,255,0),(1324,3,256,0),(1325,3,257,0),(1326,3,258,0),(1327,3,259,0),(1328,3,260,0),(1329,3,261,0),(1330,3,262,0),(1331,3,263,0),(1332,3,264,0),(1333,3,265,0),(1334,3,266,0),(1335,3,267,0),(1336,3,268,0),(1337,3,269,0),(1338,3,270,0),(1339,3,271,0),(1340,3,272,0),(1341,3,273,0),(1342,3,274,0),(1343,3,275,0),(1344,3,276,0),(1345,3,277,0),(1346,3,278,0),(1347,3,279,0),(1348,3,280,0),(1349,3,281,0),(1350,3,282,0),(1351,3,283,0),(1352,3,284,0),(1353,3,285,0),(1354,3,286,0),(1355,3,287,0),(1356,3,288,0),(1357,3,289,0),(1358,3,290,0),(1359,3,291,0),(1360,3,292,0),(1361,3,293,0),(1362,3,294,0),(1363,3,295,0),(1364,3,296,0),(1365,3,297,0),(1366,3,298,0),(1367,3,299,0),(1368,3,300,0),(1369,3,301,0),(1370,3,302,0),(1371,3,303,0),(1372,3,304,0),(1373,3,305,0),(1374,3,306,0),(1375,3,307,0),(1376,3,308,0),(1377,3,309,0),(1378,3,310,0),(1379,3,311,0),(1380,3,312,0),(1381,3,313,0),(1382,3,314,0),(1383,3,315,0),(1384,3,316,0),(1385,3,317,0),(1386,3,318,0),(1387,3,319,0),(1388,3,320,0),(1389,3,321,0),(1390,3,322,0),(1391,3,323,0),(1392,3,324,0),(1393,3,325,0),(1394,3,326,0),(1395,3,327,0),(1396,3,328,0),(1397,3,329,0),(1398,3,330,0),(1399,3,331,0),(1400,3,332,0),(1401,3,333,0),(1402,3,334,0),(1403,3,335,0),(1404,3,336,0),(1405,3,337,0),(1406,3,338,0),(1407,3,339,0),(1408,3,340,0),(1409,3,341,0),(1410,3,342,0),(1411,3,343,0),(1412,3,344,0),(1413,3,345,0),(1414,3,346,0),(1415,3,347,0),(1416,3,348,0),(1417,3,349,0),(1418,3,350,0),(1419,3,351,0),(1420,3,352,0),(1421,3,353,0),(1422,3,354,0),(1423,3,355,0),(1424,3,356,0),(1425,3,357,0),(1426,3,358,0),(1427,3,359,0),(1428,3,360,0),(1429,3,361,0),(1430,3,362,0),(1431,3,363,0),(1432,3,364,0),(1433,3,365,0),(1434,3,366,0),(1435,3,367,0),(1436,3,368,0),(1437,3,369,0),(1438,3,370,0),(1439,3,371,0),(1440,3,372,0),(1441,3,373,0),(1442,3,374,0),(1443,3,375,0),(1444,3,376,0),(1445,3,377,0),(1446,3,378,0),(1447,3,379,0),(1448,3,380,0),(1449,3,381,0),(1450,3,382,0),(1451,3,383,0),(1452,3,384,0),(1453,3,385,0),(1454,3,386,0),(1455,3,387,0),(1456,3,388,0),(1457,3,389,0),(1458,3,390,0),(1459,3,391,0),(1460,3,392,0),(1461,3,393,0),(1462,3,394,0),(1463,3,395,0),(1464,3,396,0),(1465,3,397,0),(1466,3,398,0),(1467,3,399,0),(1468,3,400,0),(1469,3,401,0),(1470,3,402,0),(1471,3,403,0),(1472,3,404,0),(1473,3,405,0),(1474,3,406,0),(1475,3,407,0),(1476,3,408,0),(1477,3,409,0),(1478,3,410,0),(1479,3,411,0),(1480,3,412,0),(1481,3,413,0),(1482,3,414,0),(1483,3,415,0),(1484,3,416,0),(1485,3,417,0),(1486,3,418,0),(1487,3,419,0),(1488,3,420,0),(1489,3,421,0),(1490,3,422,0),(1491,3,423,0),(1492,3,424,0),(1493,3,425,0),(1494,3,426,0),(1495,3,427,0),(1496,3,428,0),(1497,3,429,0),(1498,3,430,0),(1499,3,431,0),(1500,3,432,0),(1501,3,433,0),(1502,3,434,0),(1503,3,435,0),(1504,3,436,0),(1505,3,437,0),(1506,3,438,0),(1507,3,439,0),(1508,3,440,0),(1509,3,441,0),(1510,3,442,0),(1511,3,443,0),(1512,3,444,0),(1513,3,445,0),(1514,3,446,0),(1515,3,447,0),(1516,3,448,0),(1517,3,449,0),(1518,3,450,0),(1519,3,451,0),(1520,3,452,0),(1521,3,453,0),(1522,3,454,0),(1523,3,455,0),(1524,3,456,0),(1525,3,457,0),(1526,3,458,0),(1527,3,459,0),(1528,3,460,0),(1529,3,461,0),(1530,3,462,0),(1531,3,463,0),(1532,3,464,0),(1533,3,465,0),(1534,3,466,0),(1535,3,467,0),(1536,3,468,0),(1537,3,469,0),(1538,3,470,0),(1539,3,471,0),(1540,3,472,0),(1541,3,473,0),(1542,3,474,0),(1543,3,475,0),(1544,3,476,0),(1545,3,477,0),(1546,3,478,0),(1547,3,479,0),(1548,3,480,0),(1549,3,481,0),(1550,3,482,0),(1551,3,483,0),(1552,3,484,0),(1553,3,485,0),(1554,3,486,0),(1555,3,487,0),(1556,3,488,0),(1557,3,489,0),(1558,3,490,0),(1559,3,491,0),(1560,3,492,0),(1561,3,493,0),(1562,3,494,0),(1563,3,495,0),(1564,3,496,0),(1565,3,497,0),(1566,3,498,0),(1567,3,499,0),(1568,3,500,0),(1569,3,501,0),(1570,3,502,0),(1571,3,503,0),(1572,3,504,0),(1573,3,505,0),(1574,3,506,0),(1575,3,507,0),(1576,3,508,0),(1577,3,509,0),(1578,3,510,0),(1579,3,511,0),(1580,3,512,0),(1581,3,513,0),(1582,3,514,0),(1583,3,515,0),(1584,3,516,0),(1585,3,517,0),(1586,3,518,0),(1587,3,519,0),(1588,3,520,0),(1589,3,521,0),(1590,3,522,0),(1591,3,523,0),(1592,3,524,0),(1593,3,525,0),(1594,3,526,0),(1595,3,527,0),(1596,3,528,0),(1597,3,529,0),(1598,3,530,0),(1599,3,531,0),(1600,3,532,0),(1601,3,533,0),(1602,3,534,0),(1603,4,1,0),(1604,4,2,0),(1605,4,3,0),(1606,4,4,0),(1607,4,5,0),(1608,4,6,0),(1609,4,7,0),(1610,4,8,0),(1611,4,9,0),(1612,4,10,0),(1613,4,11,0),(1614,4,12,0),(1615,4,13,0.588235294117647),(1616,4,14,0.411764705882353),(1617,4,15,0),(1618,4,16,0),(1619,4,17,0),(1620,4,18,0),(1621,4,19,0),(1622,4,20,0),(1623,4,21,0),(1624,4,22,0),(1625,4,23,0),(1626,4,24,0),(1627,4,25,0),(1628,4,26,0),(1629,4,27,0),(1630,4,28,0),(1631,4,29,0),(1632,4,30,0),(1633,4,31,0),(1634,4,32,0),(1635,4,33,0),(1636,4,34,0),(1637,4,35,0),(1638,4,36,0),(1639,4,37,0),(1640,4,38,0),(1641,4,39,0),(1642,4,40,0),(1643,4,41,0),(1644,4,42,0),(1645,4,43,0),(1646,4,44,0),(1647,4,45,0),(1648,4,46,0),(1649,4,47,0),(1650,4,48,0),(1651,4,49,0),(1652,4,50,0),(1653,4,51,0),(1654,4,52,0),(1655,4,53,0),(1656,4,54,0),(1657,4,55,0),(1658,4,56,0),(1659,4,57,0),(1660,4,58,0),(1661,4,59,0),(1662,4,60,0),(1663,4,61,0),(1664,4,62,0),(1665,4,63,0),(1666,4,64,0),(1667,4,65,0),(1668,4,66,0),(1669,4,67,0),(1670,4,68,0),(1671,4,69,0),(1672,4,70,0),(1673,4,71,0),(1674,4,72,0),(1675,4,73,0),(1676,4,74,0),(1677,4,75,0),(1678,4,76,0),(1679,4,77,0),(1680,4,78,0),(1681,4,79,0),(1682,4,80,0),(1683,4,81,0),(1684,4,82,0),(1685,4,83,0),(1686,4,84,0),(1687,4,85,0),(1688,4,86,0),(1689,4,87,0),(1690,4,88,0),(1691,4,89,0),(1692,4,90,0),(1693,4,91,0),(1694,4,92,0),(1695,4,93,0),(1696,4,94,0),(1697,4,95,0),(1698,4,96,0),(1699,4,97,0),(1700,4,98,0),(1701,4,99,0),(1702,4,100,0),(1703,4,101,0),(1704,4,102,0),(1705,4,103,0),(1706,4,104,0),(1707,4,105,0),(1708,4,106,0),(1709,4,107,0),(1710,4,108,0),(1711,4,109,0),(1712,4,110,0),(1713,4,111,0),(1714,4,112,0),(1715,4,113,0),(1716,4,114,0),(1717,4,115,0),(1718,4,116,0),(1719,4,117,0),(1720,4,118,0),(1721,4,119,0),(1722,4,120,0),(1723,4,121,0),(1724,4,122,0),(1725,4,123,0),(1726,4,124,0),(1727,4,125,0),(1728,4,126,0),(1729,4,127,0),(1730,4,128,0),(1731,4,129,0),(1732,4,130,0),(1733,4,131,0),(1734,4,132,0),(1735,4,133,0),(1736,4,134,0),(1737,4,135,0),(1738,4,136,0),(1739,4,137,0),(1740,4,138,0),(1741,4,139,0),(1742,4,140,0),(1743,4,141,0),(1744,4,142,0),(1745,4,143,0),(1746,4,144,0),(1747,4,145,0),(1748,4,146,0),(1749,4,147,0),(1750,4,148,0),(1751,4,149,0),(1752,4,150,0),(1753,4,151,0),(1754,4,152,0),(1755,4,153,0),(1756,4,154,0),(1757,4,155,0),(1758,4,156,0),(1759,4,157,0),(1760,4,158,0),(1761,4,159,0),(1762,4,160,0),(1763,4,161,0),(1764,4,162,0),(1765,4,163,0),(1766,4,164,0),(1767,4,165,0),(1768,4,166,0),(1769,4,167,0),(1770,4,168,0),(1771,4,169,0),(1772,4,170,0),(1773,4,171,0),(1774,4,172,0),(1775,4,173,0),(1776,4,174,0),(1777,4,175,0),(1778,4,176,0),(1779,4,177,0),(1780,4,178,0),(1781,4,179,0),(1782,4,180,0),(1783,4,181,0),(1784,4,182,0),(1785,4,183,0),(1786,4,184,0),(1787,4,185,0),(1788,4,186,0),(1789,4,187,0),(1790,4,188,0),(1791,4,189,0),(1792,4,190,0),(1793,4,191,0),(1794,4,192,0),(1795,4,193,0),(1796,4,194,0),(1797,4,195,0),(1798,4,196,0),(1799,4,197,0),(1800,4,198,0),(1801,4,199,0),(1802,4,200,0),(1803,4,201,0),(1804,4,202,0),(1805,4,203,0),(1806,4,204,0),(1807,4,205,0),(1808,4,206,0),(1809,4,207,0),(1810,4,208,0),(1811,4,209,0),(1812,4,210,0),(1813,4,211,0),(1814,4,212,0),(1815,4,213,0),(1816,4,214,0),(1817,4,215,0),(1818,4,216,0),(1819,4,217,0),(1820,4,218,0),(1821,4,219,0),(1822,4,220,0),(1823,4,221,0),(1824,4,222,0),(1825,4,223,0),(1826,4,224,0),(1827,4,225,0),(1828,4,226,0),(1829,4,227,0),(1830,4,228,0),(1831,4,229,0),(1832,4,230,0),(1833,4,231,0),(1834,4,232,0),(1835,4,233,0),(1836,4,234,0),(1837,4,235,0),(1838,4,236,0),(1839,4,237,0),(1840,4,238,0),(1841,4,239,0),(1842,4,240,0),(1843,4,241,0),(1844,4,242,0),(1845,4,243,0),(1846,4,244,0),(1847,4,245,0),(1848,4,246,0),(1849,4,247,0),(1850,4,248,0),(1851,4,249,0),(1852,4,250,0),(1853,4,251,0),(1854,4,252,0),(1855,4,253,0),(1856,4,254,0),(1857,4,255,0),(1858,4,256,0),(1859,4,257,0),(1860,4,258,0),(1861,4,259,0),(1862,4,260,0),(1863,4,261,0),(1864,4,262,0),(1865,4,263,0),(1866,4,264,0),(1867,4,265,0),(1868,4,266,0),(1869,4,267,0),(1870,4,268,0),(1871,4,269,0),(1872,4,270,0),(1873,4,271,0),(1874,4,272,0),(1875,4,273,0),(1876,4,274,0),(1877,4,275,0),(1878,4,276,0),(1879,4,277,0),(1880,4,278,0),(1881,4,279,0),(1882,4,280,0),(1883,4,281,0),(1884,4,282,0),(1885,4,283,0),(1886,4,284,0),(1887,4,285,0),(1888,4,286,0),(1889,4,287,0),(1890,4,288,0),(1891,4,289,0),(1892,4,290,0),(1893,4,291,0),(1894,4,292,0),(1895,4,293,0),(1896,4,294,0),(1897,4,295,0),(1898,4,296,0),(1899,4,297,0),(1900,4,298,0),(1901,4,299,0),(1902,4,300,0),(1903,4,301,0),(1904,4,302,0),(1905,4,303,0),(1906,4,304,0),(1907,4,305,0),(1908,4,306,0),(1909,4,307,0),(1910,4,308,0),(1911,4,309,0),(1912,4,310,0),(1913,4,311,0),(1914,4,312,0),(1915,4,313,0),(1916,4,314,0),(1917,4,315,0),(1918,4,316,0),(1919,4,317,0),(1920,4,318,0),(1921,4,319,0),(1922,4,320,0),(1923,4,321,0),(1924,4,322,0),(1925,4,323,0),(1926,4,324,0),(1927,4,325,0),(1928,4,326,0),(1929,4,327,0),(1930,4,328,0),(1931,4,329,0),(1932,4,330,0),(1933,4,331,0),(1934,4,332,0),(1935,4,333,0),(1936,4,334,0),(1937,4,335,0),(1938,4,336,0),(1939,4,337,0),(1940,4,338,0),(1941,4,339,0),(1942,4,340,0),(1943,4,341,0),(1944,4,342,0),(1945,4,343,0),(1946,4,344,0),(1947,4,345,0),(1948,4,346,0),(1949,4,347,0),(1950,4,348,0),(1951,4,349,0),(1952,4,350,0),(1953,4,351,0),(1954,4,352,0),(1955,4,353,0),(1956,4,354,0),(1957,4,355,0),(1958,4,356,0),(1959,4,357,0),(1960,4,358,0),(1961,4,359,0),(1962,4,360,0),(1963,4,361,0),(1964,4,362,0),(1965,4,363,0),(1966,4,364,0),(1967,4,365,0),(1968,4,366,0),(1969,4,367,0),(1970,4,368,0),(1971,4,369,0),(1972,4,370,0),(1973,4,371,0),(1974,4,372,0),(1975,4,373,0),(1976,4,374,0),(1977,4,375,0),(1978,4,376,0),(1979,4,377,0),(1980,4,378,0),(1981,4,379,0),(1982,4,380,0),(1983,4,381,0),(1984,4,382,0),(1985,4,383,0),(1986,4,384,0),(1987,4,385,0),(1988,4,386,0),(1989,4,387,0),(1990,4,388,0),(1991,4,389,0),(1992,4,390,0),(1993,4,391,0),(1994,4,392,0),(1995,4,393,0),(1996,4,394,0),(1997,4,395,0),(1998,4,396,0),(1999,4,397,0),(2000,4,398,0),(2001,4,399,0),(2002,4,400,0),(2003,4,401,0),(2004,4,402,0),(2005,4,403,0),(2006,4,404,0),(2007,4,405,0),(2008,4,406,0),(2009,4,407,0),(2010,4,408,0),(2011,4,409,0),(2012,4,410,0),(2013,4,411,0),(2014,4,412,0),(2015,4,413,0),(2016,4,414,0),(2017,4,415,0),(2018,4,416,0),(2019,4,417,0),(2020,4,418,0),(2021,4,419,0),(2022,4,420,0),(2023,4,421,0),(2024,4,422,0),(2025,4,423,0),(2026,4,424,0),(2027,4,425,0),(2028,4,426,0),(2029,4,427,0),(2030,4,428,0),(2031,4,429,0),(2032,4,430,0),(2033,4,431,0),(2034,4,432,0),(2035,4,433,0),(2036,4,434,0),(2037,4,435,0),(2038,4,436,0),(2039,4,437,0),(2040,4,438,0),(2041,4,439,0),(2042,4,440,0),(2043,4,441,0),(2044,4,442,0),(2045,4,443,0),(2046,4,444,0),(2047,4,445,0),(2048,4,446,0),(2049,4,447,0),(2050,4,448,0),(2051,4,449,0),(2052,4,450,0),(2053,4,451,0),(2054,4,452,0),(2055,4,453,0),(2056,4,454,0),(2057,4,455,0),(2058,4,456,0),(2059,4,457,0),(2060,4,458,0),(2061,4,459,0),(2062,4,460,0),(2063,4,461,0),(2064,4,462,0),(2065,4,463,0),(2066,4,464,0),(2067,4,465,0),(2068,4,466,0),(2069,4,467,0),(2070,4,468,0),(2071,4,469,0),(2072,4,470,0),(2073,4,471,0),(2074,4,472,0),(2075,4,473,0),(2076,4,474,0),(2077,4,475,0),(2078,4,476,0),(2079,4,477,0),(2080,4,478,0),(2081,4,479,0),(2082,4,480,0),(2083,4,481,0),(2084,4,482,0),(2085,4,483,0),(2086,4,484,0),(2087,4,485,0),(2088,4,486,0),(2089,4,487,0),(2090,4,488,0),(2091,4,489,0),(2092,4,490,0),(2093,4,491,0),(2094,4,492,0),(2095,4,493,0),(2096,4,494,0),(2097,4,495,0),(2098,4,496,0),(2099,4,497,0),(2100,4,498,0),(2101,4,499,0),(2102,4,500,0),(2103,4,501,0),(2104,4,502,0),(2105,4,503,0),(2106,4,504,0),(2107,4,505,0),(2108,4,506,0),(2109,4,507,0),(2110,4,508,0),(2111,4,509,0),(2112,4,510,0),(2113,4,511,0),(2114,4,512,0),(2115,4,513,0),(2116,4,514,0),(2117,4,515,0),(2118,4,516,0),(2119,4,517,0),(2120,4,518,0),(2121,4,519,0),(2122,4,520,0),(2123,4,521,0),(2124,4,522,0),(2125,4,523,0),(2126,4,524,0),(2127,4,525,0),(2128,4,526,0),(2129,4,527,0),(2130,4,528,0),(2131,4,529,0),(2132,4,530,0),(2133,4,531,0),(2134,4,532,0),(2135,4,533,0),(2136,4,534,0),(2137,5,1,0),(2138,5,2,0),(2139,5,3,0),(2140,5,4,0),(2141,5,5,0),(2142,5,6,0),(2143,5,7,0),(2144,5,8,0),(2145,5,9,0),(2146,5,10,0),(2147,5,11,0),(2148,5,12,0),(2149,5,13,0),(2150,5,14,0),(2151,5,15,0.216216216216216),(2152,5,16,0.162162162162162),(2153,5,17,0.27027027027027),(2154,5,18,0.135135135135135),(2155,5,19,0.216216216216216),(2156,5,20,0),(2157,5,21,0),(2158,5,22,0),(2159,5,23,0),(2160,5,24,0),(2161,5,25,0),(2162,5,26,0),(2163,5,27,0),(2164,5,28,0),(2165,5,29,0),(2166,5,30,0),(2167,5,31,0),(2168,5,32,0),(2169,5,33,0),(2170,5,34,0),(2171,5,35,0),(2172,5,36,0),(2173,5,37,0),(2174,5,38,0),(2175,5,39,0),(2176,5,40,0),(2177,5,41,0),(2178,5,42,0),(2179,5,43,0),(2180,5,44,0),(2181,5,45,0),(2182,5,46,0),(2183,5,47,0),(2184,5,48,0),(2185,5,49,0),(2186,5,50,0),(2187,5,51,0),(2188,5,52,0),(2189,5,53,0),(2190,5,54,0),(2191,5,55,0),(2192,5,56,0),(2193,5,57,0),(2194,5,58,0),(2195,5,59,0),(2196,5,60,0),(2197,5,61,0),(2198,5,62,0),(2199,5,63,0),(2200,5,64,0),(2201,5,65,0),(2202,5,66,0),(2203,5,67,0),(2204,5,68,0),(2205,5,69,0),(2206,5,70,0),(2207,5,71,0),(2208,5,72,0),(2209,5,73,0),(2210,5,74,0),(2211,5,75,0),(2212,5,76,0),(2213,5,77,0),(2214,5,78,0),(2215,5,79,0),(2216,5,80,0),(2217,5,81,0),(2218,5,82,0),(2219,5,83,0),(2220,5,84,0),(2221,5,85,0),(2222,5,86,0),(2223,5,87,0),(2224,5,88,0),(2225,5,89,0),(2226,5,90,0),(2227,5,91,0),(2228,5,92,0),(2229,5,93,0),(2230,5,94,0),(2231,5,95,0),(2232,5,96,0),(2233,5,97,0),(2234,5,98,0),(2235,5,99,0),(2236,5,100,0),(2237,5,101,0),(2238,5,102,0),(2239,5,103,0),(2240,5,104,0),(2241,5,105,0),(2242,5,106,0),(2243,5,107,0),(2244,5,108,0),(2245,5,109,0),(2246,5,110,0),(2247,5,111,0),(2248,5,112,0),(2249,5,113,0),(2250,5,114,0),(2251,5,115,0),(2252,5,116,0),(2253,5,117,0),(2254,5,118,0),(2255,5,119,0),(2256,5,120,0),(2257,5,121,0),(2258,5,122,0),(2259,5,123,0),(2260,5,124,0),(2261,5,125,0),(2262,5,126,0),(2263,5,127,0),(2264,5,128,0),(2265,5,129,0),(2266,5,130,0),(2267,5,131,0),(2268,5,132,0),(2269,5,133,0),(2270,5,134,0),(2271,5,135,0),(2272,5,136,0),(2273,5,137,0),(2274,5,138,0),(2275,5,139,0),(2276,5,140,0),(2277,5,141,0),(2278,5,142,0),(2279,5,143,0),(2280,5,144,0),(2281,5,145,0),(2282,5,146,0),(2283,5,147,0),(2284,5,148,0),(2285,5,149,0),(2286,5,150,0),(2287,5,151,0),(2288,5,152,0),(2289,5,153,0),(2290,5,154,0),(2291,5,155,0),(2292,5,156,0),(2293,5,157,0),(2294,5,158,0),(2295,5,159,0),(2296,5,160,0),(2297,5,161,0),(2298,5,162,0),(2299,5,163,0),(2300,5,164,0),(2301,5,165,0),(2302,5,166,0),(2303,5,167,0),(2304,5,168,0),(2305,5,169,0),(2306,5,170,0),(2307,5,171,0),(2308,5,172,0),(2309,5,173,0),(2310,5,174,0),(2311,5,175,0),(2312,5,176,0),(2313,5,177,0),(2314,5,178,0),(2315,5,179,0),(2316,5,180,0),(2317,5,181,0),(2318,5,182,0),(2319,5,183,0),(2320,5,184,0),(2321,5,185,0),(2322,5,186,0),(2323,5,187,0),(2324,5,188,0),(2325,5,189,0),(2326,5,190,0),(2327,5,191,0),(2328,5,192,0),(2329,5,193,0),(2330,5,194,0),(2331,5,195,0),(2332,5,196,0),(2333,5,197,0),(2334,5,198,0),(2335,5,199,0),(2336,5,200,0),(2337,5,201,0),(2338,5,202,0),(2339,5,203,0),(2340,5,204,0),(2341,5,205,0),(2342,5,206,0),(2343,5,207,0),(2344,5,208,0),(2345,5,209,0),(2346,5,210,0),(2347,5,211,0),(2348,5,212,0),(2349,5,213,0),(2350,5,214,0),(2351,5,215,0),(2352,5,216,0),(2353,5,217,0),(2354,5,218,0),(2355,5,219,0),(2356,5,220,0),(2357,5,221,0),(2358,5,222,0),(2359,5,223,0),(2360,5,224,0),(2361,5,225,0),(2362,5,226,0),(2363,5,227,0),(2364,5,228,0),(2365,5,229,0),(2366,5,230,0),(2367,5,231,0),(2368,5,232,0),(2369,5,233,0),(2370,5,234,0),(2371,5,235,0),(2372,5,236,0),(2373,5,237,0),(2374,5,238,0),(2375,5,239,0),(2376,5,240,0),(2377,5,241,0),(2378,5,242,0),(2379,5,243,0),(2380,5,244,0),(2381,5,245,0),(2382,5,246,0),(2383,5,247,0),(2384,5,248,0),(2385,5,249,0),(2386,5,250,0),(2387,5,251,0),(2388,5,252,0),(2389,5,253,0),(2390,5,254,0),(2391,5,255,0),(2392,5,256,0),(2393,5,257,0),(2394,5,258,0),(2395,5,259,0),(2396,5,260,0),(2397,5,261,0),(2398,5,262,0),(2399,5,263,0),(2400,5,264,0),(2401,5,265,0),(2402,5,266,0),(2403,5,267,0),(2404,5,268,0),(2405,5,269,0),(2406,5,270,0),(2407,5,271,0),(2408,5,272,0),(2409,5,273,0),(2410,5,274,0),(2411,5,275,0),(2412,5,276,0),(2413,5,277,0),(2414,5,278,0),(2415,5,279,0),(2416,5,280,0),(2417,5,281,0),(2418,5,282,0),(2419,5,283,0),(2420,5,284,0),(2421,5,285,0),(2422,5,286,0),(2423,5,287,0),(2424,5,288,0),(2425,5,289,0),(2426,5,290,0),(2427,5,291,0),(2428,5,292,0),(2429,5,293,0),(2430,5,294,0),(2431,5,295,0),(2432,5,296,0),(2433,5,297,0),(2434,5,298,0),(2435,5,299,0),(2436,5,300,0),(2437,5,301,0),(2438,5,302,0),(2439,5,303,0),(2440,5,304,0),(2441,5,305,0),(2442,5,306,0),(2443,5,307,0),(2444,5,308,0),(2445,5,309,0),(2446,5,310,0),(2447,5,311,0),(2448,5,312,0),(2449,5,313,0),(2450,5,314,0),(2451,5,315,0),(2452,5,316,0),(2453,5,317,0),(2454,5,318,0),(2455,5,319,0),(2456,5,320,0),(2457,5,321,0),(2458,5,322,0),(2459,5,323,0),(2460,5,324,0),(2461,5,325,0),(2462,5,326,0),(2463,5,327,0),(2464,5,328,0),(2465,5,329,0),(2466,5,330,0),(2467,5,331,0),(2468,5,332,0),(2469,5,333,0),(2470,5,334,0),(2471,5,335,0),(2472,5,336,0),(2473,5,337,0),(2474,5,338,0),(2475,5,339,0),(2476,5,340,0),(2477,5,341,0),(2478,5,342,0),(2479,5,343,0),(2480,5,344,0),(2481,5,345,0),(2482,5,346,0),(2483,5,347,0),(2484,5,348,0),(2485,5,349,0),(2486,5,350,0),(2487,5,351,0),(2488,5,352,0),(2489,5,353,0),(2490,5,354,0),(2491,5,355,0),(2492,5,356,0),(2493,5,357,0),(2494,5,358,0),(2495,5,359,0),(2496,5,360,0),(2497,5,361,0),(2498,5,362,0),(2499,5,363,0),(2500,5,364,0),(2501,5,365,0),(2502,5,366,0),(2503,5,367,0),(2504,5,368,0),(2505,5,369,0),(2506,5,370,0),(2507,5,371,0),(2508,5,372,0),(2509,5,373,0),(2510,5,374,0),(2511,5,375,0),(2512,5,376,0),(2513,5,377,0),(2514,5,378,0),(2515,5,379,0),(2516,5,380,0),(2517,5,381,0),(2518,5,382,0),(2519,5,383,0),(2520,5,384,0),(2521,5,385,0),(2522,5,386,0),(2523,5,387,0),(2524,5,388,0),(2525,5,389,0),(2526,5,390,0),(2527,5,391,0),(2528,5,392,0),(2529,5,393,0),(2530,5,394,0),(2531,5,395,0),(2532,5,396,0),(2533,5,397,0),(2534,5,398,0),(2535,5,399,0),(2536,5,400,0),(2537,5,401,0),(2538,5,402,0),(2539,5,403,0),(2540,5,404,0),(2541,5,405,0),(2542,5,406,0),(2543,5,407,0),(2544,5,408,0),(2545,5,409,0),(2546,5,410,0),(2547,5,411,0),(2548,5,412,0),(2549,5,413,0),(2550,5,414,0),(2551,5,415,0),(2552,5,416,0),(2553,5,417,0),(2554,5,418,0),(2555,5,419,0),(2556,5,420,0),(2557,5,421,0),(2558,5,422,0),(2559,5,423,0),(2560,5,424,0),(2561,5,425,0),(2562,5,426,0),(2563,5,427,0),(2564,5,428,0),(2565,5,429,0),(2566,5,430,0),(2567,5,431,0),(2568,5,432,0),(2569,5,433,0),(2570,5,434,0),(2571,5,435,0),(2572,5,436,0),(2573,5,437,0),(2574,5,438,0),(2575,5,439,0),(2576,5,440,0),(2577,5,441,0),(2578,5,442,0),(2579,5,443,0),(2580,5,444,0),(2581,5,445,0),(2582,5,446,0),(2583,5,447,0),(2584,5,448,0),(2585,5,449,0),(2586,5,450,0),(2587,5,451,0),(2588,5,452,0),(2589,5,453,0),(2590,5,454,0),(2591,5,455,0),(2592,5,456,0),(2593,5,457,0),(2594,5,458,0),(2595,5,459,0),(2596,5,460,0),(2597,5,461,0),(2598,5,462,0),(2599,5,463,0),(2600,5,464,0),(2601,5,465,0),(2602,5,466,0),(2603,5,467,0),(2604,5,468,0),(2605,5,469,0),(2606,5,470,0),(2607,5,471,0),(2608,5,472,0),(2609,5,473,0),(2610,5,474,0),(2611,5,475,0),(2612,5,476,0),(2613,5,477,0),(2614,5,478,0),(2615,5,479,0),(2616,5,480,0),(2617,5,481,0),(2618,5,482,0),(2619,5,483,0),(2620,5,484,0),(2621,5,485,0),(2622,5,486,0),(2623,5,487,0),(2624,5,488,0),(2625,5,489,0),(2626,5,490,0),(2627,5,491,0),(2628,5,492,0),(2629,5,493,0),(2630,5,494,0),(2631,5,495,0),(2632,5,496,0),(2633,5,497,0),(2634,5,498,0),(2635,5,499,0),(2636,5,500,0),(2637,5,501,0),(2638,5,502,0),(2639,5,503,0),(2640,5,504,0),(2641,5,505,0),(2642,5,506,0),(2643,5,507,0),(2644,5,508,0),(2645,5,509,0),(2646,5,510,0),(2647,5,511,0),(2648,5,512,0),(2649,5,513,0),(2650,5,514,0),(2651,5,515,0),(2652,5,516,0),(2653,5,517,0),(2654,5,518,0),(2655,5,519,0),(2656,5,520,0),(2657,5,521,0),(2658,5,522,0),(2659,5,523,0),(2660,5,524,0),(2661,5,525,0),(2662,5,526,0),(2663,5,527,0),(2664,5,528,0),(2665,5,529,0),(2666,5,530,0),(2667,5,531,0),(2668,5,532,0),(2669,5,533,0),(2670,5,534,0),(2671,6,1,0),(2672,6,2,0),(2673,6,3,0),(2674,6,4,0),(2675,6,5,0),(2676,6,6,0),(2677,6,7,0),(2678,6,8,0),(2679,6,9,0),(2680,6,10,0),(2681,6,11,0),(2682,6,12,0),(2683,6,13,0),(2684,6,14,0),(2685,6,15,0),(2686,6,16,0),(2687,6,17,0),(2688,6,18,0),(2689,6,19,0),(2690,6,20,0.230769230769231),(2691,6,21,0.153846153846154),(2692,6,22,0.153846153846154),(2693,6,23,0.115384615384615),(2694,6,24,0.0769230769230769),(2695,6,25,0.153846153846154),(2696,6,26,0.115384615384615),(2697,6,27,0),(2698,6,28,0),(2699,6,29,0),(2700,6,30,0),(2701,6,31,0),(2702,6,32,0),(2703,6,33,0),(2704,6,34,0),(2705,6,35,0),(2706,6,36,0),(2707,6,37,0),(2708,6,38,0),(2709,6,39,0),(2710,6,40,0),(2711,6,41,0),(2712,6,42,0),(2713,6,43,0),(2714,6,44,0),(2715,6,45,0),(2716,6,46,0),(2717,6,47,0),(2718,6,48,0),(2719,6,49,0),(2720,6,50,0),(2721,6,51,0),(2722,6,52,0),(2723,6,53,0),(2724,6,54,0),(2725,6,55,0),(2726,6,56,0),(2727,6,57,0),(2728,6,58,0),(2729,6,59,0),(2730,6,60,0),(2731,6,61,0),(2732,6,62,0),(2733,6,63,0),(2734,6,64,0),(2735,6,65,0),(2736,6,66,0),(2737,6,67,0),(2738,6,68,0),(2739,6,69,0),(2740,6,70,0),(2741,6,71,0),(2742,6,72,0),(2743,6,73,0),(2744,6,74,0),(2745,6,75,0),(2746,6,76,0),(2747,6,77,0),(2748,6,78,0),(2749,6,79,0),(2750,6,80,0),(2751,6,81,0),(2752,6,82,0),(2753,6,83,0),(2754,6,84,0),(2755,6,85,0),(2756,6,86,0),(2757,6,87,0),(2758,6,88,0),(2759,6,89,0),(2760,6,90,0),(2761,6,91,0),(2762,6,92,0),(2763,6,93,0),(2764,6,94,0),(2765,6,95,0),(2766,6,96,0),(2767,6,97,0),(2768,6,98,0),(2769,6,99,0),(2770,6,100,0),(2771,6,101,0),(2772,6,102,0),(2773,6,103,0),(2774,6,104,0),(2775,6,105,0),(2776,6,106,0),(2777,6,107,0),(2778,6,108,0),(2779,6,109,0),(2780,6,110,0),(2781,6,111,0),(2782,6,112,0),(2783,6,113,0),(2784,6,114,0),(2785,6,115,0),(2786,6,116,0),(2787,6,117,0),(2788,6,118,0),(2789,6,119,0),(2790,6,120,0),(2791,6,121,0),(2792,6,122,0),(2793,6,123,0),(2794,6,124,0),(2795,6,125,0),(2796,6,126,0),(2797,6,127,0),(2798,6,128,0),(2799,6,129,0),(2800,6,130,0),(2801,6,131,0),(2802,6,132,0),(2803,6,133,0),(2804,6,134,0),(2805,6,135,0),(2806,6,136,0),(2807,6,137,0),(2808,6,138,0),(2809,6,139,0),(2810,6,140,0),(2811,6,141,0),(2812,6,142,0),(2813,6,143,0),(2814,6,144,0),(2815,6,145,0),(2816,6,146,0),(2817,6,147,0),(2818,6,148,0),(2819,6,149,0),(2820,6,150,0),(2821,6,151,0),(2822,6,152,0),(2823,6,153,0),(2824,6,154,0),(2825,6,155,0),(2826,6,156,0),(2827,6,157,0),(2828,6,158,0),(2829,6,159,0),(2830,6,160,0),(2831,6,161,0),(2832,6,162,0),(2833,6,163,0),(2834,6,164,0),(2835,6,165,0),(2836,6,166,0),(2837,6,167,0),(2838,6,168,0),(2839,6,169,0),(2840,6,170,0),(2841,6,171,0),(2842,6,172,0),(2843,6,173,0),(2844,6,174,0),(2845,6,175,0),(2846,6,176,0),(2847,6,177,0),(2848,6,178,0),(2849,6,179,0),(2850,6,180,0),(2851,6,181,0),(2852,6,182,0),(2853,6,183,0),(2854,6,184,0),(2855,6,185,0),(2856,6,186,0),(2857,6,187,0),(2858,6,188,0),(2859,6,189,0),(2860,6,190,0),(2861,6,191,0),(2862,6,192,0),(2863,6,193,0),(2864,6,194,0),(2865,6,195,0),(2866,6,196,0),(2867,6,197,0),(2868,6,198,0),(2869,6,199,0),(2870,6,200,0),(2871,6,201,0),(2872,6,202,0),(2873,6,203,0),(2874,6,204,0),(2875,6,205,0),(2876,6,206,0),(2877,6,207,0),(2878,6,208,0),(2879,6,209,0),(2880,6,210,0),(2881,6,211,0),(2882,6,212,0),(2883,6,213,0),(2884,6,214,0),(2885,6,215,0),(2886,6,216,0),(2887,6,217,0),(2888,6,218,0),(2889,6,219,0),(2890,6,220,0),(2891,6,221,0),(2892,6,222,0),(2893,6,223,0),(2894,6,224,0),(2895,6,225,0),(2896,6,226,0),(2897,6,227,0),(2898,6,228,0),(2899,6,229,0),(2900,6,230,0),(2901,6,231,0),(2902,6,232,0),(2903,6,233,0),(2904,6,234,0),(2905,6,235,0),(2906,6,236,0),(2907,6,237,0),(2908,6,238,0),(2909,6,239,0),(2910,6,240,0),(2911,6,241,0),(2912,6,242,0),(2913,6,243,0),(2914,6,244,0),(2915,6,245,0),(2916,6,246,0),(2917,6,247,0),(2918,6,248,0),(2919,6,249,0),(2920,6,250,0),(2921,6,251,0),(2922,6,252,0),(2923,6,253,0),(2924,6,254,0),(2925,6,255,0),(2926,6,256,0),(2927,6,257,0),(2928,6,258,0),(2929,6,259,0),(2930,6,260,0),(2931,6,261,0),(2932,6,262,0),(2933,6,263,0),(2934,6,264,0),(2935,6,265,0),(2936,6,266,0),(2937,6,267,0),(2938,6,268,0),(2939,6,269,0),(2940,6,270,0),(2941,6,271,0),(2942,6,272,0),(2943,6,273,0),(2944,6,274,0),(2945,6,275,0),(2946,6,276,0),(2947,6,277,0),(2948,6,278,0),(2949,6,279,0),(2950,6,280,0),(2951,6,281,0),(2952,6,282,0),(2953,6,283,0),(2954,6,284,0),(2955,6,285,0),(2956,6,286,0),(2957,6,287,0),(2958,6,288,0),(2959,6,289,0),(2960,6,290,0),(2961,6,291,0),(2962,6,292,0),(2963,6,293,0),(2964,6,294,0),(2965,6,295,0),(2966,6,296,0),(2967,6,297,0),(2968,6,298,0),(2969,6,299,0),(2970,6,300,0),(2971,6,301,0),(2972,6,302,0),(2973,6,303,0),(2974,6,304,0),(2975,6,305,0),(2976,6,306,0),(2977,6,307,0),(2978,6,308,0),(2979,6,309,0),(2980,6,310,0),(2981,6,311,0),(2982,6,312,0),(2983,6,313,0),(2984,6,314,0),(2985,6,315,0),(2986,6,316,0),(2987,6,317,0),(2988,6,318,0),(2989,6,319,0),(2990,6,320,0),(2991,6,321,0),(2992,6,322,0),(2993,6,323,0),(2994,6,324,0),(2995,6,325,0),(2996,6,326,0),(2997,6,327,0),(2998,6,328,0),(2999,6,329,0),(3000,6,330,0),(3001,6,331,0),(3002,6,332,0),(3003,6,333,0),(3004,6,334,0),(3005,6,335,0),(3006,6,336,0),(3007,6,337,0),(3008,6,338,0),(3009,6,339,0),(3010,6,340,0),(3011,6,341,0),(3012,6,342,0),(3013,6,343,0),(3014,6,344,0),(3015,6,345,0),(3016,6,346,0),(3017,6,347,0),(3018,6,348,0),(3019,6,349,0),(3020,6,350,0),(3021,6,351,0),(3022,6,352,0),(3023,6,353,0),(3024,6,354,0),(3025,6,355,0),(3026,6,356,0),(3027,6,357,0),(3028,6,358,0),(3029,6,359,0),(3030,6,360,0),(3031,6,361,0),(3032,6,362,0),(3033,6,363,0),(3034,6,364,0),(3035,6,365,0),(3036,6,366,0),(3037,6,367,0),(3038,6,368,0),(3039,6,369,0),(3040,6,370,0),(3041,6,371,0),(3042,6,372,0),(3043,6,373,0),(3044,6,374,0),(3045,6,375,0),(3046,6,376,0),(3047,6,377,0),(3048,6,378,0),(3049,6,379,0),(3050,6,380,0),(3051,6,381,0),(3052,6,382,0),(3053,6,383,0),(3054,6,384,0),(3055,6,385,0),(3056,6,386,0),(3057,6,387,0),(3058,6,388,0),(3059,6,389,0),(3060,6,390,0),(3061,6,391,0),(3062,6,392,0),(3063,6,393,0),(3064,6,394,0),(3065,6,395,0),(3066,6,396,0),(3067,6,397,0),(3068,6,398,0),(3069,6,399,0),(3070,6,400,0),(3071,6,401,0),(3072,6,402,0),(3073,6,403,0),(3074,6,404,0),(3075,6,405,0),(3076,6,406,0),(3077,6,407,0),(3078,6,408,0),(3079,6,409,0),(3080,6,410,0),(3081,6,411,0),(3082,6,412,0),(3083,6,413,0),(3084,6,414,0),(3085,6,415,0),(3086,6,416,0),(3087,6,417,0),(3088,6,418,0),(3089,6,419,0),(3090,6,420,0),(3091,6,421,0),(3092,6,422,0),(3093,6,423,0),(3094,6,424,0),(3095,6,425,0),(3096,6,426,0),(3097,6,427,0),(3098,6,428,0),(3099,6,429,0),(3100,6,430,0),(3101,6,431,0),(3102,6,432,0),(3103,6,433,0),(3104,6,434,0),(3105,6,435,0),(3106,6,436,0),(3107,6,437,0),(3108,6,438,0),(3109,6,439,0),(3110,6,440,0),(3111,6,441,0),(3112,6,442,0),(3113,6,443,0),(3114,6,444,0),(3115,6,445,0),(3116,6,446,0),(3117,6,447,0),(3118,6,448,0),(3119,6,449,0),(3120,6,450,0),(3121,6,451,0),(3122,6,452,0),(3123,6,453,0),(3124,6,454,0),(3125,6,455,0),(3126,6,456,0),(3127,6,457,0),(3128,6,458,0),(3129,6,459,0),(3130,6,460,0),(3131,6,461,0),(3132,6,462,0),(3133,6,463,0),(3134,6,464,0),(3135,6,465,0),(3136,6,466,0),(3137,6,467,0),(3138,6,468,0),(3139,6,469,0),(3140,6,470,0),(3141,6,471,0),(3142,6,472,0),(3143,6,473,0),(3144,6,474,0),(3145,6,475,0),(3146,6,476,0),(3147,6,477,0),(3148,6,478,0),(3149,6,479,0),(3150,6,480,0),(3151,6,481,0),(3152,6,482,0),(3153,6,483,0),(3154,6,484,0),(3155,6,485,0),(3156,6,486,0),(3157,6,487,0),(3158,6,488,0),(3159,6,489,0),(3160,6,490,0),(3161,6,491,0),(3162,6,492,0),(3163,6,493,0),(3164,6,494,0),(3165,6,495,0),(3166,6,496,0),(3167,6,497,0),(3168,6,498,0),(3169,6,499,0),(3170,6,500,0),(3171,6,501,0),(3172,6,502,0),(3173,6,503,0),(3174,6,504,0),(3175,6,505,0),(3176,6,506,0),(3177,6,507,0),(3178,6,508,0),(3179,6,509,0),(3180,6,510,0),(3181,6,511,0),(3182,6,512,0),(3183,6,513,0),(3184,6,514,0),(3185,6,515,0),(3186,6,516,0),(3187,6,517,0),(3188,6,518,0),(3189,6,519,0),(3190,6,520,0),(3191,6,521,0),(3192,6,522,0),(3193,6,523,0),(3194,6,524,0),(3195,6,525,0),(3196,6,526,0),(3197,6,527,0),(3198,6,528,0),(3199,6,529,0),(3200,6,530,0),(3201,6,531,0),(3202,6,532,0),(3203,6,533,0),(3204,6,534,0),(3205,7,1,0),(3206,7,2,0),(3207,7,3,0),(3208,7,4,0),(3209,7,5,0),(3210,7,6,0),(3211,7,7,0),(3212,7,8,0),(3213,7,9,0),(3214,7,10,0),(3215,7,11,0),(3216,7,12,0),(3217,7,13,0),(3218,7,14,0),(3219,7,15,0),(3220,7,16,0),(3221,7,17,0),(3222,7,18,0),(3223,7,19,0),(3224,7,20,0),(3225,7,21,0),(3226,7,22,0),(3227,7,23,0),(3228,7,24,0),(3229,7,25,0),(3230,7,26,0),(3231,7,27,0.25),(3232,7,28,0.166666666666667),(3233,7,29,0.166666666666667),(3234,7,30,0.0416666666666667),(3235,7,31,0.166666666666667),(3236,7,32,0.0833333333333333),(3237,7,33,0.125),(3238,7,34,0),(3239,7,35,0),(3240,7,36,0),(3241,7,37,0),(3242,7,38,0),(3243,7,39,0),(3244,7,40,0),(3245,7,41,0),(3246,7,42,0),(3247,7,43,0),(3248,7,44,0),(3249,7,45,0),(3250,7,46,0),(3251,7,47,0),(3252,7,48,0),(3253,7,49,0),(3254,7,50,0),(3255,7,51,0),(3256,7,52,0),(3257,7,53,0),(3258,7,54,0),(3259,7,55,0),(3260,7,56,0),(3261,7,57,0),(3262,7,58,0),(3263,7,59,0),(3264,7,60,0),(3265,7,61,0),(3266,7,62,0),(3267,7,63,0),(3268,7,64,0),(3269,7,65,0),(3270,7,66,0),(3271,7,67,0),(3272,7,68,0),(3273,7,69,0),(3274,7,70,0),(3275,7,71,0),(3276,7,72,0),(3277,7,73,0),(3278,7,74,0),(3279,7,75,0),(3280,7,76,0),(3281,7,77,0),(3282,7,78,0),(3283,7,79,0),(3284,7,80,0),(3285,7,81,0),(3286,7,82,0),(3287,7,83,0),(3288,7,84,0),(3289,7,85,0),(3290,7,86,0),(3291,7,87,0),(3292,7,88,0),(3293,7,89,0),(3294,7,90,0),(3295,7,91,0),(3296,7,92,0),(3297,7,93,0),(3298,7,94,0),(3299,7,95,0),(3300,7,96,0),(3301,7,97,0),(3302,7,98,0),(3303,7,99,0),(3304,7,100,0),(3305,7,101,0),(3306,7,102,0),(3307,7,103,0),(3308,7,104,0),(3309,7,105,0),(3310,7,106,0),(3311,7,107,0),(3312,7,108,0),(3313,7,109,0),(3314,7,110,0),(3315,7,111,0),(3316,7,112,0),(3317,7,113,0),(3318,7,114,0),(3319,7,115,0),(3320,7,116,0),(3321,7,117,0),(3322,7,118,0),(3323,7,119,0),(3324,7,120,0),(3325,7,121,0),(3326,7,122,0),(3327,7,123,0),(3328,7,124,0),(3329,7,125,0),(3330,7,126,0),(3331,7,127,0),(3332,7,128,0),(3333,7,129,0),(3334,7,130,0),(3335,7,131,0),(3336,7,132,0),(3337,7,133,0),(3338,7,134,0),(3339,7,135,0),(3340,7,136,0),(3341,7,137,0),(3342,7,138,0),(3343,7,139,0),(3344,7,140,0),(3345,7,141,0),(3346,7,142,0),(3347,7,143,0),(3348,7,144,0),(3349,7,145,0),(3350,7,146,0),(3351,7,147,0),(3352,7,148,0),(3353,7,149,0),(3354,7,150,0),(3355,7,151,0),(3356,7,152,0),(3357,7,153,0),(3358,7,154,0),(3359,7,155,0),(3360,7,156,0),(3361,7,157,0),(3362,7,158,0),(3363,7,159,0),(3364,7,160,0),(3365,7,161,0),(3366,7,162,0),(3367,7,163,0),(3368,7,164,0),(3369,7,165,0),(3370,7,166,0),(3371,7,167,0),(3372,7,168,0),(3373,7,169,0),(3374,7,170,0),(3375,7,171,0),(3376,7,172,0),(3377,7,173,0),(3378,7,174,0),(3379,7,175,0),(3380,7,176,0),(3381,7,177,0),(3382,7,178,0),(3383,7,179,0),(3384,7,180,0),(3385,7,181,0),(3386,7,182,0),(3387,7,183,0),(3388,7,184,0),(3389,7,185,0),(3390,7,186,0),(3391,7,187,0),(3392,7,188,0),(3393,7,189,0),(3394,7,190,0),(3395,7,191,0),(3396,7,192,0),(3397,7,193,0),(3398,7,194,0),(3399,7,195,0),(3400,7,196,0),(3401,7,197,0),(3402,7,198,0),(3403,7,199,0),(3404,7,200,0),(3405,7,201,0),(3406,7,202,0),(3407,7,203,0),(3408,7,204,0),(3409,7,205,0),(3410,7,206,0),(3411,7,207,0),(3412,7,208,0),(3413,7,209,0),(3414,7,210,0),(3415,7,211,0),(3416,7,212,0),(3417,7,213,0),(3418,7,214,0),(3419,7,215,0),(3420,7,216,0),(3421,7,217,0),(3422,7,218,0),(3423,7,219,0),(3424,7,220,0),(3425,7,221,0),(3426,7,222,0),(3427,7,223,0),(3428,7,224,0),(3429,7,225,0),(3430,7,226,0),(3431,7,227,0),(3432,7,228,0),(3433,7,229,0),(3434,7,230,0),(3435,7,231,0),(3436,7,232,0),(3437,7,233,0),(3438,7,234,0),(3439,7,235,0),(3440,7,236,0),(3441,7,237,0),(3442,7,238,0),(3443,7,239,0),(3444,7,240,0),(3445,7,241,0),(3446,7,242,0),(3447,7,243,0),(3448,7,244,0),(3449,7,245,0),(3450,7,246,0),(3451,7,247,0),(3452,7,248,0),(3453,7,249,0),(3454,7,250,0),(3455,7,251,0),(3456,7,252,0),(3457,7,253,0),(3458,7,254,0),(3459,7,255,0),(3460,7,256,0),(3461,7,257,0),(3462,7,258,0),(3463,7,259,0),(3464,7,260,0),(3465,7,261,0),(3466,7,262,0),(3467,7,263,0),(3468,7,264,0),(3469,7,265,0),(3470,7,266,0),(3471,7,267,0),(3472,7,268,0),(3473,7,269,0),(3474,7,270,0),(3475,7,271,0),(3476,7,272,0),(3477,7,273,0),(3478,7,274,0),(3479,7,275,0),(3480,7,276,0),(3481,7,277,0),(3482,7,278,0),(3483,7,279,0),(3484,7,280,0),(3485,7,281,0),(3486,7,282,0),(3487,7,283,0),(3488,7,284,0),(3489,7,285,0),(3490,7,286,0),(3491,7,287,0),(3492,7,288,0),(3493,7,289,0),(3494,7,290,0),(3495,7,291,0),(3496,7,292,0),(3497,7,293,0),(3498,7,294,0),(3499,7,295,0),(3500,7,296,0),(3501,7,297,0),(3502,7,298,0),(3503,7,299,0),(3504,7,300,0),(3505,7,301,0),(3506,7,302,0),(3507,7,303,0),(3508,7,304,0),(3509,7,305,0),(3510,7,306,0),(3511,7,307,0),(3512,7,308,0),(3513,7,309,0),(3514,7,310,0),(3515,7,311,0),(3516,7,312,0),(3517,7,313,0),(3518,7,314,0),(3519,7,315,0),(3520,7,316,0),(3521,7,317,0),(3522,7,318,0),(3523,7,319,0),(3524,7,320,0),(3525,7,321,0),(3526,7,322,0),(3527,7,323,0),(3528,7,324,0),(3529,7,325,0),(3530,7,326,0),(3531,7,327,0),(3532,7,328,0),(3533,7,329,0),(3534,7,330,0),(3535,7,331,0),(3536,7,332,0),(3537,7,333,0),(3538,7,334,0),(3539,7,335,0),(3540,7,336,0),(3541,7,337,0),(3542,7,338,0),(3543,7,339,0),(3544,7,340,0),(3545,7,341,0),(3546,7,342,0),(3547,7,343,0),(3548,7,344,0),(3549,7,345,0),(3550,7,346,0),(3551,7,347,0),(3552,7,348,0),(3553,7,349,0),(3554,7,350,0),(3555,7,351,0),(3556,7,352,0),(3557,7,353,0),(3558,7,354,0),(3559,7,355,0),(3560,7,356,0),(3561,7,357,0),(3562,7,358,0),(3563,7,359,0),(3564,7,360,0),(3565,7,361,0),(3566,7,362,0),(3567,7,363,0),(3568,7,364,0),(3569,7,365,0),(3570,7,366,0),(3571,7,367,0),(3572,7,368,0),(3573,7,369,0),(3574,7,370,0),(3575,7,371,0),(3576,7,372,0),(3577,7,373,0),(3578,7,374,0),(3579,7,375,0),(3580,7,376,0),(3581,7,377,0),(3582,7,378,0),(3583,7,379,0),(3584,7,380,0),(3585,7,381,0),(3586,7,382,0),(3587,7,383,0),(3588,7,384,0),(3589,7,385,0),(3590,7,386,0),(3591,7,387,0),(3592,7,388,0),(3593,7,389,0),(3594,7,390,0),(3595,7,391,0),(3596,7,392,0),(3597,7,393,0),(3598,7,394,0),(3599,7,395,0),(3600,7,396,0),(3601,7,397,0),(3602,7,398,0),(3603,7,399,0),(3604,7,400,0),(3605,7,401,0),(3606,7,402,0),(3607,7,403,0),(3608,7,404,0),(3609,7,405,0),(3610,7,406,0),(3611,7,407,0),(3612,7,408,0),(3613,7,409,0),(3614,7,410,0),(3615,7,411,0),(3616,7,412,0),(3617,7,413,0),(3618,7,414,0),(3619,7,415,0),(3620,7,416,0),(3621,7,417,0),(3622,7,418,0),(3623,7,419,0),(3624,7,420,0),(3625,7,421,0),(3626,7,422,0),(3627,7,423,0),(3628,7,424,0),(3629,7,425,0),(3630,7,426,0),(3631,7,427,0),(3632,7,428,0),(3633,7,429,0),(3634,7,430,0),(3635,7,431,0),(3636,7,432,0),(3637,7,433,0),(3638,7,434,0),(3639,7,435,0),(3640,7,436,0),(3641,7,437,0),(3642,7,438,0),(3643,7,439,0),(3644,7,440,0),(3645,7,441,0),(3646,7,442,0),(3647,7,443,0),(3648,7,444,0),(3649,7,445,0),(3650,7,446,0),(3651,7,447,0),(3652,7,448,0),(3653,7,449,0),(3654,7,450,0),(3655,7,451,0),(3656,7,452,0),(3657,7,453,0),(3658,7,454,0),(3659,7,455,0),(3660,7,456,0),(3661,7,457,0),(3662,7,458,0),(3663,7,459,0),(3664,7,460,0),(3665,7,461,0),(3666,7,462,0),(3667,7,463,0),(3668,7,464,0),(3669,7,465,0),(3670,7,466,0),(3671,7,467,0),(3672,7,468,0),(3673,7,469,0),(3674,7,470,0),(3675,7,471,0),(3676,7,472,0),(3677,7,473,0),(3678,7,474,0),(3679,7,475,0),(3680,7,476,0),(3681,7,477,0),(3682,7,478,0),(3683,7,479,0),(3684,7,480,0),(3685,7,481,0),(3686,7,482,0),(3687,7,483,0),(3688,7,484,0),(3689,7,485,0),(3690,7,486,0),(3691,7,487,0),(3692,7,488,0),(3693,7,489,0),(3694,7,490,0),(3695,7,491,0),(3696,7,492,0),(3697,7,493,0),(3698,7,494,0),(3699,7,495,0),(3700,7,496,0),(3701,7,497,0),(3702,7,498,0),(3703,7,499,0),(3704,7,500,0),(3705,7,501,0),(3706,7,502,0),(3707,7,503,0),(3708,7,504,0),(3709,7,505,0),(3710,7,506,0),(3711,7,507,0),(3712,7,508,0),(3713,7,509,0),(3714,7,510,0),(3715,7,511,0),(3716,7,512,0),(3717,7,513,0),(3718,7,514,0),(3719,7,515,0),(3720,7,516,0),(3721,7,517,0),(3722,7,518,0),(3723,7,519,0),(3724,7,520,0),(3725,7,521,0),(3726,7,522,0),(3727,7,523,0),(3728,7,524,0),(3729,7,525,0),(3730,7,526,0),(3731,7,527,0),(3732,7,528,0),(3733,7,529,0),(3734,7,530,0),(3735,7,531,0),(3736,7,532,0),(3737,7,533,0),(3738,7,534,0),(3739,8,1,0),(3740,8,2,0),(3741,8,3,0),(3742,8,4,0),(3743,8,5,0),(3744,8,6,0),(3745,8,7,0),(3746,8,8,0),(3747,8,9,0),(3748,8,10,0),(3749,8,11,0),(3750,8,12,0),(3751,8,13,0),(3752,8,14,0),(3753,8,15,0),(3754,8,16,0),(3755,8,17,0),(3756,8,18,0),(3757,8,19,0),(3758,8,20,0),(3759,8,21,0),(3760,8,22,0),(3761,8,23,0),(3762,8,24,0),(3763,8,25,0),(3764,8,26,0),(3765,8,27,0),(3766,8,28,0),(3767,8,29,0),(3768,8,30,0),(3769,8,31,0),(3770,8,32,0),(3771,8,33,0),(3772,8,34,0.666666666666667),(3773,8,35,0.333333333333333),(3774,8,36,0),(3775,8,37,0),(3776,8,38,0),(3777,8,39,0),(3778,8,40,0),(3779,8,41,0),(3780,8,42,0),(3781,8,43,0),(3782,8,44,0),(3783,8,45,0),(3784,8,46,0),(3785,8,47,0),(3786,8,48,0),(3787,8,49,0),(3788,8,50,0),(3789,8,51,0),(3790,8,52,0),(3791,8,53,0),(3792,8,54,0),(3793,8,55,0),(3794,8,56,0),(3795,8,57,0),(3796,8,58,0),(3797,8,59,0),(3798,8,60,0),(3799,8,61,0),(3800,8,62,0),(3801,8,63,0),(3802,8,64,0),(3803,8,65,0),(3804,8,66,0),(3805,8,67,0),(3806,8,68,0),(3807,8,69,0),(3808,8,70,0),(3809,8,71,0),(3810,8,72,0),(3811,8,73,0),(3812,8,74,0),(3813,8,75,0),(3814,8,76,0),(3815,8,77,0),(3816,8,78,0),(3817,8,79,0),(3818,8,80,0),(3819,8,81,0),(3820,8,82,0),(3821,8,83,0),(3822,8,84,0),(3823,8,85,0),(3824,8,86,0),(3825,8,87,0),(3826,8,88,0),(3827,8,89,0),(3828,8,90,0),(3829,8,91,0),(3830,8,92,0),(3831,8,93,0),(3832,8,94,0),(3833,8,95,0),(3834,8,96,0),(3835,8,97,0),(3836,8,98,0),(3837,8,99,0),(3838,8,100,0),(3839,8,101,0),(3840,8,102,0),(3841,8,103,0),(3842,8,104,0),(3843,8,105,0),(3844,8,106,0),(3845,8,107,0),(3846,8,108,0),(3847,8,109,0),(3848,8,110,0),(3849,8,111,0),(3850,8,112,0),(3851,8,113,0),(3852,8,114,0),(3853,8,115,0),(3854,8,116,0),(3855,8,117,0),(3856,8,118,0),(3857,8,119,0),(3858,8,120,0),(3859,8,121,0),(3860,8,122,0),(3861,8,123,0),(3862,8,124,0),(3863,8,125,0),(3864,8,126,0),(3865,8,127,0),(3866,8,128,0),(3867,8,129,0),(3868,8,130,0),(3869,8,131,0),(3870,8,132,0),(3871,8,133,0),(3872,8,134,0),(3873,8,135,0),(3874,8,136,0),(3875,8,137,0),(3876,8,138,0),(3877,8,139,0),(3878,8,140,0),(3879,8,141,0),(3880,8,142,0),(3881,8,143,0),(3882,8,144,0),(3883,8,145,0),(3884,8,146,0),(3885,8,147,0),(3886,8,148,0),(3887,8,149,0),(3888,8,150,0),(3889,8,151,0),(3890,8,152,0),(3891,8,153,0),(3892,8,154,0),(3893,8,155,0),(3894,8,156,0),(3895,8,157,0),(3896,8,158,0),(3897,8,159,0),(3898,8,160,0),(3899,8,161,0),(3900,8,162,0),(3901,8,163,0),(3902,8,164,0),(3903,8,165,0),(3904,8,166,0),(3905,8,167,0),(3906,8,168,0),(3907,8,169,0),(3908,8,170,0),(3909,8,171,0),(3910,8,172,0),(3911,8,173,0),(3912,8,174,0),(3913,8,175,0),(3914,8,176,0),(3915,8,177,0),(3916,8,178,0),(3917,8,179,0),(3918,8,180,0),(3919,8,181,0),(3920,8,182,0),(3921,8,183,0),(3922,8,184,0),(3923,8,185,0),(3924,8,186,0),(3925,8,187,0),(3926,8,188,0),(3927,8,189,0),(3928,8,190,0),(3929,8,191,0),(3930,8,192,0),(3931,8,193,0),(3932,8,194,0),(3933,8,195,0),(3934,8,196,0),(3935,8,197,0),(3936,8,198,0),(3937,8,199,0),(3938,8,200,0),(3939,8,201,0),(3940,8,202,0),(3941,8,203,0),(3942,8,204,0),(3943,8,205,0),(3944,8,206,0),(3945,8,207,0),(3946,8,208,0),(3947,8,209,0),(3948,8,210,0),(3949,8,211,0),(3950,8,212,0),(3951,8,213,0),(3952,8,214,0),(3953,8,215,0),(3954,8,216,0),(3955,8,217,0),(3956,8,218,0),(3957,8,219,0),(3958,8,220,0),(3959,8,221,0),(3960,8,222,0),(3961,8,223,0),(3962,8,224,0),(3963,8,225,0),(3964,8,226,0),(3965,8,227,0),(3966,8,228,0),(3967,8,229,0),(3968,8,230,0),(3969,8,231,0),(3970,8,232,0),(3971,8,233,0),(3972,8,234,0),(3973,8,235,0),(3974,8,236,0),(3975,8,237,0),(3976,8,238,0),(3977,8,239,0),(3978,8,240,0),(3979,8,241,0),(3980,8,242,0),(3981,8,243,0),(3982,8,244,0),(3983,8,245,0),(3984,8,246,0),(3985,8,247,0),(3986,8,248,0),(3987,8,249,0),(3988,8,250,0),(3989,8,251,0),(3990,8,252,0),(3991,8,253,0),(3992,8,254,0),(3993,8,255,0),(3994,8,256,0),(3995,8,257,0),(3996,8,258,0),(3997,8,259,0),(3998,8,260,0),(3999,8,261,0),(4000,8,262,0),(4001,8,263,0),(4002,8,264,0),(4003,8,265,0),(4004,8,266,0),(4005,8,267,0),(4006,8,268,0),(4007,8,269,0),(4008,8,270,0),(4009,8,271,0),(4010,8,272,0),(4011,8,273,0),(4012,8,274,0),(4013,8,275,0),(4014,8,276,0),(4015,8,277,0),(4016,8,278,0),(4017,8,279,0),(4018,8,280,0),(4019,8,281,0),(4020,8,282,0),(4021,8,283,0),(4022,8,284,0),(4023,8,285,0),(4024,8,286,0),(4025,8,287,0),(4026,8,288,0),(4027,8,289,0),(4028,8,290,0),(4029,8,291,0),(4030,8,292,0),(4031,8,293,0),(4032,8,294,0),(4033,8,295,0),(4034,8,296,0),(4035,8,297,0),(4036,8,298,0),(4037,8,299,0),(4038,8,300,0),(4039,8,301,0),(4040,8,302,0),(4041,8,303,0),(4042,8,304,0),(4043,8,305,0),(4044,8,306,0),(4045,8,307,0),(4046,8,308,0),(4047,8,309,0),(4048,8,310,0),(4049,8,311,0),(4050,8,312,0),(4051,8,313,0),(4052,8,314,0),(4053,8,315,0),(4054,8,316,0),(4055,8,317,0),(4056,8,318,0),(4057,8,319,0),(4058,8,320,0),(4059,8,321,0),(4060,8,322,0),(4061,8,323,0),(4062,8,324,0),(4063,8,325,0),(4064,8,326,0),(4065,8,327,0),(4066,8,328,0),(4067,8,329,0),(4068,8,330,0),(4069,8,331,0),(4070,8,332,0),(4071,8,333,0),(4072,8,334,0),(4073,8,335,0),(4074,8,336,0),(4075,8,337,0),(4076,8,338,0),(4077,8,339,0),(4078,8,340,0),(4079,8,341,0),(4080,8,342,0),(4081,8,343,0),(4082,8,344,0),(4083,8,345,0),(4084,8,346,0),(4085,8,347,0),(4086,8,348,0),(4087,8,349,0),(4088,8,350,0),(4089,8,351,0),(4090,8,352,0),(4091,8,353,0),(4092,8,354,0),(4093,8,355,0),(4094,8,356,0),(4095,8,357,0),(4096,8,358,0),(4097,8,359,0),(4098,8,360,0),(4099,8,361,0),(4100,8,362,0),(4101,8,363,0),(4102,8,364,0),(4103,8,365,0),(4104,8,366,0),(4105,8,367,0),(4106,8,368,0),(4107,8,369,0),(4108,8,370,0),(4109,8,371,0),(4110,8,372,0),(4111,8,373,0),(4112,8,374,0),(4113,8,375,0),(4114,8,376,0),(4115,8,377,0),(4116,8,378,0),(4117,8,379,0),(4118,8,380,0),(4119,8,381,0),(4120,8,382,0),(4121,8,383,0),(4122,8,384,0),(4123,8,385,0),(4124,8,386,0),(4125,8,387,0),(4126,8,388,0),(4127,8,389,0),(4128,8,390,0),(4129,8,391,0),(4130,8,392,0),(4131,8,393,0),(4132,8,394,0),(4133,8,395,0),(4134,8,396,0),(4135,8,397,0),(4136,8,398,0),(4137,8,399,0),(4138,8,400,0),(4139,8,401,0),(4140,8,402,0),(4141,8,403,0),(4142,8,404,0),(4143,8,405,0),(4144,8,406,0),(4145,8,407,0),(4146,8,408,0),(4147,8,409,0),(4148,8,410,0),(4149,8,411,0),(4150,8,412,0),(4151,8,413,0),(4152,8,414,0),(4153,8,415,0),(4154,8,416,0),(4155,8,417,0),(4156,8,418,0),(4157,8,419,0),(4158,8,420,0),(4159,8,421,0),(4160,8,422,0),(4161,8,423,0),(4162,8,424,0),(4163,8,425,0),(4164,8,426,0),(4165,8,427,0),(4166,8,428,0),(4167,8,429,0),(4168,8,430,0),(4169,8,431,0),(4170,8,432,0),(4171,8,433,0),(4172,8,434,0),(4173,8,435,0),(4174,8,436,0),(4175,8,437,0),(4176,8,438,0),(4177,8,439,0),(4178,8,440,0),(4179,8,441,0),(4180,8,442,0),(4181,8,443,0),(4182,8,444,0),(4183,8,445,0),(4184,8,446,0),(4185,8,447,0),(4186,8,448,0),(4187,8,449,0),(4188,8,450,0),(4189,8,451,0),(4190,8,452,0),(4191,8,453,0),(4192,8,454,0),(4193,8,455,0),(4194,8,456,0),(4195,8,457,0),(4196,8,458,0),(4197,8,459,0),(4198,8,460,0),(4199,8,461,0),(4200,8,462,0),(4201,8,463,0),(4202,8,464,0),(4203,8,465,0),(4204,8,466,0),(4205,8,467,0),(4206,8,468,0),(4207,8,469,0),(4208,8,470,0),(4209,8,471,0),(4210,8,472,0),(4211,8,473,0),(4212,8,474,0),(4213,8,475,0),(4214,8,476,0),(4215,8,477,0),(4216,8,478,0),(4217,8,479,0),(4218,8,480,0),(4219,8,481,0),(4220,8,482,0),(4221,8,483,0),(4222,8,484,0),(4223,8,485,0),(4224,8,486,0),(4225,8,487,0),(4226,8,488,0),(4227,8,489,0),(4228,8,490,0),(4229,8,491,0),(4230,8,492,0),(4231,8,493,0),(4232,8,494,0),(4233,8,495,0),(4234,8,496,0),(4235,8,497,0),(4236,8,498,0),(4237,8,499,0),(4238,8,500,0),(4239,8,501,0),(4240,8,502,0),(4241,8,503,0),(4242,8,504,0),(4243,8,505,0),(4244,8,506,0),(4245,8,507,0),(4246,8,508,0),(4247,8,509,0),(4248,8,510,0),(4249,8,511,0),(4250,8,512,0),(4251,8,513,0),(4252,8,514,0),(4253,8,515,0),(4254,8,516,0),(4255,8,517,0),(4256,8,518,0),(4257,8,519,0),(4258,8,520,0),(4259,8,521,0),(4260,8,522,0),(4261,8,523,0),(4262,8,524,0),(4263,8,525,0),(4264,8,526,0),(4265,8,527,0),(4266,8,528,0),(4267,8,529,0),(4268,8,530,0),(4269,8,531,0),(4270,8,532,0),(4271,8,533,0),(4272,8,534,0),(4273,9,1,0),(4274,9,2,0),(4275,9,3,0),(4276,9,4,0),(4277,9,5,0),(4278,9,6,0),(4279,9,7,0),(4280,9,8,0),(4281,9,9,0),(4282,9,10,0),(4283,9,11,0),(4284,9,12,0),(4285,9,13,0),(4286,9,14,0),(4287,9,15,0),(4288,9,16,0),(4289,9,17,0),(4290,9,18,0),(4291,9,19,0),(4292,9,20,0),(4293,9,21,0),(4294,9,22,0),(4295,9,23,0),(4296,9,24,0),(4297,9,25,0),(4298,9,26,0),(4299,9,27,0),(4300,9,28,0),(4301,9,29,0),(4302,9,30,0),(4303,9,31,0),(4304,9,32,0),(4305,9,33,0),(4306,9,34,0),(4307,9,35,0),(4308,9,36,0.476190476190476),(4309,9,37,0.238095238095238),(4310,9,38,0.19047619047619),(4311,9,39,0.0952380952380952),(4312,9,40,0),(4313,9,41,0),(4314,9,42,0),(4315,9,43,0),(4316,9,44,0),(4317,9,45,0),(4318,9,46,0),(4319,9,47,0),(4320,9,48,0),(4321,9,49,0),(4322,9,50,0),(4323,9,51,0),(4324,9,52,0),(4325,9,53,0),(4326,9,54,0),(4327,9,55,0),(4328,9,56,0),(4329,9,57,0),(4330,9,58,0),(4331,9,59,0),(4332,9,60,0),(4333,9,61,0),(4334,9,62,0),(4335,9,63,0),(4336,9,64,0),(4337,9,65,0),(4338,9,66,0),(4339,9,67,0),(4340,9,68,0),(4341,9,69,0),(4342,9,70,0),(4343,9,71,0),(4344,9,72,0),(4345,9,73,0),(4346,9,74,0),(4347,9,75,0),(4348,9,76,0),(4349,9,77,0),(4350,9,78,0),(4351,9,79,0),(4352,9,80,0),(4353,9,81,0),(4354,9,82,0),(4355,9,83,0),(4356,9,84,0),(4357,9,85,0),(4358,9,86,0),(4359,9,87,0),(4360,9,88,0),(4361,9,89,0),(4362,9,90,0),(4363,9,91,0),(4364,9,92,0),(4365,9,93,0),(4366,9,94,0),(4367,9,95,0),(4368,9,96,0),(4369,9,97,0),(4370,9,98,0),(4371,9,99,0),(4372,9,100,0),(4373,9,101,0),(4374,9,102,0),(4375,9,103,0),(4376,9,104,0),(4377,9,105,0),(4378,9,106,0),(4379,9,107,0),(4380,9,108,0),(4381,9,109,0),(4382,9,110,0),(4383,9,111,0),(4384,9,112,0),(4385,9,113,0),(4386,9,114,0),(4387,9,115,0),(4388,9,116,0),(4389,9,117,0),(4390,9,118,0),(4391,9,119,0),(4392,9,120,0),(4393,9,121,0),(4394,9,122,0),(4395,9,123,0),(4396,9,124,0),(4397,9,125,0),(4398,9,126,0),(4399,9,127,0),(4400,9,128,0),(4401,9,129,0),(4402,9,130,0),(4403,9,131,0),(4404,9,132,0),(4405,9,133,0),(4406,9,134,0),(4407,9,135,0),(4408,9,136,0),(4409,9,137,0),(4410,9,138,0),(4411,9,139,0),(4412,9,140,0),(4413,9,141,0),(4414,9,142,0),(4415,9,143,0),(4416,9,144,0),(4417,9,145,0),(4418,9,146,0),(4419,9,147,0),(4420,9,148,0),(4421,9,149,0),(4422,9,150,0),(4423,9,151,0),(4424,9,152,0),(4425,9,153,0),(4426,9,154,0),(4427,9,155,0),(4428,9,156,0),(4429,9,157,0),(4430,9,158,0),(4431,9,159,0),(4432,9,160,0),(4433,9,161,0),(4434,9,162,0),(4435,9,163,0),(4436,9,164,0),(4437,9,165,0),(4438,9,166,0),(4439,9,167,0),(4440,9,168,0),(4441,9,169,0),(4442,9,170,0),(4443,9,171,0),(4444,9,172,0),(4445,9,173,0),(4446,9,174,0),(4447,9,175,0),(4448,9,176,0),(4449,9,177,0),(4450,9,178,0),(4451,9,179,0),(4452,9,180,0),(4453,9,181,0),(4454,9,182,0),(4455,9,183,0),(4456,9,184,0),(4457,9,185,0),(4458,9,186,0),(4459,9,187,0),(4460,9,188,0),(4461,9,189,0),(4462,9,190,0),(4463,9,191,0),(4464,9,192,0),(4465,9,193,0),(4466,9,194,0),(4467,9,195,0),(4468,9,196,0),(4469,9,197,0),(4470,9,198,0),(4471,9,199,0),(4472,9,200,0),(4473,9,201,0),(4474,9,202,0),(4475,9,203,0),(4476,9,204,0),(4477,9,205,0),(4478,9,206,0),(4479,9,207,0),(4480,9,208,0),(4481,9,209,0),(4482,9,210,0),(4483,9,211,0),(4484,9,212,0),(4485,9,213,0),(4486,9,214,0),(4487,9,215,0),(4488,9,216,0),(4489,9,217,0),(4490,9,218,0),(4491,9,219,0),(4492,9,220,0),(4493,9,221,0),(4494,9,222,0),(4495,9,223,0),(4496,9,224,0),(4497,9,225,0),(4498,9,226,0),(4499,9,227,0),(4500,9,228,0),(4501,9,229,0),(4502,9,230,0),(4503,9,231,0),(4504,9,232,0),(4505,9,233,0),(4506,9,234,0),(4507,9,235,0),(4508,9,236,0),(4509,9,237,0),(4510,9,238,0),(4511,9,239,0),(4512,9,240,0),(4513,9,241,0),(4514,9,242,0),(4515,9,243,0),(4516,9,244,0),(4517,9,245,0),(4518,9,246,0),(4519,9,247,0),(4520,9,248,0),(4521,9,249,0),(4522,9,250,0),(4523,9,251,0),(4524,9,252,0),(4525,9,253,0),(4526,9,254,0),(4527,9,255,0),(4528,9,256,0),(4529,9,257,0),(4530,9,258,0),(4531,9,259,0),(4532,9,260,0),(4533,9,261,0),(4534,9,262,0),(4535,9,263,0),(4536,9,264,0),(4537,9,265,0),(4538,9,266,0),(4539,9,267,0),(4540,9,268,0),(4541,9,269,0),(4542,9,270,0),(4543,9,271,0),(4544,9,272,0),(4545,9,273,0),(4546,9,274,0),(4547,9,275,0),(4548,9,276,0),(4549,9,277,0),(4550,9,278,0),(4551,9,279,0),(4552,9,280,0),(4553,9,281,0),(4554,9,282,0),(4555,9,283,0),(4556,9,284,0),(4557,9,285,0),(4558,9,286,0),(4559,9,287,0),(4560,9,288,0),(4561,9,289,0),(4562,9,290,0),(4563,9,291,0),(4564,9,292,0),(4565,9,293,0),(4566,9,294,0),(4567,9,295,0),(4568,9,296,0),(4569,9,297,0),(4570,9,298,0),(4571,9,299,0),(4572,9,300,0),(4573,9,301,0),(4574,9,302,0),(4575,9,303,0),(4576,9,304,0),(4577,9,305,0),(4578,9,306,0),(4579,9,307,0),(4580,9,308,0),(4581,9,309,0),(4582,9,310,0),(4583,9,311,0),(4584,9,312,0),(4585,9,313,0),(4586,9,314,0),(4587,9,315,0),(4588,9,316,0),(4589,9,317,0),(4590,9,318,0),(4591,9,319,0),(4592,9,320,0),(4593,9,321,0),(4594,9,322,0),(4595,9,323,0),(4596,9,324,0),(4597,9,325,0),(4598,9,326,0),(4599,9,327,0),(4600,9,328,0),(4601,9,329,0),(4602,9,330,0),(4603,9,331,0),(4604,9,332,0),(4605,9,333,0),(4606,9,334,0),(4607,9,335,0),(4608,9,336,0),(4609,9,337,0),(4610,9,338,0),(4611,9,339,0),(4612,9,340,0),(4613,9,341,0),(4614,9,342,0),(4615,9,343,0),(4616,9,344,0),(4617,9,345,0),(4618,9,346,0),(4619,9,347,0),(4620,9,348,0),(4621,9,349,0),(4622,9,350,0),(4623,9,351,0),(4624,9,352,0),(4625,9,353,0),(4626,9,354,0),(4627,9,355,0),(4628,9,356,0),(4629,9,357,0),(4630,9,358,0),(4631,9,359,0),(4632,9,360,0),(4633,9,361,0),(4634,9,362,0),(4635,9,363,0),(4636,9,364,0),(4637,9,365,0),(4638,9,366,0),(4639,9,367,0),(4640,9,368,0),(4641,9,369,0),(4642,9,370,0),(4643,9,371,0),(4644,9,372,0),(4645,9,373,0),(4646,9,374,0),(4647,9,375,0),(4648,9,376,0),(4649,9,377,0),(4650,9,378,0),(4651,9,379,0),(4652,9,380,0),(4653,9,381,0),(4654,9,382,0),(4655,9,383,0),(4656,9,384,0),(4657,9,385,0),(4658,9,386,0),(4659,9,387,0),(4660,9,388,0),(4661,9,389,0),(4662,9,390,0),(4663,9,391,0),(4664,9,392,0),(4665,9,393,0),(4666,9,394,0),(4667,9,395,0),(4668,9,396,0),(4669,9,397,0),(4670,9,398,0),(4671,9,399,0),(4672,9,400,0),(4673,9,401,0),(4674,9,402,0),(4675,9,403,0),(4676,9,404,0),(4677,9,405,0),(4678,9,406,0),(4679,9,407,0),(4680,9,408,0),(4681,9,409,0),(4682,9,410,0),(4683,9,411,0),(4684,9,412,0),(4685,9,413,0),(4686,9,414,0),(4687,9,415,0),(4688,9,416,0),(4689,9,417,0),(4690,9,418,0),(4691,9,419,0),(4692,9,420,0),(4693,9,421,0),(4694,9,422,0),(4695,9,423,0),(4696,9,424,0),(4697,9,425,0),(4698,9,426,0),(4699,9,427,0),(4700,9,428,0),(4701,9,429,0),(4702,9,430,0),(4703,9,431,0),(4704,9,432,0),(4705,9,433,0),(4706,9,434,0),(4707,9,435,0),(4708,9,436,0),(4709,9,437,0),(4710,9,438,0),(4711,9,439,0),(4712,9,440,0),(4713,9,441,0),(4714,9,442,0),(4715,9,443,0),(4716,9,444,0),(4717,9,445,0),(4718,9,446,0),(4719,9,447,0),(4720,9,448,0),(4721,9,449,0),(4722,9,450,0),(4723,9,451,0),(4724,9,452,0),(4725,9,453,0),(4726,9,454,0),(4727,9,455,0),(4728,9,456,0),(4729,9,457,0),(4730,9,458,0),(4731,9,459,0),(4732,9,460,0),(4733,9,461,0),(4734,9,462,0),(4735,9,463,0),(4736,9,464,0),(4737,9,465,0),(4738,9,466,0),(4739,9,467,0),(4740,9,468,0),(4741,9,469,0),(4742,9,470,0),(4743,9,471,0),(4744,9,472,0),(4745,9,473,0),(4746,9,474,0),(4747,9,475,0),(4748,9,476,0),(4749,9,477,0),(4750,9,478,0),(4751,9,479,0),(4752,9,480,0),(4753,9,481,0),(4754,9,482,0),(4755,9,483,0),(4756,9,484,0),(4757,9,485,0),(4758,9,486,0),(4759,9,487,0),(4760,9,488,0),(4761,9,489,0),(4762,9,490,0),(4763,9,491,0),(4764,9,492,0),(4765,9,493,0),(4766,9,494,0),(4767,9,495,0),(4768,9,496,0),(4769,9,497,0),(4770,9,498,0),(4771,9,499,0),(4772,9,500,0),(4773,9,501,0),(4774,9,502,0),(4775,9,503,0),(4776,9,504,0),(4777,9,505,0),(4778,9,506,0),(4779,9,507,0),(4780,9,508,0),(4781,9,509,0),(4782,9,510,0),(4783,9,511,0),(4784,9,512,0),(4785,9,513,0),(4786,9,514,0),(4787,9,515,0),(4788,9,516,0),(4789,9,517,0),(4790,9,518,0),(4791,9,519,0),(4792,9,520,0),(4793,9,521,0),(4794,9,522,0),(4795,9,523,0),(4796,9,524,0),(4797,9,525,0),(4798,9,526,0),(4799,9,527,0),(4800,9,528,0),(4801,9,529,0),(4802,9,530,0),(4803,9,531,0),(4804,9,532,0),(4805,9,533,0),(4806,9,534,0),(4807,10,1,0),(4808,10,2,0),(4809,10,3,0),(4810,10,4,0),(4811,10,5,0),(4812,10,6,0),(4813,10,7,0),(4814,10,8,0),(4815,10,9,0),(4816,10,10,0),(4817,10,11,0),(4818,10,12,0),(4819,10,13,0),(4820,10,14,0),(4821,10,15,0),(4822,10,16,0),(4823,10,17,0),(4824,10,18,0),(4825,10,19,0),(4826,10,20,0),(4827,10,21,0),(4828,10,22,0),(4829,10,23,0),(4830,10,24,0),(4831,10,25,0),(4832,10,26,0),(4833,10,27,0),(4834,10,28,0),(4835,10,29,0),(4836,10,30,0),(4837,10,31,0),(4838,10,32,0),(4839,10,33,0),(4840,10,34,0),(4841,10,35,0),(4842,10,36,0),(4843,10,37,0),(4844,10,38,0),(4845,10,39,0),(4846,10,40,0.148148148148148),(4847,10,41,0.185185185185185),(4848,10,42,0.148148148148148),(4849,10,43,0.111111111111111),(4850,10,44,0.111111111111111),(4851,10,45,0.111111111111111),(4852,10,46,0.111111111111111),(4853,10,47,0.0740740740740741),(4854,10,48,0),(4855,10,49,0),(4856,10,50,0),(4857,10,51,0),(4858,10,52,0),(4859,10,53,0),(4860,10,54,0),(4861,10,55,0),(4862,10,56,0),(4863,10,57,0),(4864,10,58,0),(4865,10,59,0),(4866,10,60,0),(4867,10,61,0),(4868,10,62,0),(4869,10,63,0),(4870,10,64,0),(4871,10,65,0),(4872,10,66,0),(4873,10,67,0),(4874,10,68,0),(4875,10,69,0),(4876,10,70,0),(4877,10,71,0),(4878,10,72,0),(4879,10,73,0),(4880,10,74,0),(4881,10,75,0),(4882,10,76,0),(4883,10,77,0),(4884,10,78,0),(4885,10,79,0),(4886,10,80,0),(4887,10,81,0),(4888,10,82,0),(4889,10,83,0),(4890,10,84,0),(4891,10,85,0),(4892,10,86,0),(4893,10,87,0),(4894,10,88,0),(4895,10,89,0),(4896,10,90,0),(4897,10,91,0),(4898,10,92,0),(4899,10,93,0),(4900,10,94,0),(4901,10,95,0),(4902,10,96,0),(4903,10,97,0),(4904,10,98,0),(4905,10,99,0),(4906,10,100,0),(4907,10,101,0),(4908,10,102,0),(4909,10,103,0),(4910,10,104,0),(4911,10,105,0),(4912,10,106,0),(4913,10,107,0),(4914,10,108,0),(4915,10,109,0),(4916,10,110,0),(4917,10,111,0),(4918,10,112,0),(4919,10,113,0),(4920,10,114,0),(4921,10,115,0),(4922,10,116,0),(4923,10,117,0),(4924,10,118,0),(4925,10,119,0),(4926,10,120,0),(4927,10,121,0),(4928,10,122,0),(4929,10,123,0),(4930,10,124,0),(4931,10,125,0),(4932,10,126,0),(4933,10,127,0),(4934,10,128,0),(4935,10,129,0),(4936,10,130,0),(4937,10,131,0),(4938,10,132,0),(4939,10,133,0),(4940,10,134,0),(4941,10,135,0),(4942,10,136,0),(4943,10,137,0),(4944,10,138,0),(4945,10,139,0),(4946,10,140,0),(4947,10,141,0),(4948,10,142,0),(4949,10,143,0),(4950,10,144,0),(4951,10,145,0),(4952,10,146,0),(4953,10,147,0),(4954,10,148,0),(4955,10,149,0),(4956,10,150,0),(4957,10,151,0),(4958,10,152,0),(4959,10,153,0),(4960,10,154,0),(4961,10,155,0),(4962,10,156,0),(4963,10,157,0),(4964,10,158,0),(4965,10,159,0),(4966,10,160,0),(4967,10,161,0),(4968,10,162,0),(4969,10,163,0),(4970,10,164,0),(4971,10,165,0),(4972,10,166,0),(4973,10,167,0),(4974,10,168,0),(4975,10,169,0),(4976,10,170,0),(4977,10,171,0),(4978,10,172,0),(4979,10,173,0),(4980,10,174,0),(4981,10,175,0),(4982,10,176,0),(4983,10,177,0),(4984,10,178,0),(4985,10,179,0),(4986,10,180,0),(4987,10,181,0),(4988,10,182,0),(4989,10,183,0),(4990,10,184,0),(4991,10,185,0),(4992,10,186,0),(4993,10,187,0),(4994,10,188,0),(4995,10,189,0),(4996,10,190,0),(4997,10,191,0),(4998,10,192,0),(4999,10,193,0),(5000,10,194,0),(5001,10,195,0),(5002,10,196,0),(5003,10,197,0),(5004,10,198,0),(5005,10,199,0),(5006,10,200,0),(5007,10,201,0),(5008,10,202,0),(5009,10,203,0),(5010,10,204,0),(5011,10,205,0),(5012,10,206,0),(5013,10,207,0),(5014,10,208,0),(5015,10,209,0),(5016,10,210,0),(5017,10,211,0),(5018,10,212,0),(5019,10,213,0),(5020,10,214,0),(5021,10,215,0),(5022,10,216,0),(5023,10,217,0),(5024,10,218,0),(5025,10,219,0),(5026,10,220,0),(5027,10,221,0),(5028,10,222,0),(5029,10,223,0),(5030,10,224,0),(5031,10,225,0),(5032,10,226,0),(5033,10,227,0),(5034,10,228,0),(5035,10,229,0),(5036,10,230,0),(5037,10,231,0),(5038,10,232,0),(5039,10,233,0),(5040,10,234,0),(5041,10,235,0),(5042,10,236,0),(5043,10,237,0),(5044,10,238,0),(5045,10,239,0),(5046,10,240,0),(5047,10,241,0),(5048,10,242,0),(5049,10,243,0),(5050,10,244,0),(5051,10,245,0),(5052,10,246,0),(5053,10,247,0),(5054,10,248,0),(5055,10,249,0),(5056,10,250,0),(5057,10,251,0),(5058,10,252,0),(5059,10,253,0),(5060,10,254,0),(5061,10,255,0),(5062,10,256,0),(5063,10,257,0),(5064,10,258,0),(5065,10,259,0),(5066,10,260,0),(5067,10,261,0),(5068,10,262,0),(5069,10,263,0),(5070,10,264,0),(5071,10,265,0),(5072,10,266,0),(5073,10,267,0),(5074,10,268,0),(5075,10,269,0),(5076,10,270,0),(5077,10,271,0),(5078,10,272,0),(5079,10,273,0),(5080,10,274,0),(5081,10,275,0),(5082,10,276,0),(5083,10,277,0),(5084,10,278,0),(5085,10,279,0),(5086,10,280,0),(5087,10,281,0),(5088,10,282,0),(5089,10,283,0),(5090,10,284,0),(5091,10,285,0),(5092,10,286,0),(5093,10,287,0),(5094,10,288,0),(5095,10,289,0),(5096,10,290,0),(5097,10,291,0),(5098,10,292,0),(5099,10,293,0),(5100,10,294,0),(5101,10,295,0),(5102,10,296,0),(5103,10,297,0),(5104,10,298,0),(5105,10,299,0),(5106,10,300,0),(5107,10,301,0),(5108,10,302,0),(5109,10,303,0),(5110,10,304,0),(5111,10,305,0),(5112,10,306,0),(5113,10,307,0),(5114,10,308,0),(5115,10,309,0),(5116,10,310,0),(5117,10,311,0),(5118,10,312,0),(5119,10,313,0),(5120,10,314,0),(5121,10,315,0),(5122,10,316,0),(5123,10,317,0),(5124,10,318,0),(5125,10,319,0),(5126,10,320,0),(5127,10,321,0),(5128,10,322,0),(5129,10,323,0),(5130,10,324,0),(5131,10,325,0),(5132,10,326,0),(5133,10,327,0),(5134,10,328,0),(5135,10,329,0),(5136,10,330,0),(5137,10,331,0),(5138,10,332,0),(5139,10,333,0),(5140,10,334,0),(5141,10,335,0),(5142,10,336,0),(5143,10,337,0),(5144,10,338,0),(5145,10,339,0),(5146,10,340,0),(5147,10,341,0),(5148,10,342,0),(5149,10,343,0),(5150,10,344,0),(5151,10,345,0),(5152,10,346,0),(5153,10,347,0),(5154,10,348,0),(5155,10,349,0),(5156,10,350,0),(5157,10,351,0),(5158,10,352,0),(5159,10,353,0),(5160,10,354,0),(5161,10,355,0),(5162,10,356,0),(5163,10,357,0),(5164,10,358,0),(5165,10,359,0),(5166,10,360,0),(5167,10,361,0),(5168,10,362,0),(5169,10,363,0),(5170,10,364,0),(5171,10,365,0),(5172,10,366,0),(5173,10,367,0),(5174,10,368,0),(5175,10,369,0),(5176,10,370,0),(5177,10,371,0),(5178,10,372,0),(5179,10,373,0),(5180,10,374,0),(5181,10,375,0),(5182,10,376,0),(5183,10,377,0),(5184,10,378,0),(5185,10,379,0),(5186,10,380,0),(5187,10,381,0),(5188,10,382,0),(5189,10,383,0),(5190,10,384,0),(5191,10,385,0),(5192,10,386,0),(5193,10,387,0),(5194,10,388,0),(5195,10,389,0),(5196,10,390,0),(5197,10,391,0),(5198,10,392,0),(5199,10,393,0),(5200,10,394,0),(5201,10,395,0),(5202,10,396,0),(5203,10,397,0),(5204,10,398,0),(5205,10,399,0),(5206,10,400,0),(5207,10,401,0),(5208,10,402,0),(5209,10,403,0),(5210,10,404,0),(5211,10,405,0),(5212,10,406,0),(5213,10,407,0),(5214,10,408,0),(5215,10,409,0),(5216,10,410,0),(5217,10,411,0),(5218,10,412,0),(5219,10,413,0),(5220,10,414,0),(5221,10,415,0),(5222,10,416,0),(5223,10,417,0),(5224,10,418,0),(5225,10,419,0),(5226,10,420,0),(5227,10,421,0),(5228,10,422,0),(5229,10,423,0),(5230,10,424,0),(5231,10,425,0),(5232,10,426,0),(5233,10,427,0),(5234,10,428,0),(5235,10,429,0),(5236,10,430,0),(5237,10,431,0),(5238,10,432,0),(5239,10,433,0),(5240,10,434,0),(5241,10,435,0),(5242,10,436,0),(5243,10,437,0),(5244,10,438,0),(5245,10,439,0),(5246,10,440,0),(5247,10,441,0),(5248,10,442,0),(5249,10,443,0),(5250,10,444,0),(5251,10,445,0),(5252,10,446,0),(5253,10,447,0),(5254,10,448,0),(5255,10,449,0),(5256,10,450,0),(5257,10,451,0),(5258,10,452,0),(5259,10,453,0),(5260,10,454,0),(5261,10,455,0),(5262,10,456,0),(5263,10,457,0),(5264,10,458,0),(5265,10,459,0),(5266,10,460,0),(5267,10,461,0),(5268,10,462,0),(5269,10,463,0),(5270,10,464,0),(5271,10,465,0),(5272,10,466,0),(5273,10,467,0),(5274,10,468,0),(5275,10,469,0),(5276,10,470,0),(5277,10,471,0),(5278,10,472,0),(5279,10,473,0),(5280,10,474,0),(5281,10,475,0),(5282,10,476,0),(5283,10,477,0),(5284,10,478,0),(5285,10,479,0),(5286,10,480,0),(5287,10,481,0),(5288,10,482,0),(5289,10,483,0),(5290,10,484,0),(5291,10,485,0),(5292,10,486,0),(5293,10,487,0),(5294,10,488,0),(5295,10,489,0),(5296,10,490,0),(5297,10,491,0),(5298,10,492,0),(5299,10,493,0),(5300,10,494,0),(5301,10,495,0),(5302,10,496,0),(5303,10,497,0),(5304,10,498,0),(5305,10,499,0),(5306,10,500,0),(5307,10,501,0),(5308,10,502,0),(5309,10,503,0),(5310,10,504,0),(5311,10,505,0),(5312,10,506,0),(5313,10,507,0),(5314,10,508,0),(5315,10,509,0),(5316,10,510,0),(5317,10,511,0),(5318,10,512,0),(5319,10,513,0),(5320,10,514,0),(5321,10,515,0),(5322,10,516,0),(5323,10,517,0),(5324,10,518,0),(5325,10,519,0),(5326,10,520,0),(5327,10,521,0),(5328,10,522,0),(5329,10,523,0),(5330,10,524,0),(5331,10,525,0),(5332,10,526,0),(5333,10,527,0),(5334,10,528,0),(5335,10,529,0),(5336,10,530,0),(5337,10,531,0),(5338,10,532,0),(5339,10,533,0),(5340,10,534,0),(5341,11,1,0),(5342,11,2,0),(5343,11,3,0),(5344,11,4,0),(5345,11,5,0),(5346,11,6,0),(5347,11,7,0),(5348,11,8,0),(5349,11,9,0),(5350,11,10,0),(5351,11,11,0),(5352,11,12,0),(5353,11,13,0),(5354,11,14,0),(5355,11,15,0),(5356,11,16,0),(5357,11,17,0),(5358,11,18,0),(5359,11,19,0),(5360,11,20,0),(5361,11,21,0),(5362,11,22,0),(5363,11,23,0),(5364,11,24,0),(5365,11,25,0),(5366,11,26,0),(5367,11,27,0),(5368,11,28,0),(5369,11,29,0),(5370,11,30,0),(5371,11,31,0),(5372,11,32,0),(5373,11,33,0),(5374,11,34,0),(5375,11,35,0),(5376,11,36,0),(5377,11,37,0),(5378,11,38,0),(5379,11,39,0),(5380,11,40,0),(5381,11,41,0),(5382,11,42,0),(5383,11,43,0),(5384,11,44,0),(5385,11,45,0),(5386,11,46,0),(5387,11,47,0),(5388,11,48,0.263157894736842),(5389,11,49,0.263157894736842),(5390,11,50,0.263157894736842),(5391,11,51,0.210526315789474),(5392,11,52,0),(5393,11,53,0),(5394,11,54,0),(5395,11,55,0),(5396,11,56,0),(5397,11,57,0),(5398,11,58,0),(5399,11,59,0),(5400,11,60,0),(5401,11,61,0),(5402,11,62,0),(5403,11,63,0),(5404,11,64,0),(5405,11,65,0),(5406,11,66,0),(5407,11,67,0),(5408,11,68,0),(5409,11,69,0),(5410,11,70,0),(5411,11,71,0),(5412,11,72,0),(5413,11,73,0),(5414,11,74,0),(5415,11,75,0),(5416,11,76,0),(5417,11,77,0),(5418,11,78,0),(5419,11,79,0),(5420,11,80,0),(5421,11,81,0),(5422,11,82,0),(5423,11,83,0),(5424,11,84,0),(5425,11,85,0),(5426,11,86,0),(5427,11,87,0),(5428,11,88,0),(5429,11,89,0),(5430,11,90,0),(5431,11,91,0),(5432,11,92,0),(5433,11,93,0),(5434,11,94,0),(5435,11,95,0),(5436,11,96,0),(5437,11,97,0),(5438,11,98,0),(5439,11,99,0),(5440,11,100,0),(5441,11,101,0),(5442,11,102,0),(5443,11,103,0),(5444,11,104,0),(5445,11,105,0),(5446,11,106,0),(5447,11,107,0),(5448,11,108,0),(5449,11,109,0),(5450,11,110,0),(5451,11,111,0),(5452,11,112,0),(5453,11,113,0),(5454,11,114,0),(5455,11,115,0),(5456,11,116,0),(5457,11,117,0),(5458,11,118,0),(5459,11,119,0),(5460,11,120,0),(5461,11,121,0),(5462,11,122,0),(5463,11,123,0),(5464,11,124,0),(5465,11,125,0),(5466,11,126,0),(5467,11,127,0),(5468,11,128,0),(5469,11,129,0),(5470,11,130,0),(5471,11,131,0),(5472,11,132,0),(5473,11,133,0),(5474,11,134,0),(5475,11,135,0),(5476,11,136,0),(5477,11,137,0),(5478,11,138,0),(5479,11,139,0),(5480,11,140,0),(5481,11,141,0),(5482,11,142,0),(5483,11,143,0),(5484,11,144,0),(5485,11,145,0),(5486,11,146,0),(5487,11,147,0),(5488,11,148,0),(5489,11,149,0),(5490,11,150,0),(5491,11,151,0),(5492,11,152,0),(5493,11,153,0),(5494,11,154,0),(5495,11,155,0),(5496,11,156,0),(5497,11,157,0),(5498,11,158,0),(5499,11,159,0),(5500,11,160,0),(5501,11,161,0),(5502,11,162,0),(5503,11,163,0),(5504,11,164,0),(5505,11,165,0),(5506,11,166,0),(5507,11,167,0),(5508,11,168,0),(5509,11,169,0),(5510,11,170,0),(5511,11,171,0),(5512,11,172,0),(5513,11,173,0),(5514,11,174,0),(5515,11,175,0),(5516,11,176,0),(5517,11,177,0),(5518,11,178,0),(5519,11,179,0),(5520,11,180,0),(5521,11,181,0),(5522,11,182,0),(5523,11,183,0),(5524,11,184,0),(5525,11,185,0),(5526,11,186,0),(5527,11,187,0),(5528,11,188,0),(5529,11,189,0),(5530,11,190,0),(5531,11,191,0),(5532,11,192,0),(5533,11,193,0),(5534,11,194,0),(5535,11,195,0),(5536,11,196,0),(5537,11,197,0),(5538,11,198,0),(5539,11,199,0),(5540,11,200,0),(5541,11,201,0),(5542,11,202,0),(5543,11,203,0),(5544,11,204,0),(5545,11,205,0),(5546,11,206,0),(5547,11,207,0),(5548,11,208,0),(5549,11,209,0),(5550,11,210,0),(5551,11,211,0),(5552,11,212,0),(5553,11,213,0),(5554,11,214,0),(5555,11,215,0),(5556,11,216,0),(5557,11,217,0),(5558,11,218,0),(5559,11,219,0),(5560,11,220,0),(5561,11,221,0),(5562,11,222,0),(5563,11,223,0),(5564,11,224,0),(5565,11,225,0),(5566,11,226,0),(5567,11,227,0),(5568,11,228,0),(5569,11,229,0),(5570,11,230,0),(5571,11,231,0),(5572,11,232,0),(5573,11,233,0),(5574,11,234,0),(5575,11,235,0),(5576,11,236,0),(5577,11,237,0),(5578,11,238,0),(5579,11,239,0),(5580,11,240,0),(5581,11,241,0),(5582,11,242,0),(5583,11,243,0),(5584,11,244,0),(5585,11,245,0),(5586,11,246,0),(5587,11,247,0),(5588,11,248,0),(5589,11,249,0),(5590,11,250,0),(5591,11,251,0),(5592,11,252,0),(5593,11,253,0),(5594,11,254,0),(5595,11,255,0),(5596,11,256,0),(5597,11,257,0),(5598,11,258,0),(5599,11,259,0),(5600,11,260,0),(5601,11,261,0),(5602,11,262,0),(5603,11,263,0),(5604,11,264,0),(5605,11,265,0),(5606,11,266,0),(5607,11,267,0),(5608,11,268,0),(5609,11,269,0),(5610,11,270,0),(5611,11,271,0),(5612,11,272,0),(5613,11,273,0),(5614,11,274,0),(5615,11,275,0),(5616,11,276,0),(5617,11,277,0),(5618,11,278,0),(5619,11,279,0),(5620,11,280,0),(5621,11,281,0),(5622,11,282,0),(5623,11,283,0),(5624,11,284,0),(5625,11,285,0),(5626,11,286,0),(5627,11,287,0),(5628,11,288,0),(5629,11,289,0),(5630,11,290,0),(5631,11,291,0),(5632,11,292,0),(5633,11,293,0),(5634,11,294,0),(5635,11,295,0),(5636,11,296,0),(5637,11,297,0),(5638,11,298,0),(5639,11,299,0),(5640,11,300,0),(5641,11,301,0),(5642,11,302,0),(5643,11,303,0),(5644,11,304,0),(5645,11,305,0),(5646,11,306,0),(5647,11,307,0),(5648,11,308,0),(5649,11,309,0),(5650,11,310,0),(5651,11,311,0),(5652,11,312,0),(5653,11,313,0),(5654,11,314,0),(5655,11,315,0),(5656,11,316,0),(5657,11,317,0),(5658,11,318,0),(5659,11,319,0),(5660,11,320,0),(5661,11,321,0),(5662,11,322,0),(5663,11,323,0),(5664,11,324,0),(5665,11,325,0),(5666,11,326,0),(5667,11,327,0),(5668,11,328,0),(5669,11,329,0),(5670,11,330,0),(5671,11,331,0),(5672,11,332,0),(5673,11,333,0),(5674,11,334,0),(5675,11,335,0),(5676,11,336,0),(5677,11,337,0),(5678,11,338,0),(5679,11,339,0),(5680,11,340,0),(5681,11,341,0),(5682,11,342,0),(5683,11,343,0),(5684,11,344,0),(5685,11,345,0),(5686,11,346,0),(5687,11,347,0),(5688,11,348,0),(5689,11,349,0),(5690,11,350,0),(5691,11,351,0),(5692,11,352,0),(5693,11,353,0),(5694,11,354,0),(5695,11,355,0),(5696,11,356,0),(5697,11,357,0),(5698,11,358,0),(5699,11,359,0),(5700,11,360,0),(5701,11,361,0),(5702,11,362,0),(5703,11,363,0),(5704,11,364,0),(5705,11,365,0),(5706,11,366,0),(5707,11,367,0),(5708,11,368,0),(5709,11,369,0),(5710,11,370,0),(5711,11,371,0),(5712,11,372,0),(5713,11,373,0),(5714,11,374,0),(5715,11,375,0),(5716,11,376,0),(5717,11,377,0),(5718,11,378,0),(5719,11,379,0),(5720,11,380,0),(5721,11,381,0),(5722,11,382,0),(5723,11,383,0),(5724,11,384,0),(5725,11,385,0),(5726,11,386,0),(5727,11,387,0),(5728,11,388,0),(5729,11,389,0),(5730,11,390,0),(5731,11,391,0),(5732,11,392,0),(5733,11,393,0),(5734,11,394,0),(5735,11,395,0),(5736,11,396,0),(5737,11,397,0),(5738,11,398,0),(5739,11,399,0),(5740,11,400,0),(5741,11,401,0),(5742,11,402,0),(5743,11,403,0),(5744,11,404,0),(5745,11,405,0),(5746,11,406,0),(5747,11,407,0),(5748,11,408,0),(5749,11,409,0),(5750,11,410,0),(5751,11,411,0),(5752,11,412,0),(5753,11,413,0),(5754,11,414,0),(5755,11,415,0),(5756,11,416,0),(5757,11,417,0),(5758,11,418,0),(5759,11,419,0),(5760,11,420,0),(5761,11,421,0),(5762,11,422,0),(5763,11,423,0),(5764,11,424,0),(5765,11,425,0),(5766,11,426,0),(5767,11,427,0),(5768,11,428,0),(5769,11,429,0),(5770,11,430,0),(5771,11,431,0),(5772,11,432,0),(5773,11,433,0),(5774,11,434,0),(5775,11,435,0),(5776,11,436,0),(5777,11,437,0),(5778,11,438,0),(5779,11,439,0),(5780,11,440,0),(5781,11,441,0),(5782,11,442,0),(5783,11,443,0),(5784,11,444,0),(5785,11,445,0),(5786,11,446,0),(5787,11,447,0),(5788,11,448,0),(5789,11,449,0),(5790,11,450,0),(5791,11,451,0),(5792,11,452,0),(5793,11,453,0),(5794,11,454,0),(5795,11,455,0),(5796,11,456,0),(5797,11,457,0),(5798,11,458,0),(5799,11,459,0),(5800,11,460,0),(5801,11,461,0),(5802,11,462,0),(5803,11,463,0),(5804,11,464,0),(5805,11,465,0),(5806,11,466,0),(5807,11,467,0),(5808,11,468,0),(5809,11,469,0),(5810,11,470,0),(5811,11,471,0),(5812,11,472,0),(5813,11,473,0),(5814,11,474,0),(5815,11,475,0),(5816,11,476,0),(5817,11,477,0),(5818,11,478,0),(5819,11,479,0),(5820,11,480,0),(5821,11,481,0),(5822,11,482,0),(5823,11,483,0),(5824,11,484,0),(5825,11,485,0),(5826,11,486,0),(5827,11,487,0),(5828,11,488,0),(5829,11,489,0),(5830,11,490,0),(5831,11,491,0),(5832,11,492,0),(5833,11,493,0),(5834,11,494,0),(5835,11,495,0),(5836,11,496,0),(5837,11,497,0),(5838,11,498,0),(5839,11,499,0),(5840,11,500,0),(5841,11,501,0),(5842,11,502,0),(5843,11,503,0),(5844,11,504,0),(5845,11,505,0),(5846,11,506,0),(5847,11,507,0),(5848,11,508,0),(5849,11,509,0),(5850,11,510,0),(5851,11,511,0),(5852,11,512,0),(5853,11,513,0),(5854,11,514,0),(5855,11,515,0),(5856,11,516,0),(5857,11,517,0),(5858,11,518,0),(5859,11,519,0),(5860,11,520,0),(5861,11,521,0),(5862,11,522,0),(5863,11,523,0),(5864,11,524,0),(5865,11,525,0),(5866,11,526,0),(5867,11,527,0),(5868,11,528,0),(5869,11,529,0),(5870,11,530,0),(5871,11,531,0),(5872,11,532,0),(5873,11,533,0),(5874,11,534,0),(5875,12,1,0),(5876,12,2,0),(5877,12,3,0),(5878,12,4,0),(5879,12,5,0),(5880,12,6,0),(5881,12,7,0),(5882,12,8,0),(5883,12,9,0),(5884,12,10,0),(5885,12,11,0),(5886,12,12,0),(5887,12,13,0),(5888,12,14,0),(5889,12,15,0),(5890,12,16,0),(5891,12,17,0),(5892,12,18,0),(5893,12,19,0),(5894,12,20,0),(5895,12,21,0),(5896,12,22,0),(5897,12,23,0),(5898,12,24,0),(5899,12,25,0),(5900,12,26,0),(5901,12,27,0),(5902,12,28,0),(5903,12,29,0),(5904,12,30,0),(5905,12,31,0),(5906,12,32,0),(5907,12,33,0),(5908,12,34,0),(5909,12,35,0),(5910,12,36,0),(5911,12,37,0),(5912,12,38,0),(5913,12,39,0),(5914,12,40,0),(5915,12,41,0),(5916,12,42,0),(5917,12,43,0),(5918,12,44,0),(5919,12,45,0),(5920,12,46,0),(5921,12,47,0),(5922,12,48,0),(5923,12,49,0),(5924,12,50,0),(5925,12,51,0),(5926,12,52,0.5),(5927,12,53,0.35),(5928,12,54,0.15),(5929,12,55,0),(5930,12,56,0),(5931,12,57,0),(5932,12,58,0),(5933,12,59,0),(5934,12,60,0),(5935,12,61,0),(5936,12,62,0),(5937,12,63,0),(5938,12,64,0),(5939,12,65,0),(5940,12,66,0),(5941,12,67,0),(5942,12,68,0),(5943,12,69,0),(5944,12,70,0),(5945,12,71,0),(5946,12,72,0),(5947,12,73,0),(5948,12,74,0),(5949,12,75,0),(5950,12,76,0),(5951,12,77,0),(5952,12,78,0),(5953,12,79,0),(5954,12,80,0),(5955,12,81,0),(5956,12,82,0),(5957,12,83,0),(5958,12,84,0),(5959,12,85,0),(5960,12,86,0),(5961,12,87,0),(5962,12,88,0),(5963,12,89,0),(5964,12,90,0),(5965,12,91,0),(5966,12,92,0),(5967,12,93,0),(5968,12,94,0),(5969,12,95,0),(5970,12,96,0),(5971,12,97,0),(5972,12,98,0),(5973,12,99,0),(5974,12,100,0),(5975,12,101,0),(5976,12,102,0),(5977,12,103,0),(5978,12,104,0),(5979,12,105,0),(5980,12,106,0),(5981,12,107,0),(5982,12,108,0),(5983,12,109,0),(5984,12,110,0),(5985,12,111,0),(5986,12,112,0),(5987,12,113,0),(5988,12,114,0),(5989,12,115,0),(5990,12,116,0),(5991,12,117,0),(5992,12,118,0),(5993,12,119,0),(5994,12,120,0),(5995,12,121,0),(5996,12,122,0),(5997,12,123,0),(5998,12,124,0),(5999,12,125,0),(6000,12,126,0),(6001,12,127,0),(6002,12,128,0),(6003,12,129,0),(6004,12,130,0),(6005,12,131,0),(6006,12,132,0),(6007,12,133,0),(6008,12,134,0),(6009,12,135,0),(6010,12,136,0),(6011,12,137,0),(6012,12,138,0),(6013,12,139,0),(6014,12,140,0),(6015,12,141,0),(6016,12,142,0),(6017,12,143,0),(6018,12,144,0),(6019,12,145,0),(6020,12,146,0),(6021,12,147,0),(6022,12,148,0),(6023,12,149,0),(6024,12,150,0),(6025,12,151,0),(6026,12,152,0),(6027,12,153,0),(6028,12,154,0),(6029,12,155,0),(6030,12,156,0),(6031,12,157,0),(6032,12,158,0),(6033,12,159,0),(6034,12,160,0),(6035,12,161,0),(6036,12,162,0),(6037,12,163,0),(6038,12,164,0),(6039,12,165,0),(6040,12,166,0),(6041,12,167,0),(6042,12,168,0),(6043,12,169,0),(6044,12,170,0),(6045,12,171,0),(6046,12,172,0),(6047,12,173,0),(6048,12,174,0),(6049,12,175,0),(6050,12,176,0),(6051,12,177,0),(6052,12,178,0),(6053,12,179,0),(6054,12,180,0),(6055,12,181,0),(6056,12,182,0),(6057,12,183,0),(6058,12,184,0),(6059,12,185,0),(6060,12,186,0),(6061,12,187,0),(6062,12,188,0),(6063,12,189,0),(6064,12,190,0),(6065,12,191,0),(6066,12,192,0),(6067,12,193,0),(6068,12,194,0),(6069,12,195,0),(6070,12,196,0),(6071,12,197,0),(6072,12,198,0),(6073,12,199,0),(6074,12,200,0),(6075,12,201,0),(6076,12,202,0),(6077,12,203,0),(6078,12,204,0),(6079,12,205,0),(6080,12,206,0),(6081,12,207,0),(6082,12,208,0),(6083,12,209,0),(6084,12,210,0),(6085,12,211,0),(6086,12,212,0),(6087,12,213,0),(6088,12,214,0),(6089,12,215,0),(6090,12,216,0),(6091,12,217,0),(6092,12,218,0),(6093,12,219,0),(6094,12,220,0),(6095,12,221,0),(6096,12,222,0),(6097,12,223,0),(6098,12,224,0),(6099,12,225,0),(6100,12,226,0),(6101,12,227,0),(6102,12,228,0),(6103,12,229,0),(6104,12,230,0),(6105,12,231,0),(6106,12,232,0),(6107,12,233,0),(6108,12,234,0),(6109,12,235,0),(6110,12,236,0),(6111,12,237,0),(6112,12,238,0),(6113,12,239,0),(6114,12,240,0),(6115,12,241,0),(6116,12,242,0),(6117,12,243,0),(6118,12,244,0),(6119,12,245,0),(6120,12,246,0),(6121,12,247,0),(6122,12,248,0),(6123,12,249,0),(6124,12,250,0),(6125,12,251,0),(6126,12,252,0),(6127,12,253,0),(6128,12,254,0),(6129,12,255,0),(6130,12,256,0),(6131,12,257,0),(6132,12,258,0),(6133,12,259,0),(6134,12,260,0),(6135,12,261,0),(6136,12,262,0),(6137,12,263,0),(6138,12,264,0),(6139,12,265,0),(6140,12,266,0),(6141,12,267,0),(6142,12,268,0),(6143,12,269,0),(6144,12,270,0),(6145,12,271,0),(6146,12,272,0),(6147,12,273,0),(6148,12,274,0),(6149,12,275,0),(6150,12,276,0),(6151,12,277,0),(6152,12,278,0),(6153,12,279,0),(6154,12,280,0),(6155,12,281,0),(6156,12,282,0),(6157,12,283,0),(6158,12,284,0),(6159,12,285,0),(6160,12,286,0),(6161,12,287,0),(6162,12,288,0),(6163,12,289,0),(6164,12,290,0),(6165,12,291,0),(6166,12,292,0),(6167,12,293,0),(6168,12,294,0),(6169,12,295,0),(6170,12,296,0),(6171,12,297,0),(6172,12,298,0),(6173,12,299,0),(6174,12,300,0),(6175,12,301,0),(6176,12,302,0),(6177,12,303,0),(6178,12,304,0),(6179,12,305,0),(6180,12,306,0),(6181,12,307,0),(6182,12,308,0),(6183,12,309,0),(6184,12,310,0),(6185,12,311,0),(6186,12,312,0),(6187,12,313,0),(6188,12,314,0),(6189,12,315,0),(6190,12,316,0),(6191,12,317,0),(6192,12,318,0),(6193,12,319,0),(6194,12,320,0),(6195,12,321,0),(6196,12,322,0),(6197,12,323,0),(6198,12,324,0),(6199,12,325,0),(6200,12,326,0),(6201,12,327,0),(6202,12,328,0),(6203,12,329,0),(6204,12,330,0),(6205,12,331,0),(6206,12,332,0),(6207,12,333,0),(6208,12,334,0),(6209,12,335,0),(6210,12,336,0),(6211,12,337,0),(6212,12,338,0),(6213,12,339,0),(6214,12,340,0),(6215,12,341,0),(6216,12,342,0),(6217,12,343,0),(6218,12,344,0),(6219,12,345,0),(6220,12,346,0),(6221,12,347,0),(6222,12,348,0),(6223,12,349,0),(6224,12,350,0),(6225,12,351,0),(6226,12,352,0),(6227,12,353,0),(6228,12,354,0),(6229,12,355,0),(6230,12,356,0),(6231,12,357,0),(6232,12,358,0),(6233,12,359,0),(6234,12,360,0),(6235,12,361,0),(6236,12,362,0),(6237,12,363,0),(6238,12,364,0),(6239,12,365,0),(6240,12,366,0),(6241,12,367,0),(6242,12,368,0),(6243,12,369,0),(6244,12,370,0),(6245,12,371,0),(6246,12,372,0),(6247,12,373,0),(6248,12,374,0),(6249,12,375,0),(6250,12,376,0),(6251,12,377,0),(6252,12,378,0),(6253,12,379,0),(6254,12,380,0),(6255,12,381,0),(6256,12,382,0),(6257,12,383,0),(6258,12,384,0),(6259,12,385,0),(6260,12,386,0),(6261,12,387,0),(6262,12,388,0),(6263,12,389,0),(6264,12,390,0),(6265,12,391,0),(6266,12,392,0),(6267,12,393,0),(6268,12,394,0),(6269,12,395,0),(6270,12,396,0),(6271,12,397,0),(6272,12,398,0),(6273,12,399,0),(6274,12,400,0),(6275,12,401,0),(6276,12,402,0),(6277,12,403,0),(6278,12,404,0),(6279,12,405,0),(6280,12,406,0),(6281,12,407,0),(6282,12,408,0),(6283,12,409,0),(6284,12,410,0),(6285,12,411,0),(6286,12,412,0),(6287,12,413,0),(6288,12,414,0),(6289,12,415,0),(6290,12,416,0),(6291,12,417,0),(6292,12,418,0),(6293,12,419,0),(6294,12,420,0),(6295,12,421,0),(6296,12,422,0),(6297,12,423,0),(6298,12,424,0),(6299,12,425,0),(6300,12,426,0),(6301,12,427,0),(6302,12,428,0),(6303,12,429,0),(6304,12,430,0),(6305,12,431,0),(6306,12,432,0),(6307,12,433,0),(6308,12,434,0),(6309,12,435,0),(6310,12,436,0),(6311,12,437,0),(6312,12,438,0),(6313,12,439,0),(6314,12,440,0),(6315,12,441,0),(6316,12,442,0),(6317,12,443,0),(6318,12,444,0),(6319,12,445,0),(6320,12,446,0),(6321,12,447,0),(6322,12,448,0),(6323,12,449,0),(6324,12,450,0),(6325,12,451,0),(6326,12,452,0),(6327,12,453,0),(6328,12,454,0),(6329,12,455,0),(6330,12,456,0),(6331,12,457,0),(6332,12,458,0),(6333,12,459,0),(6334,12,460,0),(6335,12,461,0),(6336,12,462,0),(6337,12,463,0),(6338,12,464,0),(6339,12,465,0),(6340,12,466,0),(6341,12,467,0),(6342,12,468,0),(6343,12,469,0),(6344,12,470,0),(6345,12,471,0),(6346,12,472,0),(6347,12,473,0),(6348,12,474,0),(6349,12,475,0),(6350,12,476,0),(6351,12,477,0),(6352,12,478,0),(6353,12,479,0),(6354,12,480,0),(6355,12,481,0),(6356,12,482,0),(6357,12,483,0),(6358,12,484,0),(6359,12,485,0),(6360,12,486,0),(6361,12,487,0),(6362,12,488,0),(6363,12,489,0),(6364,12,490,0),(6365,12,491,0),(6366,12,492,0),(6367,12,493,0),(6368,12,494,0),(6369,12,495,0),(6370,12,496,0),(6371,12,497,0),(6372,12,498,0),(6373,12,499,0),(6374,12,500,0),(6375,12,501,0),(6376,12,502,0),(6377,12,503,0),(6378,12,504,0),(6379,12,505,0),(6380,12,506,0),(6381,12,507,0),(6382,12,508,0),(6383,12,509,0),(6384,12,510,0),(6385,12,511,0),(6386,12,512,0),(6387,12,513,0),(6388,12,514,0),(6389,12,515,0),(6390,12,516,0),(6391,12,517,0),(6392,12,518,0),(6393,12,519,0),(6394,12,520,0),(6395,12,521,0),(6396,12,522,0),(6397,12,523,0),(6398,12,524,0),(6399,12,525,0),(6400,12,526,0),(6401,12,527,0),(6402,12,528,0),(6403,12,529,0),(6404,12,530,0),(6405,12,531,0),(6406,12,532,0),(6407,12,533,0),(6408,12,534,0),(6409,13,1,0),(6410,13,2,0),(6411,13,3,0),(6412,13,4,0),(6413,13,5,0),(6414,13,6,0),(6415,13,7,0),(6416,13,8,0),(6417,13,9,0),(6418,13,10,0),(6419,13,11,0),(6420,13,12,0),(6421,13,13,0),(6422,13,14,0),(6423,13,15,0),(6424,13,16,0),(6425,13,17,0),(6426,13,18,0),(6427,13,19,0),(6428,13,20,0),(6429,13,21,0),(6430,13,22,0),(6431,13,23,0),(6432,13,24,0),(6433,13,25,0),(6434,13,26,0),(6435,13,27,0),(6436,13,28,0),(6437,13,29,0),(6438,13,30,0),(6439,13,31,0),(6440,13,32,0),(6441,13,33,0),(6442,13,34,0),(6443,13,35,0),(6444,13,36,0),(6445,13,37,0),(6446,13,38,0),(6447,13,39,0),(6448,13,40,0),(6449,13,41,0),(6450,13,42,0),(6451,13,43,0),(6452,13,44,0),(6453,13,45,0),(6454,13,46,0),(6455,13,47,0),(6456,13,48,0),(6457,13,49,0),(6458,13,50,0),(6459,13,51,0),(6460,13,52,0),(6461,13,53,0),(6462,13,54,0),(6463,13,55,0.258064516129032),(6464,13,56,0.258064516129032),(6465,13,57,0.258064516129032),(6466,13,58,0.161290322580645),(6467,13,59,0.0645161290322581),(6468,13,60,0),(6469,13,61,0),(6470,13,62,0),(6471,13,63,0),(6472,13,64,0),(6473,13,65,0),(6474,13,66,0),(6475,13,67,0),(6476,13,68,0),(6477,13,69,0),(6478,13,70,0),(6479,13,71,0),(6480,13,72,0),(6481,13,73,0),(6482,13,74,0),(6483,13,75,0),(6484,13,76,0),(6485,13,77,0),(6486,13,78,0),(6487,13,79,0),(6488,13,80,0),(6489,13,81,0),(6490,13,82,0),(6491,13,83,0),(6492,13,84,0),(6493,13,85,0),(6494,13,86,0),(6495,13,87,0),(6496,13,88,0),(6497,13,89,0),(6498,13,90,0),(6499,13,91,0),(6500,13,92,0),(6501,13,93,0),(6502,13,94,0),(6503,13,95,0),(6504,13,96,0),(6505,13,97,0),(6506,13,98,0),(6507,13,99,0),(6508,13,100,0),(6509,13,101,0),(6510,13,102,0),(6511,13,103,0),(6512,13,104,0),(6513,13,105,0),(6514,13,106,0),(6515,13,107,0),(6516,13,108,0),(6517,13,109,0),(6518,13,110,0),(6519,13,111,0),(6520,13,112,0),(6521,13,113,0),(6522,13,114,0),(6523,13,115,0),(6524,13,116,0),(6525,13,117,0),(6526,13,118,0),(6527,13,119,0),(6528,13,120,0),(6529,13,121,0),(6530,13,122,0),(6531,13,123,0),(6532,13,124,0),(6533,13,125,0),(6534,13,126,0),(6535,13,127,0),(6536,13,128,0),(6537,13,129,0),(6538,13,130,0),(6539,13,131,0),(6540,13,132,0),(6541,13,133,0),(6542,13,134,0),(6543,13,135,0),(6544,13,136,0),(6545,13,137,0),(6546,13,138,0),(6547,13,139,0),(6548,13,140,0),(6549,13,141,0),(6550,13,142,0),(6551,13,143,0),(6552,13,144,0),(6553,13,145,0),(6554,13,146,0),(6555,13,147,0),(6556,13,148,0),(6557,13,149,0),(6558,13,150,0),(6559,13,151,0),(6560,13,152,0),(6561,13,153,0),(6562,13,154,0),(6563,13,155,0),(6564,13,156,0),(6565,13,157,0),(6566,13,158,0),(6567,13,159,0),(6568,13,160,0),(6569,13,161,0),(6570,13,162,0),(6571,13,163,0),(6572,13,164,0),(6573,13,165,0),(6574,13,166,0),(6575,13,167,0),(6576,13,168,0),(6577,13,169,0),(6578,13,170,0),(6579,13,171,0),(6580,13,172,0),(6581,13,173,0),(6582,13,174,0),(6583,13,175,0),(6584,13,176,0),(6585,13,177,0),(6586,13,178,0),(6587,13,179,0),(6588,13,180,0),(6589,13,181,0),(6590,13,182,0),(6591,13,183,0),(6592,13,184,0),(6593,13,185,0),(6594,13,186,0),(6595,13,187,0),(6596,13,188,0),(6597,13,189,0),(6598,13,190,0),(6599,13,191,0),(6600,13,192,0),(6601,13,193,0),(6602,13,194,0),(6603,13,195,0),(6604,13,196,0),(6605,13,197,0),(6606,13,198,0),(6607,13,199,0),(6608,13,200,0),(6609,13,201,0),(6610,13,202,0),(6611,13,203,0),(6612,13,204,0),(6613,13,205,0),(6614,13,206,0),(6615,13,207,0),(6616,13,208,0),(6617,13,209,0),(6618,13,210,0),(6619,13,211,0),(6620,13,212,0),(6621,13,213,0),(6622,13,214,0),(6623,13,215,0),(6624,13,216,0),(6625,13,217,0),(6626,13,218,0),(6627,13,219,0),(6628,13,220,0),(6629,13,221,0),(6630,13,222,0),(6631,13,223,0),(6632,13,224,0),(6633,13,225,0),(6634,13,226,0),(6635,13,227,0),(6636,13,228,0),(6637,13,229,0),(6638,13,230,0),(6639,13,231,0),(6640,13,232,0),(6641,13,233,0),(6642,13,234,0),(6643,13,235,0),(6644,13,236,0),(6645,13,237,0),(6646,13,238,0),(6647,13,239,0),(6648,13,240,0),(6649,13,241,0),(6650,13,242,0),(6651,13,243,0),(6652,13,244,0),(6653,13,245,0),(6654,13,246,0),(6655,13,247,0),(6656,13,248,0),(6657,13,249,0),(6658,13,250,0),(6659,13,251,0),(6660,13,252,0),(6661,13,253,0),(6662,13,254,0),(6663,13,255,0),(6664,13,256,0),(6665,13,257,0),(6666,13,258,0),(6667,13,259,0),(6668,13,260,0),(6669,13,261,0),(6670,13,262,0),(6671,13,263,0),(6672,13,264,0),(6673,13,265,0),(6674,13,266,0),(6675,13,267,0),(6676,13,268,0),(6677,13,269,0),(6678,13,270,0),(6679,13,271,0),(6680,13,272,0),(6681,13,273,0),(6682,13,274,0),(6683,13,275,0),(6684,13,276,0),(6685,13,277,0),(6686,13,278,0),(6687,13,279,0),(6688,13,280,0),(6689,13,281,0),(6690,13,282,0),(6691,13,283,0),(6692,13,284,0),(6693,13,285,0),(6694,13,286,0),(6695,13,287,0),(6696,13,288,0),(6697,13,289,0),(6698,13,290,0),(6699,13,291,0),(6700,13,292,0),(6701,13,293,0),(6702,13,294,0),(6703,13,295,0),(6704,13,296,0),(6705,13,297,0),(6706,13,298,0),(6707,13,299,0),(6708,13,300,0),(6709,13,301,0),(6710,13,302,0),(6711,13,303,0),(6712,13,304,0),(6713,13,305,0),(6714,13,306,0),(6715,13,307,0),(6716,13,308,0),(6717,13,309,0),(6718,13,310,0),(6719,13,311,0),(6720,13,312,0),(6721,13,313,0),(6722,13,314,0),(6723,13,315,0),(6724,13,316,0),(6725,13,317,0),(6726,13,318,0),(6727,13,319,0),(6728,13,320,0),(6729,13,321,0),(6730,13,322,0),(6731,13,323,0),(6732,13,324,0),(6733,13,325,0),(6734,13,326,0),(6735,13,327,0),(6736,13,328,0),(6737,13,329,0),(6738,13,330,0),(6739,13,331,0),(6740,13,332,0),(6741,13,333,0),(6742,13,334,0),(6743,13,335,0),(6744,13,336,0),(6745,13,337,0),(6746,13,338,0),(6747,13,339,0),(6748,13,340,0),(6749,13,341,0),(6750,13,342,0),(6751,13,343,0),(6752,13,344,0),(6753,13,345,0),(6754,13,346,0),(6755,13,347,0),(6756,13,348,0),(6757,13,349,0),(6758,13,350,0),(6759,13,351,0),(6760,13,352,0),(6761,13,353,0),(6762,13,354,0),(6763,13,355,0),(6764,13,356,0),(6765,13,357,0),(6766,13,358,0),(6767,13,359,0),(6768,13,360,0),(6769,13,361,0),(6770,13,362,0),(6771,13,363,0),(6772,13,364,0),(6773,13,365,0),(6774,13,366,0),(6775,13,367,0),(6776,13,368,0),(6777,13,369,0),(6778,13,370,0),(6779,13,371,0),(6780,13,372,0),(6781,13,373,0),(6782,13,374,0),(6783,13,375,0),(6784,13,376,0),(6785,13,377,0),(6786,13,378,0),(6787,13,379,0),(6788,13,380,0),(6789,13,381,0),(6790,13,382,0),(6791,13,383,0),(6792,13,384,0),(6793,13,385,0),(6794,13,386,0),(6795,13,387,0),(6796,13,388,0),(6797,13,389,0),(6798,13,390,0),(6799,13,391,0),(6800,13,392,0),(6801,13,393,0),(6802,13,394,0),(6803,13,395,0),(6804,13,396,0),(6805,13,397,0),(6806,13,398,0),(6807,13,399,0),(6808,13,400,0),(6809,13,401,0),(6810,13,402,0),(6811,13,403,0),(6812,13,404,0),(6813,13,405,0),(6814,13,406,0),(6815,13,407,0),(6816,13,408,0),(6817,13,409,0),(6818,13,410,0),(6819,13,411,0),(6820,13,412,0),(6821,13,413,0),(6822,13,414,0),(6823,13,415,0),(6824,13,416,0),(6825,13,417,0),(6826,13,418,0),(6827,13,419,0),(6828,13,420,0),(6829,13,421,0),(6830,13,422,0),(6831,13,423,0),(6832,13,424,0),(6833,13,425,0),(6834,13,426,0),(6835,13,427,0),(6836,13,428,0),(6837,13,429,0),(6838,13,430,0),(6839,13,431,0),(6840,13,432,0),(6841,13,433,0),(6842,13,434,0),(6843,13,435,0),(6844,13,436,0),(6845,13,437,0),(6846,13,438,0),(6847,13,439,0),(6848,13,440,0),(6849,13,441,0),(6850,13,442,0),(6851,13,443,0),(6852,13,444,0),(6853,13,445,0),(6854,13,446,0),(6855,13,447,0),(6856,13,448,0),(6857,13,449,0),(6858,13,450,0),(6859,13,451,0),(6860,13,452,0),(6861,13,453,0),(6862,13,454,0),(6863,13,455,0),(6864,13,456,0),(6865,13,457,0),(6866,13,458,0),(6867,13,459,0),(6868,13,460,0),(6869,13,461,0),(6870,13,462,0),(6871,13,463,0),(6872,13,464,0),(6873,13,465,0),(6874,13,466,0),(6875,13,467,0),(6876,13,468,0),(6877,13,469,0),(6878,13,470,0),(6879,13,471,0),(6880,13,472,0),(6881,13,473,0),(6882,13,474,0),(6883,13,475,0),(6884,13,476,0),(6885,13,477,0),(6886,13,478,0),(6887,13,479,0),(6888,13,480,0),(6889,13,481,0),(6890,13,482,0),(6891,13,483,0),(6892,13,484,0),(6893,13,485,0),(6894,13,486,0),(6895,13,487,0),(6896,13,488,0),(6897,13,489,0),(6898,13,490,0),(6899,13,491,0),(6900,13,492,0),(6901,13,493,0),(6902,13,494,0),(6903,13,495,0),(6904,13,496,0),(6905,13,497,0),(6906,13,498,0),(6907,13,499,0),(6908,13,500,0),(6909,13,501,0),(6910,13,502,0),(6911,13,503,0),(6912,13,504,0),(6913,13,505,0),(6914,13,506,0),(6915,13,507,0),(6916,13,508,0),(6917,13,509,0),(6918,13,510,0),(6919,13,511,0),(6920,13,512,0),(6921,13,513,0),(6922,13,514,0),(6923,13,515,0),(6924,13,516,0),(6925,13,517,0),(6926,13,518,0),(6927,13,519,0),(6928,13,520,0),(6929,13,521,0),(6930,13,522,0),(6931,13,523,0),(6932,13,524,0),(6933,13,525,0),(6934,13,526,0),(6935,13,527,0),(6936,13,528,0),(6937,13,529,0),(6938,13,530,0),(6939,13,531,0),(6940,13,532,0),(6941,13,533,0),(6942,13,534,0),(6943,14,1,0),(6944,14,2,0),(6945,14,3,0),(6946,14,4,0),(6947,14,5,0),(6948,14,6,0),(6949,14,7,0),(6950,14,8,0),(6951,14,9,0),(6952,14,10,0),(6953,14,11,0),(6954,14,12,0),(6955,14,13,0),(6956,14,14,0),(6957,14,15,0),(6958,14,16,0),(6959,14,17,0),(6960,14,18,0),(6961,14,19,0),(6962,14,20,0),(6963,14,21,0),(6964,14,22,0),(6965,14,23,0),(6966,14,24,0),(6967,14,25,0),(6968,14,26,0),(6969,14,27,0),(6970,14,28,0),(6971,14,29,0),(6972,14,30,0),(6973,14,31,0),(6974,14,32,0),(6975,14,33,0),(6976,14,34,0),(6977,14,35,0),(6978,14,36,0),(6979,14,37,0),(6980,14,38,0),(6981,14,39,0),(6982,14,40,0),(6983,14,41,0),(6984,14,42,0),(6985,14,43,0),(6986,14,44,0),(6987,14,45,0),(6988,14,46,0),(6989,14,47,0),(6990,14,48,0),(6991,14,49,0),(6992,14,50,0),(6993,14,51,0),(6994,14,52,0),(6995,14,53,0),(6996,14,54,0),(6997,14,55,0),(6998,14,56,0),(6999,14,57,0),(7000,14,58,0),(7001,14,59,0),(7002,14,60,0.2),(7003,14,61,0.12),(7004,14,62,0.14),(7005,14,63,0.1),(7006,14,64,0.16),(7007,14,65,0.02),(7008,14,66,0.06),(7009,14,67,0.08),(7010,14,68,0.04),(7011,14,69,0.08),(7012,14,70,0),(7013,14,71,0),(7014,14,72,0),(7015,14,73,0),(7016,14,74,0),(7017,14,75,0),(7018,14,76,0),(7019,14,77,0),(7020,14,78,0),(7021,14,79,0),(7022,14,80,0),(7023,14,81,0),(7024,14,82,0),(7025,14,83,0),(7026,14,84,0),(7027,14,85,0),(7028,14,86,0),(7029,14,87,0),(7030,14,88,0),(7031,14,89,0),(7032,14,90,0),(7033,14,91,0),(7034,14,92,0),(7035,14,93,0),(7036,14,94,0),(7037,14,95,0),(7038,14,96,0),(7039,14,97,0),(7040,14,98,0),(7041,14,99,0),(7042,14,100,0),(7043,14,101,0),(7044,14,102,0),(7045,14,103,0),(7046,14,104,0),(7047,14,105,0),(7048,14,106,0),(7049,14,107,0),(7050,14,108,0),(7051,14,109,0),(7052,14,110,0),(7053,14,111,0),(7054,14,112,0),(7055,14,113,0),(7056,14,114,0),(7057,14,115,0),(7058,14,116,0),(7059,14,117,0),(7060,14,118,0),(7061,14,119,0),(7062,14,120,0),(7063,14,121,0),(7064,14,122,0),(7065,14,123,0),(7066,14,124,0),(7067,14,125,0),(7068,14,126,0),(7069,14,127,0),(7070,14,128,0),(7071,14,129,0),(7072,14,130,0),(7073,14,131,0),(7074,14,132,0),(7075,14,133,0),(7076,14,134,0),(7077,14,135,0),(7078,14,136,0),(7079,14,137,0),(7080,14,138,0),(7081,14,139,0),(7082,14,140,0),(7083,14,141,0),(7084,14,142,0),(7085,14,143,0),(7086,14,144,0),(7087,14,145,0),(7088,14,146,0),(7089,14,147,0),(7090,14,148,0),(7091,14,149,0),(7092,14,150,0),(7093,14,151,0),(7094,14,152,0),(7095,14,153,0),(7096,14,154,0),(7097,14,155,0),(7098,14,156,0),(7099,14,157,0),(7100,14,158,0),(7101,14,159,0),(7102,14,160,0),(7103,14,161,0),(7104,14,162,0),(7105,14,163,0),(7106,14,164,0),(7107,14,165,0),(7108,14,166,0),(7109,14,167,0),(7110,14,168,0),(7111,14,169,0),(7112,14,170,0),(7113,14,171,0),(7114,14,172,0),(7115,14,173,0),(7116,14,174,0),(7117,14,175,0),(7118,14,176,0),(7119,14,177,0),(7120,14,178,0),(7121,14,179,0),(7122,14,180,0),(7123,14,181,0),(7124,14,182,0),(7125,14,183,0),(7126,14,184,0),(7127,14,185,0),(7128,14,186,0),(7129,14,187,0),(7130,14,188,0),(7131,14,189,0),(7132,14,190,0),(7133,14,191,0),(7134,14,192,0),(7135,14,193,0),(7136,14,194,0),(7137,14,195,0),(7138,14,196,0),(7139,14,197,0),(7140,14,198,0),(7141,14,199,0),(7142,14,200,0),(7143,14,201,0),(7144,14,202,0),(7145,14,203,0),(7146,14,204,0),(7147,14,205,0),(7148,14,206,0),(7149,14,207,0),(7150,14,208,0),(7151,14,209,0),(7152,14,210,0),(7153,14,211,0),(7154,14,212,0),(7155,14,213,0),(7156,14,214,0),(7157,14,215,0),(7158,14,216,0),(7159,14,217,0),(7160,14,218,0),(7161,14,219,0),(7162,14,220,0),(7163,14,221,0),(7164,14,222,0),(7165,14,223,0),(7166,14,224,0),(7167,14,225,0),(7168,14,226,0),(7169,14,227,0),(7170,14,228,0),(7171,14,229,0),(7172,14,230,0),(7173,14,231,0),(7174,14,232,0),(7175,14,233,0),(7176,14,234,0),(7177,14,235,0),(7178,14,236,0),(7179,14,237,0),(7180,14,238,0),(7181,14,239,0),(7182,14,240,0),(7183,14,241,0),(7184,14,242,0),(7185,14,243,0),(7186,14,244,0),(7187,14,245,0),(7188,14,246,0),(7189,14,247,0),(7190,14,248,0),(7191,14,249,0),(7192,14,250,0),(7193,14,251,0),(7194,14,252,0),(7195,14,253,0),(7196,14,254,0),(7197,14,255,0),(7198,14,256,0),(7199,14,257,0),(7200,14,258,0),(7201,14,259,0),(7202,14,260,0),(7203,14,261,0),(7204,14,262,0),(7205,14,263,0),(7206,14,264,0),(7207,14,265,0),(7208,14,266,0),(7209,14,267,0),(7210,14,268,0),(7211,14,269,0),(7212,14,270,0),(7213,14,271,0),(7214,14,272,0),(7215,14,273,0),(7216,14,274,0),(7217,14,275,0),(7218,14,276,0),(7219,14,277,0),(7220,14,278,0),(7221,14,279,0),(7222,14,280,0),(7223,14,281,0),(7224,14,282,0),(7225,14,283,0),(7226,14,284,0),(7227,14,285,0),(7228,14,286,0),(7229,14,287,0),(7230,14,288,0),(7231,14,289,0),(7232,14,290,0),(7233,14,291,0),(7234,14,292,0),(7235,14,293,0),(7236,14,294,0),(7237,14,295,0),(7238,14,296,0),(7239,14,297,0),(7240,14,298,0),(7241,14,299,0),(7242,14,300,0),(7243,14,301,0),(7244,14,302,0),(7245,14,303,0),(7246,14,304,0),(7247,14,305,0),(7248,14,306,0),(7249,14,307,0),(7250,14,308,0),(7251,14,309,0),(7252,14,310,0),(7253,14,311,0),(7254,14,312,0),(7255,14,313,0),(7256,14,314,0),(7257,14,315,0),(7258,14,316,0),(7259,14,317,0),(7260,14,318,0),(7261,14,319,0),(7262,14,320,0),(7263,14,321,0),(7264,14,322,0),(7265,14,323,0),(7266,14,324,0),(7267,14,325,0),(7268,14,326,0),(7269,14,327,0),(7270,14,328,0),(7271,14,329,0),(7272,14,330,0),(7273,14,331,0),(7274,14,332,0),(7275,14,333,0),(7276,14,334,0),(7277,14,335,0),(7278,14,336,0),(7279,14,337,0),(7280,14,338,0),(7281,14,339,0),(7282,14,340,0),(7283,14,341,0),(7284,14,342,0),(7285,14,343,0),(7286,14,344,0),(7287,14,345,0),(7288,14,346,0),(7289,14,347,0),(7290,14,348,0),(7291,14,349,0),(7292,14,350,0),(7293,14,351,0),(7294,14,352,0),(7295,14,353,0),(7296,14,354,0),(7297,14,355,0),(7298,14,356,0),(7299,14,357,0),(7300,14,358,0),(7301,14,359,0),(7302,14,360,0),(7303,14,361,0),(7304,14,362,0),(7305,14,363,0),(7306,14,364,0),(7307,14,365,0),(7308,14,366,0),(7309,14,367,0),(7310,14,368,0),(7311,14,369,0),(7312,14,370,0),(7313,14,371,0),(7314,14,372,0),(7315,14,373,0),(7316,14,374,0),(7317,14,375,0),(7318,14,376,0),(7319,14,377,0),(7320,14,378,0),(7321,14,379,0),(7322,14,380,0),(7323,14,381,0),(7324,14,382,0),(7325,14,383,0),(7326,14,384,0),(7327,14,385,0),(7328,14,386,0),(7329,14,387,0),(7330,14,388,0),(7331,14,389,0),(7332,14,390,0),(7333,14,391,0),(7334,14,392,0),(7335,14,393,0),(7336,14,394,0),(7337,14,395,0),(7338,14,396,0),(7339,14,397,0),(7340,14,398,0),(7341,14,399,0),(7342,14,400,0),(7343,14,401,0),(7344,14,402,0),(7345,14,403,0),(7346,14,404,0),(7347,14,405,0),(7348,14,406,0),(7349,14,407,0),(7350,14,408,0),(7351,14,409,0),(7352,14,410,0),(7353,14,411,0),(7354,14,412,0),(7355,14,413,0),(7356,14,414,0),(7357,14,415,0),(7358,14,416,0),(7359,14,417,0),(7360,14,418,0),(7361,14,419,0),(7362,14,420,0),(7363,14,421,0),(7364,14,422,0),(7365,14,423,0),(7366,14,424,0),(7367,14,425,0),(7368,14,426,0),(7369,14,427,0),(7370,14,428,0),(7371,14,429,0),(7372,14,430,0),(7373,14,431,0),(7374,14,432,0),(7375,14,433,0),(7376,14,434,0),(7377,14,435,0),(7378,14,436,0),(7379,14,437,0),(7380,14,438,0),(7381,14,439,0),(7382,14,440,0),(7383,14,441,0),(7384,14,442,0),(7385,14,443,0),(7386,14,444,0),(7387,14,445,0),(7388,14,446,0),(7389,14,447,0),(7390,14,448,0),(7391,14,449,0),(7392,14,450,0),(7393,14,451,0),(7394,14,452,0),(7395,14,453,0),(7396,14,454,0),(7397,14,455,0),(7398,14,456,0),(7399,14,457,0),(7400,14,458,0),(7401,14,459,0),(7402,14,460,0),(7403,14,461,0),(7404,14,462,0),(7405,14,463,0),(7406,14,464,0),(7407,14,465,0),(7408,14,466,0),(7409,14,467,0),(7410,14,468,0),(7411,14,469,0),(7412,14,470,0),(7413,14,471,0),(7414,14,472,0),(7415,14,473,0),(7416,14,474,0),(7417,14,475,0),(7418,14,476,0),(7419,14,477,0),(7420,14,478,0),(7421,14,479,0),(7422,14,480,0),(7423,14,481,0),(7424,14,482,0),(7425,14,483,0),(7426,14,484,0),(7427,14,485,0),(7428,14,486,0),(7429,14,487,0),(7430,14,488,0),(7431,14,489,0),(7432,14,490,0),(7433,14,491,0),(7434,14,492,0),(7435,14,493,0),(7436,14,494,0),(7437,14,495,0),(7438,14,496,0),(7439,14,497,0),(7440,14,498,0),(7441,14,499,0),(7442,14,500,0),(7443,14,501,0),(7444,14,502,0),(7445,14,503,0),(7446,14,504,0),(7447,14,505,0),(7448,14,506,0),(7449,14,507,0),(7450,14,508,0),(7451,14,509,0),(7452,14,510,0),(7453,14,511,0),(7454,14,512,0),(7455,14,513,0),(7456,14,514,0),(7457,14,515,0),(7458,14,516,0),(7459,14,517,0),(7460,14,518,0),(7461,14,519,0),(7462,14,520,0),(7463,14,521,0),(7464,14,522,0),(7465,14,523,0),(7466,14,524,0),(7467,14,525,0),(7468,14,526,0),(7469,14,527,0),(7470,14,528,0),(7471,14,529,0),(7472,14,530,0),(7473,14,531,0),(7474,14,532,0),(7475,14,533,0),(7476,14,534,0),(7477,15,1,0),(7478,15,2,0),(7479,15,3,0),(7480,15,4,0),(7481,15,5,0),(7482,15,6,0),(7483,15,7,0),(7484,15,8,0),(7485,15,9,0),(7486,15,10,0),(7487,15,11,0),(7488,15,12,0),(7489,15,13,0),(7490,15,14,0),(7491,15,15,0),(7492,15,16,0),(7493,15,17,0),(7494,15,18,0),(7495,15,19,0),(7496,15,20,0),(7497,15,21,0),(7498,15,22,0),(7499,15,23,0),(7500,15,24,0),(7501,15,25,0),(7502,15,26,0),(7503,15,27,0),(7504,15,28,0),(7505,15,29,0),(7506,15,30,0),(7507,15,31,0),(7508,15,32,0),(7509,15,33,0),(7510,15,34,0),(7511,15,35,0),(7512,15,36,0),(7513,15,37,0),(7514,15,38,0),(7515,15,39,0),(7516,15,40,0),(7517,15,41,0),(7518,15,42,0),(7519,15,43,0),(7520,15,44,0),(7521,15,45,0),(7522,15,46,0),(7523,15,47,0),(7524,15,48,0),(7525,15,49,0),(7526,15,50,0),(7527,15,51,0),(7528,15,52,0),(7529,15,53,0),(7530,15,54,0),(7531,15,55,0),(7532,15,56,0),(7533,15,57,0),(7534,15,58,0),(7535,15,59,0),(7536,15,60,0),(7537,15,61,0),(7538,15,62,0),(7539,15,63,0),(7540,15,64,0),(7541,15,65,0),(7542,15,66,0),(7543,15,67,0),(7544,15,68,0),(7545,15,69,0),(7546,15,70,0.24),(7547,15,71,0.4),(7548,15,72,0.2),(7549,15,73,0.16),(7550,15,74,0),(7551,15,75,0),(7552,15,76,0),(7553,15,77,0),(7554,15,78,0),(7555,15,79,0),(7556,15,80,0),(7557,15,81,0),(7558,15,82,0),(7559,15,83,0),(7560,15,84,0),(7561,15,85,0),(7562,15,86,0),(7563,15,87,0),(7564,15,88,0),(7565,15,89,0),(7566,15,90,0),(7567,15,91,0),(7568,15,92,0),(7569,15,93,0),(7570,15,94,0),(7571,15,95,0),(7572,15,96,0),(7573,15,97,0),(7574,15,98,0),(7575,15,99,0),(7576,15,100,0),(7577,15,101,0),(7578,15,102,0),(7579,15,103,0),(7580,15,104,0),(7581,15,105,0),(7582,15,106,0),(7583,15,107,0),(7584,15,108,0),(7585,15,109,0),(7586,15,110,0),(7587,15,111,0),(7588,15,112,0),(7589,15,113,0),(7590,15,114,0),(7591,15,115,0),(7592,15,116,0),(7593,15,117,0),(7594,15,118,0),(7595,15,119,0),(7596,15,120,0),(7597,15,121,0),(7598,15,122,0),(7599,15,123,0),(7600,15,124,0),(7601,15,125,0),(7602,15,126,0),(7603,15,127,0),(7604,15,128,0),(7605,15,129,0),(7606,15,130,0),(7607,15,131,0),(7608,15,132,0),(7609,15,133,0),(7610,15,134,0),(7611,15,135,0),(7612,15,136,0),(7613,15,137,0),(7614,15,138,0),(7615,15,139,0),(7616,15,140,0),(7617,15,141,0),(7618,15,142,0),(7619,15,143,0),(7620,15,144,0),(7621,15,145,0),(7622,15,146,0),(7623,15,147,0),(7624,15,148,0),(7625,15,149,0),(7626,15,150,0),(7627,15,151,0),(7628,15,152,0),(7629,15,153,0),(7630,15,154,0),(7631,15,155,0),(7632,15,156,0),(7633,15,157,0),(7634,15,158,0),(7635,15,159,0),(7636,15,160,0),(7637,15,161,0),(7638,15,162,0),(7639,15,163,0),(7640,15,164,0),(7641,15,165,0),(7642,15,166,0),(7643,15,167,0),(7644,15,168,0),(7645,15,169,0),(7646,15,170,0),(7647,15,171,0),(7648,15,172,0),(7649,15,173,0),(7650,15,174,0),(7651,15,175,0),(7652,15,176,0),(7653,15,177,0),(7654,15,178,0),(7655,15,179,0),(7656,15,180,0),(7657,15,181,0),(7658,15,182,0),(7659,15,183,0),(7660,15,184,0),(7661,15,185,0),(7662,15,186,0),(7663,15,187,0),(7664,15,188,0),(7665,15,189,0),(7666,15,190,0),(7667,15,191,0),(7668,15,192,0),(7669,15,193,0),(7670,15,194,0),(7671,15,195,0),(7672,15,196,0),(7673,15,197,0),(7674,15,198,0),(7675,15,199,0),(7676,15,200,0),(7677,15,201,0),(7678,15,202,0),(7679,15,203,0),(7680,15,204,0),(7681,15,205,0),(7682,15,206,0),(7683,15,207,0),(7684,15,208,0),(7685,15,209,0),(7686,15,210,0),(7687,15,211,0),(7688,15,212,0),(7689,15,213,0),(7690,15,214,0),(7691,15,215,0),(7692,15,216,0),(7693,15,217,0),(7694,15,218,0),(7695,15,219,0),(7696,15,220,0),(7697,15,221,0),(7698,15,222,0),(7699,15,223,0),(7700,15,224,0),(7701,15,225,0),(7702,15,226,0),(7703,15,227,0),(7704,15,228,0),(7705,15,229,0),(7706,15,230,0),(7707,15,231,0),(7708,15,232,0),(7709,15,233,0),(7710,15,234,0),(7711,15,235,0),(7712,15,236,0),(7713,15,237,0),(7714,15,238,0),(7715,15,239,0),(7716,15,240,0),(7717,15,241,0),(7718,15,242,0),(7719,15,243,0),(7720,15,244,0),(7721,15,245,0),(7722,15,246,0),(7723,15,247,0),(7724,15,248,0),(7725,15,249,0),(7726,15,250,0),(7727,15,251,0),(7728,15,252,0),(7729,15,253,0),(7730,15,254,0),(7731,15,255,0),(7732,15,256,0),(7733,15,257,0),(7734,15,258,0),(7735,15,259,0),(7736,15,260,0),(7737,15,261,0),(7738,15,262,0),(7739,15,263,0),(7740,15,264,0),(7741,15,265,0),(7742,15,266,0),(7743,15,267,0),(7744,15,268,0),(7745,15,269,0),(7746,15,270,0),(7747,15,271,0),(7748,15,272,0),(7749,15,273,0),(7750,15,274,0),(7751,15,275,0),(7752,15,276,0),(7753,15,277,0),(7754,15,278,0),(7755,15,279,0),(7756,15,280,0),(7757,15,281,0),(7758,15,282,0),(7759,15,283,0),(7760,15,284,0),(7761,15,285,0),(7762,15,286,0),(7763,15,287,0),(7764,15,288,0),(7765,15,289,0),(7766,15,290,0),(7767,15,291,0),(7768,15,292,0),(7769,15,293,0),(7770,15,294,0),(7771,15,295,0),(7772,15,296,0),(7773,15,297,0),(7774,15,298,0),(7775,15,299,0),(7776,15,300,0),(7777,15,301,0),(7778,15,302,0),(7779,15,303,0),(7780,15,304,0),(7781,15,305,0),(7782,15,306,0),(7783,15,307,0),(7784,15,308,0),(7785,15,309,0),(7786,15,310,0),(7787,15,311,0),(7788,15,312,0),(7789,15,313,0),(7790,15,314,0),(7791,15,315,0),(7792,15,316,0),(7793,15,317,0),(7794,15,318,0),(7795,15,319,0),(7796,15,320,0),(7797,15,321,0),(7798,15,322,0),(7799,15,323,0),(7800,15,324,0),(7801,15,325,0),(7802,15,326,0),(7803,15,327,0),(7804,15,328,0),(7805,15,329,0),(7806,15,330,0),(7807,15,331,0),(7808,15,332,0),(7809,15,333,0),(7810,15,334,0),(7811,15,335,0),(7812,15,336,0),(7813,15,337,0),(7814,15,338,0),(7815,15,339,0),(7816,15,340,0),(7817,15,341,0),(7818,15,342,0),(7819,15,343,0),(7820,15,344,0),(7821,15,345,0),(7822,15,346,0),(7823,15,347,0),(7824,15,348,0),(7825,15,349,0),(7826,15,350,0),(7827,15,351,0),(7828,15,352,0),(7829,15,353,0),(7830,15,354,0),(7831,15,355,0),(7832,15,356,0),(7833,15,357,0),(7834,15,358,0),(7835,15,359,0),(7836,15,360,0),(7837,15,361,0),(7838,15,362,0),(7839,15,363,0),(7840,15,364,0),(7841,15,365,0),(7842,15,366,0),(7843,15,367,0),(7844,15,368,0),(7845,15,369,0),(7846,15,370,0),(7847,15,371,0),(7848,15,372,0),(7849,15,373,0),(7850,15,374,0),(7851,15,375,0),(7852,15,376,0),(7853,15,377,0),(7854,15,378,0),(7855,15,379,0),(7856,15,380,0),(7857,15,381,0),(7858,15,382,0),(7859,15,383,0),(7860,15,384,0),(7861,15,385,0),(7862,15,386,0),(7863,15,387,0),(7864,15,388,0),(7865,15,389,0),(7866,15,390,0),(7867,15,391,0),(7868,15,392,0),(7869,15,393,0),(7870,15,394,0),(7871,15,395,0),(7872,15,396,0),(7873,15,397,0),(7874,15,398,0),(7875,15,399,0),(7876,15,400,0),(7877,15,401,0),(7878,15,402,0),(7879,15,403,0),(7880,15,404,0),(7881,15,405,0),(7882,15,406,0),(7883,15,407,0),(7884,15,408,0),(7885,15,409,0),(7886,15,410,0),(7887,15,411,0),(7888,15,412,0),(7889,15,413,0),(7890,15,414,0),(7891,15,415,0),(7892,15,416,0),(7893,15,417,0),(7894,15,418,0),(7895,15,419,0),(7896,15,420,0),(7897,15,421,0),(7898,15,422,0),(7899,15,423,0),(7900,15,424,0),(7901,15,425,0),(7902,15,426,0),(7903,15,427,0),(7904,15,428,0),(7905,15,429,0),(7906,15,430,0),(7907,15,431,0),(7908,15,432,0),(7909,15,433,0),(7910,15,434,0),(7911,15,435,0),(7912,15,436,0),(7913,15,437,0),(7914,15,438,0),(7915,15,439,0),(7916,15,440,0),(7917,15,441,0),(7918,15,442,0),(7919,15,443,0),(7920,15,444,0),(7921,15,445,0),(7922,15,446,0),(7923,15,447,0),(7924,15,448,0),(7925,15,449,0),(7926,15,450,0),(7927,15,451,0),(7928,15,452,0),(7929,15,453,0),(7930,15,454,0),(7931,15,455,0),(7932,15,456,0),(7933,15,457,0),(7934,15,458,0),(7935,15,459,0),(7936,15,460,0),(7937,15,461,0),(7938,15,462,0),(7939,15,463,0),(7940,15,464,0),(7941,15,465,0),(7942,15,466,0),(7943,15,467,0),(7944,15,468,0),(7945,15,469,0),(7946,15,470,0),(7947,15,471,0),(7948,15,472,0),(7949,15,473,0),(7950,15,474,0),(7951,15,475,0),(7952,15,476,0),(7953,15,477,0),(7954,15,478,0),(7955,15,479,0),(7956,15,480,0),(7957,15,481,0),(7958,15,482,0),(7959,15,483,0),(7960,15,484,0),(7961,15,485,0),(7962,15,486,0),(7963,15,487,0),(7964,15,488,0),(7965,15,489,0),(7966,15,490,0),(7967,15,491,0),(7968,15,492,0),(7969,15,493,0),(7970,15,494,0),(7971,15,495,0),(7972,15,496,0),(7973,15,497,0),(7974,15,498,0),(7975,15,499,0),(7976,15,500,0),(7977,15,501,0),(7978,15,502,0),(7979,15,503,0),(7980,15,504,0),(7981,15,505,0),(7982,15,506,0),(7983,15,507,0),(7984,15,508,0),(7985,15,509,0),(7986,15,510,0),(7987,15,511,0),(7988,15,512,0),(7989,15,513,0),(7990,15,514,0),(7991,15,515,0),(7992,15,516,0),(7993,15,517,0),(7994,15,518,0),(7995,15,519,0),(7996,15,520,0),(7997,15,521,0),(7998,15,522,0),(7999,15,523,0),(8000,15,524,0),(8001,15,525,0),(8002,15,526,0),(8003,15,527,0),(8004,15,528,0),(8005,15,529,0),(8006,15,530,0),(8007,15,531,0),(8008,15,532,0),(8009,15,533,0),(8010,15,534,0),(8011,16,1,0),(8012,16,2,0),(8013,16,3,0),(8014,16,4,0),(8015,16,5,0),(8016,16,6,0),(8017,16,7,0),(8018,16,8,0),(8019,16,9,0),(8020,16,10,0),(8021,16,11,0),(8022,16,12,0),(8023,16,13,0),(8024,16,14,0),(8025,16,15,0),(8026,16,16,0),(8027,16,17,0),(8028,16,18,0),(8029,16,19,0),(8030,16,20,0),(8031,16,21,0),(8032,16,22,0),(8033,16,23,0),(8034,16,24,0),(8035,16,25,0),(8036,16,26,0),(8037,16,27,0),(8038,16,28,0),(8039,16,29,0),(8040,16,30,0),(8041,16,31,0),(8042,16,32,0),(8043,16,33,0),(8044,16,34,0),(8045,16,35,0),(8046,16,36,0),(8047,16,37,0),(8048,16,38,0),(8049,16,39,0),(8050,16,40,0),(8051,16,41,0),(8052,16,42,0),(8053,16,43,0),(8054,16,44,0),(8055,16,45,0),(8056,16,46,0),(8057,16,47,0),(8058,16,48,0),(8059,16,49,0),(8060,16,50,0),(8061,16,51,0),(8062,16,52,0),(8063,16,53,0),(8064,16,54,0),(8065,16,55,0),(8066,16,56,0),(8067,16,57,0),(8068,16,58,0),(8069,16,59,0),(8070,16,60,0),(8071,16,61,0),(8072,16,62,0),(8073,16,63,0),(8074,16,64,0),(8075,16,65,0),(8076,16,66,0),(8077,16,67,0),(8078,16,68,0),(8079,16,69,0),(8080,16,70,0),(8081,16,71,0),(8082,16,72,0),(8083,16,73,0),(8084,16,74,0.25),(8085,16,75,0.125),(8086,16,76,0.125),(8087,16,77,0.15),(8088,16,78,0.125),(8089,16,79,0.125),(8090,16,80,0.1),(8091,16,81,0),(8092,16,82,0),(8093,16,83,0),(8094,16,84,0),(8095,16,85,0),(8096,16,86,0),(8097,16,87,0),(8098,16,88,0),(8099,16,89,0),(8100,16,90,0),(8101,16,91,0),(8102,16,92,0),(8103,16,93,0),(8104,16,94,0),(8105,16,95,0),(8106,16,96,0),(8107,16,97,0),(8108,16,98,0),(8109,16,99,0),(8110,16,100,0),(8111,16,101,0),(8112,16,102,0),(8113,16,103,0),(8114,16,104,0),(8115,16,105,0),(8116,16,106,0),(8117,16,107,0),(8118,16,108,0),(8119,16,109,0),(8120,16,110,0),(8121,16,111,0),(8122,16,112,0),(8123,16,113,0),(8124,16,114,0),(8125,16,115,0),(8126,16,116,0),(8127,16,117,0),(8128,16,118,0),(8129,16,119,0),(8130,16,120,0),(8131,16,121,0),(8132,16,122,0),(8133,16,123,0),(8134,16,124,0),(8135,16,125,0),(8136,16,126,0),(8137,16,127,0),(8138,16,128,0),(8139,16,129,0),(8140,16,130,0),(8141,16,131,0),(8142,16,132,0),(8143,16,133,0),(8144,16,134,0),(8145,16,135,0),(8146,16,136,0),(8147,16,137,0),(8148,16,138,0),(8149,16,139,0),(8150,16,140,0),(8151,16,141,0),(8152,16,142,0),(8153,16,143,0),(8154,16,144,0),(8155,16,145,0),(8156,16,146,0),(8157,16,147,0),(8158,16,148,0),(8159,16,149,0),(8160,16,150,0),(8161,16,151,0),(8162,16,152,0),(8163,16,153,0),(8164,16,154,0),(8165,16,155,0),(8166,16,156,0),(8167,16,157,0),(8168,16,158,0),(8169,16,159,0),(8170,16,160,0),(8171,16,161,0),(8172,16,162,0),(8173,16,163,0),(8174,16,164,0),(8175,16,165,0),(8176,16,166,0),(8177,16,167,0),(8178,16,168,0),(8179,16,169,0),(8180,16,170,0),(8181,16,171,0),(8182,16,172,0),(8183,16,173,0),(8184,16,174,0),(8185,16,175,0),(8186,16,176,0),(8187,16,177,0),(8188,16,178,0),(8189,16,179,0),(8190,16,180,0),(8191,16,181,0),(8192,16,182,0),(8193,16,183,0),(8194,16,184,0),(8195,16,185,0),(8196,16,186,0),(8197,16,187,0),(8198,16,188,0),(8199,16,189,0),(8200,16,190,0),(8201,16,191,0),(8202,16,192,0),(8203,16,193,0),(8204,16,194,0),(8205,16,195,0),(8206,16,196,0),(8207,16,197,0),(8208,16,198,0),(8209,16,199,0),(8210,16,200,0),(8211,16,201,0),(8212,16,202,0),(8213,16,203,0),(8214,16,204,0),(8215,16,205,0),(8216,16,206,0),(8217,16,207,0),(8218,16,208,0),(8219,16,209,0),(8220,16,210,0),(8221,16,211,0),(8222,16,212,0),(8223,16,213,0),(8224,16,214,0),(8225,16,215,0),(8226,16,216,0),(8227,16,217,0),(8228,16,218,0),(8229,16,219,0),(8230,16,220,0),(8231,16,221,0),(8232,16,222,0),(8233,16,223,0),(8234,16,224,0),(8235,16,225,0),(8236,16,226,0),(8237,16,227,0),(8238,16,228,0),(8239,16,229,0),(8240,16,230,0),(8241,16,231,0),(8242,16,232,0),(8243,16,233,0),(8244,16,234,0),(8245,16,235,0),(8246,16,236,0),(8247,16,237,0),(8248,16,238,0),(8249,16,239,0),(8250,16,240,0),(8251,16,241,0),(8252,16,242,0),(8253,16,243,0),(8254,16,244,0),(8255,16,245,0),(8256,16,246,0),(8257,16,247,0),(8258,16,248,0),(8259,16,249,0),(8260,16,250,0),(8261,16,251,0),(8262,16,252,0),(8263,16,253,0),(8264,16,254,0),(8265,16,255,0),(8266,16,256,0),(8267,16,257,0),(8268,16,258,0),(8269,16,259,0),(8270,16,260,0),(8271,16,261,0),(8272,16,262,0),(8273,16,263,0),(8274,16,264,0),(8275,16,265,0),(8276,16,266,0),(8277,16,267,0),(8278,16,268,0),(8279,16,269,0),(8280,16,270,0),(8281,16,271,0),(8282,16,272,0),(8283,16,273,0),(8284,16,274,0),(8285,16,275,0),(8286,16,276,0),(8287,16,277,0),(8288,16,278,0),(8289,16,279,0),(8290,16,280,0),(8291,16,281,0),(8292,16,282,0),(8293,16,283,0),(8294,16,284,0),(8295,16,285,0),(8296,16,286,0),(8297,16,287,0),(8298,16,288,0),(8299,16,289,0),(8300,16,290,0),(8301,16,291,0),(8302,16,292,0),(8303,16,293,0),(8304,16,294,0),(8305,16,295,0),(8306,16,296,0),(8307,16,297,0),(8308,16,298,0),(8309,16,299,0),(8310,16,300,0),(8311,16,301,0),(8312,16,302,0),(8313,16,303,0),(8314,16,304,0),(8315,16,305,0),(8316,16,306,0),(8317,16,307,0),(8318,16,308,0),(8319,16,309,0),(8320,16,310,0),(8321,16,311,0),(8322,16,312,0),(8323,16,313,0),(8324,16,314,0),(8325,16,315,0),(8326,16,316,0),(8327,16,317,0),(8328,16,318,0),(8329,16,319,0),(8330,16,320,0),(8331,16,321,0),(8332,16,322,0),(8333,16,323,0),(8334,16,324,0),(8335,16,325,0),(8336,16,326,0),(8337,16,327,0),(8338,16,328,0),(8339,16,329,0),(8340,16,330,0),(8341,16,331,0),(8342,16,332,0),(8343,16,333,0),(8344,16,334,0),(8345,16,335,0),(8346,16,336,0),(8347,16,337,0),(8348,16,338,0),(8349,16,339,0),(8350,16,340,0),(8351,16,341,0),(8352,16,342,0),(8353,16,343,0),(8354,16,344,0),(8355,16,345,0),(8356,16,346,0),(8357,16,347,0),(8358,16,348,0),(8359,16,349,0),(8360,16,350,0),(8361,16,351,0),(8362,16,352,0),(8363,16,353,0),(8364,16,354,0),(8365,16,355,0),(8366,16,356,0),(8367,16,357,0),(8368,16,358,0),(8369,16,359,0),(8370,16,360,0),(8371,16,361,0),(8372,16,362,0),(8373,16,363,0),(8374,16,364,0),(8375,16,365,0),(8376,16,366,0),(8377,16,367,0),(8378,16,368,0),(8379,16,369,0),(8380,16,370,0),(8381,16,371,0),(8382,16,372,0),(8383,16,373,0),(8384,16,374,0),(8385,16,375,0),(8386,16,376,0),(8387,16,377,0),(8388,16,378,0),(8389,16,379,0),(8390,16,380,0),(8391,16,381,0),(8392,16,382,0),(8393,16,383,0),(8394,16,384,0),(8395,16,385,0),(8396,16,386,0),(8397,16,387,0),(8398,16,388,0),(8399,16,389,0),(8400,16,390,0),(8401,16,391,0),(8402,16,392,0),(8403,16,393,0),(8404,16,394,0),(8405,16,395,0),(8406,16,396,0),(8407,16,397,0),(8408,16,398,0),(8409,16,399,0),(8410,16,400,0),(8411,16,401,0),(8412,16,402,0),(8413,16,403,0),(8414,16,404,0),(8415,16,405,0),(8416,16,406,0),(8417,16,407,0),(8418,16,408,0),(8419,16,409,0),(8420,16,410,0),(8421,16,411,0),(8422,16,412,0),(8423,16,413,0),(8424,16,414,0),(8425,16,415,0),(8426,16,416,0),(8427,16,417,0),(8428,16,418,0),(8429,16,419,0),(8430,16,420,0),(8431,16,421,0),(8432,16,422,0),(8433,16,423,0),(8434,16,424,0),(8435,16,425,0),(8436,16,426,0),(8437,16,427,0),(8438,16,428,0),(8439,16,429,0),(8440,16,430,0),(8441,16,431,0),(8442,16,432,0),(8443,16,433,0),(8444,16,434,0),(8445,16,435,0),(8446,16,436,0),(8447,16,437,0),(8448,16,438,0),(8449,16,439,0),(8450,16,440,0),(8451,16,441,0),(8452,16,442,0),(8453,16,443,0),(8454,16,444,0),(8455,16,445,0),(8456,16,446,0),(8457,16,447,0),(8458,16,448,0),(8459,16,449,0),(8460,16,450,0),(8461,16,451,0),(8462,16,452,0),(8463,16,453,0),(8464,16,454,0),(8465,16,455,0),(8466,16,456,0),(8467,16,457,0),(8468,16,458,0),(8469,16,459,0),(8470,16,460,0),(8471,16,461,0),(8472,16,462,0),(8473,16,463,0),(8474,16,464,0),(8475,16,465,0),(8476,16,466,0),(8477,16,467,0),(8478,16,468,0),(8479,16,469,0),(8480,16,470,0),(8481,16,471,0),(8482,16,472,0),(8483,16,473,0),(8484,16,474,0),(8485,16,475,0),(8486,16,476,0),(8487,16,477,0),(8488,16,478,0),(8489,16,479,0),(8490,16,480,0),(8491,16,481,0),(8492,16,482,0),(8493,16,483,0),(8494,16,484,0),(8495,16,485,0),(8496,16,486,0),(8497,16,487,0),(8498,16,488,0),(8499,16,489,0),(8500,16,490,0),(8501,16,491,0),(8502,16,492,0),(8503,16,493,0),(8504,16,494,0),(8505,16,495,0),(8506,16,496,0),(8507,16,497,0),(8508,16,498,0),(8509,16,499,0),(8510,16,500,0),(8511,16,501,0),(8512,16,502,0),(8513,16,503,0),(8514,16,504,0),(8515,16,505,0),(8516,16,506,0),(8517,16,507,0),(8518,16,508,0),(8519,16,509,0),(8520,16,510,0),(8521,16,511,0),(8522,16,512,0),(8523,16,513,0),(8524,16,514,0),(8525,16,515,0),(8526,16,516,0),(8527,16,517,0),(8528,16,518,0),(8529,16,519,0),(8530,16,520,0),(8531,16,521,0),(8532,16,522,0),(8533,16,523,0),(8534,16,524,0),(8535,16,525,0),(8536,16,526,0),(8537,16,527,0),(8538,16,528,0),(8539,16,529,0),(8540,16,530,0),(8541,16,531,0),(8542,16,532,0),(8543,16,533,0),(8544,16,534,0),(8545,17,1,0),(8546,17,2,0),(8547,17,3,0),(8548,17,4,0),(8549,17,5,0),(8550,17,6,0),(8551,17,7,0),(8552,17,8,0),(8553,17,9,0),(8554,17,10,0),(8555,17,11,0),(8556,17,12,0),(8557,17,13,0),(8558,17,14,0),(8559,17,15,0),(8560,17,16,0),(8561,17,17,0),(8562,17,18,0),(8563,17,19,0),(8564,17,20,0),(8565,17,21,0),(8566,17,22,0),(8567,17,23,0),(8568,17,24,0),(8569,17,25,0),(8570,17,26,0),(8571,17,27,0),(8572,17,28,0),(8573,17,29,0),(8574,17,30,0),(8575,17,31,0),(8576,17,32,0),(8577,17,33,0),(8578,17,34,0),(8579,17,35,0),(8580,17,36,0),(8581,17,37,0),(8582,17,38,0),(8583,17,39,0),(8584,17,40,0),(8585,17,41,0),(8586,17,42,0),(8587,17,43,0),(8588,17,44,0),(8589,17,45,0),(8590,17,46,0),(8591,17,47,0),(8592,17,48,0),(8593,17,49,0),(8594,17,50,0),(8595,17,51,0),(8596,17,52,0),(8597,17,53,0),(8598,17,54,0),(8599,17,55,0),(8600,17,56,0),(8601,17,57,0),(8602,17,58,0),(8603,17,59,0),(8604,17,60,0),(8605,17,61,0),(8606,17,62,0),(8607,17,63,0),(8608,17,64,0),(8609,17,65,0),(8610,17,66,0),(8611,17,67,0),(8612,17,68,0),(8613,17,69,0),(8614,17,70,0),(8615,17,71,0),(8616,17,72,0),(8617,17,73,0),(8618,17,74,0),(8619,17,75,0),(8620,17,76,0),(8621,17,77,0),(8622,17,78,0),(8623,17,79,0),(8624,17,80,0),(8625,17,81,0.333333333333333),(8626,17,82,0.166666666666667),(8627,17,83,0.166666666666667),(8628,17,84,0.133333333333333),(8629,17,85,0.1),(8630,17,86,0.1),(8631,17,87,0),(8632,17,88,0),(8633,17,89,0),(8634,17,90,0),(8635,17,91,0),(8636,17,92,0),(8637,17,93,0),(8638,17,94,0),(8639,17,95,0),(8640,17,96,0),(8641,17,97,0),(8642,17,98,0),(8643,17,99,0),(8644,17,100,0),(8645,17,101,0),(8646,17,102,0),(8647,17,103,0),(8648,17,104,0),(8649,17,105,0),(8650,17,106,0),(8651,17,107,0),(8652,17,108,0),(8653,17,109,0),(8654,17,110,0),(8655,17,111,0),(8656,17,112,0),(8657,17,113,0),(8658,17,114,0),(8659,17,115,0),(8660,17,116,0),(8661,17,117,0),(8662,17,118,0),(8663,17,119,0),(8664,17,120,0),(8665,17,121,0),(8666,17,122,0),(8667,17,123,0),(8668,17,124,0),(8669,17,125,0),(8670,17,126,0),(8671,17,127,0),(8672,17,128,0),(8673,17,129,0),(8674,17,130,0),(8675,17,131,0),(8676,17,132,0),(8677,17,133,0),(8678,17,134,0),(8679,17,135,0),(8680,17,136,0),(8681,17,137,0),(8682,17,138,0),(8683,17,139,0),(8684,17,140,0),(8685,17,141,0),(8686,17,142,0),(8687,17,143,0),(8688,17,144,0),(8689,17,145,0),(8690,17,146,0),(8691,17,147,0),(8692,17,148,0),(8693,17,149,0),(8694,17,150,0),(8695,17,151,0),(8696,17,152,0),(8697,17,153,0),(8698,17,154,0),(8699,17,155,0),(8700,17,156,0),(8701,17,157,0),(8702,17,158,0),(8703,17,159,0),(8704,17,160,0),(8705,17,161,0),(8706,17,162,0),(8707,17,163,0),(8708,17,164,0),(8709,17,165,0),(8710,17,166,0),(8711,17,167,0),(8712,17,168,0),(8713,17,169,0),(8714,17,170,0),(8715,17,171,0),(8716,17,172,0),(8717,17,173,0),(8718,17,174,0),(8719,17,175,0),(8720,17,176,0),(8721,17,177,0),(8722,17,178,0),(8723,17,179,0),(8724,17,180,0),(8725,17,181,0),(8726,17,182,0),(8727,17,183,0),(8728,17,184,0),(8729,17,185,0),(8730,17,186,0),(8731,17,187,0),(8732,17,188,0),(8733,17,189,0),(8734,17,190,0),(8735,17,191,0),(8736,17,192,0),(8737,17,193,0),(8738,17,194,0),(8739,17,195,0),(8740,17,196,0),(8741,17,197,0),(8742,17,198,0),(8743,17,199,0),(8744,17,200,0),(8745,17,201,0),(8746,17,202,0),(8747,17,203,0),(8748,17,204,0),(8749,17,205,0),(8750,17,206,0),(8751,17,207,0),(8752,17,208,0),(8753,17,209,0),(8754,17,210,0),(8755,17,211,0),(8756,17,212,0),(8757,17,213,0),(8758,17,214,0),(8759,17,215,0),(8760,17,216,0),(8761,17,217,0),(8762,17,218,0),(8763,17,219,0),(8764,17,220,0),(8765,17,221,0),(8766,17,222,0),(8767,17,223,0),(8768,17,224,0),(8769,17,225,0),(8770,17,226,0),(8771,17,227,0),(8772,17,228,0),(8773,17,229,0),(8774,17,230,0),(8775,17,231,0),(8776,17,232,0),(8777,17,233,0),(8778,17,234,0),(8779,17,235,0),(8780,17,236,0),(8781,17,237,0),(8782,17,238,0),(8783,17,239,0),(8784,17,240,0),(8785,17,241,0),(8786,17,242,0),(8787,17,243,0),(8788,17,244,0),(8789,17,245,0),(8790,17,246,0),(8791,17,247,0),(8792,17,248,0),(8793,17,249,0),(8794,17,250,0),(8795,17,251,0),(8796,17,252,0),(8797,17,253,0),(8798,17,254,0),(8799,17,255,0),(8800,17,256,0),(8801,17,257,0),(8802,17,258,0),(8803,17,259,0),(8804,17,260,0),(8805,17,261,0),(8806,17,262,0),(8807,17,263,0),(8808,17,264,0),(8809,17,265,0),(8810,17,266,0),(8811,17,267,0),(8812,17,268,0),(8813,17,269,0),(8814,17,270,0),(8815,17,271,0),(8816,17,272,0),(8817,17,273,0),(8818,17,274,0),(8819,17,275,0),(8820,17,276,0),(8821,17,277,0),(8822,17,278,0),(8823,17,279,0),(8824,17,280,0),(8825,17,281,0),(8826,17,282,0),(8827,17,283,0),(8828,17,284,0),(8829,17,285,0),(8830,17,286,0),(8831,17,287,0),(8832,17,288,0),(8833,17,289,0),(8834,17,290,0),(8835,17,291,0),(8836,17,292,0),(8837,17,293,0),(8838,17,294,0),(8839,17,295,0),(8840,17,296,0),(8841,17,297,0),(8842,17,298,0),(8843,17,299,0),(8844,17,300,0),(8845,17,301,0),(8846,17,302,0),(8847,17,303,0),(8848,17,304,0),(8849,17,305,0),(8850,17,306,0),(8851,17,307,0),(8852,17,308,0),(8853,17,309,0),(8854,17,310,0),(8855,17,311,0),(8856,17,312,0),(8857,17,313,0),(8858,17,314,0),(8859,17,315,0),(8860,17,316,0),(8861,17,317,0),(8862,17,318,0),(8863,17,319,0),(8864,17,320,0),(8865,17,321,0),(8866,17,322,0),(8867,17,323,0),(8868,17,324,0),(8869,17,325,0),(8870,17,326,0),(8871,17,327,0),(8872,17,328,0),(8873,17,329,0),(8874,17,330,0),(8875,17,331,0),(8876,17,332,0),(8877,17,333,0),(8878,17,334,0),(8879,17,335,0),(8880,17,336,0),(8881,17,337,0),(8882,17,338,0),(8883,17,339,0),(8884,17,340,0),(8885,17,341,0),(8886,17,342,0),(8887,17,343,0),(8888,17,344,0),(8889,17,345,0),(8890,17,346,0),(8891,17,347,0),(8892,17,348,0),(8893,17,349,0),(8894,17,350,0),(8895,17,351,0),(8896,17,352,0),(8897,17,353,0),(8898,17,354,0),(8899,17,355,0),(8900,17,356,0),(8901,17,357,0),(8902,17,358,0),(8903,17,359,0),(8904,17,360,0),(8905,17,361,0),(8906,17,362,0),(8907,17,363,0),(8908,17,364,0),(8909,17,365,0),(8910,17,366,0),(8911,17,367,0),(8912,17,368,0),(8913,17,369,0),(8914,17,370,0),(8915,17,371,0),(8916,17,372,0),(8917,17,373,0),(8918,17,374,0),(8919,17,375,0),(8920,17,376,0),(8921,17,377,0),(8922,17,378,0),(8923,17,379,0),(8924,17,380,0),(8925,17,381,0),(8926,17,382,0),(8927,17,383,0),(8928,17,384,0),(8929,17,385,0),(8930,17,386,0),(8931,17,387,0),(8932,17,388,0),(8933,17,389,0),(8934,17,390,0),(8935,17,391,0),(8936,17,392,0),(8937,17,393,0),(8938,17,394,0),(8939,17,395,0),(8940,17,396,0),(8941,17,397,0),(8942,17,398,0),(8943,17,399,0),(8944,17,400,0),(8945,17,401,0),(8946,17,402,0),(8947,17,403,0),(8948,17,404,0),(8949,17,405,0),(8950,17,406,0),(8951,17,407,0),(8952,17,408,0),(8953,17,409,0),(8954,17,410,0),(8955,17,411,0),(8956,17,412,0),(8957,17,413,0),(8958,17,414,0),(8959,17,415,0),(8960,17,416,0),(8961,17,417,0),(8962,17,418,0),(8963,17,419,0),(8964,17,420,0),(8965,17,421,0),(8966,17,422,0),(8967,17,423,0),(8968,17,424,0),(8969,17,425,0),(8970,17,426,0),(8971,17,427,0),(8972,17,428,0),(8973,17,429,0),(8974,17,430,0),(8975,17,431,0),(8976,17,432,0),(8977,17,433,0),(8978,17,434,0),(8979,17,435,0),(8980,17,436,0),(8981,17,437,0),(8982,17,438,0),(8983,17,439,0),(8984,17,440,0),(8985,17,441,0),(8986,17,442,0),(8987,17,443,0),(8988,17,444,0),(8989,17,445,0),(8990,17,446,0),(8991,17,447,0),(8992,17,448,0),(8993,17,449,0),(8994,17,450,0),(8995,17,451,0),(8996,17,452,0),(8997,17,453,0),(8998,17,454,0),(8999,17,455,0),(9000,17,456,0),(9001,17,457,0),(9002,17,458,0),(9003,17,459,0),(9004,17,460,0),(9005,17,461,0),(9006,17,462,0),(9007,17,463,0),(9008,17,464,0),(9009,17,465,0),(9010,17,466,0),(9011,17,467,0),(9012,17,468,0),(9013,17,469,0),(9014,17,470,0),(9015,17,471,0),(9016,17,472,0),(9017,17,473,0),(9018,17,474,0),(9019,17,475,0),(9020,17,476,0),(9021,17,477,0),(9022,17,478,0),(9023,17,479,0),(9024,17,480,0),(9025,17,481,0),(9026,17,482,0),(9027,17,483,0),(9028,17,484,0),(9029,17,485,0),(9030,17,486,0),(9031,17,487,0),(9032,17,488,0),(9033,17,489,0),(9034,17,490,0),(9035,17,491,0),(9036,17,492,0),(9037,17,493,0),(9038,17,494,0),(9039,17,495,0),(9040,17,496,0),(9041,17,497,0),(9042,17,498,0),(9043,17,499,0),(9044,17,500,0),(9045,17,501,0),(9046,17,502,0),(9047,17,503,0),(9048,17,504,0),(9049,17,505,0),(9050,17,506,0),(9051,17,507,0),(9052,17,508,0),(9053,17,509,0),(9054,17,510,0),(9055,17,511,0),(9056,17,512,0),(9057,17,513,0),(9058,17,514,0),(9059,17,515,0),(9060,17,516,0),(9061,17,517,0),(9062,17,518,0),(9063,17,519,0),(9064,17,520,0),(9065,17,521,0),(9066,17,522,0),(9067,17,523,0),(9068,17,524,0),(9069,17,525,0),(9070,17,526,0),(9071,17,527,0),(9072,17,528,0),(9073,17,529,0),(9074,17,530,0),(9075,17,531,0),(9076,17,532,0),(9077,17,533,0),(9078,17,534,0),(9079,18,1,0),(9080,18,2,0),(9081,18,3,0),(9082,18,4,0),(9083,18,5,0),(9084,18,6,0),(9085,18,7,0),(9086,18,8,0),(9087,18,9,0),(9088,18,10,0),(9089,18,11,0),(9090,18,12,0),(9091,18,13,0),(9092,18,14,0),(9093,18,15,0),(9094,18,16,0),(9095,18,17,0),(9096,18,18,0),(9097,18,19,0),(9098,18,20,0),(9099,18,21,0),(9100,18,22,0),(9101,18,23,0),(9102,18,24,0),(9103,18,25,0),(9104,18,26,0),(9105,18,27,0),(9106,18,28,0),(9107,18,29,0),(9108,18,30,0),(9109,18,31,0),(9110,18,32,0),(9111,18,33,0),(9112,18,34,0),(9113,18,35,0),(9114,18,36,0),(9115,18,37,0),(9116,18,38,0),(9117,18,39,0),(9118,18,40,0),(9119,18,41,0),(9120,18,42,0),(9121,18,43,0),(9122,18,44,0),(9123,18,45,0),(9124,18,46,0),(9125,18,47,0),(9126,18,48,0),(9127,18,49,0),(9128,18,50,0),(9129,18,51,0),(9130,18,52,0),(9131,18,53,0),(9132,18,54,0),(9133,18,55,0),(9134,18,56,0),(9135,18,57,0),(9136,18,58,0),(9137,18,59,0),(9138,18,60,0),(9139,18,61,0),(9140,18,62,0),(9141,18,63,0),(9142,18,64,0),(9143,18,65,0),(9144,18,66,0),(9145,18,67,0),(9146,18,68,0),(9147,18,69,0),(9148,18,70,0),(9149,18,71,0),(9150,18,72,0),(9151,18,73,0),(9152,18,74,0),(9153,18,75,0),(9154,18,76,0),(9155,18,77,0),(9156,18,78,0),(9157,18,79,0),(9158,18,80,0),(9159,18,81,0),(9160,18,82,0),(9161,18,83,0),(9162,18,84,0),(9163,18,85,0),(9164,18,86,0),(9165,18,87,0.526315789473684),(9166,18,88,0.315789473684211),(9167,18,89,0.157894736842105),(9168,18,90,0),(9169,18,91,0),(9170,18,92,0),(9171,18,93,0),(9172,18,94,0),(9173,18,95,0),(9174,18,96,0),(9175,18,97,0),(9176,18,98,0),(9177,18,99,0),(9178,18,100,0),(9179,18,101,0),(9180,18,102,0),(9181,18,103,0),(9182,18,104,0),(9183,18,105,0),(9184,18,106,0),(9185,18,107,0),(9186,18,108,0),(9187,18,109,0),(9188,18,110,0),(9189,18,111,0),(9190,18,112,0),(9191,18,113,0),(9192,18,114,0),(9193,18,115,0),(9194,18,116,0),(9195,18,117,0),(9196,18,118,0),(9197,18,119,0),(9198,18,120,0),(9199,18,121,0),(9200,18,122,0),(9201,18,123,0),(9202,18,124,0),(9203,18,125,0),(9204,18,126,0),(9205,18,127,0),(9206,18,128,0),(9207,18,129,0),(9208,18,130,0),(9209,18,131,0),(9210,18,132,0),(9211,18,133,0),(9212,18,134,0),(9213,18,135,0),(9214,18,136,0),(9215,18,137,0),(9216,18,138,0),(9217,18,139,0),(9218,18,140,0),(9219,18,141,0),(9220,18,142,0),(9221,18,143,0),(9222,18,144,0),(9223,18,145,0),(9224,18,146,0),(9225,18,147,0),(9226,18,148,0),(9227,18,149,0),(9228,18,150,0),(9229,18,151,0),(9230,18,152,0),(9231,18,153,0),(9232,18,154,0),(9233,18,155,0),(9234,18,156,0),(9235,18,157,0),(9236,18,158,0),(9237,18,159,0),(9238,18,160,0),(9239,18,161,0),(9240,18,162,0),(9241,18,163,0),(9242,18,164,0),(9243,18,165,0),(9244,18,166,0),(9245,18,167,0),(9246,18,168,0),(9247,18,169,0),(9248,18,170,0),(9249,18,171,0),(9250,18,172,0),(9251,18,173,0),(9252,18,174,0),(9253,18,175,0),(9254,18,176,0),(9255,18,177,0),(9256,18,178,0),(9257,18,179,0),(9258,18,180,0),(9259,18,181,0),(9260,18,182,0),(9261,18,183,0),(9262,18,184,0),(9263,18,185,0),(9264,18,186,0),(9265,18,187,0),(9266,18,188,0),(9267,18,189,0),(9268,18,190,0),(9269,18,191,0),(9270,18,192,0),(9271,18,193,0),(9272,18,194,0),(9273,18,195,0),(9274,18,196,0),(9275,18,197,0),(9276,18,198,0),(9277,18,199,0),(9278,18,200,0),(9279,18,201,0),(9280,18,202,0),(9281,18,203,0),(9282,18,204,0),(9283,18,205,0),(9284,18,206,0),(9285,18,207,0),(9286,18,208,0),(9287,18,209,0),(9288,18,210,0),(9289,18,211,0),(9290,18,212,0),(9291,18,213,0),(9292,18,214,0),(9293,18,215,0),(9294,18,216,0),(9295,18,217,0),(9296,18,218,0),(9297,18,219,0),(9298,18,220,0),(9299,18,221,0),(9300,18,222,0),(9301,18,223,0),(9302,18,224,0),(9303,18,225,0),(9304,18,226,0),(9305,18,227,0),(9306,18,228,0),(9307,18,229,0),(9308,18,230,0),(9309,18,231,0),(9310,18,232,0),(9311,18,233,0),(9312,18,234,0),(9313,18,235,0),(9314,18,236,0),(9315,18,237,0),(9316,18,238,0),(9317,18,239,0),(9318,18,240,0),(9319,18,241,0),(9320,18,242,0),(9321,18,243,0),(9322,18,244,0),(9323,18,245,0),(9324,18,246,0),(9325,18,247,0),(9326,18,248,0),(9327,18,249,0),(9328,18,250,0),(9329,18,251,0),(9330,18,252,0),(9331,18,253,0),(9332,18,254,0),(9333,18,255,0),(9334,18,256,0),(9335,18,257,0),(9336,18,258,0),(9337,18,259,0),(9338,18,260,0),(9339,18,261,0),(9340,18,262,0),(9341,18,263,0),(9342,18,264,0),(9343,18,265,0),(9344,18,266,0),(9345,18,267,0),(9346,18,268,0),(9347,18,269,0),(9348,18,270,0),(9349,18,271,0),(9350,18,272,0),(9351,18,273,0),(9352,18,274,0),(9353,18,275,0),(9354,18,276,0),(9355,18,277,0),(9356,18,278,0),(9357,18,279,0),(9358,18,280,0),(9359,18,281,0),(9360,18,282,0),(9361,18,283,0),(9362,18,284,0),(9363,18,285,0),(9364,18,286,0),(9365,18,287,0),(9366,18,288,0),(9367,18,289,0),(9368,18,290,0),(9369,18,291,0),(9370,18,292,0),(9371,18,293,0),(9372,18,294,0),(9373,18,295,0),(9374,18,296,0),(9375,18,297,0),(9376,18,298,0),(9377,18,299,0),(9378,18,300,0),(9379,18,301,0),(9380,18,302,0),(9381,18,303,0),(9382,18,304,0),(9383,18,305,0),(9384,18,306,0),(9385,18,307,0),(9386,18,308,0),(9387,18,309,0),(9388,18,310,0),(9389,18,311,0),(9390,18,312,0),(9391,18,313,0),(9392,18,314,0),(9393,18,315,0),(9394,18,316,0),(9395,18,317,0),(9396,18,318,0),(9397,18,319,0),(9398,18,320,0),(9399,18,321,0),(9400,18,322,0),(9401,18,323,0),(9402,18,324,0),(9403,18,325,0),(9404,18,326,0),(9405,18,327,0),(9406,18,328,0),(9407,18,329,0),(9408,18,330,0),(9409,18,331,0),(9410,18,332,0),(9411,18,333,0),(9412,18,334,0),(9413,18,335,0),(9414,18,336,0),(9415,18,337,0),(9416,18,338,0),(9417,18,339,0),(9418,18,340,0),(9419,18,341,0),(9420,18,342,0),(9421,18,343,0),(9422,18,344,0),(9423,18,345,0),(9424,18,346,0),(9425,18,347,0),(9426,18,348,0),(9427,18,349,0),(9428,18,350,0),(9429,18,351,0),(9430,18,352,0),(9431,18,353,0),(9432,18,354,0),(9433,18,355,0),(9434,18,356,0),(9435,18,357,0),(9436,18,358,0),(9437,18,359,0),(9438,18,360,0),(9439,18,361,0),(9440,18,362,0),(9441,18,363,0),(9442,18,364,0),(9443,18,365,0),(9444,18,366,0),(9445,18,367,0),(9446,18,368,0),(9447,18,369,0),(9448,18,370,0),(9449,18,371,0),(9450,18,372,0),(9451,18,373,0),(9452,18,374,0),(9453,18,375,0),(9454,18,376,0),(9455,18,377,0),(9456,18,378,0),(9457,18,379,0),(9458,18,380,0),(9459,18,381,0),(9460,18,382,0),(9461,18,383,0),(9462,18,384,0),(9463,18,385,0),(9464,18,386,0),(9465,18,387,0),(9466,18,388,0),(9467,18,389,0),(9468,18,390,0),(9469,18,391,0),(9470,18,392,0),(9471,18,393,0),(9472,18,394,0),(9473,18,395,0),(9474,18,396,0),(9475,18,397,0),(9476,18,398,0),(9477,18,399,0),(9478,18,400,0),(9479,18,401,0),(9480,18,402,0),(9481,18,403,0),(9482,18,404,0),(9483,18,405,0),(9484,18,406,0),(9485,18,407,0),(9486,18,408,0),(9487,18,409,0),(9488,18,410,0),(9489,18,411,0),(9490,18,412,0),(9491,18,413,0),(9492,18,414,0),(9493,18,415,0),(9494,18,416,0),(9495,18,417,0),(9496,18,418,0),(9497,18,419,0),(9498,18,420,0),(9499,18,421,0),(9500,18,422,0),(9501,18,423,0),(9502,18,424,0),(9503,18,425,0),(9504,18,426,0),(9505,18,427,0),(9506,18,428,0),(9507,18,429,0),(9508,18,430,0),(9509,18,431,0),(9510,18,432,0),(9511,18,433,0),(9512,18,434,0),(9513,18,435,0),(9514,18,436,0),(9515,18,437,0),(9516,18,438,0),(9517,18,439,0),(9518,18,440,0),(9519,18,441,0),(9520,18,442,0),(9521,18,443,0),(9522,18,444,0),(9523,18,445,0),(9524,18,446,0),(9525,18,447,0),(9526,18,448,0),(9527,18,449,0),(9528,18,450,0),(9529,18,451,0),(9530,18,452,0),(9531,18,453,0),(9532,18,454,0),(9533,18,455,0),(9534,18,456,0),(9535,18,457,0),(9536,18,458,0),(9537,18,459,0),(9538,18,460,0),(9539,18,461,0),(9540,18,462,0),(9541,18,463,0),(9542,18,464,0),(9543,18,465,0),(9544,18,466,0),(9545,18,467,0),(9546,18,468,0),(9547,18,469,0),(9548,18,470,0),(9549,18,471,0),(9550,18,472,0),(9551,18,473,0),(9552,18,474,0),(9553,18,475,0),(9554,18,476,0),(9555,18,477,0),(9556,18,478,0),(9557,18,479,0),(9558,18,480,0),(9559,18,481,0),(9560,18,482,0),(9561,18,483,0),(9562,18,484,0),(9563,18,485,0),(9564,18,486,0),(9565,18,487,0),(9566,18,488,0),(9567,18,489,0),(9568,18,490,0),(9569,18,491,0),(9570,18,492,0),(9571,18,493,0),(9572,18,494,0),(9573,18,495,0),(9574,18,496,0),(9575,18,497,0),(9576,18,498,0),(9577,18,499,0),(9578,18,500,0),(9579,18,501,0),(9580,18,502,0),(9581,18,503,0),(9582,18,504,0),(9583,18,505,0),(9584,18,506,0),(9585,18,507,0),(9586,18,508,0),(9587,18,509,0),(9588,18,510,0),(9589,18,511,0),(9590,18,512,0),(9591,18,513,0),(9592,18,514,0),(9593,18,515,0),(9594,18,516,0),(9595,18,517,0),(9596,18,518,0),(9597,18,519,0),(9598,18,520,0),(9599,18,521,0),(9600,18,522,0),(9601,18,523,0),(9602,18,524,0),(9603,18,525,0),(9604,18,526,0),(9605,18,527,0),(9606,18,528,0),(9607,18,529,0),(9608,18,530,0),(9609,18,531,0),(9610,18,532,0),(9611,18,533,0),(9612,18,534,0),(9613,19,1,0),(9614,19,2,0),(9615,19,3,0),(9616,19,4,0),(9617,19,5,0),(9618,19,6,0),(9619,19,7,0),(9620,19,8,0),(9621,19,9,0),(9622,19,10,0),(9623,19,11,0),(9624,19,12,0),(9625,19,13,0),(9626,19,14,0),(9627,19,15,0),(9628,19,16,0),(9629,19,17,0),(9630,19,18,0),(9631,19,19,0),(9632,19,20,0),(9633,19,21,0),(9634,19,22,0),(9635,19,23,0),(9636,19,24,0),(9637,19,25,0),(9638,19,26,0),(9639,19,27,0),(9640,19,28,0),(9641,19,29,0),(9642,19,30,0),(9643,19,31,0),(9644,19,32,0),(9645,19,33,0),(9646,19,34,0),(9647,19,35,0),(9648,19,36,0),(9649,19,37,0),(9650,19,38,0),(9651,19,39,0),(9652,19,40,0),(9653,19,41,0),(9654,19,42,0),(9655,19,43,0),(9656,19,44,0),(9657,19,45,0),(9658,19,46,0),(9659,19,47,0),(9660,19,48,0),(9661,19,49,0),(9662,19,50,0),(9663,19,51,0),(9664,19,52,0),(9665,19,53,0),(9666,19,54,0),(9667,19,55,0),(9668,19,56,0),(9669,19,57,0),(9670,19,58,0),(9671,19,59,0),(9672,19,60,0),(9673,19,61,0),(9674,19,62,0),(9675,19,63,0),(9676,19,64,0),(9677,19,65,0),(9678,19,66,0),(9679,19,67,0),(9680,19,68,0),(9681,19,69,0),(9682,19,70,0),(9683,19,71,0),(9684,19,72,0),(9685,19,73,0),(9686,19,74,0),(9687,19,75,0),(9688,19,76,0),(9689,19,77,0),(9690,19,78,0),(9691,19,79,0),(9692,19,80,0),(9693,19,81,0),(9694,19,82,0),(9695,19,83,0),(9696,19,84,0),(9697,19,85,0),(9698,19,86,0),(9699,19,87,0),(9700,19,88,0),(9701,19,89,0),(9702,19,90,0.277777777777778),(9703,19,91,0.138888888888889),(9704,19,92,0.111111111111111),(9705,19,93,0.222222222222222),(9706,19,94,0.194444444444444),(9707,19,95,0.0555555555555556),(9708,19,96,0),(9709,19,97,0),(9710,19,98,0),(9711,19,99,0),(9712,19,100,0),(9713,19,101,0),(9714,19,102,0),(9715,19,103,0),(9716,19,104,0),(9717,19,105,0),(9718,19,106,0),(9719,19,107,0),(9720,19,108,0),(9721,19,109,0),(9722,19,110,0),(9723,19,111,0),(9724,19,112,0),(9725,19,113,0),(9726,19,114,0),(9727,19,115,0),(9728,19,116,0),(9729,19,117,0),(9730,19,118,0),(9731,19,119,0),(9732,19,120,0),(9733,19,121,0),(9734,19,122,0),(9735,19,123,0),(9736,19,124,0),(9737,19,125,0),(9738,19,126,0),(9739,19,127,0),(9740,19,128,0),(9741,19,129,0),(9742,19,130,0),(9743,19,131,0),(9744,19,132,0),(9745,19,133,0),(9746,19,134,0),(9747,19,135,0),(9748,19,136,0),(9749,19,137,0),(9750,19,138,0),(9751,19,139,0),(9752,19,140,0),(9753,19,141,0),(9754,19,142,0),(9755,19,143,0),(9756,19,144,0),(9757,19,145,0),(9758,19,146,0),(9759,19,147,0),(9760,19,148,0),(9761,19,149,0),(9762,19,150,0),(9763,19,151,0),(9764,19,152,0),(9765,19,153,0),(9766,19,154,0),(9767,19,155,0),(9768,19,156,0),(9769,19,157,0),(9770,19,158,0),(9771,19,159,0),(9772,19,160,0),(9773,19,161,0),(9774,19,162,0),(9775,19,163,0),(9776,19,164,0),(9777,19,165,0),(9778,19,166,0),(9779,19,167,0),(9780,19,168,0),(9781,19,169,0),(9782,19,170,0),(9783,19,171,0),(9784,19,172,0),(9785,19,173,0),(9786,19,174,0),(9787,19,175,0),(9788,19,176,0),(9789,19,177,0),(9790,19,178,0),(9791,19,179,0),(9792,19,180,0),(9793,19,181,0),(9794,19,182,0),(9795,19,183,0),(9796,19,184,0),(9797,19,185,0),(9798,19,186,0),(9799,19,187,0),(9800,19,188,0),(9801,19,189,0),(9802,19,190,0),(9803,19,191,0),(9804,19,192,0),(9805,19,193,0),(9806,19,194,0),(9807,19,195,0),(9808,19,196,0),(9809,19,197,0),(9810,19,198,0),(9811,19,199,0),(9812,19,200,0),(9813,19,201,0),(9814,19,202,0),(9815,19,203,0),(9816,19,204,0),(9817,19,205,0),(9818,19,206,0),(9819,19,207,0),(9820,19,208,0),(9821,19,209,0),(9822,19,210,0),(9823,19,211,0),(9824,19,212,0),(9825,19,213,0),(9826,19,214,0),(9827,19,215,0),(9828,19,216,0),(9829,19,217,0),(9830,19,218,0),(9831,19,219,0),(9832,19,220,0),(9833,19,221,0),(9834,19,222,0),(9835,19,223,0),(9836,19,224,0),(9837,19,225,0),(9838,19,226,0),(9839,19,227,0),(9840,19,228,0),(9841,19,229,0),(9842,19,230,0),(9843,19,231,0),(9844,19,232,0),(9845,19,233,0),(9846,19,234,0),(9847,19,235,0),(9848,19,236,0),(9849,19,237,0),(9850,19,238,0),(9851,19,239,0),(9852,19,240,0),(9853,19,241,0),(9854,19,242,0),(9855,19,243,0),(9856,19,244,0),(9857,19,245,0),(9858,19,246,0),(9859,19,247,0),(9860,19,248,0),(9861,19,249,0),(9862,19,250,0),(9863,19,251,0),(9864,19,252,0),(9865,19,253,0),(9866,19,254,0),(9867,19,255,0),(9868,19,256,0),(9869,19,257,0),(9870,19,258,0),(9871,19,259,0),(9872,19,260,0),(9873,19,261,0),(9874,19,262,0),(9875,19,263,0),(9876,19,264,0),(9877,19,265,0),(9878,19,266,0),(9879,19,267,0),(9880,19,268,0),(9881,19,269,0),(9882,19,270,0),(9883,19,271,0),(9884,19,272,0),(9885,19,273,0),(9886,19,274,0),(9887,19,275,0),(9888,19,276,0),(9889,19,277,0),(9890,19,278,0),(9891,19,279,0),(9892,19,280,0),(9893,19,281,0),(9894,19,282,0),(9895,19,283,0),(9896,19,284,0),(9897,19,285,0),(9898,19,286,0),(9899,19,287,0),(9900,19,288,0),(9901,19,289,0),(9902,19,290,0),(9903,19,291,0),(9904,19,292,0),(9905,19,293,0),(9906,19,294,0),(9907,19,295,0),(9908,19,296,0),(9909,19,297,0),(9910,19,298,0),(9911,19,299,0),(9912,19,300,0),(9913,19,301,0),(9914,19,302,0),(9915,19,303,0),(9916,19,304,0),(9917,19,305,0),(9918,19,306,0),(9919,19,307,0),(9920,19,308,0),(9921,19,309,0),(9922,19,310,0),(9923,19,311,0),(9924,19,312,0),(9925,19,313,0),(9926,19,314,0),(9927,19,315,0),(9928,19,316,0),(9929,19,317,0),(9930,19,318,0),(9931,19,319,0),(9932,19,320,0),(9933,19,321,0),(9934,19,322,0),(9935,19,323,0),(9936,19,324,0),(9937,19,325,0),(9938,19,326,0),(9939,19,327,0),(9940,19,328,0),(9941,19,329,0),(9942,19,330,0),(9943,19,331,0),(9944,19,332,0),(9945,19,333,0),(9946,19,334,0),(9947,19,335,0),(9948,19,336,0),(9949,19,337,0),(9950,19,338,0),(9951,19,339,0),(9952,19,340,0),(9953,19,341,0),(9954,19,342,0),(9955,19,343,0),(9956,19,344,0),(9957,19,345,0),(9958,19,346,0),(9959,19,347,0),(9960,19,348,0),(9961,19,349,0),(9962,19,350,0),(9963,19,351,0),(9964,19,352,0),(9965,19,353,0),(9966,19,354,0),(9967,19,355,0),(9968,19,356,0),(9969,19,357,0),(9970,19,358,0),(9971,19,359,0),(9972,19,360,0),(9973,19,361,0),(9974,19,362,0),(9975,19,363,0),(9976,19,364,0),(9977,19,365,0),(9978,19,366,0),(9979,19,367,0),(9980,19,368,0),(9981,19,369,0),(9982,19,370,0),(9983,19,371,0),(9984,19,372,0),(9985,19,373,0),(9986,19,374,0),(9987,19,375,0),(9988,19,376,0),(9989,19,377,0),(9990,19,378,0),(9991,19,379,0),(9992,19,380,0),(9993,19,381,0),(9994,19,382,0),(9995,19,383,0),(9996,19,384,0),(9997,19,385,0),(9998,19,386,0),(9999,19,387,0),(10000,19,388,0),(10001,19,389,0),(10002,19,390,0),(10003,19,391,0),(10004,19,392,0),(10005,19,393,0),(10006,19,394,0),(10007,19,395,0),(10008,19,396,0),(10009,19,397,0),(10010,19,398,0),(10011,19,399,0),(10012,19,400,0),(10013,19,401,0),(10014,19,402,0),(10015,19,403,0),(10016,19,404,0),(10017,19,405,0),(10018,19,406,0),(10019,19,407,0),(10020,19,408,0),(10021,19,409,0),(10022,19,410,0),(10023,19,411,0),(10024,19,412,0),(10025,19,413,0),(10026,19,414,0),(10027,19,415,0),(10028,19,416,0),(10029,19,417,0),(10030,19,418,0),(10031,19,419,0),(10032,19,420,0),(10033,19,421,0),(10034,19,422,0),(10035,19,423,0),(10036,19,424,0),(10037,19,425,0),(10038,19,426,0),(10039,19,427,0),(10040,19,428,0),(10041,19,429,0),(10042,19,430,0),(10043,19,431,0),(10044,19,432,0),(10045,19,433,0),(10046,19,434,0),(10047,19,435,0),(10048,19,436,0),(10049,19,437,0),(10050,19,438,0),(10051,19,439,0),(10052,19,440,0),(10053,19,441,0),(10054,19,442,0),(10055,19,443,0),(10056,19,444,0),(10057,19,445,0),(10058,19,446,0),(10059,19,447,0),(10060,19,448,0),(10061,19,449,0),(10062,19,450,0),(10063,19,451,0),(10064,19,452,0),(10065,19,453,0),(10066,19,454,0),(10067,19,455,0),(10068,19,456,0),(10069,19,457,0),(10070,19,458,0),(10071,19,459,0),(10072,19,460,0),(10073,19,461,0),(10074,19,462,0),(10075,19,463,0),(10076,19,464,0),(10077,19,465,0),(10078,19,466,0),(10079,19,467,0),(10080,19,468,0),(10081,19,469,0),(10082,19,470,0),(10083,19,471,0),(10084,19,472,0),(10085,19,473,0),(10086,19,474,0),(10087,19,475,0),(10088,19,476,0),(10089,19,477,0),(10090,19,478,0),(10091,19,479,0),(10092,19,480,0),(10093,19,481,0),(10094,19,482,0),(10095,19,483,0),(10096,19,484,0),(10097,19,485,0),(10098,19,486,0),(10099,19,487,0),(10100,19,488,0),(10101,19,489,0),(10102,19,490,0),(10103,19,491,0),(10104,19,492,0),(10105,19,493,0),(10106,19,494,0),(10107,19,495,0),(10108,19,496,0),(10109,19,497,0),(10110,19,498,0),(10111,19,499,0),(10112,19,500,0),(10113,19,501,0),(10114,19,502,0),(10115,19,503,0),(10116,19,504,0),(10117,19,505,0),(10118,19,506,0),(10119,19,507,0),(10120,19,508,0),(10121,19,509,0),(10122,19,510,0),(10123,19,511,0),(10124,19,512,0),(10125,19,513,0),(10126,19,514,0),(10127,19,515,0),(10128,19,516,0),(10129,19,517,0),(10130,19,518,0),(10131,19,519,0),(10132,19,520,0),(10133,19,521,0),(10134,19,522,0),(10135,19,523,0),(10136,19,524,0),(10137,19,525,0),(10138,19,526,0),(10139,19,527,0),(10140,19,528,0),(10141,19,529,0),(10142,19,530,0),(10143,19,531,0),(10144,19,532,0),(10145,19,533,0),(10146,19,534,0),(10147,20,1,0),(10148,20,2,0),(10149,20,3,0),(10150,20,4,0),(10151,20,5,0),(10152,20,6,0),(10153,20,7,0),(10154,20,8,0),(10155,20,9,0),(10156,20,10,0),(10157,20,11,0),(10158,20,12,0),(10159,20,13,0),(10160,20,14,0),(10161,20,15,0),(10162,20,16,0),(10163,20,17,0),(10164,20,18,0),(10165,20,19,0),(10166,20,20,0),(10167,20,21,0),(10168,20,22,0),(10169,20,23,0),(10170,20,24,0),(10171,20,25,0),(10172,20,26,0),(10173,20,27,0),(10174,20,28,0),(10175,20,29,0),(10176,20,30,0),(10177,20,31,0),(10178,20,32,0),(10179,20,33,0),(10180,20,34,0),(10181,20,35,0),(10182,20,36,0),(10183,20,37,0),(10184,20,38,0),(10185,20,39,0),(10186,20,40,0),(10187,20,41,0),(10188,20,42,0),(10189,20,43,0),(10190,20,44,0),(10191,20,45,0),(10192,20,46,0),(10193,20,47,0),(10194,20,48,0),(10195,20,49,0),(10196,20,50,0),(10197,20,51,0),(10198,20,52,0),(10199,20,53,0),(10200,20,54,0),(10201,20,55,0),(10202,20,56,0),(10203,20,57,0),(10204,20,58,0),(10205,20,59,0),(10206,20,60,0),(10207,20,61,0),(10208,20,62,0),(10209,20,63,0),(10210,20,64,0),(10211,20,65,0),(10212,20,66,0),(10213,20,67,0),(10214,20,68,0),(10215,20,69,0),(10216,20,70,0),(10217,20,71,0),(10218,20,72,0),(10219,20,73,0),(10220,20,74,0),(10221,20,75,0),(10222,20,76,0),(10223,20,77,0),(10224,20,78,0),(10225,20,79,0),(10226,20,80,0),(10227,20,81,0),(10228,20,82,0),(10229,20,83,0),(10230,20,84,0),(10231,20,85,0),(10232,20,86,0),(10233,20,87,0),(10234,20,88,0),(10235,20,89,0),(10236,20,90,0),(10237,20,91,0),(10238,20,92,0),(10239,20,93,0),(10240,20,94,0),(10241,20,95,0),(10242,20,96,0.4),(10243,20,97,0.32),(10244,20,98,0.16),(10245,20,99,0.12),(10246,20,100,0),(10247,20,101,0),(10248,20,102,0),(10249,20,103,0),(10250,20,104,0),(10251,20,105,0),(10252,20,106,0),(10253,20,107,0),(10254,20,108,0),(10255,20,109,0),(10256,20,110,0),(10257,20,111,0),(10258,20,112,0),(10259,20,113,0),(10260,20,114,0),(10261,20,115,0),(10262,20,116,0),(10263,20,117,0),(10264,20,118,0),(10265,20,119,0),(10266,20,120,0),(10267,20,121,0),(10268,20,122,0),(10269,20,123,0),(10270,20,124,0),(10271,20,125,0),(10272,20,126,0),(10273,20,127,0),(10274,20,128,0),(10275,20,129,0),(10276,20,130,0),(10277,20,131,0),(10278,20,132,0),(10279,20,133,0),(10280,20,134,0),(10281,20,135,0),(10282,20,136,0),(10283,20,137,0),(10284,20,138,0),(10285,20,139,0),(10286,20,140,0),(10287,20,141,0),(10288,20,142,0),(10289,20,143,0),(10290,20,144,0),(10291,20,145,0),(10292,20,146,0),(10293,20,147,0),(10294,20,148,0),(10295,20,149,0),(10296,20,150,0),(10297,20,151,0),(10298,20,152,0),(10299,20,153,0),(10300,20,154,0),(10301,20,155,0),(10302,20,156,0),(10303,20,157,0),(10304,20,158,0),(10305,20,159,0),(10306,20,160,0),(10307,20,161,0),(10308,20,162,0),(10309,20,163,0),(10310,20,164,0),(10311,20,165,0),(10312,20,166,0),(10313,20,167,0),(10314,20,168,0),(10315,20,169,0),(10316,20,170,0),(10317,20,171,0),(10318,20,172,0),(10319,20,173,0),(10320,20,174,0),(10321,20,175,0),(10322,20,176,0),(10323,20,177,0),(10324,20,178,0),(10325,20,179,0),(10326,20,180,0),(10327,20,181,0),(10328,20,182,0),(10329,20,183,0),(10330,20,184,0),(10331,20,185,0),(10332,20,186,0),(10333,20,187,0),(10334,20,188,0),(10335,20,189,0),(10336,20,190,0),(10337,20,191,0),(10338,20,192,0),(10339,20,193,0),(10340,20,194,0),(10341,20,195,0),(10342,20,196,0),(10343,20,197,0),(10344,20,198,0),(10345,20,199,0),(10346,20,200,0),(10347,20,201,0),(10348,20,202,0),(10349,20,203,0),(10350,20,204,0),(10351,20,205,0),(10352,20,206,0),(10353,20,207,0),(10354,20,208,0),(10355,20,209,0),(10356,20,210,0),(10357,20,211,0),(10358,20,212,0),(10359,20,213,0),(10360,20,214,0),(10361,20,215,0),(10362,20,216,0),(10363,20,217,0),(10364,20,218,0),(10365,20,219,0),(10366,20,220,0),(10367,20,221,0),(10368,20,222,0),(10369,20,223,0),(10370,20,224,0),(10371,20,225,0),(10372,20,226,0),(10373,20,227,0),(10374,20,228,0),(10375,20,229,0),(10376,20,230,0),(10377,20,231,0),(10378,20,232,0),(10379,20,233,0),(10380,20,234,0),(10381,20,235,0),(10382,20,236,0),(10383,20,237,0),(10384,20,238,0),(10385,20,239,0),(10386,20,240,0),(10387,20,241,0),(10388,20,242,0),(10389,20,243,0),(10390,20,244,0),(10391,20,245,0),(10392,20,246,0),(10393,20,247,0),(10394,20,248,0),(10395,20,249,0),(10396,20,250,0),(10397,20,251,0),(10398,20,252,0),(10399,20,253,0),(10400,20,254,0),(10401,20,255,0),(10402,20,256,0),(10403,20,257,0),(10404,20,258,0),(10405,20,259,0),(10406,20,260,0),(10407,20,261,0),(10408,20,262,0),(10409,20,263,0),(10410,20,264,0),(10411,20,265,0),(10412,20,266,0),(10413,20,267,0),(10414,20,268,0),(10415,20,269,0),(10416,20,270,0),(10417,20,271,0),(10418,20,272,0),(10419,20,273,0),(10420,20,274,0),(10421,20,275,0),(10422,20,276,0),(10423,20,277,0),(10424,20,278,0),(10425,20,279,0),(10426,20,280,0),(10427,20,281,0),(10428,20,282,0),(10429,20,283,0),(10430,20,284,0),(10431,20,285,0),(10432,20,286,0),(10433,20,287,0),(10434,20,288,0),(10435,20,289,0),(10436,20,290,0),(10437,20,291,0),(10438,20,292,0),(10439,20,293,0),(10440,20,294,0),(10441,20,295,0),(10442,20,296,0),(10443,20,297,0),(10444,20,298,0),(10445,20,299,0),(10446,20,300,0),(10447,20,301,0),(10448,20,302,0),(10449,20,303,0),(10450,20,304,0),(10451,20,305,0),(10452,20,306,0),(10453,20,307,0),(10454,20,308,0),(10455,20,309,0),(10456,20,310,0),(10457,20,311,0),(10458,20,312,0),(10459,20,313,0),(10460,20,314,0),(10461,20,315,0),(10462,20,316,0),(10463,20,317,0),(10464,20,318,0),(10465,20,319,0),(10466,20,320,0),(10467,20,321,0),(10468,20,322,0),(10469,20,323,0),(10470,20,324,0),(10471,20,325,0),(10472,20,326,0),(10473,20,327,0),(10474,20,328,0),(10475,20,329,0),(10476,20,330,0),(10477,20,331,0),(10478,20,332,0),(10479,20,333,0),(10480,20,334,0),(10481,20,335,0),(10482,20,336,0),(10483,20,337,0),(10484,20,338,0),(10485,20,339,0),(10486,20,340,0),(10487,20,341,0),(10488,20,342,0),(10489,20,343,0),(10490,20,344,0),(10491,20,345,0),(10492,20,346,0),(10493,20,347,0),(10494,20,348,0),(10495,20,349,0),(10496,20,350,0),(10497,20,351,0),(10498,20,352,0),(10499,20,353,0),(10500,20,354,0),(10501,20,355,0),(10502,20,356,0),(10503,20,357,0),(10504,20,358,0),(10505,20,359,0),(10506,20,360,0),(10507,20,361,0),(10508,20,362,0),(10509,20,363,0),(10510,20,364,0),(10511,20,365,0),(10512,20,366,0),(10513,20,367,0),(10514,20,368,0),(10515,20,369,0),(10516,20,370,0),(10517,20,371,0),(10518,20,372,0),(10519,20,373,0),(10520,20,374,0),(10521,20,375,0),(10522,20,376,0),(10523,20,377,0),(10524,20,378,0),(10525,20,379,0),(10526,20,380,0),(10527,20,381,0),(10528,20,382,0),(10529,20,383,0),(10530,20,384,0),(10531,20,385,0),(10532,20,386,0),(10533,20,387,0),(10534,20,388,0),(10535,20,389,0),(10536,20,390,0),(10537,20,391,0),(10538,20,392,0),(10539,20,393,0),(10540,20,394,0),(10541,20,395,0),(10542,20,396,0),(10543,20,397,0),(10544,20,398,0),(10545,20,399,0),(10546,20,400,0),(10547,20,401,0),(10548,20,402,0),(10549,20,403,0),(10550,20,404,0),(10551,20,405,0),(10552,20,406,0),(10553,20,407,0),(10554,20,408,0),(10555,20,409,0),(10556,20,410,0),(10557,20,411,0),(10558,20,412,0),(10559,20,413,0),(10560,20,414,0),(10561,20,415,0),(10562,20,416,0),(10563,20,417,0),(10564,20,418,0),(10565,20,419,0),(10566,20,420,0),(10567,20,421,0),(10568,20,422,0),(10569,20,423,0),(10570,20,424,0),(10571,20,425,0),(10572,20,426,0),(10573,20,427,0),(10574,20,428,0),(10575,20,429,0),(10576,20,430,0),(10577,20,431,0),(10578,20,432,0),(10579,20,433,0),(10580,20,434,0),(10581,20,435,0),(10582,20,436,0),(10583,20,437,0),(10584,20,438,0),(10585,20,439,0),(10586,20,440,0),(10587,20,441,0),(10588,20,442,0),(10589,20,443,0),(10590,20,444,0),(10591,20,445,0),(10592,20,446,0),(10593,20,447,0),(10594,20,448,0),(10595,20,449,0),(10596,20,450,0),(10597,20,451,0),(10598,20,452,0),(10599,20,453,0),(10600,20,454,0),(10601,20,455,0),(10602,20,456,0),(10603,20,457,0),(10604,20,458,0),(10605,20,459,0),(10606,20,460,0),(10607,20,461,0),(10608,20,462,0),(10609,20,463,0),(10610,20,464,0),(10611,20,465,0),(10612,20,466,0),(10613,20,467,0),(10614,20,468,0),(10615,20,469,0),(10616,20,470,0),(10617,20,471,0),(10618,20,472,0),(10619,20,473,0),(10620,20,474,0),(10621,20,475,0),(10622,20,476,0),(10623,20,477,0),(10624,20,478,0),(10625,20,479,0),(10626,20,480,0),(10627,20,481,0),(10628,20,482,0),(10629,20,483,0),(10630,20,484,0),(10631,20,485,0),(10632,20,486,0),(10633,20,487,0),(10634,20,488,0),(10635,20,489,0),(10636,20,490,0),(10637,20,491,0),(10638,20,492,0),(10639,20,493,0),(10640,20,494,0),(10641,20,495,0),(10642,20,496,0),(10643,20,497,0),(10644,20,498,0),(10645,20,499,0),(10646,20,500,0),(10647,20,501,0),(10648,20,502,0),(10649,20,503,0),(10650,20,504,0),(10651,20,505,0),(10652,20,506,0),(10653,20,507,0),(10654,20,508,0),(10655,20,509,0),(10656,20,510,0),(10657,20,511,0),(10658,20,512,0),(10659,20,513,0),(10660,20,514,0),(10661,20,515,0),(10662,20,516,0),(10663,20,517,0),(10664,20,518,0),(10665,20,519,0),(10666,20,520,0),(10667,20,521,0),(10668,20,522,0),(10669,20,523,0),(10670,20,524,0),(10671,20,525,0),(10672,20,526,0),(10673,20,527,0),(10674,20,528,0),(10675,20,529,0),(10676,20,530,0),(10677,20,531,0),(10678,20,532,0),(10679,20,533,0),(10680,20,534,0),(10681,21,1,0),(10682,21,2,0),(10683,21,3,0),(10684,21,4,0),(10685,21,5,0),(10686,21,6,0),(10687,21,7,0),(10688,21,8,0),(10689,21,9,0),(10690,21,10,0),(10691,21,11,0),(10692,21,12,0),(10693,21,13,0),(10694,21,14,0),(10695,21,15,0),(10696,21,16,0),(10697,21,17,0),(10698,21,18,0),(10699,21,19,0),(10700,21,20,0),(10701,21,21,0),(10702,21,22,0),(10703,21,23,0),(10704,21,24,0),(10705,21,25,0),(10706,21,26,0),(10707,21,27,0),(10708,21,28,0),(10709,21,29,0),(10710,21,30,0),(10711,21,31,0),(10712,21,32,0),(10713,21,33,0),(10714,21,34,0),(10715,21,35,0),(10716,21,36,0),(10717,21,37,0),(10718,21,38,0),(10719,21,39,0),(10720,21,40,0),(10721,21,41,0),(10722,21,42,0),(10723,21,43,0),(10724,21,44,0),(10725,21,45,0),(10726,21,46,0),(10727,21,47,0),(10728,21,48,0),(10729,21,49,0),(10730,21,50,0),(10731,21,51,0),(10732,21,52,0),(10733,21,53,0),(10734,21,54,0),(10735,21,55,0),(10736,21,56,0),(10737,21,57,0),(10738,21,58,0),(10739,21,59,0),(10740,21,60,0),(10741,21,61,0),(10742,21,62,0),(10743,21,63,0),(10744,21,64,0),(10745,21,65,0),(10746,21,66,0),(10747,21,67,0),(10748,21,68,0),(10749,21,69,0),(10750,21,70,0),(10751,21,71,0),(10752,21,72,0),(10753,21,73,0),(10754,21,74,0),(10755,21,75,0),(10756,21,76,0),(10757,21,77,0),(10758,21,78,0),(10759,21,79,0),(10760,21,80,0),(10761,21,81,0),(10762,21,82,0),(10763,21,83,0),(10764,21,84,0),(10765,21,85,0),(10766,21,86,0),(10767,21,87,0),(10768,21,88,0),(10769,21,89,0),(10770,21,90,0),(10771,21,91,0),(10772,21,92,0),(10773,21,93,0),(10774,21,94,0),(10775,21,95,0),(10776,21,96,0),(10777,21,97,0),(10778,21,98,0),(10779,21,99,0),(10780,21,100,0.260869565217391),(10781,21,101,0.173913043478261),(10782,21,102,0.434782608695652),(10783,21,103,0.130434782608696),(10784,21,104,0),(10785,21,105,0),(10786,21,106,0),(10787,21,107,0),(10788,21,108,0),(10789,21,109,0),(10790,21,110,0),(10791,21,111,0),(10792,21,112,0),(10793,21,113,0),(10794,21,114,0),(10795,21,115,0),(10796,21,116,0),(10797,21,117,0),(10798,21,118,0),(10799,21,119,0),(10800,21,120,0),(10801,21,121,0),(10802,21,122,0),(10803,21,123,0),(10804,21,124,0),(10805,21,125,0),(10806,21,126,0),(10807,21,127,0),(10808,21,128,0),(10809,21,129,0),(10810,21,130,0),(10811,21,131,0),(10812,21,132,0),(10813,21,133,0),(10814,21,134,0),(10815,21,135,0),(10816,21,136,0),(10817,21,137,0),(10818,21,138,0),(10819,21,139,0),(10820,21,140,0),(10821,21,141,0),(10822,21,142,0),(10823,21,143,0),(10824,21,144,0),(10825,21,145,0),(10826,21,146,0),(10827,21,147,0),(10828,21,148,0),(10829,21,149,0),(10830,21,150,0),(10831,21,151,0),(10832,21,152,0),(10833,21,153,0),(10834,21,154,0),(10835,21,155,0),(10836,21,156,0),(10837,21,157,0),(10838,21,158,0),(10839,21,159,0),(10840,21,160,0),(10841,21,161,0),(10842,21,162,0),(10843,21,163,0),(10844,21,164,0),(10845,21,165,0),(10846,21,166,0),(10847,21,167,0),(10848,21,168,0),(10849,21,169,0),(10850,21,170,0),(10851,21,171,0),(10852,21,172,0),(10853,21,173,0),(10854,21,174,0),(10855,21,175,0),(10856,21,176,0),(10857,21,177,0),(10858,21,178,0),(10859,21,179,0),(10860,21,180,0),(10861,21,181,0),(10862,21,182,0),(10863,21,183,0),(10864,21,184,0),(10865,21,185,0),(10866,21,186,0),(10867,21,187,0),(10868,21,188,0),(10869,21,189,0),(10870,21,190,0),(10871,21,191,0),(10872,21,192,0),(10873,21,193,0),(10874,21,194,0),(10875,21,195,0),(10876,21,196,0),(10877,21,197,0),(10878,21,198,0),(10879,21,199,0),(10880,21,200,0),(10881,21,201,0),(10882,21,202,0),(10883,21,203,0),(10884,21,204,0),(10885,21,205,0),(10886,21,206,0),(10887,21,207,0),(10888,21,208,0),(10889,21,209,0),(10890,21,210,0),(10891,21,211,0),(10892,21,212,0),(10893,21,213,0),(10894,21,214,0),(10895,21,215,0),(10896,21,216,0),(10897,21,217,0),(10898,21,218,0),(10899,21,219,0),(10900,21,220,0),(10901,21,221,0),(10902,21,222,0),(10903,21,223,0),(10904,21,224,0),(10905,21,225,0),(10906,21,226,0),(10907,21,227,0),(10908,21,228,0),(10909,21,229,0),(10910,21,230,0),(10911,21,231,0),(10912,21,232,0),(10913,21,233,0),(10914,21,234,0),(10915,21,235,0),(10916,21,236,0),(10917,21,237,0),(10918,21,238,0),(10919,21,239,0),(10920,21,240,0),(10921,21,241,0),(10922,21,242,0),(10923,21,243,0),(10924,21,244,0),(10925,21,245,0),(10926,21,246,0),(10927,21,247,0),(10928,21,248,0),(10929,21,249,0),(10930,21,250,0),(10931,21,251,0),(10932,21,252,0),(10933,21,253,0),(10934,21,254,0),(10935,21,255,0),(10936,21,256,0),(10937,21,257,0),(10938,21,258,0),(10939,21,259,0),(10940,21,260,0),(10941,21,261,0),(10942,21,262,0),(10943,21,263,0),(10944,21,264,0),(10945,21,265,0),(10946,21,266,0),(10947,21,267,0),(10948,21,268,0),(10949,21,269,0),(10950,21,270,0),(10951,21,271,0),(10952,21,272,0),(10953,21,273,0),(10954,21,274,0),(10955,21,275,0),(10956,21,276,0),(10957,21,277,0),(10958,21,278,0),(10959,21,279,0),(10960,21,280,0),(10961,21,281,0),(10962,21,282,0),(10963,21,283,0),(10964,21,284,0),(10965,21,285,0),(10966,21,286,0),(10967,21,287,0),(10968,21,288,0),(10969,21,289,0),(10970,21,290,0),(10971,21,291,0),(10972,21,292,0),(10973,21,293,0),(10974,21,294,0),(10975,21,295,0),(10976,21,296,0),(10977,21,297,0),(10978,21,298,0),(10979,21,299,0),(10980,21,300,0),(10981,21,301,0),(10982,21,302,0),(10983,21,303,0),(10984,21,304,0),(10985,21,305,0),(10986,21,306,0),(10987,21,307,0),(10988,21,308,0),(10989,21,309,0),(10990,21,310,0),(10991,21,311,0),(10992,21,312,0),(10993,21,313,0),(10994,21,314,0),(10995,21,315,0),(10996,21,316,0),(10997,21,317,0),(10998,21,318,0),(10999,21,319,0),(11000,21,320,0),(11001,21,321,0),(11002,21,322,0),(11003,21,323,0),(11004,21,324,0),(11005,21,325,0),(11006,21,326,0),(11007,21,327,0),(11008,21,328,0),(11009,21,329,0),(11010,21,330,0),(11011,21,331,0),(11012,21,332,0),(11013,21,333,0),(11014,21,334,0),(11015,21,335,0),(11016,21,336,0),(11017,21,337,0),(11018,21,338,0),(11019,21,339,0),(11020,21,340,0),(11021,21,341,0),(11022,21,342,0),(11023,21,343,0),(11024,21,344,0),(11025,21,345,0),(11026,21,346,0),(11027,21,347,0),(11028,21,348,0),(11029,21,349,0),(11030,21,350,0),(11031,21,351,0),(11032,21,352,0),(11033,21,353,0),(11034,21,354,0),(11035,21,355,0),(11036,21,356,0),(11037,21,357,0),(11038,21,358,0),(11039,21,359,0),(11040,21,360,0),(11041,21,361,0),(11042,21,362,0),(11043,21,363,0),(11044,21,364,0),(11045,21,365,0),(11046,21,366,0),(11047,21,367,0),(11048,21,368,0),(11049,21,369,0),(11050,21,370,0),(11051,21,371,0),(11052,21,372,0),(11053,21,373,0),(11054,21,374,0),(11055,21,375,0),(11056,21,376,0),(11057,21,377,0),(11058,21,378,0),(11059,21,379,0),(11060,21,380,0),(11061,21,381,0),(11062,21,382,0),(11063,21,383,0),(11064,21,384,0),(11065,21,385,0),(11066,21,386,0),(11067,21,387,0),(11068,21,388,0),(11069,21,389,0),(11070,21,390,0),(11071,21,391,0),(11072,21,392,0),(11073,21,393,0),(11074,21,394,0),(11075,21,395,0),(11076,21,396,0),(11077,21,397,0),(11078,21,398,0),(11079,21,399,0),(11080,21,400,0),(11081,21,401,0),(11082,21,402,0),(11083,21,403,0),(11084,21,404,0),(11085,21,405,0),(11086,21,406,0),(11087,21,407,0),(11088,21,408,0),(11089,21,409,0),(11090,21,410,0),(11091,21,411,0),(11092,21,412,0),(11093,21,413,0),(11094,21,414,0),(11095,21,415,0),(11096,21,416,0),(11097,21,417,0),(11098,21,418,0),(11099,21,419,0),(11100,21,420,0),(11101,21,421,0),(11102,21,422,0),(11103,21,423,0),(11104,21,424,0),(11105,21,425,0),(11106,21,426,0),(11107,21,427,0),(11108,21,428,0),(11109,21,429,0),(11110,21,430,0),(11111,21,431,0),(11112,21,432,0),(11113,21,433,0),(11114,21,434,0),(11115,21,435,0),(11116,21,436,0),(11117,21,437,0),(11118,21,438,0),(11119,21,439,0),(11120,21,440,0),(11121,21,441,0),(11122,21,442,0),(11123,21,443,0),(11124,21,444,0),(11125,21,445,0),(11126,21,446,0),(11127,21,447,0),(11128,21,448,0),(11129,21,449,0),(11130,21,450,0),(11131,21,451,0),(11132,21,452,0),(11133,21,453,0),(11134,21,454,0),(11135,21,455,0),(11136,21,456,0),(11137,21,457,0),(11138,21,458,0),(11139,21,459,0),(11140,21,460,0),(11141,21,461,0),(11142,21,462,0),(11143,21,463,0),(11144,21,464,0),(11145,21,465,0),(11146,21,466,0),(11147,21,467,0),(11148,21,468,0),(11149,21,469,0),(11150,21,470,0),(11151,21,471,0),(11152,21,472,0),(11153,21,473,0),(11154,21,474,0),(11155,21,475,0),(11156,21,476,0),(11157,21,477,0),(11158,21,478,0),(11159,21,479,0),(11160,21,480,0),(11161,21,481,0),(11162,21,482,0),(11163,21,483,0),(11164,21,484,0),(11165,21,485,0),(11166,21,486,0),(11167,21,487,0),(11168,21,488,0),(11169,21,489,0),(11170,21,490,0),(11171,21,491,0),(11172,21,492,0),(11173,21,493,0),(11174,21,494,0),(11175,21,495,0),(11176,21,496,0),(11177,21,497,0),(11178,21,498,0),(11179,21,499,0),(11180,21,500,0),(11181,21,501,0),(11182,21,502,0),(11183,21,503,0),(11184,21,504,0),(11185,21,505,0),(11186,21,506,0),(11187,21,507,0),(11188,21,508,0),(11189,21,509,0),(11190,21,510,0),(11191,21,511,0),(11192,21,512,0),(11193,21,513,0),(11194,21,514,0),(11195,21,515,0),(11196,21,516,0),(11197,21,517,0),(11198,21,518,0),(11199,21,519,0),(11200,21,520,0),(11201,21,521,0),(11202,21,522,0),(11203,21,523,0),(11204,21,524,0),(11205,21,525,0),(11206,21,526,0),(11207,21,527,0),(11208,21,528,0),(11209,21,529,0),(11210,21,530,0),(11211,21,531,0),(11212,21,532,0),(11213,21,533,0),(11214,21,534,0),(11215,22,1,0),(11216,22,2,0),(11217,22,3,0),(11218,22,4,0),(11219,22,5,0),(11220,22,6,0),(11221,22,7,0),(11222,22,8,0),(11223,22,9,0),(11224,22,10,0),(11225,22,11,0),(11226,22,12,0),(11227,22,13,0),(11228,22,14,0),(11229,22,15,0),(11230,22,16,0),(11231,22,17,0),(11232,22,18,0),(11233,22,19,0),(11234,22,20,0),(11235,22,21,0),(11236,22,22,0),(11237,22,23,0),(11238,22,24,0),(11239,22,25,0),(11240,22,26,0),(11241,22,27,0),(11242,22,28,0),(11243,22,29,0),(11244,22,30,0),(11245,22,31,0),(11246,22,32,0),(11247,22,33,0),(11248,22,34,0),(11249,22,35,0),(11250,22,36,0),(11251,22,37,0),(11252,22,38,0),(11253,22,39,0),(11254,22,40,0),(11255,22,41,0),(11256,22,42,0),(11257,22,43,0),(11258,22,44,0),(11259,22,45,0),(11260,22,46,0),(11261,22,47,0),(11262,22,48,0),(11263,22,49,0),(11264,22,50,0),(11265,22,51,0),(11266,22,52,0),(11267,22,53,0),(11268,22,54,0),(11269,22,55,0),(11270,22,56,0),(11271,22,57,0),(11272,22,58,0),(11273,22,59,0),(11274,22,60,0),(11275,22,61,0),(11276,22,62,0),(11277,22,63,0),(11278,22,64,0),(11279,22,65,0),(11280,22,66,0),(11281,22,67,0),(11282,22,68,0),(11283,22,69,0),(11284,22,70,0),(11285,22,71,0),(11286,22,72,0),(11287,22,73,0),(11288,22,74,0),(11289,22,75,0),(11290,22,76,0),(11291,22,77,0),(11292,22,78,0),(11293,22,79,0),(11294,22,80,0),(11295,22,81,0),(11296,22,82,0),(11297,22,83,0),(11298,22,84,0),(11299,22,85,0),(11300,22,86,0),(11301,22,87,0),(11302,22,88,0),(11303,22,89,0),(11304,22,90,0),(11305,22,91,0),(11306,22,92,0),(11307,22,93,0),(11308,22,94,0),(11309,22,95,0),(11310,22,96,0),(11311,22,97,0),(11312,22,98,0),(11313,22,99,0),(11314,22,100,0),(11315,22,101,0),(11316,22,102,0),(11317,22,103,0),(11318,22,104,0.238095238095238),(11319,22,105,0.214285714285714),(11320,22,106,0.119047619047619),(11321,22,107,0.0952380952380952),(11322,22,108,0.0714285714285714),(11323,22,109,0.19047619047619),(11324,22,110,0.0714285714285714),(11325,22,111,0),(11326,22,112,0),(11327,22,113,0),(11328,22,114,0),(11329,22,115,0),(11330,22,116,0),(11331,22,117,0),(11332,22,118,0),(11333,22,119,0),(11334,22,120,0),(11335,22,121,0),(11336,22,122,0),(11337,22,123,0),(11338,22,124,0),(11339,22,125,0),(11340,22,126,0),(11341,22,127,0),(11342,22,128,0),(11343,22,129,0),(11344,22,130,0),(11345,22,131,0),(11346,22,132,0),(11347,22,133,0),(11348,22,134,0),(11349,22,135,0),(11350,22,136,0),(11351,22,137,0),(11352,22,138,0),(11353,22,139,0),(11354,22,140,0),(11355,22,141,0),(11356,22,142,0),(11357,22,143,0),(11358,22,144,0),(11359,22,145,0),(11360,22,146,0),(11361,22,147,0),(11362,22,148,0),(11363,22,149,0),(11364,22,150,0),(11365,22,151,0),(11366,22,152,0),(11367,22,153,0),(11368,22,154,0),(11369,22,155,0),(11370,22,156,0),(11371,22,157,0),(11372,22,158,0),(11373,22,159,0),(11374,22,160,0),(11375,22,161,0),(11376,22,162,0),(11377,22,163,0),(11378,22,164,0),(11379,22,165,0),(11380,22,166,0),(11381,22,167,0),(11382,22,168,0),(11383,22,169,0),(11384,22,170,0),(11385,22,171,0),(11386,22,172,0),(11387,22,173,0),(11388,22,174,0),(11389,22,175,0),(11390,22,176,0),(11391,22,177,0),(11392,22,178,0),(11393,22,179,0),(11394,22,180,0),(11395,22,181,0),(11396,22,182,0),(11397,22,183,0),(11398,22,184,0),(11399,22,185,0),(11400,22,186,0),(11401,22,187,0),(11402,22,188,0),(11403,22,189,0),(11404,22,190,0),(11405,22,191,0),(11406,22,192,0),(11407,22,193,0),(11408,22,194,0),(11409,22,195,0),(11410,22,196,0),(11411,22,197,0),(11412,22,198,0),(11413,22,199,0),(11414,22,200,0),(11415,22,201,0),(11416,22,202,0),(11417,22,203,0),(11418,22,204,0),(11419,22,205,0),(11420,22,206,0),(11421,22,207,0),(11422,22,208,0),(11423,22,209,0),(11424,22,210,0),(11425,22,211,0),(11426,22,212,0),(11427,22,213,0),(11428,22,214,0),(11429,22,215,0),(11430,22,216,0),(11431,22,217,0),(11432,22,218,0),(11433,22,219,0),(11434,22,220,0),(11435,22,221,0),(11436,22,222,0),(11437,22,223,0),(11438,22,224,0),(11439,22,225,0),(11440,22,226,0),(11441,22,227,0),(11442,22,228,0),(11443,22,229,0),(11444,22,230,0),(11445,22,231,0),(11446,22,232,0),(11447,22,233,0),(11448,22,234,0),(11449,22,235,0),(11450,22,236,0),(11451,22,237,0),(11452,22,238,0),(11453,22,239,0),(11454,22,240,0),(11455,22,241,0),(11456,22,242,0),(11457,22,243,0),(11458,22,244,0),(11459,22,245,0),(11460,22,246,0),(11461,22,247,0),(11462,22,248,0),(11463,22,249,0),(11464,22,250,0),(11465,22,251,0),(11466,22,252,0),(11467,22,253,0),(11468,22,254,0),(11469,22,255,0),(11470,22,256,0),(11471,22,257,0),(11472,22,258,0),(11473,22,259,0),(11474,22,260,0),(11475,22,261,0),(11476,22,262,0),(11477,22,263,0),(11478,22,264,0),(11479,22,265,0),(11480,22,266,0),(11481,22,267,0),(11482,22,268,0),(11483,22,269,0),(11484,22,270,0),(11485,22,271,0),(11486,22,272,0),(11487,22,273,0),(11488,22,274,0),(11489,22,275,0),(11490,22,276,0),(11491,22,277,0),(11492,22,278,0),(11493,22,279,0),(11494,22,280,0),(11495,22,281,0),(11496,22,282,0),(11497,22,283,0),(11498,22,284,0),(11499,22,285,0),(11500,22,286,0),(11501,22,287,0),(11502,22,288,0),(11503,22,289,0),(11504,22,290,0),(11505,22,291,0),(11506,22,292,0),(11507,22,293,0),(11508,22,294,0),(11509,22,295,0),(11510,22,296,0),(11511,22,297,0),(11512,22,298,0),(11513,22,299,0),(11514,22,300,0),(11515,22,301,0),(11516,22,302,0),(11517,22,303,0),(11518,22,304,0),(11519,22,305,0),(11520,22,306,0),(11521,22,307,0),(11522,22,308,0),(11523,22,309,0),(11524,22,310,0),(11525,22,311,0),(11526,22,312,0),(11527,22,313,0),(11528,22,314,0),(11529,22,315,0),(11530,22,316,0),(11531,22,317,0),(11532,22,318,0),(11533,22,319,0),(11534,22,320,0),(11535,22,321,0),(11536,22,322,0),(11537,22,323,0),(11538,22,324,0),(11539,22,325,0),(11540,22,326,0),(11541,22,327,0),(11542,22,328,0),(11543,22,329,0),(11544,22,330,0),(11545,22,331,0),(11546,22,332,0),(11547,22,333,0),(11548,22,334,0),(11549,22,335,0),(11550,22,336,0),(11551,22,337,0),(11552,22,338,0),(11553,22,339,0),(11554,22,340,0),(11555,22,341,0),(11556,22,342,0),(11557,22,343,0),(11558,22,344,0),(11559,22,345,0),(11560,22,346,0),(11561,22,347,0),(11562,22,348,0),(11563,22,349,0),(11564,22,350,0),(11565,22,351,0),(11566,22,352,0),(11567,22,353,0),(11568,22,354,0),(11569,22,355,0),(11570,22,356,0),(11571,22,357,0),(11572,22,358,0),(11573,22,359,0),(11574,22,360,0),(11575,22,361,0),(11576,22,362,0),(11577,22,363,0),(11578,22,364,0),(11579,22,365,0),(11580,22,366,0),(11581,22,367,0),(11582,22,368,0),(11583,22,369,0),(11584,22,370,0),(11585,22,371,0),(11586,22,372,0),(11587,22,373,0),(11588,22,374,0),(11589,22,375,0),(11590,22,376,0),(11591,22,377,0),(11592,22,378,0),(11593,22,379,0),(11594,22,380,0),(11595,22,381,0),(11596,22,382,0),(11597,22,383,0),(11598,22,384,0),(11599,22,385,0),(11600,22,386,0),(11601,22,387,0),(11602,22,388,0),(11603,22,389,0),(11604,22,390,0),(11605,22,391,0),(11606,22,392,0),(11607,22,393,0),(11608,22,394,0),(11609,22,395,0),(11610,22,396,0),(11611,22,397,0),(11612,22,398,0),(11613,22,399,0),(11614,22,400,0),(11615,22,401,0),(11616,22,402,0),(11617,22,403,0),(11618,22,404,0),(11619,22,405,0),(11620,22,406,0),(11621,22,407,0),(11622,22,408,0),(11623,22,409,0),(11624,22,410,0),(11625,22,411,0),(11626,22,412,0),(11627,22,413,0),(11628,22,414,0),(11629,22,415,0),(11630,22,416,0),(11631,22,417,0),(11632,22,418,0),(11633,22,419,0),(11634,22,420,0),(11635,22,421,0),(11636,22,422,0),(11637,22,423,0),(11638,22,424,0),(11639,22,425,0),(11640,22,426,0),(11641,22,427,0),(11642,22,428,0),(11643,22,429,0),(11644,22,430,0),(11645,22,431,0),(11646,22,432,0),(11647,22,433,0),(11648,22,434,0),(11649,22,435,0),(11650,22,436,0),(11651,22,437,0),(11652,22,438,0),(11653,22,439,0),(11654,22,440,0),(11655,22,441,0),(11656,22,442,0),(11657,22,443,0),(11658,22,444,0),(11659,22,445,0),(11660,22,446,0),(11661,22,447,0),(11662,22,448,0),(11663,22,449,0),(11664,22,450,0),(11665,22,451,0),(11666,22,452,0),(11667,22,453,0),(11668,22,454,0),(11669,22,455,0),(11670,22,456,0),(11671,22,457,0),(11672,22,458,0),(11673,22,459,0),(11674,22,460,0),(11675,22,461,0),(11676,22,462,0),(11677,22,463,0),(11678,22,464,0),(11679,22,465,0),(11680,22,466,0),(11681,22,467,0),(11682,22,468,0),(11683,22,469,0),(11684,22,470,0),(11685,22,471,0),(11686,22,472,0),(11687,22,473,0),(11688,22,474,0),(11689,22,475,0),(11690,22,476,0),(11691,22,477,0),(11692,22,478,0),(11693,22,479,0),(11694,22,480,0),(11695,22,481,0),(11696,22,482,0),(11697,22,483,0),(11698,22,484,0),(11699,22,485,0),(11700,22,486,0),(11701,22,487,0),(11702,22,488,0),(11703,22,489,0),(11704,22,490,0),(11705,22,491,0),(11706,22,492,0),(11707,22,493,0),(11708,22,494,0),(11709,22,495,0),(11710,22,496,0),(11711,22,497,0),(11712,22,498,0),(11713,22,499,0),(11714,22,500,0),(11715,22,501,0),(11716,22,502,0),(11717,22,503,0),(11718,22,504,0),(11719,22,505,0),(11720,22,506,0),(11721,22,507,0),(11722,22,508,0),(11723,22,509,0),(11724,22,510,0),(11725,22,511,0),(11726,22,512,0),(11727,22,513,0),(11728,22,514,0),(11729,22,515,0),(11730,22,516,0),(11731,22,517,0),(11732,22,518,0),(11733,22,519,0),(11734,22,520,0),(11735,22,521,0),(11736,22,522,0),(11737,22,523,0),(11738,22,524,0),(11739,22,525,0),(11740,22,526,0),(11741,22,527,0),(11742,22,528,0),(11743,22,529,0),(11744,22,530,0),(11745,22,531,0),(11746,22,532,0),(11747,22,533,0),(11748,22,534,0),(11749,23,1,0),(11750,23,2,0),(11751,23,3,0),(11752,23,4,0),(11753,23,5,0),(11754,23,6,0),(11755,23,7,0),(11756,23,8,0),(11757,23,9,0),(11758,23,10,0),(11759,23,11,0),(11760,23,12,0),(11761,23,13,0),(11762,23,14,0),(11763,23,15,0),(11764,23,16,0),(11765,23,17,0),(11766,23,18,0),(11767,23,19,0),(11768,23,20,0),(11769,23,21,0),(11770,23,22,0),(11771,23,23,0),(11772,23,24,0),(11773,23,25,0),(11774,23,26,0),(11775,23,27,0),(11776,23,28,0),(11777,23,29,0),(11778,23,30,0),(11779,23,31,0),(11780,23,32,0),(11781,23,33,0),(11782,23,34,0),(11783,23,35,0),(11784,23,36,0),(11785,23,37,0),(11786,23,38,0),(11787,23,39,0),(11788,23,40,0),(11789,23,41,0),(11790,23,42,0),(11791,23,43,0),(11792,23,44,0),(11793,23,45,0),(11794,23,46,0),(11795,23,47,0),(11796,23,48,0),(11797,23,49,0),(11798,23,50,0),(11799,23,51,0),(11800,23,52,0),(11801,23,53,0),(11802,23,54,0),(11803,23,55,0),(11804,23,56,0),(11805,23,57,0),(11806,23,58,0),(11807,23,59,0),(11808,23,60,0),(11809,23,61,0),(11810,23,62,0),(11811,23,63,0),(11812,23,64,0),(11813,23,65,0),(11814,23,66,0),(11815,23,67,0),(11816,23,68,0),(11817,23,69,0),(11818,23,70,0),(11819,23,71,0),(11820,23,72,0),(11821,23,73,0),(11822,23,74,0),(11823,23,75,0),(11824,23,76,0),(11825,23,77,0),(11826,23,78,0),(11827,23,79,0),(11828,23,80,0),(11829,23,81,0),(11830,23,82,0),(11831,23,83,0),(11832,23,84,0),(11833,23,85,0),(11834,23,86,0),(11835,23,87,0),(11836,23,88,0),(11837,23,89,0),(11838,23,90,0),(11839,23,91,0),(11840,23,92,0),(11841,23,93,0),(11842,23,94,0),(11843,23,95,0),(11844,23,96,0),(11845,23,97,0),(11846,23,98,0),(11847,23,99,0),(11848,23,100,0),(11849,23,101,0),(11850,23,102,0),(11851,23,103,0),(11852,23,104,0),(11853,23,105,0),(11854,23,106,0),(11855,23,107,0),(11856,23,108,0),(11857,23,109,0),(11858,23,110,0),(11859,23,111,0.147058823529412),(11860,23,112,0.132352941176471),(11861,23,113,0.0882352941176471),(11862,23,114,0.0882352941176471),(11863,23,115,0.102941176470588),(11864,23,116,0.0735294117647059),(11865,23,117,0.0882352941176471),(11866,23,118,0.147058823529412),(11867,23,119,0.0882352941176471),(11868,23,120,0.0441176470588235),(11869,23,121,0),(11870,23,122,0),(11871,23,123,0),(11872,23,124,0),(11873,23,125,0),(11874,23,126,0),(11875,23,127,0),(11876,23,128,0),(11877,23,129,0),(11878,23,130,0),(11879,23,131,0),(11880,23,132,0),(11881,23,133,0),(11882,23,134,0),(11883,23,135,0),(11884,23,136,0),(11885,23,137,0),(11886,23,138,0),(11887,23,139,0),(11888,23,140,0),(11889,23,141,0),(11890,23,142,0),(11891,23,143,0),(11892,23,144,0),(11893,23,145,0),(11894,23,146,0),(11895,23,147,0),(11896,23,148,0),(11897,23,149,0),(11898,23,150,0),(11899,23,151,0),(11900,23,152,0),(11901,23,153,0),(11902,23,154,0),(11903,23,155,0),(11904,23,156,0),(11905,23,157,0),(11906,23,158,0),(11907,23,159,0),(11908,23,160,0),(11909,23,161,0),(11910,23,162,0),(11911,23,163,0),(11912,23,164,0),(11913,23,165,0),(11914,23,166,0),(11915,23,167,0),(11916,23,168,0),(11917,23,169,0),(11918,23,170,0),(11919,23,171,0),(11920,23,172,0),(11921,23,173,0),(11922,23,174,0),(11923,23,175,0),(11924,23,176,0),(11925,23,177,0),(11926,23,178,0),(11927,23,179,0),(11928,23,180,0),(11929,23,181,0),(11930,23,182,0),(11931,23,183,0),(11932,23,184,0),(11933,23,185,0),(11934,23,186,0),(11935,23,187,0),(11936,23,188,0),(11937,23,189,0),(11938,23,190,0),(11939,23,191,0),(11940,23,192,0),(11941,23,193,0),(11942,23,194,0),(11943,23,195,0),(11944,23,196,0),(11945,23,197,0),(11946,23,198,0),(11947,23,199,0),(11948,23,200,0),(11949,23,201,0),(11950,23,202,0),(11951,23,203,0),(11952,23,204,0),(11953,23,205,0),(11954,23,206,0),(11955,23,207,0),(11956,23,208,0),(11957,23,209,0),(11958,23,210,0),(11959,23,211,0),(11960,23,212,0),(11961,23,213,0),(11962,23,214,0),(11963,23,215,0),(11964,23,216,0),(11965,23,217,0),(11966,23,218,0),(11967,23,219,0),(11968,23,220,0),(11969,23,221,0),(11970,23,222,0),(11971,23,223,0),(11972,23,224,0),(11973,23,225,0),(11974,23,226,0),(11975,23,227,0),(11976,23,228,0),(11977,23,229,0),(11978,23,230,0),(11979,23,231,0),(11980,23,232,0),(11981,23,233,0),(11982,23,234,0),(11983,23,235,0),(11984,23,236,0),(11985,23,237,0),(11986,23,238,0),(11987,23,239,0),(11988,23,240,0),(11989,23,241,0),(11990,23,242,0),(11991,23,243,0),(11992,23,244,0),(11993,23,245,0),(11994,23,246,0),(11995,23,247,0),(11996,23,248,0),(11997,23,249,0),(11998,23,250,0),(11999,23,251,0),(12000,23,252,0),(12001,23,253,0),(12002,23,254,0),(12003,23,255,0),(12004,23,256,0),(12005,23,257,0),(12006,23,258,0),(12007,23,259,0),(12008,23,260,0),(12009,23,261,0),(12010,23,262,0),(12011,23,263,0),(12012,23,264,0),(12013,23,265,0),(12014,23,266,0),(12015,23,267,0),(12016,23,268,0),(12017,23,269,0),(12018,23,270,0),(12019,23,271,0),(12020,23,272,0),(12021,23,273,0),(12022,23,274,0),(12023,23,275,0),(12024,23,276,0),(12025,23,277,0),(12026,23,278,0),(12027,23,279,0),(12028,23,280,0),(12029,23,281,0),(12030,23,282,0),(12031,23,283,0),(12032,23,284,0),(12033,23,285,0),(12034,23,286,0),(12035,23,287,0),(12036,23,288,0),(12037,23,289,0),(12038,23,290,0),(12039,23,291,0),(12040,23,292,0),(12041,23,293,0),(12042,23,294,0),(12043,23,295,0),(12044,23,296,0),(12045,23,297,0),(12046,23,298,0),(12047,23,299,0),(12048,23,300,0),(12049,23,301,0),(12050,23,302,0),(12051,23,303,0),(12052,23,304,0),(12053,23,305,0),(12054,23,306,0),(12055,23,307,0),(12056,23,308,0),(12057,23,309,0),(12058,23,310,0),(12059,23,311,0),(12060,23,312,0),(12061,23,313,0),(12062,23,314,0),(12063,23,315,0),(12064,23,316,0),(12065,23,317,0),(12066,23,318,0),(12067,23,319,0),(12068,23,320,0),(12069,23,321,0),(12070,23,322,0),(12071,23,323,0),(12072,23,324,0),(12073,23,325,0),(12074,23,326,0),(12075,23,327,0),(12076,23,328,0),(12077,23,329,0),(12078,23,330,0),(12079,23,331,0),(12080,23,332,0),(12081,23,333,0),(12082,23,334,0),(12083,23,335,0),(12084,23,336,0),(12085,23,337,0),(12086,23,338,0),(12087,23,339,0),(12088,23,340,0),(12089,23,341,0),(12090,23,342,0),(12091,23,343,0),(12092,23,344,0),(12093,23,345,0),(12094,23,346,0),(12095,23,347,0),(12096,23,348,0),(12097,23,349,0),(12098,23,350,0),(12099,23,351,0),(12100,23,352,0),(12101,23,353,0),(12102,23,354,0),(12103,23,355,0),(12104,23,356,0),(12105,23,357,0),(12106,23,358,0),(12107,23,359,0),(12108,23,360,0),(12109,23,361,0),(12110,23,362,0),(12111,23,363,0),(12112,23,364,0),(12113,23,365,0),(12114,23,366,0),(12115,23,367,0),(12116,23,368,0),(12117,23,369,0),(12118,23,370,0),(12119,23,371,0),(12120,23,372,0),(12121,23,373,0),(12122,23,374,0),(12123,23,375,0),(12124,23,376,0),(12125,23,377,0),(12126,23,378,0),(12127,23,379,0),(12128,23,380,0),(12129,23,381,0),(12130,23,382,0),(12131,23,383,0),(12132,23,384,0),(12133,23,385,0),(12134,23,386,0),(12135,23,387,0),(12136,23,388,0),(12137,23,389,0),(12138,23,390,0),(12139,23,391,0),(12140,23,392,0),(12141,23,393,0),(12142,23,394,0),(12143,23,395,0),(12144,23,396,0),(12145,23,397,0),(12146,23,398,0),(12147,23,399,0),(12148,23,400,0),(12149,23,401,0),(12150,23,402,0),(12151,23,403,0),(12152,23,404,0),(12153,23,405,0),(12154,23,406,0),(12155,23,407,0),(12156,23,408,0),(12157,23,409,0),(12158,23,410,0),(12159,23,411,0),(12160,23,412,0),(12161,23,413,0),(12162,23,414,0),(12163,23,415,0),(12164,23,416,0),(12165,23,417,0),(12166,23,418,0),(12167,23,419,0),(12168,23,420,0),(12169,23,421,0),(12170,23,422,0),(12171,23,423,0),(12172,23,424,0),(12173,23,425,0),(12174,23,426,0),(12175,23,427,0),(12176,23,428,0),(12177,23,429,0),(12178,23,430,0),(12179,23,431,0),(12180,23,432,0),(12181,23,433,0),(12182,23,434,0),(12183,23,435,0),(12184,23,436,0),(12185,23,437,0),(12186,23,438,0),(12187,23,439,0),(12188,23,440,0),(12189,23,441,0),(12190,23,442,0),(12191,23,443,0),(12192,23,444,0),(12193,23,445,0),(12194,23,446,0),(12195,23,447,0),(12196,23,448,0),(12197,23,449,0),(12198,23,450,0),(12199,23,451,0),(12200,23,452,0),(12201,23,453,0),(12202,23,454,0),(12203,23,455,0),(12204,23,456,0),(12205,23,457,0),(12206,23,458,0),(12207,23,459,0),(12208,23,460,0),(12209,23,461,0),(12210,23,462,0),(12211,23,463,0),(12212,23,464,0),(12213,23,465,0),(12214,23,466,0),(12215,23,467,0),(12216,23,468,0),(12217,23,469,0),(12218,23,470,0),(12219,23,471,0),(12220,23,472,0),(12221,23,473,0),(12222,23,474,0),(12223,23,475,0),(12224,23,476,0),(12225,23,477,0),(12226,23,478,0),(12227,23,479,0),(12228,23,480,0),(12229,23,481,0),(12230,23,482,0),(12231,23,483,0),(12232,23,484,0),(12233,23,485,0),(12234,23,486,0),(12235,23,487,0),(12236,23,488,0),(12237,23,489,0),(12238,23,490,0),(12239,23,491,0),(12240,23,492,0),(12241,23,493,0),(12242,23,494,0),(12243,23,495,0),(12244,23,496,0),(12245,23,497,0),(12246,23,498,0),(12247,23,499,0),(12248,23,500,0),(12249,23,501,0),(12250,23,502,0),(12251,23,503,0),(12252,23,504,0),(12253,23,505,0),(12254,23,506,0),(12255,23,507,0),(12256,23,508,0),(12257,23,509,0),(12258,23,510,0),(12259,23,511,0),(12260,23,512,0),(12261,23,513,0),(12262,23,514,0),(12263,23,515,0),(12264,23,516,0),(12265,23,517,0),(12266,23,518,0),(12267,23,519,0),(12268,23,520,0),(12269,23,521,0),(12270,23,522,0),(12271,23,523,0),(12272,23,524,0),(12273,23,525,0),(12274,23,526,0),(12275,23,527,0),(12276,23,528,0),(12277,23,529,0),(12278,23,530,0),(12279,23,531,0),(12280,23,532,0),(12281,23,533,0),(12282,23,534,0),(12283,24,1,0),(12284,24,2,0),(12285,24,3,0),(12286,24,4,0),(12287,24,5,0),(12288,24,6,0),(12289,24,7,0),(12290,24,8,0),(12291,24,9,0),(12292,24,10,0),(12293,24,11,0),(12294,24,12,0),(12295,24,13,0),(12296,24,14,0),(12297,24,15,0),(12298,24,16,0),(12299,24,17,0),(12300,24,18,0),(12301,24,19,0),(12302,24,20,0),(12303,24,21,0),(12304,24,22,0),(12305,24,23,0),(12306,24,24,0),(12307,24,25,0),(12308,24,26,0),(12309,24,27,0),(12310,24,28,0),(12311,24,29,0),(12312,24,30,0),(12313,24,31,0),(12314,24,32,0),(12315,24,33,0),(12316,24,34,0),(12317,24,35,0),(12318,24,36,0),(12319,24,37,0),(12320,24,38,0),(12321,24,39,0),(12322,24,40,0),(12323,24,41,0),(12324,24,42,0),(12325,24,43,0),(12326,24,44,0),(12327,24,45,0),(12328,24,46,0),(12329,24,47,0),(12330,24,48,0),(12331,24,49,0),(12332,24,50,0),(12333,24,51,0),(12334,24,52,0),(12335,24,53,0),(12336,24,54,0),(12337,24,55,0),(12338,24,56,0),(12339,24,57,0),(12340,24,58,0),(12341,24,59,0),(12342,24,60,0),(12343,24,61,0),(12344,24,62,0),(12345,24,63,0),(12346,24,64,0),(12347,24,65,0),(12348,24,66,0),(12349,24,67,0),(12350,24,68,0),(12351,24,69,0),(12352,24,70,0),(12353,24,71,0),(12354,24,72,0),(12355,24,73,0),(12356,24,74,0),(12357,24,75,0),(12358,24,76,0),(12359,24,77,0),(12360,24,78,0),(12361,24,79,0),(12362,24,80,0),(12363,24,81,0),(12364,24,82,0),(12365,24,83,0),(12366,24,84,0),(12367,24,85,0),(12368,24,86,0),(12369,24,87,0),(12370,24,88,0),(12371,24,89,0),(12372,24,90,0),(12373,24,91,0),(12374,24,92,0),(12375,24,93,0),(12376,24,94,0),(12377,24,95,0),(12378,24,96,0),(12379,24,97,0),(12380,24,98,0),(12381,24,99,0),(12382,24,100,0),(12383,24,101,0),(12384,24,102,0),(12385,24,103,0),(12386,24,104,0),(12387,24,105,0),(12388,24,106,0),(12389,24,107,0),(12390,24,108,0),(12391,24,109,0),(12392,24,110,0),(12393,24,111,0),(12394,24,112,0),(12395,24,113,0),(12396,24,114,0),(12397,24,115,0),(12398,24,116,0),(12399,24,117,0),(12400,24,118,0),(12401,24,119,0),(12402,24,120,0),(12403,24,121,0.434782608695652),(12404,24,122,0.304347826086957),(12405,24,123,0.173913043478261),(12406,24,124,0.0869565217391304),(12407,24,125,0),(12408,24,126,0),(12409,24,127,0),(12410,24,128,0),(12411,24,129,0),(12412,24,130,0),(12413,24,131,0),(12414,24,132,0),(12415,24,133,0),(12416,24,134,0),(12417,24,135,0),(12418,24,136,0),(12419,24,137,0),(12420,24,138,0),(12421,24,139,0),(12422,24,140,0),(12423,24,141,0),(12424,24,142,0),(12425,24,143,0),(12426,24,144,0),(12427,24,145,0),(12428,24,146,0),(12429,24,147,0),(12430,24,148,0),(12431,24,149,0),(12432,24,150,0),(12433,24,151,0),(12434,24,152,0),(12435,24,153,0),(12436,24,154,0),(12437,24,155,0),(12438,24,156,0),(12439,24,157,0),(12440,24,158,0),(12441,24,159,0),(12442,24,160,0),(12443,24,161,0),(12444,24,162,0),(12445,24,163,0),(12446,24,164,0),(12447,24,165,0),(12448,24,166,0),(12449,24,167,0),(12450,24,168,0),(12451,24,169,0),(12452,24,170,0),(12453,24,171,0),(12454,24,172,0),(12455,24,173,0),(12456,24,174,0),(12457,24,175,0),(12458,24,176,0),(12459,24,177,0),(12460,24,178,0),(12461,24,179,0),(12462,24,180,0),(12463,24,181,0),(12464,24,182,0),(12465,24,183,0),(12466,24,184,0),(12467,24,185,0),(12468,24,186,0),(12469,24,187,0),(12470,24,188,0),(12471,24,189,0),(12472,24,190,0),(12473,24,191,0),(12474,24,192,0),(12475,24,193,0),(12476,24,194,0),(12477,24,195,0),(12478,24,196,0),(12479,24,197,0),(12480,24,198,0),(12481,24,199,0),(12482,24,200,0),(12483,24,201,0),(12484,24,202,0),(12485,24,203,0),(12486,24,204,0),(12487,24,205,0),(12488,24,206,0),(12489,24,207,0),(12490,24,208,0),(12491,24,209,0),(12492,24,210,0),(12493,24,211,0),(12494,24,212,0),(12495,24,213,0),(12496,24,214,0),(12497,24,215,0),(12498,24,216,0),(12499,24,217,0),(12500,24,218,0),(12501,24,219,0),(12502,24,220,0),(12503,24,221,0),(12504,24,222,0),(12505,24,223,0),(12506,24,224,0),(12507,24,225,0),(12508,24,226,0),(12509,24,227,0),(12510,24,228,0),(12511,24,229,0),(12512,24,230,0),(12513,24,231,0),(12514,24,232,0),(12515,24,233,0),(12516,24,234,0),(12517,24,235,0),(12518,24,236,0),(12519,24,237,0),(12520,24,238,0),(12521,24,239,0),(12522,24,240,0),(12523,24,241,0),(12524,24,242,0),(12525,24,243,0),(12526,24,244,0),(12527,24,245,0),(12528,24,246,0),(12529,24,247,0),(12530,24,248,0),(12531,24,249,0),(12532,24,250,0),(12533,24,251,0),(12534,24,252,0),(12535,24,253,0),(12536,24,254,0),(12537,24,255,0),(12538,24,256,0),(12539,24,257,0),(12540,24,258,0),(12541,24,259,0),(12542,24,260,0),(12543,24,261,0),(12544,24,262,0),(12545,24,263,0),(12546,24,264,0),(12547,24,265,0),(12548,24,266,0),(12549,24,267,0),(12550,24,268,0),(12551,24,269,0),(12552,24,270,0),(12553,24,271,0),(12554,24,272,0),(12555,24,273,0),(12556,24,274,0),(12557,24,275,0),(12558,24,276,0),(12559,24,277,0),(12560,24,278,0),(12561,24,279,0),(12562,24,280,0),(12563,24,281,0),(12564,24,282,0),(12565,24,283,0),(12566,24,284,0),(12567,24,285,0),(12568,24,286,0),(12569,24,287,0),(12570,24,288,0),(12571,24,289,0),(12572,24,290,0),(12573,24,291,0),(12574,24,292,0),(12575,24,293,0),(12576,24,294,0),(12577,24,295,0),(12578,24,296,0),(12579,24,297,0),(12580,24,298,0),(12581,24,299,0),(12582,24,300,0),(12583,24,301,0),(12584,24,302,0),(12585,24,303,0),(12586,24,304,0),(12587,24,305,0),(12588,24,306,0),(12589,24,307,0),(12590,24,308,0),(12591,24,309,0),(12592,24,310,0),(12593,24,311,0),(12594,24,312,0),(12595,24,313,0),(12596,24,314,0),(12597,24,315,0),(12598,24,316,0),(12599,24,317,0),(12600,24,318,0),(12601,24,319,0),(12602,24,320,0),(12603,24,321,0),(12604,24,322,0),(12605,24,323,0),(12606,24,324,0),(12607,24,325,0),(12608,24,326,0),(12609,24,327,0),(12610,24,328,0),(12611,24,329,0),(12612,24,330,0),(12613,24,331,0),(12614,24,332,0),(12615,24,333,0),(12616,24,334,0),(12617,24,335,0),(12618,24,336,0),(12619,24,337,0),(12620,24,338,0),(12621,24,339,0),(12622,24,340,0),(12623,24,341,0),(12624,24,342,0),(12625,24,343,0),(12626,24,344,0),(12627,24,345,0),(12628,24,346,0),(12629,24,347,0),(12630,24,348,0),(12631,24,349,0),(12632,24,350,0),(12633,24,351,0),(12634,24,352,0),(12635,24,353,0),(12636,24,354,0),(12637,24,355,0),(12638,24,356,0),(12639,24,357,0),(12640,24,358,0),(12641,24,359,0),(12642,24,360,0),(12643,24,361,0),(12644,24,362,0),(12645,24,363,0),(12646,24,364,0),(12647,24,365,0),(12648,24,366,0),(12649,24,367,0),(12650,24,368,0),(12651,24,369,0),(12652,24,370,0),(12653,24,371,0),(12654,24,372,0),(12655,24,373,0),(12656,24,374,0),(12657,24,375,0),(12658,24,376,0),(12659,24,377,0),(12660,24,378,0),(12661,24,379,0),(12662,24,380,0),(12663,24,381,0),(12664,24,382,0),(12665,24,383,0),(12666,24,384,0),(12667,24,385,0),(12668,24,386,0),(12669,24,387,0),(12670,24,388,0),(12671,24,389,0),(12672,24,390,0),(12673,24,391,0),(12674,24,392,0),(12675,24,393,0),(12676,24,394,0),(12677,24,395,0),(12678,24,396,0),(12679,24,397,0),(12680,24,398,0),(12681,24,399,0),(12682,24,400,0),(12683,24,401,0),(12684,24,402,0),(12685,24,403,0),(12686,24,404,0),(12687,24,405,0),(12688,24,406,0),(12689,24,407,0),(12690,24,408,0),(12691,24,409,0),(12692,24,410,0),(12693,24,411,0),(12694,24,412,0),(12695,24,413,0),(12696,24,414,0),(12697,24,415,0),(12698,24,416,0),(12699,24,417,0),(12700,24,418,0),(12701,24,419,0),(12702,24,420,0),(12703,24,421,0),(12704,24,422,0),(12705,24,423,0),(12706,24,424,0),(12707,24,425,0),(12708,24,426,0),(12709,24,427,0),(12710,24,428,0),(12711,24,429,0),(12712,24,430,0),(12713,24,431,0),(12714,24,432,0),(12715,24,433,0),(12716,24,434,0),(12717,24,435,0),(12718,24,436,0),(12719,24,437,0),(12720,24,438,0),(12721,24,439,0),(12722,24,440,0),(12723,24,441,0),(12724,24,442,0),(12725,24,443,0),(12726,24,444,0),(12727,24,445,0),(12728,24,446,0),(12729,24,447,0),(12730,24,448,0),(12731,24,449,0),(12732,24,450,0),(12733,24,451,0),(12734,24,452,0),(12735,24,453,0),(12736,24,454,0),(12737,24,455,0),(12738,24,456,0),(12739,24,457,0),(12740,24,458,0),(12741,24,459,0),(12742,24,460,0),(12743,24,461,0),(12744,24,462,0),(12745,24,463,0),(12746,24,464,0),(12747,24,465,0),(12748,24,466,0),(12749,24,467,0),(12750,24,468,0),(12751,24,469,0),(12752,24,470,0),(12753,24,471,0),(12754,24,472,0),(12755,24,473,0),(12756,24,474,0),(12757,24,475,0),(12758,24,476,0),(12759,24,477,0),(12760,24,478,0),(12761,24,479,0),(12762,24,480,0),(12763,24,481,0),(12764,24,482,0),(12765,24,483,0),(12766,24,484,0),(12767,24,485,0),(12768,24,486,0),(12769,24,487,0),(12770,24,488,0),(12771,24,489,0),(12772,24,490,0),(12773,24,491,0),(12774,24,492,0),(12775,24,493,0),(12776,24,494,0),(12777,24,495,0),(12778,24,496,0),(12779,24,497,0),(12780,24,498,0),(12781,24,499,0),(12782,24,500,0),(12783,24,501,0),(12784,24,502,0),(12785,24,503,0),(12786,24,504,0),(12787,24,505,0),(12788,24,506,0),(12789,24,507,0),(12790,24,508,0),(12791,24,509,0),(12792,24,510,0),(12793,24,511,0),(12794,24,512,0),(12795,24,513,0),(12796,24,514,0),(12797,24,515,0),(12798,24,516,0),(12799,24,517,0),(12800,24,518,0),(12801,24,519,0),(12802,24,520,0),(12803,24,521,0),(12804,24,522,0),(12805,24,523,0),(12806,24,524,0),(12807,24,525,0),(12808,24,526,0),(12809,24,527,0),(12810,24,528,0),(12811,24,529,0),(12812,24,530,0),(12813,24,531,0),(12814,24,532,0),(12815,24,533,0),(12816,24,534,0),(12817,25,1,0),(12818,25,2,0),(12819,25,3,0),(12820,25,4,0),(12821,25,5,0),(12822,25,6,0),(12823,25,7,0),(12824,25,8,0),(12825,25,9,0),(12826,25,10,0),(12827,25,11,0),(12828,25,12,0),(12829,25,13,0),(12830,25,14,0),(12831,25,15,0),(12832,25,16,0),(12833,25,17,0),(12834,25,18,0),(12835,25,19,0),(12836,25,20,0),(12837,25,21,0),(12838,25,22,0),(12839,25,23,0),(12840,25,24,0),(12841,25,25,0),(12842,25,26,0),(12843,25,27,0),(12844,25,28,0),(12845,25,29,0),(12846,25,30,0),(12847,25,31,0),(12848,25,32,0),(12849,25,33,0),(12850,25,34,0),(12851,25,35,0),(12852,25,36,0),(12853,25,37,0),(12854,25,38,0),(12855,25,39,0),(12856,25,40,0),(12857,25,41,0),(12858,25,42,0),(12859,25,43,0),(12860,25,44,0),(12861,25,45,0),(12862,25,46,0),(12863,25,47,0),(12864,25,48,0),(12865,25,49,0),(12866,25,50,0),(12867,25,51,0),(12868,25,52,0),(12869,25,53,0),(12870,25,54,0),(12871,25,55,0),(12872,25,56,0),(12873,25,57,0),(12874,25,58,0),(12875,25,59,0),(12876,25,60,0),(12877,25,61,0),(12878,25,62,0),(12879,25,63,0),(12880,25,64,0),(12881,25,65,0),(12882,25,66,0),(12883,25,67,0),(12884,25,68,0),(12885,25,69,0),(12886,25,70,0),(12887,25,71,0),(12888,25,72,0),(12889,25,73,0),(12890,25,74,0),(12891,25,75,0),(12892,25,76,0),(12893,25,77,0),(12894,25,78,0),(12895,25,79,0),(12896,25,80,0),(12897,25,81,0),(12898,25,82,0),(12899,25,83,0),(12900,25,84,0),(12901,25,85,0),(12902,25,86,0),(12903,25,87,0),(12904,25,88,0),(12905,25,89,0),(12906,25,90,0),(12907,25,91,0),(12908,25,92,0),(12909,25,93,0),(12910,25,94,0),(12911,25,95,0),(12912,25,96,0),(12913,25,97,0),(12914,25,98,0),(12915,25,99,0),(12916,25,100,0),(12917,25,101,0),(12918,25,102,0),(12919,25,103,0),(12920,25,104,0),(12921,25,105,0),(12922,25,106,0),(12923,25,107,0),(12924,25,108,0),(12925,25,109,0),(12926,25,110,0),(12927,25,111,0),(12928,25,112,0),(12929,25,113,0),(12930,25,114,0),(12931,25,115,0),(12932,25,116,0),(12933,25,117,0),(12934,25,118,0),(12935,25,119,0),(12936,25,120,0),(12937,25,121,0),(12938,25,122,0),(12939,25,123,0),(12940,25,124,0),(12941,25,125,0.303030303030303),(12942,25,126,0.121212121212121),(12943,25,127,0.0909090909090909),(12944,25,128,0.0606060606060606),(12945,25,129,0.0606060606060606),(12946,25,130,0.0606060606060606),(12947,25,131,0.0606060606060606),(12948,25,132,0.0606060606060606),(12949,25,133,0.181818181818182),(12950,25,134,0),(12951,25,135,0),(12952,25,136,0),(12953,25,137,0),(12954,25,138,0),(12955,25,139,0),(12956,25,140,0),(12957,25,141,0),(12958,25,142,0),(12959,25,143,0),(12960,25,144,0),(12961,25,145,0),(12962,25,146,0),(12963,25,147,0),(12964,25,148,0),(12965,25,149,0),(12966,25,150,0),(12967,25,151,0),(12968,25,152,0),(12969,25,153,0),(12970,25,154,0),(12971,25,155,0),(12972,25,156,0),(12973,25,157,0),(12974,25,158,0),(12975,25,159,0),(12976,25,160,0),(12977,25,161,0),(12978,25,162,0),(12979,25,163,0),(12980,25,164,0),(12981,25,165,0),(12982,25,166,0),(12983,25,167,0),(12984,25,168,0),(12985,25,169,0),(12986,25,170,0),(12987,25,171,0),(12988,25,172,0),(12989,25,173,0),(12990,25,174,0),(12991,25,175,0),(12992,25,176,0),(12993,25,177,0),(12994,25,178,0),(12995,25,179,0),(12996,25,180,0),(12997,25,181,0),(12998,25,182,0),(12999,25,183,0),(13000,25,184,0),(13001,25,185,0),(13002,25,186,0),(13003,25,187,0),(13004,25,188,0),(13005,25,189,0),(13006,25,190,0),(13007,25,191,0),(13008,25,192,0),(13009,25,193,0),(13010,25,194,0),(13011,25,195,0),(13012,25,196,0),(13013,25,197,0),(13014,25,198,0),(13015,25,199,0),(13016,25,200,0),(13017,25,201,0),(13018,25,202,0),(13019,25,203,0),(13020,25,204,0),(13021,25,205,0),(13022,25,206,0),(13023,25,207,0),(13024,25,208,0),(13025,25,209,0),(13026,25,210,0),(13027,25,211,0),(13028,25,212,0),(13029,25,213,0),(13030,25,214,0),(13031,25,215,0),(13032,25,216,0),(13033,25,217,0),(13034,25,218,0),(13035,25,219,0),(13036,25,220,0),(13037,25,221,0),(13038,25,222,0),(13039,25,223,0),(13040,25,224,0),(13041,25,225,0),(13042,25,226,0),(13043,25,227,0),(13044,25,228,0),(13045,25,229,0),(13046,25,230,0),(13047,25,231,0),(13048,25,232,0),(13049,25,233,0),(13050,25,234,0),(13051,25,235,0),(13052,25,236,0),(13053,25,237,0),(13054,25,238,0),(13055,25,239,0),(13056,25,240,0),(13057,25,241,0),(13058,25,242,0),(13059,25,243,0),(13060,25,244,0),(13061,25,245,0),(13062,25,246,0),(13063,25,247,0),(13064,25,248,0),(13065,25,249,0),(13066,25,250,0),(13067,25,251,0),(13068,25,252,0),(13069,25,253,0),(13070,25,254,0),(13071,25,255,0),(13072,25,256,0),(13073,25,257,0),(13074,25,258,0),(13075,25,259,0),(13076,25,260,0),(13077,25,261,0),(13078,25,262,0),(13079,25,263,0),(13080,25,264,0),(13081,25,265,0),(13082,25,266,0),(13083,25,267,0),(13084,25,268,0),(13085,25,269,0),(13086,25,270,0),(13087,25,271,0),(13088,25,272,0),(13089,25,273,0),(13090,25,274,0),(13091,25,275,0),(13092,25,276,0),(13093,25,277,0),(13094,25,278,0),(13095,25,279,0),(13096,25,280,0),(13097,25,281,0),(13098,25,282,0),(13099,25,283,0),(13100,25,284,0),(13101,25,285,0),(13102,25,286,0),(13103,25,287,0),(13104,25,288,0),(13105,25,289,0),(13106,25,290,0),(13107,25,291,0),(13108,25,292,0),(13109,25,293,0),(13110,25,294,0),(13111,25,295,0),(13112,25,296,0),(13113,25,297,0),(13114,25,298,0),(13115,25,299,0),(13116,25,300,0),(13117,25,301,0),(13118,25,302,0),(13119,25,303,0),(13120,25,304,0),(13121,25,305,0),(13122,25,306,0),(13123,25,307,0),(13124,25,308,0),(13125,25,309,0),(13126,25,310,0),(13127,25,311,0),(13128,25,312,0),(13129,25,313,0),(13130,25,314,0),(13131,25,315,0),(13132,25,316,0),(13133,25,317,0),(13134,25,318,0),(13135,25,319,0),(13136,25,320,0),(13137,25,321,0),(13138,25,322,0),(13139,25,323,0),(13140,25,324,0),(13141,25,325,0),(13142,25,326,0),(13143,25,327,0),(13144,25,328,0),(13145,25,329,0),(13146,25,330,0),(13147,25,331,0),(13148,25,332,0),(13149,25,333,0),(13150,25,334,0),(13151,25,335,0),(13152,25,336,0),(13153,25,337,0),(13154,25,338,0),(13155,25,339,0),(13156,25,340,0),(13157,25,341,0),(13158,25,342,0),(13159,25,343,0),(13160,25,344,0),(13161,25,345,0),(13162,25,346,0),(13163,25,347,0),(13164,25,348,0),(13165,25,349,0),(13166,25,350,0),(13167,25,351,0),(13168,25,352,0),(13169,25,353,0),(13170,25,354,0),(13171,25,355,0),(13172,25,356,0),(13173,25,357,0),(13174,25,358,0),(13175,25,359,0),(13176,25,360,0),(13177,25,361,0),(13178,25,362,0),(13179,25,363,0),(13180,25,364,0),(13181,25,365,0),(13182,25,366,0),(13183,25,367,0),(13184,25,368,0),(13185,25,369,0),(13186,25,370,0),(13187,25,371,0),(13188,25,372,0),(13189,25,373,0),(13190,25,374,0),(13191,25,375,0),(13192,25,376,0),(13193,25,377,0),(13194,25,378,0),(13195,25,379,0),(13196,25,380,0),(13197,25,381,0),(13198,25,382,0),(13199,25,383,0),(13200,25,384,0),(13201,25,385,0),(13202,25,386,0),(13203,25,387,0),(13204,25,388,0),(13205,25,389,0),(13206,25,390,0),(13207,25,391,0),(13208,25,392,0),(13209,25,393,0),(13210,25,394,0),(13211,25,395,0),(13212,25,396,0),(13213,25,397,0),(13214,25,398,0),(13215,25,399,0),(13216,25,400,0),(13217,25,401,0),(13218,25,402,0),(13219,25,403,0),(13220,25,404,0),(13221,25,405,0),(13222,25,406,0),(13223,25,407,0),(13224,25,408,0),(13225,25,409,0),(13226,25,410,0),(13227,25,411,0),(13228,25,412,0),(13229,25,413,0),(13230,25,414,0),(13231,25,415,0),(13232,25,416,0),(13233,25,417,0),(13234,25,418,0),(13235,25,419,0),(13236,25,420,0),(13237,25,421,0),(13238,25,422,0),(13239,25,423,0),(13240,25,424,0),(13241,25,425,0),(13242,25,426,0),(13243,25,427,0),(13244,25,428,0),(13245,25,429,0),(13246,25,430,0),(13247,25,431,0),(13248,25,432,0),(13249,25,433,0),(13250,25,434,0),(13251,25,435,0),(13252,25,436,0),(13253,25,437,0),(13254,25,438,0),(13255,25,439,0),(13256,25,440,0),(13257,25,441,0),(13258,25,442,0),(13259,25,443,0),(13260,25,444,0),(13261,25,445,0),(13262,25,446,0),(13263,25,447,0),(13264,25,448,0),(13265,25,449,0),(13266,25,450,0),(13267,25,451,0),(13268,25,452,0),(13269,25,453,0),(13270,25,454,0),(13271,25,455,0),(13272,25,456,0),(13273,25,457,0),(13274,25,458,0),(13275,25,459,0),(13276,25,460,0),(13277,25,461,0),(13278,25,462,0),(13279,25,463,0),(13280,25,464,0),(13281,25,465,0),(13282,25,466,0),(13283,25,467,0),(13284,25,468,0),(13285,25,469,0),(13286,25,470,0),(13287,25,471,0),(13288,25,472,0),(13289,25,473,0),(13290,25,474,0),(13291,25,475,0),(13292,25,476,0),(13293,25,477,0),(13294,25,478,0),(13295,25,479,0),(13296,25,480,0),(13297,25,481,0),(13298,25,482,0),(13299,25,483,0),(13300,25,484,0),(13301,25,485,0),(13302,25,486,0),(13303,25,487,0),(13304,25,488,0),(13305,25,489,0),(13306,25,490,0),(13307,25,491,0),(13308,25,492,0),(13309,25,493,0),(13310,25,494,0),(13311,25,495,0),(13312,25,496,0),(13313,25,497,0),(13314,25,498,0),(13315,25,499,0),(13316,25,500,0),(13317,25,501,0),(13318,25,502,0),(13319,25,503,0),(13320,25,504,0),(13321,25,505,0),(13322,25,506,0),(13323,25,507,0),(13324,25,508,0),(13325,25,509,0),(13326,25,510,0),(13327,25,511,0),(13328,25,512,0),(13329,25,513,0),(13330,25,514,0),(13331,25,515,0),(13332,25,516,0),(13333,25,517,0),(13334,25,518,0),(13335,25,519,0),(13336,25,520,0),(13337,25,521,0),(13338,25,522,0),(13339,25,523,0),(13340,25,524,0),(13341,25,525,0),(13342,25,526,0),(13343,25,527,0),(13344,25,528,0),(13345,25,529,0),(13346,25,530,0),(13347,25,531,0),(13348,25,532,0),(13349,25,533,0),(13350,25,534,0),(13351,26,1,0),(13352,26,2,0),(13353,26,3,0),(13354,26,4,0),(13355,26,5,0),(13356,26,6,0),(13357,26,7,0),(13358,26,8,0),(13359,26,9,0),(13360,26,10,0),(13361,26,11,0),(13362,26,12,0),(13363,26,13,0),(13364,26,14,0),(13365,26,15,0),(13366,26,16,0),(13367,26,17,0),(13368,26,18,0),(13369,26,19,0),(13370,26,20,0),(13371,26,21,0),(13372,26,22,0),(13373,26,23,0),(13374,26,24,0),(13375,26,25,0),(13376,26,26,0),(13377,26,27,0),(13378,26,28,0),(13379,26,29,0),(13380,26,30,0),(13381,26,31,0),(13382,26,32,0),(13383,26,33,0),(13384,26,34,0),(13385,26,35,0),(13386,26,36,0),(13387,26,37,0),(13388,26,38,0),(13389,26,39,0),(13390,26,40,0),(13391,26,41,0),(13392,26,42,0),(13393,26,43,0),(13394,26,44,0),(13395,26,45,0),(13396,26,46,0),(13397,26,47,0),(13398,26,48,0),(13399,26,49,0),(13400,26,50,0),(13401,26,51,0),(13402,26,52,0),(13403,26,53,0),(13404,26,54,0),(13405,26,55,0),(13406,26,56,0),(13407,26,57,0),(13408,26,58,0),(13409,26,59,0),(13410,26,60,0),(13411,26,61,0),(13412,26,62,0),(13413,26,63,0),(13414,26,64,0),(13415,26,65,0),(13416,26,66,0),(13417,26,67,0),(13418,26,68,0),(13419,26,69,0),(13420,26,70,0),(13421,26,71,0),(13422,26,72,0),(13423,26,73,0),(13424,26,74,0),(13425,26,75,0),(13426,26,76,0),(13427,26,77,0),(13428,26,78,0),(13429,26,79,0),(13430,26,80,0),(13431,26,81,0),(13432,26,82,0),(13433,26,83,0),(13434,26,84,0),(13435,26,85,0),(13436,26,86,0),(13437,26,87,0),(13438,26,88,0),(13439,26,89,0),(13440,26,90,0),(13441,26,91,0),(13442,26,92,0),(13443,26,93,0),(13444,26,94,0),(13445,26,95,0),(13446,26,96,0),(13447,26,97,0),(13448,26,98,0),(13449,26,99,0),(13450,26,100,0),(13451,26,101,0),(13452,26,102,0),(13453,26,103,0),(13454,26,104,0),(13455,26,105,0),(13456,26,106,0),(13457,26,107,0),(13458,26,108,0),(13459,26,109,0),(13460,26,110,0),(13461,26,111,0),(13462,26,112,0),(13463,26,113,0),(13464,26,114,0),(13465,26,115,0),(13466,26,116,0),(13467,26,117,0),(13468,26,118,0),(13469,26,119,0),(13470,26,120,0),(13471,26,121,0),(13472,26,122,0),(13473,26,123,0),(13474,26,124,0),(13475,26,125,0),(13476,26,126,0),(13477,26,127,0),(13478,26,128,0),(13479,26,129,0),(13480,26,130,0),(13481,26,131,0),(13482,26,132,0),(13483,26,133,0),(13484,26,134,0.285714285714286),(13485,26,135,0.171428571428571),(13486,26,136,0.0857142857142857),(13487,26,137,0.0857142857142857),(13488,26,138,0.228571428571429),(13489,26,139,0.142857142857143),(13490,26,140,0),(13491,26,141,0),(13492,26,142,0),(13493,26,143,0),(13494,26,144,0),(13495,26,145,0),(13496,26,146,0),(13497,26,147,0),(13498,26,148,0),(13499,26,149,0),(13500,26,150,0),(13501,26,151,0),(13502,26,152,0),(13503,26,153,0),(13504,26,154,0),(13505,26,155,0),(13506,26,156,0),(13507,26,157,0),(13508,26,158,0),(13509,26,159,0),(13510,26,160,0),(13511,26,161,0),(13512,26,162,0),(13513,26,163,0),(13514,26,164,0),(13515,26,165,0),(13516,26,166,0),(13517,26,167,0),(13518,26,168,0),(13519,26,169,0),(13520,26,170,0),(13521,26,171,0),(13522,26,172,0),(13523,26,173,0),(13524,26,174,0),(13525,26,175,0),(13526,26,176,0),(13527,26,177,0),(13528,26,178,0),(13529,26,179,0),(13530,26,180,0),(13531,26,181,0),(13532,26,182,0),(13533,26,183,0),(13534,26,184,0),(13535,26,185,0),(13536,26,186,0),(13537,26,187,0),(13538,26,188,0),(13539,26,189,0),(13540,26,190,0),(13541,26,191,0),(13542,26,192,0),(13543,26,193,0),(13544,26,194,0),(13545,26,195,0),(13546,26,196,0),(13547,26,197,0),(13548,26,198,0),(13549,26,199,0),(13550,26,200,0),(13551,26,201,0),(13552,26,202,0),(13553,26,203,0),(13554,26,204,0),(13555,26,205,0),(13556,26,206,0),(13557,26,207,0),(13558,26,208,0),(13559,26,209,0),(13560,26,210,0),(13561,26,211,0),(13562,26,212,0),(13563,26,213,0),(13564,26,214,0),(13565,26,215,0),(13566,26,216,0),(13567,26,217,0),(13568,26,218,0),(13569,26,219,0),(13570,26,220,0),(13571,26,221,0),(13572,26,222,0),(13573,26,223,0),(13574,26,224,0),(13575,26,225,0),(13576,26,226,0),(13577,26,227,0),(13578,26,228,0),(13579,26,229,0),(13580,26,230,0),(13581,26,231,0),(13582,26,232,0),(13583,26,233,0),(13584,26,234,0),(13585,26,235,0),(13586,26,236,0),(13587,26,237,0),(13588,26,238,0),(13589,26,239,0),(13590,26,240,0),(13591,26,241,0),(13592,26,242,0),(13593,26,243,0),(13594,26,244,0),(13595,26,245,0),(13596,26,246,0),(13597,26,247,0),(13598,26,248,0),(13599,26,249,0),(13600,26,250,0),(13601,26,251,0),(13602,26,252,0),(13603,26,253,0),(13604,26,254,0),(13605,26,255,0),(13606,26,256,0),(13607,26,257,0),(13608,26,258,0),(13609,26,259,0),(13610,26,260,0),(13611,26,261,0),(13612,26,262,0),(13613,26,263,0),(13614,26,264,0),(13615,26,265,0),(13616,26,266,0),(13617,26,267,0),(13618,26,268,0),(13619,26,269,0),(13620,26,270,0),(13621,26,271,0),(13622,26,272,0),(13623,26,273,0),(13624,26,274,0),(13625,26,275,0),(13626,26,276,0),(13627,26,277,0),(13628,26,278,0),(13629,26,279,0),(13630,26,280,0),(13631,26,281,0),(13632,26,282,0),(13633,26,283,0),(13634,26,284,0),(13635,26,285,0),(13636,26,286,0),(13637,26,287,0),(13638,26,288,0),(13639,26,289,0),(13640,26,290,0),(13641,26,291,0),(13642,26,292,0),(13643,26,293,0),(13644,26,294,0),(13645,26,295,0),(13646,26,296,0),(13647,26,297,0),(13648,26,298,0),(13649,26,299,0),(13650,26,300,0),(13651,26,301,0),(13652,26,302,0),(13653,26,303,0),(13654,26,304,0),(13655,26,305,0),(13656,26,306,0),(13657,26,307,0),(13658,26,308,0),(13659,26,309,0),(13660,26,310,0),(13661,26,311,0),(13662,26,312,0),(13663,26,313,0),(13664,26,314,0),(13665,26,315,0),(13666,26,316,0),(13667,26,317,0),(13668,26,318,0),(13669,26,319,0),(13670,26,320,0),(13671,26,321,0),(13672,26,322,0),(13673,26,323,0),(13674,26,324,0),(13675,26,325,0),(13676,26,326,0),(13677,26,327,0),(13678,26,328,0),(13679,26,329,0),(13680,26,330,0),(13681,26,331,0),(13682,26,332,0),(13683,26,333,0),(13684,26,334,0),(13685,26,335,0),(13686,26,336,0),(13687,26,337,0),(13688,26,338,0),(13689,26,339,0),(13690,26,340,0),(13691,26,341,0),(13692,26,342,0),(13693,26,343,0),(13694,26,344,0),(13695,26,345,0),(13696,26,346,0),(13697,26,347,0),(13698,26,348,0),(13699,26,349,0),(13700,26,350,0),(13701,26,351,0),(13702,26,352,0),(13703,26,353,0),(13704,26,354,0),(13705,26,355,0),(13706,26,356,0),(13707,26,357,0),(13708,26,358,0),(13709,26,359,0),(13710,26,360,0),(13711,26,361,0),(13712,26,362,0),(13713,26,363,0),(13714,26,364,0),(13715,26,365,0),(13716,26,366,0),(13717,26,367,0),(13718,26,368,0),(13719,26,369,0),(13720,26,370,0),(13721,26,371,0),(13722,26,372,0),(13723,26,373,0),(13724,26,374,0),(13725,26,375,0),(13726,26,376,0),(13727,26,377,0),(13728,26,378,0),(13729,26,379,0),(13730,26,380,0),(13731,26,381,0),(13732,26,382,0),(13733,26,383,0),(13734,26,384,0),(13735,26,385,0),(13736,26,386,0),(13737,26,387,0),(13738,26,388,0),(13739,26,389,0),(13740,26,390,0),(13741,26,391,0),(13742,26,392,0),(13743,26,393,0),(13744,26,394,0),(13745,26,395,0),(13746,26,396,0),(13747,26,397,0),(13748,26,398,0),(13749,26,399,0),(13750,26,400,0),(13751,26,401,0),(13752,26,402,0),(13753,26,403,0),(13754,26,404,0),(13755,26,405,0),(13756,26,406,0),(13757,26,407,0),(13758,26,408,0),(13759,26,409,0),(13760,26,410,0),(13761,26,411,0),(13762,26,412,0),(13763,26,413,0),(13764,26,414,0),(13765,26,415,0),(13766,26,416,0),(13767,26,417,0),(13768,26,418,0),(13769,26,419,0),(13770,26,420,0),(13771,26,421,0),(13772,26,422,0),(13773,26,423,0),(13774,26,424,0),(13775,26,425,0),(13776,26,426,0),(13777,26,427,0),(13778,26,428,0),(13779,26,429,0),(13780,26,430,0),(13781,26,431,0),(13782,26,432,0),(13783,26,433,0),(13784,26,434,0),(13785,26,435,0),(13786,26,436,0),(13787,26,437,0),(13788,26,438,0),(13789,26,439,0),(13790,26,440,0),(13791,26,441,0),(13792,26,442,0),(13793,26,443,0),(13794,26,444,0),(13795,26,445,0),(13796,26,446,0),(13797,26,447,0),(13798,26,448,0),(13799,26,449,0),(13800,26,450,0),(13801,26,451,0),(13802,26,452,0),(13803,26,453,0),(13804,26,454,0),(13805,26,455,0),(13806,26,456,0),(13807,26,457,0),(13808,26,458,0),(13809,26,459,0),(13810,26,460,0),(13811,26,461,0),(13812,26,462,0),(13813,26,463,0),(13814,26,464,0),(13815,26,465,0),(13816,26,466,0),(13817,26,467,0),(13818,26,468,0),(13819,26,469,0),(13820,26,470,0),(13821,26,471,0),(13822,26,472,0),(13823,26,473,0),(13824,26,474,0),(13825,26,475,0),(13826,26,476,0),(13827,26,477,0),(13828,26,478,0),(13829,26,479,0),(13830,26,480,0),(13831,26,481,0),(13832,26,482,0),(13833,26,483,0),(13834,26,484,0),(13835,26,485,0),(13836,26,486,0),(13837,26,487,0),(13838,26,488,0),(13839,26,489,0),(13840,26,490,0),(13841,26,491,0),(13842,26,492,0),(13843,26,493,0),(13844,26,494,0),(13845,26,495,0),(13846,26,496,0),(13847,26,497,0),(13848,26,498,0),(13849,26,499,0),(13850,26,500,0),(13851,26,501,0),(13852,26,502,0),(13853,26,503,0),(13854,26,504,0),(13855,26,505,0),(13856,26,506,0),(13857,26,507,0),(13858,26,508,0),(13859,26,509,0),(13860,26,510,0),(13861,26,511,0),(13862,26,512,0),(13863,26,513,0),(13864,26,514,0),(13865,26,515,0),(13866,26,516,0),(13867,26,517,0),(13868,26,518,0),(13869,26,519,0),(13870,26,520,0),(13871,26,521,0),(13872,26,522,0),(13873,26,523,0),(13874,26,524,0),(13875,26,525,0),(13876,26,526,0),(13877,26,527,0),(13878,26,528,0),(13879,26,529,0),(13880,26,530,0),(13881,26,531,0),(13882,26,532,0),(13883,26,533,0),(13884,26,534,0),(13885,27,1,0),(13886,27,2,0),(13887,27,3,0),(13888,27,4,0),(13889,27,5,0),(13890,27,6,0),(13891,27,7,0),(13892,27,8,0),(13893,27,9,0),(13894,27,10,0),(13895,27,11,0),(13896,27,12,0),(13897,27,13,0),(13898,27,14,0),(13899,27,15,0),(13900,27,16,0),(13901,27,17,0),(13902,27,18,0),(13903,27,19,0),(13904,27,20,0),(13905,27,21,0),(13906,27,22,0),(13907,27,23,0),(13908,27,24,0),(13909,27,25,0),(13910,27,26,0),(13911,27,27,0),(13912,27,28,0),(13913,27,29,0),(13914,27,30,0),(13915,27,31,0),(13916,27,32,0),(13917,27,33,0),(13918,27,34,0),(13919,27,35,0),(13920,27,36,0),(13921,27,37,0),(13922,27,38,0),(13923,27,39,0),(13924,27,40,0),(13925,27,41,0),(13926,27,42,0),(13927,27,43,0),(13928,27,44,0),(13929,27,45,0),(13930,27,46,0),(13931,27,47,0),(13932,27,48,0),(13933,27,49,0),(13934,27,50,0),(13935,27,51,0),(13936,27,52,0),(13937,27,53,0),(13938,27,54,0),(13939,27,55,0),(13940,27,56,0),(13941,27,57,0),(13942,27,58,0),(13943,27,59,0),(13944,27,60,0),(13945,27,61,0),(13946,27,62,0),(13947,27,63,0),(13948,27,64,0),(13949,27,65,0),(13950,27,66,0),(13951,27,67,0),(13952,27,68,0),(13953,27,69,0),(13954,27,70,0),(13955,27,71,0),(13956,27,72,0),(13957,27,73,0),(13958,27,74,0),(13959,27,75,0),(13960,27,76,0),(13961,27,77,0),(13962,27,78,0),(13963,27,79,0),(13964,27,80,0),(13965,27,81,0),(13966,27,82,0),(13967,27,83,0),(13968,27,84,0),(13969,27,85,0),(13970,27,86,0),(13971,27,87,0),(13972,27,88,0),(13973,27,89,0),(13974,27,90,0),(13975,27,91,0),(13976,27,92,0),(13977,27,93,0),(13978,27,94,0),(13979,27,95,0),(13980,27,96,0),(13981,27,97,0),(13982,27,98,0),(13983,27,99,0),(13984,27,100,0),(13985,27,101,0),(13986,27,102,0),(13987,27,103,0),(13988,27,104,0),(13989,27,105,0),(13990,27,106,0),(13991,27,107,0),(13992,27,108,0),(13993,27,109,0),(13994,27,110,0),(13995,27,111,0),(13996,27,112,0),(13997,27,113,0),(13998,27,114,0),(13999,27,115,0),(14000,27,116,0),(14001,27,117,0),(14002,27,118,0),(14003,27,119,0),(14004,27,120,0),(14005,27,121,0),(14006,27,122,0),(14007,27,123,0),(14008,27,124,0),(14009,27,125,0),(14010,27,126,0),(14011,27,127,0),(14012,27,128,0),(14013,27,129,0),(14014,27,130,0),(14015,27,131,0),(14016,27,132,0),(14017,27,133,0),(14018,27,134,0),(14019,27,135,0),(14020,27,136,0),(14021,27,137,0),(14022,27,138,0),(14023,27,139,0),(14024,27,140,0.4),(14025,27,141,0.4),(14026,27,142,0.2),(14027,27,143,0),(14028,27,144,0),(14029,27,145,0),(14030,27,146,0),(14031,27,147,0),(14032,27,148,0),(14033,27,149,0),(14034,27,150,0),(14035,27,151,0),(14036,27,152,0),(14037,27,153,0),(14038,27,154,0),(14039,27,155,0),(14040,27,156,0),(14041,27,157,0),(14042,27,158,0),(14043,27,159,0),(14044,27,160,0),(14045,27,161,0),(14046,27,162,0),(14047,27,163,0),(14048,27,164,0),(14049,27,165,0),(14050,27,166,0),(14051,27,167,0),(14052,27,168,0),(14053,27,169,0),(14054,27,170,0),(14055,27,171,0),(14056,27,172,0),(14057,27,173,0),(14058,27,174,0),(14059,27,175,0),(14060,27,176,0),(14061,27,177,0),(14062,27,178,0),(14063,27,179,0),(14064,27,180,0),(14065,27,181,0),(14066,27,182,0),(14067,27,183,0),(14068,27,184,0),(14069,27,185,0),(14070,27,186,0),(14071,27,187,0),(14072,27,188,0),(14073,27,189,0),(14074,27,190,0),(14075,27,191,0),(14076,27,192,0),(14077,27,193,0),(14078,27,194,0),(14079,27,195,0),(14080,27,196,0),(14081,27,197,0),(14082,27,198,0),(14083,27,199,0),(14084,27,200,0),(14085,27,201,0),(14086,27,202,0),(14087,27,203,0),(14088,27,204,0),(14089,27,205,0),(14090,27,206,0),(14091,27,207,0),(14092,27,208,0),(14093,27,209,0),(14094,27,210,0),(14095,27,211,0),(14096,27,212,0),(14097,27,213,0),(14098,27,214,0),(14099,27,215,0),(14100,27,216,0),(14101,27,217,0),(14102,27,218,0),(14103,27,219,0),(14104,27,220,0),(14105,27,221,0),(14106,27,222,0),(14107,27,223,0),(14108,27,224,0),(14109,27,225,0),(14110,27,226,0),(14111,27,227,0),(14112,27,228,0),(14113,27,229,0),(14114,27,230,0),(14115,27,231,0),(14116,27,232,0),(14117,27,233,0),(14118,27,234,0),(14119,27,235,0),(14120,27,236,0),(14121,27,237,0),(14122,27,238,0),(14123,27,239,0),(14124,27,240,0),(14125,27,241,0),(14126,27,242,0),(14127,27,243,0),(14128,27,244,0),(14129,27,245,0),(14130,27,246,0),(14131,27,247,0),(14132,27,248,0),(14133,27,249,0),(14134,27,250,0),(14135,27,251,0),(14136,27,252,0),(14137,27,253,0),(14138,27,254,0),(14139,27,255,0),(14140,27,256,0),(14141,27,257,0),(14142,27,258,0),(14143,27,259,0),(14144,27,260,0),(14145,27,261,0),(14146,27,262,0),(14147,27,263,0),(14148,27,264,0),(14149,27,265,0),(14150,27,266,0),(14151,27,267,0),(14152,27,268,0),(14153,27,269,0),(14154,27,270,0),(14155,27,271,0),(14156,27,272,0),(14157,27,273,0),(14158,27,274,0),(14159,27,275,0),(14160,27,276,0),(14161,27,277,0),(14162,27,278,0),(14163,27,279,0),(14164,27,280,0),(14165,27,281,0),(14166,27,282,0),(14167,27,283,0),(14168,27,284,0),(14169,27,285,0),(14170,27,286,0),(14171,27,287,0),(14172,27,288,0),(14173,27,289,0),(14174,27,290,0),(14175,27,291,0),(14176,27,292,0),(14177,27,293,0),(14178,27,294,0),(14179,27,295,0),(14180,27,296,0),(14181,27,297,0),(14182,27,298,0),(14183,27,299,0),(14184,27,300,0),(14185,27,301,0),(14186,27,302,0),(14187,27,303,0),(14188,27,304,0),(14189,27,305,0),(14190,27,306,0),(14191,27,307,0),(14192,27,308,0),(14193,27,309,0),(14194,27,310,0),(14195,27,311,0),(14196,27,312,0),(14197,27,313,0),(14198,27,314,0),(14199,27,315,0),(14200,27,316,0),(14201,27,317,0),(14202,27,318,0),(14203,27,319,0),(14204,27,320,0),(14205,27,321,0),(14206,27,322,0),(14207,27,323,0),(14208,27,324,0),(14209,27,325,0),(14210,27,326,0),(14211,27,327,0),(14212,27,328,0),(14213,27,329,0),(14214,27,330,0),(14215,27,331,0),(14216,27,332,0),(14217,27,333,0),(14218,27,334,0),(14219,27,335,0),(14220,27,336,0),(14221,27,337,0),(14222,27,338,0),(14223,27,339,0),(14224,27,340,0),(14225,27,341,0),(14226,27,342,0),(14227,27,343,0),(14228,27,344,0),(14229,27,345,0),(14230,27,346,0),(14231,27,347,0),(14232,27,348,0),(14233,27,349,0),(14234,27,350,0),(14235,27,351,0),(14236,27,352,0),(14237,27,353,0),(14238,27,354,0),(14239,27,355,0),(14240,27,356,0),(14241,27,357,0),(14242,27,358,0),(14243,27,359,0),(14244,27,360,0),(14245,27,361,0),(14246,27,362,0),(14247,27,363,0),(14248,27,364,0),(14249,27,365,0),(14250,27,366,0),(14251,27,367,0),(14252,27,368,0),(14253,27,369,0),(14254,27,370,0),(14255,27,371,0),(14256,27,372,0),(14257,27,373,0),(14258,27,374,0),(14259,27,375,0),(14260,27,376,0),(14261,27,377,0),(14262,27,378,0),(14263,27,379,0),(14264,27,380,0),(14265,27,381,0),(14266,27,382,0),(14267,27,383,0),(14268,27,384,0),(14269,27,385,0),(14270,27,386,0),(14271,27,387,0),(14272,27,388,0),(14273,27,389,0),(14274,27,390,0),(14275,27,391,0),(14276,27,392,0),(14277,27,393,0),(14278,27,394,0),(14279,27,395,0),(14280,27,396,0),(14281,27,397,0),(14282,27,398,0),(14283,27,399,0),(14284,27,400,0),(14285,27,401,0),(14286,27,402,0),(14287,27,403,0),(14288,27,404,0),(14289,27,405,0),(14290,27,406,0),(14291,27,407,0),(14292,27,408,0),(14293,27,409,0),(14294,27,410,0),(14295,27,411,0),(14296,27,412,0),(14297,27,413,0),(14298,27,414,0),(14299,27,415,0),(14300,27,416,0),(14301,27,417,0),(14302,27,418,0),(14303,27,419,0),(14304,27,420,0),(14305,27,421,0),(14306,27,422,0),(14307,27,423,0),(14308,27,424,0),(14309,27,425,0),(14310,27,426,0),(14311,27,427,0),(14312,27,428,0),(14313,27,429,0),(14314,27,430,0),(14315,27,431,0),(14316,27,432,0),(14317,27,433,0),(14318,27,434,0),(14319,27,435,0),(14320,27,436,0),(14321,27,437,0),(14322,27,438,0),(14323,27,439,0),(14324,27,440,0),(14325,27,441,0),(14326,27,442,0),(14327,27,443,0),(14328,27,444,0),(14329,27,445,0),(14330,27,446,0),(14331,27,447,0),(14332,27,448,0),(14333,27,449,0),(14334,27,450,0),(14335,27,451,0),(14336,27,452,0),(14337,27,453,0),(14338,27,454,0),(14339,27,455,0),(14340,27,456,0),(14341,27,457,0),(14342,27,458,0),(14343,27,459,0),(14344,27,460,0),(14345,27,461,0),(14346,27,462,0),(14347,27,463,0),(14348,27,464,0),(14349,27,465,0),(14350,27,466,0),(14351,27,467,0),(14352,27,468,0),(14353,27,469,0),(14354,27,470,0),(14355,27,471,0),(14356,27,472,0),(14357,27,473,0),(14358,27,474,0),(14359,27,475,0),(14360,27,476,0),(14361,27,477,0),(14362,27,478,0),(14363,27,479,0),(14364,27,480,0),(14365,27,481,0),(14366,27,482,0),(14367,27,483,0),(14368,27,484,0),(14369,27,485,0),(14370,27,486,0),(14371,27,487,0),(14372,27,488,0),(14373,27,489,0),(14374,27,490,0),(14375,27,491,0),(14376,27,492,0),(14377,27,493,0),(14378,27,494,0),(14379,27,495,0),(14380,27,496,0),(14381,27,497,0),(14382,27,498,0),(14383,27,499,0),(14384,27,500,0),(14385,27,501,0),(14386,27,502,0),(14387,27,503,0),(14388,27,504,0),(14389,27,505,0),(14390,27,506,0),(14391,27,507,0),(14392,27,508,0),(14393,27,509,0),(14394,27,510,0),(14395,27,511,0),(14396,27,512,0),(14397,27,513,0),(14398,27,514,0),(14399,27,515,0),(14400,27,516,0),(14401,27,517,0),(14402,27,518,0),(14403,27,519,0),(14404,27,520,0),(14405,27,521,0),(14406,27,522,0),(14407,27,523,0),(14408,27,524,0),(14409,27,525,0),(14410,27,526,0),(14411,27,527,0),(14412,27,528,0),(14413,27,529,0),(14414,27,530,0),(14415,27,531,0),(14416,27,532,0),(14417,27,533,0),(14418,27,534,0),(14419,28,1,0),(14420,28,2,0),(14421,28,3,0),(14422,28,4,0),(14423,28,5,0),(14424,28,6,0),(14425,28,7,0),(14426,28,8,0),(14427,28,9,0),(14428,28,10,0),(14429,28,11,0),(14430,28,12,0),(14431,28,13,0),(14432,28,14,0),(14433,28,15,0),(14434,28,16,0),(14435,28,17,0),(14436,28,18,0),(14437,28,19,0),(14438,28,20,0),(14439,28,21,0),(14440,28,22,0),(14441,28,23,0),(14442,28,24,0),(14443,28,25,0),(14444,28,26,0),(14445,28,27,0),(14446,28,28,0),(14447,28,29,0),(14448,28,30,0),(14449,28,31,0),(14450,28,32,0),(14451,28,33,0),(14452,28,34,0),(14453,28,35,0),(14454,28,36,0),(14455,28,37,0),(14456,28,38,0),(14457,28,39,0),(14458,28,40,0),(14459,28,41,0),(14460,28,42,0),(14461,28,43,0),(14462,28,44,0),(14463,28,45,0),(14464,28,46,0),(14465,28,47,0),(14466,28,48,0),(14467,28,49,0),(14468,28,50,0),(14469,28,51,0),(14470,28,52,0),(14471,28,53,0),(14472,28,54,0),(14473,28,55,0),(14474,28,56,0),(14475,28,57,0),(14476,28,58,0),(14477,28,59,0),(14478,28,60,0),(14479,28,61,0),(14480,28,62,0),(14481,28,63,0),(14482,28,64,0),(14483,28,65,0),(14484,28,66,0),(14485,28,67,0),(14486,28,68,0),(14487,28,69,0),(14488,28,70,0),(14489,28,71,0),(14490,28,72,0),(14491,28,73,0),(14492,28,74,0),(14493,28,75,0),(14494,28,76,0),(14495,28,77,0),(14496,28,78,0),(14497,28,79,0),(14498,28,80,0),(14499,28,81,0),(14500,28,82,0),(14501,28,83,0),(14502,28,84,0),(14503,28,85,0),(14504,28,86,0),(14505,28,87,0),(14506,28,88,0),(14507,28,89,0),(14508,28,90,0),(14509,28,91,0),(14510,28,92,0),(14511,28,93,0),(14512,28,94,0),(14513,28,95,0),(14514,28,96,0),(14515,28,97,0),(14516,28,98,0),(14517,28,99,0),(14518,28,100,0),(14519,28,101,0),(14520,28,102,0),(14521,28,103,0),(14522,28,104,0),(14523,28,105,0),(14524,28,106,0),(14525,28,107,0),(14526,28,108,0),(14527,28,109,0),(14528,28,110,0),(14529,28,111,0),(14530,28,112,0),(14531,28,113,0),(14532,28,114,0),(14533,28,115,0),(14534,28,116,0),(14535,28,117,0),(14536,28,118,0),(14537,28,119,0),(14538,28,120,0),(14539,28,121,0),(14540,28,122,0),(14541,28,123,0),(14542,28,124,0),(14543,28,125,0),(14544,28,126,0),(14545,28,127,0),(14546,28,128,0),(14547,28,129,0),(14548,28,130,0),(14549,28,131,0),(14550,28,132,0),(14551,28,133,0),(14552,28,134,0),(14553,28,135,0),(14554,28,136,0),(14555,28,137,0),(14556,28,138,0),(14557,28,139,0),(14558,28,140,0),(14559,28,141,0),(14560,28,142,0),(14561,28,143,0.555555555555556),(14562,28,144,0.277777777777778),(14563,28,145,0.166666666666667),(14564,28,146,0),(14565,28,147,0),(14566,28,148,0),(14567,28,149,0),(14568,28,150,0),(14569,28,151,0),(14570,28,152,0),(14571,28,153,0),(14572,28,154,0),(14573,28,155,0),(14574,28,156,0),(14575,28,157,0),(14576,28,158,0),(14577,28,159,0),(14578,28,160,0),(14579,28,161,0),(14580,28,162,0),(14581,28,163,0),(14582,28,164,0),(14583,28,165,0),(14584,28,166,0),(14585,28,167,0),(14586,28,168,0),(14587,28,169,0),(14588,28,170,0),(14589,28,171,0),(14590,28,172,0),(14591,28,173,0),(14592,28,174,0),(14593,28,175,0),(14594,28,176,0),(14595,28,177,0),(14596,28,178,0),(14597,28,179,0),(14598,28,180,0),(14599,28,181,0),(14600,28,182,0),(14601,28,183,0),(14602,28,184,0),(14603,28,185,0),(14604,28,186,0),(14605,28,187,0),(14606,28,188,0),(14607,28,189,0),(14608,28,190,0),(14609,28,191,0),(14610,28,192,0),(14611,28,193,0),(14612,28,194,0),(14613,28,195,0),(14614,28,196,0),(14615,28,197,0),(14616,28,198,0),(14617,28,199,0),(14618,28,200,0),(14619,28,201,0),(14620,28,202,0),(14621,28,203,0),(14622,28,204,0),(14623,28,205,0),(14624,28,206,0),(14625,28,207,0),(14626,28,208,0),(14627,28,209,0),(14628,28,210,0),(14629,28,211,0),(14630,28,212,0),(14631,28,213,0),(14632,28,214,0),(14633,28,215,0),(14634,28,216,0),(14635,28,217,0),(14636,28,218,0),(14637,28,219,0),(14638,28,220,0),(14639,28,221,0),(14640,28,222,0),(14641,28,223,0),(14642,28,224,0),(14643,28,225,0),(14644,28,226,0),(14645,28,227,0),(14646,28,228,0),(14647,28,229,0),(14648,28,230,0),(14649,28,231,0),(14650,28,232,0),(14651,28,233,0),(14652,28,234,0),(14653,28,235,0),(14654,28,236,0),(14655,28,237,0),(14656,28,238,0),(14657,28,239,0),(14658,28,240,0),(14659,28,241,0),(14660,28,242,0),(14661,28,243,0),(14662,28,244,0),(14663,28,245,0),(14664,28,246,0),(14665,28,247,0),(14666,28,248,0),(14667,28,249,0),(14668,28,250,0),(14669,28,251,0),(14670,28,252,0),(14671,28,253,0),(14672,28,254,0),(14673,28,255,0),(14674,28,256,0),(14675,28,257,0),(14676,28,258,0),(14677,28,259,0),(14678,28,260,0),(14679,28,261,0),(14680,28,262,0),(14681,28,263,0),(14682,28,264,0),(14683,28,265,0),(14684,28,266,0),(14685,28,267,0),(14686,28,268,0),(14687,28,269,0),(14688,28,270,0),(14689,28,271,0),(14690,28,272,0),(14691,28,273,0),(14692,28,274,0),(14693,28,275,0),(14694,28,276,0),(14695,28,277,0),(14696,28,278,0),(14697,28,279,0),(14698,28,280,0),(14699,28,281,0),(14700,28,282,0),(14701,28,283,0),(14702,28,284,0),(14703,28,285,0),(14704,28,286,0),(14705,28,287,0),(14706,28,288,0),(14707,28,289,0),(14708,28,290,0),(14709,28,291,0),(14710,28,292,0),(14711,28,293,0),(14712,28,294,0),(14713,28,295,0),(14714,28,296,0),(14715,28,297,0),(14716,28,298,0),(14717,28,299,0),(14718,28,300,0),(14719,28,301,0),(14720,28,302,0),(14721,28,303,0),(14722,28,304,0),(14723,28,305,0),(14724,28,306,0),(14725,28,307,0),(14726,28,308,0),(14727,28,309,0),(14728,28,310,0),(14729,28,311,0),(14730,28,312,0),(14731,28,313,0),(14732,28,314,0),(14733,28,315,0),(14734,28,316,0),(14735,28,317,0),(14736,28,318,0),(14737,28,319,0),(14738,28,320,0),(14739,28,321,0),(14740,28,322,0),(14741,28,323,0),(14742,28,324,0),(14743,28,325,0),(14744,28,326,0),(14745,28,327,0),(14746,28,328,0),(14747,28,329,0),(14748,28,330,0),(14749,28,331,0),(14750,28,332,0),(14751,28,333,0),(14752,28,334,0),(14753,28,335,0),(14754,28,336,0),(14755,28,337,0),(14756,28,338,0),(14757,28,339,0),(14758,28,340,0),(14759,28,341,0),(14760,28,342,0),(14761,28,343,0),(14762,28,344,0),(14763,28,345,0),(14764,28,346,0),(14765,28,347,0),(14766,28,348,0),(14767,28,349,0),(14768,28,350,0),(14769,28,351,0),(14770,28,352,0),(14771,28,353,0),(14772,28,354,0),(14773,28,355,0),(14774,28,356,0),(14775,28,357,0),(14776,28,358,0),(14777,28,359,0),(14778,28,360,0),(14779,28,361,0),(14780,28,362,0),(14781,28,363,0),(14782,28,364,0),(14783,28,365,0),(14784,28,366,0),(14785,28,367,0),(14786,28,368,0),(14787,28,369,0),(14788,28,370,0),(14789,28,371,0),(14790,28,372,0),(14791,28,373,0),(14792,28,374,0),(14793,28,375,0),(14794,28,376,0),(14795,28,377,0),(14796,28,378,0),(14797,28,379,0),(14798,28,380,0),(14799,28,381,0),(14800,28,382,0),(14801,28,383,0),(14802,28,384,0),(14803,28,385,0),(14804,28,386,0),(14805,28,387,0),(14806,28,388,0),(14807,28,389,0),(14808,28,390,0),(14809,28,391,0),(14810,28,392,0),(14811,28,393,0),(14812,28,394,0),(14813,28,395,0),(14814,28,396,0),(14815,28,397,0),(14816,28,398,0),(14817,28,399,0),(14818,28,400,0),(14819,28,401,0),(14820,28,402,0),(14821,28,403,0),(14822,28,404,0),(14823,28,405,0),(14824,28,406,0),(14825,28,407,0),(14826,28,408,0),(14827,28,409,0),(14828,28,410,0),(14829,28,411,0),(14830,28,412,0),(14831,28,413,0),(14832,28,414,0),(14833,28,415,0),(14834,28,416,0),(14835,28,417,0),(14836,28,418,0),(14837,28,419,0),(14838,28,420,0),(14839,28,421,0),(14840,28,422,0),(14841,28,423,0),(14842,28,424,0),(14843,28,425,0),(14844,28,426,0),(14845,28,427,0),(14846,28,428,0),(14847,28,429,0),(14848,28,430,0),(14849,28,431,0),(14850,28,432,0),(14851,28,433,0),(14852,28,434,0),(14853,28,435,0),(14854,28,436,0),(14855,28,437,0),(14856,28,438,0),(14857,28,439,0),(14858,28,440,0),(14859,28,441,0),(14860,28,442,0),(14861,28,443,0),(14862,28,444,0),(14863,28,445,0),(14864,28,446,0),(14865,28,447,0),(14866,28,448,0),(14867,28,449,0),(14868,28,450,0),(14869,28,451,0),(14870,28,452,0),(14871,28,453,0),(14872,28,454,0),(14873,28,455,0),(14874,28,456,0),(14875,28,457,0),(14876,28,458,0),(14877,28,459,0),(14878,28,460,0),(14879,28,461,0),(14880,28,462,0),(14881,28,463,0),(14882,28,464,0),(14883,28,465,0),(14884,28,466,0),(14885,28,467,0),(14886,28,468,0),(14887,28,469,0),(14888,28,470,0),(14889,28,471,0),(14890,28,472,0),(14891,28,473,0),(14892,28,474,0),(14893,28,475,0),(14894,28,476,0),(14895,28,477,0),(14896,28,478,0),(14897,28,479,0),(14898,28,480,0),(14899,28,481,0),(14900,28,482,0),(14901,28,483,0),(14902,28,484,0),(14903,28,485,0),(14904,28,486,0),(14905,28,487,0),(14906,28,488,0),(14907,28,489,0),(14908,28,490,0),(14909,28,491,0),(14910,28,492,0),(14911,28,493,0),(14912,28,494,0),(14913,28,495,0),(14914,28,496,0),(14915,28,497,0),(14916,28,498,0),(14917,28,499,0),(14918,28,500,0),(14919,28,501,0),(14920,28,502,0),(14921,28,503,0),(14922,28,504,0),(14923,28,505,0),(14924,28,506,0),(14925,28,507,0),(14926,28,508,0),(14927,28,509,0),(14928,28,510,0),(14929,28,511,0),(14930,28,512,0),(14931,28,513,0),(14932,28,514,0),(14933,28,515,0),(14934,28,516,0),(14935,28,517,0),(14936,28,518,0),(14937,28,519,0),(14938,28,520,0),(14939,28,521,0),(14940,28,522,0),(14941,28,523,0),(14942,28,524,0),(14943,28,525,0),(14944,28,526,0),(14945,28,527,0),(14946,28,528,0),(14947,28,529,0),(14948,28,530,0),(14949,28,531,0),(14950,28,532,0),(14951,28,533,0),(14952,28,534,0),(14953,29,1,0),(14954,29,2,0),(14955,29,3,0),(14956,29,4,0),(14957,29,5,0),(14958,29,6,0),(14959,29,7,0),(14960,29,8,0),(14961,29,9,0),(14962,29,10,0),(14963,29,11,0),(14964,29,12,0),(14965,29,13,0),(14966,29,14,0),(14967,29,15,0),(14968,29,16,0),(14969,29,17,0),(14970,29,18,0),(14971,29,19,0),(14972,29,20,0),(14973,29,21,0),(14974,29,22,0),(14975,29,23,0),(14976,29,24,0),(14977,29,25,0),(14978,29,26,0),(14979,29,27,0),(14980,29,28,0),(14981,29,29,0),(14982,29,30,0),(14983,29,31,0),(14984,29,32,0),(14985,29,33,0),(14986,29,34,0),(14987,29,35,0),(14988,29,36,0),(14989,29,37,0),(14990,29,38,0),(14991,29,39,0),(14992,29,40,0),(14993,29,41,0),(14994,29,42,0),(14995,29,43,0),(14996,29,44,0),(14997,29,45,0),(14998,29,46,0),(14999,29,47,0),(15000,29,48,0),(15001,29,49,0),(15002,29,50,0),(15003,29,51,0),(15004,29,52,0),(15005,29,53,0),(15006,29,54,0),(15007,29,55,0),(15008,29,56,0),(15009,29,57,0),(15010,29,58,0),(15011,29,59,0),(15012,29,60,0),(15013,29,61,0),(15014,29,62,0),(15015,29,63,0),(15016,29,64,0),(15017,29,65,0),(15018,29,66,0),(15019,29,67,0),(15020,29,68,0),(15021,29,69,0),(15022,29,70,0),(15023,29,71,0),(15024,29,72,0),(15025,29,73,0),(15026,29,74,0),(15027,29,75,0),(15028,29,76,0),(15029,29,77,0),(15030,29,78,0),(15031,29,79,0),(15032,29,80,0),(15033,29,81,0),(15034,29,82,0),(15035,29,83,0),(15036,29,84,0),(15037,29,85,0),(15038,29,86,0),(15039,29,87,0),(15040,29,88,0),(15041,29,89,0),(15042,29,90,0),(15043,29,91,0),(15044,29,92,0),(15045,29,93,0),(15046,29,94,0),(15047,29,95,0),(15048,29,96,0),(15049,29,97,0),(15050,29,98,0),(15051,29,99,0),(15052,29,100,0),(15053,29,101,0),(15054,29,102,0),(15055,29,103,0),(15056,29,104,0),(15057,29,105,0),(15058,29,106,0),(15059,29,107,0),(15060,29,108,0),(15061,29,109,0),(15062,29,110,0),(15063,29,111,0),(15064,29,112,0),(15065,29,113,0),(15066,29,114,0),(15067,29,115,0),(15068,29,116,0),(15069,29,117,0),(15070,29,118,0),(15071,29,119,0),(15072,29,120,0),(15073,29,121,0),(15074,29,122,0),(15075,29,123,0),(15076,29,124,0),(15077,29,125,0),(15078,29,126,0),(15079,29,127,0),(15080,29,128,0),(15081,29,129,0),(15082,29,130,0),(15083,29,131,0),(15084,29,132,0),(15085,29,133,0),(15086,29,134,0),(15087,29,135,0),(15088,29,136,0),(15089,29,137,0),(15090,29,138,0),(15091,29,139,0),(15092,29,140,0),(15093,29,141,0),(15094,29,142,0),(15095,29,143,0),(15096,29,144,0),(15097,29,145,0),(15098,29,146,1),(15099,29,147,0),(15100,29,148,0),(15101,29,149,0),(15102,29,150,0),(15103,29,151,0),(15104,29,152,0),(15105,29,153,0),(15106,29,154,0),(15107,29,155,0),(15108,29,156,0),(15109,29,157,0),(15110,29,158,0),(15111,29,159,0),(15112,29,160,0),(15113,29,161,0),(15114,29,162,0),(15115,29,163,0),(15116,29,164,0),(15117,29,165,0),(15118,29,166,0),(15119,29,167,0),(15120,29,168,0),(15121,29,169,0),(15122,29,170,0),(15123,29,171,0),(15124,29,172,0),(15125,29,173,0),(15126,29,174,0),(15127,29,175,0),(15128,29,176,0),(15129,29,177,0),(15130,29,178,0),(15131,29,179,0),(15132,29,180,0),(15133,29,181,0),(15134,29,182,0),(15135,29,183,0),(15136,29,184,0),(15137,29,185,0),(15138,29,186,0),(15139,29,187,0),(15140,29,188,0),(15141,29,189,0),(15142,29,190,0),(15143,29,191,0),(15144,29,192,0),(15145,29,193,0),(15146,29,194,0),(15147,29,195,0),(15148,29,196,0),(15149,29,197,0),(15150,29,198,0),(15151,29,199,0),(15152,29,200,0),(15153,29,201,0),(15154,29,202,0),(15155,29,203,0),(15156,29,204,0),(15157,29,205,0),(15158,29,206,0),(15159,29,207,0),(15160,29,208,0),(15161,29,209,0),(15162,29,210,0),(15163,29,211,0),(15164,29,212,0),(15165,29,213,0),(15166,29,214,0),(15167,29,215,0),(15168,29,216,0),(15169,29,217,0),(15170,29,218,0),(15171,29,219,0),(15172,29,220,0),(15173,29,221,0),(15174,29,222,0),(15175,29,223,0),(15176,29,224,0),(15177,29,225,0),(15178,29,226,0),(15179,29,227,0),(15180,29,228,0),(15181,29,229,0),(15182,29,230,0),(15183,29,231,0),(15184,29,232,0),(15185,29,233,0),(15186,29,234,0),(15187,29,235,0),(15188,29,236,0),(15189,29,237,0),(15190,29,238,0),(15191,29,239,0),(15192,29,240,0),(15193,29,241,0),(15194,29,242,0),(15195,29,243,0),(15196,29,244,0),(15197,29,245,0),(15198,29,246,0),(15199,29,247,0),(15200,29,248,0),(15201,29,249,0),(15202,29,250,0),(15203,29,251,0),(15204,29,252,0),(15205,29,253,0),(15206,29,254,0),(15207,29,255,0),(15208,29,256,0),(15209,29,257,0),(15210,29,258,0),(15211,29,259,0),(15212,29,260,0),(15213,29,261,0),(15214,29,262,0),(15215,29,263,0),(15216,29,264,0),(15217,29,265,0),(15218,29,266,0),(15219,29,267,0),(15220,29,268,0),(15221,29,269,0),(15222,29,270,0),(15223,29,271,0),(15224,29,272,0),(15225,29,273,0),(15226,29,274,0),(15227,29,275,0),(15228,29,276,0),(15229,29,277,0),(15230,29,278,0),(15231,29,279,0),(15232,29,280,0),(15233,29,281,0),(15234,29,282,0),(15235,29,283,0),(15236,29,284,0),(15237,29,285,0),(15238,29,286,0),(15239,29,287,0),(15240,29,288,0),(15241,29,289,0),(15242,29,290,0),(15243,29,291,0),(15244,29,292,0),(15245,29,293,0),(15246,29,294,0),(15247,29,295,0),(15248,29,296,0),(15249,29,297,0),(15250,29,298,0),(15251,29,299,0),(15252,29,300,0),(15253,29,301,0),(15254,29,302,0),(15255,29,303,0),(15256,29,304,0),(15257,29,305,0),(15258,29,306,0),(15259,29,307,0),(15260,29,308,0),(15261,29,309,0),(15262,29,310,0),(15263,29,311,0),(15264,29,312,0),(15265,29,313,0),(15266,29,314,0),(15267,29,315,0),(15268,29,316,0),(15269,29,317,0),(15270,29,318,0),(15271,29,319,0),(15272,29,320,0),(15273,29,321,0),(15274,29,322,0),(15275,29,323,0),(15276,29,324,0),(15277,29,325,0),(15278,29,326,0),(15279,29,327,0),(15280,29,328,0),(15281,29,329,0),(15282,29,330,0),(15283,29,331,0),(15284,29,332,0),(15285,29,333,0),(15286,29,334,0),(15287,29,335,0),(15288,29,336,0),(15289,29,337,0),(15290,29,338,0),(15291,29,339,0),(15292,29,340,0),(15293,29,341,0),(15294,29,342,0),(15295,29,343,0),(15296,29,344,0),(15297,29,345,0),(15298,29,346,0),(15299,29,347,0),(15300,29,348,0),(15301,29,349,0),(15302,29,350,0),(15303,29,351,0),(15304,29,352,0),(15305,29,353,0),(15306,29,354,0),(15307,29,355,0),(15308,29,356,0),(15309,29,357,0),(15310,29,358,0),(15311,29,359,0),(15312,29,360,0),(15313,29,361,0),(15314,29,362,0),(15315,29,363,0),(15316,29,364,0),(15317,29,365,0),(15318,29,366,0),(15319,29,367,0),(15320,29,368,0),(15321,29,369,0),(15322,29,370,0),(15323,29,371,0),(15324,29,372,0),(15325,29,373,0),(15326,29,374,0),(15327,29,375,0),(15328,29,376,0),(15329,29,377,0),(15330,29,378,0),(15331,29,379,0),(15332,29,380,0),(15333,29,381,0),(15334,29,382,0),(15335,29,383,0),(15336,29,384,0),(15337,29,385,0),(15338,29,386,0),(15339,29,387,0),(15340,29,388,0),(15341,29,389,0),(15342,29,390,0),(15343,29,391,0),(15344,29,392,0),(15345,29,393,0),(15346,29,394,0),(15347,29,395,0),(15348,29,396,0),(15349,29,397,0),(15350,29,398,0),(15351,29,399,0),(15352,29,400,0),(15353,29,401,0),(15354,29,402,0),(15355,29,403,0),(15356,29,404,0),(15357,29,405,0),(15358,29,406,0),(15359,29,407,0),(15360,29,408,0),(15361,29,409,0),(15362,29,410,0),(15363,29,411,0),(15364,29,412,0),(15365,29,413,0),(15366,29,414,0),(15367,29,415,0),(15368,29,416,0),(15369,29,417,0),(15370,29,418,0),(15371,29,419,0),(15372,29,420,0),(15373,29,421,0),(15374,29,422,0),(15375,29,423,0),(15376,29,424,0),(15377,29,425,0),(15378,29,426,0),(15379,29,427,0),(15380,29,428,0),(15381,29,429,0),(15382,29,430,0),(15383,29,431,0),(15384,29,432,0),(15385,29,433,0),(15386,29,434,0),(15387,29,435,0),(15388,29,436,0),(15389,29,437,0),(15390,29,438,0),(15391,29,439,0),(15392,29,440,0),(15393,29,441,0),(15394,29,442,0),(15395,29,443,0),(15396,29,444,0),(15397,29,445,0),(15398,29,446,0),(15399,29,447,0),(15400,29,448,0),(15401,29,449,0),(15402,29,450,0),(15403,29,451,0),(15404,29,452,0),(15405,29,453,0),(15406,29,454,0),(15407,29,455,0),(15408,29,456,0),(15409,29,457,0),(15410,29,458,0),(15411,29,459,0),(15412,29,460,0),(15413,29,461,0),(15414,29,462,0),(15415,29,463,0),(15416,29,464,0),(15417,29,465,0),(15418,29,466,0),(15419,29,467,0),(15420,29,468,0),(15421,29,469,0),(15422,29,470,0),(15423,29,471,0),(15424,29,472,0),(15425,29,473,0),(15426,29,474,0),(15427,29,475,0),(15428,29,476,0),(15429,29,477,0),(15430,29,478,0),(15431,29,479,0),(15432,29,480,0),(15433,29,481,0),(15434,29,482,0),(15435,29,483,0),(15436,29,484,0),(15437,29,485,0),(15438,29,486,0),(15439,29,487,0),(15440,29,488,0),(15441,29,489,0),(15442,29,490,0),(15443,29,491,0),(15444,29,492,0),(15445,29,493,0),(15446,29,494,0),(15447,29,495,0),(15448,29,496,0),(15449,29,497,0),(15450,29,498,0),(15451,29,499,0),(15452,29,500,0),(15453,29,501,0),(15454,29,502,0),(15455,29,503,0),(15456,29,504,0),(15457,29,505,0),(15458,29,506,0),(15459,29,507,0),(15460,29,508,0),(15461,29,509,0),(15462,29,510,0),(15463,29,511,0),(15464,29,512,0),(15465,29,513,0),(15466,29,514,0),(15467,29,515,0),(15468,29,516,0),(15469,29,517,0),(15470,29,518,0),(15471,29,519,0),(15472,29,520,0),(15473,29,521,0),(15474,29,522,0),(15475,29,523,0),(15476,29,524,0),(15477,29,525,0),(15478,29,526,0),(15479,29,527,0),(15480,29,528,0),(15481,29,529,0),(15482,29,530,0),(15483,29,531,0),(15484,29,532,0),(15485,29,533,0),(15486,29,534,0),(15487,30,1,0),(15488,30,2,0),(15489,30,3,0),(15490,30,4,0),(15491,30,5,0),(15492,30,6,0),(15493,30,7,0),(15494,30,8,0),(15495,30,9,0),(15496,30,10,0),(15497,30,11,0),(15498,30,12,0),(15499,30,13,0),(15500,30,14,0),(15501,30,15,0),(15502,30,16,0),(15503,30,17,0),(15504,30,18,0),(15505,30,19,0),(15506,30,20,0),(15507,30,21,0),(15508,30,22,0),(15509,30,23,0),(15510,30,24,0),(15511,30,25,0),(15512,30,26,0),(15513,30,27,0),(15514,30,28,0),(15515,30,29,0),(15516,30,30,0),(15517,30,31,0),(15518,30,32,0),(15519,30,33,0),(15520,30,34,0),(15521,30,35,0),(15522,30,36,0),(15523,30,37,0),(15524,30,38,0),(15525,30,39,0),(15526,30,40,0),(15527,30,41,0),(15528,30,42,0),(15529,30,43,0),(15530,30,44,0),(15531,30,45,0),(15532,30,46,0),(15533,30,47,0),(15534,30,48,0),(15535,30,49,0),(15536,30,50,0),(15537,30,51,0),(15538,30,52,0),(15539,30,53,0),(15540,30,54,0),(15541,30,55,0),(15542,30,56,0),(15543,30,57,0),(15544,30,58,0),(15545,30,59,0),(15546,30,60,0),(15547,30,61,0),(15548,30,62,0),(15549,30,63,0),(15550,30,64,0),(15551,30,65,0),(15552,30,66,0),(15553,30,67,0),(15554,30,68,0),(15555,30,69,0),(15556,30,70,0),(15557,30,71,0),(15558,30,72,0),(15559,30,73,0),(15560,30,74,0),(15561,30,75,0),(15562,30,76,0),(15563,30,77,0),(15564,30,78,0),(15565,30,79,0),(15566,30,80,0),(15567,30,81,0),(15568,30,82,0),(15569,30,83,0),(15570,30,84,0),(15571,30,85,0),(15572,30,86,0),(15573,30,87,0),(15574,30,88,0),(15575,30,89,0),(15576,30,90,0),(15577,30,91,0),(15578,30,92,0),(15579,30,93,0),(15580,30,94,0),(15581,30,95,0),(15582,30,96,0),(15583,30,97,0),(15584,30,98,0),(15585,30,99,0),(15586,30,100,0),(15587,30,101,0),(15588,30,102,0),(15589,30,103,0),(15590,30,104,0),(15591,30,105,0),(15592,30,106,0),(15593,30,107,0),(15594,30,108,0),(15595,30,109,0),(15596,30,110,0),(15597,30,111,0),(15598,30,112,0),(15599,30,113,0),(15600,30,114,0),(15601,30,115,0),(15602,30,116,0),(15603,30,117,0),(15604,30,118,0),(15605,30,119,0),(15606,30,120,0),(15607,30,121,0),(15608,30,122,0),(15609,30,123,0),(15610,30,124,0),(15611,30,125,0),(15612,30,126,0),(15613,30,127,0),(15614,30,128,0),(15615,30,129,0),(15616,30,130,0),(15617,30,131,0),(15618,30,132,0),(15619,30,133,0),(15620,30,134,0),(15621,30,135,0),(15622,30,136,0),(15623,30,137,0),(15624,30,138,0),(15625,30,139,0),(15626,30,140,0),(15627,30,141,0),(15628,30,142,0),(15629,30,143,0),(15630,30,144,0),(15631,30,145,0),(15632,30,146,0),(15633,30,147,0.357142857142857),(15634,30,148,0.25),(15635,30,149,0.178571428571429),(15636,30,150,0.214285714285714),(15637,30,151,0),(15638,30,152,0),(15639,30,153,0),(15640,30,154,0),(15641,30,155,0),(15642,30,156,0),(15643,30,157,0),(15644,30,158,0),(15645,30,159,0),(15646,30,160,0),(15647,30,161,0),(15648,30,162,0),(15649,30,163,0),(15650,30,164,0),(15651,30,165,0),(15652,30,166,0),(15653,30,167,0),(15654,30,168,0),(15655,30,169,0),(15656,30,170,0),(15657,30,171,0),(15658,30,172,0),(15659,30,173,0),(15660,30,174,0),(15661,30,175,0),(15662,30,176,0),(15663,30,177,0),(15664,30,178,0),(15665,30,179,0),(15666,30,180,0),(15667,30,181,0),(15668,30,182,0),(15669,30,183,0),(15670,30,184,0),(15671,30,185,0),(15672,30,186,0),(15673,30,187,0),(15674,30,188,0),(15675,30,189,0),(15676,30,190,0),(15677,30,191,0),(15678,30,192,0),(15679,30,193,0),(15680,30,194,0),(15681,30,195,0),(15682,30,196,0),(15683,30,197,0),(15684,30,198,0),(15685,30,199,0),(15686,30,200,0),(15687,30,201,0),(15688,30,202,0),(15689,30,203,0),(15690,30,204,0),(15691,30,205,0),(15692,30,206,0),(15693,30,207,0),(15694,30,208,0),(15695,30,209,0),(15696,30,210,0),(15697,30,211,0),(15698,30,212,0),(15699,30,213,0),(15700,30,214,0),(15701,30,215,0),(15702,30,216,0),(15703,30,217,0),(15704,30,218,0),(15705,30,219,0),(15706,30,220,0),(15707,30,221,0),(15708,30,222,0),(15709,30,223,0),(15710,30,224,0),(15711,30,225,0),(15712,30,226,0),(15713,30,227,0),(15714,30,228,0),(15715,30,229,0),(15716,30,230,0),(15717,30,231,0),(15718,30,232,0),(15719,30,233,0),(15720,30,234,0),(15721,30,235,0),(15722,30,236,0),(15723,30,237,0),(15724,30,238,0),(15725,30,239,0),(15726,30,240,0),(15727,30,241,0),(15728,30,242,0),(15729,30,243,0),(15730,30,244,0),(15731,30,245,0),(15732,30,246,0),(15733,30,247,0),(15734,30,248,0),(15735,30,249,0),(15736,30,250,0),(15737,30,251,0),(15738,30,252,0),(15739,30,253,0),(15740,30,254,0),(15741,30,255,0),(15742,30,256,0),(15743,30,257,0),(15744,30,258,0),(15745,30,259,0),(15746,30,260,0),(15747,30,261,0),(15748,30,262,0),(15749,30,263,0),(15750,30,264,0),(15751,30,265,0),(15752,30,266,0),(15753,30,267,0),(15754,30,268,0),(15755,30,269,0),(15756,30,270,0),(15757,30,271,0),(15758,30,272,0),(15759,30,273,0),(15760,30,274,0),(15761,30,275,0),(15762,30,276,0),(15763,30,277,0),(15764,30,278,0),(15765,30,279,0),(15766,30,280,0),(15767,30,281,0),(15768,30,282,0),(15769,30,283,0),(15770,30,284,0),(15771,30,285,0),(15772,30,286,0),(15773,30,287,0),(15774,30,288,0),(15775,30,289,0),(15776,30,290,0),(15777,30,291,0),(15778,30,292,0),(15779,30,293,0),(15780,30,294,0),(15781,30,295,0),(15782,30,296,0),(15783,30,297,0),(15784,30,298,0),(15785,30,299,0),(15786,30,300,0),(15787,30,301,0),(15788,30,302,0),(15789,30,303,0),(15790,30,304,0),(15791,30,305,0),(15792,30,306,0),(15793,30,307,0),(15794,30,308,0),(15795,30,309,0),(15796,30,310,0),(15797,30,311,0),(15798,30,312,0),(15799,30,313,0),(15800,30,314,0),(15801,30,315,0),(15802,30,316,0),(15803,30,317,0),(15804,30,318,0),(15805,30,319,0),(15806,30,320,0),(15807,30,321,0),(15808,30,322,0),(15809,30,323,0),(15810,30,324,0),(15811,30,325,0),(15812,30,326,0),(15813,30,327,0),(15814,30,328,0),(15815,30,329,0),(15816,30,330,0),(15817,30,331,0),(15818,30,332,0),(15819,30,333,0),(15820,30,334,0),(15821,30,335,0),(15822,30,336,0),(15823,30,337,0),(15824,30,338,0),(15825,30,339,0),(15826,30,340,0),(15827,30,341,0),(15828,30,342,0),(15829,30,343,0),(15830,30,344,0),(15831,30,345,0),(15832,30,346,0),(15833,30,347,0),(15834,30,348,0),(15835,30,349,0),(15836,30,350,0),(15837,30,351,0),(15838,30,352,0),(15839,30,353,0),(15840,30,354,0),(15841,30,355,0),(15842,30,356,0),(15843,30,357,0),(15844,30,358,0),(15845,30,359,0),(15846,30,360,0),(15847,30,361,0),(15848,30,362,0),(15849,30,363,0),(15850,30,364,0),(15851,30,365,0),(15852,30,366,0),(15853,30,367,0),(15854,30,368,0),(15855,30,369,0),(15856,30,370,0),(15857,30,371,0),(15858,30,372,0),(15859,30,373,0),(15860,30,374,0),(15861,30,375,0),(15862,30,376,0),(15863,30,377,0),(15864,30,378,0),(15865,30,379,0),(15866,30,380,0),(15867,30,381,0),(15868,30,382,0),(15869,30,383,0),(15870,30,384,0),(15871,30,385,0),(15872,30,386,0),(15873,30,387,0),(15874,30,388,0),(15875,30,389,0),(15876,30,390,0),(15877,30,391,0),(15878,30,392,0),(15879,30,393,0),(15880,30,394,0),(15881,30,395,0),(15882,30,396,0),(15883,30,397,0),(15884,30,398,0),(15885,30,399,0),(15886,30,400,0),(15887,30,401,0),(15888,30,402,0),(15889,30,403,0),(15890,30,404,0),(15891,30,405,0),(15892,30,406,0),(15893,30,407,0),(15894,30,408,0),(15895,30,409,0),(15896,30,410,0),(15897,30,411,0),(15898,30,412,0),(15899,30,413,0),(15900,30,414,0),(15901,30,415,0),(15902,30,416,0),(15903,30,417,0),(15904,30,418,0),(15905,30,419,0),(15906,30,420,0),(15907,30,421,0),(15908,30,422,0),(15909,30,423,0),(15910,30,424,0),(15911,30,425,0),(15912,30,426,0),(15913,30,427,0),(15914,30,428,0),(15915,30,429,0),(15916,30,430,0),(15917,30,431,0),(15918,30,432,0),(15919,30,433,0),(15920,30,434,0),(15921,30,435,0),(15922,30,436,0),(15923,30,437,0),(15924,30,438,0),(15925,30,439,0),(15926,30,440,0),(15927,30,441,0),(15928,30,442,0),(15929,30,443,0),(15930,30,444,0),(15931,30,445,0),(15932,30,446,0),(15933,30,447,0),(15934,30,448,0),(15935,30,449,0),(15936,30,450,0),(15937,30,451,0),(15938,30,452,0),(15939,30,453,0),(15940,30,454,0),(15941,30,455,0),(15942,30,456,0),(15943,30,457,0),(15944,30,458,0),(15945,30,459,0),(15946,30,460,0),(15947,30,461,0),(15948,30,462,0),(15949,30,463,0),(15950,30,464,0),(15951,30,465,0),(15952,30,466,0),(15953,30,467,0),(15954,30,468,0),(15955,30,469,0),(15956,30,470,0),(15957,30,471,0),(15958,30,472,0),(15959,30,473,0),(15960,30,474,0),(15961,30,475,0),(15962,30,476,0),(15963,30,477,0),(15964,30,478,0),(15965,30,479,0),(15966,30,480,0),(15967,30,481,0),(15968,30,482,0),(15969,30,483,0),(15970,30,484,0),(15971,30,485,0),(15972,30,486,0),(15973,30,487,0),(15974,30,488,0),(15975,30,489,0),(15976,30,490,0),(15977,30,491,0),(15978,30,492,0),(15979,30,493,0),(15980,30,494,0),(15981,30,495,0),(15982,30,496,0),(15983,30,497,0),(15984,30,498,0),(15985,30,499,0),(15986,30,500,0),(15987,30,501,0),(15988,30,502,0),(15989,30,503,0),(15990,30,504,0),(15991,30,505,0),(15992,30,506,0),(15993,30,507,0),(15994,30,508,0),(15995,30,509,0),(15996,30,510,0),(15997,30,511,0),(15998,30,512,0),(15999,30,513,0),(16000,30,514,0),(16001,30,515,0),(16002,30,516,0),(16003,30,517,0),(16004,30,518,0),(16005,30,519,0),(16006,30,520,0),(16007,30,521,0),(16008,30,522,0),(16009,30,523,0),(16010,30,524,0),(16011,30,525,0),(16012,30,526,0),(16013,30,527,0),(16014,30,528,0),(16015,30,529,0),(16016,30,530,0),(16017,30,531,0),(16018,30,532,0),(16019,30,533,0),(16020,30,534,0),(16021,31,1,0),(16022,31,2,0),(16023,31,3,0),(16024,31,4,0),(16025,31,5,0),(16026,31,6,0),(16027,31,7,0),(16028,31,8,0),(16029,31,9,0),(16030,31,10,0),(16031,31,11,0),(16032,31,12,0),(16033,31,13,0),(16034,31,14,0),(16035,31,15,0),(16036,31,16,0),(16037,31,17,0),(16038,31,18,0),(16039,31,19,0),(16040,31,20,0),(16041,31,21,0),(16042,31,22,0),(16043,31,23,0),(16044,31,24,0),(16045,31,25,0),(16046,31,26,0),(16047,31,27,0),(16048,31,28,0),(16049,31,29,0),(16050,31,30,0),(16051,31,31,0),(16052,31,32,0),(16053,31,33,0),(16054,31,34,0),(16055,31,35,0),(16056,31,36,0),(16057,31,37,0),(16058,31,38,0),(16059,31,39,0),(16060,31,40,0),(16061,31,41,0),(16062,31,42,0),(16063,31,43,0),(16064,31,44,0),(16065,31,45,0),(16066,31,46,0),(16067,31,47,0),(16068,31,48,0),(16069,31,49,0),(16070,31,50,0),(16071,31,51,0),(16072,31,52,0),(16073,31,53,0),(16074,31,54,0),(16075,31,55,0),(16076,31,56,0),(16077,31,57,0),(16078,31,58,0),(16079,31,59,0),(16080,31,60,0),(16081,31,61,0),(16082,31,62,0),(16083,31,63,0),(16084,31,64,0),(16085,31,65,0),(16086,31,66,0),(16087,31,67,0),(16088,31,68,0),(16089,31,69,0),(16090,31,70,0),(16091,31,71,0),(16092,31,72,0),(16093,31,73,0),(16094,31,74,0),(16095,31,75,0),(16096,31,76,0),(16097,31,77,0),(16098,31,78,0),(16099,31,79,0),(16100,31,80,0),(16101,31,81,0),(16102,31,82,0),(16103,31,83,0),(16104,31,84,0),(16105,31,85,0),(16106,31,86,0),(16107,31,87,0),(16108,31,88,0),(16109,31,89,0),(16110,31,90,0),(16111,31,91,0),(16112,31,92,0),(16113,31,93,0),(16114,31,94,0),(16115,31,95,0),(16116,31,96,0),(16117,31,97,0),(16118,31,98,0),(16119,31,99,0),(16120,31,100,0),(16121,31,101,0),(16122,31,102,0),(16123,31,103,0),(16124,31,104,0),(16125,31,105,0),(16126,31,106,0),(16127,31,107,0),(16128,31,108,0),(16129,31,109,0),(16130,31,110,0),(16131,31,111,0),(16132,31,112,0),(16133,31,113,0),(16134,31,114,0),(16135,31,115,0),(16136,31,116,0),(16137,31,117,0),(16138,31,118,0),(16139,31,119,0),(16140,31,120,0),(16141,31,121,0),(16142,31,122,0),(16143,31,123,0),(16144,31,124,0),(16145,31,125,0),(16146,31,126,0),(16147,31,127,0),(16148,31,128,0),(16149,31,129,0),(16150,31,130,0),(16151,31,131,0),(16152,31,132,0),(16153,31,133,0),(16154,31,134,0),(16155,31,135,0),(16156,31,136,0),(16157,31,137,0),(16158,31,138,0),(16159,31,139,0),(16160,31,140,0),(16161,31,141,0),(16162,31,142,0),(16163,31,143,0),(16164,31,144,0),(16165,31,145,0),(16166,31,146,0),(16167,31,147,0),(16168,31,148,0),(16169,31,149,0),(16170,31,150,0),(16171,31,151,0.384615384615385),(16172,31,152,0.307692307692308),(16173,31,153,0.153846153846154),(16174,31,154,0.153846153846154),(16175,31,155,0),(16176,31,156,0),(16177,31,157,0),(16178,31,158,0),(16179,31,159,0),(16180,31,160,0),(16181,31,161,0),(16182,31,162,0),(16183,31,163,0),(16184,31,164,0),(16185,31,165,0),(16186,31,166,0),(16187,31,167,0),(16188,31,168,0),(16189,31,169,0),(16190,31,170,0),(16191,31,171,0),(16192,31,172,0),(16193,31,173,0),(16194,31,174,0),(16195,31,175,0),(16196,31,176,0),(16197,31,177,0),(16198,31,178,0),(16199,31,179,0),(16200,31,180,0),(16201,31,181,0),(16202,31,182,0),(16203,31,183,0),(16204,31,184,0),(16205,31,185,0),(16206,31,186,0),(16207,31,187,0),(16208,31,188,0),(16209,31,189,0),(16210,31,190,0),(16211,31,191,0),(16212,31,192,0),(16213,31,193,0),(16214,31,194,0),(16215,31,195,0),(16216,31,196,0),(16217,31,197,0),(16218,31,198,0),(16219,31,199,0),(16220,31,200,0),(16221,31,201,0),(16222,31,202,0),(16223,31,203,0),(16224,31,204,0),(16225,31,205,0),(16226,31,206,0),(16227,31,207,0),(16228,31,208,0),(16229,31,209,0),(16230,31,210,0),(16231,31,211,0),(16232,31,212,0),(16233,31,213,0),(16234,31,214,0),(16235,31,215,0),(16236,31,216,0),(16237,31,217,0),(16238,31,218,0),(16239,31,219,0),(16240,31,220,0),(16241,31,221,0),(16242,31,222,0),(16243,31,223,0),(16244,31,224,0),(16245,31,225,0),(16246,31,226,0),(16247,31,227,0),(16248,31,228,0),(16249,31,229,0),(16250,31,230,0),(16251,31,231,0),(16252,31,232,0),(16253,31,233,0),(16254,31,234,0),(16255,31,235,0),(16256,31,236,0),(16257,31,237,0),(16258,31,238,0),(16259,31,239,0),(16260,31,240,0),(16261,31,241,0),(16262,31,242,0),(16263,31,243,0),(16264,31,244,0),(16265,31,245,0),(16266,31,246,0),(16267,31,247,0),(16268,31,248,0),(16269,31,249,0),(16270,31,250,0),(16271,31,251,0),(16272,31,252,0),(16273,31,253,0),(16274,31,254,0),(16275,31,255,0),(16276,31,256,0),(16277,31,257,0),(16278,31,258,0),(16279,31,259,0),(16280,31,260,0),(16281,31,261,0),(16282,31,262,0),(16283,31,263,0),(16284,31,264,0),(16285,31,265,0),(16286,31,266,0),(16287,31,267,0),(16288,31,268,0),(16289,31,269,0),(16290,31,270,0),(16291,31,271,0),(16292,31,272,0),(16293,31,273,0),(16294,31,274,0),(16295,31,275,0),(16296,31,276,0),(16297,31,277,0),(16298,31,278,0),(16299,31,279,0),(16300,31,280,0),(16301,31,281,0),(16302,31,282,0),(16303,31,283,0),(16304,31,284,0),(16305,31,285,0),(16306,31,286,0),(16307,31,287,0),(16308,31,288,0),(16309,31,289,0),(16310,31,290,0),(16311,31,291,0),(16312,31,292,0),(16313,31,293,0),(16314,31,294,0),(16315,31,295,0),(16316,31,296,0),(16317,31,297,0),(16318,31,298,0),(16319,31,299,0),(16320,31,300,0),(16321,31,301,0),(16322,31,302,0),(16323,31,303,0),(16324,31,304,0),(16325,31,305,0),(16326,31,306,0),(16327,31,307,0),(16328,31,308,0),(16329,31,309,0),(16330,31,310,0),(16331,31,311,0),(16332,31,312,0),(16333,31,313,0),(16334,31,314,0),(16335,31,315,0),(16336,31,316,0),(16337,31,317,0),(16338,31,318,0),(16339,31,319,0),(16340,31,320,0),(16341,31,321,0),(16342,31,322,0),(16343,31,323,0),(16344,31,324,0),(16345,31,325,0),(16346,31,326,0),(16347,31,327,0),(16348,31,328,0),(16349,31,329,0),(16350,31,330,0),(16351,31,331,0),(16352,31,332,0),(16353,31,333,0),(16354,31,334,0),(16355,31,335,0),(16356,31,336,0),(16357,31,337,0),(16358,31,338,0),(16359,31,339,0),(16360,31,340,0),(16361,31,341,0),(16362,31,342,0),(16363,31,343,0),(16364,31,344,0),(16365,31,345,0),(16366,31,346,0),(16367,31,347,0),(16368,31,348,0),(16369,31,349,0),(16370,31,350,0),(16371,31,351,0),(16372,31,352,0),(16373,31,353,0),(16374,31,354,0),(16375,31,355,0),(16376,31,356,0),(16377,31,357,0),(16378,31,358,0),(16379,31,359,0),(16380,31,360,0),(16381,31,361,0),(16382,31,362,0),(16383,31,363,0),(16384,31,364,0),(16385,31,365,0),(16386,31,366,0),(16387,31,367,0),(16388,31,368,0),(16389,31,369,0),(16390,31,370,0),(16391,31,371,0),(16392,31,372,0),(16393,31,373,0),(16394,31,374,0),(16395,31,375,0),(16396,31,376,0),(16397,31,377,0),(16398,31,378,0),(16399,31,379,0),(16400,31,380,0),(16401,31,381,0),(16402,31,382,0),(16403,31,383,0),(16404,31,384,0),(16405,31,385,0),(16406,31,386,0),(16407,31,387,0),(16408,31,388,0),(16409,31,389,0),(16410,31,390,0),(16411,31,391,0),(16412,31,392,0),(16413,31,393,0),(16414,31,394,0),(16415,31,395,0),(16416,31,396,0),(16417,31,397,0),(16418,31,398,0),(16419,31,399,0),(16420,31,400,0),(16421,31,401,0),(16422,31,402,0),(16423,31,403,0),(16424,31,404,0),(16425,31,405,0),(16426,31,406,0),(16427,31,407,0),(16428,31,408,0),(16429,31,409,0),(16430,31,410,0),(16431,31,411,0),(16432,31,412,0),(16433,31,413,0),(16434,31,414,0),(16435,31,415,0),(16436,31,416,0),(16437,31,417,0),(16438,31,418,0),(16439,31,419,0),(16440,31,420,0),(16441,31,421,0),(16442,31,422,0),(16443,31,423,0),(16444,31,424,0),(16445,31,425,0),(16446,31,426,0),(16447,31,427,0),(16448,31,428,0),(16449,31,429,0),(16450,31,430,0),(16451,31,431,0),(16452,31,432,0),(16453,31,433,0),(16454,31,434,0),(16455,31,435,0),(16456,31,436,0),(16457,31,437,0),(16458,31,438,0),(16459,31,439,0),(16460,31,440,0),(16461,31,441,0),(16462,31,442,0),(16463,31,443,0),(16464,31,444,0),(16465,31,445,0),(16466,31,446,0),(16467,31,447,0),(16468,31,448,0),(16469,31,449,0),(16470,31,450,0),(16471,31,451,0),(16472,31,452,0),(16473,31,453,0),(16474,31,454,0),(16475,31,455,0),(16476,31,456,0),(16477,31,457,0),(16478,31,458,0),(16479,31,459,0),(16480,31,460,0),(16481,31,461,0),(16482,31,462,0),(16483,31,463,0),(16484,31,464,0),(16485,31,465,0),(16486,31,466,0),(16487,31,467,0),(16488,31,468,0),(16489,31,469,0),(16490,31,470,0),(16491,31,471,0),(16492,31,472,0),(16493,31,473,0),(16494,31,474,0),(16495,31,475,0),(16496,31,476,0),(16497,31,477,0),(16498,31,478,0),(16499,31,479,0),(16500,31,480,0),(16501,31,481,0),(16502,31,482,0),(16503,31,483,0),(16504,31,484,0),(16505,31,485,0),(16506,31,486,0),(16507,31,487,0),(16508,31,488,0),(16509,31,489,0),(16510,31,490,0),(16511,31,491,0),(16512,31,492,0),(16513,31,493,0),(16514,31,494,0),(16515,31,495,0),(16516,31,496,0),(16517,31,497,0),(16518,31,498,0),(16519,31,499,0),(16520,31,500,0),(16521,31,501,0),(16522,31,502,0),(16523,31,503,0),(16524,31,504,0),(16525,31,505,0),(16526,31,506,0),(16527,31,507,0),(16528,31,508,0),(16529,31,509,0),(16530,31,510,0),(16531,31,511,0),(16532,31,512,0),(16533,31,513,0),(16534,31,514,0),(16535,31,515,0),(16536,31,516,0),(16537,31,517,0),(16538,31,518,0),(16539,31,519,0),(16540,31,520,0),(16541,31,521,0),(16542,31,522,0),(16543,31,523,0),(16544,31,524,0),(16545,31,525,0),(16546,31,526,0),(16547,31,527,0),(16548,31,528,0),(16549,31,529,0),(16550,31,530,0),(16551,31,531,0),(16552,31,532,0),(16553,31,533,0),(16554,31,534,0),(16555,32,1,0),(16556,32,2,0),(16557,32,3,0),(16558,32,4,0),(16559,32,5,0),(16560,32,6,0),(16561,32,7,0),(16562,32,8,0),(16563,32,9,0),(16564,32,10,0),(16565,32,11,0),(16566,32,12,0),(16567,32,13,0),(16568,32,14,0),(16569,32,15,0),(16570,32,16,0),(16571,32,17,0),(16572,32,18,0),(16573,32,19,0),(16574,32,20,0),(16575,32,21,0),(16576,32,22,0),(16577,32,23,0),(16578,32,24,0),(16579,32,25,0),(16580,32,26,0),(16581,32,27,0),(16582,32,28,0),(16583,32,29,0),(16584,32,30,0),(16585,32,31,0),(16586,32,32,0),(16587,32,33,0),(16588,32,34,0),(16589,32,35,0),(16590,32,36,0),(16591,32,37,0),(16592,32,38,0),(16593,32,39,0),(16594,32,40,0),(16595,32,41,0),(16596,32,42,0),(16597,32,43,0),(16598,32,44,0),(16599,32,45,0),(16600,32,46,0),(16601,32,47,0),(16602,32,48,0),(16603,32,49,0),(16604,32,50,0),(16605,32,51,0),(16606,32,52,0),(16607,32,53,0),(16608,32,54,0),(16609,32,55,0),(16610,32,56,0),(16611,32,57,0),(16612,32,58,0),(16613,32,59,0),(16614,32,60,0),(16615,32,61,0),(16616,32,62,0),(16617,32,63,0),(16618,32,64,0),(16619,32,65,0),(16620,32,66,0),(16621,32,67,0),(16622,32,68,0),(16623,32,69,0),(16624,32,70,0),(16625,32,71,0),(16626,32,72,0),(16627,32,73,0),(16628,32,74,0),(16629,32,75,0),(16630,32,76,0),(16631,32,77,0),(16632,32,78,0),(16633,32,79,0),(16634,32,80,0),(16635,32,81,0),(16636,32,82,0),(16637,32,83,0),(16638,32,84,0),(16639,32,85,0),(16640,32,86,0),(16641,32,87,0),(16642,32,88,0),(16643,32,89,0),(16644,32,90,0),(16645,32,91,0),(16646,32,92,0),(16647,32,93,0),(16648,32,94,0),(16649,32,95,0),(16650,32,96,0),(16651,32,97,0),(16652,32,98,0),(16653,32,99,0),(16654,32,100,0),(16655,32,101,0),(16656,32,102,0),(16657,32,103,0),(16658,32,104,0),(16659,32,105,0),(16660,32,106,0),(16661,32,107,0),(16662,32,108,0),(16663,32,109,0),(16664,32,110,0),(16665,32,111,0),(16666,32,112,0),(16667,32,113,0),(16668,32,114,0),(16669,32,115,0),(16670,32,116,0),(16671,32,117,0),(16672,32,118,0),(16673,32,119,0),(16674,32,120,0),(16675,32,121,0),(16676,32,122,0),(16677,32,123,0),(16678,32,124,0),(16679,32,125,0),(16680,32,126,0),(16681,32,127,0),(16682,32,128,0),(16683,32,129,0),(16684,32,130,0),(16685,32,131,0),(16686,32,132,0),(16687,32,133,0),(16688,32,134,0),(16689,32,135,0),(16690,32,136,0),(16691,32,137,0),(16692,32,138,0),(16693,32,139,0),(16694,32,140,0),(16695,32,141,0),(16696,32,142,0),(16697,32,143,0),(16698,32,144,0),(16699,32,145,0),(16700,32,146,0),(16701,32,147,0),(16702,32,148,0),(16703,32,149,0),(16704,32,150,0),(16705,32,151,0),(16706,32,152,0),(16707,32,153,0),(16708,32,154,0),(16709,32,155,0.625),(16710,32,156,0.375),(16711,32,157,0),(16712,32,158,0),(16713,32,159,0),(16714,32,160,0),(16715,32,161,0),(16716,32,162,0),(16717,32,163,0),(16718,32,164,0),(16719,32,165,0),(16720,32,166,0),(16721,32,167,0),(16722,32,168,0),(16723,32,169,0),(16724,32,170,0),(16725,32,171,0),(16726,32,172,0),(16727,32,173,0),(16728,32,174,0),(16729,32,175,0),(16730,32,176,0),(16731,32,177,0),(16732,32,178,0),(16733,32,179,0),(16734,32,180,0),(16735,32,181,0),(16736,32,182,0),(16737,32,183,0),(16738,32,184,0),(16739,32,185,0),(16740,32,186,0),(16741,32,187,0),(16742,32,188,0),(16743,32,189,0),(16744,32,190,0),(16745,32,191,0),(16746,32,192,0),(16747,32,193,0),(16748,32,194,0),(16749,32,195,0),(16750,32,196,0),(16751,32,197,0),(16752,32,198,0),(16753,32,199,0),(16754,32,200,0),(16755,32,201,0),(16756,32,202,0),(16757,32,203,0),(16758,32,204,0),(16759,32,205,0),(16760,32,206,0),(16761,32,207,0),(16762,32,208,0),(16763,32,209,0),(16764,32,210,0),(16765,32,211,0),(16766,32,212,0),(16767,32,213,0),(16768,32,214,0),(16769,32,215,0),(16770,32,216,0),(16771,32,217,0),(16772,32,218,0),(16773,32,219,0),(16774,32,220,0),(16775,32,221,0),(16776,32,222,0),(16777,32,223,0),(16778,32,224,0),(16779,32,225,0),(16780,32,226,0),(16781,32,227,0),(16782,32,228,0),(16783,32,229,0),(16784,32,230,0),(16785,32,231,0),(16786,32,232,0),(16787,32,233,0),(16788,32,234,0),(16789,32,235,0),(16790,32,236,0),(16791,32,237,0),(16792,32,238,0),(16793,32,239,0),(16794,32,240,0),(16795,32,241,0),(16796,32,242,0),(16797,32,243,0),(16798,32,244,0),(16799,32,245,0),(16800,32,246,0),(16801,32,247,0),(16802,32,248,0),(16803,32,249,0),(16804,32,250,0),(16805,32,251,0),(16806,32,252,0),(16807,32,253,0),(16808,32,254,0),(16809,32,255,0),(16810,32,256,0),(16811,32,257,0),(16812,32,258,0),(16813,32,259,0),(16814,32,260,0),(16815,32,261,0),(16816,32,262,0),(16817,32,263,0),(16818,32,264,0),(16819,32,265,0),(16820,32,266,0),(16821,32,267,0),(16822,32,268,0),(16823,32,269,0),(16824,32,270,0),(16825,32,271,0),(16826,32,272,0),(16827,32,273,0),(16828,32,274,0),(16829,32,275,0),(16830,32,276,0),(16831,32,277,0),(16832,32,278,0),(16833,32,279,0),(16834,32,280,0),(16835,32,281,0),(16836,32,282,0),(16837,32,283,0),(16838,32,284,0),(16839,32,285,0),(16840,32,286,0),(16841,32,287,0),(16842,32,288,0),(16843,32,289,0),(16844,32,290,0),(16845,32,291,0),(16846,32,292,0),(16847,32,293,0),(16848,32,294,0),(16849,32,295,0),(16850,32,296,0),(16851,32,297,0),(16852,32,298,0),(16853,32,299,0),(16854,32,300,0),(16855,32,301,0),(16856,32,302,0),(16857,32,303,0),(16858,32,304,0),(16859,32,305,0),(16860,32,306,0),(16861,32,307,0),(16862,32,308,0),(16863,32,309,0),(16864,32,310,0),(16865,32,311,0),(16866,32,312,0),(16867,32,313,0),(16868,32,314,0),(16869,32,315,0),(16870,32,316,0),(16871,32,317,0),(16872,32,318,0),(16873,32,319,0),(16874,32,320,0),(16875,32,321,0),(16876,32,322,0),(16877,32,323,0),(16878,32,324,0),(16879,32,325,0),(16880,32,326,0),(16881,32,327,0),(16882,32,328,0),(16883,32,329,0),(16884,32,330,0),(16885,32,331,0),(16886,32,332,0),(16887,32,333,0),(16888,32,334,0),(16889,32,335,0),(16890,32,336,0),(16891,32,337,0),(16892,32,338,0),(16893,32,339,0),(16894,32,340,0),(16895,32,341,0),(16896,32,342,0),(16897,32,343,0),(16898,32,344,0),(16899,32,345,0),(16900,32,346,0),(16901,32,347,0),(16902,32,348,0),(16903,32,349,0),(16904,32,350,0),(16905,32,351,0),(16906,32,352,0),(16907,32,353,0),(16908,32,354,0),(16909,32,355,0),(16910,32,356,0),(16911,32,357,0),(16912,32,358,0),(16913,32,359,0),(16914,32,360,0),(16915,32,361,0),(16916,32,362,0),(16917,32,363,0),(16918,32,364,0),(16919,32,365,0),(16920,32,366,0),(16921,32,367,0),(16922,32,368,0),(16923,32,369,0),(16924,32,370,0),(16925,32,371,0),(16926,32,372,0),(16927,32,373,0),(16928,32,374,0),(16929,32,375,0),(16930,32,376,0),(16931,32,377,0),(16932,32,378,0),(16933,32,379,0),(16934,32,380,0),(16935,32,381,0),(16936,32,382,0),(16937,32,383,0),(16938,32,384,0),(16939,32,385,0),(16940,32,386,0),(16941,32,387,0),(16942,32,388,0),(16943,32,389,0),(16944,32,390,0),(16945,32,391,0),(16946,32,392,0),(16947,32,393,0),(16948,32,394,0),(16949,32,395,0),(16950,32,396,0),(16951,32,397,0),(16952,32,398,0),(16953,32,399,0),(16954,32,400,0),(16955,32,401,0),(16956,32,402,0),(16957,32,403,0),(16958,32,404,0),(16959,32,405,0),(16960,32,406,0),(16961,32,407,0),(16962,32,408,0),(16963,32,409,0),(16964,32,410,0),(16965,32,411,0),(16966,32,412,0),(16967,32,413,0),(16968,32,414,0),(16969,32,415,0),(16970,32,416,0),(16971,32,417,0),(16972,32,418,0),(16973,32,419,0),(16974,32,420,0),(16975,32,421,0),(16976,32,422,0),(16977,32,423,0),(16978,32,424,0),(16979,32,425,0),(16980,32,426,0),(16981,32,427,0),(16982,32,428,0),(16983,32,429,0),(16984,32,430,0),(16985,32,431,0),(16986,32,432,0),(16987,32,433,0),(16988,32,434,0),(16989,32,435,0),(16990,32,436,0),(16991,32,437,0),(16992,32,438,0),(16993,32,439,0),(16994,32,440,0),(16995,32,441,0),(16996,32,442,0),(16997,32,443,0),(16998,32,444,0),(16999,32,445,0),(17000,32,446,0),(17001,32,447,0),(17002,32,448,0),(17003,32,449,0),(17004,32,450,0),(17005,32,451,0),(17006,32,452,0),(17007,32,453,0),(17008,32,454,0),(17009,32,455,0),(17010,32,456,0),(17011,32,457,0),(17012,32,458,0),(17013,32,459,0),(17014,32,460,0),(17015,32,461,0),(17016,32,462,0),(17017,32,463,0),(17018,32,464,0),(17019,32,465,0),(17020,32,466,0),(17021,32,467,0),(17022,32,468,0),(17023,32,469,0),(17024,32,470,0),(17025,32,471,0),(17026,32,472,0),(17027,32,473,0),(17028,32,474,0),(17029,32,475,0),(17030,32,476,0),(17031,32,477,0),(17032,32,478,0),(17033,32,479,0),(17034,32,480,0),(17035,32,481,0),(17036,32,482,0),(17037,32,483,0),(17038,32,484,0),(17039,32,485,0),(17040,32,486,0),(17041,32,487,0),(17042,32,488,0),(17043,32,489,0),(17044,32,490,0),(17045,32,491,0),(17046,32,492,0),(17047,32,493,0),(17048,32,494,0),(17049,32,495,0),(17050,32,496,0),(17051,32,497,0),(17052,32,498,0),(17053,32,499,0),(17054,32,500,0),(17055,32,501,0),(17056,32,502,0),(17057,32,503,0),(17058,32,504,0),(17059,32,505,0),(17060,32,506,0),(17061,32,507,0),(17062,32,508,0),(17063,32,509,0),(17064,32,510,0),(17065,32,511,0),(17066,32,512,0),(17067,32,513,0),(17068,32,514,0),(17069,32,515,0),(17070,32,516,0),(17071,32,517,0),(17072,32,518,0),(17073,32,519,0),(17074,32,520,0),(17075,32,521,0),(17076,32,522,0),(17077,32,523,0),(17078,32,524,0),(17079,32,525,0),(17080,32,526,0),(17081,32,527,0),(17082,32,528,0),(17083,32,529,0),(17084,32,530,0),(17085,32,531,0),(17086,32,532,0),(17087,32,533,0),(17088,32,534,0),(17089,33,1,0),(17090,33,2,0),(17091,33,3,0),(17092,33,4,0),(17093,33,5,0),(17094,33,6,0),(17095,33,7,0),(17096,33,8,0),(17097,33,9,0),(17098,33,10,0),(17099,33,11,0),(17100,33,12,0),(17101,33,13,0),(17102,33,14,0),(17103,33,15,0),(17104,33,16,0),(17105,33,17,0),(17106,33,18,0),(17107,33,19,0),(17108,33,20,0),(17109,33,21,0),(17110,33,22,0),(17111,33,23,0),(17112,33,24,0),(17113,33,25,0),(17114,33,26,0),(17115,33,27,0),(17116,33,28,0),(17117,33,29,0),(17118,33,30,0),(17119,33,31,0),(17120,33,32,0),(17121,33,33,0),(17122,33,34,0),(17123,33,35,0),(17124,33,36,0),(17125,33,37,0),(17126,33,38,0),(17127,33,39,0),(17128,33,40,0),(17129,33,41,0),(17130,33,42,0),(17131,33,43,0),(17132,33,44,0),(17133,33,45,0),(17134,33,46,0),(17135,33,47,0),(17136,33,48,0),(17137,33,49,0),(17138,33,50,0),(17139,33,51,0),(17140,33,52,0),(17141,33,53,0),(17142,33,54,0),(17143,33,55,0),(17144,33,56,0),(17145,33,57,0),(17146,33,58,0),(17147,33,59,0),(17148,33,60,0),(17149,33,61,0),(17150,33,62,0),(17151,33,63,0),(17152,33,64,0),(17153,33,65,0),(17154,33,66,0),(17155,33,67,0),(17156,33,68,0),(17157,33,69,0),(17158,33,70,0),(17159,33,71,0),(17160,33,72,0),(17161,33,73,0),(17162,33,74,0),(17163,33,75,0),(17164,33,76,0),(17165,33,77,0),(17166,33,78,0),(17167,33,79,0),(17168,33,80,0),(17169,33,81,0),(17170,33,82,0),(17171,33,83,0),(17172,33,84,0),(17173,33,85,0),(17174,33,86,0),(17175,33,87,0),(17176,33,88,0),(17177,33,89,0),(17178,33,90,0),(17179,33,91,0),(17180,33,92,0),(17181,33,93,0),(17182,33,94,0),(17183,33,95,0),(17184,33,96,0),(17185,33,97,0),(17186,33,98,0),(17187,33,99,0),(17188,33,100,0),(17189,33,101,0),(17190,33,102,0),(17191,33,103,0),(17192,33,104,0),(17193,33,105,0),(17194,33,106,0),(17195,33,107,0),(17196,33,108,0),(17197,33,109,0),(17198,33,110,0),(17199,33,111,0),(17200,33,112,0),(17201,33,113,0),(17202,33,114,0),(17203,33,115,0),(17204,33,116,0),(17205,33,117,0),(17206,33,118,0),(17207,33,119,0),(17208,33,120,0),(17209,33,121,0),(17210,33,122,0),(17211,33,123,0),(17212,33,124,0),(17213,33,125,0),(17214,33,126,0),(17215,33,127,0),(17216,33,128,0),(17217,33,129,0),(17218,33,130,0),(17219,33,131,0),(17220,33,132,0),(17221,33,133,0),(17222,33,134,0),(17223,33,135,0),(17224,33,136,0),(17225,33,137,0),(17226,33,138,0),(17227,33,139,0),(17228,33,140,0),(17229,33,141,0),(17230,33,142,0),(17231,33,143,0),(17232,33,144,0),(17233,33,145,0),(17234,33,146,0),(17235,33,147,0),(17236,33,148,0),(17237,33,149,0),(17238,33,150,0),(17239,33,151,0),(17240,33,152,0),(17241,33,153,0),(17242,33,154,0),(17243,33,155,0),(17244,33,156,0),(17245,33,157,0.625),(17246,33,158,0.1875),(17247,33,159,0.1875),(17248,33,160,0),(17249,33,161,0),(17250,33,162,0),(17251,33,163,0),(17252,33,164,0),(17253,33,165,0),(17254,33,166,0),(17255,33,167,0),(17256,33,168,0),(17257,33,169,0),(17258,33,170,0),(17259,33,171,0),(17260,33,172,0),(17261,33,173,0),(17262,33,174,0),(17263,33,175,0),(17264,33,176,0),(17265,33,177,0),(17266,33,178,0),(17267,33,179,0),(17268,33,180,0),(17269,33,181,0),(17270,33,182,0),(17271,33,183,0),(17272,33,184,0),(17273,33,185,0),(17274,33,186,0),(17275,33,187,0),(17276,33,188,0),(17277,33,189,0),(17278,33,190,0),(17279,33,191,0),(17280,33,192,0),(17281,33,193,0),(17282,33,194,0),(17283,33,195,0),(17284,33,196,0),(17285,33,197,0),(17286,33,198,0),(17287,33,199,0),(17288,33,200,0),(17289,33,201,0),(17290,33,202,0),(17291,33,203,0),(17292,33,204,0),(17293,33,205,0),(17294,33,206,0),(17295,33,207,0),(17296,33,208,0),(17297,33,209,0),(17298,33,210,0),(17299,33,211,0),(17300,33,212,0),(17301,33,213,0),(17302,33,214,0),(17303,33,215,0),(17304,33,216,0),(17305,33,217,0),(17306,33,218,0),(17307,33,219,0),(17308,33,220,0),(17309,33,221,0),(17310,33,222,0),(17311,33,223,0),(17312,33,224,0),(17313,33,225,0),(17314,33,226,0),(17315,33,227,0),(17316,33,228,0),(17317,33,229,0),(17318,33,230,0),(17319,33,231,0),(17320,33,232,0),(17321,33,233,0),(17322,33,234,0),(17323,33,235,0),(17324,33,236,0),(17325,33,237,0),(17326,33,238,0),(17327,33,239,0),(17328,33,240,0),(17329,33,241,0),(17330,33,242,0),(17331,33,243,0),(17332,33,244,0),(17333,33,245,0),(17334,33,246,0),(17335,33,247,0),(17336,33,248,0),(17337,33,249,0),(17338,33,250,0),(17339,33,251,0),(17340,33,252,0),(17341,33,253,0),(17342,33,254,0),(17343,33,255,0),(17344,33,256,0),(17345,33,257,0),(17346,33,258,0),(17347,33,259,0),(17348,33,260,0),(17349,33,261,0),(17350,33,262,0),(17351,33,263,0),(17352,33,264,0),(17353,33,265,0),(17354,33,266,0),(17355,33,267,0),(17356,33,268,0),(17357,33,269,0),(17358,33,270,0),(17359,33,271,0),(17360,33,272,0),(17361,33,273,0),(17362,33,274,0),(17363,33,275,0),(17364,33,276,0),(17365,33,277,0),(17366,33,278,0),(17367,33,279,0),(17368,33,280,0),(17369,33,281,0),(17370,33,282,0),(17371,33,283,0),(17372,33,284,0),(17373,33,285,0),(17374,33,286,0),(17375,33,287,0),(17376,33,288,0),(17377,33,289,0),(17378,33,290,0),(17379,33,291,0),(17380,33,292,0),(17381,33,293,0),(17382,33,294,0),(17383,33,295,0),(17384,33,296,0),(17385,33,297,0),(17386,33,298,0),(17387,33,299,0),(17388,33,300,0),(17389,33,301,0),(17390,33,302,0),(17391,33,303,0),(17392,33,304,0),(17393,33,305,0),(17394,33,306,0),(17395,33,307,0),(17396,33,308,0),(17397,33,309,0),(17398,33,310,0),(17399,33,311,0),(17400,33,312,0),(17401,33,313,0),(17402,33,314,0),(17403,33,315,0),(17404,33,316,0),(17405,33,317,0),(17406,33,318,0),(17407,33,319,0),(17408,33,320,0),(17409,33,321,0),(17410,33,322,0),(17411,33,323,0),(17412,33,324,0),(17413,33,325,0),(17414,33,326,0),(17415,33,327,0),(17416,33,328,0),(17417,33,329,0),(17418,33,330,0),(17419,33,331,0),(17420,33,332,0),(17421,33,333,0),(17422,33,334,0),(17423,33,335,0),(17424,33,336,0),(17425,33,337,0),(17426,33,338,0),(17427,33,339,0),(17428,33,340,0),(17429,33,341,0),(17430,33,342,0),(17431,33,343,0),(17432,33,344,0),(17433,33,345,0),(17434,33,346,0),(17435,33,347,0),(17436,33,348,0),(17437,33,349,0),(17438,33,350,0),(17439,33,351,0),(17440,33,352,0),(17441,33,353,0),(17442,33,354,0),(17443,33,355,0),(17444,33,356,0),(17445,33,357,0),(17446,33,358,0),(17447,33,359,0),(17448,33,360,0),(17449,33,361,0),(17450,33,362,0),(17451,33,363,0),(17452,33,364,0),(17453,33,365,0),(17454,33,366,0),(17455,33,367,0),(17456,33,368,0),(17457,33,369,0),(17458,33,370,0),(17459,33,371,0),(17460,33,372,0),(17461,33,373,0),(17462,33,374,0),(17463,33,375,0),(17464,33,376,0),(17465,33,377,0),(17466,33,378,0),(17467,33,379,0),(17468,33,380,0),(17469,33,381,0),(17470,33,382,0),(17471,33,383,0),(17472,33,384,0),(17473,33,385,0),(17474,33,386,0),(17475,33,387,0),(17476,33,388,0),(17477,33,389,0),(17478,33,390,0),(17479,33,391,0),(17480,33,392,0),(17481,33,393,0),(17482,33,394,0),(17483,33,395,0),(17484,33,396,0),(17485,33,397,0),(17486,33,398,0),(17487,33,399,0),(17488,33,400,0),(17489,33,401,0),(17490,33,402,0),(17491,33,403,0),(17492,33,404,0),(17493,33,405,0),(17494,33,406,0),(17495,33,407,0),(17496,33,408,0),(17497,33,409,0),(17498,33,410,0),(17499,33,411,0),(17500,33,412,0),(17501,33,413,0),(17502,33,414,0),(17503,33,415,0),(17504,33,416,0),(17505,33,417,0),(17506,33,418,0),(17507,33,419,0),(17508,33,420,0),(17509,33,421,0),(17510,33,422,0),(17511,33,423,0),(17512,33,424,0),(17513,33,425,0),(17514,33,426,0),(17515,33,427,0),(17516,33,428,0),(17517,33,429,0),(17518,33,430,0),(17519,33,431,0),(17520,33,432,0),(17521,33,433,0),(17522,33,434,0),(17523,33,435,0),(17524,33,436,0),(17525,33,437,0),(17526,33,438,0),(17527,33,439,0),(17528,33,440,0),(17529,33,441,0),(17530,33,442,0),(17531,33,443,0),(17532,33,444,0),(17533,33,445,0),(17534,33,446,0),(17535,33,447,0),(17536,33,448,0),(17537,33,449,0),(17538,33,450,0),(17539,33,451,0),(17540,33,452,0),(17541,33,453,0),(17542,33,454,0),(17543,33,455,0),(17544,33,456,0),(17545,33,457,0),(17546,33,458,0),(17547,33,459,0),(17548,33,460,0),(17549,33,461,0),(17550,33,462,0),(17551,33,463,0),(17552,33,464,0),(17553,33,465,0),(17554,33,466,0),(17555,33,467,0),(17556,33,468,0),(17557,33,469,0),(17558,33,470,0),(17559,33,471,0),(17560,33,472,0),(17561,33,473,0),(17562,33,474,0),(17563,33,475,0),(17564,33,476,0),(17565,33,477,0),(17566,33,478,0),(17567,33,479,0),(17568,33,480,0),(17569,33,481,0),(17570,33,482,0),(17571,33,483,0),(17572,33,484,0),(17573,33,485,0),(17574,33,486,0),(17575,33,487,0),(17576,33,488,0),(17577,33,489,0),(17578,33,490,0),(17579,33,491,0),(17580,33,492,0),(17581,33,493,0),(17582,33,494,0),(17583,33,495,0),(17584,33,496,0),(17585,33,497,0),(17586,33,498,0),(17587,33,499,0),(17588,33,500,0),(17589,33,501,0),(17590,33,502,0),(17591,33,503,0),(17592,33,504,0),(17593,33,505,0),(17594,33,506,0),(17595,33,507,0),(17596,33,508,0),(17597,33,509,0),(17598,33,510,0),(17599,33,511,0),(17600,33,512,0),(17601,33,513,0),(17602,33,514,0),(17603,33,515,0),(17604,33,516,0),(17605,33,517,0),(17606,33,518,0),(17607,33,519,0),(17608,33,520,0),(17609,33,521,0),(17610,33,522,0),(17611,33,523,0),(17612,33,524,0),(17613,33,525,0),(17614,33,526,0),(17615,33,527,0),(17616,33,528,0),(17617,33,529,0),(17618,33,530,0),(17619,33,531,0),(17620,33,532,0),(17621,33,533,0),(17622,33,534,0),(17623,34,1,0),(17624,34,2,0),(17625,34,3,0),(17626,34,4,0),(17627,34,5,0),(17628,34,6,0),(17629,34,7,0),(17630,34,8,0),(17631,34,9,0),(17632,34,10,0),(17633,34,11,0),(17634,34,12,0),(17635,34,13,0),(17636,34,14,0),(17637,34,15,0),(17638,34,16,0),(17639,34,17,0),(17640,34,18,0),(17641,34,19,0),(17642,34,20,0),(17643,34,21,0),(17644,34,22,0),(17645,34,23,0),(17646,34,24,0),(17647,34,25,0),(17648,34,26,0),(17649,34,27,0),(17650,34,28,0),(17651,34,29,0),(17652,34,30,0),(17653,34,31,0),(17654,34,32,0),(17655,34,33,0),(17656,34,34,0),(17657,34,35,0),(17658,34,36,0),(17659,34,37,0),(17660,34,38,0),(17661,34,39,0),(17662,34,40,0),(17663,34,41,0),(17664,34,42,0),(17665,34,43,0),(17666,34,44,0),(17667,34,45,0),(17668,34,46,0),(17669,34,47,0),(17670,34,48,0),(17671,34,49,0),(17672,34,50,0),(17673,34,51,0),(17674,34,52,0),(17675,34,53,0),(17676,34,54,0),(17677,34,55,0),(17678,34,56,0),(17679,34,57,0),(17680,34,58,0),(17681,34,59,0),(17682,34,60,0),(17683,34,61,0),(17684,34,62,0),(17685,34,63,0),(17686,34,64,0),(17687,34,65,0),(17688,34,66,0),(17689,34,67,0),(17690,34,68,0),(17691,34,69,0),(17692,34,70,0),(17693,34,71,0),(17694,34,72,0),(17695,34,73,0),(17696,34,74,0),(17697,34,75,0),(17698,34,76,0),(17699,34,77,0),(17700,34,78,0),(17701,34,79,0),(17702,34,80,0),(17703,34,81,0),(17704,34,82,0),(17705,34,83,0),(17706,34,84,0),(17707,34,85,0),(17708,34,86,0),(17709,34,87,0),(17710,34,88,0),(17711,34,89,0),(17712,34,90,0),(17713,34,91,0),(17714,34,92,0),(17715,34,93,0),(17716,34,94,0),(17717,34,95,0),(17718,34,96,0),(17719,34,97,0),(17720,34,98,0),(17721,34,99,0),(17722,34,100,0),(17723,34,101,0),(17724,34,102,0),(17725,34,103,0),(17726,34,104,0),(17727,34,105,0),(17728,34,106,0),(17729,34,107,0),(17730,34,108,0),(17731,34,109,0),(17732,34,110,0),(17733,34,111,0),(17734,34,112,0),(17735,34,113,0),(17736,34,114,0),(17737,34,115,0),(17738,34,116,0),(17739,34,117,0),(17740,34,118,0),(17741,34,119,0),(17742,34,120,0),(17743,34,121,0),(17744,34,122,0),(17745,34,123,0),(17746,34,124,0),(17747,34,125,0),(17748,34,126,0),(17749,34,127,0),(17750,34,128,0),(17751,34,129,0),(17752,34,130,0),(17753,34,131,0),(17754,34,132,0),(17755,34,133,0),(17756,34,134,0),(17757,34,135,0),(17758,34,136,0),(17759,34,137,0),(17760,34,138,0),(17761,34,139,0),(17762,34,140,0),(17763,34,141,0),(17764,34,142,0),(17765,34,143,0),(17766,34,144,0),(17767,34,145,0),(17768,34,146,0),(17769,34,147,0),(17770,34,148,0),(17771,34,149,0),(17772,34,150,0),(17773,34,151,0),(17774,34,152,0),(17775,34,153,0),(17776,34,154,0),(17777,34,155,0),(17778,34,156,0),(17779,34,157,0),(17780,34,158,0),(17781,34,159,0),(17782,34,160,0.37037037037037),(17783,34,161,0.185185185185185),(17784,34,162,0.185185185185185),(17785,34,163,0.111111111111111),(17786,34,164,0.148148148148148),(17787,34,165,0),(17788,34,166,0),(17789,34,167,0),(17790,34,168,0),(17791,34,169,0),(17792,34,170,0),(17793,34,171,0),(17794,34,172,0),(17795,34,173,0),(17796,34,174,0),(17797,34,175,0),(17798,34,176,0),(17799,34,177,0),(17800,34,178,0),(17801,34,179,0),(17802,34,180,0),(17803,34,181,0),(17804,34,182,0),(17805,34,183,0),(17806,34,184,0),(17807,34,185,0),(17808,34,186,0),(17809,34,187,0),(17810,34,188,0),(17811,34,189,0),(17812,34,190,0),(17813,34,191,0),(17814,34,192,0),(17815,34,193,0),(17816,34,194,0),(17817,34,195,0),(17818,34,196,0),(17819,34,197,0),(17820,34,198,0),(17821,34,199,0),(17822,34,200,0),(17823,34,201,0),(17824,34,202,0),(17825,34,203,0),(17826,34,204,0),(17827,34,205,0),(17828,34,206,0),(17829,34,207,0),(17830,34,208,0),(17831,34,209,0),(17832,34,210,0),(17833,34,211,0),(17834,34,212,0),(17835,34,213,0),(17836,34,214,0),(17837,34,215,0),(17838,34,216,0),(17839,34,217,0),(17840,34,218,0),(17841,34,219,0),(17842,34,220,0),(17843,34,221,0),(17844,34,222,0),(17845,34,223,0),(17846,34,224,0),(17847,34,225,0),(17848,34,226,0),(17849,34,227,0),(17850,34,228,0),(17851,34,229,0),(17852,34,230,0),(17853,34,231,0),(17854,34,232,0),(17855,34,233,0),(17856,34,234,0),(17857,34,235,0),(17858,34,236,0),(17859,34,237,0),(17860,34,238,0),(17861,34,239,0),(17862,34,240,0),(17863,34,241,0),(17864,34,242,0),(17865,34,243,0),(17866,34,244,0),(17867,34,245,0),(17868,34,246,0),(17869,34,247,0),(17870,34,248,0),(17871,34,249,0),(17872,34,250,0),(17873,34,251,0),(17874,34,252,0),(17875,34,253,0),(17876,34,254,0),(17877,34,255,0),(17878,34,256,0),(17879,34,257,0),(17880,34,258,0),(17881,34,259,0),(17882,34,260,0),(17883,34,261,0),(17884,34,262,0),(17885,34,263,0),(17886,34,264,0),(17887,34,265,0),(17888,34,266,0),(17889,34,267,0),(17890,34,268,0),(17891,34,269,0),(17892,34,270,0),(17893,34,271,0),(17894,34,272,0),(17895,34,273,0),(17896,34,274,0),(17897,34,275,0),(17898,34,276,0),(17899,34,277,0),(17900,34,278,0),(17901,34,279,0),(17902,34,280,0),(17903,34,281,0),(17904,34,282,0),(17905,34,283,0),(17906,34,284,0),(17907,34,285,0),(17908,34,286,0),(17909,34,287,0),(17910,34,288,0),(17911,34,289,0),(17912,34,290,0),(17913,34,291,0),(17914,34,292,0),(17915,34,293,0),(17916,34,294,0),(17917,34,295,0),(17918,34,296,0),(17919,34,297,0),(17920,34,298,0),(17921,34,299,0),(17922,34,300,0),(17923,34,301,0),(17924,34,302,0),(17925,34,303,0),(17926,34,304,0),(17927,34,305,0),(17928,34,306,0),(17929,34,307,0),(17930,34,308,0),(17931,34,309,0),(17932,34,310,0),(17933,34,311,0),(17934,34,312,0),(17935,34,313,0),(17936,34,314,0),(17937,34,315,0),(17938,34,316,0),(17939,34,317,0),(17940,34,318,0),(17941,34,319,0),(17942,34,320,0),(17943,34,321,0),(17944,34,322,0),(17945,34,323,0),(17946,34,324,0),(17947,34,325,0),(17948,34,326,0),(17949,34,327,0),(17950,34,328,0),(17951,34,329,0),(17952,34,330,0),(17953,34,331,0),(17954,34,332,0),(17955,34,333,0),(17956,34,334,0),(17957,34,335,0),(17958,34,336,0),(17959,34,337,0),(17960,34,338,0),(17961,34,339,0),(17962,34,340,0),(17963,34,341,0),(17964,34,342,0),(17965,34,343,0),(17966,34,344,0),(17967,34,345,0),(17968,34,346,0),(17969,34,347,0),(17970,34,348,0),(17971,34,349,0),(17972,34,350,0),(17973,34,351,0),(17974,34,352,0),(17975,34,353,0),(17976,34,354,0),(17977,34,355,0),(17978,34,356,0),(17979,34,357,0),(17980,34,358,0),(17981,34,359,0),(17982,34,360,0),(17983,34,361,0),(17984,34,362,0),(17985,34,363,0),(17986,34,364,0),(17987,34,365,0),(17988,34,366,0),(17989,34,367,0),(17990,34,368,0),(17991,34,369,0),(17992,34,370,0),(17993,34,371,0),(17994,34,372,0),(17995,34,373,0),(17996,34,374,0),(17997,34,375,0),(17998,34,376,0),(17999,34,377,0),(18000,34,378,0),(18001,34,379,0),(18002,34,380,0),(18003,34,381,0),(18004,34,382,0),(18005,34,383,0),(18006,34,384,0),(18007,34,385,0),(18008,34,386,0),(18009,34,387,0),(18010,34,388,0),(18011,34,389,0),(18012,34,390,0),(18013,34,391,0),(18014,34,392,0),(18015,34,393,0),(18016,34,394,0),(18017,34,395,0),(18018,34,396,0),(18019,34,397,0),(18020,34,398,0),(18021,34,399,0),(18022,34,400,0),(18023,34,401,0),(18024,34,402,0),(18025,34,403,0),(18026,34,404,0),(18027,34,405,0),(18028,34,406,0),(18029,34,407,0),(18030,34,408,0),(18031,34,409,0),(18032,34,410,0),(18033,34,411,0),(18034,34,412,0),(18035,34,413,0),(18036,34,414,0),(18037,34,415,0),(18038,34,416,0),(18039,34,417,0),(18040,34,418,0),(18041,34,419,0),(18042,34,420,0),(18043,34,421,0),(18044,34,422,0),(18045,34,423,0),(18046,34,424,0),(18047,34,425,0),(18048,34,426,0),(18049,34,427,0),(18050,34,428,0),(18051,34,429,0),(18052,34,430,0),(18053,34,431,0),(18054,34,432,0),(18055,34,433,0),(18056,34,434,0),(18057,34,435,0),(18058,34,436,0),(18059,34,437,0),(18060,34,438,0),(18061,34,439,0),(18062,34,440,0),(18063,34,441,0),(18064,34,442,0),(18065,34,443,0),(18066,34,444,0),(18067,34,445,0),(18068,34,446,0),(18069,34,447,0),(18070,34,448,0),(18071,34,449,0),(18072,34,450,0),(18073,34,451,0),(18074,34,452,0),(18075,34,453,0),(18076,34,454,0),(18077,34,455,0),(18078,34,456,0),(18079,34,457,0),(18080,34,458,0),(18081,34,459,0),(18082,34,460,0),(18083,34,461,0),(18084,34,462,0),(18085,34,463,0),(18086,34,464,0),(18087,34,465,0),(18088,34,466,0),(18089,34,467,0),(18090,34,468,0),(18091,34,469,0),(18092,34,470,0),(18093,34,471,0),(18094,34,472,0),(18095,34,473,0),(18096,34,474,0),(18097,34,475,0),(18098,34,476,0),(18099,34,477,0),(18100,34,478,0),(18101,34,479,0),(18102,34,480,0),(18103,34,481,0),(18104,34,482,0),(18105,34,483,0),(18106,34,484,0),(18107,34,485,0),(18108,34,486,0),(18109,34,487,0),(18110,34,488,0),(18111,34,489,0),(18112,34,490,0),(18113,34,491,0),(18114,34,492,0),(18115,34,493,0),(18116,34,494,0),(18117,34,495,0),(18118,34,496,0),(18119,34,497,0),(18120,34,498,0),(18121,34,499,0),(18122,34,500,0),(18123,34,501,0),(18124,34,502,0),(18125,34,503,0),(18126,34,504,0),(18127,34,505,0),(18128,34,506,0),(18129,34,507,0),(18130,34,508,0),(18131,34,509,0),(18132,34,510,0),(18133,34,511,0),(18134,34,512,0),(18135,34,513,0),(18136,34,514,0),(18137,34,515,0),(18138,34,516,0),(18139,34,517,0),(18140,34,518,0),(18141,34,519,0),(18142,34,520,0),(18143,34,521,0),(18144,34,522,0),(18145,34,523,0),(18146,34,524,0),(18147,34,525,0),(18148,34,526,0),(18149,34,527,0),(18150,34,528,0),(18151,34,529,0),(18152,34,530,0),(18153,34,531,0),(18154,34,532,0),(18155,34,533,0),(18156,34,534,0),(18157,35,1,0),(18158,35,2,0),(18159,35,3,0),(18160,35,4,0),(18161,35,5,0),(18162,35,6,0),(18163,35,7,0),(18164,35,8,0),(18165,35,9,0),(18166,35,10,0),(18167,35,11,0),(18168,35,12,0),(18169,35,13,0),(18170,35,14,0),(18171,35,15,0),(18172,35,16,0),(18173,35,17,0),(18174,35,18,0),(18175,35,19,0),(18176,35,20,0),(18177,35,21,0),(18178,35,22,0),(18179,35,23,0),(18180,35,24,0),(18181,35,25,0),(18182,35,26,0),(18183,35,27,0),(18184,35,28,0),(18185,35,29,0),(18186,35,30,0),(18187,35,31,0),(18188,35,32,0),(18189,35,33,0),(18190,35,34,0),(18191,35,35,0),(18192,35,36,0),(18193,35,37,0),(18194,35,38,0),(18195,35,39,0),(18196,35,40,0),(18197,35,41,0),(18198,35,42,0),(18199,35,43,0),(18200,35,44,0),(18201,35,45,0),(18202,35,46,0),(18203,35,47,0),(18204,35,48,0),(18205,35,49,0),(18206,35,50,0),(18207,35,51,0),(18208,35,52,0),(18209,35,53,0),(18210,35,54,0),(18211,35,55,0),(18212,35,56,0),(18213,35,57,0),(18214,35,58,0),(18215,35,59,0),(18216,35,60,0),(18217,35,61,0),(18218,35,62,0),(18219,35,63,0),(18220,35,64,0),(18221,35,65,0),(18222,35,66,0),(18223,35,67,0),(18224,35,68,0),(18225,35,69,0),(18226,35,70,0),(18227,35,71,0),(18228,35,72,0),(18229,35,73,0),(18230,35,74,0),(18231,35,75,0),(18232,35,76,0),(18233,35,77,0),(18234,35,78,0),(18235,35,79,0),(18236,35,80,0),(18237,35,81,0),(18238,35,82,0),(18239,35,83,0),(18240,35,84,0),(18241,35,85,0),(18242,35,86,0),(18243,35,87,0),(18244,35,88,0),(18245,35,89,0),(18246,35,90,0),(18247,35,91,0),(18248,35,92,0),(18249,35,93,0),(18250,35,94,0),(18251,35,95,0),(18252,35,96,0),(18253,35,97,0),(18254,35,98,0),(18255,35,99,0),(18256,35,100,0),(18257,35,101,0),(18258,35,102,0),(18259,35,103,0),(18260,35,104,0),(18261,35,105,0),(18262,35,106,0),(18263,35,107,0),(18264,35,108,0),(18265,35,109,0),(18266,35,110,0),(18267,35,111,0),(18268,35,112,0),(18269,35,113,0),(18270,35,114,0),(18271,35,115,0),(18272,35,116,0),(18273,35,117,0),(18274,35,118,0),(18275,35,119,0),(18276,35,120,0),(18277,35,121,0),(18278,35,122,0),(18279,35,123,0),(18280,35,124,0),(18281,35,125,0),(18282,35,126,0),(18283,35,127,0),(18284,35,128,0),(18285,35,129,0),(18286,35,130,0),(18287,35,131,0),(18288,35,132,0),(18289,35,133,0),(18290,35,134,0),(18291,35,135,0),(18292,35,136,0),(18293,35,137,0),(18294,35,138,0),(18295,35,139,0),(18296,35,140,0),(18297,35,141,0),(18298,35,142,0),(18299,35,143,0),(18300,35,144,0),(18301,35,145,0),(18302,35,146,0),(18303,35,147,0),(18304,35,148,0),(18305,35,149,0),(18306,35,150,0),(18307,35,151,0),(18308,35,152,0),(18309,35,153,0),(18310,35,154,0),(18311,35,155,0),(18312,35,156,0),(18313,35,157,0),(18314,35,158,0),(18315,35,159,0),(18316,35,160,0),(18317,35,161,0),(18318,35,162,0),(18319,35,163,0),(18320,35,164,0),(18321,35,165,0.303030303030303),(18322,35,166,0.272727272727273),(18323,35,167,0.181818181818182),(18324,35,168,0.151515151515152),(18325,35,169,0.0909090909090909),(18326,35,170,0),(18327,35,171,0),(18328,35,172,0),(18329,35,173,0),(18330,35,174,0),(18331,35,175,0),(18332,35,176,0),(18333,35,177,0),(18334,35,178,0),(18335,35,179,0),(18336,35,180,0),(18337,35,181,0),(18338,35,182,0),(18339,35,183,0),(18340,35,184,0),(18341,35,185,0),(18342,35,186,0),(18343,35,187,0),(18344,35,188,0),(18345,35,189,0),(18346,35,190,0),(18347,35,191,0),(18348,35,192,0),(18349,35,193,0),(18350,35,194,0),(18351,35,195,0),(18352,35,196,0),(18353,35,197,0),(18354,35,198,0),(18355,35,199,0),(18356,35,200,0),(18357,35,201,0),(18358,35,202,0),(18359,35,203,0),(18360,35,204,0),(18361,35,205,0),(18362,35,206,0),(18363,35,207,0),(18364,35,208,0),(18365,35,209,0),(18366,35,210,0),(18367,35,211,0),(18368,35,212,0),(18369,35,213,0),(18370,35,214,0),(18371,35,215,0),(18372,35,216,0),(18373,35,217,0),(18374,35,218,0),(18375,35,219,0),(18376,35,220,0),(18377,35,221,0),(18378,35,222,0),(18379,35,223,0),(18380,35,224,0),(18381,35,225,0),(18382,35,226,0),(18383,35,227,0),(18384,35,228,0),(18385,35,229,0),(18386,35,230,0),(18387,35,231,0),(18388,35,232,0),(18389,35,233,0),(18390,35,234,0),(18391,35,235,0),(18392,35,236,0),(18393,35,237,0),(18394,35,238,0),(18395,35,239,0),(18396,35,240,0),(18397,35,241,0),(18398,35,242,0),(18399,35,243,0),(18400,35,244,0),(18401,35,245,0),(18402,35,246,0),(18403,35,247,0),(18404,35,248,0),(18405,35,249,0),(18406,35,250,0),(18407,35,251,0),(18408,35,252,0),(18409,35,253,0),(18410,35,254,0),(18411,35,255,0),(18412,35,256,0),(18413,35,257,0),(18414,35,258,0),(18415,35,259,0),(18416,35,260,0),(18417,35,261,0),(18418,35,262,0),(18419,35,263,0),(18420,35,264,0),(18421,35,265,0),(18422,35,266,0),(18423,35,267,0),(18424,35,268,0),(18425,35,269,0),(18426,35,270,0),(18427,35,271,0),(18428,35,272,0),(18429,35,273,0),(18430,35,274,0),(18431,35,275,0),(18432,35,276,0),(18433,35,277,0),(18434,35,278,0),(18435,35,279,0),(18436,35,280,0),(18437,35,281,0),(18438,35,282,0),(18439,35,283,0),(18440,35,284,0),(18441,35,285,0),(18442,35,286,0),(18443,35,287,0),(18444,35,288,0),(18445,35,289,0),(18446,35,290,0),(18447,35,291,0),(18448,35,292,0),(18449,35,293,0),(18450,35,294,0),(18451,35,295,0),(18452,35,296,0),(18453,35,297,0),(18454,35,298,0),(18455,35,299,0),(18456,35,300,0),(18457,35,301,0),(18458,35,302,0),(18459,35,303,0),(18460,35,304,0),(18461,35,305,0),(18462,35,306,0),(18463,35,307,0),(18464,35,308,0),(18465,35,309,0),(18466,35,310,0),(18467,35,311,0),(18468,35,312,0),(18469,35,313,0),(18470,35,314,0),(18471,35,315,0),(18472,35,316,0),(18473,35,317,0),(18474,35,318,0),(18475,35,319,0),(18476,35,320,0),(18477,35,321,0),(18478,35,322,0),(18479,35,323,0),(18480,35,324,0),(18481,35,325,0),(18482,35,326,0),(18483,35,327,0),(18484,35,328,0),(18485,35,329,0),(18486,35,330,0),(18487,35,331,0),(18488,35,332,0),(18489,35,333,0),(18490,35,334,0),(18491,35,335,0),(18492,35,336,0),(18493,35,337,0),(18494,35,338,0),(18495,35,339,0),(18496,35,340,0),(18497,35,341,0),(18498,35,342,0),(18499,35,343,0),(18500,35,344,0),(18501,35,345,0),(18502,35,346,0),(18503,35,347,0),(18504,35,348,0),(18505,35,349,0),(18506,35,350,0),(18507,35,351,0),(18508,35,352,0),(18509,35,353,0),(18510,35,354,0),(18511,35,355,0),(18512,35,356,0),(18513,35,357,0),(18514,35,358,0),(18515,35,359,0),(18516,35,360,0),(18517,35,361,0),(18518,35,362,0),(18519,35,363,0),(18520,35,364,0),(18521,35,365,0),(18522,35,366,0),(18523,35,367,0),(18524,35,368,0),(18525,35,369,0),(18526,35,370,0),(18527,35,371,0),(18528,35,372,0),(18529,35,373,0),(18530,35,374,0),(18531,35,375,0),(18532,35,376,0),(18533,35,377,0),(18534,35,378,0),(18535,35,379,0),(18536,35,380,0),(18537,35,381,0),(18538,35,382,0),(18539,35,383,0),(18540,35,384,0),(18541,35,385,0),(18542,35,386,0),(18543,35,387,0),(18544,35,388,0),(18545,35,389,0),(18546,35,390,0),(18547,35,391,0),(18548,35,392,0),(18549,35,393,0),(18550,35,394,0),(18551,35,395,0),(18552,35,396,0),(18553,35,397,0),(18554,35,398,0),(18555,35,399,0),(18556,35,400,0),(18557,35,401,0),(18558,35,402,0),(18559,35,403,0),(18560,35,404,0),(18561,35,405,0),(18562,35,406,0),(18563,35,407,0),(18564,35,408,0),(18565,35,409,0),(18566,35,410,0),(18567,35,411,0),(18568,35,412,0),(18569,35,413,0),(18570,35,414,0),(18571,35,415,0),(18572,35,416,0),(18573,35,417,0),(18574,35,418,0),(18575,35,419,0),(18576,35,420,0),(18577,35,421,0),(18578,35,422,0),(18579,35,423,0),(18580,35,424,0),(18581,35,425,0),(18582,35,426,0),(18583,35,427,0),(18584,35,428,0),(18585,35,429,0),(18586,35,430,0),(18587,35,431,0),(18588,35,432,0),(18589,35,433,0),(18590,35,434,0),(18591,35,435,0),(18592,35,436,0),(18593,35,437,0),(18594,35,438,0),(18595,35,439,0),(18596,35,440,0),(18597,35,441,0),(18598,35,442,0),(18599,35,443,0),(18600,35,444,0),(18601,35,445,0),(18602,35,446,0),(18603,35,447,0),(18604,35,448,0),(18605,35,449,0),(18606,35,450,0),(18607,35,451,0),(18608,35,452,0),(18609,35,453,0),(18610,35,454,0),(18611,35,455,0),(18612,35,456,0),(18613,35,457,0),(18614,35,458,0),(18615,35,459,0),(18616,35,460,0),(18617,35,461,0),(18618,35,462,0),(18619,35,463,0),(18620,35,464,0),(18621,35,465,0),(18622,35,466,0),(18623,35,467,0),(18624,35,468,0),(18625,35,469,0),(18626,35,470,0),(18627,35,471,0),(18628,35,472,0),(18629,35,473,0),(18630,35,474,0),(18631,35,475,0),(18632,35,476,0),(18633,35,477,0),(18634,35,478,0),(18635,35,479,0),(18636,35,480,0),(18637,35,481,0),(18638,35,482,0),(18639,35,483,0),(18640,35,484,0),(18641,35,485,0),(18642,35,486,0),(18643,35,487,0),(18644,35,488,0),(18645,35,489,0),(18646,35,490,0),(18647,35,491,0),(18648,35,492,0),(18649,35,493,0),(18650,35,494,0),(18651,35,495,0),(18652,35,496,0),(18653,35,497,0),(18654,35,498,0),(18655,35,499,0),(18656,35,500,0),(18657,35,501,0),(18658,35,502,0),(18659,35,503,0),(18660,35,504,0),(18661,35,505,0),(18662,35,506,0),(18663,35,507,0),(18664,35,508,0),(18665,35,509,0),(18666,35,510,0),(18667,35,511,0),(18668,35,512,0),(18669,35,513,0),(18670,35,514,0),(18671,35,515,0),(18672,35,516,0),(18673,35,517,0),(18674,35,518,0),(18675,35,519,0),(18676,35,520,0),(18677,35,521,0),(18678,35,522,0),(18679,35,523,0),(18680,35,524,0),(18681,35,525,0),(18682,35,526,0),(18683,35,527,0),(18684,35,528,0),(18685,35,529,0),(18686,35,530,0),(18687,35,531,0),(18688,35,532,0),(18689,35,533,0),(18690,35,534,0),(18691,36,1,0),(18692,36,2,0),(18693,36,3,0),(18694,36,4,0),(18695,36,5,0),(18696,36,6,0),(18697,36,7,0),(18698,36,8,0),(18699,36,9,0),(18700,36,10,0),(18701,36,11,0),(18702,36,12,0),(18703,36,13,0),(18704,36,14,0),(18705,36,15,0),(18706,36,16,0),(18707,36,17,0),(18708,36,18,0),(18709,36,19,0),(18710,36,20,0),(18711,36,21,0),(18712,36,22,0),(18713,36,23,0),(18714,36,24,0),(18715,36,25,0),(18716,36,26,0),(18717,36,27,0),(18718,36,28,0),(18719,36,29,0),(18720,36,30,0),(18721,36,31,0),(18722,36,32,0),(18723,36,33,0),(18724,36,34,0),(18725,36,35,0),(18726,36,36,0),(18727,36,37,0),(18728,36,38,0),(18729,36,39,0),(18730,36,40,0),(18731,36,41,0),(18732,36,42,0),(18733,36,43,0),(18734,36,44,0),(18735,36,45,0),(18736,36,46,0),(18737,36,47,0),(18738,36,48,0),(18739,36,49,0),(18740,36,50,0),(18741,36,51,0),(18742,36,52,0),(18743,36,53,0),(18744,36,54,0),(18745,36,55,0),(18746,36,56,0),(18747,36,57,0),(18748,36,58,0),(18749,36,59,0),(18750,36,60,0),(18751,36,61,0),(18752,36,62,0),(18753,36,63,0),(18754,36,64,0),(18755,36,65,0),(18756,36,66,0),(18757,36,67,0),(18758,36,68,0),(18759,36,69,0),(18760,36,70,0),(18761,36,71,0),(18762,36,72,0),(18763,36,73,0),(18764,36,74,0),(18765,36,75,0),(18766,36,76,0),(18767,36,77,0),(18768,36,78,0),(18769,36,79,0),(18770,36,80,0),(18771,36,81,0),(18772,36,82,0),(18773,36,83,0),(18774,36,84,0),(18775,36,85,0),(18776,36,86,0),(18777,36,87,0),(18778,36,88,0),(18779,36,89,0),(18780,36,90,0),(18781,36,91,0),(18782,36,92,0),(18783,36,93,0),(18784,36,94,0),(18785,36,95,0),(18786,36,96,0),(18787,36,97,0),(18788,36,98,0),(18789,36,99,0),(18790,36,100,0),(18791,36,101,0),(18792,36,102,0),(18793,36,103,0),(18794,36,104,0),(18795,36,105,0),(18796,36,106,0),(18797,36,107,0),(18798,36,108,0),(18799,36,109,0),(18800,36,110,0),(18801,36,111,0),(18802,36,112,0),(18803,36,113,0),(18804,36,114,0),(18805,36,115,0),(18806,36,116,0),(18807,36,117,0),(18808,36,118,0),(18809,36,119,0),(18810,36,120,0),(18811,36,121,0),(18812,36,122,0),(18813,36,123,0),(18814,36,124,0),(18815,36,125,0),(18816,36,126,0),(18817,36,127,0),(18818,36,128,0),(18819,36,129,0),(18820,36,130,0),(18821,36,131,0),(18822,36,132,0),(18823,36,133,0),(18824,36,134,0),(18825,36,135,0),(18826,36,136,0),(18827,36,137,0),(18828,36,138,0),(18829,36,139,0),(18830,36,140,0),(18831,36,141,0),(18832,36,142,0),(18833,36,143,0),(18834,36,144,0),(18835,36,145,0),(18836,36,146,0),(18837,36,147,0),(18838,36,148,0),(18839,36,149,0),(18840,36,150,0),(18841,36,151,0),(18842,36,152,0),(18843,36,153,0),(18844,36,154,0),(18845,36,155,0),(18846,36,156,0),(18847,36,157,0),(18848,36,158,0),(18849,36,159,0),(18850,36,160,0),(18851,36,161,0),(18852,36,162,0),(18853,36,163,0),(18854,36,164,0),(18855,36,165,0),(18856,36,166,0),(18857,36,167,0),(18858,36,168,0),(18859,36,169,0),(18860,36,170,0.625),(18861,36,171,0.375),(18862,36,172,0),(18863,36,173,0),(18864,36,174,0),(18865,36,175,0),(18866,36,176,0),(18867,36,177,0),(18868,36,178,0),(18869,36,179,0),(18870,36,180,0),(18871,36,181,0),(18872,36,182,0),(18873,36,183,0),(18874,36,184,0),(18875,36,185,0),(18876,36,186,0),(18877,36,187,0),(18878,36,188,0),(18879,36,189,0),(18880,36,190,0),(18881,36,191,0),(18882,36,192,0),(18883,36,193,0),(18884,36,194,0),(18885,36,195,0),(18886,36,196,0),(18887,36,197,0),(18888,36,198,0),(18889,36,199,0),(18890,36,200,0),(18891,36,201,0),(18892,36,202,0),(18893,36,203,0),(18894,36,204,0),(18895,36,205,0),(18896,36,206,0),(18897,36,207,0),(18898,36,208,0),(18899,36,209,0),(18900,36,210,0),(18901,36,211,0),(18902,36,212,0),(18903,36,213,0),(18904,36,214,0),(18905,36,215,0),(18906,36,216,0),(18907,36,217,0),(18908,36,218,0),(18909,36,219,0),(18910,36,220,0),(18911,36,221,0),(18912,36,222,0),(18913,36,223,0),(18914,36,224,0),(18915,36,225,0),(18916,36,226,0),(18917,36,227,0),(18918,36,228,0),(18919,36,229,0),(18920,36,230,0),(18921,36,231,0),(18922,36,232,0),(18923,36,233,0),(18924,36,234,0),(18925,36,235,0),(18926,36,236,0),(18927,36,237,0),(18928,36,238,0),(18929,36,239,0),(18930,36,240,0),(18931,36,241,0),(18932,36,242,0),(18933,36,243,0),(18934,36,244,0),(18935,36,245,0),(18936,36,246,0),(18937,36,247,0),(18938,36,248,0),(18939,36,249,0),(18940,36,250,0),(18941,36,251,0),(18942,36,252,0),(18943,36,253,0),(18944,36,254,0),(18945,36,255,0),(18946,36,256,0),(18947,36,257,0),(18948,36,258,0),(18949,36,259,0),(18950,36,260,0),(18951,36,261,0),(18952,36,262,0),(18953,36,263,0),(18954,36,264,0),(18955,36,265,0),(18956,36,266,0),(18957,36,267,0),(18958,36,268,0),(18959,36,269,0),(18960,36,270,0),(18961,36,271,0),(18962,36,272,0),(18963,36,273,0),(18964,36,274,0),(18965,36,275,0),(18966,36,276,0),(18967,36,277,0),(18968,36,278,0),(18969,36,279,0),(18970,36,280,0),(18971,36,281,0),(18972,36,282,0),(18973,36,283,0),(18974,36,284,0),(18975,36,285,0),(18976,36,286,0),(18977,36,287,0),(18978,36,288,0),(18979,36,289,0),(18980,36,290,0),(18981,36,291,0),(18982,36,292,0),(18983,36,293,0),(18984,36,294,0),(18985,36,295,0),(18986,36,296,0),(18987,36,297,0),(18988,36,298,0),(18989,36,299,0),(18990,36,300,0),(18991,36,301,0),(18992,36,302,0),(18993,36,303,0),(18994,36,304,0),(18995,36,305,0),(18996,36,306,0),(18997,36,307,0),(18998,36,308,0),(18999,36,309,0),(19000,36,310,0),(19001,36,311,0),(19002,36,312,0),(19003,36,313,0),(19004,36,314,0),(19005,36,315,0),(19006,36,316,0),(19007,36,317,0),(19008,36,318,0),(19009,36,319,0),(19010,36,320,0),(19011,36,321,0),(19012,36,322,0),(19013,36,323,0),(19014,36,324,0),(19015,36,325,0),(19016,36,326,0),(19017,36,327,0),(19018,36,328,0),(19019,36,329,0),(19020,36,330,0),(19021,36,331,0),(19022,36,332,0),(19023,36,333,0),(19024,36,334,0),(19025,36,335,0),(19026,36,336,0),(19027,36,337,0),(19028,36,338,0),(19029,36,339,0),(19030,36,340,0),(19031,36,341,0),(19032,36,342,0),(19033,36,343,0),(19034,36,344,0),(19035,36,345,0),(19036,36,346,0),(19037,36,347,0),(19038,36,348,0),(19039,36,349,0),(19040,36,350,0),(19041,36,351,0),(19042,36,352,0),(19043,36,353,0),(19044,36,354,0),(19045,36,355,0),(19046,36,356,0),(19047,36,357,0),(19048,36,358,0),(19049,36,359,0),(19050,36,360,0),(19051,36,361,0),(19052,36,362,0),(19053,36,363,0),(19054,36,364,0),(19055,36,365,0),(19056,36,366,0),(19057,36,367,0),(19058,36,368,0),(19059,36,369,0),(19060,36,370,0),(19061,36,371,0),(19062,36,372,0),(19063,36,373,0),(19064,36,374,0),(19065,36,375,0),(19066,36,376,0),(19067,36,377,0),(19068,36,378,0),(19069,36,379,0),(19070,36,380,0),(19071,36,381,0),(19072,36,382,0),(19073,36,383,0),(19074,36,384,0),(19075,36,385,0),(19076,36,386,0),(19077,36,387,0),(19078,36,388,0),(19079,36,389,0),(19080,36,390,0),(19081,36,391,0),(19082,36,392,0),(19083,36,393,0),(19084,36,394,0),(19085,36,395,0),(19086,36,396,0),(19087,36,397,0),(19088,36,398,0),(19089,36,399,0),(19090,36,400,0),(19091,36,401,0),(19092,36,402,0),(19093,36,403,0),(19094,36,404,0),(19095,36,405,0),(19096,36,406,0),(19097,36,407,0),(19098,36,408,0),(19099,36,409,0),(19100,36,410,0),(19101,36,411,0),(19102,36,412,0),(19103,36,413,0),(19104,36,414,0),(19105,36,415,0),(19106,36,416,0),(19107,36,417,0),(19108,36,418,0),(19109,36,419,0),(19110,36,420,0),(19111,36,421,0),(19112,36,422,0),(19113,36,423,0),(19114,36,424,0),(19115,36,425,0),(19116,36,426,0),(19117,36,427,0),(19118,36,428,0),(19119,36,429,0),(19120,36,430,0),(19121,36,431,0),(19122,36,432,0),(19123,36,433,0),(19124,36,434,0),(19125,36,435,0),(19126,36,436,0),(19127,36,437,0),(19128,36,438,0),(19129,36,439,0),(19130,36,440,0),(19131,36,441,0),(19132,36,442,0),(19133,36,443,0),(19134,36,444,0),(19135,36,445,0),(19136,36,446,0),(19137,36,447,0),(19138,36,448,0),(19139,36,449,0),(19140,36,450,0),(19141,36,451,0),(19142,36,452,0),(19143,36,453,0),(19144,36,454,0),(19145,36,455,0),(19146,36,456,0),(19147,36,457,0),(19148,36,458,0),(19149,36,459,0),(19150,36,460,0),(19151,36,461,0),(19152,36,462,0),(19153,36,463,0),(19154,36,464,0),(19155,36,465,0),(19156,36,466,0),(19157,36,467,0),(19158,36,468,0),(19159,36,469,0),(19160,36,470,0),(19161,36,471,0),(19162,36,472,0),(19163,36,473,0),(19164,36,474,0),(19165,36,475,0),(19166,36,476,0),(19167,36,477,0),(19168,36,478,0),(19169,36,479,0),(19170,36,480,0),(19171,36,481,0),(19172,36,482,0),(19173,36,483,0),(19174,36,484,0),(19175,36,485,0),(19176,36,486,0),(19177,36,487,0),(19178,36,488,0),(19179,36,489,0),(19180,36,490,0),(19181,36,491,0),(19182,36,492,0),(19183,36,493,0),(19184,36,494,0),(19185,36,495,0),(19186,36,496,0),(19187,36,497,0),(19188,36,498,0),(19189,36,499,0),(19190,36,500,0),(19191,36,501,0),(19192,36,502,0),(19193,36,503,0),(19194,36,504,0),(19195,36,505,0),(19196,36,506,0),(19197,36,507,0),(19198,36,508,0),(19199,36,509,0),(19200,36,510,0),(19201,36,511,0),(19202,36,512,0),(19203,36,513,0),(19204,36,514,0),(19205,36,515,0),(19206,36,516,0),(19207,36,517,0),(19208,36,518,0),(19209,36,519,0),(19210,36,520,0),(19211,36,521,0),(19212,36,522,0),(19213,36,523,0),(19214,36,524,0),(19215,36,525,0),(19216,36,526,0),(19217,36,527,0),(19218,36,528,0),(19219,36,529,0),(19220,36,530,0),(19221,36,531,0),(19222,36,532,0),(19223,36,533,0),(19224,36,534,0),(19225,37,1,0),(19226,37,2,0),(19227,37,3,0),(19228,37,4,0),(19229,37,5,0),(19230,37,6,0),(19231,37,7,0),(19232,37,8,0),(19233,37,9,0),(19234,37,10,0),(19235,37,11,0),(19236,37,12,0),(19237,37,13,0),(19238,37,14,0),(19239,37,15,0),(19240,37,16,0),(19241,37,17,0),(19242,37,18,0),(19243,37,19,0),(19244,37,20,0),(19245,37,21,0),(19246,37,22,0),(19247,37,23,0),(19248,37,24,0),(19249,37,25,0),(19250,37,26,0),(19251,37,27,0),(19252,37,28,0),(19253,37,29,0),(19254,37,30,0),(19255,37,31,0),(19256,37,32,0),(19257,37,33,0),(19258,37,34,0),(19259,37,35,0),(19260,37,36,0),(19261,37,37,0),(19262,37,38,0),(19263,37,39,0),(19264,37,40,0),(19265,37,41,0),(19266,37,42,0),(19267,37,43,0),(19268,37,44,0),(19269,37,45,0),(19270,37,46,0),(19271,37,47,0),(19272,37,48,0),(19273,37,49,0),(19274,37,50,0),(19275,37,51,0),(19276,37,52,0),(19277,37,53,0),(19278,37,54,0),(19279,37,55,0),(19280,37,56,0),(19281,37,57,0),(19282,37,58,0),(19283,37,59,0),(19284,37,60,0),(19285,37,61,0),(19286,37,62,0),(19287,37,63,0),(19288,37,64,0),(19289,37,65,0),(19290,37,66,0),(19291,37,67,0),(19292,37,68,0),(19293,37,69,0),(19294,37,70,0),(19295,37,71,0),(19296,37,72,0),(19297,37,73,0),(19298,37,74,0),(19299,37,75,0),(19300,37,76,0),(19301,37,77,0),(19302,37,78,0),(19303,37,79,0),(19304,37,80,0),(19305,37,81,0),(19306,37,82,0),(19307,37,83,0),(19308,37,84,0),(19309,37,85,0),(19310,37,86,0),(19311,37,87,0),(19312,37,88,0),(19313,37,89,0),(19314,37,90,0),(19315,37,91,0),(19316,37,92,0),(19317,37,93,0),(19318,37,94,0),(19319,37,95,0),(19320,37,96,0),(19321,37,97,0),(19322,37,98,0),(19323,37,99,0),(19324,37,100,0),(19325,37,101,0),(19326,37,102,0),(19327,37,103,0),(19328,37,104,0),(19329,37,105,0),(19330,37,106,0),(19331,37,107,0),(19332,37,108,0),(19333,37,109,0),(19334,37,110,0),(19335,37,111,0),(19336,37,112,0),(19337,37,113,0),(19338,37,114,0),(19339,37,115,0),(19340,37,116,0),(19341,37,117,0),(19342,37,118,0),(19343,37,119,0),(19344,37,120,0),(19345,37,121,0),(19346,37,122,0),(19347,37,123,0),(19348,37,124,0),(19349,37,125,0),(19350,37,126,0),(19351,37,127,0),(19352,37,128,0),(19353,37,129,0),(19354,37,130,0),(19355,37,131,0),(19356,37,132,0),(19357,37,133,0),(19358,37,134,0),(19359,37,135,0),(19360,37,136,0),(19361,37,137,0),(19362,37,138,0),(19363,37,139,0),(19364,37,140,0),(19365,37,141,0),(19366,37,142,0),(19367,37,143,0),(19368,37,144,0),(19369,37,145,0),(19370,37,146,0),(19371,37,147,0),(19372,37,148,0),(19373,37,149,0),(19374,37,150,0),(19375,37,151,0),(19376,37,152,0),(19377,37,153,0),(19378,37,154,0),(19379,37,155,0),(19380,37,156,0),(19381,37,157,0),(19382,37,158,0),(19383,37,159,0),(19384,37,160,0),(19385,37,161,0),(19386,37,162,0),(19387,37,163,0),(19388,37,164,0),(19389,37,165,0),(19390,37,166,0),(19391,37,167,0),(19392,37,168,0),(19393,37,169,0),(19394,37,170,0),(19395,37,171,0),(19396,37,172,0.416666666666667),(19397,37,173,0.25),(19398,37,174,0.208333333333333),(19399,37,175,0.125),(19400,37,176,0),(19401,37,177,0),(19402,37,178,0),(19403,37,179,0),(19404,37,180,0),(19405,37,181,0),(19406,37,182,0),(19407,37,183,0),(19408,37,184,0),(19409,37,185,0),(19410,37,186,0),(19411,37,187,0),(19412,37,188,0),(19413,37,189,0),(19414,37,190,0),(19415,37,191,0),(19416,37,192,0),(19417,37,193,0),(19418,37,194,0),(19419,37,195,0),(19420,37,196,0),(19421,37,197,0),(19422,37,198,0),(19423,37,199,0),(19424,37,200,0),(19425,37,201,0),(19426,37,202,0),(19427,37,203,0),(19428,37,204,0),(19429,37,205,0),(19430,37,206,0),(19431,37,207,0),(19432,37,208,0),(19433,37,209,0),(19434,37,210,0),(19435,37,211,0),(19436,37,212,0),(19437,37,213,0),(19438,37,214,0),(19439,37,215,0),(19440,37,216,0),(19441,37,217,0),(19442,37,218,0),(19443,37,219,0),(19444,37,220,0),(19445,37,221,0),(19446,37,222,0),(19447,37,223,0),(19448,37,224,0),(19449,37,225,0),(19450,37,226,0),(19451,37,227,0),(19452,37,228,0),(19453,37,229,0),(19454,37,230,0),(19455,37,231,0),(19456,37,232,0),(19457,37,233,0),(19458,37,234,0),(19459,37,235,0),(19460,37,236,0),(19461,37,237,0),(19462,37,238,0),(19463,37,239,0),(19464,37,240,0),(19465,37,241,0),(19466,37,242,0),(19467,37,243,0),(19468,37,244,0),(19469,37,245,0),(19470,37,246,0),(19471,37,247,0),(19472,37,248,0),(19473,37,249,0),(19474,37,250,0),(19475,37,251,0),(19476,37,252,0),(19477,37,253,0),(19478,37,254,0),(19479,37,255,0),(19480,37,256,0),(19481,37,257,0),(19482,37,258,0),(19483,37,259,0),(19484,37,260,0),(19485,37,261,0),(19486,37,262,0),(19487,37,263,0),(19488,37,264,0),(19489,37,265,0),(19490,37,266,0),(19491,37,267,0),(19492,37,268,0),(19493,37,269,0),(19494,37,270,0),(19495,37,271,0),(19496,37,272,0),(19497,37,273,0),(19498,37,274,0),(19499,37,275,0),(19500,37,276,0),(19501,37,277,0),(19502,37,278,0),(19503,37,279,0),(19504,37,280,0),(19505,37,281,0),(19506,37,282,0),(19507,37,283,0),(19508,37,284,0),(19509,37,285,0),(19510,37,286,0),(19511,37,287,0),(19512,37,288,0),(19513,37,289,0),(19514,37,290,0),(19515,37,291,0),(19516,37,292,0),(19517,37,293,0),(19518,37,294,0),(19519,37,295,0),(19520,37,296,0),(19521,37,297,0),(19522,37,298,0),(19523,37,299,0),(19524,37,300,0),(19525,37,301,0),(19526,37,302,0),(19527,37,303,0),(19528,37,304,0),(19529,37,305,0),(19530,37,306,0),(19531,37,307,0),(19532,37,308,0),(19533,37,309,0),(19534,37,310,0),(19535,37,311,0),(19536,37,312,0),(19537,37,313,0),(19538,37,314,0),(19539,37,315,0),(19540,37,316,0),(19541,37,317,0),(19542,37,318,0),(19543,37,319,0),(19544,37,320,0),(19545,37,321,0),(19546,37,322,0),(19547,37,323,0),(19548,37,324,0),(19549,37,325,0),(19550,37,326,0),(19551,37,327,0),(19552,37,328,0),(19553,37,329,0),(19554,37,330,0),(19555,37,331,0),(19556,37,332,0),(19557,37,333,0),(19558,37,334,0),(19559,37,335,0),(19560,37,336,0),(19561,37,337,0),(19562,37,338,0),(19563,37,339,0),(19564,37,340,0),(19565,37,341,0),(19566,37,342,0),(19567,37,343,0),(19568,37,344,0),(19569,37,345,0),(19570,37,346,0),(19571,37,347,0),(19572,37,348,0),(19573,37,349,0),(19574,37,350,0),(19575,37,351,0),(19576,37,352,0),(19577,37,353,0),(19578,37,354,0),(19579,37,355,0),(19580,37,356,0),(19581,37,357,0),(19582,37,358,0),(19583,37,359,0),(19584,37,360,0),(19585,37,361,0),(19586,37,362,0),(19587,37,363,0),(19588,37,364,0),(19589,37,365,0),(19590,37,366,0),(19591,37,367,0),(19592,37,368,0),(19593,37,369,0),(19594,37,370,0),(19595,37,371,0),(19596,37,372,0),(19597,37,373,0),(19598,37,374,0),(19599,37,375,0),(19600,37,376,0),(19601,37,377,0),(19602,37,378,0),(19603,37,379,0),(19604,37,380,0),(19605,37,381,0),(19606,37,382,0),(19607,37,383,0),(19608,37,384,0),(19609,37,385,0),(19610,37,386,0),(19611,37,387,0),(19612,37,388,0),(19613,37,389,0),(19614,37,390,0),(19615,37,391,0),(19616,37,392,0),(19617,37,393,0),(19618,37,394,0),(19619,37,395,0),(19620,37,396,0),(19621,37,397,0),(19622,37,398,0),(19623,37,399,0),(19624,37,400,0),(19625,37,401,0),(19626,37,402,0),(19627,37,403,0),(19628,37,404,0),(19629,37,405,0),(19630,37,406,0),(19631,37,407,0),(19632,37,408,0),(19633,37,409,0),(19634,37,410,0),(19635,37,411,0),(19636,37,412,0),(19637,37,413,0),(19638,37,414,0),(19639,37,415,0),(19640,37,416,0),(19641,37,417,0),(19642,37,418,0),(19643,37,419,0),(19644,37,420,0),(19645,37,421,0),(19646,37,422,0),(19647,37,423,0),(19648,37,424,0),(19649,37,425,0),(19650,37,426,0),(19651,37,427,0),(19652,37,428,0),(19653,37,429,0),(19654,37,430,0),(19655,37,431,0),(19656,37,432,0),(19657,37,433,0),(19658,37,434,0),(19659,37,435,0),(19660,37,436,0),(19661,37,437,0),(19662,37,438,0),(19663,37,439,0),(19664,37,440,0),(19665,37,441,0),(19666,37,442,0),(19667,37,443,0),(19668,37,444,0),(19669,37,445,0),(19670,37,446,0),(19671,37,447,0),(19672,37,448,0),(19673,37,449,0),(19674,37,450,0),(19675,37,451,0),(19676,37,452,0),(19677,37,453,0),(19678,37,454,0),(19679,37,455,0),(19680,37,456,0),(19681,37,457,0),(19682,37,458,0),(19683,37,459,0),(19684,37,460,0),(19685,37,461,0),(19686,37,462,0),(19687,37,463,0),(19688,37,464,0),(19689,37,465,0),(19690,37,466,0),(19691,37,467,0),(19692,37,468,0),(19693,37,469,0),(19694,37,470,0),(19695,37,471,0),(19696,37,472,0),(19697,37,473,0),(19698,37,474,0),(19699,37,475,0),(19700,37,476,0),(19701,37,477,0),(19702,37,478,0),(19703,37,479,0),(19704,37,480,0),(19705,37,481,0),(19706,37,482,0),(19707,37,483,0),(19708,37,484,0),(19709,37,485,0),(19710,37,486,0),(19711,37,487,0),(19712,37,488,0),(19713,37,489,0),(19714,37,490,0),(19715,37,491,0),(19716,37,492,0),(19717,37,493,0),(19718,37,494,0),(19719,37,495,0),(19720,37,496,0),(19721,37,497,0),(19722,37,498,0),(19723,37,499,0),(19724,37,500,0),(19725,37,501,0),(19726,37,502,0),(19727,37,503,0),(19728,37,504,0),(19729,37,505,0),(19730,37,506,0),(19731,37,507,0),(19732,37,508,0),(19733,37,509,0),(19734,37,510,0),(19735,37,511,0),(19736,37,512,0),(19737,37,513,0),(19738,37,514,0),(19739,37,515,0),(19740,37,516,0),(19741,37,517,0),(19742,37,518,0),(19743,37,519,0),(19744,37,520,0),(19745,37,521,0),(19746,37,522,0),(19747,37,523,0),(19748,37,524,0),(19749,37,525,0),(19750,37,526,0),(19751,37,527,0),(19752,37,528,0),(19753,37,529,0),(19754,37,530,0),(19755,37,531,0),(19756,37,532,0),(19757,37,533,0),(19758,37,534,0),(19759,38,1,0),(19760,38,2,0),(19761,38,3,0),(19762,38,4,0),(19763,38,5,0),(19764,38,6,0),(19765,38,7,0),(19766,38,8,0),(19767,38,9,0),(19768,38,10,0),(19769,38,11,0),(19770,38,12,0),(19771,38,13,0),(19772,38,14,0),(19773,38,15,0),(19774,38,16,0),(19775,38,17,0),(19776,38,18,0),(19777,38,19,0),(19778,38,20,0),(19779,38,21,0),(19780,38,22,0),(19781,38,23,0),(19782,38,24,0),(19783,38,25,0),(19784,38,26,0),(19785,38,27,0),(19786,38,28,0),(19787,38,29,0),(19788,38,30,0),(19789,38,31,0),(19790,38,32,0),(19791,38,33,0),(19792,38,34,0),(19793,38,35,0),(19794,38,36,0),(19795,38,37,0),(19796,38,38,0),(19797,38,39,0),(19798,38,40,0),(19799,38,41,0),(19800,38,42,0),(19801,38,43,0),(19802,38,44,0),(19803,38,45,0),(19804,38,46,0),(19805,38,47,0),(19806,38,48,0),(19807,38,49,0),(19808,38,50,0),(19809,38,51,0),(19810,38,52,0),(19811,38,53,0),(19812,38,54,0),(19813,38,55,0),(19814,38,56,0),(19815,38,57,0),(19816,38,58,0),(19817,38,59,0),(19818,38,60,0),(19819,38,61,0),(19820,38,62,0),(19821,38,63,0),(19822,38,64,0),(19823,38,65,0),(19824,38,66,0),(19825,38,67,0),(19826,38,68,0),(19827,38,69,0),(19828,38,70,0),(19829,38,71,0),(19830,38,72,0),(19831,38,73,0),(19832,38,74,0),(19833,38,75,0),(19834,38,76,0),(19835,38,77,0),(19836,38,78,0),(19837,38,79,0),(19838,38,80,0),(19839,38,81,0),(19840,38,82,0),(19841,38,83,0),(19842,38,84,0),(19843,38,85,0),(19844,38,86,0),(19845,38,87,0),(19846,38,88,0),(19847,38,89,0),(19848,38,90,0),(19849,38,91,0),(19850,38,92,0),(19851,38,93,0),(19852,38,94,0),(19853,38,95,0),(19854,38,96,0),(19855,38,97,0),(19856,38,98,0),(19857,38,99,0),(19858,38,100,0),(19859,38,101,0),(19860,38,102,0),(19861,38,103,0),(19862,38,104,0),(19863,38,105,0),(19864,38,106,0),(19865,38,107,0),(19866,38,108,0),(19867,38,109,0),(19868,38,110,0),(19869,38,111,0),(19870,38,112,0),(19871,38,113,0),(19872,38,114,0),(19873,38,115,0),(19874,38,116,0),(19875,38,117,0),(19876,38,118,0),(19877,38,119,0),(19878,38,120,0),(19879,38,121,0),(19880,38,122,0),(19881,38,123,0),(19882,38,124,0),(19883,38,125,0),(19884,38,126,0),(19885,38,127,0),(19886,38,128,0),(19887,38,129,0),(19888,38,130,0),(19889,38,131,0),(19890,38,132,0),(19891,38,133,0),(19892,38,134,0),(19893,38,135,0),(19894,38,136,0),(19895,38,137,0),(19896,38,138,0),(19897,38,139,0),(19898,38,140,0),(19899,38,141,0),(19900,38,142,0),(19901,38,143,0),(19902,38,144,0),(19903,38,145,0),(19904,38,146,0),(19905,38,147,0),(19906,38,148,0),(19907,38,149,0),(19908,38,150,0),(19909,38,151,0),(19910,38,152,0),(19911,38,153,0),(19912,38,154,0),(19913,38,155,0),(19914,38,156,0),(19915,38,157,0),(19916,38,158,0),(19917,38,159,0),(19918,38,160,0),(19919,38,161,0),(19920,38,162,0),(19921,38,163,0),(19922,38,164,0),(19923,38,165,0),(19924,38,166,0),(19925,38,167,0),(19926,38,168,0),(19927,38,169,0),(19928,38,170,0),(19929,38,171,0),(19930,38,172,0),(19931,38,173,0),(19932,38,174,0),(19933,38,175,0),(19934,38,176,0.344827586206897),(19935,38,177,0.344827586206897),(19936,38,178,0.206896551724138),(19937,38,179,0.103448275862069),(19938,38,180,0),(19939,38,181,0),(19940,38,182,0),(19941,38,183,0),(19942,38,184,0),(19943,38,185,0),(19944,38,186,0),(19945,38,187,0),(19946,38,188,0),(19947,38,189,0),(19948,38,190,0),(19949,38,191,0),(19950,38,192,0),(19951,38,193,0),(19952,38,194,0),(19953,38,195,0),(19954,38,196,0),(19955,38,197,0),(19956,38,198,0),(19957,38,199,0),(19958,38,200,0),(19959,38,201,0),(19960,38,202,0),(19961,38,203,0),(19962,38,204,0),(19963,38,205,0),(19964,38,206,0),(19965,38,207,0),(19966,38,208,0),(19967,38,209,0),(19968,38,210,0),(19969,38,211,0),(19970,38,212,0),(19971,38,213,0),(19972,38,214,0),(19973,38,215,0),(19974,38,216,0),(19975,38,217,0),(19976,38,218,0),(19977,38,219,0),(19978,38,220,0),(19979,38,221,0),(19980,38,222,0),(19981,38,223,0),(19982,38,224,0),(19983,38,225,0),(19984,38,226,0),(19985,38,227,0),(19986,38,228,0),(19987,38,229,0),(19988,38,230,0),(19989,38,231,0),(19990,38,232,0),(19991,38,233,0),(19992,38,234,0),(19993,38,235,0),(19994,38,236,0),(19995,38,237,0),(19996,38,238,0),(19997,38,239,0),(19998,38,240,0),(19999,38,241,0),(20000,38,242,0),(20001,38,243,0),(20002,38,244,0),(20003,38,245,0),(20004,38,246,0),(20005,38,247,0),(20006,38,248,0),(20007,38,249,0),(20008,38,250,0),(20009,38,251,0),(20010,38,252,0),(20011,38,253,0),(20012,38,254,0),(20013,38,255,0),(20014,38,256,0),(20015,38,257,0),(20016,38,258,0),(20017,38,259,0),(20018,38,260,0),(20019,38,261,0),(20020,38,262,0),(20021,38,263,0),(20022,38,264,0),(20023,38,265,0),(20024,38,266,0),(20025,38,267,0),(20026,38,268,0),(20027,38,269,0),(20028,38,270,0),(20029,38,271,0),(20030,38,272,0),(20031,38,273,0),(20032,38,274,0),(20033,38,275,0),(20034,38,276,0),(20035,38,277,0),(20036,38,278,0),(20037,38,279,0),(20038,38,280,0),(20039,38,281,0),(20040,38,282,0),(20041,38,283,0),(20042,38,284,0),(20043,38,285,0),(20044,38,286,0),(20045,38,287,0),(20046,38,288,0),(20047,38,289,0),(20048,38,290,0),(20049,38,291,0),(20050,38,292,0),(20051,38,293,0),(20052,38,294,0),(20053,38,295,0),(20054,38,296,0),(20055,38,297,0),(20056,38,298,0),(20057,38,299,0),(20058,38,300,0),(20059,38,301,0),(20060,38,302,0),(20061,38,303,0),(20062,38,304,0),(20063,38,305,0),(20064,38,306,0),(20065,38,307,0),(20066,38,308,0),(20067,38,309,0),(20068,38,310,0),(20069,38,311,0),(20070,38,312,0),(20071,38,313,0),(20072,38,314,0),(20073,38,315,0),(20074,38,316,0),(20075,38,317,0),(20076,38,318,0),(20077,38,319,0),(20078,38,320,0),(20079,38,321,0),(20080,38,322,0),(20081,38,323,0),(20082,38,324,0),(20083,38,325,0),(20084,38,326,0),(20085,38,327,0),(20086,38,328,0),(20087,38,329,0),(20088,38,330,0),(20089,38,331,0),(20090,38,332,0),(20091,38,333,0),(20092,38,334,0),(20093,38,335,0),(20094,38,336,0),(20095,38,337,0),(20096,38,338,0),(20097,38,339,0),(20098,38,340,0),(20099,38,341,0),(20100,38,342,0),(20101,38,343,0),(20102,38,344,0),(20103,38,345,0),(20104,38,346,0),(20105,38,347,0),(20106,38,348,0),(20107,38,349,0),(20108,38,350,0),(20109,38,351,0),(20110,38,352,0),(20111,38,353,0),(20112,38,354,0),(20113,38,355,0),(20114,38,356,0),(20115,38,357,0),(20116,38,358,0),(20117,38,359,0),(20118,38,360,0),(20119,38,361,0),(20120,38,362,0),(20121,38,363,0),(20122,38,364,0),(20123,38,365,0),(20124,38,366,0),(20125,38,367,0),(20126,38,368,0),(20127,38,369,0),(20128,38,370,0),(20129,38,371,0),(20130,38,372,0),(20131,38,373,0),(20132,38,374,0),(20133,38,375,0),(20134,38,376,0),(20135,38,377,0),(20136,38,378,0),(20137,38,379,0),(20138,38,380,0),(20139,38,381,0),(20140,38,382,0),(20141,38,383,0),(20142,38,384,0),(20143,38,385,0),(20144,38,386,0),(20145,38,387,0),(20146,38,388,0),(20147,38,389,0),(20148,38,390,0),(20149,38,391,0),(20150,38,392,0),(20151,38,393,0),(20152,38,394,0),(20153,38,395,0),(20154,38,396,0),(20155,38,397,0),(20156,38,398,0),(20157,38,399,0),(20158,38,400,0),(20159,38,401,0),(20160,38,402,0),(20161,38,403,0),(20162,38,404,0),(20163,38,405,0),(20164,38,406,0),(20165,38,407,0),(20166,38,408,0),(20167,38,409,0),(20168,38,410,0),(20169,38,411,0),(20170,38,412,0),(20171,38,413,0),(20172,38,414,0),(20173,38,415,0),(20174,38,416,0),(20175,38,417,0),(20176,38,418,0),(20177,38,419,0),(20178,38,420,0),(20179,38,421,0),(20180,38,422,0),(20181,38,423,0),(20182,38,424,0),(20183,38,425,0),(20184,38,426,0),(20185,38,427,0),(20186,38,428,0),(20187,38,429,0),(20188,38,430,0),(20189,38,431,0),(20190,38,432,0),(20191,38,433,0),(20192,38,434,0),(20193,38,435,0),(20194,38,436,0),(20195,38,437,0),(20196,38,438,0),(20197,38,439,0),(20198,38,440,0),(20199,38,441,0),(20200,38,442,0),(20201,38,443,0),(20202,38,444,0),(20203,38,445,0),(20204,38,446,0),(20205,38,447,0),(20206,38,448,0),(20207,38,449,0),(20208,38,450,0),(20209,38,451,0),(20210,38,452,0),(20211,38,453,0),(20212,38,454,0),(20213,38,455,0),(20214,38,456,0),(20215,38,457,0),(20216,38,458,0),(20217,38,459,0),(20218,38,460,0),(20219,38,461,0),(20220,38,462,0),(20221,38,463,0),(20222,38,464,0),(20223,38,465,0),(20224,38,466,0),(20225,38,467,0),(20226,38,468,0),(20227,38,469,0),(20228,38,470,0),(20229,38,471,0),(20230,38,472,0),(20231,38,473,0),(20232,38,474,0),(20233,38,475,0),(20234,38,476,0),(20235,38,477,0),(20236,38,478,0),(20237,38,479,0),(20238,38,480,0),(20239,38,481,0),(20240,38,482,0),(20241,38,483,0),(20242,38,484,0),(20243,38,485,0),(20244,38,486,0),(20245,38,487,0),(20246,38,488,0),(20247,38,489,0),(20248,38,490,0),(20249,38,491,0),(20250,38,492,0),(20251,38,493,0),(20252,38,494,0),(20253,38,495,0),(20254,38,496,0),(20255,38,497,0),(20256,38,498,0),(20257,38,499,0),(20258,38,500,0),(20259,38,501,0),(20260,38,502,0),(20261,38,503,0),(20262,38,504,0),(20263,38,505,0),(20264,38,506,0),(20265,38,507,0),(20266,38,508,0),(20267,38,509,0),(20268,38,510,0),(20269,38,511,0),(20270,38,512,0),(20271,38,513,0),(20272,38,514,0),(20273,38,515,0),(20274,38,516,0),(20275,38,517,0),(20276,38,518,0),(20277,38,519,0),(20278,38,520,0),(20279,38,521,0),(20280,38,522,0),(20281,38,523,0),(20282,38,524,0),(20283,38,525,0),(20284,38,526,0),(20285,38,527,0),(20286,38,528,0),(20287,38,529,0),(20288,38,530,0),(20289,38,531,0),(20290,38,532,0),(20291,38,533,0),(20292,38,534,0),(20293,39,1,0),(20294,39,2,0),(20295,39,3,0),(20296,39,4,0),(20297,39,5,0),(20298,39,6,0),(20299,39,7,0),(20300,39,8,0),(20301,39,9,0),(20302,39,10,0),(20303,39,11,0),(20304,39,12,0),(20305,39,13,0),(20306,39,14,0),(20307,39,15,0),(20308,39,16,0),(20309,39,17,0),(20310,39,18,0),(20311,39,19,0),(20312,39,20,0),(20313,39,21,0),(20314,39,22,0),(20315,39,23,0),(20316,39,24,0),(20317,39,25,0),(20318,39,26,0),(20319,39,27,0),(20320,39,28,0),(20321,39,29,0),(20322,39,30,0),(20323,39,31,0),(20324,39,32,0),(20325,39,33,0),(20326,39,34,0),(20327,39,35,0),(20328,39,36,0),(20329,39,37,0),(20330,39,38,0),(20331,39,39,0),(20332,39,40,0),(20333,39,41,0),(20334,39,42,0),(20335,39,43,0),(20336,39,44,0),(20337,39,45,0),(20338,39,46,0),(20339,39,47,0),(20340,39,48,0),(20341,39,49,0),(20342,39,50,0),(20343,39,51,0),(20344,39,52,0),(20345,39,53,0),(20346,39,54,0),(20347,39,55,0),(20348,39,56,0),(20349,39,57,0),(20350,39,58,0),(20351,39,59,0),(20352,39,60,0),(20353,39,61,0),(20354,39,62,0),(20355,39,63,0),(20356,39,64,0),(20357,39,65,0),(20358,39,66,0),(20359,39,67,0),(20360,39,68,0),(20361,39,69,0),(20362,39,70,0),(20363,39,71,0),(20364,39,72,0),(20365,39,73,0),(20366,39,74,0),(20367,39,75,0),(20368,39,76,0),(20369,39,77,0),(20370,39,78,0),(20371,39,79,0),(20372,39,80,0),(20373,39,81,0),(20374,39,82,0),(20375,39,83,0),(20376,39,84,0),(20377,39,85,0),(20378,39,86,0),(20379,39,87,0),(20380,39,88,0),(20381,39,89,0),(20382,39,90,0),(20383,39,91,0),(20384,39,92,0),(20385,39,93,0),(20386,39,94,0),(20387,39,95,0),(20388,39,96,0),(20389,39,97,0),(20390,39,98,0),(20391,39,99,0),(20392,39,100,0),(20393,39,101,0),(20394,39,102,0),(20395,39,103,0),(20396,39,104,0),(20397,39,105,0),(20398,39,106,0),(20399,39,107,0),(20400,39,108,0),(20401,39,109,0),(20402,39,110,0),(20403,39,111,0),(20404,39,112,0),(20405,39,113,0),(20406,39,114,0),(20407,39,115,0),(20408,39,116,0),(20409,39,117,0),(20410,39,118,0),(20411,39,119,0),(20412,39,120,0),(20413,39,121,0),(20414,39,122,0),(20415,39,123,0),(20416,39,124,0),(20417,39,125,0),(20418,39,126,0),(20419,39,127,0),(20420,39,128,0),(20421,39,129,0),(20422,39,130,0),(20423,39,131,0),(20424,39,132,0),(20425,39,133,0),(20426,39,134,0),(20427,39,135,0),(20428,39,136,0),(20429,39,137,0),(20430,39,138,0),(20431,39,139,0),(20432,39,140,0),(20433,39,141,0),(20434,39,142,0),(20435,39,143,0),(20436,39,144,0),(20437,39,145,0),(20438,39,146,0),(20439,39,147,0),(20440,39,148,0),(20441,39,149,0),(20442,39,150,0),(20443,39,151,0),(20444,39,152,0),(20445,39,153,0),(20446,39,154,0),(20447,39,155,0),(20448,39,156,0),(20449,39,157,0),(20450,39,158,0),(20451,39,159,0),(20452,39,160,0),(20453,39,161,0),(20454,39,162,0),(20455,39,163,0),(20456,39,164,0),(20457,39,165,0),(20458,39,166,0),(20459,39,167,0),(20460,39,168,0),(20461,39,169,0),(20462,39,170,0),(20463,39,171,0),(20464,39,172,0),(20465,39,173,0),(20466,39,174,0),(20467,39,175,0),(20468,39,176,0),(20469,39,177,0),(20470,39,178,0),(20471,39,179,0),(20472,39,180,0.204081632653061),(20473,39,181,0.183673469387755),(20474,39,182,0.163265306122449),(20475,39,183,0.142857142857143),(20476,39,184,0.142857142857143),(20477,39,185,0.102040816326531),(20478,39,186,0.0612244897959184),(20479,39,187,0),(20480,39,188,0),(20481,39,189,0),(20482,39,190,0),(20483,39,191,0),(20484,39,192,0),(20485,39,193,0),(20486,39,194,0),(20487,39,195,0),(20488,39,196,0),(20489,39,197,0),(20490,39,198,0),(20491,39,199,0),(20492,39,200,0),(20493,39,201,0),(20494,39,202,0),(20495,39,203,0),(20496,39,204,0),(20497,39,205,0),(20498,39,206,0),(20499,39,207,0),(20500,39,208,0),(20501,39,209,0),(20502,39,210,0),(20503,39,211,0),(20504,39,212,0),(20505,39,213,0),(20506,39,214,0),(20507,39,215,0),(20508,39,216,0),(20509,39,217,0),(20510,39,218,0),(20511,39,219,0),(20512,39,220,0),(20513,39,221,0),(20514,39,222,0),(20515,39,223,0),(20516,39,224,0),(20517,39,225,0),(20518,39,226,0),(20519,39,227,0),(20520,39,228,0),(20521,39,229,0),(20522,39,230,0),(20523,39,231,0),(20524,39,232,0),(20525,39,233,0),(20526,39,234,0),(20527,39,235,0),(20528,39,236,0),(20529,39,237,0),(20530,39,238,0),(20531,39,239,0),(20532,39,240,0),(20533,39,241,0),(20534,39,242,0),(20535,39,243,0),(20536,39,244,0),(20537,39,245,0),(20538,39,246,0),(20539,39,247,0),(20540,39,248,0),(20541,39,249,0),(20542,39,250,0),(20543,39,251,0),(20544,39,252,0),(20545,39,253,0),(20546,39,254,0),(20547,39,255,0),(20548,39,256,0),(20549,39,257,0),(20550,39,258,0),(20551,39,259,0),(20552,39,260,0),(20553,39,261,0),(20554,39,262,0),(20555,39,263,0),(20556,39,264,0),(20557,39,265,0),(20558,39,266,0),(20559,39,267,0),(20560,39,268,0),(20561,39,269,0),(20562,39,270,0),(20563,39,271,0),(20564,39,272,0),(20565,39,273,0),(20566,39,274,0),(20567,39,275,0),(20568,39,276,0),(20569,39,277,0),(20570,39,278,0),(20571,39,279,0),(20572,39,280,0),(20573,39,281,0),(20574,39,282,0),(20575,39,283,0),(20576,39,284,0),(20577,39,285,0),(20578,39,286,0),(20579,39,287,0),(20580,39,288,0),(20581,39,289,0),(20582,39,290,0),(20583,39,291,0),(20584,39,292,0),(20585,39,293,0),(20586,39,294,0),(20587,39,295,0),(20588,39,296,0),(20589,39,297,0),(20590,39,298,0),(20591,39,299,0),(20592,39,300,0),(20593,39,301,0),(20594,39,302,0),(20595,39,303,0),(20596,39,304,0),(20597,39,305,0),(20598,39,306,0),(20599,39,307,0),(20600,39,308,0),(20601,39,309,0),(20602,39,310,0),(20603,39,311,0),(20604,39,312,0),(20605,39,313,0),(20606,39,314,0),(20607,39,315,0),(20608,39,316,0),(20609,39,317,0),(20610,39,318,0),(20611,39,319,0),(20612,39,320,0),(20613,39,321,0),(20614,39,322,0),(20615,39,323,0),(20616,39,324,0),(20617,39,325,0),(20618,39,326,0),(20619,39,327,0),(20620,39,328,0),(20621,39,329,0),(20622,39,330,0),(20623,39,331,0),(20624,39,332,0),(20625,39,333,0),(20626,39,334,0),(20627,39,335,0),(20628,39,336,0),(20629,39,337,0),(20630,39,338,0),(20631,39,339,0),(20632,39,340,0),(20633,39,341,0),(20634,39,342,0),(20635,39,343,0),(20636,39,344,0),(20637,39,345,0),(20638,39,346,0),(20639,39,347,0),(20640,39,348,0),(20641,39,349,0),(20642,39,350,0),(20643,39,351,0),(20644,39,352,0),(20645,39,353,0),(20646,39,354,0),(20647,39,355,0),(20648,39,356,0),(20649,39,357,0),(20650,39,358,0),(20651,39,359,0),(20652,39,360,0),(20653,39,361,0),(20654,39,362,0),(20655,39,363,0),(20656,39,364,0),(20657,39,365,0),(20658,39,366,0),(20659,39,367,0),(20660,39,368,0),(20661,39,369,0),(20662,39,370,0),(20663,39,371,0),(20664,39,372,0),(20665,39,373,0),(20666,39,374,0),(20667,39,375,0),(20668,39,376,0),(20669,39,377,0),(20670,39,378,0),(20671,39,379,0),(20672,39,380,0),(20673,39,381,0),(20674,39,382,0),(20675,39,383,0),(20676,39,384,0),(20677,39,385,0),(20678,39,386,0),(20679,39,387,0),(20680,39,388,0),(20681,39,389,0),(20682,39,390,0),(20683,39,391,0),(20684,39,392,0),(20685,39,393,0),(20686,39,394,0),(20687,39,395,0),(20688,39,396,0),(20689,39,397,0),(20690,39,398,0),(20691,39,399,0),(20692,39,400,0),(20693,39,401,0),(20694,39,402,0),(20695,39,403,0),(20696,39,404,0),(20697,39,405,0),(20698,39,406,0),(20699,39,407,0),(20700,39,408,0),(20701,39,409,0),(20702,39,410,0),(20703,39,411,0),(20704,39,412,0),(20705,39,413,0),(20706,39,414,0),(20707,39,415,0),(20708,39,416,0),(20709,39,417,0),(20710,39,418,0),(20711,39,419,0),(20712,39,420,0),(20713,39,421,0),(20714,39,422,0),(20715,39,423,0),(20716,39,424,0),(20717,39,425,0),(20718,39,426,0),(20719,39,427,0),(20720,39,428,0),(20721,39,429,0),(20722,39,430,0),(20723,39,431,0),(20724,39,432,0),(20725,39,433,0),(20726,39,434,0),(20727,39,435,0),(20728,39,436,0),(20729,39,437,0),(20730,39,438,0),(20731,39,439,0),(20732,39,440,0),(20733,39,441,0),(20734,39,442,0),(20735,39,443,0),(20736,39,444,0),(20737,39,445,0),(20738,39,446,0),(20739,39,447,0),(20740,39,448,0),(20741,39,449,0),(20742,39,450,0),(20743,39,451,0),(20744,39,452,0),(20745,39,453,0),(20746,39,454,0),(20747,39,455,0),(20748,39,456,0),(20749,39,457,0),(20750,39,458,0),(20751,39,459,0),(20752,39,460,0),(20753,39,461,0),(20754,39,462,0),(20755,39,463,0),(20756,39,464,0),(20757,39,465,0),(20758,39,466,0),(20759,39,467,0),(20760,39,468,0),(20761,39,469,0),(20762,39,470,0),(20763,39,471,0),(20764,39,472,0),(20765,39,473,0),(20766,39,474,0),(20767,39,475,0),(20768,39,476,0),(20769,39,477,0),(20770,39,478,0),(20771,39,479,0),(20772,39,480,0),(20773,39,481,0),(20774,39,482,0),(20775,39,483,0),(20776,39,484,0),(20777,39,485,0),(20778,39,486,0),(20779,39,487,0),(20780,39,488,0),(20781,39,489,0),(20782,39,490,0),(20783,39,491,0),(20784,39,492,0),(20785,39,493,0),(20786,39,494,0),(20787,39,495,0),(20788,39,496,0),(20789,39,497,0),(20790,39,498,0),(20791,39,499,0),(20792,39,500,0),(20793,39,501,0),(20794,39,502,0),(20795,39,503,0),(20796,39,504,0),(20797,39,505,0),(20798,39,506,0),(20799,39,507,0),(20800,39,508,0),(20801,39,509,0),(20802,39,510,0),(20803,39,511,0),(20804,39,512,0),(20805,39,513,0),(20806,39,514,0),(20807,39,515,0),(20808,39,516,0),(20809,39,517,0),(20810,39,518,0),(20811,39,519,0),(20812,39,520,0),(20813,39,521,0),(20814,39,522,0),(20815,39,523,0),(20816,39,524,0),(20817,39,525,0),(20818,39,526,0),(20819,39,527,0),(20820,39,528,0),(20821,39,529,0),(20822,39,530,0),(20823,39,531,0),(20824,39,532,0),(20825,39,533,0),(20826,39,534,0),(20827,40,1,0),(20828,40,2,0),(20829,40,3,0),(20830,40,4,0),(20831,40,5,0),(20832,40,6,0),(20833,40,7,0),(20834,40,8,0),(20835,40,9,0),(20836,40,10,0),(20837,40,11,0),(20838,40,12,0),(20839,40,13,0),(20840,40,14,0),(20841,40,15,0),(20842,40,16,0),(20843,40,17,0),(20844,40,18,0),(20845,40,19,0),(20846,40,20,0),(20847,40,21,0),(20848,40,22,0),(20849,40,23,0),(20850,40,24,0),(20851,40,25,0),(20852,40,26,0),(20853,40,27,0),(20854,40,28,0),(20855,40,29,0),(20856,40,30,0),(20857,40,31,0),(20858,40,32,0),(20859,40,33,0),(20860,40,34,0),(20861,40,35,0),(20862,40,36,0),(20863,40,37,0),(20864,40,38,0),(20865,40,39,0),(20866,40,40,0),(20867,40,41,0),(20868,40,42,0),(20869,40,43,0),(20870,40,44,0),(20871,40,45,0),(20872,40,46,0),(20873,40,47,0),(20874,40,48,0),(20875,40,49,0),(20876,40,50,0),(20877,40,51,0),(20878,40,52,0),(20879,40,53,0),(20880,40,54,0),(20881,40,55,0),(20882,40,56,0),(20883,40,57,0),(20884,40,58,0),(20885,40,59,0),(20886,40,60,0),(20887,40,61,0),(20888,40,62,0),(20889,40,63,0),(20890,40,64,0),(20891,40,65,0),(20892,40,66,0),(20893,40,67,0),(20894,40,68,0),(20895,40,69,0),(20896,40,70,0),(20897,40,71,0),(20898,40,72,0),(20899,40,73,0),(20900,40,74,0),(20901,40,75,0),(20902,40,76,0),(20903,40,77,0),(20904,40,78,0),(20905,40,79,0),(20906,40,80,0),(20907,40,81,0),(20908,40,82,0),(20909,40,83,0),(20910,40,84,0),(20911,40,85,0),(20912,40,86,0),(20913,40,87,0),(20914,40,88,0),(20915,40,89,0),(20916,40,90,0),(20917,40,91,0),(20918,40,92,0),(20919,40,93,0),(20920,40,94,0),(20921,40,95,0),(20922,40,96,0),(20923,40,97,0),(20924,40,98,0),(20925,40,99,0),(20926,40,100,0),(20927,40,101,0),(20928,40,102,0),(20929,40,103,0),(20930,40,104,0),(20931,40,105,0),(20932,40,106,0),(20933,40,107,0),(20934,40,108,0),(20935,40,109,0),(20936,40,110,0),(20937,40,111,0),(20938,40,112,0),(20939,40,113,0),(20940,40,114,0),(20941,40,115,0),(20942,40,116,0),(20943,40,117,0),(20944,40,118,0),(20945,40,119,0),(20946,40,120,0),(20947,40,121,0),(20948,40,122,0),(20949,40,123,0),(20950,40,124,0),(20951,40,125,0),(20952,40,126,0),(20953,40,127,0),(20954,40,128,0),(20955,40,129,0),(20956,40,130,0),(20957,40,131,0),(20958,40,132,0),(20959,40,133,0),(20960,40,134,0),(20961,40,135,0),(20962,40,136,0),(20963,40,137,0),(20964,40,138,0),(20965,40,139,0),(20966,40,140,0),(20967,40,141,0),(20968,40,142,0),(20969,40,143,0),(20970,40,144,0),(20971,40,145,0),(20972,40,146,0),(20973,40,147,0),(20974,40,148,0),(20975,40,149,0),(20976,40,150,0),(20977,40,151,0),(20978,40,152,0),(20979,40,153,0),(20980,40,154,0),(20981,40,155,0),(20982,40,156,0),(20983,40,157,0),(20984,40,158,0),(20985,40,159,0),(20986,40,160,0),(20987,40,161,0),(20988,40,162,0),(20989,40,163,0),(20990,40,164,0),(20991,40,165,0),(20992,40,166,0),(20993,40,167,0),(20994,40,168,0),(20995,40,169,0),(20996,40,170,0),(20997,40,171,0),(20998,40,172,0),(20999,40,173,0),(21000,40,174,0),(21001,40,175,0),(21002,40,176,0),(21003,40,177,0),(21004,40,178,0),(21005,40,179,0),(21006,40,180,0),(21007,40,181,0),(21008,40,182,0),(21009,40,183,0),(21010,40,184,0),(21011,40,185,0),(21012,40,186,0),(21013,40,187,0.476190476190476),(21014,40,188,0.285714285714286),(21015,40,189,0.238095238095238),(21016,40,190,0),(21017,40,191,0),(21018,40,192,0),(21019,40,193,0),(21020,40,194,0),(21021,40,195,0),(21022,40,196,0),(21023,40,197,0),(21024,40,198,0),(21025,40,199,0),(21026,40,200,0),(21027,40,201,0),(21028,40,202,0),(21029,40,203,0),(21030,40,204,0),(21031,40,205,0),(21032,40,206,0),(21033,40,207,0),(21034,40,208,0),(21035,40,209,0),(21036,40,210,0),(21037,40,211,0),(21038,40,212,0),(21039,40,213,0),(21040,40,214,0),(21041,40,215,0),(21042,40,216,0),(21043,40,217,0),(21044,40,218,0),(21045,40,219,0),(21046,40,220,0),(21047,40,221,0),(21048,40,222,0),(21049,40,223,0),(21050,40,224,0),(21051,40,225,0),(21052,40,226,0),(21053,40,227,0),(21054,40,228,0),(21055,40,229,0),(21056,40,230,0),(21057,40,231,0),(21058,40,232,0),(21059,40,233,0),(21060,40,234,0),(21061,40,235,0),(21062,40,236,0),(21063,40,237,0),(21064,40,238,0),(21065,40,239,0),(21066,40,240,0),(21067,40,241,0),(21068,40,242,0),(21069,40,243,0),(21070,40,244,0),(21071,40,245,0),(21072,40,246,0),(21073,40,247,0),(21074,40,248,0),(21075,40,249,0),(21076,40,250,0),(21077,40,251,0),(21078,40,252,0),(21079,40,253,0),(21080,40,254,0),(21081,40,255,0),(21082,40,256,0),(21083,40,257,0),(21084,40,258,0),(21085,40,259,0),(21086,40,260,0),(21087,40,261,0),(21088,40,262,0),(21089,40,263,0),(21090,40,264,0),(21091,40,265,0),(21092,40,266,0),(21093,40,267,0),(21094,40,268,0),(21095,40,269,0),(21096,40,270,0),(21097,40,271,0),(21098,40,272,0),(21099,40,273,0),(21100,40,274,0),(21101,40,275,0),(21102,40,276,0),(21103,40,277,0),(21104,40,278,0),(21105,40,279,0),(21106,40,280,0),(21107,40,281,0),(21108,40,282,0),(21109,40,283,0),(21110,40,284,0),(21111,40,285,0),(21112,40,286,0),(21113,40,287,0),(21114,40,288,0),(21115,40,289,0),(21116,40,290,0),(21117,40,291,0),(21118,40,292,0),(21119,40,293,0),(21120,40,294,0),(21121,40,295,0),(21122,40,296,0),(21123,40,297,0),(21124,40,298,0),(21125,40,299,0),(21126,40,300,0),(21127,40,301,0),(21128,40,302,0),(21129,40,303,0),(21130,40,304,0),(21131,40,305,0),(21132,40,306,0),(21133,40,307,0),(21134,40,308,0),(21135,40,309,0),(21136,40,310,0),(21137,40,311,0),(21138,40,312,0),(21139,40,313,0),(21140,40,314,0),(21141,40,315,0),(21142,40,316,0),(21143,40,317,0),(21144,40,318,0),(21145,40,319,0),(21146,40,320,0),(21147,40,321,0),(21148,40,322,0),(21149,40,323,0),(21150,40,324,0),(21151,40,325,0),(21152,40,326,0),(21153,40,327,0),(21154,40,328,0),(21155,40,329,0),(21156,40,330,0),(21157,40,331,0),(21158,40,332,0),(21159,40,333,0),(21160,40,334,0),(21161,40,335,0),(21162,40,336,0),(21163,40,337,0),(21164,40,338,0),(21165,40,339,0),(21166,40,340,0),(21167,40,341,0),(21168,40,342,0),(21169,40,343,0),(21170,40,344,0),(21171,40,345,0),(21172,40,346,0),(21173,40,347,0),(21174,40,348,0),(21175,40,349,0),(21176,40,350,0),(21177,40,351,0),(21178,40,352,0),(21179,40,353,0),(21180,40,354,0),(21181,40,355,0),(21182,40,356,0),(21183,40,357,0),(21184,40,358,0),(21185,40,359,0),(21186,40,360,0),(21187,40,361,0),(21188,40,362,0),(21189,40,363,0),(21190,40,364,0),(21191,40,365,0),(21192,40,366,0),(21193,40,367,0),(21194,40,368,0),(21195,40,369,0),(21196,40,370,0),(21197,40,371,0),(21198,40,372,0),(21199,40,373,0),(21200,40,374,0),(21201,40,375,0),(21202,40,376,0),(21203,40,377,0),(21204,40,378,0),(21205,40,379,0),(21206,40,380,0),(21207,40,381,0),(21208,40,382,0),(21209,40,383,0),(21210,40,384,0),(21211,40,385,0),(21212,40,386,0),(21213,40,387,0),(21214,40,388,0),(21215,40,389,0),(21216,40,390,0),(21217,40,391,0),(21218,40,392,0),(21219,40,393,0),(21220,40,394,0),(21221,40,395,0),(21222,40,396,0),(21223,40,397,0),(21224,40,398,0),(21225,40,399,0),(21226,40,400,0),(21227,40,401,0),(21228,40,402,0),(21229,40,403,0),(21230,40,404,0),(21231,40,405,0),(21232,40,406,0),(21233,40,407,0),(21234,40,408,0),(21235,40,409,0),(21236,40,410,0),(21237,40,411,0),(21238,40,412,0),(21239,40,413,0),(21240,40,414,0),(21241,40,415,0),(21242,40,416,0),(21243,40,417,0),(21244,40,418,0),(21245,40,419,0),(21246,40,420,0),(21247,40,421,0),(21248,40,422,0),(21249,40,423,0),(21250,40,424,0),(21251,40,425,0),(21252,40,426,0),(21253,40,427,0),(21254,40,428,0),(21255,40,429,0),(21256,40,430,0),(21257,40,431,0),(21258,40,432,0),(21259,40,433,0),(21260,40,434,0),(21261,40,435,0),(21262,40,436,0),(21263,40,437,0),(21264,40,438,0),(21265,40,439,0),(21266,40,440,0),(21267,40,441,0),(21268,40,442,0),(21269,40,443,0),(21270,40,444,0),(21271,40,445,0),(21272,40,446,0),(21273,40,447,0),(21274,40,448,0),(21275,40,449,0),(21276,40,450,0),(21277,40,451,0),(21278,40,452,0),(21279,40,453,0),(21280,40,454,0),(21281,40,455,0),(21282,40,456,0),(21283,40,457,0),(21284,40,458,0),(21285,40,459,0),(21286,40,460,0),(21287,40,461,0),(21288,40,462,0),(21289,40,463,0),(21290,40,464,0),(21291,40,465,0),(21292,40,466,0),(21293,40,467,0),(21294,40,468,0),(21295,40,469,0),(21296,40,470,0),(21297,40,471,0),(21298,40,472,0),(21299,40,473,0),(21300,40,474,0),(21301,40,475,0),(21302,40,476,0),(21303,40,477,0),(21304,40,478,0),(21305,40,479,0),(21306,40,480,0),(21307,40,481,0),(21308,40,482,0),(21309,40,483,0),(21310,40,484,0),(21311,40,485,0),(21312,40,486,0),(21313,40,487,0),(21314,40,488,0),(21315,40,489,0),(21316,40,490,0),(21317,40,491,0),(21318,40,492,0),(21319,40,493,0),(21320,40,494,0),(21321,40,495,0),(21322,40,496,0),(21323,40,497,0),(21324,40,498,0),(21325,40,499,0),(21326,40,500,0),(21327,40,501,0),(21328,40,502,0),(21329,40,503,0),(21330,40,504,0),(21331,40,505,0),(21332,40,506,0),(21333,40,507,0),(21334,40,508,0),(21335,40,509,0),(21336,40,510,0),(21337,40,511,0),(21338,40,512,0),(21339,40,513,0),(21340,40,514,0),(21341,40,515,0),(21342,40,516,0),(21343,40,517,0),(21344,40,518,0),(21345,40,519,0),(21346,40,520,0),(21347,40,521,0),(21348,40,522,0),(21349,40,523,0),(21350,40,524,0),(21351,40,525,0),(21352,40,526,0),(21353,40,527,0),(21354,40,528,0),(21355,40,529,0),(21356,40,530,0),(21357,40,531,0),(21358,40,532,0),(21359,40,533,0),(21360,40,534,0),(21361,41,1,0),(21362,41,2,0),(21363,41,3,0),(21364,41,4,0),(21365,41,5,0),(21366,41,6,0),(21367,41,7,0),(21368,41,8,0),(21369,41,9,0),(21370,41,10,0),(21371,41,11,0),(21372,41,12,0),(21373,41,13,0),(21374,41,14,0),(21375,41,15,0),(21376,41,16,0),(21377,41,17,0),(21378,41,18,0),(21379,41,19,0),(21380,41,20,0),(21381,41,21,0),(21382,41,22,0),(21383,41,23,0),(21384,41,24,0),(21385,41,25,0),(21386,41,26,0),(21387,41,27,0),(21388,41,28,0),(21389,41,29,0),(21390,41,30,0),(21391,41,31,0),(21392,41,32,0),(21393,41,33,0),(21394,41,34,0),(21395,41,35,0),(21396,41,36,0),(21397,41,37,0),(21398,41,38,0),(21399,41,39,0),(21400,41,40,0),(21401,41,41,0),(21402,41,42,0),(21403,41,43,0),(21404,41,44,0),(21405,41,45,0),(21406,41,46,0),(21407,41,47,0),(21408,41,48,0),(21409,41,49,0),(21410,41,50,0),(21411,41,51,0),(21412,41,52,0),(21413,41,53,0),(21414,41,54,0),(21415,41,55,0),(21416,41,56,0),(21417,41,57,0),(21418,41,58,0),(21419,41,59,0),(21420,41,60,0),(21421,41,61,0),(21422,41,62,0),(21423,41,63,0),(21424,41,64,0),(21425,41,65,0),(21426,41,66,0),(21427,41,67,0),(21428,41,68,0),(21429,41,69,0),(21430,41,70,0),(21431,41,71,0),(21432,41,72,0),(21433,41,73,0),(21434,41,74,0),(21435,41,75,0),(21436,41,76,0),(21437,41,77,0),(21438,41,78,0),(21439,41,79,0),(21440,41,80,0),(21441,41,81,0),(21442,41,82,0),(21443,41,83,0),(21444,41,84,0),(21445,41,85,0),(21446,41,86,0),(21447,41,87,0),(21448,41,88,0),(21449,41,89,0),(21450,41,90,0),(21451,41,91,0),(21452,41,92,0),(21453,41,93,0),(21454,41,94,0),(21455,41,95,0),(21456,41,96,0),(21457,41,97,0),(21458,41,98,0),(21459,41,99,0),(21460,41,100,0),(21461,41,101,0),(21462,41,102,0),(21463,41,103,0),(21464,41,104,0),(21465,41,105,0),(21466,41,106,0),(21467,41,107,0),(21468,41,108,0),(21469,41,109,0),(21470,41,110,0),(21471,41,111,0),(21472,41,112,0),(21473,41,113,0),(21474,41,114,0),(21475,41,115,0),(21476,41,116,0),(21477,41,117,0),(21478,41,118,0),(21479,41,119,0),(21480,41,120,0),(21481,41,121,0),(21482,41,122,0),(21483,41,123,0),(21484,41,124,0),(21485,41,125,0),(21486,41,126,0),(21487,41,127,0),(21488,41,128,0),(21489,41,129,0),(21490,41,130,0),(21491,41,131,0),(21492,41,132,0),(21493,41,133,0),(21494,41,134,0),(21495,41,135,0),(21496,41,136,0),(21497,41,137,0),(21498,41,138,0),(21499,41,139,0),(21500,41,140,0),(21501,41,141,0),(21502,41,142,0),(21503,41,143,0),(21504,41,144,0),(21505,41,145,0),(21506,41,146,0),(21507,41,147,0),(21508,41,148,0),(21509,41,149,0),(21510,41,150,0),(21511,41,151,0),(21512,41,152,0),(21513,41,153,0),(21514,41,154,0),(21515,41,155,0),(21516,41,156,0),(21517,41,157,0),(21518,41,158,0),(21519,41,159,0),(21520,41,160,0),(21521,41,161,0),(21522,41,162,0),(21523,41,163,0),(21524,41,164,0),(21525,41,165,0),(21526,41,166,0),(21527,41,167,0),(21528,41,168,0),(21529,41,169,0),(21530,41,170,0),(21531,41,171,0),(21532,41,172,0),(21533,41,173,0),(21534,41,174,0),(21535,41,175,0),(21536,41,176,0),(21537,41,177,0),(21538,41,178,0),(21539,41,179,0),(21540,41,180,0),(21541,41,181,0),(21542,41,182,0),(21543,41,183,0),(21544,41,184,0),(21545,41,185,0),(21546,41,186,0),(21547,41,187,0),(21548,41,188,0),(21549,41,189,0),(21550,41,190,0.384615384615385),(21551,41,191,0.346153846153846),(21552,41,192,0.269230769230769),(21553,41,193,0),(21554,41,194,0),(21555,41,195,0),(21556,41,196,0),(21557,41,197,0),(21558,41,198,0),(21559,41,199,0),(21560,41,200,0),(21561,41,201,0),(21562,41,202,0),(21563,41,203,0),(21564,41,204,0),(21565,41,205,0),(21566,41,206,0),(21567,41,207,0),(21568,41,208,0),(21569,41,209,0),(21570,41,210,0),(21571,41,211,0),(21572,41,212,0),(21573,41,213,0),(21574,41,214,0),(21575,41,215,0),(21576,41,216,0),(21577,41,217,0),(21578,41,218,0),(21579,41,219,0),(21580,41,220,0),(21581,41,221,0),(21582,41,222,0),(21583,41,223,0),(21584,41,224,0),(21585,41,225,0),(21586,41,226,0),(21587,41,227,0),(21588,41,228,0),(21589,41,229,0),(21590,41,230,0),(21591,41,231,0),(21592,41,232,0),(21593,41,233,0),(21594,41,234,0),(21595,41,235,0),(21596,41,236,0),(21597,41,237,0),(21598,41,238,0),(21599,41,239,0),(21600,41,240,0),(21601,41,241,0),(21602,41,242,0),(21603,41,243,0),(21604,41,244,0),(21605,41,245,0),(21606,41,246,0),(21607,41,247,0),(21608,41,248,0),(21609,41,249,0),(21610,41,250,0),(21611,41,251,0),(21612,41,252,0),(21613,41,253,0),(21614,41,254,0),(21615,41,255,0),(21616,41,256,0),(21617,41,257,0),(21618,41,258,0),(21619,41,259,0),(21620,41,260,0),(21621,41,261,0),(21622,41,262,0),(21623,41,263,0),(21624,41,264,0),(21625,41,265,0),(21626,41,266,0),(21627,41,267,0),(21628,41,268,0),(21629,41,269,0),(21630,41,270,0),(21631,41,271,0),(21632,41,272,0),(21633,41,273,0),(21634,41,274,0),(21635,41,275,0),(21636,41,276,0),(21637,41,277,0),(21638,41,278,0),(21639,41,279,0),(21640,41,280,0),(21641,41,281,0),(21642,41,282,0),(21643,41,283,0),(21644,41,284,0),(21645,41,285,0),(21646,41,286,0),(21647,41,287,0),(21648,41,288,0),(21649,41,289,0),(21650,41,290,0),(21651,41,291,0),(21652,41,292,0),(21653,41,293,0),(21654,41,294,0),(21655,41,295,0),(21656,41,296,0),(21657,41,297,0),(21658,41,298,0),(21659,41,299,0),(21660,41,300,0),(21661,41,301,0),(21662,41,302,0),(21663,41,303,0),(21664,41,304,0),(21665,41,305,0),(21666,41,306,0),(21667,41,307,0),(21668,41,308,0),(21669,41,309,0),(21670,41,310,0),(21671,41,311,0),(21672,41,312,0),(21673,41,313,0),(21674,41,314,0),(21675,41,315,0),(21676,41,316,0),(21677,41,317,0),(21678,41,318,0),(21679,41,319,0),(21680,41,320,0),(21681,41,321,0),(21682,41,322,0),(21683,41,323,0),(21684,41,324,0),(21685,41,325,0),(21686,41,326,0),(21687,41,327,0),(21688,41,328,0),(21689,41,329,0),(21690,41,330,0),(21691,41,331,0),(21692,41,332,0),(21693,41,333,0),(21694,41,334,0),(21695,41,335,0),(21696,41,336,0),(21697,41,337,0),(21698,41,338,0),(21699,41,339,0),(21700,41,340,0),(21701,41,341,0),(21702,41,342,0),(21703,41,343,0),(21704,41,344,0),(21705,41,345,0),(21706,41,346,0),(21707,41,347,0),(21708,41,348,0),(21709,41,349,0),(21710,41,350,0),(21711,41,351,0),(21712,41,352,0),(21713,41,353,0),(21714,41,354,0),(21715,41,355,0),(21716,41,356,0),(21717,41,357,0),(21718,41,358,0),(21719,41,359,0),(21720,41,360,0),(21721,41,361,0),(21722,41,362,0),(21723,41,363,0),(21724,41,364,0),(21725,41,365,0),(21726,41,366,0),(21727,41,367,0),(21728,41,368,0),(21729,41,369,0),(21730,41,370,0),(21731,41,371,0),(21732,41,372,0),(21733,41,373,0),(21734,41,374,0),(21735,41,375,0),(21736,41,376,0),(21737,41,377,0),(21738,41,378,0),(21739,41,379,0),(21740,41,380,0),(21741,41,381,0),(21742,41,382,0),(21743,41,383,0),(21744,41,384,0),(21745,41,385,0),(21746,41,386,0),(21747,41,387,0),(21748,41,388,0),(21749,41,389,0),(21750,41,390,0),(21751,41,391,0),(21752,41,392,0),(21753,41,393,0),(21754,41,394,0),(21755,41,395,0),(21756,41,396,0),(21757,41,397,0),(21758,41,398,0),(21759,41,399,0),(21760,41,400,0),(21761,41,401,0),(21762,41,402,0),(21763,41,403,0),(21764,41,404,0),(21765,41,405,0),(21766,41,406,0),(21767,41,407,0),(21768,41,408,0),(21769,41,409,0),(21770,41,410,0),(21771,41,411,0),(21772,41,412,0),(21773,41,413,0),(21774,41,414,0),(21775,41,415,0),(21776,41,416,0),(21777,41,417,0),(21778,41,418,0),(21779,41,419,0),(21780,41,420,0),(21781,41,421,0),(21782,41,422,0),(21783,41,423,0),(21784,41,424,0),(21785,41,425,0),(21786,41,426,0),(21787,41,427,0),(21788,41,428,0),(21789,41,429,0),(21790,41,430,0),(21791,41,431,0),(21792,41,432,0),(21793,41,433,0),(21794,41,434,0),(21795,41,435,0),(21796,41,436,0),(21797,41,437,0),(21798,41,438,0),(21799,41,439,0),(21800,41,440,0),(21801,41,441,0),(21802,41,442,0),(21803,41,443,0),(21804,41,444,0),(21805,41,445,0),(21806,41,446,0),(21807,41,447,0),(21808,41,448,0),(21809,41,449,0),(21810,41,450,0),(21811,41,451,0),(21812,41,452,0),(21813,41,453,0),(21814,41,454,0),(21815,41,455,0),(21816,41,456,0),(21817,41,457,0),(21818,41,458,0),(21819,41,459,0),(21820,41,460,0),(21821,41,461,0),(21822,41,462,0),(21823,41,463,0),(21824,41,464,0),(21825,41,465,0),(21826,41,466,0),(21827,41,467,0),(21828,41,468,0),(21829,41,469,0),(21830,41,470,0),(21831,41,471,0),(21832,41,472,0),(21833,41,473,0),(21834,41,474,0),(21835,41,475,0),(21836,41,476,0),(21837,41,477,0),(21838,41,478,0),(21839,41,479,0),(21840,41,480,0),(21841,41,481,0),(21842,41,482,0),(21843,41,483,0),(21844,41,484,0),(21845,41,485,0),(21846,41,486,0),(21847,41,487,0),(21848,41,488,0),(21849,41,489,0),(21850,41,490,0),(21851,41,491,0),(21852,41,492,0),(21853,41,493,0),(21854,41,494,0),(21855,41,495,0),(21856,41,496,0),(21857,41,497,0),(21858,41,498,0),(21859,41,499,0),(21860,41,500,0),(21861,41,501,0),(21862,41,502,0),(21863,41,503,0),(21864,41,504,0),(21865,41,505,0),(21866,41,506,0),(21867,41,507,0),(21868,41,508,0),(21869,41,509,0),(21870,41,510,0),(21871,41,511,0),(21872,41,512,0),(21873,41,513,0),(21874,41,514,0),(21875,41,515,0),(21876,41,516,0),(21877,41,517,0),(21878,41,518,0),(21879,41,519,0),(21880,41,520,0),(21881,41,521,0),(21882,41,522,0),(21883,41,523,0),(21884,41,524,0),(21885,41,525,0),(21886,41,526,0),(21887,41,527,0),(21888,41,528,0),(21889,41,529,0),(21890,41,530,0),(21891,41,531,0),(21892,41,532,0),(21893,41,533,0),(21894,41,534,0),(21895,42,1,0),(21896,42,2,0),(21897,42,3,0),(21898,42,4,0),(21899,42,5,0),(21900,42,6,0),(21901,42,7,0),(21902,42,8,0),(21903,42,9,0),(21904,42,10,0),(21905,42,11,0),(21906,42,12,0),(21907,42,13,0),(21908,42,14,0),(21909,42,15,0),(21910,42,16,0),(21911,42,17,0),(21912,42,18,0),(21913,42,19,0),(21914,42,20,0),(21915,42,21,0),(21916,42,22,0),(21917,42,23,0),(21918,42,24,0),(21919,42,25,0),(21920,42,26,0),(21921,42,27,0),(21922,42,28,0),(21923,42,29,0),(21924,42,30,0),(21925,42,31,0),(21926,42,32,0),(21927,42,33,0),(21928,42,34,0),(21929,42,35,0),(21930,42,36,0),(21931,42,37,0),(21932,42,38,0),(21933,42,39,0),(21934,42,40,0),(21935,42,41,0),(21936,42,42,0),(21937,42,43,0),(21938,42,44,0),(21939,42,45,0),(21940,42,46,0),(21941,42,47,0),(21942,42,48,0),(21943,42,49,0),(21944,42,50,0),(21945,42,51,0),(21946,42,52,0),(21947,42,53,0),(21948,42,54,0),(21949,42,55,0),(21950,42,56,0),(21951,42,57,0),(21952,42,58,0),(21953,42,59,0),(21954,42,60,0),(21955,42,61,0),(21956,42,62,0),(21957,42,63,0),(21958,42,64,0),(21959,42,65,0),(21960,42,66,0),(21961,42,67,0),(21962,42,68,0),(21963,42,69,0),(21964,42,70,0),(21965,42,71,0),(21966,42,72,0),(21967,42,73,0),(21968,42,74,0),(21969,42,75,0),(21970,42,76,0),(21971,42,77,0),(21972,42,78,0),(21973,42,79,0),(21974,42,80,0),(21975,42,81,0),(21976,42,82,0),(21977,42,83,0),(21978,42,84,0),(21979,42,85,0),(21980,42,86,0),(21981,42,87,0),(21982,42,88,0),(21983,42,89,0),(21984,42,90,0),(21985,42,91,0),(21986,42,92,0),(21987,42,93,0),(21988,42,94,0),(21989,42,95,0),(21990,42,96,0),(21991,42,97,0),(21992,42,98,0),(21993,42,99,0),(21994,42,100,0),(21995,42,101,0),(21996,42,102,0),(21997,42,103,0),(21998,42,104,0),(21999,42,105,0),(22000,42,106,0),(22001,42,107,0),(22002,42,108,0),(22003,42,109,0),(22004,42,110,0),(22005,42,111,0),(22006,42,112,0),(22007,42,113,0),(22008,42,114,0),(22009,42,115,0),(22010,42,116,0),(22011,42,117,0),(22012,42,118,0),(22013,42,119,0),(22014,42,120,0),(22015,42,121,0),(22016,42,122,0),(22017,42,123,0),(22018,42,124,0),(22019,42,125,0),(22020,42,126,0),(22021,42,127,0),(22022,42,128,0),(22023,42,129,0),(22024,42,130,0),(22025,42,131,0),(22026,42,132,0),(22027,42,133,0),(22028,42,134,0),(22029,42,135,0),(22030,42,136,0),(22031,42,137,0),(22032,42,138,0),(22033,42,139,0),(22034,42,140,0),(22035,42,141,0),(22036,42,142,0),(22037,42,143,0),(22038,42,144,0),(22039,42,145,0),(22040,42,146,0),(22041,42,147,0),(22042,42,148,0),(22043,42,149,0),(22044,42,150,0),(22045,42,151,0),(22046,42,152,0),(22047,42,153,0),(22048,42,154,0),(22049,42,155,0),(22050,42,156,0),(22051,42,157,0),(22052,42,158,0),(22053,42,159,0),(22054,42,160,0),(22055,42,161,0),(22056,42,162,0),(22057,42,163,0),(22058,42,164,0),(22059,42,165,0),(22060,42,166,0),(22061,42,167,0),(22062,42,168,0),(22063,42,169,0),(22064,42,170,0),(22065,42,171,0),(22066,42,172,0),(22067,42,173,0),(22068,42,174,0),(22069,42,175,0),(22070,42,176,0),(22071,42,177,0),(22072,42,178,0),(22073,42,179,0),(22074,42,180,0),(22075,42,181,0),(22076,42,182,0),(22077,42,183,0),(22078,42,184,0),(22079,42,185,0),(22080,42,186,0),(22081,42,187,0),(22082,42,188,0),(22083,42,189,0),(22084,42,190,0),(22085,42,191,0),(22086,42,192,0),(22087,42,193,0.714285714285714),(22088,42,194,0.285714285714286),(22089,42,195,0),(22090,42,196,0),(22091,42,197,0),(22092,42,198,0),(22093,42,199,0),(22094,42,200,0),(22095,42,201,0),(22096,42,202,0),(22097,42,203,0),(22098,42,204,0),(22099,42,205,0),(22100,42,206,0),(22101,42,207,0),(22102,42,208,0),(22103,42,209,0),(22104,42,210,0),(22105,42,211,0),(22106,42,212,0),(22107,42,213,0),(22108,42,214,0),(22109,42,215,0),(22110,42,216,0),(22111,42,217,0),(22112,42,218,0),(22113,42,219,0),(22114,42,220,0),(22115,42,221,0),(22116,42,222,0),(22117,42,223,0),(22118,42,224,0),(22119,42,225,0),(22120,42,226,0),(22121,42,227,0),(22122,42,228,0),(22123,42,229,0),(22124,42,230,0),(22125,42,231,0),(22126,42,232,0),(22127,42,233,0),(22128,42,234,0),(22129,42,235,0),(22130,42,236,0),(22131,42,237,0),(22132,42,238,0),(22133,42,239,0),(22134,42,240,0),(22135,42,241,0),(22136,42,242,0),(22137,42,243,0),(22138,42,244,0),(22139,42,245,0),(22140,42,246,0),(22141,42,247,0),(22142,42,248,0),(22143,42,249,0),(22144,42,250,0),(22145,42,251,0),(22146,42,252,0),(22147,42,253,0),(22148,42,254,0),(22149,42,255,0),(22150,42,256,0),(22151,42,257,0),(22152,42,258,0),(22153,42,259,0),(22154,42,260,0),(22155,42,261,0),(22156,42,262,0),(22157,42,263,0),(22158,42,264,0),(22159,42,265,0),(22160,42,266,0),(22161,42,267,0),(22162,42,268,0),(22163,42,269,0),(22164,42,270,0),(22165,42,271,0),(22166,42,272,0),(22167,42,273,0),(22168,42,274,0),(22169,42,275,0),(22170,42,276,0),(22171,42,277,0),(22172,42,278,0),(22173,42,279,0),(22174,42,280,0),(22175,42,281,0),(22176,42,282,0),(22177,42,283,0),(22178,42,284,0),(22179,42,285,0),(22180,42,286,0),(22181,42,287,0),(22182,42,288,0),(22183,42,289,0),(22184,42,290,0),(22185,42,291,0),(22186,42,292,0),(22187,42,293,0),(22188,42,294,0),(22189,42,295,0),(22190,42,296,0),(22191,42,297,0),(22192,42,298,0),(22193,42,299,0),(22194,42,300,0),(22195,42,301,0),(22196,42,302,0),(22197,42,303,0),(22198,42,304,0),(22199,42,305,0),(22200,42,306,0),(22201,42,307,0),(22202,42,308,0),(22203,42,309,0),(22204,42,310,0),(22205,42,311,0),(22206,42,312,0),(22207,42,313,0),(22208,42,314,0),(22209,42,315,0),(22210,42,316,0),(22211,42,317,0),(22212,42,318,0),(22213,42,319,0),(22214,42,320,0),(22215,42,321,0),(22216,42,322,0),(22217,42,323,0),(22218,42,324,0),(22219,42,325,0),(22220,42,326,0),(22221,42,327,0),(22222,42,328,0),(22223,42,329,0),(22224,42,330,0),(22225,42,331,0),(22226,42,332,0),(22227,42,333,0),(22228,42,334,0),(22229,42,335,0),(22230,42,336,0),(22231,42,337,0),(22232,42,338,0),(22233,42,339,0),(22234,42,340,0),(22235,42,341,0),(22236,42,342,0),(22237,42,343,0),(22238,42,344,0),(22239,42,345,0),(22240,42,346,0),(22241,42,347,0),(22242,42,348,0),(22243,42,349,0),(22244,42,350,0),(22245,42,351,0),(22246,42,352,0),(22247,42,353,0),(22248,42,354,0),(22249,42,355,0),(22250,42,356,0),(22251,42,357,0),(22252,42,358,0),(22253,42,359,0),(22254,42,360,0),(22255,42,361,0),(22256,42,362,0),(22257,42,363,0),(22258,42,364,0),(22259,42,365,0),(22260,42,366,0),(22261,42,367,0),(22262,42,368,0),(22263,42,369,0),(22264,42,370,0),(22265,42,371,0),(22266,42,372,0),(22267,42,373,0),(22268,42,374,0),(22269,42,375,0),(22270,42,376,0),(22271,42,377,0),(22272,42,378,0),(22273,42,379,0),(22274,42,380,0),(22275,42,381,0),(22276,42,382,0),(22277,42,383,0),(22278,42,384,0),(22279,42,385,0),(22280,42,386,0),(22281,42,387,0),(22282,42,388,0),(22283,42,389,0),(22284,42,390,0),(22285,42,391,0),(22286,42,392,0),(22287,42,393,0),(22288,42,394,0),(22289,42,395,0),(22290,42,396,0),(22291,42,397,0),(22292,42,398,0),(22293,42,399,0),(22294,42,400,0),(22295,42,401,0),(22296,42,402,0),(22297,42,403,0),(22298,42,404,0),(22299,42,405,0),(22300,42,406,0),(22301,42,407,0),(22302,42,408,0),(22303,42,409,0),(22304,42,410,0),(22305,42,411,0),(22306,42,412,0),(22307,42,413,0),(22308,42,414,0),(22309,42,415,0),(22310,42,416,0),(22311,42,417,0),(22312,42,418,0),(22313,42,419,0),(22314,42,420,0),(22315,42,421,0),(22316,42,422,0),(22317,42,423,0),(22318,42,424,0),(22319,42,425,0),(22320,42,426,0),(22321,42,427,0),(22322,42,428,0),(22323,42,429,0),(22324,42,430,0),(22325,42,431,0),(22326,42,432,0),(22327,42,433,0),(22328,42,434,0),(22329,42,435,0),(22330,42,436,0),(22331,42,437,0),(22332,42,438,0),(22333,42,439,0),(22334,42,440,0),(22335,42,441,0),(22336,42,442,0),(22337,42,443,0),(22338,42,444,0),(22339,42,445,0),(22340,42,446,0),(22341,42,447,0),(22342,42,448,0),(22343,42,449,0),(22344,42,450,0),(22345,42,451,0),(22346,42,452,0),(22347,42,453,0),(22348,42,454,0),(22349,42,455,0),(22350,42,456,0),(22351,42,457,0),(22352,42,458,0),(22353,42,459,0),(22354,42,460,0),(22355,42,461,0),(22356,42,462,0),(22357,42,463,0),(22358,42,464,0),(22359,42,465,0),(22360,42,466,0),(22361,42,467,0),(22362,42,468,0),(22363,42,469,0),(22364,42,470,0),(22365,42,471,0),(22366,42,472,0),(22367,42,473,0),(22368,42,474,0),(22369,42,475,0),(22370,42,476,0),(22371,42,477,0),(22372,42,478,0),(22373,42,479,0),(22374,42,480,0),(22375,42,481,0),(22376,42,482,0),(22377,42,483,0),(22378,42,484,0),(22379,42,485,0),(22380,42,486,0),(22381,42,487,0),(22382,42,488,0),(22383,42,489,0),(22384,42,490,0),(22385,42,491,0),(22386,42,492,0),(22387,42,493,0),(22388,42,494,0),(22389,42,495,0),(22390,42,496,0),(22391,42,497,0),(22392,42,498,0),(22393,42,499,0),(22394,42,500,0),(22395,42,501,0),(22396,42,502,0),(22397,42,503,0),(22398,42,504,0),(22399,42,505,0),(22400,42,506,0),(22401,42,507,0),(22402,42,508,0),(22403,42,509,0),(22404,42,510,0),(22405,42,511,0),(22406,42,512,0),(22407,42,513,0),(22408,42,514,0),(22409,42,515,0),(22410,42,516,0),(22411,42,517,0),(22412,42,518,0),(22413,42,519,0),(22414,42,520,0),(22415,42,521,0),(22416,42,522,0),(22417,42,523,0),(22418,42,524,0),(22419,42,525,0),(22420,42,526,0),(22421,42,527,0),(22422,42,528,0),(22423,42,529,0),(22424,42,530,0),(22425,42,531,0),(22426,42,532,0),(22427,42,533,0),(22428,42,534,0),(22429,43,1,0),(22430,43,2,0),(22431,43,3,0),(22432,43,4,0),(22433,43,5,0),(22434,43,6,0),(22435,43,7,0),(22436,43,8,0),(22437,43,9,0),(22438,43,10,0),(22439,43,11,0),(22440,43,12,0),(22441,43,13,0),(22442,43,14,0),(22443,43,15,0),(22444,43,16,0),(22445,43,17,0),(22446,43,18,0),(22447,43,19,0),(22448,43,20,0),(22449,43,21,0),(22450,43,22,0),(22451,43,23,0),(22452,43,24,0),(22453,43,25,0),(22454,43,26,0),(22455,43,27,0),(22456,43,28,0),(22457,43,29,0),(22458,43,30,0),(22459,43,31,0),(22460,43,32,0),(22461,43,33,0),(22462,43,34,0),(22463,43,35,0),(22464,43,36,0),(22465,43,37,0),(22466,43,38,0),(22467,43,39,0),(22468,43,40,0),(22469,43,41,0),(22470,43,42,0),(22471,43,43,0),(22472,43,44,0),(22473,43,45,0),(22474,43,46,0),(22475,43,47,0),(22476,43,48,0),(22477,43,49,0),(22478,43,50,0),(22479,43,51,0),(22480,43,52,0),(22481,43,53,0),(22482,43,54,0),(22483,43,55,0),(22484,43,56,0),(22485,43,57,0),(22486,43,58,0),(22487,43,59,0),(22488,43,60,0),(22489,43,61,0),(22490,43,62,0),(22491,43,63,0),(22492,43,64,0),(22493,43,65,0),(22494,43,66,0),(22495,43,67,0),(22496,43,68,0),(22497,43,69,0),(22498,43,70,0),(22499,43,71,0),(22500,43,72,0),(22501,43,73,0),(22502,43,74,0),(22503,43,75,0),(22504,43,76,0),(22505,43,77,0),(22506,43,78,0),(22507,43,79,0),(22508,43,80,0),(22509,43,81,0),(22510,43,82,0),(22511,43,83,0),(22512,43,84,0),(22513,43,85,0),(22514,43,86,0),(22515,43,87,0),(22516,43,88,0),(22517,43,89,0),(22518,43,90,0),(22519,43,91,0),(22520,43,92,0),(22521,43,93,0),(22522,43,94,0),(22523,43,95,0),(22524,43,96,0),(22525,43,97,0),(22526,43,98,0),(22527,43,99,0),(22528,43,100,0),(22529,43,101,0),(22530,43,102,0),(22531,43,103,0),(22532,43,104,0),(22533,43,105,0),(22534,43,106,0),(22535,43,107,0),(22536,43,108,0),(22537,43,109,0),(22538,43,110,0),(22539,43,111,0),(22540,43,112,0),(22541,43,113,0),(22542,43,114,0),(22543,43,115,0),(22544,43,116,0),(22545,43,117,0),(22546,43,118,0),(22547,43,119,0),(22548,43,120,0),(22549,43,121,0),(22550,43,122,0),(22551,43,123,0),(22552,43,124,0),(22553,43,125,0),(22554,43,126,0),(22555,43,127,0),(22556,43,128,0),(22557,43,129,0),(22558,43,130,0),(22559,43,131,0),(22560,43,132,0),(22561,43,133,0),(22562,43,134,0),(22563,43,135,0),(22564,43,136,0),(22565,43,137,0),(22566,43,138,0),(22567,43,139,0),(22568,43,140,0),(22569,43,141,0),(22570,43,142,0),(22571,43,143,0),(22572,43,144,0),(22573,43,145,0),(22574,43,146,0),(22575,43,147,0),(22576,43,148,0),(22577,43,149,0),(22578,43,150,0),(22579,43,151,0),(22580,43,152,0),(22581,43,153,0),(22582,43,154,0),(22583,43,155,0),(22584,43,156,0),(22585,43,157,0),(22586,43,158,0),(22587,43,159,0),(22588,43,160,0),(22589,43,161,0),(22590,43,162,0),(22591,43,163,0),(22592,43,164,0),(22593,43,165,0),(22594,43,166,0),(22595,43,167,0),(22596,43,168,0),(22597,43,169,0),(22598,43,170,0),(22599,43,171,0),(22600,43,172,0),(22601,43,173,0),(22602,43,174,0),(22603,43,175,0),(22604,43,176,0),(22605,43,177,0),(22606,43,178,0),(22607,43,179,0),(22608,43,180,0),(22609,43,181,0),(22610,43,182,0),(22611,43,183,0),(22612,43,184,0),(22613,43,185,0),(22614,43,186,0),(22615,43,187,0),(22616,43,188,0),(22617,43,189,0),(22618,43,190,0),(22619,43,191,0),(22620,43,192,0),(22621,43,193,0),(22622,43,194,0),(22623,43,195,0.344827586206897),(22624,43,196,0.206896551724138),(22625,43,197,0.275862068965517),(22626,43,198,0.172413793103448),(22627,43,199,0),(22628,43,200,0),(22629,43,201,0),(22630,43,202,0),(22631,43,203,0),(22632,43,204,0),(22633,43,205,0),(22634,43,206,0),(22635,43,207,0),(22636,43,208,0),(22637,43,209,0),(22638,43,210,0),(22639,43,211,0),(22640,43,212,0),(22641,43,213,0),(22642,43,214,0),(22643,43,215,0),(22644,43,216,0),(22645,43,217,0),(22646,43,218,0),(22647,43,219,0),(22648,43,220,0),(22649,43,221,0),(22650,43,222,0),(22651,43,223,0),(22652,43,224,0),(22653,43,225,0),(22654,43,226,0),(22655,43,227,0),(22656,43,228,0),(22657,43,229,0),(22658,43,230,0),(22659,43,231,0),(22660,43,232,0),(22661,43,233,0),(22662,43,234,0),(22663,43,235,0),(22664,43,236,0),(22665,43,237,0),(22666,43,238,0),(22667,43,239,0),(22668,43,240,0),(22669,43,241,0),(22670,43,242,0),(22671,43,243,0),(22672,43,244,0),(22673,43,245,0),(22674,43,246,0),(22675,43,247,0),(22676,43,248,0),(22677,43,249,0),(22678,43,250,0),(22679,43,251,0),(22680,43,252,0),(22681,43,253,0),(22682,43,254,0),(22683,43,255,0),(22684,43,256,0),(22685,43,257,0),(22686,43,258,0),(22687,43,259,0),(22688,43,260,0),(22689,43,261,0),(22690,43,262,0),(22691,43,263,0),(22692,43,264,0),(22693,43,265,0),(22694,43,266,0),(22695,43,267,0),(22696,43,268,0),(22697,43,269,0),(22698,43,270,0),(22699,43,271,0),(22700,43,272,0),(22701,43,273,0),(22702,43,274,0),(22703,43,275,0),(22704,43,276,0),(22705,43,277,0),(22706,43,278,0),(22707,43,279,0),(22708,43,280,0),(22709,43,281,0),(22710,43,282,0),(22711,43,283,0),(22712,43,284,0),(22713,43,285,0),(22714,43,286,0),(22715,43,287,0),(22716,43,288,0),(22717,43,289,0),(22718,43,290,0),(22719,43,291,0),(22720,43,292,0),(22721,43,293,0),(22722,43,294,0),(22723,43,295,0),(22724,43,296,0),(22725,43,297,0),(22726,43,298,0),(22727,43,299,0),(22728,43,300,0),(22729,43,301,0),(22730,43,302,0),(22731,43,303,0),(22732,43,304,0),(22733,43,305,0),(22734,43,306,0),(22735,43,307,0),(22736,43,308,0),(22737,43,309,0),(22738,43,310,0),(22739,43,311,0),(22740,43,312,0),(22741,43,313,0),(22742,43,314,0),(22743,43,315,0),(22744,43,316,0),(22745,43,317,0),(22746,43,318,0),(22747,43,319,0),(22748,43,320,0),(22749,43,321,0),(22750,43,322,0),(22751,43,323,0),(22752,43,324,0),(22753,43,325,0),(22754,43,326,0),(22755,43,327,0),(22756,43,328,0),(22757,43,329,0),(22758,43,330,0),(22759,43,331,0),(22760,43,332,0),(22761,43,333,0),(22762,43,334,0),(22763,43,335,0),(22764,43,336,0),(22765,43,337,0),(22766,43,338,0),(22767,43,339,0),(22768,43,340,0),(22769,43,341,0),(22770,43,342,0),(22771,43,343,0),(22772,43,344,0),(22773,43,345,0),(22774,43,346,0),(22775,43,347,0),(22776,43,348,0),(22777,43,349,0),(22778,43,350,0),(22779,43,351,0),(22780,43,352,0),(22781,43,353,0),(22782,43,354,0),(22783,43,355,0),(22784,43,356,0),(22785,43,357,0),(22786,43,358,0),(22787,43,359,0),(22788,43,360,0),(22789,43,361,0),(22790,43,362,0),(22791,43,363,0),(22792,43,364,0),(22793,43,365,0),(22794,43,366,0),(22795,43,367,0),(22796,43,368,0),(22797,43,369,0),(22798,43,370,0),(22799,43,371,0),(22800,43,372,0),(22801,43,373,0),(22802,43,374,0),(22803,43,375,0),(22804,43,376,0),(22805,43,377,0),(22806,43,378,0),(22807,43,379,0),(22808,43,380,0),(22809,43,381,0),(22810,43,382,0),(22811,43,383,0),(22812,43,384,0),(22813,43,385,0),(22814,43,386,0),(22815,43,387,0),(22816,43,388,0),(22817,43,389,0),(22818,43,390,0),(22819,43,391,0),(22820,43,392,0),(22821,43,393,0),(22822,43,394,0),(22823,43,395,0),(22824,43,396,0),(22825,43,397,0),(22826,43,398,0),(22827,43,399,0),(22828,43,400,0),(22829,43,401,0),(22830,43,402,0),(22831,43,403,0),(22832,43,404,0),(22833,43,405,0),(22834,43,406,0),(22835,43,407,0),(22836,43,408,0),(22837,43,409,0),(22838,43,410,0),(22839,43,411,0),(22840,43,412,0),(22841,43,413,0),(22842,43,414,0),(22843,43,415,0),(22844,43,416,0),(22845,43,417,0),(22846,43,418,0),(22847,43,419,0),(22848,43,420,0),(22849,43,421,0),(22850,43,422,0),(22851,43,423,0),(22852,43,424,0),(22853,43,425,0),(22854,43,426,0),(22855,43,427,0),(22856,43,428,0),(22857,43,429,0),(22858,43,430,0),(22859,43,431,0),(22860,43,432,0),(22861,43,433,0),(22862,43,434,0),(22863,43,435,0),(22864,43,436,0),(22865,43,437,0),(22866,43,438,0),(22867,43,439,0),(22868,43,440,0),(22869,43,441,0),(22870,43,442,0),(22871,43,443,0),(22872,43,444,0),(22873,43,445,0),(22874,43,446,0),(22875,43,447,0),(22876,43,448,0),(22877,43,449,0),(22878,43,450,0),(22879,43,451,0),(22880,43,452,0),(22881,43,453,0),(22882,43,454,0),(22883,43,455,0),(22884,43,456,0),(22885,43,457,0),(22886,43,458,0),(22887,43,459,0),(22888,43,460,0),(22889,43,461,0),(22890,43,462,0),(22891,43,463,0),(22892,43,464,0),(22893,43,465,0),(22894,43,466,0),(22895,43,467,0),(22896,43,468,0),(22897,43,469,0),(22898,43,470,0),(22899,43,471,0),(22900,43,472,0),(22901,43,473,0),(22902,43,474,0),(22903,43,475,0),(22904,43,476,0),(22905,43,477,0),(22906,43,478,0),(22907,43,479,0),(22908,43,480,0),(22909,43,481,0),(22910,43,482,0),(22911,43,483,0),(22912,43,484,0),(22913,43,485,0),(22914,43,486,0),(22915,43,487,0),(22916,43,488,0),(22917,43,489,0),(22918,43,490,0),(22919,43,491,0),(22920,43,492,0),(22921,43,493,0),(22922,43,494,0),(22923,43,495,0),(22924,43,496,0),(22925,43,497,0),(22926,43,498,0),(22927,43,499,0),(22928,43,500,0),(22929,43,501,0),(22930,43,502,0),(22931,43,503,0),(22932,43,504,0),(22933,43,505,0),(22934,43,506,0),(22935,43,507,0),(22936,43,508,0),(22937,43,509,0),(22938,43,510,0),(22939,43,511,0),(22940,43,512,0),(22941,43,513,0),(22942,43,514,0),(22943,43,515,0),(22944,43,516,0),(22945,43,517,0),(22946,43,518,0),(22947,43,519,0),(22948,43,520,0),(22949,43,521,0),(22950,43,522,0),(22951,43,523,0),(22952,43,524,0),(22953,43,525,0),(22954,43,526,0),(22955,43,527,0),(22956,43,528,0),(22957,43,529,0),(22958,43,530,0),(22959,43,531,0),(22960,43,532,0),(22961,43,533,0),(22962,43,534,0),(22963,44,1,0),(22964,44,2,0),(22965,44,3,0),(22966,44,4,0),(22967,44,5,0),(22968,44,6,0),(22969,44,7,0),(22970,44,8,0),(22971,44,9,0),(22972,44,10,0),(22973,44,11,0),(22974,44,12,0),(22975,44,13,0),(22976,44,14,0),(22977,44,15,0),(22978,44,16,0),(22979,44,17,0),(22980,44,18,0),(22981,44,19,0),(22982,44,20,0),(22983,44,21,0),(22984,44,22,0),(22985,44,23,0),(22986,44,24,0),(22987,44,25,0),(22988,44,26,0),(22989,44,27,0),(22990,44,28,0),(22991,44,29,0),(22992,44,30,0),(22993,44,31,0),(22994,44,32,0),(22995,44,33,0),(22996,44,34,0),(22997,44,35,0),(22998,44,36,0),(22999,44,37,0),(23000,44,38,0),(23001,44,39,0),(23002,44,40,0),(23003,44,41,0),(23004,44,42,0),(23005,44,43,0),(23006,44,44,0),(23007,44,45,0),(23008,44,46,0),(23009,44,47,0),(23010,44,48,0),(23011,44,49,0),(23012,44,50,0),(23013,44,51,0),(23014,44,52,0),(23015,44,53,0),(23016,44,54,0),(23017,44,55,0),(23018,44,56,0),(23019,44,57,0),(23020,44,58,0),(23021,44,59,0),(23022,44,60,0),(23023,44,61,0),(23024,44,62,0),(23025,44,63,0),(23026,44,64,0),(23027,44,65,0),(23028,44,66,0),(23029,44,67,0),(23030,44,68,0),(23031,44,69,0),(23032,44,70,0),(23033,44,71,0),(23034,44,72,0),(23035,44,73,0),(23036,44,74,0),(23037,44,75,0),(23038,44,76,0),(23039,44,77,0),(23040,44,78,0),(23041,44,79,0),(23042,44,80,0),(23043,44,81,0),(23044,44,82,0),(23045,44,83,0),(23046,44,84,0),(23047,44,85,0),(23048,44,86,0),(23049,44,87,0),(23050,44,88,0),(23051,44,89,0),(23052,44,90,0),(23053,44,91,0),(23054,44,92,0),(23055,44,93,0),(23056,44,94,0),(23057,44,95,0),(23058,44,96,0),(23059,44,97,0),(23060,44,98,0),(23061,44,99,0),(23062,44,100,0),(23063,44,101,0),(23064,44,102,0),(23065,44,103,0),(23066,44,104,0),(23067,44,105,0),(23068,44,106,0),(23069,44,107,0),(23070,44,108,0),(23071,44,109,0),(23072,44,110,0),(23073,44,111,0),(23074,44,112,0),(23075,44,113,0),(23076,44,114,0),(23077,44,115,0),(23078,44,116,0),(23079,44,117,0),(23080,44,118,0),(23081,44,119,0),(23082,44,120,0),(23083,44,121,0),(23084,44,122,0),(23085,44,123,0),(23086,44,124,0),(23087,44,125,0),(23088,44,126,0),(23089,44,127,0),(23090,44,128,0),(23091,44,129,0),(23092,44,130,0),(23093,44,131,0),(23094,44,132,0),(23095,44,133,0),(23096,44,134,0),(23097,44,135,0),(23098,44,136,0),(23099,44,137,0),(23100,44,138,0),(23101,44,139,0),(23102,44,140,0),(23103,44,141,0),(23104,44,142,0),(23105,44,143,0),(23106,44,144,0),(23107,44,145,0),(23108,44,146,0),(23109,44,147,0),(23110,44,148,0),(23111,44,149,0),(23112,44,150,0),(23113,44,151,0),(23114,44,152,0),(23115,44,153,0),(23116,44,154,0),(23117,44,155,0),(23118,44,156,0),(23119,44,157,0),(23120,44,158,0),(23121,44,159,0),(23122,44,160,0),(23123,44,161,0),(23124,44,162,0),(23125,44,163,0),(23126,44,164,0),(23127,44,165,0),(23128,44,166,0),(23129,44,167,0),(23130,44,168,0),(23131,44,169,0),(23132,44,170,0),(23133,44,171,0),(23134,44,172,0),(23135,44,173,0),(23136,44,174,0),(23137,44,175,0),(23138,44,176,0),(23139,44,177,0),(23140,44,178,0),(23141,44,179,0),(23142,44,180,0),(23143,44,181,0),(23144,44,182,0),(23145,44,183,0),(23146,44,184,0),(23147,44,185,0),(23148,44,186,0),(23149,44,187,0),(23150,44,188,0),(23151,44,189,0),(23152,44,190,0),(23153,44,191,0),(23154,44,192,0),(23155,44,193,0),(23156,44,194,0),(23157,44,195,0),(23158,44,196,0),(23159,44,197,0),(23160,44,198,0),(23161,44,199,0.232558139534884),(23162,44,200,0.186046511627907),(23163,44,201,0.186046511627907),(23164,44,202,0.162790697674419),(23165,44,203,0.13953488372093),(23166,44,204,0.0930232558139535),(23167,44,205,0),(23168,44,206,0),(23169,44,207,0),(23170,44,208,0),(23171,44,209,0),(23172,44,210,0),(23173,44,211,0),(23174,44,212,0),(23175,44,213,0),(23176,44,214,0),(23177,44,215,0),(23178,44,216,0),(23179,44,217,0),(23180,44,218,0),(23181,44,219,0),(23182,44,220,0),(23183,44,221,0),(23184,44,222,0),(23185,44,223,0),(23186,44,224,0),(23187,44,225,0),(23188,44,226,0),(23189,44,227,0),(23190,44,228,0),(23191,44,229,0),(23192,44,230,0),(23193,44,231,0),(23194,44,232,0),(23195,44,233,0),(23196,44,234,0),(23197,44,235,0),(23198,44,236,0),(23199,44,237,0),(23200,44,238,0),(23201,44,239,0),(23202,44,240,0),(23203,44,241,0),(23204,44,242,0),(23205,44,243,0),(23206,44,244,0),(23207,44,245,0),(23208,44,246,0),(23209,44,247,0),(23210,44,248,0),(23211,44,249,0),(23212,44,250,0),(23213,44,251,0),(23214,44,252,0),(23215,44,253,0),(23216,44,254,0),(23217,44,255,0),(23218,44,256,0),(23219,44,257,0),(23220,44,258,0),(23221,44,259,0),(23222,44,260,0),(23223,44,261,0),(23224,44,262,0),(23225,44,263,0),(23226,44,264,0),(23227,44,265,0),(23228,44,266,0),(23229,44,267,0),(23230,44,268,0),(23231,44,269,0),(23232,44,270,0),(23233,44,271,0),(23234,44,272,0),(23235,44,273,0),(23236,44,274,0),(23237,44,275,0),(23238,44,276,0),(23239,44,277,0),(23240,44,278,0),(23241,44,279,0),(23242,44,280,0),(23243,44,281,0),(23244,44,282,0),(23245,44,283,0),(23246,44,284,0),(23247,44,285,0),(23248,44,286,0),(23249,44,287,0),(23250,44,288,0),(23251,44,289,0),(23252,44,290,0),(23253,44,291,0),(23254,44,292,0),(23255,44,293,0),(23256,44,294,0),(23257,44,295,0),(23258,44,296,0),(23259,44,297,0),(23260,44,298,0),(23261,44,299,0),(23262,44,300,0),(23263,44,301,0),(23264,44,302,0),(23265,44,303,0),(23266,44,304,0),(23267,44,305,0),(23268,44,306,0),(23269,44,307,0),(23270,44,308,0),(23271,44,309,0),(23272,44,310,0),(23273,44,311,0),(23274,44,312,0),(23275,44,313,0),(23276,44,314,0),(23277,44,315,0),(23278,44,316,0),(23279,44,317,0),(23280,44,318,0),(23281,44,319,0),(23282,44,320,0),(23283,44,321,0),(23284,44,322,0),(23285,44,323,0),(23286,44,324,0),(23287,44,325,0),(23288,44,326,0),(23289,44,327,0),(23290,44,328,0),(23291,44,329,0),(23292,44,330,0),(23293,44,331,0),(23294,44,332,0),(23295,44,333,0),(23296,44,334,0),(23297,44,335,0),(23298,44,336,0),(23299,44,337,0),(23300,44,338,0),(23301,44,339,0),(23302,44,340,0),(23303,44,341,0),(23304,44,342,0),(23305,44,343,0),(23306,44,344,0),(23307,44,345,0),(23308,44,346,0),(23309,44,347,0),(23310,44,348,0),(23311,44,349,0),(23312,44,350,0),(23313,44,351,0),(23314,44,352,0),(23315,44,353,0),(23316,44,354,0),(23317,44,355,0),(23318,44,356,0),(23319,44,357,0),(23320,44,358,0),(23321,44,359,0),(23322,44,360,0),(23323,44,361,0),(23324,44,362,0),(23325,44,363,0),(23326,44,364,0),(23327,44,365,0),(23328,44,366,0),(23329,44,367,0),(23330,44,368,0),(23331,44,369,0),(23332,44,370,0),(23333,44,371,0),(23334,44,372,0),(23335,44,373,0),(23336,44,374,0),(23337,44,375,0),(23338,44,376,0),(23339,44,377,0),(23340,44,378,0),(23341,44,379,0),(23342,44,380,0),(23343,44,381,0),(23344,44,382,0),(23345,44,383,0),(23346,44,384,0),(23347,44,385,0),(23348,44,386,0),(23349,44,387,0),(23350,44,388,0),(23351,44,389,0),(23352,44,390,0),(23353,44,391,0),(23354,44,392,0),(23355,44,393,0),(23356,44,394,0),(23357,44,395,0),(23358,44,396,0),(23359,44,397,0),(23360,44,398,0),(23361,44,399,0),(23362,44,400,0),(23363,44,401,0),(23364,44,402,0),(23365,44,403,0),(23366,44,404,0),(23367,44,405,0),(23368,44,406,0),(23369,44,407,0),(23370,44,408,0),(23371,44,409,0),(23372,44,410,0),(23373,44,411,0),(23374,44,412,0),(23375,44,413,0),(23376,44,414,0),(23377,44,415,0),(23378,44,416,0),(23379,44,417,0),(23380,44,418,0),(23381,44,419,0),(23382,44,420,0),(23383,44,421,0),(23384,44,422,0),(23385,44,423,0),(23386,44,424,0),(23387,44,425,0),(23388,44,426,0),(23389,44,427,0),(23390,44,428,0),(23391,44,429,0),(23392,44,430,0),(23393,44,431,0),(23394,44,432,0),(23395,44,433,0),(23396,44,434,0),(23397,44,435,0),(23398,44,436,0),(23399,44,437,0),(23400,44,438,0),(23401,44,439,0),(23402,44,440,0),(23403,44,441,0),(23404,44,442,0),(23405,44,443,0),(23406,44,444,0),(23407,44,445,0),(23408,44,446,0),(23409,44,447,0),(23410,44,448,0),(23411,44,449,0),(23412,44,450,0),(23413,44,451,0),(23414,44,452,0),(23415,44,453,0),(23416,44,454,0),(23417,44,455,0),(23418,44,456,0),(23419,44,457,0),(23420,44,458,0),(23421,44,459,0),(23422,44,460,0),(23423,44,461,0),(23424,44,462,0),(23425,44,463,0),(23426,44,464,0),(23427,44,465,0),(23428,44,466,0),(23429,44,467,0),(23430,44,468,0),(23431,44,469,0),(23432,44,470,0),(23433,44,471,0),(23434,44,472,0),(23435,44,473,0),(23436,44,474,0),(23437,44,475,0),(23438,44,476,0),(23439,44,477,0),(23440,44,478,0),(23441,44,479,0),(23442,44,480,0),(23443,44,481,0),(23444,44,482,0),(23445,44,483,0),(23446,44,484,0),(23447,44,485,0),(23448,44,486,0),(23449,44,487,0),(23450,44,488,0),(23451,44,489,0),(23452,44,490,0),(23453,44,491,0),(23454,44,492,0),(23455,44,493,0),(23456,44,494,0),(23457,44,495,0),(23458,44,496,0),(23459,44,497,0),(23460,44,498,0),(23461,44,499,0),(23462,44,500,0),(23463,44,501,0),(23464,44,502,0),(23465,44,503,0),(23466,44,504,0),(23467,44,505,0),(23468,44,506,0),(23469,44,507,0),(23470,44,508,0),(23471,44,509,0),(23472,44,510,0),(23473,44,511,0),(23474,44,512,0),(23475,44,513,0),(23476,44,514,0),(23477,44,515,0),(23478,44,516,0),(23479,44,517,0),(23480,44,518,0),(23481,44,519,0),(23482,44,520,0),(23483,44,521,0),(23484,44,522,0),(23485,44,523,0),(23486,44,524,0),(23487,44,525,0),(23488,44,526,0),(23489,44,527,0),(23490,44,528,0),(23491,44,529,0),(23492,44,530,0),(23493,44,531,0),(23494,44,532,0),(23495,44,533,0),(23496,44,534,0),(23497,45,1,0),(23498,45,2,0),(23499,45,3,0),(23500,45,4,0),(23501,45,5,0),(23502,45,6,0),(23503,45,7,0),(23504,45,8,0),(23505,45,9,0),(23506,45,10,0),(23507,45,11,0),(23508,45,12,0),(23509,45,13,0),(23510,45,14,0),(23511,45,15,0),(23512,45,16,0),(23513,45,17,0),(23514,45,18,0),(23515,45,19,0),(23516,45,20,0),(23517,45,21,0),(23518,45,22,0),(23519,45,23,0),(23520,45,24,0),(23521,45,25,0),(23522,45,26,0),(23523,45,27,0),(23524,45,28,0),(23525,45,29,0),(23526,45,30,0),(23527,45,31,0),(23528,45,32,0),(23529,45,33,0),(23530,45,34,0),(23531,45,35,0),(23532,45,36,0),(23533,45,37,0),(23534,45,38,0),(23535,45,39,0),(23536,45,40,0),(23537,45,41,0),(23538,45,42,0),(23539,45,43,0),(23540,45,44,0),(23541,45,45,0),(23542,45,46,0),(23543,45,47,0),(23544,45,48,0),(23545,45,49,0),(23546,45,50,0),(23547,45,51,0),(23548,45,52,0),(23549,45,53,0),(23550,45,54,0),(23551,45,55,0),(23552,45,56,0),(23553,45,57,0),(23554,45,58,0),(23555,45,59,0),(23556,45,60,0),(23557,45,61,0),(23558,45,62,0),(23559,45,63,0),(23560,45,64,0),(23561,45,65,0),(23562,45,66,0),(23563,45,67,0),(23564,45,68,0),(23565,45,69,0),(23566,45,70,0),(23567,45,71,0),(23568,45,72,0),(23569,45,73,0),(23570,45,74,0),(23571,45,75,0),(23572,45,76,0),(23573,45,77,0),(23574,45,78,0),(23575,45,79,0),(23576,45,80,0),(23577,45,81,0),(23578,45,82,0),(23579,45,83,0),(23580,45,84,0),(23581,45,85,0),(23582,45,86,0),(23583,45,87,0),(23584,45,88,0),(23585,45,89,0),(23586,45,90,0),(23587,45,91,0),(23588,45,92,0),(23589,45,93,0),(23590,45,94,0),(23591,45,95,0),(23592,45,96,0),(23593,45,97,0),(23594,45,98,0),(23595,45,99,0),(23596,45,100,0),(23597,45,101,0),(23598,45,102,0),(23599,45,103,0),(23600,45,104,0),(23601,45,105,0),(23602,45,106,0),(23603,45,107,0),(23604,45,108,0),(23605,45,109,0),(23606,45,110,0),(23607,45,111,0),(23608,45,112,0),(23609,45,113,0),(23610,45,114,0),(23611,45,115,0),(23612,45,116,0),(23613,45,117,0),(23614,45,118,0),(23615,45,119,0),(23616,45,120,0),(23617,45,121,0),(23618,45,122,0),(23619,45,123,0),(23620,45,124,0),(23621,45,125,0),(23622,45,126,0),(23623,45,127,0),(23624,45,128,0),(23625,45,129,0),(23626,45,130,0),(23627,45,131,0),(23628,45,132,0),(23629,45,133,0),(23630,45,134,0),(23631,45,135,0),(23632,45,136,0),(23633,45,137,0),(23634,45,138,0),(23635,45,139,0),(23636,45,140,0),(23637,45,141,0),(23638,45,142,0),(23639,45,143,0),(23640,45,144,0),(23641,45,145,0),(23642,45,146,0),(23643,45,147,0),(23644,45,148,0),(23645,45,149,0),(23646,45,150,0),(23647,45,151,0),(23648,45,152,0),(23649,45,153,0),(23650,45,154,0),(23651,45,155,0),(23652,45,156,0),(23653,45,157,0),(23654,45,158,0),(23655,45,159,0),(23656,45,160,0),(23657,45,161,0),(23658,45,162,0),(23659,45,163,0),(23660,45,164,0),(23661,45,165,0),(23662,45,166,0),(23663,45,167,0),(23664,45,168,0),(23665,45,169,0),(23666,45,170,0),(23667,45,171,0),(23668,45,172,0),(23669,45,173,0),(23670,45,174,0),(23671,45,175,0),(23672,45,176,0),(23673,45,177,0),(23674,45,178,0),(23675,45,179,0),(23676,45,180,0),(23677,45,181,0),(23678,45,182,0),(23679,45,183,0),(23680,45,184,0),(23681,45,185,0),(23682,45,186,0),(23683,45,187,0),(23684,45,188,0),(23685,45,189,0),(23686,45,190,0),(23687,45,191,0),(23688,45,192,0),(23689,45,193,0),(23690,45,194,0),(23691,45,195,0),(23692,45,196,0),(23693,45,197,0),(23694,45,198,0),(23695,45,199,0),(23696,45,200,0),(23697,45,201,0),(23698,45,202,0),(23699,45,203,0),(23700,45,204,0),(23701,45,205,0.263157894736842),(23702,45,206,0.184210526315789),(23703,45,207,0.131578947368421),(23704,45,208,0.131578947368421),(23705,45,209,0.105263157894737),(23706,45,210,0.0789473684210526),(23707,45,211,0.0526315789473684),(23708,45,212,0.0526315789473684),(23709,45,213,0),(23710,45,214,0),(23711,45,215,0),(23712,45,216,0),(23713,45,217,0),(23714,45,218,0),(23715,45,219,0),(23716,45,220,0),(23717,45,221,0),(23718,45,222,0),(23719,45,223,0),(23720,45,224,0),(23721,45,225,0),(23722,45,226,0),(23723,45,227,0),(23724,45,228,0),(23725,45,229,0),(23726,45,230,0),(23727,45,231,0),(23728,45,232,0),(23729,45,233,0),(23730,45,234,0),(23731,45,235,0),(23732,45,236,0),(23733,45,237,0),(23734,45,238,0),(23735,45,239,0),(23736,45,240,0),(23737,45,241,0),(23738,45,242,0),(23739,45,243,0),(23740,45,244,0),(23741,45,245,0),(23742,45,246,0),(23743,45,247,0),(23744,45,248,0),(23745,45,249,0),(23746,45,250,0),(23747,45,251,0),(23748,45,252,0),(23749,45,253,0),(23750,45,254,0),(23751,45,255,0),(23752,45,256,0),(23753,45,257,0),(23754,45,258,0),(23755,45,259,0),(23756,45,260,0),(23757,45,261,0),(23758,45,262,0),(23759,45,263,0),(23760,45,264,0),(23761,45,265,0),(23762,45,266,0),(23763,45,267,0),(23764,45,268,0),(23765,45,269,0),(23766,45,270,0),(23767,45,271,0),(23768,45,272,0),(23769,45,273,0),(23770,45,274,0),(23771,45,275,0),(23772,45,276,0),(23773,45,277,0),(23774,45,278,0),(23775,45,279,0),(23776,45,280,0),(23777,45,281,0),(23778,45,282,0),(23779,45,283,0),(23780,45,284,0),(23781,45,285,0),(23782,45,286,0),(23783,45,287,0),(23784,45,288,0),(23785,45,289,0),(23786,45,290,0),(23787,45,291,0),(23788,45,292,0),(23789,45,293,0),(23790,45,294,0),(23791,45,295,0),(23792,45,296,0),(23793,45,297,0),(23794,45,298,0),(23795,45,299,0),(23796,45,300,0),(23797,45,301,0),(23798,45,302,0),(23799,45,303,0),(23800,45,304,0),(23801,45,305,0),(23802,45,306,0),(23803,45,307,0),(23804,45,308,0),(23805,45,309,0),(23806,45,310,0),(23807,45,311,0),(23808,45,312,0),(23809,45,313,0),(23810,45,314,0),(23811,45,315,0),(23812,45,316,0),(23813,45,317,0),(23814,45,318,0),(23815,45,319,0),(23816,45,320,0),(23817,45,321,0),(23818,45,322,0),(23819,45,323,0),(23820,45,324,0),(23821,45,325,0),(23822,45,326,0),(23823,45,327,0),(23824,45,328,0),(23825,45,329,0),(23826,45,330,0),(23827,45,331,0),(23828,45,332,0),(23829,45,333,0),(23830,45,334,0),(23831,45,335,0),(23832,45,336,0),(23833,45,337,0),(23834,45,338,0),(23835,45,339,0),(23836,45,340,0),(23837,45,341,0),(23838,45,342,0),(23839,45,343,0),(23840,45,344,0),(23841,45,345,0),(23842,45,346,0),(23843,45,347,0),(23844,45,348,0),(23845,45,349,0),(23846,45,350,0),(23847,45,351,0),(23848,45,352,0),(23849,45,353,0),(23850,45,354,0),(23851,45,355,0),(23852,45,356,0),(23853,45,357,0),(23854,45,358,0),(23855,45,359,0),(23856,45,360,0),(23857,45,361,0),(23858,45,362,0),(23859,45,363,0),(23860,45,364,0),(23861,45,365,0),(23862,45,366,0),(23863,45,367,0),(23864,45,368,0),(23865,45,369,0),(23866,45,370,0),(23867,45,371,0),(23868,45,372,0),(23869,45,373,0),(23870,45,374,0),(23871,45,375,0),(23872,45,376,0),(23873,45,377,0),(23874,45,378,0),(23875,45,379,0),(23876,45,380,0),(23877,45,381,0),(23878,45,382,0),(23879,45,383,0),(23880,45,384,0),(23881,45,385,0),(23882,45,386,0),(23883,45,387,0),(23884,45,388,0),(23885,45,389,0),(23886,45,390,0),(23887,45,391,0),(23888,45,392,0),(23889,45,393,0),(23890,45,394,0),(23891,45,395,0),(23892,45,396,0),(23893,45,397,0),(23894,45,398,0),(23895,45,399,0),(23896,45,400,0),(23897,45,401,0),(23898,45,402,0),(23899,45,403,0),(23900,45,404,0),(23901,45,405,0),(23902,45,406,0),(23903,45,407,0),(23904,45,408,0),(23905,45,409,0),(23906,45,410,0),(23907,45,411,0),(23908,45,412,0),(23909,45,413,0),(23910,45,414,0),(23911,45,415,0),(23912,45,416,0),(23913,45,417,0),(23914,45,418,0),(23915,45,419,0),(23916,45,420,0),(23917,45,421,0),(23918,45,422,0),(23919,45,423,0),(23920,45,424,0),(23921,45,425,0),(23922,45,426,0),(23923,45,427,0),(23924,45,428,0),(23925,45,429,0),(23926,45,430,0),(23927,45,431,0),(23928,45,432,0),(23929,45,433,0),(23930,45,434,0),(23931,45,435,0),(23932,45,436,0),(23933,45,437,0),(23934,45,438,0),(23935,45,439,0),(23936,45,440,0),(23937,45,441,0),(23938,45,442,0),(23939,45,443,0),(23940,45,444,0),(23941,45,445,0),(23942,45,446,0),(23943,45,447,0),(23944,45,448,0),(23945,45,449,0),(23946,45,450,0),(23947,45,451,0),(23948,45,452,0),(23949,45,453,0),(23950,45,454,0),(23951,45,455,0),(23952,45,456,0),(23953,45,457,0),(23954,45,458,0),(23955,45,459,0),(23956,45,460,0),(23957,45,461,0),(23958,45,462,0),(23959,45,463,0),(23960,45,464,0),(23961,45,465,0),(23962,45,466,0),(23963,45,467,0),(23964,45,468,0),(23965,45,469,0),(23966,45,470,0),(23967,45,471,0),(23968,45,472,0),(23969,45,473,0),(23970,45,474,0),(23971,45,475,0),(23972,45,476,0),(23973,45,477,0),(23974,45,478,0),(23975,45,479,0),(23976,45,480,0),(23977,45,481,0),(23978,45,482,0),(23979,45,483,0),(23980,45,484,0),(23981,45,485,0),(23982,45,486,0),(23983,45,487,0),(23984,45,488,0),(23985,45,489,0),(23986,45,490,0),(23987,45,491,0),(23988,45,492,0),(23989,45,493,0),(23990,45,494,0),(23991,45,495,0),(23992,45,496,0),(23993,45,497,0),(23994,45,498,0),(23995,45,499,0),(23996,45,500,0),(23997,45,501,0),(23998,45,502,0),(23999,45,503,0),(24000,45,504,0),(24001,45,505,0),(24002,45,506,0),(24003,45,507,0),(24004,45,508,0),(24005,45,509,0),(24006,45,510,0),(24007,45,511,0),(24008,45,512,0),(24009,45,513,0),(24010,45,514,0),(24011,45,515,0),(24012,45,516,0),(24013,45,517,0),(24014,45,518,0),(24015,45,519,0),(24016,45,520,0),(24017,45,521,0),(24018,45,522,0),(24019,45,523,0),(24020,45,524,0),(24021,45,525,0),(24022,45,526,0),(24023,45,527,0),(24024,45,528,0),(24025,45,529,0),(24026,45,530,0),(24027,45,531,0),(24028,45,532,0),(24029,45,533,0),(24030,45,534,0),(24031,46,1,0),(24032,46,2,0),(24033,46,3,0),(24034,46,4,0),(24035,46,5,0),(24036,46,6,0),(24037,46,7,0),(24038,46,8,0),(24039,46,9,0),(24040,46,10,0),(24041,46,11,0),(24042,46,12,0),(24043,46,13,0),(24044,46,14,0),(24045,46,15,0),(24046,46,16,0),(24047,46,17,0),(24048,46,18,0),(24049,46,19,0),(24050,46,20,0),(24051,46,21,0),(24052,46,22,0),(24053,46,23,0),(24054,46,24,0),(24055,46,25,0),(24056,46,26,0),(24057,46,27,0),(24058,46,28,0),(24059,46,29,0),(24060,46,30,0),(24061,46,31,0),(24062,46,32,0),(24063,46,33,0),(24064,46,34,0),(24065,46,35,0),(24066,46,36,0),(24067,46,37,0),(24068,46,38,0),(24069,46,39,0),(24070,46,40,0),(24071,46,41,0),(24072,46,42,0),(24073,46,43,0),(24074,46,44,0),(24075,46,45,0),(24076,46,46,0),(24077,46,47,0),(24078,46,48,0),(24079,46,49,0),(24080,46,50,0),(24081,46,51,0),(24082,46,52,0),(24083,46,53,0),(24084,46,54,0),(24085,46,55,0),(24086,46,56,0),(24087,46,57,0),(24088,46,58,0),(24089,46,59,0),(24090,46,60,0),(24091,46,61,0),(24092,46,62,0),(24093,46,63,0),(24094,46,64,0),(24095,46,65,0),(24096,46,66,0),(24097,46,67,0),(24098,46,68,0),(24099,46,69,0),(24100,46,70,0),(24101,46,71,0),(24102,46,72,0),(24103,46,73,0),(24104,46,74,0),(24105,46,75,0),(24106,46,76,0),(24107,46,77,0),(24108,46,78,0),(24109,46,79,0),(24110,46,80,0),(24111,46,81,0),(24112,46,82,0),(24113,46,83,0),(24114,46,84,0),(24115,46,85,0),(24116,46,86,0),(24117,46,87,0),(24118,46,88,0),(24119,46,89,0),(24120,46,90,0),(24121,46,91,0),(24122,46,92,0),(24123,46,93,0),(24124,46,94,0),(24125,46,95,0),(24126,46,96,0),(24127,46,97,0),(24128,46,98,0),(24129,46,99,0),(24130,46,100,0),(24131,46,101,0),(24132,46,102,0),(24133,46,103,0),(24134,46,104,0),(24135,46,105,0),(24136,46,106,0),(24137,46,107,0),(24138,46,108,0),(24139,46,109,0),(24140,46,110,0),(24141,46,111,0),(24142,46,112,0),(24143,46,113,0),(24144,46,114,0),(24145,46,115,0),(24146,46,116,0),(24147,46,117,0),(24148,46,118,0),(24149,46,119,0),(24150,46,120,0),(24151,46,121,0),(24152,46,122,0),(24153,46,123,0),(24154,46,124,0),(24155,46,125,0),(24156,46,126,0),(24157,46,127,0),(24158,46,128,0),(24159,46,129,0),(24160,46,130,0),(24161,46,131,0),(24162,46,132,0),(24163,46,133,0),(24164,46,134,0),(24165,46,135,0),(24166,46,136,0),(24167,46,137,0),(24168,46,138,0),(24169,46,139,0),(24170,46,140,0),(24171,46,141,0),(24172,46,142,0),(24173,46,143,0),(24174,46,144,0),(24175,46,145,0),(24176,46,146,0),(24177,46,147,0),(24178,46,148,0),(24179,46,149,0),(24180,46,150,0),(24181,46,151,0),(24182,46,152,0),(24183,46,153,0),(24184,46,154,0),(24185,46,155,0),(24186,46,156,0),(24187,46,157,0),(24188,46,158,0),(24189,46,159,0),(24190,46,160,0),(24191,46,161,0),(24192,46,162,0),(24193,46,163,0),(24194,46,164,0),(24195,46,165,0),(24196,46,166,0),(24197,46,167,0),(24198,46,168,0),(24199,46,169,0),(24200,46,170,0),(24201,46,171,0),(24202,46,172,0),(24203,46,173,0),(24204,46,174,0),(24205,46,175,0),(24206,46,176,0),(24207,46,177,0),(24208,46,178,0),(24209,46,179,0),(24210,46,180,0),(24211,46,181,0),(24212,46,182,0),(24213,46,183,0),(24214,46,184,0),(24215,46,185,0),(24216,46,186,0),(24217,46,187,0),(24218,46,188,0),(24219,46,189,0),(24220,46,190,0),(24221,46,191,0),(24222,46,192,0),(24223,46,193,0),(24224,46,194,0),(24225,46,195,0),(24226,46,196,0),(24227,46,197,0),(24228,46,198,0),(24229,46,199,0),(24230,46,200,0),(24231,46,201,0),(24232,46,202,0),(24233,46,203,0),(24234,46,204,0),(24235,46,205,0),(24236,46,206,0),(24237,46,207,0),(24238,46,208,0),(24239,46,209,0),(24240,46,210,0),(24241,46,211,0),(24242,46,212,0),(24243,46,213,0.666666666666667),(24244,46,214,0.333333333333333),(24245,46,215,0),(24246,46,216,0),(24247,46,217,0),(24248,46,218,0),(24249,46,219,0),(24250,46,220,0),(24251,46,221,0),(24252,46,222,0),(24253,46,223,0),(24254,46,224,0),(24255,46,225,0),(24256,46,226,0),(24257,46,227,0),(24258,46,228,0),(24259,46,229,0),(24260,46,230,0),(24261,46,231,0),(24262,46,232,0),(24263,46,233,0),(24264,46,234,0),(24265,46,235,0),(24266,46,236,0),(24267,46,237,0),(24268,46,238,0),(24269,46,239,0),(24270,46,240,0),(24271,46,241,0),(24272,46,242,0),(24273,46,243,0),(24274,46,244,0),(24275,46,245,0),(24276,46,246,0),(24277,46,247,0),(24278,46,248,0),(24279,46,249,0),(24280,46,250,0),(24281,46,251,0),(24282,46,252,0),(24283,46,253,0),(24284,46,254,0),(24285,46,255,0),(24286,46,256,0),(24287,46,257,0),(24288,46,258,0),(24289,46,259,0),(24290,46,260,0),(24291,46,261,0),(24292,46,262,0),(24293,46,263,0),(24294,46,264,0),(24295,46,265,0),(24296,46,266,0),(24297,46,267,0),(24298,46,268,0),(24299,46,269,0),(24300,46,270,0),(24301,46,271,0),(24302,46,272,0),(24303,46,273,0),(24304,46,274,0),(24305,46,275,0),(24306,46,276,0),(24307,46,277,0),(24308,46,278,0),(24309,46,279,0),(24310,46,280,0),(24311,46,281,0),(24312,46,282,0),(24313,46,283,0),(24314,46,284,0),(24315,46,285,0),(24316,46,286,0),(24317,46,287,0),(24318,46,288,0),(24319,46,289,0),(24320,46,290,0),(24321,46,291,0),(24322,46,292,0),(24323,46,293,0),(24324,46,294,0),(24325,46,295,0),(24326,46,296,0),(24327,46,297,0),(24328,46,298,0),(24329,46,299,0),(24330,46,300,0),(24331,46,301,0),(24332,46,302,0),(24333,46,303,0),(24334,46,304,0),(24335,46,305,0),(24336,46,306,0),(24337,46,307,0),(24338,46,308,0),(24339,46,309,0),(24340,46,310,0),(24341,46,311,0),(24342,46,312,0),(24343,46,313,0),(24344,46,314,0),(24345,46,315,0),(24346,46,316,0),(24347,46,317,0),(24348,46,318,0),(24349,46,319,0),(24350,46,320,0),(24351,46,321,0),(24352,46,322,0),(24353,46,323,0),(24354,46,324,0),(24355,46,325,0),(24356,46,326,0),(24357,46,327,0),(24358,46,328,0),(24359,46,329,0),(24360,46,330,0),(24361,46,331,0),(24362,46,332,0),(24363,46,333,0),(24364,46,334,0),(24365,46,335,0),(24366,46,336,0),(24367,46,337,0),(24368,46,338,0),(24369,46,339,0),(24370,46,340,0),(24371,46,341,0),(24372,46,342,0),(24373,46,343,0),(24374,46,344,0),(24375,46,345,0),(24376,46,346,0),(24377,46,347,0),(24378,46,348,0),(24379,46,349,0),(24380,46,350,0),(24381,46,351,0),(24382,46,352,0),(24383,46,353,0),(24384,46,354,0),(24385,46,355,0),(24386,46,356,0),(24387,46,357,0),(24388,46,358,0),(24389,46,359,0),(24390,46,360,0),(24391,46,361,0),(24392,46,362,0),(24393,46,363,0),(24394,46,364,0),(24395,46,365,0),(24396,46,366,0),(24397,46,367,0),(24398,46,368,0),(24399,46,369,0),(24400,46,370,0),(24401,46,371,0),(24402,46,372,0),(24403,46,373,0),(24404,46,374,0),(24405,46,375,0),(24406,46,376,0),(24407,46,377,0),(24408,46,378,0),(24409,46,379,0),(24410,46,380,0),(24411,46,381,0),(24412,46,382,0),(24413,46,383,0),(24414,46,384,0),(24415,46,385,0),(24416,46,386,0),(24417,46,387,0),(24418,46,388,0),(24419,46,389,0),(24420,46,390,0),(24421,46,391,0),(24422,46,392,0),(24423,46,393,0),(24424,46,394,0),(24425,46,395,0),(24426,46,396,0),(24427,46,397,0),(24428,46,398,0),(24429,46,399,0),(24430,46,400,0),(24431,46,401,0),(24432,46,402,0),(24433,46,403,0),(24434,46,404,0),(24435,46,405,0),(24436,46,406,0),(24437,46,407,0),(24438,46,408,0),(24439,46,409,0),(24440,46,410,0),(24441,46,411,0),(24442,46,412,0),(24443,46,413,0),(24444,46,414,0),(24445,46,415,0),(24446,46,416,0),(24447,46,417,0),(24448,46,418,0),(24449,46,419,0),(24450,46,420,0),(24451,46,421,0),(24452,46,422,0),(24453,46,423,0),(24454,46,424,0),(24455,46,425,0),(24456,46,426,0),(24457,46,427,0),(24458,46,428,0),(24459,46,429,0),(24460,46,430,0),(24461,46,431,0),(24462,46,432,0),(24463,46,433,0),(24464,46,434,0),(24465,46,435,0),(24466,46,436,0),(24467,46,437,0),(24468,46,438,0),(24469,46,439,0),(24470,46,440,0),(24471,46,441,0),(24472,46,442,0),(24473,46,443,0),(24474,46,444,0),(24475,46,445,0),(24476,46,446,0),(24477,46,447,0),(24478,46,448,0),(24479,46,449,0),(24480,46,450,0),(24481,46,451,0),(24482,46,452,0),(24483,46,453,0),(24484,46,454,0),(24485,46,455,0),(24486,46,456,0),(24487,46,457,0),(24488,46,458,0),(24489,46,459,0),(24490,46,460,0),(24491,46,461,0),(24492,46,462,0),(24493,46,463,0),(24494,46,464,0),(24495,46,465,0),(24496,46,466,0),(24497,46,467,0),(24498,46,468,0),(24499,46,469,0),(24500,46,470,0),(24501,46,471,0),(24502,46,472,0),(24503,46,473,0),(24504,46,474,0),(24505,46,475,0),(24506,46,476,0),(24507,46,477,0),(24508,46,478,0),(24509,46,479,0),(24510,46,480,0),(24511,46,481,0),(24512,46,482,0),(24513,46,483,0),(24514,46,484,0),(24515,46,485,0),(24516,46,486,0),(24517,46,487,0),(24518,46,488,0),(24519,46,489,0),(24520,46,490,0),(24521,46,491,0),(24522,46,492,0),(24523,46,493,0),(24524,46,494,0),(24525,46,495,0),(24526,46,496,0),(24527,46,497,0),(24528,46,498,0),(24529,46,499,0),(24530,46,500,0),(24531,46,501,0),(24532,46,502,0),(24533,46,503,0),(24534,46,504,0),(24535,46,505,0),(24536,46,506,0),(24537,46,507,0),(24538,46,508,0),(24539,46,509,0),(24540,46,510,0),(24541,46,511,0),(24542,46,512,0),(24543,46,513,0),(24544,46,514,0),(24545,46,515,0),(24546,46,516,0),(24547,46,517,0),(24548,46,518,0),(24549,46,519,0),(24550,46,520,0),(24551,46,521,0),(24552,46,522,0),(24553,46,523,0),(24554,46,524,0),(24555,46,525,0),(24556,46,526,0),(24557,46,527,0),(24558,46,528,0),(24559,46,529,0),(24560,46,530,0),(24561,46,531,0),(24562,46,532,0),(24563,46,533,0),(24564,46,534,0),(24565,47,1,0),(24566,47,2,0),(24567,47,3,0),(24568,47,4,0),(24569,47,5,0),(24570,47,6,0),(24571,47,7,0),(24572,47,8,0),(24573,47,9,0),(24574,47,10,0),(24575,47,11,0),(24576,47,12,0),(24577,47,13,0),(24578,47,14,0),(24579,47,15,0),(24580,47,16,0),(24581,47,17,0),(24582,47,18,0),(24583,47,19,0),(24584,47,20,0),(24585,47,21,0),(24586,47,22,0),(24587,47,23,0),(24588,47,24,0),(24589,47,25,0),(24590,47,26,0),(24591,47,27,0),(24592,47,28,0),(24593,47,29,0),(24594,47,30,0),(24595,47,31,0),(24596,47,32,0),(24597,47,33,0),(24598,47,34,0),(24599,47,35,0),(24600,47,36,0),(24601,47,37,0),(24602,47,38,0),(24603,47,39,0),(24604,47,40,0),(24605,47,41,0),(24606,47,42,0),(24607,47,43,0),(24608,47,44,0),(24609,47,45,0),(24610,47,46,0),(24611,47,47,0),(24612,47,48,0),(24613,47,49,0),(24614,47,50,0),(24615,47,51,0),(24616,47,52,0),(24617,47,53,0),(24618,47,54,0),(24619,47,55,0),(24620,47,56,0),(24621,47,57,0),(24622,47,58,0),(24623,47,59,0),(24624,47,60,0),(24625,47,61,0),(24626,47,62,0),(24627,47,63,0),(24628,47,64,0),(24629,47,65,0),(24630,47,66,0),(24631,47,67,0),(24632,47,68,0),(24633,47,69,0),(24634,47,70,0),(24635,47,71,0),(24636,47,72,0),(24637,47,73,0),(24638,47,74,0),(24639,47,75,0),(24640,47,76,0),(24641,47,77,0),(24642,47,78,0),(24643,47,79,0),(24644,47,80,0),(24645,47,81,0),(24646,47,82,0),(24647,47,83,0),(24648,47,84,0),(24649,47,85,0),(24650,47,86,0),(24651,47,87,0),(24652,47,88,0),(24653,47,89,0),(24654,47,90,0),(24655,47,91,0),(24656,47,92,0),(24657,47,93,0),(24658,47,94,0),(24659,47,95,0),(24660,47,96,0),(24661,47,97,0),(24662,47,98,0),(24663,47,99,0),(24664,47,100,0),(24665,47,101,0),(24666,47,102,0),(24667,47,103,0),(24668,47,104,0),(24669,47,105,0),(24670,47,106,0),(24671,47,107,0),(24672,47,108,0),(24673,47,109,0),(24674,47,110,0),(24675,47,111,0),(24676,47,112,0),(24677,47,113,0),(24678,47,114,0),(24679,47,115,0),(24680,47,116,0),(24681,47,117,0),(24682,47,118,0),(24683,47,119,0),(24684,47,120,0),(24685,47,121,0),(24686,47,122,0),(24687,47,123,0),(24688,47,124,0),(24689,47,125,0),(24690,47,126,0),(24691,47,127,0),(24692,47,128,0),(24693,47,129,0),(24694,47,130,0),(24695,47,131,0),(24696,47,132,0),(24697,47,133,0),(24698,47,134,0),(24699,47,135,0),(24700,47,136,0),(24701,47,137,0),(24702,47,138,0),(24703,47,139,0),(24704,47,140,0),(24705,47,141,0),(24706,47,142,0),(24707,47,143,0),(24708,47,144,0),(24709,47,145,0),(24710,47,146,0),(24711,47,147,0),(24712,47,148,0),(24713,47,149,0),(24714,47,150,0),(24715,47,151,0),(24716,47,152,0),(24717,47,153,0),(24718,47,154,0),(24719,47,155,0),(24720,47,156,0),(24721,47,157,0),(24722,47,158,0),(24723,47,159,0),(24724,47,160,0),(24725,47,161,0),(24726,47,162,0),(24727,47,163,0),(24728,47,164,0),(24729,47,165,0),(24730,47,166,0),(24731,47,167,0),(24732,47,168,0),(24733,47,169,0),(24734,47,170,0),(24735,47,171,0),(24736,47,172,0),(24737,47,173,0),(24738,47,174,0),(24739,47,175,0),(24740,47,176,0),(24741,47,177,0),(24742,47,178,0),(24743,47,179,0),(24744,47,180,0),(24745,47,181,0),(24746,47,182,0),(24747,47,183,0),(24748,47,184,0),(24749,47,185,0),(24750,47,186,0),(24751,47,187,0),(24752,47,188,0),(24753,47,189,0),(24754,47,190,0),(24755,47,191,0),(24756,47,192,0),(24757,47,193,0),(24758,47,194,0),(24759,47,195,0),(24760,47,196,0),(24761,47,197,0),(24762,47,198,0),(24763,47,199,0),(24764,47,200,0),(24765,47,201,0),(24766,47,202,0),(24767,47,203,0),(24768,47,204,0),(24769,47,205,0),(24770,47,206,0),(24771,47,207,0),(24772,47,208,0),(24773,47,209,0),(24774,47,210,0),(24775,47,211,0),(24776,47,212,0),(24777,47,213,0),(24778,47,214,0),(24779,47,215,0.5),(24780,47,216,0.35),(24781,47,217,0.15),(24782,47,218,0),(24783,47,219,0),(24784,47,220,0),(24785,47,221,0),(24786,47,222,0),(24787,47,223,0),(24788,47,224,0),(24789,47,225,0),(24790,47,226,0),(24791,47,227,0),(24792,47,228,0),(24793,47,229,0),(24794,47,230,0),(24795,47,231,0),(24796,47,232,0),(24797,47,233,0),(24798,47,234,0),(24799,47,235,0),(24800,47,236,0),(24801,47,237,0),(24802,47,238,0),(24803,47,239,0),(24804,47,240,0),(24805,47,241,0),(24806,47,242,0),(24807,47,243,0),(24808,47,244,0),(24809,47,245,0),(24810,47,246,0),(24811,47,247,0),(24812,47,248,0),(24813,47,249,0),(24814,47,250,0),(24815,47,251,0),(24816,47,252,0),(24817,47,253,0),(24818,47,254,0),(24819,47,255,0),(24820,47,256,0),(24821,47,257,0),(24822,47,258,0),(24823,47,259,0),(24824,47,260,0),(24825,47,261,0),(24826,47,262,0),(24827,47,263,0),(24828,47,264,0),(24829,47,265,0),(24830,47,266,0),(24831,47,267,0),(24832,47,268,0),(24833,47,269,0),(24834,47,270,0),(24835,47,271,0),(24836,47,272,0),(24837,47,273,0),(24838,47,274,0),(24839,47,275,0),(24840,47,276,0),(24841,47,277,0),(24842,47,278,0),(24843,47,279,0),(24844,47,280,0),(24845,47,281,0),(24846,47,282,0),(24847,47,283,0),(24848,47,284,0),(24849,47,285,0),(24850,47,286,0),(24851,47,287,0),(24852,47,288,0),(24853,47,289,0),(24854,47,290,0),(24855,47,291,0),(24856,47,292,0),(24857,47,293,0),(24858,47,294,0),(24859,47,295,0),(24860,47,296,0),(24861,47,297,0),(24862,47,298,0),(24863,47,299,0),(24864,47,300,0),(24865,47,301,0),(24866,47,302,0),(24867,47,303,0),(24868,47,304,0),(24869,47,305,0),(24870,47,306,0),(24871,47,307,0),(24872,47,308,0),(24873,47,309,0),(24874,47,310,0),(24875,47,311,0),(24876,47,312,0),(24877,47,313,0),(24878,47,314,0),(24879,47,315,0),(24880,47,316,0),(24881,47,317,0),(24882,47,318,0),(24883,47,319,0),(24884,47,320,0),(24885,47,321,0),(24886,47,322,0),(24887,47,323,0),(24888,47,324,0),(24889,47,325,0),(24890,47,326,0),(24891,47,327,0),(24892,47,328,0),(24893,47,329,0),(24894,47,330,0),(24895,47,331,0),(24896,47,332,0),(24897,47,333,0),(24898,47,334,0),(24899,47,335,0),(24900,47,336,0),(24901,47,337,0),(24902,47,338,0),(24903,47,339,0),(24904,47,340,0),(24905,47,341,0),(24906,47,342,0),(24907,47,343,0),(24908,47,344,0),(24909,47,345,0),(24910,47,346,0),(24911,47,347,0),(24912,47,348,0),(24913,47,349,0),(24914,47,350,0),(24915,47,351,0),(24916,47,352,0),(24917,47,353,0),(24918,47,354,0),(24919,47,355,0),(24920,47,356,0),(24921,47,357,0),(24922,47,358,0),(24923,47,359,0),(24924,47,360,0),(24925,47,361,0),(24926,47,362,0),(24927,47,363,0),(24928,47,364,0),(24929,47,365,0),(24930,47,366,0),(24931,47,367,0),(24932,47,368,0),(24933,47,369,0),(24934,47,370,0),(24935,47,371,0),(24936,47,372,0),(24937,47,373,0),(24938,47,374,0),(24939,47,375,0),(24940,47,376,0),(24941,47,377,0),(24942,47,378,0),(24943,47,379,0),(24944,47,380,0),(24945,47,381,0),(24946,47,382,0),(24947,47,383,0),(24948,47,384,0),(24949,47,385,0),(24950,47,386,0),(24951,47,387,0),(24952,47,388,0),(24953,47,389,0),(24954,47,390,0),(24955,47,391,0),(24956,47,392,0),(24957,47,393,0),(24958,47,394,0),(24959,47,395,0),(24960,47,396,0),(24961,47,397,0),(24962,47,398,0),(24963,47,399,0),(24964,47,400,0),(24965,47,401,0),(24966,47,402,0),(24967,47,403,0),(24968,47,404,0),(24969,47,405,0),(24970,47,406,0),(24971,47,407,0),(24972,47,408,0),(24973,47,409,0),(24974,47,410,0),(24975,47,411,0),(24976,47,412,0),(24977,47,413,0),(24978,47,414,0),(24979,47,415,0),(24980,47,416,0),(24981,47,417,0),(24982,47,418,0),(24983,47,419,0),(24984,47,420,0),(24985,47,421,0),(24986,47,422,0),(24987,47,423,0),(24988,47,424,0),(24989,47,425,0),(24990,47,426,0),(24991,47,427,0),(24992,47,428,0),(24993,47,429,0),(24994,47,430,0),(24995,47,431,0),(24996,47,432,0),(24997,47,433,0),(24998,47,434,0),(24999,47,435,0),(25000,47,436,0),(25001,47,437,0),(25002,47,438,0),(25003,47,439,0),(25004,47,440,0),(25005,47,441,0),(25006,47,442,0),(25007,47,443,0),(25008,47,444,0),(25009,47,445,0),(25010,47,446,0),(25011,47,447,0),(25012,47,448,0),(25013,47,449,0),(25014,47,450,0),(25015,47,451,0),(25016,47,452,0),(25017,47,453,0),(25018,47,454,0),(25019,47,455,0),(25020,47,456,0),(25021,47,457,0),(25022,47,458,0),(25023,47,459,0),(25024,47,460,0),(25025,47,461,0),(25026,47,462,0),(25027,47,463,0),(25028,47,464,0),(25029,47,465,0),(25030,47,466,0),(25031,47,467,0),(25032,47,468,0),(25033,47,469,0),(25034,47,470,0),(25035,47,471,0),(25036,47,472,0),(25037,47,473,0),(25038,47,474,0),(25039,47,475,0),(25040,47,476,0),(25041,47,477,0),(25042,47,478,0),(25043,47,479,0),(25044,47,480,0),(25045,47,481,0),(25046,47,482,0),(25047,47,483,0),(25048,47,484,0),(25049,47,485,0),(25050,47,486,0),(25051,47,487,0),(25052,47,488,0),(25053,47,489,0),(25054,47,490,0),(25055,47,491,0),(25056,47,492,0),(25057,47,493,0),(25058,47,494,0),(25059,47,495,0),(25060,47,496,0),(25061,47,497,0),(25062,47,498,0),(25063,47,499,0),(25064,47,500,0),(25065,47,501,0),(25066,47,502,0),(25067,47,503,0),(25068,47,504,0),(25069,47,505,0),(25070,47,506,0),(25071,47,507,0),(25072,47,508,0),(25073,47,509,0),(25074,47,510,0),(25075,47,511,0),(25076,47,512,0),(25077,47,513,0),(25078,47,514,0),(25079,47,515,0),(25080,47,516,0),(25081,47,517,0),(25082,47,518,0),(25083,47,519,0),(25084,47,520,0),(25085,47,521,0),(25086,47,522,0),(25087,47,523,0),(25088,47,524,0),(25089,47,525,0),(25090,47,526,0),(25091,47,527,0),(25092,47,528,0),(25093,47,529,0),(25094,47,530,0),(25095,47,531,0),(25096,47,532,0),(25097,47,533,0),(25098,47,534,0),(25099,48,1,0),(25100,48,2,0),(25101,48,3,0),(25102,48,4,0),(25103,48,5,0),(25104,48,6,0),(25105,48,7,0),(25106,48,8,0),(25107,48,9,0),(25108,48,10,0),(25109,48,11,0),(25110,48,12,0),(25111,48,13,0),(25112,48,14,0),(25113,48,15,0),(25114,48,16,0),(25115,48,17,0),(25116,48,18,0),(25117,48,19,0),(25118,48,20,0),(25119,48,21,0),(25120,48,22,0),(25121,48,23,0),(25122,48,24,0),(25123,48,25,0),(25124,48,26,0),(25125,48,27,0),(25126,48,28,0),(25127,48,29,0),(25128,48,30,0),(25129,48,31,0),(25130,48,32,0),(25131,48,33,0),(25132,48,34,0),(25133,48,35,0),(25134,48,36,0),(25135,48,37,0),(25136,48,38,0),(25137,48,39,0),(25138,48,40,0),(25139,48,41,0),(25140,48,42,0),(25141,48,43,0),(25142,48,44,0),(25143,48,45,0),(25144,48,46,0),(25145,48,47,0),(25146,48,48,0),(25147,48,49,0),(25148,48,50,0),(25149,48,51,0),(25150,48,52,0),(25151,48,53,0),(25152,48,54,0),(25153,48,55,0),(25154,48,56,0),(25155,48,57,0),(25156,48,58,0),(25157,48,59,0),(25158,48,60,0),(25159,48,61,0),(25160,48,62,0),(25161,48,63,0),(25162,48,64,0),(25163,48,65,0),(25164,48,66,0),(25165,48,67,0),(25166,48,68,0),(25167,48,69,0),(25168,48,70,0),(25169,48,71,0),(25170,48,72,0),(25171,48,73,0),(25172,48,74,0),(25173,48,75,0),(25174,48,76,0),(25175,48,77,0),(25176,48,78,0),(25177,48,79,0),(25178,48,80,0),(25179,48,81,0),(25180,48,82,0),(25181,48,83,0),(25182,48,84,0),(25183,48,85,0),(25184,48,86,0),(25185,48,87,0),(25186,48,88,0),(25187,48,89,0),(25188,48,90,0),(25189,48,91,0),(25190,48,92,0),(25191,48,93,0),(25192,48,94,0),(25193,48,95,0),(25194,48,96,0),(25195,48,97,0),(25196,48,98,0),(25197,48,99,0),(25198,48,100,0),(25199,48,101,0),(25200,48,102,0),(25201,48,103,0),(25202,48,104,0),(25203,48,105,0),(25204,48,106,0),(25205,48,107,0),(25206,48,108,0),(25207,48,109,0),(25208,48,110,0),(25209,48,111,0),(25210,48,112,0),(25211,48,113,0),(25212,48,114,0),(25213,48,115,0),(25214,48,116,0),(25215,48,117,0),(25216,48,118,0),(25217,48,119,0),(25218,48,120,0),(25219,48,121,0),(25220,48,122,0),(25221,48,123,0),(25222,48,124,0),(25223,48,125,0),(25224,48,126,0),(25225,48,127,0),(25226,48,128,0),(25227,48,129,0),(25228,48,130,0),(25229,48,131,0),(25230,48,132,0),(25231,48,133,0),(25232,48,134,0),(25233,48,135,0),(25234,48,136,0),(25235,48,137,0),(25236,48,138,0),(25237,48,139,0),(25238,48,140,0),(25239,48,141,0),(25240,48,142,0),(25241,48,143,0),(25242,48,144,0),(25243,48,145,0),(25244,48,146,0),(25245,48,147,0),(25246,48,148,0),(25247,48,149,0),(25248,48,150,0),(25249,48,151,0),(25250,48,152,0),(25251,48,153,0),(25252,48,154,0),(25253,48,155,0),(25254,48,156,0),(25255,48,157,0),(25256,48,158,0),(25257,48,159,0),(25258,48,160,0),(25259,48,161,0),(25260,48,162,0),(25261,48,163,0),(25262,48,164,0),(25263,48,165,0),(25264,48,166,0),(25265,48,167,0),(25266,48,168,0),(25267,48,169,0),(25268,48,170,0),(25269,48,171,0),(25270,48,172,0),(25271,48,173,0),(25272,48,174,0),(25273,48,175,0),(25274,48,176,0),(25275,48,177,0),(25276,48,178,0),(25277,48,179,0),(25278,48,180,0),(25279,48,181,0),(25280,48,182,0),(25281,48,183,0),(25282,48,184,0),(25283,48,185,0),(25284,48,186,0),(25285,48,187,0),(25286,48,188,0),(25287,48,189,0),(25288,48,190,0),(25289,48,191,0),(25290,48,192,0),(25291,48,193,0),(25292,48,194,0),(25293,48,195,0),(25294,48,196,0),(25295,48,197,0),(25296,48,198,0),(25297,48,199,0),(25298,48,200,0),(25299,48,201,0),(25300,48,202,0),(25301,48,203,0),(25302,48,204,0),(25303,48,205,0),(25304,48,206,0),(25305,48,207,0),(25306,48,208,0),(25307,48,209,0),(25308,48,210,0),(25309,48,211,0),(25310,48,212,0),(25311,48,213,0),(25312,48,214,0),(25313,48,215,0),(25314,48,216,0),(25315,48,217,0),(25316,48,218,1),(25317,48,219,0),(25318,48,220,0),(25319,48,221,0),(25320,48,222,0),(25321,48,223,0),(25322,48,224,0),(25323,48,225,0),(25324,48,226,0),(25325,48,227,0),(25326,48,228,0),(25327,48,229,0),(25328,48,230,0),(25329,48,231,0),(25330,48,232,0),(25331,48,233,0),(25332,48,234,0),(25333,48,235,0),(25334,48,236,0),(25335,48,237,0),(25336,48,238,0),(25337,48,239,0),(25338,48,240,0),(25339,48,241,0),(25340,48,242,0),(25341,48,243,0),(25342,48,244,0),(25343,48,245,0),(25344,48,246,0),(25345,48,247,0),(25346,48,248,0),(25347,48,249,0),(25348,48,250,0),(25349,48,251,0),(25350,48,252,0),(25351,48,253,0),(25352,48,254,0),(25353,48,255,0),(25354,48,256,0),(25355,48,257,0),(25356,48,258,0),(25357,48,259,0),(25358,48,260,0),(25359,48,261,0),(25360,48,262,0),(25361,48,263,0),(25362,48,264,0),(25363,48,265,0),(25364,48,266,0),(25365,48,267,0),(25366,48,268,0),(25367,48,269,0),(25368,48,270,0),(25369,48,271,0),(25370,48,272,0),(25371,48,273,0),(25372,48,274,0),(25373,48,275,0),(25374,48,276,0),(25375,48,277,0),(25376,48,278,0),(25377,48,279,0),(25378,48,280,0),(25379,48,281,0),(25380,48,282,0),(25381,48,283,0),(25382,48,284,0),(25383,48,285,0),(25384,48,286,0),(25385,48,287,0),(25386,48,288,0),(25387,48,289,0),(25388,48,290,0),(25389,48,291,0),(25390,48,292,0),(25391,48,293,0),(25392,48,294,0),(25393,48,295,0),(25394,48,296,0),(25395,48,297,0),(25396,48,298,0),(25397,48,299,0),(25398,48,300,0),(25399,48,301,0),(25400,48,302,0),(25401,48,303,0),(25402,48,304,0),(25403,48,305,0),(25404,48,306,0),(25405,48,307,0),(25406,48,308,0),(25407,48,309,0),(25408,48,310,0),(25409,48,311,0),(25410,48,312,0),(25411,48,313,0),(25412,48,314,0),(25413,48,315,0),(25414,48,316,0),(25415,48,317,0),(25416,48,318,0),(25417,48,319,0),(25418,48,320,0),(25419,48,321,0),(25420,48,322,0),(25421,48,323,0),(25422,48,324,0),(25423,48,325,0),(25424,48,326,0),(25425,48,327,0),(25426,48,328,0),(25427,48,329,0),(25428,48,330,0),(25429,48,331,0),(25430,48,332,0),(25431,48,333,0),(25432,48,334,0),(25433,48,335,0),(25434,48,336,0),(25435,48,337,0),(25436,48,338,0),(25437,48,339,0),(25438,48,340,0),(25439,48,341,0),(25440,48,342,0),(25441,48,343,0),(25442,48,344,0),(25443,48,345,0),(25444,48,346,0),(25445,48,347,0),(25446,48,348,0),(25447,48,349,0),(25448,48,350,0),(25449,48,351,0),(25450,48,352,0),(25451,48,353,0),(25452,48,354,0),(25453,48,355,0),(25454,48,356,0),(25455,48,357,0),(25456,48,358,0),(25457,48,359,0),(25458,48,360,0),(25459,48,361,0),(25460,48,362,0),(25461,48,363,0),(25462,48,364,0),(25463,48,365,0),(25464,48,366,0),(25465,48,367,0),(25466,48,368,0),(25467,48,369,0),(25468,48,370,0),(25469,48,371,0),(25470,48,372,0),(25471,48,373,0),(25472,48,374,0),(25473,48,375,0),(25474,48,376,0),(25475,48,377,0),(25476,48,378,0),(25477,48,379,0),(25478,48,380,0),(25479,48,381,0),(25480,48,382,0),(25481,48,383,0),(25482,48,384,0),(25483,48,385,0),(25484,48,386,0),(25485,48,387,0),(25486,48,388,0),(25487,48,389,0),(25488,48,390,0),(25489,48,391,0),(25490,48,392,0),(25491,48,393,0),(25492,48,394,0),(25493,48,395,0),(25494,48,396,0),(25495,48,397,0),(25496,48,398,0),(25497,48,399,0),(25498,48,400,0),(25499,48,401,0),(25500,48,402,0),(25501,48,403,0),(25502,48,404,0),(25503,48,405,0),(25504,48,406,0),(25505,48,407,0),(25506,48,408,0),(25507,48,409,0),(25508,48,410,0),(25509,48,411,0),(25510,48,412,0),(25511,48,413,0),(25512,48,414,0),(25513,48,415,0),(25514,48,416,0),(25515,48,417,0),(25516,48,418,0),(25517,48,419,0),(25518,48,420,0),(25519,48,421,0),(25520,48,422,0),(25521,48,423,0),(25522,48,424,0),(25523,48,425,0),(25524,48,426,0),(25525,48,427,0),(25526,48,428,0),(25527,48,429,0),(25528,48,430,0),(25529,48,431,0),(25530,48,432,0),(25531,48,433,0),(25532,48,434,0),(25533,48,435,0),(25534,48,436,0),(25535,48,437,0),(25536,48,438,0),(25537,48,439,0),(25538,48,440,0),(25539,48,441,0),(25540,48,442,0),(25541,48,443,0),(25542,48,444,0),(25543,48,445,0),(25544,48,446,0),(25545,48,447,0),(25546,48,448,0),(25547,48,449,0),(25548,48,450,0),(25549,48,451,0),(25550,48,452,0),(25551,48,453,0),(25552,48,454,0),(25553,48,455,0),(25554,48,456,0),(25555,48,457,0),(25556,48,458,0),(25557,48,459,0),(25558,48,460,0),(25559,48,461,0),(25560,48,462,0),(25561,48,463,0),(25562,48,464,0),(25563,48,465,0),(25564,48,466,0),(25565,48,467,0),(25566,48,468,0),(25567,48,469,0),(25568,48,470,0),(25569,48,471,0),(25570,48,472,0),(25571,48,473,0),(25572,48,474,0),(25573,48,475,0),(25574,48,476,0),(25575,48,477,0),(25576,48,478,0),(25577,48,479,0),(25578,48,480,0),(25579,48,481,0),(25580,48,482,0),(25581,48,483,0),(25582,48,484,0),(25583,48,485,0),(25584,48,486,0),(25585,48,487,0),(25586,48,488,0),(25587,48,489,0),(25588,48,490,0),(25589,48,491,0),(25590,48,492,0),(25591,48,493,0),(25592,48,494,0),(25593,48,495,0),(25594,48,496,0),(25595,48,497,0),(25596,48,498,0),(25597,48,499,0),(25598,48,500,0),(25599,48,501,0),(25600,48,502,0),(25601,48,503,0),(25602,48,504,0),(25603,48,505,0),(25604,48,506,0),(25605,48,507,0),(25606,48,508,0),(25607,48,509,0),(25608,48,510,0),(25609,48,511,0),(25610,48,512,0),(25611,48,513,0),(25612,48,514,0),(25613,48,515,0),(25614,48,516,0),(25615,48,517,0),(25616,48,518,0),(25617,48,519,0),(25618,48,520,0),(25619,48,521,0),(25620,48,522,0),(25621,48,523,0),(25622,48,524,0),(25623,48,525,0),(25624,48,526,0),(25625,48,527,0),(25626,48,528,0),(25627,48,529,0),(25628,48,530,0),(25629,48,531,0),(25630,48,532,0),(25631,48,533,0),(25632,48,534,0),(25633,49,1,0),(25634,49,2,0),(25635,49,3,0),(25636,49,4,0),(25637,49,5,0),(25638,49,6,0),(25639,49,7,0),(25640,49,8,0),(25641,49,9,0),(25642,49,10,0),(25643,49,11,0),(25644,49,12,0),(25645,49,13,0),(25646,49,14,0),(25647,49,15,0),(25648,49,16,0),(25649,49,17,0),(25650,49,18,0),(25651,49,19,0),(25652,49,20,0),(25653,49,21,0),(25654,49,22,0),(25655,49,23,0),(25656,49,24,0),(25657,49,25,0),(25658,49,26,0),(25659,49,27,0),(25660,49,28,0),(25661,49,29,0),(25662,49,30,0),(25663,49,31,0),(25664,49,32,0),(25665,49,33,0),(25666,49,34,0),(25667,49,35,0),(25668,49,36,0),(25669,49,37,0),(25670,49,38,0),(25671,49,39,0),(25672,49,40,0),(25673,49,41,0),(25674,49,42,0),(25675,49,43,0),(25676,49,44,0),(25677,49,45,0),(25678,49,46,0),(25679,49,47,0),(25680,49,48,0),(25681,49,49,0),(25682,49,50,0),(25683,49,51,0),(25684,49,52,0),(25685,49,53,0),(25686,49,54,0),(25687,49,55,0),(25688,49,56,0),(25689,49,57,0),(25690,49,58,0),(25691,49,59,0),(25692,49,60,0),(25693,49,61,0),(25694,49,62,0),(25695,49,63,0),(25696,49,64,0),(25697,49,65,0),(25698,49,66,0),(25699,49,67,0),(25700,49,68,0),(25701,49,69,0),(25702,49,70,0),(25703,49,71,0),(25704,49,72,0),(25705,49,73,0),(25706,49,74,0),(25707,49,75,0),(25708,49,76,0),(25709,49,77,0),(25710,49,78,0),(25711,49,79,0),(25712,49,80,0),(25713,49,81,0),(25714,49,82,0),(25715,49,83,0),(25716,49,84,0),(25717,49,85,0),(25718,49,86,0),(25719,49,87,0),(25720,49,88,0),(25721,49,89,0),(25722,49,90,0),(25723,49,91,0),(25724,49,92,0),(25725,49,93,0),(25726,49,94,0),(25727,49,95,0),(25728,49,96,0),(25729,49,97,0),(25730,49,98,0),(25731,49,99,0),(25732,49,100,0),(25733,49,101,0),(25734,49,102,0),(25735,49,103,0),(25736,49,104,0),(25737,49,105,0),(25738,49,106,0),(25739,49,107,0),(25740,49,108,0),(25741,49,109,0),(25742,49,110,0),(25743,49,111,0),(25744,49,112,0),(25745,49,113,0),(25746,49,114,0),(25747,49,115,0),(25748,49,116,0),(25749,49,117,0),(25750,49,118,0),(25751,49,119,0),(25752,49,120,0),(25753,49,121,0),(25754,49,122,0),(25755,49,123,0),(25756,49,124,0),(25757,49,125,0),(25758,49,126,0),(25759,49,127,0),(25760,49,128,0),(25761,49,129,0),(25762,49,130,0),(25763,49,131,0),(25764,49,132,0),(25765,49,133,0),(25766,49,134,0),(25767,49,135,0),(25768,49,136,0),(25769,49,137,0),(25770,49,138,0),(25771,49,139,0),(25772,49,140,0),(25773,49,141,0),(25774,49,142,0),(25775,49,143,0),(25776,49,144,0),(25777,49,145,0),(25778,49,146,0),(25779,49,147,0),(25780,49,148,0),(25781,49,149,0),(25782,49,150,0),(25783,49,151,0),(25784,49,152,0),(25785,49,153,0),(25786,49,154,0),(25787,49,155,0),(25788,49,156,0),(25789,49,157,0),(25790,49,158,0),(25791,49,159,0),(25792,49,160,0),(25793,49,161,0),(25794,49,162,0),(25795,49,163,0),(25796,49,164,0),(25797,49,165,0),(25798,49,166,0),(25799,49,167,0),(25800,49,168,0),(25801,49,169,0),(25802,49,170,0),(25803,49,171,0),(25804,49,172,0),(25805,49,173,0),(25806,49,174,0),(25807,49,175,0),(25808,49,176,0),(25809,49,177,0),(25810,49,178,0),(25811,49,179,0),(25812,49,180,0),(25813,49,181,0),(25814,49,182,0),(25815,49,183,0),(25816,49,184,0),(25817,49,185,0),(25818,49,186,0),(25819,49,187,0),(25820,49,188,0),(25821,49,189,0),(25822,49,190,0),(25823,49,191,0),(25824,49,192,0),(25825,49,193,0),(25826,49,194,0),(25827,49,195,0),(25828,49,196,0),(25829,49,197,0),(25830,49,198,0),(25831,49,199,0),(25832,49,200,0),(25833,49,201,0),(25834,49,202,0),(25835,49,203,0),(25836,49,204,0),(25837,49,205,0),(25838,49,206,0),(25839,49,207,0),(25840,49,208,0),(25841,49,209,0),(25842,49,210,0),(25843,49,211,0),(25844,49,212,0),(25845,49,213,0),(25846,49,214,0),(25847,49,215,0),(25848,49,216,0),(25849,49,217,0),(25850,49,218,0),(25851,49,219,0.454545454545455),(25852,49,220,0.318181818181818),(25853,49,221,0.227272727272727),(25854,49,222,0),(25855,49,223,0),(25856,49,224,0),(25857,49,225,0),(25858,49,226,0),(25859,49,227,0),(25860,49,228,0),(25861,49,229,0),(25862,49,230,0),(25863,49,231,0),(25864,49,232,0),(25865,49,233,0),(25866,49,234,0),(25867,49,235,0),(25868,49,236,0),(25869,49,237,0),(25870,49,238,0),(25871,49,239,0),(25872,49,240,0),(25873,49,241,0),(25874,49,242,0),(25875,49,243,0),(25876,49,244,0),(25877,49,245,0),(25878,49,246,0),(25879,49,247,0),(25880,49,248,0),(25881,49,249,0),(25882,49,250,0),(25883,49,251,0),(25884,49,252,0),(25885,49,253,0),(25886,49,254,0),(25887,49,255,0),(25888,49,256,0),(25889,49,257,0),(25890,49,258,0),(25891,49,259,0),(25892,49,260,0),(25893,49,261,0),(25894,49,262,0),(25895,49,263,0),(25896,49,264,0),(25897,49,265,0),(25898,49,266,0),(25899,49,267,0),(25900,49,268,0),(25901,49,269,0),(25902,49,270,0),(25903,49,271,0),(25904,49,272,0),(25905,49,273,0),(25906,49,274,0),(25907,49,275,0),(25908,49,276,0),(25909,49,277,0),(25910,49,278,0),(25911,49,279,0),(25912,49,280,0),(25913,49,281,0),(25914,49,282,0),(25915,49,283,0),(25916,49,284,0),(25917,49,285,0),(25918,49,286,0),(25919,49,287,0),(25920,49,288,0),(25921,49,289,0),(25922,49,290,0),(25923,49,291,0),(25924,49,292,0),(25925,49,293,0),(25926,49,294,0),(25927,49,295,0),(25928,49,296,0),(25929,49,297,0),(25930,49,298,0),(25931,49,299,0),(25932,49,300,0),(25933,49,301,0),(25934,49,302,0),(25935,49,303,0),(25936,49,304,0),(25937,49,305,0),(25938,49,306,0),(25939,49,307,0),(25940,49,308,0),(25941,49,309,0),(25942,49,310,0),(25943,49,311,0),(25944,49,312,0),(25945,49,313,0),(25946,49,314,0),(25947,49,315,0),(25948,49,316,0),(25949,49,317,0),(25950,49,318,0),(25951,49,319,0),(25952,49,320,0),(25953,49,321,0),(25954,49,322,0),(25955,49,323,0),(25956,49,324,0),(25957,49,325,0),(25958,49,326,0),(25959,49,327,0),(25960,49,328,0),(25961,49,329,0),(25962,49,330,0),(25963,49,331,0),(25964,49,332,0),(25965,49,333,0),(25966,49,334,0),(25967,49,335,0),(25968,49,336,0),(25969,49,337,0),(25970,49,338,0),(25971,49,339,0),(25972,49,340,0),(25973,49,341,0),(25974,49,342,0),(25975,49,343,0),(25976,49,344,0),(25977,49,345,0),(25978,49,346,0),(25979,49,347,0),(25980,49,348,0),(25981,49,349,0),(25982,49,350,0),(25983,49,351,0),(25984,49,352,0),(25985,49,353,0),(25986,49,354,0),(25987,49,355,0),(25988,49,356,0),(25989,49,357,0),(25990,49,358,0),(25991,49,359,0),(25992,49,360,0),(25993,49,361,0),(25994,49,362,0),(25995,49,363,0),(25996,49,364,0),(25997,49,365,0),(25998,49,366,0),(25999,49,367,0),(26000,49,368,0),(26001,49,369,0),(26002,49,370,0),(26003,49,371,0),(26004,49,372,0),(26005,49,373,0),(26006,49,374,0),(26007,49,375,0),(26008,49,376,0),(26009,49,377,0),(26010,49,378,0),(26011,49,379,0),(26012,49,380,0),(26013,49,381,0),(26014,49,382,0),(26015,49,383,0),(26016,49,384,0),(26017,49,385,0),(26018,49,386,0),(26019,49,387,0),(26020,49,388,0),(26021,49,389,0),(26022,49,390,0),(26023,49,391,0),(26024,49,392,0),(26025,49,393,0),(26026,49,394,0),(26027,49,395,0),(26028,49,396,0),(26029,49,397,0),(26030,49,398,0),(26031,49,399,0),(26032,49,400,0),(26033,49,401,0),(26034,49,402,0),(26035,49,403,0),(26036,49,404,0),(26037,49,405,0),(26038,49,406,0),(26039,49,407,0),(26040,49,408,0),(26041,49,409,0),(26042,49,410,0),(26043,49,411,0),(26044,49,412,0),(26045,49,413,0),(26046,49,414,0),(26047,49,415,0),(26048,49,416,0),(26049,49,417,0),(26050,49,418,0),(26051,49,419,0),(26052,49,420,0),(26053,49,421,0),(26054,49,422,0),(26055,49,423,0),(26056,49,424,0),(26057,49,425,0),(26058,49,426,0),(26059,49,427,0),(26060,49,428,0),(26061,49,429,0),(26062,49,430,0),(26063,49,431,0),(26064,49,432,0),(26065,49,433,0),(26066,49,434,0),(26067,49,435,0),(26068,49,436,0),(26069,49,437,0),(26070,49,438,0),(26071,49,439,0),(26072,49,440,0),(26073,49,441,0),(26074,49,442,0),(26075,49,443,0),(26076,49,444,0),(26077,49,445,0),(26078,49,446,0),(26079,49,447,0),(26080,49,448,0),(26081,49,449,0),(26082,49,450,0),(26083,49,451,0),(26084,49,452,0),(26085,49,453,0),(26086,49,454,0),(26087,49,455,0),(26088,49,456,0),(26089,49,457,0),(26090,49,458,0),(26091,49,459,0),(26092,49,460,0),(26093,49,461,0),(26094,49,462,0),(26095,49,463,0),(26096,49,464,0),(26097,49,465,0),(26098,49,466,0),(26099,49,467,0),(26100,49,468,0),(26101,49,469,0),(26102,49,470,0),(26103,49,471,0),(26104,49,472,0),(26105,49,473,0),(26106,49,474,0),(26107,49,475,0),(26108,49,476,0),(26109,49,477,0),(26110,49,478,0),(26111,49,479,0),(26112,49,480,0),(26113,49,481,0),(26114,49,482,0),(26115,49,483,0),(26116,49,484,0),(26117,49,485,0),(26118,49,486,0),(26119,49,487,0),(26120,49,488,0),(26121,49,489,0),(26122,49,490,0),(26123,49,491,0),(26124,49,492,0),(26125,49,493,0),(26126,49,494,0),(26127,49,495,0),(26128,49,496,0),(26129,49,497,0),(26130,49,498,0),(26131,49,499,0),(26132,49,500,0),(26133,49,501,0),(26134,49,502,0),(26135,49,503,0),(26136,49,504,0),(26137,49,505,0),(26138,49,506,0),(26139,49,507,0),(26140,49,508,0),(26141,49,509,0),(26142,49,510,0),(26143,49,511,0),(26144,49,512,0),(26145,49,513,0),(26146,49,514,0),(26147,49,515,0),(26148,49,516,0),(26149,49,517,0),(26150,49,518,0),(26151,49,519,0),(26152,49,520,0),(26153,49,521,0),(26154,49,522,0),(26155,49,523,0),(26156,49,524,0),(26157,49,525,0),(26158,49,526,0),(26159,49,527,0),(26160,49,528,0),(26161,49,529,0),(26162,49,530,0),(26163,49,531,0),(26164,49,532,0),(26165,49,533,0),(26166,49,534,0),(26167,50,1,0),(26168,50,2,0),(26169,50,3,0),(26170,50,4,0),(26171,50,5,0),(26172,50,6,0),(26173,50,7,0),(26174,50,8,0),(26175,50,9,0),(26176,50,10,0),(26177,50,11,0),(26178,50,12,0),(26179,50,13,0),(26180,50,14,0),(26181,50,15,0),(26182,50,16,0),(26183,50,17,0),(26184,50,18,0),(26185,50,19,0),(26186,50,20,0),(26187,50,21,0),(26188,50,22,0),(26189,50,23,0),(26190,50,24,0),(26191,50,25,0),(26192,50,26,0),(26193,50,27,0),(26194,50,28,0),(26195,50,29,0),(26196,50,30,0),(26197,50,31,0),(26198,50,32,0),(26199,50,33,0),(26200,50,34,0),(26201,50,35,0),(26202,50,36,0),(26203,50,37,0),(26204,50,38,0),(26205,50,39,0),(26206,50,40,0),(26207,50,41,0),(26208,50,42,0),(26209,50,43,0),(26210,50,44,0),(26211,50,45,0),(26212,50,46,0),(26213,50,47,0),(26214,50,48,0),(26215,50,49,0),(26216,50,50,0),(26217,50,51,0),(26218,50,52,0),(26219,50,53,0),(26220,50,54,0),(26221,50,55,0),(26222,50,56,0),(26223,50,57,0),(26224,50,58,0),(26225,50,59,0),(26226,50,60,0),(26227,50,61,0),(26228,50,62,0),(26229,50,63,0),(26230,50,64,0),(26231,50,65,0),(26232,50,66,0),(26233,50,67,0),(26234,50,68,0),(26235,50,69,0),(26236,50,70,0),(26237,50,71,0),(26238,50,72,0),(26239,50,73,0),(26240,50,74,0),(26241,50,75,0),(26242,50,76,0),(26243,50,77,0),(26244,50,78,0),(26245,50,79,0),(26246,50,80,0),(26247,50,81,0),(26248,50,82,0),(26249,50,83,0),(26250,50,84,0),(26251,50,85,0),(26252,50,86,0),(26253,50,87,0),(26254,50,88,0),(26255,50,89,0),(26256,50,90,0),(26257,50,91,0),(26258,50,92,0),(26259,50,93,0),(26260,50,94,0),(26261,50,95,0),(26262,50,96,0),(26263,50,97,0),(26264,50,98,0),(26265,50,99,0),(26266,50,100,0),(26267,50,101,0),(26268,50,102,0),(26269,50,103,0),(26270,50,104,0),(26271,50,105,0),(26272,50,106,0),(26273,50,107,0),(26274,50,108,0),(26275,50,109,0),(26276,50,110,0),(26277,50,111,0),(26278,50,112,0),(26279,50,113,0),(26280,50,114,0),(26281,50,115,0),(26282,50,116,0),(26283,50,117,0),(26284,50,118,0),(26285,50,119,0),(26286,50,120,0),(26287,50,121,0),(26288,50,122,0),(26289,50,123,0),(26290,50,124,0),(26291,50,125,0),(26292,50,126,0),(26293,50,127,0),(26294,50,128,0),(26295,50,129,0),(26296,50,130,0),(26297,50,131,0),(26298,50,132,0),(26299,50,133,0),(26300,50,134,0),(26301,50,135,0),(26302,50,136,0),(26303,50,137,0),(26304,50,138,0),(26305,50,139,0),(26306,50,140,0),(26307,50,141,0),(26308,50,142,0),(26309,50,143,0),(26310,50,144,0),(26311,50,145,0),(26312,50,146,0),(26313,50,147,0),(26314,50,148,0),(26315,50,149,0),(26316,50,150,0),(26317,50,151,0),(26318,50,152,0),(26319,50,153,0),(26320,50,154,0),(26321,50,155,0),(26322,50,156,0),(26323,50,157,0),(26324,50,158,0),(26325,50,159,0),(26326,50,160,0),(26327,50,161,0),(26328,50,162,0),(26329,50,163,0),(26330,50,164,0),(26331,50,165,0),(26332,50,166,0),(26333,50,167,0),(26334,50,168,0),(26335,50,169,0),(26336,50,170,0),(26337,50,171,0),(26338,50,172,0),(26339,50,173,0),(26340,50,174,0),(26341,50,175,0),(26342,50,176,0),(26343,50,177,0),(26344,50,178,0),(26345,50,179,0),(26346,50,180,0),(26347,50,181,0),(26348,50,182,0),(26349,50,183,0),(26350,50,184,0),(26351,50,185,0),(26352,50,186,0),(26353,50,187,0),(26354,50,188,0),(26355,50,189,0),(26356,50,190,0),(26357,50,191,0),(26358,50,192,0),(26359,50,193,0),(26360,50,194,0),(26361,50,195,0),(26362,50,196,0),(26363,50,197,0),(26364,50,198,0),(26365,50,199,0),(26366,50,200,0),(26367,50,201,0),(26368,50,202,0),(26369,50,203,0),(26370,50,204,0),(26371,50,205,0),(26372,50,206,0),(26373,50,207,0),(26374,50,208,0),(26375,50,209,0),(26376,50,210,0),(26377,50,211,0),(26378,50,212,0),(26379,50,213,0),(26380,50,214,0),(26381,50,215,0),(26382,50,216,0),(26383,50,217,0),(26384,50,218,0),(26385,50,219,0),(26386,50,220,0),(26387,50,221,0),(26388,50,222,0.172413793103448),(26389,50,223,0.120689655172414),(26390,50,224,0.103448275862069),(26391,50,225,0.137931034482759),(26392,50,226,0.137931034482759),(26393,50,227,0.137931034482759),(26394,50,228,0.120689655172414),(26395,50,229,0.0689655172413793),(26396,50,230,0),(26397,50,231,0),(26398,50,232,0),(26399,50,233,0),(26400,50,234,0),(26401,50,235,0),(26402,50,236,0),(26403,50,237,0),(26404,50,238,0),(26405,50,239,0),(26406,50,240,0),(26407,50,241,0),(26408,50,242,0),(26409,50,243,0),(26410,50,244,0),(26411,50,245,0),(26412,50,246,0),(26413,50,247,0),(26414,50,248,0),(26415,50,249,0),(26416,50,250,0),(26417,50,251,0),(26418,50,252,0),(26419,50,253,0),(26420,50,254,0),(26421,50,255,0),(26422,50,256,0),(26423,50,257,0),(26424,50,258,0),(26425,50,259,0),(26426,50,260,0),(26427,50,261,0),(26428,50,262,0),(26429,50,263,0),(26430,50,264,0),(26431,50,265,0),(26432,50,266,0),(26433,50,267,0),(26434,50,268,0),(26435,50,269,0),(26436,50,270,0),(26437,50,271,0),(26438,50,272,0),(26439,50,273,0),(26440,50,274,0),(26441,50,275,0),(26442,50,276,0),(26443,50,277,0),(26444,50,278,0),(26445,50,279,0),(26446,50,280,0),(26447,50,281,0),(26448,50,282,0),(26449,50,283,0),(26450,50,284,0),(26451,50,285,0),(26452,50,286,0),(26453,50,287,0),(26454,50,288,0),(26455,50,289,0),(26456,50,290,0),(26457,50,291,0),(26458,50,292,0),(26459,50,293,0),(26460,50,294,0),(26461,50,295,0),(26462,50,296,0),(26463,50,297,0),(26464,50,298,0),(26465,50,299,0),(26466,50,300,0),(26467,50,301,0),(26468,50,302,0),(26469,50,303,0),(26470,50,304,0),(26471,50,305,0),(26472,50,306,0),(26473,50,307,0),(26474,50,308,0),(26475,50,309,0),(26476,50,310,0),(26477,50,311,0),(26478,50,312,0),(26479,50,313,0),(26480,50,314,0),(26481,50,315,0),(26482,50,316,0),(26483,50,317,0),(26484,50,318,0),(26485,50,319,0),(26486,50,320,0),(26487,50,321,0),(26488,50,322,0),(26489,50,323,0),(26490,50,324,0),(26491,50,325,0),(26492,50,326,0),(26493,50,327,0),(26494,50,328,0),(26495,50,329,0),(26496,50,330,0),(26497,50,331,0),(26498,50,332,0),(26499,50,333,0),(26500,50,334,0),(26501,50,335,0),(26502,50,336,0),(26503,50,337,0),(26504,50,338,0),(26505,50,339,0),(26506,50,340,0),(26507,50,341,0),(26508,50,342,0),(26509,50,343,0),(26510,50,344,0),(26511,50,345,0),(26512,50,346,0),(26513,50,347,0),(26514,50,348,0),(26515,50,349,0),(26516,50,350,0),(26517,50,351,0),(26518,50,352,0),(26519,50,353,0),(26520,50,354,0),(26521,50,355,0),(26522,50,356,0),(26523,50,357,0),(26524,50,358,0),(26525,50,359,0),(26526,50,360,0),(26527,50,361,0),(26528,50,362,0),(26529,50,363,0),(26530,50,364,0),(26531,50,365,0),(26532,50,366,0),(26533,50,367,0),(26534,50,368,0),(26535,50,369,0),(26536,50,370,0),(26537,50,371,0),(26538,50,372,0),(26539,50,373,0),(26540,50,374,0),(26541,50,375,0),(26542,50,376,0),(26543,50,377,0),(26544,50,378,0),(26545,50,379,0),(26546,50,380,0),(26547,50,381,0),(26548,50,382,0),(26549,50,383,0),(26550,50,384,0),(26551,50,385,0),(26552,50,386,0),(26553,50,387,0),(26554,50,388,0),(26555,50,389,0),(26556,50,390,0),(26557,50,391,0),(26558,50,392,0),(26559,50,393,0),(26560,50,394,0),(26561,50,395,0),(26562,50,396,0),(26563,50,397,0),(26564,50,398,0),(26565,50,399,0),(26566,50,400,0),(26567,50,401,0),(26568,50,402,0),(26569,50,403,0),(26570,50,404,0),(26571,50,405,0),(26572,50,406,0),(26573,50,407,0),(26574,50,408,0),(26575,50,409,0),(26576,50,410,0),(26577,50,411,0),(26578,50,412,0),(26579,50,413,0),(26580,50,414,0),(26581,50,415,0),(26582,50,416,0),(26583,50,417,0),(26584,50,418,0),(26585,50,419,0),(26586,50,420,0),(26587,50,421,0),(26588,50,422,0),(26589,50,423,0),(26590,50,424,0),(26591,50,425,0),(26592,50,426,0),(26593,50,427,0),(26594,50,428,0),(26595,50,429,0),(26596,50,430,0),(26597,50,431,0),(26598,50,432,0),(26599,50,433,0),(26600,50,434,0),(26601,50,435,0),(26602,50,436,0),(26603,50,437,0),(26604,50,438,0),(26605,50,439,0),(26606,50,440,0),(26607,50,441,0),(26608,50,442,0),(26609,50,443,0),(26610,50,444,0),(26611,50,445,0),(26612,50,446,0),(26613,50,447,0),(26614,50,448,0),(26615,50,449,0),(26616,50,450,0),(26617,50,451,0),(26618,50,452,0),(26619,50,453,0),(26620,50,454,0),(26621,50,455,0),(26622,50,456,0),(26623,50,457,0),(26624,50,458,0),(26625,50,459,0),(26626,50,460,0),(26627,50,461,0),(26628,50,462,0),(26629,50,463,0),(26630,50,464,0),(26631,50,465,0),(26632,50,466,0),(26633,50,467,0),(26634,50,468,0),(26635,50,469,0),(26636,50,470,0),(26637,50,471,0),(26638,50,472,0),(26639,50,473,0),(26640,50,474,0),(26641,50,475,0),(26642,50,476,0),(26643,50,477,0),(26644,50,478,0),(26645,50,479,0),(26646,50,480,0),(26647,50,481,0),(26648,50,482,0),(26649,50,483,0),(26650,50,484,0),(26651,50,485,0),(26652,50,486,0),(26653,50,487,0),(26654,50,488,0),(26655,50,489,0),(26656,50,490,0),(26657,50,491,0),(26658,50,492,0),(26659,50,493,0),(26660,50,494,0),(26661,50,495,0),(26662,50,496,0),(26663,50,497,0),(26664,50,498,0),(26665,50,499,0),(26666,50,500,0),(26667,50,501,0),(26668,50,502,0),(26669,50,503,0),(26670,50,504,0),(26671,50,505,0),(26672,50,506,0),(26673,50,507,0),(26674,50,508,0),(26675,50,509,0),(26676,50,510,0),(26677,50,511,0),(26678,50,512,0),(26679,50,513,0),(26680,50,514,0),(26681,50,515,0),(26682,50,516,0),(26683,50,517,0),(26684,50,518,0),(26685,50,519,0),(26686,50,520,0),(26687,50,521,0),(26688,50,522,0),(26689,50,523,0),(26690,50,524,0),(26691,50,525,0),(26692,50,526,0),(26693,50,527,0),(26694,50,528,0),(26695,50,529,0),(26696,50,530,0),(26697,50,531,0),(26698,50,532,0),(26699,50,533,0),(26700,50,534,0),(26701,51,1,0),(26702,51,2,0),(26703,51,3,0),(26704,51,4,0),(26705,51,5,0),(26706,51,6,0),(26707,51,7,0),(26708,51,8,0),(26709,51,9,0),(26710,51,10,0),(26711,51,11,0),(26712,51,12,0),(26713,51,13,0),(26714,51,14,0),(26715,51,15,0),(26716,51,16,0),(26717,51,17,0),(26718,51,18,0),(26719,51,19,0),(26720,51,20,0),(26721,51,21,0),(26722,51,22,0),(26723,51,23,0),(26724,51,24,0),(26725,51,25,0),(26726,51,26,0),(26727,51,27,0),(26728,51,28,0),(26729,51,29,0),(26730,51,30,0),(26731,51,31,0),(26732,51,32,0),(26733,51,33,0),(26734,51,34,0),(26735,51,35,0),(26736,51,36,0),(26737,51,37,0),(26738,51,38,0),(26739,51,39,0),(26740,51,40,0),(26741,51,41,0),(26742,51,42,0),(26743,51,43,0),(26744,51,44,0),(26745,51,45,0),(26746,51,46,0),(26747,51,47,0),(26748,51,48,0),(26749,51,49,0),(26750,51,50,0),(26751,51,51,0),(26752,51,52,0),(26753,51,53,0),(26754,51,54,0),(26755,51,55,0),(26756,51,56,0),(26757,51,57,0),(26758,51,58,0),(26759,51,59,0),(26760,51,60,0),(26761,51,61,0),(26762,51,62,0),(26763,51,63,0),(26764,51,64,0),(26765,51,65,0),(26766,51,66,0),(26767,51,67,0),(26768,51,68,0),(26769,51,69,0),(26770,51,70,0),(26771,51,71,0),(26772,51,72,0),(26773,51,73,0),(26774,51,74,0),(26775,51,75,0),(26776,51,76,0),(26777,51,77,0),(26778,51,78,0),(26779,51,79,0),(26780,51,80,0),(26781,51,81,0),(26782,51,82,0),(26783,51,83,0),(26784,51,84,0),(26785,51,85,0),(26786,51,86,0),(26787,51,87,0),(26788,51,88,0),(26789,51,89,0),(26790,51,90,0),(26791,51,91,0),(26792,51,92,0),(26793,51,93,0),(26794,51,94,0),(26795,51,95,0),(26796,51,96,0),(26797,51,97,0),(26798,51,98,0),(26799,51,99,0),(26800,51,100,0),(26801,51,101,0),(26802,51,102,0),(26803,51,103,0),(26804,51,104,0),(26805,51,105,0),(26806,51,106,0),(26807,51,107,0),(26808,51,108,0),(26809,51,109,0),(26810,51,110,0),(26811,51,111,0),(26812,51,112,0),(26813,51,113,0),(26814,51,114,0),(26815,51,115,0),(26816,51,116,0),(26817,51,117,0),(26818,51,118,0),(26819,51,119,0),(26820,51,120,0),(26821,51,121,0),(26822,51,122,0),(26823,51,123,0),(26824,51,124,0),(26825,51,125,0),(26826,51,126,0),(26827,51,127,0),(26828,51,128,0),(26829,51,129,0),(26830,51,130,0),(26831,51,131,0),(26832,51,132,0),(26833,51,133,0),(26834,51,134,0),(26835,51,135,0),(26836,51,136,0),(26837,51,137,0),(26838,51,138,0),(26839,51,139,0),(26840,51,140,0),(26841,51,141,0),(26842,51,142,0),(26843,51,143,0),(26844,51,144,0),(26845,51,145,0),(26846,51,146,0),(26847,51,147,0),(26848,51,148,0),(26849,51,149,0),(26850,51,150,0),(26851,51,151,0),(26852,51,152,0),(26853,51,153,0),(26854,51,154,0),(26855,51,155,0),(26856,51,156,0),(26857,51,157,0),(26858,51,158,0),(26859,51,159,0),(26860,51,160,0),(26861,51,161,0),(26862,51,162,0),(26863,51,163,0),(26864,51,164,0),(26865,51,165,0),(26866,51,166,0),(26867,51,167,0),(26868,51,168,0),(26869,51,169,0),(26870,51,170,0),(26871,51,171,0),(26872,51,172,0),(26873,51,173,0),(26874,51,174,0),(26875,51,175,0),(26876,51,176,0),(26877,51,177,0),(26878,51,178,0),(26879,51,179,0),(26880,51,180,0),(26881,51,181,0),(26882,51,182,0),(26883,51,183,0),(26884,51,184,0),(26885,51,185,0),(26886,51,186,0),(26887,51,187,0),(26888,51,188,0),(26889,51,189,0),(26890,51,190,0),(26891,51,191,0),(26892,51,192,0),(26893,51,193,0),(26894,51,194,0),(26895,51,195,0),(26896,51,196,0),(26897,51,197,0),(26898,51,198,0),(26899,51,199,0),(26900,51,200,0),(26901,51,201,0),(26902,51,202,0),(26903,51,203,0),(26904,51,204,0),(26905,51,205,0),(26906,51,206,0),(26907,51,207,0),(26908,51,208,0),(26909,51,209,0),(26910,51,210,0),(26911,51,211,0),(26912,51,212,0),(26913,51,213,0),(26914,51,214,0),(26915,51,215,0),(26916,51,216,0),(26917,51,217,0),(26918,51,218,0),(26919,51,219,0),(26920,51,220,0),(26921,51,221,0),(26922,51,222,0),(26923,51,223,0),(26924,51,224,0),(26925,51,225,0),(26926,51,226,0),(26927,51,227,0),(26928,51,228,0),(26929,51,229,0),(26930,51,230,0.147058823529412),(26931,51,231,0.0882352941176471),(26932,51,232,0.117647058823529),(26933,51,233,0.0735294117647059),(26934,51,234,0.0735294117647059),(26935,51,235,0.0882352941176471),(26936,51,236,0.0588235294117647),(26937,51,237,0.102941176470588),(26938,51,238,0.0588235294117647),(26939,51,239,0.0882352941176471),(26940,51,240,0.0441176470588235),(26941,51,241,0.0588235294117647),(26942,51,242,0),(26943,51,243,0),(26944,51,244,0),(26945,51,245,0),(26946,51,246,0),(26947,51,247,0),(26948,51,248,0),(26949,51,249,0),(26950,51,250,0),(26951,51,251,0),(26952,51,252,0),(26953,51,253,0),(26954,51,254,0),(26955,51,255,0),(26956,51,256,0),(26957,51,257,0),(26958,51,258,0),(26959,51,259,0),(26960,51,260,0),(26961,51,261,0),(26962,51,262,0),(26963,51,263,0),(26964,51,264,0),(26965,51,265,0),(26966,51,266,0),(26967,51,267,0),(26968,51,268,0),(26969,51,269,0),(26970,51,270,0),(26971,51,271,0),(26972,51,272,0),(26973,51,273,0),(26974,51,274,0),(26975,51,275,0),(26976,51,276,0),(26977,51,277,0),(26978,51,278,0),(26979,51,279,0),(26980,51,280,0),(26981,51,281,0),(26982,51,282,0),(26983,51,283,0),(26984,51,284,0),(26985,51,285,0),(26986,51,286,0),(26987,51,287,0),(26988,51,288,0),(26989,51,289,0),(26990,51,290,0),(26991,51,291,0),(26992,51,292,0),(26993,51,293,0),(26994,51,294,0),(26995,51,295,0),(26996,51,296,0),(26997,51,297,0),(26998,51,298,0),(26999,51,299,0),(27000,51,300,0),(27001,51,301,0),(27002,51,302,0),(27003,51,303,0),(27004,51,304,0),(27005,51,305,0),(27006,51,306,0),(27007,51,307,0),(27008,51,308,0),(27009,51,309,0),(27010,51,310,0),(27011,51,311,0),(27012,51,312,0),(27013,51,313,0),(27014,51,314,0),(27015,51,315,0),(27016,51,316,0),(27017,51,317,0),(27018,51,318,0),(27019,51,319,0),(27020,51,320,0),(27021,51,321,0),(27022,51,322,0),(27023,51,323,0),(27024,51,324,0),(27025,51,325,0),(27026,51,326,0),(27027,51,327,0),(27028,51,328,0),(27029,51,329,0),(27030,51,330,0),(27031,51,331,0),(27032,51,332,0),(27033,51,333,0),(27034,51,334,0),(27035,51,335,0),(27036,51,336,0),(27037,51,337,0),(27038,51,338,0),(27039,51,339,0),(27040,51,340,0),(27041,51,341,0),(27042,51,342,0),(27043,51,343,0),(27044,51,344,0),(27045,51,345,0),(27046,51,346,0),(27047,51,347,0),(27048,51,348,0),(27049,51,349,0),(27050,51,350,0),(27051,51,351,0),(27052,51,352,0),(27053,51,353,0),(27054,51,354,0),(27055,51,355,0),(27056,51,356,0),(27057,51,357,0),(27058,51,358,0),(27059,51,359,0),(27060,51,360,0),(27061,51,361,0),(27062,51,362,0),(27063,51,363,0),(27064,51,364,0),(27065,51,365,0),(27066,51,366,0),(27067,51,367,0),(27068,51,368,0),(27069,51,369,0),(27070,51,370,0),(27071,51,371,0),(27072,51,372,0),(27073,51,373,0),(27074,51,374,0),(27075,51,375,0),(27076,51,376,0),(27077,51,377,0),(27078,51,378,0),(27079,51,379,0),(27080,51,380,0),(27081,51,381,0),(27082,51,382,0),(27083,51,383,0),(27084,51,384,0),(27085,51,385,0),(27086,51,386,0),(27087,51,387,0),(27088,51,388,0),(27089,51,389,0),(27090,51,390,0),(27091,51,391,0),(27092,51,392,0),(27093,51,393,0),(27094,51,394,0),(27095,51,395,0),(27096,51,396,0),(27097,51,397,0),(27098,51,398,0),(27099,51,399,0),(27100,51,400,0),(27101,51,401,0),(27102,51,402,0),(27103,51,403,0),(27104,51,404,0),(27105,51,405,0),(27106,51,406,0),(27107,51,407,0),(27108,51,408,0),(27109,51,409,0),(27110,51,410,0),(27111,51,411,0),(27112,51,412,0),(27113,51,413,0),(27114,51,414,0),(27115,51,415,0),(27116,51,416,0),(27117,51,417,0),(27118,51,418,0),(27119,51,419,0),(27120,51,420,0),(27121,51,421,0),(27122,51,422,0),(27123,51,423,0),(27124,51,424,0),(27125,51,425,0),(27126,51,426,0),(27127,51,427,0),(27128,51,428,0),(27129,51,429,0),(27130,51,430,0),(27131,51,431,0),(27132,51,432,0),(27133,51,433,0),(27134,51,434,0),(27135,51,435,0),(27136,51,436,0),(27137,51,437,0),(27138,51,438,0),(27139,51,439,0),(27140,51,440,0),(27141,51,441,0),(27142,51,442,0),(27143,51,443,0),(27144,51,444,0),(27145,51,445,0),(27146,51,446,0),(27147,51,447,0),(27148,51,448,0),(27149,51,449,0),(27150,51,450,0),(27151,51,451,0),(27152,51,452,0),(27153,51,453,0),(27154,51,454,0),(27155,51,455,0),(27156,51,456,0),(27157,51,457,0),(27158,51,458,0),(27159,51,459,0),(27160,51,460,0),(27161,51,461,0),(27162,51,462,0),(27163,51,463,0),(27164,51,464,0),(27165,51,465,0),(27166,51,466,0),(27167,51,467,0),(27168,51,468,0),(27169,51,469,0),(27170,51,470,0),(27171,51,471,0),(27172,51,472,0),(27173,51,473,0),(27174,51,474,0),(27175,51,475,0),(27176,51,476,0),(27177,51,477,0),(27178,51,478,0),(27179,51,479,0),(27180,51,480,0),(27181,51,481,0),(27182,51,482,0),(27183,51,483,0),(27184,51,484,0),(27185,51,485,0),(27186,51,486,0),(27187,51,487,0),(27188,51,488,0),(27189,51,489,0),(27190,51,490,0),(27191,51,491,0),(27192,51,492,0),(27193,51,493,0),(27194,51,494,0),(27195,51,495,0),(27196,51,496,0),(27197,51,497,0),(27198,51,498,0),(27199,51,499,0),(27200,51,500,0),(27201,51,501,0),(27202,51,502,0),(27203,51,503,0),(27204,51,504,0),(27205,51,505,0),(27206,51,506,0),(27207,51,507,0),(27208,51,508,0),(27209,51,509,0),(27210,51,510,0),(27211,51,511,0),(27212,51,512,0),(27213,51,513,0),(27214,51,514,0),(27215,51,515,0),(27216,51,516,0),(27217,51,517,0),(27218,51,518,0),(27219,51,519,0),(27220,51,520,0),(27221,51,521,0),(27222,51,522,0),(27223,51,523,0),(27224,51,524,0),(27225,51,525,0),(27226,51,526,0),(27227,51,527,0),(27228,51,528,0),(27229,51,529,0),(27230,51,530,0),(27231,51,531,0),(27232,51,532,0),(27233,51,533,0),(27234,51,534,0),(27235,52,1,0),(27236,52,2,0),(27237,52,3,0),(27238,52,4,0),(27239,52,5,0),(27240,52,6,0),(27241,52,7,0),(27242,52,8,0),(27243,52,9,0),(27244,52,10,0),(27245,52,11,0),(27246,52,12,0),(27247,52,13,0),(27248,52,14,0),(27249,52,15,0),(27250,52,16,0),(27251,52,17,0),(27252,52,18,0),(27253,52,19,0),(27254,52,20,0),(27255,52,21,0),(27256,52,22,0),(27257,52,23,0),(27258,52,24,0),(27259,52,25,0),(27260,52,26,0),(27261,52,27,0),(27262,52,28,0),(27263,52,29,0),(27264,52,30,0),(27265,52,31,0),(27266,52,32,0),(27267,52,33,0),(27268,52,34,0),(27269,52,35,0),(27270,52,36,0),(27271,52,37,0),(27272,52,38,0),(27273,52,39,0),(27274,52,40,0),(27275,52,41,0),(27276,52,42,0),(27277,52,43,0),(27278,52,44,0),(27279,52,45,0),(27280,52,46,0),(27281,52,47,0),(27282,52,48,0),(27283,52,49,0),(27284,52,50,0),(27285,52,51,0),(27286,52,52,0),(27287,52,53,0),(27288,52,54,0),(27289,52,55,0),(27290,52,56,0),(27291,52,57,0),(27292,52,58,0),(27293,52,59,0),(27294,52,60,0),(27295,52,61,0),(27296,52,62,0),(27297,52,63,0),(27298,52,64,0),(27299,52,65,0),(27300,52,66,0),(27301,52,67,0),(27302,52,68,0),(27303,52,69,0),(27304,52,70,0),(27305,52,71,0),(27306,52,72,0),(27307,52,73,0),(27308,52,74,0),(27309,52,75,0),(27310,52,76,0),(27311,52,77,0),(27312,52,78,0),(27313,52,79,0),(27314,52,80,0),(27315,52,81,0),(27316,52,82,0),(27317,52,83,0),(27318,52,84,0),(27319,52,85,0),(27320,52,86,0),(27321,52,87,0),(27322,52,88,0),(27323,52,89,0),(27324,52,90,0),(27325,52,91,0),(27326,52,92,0),(27327,52,93,0),(27328,52,94,0),(27329,52,95,0),(27330,52,96,0),(27331,52,97,0),(27332,52,98,0),(27333,52,99,0),(27334,52,100,0),(27335,52,101,0),(27336,52,102,0),(27337,52,103,0),(27338,52,104,0),(27339,52,105,0),(27340,52,106,0),(27341,52,107,0),(27342,52,108,0),(27343,52,109,0),(27344,52,110,0),(27345,52,111,0),(27346,52,112,0),(27347,52,113,0),(27348,52,114,0),(27349,52,115,0),(27350,52,116,0),(27351,52,117,0),(27352,52,118,0),(27353,52,119,0),(27354,52,120,0),(27355,52,121,0),(27356,52,122,0),(27357,52,123,0),(27358,52,124,0),(27359,52,125,0),(27360,52,126,0),(27361,52,127,0),(27362,52,128,0),(27363,52,129,0),(27364,52,130,0),(27365,52,131,0),(27366,52,132,0),(27367,52,133,0),(27368,52,134,0),(27369,52,135,0),(27370,52,136,0),(27371,52,137,0),(27372,52,138,0),(27373,52,139,0),(27374,52,140,0),(27375,52,141,0),(27376,52,142,0),(27377,52,143,0),(27378,52,144,0),(27379,52,145,0),(27380,52,146,0),(27381,52,147,0),(27382,52,148,0),(27383,52,149,0),(27384,52,150,0),(27385,52,151,0),(27386,52,152,0),(27387,52,153,0),(27388,52,154,0),(27389,52,155,0),(27390,52,156,0),(27391,52,157,0),(27392,52,158,0),(27393,52,159,0),(27394,52,160,0),(27395,52,161,0),(27396,52,162,0),(27397,52,163,0),(27398,52,164,0),(27399,52,165,0),(27400,52,166,0),(27401,52,167,0),(27402,52,168,0),(27403,52,169,0),(27404,52,170,0),(27405,52,171,0),(27406,52,172,0),(27407,52,173,0),(27408,52,174,0),(27409,52,175,0),(27410,52,176,0),(27411,52,177,0),(27412,52,178,0),(27413,52,179,0),(27414,52,180,0),(27415,52,181,0),(27416,52,182,0),(27417,52,183,0),(27418,52,184,0),(27419,52,185,0),(27420,52,186,0),(27421,52,187,0),(27422,52,188,0),(27423,52,189,0),(27424,52,190,0),(27425,52,191,0),(27426,52,192,0),(27427,52,193,0),(27428,52,194,0),(27429,52,195,0),(27430,52,196,0),(27431,52,197,0),(27432,52,198,0),(27433,52,199,0),(27434,52,200,0),(27435,52,201,0),(27436,52,202,0),(27437,52,203,0),(27438,52,204,0),(27439,52,205,0),(27440,52,206,0),(27441,52,207,0),(27442,52,208,0),(27443,52,209,0),(27444,52,210,0),(27445,52,211,0),(27446,52,212,0),(27447,52,213,0),(27448,52,214,0),(27449,52,215,0),(27450,52,216,0),(27451,52,217,0),(27452,52,218,0),(27453,52,219,0),(27454,52,220,0),(27455,52,221,0),(27456,52,222,0),(27457,52,223,0),(27458,52,224,0),(27459,52,225,0),(27460,52,226,0),(27461,52,227,0),(27462,52,228,0),(27463,52,229,0),(27464,52,230,0),(27465,52,231,0),(27466,52,232,0),(27467,52,233,0),(27468,52,234,0),(27469,52,235,0),(27470,52,236,0),(27471,52,237,0),(27472,52,238,0),(27473,52,239,0),(27474,52,240,0),(27475,52,241,0),(27476,52,242,0.263157894736842),(27477,52,243,0.210526315789474),(27478,52,244,0.131578947368421),(27479,52,245,0.0789473684210526),(27480,52,246,0.105263157894737),(27481,52,247,0.0526315789473684),(27482,52,248,0.157894736842105),(27483,52,249,0),(27484,52,250,0),(27485,52,251,0),(27486,52,252,0),(27487,52,253,0),(27488,52,254,0),(27489,52,255,0),(27490,52,256,0),(27491,52,257,0),(27492,52,258,0),(27493,52,259,0),(27494,52,260,0),(27495,52,261,0),(27496,52,262,0),(27497,52,263,0),(27498,52,264,0),(27499,52,265,0),(27500,52,266,0),(27501,52,267,0),(27502,52,268,0),(27503,52,269,0),(27504,52,270,0),(27505,52,271,0),(27506,52,272,0),(27507,52,273,0),(27508,52,274,0),(27509,52,275,0),(27510,52,276,0),(27511,52,277,0),(27512,52,278,0),(27513,52,279,0),(27514,52,280,0),(27515,52,281,0),(27516,52,282,0),(27517,52,283,0),(27518,52,284,0),(27519,52,285,0),(27520,52,286,0),(27521,52,287,0),(27522,52,288,0),(27523,52,289,0),(27524,52,290,0),(27525,52,291,0),(27526,52,292,0),(27527,52,293,0),(27528,52,294,0),(27529,52,295,0),(27530,52,296,0),(27531,52,297,0),(27532,52,298,0),(27533,52,299,0),(27534,52,300,0),(27535,52,301,0),(27536,52,302,0),(27537,52,303,0),(27538,52,304,0),(27539,52,305,0),(27540,52,306,0),(27541,52,307,0),(27542,52,308,0),(27543,52,309,0),(27544,52,310,0),(27545,52,311,0),(27546,52,312,0),(27547,52,313,0),(27548,52,314,0),(27549,52,315,0),(27550,52,316,0),(27551,52,317,0),(27552,52,318,0),(27553,52,319,0),(27554,52,320,0),(27555,52,321,0),(27556,52,322,0),(27557,52,323,0),(27558,52,324,0),(27559,52,325,0),(27560,52,326,0),(27561,52,327,0),(27562,52,328,0),(27563,52,329,0),(27564,52,330,0),(27565,52,331,0),(27566,52,332,0),(27567,52,333,0),(27568,52,334,0),(27569,52,335,0),(27570,52,336,0),(27571,52,337,0),(27572,52,338,0),(27573,52,339,0),(27574,52,340,0),(27575,52,341,0),(27576,52,342,0),(27577,52,343,0),(27578,52,344,0),(27579,52,345,0),(27580,52,346,0),(27581,52,347,0),(27582,52,348,0),(27583,52,349,0),(27584,52,350,0),(27585,52,351,0),(27586,52,352,0),(27587,52,353,0),(27588,52,354,0),(27589,52,355,0),(27590,52,356,0),(27591,52,357,0),(27592,52,358,0),(27593,52,359,0),(27594,52,360,0),(27595,52,361,0),(27596,52,362,0),(27597,52,363,0),(27598,52,364,0),(27599,52,365,0),(27600,52,366,0),(27601,52,367,0),(27602,52,368,0),(27603,52,369,0),(27604,52,370,0),(27605,52,371,0),(27606,52,372,0),(27607,52,373,0),(27608,52,374,0),(27609,52,375,0),(27610,52,376,0),(27611,52,377,0),(27612,52,378,0),(27613,52,379,0),(27614,52,380,0),(27615,52,381,0),(27616,52,382,0),(27617,52,383,0),(27618,52,384,0),(27619,52,385,0),(27620,52,386,0),(27621,52,387,0),(27622,52,388,0),(27623,52,389,0),(27624,52,390,0),(27625,52,391,0),(27626,52,392,0),(27627,52,393,0),(27628,52,394,0),(27629,52,395,0),(27630,52,396,0),(27631,52,397,0),(27632,52,398,0),(27633,52,399,0),(27634,52,400,0),(27635,52,401,0),(27636,52,402,0),(27637,52,403,0),(27638,52,404,0),(27639,52,405,0),(27640,52,406,0),(27641,52,407,0),(27642,52,408,0),(27643,52,409,0),(27644,52,410,0),(27645,52,411,0),(27646,52,412,0),(27647,52,413,0),(27648,52,414,0),(27649,52,415,0),(27650,52,416,0),(27651,52,417,0),(27652,52,418,0),(27653,52,419,0),(27654,52,420,0),(27655,52,421,0),(27656,52,422,0),(27657,52,423,0),(27658,52,424,0),(27659,52,425,0),(27660,52,426,0),(27661,52,427,0),(27662,52,428,0),(27663,52,429,0),(27664,52,430,0),(27665,52,431,0),(27666,52,432,0),(27667,52,433,0),(27668,52,434,0),(27669,52,435,0),(27670,52,436,0),(27671,52,437,0),(27672,52,438,0),(27673,52,439,0),(27674,52,440,0),(27675,52,441,0),(27676,52,442,0),(27677,52,443,0),(27678,52,444,0),(27679,52,445,0),(27680,52,446,0),(27681,52,447,0),(27682,52,448,0),(27683,52,449,0),(27684,52,450,0),(27685,52,451,0),(27686,52,452,0),(27687,52,453,0),(27688,52,454,0),(27689,52,455,0),(27690,52,456,0),(27691,52,457,0),(27692,52,458,0),(27693,52,459,0),(27694,52,460,0),(27695,52,461,0),(27696,52,462,0),(27697,52,463,0),(27698,52,464,0),(27699,52,465,0),(27700,52,466,0),(27701,52,467,0),(27702,52,468,0),(27703,52,469,0),(27704,52,470,0),(27705,52,471,0),(27706,52,472,0),(27707,52,473,0),(27708,52,474,0),(27709,52,475,0),(27710,52,476,0),(27711,52,477,0),(27712,52,478,0),(27713,52,479,0),(27714,52,480,0),(27715,52,481,0),(27716,52,482,0),(27717,52,483,0),(27718,52,484,0),(27719,52,485,0),(27720,52,486,0),(27721,52,487,0),(27722,52,488,0),(27723,52,489,0),(27724,52,490,0),(27725,52,491,0),(27726,52,492,0),(27727,52,493,0),(27728,52,494,0),(27729,52,495,0),(27730,52,496,0),(27731,52,497,0),(27732,52,498,0),(27733,52,499,0),(27734,52,500,0),(27735,52,501,0),(27736,52,502,0),(27737,52,503,0),(27738,52,504,0),(27739,52,505,0),(27740,52,506,0),(27741,52,507,0),(27742,52,508,0),(27743,52,509,0),(27744,52,510,0),(27745,52,511,0),(27746,52,512,0),(27747,52,513,0),(27748,52,514,0),(27749,52,515,0),(27750,52,516,0),(27751,52,517,0),(27752,52,518,0),(27753,52,519,0),(27754,52,520,0),(27755,52,521,0),(27756,52,522,0),(27757,52,523,0),(27758,52,524,0),(27759,52,525,0),(27760,52,526,0),(27761,52,527,0),(27762,52,528,0),(27763,52,529,0),(27764,52,530,0),(27765,52,531,0),(27766,52,532,0),(27767,52,533,0),(27768,52,534,0),(27769,53,1,0),(27770,53,2,0),(27771,53,3,0),(27772,53,4,0),(27773,53,5,0),(27774,53,6,0),(27775,53,7,0),(27776,53,8,0),(27777,53,9,0),(27778,53,10,0),(27779,53,11,0),(27780,53,12,0),(27781,53,13,0),(27782,53,14,0),(27783,53,15,0),(27784,53,16,0),(27785,53,17,0),(27786,53,18,0),(27787,53,19,0),(27788,53,20,0),(27789,53,21,0),(27790,53,22,0),(27791,53,23,0),(27792,53,24,0),(27793,53,25,0),(27794,53,26,0),(27795,53,27,0),(27796,53,28,0),(27797,53,29,0),(27798,53,30,0),(27799,53,31,0),(27800,53,32,0),(27801,53,33,0),(27802,53,34,0),(27803,53,35,0),(27804,53,36,0),(27805,53,37,0),(27806,53,38,0),(27807,53,39,0),(27808,53,40,0),(27809,53,41,0),(27810,53,42,0),(27811,53,43,0),(27812,53,44,0),(27813,53,45,0),(27814,53,46,0),(27815,53,47,0),(27816,53,48,0),(27817,53,49,0),(27818,53,50,0),(27819,53,51,0),(27820,53,52,0),(27821,53,53,0),(27822,53,54,0),(27823,53,55,0),(27824,53,56,0),(27825,53,57,0),(27826,53,58,0),(27827,53,59,0),(27828,53,60,0),(27829,53,61,0),(27830,53,62,0),(27831,53,63,0),(27832,53,64,0),(27833,53,65,0),(27834,53,66,0),(27835,53,67,0),(27836,53,68,0),(27837,53,69,0),(27838,53,70,0),(27839,53,71,0),(27840,53,72,0),(27841,53,73,0),(27842,53,74,0),(27843,53,75,0),(27844,53,76,0),(27845,53,77,0),(27846,53,78,0),(27847,53,79,0),(27848,53,80,0),(27849,53,81,0),(27850,53,82,0),(27851,53,83,0),(27852,53,84,0),(27853,53,85,0),(27854,53,86,0),(27855,53,87,0),(27856,53,88,0),(27857,53,89,0),(27858,53,90,0),(27859,53,91,0),(27860,53,92,0),(27861,53,93,0),(27862,53,94,0),(27863,53,95,0),(27864,53,96,0),(27865,53,97,0),(27866,53,98,0),(27867,53,99,0),(27868,53,100,0),(27869,53,101,0),(27870,53,102,0),(27871,53,103,0),(27872,53,104,0),(27873,53,105,0),(27874,53,106,0),(27875,53,107,0),(27876,53,108,0),(27877,53,109,0),(27878,53,110,0),(27879,53,111,0),(27880,53,112,0),(27881,53,113,0),(27882,53,114,0),(27883,53,115,0),(27884,53,116,0),(27885,53,117,0),(27886,53,118,0),(27887,53,119,0),(27888,53,120,0),(27889,53,121,0),(27890,53,122,0),(27891,53,123,0),(27892,53,124,0),(27893,53,125,0),(27894,53,126,0),(27895,53,127,0),(27896,53,128,0),(27897,53,129,0),(27898,53,130,0),(27899,53,131,0),(27900,53,132,0),(27901,53,133,0),(27902,53,134,0),(27903,53,135,0),(27904,53,136,0),(27905,53,137,0),(27906,53,138,0),(27907,53,139,0),(27908,53,140,0),(27909,53,141,0),(27910,53,142,0),(27911,53,143,0),(27912,53,144,0),(27913,53,145,0),(27914,53,146,0),(27915,53,147,0),(27916,53,148,0),(27917,53,149,0),(27918,53,150,0),(27919,53,151,0),(27920,53,152,0),(27921,53,153,0),(27922,53,154,0),(27923,53,155,0),(27924,53,156,0),(27925,53,157,0),(27926,53,158,0),(27927,53,159,0),(27928,53,160,0),(27929,53,161,0),(27930,53,162,0),(27931,53,163,0),(27932,53,164,0),(27933,53,165,0),(27934,53,166,0),(27935,53,167,0),(27936,53,168,0),(27937,53,169,0),(27938,53,170,0),(27939,53,171,0),(27940,53,172,0),(27941,53,173,0),(27942,53,174,0),(27943,53,175,0),(27944,53,176,0),(27945,53,177,0),(27946,53,178,0),(27947,53,179,0),(27948,53,180,0),(27949,53,181,0),(27950,53,182,0),(27951,53,183,0),(27952,53,184,0),(27953,53,185,0),(27954,53,186,0),(27955,53,187,0),(27956,53,188,0),(27957,53,189,0),(27958,53,190,0),(27959,53,191,0),(27960,53,192,0),(27961,53,193,0),(27962,53,194,0),(27963,53,195,0),(27964,53,196,0),(27965,53,197,0),(27966,53,198,0),(27967,53,199,0),(27968,53,200,0),(27969,53,201,0),(27970,53,202,0),(27971,53,203,0),(27972,53,204,0),(27973,53,205,0),(27974,53,206,0),(27975,53,207,0),(27976,53,208,0),(27977,53,209,0),(27978,53,210,0),(27979,53,211,0),(27980,53,212,0),(27981,53,213,0),(27982,53,214,0),(27983,53,215,0),(27984,53,216,0),(27985,53,217,0),(27986,53,218,0),(27987,53,219,0),(27988,53,220,0),(27989,53,221,0),(27990,53,222,0),(27991,53,223,0),(27992,53,224,0),(27993,53,225,0),(27994,53,226,0),(27995,53,227,0),(27996,53,228,0),(27997,53,229,0),(27998,53,230,0),(27999,53,231,0),(28000,53,232,0),(28001,53,233,0),(28002,53,234,0),(28003,53,235,0),(28004,53,236,0),(28005,53,237,0),(28006,53,238,0),(28007,53,239,0),(28008,53,240,0),(28009,53,241,0),(28010,53,242,0),(28011,53,243,0),(28012,53,244,0),(28013,53,245,0),(28014,53,246,0),(28015,53,247,0),(28016,53,248,0),(28017,53,249,0.303030303030303),(28018,53,250,0.212121212121212),(28019,53,251,0.181818181818182),(28020,53,252,0.181818181818182),(28021,53,253,0.121212121212121),(28022,53,254,0),(28023,53,255,0),(28024,53,256,0),(28025,53,257,0),(28026,53,258,0),(28027,53,259,0),(28028,53,260,0),(28029,53,261,0),(28030,53,262,0),(28031,53,263,0),(28032,53,264,0),(28033,53,265,0),(28034,53,266,0),(28035,53,267,0),(28036,53,268,0),(28037,53,269,0),(28038,53,270,0),(28039,53,271,0),(28040,53,272,0),(28041,53,273,0),(28042,53,274,0),(28043,53,275,0),(28044,53,276,0),(28045,53,277,0),(28046,53,278,0),(28047,53,279,0),(28048,53,280,0),(28049,53,281,0),(28050,53,282,0),(28051,53,283,0),(28052,53,284,0),(28053,53,285,0),(28054,53,286,0),(28055,53,287,0),(28056,53,288,0),(28057,53,289,0),(28058,53,290,0),(28059,53,291,0),(28060,53,292,0),(28061,53,293,0),(28062,53,294,0),(28063,53,295,0),(28064,53,296,0),(28065,53,297,0),(28066,53,298,0),(28067,53,299,0),(28068,53,300,0),(28069,53,301,0),(28070,53,302,0),(28071,53,303,0),(28072,53,304,0),(28073,53,305,0),(28074,53,306,0),(28075,53,307,0),(28076,53,308,0),(28077,53,309,0),(28078,53,310,0),(28079,53,311,0),(28080,53,312,0),(28081,53,313,0),(28082,53,314,0),(28083,53,315,0),(28084,53,316,0),(28085,53,317,0),(28086,53,318,0),(28087,53,319,0),(28088,53,320,0),(28089,53,321,0),(28090,53,322,0),(28091,53,323,0),(28092,53,324,0),(28093,53,325,0),(28094,53,326,0),(28095,53,327,0),(28096,53,328,0),(28097,53,329,0),(28098,53,330,0),(28099,53,331,0),(28100,53,332,0),(28101,53,333,0),(28102,53,334,0),(28103,53,335,0),(28104,53,336,0),(28105,53,337,0),(28106,53,338,0),(28107,53,339,0),(28108,53,340,0),(28109,53,341,0),(28110,53,342,0),(28111,53,343,0),(28112,53,344,0),(28113,53,345,0),(28114,53,346,0),(28115,53,347,0),(28116,53,348,0),(28117,53,349,0),(28118,53,350,0),(28119,53,351,0),(28120,53,352,0),(28121,53,353,0),(28122,53,354,0),(28123,53,355,0),(28124,53,356,0),(28125,53,357,0),(28126,53,358,0),(28127,53,359,0),(28128,53,360,0),(28129,53,361,0),(28130,53,362,0),(28131,53,363,0),(28132,53,364,0),(28133,53,365,0),(28134,53,366,0),(28135,53,367,0),(28136,53,368,0),(28137,53,369,0),(28138,53,370,0),(28139,53,371,0),(28140,53,372,0),(28141,53,373,0),(28142,53,374,0),(28143,53,375,0),(28144,53,376,0),(28145,53,377,0),(28146,53,378,0),(28147,53,379,0),(28148,53,380,0),(28149,53,381,0),(28150,53,382,0),(28151,53,383,0),(28152,53,384,0),(28153,53,385,0),(28154,53,386,0),(28155,53,387,0),(28156,53,388,0),(28157,53,389,0),(28158,53,390,0),(28159,53,391,0),(28160,53,392,0),(28161,53,393,0),(28162,53,394,0),(28163,53,395,0),(28164,53,396,0),(28165,53,397,0),(28166,53,398,0),(28167,53,399,0),(28168,53,400,0),(28169,53,401,0),(28170,53,402,0),(28171,53,403,0),(28172,53,404,0),(28173,53,405,0),(28174,53,406,0),(28175,53,407,0),(28176,53,408,0),(28177,53,409,0),(28178,53,410,0),(28179,53,411,0),(28180,53,412,0),(28181,53,413,0),(28182,53,414,0),(28183,53,415,0),(28184,53,416,0),(28185,53,417,0),(28186,53,418,0),(28187,53,419,0),(28188,53,420,0),(28189,53,421,0),(28190,53,422,0),(28191,53,423,0),(28192,53,424,0),(28193,53,425,0),(28194,53,426,0),(28195,53,427,0),(28196,53,428,0),(28197,53,429,0),(28198,53,430,0),(28199,53,431,0),(28200,53,432,0),(28201,53,433,0),(28202,53,434,0),(28203,53,435,0),(28204,53,436,0),(28205,53,437,0),(28206,53,438,0),(28207,53,439,0),(28208,53,440,0),(28209,53,441,0),(28210,53,442,0),(28211,53,443,0),(28212,53,444,0),(28213,53,445,0),(28214,53,446,0),(28215,53,447,0),(28216,53,448,0),(28217,53,449,0),(28218,53,450,0),(28219,53,451,0),(28220,53,452,0),(28221,53,453,0),(28222,53,454,0),(28223,53,455,0),(28224,53,456,0),(28225,53,457,0),(28226,53,458,0),(28227,53,459,0),(28228,53,460,0),(28229,53,461,0),(28230,53,462,0),(28231,53,463,0),(28232,53,464,0),(28233,53,465,0),(28234,53,466,0),(28235,53,467,0),(28236,53,468,0),(28237,53,469,0),(28238,53,470,0),(28239,53,471,0),(28240,53,472,0),(28241,53,473,0),(28242,53,474,0),(28243,53,475,0),(28244,53,476,0),(28245,53,477,0),(28246,53,478,0),(28247,53,479,0),(28248,53,480,0),(28249,53,481,0),(28250,53,482,0),(28251,53,483,0),(28252,53,484,0),(28253,53,485,0),(28254,53,486,0),(28255,53,487,0),(28256,53,488,0),(28257,53,489,0),(28258,53,490,0),(28259,53,491,0),(28260,53,492,0),(28261,53,493,0),(28262,53,494,0),(28263,53,495,0),(28264,53,496,0),(28265,53,497,0),(28266,53,498,0),(28267,53,499,0),(28268,53,500,0),(28269,53,501,0),(28270,53,502,0),(28271,53,503,0),(28272,53,504,0),(28273,53,505,0),(28274,53,506,0),(28275,53,507,0),(28276,53,508,0),(28277,53,509,0),(28278,53,510,0),(28279,53,511,0),(28280,53,512,0),(28281,53,513,0),(28282,53,514,0),(28283,53,515,0),(28284,53,516,0),(28285,53,517,0),(28286,53,518,0),(28287,53,519,0),(28288,53,520,0),(28289,53,521,0),(28290,53,522,0),(28291,53,523,0),(28292,53,524,0),(28293,53,525,0),(28294,53,526,0),(28295,53,527,0),(28296,53,528,0),(28297,53,529,0),(28298,53,530,0),(28299,53,531,0),(28300,53,532,0),(28301,53,533,0),(28302,53,534,0),(28303,54,1,0),(28304,54,2,0),(28305,54,3,0),(28306,54,4,0),(28307,54,5,0),(28308,54,6,0),(28309,54,7,0),(28310,54,8,0),(28311,54,9,0),(28312,54,10,0),(28313,54,11,0),(28314,54,12,0),(28315,54,13,0),(28316,54,14,0),(28317,54,15,0),(28318,54,16,0),(28319,54,17,0),(28320,54,18,0),(28321,54,19,0),(28322,54,20,0),(28323,54,21,0),(28324,54,22,0),(28325,54,23,0),(28326,54,24,0),(28327,54,25,0),(28328,54,26,0),(28329,54,27,0),(28330,54,28,0),(28331,54,29,0),(28332,54,30,0),(28333,54,31,0),(28334,54,32,0),(28335,54,33,0),(28336,54,34,0),(28337,54,35,0),(28338,54,36,0),(28339,54,37,0),(28340,54,38,0),(28341,54,39,0),(28342,54,40,0),(28343,54,41,0),(28344,54,42,0),(28345,54,43,0),(28346,54,44,0),(28347,54,45,0),(28348,54,46,0),(28349,54,47,0),(28350,54,48,0),(28351,54,49,0),(28352,54,50,0),(28353,54,51,0),(28354,54,52,0),(28355,54,53,0),(28356,54,54,0),(28357,54,55,0),(28358,54,56,0),(28359,54,57,0),(28360,54,58,0),(28361,54,59,0),(28362,54,60,0),(28363,54,61,0),(28364,54,62,0),(28365,54,63,0),(28366,54,64,0),(28367,54,65,0),(28368,54,66,0),(28369,54,67,0),(28370,54,68,0),(28371,54,69,0),(28372,54,70,0),(28373,54,71,0),(28374,54,72,0),(28375,54,73,0),(28376,54,74,0),(28377,54,75,0),(28378,54,76,0),(28379,54,77,0),(28380,54,78,0),(28381,54,79,0),(28382,54,80,0),(28383,54,81,0),(28384,54,82,0),(28385,54,83,0),(28386,54,84,0),(28387,54,85,0),(28388,54,86,0),(28389,54,87,0),(28390,54,88,0),(28391,54,89,0),(28392,54,90,0),(28393,54,91,0),(28394,54,92,0),(28395,54,93,0),(28396,54,94,0),(28397,54,95,0),(28398,54,96,0),(28399,54,97,0),(28400,54,98,0),(28401,54,99,0),(28402,54,100,0),(28403,54,101,0),(28404,54,102,0),(28405,54,103,0),(28406,54,104,0),(28407,54,105,0),(28408,54,106,0),(28409,54,107,0),(28410,54,108,0),(28411,54,109,0),(28412,54,110,0),(28413,54,111,0),(28414,54,112,0),(28415,54,113,0),(28416,54,114,0),(28417,54,115,0),(28418,54,116,0),(28419,54,117,0),(28420,54,118,0),(28421,54,119,0),(28422,54,120,0),(28423,54,121,0),(28424,54,122,0),(28425,54,123,0),(28426,54,124,0),(28427,54,125,0),(28428,54,126,0),(28429,54,127,0),(28430,54,128,0),(28431,54,129,0),(28432,54,130,0),(28433,54,131,0),(28434,54,132,0),(28435,54,133,0),(28436,54,134,0),(28437,54,135,0),(28438,54,136,0),(28439,54,137,0),(28440,54,138,0),(28441,54,139,0),(28442,54,140,0),(28443,54,141,0),(28444,54,142,0),(28445,54,143,0),(28446,54,144,0),(28447,54,145,0),(28448,54,146,0),(28449,54,147,0),(28450,54,148,0),(28451,54,149,0),(28452,54,150,0),(28453,54,151,0),(28454,54,152,0),(28455,54,153,0),(28456,54,154,0),(28457,54,155,0),(28458,54,156,0),(28459,54,157,0),(28460,54,158,0),(28461,54,159,0),(28462,54,160,0),(28463,54,161,0),(28464,54,162,0),(28465,54,163,0),(28466,54,164,0),(28467,54,165,0),(28468,54,166,0),(28469,54,167,0),(28470,54,168,0),(28471,54,169,0),(28472,54,170,0),(28473,54,171,0),(28474,54,172,0),(28475,54,173,0),(28476,54,174,0),(28477,54,175,0),(28478,54,176,0),(28479,54,177,0),(28480,54,178,0),(28481,54,179,0),(28482,54,180,0),(28483,54,181,0),(28484,54,182,0),(28485,54,183,0),(28486,54,184,0),(28487,54,185,0),(28488,54,186,0),(28489,54,187,0),(28490,54,188,0),(28491,54,189,0),(28492,54,190,0),(28493,54,191,0),(28494,54,192,0),(28495,54,193,0),(28496,54,194,0),(28497,54,195,0),(28498,54,196,0),(28499,54,197,0),(28500,54,198,0),(28501,54,199,0),(28502,54,200,0),(28503,54,201,0),(28504,54,202,0),(28505,54,203,0),(28506,54,204,0),(28507,54,205,0),(28508,54,206,0),(28509,54,207,0),(28510,54,208,0),(28511,54,209,0),(28512,54,210,0),(28513,54,211,0),(28514,54,212,0),(28515,54,213,0),(28516,54,214,0),(28517,54,215,0),(28518,54,216,0),(28519,54,217,0),(28520,54,218,0),(28521,54,219,0),(28522,54,220,0),(28523,54,221,0),(28524,54,222,0),(28525,54,223,0),(28526,54,224,0),(28527,54,225,0),(28528,54,226,0),(28529,54,227,0),(28530,54,228,0),(28531,54,229,0),(28532,54,230,0),(28533,54,231,0),(28534,54,232,0),(28535,54,233,0),(28536,54,234,0),(28537,54,235,0),(28538,54,236,0),(28539,54,237,0),(28540,54,238,0),(28541,54,239,0),(28542,54,240,0),(28543,54,241,0),(28544,54,242,0),(28545,54,243,0),(28546,54,244,0),(28547,54,245,0),(28548,54,246,0),(28549,54,247,0),(28550,54,248,0),(28551,54,249,0),(28552,54,250,0),(28553,54,251,0),(28554,54,252,0),(28555,54,253,0),(28556,54,254,0.173913043478261),(28557,54,255,0.130434782608696),(28558,54,256,0.108695652173913),(28559,54,257,0.217391304347826),(28560,54,258,0.0652173913043478),(28561,54,259,0.0869565217391304),(28562,54,260,0.130434782608696),(28563,54,261,0.0869565217391304),(28564,54,262,0),(28565,54,263,0),(28566,54,264,0),(28567,54,265,0),(28568,54,266,0),(28569,54,267,0),(28570,54,268,0),(28571,54,269,0),(28572,54,270,0),(28573,54,271,0),(28574,54,272,0),(28575,54,273,0),(28576,54,274,0),(28577,54,275,0),(28578,54,276,0),(28579,54,277,0),(28580,54,278,0),(28581,54,279,0),(28582,54,280,0),(28583,54,281,0),(28584,54,282,0),(28585,54,283,0),(28586,54,284,0),(28587,54,285,0),(28588,54,286,0),(28589,54,287,0),(28590,54,288,0),(28591,54,289,0),(28592,54,290,0),(28593,54,291,0),(28594,54,292,0),(28595,54,293,0),(28596,54,294,0),(28597,54,295,0),(28598,54,296,0),(28599,54,297,0),(28600,54,298,0),(28601,54,299,0),(28602,54,300,0),(28603,54,301,0),(28604,54,302,0),(28605,54,303,0),(28606,54,304,0),(28607,54,305,0),(28608,54,306,0),(28609,54,307,0),(28610,54,308,0),(28611,54,309,0),(28612,54,310,0),(28613,54,311,0),(28614,54,312,0),(28615,54,313,0),(28616,54,314,0),(28617,54,315,0),(28618,54,316,0),(28619,54,317,0),(28620,54,318,0),(28621,54,319,0),(28622,54,320,0),(28623,54,321,0),(28624,54,322,0),(28625,54,323,0),(28626,54,324,0),(28627,54,325,0),(28628,54,326,0),(28629,54,327,0),(28630,54,328,0),(28631,54,329,0),(28632,54,330,0),(28633,54,331,0),(28634,54,332,0),(28635,54,333,0),(28636,54,334,0),(28637,54,335,0),(28638,54,336,0),(28639,54,337,0),(28640,54,338,0),(28641,54,339,0),(28642,54,340,0),(28643,54,341,0),(28644,54,342,0),(28645,54,343,0),(28646,54,344,0),(28647,54,345,0),(28648,54,346,0),(28649,54,347,0),(28650,54,348,0),(28651,54,349,0),(28652,54,350,0),(28653,54,351,0),(28654,54,352,0),(28655,54,353,0),(28656,54,354,0),(28657,54,355,0),(28658,54,356,0),(28659,54,357,0),(28660,54,358,0),(28661,54,359,0),(28662,54,360,0),(28663,54,361,0),(28664,54,362,0),(28665,54,363,0),(28666,54,364,0),(28667,54,365,0),(28668,54,366,0),(28669,54,367,0),(28670,54,368,0),(28671,54,369,0),(28672,54,370,0),(28673,54,371,0),(28674,54,372,0),(28675,54,373,0),(28676,54,374,0),(28677,54,375,0),(28678,54,376,0),(28679,54,377,0),(28680,54,378,0),(28681,54,379,0),(28682,54,380,0),(28683,54,381,0),(28684,54,382,0),(28685,54,383,0),(28686,54,384,0),(28687,54,385,0),(28688,54,386,0),(28689,54,387,0),(28690,54,388,0),(28691,54,389,0),(28692,54,390,0),(28693,54,391,0),(28694,54,392,0),(28695,54,393,0),(28696,54,394,0),(28697,54,395,0),(28698,54,396,0),(28699,54,397,0),(28700,54,398,0),(28701,54,399,0),(28702,54,400,0),(28703,54,401,0),(28704,54,402,0),(28705,54,403,0),(28706,54,404,0),(28707,54,405,0),(28708,54,406,0),(28709,54,407,0),(28710,54,408,0),(28711,54,409,0),(28712,54,410,0),(28713,54,411,0),(28714,54,412,0),(28715,54,413,0),(28716,54,414,0),(28717,54,415,0),(28718,54,416,0),(28719,54,417,0),(28720,54,418,0),(28721,54,419,0),(28722,54,420,0),(28723,54,421,0),(28724,54,422,0),(28725,54,423,0),(28726,54,424,0),(28727,54,425,0),(28728,54,426,0),(28729,54,427,0),(28730,54,428,0),(28731,54,429,0),(28732,54,430,0),(28733,54,431,0),(28734,54,432,0),(28735,54,433,0),(28736,54,434,0),(28737,54,435,0),(28738,54,436,0),(28739,54,437,0),(28740,54,438,0),(28741,54,439,0),(28742,54,440,0),(28743,54,441,0),(28744,54,442,0),(28745,54,443,0),(28746,54,444,0),(28747,54,445,0),(28748,54,446,0),(28749,54,447,0),(28750,54,448,0),(28751,54,449,0),(28752,54,450,0),(28753,54,451,0),(28754,54,452,0),(28755,54,453,0),(28756,54,454,0),(28757,54,455,0),(28758,54,456,0),(28759,54,457,0),(28760,54,458,0),(28761,54,459,0),(28762,54,460,0),(28763,54,461,0),(28764,54,462,0),(28765,54,463,0),(28766,54,464,0),(28767,54,465,0),(28768,54,466,0),(28769,54,467,0),(28770,54,468,0),(28771,54,469,0),(28772,54,470,0),(28773,54,471,0),(28774,54,472,0),(28775,54,473,0),(28776,54,474,0),(28777,54,475,0),(28778,54,476,0),(28779,54,477,0),(28780,54,478,0),(28781,54,479,0),(28782,54,480,0),(28783,54,481,0),(28784,54,482,0),(28785,54,483,0),(28786,54,484,0),(28787,54,485,0),(28788,54,486,0),(28789,54,487,0),(28790,54,488,0),(28791,54,489,0),(28792,54,490,0),(28793,54,491,0),(28794,54,492,0),(28795,54,493,0),(28796,54,494,0),(28797,54,495,0),(28798,54,496,0),(28799,54,497,0),(28800,54,498,0),(28801,54,499,0),(28802,54,500,0),(28803,54,501,0),(28804,54,502,0),(28805,54,503,0),(28806,54,504,0),(28807,54,505,0),(28808,54,506,0),(28809,54,507,0),(28810,54,508,0),(28811,54,509,0),(28812,54,510,0),(28813,54,511,0),(28814,54,512,0),(28815,54,513,0),(28816,54,514,0),(28817,54,515,0),(28818,54,516,0),(28819,54,517,0),(28820,54,518,0),(28821,54,519,0),(28822,54,520,0),(28823,54,521,0),(28824,54,522,0),(28825,54,523,0),(28826,54,524,0),(28827,54,525,0),(28828,54,526,0),(28829,54,527,0),(28830,54,528,0),(28831,54,529,0),(28832,54,530,0),(28833,54,531,0),(28834,54,532,0),(28835,54,533,0),(28836,54,534,0),(28837,55,1,0),(28838,55,2,0),(28839,55,3,0),(28840,55,4,0),(28841,55,5,0),(28842,55,6,0),(28843,55,7,0),(28844,55,8,0),(28845,55,9,0),(28846,55,10,0),(28847,55,11,0),(28848,55,12,0),(28849,55,13,0),(28850,55,14,0),(28851,55,15,0),(28852,55,16,0),(28853,55,17,0),(28854,55,18,0),(28855,55,19,0),(28856,55,20,0),(28857,55,21,0),(28858,55,22,0),(28859,55,23,0),(28860,55,24,0),(28861,55,25,0),(28862,55,26,0),(28863,55,27,0),(28864,55,28,0),(28865,55,29,0),(28866,55,30,0),(28867,55,31,0),(28868,55,32,0),(28869,55,33,0),(28870,55,34,0),(28871,55,35,0),(28872,55,36,0),(28873,55,37,0),(28874,55,38,0),(28875,55,39,0),(28876,55,40,0),(28877,55,41,0),(28878,55,42,0),(28879,55,43,0),(28880,55,44,0),(28881,55,45,0),(28882,55,46,0),(28883,55,47,0),(28884,55,48,0),(28885,55,49,0),(28886,55,50,0),(28887,55,51,0),(28888,55,52,0),(28889,55,53,0),(28890,55,54,0),(28891,55,55,0),(28892,55,56,0),(28893,55,57,0),(28894,55,58,0),(28895,55,59,0),(28896,55,60,0),(28897,55,61,0),(28898,55,62,0),(28899,55,63,0),(28900,55,64,0),(28901,55,65,0),(28902,55,66,0),(28903,55,67,0),(28904,55,68,0),(28905,55,69,0),(28906,55,70,0),(28907,55,71,0),(28908,55,72,0),(28909,55,73,0),(28910,55,74,0),(28911,55,75,0),(28912,55,76,0),(28913,55,77,0),(28914,55,78,0),(28915,55,79,0),(28916,55,80,0),(28917,55,81,0),(28918,55,82,0),(28919,55,83,0),(28920,55,84,0),(28921,55,85,0),(28922,55,86,0),(28923,55,87,0),(28924,55,88,0),(28925,55,89,0),(28926,55,90,0),(28927,55,91,0),(28928,55,92,0),(28929,55,93,0),(28930,55,94,0),(28931,55,95,0),(28932,55,96,0),(28933,55,97,0),(28934,55,98,0),(28935,55,99,0),(28936,55,100,0),(28937,55,101,0),(28938,55,102,0),(28939,55,103,0),(28940,55,104,0),(28941,55,105,0),(28942,55,106,0),(28943,55,107,0),(28944,55,108,0),(28945,55,109,0),(28946,55,110,0),(28947,55,111,0),(28948,55,112,0),(28949,55,113,0),(28950,55,114,0),(28951,55,115,0),(28952,55,116,0),(28953,55,117,0),(28954,55,118,0),(28955,55,119,0),(28956,55,120,0),(28957,55,121,0),(28958,55,122,0),(28959,55,123,0),(28960,55,124,0),(28961,55,125,0),(28962,55,126,0),(28963,55,127,0),(28964,55,128,0),(28965,55,129,0),(28966,55,130,0),(28967,55,131,0),(28968,55,132,0),(28969,55,133,0),(28970,55,134,0),(28971,55,135,0),(28972,55,136,0),(28973,55,137,0),(28974,55,138,0),(28975,55,139,0),(28976,55,140,0),(28977,55,141,0),(28978,55,142,0),(28979,55,143,0),(28980,55,144,0),(28981,55,145,0),(28982,55,146,0),(28983,55,147,0),(28984,55,148,0),(28985,55,149,0),(28986,55,150,0),(28987,55,151,0),(28988,55,152,0),(28989,55,153,0),(28990,55,154,0),(28991,55,155,0),(28992,55,156,0),(28993,55,157,0),(28994,55,158,0),(28995,55,159,0),(28996,55,160,0),(28997,55,161,0),(28998,55,162,0),(28999,55,163,0),(29000,55,164,0),(29001,55,165,0),(29002,55,166,0),(29003,55,167,0),(29004,55,168,0),(29005,55,169,0),(29006,55,170,0),(29007,55,171,0),(29008,55,172,0),(29009,55,173,0),(29010,55,174,0),(29011,55,175,0),(29012,55,176,0),(29013,55,177,0),(29014,55,178,0),(29015,55,179,0),(29016,55,180,0),(29017,55,181,0),(29018,55,182,0),(29019,55,183,0),(29020,55,184,0),(29021,55,185,0),(29022,55,186,0),(29023,55,187,0),(29024,55,188,0),(29025,55,189,0),(29026,55,190,0),(29027,55,191,0),(29028,55,192,0),(29029,55,193,0),(29030,55,194,0),(29031,55,195,0),(29032,55,196,0),(29033,55,197,0),(29034,55,198,0),(29035,55,199,0),(29036,55,200,0),(29037,55,201,0),(29038,55,202,0),(29039,55,203,0),(29040,55,204,0),(29041,55,205,0),(29042,55,206,0),(29043,55,207,0),(29044,55,208,0),(29045,55,209,0),(29046,55,210,0),(29047,55,211,0),(29048,55,212,0),(29049,55,213,0),(29050,55,214,0),(29051,55,215,0),(29052,55,216,0),(29053,55,217,0),(29054,55,218,0),(29055,55,219,0),(29056,55,220,0),(29057,55,221,0),(29058,55,222,0),(29059,55,223,0),(29060,55,224,0),(29061,55,225,0),(29062,55,226,0),(29063,55,227,0),(29064,55,228,0),(29065,55,229,0),(29066,55,230,0),(29067,55,231,0),(29068,55,232,0),(29069,55,233,0),(29070,55,234,0),(29071,55,235,0),(29072,55,236,0),(29073,55,237,0),(29074,55,238,0),(29075,55,239,0),(29076,55,240,0),(29077,55,241,0),(29078,55,242,0),(29079,55,243,0),(29080,55,244,0),(29081,55,245,0),(29082,55,246,0),(29083,55,247,0),(29084,55,248,0),(29085,55,249,0),(29086,55,250,0),(29087,55,251,0),(29088,55,252,0),(29089,55,253,0),(29090,55,254,0),(29091,55,255,0),(29092,55,256,0),(29093,55,257,0),(29094,55,258,0),(29095,55,259,0),(29096,55,260,0),(29097,55,261,0),(29098,55,262,0.175438596491228),(29099,55,263,0.140350877192982),(29100,55,264,0.0701754385964912),(29101,55,265,0.0701754385964912),(29102,55,266,0.140350877192982),(29103,55,267,0.140350877192982),(29104,55,268,0.157894736842105),(29105,55,269,0.105263157894737),(29106,55,270,0),(29107,55,271,0),(29108,55,272,0),(29109,55,273,0),(29110,55,274,0),(29111,55,275,0),(29112,55,276,0),(29113,55,277,0),(29114,55,278,0),(29115,55,279,0),(29116,55,280,0),(29117,55,281,0),(29118,55,282,0),(29119,55,283,0),(29120,55,284,0),(29121,55,285,0),(29122,55,286,0),(29123,55,287,0),(29124,55,288,0),(29125,55,289,0),(29126,55,290,0),(29127,55,291,0),(29128,55,292,0),(29129,55,293,0),(29130,55,294,0),(29131,55,295,0),(29132,55,296,0),(29133,55,297,0),(29134,55,298,0),(29135,55,299,0),(29136,55,300,0),(29137,55,301,0),(29138,55,302,0),(29139,55,303,0),(29140,55,304,0),(29141,55,305,0),(29142,55,306,0),(29143,55,307,0),(29144,55,308,0),(29145,55,309,0),(29146,55,310,0),(29147,55,311,0),(29148,55,312,0),(29149,55,313,0),(29150,55,314,0),(29151,55,315,0),(29152,55,316,0),(29153,55,317,0),(29154,55,318,0),(29155,55,319,0),(29156,55,320,0),(29157,55,321,0),(29158,55,322,0),(29159,55,323,0),(29160,55,324,0),(29161,55,325,0),(29162,55,326,0),(29163,55,327,0),(29164,55,328,0),(29165,55,329,0),(29166,55,330,0),(29167,55,331,0),(29168,55,332,0),(29169,55,333,0),(29170,55,334,0),(29171,55,335,0),(29172,55,336,0),(29173,55,337,0),(29174,55,338,0),(29175,55,339,0),(29176,55,340,0),(29177,55,341,0),(29178,55,342,0),(29179,55,343,0),(29180,55,344,0),(29181,55,345,0),(29182,55,346,0),(29183,55,347,0),(29184,55,348,0),(29185,55,349,0),(29186,55,350,0),(29187,55,351,0),(29188,55,352,0),(29189,55,353,0),(29190,55,354,0),(29191,55,355,0),(29192,55,356,0),(29193,55,357,0),(29194,55,358,0),(29195,55,359,0),(29196,55,360,0),(29197,55,361,0),(29198,55,362,0),(29199,55,363,0),(29200,55,364,0),(29201,55,365,0),(29202,55,366,0),(29203,55,367,0),(29204,55,368,0),(29205,55,369,0),(29206,55,370,0),(29207,55,371,0),(29208,55,372,0),(29209,55,373,0),(29210,55,374,0),(29211,55,375,0),(29212,55,376,0),(29213,55,377,0),(29214,55,378,0),(29215,55,379,0),(29216,55,380,0),(29217,55,381,0),(29218,55,382,0),(29219,55,383,0),(29220,55,384,0),(29221,55,385,0),(29222,55,386,0),(29223,55,387,0),(29224,55,388,0),(29225,55,389,0),(29226,55,390,0),(29227,55,391,0),(29228,55,392,0),(29229,55,393,0),(29230,55,394,0),(29231,55,395,0),(29232,55,396,0),(29233,55,397,0),(29234,55,398,0),(29235,55,399,0),(29236,55,400,0),(29237,55,401,0),(29238,55,402,0),(29239,55,403,0),(29240,55,404,0),(29241,55,405,0),(29242,55,406,0),(29243,55,407,0),(29244,55,408,0),(29245,55,409,0),(29246,55,410,0),(29247,55,411,0),(29248,55,412,0),(29249,55,413,0),(29250,55,414,0),(29251,55,415,0),(29252,55,416,0),(29253,55,417,0),(29254,55,418,0),(29255,55,419,0),(29256,55,420,0),(29257,55,421,0),(29258,55,422,0),(29259,55,423,0),(29260,55,424,0),(29261,55,425,0),(29262,55,426,0),(29263,55,427,0),(29264,55,428,0),(29265,55,429,0),(29266,55,430,0),(29267,55,431,0),(29268,55,432,0),(29269,55,433,0),(29270,55,434,0),(29271,55,435,0),(29272,55,436,0),(29273,55,437,0),(29274,55,438,0),(29275,55,439,0),(29276,55,440,0),(29277,55,441,0),(29278,55,442,0),(29279,55,443,0),(29280,55,444,0),(29281,55,445,0),(29282,55,446,0),(29283,55,447,0),(29284,55,448,0),(29285,55,449,0),(29286,55,450,0),(29287,55,451,0),(29288,55,452,0),(29289,55,453,0),(29290,55,454,0),(29291,55,455,0),(29292,55,456,0),(29293,55,457,0),(29294,55,458,0),(29295,55,459,0),(29296,55,460,0),(29297,55,461,0),(29298,55,462,0),(29299,55,463,0),(29300,55,464,0),(29301,55,465,0),(29302,55,466,0),(29303,55,467,0),(29304,55,468,0),(29305,55,469,0),(29306,55,470,0),(29307,55,471,0),(29308,55,472,0),(29309,55,473,0),(29310,55,474,0),(29311,55,475,0),(29312,55,476,0),(29313,55,477,0),(29314,55,478,0),(29315,55,479,0),(29316,55,480,0),(29317,55,481,0),(29318,55,482,0),(29319,55,483,0),(29320,55,484,0),(29321,55,485,0),(29322,55,486,0),(29323,55,487,0),(29324,55,488,0),(29325,55,489,0),(29326,55,490,0),(29327,55,491,0),(29328,55,492,0),(29329,55,493,0),(29330,55,494,0),(29331,55,495,0),(29332,55,496,0),(29333,55,497,0),(29334,55,498,0),(29335,55,499,0),(29336,55,500,0),(29337,55,501,0),(29338,55,502,0),(29339,55,503,0),(29340,55,504,0),(29341,55,505,0),(29342,55,506,0),(29343,55,507,0),(29344,55,508,0),(29345,55,509,0),(29346,55,510,0),(29347,55,511,0),(29348,55,512,0),(29349,55,513,0),(29350,55,514,0),(29351,55,515,0),(29352,55,516,0),(29353,55,517,0),(29354,55,518,0),(29355,55,519,0),(29356,55,520,0),(29357,55,521,0),(29358,55,522,0),(29359,55,523,0),(29360,55,524,0),(29361,55,525,0),(29362,55,526,0),(29363,55,527,0),(29364,55,528,0),(29365,55,529,0),(29366,55,530,0),(29367,55,531,0),(29368,55,532,0),(29369,55,533,0),(29370,55,534,0),(29371,56,1,0),(29372,56,2,0),(29373,56,3,0),(29374,56,4,0),(29375,56,5,0),(29376,56,6,0),(29377,56,7,0),(29378,56,8,0),(29379,56,9,0),(29380,56,10,0),(29381,56,11,0),(29382,56,12,0),(29383,56,13,0),(29384,56,14,0),(29385,56,15,0),(29386,56,16,0),(29387,56,17,0),(29388,56,18,0),(29389,56,19,0),(29390,56,20,0),(29391,56,21,0),(29392,56,22,0),(29393,56,23,0),(29394,56,24,0),(29395,56,25,0),(29396,56,26,0),(29397,56,27,0),(29398,56,28,0),(29399,56,29,0),(29400,56,30,0),(29401,56,31,0),(29402,56,32,0),(29403,56,33,0),(29404,56,34,0),(29405,56,35,0),(29406,56,36,0),(29407,56,37,0),(29408,56,38,0),(29409,56,39,0),(29410,56,40,0),(29411,56,41,0),(29412,56,42,0),(29413,56,43,0),(29414,56,44,0),(29415,56,45,0),(29416,56,46,0),(29417,56,47,0),(29418,56,48,0),(29419,56,49,0),(29420,56,50,0),(29421,56,51,0),(29422,56,52,0),(29423,56,53,0),(29424,56,54,0),(29425,56,55,0),(29426,56,56,0),(29427,56,57,0),(29428,56,58,0),(29429,56,59,0),(29430,56,60,0),(29431,56,61,0),(29432,56,62,0),(29433,56,63,0),(29434,56,64,0),(29435,56,65,0),(29436,56,66,0),(29437,56,67,0),(29438,56,68,0),(29439,56,69,0),(29440,56,70,0),(29441,56,71,0),(29442,56,72,0),(29443,56,73,0),(29444,56,74,0),(29445,56,75,0),(29446,56,76,0),(29447,56,77,0),(29448,56,78,0),(29449,56,79,0),(29450,56,80,0),(29451,56,81,0),(29452,56,82,0),(29453,56,83,0),(29454,56,84,0),(29455,56,85,0),(29456,56,86,0),(29457,56,87,0),(29458,56,88,0),(29459,56,89,0),(29460,56,90,0),(29461,56,91,0),(29462,56,92,0),(29463,56,93,0),(29464,56,94,0),(29465,56,95,0),(29466,56,96,0),(29467,56,97,0),(29468,56,98,0),(29469,56,99,0),(29470,56,100,0),(29471,56,101,0),(29472,56,102,0),(29473,56,103,0),(29474,56,104,0),(29475,56,105,0),(29476,56,106,0),(29477,56,107,0),(29478,56,108,0),(29479,56,109,0),(29480,56,110,0),(29481,56,111,0),(29482,56,112,0),(29483,56,113,0),(29484,56,114,0),(29485,56,115,0),(29486,56,116,0),(29487,56,117,0),(29488,56,118,0),(29489,56,119,0),(29490,56,120,0),(29491,56,121,0),(29492,56,122,0),(29493,56,123,0),(29494,56,124,0),(29495,56,125,0),(29496,56,126,0),(29497,56,127,0),(29498,56,128,0),(29499,56,129,0),(29500,56,130,0),(29501,56,131,0),(29502,56,132,0),(29503,56,133,0),(29504,56,134,0),(29505,56,135,0),(29506,56,136,0),(29507,56,137,0),(29508,56,138,0),(29509,56,139,0),(29510,56,140,0),(29511,56,141,0),(29512,56,142,0),(29513,56,143,0),(29514,56,144,0),(29515,56,145,0),(29516,56,146,0),(29517,56,147,0),(29518,56,148,0),(29519,56,149,0),(29520,56,150,0),(29521,56,151,0),(29522,56,152,0),(29523,56,153,0),(29524,56,154,0),(29525,56,155,0),(29526,56,156,0),(29527,56,157,0),(29528,56,158,0),(29529,56,159,0),(29530,56,160,0),(29531,56,161,0),(29532,56,162,0),(29533,56,163,0),(29534,56,164,0),(29535,56,165,0),(29536,56,166,0),(29537,56,167,0),(29538,56,168,0),(29539,56,169,0),(29540,56,170,0),(29541,56,171,0),(29542,56,172,0),(29543,56,173,0),(29544,56,174,0),(29545,56,175,0),(29546,56,176,0),(29547,56,177,0),(29548,56,178,0),(29549,56,179,0),(29550,56,180,0),(29551,56,181,0),(29552,56,182,0),(29553,56,183,0),(29554,56,184,0),(29555,56,185,0),(29556,56,186,0),(29557,56,187,0),(29558,56,188,0),(29559,56,189,0),(29560,56,190,0),(29561,56,191,0),(29562,56,192,0),(29563,56,193,0),(29564,56,194,0),(29565,56,195,0),(29566,56,196,0),(29567,56,197,0),(29568,56,198,0),(29569,56,199,0),(29570,56,200,0),(29571,56,201,0),(29572,56,202,0),(29573,56,203,0),(29574,56,204,0),(29575,56,205,0),(29576,56,206,0),(29577,56,207,0),(29578,56,208,0),(29579,56,209,0),(29580,56,210,0),(29581,56,211,0),(29582,56,212,0),(29583,56,213,0),(29584,56,214,0),(29585,56,215,0),(29586,56,216,0),(29587,56,217,0),(29588,56,218,0),(29589,56,219,0),(29590,56,220,0),(29591,56,221,0),(29592,56,222,0),(29593,56,223,0),(29594,56,224,0),(29595,56,225,0),(29596,56,226,0),(29597,56,227,0),(29598,56,228,0),(29599,56,229,0),(29600,56,230,0),(29601,56,231,0),(29602,56,232,0),(29603,56,233,0),(29604,56,234,0),(29605,56,235,0),(29606,56,236,0),(29607,56,237,0),(29608,56,238,0),(29609,56,239,0),(29610,56,240,0),(29611,56,241,0),(29612,56,242,0),(29613,56,243,0),(29614,56,244,0),(29615,56,245,0),(29616,56,246,0),(29617,56,247,0),(29618,56,248,0),(29619,56,249,0),(29620,56,250,0),(29621,56,251,0),(29622,56,252,0),(29623,56,253,0),(29624,56,254,0),(29625,56,255,0),(29626,56,256,0),(29627,56,257,0),(29628,56,258,0),(29629,56,259,0),(29630,56,260,0),(29631,56,261,0),(29632,56,262,0),(29633,56,263,0),(29634,56,264,0),(29635,56,265,0),(29636,56,266,0),(29637,56,267,0),(29638,56,268,0),(29639,56,269,0),(29640,56,270,0.15625),(29641,56,271,0.109375),(29642,56,272,0.046875),(29643,56,273,0.140625),(29644,56,274,0.140625),(29645,56,275,0.109375),(29646,56,276,0.109375),(29647,56,277,0.078125),(29648,56,278,0.109375),(29649,56,279,0),(29650,56,280,0),(29651,56,281,0),(29652,56,282,0),(29653,56,283,0),(29654,56,284,0),(29655,56,285,0),(29656,56,286,0),(29657,56,287,0),(29658,56,288,0),(29659,56,289,0),(29660,56,290,0),(29661,56,291,0),(29662,56,292,0),(29663,56,293,0),(29664,56,294,0),(29665,56,295,0),(29666,56,296,0),(29667,56,297,0),(29668,56,298,0),(29669,56,299,0),(29670,56,300,0),(29671,56,301,0),(29672,56,302,0),(29673,56,303,0),(29674,56,304,0),(29675,56,305,0),(29676,56,306,0),(29677,56,307,0),(29678,56,308,0),(29679,56,309,0),(29680,56,310,0),(29681,56,311,0),(29682,56,312,0),(29683,56,313,0),(29684,56,314,0),(29685,56,315,0),(29686,56,316,0),(29687,56,317,0),(29688,56,318,0),(29689,56,319,0),(29690,56,320,0),(29691,56,321,0),(29692,56,322,0),(29693,56,323,0),(29694,56,324,0),(29695,56,325,0),(29696,56,326,0),(29697,56,327,0),(29698,56,328,0),(29699,56,329,0),(29700,56,330,0),(29701,56,331,0),(29702,56,332,0),(29703,56,333,0),(29704,56,334,0),(29705,56,335,0),(29706,56,336,0),(29707,56,337,0),(29708,56,338,0),(29709,56,339,0),(29710,56,340,0),(29711,56,341,0),(29712,56,342,0),(29713,56,343,0),(29714,56,344,0),(29715,56,345,0),(29716,56,346,0),(29717,56,347,0),(29718,56,348,0),(29719,56,349,0),(29720,56,350,0),(29721,56,351,0),(29722,56,352,0),(29723,56,353,0),(29724,56,354,0),(29725,56,355,0),(29726,56,356,0),(29727,56,357,0),(29728,56,358,0),(29729,56,359,0),(29730,56,360,0),(29731,56,361,0),(29732,56,362,0),(29733,56,363,0),(29734,56,364,0),(29735,56,365,0),(29736,56,366,0),(29737,56,367,0),(29738,56,368,0),(29739,56,369,0),(29740,56,370,0),(29741,56,371,0),(29742,56,372,0),(29743,56,373,0),(29744,56,374,0),(29745,56,375,0),(29746,56,376,0),(29747,56,377,0),(29748,56,378,0),(29749,56,379,0),(29750,56,380,0),(29751,56,381,0),(29752,56,382,0),(29753,56,383,0),(29754,56,384,0),(29755,56,385,0),(29756,56,386,0),(29757,56,387,0),(29758,56,388,0),(29759,56,389,0),(29760,56,390,0),(29761,56,391,0),(29762,56,392,0),(29763,56,393,0),(29764,56,394,0),(29765,56,395,0),(29766,56,396,0),(29767,56,397,0),(29768,56,398,0),(29769,56,399,0),(29770,56,400,0),(29771,56,401,0),(29772,56,402,0),(29773,56,403,0),(29774,56,404,0),(29775,56,405,0),(29776,56,406,0),(29777,56,407,0),(29778,56,408,0),(29779,56,409,0),(29780,56,410,0),(29781,56,411,0),(29782,56,412,0),(29783,56,413,0),(29784,56,414,0),(29785,56,415,0),(29786,56,416,0),(29787,56,417,0),(29788,56,418,0),(29789,56,419,0),(29790,56,420,0),(29791,56,421,0),(29792,56,422,0),(29793,56,423,0),(29794,56,424,0),(29795,56,425,0),(29796,56,426,0),(29797,56,427,0),(29798,56,428,0),(29799,56,429,0),(29800,56,430,0),(29801,56,431,0),(29802,56,432,0),(29803,56,433,0),(29804,56,434,0),(29805,56,435,0),(29806,56,436,0),(29807,56,437,0),(29808,56,438,0),(29809,56,439,0),(29810,56,440,0),(29811,56,441,0),(29812,56,442,0),(29813,56,443,0),(29814,56,444,0),(29815,56,445,0),(29816,56,446,0),(29817,56,447,0),(29818,56,448,0),(29819,56,449,0),(29820,56,450,0),(29821,56,451,0),(29822,56,452,0),(29823,56,453,0),(29824,56,454,0),(29825,56,455,0),(29826,56,456,0),(29827,56,457,0),(29828,56,458,0),(29829,56,459,0),(29830,56,460,0),(29831,56,461,0),(29832,56,462,0),(29833,56,463,0),(29834,56,464,0),(29835,56,465,0),(29836,56,466,0),(29837,56,467,0),(29838,56,468,0),(29839,56,469,0),(29840,56,470,0),(29841,56,471,0),(29842,56,472,0),(29843,56,473,0),(29844,56,474,0),(29845,56,475,0),(29846,56,476,0),(29847,56,477,0),(29848,56,478,0),(29849,56,479,0),(29850,56,480,0),(29851,56,481,0),(29852,56,482,0),(29853,56,483,0),(29854,56,484,0),(29855,56,485,0),(29856,56,486,0),(29857,56,487,0),(29858,56,488,0),(29859,56,489,0),(29860,56,490,0),(29861,56,491,0),(29862,56,492,0),(29863,56,493,0),(29864,56,494,0),(29865,56,495,0),(29866,56,496,0),(29867,56,497,0),(29868,56,498,0),(29869,56,499,0),(29870,56,500,0),(29871,56,501,0),(29872,56,502,0),(29873,56,503,0),(29874,56,504,0),(29875,56,505,0),(29876,56,506,0),(29877,56,507,0),(29878,56,508,0),(29879,56,509,0),(29880,56,510,0),(29881,56,511,0),(29882,56,512,0),(29883,56,513,0),(29884,56,514,0),(29885,56,515,0),(29886,56,516,0),(29887,56,517,0),(29888,56,518,0),(29889,56,519,0),(29890,56,520,0),(29891,56,521,0),(29892,56,522,0),(29893,56,523,0),(29894,56,524,0),(29895,56,525,0),(29896,56,526,0),(29897,56,527,0),(29898,56,528,0),(29899,56,529,0),(29900,56,530,0),(29901,56,531,0),(29902,56,532,0),(29903,56,533,0),(29904,56,534,0),(29905,57,1,0),(29906,57,2,0),(29907,57,3,0),(29908,57,4,0),(29909,57,5,0),(29910,57,6,0),(29911,57,7,0),(29912,57,8,0),(29913,57,9,0),(29914,57,10,0),(29915,57,11,0),(29916,57,12,0),(29917,57,13,0),(29918,57,14,0),(29919,57,15,0),(29920,57,16,0),(29921,57,17,0),(29922,57,18,0),(29923,57,19,0),(29924,57,20,0),(29925,57,21,0),(29926,57,22,0),(29927,57,23,0),(29928,57,24,0),(29929,57,25,0),(29930,57,26,0),(29931,57,27,0),(29932,57,28,0),(29933,57,29,0),(29934,57,30,0),(29935,57,31,0),(29936,57,32,0),(29937,57,33,0),(29938,57,34,0),(29939,57,35,0),(29940,57,36,0),(29941,57,37,0),(29942,57,38,0),(29943,57,39,0),(29944,57,40,0),(29945,57,41,0),(29946,57,42,0),(29947,57,43,0),(29948,57,44,0),(29949,57,45,0),(29950,57,46,0),(29951,57,47,0),(29952,57,48,0),(29953,57,49,0),(29954,57,50,0),(29955,57,51,0),(29956,57,52,0),(29957,57,53,0),(29958,57,54,0),(29959,57,55,0),(29960,57,56,0),(29961,57,57,0),(29962,57,58,0),(29963,57,59,0),(29964,57,60,0),(29965,57,61,0),(29966,57,62,0),(29967,57,63,0),(29968,57,64,0),(29969,57,65,0),(29970,57,66,0),(29971,57,67,0),(29972,57,68,0),(29973,57,69,0),(29974,57,70,0),(29975,57,71,0),(29976,57,72,0),(29977,57,73,0),(29978,57,74,0),(29979,57,75,0),(29980,57,76,0),(29981,57,77,0),(29982,57,78,0),(29983,57,79,0),(29984,57,80,0),(29985,57,81,0),(29986,57,82,0),(29987,57,83,0),(29988,57,84,0),(29989,57,85,0),(29990,57,86,0),(29991,57,87,0),(29992,57,88,0),(29993,57,89,0),(29994,57,90,0),(29995,57,91,0),(29996,57,92,0),(29997,57,93,0),(29998,57,94,0),(29999,57,95,0),(30000,57,96,0),(30001,57,97,0),(30002,57,98,0),(30003,57,99,0),(30004,57,100,0),(30005,57,101,0),(30006,57,102,0),(30007,57,103,0),(30008,57,104,0),(30009,57,105,0),(30010,57,106,0),(30011,57,107,0),(30012,57,108,0),(30013,57,109,0),(30014,57,110,0),(30015,57,111,0),(30016,57,112,0),(30017,57,113,0),(30018,57,114,0),(30019,57,115,0),(30020,57,116,0),(30021,57,117,0),(30022,57,118,0),(30023,57,119,0),(30024,57,120,0),(30025,57,121,0),(30026,57,122,0),(30027,57,123,0),(30028,57,124,0),(30029,57,125,0),(30030,57,126,0),(30031,57,127,0),(30032,57,128,0),(30033,57,129,0),(30034,57,130,0),(30035,57,131,0),(30036,57,132,0),(30037,57,133,0),(30038,57,134,0),(30039,57,135,0),(30040,57,136,0),(30041,57,137,0),(30042,57,138,0),(30043,57,139,0),(30044,57,140,0),(30045,57,141,0),(30046,57,142,0),(30047,57,143,0),(30048,57,144,0),(30049,57,145,0),(30050,57,146,0),(30051,57,147,0),(30052,57,148,0),(30053,57,149,0),(30054,57,150,0),(30055,57,151,0),(30056,57,152,0),(30057,57,153,0),(30058,57,154,0),(30059,57,155,0),(30060,57,156,0),(30061,57,157,0),(30062,57,158,0),(30063,57,159,0),(30064,57,160,0),(30065,57,161,0),(30066,57,162,0),(30067,57,163,0),(30068,57,164,0),(30069,57,165,0),(30070,57,166,0),(30071,57,167,0),(30072,57,168,0),(30073,57,169,0),(30074,57,170,0),(30075,57,171,0),(30076,57,172,0),(30077,57,173,0),(30078,57,174,0),(30079,57,175,0),(30080,57,176,0),(30081,57,177,0),(30082,57,178,0),(30083,57,179,0),(30084,57,180,0),(30085,57,181,0),(30086,57,182,0),(30087,57,183,0),(30088,57,184,0),(30089,57,185,0),(30090,57,186,0),(30091,57,187,0),(30092,57,188,0),(30093,57,189,0),(30094,57,190,0),(30095,57,191,0),(30096,57,192,0),(30097,57,193,0),(30098,57,194,0),(30099,57,195,0),(30100,57,196,0),(30101,57,197,0),(30102,57,198,0),(30103,57,199,0),(30104,57,200,0),(30105,57,201,0),(30106,57,202,0),(30107,57,203,0),(30108,57,204,0),(30109,57,205,0),(30110,57,206,0),(30111,57,207,0),(30112,57,208,0),(30113,57,209,0),(30114,57,210,0),(30115,57,211,0),(30116,57,212,0),(30117,57,213,0),(30118,57,214,0),(30119,57,215,0),(30120,57,216,0),(30121,57,217,0),(30122,57,218,0),(30123,57,219,0),(30124,57,220,0),(30125,57,221,0),(30126,57,222,0),(30127,57,223,0),(30128,57,224,0),(30129,57,225,0),(30130,57,226,0),(30131,57,227,0),(30132,57,228,0),(30133,57,229,0),(30134,57,230,0),(30135,57,231,0),(30136,57,232,0),(30137,57,233,0),(30138,57,234,0),(30139,57,235,0),(30140,57,236,0),(30141,57,237,0),(30142,57,238,0),(30143,57,239,0),(30144,57,240,0),(30145,57,241,0),(30146,57,242,0),(30147,57,243,0),(30148,57,244,0),(30149,57,245,0),(30150,57,246,0),(30151,57,247,0),(30152,57,248,0),(30153,57,249,0),(30154,57,250,0),(30155,57,251,0),(30156,57,252,0),(30157,57,253,0),(30158,57,254,0),(30159,57,255,0),(30160,57,256,0),(30161,57,257,0),(30162,57,258,0),(30163,57,259,0),(30164,57,260,0),(30165,57,261,0),(30166,57,262,0),(30167,57,263,0),(30168,57,264,0),(30169,57,265,0),(30170,57,266,0),(30171,57,267,0),(30172,57,268,0),(30173,57,269,0),(30174,57,270,0),(30175,57,271,0),(30176,57,272,0),(30177,57,273,0),(30178,57,274,0),(30179,57,275,0),(30180,57,276,0),(30181,57,277,0),(30182,57,278,0),(30183,57,279,0.232558139534884),(30184,57,280,0.13953488372093),(30185,57,281,0.116279069767442),(30186,57,282,0.232558139534884),(30187,57,283,0.116279069767442),(30188,57,284,0.0465116279069767),(30189,57,285,0.116279069767442),(30190,57,286,0),(30191,57,287,0),(30192,57,288,0),(30193,57,289,0),(30194,57,290,0),(30195,57,291,0),(30196,57,292,0),(30197,57,293,0),(30198,57,294,0),(30199,57,295,0),(30200,57,296,0),(30201,57,297,0),(30202,57,298,0),(30203,57,299,0),(30204,57,300,0),(30205,57,301,0),(30206,57,302,0),(30207,57,303,0),(30208,57,304,0),(30209,57,305,0),(30210,57,306,0),(30211,57,307,0),(30212,57,308,0),(30213,57,309,0),(30214,57,310,0),(30215,57,311,0),(30216,57,312,0),(30217,57,313,0),(30218,57,314,0),(30219,57,315,0),(30220,57,316,0),(30221,57,317,0),(30222,57,318,0),(30223,57,319,0),(30224,57,320,0),(30225,57,321,0),(30226,57,322,0),(30227,57,323,0),(30228,57,324,0),(30229,57,325,0),(30230,57,326,0),(30231,57,327,0),(30232,57,328,0),(30233,57,329,0),(30234,57,330,0),(30235,57,331,0),(30236,57,332,0),(30237,57,333,0),(30238,57,334,0),(30239,57,335,0),(30240,57,336,0),(30241,57,337,0),(30242,57,338,0),(30243,57,339,0),(30244,57,340,0),(30245,57,341,0),(30246,57,342,0),(30247,57,343,0),(30248,57,344,0),(30249,57,345,0),(30250,57,346,0),(30251,57,347,0),(30252,57,348,0),(30253,57,349,0),(30254,57,350,0),(30255,57,351,0),(30256,57,352,0),(30257,57,353,0),(30258,57,354,0),(30259,57,355,0),(30260,57,356,0),(30261,57,357,0),(30262,57,358,0),(30263,57,359,0),(30264,57,360,0),(30265,57,361,0),(30266,57,362,0),(30267,57,363,0),(30268,57,364,0),(30269,57,365,0),(30270,57,366,0),(30271,57,367,0),(30272,57,368,0),(30273,57,369,0),(30274,57,370,0),(30275,57,371,0),(30276,57,372,0),(30277,57,373,0),(30278,57,374,0),(30279,57,375,0),(30280,57,376,0),(30281,57,377,0),(30282,57,378,0),(30283,57,379,0),(30284,57,380,0),(30285,57,381,0),(30286,57,382,0),(30287,57,383,0),(30288,57,384,0),(30289,57,385,0),(30290,57,386,0),(30291,57,387,0),(30292,57,388,0),(30293,57,389,0),(30294,57,390,0),(30295,57,391,0),(30296,57,392,0),(30297,57,393,0),(30298,57,394,0),(30299,57,395,0),(30300,57,396,0),(30301,57,397,0),(30302,57,398,0),(30303,57,399,0),(30304,57,400,0),(30305,57,401,0),(30306,57,402,0),(30307,57,403,0),(30308,57,404,0),(30309,57,405,0),(30310,57,406,0),(30311,57,407,0),(30312,57,408,0),(30313,57,409,0),(30314,57,410,0),(30315,57,411,0),(30316,57,412,0),(30317,57,413,0),(30318,57,414,0),(30319,57,415,0),(30320,57,416,0),(30321,57,417,0),(30322,57,418,0),(30323,57,419,0),(30324,57,420,0),(30325,57,421,0),(30326,57,422,0),(30327,57,423,0),(30328,57,424,0),(30329,57,425,0),(30330,57,426,0),(30331,57,427,0),(30332,57,428,0),(30333,57,429,0),(30334,57,430,0),(30335,57,431,0),(30336,57,432,0),(30337,57,433,0),(30338,57,434,0),(30339,57,435,0),(30340,57,436,0),(30341,57,437,0),(30342,57,438,0),(30343,57,439,0),(30344,57,440,0),(30345,57,441,0),(30346,57,442,0),(30347,57,443,0),(30348,57,444,0),(30349,57,445,0),(30350,57,446,0),(30351,57,447,0),(30352,57,448,0),(30353,57,449,0),(30354,57,450,0),(30355,57,451,0),(30356,57,452,0),(30357,57,453,0),(30358,57,454,0),(30359,57,455,0),(30360,57,456,0),(30361,57,457,0),(30362,57,458,0),(30363,57,459,0),(30364,57,460,0),(30365,57,461,0),(30366,57,462,0),(30367,57,463,0),(30368,57,464,0),(30369,57,465,0),(30370,57,466,0),(30371,57,467,0),(30372,57,468,0),(30373,57,469,0),(30374,57,470,0),(30375,57,471,0),(30376,57,472,0),(30377,57,473,0),(30378,57,474,0),(30379,57,475,0),(30380,57,476,0),(30381,57,477,0),(30382,57,478,0),(30383,57,479,0),(30384,57,480,0),(30385,57,481,0),(30386,57,482,0),(30387,57,483,0),(30388,57,484,0),(30389,57,485,0),(30390,57,486,0),(30391,57,487,0),(30392,57,488,0),(30393,57,489,0),(30394,57,490,0),(30395,57,491,0),(30396,57,492,0),(30397,57,493,0),(30398,57,494,0),(30399,57,495,0),(30400,57,496,0),(30401,57,497,0),(30402,57,498,0),(30403,57,499,0),(30404,57,500,0),(30405,57,501,0),(30406,57,502,0),(30407,57,503,0),(30408,57,504,0),(30409,57,505,0),(30410,57,506,0),(30411,57,507,0),(30412,57,508,0),(30413,57,509,0),(30414,57,510,0),(30415,57,511,0),(30416,57,512,0),(30417,57,513,0),(30418,57,514,0),(30419,57,515,0),(30420,57,516,0),(30421,57,517,0),(30422,57,518,0),(30423,57,519,0),(30424,57,520,0),(30425,57,521,0),(30426,57,522,0),(30427,57,523,0),(30428,57,524,0),(30429,57,525,0),(30430,57,526,0),(30431,57,527,0),(30432,57,528,0),(30433,57,529,0),(30434,57,530,0),(30435,57,531,0),(30436,57,532,0),(30437,57,533,0),(30438,57,534,0),(30439,58,1,0),(30440,58,2,0),(30441,58,3,0),(30442,58,4,0),(30443,58,5,0),(30444,58,6,0),(30445,58,7,0),(30446,58,8,0),(30447,58,9,0),(30448,58,10,0),(30449,58,11,0),(30450,58,12,0),(30451,58,13,0),(30452,58,14,0),(30453,58,15,0),(30454,58,16,0),(30455,58,17,0),(30456,58,18,0),(30457,58,19,0),(30458,58,20,0),(30459,58,21,0),(30460,58,22,0),(30461,58,23,0),(30462,58,24,0),(30463,58,25,0),(30464,58,26,0),(30465,58,27,0),(30466,58,28,0),(30467,58,29,0),(30468,58,30,0),(30469,58,31,0),(30470,58,32,0),(30471,58,33,0),(30472,58,34,0),(30473,58,35,0),(30474,58,36,0),(30475,58,37,0),(30476,58,38,0),(30477,58,39,0),(30478,58,40,0),(30479,58,41,0),(30480,58,42,0),(30481,58,43,0),(30482,58,44,0),(30483,58,45,0),(30484,58,46,0),(30485,58,47,0),(30486,58,48,0),(30487,58,49,0),(30488,58,50,0),(30489,58,51,0),(30490,58,52,0),(30491,58,53,0),(30492,58,54,0),(30493,58,55,0),(30494,58,56,0),(30495,58,57,0),(30496,58,58,0),(30497,58,59,0),(30498,58,60,0),(30499,58,61,0),(30500,58,62,0),(30501,58,63,0),(30502,58,64,0),(30503,58,65,0),(30504,58,66,0),(30505,58,67,0),(30506,58,68,0),(30507,58,69,0),(30508,58,70,0),(30509,58,71,0),(30510,58,72,0),(30511,58,73,0),(30512,58,74,0),(30513,58,75,0),(30514,58,76,0),(30515,58,77,0),(30516,58,78,0),(30517,58,79,0),(30518,58,80,0),(30519,58,81,0),(30520,58,82,0),(30521,58,83,0),(30522,58,84,0),(30523,58,85,0),(30524,58,86,0),(30525,58,87,0),(30526,58,88,0),(30527,58,89,0),(30528,58,90,0),(30529,58,91,0),(30530,58,92,0),(30531,58,93,0),(30532,58,94,0),(30533,58,95,0),(30534,58,96,0),(30535,58,97,0),(30536,58,98,0),(30537,58,99,0),(30538,58,100,0),(30539,58,101,0),(30540,58,102,0),(30541,58,103,0),(30542,58,104,0),(30543,58,105,0),(30544,58,106,0),(30545,58,107,0),(30546,58,108,0),(30547,58,109,0),(30548,58,110,0),(30549,58,111,0),(30550,58,112,0),(30551,58,113,0),(30552,58,114,0),(30553,58,115,0),(30554,58,116,0),(30555,58,117,0),(30556,58,118,0),(30557,58,119,0),(30558,58,120,0),(30559,58,121,0),(30560,58,122,0),(30561,58,123,0),(30562,58,124,0),(30563,58,125,0),(30564,58,126,0),(30565,58,127,0),(30566,58,128,0),(30567,58,129,0),(30568,58,130,0),(30569,58,131,0),(30570,58,132,0),(30571,58,133,0),(30572,58,134,0),(30573,58,135,0),(30574,58,136,0),(30575,58,137,0),(30576,58,138,0),(30577,58,139,0),(30578,58,140,0),(30579,58,141,0),(30580,58,142,0),(30581,58,143,0),(30582,58,144,0),(30583,58,145,0),(30584,58,146,0),(30585,58,147,0),(30586,58,148,0),(30587,58,149,0),(30588,58,150,0),(30589,58,151,0),(30590,58,152,0),(30591,58,153,0),(30592,58,154,0),(30593,58,155,0),(30594,58,156,0),(30595,58,157,0),(30596,58,158,0),(30597,58,159,0),(30598,58,160,0),(30599,58,161,0),(30600,58,162,0),(30601,58,163,0),(30602,58,164,0),(30603,58,165,0),(30604,58,166,0),(30605,58,167,0),(30606,58,168,0),(30607,58,169,0),(30608,58,170,0),(30609,58,171,0),(30610,58,172,0),(30611,58,173,0),(30612,58,174,0),(30613,58,175,0),(30614,58,176,0),(30615,58,177,0),(30616,58,178,0),(30617,58,179,0),(30618,58,180,0),(30619,58,181,0),(30620,58,182,0),(30621,58,183,0),(30622,58,184,0),(30623,58,185,0),(30624,58,186,0),(30625,58,187,0),(30626,58,188,0),(30627,58,189,0),(30628,58,190,0),(30629,58,191,0),(30630,58,192,0),(30631,58,193,0),(30632,58,194,0),(30633,58,195,0),(30634,58,196,0),(30635,58,197,0),(30636,58,198,0),(30637,58,199,0),(30638,58,200,0),(30639,58,201,0),(30640,58,202,0),(30641,58,203,0),(30642,58,204,0),(30643,58,205,0),(30644,58,206,0),(30645,58,207,0),(30646,58,208,0),(30647,58,209,0),(30648,58,210,0),(30649,58,211,0),(30650,58,212,0),(30651,58,213,0),(30652,58,214,0),(30653,58,215,0),(30654,58,216,0),(30655,58,217,0),(30656,58,218,0),(30657,58,219,0),(30658,58,220,0),(30659,58,221,0),(30660,58,222,0),(30661,58,223,0),(30662,58,224,0),(30663,58,225,0),(30664,58,226,0),(30665,58,227,0),(30666,58,228,0),(30667,58,229,0),(30668,58,230,0),(30669,58,231,0),(30670,58,232,0),(30671,58,233,0),(30672,58,234,0),(30673,58,235,0),(30674,58,236,0),(30675,58,237,0),(30676,58,238,0),(30677,58,239,0),(30678,58,240,0),(30679,58,241,0),(30680,58,242,0),(30681,58,243,0),(30682,58,244,0),(30683,58,245,0),(30684,58,246,0),(30685,58,247,0),(30686,58,248,0),(30687,58,249,0),(30688,58,250,0),(30689,58,251,0),(30690,58,252,0),(30691,58,253,0),(30692,58,254,0),(30693,58,255,0),(30694,58,256,0),(30695,58,257,0),(30696,58,258,0),(30697,58,259,0),(30698,58,260,0),(30699,58,261,0),(30700,58,262,0),(30701,58,263,0),(30702,58,264,0),(30703,58,265,0),(30704,58,266,0),(30705,58,267,0),(30706,58,268,0),(30707,58,269,0),(30708,58,270,0),(30709,58,271,0),(30710,58,272,0),(30711,58,273,0),(30712,58,274,0),(30713,58,275,0),(30714,58,276,0),(30715,58,277,0),(30716,58,278,0),(30717,58,279,0),(30718,58,280,0),(30719,58,281,0),(30720,58,282,0),(30721,58,283,0),(30722,58,284,0),(30723,58,285,0),(30724,58,286,0.454545454545455),(30725,58,287,0.227272727272727),(30726,58,288,0.318181818181818),(30727,58,289,0),(30728,58,290,0),(30729,58,291,0),(30730,58,292,0),(30731,58,293,0),(30732,58,294,0),(30733,58,295,0),(30734,58,296,0),(30735,58,297,0),(30736,58,298,0),(30737,58,299,0),(30738,58,300,0),(30739,58,301,0),(30740,58,302,0),(30741,58,303,0),(30742,58,304,0),(30743,58,305,0),(30744,58,306,0),(30745,58,307,0),(30746,58,308,0),(30747,58,309,0),(30748,58,310,0),(30749,58,311,0),(30750,58,312,0),(30751,58,313,0),(30752,58,314,0),(30753,58,315,0),(30754,58,316,0),(30755,58,317,0),(30756,58,318,0),(30757,58,319,0),(30758,58,320,0),(30759,58,321,0),(30760,58,322,0),(30761,58,323,0),(30762,58,324,0),(30763,58,325,0),(30764,58,326,0),(30765,58,327,0),(30766,58,328,0),(30767,58,329,0),(30768,58,330,0),(30769,58,331,0),(30770,58,332,0),(30771,58,333,0),(30772,58,334,0),(30773,58,335,0),(30774,58,336,0),(30775,58,337,0),(30776,58,338,0),(30777,58,339,0),(30778,58,340,0),(30779,58,341,0),(30780,58,342,0),(30781,58,343,0),(30782,58,344,0),(30783,58,345,0),(30784,58,346,0),(30785,58,347,0),(30786,58,348,0),(30787,58,349,0),(30788,58,350,0),(30789,58,351,0),(30790,58,352,0),(30791,58,353,0),(30792,58,354,0),(30793,58,355,0),(30794,58,356,0),(30795,58,357,0),(30796,58,358,0),(30797,58,359,0),(30798,58,360,0),(30799,58,361,0),(30800,58,362,0),(30801,58,363,0),(30802,58,364,0),(30803,58,365,0),(30804,58,366,0),(30805,58,367,0),(30806,58,368,0),(30807,58,369,0),(30808,58,370,0),(30809,58,371,0),(30810,58,372,0),(30811,58,373,0),(30812,58,374,0),(30813,58,375,0),(30814,58,376,0),(30815,58,377,0),(30816,58,378,0),(30817,58,379,0),(30818,58,380,0),(30819,58,381,0),(30820,58,382,0),(30821,58,383,0),(30822,58,384,0),(30823,58,385,0),(30824,58,386,0),(30825,58,387,0),(30826,58,388,0),(30827,58,389,0),(30828,58,390,0),(30829,58,391,0),(30830,58,392,0),(30831,58,393,0),(30832,58,394,0),(30833,58,395,0),(30834,58,396,0),(30835,58,397,0),(30836,58,398,0),(30837,58,399,0),(30838,58,400,0),(30839,58,401,0),(30840,58,402,0),(30841,58,403,0),(30842,58,404,0),(30843,58,405,0),(30844,58,406,0),(30845,58,407,0),(30846,58,408,0),(30847,58,409,0),(30848,58,410,0),(30849,58,411,0),(30850,58,412,0),(30851,58,413,0),(30852,58,414,0),(30853,58,415,0),(30854,58,416,0),(30855,58,417,0),(30856,58,418,0),(30857,58,419,0),(30858,58,420,0),(30859,58,421,0),(30860,58,422,0),(30861,58,423,0),(30862,58,424,0),(30863,58,425,0),(30864,58,426,0),(30865,58,427,0),(30866,58,428,0),(30867,58,429,0),(30868,58,430,0),(30869,58,431,0),(30870,58,432,0),(30871,58,433,0),(30872,58,434,0),(30873,58,435,0),(30874,58,436,0),(30875,58,437,0),(30876,58,438,0),(30877,58,439,0),(30878,58,440,0),(30879,58,441,0),(30880,58,442,0),(30881,58,443,0),(30882,58,444,0),(30883,58,445,0),(30884,58,446,0),(30885,58,447,0),(30886,58,448,0),(30887,58,449,0),(30888,58,450,0),(30889,58,451,0),(30890,58,452,0),(30891,58,453,0),(30892,58,454,0),(30893,58,455,0),(30894,58,456,0),(30895,58,457,0),(30896,58,458,0),(30897,58,459,0),(30898,58,460,0),(30899,58,461,0),(30900,58,462,0),(30901,58,463,0),(30902,58,464,0),(30903,58,465,0),(30904,58,466,0),(30905,58,467,0),(30906,58,468,0),(30907,58,469,0),(30908,58,470,0),(30909,58,471,0),(30910,58,472,0),(30911,58,473,0),(30912,58,474,0),(30913,58,475,0),(30914,58,476,0),(30915,58,477,0),(30916,58,478,0),(30917,58,479,0),(30918,58,480,0),(30919,58,481,0),(30920,58,482,0),(30921,58,483,0),(30922,58,484,0),(30923,58,485,0),(30924,58,486,0),(30925,58,487,0),(30926,58,488,0),(30927,58,489,0),(30928,58,490,0),(30929,58,491,0),(30930,58,492,0),(30931,58,493,0),(30932,58,494,0),(30933,58,495,0),(30934,58,496,0),(30935,58,497,0),(30936,58,498,0),(30937,58,499,0),(30938,58,500,0),(30939,58,501,0),(30940,58,502,0),(30941,58,503,0),(30942,58,504,0),(30943,58,505,0),(30944,58,506,0),(30945,58,507,0),(30946,58,508,0),(30947,58,509,0),(30948,58,510,0),(30949,58,511,0),(30950,58,512,0),(30951,58,513,0),(30952,58,514,0),(30953,58,515,0),(30954,58,516,0),(30955,58,517,0),(30956,58,518,0),(30957,58,519,0),(30958,58,520,0),(30959,58,521,0),(30960,58,522,0),(30961,58,523,0),(30962,58,524,0),(30963,58,525,0),(30964,58,526,0),(30965,58,527,0),(30966,58,528,0),(30967,58,529,0),(30968,58,530,0),(30969,58,531,0),(30970,58,532,0),(30971,58,533,0),(30972,58,534,0),(30973,59,1,0),(30974,59,2,0),(30975,59,3,0),(30976,59,4,0),(30977,59,5,0),(30978,59,6,0),(30979,59,7,0),(30980,59,8,0),(30981,59,9,0),(30982,59,10,0),(30983,59,11,0),(30984,59,12,0),(30985,59,13,0),(30986,59,14,0),(30987,59,15,0),(30988,59,16,0),(30989,59,17,0),(30990,59,18,0),(30991,59,19,0),(30992,59,20,0),(30993,59,21,0),(30994,59,22,0),(30995,59,23,0),(30996,59,24,0),(30997,59,25,0),(30998,59,26,0),(30999,59,27,0),(31000,59,28,0),(31001,59,29,0),(31002,59,30,0),(31003,59,31,0),(31004,59,32,0),(31005,59,33,0),(31006,59,34,0),(31007,59,35,0),(31008,59,36,0),(31009,59,37,0),(31010,59,38,0),(31011,59,39,0),(31012,59,40,0),(31013,59,41,0),(31014,59,42,0),(31015,59,43,0),(31016,59,44,0),(31017,59,45,0),(31018,59,46,0),(31019,59,47,0),(31020,59,48,0),(31021,59,49,0),(31022,59,50,0),(31023,59,51,0),(31024,59,52,0),(31025,59,53,0),(31026,59,54,0),(31027,59,55,0),(31028,59,56,0),(31029,59,57,0),(31030,59,58,0),(31031,59,59,0),(31032,59,60,0),(31033,59,61,0),(31034,59,62,0),(31035,59,63,0),(31036,59,64,0),(31037,59,65,0),(31038,59,66,0),(31039,59,67,0),(31040,59,68,0),(31041,59,69,0),(31042,59,70,0),(31043,59,71,0),(31044,59,72,0),(31045,59,73,0),(31046,59,74,0),(31047,59,75,0),(31048,59,76,0),(31049,59,77,0),(31050,59,78,0),(31051,59,79,0),(31052,59,80,0),(31053,59,81,0),(31054,59,82,0),(31055,59,83,0),(31056,59,84,0),(31057,59,85,0),(31058,59,86,0),(31059,59,87,0),(31060,59,88,0),(31061,59,89,0),(31062,59,90,0),(31063,59,91,0),(31064,59,92,0),(31065,59,93,0),(31066,59,94,0),(31067,59,95,0),(31068,59,96,0),(31069,59,97,0),(31070,59,98,0),(31071,59,99,0),(31072,59,100,0),(31073,59,101,0),(31074,59,102,0),(31075,59,103,0),(31076,59,104,0),(31077,59,105,0),(31078,59,106,0),(31079,59,107,0),(31080,59,108,0),(31081,59,109,0),(31082,59,110,0),(31083,59,111,0),(31084,59,112,0),(31085,59,113,0),(31086,59,114,0),(31087,59,115,0),(31088,59,116,0),(31089,59,117,0),(31090,59,118,0),(31091,59,119,0),(31092,59,120,0),(31093,59,121,0),(31094,59,122,0),(31095,59,123,0),(31096,59,124,0),(31097,59,125,0),(31098,59,126,0),(31099,59,127,0),(31100,59,128,0),(31101,59,129,0),(31102,59,130,0),(31103,59,131,0),(31104,59,132,0),(31105,59,133,0),(31106,59,134,0),(31107,59,135,0),(31108,59,136,0),(31109,59,137,0),(31110,59,138,0),(31111,59,139,0),(31112,59,140,0),(31113,59,141,0),(31114,59,142,0),(31115,59,143,0),(31116,59,144,0),(31117,59,145,0),(31118,59,146,0),(31119,59,147,0),(31120,59,148,0),(31121,59,149,0),(31122,59,150,0),(31123,59,151,0),(31124,59,152,0),(31125,59,153,0),(31126,59,154,0),(31127,59,155,0),(31128,59,156,0),(31129,59,157,0),(31130,59,158,0),(31131,59,159,0),(31132,59,160,0),(31133,59,161,0),(31134,59,162,0),(31135,59,163,0),(31136,59,164,0),(31137,59,165,0),(31138,59,166,0),(31139,59,167,0),(31140,59,168,0),(31141,59,169,0),(31142,59,170,0),(31143,59,171,0),(31144,59,172,0),(31145,59,173,0),(31146,59,174,0),(31147,59,175,0),(31148,59,176,0),(31149,59,177,0),(31150,59,178,0),(31151,59,179,0),(31152,59,180,0),(31153,59,181,0),(31154,59,182,0),(31155,59,183,0),(31156,59,184,0),(31157,59,185,0),(31158,59,186,0),(31159,59,187,0),(31160,59,188,0),(31161,59,189,0),(31162,59,190,0),(31163,59,191,0),(31164,59,192,0),(31165,59,193,0),(31166,59,194,0),(31167,59,195,0),(31168,59,196,0),(31169,59,197,0),(31170,59,198,0),(31171,59,199,0),(31172,59,200,0),(31173,59,201,0),(31174,59,202,0),(31175,59,203,0),(31176,59,204,0),(31177,59,205,0),(31178,59,206,0),(31179,59,207,0),(31180,59,208,0),(31181,59,209,0),(31182,59,210,0),(31183,59,211,0),(31184,59,212,0),(31185,59,213,0),(31186,59,214,0),(31187,59,215,0),(31188,59,216,0),(31189,59,217,0),(31190,59,218,0),(31191,59,219,0),(31192,59,220,0),(31193,59,221,0),(31194,59,222,0),(31195,59,223,0),(31196,59,224,0),(31197,59,225,0),(31198,59,226,0),(31199,59,227,0),(31200,59,228,0),(31201,59,229,0),(31202,59,230,0),(31203,59,231,0),(31204,59,232,0),(31205,59,233,0),(31206,59,234,0),(31207,59,235,0),(31208,59,236,0),(31209,59,237,0),(31210,59,238,0),(31211,59,239,0),(31212,59,240,0),(31213,59,241,0),(31214,59,242,0),(31215,59,243,0),(31216,59,244,0),(31217,59,245,0),(31218,59,246,0),(31219,59,247,0),(31220,59,248,0),(31221,59,249,0),(31222,59,250,0),(31223,59,251,0),(31224,59,252,0),(31225,59,253,0),(31226,59,254,0),(31227,59,255,0),(31228,59,256,0),(31229,59,257,0),(31230,59,258,0),(31231,59,259,0),(31232,59,260,0),(31233,59,261,0),(31234,59,262,0),(31235,59,263,0),(31236,59,264,0),(31237,59,265,0),(31238,59,266,0),(31239,59,267,0),(31240,59,268,0),(31241,59,269,0),(31242,59,270,0),(31243,59,271,0),(31244,59,272,0),(31245,59,273,0),(31246,59,274,0),(31247,59,275,0),(31248,59,276,0),(31249,59,277,0),(31250,59,278,0),(31251,59,279,0),(31252,59,280,0),(31253,59,281,0),(31254,59,282,0),(31255,59,283,0),(31256,59,284,0),(31257,59,285,0),(31258,59,286,0),(31259,59,287,0),(31260,59,288,0),(31261,59,289,0.625),(31262,59,290,0.375),(31263,59,291,0),(31264,59,292,0),(31265,59,293,0),(31266,59,294,0),(31267,59,295,0),(31268,59,296,0),(31269,59,297,0),(31270,59,298,0),(31271,59,299,0),(31272,59,300,0),(31273,59,301,0),(31274,59,302,0),(31275,59,303,0),(31276,59,304,0),(31277,59,305,0),(31278,59,306,0),(31279,59,307,0),(31280,59,308,0),(31281,59,309,0),(31282,59,310,0),(31283,59,311,0),(31284,59,312,0),(31285,59,313,0),(31286,59,314,0),(31287,59,315,0),(31288,59,316,0),(31289,59,317,0),(31290,59,318,0),(31291,59,319,0),(31292,59,320,0),(31293,59,321,0),(31294,59,322,0),(31295,59,323,0),(31296,59,324,0),(31297,59,325,0),(31298,59,326,0),(31299,59,327,0),(31300,59,328,0),(31301,59,329,0),(31302,59,330,0),(31303,59,331,0),(31304,59,332,0),(31305,59,333,0),(31306,59,334,0),(31307,59,335,0),(31308,59,336,0),(31309,59,337,0),(31310,59,338,0),(31311,59,339,0),(31312,59,340,0),(31313,59,341,0),(31314,59,342,0),(31315,59,343,0),(31316,59,344,0),(31317,59,345,0),(31318,59,346,0),(31319,59,347,0),(31320,59,348,0),(31321,59,349,0),(31322,59,350,0),(31323,59,351,0),(31324,59,352,0),(31325,59,353,0),(31326,59,354,0),(31327,59,355,0),(31328,59,356,0),(31329,59,357,0),(31330,59,358,0),(31331,59,359,0),(31332,59,360,0),(31333,59,361,0),(31334,59,362,0),(31335,59,363,0),(31336,59,364,0),(31337,59,365,0),(31338,59,366,0),(31339,59,367,0),(31340,59,368,0),(31341,59,369,0),(31342,59,370,0),(31343,59,371,0),(31344,59,372,0),(31345,59,373,0),(31346,59,374,0),(31347,59,375,0),(31348,59,376,0),(31349,59,377,0),(31350,59,378,0),(31351,59,379,0),(31352,59,380,0),(31353,59,381,0),(31354,59,382,0),(31355,59,383,0),(31356,59,384,0),(31357,59,385,0),(31358,59,386,0),(31359,59,387,0),(31360,59,388,0),(31361,59,389,0),(31362,59,390,0),(31363,59,391,0),(31364,59,392,0),(31365,59,393,0),(31366,59,394,0),(31367,59,395,0),(31368,59,396,0),(31369,59,397,0),(31370,59,398,0),(31371,59,399,0),(31372,59,400,0),(31373,59,401,0),(31374,59,402,0),(31375,59,403,0),(31376,59,404,0),(31377,59,405,0),(31378,59,406,0),(31379,59,407,0),(31380,59,408,0),(31381,59,409,0),(31382,59,410,0),(31383,59,411,0),(31384,59,412,0),(31385,59,413,0),(31386,59,414,0),(31387,59,415,0),(31388,59,416,0),(31389,59,417,0),(31390,59,418,0),(31391,59,419,0),(31392,59,420,0),(31393,59,421,0),(31394,59,422,0),(31395,59,423,0),(31396,59,424,0),(31397,59,425,0),(31398,59,426,0),(31399,59,427,0),(31400,59,428,0),(31401,59,429,0),(31402,59,430,0),(31403,59,431,0),(31404,59,432,0),(31405,59,433,0),(31406,59,434,0),(31407,59,435,0),(31408,59,436,0),(31409,59,437,0),(31410,59,438,0),(31411,59,439,0),(31412,59,440,0),(31413,59,441,0),(31414,59,442,0),(31415,59,443,0),(31416,59,444,0),(31417,59,445,0),(31418,59,446,0),(31419,59,447,0),(31420,59,448,0),(31421,59,449,0),(31422,59,450,0),(31423,59,451,0),(31424,59,452,0),(31425,59,453,0),(31426,59,454,0),(31427,59,455,0),(31428,59,456,0),(31429,59,457,0),(31430,59,458,0),(31431,59,459,0),(31432,59,460,0),(31433,59,461,0),(31434,59,462,0),(31435,59,463,0),(31436,59,464,0),(31437,59,465,0),(31438,59,466,0),(31439,59,467,0),(31440,59,468,0),(31441,59,469,0),(31442,59,470,0),(31443,59,471,0),(31444,59,472,0),(31445,59,473,0),(31446,59,474,0),(31447,59,475,0),(31448,59,476,0),(31449,59,477,0),(31450,59,478,0),(31451,59,479,0),(31452,59,480,0),(31453,59,481,0),(31454,59,482,0),(31455,59,483,0),(31456,59,484,0),(31457,59,485,0),(31458,59,486,0),(31459,59,487,0),(31460,59,488,0),(31461,59,489,0),(31462,59,490,0),(31463,59,491,0),(31464,59,492,0),(31465,59,493,0),(31466,59,494,0),(31467,59,495,0),(31468,59,496,0),(31469,59,497,0),(31470,59,498,0),(31471,59,499,0),(31472,59,500,0),(31473,59,501,0),(31474,59,502,0),(31475,59,503,0),(31476,59,504,0),(31477,59,505,0),(31478,59,506,0),(31479,59,507,0),(31480,59,508,0),(31481,59,509,0),(31482,59,510,0),(31483,59,511,0),(31484,59,512,0),(31485,59,513,0),(31486,59,514,0),(31487,59,515,0),(31488,59,516,0),(31489,59,517,0),(31490,59,518,0),(31491,59,519,0),(31492,59,520,0),(31493,59,521,0),(31494,59,522,0),(31495,59,523,0),(31496,59,524,0),(31497,59,525,0),(31498,59,526,0),(31499,59,527,0),(31500,59,528,0),(31501,59,529,0),(31502,59,530,0),(31503,59,531,0),(31504,59,532,0),(31505,59,533,0),(31506,59,534,0),(31507,60,1,0),(31508,60,2,0),(31509,60,3,0),(31510,60,4,0),(31511,60,5,0),(31512,60,6,0),(31513,60,7,0),(31514,60,8,0),(31515,60,9,0),(31516,60,10,0),(31517,60,11,0),(31518,60,12,0),(31519,60,13,0),(31520,60,14,0),(31521,60,15,0),(31522,60,16,0),(31523,60,17,0),(31524,60,18,0),(31525,60,19,0),(31526,60,20,0),(31527,60,21,0),(31528,60,22,0),(31529,60,23,0),(31530,60,24,0),(31531,60,25,0),(31532,60,26,0),(31533,60,27,0),(31534,60,28,0),(31535,60,29,0),(31536,60,30,0),(31537,60,31,0),(31538,60,32,0),(31539,60,33,0),(31540,60,34,0),(31541,60,35,0),(31542,60,36,0),(31543,60,37,0),(31544,60,38,0),(31545,60,39,0),(31546,60,40,0),(31547,60,41,0),(31548,60,42,0),(31549,60,43,0),(31550,60,44,0),(31551,60,45,0),(31552,60,46,0),(31553,60,47,0),(31554,60,48,0),(31555,60,49,0),(31556,60,50,0),(31557,60,51,0),(31558,60,52,0),(31559,60,53,0),(31560,60,54,0),(31561,60,55,0),(31562,60,56,0),(31563,60,57,0),(31564,60,58,0),(31565,60,59,0),(31566,60,60,0),(31567,60,61,0),(31568,60,62,0),(31569,60,63,0),(31570,60,64,0),(31571,60,65,0),(31572,60,66,0),(31573,60,67,0),(31574,60,68,0),(31575,60,69,0),(31576,60,70,0),(31577,60,71,0),(31578,60,72,0),(31579,60,73,0),(31580,60,74,0),(31581,60,75,0),(31582,60,76,0),(31583,60,77,0),(31584,60,78,0),(31585,60,79,0),(31586,60,80,0),(31587,60,81,0),(31588,60,82,0),(31589,60,83,0),(31590,60,84,0),(31591,60,85,0),(31592,60,86,0),(31593,60,87,0),(31594,60,88,0),(31595,60,89,0),(31596,60,90,0),(31597,60,91,0),(31598,60,92,0),(31599,60,93,0),(31600,60,94,0),(31601,60,95,0),(31602,60,96,0),(31603,60,97,0),(31604,60,98,0),(31605,60,99,0),(31606,60,100,0),(31607,60,101,0),(31608,60,102,0),(31609,60,103,0),(31610,60,104,0),(31611,60,105,0),(31612,60,106,0),(31613,60,107,0),(31614,60,108,0),(31615,60,109,0),(31616,60,110,0),(31617,60,111,0),(31618,60,112,0),(31619,60,113,0),(31620,60,114,0),(31621,60,115,0),(31622,60,116,0),(31623,60,117,0),(31624,60,118,0),(31625,60,119,0),(31626,60,120,0),(31627,60,121,0),(31628,60,122,0),(31629,60,123,0),(31630,60,124,0),(31631,60,125,0),(31632,60,126,0),(31633,60,127,0),(31634,60,128,0),(31635,60,129,0),(31636,60,130,0),(31637,60,131,0),(31638,60,132,0),(31639,60,133,0),(31640,60,134,0),(31641,60,135,0),(31642,60,136,0),(31643,60,137,0),(31644,60,138,0),(31645,60,139,0),(31646,60,140,0),(31647,60,141,0),(31648,60,142,0),(31649,60,143,0),(31650,60,144,0),(31651,60,145,0),(31652,60,146,0),(31653,60,147,0),(31654,60,148,0),(31655,60,149,0),(31656,60,150,0),(31657,60,151,0),(31658,60,152,0),(31659,60,153,0),(31660,60,154,0),(31661,60,155,0),(31662,60,156,0),(31663,60,157,0),(31664,60,158,0),(31665,60,159,0),(31666,60,160,0),(31667,60,161,0),(31668,60,162,0),(31669,60,163,0),(31670,60,164,0),(31671,60,165,0),(31672,60,166,0),(31673,60,167,0),(31674,60,168,0),(31675,60,169,0),(31676,60,170,0),(31677,60,171,0),(31678,60,172,0),(31679,60,173,0),(31680,60,174,0),(31681,60,175,0),(31682,60,176,0),(31683,60,177,0),(31684,60,178,0),(31685,60,179,0),(31686,60,180,0),(31687,60,181,0),(31688,60,182,0),(31689,60,183,0),(31690,60,184,0),(31691,60,185,0),(31692,60,186,0),(31693,60,187,0),(31694,60,188,0),(31695,60,189,0),(31696,60,190,0),(31697,60,191,0),(31698,60,192,0),(31699,60,193,0),(31700,60,194,0),(31701,60,195,0),(31702,60,196,0),(31703,60,197,0),(31704,60,198,0),(31705,60,199,0),(31706,60,200,0),(31707,60,201,0),(31708,60,202,0),(31709,60,203,0),(31710,60,204,0),(31711,60,205,0),(31712,60,206,0),(31713,60,207,0),(31714,60,208,0),(31715,60,209,0),(31716,60,210,0),(31717,60,211,0),(31718,60,212,0),(31719,60,213,0),(31720,60,214,0),(31721,60,215,0),(31722,60,216,0),(31723,60,217,0),(31724,60,218,0),(31725,60,219,0),(31726,60,220,0),(31727,60,221,0),(31728,60,222,0),(31729,60,223,0),(31730,60,224,0),(31731,60,225,0),(31732,60,226,0),(31733,60,227,0),(31734,60,228,0),(31735,60,229,0),(31736,60,230,0),(31737,60,231,0),(31738,60,232,0),(31739,60,233,0),(31740,60,234,0),(31741,60,235,0),(31742,60,236,0),(31743,60,237,0),(31744,60,238,0),(31745,60,239,0),(31746,60,240,0),(31747,60,241,0),(31748,60,242,0),(31749,60,243,0),(31750,60,244,0),(31751,60,245,0),(31752,60,246,0),(31753,60,247,0),(31754,60,248,0),(31755,60,249,0),(31756,60,250,0),(31757,60,251,0),(31758,60,252,0),(31759,60,253,0),(31760,60,254,0),(31761,60,255,0),(31762,60,256,0),(31763,60,257,0),(31764,60,258,0),(31765,60,259,0),(31766,60,260,0),(31767,60,261,0),(31768,60,262,0),(31769,60,263,0),(31770,60,264,0),(31771,60,265,0),(31772,60,266,0),(31773,60,267,0),(31774,60,268,0),(31775,60,269,0),(31776,60,270,0),(31777,60,271,0),(31778,60,272,0),(31779,60,273,0),(31780,60,274,0),(31781,60,275,0),(31782,60,276,0),(31783,60,277,0),(31784,60,278,0),(31785,60,279,0),(31786,60,280,0),(31787,60,281,0),(31788,60,282,0),(31789,60,283,0),(31790,60,284,0),(31791,60,285,0),(31792,60,286,0),(31793,60,287,0),(31794,60,288,0),(31795,60,289,0),(31796,60,290,0),(31797,60,291,0.37037037037037),(31798,60,292,0.296296296296296),(31799,60,293,0.222222222222222),(31800,60,294,0.111111111111111),(31801,60,295,0),(31802,60,296,0),(31803,60,297,0),(31804,60,298,0),(31805,60,299,0),(31806,60,300,0),(31807,60,301,0),(31808,60,302,0),(31809,60,303,0),(31810,60,304,0),(31811,60,305,0),(31812,60,306,0),(31813,60,307,0),(31814,60,308,0),(31815,60,309,0),(31816,60,310,0),(31817,60,311,0),(31818,60,312,0),(31819,60,313,0),(31820,60,314,0),(31821,60,315,0),(31822,60,316,0),(31823,60,317,0),(31824,60,318,0),(31825,60,319,0),(31826,60,320,0),(31827,60,321,0),(31828,60,322,0),(31829,60,323,0),(31830,60,324,0),(31831,60,325,0),(31832,60,326,0),(31833,60,327,0),(31834,60,328,0),(31835,60,329,0),(31836,60,330,0),(31837,60,331,0),(31838,60,332,0),(31839,60,333,0),(31840,60,334,0),(31841,60,335,0),(31842,60,336,0),(31843,60,337,0),(31844,60,338,0),(31845,60,339,0),(31846,60,340,0),(31847,60,341,0),(31848,60,342,0),(31849,60,343,0),(31850,60,344,0),(31851,60,345,0),(31852,60,346,0),(31853,60,347,0),(31854,60,348,0),(31855,60,349,0),(31856,60,350,0),(31857,60,351,0),(31858,60,352,0),(31859,60,353,0),(31860,60,354,0),(31861,60,355,0),(31862,60,356,0),(31863,60,357,0),(31864,60,358,0),(31865,60,359,0),(31866,60,360,0),(31867,60,361,0),(31868,60,362,0),(31869,60,363,0),(31870,60,364,0),(31871,60,365,0),(31872,60,366,0),(31873,60,367,0),(31874,60,368,0),(31875,60,369,0),(31876,60,370,0),(31877,60,371,0),(31878,60,372,0),(31879,60,373,0),(31880,60,374,0),(31881,60,375,0),(31882,60,376,0),(31883,60,377,0),(31884,60,378,0),(31885,60,379,0),(31886,60,380,0),(31887,60,381,0),(31888,60,382,0),(31889,60,383,0),(31890,60,384,0),(31891,60,385,0),(31892,60,386,0),(31893,60,387,0),(31894,60,388,0),(31895,60,389,0),(31896,60,390,0),(31897,60,391,0),(31898,60,392,0),(31899,60,393,0),(31900,60,394,0),(31901,60,395,0),(31902,60,396,0),(31903,60,397,0),(31904,60,398,0),(31905,60,399,0),(31906,60,400,0),(31907,60,401,0),(31908,60,402,0),(31909,60,403,0),(31910,60,404,0),(31911,60,405,0),(31912,60,406,0),(31913,60,407,0),(31914,60,408,0),(31915,60,409,0),(31916,60,410,0),(31917,60,411,0),(31918,60,412,0),(31919,60,413,0),(31920,60,414,0),(31921,60,415,0),(31922,60,416,0),(31923,60,417,0),(31924,60,418,0),(31925,60,419,0),(31926,60,420,0),(31927,60,421,0),(31928,60,422,0),(31929,60,423,0),(31930,60,424,0),(31931,60,425,0),(31932,60,426,0),(31933,60,427,0),(31934,60,428,0),(31935,60,429,0),(31936,60,430,0),(31937,60,431,0),(31938,60,432,0),(31939,60,433,0),(31940,60,434,0),(31941,60,435,0),(31942,60,436,0),(31943,60,437,0),(31944,60,438,0),(31945,60,439,0),(31946,60,440,0),(31947,60,441,0),(31948,60,442,0),(31949,60,443,0),(31950,60,444,0),(31951,60,445,0),(31952,60,446,0),(31953,60,447,0),(31954,60,448,0),(31955,60,449,0),(31956,60,450,0),(31957,60,451,0),(31958,60,452,0),(31959,60,453,0),(31960,60,454,0),(31961,60,455,0),(31962,60,456,0),(31963,60,457,0),(31964,60,458,0),(31965,60,459,0),(31966,60,460,0),(31967,60,461,0),(31968,60,462,0),(31969,60,463,0),(31970,60,464,0),(31971,60,465,0),(31972,60,466,0),(31973,60,467,0),(31974,60,468,0),(31975,60,469,0),(31976,60,470,0),(31977,60,471,0),(31978,60,472,0),(31979,60,473,0),(31980,60,474,0),(31981,60,475,0),(31982,60,476,0),(31983,60,477,0),(31984,60,478,0),(31985,60,479,0),(31986,60,480,0),(31987,60,481,0),(31988,60,482,0),(31989,60,483,0),(31990,60,484,0),(31991,60,485,0),(31992,60,486,0),(31993,60,487,0),(31994,60,488,0),(31995,60,489,0),(31996,60,490,0),(31997,60,491,0),(31998,60,492,0),(31999,60,493,0),(32000,60,494,0),(32001,60,495,0),(32002,60,496,0),(32003,60,497,0),(32004,60,498,0),(32005,60,499,0),(32006,60,500,0),(32007,60,501,0),(32008,60,502,0),(32009,60,503,0),(32010,60,504,0),(32011,60,505,0),(32012,60,506,0),(32013,60,507,0),(32014,60,508,0),(32015,60,509,0),(32016,60,510,0),(32017,60,511,0),(32018,60,512,0),(32019,60,513,0),(32020,60,514,0),(32021,60,515,0),(32022,60,516,0),(32023,60,517,0),(32024,60,518,0),(32025,60,519,0),(32026,60,520,0),(32027,60,521,0),(32028,60,522,0),(32029,60,523,0),(32030,60,524,0),(32031,60,525,0),(32032,60,526,0),(32033,60,527,0),(32034,60,528,0),(32035,60,529,0),(32036,60,530,0),(32037,60,531,0),(32038,60,532,0),(32039,60,533,0),(32040,60,534,0),(32041,61,1,0),(32042,61,2,0),(32043,61,3,0),(32044,61,4,0),(32045,61,5,0),(32046,61,6,0),(32047,61,7,0),(32048,61,8,0),(32049,61,9,0),(32050,61,10,0),(32051,61,11,0),(32052,61,12,0),(32053,61,13,0),(32054,61,14,0),(32055,61,15,0),(32056,61,16,0),(32057,61,17,0),(32058,61,18,0),(32059,61,19,0),(32060,61,20,0),(32061,61,21,0),(32062,61,22,0),(32063,61,23,0),(32064,61,24,0),(32065,61,25,0),(32066,61,26,0),(32067,61,27,0),(32068,61,28,0),(32069,61,29,0),(32070,61,30,0),(32071,61,31,0),(32072,61,32,0),(32073,61,33,0),(32074,61,34,0),(32075,61,35,0),(32076,61,36,0),(32077,61,37,0),(32078,61,38,0),(32079,61,39,0),(32080,61,40,0),(32081,61,41,0),(32082,61,42,0),(32083,61,43,0),(32084,61,44,0),(32085,61,45,0),(32086,61,46,0),(32087,61,47,0),(32088,61,48,0),(32089,61,49,0),(32090,61,50,0),(32091,61,51,0),(32092,61,52,0),(32093,61,53,0),(32094,61,54,0),(32095,61,55,0),(32096,61,56,0),(32097,61,57,0),(32098,61,58,0),(32099,61,59,0),(32100,61,60,0),(32101,61,61,0),(32102,61,62,0),(32103,61,63,0),(32104,61,64,0),(32105,61,65,0),(32106,61,66,0),(32107,61,67,0),(32108,61,68,0),(32109,61,69,0),(32110,61,70,0),(32111,61,71,0),(32112,61,72,0),(32113,61,73,0),(32114,61,74,0),(32115,61,75,0),(32116,61,76,0),(32117,61,77,0),(32118,61,78,0),(32119,61,79,0),(32120,61,80,0),(32121,61,81,0),(32122,61,82,0),(32123,61,83,0),(32124,61,84,0),(32125,61,85,0),(32126,61,86,0),(32127,61,87,0),(32128,61,88,0),(32129,61,89,0),(32130,61,90,0),(32131,61,91,0),(32132,61,92,0),(32133,61,93,0),(32134,61,94,0),(32135,61,95,0),(32136,61,96,0),(32137,61,97,0),(32138,61,98,0),(32139,61,99,0),(32140,61,100,0),(32141,61,101,0),(32142,61,102,0),(32143,61,103,0),(32144,61,104,0),(32145,61,105,0),(32146,61,106,0),(32147,61,107,0),(32148,61,108,0),(32149,61,109,0),(32150,61,110,0),(32151,61,111,0),(32152,61,112,0),(32153,61,113,0),(32154,61,114,0),(32155,61,115,0),(32156,61,116,0),(32157,61,117,0),(32158,61,118,0),(32159,61,119,0),(32160,61,120,0),(32161,61,121,0),(32162,61,122,0),(32163,61,123,0),(32164,61,124,0),(32165,61,125,0),(32166,61,126,0),(32167,61,127,0),(32168,61,128,0),(32169,61,129,0),(32170,61,130,0),(32171,61,131,0),(32172,61,132,0),(32173,61,133,0),(32174,61,134,0),(32175,61,135,0),(32176,61,136,0),(32177,61,137,0),(32178,61,138,0),(32179,61,139,0),(32180,61,140,0),(32181,61,141,0),(32182,61,142,0),(32183,61,143,0),(32184,61,144,0),(32185,61,145,0),(32186,61,146,0),(32187,61,147,0),(32188,61,148,0),(32189,61,149,0),(32190,61,150,0),(32191,61,151,0),(32192,61,152,0),(32193,61,153,0),(32194,61,154,0),(32195,61,155,0),(32196,61,156,0),(32197,61,157,0),(32198,61,158,0),(32199,61,159,0),(32200,61,160,0),(32201,61,161,0),(32202,61,162,0),(32203,61,163,0),(32204,61,164,0),(32205,61,165,0),(32206,61,166,0),(32207,61,167,0),(32208,61,168,0),(32209,61,169,0),(32210,61,170,0),(32211,61,171,0),(32212,61,172,0),(32213,61,173,0),(32214,61,174,0),(32215,61,175,0),(32216,61,176,0),(32217,61,177,0),(32218,61,178,0),(32219,61,179,0),(32220,61,180,0),(32221,61,181,0),(32222,61,182,0),(32223,61,183,0),(32224,61,184,0),(32225,61,185,0),(32226,61,186,0),(32227,61,187,0),(32228,61,188,0),(32229,61,189,0),(32230,61,190,0),(32231,61,191,0),(32232,61,192,0),(32233,61,193,0),(32234,61,194,0),(32235,61,195,0),(32236,61,196,0),(32237,61,197,0),(32238,61,198,0),(32239,61,199,0),(32240,61,200,0),(32241,61,201,0),(32242,61,202,0),(32243,61,203,0),(32244,61,204,0),(32245,61,205,0),(32246,61,206,0),(32247,61,207,0),(32248,61,208,0),(32249,61,209,0),(32250,61,210,0),(32251,61,211,0),(32252,61,212,0),(32253,61,213,0),(32254,61,214,0),(32255,61,215,0),(32256,61,216,0),(32257,61,217,0),(32258,61,218,0),(32259,61,219,0),(32260,61,220,0),(32261,61,221,0),(32262,61,222,0),(32263,61,223,0),(32264,61,224,0),(32265,61,225,0),(32266,61,226,0),(32267,61,227,0),(32268,61,228,0),(32269,61,229,0),(32270,61,230,0),(32271,61,231,0),(32272,61,232,0),(32273,61,233,0),(32274,61,234,0),(32275,61,235,0),(32276,61,236,0),(32277,61,237,0),(32278,61,238,0),(32279,61,239,0),(32280,61,240,0),(32281,61,241,0),(32282,61,242,0),(32283,61,243,0),(32284,61,244,0),(32285,61,245,0),(32286,61,246,0),(32287,61,247,0),(32288,61,248,0),(32289,61,249,0),(32290,61,250,0),(32291,61,251,0),(32292,61,252,0),(32293,61,253,0),(32294,61,254,0),(32295,61,255,0),(32296,61,256,0),(32297,61,257,0),(32298,61,258,0),(32299,61,259,0),(32300,61,260,0),(32301,61,261,0),(32302,61,262,0),(32303,61,263,0),(32304,61,264,0),(32305,61,265,0),(32306,61,266,0),(32307,61,267,0),(32308,61,268,0),(32309,61,269,0),(32310,61,270,0),(32311,61,271,0),(32312,61,272,0),(32313,61,273,0),(32314,61,274,0),(32315,61,275,0),(32316,61,276,0),(32317,61,277,0),(32318,61,278,0),(32319,61,279,0),(32320,61,280,0),(32321,61,281,0),(32322,61,282,0),(32323,61,283,0),(32324,61,284,0),(32325,61,285,0),(32326,61,286,0),(32327,61,287,0),(32328,61,288,0),(32329,61,289,0),(32330,61,290,0),(32331,61,291,0),(32332,61,292,0),(32333,61,293,0),(32334,61,294,0),(32335,61,295,0.4),(32336,61,296,0.24),(32337,61,297,0.16),(32338,61,298,0.2),(32339,61,299,0),(32340,61,300,0),(32341,61,301,0),(32342,61,302,0),(32343,61,303,0),(32344,61,304,0),(32345,61,305,0),(32346,61,306,0),(32347,61,307,0),(32348,61,308,0),(32349,61,309,0),(32350,61,310,0),(32351,61,311,0),(32352,61,312,0),(32353,61,313,0),(32354,61,314,0),(32355,61,315,0),(32356,61,316,0),(32357,61,317,0),(32358,61,318,0),(32359,61,319,0),(32360,61,320,0),(32361,61,321,0),(32362,61,322,0),(32363,61,323,0),(32364,61,324,0),(32365,61,325,0),(32366,61,326,0),(32367,61,327,0),(32368,61,328,0),(32369,61,329,0),(32370,61,330,0),(32371,61,331,0),(32372,61,332,0),(32373,61,333,0),(32374,61,334,0),(32375,61,335,0),(32376,61,336,0),(32377,61,337,0),(32378,61,338,0),(32379,61,339,0),(32380,61,340,0),(32381,61,341,0),(32382,61,342,0),(32383,61,343,0),(32384,61,344,0),(32385,61,345,0),(32386,61,346,0),(32387,61,347,0),(32388,61,348,0),(32389,61,349,0),(32390,61,350,0),(32391,61,351,0),(32392,61,352,0),(32393,61,353,0),(32394,61,354,0),(32395,61,355,0),(32396,61,356,0),(32397,61,357,0),(32398,61,358,0),(32399,61,359,0),(32400,61,360,0),(32401,61,361,0),(32402,61,362,0),(32403,61,363,0),(32404,61,364,0),(32405,61,365,0),(32406,61,366,0),(32407,61,367,0),(32408,61,368,0),(32409,61,369,0),(32410,61,370,0),(32411,61,371,0),(32412,61,372,0),(32413,61,373,0),(32414,61,374,0),(32415,61,375,0),(32416,61,376,0),(32417,61,377,0),(32418,61,378,0),(32419,61,379,0),(32420,61,380,0),(32421,61,381,0),(32422,61,382,0),(32423,61,383,0),(32424,61,384,0),(32425,61,385,0),(32426,61,386,0),(32427,61,387,0),(32428,61,388,0),(32429,61,389,0),(32430,61,390,0),(32431,61,391,0),(32432,61,392,0),(32433,61,393,0),(32434,61,394,0),(32435,61,395,0),(32436,61,396,0),(32437,61,397,0),(32438,61,398,0),(32439,61,399,0),(32440,61,400,0),(32441,61,401,0),(32442,61,402,0),(32443,61,403,0),(32444,61,404,0),(32445,61,405,0),(32446,61,406,0),(32447,61,407,0),(32448,61,408,0),(32449,61,409,0),(32450,61,410,0),(32451,61,411,0),(32452,61,412,0),(32453,61,413,0),(32454,61,414,0),(32455,61,415,0),(32456,61,416,0),(32457,61,417,0),(32458,61,418,0),(32459,61,419,0),(32460,61,420,0),(32461,61,421,0),(32462,61,422,0),(32463,61,423,0),(32464,61,424,0),(32465,61,425,0),(32466,61,426,0),(32467,61,427,0),(32468,61,428,0),(32469,61,429,0),(32470,61,430,0),(32471,61,431,0),(32472,61,432,0),(32473,61,433,0),(32474,61,434,0),(32475,61,435,0),(32476,61,436,0),(32477,61,437,0),(32478,61,438,0),(32479,61,439,0),(32480,61,440,0),(32481,61,441,0),(32482,61,442,0),(32483,61,443,0),(32484,61,444,0),(32485,61,445,0),(32486,61,446,0),(32487,61,447,0),(32488,61,448,0),(32489,61,449,0),(32490,61,450,0),(32491,61,451,0),(32492,61,452,0),(32493,61,453,0),(32494,61,454,0),(32495,61,455,0),(32496,61,456,0),(32497,61,457,0),(32498,61,458,0),(32499,61,459,0),(32500,61,460,0),(32501,61,461,0),(32502,61,462,0),(32503,61,463,0),(32504,61,464,0),(32505,61,465,0),(32506,61,466,0),(32507,61,467,0),(32508,61,468,0),(32509,61,469,0),(32510,61,470,0),(32511,61,471,0),(32512,61,472,0),(32513,61,473,0),(32514,61,474,0),(32515,61,475,0),(32516,61,476,0),(32517,61,477,0),(32518,61,478,0),(32519,61,479,0),(32520,61,480,0),(32521,61,481,0),(32522,61,482,0),(32523,61,483,0),(32524,61,484,0),(32525,61,485,0),(32526,61,486,0),(32527,61,487,0),(32528,61,488,0),(32529,61,489,0),(32530,61,490,0),(32531,61,491,0),(32532,61,492,0),(32533,61,493,0),(32534,61,494,0),(32535,61,495,0),(32536,61,496,0),(32537,61,497,0),(32538,61,498,0),(32539,61,499,0),(32540,61,500,0),(32541,61,501,0),(32542,61,502,0),(32543,61,503,0),(32544,61,504,0),(32545,61,505,0),(32546,61,506,0),(32547,61,507,0),(32548,61,508,0),(32549,61,509,0),(32550,61,510,0),(32551,61,511,0),(32552,61,512,0),(32553,61,513,0),(32554,61,514,0),(32555,61,515,0),(32556,61,516,0),(32557,61,517,0),(32558,61,518,0),(32559,61,519,0),(32560,61,520,0),(32561,61,521,0),(32562,61,522,0),(32563,61,523,0),(32564,61,524,0),(32565,61,525,0),(32566,61,526,0),(32567,61,527,0),(32568,61,528,0),(32569,61,529,0),(32570,61,530,0),(32571,61,531,0),(32572,61,532,0),(32573,61,533,0),(32574,61,534,0),(32575,62,1,0),(32576,62,2,0),(32577,62,3,0),(32578,62,4,0),(32579,62,5,0),(32580,62,6,0),(32581,62,7,0),(32582,62,8,0),(32583,62,9,0),(32584,62,10,0),(32585,62,11,0),(32586,62,12,0),(32587,62,13,0),(32588,62,14,0),(32589,62,15,0),(32590,62,16,0),(32591,62,17,0),(32592,62,18,0),(32593,62,19,0),(32594,62,20,0),(32595,62,21,0),(32596,62,22,0),(32597,62,23,0),(32598,62,24,0),(32599,62,25,0),(32600,62,26,0),(32601,62,27,0),(32602,62,28,0),(32603,62,29,0),(32604,62,30,0),(32605,62,31,0),(32606,62,32,0),(32607,62,33,0),(32608,62,34,0),(32609,62,35,0),(32610,62,36,0),(32611,62,37,0),(32612,62,38,0),(32613,62,39,0),(32614,62,40,0),(32615,62,41,0),(32616,62,42,0),(32617,62,43,0),(32618,62,44,0),(32619,62,45,0),(32620,62,46,0),(32621,62,47,0),(32622,62,48,0),(32623,62,49,0),(32624,62,50,0),(32625,62,51,0),(32626,62,52,0),(32627,62,53,0),(32628,62,54,0),(32629,62,55,0),(32630,62,56,0),(32631,62,57,0),(32632,62,58,0),(32633,62,59,0),(32634,62,60,0),(32635,62,61,0),(32636,62,62,0),(32637,62,63,0),(32638,62,64,0),(32639,62,65,0),(32640,62,66,0),(32641,62,67,0),(32642,62,68,0),(32643,62,69,0),(32644,62,70,0),(32645,62,71,0),(32646,62,72,0),(32647,62,73,0),(32648,62,74,0),(32649,62,75,0),(32650,62,76,0),(32651,62,77,0),(32652,62,78,0),(32653,62,79,0),(32654,62,80,0),(32655,62,81,0),(32656,62,82,0),(32657,62,83,0),(32658,62,84,0),(32659,62,85,0),(32660,62,86,0),(32661,62,87,0),(32662,62,88,0),(32663,62,89,0),(32664,62,90,0),(32665,62,91,0),(32666,62,92,0),(32667,62,93,0),(32668,62,94,0),(32669,62,95,0),(32670,62,96,0),(32671,62,97,0),(32672,62,98,0),(32673,62,99,0),(32674,62,100,0),(32675,62,101,0),(32676,62,102,0),(32677,62,103,0),(32678,62,104,0),(32679,62,105,0),(32680,62,106,0),(32681,62,107,0),(32682,62,108,0),(32683,62,109,0),(32684,62,110,0),(32685,62,111,0),(32686,62,112,0),(32687,62,113,0),(32688,62,114,0),(32689,62,115,0),(32690,62,116,0),(32691,62,117,0),(32692,62,118,0),(32693,62,119,0),(32694,62,120,0),(32695,62,121,0),(32696,62,122,0),(32697,62,123,0),(32698,62,124,0),(32699,62,125,0),(32700,62,126,0),(32701,62,127,0),(32702,62,128,0),(32703,62,129,0),(32704,62,130,0),(32705,62,131,0),(32706,62,132,0),(32707,62,133,0),(32708,62,134,0),(32709,62,135,0),(32710,62,136,0),(32711,62,137,0),(32712,62,138,0),(32713,62,139,0),(32714,62,140,0),(32715,62,141,0),(32716,62,142,0),(32717,62,143,0),(32718,62,144,0),(32719,62,145,0),(32720,62,146,0),(32721,62,147,0),(32722,62,148,0),(32723,62,149,0),(32724,62,150,0),(32725,62,151,0),(32726,62,152,0),(32727,62,153,0),(32728,62,154,0),(32729,62,155,0),(32730,62,156,0),(32731,62,157,0),(32732,62,158,0),(32733,62,159,0),(32734,62,160,0),(32735,62,161,0),(32736,62,162,0),(32737,62,163,0),(32738,62,164,0),(32739,62,165,0),(32740,62,166,0),(32741,62,167,0),(32742,62,168,0),(32743,62,169,0),(32744,62,170,0),(32745,62,171,0),(32746,62,172,0),(32747,62,173,0),(32748,62,174,0),(32749,62,175,0),(32750,62,176,0),(32751,62,177,0),(32752,62,178,0),(32753,62,179,0),(32754,62,180,0),(32755,62,181,0),(32756,62,182,0),(32757,62,183,0),(32758,62,184,0),(32759,62,185,0),(32760,62,186,0),(32761,62,187,0),(32762,62,188,0),(32763,62,189,0),(32764,62,190,0),(32765,62,191,0),(32766,62,192,0),(32767,62,193,0),(32768,62,194,0),(32769,62,195,0),(32770,62,196,0),(32771,62,197,0),(32772,62,198,0),(32773,62,199,0),(32774,62,200,0),(32775,62,201,0),(32776,62,202,0),(32777,62,203,0),(32778,62,204,0),(32779,62,205,0),(32780,62,206,0),(32781,62,207,0),(32782,62,208,0),(32783,62,209,0),(32784,62,210,0),(32785,62,211,0),(32786,62,212,0),(32787,62,213,0),(32788,62,214,0),(32789,62,215,0),(32790,62,216,0),(32791,62,217,0),(32792,62,218,0),(32793,62,219,0),(32794,62,220,0),(32795,62,221,0),(32796,62,222,0),(32797,62,223,0),(32798,62,224,0),(32799,62,225,0),(32800,62,226,0),(32801,62,227,0),(32802,62,228,0),(32803,62,229,0),(32804,62,230,0),(32805,62,231,0),(32806,62,232,0),(32807,62,233,0),(32808,62,234,0),(32809,62,235,0),(32810,62,236,0),(32811,62,237,0),(32812,62,238,0),(32813,62,239,0),(32814,62,240,0),(32815,62,241,0),(32816,62,242,0),(32817,62,243,0),(32818,62,244,0),(32819,62,245,0),(32820,62,246,0),(32821,62,247,0),(32822,62,248,0),(32823,62,249,0),(32824,62,250,0),(32825,62,251,0),(32826,62,252,0),(32827,62,253,0),(32828,62,254,0),(32829,62,255,0),(32830,62,256,0),(32831,62,257,0),(32832,62,258,0),(32833,62,259,0),(32834,62,260,0),(32835,62,261,0),(32836,62,262,0),(32837,62,263,0),(32838,62,264,0),(32839,62,265,0),(32840,62,266,0),(32841,62,267,0),(32842,62,268,0),(32843,62,269,0),(32844,62,270,0),(32845,62,271,0),(32846,62,272,0),(32847,62,273,0),(32848,62,274,0),(32849,62,275,0),(32850,62,276,0),(32851,62,277,0),(32852,62,278,0),(32853,62,279,0),(32854,62,280,0),(32855,62,281,0),(32856,62,282,0),(32857,62,283,0),(32858,62,284,0),(32859,62,285,0),(32860,62,286,0),(32861,62,287,0),(32862,62,288,0),(32863,62,289,0),(32864,62,290,0),(32865,62,291,0),(32866,62,292,0),(32867,62,293,0),(32868,62,294,0),(32869,62,295,0),(32870,62,296,0),(32871,62,297,0),(32872,62,298,0),(32873,62,299,0.32258064516129),(32874,62,300,0.193548387096774),(32875,62,301,0.161290322580645),(32876,62,302,0.258064516129032),(32877,62,303,0.0645161290322581),(32878,62,304,0),(32879,62,305,0),(32880,62,306,0),(32881,62,307,0),(32882,62,308,0),(32883,62,309,0),(32884,62,310,0),(32885,62,311,0),(32886,62,312,0),(32887,62,313,0),(32888,62,314,0),(32889,62,315,0),(32890,62,316,0),(32891,62,317,0),(32892,62,318,0),(32893,62,319,0),(32894,62,320,0),(32895,62,321,0),(32896,62,322,0),(32897,62,323,0),(32898,62,324,0),(32899,62,325,0),(32900,62,326,0),(32901,62,327,0),(32902,62,328,0),(32903,62,329,0),(32904,62,330,0),(32905,62,331,0),(32906,62,332,0),(32907,62,333,0),(32908,62,334,0),(32909,62,335,0),(32910,62,336,0),(32911,62,337,0),(32912,62,338,0),(32913,62,339,0),(32914,62,340,0),(32915,62,341,0),(32916,62,342,0),(32917,62,343,0),(32918,62,344,0),(32919,62,345,0),(32920,62,346,0),(32921,62,347,0),(32922,62,348,0),(32923,62,349,0),(32924,62,350,0),(32925,62,351,0),(32926,62,352,0),(32927,62,353,0),(32928,62,354,0),(32929,62,355,0),(32930,62,356,0),(32931,62,357,0),(32932,62,358,0),(32933,62,359,0),(32934,62,360,0),(32935,62,361,0),(32936,62,362,0),(32937,62,363,0),(32938,62,364,0),(32939,62,365,0),(32940,62,366,0),(32941,62,367,0),(32942,62,368,0),(32943,62,369,0),(32944,62,370,0),(32945,62,371,0),(32946,62,372,0),(32947,62,373,0),(32948,62,374,0),(32949,62,375,0),(32950,62,376,0),(32951,62,377,0),(32952,62,378,0),(32953,62,379,0),(32954,62,380,0),(32955,62,381,0),(32956,62,382,0),(32957,62,383,0),(32958,62,384,0),(32959,62,385,0),(32960,62,386,0),(32961,62,387,0),(32962,62,388,0),(32963,62,389,0),(32964,62,390,0),(32965,62,391,0),(32966,62,392,0),(32967,62,393,0),(32968,62,394,0),(32969,62,395,0),(32970,62,396,0),(32971,62,397,0),(32972,62,398,0),(32973,62,399,0),(32974,62,400,0),(32975,62,401,0),(32976,62,402,0),(32977,62,403,0),(32978,62,404,0),(32979,62,405,0),(32980,62,406,0),(32981,62,407,0),(32982,62,408,0),(32983,62,409,0),(32984,62,410,0),(32985,62,411,0),(32986,62,412,0),(32987,62,413,0),(32988,62,414,0),(32989,62,415,0),(32990,62,416,0),(32991,62,417,0),(32992,62,418,0),(32993,62,419,0),(32994,62,420,0),(32995,62,421,0),(32996,62,422,0),(32997,62,423,0),(32998,62,424,0),(32999,62,425,0),(33000,62,426,0),(33001,62,427,0),(33002,62,428,0),(33003,62,429,0),(33004,62,430,0),(33005,62,431,0),(33006,62,432,0),(33007,62,433,0),(33008,62,434,0),(33009,62,435,0),(33010,62,436,0),(33011,62,437,0),(33012,62,438,0),(33013,62,439,0),(33014,62,440,0),(33015,62,441,0),(33016,62,442,0),(33017,62,443,0),(33018,62,444,0),(33019,62,445,0),(33020,62,446,0),(33021,62,447,0),(33022,62,448,0),(33023,62,449,0),(33024,62,450,0),(33025,62,451,0),(33026,62,452,0),(33027,62,453,0),(33028,62,454,0),(33029,62,455,0),(33030,62,456,0),(33031,62,457,0),(33032,62,458,0),(33033,62,459,0),(33034,62,460,0),(33035,62,461,0),(33036,62,462,0),(33037,62,463,0),(33038,62,464,0),(33039,62,465,0),(33040,62,466,0),(33041,62,467,0),(33042,62,468,0),(33043,62,469,0),(33044,62,470,0),(33045,62,471,0),(33046,62,472,0),(33047,62,473,0),(33048,62,474,0),(33049,62,475,0),(33050,62,476,0),(33051,62,477,0),(33052,62,478,0),(33053,62,479,0),(33054,62,480,0),(33055,62,481,0),(33056,62,482,0),(33057,62,483,0),(33058,62,484,0),(33059,62,485,0),(33060,62,486,0),(33061,62,487,0),(33062,62,488,0),(33063,62,489,0),(33064,62,490,0),(33065,62,491,0),(33066,62,492,0),(33067,62,493,0),(33068,62,494,0),(33069,62,495,0),(33070,62,496,0),(33071,62,497,0),(33072,62,498,0),(33073,62,499,0),(33074,62,500,0),(33075,62,501,0),(33076,62,502,0),(33077,62,503,0),(33078,62,504,0),(33079,62,505,0),(33080,62,506,0),(33081,62,507,0),(33082,62,508,0),(33083,62,509,0),(33084,62,510,0),(33085,62,511,0),(33086,62,512,0),(33087,62,513,0),(33088,62,514,0),(33089,62,515,0),(33090,62,516,0),(33091,62,517,0),(33092,62,518,0),(33093,62,519,0),(33094,62,520,0),(33095,62,521,0),(33096,62,522,0),(33097,62,523,0),(33098,62,524,0),(33099,62,525,0),(33100,62,526,0),(33101,62,527,0),(33102,62,528,0),(33103,62,529,0),(33104,62,530,0),(33105,62,531,0),(33106,62,532,0),(33107,62,533,0),(33108,62,534,0),(33109,63,1,0),(33110,63,2,0),(33111,63,3,0),(33112,63,4,0),(33113,63,5,0),(33114,63,6,0),(33115,63,7,0),(33116,63,8,0),(33117,63,9,0),(33118,63,10,0),(33119,63,11,0),(33120,63,12,0),(33121,63,13,0),(33122,63,14,0),(33123,63,15,0),(33124,63,16,0),(33125,63,17,0),(33126,63,18,0),(33127,63,19,0),(33128,63,20,0),(33129,63,21,0),(33130,63,22,0),(33131,63,23,0),(33132,63,24,0),(33133,63,25,0),(33134,63,26,0),(33135,63,27,0),(33136,63,28,0),(33137,63,29,0),(33138,63,30,0),(33139,63,31,0),(33140,63,32,0),(33141,63,33,0),(33142,63,34,0),(33143,63,35,0),(33144,63,36,0),(33145,63,37,0),(33146,63,38,0),(33147,63,39,0),(33148,63,40,0),(33149,63,41,0),(33150,63,42,0),(33151,63,43,0),(33152,63,44,0),(33153,63,45,0),(33154,63,46,0),(33155,63,47,0),(33156,63,48,0),(33157,63,49,0),(33158,63,50,0),(33159,63,51,0),(33160,63,52,0),(33161,63,53,0),(33162,63,54,0),(33163,63,55,0),(33164,63,56,0),(33165,63,57,0),(33166,63,58,0),(33167,63,59,0),(33168,63,60,0),(33169,63,61,0),(33170,63,62,0),(33171,63,63,0),(33172,63,64,0),(33173,63,65,0),(33174,63,66,0),(33175,63,67,0),(33176,63,68,0),(33177,63,69,0),(33178,63,70,0),(33179,63,71,0),(33180,63,72,0),(33181,63,73,0),(33182,63,74,0),(33183,63,75,0),(33184,63,76,0),(33185,63,77,0),(33186,63,78,0),(33187,63,79,0),(33188,63,80,0),(33189,63,81,0),(33190,63,82,0),(33191,63,83,0),(33192,63,84,0),(33193,63,85,0),(33194,63,86,0),(33195,63,87,0),(33196,63,88,0),(33197,63,89,0),(33198,63,90,0),(33199,63,91,0),(33200,63,92,0),(33201,63,93,0),(33202,63,94,0),(33203,63,95,0),(33204,63,96,0),(33205,63,97,0),(33206,63,98,0),(33207,63,99,0),(33208,63,100,0),(33209,63,101,0),(33210,63,102,0),(33211,63,103,0),(33212,63,104,0),(33213,63,105,0),(33214,63,106,0),(33215,63,107,0),(33216,63,108,0),(33217,63,109,0),(33218,63,110,0),(33219,63,111,0),(33220,63,112,0),(33221,63,113,0),(33222,63,114,0),(33223,63,115,0),(33224,63,116,0),(33225,63,117,0),(33226,63,118,0),(33227,63,119,0),(33228,63,120,0),(33229,63,121,0),(33230,63,122,0),(33231,63,123,0),(33232,63,124,0),(33233,63,125,0),(33234,63,126,0),(33235,63,127,0),(33236,63,128,0),(33237,63,129,0),(33238,63,130,0),(33239,63,131,0),(33240,63,132,0),(33241,63,133,0),(33242,63,134,0),(33243,63,135,0),(33244,63,136,0),(33245,63,137,0),(33246,63,138,0),(33247,63,139,0),(33248,63,140,0),(33249,63,141,0),(33250,63,142,0),(33251,63,143,0),(33252,63,144,0),(33253,63,145,0),(33254,63,146,0),(33255,63,147,0),(33256,63,148,0),(33257,63,149,0),(33258,63,150,0),(33259,63,151,0),(33260,63,152,0),(33261,63,153,0),(33262,63,154,0),(33263,63,155,0),(33264,63,156,0),(33265,63,157,0),(33266,63,158,0),(33267,63,159,0),(33268,63,160,0),(33269,63,161,0),(33270,63,162,0),(33271,63,163,0),(33272,63,164,0),(33273,63,165,0),(33274,63,166,0),(33275,63,167,0),(33276,63,168,0),(33277,63,169,0),(33278,63,170,0),(33279,63,171,0),(33280,63,172,0),(33281,63,173,0),(33282,63,174,0),(33283,63,175,0),(33284,63,176,0),(33285,63,177,0),(33286,63,178,0),(33287,63,179,0),(33288,63,180,0),(33289,63,181,0),(33290,63,182,0),(33291,63,183,0),(33292,63,184,0),(33293,63,185,0),(33294,63,186,0),(33295,63,187,0),(33296,63,188,0),(33297,63,189,0),(33298,63,190,0),(33299,63,191,0),(33300,63,192,0),(33301,63,193,0),(33302,63,194,0),(33303,63,195,0),(33304,63,196,0),(33305,63,197,0),(33306,63,198,0),(33307,63,199,0),(33308,63,200,0),(33309,63,201,0),(33310,63,202,0),(33311,63,203,0),(33312,63,204,0),(33313,63,205,0),(33314,63,206,0),(33315,63,207,0),(33316,63,208,0),(33317,63,209,0),(33318,63,210,0),(33319,63,211,0),(33320,63,212,0),(33321,63,213,0),(33322,63,214,0),(33323,63,215,0),(33324,63,216,0),(33325,63,217,0),(33326,63,218,0),(33327,63,219,0),(33328,63,220,0),(33329,63,221,0),(33330,63,222,0),(33331,63,223,0),(33332,63,224,0),(33333,63,225,0),(33334,63,226,0),(33335,63,227,0),(33336,63,228,0),(33337,63,229,0),(33338,63,230,0),(33339,63,231,0),(33340,63,232,0),(33341,63,233,0),(33342,63,234,0),(33343,63,235,0),(33344,63,236,0),(33345,63,237,0),(33346,63,238,0),(33347,63,239,0),(33348,63,240,0),(33349,63,241,0),(33350,63,242,0),(33351,63,243,0),(33352,63,244,0),(33353,63,245,0),(33354,63,246,0),(33355,63,247,0),(33356,63,248,0),(33357,63,249,0),(33358,63,250,0),(33359,63,251,0),(33360,63,252,0),(33361,63,253,0),(33362,63,254,0),(33363,63,255,0),(33364,63,256,0),(33365,63,257,0),(33366,63,258,0),(33367,63,259,0),(33368,63,260,0),(33369,63,261,0),(33370,63,262,0),(33371,63,263,0),(33372,63,264,0),(33373,63,265,0),(33374,63,266,0),(33375,63,267,0),(33376,63,268,0),(33377,63,269,0),(33378,63,270,0),(33379,63,271,0),(33380,63,272,0),(33381,63,273,0),(33382,63,274,0),(33383,63,275,0),(33384,63,276,0),(33385,63,277,0),(33386,63,278,0),(33387,63,279,0),(33388,63,280,0),(33389,63,281,0),(33390,63,282,0),(33391,63,283,0),(33392,63,284,0),(33393,63,285,0),(33394,63,286,0),(33395,63,287,0),(33396,63,288,0),(33397,63,289,0),(33398,63,290,0),(33399,63,291,0),(33400,63,292,0),(33401,63,293,0),(33402,63,294,0),(33403,63,295,0),(33404,63,296,0),(33405,63,297,0),(33406,63,298,0),(33407,63,299,0),(33408,63,300,0),(33409,63,301,0),(33410,63,302,0),(33411,63,303,0),(33412,63,304,1),(33413,63,305,0),(33414,63,306,0),(33415,63,307,0),(33416,63,308,0),(33417,63,309,0),(33418,63,310,0),(33419,63,311,0),(33420,63,312,0),(33421,63,313,0),(33422,63,314,0),(33423,63,315,0),(33424,63,316,0),(33425,63,317,0),(33426,63,318,0),(33427,63,319,0),(33428,63,320,0),(33429,63,321,0),(33430,63,322,0),(33431,63,323,0),(33432,63,324,0),(33433,63,325,0),(33434,63,326,0),(33435,63,327,0),(33436,63,328,0),(33437,63,329,0),(33438,63,330,0),(33439,63,331,0),(33440,63,332,0),(33441,63,333,0),(33442,63,334,0),(33443,63,335,0),(33444,63,336,0),(33445,63,337,0),(33446,63,338,0),(33447,63,339,0),(33448,63,340,0),(33449,63,341,0),(33450,63,342,0),(33451,63,343,0),(33452,63,344,0),(33453,63,345,0),(33454,63,346,0),(33455,63,347,0),(33456,63,348,0),(33457,63,349,0),(33458,63,350,0),(33459,63,351,0),(33460,63,352,0),(33461,63,353,0),(33462,63,354,0),(33463,63,355,0),(33464,63,356,0),(33465,63,357,0),(33466,63,358,0),(33467,63,359,0),(33468,63,360,0),(33469,63,361,0),(33470,63,362,0),(33471,63,363,0),(33472,63,364,0),(33473,63,365,0),(33474,63,366,0),(33475,63,367,0),(33476,63,368,0),(33477,63,369,0),(33478,63,370,0),(33479,63,371,0),(33480,63,372,0),(33481,63,373,0),(33482,63,374,0),(33483,63,375,0),(33484,63,376,0),(33485,63,377,0),(33486,63,378,0),(33487,63,379,0),(33488,63,380,0),(33489,63,381,0),(33490,63,382,0),(33491,63,383,0),(33492,63,384,0),(33493,63,385,0),(33494,63,386,0),(33495,63,387,0),(33496,63,388,0),(33497,63,389,0),(33498,63,390,0),(33499,63,391,0),(33500,63,392,0),(33501,63,393,0),(33502,63,394,0),(33503,63,395,0),(33504,63,396,0),(33505,63,397,0),(33506,63,398,0),(33507,63,399,0),(33508,63,400,0),(33509,63,401,0),(33510,63,402,0),(33511,63,403,0),(33512,63,404,0),(33513,63,405,0),(33514,63,406,0),(33515,63,407,0),(33516,63,408,0),(33517,63,409,0),(33518,63,410,0),(33519,63,411,0),(33520,63,412,0),(33521,63,413,0),(33522,63,414,0),(33523,63,415,0),(33524,63,416,0),(33525,63,417,0),(33526,63,418,0),(33527,63,419,0),(33528,63,420,0),(33529,63,421,0),(33530,63,422,0),(33531,63,423,0),(33532,63,424,0),(33533,63,425,0),(33534,63,426,0),(33535,63,427,0),(33536,63,428,0),(33537,63,429,0),(33538,63,430,0),(33539,63,431,0),(33540,63,432,0),(33541,63,433,0),(33542,63,434,0),(33543,63,435,0),(33544,63,436,0),(33545,63,437,0),(33546,63,438,0),(33547,63,439,0),(33548,63,440,0),(33549,63,441,0),(33550,63,442,0),(33551,63,443,0),(33552,63,444,0),(33553,63,445,0),(33554,63,446,0),(33555,63,447,0),(33556,63,448,0),(33557,63,449,0),(33558,63,450,0),(33559,63,451,0),(33560,63,452,0),(33561,63,453,0),(33562,63,454,0),(33563,63,455,0),(33564,63,456,0),(33565,63,457,0),(33566,63,458,0),(33567,63,459,0),(33568,63,460,0),(33569,63,461,0),(33570,63,462,0),(33571,63,463,0),(33572,63,464,0),(33573,63,465,0),(33574,63,466,0),(33575,63,467,0),(33576,63,468,0),(33577,63,469,0),(33578,63,470,0),(33579,63,471,0),(33580,63,472,0),(33581,63,473,0),(33582,63,474,0),(33583,63,475,0),(33584,63,476,0),(33585,63,477,0),(33586,63,478,0),(33587,63,479,0),(33588,63,480,0),(33589,63,481,0),(33590,63,482,0),(33591,63,483,0),(33592,63,484,0),(33593,63,485,0),(33594,63,486,0),(33595,63,487,0),(33596,63,488,0),(33597,63,489,0),(33598,63,490,0),(33599,63,491,0),(33600,63,492,0),(33601,63,493,0),(33602,63,494,0),(33603,63,495,0),(33604,63,496,0),(33605,63,497,0),(33606,63,498,0),(33607,63,499,0),(33608,63,500,0),(33609,63,501,0),(33610,63,502,0),(33611,63,503,0),(33612,63,504,0),(33613,63,505,0),(33614,63,506,0),(33615,63,507,0),(33616,63,508,0),(33617,63,509,0),(33618,63,510,0),(33619,63,511,0),(33620,63,512,0),(33621,63,513,0),(33622,63,514,0),(33623,63,515,0),(33624,63,516,0),(33625,63,517,0),(33626,63,518,0),(33627,63,519,0),(33628,63,520,0),(33629,63,521,0),(33630,63,522,0),(33631,63,523,0),(33632,63,524,0),(33633,63,525,0),(33634,63,526,0),(33635,63,527,0),(33636,63,528,0),(33637,63,529,0),(33638,63,530,0),(33639,63,531,0),(33640,63,532,0),(33641,63,533,0),(33642,63,534,0),(33643,64,1,0),(33644,64,2,0),(33645,64,3,0),(33646,64,4,0),(33647,64,5,0),(33648,64,6,0),(33649,64,7,0),(33650,64,8,0),(33651,64,9,0),(33652,64,10,0),(33653,64,11,0),(33654,64,12,0),(33655,64,13,0),(33656,64,14,0),(33657,64,15,0),(33658,64,16,0),(33659,64,17,0),(33660,64,18,0),(33661,64,19,0),(33662,64,20,0),(33663,64,21,0),(33664,64,22,0),(33665,64,23,0),(33666,64,24,0),(33667,64,25,0),(33668,64,26,0),(33669,64,27,0),(33670,64,28,0),(33671,64,29,0),(33672,64,30,0),(33673,64,31,0),(33674,64,32,0),(33675,64,33,0),(33676,64,34,0),(33677,64,35,0),(33678,64,36,0),(33679,64,37,0),(33680,64,38,0),(33681,64,39,0),(33682,64,40,0),(33683,64,41,0),(33684,64,42,0),(33685,64,43,0),(33686,64,44,0),(33687,64,45,0),(33688,64,46,0),(33689,64,47,0),(33690,64,48,0),(33691,64,49,0),(33692,64,50,0),(33693,64,51,0),(33694,64,52,0),(33695,64,53,0),(33696,64,54,0),(33697,64,55,0),(33698,64,56,0),(33699,64,57,0),(33700,64,58,0),(33701,64,59,0),(33702,64,60,0),(33703,64,61,0),(33704,64,62,0),(33705,64,63,0),(33706,64,64,0),(33707,64,65,0),(33708,64,66,0),(33709,64,67,0),(33710,64,68,0),(33711,64,69,0),(33712,64,70,0),(33713,64,71,0),(33714,64,72,0),(33715,64,73,0),(33716,64,74,0),(33717,64,75,0),(33718,64,76,0),(33719,64,77,0),(33720,64,78,0),(33721,64,79,0),(33722,64,80,0),(33723,64,81,0),(33724,64,82,0),(33725,64,83,0),(33726,64,84,0),(33727,64,85,0),(33728,64,86,0),(33729,64,87,0),(33730,64,88,0),(33731,64,89,0),(33732,64,90,0),(33733,64,91,0),(33734,64,92,0),(33735,64,93,0),(33736,64,94,0),(33737,64,95,0),(33738,64,96,0),(33739,64,97,0),(33740,64,98,0),(33741,64,99,0),(33742,64,100,0),(33743,64,101,0),(33744,64,102,0),(33745,64,103,0),(33746,64,104,0),(33747,64,105,0),(33748,64,106,0),(33749,64,107,0),(33750,64,108,0),(33751,64,109,0),(33752,64,110,0),(33753,64,111,0),(33754,64,112,0),(33755,64,113,0),(33756,64,114,0),(33757,64,115,0),(33758,64,116,0),(33759,64,117,0),(33760,64,118,0),(33761,64,119,0),(33762,64,120,0),(33763,64,121,0),(33764,64,122,0),(33765,64,123,0),(33766,64,124,0),(33767,64,125,0),(33768,64,126,0),(33769,64,127,0),(33770,64,128,0),(33771,64,129,0),(33772,64,130,0),(33773,64,131,0),(33774,64,132,0),(33775,64,133,0),(33776,64,134,0),(33777,64,135,0),(33778,64,136,0),(33779,64,137,0),(33780,64,138,0),(33781,64,139,0),(33782,64,140,0),(33783,64,141,0),(33784,64,142,0),(33785,64,143,0),(33786,64,144,0),(33787,64,145,0),(33788,64,146,0),(33789,64,147,0),(33790,64,148,0),(33791,64,149,0),(33792,64,150,0),(33793,64,151,0),(33794,64,152,0),(33795,64,153,0),(33796,64,154,0),(33797,64,155,0),(33798,64,156,0),(33799,64,157,0),(33800,64,158,0),(33801,64,159,0),(33802,64,160,0),(33803,64,161,0),(33804,64,162,0),(33805,64,163,0),(33806,64,164,0),(33807,64,165,0),(33808,64,166,0),(33809,64,167,0),(33810,64,168,0),(33811,64,169,0),(33812,64,170,0),(33813,64,171,0),(33814,64,172,0),(33815,64,173,0),(33816,64,174,0),(33817,64,175,0),(33818,64,176,0),(33819,64,177,0),(33820,64,178,0),(33821,64,179,0),(33822,64,180,0),(33823,64,181,0),(33824,64,182,0),(33825,64,183,0),(33826,64,184,0),(33827,64,185,0),(33828,64,186,0),(33829,64,187,0),(33830,64,188,0),(33831,64,189,0),(33832,64,190,0),(33833,64,191,0),(33834,64,192,0),(33835,64,193,0),(33836,64,194,0),(33837,64,195,0),(33838,64,196,0),(33839,64,197,0),(33840,64,198,0),(33841,64,199,0),(33842,64,200,0),(33843,64,201,0),(33844,64,202,0),(33845,64,203,0),(33846,64,204,0),(33847,64,205,0),(33848,64,206,0),(33849,64,207,0),(33850,64,208,0),(33851,64,209,0),(33852,64,210,0),(33853,64,211,0),(33854,64,212,0),(33855,64,213,0),(33856,64,214,0),(33857,64,215,0),(33858,64,216,0),(33859,64,217,0),(33860,64,218,0),(33861,64,219,0),(33862,64,220,0),(33863,64,221,0),(33864,64,222,0),(33865,64,223,0),(33866,64,224,0),(33867,64,225,0),(33868,64,226,0),(33869,64,227,0),(33870,64,228,0),(33871,64,229,0),(33872,64,230,0),(33873,64,231,0),(33874,64,232,0),(33875,64,233,0),(33876,64,234,0),(33877,64,235,0),(33878,64,236,0),(33879,64,237,0),(33880,64,238,0),(33881,64,239,0),(33882,64,240,0),(33883,64,241,0),(33884,64,242,0),(33885,64,243,0),(33886,64,244,0),(33887,64,245,0),(33888,64,246,0),(33889,64,247,0),(33890,64,248,0),(33891,64,249,0),(33892,64,250,0),(33893,64,251,0),(33894,64,252,0),(33895,64,253,0),(33896,64,254,0),(33897,64,255,0),(33898,64,256,0),(33899,64,257,0),(33900,64,258,0),(33901,64,259,0),(33902,64,260,0),(33903,64,261,0),(33904,64,262,0),(33905,64,263,0),(33906,64,264,0),(33907,64,265,0),(33908,64,266,0),(33909,64,267,0),(33910,64,268,0),(33911,64,269,0),(33912,64,270,0),(33913,64,271,0),(33914,64,272,0),(33915,64,273,0),(33916,64,274,0),(33917,64,275,0),(33918,64,276,0),(33919,64,277,0),(33920,64,278,0),(33921,64,279,0),(33922,64,280,0),(33923,64,281,0),(33924,64,282,0),(33925,64,283,0),(33926,64,284,0),(33927,64,285,0),(33928,64,286,0),(33929,64,287,0),(33930,64,288,0),(33931,64,289,0),(33932,64,290,0),(33933,64,291,0),(33934,64,292,0),(33935,64,293,0),(33936,64,294,0),(33937,64,295,0),(33938,64,296,0),(33939,64,297,0),(33940,64,298,0),(33941,64,299,0),(33942,64,300,0),(33943,64,301,0),(33944,64,302,0),(33945,64,303,0),(33946,64,304,0),(33947,64,305,0.188679245283019),(33948,64,306,0.169811320754717),(33949,64,307,0.188679245283019),(33950,64,308,0.132075471698113),(33951,64,309,0.113207547169811),(33952,64,310,0.132075471698113),(33953,64,311,0.0754716981132075),(33954,64,312,0),(33955,64,313,0),(33956,64,314,0),(33957,64,315,0),(33958,64,316,0),(33959,64,317,0),(33960,64,318,0),(33961,64,319,0),(33962,64,320,0),(33963,64,321,0),(33964,64,322,0),(33965,64,323,0),(33966,64,324,0),(33967,64,325,0),(33968,64,326,0),(33969,64,327,0),(33970,64,328,0),(33971,64,329,0),(33972,64,330,0),(33973,64,331,0),(33974,64,332,0),(33975,64,333,0),(33976,64,334,0),(33977,64,335,0),(33978,64,336,0),(33979,64,337,0),(33980,64,338,0),(33981,64,339,0),(33982,64,340,0),(33983,64,341,0),(33984,64,342,0),(33985,64,343,0),(33986,64,344,0),(33987,64,345,0),(33988,64,346,0),(33989,64,347,0),(33990,64,348,0),(33991,64,349,0),(33992,64,350,0),(33993,64,351,0),(33994,64,352,0),(33995,64,353,0),(33996,64,354,0),(33997,64,355,0),(33998,64,356,0),(33999,64,357,0),(34000,64,358,0),(34001,64,359,0),(34002,64,360,0),(34003,64,361,0),(34004,64,362,0),(34005,64,363,0),(34006,64,364,0),(34007,64,365,0),(34008,64,366,0),(34009,64,367,0),(34010,64,368,0),(34011,64,369,0),(34012,64,370,0),(34013,64,371,0),(34014,64,372,0),(34015,64,373,0),(34016,64,374,0),(34017,64,375,0),(34018,64,376,0),(34019,64,377,0),(34020,64,378,0),(34021,64,379,0),(34022,64,380,0),(34023,64,381,0),(34024,64,382,0),(34025,64,383,0),(34026,64,384,0),(34027,64,385,0),(34028,64,386,0),(34029,64,387,0),(34030,64,388,0),(34031,64,389,0),(34032,64,390,0),(34033,64,391,0),(34034,64,392,0),(34035,64,393,0),(34036,64,394,0),(34037,64,395,0),(34038,64,396,0),(34039,64,397,0),(34040,64,398,0),(34041,64,399,0),(34042,64,400,0),(34043,64,401,0),(34044,64,402,0),(34045,64,403,0),(34046,64,404,0),(34047,64,405,0),(34048,64,406,0),(34049,64,407,0),(34050,64,408,0),(34051,64,409,0),(34052,64,410,0),(34053,64,411,0),(34054,64,412,0),(34055,64,413,0),(34056,64,414,0),(34057,64,415,0),(34058,64,416,0),(34059,64,417,0),(34060,64,418,0),(34061,64,419,0),(34062,64,420,0),(34063,64,421,0),(34064,64,422,0),(34065,64,423,0),(34066,64,424,0),(34067,64,425,0),(34068,64,426,0),(34069,64,427,0),(34070,64,428,0),(34071,64,429,0),(34072,64,430,0),(34073,64,431,0),(34074,64,432,0),(34075,64,433,0),(34076,64,434,0),(34077,64,435,0),(34078,64,436,0),(34079,64,437,0),(34080,64,438,0),(34081,64,439,0),(34082,64,440,0),(34083,64,441,0),(34084,64,442,0),(34085,64,443,0),(34086,64,444,0),(34087,64,445,0),(34088,64,446,0),(34089,64,447,0),(34090,64,448,0),(34091,64,449,0),(34092,64,450,0),(34093,64,451,0),(34094,64,452,0),(34095,64,453,0),(34096,64,454,0),(34097,64,455,0),(34098,64,456,0),(34099,64,457,0),(34100,64,458,0),(34101,64,459,0),(34102,64,460,0),(34103,64,461,0),(34104,64,462,0),(34105,64,463,0),(34106,64,464,0),(34107,64,465,0),(34108,64,466,0),(34109,64,467,0),(34110,64,468,0),(34111,64,469,0),(34112,64,470,0),(34113,64,471,0),(34114,64,472,0),(34115,64,473,0),(34116,64,474,0),(34117,64,475,0),(34118,64,476,0),(34119,64,477,0),(34120,64,478,0),(34121,64,479,0),(34122,64,480,0),(34123,64,481,0),(34124,64,482,0),(34125,64,483,0),(34126,64,484,0),(34127,64,485,0),(34128,64,486,0),(34129,64,487,0),(34130,64,488,0),(34131,64,489,0),(34132,64,490,0),(34133,64,491,0),(34134,64,492,0),(34135,64,493,0),(34136,64,494,0),(34137,64,495,0),(34138,64,496,0),(34139,64,497,0),(34140,64,498,0),(34141,64,499,0),(34142,64,500,0),(34143,64,501,0),(34144,64,502,0),(34145,64,503,0),(34146,64,504,0),(34147,64,505,0),(34148,64,506,0),(34149,64,507,0),(34150,64,508,0),(34151,64,509,0),(34152,64,510,0),(34153,64,511,0),(34154,64,512,0),(34155,64,513,0),(34156,64,514,0),(34157,64,515,0),(34158,64,516,0),(34159,64,517,0),(34160,64,518,0),(34161,64,519,0),(34162,64,520,0),(34163,64,521,0),(34164,64,522,0),(34165,64,523,0),(34166,64,524,0),(34167,64,525,0),(34168,64,526,0),(34169,64,527,0),(34170,64,528,0),(34171,64,529,0),(34172,64,530,0),(34173,64,531,0),(34174,64,532,0),(34175,64,533,0),(34176,64,534,0),(34177,65,1,0),(34178,65,2,0),(34179,65,3,0),(34180,65,4,0),(34181,65,5,0),(34182,65,6,0),(34183,65,7,0),(34184,65,8,0),(34185,65,9,0),(34186,65,10,0),(34187,65,11,0),(34188,65,12,0),(34189,65,13,0),(34190,65,14,0),(34191,65,15,0),(34192,65,16,0),(34193,65,17,0),(34194,65,18,0),(34195,65,19,0),(34196,65,20,0),(34197,65,21,0),(34198,65,22,0),(34199,65,23,0),(34200,65,24,0),(34201,65,25,0),(34202,65,26,0),(34203,65,27,0),(34204,65,28,0),(34205,65,29,0),(34206,65,30,0),(34207,65,31,0),(34208,65,32,0),(34209,65,33,0),(34210,65,34,0),(34211,65,35,0),(34212,65,36,0),(34213,65,37,0),(34214,65,38,0),(34215,65,39,0),(34216,65,40,0),(34217,65,41,0),(34218,65,42,0),(34219,65,43,0),(34220,65,44,0),(34221,65,45,0),(34222,65,46,0),(34223,65,47,0),(34224,65,48,0),(34225,65,49,0),(34226,65,50,0),(34227,65,51,0),(34228,65,52,0),(34229,65,53,0),(34230,65,54,0),(34231,65,55,0),(34232,65,56,0),(34233,65,57,0),(34234,65,58,0),(34235,65,59,0),(34236,65,60,0),(34237,65,61,0),(34238,65,62,0),(34239,65,63,0),(34240,65,64,0),(34241,65,65,0),(34242,65,66,0),(34243,65,67,0),(34244,65,68,0),(34245,65,69,0),(34246,65,70,0),(34247,65,71,0),(34248,65,72,0),(34249,65,73,0),(34250,65,74,0),(34251,65,75,0),(34252,65,76,0),(34253,65,77,0),(34254,65,78,0),(34255,65,79,0),(34256,65,80,0),(34257,65,81,0),(34258,65,82,0),(34259,65,83,0),(34260,65,84,0),(34261,65,85,0),(34262,65,86,0),(34263,65,87,0),(34264,65,88,0),(34265,65,89,0),(34266,65,90,0),(34267,65,91,0),(34268,65,92,0),(34269,65,93,0),(34270,65,94,0),(34271,65,95,0),(34272,65,96,0),(34273,65,97,0),(34274,65,98,0),(34275,65,99,0),(34276,65,100,0),(34277,65,101,0),(34278,65,102,0),(34279,65,103,0),(34280,65,104,0),(34281,65,105,0),(34282,65,106,0),(34283,65,107,0),(34284,65,108,0),(34285,65,109,0),(34286,65,110,0),(34287,65,111,0),(34288,65,112,0),(34289,65,113,0),(34290,65,114,0),(34291,65,115,0),(34292,65,116,0),(34293,65,117,0),(34294,65,118,0),(34295,65,119,0),(34296,65,120,0),(34297,65,121,0),(34298,65,122,0),(34299,65,123,0),(34300,65,124,0),(34301,65,125,0),(34302,65,126,0),(34303,65,127,0),(34304,65,128,0),(34305,65,129,0),(34306,65,130,0),(34307,65,131,0),(34308,65,132,0),(34309,65,133,0),(34310,65,134,0),(34311,65,135,0),(34312,65,136,0),(34313,65,137,0),(34314,65,138,0),(34315,65,139,0),(34316,65,140,0),(34317,65,141,0),(34318,65,142,0),(34319,65,143,0),(34320,65,144,0),(34321,65,145,0),(34322,65,146,0),(34323,65,147,0),(34324,65,148,0),(34325,65,149,0),(34326,65,150,0),(34327,65,151,0),(34328,65,152,0),(34329,65,153,0),(34330,65,154,0),(34331,65,155,0),(34332,65,156,0),(34333,65,157,0),(34334,65,158,0),(34335,65,159,0),(34336,65,160,0),(34337,65,161,0),(34338,65,162,0),(34339,65,163,0),(34340,65,164,0),(34341,65,165,0),(34342,65,166,0),(34343,65,167,0),(34344,65,168,0),(34345,65,169,0),(34346,65,170,0),(34347,65,171,0),(34348,65,172,0),(34349,65,173,0),(34350,65,174,0),(34351,65,175,0),(34352,65,176,0),(34353,65,177,0),(34354,65,178,0),(34355,65,179,0),(34356,65,180,0),(34357,65,181,0),(34358,65,182,0),(34359,65,183,0),(34360,65,184,0),(34361,65,185,0),(34362,65,186,0),(34363,65,187,0),(34364,65,188,0),(34365,65,189,0),(34366,65,190,0),(34367,65,191,0),(34368,65,192,0),(34369,65,193,0),(34370,65,194,0),(34371,65,195,0),(34372,65,196,0),(34373,65,197,0),(34374,65,198,0),(34375,65,199,0),(34376,65,200,0),(34377,65,201,0),(34378,65,202,0),(34379,65,203,0),(34380,65,204,0),(34381,65,205,0),(34382,65,206,0),(34383,65,207,0),(34384,65,208,0),(34385,65,209,0),(34386,65,210,0),(34387,65,211,0),(34388,65,212,0),(34389,65,213,0),(34390,65,214,0),(34391,65,215,0),(34392,65,216,0),(34393,65,217,0),(34394,65,218,0),(34395,65,219,0),(34396,65,220,0),(34397,65,221,0),(34398,65,222,0),(34399,65,223,0),(34400,65,224,0),(34401,65,225,0),(34402,65,226,0),(34403,65,227,0),(34404,65,228,0),(34405,65,229,0),(34406,65,230,0),(34407,65,231,0),(34408,65,232,0),(34409,65,233,0),(34410,65,234,0),(34411,65,235,0),(34412,65,236,0),(34413,65,237,0),(34414,65,238,0),(34415,65,239,0),(34416,65,240,0),(34417,65,241,0),(34418,65,242,0),(34419,65,243,0),(34420,65,244,0),(34421,65,245,0),(34422,65,246,0),(34423,65,247,0),(34424,65,248,0),(34425,65,249,0),(34426,65,250,0),(34427,65,251,0),(34428,65,252,0),(34429,65,253,0),(34430,65,254,0),(34431,65,255,0),(34432,65,256,0),(34433,65,257,0),(34434,65,258,0),(34435,65,259,0),(34436,65,260,0),(34437,65,261,0),(34438,65,262,0),(34439,65,263,0),(34440,65,264,0),(34441,65,265,0),(34442,65,266,0),(34443,65,267,0),(34444,65,268,0),(34445,65,269,0),(34446,65,270,0),(34447,65,271,0),(34448,65,272,0),(34449,65,273,0),(34450,65,274,0),(34451,65,275,0),(34452,65,276,0),(34453,65,277,0),(34454,65,278,0),(34455,65,279,0),(34456,65,280,0),(34457,65,281,0),(34458,65,282,0),(34459,65,283,0),(34460,65,284,0),(34461,65,285,0),(34462,65,286,0),(34463,65,287,0),(34464,65,288,0),(34465,65,289,0),(34466,65,290,0),(34467,65,291,0),(34468,65,292,0),(34469,65,293,0),(34470,65,294,0),(34471,65,295,0),(34472,65,296,0),(34473,65,297,0),(34474,65,298,0),(34475,65,299,0),(34476,65,300,0),(34477,65,301,0),(34478,65,302,0),(34479,65,303,0),(34480,65,304,0),(34481,65,305,0),(34482,65,306,0),(34483,65,307,0),(34484,65,308,0),(34485,65,309,0),(34486,65,310,0),(34487,65,311,0),(34488,65,312,0.333333333333333),(34489,65,313,0.266666666666667),(34490,65,314,0.233333333333333),(34491,65,315,0.0666666666666667),(34492,65,316,0.1),(34493,65,317,0),(34494,65,318,0),(34495,65,319,0),(34496,65,320,0),(34497,65,321,0),(34498,65,322,0),(34499,65,323,0),(34500,65,324,0),(34501,65,325,0),(34502,65,326,0),(34503,65,327,0),(34504,65,328,0),(34505,65,329,0),(34506,65,330,0),(34507,65,331,0),(34508,65,332,0),(34509,65,333,0),(34510,65,334,0),(34511,65,335,0),(34512,65,336,0),(34513,65,337,0),(34514,65,338,0),(34515,65,339,0),(34516,65,340,0),(34517,65,341,0),(34518,65,342,0),(34519,65,343,0),(34520,65,344,0),(34521,65,345,0),(34522,65,346,0),(34523,65,347,0),(34524,65,348,0),(34525,65,349,0),(34526,65,350,0),(34527,65,351,0),(34528,65,352,0),(34529,65,353,0),(34530,65,354,0),(34531,65,355,0),(34532,65,356,0),(34533,65,357,0),(34534,65,358,0),(34535,65,359,0),(34536,65,360,0),(34537,65,361,0),(34538,65,362,0),(34539,65,363,0),(34540,65,364,0),(34541,65,365,0),(34542,65,366,0),(34543,65,367,0),(34544,65,368,0),(34545,65,369,0),(34546,65,370,0),(34547,65,371,0),(34548,65,372,0),(34549,65,373,0),(34550,65,374,0),(34551,65,375,0),(34552,65,376,0),(34553,65,377,0),(34554,65,378,0),(34555,65,379,0),(34556,65,380,0),(34557,65,381,0),(34558,65,382,0),(34559,65,383,0),(34560,65,384,0),(34561,65,385,0),(34562,65,386,0),(34563,65,387,0),(34564,65,388,0),(34565,65,389,0),(34566,65,390,0),(34567,65,391,0),(34568,65,392,0),(34569,65,393,0),(34570,65,394,0),(34571,65,395,0),(34572,65,396,0),(34573,65,397,0),(34574,65,398,0),(34575,65,399,0),(34576,65,400,0),(34577,65,401,0),(34578,65,402,0),(34579,65,403,0),(34580,65,404,0),(34581,65,405,0),(34582,65,406,0),(34583,65,407,0),(34584,65,408,0),(34585,65,409,0),(34586,65,410,0),(34587,65,411,0),(34588,65,412,0),(34589,65,413,0),(34590,65,414,0),(34591,65,415,0),(34592,65,416,0),(34593,65,417,0),(34594,65,418,0),(34595,65,419,0),(34596,65,420,0),(34597,65,421,0),(34598,65,422,0),(34599,65,423,0),(34600,65,424,0),(34601,65,425,0),(34602,65,426,0),(34603,65,427,0),(34604,65,428,0),(34605,65,429,0),(34606,65,430,0),(34607,65,431,0),(34608,65,432,0),(34609,65,433,0),(34610,65,434,0),(34611,65,435,0),(34612,65,436,0),(34613,65,437,0),(34614,65,438,0),(34615,65,439,0),(34616,65,440,0),(34617,65,441,0),(34618,65,442,0),(34619,65,443,0),(34620,65,444,0),(34621,65,445,0),(34622,65,446,0),(34623,65,447,0),(34624,65,448,0),(34625,65,449,0),(34626,65,450,0),(34627,65,451,0),(34628,65,452,0),(34629,65,453,0),(34630,65,454,0),(34631,65,455,0),(34632,65,456,0),(34633,65,457,0),(34634,65,458,0),(34635,65,459,0),(34636,65,460,0),(34637,65,461,0),(34638,65,462,0),(34639,65,463,0),(34640,65,464,0),(34641,65,465,0),(34642,65,466,0),(34643,65,467,0),(34644,65,468,0),(34645,65,469,0),(34646,65,470,0),(34647,65,471,0),(34648,65,472,0),(34649,65,473,0),(34650,65,474,0),(34651,65,475,0),(34652,65,476,0),(34653,65,477,0),(34654,65,478,0),(34655,65,479,0),(34656,65,480,0),(34657,65,481,0),(34658,65,482,0),(34659,65,483,0),(34660,65,484,0),(34661,65,485,0),(34662,65,486,0),(34663,65,487,0),(34664,65,488,0),(34665,65,489,0),(34666,65,490,0),(34667,65,491,0),(34668,65,492,0),(34669,65,493,0),(34670,65,494,0),(34671,65,495,0),(34672,65,496,0),(34673,65,497,0),(34674,65,498,0),(34675,65,499,0),(34676,65,500,0),(34677,65,501,0),(34678,65,502,0),(34679,65,503,0),(34680,65,504,0),(34681,65,505,0),(34682,65,506,0),(34683,65,507,0),(34684,65,508,0),(34685,65,509,0),(34686,65,510,0),(34687,65,511,0),(34688,65,512,0),(34689,65,513,0),(34690,65,514,0),(34691,65,515,0),(34692,65,516,0),(34693,65,517,0),(34694,65,518,0),(34695,65,519,0),(34696,65,520,0),(34697,65,521,0),(34698,65,522,0),(34699,65,523,0),(34700,65,524,0),(34701,65,525,0),(34702,65,526,0),(34703,65,527,0),(34704,65,528,0),(34705,65,529,0),(34706,65,530,0),(34707,65,531,0),(34708,65,532,0),(34709,65,533,0),(34710,65,534,0),(34711,66,1,0),(34712,66,2,0),(34713,66,3,0),(34714,66,4,0),(34715,66,5,0),(34716,66,6,0),(34717,66,7,0),(34718,66,8,0),(34719,66,9,0),(34720,66,10,0),(34721,66,11,0),(34722,66,12,0),(34723,66,13,0),(34724,66,14,0),(34725,66,15,0),(34726,66,16,0),(34727,66,17,0),(34728,66,18,0),(34729,66,19,0),(34730,66,20,0),(34731,66,21,0),(34732,66,22,0),(34733,66,23,0),(34734,66,24,0),(34735,66,25,0),(34736,66,26,0),(34737,66,27,0),(34738,66,28,0),(34739,66,29,0),(34740,66,30,0),(34741,66,31,0),(34742,66,32,0),(34743,66,33,0),(34744,66,34,0),(34745,66,35,0),(34746,66,36,0),(34747,66,37,0),(34748,66,38,0),(34749,66,39,0),(34750,66,40,0),(34751,66,41,0),(34752,66,42,0),(34753,66,43,0),(34754,66,44,0),(34755,66,45,0),(34756,66,46,0),(34757,66,47,0),(34758,66,48,0),(34759,66,49,0),(34760,66,50,0),(34761,66,51,0),(34762,66,52,0),(34763,66,53,0),(34764,66,54,0),(34765,66,55,0),(34766,66,56,0),(34767,66,57,0),(34768,66,58,0),(34769,66,59,0),(34770,66,60,0),(34771,66,61,0),(34772,66,62,0),(34773,66,63,0),(34774,66,64,0),(34775,66,65,0),(34776,66,66,0),(34777,66,67,0),(34778,66,68,0),(34779,66,69,0),(34780,66,70,0),(34781,66,71,0),(34782,66,72,0),(34783,66,73,0),(34784,66,74,0),(34785,66,75,0),(34786,66,76,0),(34787,66,77,0),(34788,66,78,0),(34789,66,79,0),(34790,66,80,0),(34791,66,81,0),(34792,66,82,0),(34793,66,83,0),(34794,66,84,0),(34795,66,85,0),(34796,66,86,0),(34797,66,87,0),(34798,66,88,0),(34799,66,89,0),(34800,66,90,0),(34801,66,91,0),(34802,66,92,0),(34803,66,93,0),(34804,66,94,0),(34805,66,95,0),(34806,66,96,0),(34807,66,97,0),(34808,66,98,0),(34809,66,99,0),(34810,66,100,0),(34811,66,101,0),(34812,66,102,0),(34813,66,103,0),(34814,66,104,0),(34815,66,105,0),(34816,66,106,0),(34817,66,107,0),(34818,66,108,0),(34819,66,109,0),(34820,66,110,0),(34821,66,111,0),(34822,66,112,0),(34823,66,113,0),(34824,66,114,0),(34825,66,115,0),(34826,66,116,0),(34827,66,117,0),(34828,66,118,0),(34829,66,119,0),(34830,66,120,0),(34831,66,121,0),(34832,66,122,0),(34833,66,123,0),(34834,66,124,0),(34835,66,125,0),(34836,66,126,0),(34837,66,127,0),(34838,66,128,0),(34839,66,129,0),(34840,66,130,0),(34841,66,131,0),(34842,66,132,0),(34843,66,133,0),(34844,66,134,0),(34845,66,135,0),(34846,66,136,0),(34847,66,137,0),(34848,66,138,0),(34849,66,139,0),(34850,66,140,0),(34851,66,141,0),(34852,66,142,0),(34853,66,143,0),(34854,66,144,0),(34855,66,145,0),(34856,66,146,0),(34857,66,147,0),(34858,66,148,0),(34859,66,149,0),(34860,66,150,0),(34861,66,151,0),(34862,66,152,0),(34863,66,153,0),(34864,66,154,0),(34865,66,155,0),(34866,66,156,0),(34867,66,157,0),(34868,66,158,0),(34869,66,159,0),(34870,66,160,0),(34871,66,161,0),(34872,66,162,0),(34873,66,163,0),(34874,66,164,0),(34875,66,165,0),(34876,66,166,0),(34877,66,167,0),(34878,66,168,0),(34879,66,169,0),(34880,66,170,0),(34881,66,171,0),(34882,66,172,0),(34883,66,173,0),(34884,66,174,0),(34885,66,175,0),(34886,66,176,0),(34887,66,177,0),(34888,66,178,0),(34889,66,179,0),(34890,66,180,0),(34891,66,181,0),(34892,66,182,0),(34893,66,183,0),(34894,66,184,0),(34895,66,185,0),(34896,66,186,0),(34897,66,187,0),(34898,66,188,0),(34899,66,189,0),(34900,66,190,0),(34901,66,191,0),(34902,66,192,0),(34903,66,193,0),(34904,66,194,0),(34905,66,195,0),(34906,66,196,0),(34907,66,197,0),(34908,66,198,0),(34909,66,199,0),(34910,66,200,0),(34911,66,201,0),(34912,66,202,0),(34913,66,203,0),(34914,66,204,0),(34915,66,205,0),(34916,66,206,0),(34917,66,207,0),(34918,66,208,0),(34919,66,209,0),(34920,66,210,0),(34921,66,211,0),(34922,66,212,0),(34923,66,213,0),(34924,66,214,0),(34925,66,215,0),(34926,66,216,0),(34927,66,217,0),(34928,66,218,0),(34929,66,219,0),(34930,66,220,0),(34931,66,221,0),(34932,66,222,0),(34933,66,223,0),(34934,66,224,0),(34935,66,225,0),(34936,66,226,0),(34937,66,227,0),(34938,66,228,0),(34939,66,229,0),(34940,66,230,0),(34941,66,231,0),(34942,66,232,0),(34943,66,233,0),(34944,66,234,0),(34945,66,235,0),(34946,66,236,0),(34947,66,237,0),(34948,66,238,0),(34949,66,239,0),(34950,66,240,0),(34951,66,241,0),(34952,66,242,0),(34953,66,243,0),(34954,66,244,0),(34955,66,245,0),(34956,66,246,0),(34957,66,247,0),(34958,66,248,0),(34959,66,249,0),(34960,66,250,0),(34961,66,251,0),(34962,66,252,0),(34963,66,253,0),(34964,66,254,0),(34965,66,255,0),(34966,66,256,0),(34967,66,257,0),(34968,66,258,0),(34969,66,259,0),(34970,66,260,0),(34971,66,261,0),(34972,66,262,0),(34973,66,263,0),(34974,66,264,0),(34975,66,265,0),(34976,66,266,0),(34977,66,267,0),(34978,66,268,0),(34979,66,269,0),(34980,66,270,0),(34981,66,271,0),(34982,66,272,0),(34983,66,273,0),(34984,66,274,0),(34985,66,275,0),(34986,66,276,0),(34987,66,277,0),(34988,66,278,0),(34989,66,279,0),(34990,66,280,0),(34991,66,281,0),(34992,66,282,0),(34993,66,283,0),(34994,66,284,0),(34995,66,285,0),(34996,66,286,0),(34997,66,287,0),(34998,66,288,0),(34999,66,289,0),(35000,66,290,0),(35001,66,291,0),(35002,66,292,0),(35003,66,293,0),(35004,66,294,0),(35005,66,295,0),(35006,66,296,0),(35007,66,297,0),(35008,66,298,0),(35009,66,299,0),(35010,66,300,0),(35011,66,301,0),(35012,66,302,0),(35013,66,303,0),(35014,66,304,0),(35015,66,305,0),(35016,66,306,0),(35017,66,307,0),(35018,66,308,0),(35019,66,309,0),(35020,66,310,0),(35021,66,311,0),(35022,66,312,0),(35023,66,313,0),(35024,66,314,0),(35025,66,315,0),(35026,66,316,0),(35027,66,317,0.285714285714286),(35028,66,318,0.228571428571429),(35029,66,319,0.228571428571429),(35030,66,320,0.114285714285714),(35031,66,321,0.142857142857143),(35032,66,322,0),(35033,66,323,0),(35034,66,324,0),(35035,66,325,0),(35036,66,326,0),(35037,66,327,0),(35038,66,328,0),(35039,66,329,0),(35040,66,330,0),(35041,66,331,0),(35042,66,332,0),(35043,66,333,0),(35044,66,334,0),(35045,66,335,0),(35046,66,336,0),(35047,66,337,0),(35048,66,338,0),(35049,66,339,0),(35050,66,340,0),(35051,66,341,0),(35052,66,342,0),(35053,66,343,0),(35054,66,344,0),(35055,66,345,0),(35056,66,346,0),(35057,66,347,0),(35058,66,348,0),(35059,66,349,0),(35060,66,350,0),(35061,66,351,0),(35062,66,352,0),(35063,66,353,0),(35064,66,354,0),(35065,66,355,0),(35066,66,356,0),(35067,66,357,0),(35068,66,358,0),(35069,66,359,0),(35070,66,360,0),(35071,66,361,0),(35072,66,362,0),(35073,66,363,0),(35074,66,364,0),(35075,66,365,0),(35076,66,366,0),(35077,66,367,0),(35078,66,368,0),(35079,66,369,0),(35080,66,370,0),(35081,66,371,0),(35082,66,372,0),(35083,66,373,0),(35084,66,374,0),(35085,66,375,0),(35086,66,376,0),(35087,66,377,0),(35088,66,378,0),(35089,66,379,0),(35090,66,380,0),(35091,66,381,0),(35092,66,382,0),(35093,66,383,0),(35094,66,384,0),(35095,66,385,0),(35096,66,386,0),(35097,66,387,0),(35098,66,388,0),(35099,66,389,0),(35100,66,390,0),(35101,66,391,0),(35102,66,392,0),(35103,66,393,0),(35104,66,394,0),(35105,66,395,0),(35106,66,396,0),(35107,66,397,0),(35108,66,398,0),(35109,66,399,0),(35110,66,400,0),(35111,66,401,0),(35112,66,402,0),(35113,66,403,0),(35114,66,404,0),(35115,66,405,0),(35116,66,406,0),(35117,66,407,0),(35118,66,408,0),(35119,66,409,0),(35120,66,410,0),(35121,66,411,0),(35122,66,412,0),(35123,66,413,0),(35124,66,414,0),(35125,66,415,0),(35126,66,416,0),(35127,66,417,0),(35128,66,418,0),(35129,66,419,0),(35130,66,420,0),(35131,66,421,0),(35132,66,422,0),(35133,66,423,0),(35134,66,424,0),(35135,66,425,0),(35136,66,426,0),(35137,66,427,0),(35138,66,428,0),(35139,66,429,0),(35140,66,430,0),(35141,66,431,0),(35142,66,432,0),(35143,66,433,0),(35144,66,434,0),(35145,66,435,0),(35146,66,436,0),(35147,66,437,0),(35148,66,438,0),(35149,66,439,0),(35150,66,440,0),(35151,66,441,0),(35152,66,442,0),(35153,66,443,0),(35154,66,444,0),(35155,66,445,0),(35156,66,446,0),(35157,66,447,0),(35158,66,448,0),(35159,66,449,0),(35160,66,450,0),(35161,66,451,0),(35162,66,452,0),(35163,66,453,0),(35164,66,454,0),(35165,66,455,0),(35166,66,456,0),(35167,66,457,0),(35168,66,458,0),(35169,66,459,0),(35170,66,460,0),(35171,66,461,0),(35172,66,462,0),(35173,66,463,0),(35174,66,464,0),(35175,66,465,0),(35176,66,466,0),(35177,66,467,0),(35178,66,468,0),(35179,66,469,0),(35180,66,470,0),(35181,66,471,0),(35182,66,472,0),(35183,66,473,0),(35184,66,474,0),(35185,66,475,0),(35186,66,476,0),(35187,66,477,0),(35188,66,478,0),(35189,66,479,0),(35190,66,480,0),(35191,66,481,0),(35192,66,482,0),(35193,66,483,0),(35194,66,484,0),(35195,66,485,0),(35196,66,486,0),(35197,66,487,0),(35198,66,488,0),(35199,66,489,0),(35200,66,490,0),(35201,66,491,0),(35202,66,492,0),(35203,66,493,0),(35204,66,494,0),(35205,66,495,0),(35206,66,496,0),(35207,66,497,0),(35208,66,498,0),(35209,66,499,0),(35210,66,500,0),(35211,66,501,0),(35212,66,502,0),(35213,66,503,0),(35214,66,504,0),(35215,66,505,0),(35216,66,506,0),(35217,66,507,0),(35218,66,508,0),(35219,66,509,0),(35220,66,510,0),(35221,66,511,0),(35222,66,512,0),(35223,66,513,0),(35224,66,514,0),(35225,66,515,0),(35226,66,516,0),(35227,66,517,0),(35228,66,518,0),(35229,66,519,0),(35230,66,520,0),(35231,66,521,0),(35232,66,522,0),(35233,66,523,0),(35234,66,524,0),(35235,66,525,0),(35236,66,526,0),(35237,66,527,0),(35238,66,528,0),(35239,66,529,0),(35240,66,530,0),(35241,66,531,0),(35242,66,532,0),(35243,66,533,0),(35244,66,534,0),(35245,67,1,0),(35246,67,2,0),(35247,67,3,0),(35248,67,4,0),(35249,67,5,0),(35250,67,6,0),(35251,67,7,0),(35252,67,8,0),(35253,67,9,0),(35254,67,10,0),(35255,67,11,0),(35256,67,12,0),(35257,67,13,0),(35258,67,14,0),(35259,67,15,0),(35260,67,16,0),(35261,67,17,0),(35262,67,18,0),(35263,67,19,0),(35264,67,20,0),(35265,67,21,0),(35266,67,22,0),(35267,67,23,0),(35268,67,24,0),(35269,67,25,0),(35270,67,26,0),(35271,67,27,0),(35272,67,28,0),(35273,67,29,0),(35274,67,30,0),(35275,67,31,0),(35276,67,32,0),(35277,67,33,0),(35278,67,34,0),(35279,67,35,0),(35280,67,36,0),(35281,67,37,0),(35282,67,38,0),(35283,67,39,0),(35284,67,40,0),(35285,67,41,0),(35286,67,42,0),(35287,67,43,0),(35288,67,44,0),(35289,67,45,0),(35290,67,46,0),(35291,67,47,0),(35292,67,48,0),(35293,67,49,0),(35294,67,50,0),(35295,67,51,0),(35296,67,52,0),(35297,67,53,0),(35298,67,54,0),(35299,67,55,0),(35300,67,56,0),(35301,67,57,0),(35302,67,58,0),(35303,67,59,0),(35304,67,60,0),(35305,67,61,0),(35306,67,62,0),(35307,67,63,0),(35308,67,64,0),(35309,67,65,0),(35310,67,66,0),(35311,67,67,0),(35312,67,68,0),(35313,67,69,0),(35314,67,70,0),(35315,67,71,0),(35316,67,72,0),(35317,67,73,0),(35318,67,74,0),(35319,67,75,0),(35320,67,76,0),(35321,67,77,0),(35322,67,78,0),(35323,67,79,0),(35324,67,80,0),(35325,67,81,0),(35326,67,82,0),(35327,67,83,0),(35328,67,84,0),(35329,67,85,0),(35330,67,86,0),(35331,67,87,0),(35332,67,88,0),(35333,67,89,0),(35334,67,90,0),(35335,67,91,0),(35336,67,92,0),(35337,67,93,0),(35338,67,94,0),(35339,67,95,0),(35340,67,96,0),(35341,67,97,0),(35342,67,98,0),(35343,67,99,0),(35344,67,100,0),(35345,67,101,0),(35346,67,102,0),(35347,67,103,0),(35348,67,104,0),(35349,67,105,0),(35350,67,106,0),(35351,67,107,0),(35352,67,108,0),(35353,67,109,0),(35354,67,110,0),(35355,67,111,0),(35356,67,112,0),(35357,67,113,0),(35358,67,114,0),(35359,67,115,0),(35360,67,116,0),(35361,67,117,0),(35362,67,118,0),(35363,67,119,0),(35364,67,120,0),(35365,67,121,0),(35366,67,122,0),(35367,67,123,0),(35368,67,124,0),(35369,67,125,0),(35370,67,126,0),(35371,67,127,0),(35372,67,128,0),(35373,67,129,0),(35374,67,130,0),(35375,67,131,0),(35376,67,132,0),(35377,67,133,0),(35378,67,134,0),(35379,67,135,0),(35380,67,136,0),(35381,67,137,0),(35382,67,138,0),(35383,67,139,0),(35384,67,140,0),(35385,67,141,0),(35386,67,142,0),(35387,67,143,0),(35388,67,144,0),(35389,67,145,0),(35390,67,146,0),(35391,67,147,0),(35392,67,148,0),(35393,67,149,0),(35394,67,150,0),(35395,67,151,0),(35396,67,152,0),(35397,67,153,0),(35398,67,154,0),(35399,67,155,0),(35400,67,156,0),(35401,67,157,0),(35402,67,158,0),(35403,67,159,0),(35404,67,160,0),(35405,67,161,0),(35406,67,162,0),(35407,67,163,0),(35408,67,164,0),(35409,67,165,0),(35410,67,166,0),(35411,67,167,0),(35412,67,168,0),(35413,67,169,0),(35414,67,170,0),(35415,67,171,0),(35416,67,172,0),(35417,67,173,0),(35418,67,174,0),(35419,67,175,0),(35420,67,176,0),(35421,67,177,0),(35422,67,178,0),(35423,67,179,0),(35424,67,180,0),(35425,67,181,0),(35426,67,182,0),(35427,67,183,0),(35428,67,184,0),(35429,67,185,0),(35430,67,186,0),(35431,67,187,0),(35432,67,188,0),(35433,67,189,0),(35434,67,190,0),(35435,67,191,0),(35436,67,192,0),(35437,67,193,0),(35438,67,194,0),(35439,67,195,0),(35440,67,196,0),(35441,67,197,0),(35442,67,198,0),(35443,67,199,0),(35444,67,200,0),(35445,67,201,0),(35446,67,202,0),(35447,67,203,0),(35448,67,204,0),(35449,67,205,0),(35450,67,206,0),(35451,67,207,0),(35452,67,208,0),(35453,67,209,0),(35454,67,210,0),(35455,67,211,0),(35456,67,212,0),(35457,67,213,0),(35458,67,214,0),(35459,67,215,0),(35460,67,216,0),(35461,67,217,0),(35462,67,218,0),(35463,67,219,0),(35464,67,220,0),(35465,67,221,0),(35466,67,222,0),(35467,67,223,0),(35468,67,224,0),(35469,67,225,0),(35470,67,226,0),(35471,67,227,0),(35472,67,228,0),(35473,67,229,0),(35474,67,230,0),(35475,67,231,0),(35476,67,232,0),(35477,67,233,0),(35478,67,234,0),(35479,67,235,0),(35480,67,236,0),(35481,67,237,0),(35482,67,238,0),(35483,67,239,0),(35484,67,240,0),(35485,67,241,0),(35486,67,242,0),(35487,67,243,0),(35488,67,244,0),(35489,67,245,0),(35490,67,246,0),(35491,67,247,0),(35492,67,248,0),(35493,67,249,0),(35494,67,250,0),(35495,67,251,0),(35496,67,252,0),(35497,67,253,0),(35498,67,254,0),(35499,67,255,0),(35500,67,256,0),(35501,67,257,0),(35502,67,258,0),(35503,67,259,0),(35504,67,260,0),(35505,67,261,0),(35506,67,262,0),(35507,67,263,0),(35508,67,264,0),(35509,67,265,0),(35510,67,266,0),(35511,67,267,0),(35512,67,268,0),(35513,67,269,0),(35514,67,270,0),(35515,67,271,0),(35516,67,272,0),(35517,67,273,0),(35518,67,274,0),(35519,67,275,0),(35520,67,276,0),(35521,67,277,0),(35522,67,278,0),(35523,67,279,0),(35524,67,280,0),(35525,67,281,0),(35526,67,282,0),(35527,67,283,0),(35528,67,284,0),(35529,67,285,0),(35530,67,286,0),(35531,67,287,0),(35532,67,288,0),(35533,67,289,0),(35534,67,290,0),(35535,67,291,0),(35536,67,292,0),(35537,67,293,0),(35538,67,294,0),(35539,67,295,0),(35540,67,296,0),(35541,67,297,0),(35542,67,298,0),(35543,67,299,0),(35544,67,300,0),(35545,67,301,0),(35546,67,302,0),(35547,67,303,0),(35548,67,304,0),(35549,67,305,0),(35550,67,306,0),(35551,67,307,0),(35552,67,308,0),(35553,67,309,0),(35554,67,310,0),(35555,67,311,0),(35556,67,312,0),(35557,67,313,0),(35558,67,314,0),(35559,67,315,0),(35560,67,316,0),(35561,67,317,0),(35562,67,318,0),(35563,67,319,0),(35564,67,320,0),(35565,67,321,0),(35566,67,322,0.769230769230769),(35567,67,323,0.230769230769231),(35568,67,324,0),(35569,67,325,0),(35570,67,326,0),(35571,67,327,0),(35572,67,328,0),(35573,67,329,0),(35574,67,330,0),(35575,67,331,0),(35576,67,332,0),(35577,67,333,0),(35578,67,334,0),(35579,67,335,0),(35580,67,336,0),(35581,67,337,0),(35582,67,338,0),(35583,67,339,0),(35584,67,340,0),(35585,67,341,0),(35586,67,342,0),(35587,67,343,0),(35588,67,344,0),(35589,67,345,0),(35590,67,346,0),(35591,67,347,0),(35592,67,348,0),(35593,67,349,0),(35594,67,350,0),(35595,67,351,0),(35596,67,352,0),(35597,67,353,0),(35598,67,354,0),(35599,67,355,0),(35600,67,356,0),(35601,67,357,0),(35602,67,358,0),(35603,67,359,0),(35604,67,360,0),(35605,67,361,0),(35606,67,362,0),(35607,67,363,0),(35608,67,364,0),(35609,67,365,0),(35610,67,366,0),(35611,67,367,0),(35612,67,368,0),(35613,67,369,0),(35614,67,370,0),(35615,67,371,0),(35616,67,372,0),(35617,67,373,0),(35618,67,374,0),(35619,67,375,0),(35620,67,376,0),(35621,67,377,0),(35622,67,378,0),(35623,67,379,0),(35624,67,380,0),(35625,67,381,0),(35626,67,382,0),(35627,67,383,0),(35628,67,384,0),(35629,67,385,0),(35630,67,386,0),(35631,67,387,0),(35632,67,388,0),(35633,67,389,0),(35634,67,390,0),(35635,67,391,0),(35636,67,392,0),(35637,67,393,0),(35638,67,394,0),(35639,67,395,0),(35640,67,396,0),(35641,67,397,0),(35642,67,398,0),(35643,67,399,0),(35644,67,400,0),(35645,67,401,0),(35646,67,402,0),(35647,67,403,0),(35648,67,404,0),(35649,67,405,0),(35650,67,406,0),(35651,67,407,0),(35652,67,408,0),(35653,67,409,0),(35654,67,410,0),(35655,67,411,0),(35656,67,412,0),(35657,67,413,0),(35658,67,414,0),(35659,67,415,0),(35660,67,416,0),(35661,67,417,0),(35662,67,418,0),(35663,67,419,0),(35664,67,420,0),(35665,67,421,0),(35666,67,422,0),(35667,67,423,0),(35668,67,424,0),(35669,67,425,0),(35670,67,426,0),(35671,67,427,0),(35672,67,428,0),(35673,67,429,0),(35674,67,430,0),(35675,67,431,0),(35676,67,432,0),(35677,67,433,0),(35678,67,434,0),(35679,67,435,0),(35680,67,436,0),(35681,67,437,0),(35682,67,438,0),(35683,67,439,0),(35684,67,440,0),(35685,67,441,0),(35686,67,442,0),(35687,67,443,0),(35688,67,444,0),(35689,67,445,0),(35690,67,446,0),(35691,67,447,0),(35692,67,448,0),(35693,67,449,0),(35694,67,450,0),(35695,67,451,0),(35696,67,452,0),(35697,67,453,0),(35698,67,454,0),(35699,67,455,0),(35700,67,456,0),(35701,67,457,0),(35702,67,458,0),(35703,67,459,0),(35704,67,460,0),(35705,67,461,0),(35706,67,462,0),(35707,67,463,0),(35708,67,464,0),(35709,67,465,0),(35710,67,466,0),(35711,67,467,0),(35712,67,468,0),(35713,67,469,0),(35714,67,470,0),(35715,67,471,0),(35716,67,472,0),(35717,67,473,0),(35718,67,474,0),(35719,67,475,0),(35720,67,476,0),(35721,67,477,0),(35722,67,478,0),(35723,67,479,0),(35724,67,480,0),(35725,67,481,0),(35726,67,482,0),(35727,67,483,0),(35728,67,484,0),(35729,67,485,0),(35730,67,486,0),(35731,67,487,0),(35732,67,488,0),(35733,67,489,0),(35734,67,490,0),(35735,67,491,0),(35736,67,492,0),(35737,67,493,0),(35738,67,494,0),(35739,67,495,0),(35740,67,496,0),(35741,67,497,0),(35742,67,498,0),(35743,67,499,0),(35744,67,500,0),(35745,67,501,0),(35746,67,502,0),(35747,67,503,0),(35748,67,504,0),(35749,67,505,0),(35750,67,506,0),(35751,67,507,0),(35752,67,508,0),(35753,67,509,0),(35754,67,510,0),(35755,67,511,0),(35756,67,512,0),(35757,67,513,0),(35758,67,514,0),(35759,67,515,0),(35760,67,516,0),(35761,67,517,0),(35762,67,518,0),(35763,67,519,0),(35764,67,520,0),(35765,67,521,0),(35766,67,522,0),(35767,67,523,0),(35768,67,524,0),(35769,67,525,0),(35770,67,526,0),(35771,67,527,0),(35772,67,528,0),(35773,67,529,0),(35774,67,530,0),(35775,67,531,0),(35776,67,532,0),(35777,67,533,0),(35778,67,534,0),(35779,68,1,0),(35780,68,2,0),(35781,68,3,0),(35782,68,4,0),(35783,68,5,0),(35784,68,6,0),(35785,68,7,0),(35786,68,8,0),(35787,68,9,0),(35788,68,10,0),(35789,68,11,0),(35790,68,12,0),(35791,68,13,0),(35792,68,14,0),(35793,68,15,0),(35794,68,16,0),(35795,68,17,0),(35796,68,18,0),(35797,68,19,0),(35798,68,20,0),(35799,68,21,0),(35800,68,22,0),(35801,68,23,0),(35802,68,24,0),(35803,68,25,0),(35804,68,26,0),(35805,68,27,0),(35806,68,28,0),(35807,68,29,0),(35808,68,30,0),(35809,68,31,0),(35810,68,32,0),(35811,68,33,0),(35812,68,34,0),(35813,68,35,0),(35814,68,36,0),(35815,68,37,0),(35816,68,38,0),(35817,68,39,0),(35818,68,40,0),(35819,68,41,0),(35820,68,42,0),(35821,68,43,0),(35822,68,44,0),(35823,68,45,0),(35824,68,46,0),(35825,68,47,0),(35826,68,48,0),(35827,68,49,0),(35828,68,50,0),(35829,68,51,0),(35830,68,52,0),(35831,68,53,0),(35832,68,54,0),(35833,68,55,0),(35834,68,56,0),(35835,68,57,0),(35836,68,58,0),(35837,68,59,0),(35838,68,60,0),(35839,68,61,0),(35840,68,62,0),(35841,68,63,0),(35842,68,64,0),(35843,68,65,0),(35844,68,66,0),(35845,68,67,0),(35846,68,68,0),(35847,68,69,0),(35848,68,70,0),(35849,68,71,0),(35850,68,72,0),(35851,68,73,0),(35852,68,74,0),(35853,68,75,0),(35854,68,76,0),(35855,68,77,0),(35856,68,78,0),(35857,68,79,0),(35858,68,80,0),(35859,68,81,0),(35860,68,82,0),(35861,68,83,0),(35862,68,84,0),(35863,68,85,0),(35864,68,86,0),(35865,68,87,0),(35866,68,88,0),(35867,68,89,0),(35868,68,90,0),(35869,68,91,0),(35870,68,92,0),(35871,68,93,0),(35872,68,94,0),(35873,68,95,0),(35874,68,96,0),(35875,68,97,0),(35876,68,98,0),(35877,68,99,0),(35878,68,100,0),(35879,68,101,0),(35880,68,102,0),(35881,68,103,0),(35882,68,104,0),(35883,68,105,0),(35884,68,106,0),(35885,68,107,0),(35886,68,108,0),(35887,68,109,0),(35888,68,110,0),(35889,68,111,0),(35890,68,112,0),(35891,68,113,0),(35892,68,114,0),(35893,68,115,0),(35894,68,116,0),(35895,68,117,0),(35896,68,118,0),(35897,68,119,0),(35898,68,120,0),(35899,68,121,0),(35900,68,122,0),(35901,68,123,0),(35902,68,124,0),(35903,68,125,0),(35904,68,126,0),(35905,68,127,0),(35906,68,128,0),(35907,68,129,0),(35908,68,130,0),(35909,68,131,0),(35910,68,132,0),(35911,68,133,0),(35912,68,134,0),(35913,68,135,0),(35914,68,136,0),(35915,68,137,0),(35916,68,138,0),(35917,68,139,0),(35918,68,140,0),(35919,68,141,0),(35920,68,142,0),(35921,68,143,0),(35922,68,144,0),(35923,68,145,0),(35924,68,146,0),(35925,68,147,0),(35926,68,148,0),(35927,68,149,0),(35928,68,150,0),(35929,68,151,0),(35930,68,152,0),(35931,68,153,0),(35932,68,154,0),(35933,68,155,0),(35934,68,156,0),(35935,68,157,0),(35936,68,158,0),(35937,68,159,0),(35938,68,160,0),(35939,68,161,0),(35940,68,162,0),(35941,68,163,0),(35942,68,164,0),(35943,68,165,0),(35944,68,166,0),(35945,68,167,0),(35946,68,168,0),(35947,68,169,0),(35948,68,170,0),(35949,68,171,0),(35950,68,172,0),(35951,68,173,0),(35952,68,174,0),(35953,68,175,0),(35954,68,176,0),(35955,68,177,0),(35956,68,178,0),(35957,68,179,0),(35958,68,180,0),(35959,68,181,0),(35960,68,182,0),(35961,68,183,0),(35962,68,184,0),(35963,68,185,0),(35964,68,186,0),(35965,68,187,0),(35966,68,188,0),(35967,68,189,0),(35968,68,190,0),(35969,68,191,0),(35970,68,192,0),(35971,68,193,0),(35972,68,194,0),(35973,68,195,0),(35974,68,196,0),(35975,68,197,0),(35976,68,198,0),(35977,68,199,0),(35978,68,200,0),(35979,68,201,0),(35980,68,202,0),(35981,68,203,0),(35982,68,204,0),(35983,68,205,0),(35984,68,206,0),(35985,68,207,0),(35986,68,208,0),(35987,68,209,0),(35988,68,210,0),(35989,68,211,0),(35990,68,212,0),(35991,68,213,0),(35992,68,214,0),(35993,68,215,0),(35994,68,216,0),(35995,68,217,0),(35996,68,218,0),(35997,68,219,0),(35998,68,220,0),(35999,68,221,0),(36000,68,222,0),(36001,68,223,0),(36002,68,224,0),(36003,68,225,0),(36004,68,226,0),(36005,68,227,0),(36006,68,228,0),(36007,68,229,0),(36008,68,230,0),(36009,68,231,0),(36010,68,232,0),(36011,68,233,0),(36012,68,234,0),(36013,68,235,0),(36014,68,236,0),(36015,68,237,0),(36016,68,238,0),(36017,68,239,0),(36018,68,240,0),(36019,68,241,0),(36020,68,242,0),(36021,68,243,0),(36022,68,244,0),(36023,68,245,0),(36024,68,246,0),(36025,68,247,0),(36026,68,248,0),(36027,68,249,0),(36028,68,250,0),(36029,68,251,0),(36030,68,252,0),(36031,68,253,0),(36032,68,254,0),(36033,68,255,0),(36034,68,256,0),(36035,68,257,0),(36036,68,258,0),(36037,68,259,0),(36038,68,260,0),(36039,68,261,0),(36040,68,262,0),(36041,68,263,0),(36042,68,264,0),(36043,68,265,0),(36044,68,266,0),(36045,68,267,0),(36046,68,268,0),(36047,68,269,0),(36048,68,270,0),(36049,68,271,0),(36050,68,272,0),(36051,68,273,0),(36052,68,274,0),(36053,68,275,0),(36054,68,276,0),(36055,68,277,0),(36056,68,278,0),(36057,68,279,0),(36058,68,280,0),(36059,68,281,0),(36060,68,282,0),(36061,68,283,0),(36062,68,284,0),(36063,68,285,0),(36064,68,286,0),(36065,68,287,0),(36066,68,288,0),(36067,68,289,0),(36068,68,290,0),(36069,68,291,0),(36070,68,292,0),(36071,68,293,0),(36072,68,294,0),(36073,68,295,0),(36074,68,296,0),(36075,68,297,0),(36076,68,298,0),(36077,68,299,0),(36078,68,300,0),(36079,68,301,0),(36080,68,302,0),(36081,68,303,0),(36082,68,304,0),(36083,68,305,0),(36084,68,306,0),(36085,68,307,0),(36086,68,308,0),(36087,68,309,0),(36088,68,310,0),(36089,68,311,0),(36090,68,312,0),(36091,68,313,0),(36092,68,314,0),(36093,68,315,0),(36094,68,316,0),(36095,68,317,0),(36096,68,318,0),(36097,68,319,0),(36098,68,320,0),(36099,68,321,0),(36100,68,322,0),(36101,68,323,0),(36102,68,324,0.344827586206897),(36103,68,325,0.275862068965517),(36104,68,326,0.206896551724138),(36105,68,327,0.172413793103448),(36106,68,328,0),(36107,68,329,0),(36108,68,330,0),(36109,68,331,0),(36110,68,332,0),(36111,68,333,0),(36112,68,334,0),(36113,68,335,0),(36114,68,336,0),(36115,68,337,0),(36116,68,338,0),(36117,68,339,0),(36118,68,340,0),(36119,68,341,0),(36120,68,342,0),(36121,68,343,0),(36122,68,344,0),(36123,68,345,0),(36124,68,346,0),(36125,68,347,0),(36126,68,348,0),(36127,68,349,0),(36128,68,350,0),(36129,68,351,0),(36130,68,352,0),(36131,68,353,0),(36132,68,354,0),(36133,68,355,0),(36134,68,356,0),(36135,68,357,0),(36136,68,358,0),(36137,68,359,0),(36138,68,360,0),(36139,68,361,0),(36140,68,362,0),(36141,68,363,0),(36142,68,364,0),(36143,68,365,0),(36144,68,366,0),(36145,68,367,0),(36146,68,368,0),(36147,68,369,0),(36148,68,370,0),(36149,68,371,0),(36150,68,372,0),(36151,68,373,0),(36152,68,374,0),(36153,68,375,0),(36154,68,376,0),(36155,68,377,0),(36156,68,378,0),(36157,68,379,0),(36158,68,380,0),(36159,68,381,0),(36160,68,382,0),(36161,68,383,0),(36162,68,384,0),(36163,68,385,0),(36164,68,386,0),(36165,68,387,0),(36166,68,388,0),(36167,68,389,0),(36168,68,390,0),(36169,68,391,0),(36170,68,392,0),(36171,68,393,0),(36172,68,394,0),(36173,68,395,0),(36174,68,396,0),(36175,68,397,0),(36176,68,398,0),(36177,68,399,0),(36178,68,400,0),(36179,68,401,0),(36180,68,402,0),(36181,68,403,0),(36182,68,404,0),(36183,68,405,0),(36184,68,406,0),(36185,68,407,0),(36186,68,408,0),(36187,68,409,0),(36188,68,410,0),(36189,68,411,0),(36190,68,412,0),(36191,68,413,0),(36192,68,414,0),(36193,68,415,0),(36194,68,416,0),(36195,68,417,0),(36196,68,418,0),(36197,68,419,0),(36198,68,420,0),(36199,68,421,0),(36200,68,422,0),(36201,68,423,0),(36202,68,424,0),(36203,68,425,0),(36204,68,426,0),(36205,68,427,0),(36206,68,428,0),(36207,68,429,0),(36208,68,430,0),(36209,68,431,0),(36210,68,432,0),(36211,68,433,0),(36212,68,434,0),(36213,68,435,0),(36214,68,436,0),(36215,68,437,0),(36216,68,438,0),(36217,68,439,0),(36218,68,440,0),(36219,68,441,0),(36220,68,442,0),(36221,68,443,0),(36222,68,444,0),(36223,68,445,0),(36224,68,446,0),(36225,68,447,0),(36226,68,448,0),(36227,68,449,0),(36228,68,450,0),(36229,68,451,0),(36230,68,452,0),(36231,68,453,0),(36232,68,454,0),(36233,68,455,0),(36234,68,456,0),(36235,68,457,0),(36236,68,458,0),(36237,68,459,0),(36238,68,460,0),(36239,68,461,0),(36240,68,462,0),(36241,68,463,0),(36242,68,464,0),(36243,68,465,0),(36244,68,466,0),(36245,68,467,0),(36246,68,468,0),(36247,68,469,0),(36248,68,470,0),(36249,68,471,0),(36250,68,472,0),(36251,68,473,0),(36252,68,474,0),(36253,68,475,0),(36254,68,476,0),(36255,68,477,0),(36256,68,478,0),(36257,68,479,0),(36258,68,480,0),(36259,68,481,0),(36260,68,482,0),(36261,68,483,0),(36262,68,484,0),(36263,68,485,0),(36264,68,486,0),(36265,68,487,0),(36266,68,488,0),(36267,68,489,0),(36268,68,490,0),(36269,68,491,0),(36270,68,492,0),(36271,68,493,0),(36272,68,494,0),(36273,68,495,0),(36274,68,496,0),(36275,68,497,0),(36276,68,498,0),(36277,68,499,0),(36278,68,500,0),(36279,68,501,0),(36280,68,502,0),(36281,68,503,0),(36282,68,504,0),(36283,68,505,0),(36284,68,506,0),(36285,68,507,0),(36286,68,508,0),(36287,68,509,0),(36288,68,510,0),(36289,68,511,0),(36290,68,512,0),(36291,68,513,0),(36292,68,514,0),(36293,68,515,0),(36294,68,516,0),(36295,68,517,0),(36296,68,518,0),(36297,68,519,0),(36298,68,520,0),(36299,68,521,0),(36300,68,522,0),(36301,68,523,0),(36302,68,524,0),(36303,68,525,0),(36304,68,526,0),(36305,68,527,0),(36306,68,528,0),(36307,68,529,0),(36308,68,530,0),(36309,68,531,0),(36310,68,532,0),(36311,68,533,0),(36312,68,534,0),(36313,69,1,0),(36314,69,2,0),(36315,69,3,0),(36316,69,4,0),(36317,69,5,0),(36318,69,6,0),(36319,69,7,0),(36320,69,8,0),(36321,69,9,0),(36322,69,10,0),(36323,69,11,0),(36324,69,12,0),(36325,69,13,0),(36326,69,14,0),(36327,69,15,0),(36328,69,16,0),(36329,69,17,0),(36330,69,18,0),(36331,69,19,0),(36332,69,20,0),(36333,69,21,0),(36334,69,22,0),(36335,69,23,0),(36336,69,24,0),(36337,69,25,0),(36338,69,26,0),(36339,69,27,0),(36340,69,28,0),(36341,69,29,0),(36342,69,30,0),(36343,69,31,0),(36344,69,32,0),(36345,69,33,0),(36346,69,34,0),(36347,69,35,0),(36348,69,36,0),(36349,69,37,0),(36350,69,38,0),(36351,69,39,0),(36352,69,40,0),(36353,69,41,0),(36354,69,42,0),(36355,69,43,0),(36356,69,44,0),(36357,69,45,0),(36358,69,46,0),(36359,69,47,0),(36360,69,48,0),(36361,69,49,0),(36362,69,50,0),(36363,69,51,0),(36364,69,52,0),(36365,69,53,0),(36366,69,54,0),(36367,69,55,0),(36368,69,56,0),(36369,69,57,0),(36370,69,58,0),(36371,69,59,0),(36372,69,60,0),(36373,69,61,0),(36374,69,62,0),(36375,69,63,0),(36376,69,64,0),(36377,69,65,0),(36378,69,66,0),(36379,69,67,0),(36380,69,68,0),(36381,69,69,0),(36382,69,70,0),(36383,69,71,0),(36384,69,72,0),(36385,69,73,0),(36386,69,74,0),(36387,69,75,0),(36388,69,76,0),(36389,69,77,0),(36390,69,78,0),(36391,69,79,0),(36392,69,80,0),(36393,69,81,0),(36394,69,82,0),(36395,69,83,0),(36396,69,84,0),(36397,69,85,0),(36398,69,86,0),(36399,69,87,0),(36400,69,88,0),(36401,69,89,0),(36402,69,90,0),(36403,69,91,0),(36404,69,92,0),(36405,69,93,0),(36406,69,94,0),(36407,69,95,0),(36408,69,96,0),(36409,69,97,0),(36410,69,98,0),(36411,69,99,0),(36412,69,100,0),(36413,69,101,0),(36414,69,102,0),(36415,69,103,0),(36416,69,104,0),(36417,69,105,0),(36418,69,106,0),(36419,69,107,0),(36420,69,108,0),(36421,69,109,0),(36422,69,110,0),(36423,69,111,0),(36424,69,112,0),(36425,69,113,0),(36426,69,114,0),(36427,69,115,0),(36428,69,116,0),(36429,69,117,0),(36430,69,118,0),(36431,69,119,0),(36432,69,120,0),(36433,69,121,0),(36434,69,122,0),(36435,69,123,0),(36436,69,124,0),(36437,69,125,0),(36438,69,126,0),(36439,69,127,0),(36440,69,128,0),(36441,69,129,0),(36442,69,130,0),(36443,69,131,0),(36444,69,132,0),(36445,69,133,0),(36446,69,134,0),(36447,69,135,0),(36448,69,136,0),(36449,69,137,0),(36450,69,138,0),(36451,69,139,0),(36452,69,140,0),(36453,69,141,0),(36454,69,142,0),(36455,69,143,0),(36456,69,144,0),(36457,69,145,0),(36458,69,146,0),(36459,69,147,0),(36460,69,148,0),(36461,69,149,0),(36462,69,150,0),(36463,69,151,0),(36464,69,152,0),(36465,69,153,0),(36466,69,154,0),(36467,69,155,0),(36468,69,156,0),(36469,69,157,0),(36470,69,158,0),(36471,69,159,0),(36472,69,160,0),(36473,69,161,0),(36474,69,162,0),(36475,69,163,0),(36476,69,164,0),(36477,69,165,0),(36478,69,166,0),(36479,69,167,0),(36480,69,168,0),(36481,69,169,0),(36482,69,170,0),(36483,69,171,0),(36484,69,172,0),(36485,69,173,0),(36486,69,174,0),(36487,69,175,0),(36488,69,176,0),(36489,69,177,0),(36490,69,178,0),(36491,69,179,0),(36492,69,180,0),(36493,69,181,0),(36494,69,182,0),(36495,69,183,0),(36496,69,184,0),(36497,69,185,0),(36498,69,186,0),(36499,69,187,0),(36500,69,188,0),(36501,69,189,0),(36502,69,190,0),(36503,69,191,0),(36504,69,192,0),(36505,69,193,0),(36506,69,194,0),(36507,69,195,0),(36508,69,196,0),(36509,69,197,0),(36510,69,198,0),(36511,69,199,0),(36512,69,200,0),(36513,69,201,0),(36514,69,202,0),(36515,69,203,0),(36516,69,204,0),(36517,69,205,0),(36518,69,206,0),(36519,69,207,0),(36520,69,208,0),(36521,69,209,0),(36522,69,210,0),(36523,69,211,0),(36524,69,212,0),(36525,69,213,0),(36526,69,214,0),(36527,69,215,0),(36528,69,216,0),(36529,69,217,0),(36530,69,218,0),(36531,69,219,0),(36532,69,220,0),(36533,69,221,0),(36534,69,222,0),(36535,69,223,0),(36536,69,224,0),(36537,69,225,0),(36538,69,226,0),(36539,69,227,0),(36540,69,228,0),(36541,69,229,0),(36542,69,230,0),(36543,69,231,0),(36544,69,232,0),(36545,69,233,0),(36546,69,234,0),(36547,69,235,0),(36548,69,236,0),(36549,69,237,0),(36550,69,238,0),(36551,69,239,0),(36552,69,240,0),(36553,69,241,0),(36554,69,242,0),(36555,69,243,0),(36556,69,244,0),(36557,69,245,0),(36558,69,246,0),(36559,69,247,0),(36560,69,248,0),(36561,69,249,0),(36562,69,250,0),(36563,69,251,0),(36564,69,252,0),(36565,69,253,0),(36566,69,254,0),(36567,69,255,0),(36568,69,256,0),(36569,69,257,0),(36570,69,258,0),(36571,69,259,0),(36572,69,260,0),(36573,69,261,0),(36574,69,262,0),(36575,69,263,0),(36576,69,264,0),(36577,69,265,0),(36578,69,266,0),(36579,69,267,0),(36580,69,268,0),(36581,69,269,0),(36582,69,270,0),(36583,69,271,0),(36584,69,272,0),(36585,69,273,0),(36586,69,274,0),(36587,69,275,0),(36588,69,276,0),(36589,69,277,0),(36590,69,278,0),(36591,69,279,0),(36592,69,280,0),(36593,69,281,0),(36594,69,282,0),(36595,69,283,0),(36596,69,284,0),(36597,69,285,0),(36598,69,286,0),(36599,69,287,0),(36600,69,288,0),(36601,69,289,0),(36602,69,290,0),(36603,69,291,0),(36604,69,292,0),(36605,69,293,0),(36606,69,294,0),(36607,69,295,0),(36608,69,296,0),(36609,69,297,0),(36610,69,298,0),(36611,69,299,0),(36612,69,300,0),(36613,69,301,0),(36614,69,302,0),(36615,69,303,0),(36616,69,304,0),(36617,69,305,0),(36618,69,306,0),(36619,69,307,0),(36620,69,308,0),(36621,69,309,0),(36622,69,310,0),(36623,69,311,0),(36624,69,312,0),(36625,69,313,0),(36626,69,314,0),(36627,69,315,0),(36628,69,316,0),(36629,69,317,0),(36630,69,318,0),(36631,69,319,0),(36632,69,320,0),(36633,69,321,0),(36634,69,322,0),(36635,69,323,0),(36636,69,324,0),(36637,69,325,0),(36638,69,326,0),(36639,69,327,0),(36640,69,328,0.454545454545455),(36641,69,329,0.363636363636364),(36642,69,330,0.181818181818182),(36643,69,331,0),(36644,69,332,0),(36645,69,333,0),(36646,69,334,0),(36647,69,335,0),(36648,69,336,0),(36649,69,337,0),(36650,69,338,0),(36651,69,339,0),(36652,69,340,0),(36653,69,341,0),(36654,69,342,0),(36655,69,343,0),(36656,69,344,0),(36657,69,345,0),(36658,69,346,0),(36659,69,347,0),(36660,69,348,0),(36661,69,349,0),(36662,69,350,0),(36663,69,351,0),(36664,69,352,0),(36665,69,353,0),(36666,69,354,0),(36667,69,355,0),(36668,69,356,0),(36669,69,357,0),(36670,69,358,0),(36671,69,359,0),(36672,69,360,0),(36673,69,361,0),(36674,69,362,0),(36675,69,363,0),(36676,69,364,0),(36677,69,365,0),(36678,69,366,0),(36679,69,367,0),(36680,69,368,0),(36681,69,369,0),(36682,69,370,0),(36683,69,371,0),(36684,69,372,0),(36685,69,373,0),(36686,69,374,0),(36687,69,375,0),(36688,69,376,0),(36689,69,377,0),(36690,69,378,0),(36691,69,379,0),(36692,69,380,0),(36693,69,381,0),(36694,69,382,0),(36695,69,383,0),(36696,69,384,0),(36697,69,385,0),(36698,69,386,0),(36699,69,387,0),(36700,69,388,0),(36701,69,389,0),(36702,69,390,0),(36703,69,391,0),(36704,69,392,0),(36705,69,393,0),(36706,69,394,0),(36707,69,395,0),(36708,69,396,0),(36709,69,397,0),(36710,69,398,0),(36711,69,399,0),(36712,69,400,0),(36713,69,401,0),(36714,69,402,0),(36715,69,403,0),(36716,69,404,0),(36717,69,405,0),(36718,69,406,0),(36719,69,407,0),(36720,69,408,0),(36721,69,409,0),(36722,69,410,0),(36723,69,411,0),(36724,69,412,0),(36725,69,413,0),(36726,69,414,0),(36727,69,415,0),(36728,69,416,0),(36729,69,417,0),(36730,69,418,0),(36731,69,419,0),(36732,69,420,0),(36733,69,421,0),(36734,69,422,0),(36735,69,423,0),(36736,69,424,0),(36737,69,425,0),(36738,69,426,0),(36739,69,427,0),(36740,69,428,0),(36741,69,429,0),(36742,69,430,0),(36743,69,431,0),(36744,69,432,0),(36745,69,433,0),(36746,69,434,0),(36747,69,435,0),(36748,69,436,0),(36749,69,437,0),(36750,69,438,0),(36751,69,439,0),(36752,69,440,0),(36753,69,441,0),(36754,69,442,0),(36755,69,443,0),(36756,69,444,0),(36757,69,445,0),(36758,69,446,0),(36759,69,447,0),(36760,69,448,0),(36761,69,449,0),(36762,69,450,0),(36763,69,451,0),(36764,69,452,0),(36765,69,453,0),(36766,69,454,0),(36767,69,455,0),(36768,69,456,0),(36769,69,457,0),(36770,69,458,0),(36771,69,459,0),(36772,69,460,0),(36773,69,461,0),(36774,69,462,0),(36775,69,463,0),(36776,69,464,0),(36777,69,465,0),(36778,69,466,0),(36779,69,467,0),(36780,69,468,0),(36781,69,469,0),(36782,69,470,0),(36783,69,471,0),(36784,69,472,0),(36785,69,473,0),(36786,69,474,0),(36787,69,475,0),(36788,69,476,0),(36789,69,477,0),(36790,69,478,0),(36791,69,479,0),(36792,69,480,0),(36793,69,481,0),(36794,69,482,0),(36795,69,483,0),(36796,69,484,0),(36797,69,485,0),(36798,69,486,0),(36799,69,487,0),(36800,69,488,0),(36801,69,489,0),(36802,69,490,0),(36803,69,491,0),(36804,69,492,0),(36805,69,493,0),(36806,69,494,0),(36807,69,495,0),(36808,69,496,0),(36809,69,497,0),(36810,69,498,0),(36811,69,499,0),(36812,69,500,0),(36813,69,501,0),(36814,69,502,0),(36815,69,503,0),(36816,69,504,0),(36817,69,505,0),(36818,69,506,0),(36819,69,507,0),(36820,69,508,0),(36821,69,509,0),(36822,69,510,0),(36823,69,511,0),(36824,69,512,0),(36825,69,513,0),(36826,69,514,0),(36827,69,515,0),(36828,69,516,0),(36829,69,517,0),(36830,69,518,0),(36831,69,519,0),(36832,69,520,0),(36833,69,521,0),(36834,69,522,0),(36835,69,523,0),(36836,69,524,0),(36837,69,525,0),(36838,69,526,0),(36839,69,527,0),(36840,69,528,0),(36841,69,529,0),(36842,69,530,0),(36843,69,531,0),(36844,69,532,0),(36845,69,533,0),(36846,69,534,0),(36847,70,1,0),(36848,70,2,0),(36849,70,3,0),(36850,70,4,0),(36851,70,5,0),(36852,70,6,0),(36853,70,7,0),(36854,70,8,0),(36855,70,9,0),(36856,70,10,0),(36857,70,11,0),(36858,70,12,0),(36859,70,13,0),(36860,70,14,0),(36861,70,15,0),(36862,70,16,0),(36863,70,17,0),(36864,70,18,0),(36865,70,19,0),(36866,70,20,0),(36867,70,21,0),(36868,70,22,0),(36869,70,23,0),(36870,70,24,0),(36871,70,25,0),(36872,70,26,0),(36873,70,27,0),(36874,70,28,0),(36875,70,29,0),(36876,70,30,0),(36877,70,31,0),(36878,70,32,0),(36879,70,33,0),(36880,70,34,0),(36881,70,35,0),(36882,70,36,0),(36883,70,37,0),(36884,70,38,0),(36885,70,39,0),(36886,70,40,0),(36887,70,41,0),(36888,70,42,0),(36889,70,43,0),(36890,70,44,0),(36891,70,45,0),(36892,70,46,0),(36893,70,47,0),(36894,70,48,0),(36895,70,49,0),(36896,70,50,0),(36897,70,51,0),(36898,70,52,0),(36899,70,53,0),(36900,70,54,0),(36901,70,55,0),(36902,70,56,0),(36903,70,57,0),(36904,70,58,0),(36905,70,59,0),(36906,70,60,0),(36907,70,61,0),(36908,70,62,0),(36909,70,63,0),(36910,70,64,0),(36911,70,65,0),(36912,70,66,0),(36913,70,67,0),(36914,70,68,0),(36915,70,69,0),(36916,70,70,0),(36917,70,71,0),(36918,70,72,0),(36919,70,73,0),(36920,70,74,0),(36921,70,75,0),(36922,70,76,0),(36923,70,77,0),(36924,70,78,0),(36925,70,79,0),(36926,70,80,0),(36927,70,81,0),(36928,70,82,0),(36929,70,83,0),(36930,70,84,0),(36931,70,85,0),(36932,70,86,0),(36933,70,87,0),(36934,70,88,0),(36935,70,89,0),(36936,70,90,0),(36937,70,91,0),(36938,70,92,0),(36939,70,93,0),(36940,70,94,0),(36941,70,95,0),(36942,70,96,0),(36943,70,97,0),(36944,70,98,0),(36945,70,99,0),(36946,70,100,0),(36947,70,101,0),(36948,70,102,0),(36949,70,103,0),(36950,70,104,0),(36951,70,105,0),(36952,70,106,0),(36953,70,107,0),(36954,70,108,0),(36955,70,109,0),(36956,70,110,0),(36957,70,111,0),(36958,70,112,0),(36959,70,113,0),(36960,70,114,0),(36961,70,115,0),(36962,70,116,0),(36963,70,117,0),(36964,70,118,0),(36965,70,119,0),(36966,70,120,0),(36967,70,121,0),(36968,70,122,0),(36969,70,123,0),(36970,70,124,0),(36971,70,125,0),(36972,70,126,0),(36973,70,127,0),(36974,70,128,0),(36975,70,129,0),(36976,70,130,0),(36977,70,131,0),(36978,70,132,0),(36979,70,133,0),(36980,70,134,0),(36981,70,135,0),(36982,70,136,0),(36983,70,137,0),(36984,70,138,0),(36985,70,139,0),(36986,70,140,0),(36987,70,141,0),(36988,70,142,0),(36989,70,143,0),(36990,70,144,0),(36991,70,145,0),(36992,70,146,0),(36993,70,147,0),(36994,70,148,0),(36995,70,149,0),(36996,70,150,0),(36997,70,151,0),(36998,70,152,0),(36999,70,153,0),(37000,70,154,0),(37001,70,155,0),(37002,70,156,0),(37003,70,157,0),(37004,70,158,0),(37005,70,159,0),(37006,70,160,0),(37007,70,161,0),(37008,70,162,0),(37009,70,163,0),(37010,70,164,0),(37011,70,165,0),(37012,70,166,0),(37013,70,167,0),(37014,70,168,0),(37015,70,169,0),(37016,70,170,0),(37017,70,171,0),(37018,70,172,0),(37019,70,173,0),(37020,70,174,0),(37021,70,175,0),(37022,70,176,0),(37023,70,177,0),(37024,70,178,0),(37025,70,179,0),(37026,70,180,0),(37027,70,181,0),(37028,70,182,0),(37029,70,183,0),(37030,70,184,0),(37031,70,185,0),(37032,70,186,0),(37033,70,187,0),(37034,70,188,0),(37035,70,189,0),(37036,70,190,0),(37037,70,191,0),(37038,70,192,0),(37039,70,193,0),(37040,70,194,0),(37041,70,195,0),(37042,70,196,0),(37043,70,197,0),(37044,70,198,0),(37045,70,199,0),(37046,70,200,0),(37047,70,201,0),(37048,70,202,0),(37049,70,203,0),(37050,70,204,0),(37051,70,205,0),(37052,70,206,0),(37053,70,207,0),(37054,70,208,0),(37055,70,209,0),(37056,70,210,0),(37057,70,211,0),(37058,70,212,0),(37059,70,213,0),(37060,70,214,0),(37061,70,215,0),(37062,70,216,0),(37063,70,217,0),(37064,70,218,0),(37065,70,219,0),(37066,70,220,0),(37067,70,221,0),(37068,70,222,0),(37069,70,223,0),(37070,70,224,0),(37071,70,225,0),(37072,70,226,0),(37073,70,227,0),(37074,70,228,0),(37075,70,229,0),(37076,70,230,0),(37077,70,231,0),(37078,70,232,0),(37079,70,233,0),(37080,70,234,0),(37081,70,235,0),(37082,70,236,0),(37083,70,237,0),(37084,70,238,0),(37085,70,239,0),(37086,70,240,0),(37087,70,241,0),(37088,70,242,0),(37089,70,243,0),(37090,70,244,0),(37091,70,245,0),(37092,70,246,0),(37093,70,247,0),(37094,70,248,0),(37095,70,249,0),(37096,70,250,0),(37097,70,251,0),(37098,70,252,0),(37099,70,253,0),(37100,70,254,0),(37101,70,255,0),(37102,70,256,0),(37103,70,257,0),(37104,70,258,0),(37105,70,259,0),(37106,70,260,0),(37107,70,261,0),(37108,70,262,0),(37109,70,263,0),(37110,70,264,0),(37111,70,265,0),(37112,70,266,0),(37113,70,267,0),(37114,70,268,0),(37115,70,269,0),(37116,70,270,0),(37117,70,271,0),(37118,70,272,0),(37119,70,273,0),(37120,70,274,0),(37121,70,275,0),(37122,70,276,0),(37123,70,277,0),(37124,70,278,0),(37125,70,279,0),(37126,70,280,0),(37127,70,281,0),(37128,70,282,0),(37129,70,283,0),(37130,70,284,0),(37131,70,285,0),(37132,70,286,0),(37133,70,287,0),(37134,70,288,0),(37135,70,289,0),(37136,70,290,0),(37137,70,291,0),(37138,70,292,0),(37139,70,293,0),(37140,70,294,0),(37141,70,295,0),(37142,70,296,0),(37143,70,297,0),(37144,70,298,0),(37145,70,299,0),(37146,70,300,0),(37147,70,301,0),(37148,70,302,0),(37149,70,303,0),(37150,70,304,0),(37151,70,305,0),(37152,70,306,0),(37153,70,307,0),(37154,70,308,0),(37155,70,309,0),(37156,70,310,0),(37157,70,311,0),(37158,70,312,0),(37159,70,313,0),(37160,70,314,0),(37161,70,315,0),(37162,70,316,0),(37163,70,317,0),(37164,70,318,0),(37165,70,319,0),(37166,70,320,0),(37167,70,321,0),(37168,70,322,0),(37169,70,323,0),(37170,70,324,0),(37171,70,325,0),(37172,70,326,0),(37173,70,327,0),(37174,70,328,0),(37175,70,329,0),(37176,70,330,0),(37177,70,331,0.666666666666667),(37178,70,332,0.333333333333333),(37179,70,333,0),(37180,70,334,0),(37181,70,335,0),(37182,70,336,0),(37183,70,337,0),(37184,70,338,0),(37185,70,339,0),(37186,70,340,0),(37187,70,341,0),(37188,70,342,0),(37189,70,343,0),(37190,70,344,0),(37191,70,345,0),(37192,70,346,0),(37193,70,347,0),(37194,70,348,0),(37195,70,349,0),(37196,70,350,0),(37197,70,351,0),(37198,70,352,0),(37199,70,353,0),(37200,70,354,0),(37201,70,355,0),(37202,70,356,0),(37203,70,357,0),(37204,70,358,0),(37205,70,359,0),(37206,70,360,0),(37207,70,361,0),(37208,70,362,0),(37209,70,363,0),(37210,70,364,0),(37211,70,365,0),(37212,70,366,0),(37213,70,367,0),(37214,70,368,0),(37215,70,369,0),(37216,70,370,0),(37217,70,371,0),(37218,70,372,0),(37219,70,373,0),(37220,70,374,0),(37221,70,375,0),(37222,70,376,0),(37223,70,377,0),(37224,70,378,0),(37225,70,379,0),(37226,70,380,0),(37227,70,381,0),(37228,70,382,0),(37229,70,383,0),(37230,70,384,0),(37231,70,385,0),(37232,70,386,0),(37233,70,387,0),(37234,70,388,0),(37235,70,389,0),(37236,70,390,0),(37237,70,391,0),(37238,70,392,0),(37239,70,393,0),(37240,70,394,0),(37241,70,395,0),(37242,70,396,0),(37243,70,397,0),(37244,70,398,0),(37245,70,399,0),(37246,70,400,0),(37247,70,401,0),(37248,70,402,0),(37249,70,403,0),(37250,70,404,0),(37251,70,405,0),(37252,70,406,0),(37253,70,407,0),(37254,70,408,0),(37255,70,409,0),(37256,70,410,0),(37257,70,411,0),(37258,70,412,0),(37259,70,413,0),(37260,70,414,0),(37261,70,415,0),(37262,70,416,0),(37263,70,417,0),(37264,70,418,0),(37265,70,419,0),(37266,70,420,0),(37267,70,421,0),(37268,70,422,0),(37269,70,423,0),(37270,70,424,0),(37271,70,425,0),(37272,70,426,0),(37273,70,427,0),(37274,70,428,0),(37275,70,429,0),(37276,70,430,0),(37277,70,431,0),(37278,70,432,0),(37279,70,433,0),(37280,70,434,0),(37281,70,435,0),(37282,70,436,0),(37283,70,437,0),(37284,70,438,0),(37285,70,439,0),(37286,70,440,0),(37287,70,441,0),(37288,70,442,0),(37289,70,443,0),(37290,70,444,0),(37291,70,445,0),(37292,70,446,0),(37293,70,447,0),(37294,70,448,0),(37295,70,449,0),(37296,70,450,0),(37297,70,451,0),(37298,70,452,0),(37299,70,453,0),(37300,70,454,0),(37301,70,455,0),(37302,70,456,0),(37303,70,457,0),(37304,70,458,0),(37305,70,459,0),(37306,70,460,0),(37307,70,461,0),(37308,70,462,0),(37309,70,463,0),(37310,70,464,0),(37311,70,465,0),(37312,70,466,0),(37313,70,467,0),(37314,70,468,0),(37315,70,469,0),(37316,70,470,0),(37317,70,471,0),(37318,70,472,0),(37319,70,473,0),(37320,70,474,0),(37321,70,475,0),(37322,70,476,0),(37323,70,477,0),(37324,70,478,0),(37325,70,479,0),(37326,70,480,0),(37327,70,481,0),(37328,70,482,0),(37329,70,483,0),(37330,70,484,0),(37331,70,485,0),(37332,70,486,0),(37333,70,487,0),(37334,70,488,0),(37335,70,489,0),(37336,70,490,0),(37337,70,491,0),(37338,70,492,0),(37339,70,493,0),(37340,70,494,0),(37341,70,495,0),(37342,70,496,0),(37343,70,497,0),(37344,70,498,0),(37345,70,499,0),(37346,70,500,0),(37347,70,501,0),(37348,70,502,0),(37349,70,503,0),(37350,70,504,0),(37351,70,505,0),(37352,70,506,0),(37353,70,507,0),(37354,70,508,0),(37355,70,509,0),(37356,70,510,0),(37357,70,511,0),(37358,70,512,0),(37359,70,513,0),(37360,70,514,0),(37361,70,515,0),(37362,70,516,0),(37363,70,517,0),(37364,70,518,0),(37365,70,519,0),(37366,70,520,0),(37367,70,521,0),(37368,70,522,0),(37369,70,523,0),(37370,70,524,0),(37371,70,525,0),(37372,70,526,0),(37373,70,527,0),(37374,70,528,0),(37375,70,529,0),(37376,70,530,0),(37377,70,531,0),(37378,70,532,0),(37379,70,533,0),(37380,70,534,0),(37381,71,1,0),(37382,71,2,0),(37383,71,3,0),(37384,71,4,0),(37385,71,5,0),(37386,71,6,0),(37387,71,7,0),(37388,71,8,0),(37389,71,9,0),(37390,71,10,0),(37391,71,11,0),(37392,71,12,0),(37393,71,13,0),(37394,71,14,0),(37395,71,15,0),(37396,71,16,0),(37397,71,17,0),(37398,71,18,0),(37399,71,19,0),(37400,71,20,0),(37401,71,21,0),(37402,71,22,0),(37403,71,23,0),(37404,71,24,0),(37405,71,25,0),(37406,71,26,0),(37407,71,27,0),(37408,71,28,0),(37409,71,29,0),(37410,71,30,0),(37411,71,31,0),(37412,71,32,0),(37413,71,33,0),(37414,71,34,0),(37415,71,35,0),(37416,71,36,0),(37417,71,37,0),(37418,71,38,0),(37419,71,39,0),(37420,71,40,0),(37421,71,41,0),(37422,71,42,0),(37423,71,43,0),(37424,71,44,0),(37425,71,45,0),(37426,71,46,0),(37427,71,47,0),(37428,71,48,0),(37429,71,49,0),(37430,71,50,0),(37431,71,51,0),(37432,71,52,0),(37433,71,53,0),(37434,71,54,0),(37435,71,55,0),(37436,71,56,0),(37437,71,57,0),(37438,71,58,0),(37439,71,59,0),(37440,71,60,0),(37441,71,61,0),(37442,71,62,0),(37443,71,63,0),(37444,71,64,0),(37445,71,65,0),(37446,71,66,0),(37447,71,67,0),(37448,71,68,0),(37449,71,69,0),(37450,71,70,0),(37451,71,71,0),(37452,71,72,0),(37453,71,73,0),(37454,71,74,0),(37455,71,75,0),(37456,71,76,0),(37457,71,77,0),(37458,71,78,0),(37459,71,79,0),(37460,71,80,0),(37461,71,81,0),(37462,71,82,0),(37463,71,83,0),(37464,71,84,0),(37465,71,85,0),(37466,71,86,0),(37467,71,87,0),(37468,71,88,0),(37469,71,89,0),(37470,71,90,0),(37471,71,91,0),(37472,71,92,0),(37473,71,93,0),(37474,71,94,0),(37475,71,95,0),(37476,71,96,0),(37477,71,97,0),(37478,71,98,0),(37479,71,99,0),(37480,71,100,0),(37481,71,101,0),(37482,71,102,0),(37483,71,103,0),(37484,71,104,0),(37485,71,105,0),(37486,71,106,0),(37487,71,107,0),(37488,71,108,0),(37489,71,109,0),(37490,71,110,0),(37491,71,111,0),(37492,71,112,0),(37493,71,113,0),(37494,71,114,0),(37495,71,115,0),(37496,71,116,0),(37497,71,117,0),(37498,71,118,0),(37499,71,119,0),(37500,71,120,0),(37501,71,121,0),(37502,71,122,0),(37503,71,123,0),(37504,71,124,0),(37505,71,125,0),(37506,71,126,0),(37507,71,127,0),(37508,71,128,0),(37509,71,129,0),(37510,71,130,0),(37511,71,131,0),(37512,71,132,0),(37513,71,133,0),(37514,71,134,0),(37515,71,135,0),(37516,71,136,0),(37517,71,137,0),(37518,71,138,0),(37519,71,139,0),(37520,71,140,0),(37521,71,141,0),(37522,71,142,0),(37523,71,143,0),(37524,71,144,0),(37525,71,145,0),(37526,71,146,0),(37527,71,147,0),(37528,71,148,0),(37529,71,149,0),(37530,71,150,0),(37531,71,151,0),(37532,71,152,0),(37533,71,153,0),(37534,71,154,0),(37535,71,155,0),(37536,71,156,0),(37537,71,157,0),(37538,71,158,0),(37539,71,159,0),(37540,71,160,0),(37541,71,161,0),(37542,71,162,0),(37543,71,163,0),(37544,71,164,0),(37545,71,165,0),(37546,71,166,0),(37547,71,167,0),(37548,71,168,0),(37549,71,169,0),(37550,71,170,0),(37551,71,171,0),(37552,71,172,0),(37553,71,173,0),(37554,71,174,0),(37555,71,175,0),(37556,71,176,0),(37557,71,177,0),(37558,71,178,0),(37559,71,179,0),(37560,71,180,0),(37561,71,181,0),(37562,71,182,0),(37563,71,183,0),(37564,71,184,0),(37565,71,185,0),(37566,71,186,0),(37567,71,187,0),(37568,71,188,0),(37569,71,189,0),(37570,71,190,0),(37571,71,191,0),(37572,71,192,0),(37573,71,193,0),(37574,71,194,0),(37575,71,195,0),(37576,71,196,0),(37577,71,197,0),(37578,71,198,0),(37579,71,199,0),(37580,71,200,0),(37581,71,201,0),(37582,71,202,0),(37583,71,203,0),(37584,71,204,0),(37585,71,205,0),(37586,71,206,0),(37587,71,207,0),(37588,71,208,0),(37589,71,209,0),(37590,71,210,0),(37591,71,211,0),(37592,71,212,0),(37593,71,213,0),(37594,71,214,0),(37595,71,215,0),(37596,71,216,0),(37597,71,217,0),(37598,71,218,0),(37599,71,219,0),(37600,71,220,0),(37601,71,221,0),(37602,71,222,0),(37603,71,223,0),(37604,71,224,0),(37605,71,225,0),(37606,71,226,0),(37607,71,227,0),(37608,71,228,0),(37609,71,229,0),(37610,71,230,0),(37611,71,231,0),(37612,71,232,0),(37613,71,233,0),(37614,71,234,0),(37615,71,235,0),(37616,71,236,0),(37617,71,237,0),(37618,71,238,0),(37619,71,239,0),(37620,71,240,0),(37621,71,241,0),(37622,71,242,0),(37623,71,243,0),(37624,71,244,0),(37625,71,245,0),(37626,71,246,0),(37627,71,247,0),(37628,71,248,0),(37629,71,249,0),(37630,71,250,0),(37631,71,251,0),(37632,71,252,0),(37633,71,253,0),(37634,71,254,0),(37635,71,255,0),(37636,71,256,0),(37637,71,257,0),(37638,71,258,0),(37639,71,259,0),(37640,71,260,0),(37641,71,261,0),(37642,71,262,0),(37643,71,263,0),(37644,71,264,0),(37645,71,265,0),(37646,71,266,0),(37647,71,267,0),(37648,71,268,0),(37649,71,269,0),(37650,71,270,0),(37651,71,271,0),(37652,71,272,0),(37653,71,273,0),(37654,71,274,0),(37655,71,275,0),(37656,71,276,0),(37657,71,277,0),(37658,71,278,0),(37659,71,279,0),(37660,71,280,0),(37661,71,281,0),(37662,71,282,0),(37663,71,283,0),(37664,71,284,0),(37665,71,285,0),(37666,71,286,0),(37667,71,287,0),(37668,71,288,0),(37669,71,289,0),(37670,71,290,0),(37671,71,291,0),(37672,71,292,0),(37673,71,293,0),(37674,71,294,0),(37675,71,295,0),(37676,71,296,0),(37677,71,297,0),(37678,71,298,0),(37679,71,299,0),(37680,71,300,0),(37681,71,301,0),(37682,71,302,0),(37683,71,303,0),(37684,71,304,0),(37685,71,305,0),(37686,71,306,0),(37687,71,307,0),(37688,71,308,0),(37689,71,309,0),(37690,71,310,0),(37691,71,311,0),(37692,71,312,0),(37693,71,313,0),(37694,71,314,0),(37695,71,315,0),(37696,71,316,0),(37697,71,317,0),(37698,71,318,0),(37699,71,319,0),(37700,71,320,0),(37701,71,321,0),(37702,71,322,0),(37703,71,323,0),(37704,71,324,0),(37705,71,325,0),(37706,71,326,0),(37707,71,327,0),(37708,71,328,0),(37709,71,329,0),(37710,71,330,0),(37711,71,331,0),(37712,71,332,0),(37713,71,333,0.256410256410256),(37714,71,334,0.179487179487179),(37715,71,335,0.230769230769231),(37716,71,336,0.230769230769231),(37717,71,337,0.102564102564103),(37718,71,338,0),(37719,71,339,0),(37720,71,340,0),(37721,71,341,0),(37722,71,342,0),(37723,71,343,0),(37724,71,344,0),(37725,71,345,0),(37726,71,346,0),(37727,71,347,0),(37728,71,348,0),(37729,71,349,0),(37730,71,350,0),(37731,71,351,0),(37732,71,352,0),(37733,71,353,0),(37734,71,354,0),(37735,71,355,0),(37736,71,356,0),(37737,71,357,0),(37738,71,358,0),(37739,71,359,0),(37740,71,360,0),(37741,71,361,0),(37742,71,362,0),(37743,71,363,0),(37744,71,364,0),(37745,71,365,0),(37746,71,366,0),(37747,71,367,0),(37748,71,368,0),(37749,71,369,0),(37750,71,370,0),(37751,71,371,0),(37752,71,372,0),(37753,71,373,0),(37754,71,374,0),(37755,71,375,0),(37756,71,376,0),(37757,71,377,0),(37758,71,378,0),(37759,71,379,0),(37760,71,380,0),(37761,71,381,0),(37762,71,382,0),(37763,71,383,0),(37764,71,384,0),(37765,71,385,0),(37766,71,386,0),(37767,71,387,0),(37768,71,388,0),(37769,71,389,0),(37770,71,390,0),(37771,71,391,0),(37772,71,392,0),(37773,71,393,0),(37774,71,394,0),(37775,71,395,0),(37776,71,396,0),(37777,71,397,0),(37778,71,398,0),(37779,71,399,0),(37780,71,400,0),(37781,71,401,0),(37782,71,402,0),(37783,71,403,0),(37784,71,404,0),(37785,71,405,0),(37786,71,406,0),(37787,71,407,0),(37788,71,408,0),(37789,71,409,0),(37790,71,410,0),(37791,71,411,0),(37792,71,412,0),(37793,71,413,0),(37794,71,414,0),(37795,71,415,0),(37796,71,416,0),(37797,71,417,0),(37798,71,418,0),(37799,71,419,0),(37800,71,420,0),(37801,71,421,0),(37802,71,422,0),(37803,71,423,0),(37804,71,424,0),(37805,71,425,0),(37806,71,426,0),(37807,71,427,0),(37808,71,428,0),(37809,71,429,0),(37810,71,430,0),(37811,71,431,0),(37812,71,432,0),(37813,71,433,0),(37814,71,434,0),(37815,71,435,0),(37816,71,436,0),(37817,71,437,0),(37818,71,438,0),(37819,71,439,0),(37820,71,440,0),(37821,71,441,0),(37822,71,442,0),(37823,71,443,0),(37824,71,444,0),(37825,71,445,0),(37826,71,446,0),(37827,71,447,0),(37828,71,448,0),(37829,71,449,0),(37830,71,450,0),(37831,71,451,0),(37832,71,452,0),(37833,71,453,0),(37834,71,454,0),(37835,71,455,0),(37836,71,456,0),(37837,71,457,0),(37838,71,458,0),(37839,71,459,0),(37840,71,460,0),(37841,71,461,0),(37842,71,462,0),(37843,71,463,0),(37844,71,464,0),(37845,71,465,0),(37846,71,466,0),(37847,71,467,0),(37848,71,468,0),(37849,71,469,0),(37850,71,470,0),(37851,71,471,0),(37852,71,472,0),(37853,71,473,0),(37854,71,474,0),(37855,71,475,0),(37856,71,476,0),(37857,71,477,0),(37858,71,478,0),(37859,71,479,0),(37860,71,480,0),(37861,71,481,0),(37862,71,482,0),(37863,71,483,0),(37864,71,484,0),(37865,71,485,0),(37866,71,486,0),(37867,71,487,0),(37868,71,488,0),(37869,71,489,0),(37870,71,490,0),(37871,71,491,0),(37872,71,492,0),(37873,71,493,0),(37874,71,494,0),(37875,71,495,0),(37876,71,496,0),(37877,71,497,0),(37878,71,498,0),(37879,71,499,0),(37880,71,500,0),(37881,71,501,0),(37882,71,502,0),(37883,71,503,0),(37884,71,504,0),(37885,71,505,0),(37886,71,506,0),(37887,71,507,0),(37888,71,508,0),(37889,71,509,0),(37890,71,510,0),(37891,71,511,0),(37892,71,512,0),(37893,71,513,0),(37894,71,514,0),(37895,71,515,0),(37896,71,516,0),(37897,71,517,0),(37898,71,518,0),(37899,71,519,0),(37900,71,520,0),(37901,71,521,0),(37902,71,522,0),(37903,71,523,0),(37904,71,524,0),(37905,71,525,0),(37906,71,526,0),(37907,71,527,0),(37908,71,528,0),(37909,71,529,0),(37910,71,530,0),(37911,71,531,0),(37912,71,532,0),(37913,71,533,0),(37914,71,534,0),(37915,72,1,0),(37916,72,2,0),(37917,72,3,0),(37918,72,4,0),(37919,72,5,0),(37920,72,6,0),(37921,72,7,0),(37922,72,8,0),(37923,72,9,0),(37924,72,10,0),(37925,72,11,0),(37926,72,12,0),(37927,72,13,0),(37928,72,14,0),(37929,72,15,0),(37930,72,16,0),(37931,72,17,0),(37932,72,18,0),(37933,72,19,0),(37934,72,20,0),(37935,72,21,0),(37936,72,22,0),(37937,72,23,0),(37938,72,24,0),(37939,72,25,0),(37940,72,26,0),(37941,72,27,0),(37942,72,28,0),(37943,72,29,0),(37944,72,30,0),(37945,72,31,0),(37946,72,32,0),(37947,72,33,0),(37948,72,34,0),(37949,72,35,0),(37950,72,36,0),(37951,72,37,0),(37952,72,38,0),(37953,72,39,0),(37954,72,40,0),(37955,72,41,0),(37956,72,42,0),(37957,72,43,0),(37958,72,44,0),(37959,72,45,0),(37960,72,46,0),(37961,72,47,0),(37962,72,48,0),(37963,72,49,0),(37964,72,50,0),(37965,72,51,0),(37966,72,52,0),(37967,72,53,0),(37968,72,54,0),(37969,72,55,0),(37970,72,56,0),(37971,72,57,0),(37972,72,58,0),(37973,72,59,0),(37974,72,60,0),(37975,72,61,0),(37976,72,62,0),(37977,72,63,0),(37978,72,64,0),(37979,72,65,0),(37980,72,66,0),(37981,72,67,0),(37982,72,68,0),(37983,72,69,0),(37984,72,70,0),(37985,72,71,0),(37986,72,72,0),(37987,72,73,0),(37988,72,74,0),(37989,72,75,0),(37990,72,76,0),(37991,72,77,0),(37992,72,78,0),(37993,72,79,0),(37994,72,80,0),(37995,72,81,0),(37996,72,82,0),(37997,72,83,0),(37998,72,84,0),(37999,72,85,0),(38000,72,86,0),(38001,72,87,0),(38002,72,88,0),(38003,72,89,0),(38004,72,90,0),(38005,72,91,0),(38006,72,92,0),(38007,72,93,0),(38008,72,94,0),(38009,72,95,0),(38010,72,96,0),(38011,72,97,0),(38012,72,98,0),(38013,72,99,0),(38014,72,100,0),(38015,72,101,0),(38016,72,102,0),(38017,72,103,0),(38018,72,104,0),(38019,72,105,0),(38020,72,106,0),(38021,72,107,0),(38022,72,108,0),(38023,72,109,0),(38024,72,110,0),(38025,72,111,0),(38026,72,112,0),(38027,72,113,0),(38028,72,114,0),(38029,72,115,0),(38030,72,116,0),(38031,72,117,0),(38032,72,118,0),(38033,72,119,0),(38034,72,120,0),(38035,72,121,0),(38036,72,122,0),(38037,72,123,0),(38038,72,124,0),(38039,72,125,0),(38040,72,126,0),(38041,72,127,0),(38042,72,128,0),(38043,72,129,0),(38044,72,130,0),(38045,72,131,0),(38046,72,132,0),(38047,72,133,0),(38048,72,134,0),(38049,72,135,0),(38050,72,136,0),(38051,72,137,0),(38052,72,138,0),(38053,72,139,0),(38054,72,140,0),(38055,72,141,0),(38056,72,142,0),(38057,72,143,0),(38058,72,144,0),(38059,72,145,0),(38060,72,146,0),(38061,72,147,0),(38062,72,148,0),(38063,72,149,0),(38064,72,150,0),(38065,72,151,0),(38066,72,152,0),(38067,72,153,0),(38068,72,154,0),(38069,72,155,0),(38070,72,156,0),(38071,72,157,0),(38072,72,158,0),(38073,72,159,0),(38074,72,160,0),(38075,72,161,0),(38076,72,162,0),(38077,72,163,0),(38078,72,164,0),(38079,72,165,0),(38080,72,166,0),(38081,72,167,0),(38082,72,168,0),(38083,72,169,0),(38084,72,170,0),(38085,72,171,0),(38086,72,172,0),(38087,72,173,0),(38088,72,174,0),(38089,72,175,0),(38090,72,176,0),(38091,72,177,0),(38092,72,178,0),(38093,72,179,0),(38094,72,180,0),(38095,72,181,0),(38096,72,182,0),(38097,72,183,0),(38098,72,184,0),(38099,72,185,0),(38100,72,186,0),(38101,72,187,0),(38102,72,188,0),(38103,72,189,0),(38104,72,190,0),(38105,72,191,0),(38106,72,192,0),(38107,72,193,0),(38108,72,194,0),(38109,72,195,0),(38110,72,196,0),(38111,72,197,0),(38112,72,198,0),(38113,72,199,0),(38114,72,200,0),(38115,72,201,0),(38116,72,202,0),(38117,72,203,0),(38118,72,204,0),(38119,72,205,0),(38120,72,206,0),(38121,72,207,0),(38122,72,208,0),(38123,72,209,0),(38124,72,210,0),(38125,72,211,0),(38126,72,212,0),(38127,72,213,0),(38128,72,214,0),(38129,72,215,0),(38130,72,216,0),(38131,72,217,0),(38132,72,218,0),(38133,72,219,0),(38134,72,220,0),(38135,72,221,0),(38136,72,222,0),(38137,72,223,0),(38138,72,224,0),(38139,72,225,0),(38140,72,226,0),(38141,72,227,0),(38142,72,228,0),(38143,72,229,0),(38144,72,230,0),(38145,72,231,0),(38146,72,232,0),(38147,72,233,0),(38148,72,234,0),(38149,72,235,0),(38150,72,236,0),(38151,72,237,0),(38152,72,238,0),(38153,72,239,0),(38154,72,240,0),(38155,72,241,0),(38156,72,242,0),(38157,72,243,0),(38158,72,244,0),(38159,72,245,0),(38160,72,246,0),(38161,72,247,0),(38162,72,248,0),(38163,72,249,0),(38164,72,250,0),(38165,72,251,0),(38166,72,252,0),(38167,72,253,0),(38168,72,254,0),(38169,72,255,0),(38170,72,256,0),(38171,72,257,0),(38172,72,258,0),(38173,72,259,0),(38174,72,260,0),(38175,72,261,0),(38176,72,262,0),(38177,72,263,0),(38178,72,264,0),(38179,72,265,0),(38180,72,266,0),(38181,72,267,0),(38182,72,268,0),(38183,72,269,0),(38184,72,270,0),(38185,72,271,0),(38186,72,272,0),(38187,72,273,0),(38188,72,274,0),(38189,72,275,0),(38190,72,276,0),(38191,72,277,0),(38192,72,278,0),(38193,72,279,0),(38194,72,280,0),(38195,72,281,0),(38196,72,282,0),(38197,72,283,0),(38198,72,284,0),(38199,72,285,0),(38200,72,286,0),(38201,72,287,0),(38202,72,288,0),(38203,72,289,0),(38204,72,290,0),(38205,72,291,0),(38206,72,292,0),(38207,72,293,0),(38208,72,294,0),(38209,72,295,0),(38210,72,296,0),(38211,72,297,0),(38212,72,298,0),(38213,72,299,0),(38214,72,300,0),(38215,72,301,0),(38216,72,302,0),(38217,72,303,0),(38218,72,304,0),(38219,72,305,0),(38220,72,306,0),(38221,72,307,0),(38222,72,308,0),(38223,72,309,0),(38224,72,310,0),(38225,72,311,0),(38226,72,312,0),(38227,72,313,0),(38228,72,314,0),(38229,72,315,0),(38230,72,316,0),(38231,72,317,0),(38232,72,318,0),(38233,72,319,0),(38234,72,320,0),(38235,72,321,0),(38236,72,322,0),(38237,72,323,0),(38238,72,324,0),(38239,72,325,0),(38240,72,326,0),(38241,72,327,0),(38242,72,328,0),(38243,72,329,0),(38244,72,330,0),(38245,72,331,0),(38246,72,332,0),(38247,72,333,0),(38248,72,334,0),(38249,72,335,0),(38250,72,336,0),(38251,72,337,0),(38252,72,338,0.5),(38253,72,339,0.3),(38254,72,340,0.2),(38255,72,341,0),(38256,72,342,0),(38257,72,343,0),(38258,72,344,0),(38259,72,345,0),(38260,72,346,0),(38261,72,347,0),(38262,72,348,0),(38263,72,349,0),(38264,72,350,0),(38265,72,351,0),(38266,72,352,0),(38267,72,353,0),(38268,72,354,0),(38269,72,355,0),(38270,72,356,0),(38271,72,357,0),(38272,72,358,0),(38273,72,359,0),(38274,72,360,0),(38275,72,361,0),(38276,72,362,0),(38277,72,363,0),(38278,72,364,0),(38279,72,365,0),(38280,72,366,0),(38281,72,367,0),(38282,72,368,0),(38283,72,369,0),(38284,72,370,0),(38285,72,371,0),(38286,72,372,0),(38287,72,373,0),(38288,72,374,0),(38289,72,375,0),(38290,72,376,0),(38291,72,377,0),(38292,72,378,0),(38293,72,379,0),(38294,72,380,0),(38295,72,381,0),(38296,72,382,0),(38297,72,383,0),(38298,72,384,0),(38299,72,385,0),(38300,72,386,0),(38301,72,387,0),(38302,72,388,0),(38303,72,389,0),(38304,72,390,0),(38305,72,391,0),(38306,72,392,0),(38307,72,393,0),(38308,72,394,0),(38309,72,395,0),(38310,72,396,0),(38311,72,397,0),(38312,72,398,0),(38313,72,399,0),(38314,72,400,0),(38315,72,401,0),(38316,72,402,0),(38317,72,403,0),(38318,72,404,0),(38319,72,405,0),(38320,72,406,0),(38321,72,407,0),(38322,72,408,0),(38323,72,409,0),(38324,72,410,0),(38325,72,411,0),(38326,72,412,0),(38327,72,413,0),(38328,72,414,0),(38329,72,415,0),(38330,72,416,0),(38331,72,417,0),(38332,72,418,0),(38333,72,419,0),(38334,72,420,0),(38335,72,421,0),(38336,72,422,0),(38337,72,423,0),(38338,72,424,0),(38339,72,425,0),(38340,72,426,0),(38341,72,427,0),(38342,72,428,0),(38343,72,429,0),(38344,72,430,0),(38345,72,431,0),(38346,72,432,0),(38347,72,433,0),(38348,72,434,0),(38349,72,435,0),(38350,72,436,0),(38351,72,437,0),(38352,72,438,0),(38353,72,439,0),(38354,72,440,0),(38355,72,441,0),(38356,72,442,0),(38357,72,443,0),(38358,72,444,0),(38359,72,445,0),(38360,72,446,0),(38361,72,447,0),(38362,72,448,0),(38363,72,449,0),(38364,72,450,0),(38365,72,451,0),(38366,72,452,0),(38367,72,453,0),(38368,72,454,0),(38369,72,455,0),(38370,72,456,0),(38371,72,457,0),(38372,72,458,0),(38373,72,459,0),(38374,72,460,0),(38375,72,461,0),(38376,72,462,0),(38377,72,463,0),(38378,72,464,0),(38379,72,465,0),(38380,72,466,0),(38381,72,467,0),(38382,72,468,0),(38383,72,469,0),(38384,72,470,0),(38385,72,471,0),(38386,72,472,0),(38387,72,473,0),(38388,72,474,0),(38389,72,475,0),(38390,72,476,0),(38391,72,477,0),(38392,72,478,0),(38393,72,479,0),(38394,72,480,0),(38395,72,481,0),(38396,72,482,0),(38397,72,483,0),(38398,72,484,0),(38399,72,485,0),(38400,72,486,0),(38401,72,487,0),(38402,72,488,0),(38403,72,489,0),(38404,72,490,0),(38405,72,491,0),(38406,72,492,0),(38407,72,493,0),(38408,72,494,0),(38409,72,495,0),(38410,72,496,0),(38411,72,497,0),(38412,72,498,0),(38413,72,499,0),(38414,72,500,0),(38415,72,501,0),(38416,72,502,0),(38417,72,503,0),(38418,72,504,0),(38419,72,505,0),(38420,72,506,0),(38421,72,507,0),(38422,72,508,0),(38423,72,509,0),(38424,72,510,0),(38425,72,511,0),(38426,72,512,0),(38427,72,513,0),(38428,72,514,0),(38429,72,515,0),(38430,72,516,0),(38431,72,517,0),(38432,72,518,0),(38433,72,519,0),(38434,72,520,0),(38435,72,521,0),(38436,72,522,0),(38437,72,523,0),(38438,72,524,0),(38439,72,525,0),(38440,72,526,0),(38441,72,527,0),(38442,72,528,0),(38443,72,529,0),(38444,72,530,0),(38445,72,531,0),(38446,72,532,0),(38447,72,533,0),(38448,72,534,0),(38449,73,1,0),(38450,73,2,0),(38451,73,3,0),(38452,73,4,0),(38453,73,5,0),(38454,73,6,0),(38455,73,7,0),(38456,73,8,0),(38457,73,9,0),(38458,73,10,0),(38459,73,11,0),(38460,73,12,0),(38461,73,13,0),(38462,73,14,0),(38463,73,15,0),(38464,73,16,0),(38465,73,17,0),(38466,73,18,0),(38467,73,19,0),(38468,73,20,0),(38469,73,21,0),(38470,73,22,0),(38471,73,23,0),(38472,73,24,0),(38473,73,25,0),(38474,73,26,0),(38475,73,27,0),(38476,73,28,0),(38477,73,29,0),(38478,73,30,0),(38479,73,31,0),(38480,73,32,0),(38481,73,33,0),(38482,73,34,0),(38483,73,35,0),(38484,73,36,0),(38485,73,37,0),(38486,73,38,0),(38487,73,39,0),(38488,73,40,0),(38489,73,41,0),(38490,73,42,0),(38491,73,43,0),(38492,73,44,0),(38493,73,45,0),(38494,73,46,0),(38495,73,47,0),(38496,73,48,0),(38497,73,49,0),(38498,73,50,0),(38499,73,51,0),(38500,73,52,0),(38501,73,53,0),(38502,73,54,0),(38503,73,55,0),(38504,73,56,0),(38505,73,57,0),(38506,73,58,0),(38507,73,59,0),(38508,73,60,0),(38509,73,61,0),(38510,73,62,0),(38511,73,63,0),(38512,73,64,0),(38513,73,65,0),(38514,73,66,0),(38515,73,67,0),(38516,73,68,0),(38517,73,69,0),(38518,73,70,0),(38519,73,71,0),(38520,73,72,0),(38521,73,73,0),(38522,73,74,0),(38523,73,75,0),(38524,73,76,0),(38525,73,77,0),(38526,73,78,0),(38527,73,79,0),(38528,73,80,0),(38529,73,81,0),(38530,73,82,0),(38531,73,83,0),(38532,73,84,0),(38533,73,85,0),(38534,73,86,0),(38535,73,87,0),(38536,73,88,0),(38537,73,89,0),(38538,73,90,0),(38539,73,91,0),(38540,73,92,0),(38541,73,93,0),(38542,73,94,0),(38543,73,95,0),(38544,73,96,0),(38545,73,97,0),(38546,73,98,0),(38547,73,99,0),(38548,73,100,0),(38549,73,101,0),(38550,73,102,0),(38551,73,103,0),(38552,73,104,0),(38553,73,105,0),(38554,73,106,0),(38555,73,107,0),(38556,73,108,0),(38557,73,109,0),(38558,73,110,0),(38559,73,111,0),(38560,73,112,0),(38561,73,113,0),(38562,73,114,0),(38563,73,115,0),(38564,73,116,0),(38565,73,117,0),(38566,73,118,0),(38567,73,119,0),(38568,73,120,0),(38569,73,121,0),(38570,73,122,0),(38571,73,123,0),(38572,73,124,0),(38573,73,125,0),(38574,73,126,0),(38575,73,127,0),(38576,73,128,0),(38577,73,129,0),(38578,73,130,0),(38579,73,131,0),(38580,73,132,0),(38581,73,133,0),(38582,73,134,0),(38583,73,135,0),(38584,73,136,0),(38585,73,137,0),(38586,73,138,0),(38587,73,139,0),(38588,73,140,0),(38589,73,141,0),(38590,73,142,0),(38591,73,143,0),(38592,73,144,0),(38593,73,145,0),(38594,73,146,0),(38595,73,147,0),(38596,73,148,0),(38597,73,149,0),(38598,73,150,0),(38599,73,151,0),(38600,73,152,0),(38601,73,153,0),(38602,73,154,0),(38603,73,155,0),(38604,73,156,0),(38605,73,157,0),(38606,73,158,0),(38607,73,159,0),(38608,73,160,0),(38609,73,161,0),(38610,73,162,0),(38611,73,163,0),(38612,73,164,0),(38613,73,165,0),(38614,73,166,0),(38615,73,167,0),(38616,73,168,0),(38617,73,169,0),(38618,73,170,0),(38619,73,171,0),(38620,73,172,0),(38621,73,173,0),(38622,73,174,0),(38623,73,175,0),(38624,73,176,0),(38625,73,177,0),(38626,73,178,0),(38627,73,179,0),(38628,73,180,0),(38629,73,181,0),(38630,73,182,0),(38631,73,183,0),(38632,73,184,0),(38633,73,185,0),(38634,73,186,0),(38635,73,187,0),(38636,73,188,0),(38637,73,189,0),(38638,73,190,0),(38639,73,191,0),(38640,73,192,0),(38641,73,193,0),(38642,73,194,0),(38643,73,195,0),(38644,73,196,0),(38645,73,197,0),(38646,73,198,0),(38647,73,199,0),(38648,73,200,0),(38649,73,201,0),(38650,73,202,0),(38651,73,203,0),(38652,73,204,0),(38653,73,205,0),(38654,73,206,0),(38655,73,207,0),(38656,73,208,0),(38657,73,209,0),(38658,73,210,0),(38659,73,211,0),(38660,73,212,0),(38661,73,213,0),(38662,73,214,0),(38663,73,215,0),(38664,73,216,0),(38665,73,217,0),(38666,73,218,0),(38667,73,219,0),(38668,73,220,0),(38669,73,221,0),(38670,73,222,0),(38671,73,223,0),(38672,73,224,0),(38673,73,225,0),(38674,73,226,0),(38675,73,227,0),(38676,73,228,0),(38677,73,229,0),(38678,73,230,0),(38679,73,231,0),(38680,73,232,0),(38681,73,233,0),(38682,73,234,0),(38683,73,235,0),(38684,73,236,0),(38685,73,237,0),(38686,73,238,0),(38687,73,239,0),(38688,73,240,0),(38689,73,241,0),(38690,73,242,0),(38691,73,243,0),(38692,73,244,0),(38693,73,245,0),(38694,73,246,0),(38695,73,247,0),(38696,73,248,0),(38697,73,249,0),(38698,73,250,0),(38699,73,251,0),(38700,73,252,0),(38701,73,253,0),(38702,73,254,0),(38703,73,255,0),(38704,73,256,0),(38705,73,257,0),(38706,73,258,0),(38707,73,259,0),(38708,73,260,0),(38709,73,261,0),(38710,73,262,0),(38711,73,263,0),(38712,73,264,0),(38713,73,265,0),(38714,73,266,0),(38715,73,267,0),(38716,73,268,0),(38717,73,269,0),(38718,73,270,0),(38719,73,271,0),(38720,73,272,0),(38721,73,273,0),(38722,73,274,0),(38723,73,275,0),(38724,73,276,0),(38725,73,277,0),(38726,73,278,0),(38727,73,279,0),(38728,73,280,0),(38729,73,281,0),(38730,73,282,0),(38731,73,283,0),(38732,73,284,0),(38733,73,285,0),(38734,73,286,0),(38735,73,287,0),(38736,73,288,0),(38737,73,289,0),(38738,73,290,0),(38739,73,291,0),(38740,73,292,0),(38741,73,293,0),(38742,73,294,0),(38743,73,295,0),(38744,73,296,0),(38745,73,297,0),(38746,73,298,0),(38747,73,299,0),(38748,73,300,0),(38749,73,301,0),(38750,73,302,0),(38751,73,303,0),(38752,73,304,0),(38753,73,305,0),(38754,73,306,0),(38755,73,307,0),(38756,73,308,0),(38757,73,309,0),(38758,73,310,0),(38759,73,311,0),(38760,73,312,0),(38761,73,313,0),(38762,73,314,0),(38763,73,315,0),(38764,73,316,0),(38765,73,317,0),(38766,73,318,0),(38767,73,319,0),(38768,73,320,0),(38769,73,321,0),(38770,73,322,0),(38771,73,323,0),(38772,73,324,0),(38773,73,325,0),(38774,73,326,0),(38775,73,327,0),(38776,73,328,0),(38777,73,329,0),(38778,73,330,0),(38779,73,331,0),(38780,73,332,0),(38781,73,333,0),(38782,73,334,0),(38783,73,335,0),(38784,73,336,0),(38785,73,337,0),(38786,73,338,0),(38787,73,339,0),(38788,73,340,0),(38789,73,341,0.285714285714286),(38790,73,342,0.228571428571429),(38791,73,343,0.2),(38792,73,344,0.142857142857143),(38793,73,345,0.142857142857143),(38794,73,346,0),(38795,73,347,0),(38796,73,348,0),(38797,73,349,0),(38798,73,350,0),(38799,73,351,0),(38800,73,352,0),(38801,73,353,0),(38802,73,354,0),(38803,73,355,0),(38804,73,356,0),(38805,73,357,0),(38806,73,358,0),(38807,73,359,0),(38808,73,360,0),(38809,73,361,0),(38810,73,362,0),(38811,73,363,0),(38812,73,364,0),(38813,73,365,0),(38814,73,366,0),(38815,73,367,0),(38816,73,368,0),(38817,73,369,0),(38818,73,370,0),(38819,73,371,0),(38820,73,372,0),(38821,73,373,0),(38822,73,374,0),(38823,73,375,0),(38824,73,376,0),(38825,73,377,0),(38826,73,378,0),(38827,73,379,0),(38828,73,380,0),(38829,73,381,0),(38830,73,382,0),(38831,73,383,0),(38832,73,384,0),(38833,73,385,0),(38834,73,386,0),(38835,73,387,0),(38836,73,388,0),(38837,73,389,0),(38838,73,390,0),(38839,73,391,0),(38840,73,392,0),(38841,73,393,0),(38842,73,394,0),(38843,73,395,0),(38844,73,396,0),(38845,73,397,0),(38846,73,398,0),(38847,73,399,0),(38848,73,400,0),(38849,73,401,0),(38850,73,402,0),(38851,73,403,0),(38852,73,404,0),(38853,73,405,0),(38854,73,406,0),(38855,73,407,0),(38856,73,408,0),(38857,73,409,0),(38858,73,410,0),(38859,73,411,0),(38860,73,412,0),(38861,73,413,0),(38862,73,414,0),(38863,73,415,0),(38864,73,416,0),(38865,73,417,0),(38866,73,418,0),(38867,73,419,0),(38868,73,420,0),(38869,73,421,0),(38870,73,422,0),(38871,73,423,0),(38872,73,424,0),(38873,73,425,0),(38874,73,426,0),(38875,73,427,0),(38876,73,428,0),(38877,73,429,0),(38878,73,430,0),(38879,73,431,0),(38880,73,432,0),(38881,73,433,0),(38882,73,434,0),(38883,73,435,0),(38884,73,436,0),(38885,73,437,0),(38886,73,438,0),(38887,73,439,0),(38888,73,440,0),(38889,73,441,0),(38890,73,442,0),(38891,73,443,0),(38892,73,444,0),(38893,73,445,0),(38894,73,446,0),(38895,73,447,0),(38896,73,448,0),(38897,73,449,0),(38898,73,450,0),(38899,73,451,0),(38900,73,452,0),(38901,73,453,0),(38902,73,454,0),(38903,73,455,0),(38904,73,456,0),(38905,73,457,0),(38906,73,458,0),(38907,73,459,0),(38908,73,460,0),(38909,73,461,0),(38910,73,462,0),(38911,73,463,0),(38912,73,464,0),(38913,73,465,0),(38914,73,466,0),(38915,73,467,0),(38916,73,468,0),(38917,73,469,0),(38918,73,470,0),(38919,73,471,0),(38920,73,472,0),(38921,73,473,0),(38922,73,474,0),(38923,73,475,0),(38924,73,476,0),(38925,73,477,0),(38926,73,478,0),(38927,73,479,0),(38928,73,480,0),(38929,73,481,0),(38930,73,482,0),(38931,73,483,0),(38932,73,484,0),(38933,73,485,0),(38934,73,486,0),(38935,73,487,0),(38936,73,488,0),(38937,73,489,0),(38938,73,490,0),(38939,73,491,0),(38940,73,492,0),(38941,73,493,0),(38942,73,494,0),(38943,73,495,0),(38944,73,496,0),(38945,73,497,0),(38946,73,498,0),(38947,73,499,0),(38948,73,500,0),(38949,73,501,0),(38950,73,502,0),(38951,73,503,0),(38952,73,504,0),(38953,73,505,0),(38954,73,506,0),(38955,73,507,0),(38956,73,508,0),(38957,73,509,0),(38958,73,510,0),(38959,73,511,0),(38960,73,512,0),(38961,73,513,0),(38962,73,514,0),(38963,73,515,0),(38964,73,516,0),(38965,73,517,0),(38966,73,518,0),(38967,73,519,0),(38968,73,520,0),(38969,73,521,0),(38970,73,522,0),(38971,73,523,0),(38972,73,524,0),(38973,73,525,0),(38974,73,526,0),(38975,73,527,0),(38976,73,528,0),(38977,73,529,0),(38978,73,530,0),(38979,73,531,0),(38980,73,532,0),(38981,73,533,0),(38982,73,534,0),(38983,74,1,0),(38984,74,2,0),(38985,74,3,0),(38986,74,4,0),(38987,74,5,0),(38988,74,6,0),(38989,74,7,0),(38990,74,8,0),(38991,74,9,0),(38992,74,10,0),(38993,74,11,0),(38994,74,12,0),(38995,74,13,0),(38996,74,14,0),(38997,74,15,0),(38998,74,16,0),(38999,74,17,0),(39000,74,18,0),(39001,74,19,0),(39002,74,20,0),(39003,74,21,0),(39004,74,22,0),(39005,74,23,0),(39006,74,24,0),(39007,74,25,0),(39008,74,26,0),(39009,74,27,0),(39010,74,28,0),(39011,74,29,0),(39012,74,30,0),(39013,74,31,0),(39014,74,32,0),(39015,74,33,0),(39016,74,34,0),(39017,74,35,0),(39018,74,36,0),(39019,74,37,0),(39020,74,38,0),(39021,74,39,0),(39022,74,40,0),(39023,74,41,0),(39024,74,42,0),(39025,74,43,0),(39026,74,44,0),(39027,74,45,0),(39028,74,46,0),(39029,74,47,0),(39030,74,48,0),(39031,74,49,0),(39032,74,50,0),(39033,74,51,0),(39034,74,52,0),(39035,74,53,0),(39036,74,54,0),(39037,74,55,0),(39038,74,56,0),(39039,74,57,0),(39040,74,58,0),(39041,74,59,0),(39042,74,60,0),(39043,74,61,0),(39044,74,62,0),(39045,74,63,0),(39046,74,64,0),(39047,74,65,0),(39048,74,66,0),(39049,74,67,0),(39050,74,68,0),(39051,74,69,0),(39052,74,70,0),(39053,74,71,0),(39054,74,72,0),(39055,74,73,0),(39056,74,74,0),(39057,74,75,0),(39058,74,76,0),(39059,74,77,0),(39060,74,78,0),(39061,74,79,0),(39062,74,80,0),(39063,74,81,0),(39064,74,82,0),(39065,74,83,0),(39066,74,84,0),(39067,74,85,0),(39068,74,86,0),(39069,74,87,0),(39070,74,88,0),(39071,74,89,0),(39072,74,90,0),(39073,74,91,0),(39074,74,92,0),(39075,74,93,0),(39076,74,94,0),(39077,74,95,0),(39078,74,96,0),(39079,74,97,0),(39080,74,98,0),(39081,74,99,0),(39082,74,100,0),(39083,74,101,0),(39084,74,102,0),(39085,74,103,0),(39086,74,104,0),(39087,74,105,0),(39088,74,106,0),(39089,74,107,0),(39090,74,108,0),(39091,74,109,0),(39092,74,110,0),(39093,74,111,0),(39094,74,112,0),(39095,74,113,0),(39096,74,114,0),(39097,74,115,0),(39098,74,116,0),(39099,74,117,0),(39100,74,118,0),(39101,74,119,0),(39102,74,120,0),(39103,74,121,0),(39104,74,122,0),(39105,74,123,0),(39106,74,124,0),(39107,74,125,0),(39108,74,126,0),(39109,74,127,0),(39110,74,128,0),(39111,74,129,0),(39112,74,130,0),(39113,74,131,0),(39114,74,132,0),(39115,74,133,0),(39116,74,134,0),(39117,74,135,0),(39118,74,136,0),(39119,74,137,0),(39120,74,138,0),(39121,74,139,0),(39122,74,140,0),(39123,74,141,0),(39124,74,142,0),(39125,74,143,0),(39126,74,144,0),(39127,74,145,0),(39128,74,146,0),(39129,74,147,0),(39130,74,148,0),(39131,74,149,0),(39132,74,150,0),(39133,74,151,0),(39134,74,152,0),(39135,74,153,0),(39136,74,154,0),(39137,74,155,0),(39138,74,156,0),(39139,74,157,0),(39140,74,158,0),(39141,74,159,0),(39142,74,160,0),(39143,74,161,0),(39144,74,162,0),(39145,74,163,0),(39146,74,164,0),(39147,74,165,0),(39148,74,166,0),(39149,74,167,0),(39150,74,168,0),(39151,74,169,0),(39152,74,170,0),(39153,74,171,0),(39154,74,172,0),(39155,74,173,0),(39156,74,174,0),(39157,74,175,0),(39158,74,176,0),(39159,74,177,0),(39160,74,178,0),(39161,74,179,0),(39162,74,180,0),(39163,74,181,0),(39164,74,182,0),(39165,74,183,0),(39166,74,184,0),(39167,74,185,0),(39168,74,186,0),(39169,74,187,0),(39170,74,188,0),(39171,74,189,0),(39172,74,190,0),(39173,74,191,0),(39174,74,192,0),(39175,74,193,0),(39176,74,194,0),(39177,74,195,0),(39178,74,196,0),(39179,74,197,0),(39180,74,198,0),(39181,74,199,0),(39182,74,200,0),(39183,74,201,0),(39184,74,202,0),(39185,74,203,0),(39186,74,204,0),(39187,74,205,0),(39188,74,206,0),(39189,74,207,0),(39190,74,208,0),(39191,74,209,0),(39192,74,210,0),(39193,74,211,0),(39194,74,212,0),(39195,74,213,0),(39196,74,214,0),(39197,74,215,0),(39198,74,216,0),(39199,74,217,0),(39200,74,218,0),(39201,74,219,0),(39202,74,220,0),(39203,74,221,0),(39204,74,222,0),(39205,74,223,0),(39206,74,224,0),(39207,74,225,0),(39208,74,226,0),(39209,74,227,0),(39210,74,228,0),(39211,74,229,0),(39212,74,230,0),(39213,74,231,0),(39214,74,232,0),(39215,74,233,0),(39216,74,234,0),(39217,74,235,0),(39218,74,236,0),(39219,74,237,0),(39220,74,238,0),(39221,74,239,0),(39222,74,240,0),(39223,74,241,0),(39224,74,242,0),(39225,74,243,0),(39226,74,244,0),(39227,74,245,0),(39228,74,246,0),(39229,74,247,0),(39230,74,248,0),(39231,74,249,0),(39232,74,250,0),(39233,74,251,0),(39234,74,252,0),(39235,74,253,0),(39236,74,254,0),(39237,74,255,0),(39238,74,256,0),(39239,74,257,0),(39240,74,258,0),(39241,74,259,0),(39242,74,260,0),(39243,74,261,0),(39244,74,262,0),(39245,74,263,0),(39246,74,264,0),(39247,74,265,0),(39248,74,266,0),(39249,74,267,0),(39250,74,268,0),(39251,74,269,0),(39252,74,270,0),(39253,74,271,0),(39254,74,272,0),(39255,74,273,0),(39256,74,274,0),(39257,74,275,0),(39258,74,276,0),(39259,74,277,0),(39260,74,278,0),(39261,74,279,0),(39262,74,280,0),(39263,74,281,0),(39264,74,282,0),(39265,74,283,0),(39266,74,284,0),(39267,74,285,0),(39268,74,286,0),(39269,74,287,0),(39270,74,288,0),(39271,74,289,0),(39272,74,290,0),(39273,74,291,0),(39274,74,292,0),(39275,74,293,0),(39276,74,294,0),(39277,74,295,0),(39278,74,296,0),(39279,74,297,0),(39280,74,298,0),(39281,74,299,0),(39282,74,300,0),(39283,74,301,0),(39284,74,302,0),(39285,74,303,0),(39286,74,304,0),(39287,74,305,0),(39288,74,306,0),(39289,74,307,0),(39290,74,308,0),(39291,74,309,0),(39292,74,310,0),(39293,74,311,0),(39294,74,312,0),(39295,74,313,0),(39296,74,314,0),(39297,74,315,0),(39298,74,316,0),(39299,74,317,0),(39300,74,318,0),(39301,74,319,0),(39302,74,320,0),(39303,74,321,0),(39304,74,322,0),(39305,74,323,0),(39306,74,324,0),(39307,74,325,0),(39308,74,326,0),(39309,74,327,0),(39310,74,328,0),(39311,74,329,0),(39312,74,330,0),(39313,74,331,0),(39314,74,332,0),(39315,74,333,0),(39316,74,334,0),(39317,74,335,0),(39318,74,336,0),(39319,74,337,0),(39320,74,338,0),(39321,74,339,0),(39322,74,340,0),(39323,74,341,0),(39324,74,342,0),(39325,74,343,0),(39326,74,344,0),(39327,74,345,0),(39328,74,346,0.588235294117647),(39329,74,347,0.411764705882353),(39330,74,348,0),(39331,74,349,0),(39332,74,350,0),(39333,74,351,0),(39334,74,352,0),(39335,74,353,0),(39336,74,354,0),(39337,74,355,0),(39338,74,356,0),(39339,74,357,0),(39340,74,358,0),(39341,74,359,0),(39342,74,360,0),(39343,74,361,0),(39344,74,362,0),(39345,74,363,0),(39346,74,364,0),(39347,74,365,0),(39348,74,366,0),(39349,74,367,0),(39350,74,368,0),(39351,74,369,0),(39352,74,370,0),(39353,74,371,0),(39354,74,372,0),(39355,74,373,0),(39356,74,374,0),(39357,74,375,0),(39358,74,376,0),(39359,74,377,0),(39360,74,378,0),(39361,74,379,0),(39362,74,380,0),(39363,74,381,0),(39364,74,382,0),(39365,74,383,0),(39366,74,384,0),(39367,74,385,0),(39368,74,386,0),(39369,74,387,0),(39370,74,388,0),(39371,74,389,0),(39372,74,390,0),(39373,74,391,0),(39374,74,392,0),(39375,74,393,0),(39376,74,394,0),(39377,74,395,0),(39378,74,396,0),(39379,74,397,0),(39380,74,398,0),(39381,74,399,0),(39382,74,400,0),(39383,74,401,0),(39384,74,402,0),(39385,74,403,0),(39386,74,404,0),(39387,74,405,0),(39388,74,406,0),(39389,74,407,0),(39390,74,408,0),(39391,74,409,0),(39392,74,410,0),(39393,74,411,0),(39394,74,412,0),(39395,74,413,0),(39396,74,414,0),(39397,74,415,0),(39398,74,416,0),(39399,74,417,0),(39400,74,418,0),(39401,74,419,0),(39402,74,420,0),(39403,74,421,0),(39404,74,422,0),(39405,74,423,0),(39406,74,424,0),(39407,74,425,0),(39408,74,426,0),(39409,74,427,0),(39410,74,428,0),(39411,74,429,0),(39412,74,430,0),(39413,74,431,0),(39414,74,432,0),(39415,74,433,0),(39416,74,434,0),(39417,74,435,0),(39418,74,436,0),(39419,74,437,0),(39420,74,438,0),(39421,74,439,0),(39422,74,440,0),(39423,74,441,0),(39424,74,442,0),(39425,74,443,0),(39426,74,444,0),(39427,74,445,0),(39428,74,446,0),(39429,74,447,0),(39430,74,448,0),(39431,74,449,0),(39432,74,450,0),(39433,74,451,0),(39434,74,452,0),(39435,74,453,0),(39436,74,454,0),(39437,74,455,0),(39438,74,456,0),(39439,74,457,0),(39440,74,458,0),(39441,74,459,0),(39442,74,460,0),(39443,74,461,0),(39444,74,462,0),(39445,74,463,0),(39446,74,464,0),(39447,74,465,0),(39448,74,466,0),(39449,74,467,0),(39450,74,468,0),(39451,74,469,0),(39452,74,470,0),(39453,74,471,0),(39454,74,472,0),(39455,74,473,0),(39456,74,474,0),(39457,74,475,0),(39458,74,476,0),(39459,74,477,0),(39460,74,478,0),(39461,74,479,0),(39462,74,480,0),(39463,74,481,0),(39464,74,482,0),(39465,74,483,0),(39466,74,484,0),(39467,74,485,0),(39468,74,486,0),(39469,74,487,0),(39470,74,488,0),(39471,74,489,0),(39472,74,490,0),(39473,74,491,0),(39474,74,492,0),(39475,74,493,0),(39476,74,494,0),(39477,74,495,0),(39478,74,496,0),(39479,74,497,0),(39480,74,498,0),(39481,74,499,0),(39482,74,500,0),(39483,74,501,0),(39484,74,502,0),(39485,74,503,0),(39486,74,504,0),(39487,74,505,0),(39488,74,506,0),(39489,74,507,0),(39490,74,508,0),(39491,74,509,0),(39492,74,510,0),(39493,74,511,0),(39494,74,512,0),(39495,74,513,0),(39496,74,514,0),(39497,74,515,0),(39498,74,516,0),(39499,74,517,0),(39500,74,518,0),(39501,74,519,0),(39502,74,520,0),(39503,74,521,0),(39504,74,522,0),(39505,74,523,0),(39506,74,524,0),(39507,74,525,0),(39508,74,526,0),(39509,74,527,0),(39510,74,528,0),(39511,74,529,0),(39512,74,530,0),(39513,74,531,0),(39514,74,532,0),(39515,74,533,0),(39516,74,534,0),(39517,75,1,0),(39518,75,2,0),(39519,75,3,0),(39520,75,4,0),(39521,75,5,0),(39522,75,6,0),(39523,75,7,0),(39524,75,8,0),(39525,75,9,0),(39526,75,10,0),(39527,75,11,0),(39528,75,12,0),(39529,75,13,0),(39530,75,14,0),(39531,75,15,0),(39532,75,16,0),(39533,75,17,0),(39534,75,18,0),(39535,75,19,0),(39536,75,20,0),(39537,75,21,0),(39538,75,22,0),(39539,75,23,0),(39540,75,24,0),(39541,75,25,0),(39542,75,26,0),(39543,75,27,0),(39544,75,28,0),(39545,75,29,0),(39546,75,30,0),(39547,75,31,0),(39548,75,32,0),(39549,75,33,0),(39550,75,34,0),(39551,75,35,0),(39552,75,36,0),(39553,75,37,0),(39554,75,38,0),(39555,75,39,0),(39556,75,40,0),(39557,75,41,0),(39558,75,42,0),(39559,75,43,0),(39560,75,44,0),(39561,75,45,0),(39562,75,46,0),(39563,75,47,0),(39564,75,48,0),(39565,75,49,0),(39566,75,50,0),(39567,75,51,0),(39568,75,52,0),(39569,75,53,0),(39570,75,54,0),(39571,75,55,0),(39572,75,56,0),(39573,75,57,0),(39574,75,58,0),(39575,75,59,0),(39576,75,60,0),(39577,75,61,0),(39578,75,62,0),(39579,75,63,0),(39580,75,64,0),(39581,75,65,0),(39582,75,66,0),(39583,75,67,0),(39584,75,68,0),(39585,75,69,0),(39586,75,70,0),(39587,75,71,0),(39588,75,72,0),(39589,75,73,0),(39590,75,74,0),(39591,75,75,0),(39592,75,76,0),(39593,75,77,0),(39594,75,78,0),(39595,75,79,0),(39596,75,80,0),(39597,75,81,0),(39598,75,82,0),(39599,75,83,0),(39600,75,84,0),(39601,75,85,0),(39602,75,86,0),(39603,75,87,0),(39604,75,88,0),(39605,75,89,0),(39606,75,90,0),(39607,75,91,0),(39608,75,92,0),(39609,75,93,0),(39610,75,94,0),(39611,75,95,0),(39612,75,96,0),(39613,75,97,0),(39614,75,98,0),(39615,75,99,0),(39616,75,100,0),(39617,75,101,0),(39618,75,102,0),(39619,75,103,0),(39620,75,104,0),(39621,75,105,0),(39622,75,106,0),(39623,75,107,0),(39624,75,108,0),(39625,75,109,0),(39626,75,110,0),(39627,75,111,0),(39628,75,112,0),(39629,75,113,0),(39630,75,114,0),(39631,75,115,0),(39632,75,116,0),(39633,75,117,0),(39634,75,118,0),(39635,75,119,0),(39636,75,120,0),(39637,75,121,0),(39638,75,122,0),(39639,75,123,0),(39640,75,124,0),(39641,75,125,0),(39642,75,126,0),(39643,75,127,0),(39644,75,128,0),(39645,75,129,0),(39646,75,130,0),(39647,75,131,0),(39648,75,132,0),(39649,75,133,0),(39650,75,134,0),(39651,75,135,0),(39652,75,136,0),(39653,75,137,0),(39654,75,138,0),(39655,75,139,0),(39656,75,140,0),(39657,75,141,0),(39658,75,142,0),(39659,75,143,0),(39660,75,144,0),(39661,75,145,0),(39662,75,146,0),(39663,75,147,0),(39664,75,148,0),(39665,75,149,0),(39666,75,150,0),(39667,75,151,0),(39668,75,152,0),(39669,75,153,0),(39670,75,154,0),(39671,75,155,0),(39672,75,156,0),(39673,75,157,0),(39674,75,158,0),(39675,75,159,0),(39676,75,160,0),(39677,75,161,0),(39678,75,162,0),(39679,75,163,0),(39680,75,164,0),(39681,75,165,0),(39682,75,166,0),(39683,75,167,0),(39684,75,168,0),(39685,75,169,0),(39686,75,170,0),(39687,75,171,0),(39688,75,172,0),(39689,75,173,0),(39690,75,174,0),(39691,75,175,0),(39692,75,176,0),(39693,75,177,0),(39694,75,178,0),(39695,75,179,0),(39696,75,180,0),(39697,75,181,0),(39698,75,182,0),(39699,75,183,0),(39700,75,184,0),(39701,75,185,0),(39702,75,186,0),(39703,75,187,0),(39704,75,188,0),(39705,75,189,0),(39706,75,190,0),(39707,75,191,0),(39708,75,192,0),(39709,75,193,0),(39710,75,194,0),(39711,75,195,0),(39712,75,196,0),(39713,75,197,0),(39714,75,198,0),(39715,75,199,0),(39716,75,200,0),(39717,75,201,0),(39718,75,202,0),(39719,75,203,0),(39720,75,204,0),(39721,75,205,0),(39722,75,206,0),(39723,75,207,0),(39724,75,208,0),(39725,75,209,0),(39726,75,210,0),(39727,75,211,0),(39728,75,212,0),(39729,75,213,0),(39730,75,214,0),(39731,75,215,0),(39732,75,216,0),(39733,75,217,0),(39734,75,218,0),(39735,75,219,0),(39736,75,220,0),(39737,75,221,0),(39738,75,222,0),(39739,75,223,0),(39740,75,224,0),(39741,75,225,0),(39742,75,226,0),(39743,75,227,0),(39744,75,228,0),(39745,75,229,0),(39746,75,230,0),(39747,75,231,0),(39748,75,232,0),(39749,75,233,0),(39750,75,234,0),(39751,75,235,0),(39752,75,236,0),(39753,75,237,0),(39754,75,238,0),(39755,75,239,0),(39756,75,240,0),(39757,75,241,0),(39758,75,242,0),(39759,75,243,0),(39760,75,244,0),(39761,75,245,0),(39762,75,246,0),(39763,75,247,0),(39764,75,248,0),(39765,75,249,0),(39766,75,250,0),(39767,75,251,0),(39768,75,252,0),(39769,75,253,0),(39770,75,254,0),(39771,75,255,0),(39772,75,256,0),(39773,75,257,0),(39774,75,258,0),(39775,75,259,0),(39776,75,260,0),(39777,75,261,0),(39778,75,262,0),(39779,75,263,0),(39780,75,264,0),(39781,75,265,0),(39782,75,266,0),(39783,75,267,0),(39784,75,268,0),(39785,75,269,0),(39786,75,270,0),(39787,75,271,0),(39788,75,272,0),(39789,75,273,0),(39790,75,274,0),(39791,75,275,0),(39792,75,276,0),(39793,75,277,0),(39794,75,278,0),(39795,75,279,0),(39796,75,280,0),(39797,75,281,0),(39798,75,282,0),(39799,75,283,0),(39800,75,284,0),(39801,75,285,0),(39802,75,286,0),(39803,75,287,0),(39804,75,288,0),(39805,75,289,0),(39806,75,290,0),(39807,75,291,0),(39808,75,292,0),(39809,75,293,0),(39810,75,294,0),(39811,75,295,0),(39812,75,296,0),(39813,75,297,0),(39814,75,298,0),(39815,75,299,0),(39816,75,300,0),(39817,75,301,0),(39818,75,302,0),(39819,75,303,0),(39820,75,304,0),(39821,75,305,0),(39822,75,306,0),(39823,75,307,0),(39824,75,308,0),(39825,75,309,0),(39826,75,310,0),(39827,75,311,0),(39828,75,312,0),(39829,75,313,0),(39830,75,314,0),(39831,75,315,0),(39832,75,316,0),(39833,75,317,0),(39834,75,318,0),(39835,75,319,0),(39836,75,320,0),(39837,75,321,0),(39838,75,322,0),(39839,75,323,0),(39840,75,324,0),(39841,75,325,0),(39842,75,326,0),(39843,75,327,0),(39844,75,328,0),(39845,75,329,0),(39846,75,330,0),(39847,75,331,0),(39848,75,332,0),(39849,75,333,0),(39850,75,334,0),(39851,75,335,0),(39852,75,336,0),(39853,75,337,0),(39854,75,338,0),(39855,75,339,0),(39856,75,340,0),(39857,75,341,0),(39858,75,342,0),(39859,75,343,0),(39860,75,344,0),(39861,75,345,0),(39862,75,346,0),(39863,75,347,0),(39864,75,348,0.37037037037037),(39865,75,349,0.259259259259259),(39866,75,350,0.148148148148148),(39867,75,351,0.111111111111111),(39868,75,352,0.111111111111111),(39869,75,353,0),(39870,75,354,0),(39871,75,355,0),(39872,75,356,0),(39873,75,357,0),(39874,75,358,0),(39875,75,359,0),(39876,75,360,0),(39877,75,361,0),(39878,75,362,0),(39879,75,363,0),(39880,75,364,0),(39881,75,365,0),(39882,75,366,0),(39883,75,367,0),(39884,75,368,0),(39885,75,369,0),(39886,75,370,0),(39887,75,371,0),(39888,75,372,0),(39889,75,373,0),(39890,75,374,0),(39891,75,375,0),(39892,75,376,0),(39893,75,377,0),(39894,75,378,0),(39895,75,379,0),(39896,75,380,0),(39897,75,381,0),(39898,75,382,0),(39899,75,383,0),(39900,75,384,0),(39901,75,385,0),(39902,75,386,0),(39903,75,387,0),(39904,75,388,0),(39905,75,389,0),(39906,75,390,0),(39907,75,391,0),(39908,75,392,0),(39909,75,393,0),(39910,75,394,0),(39911,75,395,0),(39912,75,396,0),(39913,75,397,0),(39914,75,398,0),(39915,75,399,0),(39916,75,400,0),(39917,75,401,0),(39918,75,402,0),(39919,75,403,0),(39920,75,404,0),(39921,75,405,0),(39922,75,406,0),(39923,75,407,0),(39924,75,408,0),(39925,75,409,0),(39926,75,410,0),(39927,75,411,0),(39928,75,412,0),(39929,75,413,0),(39930,75,414,0),(39931,75,415,0),(39932,75,416,0),(39933,75,417,0),(39934,75,418,0),(39935,75,419,0),(39936,75,420,0),(39937,75,421,0),(39938,75,422,0),(39939,75,423,0),(39940,75,424,0),(39941,75,425,0),(39942,75,426,0),(39943,75,427,0),(39944,75,428,0),(39945,75,429,0),(39946,75,430,0),(39947,75,431,0),(39948,75,432,0),(39949,75,433,0),(39950,75,434,0),(39951,75,435,0),(39952,75,436,0),(39953,75,437,0),(39954,75,438,0),(39955,75,439,0),(39956,75,440,0),(39957,75,441,0),(39958,75,442,0),(39959,75,443,0),(39960,75,444,0),(39961,75,445,0),(39962,75,446,0),(39963,75,447,0),(39964,75,448,0),(39965,75,449,0),(39966,75,450,0),(39967,75,451,0),(39968,75,452,0),(39969,75,453,0),(39970,75,454,0),(39971,75,455,0),(39972,75,456,0),(39973,75,457,0),(39974,75,458,0),(39975,75,459,0),(39976,75,460,0),(39977,75,461,0),(39978,75,462,0),(39979,75,463,0),(39980,75,464,0),(39981,75,465,0),(39982,75,466,0),(39983,75,467,0),(39984,75,468,0),(39985,75,469,0),(39986,75,470,0),(39987,75,471,0),(39988,75,472,0),(39989,75,473,0),(39990,75,474,0),(39991,75,475,0),(39992,75,476,0),(39993,75,477,0),(39994,75,478,0),(39995,75,479,0),(39996,75,480,0),(39997,75,481,0),(39998,75,482,0),(39999,75,483,0),(40000,75,484,0),(40001,75,485,0),(40002,75,486,0),(40003,75,487,0),(40004,75,488,0),(40005,75,489,0),(40006,75,490,0),(40007,75,491,0),(40008,75,492,0),(40009,75,493,0),(40010,75,494,0),(40011,75,495,0),(40012,75,496,0),(40013,75,497,0),(40014,75,498,0),(40015,75,499,0),(40016,75,500,0),(40017,75,501,0),(40018,75,502,0),(40019,75,503,0),(40020,75,504,0),(40021,75,505,0),(40022,75,506,0),(40023,75,507,0),(40024,75,508,0),(40025,75,509,0),(40026,75,510,0),(40027,75,511,0),(40028,75,512,0),(40029,75,513,0),(40030,75,514,0),(40031,75,515,0),(40032,75,516,0),(40033,75,517,0),(40034,75,518,0),(40035,75,519,0),(40036,75,520,0),(40037,75,521,0),(40038,75,522,0),(40039,75,523,0),(40040,75,524,0),(40041,75,525,0),(40042,75,526,0),(40043,75,527,0),(40044,75,528,0),(40045,75,529,0),(40046,75,530,0),(40047,75,531,0),(40048,75,532,0),(40049,75,533,0),(40050,75,534,0),(40051,76,1,0),(40052,76,2,0),(40053,76,3,0),(40054,76,4,0),(40055,76,5,0),(40056,76,6,0),(40057,76,7,0),(40058,76,8,0),(40059,76,9,0),(40060,76,10,0),(40061,76,11,0),(40062,76,12,0),(40063,76,13,0),(40064,76,14,0),(40065,76,15,0),(40066,76,16,0),(40067,76,17,0),(40068,76,18,0),(40069,76,19,0),(40070,76,20,0),(40071,76,21,0),(40072,76,22,0),(40073,76,23,0),(40074,76,24,0),(40075,76,25,0),(40076,76,26,0),(40077,76,27,0),(40078,76,28,0),(40079,76,29,0),(40080,76,30,0),(40081,76,31,0),(40082,76,32,0),(40083,76,33,0),(40084,76,34,0),(40085,76,35,0),(40086,76,36,0),(40087,76,37,0),(40088,76,38,0),(40089,76,39,0),(40090,76,40,0),(40091,76,41,0),(40092,76,42,0),(40093,76,43,0),(40094,76,44,0),(40095,76,45,0),(40096,76,46,0),(40097,76,47,0),(40098,76,48,0),(40099,76,49,0),(40100,76,50,0),(40101,76,51,0),(40102,76,52,0),(40103,76,53,0),(40104,76,54,0),(40105,76,55,0),(40106,76,56,0),(40107,76,57,0),(40108,76,58,0),(40109,76,59,0),(40110,76,60,0),(40111,76,61,0),(40112,76,62,0),(40113,76,63,0),(40114,76,64,0),(40115,76,65,0),(40116,76,66,0),(40117,76,67,0),(40118,76,68,0),(40119,76,69,0),(40120,76,70,0),(40121,76,71,0),(40122,76,72,0),(40123,76,73,0),(40124,76,74,0),(40125,76,75,0),(40126,76,76,0),(40127,76,77,0),(40128,76,78,0),(40129,76,79,0),(40130,76,80,0),(40131,76,81,0),(40132,76,82,0),(40133,76,83,0),(40134,76,84,0),(40135,76,85,0),(40136,76,86,0),(40137,76,87,0),(40138,76,88,0),(40139,76,89,0),(40140,76,90,0),(40141,76,91,0),(40142,76,92,0),(40143,76,93,0),(40144,76,94,0),(40145,76,95,0),(40146,76,96,0),(40147,76,97,0),(40148,76,98,0),(40149,76,99,0),(40150,76,100,0),(40151,76,101,0),(40152,76,102,0),(40153,76,103,0),(40154,76,104,0),(40155,76,105,0),(40156,76,106,0),(40157,76,107,0),(40158,76,108,0),(40159,76,109,0),(40160,76,110,0),(40161,76,111,0),(40162,76,112,0),(40163,76,113,0),(40164,76,114,0),(40165,76,115,0),(40166,76,116,0),(40167,76,117,0),(40168,76,118,0),(40169,76,119,0),(40170,76,120,0),(40171,76,121,0),(40172,76,122,0),(40173,76,123,0),(40174,76,124,0),(40175,76,125,0),(40176,76,126,0),(40177,76,127,0),(40178,76,128,0),(40179,76,129,0),(40180,76,130,0),(40181,76,131,0),(40182,76,132,0),(40183,76,133,0),(40184,76,134,0),(40185,76,135,0),(40186,76,136,0),(40187,76,137,0),(40188,76,138,0),(40189,76,139,0),(40190,76,140,0),(40191,76,141,0),(40192,76,142,0),(40193,76,143,0),(40194,76,144,0),(40195,76,145,0),(40196,76,146,0),(40197,76,147,0),(40198,76,148,0),(40199,76,149,0),(40200,76,150,0),(40201,76,151,0),(40202,76,152,0),(40203,76,153,0),(40204,76,154,0),(40205,76,155,0),(40206,76,156,0),(40207,76,157,0),(40208,76,158,0),(40209,76,159,0),(40210,76,160,0),(40211,76,161,0),(40212,76,162,0),(40213,76,163,0),(40214,76,164,0),(40215,76,165,0),(40216,76,166,0),(40217,76,167,0),(40218,76,168,0),(40219,76,169,0),(40220,76,170,0),(40221,76,171,0),(40222,76,172,0),(40223,76,173,0),(40224,76,174,0),(40225,76,175,0),(40226,76,176,0),(40227,76,177,0),(40228,76,178,0),(40229,76,179,0),(40230,76,180,0),(40231,76,181,0),(40232,76,182,0),(40233,76,183,0),(40234,76,184,0),(40235,76,185,0),(40236,76,186,0),(40237,76,187,0),(40238,76,188,0),(40239,76,189,0),(40240,76,190,0),(40241,76,191,0),(40242,76,192,0),(40243,76,193,0),(40244,76,194,0),(40245,76,195,0),(40246,76,196,0),(40247,76,197,0),(40248,76,198,0),(40249,76,199,0),(40250,76,200,0),(40251,76,201,0),(40252,76,202,0),(40253,76,203,0),(40254,76,204,0),(40255,76,205,0),(40256,76,206,0),(40257,76,207,0),(40258,76,208,0),(40259,76,209,0),(40260,76,210,0),(40261,76,211,0),(40262,76,212,0),(40263,76,213,0),(40264,76,214,0),(40265,76,215,0),(40266,76,216,0),(40267,76,217,0),(40268,76,218,0),(40269,76,219,0),(40270,76,220,0),(40271,76,221,0),(40272,76,222,0),(40273,76,223,0),(40274,76,224,0),(40275,76,225,0),(40276,76,226,0),(40277,76,227,0),(40278,76,228,0),(40279,76,229,0),(40280,76,230,0),(40281,76,231,0),(40282,76,232,0),(40283,76,233,0),(40284,76,234,0),(40285,76,235,0),(40286,76,236,0),(40287,76,237,0),(40288,76,238,0),(40289,76,239,0),(40290,76,240,0),(40291,76,241,0),(40292,76,242,0),(40293,76,243,0),(40294,76,244,0),(40295,76,245,0),(40296,76,246,0),(40297,76,247,0),(40298,76,248,0),(40299,76,249,0),(40300,76,250,0),(40301,76,251,0),(40302,76,252,0),(40303,76,253,0),(40304,76,254,0),(40305,76,255,0),(40306,76,256,0),(40307,76,257,0),(40308,76,258,0),(40309,76,259,0),(40310,76,260,0),(40311,76,261,0),(40312,76,262,0),(40313,76,263,0),(40314,76,264,0),(40315,76,265,0),(40316,76,266,0),(40317,76,267,0),(40318,76,268,0),(40319,76,269,0),(40320,76,270,0),(40321,76,271,0),(40322,76,272,0),(40323,76,273,0),(40324,76,274,0),(40325,76,275,0),(40326,76,276,0),(40327,76,277,0),(40328,76,278,0),(40329,76,279,0),(40330,76,280,0),(40331,76,281,0),(40332,76,282,0),(40333,76,283,0),(40334,76,284,0),(40335,76,285,0),(40336,76,286,0),(40337,76,287,0),(40338,76,288,0),(40339,76,289,0),(40340,76,290,0),(40341,76,291,0),(40342,76,292,0),(40343,76,293,0),(40344,76,294,0),(40345,76,295,0),(40346,76,296,0),(40347,76,297,0),(40348,76,298,0),(40349,76,299,0),(40350,76,300,0),(40351,76,301,0),(40352,76,302,0),(40353,76,303,0),(40354,76,304,0),(40355,76,305,0),(40356,76,306,0),(40357,76,307,0),(40358,76,308,0),(40359,76,309,0),(40360,76,310,0),(40361,76,311,0),(40362,76,312,0),(40363,76,313,0),(40364,76,314,0),(40365,76,315,0),(40366,76,316,0),(40367,76,317,0),(40368,76,318,0),(40369,76,319,0),(40370,76,320,0),(40371,76,321,0),(40372,76,322,0),(40373,76,323,0),(40374,76,324,0),(40375,76,325,0),(40376,76,326,0),(40377,76,327,0),(40378,76,328,0),(40379,76,329,0),(40380,76,330,0),(40381,76,331,0),(40382,76,332,0),(40383,76,333,0),(40384,76,334,0),(40385,76,335,0),(40386,76,336,0),(40387,76,337,0),(40388,76,338,0),(40389,76,339,0),(40390,76,340,0),(40391,76,341,0),(40392,76,342,0),(40393,76,343,0),(40394,76,344,0),(40395,76,345,0),(40396,76,346,0),(40397,76,347,0),(40398,76,348,0),(40399,76,349,0),(40400,76,350,0),(40401,76,351,0),(40402,76,352,0),(40403,76,353,0.192307692307692),(40404,76,354,0.134615384615385),(40405,76,355,0.134615384615385),(40406,76,356,0.0961538461538462),(40407,76,357,0.115384615384615),(40408,76,358,0.115384615384615),(40409,76,359,0.0576923076923077),(40410,76,360,0.0576923076923077),(40411,76,361,0.0384615384615385),(40412,76,362,0.0576923076923077),(40413,76,363,0),(40414,76,364,0),(40415,76,365,0),(40416,76,366,0),(40417,76,367,0),(40418,76,368,0),(40419,76,369,0),(40420,76,370,0),(40421,76,371,0),(40422,76,372,0),(40423,76,373,0),(40424,76,374,0),(40425,76,375,0),(40426,76,376,0),(40427,76,377,0),(40428,76,378,0),(40429,76,379,0),(40430,76,380,0),(40431,76,381,0),(40432,76,382,0),(40433,76,383,0),(40434,76,384,0),(40435,76,385,0),(40436,76,386,0),(40437,76,387,0),(40438,76,388,0),(40439,76,389,0),(40440,76,390,0),(40441,76,391,0),(40442,76,392,0),(40443,76,393,0),(40444,76,394,0),(40445,76,395,0),(40446,76,396,0),(40447,76,397,0),(40448,76,398,0),(40449,76,399,0),(40450,76,400,0),(40451,76,401,0),(40452,76,402,0),(40453,76,403,0),(40454,76,404,0),(40455,76,405,0),(40456,76,406,0),(40457,76,407,0),(40458,76,408,0),(40459,76,409,0),(40460,76,410,0),(40461,76,411,0),(40462,76,412,0),(40463,76,413,0),(40464,76,414,0),(40465,76,415,0),(40466,76,416,0),(40467,76,417,0),(40468,76,418,0),(40469,76,419,0),(40470,76,420,0),(40471,76,421,0),(40472,76,422,0),(40473,76,423,0),(40474,76,424,0),(40475,76,425,0),(40476,76,426,0),(40477,76,427,0),(40478,76,428,0),(40479,76,429,0),(40480,76,430,0),(40481,76,431,0),(40482,76,432,0),(40483,76,433,0),(40484,76,434,0),(40485,76,435,0),(40486,76,436,0),(40487,76,437,0),(40488,76,438,0),(40489,76,439,0),(40490,76,440,0),(40491,76,441,0),(40492,76,442,0),(40493,76,443,0),(40494,76,444,0),(40495,76,445,0),(40496,76,446,0),(40497,76,447,0),(40498,76,448,0),(40499,76,449,0),(40500,76,450,0),(40501,76,451,0),(40502,76,452,0),(40503,76,453,0),(40504,76,454,0),(40505,76,455,0),(40506,76,456,0),(40507,76,457,0),(40508,76,458,0),(40509,76,459,0),(40510,76,460,0),(40511,76,461,0),(40512,76,462,0),(40513,76,463,0),(40514,76,464,0),(40515,76,465,0),(40516,76,466,0),(40517,76,467,0),(40518,76,468,0),(40519,76,469,0),(40520,76,470,0),(40521,76,471,0),(40522,76,472,0),(40523,76,473,0),(40524,76,474,0),(40525,76,475,0),(40526,76,476,0),(40527,76,477,0),(40528,76,478,0),(40529,76,479,0),(40530,76,480,0),(40531,76,481,0),(40532,76,482,0),(40533,76,483,0),(40534,76,484,0),(40535,76,485,0),(40536,76,486,0),(40537,76,487,0),(40538,76,488,0),(40539,76,489,0),(40540,76,490,0),(40541,76,491,0),(40542,76,492,0),(40543,76,493,0),(40544,76,494,0),(40545,76,495,0),(40546,76,496,0),(40547,76,497,0),(40548,76,498,0),(40549,76,499,0),(40550,76,500,0),(40551,76,501,0),(40552,76,502,0),(40553,76,503,0),(40554,76,504,0),(40555,76,505,0),(40556,76,506,0),(40557,76,507,0),(40558,76,508,0),(40559,76,509,0),(40560,76,510,0),(40561,76,511,0),(40562,76,512,0),(40563,76,513,0),(40564,76,514,0),(40565,76,515,0),(40566,76,516,0),(40567,76,517,0),(40568,76,518,0),(40569,76,519,0),(40570,76,520,0),(40571,76,521,0),(40572,76,522,0),(40573,76,523,0),(40574,76,524,0),(40575,76,525,0),(40576,76,526,0),(40577,76,527,0),(40578,76,528,0),(40579,76,529,0),(40580,76,530,0),(40581,76,531,0),(40582,76,532,0),(40583,76,533,0),(40584,76,534,0),(40585,77,1,0),(40586,77,2,0),(40587,77,3,0),(40588,77,4,0),(40589,77,5,0),(40590,77,6,0),(40591,77,7,0),(40592,77,8,0),(40593,77,9,0),(40594,77,10,0),(40595,77,11,0),(40596,77,12,0),(40597,77,13,0),(40598,77,14,0),(40599,77,15,0),(40600,77,16,0),(40601,77,17,0),(40602,77,18,0),(40603,77,19,0),(40604,77,20,0),(40605,77,21,0),(40606,77,22,0),(40607,77,23,0),(40608,77,24,0),(40609,77,25,0),(40610,77,26,0),(40611,77,27,0),(40612,77,28,0),(40613,77,29,0),(40614,77,30,0),(40615,77,31,0),(40616,77,32,0),(40617,77,33,0),(40618,77,34,0),(40619,77,35,0),(40620,77,36,0),(40621,77,37,0),(40622,77,38,0),(40623,77,39,0),(40624,77,40,0),(40625,77,41,0),(40626,77,42,0),(40627,77,43,0),(40628,77,44,0),(40629,77,45,0),(40630,77,46,0),(40631,77,47,0),(40632,77,48,0),(40633,77,49,0),(40634,77,50,0),(40635,77,51,0),(40636,77,52,0),(40637,77,53,0),(40638,77,54,0),(40639,77,55,0),(40640,77,56,0),(40641,77,57,0),(40642,77,58,0),(40643,77,59,0),(40644,77,60,0),(40645,77,61,0),(40646,77,62,0),(40647,77,63,0),(40648,77,64,0),(40649,77,65,0),(40650,77,66,0),(40651,77,67,0),(40652,77,68,0),(40653,77,69,0),(40654,77,70,0),(40655,77,71,0),(40656,77,72,0),(40657,77,73,0),(40658,77,74,0),(40659,77,75,0),(40660,77,76,0),(40661,77,77,0),(40662,77,78,0),(40663,77,79,0),(40664,77,80,0),(40665,77,81,0),(40666,77,82,0),(40667,77,83,0),(40668,77,84,0),(40669,77,85,0),(40670,77,86,0),(40671,77,87,0),(40672,77,88,0),(40673,77,89,0),(40674,77,90,0),(40675,77,91,0),(40676,77,92,0),(40677,77,93,0),(40678,77,94,0),(40679,77,95,0),(40680,77,96,0),(40681,77,97,0),(40682,77,98,0),(40683,77,99,0),(40684,77,100,0),(40685,77,101,0),(40686,77,102,0),(40687,77,103,0),(40688,77,104,0),(40689,77,105,0),(40690,77,106,0),(40691,77,107,0),(40692,77,108,0),(40693,77,109,0),(40694,77,110,0),(40695,77,111,0),(40696,77,112,0),(40697,77,113,0),(40698,77,114,0),(40699,77,115,0),(40700,77,116,0),(40701,77,117,0),(40702,77,118,0),(40703,77,119,0),(40704,77,120,0),(40705,77,121,0),(40706,77,122,0),(40707,77,123,0),(40708,77,124,0),(40709,77,125,0),(40710,77,126,0),(40711,77,127,0),(40712,77,128,0),(40713,77,129,0),(40714,77,130,0),(40715,77,131,0),(40716,77,132,0),(40717,77,133,0),(40718,77,134,0),(40719,77,135,0),(40720,77,136,0),(40721,77,137,0),(40722,77,138,0),(40723,77,139,0),(40724,77,140,0),(40725,77,141,0),(40726,77,142,0),(40727,77,143,0),(40728,77,144,0),(40729,77,145,0),(40730,77,146,0),(40731,77,147,0),(40732,77,148,0),(40733,77,149,0),(40734,77,150,0),(40735,77,151,0),(40736,77,152,0),(40737,77,153,0),(40738,77,154,0),(40739,77,155,0),(40740,77,156,0),(40741,77,157,0),(40742,77,158,0),(40743,77,159,0),(40744,77,160,0),(40745,77,161,0),(40746,77,162,0),(40747,77,163,0),(40748,77,164,0),(40749,77,165,0),(40750,77,166,0),(40751,77,167,0),(40752,77,168,0),(40753,77,169,0),(40754,77,170,0),(40755,77,171,0),(40756,77,172,0),(40757,77,173,0),(40758,77,174,0),(40759,77,175,0),(40760,77,176,0),(40761,77,177,0),(40762,77,178,0),(40763,77,179,0),(40764,77,180,0),(40765,77,181,0),(40766,77,182,0),(40767,77,183,0),(40768,77,184,0),(40769,77,185,0),(40770,77,186,0),(40771,77,187,0),(40772,77,188,0),(40773,77,189,0),(40774,77,190,0),(40775,77,191,0),(40776,77,192,0),(40777,77,193,0),(40778,77,194,0),(40779,77,195,0),(40780,77,196,0),(40781,77,197,0),(40782,77,198,0),(40783,77,199,0),(40784,77,200,0),(40785,77,201,0),(40786,77,202,0),(40787,77,203,0),(40788,77,204,0),(40789,77,205,0),(40790,77,206,0),(40791,77,207,0),(40792,77,208,0),(40793,77,209,0),(40794,77,210,0),(40795,77,211,0),(40796,77,212,0),(40797,77,213,0),(40798,77,214,0),(40799,77,215,0),(40800,77,216,0),(40801,77,217,0),(40802,77,218,0),(40803,77,219,0),(40804,77,220,0),(40805,77,221,0),(40806,77,222,0),(40807,77,223,0),(40808,77,224,0),(40809,77,225,0),(40810,77,226,0),(40811,77,227,0),(40812,77,228,0),(40813,77,229,0),(40814,77,230,0),(40815,77,231,0),(40816,77,232,0),(40817,77,233,0),(40818,77,234,0),(40819,77,235,0),(40820,77,236,0),(40821,77,237,0),(40822,77,238,0),(40823,77,239,0),(40824,77,240,0),(40825,77,241,0),(40826,77,242,0),(40827,77,243,0),(40828,77,244,0),(40829,77,245,0),(40830,77,246,0),(40831,77,247,0),(40832,77,248,0),(40833,77,249,0),(40834,77,250,0),(40835,77,251,0),(40836,77,252,0),(40837,77,253,0),(40838,77,254,0),(40839,77,255,0),(40840,77,256,0),(40841,77,257,0),(40842,77,258,0),(40843,77,259,0),(40844,77,260,0),(40845,77,261,0),(40846,77,262,0),(40847,77,263,0),(40848,77,264,0),(40849,77,265,0),(40850,77,266,0),(40851,77,267,0),(40852,77,268,0),(40853,77,269,0),(40854,77,270,0),(40855,77,271,0),(40856,77,272,0),(40857,77,273,0),(40858,77,274,0),(40859,77,275,0),(40860,77,276,0),(40861,77,277,0),(40862,77,278,0),(40863,77,279,0),(40864,77,280,0),(40865,77,281,0),(40866,77,282,0),(40867,77,283,0),(40868,77,284,0),(40869,77,285,0),(40870,77,286,0),(40871,77,287,0),(40872,77,288,0),(40873,77,289,0),(40874,77,290,0),(40875,77,291,0),(40876,77,292,0),(40877,77,293,0),(40878,77,294,0),(40879,77,295,0),(40880,77,296,0),(40881,77,297,0),(40882,77,298,0),(40883,77,299,0),(40884,77,300,0),(40885,77,301,0),(40886,77,302,0),(40887,77,303,0),(40888,77,304,0),(40889,77,305,0),(40890,77,306,0),(40891,77,307,0),(40892,77,308,0),(40893,77,309,0),(40894,77,310,0),(40895,77,311,0),(40896,77,312,0),(40897,77,313,0),(40898,77,314,0),(40899,77,315,0),(40900,77,316,0),(40901,77,317,0),(40902,77,318,0),(40903,77,319,0),(40904,77,320,0),(40905,77,321,0),(40906,77,322,0),(40907,77,323,0),(40908,77,324,0),(40909,77,325,0),(40910,77,326,0),(40911,77,327,0),(40912,77,328,0),(40913,77,329,0),(40914,77,330,0),(40915,77,331,0),(40916,77,332,0),(40917,77,333,0),(40918,77,334,0),(40919,77,335,0),(40920,77,336,0),(40921,77,337,0),(40922,77,338,0),(40923,77,339,0),(40924,77,340,0),(40925,77,341,0),(40926,77,342,0),(40927,77,343,0),(40928,77,344,0),(40929,77,345,0),(40930,77,346,0),(40931,77,347,0),(40932,77,348,0),(40933,77,349,0),(40934,77,350,0),(40935,77,351,0),(40936,77,352,0),(40937,77,353,0),(40938,77,354,0),(40939,77,355,0),(40940,77,356,0),(40941,77,357,0),(40942,77,358,0),(40943,77,359,0),(40944,77,360,0),(40945,77,361,0),(40946,77,362,0),(40947,77,363,0.5),(40948,77,364,0.3),(40949,77,365,0.2),(40950,77,366,0),(40951,77,367,0),(40952,77,368,0),(40953,77,369,0),(40954,77,370,0),(40955,77,371,0),(40956,77,372,0),(40957,77,373,0),(40958,77,374,0),(40959,77,375,0),(40960,77,376,0),(40961,77,377,0),(40962,77,378,0),(40963,77,379,0),(40964,77,380,0),(40965,77,381,0),(40966,77,382,0),(40967,77,383,0),(40968,77,384,0),(40969,77,385,0),(40970,77,386,0),(40971,77,387,0),(40972,77,388,0),(40973,77,389,0),(40974,77,390,0),(40975,77,391,0),(40976,77,392,0),(40977,77,393,0),(40978,77,394,0),(40979,77,395,0),(40980,77,396,0),(40981,77,397,0),(40982,77,398,0),(40983,77,399,0),(40984,77,400,0),(40985,77,401,0),(40986,77,402,0),(40987,77,403,0),(40988,77,404,0),(40989,77,405,0),(40990,77,406,0),(40991,77,407,0),(40992,77,408,0),(40993,77,409,0),(40994,77,410,0),(40995,77,411,0),(40996,77,412,0),(40997,77,413,0),(40998,77,414,0),(40999,77,415,0),(41000,77,416,0),(41001,77,417,0),(41002,77,418,0),(41003,77,419,0),(41004,77,420,0),(41005,77,421,0),(41006,77,422,0),(41007,77,423,0),(41008,77,424,0),(41009,77,425,0),(41010,77,426,0),(41011,77,427,0),(41012,77,428,0),(41013,77,429,0),(41014,77,430,0),(41015,77,431,0),(41016,77,432,0),(41017,77,433,0),(41018,77,434,0),(41019,77,435,0),(41020,77,436,0),(41021,77,437,0),(41022,77,438,0),(41023,77,439,0),(41024,77,440,0),(41025,77,441,0),(41026,77,442,0),(41027,77,443,0),(41028,77,444,0),(41029,77,445,0),(41030,77,446,0),(41031,77,447,0),(41032,77,448,0),(41033,77,449,0),(41034,77,450,0),(41035,77,451,0),(41036,77,452,0),(41037,77,453,0),(41038,77,454,0),(41039,77,455,0),(41040,77,456,0),(41041,77,457,0),(41042,77,458,0),(41043,77,459,0),(41044,77,460,0),(41045,77,461,0),(41046,77,462,0),(41047,77,463,0),(41048,77,464,0),(41049,77,465,0),(41050,77,466,0),(41051,77,467,0),(41052,77,468,0),(41053,77,469,0),(41054,77,470,0),(41055,77,471,0),(41056,77,472,0),(41057,77,473,0),(41058,77,474,0),(41059,77,475,0),(41060,77,476,0),(41061,77,477,0),(41062,77,478,0),(41063,77,479,0),(41064,77,480,0),(41065,77,481,0),(41066,77,482,0),(41067,77,483,0),(41068,77,484,0),(41069,77,485,0),(41070,77,486,0),(41071,77,487,0),(41072,77,488,0),(41073,77,489,0),(41074,77,490,0),(41075,77,491,0),(41076,77,492,0),(41077,77,493,0),(41078,77,494,0),(41079,77,495,0),(41080,77,496,0),(41081,77,497,0),(41082,77,498,0),(41083,77,499,0),(41084,77,500,0),(41085,77,501,0),(41086,77,502,0),(41087,77,503,0),(41088,77,504,0),(41089,77,505,0),(41090,77,506,0),(41091,77,507,0),(41092,77,508,0),(41093,77,509,0),(41094,77,510,0),(41095,77,511,0),(41096,77,512,0),(41097,77,513,0),(41098,77,514,0),(41099,77,515,0),(41100,77,516,0),(41101,77,517,0),(41102,77,518,0),(41103,77,519,0),(41104,77,520,0),(41105,77,521,0),(41106,77,522,0),(41107,77,523,0),(41108,77,524,0),(41109,77,525,0),(41110,77,526,0),(41111,77,527,0),(41112,77,528,0),(41113,77,529,0),(41114,77,530,0),(41115,77,531,0),(41116,77,532,0),(41117,77,533,0),(41118,77,534,0),(41119,78,1,0),(41120,78,2,0),(41121,78,3,0),(41122,78,4,0),(41123,78,5,0),(41124,78,6,0),(41125,78,7,0),(41126,78,8,0),(41127,78,9,0),(41128,78,10,0),(41129,78,11,0),(41130,78,12,0),(41131,78,13,0),(41132,78,14,0),(41133,78,15,0),(41134,78,16,0),(41135,78,17,0),(41136,78,18,0),(41137,78,19,0),(41138,78,20,0),(41139,78,21,0),(41140,78,22,0),(41141,78,23,0),(41142,78,24,0),(41143,78,25,0),(41144,78,26,0),(41145,78,27,0),(41146,78,28,0),(41147,78,29,0),(41148,78,30,0),(41149,78,31,0),(41150,78,32,0),(41151,78,33,0),(41152,78,34,0),(41153,78,35,0),(41154,78,36,0),(41155,78,37,0),(41156,78,38,0),(41157,78,39,0),(41158,78,40,0),(41159,78,41,0),(41160,78,42,0),(41161,78,43,0),(41162,78,44,0),(41163,78,45,0),(41164,78,46,0),(41165,78,47,0),(41166,78,48,0),(41167,78,49,0),(41168,78,50,0),(41169,78,51,0),(41170,78,52,0),(41171,78,53,0),(41172,78,54,0),(41173,78,55,0),(41174,78,56,0),(41175,78,57,0),(41176,78,58,0),(41177,78,59,0),(41178,78,60,0),(41179,78,61,0),(41180,78,62,0),(41181,78,63,0),(41182,78,64,0),(41183,78,65,0),(41184,78,66,0),(41185,78,67,0),(41186,78,68,0),(41187,78,69,0),(41188,78,70,0),(41189,78,71,0),(41190,78,72,0),(41191,78,73,0),(41192,78,74,0),(41193,78,75,0),(41194,78,76,0),(41195,78,77,0),(41196,78,78,0),(41197,78,79,0),(41198,78,80,0),(41199,78,81,0),(41200,78,82,0),(41201,78,83,0),(41202,78,84,0),(41203,78,85,0),(41204,78,86,0),(41205,78,87,0),(41206,78,88,0),(41207,78,89,0),(41208,78,90,0),(41209,78,91,0),(41210,78,92,0),(41211,78,93,0),(41212,78,94,0),(41213,78,95,0),(41214,78,96,0),(41215,78,97,0),(41216,78,98,0),(41217,78,99,0),(41218,78,100,0),(41219,78,101,0),(41220,78,102,0),(41221,78,103,0),(41222,78,104,0),(41223,78,105,0),(41224,78,106,0),(41225,78,107,0),(41226,78,108,0),(41227,78,109,0),(41228,78,110,0),(41229,78,111,0),(41230,78,112,0),(41231,78,113,0),(41232,78,114,0),(41233,78,115,0),(41234,78,116,0),(41235,78,117,0),(41236,78,118,0),(41237,78,119,0),(41238,78,120,0),(41239,78,121,0),(41240,78,122,0),(41241,78,123,0),(41242,78,124,0),(41243,78,125,0),(41244,78,126,0),(41245,78,127,0),(41246,78,128,0),(41247,78,129,0),(41248,78,130,0),(41249,78,131,0),(41250,78,132,0),(41251,78,133,0),(41252,78,134,0),(41253,78,135,0),(41254,78,136,0),(41255,78,137,0),(41256,78,138,0),(41257,78,139,0),(41258,78,140,0),(41259,78,141,0),(41260,78,142,0),(41261,78,143,0),(41262,78,144,0),(41263,78,145,0),(41264,78,146,0),(41265,78,147,0),(41266,78,148,0),(41267,78,149,0),(41268,78,150,0),(41269,78,151,0),(41270,78,152,0),(41271,78,153,0),(41272,78,154,0),(41273,78,155,0),(41274,78,156,0),(41275,78,157,0),(41276,78,158,0),(41277,78,159,0),(41278,78,160,0),(41279,78,161,0),(41280,78,162,0),(41281,78,163,0),(41282,78,164,0),(41283,78,165,0),(41284,78,166,0),(41285,78,167,0),(41286,78,168,0),(41287,78,169,0),(41288,78,170,0),(41289,78,171,0),(41290,78,172,0),(41291,78,173,0),(41292,78,174,0),(41293,78,175,0),(41294,78,176,0),(41295,78,177,0),(41296,78,178,0),(41297,78,179,0),(41298,78,180,0),(41299,78,181,0),(41300,78,182,0),(41301,78,183,0),(41302,78,184,0),(41303,78,185,0),(41304,78,186,0),(41305,78,187,0),(41306,78,188,0),(41307,78,189,0),(41308,78,190,0),(41309,78,191,0),(41310,78,192,0),(41311,78,193,0),(41312,78,194,0),(41313,78,195,0),(41314,78,196,0),(41315,78,197,0),(41316,78,198,0),(41317,78,199,0),(41318,78,200,0),(41319,78,201,0),(41320,78,202,0),(41321,78,203,0),(41322,78,204,0),(41323,78,205,0),(41324,78,206,0),(41325,78,207,0),(41326,78,208,0),(41327,78,209,0),(41328,78,210,0),(41329,78,211,0),(41330,78,212,0),(41331,78,213,0),(41332,78,214,0),(41333,78,215,0),(41334,78,216,0),(41335,78,217,0),(41336,78,218,0),(41337,78,219,0),(41338,78,220,0),(41339,78,221,0),(41340,78,222,0),(41341,78,223,0),(41342,78,224,0),(41343,78,225,0),(41344,78,226,0),(41345,78,227,0),(41346,78,228,0),(41347,78,229,0),(41348,78,230,0),(41349,78,231,0),(41350,78,232,0),(41351,78,233,0),(41352,78,234,0),(41353,78,235,0),(41354,78,236,0),(41355,78,237,0),(41356,78,238,0),(41357,78,239,0),(41358,78,240,0),(41359,78,241,0),(41360,78,242,0),(41361,78,243,0),(41362,78,244,0),(41363,78,245,0),(41364,78,246,0),(41365,78,247,0),(41366,78,248,0),(41367,78,249,0),(41368,78,250,0),(41369,78,251,0),(41370,78,252,0),(41371,78,253,0),(41372,78,254,0),(41373,78,255,0),(41374,78,256,0),(41375,78,257,0),(41376,78,258,0),(41377,78,259,0),(41378,78,260,0),(41379,78,261,0),(41380,78,262,0),(41381,78,263,0),(41382,78,264,0),(41383,78,265,0),(41384,78,266,0),(41385,78,267,0),(41386,78,268,0),(41387,78,269,0),(41388,78,270,0),(41389,78,271,0),(41390,78,272,0),(41391,78,273,0),(41392,78,274,0),(41393,78,275,0),(41394,78,276,0),(41395,78,277,0),(41396,78,278,0),(41397,78,279,0),(41398,78,280,0),(41399,78,281,0),(41400,78,282,0),(41401,78,283,0),(41402,78,284,0),(41403,78,285,0),(41404,78,286,0),(41405,78,287,0),(41406,78,288,0),(41407,78,289,0),(41408,78,290,0),(41409,78,291,0),(41410,78,292,0),(41411,78,293,0),(41412,78,294,0),(41413,78,295,0),(41414,78,296,0),(41415,78,297,0),(41416,78,298,0),(41417,78,299,0),(41418,78,300,0),(41419,78,301,0),(41420,78,302,0),(41421,78,303,0),(41422,78,304,0),(41423,78,305,0),(41424,78,306,0),(41425,78,307,0),(41426,78,308,0),(41427,78,309,0),(41428,78,310,0),(41429,78,311,0),(41430,78,312,0),(41431,78,313,0),(41432,78,314,0),(41433,78,315,0),(41434,78,316,0),(41435,78,317,0),(41436,78,318,0),(41437,78,319,0),(41438,78,320,0),(41439,78,321,0),(41440,78,322,0),(41441,78,323,0),(41442,78,324,0),(41443,78,325,0),(41444,78,326,0),(41445,78,327,0),(41446,78,328,0),(41447,78,329,0),(41448,78,330,0),(41449,78,331,0),(41450,78,332,0),(41451,78,333,0),(41452,78,334,0),(41453,78,335,0),(41454,78,336,0),(41455,78,337,0),(41456,78,338,0),(41457,78,339,0),(41458,78,340,0),(41459,78,341,0),(41460,78,342,0),(41461,78,343,0),(41462,78,344,0),(41463,78,345,0),(41464,78,346,0),(41465,78,347,0),(41466,78,348,0),(41467,78,349,0),(41468,78,350,0),(41469,78,351,0),(41470,78,352,0),(41471,78,353,0),(41472,78,354,0),(41473,78,355,0),(41474,78,356,0),(41475,78,357,0),(41476,78,358,0),(41477,78,359,0),(41478,78,360,0),(41479,78,361,0),(41480,78,362,0),(41481,78,363,0),(41482,78,364,0),(41483,78,365,0),(41484,78,366,0.454545454545455),(41485,78,367,0.363636363636364),(41486,78,368,0.181818181818182),(41487,78,369,0),(41488,78,370,0),(41489,78,371,0),(41490,78,372,0),(41491,78,373,0),(41492,78,374,0),(41493,78,375,0),(41494,78,376,0),(41495,78,377,0),(41496,78,378,0),(41497,78,379,0),(41498,78,380,0),(41499,78,381,0),(41500,78,382,0),(41501,78,383,0),(41502,78,384,0),(41503,78,385,0),(41504,78,386,0),(41505,78,387,0),(41506,78,388,0),(41507,78,389,0),(41508,78,390,0),(41509,78,391,0),(41510,78,392,0),(41511,78,393,0),(41512,78,394,0),(41513,78,395,0),(41514,78,396,0),(41515,78,397,0),(41516,78,398,0),(41517,78,399,0),(41518,78,400,0),(41519,78,401,0),(41520,78,402,0),(41521,78,403,0),(41522,78,404,0),(41523,78,405,0),(41524,78,406,0),(41525,78,407,0),(41526,78,408,0),(41527,78,409,0),(41528,78,410,0),(41529,78,411,0),(41530,78,412,0),(41531,78,413,0),(41532,78,414,0),(41533,78,415,0),(41534,78,416,0),(41535,78,417,0),(41536,78,418,0),(41537,78,419,0),(41538,78,420,0),(41539,78,421,0),(41540,78,422,0),(41541,78,423,0),(41542,78,424,0),(41543,78,425,0),(41544,78,426,0),(41545,78,427,0),(41546,78,428,0),(41547,78,429,0),(41548,78,430,0),(41549,78,431,0),(41550,78,432,0),(41551,78,433,0),(41552,78,434,0),(41553,78,435,0),(41554,78,436,0),(41555,78,437,0),(41556,78,438,0),(41557,78,439,0),(41558,78,440,0),(41559,78,441,0),(41560,78,442,0),(41561,78,443,0),(41562,78,444,0),(41563,78,445,0),(41564,78,446,0),(41565,78,447,0),(41566,78,448,0),(41567,78,449,0),(41568,78,450,0),(41569,78,451,0),(41570,78,452,0),(41571,78,453,0),(41572,78,454,0),(41573,78,455,0),(41574,78,456,0),(41575,78,457,0),(41576,78,458,0),(41577,78,459,0),(41578,78,460,0),(41579,78,461,0),(41580,78,462,0),(41581,78,463,0),(41582,78,464,0),(41583,78,465,0),(41584,78,466,0),(41585,78,467,0),(41586,78,468,0),(41587,78,469,0),(41588,78,470,0),(41589,78,471,0),(41590,78,472,0),(41591,78,473,0),(41592,78,474,0),(41593,78,475,0),(41594,78,476,0),(41595,78,477,0),(41596,78,478,0),(41597,78,479,0),(41598,78,480,0),(41599,78,481,0),(41600,78,482,0),(41601,78,483,0),(41602,78,484,0),(41603,78,485,0),(41604,78,486,0),(41605,78,487,0),(41606,78,488,0),(41607,78,489,0),(41608,78,490,0),(41609,78,491,0),(41610,78,492,0),(41611,78,493,0),(41612,78,494,0),(41613,78,495,0),(41614,78,496,0),(41615,78,497,0),(41616,78,498,0),(41617,78,499,0),(41618,78,500,0),(41619,78,501,0),(41620,78,502,0),(41621,78,503,0),(41622,78,504,0),(41623,78,505,0),(41624,78,506,0),(41625,78,507,0),(41626,78,508,0),(41627,78,509,0),(41628,78,510,0),(41629,78,511,0),(41630,78,512,0),(41631,78,513,0),(41632,78,514,0),(41633,78,515,0),(41634,78,516,0),(41635,78,517,0),(41636,78,518,0),(41637,78,519,0),(41638,78,520,0),(41639,78,521,0),(41640,78,522,0),(41641,78,523,0),(41642,78,524,0),(41643,78,525,0),(41644,78,526,0),(41645,78,527,0),(41646,78,528,0),(41647,78,529,0),(41648,78,530,0),(41649,78,531,0),(41650,78,532,0),(41651,78,533,0),(41652,78,534,0),(41653,79,1,0),(41654,79,2,0),(41655,79,3,0),(41656,79,4,0),(41657,79,5,0),(41658,79,6,0),(41659,79,7,0),(41660,79,8,0),(41661,79,9,0),(41662,79,10,0),(41663,79,11,0),(41664,79,12,0),(41665,79,13,0),(41666,79,14,0),(41667,79,15,0),(41668,79,16,0),(41669,79,17,0),(41670,79,18,0),(41671,79,19,0),(41672,79,20,0),(41673,79,21,0),(41674,79,22,0),(41675,79,23,0),(41676,79,24,0),(41677,79,25,0),(41678,79,26,0),(41679,79,27,0),(41680,79,28,0),(41681,79,29,0),(41682,79,30,0),(41683,79,31,0),(41684,79,32,0),(41685,79,33,0),(41686,79,34,0),(41687,79,35,0),(41688,79,36,0),(41689,79,37,0),(41690,79,38,0),(41691,79,39,0),(41692,79,40,0),(41693,79,41,0),(41694,79,42,0),(41695,79,43,0),(41696,79,44,0),(41697,79,45,0),(41698,79,46,0),(41699,79,47,0),(41700,79,48,0),(41701,79,49,0),(41702,79,50,0),(41703,79,51,0),(41704,79,52,0),(41705,79,53,0),(41706,79,54,0),(41707,79,55,0),(41708,79,56,0),(41709,79,57,0),(41710,79,58,0),(41711,79,59,0),(41712,79,60,0),(41713,79,61,0),(41714,79,62,0),(41715,79,63,0),(41716,79,64,0),(41717,79,65,0),(41718,79,66,0),(41719,79,67,0),(41720,79,68,0),(41721,79,69,0),(41722,79,70,0),(41723,79,71,0),(41724,79,72,0),(41725,79,73,0),(41726,79,74,0),(41727,79,75,0),(41728,79,76,0),(41729,79,77,0),(41730,79,78,0),(41731,79,79,0),(41732,79,80,0),(41733,79,81,0),(41734,79,82,0),(41735,79,83,0),(41736,79,84,0),(41737,79,85,0),(41738,79,86,0),(41739,79,87,0),(41740,79,88,0),(41741,79,89,0),(41742,79,90,0),(41743,79,91,0),(41744,79,92,0),(41745,79,93,0),(41746,79,94,0),(41747,79,95,0),(41748,79,96,0),(41749,79,97,0),(41750,79,98,0),(41751,79,99,0),(41752,79,100,0),(41753,79,101,0),(41754,79,102,0),(41755,79,103,0),(41756,79,104,0),(41757,79,105,0),(41758,79,106,0),(41759,79,107,0),(41760,79,108,0),(41761,79,109,0),(41762,79,110,0),(41763,79,111,0),(41764,79,112,0),(41765,79,113,0),(41766,79,114,0),(41767,79,115,0),(41768,79,116,0),(41769,79,117,0),(41770,79,118,0),(41771,79,119,0),(41772,79,120,0),(41773,79,121,0),(41774,79,122,0),(41775,79,123,0),(41776,79,124,0),(41777,79,125,0),(41778,79,126,0),(41779,79,127,0),(41780,79,128,0),(41781,79,129,0),(41782,79,130,0),(41783,79,131,0),(41784,79,132,0),(41785,79,133,0),(41786,79,134,0),(41787,79,135,0),(41788,79,136,0),(41789,79,137,0),(41790,79,138,0),(41791,79,139,0),(41792,79,140,0),(41793,79,141,0),(41794,79,142,0),(41795,79,143,0),(41796,79,144,0),(41797,79,145,0),(41798,79,146,0),(41799,79,147,0),(41800,79,148,0),(41801,79,149,0),(41802,79,150,0),(41803,79,151,0),(41804,79,152,0),(41805,79,153,0),(41806,79,154,0),(41807,79,155,0),(41808,79,156,0),(41809,79,157,0),(41810,79,158,0),(41811,79,159,0),(41812,79,160,0),(41813,79,161,0),(41814,79,162,0),(41815,79,163,0),(41816,79,164,0),(41817,79,165,0),(41818,79,166,0),(41819,79,167,0),(41820,79,168,0),(41821,79,169,0),(41822,79,170,0),(41823,79,171,0),(41824,79,172,0),(41825,79,173,0),(41826,79,174,0),(41827,79,175,0),(41828,79,176,0),(41829,79,177,0),(41830,79,178,0),(41831,79,179,0),(41832,79,180,0),(41833,79,181,0),(41834,79,182,0),(41835,79,183,0),(41836,79,184,0),(41837,79,185,0),(41838,79,186,0),(41839,79,187,0),(41840,79,188,0),(41841,79,189,0),(41842,79,190,0),(41843,79,191,0),(41844,79,192,0),(41845,79,193,0),(41846,79,194,0),(41847,79,195,0),(41848,79,196,0),(41849,79,197,0),(41850,79,198,0),(41851,79,199,0),(41852,79,200,0),(41853,79,201,0),(41854,79,202,0),(41855,79,203,0),(41856,79,204,0),(41857,79,205,0),(41858,79,206,0),(41859,79,207,0),(41860,79,208,0),(41861,79,209,0),(41862,79,210,0),(41863,79,211,0),(41864,79,212,0),(41865,79,213,0),(41866,79,214,0),(41867,79,215,0),(41868,79,216,0),(41869,79,217,0),(41870,79,218,0),(41871,79,219,0),(41872,79,220,0),(41873,79,221,0),(41874,79,222,0),(41875,79,223,0),(41876,79,224,0),(41877,79,225,0),(41878,79,226,0),(41879,79,227,0),(41880,79,228,0),(41881,79,229,0),(41882,79,230,0),(41883,79,231,0),(41884,79,232,0),(41885,79,233,0),(41886,79,234,0),(41887,79,235,0),(41888,79,236,0),(41889,79,237,0),(41890,79,238,0),(41891,79,239,0),(41892,79,240,0),(41893,79,241,0),(41894,79,242,0),(41895,79,243,0),(41896,79,244,0),(41897,79,245,0),(41898,79,246,0),(41899,79,247,0),(41900,79,248,0),(41901,79,249,0),(41902,79,250,0),(41903,79,251,0),(41904,79,252,0),(41905,79,253,0),(41906,79,254,0),(41907,79,255,0),(41908,79,256,0),(41909,79,257,0),(41910,79,258,0),(41911,79,259,0),(41912,79,260,0),(41913,79,261,0),(41914,79,262,0),(41915,79,263,0),(41916,79,264,0),(41917,79,265,0),(41918,79,266,0),(41919,79,267,0),(41920,79,268,0),(41921,79,269,0),(41922,79,270,0),(41923,79,271,0),(41924,79,272,0),(41925,79,273,0),(41926,79,274,0),(41927,79,275,0),(41928,79,276,0),(41929,79,277,0),(41930,79,278,0),(41931,79,279,0),(41932,79,280,0),(41933,79,281,0),(41934,79,282,0),(41935,79,283,0),(41936,79,284,0),(41937,79,285,0),(41938,79,286,0),(41939,79,287,0),(41940,79,288,0),(41941,79,289,0),(41942,79,290,0),(41943,79,291,0),(41944,79,292,0),(41945,79,293,0),(41946,79,294,0),(41947,79,295,0),(41948,79,296,0),(41949,79,297,0),(41950,79,298,0),(41951,79,299,0),(41952,79,300,0),(41953,79,301,0),(41954,79,302,0),(41955,79,303,0),(41956,79,304,0),(41957,79,305,0),(41958,79,306,0),(41959,79,307,0),(41960,79,308,0),(41961,79,309,0),(41962,79,310,0),(41963,79,311,0),(41964,79,312,0),(41965,79,313,0),(41966,79,314,0),(41967,79,315,0),(41968,79,316,0),(41969,79,317,0),(41970,79,318,0),(41971,79,319,0),(41972,79,320,0),(41973,79,321,0),(41974,79,322,0),(41975,79,323,0),(41976,79,324,0),(41977,79,325,0),(41978,79,326,0),(41979,79,327,0),(41980,79,328,0),(41981,79,329,0),(41982,79,330,0),(41983,79,331,0),(41984,79,332,0),(41985,79,333,0),(41986,79,334,0),(41987,79,335,0),(41988,79,336,0),(41989,79,337,0),(41990,79,338,0),(41991,79,339,0),(41992,79,340,0),(41993,79,341,0),(41994,79,342,0),(41995,79,343,0),(41996,79,344,0),(41997,79,345,0),(41998,79,346,0),(41999,79,347,0),(42000,79,348,0),(42001,79,349,0),(42002,79,350,0),(42003,79,351,0),(42004,79,352,0),(42005,79,353,0),(42006,79,354,0),(42007,79,355,0),(42008,79,356,0),(42009,79,357,0),(42010,79,358,0),(42011,79,359,0),(42012,79,360,0),(42013,79,361,0),(42014,79,362,0),(42015,79,363,0),(42016,79,364,0),(42017,79,365,0),(42018,79,366,0),(42019,79,367,0),(42020,79,368,0),(42021,79,369,0.555555555555556),(42022,79,370,0.277777777777778),(42023,79,371,0.166666666666667),(42024,79,372,0),(42025,79,373,0),(42026,79,374,0),(42027,79,375,0),(42028,79,376,0),(42029,79,377,0),(42030,79,378,0),(42031,79,379,0),(42032,79,380,0),(42033,79,381,0),(42034,79,382,0),(42035,79,383,0),(42036,79,384,0),(42037,79,385,0),(42038,79,386,0),(42039,79,387,0),(42040,79,388,0),(42041,79,389,0),(42042,79,390,0),(42043,79,391,0),(42044,79,392,0),(42045,79,393,0),(42046,79,394,0),(42047,79,395,0),(42048,79,396,0),(42049,79,397,0),(42050,79,398,0),(42051,79,399,0),(42052,79,400,0),(42053,79,401,0),(42054,79,402,0),(42055,79,403,0),(42056,79,404,0),(42057,79,405,0),(42058,79,406,0),(42059,79,407,0),(42060,79,408,0),(42061,79,409,0),(42062,79,410,0),(42063,79,411,0),(42064,79,412,0),(42065,79,413,0),(42066,79,414,0),(42067,79,415,0),(42068,79,416,0),(42069,79,417,0),(42070,79,418,0),(42071,79,419,0),(42072,79,420,0),(42073,79,421,0),(42074,79,422,0),(42075,79,423,0),(42076,79,424,0),(42077,79,425,0),(42078,79,426,0),(42079,79,427,0),(42080,79,428,0),(42081,79,429,0),(42082,79,430,0),(42083,79,431,0),(42084,79,432,0),(42085,79,433,0),(42086,79,434,0),(42087,79,435,0),(42088,79,436,0),(42089,79,437,0),(42090,79,438,0),(42091,79,439,0),(42092,79,440,0),(42093,79,441,0),(42094,79,442,0),(42095,79,443,0),(42096,79,444,0),(42097,79,445,0),(42098,79,446,0),(42099,79,447,0),(42100,79,448,0),(42101,79,449,0),(42102,79,450,0),(42103,79,451,0),(42104,79,452,0),(42105,79,453,0),(42106,79,454,0),(42107,79,455,0),(42108,79,456,0),(42109,79,457,0),(42110,79,458,0),(42111,79,459,0),(42112,79,460,0),(42113,79,461,0),(42114,79,462,0),(42115,79,463,0),(42116,79,464,0),(42117,79,465,0),(42118,79,466,0),(42119,79,467,0),(42120,79,468,0),(42121,79,469,0),(42122,79,470,0),(42123,79,471,0),(42124,79,472,0),(42125,79,473,0),(42126,79,474,0),(42127,79,475,0),(42128,79,476,0),(42129,79,477,0),(42130,79,478,0),(42131,79,479,0),(42132,79,480,0),(42133,79,481,0),(42134,79,482,0),(42135,79,483,0),(42136,79,484,0),(42137,79,485,0),(42138,79,486,0),(42139,79,487,0),(42140,79,488,0),(42141,79,489,0),(42142,79,490,0),(42143,79,491,0),(42144,79,492,0),(42145,79,493,0),(42146,79,494,0),(42147,79,495,0),(42148,79,496,0),(42149,79,497,0),(42150,79,498,0),(42151,79,499,0),(42152,79,500,0),(42153,79,501,0),(42154,79,502,0),(42155,79,503,0),(42156,79,504,0),(42157,79,505,0),(42158,79,506,0),(42159,79,507,0),(42160,79,508,0),(42161,79,509,0),(42162,79,510,0),(42163,79,511,0),(42164,79,512,0),(42165,79,513,0),(42166,79,514,0),(42167,79,515,0),(42168,79,516,0),(42169,79,517,0),(42170,79,518,0),(42171,79,519,0),(42172,79,520,0),(42173,79,521,0),(42174,79,522,0),(42175,79,523,0),(42176,79,524,0),(42177,79,525,0),(42178,79,526,0),(42179,79,527,0),(42180,79,528,0),(42181,79,529,0),(42182,79,530,0),(42183,79,531,0),(42184,79,532,0),(42185,79,533,0),(42186,79,534,0),(42187,80,1,0),(42188,80,2,0),(42189,80,3,0),(42190,80,4,0),(42191,80,5,0),(42192,80,6,0),(42193,80,7,0),(42194,80,8,0),(42195,80,9,0),(42196,80,10,0),(42197,80,11,0),(42198,80,12,0),(42199,80,13,0),(42200,80,14,0),(42201,80,15,0),(42202,80,16,0),(42203,80,17,0),(42204,80,18,0),(42205,80,19,0),(42206,80,20,0),(42207,80,21,0),(42208,80,22,0),(42209,80,23,0),(42210,80,24,0),(42211,80,25,0),(42212,80,26,0),(42213,80,27,0),(42214,80,28,0),(42215,80,29,0),(42216,80,30,0),(42217,80,31,0),(42218,80,32,0),(42219,80,33,0),(42220,80,34,0),(42221,80,35,0),(42222,80,36,0),(42223,80,37,0),(42224,80,38,0),(42225,80,39,0),(42226,80,40,0),(42227,80,41,0),(42228,80,42,0),(42229,80,43,0),(42230,80,44,0),(42231,80,45,0),(42232,80,46,0),(42233,80,47,0),(42234,80,48,0),(42235,80,49,0),(42236,80,50,0),(42237,80,51,0),(42238,80,52,0),(42239,80,53,0),(42240,80,54,0),(42241,80,55,0),(42242,80,56,0),(42243,80,57,0),(42244,80,58,0),(42245,80,59,0),(42246,80,60,0),(42247,80,61,0),(42248,80,62,0),(42249,80,63,0),(42250,80,64,0),(42251,80,65,0),(42252,80,66,0),(42253,80,67,0),(42254,80,68,0),(42255,80,69,0),(42256,80,70,0),(42257,80,71,0),(42258,80,72,0),(42259,80,73,0),(42260,80,74,0),(42261,80,75,0),(42262,80,76,0),(42263,80,77,0),(42264,80,78,0),(42265,80,79,0),(42266,80,80,0),(42267,80,81,0),(42268,80,82,0),(42269,80,83,0),(42270,80,84,0),(42271,80,85,0),(42272,80,86,0),(42273,80,87,0),(42274,80,88,0),(42275,80,89,0),(42276,80,90,0),(42277,80,91,0),(42278,80,92,0),(42279,80,93,0),(42280,80,94,0),(42281,80,95,0),(42282,80,96,0),(42283,80,97,0),(42284,80,98,0),(42285,80,99,0),(42286,80,100,0),(42287,80,101,0),(42288,80,102,0),(42289,80,103,0),(42290,80,104,0),(42291,80,105,0),(42292,80,106,0),(42293,80,107,0),(42294,80,108,0),(42295,80,109,0),(42296,80,110,0),(42297,80,111,0),(42298,80,112,0),(42299,80,113,0),(42300,80,114,0),(42301,80,115,0),(42302,80,116,0),(42303,80,117,0),(42304,80,118,0),(42305,80,119,0),(42306,80,120,0),(42307,80,121,0),(42308,80,122,0),(42309,80,123,0),(42310,80,124,0),(42311,80,125,0),(42312,80,126,0),(42313,80,127,0),(42314,80,128,0),(42315,80,129,0),(42316,80,130,0),(42317,80,131,0),(42318,80,132,0),(42319,80,133,0),(42320,80,134,0),(42321,80,135,0),(42322,80,136,0),(42323,80,137,0),(42324,80,138,0),(42325,80,139,0),(42326,80,140,0),(42327,80,141,0),(42328,80,142,0),(42329,80,143,0),(42330,80,144,0),(42331,80,145,0),(42332,80,146,0),(42333,80,147,0),(42334,80,148,0),(42335,80,149,0),(42336,80,150,0),(42337,80,151,0),(42338,80,152,0),(42339,80,153,0),(42340,80,154,0),(42341,80,155,0),(42342,80,156,0),(42343,80,157,0),(42344,80,158,0),(42345,80,159,0),(42346,80,160,0),(42347,80,161,0),(42348,80,162,0),(42349,80,163,0),(42350,80,164,0),(42351,80,165,0),(42352,80,166,0),(42353,80,167,0),(42354,80,168,0),(42355,80,169,0),(42356,80,170,0),(42357,80,171,0),(42358,80,172,0),(42359,80,173,0),(42360,80,174,0),(42361,80,175,0),(42362,80,176,0),(42363,80,177,0),(42364,80,178,0),(42365,80,179,0),(42366,80,180,0),(42367,80,181,0),(42368,80,182,0),(42369,80,183,0),(42370,80,184,0),(42371,80,185,0),(42372,80,186,0),(42373,80,187,0),(42374,80,188,0),(42375,80,189,0),(42376,80,190,0),(42377,80,191,0),(42378,80,192,0),(42379,80,193,0),(42380,80,194,0),(42381,80,195,0),(42382,80,196,0),(42383,80,197,0),(42384,80,198,0),(42385,80,199,0),(42386,80,200,0),(42387,80,201,0),(42388,80,202,0),(42389,80,203,0),(42390,80,204,0),(42391,80,205,0),(42392,80,206,0),(42393,80,207,0),(42394,80,208,0),(42395,80,209,0),(42396,80,210,0),(42397,80,211,0),(42398,80,212,0),(42399,80,213,0),(42400,80,214,0),(42401,80,215,0),(42402,80,216,0),(42403,80,217,0),(42404,80,218,0),(42405,80,219,0),(42406,80,220,0),(42407,80,221,0),(42408,80,222,0),(42409,80,223,0),(42410,80,224,0),(42411,80,225,0),(42412,80,226,0),(42413,80,227,0),(42414,80,228,0),(42415,80,229,0),(42416,80,230,0),(42417,80,231,0),(42418,80,232,0),(42419,80,233,0),(42420,80,234,0),(42421,80,235,0),(42422,80,236,0),(42423,80,237,0),(42424,80,238,0),(42425,80,239,0),(42426,80,240,0),(42427,80,241,0),(42428,80,242,0),(42429,80,243,0),(42430,80,244,0),(42431,80,245,0),(42432,80,246,0),(42433,80,247,0),(42434,80,248,0),(42435,80,249,0),(42436,80,250,0),(42437,80,251,0),(42438,80,252,0),(42439,80,253,0),(42440,80,254,0),(42441,80,255,0),(42442,80,256,0),(42443,80,257,0),(42444,80,258,0),(42445,80,259,0),(42446,80,260,0),(42447,80,261,0),(42448,80,262,0),(42449,80,263,0),(42450,80,264,0),(42451,80,265,0),(42452,80,266,0),(42453,80,267,0),(42454,80,268,0),(42455,80,269,0),(42456,80,270,0),(42457,80,271,0),(42458,80,272,0),(42459,80,273,0),(42460,80,274,0),(42461,80,275,0),(42462,80,276,0),(42463,80,277,0),(42464,80,278,0),(42465,80,279,0),(42466,80,280,0),(42467,80,281,0),(42468,80,282,0),(42469,80,283,0),(42470,80,284,0),(42471,80,285,0),(42472,80,286,0),(42473,80,287,0),(42474,80,288,0),(42475,80,289,0),(42476,80,290,0),(42477,80,291,0),(42478,80,292,0),(42479,80,293,0),(42480,80,294,0),(42481,80,295,0),(42482,80,296,0),(42483,80,297,0),(42484,80,298,0),(42485,80,299,0),(42486,80,300,0),(42487,80,301,0),(42488,80,302,0),(42489,80,303,0),(42490,80,304,0),(42491,80,305,0),(42492,80,306,0),(42493,80,307,0),(42494,80,308,0),(42495,80,309,0),(42496,80,310,0),(42497,80,311,0),(42498,80,312,0),(42499,80,313,0),(42500,80,314,0),(42501,80,315,0),(42502,80,316,0),(42503,80,317,0),(42504,80,318,0),(42505,80,319,0),(42506,80,320,0),(42507,80,321,0),(42508,80,322,0),(42509,80,323,0),(42510,80,324,0),(42511,80,325,0),(42512,80,326,0),(42513,80,327,0),(42514,80,328,0),(42515,80,329,0),(42516,80,330,0),(42517,80,331,0),(42518,80,332,0),(42519,80,333,0),(42520,80,334,0),(42521,80,335,0),(42522,80,336,0),(42523,80,337,0),(42524,80,338,0),(42525,80,339,0),(42526,80,340,0),(42527,80,341,0),(42528,80,342,0),(42529,80,343,0),(42530,80,344,0),(42531,80,345,0),(42532,80,346,0),(42533,80,347,0),(42534,80,348,0),(42535,80,349,0),(42536,80,350,0),(42537,80,351,0),(42538,80,352,0),(42539,80,353,0),(42540,80,354,0),(42541,80,355,0),(42542,80,356,0),(42543,80,357,0),(42544,80,358,0),(42545,80,359,0),(42546,80,360,0),(42547,80,361,0),(42548,80,362,0),(42549,80,363,0),(42550,80,364,0),(42551,80,365,0),(42552,80,366,0),(42553,80,367,0),(42554,80,368,0),(42555,80,369,0),(42556,80,370,0),(42557,80,371,0),(42558,80,372,0.3125),(42559,80,373,0.3125),(42560,80,374,0.1875),(42561,80,375,0.1875),(42562,80,376,0),(42563,80,377,0),(42564,80,378,0),(42565,80,379,0),(42566,80,380,0),(42567,80,381,0),(42568,80,382,0),(42569,80,383,0),(42570,80,384,0),(42571,80,385,0),(42572,80,386,0),(42573,80,387,0),(42574,80,388,0),(42575,80,389,0),(42576,80,390,0),(42577,80,391,0),(42578,80,392,0),(42579,80,393,0),(42580,80,394,0),(42581,80,395,0),(42582,80,396,0),(42583,80,397,0),(42584,80,398,0),(42585,80,399,0),(42586,80,400,0),(42587,80,401,0),(42588,80,402,0),(42589,80,403,0),(42590,80,404,0),(42591,80,405,0),(42592,80,406,0),(42593,80,407,0),(42594,80,408,0),(42595,80,409,0),(42596,80,410,0),(42597,80,411,0),(42598,80,412,0),(42599,80,413,0),(42600,80,414,0),(42601,80,415,0),(42602,80,416,0),(42603,80,417,0),(42604,80,418,0),(42605,80,419,0),(42606,80,420,0),(42607,80,421,0),(42608,80,422,0),(42609,80,423,0),(42610,80,424,0),(42611,80,425,0),(42612,80,426,0),(42613,80,427,0),(42614,80,428,0),(42615,80,429,0),(42616,80,430,0),(42617,80,431,0),(42618,80,432,0),(42619,80,433,0),(42620,80,434,0),(42621,80,435,0),(42622,80,436,0),(42623,80,437,0),(42624,80,438,0),(42625,80,439,0),(42626,80,440,0),(42627,80,441,0),(42628,80,442,0),(42629,80,443,0),(42630,80,444,0),(42631,80,445,0),(42632,80,446,0),(42633,80,447,0),(42634,80,448,0),(42635,80,449,0),(42636,80,450,0),(42637,80,451,0),(42638,80,452,0),(42639,80,453,0),(42640,80,454,0),(42641,80,455,0),(42642,80,456,0),(42643,80,457,0),(42644,80,458,0),(42645,80,459,0),(42646,80,460,0),(42647,80,461,0),(42648,80,462,0),(42649,80,463,0),(42650,80,464,0),(42651,80,465,0),(42652,80,466,0),(42653,80,467,0),(42654,80,468,0),(42655,80,469,0),(42656,80,470,0),(42657,80,471,0),(42658,80,472,0),(42659,80,473,0),(42660,80,474,0),(42661,80,475,0),(42662,80,476,0),(42663,80,477,0),(42664,80,478,0),(42665,80,479,0),(42666,80,480,0),(42667,80,481,0),(42668,80,482,0),(42669,80,483,0),(42670,80,484,0),(42671,80,485,0),(42672,80,486,0),(42673,80,487,0),(42674,80,488,0),(42675,80,489,0),(42676,80,490,0),(42677,80,491,0),(42678,80,492,0),(42679,80,493,0),(42680,80,494,0),(42681,80,495,0),(42682,80,496,0),(42683,80,497,0),(42684,80,498,0),(42685,80,499,0),(42686,80,500,0),(42687,80,501,0),(42688,80,502,0),(42689,80,503,0),(42690,80,504,0),(42691,80,505,0),(42692,80,506,0),(42693,80,507,0),(42694,80,508,0),(42695,80,509,0),(42696,80,510,0),(42697,80,511,0),(42698,80,512,0),(42699,80,513,0),(42700,80,514,0),(42701,80,515,0),(42702,80,516,0),(42703,80,517,0),(42704,80,518,0),(42705,80,519,0),(42706,80,520,0),(42707,80,521,0),(42708,80,522,0),(42709,80,523,0),(42710,80,524,0),(42711,80,525,0),(42712,80,526,0),(42713,80,527,0),(42714,80,528,0),(42715,80,529,0),(42716,80,530,0),(42717,80,531,0),(42718,80,532,0),(42719,80,533,0),(42720,80,534,0),(42721,81,1,0),(42722,81,2,0),(42723,81,3,0),(42724,81,4,0),(42725,81,5,0),(42726,81,6,0),(42727,81,7,0),(42728,81,8,0),(42729,81,9,0),(42730,81,10,0),(42731,81,11,0),(42732,81,12,0),(42733,81,13,0),(42734,81,14,0),(42735,81,15,0),(42736,81,16,0),(42737,81,17,0),(42738,81,18,0),(42739,81,19,0),(42740,81,20,0),(42741,81,21,0),(42742,81,22,0),(42743,81,23,0),(42744,81,24,0),(42745,81,25,0),(42746,81,26,0),(42747,81,27,0),(42748,81,28,0),(42749,81,29,0),(42750,81,30,0),(42751,81,31,0),(42752,81,32,0),(42753,81,33,0),(42754,81,34,0),(42755,81,35,0),(42756,81,36,0),(42757,81,37,0),(42758,81,38,0),(42759,81,39,0),(42760,81,40,0),(42761,81,41,0),(42762,81,42,0),(42763,81,43,0),(42764,81,44,0),(42765,81,45,0),(42766,81,46,0),(42767,81,47,0),(42768,81,48,0),(42769,81,49,0),(42770,81,50,0),(42771,81,51,0),(42772,81,52,0),(42773,81,53,0),(42774,81,54,0),(42775,81,55,0),(42776,81,56,0),(42777,81,57,0),(42778,81,58,0),(42779,81,59,0),(42780,81,60,0),(42781,81,61,0),(42782,81,62,0),(42783,81,63,0),(42784,81,64,0),(42785,81,65,0),(42786,81,66,0),(42787,81,67,0),(42788,81,68,0),(42789,81,69,0),(42790,81,70,0),(42791,81,71,0),(42792,81,72,0),(42793,81,73,0),(42794,81,74,0),(42795,81,75,0),(42796,81,76,0),(42797,81,77,0),(42798,81,78,0),(42799,81,79,0),(42800,81,80,0),(42801,81,81,0),(42802,81,82,0),(42803,81,83,0),(42804,81,84,0),(42805,81,85,0),(42806,81,86,0),(42807,81,87,0),(42808,81,88,0),(42809,81,89,0),(42810,81,90,0),(42811,81,91,0),(42812,81,92,0),(42813,81,93,0),(42814,81,94,0),(42815,81,95,0),(42816,81,96,0),(42817,81,97,0),(42818,81,98,0),(42819,81,99,0),(42820,81,100,0),(42821,81,101,0),(42822,81,102,0),(42823,81,103,0),(42824,81,104,0),(42825,81,105,0),(42826,81,106,0),(42827,81,107,0),(42828,81,108,0),(42829,81,109,0),(42830,81,110,0),(42831,81,111,0),(42832,81,112,0),(42833,81,113,0),(42834,81,114,0),(42835,81,115,0),(42836,81,116,0),(42837,81,117,0),(42838,81,118,0),(42839,81,119,0),(42840,81,120,0),(42841,81,121,0),(42842,81,122,0),(42843,81,123,0),(42844,81,124,0),(42845,81,125,0),(42846,81,126,0),(42847,81,127,0),(42848,81,128,0),(42849,81,129,0),(42850,81,130,0),(42851,81,131,0),(42852,81,132,0),(42853,81,133,0),(42854,81,134,0),(42855,81,135,0),(42856,81,136,0),(42857,81,137,0),(42858,81,138,0),(42859,81,139,0),(42860,81,140,0),(42861,81,141,0),(42862,81,142,0),(42863,81,143,0),(42864,81,144,0),(42865,81,145,0),(42866,81,146,0),(42867,81,147,0),(42868,81,148,0),(42869,81,149,0),(42870,81,150,0),(42871,81,151,0),(42872,81,152,0),(42873,81,153,0),(42874,81,154,0),(42875,81,155,0),(42876,81,156,0),(42877,81,157,0),(42878,81,158,0),(42879,81,159,0),(42880,81,160,0),(42881,81,161,0),(42882,81,162,0),(42883,81,163,0),(42884,81,164,0),(42885,81,165,0),(42886,81,166,0),(42887,81,167,0),(42888,81,168,0),(42889,81,169,0),(42890,81,170,0),(42891,81,171,0),(42892,81,172,0),(42893,81,173,0),(42894,81,174,0),(42895,81,175,0),(42896,81,176,0),(42897,81,177,0),(42898,81,178,0),(42899,81,179,0),(42900,81,180,0),(42901,81,181,0),(42902,81,182,0),(42903,81,183,0),(42904,81,184,0),(42905,81,185,0),(42906,81,186,0),(42907,81,187,0),(42908,81,188,0),(42909,81,189,0),(42910,81,190,0),(42911,81,191,0),(42912,81,192,0),(42913,81,193,0),(42914,81,194,0),(42915,81,195,0),(42916,81,196,0),(42917,81,197,0),(42918,81,198,0),(42919,81,199,0),(42920,81,200,0),(42921,81,201,0),(42922,81,202,0),(42923,81,203,0),(42924,81,204,0),(42925,81,205,0),(42926,81,206,0),(42927,81,207,0),(42928,81,208,0),(42929,81,209,0),(42930,81,210,0),(42931,81,211,0),(42932,81,212,0),(42933,81,213,0),(42934,81,214,0),(42935,81,215,0),(42936,81,216,0),(42937,81,217,0),(42938,81,218,0),(42939,81,219,0),(42940,81,220,0),(42941,81,221,0),(42942,81,222,0),(42943,81,223,0),(42944,81,224,0),(42945,81,225,0),(42946,81,226,0),(42947,81,227,0),(42948,81,228,0),(42949,81,229,0),(42950,81,230,0),(42951,81,231,0),(42952,81,232,0),(42953,81,233,0),(42954,81,234,0),(42955,81,235,0),(42956,81,236,0),(42957,81,237,0),(42958,81,238,0),(42959,81,239,0),(42960,81,240,0),(42961,81,241,0),(42962,81,242,0),(42963,81,243,0),(42964,81,244,0),(42965,81,245,0),(42966,81,246,0),(42967,81,247,0),(42968,81,248,0),(42969,81,249,0),(42970,81,250,0),(42971,81,251,0),(42972,81,252,0),(42973,81,253,0),(42974,81,254,0),(42975,81,255,0),(42976,81,256,0),(42977,81,257,0),(42978,81,258,0),(42979,81,259,0),(42980,81,260,0),(42981,81,261,0),(42982,81,262,0),(42983,81,263,0),(42984,81,264,0),(42985,81,265,0),(42986,81,266,0),(42987,81,267,0),(42988,81,268,0),(42989,81,269,0),(42990,81,270,0),(42991,81,271,0),(42992,81,272,0),(42993,81,273,0),(42994,81,274,0),(42995,81,275,0),(42996,81,276,0),(42997,81,277,0),(42998,81,278,0),(42999,81,279,0),(43000,81,280,0),(43001,81,281,0),(43002,81,282,0),(43003,81,283,0),(43004,81,284,0),(43005,81,285,0),(43006,81,286,0),(43007,81,287,0),(43008,81,288,0),(43009,81,289,0),(43010,81,290,0),(43011,81,291,0),(43012,81,292,0),(43013,81,293,0),(43014,81,294,0),(43015,81,295,0),(43016,81,296,0),(43017,81,297,0),(43018,81,298,0),(43019,81,299,0),(43020,81,300,0),(43021,81,301,0),(43022,81,302,0),(43023,81,303,0),(43024,81,304,0),(43025,81,305,0),(43026,81,306,0),(43027,81,307,0),(43028,81,308,0),(43029,81,309,0),(43030,81,310,0),(43031,81,311,0),(43032,81,312,0),(43033,81,313,0),(43034,81,314,0),(43035,81,315,0),(43036,81,316,0),(43037,81,317,0),(43038,81,318,0),(43039,81,319,0),(43040,81,320,0),(43041,81,321,0),(43042,81,322,0),(43043,81,323,0),(43044,81,324,0),(43045,81,325,0),(43046,81,326,0),(43047,81,327,0),(43048,81,328,0),(43049,81,329,0),(43050,81,330,0),(43051,81,331,0),(43052,81,332,0),(43053,81,333,0),(43054,81,334,0),(43055,81,335,0),(43056,81,336,0),(43057,81,337,0),(43058,81,338,0),(43059,81,339,0),(43060,81,340,0),(43061,81,341,0),(43062,81,342,0),(43063,81,343,0),(43064,81,344,0),(43065,81,345,0),(43066,81,346,0),(43067,81,347,0),(43068,81,348,0),(43069,81,349,0),(43070,81,350,0),(43071,81,351,0),(43072,81,352,0),(43073,81,353,0),(43074,81,354,0),(43075,81,355,0),(43076,81,356,0),(43077,81,357,0),(43078,81,358,0),(43079,81,359,0),(43080,81,360,0),(43081,81,361,0),(43082,81,362,0),(43083,81,363,0),(43084,81,364,0),(43085,81,365,0),(43086,81,366,0),(43087,81,367,0),(43088,81,368,0),(43089,81,369,0),(43090,81,370,0),(43091,81,371,0),(43092,81,372,0),(43093,81,373,0),(43094,81,374,0),(43095,81,375,0),(43096,81,376,0.37037037037037),(43097,81,377,0.222222222222222),(43098,81,378,0.222222222222222),(43099,81,379,0.185185185185185),(43100,81,380,0),(43101,81,381,0),(43102,81,382,0),(43103,81,383,0),(43104,81,384,0),(43105,81,385,0),(43106,81,386,0),(43107,81,387,0),(43108,81,388,0),(43109,81,389,0),(43110,81,390,0),(43111,81,391,0),(43112,81,392,0),(43113,81,393,0),(43114,81,394,0),(43115,81,395,0),(43116,81,396,0),(43117,81,397,0),(43118,81,398,0),(43119,81,399,0),(43120,81,400,0),(43121,81,401,0),(43122,81,402,0),(43123,81,403,0),(43124,81,404,0),(43125,81,405,0),(43126,81,406,0),(43127,81,407,0),(43128,81,408,0),(43129,81,409,0),(43130,81,410,0),(43131,81,411,0),(43132,81,412,0),(43133,81,413,0),(43134,81,414,0),(43135,81,415,0),(43136,81,416,0),(43137,81,417,0),(43138,81,418,0),(43139,81,419,0),(43140,81,420,0),(43141,81,421,0),(43142,81,422,0),(43143,81,423,0),(43144,81,424,0),(43145,81,425,0),(43146,81,426,0),(43147,81,427,0),(43148,81,428,0),(43149,81,429,0),(43150,81,430,0),(43151,81,431,0),(43152,81,432,0),(43153,81,433,0),(43154,81,434,0),(43155,81,435,0),(43156,81,436,0),(43157,81,437,0),(43158,81,438,0),(43159,81,439,0),(43160,81,440,0),(43161,81,441,0),(43162,81,442,0),(43163,81,443,0),(43164,81,444,0),(43165,81,445,0),(43166,81,446,0),(43167,81,447,0),(43168,81,448,0),(43169,81,449,0),(43170,81,450,0),(43171,81,451,0),(43172,81,452,0),(43173,81,453,0),(43174,81,454,0),(43175,81,455,0),(43176,81,456,0),(43177,81,457,0),(43178,81,458,0),(43179,81,459,0),(43180,81,460,0),(43181,81,461,0),(43182,81,462,0),(43183,81,463,0),(43184,81,464,0),(43185,81,465,0),(43186,81,466,0),(43187,81,467,0),(43188,81,468,0),(43189,81,469,0),(43190,81,470,0),(43191,81,471,0),(43192,81,472,0),(43193,81,473,0),(43194,81,474,0),(43195,81,475,0),(43196,81,476,0),(43197,81,477,0),(43198,81,478,0),(43199,81,479,0),(43200,81,480,0),(43201,81,481,0),(43202,81,482,0),(43203,81,483,0),(43204,81,484,0),(43205,81,485,0),(43206,81,486,0),(43207,81,487,0),(43208,81,488,0),(43209,81,489,0),(43210,81,490,0),(43211,81,491,0),(43212,81,492,0),(43213,81,493,0),(43214,81,494,0),(43215,81,495,0),(43216,81,496,0),(43217,81,497,0),(43218,81,498,0),(43219,81,499,0),(43220,81,500,0),(43221,81,501,0),(43222,81,502,0),(43223,81,503,0),(43224,81,504,0),(43225,81,505,0),(43226,81,506,0),(43227,81,507,0),(43228,81,508,0),(43229,81,509,0),(43230,81,510,0),(43231,81,511,0),(43232,81,512,0),(43233,81,513,0),(43234,81,514,0),(43235,81,515,0),(43236,81,516,0),(43237,81,517,0),(43238,81,518,0),(43239,81,519,0),(43240,81,520,0),(43241,81,521,0),(43242,81,522,0),(43243,81,523,0),(43244,81,524,0),(43245,81,525,0),(43246,81,526,0),(43247,81,527,0),(43248,81,528,0),(43249,81,529,0),(43250,81,530,0),(43251,81,531,0),(43252,81,532,0),(43253,81,533,0),(43254,81,534,0),(43255,82,1,0),(43256,82,2,0),(43257,82,3,0),(43258,82,4,0),(43259,82,5,0),(43260,82,6,0),(43261,82,7,0),(43262,82,8,0),(43263,82,9,0),(43264,82,10,0),(43265,82,11,0),(43266,82,12,0),(43267,82,13,0),(43268,82,14,0),(43269,82,15,0),(43270,82,16,0),(43271,82,17,0),(43272,82,18,0),(43273,82,19,0),(43274,82,20,0),(43275,82,21,0),(43276,82,22,0),(43277,82,23,0),(43278,82,24,0),(43279,82,25,0),(43280,82,26,0),(43281,82,27,0),(43282,82,28,0),(43283,82,29,0),(43284,82,30,0),(43285,82,31,0),(43286,82,32,0),(43287,82,33,0),(43288,82,34,0),(43289,82,35,0),(43290,82,36,0),(43291,82,37,0),(43292,82,38,0),(43293,82,39,0),(43294,82,40,0),(43295,82,41,0),(43296,82,42,0),(43297,82,43,0),(43298,82,44,0),(43299,82,45,0),(43300,82,46,0),(43301,82,47,0),(43302,82,48,0),(43303,82,49,0),(43304,82,50,0),(43305,82,51,0),(43306,82,52,0),(43307,82,53,0),(43308,82,54,0),(43309,82,55,0),(43310,82,56,0),(43311,82,57,0),(43312,82,58,0),(43313,82,59,0),(43314,82,60,0),(43315,82,61,0),(43316,82,62,0),(43317,82,63,0),(43318,82,64,0),(43319,82,65,0),(43320,82,66,0),(43321,82,67,0),(43322,82,68,0),(43323,82,69,0),(43324,82,70,0),(43325,82,71,0),(43326,82,72,0),(43327,82,73,0),(43328,82,74,0),(43329,82,75,0),(43330,82,76,0),(43331,82,77,0),(43332,82,78,0),(43333,82,79,0),(43334,82,80,0),(43335,82,81,0),(43336,82,82,0),(43337,82,83,0),(43338,82,84,0),(43339,82,85,0),(43340,82,86,0),(43341,82,87,0),(43342,82,88,0),(43343,82,89,0),(43344,82,90,0),(43345,82,91,0),(43346,82,92,0),(43347,82,93,0),(43348,82,94,0),(43349,82,95,0),(43350,82,96,0),(43351,82,97,0),(43352,82,98,0),(43353,82,99,0),(43354,82,100,0),(43355,82,101,0),(43356,82,102,0),(43357,82,103,0),(43358,82,104,0),(43359,82,105,0),(43360,82,106,0),(43361,82,107,0),(43362,82,108,0),(43363,82,109,0),(43364,82,110,0),(43365,82,111,0),(43366,82,112,0),(43367,82,113,0),(43368,82,114,0),(43369,82,115,0),(43370,82,116,0),(43371,82,117,0),(43372,82,118,0),(43373,82,119,0),(43374,82,120,0),(43375,82,121,0),(43376,82,122,0),(43377,82,123,0),(43378,82,124,0),(43379,82,125,0),(43380,82,126,0),(43381,82,127,0),(43382,82,128,0),(43383,82,129,0),(43384,82,130,0),(43385,82,131,0),(43386,82,132,0),(43387,82,133,0),(43388,82,134,0),(43389,82,135,0),(43390,82,136,0),(43391,82,137,0),(43392,82,138,0),(43393,82,139,0),(43394,82,140,0),(43395,82,141,0),(43396,82,142,0),(43397,82,143,0),(43398,82,144,0),(43399,82,145,0),(43400,82,146,0),(43401,82,147,0),(43402,82,148,0),(43403,82,149,0),(43404,82,150,0),(43405,82,151,0),(43406,82,152,0),(43407,82,153,0),(43408,82,154,0),(43409,82,155,0),(43410,82,156,0),(43411,82,157,0),(43412,82,158,0),(43413,82,159,0),(43414,82,160,0),(43415,82,161,0),(43416,82,162,0),(43417,82,163,0),(43418,82,164,0),(43419,82,165,0),(43420,82,166,0),(43421,82,167,0),(43422,82,168,0),(43423,82,169,0),(43424,82,170,0),(43425,82,171,0),(43426,82,172,0),(43427,82,173,0),(43428,82,174,0),(43429,82,175,0),(43430,82,176,0),(43431,82,177,0),(43432,82,178,0),(43433,82,179,0),(43434,82,180,0),(43435,82,181,0),(43436,82,182,0),(43437,82,183,0),(43438,82,184,0),(43439,82,185,0),(43440,82,186,0),(43441,82,187,0),(43442,82,188,0),(43443,82,189,0),(43444,82,190,0),(43445,82,191,0),(43446,82,192,0),(43447,82,193,0),(43448,82,194,0),(43449,82,195,0),(43450,82,196,0),(43451,82,197,0),(43452,82,198,0),(43453,82,199,0),(43454,82,200,0),(43455,82,201,0),(43456,82,202,0),(43457,82,203,0),(43458,82,204,0),(43459,82,205,0),(43460,82,206,0),(43461,82,207,0),(43462,82,208,0),(43463,82,209,0),(43464,82,210,0),(43465,82,211,0),(43466,82,212,0),(43467,82,213,0),(43468,82,214,0),(43469,82,215,0),(43470,82,216,0),(43471,82,217,0),(43472,82,218,0),(43473,82,219,0),(43474,82,220,0),(43475,82,221,0),(43476,82,222,0),(43477,82,223,0),(43478,82,224,0),(43479,82,225,0),(43480,82,226,0),(43481,82,227,0),(43482,82,228,0),(43483,82,229,0),(43484,82,230,0),(43485,82,231,0),(43486,82,232,0),(43487,82,233,0),(43488,82,234,0),(43489,82,235,0),(43490,82,236,0),(43491,82,237,0),(43492,82,238,0),(43493,82,239,0),(43494,82,240,0),(43495,82,241,0),(43496,82,242,0),(43497,82,243,0),(43498,82,244,0),(43499,82,245,0),(43500,82,246,0),(43501,82,247,0),(43502,82,248,0),(43503,82,249,0),(43504,82,250,0),(43505,82,251,0),(43506,82,252,0),(43507,82,253,0),(43508,82,254,0),(43509,82,255,0),(43510,82,256,0),(43511,82,257,0),(43512,82,258,0),(43513,82,259,0),(43514,82,260,0),(43515,82,261,0),(43516,82,262,0),(43517,82,263,0),(43518,82,264,0),(43519,82,265,0),(43520,82,266,0),(43521,82,267,0),(43522,82,268,0),(43523,82,269,0),(43524,82,270,0),(43525,82,271,0),(43526,82,272,0),(43527,82,273,0),(43528,82,274,0),(43529,82,275,0),(43530,82,276,0),(43531,82,277,0),(43532,82,278,0),(43533,82,279,0),(43534,82,280,0),(43535,82,281,0),(43536,82,282,0),(43537,82,283,0),(43538,82,284,0),(43539,82,285,0),(43540,82,286,0),(43541,82,287,0),(43542,82,288,0),(43543,82,289,0),(43544,82,290,0),(43545,82,291,0),(43546,82,292,0),(43547,82,293,0),(43548,82,294,0),(43549,82,295,0),(43550,82,296,0),(43551,82,297,0),(43552,82,298,0),(43553,82,299,0),(43554,82,300,0),(43555,82,301,0),(43556,82,302,0),(43557,82,303,0),(43558,82,304,0),(43559,82,305,0),(43560,82,306,0),(43561,82,307,0),(43562,82,308,0),(43563,82,309,0),(43564,82,310,0),(43565,82,311,0),(43566,82,312,0),(43567,82,313,0),(43568,82,314,0),(43569,82,315,0),(43570,82,316,0),(43571,82,317,0),(43572,82,318,0),(43573,82,319,0),(43574,82,320,0),(43575,82,321,0),(43576,82,322,0),(43577,82,323,0),(43578,82,324,0),(43579,82,325,0),(43580,82,326,0),(43581,82,327,0),(43582,82,328,0),(43583,82,329,0),(43584,82,330,0),(43585,82,331,0),(43586,82,332,0),(43587,82,333,0),(43588,82,334,0),(43589,82,335,0),(43590,82,336,0),(43591,82,337,0),(43592,82,338,0),(43593,82,339,0),(43594,82,340,0),(43595,82,341,0),(43596,82,342,0),(43597,82,343,0),(43598,82,344,0),(43599,82,345,0),(43600,82,346,0),(43601,82,347,0),(43602,82,348,0),(43603,82,349,0),(43604,82,350,0),(43605,82,351,0),(43606,82,352,0),(43607,82,353,0),(43608,82,354,0),(43609,82,355,0),(43610,82,356,0),(43611,82,357,0),(43612,82,358,0),(43613,82,359,0),(43614,82,360,0),(43615,82,361,0),(43616,82,362,0),(43617,82,363,0),(43618,82,364,0),(43619,82,365,0),(43620,82,366,0),(43621,82,367,0),(43622,82,368,0),(43623,82,369,0),(43624,82,370,0),(43625,82,371,0),(43626,82,372,0),(43627,82,373,0),(43628,82,374,0),(43629,82,375,0),(43630,82,376,0),(43631,82,377,0),(43632,82,378,0),(43633,82,379,0),(43634,82,380,0.277777777777778),(43635,82,381,0.25),(43636,82,382,0.194444444444444),(43637,82,383,0.138888888888889),(43638,82,384,0.138888888888889),(43639,82,385,0),(43640,82,386,0),(43641,82,387,0),(43642,82,388,0),(43643,82,389,0),(43644,82,390,0),(43645,82,391,0),(43646,82,392,0),(43647,82,393,0),(43648,82,394,0),(43649,82,395,0),(43650,82,396,0),(43651,82,397,0),(43652,82,398,0),(43653,82,399,0),(43654,82,400,0),(43655,82,401,0),(43656,82,402,0),(43657,82,403,0),(43658,82,404,0),(43659,82,405,0),(43660,82,406,0),(43661,82,407,0),(43662,82,408,0),(43663,82,409,0),(43664,82,410,0),(43665,82,411,0),(43666,82,412,0),(43667,82,413,0),(43668,82,414,0),(43669,82,415,0),(43670,82,416,0),(43671,82,417,0),(43672,82,418,0),(43673,82,419,0),(43674,82,420,0),(43675,82,421,0),(43676,82,422,0),(43677,82,423,0),(43678,82,424,0),(43679,82,425,0),(43680,82,426,0),(43681,82,427,0),(43682,82,428,0),(43683,82,429,0),(43684,82,430,0),(43685,82,431,0),(43686,82,432,0),(43687,82,433,0),(43688,82,434,0),(43689,82,435,0),(43690,82,436,0),(43691,82,437,0),(43692,82,438,0),(43693,82,439,0),(43694,82,440,0),(43695,82,441,0),(43696,82,442,0),(43697,82,443,0),(43698,82,444,0),(43699,82,445,0),(43700,82,446,0),(43701,82,447,0),(43702,82,448,0),(43703,82,449,0),(43704,82,450,0),(43705,82,451,0),(43706,82,452,0),(43707,82,453,0),(43708,82,454,0),(43709,82,455,0),(43710,82,456,0),(43711,82,457,0),(43712,82,458,0),(43713,82,459,0),(43714,82,460,0),(43715,82,461,0),(43716,82,462,0),(43717,82,463,0),(43718,82,464,0),(43719,82,465,0),(43720,82,466,0),(43721,82,467,0),(43722,82,468,0),(43723,82,469,0),(43724,82,470,0),(43725,82,471,0),(43726,82,472,0),(43727,82,473,0),(43728,82,474,0),(43729,82,475,0),(43730,82,476,0),(43731,82,477,0),(43732,82,478,0),(43733,82,479,0),(43734,82,480,0),(43735,82,481,0),(43736,82,482,0),(43737,82,483,0),(43738,82,484,0),(43739,82,485,0),(43740,82,486,0),(43741,82,487,0),(43742,82,488,0),(43743,82,489,0),(43744,82,490,0),(43745,82,491,0),(43746,82,492,0),(43747,82,493,0),(43748,82,494,0),(43749,82,495,0),(43750,82,496,0),(43751,82,497,0),(43752,82,498,0),(43753,82,499,0),(43754,82,500,0),(43755,82,501,0),(43756,82,502,0),(43757,82,503,0),(43758,82,504,0),(43759,82,505,0),(43760,82,506,0),(43761,82,507,0),(43762,82,508,0),(43763,82,509,0),(43764,82,510,0),(43765,82,511,0),(43766,82,512,0),(43767,82,513,0),(43768,82,514,0),(43769,82,515,0),(43770,82,516,0),(43771,82,517,0),(43772,82,518,0),(43773,82,519,0),(43774,82,520,0),(43775,82,521,0),(43776,82,522,0),(43777,82,523,0),(43778,82,524,0),(43779,82,525,0),(43780,82,526,0),(43781,82,527,0),(43782,82,528,0),(43783,82,529,0),(43784,82,530,0),(43785,82,531,0),(43786,82,532,0),(43787,82,533,0),(43788,82,534,0),(43789,83,1,0),(43790,83,2,0),(43791,83,3,0),(43792,83,4,0),(43793,83,5,0),(43794,83,6,0),(43795,83,7,0),(43796,83,8,0),(43797,83,9,0),(43798,83,10,0),(43799,83,11,0),(43800,83,12,0),(43801,83,13,0),(43802,83,14,0),(43803,83,15,0),(43804,83,16,0),(43805,83,17,0),(43806,83,18,0),(43807,83,19,0),(43808,83,20,0),(43809,83,21,0),(43810,83,22,0),(43811,83,23,0),(43812,83,24,0),(43813,83,25,0),(43814,83,26,0),(43815,83,27,0),(43816,83,28,0),(43817,83,29,0),(43818,83,30,0),(43819,83,31,0),(43820,83,32,0),(43821,83,33,0),(43822,83,34,0),(43823,83,35,0),(43824,83,36,0),(43825,83,37,0),(43826,83,38,0),(43827,83,39,0),(43828,83,40,0),(43829,83,41,0),(43830,83,42,0),(43831,83,43,0),(43832,83,44,0),(43833,83,45,0),(43834,83,46,0),(43835,83,47,0),(43836,83,48,0),(43837,83,49,0),(43838,83,50,0),(43839,83,51,0),(43840,83,52,0),(43841,83,53,0),(43842,83,54,0),(43843,83,55,0),(43844,83,56,0),(43845,83,57,0),(43846,83,58,0),(43847,83,59,0),(43848,83,60,0),(43849,83,61,0),(43850,83,62,0),(43851,83,63,0),(43852,83,64,0),(43853,83,65,0),(43854,83,66,0),(43855,83,67,0),(43856,83,68,0),(43857,83,69,0),(43858,83,70,0),(43859,83,71,0),(43860,83,72,0),(43861,83,73,0),(43862,83,74,0),(43863,83,75,0),(43864,83,76,0),(43865,83,77,0),(43866,83,78,0),(43867,83,79,0),(43868,83,80,0),(43869,83,81,0),(43870,83,82,0),(43871,83,83,0),(43872,83,84,0),(43873,83,85,0),(43874,83,86,0),(43875,83,87,0),(43876,83,88,0),(43877,83,89,0),(43878,83,90,0),(43879,83,91,0),(43880,83,92,0),(43881,83,93,0),(43882,83,94,0),(43883,83,95,0),(43884,83,96,0),(43885,83,97,0),(43886,83,98,0),(43887,83,99,0),(43888,83,100,0),(43889,83,101,0),(43890,83,102,0),(43891,83,103,0),(43892,83,104,0),(43893,83,105,0),(43894,83,106,0),(43895,83,107,0),(43896,83,108,0),(43897,83,109,0),(43898,83,110,0),(43899,83,111,0),(43900,83,112,0),(43901,83,113,0),(43902,83,114,0),(43903,83,115,0),(43904,83,116,0),(43905,83,117,0),(43906,83,118,0),(43907,83,119,0),(43908,83,120,0),(43909,83,121,0),(43910,83,122,0),(43911,83,123,0),(43912,83,124,0),(43913,83,125,0),(43914,83,126,0),(43915,83,127,0),(43916,83,128,0),(43917,83,129,0),(43918,83,130,0),(43919,83,131,0),(43920,83,132,0),(43921,83,133,0),(43922,83,134,0),(43923,83,135,0),(43924,83,136,0),(43925,83,137,0),(43926,83,138,0),(43927,83,139,0),(43928,83,140,0),(43929,83,141,0),(43930,83,142,0),(43931,83,143,0),(43932,83,144,0),(43933,83,145,0),(43934,83,146,0),(43935,83,147,0),(43936,83,148,0),(43937,83,149,0),(43938,83,150,0),(43939,83,151,0),(43940,83,152,0),(43941,83,153,0),(43942,83,154,0),(43943,83,155,0),(43944,83,156,0),(43945,83,157,0),(43946,83,158,0),(43947,83,159,0),(43948,83,160,0),(43949,83,161,0),(43950,83,162,0),(43951,83,163,0),(43952,83,164,0),(43953,83,165,0),(43954,83,166,0),(43955,83,167,0),(43956,83,168,0),(43957,83,169,0),(43958,83,170,0),(43959,83,171,0),(43960,83,172,0),(43961,83,173,0),(43962,83,174,0),(43963,83,175,0),(43964,83,176,0),(43965,83,177,0),(43966,83,178,0),(43967,83,179,0),(43968,83,180,0),(43969,83,181,0),(43970,83,182,0),(43971,83,183,0),(43972,83,184,0),(43973,83,185,0),(43974,83,186,0),(43975,83,187,0),(43976,83,188,0),(43977,83,189,0),(43978,83,190,0),(43979,83,191,0),(43980,83,192,0),(43981,83,193,0),(43982,83,194,0),(43983,83,195,0),(43984,83,196,0),(43985,83,197,0),(43986,83,198,0),(43987,83,199,0),(43988,83,200,0),(43989,83,201,0),(43990,83,202,0),(43991,83,203,0),(43992,83,204,0),(43993,83,205,0),(43994,83,206,0),(43995,83,207,0),(43996,83,208,0),(43997,83,209,0),(43998,83,210,0),(43999,83,211,0),(44000,83,212,0),(44001,83,213,0),(44002,83,214,0),(44003,83,215,0),(44004,83,216,0),(44005,83,217,0),(44006,83,218,0),(44007,83,219,0),(44008,83,220,0),(44009,83,221,0),(44010,83,222,0),(44011,83,223,0),(44012,83,224,0),(44013,83,225,0),(44014,83,226,0),(44015,83,227,0),(44016,83,228,0),(44017,83,229,0),(44018,83,230,0),(44019,83,231,0),(44020,83,232,0),(44021,83,233,0),(44022,83,234,0),(44023,83,235,0),(44024,83,236,0),(44025,83,237,0),(44026,83,238,0),(44027,83,239,0),(44028,83,240,0),(44029,83,241,0),(44030,83,242,0),(44031,83,243,0),(44032,83,244,0),(44033,83,245,0),(44034,83,246,0),(44035,83,247,0),(44036,83,248,0),(44037,83,249,0),(44038,83,250,0),(44039,83,251,0),(44040,83,252,0),(44041,83,253,0),(44042,83,254,0),(44043,83,255,0),(44044,83,256,0),(44045,83,257,0),(44046,83,258,0),(44047,83,259,0),(44048,83,260,0),(44049,83,261,0),(44050,83,262,0),(44051,83,263,0),(44052,83,264,0),(44053,83,265,0),(44054,83,266,0),(44055,83,267,0),(44056,83,268,0),(44057,83,269,0),(44058,83,270,0),(44059,83,271,0),(44060,83,272,0),(44061,83,273,0),(44062,83,274,0),(44063,83,275,0),(44064,83,276,0),(44065,83,277,0),(44066,83,278,0),(44067,83,279,0),(44068,83,280,0),(44069,83,281,0),(44070,83,282,0),(44071,83,283,0),(44072,83,284,0),(44073,83,285,0),(44074,83,286,0),(44075,83,287,0),(44076,83,288,0),(44077,83,289,0),(44078,83,290,0),(44079,83,291,0),(44080,83,292,0),(44081,83,293,0),(44082,83,294,0),(44083,83,295,0),(44084,83,296,0),(44085,83,297,0),(44086,83,298,0),(44087,83,299,0),(44088,83,300,0),(44089,83,301,0),(44090,83,302,0),(44091,83,303,0),(44092,83,304,0),(44093,83,305,0),(44094,83,306,0),(44095,83,307,0),(44096,83,308,0),(44097,83,309,0),(44098,83,310,0),(44099,83,311,0),(44100,83,312,0),(44101,83,313,0),(44102,83,314,0),(44103,83,315,0),(44104,83,316,0),(44105,83,317,0),(44106,83,318,0),(44107,83,319,0),(44108,83,320,0),(44109,83,321,0),(44110,83,322,0),(44111,83,323,0),(44112,83,324,0),(44113,83,325,0),(44114,83,326,0),(44115,83,327,0),(44116,83,328,0),(44117,83,329,0),(44118,83,330,0),(44119,83,331,0),(44120,83,332,0),(44121,83,333,0),(44122,83,334,0),(44123,83,335,0),(44124,83,336,0),(44125,83,337,0),(44126,83,338,0),(44127,83,339,0),(44128,83,340,0),(44129,83,341,0),(44130,83,342,0),(44131,83,343,0),(44132,83,344,0),(44133,83,345,0),(44134,83,346,0),(44135,83,347,0),(44136,83,348,0),(44137,83,349,0),(44138,83,350,0),(44139,83,351,0),(44140,83,352,0),(44141,83,353,0),(44142,83,354,0),(44143,83,355,0),(44144,83,356,0),(44145,83,357,0),(44146,83,358,0),(44147,83,359,0),(44148,83,360,0),(44149,83,361,0),(44150,83,362,0),(44151,83,363,0),(44152,83,364,0),(44153,83,365,0),(44154,83,366,0),(44155,83,367,0),(44156,83,368,0),(44157,83,369,0),(44158,83,370,0),(44159,83,371,0),(44160,83,372,0),(44161,83,373,0),(44162,83,374,0),(44163,83,375,0),(44164,83,376,0),(44165,83,377,0),(44166,83,378,0),(44167,83,379,0),(44168,83,380,0),(44169,83,381,0),(44170,83,382,0),(44171,83,383,0),(44172,83,384,0),(44173,83,385,0.5),(44174,83,386,0.4),(44175,83,387,0.1),(44176,83,388,0),(44177,83,389,0),(44178,83,390,0),(44179,83,391,0),(44180,83,392,0),(44181,83,393,0),(44182,83,394,0),(44183,83,395,0),(44184,83,396,0),(44185,83,397,0),(44186,83,398,0),(44187,83,399,0),(44188,83,400,0),(44189,83,401,0),(44190,83,402,0),(44191,83,403,0),(44192,83,404,0),(44193,83,405,0),(44194,83,406,0),(44195,83,407,0),(44196,83,408,0),(44197,83,409,0),(44198,83,410,0),(44199,83,411,0),(44200,83,412,0),(44201,83,413,0),(44202,83,414,0),(44203,83,415,0),(44204,83,416,0),(44205,83,417,0),(44206,83,418,0),(44207,83,419,0),(44208,83,420,0),(44209,83,421,0),(44210,83,422,0),(44211,83,423,0),(44212,83,424,0),(44213,83,425,0),(44214,83,426,0),(44215,83,427,0),(44216,83,428,0),(44217,83,429,0),(44218,83,430,0),(44219,83,431,0),(44220,83,432,0),(44221,83,433,0),(44222,83,434,0),(44223,83,435,0),(44224,83,436,0),(44225,83,437,0),(44226,83,438,0),(44227,83,439,0),(44228,83,440,0),(44229,83,441,0),(44230,83,442,0),(44231,83,443,0),(44232,83,444,0),(44233,83,445,0),(44234,83,446,0),(44235,83,447,0),(44236,83,448,0),(44237,83,449,0),(44238,83,450,0),(44239,83,451,0),(44240,83,452,0),(44241,83,453,0),(44242,83,454,0),(44243,83,455,0),(44244,83,456,0),(44245,83,457,0),(44246,83,458,0),(44247,83,459,0),(44248,83,460,0),(44249,83,461,0),(44250,83,462,0),(44251,83,463,0),(44252,83,464,0),(44253,83,465,0),(44254,83,466,0),(44255,83,467,0),(44256,83,468,0),(44257,83,469,0),(44258,83,470,0),(44259,83,471,0),(44260,83,472,0),(44261,83,473,0),(44262,83,474,0),(44263,83,475,0),(44264,83,476,0),(44265,83,477,0),(44266,83,478,0),(44267,83,479,0),(44268,83,480,0),(44269,83,481,0),(44270,83,482,0),(44271,83,483,0),(44272,83,484,0),(44273,83,485,0),(44274,83,486,0),(44275,83,487,0),(44276,83,488,0),(44277,83,489,0),(44278,83,490,0),(44279,83,491,0),(44280,83,492,0),(44281,83,493,0),(44282,83,494,0),(44283,83,495,0),(44284,83,496,0),(44285,83,497,0),(44286,83,498,0),(44287,83,499,0),(44288,83,500,0),(44289,83,501,0),(44290,83,502,0),(44291,83,503,0),(44292,83,504,0),(44293,83,505,0),(44294,83,506,0),(44295,83,507,0),(44296,83,508,0),(44297,83,509,0),(44298,83,510,0),(44299,83,511,0),(44300,83,512,0),(44301,83,513,0),(44302,83,514,0),(44303,83,515,0),(44304,83,516,0),(44305,83,517,0),(44306,83,518,0),(44307,83,519,0),(44308,83,520,0),(44309,83,521,0),(44310,83,522,0),(44311,83,523,0),(44312,83,524,0),(44313,83,525,0),(44314,83,526,0),(44315,83,527,0),(44316,83,528,0),(44317,83,529,0),(44318,83,530,0),(44319,83,531,0),(44320,83,532,0),(44321,83,533,0),(44322,83,534,0),(44323,84,1,0),(44324,84,2,0),(44325,84,3,0),(44326,84,4,0),(44327,84,5,0),(44328,84,6,0),(44329,84,7,0),(44330,84,8,0),(44331,84,9,0),(44332,84,10,0),(44333,84,11,0),(44334,84,12,0),(44335,84,13,0),(44336,84,14,0),(44337,84,15,0),(44338,84,16,0),(44339,84,17,0),(44340,84,18,0),(44341,84,19,0),(44342,84,20,0),(44343,84,21,0),(44344,84,22,0),(44345,84,23,0),(44346,84,24,0),(44347,84,25,0),(44348,84,26,0),(44349,84,27,0),(44350,84,28,0),(44351,84,29,0),(44352,84,30,0),(44353,84,31,0),(44354,84,32,0),(44355,84,33,0),(44356,84,34,0),(44357,84,35,0),(44358,84,36,0),(44359,84,37,0),(44360,84,38,0),(44361,84,39,0),(44362,84,40,0),(44363,84,41,0),(44364,84,42,0),(44365,84,43,0),(44366,84,44,0),(44367,84,45,0),(44368,84,46,0),(44369,84,47,0),(44370,84,48,0),(44371,84,49,0),(44372,84,50,0),(44373,84,51,0),(44374,84,52,0),(44375,84,53,0),(44376,84,54,0),(44377,84,55,0),(44378,84,56,0),(44379,84,57,0),(44380,84,58,0),(44381,84,59,0),(44382,84,60,0),(44383,84,61,0),(44384,84,62,0),(44385,84,63,0),(44386,84,64,0),(44387,84,65,0),(44388,84,66,0),(44389,84,67,0),(44390,84,68,0),(44391,84,69,0),(44392,84,70,0),(44393,84,71,0),(44394,84,72,0),(44395,84,73,0),(44396,84,74,0),(44397,84,75,0),(44398,84,76,0),(44399,84,77,0),(44400,84,78,0),(44401,84,79,0),(44402,84,80,0),(44403,84,81,0),(44404,84,82,0),(44405,84,83,0),(44406,84,84,0),(44407,84,85,0),(44408,84,86,0),(44409,84,87,0),(44410,84,88,0),(44411,84,89,0),(44412,84,90,0),(44413,84,91,0),(44414,84,92,0),(44415,84,93,0),(44416,84,94,0),(44417,84,95,0),(44418,84,96,0),(44419,84,97,0),(44420,84,98,0),(44421,84,99,0),(44422,84,100,0),(44423,84,101,0),(44424,84,102,0),(44425,84,103,0),(44426,84,104,0),(44427,84,105,0),(44428,84,106,0),(44429,84,107,0),(44430,84,108,0),(44431,84,109,0),(44432,84,110,0),(44433,84,111,0),(44434,84,112,0),(44435,84,113,0),(44436,84,114,0),(44437,84,115,0),(44438,84,116,0),(44439,84,117,0),(44440,84,118,0),(44441,84,119,0),(44442,84,120,0),(44443,84,121,0),(44444,84,122,0),(44445,84,123,0),(44446,84,124,0),(44447,84,125,0),(44448,84,126,0),(44449,84,127,0),(44450,84,128,0),(44451,84,129,0),(44452,84,130,0),(44453,84,131,0),(44454,84,132,0),(44455,84,133,0),(44456,84,134,0),(44457,84,135,0),(44458,84,136,0),(44459,84,137,0),(44460,84,138,0),(44461,84,139,0),(44462,84,140,0),(44463,84,141,0),(44464,84,142,0),(44465,84,143,0),(44466,84,144,0),(44467,84,145,0),(44468,84,146,0),(44469,84,147,0),(44470,84,148,0),(44471,84,149,0),(44472,84,150,0),(44473,84,151,0),(44474,84,152,0),(44475,84,153,0),(44476,84,154,0),(44477,84,155,0),(44478,84,156,0),(44479,84,157,0),(44480,84,158,0),(44481,84,159,0),(44482,84,160,0),(44483,84,161,0),(44484,84,162,0),(44485,84,163,0),(44486,84,164,0),(44487,84,165,0),(44488,84,166,0),(44489,84,167,0),(44490,84,168,0),(44491,84,169,0),(44492,84,170,0),(44493,84,171,0),(44494,84,172,0),(44495,84,173,0),(44496,84,174,0),(44497,84,175,0),(44498,84,176,0),(44499,84,177,0),(44500,84,178,0),(44501,84,179,0),(44502,84,180,0),(44503,84,181,0),(44504,84,182,0),(44505,84,183,0),(44506,84,184,0),(44507,84,185,0),(44508,84,186,0),(44509,84,187,0),(44510,84,188,0),(44511,84,189,0),(44512,84,190,0),(44513,84,191,0),(44514,84,192,0),(44515,84,193,0),(44516,84,194,0),(44517,84,195,0),(44518,84,196,0),(44519,84,197,0),(44520,84,198,0),(44521,84,199,0),(44522,84,200,0),(44523,84,201,0),(44524,84,202,0),(44525,84,203,0),(44526,84,204,0),(44527,84,205,0),(44528,84,206,0),(44529,84,207,0),(44530,84,208,0),(44531,84,209,0),(44532,84,210,0),(44533,84,211,0),(44534,84,212,0),(44535,84,213,0),(44536,84,214,0),(44537,84,215,0),(44538,84,216,0),(44539,84,217,0),(44540,84,218,0),(44541,84,219,0),(44542,84,220,0),(44543,84,221,0),(44544,84,222,0),(44545,84,223,0),(44546,84,224,0),(44547,84,225,0),(44548,84,226,0),(44549,84,227,0),(44550,84,228,0),(44551,84,229,0),(44552,84,230,0),(44553,84,231,0),(44554,84,232,0),(44555,84,233,0),(44556,84,234,0),(44557,84,235,0),(44558,84,236,0),(44559,84,237,0),(44560,84,238,0),(44561,84,239,0),(44562,84,240,0),(44563,84,241,0),(44564,84,242,0),(44565,84,243,0),(44566,84,244,0),(44567,84,245,0),(44568,84,246,0),(44569,84,247,0),(44570,84,248,0),(44571,84,249,0),(44572,84,250,0),(44573,84,251,0),(44574,84,252,0),(44575,84,253,0),(44576,84,254,0),(44577,84,255,0),(44578,84,256,0),(44579,84,257,0),(44580,84,258,0),(44581,84,259,0),(44582,84,260,0),(44583,84,261,0),(44584,84,262,0),(44585,84,263,0),(44586,84,264,0),(44587,84,265,0),(44588,84,266,0),(44589,84,267,0),(44590,84,268,0),(44591,84,269,0),(44592,84,270,0),(44593,84,271,0),(44594,84,272,0),(44595,84,273,0),(44596,84,274,0),(44597,84,275,0),(44598,84,276,0),(44599,84,277,0),(44600,84,278,0),(44601,84,279,0),(44602,84,280,0),(44603,84,281,0),(44604,84,282,0),(44605,84,283,0),(44606,84,284,0),(44607,84,285,0),(44608,84,286,0),(44609,84,287,0),(44610,84,288,0),(44611,84,289,0),(44612,84,290,0),(44613,84,291,0),(44614,84,292,0),(44615,84,293,0),(44616,84,294,0),(44617,84,295,0),(44618,84,296,0),(44619,84,297,0),(44620,84,298,0),(44621,84,299,0),(44622,84,300,0),(44623,84,301,0),(44624,84,302,0),(44625,84,303,0),(44626,84,304,0),(44627,84,305,0),(44628,84,306,0),(44629,84,307,0),(44630,84,308,0),(44631,84,309,0),(44632,84,310,0),(44633,84,311,0),(44634,84,312,0),(44635,84,313,0),(44636,84,314,0),(44637,84,315,0),(44638,84,316,0),(44639,84,317,0),(44640,84,318,0),(44641,84,319,0),(44642,84,320,0),(44643,84,321,0),(44644,84,322,0),(44645,84,323,0),(44646,84,324,0),(44647,84,325,0),(44648,84,326,0),(44649,84,327,0),(44650,84,328,0),(44651,84,329,0),(44652,84,330,0),(44653,84,331,0),(44654,84,332,0),(44655,84,333,0),(44656,84,334,0),(44657,84,335,0),(44658,84,336,0),(44659,84,337,0),(44660,84,338,0),(44661,84,339,0),(44662,84,340,0),(44663,84,341,0),(44664,84,342,0),(44665,84,343,0),(44666,84,344,0),(44667,84,345,0),(44668,84,346,0),(44669,84,347,0),(44670,84,348,0),(44671,84,349,0),(44672,84,350,0),(44673,84,351,0),(44674,84,352,0),(44675,84,353,0),(44676,84,354,0),(44677,84,355,0),(44678,84,356,0),(44679,84,357,0),(44680,84,358,0),(44681,84,359,0),(44682,84,360,0),(44683,84,361,0),(44684,84,362,0),(44685,84,363,0),(44686,84,364,0),(44687,84,365,0),(44688,84,366,0),(44689,84,367,0),(44690,84,368,0),(44691,84,369,0),(44692,84,370,0),(44693,84,371,0),(44694,84,372,0),(44695,84,373,0),(44696,84,374,0),(44697,84,375,0),(44698,84,376,0),(44699,84,377,0),(44700,84,378,0),(44701,84,379,0),(44702,84,380,0),(44703,84,381,0),(44704,84,382,0),(44705,84,383,0),(44706,84,384,0),(44707,84,385,0),(44708,84,386,0),(44709,84,387,0),(44710,84,388,0.333333333333333),(44711,84,389,0.2),(44712,84,390,0.2),(44713,84,391,0.166666666666667),(44714,84,392,0.1),(44715,84,393,0),(44716,84,394,0),(44717,84,395,0),(44718,84,396,0),(44719,84,397,0),(44720,84,398,0),(44721,84,399,0),(44722,84,400,0),(44723,84,401,0),(44724,84,402,0),(44725,84,403,0),(44726,84,404,0),(44727,84,405,0),(44728,84,406,0),(44729,84,407,0),(44730,84,408,0),(44731,84,409,0),(44732,84,410,0),(44733,84,411,0),(44734,84,412,0),(44735,84,413,0),(44736,84,414,0),(44737,84,415,0),(44738,84,416,0),(44739,84,417,0),(44740,84,418,0),(44741,84,419,0),(44742,84,420,0),(44743,84,421,0),(44744,84,422,0),(44745,84,423,0),(44746,84,424,0),(44747,84,425,0),(44748,84,426,0),(44749,84,427,0),(44750,84,428,0),(44751,84,429,0),(44752,84,430,0),(44753,84,431,0),(44754,84,432,0),(44755,84,433,0),(44756,84,434,0),(44757,84,435,0),(44758,84,436,0),(44759,84,437,0),(44760,84,438,0),(44761,84,439,0),(44762,84,440,0),(44763,84,441,0),(44764,84,442,0),(44765,84,443,0),(44766,84,444,0),(44767,84,445,0),(44768,84,446,0),(44769,84,447,0),(44770,84,448,0),(44771,84,449,0),(44772,84,450,0),(44773,84,451,0),(44774,84,452,0),(44775,84,453,0),(44776,84,454,0),(44777,84,455,0),(44778,84,456,0),(44779,84,457,0),(44780,84,458,0),(44781,84,459,0),(44782,84,460,0),(44783,84,461,0),(44784,84,462,0),(44785,84,463,0),(44786,84,464,0),(44787,84,465,0),(44788,84,466,0),(44789,84,467,0),(44790,84,468,0),(44791,84,469,0),(44792,84,470,0),(44793,84,471,0),(44794,84,472,0),(44795,84,473,0),(44796,84,474,0),(44797,84,475,0),(44798,84,476,0),(44799,84,477,0),(44800,84,478,0),(44801,84,479,0),(44802,84,480,0),(44803,84,481,0),(44804,84,482,0),(44805,84,483,0),(44806,84,484,0),(44807,84,485,0),(44808,84,486,0),(44809,84,487,0),(44810,84,488,0),(44811,84,489,0),(44812,84,490,0),(44813,84,491,0),(44814,84,492,0),(44815,84,493,0),(44816,84,494,0),(44817,84,495,0),(44818,84,496,0),(44819,84,497,0),(44820,84,498,0),(44821,84,499,0),(44822,84,500,0),(44823,84,501,0),(44824,84,502,0),(44825,84,503,0),(44826,84,504,0),(44827,84,505,0),(44828,84,506,0),(44829,84,507,0),(44830,84,508,0),(44831,84,509,0),(44832,84,510,0),(44833,84,511,0),(44834,84,512,0),(44835,84,513,0),(44836,84,514,0),(44837,84,515,0),(44838,84,516,0),(44839,84,517,0),(44840,84,518,0),(44841,84,519,0),(44842,84,520,0),(44843,84,521,0),(44844,84,522,0),(44845,84,523,0),(44846,84,524,0),(44847,84,525,0),(44848,84,526,0),(44849,84,527,0),(44850,84,528,0),(44851,84,529,0),(44852,84,530,0),(44853,84,531,0),(44854,84,532,0),(44855,84,533,0),(44856,84,534,0),(44857,85,1,0),(44858,85,2,0),(44859,85,3,0),(44860,85,4,0),(44861,85,5,0),(44862,85,6,0),(44863,85,7,0),(44864,85,8,0),(44865,85,9,0),(44866,85,10,0),(44867,85,11,0),(44868,85,12,0),(44869,85,13,0),(44870,85,14,0),(44871,85,15,0),(44872,85,16,0),(44873,85,17,0),(44874,85,18,0),(44875,85,19,0),(44876,85,20,0),(44877,85,21,0),(44878,85,22,0),(44879,85,23,0),(44880,85,24,0),(44881,85,25,0),(44882,85,26,0),(44883,85,27,0),(44884,85,28,0),(44885,85,29,0),(44886,85,30,0),(44887,85,31,0),(44888,85,32,0),(44889,85,33,0),(44890,85,34,0),(44891,85,35,0),(44892,85,36,0),(44893,85,37,0),(44894,85,38,0),(44895,85,39,0),(44896,85,40,0),(44897,85,41,0),(44898,85,42,0),(44899,85,43,0),(44900,85,44,0),(44901,85,45,0),(44902,85,46,0),(44903,85,47,0),(44904,85,48,0),(44905,85,49,0),(44906,85,50,0),(44907,85,51,0),(44908,85,52,0),(44909,85,53,0),(44910,85,54,0),(44911,85,55,0),(44912,85,56,0),(44913,85,57,0),(44914,85,58,0),(44915,85,59,0),(44916,85,60,0),(44917,85,61,0),(44918,85,62,0),(44919,85,63,0),(44920,85,64,0),(44921,85,65,0),(44922,85,66,0),(44923,85,67,0),(44924,85,68,0),(44925,85,69,0),(44926,85,70,0),(44927,85,71,0),(44928,85,72,0),(44929,85,73,0),(44930,85,74,0),(44931,85,75,0),(44932,85,76,0),(44933,85,77,0),(44934,85,78,0),(44935,85,79,0),(44936,85,80,0),(44937,85,81,0),(44938,85,82,0),(44939,85,83,0),(44940,85,84,0),(44941,85,85,0),(44942,85,86,0),(44943,85,87,0),(44944,85,88,0),(44945,85,89,0),(44946,85,90,0),(44947,85,91,0),(44948,85,92,0),(44949,85,93,0),(44950,85,94,0),(44951,85,95,0),(44952,85,96,0),(44953,85,97,0),(44954,85,98,0),(44955,85,99,0),(44956,85,100,0),(44957,85,101,0),(44958,85,102,0),(44959,85,103,0),(44960,85,104,0),(44961,85,105,0),(44962,85,106,0),(44963,85,107,0),(44964,85,108,0),(44965,85,109,0),(44966,85,110,0),(44967,85,111,0),(44968,85,112,0),(44969,85,113,0),(44970,85,114,0),(44971,85,115,0),(44972,85,116,0),(44973,85,117,0),(44974,85,118,0),(44975,85,119,0),(44976,85,120,0),(44977,85,121,0),(44978,85,122,0),(44979,85,123,0),(44980,85,124,0),(44981,85,125,0),(44982,85,126,0),(44983,85,127,0),(44984,85,128,0),(44985,85,129,0),(44986,85,130,0),(44987,85,131,0),(44988,85,132,0),(44989,85,133,0),(44990,85,134,0),(44991,85,135,0),(44992,85,136,0),(44993,85,137,0),(44994,85,138,0),(44995,85,139,0),(44996,85,140,0),(44997,85,141,0),(44998,85,142,0),(44999,85,143,0),(45000,85,144,0),(45001,85,145,0),(45002,85,146,0),(45003,85,147,0),(45004,85,148,0),(45005,85,149,0),(45006,85,150,0),(45007,85,151,0),(45008,85,152,0),(45009,85,153,0),(45010,85,154,0),(45011,85,155,0),(45012,85,156,0),(45013,85,157,0),(45014,85,158,0),(45015,85,159,0),(45016,85,160,0),(45017,85,161,0),(45018,85,162,0),(45019,85,163,0),(45020,85,164,0),(45021,85,165,0),(45022,85,166,0),(45023,85,167,0),(45024,85,168,0),(45025,85,169,0),(45026,85,170,0),(45027,85,171,0),(45028,85,172,0),(45029,85,173,0),(45030,85,174,0),(45031,85,175,0),(45032,85,176,0),(45033,85,177,0),(45034,85,178,0),(45035,85,179,0),(45036,85,180,0),(45037,85,181,0),(45038,85,182,0),(45039,85,183,0),(45040,85,184,0),(45041,85,185,0),(45042,85,186,0),(45043,85,187,0),(45044,85,188,0),(45045,85,189,0),(45046,85,190,0),(45047,85,191,0),(45048,85,192,0),(45049,85,193,0),(45050,85,194,0),(45051,85,195,0),(45052,85,196,0),(45053,85,197,0),(45054,85,198,0),(45055,85,199,0),(45056,85,200,0),(45057,85,201,0),(45058,85,202,0),(45059,85,203,0),(45060,85,204,0),(45061,85,205,0),(45062,85,206,0),(45063,85,207,0),(45064,85,208,0),(45065,85,209,0),(45066,85,210,0),(45067,85,211,0),(45068,85,212,0),(45069,85,213,0),(45070,85,214,0),(45071,85,215,0),(45072,85,216,0),(45073,85,217,0),(45074,85,218,0),(45075,85,219,0),(45076,85,220,0),(45077,85,221,0),(45078,85,222,0),(45079,85,223,0),(45080,85,224,0),(45081,85,225,0),(45082,85,226,0),(45083,85,227,0),(45084,85,228,0),(45085,85,229,0),(45086,85,230,0),(45087,85,231,0),(45088,85,232,0),(45089,85,233,0),(45090,85,234,0),(45091,85,235,0),(45092,85,236,0),(45093,85,237,0),(45094,85,238,0),(45095,85,239,0),(45096,85,240,0),(45097,85,241,0),(45098,85,242,0),(45099,85,243,0),(45100,85,244,0),(45101,85,245,0),(45102,85,246,0),(45103,85,247,0),(45104,85,248,0),(45105,85,249,0),(45106,85,250,0),(45107,85,251,0),(45108,85,252,0),(45109,85,253,0),(45110,85,254,0),(45111,85,255,0),(45112,85,256,0),(45113,85,257,0),(45114,85,258,0),(45115,85,259,0),(45116,85,260,0),(45117,85,261,0),(45118,85,262,0),(45119,85,263,0),(45120,85,264,0),(45121,85,265,0),(45122,85,266,0),(45123,85,267,0),(45124,85,268,0),(45125,85,269,0),(45126,85,270,0),(45127,85,271,0),(45128,85,272,0),(45129,85,273,0),(45130,85,274,0),(45131,85,275,0),(45132,85,276,0),(45133,85,277,0),(45134,85,278,0),(45135,85,279,0),(45136,85,280,0),(45137,85,281,0),(45138,85,282,0),(45139,85,283,0),(45140,85,284,0),(45141,85,285,0),(45142,85,286,0),(45143,85,287,0),(45144,85,288,0),(45145,85,289,0),(45146,85,290,0),(45147,85,291,0),(45148,85,292,0),(45149,85,293,0),(45150,85,294,0),(45151,85,295,0),(45152,85,296,0),(45153,85,297,0),(45154,85,298,0),(45155,85,299,0),(45156,85,300,0),(45157,85,301,0),(45158,85,302,0),(45159,85,303,0),(45160,85,304,0),(45161,85,305,0),(45162,85,306,0),(45163,85,307,0),(45164,85,308,0),(45165,85,309,0),(45166,85,310,0),(45167,85,311,0),(45168,85,312,0),(45169,85,313,0),(45170,85,314,0),(45171,85,315,0),(45172,85,316,0),(45173,85,317,0),(45174,85,318,0),(45175,85,319,0),(45176,85,320,0),(45177,85,321,0),(45178,85,322,0),(45179,85,323,0),(45180,85,324,0),(45181,85,325,0),(45182,85,326,0),(45183,85,327,0),(45184,85,328,0),(45185,85,329,0),(45186,85,330,0),(45187,85,331,0),(45188,85,332,0),(45189,85,333,0),(45190,85,334,0),(45191,85,335,0),(45192,85,336,0),(45193,85,337,0),(45194,85,338,0),(45195,85,339,0),(45196,85,340,0),(45197,85,341,0),(45198,85,342,0),(45199,85,343,0),(45200,85,344,0),(45201,85,345,0),(45202,85,346,0),(45203,85,347,0),(45204,85,348,0),(45205,85,349,0),(45206,85,350,0),(45207,85,351,0),(45208,85,352,0),(45209,85,353,0),(45210,85,354,0),(45211,85,355,0),(45212,85,356,0),(45213,85,357,0),(45214,85,358,0),(45215,85,359,0),(45216,85,360,0),(45217,85,361,0),(45218,85,362,0),(45219,85,363,0),(45220,85,364,0),(45221,85,365,0),(45222,85,366,0),(45223,85,367,0),(45224,85,368,0),(45225,85,369,0),(45226,85,370,0),(45227,85,371,0),(45228,85,372,0),(45229,85,373,0),(45230,85,374,0),(45231,85,375,0),(45232,85,376,0),(45233,85,377,0),(45234,85,378,0),(45235,85,379,0),(45236,85,380,0),(45237,85,381,0),(45238,85,382,0),(45239,85,383,0),(45240,85,384,0),(45241,85,385,0),(45242,85,386,0),(45243,85,387,0),(45244,85,388,0),(45245,85,389,0),(45246,85,390,0),(45247,85,391,0),(45248,85,392,0),(45249,85,393,0.277777777777778),(45250,85,394,0.222222222222222),(45251,85,395,0.194444444444444),(45252,85,396,0.0833333333333333),(45253,85,397,0.138888888888889),(45254,85,398,0.0833333333333333),(45255,85,399,0),(45256,85,400,0),(45257,85,401,0),(45258,85,402,0),(45259,85,403,0),(45260,85,404,0),(45261,85,405,0),(45262,85,406,0),(45263,85,407,0),(45264,85,408,0),(45265,85,409,0),(45266,85,410,0),(45267,85,411,0),(45268,85,412,0),(45269,85,413,0),(45270,85,414,0),(45271,85,415,0),(45272,85,416,0),(45273,85,417,0),(45274,85,418,0),(45275,85,419,0),(45276,85,420,0),(45277,85,421,0),(45278,85,422,0),(45279,85,423,0),(45280,85,424,0),(45281,85,425,0),(45282,85,426,0),(45283,85,427,0),(45284,85,428,0),(45285,85,429,0),(45286,85,430,0),(45287,85,431,0),(45288,85,432,0),(45289,85,433,0),(45290,85,434,0),(45291,85,435,0),(45292,85,436,0),(45293,85,437,0),(45294,85,438,0),(45295,85,439,0),(45296,85,440,0),(45297,85,441,0),(45298,85,442,0),(45299,85,443,0),(45300,85,444,0),(45301,85,445,0),(45302,85,446,0),(45303,85,447,0),(45304,85,448,0),(45305,85,449,0),(45306,85,450,0),(45307,85,451,0),(45308,85,452,0),(45309,85,453,0),(45310,85,454,0),(45311,85,455,0),(45312,85,456,0),(45313,85,457,0),(45314,85,458,0),(45315,85,459,0),(45316,85,460,0),(45317,85,461,0),(45318,85,462,0),(45319,85,463,0),(45320,85,464,0),(45321,85,465,0),(45322,85,466,0),(45323,85,467,0),(45324,85,468,0),(45325,85,469,0),(45326,85,470,0),(45327,85,471,0),(45328,85,472,0),(45329,85,473,0),(45330,85,474,0),(45331,85,475,0),(45332,85,476,0),(45333,85,477,0),(45334,85,478,0),(45335,85,479,0),(45336,85,480,0),(45337,85,481,0),(45338,85,482,0),(45339,85,483,0),(45340,85,484,0),(45341,85,485,0),(45342,85,486,0),(45343,85,487,0),(45344,85,488,0),(45345,85,489,0),(45346,85,490,0),(45347,85,491,0),(45348,85,492,0),(45349,85,493,0),(45350,85,494,0),(45351,85,495,0),(45352,85,496,0),(45353,85,497,0),(45354,85,498,0),(45355,85,499,0),(45356,85,500,0),(45357,85,501,0),(45358,85,502,0),(45359,85,503,0),(45360,85,504,0),(45361,85,505,0),(45362,85,506,0),(45363,85,507,0),(45364,85,508,0),(45365,85,509,0),(45366,85,510,0),(45367,85,511,0),(45368,85,512,0),(45369,85,513,0),(45370,85,514,0),(45371,85,515,0),(45372,85,516,0),(45373,85,517,0),(45374,85,518,0),(45375,85,519,0),(45376,85,520,0),(45377,85,521,0),(45378,85,522,0),(45379,85,523,0),(45380,85,524,0),(45381,85,525,0),(45382,85,526,0),(45383,85,527,0),(45384,85,528,0),(45385,85,529,0),(45386,85,530,0),(45387,85,531,0),(45388,85,532,0),(45389,85,533,0),(45390,85,534,0),(45391,86,1,0),(45392,86,2,0),(45393,86,3,0),(45394,86,4,0),(45395,86,5,0),(45396,86,6,0),(45397,86,7,0),(45398,86,8,0),(45399,86,9,0),(45400,86,10,0),(45401,86,11,0),(45402,86,12,0),(45403,86,13,0),(45404,86,14,0),(45405,86,15,0),(45406,86,16,0),(45407,86,17,0),(45408,86,18,0),(45409,86,19,0),(45410,86,20,0),(45411,86,21,0),(45412,86,22,0),(45413,86,23,0),(45414,86,24,0),(45415,86,25,0),(45416,86,26,0),(45417,86,27,0),(45418,86,28,0),(45419,86,29,0),(45420,86,30,0),(45421,86,31,0),(45422,86,32,0),(45423,86,33,0),(45424,86,34,0),(45425,86,35,0),(45426,86,36,0),(45427,86,37,0),(45428,86,38,0),(45429,86,39,0),(45430,86,40,0),(45431,86,41,0),(45432,86,42,0),(45433,86,43,0),(45434,86,44,0),(45435,86,45,0),(45436,86,46,0),(45437,86,47,0),(45438,86,48,0),(45439,86,49,0),(45440,86,50,0),(45441,86,51,0),(45442,86,52,0),(45443,86,53,0),(45444,86,54,0),(45445,86,55,0),(45446,86,56,0),(45447,86,57,0),(45448,86,58,0),(45449,86,59,0),(45450,86,60,0),(45451,86,61,0),(45452,86,62,0),(45453,86,63,0),(45454,86,64,0),(45455,86,65,0),(45456,86,66,0),(45457,86,67,0),(45458,86,68,0),(45459,86,69,0),(45460,86,70,0),(45461,86,71,0),(45462,86,72,0),(45463,86,73,0),(45464,86,74,0),(45465,86,75,0),(45466,86,76,0),(45467,86,77,0),(45468,86,78,0),(45469,86,79,0),(45470,86,80,0),(45471,86,81,0),(45472,86,82,0),(45473,86,83,0),(45474,86,84,0),(45475,86,85,0),(45476,86,86,0),(45477,86,87,0),(45478,86,88,0),(45479,86,89,0),(45480,86,90,0),(45481,86,91,0),(45482,86,92,0),(45483,86,93,0),(45484,86,94,0),(45485,86,95,0),(45486,86,96,0),(45487,86,97,0),(45488,86,98,0),(45489,86,99,0),(45490,86,100,0),(45491,86,101,0),(45492,86,102,0),(45493,86,103,0),(45494,86,104,0),(45495,86,105,0),(45496,86,106,0),(45497,86,107,0),(45498,86,108,0),(45499,86,109,0),(45500,86,110,0),(45501,86,111,0),(45502,86,112,0),(45503,86,113,0),(45504,86,114,0),(45505,86,115,0),(45506,86,116,0),(45507,86,117,0),(45508,86,118,0),(45509,86,119,0),(45510,86,120,0),(45511,86,121,0),(45512,86,122,0),(45513,86,123,0),(45514,86,124,0),(45515,86,125,0),(45516,86,126,0),(45517,86,127,0),(45518,86,128,0),(45519,86,129,0),(45520,86,130,0),(45521,86,131,0),(45522,86,132,0),(45523,86,133,0),(45524,86,134,0),(45525,86,135,0),(45526,86,136,0),(45527,86,137,0),(45528,86,138,0),(45529,86,139,0),(45530,86,140,0),(45531,86,141,0),(45532,86,142,0),(45533,86,143,0),(45534,86,144,0),(45535,86,145,0),(45536,86,146,0),(45537,86,147,0),(45538,86,148,0),(45539,86,149,0),(45540,86,150,0),(45541,86,151,0),(45542,86,152,0),(45543,86,153,0),(45544,86,154,0),(45545,86,155,0),(45546,86,156,0),(45547,86,157,0),(45548,86,158,0),(45549,86,159,0),(45550,86,160,0),(45551,86,161,0),(45552,86,162,0),(45553,86,163,0),(45554,86,164,0),(45555,86,165,0),(45556,86,166,0),(45557,86,167,0),(45558,86,168,0),(45559,86,169,0),(45560,86,170,0),(45561,86,171,0),(45562,86,172,0),(45563,86,173,0),(45564,86,174,0),(45565,86,175,0),(45566,86,176,0),(45567,86,177,0),(45568,86,178,0),(45569,86,179,0),(45570,86,180,0),(45571,86,181,0),(45572,86,182,0),(45573,86,183,0),(45574,86,184,0),(45575,86,185,0),(45576,86,186,0),(45577,86,187,0),(45578,86,188,0),(45579,86,189,0),(45580,86,190,0),(45581,86,191,0),(45582,86,192,0),(45583,86,193,0),(45584,86,194,0),(45585,86,195,0),(45586,86,196,0),(45587,86,197,0),(45588,86,198,0),(45589,86,199,0),(45590,86,200,0),(45591,86,201,0),(45592,86,202,0),(45593,86,203,0),(45594,86,204,0),(45595,86,205,0),(45596,86,206,0),(45597,86,207,0),(45598,86,208,0),(45599,86,209,0),(45600,86,210,0),(45601,86,211,0),(45602,86,212,0),(45603,86,213,0),(45604,86,214,0),(45605,86,215,0),(45606,86,216,0),(45607,86,217,0),(45608,86,218,0),(45609,86,219,0),(45610,86,220,0),(45611,86,221,0),(45612,86,222,0),(45613,86,223,0),(45614,86,224,0),(45615,86,225,0),(45616,86,226,0),(45617,86,227,0),(45618,86,228,0),(45619,86,229,0),(45620,86,230,0),(45621,86,231,0),(45622,86,232,0),(45623,86,233,0),(45624,86,234,0),(45625,86,235,0),(45626,86,236,0),(45627,86,237,0),(45628,86,238,0),(45629,86,239,0),(45630,86,240,0),(45631,86,241,0),(45632,86,242,0),(45633,86,243,0),(45634,86,244,0),(45635,86,245,0),(45636,86,246,0),(45637,86,247,0),(45638,86,248,0),(45639,86,249,0),(45640,86,250,0),(45641,86,251,0),(45642,86,252,0),(45643,86,253,0),(45644,86,254,0),(45645,86,255,0),(45646,86,256,0),(45647,86,257,0),(45648,86,258,0),(45649,86,259,0),(45650,86,260,0),(45651,86,261,0),(45652,86,262,0),(45653,86,263,0),(45654,86,264,0),(45655,86,265,0),(45656,86,266,0),(45657,86,267,0),(45658,86,268,0),(45659,86,269,0),(45660,86,270,0),(45661,86,271,0),(45662,86,272,0),(45663,86,273,0),(45664,86,274,0),(45665,86,275,0),(45666,86,276,0),(45667,86,277,0),(45668,86,278,0),(45669,86,279,0),(45670,86,280,0),(45671,86,281,0),(45672,86,282,0),(45673,86,283,0),(45674,86,284,0),(45675,86,285,0),(45676,86,286,0),(45677,86,287,0),(45678,86,288,0),(45679,86,289,0),(45680,86,290,0),(45681,86,291,0),(45682,86,292,0),(45683,86,293,0),(45684,86,294,0),(45685,86,295,0),(45686,86,296,0),(45687,86,297,0),(45688,86,298,0),(45689,86,299,0),(45690,86,300,0),(45691,86,301,0),(45692,86,302,0),(45693,86,303,0),(45694,86,304,0),(45695,86,305,0),(45696,86,306,0),(45697,86,307,0),(45698,86,308,0),(45699,86,309,0),(45700,86,310,0),(45701,86,311,0),(45702,86,312,0),(45703,86,313,0),(45704,86,314,0),(45705,86,315,0),(45706,86,316,0),(45707,86,317,0),(45708,86,318,0),(45709,86,319,0),(45710,86,320,0),(45711,86,321,0),(45712,86,322,0),(45713,86,323,0),(45714,86,324,0),(45715,86,325,0),(45716,86,326,0),(45717,86,327,0),(45718,86,328,0),(45719,86,329,0),(45720,86,330,0),(45721,86,331,0),(45722,86,332,0),(45723,86,333,0),(45724,86,334,0),(45725,86,335,0),(45726,86,336,0),(45727,86,337,0),(45728,86,338,0),(45729,86,339,0),(45730,86,340,0),(45731,86,341,0),(45732,86,342,0),(45733,86,343,0),(45734,86,344,0),(45735,86,345,0),(45736,86,346,0),(45737,86,347,0),(45738,86,348,0),(45739,86,349,0),(45740,86,350,0),(45741,86,351,0),(45742,86,352,0),(45743,86,353,0),(45744,86,354,0),(45745,86,355,0),(45746,86,356,0),(45747,86,357,0),(45748,86,358,0),(45749,86,359,0),(45750,86,360,0),(45751,86,361,0),(45752,86,362,0),(45753,86,363,0),(45754,86,364,0),(45755,86,365,0),(45756,86,366,0),(45757,86,367,0),(45758,86,368,0),(45759,86,369,0),(45760,86,370,0),(45761,86,371,0),(45762,86,372,0),(45763,86,373,0),(45764,86,374,0),(45765,86,375,0),(45766,86,376,0),(45767,86,377,0),(45768,86,378,0),(45769,86,379,0),(45770,86,380,0),(45771,86,381,0),(45772,86,382,0),(45773,86,383,0),(45774,86,384,0),(45775,86,385,0),(45776,86,386,0),(45777,86,387,0),(45778,86,388,0),(45779,86,389,0),(45780,86,390,0),(45781,86,391,0),(45782,86,392,0),(45783,86,393,0),(45784,86,394,0),(45785,86,395,0),(45786,86,396,0),(45787,86,397,0),(45788,86,398,0),(45789,86,399,0.416666666666667),(45790,86,400,0.291666666666667),(45791,86,401,0.166666666666667),(45792,86,402,0.125),(45793,86,403,0),(45794,86,404,0),(45795,86,405,0),(45796,86,406,0),(45797,86,407,0),(45798,86,408,0),(45799,86,409,0),(45800,86,410,0),(45801,86,411,0),(45802,86,412,0),(45803,86,413,0),(45804,86,414,0),(45805,86,415,0),(45806,86,416,0),(45807,86,417,0),(45808,86,418,0),(45809,86,419,0),(45810,86,420,0),(45811,86,421,0),(45812,86,422,0),(45813,86,423,0),(45814,86,424,0),(45815,86,425,0),(45816,86,426,0),(45817,86,427,0),(45818,86,428,0),(45819,86,429,0),(45820,86,430,0),(45821,86,431,0),(45822,86,432,0),(45823,86,433,0),(45824,86,434,0),(45825,86,435,0),(45826,86,436,0),(45827,86,437,0),(45828,86,438,0),(45829,86,439,0),(45830,86,440,0),(45831,86,441,0),(45832,86,442,0),(45833,86,443,0),(45834,86,444,0),(45835,86,445,0),(45836,86,446,0),(45837,86,447,0),(45838,86,448,0),(45839,86,449,0),(45840,86,450,0),(45841,86,451,0),(45842,86,452,0),(45843,86,453,0),(45844,86,454,0),(45845,86,455,0),(45846,86,456,0),(45847,86,457,0),(45848,86,458,0),(45849,86,459,0),(45850,86,460,0),(45851,86,461,0),(45852,86,462,0),(45853,86,463,0),(45854,86,464,0),(45855,86,465,0),(45856,86,466,0),(45857,86,467,0),(45858,86,468,0),(45859,86,469,0),(45860,86,470,0),(45861,86,471,0),(45862,86,472,0),(45863,86,473,0),(45864,86,474,0),(45865,86,475,0),(45866,86,476,0),(45867,86,477,0),(45868,86,478,0),(45869,86,479,0),(45870,86,480,0),(45871,86,481,0),(45872,86,482,0),(45873,86,483,0),(45874,86,484,0),(45875,86,485,0),(45876,86,486,0),(45877,86,487,0),(45878,86,488,0),(45879,86,489,0),(45880,86,490,0),(45881,86,491,0),(45882,86,492,0),(45883,86,493,0),(45884,86,494,0),(45885,86,495,0),(45886,86,496,0),(45887,86,497,0),(45888,86,498,0),(45889,86,499,0),(45890,86,500,0),(45891,86,501,0),(45892,86,502,0),(45893,86,503,0),(45894,86,504,0),(45895,86,505,0),(45896,86,506,0),(45897,86,507,0),(45898,86,508,0),(45899,86,509,0),(45900,86,510,0),(45901,86,511,0),(45902,86,512,0),(45903,86,513,0),(45904,86,514,0),(45905,86,515,0),(45906,86,516,0),(45907,86,517,0),(45908,86,518,0),(45909,86,519,0),(45910,86,520,0),(45911,86,521,0),(45912,86,522,0),(45913,86,523,0),(45914,86,524,0),(45915,86,525,0),(45916,86,526,0),(45917,86,527,0),(45918,86,528,0),(45919,86,529,0),(45920,86,530,0),(45921,86,531,0),(45922,86,532,0),(45923,86,533,0),(45924,86,534,0),(45925,87,1,0),(45926,87,2,0),(45927,87,3,0),(45928,87,4,0),(45929,87,5,0),(45930,87,6,0),(45931,87,7,0),(45932,87,8,0),(45933,87,9,0),(45934,87,10,0),(45935,87,11,0),(45936,87,12,0),(45937,87,13,0),(45938,87,14,0),(45939,87,15,0),(45940,87,16,0),(45941,87,17,0),(45942,87,18,0),(45943,87,19,0),(45944,87,20,0),(45945,87,21,0),(45946,87,22,0),(45947,87,23,0),(45948,87,24,0),(45949,87,25,0),(45950,87,26,0),(45951,87,27,0),(45952,87,28,0),(45953,87,29,0),(45954,87,30,0),(45955,87,31,0),(45956,87,32,0),(45957,87,33,0),(45958,87,34,0),(45959,87,35,0),(45960,87,36,0),(45961,87,37,0),(45962,87,38,0),(45963,87,39,0),(45964,87,40,0),(45965,87,41,0),(45966,87,42,0),(45967,87,43,0),(45968,87,44,0),(45969,87,45,0),(45970,87,46,0),(45971,87,47,0),(45972,87,48,0),(45973,87,49,0),(45974,87,50,0),(45975,87,51,0),(45976,87,52,0),(45977,87,53,0),(45978,87,54,0),(45979,87,55,0),(45980,87,56,0),(45981,87,57,0),(45982,87,58,0),(45983,87,59,0),(45984,87,60,0),(45985,87,61,0),(45986,87,62,0),(45987,87,63,0),(45988,87,64,0),(45989,87,65,0),(45990,87,66,0),(45991,87,67,0),(45992,87,68,0),(45993,87,69,0),(45994,87,70,0),(45995,87,71,0),(45996,87,72,0),(45997,87,73,0),(45998,87,74,0),(45999,87,75,0),(46000,87,76,0),(46001,87,77,0),(46002,87,78,0),(46003,87,79,0),(46004,87,80,0),(46005,87,81,0),(46006,87,82,0),(46007,87,83,0),(46008,87,84,0),(46009,87,85,0),(46010,87,86,0),(46011,87,87,0),(46012,87,88,0),(46013,87,89,0),(46014,87,90,0),(46015,87,91,0),(46016,87,92,0),(46017,87,93,0),(46018,87,94,0),(46019,87,95,0),(46020,87,96,0),(46021,87,97,0),(46022,87,98,0),(46023,87,99,0),(46024,87,100,0),(46025,87,101,0),(46026,87,102,0),(46027,87,103,0),(46028,87,104,0),(46029,87,105,0),(46030,87,106,0),(46031,87,107,0),(46032,87,108,0),(46033,87,109,0),(46034,87,110,0),(46035,87,111,0),(46036,87,112,0),(46037,87,113,0),(46038,87,114,0),(46039,87,115,0),(46040,87,116,0),(46041,87,117,0),(46042,87,118,0),(46043,87,119,0),(46044,87,120,0),(46045,87,121,0),(46046,87,122,0),(46047,87,123,0),(46048,87,124,0),(46049,87,125,0),(46050,87,126,0),(46051,87,127,0),(46052,87,128,0),(46053,87,129,0),(46054,87,130,0),(46055,87,131,0),(46056,87,132,0),(46057,87,133,0),(46058,87,134,0),(46059,87,135,0),(46060,87,136,0),(46061,87,137,0),(46062,87,138,0),(46063,87,139,0),(46064,87,140,0),(46065,87,141,0),(46066,87,142,0),(46067,87,143,0),(46068,87,144,0),(46069,87,145,0),(46070,87,146,0),(46071,87,147,0),(46072,87,148,0),(46073,87,149,0),(46074,87,150,0),(46075,87,151,0),(46076,87,152,0),(46077,87,153,0),(46078,87,154,0),(46079,87,155,0),(46080,87,156,0),(46081,87,157,0),(46082,87,158,0),(46083,87,159,0),(46084,87,160,0),(46085,87,161,0),(46086,87,162,0),(46087,87,163,0),(46088,87,164,0),(46089,87,165,0),(46090,87,166,0),(46091,87,167,0),(46092,87,168,0),(46093,87,169,0),(46094,87,170,0),(46095,87,171,0),(46096,87,172,0),(46097,87,173,0),(46098,87,174,0),(46099,87,175,0),(46100,87,176,0),(46101,87,177,0),(46102,87,178,0),(46103,87,179,0),(46104,87,180,0),(46105,87,181,0),(46106,87,182,0),(46107,87,183,0),(46108,87,184,0),(46109,87,185,0),(46110,87,186,0),(46111,87,187,0),(46112,87,188,0),(46113,87,189,0),(46114,87,190,0),(46115,87,191,0),(46116,87,192,0),(46117,87,193,0),(46118,87,194,0),(46119,87,195,0),(46120,87,196,0),(46121,87,197,0),(46122,87,198,0),(46123,87,199,0),(46124,87,200,0),(46125,87,201,0),(46126,87,202,0),(46127,87,203,0),(46128,87,204,0),(46129,87,205,0),(46130,87,206,0),(46131,87,207,0),(46132,87,208,0),(46133,87,209,0),(46134,87,210,0),(46135,87,211,0),(46136,87,212,0),(46137,87,213,0),(46138,87,214,0),(46139,87,215,0),(46140,87,216,0),(46141,87,217,0),(46142,87,218,0),(46143,87,219,0),(46144,87,220,0),(46145,87,221,0),(46146,87,222,0),(46147,87,223,0),(46148,87,224,0),(46149,87,225,0),(46150,87,226,0),(46151,87,227,0),(46152,87,228,0),(46153,87,229,0),(46154,87,230,0),(46155,87,231,0),(46156,87,232,0),(46157,87,233,0),(46158,87,234,0),(46159,87,235,0),(46160,87,236,0),(46161,87,237,0),(46162,87,238,0),(46163,87,239,0),(46164,87,240,0),(46165,87,241,0),(46166,87,242,0),(46167,87,243,0),(46168,87,244,0),(46169,87,245,0),(46170,87,246,0),(46171,87,247,0),(46172,87,248,0),(46173,87,249,0),(46174,87,250,0),(46175,87,251,0),(46176,87,252,0),(46177,87,253,0),(46178,87,254,0),(46179,87,255,0),(46180,87,256,0),(46181,87,257,0),(46182,87,258,0),(46183,87,259,0),(46184,87,260,0),(46185,87,261,0),(46186,87,262,0),(46187,87,263,0),(46188,87,264,0),(46189,87,265,0),(46190,87,266,0),(46191,87,267,0),(46192,87,268,0),(46193,87,269,0),(46194,87,270,0),(46195,87,271,0),(46196,87,272,0),(46197,87,273,0),(46198,87,274,0),(46199,87,275,0),(46200,87,276,0),(46201,87,277,0),(46202,87,278,0),(46203,87,279,0),(46204,87,280,0),(46205,87,281,0),(46206,87,282,0),(46207,87,283,0),(46208,87,284,0),(46209,87,285,0),(46210,87,286,0),(46211,87,287,0),(46212,87,288,0),(46213,87,289,0),(46214,87,290,0),(46215,87,291,0),(46216,87,292,0),(46217,87,293,0),(46218,87,294,0),(46219,87,295,0),(46220,87,296,0),(46221,87,297,0),(46222,87,298,0),(46223,87,299,0),(46224,87,300,0),(46225,87,301,0),(46226,87,302,0),(46227,87,303,0),(46228,87,304,0),(46229,87,305,0),(46230,87,306,0),(46231,87,307,0),(46232,87,308,0),(46233,87,309,0),(46234,87,310,0),(46235,87,311,0),(46236,87,312,0),(46237,87,313,0),(46238,87,314,0),(46239,87,315,0),(46240,87,316,0),(46241,87,317,0),(46242,87,318,0),(46243,87,319,0),(46244,87,320,0),(46245,87,321,0),(46246,87,322,0),(46247,87,323,0),(46248,87,324,0),(46249,87,325,0),(46250,87,326,0),(46251,87,327,0),(46252,87,328,0),(46253,87,329,0),(46254,87,330,0),(46255,87,331,0),(46256,87,332,0),(46257,87,333,0),(46258,87,334,0),(46259,87,335,0),(46260,87,336,0),(46261,87,337,0),(46262,87,338,0),(46263,87,339,0),(46264,87,340,0),(46265,87,341,0),(46266,87,342,0),(46267,87,343,0),(46268,87,344,0),(46269,87,345,0),(46270,87,346,0),(46271,87,347,0),(46272,87,348,0),(46273,87,349,0),(46274,87,350,0),(46275,87,351,0),(46276,87,352,0),(46277,87,353,0),(46278,87,354,0),(46279,87,355,0),(46280,87,356,0),(46281,87,357,0),(46282,87,358,0),(46283,87,359,0),(46284,87,360,0),(46285,87,361,0),(46286,87,362,0),(46287,87,363,0),(46288,87,364,0),(46289,87,365,0),(46290,87,366,0),(46291,87,367,0),(46292,87,368,0),(46293,87,369,0),(46294,87,370,0),(46295,87,371,0),(46296,87,372,0),(46297,87,373,0),(46298,87,374,0),(46299,87,375,0),(46300,87,376,0),(46301,87,377,0),(46302,87,378,0),(46303,87,379,0),(46304,87,380,0),(46305,87,381,0),(46306,87,382,0),(46307,87,383,0),(46308,87,384,0),(46309,87,385,0),(46310,87,386,0),(46311,87,387,0),(46312,87,388,0),(46313,87,389,0),(46314,87,390,0),(46315,87,391,0),(46316,87,392,0),(46317,87,393,0),(46318,87,394,0),(46319,87,395,0),(46320,87,396,0),(46321,87,397,0),(46322,87,398,0),(46323,87,399,0),(46324,87,400,0),(46325,87,401,0),(46326,87,402,0),(46327,87,403,0.384615384615385),(46328,87,404,0.230769230769231),(46329,87,405,0.153846153846154),(46330,87,406,0.115384615384615),(46331,87,407,0.115384615384615),(46332,87,408,0),(46333,87,409,0),(46334,87,410,0),(46335,87,411,0),(46336,87,412,0),(46337,87,413,0),(46338,87,414,0),(46339,87,415,0),(46340,87,416,0),(46341,87,417,0),(46342,87,418,0),(46343,87,419,0),(46344,87,420,0),(46345,87,421,0),(46346,87,422,0),(46347,87,423,0),(46348,87,424,0),(46349,87,425,0),(46350,87,426,0),(46351,87,427,0),(46352,87,428,0),(46353,87,429,0),(46354,87,430,0),(46355,87,431,0),(46356,87,432,0),(46357,87,433,0),(46358,87,434,0),(46359,87,435,0),(46360,87,436,0),(46361,87,437,0),(46362,87,438,0),(46363,87,439,0),(46364,87,440,0),(46365,87,441,0),(46366,87,442,0),(46367,87,443,0),(46368,87,444,0),(46369,87,445,0),(46370,87,446,0),(46371,87,447,0),(46372,87,448,0),(46373,87,449,0),(46374,87,450,0),(46375,87,451,0),(46376,87,452,0),(46377,87,453,0),(46378,87,454,0),(46379,87,455,0),(46380,87,456,0),(46381,87,457,0),(46382,87,458,0),(46383,87,459,0),(46384,87,460,0),(46385,87,461,0),(46386,87,462,0),(46387,87,463,0),(46388,87,464,0),(46389,87,465,0),(46390,87,466,0),(46391,87,467,0),(46392,87,468,0),(46393,87,469,0),(46394,87,470,0),(46395,87,471,0),(46396,87,472,0),(46397,87,473,0),(46398,87,474,0),(46399,87,475,0),(46400,87,476,0),(46401,87,477,0),(46402,87,478,0),(46403,87,479,0),(46404,87,480,0),(46405,87,481,0),(46406,87,482,0),(46407,87,483,0),(46408,87,484,0),(46409,87,485,0),(46410,87,486,0),(46411,87,487,0),(46412,87,488,0),(46413,87,489,0),(46414,87,490,0),(46415,87,491,0),(46416,87,492,0),(46417,87,493,0),(46418,87,494,0),(46419,87,495,0),(46420,87,496,0),(46421,87,497,0),(46422,87,498,0),(46423,87,499,0),(46424,87,500,0),(46425,87,501,0),(46426,87,502,0),(46427,87,503,0),(46428,87,504,0),(46429,87,505,0),(46430,87,506,0),(46431,87,507,0),(46432,87,508,0),(46433,87,509,0),(46434,87,510,0),(46435,87,511,0),(46436,87,512,0),(46437,87,513,0),(46438,87,514,0),(46439,87,515,0),(46440,87,516,0),(46441,87,517,0),(46442,87,518,0),(46443,87,519,0),(46444,87,520,0),(46445,87,521,0),(46446,87,522,0),(46447,87,523,0),(46448,87,524,0),(46449,87,525,0),(46450,87,526,0),(46451,87,527,0),(46452,87,528,0),(46453,87,529,0),(46454,87,530,0),(46455,87,531,0),(46456,87,532,0),(46457,87,533,0),(46458,87,534,0),(46459,88,1,0),(46460,88,2,0),(46461,88,3,0),(46462,88,4,0),(46463,88,5,0),(46464,88,6,0),(46465,88,7,0),(46466,88,8,0),(46467,88,9,0),(46468,88,10,0),(46469,88,11,0),(46470,88,12,0),(46471,88,13,0),(46472,88,14,0),(46473,88,15,0),(46474,88,16,0),(46475,88,17,0),(46476,88,18,0),(46477,88,19,0),(46478,88,20,0),(46479,88,21,0),(46480,88,22,0),(46481,88,23,0),(46482,88,24,0),(46483,88,25,0),(46484,88,26,0),(46485,88,27,0),(46486,88,28,0),(46487,88,29,0),(46488,88,30,0),(46489,88,31,0),(46490,88,32,0),(46491,88,33,0),(46492,88,34,0),(46493,88,35,0),(46494,88,36,0),(46495,88,37,0),(46496,88,38,0),(46497,88,39,0),(46498,88,40,0),(46499,88,41,0),(46500,88,42,0),(46501,88,43,0),(46502,88,44,0),(46503,88,45,0),(46504,88,46,0),(46505,88,47,0),(46506,88,48,0),(46507,88,49,0),(46508,88,50,0),(46509,88,51,0),(46510,88,52,0),(46511,88,53,0),(46512,88,54,0),(46513,88,55,0),(46514,88,56,0),(46515,88,57,0),(46516,88,58,0),(46517,88,59,0),(46518,88,60,0),(46519,88,61,0),(46520,88,62,0),(46521,88,63,0),(46522,88,64,0),(46523,88,65,0),(46524,88,66,0),(46525,88,67,0),(46526,88,68,0),(46527,88,69,0),(46528,88,70,0),(46529,88,71,0),(46530,88,72,0),(46531,88,73,0),(46532,88,74,0),(46533,88,75,0),(46534,88,76,0),(46535,88,77,0),(46536,88,78,0),(46537,88,79,0),(46538,88,80,0),(46539,88,81,0),(46540,88,82,0),(46541,88,83,0),(46542,88,84,0),(46543,88,85,0),(46544,88,86,0),(46545,88,87,0),(46546,88,88,0),(46547,88,89,0),(46548,88,90,0),(46549,88,91,0),(46550,88,92,0),(46551,88,93,0),(46552,88,94,0),(46553,88,95,0),(46554,88,96,0),(46555,88,97,0),(46556,88,98,0),(46557,88,99,0),(46558,88,100,0),(46559,88,101,0),(46560,88,102,0),(46561,88,103,0),(46562,88,104,0),(46563,88,105,0),(46564,88,106,0),(46565,88,107,0),(46566,88,108,0),(46567,88,109,0),(46568,88,110,0),(46569,88,111,0),(46570,88,112,0),(46571,88,113,0),(46572,88,114,0),(46573,88,115,0),(46574,88,116,0),(46575,88,117,0),(46576,88,118,0),(46577,88,119,0),(46578,88,120,0),(46579,88,121,0),(46580,88,122,0),(46581,88,123,0),(46582,88,124,0),(46583,88,125,0),(46584,88,126,0),(46585,88,127,0),(46586,88,128,0),(46587,88,129,0),(46588,88,130,0),(46589,88,131,0),(46590,88,132,0),(46591,88,133,0),(46592,88,134,0),(46593,88,135,0),(46594,88,136,0),(46595,88,137,0),(46596,88,138,0),(46597,88,139,0),(46598,88,140,0),(46599,88,141,0),(46600,88,142,0),(46601,88,143,0),(46602,88,144,0),(46603,88,145,0),(46604,88,146,0),(46605,88,147,0),(46606,88,148,0),(46607,88,149,0),(46608,88,150,0),(46609,88,151,0),(46610,88,152,0),(46611,88,153,0),(46612,88,154,0),(46613,88,155,0),(46614,88,156,0),(46615,88,157,0),(46616,88,158,0),(46617,88,159,0),(46618,88,160,0),(46619,88,161,0),(46620,88,162,0),(46621,88,163,0),(46622,88,164,0),(46623,88,165,0),(46624,88,166,0),(46625,88,167,0),(46626,88,168,0),(46627,88,169,0),(46628,88,170,0),(46629,88,171,0),(46630,88,172,0),(46631,88,173,0),(46632,88,174,0),(46633,88,175,0),(46634,88,176,0),(46635,88,177,0),(46636,88,178,0),(46637,88,179,0),(46638,88,180,0),(46639,88,181,0),(46640,88,182,0),(46641,88,183,0),(46642,88,184,0),(46643,88,185,0),(46644,88,186,0),(46645,88,187,0),(46646,88,188,0),(46647,88,189,0),(46648,88,190,0),(46649,88,191,0),(46650,88,192,0),(46651,88,193,0),(46652,88,194,0),(46653,88,195,0),(46654,88,196,0),(46655,88,197,0),(46656,88,198,0),(46657,88,199,0),(46658,88,200,0),(46659,88,201,0),(46660,88,202,0),(46661,88,203,0),(46662,88,204,0),(46663,88,205,0),(46664,88,206,0),(46665,88,207,0),(46666,88,208,0),(46667,88,209,0),(46668,88,210,0),(46669,88,211,0),(46670,88,212,0),(46671,88,213,0),(46672,88,214,0),(46673,88,215,0),(46674,88,216,0),(46675,88,217,0),(46676,88,218,0),(46677,88,219,0),(46678,88,220,0),(46679,88,221,0),(46680,88,222,0),(46681,88,223,0),(46682,88,224,0),(46683,88,225,0),(46684,88,226,0),(46685,88,227,0),(46686,88,228,0),(46687,88,229,0),(46688,88,230,0),(46689,88,231,0),(46690,88,232,0),(46691,88,233,0),(46692,88,234,0),(46693,88,235,0),(46694,88,236,0),(46695,88,237,0),(46696,88,238,0),(46697,88,239,0),(46698,88,240,0),(46699,88,241,0),(46700,88,242,0),(46701,88,243,0),(46702,88,244,0),(46703,88,245,0),(46704,88,246,0),(46705,88,247,0),(46706,88,248,0),(46707,88,249,0),(46708,88,250,0),(46709,88,251,0),(46710,88,252,0),(46711,88,253,0),(46712,88,254,0),(46713,88,255,0),(46714,88,256,0),(46715,88,257,0),(46716,88,258,0),(46717,88,259,0),(46718,88,260,0),(46719,88,261,0),(46720,88,262,0),(46721,88,263,0),(46722,88,264,0),(46723,88,265,0),(46724,88,266,0),(46725,88,267,0),(46726,88,268,0),(46727,88,269,0),(46728,88,270,0),(46729,88,271,0),(46730,88,272,0),(46731,88,273,0),(46732,88,274,0),(46733,88,275,0),(46734,88,276,0),(46735,88,277,0),(46736,88,278,0),(46737,88,279,0),(46738,88,280,0),(46739,88,281,0),(46740,88,282,0),(46741,88,283,0),(46742,88,284,0),(46743,88,285,0),(46744,88,286,0),(46745,88,287,0),(46746,88,288,0),(46747,88,289,0),(46748,88,290,0),(46749,88,291,0),(46750,88,292,0),(46751,88,293,0),(46752,88,294,0),(46753,88,295,0),(46754,88,296,0),(46755,88,297,0),(46756,88,298,0),(46757,88,299,0),(46758,88,300,0),(46759,88,301,0),(46760,88,302,0),(46761,88,303,0),(46762,88,304,0),(46763,88,305,0),(46764,88,306,0),(46765,88,307,0),(46766,88,308,0),(46767,88,309,0),(46768,88,310,0),(46769,88,311,0),(46770,88,312,0),(46771,88,313,0),(46772,88,314,0),(46773,88,315,0),(46774,88,316,0),(46775,88,317,0),(46776,88,318,0),(46777,88,319,0),(46778,88,320,0),(46779,88,321,0),(46780,88,322,0),(46781,88,323,0),(46782,88,324,0),(46783,88,325,0),(46784,88,326,0),(46785,88,327,0),(46786,88,328,0),(46787,88,329,0),(46788,88,330,0),(46789,88,331,0),(46790,88,332,0),(46791,88,333,0),(46792,88,334,0),(46793,88,335,0),(46794,88,336,0),(46795,88,337,0),(46796,88,338,0),(46797,88,339,0),(46798,88,340,0),(46799,88,341,0),(46800,88,342,0),(46801,88,343,0),(46802,88,344,0),(46803,88,345,0),(46804,88,346,0),(46805,88,347,0),(46806,88,348,0),(46807,88,349,0),(46808,88,350,0),(46809,88,351,0),(46810,88,352,0),(46811,88,353,0),(46812,88,354,0),(46813,88,355,0),(46814,88,356,0),(46815,88,357,0),(46816,88,358,0),(46817,88,359,0),(46818,88,360,0),(46819,88,361,0),(46820,88,362,0),(46821,88,363,0),(46822,88,364,0),(46823,88,365,0),(46824,88,366,0),(46825,88,367,0),(46826,88,368,0),(46827,88,369,0),(46828,88,370,0),(46829,88,371,0),(46830,88,372,0),(46831,88,373,0),(46832,88,374,0),(46833,88,375,0),(46834,88,376,0),(46835,88,377,0),(46836,88,378,0),(46837,88,379,0),(46838,88,380,0),(46839,88,381,0),(46840,88,382,0),(46841,88,383,0),(46842,88,384,0),(46843,88,385,0),(46844,88,386,0),(46845,88,387,0),(46846,88,388,0),(46847,88,389,0),(46848,88,390,0),(46849,88,391,0),(46850,88,392,0),(46851,88,393,0),(46852,88,394,0),(46853,88,395,0),(46854,88,396,0),(46855,88,397,0),(46856,88,398,0),(46857,88,399,0),(46858,88,400,0),(46859,88,401,0),(46860,88,402,0),(46861,88,403,0),(46862,88,404,0),(46863,88,405,0),(46864,88,406,0),(46865,88,407,0),(46866,88,408,0.256410256410256),(46867,88,409,0.179487179487179),(46868,88,410,0.205128205128205),(46869,88,411,0.179487179487179),(46870,88,412,0.179487179487179),(46871,88,413,0),(46872,88,414,0),(46873,88,415,0),(46874,88,416,0),(46875,88,417,0),(46876,88,418,0),(46877,88,419,0),(46878,88,420,0),(46879,88,421,0),(46880,88,422,0),(46881,88,423,0),(46882,88,424,0),(46883,88,425,0),(46884,88,426,0),(46885,88,427,0),(46886,88,428,0),(46887,88,429,0),(46888,88,430,0),(46889,88,431,0),(46890,88,432,0),(46891,88,433,0),(46892,88,434,0),(46893,88,435,0),(46894,88,436,0),(46895,88,437,0),(46896,88,438,0),(46897,88,439,0),(46898,88,440,0),(46899,88,441,0),(46900,88,442,0),(46901,88,443,0),(46902,88,444,0),(46903,88,445,0),(46904,88,446,0),(46905,88,447,0),(46906,88,448,0),(46907,88,449,0),(46908,88,450,0),(46909,88,451,0),(46910,88,452,0),(46911,88,453,0),(46912,88,454,0),(46913,88,455,0),(46914,88,456,0),(46915,88,457,0),(46916,88,458,0),(46917,88,459,0),(46918,88,460,0),(46919,88,461,0),(46920,88,462,0),(46921,88,463,0),(46922,88,464,0),(46923,88,465,0),(46924,88,466,0),(46925,88,467,0),(46926,88,468,0),(46927,88,469,0),(46928,88,470,0),(46929,88,471,0),(46930,88,472,0),(46931,88,473,0),(46932,88,474,0),(46933,88,475,0),(46934,88,476,0),(46935,88,477,0),(46936,88,478,0),(46937,88,479,0),(46938,88,480,0),(46939,88,481,0),(46940,88,482,0),(46941,88,483,0),(46942,88,484,0),(46943,88,485,0),(46944,88,486,0),(46945,88,487,0),(46946,88,488,0),(46947,88,489,0),(46948,88,490,0),(46949,88,491,0),(46950,88,492,0),(46951,88,493,0),(46952,88,494,0),(46953,88,495,0),(46954,88,496,0),(46955,88,497,0),(46956,88,498,0),(46957,88,499,0),(46958,88,500,0),(46959,88,501,0),(46960,88,502,0),(46961,88,503,0),(46962,88,504,0),(46963,88,505,0),(46964,88,506,0),(46965,88,507,0),(46966,88,508,0),(46967,88,509,0),(46968,88,510,0),(46969,88,511,0),(46970,88,512,0),(46971,88,513,0),(46972,88,514,0),(46973,88,515,0),(46974,88,516,0),(46975,88,517,0),(46976,88,518,0),(46977,88,519,0),(46978,88,520,0),(46979,88,521,0),(46980,88,522,0),(46981,88,523,0),(46982,88,524,0),(46983,88,525,0),(46984,88,526,0),(46985,88,527,0),(46986,88,528,0),(46987,88,529,0),(46988,88,530,0),(46989,88,531,0),(46990,88,532,0),(46991,88,533,0),(46992,88,534,0),(46993,89,1,0),(46994,89,2,0),(46995,89,3,0),(46996,89,4,0),(46997,89,5,0),(46998,89,6,0),(46999,89,7,0),(47000,89,8,0),(47001,89,9,0),(47002,89,10,0),(47003,89,11,0),(47004,89,12,0),(47005,89,13,0),(47006,89,14,0),(47007,89,15,0),(47008,89,16,0),(47009,89,17,0),(47010,89,18,0),(47011,89,19,0),(47012,89,20,0),(47013,89,21,0),(47014,89,22,0),(47015,89,23,0),(47016,89,24,0),(47017,89,25,0),(47018,89,26,0),(47019,89,27,0),(47020,89,28,0),(47021,89,29,0),(47022,89,30,0),(47023,89,31,0),(47024,89,32,0),(47025,89,33,0),(47026,89,34,0),(47027,89,35,0),(47028,89,36,0),(47029,89,37,0),(47030,89,38,0),(47031,89,39,0),(47032,89,40,0),(47033,89,41,0),(47034,89,42,0),(47035,89,43,0),(47036,89,44,0),(47037,89,45,0),(47038,89,46,0),(47039,89,47,0),(47040,89,48,0),(47041,89,49,0),(47042,89,50,0),(47043,89,51,0),(47044,89,52,0),(47045,89,53,0),(47046,89,54,0),(47047,89,55,0),(47048,89,56,0),(47049,89,57,0),(47050,89,58,0),(47051,89,59,0),(47052,89,60,0),(47053,89,61,0),(47054,89,62,0),(47055,89,63,0),(47056,89,64,0),(47057,89,65,0),(47058,89,66,0),(47059,89,67,0),(47060,89,68,0),(47061,89,69,0),(47062,89,70,0),(47063,89,71,0),(47064,89,72,0),(47065,89,73,0),(47066,89,74,0),(47067,89,75,0),(47068,89,76,0),(47069,89,77,0),(47070,89,78,0),(47071,89,79,0),(47072,89,80,0),(47073,89,81,0),(47074,89,82,0),(47075,89,83,0),(47076,89,84,0),(47077,89,85,0),(47078,89,86,0),(47079,89,87,0),(47080,89,88,0),(47081,89,89,0),(47082,89,90,0),(47083,89,91,0),(47084,89,92,0),(47085,89,93,0),(47086,89,94,0),(47087,89,95,0),(47088,89,96,0),(47089,89,97,0),(47090,89,98,0),(47091,89,99,0),(47092,89,100,0),(47093,89,101,0),(47094,89,102,0),(47095,89,103,0),(47096,89,104,0),(47097,89,105,0),(47098,89,106,0),(47099,89,107,0),(47100,89,108,0),(47101,89,109,0),(47102,89,110,0),(47103,89,111,0),(47104,89,112,0),(47105,89,113,0),(47106,89,114,0),(47107,89,115,0),(47108,89,116,0),(47109,89,117,0),(47110,89,118,0),(47111,89,119,0),(47112,89,120,0),(47113,89,121,0),(47114,89,122,0),(47115,89,123,0),(47116,89,124,0),(47117,89,125,0),(47118,89,126,0),(47119,89,127,0),(47120,89,128,0),(47121,89,129,0),(47122,89,130,0),(47123,89,131,0),(47124,89,132,0),(47125,89,133,0),(47126,89,134,0),(47127,89,135,0),(47128,89,136,0),(47129,89,137,0),(47130,89,138,0),(47131,89,139,0),(47132,89,140,0),(47133,89,141,0),(47134,89,142,0),(47135,89,143,0),(47136,89,144,0),(47137,89,145,0),(47138,89,146,0),(47139,89,147,0),(47140,89,148,0),(47141,89,149,0),(47142,89,150,0),(47143,89,151,0),(47144,89,152,0),(47145,89,153,0),(47146,89,154,0),(47147,89,155,0),(47148,89,156,0),(47149,89,157,0),(47150,89,158,0),(47151,89,159,0),(47152,89,160,0),(47153,89,161,0),(47154,89,162,0),(47155,89,163,0),(47156,89,164,0),(47157,89,165,0),(47158,89,166,0),(47159,89,167,0),(47160,89,168,0),(47161,89,169,0),(47162,89,170,0),(47163,89,171,0),(47164,89,172,0),(47165,89,173,0),(47166,89,174,0),(47167,89,175,0),(47168,89,176,0),(47169,89,177,0),(47170,89,178,0),(47171,89,179,0),(47172,89,180,0),(47173,89,181,0),(47174,89,182,0),(47175,89,183,0),(47176,89,184,0),(47177,89,185,0),(47178,89,186,0),(47179,89,187,0),(47180,89,188,0),(47181,89,189,0),(47182,89,190,0),(47183,89,191,0),(47184,89,192,0),(47185,89,193,0),(47186,89,194,0),(47187,89,195,0),(47188,89,196,0),(47189,89,197,0),(47190,89,198,0),(47191,89,199,0),(47192,89,200,0),(47193,89,201,0),(47194,89,202,0),(47195,89,203,0),(47196,89,204,0),(47197,89,205,0),(47198,89,206,0),(47199,89,207,0),(47200,89,208,0),(47201,89,209,0),(47202,89,210,0),(47203,89,211,0),(47204,89,212,0),(47205,89,213,0),(47206,89,214,0),(47207,89,215,0),(47208,89,216,0),(47209,89,217,0),(47210,89,218,0),(47211,89,219,0),(47212,89,220,0),(47213,89,221,0),(47214,89,222,0),(47215,89,223,0),(47216,89,224,0),(47217,89,225,0),(47218,89,226,0),(47219,89,227,0),(47220,89,228,0),(47221,89,229,0),(47222,89,230,0),(47223,89,231,0),(47224,89,232,0),(47225,89,233,0),(47226,89,234,0),(47227,89,235,0),(47228,89,236,0),(47229,89,237,0),(47230,89,238,0),(47231,89,239,0),(47232,89,240,0),(47233,89,241,0),(47234,89,242,0),(47235,89,243,0),(47236,89,244,0),(47237,89,245,0),(47238,89,246,0),(47239,89,247,0),(47240,89,248,0),(47241,89,249,0),(47242,89,250,0),(47243,89,251,0),(47244,89,252,0),(47245,89,253,0),(47246,89,254,0),(47247,89,255,0),(47248,89,256,0),(47249,89,257,0),(47250,89,258,0),(47251,89,259,0),(47252,89,260,0),(47253,89,261,0),(47254,89,262,0),(47255,89,263,0),(47256,89,264,0),(47257,89,265,0),(47258,89,266,0),(47259,89,267,0),(47260,89,268,0),(47261,89,269,0),(47262,89,270,0),(47263,89,271,0),(47264,89,272,0),(47265,89,273,0),(47266,89,274,0),(47267,89,275,0),(47268,89,276,0),(47269,89,277,0),(47270,89,278,0),(47271,89,279,0),(47272,89,280,0),(47273,89,281,0),(47274,89,282,0),(47275,89,283,0),(47276,89,284,0),(47277,89,285,0),(47278,89,286,0),(47279,89,287,0),(47280,89,288,0),(47281,89,289,0),(47282,89,290,0),(47283,89,291,0),(47284,89,292,0),(47285,89,293,0),(47286,89,294,0),(47287,89,295,0),(47288,89,296,0),(47289,89,297,0),(47290,89,298,0),(47291,89,299,0),(47292,89,300,0),(47293,89,301,0),(47294,89,302,0),(47295,89,303,0),(47296,89,304,0),(47297,89,305,0),(47298,89,306,0),(47299,89,307,0),(47300,89,308,0),(47301,89,309,0),(47302,89,310,0),(47303,89,311,0),(47304,89,312,0),(47305,89,313,0),(47306,89,314,0),(47307,89,315,0),(47308,89,316,0),(47309,89,317,0),(47310,89,318,0),(47311,89,319,0),(47312,89,320,0),(47313,89,321,0),(47314,89,322,0),(47315,89,323,0),(47316,89,324,0),(47317,89,325,0),(47318,89,326,0),(47319,89,327,0),(47320,89,328,0),(47321,89,329,0),(47322,89,330,0),(47323,89,331,0),(47324,89,332,0),(47325,89,333,0),(47326,89,334,0),(47327,89,335,0),(47328,89,336,0),(47329,89,337,0),(47330,89,338,0),(47331,89,339,0),(47332,89,340,0),(47333,89,341,0),(47334,89,342,0),(47335,89,343,0),(47336,89,344,0),(47337,89,345,0),(47338,89,346,0),(47339,89,347,0),(47340,89,348,0),(47341,89,349,0),(47342,89,350,0),(47343,89,351,0),(47344,89,352,0),(47345,89,353,0),(47346,89,354,0),(47347,89,355,0),(47348,89,356,0),(47349,89,357,0),(47350,89,358,0),(47351,89,359,0),(47352,89,360,0),(47353,89,361,0),(47354,89,362,0),(47355,89,363,0),(47356,89,364,0),(47357,89,365,0),(47358,89,366,0),(47359,89,367,0),(47360,89,368,0),(47361,89,369,0),(47362,89,370,0),(47363,89,371,0),(47364,89,372,0),(47365,89,373,0),(47366,89,374,0),(47367,89,375,0),(47368,89,376,0),(47369,89,377,0),(47370,89,378,0),(47371,89,379,0),(47372,89,380,0),(47373,89,381,0),(47374,89,382,0),(47375,89,383,0),(47376,89,384,0),(47377,89,385,0),(47378,89,386,0),(47379,89,387,0),(47380,89,388,0),(47381,89,389,0),(47382,89,390,0),(47383,89,391,0),(47384,89,392,0),(47385,89,393,0),(47386,89,394,0),(47387,89,395,0),(47388,89,396,0),(47389,89,397,0),(47390,89,398,0),(47391,89,399,0),(47392,89,400,0),(47393,89,401,0),(47394,89,402,0),(47395,89,403,0),(47396,89,404,0),(47397,89,405,0),(47398,89,406,0),(47399,89,407,0),(47400,89,408,0),(47401,89,409,0),(47402,89,410,0),(47403,89,411,0),(47404,89,412,0),(47405,89,413,0.434782608695652),(47406,89,414,0.260869565217391),(47407,89,415,0.304347826086957),(47408,89,416,0),(47409,89,417,0),(47410,89,418,0),(47411,89,419,0),(47412,89,420,0),(47413,89,421,0),(47414,89,422,0),(47415,89,423,0),(47416,89,424,0),(47417,89,425,0),(47418,89,426,0),(47419,89,427,0),(47420,89,428,0),(47421,89,429,0),(47422,89,430,0),(47423,89,431,0),(47424,89,432,0),(47425,89,433,0),(47426,89,434,0),(47427,89,435,0),(47428,89,436,0),(47429,89,437,0),(47430,89,438,0),(47431,89,439,0),(47432,89,440,0),(47433,89,441,0),(47434,89,442,0),(47435,89,443,0),(47436,89,444,0),(47437,89,445,0),(47438,89,446,0),(47439,89,447,0),(47440,89,448,0),(47441,89,449,0),(47442,89,450,0),(47443,89,451,0),(47444,89,452,0),(47445,89,453,0),(47446,89,454,0),(47447,89,455,0),(47448,89,456,0),(47449,89,457,0),(47450,89,458,0),(47451,89,459,0),(47452,89,460,0),(47453,89,461,0),(47454,89,462,0),(47455,89,463,0),(47456,89,464,0),(47457,89,465,0),(47458,89,466,0),(47459,89,467,0),(47460,89,468,0),(47461,89,469,0),(47462,89,470,0),(47463,89,471,0),(47464,89,472,0),(47465,89,473,0),(47466,89,474,0),(47467,89,475,0),(47468,89,476,0),(47469,89,477,0),(47470,89,478,0),(47471,89,479,0),(47472,89,480,0),(47473,89,481,0),(47474,89,482,0),(47475,89,483,0),(47476,89,484,0),(47477,89,485,0),(47478,89,486,0),(47479,89,487,0),(47480,89,488,0),(47481,89,489,0),(47482,89,490,0),(47483,89,491,0),(47484,89,492,0),(47485,89,493,0),(47486,89,494,0),(47487,89,495,0),(47488,89,496,0),(47489,89,497,0),(47490,89,498,0),(47491,89,499,0),(47492,89,500,0),(47493,89,501,0),(47494,89,502,0),(47495,89,503,0),(47496,89,504,0),(47497,89,505,0),(47498,89,506,0),(47499,89,507,0),(47500,89,508,0),(47501,89,509,0),(47502,89,510,0),(47503,89,511,0),(47504,89,512,0),(47505,89,513,0),(47506,89,514,0),(47507,89,515,0),(47508,89,516,0),(47509,89,517,0),(47510,89,518,0),(47511,89,519,0),(47512,89,520,0),(47513,89,521,0),(47514,89,522,0),(47515,89,523,0),(47516,89,524,0),(47517,89,525,0),(47518,89,526,0),(47519,89,527,0),(47520,89,528,0),(47521,89,529,0),(47522,89,530,0),(47523,89,531,0),(47524,89,532,0),(47525,89,533,0),(47526,89,534,0),(47527,90,1,0),(47528,90,2,0),(47529,90,3,0),(47530,90,4,0),(47531,90,5,0),(47532,90,6,0),(47533,90,7,0),(47534,90,8,0),(47535,90,9,0),(47536,90,10,0),(47537,90,11,0),(47538,90,12,0),(47539,90,13,0),(47540,90,14,0),(47541,90,15,0),(47542,90,16,0),(47543,90,17,0),(47544,90,18,0),(47545,90,19,0),(47546,90,20,0),(47547,90,21,0),(47548,90,22,0),(47549,90,23,0),(47550,90,24,0),(47551,90,25,0),(47552,90,26,0),(47553,90,27,0),(47554,90,28,0),(47555,90,29,0),(47556,90,30,0),(47557,90,31,0),(47558,90,32,0),(47559,90,33,0),(47560,90,34,0),(47561,90,35,0),(47562,90,36,0),(47563,90,37,0),(47564,90,38,0),(47565,90,39,0),(47566,90,40,0),(47567,90,41,0),(47568,90,42,0),(47569,90,43,0),(47570,90,44,0),(47571,90,45,0),(47572,90,46,0),(47573,90,47,0),(47574,90,48,0),(47575,90,49,0),(47576,90,50,0),(47577,90,51,0),(47578,90,52,0),(47579,90,53,0),(47580,90,54,0),(47581,90,55,0),(47582,90,56,0),(47583,90,57,0),(47584,90,58,0),(47585,90,59,0),(47586,90,60,0),(47587,90,61,0),(47588,90,62,0),(47589,90,63,0),(47590,90,64,0),(47591,90,65,0),(47592,90,66,0),(47593,90,67,0),(47594,90,68,0),(47595,90,69,0),(47596,90,70,0),(47597,90,71,0),(47598,90,72,0),(47599,90,73,0),(47600,90,74,0),(47601,90,75,0),(47602,90,76,0),(47603,90,77,0),(47604,90,78,0),(47605,90,79,0),(47606,90,80,0),(47607,90,81,0),(47608,90,82,0),(47609,90,83,0),(47610,90,84,0),(47611,90,85,0),(47612,90,86,0),(47613,90,87,0),(47614,90,88,0),(47615,90,89,0),(47616,90,90,0),(47617,90,91,0),(47618,90,92,0),(47619,90,93,0),(47620,90,94,0),(47621,90,95,0),(47622,90,96,0),(47623,90,97,0),(47624,90,98,0),(47625,90,99,0),(47626,90,100,0),(47627,90,101,0),(47628,90,102,0),(47629,90,103,0),(47630,90,104,0),(47631,90,105,0),(47632,90,106,0),(47633,90,107,0),(47634,90,108,0),(47635,90,109,0),(47636,90,110,0),(47637,90,111,0),(47638,90,112,0),(47639,90,113,0),(47640,90,114,0),(47641,90,115,0),(47642,90,116,0),(47643,90,117,0),(47644,90,118,0),(47645,90,119,0),(47646,90,120,0),(47647,90,121,0),(47648,90,122,0),(47649,90,123,0),(47650,90,124,0),(47651,90,125,0),(47652,90,126,0),(47653,90,127,0),(47654,90,128,0),(47655,90,129,0),(47656,90,130,0),(47657,90,131,0),(47658,90,132,0),(47659,90,133,0),(47660,90,134,0),(47661,90,135,0),(47662,90,136,0),(47663,90,137,0),(47664,90,138,0),(47665,90,139,0),(47666,90,140,0),(47667,90,141,0),(47668,90,142,0),(47669,90,143,0),(47670,90,144,0),(47671,90,145,0),(47672,90,146,0),(47673,90,147,0),(47674,90,148,0),(47675,90,149,0),(47676,90,150,0),(47677,90,151,0),(47678,90,152,0),(47679,90,153,0),(47680,90,154,0),(47681,90,155,0),(47682,90,156,0),(47683,90,157,0),(47684,90,158,0),(47685,90,159,0),(47686,90,160,0),(47687,90,161,0),(47688,90,162,0),(47689,90,163,0),(47690,90,164,0),(47691,90,165,0),(47692,90,166,0),(47693,90,167,0),(47694,90,168,0),(47695,90,169,0),(47696,90,170,0),(47697,90,171,0),(47698,90,172,0),(47699,90,173,0),(47700,90,174,0),(47701,90,175,0),(47702,90,176,0),(47703,90,177,0),(47704,90,178,0),(47705,90,179,0),(47706,90,180,0),(47707,90,181,0),(47708,90,182,0),(47709,90,183,0),(47710,90,184,0),(47711,90,185,0),(47712,90,186,0),(47713,90,187,0),(47714,90,188,0),(47715,90,189,0),(47716,90,190,0),(47717,90,191,0),(47718,90,192,0),(47719,90,193,0),(47720,90,194,0),(47721,90,195,0),(47722,90,196,0),(47723,90,197,0),(47724,90,198,0),(47725,90,199,0),(47726,90,200,0),(47727,90,201,0),(47728,90,202,0),(47729,90,203,0),(47730,90,204,0),(47731,90,205,0),(47732,90,206,0),(47733,90,207,0),(47734,90,208,0),(47735,90,209,0),(47736,90,210,0),(47737,90,211,0),(47738,90,212,0),(47739,90,213,0),(47740,90,214,0),(47741,90,215,0),(47742,90,216,0),(47743,90,217,0),(47744,90,218,0),(47745,90,219,0),(47746,90,220,0),(47747,90,221,0),(47748,90,222,0),(47749,90,223,0),(47750,90,224,0),(47751,90,225,0),(47752,90,226,0),(47753,90,227,0),(47754,90,228,0),(47755,90,229,0),(47756,90,230,0),(47757,90,231,0),(47758,90,232,0),(47759,90,233,0),(47760,90,234,0),(47761,90,235,0),(47762,90,236,0),(47763,90,237,0),(47764,90,238,0),(47765,90,239,0),(47766,90,240,0),(47767,90,241,0),(47768,90,242,0),(47769,90,243,0),(47770,90,244,0),(47771,90,245,0),(47772,90,246,0),(47773,90,247,0),(47774,90,248,0),(47775,90,249,0),(47776,90,250,0),(47777,90,251,0),(47778,90,252,0),(47779,90,253,0),(47780,90,254,0),(47781,90,255,0),(47782,90,256,0),(47783,90,257,0),(47784,90,258,0),(47785,90,259,0),(47786,90,260,0),(47787,90,261,0),(47788,90,262,0),(47789,90,263,0),(47790,90,264,0),(47791,90,265,0),(47792,90,266,0),(47793,90,267,0),(47794,90,268,0),(47795,90,269,0),(47796,90,270,0),(47797,90,271,0),(47798,90,272,0),(47799,90,273,0),(47800,90,274,0),(47801,90,275,0),(47802,90,276,0),(47803,90,277,0),(47804,90,278,0),(47805,90,279,0),(47806,90,280,0),(47807,90,281,0),(47808,90,282,0),(47809,90,283,0),(47810,90,284,0),(47811,90,285,0),(47812,90,286,0),(47813,90,287,0),(47814,90,288,0),(47815,90,289,0),(47816,90,290,0),(47817,90,291,0),(47818,90,292,0),(47819,90,293,0),(47820,90,294,0),(47821,90,295,0),(47822,90,296,0),(47823,90,297,0),(47824,90,298,0),(47825,90,299,0),(47826,90,300,0),(47827,90,301,0),(47828,90,302,0),(47829,90,303,0),(47830,90,304,0),(47831,90,305,0),(47832,90,306,0),(47833,90,307,0),(47834,90,308,0),(47835,90,309,0),(47836,90,310,0),(47837,90,311,0),(47838,90,312,0),(47839,90,313,0),(47840,90,314,0),(47841,90,315,0),(47842,90,316,0),(47843,90,317,0),(47844,90,318,0),(47845,90,319,0),(47846,90,320,0),(47847,90,321,0),(47848,90,322,0),(47849,90,323,0),(47850,90,324,0),(47851,90,325,0),(47852,90,326,0),(47853,90,327,0),(47854,90,328,0),(47855,90,329,0),(47856,90,330,0),(47857,90,331,0),(47858,90,332,0),(47859,90,333,0),(47860,90,334,0),(47861,90,335,0),(47862,90,336,0),(47863,90,337,0),(47864,90,338,0),(47865,90,339,0),(47866,90,340,0),(47867,90,341,0),(47868,90,342,0),(47869,90,343,0),(47870,90,344,0),(47871,90,345,0),(47872,90,346,0),(47873,90,347,0),(47874,90,348,0),(47875,90,349,0),(47876,90,350,0),(47877,90,351,0),(47878,90,352,0),(47879,90,353,0),(47880,90,354,0),(47881,90,355,0),(47882,90,356,0),(47883,90,357,0),(47884,90,358,0),(47885,90,359,0),(47886,90,360,0),(47887,90,361,0),(47888,90,362,0),(47889,90,363,0),(47890,90,364,0),(47891,90,365,0),(47892,90,366,0),(47893,90,367,0),(47894,90,368,0),(47895,90,369,0),(47896,90,370,0),(47897,90,371,0),(47898,90,372,0),(47899,90,373,0),(47900,90,374,0),(47901,90,375,0),(47902,90,376,0),(47903,90,377,0),(47904,90,378,0),(47905,90,379,0),(47906,90,380,0),(47907,90,381,0),(47908,90,382,0),(47909,90,383,0),(47910,90,384,0),(47911,90,385,0),(47912,90,386,0),(47913,90,387,0),(47914,90,388,0),(47915,90,389,0),(47916,90,390,0),(47917,90,391,0),(47918,90,392,0),(47919,90,393,0),(47920,90,394,0),(47921,90,395,0),(47922,90,396,0),(47923,90,397,0),(47924,90,398,0),(47925,90,399,0),(47926,90,400,0),(47927,90,401,0),(47928,90,402,0),(47929,90,403,0),(47930,90,404,0),(47931,90,405,0),(47932,90,406,0),(47933,90,407,0),(47934,90,408,0),(47935,90,409,0),(47936,90,410,0),(47937,90,411,0),(47938,90,412,0),(47939,90,413,0),(47940,90,414,0),(47941,90,415,0),(47942,90,416,0.188679245283019),(47943,90,417,0.132075471698113),(47944,90,418,0.150943396226415),(47945,90,419,0.150943396226415),(47946,90,420,0.132075471698113),(47947,90,421,0.113207547169811),(47948,90,422,0.0754716981132075),(47949,90,423,0.0566037735849057),(47950,90,424,0),(47951,90,425,0),(47952,90,426,0),(47953,90,427,0),(47954,90,428,0),(47955,90,429,0),(47956,90,430,0),(47957,90,431,0),(47958,90,432,0),(47959,90,433,0),(47960,90,434,0),(47961,90,435,0),(47962,90,436,0),(47963,90,437,0),(47964,90,438,0),(47965,90,439,0),(47966,90,440,0),(47967,90,441,0),(47968,90,442,0),(47969,90,443,0),(47970,90,444,0),(47971,90,445,0),(47972,90,446,0),(47973,90,447,0),(47974,90,448,0),(47975,90,449,0),(47976,90,450,0),(47977,90,451,0),(47978,90,452,0),(47979,90,453,0),(47980,90,454,0),(47981,90,455,0),(47982,90,456,0),(47983,90,457,0),(47984,90,458,0),(47985,90,459,0),(47986,90,460,0),(47987,90,461,0),(47988,90,462,0),(47989,90,463,0),(47990,90,464,0),(47991,90,465,0),(47992,90,466,0),(47993,90,467,0),(47994,90,468,0),(47995,90,469,0),(47996,90,470,0),(47997,90,471,0),(47998,90,472,0),(47999,90,473,0),(48000,90,474,0),(48001,90,475,0),(48002,90,476,0),(48003,90,477,0),(48004,90,478,0),(48005,90,479,0),(48006,90,480,0),(48007,90,481,0),(48008,90,482,0),(48009,90,483,0),(48010,90,484,0),(48011,90,485,0),(48012,90,486,0),(48013,90,487,0),(48014,90,488,0),(48015,90,489,0),(48016,90,490,0),(48017,90,491,0),(48018,90,492,0),(48019,90,493,0),(48020,90,494,0),(48021,90,495,0),(48022,90,496,0),(48023,90,497,0),(48024,90,498,0),(48025,90,499,0),(48026,90,500,0),(48027,90,501,0),(48028,90,502,0),(48029,90,503,0),(48030,90,504,0),(48031,90,505,0),(48032,90,506,0),(48033,90,507,0),(48034,90,508,0),(48035,90,509,0),(48036,90,510,0),(48037,90,511,0),(48038,90,512,0),(48039,90,513,0),(48040,90,514,0),(48041,90,515,0),(48042,90,516,0),(48043,90,517,0),(48044,90,518,0),(48045,90,519,0),(48046,90,520,0),(48047,90,521,0),(48048,90,522,0),(48049,90,523,0),(48050,90,524,0),(48051,90,525,0),(48052,90,526,0),(48053,90,527,0),(48054,90,528,0),(48055,90,529,0),(48056,90,530,0),(48057,90,531,0),(48058,90,532,0),(48059,90,533,0),(48060,90,534,0),(48061,91,1,0),(48062,91,2,0),(48063,91,3,0),(48064,91,4,0),(48065,91,5,0),(48066,91,6,0),(48067,91,7,0),(48068,91,8,0),(48069,91,9,0),(48070,91,10,0),(48071,91,11,0),(48072,91,12,0),(48073,91,13,0),(48074,91,14,0),(48075,91,15,0),(48076,91,16,0),(48077,91,17,0),(48078,91,18,0),(48079,91,19,0),(48080,91,20,0),(48081,91,21,0),(48082,91,22,0),(48083,91,23,0),(48084,91,24,0),(48085,91,25,0),(48086,91,26,0),(48087,91,27,0),(48088,91,28,0),(48089,91,29,0),(48090,91,30,0),(48091,91,31,0),(48092,91,32,0),(48093,91,33,0),(48094,91,34,0),(48095,91,35,0),(48096,91,36,0),(48097,91,37,0),(48098,91,38,0),(48099,91,39,0),(48100,91,40,0),(48101,91,41,0),(48102,91,42,0),(48103,91,43,0),(48104,91,44,0),(48105,91,45,0),(48106,91,46,0),(48107,91,47,0),(48108,91,48,0),(48109,91,49,0),(48110,91,50,0),(48111,91,51,0),(48112,91,52,0),(48113,91,53,0),(48114,91,54,0),(48115,91,55,0),(48116,91,56,0),(48117,91,57,0),(48118,91,58,0),(48119,91,59,0),(48120,91,60,0),(48121,91,61,0),(48122,91,62,0),(48123,91,63,0),(48124,91,64,0),(48125,91,65,0),(48126,91,66,0),(48127,91,67,0),(48128,91,68,0),(48129,91,69,0),(48130,91,70,0),(48131,91,71,0),(48132,91,72,0),(48133,91,73,0),(48134,91,74,0),(48135,91,75,0),(48136,91,76,0),(48137,91,77,0),(48138,91,78,0),(48139,91,79,0),(48140,91,80,0),(48141,91,81,0),(48142,91,82,0),(48143,91,83,0),(48144,91,84,0),(48145,91,85,0),(48146,91,86,0),(48147,91,87,0),(48148,91,88,0),(48149,91,89,0),(48150,91,90,0),(48151,91,91,0),(48152,91,92,0),(48153,91,93,0),(48154,91,94,0),(48155,91,95,0),(48156,91,96,0),(48157,91,97,0),(48158,91,98,0),(48159,91,99,0),(48160,91,100,0),(48161,91,101,0),(48162,91,102,0),(48163,91,103,0),(48164,91,104,0),(48165,91,105,0),(48166,91,106,0),(48167,91,107,0),(48168,91,108,0),(48169,91,109,0),(48170,91,110,0),(48171,91,111,0),(48172,91,112,0),(48173,91,113,0),(48174,91,114,0),(48175,91,115,0),(48176,91,116,0),(48177,91,117,0),(48178,91,118,0),(48179,91,119,0),(48180,91,120,0),(48181,91,121,0),(48182,91,122,0),(48183,91,123,0),(48184,91,124,0),(48185,91,125,0),(48186,91,126,0),(48187,91,127,0),(48188,91,128,0),(48189,91,129,0),(48190,91,130,0),(48191,91,131,0),(48192,91,132,0),(48193,91,133,0),(48194,91,134,0),(48195,91,135,0),(48196,91,136,0),(48197,91,137,0),(48198,91,138,0),(48199,91,139,0),(48200,91,140,0),(48201,91,141,0),(48202,91,142,0),(48203,91,143,0),(48204,91,144,0),(48205,91,145,0),(48206,91,146,0),(48207,91,147,0),(48208,91,148,0),(48209,91,149,0),(48210,91,150,0),(48211,91,151,0),(48212,91,152,0),(48213,91,153,0),(48214,91,154,0),(48215,91,155,0),(48216,91,156,0),(48217,91,157,0),(48218,91,158,0),(48219,91,159,0),(48220,91,160,0),(48221,91,161,0),(48222,91,162,0),(48223,91,163,0),(48224,91,164,0),(48225,91,165,0),(48226,91,166,0),(48227,91,167,0),(48228,91,168,0),(48229,91,169,0),(48230,91,170,0),(48231,91,171,0),(48232,91,172,0),(48233,91,173,0),(48234,91,174,0),(48235,91,175,0),(48236,91,176,0),(48237,91,177,0),(48238,91,178,0),(48239,91,179,0),(48240,91,180,0),(48241,91,181,0),(48242,91,182,0),(48243,91,183,0),(48244,91,184,0),(48245,91,185,0),(48246,91,186,0),(48247,91,187,0),(48248,91,188,0),(48249,91,189,0),(48250,91,190,0),(48251,91,191,0),(48252,91,192,0),(48253,91,193,0),(48254,91,194,0),(48255,91,195,0),(48256,91,196,0),(48257,91,197,0),(48258,91,198,0),(48259,91,199,0),(48260,91,200,0),(48261,91,201,0),(48262,91,202,0),(48263,91,203,0),(48264,91,204,0),(48265,91,205,0),(48266,91,206,0),(48267,91,207,0),(48268,91,208,0),(48269,91,209,0),(48270,91,210,0),(48271,91,211,0),(48272,91,212,0),(48273,91,213,0),(48274,91,214,0),(48275,91,215,0),(48276,91,216,0),(48277,91,217,0),(48278,91,218,0),(48279,91,219,0),(48280,91,220,0),(48281,91,221,0),(48282,91,222,0),(48283,91,223,0),(48284,91,224,0),(48285,91,225,0),(48286,91,226,0),(48287,91,227,0),(48288,91,228,0),(48289,91,229,0),(48290,91,230,0),(48291,91,231,0),(48292,91,232,0),(48293,91,233,0),(48294,91,234,0),(48295,91,235,0),(48296,91,236,0),(48297,91,237,0),(48298,91,238,0),(48299,91,239,0),(48300,91,240,0),(48301,91,241,0),(48302,91,242,0),(48303,91,243,0),(48304,91,244,0),(48305,91,245,0),(48306,91,246,0),(48307,91,247,0),(48308,91,248,0),(48309,91,249,0),(48310,91,250,0),(48311,91,251,0),(48312,91,252,0),(48313,91,253,0),(48314,91,254,0),(48315,91,255,0),(48316,91,256,0),(48317,91,257,0),(48318,91,258,0),(48319,91,259,0),(48320,91,260,0),(48321,91,261,0),(48322,91,262,0),(48323,91,263,0),(48324,91,264,0),(48325,91,265,0),(48326,91,266,0),(48327,91,267,0),(48328,91,268,0),(48329,91,269,0),(48330,91,270,0),(48331,91,271,0),(48332,91,272,0),(48333,91,273,0),(48334,91,274,0),(48335,91,275,0),(48336,91,276,0),(48337,91,277,0),(48338,91,278,0),(48339,91,279,0),(48340,91,280,0),(48341,91,281,0),(48342,91,282,0),(48343,91,283,0),(48344,91,284,0),(48345,91,285,0),(48346,91,286,0),(48347,91,287,0),(48348,91,288,0),(48349,91,289,0),(48350,91,290,0),(48351,91,291,0),(48352,91,292,0),(48353,91,293,0),(48354,91,294,0),(48355,91,295,0),(48356,91,296,0),(48357,91,297,0),(48358,91,298,0),(48359,91,299,0),(48360,91,300,0),(48361,91,301,0),(48362,91,302,0),(48363,91,303,0),(48364,91,304,0),(48365,91,305,0),(48366,91,306,0),(48367,91,307,0),(48368,91,308,0),(48369,91,309,0),(48370,91,310,0),(48371,91,311,0),(48372,91,312,0),(48373,91,313,0),(48374,91,314,0),(48375,91,315,0),(48376,91,316,0),(48377,91,317,0),(48378,91,318,0),(48379,91,319,0),(48380,91,320,0),(48381,91,321,0),(48382,91,322,0),(48383,91,323,0),(48384,91,324,0),(48385,91,325,0),(48386,91,326,0),(48387,91,327,0),(48388,91,328,0),(48389,91,329,0),(48390,91,330,0),(48391,91,331,0),(48392,91,332,0),(48393,91,333,0),(48394,91,334,0),(48395,91,335,0),(48396,91,336,0),(48397,91,337,0),(48398,91,338,0),(48399,91,339,0),(48400,91,340,0),(48401,91,341,0),(48402,91,342,0),(48403,91,343,0),(48404,91,344,0),(48405,91,345,0),(48406,91,346,0),(48407,91,347,0),(48408,91,348,0),(48409,91,349,0),(48410,91,350,0),(48411,91,351,0),(48412,91,352,0),(48413,91,353,0),(48414,91,354,0),(48415,91,355,0),(48416,91,356,0),(48417,91,357,0),(48418,91,358,0),(48419,91,359,0),(48420,91,360,0),(48421,91,361,0),(48422,91,362,0),(48423,91,363,0),(48424,91,364,0),(48425,91,365,0),(48426,91,366,0),(48427,91,367,0),(48428,91,368,0),(48429,91,369,0),(48430,91,370,0),(48431,91,371,0),(48432,91,372,0),(48433,91,373,0),(48434,91,374,0),(48435,91,375,0),(48436,91,376,0),(48437,91,377,0),(48438,91,378,0),(48439,91,379,0),(48440,91,380,0),(48441,91,381,0),(48442,91,382,0),(48443,91,383,0),(48444,91,384,0),(48445,91,385,0),(48446,91,386,0),(48447,91,387,0),(48448,91,388,0),(48449,91,389,0),(48450,91,390,0),(48451,91,391,0),(48452,91,392,0),(48453,91,393,0),(48454,91,394,0),(48455,91,395,0),(48456,91,396,0),(48457,91,397,0),(48458,91,398,0),(48459,91,399,0),(48460,91,400,0),(48461,91,401,0),(48462,91,402,0),(48463,91,403,0),(48464,91,404,0),(48465,91,405,0),(48466,91,406,0),(48467,91,407,0),(48468,91,408,0),(48469,91,409,0),(48470,91,410,0),(48471,91,411,0),(48472,91,412,0),(48473,91,413,0),(48474,91,414,0),(48475,91,415,0),(48476,91,416,0),(48477,91,417,0),(48478,91,418,0),(48479,91,419,0),(48480,91,420,0),(48481,91,421,0),(48482,91,422,0),(48483,91,423,0),(48484,91,424,0.625),(48485,91,425,0.375),(48486,91,426,0),(48487,91,427,0),(48488,91,428,0),(48489,91,429,0),(48490,91,430,0),(48491,91,431,0),(48492,91,432,0),(48493,91,433,0),(48494,91,434,0),(48495,91,435,0),(48496,91,436,0),(48497,91,437,0),(48498,91,438,0),(48499,91,439,0),(48500,91,440,0),(48501,91,441,0),(48502,91,442,0),(48503,91,443,0),(48504,91,444,0),(48505,91,445,0),(48506,91,446,0),(48507,91,447,0),(48508,91,448,0),(48509,91,449,0),(48510,91,450,0),(48511,91,451,0),(48512,91,452,0),(48513,91,453,0),(48514,91,454,0),(48515,91,455,0),(48516,91,456,0),(48517,91,457,0),(48518,91,458,0),(48519,91,459,0),(48520,91,460,0),(48521,91,461,0),(48522,91,462,0),(48523,91,463,0),(48524,91,464,0),(48525,91,465,0),(48526,91,466,0),(48527,91,467,0),(48528,91,468,0),(48529,91,469,0),(48530,91,470,0),(48531,91,471,0),(48532,91,472,0),(48533,91,473,0),(48534,91,474,0),(48535,91,475,0),(48536,91,476,0),(48537,91,477,0),(48538,91,478,0),(48539,91,479,0),(48540,91,480,0),(48541,91,481,0),(48542,91,482,0),(48543,91,483,0),(48544,91,484,0),(48545,91,485,0),(48546,91,486,0),(48547,91,487,0),(48548,91,488,0),(48549,91,489,0),(48550,91,490,0),(48551,91,491,0),(48552,91,492,0),(48553,91,493,0),(48554,91,494,0),(48555,91,495,0),(48556,91,496,0),(48557,91,497,0),(48558,91,498,0),(48559,91,499,0),(48560,91,500,0),(48561,91,501,0),(48562,91,502,0),(48563,91,503,0),(48564,91,504,0),(48565,91,505,0),(48566,91,506,0),(48567,91,507,0),(48568,91,508,0),(48569,91,509,0),(48570,91,510,0),(48571,91,511,0),(48572,91,512,0),(48573,91,513,0),(48574,91,514,0),(48575,91,515,0),(48576,91,516,0),(48577,91,517,0),(48578,91,518,0),(48579,91,519,0),(48580,91,520,0),(48581,91,521,0),(48582,91,522,0),(48583,91,523,0),(48584,91,524,0),(48585,91,525,0),(48586,91,526,0),(48587,91,527,0),(48588,91,528,0),(48589,91,529,0),(48590,91,530,0),(48591,91,531,0),(48592,91,532,0),(48593,91,533,0),(48594,91,534,0),(48595,92,1,0),(48596,92,2,0),(48597,92,3,0),(48598,92,4,0),(48599,92,5,0),(48600,92,6,0),(48601,92,7,0),(48602,92,8,0),(48603,92,9,0),(48604,92,10,0),(48605,92,11,0),(48606,92,12,0),(48607,92,13,0),(48608,92,14,0),(48609,92,15,0),(48610,92,16,0),(48611,92,17,0),(48612,92,18,0),(48613,92,19,0),(48614,92,20,0),(48615,92,21,0),(48616,92,22,0),(48617,92,23,0),(48618,92,24,0),(48619,92,25,0),(48620,92,26,0),(48621,92,27,0),(48622,92,28,0),(48623,92,29,0),(48624,92,30,0),(48625,92,31,0),(48626,92,32,0),(48627,92,33,0),(48628,92,34,0),(48629,92,35,0),(48630,92,36,0),(48631,92,37,0),(48632,92,38,0),(48633,92,39,0),(48634,92,40,0),(48635,92,41,0),(48636,92,42,0),(48637,92,43,0),(48638,92,44,0),(48639,92,45,0),(48640,92,46,0),(48641,92,47,0),(48642,92,48,0),(48643,92,49,0),(48644,92,50,0),(48645,92,51,0),(48646,92,52,0),(48647,92,53,0),(48648,92,54,0),(48649,92,55,0),(48650,92,56,0),(48651,92,57,0),(48652,92,58,0),(48653,92,59,0),(48654,92,60,0),(48655,92,61,0),(48656,92,62,0),(48657,92,63,0),(48658,92,64,0),(48659,92,65,0),(48660,92,66,0),(48661,92,67,0),(48662,92,68,0),(48663,92,69,0),(48664,92,70,0),(48665,92,71,0),(48666,92,72,0),(48667,92,73,0),(48668,92,74,0),(48669,92,75,0),(48670,92,76,0),(48671,92,77,0),(48672,92,78,0),(48673,92,79,0),(48674,92,80,0),(48675,92,81,0),(48676,92,82,0),(48677,92,83,0),(48678,92,84,0),(48679,92,85,0),(48680,92,86,0),(48681,92,87,0),(48682,92,88,0),(48683,92,89,0),(48684,92,90,0),(48685,92,91,0),(48686,92,92,0),(48687,92,93,0),(48688,92,94,0),(48689,92,95,0),(48690,92,96,0),(48691,92,97,0),(48692,92,98,0),(48693,92,99,0),(48694,92,100,0),(48695,92,101,0),(48696,92,102,0),(48697,92,103,0),(48698,92,104,0),(48699,92,105,0),(48700,92,106,0),(48701,92,107,0),(48702,92,108,0),(48703,92,109,0),(48704,92,110,0),(48705,92,111,0),(48706,92,112,0),(48707,92,113,0),(48708,92,114,0),(48709,92,115,0),(48710,92,116,0),(48711,92,117,0),(48712,92,118,0),(48713,92,119,0),(48714,92,120,0),(48715,92,121,0),(48716,92,122,0),(48717,92,123,0),(48718,92,124,0),(48719,92,125,0),(48720,92,126,0),(48721,92,127,0),(48722,92,128,0),(48723,92,129,0),(48724,92,130,0),(48725,92,131,0),(48726,92,132,0),(48727,92,133,0),(48728,92,134,0),(48729,92,135,0),(48730,92,136,0),(48731,92,137,0),(48732,92,138,0),(48733,92,139,0),(48734,92,140,0),(48735,92,141,0),(48736,92,142,0),(48737,92,143,0),(48738,92,144,0),(48739,92,145,0),(48740,92,146,0),(48741,92,147,0),(48742,92,148,0),(48743,92,149,0),(48744,92,150,0),(48745,92,151,0),(48746,92,152,0),(48747,92,153,0),(48748,92,154,0),(48749,92,155,0),(48750,92,156,0),(48751,92,157,0),(48752,92,158,0),(48753,92,159,0),(48754,92,160,0),(48755,92,161,0),(48756,92,162,0),(48757,92,163,0),(48758,92,164,0),(48759,92,165,0),(48760,92,166,0),(48761,92,167,0),(48762,92,168,0),(48763,92,169,0),(48764,92,170,0),(48765,92,171,0),(48766,92,172,0),(48767,92,173,0),(48768,92,174,0),(48769,92,175,0),(48770,92,176,0),(48771,92,177,0),(48772,92,178,0),(48773,92,179,0),(48774,92,180,0),(48775,92,181,0),(48776,92,182,0),(48777,92,183,0),(48778,92,184,0),(48779,92,185,0),(48780,92,186,0),(48781,92,187,0),(48782,92,188,0),(48783,92,189,0),(48784,92,190,0),(48785,92,191,0),(48786,92,192,0),(48787,92,193,0),(48788,92,194,0),(48789,92,195,0),(48790,92,196,0),(48791,92,197,0),(48792,92,198,0),(48793,92,199,0),(48794,92,200,0),(48795,92,201,0),(48796,92,202,0),(48797,92,203,0),(48798,92,204,0),(48799,92,205,0),(48800,92,206,0),(48801,92,207,0),(48802,92,208,0),(48803,92,209,0),(48804,92,210,0),(48805,92,211,0),(48806,92,212,0),(48807,92,213,0),(48808,92,214,0),(48809,92,215,0),(48810,92,216,0),(48811,92,217,0),(48812,92,218,0),(48813,92,219,0),(48814,92,220,0),(48815,92,221,0),(48816,92,222,0),(48817,92,223,0),(48818,92,224,0),(48819,92,225,0),(48820,92,226,0),(48821,92,227,0),(48822,92,228,0),(48823,92,229,0),(48824,92,230,0),(48825,92,231,0),(48826,92,232,0),(48827,92,233,0),(48828,92,234,0),(48829,92,235,0),(48830,92,236,0),(48831,92,237,0),(48832,92,238,0),(48833,92,239,0),(48834,92,240,0),(48835,92,241,0),(48836,92,242,0),(48837,92,243,0),(48838,92,244,0),(48839,92,245,0),(48840,92,246,0),(48841,92,247,0),(48842,92,248,0),(48843,92,249,0),(48844,92,250,0),(48845,92,251,0),(48846,92,252,0),(48847,92,253,0),(48848,92,254,0),(48849,92,255,0),(48850,92,256,0),(48851,92,257,0),(48852,92,258,0),(48853,92,259,0),(48854,92,260,0),(48855,92,261,0),(48856,92,262,0),(48857,92,263,0),(48858,92,264,0),(48859,92,265,0),(48860,92,266,0),(48861,92,267,0),(48862,92,268,0),(48863,92,269,0),(48864,92,270,0),(48865,92,271,0),(48866,92,272,0),(48867,92,273,0),(48868,92,274,0),(48869,92,275,0),(48870,92,276,0),(48871,92,277,0),(48872,92,278,0),(48873,92,279,0),(48874,92,280,0),(48875,92,281,0),(48876,92,282,0),(48877,92,283,0),(48878,92,284,0),(48879,92,285,0),(48880,92,286,0),(48881,92,287,0),(48882,92,288,0),(48883,92,289,0),(48884,92,290,0),(48885,92,291,0),(48886,92,292,0),(48887,92,293,0),(48888,92,294,0),(48889,92,295,0),(48890,92,296,0),(48891,92,297,0),(48892,92,298,0),(48893,92,299,0),(48894,92,300,0),(48895,92,301,0),(48896,92,302,0),(48897,92,303,0),(48898,92,304,0),(48899,92,305,0),(48900,92,306,0),(48901,92,307,0),(48902,92,308,0),(48903,92,309,0),(48904,92,310,0),(48905,92,311,0),(48906,92,312,0),(48907,92,313,0),(48908,92,314,0),(48909,92,315,0),(48910,92,316,0),(48911,92,317,0),(48912,92,318,0),(48913,92,319,0),(48914,92,320,0),(48915,92,321,0),(48916,92,322,0),(48917,92,323,0),(48918,92,324,0),(48919,92,325,0),(48920,92,326,0),(48921,92,327,0),(48922,92,328,0),(48923,92,329,0),(48924,92,330,0),(48925,92,331,0),(48926,92,332,0),(48927,92,333,0),(48928,92,334,0),(48929,92,335,0),(48930,92,336,0),(48931,92,337,0),(48932,92,338,0),(48933,92,339,0),(48934,92,340,0),(48935,92,341,0),(48936,92,342,0),(48937,92,343,0),(48938,92,344,0),(48939,92,345,0),(48940,92,346,0),(48941,92,347,0),(48942,92,348,0),(48943,92,349,0),(48944,92,350,0),(48945,92,351,0),(48946,92,352,0),(48947,92,353,0),(48948,92,354,0),(48949,92,355,0),(48950,92,356,0),(48951,92,357,0),(48952,92,358,0),(48953,92,359,0),(48954,92,360,0),(48955,92,361,0),(48956,92,362,0),(48957,92,363,0),(48958,92,364,0),(48959,92,365,0),(48960,92,366,0),(48961,92,367,0),(48962,92,368,0),(48963,92,369,0),(48964,92,370,0),(48965,92,371,0),(48966,92,372,0),(48967,92,373,0),(48968,92,374,0),(48969,92,375,0),(48970,92,376,0),(48971,92,377,0),(48972,92,378,0),(48973,92,379,0),(48974,92,380,0),(48975,92,381,0),(48976,92,382,0),(48977,92,383,0),(48978,92,384,0),(48979,92,385,0),(48980,92,386,0),(48981,92,387,0),(48982,92,388,0),(48983,92,389,0),(48984,92,390,0),(48985,92,391,0),(48986,92,392,0),(48987,92,393,0),(48988,92,394,0),(48989,92,395,0),(48990,92,396,0),(48991,92,397,0),(48992,92,398,0),(48993,92,399,0),(48994,92,400,0),(48995,92,401,0),(48996,92,402,0),(48997,92,403,0),(48998,92,404,0),(48999,92,405,0),(49000,92,406,0),(49001,92,407,0),(49002,92,408,0),(49003,92,409,0),(49004,92,410,0),(49005,92,411,0),(49006,92,412,0),(49007,92,413,0),(49008,92,414,0),(49009,92,415,0),(49010,92,416,0),(49011,92,417,0),(49012,92,418,0),(49013,92,419,0),(49014,92,420,0),(49015,92,421,0),(49016,92,422,0),(49017,92,423,0),(49018,92,424,0),(49019,92,425,0),(49020,92,426,0.217391304347826),(49021,92,427,0.195652173913043),(49022,92,428,0.152173913043478),(49023,92,429,0.108695652173913),(49024,92,430,0.108695652173913),(49025,92,431,0.0869565217391304),(49026,92,432,0.0652173913043478),(49027,92,433,0.0652173913043478),(49028,92,434,0),(49029,92,435,0),(49030,92,436,0),(49031,92,437,0),(49032,92,438,0),(49033,92,439,0),(49034,92,440,0),(49035,92,441,0),(49036,92,442,0),(49037,92,443,0),(49038,92,444,0),(49039,92,445,0),(49040,92,446,0),(49041,92,447,0),(49042,92,448,0),(49043,92,449,0),(49044,92,450,0),(49045,92,451,0),(49046,92,452,0),(49047,92,453,0),(49048,92,454,0),(49049,92,455,0),(49050,92,456,0),(49051,92,457,0),(49052,92,458,0),(49053,92,459,0),(49054,92,460,0),(49055,92,461,0),(49056,92,462,0),(49057,92,463,0),(49058,92,464,0),(49059,92,465,0),(49060,92,466,0),(49061,92,467,0),(49062,92,468,0),(49063,92,469,0),(49064,92,470,0),(49065,92,471,0),(49066,92,472,0),(49067,92,473,0),(49068,92,474,0),(49069,92,475,0),(49070,92,476,0),(49071,92,477,0),(49072,92,478,0),(49073,92,479,0),(49074,92,480,0),(49075,92,481,0),(49076,92,482,0),(49077,92,483,0),(49078,92,484,0),(49079,92,485,0),(49080,92,486,0),(49081,92,487,0),(49082,92,488,0),(49083,92,489,0),(49084,92,490,0),(49085,92,491,0),(49086,92,492,0),(49087,92,493,0),(49088,92,494,0),(49089,92,495,0),(49090,92,496,0),(49091,92,497,0),(49092,92,498,0),(49093,92,499,0),(49094,92,500,0),(49095,92,501,0),(49096,92,502,0),(49097,92,503,0),(49098,92,504,0),(49099,92,505,0),(49100,92,506,0),(49101,92,507,0),(49102,92,508,0),(49103,92,509,0),(49104,92,510,0),(49105,92,511,0),(49106,92,512,0),(49107,92,513,0),(49108,92,514,0),(49109,92,515,0),(49110,92,516,0),(49111,92,517,0),(49112,92,518,0),(49113,92,519,0),(49114,92,520,0),(49115,92,521,0),(49116,92,522,0),(49117,92,523,0),(49118,92,524,0),(49119,92,525,0),(49120,92,526,0),(49121,92,527,0),(49122,92,528,0),(49123,92,529,0),(49124,92,530,0),(49125,92,531,0),(49126,92,532,0),(49127,92,533,0),(49128,92,534,0),(49129,93,1,0),(49130,93,2,0),(49131,93,3,0),(49132,93,4,0),(49133,93,5,0),(49134,93,6,0),(49135,93,7,0),(49136,93,8,0),(49137,93,9,0),(49138,93,10,0),(49139,93,11,0),(49140,93,12,0),(49141,93,13,0),(49142,93,14,0),(49143,93,15,0),(49144,93,16,0),(49145,93,17,0),(49146,93,18,0),(49147,93,19,0),(49148,93,20,0),(49149,93,21,0),(49150,93,22,0),(49151,93,23,0),(49152,93,24,0),(49153,93,25,0),(49154,93,26,0),(49155,93,27,0),(49156,93,28,0),(49157,93,29,0),(49158,93,30,0),(49159,93,31,0),(49160,93,32,0),(49161,93,33,0),(49162,93,34,0),(49163,93,35,0),(49164,93,36,0),(49165,93,37,0),(49166,93,38,0),(49167,93,39,0),(49168,93,40,0),(49169,93,41,0),(49170,93,42,0),(49171,93,43,0),(49172,93,44,0),(49173,93,45,0),(49174,93,46,0),(49175,93,47,0),(49176,93,48,0),(49177,93,49,0),(49178,93,50,0),(49179,93,51,0),(49180,93,52,0),(49181,93,53,0),(49182,93,54,0),(49183,93,55,0),(49184,93,56,0),(49185,93,57,0),(49186,93,58,0),(49187,93,59,0),(49188,93,60,0),(49189,93,61,0),(49190,93,62,0),(49191,93,63,0),(49192,93,64,0),(49193,93,65,0),(49194,93,66,0),(49195,93,67,0),(49196,93,68,0),(49197,93,69,0),(49198,93,70,0),(49199,93,71,0),(49200,93,72,0),(49201,93,73,0),(49202,93,74,0),(49203,93,75,0),(49204,93,76,0),(49205,93,77,0),(49206,93,78,0),(49207,93,79,0),(49208,93,80,0),(49209,93,81,0),(49210,93,82,0),(49211,93,83,0),(49212,93,84,0),(49213,93,85,0),(49214,93,86,0),(49215,93,87,0),(49216,93,88,0),(49217,93,89,0),(49218,93,90,0),(49219,93,91,0),(49220,93,92,0),(49221,93,93,0),(49222,93,94,0),(49223,93,95,0),(49224,93,96,0),(49225,93,97,0),(49226,93,98,0),(49227,93,99,0),(49228,93,100,0),(49229,93,101,0),(49230,93,102,0),(49231,93,103,0),(49232,93,104,0),(49233,93,105,0),(49234,93,106,0),(49235,93,107,0),(49236,93,108,0),(49237,93,109,0),(49238,93,110,0),(49239,93,111,0),(49240,93,112,0),(49241,93,113,0),(49242,93,114,0),(49243,93,115,0),(49244,93,116,0),(49245,93,117,0),(49246,93,118,0),(49247,93,119,0),(49248,93,120,0),(49249,93,121,0),(49250,93,122,0),(49251,93,123,0),(49252,93,124,0),(49253,93,125,0),(49254,93,126,0),(49255,93,127,0),(49256,93,128,0),(49257,93,129,0),(49258,93,130,0),(49259,93,131,0),(49260,93,132,0),(49261,93,133,0),(49262,93,134,0),(49263,93,135,0),(49264,93,136,0),(49265,93,137,0),(49266,93,138,0),(49267,93,139,0),(49268,93,140,0),(49269,93,141,0),(49270,93,142,0),(49271,93,143,0),(49272,93,144,0),(49273,93,145,0),(49274,93,146,0),(49275,93,147,0),(49276,93,148,0),(49277,93,149,0),(49278,93,150,0),(49279,93,151,0),(49280,93,152,0),(49281,93,153,0),(49282,93,154,0),(49283,93,155,0),(49284,93,156,0),(49285,93,157,0),(49286,93,158,0),(49287,93,159,0),(49288,93,160,0),(49289,93,161,0),(49290,93,162,0),(49291,93,163,0),(49292,93,164,0),(49293,93,165,0),(49294,93,166,0),(49295,93,167,0),(49296,93,168,0),(49297,93,169,0),(49298,93,170,0),(49299,93,171,0),(49300,93,172,0),(49301,93,173,0),(49302,93,174,0),(49303,93,175,0),(49304,93,176,0),(49305,93,177,0),(49306,93,178,0),(49307,93,179,0),(49308,93,180,0),(49309,93,181,0),(49310,93,182,0),(49311,93,183,0),(49312,93,184,0),(49313,93,185,0),(49314,93,186,0),(49315,93,187,0),(49316,93,188,0),(49317,93,189,0),(49318,93,190,0),(49319,93,191,0),(49320,93,192,0),(49321,93,193,0),(49322,93,194,0),(49323,93,195,0),(49324,93,196,0),(49325,93,197,0),(49326,93,198,0),(49327,93,199,0),(49328,93,200,0),(49329,93,201,0),(49330,93,202,0),(49331,93,203,0),(49332,93,204,0),(49333,93,205,0),(49334,93,206,0),(49335,93,207,0),(49336,93,208,0),(49337,93,209,0),(49338,93,210,0),(49339,93,211,0),(49340,93,212,0),(49341,93,213,0),(49342,93,214,0),(49343,93,215,0),(49344,93,216,0),(49345,93,217,0),(49346,93,218,0),(49347,93,219,0),(49348,93,220,0),(49349,93,221,0),(49350,93,222,0),(49351,93,223,0),(49352,93,224,0),(49353,93,225,0),(49354,93,226,0),(49355,93,227,0),(49356,93,228,0),(49357,93,229,0),(49358,93,230,0),(49359,93,231,0),(49360,93,232,0),(49361,93,233,0),(49362,93,234,0),(49363,93,235,0),(49364,93,236,0),(49365,93,237,0),(49366,93,238,0),(49367,93,239,0),(49368,93,240,0),(49369,93,241,0),(49370,93,242,0),(49371,93,243,0),(49372,93,244,0),(49373,93,245,0),(49374,93,246,0),(49375,93,247,0),(49376,93,248,0),(49377,93,249,0),(49378,93,250,0),(49379,93,251,0),(49380,93,252,0),(49381,93,253,0),(49382,93,254,0),(49383,93,255,0),(49384,93,256,0),(49385,93,257,0),(49386,93,258,0),(49387,93,259,0),(49388,93,260,0),(49389,93,261,0),(49390,93,262,0),(49391,93,263,0),(49392,93,264,0),(49393,93,265,0),(49394,93,266,0),(49395,93,267,0),(49396,93,268,0),(49397,93,269,0),(49398,93,270,0),(49399,93,271,0),(49400,93,272,0),(49401,93,273,0),(49402,93,274,0),(49403,93,275,0),(49404,93,276,0),(49405,93,277,0),(49406,93,278,0),(49407,93,279,0),(49408,93,280,0),(49409,93,281,0),(49410,93,282,0),(49411,93,283,0),(49412,93,284,0),(49413,93,285,0),(49414,93,286,0),(49415,93,287,0),(49416,93,288,0),(49417,93,289,0),(49418,93,290,0),(49419,93,291,0),(49420,93,292,0),(49421,93,293,0),(49422,93,294,0),(49423,93,295,0),(49424,93,296,0),(49425,93,297,0),(49426,93,298,0),(49427,93,299,0),(49428,93,300,0),(49429,93,301,0),(49430,93,302,0),(49431,93,303,0),(49432,93,304,0),(49433,93,305,0),(49434,93,306,0),(49435,93,307,0),(49436,93,308,0),(49437,93,309,0),(49438,93,310,0),(49439,93,311,0),(49440,93,312,0),(49441,93,313,0),(49442,93,314,0),(49443,93,315,0),(49444,93,316,0),(49445,93,317,0),(49446,93,318,0),(49447,93,319,0),(49448,93,320,0),(49449,93,321,0),(49450,93,322,0),(49451,93,323,0),(49452,93,324,0),(49453,93,325,0),(49454,93,326,0),(49455,93,327,0),(49456,93,328,0),(49457,93,329,0),(49458,93,330,0),(49459,93,331,0),(49460,93,332,0),(49461,93,333,0),(49462,93,334,0),(49463,93,335,0),(49464,93,336,0),(49465,93,337,0),(49466,93,338,0),(49467,93,339,0),(49468,93,340,0),(49469,93,341,0),(49470,93,342,0),(49471,93,343,0),(49472,93,344,0),(49473,93,345,0),(49474,93,346,0),(49475,93,347,0),(49476,93,348,0),(49477,93,349,0),(49478,93,350,0),(49479,93,351,0),(49480,93,352,0),(49481,93,353,0),(49482,93,354,0),(49483,93,355,0),(49484,93,356,0),(49485,93,357,0),(49486,93,358,0),(49487,93,359,0),(49488,93,360,0),(49489,93,361,0),(49490,93,362,0),(49491,93,363,0),(49492,93,364,0),(49493,93,365,0),(49494,93,366,0),(49495,93,367,0),(49496,93,368,0),(49497,93,369,0),(49498,93,370,0),(49499,93,371,0),(49500,93,372,0),(49501,93,373,0),(49502,93,374,0),(49503,93,375,0),(49504,93,376,0),(49505,93,377,0),(49506,93,378,0),(49507,93,379,0),(49508,93,380,0),(49509,93,381,0),(49510,93,382,0),(49511,93,383,0),(49512,93,384,0),(49513,93,385,0),(49514,93,386,0),(49515,93,387,0),(49516,93,388,0),(49517,93,389,0),(49518,93,390,0),(49519,93,391,0),(49520,93,392,0),(49521,93,393,0),(49522,93,394,0),(49523,93,395,0),(49524,93,396,0),(49525,93,397,0),(49526,93,398,0),(49527,93,399,0),(49528,93,400,0),(49529,93,401,0),(49530,93,402,0),(49531,93,403,0),(49532,93,404,0),(49533,93,405,0),(49534,93,406,0),(49535,93,407,0),(49536,93,408,0),(49537,93,409,0),(49538,93,410,0),(49539,93,411,0),(49540,93,412,0),(49541,93,413,0),(49542,93,414,0),(49543,93,415,0),(49544,93,416,0),(49545,93,417,0),(49546,93,418,0),(49547,93,419,0),(49548,93,420,0),(49549,93,421,0),(49550,93,422,0),(49551,93,423,0),(49552,93,424,0),(49553,93,425,0),(49554,93,426,0),(49555,93,427,0),(49556,93,428,0),(49557,93,429,0),(49558,93,430,0),(49559,93,431,0),(49560,93,432,0),(49561,93,433,0),(49562,93,434,0.37037037037037),(49563,93,435,0.222222222222222),(49564,93,436,0.185185185185185),(49565,93,437,0.111111111111111),(49566,93,438,0.111111111111111),(49567,93,439,0),(49568,93,440,0),(49569,93,441,0),(49570,93,442,0),(49571,93,443,0),(49572,93,444,0),(49573,93,445,0),(49574,93,446,0),(49575,93,447,0),(49576,93,448,0),(49577,93,449,0),(49578,93,450,0),(49579,93,451,0),(49580,93,452,0),(49581,93,453,0),(49582,93,454,0),(49583,93,455,0),(49584,93,456,0),(49585,93,457,0),(49586,93,458,0),(49587,93,459,0),(49588,93,460,0),(49589,93,461,0),(49590,93,462,0),(49591,93,463,0),(49592,93,464,0),(49593,93,465,0),(49594,93,466,0),(49595,93,467,0),(49596,93,468,0),(49597,93,469,0),(49598,93,470,0),(49599,93,471,0),(49600,93,472,0),(49601,93,473,0),(49602,93,474,0),(49603,93,475,0),(49604,93,476,0),(49605,93,477,0),(49606,93,478,0),(49607,93,479,0),(49608,93,480,0),(49609,93,481,0),(49610,93,482,0),(49611,93,483,0),(49612,93,484,0),(49613,93,485,0),(49614,93,486,0),(49615,93,487,0),(49616,93,488,0),(49617,93,489,0),(49618,93,490,0),(49619,93,491,0),(49620,93,492,0),(49621,93,493,0),(49622,93,494,0),(49623,93,495,0),(49624,93,496,0),(49625,93,497,0),(49626,93,498,0),(49627,93,499,0),(49628,93,500,0),(49629,93,501,0),(49630,93,502,0),(49631,93,503,0),(49632,93,504,0),(49633,93,505,0),(49634,93,506,0),(49635,93,507,0),(49636,93,508,0),(49637,93,509,0),(49638,93,510,0),(49639,93,511,0),(49640,93,512,0),(49641,93,513,0),(49642,93,514,0),(49643,93,515,0),(49644,93,516,0),(49645,93,517,0),(49646,93,518,0),(49647,93,519,0),(49648,93,520,0),(49649,93,521,0),(49650,93,522,0),(49651,93,523,0),(49652,93,524,0),(49653,93,525,0),(49654,93,526,0),(49655,93,527,0),(49656,93,528,0),(49657,93,529,0),(49658,93,530,0),(49659,93,531,0),(49660,93,532,0),(49661,93,533,0),(49662,93,534,0),(49663,94,1,0),(49664,94,2,0),(49665,94,3,0),(49666,94,4,0),(49667,94,5,0),(49668,94,6,0),(49669,94,7,0),(49670,94,8,0),(49671,94,9,0),(49672,94,10,0),(49673,94,11,0),(49674,94,12,0),(49675,94,13,0),(49676,94,14,0),(49677,94,15,0),(49678,94,16,0),(49679,94,17,0),(49680,94,18,0),(49681,94,19,0),(49682,94,20,0),(49683,94,21,0),(49684,94,22,0),(49685,94,23,0),(49686,94,24,0),(49687,94,25,0),(49688,94,26,0),(49689,94,27,0),(49690,94,28,0),(49691,94,29,0),(49692,94,30,0),(49693,94,31,0),(49694,94,32,0),(49695,94,33,0),(49696,94,34,0),(49697,94,35,0),(49698,94,36,0),(49699,94,37,0),(49700,94,38,0),(49701,94,39,0),(49702,94,40,0),(49703,94,41,0),(49704,94,42,0),(49705,94,43,0),(49706,94,44,0),(49707,94,45,0),(49708,94,46,0),(49709,94,47,0),(49710,94,48,0),(49711,94,49,0),(49712,94,50,0),(49713,94,51,0),(49714,94,52,0),(49715,94,53,0),(49716,94,54,0),(49717,94,55,0),(49718,94,56,0),(49719,94,57,0),(49720,94,58,0),(49721,94,59,0),(49722,94,60,0),(49723,94,61,0),(49724,94,62,0),(49725,94,63,0),(49726,94,64,0),(49727,94,65,0),(49728,94,66,0),(49729,94,67,0),(49730,94,68,0),(49731,94,69,0),(49732,94,70,0),(49733,94,71,0),(49734,94,72,0),(49735,94,73,0),(49736,94,74,0),(49737,94,75,0),(49738,94,76,0),(49739,94,77,0),(49740,94,78,0),(49741,94,79,0),(49742,94,80,0),(49743,94,81,0),(49744,94,82,0),(49745,94,83,0),(49746,94,84,0),(49747,94,85,0),(49748,94,86,0),(49749,94,87,0),(49750,94,88,0),(49751,94,89,0),(49752,94,90,0),(49753,94,91,0),(49754,94,92,0),(49755,94,93,0),(49756,94,94,0),(49757,94,95,0),(49758,94,96,0),(49759,94,97,0),(49760,94,98,0),(49761,94,99,0),(49762,94,100,0),(49763,94,101,0),(49764,94,102,0),(49765,94,103,0),(49766,94,104,0),(49767,94,105,0),(49768,94,106,0),(49769,94,107,0),(49770,94,108,0),(49771,94,109,0),(49772,94,110,0),(49773,94,111,0),(49774,94,112,0),(49775,94,113,0),(49776,94,114,0),(49777,94,115,0),(49778,94,116,0),(49779,94,117,0),(49780,94,118,0),(49781,94,119,0),(49782,94,120,0),(49783,94,121,0),(49784,94,122,0),(49785,94,123,0),(49786,94,124,0),(49787,94,125,0),(49788,94,126,0),(49789,94,127,0),(49790,94,128,0),(49791,94,129,0),(49792,94,130,0),(49793,94,131,0),(49794,94,132,0),(49795,94,133,0),(49796,94,134,0),(49797,94,135,0),(49798,94,136,0),(49799,94,137,0),(49800,94,138,0),(49801,94,139,0),(49802,94,140,0),(49803,94,141,0),(49804,94,142,0),(49805,94,143,0),(49806,94,144,0),(49807,94,145,0),(49808,94,146,0),(49809,94,147,0),(49810,94,148,0),(49811,94,149,0),(49812,94,150,0),(49813,94,151,0),(49814,94,152,0),(49815,94,153,0),(49816,94,154,0),(49817,94,155,0),(49818,94,156,0),(49819,94,157,0),(49820,94,158,0),(49821,94,159,0),(49822,94,160,0),(49823,94,161,0),(49824,94,162,0),(49825,94,163,0),(49826,94,164,0),(49827,94,165,0),(49828,94,166,0),(49829,94,167,0),(49830,94,168,0),(49831,94,169,0),(49832,94,170,0),(49833,94,171,0),(49834,94,172,0),(49835,94,173,0),(49836,94,174,0),(49837,94,175,0),(49838,94,176,0),(49839,94,177,0),(49840,94,178,0),(49841,94,179,0),(49842,94,180,0),(49843,94,181,0),(49844,94,182,0),(49845,94,183,0),(49846,94,184,0),(49847,94,185,0),(49848,94,186,0),(49849,94,187,0),(49850,94,188,0),(49851,94,189,0),(49852,94,190,0),(49853,94,191,0),(49854,94,192,0),(49855,94,193,0),(49856,94,194,0),(49857,94,195,0),(49858,94,196,0),(49859,94,197,0),(49860,94,198,0),(49861,94,199,0),(49862,94,200,0),(49863,94,201,0),(49864,94,202,0),(49865,94,203,0),(49866,94,204,0),(49867,94,205,0),(49868,94,206,0),(49869,94,207,0),(49870,94,208,0),(49871,94,209,0),(49872,94,210,0),(49873,94,211,0),(49874,94,212,0),(49875,94,213,0),(49876,94,214,0),(49877,94,215,0),(49878,94,216,0),(49879,94,217,0),(49880,94,218,0),(49881,94,219,0),(49882,94,220,0),(49883,94,221,0),(49884,94,222,0),(49885,94,223,0),(49886,94,224,0),(49887,94,225,0),(49888,94,226,0),(49889,94,227,0),(49890,94,228,0),(49891,94,229,0),(49892,94,230,0),(49893,94,231,0),(49894,94,232,0),(49895,94,233,0),(49896,94,234,0),(49897,94,235,0),(49898,94,236,0),(49899,94,237,0),(49900,94,238,0),(49901,94,239,0),(49902,94,240,0),(49903,94,241,0),(49904,94,242,0),(49905,94,243,0),(49906,94,244,0),(49907,94,245,0),(49908,94,246,0),(49909,94,247,0),(49910,94,248,0),(49911,94,249,0),(49912,94,250,0),(49913,94,251,0),(49914,94,252,0),(49915,94,253,0),(49916,94,254,0),(49917,94,255,0),(49918,94,256,0),(49919,94,257,0),(49920,94,258,0),(49921,94,259,0),(49922,94,260,0),(49923,94,261,0),(49924,94,262,0),(49925,94,263,0),(49926,94,264,0),(49927,94,265,0),(49928,94,266,0),(49929,94,267,0),(49930,94,268,0),(49931,94,269,0),(49932,94,270,0),(49933,94,271,0),(49934,94,272,0),(49935,94,273,0),(49936,94,274,0),(49937,94,275,0),(49938,94,276,0),(49939,94,277,0),(49940,94,278,0),(49941,94,279,0),(49942,94,280,0),(49943,94,281,0),(49944,94,282,0),(49945,94,283,0),(49946,94,284,0),(49947,94,285,0),(49948,94,286,0),(49949,94,287,0),(49950,94,288,0),(49951,94,289,0),(49952,94,290,0),(49953,94,291,0),(49954,94,292,0),(49955,94,293,0),(49956,94,294,0),(49957,94,295,0),(49958,94,296,0),(49959,94,297,0),(49960,94,298,0),(49961,94,299,0),(49962,94,300,0),(49963,94,301,0),(49964,94,302,0),(49965,94,303,0),(49966,94,304,0),(49967,94,305,0),(49968,94,306,0),(49969,94,307,0),(49970,94,308,0),(49971,94,309,0),(49972,94,310,0),(49973,94,311,0),(49974,94,312,0),(49975,94,313,0),(49976,94,314,0),(49977,94,315,0),(49978,94,316,0),(49979,94,317,0),(49980,94,318,0),(49981,94,319,0),(49982,94,320,0),(49983,94,321,0),(49984,94,322,0),(49985,94,323,0),(49986,94,324,0),(49987,94,325,0),(49988,94,326,0),(49989,94,327,0),(49990,94,328,0),(49991,94,329,0),(49992,94,330,0),(49993,94,331,0),(49994,94,332,0),(49995,94,333,0),(49996,94,334,0),(49997,94,335,0),(49998,94,336,0),(49999,94,337,0),(50000,94,338,0),(50001,94,339,0),(50002,94,340,0),(50003,94,341,0),(50004,94,342,0),(50005,94,343,0),(50006,94,344,0),(50007,94,345,0),(50008,94,346,0),(50009,94,347,0),(50010,94,348,0),(50011,94,349,0),(50012,94,350,0),(50013,94,351,0),(50014,94,352,0),(50015,94,353,0),(50016,94,354,0),(50017,94,355,0),(50018,94,356,0),(50019,94,357,0),(50020,94,358,0),(50021,94,359,0),(50022,94,360,0),(50023,94,361,0),(50024,94,362,0),(50025,94,363,0),(50026,94,364,0),(50027,94,365,0),(50028,94,366,0),(50029,94,367,0),(50030,94,368,0),(50031,94,369,0),(50032,94,370,0),(50033,94,371,0),(50034,94,372,0),(50035,94,373,0),(50036,94,374,0),(50037,94,375,0),(50038,94,376,0),(50039,94,377,0),(50040,94,378,0),(50041,94,379,0),(50042,94,380,0),(50043,94,381,0),(50044,94,382,0),(50045,94,383,0),(50046,94,384,0),(50047,94,385,0),(50048,94,386,0),(50049,94,387,0),(50050,94,388,0),(50051,94,389,0),(50052,94,390,0),(50053,94,391,0),(50054,94,392,0),(50055,94,393,0),(50056,94,394,0),(50057,94,395,0),(50058,94,396,0),(50059,94,397,0),(50060,94,398,0),(50061,94,399,0),(50062,94,400,0),(50063,94,401,0),(50064,94,402,0),(50065,94,403,0),(50066,94,404,0),(50067,94,405,0),(50068,94,406,0),(50069,94,407,0),(50070,94,408,0),(50071,94,409,0),(50072,94,410,0),(50073,94,411,0),(50074,94,412,0),(50075,94,413,0),(50076,94,414,0),(50077,94,415,0),(50078,94,416,0),(50079,94,417,0),(50080,94,418,0),(50081,94,419,0),(50082,94,420,0),(50083,94,421,0),(50084,94,422,0),(50085,94,423,0),(50086,94,424,0),(50087,94,425,0),(50088,94,426,0),(50089,94,427,0),(50090,94,428,0),(50091,94,429,0),(50092,94,430,0),(50093,94,431,0),(50094,94,432,0),(50095,94,433,0),(50096,94,434,0),(50097,94,435,0),(50098,94,436,0),(50099,94,437,0),(50100,94,438,0),(50101,94,439,0.416666666666667),(50102,94,440,0.25),(50103,94,441,0.208333333333333),(50104,94,442,0.125),(50105,94,443,0),(50106,94,444,0),(50107,94,445,0),(50108,94,446,0),(50109,94,447,0),(50110,94,448,0),(50111,94,449,0),(50112,94,450,0),(50113,94,451,0),(50114,94,452,0),(50115,94,453,0),(50116,94,454,0),(50117,94,455,0),(50118,94,456,0),(50119,94,457,0),(50120,94,458,0),(50121,94,459,0),(50122,94,460,0),(50123,94,461,0),(50124,94,462,0),(50125,94,463,0),(50126,94,464,0),(50127,94,465,0),(50128,94,466,0),(50129,94,467,0),(50130,94,468,0),(50131,94,469,0),(50132,94,470,0),(50133,94,471,0),(50134,94,472,0),(50135,94,473,0),(50136,94,474,0),(50137,94,475,0),(50138,94,476,0),(50139,94,477,0),(50140,94,478,0),(50141,94,479,0),(50142,94,480,0),(50143,94,481,0),(50144,94,482,0),(50145,94,483,0),(50146,94,484,0),(50147,94,485,0),(50148,94,486,0),(50149,94,487,0),(50150,94,488,0),(50151,94,489,0),(50152,94,490,0),(50153,94,491,0),(50154,94,492,0),(50155,94,493,0),(50156,94,494,0),(50157,94,495,0),(50158,94,496,0),(50159,94,497,0),(50160,94,498,0),(50161,94,499,0),(50162,94,500,0),(50163,94,501,0),(50164,94,502,0),(50165,94,503,0),(50166,94,504,0),(50167,94,505,0),(50168,94,506,0),(50169,94,507,0),(50170,94,508,0),(50171,94,509,0),(50172,94,510,0),(50173,94,511,0),(50174,94,512,0),(50175,94,513,0),(50176,94,514,0),(50177,94,515,0),(50178,94,516,0),(50179,94,517,0),(50180,94,518,0),(50181,94,519,0),(50182,94,520,0),(50183,94,521,0),(50184,94,522,0),(50185,94,523,0),(50186,94,524,0),(50187,94,525,0),(50188,94,526,0),(50189,94,527,0),(50190,94,528,0),(50191,94,529,0),(50192,94,530,0),(50193,94,531,0),(50194,94,532,0),(50195,94,533,0),(50196,94,534,0),(50197,95,1,0),(50198,95,2,0),(50199,95,3,0),(50200,95,4,0),(50201,95,5,0),(50202,95,6,0),(50203,95,7,0),(50204,95,8,0),(50205,95,9,0),(50206,95,10,0),(50207,95,11,0),(50208,95,12,0),(50209,95,13,0),(50210,95,14,0),(50211,95,15,0),(50212,95,16,0),(50213,95,17,0),(50214,95,18,0),(50215,95,19,0),(50216,95,20,0),(50217,95,21,0),(50218,95,22,0),(50219,95,23,0),(50220,95,24,0),(50221,95,25,0),(50222,95,26,0),(50223,95,27,0),(50224,95,28,0),(50225,95,29,0),(50226,95,30,0),(50227,95,31,0),(50228,95,32,0),(50229,95,33,0),(50230,95,34,0),(50231,95,35,0),(50232,95,36,0),(50233,95,37,0),(50234,95,38,0),(50235,95,39,0),(50236,95,40,0),(50237,95,41,0),(50238,95,42,0),(50239,95,43,0),(50240,95,44,0),(50241,95,45,0),(50242,95,46,0),(50243,95,47,0),(50244,95,48,0),(50245,95,49,0),(50246,95,50,0),(50247,95,51,0),(50248,95,52,0),(50249,95,53,0),(50250,95,54,0),(50251,95,55,0),(50252,95,56,0),(50253,95,57,0),(50254,95,58,0),(50255,95,59,0),(50256,95,60,0),(50257,95,61,0),(50258,95,62,0),(50259,95,63,0),(50260,95,64,0),(50261,95,65,0),(50262,95,66,0),(50263,95,67,0),(50264,95,68,0),(50265,95,69,0),(50266,95,70,0),(50267,95,71,0),(50268,95,72,0),(50269,95,73,0),(50270,95,74,0),(50271,95,75,0),(50272,95,76,0),(50273,95,77,0),(50274,95,78,0),(50275,95,79,0),(50276,95,80,0),(50277,95,81,0),(50278,95,82,0),(50279,95,83,0),(50280,95,84,0),(50281,95,85,0),(50282,95,86,0),(50283,95,87,0),(50284,95,88,0),(50285,95,89,0),(50286,95,90,0),(50287,95,91,0),(50288,95,92,0),(50289,95,93,0),(50290,95,94,0),(50291,95,95,0),(50292,95,96,0),(50293,95,97,0),(50294,95,98,0),(50295,95,99,0),(50296,95,100,0),(50297,95,101,0),(50298,95,102,0),(50299,95,103,0),(50300,95,104,0),(50301,95,105,0),(50302,95,106,0),(50303,95,107,0),(50304,95,108,0),(50305,95,109,0),(50306,95,110,0),(50307,95,111,0),(50308,95,112,0),(50309,95,113,0),(50310,95,114,0),(50311,95,115,0),(50312,95,116,0),(50313,95,117,0),(50314,95,118,0),(50315,95,119,0),(50316,95,120,0),(50317,95,121,0),(50318,95,122,0),(50319,95,123,0),(50320,95,124,0),(50321,95,125,0),(50322,95,126,0),(50323,95,127,0),(50324,95,128,0),(50325,95,129,0),(50326,95,130,0),(50327,95,131,0),(50328,95,132,0),(50329,95,133,0),(50330,95,134,0),(50331,95,135,0),(50332,95,136,0),(50333,95,137,0),(50334,95,138,0),(50335,95,139,0),(50336,95,140,0),(50337,95,141,0),(50338,95,142,0),(50339,95,143,0),(50340,95,144,0),(50341,95,145,0),(50342,95,146,0),(50343,95,147,0),(50344,95,148,0),(50345,95,149,0),(50346,95,150,0),(50347,95,151,0),(50348,95,152,0),(50349,95,153,0),(50350,95,154,0),(50351,95,155,0),(50352,95,156,0),(50353,95,157,0),(50354,95,158,0),(50355,95,159,0),(50356,95,160,0),(50357,95,161,0),(50358,95,162,0),(50359,95,163,0),(50360,95,164,0),(50361,95,165,0),(50362,95,166,0),(50363,95,167,0),(50364,95,168,0),(50365,95,169,0),(50366,95,170,0),(50367,95,171,0),(50368,95,172,0),(50369,95,173,0),(50370,95,174,0),(50371,95,175,0),(50372,95,176,0),(50373,95,177,0),(50374,95,178,0),(50375,95,179,0),(50376,95,180,0),(50377,95,181,0),(50378,95,182,0),(50379,95,183,0),(50380,95,184,0),(50381,95,185,0),(50382,95,186,0),(50383,95,187,0),(50384,95,188,0),(50385,95,189,0),(50386,95,190,0),(50387,95,191,0),(50388,95,192,0),(50389,95,193,0),(50390,95,194,0),(50391,95,195,0),(50392,95,196,0),(50393,95,197,0),(50394,95,198,0),(50395,95,199,0),(50396,95,200,0),(50397,95,201,0),(50398,95,202,0),(50399,95,203,0),(50400,95,204,0),(50401,95,205,0),(50402,95,206,0),(50403,95,207,0),(50404,95,208,0),(50405,95,209,0),(50406,95,210,0),(50407,95,211,0),(50408,95,212,0),(50409,95,213,0),(50410,95,214,0),(50411,95,215,0),(50412,95,216,0),(50413,95,217,0),(50414,95,218,0),(50415,95,219,0),(50416,95,220,0),(50417,95,221,0),(50418,95,222,0),(50419,95,223,0),(50420,95,224,0),(50421,95,225,0),(50422,95,226,0),(50423,95,227,0),(50424,95,228,0),(50425,95,229,0),(50426,95,230,0),(50427,95,231,0),(50428,95,232,0),(50429,95,233,0),(50430,95,234,0),(50431,95,235,0),(50432,95,236,0),(50433,95,237,0),(50434,95,238,0),(50435,95,239,0),(50436,95,240,0),(50437,95,241,0),(50438,95,242,0),(50439,95,243,0),(50440,95,244,0),(50441,95,245,0),(50442,95,246,0),(50443,95,247,0),(50444,95,248,0),(50445,95,249,0),(50446,95,250,0),(50447,95,251,0),(50448,95,252,0),(50449,95,253,0),(50450,95,254,0),(50451,95,255,0),(50452,95,256,0),(50453,95,257,0),(50454,95,258,0),(50455,95,259,0),(50456,95,260,0),(50457,95,261,0),(50458,95,262,0),(50459,95,263,0),(50460,95,264,0),(50461,95,265,0),(50462,95,266,0),(50463,95,267,0),(50464,95,268,0),(50465,95,269,0),(50466,95,270,0),(50467,95,271,0),(50468,95,272,0),(50469,95,273,0),(50470,95,274,0),(50471,95,275,0),(50472,95,276,0),(50473,95,277,0),(50474,95,278,0),(50475,95,279,0),(50476,95,280,0),(50477,95,281,0),(50478,95,282,0),(50479,95,283,0),(50480,95,284,0),(50481,95,285,0),(50482,95,286,0),(50483,95,287,0),(50484,95,288,0),(50485,95,289,0),(50486,95,290,0),(50487,95,291,0),(50488,95,292,0),(50489,95,293,0),(50490,95,294,0),(50491,95,295,0),(50492,95,296,0),(50493,95,297,0),(50494,95,298,0),(50495,95,299,0),(50496,95,300,0),(50497,95,301,0),(50498,95,302,0),(50499,95,303,0),(50500,95,304,0),(50501,95,305,0),(50502,95,306,0),(50503,95,307,0),(50504,95,308,0),(50505,95,309,0),(50506,95,310,0),(50507,95,311,0),(50508,95,312,0),(50509,95,313,0),(50510,95,314,0),(50511,95,315,0),(50512,95,316,0),(50513,95,317,0),(50514,95,318,0),(50515,95,319,0),(50516,95,320,0),(50517,95,321,0),(50518,95,322,0),(50519,95,323,0),(50520,95,324,0),(50521,95,325,0),(50522,95,326,0),(50523,95,327,0),(50524,95,328,0),(50525,95,329,0),(50526,95,330,0),(50527,95,331,0),(50528,95,332,0),(50529,95,333,0),(50530,95,334,0),(50531,95,335,0),(50532,95,336,0),(50533,95,337,0),(50534,95,338,0),(50535,95,339,0),(50536,95,340,0),(50537,95,341,0),(50538,95,342,0),(50539,95,343,0),(50540,95,344,0),(50541,95,345,0),(50542,95,346,0),(50543,95,347,0),(50544,95,348,0),(50545,95,349,0),(50546,95,350,0),(50547,95,351,0),(50548,95,352,0),(50549,95,353,0),(50550,95,354,0),(50551,95,355,0),(50552,95,356,0),(50553,95,357,0),(50554,95,358,0),(50555,95,359,0),(50556,95,360,0),(50557,95,361,0),(50558,95,362,0),(50559,95,363,0),(50560,95,364,0),(50561,95,365,0),(50562,95,366,0),(50563,95,367,0),(50564,95,368,0),(50565,95,369,0),(50566,95,370,0),(50567,95,371,0),(50568,95,372,0),(50569,95,373,0),(50570,95,374,0),(50571,95,375,0),(50572,95,376,0),(50573,95,377,0),(50574,95,378,0),(50575,95,379,0),(50576,95,380,0),(50577,95,381,0),(50578,95,382,0),(50579,95,383,0),(50580,95,384,0),(50581,95,385,0),(50582,95,386,0),(50583,95,387,0),(50584,95,388,0),(50585,95,389,0),(50586,95,390,0),(50587,95,391,0),(50588,95,392,0),(50589,95,393,0),(50590,95,394,0),(50591,95,395,0),(50592,95,396,0),(50593,95,397,0),(50594,95,398,0),(50595,95,399,0),(50596,95,400,0),(50597,95,401,0),(50598,95,402,0),(50599,95,403,0),(50600,95,404,0),(50601,95,405,0),(50602,95,406,0),(50603,95,407,0),(50604,95,408,0),(50605,95,409,0),(50606,95,410,0),(50607,95,411,0),(50608,95,412,0),(50609,95,413,0),(50610,95,414,0),(50611,95,415,0),(50612,95,416,0),(50613,95,417,0),(50614,95,418,0),(50615,95,419,0),(50616,95,420,0),(50617,95,421,0),(50618,95,422,0),(50619,95,423,0),(50620,95,424,0),(50621,95,425,0),(50622,95,426,0),(50623,95,427,0),(50624,95,428,0),(50625,95,429,0),(50626,95,430,0),(50627,95,431,0),(50628,95,432,0),(50629,95,433,0),(50630,95,434,0),(50631,95,435,0),(50632,95,436,0),(50633,95,437,0),(50634,95,438,0),(50635,95,439,0),(50636,95,440,0),(50637,95,441,0),(50638,95,442,0),(50639,95,443,0.4),(50640,95,444,0.28),(50641,95,445,0.32),(50642,95,446,0),(50643,95,447,0),(50644,95,448,0),(50645,95,449,0),(50646,95,450,0),(50647,95,451,0),(50648,95,452,0),(50649,95,453,0),(50650,95,454,0),(50651,95,455,0),(50652,95,456,0),(50653,95,457,0),(50654,95,458,0),(50655,95,459,0),(50656,95,460,0),(50657,95,461,0),(50658,95,462,0),(50659,95,463,0),(50660,95,464,0),(50661,95,465,0),(50662,95,466,0),(50663,95,467,0),(50664,95,468,0),(50665,95,469,0),(50666,95,470,0),(50667,95,471,0),(50668,95,472,0),(50669,95,473,0),(50670,95,474,0),(50671,95,475,0),(50672,95,476,0),(50673,95,477,0),(50674,95,478,0),(50675,95,479,0),(50676,95,480,0),(50677,95,481,0),(50678,95,482,0),(50679,95,483,0),(50680,95,484,0),(50681,95,485,0),(50682,95,486,0),(50683,95,487,0),(50684,95,488,0),(50685,95,489,0),(50686,95,490,0),(50687,95,491,0),(50688,95,492,0),(50689,95,493,0),(50690,95,494,0),(50691,95,495,0),(50692,95,496,0),(50693,95,497,0),(50694,95,498,0),(50695,95,499,0),(50696,95,500,0),(50697,95,501,0),(50698,95,502,0),(50699,95,503,0),(50700,95,504,0),(50701,95,505,0),(50702,95,506,0),(50703,95,507,0),(50704,95,508,0),(50705,95,509,0),(50706,95,510,0),(50707,95,511,0),(50708,95,512,0),(50709,95,513,0),(50710,95,514,0),(50711,95,515,0),(50712,95,516,0),(50713,95,517,0),(50714,95,518,0),(50715,95,519,0),(50716,95,520,0),(50717,95,521,0),(50718,95,522,0),(50719,95,523,0),(50720,95,524,0),(50721,95,525,0),(50722,95,526,0),(50723,95,527,0),(50724,95,528,0),(50725,95,529,0),(50726,95,530,0),(50727,95,531,0),(50728,95,532,0),(50729,95,533,0),(50730,95,534,0),(50731,96,1,0),(50732,96,2,0),(50733,96,3,0),(50734,96,4,0),(50735,96,5,0),(50736,96,6,0),(50737,96,7,0),(50738,96,8,0),(50739,96,9,0),(50740,96,10,0),(50741,96,11,0),(50742,96,12,0),(50743,96,13,0),(50744,96,14,0),(50745,96,15,0),(50746,96,16,0),(50747,96,17,0),(50748,96,18,0),(50749,96,19,0),(50750,96,20,0),(50751,96,21,0),(50752,96,22,0),(50753,96,23,0),(50754,96,24,0),(50755,96,25,0),(50756,96,26,0),(50757,96,27,0),(50758,96,28,0),(50759,96,29,0),(50760,96,30,0),(50761,96,31,0),(50762,96,32,0),(50763,96,33,0),(50764,96,34,0),(50765,96,35,0),(50766,96,36,0),(50767,96,37,0),(50768,96,38,0),(50769,96,39,0),(50770,96,40,0),(50771,96,41,0),(50772,96,42,0),(50773,96,43,0),(50774,96,44,0),(50775,96,45,0),(50776,96,46,0),(50777,96,47,0),(50778,96,48,0),(50779,96,49,0),(50780,96,50,0),(50781,96,51,0),(50782,96,52,0),(50783,96,53,0),(50784,96,54,0),(50785,96,55,0),(50786,96,56,0),(50787,96,57,0),(50788,96,58,0),(50789,96,59,0),(50790,96,60,0),(50791,96,61,0),(50792,96,62,0),(50793,96,63,0),(50794,96,64,0),(50795,96,65,0),(50796,96,66,0),(50797,96,67,0),(50798,96,68,0),(50799,96,69,0),(50800,96,70,0),(50801,96,71,0),(50802,96,72,0),(50803,96,73,0),(50804,96,74,0),(50805,96,75,0),(50806,96,76,0),(50807,96,77,0),(50808,96,78,0),(50809,96,79,0),(50810,96,80,0),(50811,96,81,0),(50812,96,82,0),(50813,96,83,0),(50814,96,84,0),(50815,96,85,0),(50816,96,86,0),(50817,96,87,0),(50818,96,88,0),(50819,96,89,0),(50820,96,90,0),(50821,96,91,0),(50822,96,92,0),(50823,96,93,0),(50824,96,94,0),(50825,96,95,0),(50826,96,96,0),(50827,96,97,0),(50828,96,98,0),(50829,96,99,0),(50830,96,100,0),(50831,96,101,0),(50832,96,102,0),(50833,96,103,0),(50834,96,104,0),(50835,96,105,0),(50836,96,106,0),(50837,96,107,0),(50838,96,108,0),(50839,96,109,0),(50840,96,110,0),(50841,96,111,0),(50842,96,112,0),(50843,96,113,0),(50844,96,114,0),(50845,96,115,0),(50846,96,116,0),(50847,96,117,0),(50848,96,118,0),(50849,96,119,0),(50850,96,120,0),(50851,96,121,0),(50852,96,122,0),(50853,96,123,0),(50854,96,124,0),(50855,96,125,0),(50856,96,126,0),(50857,96,127,0),(50858,96,128,0),(50859,96,129,0),(50860,96,130,0),(50861,96,131,0),(50862,96,132,0),(50863,96,133,0),(50864,96,134,0),(50865,96,135,0),(50866,96,136,0),(50867,96,137,0),(50868,96,138,0),(50869,96,139,0),(50870,96,140,0),(50871,96,141,0),(50872,96,142,0),(50873,96,143,0),(50874,96,144,0),(50875,96,145,0),(50876,96,146,0),(50877,96,147,0),(50878,96,148,0),(50879,96,149,0),(50880,96,150,0),(50881,96,151,0),(50882,96,152,0),(50883,96,153,0),(50884,96,154,0),(50885,96,155,0),(50886,96,156,0),(50887,96,157,0),(50888,96,158,0),(50889,96,159,0),(50890,96,160,0),(50891,96,161,0),(50892,96,162,0),(50893,96,163,0),(50894,96,164,0),(50895,96,165,0),(50896,96,166,0),(50897,96,167,0),(50898,96,168,0),(50899,96,169,0),(50900,96,170,0),(50901,96,171,0),(50902,96,172,0),(50903,96,173,0),(50904,96,174,0),(50905,96,175,0),(50906,96,176,0),(50907,96,177,0),(50908,96,178,0),(50909,96,179,0),(50910,96,180,0),(50911,96,181,0),(50912,96,182,0),(50913,96,183,0),(50914,96,184,0),(50915,96,185,0),(50916,96,186,0),(50917,96,187,0),(50918,96,188,0),(50919,96,189,0),(50920,96,190,0),(50921,96,191,0),(50922,96,192,0),(50923,96,193,0),(50924,96,194,0),(50925,96,195,0),(50926,96,196,0),(50927,96,197,0),(50928,96,198,0),(50929,96,199,0),(50930,96,200,0),(50931,96,201,0),(50932,96,202,0),(50933,96,203,0),(50934,96,204,0),(50935,96,205,0),(50936,96,206,0),(50937,96,207,0),(50938,96,208,0),(50939,96,209,0),(50940,96,210,0),(50941,96,211,0),(50942,96,212,0),(50943,96,213,0),(50944,96,214,0),(50945,96,215,0),(50946,96,216,0),(50947,96,217,0),(50948,96,218,0),(50949,96,219,0),(50950,96,220,0),(50951,96,221,0),(50952,96,222,0),(50953,96,223,0),(50954,96,224,0),(50955,96,225,0),(50956,96,226,0),(50957,96,227,0),(50958,96,228,0),(50959,96,229,0),(50960,96,230,0),(50961,96,231,0),(50962,96,232,0),(50963,96,233,0),(50964,96,234,0),(50965,96,235,0),(50966,96,236,0),(50967,96,237,0),(50968,96,238,0),(50969,96,239,0),(50970,96,240,0),(50971,96,241,0),(50972,96,242,0),(50973,96,243,0),(50974,96,244,0),(50975,96,245,0),(50976,96,246,0),(50977,96,247,0),(50978,96,248,0),(50979,96,249,0),(50980,96,250,0),(50981,96,251,0),(50982,96,252,0),(50983,96,253,0),(50984,96,254,0),(50985,96,255,0),(50986,96,256,0),(50987,96,257,0),(50988,96,258,0),(50989,96,259,0),(50990,96,260,0),(50991,96,261,0),(50992,96,262,0),(50993,96,263,0),(50994,96,264,0),(50995,96,265,0),(50996,96,266,0),(50997,96,267,0),(50998,96,268,0),(50999,96,269,0),(51000,96,270,0),(51001,96,271,0),(51002,96,272,0),(51003,96,273,0),(51004,96,274,0),(51005,96,275,0),(51006,96,276,0),(51007,96,277,0),(51008,96,278,0),(51009,96,279,0),(51010,96,280,0),(51011,96,281,0),(51012,96,282,0),(51013,96,283,0),(51014,96,284,0),(51015,96,285,0),(51016,96,286,0),(51017,96,287,0),(51018,96,288,0),(51019,96,289,0),(51020,96,290,0),(51021,96,291,0),(51022,96,292,0),(51023,96,293,0),(51024,96,294,0),(51025,96,295,0),(51026,96,296,0),(51027,96,297,0),(51028,96,298,0),(51029,96,299,0),(51030,96,300,0),(51031,96,301,0),(51032,96,302,0),(51033,96,303,0),(51034,96,304,0),(51035,96,305,0),(51036,96,306,0),(51037,96,307,0),(51038,96,308,0),(51039,96,309,0),(51040,96,310,0),(51041,96,311,0),(51042,96,312,0),(51043,96,313,0),(51044,96,314,0),(51045,96,315,0),(51046,96,316,0),(51047,96,317,0),(51048,96,318,0),(51049,96,319,0),(51050,96,320,0),(51051,96,321,0),(51052,96,322,0),(51053,96,323,0),(51054,96,324,0),(51055,96,325,0),(51056,96,326,0),(51057,96,327,0),(51058,96,328,0),(51059,96,329,0),(51060,96,330,0),(51061,96,331,0),(51062,96,332,0),(51063,96,333,0),(51064,96,334,0),(51065,96,335,0),(51066,96,336,0),(51067,96,337,0),(51068,96,338,0),(51069,96,339,0),(51070,96,340,0),(51071,96,341,0),(51072,96,342,0),(51073,96,343,0),(51074,96,344,0),(51075,96,345,0),(51076,96,346,0),(51077,96,347,0),(51078,96,348,0),(51079,96,349,0),(51080,96,350,0),(51081,96,351,0),(51082,96,352,0),(51083,96,353,0),(51084,96,354,0),(51085,96,355,0),(51086,96,356,0),(51087,96,357,0),(51088,96,358,0),(51089,96,359,0),(51090,96,360,0),(51091,96,361,0),(51092,96,362,0),(51093,96,363,0),(51094,96,364,0),(51095,96,365,0),(51096,96,366,0),(51097,96,367,0),(51098,96,368,0),(51099,96,369,0),(51100,96,370,0),(51101,96,371,0),(51102,96,372,0),(51103,96,373,0),(51104,96,374,0),(51105,96,375,0),(51106,96,376,0),(51107,96,377,0),(51108,96,378,0),(51109,96,379,0),(51110,96,380,0),(51111,96,381,0),(51112,96,382,0),(51113,96,383,0),(51114,96,384,0),(51115,96,385,0),(51116,96,386,0),(51117,96,387,0),(51118,96,388,0),(51119,96,389,0),(51120,96,390,0),(51121,96,391,0),(51122,96,392,0),(51123,96,393,0),(51124,96,394,0),(51125,96,395,0),(51126,96,396,0),(51127,96,397,0),(51128,96,398,0),(51129,96,399,0),(51130,96,400,0),(51131,96,401,0),(51132,96,402,0),(51133,96,403,0),(51134,96,404,0),(51135,96,405,0),(51136,96,406,0),(51137,96,407,0),(51138,96,408,0),(51139,96,409,0),(51140,96,410,0),(51141,96,411,0),(51142,96,412,0),(51143,96,413,0),(51144,96,414,0),(51145,96,415,0),(51146,96,416,0),(51147,96,417,0),(51148,96,418,0),(51149,96,419,0),(51150,96,420,0),(51151,96,421,0),(51152,96,422,0),(51153,96,423,0),(51154,96,424,0),(51155,96,425,0),(51156,96,426,0),(51157,96,427,0),(51158,96,428,0),(51159,96,429,0),(51160,96,430,0),(51161,96,431,0),(51162,96,432,0),(51163,96,433,0),(51164,96,434,0),(51165,96,435,0),(51166,96,436,0),(51167,96,437,0),(51168,96,438,0),(51169,96,439,0),(51170,96,440,0),(51171,96,441,0),(51172,96,442,0),(51173,96,443,0),(51174,96,444,0),(51175,96,445,0),(51176,96,446,0.555555555555556),(51177,96,447,0.444444444444444),(51178,96,448,0),(51179,96,449,0),(51180,96,450,0),(51181,96,451,0),(51182,96,452,0),(51183,96,453,0),(51184,96,454,0),(51185,96,455,0),(51186,96,456,0),(51187,96,457,0),(51188,96,458,0),(51189,96,459,0),(51190,96,460,0),(51191,96,461,0),(51192,96,462,0),(51193,96,463,0),(51194,96,464,0),(51195,96,465,0),(51196,96,466,0),(51197,96,467,0),(51198,96,468,0),(51199,96,469,0),(51200,96,470,0),(51201,96,471,0),(51202,96,472,0),(51203,96,473,0),(51204,96,474,0),(51205,96,475,0),(51206,96,476,0),(51207,96,477,0),(51208,96,478,0),(51209,96,479,0),(51210,96,480,0),(51211,96,481,0),(51212,96,482,0),(51213,96,483,0),(51214,96,484,0),(51215,96,485,0),(51216,96,486,0),(51217,96,487,0),(51218,96,488,0),(51219,96,489,0),(51220,96,490,0),(51221,96,491,0),(51222,96,492,0),(51223,96,493,0),(51224,96,494,0),(51225,96,495,0),(51226,96,496,0),(51227,96,497,0),(51228,96,498,0),(51229,96,499,0),(51230,96,500,0),(51231,96,501,0),(51232,96,502,0),(51233,96,503,0),(51234,96,504,0),(51235,96,505,0),(51236,96,506,0),(51237,96,507,0),(51238,96,508,0),(51239,96,509,0),(51240,96,510,0),(51241,96,511,0),(51242,96,512,0),(51243,96,513,0),(51244,96,514,0),(51245,96,515,0),(51246,96,516,0),(51247,96,517,0),(51248,96,518,0),(51249,96,519,0),(51250,96,520,0),(51251,96,521,0),(51252,96,522,0),(51253,96,523,0),(51254,96,524,0),(51255,96,525,0),(51256,96,526,0),(51257,96,527,0),(51258,96,528,0),(51259,96,529,0),(51260,96,530,0),(51261,96,531,0),(51262,96,532,0),(51263,96,533,0),(51264,96,534,0),(51265,97,1,0),(51266,97,2,0),(51267,97,3,0),(51268,97,4,0),(51269,97,5,0),(51270,97,6,0),(51271,97,7,0),(51272,97,8,0),(51273,97,9,0),(51274,97,10,0),(51275,97,11,0),(51276,97,12,0),(51277,97,13,0),(51278,97,14,0),(51279,97,15,0),(51280,97,16,0),(51281,97,17,0),(51282,97,18,0),(51283,97,19,0),(51284,97,20,0),(51285,97,21,0),(51286,97,22,0),(51287,97,23,0),(51288,97,24,0),(51289,97,25,0),(51290,97,26,0),(51291,97,27,0),(51292,97,28,0),(51293,97,29,0),(51294,97,30,0),(51295,97,31,0),(51296,97,32,0),(51297,97,33,0),(51298,97,34,0),(51299,97,35,0),(51300,97,36,0),(51301,97,37,0),(51302,97,38,0),(51303,97,39,0),(51304,97,40,0),(51305,97,41,0),(51306,97,42,0),(51307,97,43,0),(51308,97,44,0),(51309,97,45,0),(51310,97,46,0),(51311,97,47,0),(51312,97,48,0),(51313,97,49,0),(51314,97,50,0),(51315,97,51,0),(51316,97,52,0),(51317,97,53,0),(51318,97,54,0),(51319,97,55,0),(51320,97,56,0),(51321,97,57,0),(51322,97,58,0),(51323,97,59,0),(51324,97,60,0),(51325,97,61,0),(51326,97,62,0),(51327,97,63,0),(51328,97,64,0),(51329,97,65,0),(51330,97,66,0),(51331,97,67,0),(51332,97,68,0),(51333,97,69,0),(51334,97,70,0),(51335,97,71,0),(51336,97,72,0),(51337,97,73,0),(51338,97,74,0),(51339,97,75,0),(51340,97,76,0),(51341,97,77,0),(51342,97,78,0),(51343,97,79,0),(51344,97,80,0),(51345,97,81,0),(51346,97,82,0),(51347,97,83,0),(51348,97,84,0),(51349,97,85,0),(51350,97,86,0),(51351,97,87,0),(51352,97,88,0),(51353,97,89,0),(51354,97,90,0),(51355,97,91,0),(51356,97,92,0),(51357,97,93,0),(51358,97,94,0),(51359,97,95,0),(51360,97,96,0),(51361,97,97,0),(51362,97,98,0),(51363,97,99,0),(51364,97,100,0),(51365,97,101,0),(51366,97,102,0),(51367,97,103,0),(51368,97,104,0),(51369,97,105,0),(51370,97,106,0),(51371,97,107,0),(51372,97,108,0),(51373,97,109,0),(51374,97,110,0),(51375,97,111,0),(51376,97,112,0),(51377,97,113,0),(51378,97,114,0),(51379,97,115,0),(51380,97,116,0),(51381,97,117,0),(51382,97,118,0),(51383,97,119,0),(51384,97,120,0),(51385,97,121,0),(51386,97,122,0),(51387,97,123,0),(51388,97,124,0),(51389,97,125,0),(51390,97,126,0),(51391,97,127,0),(51392,97,128,0),(51393,97,129,0),(51394,97,130,0),(51395,97,131,0),(51396,97,132,0),(51397,97,133,0),(51398,97,134,0),(51399,97,135,0),(51400,97,136,0),(51401,97,137,0),(51402,97,138,0),(51403,97,139,0),(51404,97,140,0),(51405,97,141,0),(51406,97,142,0),(51407,97,143,0),(51408,97,144,0),(51409,97,145,0),(51410,97,146,0),(51411,97,147,0),(51412,97,148,0),(51413,97,149,0),(51414,97,150,0),(51415,97,151,0),(51416,97,152,0),(51417,97,153,0),(51418,97,154,0),(51419,97,155,0),(51420,97,156,0),(51421,97,157,0),(51422,97,158,0),(51423,97,159,0),(51424,97,160,0),(51425,97,161,0),(51426,97,162,0),(51427,97,163,0),(51428,97,164,0),(51429,97,165,0),(51430,97,166,0),(51431,97,167,0),(51432,97,168,0),(51433,97,169,0),(51434,97,170,0),(51435,97,171,0),(51436,97,172,0),(51437,97,173,0),(51438,97,174,0),(51439,97,175,0),(51440,97,176,0),(51441,97,177,0),(51442,97,178,0),(51443,97,179,0),(51444,97,180,0),(51445,97,181,0),(51446,97,182,0),(51447,97,183,0),(51448,97,184,0),(51449,97,185,0),(51450,97,186,0),(51451,97,187,0),(51452,97,188,0),(51453,97,189,0),(51454,97,190,0),(51455,97,191,0),(51456,97,192,0),(51457,97,193,0),(51458,97,194,0),(51459,97,195,0),(51460,97,196,0),(51461,97,197,0),(51462,97,198,0),(51463,97,199,0),(51464,97,200,0),(51465,97,201,0),(51466,97,202,0),(51467,97,203,0),(51468,97,204,0),(51469,97,205,0),(51470,97,206,0),(51471,97,207,0),(51472,97,208,0),(51473,97,209,0),(51474,97,210,0),(51475,97,211,0),(51476,97,212,0),(51477,97,213,0),(51478,97,214,0),(51479,97,215,0),(51480,97,216,0),(51481,97,217,0),(51482,97,218,0),(51483,97,219,0),(51484,97,220,0),(51485,97,221,0),(51486,97,222,0),(51487,97,223,0),(51488,97,224,0),(51489,97,225,0),(51490,97,226,0),(51491,97,227,0),(51492,97,228,0),(51493,97,229,0),(51494,97,230,0),(51495,97,231,0),(51496,97,232,0),(51497,97,233,0),(51498,97,234,0),(51499,97,235,0),(51500,97,236,0),(51501,97,237,0),(51502,97,238,0),(51503,97,239,0),(51504,97,240,0),(51505,97,241,0),(51506,97,242,0),(51507,97,243,0),(51508,97,244,0),(51509,97,245,0),(51510,97,246,0),(51511,97,247,0),(51512,97,248,0),(51513,97,249,0),(51514,97,250,0),(51515,97,251,0),(51516,97,252,0),(51517,97,253,0),(51518,97,254,0),(51519,97,255,0),(51520,97,256,0),(51521,97,257,0),(51522,97,258,0),(51523,97,259,0),(51524,97,260,0),(51525,97,261,0),(51526,97,262,0),(51527,97,263,0),(51528,97,264,0),(51529,97,265,0),(51530,97,266,0),(51531,97,267,0),(51532,97,268,0),(51533,97,269,0),(51534,97,270,0),(51535,97,271,0),(51536,97,272,0),(51537,97,273,0),(51538,97,274,0),(51539,97,275,0),(51540,97,276,0),(51541,97,277,0),(51542,97,278,0),(51543,97,279,0),(51544,97,280,0),(51545,97,281,0),(51546,97,282,0),(51547,97,283,0),(51548,97,284,0),(51549,97,285,0),(51550,97,286,0),(51551,97,287,0),(51552,97,288,0),(51553,97,289,0),(51554,97,290,0),(51555,97,291,0),(51556,97,292,0),(51557,97,293,0),(51558,97,294,0),(51559,97,295,0),(51560,97,296,0),(51561,97,297,0),(51562,97,298,0),(51563,97,299,0),(51564,97,300,0),(51565,97,301,0),(51566,97,302,0),(51567,97,303,0),(51568,97,304,0),(51569,97,305,0),(51570,97,306,0),(51571,97,307,0),(51572,97,308,0),(51573,97,309,0),(51574,97,310,0),(51575,97,311,0),(51576,97,312,0),(51577,97,313,0),(51578,97,314,0),(51579,97,315,0),(51580,97,316,0),(51581,97,317,0),(51582,97,318,0),(51583,97,319,0),(51584,97,320,0),(51585,97,321,0),(51586,97,322,0),(51587,97,323,0),(51588,97,324,0),(51589,97,325,0),(51590,97,326,0),(51591,97,327,0),(51592,97,328,0),(51593,97,329,0),(51594,97,330,0),(51595,97,331,0),(51596,97,332,0),(51597,97,333,0),(51598,97,334,0),(51599,97,335,0),(51600,97,336,0),(51601,97,337,0),(51602,97,338,0),(51603,97,339,0),(51604,97,340,0),(51605,97,341,0),(51606,97,342,0),(51607,97,343,0),(51608,97,344,0),(51609,97,345,0),(51610,97,346,0),(51611,97,347,0),(51612,97,348,0),(51613,97,349,0),(51614,97,350,0),(51615,97,351,0),(51616,97,352,0),(51617,97,353,0),(51618,97,354,0),(51619,97,355,0),(51620,97,356,0),(51621,97,357,0),(51622,97,358,0),(51623,97,359,0),(51624,97,360,0),(51625,97,361,0),(51626,97,362,0),(51627,97,363,0),(51628,97,364,0),(51629,97,365,0),(51630,97,366,0),(51631,97,367,0),(51632,97,368,0),(51633,97,369,0),(51634,97,370,0),(51635,97,371,0),(51636,97,372,0),(51637,97,373,0),(51638,97,374,0),(51639,97,375,0),(51640,97,376,0),(51641,97,377,0),(51642,97,378,0),(51643,97,379,0),(51644,97,380,0),(51645,97,381,0),(51646,97,382,0),(51647,97,383,0),(51648,97,384,0),(51649,97,385,0),(51650,97,386,0),(51651,97,387,0),(51652,97,388,0),(51653,97,389,0),(51654,97,390,0),(51655,97,391,0),(51656,97,392,0),(51657,97,393,0),(51658,97,394,0),(51659,97,395,0),(51660,97,396,0),(51661,97,397,0),(51662,97,398,0),(51663,97,399,0),(51664,97,400,0),(51665,97,401,0),(51666,97,402,0),(51667,97,403,0),(51668,97,404,0),(51669,97,405,0),(51670,97,406,0),(51671,97,407,0),(51672,97,408,0),(51673,97,409,0),(51674,97,410,0),(51675,97,411,0),(51676,97,412,0),(51677,97,413,0),(51678,97,414,0),(51679,97,415,0),(51680,97,416,0),(51681,97,417,0),(51682,97,418,0),(51683,97,419,0),(51684,97,420,0),(51685,97,421,0),(51686,97,422,0),(51687,97,423,0),(51688,97,424,0),(51689,97,425,0),(51690,97,426,0),(51691,97,427,0),(51692,97,428,0),(51693,97,429,0),(51694,97,430,0),(51695,97,431,0),(51696,97,432,0),(51697,97,433,0),(51698,97,434,0),(51699,97,435,0),(51700,97,436,0),(51701,97,437,0),(51702,97,438,0),(51703,97,439,0),(51704,97,440,0),(51705,97,441,0),(51706,97,442,0),(51707,97,443,0),(51708,97,444,0),(51709,97,445,0),(51710,97,446,0),(51711,97,447,0),(51712,97,448,0.357142857142857),(51713,97,449,0.25),(51714,97,450,0.214285714285714),(51715,97,451,0.178571428571429),(51716,97,452,0),(51717,97,453,0),(51718,97,454,0),(51719,97,455,0),(51720,97,456,0),(51721,97,457,0),(51722,97,458,0),(51723,97,459,0),(51724,97,460,0),(51725,97,461,0),(51726,97,462,0),(51727,97,463,0),(51728,97,464,0),(51729,97,465,0),(51730,97,466,0),(51731,97,467,0),(51732,97,468,0),(51733,97,469,0),(51734,97,470,0),(51735,97,471,0),(51736,97,472,0),(51737,97,473,0),(51738,97,474,0),(51739,97,475,0),(51740,97,476,0),(51741,97,477,0),(51742,97,478,0),(51743,97,479,0),(51744,97,480,0),(51745,97,481,0),(51746,97,482,0),(51747,97,483,0),(51748,97,484,0),(51749,97,485,0),(51750,97,486,0),(51751,97,487,0),(51752,97,488,0),(51753,97,489,0),(51754,97,490,0),(51755,97,491,0),(51756,97,492,0),(51757,97,493,0),(51758,97,494,0),(51759,97,495,0),(51760,97,496,0),(51761,97,497,0),(51762,97,498,0),(51763,97,499,0),(51764,97,500,0),(51765,97,501,0),(51766,97,502,0),(51767,97,503,0),(51768,97,504,0),(51769,97,505,0),(51770,97,506,0),(51771,97,507,0),(51772,97,508,0),(51773,97,509,0),(51774,97,510,0),(51775,97,511,0),(51776,97,512,0),(51777,97,513,0),(51778,97,514,0),(51779,97,515,0),(51780,97,516,0),(51781,97,517,0),(51782,97,518,0),(51783,97,519,0),(51784,97,520,0),(51785,97,521,0),(51786,97,522,0),(51787,97,523,0),(51788,97,524,0),(51789,97,525,0),(51790,97,526,0),(51791,97,527,0),(51792,97,528,0),(51793,97,529,0),(51794,97,530,0),(51795,97,531,0),(51796,97,532,0),(51797,97,533,0),(51798,97,534,0),(51799,98,1,0),(51800,98,2,0),(51801,98,3,0),(51802,98,4,0),(51803,98,5,0),(51804,98,6,0),(51805,98,7,0),(51806,98,8,0),(51807,98,9,0),(51808,98,10,0),(51809,98,11,0),(51810,98,12,0),(51811,98,13,0),(51812,98,14,0),(51813,98,15,0),(51814,98,16,0),(51815,98,17,0),(51816,98,18,0),(51817,98,19,0),(51818,98,20,0),(51819,98,21,0),(51820,98,22,0),(51821,98,23,0),(51822,98,24,0),(51823,98,25,0),(51824,98,26,0),(51825,98,27,0),(51826,98,28,0),(51827,98,29,0),(51828,98,30,0),(51829,98,31,0),(51830,98,32,0),(51831,98,33,0),(51832,98,34,0),(51833,98,35,0),(51834,98,36,0),(51835,98,37,0),(51836,98,38,0),(51837,98,39,0),(51838,98,40,0),(51839,98,41,0),(51840,98,42,0),(51841,98,43,0),(51842,98,44,0),(51843,98,45,0),(51844,98,46,0),(51845,98,47,0),(51846,98,48,0),(51847,98,49,0),(51848,98,50,0),(51849,98,51,0),(51850,98,52,0),(51851,98,53,0),(51852,98,54,0),(51853,98,55,0),(51854,98,56,0),(51855,98,57,0),(51856,98,58,0),(51857,98,59,0),(51858,98,60,0),(51859,98,61,0),(51860,98,62,0),(51861,98,63,0),(51862,98,64,0),(51863,98,65,0),(51864,98,66,0),(51865,98,67,0),(51866,98,68,0),(51867,98,69,0),(51868,98,70,0),(51869,98,71,0),(51870,98,72,0),(51871,98,73,0),(51872,98,74,0),(51873,98,75,0),(51874,98,76,0),(51875,98,77,0),(51876,98,78,0),(51877,98,79,0),(51878,98,80,0),(51879,98,81,0),(51880,98,82,0),(51881,98,83,0),(51882,98,84,0),(51883,98,85,0),(51884,98,86,0),(51885,98,87,0),(51886,98,88,0),(51887,98,89,0),(51888,98,90,0),(51889,98,91,0),(51890,98,92,0),(51891,98,93,0),(51892,98,94,0),(51893,98,95,0),(51894,98,96,0),(51895,98,97,0),(51896,98,98,0),(51897,98,99,0),(51898,98,100,0),(51899,98,101,0),(51900,98,102,0),(51901,98,103,0),(51902,98,104,0),(51903,98,105,0),(51904,98,106,0),(51905,98,107,0),(51906,98,108,0),(51907,98,109,0),(51908,98,110,0),(51909,98,111,0),(51910,98,112,0),(51911,98,113,0),(51912,98,114,0),(51913,98,115,0),(51914,98,116,0),(51915,98,117,0),(51916,98,118,0),(51917,98,119,0),(51918,98,120,0),(51919,98,121,0),(51920,98,122,0),(51921,98,123,0),(51922,98,124,0),(51923,98,125,0),(51924,98,126,0),(51925,98,127,0),(51926,98,128,0),(51927,98,129,0),(51928,98,130,0),(51929,98,131,0),(51930,98,132,0),(51931,98,133,0),(51932,98,134,0),(51933,98,135,0),(51934,98,136,0),(51935,98,137,0),(51936,98,138,0),(51937,98,139,0),(51938,98,140,0),(51939,98,141,0),(51940,98,142,0),(51941,98,143,0),(51942,98,144,0),(51943,98,145,0),(51944,98,146,0),(51945,98,147,0),(51946,98,148,0),(51947,98,149,0),(51948,98,150,0),(51949,98,151,0),(51950,98,152,0),(51951,98,153,0),(51952,98,154,0),(51953,98,155,0),(51954,98,156,0),(51955,98,157,0),(51956,98,158,0),(51957,98,159,0),(51958,98,160,0),(51959,98,161,0),(51960,98,162,0),(51961,98,163,0),(51962,98,164,0),(51963,98,165,0),(51964,98,166,0),(51965,98,167,0),(51966,98,168,0),(51967,98,169,0),(51968,98,170,0),(51969,98,171,0),(51970,98,172,0),(51971,98,173,0),(51972,98,174,0),(51973,98,175,0),(51974,98,176,0),(51975,98,177,0),(51976,98,178,0),(51977,98,179,0),(51978,98,180,0),(51979,98,181,0),(51980,98,182,0),(51981,98,183,0),(51982,98,184,0),(51983,98,185,0),(51984,98,186,0),(51985,98,187,0),(51986,98,188,0),(51987,98,189,0),(51988,98,190,0),(51989,98,191,0),(51990,98,192,0),(51991,98,193,0),(51992,98,194,0),(51993,98,195,0),(51994,98,196,0),(51995,98,197,0),(51996,98,198,0),(51997,98,199,0),(51998,98,200,0),(51999,98,201,0),(52000,98,202,0),(52001,98,203,0),(52002,98,204,0),(52003,98,205,0),(52004,98,206,0),(52005,98,207,0),(52006,98,208,0),(52007,98,209,0),(52008,98,210,0),(52009,98,211,0),(52010,98,212,0),(52011,98,213,0),(52012,98,214,0),(52013,98,215,0),(52014,98,216,0),(52015,98,217,0),(52016,98,218,0),(52017,98,219,0),(52018,98,220,0),(52019,98,221,0),(52020,98,222,0),(52021,98,223,0),(52022,98,224,0),(52023,98,225,0),(52024,98,226,0),(52025,98,227,0),(52026,98,228,0),(52027,98,229,0),(52028,98,230,0),(52029,98,231,0),(52030,98,232,0),(52031,98,233,0),(52032,98,234,0),(52033,98,235,0),(52034,98,236,0),(52035,98,237,0),(52036,98,238,0),(52037,98,239,0),(52038,98,240,0),(52039,98,241,0),(52040,98,242,0),(52041,98,243,0),(52042,98,244,0),(52043,98,245,0),(52044,98,246,0),(52045,98,247,0),(52046,98,248,0),(52047,98,249,0),(52048,98,250,0),(52049,98,251,0),(52050,98,252,0),(52051,98,253,0),(52052,98,254,0),(52053,98,255,0),(52054,98,256,0),(52055,98,257,0),(52056,98,258,0),(52057,98,259,0),(52058,98,260,0),(52059,98,261,0),(52060,98,262,0),(52061,98,263,0),(52062,98,264,0),(52063,98,265,0),(52064,98,266,0),(52065,98,267,0),(52066,98,268,0),(52067,98,269,0),(52068,98,270,0),(52069,98,271,0),(52070,98,272,0),(52071,98,273,0),(52072,98,274,0),(52073,98,275,0),(52074,98,276,0),(52075,98,277,0),(52076,98,278,0),(52077,98,279,0),(52078,98,280,0),(52079,98,281,0),(52080,98,282,0),(52081,98,283,0),(52082,98,284,0),(52083,98,285,0),(52084,98,286,0),(52085,98,287,0),(52086,98,288,0),(52087,98,289,0),(52088,98,290,0),(52089,98,291,0),(52090,98,292,0),(52091,98,293,0),(52092,98,294,0),(52093,98,295,0),(52094,98,296,0),(52095,98,297,0),(52096,98,298,0),(52097,98,299,0),(52098,98,300,0),(52099,98,301,0),(52100,98,302,0),(52101,98,303,0),(52102,98,304,0),(52103,98,305,0),(52104,98,306,0),(52105,98,307,0),(52106,98,308,0),(52107,98,309,0),(52108,98,310,0),(52109,98,311,0),(52110,98,312,0),(52111,98,313,0),(52112,98,314,0),(52113,98,315,0),(52114,98,316,0),(52115,98,317,0),(52116,98,318,0),(52117,98,319,0),(52118,98,320,0),(52119,98,321,0),(52120,98,322,0),(52121,98,323,0),(52122,98,324,0),(52123,98,325,0),(52124,98,326,0),(52125,98,327,0),(52126,98,328,0),(52127,98,329,0),(52128,98,330,0),(52129,98,331,0),(52130,98,332,0),(52131,98,333,0),(52132,98,334,0),(52133,98,335,0),(52134,98,336,0),(52135,98,337,0),(52136,98,338,0),(52137,98,339,0),(52138,98,340,0),(52139,98,341,0),(52140,98,342,0),(52141,98,343,0),(52142,98,344,0),(52143,98,345,0),(52144,98,346,0),(52145,98,347,0),(52146,98,348,0),(52147,98,349,0),(52148,98,350,0),(52149,98,351,0),(52150,98,352,0),(52151,98,353,0),(52152,98,354,0),(52153,98,355,0),(52154,98,356,0),(52155,98,357,0),(52156,98,358,0),(52157,98,359,0),(52158,98,360,0),(52159,98,361,0),(52160,98,362,0),(52161,98,363,0),(52162,98,364,0),(52163,98,365,0),(52164,98,366,0),(52165,98,367,0),(52166,98,368,0),(52167,98,369,0),(52168,98,370,0),(52169,98,371,0),(52170,98,372,0),(52171,98,373,0),(52172,98,374,0),(52173,98,375,0),(52174,98,376,0),(52175,98,377,0),(52176,98,378,0),(52177,98,379,0),(52178,98,380,0),(52179,98,381,0),(52180,98,382,0),(52181,98,383,0),(52182,98,384,0),(52183,98,385,0),(52184,98,386,0),(52185,98,387,0),(52186,98,388,0),(52187,98,389,0),(52188,98,390,0),(52189,98,391,0),(52190,98,392,0),(52191,98,393,0),(52192,98,394,0),(52193,98,395,0),(52194,98,396,0),(52195,98,397,0),(52196,98,398,0),(52197,98,399,0),(52198,98,400,0),(52199,98,401,0),(52200,98,402,0),(52201,98,403,0),(52202,98,404,0),(52203,98,405,0),(52204,98,406,0),(52205,98,407,0),(52206,98,408,0),(52207,98,409,0),(52208,98,410,0),(52209,98,411,0),(52210,98,412,0),(52211,98,413,0),(52212,98,414,0),(52213,98,415,0),(52214,98,416,0),(52215,98,417,0),(52216,98,418,0),(52217,98,419,0),(52218,98,420,0),(52219,98,421,0),(52220,98,422,0),(52221,98,423,0),(52222,98,424,0),(52223,98,425,0),(52224,98,426,0),(52225,98,427,0),(52226,98,428,0),(52227,98,429,0),(52228,98,430,0),(52229,98,431,0),(52230,98,432,0),(52231,98,433,0),(52232,98,434,0),(52233,98,435,0),(52234,98,436,0),(52235,98,437,0),(52236,98,438,0),(52237,98,439,0),(52238,98,440,0),(52239,98,441,0),(52240,98,442,0),(52241,98,443,0),(52242,98,444,0),(52243,98,445,0),(52244,98,446,0),(52245,98,447,0),(52246,98,448,0),(52247,98,449,0),(52248,98,450,0),(52249,98,451,0),(52250,98,452,0.285714285714286),(52251,98,453,0.2),(52252,98,454,0.171428571428571),(52253,98,455,0.228571428571429),(52254,98,456,0.114285714285714),(52255,98,457,0),(52256,98,458,0),(52257,98,459,0),(52258,98,460,0),(52259,98,461,0),(52260,98,462,0),(52261,98,463,0),(52262,98,464,0),(52263,98,465,0),(52264,98,466,0),(52265,98,467,0),(52266,98,468,0),(52267,98,469,0),(52268,98,470,0),(52269,98,471,0),(52270,98,472,0),(52271,98,473,0),(52272,98,474,0),(52273,98,475,0),(52274,98,476,0),(52275,98,477,0),(52276,98,478,0),(52277,98,479,0),(52278,98,480,0),(52279,98,481,0),(52280,98,482,0),(52281,98,483,0),(52282,98,484,0),(52283,98,485,0),(52284,98,486,0),(52285,98,487,0),(52286,98,488,0),(52287,98,489,0),(52288,98,490,0),(52289,98,491,0),(52290,98,492,0),(52291,98,493,0),(52292,98,494,0),(52293,98,495,0),(52294,98,496,0),(52295,98,497,0),(52296,98,498,0),(52297,98,499,0),(52298,98,500,0),(52299,98,501,0),(52300,98,502,0),(52301,98,503,0),(52302,98,504,0),(52303,98,505,0),(52304,98,506,0),(52305,98,507,0),(52306,98,508,0),(52307,98,509,0),(52308,98,510,0),(52309,98,511,0),(52310,98,512,0),(52311,98,513,0),(52312,98,514,0),(52313,98,515,0),(52314,98,516,0),(52315,98,517,0),(52316,98,518,0),(52317,98,519,0),(52318,98,520,0),(52319,98,521,0),(52320,98,522,0),(52321,98,523,0),(52322,98,524,0),(52323,98,525,0),(52324,98,526,0),(52325,98,527,0),(52326,98,528,0),(52327,98,529,0),(52328,98,530,0),(52329,98,531,0),(52330,98,532,0),(52331,98,533,0),(52332,98,534,0),(52333,99,1,0),(52334,99,2,0),(52335,99,3,0),(52336,99,4,0),(52337,99,5,0),(52338,99,6,0),(52339,99,7,0),(52340,99,8,0),(52341,99,9,0),(52342,99,10,0),(52343,99,11,0),(52344,99,12,0),(52345,99,13,0),(52346,99,14,0),(52347,99,15,0),(52348,99,16,0),(52349,99,17,0),(52350,99,18,0),(52351,99,19,0),(52352,99,20,0),(52353,99,21,0),(52354,99,22,0),(52355,99,23,0),(52356,99,24,0),(52357,99,25,0),(52358,99,26,0),(52359,99,27,0),(52360,99,28,0),(52361,99,29,0),(52362,99,30,0),(52363,99,31,0),(52364,99,32,0),(52365,99,33,0),(52366,99,34,0),(52367,99,35,0),(52368,99,36,0),(52369,99,37,0),(52370,99,38,0),(52371,99,39,0),(52372,99,40,0),(52373,99,41,0),(52374,99,42,0),(52375,99,43,0),(52376,99,44,0),(52377,99,45,0),(52378,99,46,0),(52379,99,47,0),(52380,99,48,0),(52381,99,49,0),(52382,99,50,0),(52383,99,51,0),(52384,99,52,0),(52385,99,53,0),(52386,99,54,0),(52387,99,55,0),(52388,99,56,0),(52389,99,57,0),(52390,99,58,0),(52391,99,59,0),(52392,99,60,0),(52393,99,61,0),(52394,99,62,0),(52395,99,63,0),(52396,99,64,0),(52397,99,65,0),(52398,99,66,0),(52399,99,67,0),(52400,99,68,0),(52401,99,69,0),(52402,99,70,0),(52403,99,71,0),(52404,99,72,0),(52405,99,73,0),(52406,99,74,0),(52407,99,75,0),(52408,99,76,0),(52409,99,77,0),(52410,99,78,0),(52411,99,79,0),(52412,99,80,0),(52413,99,81,0),(52414,99,82,0),(52415,99,83,0),(52416,99,84,0),(52417,99,85,0),(52418,99,86,0),(52419,99,87,0),(52420,99,88,0),(52421,99,89,0),(52422,99,90,0),(52423,99,91,0),(52424,99,92,0),(52425,99,93,0),(52426,99,94,0),(52427,99,95,0),(52428,99,96,0),(52429,99,97,0),(52430,99,98,0),(52431,99,99,0),(52432,99,100,0),(52433,99,101,0),(52434,99,102,0),(52435,99,103,0),(52436,99,104,0),(52437,99,105,0),(52438,99,106,0),(52439,99,107,0),(52440,99,108,0),(52441,99,109,0),(52442,99,110,0),(52443,99,111,0),(52444,99,112,0),(52445,99,113,0),(52446,99,114,0),(52447,99,115,0),(52448,99,116,0),(52449,99,117,0),(52450,99,118,0),(52451,99,119,0),(52452,99,120,0),(52453,99,121,0),(52454,99,122,0),(52455,99,123,0),(52456,99,124,0),(52457,99,125,0),(52458,99,126,0),(52459,99,127,0),(52460,99,128,0),(52461,99,129,0),(52462,99,130,0),(52463,99,131,0),(52464,99,132,0),(52465,99,133,0),(52466,99,134,0),(52467,99,135,0),(52468,99,136,0),(52469,99,137,0),(52470,99,138,0),(52471,99,139,0),(52472,99,140,0),(52473,99,141,0),(52474,99,142,0),(52475,99,143,0),(52476,99,144,0),(52477,99,145,0),(52478,99,146,0),(52479,99,147,0),(52480,99,148,0),(52481,99,149,0),(52482,99,150,0),(52483,99,151,0),(52484,99,152,0),(52485,99,153,0),(52486,99,154,0),(52487,99,155,0),(52488,99,156,0),(52489,99,157,0),(52490,99,158,0),(52491,99,159,0),(52492,99,160,0),(52493,99,161,0),(52494,99,162,0),(52495,99,163,0),(52496,99,164,0),(52497,99,165,0),(52498,99,166,0),(52499,99,167,0),(52500,99,168,0),(52501,99,169,0),(52502,99,170,0),(52503,99,171,0),(52504,99,172,0),(52505,99,173,0),(52506,99,174,0),(52507,99,175,0),(52508,99,176,0),(52509,99,177,0),(52510,99,178,0),(52511,99,179,0),(52512,99,180,0),(52513,99,181,0),(52514,99,182,0),(52515,99,183,0),(52516,99,184,0),(52517,99,185,0),(52518,99,186,0),(52519,99,187,0),(52520,99,188,0),(52521,99,189,0),(52522,99,190,0),(52523,99,191,0),(52524,99,192,0),(52525,99,193,0),(52526,99,194,0),(52527,99,195,0),(52528,99,196,0),(52529,99,197,0),(52530,99,198,0),(52531,99,199,0),(52532,99,200,0),(52533,99,201,0),(52534,99,202,0),(52535,99,203,0),(52536,99,204,0),(52537,99,205,0),(52538,99,206,0),(52539,99,207,0),(52540,99,208,0),(52541,99,209,0),(52542,99,210,0),(52543,99,211,0),(52544,99,212,0),(52545,99,213,0),(52546,99,214,0),(52547,99,215,0),(52548,99,216,0),(52549,99,217,0),(52550,99,218,0),(52551,99,219,0),(52552,99,220,0),(52553,99,221,0),(52554,99,222,0),(52555,99,223,0),(52556,99,224,0),(52557,99,225,0),(52558,99,226,0),(52559,99,227,0),(52560,99,228,0),(52561,99,229,0),(52562,99,230,0),(52563,99,231,0),(52564,99,232,0),(52565,99,233,0),(52566,99,234,0),(52567,99,235,0),(52568,99,236,0),(52569,99,237,0),(52570,99,238,0),(52571,99,239,0),(52572,99,240,0),(52573,99,241,0),(52574,99,242,0),(52575,99,243,0),(52576,99,244,0),(52577,99,245,0),(52578,99,246,0),(52579,99,247,0),(52580,99,248,0),(52581,99,249,0),(52582,99,250,0),(52583,99,251,0),(52584,99,252,0),(52585,99,253,0),(52586,99,254,0),(52587,99,255,0),(52588,99,256,0),(52589,99,257,0),(52590,99,258,0),(52591,99,259,0),(52592,99,260,0),(52593,99,261,0),(52594,99,262,0),(52595,99,263,0),(52596,99,264,0),(52597,99,265,0),(52598,99,266,0),(52599,99,267,0),(52600,99,268,0),(52601,99,269,0),(52602,99,270,0),(52603,99,271,0),(52604,99,272,0),(52605,99,273,0),(52606,99,274,0),(52607,99,275,0),(52608,99,276,0),(52609,99,277,0),(52610,99,278,0),(52611,99,279,0),(52612,99,280,0),(52613,99,281,0),(52614,99,282,0),(52615,99,283,0),(52616,99,284,0),(52617,99,285,0),(52618,99,286,0),(52619,99,287,0),(52620,99,288,0),(52621,99,289,0),(52622,99,290,0),(52623,99,291,0),(52624,99,292,0),(52625,99,293,0),(52626,99,294,0),(52627,99,295,0),(52628,99,296,0),(52629,99,297,0),(52630,99,298,0),(52631,99,299,0),(52632,99,300,0),(52633,99,301,0),(52634,99,302,0),(52635,99,303,0),(52636,99,304,0),(52637,99,305,0),(52638,99,306,0),(52639,99,307,0),(52640,99,308,0),(52641,99,309,0),(52642,99,310,0),(52643,99,311,0),(52644,99,312,0),(52645,99,313,0),(52646,99,314,0),(52647,99,315,0),(52648,99,316,0),(52649,99,317,0),(52650,99,318,0),(52651,99,319,0),(52652,99,320,0),(52653,99,321,0),(52654,99,322,0),(52655,99,323,0),(52656,99,324,0),(52657,99,325,0),(52658,99,326,0),(52659,99,327,0),(52660,99,328,0),(52661,99,329,0),(52662,99,330,0),(52663,99,331,0),(52664,99,332,0),(52665,99,333,0),(52666,99,334,0),(52667,99,335,0),(52668,99,336,0),(52669,99,337,0),(52670,99,338,0),(52671,99,339,0),(52672,99,340,0),(52673,99,341,0),(52674,99,342,0),(52675,99,343,0),(52676,99,344,0),(52677,99,345,0),(52678,99,346,0),(52679,99,347,0),(52680,99,348,0),(52681,99,349,0),(52682,99,350,0),(52683,99,351,0),(52684,99,352,0),(52685,99,353,0),(52686,99,354,0),(52687,99,355,0),(52688,99,356,0),(52689,99,357,0),(52690,99,358,0),(52691,99,359,0),(52692,99,360,0),(52693,99,361,0),(52694,99,362,0),(52695,99,363,0),(52696,99,364,0),(52697,99,365,0),(52698,99,366,0),(52699,99,367,0),(52700,99,368,0),(52701,99,369,0),(52702,99,370,0),(52703,99,371,0),(52704,99,372,0),(52705,99,373,0),(52706,99,374,0),(52707,99,375,0),(52708,99,376,0),(52709,99,377,0),(52710,99,378,0),(52711,99,379,0),(52712,99,380,0),(52713,99,381,0),(52714,99,382,0),(52715,99,383,0),(52716,99,384,0),(52717,99,385,0),(52718,99,386,0),(52719,99,387,0),(52720,99,388,0),(52721,99,389,0),(52722,99,390,0),(52723,99,391,0),(52724,99,392,0),(52725,99,393,0),(52726,99,394,0),(52727,99,395,0),(52728,99,396,0),(52729,99,397,0),(52730,99,398,0),(52731,99,399,0),(52732,99,400,0),(52733,99,401,0),(52734,99,402,0),(52735,99,403,0),(52736,99,404,0),(52737,99,405,0),(52738,99,406,0),(52739,99,407,0),(52740,99,408,0),(52741,99,409,0),(52742,99,410,0),(52743,99,411,0),(52744,99,412,0),(52745,99,413,0),(52746,99,414,0),(52747,99,415,0),(52748,99,416,0),(52749,99,417,0),(52750,99,418,0),(52751,99,419,0),(52752,99,420,0),(52753,99,421,0),(52754,99,422,0),(52755,99,423,0),(52756,99,424,0),(52757,99,425,0),(52758,99,426,0),(52759,99,427,0),(52760,99,428,0),(52761,99,429,0),(52762,99,430,0),(52763,99,431,0),(52764,99,432,0),(52765,99,433,0),(52766,99,434,0),(52767,99,435,0),(52768,99,436,0),(52769,99,437,0),(52770,99,438,0),(52771,99,439,0),(52772,99,440,0),(52773,99,441,0),(52774,99,442,0),(52775,99,443,0),(52776,99,444,0),(52777,99,445,0),(52778,99,446,0),(52779,99,447,0),(52780,99,448,0),(52781,99,449,0),(52782,99,450,0),(52783,99,451,0),(52784,99,452,0),(52785,99,453,0),(52786,99,454,0),(52787,99,455,0),(52788,99,456,0),(52789,99,457,0.434782608695652),(52790,99,458,0.304347826086957),(52791,99,459,0.260869565217391),(52792,99,460,0),(52793,99,461,0),(52794,99,462,0),(52795,99,463,0),(52796,99,464,0),(52797,99,465,0),(52798,99,466,0),(52799,99,467,0),(52800,99,468,0),(52801,99,469,0),(52802,99,470,0),(52803,99,471,0),(52804,99,472,0),(52805,99,473,0),(52806,99,474,0),(52807,99,475,0),(52808,99,476,0),(52809,99,477,0),(52810,99,478,0),(52811,99,479,0),(52812,99,480,0),(52813,99,481,0),(52814,99,482,0),(52815,99,483,0),(52816,99,484,0),(52817,99,485,0),(52818,99,486,0),(52819,99,487,0),(52820,99,488,0),(52821,99,489,0),(52822,99,490,0),(52823,99,491,0),(52824,99,492,0),(52825,99,493,0),(52826,99,494,0),(52827,99,495,0),(52828,99,496,0),(52829,99,497,0),(52830,99,498,0),(52831,99,499,0),(52832,99,500,0),(52833,99,501,0),(52834,99,502,0),(52835,99,503,0),(52836,99,504,0),(52837,99,505,0),(52838,99,506,0),(52839,99,507,0),(52840,99,508,0),(52841,99,509,0),(52842,99,510,0),(52843,99,511,0),(52844,99,512,0),(52845,99,513,0),(52846,99,514,0),(52847,99,515,0),(52848,99,516,0),(52849,99,517,0),(52850,99,518,0),(52851,99,519,0),(52852,99,520,0),(52853,99,521,0),(52854,99,522,0),(52855,99,523,0),(52856,99,524,0),(52857,99,525,0),(52858,99,526,0),(52859,99,527,0),(52860,99,528,0),(52861,99,529,0),(52862,99,530,0),(52863,99,531,0),(52864,99,532,0),(52865,99,533,0),(52866,99,534,0),(52867,100,1,0),(52868,100,2,0),(52869,100,3,0),(52870,100,4,0),(52871,100,5,0),(52872,100,6,0),(52873,100,7,0),(52874,100,8,0),(52875,100,9,0),(52876,100,10,0),(52877,100,11,0),(52878,100,12,0),(52879,100,13,0),(52880,100,14,0),(52881,100,15,0),(52882,100,16,0),(52883,100,17,0),(52884,100,18,0),(52885,100,19,0),(52886,100,20,0),(52887,100,21,0),(52888,100,22,0),(52889,100,23,0),(52890,100,24,0),(52891,100,25,0),(52892,100,26,0),(52893,100,27,0),(52894,100,28,0),(52895,100,29,0),(52896,100,30,0),(52897,100,31,0),(52898,100,32,0),(52899,100,33,0),(52900,100,34,0),(52901,100,35,0),(52902,100,36,0),(52903,100,37,0),(52904,100,38,0),(52905,100,39,0),(52906,100,40,0),(52907,100,41,0),(52908,100,42,0),(52909,100,43,0),(52910,100,44,0),(52911,100,45,0),(52912,100,46,0),(52913,100,47,0),(52914,100,48,0),(52915,100,49,0),(52916,100,50,0),(52917,100,51,0),(52918,100,52,0),(52919,100,53,0),(52920,100,54,0),(52921,100,55,0),(52922,100,56,0),(52923,100,57,0),(52924,100,58,0),(52925,100,59,0),(52926,100,60,0),(52927,100,61,0),(52928,100,62,0),(52929,100,63,0),(52930,100,64,0),(52931,100,65,0),(52932,100,66,0),(52933,100,67,0),(52934,100,68,0),(52935,100,69,0),(52936,100,70,0),(52937,100,71,0),(52938,100,72,0),(52939,100,73,0),(52940,100,74,0),(52941,100,75,0),(52942,100,76,0),(52943,100,77,0),(52944,100,78,0),(52945,100,79,0),(52946,100,80,0),(52947,100,81,0),(52948,100,82,0),(52949,100,83,0),(52950,100,84,0),(52951,100,85,0),(52952,100,86,0),(52953,100,87,0),(52954,100,88,0),(52955,100,89,0),(52956,100,90,0),(52957,100,91,0),(52958,100,92,0),(52959,100,93,0),(52960,100,94,0),(52961,100,95,0),(52962,100,96,0),(52963,100,97,0),(52964,100,98,0),(52965,100,99,0),(52966,100,100,0),(52967,100,101,0),(52968,100,102,0),(52969,100,103,0),(52970,100,104,0),(52971,100,105,0),(52972,100,106,0),(52973,100,107,0),(52974,100,108,0),(52975,100,109,0),(52976,100,110,0),(52977,100,111,0),(52978,100,112,0),(52979,100,113,0),(52980,100,114,0),(52981,100,115,0),(52982,100,116,0),(52983,100,117,0),(52984,100,118,0),(52985,100,119,0),(52986,100,120,0),(52987,100,121,0),(52988,100,122,0),(52989,100,123,0),(52990,100,124,0),(52991,100,125,0),(52992,100,126,0),(52993,100,127,0),(52994,100,128,0),(52995,100,129,0),(52996,100,130,0),(52997,100,131,0),(52998,100,132,0),(52999,100,133,0),(53000,100,134,0),(53001,100,135,0),(53002,100,136,0),(53003,100,137,0),(53004,100,138,0),(53005,100,139,0),(53006,100,140,0),(53007,100,141,0),(53008,100,142,0),(53009,100,143,0),(53010,100,144,0),(53011,100,145,0),(53012,100,146,0),(53013,100,147,0),(53014,100,148,0),(53015,100,149,0),(53016,100,150,0),(53017,100,151,0),(53018,100,152,0),(53019,100,153,0),(53020,100,154,0),(53021,100,155,0),(53022,100,156,0),(53023,100,157,0),(53024,100,158,0),(53025,100,159,0),(53026,100,160,0),(53027,100,161,0),(53028,100,162,0),(53029,100,163,0),(53030,100,164,0),(53031,100,165,0),(53032,100,166,0),(53033,100,167,0),(53034,100,168,0),(53035,100,169,0),(53036,100,170,0),(53037,100,171,0),(53038,100,172,0),(53039,100,173,0),(53040,100,174,0),(53041,100,175,0),(53042,100,176,0),(53043,100,177,0),(53044,100,178,0),(53045,100,179,0),(53046,100,180,0),(53047,100,181,0),(53048,100,182,0),(53049,100,183,0),(53050,100,184,0),(53051,100,185,0),(53052,100,186,0),(53053,100,187,0),(53054,100,188,0),(53055,100,189,0),(53056,100,190,0),(53057,100,191,0),(53058,100,192,0),(53059,100,193,0),(53060,100,194,0),(53061,100,195,0),(53062,100,196,0),(53063,100,197,0),(53064,100,198,0),(53065,100,199,0),(53066,100,200,0),(53067,100,201,0),(53068,100,202,0),(53069,100,203,0),(53070,100,204,0),(53071,100,205,0),(53072,100,206,0),(53073,100,207,0),(53074,100,208,0),(53075,100,209,0),(53076,100,210,0),(53077,100,211,0),(53078,100,212,0),(53079,100,213,0),(53080,100,214,0),(53081,100,215,0),(53082,100,216,0),(53083,100,217,0),(53084,100,218,0),(53085,100,219,0),(53086,100,220,0),(53087,100,221,0),(53088,100,222,0),(53089,100,223,0),(53090,100,224,0),(53091,100,225,0),(53092,100,226,0),(53093,100,227,0),(53094,100,228,0),(53095,100,229,0),(53096,100,230,0),(53097,100,231,0),(53098,100,232,0),(53099,100,233,0),(53100,100,234,0),(53101,100,235,0),(53102,100,236,0),(53103,100,237,0),(53104,100,238,0),(53105,100,239,0),(53106,100,240,0),(53107,100,241,0),(53108,100,242,0),(53109,100,243,0),(53110,100,244,0),(53111,100,245,0),(53112,100,246,0),(53113,100,247,0),(53114,100,248,0),(53115,100,249,0),(53116,100,250,0),(53117,100,251,0),(53118,100,252,0),(53119,100,253,0),(53120,100,254,0),(53121,100,255,0),(53122,100,256,0),(53123,100,257,0),(53124,100,258,0),(53125,100,259,0),(53126,100,260,0),(53127,100,261,0),(53128,100,262,0),(53129,100,263,0),(53130,100,264,0),(53131,100,265,0),(53132,100,266,0),(53133,100,267,0),(53134,100,268,0),(53135,100,269,0),(53136,100,270,0),(53137,100,271,0),(53138,100,272,0),(53139,100,273,0),(53140,100,274,0),(53141,100,275,0),(53142,100,276,0),(53143,100,277,0),(53144,100,278,0),(53145,100,279,0),(53146,100,280,0),(53147,100,281,0),(53148,100,282,0),(53149,100,283,0),(53150,100,284,0),(53151,100,285,0),(53152,100,286,0),(53153,100,287,0),(53154,100,288,0),(53155,100,289,0),(53156,100,290,0),(53157,100,291,0),(53158,100,292,0),(53159,100,293,0),(53160,100,294,0),(53161,100,295,0),(53162,100,296,0),(53163,100,297,0),(53164,100,298,0),(53165,100,299,0),(53166,100,300,0),(53167,100,301,0),(53168,100,302,0),(53169,100,303,0),(53170,100,304,0),(53171,100,305,0),(53172,100,306,0),(53173,100,307,0),(53174,100,308,0),(53175,100,309,0),(53176,100,310,0),(53177,100,311,0),(53178,100,312,0),(53179,100,313,0),(53180,100,314,0),(53181,100,315,0),(53182,100,316,0),(53183,100,317,0),(53184,100,318,0),(53185,100,319,0),(53186,100,320,0),(53187,100,321,0),(53188,100,322,0),(53189,100,323,0),(53190,100,324,0),(53191,100,325,0),(53192,100,326,0),(53193,100,327,0),(53194,100,328,0),(53195,100,329,0),(53196,100,330,0),(53197,100,331,0),(53198,100,332,0),(53199,100,333,0),(53200,100,334,0),(53201,100,335,0),(53202,100,336,0),(53203,100,337,0),(53204,100,338,0),(53205,100,339,0),(53206,100,340,0),(53207,100,341,0),(53208,100,342,0),(53209,100,343,0),(53210,100,344,0),(53211,100,345,0),(53212,100,346,0),(53213,100,347,0),(53214,100,348,0),(53215,100,349,0),(53216,100,350,0),(53217,100,351,0),(53218,100,352,0),(53219,100,353,0),(53220,100,354,0),(53221,100,355,0),(53222,100,356,0),(53223,100,357,0),(53224,100,358,0),(53225,100,359,0),(53226,100,360,0),(53227,100,361,0),(53228,100,362,0),(53229,100,363,0),(53230,100,364,0),(53231,100,365,0),(53232,100,366,0),(53233,100,367,0),(53234,100,368,0),(53235,100,369,0),(53236,100,370,0),(53237,100,371,0),(53238,100,372,0),(53239,100,373,0),(53240,100,374,0),(53241,100,375,0),(53242,100,376,0),(53243,100,377,0),(53244,100,378,0),(53245,100,379,0),(53246,100,380,0),(53247,100,381,0),(53248,100,382,0),(53249,100,383,0),(53250,100,384,0),(53251,100,385,0),(53252,100,386,0),(53253,100,387,0),(53254,100,388,0),(53255,100,389,0),(53256,100,390,0),(53257,100,391,0),(53258,100,392,0),(53259,100,393,0),(53260,100,394,0),(53261,100,395,0),(53262,100,396,0),(53263,100,397,0),(53264,100,398,0),(53265,100,399,0),(53266,100,400,0),(53267,100,401,0),(53268,100,402,0),(53269,100,403,0),(53270,100,404,0),(53271,100,405,0),(53272,100,406,0),(53273,100,407,0),(53274,100,408,0),(53275,100,409,0),(53276,100,410,0),(53277,100,411,0),(53278,100,412,0),(53279,100,413,0),(53280,100,414,0),(53281,100,415,0),(53282,100,416,0),(53283,100,417,0),(53284,100,418,0),(53285,100,419,0),(53286,100,420,0),(53287,100,421,0),(53288,100,422,0),(53289,100,423,0),(53290,100,424,0),(53291,100,425,0),(53292,100,426,0),(53293,100,427,0),(53294,100,428,0),(53295,100,429,0),(53296,100,430,0),(53297,100,431,0),(53298,100,432,0),(53299,100,433,0),(53300,100,434,0),(53301,100,435,0),(53302,100,436,0),(53303,100,437,0),(53304,100,438,0),(53305,100,439,0),(53306,100,440,0),(53307,100,441,0),(53308,100,442,0),(53309,100,443,0),(53310,100,444,0),(53311,100,445,0),(53312,100,446,0),(53313,100,447,0),(53314,100,448,0),(53315,100,449,0),(53316,100,450,0),(53317,100,451,0),(53318,100,452,0),(53319,100,453,0),(53320,100,454,0),(53321,100,455,0),(53322,100,456,0),(53323,100,457,0),(53324,100,458,0),(53325,100,459,0),(53326,100,460,0.454545454545455),(53327,100,461,0.318181818181818),(53328,100,462,0.227272727272727),(53329,100,463,0),(53330,100,464,0),(53331,100,465,0),(53332,100,466,0),(53333,100,467,0),(53334,100,468,0),(53335,100,469,0),(53336,100,470,0),(53337,100,471,0),(53338,100,472,0),(53339,100,473,0),(53340,100,474,0),(53341,100,475,0),(53342,100,476,0),(53343,100,477,0),(53344,100,478,0),(53345,100,479,0),(53346,100,480,0),(53347,100,481,0),(53348,100,482,0),(53349,100,483,0),(53350,100,484,0),(53351,100,485,0),(53352,100,486,0),(53353,100,487,0),(53354,100,488,0),(53355,100,489,0),(53356,100,490,0),(53357,100,491,0),(53358,100,492,0),(53359,100,493,0),(53360,100,494,0),(53361,100,495,0),(53362,100,496,0),(53363,100,497,0),(53364,100,498,0),(53365,100,499,0),(53366,100,500,0),(53367,100,501,0),(53368,100,502,0),(53369,100,503,0),(53370,100,504,0),(53371,100,505,0),(53372,100,506,0),(53373,100,507,0),(53374,100,508,0),(53375,100,509,0),(53376,100,510,0),(53377,100,511,0),(53378,100,512,0),(53379,100,513,0),(53380,100,514,0),(53381,100,515,0),(53382,100,516,0),(53383,100,517,0),(53384,100,518,0),(53385,100,519,0),(53386,100,520,0),(53387,100,521,0),(53388,100,522,0),(53389,100,523,0),(53390,100,524,0),(53391,100,525,0),(53392,100,526,0),(53393,100,527,0),(53394,100,528,0),(53395,100,529,0),(53396,100,530,0),(53397,100,531,0),(53398,100,532,0),(53399,100,533,0),(53400,100,534,0),(53401,101,1,0),(53402,101,2,0),(53403,101,3,0),(53404,101,4,0),(53405,101,5,0),(53406,101,6,0),(53407,101,7,0),(53408,101,8,0),(53409,101,9,0),(53410,101,10,0),(53411,101,11,0),(53412,101,12,0),(53413,101,13,0),(53414,101,14,0),(53415,101,15,0),(53416,101,16,0),(53417,101,17,0),(53418,101,18,0),(53419,101,19,0),(53420,101,20,0),(53421,101,21,0),(53422,101,22,0),(53423,101,23,0),(53424,101,24,0),(53425,101,25,0),(53426,101,26,0),(53427,101,27,0),(53428,101,28,0),(53429,101,29,0),(53430,101,30,0),(53431,101,31,0),(53432,101,32,0),(53433,101,33,0),(53434,101,34,0),(53435,101,35,0),(53436,101,36,0),(53437,101,37,0),(53438,101,38,0),(53439,101,39,0),(53440,101,40,0),(53441,101,41,0),(53442,101,42,0),(53443,101,43,0),(53444,101,44,0),(53445,101,45,0),(53446,101,46,0),(53447,101,47,0),(53448,101,48,0),(53449,101,49,0),(53450,101,50,0),(53451,101,51,0),(53452,101,52,0),(53453,101,53,0),(53454,101,54,0),(53455,101,55,0),(53456,101,56,0),(53457,101,57,0),(53458,101,58,0),(53459,101,59,0),(53460,101,60,0),(53461,101,61,0),(53462,101,62,0),(53463,101,63,0),(53464,101,64,0),(53465,101,65,0),(53466,101,66,0),(53467,101,67,0),(53468,101,68,0),(53469,101,69,0),(53470,101,70,0),(53471,101,71,0),(53472,101,72,0),(53473,101,73,0),(53474,101,74,0),(53475,101,75,0),(53476,101,76,0),(53477,101,77,0),(53478,101,78,0),(53479,101,79,0),(53480,101,80,0),(53481,101,81,0),(53482,101,82,0),(53483,101,83,0),(53484,101,84,0),(53485,101,85,0),(53486,101,86,0),(53487,101,87,0),(53488,101,88,0),(53489,101,89,0),(53490,101,90,0),(53491,101,91,0),(53492,101,92,0),(53493,101,93,0),(53494,101,94,0),(53495,101,95,0),(53496,101,96,0),(53497,101,97,0),(53498,101,98,0),(53499,101,99,0),(53500,101,100,0),(53501,101,101,0),(53502,101,102,0),(53503,101,103,0),(53504,101,104,0),(53505,101,105,0),(53506,101,106,0),(53507,101,107,0),(53508,101,108,0),(53509,101,109,0),(53510,101,110,0),(53511,101,111,0),(53512,101,112,0),(53513,101,113,0),(53514,101,114,0),(53515,101,115,0),(53516,101,116,0),(53517,101,117,0),(53518,101,118,0),(53519,101,119,0),(53520,101,120,0),(53521,101,121,0),(53522,101,122,0),(53523,101,123,0),(53524,101,124,0),(53525,101,125,0),(53526,101,126,0),(53527,101,127,0),(53528,101,128,0),(53529,101,129,0),(53530,101,130,0),(53531,101,131,0),(53532,101,132,0),(53533,101,133,0),(53534,101,134,0),(53535,101,135,0),(53536,101,136,0),(53537,101,137,0),(53538,101,138,0),(53539,101,139,0),(53540,101,140,0),(53541,101,141,0),(53542,101,142,0),(53543,101,143,0),(53544,101,144,0),(53545,101,145,0),(53546,101,146,0),(53547,101,147,0),(53548,101,148,0),(53549,101,149,0),(53550,101,150,0),(53551,101,151,0),(53552,101,152,0),(53553,101,153,0),(53554,101,154,0),(53555,101,155,0),(53556,101,156,0),(53557,101,157,0),(53558,101,158,0),(53559,101,159,0),(53560,101,160,0),(53561,101,161,0),(53562,101,162,0),(53563,101,163,0),(53564,101,164,0),(53565,101,165,0),(53566,101,166,0),(53567,101,167,0),(53568,101,168,0),(53569,101,169,0),(53570,101,170,0),(53571,101,171,0),(53572,101,172,0),(53573,101,173,0),(53574,101,174,0),(53575,101,175,0),(53576,101,176,0),(53577,101,177,0),(53578,101,178,0),(53579,101,179,0),(53580,101,180,0),(53581,101,181,0),(53582,101,182,0),(53583,101,183,0),(53584,101,184,0),(53585,101,185,0),(53586,101,186,0),(53587,101,187,0),(53588,101,188,0),(53589,101,189,0),(53590,101,190,0),(53591,101,191,0),(53592,101,192,0),(53593,101,193,0),(53594,101,194,0),(53595,101,195,0),(53596,101,196,0),(53597,101,197,0),(53598,101,198,0),(53599,101,199,0),(53600,101,200,0),(53601,101,201,0),(53602,101,202,0),(53603,101,203,0),(53604,101,204,0),(53605,101,205,0),(53606,101,206,0),(53607,101,207,0),(53608,101,208,0),(53609,101,209,0),(53610,101,210,0),(53611,101,211,0),(53612,101,212,0),(53613,101,213,0),(53614,101,214,0),(53615,101,215,0),(53616,101,216,0),(53617,101,217,0),(53618,101,218,0),(53619,101,219,0),(53620,101,220,0),(53621,101,221,0),(53622,101,222,0),(53623,101,223,0),(53624,101,224,0),(53625,101,225,0),(53626,101,226,0),(53627,101,227,0),(53628,101,228,0),(53629,101,229,0),(53630,101,230,0),(53631,101,231,0),(53632,101,232,0),(53633,101,233,0),(53634,101,234,0),(53635,101,235,0),(53636,101,236,0),(53637,101,237,0),(53638,101,238,0),(53639,101,239,0),(53640,101,240,0),(53641,101,241,0),(53642,101,242,0),(53643,101,243,0),(53644,101,244,0),(53645,101,245,0),(53646,101,246,0),(53647,101,247,0),(53648,101,248,0),(53649,101,249,0),(53650,101,250,0),(53651,101,251,0),(53652,101,252,0),(53653,101,253,0),(53654,101,254,0),(53655,101,255,0),(53656,101,256,0),(53657,101,257,0),(53658,101,258,0),(53659,101,259,0),(53660,101,260,0),(53661,101,261,0),(53662,101,262,0),(53663,101,263,0),(53664,101,264,0),(53665,101,265,0),(53666,101,266,0),(53667,101,267,0),(53668,101,268,0),(53669,101,269,0),(53670,101,270,0),(53671,101,271,0),(53672,101,272,0),(53673,101,273,0),(53674,101,274,0),(53675,101,275,0),(53676,101,276,0),(53677,101,277,0),(53678,101,278,0),(53679,101,279,0),(53680,101,280,0),(53681,101,281,0),(53682,101,282,0),(53683,101,283,0),(53684,101,284,0),(53685,101,285,0),(53686,101,286,0),(53687,101,287,0),(53688,101,288,0),(53689,101,289,0),(53690,101,290,0),(53691,101,291,0),(53692,101,292,0),(53693,101,293,0),(53694,101,294,0),(53695,101,295,0),(53696,101,296,0),(53697,101,297,0),(53698,101,298,0),(53699,101,299,0),(53700,101,300,0),(53701,101,301,0),(53702,101,302,0),(53703,101,303,0),(53704,101,304,0),(53705,101,305,0),(53706,101,306,0),(53707,101,307,0),(53708,101,308,0),(53709,101,309,0),(53710,101,310,0),(53711,101,311,0),(53712,101,312,0),(53713,101,313,0),(53714,101,314,0),(53715,101,315,0),(53716,101,316,0),(53717,101,317,0),(53718,101,318,0),(53719,101,319,0),(53720,101,320,0),(53721,101,321,0),(53722,101,322,0),(53723,101,323,0),(53724,101,324,0),(53725,101,325,0),(53726,101,326,0),(53727,101,327,0),(53728,101,328,0),(53729,101,329,0),(53730,101,330,0),(53731,101,331,0),(53732,101,332,0),(53733,101,333,0),(53734,101,334,0),(53735,101,335,0),(53736,101,336,0),(53737,101,337,0),(53738,101,338,0),(53739,101,339,0),(53740,101,340,0),(53741,101,341,0),(53742,101,342,0),(53743,101,343,0),(53744,101,344,0),(53745,101,345,0),(53746,101,346,0),(53747,101,347,0),(53748,101,348,0),(53749,101,349,0),(53750,101,350,0),(53751,101,351,0),(53752,101,352,0),(53753,101,353,0),(53754,101,354,0),(53755,101,355,0),(53756,101,356,0),(53757,101,357,0),(53758,101,358,0),(53759,101,359,0),(53760,101,360,0),(53761,101,361,0),(53762,101,362,0),(53763,101,363,0),(53764,101,364,0),(53765,101,365,0),(53766,101,366,0),(53767,101,367,0),(53768,101,368,0),(53769,101,369,0),(53770,101,370,0),(53771,101,371,0),(53772,101,372,0),(53773,101,373,0),(53774,101,374,0),(53775,101,375,0),(53776,101,376,0),(53777,101,377,0),(53778,101,378,0),(53779,101,379,0),(53780,101,380,0),(53781,101,381,0),(53782,101,382,0),(53783,101,383,0),(53784,101,384,0),(53785,101,385,0),(53786,101,386,0),(53787,101,387,0),(53788,101,388,0),(53789,101,389,0),(53790,101,390,0),(53791,101,391,0),(53792,101,392,0),(53793,101,393,0),(53794,101,394,0),(53795,101,395,0),(53796,101,396,0),(53797,101,397,0),(53798,101,398,0),(53799,101,399,0),(53800,101,400,0),(53801,101,401,0),(53802,101,402,0),(53803,101,403,0),(53804,101,404,0),(53805,101,405,0),(53806,101,406,0),(53807,101,407,0),(53808,101,408,0),(53809,101,409,0),(53810,101,410,0),(53811,101,411,0),(53812,101,412,0),(53813,101,413,0),(53814,101,414,0),(53815,101,415,0),(53816,101,416,0),(53817,101,417,0),(53818,101,418,0),(53819,101,419,0),(53820,101,420,0),(53821,101,421,0),(53822,101,422,0),(53823,101,423,0),(53824,101,424,0),(53825,101,425,0),(53826,101,426,0),(53827,101,427,0),(53828,101,428,0),(53829,101,429,0),(53830,101,430,0),(53831,101,431,0),(53832,101,432,0),(53833,101,433,0),(53834,101,434,0),(53835,101,435,0),(53836,101,436,0),(53837,101,437,0),(53838,101,438,0),(53839,101,439,0),(53840,101,440,0),(53841,101,441,0),(53842,101,442,0),(53843,101,443,0),(53844,101,444,0),(53845,101,445,0),(53846,101,446,0),(53847,101,447,0),(53848,101,448,0),(53849,101,449,0),(53850,101,450,0),(53851,101,451,0),(53852,101,452,0),(53853,101,453,0),(53854,101,454,0),(53855,101,455,0),(53856,101,456,0),(53857,101,457,0),(53858,101,458,0),(53859,101,459,0),(53860,101,460,0),(53861,101,461,0),(53862,101,462,0),(53863,101,463,0.357142857142857),(53864,101,464,0.214285714285714),(53865,101,465,0.25),(53866,101,466,0.178571428571429),(53867,101,467,0),(53868,101,468,0),(53869,101,469,0),(53870,101,470,0),(53871,101,471,0),(53872,101,472,0),(53873,101,473,0),(53874,101,474,0),(53875,101,475,0),(53876,101,476,0),(53877,101,477,0),(53878,101,478,0),(53879,101,479,0),(53880,101,480,0),(53881,101,481,0),(53882,101,482,0),(53883,101,483,0),(53884,101,484,0),(53885,101,485,0),(53886,101,486,0),(53887,101,487,0),(53888,101,488,0),(53889,101,489,0),(53890,101,490,0),(53891,101,491,0),(53892,101,492,0),(53893,101,493,0),(53894,101,494,0),(53895,101,495,0),(53896,101,496,0),(53897,101,497,0),(53898,101,498,0),(53899,101,499,0),(53900,101,500,0),(53901,101,501,0),(53902,101,502,0),(53903,101,503,0),(53904,101,504,0),(53905,101,505,0),(53906,101,506,0),(53907,101,507,0),(53908,101,508,0),(53909,101,509,0),(53910,101,510,0),(53911,101,511,0),(53912,101,512,0),(53913,101,513,0),(53914,101,514,0),(53915,101,515,0),(53916,101,516,0),(53917,101,517,0),(53918,101,518,0),(53919,101,519,0),(53920,101,520,0),(53921,101,521,0),(53922,101,522,0),(53923,101,523,0),(53924,101,524,0),(53925,101,525,0),(53926,101,526,0),(53927,101,527,0),(53928,101,528,0),(53929,101,529,0),(53930,101,530,0),(53931,101,531,0),(53932,101,532,0),(53933,101,533,0),(53934,101,534,0),(53935,102,1,0),(53936,102,2,0),(53937,102,3,0),(53938,102,4,0),(53939,102,5,0),(53940,102,6,0),(53941,102,7,0),(53942,102,8,0),(53943,102,9,0),(53944,102,10,0),(53945,102,11,0),(53946,102,12,0),(53947,102,13,0),(53948,102,14,0),(53949,102,15,0),(53950,102,16,0),(53951,102,17,0),(53952,102,18,0),(53953,102,19,0),(53954,102,20,0),(53955,102,21,0),(53956,102,22,0),(53957,102,23,0),(53958,102,24,0),(53959,102,25,0),(53960,102,26,0),(53961,102,27,0),(53962,102,28,0),(53963,102,29,0),(53964,102,30,0),(53965,102,31,0),(53966,102,32,0),(53967,102,33,0),(53968,102,34,0),(53969,102,35,0),(53970,102,36,0),(53971,102,37,0),(53972,102,38,0),(53973,102,39,0),(53974,102,40,0),(53975,102,41,0),(53976,102,42,0),(53977,102,43,0),(53978,102,44,0),(53979,102,45,0),(53980,102,46,0),(53981,102,47,0),(53982,102,48,0),(53983,102,49,0),(53984,102,50,0),(53985,102,51,0),(53986,102,52,0),(53987,102,53,0),(53988,102,54,0),(53989,102,55,0),(53990,102,56,0),(53991,102,57,0),(53992,102,58,0),(53993,102,59,0),(53994,102,60,0),(53995,102,61,0),(53996,102,62,0),(53997,102,63,0),(53998,102,64,0),(53999,102,65,0),(54000,102,66,0),(54001,102,67,0),(54002,102,68,0),(54003,102,69,0),(54004,102,70,0),(54005,102,71,0),(54006,102,72,0),(54007,102,73,0),(54008,102,74,0),(54009,102,75,0),(54010,102,76,0),(54011,102,77,0),(54012,102,78,0),(54013,102,79,0),(54014,102,80,0),(54015,102,81,0),(54016,102,82,0),(54017,102,83,0),(54018,102,84,0),(54019,102,85,0),(54020,102,86,0),(54021,102,87,0),(54022,102,88,0),(54023,102,89,0),(54024,102,90,0),(54025,102,91,0),(54026,102,92,0),(54027,102,93,0),(54028,102,94,0),(54029,102,95,0),(54030,102,96,0),(54031,102,97,0),(54032,102,98,0),(54033,102,99,0),(54034,102,100,0),(54035,102,101,0),(54036,102,102,0),(54037,102,103,0),(54038,102,104,0),(54039,102,105,0),(54040,102,106,0),(54041,102,107,0),(54042,102,108,0),(54043,102,109,0),(54044,102,110,0),(54045,102,111,0),(54046,102,112,0),(54047,102,113,0),(54048,102,114,0),(54049,102,115,0),(54050,102,116,0),(54051,102,117,0),(54052,102,118,0),(54053,102,119,0),(54054,102,120,0),(54055,102,121,0),(54056,102,122,0),(54057,102,123,0),(54058,102,124,0),(54059,102,125,0),(54060,102,126,0),(54061,102,127,0),(54062,102,128,0),(54063,102,129,0),(54064,102,130,0),(54065,102,131,0),(54066,102,132,0),(54067,102,133,0),(54068,102,134,0),(54069,102,135,0),(54070,102,136,0),(54071,102,137,0),(54072,102,138,0),(54073,102,139,0),(54074,102,140,0),(54075,102,141,0),(54076,102,142,0),(54077,102,143,0),(54078,102,144,0),(54079,102,145,0),(54080,102,146,0),(54081,102,147,0),(54082,102,148,0),(54083,102,149,0),(54084,102,150,0),(54085,102,151,0),(54086,102,152,0),(54087,102,153,0),(54088,102,154,0),(54089,102,155,0),(54090,102,156,0),(54091,102,157,0),(54092,102,158,0),(54093,102,159,0),(54094,102,160,0),(54095,102,161,0),(54096,102,162,0),(54097,102,163,0),(54098,102,164,0),(54099,102,165,0),(54100,102,166,0),(54101,102,167,0),(54102,102,168,0),(54103,102,169,0),(54104,102,170,0),(54105,102,171,0),(54106,102,172,0),(54107,102,173,0),(54108,102,174,0),(54109,102,175,0),(54110,102,176,0),(54111,102,177,0),(54112,102,178,0),(54113,102,179,0),(54114,102,180,0),(54115,102,181,0),(54116,102,182,0),(54117,102,183,0),(54118,102,184,0),(54119,102,185,0),(54120,102,186,0),(54121,102,187,0),(54122,102,188,0),(54123,102,189,0),(54124,102,190,0),(54125,102,191,0),(54126,102,192,0),(54127,102,193,0),(54128,102,194,0),(54129,102,195,0),(54130,102,196,0),(54131,102,197,0),(54132,102,198,0),(54133,102,199,0),(54134,102,200,0),(54135,102,201,0),(54136,102,202,0),(54137,102,203,0),(54138,102,204,0),(54139,102,205,0),(54140,102,206,0),(54141,102,207,0),(54142,102,208,0),(54143,102,209,0),(54144,102,210,0),(54145,102,211,0),(54146,102,212,0),(54147,102,213,0),(54148,102,214,0),(54149,102,215,0),(54150,102,216,0),(54151,102,217,0),(54152,102,218,0),(54153,102,219,0),(54154,102,220,0),(54155,102,221,0),(54156,102,222,0),(54157,102,223,0),(54158,102,224,0),(54159,102,225,0),(54160,102,226,0),(54161,102,227,0),(54162,102,228,0),(54163,102,229,0),(54164,102,230,0),(54165,102,231,0),(54166,102,232,0),(54167,102,233,0),(54168,102,234,0),(54169,102,235,0),(54170,102,236,0),(54171,102,237,0),(54172,102,238,0),(54173,102,239,0),(54174,102,240,0),(54175,102,241,0),(54176,102,242,0),(54177,102,243,0),(54178,102,244,0),(54179,102,245,0),(54180,102,246,0),(54181,102,247,0),(54182,102,248,0),(54183,102,249,0),(54184,102,250,0),(54185,102,251,0),(54186,102,252,0),(54187,102,253,0),(54188,102,254,0),(54189,102,255,0),(54190,102,256,0),(54191,102,257,0),(54192,102,258,0),(54193,102,259,0),(54194,102,260,0),(54195,102,261,0),(54196,102,262,0),(54197,102,263,0),(54198,102,264,0),(54199,102,265,0),(54200,102,266,0),(54201,102,267,0),(54202,102,268,0),(54203,102,269,0),(54204,102,270,0),(54205,102,271,0),(54206,102,272,0),(54207,102,273,0),(54208,102,274,0),(54209,102,275,0),(54210,102,276,0),(54211,102,277,0),(54212,102,278,0),(54213,102,279,0),(54214,102,280,0),(54215,102,281,0),(54216,102,282,0),(54217,102,283,0),(54218,102,284,0),(54219,102,285,0),(54220,102,286,0),(54221,102,287,0),(54222,102,288,0),(54223,102,289,0),(54224,102,290,0),(54225,102,291,0),(54226,102,292,0),(54227,102,293,0),(54228,102,294,0),(54229,102,295,0),(54230,102,296,0),(54231,102,297,0),(54232,102,298,0),(54233,102,299,0),(54234,102,300,0),(54235,102,301,0),(54236,102,302,0),(54237,102,303,0),(54238,102,304,0),(54239,102,305,0),(54240,102,306,0),(54241,102,307,0),(54242,102,308,0),(54243,102,309,0),(54244,102,310,0),(54245,102,311,0),(54246,102,312,0),(54247,102,313,0),(54248,102,314,0),(54249,102,315,0),(54250,102,316,0),(54251,102,317,0),(54252,102,318,0),(54253,102,319,0),(54254,102,320,0),(54255,102,321,0),(54256,102,322,0),(54257,102,323,0),(54258,102,324,0),(54259,102,325,0),(54260,102,326,0),(54261,102,327,0),(54262,102,328,0),(54263,102,329,0),(54264,102,330,0),(54265,102,331,0),(54266,102,332,0),(54267,102,333,0),(54268,102,334,0),(54269,102,335,0),(54270,102,336,0),(54271,102,337,0),(54272,102,338,0),(54273,102,339,0),(54274,102,340,0),(54275,102,341,0),(54276,102,342,0),(54277,102,343,0),(54278,102,344,0),(54279,102,345,0),(54280,102,346,0),(54281,102,347,0),(54282,102,348,0),(54283,102,349,0),(54284,102,350,0),(54285,102,351,0),(54286,102,352,0),(54287,102,353,0),(54288,102,354,0),(54289,102,355,0),(54290,102,356,0),(54291,102,357,0),(54292,102,358,0),(54293,102,359,0),(54294,102,360,0),(54295,102,361,0),(54296,102,362,0),(54297,102,363,0),(54298,102,364,0),(54299,102,365,0),(54300,102,366,0),(54301,102,367,0),(54302,102,368,0),(54303,102,369,0),(54304,102,370,0),(54305,102,371,0),(54306,102,372,0),(54307,102,373,0),(54308,102,374,0),(54309,102,375,0),(54310,102,376,0),(54311,102,377,0),(54312,102,378,0),(54313,102,379,0),(54314,102,380,0),(54315,102,381,0),(54316,102,382,0),(54317,102,383,0),(54318,102,384,0),(54319,102,385,0),(54320,102,386,0),(54321,102,387,0),(54322,102,388,0),(54323,102,389,0),(54324,102,390,0),(54325,102,391,0),(54326,102,392,0),(54327,102,393,0),(54328,102,394,0),(54329,102,395,0),(54330,102,396,0),(54331,102,397,0),(54332,102,398,0),(54333,102,399,0),(54334,102,400,0),(54335,102,401,0),(54336,102,402,0),(54337,102,403,0),(54338,102,404,0),(54339,102,405,0),(54340,102,406,0),(54341,102,407,0),(54342,102,408,0),(54343,102,409,0),(54344,102,410,0),(54345,102,411,0),(54346,102,412,0),(54347,102,413,0),(54348,102,414,0),(54349,102,415,0),(54350,102,416,0),(54351,102,417,0),(54352,102,418,0),(54353,102,419,0),(54354,102,420,0),(54355,102,421,0),(54356,102,422,0),(54357,102,423,0),(54358,102,424,0),(54359,102,425,0),(54360,102,426,0),(54361,102,427,0),(54362,102,428,0),(54363,102,429,0),(54364,102,430,0),(54365,102,431,0),(54366,102,432,0),(54367,102,433,0),(54368,102,434,0),(54369,102,435,0),(54370,102,436,0),(54371,102,437,0),(54372,102,438,0),(54373,102,439,0),(54374,102,440,0),(54375,102,441,0),(54376,102,442,0),(54377,102,443,0),(54378,102,444,0),(54379,102,445,0),(54380,102,446,0),(54381,102,447,0),(54382,102,448,0),(54383,102,449,0),(54384,102,450,0),(54385,102,451,0),(54386,102,452,0),(54387,102,453,0),(54388,102,454,0),(54389,102,455,0),(54390,102,456,0),(54391,102,457,0),(54392,102,458,0),(54393,102,459,0),(54394,102,460,0),(54395,102,461,0),(54396,102,462,0),(54397,102,463,0),(54398,102,464,0),(54399,102,465,0),(54400,102,466,0),(54401,102,467,0.37037037037037),(54402,102,468,0.259259259259259),(54403,102,469,0.222222222222222),(54404,102,470,0.148148148148148),(54405,102,471,0),(54406,102,472,0),(54407,102,473,0),(54408,102,474,0),(54409,102,475,0),(54410,102,476,0),(54411,102,477,0),(54412,102,478,0),(54413,102,479,0),(54414,102,480,0),(54415,102,481,0),(54416,102,482,0),(54417,102,483,0),(54418,102,484,0),(54419,102,485,0),(54420,102,486,0),(54421,102,487,0),(54422,102,488,0),(54423,102,489,0),(54424,102,490,0),(54425,102,491,0),(54426,102,492,0),(54427,102,493,0),(54428,102,494,0),(54429,102,495,0),(54430,102,496,0),(54431,102,497,0),(54432,102,498,0),(54433,102,499,0),(54434,102,500,0),(54435,102,501,0),(54436,102,502,0),(54437,102,503,0),(54438,102,504,0),(54439,102,505,0),(54440,102,506,0),(54441,102,507,0),(54442,102,508,0),(54443,102,509,0),(54444,102,510,0),(54445,102,511,0),(54446,102,512,0),(54447,102,513,0),(54448,102,514,0),(54449,102,515,0),(54450,102,516,0),(54451,102,517,0),(54452,102,518,0),(54453,102,519,0),(54454,102,520,0),(54455,102,521,0),(54456,102,522,0),(54457,102,523,0),(54458,102,524,0),(54459,102,525,0),(54460,102,526,0),(54461,102,527,0),(54462,102,528,0),(54463,102,529,0),(54464,102,530,0),(54465,102,531,0),(54466,102,532,0),(54467,102,533,0),(54468,102,534,0),(54469,103,1,0),(54470,103,2,0),(54471,103,3,0),(54472,103,4,0),(54473,103,5,0),(54474,103,6,0),(54475,103,7,0),(54476,103,8,0),(54477,103,9,0),(54478,103,10,0),(54479,103,11,0),(54480,103,12,0),(54481,103,13,0),(54482,103,14,0),(54483,103,15,0),(54484,103,16,0),(54485,103,17,0),(54486,103,18,0),(54487,103,19,0),(54488,103,20,0),(54489,103,21,0),(54490,103,22,0),(54491,103,23,0),(54492,103,24,0),(54493,103,25,0),(54494,103,26,0),(54495,103,27,0),(54496,103,28,0),(54497,103,29,0),(54498,103,30,0),(54499,103,31,0),(54500,103,32,0),(54501,103,33,0),(54502,103,34,0),(54503,103,35,0),(54504,103,36,0),(54505,103,37,0),(54506,103,38,0),(54507,103,39,0),(54508,103,40,0),(54509,103,41,0),(54510,103,42,0),(54511,103,43,0),(54512,103,44,0),(54513,103,45,0),(54514,103,46,0),(54515,103,47,0),(54516,103,48,0),(54517,103,49,0),(54518,103,50,0),(54519,103,51,0),(54520,103,52,0),(54521,103,53,0),(54522,103,54,0),(54523,103,55,0),(54524,103,56,0),(54525,103,57,0),(54526,103,58,0),(54527,103,59,0),(54528,103,60,0),(54529,103,61,0),(54530,103,62,0),(54531,103,63,0),(54532,103,64,0),(54533,103,65,0),(54534,103,66,0),(54535,103,67,0),(54536,103,68,0),(54537,103,69,0),(54538,103,70,0),(54539,103,71,0),(54540,103,72,0),(54541,103,73,0),(54542,103,74,0),(54543,103,75,0),(54544,103,76,0),(54545,103,77,0),(54546,103,78,0),(54547,103,79,0),(54548,103,80,0),(54549,103,81,0),(54550,103,82,0),(54551,103,83,0),(54552,103,84,0),(54553,103,85,0),(54554,103,86,0),(54555,103,87,0),(54556,103,88,0),(54557,103,89,0),(54558,103,90,0),(54559,103,91,0),(54560,103,92,0),(54561,103,93,0),(54562,103,94,0),(54563,103,95,0),(54564,103,96,0),(54565,103,97,0),(54566,103,98,0),(54567,103,99,0),(54568,103,100,0),(54569,103,101,0),(54570,103,102,0),(54571,103,103,0),(54572,103,104,0),(54573,103,105,0),(54574,103,106,0),(54575,103,107,0),(54576,103,108,0),(54577,103,109,0),(54578,103,110,0),(54579,103,111,0),(54580,103,112,0),(54581,103,113,0),(54582,103,114,0),(54583,103,115,0),(54584,103,116,0),(54585,103,117,0),(54586,103,118,0),(54587,103,119,0),(54588,103,120,0),(54589,103,121,0),(54590,103,122,0),(54591,103,123,0),(54592,103,124,0),(54593,103,125,0),(54594,103,126,0),(54595,103,127,0),(54596,103,128,0),(54597,103,129,0),(54598,103,130,0),(54599,103,131,0),(54600,103,132,0),(54601,103,133,0),(54602,103,134,0),(54603,103,135,0),(54604,103,136,0),(54605,103,137,0),(54606,103,138,0),(54607,103,139,0),(54608,103,140,0),(54609,103,141,0),(54610,103,142,0),(54611,103,143,0),(54612,103,144,0),(54613,103,145,0),(54614,103,146,0),(54615,103,147,0),(54616,103,148,0),(54617,103,149,0),(54618,103,150,0),(54619,103,151,0),(54620,103,152,0),(54621,103,153,0),(54622,103,154,0),(54623,103,155,0),(54624,103,156,0),(54625,103,157,0),(54626,103,158,0),(54627,103,159,0),(54628,103,160,0),(54629,103,161,0),(54630,103,162,0),(54631,103,163,0),(54632,103,164,0),(54633,103,165,0),(54634,103,166,0),(54635,103,167,0),(54636,103,168,0),(54637,103,169,0),(54638,103,170,0),(54639,103,171,0),(54640,103,172,0),(54641,103,173,0),(54642,103,174,0),(54643,103,175,0),(54644,103,176,0),(54645,103,177,0),(54646,103,178,0),(54647,103,179,0),(54648,103,180,0),(54649,103,181,0),(54650,103,182,0),(54651,103,183,0),(54652,103,184,0),(54653,103,185,0),(54654,103,186,0),(54655,103,187,0),(54656,103,188,0),(54657,103,189,0),(54658,103,190,0),(54659,103,191,0),(54660,103,192,0),(54661,103,193,0),(54662,103,194,0),(54663,103,195,0),(54664,103,196,0),(54665,103,197,0),(54666,103,198,0),(54667,103,199,0),(54668,103,200,0),(54669,103,201,0),(54670,103,202,0),(54671,103,203,0),(54672,103,204,0),(54673,103,205,0),(54674,103,206,0),(54675,103,207,0),(54676,103,208,0),(54677,103,209,0),(54678,103,210,0),(54679,103,211,0),(54680,103,212,0),(54681,103,213,0),(54682,103,214,0),(54683,103,215,0),(54684,103,216,0),(54685,103,217,0),(54686,103,218,0),(54687,103,219,0),(54688,103,220,0),(54689,103,221,0),(54690,103,222,0),(54691,103,223,0),(54692,103,224,0),(54693,103,225,0),(54694,103,226,0),(54695,103,227,0),(54696,103,228,0),(54697,103,229,0),(54698,103,230,0),(54699,103,231,0),(54700,103,232,0),(54701,103,233,0),(54702,103,234,0),(54703,103,235,0),(54704,103,236,0),(54705,103,237,0),(54706,103,238,0),(54707,103,239,0),(54708,103,240,0),(54709,103,241,0),(54710,103,242,0),(54711,103,243,0),(54712,103,244,0),(54713,103,245,0),(54714,103,246,0),(54715,103,247,0),(54716,103,248,0),(54717,103,249,0),(54718,103,250,0),(54719,103,251,0),(54720,103,252,0),(54721,103,253,0),(54722,103,254,0),(54723,103,255,0),(54724,103,256,0),(54725,103,257,0),(54726,103,258,0),(54727,103,259,0),(54728,103,260,0),(54729,103,261,0),(54730,103,262,0),(54731,103,263,0),(54732,103,264,0),(54733,103,265,0),(54734,103,266,0),(54735,103,267,0),(54736,103,268,0),(54737,103,269,0),(54738,103,270,0),(54739,103,271,0),(54740,103,272,0),(54741,103,273,0),(54742,103,274,0),(54743,103,275,0),(54744,103,276,0),(54745,103,277,0),(54746,103,278,0),(54747,103,279,0),(54748,103,280,0),(54749,103,281,0),(54750,103,282,0),(54751,103,283,0),(54752,103,284,0),(54753,103,285,0),(54754,103,286,0),(54755,103,287,0),(54756,103,288,0),(54757,103,289,0),(54758,103,290,0),(54759,103,291,0),(54760,103,292,0),(54761,103,293,0),(54762,103,294,0),(54763,103,295,0),(54764,103,296,0),(54765,103,297,0),(54766,103,298,0),(54767,103,299,0),(54768,103,300,0),(54769,103,301,0),(54770,103,302,0),(54771,103,303,0),(54772,103,304,0),(54773,103,305,0),(54774,103,306,0),(54775,103,307,0),(54776,103,308,0),(54777,103,309,0),(54778,103,310,0),(54779,103,311,0),(54780,103,312,0),(54781,103,313,0),(54782,103,314,0),(54783,103,315,0),(54784,103,316,0),(54785,103,317,0),(54786,103,318,0),(54787,103,319,0),(54788,103,320,0),(54789,103,321,0),(54790,103,322,0),(54791,103,323,0),(54792,103,324,0),(54793,103,325,0),(54794,103,326,0),(54795,103,327,0),(54796,103,328,0),(54797,103,329,0),(54798,103,330,0),(54799,103,331,0),(54800,103,332,0),(54801,103,333,0),(54802,103,334,0),(54803,103,335,0),(54804,103,336,0),(54805,103,337,0),(54806,103,338,0),(54807,103,339,0),(54808,103,340,0),(54809,103,341,0),(54810,103,342,0),(54811,103,343,0),(54812,103,344,0),(54813,103,345,0),(54814,103,346,0),(54815,103,347,0),(54816,103,348,0),(54817,103,349,0),(54818,103,350,0),(54819,103,351,0),(54820,103,352,0),(54821,103,353,0),(54822,103,354,0),(54823,103,355,0),(54824,103,356,0),(54825,103,357,0),(54826,103,358,0),(54827,103,359,0),(54828,103,360,0),(54829,103,361,0),(54830,103,362,0),(54831,103,363,0),(54832,103,364,0),(54833,103,365,0),(54834,103,366,0),(54835,103,367,0),(54836,103,368,0),(54837,103,369,0),(54838,103,370,0),(54839,103,371,0),(54840,103,372,0),(54841,103,373,0),(54842,103,374,0),(54843,103,375,0),(54844,103,376,0),(54845,103,377,0),(54846,103,378,0),(54847,103,379,0),(54848,103,380,0),(54849,103,381,0),(54850,103,382,0),(54851,103,383,0),(54852,103,384,0),(54853,103,385,0),(54854,103,386,0),(54855,103,387,0),(54856,103,388,0),(54857,103,389,0),(54858,103,390,0),(54859,103,391,0),(54860,103,392,0),(54861,103,393,0),(54862,103,394,0),(54863,103,395,0),(54864,103,396,0),(54865,103,397,0),(54866,103,398,0),(54867,103,399,0),(54868,103,400,0),(54869,103,401,0),(54870,103,402,0),(54871,103,403,0),(54872,103,404,0),(54873,103,405,0),(54874,103,406,0),(54875,103,407,0),(54876,103,408,0),(54877,103,409,0),(54878,103,410,0),(54879,103,411,0),(54880,103,412,0),(54881,103,413,0),(54882,103,414,0),(54883,103,415,0),(54884,103,416,0),(54885,103,417,0),(54886,103,418,0),(54887,103,419,0),(54888,103,420,0),(54889,103,421,0),(54890,103,422,0),(54891,103,423,0),(54892,103,424,0),(54893,103,425,0),(54894,103,426,0),(54895,103,427,0),(54896,103,428,0),(54897,103,429,0),(54898,103,430,0),(54899,103,431,0),(54900,103,432,0),(54901,103,433,0),(54902,103,434,0),(54903,103,435,0),(54904,103,436,0),(54905,103,437,0),(54906,103,438,0),(54907,103,439,0),(54908,103,440,0),(54909,103,441,0),(54910,103,442,0),(54911,103,443,0),(54912,103,444,0),(54913,103,445,0),(54914,103,446,0),(54915,103,447,0),(54916,103,448,0),(54917,103,449,0),(54918,103,450,0),(54919,103,451,0),(54920,103,452,0),(54921,103,453,0),(54922,103,454,0),(54923,103,455,0),(54924,103,456,0),(54925,103,457,0),(54926,103,458,0),(54927,103,459,0),(54928,103,460,0),(54929,103,461,0),(54930,103,462,0),(54931,103,463,0),(54932,103,464,0),(54933,103,465,0),(54934,103,466,0),(54935,103,467,0),(54936,103,468,0),(54937,103,469,0),(54938,103,470,0),(54939,103,471,0.416666666666667),(54940,103,472,0.291666666666667),(54941,103,473,0.166666666666667),(54942,103,474,0.125),(54943,103,475,0),(54944,103,476,0),(54945,103,477,0),(54946,103,478,0),(54947,103,479,0),(54948,103,480,0),(54949,103,481,0),(54950,103,482,0),(54951,103,483,0),(54952,103,484,0),(54953,103,485,0),(54954,103,486,0),(54955,103,487,0),(54956,103,488,0),(54957,103,489,0),(54958,103,490,0),(54959,103,491,0),(54960,103,492,0),(54961,103,493,0),(54962,103,494,0),(54963,103,495,0),(54964,103,496,0),(54965,103,497,0),(54966,103,498,0),(54967,103,499,0),(54968,103,500,0),(54969,103,501,0),(54970,103,502,0),(54971,103,503,0),(54972,103,504,0),(54973,103,505,0),(54974,103,506,0),(54975,103,507,0),(54976,103,508,0),(54977,103,509,0),(54978,103,510,0),(54979,103,511,0),(54980,103,512,0),(54981,103,513,0),(54982,103,514,0),(54983,103,515,0),(54984,103,516,0),(54985,103,517,0),(54986,103,518,0),(54987,103,519,0),(54988,103,520,0),(54989,103,521,0),(54990,103,522,0),(54991,103,523,0),(54992,103,524,0),(54993,103,525,0),(54994,103,526,0),(54995,103,527,0),(54996,103,528,0),(54997,103,529,0),(54998,103,530,0),(54999,103,531,0),(55000,103,532,0),(55001,103,533,0),(55002,103,534,0),(55003,104,1,0),(55004,104,2,0),(55005,104,3,0),(55006,104,4,0),(55007,104,5,0),(55008,104,6,0),(55009,104,7,0),(55010,104,8,0),(55011,104,9,0),(55012,104,10,0),(55013,104,11,0),(55014,104,12,0),(55015,104,13,0),(55016,104,14,0),(55017,104,15,0),(55018,104,16,0),(55019,104,17,0),(55020,104,18,0),(55021,104,19,0),(55022,104,20,0),(55023,104,21,0),(55024,104,22,0),(55025,104,23,0),(55026,104,24,0),(55027,104,25,0),(55028,104,26,0),(55029,104,27,0),(55030,104,28,0),(55031,104,29,0),(55032,104,30,0),(55033,104,31,0),(55034,104,32,0),(55035,104,33,0),(55036,104,34,0),(55037,104,35,0),(55038,104,36,0),(55039,104,37,0),(55040,104,38,0),(55041,104,39,0),(55042,104,40,0),(55043,104,41,0),(55044,104,42,0),(55045,104,43,0),(55046,104,44,0),(55047,104,45,0),(55048,104,46,0),(55049,104,47,0),(55050,104,48,0),(55051,104,49,0),(55052,104,50,0),(55053,104,51,0),(55054,104,52,0),(55055,104,53,0),(55056,104,54,0),(55057,104,55,0),(55058,104,56,0),(55059,104,57,0),(55060,104,58,0),(55061,104,59,0),(55062,104,60,0),(55063,104,61,0),(55064,104,62,0),(55065,104,63,0),(55066,104,64,0),(55067,104,65,0),(55068,104,66,0),(55069,104,67,0),(55070,104,68,0),(55071,104,69,0),(55072,104,70,0),(55073,104,71,0),(55074,104,72,0),(55075,104,73,0),(55076,104,74,0),(55077,104,75,0),(55078,104,76,0),(55079,104,77,0),(55080,104,78,0),(55081,104,79,0),(55082,104,80,0),(55083,104,81,0),(55084,104,82,0),(55085,104,83,0),(55086,104,84,0),(55087,104,85,0),(55088,104,86,0),(55089,104,87,0),(55090,104,88,0),(55091,104,89,0),(55092,104,90,0),(55093,104,91,0),(55094,104,92,0),(55095,104,93,0),(55096,104,94,0),(55097,104,95,0),(55098,104,96,0),(55099,104,97,0),(55100,104,98,0),(55101,104,99,0),(55102,104,100,0),(55103,104,101,0),(55104,104,102,0),(55105,104,103,0),(55106,104,104,0),(55107,104,105,0),(55108,104,106,0),(55109,104,107,0),(55110,104,108,0),(55111,104,109,0),(55112,104,110,0),(55113,104,111,0),(55114,104,112,0),(55115,104,113,0),(55116,104,114,0),(55117,104,115,0),(55118,104,116,0),(55119,104,117,0),(55120,104,118,0),(55121,104,119,0),(55122,104,120,0),(55123,104,121,0),(55124,104,122,0),(55125,104,123,0),(55126,104,124,0),(55127,104,125,0),(55128,104,126,0),(55129,104,127,0),(55130,104,128,0),(55131,104,129,0),(55132,104,130,0),(55133,104,131,0),(55134,104,132,0),(55135,104,133,0),(55136,104,134,0),(55137,104,135,0),(55138,104,136,0),(55139,104,137,0),(55140,104,138,0),(55141,104,139,0),(55142,104,140,0),(55143,104,141,0),(55144,104,142,0),(55145,104,143,0),(55146,104,144,0),(55147,104,145,0),(55148,104,146,0),(55149,104,147,0),(55150,104,148,0),(55151,104,149,0),(55152,104,150,0),(55153,104,151,0),(55154,104,152,0),(55155,104,153,0),(55156,104,154,0),(55157,104,155,0),(55158,104,156,0),(55159,104,157,0),(55160,104,158,0),(55161,104,159,0),(55162,104,160,0),(55163,104,161,0),(55164,104,162,0),(55165,104,163,0),(55166,104,164,0),(55167,104,165,0),(55168,104,166,0),(55169,104,167,0),(55170,104,168,0),(55171,104,169,0),(55172,104,170,0),(55173,104,171,0),(55174,104,172,0),(55175,104,173,0),(55176,104,174,0),(55177,104,175,0),(55178,104,176,0),(55179,104,177,0),(55180,104,178,0),(55181,104,179,0),(55182,104,180,0),(55183,104,181,0),(55184,104,182,0),(55185,104,183,0),(55186,104,184,0),(55187,104,185,0),(55188,104,186,0),(55189,104,187,0),(55190,104,188,0),(55191,104,189,0),(55192,104,190,0),(55193,104,191,0),(55194,104,192,0),(55195,104,193,0),(55196,104,194,0),(55197,104,195,0),(55198,104,196,0),(55199,104,197,0),(55200,104,198,0),(55201,104,199,0),(55202,104,200,0),(55203,104,201,0),(55204,104,202,0),(55205,104,203,0),(55206,104,204,0),(55207,104,205,0),(55208,104,206,0),(55209,104,207,0),(55210,104,208,0),(55211,104,209,0),(55212,104,210,0),(55213,104,211,0),(55214,104,212,0),(55215,104,213,0),(55216,104,214,0),(55217,104,215,0),(55218,104,216,0),(55219,104,217,0),(55220,104,218,0),(55221,104,219,0),(55222,104,220,0),(55223,104,221,0),(55224,104,222,0),(55225,104,223,0),(55226,104,224,0),(55227,104,225,0),(55228,104,226,0),(55229,104,227,0),(55230,104,228,0),(55231,104,229,0),(55232,104,230,0),(55233,104,231,0),(55234,104,232,0),(55235,104,233,0),(55236,104,234,0),(55237,104,235,0),(55238,104,236,0),(55239,104,237,0),(55240,104,238,0),(55241,104,239,0),(55242,104,240,0),(55243,104,241,0),(55244,104,242,0),(55245,104,243,0),(55246,104,244,0),(55247,104,245,0),(55248,104,246,0),(55249,104,247,0),(55250,104,248,0),(55251,104,249,0),(55252,104,250,0),(55253,104,251,0),(55254,104,252,0),(55255,104,253,0),(55256,104,254,0),(55257,104,255,0),(55258,104,256,0),(55259,104,257,0),(55260,104,258,0),(55261,104,259,0),(55262,104,260,0),(55263,104,261,0),(55264,104,262,0),(55265,104,263,0),(55266,104,264,0),(55267,104,265,0),(55268,104,266,0),(55269,104,267,0),(55270,104,268,0),(55271,104,269,0),(55272,104,270,0),(55273,104,271,0),(55274,104,272,0),(55275,104,273,0),(55276,104,274,0),(55277,104,275,0),(55278,104,276,0),(55279,104,277,0),(55280,104,278,0),(55281,104,279,0),(55282,104,280,0),(55283,104,281,0),(55284,104,282,0),(55285,104,283,0),(55286,104,284,0),(55287,104,285,0),(55288,104,286,0),(55289,104,287,0),(55290,104,288,0),(55291,104,289,0),(55292,104,290,0),(55293,104,291,0),(55294,104,292,0),(55295,104,293,0),(55296,104,294,0),(55297,104,295,0),(55298,104,296,0),(55299,104,297,0),(55300,104,298,0),(55301,104,299,0),(55302,104,300,0),(55303,104,301,0),(55304,104,302,0),(55305,104,303,0),(55306,104,304,0),(55307,104,305,0),(55308,104,306,0),(55309,104,307,0),(55310,104,308,0),(55311,104,309,0),(55312,104,310,0),(55313,104,311,0),(55314,104,312,0),(55315,104,313,0),(55316,104,314,0),(55317,104,315,0),(55318,104,316,0),(55319,104,317,0),(55320,104,318,0),(55321,104,319,0),(55322,104,320,0),(55323,104,321,0),(55324,104,322,0),(55325,104,323,0),(55326,104,324,0),(55327,104,325,0),(55328,104,326,0),(55329,104,327,0),(55330,104,328,0),(55331,104,329,0),(55332,104,330,0),(55333,104,331,0),(55334,104,332,0),(55335,104,333,0),(55336,104,334,0),(55337,104,335,0),(55338,104,336,0),(55339,104,337,0),(55340,104,338,0),(55341,104,339,0),(55342,104,340,0),(55343,104,341,0),(55344,104,342,0),(55345,104,343,0),(55346,104,344,0),(55347,104,345,0),(55348,104,346,0),(55349,104,347,0),(55350,104,348,0),(55351,104,349,0),(55352,104,350,0),(55353,104,351,0),(55354,104,352,0),(55355,104,353,0),(55356,104,354,0),(55357,104,355,0),(55358,104,356,0),(55359,104,357,0),(55360,104,358,0),(55361,104,359,0),(55362,104,360,0),(55363,104,361,0),(55364,104,362,0),(55365,104,363,0),(55366,104,364,0),(55367,104,365,0),(55368,104,366,0),(55369,104,367,0),(55370,104,368,0),(55371,104,369,0),(55372,104,370,0),(55373,104,371,0),(55374,104,372,0),(55375,104,373,0),(55376,104,374,0),(55377,104,375,0),(55378,104,376,0),(55379,104,377,0),(55380,104,378,0),(55381,104,379,0),(55382,104,380,0),(55383,104,381,0),(55384,104,382,0),(55385,104,383,0),(55386,104,384,0),(55387,104,385,0),(55388,104,386,0),(55389,104,387,0),(55390,104,388,0),(55391,104,389,0),(55392,104,390,0),(55393,104,391,0),(55394,104,392,0),(55395,104,393,0),(55396,104,394,0),(55397,104,395,0),(55398,104,396,0),(55399,104,397,0),(55400,104,398,0),(55401,104,399,0),(55402,104,400,0),(55403,104,401,0),(55404,104,402,0),(55405,104,403,0),(55406,104,404,0),(55407,104,405,0),(55408,104,406,0),(55409,104,407,0),(55410,104,408,0),(55411,104,409,0),(55412,104,410,0),(55413,104,411,0),(55414,104,412,0),(55415,104,413,0),(55416,104,414,0),(55417,104,415,0),(55418,104,416,0),(55419,104,417,0),(55420,104,418,0),(55421,104,419,0),(55422,104,420,0),(55423,104,421,0),(55424,104,422,0),(55425,104,423,0),(55426,104,424,0),(55427,104,425,0),(55428,104,426,0),(55429,104,427,0),(55430,104,428,0),(55431,104,429,0),(55432,104,430,0),(55433,104,431,0),(55434,104,432,0),(55435,104,433,0),(55436,104,434,0),(55437,104,435,0),(55438,104,436,0),(55439,104,437,0),(55440,104,438,0),(55441,104,439,0),(55442,104,440,0),(55443,104,441,0),(55444,104,442,0),(55445,104,443,0),(55446,104,444,0),(55447,104,445,0),(55448,104,446,0),(55449,104,447,0),(55450,104,448,0),(55451,104,449,0),(55452,104,450,0),(55453,104,451,0),(55454,104,452,0),(55455,104,453,0),(55456,104,454,0),(55457,104,455,0),(55458,104,456,0),(55459,104,457,0),(55460,104,458,0),(55461,104,459,0),(55462,104,460,0),(55463,104,461,0),(55464,104,462,0),(55465,104,463,0),(55466,104,464,0),(55467,104,465,0),(55468,104,466,0),(55469,104,467,0),(55470,104,468,0),(55471,104,469,0),(55472,104,470,0),(55473,104,471,0),(55474,104,472,0),(55475,104,473,0),(55476,104,474,0),(55477,104,475,0.5),(55478,104,476,0.3),(55479,104,477,0.2),(55480,104,478,0),(55481,104,479,0),(55482,104,480,0),(55483,104,481,0),(55484,104,482,0),(55485,104,483,0),(55486,104,484,0),(55487,104,485,0),(55488,104,486,0),(55489,104,487,0),(55490,104,488,0),(55491,104,489,0),(55492,104,490,0),(55493,104,491,0),(55494,104,492,0),(55495,104,493,0),(55496,104,494,0),(55497,104,495,0),(55498,104,496,0),(55499,104,497,0),(55500,104,498,0),(55501,104,499,0),(55502,104,500,0),(55503,104,501,0),(55504,104,502,0),(55505,104,503,0),(55506,104,504,0),(55507,104,505,0),(55508,104,506,0),(55509,104,507,0),(55510,104,508,0),(55511,104,509,0),(55512,104,510,0),(55513,104,511,0),(55514,104,512,0),(55515,104,513,0),(55516,104,514,0),(55517,104,515,0),(55518,104,516,0),(55519,104,517,0),(55520,104,518,0),(55521,104,519,0),(55522,104,520,0),(55523,104,521,0),(55524,104,522,0),(55525,104,523,0),(55526,104,524,0),(55527,104,525,0),(55528,104,526,0),(55529,104,527,0),(55530,104,528,0),(55531,104,529,0),(55532,104,530,0),(55533,104,531,0),(55534,104,532,0),(55535,104,533,0),(55536,104,534,0),(55537,105,1,0),(55538,105,2,0),(55539,105,3,0),(55540,105,4,0),(55541,105,5,0),(55542,105,6,0),(55543,105,7,0),(55544,105,8,0),(55545,105,9,0),(55546,105,10,0),(55547,105,11,0),(55548,105,12,0),(55549,105,13,0),(55550,105,14,0),(55551,105,15,0),(55552,105,16,0),(55553,105,17,0),(55554,105,18,0),(55555,105,19,0),(55556,105,20,0),(55557,105,21,0),(55558,105,22,0),(55559,105,23,0),(55560,105,24,0),(55561,105,25,0),(55562,105,26,0),(55563,105,27,0),(55564,105,28,0),(55565,105,29,0),(55566,105,30,0),(55567,105,31,0),(55568,105,32,0),(55569,105,33,0),(55570,105,34,0),(55571,105,35,0),(55572,105,36,0),(55573,105,37,0),(55574,105,38,0),(55575,105,39,0),(55576,105,40,0),(55577,105,41,0),(55578,105,42,0),(55579,105,43,0),(55580,105,44,0),(55581,105,45,0),(55582,105,46,0),(55583,105,47,0),(55584,105,48,0),(55585,105,49,0),(55586,105,50,0),(55587,105,51,0),(55588,105,52,0),(55589,105,53,0),(55590,105,54,0),(55591,105,55,0),(55592,105,56,0),(55593,105,57,0),(55594,105,58,0),(55595,105,59,0),(55596,105,60,0),(55597,105,61,0),(55598,105,62,0),(55599,105,63,0),(55600,105,64,0),(55601,105,65,0),(55602,105,66,0),(55603,105,67,0),(55604,105,68,0),(55605,105,69,0),(55606,105,70,0),(55607,105,71,0),(55608,105,72,0),(55609,105,73,0),(55610,105,74,0),(55611,105,75,0),(55612,105,76,0),(55613,105,77,0),(55614,105,78,0),(55615,105,79,0),(55616,105,80,0),(55617,105,81,0),(55618,105,82,0),(55619,105,83,0),(55620,105,84,0),(55621,105,85,0),(55622,105,86,0),(55623,105,87,0),(55624,105,88,0),(55625,105,89,0),(55626,105,90,0),(55627,105,91,0),(55628,105,92,0),(55629,105,93,0),(55630,105,94,0),(55631,105,95,0),(55632,105,96,0),(55633,105,97,0),(55634,105,98,0),(55635,105,99,0),(55636,105,100,0),(55637,105,101,0),(55638,105,102,0),(55639,105,103,0),(55640,105,104,0),(55641,105,105,0),(55642,105,106,0),(55643,105,107,0),(55644,105,108,0),(55645,105,109,0),(55646,105,110,0),(55647,105,111,0),(55648,105,112,0),(55649,105,113,0),(55650,105,114,0),(55651,105,115,0),(55652,105,116,0),(55653,105,117,0),(55654,105,118,0),(55655,105,119,0),(55656,105,120,0),(55657,105,121,0),(55658,105,122,0),(55659,105,123,0),(55660,105,124,0),(55661,105,125,0),(55662,105,126,0),(55663,105,127,0),(55664,105,128,0),(55665,105,129,0),(55666,105,130,0),(55667,105,131,0),(55668,105,132,0),(55669,105,133,0),(55670,105,134,0),(55671,105,135,0),(55672,105,136,0),(55673,105,137,0),(55674,105,138,0),(55675,105,139,0),(55676,105,140,0),(55677,105,141,0),(55678,105,142,0),(55679,105,143,0),(55680,105,144,0),(55681,105,145,0),(55682,105,146,0),(55683,105,147,0),(55684,105,148,0),(55685,105,149,0),(55686,105,150,0),(55687,105,151,0),(55688,105,152,0),(55689,105,153,0),(55690,105,154,0),(55691,105,155,0),(55692,105,156,0),(55693,105,157,0),(55694,105,158,0),(55695,105,159,0),(55696,105,160,0),(55697,105,161,0),(55698,105,162,0),(55699,105,163,0),(55700,105,164,0),(55701,105,165,0),(55702,105,166,0),(55703,105,167,0),(55704,105,168,0),(55705,105,169,0),(55706,105,170,0),(55707,105,171,0),(55708,105,172,0),(55709,105,173,0),(55710,105,174,0),(55711,105,175,0),(55712,105,176,0),(55713,105,177,0),(55714,105,178,0),(55715,105,179,0),(55716,105,180,0),(55717,105,181,0),(55718,105,182,0),(55719,105,183,0),(55720,105,184,0),(55721,105,185,0),(55722,105,186,0),(55723,105,187,0),(55724,105,188,0),(55725,105,189,0),(55726,105,190,0),(55727,105,191,0),(55728,105,192,0),(55729,105,193,0),(55730,105,194,0),(55731,105,195,0),(55732,105,196,0),(55733,105,197,0),(55734,105,198,0),(55735,105,199,0),(55736,105,200,0),(55737,105,201,0),(55738,105,202,0),(55739,105,203,0),(55740,105,204,0),(55741,105,205,0),(55742,105,206,0),(55743,105,207,0),(55744,105,208,0),(55745,105,209,0),(55746,105,210,0),(55747,105,211,0),(55748,105,212,0),(55749,105,213,0),(55750,105,214,0),(55751,105,215,0),(55752,105,216,0),(55753,105,217,0),(55754,105,218,0),(55755,105,219,0),(55756,105,220,0),(55757,105,221,0),(55758,105,222,0),(55759,105,223,0),(55760,105,224,0),(55761,105,225,0),(55762,105,226,0),(55763,105,227,0),(55764,105,228,0),(55765,105,229,0),(55766,105,230,0),(55767,105,231,0),(55768,105,232,0),(55769,105,233,0),(55770,105,234,0),(55771,105,235,0),(55772,105,236,0),(55773,105,237,0),(55774,105,238,0),(55775,105,239,0),(55776,105,240,0),(55777,105,241,0),(55778,105,242,0),(55779,105,243,0),(55780,105,244,0),(55781,105,245,0),(55782,105,246,0),(55783,105,247,0),(55784,105,248,0),(55785,105,249,0),(55786,105,250,0),(55787,105,251,0),(55788,105,252,0),(55789,105,253,0),(55790,105,254,0),(55791,105,255,0),(55792,105,256,0),(55793,105,257,0),(55794,105,258,0),(55795,105,259,0),(55796,105,260,0),(55797,105,261,0),(55798,105,262,0),(55799,105,263,0),(55800,105,264,0),(55801,105,265,0),(55802,105,266,0),(55803,105,267,0),(55804,105,268,0),(55805,105,269,0),(55806,105,270,0),(55807,105,271,0),(55808,105,272,0),(55809,105,273,0),(55810,105,274,0),(55811,105,275,0),(55812,105,276,0),(55813,105,277,0),(55814,105,278,0),(55815,105,279,0),(55816,105,280,0),(55817,105,281,0),(55818,105,282,0),(55819,105,283,0),(55820,105,284,0),(55821,105,285,0),(55822,105,286,0),(55823,105,287,0),(55824,105,288,0),(55825,105,289,0),(55826,105,290,0),(55827,105,291,0),(55828,105,292,0),(55829,105,293,0),(55830,105,294,0),(55831,105,295,0),(55832,105,296,0),(55833,105,297,0),(55834,105,298,0),(55835,105,299,0),(55836,105,300,0),(55837,105,301,0),(55838,105,302,0),(55839,105,303,0),(55840,105,304,0),(55841,105,305,0),(55842,105,306,0),(55843,105,307,0),(55844,105,308,0),(55845,105,309,0),(55846,105,310,0),(55847,105,311,0),(55848,105,312,0),(55849,105,313,0),(55850,105,314,0),(55851,105,315,0),(55852,105,316,0),(55853,105,317,0),(55854,105,318,0),(55855,105,319,0),(55856,105,320,0),(55857,105,321,0),(55858,105,322,0),(55859,105,323,0),(55860,105,324,0),(55861,105,325,0),(55862,105,326,0),(55863,105,327,0),(55864,105,328,0),(55865,105,329,0),(55866,105,330,0),(55867,105,331,0),(55868,105,332,0),(55869,105,333,0),(55870,105,334,0),(55871,105,335,0),(55872,105,336,0),(55873,105,337,0),(55874,105,338,0),(55875,105,339,0),(55876,105,340,0),(55877,105,341,0),(55878,105,342,0),(55879,105,343,0),(55880,105,344,0),(55881,105,345,0),(55882,105,346,0),(55883,105,347,0),(55884,105,348,0),(55885,105,349,0),(55886,105,350,0),(55887,105,351,0),(55888,105,352,0),(55889,105,353,0),(55890,105,354,0),(55891,105,355,0),(55892,105,356,0),(55893,105,357,0),(55894,105,358,0),(55895,105,359,0),(55896,105,360,0),(55897,105,361,0),(55898,105,362,0),(55899,105,363,0),(55900,105,364,0),(55901,105,365,0),(55902,105,366,0),(55903,105,367,0),(55904,105,368,0),(55905,105,369,0),(55906,105,370,0),(55907,105,371,0),(55908,105,372,0),(55909,105,373,0),(55910,105,374,0),(55911,105,375,0),(55912,105,376,0),(55913,105,377,0),(55914,105,378,0),(55915,105,379,0),(55916,105,380,0),(55917,105,381,0),(55918,105,382,0),(55919,105,383,0),(55920,105,384,0),(55921,105,385,0),(55922,105,386,0),(55923,105,387,0),(55924,105,388,0),(55925,105,389,0),(55926,105,390,0),(55927,105,391,0),(55928,105,392,0),(55929,105,393,0),(55930,105,394,0),(55931,105,395,0),(55932,105,396,0),(55933,105,397,0),(55934,105,398,0),(55935,105,399,0),(55936,105,400,0),(55937,105,401,0),(55938,105,402,0),(55939,105,403,0),(55940,105,404,0),(55941,105,405,0),(55942,105,406,0),(55943,105,407,0),(55944,105,408,0),(55945,105,409,0),(55946,105,410,0),(55947,105,411,0),(55948,105,412,0),(55949,105,413,0),(55950,105,414,0),(55951,105,415,0),(55952,105,416,0),(55953,105,417,0),(55954,105,418,0),(55955,105,419,0),(55956,105,420,0),(55957,105,421,0),(55958,105,422,0),(55959,105,423,0),(55960,105,424,0),(55961,105,425,0),(55962,105,426,0),(55963,105,427,0),(55964,105,428,0),(55965,105,429,0),(55966,105,430,0),(55967,105,431,0),(55968,105,432,0),(55969,105,433,0),(55970,105,434,0),(55971,105,435,0),(55972,105,436,0),(55973,105,437,0),(55974,105,438,0),(55975,105,439,0),(55976,105,440,0),(55977,105,441,0),(55978,105,442,0),(55979,105,443,0),(55980,105,444,0),(55981,105,445,0),(55982,105,446,0),(55983,105,447,0),(55984,105,448,0),(55985,105,449,0),(55986,105,450,0),(55987,105,451,0),(55988,105,452,0),(55989,105,453,0),(55990,105,454,0),(55991,105,455,0),(55992,105,456,0),(55993,105,457,0),(55994,105,458,0),(55995,105,459,0),(55996,105,460,0),(55997,105,461,0),(55998,105,462,0),(55999,105,463,0),(56000,105,464,0),(56001,105,465,0),(56002,105,466,0),(56003,105,467,0),(56004,105,468,0),(56005,105,469,0),(56006,105,470,0),(56007,105,471,0),(56008,105,472,0),(56009,105,473,0),(56010,105,474,0),(56011,105,475,0),(56012,105,476,0),(56013,105,477,0),(56014,105,478,0.227272727272727),(56015,105,479,0.159090909090909),(56016,105,480,0.136363636363636),(56017,105,481,0.0909090909090909),(56018,105,482,0.0909090909090909),(56019,105,483,0.159090909090909),(56020,105,484,0.136363636363636),(56021,105,485,0),(56022,105,486,0),(56023,105,487,0),(56024,105,488,0),(56025,105,489,0),(56026,105,490,0),(56027,105,491,0),(56028,105,492,0),(56029,105,493,0),(56030,105,494,0),(56031,105,495,0),(56032,105,496,0),(56033,105,497,0),(56034,105,498,0),(56035,105,499,0),(56036,105,500,0),(56037,105,501,0),(56038,105,502,0),(56039,105,503,0),(56040,105,504,0),(56041,105,505,0),(56042,105,506,0),(56043,105,507,0),(56044,105,508,0),(56045,105,509,0),(56046,105,510,0),(56047,105,511,0),(56048,105,512,0),(56049,105,513,0),(56050,105,514,0),(56051,105,515,0),(56052,105,516,0),(56053,105,517,0),(56054,105,518,0),(56055,105,519,0),(56056,105,520,0),(56057,105,521,0),(56058,105,522,0),(56059,105,523,0),(56060,105,524,0),(56061,105,525,0),(56062,105,526,0),(56063,105,527,0),(56064,105,528,0),(56065,105,529,0),(56066,105,530,0),(56067,105,531,0),(56068,105,532,0),(56069,105,533,0),(56070,105,534,0),(56071,106,1,0),(56072,106,2,0),(56073,106,3,0),(56074,106,4,0),(56075,106,5,0),(56076,106,6,0),(56077,106,7,0),(56078,106,8,0),(56079,106,9,0),(56080,106,10,0),(56081,106,11,0),(56082,106,12,0),(56083,106,13,0),(56084,106,14,0),(56085,106,15,0),(56086,106,16,0),(56087,106,17,0),(56088,106,18,0),(56089,106,19,0),(56090,106,20,0),(56091,106,21,0),(56092,106,22,0),(56093,106,23,0),(56094,106,24,0),(56095,106,25,0),(56096,106,26,0),(56097,106,27,0),(56098,106,28,0),(56099,106,29,0),(56100,106,30,0),(56101,106,31,0),(56102,106,32,0),(56103,106,33,0),(56104,106,34,0),(56105,106,35,0),(56106,106,36,0),(56107,106,37,0),(56108,106,38,0),(56109,106,39,0),(56110,106,40,0),(56111,106,41,0),(56112,106,42,0),(56113,106,43,0),(56114,106,44,0),(56115,106,45,0),(56116,106,46,0),(56117,106,47,0),(56118,106,48,0),(56119,106,49,0),(56120,106,50,0),(56121,106,51,0),(56122,106,52,0),(56123,106,53,0),(56124,106,54,0),(56125,106,55,0),(56126,106,56,0),(56127,106,57,0),(56128,106,58,0),(56129,106,59,0),(56130,106,60,0),(56131,106,61,0),(56132,106,62,0),(56133,106,63,0),(56134,106,64,0),(56135,106,65,0),(56136,106,66,0),(56137,106,67,0),(56138,106,68,0),(56139,106,69,0),(56140,106,70,0),(56141,106,71,0),(56142,106,72,0),(56143,106,73,0),(56144,106,74,0),(56145,106,75,0),(56146,106,76,0),(56147,106,77,0),(56148,106,78,0),(56149,106,79,0),(56150,106,80,0),(56151,106,81,0),(56152,106,82,0),(56153,106,83,0),(56154,106,84,0),(56155,106,85,0),(56156,106,86,0),(56157,106,87,0),(56158,106,88,0),(56159,106,89,0),(56160,106,90,0),(56161,106,91,0),(56162,106,92,0),(56163,106,93,0),(56164,106,94,0),(56165,106,95,0),(56166,106,96,0),(56167,106,97,0),(56168,106,98,0),(56169,106,99,0),(56170,106,100,0),(56171,106,101,0),(56172,106,102,0),(56173,106,103,0),(56174,106,104,0),(56175,106,105,0),(56176,106,106,0),(56177,106,107,0),(56178,106,108,0),(56179,106,109,0),(56180,106,110,0),(56181,106,111,0),(56182,106,112,0),(56183,106,113,0),(56184,106,114,0),(56185,106,115,0),(56186,106,116,0),(56187,106,117,0),(56188,106,118,0),(56189,106,119,0),(56190,106,120,0),(56191,106,121,0),(56192,106,122,0),(56193,106,123,0),(56194,106,124,0),(56195,106,125,0),(56196,106,126,0),(56197,106,127,0),(56198,106,128,0),(56199,106,129,0),(56200,106,130,0),(56201,106,131,0),(56202,106,132,0),(56203,106,133,0),(56204,106,134,0),(56205,106,135,0),(56206,106,136,0),(56207,106,137,0),(56208,106,138,0),(56209,106,139,0),(56210,106,140,0),(56211,106,141,0),(56212,106,142,0),(56213,106,143,0),(56214,106,144,0),(56215,106,145,0),(56216,106,146,0),(56217,106,147,0),(56218,106,148,0),(56219,106,149,0),(56220,106,150,0),(56221,106,151,0),(56222,106,152,0),(56223,106,153,0),(56224,106,154,0),(56225,106,155,0),(56226,106,156,0),(56227,106,157,0),(56228,106,158,0),(56229,106,159,0),(56230,106,160,0),(56231,106,161,0),(56232,106,162,0),(56233,106,163,0),(56234,106,164,0),(56235,106,165,0),(56236,106,166,0),(56237,106,167,0),(56238,106,168,0),(56239,106,169,0),(56240,106,170,0),(56241,106,171,0),(56242,106,172,0),(56243,106,173,0),(56244,106,174,0),(56245,106,175,0),(56246,106,176,0),(56247,106,177,0),(56248,106,178,0),(56249,106,179,0),(56250,106,180,0),(56251,106,181,0),(56252,106,182,0),(56253,106,183,0),(56254,106,184,0),(56255,106,185,0),(56256,106,186,0),(56257,106,187,0),(56258,106,188,0),(56259,106,189,0),(56260,106,190,0),(56261,106,191,0),(56262,106,192,0),(56263,106,193,0),(56264,106,194,0),(56265,106,195,0),(56266,106,196,0),(56267,106,197,0),(56268,106,198,0),(56269,106,199,0),(56270,106,200,0),(56271,106,201,0),(56272,106,202,0),(56273,106,203,0),(56274,106,204,0),(56275,106,205,0),(56276,106,206,0),(56277,106,207,0),(56278,106,208,0),(56279,106,209,0),(56280,106,210,0),(56281,106,211,0),(56282,106,212,0),(56283,106,213,0),(56284,106,214,0),(56285,106,215,0),(56286,106,216,0),(56287,106,217,0),(56288,106,218,0),(56289,106,219,0),(56290,106,220,0),(56291,106,221,0),(56292,106,222,0),(56293,106,223,0),(56294,106,224,0),(56295,106,225,0),(56296,106,226,0),(56297,106,227,0),(56298,106,228,0),(56299,106,229,0),(56300,106,230,0),(56301,106,231,0),(56302,106,232,0),(56303,106,233,0),(56304,106,234,0),(56305,106,235,0),(56306,106,236,0),(56307,106,237,0),(56308,106,238,0),(56309,106,239,0),(56310,106,240,0),(56311,106,241,0),(56312,106,242,0),(56313,106,243,0),(56314,106,244,0),(56315,106,245,0),(56316,106,246,0),(56317,106,247,0),(56318,106,248,0),(56319,106,249,0),(56320,106,250,0),(56321,106,251,0),(56322,106,252,0),(56323,106,253,0),(56324,106,254,0),(56325,106,255,0),(56326,106,256,0),(56327,106,257,0),(56328,106,258,0),(56329,106,259,0),(56330,106,260,0),(56331,106,261,0),(56332,106,262,0),(56333,106,263,0),(56334,106,264,0),(56335,106,265,0),(56336,106,266,0),(56337,106,267,0),(56338,106,268,0),(56339,106,269,0),(56340,106,270,0),(56341,106,271,0),(56342,106,272,0),(56343,106,273,0),(56344,106,274,0),(56345,106,275,0),(56346,106,276,0),(56347,106,277,0),(56348,106,278,0),(56349,106,279,0),(56350,106,280,0),(56351,106,281,0),(56352,106,282,0),(56353,106,283,0),(56354,106,284,0),(56355,106,285,0),(56356,106,286,0),(56357,106,287,0),(56358,106,288,0),(56359,106,289,0),(56360,106,290,0),(56361,106,291,0),(56362,106,292,0),(56363,106,293,0),(56364,106,294,0),(56365,106,295,0),(56366,106,296,0),(56367,106,297,0),(56368,106,298,0),(56369,106,299,0),(56370,106,300,0),(56371,106,301,0),(56372,106,302,0),(56373,106,303,0),(56374,106,304,0),(56375,106,305,0),(56376,106,306,0),(56377,106,307,0),(56378,106,308,0),(56379,106,309,0),(56380,106,310,0),(56381,106,311,0),(56382,106,312,0),(56383,106,313,0),(56384,106,314,0),(56385,106,315,0),(56386,106,316,0),(56387,106,317,0),(56388,106,318,0),(56389,106,319,0),(56390,106,320,0),(56391,106,321,0),(56392,106,322,0),(56393,106,323,0),(56394,106,324,0),(56395,106,325,0),(56396,106,326,0),(56397,106,327,0),(56398,106,328,0),(56399,106,329,0),(56400,106,330,0),(56401,106,331,0),(56402,106,332,0),(56403,106,333,0),(56404,106,334,0),(56405,106,335,0),(56406,106,336,0),(56407,106,337,0),(56408,106,338,0),(56409,106,339,0),(56410,106,340,0),(56411,106,341,0),(56412,106,342,0),(56413,106,343,0),(56414,106,344,0),(56415,106,345,0),(56416,106,346,0),(56417,106,347,0),(56418,106,348,0),(56419,106,349,0),(56420,106,350,0),(56421,106,351,0),(56422,106,352,0),(56423,106,353,0),(56424,106,354,0),(56425,106,355,0),(56426,106,356,0),(56427,106,357,0),(56428,106,358,0),(56429,106,359,0),(56430,106,360,0),(56431,106,361,0),(56432,106,362,0),(56433,106,363,0),(56434,106,364,0),(56435,106,365,0),(56436,106,366,0),(56437,106,367,0),(56438,106,368,0),(56439,106,369,0),(56440,106,370,0),(56441,106,371,0),(56442,106,372,0),(56443,106,373,0),(56444,106,374,0),(56445,106,375,0),(56446,106,376,0),(56447,106,377,0),(56448,106,378,0),(56449,106,379,0),(56450,106,380,0),(56451,106,381,0),(56452,106,382,0),(56453,106,383,0),(56454,106,384,0),(56455,106,385,0),(56456,106,386,0),(56457,106,387,0),(56458,106,388,0),(56459,106,389,0),(56460,106,390,0),(56461,106,391,0),(56462,106,392,0),(56463,106,393,0),(56464,106,394,0),(56465,106,395,0),(56466,106,396,0),(56467,106,397,0),(56468,106,398,0),(56469,106,399,0),(56470,106,400,0),(56471,106,401,0),(56472,106,402,0),(56473,106,403,0),(56474,106,404,0),(56475,106,405,0),(56476,106,406,0),(56477,106,407,0),(56478,106,408,0),(56479,106,409,0),(56480,106,410,0),(56481,106,411,0),(56482,106,412,0),(56483,106,413,0),(56484,106,414,0),(56485,106,415,0),(56486,106,416,0),(56487,106,417,0),(56488,106,418,0),(56489,106,419,0),(56490,106,420,0),(56491,106,421,0),(56492,106,422,0),(56493,106,423,0),(56494,106,424,0),(56495,106,425,0),(56496,106,426,0),(56497,106,427,0),(56498,106,428,0),(56499,106,429,0),(56500,106,430,0),(56501,106,431,0),(56502,106,432,0),(56503,106,433,0),(56504,106,434,0),(56505,106,435,0),(56506,106,436,0),(56507,106,437,0),(56508,106,438,0),(56509,106,439,0),(56510,106,440,0),(56511,106,441,0),(56512,106,442,0),(56513,106,443,0),(56514,106,444,0),(56515,106,445,0),(56516,106,446,0),(56517,106,447,0),(56518,106,448,0),(56519,106,449,0),(56520,106,450,0),(56521,106,451,0),(56522,106,452,0),(56523,106,453,0),(56524,106,454,0),(56525,106,455,0),(56526,106,456,0),(56527,106,457,0),(56528,106,458,0),(56529,106,459,0),(56530,106,460,0),(56531,106,461,0),(56532,106,462,0),(56533,106,463,0),(56534,106,464,0),(56535,106,465,0),(56536,106,466,0),(56537,106,467,0),(56538,106,468,0),(56539,106,469,0),(56540,106,470,0),(56541,106,471,0),(56542,106,472,0),(56543,106,473,0),(56544,106,474,0),(56545,106,475,0),(56546,106,476,0),(56547,106,477,0),(56548,106,478,0),(56549,106,479,0),(56550,106,480,0),(56551,106,481,0),(56552,106,482,0),(56553,106,483,0),(56554,106,484,0),(56555,106,485,0.625),(56556,106,486,0.375),(56557,106,487,0),(56558,106,488,0),(56559,106,489,0),(56560,106,490,0),(56561,106,491,0),(56562,106,492,0),(56563,106,493,0),(56564,106,494,0),(56565,106,495,0),(56566,106,496,0),(56567,106,497,0),(56568,106,498,0),(56569,106,499,0),(56570,106,500,0),(56571,106,501,0),(56572,106,502,0),(56573,106,503,0),(56574,106,504,0),(56575,106,505,0),(56576,106,506,0),(56577,106,507,0),(56578,106,508,0),(56579,106,509,0),(56580,106,510,0),(56581,106,511,0),(56582,106,512,0),(56583,106,513,0),(56584,106,514,0),(56585,106,515,0),(56586,106,516,0),(56587,106,517,0),(56588,106,518,0),(56589,106,519,0),(56590,106,520,0),(56591,106,521,0),(56592,106,522,0),(56593,106,523,0),(56594,106,524,0),(56595,106,525,0),(56596,106,526,0),(56597,106,527,0),(56598,106,528,0),(56599,106,529,0),(56600,106,530,0),(56601,106,531,0),(56602,106,532,0),(56603,106,533,0),(56604,106,534,0),(56605,107,1,0),(56606,107,2,0),(56607,107,3,0),(56608,107,4,0),(56609,107,5,0),(56610,107,6,0),(56611,107,7,0),(56612,107,8,0),(56613,107,9,0),(56614,107,10,0),(56615,107,11,0),(56616,107,12,0),(56617,107,13,0),(56618,107,14,0),(56619,107,15,0),(56620,107,16,0),(56621,107,17,0),(56622,107,18,0),(56623,107,19,0),(56624,107,20,0),(56625,107,21,0),(56626,107,22,0),(56627,107,23,0),(56628,107,24,0),(56629,107,25,0),(56630,107,26,0),(56631,107,27,0),(56632,107,28,0),(56633,107,29,0),(56634,107,30,0),(56635,107,31,0),(56636,107,32,0),(56637,107,33,0),(56638,107,34,0),(56639,107,35,0),(56640,107,36,0),(56641,107,37,0),(56642,107,38,0),(56643,107,39,0),(56644,107,40,0),(56645,107,41,0),(56646,107,42,0),(56647,107,43,0),(56648,107,44,0),(56649,107,45,0),(56650,107,46,0),(56651,107,47,0),(56652,107,48,0),(56653,107,49,0),(56654,107,50,0),(56655,107,51,0),(56656,107,52,0),(56657,107,53,0),(56658,107,54,0),(56659,107,55,0),(56660,107,56,0),(56661,107,57,0),(56662,107,58,0),(56663,107,59,0),(56664,107,60,0),(56665,107,61,0),(56666,107,62,0),(56667,107,63,0),(56668,107,64,0),(56669,107,65,0),(56670,107,66,0),(56671,107,67,0),(56672,107,68,0),(56673,107,69,0),(56674,107,70,0),(56675,107,71,0),(56676,107,72,0),(56677,107,73,0),(56678,107,74,0),(56679,107,75,0),(56680,107,76,0),(56681,107,77,0),(56682,107,78,0),(56683,107,79,0),(56684,107,80,0),(56685,107,81,0),(56686,107,82,0),(56687,107,83,0),(56688,107,84,0),(56689,107,85,0),(56690,107,86,0),(56691,107,87,0),(56692,107,88,0),(56693,107,89,0),(56694,107,90,0),(56695,107,91,0),(56696,107,92,0),(56697,107,93,0),(56698,107,94,0),(56699,107,95,0),(56700,107,96,0),(56701,107,97,0),(56702,107,98,0),(56703,107,99,0),(56704,107,100,0),(56705,107,101,0),(56706,107,102,0),(56707,107,103,0),(56708,107,104,0),(56709,107,105,0),(56710,107,106,0),(56711,107,107,0),(56712,107,108,0),(56713,107,109,0),(56714,107,110,0),(56715,107,111,0),(56716,107,112,0),(56717,107,113,0),(56718,107,114,0),(56719,107,115,0),(56720,107,116,0),(56721,107,117,0),(56722,107,118,0),(56723,107,119,0),(56724,107,120,0),(56725,107,121,0),(56726,107,122,0),(56727,107,123,0),(56728,107,124,0),(56729,107,125,0),(56730,107,126,0),(56731,107,127,0),(56732,107,128,0),(56733,107,129,0),(56734,107,130,0),(56735,107,131,0),(56736,107,132,0),(56737,107,133,0),(56738,107,134,0),(56739,107,135,0),(56740,107,136,0),(56741,107,137,0),(56742,107,138,0),(56743,107,139,0),(56744,107,140,0),(56745,107,141,0),(56746,107,142,0),(56747,107,143,0),(56748,107,144,0),(56749,107,145,0),(56750,107,146,0),(56751,107,147,0),(56752,107,148,0),(56753,107,149,0),(56754,107,150,0),(56755,107,151,0),(56756,107,152,0),(56757,107,153,0),(56758,107,154,0),(56759,107,155,0),(56760,107,156,0),(56761,107,157,0),(56762,107,158,0),(56763,107,159,0),(56764,107,160,0),(56765,107,161,0),(56766,107,162,0),(56767,107,163,0),(56768,107,164,0),(56769,107,165,0),(56770,107,166,0),(56771,107,167,0),(56772,107,168,0),(56773,107,169,0),(56774,107,170,0),(56775,107,171,0),(56776,107,172,0),(56777,107,173,0),(56778,107,174,0),(56779,107,175,0),(56780,107,176,0),(56781,107,177,0),(56782,107,178,0),(56783,107,179,0),(56784,107,180,0),(56785,107,181,0),(56786,107,182,0),(56787,107,183,0),(56788,107,184,0),(56789,107,185,0),(56790,107,186,0),(56791,107,187,0),(56792,107,188,0),(56793,107,189,0),(56794,107,190,0),(56795,107,191,0),(56796,107,192,0),(56797,107,193,0),(56798,107,194,0),(56799,107,195,0),(56800,107,196,0),(56801,107,197,0),(56802,107,198,0),(56803,107,199,0),(56804,107,200,0),(56805,107,201,0),(56806,107,202,0),(56807,107,203,0),(56808,107,204,0),(56809,107,205,0),(56810,107,206,0),(56811,107,207,0),(56812,107,208,0),(56813,107,209,0),(56814,107,210,0),(56815,107,211,0),(56816,107,212,0),(56817,107,213,0),(56818,107,214,0),(56819,107,215,0),(56820,107,216,0),(56821,107,217,0),(56822,107,218,0),(56823,107,219,0),(56824,107,220,0),(56825,107,221,0),(56826,107,222,0),(56827,107,223,0),(56828,107,224,0),(56829,107,225,0),(56830,107,226,0),(56831,107,227,0),(56832,107,228,0),(56833,107,229,0),(56834,107,230,0),(56835,107,231,0),(56836,107,232,0),(56837,107,233,0),(56838,107,234,0),(56839,107,235,0),(56840,107,236,0),(56841,107,237,0),(56842,107,238,0),(56843,107,239,0),(56844,107,240,0),(56845,107,241,0),(56846,107,242,0),(56847,107,243,0),(56848,107,244,0),(56849,107,245,0),(56850,107,246,0),(56851,107,247,0),(56852,107,248,0),(56853,107,249,0),(56854,107,250,0),(56855,107,251,0),(56856,107,252,0),(56857,107,253,0),(56858,107,254,0),(56859,107,255,0),(56860,107,256,0),(56861,107,257,0),(56862,107,258,0),(56863,107,259,0),(56864,107,260,0),(56865,107,261,0),(56866,107,262,0),(56867,107,263,0),(56868,107,264,0),(56869,107,265,0),(56870,107,266,0),(56871,107,267,0),(56872,107,268,0),(56873,107,269,0),(56874,107,270,0),(56875,107,271,0),(56876,107,272,0),(56877,107,273,0),(56878,107,274,0),(56879,107,275,0),(56880,107,276,0),(56881,107,277,0),(56882,107,278,0),(56883,107,279,0),(56884,107,280,0),(56885,107,281,0),(56886,107,282,0),(56887,107,283,0),(56888,107,284,0),(56889,107,285,0),(56890,107,286,0),(56891,107,287,0),(56892,107,288,0),(56893,107,289,0),(56894,107,290,0),(56895,107,291,0),(56896,107,292,0),(56897,107,293,0),(56898,107,294,0),(56899,107,295,0),(56900,107,296,0),(56901,107,297,0),(56902,107,298,0),(56903,107,299,0),(56904,107,300,0),(56905,107,301,0),(56906,107,302,0),(56907,107,303,0),(56908,107,304,0),(56909,107,305,0),(56910,107,306,0),(56911,107,307,0),(56912,107,308,0),(56913,107,309,0),(56914,107,310,0),(56915,107,311,0),(56916,107,312,0),(56917,107,313,0),(56918,107,314,0),(56919,107,315,0),(56920,107,316,0),(56921,107,317,0),(56922,107,318,0),(56923,107,319,0),(56924,107,320,0),(56925,107,321,0),(56926,107,322,0),(56927,107,323,0),(56928,107,324,0),(56929,107,325,0),(56930,107,326,0),(56931,107,327,0),(56932,107,328,0),(56933,107,329,0),(56934,107,330,0),(56935,107,331,0),(56936,107,332,0),(56937,107,333,0),(56938,107,334,0),(56939,107,335,0),(56940,107,336,0),(56941,107,337,0),(56942,107,338,0),(56943,107,339,0),(56944,107,340,0),(56945,107,341,0),(56946,107,342,0),(56947,107,343,0),(56948,107,344,0),(56949,107,345,0),(56950,107,346,0),(56951,107,347,0),(56952,107,348,0),(56953,107,349,0),(56954,107,350,0),(56955,107,351,0),(56956,107,352,0),(56957,107,353,0),(56958,107,354,0),(56959,107,355,0),(56960,107,356,0),(56961,107,357,0),(56962,107,358,0),(56963,107,359,0),(56964,107,360,0),(56965,107,361,0),(56966,107,362,0),(56967,107,363,0),(56968,107,364,0),(56969,107,365,0),(56970,107,366,0),(56971,107,367,0),(56972,107,368,0),(56973,107,369,0),(56974,107,370,0),(56975,107,371,0),(56976,107,372,0),(56977,107,373,0),(56978,107,374,0),(56979,107,375,0),(56980,107,376,0),(56981,107,377,0),(56982,107,378,0),(56983,107,379,0),(56984,107,380,0),(56985,107,381,0),(56986,107,382,0),(56987,107,383,0),(56988,107,384,0),(56989,107,385,0),(56990,107,386,0),(56991,107,387,0),(56992,107,388,0),(56993,107,389,0),(56994,107,390,0),(56995,107,391,0),(56996,107,392,0),(56997,107,393,0),(56998,107,394,0),(56999,107,395,0),(57000,107,396,0),(57001,107,397,0),(57002,107,398,0),(57003,107,399,0),(57004,107,400,0),(57005,107,401,0),(57006,107,402,0),(57007,107,403,0),(57008,107,404,0),(57009,107,405,0),(57010,107,406,0),(57011,107,407,0),(57012,107,408,0),(57013,107,409,0),(57014,107,410,0),(57015,107,411,0),(57016,107,412,0),(57017,107,413,0),(57018,107,414,0),(57019,107,415,0),(57020,107,416,0),(57021,107,417,0),(57022,107,418,0),(57023,107,419,0),(57024,107,420,0),(57025,107,421,0),(57026,107,422,0),(57027,107,423,0),(57028,107,424,0),(57029,107,425,0),(57030,107,426,0),(57031,107,427,0),(57032,107,428,0),(57033,107,429,0),(57034,107,430,0),(57035,107,431,0),(57036,107,432,0),(57037,107,433,0),(57038,107,434,0),(57039,107,435,0),(57040,107,436,0),(57041,107,437,0),(57042,107,438,0),(57043,107,439,0),(57044,107,440,0),(57045,107,441,0),(57046,107,442,0),(57047,107,443,0),(57048,107,444,0),(57049,107,445,0),(57050,107,446,0),(57051,107,447,0),(57052,107,448,0),(57053,107,449,0),(57054,107,450,0),(57055,107,451,0),(57056,107,452,0),(57057,107,453,0),(57058,107,454,0),(57059,107,455,0),(57060,107,456,0),(57061,107,457,0),(57062,107,458,0),(57063,107,459,0),(57064,107,460,0),(57065,107,461,0),(57066,107,462,0),(57067,107,463,0),(57068,107,464,0),(57069,107,465,0),(57070,107,466,0),(57071,107,467,0),(57072,107,468,0),(57073,107,469,0),(57074,107,470,0),(57075,107,471,0),(57076,107,472,0),(57077,107,473,0),(57078,107,474,0),(57079,107,475,0),(57080,107,476,0),(57081,107,477,0),(57082,107,478,0),(57083,107,479,0),(57084,107,480,0),(57085,107,481,0),(57086,107,482,0),(57087,107,483,0),(57088,107,484,0),(57089,107,485,0),(57090,107,486,0),(57091,107,487,0.3125),(57092,107,488,0.1875),(57093,107,489,0.25),(57094,107,490,0.15625),(57095,107,491,0.09375),(57096,107,492,0),(57097,107,493,0),(57098,107,494,0),(57099,107,495,0),(57100,107,496,0),(57101,107,497,0),(57102,107,498,0),(57103,107,499,0),(57104,107,500,0),(57105,107,501,0),(57106,107,502,0),(57107,107,503,0),(57108,107,504,0),(57109,107,505,0),(57110,107,506,0),(57111,107,507,0),(57112,107,508,0),(57113,107,509,0),(57114,107,510,0),(57115,107,511,0),(57116,107,512,0),(57117,107,513,0),(57118,107,514,0),(57119,107,515,0),(57120,107,516,0),(57121,107,517,0),(57122,107,518,0),(57123,107,519,0),(57124,107,520,0),(57125,107,521,0),(57126,107,522,0),(57127,107,523,0),(57128,107,524,0),(57129,107,525,0),(57130,107,526,0),(57131,107,527,0),(57132,107,528,0),(57133,107,529,0),(57134,107,530,0),(57135,107,531,0),(57136,107,532,0),(57137,107,533,0),(57138,107,534,0),(57139,108,1,0),(57140,108,2,0),(57141,108,3,0),(57142,108,4,0),(57143,108,5,0),(57144,108,6,0),(57145,108,7,0),(57146,108,8,0),(57147,108,9,0),(57148,108,10,0),(57149,108,11,0),(57150,108,12,0),(57151,108,13,0),(57152,108,14,0),(57153,108,15,0),(57154,108,16,0),(57155,108,17,0),(57156,108,18,0),(57157,108,19,0),(57158,108,20,0),(57159,108,21,0),(57160,108,22,0),(57161,108,23,0),(57162,108,24,0),(57163,108,25,0),(57164,108,26,0),(57165,108,27,0),(57166,108,28,0),(57167,108,29,0),(57168,108,30,0),(57169,108,31,0),(57170,108,32,0),(57171,108,33,0),(57172,108,34,0),(57173,108,35,0),(57174,108,36,0),(57175,108,37,0),(57176,108,38,0),(57177,108,39,0),(57178,108,40,0),(57179,108,41,0),(57180,108,42,0),(57181,108,43,0),(57182,108,44,0),(57183,108,45,0),(57184,108,46,0),(57185,108,47,0),(57186,108,48,0),(57187,108,49,0),(57188,108,50,0),(57189,108,51,0),(57190,108,52,0),(57191,108,53,0),(57192,108,54,0),(57193,108,55,0),(57194,108,56,0),(57195,108,57,0),(57196,108,58,0),(57197,108,59,0),(57198,108,60,0),(57199,108,61,0),(57200,108,62,0),(57201,108,63,0),(57202,108,64,0),(57203,108,65,0),(57204,108,66,0),(57205,108,67,0),(57206,108,68,0),(57207,108,69,0),(57208,108,70,0),(57209,108,71,0),(57210,108,72,0),(57211,108,73,0),(57212,108,74,0),(57213,108,75,0),(57214,108,76,0),(57215,108,77,0),(57216,108,78,0),(57217,108,79,0),(57218,108,80,0),(57219,108,81,0),(57220,108,82,0),(57221,108,83,0),(57222,108,84,0),(57223,108,85,0),(57224,108,86,0),(57225,108,87,0),(57226,108,88,0),(57227,108,89,0),(57228,108,90,0),(57229,108,91,0),(57230,108,92,0),(57231,108,93,0),(57232,108,94,0),(57233,108,95,0),(57234,108,96,0),(57235,108,97,0),(57236,108,98,0),(57237,108,99,0),(57238,108,100,0),(57239,108,101,0),(57240,108,102,0),(57241,108,103,0),(57242,108,104,0),(57243,108,105,0),(57244,108,106,0),(57245,108,107,0),(57246,108,108,0),(57247,108,109,0),(57248,108,110,0),(57249,108,111,0),(57250,108,112,0),(57251,108,113,0),(57252,108,114,0),(57253,108,115,0),(57254,108,116,0),(57255,108,117,0),(57256,108,118,0),(57257,108,119,0),(57258,108,120,0),(57259,108,121,0),(57260,108,122,0),(57261,108,123,0),(57262,108,124,0),(57263,108,125,0),(57264,108,126,0),(57265,108,127,0),(57266,108,128,0),(57267,108,129,0),(57268,108,130,0),(57269,108,131,0),(57270,108,132,0),(57271,108,133,0),(57272,108,134,0),(57273,108,135,0),(57274,108,136,0),(57275,108,137,0),(57276,108,138,0),(57277,108,139,0),(57278,108,140,0),(57279,108,141,0),(57280,108,142,0),(57281,108,143,0),(57282,108,144,0),(57283,108,145,0),(57284,108,146,0),(57285,108,147,0),(57286,108,148,0),(57287,108,149,0),(57288,108,150,0),(57289,108,151,0),(57290,108,152,0),(57291,108,153,0),(57292,108,154,0),(57293,108,155,0),(57294,108,156,0),(57295,108,157,0),(57296,108,158,0),(57297,108,159,0),(57298,108,160,0),(57299,108,161,0),(57300,108,162,0),(57301,108,163,0),(57302,108,164,0),(57303,108,165,0),(57304,108,166,0),(57305,108,167,0),(57306,108,168,0),(57307,108,169,0),(57308,108,170,0),(57309,108,171,0),(57310,108,172,0),(57311,108,173,0),(57312,108,174,0),(57313,108,175,0),(57314,108,176,0),(57315,108,177,0),(57316,108,178,0),(57317,108,179,0),(57318,108,180,0),(57319,108,181,0),(57320,108,182,0),(57321,108,183,0),(57322,108,184,0),(57323,108,185,0),(57324,108,186,0),(57325,108,187,0),(57326,108,188,0),(57327,108,189,0),(57328,108,190,0),(57329,108,191,0),(57330,108,192,0),(57331,108,193,0),(57332,108,194,0),(57333,108,195,0),(57334,108,196,0),(57335,108,197,0),(57336,108,198,0),(57337,108,199,0),(57338,108,200,0),(57339,108,201,0),(57340,108,202,0),(57341,108,203,0),(57342,108,204,0),(57343,108,205,0),(57344,108,206,0),(57345,108,207,0),(57346,108,208,0),(57347,108,209,0),(57348,108,210,0),(57349,108,211,0),(57350,108,212,0),(57351,108,213,0),(57352,108,214,0),(57353,108,215,0),(57354,108,216,0),(57355,108,217,0),(57356,108,218,0),(57357,108,219,0),(57358,108,220,0),(57359,108,221,0),(57360,108,222,0),(57361,108,223,0),(57362,108,224,0),(57363,108,225,0),(57364,108,226,0),(57365,108,227,0),(57366,108,228,0),(57367,108,229,0),(57368,108,230,0),(57369,108,231,0),(57370,108,232,0),(57371,108,233,0),(57372,108,234,0),(57373,108,235,0),(57374,108,236,0),(57375,108,237,0),(57376,108,238,0),(57377,108,239,0),(57378,108,240,0),(57379,108,241,0),(57380,108,242,0),(57381,108,243,0),(57382,108,244,0),(57383,108,245,0),(57384,108,246,0),(57385,108,247,0),(57386,108,248,0),(57387,108,249,0),(57388,108,250,0),(57389,108,251,0),(57390,108,252,0),(57391,108,253,0),(57392,108,254,0),(57393,108,255,0),(57394,108,256,0),(57395,108,257,0),(57396,108,258,0),(57397,108,259,0),(57398,108,260,0),(57399,108,261,0),(57400,108,262,0),(57401,108,263,0),(57402,108,264,0),(57403,108,265,0),(57404,108,266,0),(57405,108,267,0),(57406,108,268,0),(57407,108,269,0),(57408,108,270,0),(57409,108,271,0),(57410,108,272,0),(57411,108,273,0),(57412,108,274,0),(57413,108,275,0),(57414,108,276,0),(57415,108,277,0),(57416,108,278,0),(57417,108,279,0),(57418,108,280,0),(57419,108,281,0),(57420,108,282,0),(57421,108,283,0),(57422,108,284,0),(57423,108,285,0),(57424,108,286,0),(57425,108,287,0),(57426,108,288,0),(57427,108,289,0),(57428,108,290,0),(57429,108,291,0),(57430,108,292,0),(57431,108,293,0),(57432,108,294,0),(57433,108,295,0),(57434,108,296,0),(57435,108,297,0),(57436,108,298,0),(57437,108,299,0),(57438,108,300,0),(57439,108,301,0),(57440,108,302,0),(57441,108,303,0),(57442,108,304,0),(57443,108,305,0),(57444,108,306,0),(57445,108,307,0),(57446,108,308,0),(57447,108,309,0),(57448,108,310,0),(57449,108,311,0),(57450,108,312,0),(57451,108,313,0),(57452,108,314,0),(57453,108,315,0),(57454,108,316,0),(57455,108,317,0),(57456,108,318,0),(57457,108,319,0),(57458,108,320,0),(57459,108,321,0),(57460,108,322,0),(57461,108,323,0),(57462,108,324,0),(57463,108,325,0),(57464,108,326,0),(57465,108,327,0),(57466,108,328,0),(57467,108,329,0),(57468,108,330,0),(57469,108,331,0),(57470,108,332,0),(57471,108,333,0),(57472,108,334,0),(57473,108,335,0),(57474,108,336,0),(57475,108,337,0),(57476,108,338,0),(57477,108,339,0),(57478,108,340,0),(57479,108,341,0),(57480,108,342,0),(57481,108,343,0),(57482,108,344,0),(57483,108,345,0),(57484,108,346,0),(57485,108,347,0),(57486,108,348,0),(57487,108,349,0),(57488,108,350,0),(57489,108,351,0),(57490,108,352,0),(57491,108,353,0),(57492,108,354,0),(57493,108,355,0),(57494,108,356,0),(57495,108,357,0),(57496,108,358,0),(57497,108,359,0),(57498,108,360,0),(57499,108,361,0),(57500,108,362,0),(57501,108,363,0),(57502,108,364,0),(57503,108,365,0),(57504,108,366,0),(57505,108,367,0),(57506,108,368,0),(57507,108,369,0),(57508,108,370,0),(57509,108,371,0),(57510,108,372,0),(57511,108,373,0),(57512,108,374,0),(57513,108,375,0),(57514,108,376,0),(57515,108,377,0),(57516,108,378,0),(57517,108,379,0),(57518,108,380,0),(57519,108,381,0),(57520,108,382,0),(57521,108,383,0),(57522,108,384,0),(57523,108,385,0),(57524,108,386,0),(57525,108,387,0),(57526,108,388,0),(57527,108,389,0),(57528,108,390,0),(57529,108,391,0),(57530,108,392,0),(57531,108,393,0),(57532,108,394,0),(57533,108,395,0),(57534,108,396,0),(57535,108,397,0),(57536,108,398,0),(57537,108,399,0),(57538,108,400,0),(57539,108,401,0),(57540,108,402,0),(57541,108,403,0),(57542,108,404,0),(57543,108,405,0),(57544,108,406,0),(57545,108,407,0),(57546,108,408,0),(57547,108,409,0),(57548,108,410,0),(57549,108,411,0),(57550,108,412,0),(57551,108,413,0),(57552,108,414,0),(57553,108,415,0),(57554,108,416,0),(57555,108,417,0),(57556,108,418,0),(57557,108,419,0),(57558,108,420,0),(57559,108,421,0),(57560,108,422,0),(57561,108,423,0),(57562,108,424,0),(57563,108,425,0),(57564,108,426,0),(57565,108,427,0),(57566,108,428,0),(57567,108,429,0),(57568,108,430,0),(57569,108,431,0),(57570,108,432,0),(57571,108,433,0),(57572,108,434,0),(57573,108,435,0),(57574,108,436,0),(57575,108,437,0),(57576,108,438,0),(57577,108,439,0),(57578,108,440,0),(57579,108,441,0),(57580,108,442,0),(57581,108,443,0),(57582,108,444,0),(57583,108,445,0),(57584,108,446,0),(57585,108,447,0),(57586,108,448,0),(57587,108,449,0),(57588,108,450,0),(57589,108,451,0),(57590,108,452,0),(57591,108,453,0),(57592,108,454,0),(57593,108,455,0),(57594,108,456,0),(57595,108,457,0),(57596,108,458,0),(57597,108,459,0),(57598,108,460,0),(57599,108,461,0),(57600,108,462,0),(57601,108,463,0),(57602,108,464,0),(57603,108,465,0),(57604,108,466,0),(57605,108,467,0),(57606,108,468,0),(57607,108,469,0),(57608,108,470,0),(57609,108,471,0),(57610,108,472,0),(57611,108,473,0),(57612,108,474,0),(57613,108,475,0),(57614,108,476,0),(57615,108,477,0),(57616,108,478,0),(57617,108,479,0),(57618,108,480,0),(57619,108,481,0),(57620,108,482,0),(57621,108,483,0),(57622,108,484,0),(57623,108,485,0),(57624,108,486,0),(57625,108,487,0),(57626,108,488,0),(57627,108,489,0),(57628,108,490,0),(57629,108,491,0),(57630,108,492,0.285714285714286),(57631,108,493,0.2),(57632,108,494,0.171428571428571),(57633,108,495,0.171428571428571),(57634,108,496,0.171428571428571),(57635,108,497,0),(57636,108,498,0),(57637,108,499,0),(57638,108,500,0),(57639,108,501,0),(57640,108,502,0),(57641,108,503,0),(57642,108,504,0),(57643,108,505,0),(57644,108,506,0),(57645,108,507,0),(57646,108,508,0),(57647,108,509,0),(57648,108,510,0),(57649,108,511,0),(57650,108,512,0),(57651,108,513,0),(57652,108,514,0),(57653,108,515,0),(57654,108,516,0),(57655,108,517,0),(57656,108,518,0),(57657,108,519,0),(57658,108,520,0),(57659,108,521,0),(57660,108,522,0),(57661,108,523,0),(57662,108,524,0),(57663,108,525,0),(57664,108,526,0),(57665,108,527,0),(57666,108,528,0),(57667,108,529,0),(57668,108,530,0),(57669,108,531,0),(57670,108,532,0),(57671,108,533,0),(57672,108,534,0),(57673,109,1,0),(57674,109,2,0),(57675,109,3,0),(57676,109,4,0),(57677,109,5,0),(57678,109,6,0),(57679,109,7,0),(57680,109,8,0),(57681,109,9,0),(57682,109,10,0),(57683,109,11,0),(57684,109,12,0),(57685,109,13,0),(57686,109,14,0),(57687,109,15,0),(57688,109,16,0),(57689,109,17,0),(57690,109,18,0),(57691,109,19,0),(57692,109,20,0),(57693,109,21,0),(57694,109,22,0),(57695,109,23,0),(57696,109,24,0),(57697,109,25,0),(57698,109,26,0),(57699,109,27,0),(57700,109,28,0),(57701,109,29,0),(57702,109,30,0),(57703,109,31,0),(57704,109,32,0),(57705,109,33,0),(57706,109,34,0),(57707,109,35,0),(57708,109,36,0),(57709,109,37,0),(57710,109,38,0),(57711,109,39,0),(57712,109,40,0),(57713,109,41,0),(57714,109,42,0),(57715,109,43,0),(57716,109,44,0),(57717,109,45,0),(57718,109,46,0),(57719,109,47,0),(57720,109,48,0),(57721,109,49,0),(57722,109,50,0),(57723,109,51,0),(57724,109,52,0),(57725,109,53,0),(57726,109,54,0),(57727,109,55,0),(57728,109,56,0),(57729,109,57,0),(57730,109,58,0),(57731,109,59,0),(57732,109,60,0),(57733,109,61,0),(57734,109,62,0),(57735,109,63,0),(57736,109,64,0),(57737,109,65,0),(57738,109,66,0),(57739,109,67,0),(57740,109,68,0),(57741,109,69,0),(57742,109,70,0),(57743,109,71,0),(57744,109,72,0),(57745,109,73,0),(57746,109,74,0),(57747,109,75,0),(57748,109,76,0),(57749,109,77,0),(57750,109,78,0),(57751,109,79,0),(57752,109,80,0),(57753,109,81,0),(57754,109,82,0),(57755,109,83,0),(57756,109,84,0),(57757,109,85,0),(57758,109,86,0),(57759,109,87,0),(57760,109,88,0),(57761,109,89,0),(57762,109,90,0),(57763,109,91,0),(57764,109,92,0),(57765,109,93,0),(57766,109,94,0),(57767,109,95,0),(57768,109,96,0),(57769,109,97,0),(57770,109,98,0),(57771,109,99,0),(57772,109,100,0),(57773,109,101,0),(57774,109,102,0),(57775,109,103,0),(57776,109,104,0),(57777,109,105,0),(57778,109,106,0),(57779,109,107,0),(57780,109,108,0),(57781,109,109,0),(57782,109,110,0),(57783,109,111,0),(57784,109,112,0),(57785,109,113,0),(57786,109,114,0),(57787,109,115,0),(57788,109,116,0),(57789,109,117,0),(57790,109,118,0),(57791,109,119,0),(57792,109,120,0),(57793,109,121,0),(57794,109,122,0),(57795,109,123,0),(57796,109,124,0),(57797,109,125,0),(57798,109,126,0),(57799,109,127,0),(57800,109,128,0),(57801,109,129,0),(57802,109,130,0),(57803,109,131,0),(57804,109,132,0),(57805,109,133,0),(57806,109,134,0),(57807,109,135,0),(57808,109,136,0),(57809,109,137,0),(57810,109,138,0),(57811,109,139,0),(57812,109,140,0),(57813,109,141,0),(57814,109,142,0),(57815,109,143,0),(57816,109,144,0),(57817,109,145,0),(57818,109,146,0),(57819,109,147,0),(57820,109,148,0),(57821,109,149,0),(57822,109,150,0),(57823,109,151,0),(57824,109,152,0),(57825,109,153,0),(57826,109,154,0),(57827,109,155,0),(57828,109,156,0),(57829,109,157,0),(57830,109,158,0),(57831,109,159,0),(57832,109,160,0),(57833,109,161,0),(57834,109,162,0),(57835,109,163,0),(57836,109,164,0),(57837,109,165,0),(57838,109,166,0),(57839,109,167,0),(57840,109,168,0),(57841,109,169,0),(57842,109,170,0),(57843,109,171,0),(57844,109,172,0),(57845,109,173,0),(57846,109,174,0),(57847,109,175,0),(57848,109,176,0),(57849,109,177,0),(57850,109,178,0),(57851,109,179,0),(57852,109,180,0),(57853,109,181,0),(57854,109,182,0),(57855,109,183,0),(57856,109,184,0),(57857,109,185,0),(57858,109,186,0),(57859,109,187,0),(57860,109,188,0),(57861,109,189,0),(57862,109,190,0),(57863,109,191,0),(57864,109,192,0),(57865,109,193,0),(57866,109,194,0),(57867,109,195,0),(57868,109,196,0),(57869,109,197,0),(57870,109,198,0),(57871,109,199,0),(57872,109,200,0),(57873,109,201,0),(57874,109,202,0),(57875,109,203,0),(57876,109,204,0),(57877,109,205,0),(57878,109,206,0),(57879,109,207,0),(57880,109,208,0),(57881,109,209,0),(57882,109,210,0),(57883,109,211,0),(57884,109,212,0),(57885,109,213,0),(57886,109,214,0),(57887,109,215,0),(57888,109,216,0),(57889,109,217,0),(57890,109,218,0),(57891,109,219,0),(57892,109,220,0),(57893,109,221,0),(57894,109,222,0),(57895,109,223,0),(57896,109,224,0),(57897,109,225,0),(57898,109,226,0),(57899,109,227,0),(57900,109,228,0),(57901,109,229,0),(57902,109,230,0),(57903,109,231,0),(57904,109,232,0),(57905,109,233,0),(57906,109,234,0),(57907,109,235,0),(57908,109,236,0),(57909,109,237,0),(57910,109,238,0),(57911,109,239,0),(57912,109,240,0),(57913,109,241,0),(57914,109,242,0),(57915,109,243,0),(57916,109,244,0),(57917,109,245,0),(57918,109,246,0),(57919,109,247,0),(57920,109,248,0),(57921,109,249,0),(57922,109,250,0),(57923,109,251,0),(57924,109,252,0),(57925,109,253,0),(57926,109,254,0),(57927,109,255,0),(57928,109,256,0),(57929,109,257,0),(57930,109,258,0),(57931,109,259,0),(57932,109,260,0),(57933,109,261,0),(57934,109,262,0),(57935,109,263,0),(57936,109,264,0),(57937,109,265,0),(57938,109,266,0),(57939,109,267,0),(57940,109,268,0),(57941,109,269,0),(57942,109,270,0),(57943,109,271,0),(57944,109,272,0),(57945,109,273,0),(57946,109,274,0),(57947,109,275,0),(57948,109,276,0),(57949,109,277,0),(57950,109,278,0),(57951,109,279,0),(57952,109,280,0),(57953,109,281,0),(57954,109,282,0),(57955,109,283,0),(57956,109,284,0),(57957,109,285,0),(57958,109,286,0),(57959,109,287,0),(57960,109,288,0),(57961,109,289,0),(57962,109,290,0),(57963,109,291,0),(57964,109,292,0),(57965,109,293,0),(57966,109,294,0),(57967,109,295,0),(57968,109,296,0),(57969,109,297,0),(57970,109,298,0),(57971,109,299,0),(57972,109,300,0),(57973,109,301,0),(57974,109,302,0),(57975,109,303,0),(57976,109,304,0),(57977,109,305,0),(57978,109,306,0),(57979,109,307,0),(57980,109,308,0),(57981,109,309,0),(57982,109,310,0),(57983,109,311,0),(57984,109,312,0),(57985,109,313,0),(57986,109,314,0),(57987,109,315,0),(57988,109,316,0),(57989,109,317,0),(57990,109,318,0),(57991,109,319,0),(57992,109,320,0),(57993,109,321,0),(57994,109,322,0),(57995,109,323,0),(57996,109,324,0),(57997,109,325,0),(57998,109,326,0),(57999,109,327,0),(58000,109,328,0),(58001,109,329,0),(58002,109,330,0),(58003,109,331,0),(58004,109,332,0),(58005,109,333,0),(58006,109,334,0),(58007,109,335,0),(58008,109,336,0),(58009,109,337,0),(58010,109,338,0),(58011,109,339,0),(58012,109,340,0),(58013,109,341,0),(58014,109,342,0),(58015,109,343,0),(58016,109,344,0),(58017,109,345,0),(58018,109,346,0),(58019,109,347,0),(58020,109,348,0),(58021,109,349,0),(58022,109,350,0),(58023,109,351,0),(58024,109,352,0),(58025,109,353,0),(58026,109,354,0),(58027,109,355,0),(58028,109,356,0),(58029,109,357,0),(58030,109,358,0),(58031,109,359,0),(58032,109,360,0),(58033,109,361,0),(58034,109,362,0),(58035,109,363,0),(58036,109,364,0),(58037,109,365,0),(58038,109,366,0),(58039,109,367,0),(58040,109,368,0),(58041,109,369,0),(58042,109,370,0),(58043,109,371,0),(58044,109,372,0),(58045,109,373,0),(58046,109,374,0),(58047,109,375,0),(58048,109,376,0),(58049,109,377,0),(58050,109,378,0),(58051,109,379,0),(58052,109,380,0),(58053,109,381,0),(58054,109,382,0),(58055,109,383,0),(58056,109,384,0),(58057,109,385,0),(58058,109,386,0),(58059,109,387,0),(58060,109,388,0),(58061,109,389,0),(58062,109,390,0),(58063,109,391,0),(58064,109,392,0),(58065,109,393,0),(58066,109,394,0),(58067,109,395,0),(58068,109,396,0),(58069,109,397,0),(58070,109,398,0),(58071,109,399,0),(58072,109,400,0),(58073,109,401,0),(58074,109,402,0),(58075,109,403,0),(58076,109,404,0),(58077,109,405,0),(58078,109,406,0),(58079,109,407,0),(58080,109,408,0),(58081,109,409,0),(58082,109,410,0),(58083,109,411,0),(58084,109,412,0),(58085,109,413,0),(58086,109,414,0),(58087,109,415,0),(58088,109,416,0),(58089,109,417,0),(58090,109,418,0),(58091,109,419,0),(58092,109,420,0),(58093,109,421,0),(58094,109,422,0),(58095,109,423,0),(58096,109,424,0),(58097,109,425,0),(58098,109,426,0),(58099,109,427,0),(58100,109,428,0),(58101,109,429,0),(58102,109,430,0),(58103,109,431,0),(58104,109,432,0),(58105,109,433,0),(58106,109,434,0),(58107,109,435,0),(58108,109,436,0),(58109,109,437,0),(58110,109,438,0),(58111,109,439,0),(58112,109,440,0),(58113,109,441,0),(58114,109,442,0),(58115,109,443,0),(58116,109,444,0),(58117,109,445,0),(58118,109,446,0),(58119,109,447,0),(58120,109,448,0),(58121,109,449,0),(58122,109,450,0),(58123,109,451,0),(58124,109,452,0),(58125,109,453,0),(58126,109,454,0),(58127,109,455,0),(58128,109,456,0),(58129,109,457,0),(58130,109,458,0),(58131,109,459,0),(58132,109,460,0),(58133,109,461,0),(58134,109,462,0),(58135,109,463,0),(58136,109,464,0),(58137,109,465,0),(58138,109,466,0),(58139,109,467,0),(58140,109,468,0),(58141,109,469,0),(58142,109,470,0),(58143,109,471,0),(58144,109,472,0),(58145,109,473,0),(58146,109,474,0),(58147,109,475,0),(58148,109,476,0),(58149,109,477,0),(58150,109,478,0),(58151,109,479,0),(58152,109,480,0),(58153,109,481,0),(58154,109,482,0),(58155,109,483,0),(58156,109,484,0),(58157,109,485,0),(58158,109,486,0),(58159,109,487,0),(58160,109,488,0),(58161,109,489,0),(58162,109,490,0),(58163,109,491,0),(58164,109,492,0),(58165,109,493,0),(58166,109,494,0),(58167,109,495,0),(58168,109,496,0),(58169,109,497,0.37037037037037),(58170,109,498,0.296296296296296),(58171,109,499,0.222222222222222),(58172,109,500,0.111111111111111),(58173,109,501,0),(58174,109,502,0),(58175,109,503,0),(58176,109,504,0),(58177,109,505,0),(58178,109,506,0),(58179,109,507,0),(58180,109,508,0),(58181,109,509,0),(58182,109,510,0),(58183,109,511,0),(58184,109,512,0),(58185,109,513,0),(58186,109,514,0),(58187,109,515,0),(58188,109,516,0),(58189,109,517,0),(58190,109,518,0),(58191,109,519,0),(58192,109,520,0),(58193,109,521,0),(58194,109,522,0),(58195,109,523,0),(58196,109,524,0),(58197,109,525,0),(58198,109,526,0),(58199,109,527,0),(58200,109,528,0),(58201,109,529,0),(58202,109,530,0),(58203,109,531,0),(58204,109,532,0),(58205,109,533,0),(58206,109,534,0),(58207,110,1,0),(58208,110,2,0),(58209,110,3,0),(58210,110,4,0),(58211,110,5,0),(58212,110,6,0),(58213,110,7,0),(58214,110,8,0),(58215,110,9,0),(58216,110,10,0),(58217,110,11,0),(58218,110,12,0),(58219,110,13,0),(58220,110,14,0),(58221,110,15,0),(58222,110,16,0),(58223,110,17,0),(58224,110,18,0),(58225,110,19,0),(58226,110,20,0),(58227,110,21,0),(58228,110,22,0),(58229,110,23,0),(58230,110,24,0),(58231,110,25,0),(58232,110,26,0),(58233,110,27,0),(58234,110,28,0),(58235,110,29,0),(58236,110,30,0),(58237,110,31,0),(58238,110,32,0),(58239,110,33,0),(58240,110,34,0),(58241,110,35,0),(58242,110,36,0),(58243,110,37,0),(58244,110,38,0),(58245,110,39,0),(58246,110,40,0),(58247,110,41,0),(58248,110,42,0),(58249,110,43,0),(58250,110,44,0),(58251,110,45,0),(58252,110,46,0),(58253,110,47,0),(58254,110,48,0),(58255,110,49,0),(58256,110,50,0),(58257,110,51,0),(58258,110,52,0),(58259,110,53,0),(58260,110,54,0),(58261,110,55,0),(58262,110,56,0),(58263,110,57,0),(58264,110,58,0),(58265,110,59,0),(58266,110,60,0),(58267,110,61,0),(58268,110,62,0),(58269,110,63,0),(58270,110,64,0),(58271,110,65,0),(58272,110,66,0),(58273,110,67,0),(58274,110,68,0),(58275,110,69,0),(58276,110,70,0),(58277,110,71,0),(58278,110,72,0),(58279,110,73,0),(58280,110,74,0),(58281,110,75,0),(58282,110,76,0),(58283,110,77,0),(58284,110,78,0),(58285,110,79,0),(58286,110,80,0),(58287,110,81,0),(58288,110,82,0),(58289,110,83,0),(58290,110,84,0),(58291,110,85,0),(58292,110,86,0),(58293,110,87,0),(58294,110,88,0),(58295,110,89,0),(58296,110,90,0),(58297,110,91,0),(58298,110,92,0),(58299,110,93,0),(58300,110,94,0),(58301,110,95,0),(58302,110,96,0),(58303,110,97,0),(58304,110,98,0),(58305,110,99,0),(58306,110,100,0),(58307,110,101,0),(58308,110,102,0),(58309,110,103,0),(58310,110,104,0),(58311,110,105,0),(58312,110,106,0),(58313,110,107,0),(58314,110,108,0),(58315,110,109,0),(58316,110,110,0),(58317,110,111,0),(58318,110,112,0),(58319,110,113,0),(58320,110,114,0),(58321,110,115,0),(58322,110,116,0),(58323,110,117,0),(58324,110,118,0),(58325,110,119,0),(58326,110,120,0),(58327,110,121,0),(58328,110,122,0),(58329,110,123,0),(58330,110,124,0),(58331,110,125,0),(58332,110,126,0),(58333,110,127,0),(58334,110,128,0),(58335,110,129,0),(58336,110,130,0),(58337,110,131,0),(58338,110,132,0),(58339,110,133,0),(58340,110,134,0),(58341,110,135,0),(58342,110,136,0),(58343,110,137,0),(58344,110,138,0),(58345,110,139,0),(58346,110,140,0),(58347,110,141,0),(58348,110,142,0),(58349,110,143,0),(58350,110,144,0),(58351,110,145,0),(58352,110,146,0),(58353,110,147,0),(58354,110,148,0),(58355,110,149,0),(58356,110,150,0),(58357,110,151,0),(58358,110,152,0),(58359,110,153,0),(58360,110,154,0),(58361,110,155,0),(58362,110,156,0),(58363,110,157,0),(58364,110,158,0),(58365,110,159,0),(58366,110,160,0),(58367,110,161,0),(58368,110,162,0),(58369,110,163,0),(58370,110,164,0),(58371,110,165,0),(58372,110,166,0),(58373,110,167,0),(58374,110,168,0),(58375,110,169,0),(58376,110,170,0),(58377,110,171,0),(58378,110,172,0),(58379,110,173,0),(58380,110,174,0),(58381,110,175,0),(58382,110,176,0),(58383,110,177,0),(58384,110,178,0),(58385,110,179,0),(58386,110,180,0),(58387,110,181,0),(58388,110,182,0),(58389,110,183,0),(58390,110,184,0),(58391,110,185,0),(58392,110,186,0),(58393,110,187,0),(58394,110,188,0),(58395,110,189,0),(58396,110,190,0),(58397,110,191,0),(58398,110,192,0),(58399,110,193,0),(58400,110,194,0),(58401,110,195,0),(58402,110,196,0),(58403,110,197,0),(58404,110,198,0),(58405,110,199,0),(58406,110,200,0),(58407,110,201,0),(58408,110,202,0),(58409,110,203,0),(58410,110,204,0),(58411,110,205,0),(58412,110,206,0),(58413,110,207,0),(58414,110,208,0),(58415,110,209,0),(58416,110,210,0),(58417,110,211,0),(58418,110,212,0),(58419,110,213,0),(58420,110,214,0),(58421,110,215,0),(58422,110,216,0),(58423,110,217,0),(58424,110,218,0),(58425,110,219,0),(58426,110,220,0),(58427,110,221,0),(58428,110,222,0),(58429,110,223,0),(58430,110,224,0),(58431,110,225,0),(58432,110,226,0),(58433,110,227,0),(58434,110,228,0),(58435,110,229,0),(58436,110,230,0),(58437,110,231,0),(58438,110,232,0),(58439,110,233,0),(58440,110,234,0),(58441,110,235,0),(58442,110,236,0),(58443,110,237,0),(58444,110,238,0),(58445,110,239,0),(58446,110,240,0),(58447,110,241,0),(58448,110,242,0),(58449,110,243,0),(58450,110,244,0),(58451,110,245,0),(58452,110,246,0),(58453,110,247,0),(58454,110,248,0),(58455,110,249,0),(58456,110,250,0),(58457,110,251,0),(58458,110,252,0),(58459,110,253,0),(58460,110,254,0),(58461,110,255,0),(58462,110,256,0),(58463,110,257,0),(58464,110,258,0),(58465,110,259,0),(58466,110,260,0),(58467,110,261,0),(58468,110,262,0),(58469,110,263,0),(58470,110,264,0),(58471,110,265,0),(58472,110,266,0),(58473,110,267,0),(58474,110,268,0),(58475,110,269,0),(58476,110,270,0),(58477,110,271,0),(58478,110,272,0),(58479,110,273,0),(58480,110,274,0),(58481,110,275,0),(58482,110,276,0),(58483,110,277,0),(58484,110,278,0),(58485,110,279,0),(58486,110,280,0),(58487,110,281,0),(58488,110,282,0),(58489,110,283,0),(58490,110,284,0),(58491,110,285,0),(58492,110,286,0),(58493,110,287,0),(58494,110,288,0),(58495,110,289,0),(58496,110,290,0),(58497,110,291,0),(58498,110,292,0),(58499,110,293,0),(58500,110,294,0),(58501,110,295,0),(58502,110,296,0),(58503,110,297,0),(58504,110,298,0),(58505,110,299,0),(58506,110,300,0),(58507,110,301,0),(58508,110,302,0),(58509,110,303,0),(58510,110,304,0),(58511,110,305,0),(58512,110,306,0),(58513,110,307,0),(58514,110,308,0),(58515,110,309,0),(58516,110,310,0),(58517,110,311,0),(58518,110,312,0),(58519,110,313,0),(58520,110,314,0),(58521,110,315,0),(58522,110,316,0),(58523,110,317,0),(58524,110,318,0),(58525,110,319,0),(58526,110,320,0),(58527,110,321,0),(58528,110,322,0),(58529,110,323,0),(58530,110,324,0),(58531,110,325,0),(58532,110,326,0),(58533,110,327,0),(58534,110,328,0),(58535,110,329,0),(58536,110,330,0),(58537,110,331,0),(58538,110,332,0),(58539,110,333,0),(58540,110,334,0),(58541,110,335,0),(58542,110,336,0),(58543,110,337,0),(58544,110,338,0),(58545,110,339,0),(58546,110,340,0),(58547,110,341,0),(58548,110,342,0),(58549,110,343,0),(58550,110,344,0),(58551,110,345,0),(58552,110,346,0),(58553,110,347,0),(58554,110,348,0),(58555,110,349,0),(58556,110,350,0),(58557,110,351,0),(58558,110,352,0),(58559,110,353,0),(58560,110,354,0),(58561,110,355,0),(58562,110,356,0),(58563,110,357,0),(58564,110,358,0),(58565,110,359,0),(58566,110,360,0),(58567,110,361,0),(58568,110,362,0),(58569,110,363,0),(58570,110,364,0),(58571,110,365,0),(58572,110,366,0),(58573,110,367,0),(58574,110,368,0),(58575,110,369,0),(58576,110,370,0),(58577,110,371,0),(58578,110,372,0),(58579,110,373,0),(58580,110,374,0),(58581,110,375,0),(58582,110,376,0),(58583,110,377,0),(58584,110,378,0),(58585,110,379,0),(58586,110,380,0),(58587,110,381,0),(58588,110,382,0),(58589,110,383,0),(58590,110,384,0),(58591,110,385,0),(58592,110,386,0),(58593,110,387,0),(58594,110,388,0),(58595,110,389,0),(58596,110,390,0),(58597,110,391,0),(58598,110,392,0),(58599,110,393,0),(58600,110,394,0),(58601,110,395,0),(58602,110,396,0),(58603,110,397,0),(58604,110,398,0),(58605,110,399,0),(58606,110,400,0),(58607,110,401,0),(58608,110,402,0),(58609,110,403,0),(58610,110,404,0),(58611,110,405,0),(58612,110,406,0),(58613,110,407,0),(58614,110,408,0),(58615,110,409,0),(58616,110,410,0),(58617,110,411,0),(58618,110,412,0),(58619,110,413,0),(58620,110,414,0),(58621,110,415,0),(58622,110,416,0),(58623,110,417,0),(58624,110,418,0),(58625,110,419,0),(58626,110,420,0),(58627,110,421,0),(58628,110,422,0),(58629,110,423,0),(58630,110,424,0),(58631,110,425,0),(58632,110,426,0),(58633,110,427,0),(58634,110,428,0),(58635,110,429,0),(58636,110,430,0),(58637,110,431,0),(58638,110,432,0),(58639,110,433,0),(58640,110,434,0),(58641,110,435,0),(58642,110,436,0),(58643,110,437,0),(58644,110,438,0),(58645,110,439,0),(58646,110,440,0),(58647,110,441,0),(58648,110,442,0),(58649,110,443,0),(58650,110,444,0),(58651,110,445,0),(58652,110,446,0),(58653,110,447,0),(58654,110,448,0),(58655,110,449,0),(58656,110,450,0),(58657,110,451,0),(58658,110,452,0),(58659,110,453,0),(58660,110,454,0),(58661,110,455,0),(58662,110,456,0),(58663,110,457,0),(58664,110,458,0),(58665,110,459,0),(58666,110,460,0),(58667,110,461,0),(58668,110,462,0),(58669,110,463,0),(58670,110,464,0),(58671,110,465,0),(58672,110,466,0),(58673,110,467,0),(58674,110,468,0),(58675,110,469,0),(58676,110,470,0),(58677,110,471,0),(58678,110,472,0),(58679,110,473,0),(58680,110,474,0),(58681,110,475,0),(58682,110,476,0),(58683,110,477,0),(58684,110,478,0),(58685,110,479,0),(58686,110,480,0),(58687,110,481,0),(58688,110,482,0),(58689,110,483,0),(58690,110,484,0),(58691,110,485,0),(58692,110,486,0),(58693,110,487,0),(58694,110,488,0),(58695,110,489,0),(58696,110,490,0),(58697,110,491,0),(58698,110,492,0),(58699,110,493,0),(58700,110,494,0),(58701,110,495,0),(58702,110,496,0),(58703,110,497,0),(58704,110,498,0),(58705,110,499,0),(58706,110,500,0),(58707,110,501,0.3125),(58708,110,502,0.25),(58709,110,503,0.25),(58710,110,504,0.1875),(58711,110,505,0),(58712,110,506,0),(58713,110,507,0),(58714,110,508,0),(58715,110,509,0),(58716,110,510,0),(58717,110,511,0),(58718,110,512,0),(58719,110,513,0),(58720,110,514,0),(58721,110,515,0),(58722,110,516,0),(58723,110,517,0),(58724,110,518,0),(58725,110,519,0),(58726,110,520,0),(58727,110,521,0),(58728,110,522,0),(58729,110,523,0),(58730,110,524,0),(58731,110,525,0),(58732,110,526,0),(58733,110,527,0),(58734,110,528,0),(58735,110,529,0),(58736,110,530,0),(58737,110,531,0),(58738,110,532,0),(58739,110,533,0),(58740,110,534,0),(58741,111,1,0),(58742,111,2,0),(58743,111,3,0),(58744,111,4,0),(58745,111,5,0),(58746,111,6,0),(58747,111,7,0),(58748,111,8,0),(58749,111,9,0),(58750,111,10,0),(58751,111,11,0),(58752,111,12,0),(58753,111,13,0),(58754,111,14,0),(58755,111,15,0),(58756,111,16,0),(58757,111,17,0),(58758,111,18,0),(58759,111,19,0),(58760,111,20,0),(58761,111,21,0),(58762,111,22,0),(58763,111,23,0),(58764,111,24,0),(58765,111,25,0),(58766,111,26,0),(58767,111,27,0),(58768,111,28,0),(58769,111,29,0),(58770,111,30,0),(58771,111,31,0),(58772,111,32,0),(58773,111,33,0),(58774,111,34,0),(58775,111,35,0),(58776,111,36,0),(58777,111,37,0),(58778,111,38,0),(58779,111,39,0),(58780,111,40,0),(58781,111,41,0),(58782,111,42,0),(58783,111,43,0),(58784,111,44,0),(58785,111,45,0),(58786,111,46,0),(58787,111,47,0),(58788,111,48,0),(58789,111,49,0),(58790,111,50,0),(58791,111,51,0),(58792,111,52,0),(58793,111,53,0),(58794,111,54,0),(58795,111,55,0),(58796,111,56,0),(58797,111,57,0),(58798,111,58,0),(58799,111,59,0),(58800,111,60,0),(58801,111,61,0),(58802,111,62,0),(58803,111,63,0),(58804,111,64,0),(58805,111,65,0),(58806,111,66,0),(58807,111,67,0),(58808,111,68,0),(58809,111,69,0),(58810,111,70,0),(58811,111,71,0),(58812,111,72,0),(58813,111,73,0),(58814,111,74,0),(58815,111,75,0),(58816,111,76,0),(58817,111,77,0),(58818,111,78,0),(58819,111,79,0),(58820,111,80,0),(58821,111,81,0),(58822,111,82,0),(58823,111,83,0),(58824,111,84,0),(58825,111,85,0),(58826,111,86,0),(58827,111,87,0),(58828,111,88,0),(58829,111,89,0),(58830,111,90,0),(58831,111,91,0),(58832,111,92,0),(58833,111,93,0),(58834,111,94,0),(58835,111,95,0),(58836,111,96,0),(58837,111,97,0),(58838,111,98,0),(58839,111,99,0),(58840,111,100,0),(58841,111,101,0),(58842,111,102,0),(58843,111,103,0),(58844,111,104,0),(58845,111,105,0),(58846,111,106,0),(58847,111,107,0),(58848,111,108,0),(58849,111,109,0),(58850,111,110,0),(58851,111,111,0),(58852,111,112,0),(58853,111,113,0),(58854,111,114,0),(58855,111,115,0),(58856,111,116,0),(58857,111,117,0),(58858,111,118,0),(58859,111,119,0),(58860,111,120,0),(58861,111,121,0),(58862,111,122,0),(58863,111,123,0),(58864,111,124,0),(58865,111,125,0),(58866,111,126,0),(58867,111,127,0),(58868,111,128,0),(58869,111,129,0),(58870,111,130,0),(58871,111,131,0),(58872,111,132,0),(58873,111,133,0),(58874,111,134,0),(58875,111,135,0),(58876,111,136,0),(58877,111,137,0),(58878,111,138,0),(58879,111,139,0),(58880,111,140,0),(58881,111,141,0),(58882,111,142,0),(58883,111,143,0),(58884,111,144,0),(58885,111,145,0),(58886,111,146,0),(58887,111,147,0),(58888,111,148,0),(58889,111,149,0),(58890,111,150,0),(58891,111,151,0),(58892,111,152,0),(58893,111,153,0),(58894,111,154,0),(58895,111,155,0),(58896,111,156,0),(58897,111,157,0),(58898,111,158,0),(58899,111,159,0),(58900,111,160,0),(58901,111,161,0),(58902,111,162,0),(58903,111,163,0),(58904,111,164,0),(58905,111,165,0),(58906,111,166,0),(58907,111,167,0),(58908,111,168,0),(58909,111,169,0),(58910,111,170,0),(58911,111,171,0),(58912,111,172,0),(58913,111,173,0),(58914,111,174,0),(58915,111,175,0),(58916,111,176,0),(58917,111,177,0),(58918,111,178,0),(58919,111,179,0),(58920,111,180,0),(58921,111,181,0),(58922,111,182,0),(58923,111,183,0),(58924,111,184,0),(58925,111,185,0),(58926,111,186,0),(58927,111,187,0),(58928,111,188,0),(58929,111,189,0),(58930,111,190,0),(58931,111,191,0),(58932,111,192,0),(58933,111,193,0),(58934,111,194,0),(58935,111,195,0),(58936,111,196,0),(58937,111,197,0),(58938,111,198,0),(58939,111,199,0),(58940,111,200,0),(58941,111,201,0),(58942,111,202,0),(58943,111,203,0),(58944,111,204,0),(58945,111,205,0),(58946,111,206,0),(58947,111,207,0),(58948,111,208,0),(58949,111,209,0),(58950,111,210,0),(58951,111,211,0),(58952,111,212,0),(58953,111,213,0),(58954,111,214,0),(58955,111,215,0),(58956,111,216,0),(58957,111,217,0),(58958,111,218,0),(58959,111,219,0),(58960,111,220,0),(58961,111,221,0),(58962,111,222,0),(58963,111,223,0),(58964,111,224,0),(58965,111,225,0),(58966,111,226,0),(58967,111,227,0),(58968,111,228,0),(58969,111,229,0),(58970,111,230,0),(58971,111,231,0),(58972,111,232,0),(58973,111,233,0),(58974,111,234,0),(58975,111,235,0),(58976,111,236,0),(58977,111,237,0),(58978,111,238,0);
-INSERT INTO `aux_question_cat` VALUES (58979,111,239,0),(58980,111,240,0),(58981,111,241,0),(58982,111,242,0),(58983,111,243,0),(58984,111,244,0),(58985,111,245,0),(58986,111,246,0),(58987,111,247,0),(58988,111,248,0),(58989,111,249,0),(58990,111,250,0),(58991,111,251,0),(58992,111,252,0),(58993,111,253,0),(58994,111,254,0),(58995,111,255,0),(58996,111,256,0),(58997,111,257,0),(58998,111,258,0),(58999,111,259,0),(59000,111,260,0),(59001,111,261,0),(59002,111,262,0),(59003,111,263,0),(59004,111,264,0),(59005,111,265,0),(59006,111,266,0),(59007,111,267,0),(59008,111,268,0),(59009,111,269,0),(59010,111,270,0),(59011,111,271,0),(59012,111,272,0),(59013,111,273,0),(59014,111,274,0),(59015,111,275,0),(59016,111,276,0),(59017,111,277,0),(59018,111,278,0),(59019,111,279,0),(59020,111,280,0),(59021,111,281,0),(59022,111,282,0),(59023,111,283,0),(59024,111,284,0),(59025,111,285,0),(59026,111,286,0),(59027,111,287,0),(59028,111,288,0),(59029,111,289,0),(59030,111,290,0),(59031,111,291,0),(59032,111,292,0),(59033,111,293,0),(59034,111,294,0),(59035,111,295,0),(59036,111,296,0),(59037,111,297,0),(59038,111,298,0),(59039,111,299,0),(59040,111,300,0),(59041,111,301,0),(59042,111,302,0),(59043,111,303,0),(59044,111,304,0),(59045,111,305,0),(59046,111,306,0),(59047,111,307,0),(59048,111,308,0),(59049,111,309,0),(59050,111,310,0),(59051,111,311,0),(59052,111,312,0),(59053,111,313,0),(59054,111,314,0),(59055,111,315,0),(59056,111,316,0),(59057,111,317,0),(59058,111,318,0),(59059,111,319,0),(59060,111,320,0),(59061,111,321,0),(59062,111,322,0),(59063,111,323,0),(59064,111,324,0),(59065,111,325,0),(59066,111,326,0),(59067,111,327,0),(59068,111,328,0),(59069,111,329,0),(59070,111,330,0),(59071,111,331,0),(59072,111,332,0),(59073,111,333,0),(59074,111,334,0),(59075,111,335,0),(59076,111,336,0),(59077,111,337,0),(59078,111,338,0),(59079,111,339,0),(59080,111,340,0),(59081,111,341,0),(59082,111,342,0),(59083,111,343,0),(59084,111,344,0),(59085,111,345,0),(59086,111,346,0),(59087,111,347,0),(59088,111,348,0),(59089,111,349,0),(59090,111,350,0),(59091,111,351,0),(59092,111,352,0),(59093,111,353,0),(59094,111,354,0),(59095,111,355,0),(59096,111,356,0),(59097,111,357,0),(59098,111,358,0),(59099,111,359,0),(59100,111,360,0),(59101,111,361,0),(59102,111,362,0),(59103,111,363,0),(59104,111,364,0),(59105,111,365,0),(59106,111,366,0),(59107,111,367,0),(59108,111,368,0),(59109,111,369,0),(59110,111,370,0),(59111,111,371,0),(59112,111,372,0),(59113,111,373,0),(59114,111,374,0),(59115,111,375,0),(59116,111,376,0),(59117,111,377,0),(59118,111,378,0),(59119,111,379,0),(59120,111,380,0),(59121,111,381,0),(59122,111,382,0),(59123,111,383,0),(59124,111,384,0),(59125,111,385,0),(59126,111,386,0),(59127,111,387,0),(59128,111,388,0),(59129,111,389,0),(59130,111,390,0),(59131,111,391,0),(59132,111,392,0),(59133,111,393,0),(59134,111,394,0),(59135,111,395,0),(59136,111,396,0),(59137,111,397,0),(59138,111,398,0),(59139,111,399,0),(59140,111,400,0),(59141,111,401,0),(59142,111,402,0),(59143,111,403,0),(59144,111,404,0),(59145,111,405,0),(59146,111,406,0),(59147,111,407,0),(59148,111,408,0),(59149,111,409,0),(59150,111,410,0),(59151,111,411,0),(59152,111,412,0),(59153,111,413,0),(59154,111,414,0),(59155,111,415,0),(59156,111,416,0),(59157,111,417,0),(59158,111,418,0),(59159,111,419,0),(59160,111,420,0),(59161,111,421,0),(59162,111,422,0),(59163,111,423,0),(59164,111,424,0),(59165,111,425,0),(59166,111,426,0),(59167,111,427,0),(59168,111,428,0),(59169,111,429,0),(59170,111,430,0),(59171,111,431,0),(59172,111,432,0),(59173,111,433,0),(59174,111,434,0),(59175,111,435,0),(59176,111,436,0),(59177,111,437,0),(59178,111,438,0),(59179,111,439,0),(59180,111,440,0),(59181,111,441,0),(59182,111,442,0),(59183,111,443,0),(59184,111,444,0),(59185,111,445,0),(59186,111,446,0),(59187,111,447,0),(59188,111,448,0),(59189,111,449,0),(59190,111,450,0),(59191,111,451,0),(59192,111,452,0),(59193,111,453,0),(59194,111,454,0),(59195,111,455,0),(59196,111,456,0),(59197,111,457,0),(59198,111,458,0),(59199,111,459,0),(59200,111,460,0),(59201,111,461,0),(59202,111,462,0),(59203,111,463,0),(59204,111,464,0),(59205,111,465,0),(59206,111,466,0),(59207,111,467,0),(59208,111,468,0),(59209,111,469,0),(59210,111,470,0),(59211,111,471,0),(59212,111,472,0),(59213,111,473,0),(59214,111,474,0),(59215,111,475,0),(59216,111,476,0),(59217,111,477,0),(59218,111,478,0),(59219,111,479,0),(59220,111,480,0),(59221,111,481,0),(59222,111,482,0),(59223,111,483,0),(59224,111,484,0),(59225,111,485,0),(59226,111,486,0),(59227,111,487,0),(59228,111,488,0),(59229,111,489,0),(59230,111,490,0),(59231,111,491,0),(59232,111,492,0),(59233,111,493,0),(59234,111,494,0),(59235,111,495,0),(59236,111,496,0),(59237,111,497,0),(59238,111,498,0),(59239,111,499,0),(59240,111,500,0),(59241,111,501,0),(59242,111,502,0),(59243,111,503,0),(59244,111,504,0),(59245,111,505,0.303030303030303),(59246,111,506,0.242424242424242),(59247,111,507,0.212121212121212),(59248,111,508,0.242424242424242),(59249,111,509,0),(59250,111,510,0),(59251,111,511,0),(59252,111,512,0),(59253,111,513,0),(59254,111,514,0),(59255,111,515,0),(59256,111,516,0),(59257,111,517,0),(59258,111,518,0),(59259,111,519,0),(59260,111,520,0),(59261,111,521,0),(59262,111,522,0),(59263,111,523,0),(59264,111,524,0),(59265,111,525,0),(59266,111,526,0),(59267,111,527,0),(59268,111,528,0),(59269,111,529,0),(59270,111,530,0),(59271,111,531,0),(59272,111,532,0),(59273,111,533,0),(59274,111,534,0),(59275,112,1,0),(59276,112,2,0),(59277,112,3,0),(59278,112,4,0),(59279,112,5,0),(59280,112,6,0),(59281,112,7,0),(59282,112,8,0),(59283,112,9,0),(59284,112,10,0),(59285,112,11,0),(59286,112,12,0),(59287,112,13,0),(59288,112,14,0),(59289,112,15,0),(59290,112,16,0),(59291,112,17,0),(59292,112,18,0),(59293,112,19,0),(59294,112,20,0),(59295,112,21,0),(59296,112,22,0),(59297,112,23,0),(59298,112,24,0),(59299,112,25,0),(59300,112,26,0),(59301,112,27,0),(59302,112,28,0),(59303,112,29,0),(59304,112,30,0),(59305,112,31,0),(59306,112,32,0),(59307,112,33,0),(59308,112,34,0),(59309,112,35,0),(59310,112,36,0),(59311,112,37,0),(59312,112,38,0),(59313,112,39,0),(59314,112,40,0),(59315,112,41,0),(59316,112,42,0),(59317,112,43,0),(59318,112,44,0),(59319,112,45,0),(59320,112,46,0),(59321,112,47,0),(59322,112,48,0),(59323,112,49,0),(59324,112,50,0),(59325,112,51,0),(59326,112,52,0),(59327,112,53,0),(59328,112,54,0),(59329,112,55,0),(59330,112,56,0),(59331,112,57,0),(59332,112,58,0),(59333,112,59,0),(59334,112,60,0),(59335,112,61,0),(59336,112,62,0),(59337,112,63,0),(59338,112,64,0),(59339,112,65,0),(59340,112,66,0),(59341,112,67,0),(59342,112,68,0),(59343,112,69,0),(59344,112,70,0),(59345,112,71,0),(59346,112,72,0),(59347,112,73,0),(59348,112,74,0),(59349,112,75,0),(59350,112,76,0),(59351,112,77,0),(59352,112,78,0),(59353,112,79,0),(59354,112,80,0),(59355,112,81,0),(59356,112,82,0),(59357,112,83,0),(59358,112,84,0),(59359,112,85,0),(59360,112,86,0),(59361,112,87,0),(59362,112,88,0),(59363,112,89,0),(59364,112,90,0),(59365,112,91,0),(59366,112,92,0),(59367,112,93,0),(59368,112,94,0),(59369,112,95,0),(59370,112,96,0),(59371,112,97,0),(59372,112,98,0),(59373,112,99,0),(59374,112,100,0),(59375,112,101,0),(59376,112,102,0),(59377,112,103,0),(59378,112,104,0),(59379,112,105,0),(59380,112,106,0),(59381,112,107,0),(59382,112,108,0),(59383,112,109,0),(59384,112,110,0),(59385,112,111,0),(59386,112,112,0),(59387,112,113,0),(59388,112,114,0),(59389,112,115,0),(59390,112,116,0),(59391,112,117,0),(59392,112,118,0),(59393,112,119,0),(59394,112,120,0),(59395,112,121,0),(59396,112,122,0),(59397,112,123,0),(59398,112,124,0),(59399,112,125,0),(59400,112,126,0),(59401,112,127,0),(59402,112,128,0),(59403,112,129,0),(59404,112,130,0),(59405,112,131,0),(59406,112,132,0),(59407,112,133,0),(59408,112,134,0),(59409,112,135,0),(59410,112,136,0),(59411,112,137,0),(59412,112,138,0),(59413,112,139,0),(59414,112,140,0),(59415,112,141,0),(59416,112,142,0),(59417,112,143,0),(59418,112,144,0),(59419,112,145,0),(59420,112,146,0),(59421,112,147,0),(59422,112,148,0),(59423,112,149,0),(59424,112,150,0),(59425,112,151,0),(59426,112,152,0),(59427,112,153,0),(59428,112,154,0),(59429,112,155,0),(59430,112,156,0),(59431,112,157,0),(59432,112,158,0),(59433,112,159,0),(59434,112,160,0),(59435,112,161,0),(59436,112,162,0),(59437,112,163,0),(59438,112,164,0),(59439,112,165,0),(59440,112,166,0),(59441,112,167,0),(59442,112,168,0),(59443,112,169,0),(59444,112,170,0),(59445,112,171,0),(59446,112,172,0),(59447,112,173,0),(59448,112,174,0),(59449,112,175,0),(59450,112,176,0),(59451,112,177,0),(59452,112,178,0),(59453,112,179,0),(59454,112,180,0),(59455,112,181,0),(59456,112,182,0),(59457,112,183,0),(59458,112,184,0),(59459,112,185,0),(59460,112,186,0),(59461,112,187,0),(59462,112,188,0),(59463,112,189,0),(59464,112,190,0),(59465,112,191,0),(59466,112,192,0),(59467,112,193,0),(59468,112,194,0),(59469,112,195,0),(59470,112,196,0),(59471,112,197,0),(59472,112,198,0),(59473,112,199,0),(59474,112,200,0),(59475,112,201,0),(59476,112,202,0),(59477,112,203,0),(59478,112,204,0),(59479,112,205,0),(59480,112,206,0),(59481,112,207,0),(59482,112,208,0),(59483,112,209,0),(59484,112,210,0),(59485,112,211,0),(59486,112,212,0),(59487,112,213,0),(59488,112,214,0),(59489,112,215,0),(59490,112,216,0),(59491,112,217,0),(59492,112,218,0),(59493,112,219,0),(59494,112,220,0),(59495,112,221,0),(59496,112,222,0),(59497,112,223,0),(59498,112,224,0),(59499,112,225,0),(59500,112,226,0),(59501,112,227,0),(59502,112,228,0),(59503,112,229,0),(59504,112,230,0),(59505,112,231,0),(59506,112,232,0),(59507,112,233,0),(59508,112,234,0),(59509,112,235,0),(59510,112,236,0),(59511,112,237,0),(59512,112,238,0),(59513,112,239,0),(59514,112,240,0),(59515,112,241,0),(59516,112,242,0),(59517,112,243,0),(59518,112,244,0),(59519,112,245,0),(59520,112,246,0),(59521,112,247,0),(59522,112,248,0),(59523,112,249,0),(59524,112,250,0),(59525,112,251,0),(59526,112,252,0),(59527,112,253,0),(59528,112,254,0),(59529,112,255,0),(59530,112,256,0),(59531,112,257,0),(59532,112,258,0),(59533,112,259,0),(59534,112,260,0),(59535,112,261,0),(59536,112,262,0),(59537,112,263,0),(59538,112,264,0),(59539,112,265,0),(59540,112,266,0),(59541,112,267,0),(59542,112,268,0),(59543,112,269,0),(59544,112,270,0),(59545,112,271,0),(59546,112,272,0),(59547,112,273,0),(59548,112,274,0),(59549,112,275,0),(59550,112,276,0),(59551,112,277,0),(59552,112,278,0),(59553,112,279,0),(59554,112,280,0),(59555,112,281,0),(59556,112,282,0),(59557,112,283,0),(59558,112,284,0),(59559,112,285,0),(59560,112,286,0),(59561,112,287,0),(59562,112,288,0),(59563,112,289,0),(59564,112,290,0),(59565,112,291,0),(59566,112,292,0),(59567,112,293,0),(59568,112,294,0),(59569,112,295,0),(59570,112,296,0),(59571,112,297,0),(59572,112,298,0),(59573,112,299,0),(59574,112,300,0),(59575,112,301,0),(59576,112,302,0),(59577,112,303,0),(59578,112,304,0),(59579,112,305,0),(59580,112,306,0),(59581,112,307,0),(59582,112,308,0),(59583,112,309,0),(59584,112,310,0),(59585,112,311,0),(59586,112,312,0),(59587,112,313,0),(59588,112,314,0),(59589,112,315,0),(59590,112,316,0),(59591,112,317,0),(59592,112,318,0),(59593,112,319,0),(59594,112,320,0),(59595,112,321,0),(59596,112,322,0),(59597,112,323,0),(59598,112,324,0),(59599,112,325,0),(59600,112,326,0),(59601,112,327,0),(59602,112,328,0),(59603,112,329,0),(59604,112,330,0),(59605,112,331,0),(59606,112,332,0),(59607,112,333,0),(59608,112,334,0),(59609,112,335,0),(59610,112,336,0),(59611,112,337,0),(59612,112,338,0),(59613,112,339,0),(59614,112,340,0),(59615,112,341,0),(59616,112,342,0),(59617,112,343,0),(59618,112,344,0),(59619,112,345,0),(59620,112,346,0),(59621,112,347,0),(59622,112,348,0),(59623,112,349,0),(59624,112,350,0),(59625,112,351,0),(59626,112,352,0),(59627,112,353,0),(59628,112,354,0),(59629,112,355,0),(59630,112,356,0),(59631,112,357,0),(59632,112,358,0),(59633,112,359,0),(59634,112,360,0),(59635,112,361,0),(59636,112,362,0),(59637,112,363,0),(59638,112,364,0),(59639,112,365,0),(59640,112,366,0),(59641,112,367,0),(59642,112,368,0),(59643,112,369,0),(59644,112,370,0),(59645,112,371,0),(59646,112,372,0),(59647,112,373,0),(59648,112,374,0),(59649,112,375,0),(59650,112,376,0),(59651,112,377,0),(59652,112,378,0),(59653,112,379,0),(59654,112,380,0),(59655,112,381,0),(59656,112,382,0),(59657,112,383,0),(59658,112,384,0),(59659,112,385,0),(59660,112,386,0),(59661,112,387,0),(59662,112,388,0),(59663,112,389,0),(59664,112,390,0),(59665,112,391,0),(59666,112,392,0),(59667,112,393,0),(59668,112,394,0),(59669,112,395,0),(59670,112,396,0),(59671,112,397,0),(59672,112,398,0),(59673,112,399,0),(59674,112,400,0),(59675,112,401,0),(59676,112,402,0),(59677,112,403,0),(59678,112,404,0),(59679,112,405,0),(59680,112,406,0),(59681,112,407,0),(59682,112,408,0),(59683,112,409,0),(59684,112,410,0),(59685,112,411,0),(59686,112,412,0),(59687,112,413,0),(59688,112,414,0),(59689,112,415,0),(59690,112,416,0),(59691,112,417,0),(59692,112,418,0),(59693,112,419,0),(59694,112,420,0),(59695,112,421,0),(59696,112,422,0),(59697,112,423,0),(59698,112,424,0),(59699,112,425,0),(59700,112,426,0),(59701,112,427,0),(59702,112,428,0),(59703,112,429,0),(59704,112,430,0),(59705,112,431,0),(59706,112,432,0),(59707,112,433,0),(59708,112,434,0),(59709,112,435,0),(59710,112,436,0),(59711,112,437,0),(59712,112,438,0),(59713,112,439,0),(59714,112,440,0),(59715,112,441,0),(59716,112,442,0),(59717,112,443,0),(59718,112,444,0),(59719,112,445,0),(59720,112,446,0),(59721,112,447,0),(59722,112,448,0),(59723,112,449,0),(59724,112,450,0),(59725,112,451,0),(59726,112,452,0),(59727,112,453,0),(59728,112,454,0),(59729,112,455,0),(59730,112,456,0),(59731,112,457,0),(59732,112,458,0),(59733,112,459,0),(59734,112,460,0),(59735,112,461,0),(59736,112,462,0),(59737,112,463,0),(59738,112,464,0),(59739,112,465,0),(59740,112,466,0),(59741,112,467,0),(59742,112,468,0),(59743,112,469,0),(59744,112,470,0),(59745,112,471,0),(59746,112,472,0),(59747,112,473,0),(59748,112,474,0),(59749,112,475,0),(59750,112,476,0),(59751,112,477,0),(59752,112,478,0),(59753,112,479,0),(59754,112,480,0),(59755,112,481,0),(59756,112,482,0),(59757,112,483,0),(59758,112,484,0),(59759,112,485,0),(59760,112,486,0),(59761,112,487,0),(59762,112,488,0),(59763,112,489,0),(59764,112,490,0),(59765,112,491,0),(59766,112,492,0),(59767,112,493,0),(59768,112,494,0),(59769,112,495,0),(59770,112,496,0),(59771,112,497,0),(59772,112,498,0),(59773,112,499,0),(59774,112,500,0),(59775,112,501,0),(59776,112,502,0),(59777,112,503,0),(59778,112,504,0),(59779,112,505,0),(59780,112,506,0),(59781,112,507,0),(59782,112,508,0),(59783,112,509,0.416666666666667),(59784,112,510,0.333333333333333),(59785,112,511,0.25),(59786,112,512,0),(59787,112,513,0),(59788,112,514,0),(59789,112,515,0),(59790,112,516,0),(59791,112,517,0),(59792,112,518,0),(59793,112,519,0),(59794,112,520,0),(59795,112,521,0),(59796,112,522,0),(59797,112,523,0),(59798,112,524,0),(59799,112,525,0),(59800,112,526,0),(59801,112,527,0),(59802,112,528,0),(59803,112,529,0),(59804,112,530,0),(59805,112,531,0),(59806,112,532,0),(59807,112,533,0),(59808,112,534,0),(59809,113,1,0),(59810,113,2,0),(59811,113,3,0),(59812,113,4,0),(59813,113,5,0),(59814,113,6,0),(59815,113,7,0),(59816,113,8,0),(59817,113,9,0),(59818,113,10,0),(59819,113,11,0),(59820,113,12,0),(59821,113,13,0),(59822,113,14,0),(59823,113,15,0),(59824,113,16,0),(59825,113,17,0),(59826,113,18,0),(59827,113,19,0),(59828,113,20,0),(59829,113,21,0),(59830,113,22,0),(59831,113,23,0),(59832,113,24,0),(59833,113,25,0),(59834,113,26,0),(59835,113,27,0),(59836,113,28,0),(59837,113,29,0),(59838,113,30,0),(59839,113,31,0),(59840,113,32,0),(59841,113,33,0),(59842,113,34,0),(59843,113,35,0),(59844,113,36,0),(59845,113,37,0),(59846,113,38,0),(59847,113,39,0),(59848,113,40,0),(59849,113,41,0),(59850,113,42,0),(59851,113,43,0),(59852,113,44,0),(59853,113,45,0),(59854,113,46,0),(59855,113,47,0),(59856,113,48,0),(59857,113,49,0),(59858,113,50,0),(59859,113,51,0),(59860,113,52,0),(59861,113,53,0),(59862,113,54,0),(59863,113,55,0),(59864,113,56,0),(59865,113,57,0),(59866,113,58,0),(59867,113,59,0),(59868,113,60,0),(59869,113,61,0),(59870,113,62,0),(59871,113,63,0),(59872,113,64,0),(59873,113,65,0),(59874,113,66,0),(59875,113,67,0),(59876,113,68,0),(59877,113,69,0),(59878,113,70,0),(59879,113,71,0),(59880,113,72,0),(59881,113,73,0),(59882,113,74,0),(59883,113,75,0),(59884,113,76,0),(59885,113,77,0),(59886,113,78,0),(59887,113,79,0),(59888,113,80,0),(59889,113,81,0),(59890,113,82,0),(59891,113,83,0),(59892,113,84,0),(59893,113,85,0),(59894,113,86,0),(59895,113,87,0),(59896,113,88,0),(59897,113,89,0),(59898,113,90,0),(59899,113,91,0),(59900,113,92,0),(59901,113,93,0),(59902,113,94,0),(59903,113,95,0),(59904,113,96,0),(59905,113,97,0),(59906,113,98,0),(59907,113,99,0),(59908,113,100,0),(59909,113,101,0),(59910,113,102,0),(59911,113,103,0),(59912,113,104,0),(59913,113,105,0),(59914,113,106,0),(59915,113,107,0),(59916,113,108,0),(59917,113,109,0),(59918,113,110,0),(59919,113,111,0),(59920,113,112,0),(59921,113,113,0),(59922,113,114,0),(59923,113,115,0),(59924,113,116,0),(59925,113,117,0),(59926,113,118,0),(59927,113,119,0),(59928,113,120,0),(59929,113,121,0),(59930,113,122,0),(59931,113,123,0),(59932,113,124,0),(59933,113,125,0),(59934,113,126,0),(59935,113,127,0),(59936,113,128,0),(59937,113,129,0),(59938,113,130,0),(59939,113,131,0),(59940,113,132,0),(59941,113,133,0),(59942,113,134,0),(59943,113,135,0),(59944,113,136,0),(59945,113,137,0),(59946,113,138,0),(59947,113,139,0),(59948,113,140,0),(59949,113,141,0),(59950,113,142,0),(59951,113,143,0),(59952,113,144,0),(59953,113,145,0),(59954,113,146,0),(59955,113,147,0),(59956,113,148,0),(59957,113,149,0),(59958,113,150,0),(59959,113,151,0),(59960,113,152,0),(59961,113,153,0),(59962,113,154,0),(59963,113,155,0),(59964,113,156,0),(59965,113,157,0),(59966,113,158,0),(59967,113,159,0),(59968,113,160,0),(59969,113,161,0),(59970,113,162,0),(59971,113,163,0),(59972,113,164,0),(59973,113,165,0),(59974,113,166,0),(59975,113,167,0),(59976,113,168,0),(59977,113,169,0),(59978,113,170,0),(59979,113,171,0),(59980,113,172,0),(59981,113,173,0),(59982,113,174,0),(59983,113,175,0),(59984,113,176,0),(59985,113,177,0),(59986,113,178,0),(59987,113,179,0),(59988,113,180,0),(59989,113,181,0),(59990,113,182,0),(59991,113,183,0),(59992,113,184,0),(59993,113,185,0),(59994,113,186,0),(59995,113,187,0),(59996,113,188,0),(59997,113,189,0),(59998,113,190,0),(59999,113,191,0),(60000,113,192,0),(60001,113,193,0),(60002,113,194,0),(60003,113,195,0),(60004,113,196,0),(60005,113,197,0),(60006,113,198,0),(60007,113,199,0),(60008,113,200,0),(60009,113,201,0),(60010,113,202,0),(60011,113,203,0),(60012,113,204,0),(60013,113,205,0),(60014,113,206,0),(60015,113,207,0),(60016,113,208,0),(60017,113,209,0),(60018,113,210,0),(60019,113,211,0),(60020,113,212,0),(60021,113,213,0),(60022,113,214,0),(60023,113,215,0),(60024,113,216,0),(60025,113,217,0),(60026,113,218,0),(60027,113,219,0),(60028,113,220,0),(60029,113,221,0),(60030,113,222,0),(60031,113,223,0),(60032,113,224,0),(60033,113,225,0),(60034,113,226,0),(60035,113,227,0),(60036,113,228,0),(60037,113,229,0),(60038,113,230,0),(60039,113,231,0),(60040,113,232,0),(60041,113,233,0),(60042,113,234,0),(60043,113,235,0),(60044,113,236,0),(60045,113,237,0),(60046,113,238,0),(60047,113,239,0),(60048,113,240,0),(60049,113,241,0),(60050,113,242,0),(60051,113,243,0),(60052,113,244,0),(60053,113,245,0),(60054,113,246,0),(60055,113,247,0),(60056,113,248,0),(60057,113,249,0),(60058,113,250,0),(60059,113,251,0),(60060,113,252,0),(60061,113,253,0),(60062,113,254,0),(60063,113,255,0),(60064,113,256,0),(60065,113,257,0),(60066,113,258,0),(60067,113,259,0),(60068,113,260,0),(60069,113,261,0),(60070,113,262,0),(60071,113,263,0),(60072,113,264,0),(60073,113,265,0),(60074,113,266,0),(60075,113,267,0),(60076,113,268,0),(60077,113,269,0),(60078,113,270,0),(60079,113,271,0),(60080,113,272,0),(60081,113,273,0),(60082,113,274,0),(60083,113,275,0),(60084,113,276,0),(60085,113,277,0),(60086,113,278,0),(60087,113,279,0),(60088,113,280,0),(60089,113,281,0),(60090,113,282,0),(60091,113,283,0),(60092,113,284,0),(60093,113,285,0),(60094,113,286,0),(60095,113,287,0),(60096,113,288,0),(60097,113,289,0),(60098,113,290,0),(60099,113,291,0),(60100,113,292,0),(60101,113,293,0),(60102,113,294,0),(60103,113,295,0),(60104,113,296,0),(60105,113,297,0),(60106,113,298,0),(60107,113,299,0),(60108,113,300,0),(60109,113,301,0),(60110,113,302,0),(60111,113,303,0),(60112,113,304,0),(60113,113,305,0),(60114,113,306,0),(60115,113,307,0),(60116,113,308,0),(60117,113,309,0),(60118,113,310,0),(60119,113,311,0),(60120,113,312,0),(60121,113,313,0),(60122,113,314,0),(60123,113,315,0),(60124,113,316,0),(60125,113,317,0),(60126,113,318,0),(60127,113,319,0),(60128,113,320,0),(60129,113,321,0),(60130,113,322,0),(60131,113,323,0),(60132,113,324,0),(60133,113,325,0),(60134,113,326,0),(60135,113,327,0),(60136,113,328,0),(60137,113,329,0),(60138,113,330,0),(60139,113,331,0),(60140,113,332,0),(60141,113,333,0),(60142,113,334,0),(60143,113,335,0),(60144,113,336,0),(60145,113,337,0),(60146,113,338,0),(60147,113,339,0),(60148,113,340,0),(60149,113,341,0),(60150,113,342,0),(60151,113,343,0),(60152,113,344,0),(60153,113,345,0),(60154,113,346,0),(60155,113,347,0),(60156,113,348,0),(60157,113,349,0),(60158,113,350,0),(60159,113,351,0),(60160,113,352,0),(60161,113,353,0),(60162,113,354,0),(60163,113,355,0),(60164,113,356,0),(60165,113,357,0),(60166,113,358,0),(60167,113,359,0),(60168,113,360,0),(60169,113,361,0),(60170,113,362,0),(60171,113,363,0),(60172,113,364,0),(60173,113,365,0),(60174,113,366,0),(60175,113,367,0),(60176,113,368,0),(60177,113,369,0),(60178,113,370,0),(60179,113,371,0),(60180,113,372,0),(60181,113,373,0),(60182,113,374,0),(60183,113,375,0),(60184,113,376,0),(60185,113,377,0),(60186,113,378,0),(60187,113,379,0),(60188,113,380,0),(60189,113,381,0),(60190,113,382,0),(60191,113,383,0),(60192,113,384,0),(60193,113,385,0),(60194,113,386,0),(60195,113,387,0),(60196,113,388,0),(60197,113,389,0),(60198,113,390,0),(60199,113,391,0),(60200,113,392,0),(60201,113,393,0),(60202,113,394,0),(60203,113,395,0),(60204,113,396,0),(60205,113,397,0),(60206,113,398,0),(60207,113,399,0),(60208,113,400,0),(60209,113,401,0),(60210,113,402,0),(60211,113,403,0),(60212,113,404,0),(60213,113,405,0),(60214,113,406,0),(60215,113,407,0),(60216,113,408,0),(60217,113,409,0),(60218,113,410,0),(60219,113,411,0),(60220,113,412,0),(60221,113,413,0),(60222,113,414,0),(60223,113,415,0),(60224,113,416,0),(60225,113,417,0),(60226,113,418,0),(60227,113,419,0),(60228,113,420,0),(60229,113,421,0),(60230,113,422,0),(60231,113,423,0),(60232,113,424,0),(60233,113,425,0),(60234,113,426,0),(60235,113,427,0),(60236,113,428,0),(60237,113,429,0),(60238,113,430,0),(60239,113,431,0),(60240,113,432,0),(60241,113,433,0),(60242,113,434,0),(60243,113,435,0),(60244,113,436,0),(60245,113,437,0),(60246,113,438,0),(60247,113,439,0),(60248,113,440,0),(60249,113,441,0),(60250,113,442,0),(60251,113,443,0),(60252,113,444,0),(60253,113,445,0),(60254,113,446,0),(60255,113,447,0),(60256,113,448,0),(60257,113,449,0),(60258,113,450,0),(60259,113,451,0),(60260,113,452,0),(60261,113,453,0),(60262,113,454,0),(60263,113,455,0),(60264,113,456,0),(60265,113,457,0),(60266,113,458,0),(60267,113,459,0),(60268,113,460,0),(60269,113,461,0),(60270,113,462,0),(60271,113,463,0),(60272,113,464,0),(60273,113,465,0),(60274,113,466,0),(60275,113,467,0),(60276,113,468,0),(60277,113,469,0),(60278,113,470,0),(60279,113,471,0),(60280,113,472,0),(60281,113,473,0),(60282,113,474,0),(60283,113,475,0),(60284,113,476,0),(60285,113,477,0),(60286,113,478,0),(60287,113,479,0),(60288,113,480,0),(60289,113,481,0),(60290,113,482,0),(60291,113,483,0),(60292,113,484,0),(60293,113,485,0),(60294,113,486,0),(60295,113,487,0),(60296,113,488,0),(60297,113,489,0),(60298,113,490,0),(60299,113,491,0),(60300,113,492,0),(60301,113,493,0),(60302,113,494,0),(60303,113,495,0),(60304,113,496,0),(60305,113,497,0),(60306,113,498,0),(60307,113,499,0),(60308,113,500,0),(60309,113,501,0),(60310,113,502,0),(60311,113,503,0),(60312,113,504,0),(60313,113,505,0),(60314,113,506,0),(60315,113,507,0),(60316,113,508,0),(60317,113,509,0),(60318,113,510,0),(60319,113,511,0),(60320,113,512,0.555555555555556),(60321,113,513,0.444444444444444),(60322,113,514,0),(60323,113,515,0),(60324,113,516,0),(60325,113,517,0),(60326,113,518,0),(60327,113,519,0),(60328,113,520,0),(60329,113,521,0),(60330,113,522,0),(60331,113,523,0),(60332,113,524,0),(60333,113,525,0),(60334,113,526,0),(60335,113,527,0),(60336,113,528,0),(60337,113,529,0),(60338,113,530,0),(60339,113,531,0),(60340,113,532,0),(60341,113,533,0),(60342,113,534,0),(60343,114,1,0),(60344,114,2,0),(60345,114,3,0),(60346,114,4,0),(60347,114,5,0),(60348,114,6,0),(60349,114,7,0),(60350,114,8,0),(60351,114,9,0),(60352,114,10,0),(60353,114,11,0),(60354,114,12,0),(60355,114,13,0),(60356,114,14,0),(60357,114,15,0),(60358,114,16,0),(60359,114,17,0),(60360,114,18,0),(60361,114,19,0),(60362,114,20,0),(60363,114,21,0),(60364,114,22,0),(60365,114,23,0),(60366,114,24,0),(60367,114,25,0),(60368,114,26,0),(60369,114,27,0),(60370,114,28,0),(60371,114,29,0),(60372,114,30,0),(60373,114,31,0),(60374,114,32,0),(60375,114,33,0),(60376,114,34,0),(60377,114,35,0),(60378,114,36,0),(60379,114,37,0),(60380,114,38,0),(60381,114,39,0),(60382,114,40,0),(60383,114,41,0),(60384,114,42,0),(60385,114,43,0),(60386,114,44,0),(60387,114,45,0),(60388,114,46,0),(60389,114,47,0),(60390,114,48,0),(60391,114,49,0),(60392,114,50,0),(60393,114,51,0),(60394,114,52,0),(60395,114,53,0),(60396,114,54,0),(60397,114,55,0),(60398,114,56,0),(60399,114,57,0),(60400,114,58,0),(60401,114,59,0),(60402,114,60,0),(60403,114,61,0),(60404,114,62,0),(60405,114,63,0),(60406,114,64,0),(60407,114,65,0),(60408,114,66,0),(60409,114,67,0),(60410,114,68,0),(60411,114,69,0),(60412,114,70,0),(60413,114,71,0),(60414,114,72,0),(60415,114,73,0),(60416,114,74,0),(60417,114,75,0),(60418,114,76,0),(60419,114,77,0),(60420,114,78,0),(60421,114,79,0),(60422,114,80,0),(60423,114,81,0),(60424,114,82,0),(60425,114,83,0),(60426,114,84,0),(60427,114,85,0),(60428,114,86,0),(60429,114,87,0),(60430,114,88,0),(60431,114,89,0),(60432,114,90,0),(60433,114,91,0),(60434,114,92,0),(60435,114,93,0),(60436,114,94,0),(60437,114,95,0),(60438,114,96,0),(60439,114,97,0),(60440,114,98,0),(60441,114,99,0),(60442,114,100,0),(60443,114,101,0),(60444,114,102,0),(60445,114,103,0),(60446,114,104,0),(60447,114,105,0),(60448,114,106,0),(60449,114,107,0),(60450,114,108,0),(60451,114,109,0),(60452,114,110,0),(60453,114,111,0),(60454,114,112,0),(60455,114,113,0),(60456,114,114,0),(60457,114,115,0),(60458,114,116,0),(60459,114,117,0),(60460,114,118,0),(60461,114,119,0),(60462,114,120,0),(60463,114,121,0),(60464,114,122,0),(60465,114,123,0),(60466,114,124,0),(60467,114,125,0),(60468,114,126,0),(60469,114,127,0),(60470,114,128,0),(60471,114,129,0),(60472,114,130,0),(60473,114,131,0),(60474,114,132,0),(60475,114,133,0),(60476,114,134,0),(60477,114,135,0),(60478,114,136,0),(60479,114,137,0),(60480,114,138,0),(60481,114,139,0),(60482,114,140,0),(60483,114,141,0),(60484,114,142,0),(60485,114,143,0),(60486,114,144,0),(60487,114,145,0),(60488,114,146,0),(60489,114,147,0),(60490,114,148,0),(60491,114,149,0),(60492,114,150,0),(60493,114,151,0),(60494,114,152,0),(60495,114,153,0),(60496,114,154,0),(60497,114,155,0),(60498,114,156,0),(60499,114,157,0),(60500,114,158,0),(60501,114,159,0),(60502,114,160,0),(60503,114,161,0),(60504,114,162,0),(60505,114,163,0),(60506,114,164,0),(60507,114,165,0),(60508,114,166,0),(60509,114,167,0),(60510,114,168,0),(60511,114,169,0),(60512,114,170,0),(60513,114,171,0),(60514,114,172,0),(60515,114,173,0),(60516,114,174,0),(60517,114,175,0),(60518,114,176,0),(60519,114,177,0),(60520,114,178,0),(60521,114,179,0),(60522,114,180,0),(60523,114,181,0),(60524,114,182,0),(60525,114,183,0),(60526,114,184,0),(60527,114,185,0),(60528,114,186,0),(60529,114,187,0),(60530,114,188,0),(60531,114,189,0),(60532,114,190,0),(60533,114,191,0),(60534,114,192,0),(60535,114,193,0),(60536,114,194,0),(60537,114,195,0),(60538,114,196,0),(60539,114,197,0),(60540,114,198,0),(60541,114,199,0),(60542,114,200,0),(60543,114,201,0),(60544,114,202,0),(60545,114,203,0),(60546,114,204,0),(60547,114,205,0),(60548,114,206,0),(60549,114,207,0),(60550,114,208,0),(60551,114,209,0),(60552,114,210,0),(60553,114,211,0),(60554,114,212,0),(60555,114,213,0),(60556,114,214,0),(60557,114,215,0),(60558,114,216,0),(60559,114,217,0),(60560,114,218,0),(60561,114,219,0),(60562,114,220,0),(60563,114,221,0),(60564,114,222,0),(60565,114,223,0),(60566,114,224,0),(60567,114,225,0),(60568,114,226,0),(60569,114,227,0),(60570,114,228,0),(60571,114,229,0),(60572,114,230,0),(60573,114,231,0),(60574,114,232,0),(60575,114,233,0),(60576,114,234,0),(60577,114,235,0),(60578,114,236,0),(60579,114,237,0),(60580,114,238,0),(60581,114,239,0),(60582,114,240,0),(60583,114,241,0),(60584,114,242,0),(60585,114,243,0),(60586,114,244,0),(60587,114,245,0),(60588,114,246,0),(60589,114,247,0),(60590,114,248,0),(60591,114,249,0),(60592,114,250,0),(60593,114,251,0),(60594,114,252,0),(60595,114,253,0),(60596,114,254,0),(60597,114,255,0),(60598,114,256,0),(60599,114,257,0),(60600,114,258,0),(60601,114,259,0),(60602,114,260,0),(60603,114,261,0),(60604,114,262,0),(60605,114,263,0),(60606,114,264,0),(60607,114,265,0),(60608,114,266,0),(60609,114,267,0),(60610,114,268,0),(60611,114,269,0),(60612,114,270,0),(60613,114,271,0),(60614,114,272,0),(60615,114,273,0),(60616,114,274,0),(60617,114,275,0),(60618,114,276,0),(60619,114,277,0),(60620,114,278,0),(60621,114,279,0),(60622,114,280,0),(60623,114,281,0),(60624,114,282,0),(60625,114,283,0),(60626,114,284,0),(60627,114,285,0),(60628,114,286,0),(60629,114,287,0),(60630,114,288,0),(60631,114,289,0),(60632,114,290,0),(60633,114,291,0),(60634,114,292,0),(60635,114,293,0),(60636,114,294,0),(60637,114,295,0),(60638,114,296,0),(60639,114,297,0),(60640,114,298,0),(60641,114,299,0),(60642,114,300,0),(60643,114,301,0),(60644,114,302,0),(60645,114,303,0),(60646,114,304,0),(60647,114,305,0),(60648,114,306,0),(60649,114,307,0),(60650,114,308,0),(60651,114,309,0),(60652,114,310,0),(60653,114,311,0),(60654,114,312,0),(60655,114,313,0),(60656,114,314,0),(60657,114,315,0),(60658,114,316,0),(60659,114,317,0),(60660,114,318,0),(60661,114,319,0),(60662,114,320,0),(60663,114,321,0),(60664,114,322,0),(60665,114,323,0),(60666,114,324,0),(60667,114,325,0),(60668,114,326,0),(60669,114,327,0),(60670,114,328,0),(60671,114,329,0),(60672,114,330,0),(60673,114,331,0),(60674,114,332,0),(60675,114,333,0),(60676,114,334,0),(60677,114,335,0),(60678,114,336,0),(60679,114,337,0),(60680,114,338,0),(60681,114,339,0),(60682,114,340,0),(60683,114,341,0),(60684,114,342,0),(60685,114,343,0),(60686,114,344,0),(60687,114,345,0),(60688,114,346,0),(60689,114,347,0),(60690,114,348,0),(60691,114,349,0),(60692,114,350,0),(60693,114,351,0),(60694,114,352,0),(60695,114,353,0),(60696,114,354,0),(60697,114,355,0),(60698,114,356,0),(60699,114,357,0),(60700,114,358,0),(60701,114,359,0),(60702,114,360,0),(60703,114,361,0),(60704,114,362,0),(60705,114,363,0),(60706,114,364,0),(60707,114,365,0),(60708,114,366,0),(60709,114,367,0),(60710,114,368,0),(60711,114,369,0),(60712,114,370,0),(60713,114,371,0),(60714,114,372,0),(60715,114,373,0),(60716,114,374,0),(60717,114,375,0),(60718,114,376,0),(60719,114,377,0),(60720,114,378,0),(60721,114,379,0),(60722,114,380,0),(60723,114,381,0),(60724,114,382,0),(60725,114,383,0),(60726,114,384,0),(60727,114,385,0),(60728,114,386,0),(60729,114,387,0),(60730,114,388,0),(60731,114,389,0),(60732,114,390,0),(60733,114,391,0),(60734,114,392,0),(60735,114,393,0),(60736,114,394,0),(60737,114,395,0),(60738,114,396,0),(60739,114,397,0),(60740,114,398,0),(60741,114,399,0),(60742,114,400,0),(60743,114,401,0),(60744,114,402,0),(60745,114,403,0),(60746,114,404,0),(60747,114,405,0),(60748,114,406,0),(60749,114,407,0),(60750,114,408,0),(60751,114,409,0),(60752,114,410,0),(60753,114,411,0),(60754,114,412,0),(60755,114,413,0),(60756,114,414,0),(60757,114,415,0),(60758,114,416,0),(60759,114,417,0),(60760,114,418,0),(60761,114,419,0),(60762,114,420,0),(60763,114,421,0),(60764,114,422,0),(60765,114,423,0),(60766,114,424,0),(60767,114,425,0),(60768,114,426,0),(60769,114,427,0),(60770,114,428,0),(60771,114,429,0),(60772,114,430,0),(60773,114,431,0),(60774,114,432,0),(60775,114,433,0),(60776,114,434,0),(60777,114,435,0),(60778,114,436,0),(60779,114,437,0),(60780,114,438,0),(60781,114,439,0),(60782,114,440,0),(60783,114,441,0),(60784,114,442,0),(60785,114,443,0),(60786,114,444,0),(60787,114,445,0),(60788,114,446,0),(60789,114,447,0),(60790,114,448,0),(60791,114,449,0),(60792,114,450,0),(60793,114,451,0),(60794,114,452,0),(60795,114,453,0),(60796,114,454,0),(60797,114,455,0),(60798,114,456,0),(60799,114,457,0),(60800,114,458,0),(60801,114,459,0),(60802,114,460,0),(60803,114,461,0),(60804,114,462,0),(60805,114,463,0),(60806,114,464,0),(60807,114,465,0),(60808,114,466,0),(60809,114,467,0),(60810,114,468,0),(60811,114,469,0),(60812,114,470,0),(60813,114,471,0),(60814,114,472,0),(60815,114,473,0),(60816,114,474,0),(60817,114,475,0),(60818,114,476,0),(60819,114,477,0),(60820,114,478,0),(60821,114,479,0),(60822,114,480,0),(60823,114,481,0),(60824,114,482,0),(60825,114,483,0),(60826,114,484,0),(60827,114,485,0),(60828,114,486,0),(60829,114,487,0),(60830,114,488,0),(60831,114,489,0),(60832,114,490,0),(60833,114,491,0),(60834,114,492,0),(60835,114,493,0),(60836,114,494,0),(60837,114,495,0),(60838,114,496,0),(60839,114,497,0),(60840,114,498,0),(60841,114,499,0),(60842,114,500,0),(60843,114,501,0),(60844,114,502,0),(60845,114,503,0),(60846,114,504,0),(60847,114,505,0),(60848,114,506,0),(60849,114,507,0),(60850,114,508,0),(60851,114,509,0),(60852,114,510,0),(60853,114,511,0),(60854,114,512,0),(60855,114,513,0),(60856,114,514,1),(60857,114,515,0),(60858,114,516,0),(60859,114,517,0),(60860,114,518,0),(60861,114,519,0),(60862,114,520,0),(60863,114,521,0),(60864,114,522,0),(60865,114,523,0),(60866,114,524,0),(60867,114,525,0),(60868,114,526,0),(60869,114,527,0),(60870,114,528,0),(60871,114,529,0),(60872,114,530,0),(60873,114,531,0),(60874,114,532,0),(60875,114,533,0),(60876,114,534,0),(60877,115,1,0),(60878,115,2,0),(60879,115,3,0),(60880,115,4,0),(60881,115,5,0),(60882,115,6,0),(60883,115,7,0),(60884,115,8,0),(60885,115,9,0),(60886,115,10,0),(60887,115,11,0),(60888,115,12,0),(60889,115,13,0),(60890,115,14,0),(60891,115,15,0),(60892,115,16,0),(60893,115,17,0),(60894,115,18,0),(60895,115,19,0),(60896,115,20,0),(60897,115,21,0),(60898,115,22,0),(60899,115,23,0),(60900,115,24,0),(60901,115,25,0),(60902,115,26,0),(60903,115,27,0),(60904,115,28,0),(60905,115,29,0),(60906,115,30,0),(60907,115,31,0),(60908,115,32,0),(60909,115,33,0),(60910,115,34,0),(60911,115,35,0),(60912,115,36,0),(60913,115,37,0),(60914,115,38,0),(60915,115,39,0),(60916,115,40,0),(60917,115,41,0),(60918,115,42,0),(60919,115,43,0),(60920,115,44,0),(60921,115,45,0),(60922,115,46,0),(60923,115,47,0),(60924,115,48,0),(60925,115,49,0),(60926,115,50,0),(60927,115,51,0),(60928,115,52,0),(60929,115,53,0),(60930,115,54,0),(60931,115,55,0),(60932,115,56,0),(60933,115,57,0),(60934,115,58,0),(60935,115,59,0),(60936,115,60,0),(60937,115,61,0),(60938,115,62,0),(60939,115,63,0),(60940,115,64,0),(60941,115,65,0),(60942,115,66,0),(60943,115,67,0),(60944,115,68,0),(60945,115,69,0),(60946,115,70,0),(60947,115,71,0),(60948,115,72,0),(60949,115,73,0),(60950,115,74,0),(60951,115,75,0),(60952,115,76,0),(60953,115,77,0),(60954,115,78,0),(60955,115,79,0),(60956,115,80,0),(60957,115,81,0),(60958,115,82,0),(60959,115,83,0),(60960,115,84,0),(60961,115,85,0),(60962,115,86,0),(60963,115,87,0),(60964,115,88,0),(60965,115,89,0),(60966,115,90,0),(60967,115,91,0),(60968,115,92,0),(60969,115,93,0),(60970,115,94,0),(60971,115,95,0),(60972,115,96,0),(60973,115,97,0),(60974,115,98,0),(60975,115,99,0),(60976,115,100,0),(60977,115,101,0),(60978,115,102,0),(60979,115,103,0),(60980,115,104,0),(60981,115,105,0),(60982,115,106,0),(60983,115,107,0),(60984,115,108,0),(60985,115,109,0),(60986,115,110,0),(60987,115,111,0),(60988,115,112,0),(60989,115,113,0),(60990,115,114,0),(60991,115,115,0),(60992,115,116,0),(60993,115,117,0),(60994,115,118,0),(60995,115,119,0),(60996,115,120,0),(60997,115,121,0),(60998,115,122,0),(60999,115,123,0),(61000,115,124,0),(61001,115,125,0),(61002,115,126,0),(61003,115,127,0),(61004,115,128,0),(61005,115,129,0),(61006,115,130,0),(61007,115,131,0),(61008,115,132,0),(61009,115,133,0),(61010,115,134,0),(61011,115,135,0),(61012,115,136,0),(61013,115,137,0),(61014,115,138,0),(61015,115,139,0),(61016,115,140,0),(61017,115,141,0),(61018,115,142,0),(61019,115,143,0),(61020,115,144,0),(61021,115,145,0),(61022,115,146,0),(61023,115,147,0),(61024,115,148,0),(61025,115,149,0),(61026,115,150,0),(61027,115,151,0),(61028,115,152,0),(61029,115,153,0),(61030,115,154,0),(61031,115,155,0),(61032,115,156,0),(61033,115,157,0),(61034,115,158,0),(61035,115,159,0),(61036,115,160,0),(61037,115,161,0),(61038,115,162,0),(61039,115,163,0),(61040,115,164,0),(61041,115,165,0),(61042,115,166,0),(61043,115,167,0),(61044,115,168,0),(61045,115,169,0),(61046,115,170,0),(61047,115,171,0),(61048,115,172,0),(61049,115,173,0),(61050,115,174,0),(61051,115,175,0),(61052,115,176,0),(61053,115,177,0),(61054,115,178,0),(61055,115,179,0),(61056,115,180,0),(61057,115,181,0),(61058,115,182,0),(61059,115,183,0),(61060,115,184,0),(61061,115,185,0),(61062,115,186,0),(61063,115,187,0),(61064,115,188,0),(61065,115,189,0),(61066,115,190,0),(61067,115,191,0),(61068,115,192,0),(61069,115,193,0),(61070,115,194,0),(61071,115,195,0),(61072,115,196,0),(61073,115,197,0),(61074,115,198,0),(61075,115,199,0),(61076,115,200,0),(61077,115,201,0),(61078,115,202,0),(61079,115,203,0),(61080,115,204,0),(61081,115,205,0),(61082,115,206,0),(61083,115,207,0),(61084,115,208,0),(61085,115,209,0),(61086,115,210,0),(61087,115,211,0),(61088,115,212,0),(61089,115,213,0),(61090,115,214,0),(61091,115,215,0),(61092,115,216,0),(61093,115,217,0),(61094,115,218,0),(61095,115,219,0),(61096,115,220,0),(61097,115,221,0),(61098,115,222,0),(61099,115,223,0),(61100,115,224,0),(61101,115,225,0),(61102,115,226,0),(61103,115,227,0),(61104,115,228,0),(61105,115,229,0),(61106,115,230,0),(61107,115,231,0),(61108,115,232,0),(61109,115,233,0),(61110,115,234,0),(61111,115,235,0),(61112,115,236,0),(61113,115,237,0),(61114,115,238,0),(61115,115,239,0),(61116,115,240,0),(61117,115,241,0),(61118,115,242,0),(61119,115,243,0),(61120,115,244,0),(61121,115,245,0),(61122,115,246,0),(61123,115,247,0),(61124,115,248,0),(61125,115,249,0),(61126,115,250,0),(61127,115,251,0),(61128,115,252,0),(61129,115,253,0),(61130,115,254,0),(61131,115,255,0),(61132,115,256,0),(61133,115,257,0),(61134,115,258,0),(61135,115,259,0),(61136,115,260,0),(61137,115,261,0),(61138,115,262,0),(61139,115,263,0),(61140,115,264,0),(61141,115,265,0),(61142,115,266,0),(61143,115,267,0),(61144,115,268,0),(61145,115,269,0),(61146,115,270,0),(61147,115,271,0),(61148,115,272,0),(61149,115,273,0),(61150,115,274,0),(61151,115,275,0),(61152,115,276,0),(61153,115,277,0),(61154,115,278,0),(61155,115,279,0),(61156,115,280,0),(61157,115,281,0),(61158,115,282,0),(61159,115,283,0),(61160,115,284,0),(61161,115,285,0),(61162,115,286,0),(61163,115,287,0),(61164,115,288,0),(61165,115,289,0),(61166,115,290,0),(61167,115,291,0),(61168,115,292,0),(61169,115,293,0),(61170,115,294,0),(61171,115,295,0),(61172,115,296,0),(61173,115,297,0),(61174,115,298,0),(61175,115,299,0),(61176,115,300,0),(61177,115,301,0),(61178,115,302,0),(61179,115,303,0),(61180,115,304,0),(61181,115,305,0),(61182,115,306,0),(61183,115,307,0),(61184,115,308,0),(61185,115,309,0),(61186,115,310,0),(61187,115,311,0),(61188,115,312,0),(61189,115,313,0),(61190,115,314,0),(61191,115,315,0),(61192,115,316,0),(61193,115,317,0),(61194,115,318,0),(61195,115,319,0),(61196,115,320,0),(61197,115,321,0),(61198,115,322,0),(61199,115,323,0),(61200,115,324,0),(61201,115,325,0),(61202,115,326,0),(61203,115,327,0),(61204,115,328,0),(61205,115,329,0),(61206,115,330,0),(61207,115,331,0),(61208,115,332,0),(61209,115,333,0),(61210,115,334,0),(61211,115,335,0),(61212,115,336,0),(61213,115,337,0),(61214,115,338,0),(61215,115,339,0),(61216,115,340,0),(61217,115,341,0),(61218,115,342,0),(61219,115,343,0),(61220,115,344,0),(61221,115,345,0),(61222,115,346,0),(61223,115,347,0),(61224,115,348,0),(61225,115,349,0),(61226,115,350,0),(61227,115,351,0),(61228,115,352,0),(61229,115,353,0),(61230,115,354,0),(61231,115,355,0),(61232,115,356,0),(61233,115,357,0),(61234,115,358,0),(61235,115,359,0),(61236,115,360,0),(61237,115,361,0),(61238,115,362,0),(61239,115,363,0),(61240,115,364,0),(61241,115,365,0),(61242,115,366,0),(61243,115,367,0),(61244,115,368,0),(61245,115,369,0),(61246,115,370,0),(61247,115,371,0),(61248,115,372,0),(61249,115,373,0),(61250,115,374,0),(61251,115,375,0),(61252,115,376,0),(61253,115,377,0),(61254,115,378,0),(61255,115,379,0),(61256,115,380,0),(61257,115,381,0),(61258,115,382,0),(61259,115,383,0),(61260,115,384,0),(61261,115,385,0),(61262,115,386,0),(61263,115,387,0),(61264,115,388,0),(61265,115,389,0),(61266,115,390,0),(61267,115,391,0),(61268,115,392,0),(61269,115,393,0),(61270,115,394,0),(61271,115,395,0),(61272,115,396,0),(61273,115,397,0),(61274,115,398,0),(61275,115,399,0),(61276,115,400,0),(61277,115,401,0),(61278,115,402,0),(61279,115,403,0),(61280,115,404,0),(61281,115,405,0),(61282,115,406,0),(61283,115,407,0),(61284,115,408,0),(61285,115,409,0),(61286,115,410,0),(61287,115,411,0),(61288,115,412,0),(61289,115,413,0),(61290,115,414,0),(61291,115,415,0),(61292,115,416,0),(61293,115,417,0),(61294,115,418,0),(61295,115,419,0),(61296,115,420,0),(61297,115,421,0),(61298,115,422,0),(61299,115,423,0),(61300,115,424,0),(61301,115,425,0),(61302,115,426,0),(61303,115,427,0),(61304,115,428,0),(61305,115,429,0),(61306,115,430,0),(61307,115,431,0),(61308,115,432,0),(61309,115,433,0),(61310,115,434,0),(61311,115,435,0),(61312,115,436,0),(61313,115,437,0),(61314,115,438,0),(61315,115,439,0),(61316,115,440,0),(61317,115,441,0),(61318,115,442,0),(61319,115,443,0),(61320,115,444,0),(61321,115,445,0),(61322,115,446,0),(61323,115,447,0),(61324,115,448,0),(61325,115,449,0),(61326,115,450,0),(61327,115,451,0),(61328,115,452,0),(61329,115,453,0),(61330,115,454,0),(61331,115,455,0),(61332,115,456,0),(61333,115,457,0),(61334,115,458,0),(61335,115,459,0),(61336,115,460,0),(61337,115,461,0),(61338,115,462,0),(61339,115,463,0),(61340,115,464,0),(61341,115,465,0),(61342,115,466,0),(61343,115,467,0),(61344,115,468,0),(61345,115,469,0),(61346,115,470,0),(61347,115,471,0),(61348,115,472,0),(61349,115,473,0),(61350,115,474,0),(61351,115,475,0),(61352,115,476,0),(61353,115,477,0),(61354,115,478,0),(61355,115,479,0),(61356,115,480,0),(61357,115,481,0),(61358,115,482,0),(61359,115,483,0),(61360,115,484,0),(61361,115,485,0),(61362,115,486,0),(61363,115,487,0),(61364,115,488,0),(61365,115,489,0),(61366,115,490,0),(61367,115,491,0),(61368,115,492,0),(61369,115,493,0),(61370,115,494,0),(61371,115,495,0),(61372,115,496,0),(61373,115,497,0),(61374,115,498,0),(61375,115,499,0),(61376,115,500,0),(61377,115,501,0),(61378,115,502,0),(61379,115,503,0),(61380,115,504,0),(61381,115,505,0),(61382,115,506,0),(61383,115,507,0),(61384,115,508,0),(61385,115,509,0),(61386,115,510,0),(61387,115,511,0),(61388,115,512,0),(61389,115,513,0),(61390,115,514,0),(61391,115,515,0.32258064516129),(61392,115,516,0.32258064516129),(61393,115,517,0.225806451612903),(61394,115,518,0.129032258064516),(61395,115,519,0),(61396,115,520,0),(61397,115,521,0),(61398,115,522,0),(61399,115,523,0),(61400,115,524,0),(61401,115,525,0),(61402,115,526,0),(61403,115,527,0),(61404,115,528,0),(61405,115,529,0),(61406,115,530,0),(61407,115,531,0),(61408,115,532,0),(61409,115,533,0),(61410,115,534,0),(61411,116,1,0),(61412,116,2,0),(61413,116,3,0),(61414,116,4,0),(61415,116,5,0),(61416,116,6,0),(61417,116,7,0),(61418,116,8,0),(61419,116,9,0),(61420,116,10,0),(61421,116,11,0),(61422,116,12,0),(61423,116,13,0),(61424,116,14,0),(61425,116,15,0),(61426,116,16,0),(61427,116,17,0),(61428,116,18,0),(61429,116,19,0),(61430,116,20,0),(61431,116,21,0),(61432,116,22,0),(61433,116,23,0),(61434,116,24,0),(61435,116,25,0),(61436,116,26,0),(61437,116,27,0),(61438,116,28,0),(61439,116,29,0),(61440,116,30,0),(61441,116,31,0),(61442,116,32,0),(61443,116,33,0),(61444,116,34,0),(61445,116,35,0),(61446,116,36,0),(61447,116,37,0),(61448,116,38,0),(61449,116,39,0),(61450,116,40,0),(61451,116,41,0),(61452,116,42,0),(61453,116,43,0),(61454,116,44,0),(61455,116,45,0),(61456,116,46,0),(61457,116,47,0),(61458,116,48,0),(61459,116,49,0),(61460,116,50,0),(61461,116,51,0),(61462,116,52,0),(61463,116,53,0),(61464,116,54,0),(61465,116,55,0),(61466,116,56,0),(61467,116,57,0),(61468,116,58,0),(61469,116,59,0),(61470,116,60,0),(61471,116,61,0),(61472,116,62,0),(61473,116,63,0),(61474,116,64,0),(61475,116,65,0),(61476,116,66,0),(61477,116,67,0),(61478,116,68,0),(61479,116,69,0),(61480,116,70,0),(61481,116,71,0),(61482,116,72,0),(61483,116,73,0),(61484,116,74,0),(61485,116,75,0),(61486,116,76,0),(61487,116,77,0),(61488,116,78,0),(61489,116,79,0),(61490,116,80,0),(61491,116,81,0),(61492,116,82,0),(61493,116,83,0),(61494,116,84,0),(61495,116,85,0),(61496,116,86,0),(61497,116,87,0),(61498,116,88,0),(61499,116,89,0),(61500,116,90,0),(61501,116,91,0),(61502,116,92,0),(61503,116,93,0),(61504,116,94,0),(61505,116,95,0),(61506,116,96,0),(61507,116,97,0),(61508,116,98,0),(61509,116,99,0),(61510,116,100,0),(61511,116,101,0),(61512,116,102,0),(61513,116,103,0),(61514,116,104,0),(61515,116,105,0),(61516,116,106,0),(61517,116,107,0),(61518,116,108,0),(61519,116,109,0),(61520,116,110,0),(61521,116,111,0),(61522,116,112,0),(61523,116,113,0),(61524,116,114,0),(61525,116,115,0),(61526,116,116,0),(61527,116,117,0),(61528,116,118,0),(61529,116,119,0),(61530,116,120,0),(61531,116,121,0),(61532,116,122,0),(61533,116,123,0),(61534,116,124,0),(61535,116,125,0),(61536,116,126,0),(61537,116,127,0),(61538,116,128,0),(61539,116,129,0),(61540,116,130,0),(61541,116,131,0),(61542,116,132,0),(61543,116,133,0),(61544,116,134,0),(61545,116,135,0),(61546,116,136,0),(61547,116,137,0),(61548,116,138,0),(61549,116,139,0),(61550,116,140,0),(61551,116,141,0),(61552,116,142,0),(61553,116,143,0),(61554,116,144,0),(61555,116,145,0),(61556,116,146,0),(61557,116,147,0),(61558,116,148,0),(61559,116,149,0),(61560,116,150,0),(61561,116,151,0),(61562,116,152,0),(61563,116,153,0),(61564,116,154,0),(61565,116,155,0),(61566,116,156,0),(61567,116,157,0),(61568,116,158,0),(61569,116,159,0),(61570,116,160,0),(61571,116,161,0),(61572,116,162,0),(61573,116,163,0),(61574,116,164,0),(61575,116,165,0),(61576,116,166,0),(61577,116,167,0),(61578,116,168,0),(61579,116,169,0),(61580,116,170,0),(61581,116,171,0),(61582,116,172,0),(61583,116,173,0),(61584,116,174,0),(61585,116,175,0),(61586,116,176,0),(61587,116,177,0),(61588,116,178,0),(61589,116,179,0),(61590,116,180,0),(61591,116,181,0),(61592,116,182,0),(61593,116,183,0),(61594,116,184,0),(61595,116,185,0),(61596,116,186,0),(61597,116,187,0),(61598,116,188,0),(61599,116,189,0),(61600,116,190,0),(61601,116,191,0),(61602,116,192,0),(61603,116,193,0),(61604,116,194,0),(61605,116,195,0),(61606,116,196,0),(61607,116,197,0),(61608,116,198,0),(61609,116,199,0),(61610,116,200,0),(61611,116,201,0),(61612,116,202,0),(61613,116,203,0),(61614,116,204,0),(61615,116,205,0),(61616,116,206,0),(61617,116,207,0),(61618,116,208,0),(61619,116,209,0),(61620,116,210,0),(61621,116,211,0),(61622,116,212,0),(61623,116,213,0),(61624,116,214,0),(61625,116,215,0),(61626,116,216,0),(61627,116,217,0),(61628,116,218,0),(61629,116,219,0),(61630,116,220,0),(61631,116,221,0),(61632,116,222,0),(61633,116,223,0),(61634,116,224,0),(61635,116,225,0),(61636,116,226,0),(61637,116,227,0),(61638,116,228,0),(61639,116,229,0),(61640,116,230,0),(61641,116,231,0),(61642,116,232,0),(61643,116,233,0),(61644,116,234,0),(61645,116,235,0),(61646,116,236,0),(61647,116,237,0),(61648,116,238,0),(61649,116,239,0),(61650,116,240,0),(61651,116,241,0),(61652,116,242,0),(61653,116,243,0),(61654,116,244,0),(61655,116,245,0),(61656,116,246,0),(61657,116,247,0),(61658,116,248,0),(61659,116,249,0),(61660,116,250,0),(61661,116,251,0),(61662,116,252,0),(61663,116,253,0),(61664,116,254,0),(61665,116,255,0),(61666,116,256,0),(61667,116,257,0),(61668,116,258,0),(61669,116,259,0),(61670,116,260,0),(61671,116,261,0),(61672,116,262,0),(61673,116,263,0),(61674,116,264,0),(61675,116,265,0),(61676,116,266,0),(61677,116,267,0),(61678,116,268,0),(61679,116,269,0),(61680,116,270,0),(61681,116,271,0),(61682,116,272,0),(61683,116,273,0),(61684,116,274,0),(61685,116,275,0),(61686,116,276,0),(61687,116,277,0),(61688,116,278,0),(61689,116,279,0),(61690,116,280,0),(61691,116,281,0),(61692,116,282,0),(61693,116,283,0),(61694,116,284,0),(61695,116,285,0),(61696,116,286,0),(61697,116,287,0),(61698,116,288,0),(61699,116,289,0),(61700,116,290,0),(61701,116,291,0),(61702,116,292,0),(61703,116,293,0),(61704,116,294,0),(61705,116,295,0),(61706,116,296,0),(61707,116,297,0),(61708,116,298,0),(61709,116,299,0),(61710,116,300,0),(61711,116,301,0),(61712,116,302,0),(61713,116,303,0),(61714,116,304,0),(61715,116,305,0),(61716,116,306,0),(61717,116,307,0),(61718,116,308,0),(61719,116,309,0),(61720,116,310,0),(61721,116,311,0),(61722,116,312,0),(61723,116,313,0),(61724,116,314,0),(61725,116,315,0),(61726,116,316,0),(61727,116,317,0),(61728,116,318,0),(61729,116,319,0),(61730,116,320,0),(61731,116,321,0),(61732,116,322,0),(61733,116,323,0),(61734,116,324,0),(61735,116,325,0),(61736,116,326,0),(61737,116,327,0),(61738,116,328,0),(61739,116,329,0),(61740,116,330,0),(61741,116,331,0),(61742,116,332,0),(61743,116,333,0),(61744,116,334,0),(61745,116,335,0),(61746,116,336,0),(61747,116,337,0),(61748,116,338,0),(61749,116,339,0),(61750,116,340,0),(61751,116,341,0),(61752,116,342,0),(61753,116,343,0),(61754,116,344,0),(61755,116,345,0),(61756,116,346,0),(61757,116,347,0),(61758,116,348,0),(61759,116,349,0),(61760,116,350,0),(61761,116,351,0),(61762,116,352,0),(61763,116,353,0),(61764,116,354,0),(61765,116,355,0),(61766,116,356,0),(61767,116,357,0),(61768,116,358,0),(61769,116,359,0),(61770,116,360,0),(61771,116,361,0),(61772,116,362,0),(61773,116,363,0),(61774,116,364,0),(61775,116,365,0),(61776,116,366,0),(61777,116,367,0),(61778,116,368,0),(61779,116,369,0),(61780,116,370,0),(61781,116,371,0),(61782,116,372,0),(61783,116,373,0),(61784,116,374,0),(61785,116,375,0),(61786,116,376,0),(61787,116,377,0),(61788,116,378,0),(61789,116,379,0),(61790,116,380,0),(61791,116,381,0),(61792,116,382,0),(61793,116,383,0),(61794,116,384,0),(61795,116,385,0),(61796,116,386,0),(61797,116,387,0),(61798,116,388,0),(61799,116,389,0),(61800,116,390,0),(61801,116,391,0),(61802,116,392,0),(61803,116,393,0),(61804,116,394,0),(61805,116,395,0),(61806,116,396,0),(61807,116,397,0),(61808,116,398,0),(61809,116,399,0),(61810,116,400,0),(61811,116,401,0),(61812,116,402,0),(61813,116,403,0),(61814,116,404,0),(61815,116,405,0),(61816,116,406,0),(61817,116,407,0),(61818,116,408,0),(61819,116,409,0),(61820,116,410,0),(61821,116,411,0),(61822,116,412,0),(61823,116,413,0),(61824,116,414,0),(61825,116,415,0),(61826,116,416,0),(61827,116,417,0),(61828,116,418,0),(61829,116,419,0),(61830,116,420,0),(61831,116,421,0),(61832,116,422,0),(61833,116,423,0),(61834,116,424,0),(61835,116,425,0),(61836,116,426,0),(61837,116,427,0),(61838,116,428,0),(61839,116,429,0),(61840,116,430,0),(61841,116,431,0),(61842,116,432,0),(61843,116,433,0),(61844,116,434,0),(61845,116,435,0),(61846,116,436,0),(61847,116,437,0),(61848,116,438,0),(61849,116,439,0),(61850,116,440,0),(61851,116,441,0),(61852,116,442,0),(61853,116,443,0),(61854,116,444,0),(61855,116,445,0),(61856,116,446,0),(61857,116,447,0),(61858,116,448,0),(61859,116,449,0),(61860,116,450,0),(61861,116,451,0),(61862,116,452,0),(61863,116,453,0),(61864,116,454,0),(61865,116,455,0),(61866,116,456,0),(61867,116,457,0),(61868,116,458,0),(61869,116,459,0),(61870,116,460,0),(61871,116,461,0),(61872,116,462,0),(61873,116,463,0),(61874,116,464,0),(61875,116,465,0),(61876,116,466,0),(61877,116,467,0),(61878,116,468,0),(61879,116,469,0),(61880,116,470,0),(61881,116,471,0),(61882,116,472,0),(61883,116,473,0),(61884,116,474,0),(61885,116,475,0),(61886,116,476,0),(61887,116,477,0),(61888,116,478,0),(61889,116,479,0),(61890,116,480,0),(61891,116,481,0),(61892,116,482,0),(61893,116,483,0),(61894,116,484,0),(61895,116,485,0),(61896,116,486,0),(61897,116,487,0),(61898,116,488,0),(61899,116,489,0),(61900,116,490,0),(61901,116,491,0),(61902,116,492,0),(61903,116,493,0),(61904,116,494,0),(61905,116,495,0),(61906,116,496,0),(61907,116,497,0),(61908,116,498,0),(61909,116,499,0),(61910,116,500,0),(61911,116,501,0),(61912,116,502,0),(61913,116,503,0),(61914,116,504,0),(61915,116,505,0),(61916,116,506,0),(61917,116,507,0),(61918,116,508,0),(61919,116,509,0),(61920,116,510,0),(61921,116,511,0),(61922,116,512,0),(61923,116,513,0),(61924,116,514,0),(61925,116,515,0),(61926,116,516,0),(61927,116,517,0),(61928,116,518,0),(61929,116,519,0.3125),(61930,116,520,0.21875),(61931,116,521,0.1875),(61932,116,522,0.15625),(61933,116,523,0.125),(61934,116,524,0),(61935,116,525,0),(61936,116,526,0),(61937,116,527,0),(61938,116,528,0),(61939,116,529,0),(61940,116,530,0),(61941,116,531,0),(61942,116,532,0),(61943,116,533,0),(61944,116,534,0),(61945,117,1,0),(61946,117,2,0),(61947,117,3,0),(61948,117,4,0),(61949,117,5,0),(61950,117,6,0),(61951,117,7,0),(61952,117,8,0),(61953,117,9,0),(61954,117,10,0),(61955,117,11,0),(61956,117,12,0),(61957,117,13,0),(61958,117,14,0),(61959,117,15,0),(61960,117,16,0),(61961,117,17,0),(61962,117,18,0),(61963,117,19,0),(61964,117,20,0),(61965,117,21,0),(61966,117,22,0),(61967,117,23,0),(61968,117,24,0),(61969,117,25,0),(61970,117,26,0),(61971,117,27,0),(61972,117,28,0),(61973,117,29,0),(61974,117,30,0),(61975,117,31,0),(61976,117,32,0),(61977,117,33,0),(61978,117,34,0),(61979,117,35,0),(61980,117,36,0),(61981,117,37,0),(61982,117,38,0),(61983,117,39,0),(61984,117,40,0),(61985,117,41,0),(61986,117,42,0),(61987,117,43,0),(61988,117,44,0),(61989,117,45,0),(61990,117,46,0),(61991,117,47,0),(61992,117,48,0),(61993,117,49,0),(61994,117,50,0),(61995,117,51,0),(61996,117,52,0),(61997,117,53,0),(61998,117,54,0),(61999,117,55,0),(62000,117,56,0),(62001,117,57,0),(62002,117,58,0),(62003,117,59,0),(62004,117,60,0),(62005,117,61,0),(62006,117,62,0),(62007,117,63,0),(62008,117,64,0),(62009,117,65,0),(62010,117,66,0),(62011,117,67,0),(62012,117,68,0),(62013,117,69,0),(62014,117,70,0),(62015,117,71,0),(62016,117,72,0),(62017,117,73,0),(62018,117,74,0),(62019,117,75,0),(62020,117,76,0),(62021,117,77,0),(62022,117,78,0),(62023,117,79,0),(62024,117,80,0),(62025,117,81,0),(62026,117,82,0),(62027,117,83,0),(62028,117,84,0),(62029,117,85,0),(62030,117,86,0),(62031,117,87,0),(62032,117,88,0),(62033,117,89,0),(62034,117,90,0),(62035,117,91,0),(62036,117,92,0),(62037,117,93,0),(62038,117,94,0),(62039,117,95,0),(62040,117,96,0),(62041,117,97,0),(62042,117,98,0),(62043,117,99,0),(62044,117,100,0),(62045,117,101,0),(62046,117,102,0),(62047,117,103,0),(62048,117,104,0),(62049,117,105,0),(62050,117,106,0),(62051,117,107,0),(62052,117,108,0),(62053,117,109,0),(62054,117,110,0),(62055,117,111,0),(62056,117,112,0),(62057,117,113,0),(62058,117,114,0),(62059,117,115,0),(62060,117,116,0),(62061,117,117,0),(62062,117,118,0),(62063,117,119,0),(62064,117,120,0),(62065,117,121,0),(62066,117,122,0),(62067,117,123,0),(62068,117,124,0),(62069,117,125,0),(62070,117,126,0),(62071,117,127,0),(62072,117,128,0),(62073,117,129,0),(62074,117,130,0),(62075,117,131,0),(62076,117,132,0),(62077,117,133,0),(62078,117,134,0),(62079,117,135,0),(62080,117,136,0),(62081,117,137,0),(62082,117,138,0),(62083,117,139,0),(62084,117,140,0),(62085,117,141,0),(62086,117,142,0),(62087,117,143,0),(62088,117,144,0),(62089,117,145,0),(62090,117,146,0),(62091,117,147,0),(62092,117,148,0),(62093,117,149,0),(62094,117,150,0),(62095,117,151,0),(62096,117,152,0),(62097,117,153,0),(62098,117,154,0),(62099,117,155,0),(62100,117,156,0),(62101,117,157,0),(62102,117,158,0),(62103,117,159,0),(62104,117,160,0),(62105,117,161,0),(62106,117,162,0),(62107,117,163,0),(62108,117,164,0),(62109,117,165,0),(62110,117,166,0),(62111,117,167,0),(62112,117,168,0),(62113,117,169,0),(62114,117,170,0),(62115,117,171,0),(62116,117,172,0),(62117,117,173,0),(62118,117,174,0),(62119,117,175,0),(62120,117,176,0),(62121,117,177,0),(62122,117,178,0),(62123,117,179,0),(62124,117,180,0),(62125,117,181,0),(62126,117,182,0),(62127,117,183,0),(62128,117,184,0),(62129,117,185,0),(62130,117,186,0),(62131,117,187,0),(62132,117,188,0),(62133,117,189,0),(62134,117,190,0),(62135,117,191,0),(62136,117,192,0),(62137,117,193,0),(62138,117,194,0),(62139,117,195,0),(62140,117,196,0),(62141,117,197,0),(62142,117,198,0),(62143,117,199,0),(62144,117,200,0),(62145,117,201,0),(62146,117,202,0),(62147,117,203,0),(62148,117,204,0),(62149,117,205,0),(62150,117,206,0),(62151,117,207,0),(62152,117,208,0),(62153,117,209,0),(62154,117,210,0),(62155,117,211,0),(62156,117,212,0),(62157,117,213,0),(62158,117,214,0),(62159,117,215,0),(62160,117,216,0),(62161,117,217,0),(62162,117,218,0),(62163,117,219,0),(62164,117,220,0),(62165,117,221,0),(62166,117,222,0),(62167,117,223,0),(62168,117,224,0),(62169,117,225,0),(62170,117,226,0),(62171,117,227,0),(62172,117,228,0),(62173,117,229,0),(62174,117,230,0),(62175,117,231,0),(62176,117,232,0),(62177,117,233,0),(62178,117,234,0),(62179,117,235,0),(62180,117,236,0),(62181,117,237,0),(62182,117,238,0),(62183,117,239,0),(62184,117,240,0),(62185,117,241,0),(62186,117,242,0),(62187,117,243,0),(62188,117,244,0),(62189,117,245,0),(62190,117,246,0),(62191,117,247,0),(62192,117,248,0),(62193,117,249,0),(62194,117,250,0),(62195,117,251,0),(62196,117,252,0),(62197,117,253,0),(62198,117,254,0),(62199,117,255,0),(62200,117,256,0),(62201,117,257,0),(62202,117,258,0),(62203,117,259,0),(62204,117,260,0),(62205,117,261,0),(62206,117,262,0),(62207,117,263,0),(62208,117,264,0),(62209,117,265,0),(62210,117,266,0),(62211,117,267,0),(62212,117,268,0),(62213,117,269,0),(62214,117,270,0),(62215,117,271,0),(62216,117,272,0),(62217,117,273,0),(62218,117,274,0),(62219,117,275,0),(62220,117,276,0),(62221,117,277,0),(62222,117,278,0),(62223,117,279,0),(62224,117,280,0),(62225,117,281,0),(62226,117,282,0),(62227,117,283,0),(62228,117,284,0),(62229,117,285,0),(62230,117,286,0),(62231,117,287,0),(62232,117,288,0),(62233,117,289,0),(62234,117,290,0),(62235,117,291,0),(62236,117,292,0),(62237,117,293,0),(62238,117,294,0),(62239,117,295,0),(62240,117,296,0),(62241,117,297,0),(62242,117,298,0),(62243,117,299,0),(62244,117,300,0),(62245,117,301,0),(62246,117,302,0),(62247,117,303,0),(62248,117,304,0),(62249,117,305,0),(62250,117,306,0),(62251,117,307,0),(62252,117,308,0),(62253,117,309,0),(62254,117,310,0),(62255,117,311,0),(62256,117,312,0),(62257,117,313,0),(62258,117,314,0),(62259,117,315,0),(62260,117,316,0),(62261,117,317,0),(62262,117,318,0),(62263,117,319,0),(62264,117,320,0),(62265,117,321,0),(62266,117,322,0),(62267,117,323,0),(62268,117,324,0),(62269,117,325,0),(62270,117,326,0),(62271,117,327,0),(62272,117,328,0),(62273,117,329,0),(62274,117,330,0),(62275,117,331,0),(62276,117,332,0),(62277,117,333,0),(62278,117,334,0),(62279,117,335,0),(62280,117,336,0),(62281,117,337,0),(62282,117,338,0),(62283,117,339,0),(62284,117,340,0),(62285,117,341,0),(62286,117,342,0),(62287,117,343,0),(62288,117,344,0),(62289,117,345,0),(62290,117,346,0),(62291,117,347,0),(62292,117,348,0),(62293,117,349,0),(62294,117,350,0),(62295,117,351,0),(62296,117,352,0),(62297,117,353,0),(62298,117,354,0),(62299,117,355,0),(62300,117,356,0),(62301,117,357,0),(62302,117,358,0),(62303,117,359,0),(62304,117,360,0),(62305,117,361,0),(62306,117,362,0),(62307,117,363,0),(62308,117,364,0),(62309,117,365,0),(62310,117,366,0),(62311,117,367,0),(62312,117,368,0),(62313,117,369,0),(62314,117,370,0),(62315,117,371,0),(62316,117,372,0),(62317,117,373,0),(62318,117,374,0),(62319,117,375,0),(62320,117,376,0),(62321,117,377,0),(62322,117,378,0),(62323,117,379,0),(62324,117,380,0),(62325,117,381,0),(62326,117,382,0),(62327,117,383,0),(62328,117,384,0),(62329,117,385,0),(62330,117,386,0),(62331,117,387,0),(62332,117,388,0),(62333,117,389,0),(62334,117,390,0),(62335,117,391,0),(62336,117,392,0),(62337,117,393,0),(62338,117,394,0),(62339,117,395,0),(62340,117,396,0),(62341,117,397,0),(62342,117,398,0),(62343,117,399,0),(62344,117,400,0),(62345,117,401,0),(62346,117,402,0),(62347,117,403,0),(62348,117,404,0),(62349,117,405,0),(62350,117,406,0),(62351,117,407,0),(62352,117,408,0),(62353,117,409,0),(62354,117,410,0),(62355,117,411,0),(62356,117,412,0),(62357,117,413,0),(62358,117,414,0),(62359,117,415,0),(62360,117,416,0),(62361,117,417,0),(62362,117,418,0),(62363,117,419,0),(62364,117,420,0),(62365,117,421,0),(62366,117,422,0),(62367,117,423,0),(62368,117,424,0),(62369,117,425,0),(62370,117,426,0),(62371,117,427,0),(62372,117,428,0),(62373,117,429,0),(62374,117,430,0),(62375,117,431,0),(62376,117,432,0),(62377,117,433,0),(62378,117,434,0),(62379,117,435,0),(62380,117,436,0),(62381,117,437,0),(62382,117,438,0),(62383,117,439,0),(62384,117,440,0),(62385,117,441,0),(62386,117,442,0),(62387,117,443,0),(62388,117,444,0),(62389,117,445,0),(62390,117,446,0),(62391,117,447,0),(62392,117,448,0),(62393,117,449,0),(62394,117,450,0),(62395,117,451,0),(62396,117,452,0),(62397,117,453,0),(62398,117,454,0),(62399,117,455,0),(62400,117,456,0),(62401,117,457,0),(62402,117,458,0),(62403,117,459,0),(62404,117,460,0),(62405,117,461,0),(62406,117,462,0),(62407,117,463,0),(62408,117,464,0),(62409,117,465,0),(62410,117,466,0),(62411,117,467,0),(62412,117,468,0),(62413,117,469,0),(62414,117,470,0),(62415,117,471,0),(62416,117,472,0),(62417,117,473,0),(62418,117,474,0),(62419,117,475,0),(62420,117,476,0),(62421,117,477,0),(62422,117,478,0),(62423,117,479,0),(62424,117,480,0),(62425,117,481,0),(62426,117,482,0),(62427,117,483,0),(62428,117,484,0),(62429,117,485,0),(62430,117,486,0),(62431,117,487,0),(62432,117,488,0),(62433,117,489,0),(62434,117,490,0),(62435,117,491,0),(62436,117,492,0),(62437,117,493,0),(62438,117,494,0),(62439,117,495,0),(62440,117,496,0),(62441,117,497,0),(62442,117,498,0),(62443,117,499,0),(62444,117,500,0),(62445,117,501,0),(62446,117,502,0),(62447,117,503,0),(62448,117,504,0),(62449,117,505,0),(62450,117,506,0),(62451,117,507,0),(62452,117,508,0),(62453,117,509,0),(62454,117,510,0),(62455,117,511,0),(62456,117,512,0),(62457,117,513,0),(62458,117,514,0),(62459,117,515,0),(62460,117,516,0),(62461,117,517,0),(62462,117,518,0),(62463,117,519,0),(62464,117,520,0),(62465,117,521,0),(62466,117,522,0),(62467,117,523,0),(62468,117,524,0.434782608695652),(62469,117,525,0.304347826086957),(62470,117,526,0.260869565217391),(62471,117,527,0),(62472,117,528,0),(62473,117,529,0),(62474,117,530,0),(62475,117,531,0),(62476,117,532,0),(62477,117,533,0),(62478,117,534,0),(62479,118,1,0),(62480,118,2,0),(62481,118,3,0),(62482,118,4,0),(62483,118,5,0),(62484,118,6,0),(62485,118,7,0),(62486,118,8,0),(62487,118,9,0),(62488,118,10,0),(62489,118,11,0),(62490,118,12,0),(62491,118,13,0),(62492,118,14,0),(62493,118,15,0),(62494,118,16,0),(62495,118,17,0),(62496,118,18,0),(62497,118,19,0),(62498,118,20,0),(62499,118,21,0),(62500,118,22,0),(62501,118,23,0),(62502,118,24,0),(62503,118,25,0),(62504,118,26,0),(62505,118,27,0),(62506,118,28,0),(62507,118,29,0),(62508,118,30,0),(62509,118,31,0),(62510,118,32,0),(62511,118,33,0),(62512,118,34,0),(62513,118,35,0),(62514,118,36,0),(62515,118,37,0),(62516,118,38,0),(62517,118,39,0),(62518,118,40,0),(62519,118,41,0),(62520,118,42,0),(62521,118,43,0),(62522,118,44,0),(62523,118,45,0),(62524,118,46,0),(62525,118,47,0),(62526,118,48,0),(62527,118,49,0),(62528,118,50,0),(62529,118,51,0),(62530,118,52,0),(62531,118,53,0),(62532,118,54,0),(62533,118,55,0),(62534,118,56,0),(62535,118,57,0),(62536,118,58,0),(62537,118,59,0),(62538,118,60,0),(62539,118,61,0),(62540,118,62,0),(62541,118,63,0),(62542,118,64,0),(62543,118,65,0),(62544,118,66,0),(62545,118,67,0),(62546,118,68,0),(62547,118,69,0),(62548,118,70,0),(62549,118,71,0),(62550,118,72,0),(62551,118,73,0),(62552,118,74,0),(62553,118,75,0),(62554,118,76,0),(62555,118,77,0),(62556,118,78,0),(62557,118,79,0),(62558,118,80,0),(62559,118,81,0),(62560,118,82,0),(62561,118,83,0),(62562,118,84,0),(62563,118,85,0),(62564,118,86,0),(62565,118,87,0),(62566,118,88,0),(62567,118,89,0),(62568,118,90,0),(62569,118,91,0),(62570,118,92,0),(62571,118,93,0),(62572,118,94,0),(62573,118,95,0),(62574,118,96,0),(62575,118,97,0),(62576,118,98,0),(62577,118,99,0),(62578,118,100,0),(62579,118,101,0),(62580,118,102,0),(62581,118,103,0),(62582,118,104,0),(62583,118,105,0),(62584,118,106,0),(62585,118,107,0),(62586,118,108,0),(62587,118,109,0),(62588,118,110,0),(62589,118,111,0),(62590,118,112,0),(62591,118,113,0),(62592,118,114,0),(62593,118,115,0),(62594,118,116,0),(62595,118,117,0),(62596,118,118,0),(62597,118,119,0),(62598,118,120,0),(62599,118,121,0),(62600,118,122,0),(62601,118,123,0),(62602,118,124,0),(62603,118,125,0),(62604,118,126,0),(62605,118,127,0),(62606,118,128,0),(62607,118,129,0),(62608,118,130,0),(62609,118,131,0),(62610,118,132,0),(62611,118,133,0),(62612,118,134,0),(62613,118,135,0),(62614,118,136,0),(62615,118,137,0),(62616,118,138,0),(62617,118,139,0),(62618,118,140,0),(62619,118,141,0),(62620,118,142,0),(62621,118,143,0),(62622,118,144,0),(62623,118,145,0),(62624,118,146,0),(62625,118,147,0),(62626,118,148,0),(62627,118,149,0),(62628,118,150,0),(62629,118,151,0),(62630,118,152,0),(62631,118,153,0),(62632,118,154,0),(62633,118,155,0),(62634,118,156,0),(62635,118,157,0),(62636,118,158,0),(62637,118,159,0),(62638,118,160,0),(62639,118,161,0),(62640,118,162,0),(62641,118,163,0),(62642,118,164,0),(62643,118,165,0),(62644,118,166,0),(62645,118,167,0),(62646,118,168,0),(62647,118,169,0),(62648,118,170,0),(62649,118,171,0),(62650,118,172,0),(62651,118,173,0),(62652,118,174,0),(62653,118,175,0),(62654,118,176,0),(62655,118,177,0),(62656,118,178,0),(62657,118,179,0),(62658,118,180,0),(62659,118,181,0),(62660,118,182,0),(62661,118,183,0),(62662,118,184,0),(62663,118,185,0),(62664,118,186,0),(62665,118,187,0),(62666,118,188,0),(62667,118,189,0),(62668,118,190,0),(62669,118,191,0),(62670,118,192,0),(62671,118,193,0),(62672,118,194,0),(62673,118,195,0),(62674,118,196,0),(62675,118,197,0),(62676,118,198,0),(62677,118,199,0),(62678,118,200,0),(62679,118,201,0),(62680,118,202,0),(62681,118,203,0),(62682,118,204,0),(62683,118,205,0),(62684,118,206,0),(62685,118,207,0),(62686,118,208,0),(62687,118,209,0),(62688,118,210,0),(62689,118,211,0),(62690,118,212,0),(62691,118,213,0),(62692,118,214,0),(62693,118,215,0),(62694,118,216,0),(62695,118,217,0),(62696,118,218,0),(62697,118,219,0),(62698,118,220,0),(62699,118,221,0),(62700,118,222,0),(62701,118,223,0),(62702,118,224,0),(62703,118,225,0),(62704,118,226,0),(62705,118,227,0),(62706,118,228,0),(62707,118,229,0),(62708,118,230,0),(62709,118,231,0),(62710,118,232,0),(62711,118,233,0),(62712,118,234,0),(62713,118,235,0),(62714,118,236,0),(62715,118,237,0),(62716,118,238,0),(62717,118,239,0),(62718,118,240,0),(62719,118,241,0),(62720,118,242,0),(62721,118,243,0),(62722,118,244,0),(62723,118,245,0),(62724,118,246,0),(62725,118,247,0),(62726,118,248,0),(62727,118,249,0),(62728,118,250,0),(62729,118,251,0),(62730,118,252,0),(62731,118,253,0),(62732,118,254,0),(62733,118,255,0),(62734,118,256,0),(62735,118,257,0),(62736,118,258,0),(62737,118,259,0),(62738,118,260,0),(62739,118,261,0),(62740,118,262,0),(62741,118,263,0),(62742,118,264,0),(62743,118,265,0),(62744,118,266,0),(62745,118,267,0),(62746,118,268,0),(62747,118,269,0),(62748,118,270,0),(62749,118,271,0),(62750,118,272,0),(62751,118,273,0),(62752,118,274,0),(62753,118,275,0),(62754,118,276,0),(62755,118,277,0),(62756,118,278,0),(62757,118,279,0),(62758,118,280,0),(62759,118,281,0),(62760,118,282,0),(62761,118,283,0),(62762,118,284,0),(62763,118,285,0),(62764,118,286,0),(62765,118,287,0),(62766,118,288,0),(62767,118,289,0),(62768,118,290,0),(62769,118,291,0),(62770,118,292,0),(62771,118,293,0),(62772,118,294,0),(62773,118,295,0),(62774,118,296,0),(62775,118,297,0),(62776,118,298,0),(62777,118,299,0),(62778,118,300,0),(62779,118,301,0),(62780,118,302,0),(62781,118,303,0),(62782,118,304,0),(62783,118,305,0),(62784,118,306,0),(62785,118,307,0),(62786,118,308,0),(62787,118,309,0),(62788,118,310,0),(62789,118,311,0),(62790,118,312,0),(62791,118,313,0),(62792,118,314,0),(62793,118,315,0),(62794,118,316,0),(62795,118,317,0),(62796,118,318,0),(62797,118,319,0),(62798,118,320,0),(62799,118,321,0),(62800,118,322,0),(62801,118,323,0),(62802,118,324,0),(62803,118,325,0),(62804,118,326,0),(62805,118,327,0),(62806,118,328,0.181818181818182),(62807,118,329,0.0909090909090909),(62808,118,330,0.159090909090909),(62809,118,331,0),(62810,118,332,0),(62811,118,333,0),(62812,118,334,0),(62813,118,335,0),(62814,118,336,0),(62815,118,337,0),(62816,118,338,0),(62817,118,339,0),(62818,118,340,0),(62819,118,341,0),(62820,118,342,0),(62821,118,343,0),(62822,118,344,0),(62823,118,345,0),(62824,118,346,0),(62825,118,347,0),(62826,118,348,0),(62827,118,349,0),(62828,118,350,0),(62829,118,351,0),(62830,118,352,0),(62831,118,353,0),(62832,118,354,0),(62833,118,355,0),(62834,118,356,0),(62835,118,357,0),(62836,118,358,0),(62837,118,359,0),(62838,118,360,0),(62839,118,361,0),(62840,118,362,0),(62841,118,363,0),(62842,118,364,0),(62843,118,365,0),(62844,118,366,0),(62845,118,367,0),(62846,118,368,0),(62847,118,369,0),(62848,118,370,0),(62849,118,371,0),(62850,118,372,0),(62851,118,373,0),(62852,118,374,0),(62853,118,375,0),(62854,118,376,0),(62855,118,377,0),(62856,118,378,0),(62857,118,379,0),(62858,118,380,0),(62859,118,381,0),(62860,118,382,0),(62861,118,383,0),(62862,118,384,0),(62863,118,385,0),(62864,118,386,0),(62865,118,387,0),(62866,118,388,0),(62867,118,389,0),(62868,118,390,0),(62869,118,391,0),(62870,118,392,0),(62871,118,393,0),(62872,118,394,0),(62873,118,395,0),(62874,118,396,0),(62875,118,397,0),(62876,118,398,0),(62877,118,399,0),(62878,118,400,0),(62879,118,401,0),(62880,118,402,0),(62881,118,403,0),(62882,118,404,0),(62883,118,405,0),(62884,118,406,0),(62885,118,407,0),(62886,118,408,0),(62887,118,409,0),(62888,118,410,0),(62889,118,411,0),(62890,118,412,0),(62891,118,413,0),(62892,118,414,0),(62893,118,415,0),(62894,118,416,0),(62895,118,417,0),(62896,118,418,0),(62897,118,419,0),(62898,118,420,0),(62899,118,421,0),(62900,118,422,0),(62901,118,423,0),(62902,118,424,0),(62903,118,425,0),(62904,118,426,0),(62905,118,427,0),(62906,118,428,0),(62907,118,429,0),(62908,118,430,0),(62909,118,431,0),(62910,118,432,0),(62911,118,433,0),(62912,118,434,0),(62913,118,435,0),(62914,118,436,0),(62915,118,437,0),(62916,118,438,0),(62917,118,439,0),(62918,118,440,0),(62919,118,441,0),(62920,118,442,0),(62921,118,443,0),(62922,118,444,0),(62923,118,445,0),(62924,118,446,0),(62925,118,447,0),(62926,118,448,0),(62927,118,449,0),(62928,118,450,0),(62929,118,451,0),(62930,118,452,0),(62931,118,453,0),(62932,118,454,0),(62933,118,455,0),(62934,118,456,0),(62935,118,457,0),(62936,118,458,0),(62937,118,459,0),(62938,118,460,0),(62939,118,461,0),(62940,118,462,0),(62941,118,463,0),(62942,118,464,0),(62943,118,465,0),(62944,118,466,0),(62945,118,467,0),(62946,118,468,0),(62947,118,469,0),(62948,118,470,0),(62949,118,471,0),(62950,118,472,0),(62951,118,473,0),(62952,118,474,0),(62953,118,475,0),(62954,118,476,0),(62955,118,477,0),(62956,118,478,0),(62957,118,479,0),(62958,118,480,0),(62959,118,481,0),(62960,118,482,0),(62961,118,483,0),(62962,118,484,0),(62963,118,485,0),(62964,118,486,0),(62965,118,487,0),(62966,118,488,0),(62967,118,489,0),(62968,118,490,0),(62969,118,491,0),(62970,118,492,0),(62971,118,493,0),(62972,118,494,0),(62973,118,495,0),(62974,118,496,0),(62975,118,497,0),(62976,118,498,0),(62977,118,499,0),(62978,118,500,0),(62979,118,501,0),(62980,118,502,0),(62981,118,503,0),(62982,118,504,0),(62983,118,505,0),(62984,118,506,0),(62985,118,507,0),(62986,118,508,0),(62987,118,509,0),(62988,118,510,0),(62989,118,511,0),(62990,118,512,0),(62991,118,513,0),(62992,118,514,0),(62993,118,515,0),(62994,118,516,0),(62995,118,517,0),(62996,118,518,0),(62997,118,519,0),(62998,118,520,0),(62999,118,521,0),(63000,118,522,0),(63001,118,523,0),(63002,118,524,0),(63003,118,525,0),(63004,118,526,0),(63005,118,527,0.227272727272727),(63006,118,528,0.181818181818182),(63007,118,529,0.159090909090909),(63008,118,530,0),(63009,118,531,0),(63010,118,532,0),(63011,118,533,0),(63012,118,534,0),(63013,119,1,0),(63014,119,2,0),(63015,119,3,0),(63016,119,4,0),(63017,119,5,0),(63018,119,6,0),(63019,119,7,0),(63020,119,8,0),(63021,119,9,0),(63022,119,10,0),(63023,119,11,0),(63024,119,12,0),(63025,119,13,0),(63026,119,14,0),(63027,119,15,0),(63028,119,16,0),(63029,119,17,0),(63030,119,18,0),(63031,119,19,0),(63032,119,20,0),(63033,119,21,0),(63034,119,22,0),(63035,119,23,0),(63036,119,24,0),(63037,119,25,0),(63038,119,26,0),(63039,119,27,0),(63040,119,28,0),(63041,119,29,0),(63042,119,30,0),(63043,119,31,0),(63044,119,32,0),(63045,119,33,0),(63046,119,34,0),(63047,119,35,0),(63048,119,36,0),(63049,119,37,0),(63050,119,38,0),(63051,119,39,0),(63052,119,40,0),(63053,119,41,0),(63054,119,42,0),(63055,119,43,0),(63056,119,44,0),(63057,119,45,0),(63058,119,46,0),(63059,119,47,0),(63060,119,48,0),(63061,119,49,0),(63062,119,50,0),(63063,119,51,0),(63064,119,52,0),(63065,119,53,0),(63066,119,54,0),(63067,119,55,0),(63068,119,56,0),(63069,119,57,0),(63070,119,58,0),(63071,119,59,0),(63072,119,60,0),(63073,119,61,0),(63074,119,62,0),(63075,119,63,0),(63076,119,64,0),(63077,119,65,0),(63078,119,66,0),(63079,119,67,0),(63080,119,68,0),(63081,119,69,0),(63082,119,70,0),(63083,119,71,0),(63084,119,72,0),(63085,119,73,0),(63086,119,74,0),(63087,119,75,0),(63088,119,76,0),(63089,119,77,0),(63090,119,78,0),(63091,119,79,0),(63092,119,80,0),(63093,119,81,0),(63094,119,82,0),(63095,119,83,0),(63096,119,84,0),(63097,119,85,0),(63098,119,86,0),(63099,119,87,0),(63100,119,88,0),(63101,119,89,0),(63102,119,90,0),(63103,119,91,0),(63104,119,92,0),(63105,119,93,0),(63106,119,94,0),(63107,119,95,0),(63108,119,96,0),(63109,119,97,0),(63110,119,98,0),(63111,119,99,0),(63112,119,100,0),(63113,119,101,0),(63114,119,102,0),(63115,119,103,0),(63116,119,104,0),(63117,119,105,0),(63118,119,106,0),(63119,119,107,0),(63120,119,108,0),(63121,119,109,0),(63122,119,110,0),(63123,119,111,0),(63124,119,112,0),(63125,119,113,0),(63126,119,114,0),(63127,119,115,0),(63128,119,116,0),(63129,119,117,0),(63130,119,118,0),(63131,119,119,0),(63132,119,120,0),(63133,119,121,0),(63134,119,122,0),(63135,119,123,0),(63136,119,124,0),(63137,119,125,0),(63138,119,126,0),(63139,119,127,0),(63140,119,128,0),(63141,119,129,0),(63142,119,130,0),(63143,119,131,0),(63144,119,132,0),(63145,119,133,0),(63146,119,134,0),(63147,119,135,0),(63148,119,136,0),(63149,119,137,0),(63150,119,138,0),(63151,119,139,0),(63152,119,140,0),(63153,119,141,0),(63154,119,142,0),(63155,119,143,0),(63156,119,144,0),(63157,119,145,0),(63158,119,146,0),(63159,119,147,0),(63160,119,148,0),(63161,119,149,0),(63162,119,150,0),(63163,119,151,0),(63164,119,152,0),(63165,119,153,0),(63166,119,154,0),(63167,119,155,0),(63168,119,156,0),(63169,119,157,0),(63170,119,158,0),(63171,119,159,0),(63172,119,160,0),(63173,119,161,0),(63174,119,162,0),(63175,119,163,0),(63176,119,164,0),(63177,119,165,0),(63178,119,166,0),(63179,119,167,0),(63180,119,168,0),(63181,119,169,0),(63182,119,170,0),(63183,119,171,0),(63184,119,172,0),(63185,119,173,0),(63186,119,174,0),(63187,119,175,0),(63188,119,176,0),(63189,119,177,0),(63190,119,178,0),(63191,119,179,0),(63192,119,180,0),(63193,119,181,0),(63194,119,182,0),(63195,119,183,0),(63196,119,184,0),(63197,119,185,0),(63198,119,186,0),(63199,119,187,0),(63200,119,188,0),(63201,119,189,0),(63202,119,190,0),(63203,119,191,0),(63204,119,192,0),(63205,119,193,0),(63206,119,194,0),(63207,119,195,0),(63208,119,196,0),(63209,119,197,0),(63210,119,198,0),(63211,119,199,0),(63212,119,200,0),(63213,119,201,0),(63214,119,202,0),(63215,119,203,0),(63216,119,204,0),(63217,119,205,0),(63218,119,206,0),(63219,119,207,0),(63220,119,208,0),(63221,119,209,0),(63222,119,210,0),(63223,119,211,0),(63224,119,212,0),(63225,119,213,0),(63226,119,214,0),(63227,119,215,0),(63228,119,216,0),(63229,119,217,0),(63230,119,218,0),(63231,119,219,0),(63232,119,220,0),(63233,119,221,0),(63234,119,222,0),(63235,119,223,0),(63236,119,224,0),(63237,119,225,0),(63238,119,226,0),(63239,119,227,0),(63240,119,228,0),(63241,119,229,0),(63242,119,230,0),(63243,119,231,0),(63244,119,232,0),(63245,119,233,0),(63246,119,234,0),(63247,119,235,0),(63248,119,236,0),(63249,119,237,0),(63250,119,238,0),(63251,119,239,0),(63252,119,240,0),(63253,119,241,0),(63254,119,242,0),(63255,119,243,0),(63256,119,244,0),(63257,119,245,0),(63258,119,246,0),(63259,119,247,0),(63260,119,248,0),(63261,119,249,0),(63262,119,250,0),(63263,119,251,0),(63264,119,252,0),(63265,119,253,0),(63266,119,254,0),(63267,119,255,0),(63268,119,256,0),(63269,119,257,0),(63270,119,258,0),(63271,119,259,0),(63272,119,260,0),(63273,119,261,0),(63274,119,262,0),(63275,119,263,0),(63276,119,264,0),(63277,119,265,0),(63278,119,266,0),(63279,119,267,0),(63280,119,268,0),(63281,119,269,0),(63282,119,270,0),(63283,119,271,0),(63284,119,272,0),(63285,119,273,0),(63286,119,274,0),(63287,119,275,0),(63288,119,276,0),(63289,119,277,0),(63290,119,278,0),(63291,119,279,0),(63292,119,280,0),(63293,119,281,0),(63294,119,282,0),(63295,119,283,0),(63296,119,284,0),(63297,119,285,0),(63298,119,286,0),(63299,119,287,0),(63300,119,288,0),(63301,119,289,0),(63302,119,290,0),(63303,119,291,0),(63304,119,292,0),(63305,119,293,0),(63306,119,294,0),(63307,119,295,0),(63308,119,296,0),(63309,119,297,0),(63310,119,298,0),(63311,119,299,0),(63312,119,300,0),(63313,119,301,0),(63314,119,302,0),(63315,119,303,0),(63316,119,304,0),(63317,119,305,0),(63318,119,306,0),(63319,119,307,0),(63320,119,308,0),(63321,119,309,0),(63322,119,310,0),(63323,119,311,0),(63324,119,312,0),(63325,119,313,0),(63326,119,314,0),(63327,119,315,0),(63328,119,316,0),(63329,119,317,0),(63330,119,318,0),(63331,119,319,0),(63332,119,320,0),(63333,119,321,0),(63334,119,322,0),(63335,119,323,0),(63336,119,324,0),(63337,119,325,0),(63338,119,326,0),(63339,119,327,0),(63340,119,328,0),(63341,119,329,0),(63342,119,330,0),(63343,119,331,0),(63344,119,332,0),(63345,119,333,0),(63346,119,334,0),(63347,119,335,0),(63348,119,336,0),(63349,119,337,0),(63350,119,338,0),(63351,119,339,0),(63352,119,340,0),(63353,119,341,0),(63354,119,342,0),(63355,119,343,0),(63356,119,344,0),(63357,119,345,0),(63358,119,346,0),(63359,119,347,0),(63360,119,348,0),(63361,119,349,0),(63362,119,350,0),(63363,119,351,0),(63364,119,352,0),(63365,119,353,0),(63366,119,354,0),(63367,119,355,0),(63368,119,356,0),(63369,119,357,0),(63370,119,358,0),(63371,119,359,0),(63372,119,360,0),(63373,119,361,0),(63374,119,362,0),(63375,119,363,0),(63376,119,364,0),(63377,119,365,0),(63378,119,366,0),(63379,119,367,0),(63380,119,368,0),(63381,119,369,0),(63382,119,370,0),(63383,119,371,0),(63384,119,372,0),(63385,119,373,0),(63386,119,374,0),(63387,119,375,0),(63388,119,376,0),(63389,119,377,0),(63390,119,378,0),(63391,119,379,0),(63392,119,380,0),(63393,119,381,0),(63394,119,382,0),(63395,119,383,0),(63396,119,384,0),(63397,119,385,0),(63398,119,386,0),(63399,119,387,0),(63400,119,388,0),(63401,119,389,0),(63402,119,390,0),(63403,119,391,0),(63404,119,392,0),(63405,119,393,0),(63406,119,394,0),(63407,119,395,0),(63408,119,396,0),(63409,119,397,0),(63410,119,398,0),(63411,119,399,0),(63412,119,400,0),(63413,119,401,0),(63414,119,402,0),(63415,119,403,0),(63416,119,404,0),(63417,119,405,0),(63418,119,406,0),(63419,119,407,0),(63420,119,408,0),(63421,119,409,0),(63422,119,410,0),(63423,119,411,0),(63424,119,412,0),(63425,119,413,0),(63426,119,414,0),(63427,119,415,0),(63428,119,416,0),(63429,119,417,0),(63430,119,418,0),(63431,119,419,0),(63432,119,420,0),(63433,119,421,0),(63434,119,422,0),(63435,119,423,0),(63436,119,424,0),(63437,119,425,0),(63438,119,426,0),(63439,119,427,0),(63440,119,428,0),(63441,119,429,0),(63442,119,430,0),(63443,119,431,0),(63444,119,432,0),(63445,119,433,0),(63446,119,434,0),(63447,119,435,0),(63448,119,436,0),(63449,119,437,0),(63450,119,438,0),(63451,119,439,0),(63452,119,440,0),(63453,119,441,0),(63454,119,442,0),(63455,119,443,0),(63456,119,444,0),(63457,119,445,0),(63458,119,446,0),(63459,119,447,0),(63460,119,448,0),(63461,119,449,0),(63462,119,450,0),(63463,119,451,0),(63464,119,452,0),(63465,119,453,0),(63466,119,454,0),(63467,119,455,0),(63468,119,456,0),(63469,119,457,0),(63470,119,458,0),(63471,119,459,0),(63472,119,460,0),(63473,119,461,0),(63474,119,462,0),(63475,119,463,0),(63476,119,464,0),(63477,119,465,0),(63478,119,466,0),(63479,119,467,0),(63480,119,468,0),(63481,119,469,0),(63482,119,470,0),(63483,119,471,0),(63484,119,472,0),(63485,119,473,0),(63486,119,474,0),(63487,119,475,0),(63488,119,476,0),(63489,119,477,0),(63490,119,478,0),(63491,119,479,0),(63492,119,480,0),(63493,119,481,0),(63494,119,482,0),(63495,119,483,0),(63496,119,484,0),(63497,119,485,0),(63498,119,486,0),(63499,119,487,0),(63500,119,488,0),(63501,119,489,0),(63502,119,490,0),(63503,119,491,0),(63504,119,492,0),(63505,119,493,0),(63506,119,494,0),(63507,119,495,0),(63508,119,496,0),(63509,119,497,0),(63510,119,498,0),(63511,119,499,0),(63512,119,500,0),(63513,119,501,0),(63514,119,502,0),(63515,119,503,0),(63516,119,504,0),(63517,119,505,0),(63518,119,506,0),(63519,119,507,0),(63520,119,508,0),(63521,119,509,0),(63522,119,510,0),(63523,119,511,0),(63524,119,512,0),(63525,119,513,0),(63526,119,514,0),(63527,119,515,0),(63528,119,516,0),(63529,119,517,0),(63530,119,518,0),(63531,119,519,0),(63532,119,520,0),(63533,119,521,0),(63534,119,522,0),(63535,119,523,0),(63536,119,524,0),(63537,119,525,0),(63538,119,526,0),(63539,119,527,0),(63540,119,528,0),(63541,119,529,0),(63542,119,530,0.5),(63543,119,531,0.3),(63544,119,532,0.2),(63545,119,533,0),(63546,119,534,0),(63547,120,1,0),(63548,120,2,0),(63549,120,3,0),(63550,120,4,0),(63551,120,5,0),(63552,120,6,0),(63553,120,7,0),(63554,120,8,0),(63555,120,9,0),(63556,120,10,0),(63557,120,11,0),(63558,120,12,0),(63559,120,13,0),(63560,120,14,0),(63561,120,15,0),(63562,120,16,0),(63563,120,17,0),(63564,120,18,0),(63565,120,19,0),(63566,120,20,0),(63567,120,21,0),(63568,120,22,0),(63569,120,23,0),(63570,120,24,0),(63571,120,25,0),(63572,120,26,0),(63573,120,27,0),(63574,120,28,0),(63575,120,29,0),(63576,120,30,0),(63577,120,31,0),(63578,120,32,0),(63579,120,33,0),(63580,120,34,0),(63581,120,35,0),(63582,120,36,0),(63583,120,37,0),(63584,120,38,0),(63585,120,39,0),(63586,120,40,0),(63587,120,41,0),(63588,120,42,0),(63589,120,43,0),(63590,120,44,0),(63591,120,45,0),(63592,120,46,0),(63593,120,47,0),(63594,120,48,0),(63595,120,49,0),(63596,120,50,0),(63597,120,51,0),(63598,120,52,0),(63599,120,53,0),(63600,120,54,0),(63601,120,55,0),(63602,120,56,0),(63603,120,57,0),(63604,120,58,0),(63605,120,59,0),(63606,120,60,0),(63607,120,61,0),(63608,120,62,0),(63609,120,63,0),(63610,120,64,0),(63611,120,65,0),(63612,120,66,0),(63613,120,67,0),(63614,120,68,0),(63615,120,69,0),(63616,120,70,0),(63617,120,71,0),(63618,120,72,0),(63619,120,73,0),(63620,120,74,0),(63621,120,75,0),(63622,120,76,0),(63623,120,77,0),(63624,120,78,0),(63625,120,79,0),(63626,120,80,0),(63627,120,81,0),(63628,120,82,0),(63629,120,83,0),(63630,120,84,0),(63631,120,85,0),(63632,120,86,0),(63633,120,87,0),(63634,120,88,0),(63635,120,89,0),(63636,120,90,0),(63637,120,91,0),(63638,120,92,0),(63639,120,93,0),(63640,120,94,0),(63641,120,95,0),(63642,120,96,0),(63643,120,97,0),(63644,120,98,0),(63645,120,99,0),(63646,120,100,0),(63647,120,101,0),(63648,120,102,0),(63649,120,103,0),(63650,120,104,0),(63651,120,105,0),(63652,120,106,0),(63653,120,107,0),(63654,120,108,0),(63655,120,109,0),(63656,120,110,0),(63657,120,111,0),(63658,120,112,0),(63659,120,113,0),(63660,120,114,0),(63661,120,115,0),(63662,120,116,0),(63663,120,117,0),(63664,120,118,0),(63665,120,119,0),(63666,120,120,0),(63667,120,121,0),(63668,120,122,0),(63669,120,123,0),(63670,120,124,0),(63671,120,125,0),(63672,120,126,0),(63673,120,127,0),(63674,120,128,0),(63675,120,129,0),(63676,120,130,0),(63677,120,131,0),(63678,120,132,0),(63679,120,133,0),(63680,120,134,0),(63681,120,135,0),(63682,120,136,0),(63683,120,137,0),(63684,120,138,0),(63685,120,139,0),(63686,120,140,0),(63687,120,141,0),(63688,120,142,0),(63689,120,143,0),(63690,120,144,0),(63691,120,145,0),(63692,120,146,0),(63693,120,147,0),(63694,120,148,0),(63695,120,149,0),(63696,120,150,0),(63697,120,151,0),(63698,120,152,0),(63699,120,153,0),(63700,120,154,0),(63701,120,155,0),(63702,120,156,0),(63703,120,157,0),(63704,120,158,0),(63705,120,159,0),(63706,120,160,0),(63707,120,161,0),(63708,120,162,0),(63709,120,163,0),(63710,120,164,0),(63711,120,165,0),(63712,120,166,0),(63713,120,167,0),(63714,120,168,0),(63715,120,169,0),(63716,120,170,0),(63717,120,171,0),(63718,120,172,0),(63719,120,173,0),(63720,120,174,0),(63721,120,175,0),(63722,120,176,0),(63723,120,177,0),(63724,120,178,0),(63725,120,179,0),(63726,120,180,0),(63727,120,181,0),(63728,120,182,0),(63729,120,183,0),(63730,120,184,0),(63731,120,185,0),(63732,120,186,0),(63733,120,187,0),(63734,120,188,0),(63735,120,189,0),(63736,120,190,0),(63737,120,191,0),(63738,120,192,0),(63739,120,193,0),(63740,120,194,0),(63741,120,195,0),(63742,120,196,0),(63743,120,197,0),(63744,120,198,0),(63745,120,199,0),(63746,120,200,0),(63747,120,201,0),(63748,120,202,0),(63749,120,203,0),(63750,120,204,0),(63751,120,205,0),(63752,120,206,0),(63753,120,207,0),(63754,120,208,0),(63755,120,209,0),(63756,120,210,0),(63757,120,211,0),(63758,120,212,0),(63759,120,213,0),(63760,120,214,0),(63761,120,215,0),(63762,120,216,0),(63763,120,217,0),(63764,120,218,0),(63765,120,219,0),(63766,120,220,0),(63767,120,221,0),(63768,120,222,0),(63769,120,223,0),(63770,120,224,0),(63771,120,225,0),(63772,120,226,0),(63773,120,227,0),(63774,120,228,0),(63775,120,229,0),(63776,120,230,0),(63777,120,231,0),(63778,120,232,0),(63779,120,233,0),(63780,120,234,0),(63781,120,235,0),(63782,120,236,0),(63783,120,237,0),(63784,120,238,0),(63785,120,239,0),(63786,120,240,0),(63787,120,241,0),(63788,120,242,0),(63789,120,243,0),(63790,120,244,0),(63791,120,245,0),(63792,120,246,0),(63793,120,247,0),(63794,120,248,0),(63795,120,249,0),(63796,120,250,0),(63797,120,251,0),(63798,120,252,0),(63799,120,253,0),(63800,120,254,0),(63801,120,255,0),(63802,120,256,0),(63803,120,257,0),(63804,120,258,0),(63805,120,259,0),(63806,120,260,0),(63807,120,261,0),(63808,120,262,0),(63809,120,263,0),(63810,120,264,0),(63811,120,265,0),(63812,120,266,0),(63813,120,267,0),(63814,120,268,0),(63815,120,269,0),(63816,120,270,0),(63817,120,271,0),(63818,120,272,0),(63819,120,273,0),(63820,120,274,0),(63821,120,275,0),(63822,120,276,0),(63823,120,277,0),(63824,120,278,0),(63825,120,279,0),(63826,120,280,0),(63827,120,281,0),(63828,120,282,0),(63829,120,283,0),(63830,120,284,0),(63831,120,285,0),(63832,120,286,0),(63833,120,287,0),(63834,120,288,0),(63835,120,289,0),(63836,120,290,0),(63837,120,291,0),(63838,120,292,0),(63839,120,293,0),(63840,120,294,0),(63841,120,295,0),(63842,120,296,0),(63843,120,297,0),(63844,120,298,0),(63845,120,299,0),(63846,120,300,0),(63847,120,301,0),(63848,120,302,0),(63849,120,303,0),(63850,120,304,0),(63851,120,305,0),(63852,120,306,0),(63853,120,307,0),(63854,120,308,0),(63855,120,309,0),(63856,120,310,0),(63857,120,311,0),(63858,120,312,0),(63859,120,313,0),(63860,120,314,0),(63861,120,315,0),(63862,120,316,0),(63863,120,317,0),(63864,120,318,0),(63865,120,319,0),(63866,120,320,0),(63867,120,321,0),(63868,120,322,0),(63869,120,323,0),(63870,120,324,0),(63871,120,325,0),(63872,120,326,0),(63873,120,327,0),(63874,120,328,0),(63875,120,329,0),(63876,120,330,0),(63877,120,331,0),(63878,120,332,0),(63879,120,333,0),(63880,120,334,0),(63881,120,335,0),(63882,120,336,0),(63883,120,337,0),(63884,120,338,0),(63885,120,339,0),(63886,120,340,0),(63887,120,341,0),(63888,120,342,0),(63889,120,343,0),(63890,120,344,0),(63891,120,345,0),(63892,120,346,0),(63893,120,347,0),(63894,120,348,0),(63895,120,349,0),(63896,120,350,0),(63897,120,351,0),(63898,120,352,0),(63899,120,353,0),(63900,120,354,0),(63901,120,355,0),(63902,120,356,0),(63903,120,357,0),(63904,120,358,0),(63905,120,359,0),(63906,120,360,0),(63907,120,361,0),(63908,120,362,0),(63909,120,363,0),(63910,120,364,0),(63911,120,365,0),(63912,120,366,0),(63913,120,367,0),(63914,120,368,0),(63915,120,369,0),(63916,120,370,0),(63917,120,371,0),(63918,120,372,0),(63919,120,373,0),(63920,120,374,0),(63921,120,375,0),(63922,120,376,0),(63923,120,377,0),(63924,120,378,0),(63925,120,379,0),(63926,120,380,0),(63927,120,381,0),(63928,120,382,0),(63929,120,383,0),(63930,120,384,0),(63931,120,385,0),(63932,120,386,0),(63933,120,387,0),(63934,120,388,0),(63935,120,389,0),(63936,120,390,0),(63937,120,391,0),(63938,120,392,0),(63939,120,393,0),(63940,120,394,0),(63941,120,395,0),(63942,120,396,0),(63943,120,397,0),(63944,120,398,0),(63945,120,399,0),(63946,120,400,0),(63947,120,401,0),(63948,120,402,0),(63949,120,403,0),(63950,120,404,0),(63951,120,405,0),(63952,120,406,0),(63953,120,407,0),(63954,120,408,0),(63955,120,409,0),(63956,120,410,0),(63957,120,411,0),(63958,120,412,0),(63959,120,413,0),(63960,120,414,0),(63961,120,415,0),(63962,120,416,0),(63963,120,417,0),(63964,120,418,0),(63965,120,419,0),(63966,120,420,0),(63967,120,421,0),(63968,120,422,0),(63969,120,423,0),(63970,120,424,0),(63971,120,425,0),(63972,120,426,0),(63973,120,427,0),(63974,120,428,0),(63975,120,429,0),(63976,120,430,0),(63977,120,431,0),(63978,120,432,0),(63979,120,433,0),(63980,120,434,0),(63981,120,435,0),(63982,120,436,0),(63983,120,437,0),(63984,120,438,0),(63985,120,439,0),(63986,120,440,0),(63987,120,441,0),(63988,120,442,0),(63989,120,443,0),(63990,120,444,0),(63991,120,445,0),(63992,120,446,0),(63993,120,447,0),(63994,120,448,0),(63995,120,449,0),(63996,120,450,0),(63997,120,451,0),(63998,120,452,0),(63999,120,453,0),(64000,120,454,0),(64001,120,455,0),(64002,120,456,0),(64003,120,457,0),(64004,120,458,0),(64005,120,459,0),(64006,120,460,0),(64007,120,461,0),(64008,120,462,0),(64009,120,463,0),(64010,120,464,0),(64011,120,465,0),(64012,120,466,0),(64013,120,467,0),(64014,120,468,0),(64015,120,469,0),(64016,120,470,0),(64017,120,471,0),(64018,120,472,0),(64019,120,473,0),(64020,120,474,0),(64021,120,475,0),(64022,120,476,0),(64023,120,477,0),(64024,120,478,0),(64025,120,479,0),(64026,120,480,0),(64027,120,481,0),(64028,120,482,0),(64029,120,483,0),(64030,120,484,0),(64031,120,485,0),(64032,120,486,0),(64033,120,487,0),(64034,120,488,0),(64035,120,489,0),(64036,120,490,0),(64037,120,491,0),(64038,120,492,0),(64039,120,493,0),(64040,120,494,0),(64041,120,495,0),(64042,120,496,0),(64043,120,497,0),(64044,120,498,0),(64045,120,499,0),(64046,120,500,0),(64047,120,501,0),(64048,120,502,0),(64049,120,503,0),(64050,120,504,0),(64051,120,505,0),(64052,120,506,0),(64053,120,507,0),(64054,120,508,0),(64055,120,509,0),(64056,120,510,0),(64057,120,511,0),(64058,120,512,0),(64059,120,513,0),(64060,120,514,0),(64061,120,515,0),(64062,120,516,0),(64063,120,517,0),(64064,120,518,0),(64065,120,519,0),(64066,120,520,0),(64067,120,521,0),(64068,120,522,0),(64069,120,523,0),(64070,120,524,0),(64071,120,525,0),(64072,120,526,0),(64073,120,527,0),(64074,120,528,0),(64075,120,529,0),(64076,120,530,0),(64077,120,531,0),(64078,120,532,0),(64079,120,533,0.5),(64080,120,534,0.5);
+INSERT INTO `aux_question_cat` VALUES (1,1,1,0.0782455738383323),(2,2,1,0),(3,3,1,0),(4,4,1,0),(5,5,1,0),(6,6,1,0),(7,7,1,0),(8,8,1,0),(9,9,1,0),(10,10,1,0),(11,11,1,0),(12,12,1,0),(13,13,1,0),(14,14,1,0),(15,15,1,0),(16,16,1,0),(17,17,1,0),(18,18,1,0),(19,19,1,0),(20,20,1,0),(21,21,1,0),(22,22,1,0),(23,23,1,0),(24,24,1,0),(25,25,1,0),(26,26,1,0),(27,27,1,0),(28,28,1,0),(29,29,1,0),(30,30,1,0),(31,31,1,0),(32,32,1,0),(33,33,1,0),(34,34,1,0),(35,35,1,0),(36,36,1,0),(37,37,1,0),(38,38,1,0),(39,39,1,0),(40,40,1,0),(41,41,1,0),(42,42,1,0),(43,43,1,0),(44,44,1,0),(45,45,1,0),(46,46,1,0),(47,47,1,0),(48,48,1,0),(49,49,1,0),(50,50,1,0),(51,51,1,0),(52,52,1,0),(53,53,1,0),(54,54,1,0),(55,55,1,0),(56,56,1,0),(57,57,1,0),(58,58,1,0),(59,59,1,0),(60,60,1,0),(61,61,1,0),(62,62,1,0),(63,63,1,0),(64,64,1,0),(65,65,1,0),(66,66,1,0),(67,67,1,0),(68,68,1,0),(69,69,1,0),(70,70,1,0),(71,71,1,0),(72,72,1,0),(73,73,1,0),(74,74,1,0),(75,75,1,0),(76,76,1,0),(77,77,1,0),(78,78,1,0),(79,79,1,0),(80,80,1,0),(81,81,1,0),(82,82,1,0),(83,83,1,0),(84,84,1,0),(85,85,1,0),(86,86,1,0),(87,87,1,0),(88,88,1,0),(89,89,1,0),(90,90,1,0),(91,91,1,0),(92,92,1,0),(93,93,1,0),(94,94,1,0),(95,95,1,0),(96,96,1,0),(97,97,1,0),(98,98,1,0),(99,99,1,0),(100,100,1,0),(101,101,1,0),(102,102,1,0),(103,103,1,0),(104,104,1,0),(105,105,1,0),(106,106,1,0),(107,107,1,0),(108,108,1,0),(109,109,1,0),(110,110,1,0),(111,111,1,0),(112,112,1,0),(113,113,1,0),(114,114,1,0),(115,115,1,0),(116,116,1,0),(117,117,1,0),(118,118,1,0),(119,119,1,0),(120,1,2,0.421754426161668),(121,2,2,0),(122,3,2,0),(123,4,2,0),(124,5,2,0),(125,6,2,0),(126,7,2,0),(127,8,2,0),(128,9,2,0),(129,10,2,0),(130,11,2,0),(131,12,2,0),(132,13,2,0),(133,14,2,0),(134,15,2,0),(135,16,2,0),(136,17,2,0),(137,18,2,0),(138,19,2,0),(139,20,2,0),(140,21,2,0),(141,22,2,0),(142,23,2,0),(143,24,2,0),(144,25,2,0),(145,26,2,0),(146,27,2,0),(147,28,2,0),(148,29,2,0),(149,30,2,0),(150,31,2,0),(151,32,2,0),(152,33,2,0),(153,34,2,0),(154,35,2,0),(155,36,2,0),(156,37,2,0),(157,38,2,0),(158,39,2,0),(159,40,2,0),(160,41,2,0),(161,42,2,0),(162,43,2,0),(163,44,2,0),(164,45,2,0),(165,46,2,0),(166,47,2,0),(167,48,2,0),(168,49,2,0),(169,50,2,0),(170,51,2,0),(171,52,2,0),(172,53,2,0),(173,54,2,0),(174,55,2,0),(175,56,2,0),(176,57,2,0),(177,58,2,0),(178,59,2,0),(179,60,2,0),(180,61,2,0),(181,62,2,0),(182,63,2,0),(183,64,2,0),(184,65,2,0),(185,66,2,0),(186,67,2,0),(187,68,2,0),(188,69,2,0),(189,70,2,0),(190,71,2,0),(191,72,2,0),(192,73,2,0),(193,74,2,0),(194,75,2,0),(195,76,2,0),(196,77,2,0),(197,78,2,0),(198,79,2,0),(199,80,2,0),(200,81,2,0),(201,82,2,0),(202,83,2,0),(203,84,2,0),(204,85,2,0),(205,86,2,0),(206,87,2,0),(207,88,2,0),(208,89,2,0),(209,90,2,0),(210,91,2,0),(211,92,2,0),(212,93,2,0),(213,94,2,0),(214,95,2,0),(215,96,2,0),(216,97,2,0),(217,98,2,0),(218,99,2,0),(219,100,2,0),(220,101,2,0),(221,102,2,0),(222,103,2,0),(223,104,2,0),(224,105,2,0),(225,106,2,0),(226,107,2,0),(227,108,2,0),(228,109,2,0),(229,110,2,0),(230,111,2,0),(231,112,2,0),(232,113,2,0),(233,114,2,0),(234,115,2,0),(235,116,2,0),(236,117,2,0),(237,118,2,0),(238,119,2,0),(239,1,3,0.211688109842403),(240,2,3,0),(241,3,3,0),(242,4,3,0),(243,5,3,0),(244,6,3,0),(245,7,3,0),(246,8,3,0),(247,9,3,0),(248,10,3,0),(249,11,3,0),(250,12,3,0),(251,13,3,0),(252,14,3,0),(253,15,3,0),(254,16,3,0),(255,17,3,0),(256,18,3,0),(257,19,3,0),(258,20,3,0),(259,21,3,0),(260,22,3,0),(261,23,3,0),(262,24,3,0),(263,25,3,0),(264,26,3,0),(265,27,3,0),(266,28,3,0),(267,29,3,0),(268,30,3,0),(269,31,3,0),(270,32,3,0),(271,33,3,0),(272,34,3,0),(273,35,3,0),(274,36,3,0),(275,37,3,0),(276,38,3,0),(277,39,3,0),(278,40,3,0),(279,41,3,0),(280,42,3,0),(281,43,3,0),(282,44,3,0),(283,45,3,0),(284,46,3,0),(285,47,3,0),(286,48,3,0),(287,49,3,0),(288,50,3,0),(289,51,3,0),(290,52,3,0),(291,53,3,0),(292,54,3,0),(293,55,3,0),(294,56,3,0),(295,57,3,0),(296,58,3,0),(297,59,3,0),(298,60,3,0),(299,61,3,0),(300,62,3,0),(301,63,3,0),(302,64,3,0),(303,65,3,0),(304,66,3,0),(305,67,3,0),(306,68,3,0),(307,69,3,0),(308,70,3,0),(309,71,3,0),(310,72,3,0),(311,73,3,0),(312,74,3,0),(313,75,3,0),(314,76,3,0),(315,77,3,0),(316,78,3,0),(317,79,3,0),(318,80,3,0),(319,81,3,0),(320,82,3,0),(321,83,3,0),(322,84,3,0),(323,85,3,0),(324,86,3,0),(325,87,3,0),(326,88,3,0),(327,89,3,0),(328,90,3,0),(329,91,3,0),(330,92,3,0),(331,93,3,0),(332,94,3,0),(333,95,3,0),(334,96,3,0),(335,97,3,0),(336,98,3,0),(337,99,3,0),(338,100,3,0),(339,101,3,0),(340,102,3,0),(341,103,3,0),(342,104,3,0),(343,105,3,0),(344,106,3,0),(345,107,3,0),(346,108,3,0),(347,109,3,0),(348,110,3,0),(349,111,3,0),(350,112,3,0),(351,113,3,0),(352,114,3,0),(353,115,3,0),(354,116,3,0),(355,117,3,0),(356,118,3,0),(357,119,3,0),(358,1,4,0.588311890157597),(359,2,4,0),(360,3,4,0),(361,4,4,0),(362,5,4,0),(363,6,4,0),(364,7,4,0),(365,8,4,0),(366,9,4,0),(367,10,4,0),(368,11,4,0),(369,12,4,0),(370,13,4,0),(371,14,4,0),(372,15,4,0),(373,16,4,0),(374,17,4,0),(375,18,4,0),(376,19,4,0),(377,20,4,0),(378,21,4,0),(379,22,4,0),(380,23,4,0),(381,24,4,0),(382,25,4,0),(383,26,4,0),(384,27,4,0),(385,28,4,0),(386,29,4,0),(387,30,4,0),(388,31,4,0),(389,32,4,0),(390,33,4,0),(391,34,4,0),(392,35,4,0),(393,36,4,0),(394,37,4,0),(395,38,4,0),(396,39,4,0),(397,40,4,0),(398,41,4,0),(399,42,4,0),(400,43,4,0),(401,44,4,0),(402,45,4,0),(403,46,4,0),(404,47,4,0),(405,48,4,0),(406,49,4,0),(407,50,4,0),(408,51,4,0),(409,52,4,0),(410,53,4,0),(411,54,4,0),(412,55,4,0),(413,56,4,0),(414,57,4,0),(415,58,4,0),(416,59,4,0),(417,60,4,0),(418,61,4,0),(419,62,4,0),(420,63,4,0),(421,64,4,0),(422,65,4,0),(423,66,4,0),(424,67,4,0),(425,68,4,0),(426,69,4,0),(427,70,4,0),(428,71,4,0),(429,72,4,0),(430,73,4,0),(431,74,4,0),(432,75,4,0),(433,76,4,0),(434,77,4,0),(435,78,4,0),(436,79,4,0),(437,80,4,0),(438,81,4,0),(439,82,4,0),(440,83,4,0),(441,84,4,0),(442,85,4,0),(443,86,4,0),(444,87,4,0),(445,88,4,0),(446,89,4,0),(447,90,4,0),(448,91,4,0),(449,92,4,0),(450,93,4,0),(451,94,4,0),(452,95,4,0),(453,96,4,0),(454,97,4,0),(455,98,4,0),(456,99,4,0),(457,100,4,0),(458,101,4,0),(459,102,4,0),(460,103,4,0),(461,104,4,0),(462,105,4,0),(463,106,4,0),(464,107,4,0),(465,108,4,0),(466,109,4,0),(467,110,4,0),(468,111,4,0),(469,112,4,0),(470,113,4,0),(471,114,4,0),(472,115,4,0),(473,116,4,0),(474,117,4,0),(475,118,4,0),(476,119,4,0),(477,1,5,0.942620568553735),(478,2,5,0),(479,3,5,0),(480,4,5,0),(481,5,5,0),(482,6,5,0),(483,7,5,0),(484,8,5,0),(485,9,5,0),(486,10,5,0),(487,11,5,0),(488,12,5,0),(489,13,5,0),(490,14,5,0),(491,15,5,0),(492,16,5,0),(493,17,5,0),(494,18,5,0),(495,19,5,0),(496,20,5,0),(497,21,5,0),(498,22,5,0),(499,23,5,0),(500,24,5,0),(501,25,5,0),(502,26,5,0),(503,27,5,0),(504,28,5,0),(505,29,5,0),(506,30,5,0),(507,31,5,0),(508,32,5,0),(509,33,5,0),(510,34,5,0),(511,35,5,0),(512,36,5,0),(513,37,5,0),(514,38,5,0),(515,39,5,0),(516,40,5,0),(517,41,5,0),(518,42,5,0),(519,43,5,0),(520,44,5,0),(521,45,5,0),(522,46,5,0),(523,47,5,0),(524,48,5,0),(525,49,5,0),(526,50,5,0),(527,51,5,0),(528,52,5,0),(529,53,5,0),(530,54,5,0),(531,55,5,0),(532,56,5,0),(533,57,5,0),(534,58,5,0),(535,59,5,0),(536,60,5,0),(537,61,5,0),(538,62,5,0),(539,63,5,0),(540,64,5,0),(541,65,5,0),(542,66,5,0),(543,67,5,0),(544,68,5,0),(545,69,5,0),(546,70,5,0),(547,71,5,0),(548,72,5,0),(549,73,5,0),(550,74,5,0),(551,75,5,0),(552,76,5,0),(553,77,5,0),(554,78,5,0),(555,79,5,0),(556,80,5,0),(557,81,5,0),(558,82,5,0),(559,83,5,0),(560,84,5,0),(561,85,5,0),(562,86,5,0),(563,87,5,0),(564,88,5,0),(565,89,5,0),(566,90,5,0),(567,91,5,0),(568,92,5,0),(569,93,5,0),(570,94,5,0),(571,95,5,0),(572,96,5,0),(573,97,5,0),(574,98,5,0),(575,99,5,0),(576,100,5,0),(577,101,5,0),(578,102,5,0),(579,103,5,0),(580,104,5,0),(581,105,5,0),(582,106,5,0),(583,107,5,0),(584,108,5,0),(585,109,5,0),(586,110,5,0),(587,111,5,0),(588,112,5,0),(589,113,5,0),(590,114,5,0),(591,115,5,0),(592,116,5,0),(593,117,5,0),(594,118,5,0),(595,119,5,0),(596,1,6,0.0573794314462653),(597,2,6,0),(598,3,6,0),(599,4,6,0),(600,5,6,0),(601,6,6,0),(602,7,6,0),(603,8,6,0),(604,9,6,0),(605,10,6,0),(606,11,6,0),(607,12,6,0),(608,13,6,0),(609,14,6,0),(610,15,6,0),(611,16,6,0),(612,17,6,0),(613,18,6,0),(614,19,6,0),(615,20,6,0),(616,21,6,0),(617,22,6,0),(618,23,6,0),(619,24,6,0),(620,25,6,0),(621,26,6,0),(622,27,6,0),(623,28,6,0),(624,29,6,0),(625,30,6,0),(626,31,6,0),(627,32,6,0),(628,33,6,0),(629,34,6,0),(630,35,6,0),(631,36,6,0),(632,37,6,0),(633,38,6,0),(634,39,6,0),(635,40,6,0),(636,41,6,0),(637,42,6,0),(638,43,6,0),(639,44,6,0),(640,45,6,0),(641,46,6,0),(642,47,6,0),(643,48,6,0),(644,49,6,0),(645,50,6,0),(646,51,6,0),(647,52,6,0),(648,53,6,0),(649,54,6,0),(650,55,6,0),(651,56,6,0),(652,57,6,0),(653,58,6,0),(654,59,6,0),(655,60,6,0),(656,61,6,0),(657,62,6,0),(658,63,6,0),(659,64,6,0),(660,65,6,0),(661,66,6,0),(662,67,6,0),(663,68,6,0),(664,69,6,0),(665,70,6,0),(666,71,6,0),(667,72,6,0),(668,73,6,0),(669,74,6,0),(670,75,6,0),(671,76,6,0),(672,77,6,0),(673,78,6,0),(674,79,6,0),(675,80,6,0),(676,81,6,0),(677,82,6,0),(678,83,6,0),(679,84,6,0),(680,85,6,0),(681,86,6,0),(682,87,6,0),(683,88,6,0),(684,89,6,0),(685,90,6,0),(686,91,6,0),(687,92,6,0),(688,93,6,0),(689,94,6,0),(690,95,6,0),(691,96,6,0),(692,97,6,0),(693,98,6,0),(694,99,6,0),(695,100,6,0),(696,101,6,0),(697,102,6,0),(698,103,6,0),(699,104,6,0),(700,105,6,0),(701,106,6,0),(702,107,6,0),(703,108,6,0),(704,109,6,0),(705,110,6,0),(706,111,6,0),(707,112,6,0),(708,113,6,0),(709,114,6,0),(710,115,6,0),(711,116,6,0),(712,117,6,0),(713,118,6,0),(714,119,6,0),(715,1,7,0),(716,2,7,0.28615141937509),(717,3,7,0),(718,4,7,0),(719,5,7,0),(720,6,7,0),(721,7,7,0),(722,8,7,0),(723,9,7,0),(724,10,7,0),(725,11,7,0),(726,12,7,0),(727,13,7,0),(728,14,7,0),(729,15,7,0),(730,16,7,0),(731,17,7,0),(732,18,7,0),(733,19,7,0),(734,20,7,0),(735,21,7,0),(736,22,7,0),(737,23,7,0),(738,24,7,0),(739,25,7,0),(740,26,7,0),(741,27,7,0),(742,28,7,0),(743,29,7,0),(744,30,7,0),(745,31,7,0),(746,32,7,0),(747,33,7,0),(748,34,7,0),(749,35,7,0),(750,36,7,0),(751,37,7,0),(752,38,7,0),(753,39,7,0),(754,40,7,0),(755,41,7,0),(756,42,7,0),(757,43,7,0),(758,44,7,0),(759,45,7,0),(760,46,7,0),(761,47,7,0),(762,48,7,0),(763,49,7,0),(764,50,7,0),(765,51,7,0),(766,52,7,0),(767,53,7,0),(768,54,7,0),(769,55,7,0),(770,56,7,0),(771,57,7,0),(772,58,7,0),(773,59,7,0),(774,60,7,0),(775,61,7,0),(776,62,7,0),(777,63,7,0),(778,64,7,0),(779,65,7,0),(780,66,7,0),(781,67,7,0),(782,68,7,0),(783,69,7,0),(784,70,7,0),(785,71,7,0),(786,72,7,0),(787,73,7,0),(788,74,7,0),(789,75,7,0),(790,76,7,0),(791,77,7,0),(792,78,7,0),(793,79,7,0),(794,80,7,0),(795,81,7,0),(796,82,7,0),(797,83,7,0),(798,84,7,0),(799,85,7,0),(800,86,7,0),(801,87,7,0),(802,88,7,0),(803,89,7,0),(804,90,7,0),(805,91,7,0),(806,92,7,0),(807,93,7,0),(808,94,7,0),(809,95,7,0),(810,96,7,0),(811,97,7,0),(812,98,7,0),(813,99,7,0),(814,100,7,0),(815,101,7,0),(816,102,7,0),(817,103,7,0),(818,104,7,0),(819,105,7,0),(820,106,7,0),(821,107,7,0),(822,108,7,0),(823,109,7,0),(824,110,7,0),(825,111,7,0),(826,112,7,0),(827,113,7,0),(828,114,7,0),(829,115,7,0),(830,116,7,0),(831,117,7,0),(832,118,7,0),(833,119,7,0),(834,1,8,0),(835,2,8,0.21384858062491),(836,3,8,0),(837,4,8,0),(838,5,8,0),(839,6,8,0),(840,7,8,0),(841,8,8,0),(842,9,8,0),(843,10,8,0),(844,11,8,0),(845,12,8,0),(846,13,8,0),(847,14,8,0),(848,15,8,0),(849,16,8,0),(850,17,8,0),(851,18,8,0),(852,19,8,0),(853,20,8,0),(854,21,8,0),(855,22,8,0),(856,23,8,0),(857,24,8,0),(858,25,8,0),(859,26,8,0),(860,27,8,0),(861,28,8,0),(862,29,8,0),(863,30,8,0),(864,31,8,0),(865,32,8,0),(866,33,8,0),(867,34,8,0),(868,35,8,0),(869,36,8,0),(870,37,8,0),(871,38,8,0),(872,39,8,0),(873,40,8,0),(874,41,8,0),(875,42,8,0),(876,43,8,0),(877,44,8,0),(878,45,8,0),(879,46,8,0),(880,47,8,0),(881,48,8,0),(882,49,8,0),(883,50,8,0),(884,51,8,0),(885,52,8,0),(886,53,8,0),(887,54,8,0),(888,55,8,0),(889,56,8,0),(890,57,8,0),(891,58,8,0),(892,59,8,0),(893,60,8,0),(894,61,8,0),(895,62,8,0),(896,63,8,0),(897,64,8,0),(898,65,8,0),(899,66,8,0),(900,67,8,0),(901,68,8,0),(902,69,8,0),(903,70,8,0),(904,71,8,0),(905,72,8,0),(906,73,8,0),(907,74,8,0),(908,75,8,0),(909,76,8,0),(910,77,8,0),(911,78,8,0),(912,79,8,0),(913,80,8,0),(914,81,8,0),(915,82,8,0),(916,83,8,0),(917,84,8,0),(918,85,8,0),(919,86,8,0),(920,87,8,0),(921,88,8,0),(922,89,8,0),(923,90,8,0),(924,91,8,0),(925,92,8,0),(926,93,8,0),(927,94,8,0),(928,95,8,0),(929,96,8,0),(930,97,8,0),(931,98,8,0),(932,99,8,0),(933,100,8,0),(934,101,8,0),(935,102,8,0),(936,103,8,0),(937,104,8,0),(938,105,8,0),(939,106,8,0),(940,107,8,0),(941,108,8,0),(942,109,8,0),(943,110,8,0),(944,111,8,0),(945,112,8,0),(946,113,8,0),(947,114,8,0),(948,115,8,0),(949,116,8,0),(950,117,8,0),(951,118,8,0),(952,119,8,0),(953,1,9,0),(954,2,9,0.269352052988001),(955,3,9,0),(956,4,9,0),(957,5,9,0),(958,6,9,0),(959,7,9,0),(960,8,9,0),(961,9,9,0),(962,10,9,0),(963,11,9,0),(964,12,9,0),(965,13,9,0),(966,14,9,0),(967,15,9,0),(968,16,9,0),(969,17,9,0),(970,18,9,0),(971,19,9,0),(972,20,9,0),(973,21,9,0),(974,22,9,0),(975,23,9,0),(976,24,9,0),(977,25,9,0),(978,26,9,0),(979,27,9,0),(980,28,9,0),(981,29,9,0),(982,30,9,0),(983,31,9,0),(984,32,9,0),(985,33,9,0),(986,34,9,0),(987,35,9,0),(988,36,9,0),(989,37,9,0),(990,38,9,0),(991,39,9,0),(992,40,9,0),(993,41,9,0),(994,42,9,0),(995,43,9,0),(996,44,9,0),(997,45,9,0),(998,46,9,0),(999,47,9,0),(1000,48,9,0),(1001,49,9,0),(1002,50,9,0),(1003,51,9,0),(1004,52,9,0),(1005,53,9,0),(1006,54,9,0),(1007,55,9,0),(1008,56,9,0),(1009,57,9,0),(1010,58,9,0),(1011,59,9,0),(1012,60,9,0),(1013,61,9,0),(1014,62,9,0),(1015,63,9,0),(1016,64,9,0),(1017,65,9,0),(1018,66,9,0),(1019,67,9,0),(1020,68,9,0),(1021,69,9,0),(1022,70,9,0),(1023,71,9,0),(1024,72,9,0),(1025,73,9,0),(1026,74,9,0),(1027,75,9,0),(1028,76,9,0),(1029,77,9,0),(1030,78,9,0),(1031,79,9,0),(1032,80,9,0),(1033,81,9,0),(1034,82,9,0),(1035,83,9,0),(1036,84,9,0),(1037,85,9,0),(1038,86,9,0),(1039,87,9,0),(1040,88,9,0),(1041,89,9,0),(1042,90,9,0),(1043,91,9,0),(1044,92,9,0),(1045,93,9,0),(1046,94,9,0),(1047,95,9,0),(1048,96,9,0),(1049,97,9,0),(1050,98,9,0),(1051,99,9,0),(1052,100,9,0),(1053,101,9,0),(1054,102,9,0),(1055,103,9,0),(1056,104,9,0),(1057,105,9,0),(1058,106,9,0),(1059,107,9,0),(1060,108,9,0),(1061,109,9,0),(1062,110,9,0),(1063,111,9,0),(1064,112,9,0),(1065,113,9,0),(1066,114,9,0),(1067,115,9,0),(1068,116,9,0),(1069,117,9,0),(1070,118,9,0),(1071,119,9,0),(1072,1,10,0),(1073,2,10,0.333842125032617),(1074,3,10,0),(1075,4,10,0),(1076,5,10,0),(1077,6,10,0),(1078,7,10,0),(1079,8,10,0),(1080,9,10,0),(1081,10,10,0),(1082,11,10,0),(1083,12,10,0),(1084,13,10,0),(1085,14,10,0),(1086,15,10,0),(1087,16,10,0),(1088,17,10,0),(1089,18,10,0),(1090,19,10,0),(1091,20,10,0),(1092,21,10,0),(1093,22,10,0),(1094,23,10,0),(1095,24,10,0),(1096,25,10,0),(1097,26,10,0),(1098,27,10,0),(1099,28,10,0),(1100,29,10,0),(1101,30,10,0),(1102,31,10,0),(1103,32,10,0),(1104,33,10,0),(1105,34,10,0),(1106,35,10,0),(1107,36,10,0),(1108,37,10,0),(1109,38,10,0),(1110,39,10,0),(1111,40,10,0),(1112,41,10,0),(1113,42,10,0),(1114,43,10,0),(1115,44,10,0),(1116,45,10,0),(1117,46,10,0),(1118,47,10,0),(1119,48,10,0),(1120,49,10,0),(1121,50,10,0),(1122,51,10,0),(1123,52,10,0),(1124,53,10,0),(1125,54,10,0),(1126,55,10,0),(1127,56,10,0),(1128,57,10,0),(1129,58,10,0),(1130,59,10,0),(1131,60,10,0),(1132,61,10,0),(1133,62,10,0),(1134,63,10,0),(1135,64,10,0),(1136,65,10,0),(1137,66,10,0),(1138,67,10,0),(1139,68,10,0),(1140,69,10,0),(1141,70,10,0),(1142,71,10,0),(1143,72,10,0),(1144,73,10,0),(1145,74,10,0),(1146,75,10,0),(1147,76,10,0),(1148,77,10,0),(1149,78,10,0),(1150,79,10,0),(1151,80,10,0),(1152,81,10,0),(1153,82,10,0),(1154,83,10,0),(1155,84,10,0),(1156,85,10,0),(1157,86,10,0),(1158,87,10,0),(1159,88,10,0),(1160,89,10,0),(1161,90,10,0),(1162,91,10,0),(1163,92,10,0),(1164,93,10,0),(1165,94,10,0),(1166,95,10,0),(1167,96,10,0),(1168,97,10,0),(1169,98,10,0),(1170,99,10,0),(1171,100,10,0),(1172,101,10,0),(1173,102,10,0),(1174,103,10,0),(1175,104,10,0),(1176,105,10,0),(1177,106,10,0),(1178,107,10,0),(1179,108,10,0),(1180,109,10,0),(1181,110,10,0),(1182,111,10,0),(1183,112,10,0),(1184,113,10,0),(1185,114,10,0),(1186,115,10,0),(1187,116,10,0),(1188,117,10,0),(1189,118,10,0),(1190,119,10,0),(1191,1,11,0),(1192,2,11,0.196805821979381),(1193,3,11,0),(1194,4,11,0),(1195,5,11,0),(1196,6,11,0),(1197,7,11,0),(1198,8,11,0),(1199,9,11,0),(1200,10,11,0),(1201,11,11,0),(1202,12,11,0),(1203,13,11,0),(1204,14,11,0),(1205,15,11,0),(1206,16,11,0),(1207,17,11,0),(1208,18,11,0),(1209,19,11,0),(1210,20,11,0),(1211,21,11,0),(1212,22,11,0),(1213,23,11,0),(1214,24,11,0),(1215,25,11,0),(1216,26,11,0),(1217,27,11,0),(1218,28,11,0),(1219,29,11,0),(1220,30,11,0),(1221,31,11,0),(1222,32,11,0),(1223,33,11,0),(1224,34,11,0),(1225,35,11,0),(1226,36,11,0),(1227,37,11,0),(1228,38,11,0),(1229,39,11,0),(1230,40,11,0),(1231,41,11,0),(1232,42,11,0),(1233,43,11,0),(1234,44,11,0),(1235,45,11,0),(1236,46,11,0),(1237,47,11,0),(1238,48,11,0),(1239,49,11,0),(1240,50,11,0),(1241,51,11,0),(1242,52,11,0),(1243,53,11,0),(1244,54,11,0),(1245,55,11,0),(1246,56,11,0),(1247,57,11,0),(1248,58,11,0),(1249,59,11,0),(1250,60,11,0),(1251,61,11,0),(1252,62,11,0),(1253,63,11,0),(1254,64,11,0),(1255,65,11,0),(1256,66,11,0),(1257,67,11,0),(1258,68,11,0),(1259,69,11,0),(1260,70,11,0),(1261,71,11,0),(1262,72,11,0),(1263,73,11,0),(1264,74,11,0),(1265,75,11,0),(1266,76,11,0),(1267,77,11,0),(1268,78,11,0),(1269,79,11,0),(1270,80,11,0),(1271,81,11,0),(1272,82,11,0),(1273,83,11,0),(1274,84,11,0),(1275,85,11,0),(1276,86,11,0),(1277,87,11,0),(1278,88,11,0),(1279,89,11,0),(1280,90,11,0),(1281,91,11,0),(1282,92,11,0),(1283,93,11,0),(1284,94,11,0),(1285,95,11,0),(1286,96,11,0),(1287,97,11,0),(1288,98,11,0),(1289,99,11,0),(1290,100,11,0),(1291,101,11,0),(1292,102,11,0),(1293,103,11,0),(1294,104,11,0),(1295,105,11,0),(1296,106,11,0),(1297,107,11,0),(1298,108,11,0),(1299,109,11,0),(1300,110,11,0),(1301,111,11,0),(1302,112,11,0),(1303,113,11,0),(1304,114,11,0),(1305,115,11,0),(1306,116,11,0),(1307,117,11,0),(1308,118,11,0),(1309,119,11,0),(1310,1,12,0),(1311,2,12,0.0303113350972516),(1312,3,12,0),(1313,4,12,0),(1314,5,12,0),(1315,6,12,0),(1316,7,12,0),(1317,8,12,0),(1318,9,12,0),(1319,10,12,0),(1320,11,12,0),(1321,12,12,0),(1322,13,12,0),(1323,14,12,0),(1324,15,12,0),(1325,16,12,0),(1326,17,12,0),(1327,18,12,0),(1328,19,12,0),(1329,20,12,0),(1330,21,12,0),(1331,22,12,0),(1332,23,12,0),(1333,24,12,0),(1334,25,12,0),(1335,26,12,0),(1336,27,12,0),(1337,28,12,0),(1338,29,12,0),(1339,30,12,0),(1340,31,12,0),(1341,32,12,0),(1342,33,12,0),(1343,34,12,0),(1344,35,12,0),(1345,36,12,0),(1346,37,12,0),(1347,38,12,0),(1348,39,12,0),(1349,40,12,0),(1350,41,12,0),(1351,42,12,0),(1352,43,12,0),(1353,44,12,0),(1354,45,12,0),(1355,46,12,0),(1356,47,12,0),(1357,48,12,0),(1358,49,12,0),(1359,50,12,0),(1360,51,12,0),(1361,52,12,0),(1362,53,12,0),(1363,54,12,0),(1364,55,12,0),(1365,56,12,0),(1366,57,12,0),(1367,58,12,0),(1368,59,12,0),(1369,60,12,0),(1370,61,12,0),(1371,62,12,0),(1372,63,12,0),(1373,64,12,0),(1374,65,12,0),(1375,66,12,0),(1376,67,12,0),(1377,68,12,0),(1378,69,12,0),(1379,70,12,0),(1380,71,12,0),(1381,72,12,0),(1382,73,12,0),(1383,74,12,0),(1384,75,12,0),(1385,76,12,0),(1386,77,12,0),(1387,78,12,0),(1388,79,12,0),(1389,80,12,0),(1390,81,12,0),(1391,82,12,0),(1392,83,12,0),(1393,84,12,0),(1394,85,12,0),(1395,86,12,0),(1396,87,12,0),(1397,88,12,0),(1398,89,12,0),(1399,90,12,0),(1400,91,12,0),(1401,92,12,0),(1402,93,12,0),(1403,94,12,0),(1404,95,12,0),(1405,96,12,0),(1406,97,12,0),(1407,98,12,0),(1408,99,12,0),(1409,100,12,0),(1410,101,12,0),(1411,102,12,0),(1412,103,12,0),(1413,104,12,0),(1414,105,12,0),(1415,106,12,0),(1416,107,12,0),(1417,108,12,0),(1418,109,12,0),(1419,110,12,0),(1420,111,12,0),(1421,112,12,0),(1422,113,12,0),(1423,114,12,0),(1424,115,12,0),(1425,116,12,0),(1426,117,12,0),(1427,118,12,0),(1428,119,12,0),(1429,1,13,0),(1430,2,13,0.572240090569369),(1431,3,13,0),(1432,4,13,0),(1433,5,13,0),(1434,6,13,0),(1435,7,13,0),(1436,8,13,0),(1437,9,13,0),(1438,10,13,0),(1439,11,13,0),(1440,12,13,0),(1441,13,13,0),(1442,14,13,0),(1443,15,13,0),(1444,16,13,0),(1445,17,13,0),(1446,18,13,0),(1447,19,13,0),(1448,20,13,0),(1449,21,13,0),(1450,22,13,0),(1451,23,13,0),(1452,24,13,0),(1453,25,13,0),(1454,26,13,0),(1455,27,13,0),(1456,28,13,0),(1457,29,13,0),(1458,30,13,0),(1459,31,13,0),(1460,32,13,0),(1461,33,13,0),(1462,34,13,0),(1463,35,13,0),(1464,36,13,0),(1465,37,13,0),(1466,38,13,0),(1467,39,13,0),(1468,40,13,0),(1469,41,13,0),(1470,42,13,0),(1471,43,13,0),(1472,44,13,0),(1473,45,13,0),(1474,46,13,0),(1475,47,13,0),(1476,48,13,0),(1477,49,13,0),(1478,50,13,0),(1479,51,13,0),(1480,52,13,0),(1481,53,13,0),(1482,54,13,0),(1483,55,13,0),(1484,56,13,0),(1485,57,13,0),(1486,58,13,0),(1487,59,13,0),(1488,60,13,0),(1489,61,13,0),(1490,62,13,0),(1491,63,13,0),(1492,64,13,0),(1493,65,13,0),(1494,66,13,0),(1495,67,13,0),(1496,68,13,0),(1497,69,13,0),(1498,70,13,0),(1499,71,13,0),(1500,72,13,0),(1501,73,13,0),(1502,74,13,0),(1503,75,13,0),(1504,76,13,0),(1505,77,13,0),(1506,78,13,0),(1507,79,13,0),(1508,80,13,0),(1509,81,13,0),(1510,82,13,0),(1511,83,13,0),(1512,84,13,0),(1513,85,13,0),(1514,86,13,0),(1515,87,13,0),(1516,88,13,0),(1517,89,13,0),(1518,90,13,0),(1519,91,13,0),(1520,92,13,0),(1521,93,13,0),(1522,94,13,0),(1523,95,13,0),(1524,96,13,0),(1525,97,13,0),(1526,98,13,0),(1527,99,13,0),(1528,100,13,0),(1529,101,13,0),(1530,102,13,0),(1531,103,13,0),(1532,104,13,0),(1533,105,13,0),(1534,106,13,0),(1535,107,13,0),(1536,108,13,0),(1537,109,13,0),(1538,110,13,0),(1539,111,13,0),(1540,112,13,0),(1541,113,13,0),(1542,114,13,0),(1543,115,13,0),(1544,116,13,0),(1545,117,13,0),(1546,118,13,0),(1547,119,13,0),(1548,1,14,0),(1549,2,14,0.176284337499824),(1550,3,14,0),(1551,4,14,0),(1552,5,14,0),(1553,6,14,0),(1554,7,14,0),(1555,8,14,0),(1556,9,14,0),(1557,10,14,0),(1558,11,14,0),(1559,12,14,0),(1560,13,14,0),(1561,14,14,0),(1562,15,14,0),(1563,16,14,0),(1564,17,14,0),(1565,18,14,0),(1566,19,14,0),(1567,20,14,0),(1568,21,14,0),(1569,22,14,0),(1570,23,14,0),(1571,24,14,0),(1572,25,14,0),(1573,26,14,0),(1574,27,14,0),(1575,28,14,0),(1576,29,14,0),(1577,30,14,0),(1578,31,14,0),(1579,32,14,0),(1580,33,14,0),(1581,34,14,0),(1582,35,14,0),(1583,36,14,0),(1584,37,14,0),(1585,38,14,0),(1586,39,14,0),(1587,40,14,0),(1588,41,14,0),(1589,42,14,0),(1590,43,14,0),(1591,44,14,0),(1592,45,14,0),(1593,46,14,0),(1594,47,14,0),(1595,48,14,0),(1596,49,14,0),(1597,50,14,0),(1598,51,14,0),(1599,52,14,0),(1600,53,14,0),(1601,54,14,0),(1602,55,14,0),(1603,56,14,0),(1604,57,14,0),(1605,58,14,0),(1606,59,14,0),(1607,60,14,0),(1608,61,14,0),(1609,62,14,0),(1610,63,14,0),(1611,64,14,0),(1612,65,14,0),(1613,66,14,0),(1614,67,14,0),(1615,68,14,0),(1616,69,14,0),(1617,70,14,0),(1618,71,14,0),(1619,72,14,0),(1620,73,14,0),(1621,74,14,0),(1622,75,14,0),(1623,76,14,0),(1624,77,14,0),(1625,78,14,0),(1626,79,14,0),(1627,80,14,0),(1628,81,14,0),(1629,82,14,0),(1630,83,14,0),(1631,84,14,0),(1632,85,14,0),(1633,86,14,0),(1634,87,14,0),(1635,88,14,0),(1636,89,14,0),(1637,90,14,0),(1638,91,14,0),(1639,92,14,0),(1640,93,14,0),(1641,94,14,0),(1642,95,14,0),(1643,96,14,0),(1644,97,14,0),(1645,98,14,0),(1646,99,14,0),(1647,100,14,0),(1648,101,14,0),(1649,102,14,0),(1650,103,14,0),(1651,104,14,0),(1652,105,14,0),(1653,106,14,0),(1654,107,14,0),(1655,108,14,0),(1656,109,14,0),(1657,110,14,0),(1658,111,14,0),(1659,112,14,0),(1660,113,14,0),(1661,114,14,0),(1662,115,14,0),(1663,116,14,0),(1664,117,14,0),(1665,118,14,0),(1666,119,14,0),(1667,1,15,0),(1668,2,15,0.221164236833556),(1669,3,15,0),(1670,4,15,0),(1671,5,15,0),(1672,6,15,0),(1673,7,15,0),(1674,8,15,0),(1675,9,15,0),(1676,10,15,0),(1677,11,15,0),(1678,12,15,0),(1679,13,15,0),(1680,14,15,0),(1681,15,15,0),(1682,16,15,0),(1683,17,15,0),(1684,18,15,0),(1685,19,15,0),(1686,20,15,0),(1687,21,15,0),(1688,22,15,0),(1689,23,15,0),(1690,24,15,0),(1691,25,15,0),(1692,26,15,0),(1693,27,15,0),(1694,28,15,0),(1695,29,15,0),(1696,30,15,0),(1697,31,15,0),(1698,32,15,0),(1699,33,15,0),(1700,34,15,0),(1701,35,15,0),(1702,36,15,0),(1703,37,15,0),(1704,38,15,0),(1705,39,15,0),(1706,40,15,0),(1707,41,15,0),(1708,42,15,0),(1709,43,15,0),(1710,44,15,0),(1711,45,15,0),(1712,46,15,0),(1713,47,15,0),(1714,48,15,0),(1715,49,15,0),(1716,50,15,0),(1717,51,15,0),(1718,52,15,0),(1719,53,15,0),(1720,54,15,0),(1721,55,15,0),(1722,56,15,0),(1723,57,15,0),(1724,58,15,0),(1725,59,15,0),(1726,60,15,0),(1727,61,15,0),(1728,62,15,0),(1729,63,15,0),(1730,64,15,0),(1731,65,15,0),(1732,66,15,0),(1733,67,15,0),(1734,68,15,0),(1735,69,15,0),(1736,70,15,0),(1737,71,15,0),(1738,72,15,0),(1739,73,15,0),(1740,74,15,0),(1741,75,15,0),(1742,76,15,0),(1743,77,15,0),(1744,78,15,0),(1745,79,15,0),(1746,80,15,0),(1747,81,15,0),(1748,82,15,0),(1749,83,15,0),(1750,84,15,0),(1751,85,15,0),(1752,86,15,0),(1753,87,15,0),(1754,88,15,0),(1755,89,15,0),(1756,90,15,0),(1757,91,15,0),(1758,92,15,0),(1759,93,15,0),(1760,94,15,0),(1761,95,15,0),(1762,96,15,0),(1763,97,15,0),(1764,98,15,0),(1765,99,15,0),(1766,100,15,0),(1767,101,15,0),(1768,102,15,0),(1769,103,15,0),(1770,104,15,0),(1771,105,15,0),(1772,106,15,0),(1773,107,15,0),(1774,108,15,0),(1775,109,15,0),(1776,110,15,0),(1777,111,15,0),(1778,112,15,0),(1779,113,15,0),(1780,114,15,0),(1781,115,15,0),(1782,116,15,0),(1783,117,15,0),(1784,118,15,0),(1785,119,15,0),(1786,1,16,0),(1787,2,16,0),(1788,3,16,0.5),(1789,4,16,0),(1790,5,16,0),(1791,6,16,0),(1792,7,16,0),(1793,8,16,0),(1794,9,16,0),(1795,10,16,0),(1796,11,16,0),(1797,12,16,0),(1798,13,16,0),(1799,14,16,0),(1800,15,16,0),(1801,16,16,0),(1802,17,16,0),(1803,18,16,0),(1804,19,16,0),(1805,20,16,0),(1806,21,16,0),(1807,22,16,0),(1808,23,16,0),(1809,24,16,0),(1810,25,16,0),(1811,26,16,0),(1812,27,16,0),(1813,28,16,0),(1814,29,16,0),(1815,30,16,0),(1816,31,16,0),(1817,32,16,0),(1818,33,16,0),(1819,34,16,0),(1820,35,16,0),(1821,36,16,0),(1822,37,16,0),(1823,38,16,0),(1824,39,16,0),(1825,40,16,0),(1826,41,16,0),(1827,42,16,0),(1828,43,16,0),(1829,44,16,0),(1830,45,16,0),(1831,46,16,0),(1832,47,16,0),(1833,48,16,0),(1834,49,16,0),(1835,50,16,0),(1836,51,16,0),(1837,52,16,0),(1838,53,16,0),(1839,54,16,0),(1840,55,16,0),(1841,56,16,0),(1842,57,16,0),(1843,58,16,0),(1844,59,16,0),(1845,60,16,0),(1846,61,16,0),(1847,62,16,0),(1848,63,16,0),(1849,64,16,0),(1850,65,16,0),(1851,66,16,0),(1852,67,16,0),(1853,68,16,0),(1854,69,16,0),(1855,70,16,0),(1856,71,16,0),(1857,72,16,0),(1858,73,16,0),(1859,74,16,0),(1860,75,16,0),(1861,76,16,0),(1862,77,16,0),(1863,78,16,0),(1864,79,16,0),(1865,80,16,0),(1866,81,16,0),(1867,82,16,0),(1868,83,16,0),(1869,84,16,0),(1870,85,16,0),(1871,86,16,0),(1872,87,16,0),(1873,88,16,0),(1874,89,16,0),(1875,90,16,0),(1876,91,16,0),(1877,92,16,0),(1878,93,16,0),(1879,94,16,0),(1880,95,16,0),(1881,96,16,0),(1882,97,16,0),(1883,98,16,0),(1884,99,16,0),(1885,100,16,0),(1886,101,16,0),(1887,102,16,0),(1888,103,16,0),(1889,104,16,0),(1890,105,16,0),(1891,106,16,0),(1892,107,16,0),(1893,108,16,0),(1894,109,16,0),(1895,110,16,0),(1896,111,16,0),(1897,112,16,0),(1898,113,16,0),(1899,114,16,0),(1900,115,16,0),(1901,116,16,0),(1902,117,16,0),(1903,118,16,0),(1904,119,16,0),(1905,1,17,0),(1906,2,17,0),(1907,3,17,0.8),(1908,4,17,0),(1909,5,17,0),(1910,6,17,0),(1911,7,17,0),(1912,8,17,0),(1913,9,17,0),(1914,10,17,0),(1915,11,17,0),(1916,12,17,0),(1917,13,17,0),(1918,14,17,0),(1919,15,17,0),(1920,16,17,0),(1921,17,17,0),(1922,18,17,0),(1923,19,17,0),(1924,20,17,0),(1925,21,17,0),(1926,22,17,0),(1927,23,17,0),(1928,24,17,0),(1929,25,17,0),(1930,26,17,0),(1931,27,17,0),(1932,28,17,0),(1933,29,17,0),(1934,30,17,0),(1935,31,17,0),(1936,32,17,0),(1937,33,17,0),(1938,34,17,0),(1939,35,17,0),(1940,36,17,0),(1941,37,17,0),(1942,38,17,0),(1943,39,17,0),(1944,40,17,0),(1945,41,17,0),(1946,42,17,0),(1947,43,17,0),(1948,44,17,0),(1949,45,17,0),(1950,46,17,0),(1951,47,17,0),(1952,48,17,0),(1953,49,17,0),(1954,50,17,0),(1955,51,17,0),(1956,52,17,0),(1957,53,17,0),(1958,54,17,0),(1959,55,17,0),(1960,56,17,0),(1961,57,17,0),(1962,58,17,0),(1963,59,17,0),(1964,60,17,0),(1965,61,17,0),(1966,62,17,0),(1967,63,17,0),(1968,64,17,0),(1969,65,17,0),(1970,66,17,0),(1971,67,17,0),(1972,68,17,0),(1973,69,17,0),(1974,70,17,0),(1975,71,17,0),(1976,72,17,0),(1977,73,17,0),(1978,74,17,0),(1979,75,17,0),(1980,76,17,0),(1981,77,17,0),(1982,78,17,0),(1983,79,17,0),(1984,80,17,0),(1985,81,17,0),(1986,82,17,0),(1987,83,17,0),(1988,84,17,0),(1989,85,17,0),(1990,86,17,0),(1991,87,17,0),(1992,88,17,0),(1993,89,17,0),(1994,90,17,0),(1995,91,17,0),(1996,92,17,0),(1997,93,17,0),(1998,94,17,0),(1999,95,17,0),(2000,96,17,0),(2001,97,17,0),(2002,98,17,0),(2003,99,17,0),(2004,100,17,0),(2005,101,17,0),(2006,102,17,0),(2007,103,17,0),(2008,104,17,0),(2009,105,17,0),(2010,106,17,0),(2011,107,17,0),(2012,108,17,0),(2013,109,17,0),(2014,110,17,0),(2015,111,17,0),(2016,112,17,0),(2017,113,17,0),(2018,114,17,0),(2019,115,17,0),(2020,116,17,0),(2021,117,17,0),(2022,118,17,0),(2023,119,17,0),(2024,1,18,0),(2025,2,18,0),(2026,3,18,1),(2027,4,18,0),(2028,5,18,0),(2029,6,18,0),(2030,7,18,0),(2031,8,18,0),(2032,9,18,0),(2033,10,18,0),(2034,11,18,0),(2035,12,18,0),(2036,13,18,0),(2037,14,18,0),(2038,15,18,0),(2039,16,18,0),(2040,17,18,0),(2041,18,18,0),(2042,19,18,0),(2043,20,18,0),(2044,21,18,0),(2045,22,18,0),(2046,23,18,0),(2047,24,18,0),(2048,25,18,0),(2049,26,18,0),(2050,27,18,0),(2051,28,18,0),(2052,29,18,0),(2053,30,18,0),(2054,31,18,0),(2055,32,18,0),(2056,33,18,0),(2057,34,18,0),(2058,35,18,0),(2059,36,18,0),(2060,37,18,0),(2061,38,18,0),(2062,39,18,0),(2063,40,18,0),(2064,41,18,0),(2065,42,18,0),(2066,43,18,0),(2067,44,18,0),(2068,45,18,0),(2069,46,18,0),(2070,47,18,0),(2071,48,18,0),(2072,49,18,0),(2073,50,18,0),(2074,51,18,0),(2075,52,18,0),(2076,53,18,0),(2077,54,18,0),(2078,55,18,0),(2079,56,18,0),(2080,57,18,0),(2081,58,18,0),(2082,59,18,0),(2083,60,18,0),(2084,61,18,0),(2085,62,18,0),(2086,63,18,0),(2087,64,18,0),(2088,65,18,0),(2089,66,18,0),(2090,67,18,0),(2091,68,18,0),(2092,69,18,0),(2093,70,18,0),(2094,71,18,0),(2095,72,18,0),(2096,73,18,0),(2097,74,18,0),(2098,75,18,0),(2099,76,18,0),(2100,77,18,0),(2101,78,18,0),(2102,79,18,0),(2103,80,18,0),(2104,81,18,0),(2105,82,18,0),(2106,83,18,0),(2107,84,18,0),(2108,85,18,0),(2109,86,18,0),(2110,87,18,0),(2111,88,18,0),(2112,89,18,0),(2113,90,18,0),(2114,91,18,0),(2115,92,18,0),(2116,93,18,0),(2117,94,18,0),(2118,95,18,0),(2119,96,18,0),(2120,97,18,0),(2121,98,18,0),(2122,99,18,0),(2123,100,18,0),(2124,101,18,0),(2125,102,18,0),(2126,103,18,0),(2127,104,18,0),(2128,105,18,0),(2129,106,18,0),(2130,107,18,0),(2131,108,18,0),(2132,109,18,0),(2133,110,18,0),(2134,111,18,0),(2135,112,18,0),(2136,113,18,0),(2137,114,18,0),(2138,115,18,0),(2139,116,18,0),(2140,117,18,0),(2141,118,18,0),(2142,119,18,0),(2143,1,19,0),(2144,2,19,0),(2145,3,19,0),(2146,4,19,0.5),(2147,5,19,0),(2148,6,19,0),(2149,7,19,0),(2150,8,19,0),(2151,9,19,0),(2152,10,19,0),(2153,11,19,0),(2154,12,19,0),(2155,13,19,0),(2156,14,19,0),(2157,15,19,0),(2158,16,19,0),(2159,17,19,0),(2160,18,19,0),(2161,19,19,0),(2162,20,19,0),(2163,21,19,0),(2164,22,19,0),(2165,23,19,0),(2166,24,19,0),(2167,25,19,0),(2168,26,19,0),(2169,27,19,0),(2170,28,19,0),(2171,29,19,0),(2172,30,19,0),(2173,31,19,0),(2174,32,19,0),(2175,33,19,0),(2176,34,19,0),(2177,35,19,0),(2178,36,19,0),(2179,37,19,0),(2180,38,19,0),(2181,39,19,0),(2182,40,19,0),(2183,41,19,0),(2184,42,19,0),(2185,43,19,0),(2186,44,19,0),(2187,45,19,0),(2188,46,19,0),(2189,47,19,0),(2190,48,19,0),(2191,49,19,0),(2192,50,19,0),(2193,51,19,0),(2194,52,19,0),(2195,53,19,0),(2196,54,19,0),(2197,55,19,0),(2198,56,19,0),(2199,57,19,0),(2200,58,19,0),(2201,59,19,0),(2202,60,19,0),(2203,61,19,0),(2204,62,19,0),(2205,63,19,0),(2206,64,19,0),(2207,65,19,0),(2208,66,19,0),(2209,67,19,0),(2210,68,19,0),(2211,69,19,0),(2212,70,19,0),(2213,71,19,0),(2214,72,19,0),(2215,73,19,0),(2216,74,19,0),(2217,75,19,0),(2218,76,19,0),(2219,77,19,0),(2220,78,19,0),(2221,79,19,0),(2222,80,19,0),(2223,81,19,0),(2224,82,19,0),(2225,83,19,0),(2226,84,19,0),(2227,85,19,0),(2228,86,19,0),(2229,87,19,0),(2230,88,19,0),(2231,89,19,0),(2232,90,19,0),(2233,91,19,0),(2234,92,19,0),(2235,93,19,0),(2236,94,19,0),(2237,95,19,0),(2238,96,19,0),(2239,97,19,0),(2240,98,19,0),(2241,99,19,0),(2242,100,19,0),(2243,101,19,0),(2244,102,19,0),(2245,103,19,0),(2246,104,19,0),(2247,105,19,0),(2248,106,19,0),(2249,107,19,0),(2250,108,19,0),(2251,109,19,0),(2252,110,19,0),(2253,111,19,0),(2254,112,19,0),(2255,113,19,0),(2256,114,19,0),(2257,115,19,0),(2258,116,19,0),(2259,117,19,0),(2260,118,19,0),(2261,119,19,0),(2262,1,20,0),(2263,2,20,0),(2264,3,20,0),(2265,4,20,0.8),(2266,5,20,0),(2267,6,20,0),(2268,7,20,0),(2269,8,20,0),(2270,9,20,0),(2271,10,20,0),(2272,11,20,0),(2273,12,20,0),(2274,13,20,0),(2275,14,20,0),(2276,15,20,0),(2277,16,20,0),(2278,17,20,0),(2279,18,20,0),(2280,19,20,0),(2281,20,20,0),(2282,21,20,0),(2283,22,20,0),(2284,23,20,0),(2285,24,20,0),(2286,25,20,0),(2287,26,20,0),(2288,27,20,0),(2289,28,20,0),(2290,29,20,0),(2291,30,20,0),(2292,31,20,0),(2293,32,20,0),(2294,33,20,0),(2295,34,20,0),(2296,35,20,0),(2297,36,20,0),(2298,37,20,0),(2299,38,20,0),(2300,39,20,0),(2301,40,20,0),(2302,41,20,0),(2303,42,20,0),(2304,43,20,0),(2305,44,20,0),(2306,45,20,0),(2307,46,20,0),(2308,47,20,0),(2309,48,20,0),(2310,49,20,0),(2311,50,20,0),(2312,51,20,0),(2313,52,20,0),(2314,53,20,0),(2315,54,20,0),(2316,55,20,0),(2317,56,20,0),(2318,57,20,0),(2319,58,20,0),(2320,59,20,0),(2321,60,20,0),(2322,61,20,0),(2323,62,20,0),(2324,63,20,0),(2325,64,20,0),(2326,65,20,0),(2327,66,20,0),(2328,67,20,0),(2329,68,20,0),(2330,69,20,0),(2331,70,20,0),(2332,71,20,0),(2333,72,20,0),(2334,73,20,0),(2335,74,20,0),(2336,75,20,0),(2337,76,20,0),(2338,77,20,0),(2339,78,20,0),(2340,79,20,0),(2341,80,20,0),(2342,81,20,0),(2343,82,20,0),(2344,83,20,0),(2345,84,20,0),(2346,85,20,0),(2347,86,20,0),(2348,87,20,0),(2349,88,20,0),(2350,89,20,0),(2351,90,20,0),(2352,91,20,0),(2353,92,20,0),(2354,93,20,0),(2355,94,20,0),(2356,95,20,0),(2357,96,20,0),(2358,97,20,0),(2359,98,20,0),(2360,99,20,0),(2361,100,20,0),(2362,101,20,0),(2363,102,20,0),(2364,103,20,0),(2365,104,20,0),(2366,105,20,0),(2367,106,20,0),(2368,107,20,0),(2369,108,20,0),(2370,109,20,0),(2371,110,20,0),(2372,111,20,0),(2373,112,20,0),(2374,113,20,0),(2375,114,20,0),(2376,115,20,0),(2377,116,20,0),(2378,117,20,0),(2379,118,20,0),(2380,119,20,0),(2381,1,21,0),(2382,2,21,0),(2383,3,21,0),(2384,4,21,1),(2385,5,21,0),(2386,6,21,0),(2387,7,21,0),(2388,8,21,0),(2389,9,21,0),(2390,10,21,0),(2391,11,21,0),(2392,12,21,0),(2393,13,21,0),(2394,14,21,0),(2395,15,21,0),(2396,16,21,0),(2397,17,21,0),(2398,18,21,0),(2399,19,21,0),(2400,20,21,0),(2401,21,21,0),(2402,22,21,0),(2403,23,21,0),(2404,24,21,0),(2405,25,21,0),(2406,26,21,0),(2407,27,21,0),(2408,28,21,0),(2409,29,21,0),(2410,30,21,0),(2411,31,21,0),(2412,32,21,0),(2413,33,21,0),(2414,34,21,0),(2415,35,21,0),(2416,36,21,0),(2417,37,21,0),(2418,38,21,0),(2419,39,21,0),(2420,40,21,0),(2421,41,21,0),(2422,42,21,0),(2423,43,21,0),(2424,44,21,0),(2425,45,21,0),(2426,46,21,0),(2427,47,21,0),(2428,48,21,0),(2429,49,21,0),(2430,50,21,0),(2431,51,21,0),(2432,52,21,0),(2433,53,21,0),(2434,54,21,0),(2435,55,21,0),(2436,56,21,0),(2437,57,21,0),(2438,58,21,0),(2439,59,21,0),(2440,60,21,0),(2441,61,21,0),(2442,62,21,0),(2443,63,21,0),(2444,64,21,0),(2445,65,21,0),(2446,66,21,0),(2447,67,21,0),(2448,68,21,0),(2449,69,21,0),(2450,70,21,0),(2451,71,21,0),(2452,72,21,0),(2453,73,21,0),(2454,74,21,0),(2455,75,21,0),(2456,76,21,0),(2457,77,21,0),(2458,78,21,0),(2459,79,21,0),(2460,80,21,0),(2461,81,21,0),(2462,82,21,0),(2463,83,21,0),(2464,84,21,0),(2465,85,21,0),(2466,86,21,0),(2467,87,21,0),(2468,88,21,0),(2469,89,21,0),(2470,90,21,0),(2471,91,21,0),(2472,92,21,0),(2473,93,21,0),(2474,94,21,0),(2475,95,21,0),(2476,96,21,0),(2477,97,21,0),(2478,98,21,0),(2479,99,21,0),(2480,100,21,0),(2481,101,21,0),(2482,102,21,0),(2483,103,21,0),(2484,104,21,0),(2485,105,21,0),(2486,106,21,0),(2487,107,21,0),(2488,108,21,0),(2489,109,21,0),(2490,110,21,0),(2491,111,21,0),(2492,112,21,0),(2493,113,21,0),(2494,114,21,0),(2495,115,21,0),(2496,116,21,0),(2497,117,21,0),(2498,118,21,0),(2499,119,21,0),(2500,1,22,0),(2501,2,22,0),(2502,3,22,0),(2503,4,22,0),(2504,5,22,0.12233687872307),(2505,6,22,0),(2506,7,22,0),(2507,8,22,0),(2508,9,22,0),(2509,10,22,0),(2510,11,22,0),(2511,12,22,0),(2512,13,22,0),(2513,14,22,0),(2514,15,22,0),(2515,16,22,0),(2516,17,22,0),(2517,18,22,0),(2518,19,22,0),(2519,20,22,0),(2520,21,22,0),(2521,22,22,0),(2522,23,22,0),(2523,24,22,0),(2524,25,22,0),(2525,26,22,0),(2526,27,22,0),(2527,28,22,0),(2528,29,22,0),(2529,30,22,0),(2530,31,22,0),(2531,32,22,0),(2532,33,22,0),(2533,34,22,0),(2534,35,22,0),(2535,36,22,0),(2536,37,22,0),(2537,38,22,0),(2538,39,22,0),(2539,40,22,0),(2540,41,22,0),(2541,42,22,0),(2542,43,22,0),(2543,44,22,0),(2544,45,22,0),(2545,46,22,0),(2546,47,22,0),(2547,48,22,0),(2548,49,22,0),(2549,50,22,0),(2550,51,22,0),(2551,52,22,0),(2552,53,22,0),(2553,54,22,0),(2554,55,22,0),(2555,56,22,0),(2556,57,22,0),(2557,58,22,0),(2558,59,22,0),(2559,60,22,0),(2560,61,22,0),(2561,62,22,0),(2562,63,22,0),(2563,64,22,0),(2564,65,22,0),(2565,66,22,0),(2566,67,22,0),(2567,68,22,0),(2568,69,22,0),(2569,70,22,0),(2570,71,22,0),(2571,72,22,0),(2572,73,22,0),(2573,74,22,0),(2574,75,22,0),(2575,76,22,0),(2576,77,22,0),(2577,78,22,0),(2578,79,22,0),(2579,80,22,0),(2580,81,22,0),(2581,82,22,0),(2582,83,22,0),(2583,84,22,0),(2584,85,22,0),(2585,86,22,0),(2586,87,22,0),(2587,88,22,0),(2588,89,22,0),(2589,90,22,0),(2590,91,22,0),(2591,92,22,0),(2592,93,22,0),(2593,94,22,0),(2594,95,22,0),(2595,96,22,0),(2596,97,22,0),(2597,98,22,0),(2598,99,22,0),(2599,100,22,0),(2600,101,22,0),(2601,102,22,0),(2602,103,22,0),(2603,104,22,0),(2604,105,22,0),(2605,106,22,0),(2606,107,22,0),(2607,108,22,0),(2608,109,22,0),(2609,110,22,0),(2610,111,22,0),(2611,112,22,0),(2612,113,22,0),(2613,114,22,0),(2614,115,22,0),(2615,116,22,0),(2616,117,22,0),(2617,118,22,0),(2618,119,22,0),(2619,1,23,0),(2620,2,23,0),(2621,3,23,0),(2622,4,23,0),(2623,5,23,0.113736591572706),(2624,6,23,0),(2625,7,23,0),(2626,8,23,0),(2627,9,23,0),(2628,10,23,0),(2629,11,23,0),(2630,12,23,0),(2631,13,23,0),(2632,14,23,0),(2633,15,23,0),(2634,16,23,0),(2635,17,23,0),(2636,18,23,0),(2637,19,23,0),(2638,20,23,0),(2639,21,23,0),(2640,22,23,0),(2641,23,23,0),(2642,24,23,0),(2643,25,23,0),(2644,26,23,0),(2645,27,23,0),(2646,28,23,0),(2647,29,23,0),(2648,30,23,0),(2649,31,23,0),(2650,32,23,0),(2651,33,23,0),(2652,34,23,0),(2653,35,23,0),(2654,36,23,0),(2655,37,23,0),(2656,38,23,0),(2657,39,23,0),(2658,40,23,0),(2659,41,23,0),(2660,42,23,0),(2661,43,23,0),(2662,44,23,0),(2663,45,23,0),(2664,46,23,0),(2665,47,23,0),(2666,48,23,0),(2667,49,23,0),(2668,50,23,0),(2669,51,23,0),(2670,52,23,0),(2671,53,23,0),(2672,54,23,0),(2673,55,23,0),(2674,56,23,0),(2675,57,23,0),(2676,58,23,0),(2677,59,23,0),(2678,60,23,0),(2679,61,23,0),(2680,62,23,0),(2681,63,23,0),(2682,64,23,0),(2683,65,23,0),(2684,66,23,0),(2685,67,23,0),(2686,68,23,0),(2687,69,23,0),(2688,70,23,0),(2689,71,23,0),(2690,72,23,0),(2691,73,23,0),(2692,74,23,0),(2693,75,23,0),(2694,76,23,0),(2695,77,23,0),(2696,78,23,0),(2697,79,23,0),(2698,80,23,0),(2699,81,23,0),(2700,82,23,0),(2701,83,23,0),(2702,84,23,0),(2703,85,23,0),(2704,86,23,0),(2705,87,23,0),(2706,88,23,0),(2707,89,23,0),(2708,90,23,0),(2709,91,23,0),(2710,92,23,0),(2711,93,23,0),(2712,94,23,0),(2713,95,23,0),(2714,96,23,0),(2715,97,23,0),(2716,98,23,0),(2717,99,23,0),(2718,100,23,0),(2719,101,23,0),(2720,102,23,0),(2721,103,23,0),(2722,104,23,0),(2723,105,23,0),(2724,106,23,0),(2725,107,23,0),(2726,108,23,0),(2727,109,23,0),(2728,110,23,0),(2729,111,23,0),(2730,112,23,0),(2731,113,23,0),(2732,114,23,0),(2733,115,23,0),(2734,116,23,0),(2735,117,23,0),(2736,118,23,0),(2737,119,23,0),(2738,1,24,0),(2739,2,24,0),(2740,3,24,0),(2741,4,24,0),(2742,5,24,0.263926529704223),(2743,6,24,0),(2744,7,24,0),(2745,8,24,0),(2746,9,24,0),(2747,10,24,0),(2748,11,24,0),(2749,12,24,0),(2750,13,24,0),(2751,14,24,0),(2752,15,24,0),(2753,16,24,0),(2754,17,24,0),(2755,18,24,0),(2756,19,24,0),(2757,20,24,0),(2758,21,24,0),(2759,22,24,0),(2760,23,24,0),(2761,24,24,0),(2762,25,24,0),(2763,26,24,0),(2764,27,24,0),(2765,28,24,0),(2766,29,24,0),(2767,30,24,0),(2768,31,24,0),(2769,32,24,0),(2770,33,24,0),(2771,34,24,0),(2772,35,24,0),(2773,36,24,0),(2774,37,24,0),(2775,38,24,0),(2776,39,24,0),(2777,40,24,0),(2778,41,24,0),(2779,42,24,0),(2780,43,24,0),(2781,44,24,0),(2782,45,24,0),(2783,46,24,0),(2784,47,24,0),(2785,48,24,0),(2786,49,24,0),(2787,50,24,0),(2788,51,24,0),(2789,52,24,0),(2790,53,24,0),(2791,54,24,0),(2792,55,24,0),(2793,56,24,0),(2794,57,24,0),(2795,58,24,0),(2796,59,24,0),(2797,60,24,0),(2798,61,24,0),(2799,62,24,0),(2800,63,24,0),(2801,64,24,0),(2802,65,24,0),(2803,66,24,0),(2804,67,24,0),(2805,68,24,0),(2806,69,24,0),(2807,70,24,0),(2808,71,24,0),(2809,72,24,0),(2810,73,24,0),(2811,74,24,0),(2812,75,24,0),(2813,76,24,0),(2814,77,24,0),(2815,78,24,0),(2816,79,24,0),(2817,80,24,0),(2818,81,24,0),(2819,82,24,0),(2820,83,24,0),(2821,84,24,0),(2822,85,24,0),(2823,86,24,0),(2824,87,24,0),(2825,88,24,0),(2826,89,24,0),(2827,90,24,0),(2828,91,24,0),(2829,92,24,0),(2830,93,24,0),(2831,94,24,0),(2832,95,24,0),(2833,96,24,0),(2834,97,24,0),(2835,98,24,0),(2836,99,24,0),(2837,100,24,0),(2838,101,24,0),(2839,102,24,0),(2840,103,24,0),(2841,104,24,0),(2842,105,24,0),(2843,106,24,0),(2844,107,24,0),(2845,108,24,0),(2846,109,24,0),(2847,110,24,0),(2848,111,24,0),(2849,112,24,0),(2850,113,24,0),(2851,114,24,0),(2852,115,24,0),(2853,116,24,0),(2854,117,24,0),(2855,118,24,0),(2856,119,24,0),(2857,1,25,0),(2858,2,25,0),(2859,3,25,0),(2860,4,25,0),(2861,5,25,0.187636519960976),(2862,6,25,0),(2863,7,25,0),(2864,8,25,0),(2865,9,25,0),(2866,10,25,0),(2867,11,25,0),(2868,12,25,0),(2869,13,25,0),(2870,14,25,0),(2871,15,25,0),(2872,16,25,0),(2873,17,25,0),(2874,18,25,0),(2875,19,25,0),(2876,20,25,0),(2877,21,25,0),(2878,22,25,0),(2879,23,25,0),(2880,24,25,0),(2881,25,25,0),(2882,26,25,0),(2883,27,25,0),(2884,28,25,0),(2885,29,25,0),(2886,30,25,0),(2887,31,25,0),(2888,32,25,0),(2889,33,25,0),(2890,34,25,0),(2891,35,25,0),(2892,36,25,0),(2893,37,25,0),(2894,38,25,0),(2895,39,25,0),(2896,40,25,0),(2897,41,25,0),(2898,42,25,0),(2899,43,25,0),(2900,44,25,0),(2901,45,25,0),(2902,46,25,0),(2903,47,25,0),(2904,48,25,0),(2905,49,25,0),(2906,50,25,0),(2907,51,25,0),(2908,52,25,0),(2909,53,25,0),(2910,54,25,0),(2911,55,25,0),(2912,56,25,0),(2913,57,25,0),(2914,58,25,0),(2915,59,25,0),(2916,60,25,0),(2917,61,25,0),(2918,62,25,0),(2919,63,25,0),(2920,64,25,0),(2921,65,25,0),(2922,66,25,0),(2923,67,25,0),(2924,68,25,0),(2925,69,25,0),(2926,70,25,0),(2927,71,25,0),(2928,72,25,0),(2929,73,25,0),(2930,74,25,0),(2931,75,25,0),(2932,76,25,0),(2933,77,25,0),(2934,78,25,0),(2935,79,25,0),(2936,80,25,0),(2937,81,25,0),(2938,82,25,0),(2939,83,25,0),(2940,84,25,0),(2941,85,25,0),(2942,86,25,0),(2943,87,25,0),(2944,88,25,0),(2945,89,25,0),(2946,90,25,0),(2947,91,25,0),(2948,92,25,0),(2949,93,25,0),(2950,94,25,0),(2951,95,25,0),(2952,96,25,0),(2953,97,25,0),(2954,98,25,0),(2955,99,25,0),(2956,100,25,0),(2957,101,25,0),(2958,102,25,0),(2959,103,25,0),(2960,104,25,0),(2961,105,25,0),(2962,106,25,0),(2963,107,25,0),(2964,108,25,0),(2965,109,25,0),(2966,110,25,0),(2967,111,25,0),(2968,112,25,0),(2969,113,25,0),(2970,114,25,0),(2971,115,25,0),(2972,116,25,0),(2973,117,25,0),(2974,118,25,0),(2975,119,25,0),(2976,1,26,0),(2977,2,26,0),(2978,3,26,0),(2979,4,26,0),(2980,5,26,0.228377789855893),(2981,6,26,0),(2982,7,26,0),(2983,8,26,0),(2984,9,26,0),(2985,10,26,0),(2986,11,26,0),(2987,12,26,0),(2988,13,26,0),(2989,14,26,0),(2990,15,26,0),(2991,16,26,0),(2992,17,26,0),(2993,18,26,0),(2994,19,26,0),(2995,20,26,0),(2996,21,26,0),(2997,22,26,0),(2998,23,26,0),(2999,24,26,0),(3000,25,26,0),(3001,26,26,0),(3002,27,26,0),(3003,28,26,0),(3004,29,26,0),(3005,30,26,0),(3006,31,26,0),(3007,32,26,0),(3008,33,26,0),(3009,34,26,0),(3010,35,26,0),(3011,36,26,0),(3012,37,26,0),(3013,38,26,0),(3014,39,26,0),(3015,40,26,0),(3016,41,26,0),(3017,42,26,0),(3018,43,26,0),(3019,44,26,0),(3020,45,26,0),(3021,46,26,0),(3022,47,26,0),(3023,48,26,0),(3024,49,26,0),(3025,50,26,0),(3026,51,26,0),(3027,52,26,0),(3028,53,26,0),(3029,54,26,0),(3030,55,26,0),(3031,56,26,0),(3032,57,26,0),(3033,58,26,0),(3034,59,26,0),(3035,60,26,0),(3036,61,26,0),(3037,62,26,0),(3038,63,26,0),(3039,64,26,0),(3040,65,26,0),(3041,66,26,0),(3042,67,26,0),(3043,68,26,0),(3044,69,26,0),(3045,70,26,0),(3046,71,26,0),(3047,72,26,0),(3048,73,26,0),(3049,74,26,0),(3050,75,26,0),(3051,76,26,0),(3052,77,26,0),(3053,78,26,0),(3054,79,26,0),(3055,80,26,0),(3056,81,26,0),(3057,82,26,0),(3058,83,26,0),(3059,84,26,0),(3060,85,26,0),(3061,86,26,0),(3062,87,26,0),(3063,88,26,0),(3064,89,26,0),(3065,90,26,0),(3066,91,26,0),(3067,92,26,0),(3068,93,26,0),(3069,94,26,0),(3070,95,26,0),(3071,96,26,0),(3072,97,26,0),(3073,98,26,0),(3074,99,26,0),(3075,100,26,0),(3076,101,26,0),(3077,102,26,0),(3078,103,26,0),(3079,104,26,0),(3080,105,26,0),(3081,106,26,0),(3082,107,26,0),(3083,108,26,0),(3084,109,26,0),(3085,110,26,0),(3086,111,26,0),(3087,112,26,0),(3088,113,26,0),(3089,114,26,0),(3090,115,26,0),(3091,116,26,0),(3092,117,26,0),(3093,118,26,0),(3094,119,26,0),(3095,1,27,0),(3096,2,27,0),(3097,3,27,0),(3098,4,27,0),(3099,5,27,0.234183347981504),(3100,6,27,0),(3101,7,27,0),(3102,8,27,0),(3103,9,27,0),(3104,10,27,0),(3105,11,27,0),(3106,12,27,0),(3107,13,27,0),(3108,14,27,0),(3109,15,27,0),(3110,16,27,0),(3111,17,27,0),(3112,18,27,0),(3113,19,27,0),(3114,20,27,0),(3115,21,27,0),(3116,22,27,0),(3117,23,27,0),(3118,24,27,0),(3119,25,27,0),(3120,26,27,0),(3121,27,27,0),(3122,28,27,0),(3123,29,27,0),(3124,30,27,0),(3125,31,27,0),(3126,32,27,0),(3127,33,27,0),(3128,34,27,0),(3129,35,27,0),(3130,36,27,0),(3131,37,27,0),(3132,38,27,0),(3133,39,27,0),(3134,40,27,0),(3135,41,27,0),(3136,42,27,0),(3137,43,27,0),(3138,44,27,0),(3139,45,27,0),(3140,46,27,0),(3141,47,27,0),(3142,48,27,0),(3143,49,27,0),(3144,50,27,0),(3145,51,27,0),(3146,52,27,0),(3147,53,27,0),(3148,54,27,0),(3149,55,27,0),(3150,56,27,0),(3151,57,27,0),(3152,58,27,0),(3153,59,27,0),(3154,60,27,0),(3155,61,27,0),(3156,62,27,0),(3157,63,27,0),(3158,64,27,0),(3159,65,27,0),(3160,66,27,0),(3161,67,27,0),(3162,68,27,0),(3163,69,27,0),(3164,70,27,0),(3165,71,27,0),(3166,72,27,0),(3167,73,27,0),(3168,74,27,0),(3169,75,27,0),(3170,76,27,0),(3171,77,27,0),(3172,78,27,0),(3173,79,27,0),(3174,80,27,0),(3175,81,27,0),(3176,82,27,0),(3177,83,27,0),(3178,84,27,0),(3179,85,27,0),(3180,86,27,0),(3181,87,27,0),(3182,88,27,0),(3183,89,27,0),(3184,90,27,0),(3185,91,27,0),(3186,92,27,0),(3187,93,27,0),(3188,94,27,0),(3189,95,27,0),(3190,96,27,0),(3191,97,27,0),(3192,98,27,0),(3193,99,27,0),(3194,100,27,0),(3195,101,27,0),(3196,102,27,0),(3197,103,27,0),(3198,104,27,0),(3199,105,27,0),(3200,106,27,0),(3201,107,27,0),(3202,108,27,0),(3203,109,27,0),(3204,110,27,0),(3205,111,27,0),(3206,112,27,0),(3207,113,27,0),(3208,114,27,0),(3209,115,27,0),(3210,116,27,0),(3211,117,27,0),(3212,118,27,0),(3213,119,27,0),(3214,1,28,0),(3215,2,28,0),(3216,3,28,0),(3217,4,28,0),(3218,5,28,0.149802342201627),(3219,6,28,0),(3220,7,28,0),(3221,8,28,0),(3222,9,28,0),(3223,10,28,0),(3224,11,28,0),(3225,12,28,0),(3226,13,28,0),(3227,14,28,0),(3228,15,28,0),(3229,16,28,0),(3230,17,28,0),(3231,18,28,0),(3232,19,28,0),(3233,20,28,0),(3234,21,28,0),(3235,22,28,0),(3236,23,28,0),(3237,24,28,0),(3238,25,28,0),(3239,26,28,0),(3240,27,28,0),(3241,28,28,0),(3242,29,28,0),(3243,30,28,0),(3244,31,28,0),(3245,32,28,0),(3246,33,28,0),(3247,34,28,0),(3248,35,28,0),(3249,36,28,0),(3250,37,28,0),(3251,38,28,0),(3252,39,28,0),(3253,40,28,0),(3254,41,28,0),(3255,42,28,0),(3256,43,28,0),(3257,44,28,0),(3258,45,28,0),(3259,46,28,0),(3260,47,28,0),(3261,48,28,0),(3262,49,28,0),(3263,50,28,0),(3264,51,28,0),(3265,52,28,0),(3266,53,28,0),(3267,54,28,0),(3268,55,28,0),(3269,56,28,0),(3270,57,28,0),(3271,58,28,0),(3272,59,28,0),(3273,60,28,0),(3274,61,28,0),(3275,62,28,0),(3276,63,28,0),(3277,64,28,0),(3278,65,28,0),(3279,66,28,0),(3280,67,28,0),(3281,68,28,0),(3282,69,28,0),(3283,70,28,0),(3284,71,28,0),(3285,72,28,0),(3286,73,28,0),(3287,74,28,0),(3288,75,28,0),(3289,76,28,0),(3290,77,28,0),(3291,78,28,0),(3292,79,28,0),(3293,80,28,0),(3294,81,28,0),(3295,82,28,0),(3296,83,28,0),(3297,84,28,0),(3298,85,28,0),(3299,86,28,0),(3300,87,28,0),(3301,88,28,0),(3302,89,28,0),(3303,90,28,0),(3304,91,28,0),(3305,92,28,0),(3306,93,28,0),(3307,94,28,0),(3308,95,28,0),(3309,96,28,0),(3310,97,28,0),(3311,98,28,0),(3312,99,28,0),(3313,100,28,0),(3314,101,28,0),(3315,102,28,0),(3316,103,28,0),(3317,104,28,0),(3318,105,28,0),(3319,106,28,0),(3320,107,28,0),(3321,108,28,0),(3322,109,28,0),(3323,110,28,0),(3324,111,28,0),(3325,112,28,0),(3326,113,28,0),(3327,114,28,0),(3328,115,28,0),(3329,116,28,0),(3330,117,28,0),(3331,118,28,0),(3332,119,28,0),(3333,1,29,0),(3334,2,29,0),(3335,3,29,0),(3336,4,29,0),(3337,5,29,0.443227411948977),(3338,6,29,0),(3339,7,29,0),(3340,8,29,0),(3341,9,29,0),(3342,10,29,0),(3343,11,29,0),(3344,12,29,0),(3345,13,29,0),(3346,14,29,0),(3347,15,29,0),(3348,16,29,0),(3349,17,29,0),(3350,18,29,0),(3351,19,29,0),(3352,20,29,0),(3353,21,29,0),(3354,22,29,0),(3355,23,29,0),(3356,24,29,0),(3357,25,29,0),(3358,26,29,0),(3359,27,29,0),(3360,28,29,0),(3361,29,29,0),(3362,30,29,0),(3363,31,29,0),(3364,32,29,0),(3365,33,29,0),(3366,34,29,0),(3367,35,29,0),(3368,36,29,0),(3369,37,29,0),(3370,38,29,0),(3371,39,29,0),(3372,40,29,0),(3373,41,29,0),(3374,42,29,0),(3375,43,29,0),(3376,44,29,0),(3377,45,29,0),(3378,46,29,0),(3379,47,29,0),(3380,48,29,0),(3381,49,29,0),(3382,50,29,0),(3383,51,29,0),(3384,52,29,0),(3385,53,29,0),(3386,54,29,0),(3387,55,29,0),(3388,56,29,0),(3389,57,29,0),(3390,58,29,0),(3391,59,29,0),(3392,60,29,0),(3393,61,29,0),(3394,62,29,0),(3395,63,29,0),(3396,64,29,0),(3397,65,29,0),(3398,66,29,0),(3399,67,29,0),(3400,68,29,0),(3401,69,29,0),(3402,70,29,0),(3403,71,29,0),(3404,72,29,0),(3405,73,29,0),(3406,74,29,0),(3407,75,29,0),(3408,76,29,0),(3409,77,29,0),(3410,78,29,0),(3411,79,29,0),(3412,80,29,0),(3413,81,29,0),(3414,82,29,0),(3415,83,29,0),(3416,84,29,0),(3417,85,29,0),(3418,86,29,0),(3419,87,29,0),(3420,88,29,0),(3421,89,29,0),(3422,90,29,0),(3423,91,29,0),(3424,92,29,0),(3425,93,29,0),(3426,94,29,0),(3427,95,29,0),(3428,96,29,0),(3429,97,29,0),(3430,98,29,0),(3431,99,29,0),(3432,100,29,0),(3433,101,29,0),(3434,102,29,0),(3435,103,29,0),(3436,104,29,0),(3437,105,29,0),(3438,106,29,0),(3439,107,29,0),(3440,108,29,0),(3441,109,29,0),(3442,110,29,0),(3443,111,29,0),(3444,112,29,0),(3445,113,29,0),(3446,114,29,0),(3447,115,29,0),(3448,116,29,0),(3449,117,29,0),(3450,118,29,0),(3451,119,29,0),(3452,1,30,0),(3453,2,30,0),(3454,3,30,0),(3455,4,30,0),(3456,5,30,0.220973826349675),(3457,6,30,0),(3458,7,30,0),(3459,8,30,0),(3460,9,30,0),(3461,10,30,0),(3462,11,30,0),(3463,12,30,0),(3464,13,30,0),(3465,14,30,0),(3466,15,30,0),(3467,16,30,0),(3468,17,30,0),(3469,18,30,0),(3470,19,30,0),(3471,20,30,0),(3472,21,30,0),(3473,22,30,0),(3474,23,30,0),(3475,24,30,0),(3476,25,30,0),(3477,26,30,0),(3478,27,30,0),(3479,28,30,0),(3480,29,30,0),(3481,30,30,0),(3482,31,30,0),(3483,32,30,0),(3484,33,30,0),(3485,34,30,0),(3486,35,30,0),(3487,36,30,0),(3488,37,30,0),(3489,38,30,0),(3490,39,30,0),(3491,40,30,0),(3492,41,30,0),(3493,42,30,0),(3494,43,30,0),(3495,44,30,0),(3496,45,30,0),(3497,46,30,0),(3498,47,30,0),(3499,48,30,0),(3500,49,30,0),(3501,50,30,0),(3502,51,30,0),(3503,52,30,0),(3504,53,30,0),(3505,54,30,0),(3506,55,30,0),(3507,56,30,0),(3508,57,30,0),(3509,58,30,0),(3510,59,30,0),(3511,60,30,0),(3512,61,30,0),(3513,62,30,0),(3514,63,30,0),(3515,64,30,0),(3516,65,30,0),(3517,66,30,0),(3518,67,30,0),(3519,68,30,0),(3520,69,30,0),(3521,70,30,0),(3522,71,30,0),(3523,72,30,0),(3524,73,30,0),(3525,74,30,0),(3526,75,30,0),(3527,76,30,0),(3528,77,30,0),(3529,78,30,0),(3530,79,30,0),(3531,80,30,0),(3532,81,30,0),(3533,82,30,0),(3534,83,30,0),(3535,84,30,0),(3536,85,30,0),(3537,86,30,0),(3538,87,30,0),(3539,88,30,0),(3540,89,30,0),(3541,90,30,0),(3542,91,30,0),(3543,92,30,0),(3544,93,30,0),(3545,94,30,0),(3546,95,30,0),(3547,96,30,0),(3548,97,30,0),(3549,98,30,0),(3550,99,30,0),(3551,100,30,0),(3552,101,30,0),(3553,102,30,0),(3554,103,30,0),(3555,104,30,0),(3556,105,30,0),(3557,106,30,0),(3558,107,30,0),(3559,108,30,0),(3560,109,30,0),(3561,110,30,0),(3562,111,30,0),(3563,112,30,0),(3564,113,30,0),(3565,114,30,0),(3566,115,30,0),(3567,116,30,0),(3568,117,30,0),(3569,118,30,0),(3570,119,30,0),(3571,1,31,0),(3572,2,31,0),(3573,3,31,0),(3574,4,31,0),(3575,5,31,0.13593483285444),(3576,6,31,0),(3577,7,31,0),(3578,8,31,0),(3579,9,31,0),(3580,10,31,0),(3581,11,31,0),(3582,12,31,0),(3583,13,31,0),(3584,14,31,0),(3585,15,31,0),(3586,16,31,0),(3587,17,31,0),(3588,18,31,0),(3589,19,31,0),(3590,20,31,0),(3591,21,31,0),(3592,22,31,0),(3593,23,31,0),(3594,24,31,0),(3595,25,31,0),(3596,26,31,0),(3597,27,31,0),(3598,28,31,0),(3599,29,31,0),(3600,30,31,0),(3601,31,31,0),(3602,32,31,0),(3603,33,31,0),(3604,34,31,0),(3605,35,31,0),(3606,36,31,0),(3607,37,31,0),(3608,38,31,0),(3609,39,31,0),(3610,40,31,0),(3611,41,31,0),(3612,42,31,0),(3613,43,31,0),(3614,44,31,0),(3615,45,31,0),(3616,46,31,0),(3617,47,31,0),(3618,48,31,0),(3619,49,31,0),(3620,50,31,0),(3621,51,31,0),(3622,52,31,0),(3623,53,31,0),(3624,54,31,0),(3625,55,31,0),(3626,56,31,0),(3627,57,31,0),(3628,58,31,0),(3629,59,31,0),(3630,60,31,0),(3631,61,31,0),(3632,62,31,0),(3633,63,31,0),(3634,64,31,0),(3635,65,31,0),(3636,66,31,0),(3637,67,31,0),(3638,68,31,0),(3639,69,31,0),(3640,70,31,0),(3641,71,31,0),(3642,72,31,0),(3643,73,31,0),(3644,74,31,0),(3645,75,31,0),(3646,76,31,0),(3647,77,31,0),(3648,78,31,0),(3649,79,31,0),(3650,80,31,0),(3651,81,31,0),(3652,82,31,0),(3653,83,31,0),(3654,84,31,0),(3655,85,31,0),(3656,86,31,0),(3657,87,31,0),(3658,88,31,0),(3659,89,31,0),(3660,90,31,0),(3661,91,31,0),(3662,92,31,0),(3663,93,31,0),(3664,94,31,0),(3665,95,31,0),(3666,96,31,0),(3667,97,31,0),(3668,98,31,0),(3669,99,31,0),(3670,100,31,0),(3671,101,31,0),(3672,102,31,0),(3673,103,31,0),(3674,104,31,0),(3675,105,31,0),(3676,106,31,0),(3677,107,31,0),(3678,108,31,0),(3679,109,31,0),(3680,110,31,0),(3681,111,31,0),(3682,112,31,0),(3683,113,31,0),(3684,114,31,0),(3685,115,31,0),(3686,116,31,0),(3687,117,31,0),(3688,118,31,0),(3689,119,31,0),(3690,1,32,0),(3691,2,32,0),(3692,3,32,0),(3693,4,32,0),(3694,5,32,0.199863928846909),(3695,6,32,0),(3696,7,32,0),(3697,8,32,0),(3698,9,32,0),(3699,10,32,0),(3700,11,32,0),(3701,12,32,0),(3702,13,32,0),(3703,14,32,0),(3704,15,32,0),(3705,16,32,0),(3706,17,32,0),(3707,18,32,0),(3708,19,32,0),(3709,20,32,0),(3710,21,32,0),(3711,22,32,0),(3712,23,32,0),(3713,24,32,0),(3714,25,32,0),(3715,26,32,0),(3716,27,32,0),(3717,28,32,0),(3718,29,32,0),(3719,30,32,0),(3720,31,32,0),(3721,32,32,0),(3722,33,32,0),(3723,34,32,0),(3724,35,32,0),(3725,36,32,0),(3726,37,32,0),(3727,38,32,0),(3728,39,32,0),(3729,40,32,0),(3730,41,32,0),(3731,42,32,0),(3732,43,32,0),(3733,44,32,0),(3734,45,32,0),(3735,46,32,0),(3736,47,32,0),(3737,48,32,0),(3738,49,32,0),(3739,50,32,0),(3740,51,32,0),(3741,52,32,0),(3742,53,32,0),(3743,54,32,0),(3744,55,32,0),(3745,56,32,0),(3746,57,32,0),(3747,58,32,0),(3748,59,32,0),(3749,60,32,0),(3750,61,32,0),(3751,62,32,0),(3752,63,32,0),(3753,64,32,0),(3754,65,32,0),(3755,66,32,0),(3756,67,32,0),(3757,68,32,0),(3758,69,32,0),(3759,70,32,0),(3760,71,32,0),(3761,72,32,0),(3762,73,32,0),(3763,74,32,0),(3764,75,32,0),(3765,76,32,0),(3766,77,32,0),(3767,78,32,0),(3768,79,32,0),(3769,80,32,0),(3770,81,32,0),(3771,82,32,0),(3772,83,32,0),(3773,84,32,0),(3774,85,32,0),(3775,86,32,0),(3776,87,32,0),(3777,88,32,0),(3778,89,32,0),(3779,90,32,0),(3780,91,32,0),(3781,92,32,0),(3782,93,32,0),(3783,94,32,0),(3784,95,32,0),(3785,96,32,0),(3786,97,32,0),(3787,98,32,0),(3788,99,32,0),(3789,100,32,0),(3790,101,32,0),(3791,102,32,0),(3792,103,32,0),(3793,104,32,0),(3794,105,32,0),(3795,106,32,0),(3796,107,32,0),(3797,108,32,0),(3798,109,32,0),(3799,110,32,0),(3800,111,32,0),(3801,112,32,0),(3802,113,32,0),(3803,114,32,0),(3804,115,32,0),(3805,116,32,0),(3806,117,32,0),(3807,118,32,0),(3808,119,32,0),(3809,1,33,0),(3810,2,33,0),(3811,3,33,0),(3812,4,33,0),(3813,5,33,0),(3814,6,33,0.0933333524864924),(3815,7,33,0),(3816,8,33,0),(3817,9,33,0),(3818,10,33,0),(3819,11,33,0),(3820,12,33,0),(3821,13,33,0),(3822,14,33,0),(3823,15,33,0),(3824,16,33,0),(3825,17,33,0),(3826,18,33,0),(3827,19,33,0),(3828,20,33,0),(3829,21,33,0),(3830,22,33,0),(3831,23,33,0),(3832,24,33,0),(3833,25,33,0),(3834,26,33,0),(3835,27,33,0),(3836,28,33,0),(3837,29,33,0),(3838,30,33,0),(3839,31,33,0),(3840,32,33,0),(3841,33,33,0),(3842,34,33,0),(3843,35,33,0),(3844,36,33,0),(3845,37,33,0),(3846,38,33,0),(3847,39,33,0),(3848,40,33,0),(3849,41,33,0),(3850,42,33,0),(3851,43,33,0),(3852,44,33,0),(3853,45,33,0),(3854,46,33,0),(3855,47,33,0),(3856,48,33,0),(3857,49,33,0),(3858,50,33,0),(3859,51,33,0),(3860,52,33,0),(3861,53,33,0),(3862,54,33,0),(3863,55,33,0),(3864,56,33,0),(3865,57,33,0),(3866,58,33,0),(3867,59,33,0),(3868,60,33,0),(3869,61,33,0),(3870,62,33,0),(3871,63,33,0),(3872,64,33,0),(3873,65,33,0),(3874,66,33,0),(3875,67,33,0),(3876,68,33,0),(3877,69,33,0),(3878,70,33,0),(3879,71,33,0),(3880,72,33,0),(3881,73,33,0),(3882,74,33,0),(3883,75,33,0),(3884,76,33,0),(3885,77,33,0),(3886,78,33,0),(3887,79,33,0),(3888,80,33,0),(3889,81,33,0),(3890,82,33,0),(3891,83,33,0),(3892,84,33,0),(3893,85,33,0),(3894,86,33,0),(3895,87,33,0),(3896,88,33,0),(3897,89,33,0),(3898,90,33,0),(3899,91,33,0),(3900,92,33,0),(3901,93,33,0),(3902,94,33,0),(3903,95,33,0),(3904,96,33,0),(3905,97,33,0),(3906,98,33,0),(3907,99,33,0),(3908,100,33,0),(3909,101,33,0),(3910,102,33,0),(3911,103,33,0),(3912,104,33,0),(3913,105,33,0),(3914,106,33,0),(3915,107,33,0),(3916,108,33,0),(3917,109,33,0),(3918,110,33,0),(3919,111,33,0),(3920,112,33,0),(3921,113,33,0),(3922,114,33,0),(3923,115,33,0),(3924,116,33,0),(3925,117,33,0),(3926,118,33,0),(3927,119,33,0),(3928,1,34,0),(3929,2,34,0),(3930,3,34,0),(3931,4,34,0),(3932,5,34,0),(3933,6,34,0.0739898367743241),(3934,7,34,0),(3935,8,34,0),(3936,9,34,0),(3937,10,34,0),(3938,11,34,0),(3939,12,34,0),(3940,13,34,0),(3941,14,34,0),(3942,15,34,0),(3943,16,34,0),(3944,17,34,0),(3945,18,34,0),(3946,19,34,0),(3947,20,34,0),(3948,21,34,0),(3949,22,34,0),(3950,23,34,0),(3951,24,34,0),(3952,25,34,0),(3953,26,34,0),(3954,27,34,0),(3955,28,34,0),(3956,29,34,0),(3957,30,34,0),(3958,31,34,0),(3959,32,34,0),(3960,33,34,0),(3961,34,34,0),(3962,35,34,0),(3963,36,34,0),(3964,37,34,0),(3965,38,34,0),(3966,39,34,0),(3967,40,34,0),(3968,41,34,0),(3969,42,34,0),(3970,43,34,0),(3971,44,34,0),(3972,45,34,0),(3973,46,34,0),(3974,47,34,0),(3975,48,34,0),(3976,49,34,0),(3977,50,34,0),(3978,51,34,0),(3979,52,34,0),(3980,53,34,0),(3981,54,34,0),(3982,55,34,0),(3983,56,34,0),(3984,57,34,0),(3985,58,34,0),(3986,59,34,0),(3987,60,34,0),(3988,61,34,0),(3989,62,34,0),(3990,63,34,0),(3991,64,34,0),(3992,65,34,0),(3993,66,34,0),(3994,67,34,0),(3995,68,34,0),(3996,69,34,0),(3997,70,34,0),(3998,71,34,0),(3999,72,34,0),(4000,73,34,0),(4001,74,34,0),(4002,75,34,0),(4003,76,34,0),(4004,77,34,0),(4005,78,34,0),(4006,79,34,0),(4007,80,34,0),(4008,81,34,0),(4009,82,34,0),(4010,83,34,0),(4011,84,34,0),(4012,85,34,0),(4013,86,34,0),(4014,87,34,0),(4015,88,34,0),(4016,89,34,0),(4017,90,34,0),(4018,91,34,0),(4019,92,34,0),(4020,93,34,0),(4021,94,34,0),(4022,95,34,0),(4023,96,34,0),(4024,97,34,0),(4025,98,34,0),(4026,99,34,0),(4027,100,34,0),(4028,101,34,0),(4029,102,34,0),(4030,103,34,0),(4031,104,34,0),(4032,105,34,0),(4033,106,34,0),(4034,107,34,0),(4035,108,34,0),(4036,109,34,0),(4037,110,34,0),(4038,111,34,0),(4039,112,34,0),(4040,113,34,0),(4041,114,34,0),(4042,115,34,0),(4043,116,34,0),(4044,117,34,0),(4045,118,34,0),(4046,119,34,0),(4047,1,35,0),(4048,2,35,0),(4049,3,35,0),(4050,4,35,0),(4051,5,35,0),(4052,6,35,0.104510723976885),(4053,7,35,0),(4054,8,35,0),(4055,9,35,0),(4056,10,35,0),(4057,11,35,0),(4058,12,35,0),(4059,13,35,0),(4060,14,35,0),(4061,15,35,0),(4062,16,35,0),(4063,17,35,0),(4064,18,35,0),(4065,19,35,0),(4066,20,35,0),(4067,21,35,0),(4068,22,35,0),(4069,23,35,0),(4070,24,35,0),(4071,25,35,0),(4072,26,35,0),(4073,27,35,0),(4074,28,35,0),(4075,29,35,0),(4076,30,35,0),(4077,31,35,0),(4078,32,35,0),(4079,33,35,0),(4080,34,35,0),(4081,35,35,0),(4082,36,35,0),(4083,37,35,0),(4084,38,35,0),(4085,39,35,0),(4086,40,35,0),(4087,41,35,0),(4088,42,35,0),(4089,43,35,0),(4090,44,35,0),(4091,45,35,0),(4092,46,35,0),(4093,47,35,0),(4094,48,35,0),(4095,49,35,0),(4096,50,35,0),(4097,51,35,0),(4098,52,35,0),(4099,53,35,0),(4100,54,35,0),(4101,55,35,0),(4102,56,35,0),(4103,57,35,0),(4104,58,35,0),(4105,59,35,0),(4106,60,35,0),(4107,61,35,0),(4108,62,35,0),(4109,63,35,0),(4110,64,35,0),(4111,65,35,0),(4112,66,35,0),(4113,67,35,0),(4114,68,35,0),(4115,69,35,0),(4116,70,35,0),(4117,71,35,0),(4118,72,35,0),(4119,73,35,0),(4120,74,35,0),(4121,75,35,0),(4122,76,35,0),(4123,77,35,0),(4124,78,35,0),(4125,79,35,0),(4126,80,35,0),(4127,81,35,0),(4128,82,35,0),(4129,83,35,0),(4130,84,35,0),(4131,85,35,0),(4132,86,35,0),(4133,87,35,0),(4134,88,35,0),(4135,89,35,0),(4136,90,35,0),(4137,91,35,0),(4138,92,35,0),(4139,93,35,0),(4140,94,35,0),(4141,95,35,0),(4142,96,35,0),(4143,97,35,0),(4144,98,35,0),(4145,99,35,0),(4146,100,35,0),(4147,101,35,0),(4148,102,35,0),(4149,103,35,0),(4150,104,35,0),(4151,105,35,0),(4152,106,35,0),(4153,107,35,0),(4154,108,35,0),(4155,109,35,0),(4156,110,35,0),(4157,111,35,0),(4158,112,35,0),(4159,113,35,0),(4160,114,35,0),(4161,115,35,0),(4162,116,35,0),(4163,117,35,0),(4164,118,35,0),(4165,119,35,0),(4166,1,36,0),(4167,2,36,0),(4168,3,36,0),(4169,4,36,0),(4170,5,36,0),(4171,6,36,0.191752469088131),(4172,7,36,0),(4173,8,36,0),(4174,9,36,0),(4175,10,36,0),(4176,11,36,0),(4177,12,36,0),(4178,13,36,0),(4179,14,36,0),(4180,15,36,0),(4181,16,36,0),(4182,17,36,0),(4183,18,36,0),(4184,19,36,0),(4185,20,36,0),(4186,21,36,0),(4187,22,36,0),(4188,23,36,0),(4189,24,36,0),(4190,25,36,0),(4191,26,36,0),(4192,27,36,0),(4193,28,36,0),(4194,29,36,0),(4195,30,36,0),(4196,31,36,0),(4197,32,36,0),(4198,33,36,0),(4199,34,36,0),(4200,35,36,0),(4201,36,36,0),(4202,37,36,0),(4203,38,36,0),(4204,39,36,0),(4205,40,36,0),(4206,41,36,0),(4207,42,36,0),(4208,43,36,0),(4209,44,36,0),(4210,45,36,0),(4211,46,36,0),(4212,47,36,0),(4213,48,36,0),(4214,49,36,0),(4215,50,36,0),(4216,51,36,0),(4217,52,36,0),(4218,53,36,0),(4219,54,36,0),(4220,55,36,0),(4221,56,36,0),(4222,57,36,0),(4223,58,36,0),(4224,59,36,0),(4225,60,36,0),(4226,61,36,0),(4227,62,36,0),(4228,63,36,0),(4229,64,36,0),(4230,65,36,0),(4231,66,36,0),(4232,67,36,0),(4233,68,36,0),(4234,69,36,0),(4235,70,36,0),(4236,71,36,0),(4237,72,36,0),(4238,73,36,0),(4239,74,36,0),(4240,75,36,0),(4241,76,36,0),(4242,77,36,0),(4243,78,36,0),(4244,79,36,0),(4245,80,36,0),(4246,81,36,0),(4247,82,36,0),(4248,83,36,0),(4249,84,36,0),(4250,85,36,0),(4251,86,36,0),(4252,87,36,0),(4253,88,36,0),(4254,89,36,0),(4255,90,36,0),(4256,91,36,0),(4257,92,36,0),(4258,93,36,0),(4259,94,36,0),(4260,95,36,0),(4261,96,36,0),(4262,97,36,0),(4263,98,36,0),(4264,99,36,0),(4265,100,36,0),(4266,101,36,0),(4267,102,36,0),(4268,103,36,0),(4269,104,36,0),(4270,105,36,0),(4271,106,36,0),(4272,107,36,0),(4273,108,36,0),(4274,109,36,0),(4275,110,36,0),(4276,111,36,0),(4277,112,36,0),(4278,113,36,0),(4279,114,36,0),(4280,115,36,0),(4281,116,36,0),(4282,117,36,0),(4283,118,36,0),(4284,119,36,0),(4285,1,37,0),(4286,2,37,0),(4287,3,37,0),(4288,4,37,0),(4289,5,37,0),(4290,6,37,0.0364136176741667),(4291,7,37,0),(4292,8,37,0),(4293,9,37,0),(4294,10,37,0),(4295,11,37,0),(4296,12,37,0),(4297,13,37,0),(4298,14,37,0),(4299,15,37,0),(4300,16,37,0),(4301,17,37,0),(4302,18,37,0),(4303,19,37,0),(4304,20,37,0),(4305,21,37,0),(4306,22,37,0),(4307,23,37,0),(4308,24,37,0),(4309,25,37,0),(4310,26,37,0),(4311,27,37,0),(4312,28,37,0),(4313,29,37,0),(4314,30,37,0),(4315,31,37,0),(4316,32,37,0),(4317,33,37,0),(4318,34,37,0),(4319,35,37,0),(4320,36,37,0),(4321,37,37,0),(4322,38,37,0),(4323,39,37,0),(4324,40,37,0),(4325,41,37,0),(4326,42,37,0),(4327,43,37,0),(4328,44,37,0),(4329,45,37,0),(4330,46,37,0),(4331,47,37,0),(4332,48,37,0),(4333,49,37,0),(4334,50,37,0),(4335,51,37,0),(4336,52,37,0),(4337,53,37,0),(4338,54,37,0),(4339,55,37,0),(4340,56,37,0),(4341,57,37,0),(4342,58,37,0),(4343,59,37,0),(4344,60,37,0),(4345,61,37,0),(4346,62,37,0),(4347,63,37,0),(4348,64,37,0),(4349,65,37,0),(4350,66,37,0),(4351,67,37,0),(4352,68,37,0),(4353,69,37,0),(4354,70,37,0),(4355,71,37,0),(4356,72,37,0),(4357,73,37,0),(4358,74,37,0),(4359,75,37,0),(4360,76,37,0),(4361,77,37,0),(4362,78,37,0),(4363,79,37,0),(4364,80,37,0),(4365,81,37,0),(4366,82,37,0),(4367,83,37,0),(4368,84,37,0),(4369,85,37,0),(4370,86,37,0),(4371,87,37,0),(4372,88,37,0),(4373,89,37,0),(4374,90,37,0),(4375,91,37,0),(4376,92,37,0),(4377,93,37,0),(4378,94,37,0),(4379,95,37,0),(4380,96,37,0),(4381,97,37,0),(4382,98,37,0),(4383,99,37,0),(4384,100,37,0),(4385,101,37,0),(4386,102,37,0),(4387,103,37,0),(4388,104,37,0),(4389,105,37,0),(4390,106,37,0),(4391,107,37,0),(4392,108,37,0),(4393,109,37,0),(4394,110,37,0),(4395,111,37,0),(4396,112,37,0),(4397,113,37,0),(4398,114,37,0),(4399,115,37,0),(4400,116,37,0),(4401,117,37,0),(4402,118,37,0),(4403,119,37,0),(4404,1,38,0),(4405,2,38,0),(4406,3,38,0),(4407,4,38,0),(4408,5,38,0),(4409,6,38,0.165239170079019),(4410,7,38,0),(4411,8,38,0),(4412,9,38,0),(4413,10,38,0),(4414,11,38,0),(4415,12,38,0),(4416,13,38,0),(4417,14,38,0),(4418,15,38,0),(4419,16,38,0),(4420,17,38,0),(4421,18,38,0),(4422,19,38,0),(4423,20,38,0),(4424,21,38,0),(4425,22,38,0),(4426,23,38,0),(4427,24,38,0),(4428,25,38,0),(4429,26,38,0),(4430,27,38,0),(4431,28,38,0),(4432,29,38,0),(4433,30,38,0),(4434,31,38,0),(4435,32,38,0),(4436,33,38,0),(4437,34,38,0),(4438,35,38,0),(4439,36,38,0),(4440,37,38,0),(4441,38,38,0),(4442,39,38,0),(4443,40,38,0),(4444,41,38,0),(4445,42,38,0),(4446,43,38,0),(4447,44,38,0),(4448,45,38,0),(4449,46,38,0),(4450,47,38,0),(4451,48,38,0),(4452,49,38,0),(4453,50,38,0),(4454,51,38,0),(4455,52,38,0),(4456,53,38,0),(4457,54,38,0),(4458,55,38,0),(4459,56,38,0),(4460,57,38,0),(4461,58,38,0),(4462,59,38,0),(4463,60,38,0),(4464,61,38,0),(4465,62,38,0),(4466,63,38,0),(4467,64,38,0),(4468,65,38,0),(4469,66,38,0),(4470,67,38,0),(4471,68,38,0),(4472,69,38,0),(4473,70,38,0),(4474,71,38,0),(4475,72,38,0),(4476,73,38,0),(4477,74,38,0),(4478,75,38,0),(4479,76,38,0),(4480,77,38,0),(4481,78,38,0),(4482,79,38,0),(4483,80,38,0),(4484,81,38,0),(4485,82,38,0),(4486,83,38,0),(4487,84,38,0),(4488,85,38,0),(4489,86,38,0),(4490,87,38,0),(4491,88,38,0),(4492,89,38,0),(4493,90,38,0),(4494,91,38,0),(4495,92,38,0),(4496,93,38,0),(4497,94,38,0),(4498,95,38,0),(4499,96,38,0),(4500,97,38,0),(4501,98,38,0),(4502,99,38,0),(4503,100,38,0),(4504,101,38,0),(4505,102,38,0),(4506,103,38,0),(4507,104,38,0),(4508,105,38,0),(4509,106,38,0),(4510,107,38,0),(4511,108,38,0),(4512,109,38,0),(4513,110,38,0),(4514,111,38,0),(4515,112,38,0),(4516,113,38,0),(4517,114,38,0),(4518,115,38,0),(4519,116,38,0),(4520,117,38,0),(4521,118,38,0),(4522,119,38,0),(4523,1,39,0),(4524,2,39,0),(4525,3,39,0),(4526,4,39,0),(4527,5,39,0),(4528,6,39,0.0683623261121414),(4529,7,39,0),(4530,8,39,0),(4531,9,39,0),(4532,10,39,0),(4533,11,39,0),(4534,12,39,0),(4535,13,39,0),(4536,14,39,0),(4537,15,39,0),(4538,16,39,0),(4539,17,39,0),(4540,18,39,0),(4541,19,39,0),(4542,20,39,0),(4543,21,39,0),(4544,22,39,0),(4545,23,39,0),(4546,24,39,0),(4547,25,39,0),(4548,26,39,0),(4549,27,39,0),(4550,28,39,0),(4551,29,39,0),(4552,30,39,0),(4553,31,39,0),(4554,32,39,0),(4555,33,39,0),(4556,34,39,0),(4557,35,39,0),(4558,36,39,0),(4559,37,39,0),(4560,38,39,0),(4561,39,39,0),(4562,40,39,0),(4563,41,39,0),(4564,42,39,0),(4565,43,39,0),(4566,44,39,0),(4567,45,39,0),(4568,46,39,0),(4569,47,39,0),(4570,48,39,0),(4571,49,39,0),(4572,50,39,0),(4573,51,39,0),(4574,52,39,0),(4575,53,39,0),(4576,54,39,0),(4577,55,39,0),(4578,56,39,0),(4579,57,39,0),(4580,58,39,0),(4581,59,39,0),(4582,60,39,0),(4583,61,39,0),(4584,62,39,0),(4585,63,39,0),(4586,64,39,0),(4587,65,39,0),(4588,66,39,0),(4589,67,39,0),(4590,68,39,0),(4591,69,39,0),(4592,70,39,0),(4593,71,39,0),(4594,72,39,0),(4595,73,39,0),(4596,74,39,0),(4597,75,39,0),(4598,76,39,0),(4599,77,39,0),(4600,78,39,0),(4601,79,39,0),(4602,80,39,0),(4603,81,39,0),(4604,82,39,0),(4605,83,39,0),(4606,84,39,0),(4607,85,39,0),(4608,86,39,0),(4609,87,39,0),(4610,88,39,0),(4611,89,39,0),(4612,90,39,0),(4613,91,39,0),(4614,92,39,0),(4615,93,39,0),(4616,94,39,0),(4617,95,39,0),(4618,96,39,0),(4619,97,39,0),(4620,98,39,0),(4621,99,39,0),(4622,100,39,0),(4623,101,39,0),(4624,102,39,0),(4625,103,39,0),(4626,104,39,0),(4627,105,39,0),(4628,106,39,0),(4629,107,39,0),(4630,108,39,0),(4631,109,39,0),(4632,110,39,0),(4633,111,39,0),(4634,112,39,0),(4635,113,39,0),(4636,114,39,0),(4637,115,39,0),(4638,116,39,0),(4639,117,39,0),(4640,118,39,0),(4641,119,39,0),(4642,1,40,0),(4643,2,40,0),(4644,3,40,0),(4645,4,40,0),(4646,5,40,0),(4647,6,40,0.224848869281608),(4648,7,40,0),(4649,8,40,0),(4650,9,40,0),(4651,10,40,0),(4652,11,40,0),(4653,12,40,0),(4654,13,40,0),(4655,14,40,0),(4656,15,40,0),(4657,16,40,0),(4658,17,40,0),(4659,18,40,0),(4660,19,40,0),(4661,20,40,0),(4662,21,40,0),(4663,22,40,0),(4664,23,40,0),(4665,24,40,0),(4666,25,40,0),(4667,26,40,0),(4668,27,40,0),(4669,28,40,0),(4670,29,40,0),(4671,30,40,0),(4672,31,40,0),(4673,32,40,0),(4674,33,40,0),(4675,34,40,0),(4676,35,40,0),(4677,36,40,0),(4678,37,40,0),(4679,38,40,0),(4680,39,40,0),(4681,40,40,0),(4682,41,40,0),(4683,42,40,0),(4684,43,40,0),(4685,44,40,0),(4686,45,40,0),(4687,46,40,0),(4688,47,40,0),(4689,48,40,0),(4690,49,40,0),(4691,50,40,0),(4692,51,40,0),(4693,52,40,0),(4694,53,40,0),(4695,54,40,0),(4696,55,40,0),(4697,56,40,0),(4698,57,40,0),(4699,58,40,0),(4700,59,40,0),(4701,60,40,0),(4702,61,40,0),(4703,62,40,0),(4704,63,40,0),(4705,64,40,0),(4706,65,40,0),(4707,66,40,0),(4708,67,40,0),(4709,68,40,0),(4710,69,40,0),(4711,70,40,0),(4712,71,40,0),(4713,72,40,0),(4714,73,40,0),(4715,74,40,0),(4716,75,40,0),(4717,76,40,0),(4718,77,40,0),(4719,78,40,0),(4720,79,40,0),(4721,80,40,0),(4722,81,40,0),(4723,82,40,0),(4724,83,40,0),(4725,84,40,0),(4726,85,40,0),(4727,86,40,0),(4728,87,40,0),(4729,88,40,0),(4730,89,40,0),(4731,90,40,0),(4732,91,40,0),(4733,92,40,0),(4734,93,40,0),(4735,94,40,0),(4736,95,40,0),(4737,96,40,0),(4738,97,40,0),(4739,98,40,0),(4740,99,40,0),(4741,100,40,0),(4742,101,40,0),(4743,102,40,0),(4744,103,40,0),(4745,104,40,0),(4746,105,40,0),(4747,106,40,0),(4748,107,40,0),(4749,108,40,0),(4750,109,40,0),(4751,110,40,0),(4752,111,40,0),(4753,112,40,0),(4754,113,40,0),(4755,114,40,0),(4756,115,40,0),(4757,116,40,0),(4758,117,40,0),(4759,118,40,0),(4760,119,40,0),(4761,1,41,0),(4762,2,41,0),(4763,3,41,0),(4764,4,41,0),(4765,5,41,0),(4766,6,41,0.0170090305764187),(4767,7,41,0),(4768,8,41,0),(4769,9,41,0),(4770,10,41,0),(4771,11,41,0),(4772,12,41,0),(4773,13,41,0),(4774,14,41,0),(4775,15,41,0),(4776,16,41,0),(4777,17,41,0),(4778,18,41,0),(4779,19,41,0),(4780,20,41,0),(4781,21,41,0),(4782,22,41,0),(4783,23,41,0),(4784,24,41,0),(4785,25,41,0),(4786,26,41,0),(4787,27,41,0),(4788,28,41,0),(4789,29,41,0),(4790,30,41,0),(4791,31,41,0),(4792,32,41,0),(4793,33,41,0),(4794,34,41,0),(4795,35,41,0),(4796,36,41,0),(4797,37,41,0),(4798,38,41,0),(4799,39,41,0),(4800,40,41,0),(4801,41,41,0),(4802,42,41,0),(4803,43,41,0),(4804,44,41,0),(4805,45,41,0),(4806,46,41,0),(4807,47,41,0),(4808,48,41,0),(4809,49,41,0),(4810,50,41,0),(4811,51,41,0),(4812,52,41,0),(4813,53,41,0),(4814,54,41,0),(4815,55,41,0),(4816,56,41,0),(4817,57,41,0),(4818,58,41,0),(4819,59,41,0),(4820,60,41,0),(4821,61,41,0),(4822,62,41,0),(4823,63,41,0),(4824,64,41,0),(4825,65,41,0),(4826,66,41,0),(4827,67,41,0),(4828,68,41,0),(4829,69,41,0),(4830,70,41,0),(4831,71,41,0),(4832,72,41,0),(4833,73,41,0),(4834,74,41,0),(4835,75,41,0),(4836,76,41,0),(4837,77,41,0),(4838,78,41,0),(4839,79,41,0),(4840,80,41,0),(4841,81,41,0),(4842,82,41,0),(4843,83,41,0),(4844,84,41,0),(4845,85,41,0),(4846,86,41,0),(4847,87,41,0),(4848,88,41,0),(4849,89,41,0),(4850,90,41,0),(4851,91,41,0),(4852,92,41,0),(4853,93,41,0),(4854,94,41,0),(4855,95,41,0),(4856,96,41,0),(4857,97,41,0),(4858,98,41,0),(4859,99,41,0),(4860,100,41,0),(4861,101,41,0),(4862,102,41,0),(4863,103,41,0),(4864,104,41,0),(4865,105,41,0),(4866,106,41,0),(4867,107,41,0),(4868,108,41,0),(4869,109,41,0),(4870,110,41,0),(4871,111,41,0),(4872,112,41,0),(4873,113,41,0),(4874,114,41,0),(4875,115,41,0),(4876,116,41,0),(4877,117,41,0),(4878,118,41,0),(4879,119,41,0),(4880,1,42,0),(4881,2,42,0),(4882,3,42,0),(4883,4,42,0),(4884,5,42,0),(4885,6,42,0.134889310799695),(4886,7,42,0),(4887,8,42,0),(4888,9,42,0),(4889,10,42,0),(4890,11,42,0),(4891,12,42,0),(4892,13,42,0),(4893,14,42,0),(4894,15,42,0),(4895,16,42,0),(4896,17,42,0),(4897,18,42,0),(4898,19,42,0),(4899,20,42,0),(4900,21,42,0),(4901,22,42,0),(4902,23,42,0),(4903,24,42,0),(4904,25,42,0),(4905,26,42,0),(4906,27,42,0),(4907,28,42,0),(4908,29,42,0),(4909,30,42,0),(4910,31,42,0),(4911,32,42,0),(4912,33,42,0),(4913,34,42,0),(4914,35,42,0),(4915,36,42,0),(4916,37,42,0),(4917,38,42,0),(4918,39,42,0),(4919,40,42,0),(4920,41,42,0),(4921,42,42,0),(4922,43,42,0),(4923,44,42,0),(4924,45,42,0),(4925,46,42,0),(4926,47,42,0),(4927,48,42,0),(4928,49,42,0),(4929,50,42,0),(4930,51,42,0),(4931,52,42,0),(4932,53,42,0),(4933,54,42,0),(4934,55,42,0),(4935,56,42,0),(4936,57,42,0),(4937,58,42,0),(4938,59,42,0),(4939,60,42,0),(4940,61,42,0),(4941,62,42,0),(4942,63,42,0),(4943,64,42,0),(4944,65,42,0),(4945,66,42,0),(4946,67,42,0),(4947,68,42,0),(4948,69,42,0),(4949,70,42,0),(4950,71,42,0),(4951,72,42,0),(4952,73,42,0),(4953,74,42,0),(4954,75,42,0),(4955,76,42,0),(4956,77,42,0),(4957,78,42,0),(4958,79,42,0),(4959,80,42,0),(4960,81,42,0),(4961,82,42,0),(4962,83,42,0),(4963,84,42,0),(4964,85,42,0),(4965,86,42,0),(4966,87,42,0),(4967,88,42,0),(4968,89,42,0),(4969,90,42,0),(4970,91,42,0),(4971,92,42,0),(4972,93,42,0),(4973,94,42,0),(4974,95,42,0),(4975,96,42,0),(4976,97,42,0),(4977,98,42,0),(4978,99,42,0),(4979,100,42,0),(4980,101,42,0),(4981,102,42,0),(4982,103,42,0),(4983,104,42,0),(4984,105,42,0),(4985,106,42,0),(4986,107,42,0),(4987,108,42,0),(4988,109,42,0),(4989,110,42,0),(4990,111,42,0),(4991,112,42,0),(4992,113,42,0),(4993,114,42,0),(4994,115,42,0),(4995,116,42,0),(4996,117,42,0),(4997,118,42,0),(4998,119,42,0),(4999,1,43,0),(5000,2,43,0),(5001,3,43,0),(5002,4,43,0),(5003,5,43,0),(5004,6,43,0.189651293151118),(5005,7,43,0),(5006,8,43,0),(5007,9,43,0),(5008,10,43,0),(5009,11,43,0),(5010,12,43,0),(5011,13,43,0),(5012,14,43,0),(5013,15,43,0),(5014,16,43,0),(5015,17,43,0),(5016,18,43,0),(5017,19,43,0),(5018,20,43,0),(5019,21,43,0),(5020,22,43,0),(5021,23,43,0),(5022,24,43,0),(5023,25,43,0),(5024,26,43,0),(5025,27,43,0),(5026,28,43,0),(5027,29,43,0),(5028,30,43,0),(5029,31,43,0),(5030,32,43,0),(5031,33,43,0),(5032,34,43,0),(5033,35,43,0),(5034,36,43,0),(5035,37,43,0),(5036,38,43,0),(5037,39,43,0),(5038,40,43,0),(5039,41,43,0),(5040,42,43,0),(5041,43,43,0),(5042,44,43,0),(5043,45,43,0),(5044,46,43,0),(5045,47,43,0),(5046,48,43,0),(5047,49,43,0),(5048,50,43,0),(5049,51,43,0),(5050,52,43,0),(5051,53,43,0),(5052,54,43,0),(5053,55,43,0),(5054,56,43,0),(5055,57,43,0),(5056,58,43,0),(5057,59,43,0),(5058,60,43,0),(5059,61,43,0),(5060,62,43,0),(5061,63,43,0),(5062,64,43,0),(5063,65,43,0),(5064,66,43,0),(5065,67,43,0),(5066,68,43,0),(5067,69,43,0),(5068,70,43,0),(5069,71,43,0),(5070,72,43,0),(5071,73,43,0),(5072,74,43,0),(5073,75,43,0),(5074,76,43,0),(5075,77,43,0),(5076,78,43,0),(5077,79,43,0),(5078,80,43,0),(5079,81,43,0),(5080,82,43,0),(5081,83,43,0),(5082,84,43,0),(5083,85,43,0),(5084,86,43,0),(5085,87,43,0),(5086,88,43,0),(5087,89,43,0),(5088,90,43,0),(5089,91,43,0),(5090,92,43,0),(5091,93,43,0),(5092,94,43,0),(5093,95,43,0),(5094,96,43,0),(5095,97,43,0),(5096,98,43,0),(5097,99,43,0),(5098,100,43,0),(5099,101,43,0),(5100,102,43,0),(5101,103,43,0),(5102,104,43,0),(5103,105,43,0),(5104,106,43,0),(5105,107,43,0),(5106,108,43,0),(5107,109,43,0),(5108,110,43,0),(5109,111,43,0),(5110,112,43,0),(5111,113,43,0),(5112,114,43,0),(5113,115,43,0),(5114,116,43,0),(5115,117,43,0),(5116,118,43,0),(5117,119,43,0),(5118,1,44,0),(5119,2,44,0),(5120,3,44,0),(5121,4,44,0),(5122,5,44,0),(5123,6,44,0.0944879281441869),(5124,7,44,0),(5125,8,44,0),(5126,9,44,0),(5127,10,44,0),(5128,11,44,0),(5129,12,44,0),(5130,13,44,0),(5131,14,44,0),(5132,15,44,0),(5133,16,44,0),(5134,17,44,0),(5135,18,44,0),(5136,19,44,0),(5137,20,44,0),(5138,21,44,0),(5139,22,44,0),(5140,23,44,0),(5141,24,44,0),(5142,25,44,0),(5143,26,44,0),(5144,27,44,0),(5145,28,44,0),(5146,29,44,0),(5147,30,44,0),(5148,31,44,0),(5149,32,44,0),(5150,33,44,0),(5151,34,44,0),(5152,35,44,0),(5153,36,44,0),(5154,37,44,0),(5155,38,44,0),(5156,39,44,0),(5157,40,44,0),(5158,41,44,0),(5159,42,44,0),(5160,43,44,0),(5161,44,44,0),(5162,45,44,0),(5163,46,44,0),(5164,47,44,0),(5165,48,44,0),(5166,49,44,0),(5167,50,44,0),(5168,51,44,0),(5169,52,44,0),(5170,53,44,0),(5171,54,44,0),(5172,55,44,0),(5173,56,44,0),(5174,57,44,0),(5175,58,44,0),(5176,59,44,0),(5177,60,44,0),(5178,61,44,0),(5179,62,44,0),(5180,63,44,0),(5181,64,44,0),(5182,65,44,0),(5183,66,44,0),(5184,67,44,0),(5185,68,44,0),(5186,69,44,0),(5187,70,44,0),(5188,71,44,0),(5189,72,44,0),(5190,73,44,0),(5191,74,44,0),(5192,75,44,0),(5193,76,44,0),(5194,77,44,0),(5195,78,44,0),(5196,79,44,0),(5197,80,44,0),(5198,81,44,0),(5199,82,44,0),(5200,83,44,0),(5201,84,44,0),(5202,85,44,0),(5203,86,44,0),(5204,87,44,0),(5205,88,44,0),(5206,89,44,0),(5207,90,44,0),(5208,91,44,0),(5209,92,44,0),(5210,93,44,0),(5211,94,44,0),(5212,95,44,0),(5213,96,44,0),(5214,97,44,0),(5215,98,44,0),(5216,99,44,0),(5217,100,44,0),(5218,101,44,0),(5219,102,44,0),(5220,103,44,0),(5221,104,44,0),(5222,105,44,0),(5223,106,44,0),(5224,107,44,0),(5225,108,44,0),(5226,109,44,0),(5227,110,44,0),(5228,111,44,0),(5229,112,44,0),(5230,113,44,0),(5231,114,44,0),(5232,115,44,0),(5233,116,44,0),(5234,117,44,0),(5235,118,44,0),(5236,119,44,0),(5237,1,45,0),(5238,2,45,0),(5239,3,45,0),(5240,4,45,0),(5241,5,45,0),(5242,6,45,0.143783743957627),(5243,7,45,0),(5244,8,45,0),(5245,9,45,0),(5246,10,45,0),(5247,11,45,0),(5248,12,45,0),(5249,13,45,0),(5250,14,45,0),(5251,15,45,0),(5252,16,45,0),(5253,17,45,0),(5254,18,45,0),(5255,19,45,0),(5256,20,45,0),(5257,21,45,0),(5258,22,45,0),(5259,23,45,0),(5260,24,45,0),(5261,25,45,0),(5262,26,45,0),(5263,27,45,0),(5264,28,45,0),(5265,29,45,0),(5266,30,45,0),(5267,31,45,0),(5268,32,45,0),(5269,33,45,0),(5270,34,45,0),(5271,35,45,0),(5272,36,45,0),(5273,37,45,0),(5274,38,45,0),(5275,39,45,0),(5276,40,45,0),(5277,41,45,0),(5278,42,45,0),(5279,43,45,0),(5280,44,45,0),(5281,45,45,0),(5282,46,45,0),(5283,47,45,0),(5284,48,45,0),(5285,49,45,0),(5286,50,45,0),(5287,51,45,0),(5288,52,45,0),(5289,53,45,0),(5290,54,45,0),(5291,55,45,0),(5292,56,45,0),(5293,57,45,0),(5294,58,45,0),(5295,59,45,0),(5296,60,45,0),(5297,61,45,0),(5298,62,45,0),(5299,63,45,0),(5300,64,45,0),(5301,65,45,0),(5302,66,45,0),(5303,67,45,0),(5304,68,45,0),(5305,69,45,0),(5306,70,45,0),(5307,71,45,0),(5308,72,45,0),(5309,73,45,0),(5310,74,45,0),(5311,75,45,0),(5312,76,45,0),(5313,77,45,0),(5314,78,45,0),(5315,79,45,0),(5316,80,45,0),(5317,81,45,0),(5318,82,45,0),(5319,83,45,0),(5320,84,45,0),(5321,85,45,0),(5322,86,45,0),(5323,87,45,0),(5324,88,45,0),(5325,89,45,0),(5326,90,45,0),(5327,91,45,0),(5328,92,45,0),(5329,93,45,0),(5330,94,45,0),(5331,95,45,0),(5332,96,45,0),(5333,97,45,0),(5334,98,45,0),(5335,99,45,0),(5336,100,45,0),(5337,101,45,0),(5338,102,45,0),(5339,103,45,0),(5340,104,45,0),(5341,105,45,0),(5342,106,45,0),(5343,107,45,0),(5344,108,45,0),(5345,109,45,0),(5346,110,45,0),(5347,111,45,0),(5348,112,45,0),(5349,113,45,0),(5350,114,45,0),(5351,115,45,0),(5352,116,45,0),(5353,117,45,0),(5354,118,45,0),(5355,119,45,0),(5356,1,46,0),(5357,2,46,0),(5358,3,46,0),(5359,4,46,0),(5360,5,46,0),(5361,6,46,0.0284537347502876),(5362,7,46,0),(5363,8,46,0),(5364,9,46,0),(5365,10,46,0),(5366,11,46,0),(5367,12,46,0),(5368,13,46,0),(5369,14,46,0),(5370,15,46,0),(5371,16,46,0),(5372,17,46,0),(5373,18,46,0),(5374,19,46,0),(5375,20,46,0),(5376,21,46,0),(5377,22,46,0),(5378,23,46,0),(5379,24,46,0),(5380,25,46,0),(5381,26,46,0),(5382,27,46,0),(5383,28,46,0),(5384,29,46,0),(5385,30,46,0),(5386,31,46,0),(5387,32,46,0),(5388,33,46,0),(5389,34,46,0),(5390,35,46,0),(5391,36,46,0),(5392,37,46,0),(5393,38,46,0),(5394,39,46,0),(5395,40,46,0),(5396,41,46,0),(5397,42,46,0),(5398,43,46,0),(5399,44,46,0),(5400,45,46,0),(5401,46,46,0),(5402,47,46,0),(5403,48,46,0),(5404,49,46,0),(5405,50,46,0),(5406,51,46,0),(5407,52,46,0),(5408,53,46,0),(5409,54,46,0),(5410,55,46,0),(5411,56,46,0),(5412,57,46,0),(5413,58,46,0),(5414,59,46,0),(5415,60,46,0),(5416,61,46,0),(5417,62,46,0),(5418,63,46,0),(5419,64,46,0),(5420,65,46,0),(5421,66,46,0),(5422,67,46,0),(5423,68,46,0),(5424,69,46,0),(5425,70,46,0),(5426,71,46,0),(5427,72,46,0),(5428,73,46,0),(5429,74,46,0),(5430,75,46,0),(5431,76,46,0),(5432,77,46,0),(5433,78,46,0),(5434,79,46,0),(5435,80,46,0),(5436,81,46,0),(5437,82,46,0),(5438,83,46,0),(5439,84,46,0),(5440,85,46,0),(5441,86,46,0),(5442,87,46,0),(5443,88,46,0),(5444,89,46,0),(5445,90,46,0),(5446,91,46,0),(5447,92,46,0),(5448,93,46,0),(5449,94,46,0),(5450,95,46,0),(5451,96,46,0),(5452,97,46,0),(5453,98,46,0),(5454,99,46,0),(5455,100,46,0),(5456,101,46,0),(5457,102,46,0),(5458,103,46,0),(5459,104,46,0),(5460,105,46,0),(5461,106,46,0),(5462,107,46,0),(5463,108,46,0),(5464,109,46,0),(5465,110,46,0),(5466,111,46,0),(5467,112,46,0),(5468,113,46,0),(5469,114,46,0),(5470,115,46,0),(5471,116,46,0),(5472,117,46,0),(5473,118,46,0),(5474,119,46,0),(5475,1,47,0),(5476,2,47,0),(5477,3,47,0),(5478,4,47,0),(5479,5,47,0),(5480,6,47,0.106335786209385),(5481,7,47,0),(5482,8,47,0),(5483,9,47,0),(5484,10,47,0),(5485,11,47,0),(5486,12,47,0),(5487,13,47,0),(5488,14,47,0),(5489,15,47,0),(5490,16,47,0),(5491,17,47,0),(5492,18,47,0),(5493,19,47,0),(5494,20,47,0),(5495,21,47,0),(5496,22,47,0),(5497,23,47,0),(5498,24,47,0),(5499,25,47,0),(5500,26,47,0),(5501,27,47,0),(5502,28,47,0),(5503,29,47,0),(5504,30,47,0),(5505,31,47,0),(5506,32,47,0),(5507,33,47,0),(5508,34,47,0),(5509,35,47,0),(5510,36,47,0),(5511,37,47,0),(5512,38,47,0),(5513,39,47,0),(5514,40,47,0),(5515,41,47,0),(5516,42,47,0),(5517,43,47,0),(5518,44,47,0),(5519,45,47,0),(5520,46,47,0),(5521,47,47,0),(5522,48,47,0),(5523,49,47,0),(5524,50,47,0),(5525,51,47,0),(5526,52,47,0),(5527,53,47,0),(5528,54,47,0),(5529,55,47,0),(5530,56,47,0),(5531,57,47,0),(5532,58,47,0),(5533,59,47,0),(5534,60,47,0),(5535,61,47,0),(5536,62,47,0),(5537,63,47,0),(5538,64,47,0),(5539,65,47,0),(5540,66,47,0),(5541,67,47,0),(5542,68,47,0),(5543,69,47,0),(5544,70,47,0),(5545,71,47,0),(5546,72,47,0),(5547,73,47,0),(5548,74,47,0),(5549,75,47,0),(5550,76,47,0),(5551,77,47,0),(5552,78,47,0),(5553,79,47,0),(5554,80,47,0),(5555,81,47,0),(5556,82,47,0),(5557,83,47,0),(5558,84,47,0),(5559,85,47,0),(5560,86,47,0),(5561,87,47,0),(5562,88,47,0),(5563,89,47,0),(5564,90,47,0),(5565,91,47,0),(5566,92,47,0),(5567,93,47,0),(5568,94,47,0),(5569,95,47,0),(5570,96,47,0),(5571,97,47,0),(5572,98,47,0),(5573,99,47,0),(5574,100,47,0),(5575,101,47,0),(5576,102,47,0),(5577,103,47,0),(5578,104,47,0),(5579,105,47,0),(5580,106,47,0),(5581,107,47,0),(5582,108,47,0),(5583,109,47,0),(5584,110,47,0),(5585,111,47,0),(5586,112,47,0),(5587,113,47,0),(5588,114,47,0),(5589,115,47,0),(5590,116,47,0),(5591,117,47,0),(5592,118,47,0),(5593,119,47,0),(5594,1,48,0),(5595,2,48,0),(5596,3,48,0),(5597,4,48,0),(5598,5,48,0),(5599,6,48,0.305937655244769),(5600,7,48,0),(5601,8,48,0),(5602,9,48,0),(5603,10,48,0),(5604,11,48,0),(5605,12,48,0),(5606,13,48,0),(5607,14,48,0),(5608,15,48,0),(5609,16,48,0),(5610,17,48,0),(5611,18,48,0),(5612,19,48,0),(5613,20,48,0),(5614,21,48,0),(5615,22,48,0),(5616,23,48,0),(5617,24,48,0),(5618,25,48,0),(5619,26,48,0),(5620,27,48,0),(5621,28,48,0),(5622,29,48,0),(5623,30,48,0),(5624,31,48,0),(5625,32,48,0),(5626,33,48,0),(5627,34,48,0),(5628,35,48,0),(5629,36,48,0),(5630,37,48,0),(5631,38,48,0),(5632,39,48,0),(5633,40,48,0),(5634,41,48,0),(5635,42,48,0),(5636,43,48,0),(5637,44,48,0),(5638,45,48,0),(5639,46,48,0),(5640,47,48,0),(5641,48,48,0),(5642,49,48,0),(5643,50,48,0),(5644,51,48,0),(5645,52,48,0),(5646,53,48,0),(5647,54,48,0),(5648,55,48,0),(5649,56,48,0),(5650,57,48,0),(5651,58,48,0),(5652,59,48,0),(5653,60,48,0),(5654,61,48,0),(5655,62,48,0),(5656,63,48,0),(5657,64,48,0),(5658,65,48,0),(5659,66,48,0),(5660,67,48,0),(5661,68,48,0),(5662,69,48,0),(5663,70,48,0),(5664,71,48,0),(5665,72,48,0),(5666,73,48,0),(5667,74,48,0),(5668,75,48,0),(5669,76,48,0),(5670,77,48,0),(5671,78,48,0),(5672,79,48,0),(5673,80,48,0),(5674,81,48,0),(5675,82,48,0),(5676,83,48,0),(5677,84,48,0),(5678,85,48,0),(5679,86,48,0),(5680,87,48,0),(5681,88,48,0),(5682,89,48,0),(5683,90,48,0),(5684,91,48,0),(5685,92,48,0),(5686,93,48,0),(5687,94,48,0),(5688,95,48,0),(5689,96,48,0),(5690,97,48,0),(5691,98,48,0),(5692,99,48,0),(5693,100,48,0),(5694,101,48,0),(5695,102,48,0),(5696,103,48,0),(5697,104,48,0),(5698,105,48,0),(5699,106,48,0),(5700,107,48,0),(5701,108,48,0),(5702,109,48,0),(5703,110,48,0),(5704,111,48,0),(5705,112,48,0),(5706,113,48,0),(5707,114,48,0),(5708,115,48,0),(5709,116,48,0),(5710,117,48,0),(5711,118,48,0),(5712,119,48,0),(5713,1,49,0),(5714,2,49,0),(5715,3,49,0),(5716,4,49,0),(5717,5,49,0),(5718,6,49,0.321001151693744),(5719,7,49,0),(5720,8,49,0),(5721,9,49,0),(5722,10,49,0),(5723,11,49,0),(5724,12,49,0),(5725,13,49,0),(5726,14,49,0),(5727,15,49,0),(5728,16,49,0),(5729,17,49,0),(5730,18,49,0),(5731,19,49,0),(5732,20,49,0),(5733,21,49,0),(5734,22,49,0),(5735,23,49,0),(5736,24,49,0),(5737,25,49,0),(5738,26,49,0),(5739,27,49,0),(5740,28,49,0),(5741,29,49,0),(5742,30,49,0),(5743,31,49,0),(5744,32,49,0),(5745,33,49,0),(5746,34,49,0),(5747,35,49,0),(5748,36,49,0),(5749,37,49,0),(5750,38,49,0),(5751,39,49,0),(5752,40,49,0),(5753,41,49,0),(5754,42,49,0),(5755,43,49,0),(5756,44,49,0),(5757,45,49,0),(5758,46,49,0),(5759,47,49,0),(5760,48,49,0),(5761,49,49,0),(5762,50,49,0),(5763,51,49,0),(5764,52,49,0),(5765,53,49,0),(5766,54,49,0),(5767,55,49,0),(5768,56,49,0),(5769,57,49,0),(5770,58,49,0),(5771,59,49,0),(5772,60,49,0),(5773,61,49,0),(5774,62,49,0),(5775,63,49,0),(5776,64,49,0),(5777,65,49,0),(5778,66,49,0),(5779,67,49,0),(5780,68,49,0),(5781,69,49,0),(5782,70,49,0),(5783,71,49,0),(5784,72,49,0),(5785,73,49,0),(5786,74,49,0),(5787,75,49,0),(5788,76,49,0),(5789,77,49,0),(5790,78,49,0),(5791,79,49,0),(5792,80,49,0),(5793,81,49,0),(5794,82,49,0),(5795,83,49,0),(5796,84,49,0),(5797,85,49,0),(5798,86,49,0),(5799,87,49,0),(5800,88,49,0),(5801,89,49,0),(5802,90,49,0),(5803,91,49,0),(5804,92,49,0),(5805,93,49,0),(5806,94,49,0),(5807,95,49,0),(5808,96,49,0),(5809,97,49,0),(5810,98,49,0),(5811,99,49,0),(5812,100,49,0),(5813,101,49,0),(5814,102,49,0),(5815,103,49,0),(5816,104,49,0),(5817,105,49,0),(5818,106,49,0),(5819,107,49,0),(5820,108,49,0),(5821,109,49,0),(5822,110,49,0),(5823,111,49,0),(5824,112,49,0),(5825,113,49,0),(5826,114,49,0),(5827,115,49,0),(5828,116,49,0),(5829,117,49,0),(5830,118,49,0),(5831,119,49,0),(5832,1,50,0),(5833,2,50,0),(5834,3,50,0),(5835,4,50,0),(5836,5,50,0),(5837,6,50,0),(5838,7,50,0.245261607015453),(5839,8,50,0),(5840,9,50,0),(5841,10,50,0),(5842,11,50,0),(5843,12,50,0),(5844,13,50,0),(5845,14,50,0),(5846,15,50,0),(5847,16,50,0),(5848,17,50,0),(5849,18,50,0),(5850,19,50,0),(5851,20,50,0),(5852,21,50,0),(5853,22,50,0),(5854,23,50,0),(5855,24,50,0),(5856,25,50,0),(5857,26,50,0),(5858,27,50,0),(5859,28,50,0),(5860,29,50,0),(5861,30,50,0),(5862,31,50,0),(5863,32,50,0),(5864,33,50,0),(5865,34,50,0),(5866,35,50,0),(5867,36,50,0),(5868,37,50,0),(5869,38,50,0),(5870,39,50,0),(5871,40,50,0),(5872,41,50,0),(5873,42,50,0),(5874,43,50,0),(5875,44,50,0),(5876,45,50,0),(5877,46,50,0),(5878,47,50,0),(5879,48,50,0),(5880,49,50,0),(5881,50,50,0),(5882,51,50,0),(5883,52,50,0),(5884,53,50,0),(5885,54,50,0),(5886,55,50,0),(5887,56,50,0),(5888,57,50,0),(5889,58,50,0),(5890,59,50,0),(5891,60,50,0),(5892,61,50,0),(5893,62,50,0),(5894,63,50,0),(5895,64,50,0),(5896,65,50,0),(5897,66,50,0),(5898,67,50,0),(5899,68,50,0),(5900,69,50,0),(5901,70,50,0),(5902,71,50,0),(5903,72,50,0),(5904,73,50,0),(5905,74,50,0),(5906,75,50,0),(5907,76,50,0),(5908,77,50,0),(5909,78,50,0),(5910,79,50,0),(5911,80,50,0),(5912,81,50,0),(5913,82,50,0),(5914,83,50,0),(5915,84,50,0),(5916,85,50,0),(5917,86,50,0),(5918,87,50,0),(5919,88,50,0),(5920,89,50,0),(5921,90,50,0),(5922,91,50,0),(5923,92,50,0),(5924,93,50,0),(5925,94,50,0),(5926,95,50,0),(5927,96,50,0),(5928,97,50,0),(5929,98,50,0),(5930,99,50,0),(5931,100,50,0),(5932,101,50,0),(5933,102,50,0),(5934,103,50,0),(5935,104,50,0),(5936,105,50,0),(5937,106,50,0),(5938,107,50,0),(5939,108,50,0),(5940,109,50,0),(5941,110,50,0),(5942,111,50,0),(5943,112,50,0),(5944,113,50,0),(5945,114,50,0),(5946,115,50,0),(5947,116,50,0),(5948,117,50,0),(5949,118,50,0),(5950,119,50,0),(5951,1,51,0),(5952,2,51,0),(5953,3,51,0),(5954,4,51,0),(5955,5,51,0),(5956,6,51,0),(5957,7,51,0.254738392984547),(5958,8,51,0),(5959,9,51,0),(5960,10,51,0),(5961,11,51,0),(5962,12,51,0),(5963,13,51,0),(5964,14,51,0),(5965,15,51,0),(5966,16,51,0),(5967,17,51,0),(5968,18,51,0),(5969,19,51,0),(5970,20,51,0),(5971,21,51,0),(5972,22,51,0),(5973,23,51,0),(5974,24,51,0),(5975,25,51,0),(5976,26,51,0),(5977,27,51,0),(5978,28,51,0),(5979,29,51,0),(5980,30,51,0),(5981,31,51,0),(5982,32,51,0),(5983,33,51,0),(5984,34,51,0),(5985,35,51,0),(5986,36,51,0),(5987,37,51,0),(5988,38,51,0),(5989,39,51,0),(5990,40,51,0),(5991,41,51,0),(5992,42,51,0),(5993,43,51,0),(5994,44,51,0),(5995,45,51,0),(5996,46,51,0),(5997,47,51,0),(5998,48,51,0),(5999,49,51,0),(6000,50,51,0),(6001,51,51,0),(6002,52,51,0),(6003,53,51,0),(6004,54,51,0),(6005,55,51,0),(6006,56,51,0),(6007,57,51,0),(6008,58,51,0),(6009,59,51,0),(6010,60,51,0),(6011,61,51,0),(6012,62,51,0),(6013,63,51,0),(6014,64,51,0),(6015,65,51,0),(6016,66,51,0),(6017,67,51,0),(6018,68,51,0),(6019,69,51,0),(6020,70,51,0),(6021,71,51,0),(6022,72,51,0),(6023,73,51,0),(6024,74,51,0),(6025,75,51,0),(6026,76,51,0),(6027,77,51,0),(6028,78,51,0),(6029,79,51,0),(6030,80,51,0),(6031,81,51,0),(6032,82,51,0),(6033,83,51,0),(6034,84,51,0),(6035,85,51,0),(6036,86,51,0),(6037,87,51,0),(6038,88,51,0),(6039,89,51,0),(6040,90,51,0),(6041,91,51,0),(6042,92,51,0),(6043,93,51,0),(6044,94,51,0),(6045,95,51,0),(6046,96,51,0),(6047,97,51,0),(6048,98,51,0),(6049,99,51,0),(6050,100,51,0),(6051,101,51,0),(6052,102,51,0),(6053,103,51,0),(6054,104,51,0),(6055,105,51,0),(6056,106,51,0),(6057,107,51,0),(6058,108,51,0),(6059,109,51,0),(6060,110,51,0),(6061,111,51,0),(6062,112,51,0),(6063,113,51,0),(6064,114,51,0),(6065,115,51,0),(6066,116,51,0),(6067,117,51,0),(6068,118,51,0),(6069,119,51,0),(6070,1,52,0),(6071,2,52,0),(6072,3,52,0),(6073,4,52,0),(6074,5,52,0),(6075,6,52,0),(6076,7,52,0.215421626305976),(6077,8,52,0),(6078,9,52,0),(6079,10,52,0),(6080,11,52,0),(6081,12,52,0),(6082,13,52,0),(6083,14,52,0),(6084,15,52,0),(6085,16,52,0),(6086,17,52,0),(6087,18,52,0),(6088,19,52,0),(6089,20,52,0),(6090,21,52,0),(6091,22,52,0),(6092,23,52,0),(6093,24,52,0),(6094,25,52,0),(6095,26,52,0),(6096,27,52,0),(6097,28,52,0),(6098,29,52,0),(6099,30,52,0),(6100,31,52,0),(6101,32,52,0),(6102,33,52,0),(6103,34,52,0),(6104,35,52,0),(6105,36,52,0),(6106,37,52,0),(6107,38,52,0),(6108,39,52,0),(6109,40,52,0),(6110,41,52,0),(6111,42,52,0),(6112,43,52,0),(6113,44,52,0),(6114,45,52,0),(6115,46,52,0),(6116,47,52,0),(6117,48,52,0),(6118,49,52,0),(6119,50,52,0),(6120,51,52,0),(6121,52,52,0),(6122,53,52,0),(6123,54,52,0),(6124,55,52,0),(6125,56,52,0),(6126,57,52,0),(6127,58,52,0),(6128,59,52,0),(6129,60,52,0),(6130,61,52,0),(6131,62,52,0),(6132,63,52,0),(6133,64,52,0),(6134,65,52,0),(6135,66,52,0),(6136,67,52,0),(6137,68,52,0),(6138,69,52,0),(6139,70,52,0),(6140,71,52,0),(6141,72,52,0),(6142,73,52,0),(6143,74,52,0),(6144,75,52,0),(6145,76,52,0),(6146,77,52,0),(6147,78,52,0),(6148,79,52,0),(6149,80,52,0),(6150,81,52,0),(6151,82,52,0),(6152,83,52,0),(6153,84,52,0),(6154,85,52,0),(6155,86,52,0),(6156,87,52,0),(6157,88,52,0),(6158,89,52,0),(6159,90,52,0),(6160,91,52,0),(6161,92,52,0),(6162,93,52,0),(6163,94,52,0),(6164,95,52,0),(6165,96,52,0),(6166,97,52,0),(6167,98,52,0),(6168,99,52,0),(6169,100,52,0),(6170,101,52,0),(6171,102,52,0),(6172,103,52,0),(6173,104,52,0),(6174,105,52,0),(6175,106,52,0),(6176,107,52,0),(6177,108,52,0),(6178,109,52,0),(6179,110,52,0),(6180,111,52,0),(6181,112,52,0),(6182,113,52,0),(6183,114,52,0),(6184,115,52,0),(6185,116,52,0),(6186,117,52,0),(6187,118,52,0),(6188,119,52,0),(6189,1,53,0),(6190,2,53,0),(6191,3,53,0),(6192,4,53,0),(6193,5,53,0),(6194,6,53,0),(6195,7,53,0.100606368883752),(6196,8,53,0),(6197,9,53,0),(6198,10,53,0),(6199,11,53,0),(6200,12,53,0),(6201,13,53,0),(6202,14,53,0),(6203,15,53,0),(6204,16,53,0),(6205,17,53,0),(6206,18,53,0),(6207,19,53,0),(6208,20,53,0),(6209,21,53,0),(6210,22,53,0),(6211,23,53,0),(6212,24,53,0),(6213,25,53,0),(6214,26,53,0),(6215,27,53,0),(6216,28,53,0),(6217,29,53,0),(6218,30,53,0),(6219,31,53,0),(6220,32,53,0),(6221,33,53,0),(6222,34,53,0),(6223,35,53,0),(6224,36,53,0),(6225,37,53,0),(6226,38,53,0),(6227,39,53,0),(6228,40,53,0),(6229,41,53,0),(6230,42,53,0),(6231,43,53,0),(6232,44,53,0),(6233,45,53,0),(6234,46,53,0),(6235,47,53,0),(6236,48,53,0),(6237,49,53,0),(6238,50,53,0),(6239,51,53,0),(6240,52,53,0),(6241,53,53,0),(6242,54,53,0),(6243,55,53,0),(6244,56,53,0),(6245,57,53,0),(6246,58,53,0),(6247,59,53,0),(6248,60,53,0),(6249,61,53,0),(6250,62,53,0),(6251,63,53,0),(6252,64,53,0),(6253,65,53,0),(6254,66,53,0),(6255,67,53,0),(6256,68,53,0),(6257,69,53,0),(6258,70,53,0),(6259,71,53,0),(6260,72,53,0),(6261,73,53,0),(6262,74,53,0),(6263,75,53,0),(6264,76,53,0),(6265,77,53,0),(6266,78,53,0),(6267,79,53,0),(6268,80,53,0),(6269,81,53,0),(6270,82,53,0),(6271,83,53,0),(6272,84,53,0),(6273,85,53,0),(6274,86,53,0),(6275,87,53,0),(6276,88,53,0),(6277,89,53,0),(6278,90,53,0),(6279,91,53,0),(6280,92,53,0),(6281,93,53,0),(6282,94,53,0),(6283,95,53,0),(6284,96,53,0),(6285,97,53,0),(6286,98,53,0),(6287,99,53,0),(6288,100,53,0),(6289,101,53,0),(6290,102,53,0),(6291,103,53,0),(6292,104,53,0),(6293,105,53,0),(6294,106,53,0),(6295,107,53,0),(6296,108,53,0),(6297,109,53,0),(6298,110,53,0),(6299,111,53,0),(6300,112,53,0),(6301,113,53,0),(6302,114,53,0),(6303,115,53,0),(6304,116,53,0),(6305,117,53,0),(6306,118,53,0),(6307,119,53,0),(6308,1,54,0),(6309,2,54,0),(6310,3,54,0),(6311,4,54,0),(6312,5,54,0),(6313,6,54,0),(6314,7,54,0.483972004810271),(6315,8,54,0),(6316,9,54,0),(6317,10,54,0),(6318,11,54,0),(6319,12,54,0),(6320,13,54,0),(6321,14,54,0),(6322,15,54,0),(6323,16,54,0),(6324,17,54,0),(6325,18,54,0),(6326,19,54,0),(6327,20,54,0),(6328,21,54,0),(6329,22,54,0),(6330,23,54,0),(6331,24,54,0),(6332,25,54,0),(6333,26,54,0),(6334,27,54,0),(6335,28,54,0),(6336,29,54,0),(6337,30,54,0),(6338,31,54,0),(6339,32,54,0),(6340,33,54,0),(6341,34,54,0),(6342,35,54,0),(6343,36,54,0),(6344,37,54,0),(6345,38,54,0),(6346,39,54,0),(6347,40,54,0),(6348,41,54,0),(6349,42,54,0),(6350,43,54,0),(6351,44,54,0),(6352,45,54,0),(6353,46,54,0),(6354,47,54,0),(6355,48,54,0),(6356,49,54,0),(6357,50,54,0),(6358,51,54,0),(6359,52,54,0),(6360,53,54,0),(6361,54,54,0),(6362,55,54,0),(6363,56,54,0),(6364,57,54,0),(6365,58,54,0),(6366,59,54,0),(6367,60,54,0),(6368,61,54,0),(6369,62,54,0),(6370,63,54,0),(6371,64,54,0),(6372,65,54,0),(6373,66,54,0),(6374,67,54,0),(6375,68,54,0),(6376,69,54,0),(6377,70,54,0),(6378,71,54,0),(6379,72,54,0),(6380,73,54,0),(6381,74,54,0),(6382,75,54,0),(6383,76,54,0),(6384,77,54,0),(6385,78,54,0),(6386,79,54,0),(6387,80,54,0),(6388,81,54,0),(6389,82,54,0),(6390,83,54,0),(6391,84,54,0),(6392,85,54,0),(6393,86,54,0),(6394,87,54,0),(6395,88,54,0),(6396,89,54,0),(6397,90,54,0),(6398,91,54,0),(6399,92,54,0),(6400,93,54,0),(6401,94,54,0),(6402,95,54,0),(6403,96,54,0),(6404,97,54,0),(6405,98,54,0),(6406,99,54,0),(6407,100,54,0),(6408,101,54,0),(6409,102,54,0),(6410,103,54,0),(6411,104,54,0),(6412,105,54,0),(6413,106,54,0),(6414,107,54,0),(6415,108,54,0),(6416,109,54,0),(6417,110,54,0),(6418,111,54,0),(6419,112,54,0),(6420,113,54,0),(6421,114,54,0),(6422,115,54,0),(6423,116,54,0),(6424,117,54,0),(6425,118,54,0),(6426,119,54,0),(6427,1,55,0),(6428,2,55,0),(6429,3,55,0),(6430,4,55,0),(6431,5,55,0),(6432,6,55,0),(6433,7,55,0.348990537589157),(6434,8,55,0),(6435,9,55,0),(6436,10,55,0),(6437,11,55,0),(6438,12,55,0),(6439,13,55,0),(6440,14,55,0),(6441,15,55,0),(6442,16,55,0),(6443,17,55,0),(6444,18,55,0),(6445,19,55,0),(6446,20,55,0),(6447,21,55,0),(6448,22,55,0),(6449,23,55,0),(6450,24,55,0),(6451,25,55,0),(6452,26,55,0),(6453,27,55,0),(6454,28,55,0),(6455,29,55,0),(6456,30,55,0),(6457,31,55,0),(6458,32,55,0),(6459,33,55,0),(6460,34,55,0),(6461,35,55,0),(6462,36,55,0),(6463,37,55,0),(6464,38,55,0),(6465,39,55,0),(6466,40,55,0),(6467,41,55,0),(6468,42,55,0),(6469,43,55,0),(6470,44,55,0),(6471,45,55,0),(6472,46,55,0),(6473,47,55,0),(6474,48,55,0),(6475,49,55,0),(6476,50,55,0),(6477,51,55,0),(6478,52,55,0),(6479,53,55,0),(6480,54,55,0),(6481,55,55,0),(6482,56,55,0),(6483,57,55,0),(6484,58,55,0),(6485,59,55,0),(6486,60,55,0),(6487,61,55,0),(6488,62,55,0),(6489,63,55,0),(6490,64,55,0),(6491,65,55,0),(6492,66,55,0),(6493,67,55,0),(6494,68,55,0),(6495,69,55,0),(6496,70,55,0),(6497,71,55,0),(6498,72,55,0),(6499,73,55,0),(6500,74,55,0),(6501,75,55,0),(6502,76,55,0),(6503,77,55,0),(6504,78,55,0),(6505,79,55,0),(6506,80,55,0),(6507,81,55,0),(6508,82,55,0),(6509,83,55,0),(6510,84,55,0),(6511,85,55,0),(6512,86,55,0),(6513,87,55,0),(6514,88,55,0),(6515,89,55,0),(6516,90,55,0),(6517,91,55,0),(6518,92,55,0),(6519,93,55,0),(6520,94,55,0),(6521,95,55,0),(6522,96,55,0),(6523,97,55,0),(6524,98,55,0),(6525,99,55,0),(6526,100,55,0),(6527,101,55,0),(6528,102,55,0),(6529,103,55,0),(6530,104,55,0),(6531,105,55,0),(6532,106,55,0),(6533,107,55,0),(6534,108,55,0),(6535,109,55,0),(6536,110,55,0),(6537,111,55,0),(6538,112,55,0),(6539,113,55,0),(6540,114,55,0),(6541,115,55,0),(6542,116,55,0),(6543,117,55,0),(6544,118,55,0),(6545,119,55,0),(6546,1,56,0),(6547,2,56,0),(6548,3,56,0),(6549,4,56,0),(6550,5,56,0),(6551,6,56,0),(6552,7,56,0.15854748992971),(6553,8,56,0),(6554,9,56,0),(6555,10,56,0),(6556,11,56,0),(6557,12,56,0),(6558,13,56,0),(6559,14,56,0),(6560,15,56,0),(6561,16,56,0),(6562,17,56,0),(6563,18,56,0),(6564,19,56,0),(6565,20,56,0),(6566,21,56,0),(6567,22,56,0),(6568,23,56,0),(6569,24,56,0),(6570,25,56,0),(6571,26,56,0),(6572,27,56,0),(6573,28,56,0),(6574,29,56,0),(6575,30,56,0),(6576,31,56,0),(6577,32,56,0),(6578,33,56,0),(6579,34,56,0),(6580,35,56,0),(6581,36,56,0),(6582,37,56,0),(6583,38,56,0),(6584,39,56,0),(6585,40,56,0),(6586,41,56,0),(6587,42,56,0),(6588,43,56,0),(6589,44,56,0),(6590,45,56,0),(6591,46,56,0),(6592,47,56,0),(6593,48,56,0),(6594,49,56,0),(6595,50,56,0),(6596,51,56,0),(6597,52,56,0),(6598,53,56,0),(6599,54,56,0),(6600,55,56,0),(6601,56,56,0),(6602,57,56,0),(6603,58,56,0),(6604,59,56,0),(6605,60,56,0),(6606,61,56,0),(6607,62,56,0),(6608,63,56,0),(6609,64,56,0),(6610,65,56,0),(6611,66,56,0),(6612,67,56,0),(6613,68,56,0),(6614,69,56,0),(6615,70,56,0),(6616,71,56,0),(6617,72,56,0),(6618,73,56,0),(6619,74,56,0),(6620,75,56,0),(6621,76,56,0),(6622,77,56,0),(6623,78,56,0),(6624,79,56,0),(6625,80,56,0),(6626,81,56,0),(6627,82,56,0),(6628,83,56,0),(6629,84,56,0),(6630,85,56,0),(6631,86,56,0),(6632,87,56,0),(6633,88,56,0),(6634,89,56,0),(6635,90,56,0),(6636,91,56,0),(6637,92,56,0),(6638,93,56,0),(6639,94,56,0),(6640,95,56,0),(6641,96,56,0),(6642,97,56,0),(6643,98,56,0),(6644,99,56,0),(6645,100,56,0),(6646,101,56,0),(6647,102,56,0),(6648,103,56,0),(6649,104,56,0),(6650,105,56,0),(6651,106,56,0),(6652,107,56,0),(6653,108,56,0),(6654,109,56,0),(6655,110,56,0),(6656,111,56,0),(6657,112,56,0),(6658,113,56,0),(6659,114,56,0),(6660,115,56,0),(6661,116,56,0),(6662,117,56,0),(6663,118,56,0),(6664,119,56,0),(6665,1,57,0),(6666,2,57,0),(6667,3,57,0),(6668,4,57,0),(6669,5,57,0),(6670,6,57,0),(6671,7,57,0.0598135649010652),(6672,8,57,0),(6673,9,57,0),(6674,10,57,0),(6675,11,57,0),(6676,12,57,0),(6677,13,57,0),(6678,14,57,0),(6679,15,57,0),(6680,16,57,0),(6681,17,57,0),(6682,18,57,0),(6683,19,57,0),(6684,20,57,0),(6685,21,57,0),(6686,22,57,0),(6687,23,57,0),(6688,24,57,0),(6689,25,57,0),(6690,26,57,0),(6691,27,57,0),(6692,28,57,0),(6693,29,57,0),(6694,30,57,0),(6695,31,57,0),(6696,32,57,0),(6697,33,57,0),(6698,34,57,0),(6699,35,57,0),(6700,36,57,0),(6701,37,57,0),(6702,38,57,0),(6703,39,57,0),(6704,40,57,0),(6705,41,57,0),(6706,42,57,0),(6707,43,57,0),(6708,44,57,0),(6709,45,57,0),(6710,46,57,0),(6711,47,57,0),(6712,48,57,0),(6713,49,57,0),(6714,50,57,0),(6715,51,57,0),(6716,52,57,0),(6717,53,57,0),(6718,54,57,0),(6719,55,57,0),(6720,56,57,0),(6721,57,57,0),(6722,58,57,0),(6723,59,57,0),(6724,60,57,0),(6725,61,57,0),(6726,62,57,0),(6727,63,57,0),(6728,64,57,0),(6729,65,57,0),(6730,66,57,0),(6731,67,57,0),(6732,68,57,0),(6733,69,57,0),(6734,70,57,0),(6735,71,57,0),(6736,72,57,0),(6737,73,57,0),(6738,74,57,0),(6739,75,57,0),(6740,76,57,0),(6741,77,57,0),(6742,78,57,0),(6743,79,57,0),(6744,80,57,0),(6745,81,57,0),(6746,82,57,0),(6747,83,57,0),(6748,84,57,0),(6749,85,57,0),(6750,86,57,0),(6751,87,57,0),(6752,88,57,0),(6753,89,57,0),(6754,90,57,0),(6755,91,57,0),(6756,92,57,0),(6757,93,57,0),(6758,94,57,0),(6759,95,57,0),(6760,96,57,0),(6761,97,57,0),(6762,98,57,0),(6763,99,57,0),(6764,100,57,0),(6765,101,57,0),(6766,102,57,0),(6767,103,57,0),(6768,104,57,0),(6769,105,57,0),(6770,106,57,0),(6771,107,57,0),(6772,108,57,0),(6773,109,57,0),(6774,110,57,0),(6775,111,57,0),(6776,112,57,0),(6777,113,57,0),(6778,114,57,0),(6779,115,57,0),(6780,116,57,0),(6781,117,57,0),(6782,118,57,0),(6783,119,57,0),(6784,1,58,0),(6785,2,58,0),(6786,3,58,0),(6787,4,58,0),(6788,5,58,0),(6789,6,58,0),(6790,7,58,0.152440807735073),(6791,8,58,0),(6792,9,58,0),(6793,10,58,0),(6794,11,58,0),(6795,12,58,0),(6796,13,58,0),(6797,14,58,0),(6798,15,58,0),(6799,16,58,0),(6800,17,58,0),(6801,18,58,0),(6802,19,58,0),(6803,20,58,0),(6804,21,58,0),(6805,22,58,0),(6806,23,58,0),(6807,24,58,0),(6808,25,58,0),(6809,26,58,0),(6810,27,58,0),(6811,28,58,0),(6812,29,58,0),(6813,30,58,0),(6814,31,58,0),(6815,32,58,0),(6816,33,58,0),(6817,34,58,0),(6818,35,58,0),(6819,36,58,0),(6820,37,58,0),(6821,38,58,0),(6822,39,58,0),(6823,40,58,0),(6824,41,58,0),(6825,42,58,0),(6826,43,58,0),(6827,44,58,0),(6828,45,58,0),(6829,46,58,0),(6830,47,58,0),(6831,48,58,0),(6832,49,58,0),(6833,50,58,0),(6834,51,58,0),(6835,52,58,0),(6836,53,58,0),(6837,54,58,0),(6838,55,58,0),(6839,56,58,0),(6840,57,58,0),(6841,58,58,0),(6842,59,58,0),(6843,60,58,0),(6844,61,58,0),(6845,62,58,0),(6846,63,58,0),(6847,64,58,0),(6848,65,58,0),(6849,66,58,0),(6850,67,58,0),(6851,68,58,0),(6852,69,58,0),(6853,70,58,0),(6854,71,58,0),(6855,72,58,0),(6856,73,58,0),(6857,74,58,0),(6858,75,58,0),(6859,76,58,0),(6860,77,58,0),(6861,78,58,0),(6862,79,58,0),(6863,80,58,0),(6864,81,58,0),(6865,82,58,0),(6866,83,58,0),(6867,84,58,0),(6868,85,58,0),(6869,86,58,0),(6870,87,58,0),(6871,88,58,0),(6872,89,58,0),(6873,90,58,0),(6874,91,58,0),(6875,92,58,0),(6876,93,58,0),(6877,94,58,0),(6878,95,58,0),(6879,96,58,0),(6880,97,58,0),(6881,98,58,0),(6882,99,58,0),(6883,100,58,0),(6884,101,58,0),(6885,102,58,0),(6886,103,58,0),(6887,104,58,0),(6888,105,58,0),(6889,106,58,0),(6890,107,58,0),(6891,108,58,0),(6892,109,58,0),(6893,110,58,0),(6894,111,58,0),(6895,112,58,0),(6896,113,58,0),(6897,114,58,0),(6898,115,58,0),(6899,116,58,0),(6900,117,58,0),(6901,118,58,0),(6902,119,58,0),(6903,1,59,0),(6904,2,59,0),(6905,3,59,0),(6906,4,59,0),(6907,5,59,0),(6908,6,59,0),(6909,7,59,0.280207599844995),(6910,8,59,0),(6911,9,59,0),(6912,10,59,0),(6913,11,59,0),(6914,12,59,0),(6915,13,59,0),(6916,14,59,0),(6917,15,59,0),(6918,16,59,0),(6919,17,59,0),(6920,18,59,0),(6921,19,59,0),(6922,20,59,0),(6923,21,59,0),(6924,22,59,0),(6925,23,59,0),(6926,24,59,0),(6927,25,59,0),(6928,26,59,0),(6929,27,59,0),(6930,28,59,0),(6931,29,59,0),(6932,30,59,0),(6933,31,59,0),(6934,32,59,0),(6935,33,59,0),(6936,34,59,0),(6937,35,59,0),(6938,36,59,0),(6939,37,59,0),(6940,38,59,0),(6941,39,59,0),(6942,40,59,0),(6943,41,59,0),(6944,42,59,0),(6945,43,59,0),(6946,44,59,0),(6947,45,59,0),(6948,46,59,0),(6949,47,59,0),(6950,48,59,0),(6951,49,59,0),(6952,50,59,0),(6953,51,59,0),(6954,52,59,0),(6955,53,59,0),(6956,54,59,0),(6957,55,59,0),(6958,56,59,0),(6959,57,59,0),(6960,58,59,0),(6961,59,59,0),(6962,60,59,0),(6963,61,59,0),(6964,62,59,0),(6965,63,59,0),(6966,64,59,0),(6967,65,59,0),(6968,66,59,0),(6969,67,59,0),(6970,68,59,0),(6971,69,59,0),(6972,70,59,0),(6973,71,59,0),(6974,72,59,0),(6975,73,59,0),(6976,74,59,0),(6977,75,59,0),(6978,76,59,0),(6979,77,59,0),(6980,78,59,0),(6981,79,59,0),(6982,80,59,0),(6983,81,59,0),(6984,82,59,0),(6985,83,59,0),(6986,84,59,0),(6987,85,59,0),(6988,86,59,0),(6989,87,59,0),(6990,88,59,0),(6991,89,59,0),(6992,90,59,0),(6993,91,59,0),(6994,92,59,0),(6995,93,59,0),(6996,94,59,0),(6997,95,59,0),(6998,96,59,0),(6999,97,59,0),(7000,98,59,0),(7001,99,59,0),(7002,100,59,0),(7003,101,59,0),(7004,102,59,0),(7005,103,59,0),(7006,104,59,0),(7007,105,59,0),(7008,106,59,0),(7009,107,59,0),(7010,108,59,0),(7011,109,59,0),(7012,110,59,0),(7013,111,59,0),(7014,112,59,0),(7015,113,59,0),(7016,114,59,0),(7017,115,59,0),(7018,116,59,0),(7019,117,59,0),(7020,118,59,0),(7021,119,59,0),(7022,1,60,0),(7023,2,60,0),(7024,3,60,0),(7025,4,60,0),(7026,5,60,0),(7027,6,60,0),(7028,7,60,0),(7029,8,60,0.5),(7030,9,60,0),(7031,10,60,0),(7032,11,60,0),(7033,12,60,0),(7034,13,60,0),(7035,14,60,0),(7036,15,60,0),(7037,16,60,0),(7038,17,60,0),(7039,18,60,0),(7040,19,60,0),(7041,20,60,0),(7042,21,60,0),(7043,22,60,0),(7044,23,60,0),(7045,24,60,0),(7046,25,60,0),(7047,26,60,0),(7048,27,60,0),(7049,28,60,0),(7050,29,60,0),(7051,30,60,0),(7052,31,60,0),(7053,32,60,0),(7054,33,60,0),(7055,34,60,0),(7056,35,60,0),(7057,36,60,0),(7058,37,60,0),(7059,38,60,0),(7060,39,60,0),(7061,40,60,0),(7062,41,60,0),(7063,42,60,0),(7064,43,60,0),(7065,44,60,0),(7066,45,60,0),(7067,46,60,0),(7068,47,60,0),(7069,48,60,0),(7070,49,60,0),(7071,50,60,0),(7072,51,60,0),(7073,52,60,0),(7074,53,60,0),(7075,54,60,0),(7076,55,60,0),(7077,56,60,0),(7078,57,60,0),(7079,58,60,0),(7080,59,60,0),(7081,60,60,0),(7082,61,60,0),(7083,62,60,0),(7084,63,60,0),(7085,64,60,0),(7086,65,60,0),(7087,66,60,0),(7088,67,60,0),(7089,68,60,0),(7090,69,60,0),(7091,70,60,0),(7092,71,60,0),(7093,72,60,0),(7094,73,60,0),(7095,74,60,0),(7096,75,60,0),(7097,76,60,0),(7098,77,60,0),(7099,78,60,0),(7100,79,60,0),(7101,80,60,0),(7102,81,60,0),(7103,82,60,0),(7104,83,60,0),(7105,84,60,0),(7106,85,60,0),(7107,86,60,0),(7108,87,60,0),(7109,88,60,0),(7110,89,60,0),(7111,90,60,0),(7112,91,60,0),(7113,92,60,0),(7114,93,60,0),(7115,94,60,0),(7116,95,60,0),(7117,96,60,0),(7118,97,60,0),(7119,98,60,0),(7120,99,60,0),(7121,100,60,0),(7122,101,60,0),(7123,102,60,0),(7124,103,60,0),(7125,104,60,0),(7126,105,60,0),(7127,106,60,0),(7128,107,60,0),(7129,108,60,0),(7130,109,60,0),(7131,110,60,0),(7132,111,60,0),(7133,112,60,0),(7134,113,60,0),(7135,114,60,0),(7136,115,60,0),(7137,116,60,0),(7138,117,60,0),(7139,118,60,0),(7140,119,60,0),(7141,1,61,0),(7142,2,61,0),(7143,3,61,0),(7144,4,61,0),(7145,5,61,0),(7146,6,61,0),(7147,7,61,0),(7148,8,61,0.8),(7149,9,61,0),(7150,10,61,0),(7151,11,61,0),(7152,12,61,0),(7153,13,61,0),(7154,14,61,0),(7155,15,61,0),(7156,16,61,0),(7157,17,61,0),(7158,18,61,0),(7159,19,61,0),(7160,20,61,0),(7161,21,61,0),(7162,22,61,0),(7163,23,61,0),(7164,24,61,0),(7165,25,61,0),(7166,26,61,0),(7167,27,61,0),(7168,28,61,0),(7169,29,61,0),(7170,30,61,0),(7171,31,61,0),(7172,32,61,0),(7173,33,61,0),(7174,34,61,0),(7175,35,61,0),(7176,36,61,0),(7177,37,61,0),(7178,38,61,0),(7179,39,61,0),(7180,40,61,0),(7181,41,61,0),(7182,42,61,0),(7183,43,61,0),(7184,44,61,0),(7185,45,61,0),(7186,46,61,0),(7187,47,61,0),(7188,48,61,0),(7189,49,61,0),(7190,50,61,0),(7191,51,61,0),(7192,52,61,0),(7193,53,61,0),(7194,54,61,0),(7195,55,61,0),(7196,56,61,0),(7197,57,61,0),(7198,58,61,0),(7199,59,61,0),(7200,60,61,0),(7201,61,61,0),(7202,62,61,0),(7203,63,61,0),(7204,64,61,0),(7205,65,61,0),(7206,66,61,0),(7207,67,61,0),(7208,68,61,0),(7209,69,61,0),(7210,70,61,0),(7211,71,61,0),(7212,72,61,0),(7213,73,61,0),(7214,74,61,0),(7215,75,61,0),(7216,76,61,0),(7217,77,61,0),(7218,78,61,0),(7219,79,61,0),(7220,80,61,0),(7221,81,61,0),(7222,82,61,0),(7223,83,61,0),(7224,84,61,0),(7225,85,61,0),(7226,86,61,0),(7227,87,61,0),(7228,88,61,0),(7229,89,61,0),(7230,90,61,0),(7231,91,61,0),(7232,92,61,0),(7233,93,61,0),(7234,94,61,0),(7235,95,61,0),(7236,96,61,0),(7237,97,61,0),(7238,98,61,0),(7239,99,61,0),(7240,100,61,0),(7241,101,61,0),(7242,102,61,0),(7243,103,61,0),(7244,104,61,0),(7245,105,61,0),(7246,106,61,0),(7247,107,61,0),(7248,108,61,0),(7249,109,61,0),(7250,110,61,0),(7251,111,61,0),(7252,112,61,0),(7253,113,61,0),(7254,114,61,0),(7255,115,61,0),(7256,116,61,0),(7257,117,61,0),(7258,118,61,0),(7259,119,61,0),(7260,1,62,0),(7261,2,62,0),(7262,3,62,0),(7263,4,62,0),(7264,5,62,0),(7265,6,62,0),(7266,7,62,0),(7267,8,62,1),(7268,9,62,0),(7269,10,62,0),(7270,11,62,0),(7271,12,62,0),(7272,13,62,0),(7273,14,62,0),(7274,15,62,0),(7275,16,62,0),(7276,17,62,0),(7277,18,62,0),(7278,19,62,0),(7279,20,62,0),(7280,21,62,0),(7281,22,62,0),(7282,23,62,0),(7283,24,62,0),(7284,25,62,0),(7285,26,62,0),(7286,27,62,0),(7287,28,62,0),(7288,29,62,0),(7289,30,62,0),(7290,31,62,0),(7291,32,62,0),(7292,33,62,0),(7293,34,62,0),(7294,35,62,0),(7295,36,62,0),(7296,37,62,0),(7297,38,62,0),(7298,39,62,0),(7299,40,62,0),(7300,41,62,0),(7301,42,62,0),(7302,43,62,0),(7303,44,62,0),(7304,45,62,0),(7305,46,62,0),(7306,47,62,0),(7307,48,62,0),(7308,49,62,0),(7309,50,62,0),(7310,51,62,0),(7311,52,62,0),(7312,53,62,0),(7313,54,62,0),(7314,55,62,0),(7315,56,62,0),(7316,57,62,0),(7317,58,62,0),(7318,59,62,0),(7319,60,62,0),(7320,61,62,0),(7321,62,62,0),(7322,63,62,0),(7323,64,62,0),(7324,65,62,0),(7325,66,62,0),(7326,67,62,0),(7327,68,62,0),(7328,69,62,0),(7329,70,62,0),(7330,71,62,0),(7331,72,62,0),(7332,73,62,0),(7333,74,62,0),(7334,75,62,0),(7335,76,62,0),(7336,77,62,0),(7337,78,62,0),(7338,79,62,0),(7339,80,62,0),(7340,81,62,0),(7341,82,62,0),(7342,83,62,0),(7343,84,62,0),(7344,85,62,0),(7345,86,62,0),(7346,87,62,0),(7347,88,62,0),(7348,89,62,0),(7349,90,62,0),(7350,91,62,0),(7351,92,62,0),(7352,93,62,0),(7353,94,62,0),(7354,95,62,0),(7355,96,62,0),(7356,97,62,0),(7357,98,62,0),(7358,99,62,0),(7359,100,62,0),(7360,101,62,0),(7361,102,62,0),(7362,103,62,0),(7363,104,62,0),(7364,105,62,0),(7365,106,62,0),(7366,107,62,0),(7367,108,62,0),(7368,109,62,0),(7369,110,62,0),(7370,111,62,0),(7371,112,62,0),(7372,113,62,0),(7373,114,62,0),(7374,115,62,0),(7375,116,62,0),(7376,117,62,0),(7377,118,62,0),(7378,119,62,0),(7379,1,63,0),(7380,2,63,0),(7381,3,63,0),(7382,4,63,0),(7383,5,63,0),(7384,6,63,0),(7385,7,63,0),(7386,8,63,0),(7387,9,63,0.0698559236542603),(7388,10,63,0),(7389,11,63,0),(7390,12,63,0),(7391,13,63,0),(7392,14,63,0),(7393,15,63,0),(7394,16,63,0),(7395,17,63,0),(7396,18,63,0),(7397,19,63,0),(7398,20,63,0),(7399,21,63,0),(7400,22,63,0),(7401,23,63,0),(7402,24,63,0),(7403,25,63,0),(7404,26,63,0),(7405,27,63,0),(7406,28,63,0),(7407,29,63,0),(7408,30,63,0),(7409,31,63,0),(7410,32,63,0),(7411,33,63,0),(7412,34,63,0),(7413,35,63,0),(7414,36,63,0),(7415,37,63,0),(7416,38,63,0),(7417,39,63,0),(7418,40,63,0),(7419,41,63,0),(7420,42,63,0),(7421,43,63,0),(7422,44,63,0),(7423,45,63,0),(7424,46,63,0),(7425,47,63,0),(7426,48,63,0),(7427,49,63,0),(7428,50,63,0),(7429,51,63,0),(7430,52,63,0),(7431,53,63,0),(7432,54,63,0),(7433,55,63,0),(7434,56,63,0),(7435,57,63,0),(7436,58,63,0),(7437,59,63,0),(7438,60,63,0),(7439,61,63,0),(7440,62,63,0),(7441,63,63,0),(7442,64,63,0),(7443,65,63,0),(7444,66,63,0),(7445,67,63,0),(7446,68,63,0),(7447,69,63,0),(7448,70,63,0),(7449,71,63,0),(7450,72,63,0),(7451,73,63,0),(7452,74,63,0),(7453,75,63,0),(7454,76,63,0),(7455,77,63,0),(7456,78,63,0),(7457,79,63,0),(7458,80,63,0),(7459,81,63,0),(7460,82,63,0),(7461,83,63,0),(7462,84,63,0),(7463,85,63,0),(7464,86,63,0),(7465,87,63,0),(7466,88,63,0),(7467,89,63,0),(7468,90,63,0),(7469,91,63,0),(7470,92,63,0),(7471,93,63,0),(7472,94,63,0),(7473,95,63,0),(7474,96,63,0),(7475,97,63,0),(7476,98,63,0),(7477,99,63,0),(7478,100,63,0),(7479,101,63,0),(7480,102,63,0),(7481,103,63,0),(7482,104,63,0),(7483,105,63,0),(7484,106,63,0),(7485,107,63,0),(7486,108,63,0),(7487,109,63,0),(7488,110,63,0),(7489,111,63,0),(7490,112,63,0),(7491,113,63,0),(7492,114,63,0),(7493,115,63,0),(7494,116,63,0),(7495,117,63,0),(7496,118,63,0),(7497,119,63,0),(7498,1,64,0),(7499,2,64,0),(7500,3,64,0),(7501,4,64,0),(7502,5,64,0),(7503,6,64,0),(7504,7,64,0),(7505,8,64,0),(7506,9,64,0.111457759488991),(7507,10,64,0),(7508,11,64,0),(7509,12,64,0),(7510,13,64,0),(7511,14,64,0),(7512,15,64,0),(7513,16,64,0),(7514,17,64,0),(7515,18,64,0),(7516,19,64,0),(7517,20,64,0),(7518,21,64,0),(7519,22,64,0),(7520,23,64,0),(7521,24,64,0),(7522,25,64,0),(7523,26,64,0),(7524,27,64,0),(7525,28,64,0),(7526,29,64,0),(7527,30,64,0),(7528,31,64,0),(7529,32,64,0),(7530,33,64,0),(7531,34,64,0),(7532,35,64,0),(7533,36,64,0),(7534,37,64,0),(7535,38,64,0),(7536,39,64,0),(7537,40,64,0),(7538,41,64,0),(7539,42,64,0),(7540,43,64,0),(7541,44,64,0),(7542,45,64,0),(7543,46,64,0),(7544,47,64,0),(7545,48,64,0),(7546,49,64,0),(7547,50,64,0),(7548,51,64,0),(7549,52,64,0),(7550,53,64,0),(7551,54,64,0),(7552,55,64,0),(7553,56,64,0),(7554,57,64,0),(7555,58,64,0),(7556,59,64,0),(7557,60,64,0),(7558,61,64,0),(7559,62,64,0),(7560,63,64,0),(7561,64,64,0),(7562,65,64,0),(7563,66,64,0),(7564,67,64,0),(7565,68,64,0),(7566,69,64,0),(7567,70,64,0),(7568,71,64,0),(7569,72,64,0),(7570,73,64,0),(7571,74,64,0),(7572,75,64,0),(7573,76,64,0),(7574,77,64,0),(7575,78,64,0),(7576,79,64,0),(7577,80,64,0),(7578,81,64,0),(7579,82,64,0),(7580,83,64,0),(7581,84,64,0),(7582,85,64,0),(7583,86,64,0),(7584,87,64,0),(7585,88,64,0),(7586,89,64,0),(7587,90,64,0),(7588,91,64,0),(7589,92,64,0),(7590,93,64,0),(7591,94,64,0),(7592,95,64,0),(7593,96,64,0),(7594,97,64,0),(7595,98,64,0),(7596,99,64,0),(7597,100,64,0),(7598,101,64,0),(7599,102,64,0),(7600,103,64,0),(7601,104,64,0),(7602,105,64,0),(7603,106,64,0),(7604,107,64,0),(7605,108,64,0),(7606,109,64,0),(7607,110,64,0),(7608,111,64,0),(7609,112,64,0),(7610,113,64,0),(7611,114,64,0),(7612,115,64,0),(7613,116,64,0),(7614,117,64,0),(7615,118,64,0),(7616,119,64,0),(7617,1,65,0),(7618,2,65,0),(7619,3,65,0),(7620,4,65,0),(7621,5,65,0),(7622,6,65,0),(7623,7,65,0),(7624,8,65,0),(7625,9,65,0.318686316856749),(7626,10,65,0),(7627,11,65,0),(7628,12,65,0),(7629,13,65,0),(7630,14,65,0),(7631,15,65,0),(7632,16,65,0),(7633,17,65,0),(7634,18,65,0),(7635,19,65,0),(7636,20,65,0),(7637,21,65,0),(7638,22,65,0),(7639,23,65,0),(7640,24,65,0),(7641,25,65,0),(7642,26,65,0),(7643,27,65,0),(7644,28,65,0),(7645,29,65,0),(7646,30,65,0),(7647,31,65,0),(7648,32,65,0),(7649,33,65,0),(7650,34,65,0),(7651,35,65,0),(7652,36,65,0),(7653,37,65,0),(7654,38,65,0),(7655,39,65,0),(7656,40,65,0),(7657,41,65,0),(7658,42,65,0),(7659,43,65,0),(7660,44,65,0),(7661,45,65,0),(7662,46,65,0),(7663,47,65,0),(7664,48,65,0),(7665,49,65,0),(7666,50,65,0),(7667,51,65,0),(7668,52,65,0),(7669,53,65,0),(7670,54,65,0),(7671,55,65,0),(7672,56,65,0),(7673,57,65,0),(7674,58,65,0),(7675,59,65,0),(7676,60,65,0),(7677,61,65,0),(7678,62,65,0),(7679,63,65,0),(7680,64,65,0),(7681,65,65,0),(7682,66,65,0),(7683,67,65,0),(7684,68,65,0),(7685,69,65,0),(7686,70,65,0),(7687,71,65,0),(7688,72,65,0),(7689,73,65,0),(7690,74,65,0),(7691,75,65,0),(7692,76,65,0),(7693,77,65,0),(7694,78,65,0),(7695,79,65,0),(7696,80,65,0),(7697,81,65,0),(7698,82,65,0),(7699,83,65,0),(7700,84,65,0),(7701,85,65,0),(7702,86,65,0),(7703,87,65,0),(7704,88,65,0),(7705,89,65,0),(7706,90,65,0),(7707,91,65,0),(7708,92,65,0),(7709,93,65,0),(7710,94,65,0),(7711,95,65,0),(7712,96,65,0),(7713,97,65,0),(7714,98,65,0),(7715,99,65,0),(7716,100,65,0),(7717,101,65,0),(7718,102,65,0),(7719,103,65,0),(7720,104,65,0),(7721,105,65,0),(7722,106,65,0),(7723,107,65,0),(7724,108,65,0),(7725,109,65,0),(7726,110,65,0),(7727,111,65,0),(7728,112,65,0),(7729,113,65,0),(7730,114,65,0),(7731,115,65,0),(7732,116,65,0),(7733,117,65,0),(7734,118,65,0),(7735,119,65,0),(7736,1,66,0),(7737,2,66,0),(7738,3,66,0),(7739,4,66,0),(7740,5,66,0),(7741,6,66,0),(7742,7,66,0),(7743,8,66,0),(7744,9,66,0.28533920195796),(7745,10,66,0),(7746,11,66,0),(7747,12,66,0),(7748,13,66,0),(7749,14,66,0),(7750,15,66,0),(7751,16,66,0),(7752,17,66,0),(7753,18,66,0),(7754,19,66,0),(7755,20,66,0),(7756,21,66,0),(7757,22,66,0),(7758,23,66,0),(7759,24,66,0),(7760,25,66,0),(7761,26,66,0),(7762,27,66,0),(7763,28,66,0),(7764,29,66,0),(7765,30,66,0),(7766,31,66,0),(7767,32,66,0),(7768,33,66,0),(7769,34,66,0),(7770,35,66,0),(7771,36,66,0),(7772,37,66,0),(7773,38,66,0),(7774,39,66,0),(7775,40,66,0),(7776,41,66,0),(7777,42,66,0),(7778,43,66,0),(7779,44,66,0),(7780,45,66,0),(7781,46,66,0),(7782,47,66,0),(7783,48,66,0),(7784,49,66,0),(7785,50,66,0),(7786,51,66,0),(7787,52,66,0),(7788,53,66,0),(7789,54,66,0),(7790,55,66,0),(7791,56,66,0),(7792,57,66,0),(7793,58,66,0),(7794,59,66,0),(7795,60,66,0),(7796,61,66,0),(7797,62,66,0),(7798,63,66,0),(7799,64,66,0),(7800,65,66,0),(7801,66,66,0),(7802,67,66,0),(7803,68,66,0),(7804,69,66,0),(7805,70,66,0),(7806,71,66,0),(7807,72,66,0),(7808,73,66,0),(7809,74,66,0),(7810,75,66,0),(7811,76,66,0),(7812,77,66,0),(7813,78,66,0),(7814,79,66,0),(7815,80,66,0),(7816,81,66,0),(7817,82,66,0),(7818,83,66,0),(7819,84,66,0),(7820,85,66,0),(7821,86,66,0),(7822,87,66,0),(7823,88,66,0),(7824,89,66,0),(7825,90,66,0),(7826,91,66,0),(7827,92,66,0),(7828,93,66,0),(7829,94,66,0),(7830,95,66,0),(7831,96,66,0),(7832,97,66,0),(7833,98,66,0),(7834,99,66,0),(7835,100,66,0),(7836,101,66,0),(7837,102,66,0),(7838,103,66,0),(7839,104,66,0),(7840,105,66,0),(7841,106,66,0),(7842,107,66,0),(7843,108,66,0),(7844,109,66,0),(7845,110,66,0),(7846,111,66,0),(7847,112,66,0),(7848,113,66,0),(7849,114,66,0),(7850,115,66,0),(7851,116,66,0),(7852,117,66,0),(7853,118,66,0),(7854,119,66,0),(7855,1,67,0),(7856,2,67,0),(7857,3,67,0),(7858,4,67,0),(7859,5,67,0),(7860,6,67,0),(7861,7,67,0),(7862,8,67,0),(7863,9,67,0.438309548627766),(7864,10,67,0),(7865,11,67,0),(7866,12,67,0),(7867,13,67,0),(7868,14,67,0),(7869,15,67,0),(7870,16,67,0),(7871,17,67,0),(7872,18,67,0),(7873,19,67,0),(7874,20,67,0),(7875,21,67,0),(7876,22,67,0),(7877,23,67,0),(7878,24,67,0),(7879,25,67,0),(7880,26,67,0),(7881,27,67,0),(7882,28,67,0),(7883,29,67,0),(7884,30,67,0),(7885,31,67,0),(7886,32,67,0),(7887,33,67,0),(7888,34,67,0),(7889,35,67,0),(7890,36,67,0),(7891,37,67,0),(7892,38,67,0),(7893,39,67,0),(7894,40,67,0),(7895,41,67,0),(7896,42,67,0),(7897,43,67,0),(7898,44,67,0),(7899,45,67,0),(7900,46,67,0),(7901,47,67,0),(7902,48,67,0),(7903,49,67,0),(7904,50,67,0),(7905,51,67,0),(7906,52,67,0),(7907,53,67,0),(7908,54,67,0),(7909,55,67,0),(7910,56,67,0),(7911,57,67,0),(7912,58,67,0),(7913,59,67,0),(7914,60,67,0),(7915,61,67,0),(7916,62,67,0),(7917,63,67,0),(7918,64,67,0),(7919,65,67,0),(7920,66,67,0),(7921,67,67,0),(7922,68,67,0),(7923,69,67,0),(7924,70,67,0),(7925,71,67,0),(7926,72,67,0),(7927,73,67,0),(7928,74,67,0),(7929,75,67,0),(7930,76,67,0),(7931,77,67,0),(7932,78,67,0),(7933,79,67,0),(7934,80,67,0),(7935,81,67,0),(7936,82,67,0),(7937,83,67,0),(7938,84,67,0),(7939,85,67,0),(7940,86,67,0),(7941,87,67,0),(7942,88,67,0),(7943,89,67,0),(7944,90,67,0),(7945,91,67,0),(7946,92,67,0),(7947,93,67,0),(7948,94,67,0),(7949,95,67,0),(7950,96,67,0),(7951,97,67,0),(7952,98,67,0),(7953,99,67,0),(7954,100,67,0),(7955,101,67,0),(7956,102,67,0),(7957,103,67,0),(7958,104,67,0),(7959,105,67,0),(7960,106,67,0),(7961,107,67,0),(7962,108,67,0),(7963,109,67,0),(7964,110,67,0),(7965,111,67,0),(7966,112,67,0),(7967,113,67,0),(7968,114,67,0),(7969,115,67,0),(7970,116,67,0),(7971,117,67,0),(7972,118,67,0),(7973,119,67,0),(7974,1,68,0),(7975,2,68,0),(7976,3,68,0),(7977,4,68,0),(7978,5,68,0),(7979,6,68,0),(7980,7,68,0),(7981,8,68,0),(7982,9,68,0.076351249414274),(7983,10,68,0),(7984,11,68,0),(7985,12,68,0),(7986,13,68,0),(7987,14,68,0),(7988,15,68,0),(7989,16,68,0),(7990,17,68,0),(7991,18,68,0),(7992,19,68,0),(7993,20,68,0),(7994,21,68,0),(7995,22,68,0),(7996,23,68,0),(7997,24,68,0),(7998,25,68,0),(7999,26,68,0),(8000,27,68,0),(8001,28,68,0),(8002,29,68,0),(8003,30,68,0),(8004,31,68,0),(8005,32,68,0),(8006,33,68,0),(8007,34,68,0),(8008,35,68,0),(8009,36,68,0),(8010,37,68,0),(8011,38,68,0),(8012,39,68,0),(8013,40,68,0),(8014,41,68,0),(8015,42,68,0),(8016,43,68,0),(8017,44,68,0),(8018,45,68,0),(8019,46,68,0),(8020,47,68,0),(8021,48,68,0),(8022,49,68,0),(8023,50,68,0),(8024,51,68,0),(8025,52,68,0),(8026,53,68,0),(8027,54,68,0),(8028,55,68,0),(8029,56,68,0),(8030,57,68,0),(8031,58,68,0),(8032,59,68,0),(8033,60,68,0),(8034,61,68,0),(8035,62,68,0),(8036,63,68,0),(8037,64,68,0),(8038,65,68,0),(8039,66,68,0),(8040,67,68,0),(8041,68,68,0),(8042,69,68,0),(8043,70,68,0),(8044,71,68,0),(8045,72,68,0),(8046,73,68,0),(8047,74,68,0),(8048,75,68,0),(8049,76,68,0),(8050,77,68,0),(8051,78,68,0),(8052,79,68,0),(8053,80,68,0),(8054,81,68,0),(8055,82,68,0),(8056,83,68,0),(8057,84,68,0),(8058,85,68,0),(8059,86,68,0),(8060,87,68,0),(8061,88,68,0),(8062,89,68,0),(8063,90,68,0),(8064,91,68,0),(8065,92,68,0),(8066,93,68,0),(8067,94,68,0),(8068,95,68,0),(8069,96,68,0),(8070,97,68,0),(8071,98,68,0),(8072,99,68,0),(8073,100,68,0),(8074,101,68,0),(8075,102,68,0),(8076,103,68,0),(8077,104,68,0),(8078,105,68,0),(8079,106,68,0),(8080,107,68,0),(8081,108,68,0),(8082,109,68,0),(8083,110,68,0),(8084,111,68,0),(8085,112,68,0),(8086,113,68,0),(8087,114,68,0),(8088,115,68,0),(8089,116,68,0),(8090,117,68,0),(8091,118,68,0),(8092,119,68,0),(8093,1,69,0),(8094,2,69,0),(8095,3,69,0),(8096,4,69,0),(8097,5,69,0),(8098,6,69,0),(8099,7,69,0),(8100,8,69,0),(8101,9,69,0.227811126092327),(8102,10,69,0),(8103,11,69,0),(8104,12,69,0),(8105,13,69,0),(8106,14,69,0),(8107,15,69,0),(8108,16,69,0),(8109,17,69,0),(8110,18,69,0),(8111,19,69,0),(8112,20,69,0),(8113,21,69,0),(8114,22,69,0),(8115,23,69,0),(8116,24,69,0),(8117,25,69,0),(8118,26,69,0),(8119,27,69,0),(8120,28,69,0),(8121,29,69,0),(8122,30,69,0),(8123,31,69,0),(8124,32,69,0),(8125,33,69,0),(8126,34,69,0),(8127,35,69,0),(8128,36,69,0),(8129,37,69,0),(8130,38,69,0),(8131,39,69,0),(8132,40,69,0),(8133,41,69,0),(8134,42,69,0),(8135,43,69,0),(8136,44,69,0),(8137,45,69,0),(8138,46,69,0),(8139,47,69,0),(8140,48,69,0),(8141,49,69,0),(8142,50,69,0),(8143,51,69,0),(8144,52,69,0),(8145,53,69,0),(8146,54,69,0),(8147,55,69,0),(8148,56,69,0),(8149,57,69,0),(8150,58,69,0),(8151,59,69,0),(8152,60,69,0),(8153,61,69,0),(8154,62,69,0),(8155,63,69,0),(8156,64,69,0),(8157,65,69,0),(8158,66,69,0),(8159,67,69,0),(8160,68,69,0),(8161,69,69,0),(8162,70,69,0),(8163,71,69,0),(8164,72,69,0),(8165,73,69,0),(8166,74,69,0),(8167,75,69,0),(8168,76,69,0),(8169,77,69,0),(8170,78,69,0),(8171,79,69,0),(8172,80,69,0),(8173,81,69,0),(8174,82,69,0),(8175,83,69,0),(8176,84,69,0),(8177,85,69,0),(8178,86,69,0),(8179,87,69,0),(8180,88,69,0),(8181,89,69,0),(8182,90,69,0),(8183,91,69,0),(8184,92,69,0),(8185,93,69,0),(8186,94,69,0),(8187,95,69,0),(8188,96,69,0),(8189,97,69,0),(8190,98,69,0),(8191,99,69,0),(8192,100,69,0),(8193,101,69,0),(8194,102,69,0),(8195,103,69,0),(8196,104,69,0),(8197,105,69,0),(8198,106,69,0),(8199,107,69,0),(8200,108,69,0),(8201,109,69,0),(8202,110,69,0),(8203,111,69,0),(8204,112,69,0),(8205,113,69,0),(8206,114,69,0),(8207,115,69,0),(8208,116,69,0),(8209,117,69,0),(8210,118,69,0),(8211,119,69,0),(8212,1,70,0),(8213,2,70,0),(8214,3,70,0),(8215,4,70,0),(8216,5,70,0),(8217,6,70,0),(8218,7,70,0),(8219,8,70,0),(8220,9,70,0.197826514724482),(8221,10,70,0),(8222,11,70,0),(8223,12,70,0),(8224,13,70,0),(8225,14,70,0),(8226,15,70,0),(8227,16,70,0),(8228,17,70,0),(8229,18,70,0),(8230,19,70,0),(8231,20,70,0),(8232,21,70,0),(8233,22,70,0),(8234,23,70,0),(8235,24,70,0),(8236,25,70,0),(8237,26,70,0),(8238,27,70,0),(8239,28,70,0),(8240,29,70,0),(8241,30,70,0),(8242,31,70,0),(8243,32,70,0),(8244,33,70,0),(8245,34,70,0),(8246,35,70,0),(8247,36,70,0),(8248,37,70,0),(8249,38,70,0),(8250,39,70,0),(8251,40,70,0),(8252,41,70,0),(8253,42,70,0),(8254,43,70,0),(8255,44,70,0),(8256,45,70,0),(8257,46,70,0),(8258,47,70,0),(8259,48,70,0),(8260,49,70,0),(8261,50,70,0),(8262,51,70,0),(8263,52,70,0),(8264,53,70,0),(8265,54,70,0),(8266,55,70,0),(8267,56,70,0),(8268,57,70,0),(8269,58,70,0),(8270,59,70,0),(8271,60,70,0),(8272,61,70,0),(8273,62,70,0),(8274,63,70,0),(8275,64,70,0),(8276,65,70,0),(8277,66,70,0),(8278,67,70,0),(8279,68,70,0),(8280,69,70,0),(8281,70,70,0),(8282,71,70,0),(8283,72,70,0),(8284,73,70,0),(8285,74,70,0),(8286,75,70,0),(8287,76,70,0),(8288,77,70,0),(8289,78,70,0),(8290,79,70,0),(8291,80,70,0),(8292,81,70,0),(8293,82,70,0),(8294,83,70,0),(8295,84,70,0),(8296,85,70,0),(8297,86,70,0),(8298,87,70,0),(8299,88,70,0),(8300,89,70,0),(8301,90,70,0),(8302,91,70,0),(8303,92,70,0),(8304,93,70,0),(8305,94,70,0),(8306,95,70,0),(8307,96,70,0),(8308,97,70,0),(8309,98,70,0),(8310,99,70,0),(8311,100,70,0),(8312,101,70,0),(8313,102,70,0),(8314,103,70,0),(8315,104,70,0),(8316,105,70,0),(8317,106,70,0),(8318,107,70,0),(8319,108,70,0),(8320,109,70,0),(8321,110,70,0),(8322,111,70,0),(8323,112,70,0),(8324,113,70,0),(8325,114,70,0),(8326,115,70,0),(8327,116,70,0),(8328,117,70,0),(8329,118,70,0),(8330,119,70,0),(8331,1,71,0),(8332,2,71,0),(8333,3,71,0),(8334,4,71,0),(8335,5,71,0),(8336,6,71,0),(8337,7,71,0),(8338,8,71,0),(8339,9,71,0.224287985642013),(8340,10,71,0),(8341,11,71,0),(8342,12,71,0),(8343,13,71,0),(8344,14,71,0),(8345,15,71,0),(8346,16,71,0),(8347,17,71,0),(8348,18,71,0),(8349,19,71,0),(8350,20,71,0),(8351,21,71,0),(8352,22,71,0),(8353,23,71,0),(8354,24,71,0),(8355,25,71,0),(8356,26,71,0),(8357,27,71,0),(8358,28,71,0),(8359,29,71,0),(8360,30,71,0),(8361,31,71,0),(8362,32,71,0),(8363,33,71,0),(8364,34,71,0),(8365,35,71,0),(8366,36,71,0),(8367,37,71,0),(8368,38,71,0),(8369,39,71,0),(8370,40,71,0),(8371,41,71,0),(8372,42,71,0),(8373,43,71,0),(8374,44,71,0),(8375,45,71,0),(8376,46,71,0),(8377,47,71,0),(8378,48,71,0),(8379,49,71,0),(8380,50,71,0),(8381,51,71,0),(8382,52,71,0),(8383,53,71,0),(8384,54,71,0),(8385,55,71,0),(8386,56,71,0),(8387,57,71,0),(8388,58,71,0),(8389,59,71,0),(8390,60,71,0),(8391,61,71,0),(8392,62,71,0),(8393,63,71,0),(8394,64,71,0),(8395,65,71,0),(8396,66,71,0),(8397,67,71,0),(8398,68,71,0),(8399,69,71,0),(8400,70,71,0),(8401,71,71,0),(8402,72,71,0),(8403,73,71,0),(8404,74,71,0),(8405,75,71,0),(8406,76,71,0),(8407,77,71,0),(8408,78,71,0),(8409,79,71,0),(8410,80,71,0),(8411,81,71,0),(8412,82,71,0),(8413,83,71,0),(8414,84,71,0),(8415,85,71,0),(8416,86,71,0),(8417,87,71,0),(8418,88,71,0),(8419,89,71,0),(8420,90,71,0),(8421,91,71,0),(8422,92,71,0),(8423,93,71,0),(8424,94,71,0),(8425,95,71,0),(8426,96,71,0),(8427,97,71,0),(8428,98,71,0),(8429,99,71,0),(8430,100,71,0),(8431,101,71,0),(8432,102,71,0),(8433,103,71,0),(8434,104,71,0),(8435,105,71,0),(8436,106,71,0),(8437,107,71,0),(8438,108,71,0),(8439,109,71,0),(8440,110,71,0),(8441,111,71,0),(8442,112,71,0),(8443,113,71,0),(8444,114,71,0),(8445,115,71,0),(8446,116,71,0),(8447,117,71,0),(8448,118,71,0),(8449,119,71,0),(8450,1,72,0),(8451,2,72,0),(8452,3,72,0),(8453,4,72,0),(8454,5,72,0),(8455,6,72,0),(8456,7,72,0),(8457,8,72,0),(8458,9,72,0.350074373541179),(8459,10,72,0),(8460,11,72,0),(8461,12,72,0),(8462,13,72,0),(8463,14,72,0),(8464,15,72,0),(8465,16,72,0),(8466,17,72,0),(8467,18,72,0),(8468,19,72,0),(8469,20,72,0),(8470,21,72,0),(8471,22,72,0),(8472,23,72,0),(8473,24,72,0),(8474,25,72,0),(8475,26,72,0),(8476,27,72,0),(8477,28,72,0),(8478,29,72,0),(8479,30,72,0),(8480,31,72,0),(8481,32,72,0),(8482,33,72,0),(8483,34,72,0),(8484,35,72,0),(8485,36,72,0),(8486,37,72,0),(8487,38,72,0),(8488,39,72,0),(8489,40,72,0),(8490,41,72,0),(8491,42,72,0),(8492,43,72,0),(8493,44,72,0),(8494,45,72,0),(8495,46,72,0),(8496,47,72,0),(8497,48,72,0),(8498,49,72,0),(8499,50,72,0),(8500,51,72,0),(8501,52,72,0),(8502,53,72,0),(8503,54,72,0),(8504,55,72,0),(8505,56,72,0),(8506,57,72,0),(8507,58,72,0),(8508,59,72,0),(8509,60,72,0),(8510,61,72,0),(8511,62,72,0),(8512,63,72,0),(8513,64,72,0),(8514,65,72,0),(8515,66,72,0),(8516,67,72,0),(8517,68,72,0),(8518,69,72,0),(8519,70,72,0),(8520,71,72,0),(8521,72,72,0),(8522,73,72,0),(8523,74,72,0),(8524,75,72,0),(8525,76,72,0),(8526,77,72,0),(8527,78,72,0),(8528,79,72,0),(8529,80,72,0),(8530,81,72,0),(8531,82,72,0),(8532,83,72,0),(8533,84,72,0),(8534,85,72,0),(8535,86,72,0),(8536,87,72,0),(8537,88,72,0),(8538,89,72,0),(8539,90,72,0),(8540,91,72,0),(8541,92,72,0),(8542,93,72,0),(8543,94,72,0),(8544,95,72,0),(8545,96,72,0),(8546,97,72,0),(8547,98,72,0),(8548,99,72,0),(8549,100,72,0),(8550,101,72,0),(8551,102,72,0),(8552,103,72,0),(8553,104,72,0),(8554,105,72,0),(8555,106,72,0),(8556,107,72,0),(8557,108,72,0),(8558,109,72,0),(8559,110,72,0),(8560,111,72,0),(8561,112,72,0),(8562,113,72,0),(8563,114,72,0),(8564,115,72,0),(8565,116,72,0),(8566,117,72,0),(8567,118,72,0),(8568,119,72,0),(8569,1,73,0),(8570,2,73,0),(8571,3,73,0),(8572,4,73,0),(8573,5,73,0),(8574,6,73,0),(8575,7,73,0),(8576,8,73,0),(8577,9,73,0),(8578,10,73,0.0405621759841169),(8579,11,73,0),(8580,12,73,0),(8581,13,73,0),(8582,14,73,0),(8583,15,73,0),(8584,16,73,0),(8585,17,73,0),(8586,18,73,0),(8587,19,73,0),(8588,20,73,0),(8589,21,73,0),(8590,22,73,0),(8591,23,73,0),(8592,24,73,0),(8593,25,73,0),(8594,26,73,0),(8595,27,73,0),(8596,28,73,0),(8597,29,73,0),(8598,30,73,0),(8599,31,73,0),(8600,32,73,0),(8601,33,73,0),(8602,34,73,0),(8603,35,73,0),(8604,36,73,0),(8605,37,73,0),(8606,38,73,0),(8607,39,73,0),(8608,40,73,0),(8609,41,73,0),(8610,42,73,0),(8611,43,73,0),(8612,44,73,0),(8613,45,73,0),(8614,46,73,0),(8615,47,73,0),(8616,48,73,0),(8617,49,73,0),(8618,50,73,0),(8619,51,73,0),(8620,52,73,0),(8621,53,73,0),(8622,54,73,0),(8623,55,73,0),(8624,56,73,0),(8625,57,73,0),(8626,58,73,0),(8627,59,73,0),(8628,60,73,0),(8629,61,73,0),(8630,62,73,0),(8631,63,73,0),(8632,64,73,0),(8633,65,73,0),(8634,66,73,0),(8635,67,73,0),(8636,68,73,0),(8637,69,73,0),(8638,70,73,0),(8639,71,73,0),(8640,72,73,0),(8641,73,73,0),(8642,74,73,0),(8643,75,73,0),(8644,76,73,0),(8645,77,73,0),(8646,78,73,0),(8647,79,73,0),(8648,80,73,0),(8649,81,73,0),(8650,82,73,0),(8651,83,73,0),(8652,84,73,0),(8653,85,73,0),(8654,86,73,0),(8655,87,73,0),(8656,88,73,0),(8657,89,73,0),(8658,90,73,0),(8659,91,73,0),(8660,92,73,0),(8661,93,73,0),(8662,94,73,0),(8663,95,73,0),(8664,96,73,0),(8665,97,73,0),(8666,98,73,0),(8667,99,73,0),(8668,100,73,0),(8669,101,73,0),(8670,102,73,0),(8671,103,73,0),(8672,104,73,0),(8673,105,73,0),(8674,106,73,0),(8675,107,73,0),(8676,108,73,0),(8677,109,73,0),(8678,110,73,0),(8679,111,73,0),(8680,112,73,0),(8681,113,73,0),(8682,114,73,0),(8683,115,73,0),(8684,116,73,0),(8685,117,73,0),(8686,118,73,0),(8687,119,73,0),(8688,1,74,0),(8689,2,74,0),(8690,3,74,0),(8691,4,74,0),(8692,5,74,0),(8693,6,74,0),(8694,7,74,0),(8695,8,74,0),(8696,9,74,0),(8697,10,74,0.187838713532749),(8698,11,74,0),(8699,12,74,0),(8700,13,74,0),(8701,14,74,0),(8702,15,74,0),(8703,16,74,0),(8704,17,74,0),(8705,18,74,0),(8706,19,74,0),(8707,20,74,0),(8708,21,74,0),(8709,22,74,0),(8710,23,74,0),(8711,24,74,0),(8712,25,74,0),(8713,26,74,0),(8714,27,74,0),(8715,28,74,0),(8716,29,74,0),(8717,30,74,0),(8718,31,74,0),(8719,32,74,0),(8720,33,74,0),(8721,34,74,0),(8722,35,74,0),(8723,36,74,0),(8724,37,74,0),(8725,38,74,0),(8726,39,74,0),(8727,40,74,0),(8728,41,74,0),(8729,42,74,0),(8730,43,74,0),(8731,44,74,0),(8732,45,74,0),(8733,46,74,0),(8734,47,74,0),(8735,48,74,0),(8736,49,74,0),(8737,50,74,0),(8738,51,74,0),(8739,52,74,0),(8740,53,74,0),(8741,54,74,0),(8742,55,74,0),(8743,56,74,0),(8744,57,74,0),(8745,58,74,0),(8746,59,74,0),(8747,60,74,0),(8748,61,74,0),(8749,62,74,0),(8750,63,74,0),(8751,64,74,0),(8752,65,74,0),(8753,66,74,0),(8754,67,74,0),(8755,68,74,0),(8756,69,74,0),(8757,70,74,0),(8758,71,74,0),(8759,72,74,0),(8760,73,74,0),(8761,74,74,0),(8762,75,74,0),(8763,76,74,0),(8764,77,74,0),(8765,78,74,0),(8766,79,74,0),(8767,80,74,0),(8768,81,74,0),(8769,82,74,0),(8770,83,74,0),(8771,84,74,0),(8772,85,74,0),(8773,86,74,0),(8774,87,74,0),(8775,88,74,0),(8776,89,74,0),(8777,90,74,0),(8778,91,74,0),(8779,92,74,0),(8780,93,74,0),(8781,94,74,0),(8782,95,74,0),(8783,96,74,0),(8784,97,74,0),(8785,98,74,0),(8786,99,74,0),(8787,100,74,0),(8788,101,74,0),(8789,102,74,0),(8790,103,74,0),(8791,104,74,0),(8792,105,74,0),(8793,106,74,0),(8794,107,74,0),(8795,108,74,0),(8796,109,74,0),(8797,110,74,0),(8798,111,74,0),(8799,112,74,0),(8800,113,74,0),(8801,114,74,0),(8802,115,74,0),(8803,116,74,0),(8804,117,74,0),(8805,118,74,0),(8806,119,74,0),(8807,1,75,0),(8808,2,75,0),(8809,3,75,0),(8810,4,75,0),(8811,5,75,0),(8812,6,75,0),(8813,7,75,0),(8814,8,75,0),(8815,9,75,0),(8816,10,75,0.000613443073498966),(8817,11,75,0),(8818,12,75,0),(8819,13,75,0),(8820,14,75,0),(8821,15,75,0),(8822,16,75,0),(8823,17,75,0),(8824,18,75,0),(8825,19,75,0),(8826,20,75,0),(8827,21,75,0),(8828,22,75,0),(8829,23,75,0),(8830,24,75,0),(8831,25,75,0),(8832,26,75,0),(8833,27,75,0),(8834,28,75,0),(8835,29,75,0),(8836,30,75,0),(8837,31,75,0),(8838,32,75,0),(8839,33,75,0),(8840,34,75,0),(8841,35,75,0),(8842,36,75,0),(8843,37,75,0),(8844,38,75,0),(8845,39,75,0),(8846,40,75,0),(8847,41,75,0),(8848,42,75,0),(8849,43,75,0),(8850,44,75,0),(8851,45,75,0),(8852,46,75,0),(8853,47,75,0),(8854,48,75,0),(8855,49,75,0),(8856,50,75,0),(8857,51,75,0),(8858,52,75,0),(8859,53,75,0),(8860,54,75,0),(8861,55,75,0),(8862,56,75,0),(8863,57,75,0),(8864,58,75,0),(8865,59,75,0),(8866,60,75,0),(8867,61,75,0),(8868,62,75,0),(8869,63,75,0),(8870,64,75,0),(8871,65,75,0),(8872,66,75,0),(8873,67,75,0),(8874,68,75,0),(8875,69,75,0),(8876,70,75,0),(8877,71,75,0),(8878,72,75,0),(8879,73,75,0),(8880,74,75,0),(8881,75,75,0),(8882,76,75,0),(8883,77,75,0),(8884,78,75,0),(8885,79,75,0),(8886,80,75,0),(8887,81,75,0),(8888,82,75,0),(8889,83,75,0),(8890,84,75,0),(8891,85,75,0),(8892,86,75,0),(8893,87,75,0),(8894,88,75,0),(8895,89,75,0),(8896,90,75,0),(8897,91,75,0),(8898,92,75,0),(8899,93,75,0),(8900,94,75,0),(8901,95,75,0),(8902,96,75,0),(8903,97,75,0),(8904,98,75,0),(8905,99,75,0),(8906,100,75,0),(8907,101,75,0),(8908,102,75,0),(8909,103,75,0),(8910,104,75,0),(8911,105,75,0),(8912,106,75,0),(8913,107,75,0),(8914,108,75,0),(8915,109,75,0),(8916,110,75,0),(8917,111,75,0),(8918,112,75,0),(8919,113,75,0),(8920,114,75,0),(8921,115,75,0),(8922,116,75,0),(8923,117,75,0),(8924,118,75,0),(8925,119,75,0),(8926,1,76,0),(8927,2,76,0),(8928,3,76,0),(8929,4,76,0),(8930,5,76,0),(8931,6,76,0),(8932,7,76,0),(8933,8,76,0),(8934,9,76,0),(8935,10,76,0.129752707524447),(8936,11,76,0),(8937,12,76,0),(8938,13,76,0),(8939,14,76,0),(8940,15,76,0),(8941,16,76,0),(8942,17,76,0),(8943,18,76,0),(8944,19,76,0),(8945,20,76,0),(8946,21,76,0),(8947,22,76,0),(8948,23,76,0),(8949,24,76,0),(8950,25,76,0),(8951,26,76,0),(8952,27,76,0),(8953,28,76,0),(8954,29,76,0),(8955,30,76,0),(8956,31,76,0),(8957,32,76,0),(8958,33,76,0),(8959,34,76,0),(8960,35,76,0),(8961,36,76,0),(8962,37,76,0),(8963,38,76,0),(8964,39,76,0),(8965,40,76,0),(8966,41,76,0),(8967,42,76,0),(8968,43,76,0),(8969,44,76,0),(8970,45,76,0),(8971,46,76,0),(8972,47,76,0),(8973,48,76,0),(8974,49,76,0),(8975,50,76,0),(8976,51,76,0),(8977,52,76,0),(8978,53,76,0),(8979,54,76,0),(8980,55,76,0),(8981,56,76,0),(8982,57,76,0),(8983,58,76,0),(8984,59,76,0),(8985,60,76,0),(8986,61,76,0),(8987,62,76,0),(8988,63,76,0),(8989,64,76,0),(8990,65,76,0),(8991,66,76,0),(8992,67,76,0),(8993,68,76,0),(8994,69,76,0),(8995,70,76,0),(8996,71,76,0),(8997,72,76,0),(8998,73,76,0),(8999,74,76,0),(9000,75,76,0),(9001,76,76,0),(9002,77,76,0),(9003,78,76,0),(9004,79,76,0),(9005,80,76,0),(9006,81,76,0),(9007,82,76,0),(9008,83,76,0),(9009,84,76,0),(9010,85,76,0),(9011,86,76,0),(9012,87,76,0),(9013,88,76,0),(9014,89,76,0),(9015,90,76,0),(9016,91,76,0),(9017,92,76,0),(9018,93,76,0),(9019,94,76,0),(9020,95,76,0),(9021,96,76,0),(9022,97,76,0),(9023,98,76,0),(9024,99,76,0),(9025,100,76,0),(9026,101,76,0),(9027,102,76,0),(9028,103,76,0),(9029,104,76,0),(9030,105,76,0),(9031,106,76,0),(9032,107,76,0),(9033,108,76,0),(9034,109,76,0),(9035,110,76,0),(9036,111,76,0),(9037,112,76,0),(9038,113,76,0),(9039,114,76,0),(9040,115,76,0),(9041,116,76,0),(9042,117,76,0),(9043,118,76,0),(9044,119,76,0),(9045,1,77,0),(9046,2,77,0),(9047,3,77,0),(9048,4,77,0),(9049,5,77,0),(9050,6,77,0),(9051,7,77,0),(9052,8,77,0),(9053,9,77,0),(9054,10,77,0.136637967026786),(9055,11,77,0),(9056,12,77,0),(9057,13,77,0),(9058,14,77,0),(9059,15,77,0),(9060,16,77,0),(9061,17,77,0),(9062,18,77,0),(9063,19,77,0),(9064,20,77,0),(9065,21,77,0),(9066,22,77,0),(9067,23,77,0),(9068,24,77,0),(9069,25,77,0),(9070,26,77,0),(9071,27,77,0),(9072,28,77,0),(9073,29,77,0),(9074,30,77,0),(9075,31,77,0),(9076,32,77,0),(9077,33,77,0),(9078,34,77,0),(9079,35,77,0),(9080,36,77,0),(9081,37,77,0),(9082,38,77,0),(9083,39,77,0),(9084,40,77,0),(9085,41,77,0),(9086,42,77,0),(9087,43,77,0),(9088,44,77,0),(9089,45,77,0),(9090,46,77,0),(9091,47,77,0),(9092,48,77,0),(9093,49,77,0),(9094,50,77,0),(9095,51,77,0),(9096,52,77,0),(9097,53,77,0),(9098,54,77,0),(9099,55,77,0),(9100,56,77,0),(9101,57,77,0),(9102,58,77,0),(9103,59,77,0),(9104,60,77,0),(9105,61,77,0),(9106,62,77,0),(9107,63,77,0),(9108,64,77,0),(9109,65,77,0),(9110,66,77,0),(9111,67,77,0),(9112,68,77,0),(9113,69,77,0),(9114,70,77,0),(9115,71,77,0),(9116,72,77,0),(9117,73,77,0),(9118,74,77,0),(9119,75,77,0),(9120,76,77,0),(9121,77,77,0),(9122,78,77,0),(9123,79,77,0),(9124,80,77,0),(9125,81,77,0),(9126,82,77,0),(9127,83,77,0),(9128,84,77,0),(9129,85,77,0),(9130,86,77,0),(9131,87,77,0),(9132,88,77,0),(9133,89,77,0),(9134,90,77,0),(9135,91,77,0),(9136,92,77,0),(9137,93,77,0),(9138,94,77,0),(9139,95,77,0),(9140,96,77,0),(9141,97,77,0),(9142,98,77,0),(9143,99,77,0),(9144,100,77,0),(9145,101,77,0),(9146,102,77,0),(9147,103,77,0),(9148,104,77,0),(9149,105,77,0),(9150,106,77,0),(9151,107,77,0),(9152,108,77,0),(9153,109,77,0),(9154,110,77,0),(9155,111,77,0),(9156,112,77,0),(9157,113,77,0),(9158,114,77,0),(9159,115,77,0),(9160,116,77,0),(9161,117,77,0),(9162,118,77,0),(9163,119,77,0),(9164,1,78,0),(9165,2,78,0),(9166,3,78,0),(9167,4,78,0),(9168,5,78,0),(9169,6,78,0),(9170,7,78,0),(9171,8,78,0),(9172,9,78,0),(9173,10,78,0.00459499285840206),(9174,11,78,0),(9175,12,78,0),(9176,13,78,0),(9177,14,78,0),(9178,15,78,0),(9179,16,78,0),(9180,17,78,0),(9181,18,78,0),(9182,19,78,0),(9183,20,78,0),(9184,21,78,0),(9185,22,78,0),(9186,23,78,0),(9187,24,78,0),(9188,25,78,0),(9189,26,78,0),(9190,27,78,0),(9191,28,78,0),(9192,29,78,0),(9193,30,78,0),(9194,31,78,0),(9195,32,78,0),(9196,33,78,0),(9197,34,78,0),(9198,35,78,0),(9199,36,78,0),(9200,37,78,0),(9201,38,78,0),(9202,39,78,0),(9203,40,78,0),(9204,41,78,0),(9205,42,78,0),(9206,43,78,0),(9207,44,78,0),(9208,45,78,0),(9209,46,78,0),(9210,47,78,0),(9211,48,78,0),(9212,49,78,0),(9213,50,78,0),(9214,51,78,0),(9215,52,78,0),(9216,53,78,0),(9217,54,78,0),(9218,55,78,0),(9219,56,78,0),(9220,57,78,0),(9221,58,78,0),(9222,59,78,0),(9223,60,78,0),(9224,61,78,0),(9225,62,78,0),(9226,63,78,0),(9227,64,78,0),(9228,65,78,0),(9229,66,78,0),(9230,67,78,0),(9231,68,78,0),(9232,69,78,0),(9233,70,78,0),(9234,71,78,0),(9235,72,78,0),(9236,73,78,0),(9237,74,78,0),(9238,75,78,0),(9239,76,78,0),(9240,77,78,0),(9241,78,78,0),(9242,79,78,0),(9243,80,78,0),(9244,81,78,0),(9245,82,78,0),(9246,83,78,0),(9247,84,78,0),(9248,85,78,0),(9249,86,78,0),(9250,87,78,0),(9251,88,78,0),(9252,89,78,0),(9253,90,78,0),(9254,91,78,0),(9255,92,78,0),(9256,93,78,0),(9257,94,78,0),(9258,95,78,0),(9259,96,78,0),(9260,97,78,0),(9261,98,78,0),(9262,99,78,0),(9263,100,78,0),(9264,101,78,0),(9265,102,78,0),(9266,103,78,0),(9267,104,78,0),(9268,105,78,0),(9269,106,78,0),(9270,107,78,0),(9271,108,78,0),(9272,109,78,0),(9273,110,78,0),(9274,111,78,0),(9275,112,78,0),(9276,113,78,0),(9277,114,78,0),(9278,115,78,0),(9279,116,78,0),(9280,117,78,0),(9281,118,78,0),(9282,119,78,0),(9283,1,79,0),(9284,2,79,0),(9285,3,79,0),(9286,4,79,0),(9287,5,79,0),(9288,6,79,0),(9289,7,79,0),(9290,8,79,0),(9291,9,79,0),(9292,10,79,0.138049248030713),(9293,11,79,0),(9294,12,79,0),(9295,13,79,0),(9296,14,79,0),(9297,15,79,0),(9298,16,79,0),(9299,17,79,0),(9300,18,79,0),(9301,19,79,0),(9302,20,79,0),(9303,21,79,0),(9304,22,79,0),(9305,23,79,0),(9306,24,79,0),(9307,25,79,0),(9308,26,79,0),(9309,27,79,0),(9310,28,79,0),(9311,29,79,0),(9312,30,79,0),(9313,31,79,0),(9314,32,79,0),(9315,33,79,0),(9316,34,79,0),(9317,35,79,0),(9318,36,79,0),(9319,37,79,0),(9320,38,79,0),(9321,39,79,0),(9322,40,79,0),(9323,41,79,0),(9324,42,79,0),(9325,43,79,0),(9326,44,79,0),(9327,45,79,0),(9328,46,79,0),(9329,47,79,0),(9330,48,79,0),(9331,49,79,0),(9332,50,79,0),(9333,51,79,0),(9334,52,79,0),(9335,53,79,0),(9336,54,79,0),(9337,55,79,0),(9338,56,79,0),(9339,57,79,0),(9340,58,79,0),(9341,59,79,0),(9342,60,79,0),(9343,61,79,0),(9344,62,79,0),(9345,63,79,0),(9346,64,79,0),(9347,65,79,0),(9348,66,79,0),(9349,67,79,0),(9350,68,79,0),(9351,69,79,0),(9352,70,79,0),(9353,71,79,0),(9354,72,79,0),(9355,73,79,0),(9356,74,79,0),(9357,75,79,0),(9358,76,79,0),(9359,77,79,0),(9360,78,79,0),(9361,79,79,0),(9362,80,79,0),(9363,81,79,0),(9364,82,79,0),(9365,83,79,0),(9366,84,79,0),(9367,85,79,0),(9368,86,79,0),(9369,87,79,0),(9370,88,79,0),(9371,89,79,0),(9372,90,79,0),(9373,91,79,0),(9374,92,79,0),(9375,93,79,0),(9376,94,79,0),(9377,95,79,0),(9378,96,79,0),(9379,97,79,0),(9380,98,79,0),(9381,99,79,0),(9382,100,79,0),(9383,101,79,0),(9384,102,79,0),(9385,103,79,0),(9386,104,79,0),(9387,105,79,0),(9388,106,79,0),(9389,107,79,0),(9390,108,79,0),(9391,109,79,0),(9392,110,79,0),(9393,111,79,0),(9394,112,79,0),(9395,113,79,0),(9396,114,79,0),(9397,115,79,0),(9398,116,79,0),(9399,117,79,0),(9400,118,79,0),(9401,119,79,0),(9402,1,80,0),(9403,2,80,0),(9404,3,80,0),(9405,4,80,0),(9406,5,80,0),(9407,6,80,0),(9408,7,80,0),(9409,8,80,0),(9410,9,80,0),(9411,10,80,0.0870292421068316),(9412,11,80,0),(9413,12,80,0),(9414,13,80,0),(9415,14,80,0),(9416,15,80,0),(9417,16,80,0),(9418,17,80,0),(9419,18,80,0),(9420,19,80,0),(9421,20,80,0),(9422,21,80,0),(9423,22,80,0),(9424,23,80,0),(9425,24,80,0),(9426,25,80,0),(9427,26,80,0),(9428,27,80,0),(9429,28,80,0),(9430,29,80,0),(9431,30,80,0),(9432,31,80,0),(9433,32,80,0),(9434,33,80,0),(9435,34,80,0),(9436,35,80,0),(9437,36,80,0),(9438,37,80,0),(9439,38,80,0),(9440,39,80,0),(9441,40,80,0),(9442,41,80,0),(9443,42,80,0),(9444,43,80,0),(9445,44,80,0),(9446,45,80,0),(9447,46,80,0),(9448,47,80,0),(9449,48,80,0),(9450,49,80,0),(9451,50,80,0),(9452,51,80,0),(9453,52,80,0),(9454,53,80,0),(9455,54,80,0),(9456,55,80,0),(9457,56,80,0),(9458,57,80,0),(9459,58,80,0),(9460,59,80,0),(9461,60,80,0),(9462,61,80,0),(9463,62,80,0),(9464,63,80,0),(9465,64,80,0),(9466,65,80,0),(9467,66,80,0),(9468,67,80,0),(9469,68,80,0),(9470,69,80,0),(9471,70,80,0),(9472,71,80,0),(9473,72,80,0),(9474,73,80,0),(9475,74,80,0),(9476,75,80,0),(9477,76,80,0),(9478,77,80,0),(9479,78,80,0),(9480,79,80,0),(9481,80,80,0),(9482,81,80,0),(9483,82,80,0),(9484,83,80,0),(9485,84,80,0),(9486,85,80,0),(9487,86,80,0),(9488,87,80,0),(9489,88,80,0),(9490,89,80,0),(9491,90,80,0),(9492,91,80,0),(9493,92,80,0),(9494,93,80,0),(9495,94,80,0),(9496,95,80,0),(9497,96,80,0),(9498,97,80,0),(9499,98,80,0),(9500,99,80,0),(9501,100,80,0),(9502,101,80,0),(9503,102,80,0),(9504,103,80,0),(9505,104,80,0),(9506,105,80,0),(9507,106,80,0),(9508,107,80,0),(9509,108,80,0),(9510,109,80,0),(9511,110,80,0),(9512,111,80,0),(9513,112,80,0),(9514,113,80,0),(9515,114,80,0),(9516,115,80,0),(9517,116,80,0),(9518,117,80,0),(9519,118,80,0),(9520,119,80,0),(9521,1,81,0),(9522,2,81,0),(9523,3,81,0),(9524,4,81,0),(9525,5,81,0),(9526,6,81,0),(9527,7,81,0),(9528,8,81,0),(9529,9,81,0),(9530,10,81,0.106710688069355),(9531,11,81,0),(9532,12,81,0),(9533,13,81,0),(9534,14,81,0),(9535,15,81,0),(9536,16,81,0),(9537,17,81,0),(9538,18,81,0),(9539,19,81,0),(9540,20,81,0),(9541,21,81,0),(9542,22,81,0),(9543,23,81,0),(9544,24,81,0),(9545,25,81,0),(9546,26,81,0),(9547,27,81,0),(9548,28,81,0),(9549,29,81,0),(9550,30,81,0),(9551,31,81,0),(9552,32,81,0),(9553,33,81,0),(9554,34,81,0),(9555,35,81,0),(9556,36,81,0),(9557,37,81,0),(9558,38,81,0),(9559,39,81,0),(9560,40,81,0),(9561,41,81,0),(9562,42,81,0),(9563,43,81,0),(9564,44,81,0),(9565,45,81,0),(9566,46,81,0),(9567,47,81,0),(9568,48,81,0),(9569,49,81,0),(9570,50,81,0),(9571,51,81,0),(9572,52,81,0),(9573,53,81,0),(9574,54,81,0),(9575,55,81,0),(9576,56,81,0),(9577,57,81,0),(9578,58,81,0),(9579,59,81,0),(9580,60,81,0),(9581,61,81,0),(9582,62,81,0),(9583,63,81,0),(9584,64,81,0),(9585,65,81,0),(9586,66,81,0),(9587,67,81,0),(9588,68,81,0),(9589,69,81,0),(9590,70,81,0),(9591,71,81,0),(9592,72,81,0),(9593,73,81,0),(9594,74,81,0),(9595,75,81,0),(9596,76,81,0),(9597,77,81,0),(9598,78,81,0),(9599,79,81,0),(9600,80,81,0),(9601,81,81,0),(9602,82,81,0),(9603,83,81,0),(9604,84,81,0),(9605,85,81,0),(9606,86,81,0),(9607,87,81,0),(9608,88,81,0),(9609,89,81,0),(9610,90,81,0),(9611,91,81,0),(9612,92,81,0),(9613,93,81,0),(9614,94,81,0),(9615,95,81,0),(9616,96,81,0),(9617,97,81,0),(9618,98,81,0),(9619,99,81,0),(9620,100,81,0),(9621,101,81,0),(9622,102,81,0),(9623,103,81,0),(9624,104,81,0),(9625,105,81,0),(9626,106,81,0),(9627,107,81,0),(9628,108,81,0),(9629,109,81,0),(9630,110,81,0),(9631,111,81,0),(9632,112,81,0),(9633,113,81,0),(9634,114,81,0),(9635,115,81,0),(9636,116,81,0),(9637,117,81,0),(9638,118,81,0),(9639,119,81,0),(9640,1,82,0),(9641,2,82,0),(9642,3,82,0),(9643,4,82,0),(9644,5,82,0),(9645,6,82,0),(9646,7,82,0),(9647,8,82,0),(9648,9,82,0),(9649,10,82,0.182583654260955),(9650,11,82,0),(9651,12,82,0),(9652,13,82,0),(9653,14,82,0),(9654,15,82,0),(9655,16,82,0),(9656,17,82,0),(9657,18,82,0),(9658,19,82,0),(9659,20,82,0),(9660,21,82,0),(9661,22,82,0),(9662,23,82,0),(9663,24,82,0),(9664,25,82,0),(9665,26,82,0),(9666,27,82,0),(9667,28,82,0),(9668,29,82,0),(9669,30,82,0),(9670,31,82,0),(9671,32,82,0),(9672,33,82,0),(9673,34,82,0),(9674,35,82,0),(9675,36,82,0),(9676,37,82,0),(9677,38,82,0),(9678,39,82,0),(9679,40,82,0),(9680,41,82,0),(9681,42,82,0),(9682,43,82,0),(9683,44,82,0),(9684,45,82,0),(9685,46,82,0),(9686,47,82,0),(9687,48,82,0),(9688,49,82,0),(9689,50,82,0),(9690,51,82,0),(9691,52,82,0),(9692,53,82,0),(9693,54,82,0),(9694,55,82,0),(9695,56,82,0),(9696,57,82,0),(9697,58,82,0),(9698,59,82,0),(9699,60,82,0),(9700,61,82,0),(9701,62,82,0),(9702,63,82,0),(9703,64,82,0),(9704,65,82,0),(9705,66,82,0),(9706,67,82,0),(9707,68,82,0),(9708,69,82,0),(9709,70,82,0),(9710,71,82,0),(9711,72,82,0),(9712,73,82,0),(9713,74,82,0),(9714,75,82,0),(9715,76,82,0),(9716,77,82,0),(9717,78,82,0),(9718,79,82,0),(9719,80,82,0),(9720,81,82,0),(9721,82,82,0),(9722,83,82,0),(9723,84,82,0),(9724,85,82,0),(9725,86,82,0),(9726,87,82,0),(9727,88,82,0),(9728,89,82,0),(9729,90,82,0),(9730,91,82,0),(9731,92,82,0),(9732,93,82,0),(9733,94,82,0),(9734,95,82,0),(9735,96,82,0),(9736,97,82,0),(9737,98,82,0),(9738,99,82,0),(9739,100,82,0),(9740,101,82,0),(9741,102,82,0),(9742,103,82,0),(9743,104,82,0),(9744,105,82,0),(9745,106,82,0),(9746,107,82,0),(9747,108,82,0),(9748,109,82,0),(9749,110,82,0),(9750,111,82,0),(9751,112,82,0),(9752,113,82,0),(9753,114,82,0),(9754,115,82,0),(9755,116,82,0),(9756,117,82,0),(9757,118,82,0),(9758,119,82,0),(9759,1,83,0),(9760,2,83,0),(9761,3,83,0),(9762,4,83,0),(9763,5,83,0),(9764,6,83,0),(9765,7,83,0),(9766,8,83,0),(9767,9,83,0),(9768,10,83,0.0838135760007816),(9769,11,83,0),(9770,12,83,0),(9771,13,83,0),(9772,14,83,0),(9773,15,83,0),(9774,16,83,0),(9775,17,83,0),(9776,18,83,0),(9777,19,83,0),(9778,20,83,0),(9779,21,83,0),(9780,22,83,0),(9781,23,83,0),(9782,24,83,0),(9783,25,83,0),(9784,26,83,0),(9785,27,83,0),(9786,28,83,0),(9787,29,83,0),(9788,30,83,0),(9789,31,83,0),(9790,32,83,0),(9791,33,83,0),(9792,34,83,0),(9793,35,83,0),(9794,36,83,0),(9795,37,83,0),(9796,38,83,0),(9797,39,83,0),(9798,40,83,0),(9799,41,83,0),(9800,42,83,0),(9801,43,83,0),(9802,44,83,0),(9803,45,83,0),(9804,46,83,0),(9805,47,83,0),(9806,48,83,0),(9807,49,83,0),(9808,50,83,0),(9809,51,83,0),(9810,52,83,0),(9811,53,83,0),(9812,54,83,0),(9813,55,83,0),(9814,56,83,0),(9815,57,83,0),(9816,58,83,0),(9817,59,83,0),(9818,60,83,0),(9819,61,83,0),(9820,62,83,0),(9821,63,83,0),(9822,64,83,0),(9823,65,83,0),(9824,66,83,0),(9825,67,83,0),(9826,68,83,0),(9827,69,83,0),(9828,70,83,0),(9829,71,83,0),(9830,72,83,0),(9831,73,83,0),(9832,74,83,0),(9833,75,83,0),(9834,76,83,0),(9835,77,83,0),(9836,78,83,0),(9837,79,83,0),(9838,80,83,0),(9839,81,83,0),(9840,82,83,0),(9841,83,83,0),(9842,84,83,0),(9843,85,83,0),(9844,86,83,0),(9845,87,83,0),(9846,88,83,0),(9847,89,83,0),(9848,90,83,0),(9849,91,83,0),(9850,92,83,0),(9851,93,83,0),(9852,94,83,0),(9853,95,83,0),(9854,96,83,0),(9855,97,83,0),(9856,98,83,0),(9857,99,83,0),(9858,100,83,0),(9859,101,83,0),(9860,102,83,0),(9861,103,83,0),(9862,104,83,0),(9863,105,83,0),(9864,106,83,0),(9865,107,83,0),(9866,108,83,0),(9867,109,83,0),(9868,110,83,0),(9869,111,83,0),(9870,112,83,0),(9871,113,83,0),(9872,114,83,0),(9873,115,83,0),(9874,116,83,0),(9875,117,83,0),(9876,118,83,0),(9877,119,83,0),(9878,1,84,0),(9879,2,84,0),(9880,3,84,0),(9881,4,84,0),(9882,5,84,0),(9883,6,84,0),(9884,7,84,0),(9885,8,84,0),(9886,9,84,0),(9887,10,84,0.133267629748042),(9888,11,84,0),(9889,12,84,0),(9890,13,84,0),(9891,14,84,0),(9892,15,84,0),(9893,16,84,0),(9894,17,84,0),(9895,18,84,0),(9896,19,84,0),(9897,20,84,0),(9898,21,84,0),(9899,22,84,0),(9900,23,84,0),(9901,24,84,0),(9902,25,84,0),(9903,26,84,0),(9904,27,84,0),(9905,28,84,0),(9906,29,84,0),(9907,30,84,0),(9908,31,84,0),(9909,32,84,0),(9910,33,84,0),(9911,34,84,0),(9912,35,84,0),(9913,36,84,0),(9914,37,84,0),(9915,38,84,0),(9916,39,84,0),(9917,40,84,0),(9918,41,84,0),(9919,42,84,0),(9920,43,84,0),(9921,44,84,0),(9922,45,84,0),(9923,46,84,0),(9924,47,84,0),(9925,48,84,0),(9926,49,84,0),(9927,50,84,0),(9928,51,84,0),(9929,52,84,0),(9930,53,84,0),(9931,54,84,0),(9932,55,84,0),(9933,56,84,0),(9934,57,84,0),(9935,58,84,0),(9936,59,84,0),(9937,60,84,0),(9938,61,84,0),(9939,62,84,0),(9940,63,84,0),(9941,64,84,0),(9942,65,84,0),(9943,66,84,0),(9944,67,84,0),(9945,68,84,0),(9946,69,84,0),(9947,70,84,0),(9948,71,84,0),(9949,72,84,0),(9950,73,84,0),(9951,74,84,0),(9952,75,84,0),(9953,76,84,0),(9954,77,84,0),(9955,78,84,0),(9956,79,84,0),(9957,80,84,0),(9958,81,84,0),(9959,82,84,0),(9960,83,84,0),(9961,84,84,0),(9962,85,84,0),(9963,86,84,0),(9964,87,84,0),(9965,88,84,0),(9966,89,84,0),(9967,90,84,0),(9968,91,84,0),(9969,92,84,0),(9970,93,84,0),(9971,94,84,0),(9972,95,84,0),(9973,96,84,0),(9974,97,84,0),(9975,98,84,0),(9976,99,84,0),(9977,100,84,0),(9978,101,84,0),(9979,102,84,0),(9980,103,84,0),(9981,104,84,0),(9982,105,84,0),(9983,106,84,0),(9984,107,84,0),(9985,108,84,0),(9986,109,84,0),(9987,110,84,0),(9988,111,84,0),(9989,112,84,0),(9990,113,84,0),(9991,114,84,0),(9992,115,84,0),(9993,116,84,0),(9994,117,84,0),(9995,118,84,0),(9996,119,84,0),(9997,1,85,0),(9998,2,85,0),(9999,3,85,0),(10000,4,85,0),(10001,5,85,0),(10002,6,85,0),(10003,7,85,0),(10004,8,85,0),(10005,9,85,0),(10006,10,85,0.068545961783321),(10007,11,85,0),(10008,12,85,0),(10009,13,85,0),(10010,14,85,0),(10011,15,85,0),(10012,16,85,0),(10013,17,85,0),(10014,18,85,0),(10015,19,85,0),(10016,20,85,0),(10017,21,85,0),(10018,22,85,0),(10019,23,85,0),(10020,24,85,0),(10021,25,85,0),(10022,26,85,0),(10023,27,85,0),(10024,28,85,0),(10025,29,85,0),(10026,30,85,0),(10027,31,85,0),(10028,32,85,0),(10029,33,85,0),(10030,34,85,0),(10031,35,85,0),(10032,36,85,0),(10033,37,85,0),(10034,38,85,0),(10035,39,85,0),(10036,40,85,0),(10037,41,85,0),(10038,42,85,0),(10039,43,85,0),(10040,44,85,0),(10041,45,85,0),(10042,46,85,0),(10043,47,85,0),(10044,48,85,0),(10045,49,85,0),(10046,50,85,0),(10047,51,85,0),(10048,52,85,0),(10049,53,85,0),(10050,54,85,0),(10051,55,85,0),(10052,56,85,0),(10053,57,85,0),(10054,58,85,0),(10055,59,85,0),(10056,60,85,0),(10057,61,85,0),(10058,62,85,0),(10059,63,85,0),(10060,64,85,0),(10061,65,85,0),(10062,66,85,0),(10063,67,85,0),(10064,68,85,0),(10065,69,85,0),(10066,70,85,0),(10067,71,85,0),(10068,72,85,0),(10069,73,85,0),(10070,74,85,0),(10071,75,85,0),(10072,76,85,0),(10073,77,85,0),(10074,78,85,0),(10075,79,85,0),(10076,80,85,0),(10077,81,85,0),(10078,82,85,0),(10079,83,85,0),(10080,84,85,0),(10081,85,85,0),(10082,86,85,0),(10083,87,85,0),(10084,88,85,0),(10085,89,85,0),(10086,90,85,0),(10087,91,85,0),(10088,92,85,0),(10089,93,85,0),(10090,94,85,0),(10091,95,85,0),(10092,96,85,0),(10093,97,85,0),(10094,98,85,0),(10095,99,85,0),(10096,100,85,0),(10097,101,85,0),(10098,102,85,0),(10099,103,85,0),(10100,104,85,0),(10101,105,85,0),(10102,106,85,0),(10103,107,85,0),(10104,108,85,0),(10105,109,85,0),(10106,110,85,0),(10107,111,85,0),(10108,112,85,0),(10109,113,85,0),(10110,114,85,0),(10111,115,85,0),(10112,116,85,0),(10113,117,85,0),(10114,118,85,0),(10115,119,85,0),(10116,1,86,0),(10117,2,86,0),(10118,3,86,0),(10119,4,86,0),(10120,5,86,0),(10121,6,86,0),(10122,7,86,0),(10123,8,86,0),(10124,9,86,0),(10125,10,86,0.0931229678201315),(10126,11,86,0),(10127,12,86,0),(10128,13,86,0),(10129,14,86,0),(10130,15,86,0),(10131,16,86,0),(10132,17,86,0),(10133,18,86,0),(10134,19,86,0),(10135,20,86,0),(10136,21,86,0),(10137,22,86,0),(10138,23,86,0),(10139,24,86,0),(10140,25,86,0),(10141,26,86,0),(10142,27,86,0),(10143,28,86,0),(10144,29,86,0),(10145,30,86,0),(10146,31,86,0),(10147,32,86,0),(10148,33,86,0),(10149,34,86,0),(10150,35,86,0),(10151,36,86,0),(10152,37,86,0),(10153,38,86,0),(10154,39,86,0),(10155,40,86,0),(10156,41,86,0),(10157,42,86,0),(10158,43,86,0),(10159,44,86,0),(10160,45,86,0),(10161,46,86,0),(10162,47,86,0),(10163,48,86,0),(10164,49,86,0),(10165,50,86,0),(10166,51,86,0),(10167,52,86,0),(10168,53,86,0),(10169,54,86,0),(10170,55,86,0),(10171,56,86,0),(10172,57,86,0),(10173,58,86,0),(10174,59,86,0),(10175,60,86,0),(10176,61,86,0),(10177,62,86,0),(10178,63,86,0),(10179,64,86,0),(10180,65,86,0),(10181,66,86,0),(10182,67,86,0),(10183,68,86,0),(10184,69,86,0),(10185,70,86,0),(10186,71,86,0),(10187,72,86,0),(10188,73,86,0),(10189,74,86,0),(10190,75,86,0),(10191,76,86,0),(10192,77,86,0),(10193,78,86,0),(10194,79,86,0),(10195,80,86,0),(10196,81,86,0),(10197,82,86,0),(10198,83,86,0),(10199,84,86,0),(10200,85,86,0),(10201,86,86,0),(10202,87,86,0),(10203,88,86,0),(10204,89,86,0),(10205,90,86,0),(10206,91,86,0),(10207,92,86,0),(10208,93,86,0),(10209,94,86,0),(10210,95,86,0),(10211,96,86,0),(10212,97,86,0),(10213,98,86,0),(10214,99,86,0),(10215,100,86,0),(10216,101,86,0),(10217,102,86,0),(10218,103,86,0),(10219,104,86,0),(10220,105,86,0),(10221,106,86,0),(10222,107,86,0),(10223,108,86,0),(10224,109,86,0),(10225,110,86,0),(10226,111,86,0),(10227,112,86,0),(10228,113,86,0),(10229,114,86,0),(10230,115,86,0),(10231,116,86,0),(10232,117,86,0),(10233,118,86,0),(10234,119,86,0),(10235,1,87,0),(10236,2,87,0),(10237,3,87,0),(10238,4,87,0),(10239,5,87,0),(10240,6,87,0),(10241,7,87,0),(10242,8,87,0),(10243,9,87,0),(10244,10,87,0.146696370860536),(10245,11,87,0),(10246,12,87,0),(10247,13,87,0),(10248,14,87,0),(10249,15,87,0),(10250,16,87,0),(10251,17,87,0),(10252,18,87,0),(10253,19,87,0),(10254,20,87,0),(10255,21,87,0),(10256,22,87,0),(10257,23,87,0),(10258,24,87,0),(10259,25,87,0),(10260,26,87,0),(10261,27,87,0),(10262,28,87,0),(10263,29,87,0),(10264,30,87,0),(10265,31,87,0),(10266,32,87,0),(10267,33,87,0),(10268,34,87,0),(10269,35,87,0),(10270,36,87,0),(10271,37,87,0),(10272,38,87,0),(10273,39,87,0),(10274,40,87,0),(10275,41,87,0),(10276,42,87,0),(10277,43,87,0),(10278,44,87,0),(10279,45,87,0),(10280,46,87,0),(10281,47,87,0),(10282,48,87,0),(10283,49,87,0),(10284,50,87,0),(10285,51,87,0),(10286,52,87,0),(10287,53,87,0),(10288,54,87,0),(10289,55,87,0),(10290,56,87,0),(10291,57,87,0),(10292,58,87,0),(10293,59,87,0),(10294,60,87,0),(10295,61,87,0),(10296,62,87,0),(10297,63,87,0),(10298,64,87,0),(10299,65,87,0),(10300,66,87,0),(10301,67,87,0),(10302,68,87,0),(10303,69,87,0),(10304,70,87,0),(10305,71,87,0),(10306,72,87,0),(10307,73,87,0),(10308,74,87,0),(10309,75,87,0),(10310,76,87,0),(10311,77,87,0),(10312,78,87,0),(10313,79,87,0),(10314,80,87,0),(10315,81,87,0),(10316,82,87,0),(10317,83,87,0),(10318,84,87,0),(10319,85,87,0),(10320,86,87,0),(10321,87,87,0),(10322,88,87,0),(10323,89,87,0),(10324,90,87,0),(10325,91,87,0),(10326,92,87,0),(10327,93,87,0),(10328,94,87,0),(10329,95,87,0),(10330,96,87,0),(10331,97,87,0),(10332,98,87,0),(10333,99,87,0),(10334,100,87,0),(10335,101,87,0),(10336,102,87,0),(10337,103,87,0),(10338,104,87,0),(10339,105,87,0),(10340,106,87,0),(10341,107,87,0),(10342,108,87,0),(10343,109,87,0),(10344,110,87,0),(10345,111,87,0),(10346,112,87,0),(10347,113,87,0),(10348,114,87,0),(10349,115,87,0),(10350,116,87,0),(10351,117,87,0),(10352,118,87,0),(10353,119,87,0),(10354,1,88,0),(10355,2,88,0),(10356,3,88,0),(10357,4,88,0),(10358,5,88,0),(10359,6,88,0),(10360,7,88,0),(10361,8,88,0),(10362,9,88,0),(10363,10,88,0.20459736252276),(10364,11,88,0),(10365,12,88,0),(10366,13,88,0),(10367,14,88,0),(10368,15,88,0),(10369,16,88,0),(10370,17,88,0),(10371,18,88,0),(10372,19,88,0),(10373,20,88,0),(10374,21,88,0),(10375,22,88,0),(10376,23,88,0),(10377,24,88,0),(10378,25,88,0),(10379,26,88,0),(10380,27,88,0),(10381,28,88,0),(10382,29,88,0),(10383,30,88,0),(10384,31,88,0),(10385,32,88,0),(10386,33,88,0),(10387,34,88,0),(10388,35,88,0),(10389,36,88,0),(10390,37,88,0),(10391,38,88,0),(10392,39,88,0),(10393,40,88,0),(10394,41,88,0),(10395,42,88,0),(10396,43,88,0),(10397,44,88,0),(10398,45,88,0),(10399,46,88,0),(10400,47,88,0),(10401,48,88,0),(10402,49,88,0),(10403,50,88,0),(10404,51,88,0),(10405,52,88,0),(10406,53,88,0),(10407,54,88,0),(10408,55,88,0),(10409,56,88,0),(10410,57,88,0),(10411,58,88,0),(10412,59,88,0),(10413,60,88,0),(10414,61,88,0),(10415,62,88,0),(10416,63,88,0),(10417,64,88,0),(10418,65,88,0),(10419,66,88,0),(10420,67,88,0),(10421,68,88,0),(10422,69,88,0),(10423,70,88,0),(10424,71,88,0),(10425,72,88,0),(10426,73,88,0),(10427,74,88,0),(10428,75,88,0),(10429,76,88,0),(10430,77,88,0),(10431,78,88,0),(10432,79,88,0),(10433,80,88,0),(10434,81,88,0),(10435,82,88,0),(10436,83,88,0),(10437,84,88,0),(10438,85,88,0),(10439,86,88,0),(10440,87,88,0),(10441,88,88,0),(10442,89,88,0),(10443,90,88,0),(10444,91,88,0),(10445,92,88,0),(10446,93,88,0),(10447,94,88,0),(10448,95,88,0),(10449,96,88,0),(10450,97,88,0),(10451,98,88,0),(10452,99,88,0),(10453,100,88,0),(10454,101,88,0),(10455,102,88,0),(10456,103,88,0),(10457,104,88,0),(10458,105,88,0),(10459,106,88,0),(10460,107,88,0),(10461,108,88,0),(10462,109,88,0),(10463,110,88,0),(10464,111,88,0),(10465,112,88,0),(10466,113,88,0),(10467,114,88,0),(10468,115,88,0),(10469,116,88,0),(10470,117,88,0),(10471,118,88,0),(10472,119,88,0),(10473,1,89,0),(10474,2,89,0),(10475,3,89,0),(10476,4,89,0),(10477,5,89,0),(10478,6,89,0),(10479,7,89,0),(10480,8,89,0),(10481,9,89,0),(10482,10,89,0.149169321571367),(10483,11,89,0),(10484,12,89,0),(10485,13,89,0),(10486,14,89,0),(10487,15,89,0),(10488,16,89,0),(10489,17,89,0),(10490,18,89,0),(10491,19,89,0),(10492,20,89,0),(10493,21,89,0),(10494,22,89,0),(10495,23,89,0),(10496,24,89,0),(10497,25,89,0),(10498,26,89,0),(10499,27,89,0),(10500,28,89,0),(10501,29,89,0),(10502,30,89,0),(10503,31,89,0),(10504,32,89,0),(10505,33,89,0),(10506,34,89,0),(10507,35,89,0),(10508,36,89,0),(10509,37,89,0),(10510,38,89,0),(10511,39,89,0),(10512,40,89,0),(10513,41,89,0),(10514,42,89,0),(10515,43,89,0),(10516,44,89,0),(10517,45,89,0),(10518,46,89,0),(10519,47,89,0),(10520,48,89,0),(10521,49,89,0),(10522,50,89,0),(10523,51,89,0),(10524,52,89,0),(10525,53,89,0),(10526,54,89,0),(10527,55,89,0),(10528,56,89,0),(10529,57,89,0),(10530,58,89,0),(10531,59,89,0),(10532,60,89,0),(10533,61,89,0),(10534,62,89,0),(10535,63,89,0),(10536,64,89,0),(10537,65,89,0),(10538,66,89,0),(10539,67,89,0),(10540,68,89,0),(10541,69,89,0),(10542,70,89,0),(10543,71,89,0),(10544,72,89,0),(10545,73,89,0),(10546,74,89,0),(10547,75,89,0),(10548,76,89,0),(10549,77,89,0),(10550,78,89,0),(10551,79,89,0),(10552,80,89,0),(10553,81,89,0),(10554,82,89,0),(10555,83,89,0),(10556,84,89,0),(10557,85,89,0),(10558,86,89,0),(10559,87,89,0),(10560,88,89,0),(10561,89,89,0),(10562,90,89,0),(10563,91,89,0),(10564,92,89,0),(10565,93,89,0),(10566,94,89,0),(10567,95,89,0),(10568,96,89,0),(10569,97,89,0),(10570,98,89,0),(10571,99,89,0),(10572,100,89,0),(10573,101,89,0),(10574,102,89,0),(10575,103,89,0),(10576,104,89,0),(10577,105,89,0),(10578,106,89,0),(10579,107,89,0),(10580,108,89,0),(10581,109,89,0),(10582,110,89,0),(10583,111,89,0),(10584,112,89,0),(10585,113,89,0),(10586,114,89,0),(10587,115,89,0),(10588,116,89,0),(10589,117,89,0),(10590,118,89,0),(10591,119,89,0),(10592,1,90,0),(10593,2,90,0),(10594,3,90,0),(10595,4,90,0),(10596,5,90,0),(10597,6,90,0),(10598,7,90,0),(10599,8,90,0),(10600,9,90,0),(10601,10,90,0.195585170726425),(10602,11,90,0),(10603,12,90,0),(10604,13,90,0),(10605,14,90,0),(10606,15,90,0),(10607,16,90,0),(10608,17,90,0),(10609,18,90,0),(10610,19,90,0),(10611,20,90,0),(10612,21,90,0),(10613,22,90,0),(10614,23,90,0),(10615,24,90,0),(10616,25,90,0),(10617,26,90,0),(10618,27,90,0),(10619,28,90,0),(10620,29,90,0),(10621,30,90,0),(10622,31,90,0),(10623,32,90,0),(10624,33,90,0),(10625,34,90,0),(10626,35,90,0),(10627,36,90,0),(10628,37,90,0),(10629,38,90,0),(10630,39,90,0),(10631,40,90,0),(10632,41,90,0),(10633,42,90,0),(10634,43,90,0),(10635,44,90,0),(10636,45,90,0),(10637,46,90,0),(10638,47,90,0),(10639,48,90,0),(10640,49,90,0),(10641,50,90,0),(10642,51,90,0),(10643,52,90,0),(10644,53,90,0),(10645,54,90,0),(10646,55,90,0),(10647,56,90,0),(10648,57,90,0),(10649,58,90,0),(10650,59,90,0),(10651,60,90,0),(10652,61,90,0),(10653,62,90,0),(10654,63,90,0),(10655,64,90,0),(10656,65,90,0),(10657,66,90,0),(10658,67,90,0),(10659,68,90,0),(10660,69,90,0),(10661,70,90,0),(10662,71,90,0),(10663,72,90,0),(10664,73,90,0),(10665,74,90,0),(10666,75,90,0),(10667,76,90,0),(10668,77,90,0),(10669,78,90,0),(10670,79,90,0),(10671,80,90,0),(10672,81,90,0),(10673,82,90,0),(10674,83,90,0),(10675,84,90,0),(10676,85,90,0),(10677,86,90,0),(10678,87,90,0),(10679,88,90,0),(10680,89,90,0),(10681,90,90,0),(10682,91,90,0),(10683,92,90,0),(10684,93,90,0),(10685,94,90,0),(10686,95,90,0),(10687,96,90,0),(10688,97,90,0),(10689,98,90,0),(10690,99,90,0),(10691,100,90,0),(10692,101,90,0),(10693,102,90,0),(10694,103,90,0),(10695,104,90,0),(10696,105,90,0),(10697,106,90,0),(10698,107,90,0),(10699,108,90,0),(10700,109,90,0),(10701,110,90,0),(10702,111,90,0),(10703,112,90,0),(10704,113,90,0),(10705,114,90,0),(10706,115,90,0),(10707,116,90,0),(10708,117,90,0),(10709,118,90,0),(10710,119,90,0),(10711,1,91,0),(10712,2,91,0),(10713,3,91,0),(10714,4,91,0),(10715,5,91,0),(10716,6,91,0),(10717,7,91,0),(10718,8,91,0),(10719,9,91,0),(10720,10,91,0.153686140720925),(10721,11,91,0),(10722,12,91,0),(10723,13,91,0),(10724,14,91,0),(10725,15,91,0),(10726,16,91,0),(10727,17,91,0),(10728,18,91,0),(10729,19,91,0),(10730,20,91,0),(10731,21,91,0),(10732,22,91,0),(10733,23,91,0),(10734,24,91,0),(10735,25,91,0),(10736,26,91,0),(10737,27,91,0),(10738,28,91,0),(10739,29,91,0),(10740,30,91,0),(10741,31,91,0),(10742,32,91,0),(10743,33,91,0),(10744,34,91,0),(10745,35,91,0),(10746,36,91,0),(10747,37,91,0),(10748,38,91,0),(10749,39,91,0),(10750,40,91,0),(10751,41,91,0),(10752,42,91,0),(10753,43,91,0),(10754,44,91,0),(10755,45,91,0),(10756,46,91,0),(10757,47,91,0),(10758,48,91,0),(10759,49,91,0),(10760,50,91,0),(10761,51,91,0),(10762,52,91,0),(10763,53,91,0),(10764,54,91,0),(10765,55,91,0),(10766,56,91,0),(10767,57,91,0),(10768,58,91,0),(10769,59,91,0),(10770,60,91,0),(10771,61,91,0),(10772,62,91,0),(10773,63,91,0),(10774,64,91,0),(10775,65,91,0),(10776,66,91,0),(10777,67,91,0),(10778,68,91,0),(10779,69,91,0),(10780,70,91,0),(10781,71,91,0),(10782,72,91,0),(10783,73,91,0),(10784,74,91,0),(10785,75,91,0),(10786,76,91,0),(10787,77,91,0),(10788,78,91,0),(10789,79,91,0),(10790,80,91,0),(10791,81,91,0),(10792,82,91,0),(10793,83,91,0),(10794,84,91,0),(10795,85,91,0),(10796,86,91,0),(10797,87,91,0),(10798,88,91,0),(10799,89,91,0),(10800,90,91,0),(10801,91,91,0),(10802,92,91,0),(10803,93,91,0),(10804,94,91,0),(10805,95,91,0),(10806,96,91,0),(10807,97,91,0),(10808,98,91,0),(10809,99,91,0),(10810,100,91,0),(10811,101,91,0),(10812,102,91,0),(10813,103,91,0),(10814,104,91,0),(10815,105,91,0),(10816,106,91,0),(10817,107,91,0),(10818,108,91,0),(10819,109,91,0),(10820,110,91,0),(10821,111,91,0),(10822,112,91,0),(10823,113,91,0),(10824,114,91,0),(10825,115,91,0),(10826,116,91,0),(10827,117,91,0),(10828,118,91,0),(10829,119,91,0),(10830,1,92,0),(10831,2,92,0),(10832,3,92,0),(10833,4,92,0),(10834,5,92,0),(10835,6,92,0),(10836,7,92,0),(10837,8,92,0),(10838,9,92,0),(10839,10,92,0.0571426657778562),(10840,11,92,0),(10841,12,92,0),(10842,13,92,0),(10843,14,92,0),(10844,15,92,0),(10845,16,92,0),(10846,17,92,0),(10847,18,92,0),(10848,19,92,0),(10849,20,92,0),(10850,21,92,0),(10851,22,92,0),(10852,23,92,0),(10853,24,92,0),(10854,25,92,0),(10855,26,92,0),(10856,27,92,0),(10857,28,92,0),(10858,29,92,0),(10859,30,92,0),(10860,31,92,0),(10861,32,92,0),(10862,33,92,0),(10863,34,92,0),(10864,35,92,0),(10865,36,92,0),(10866,37,92,0),(10867,38,92,0),(10868,39,92,0),(10869,40,92,0),(10870,41,92,0),(10871,42,92,0),(10872,43,92,0),(10873,44,92,0),(10874,45,92,0),(10875,46,92,0),(10876,47,92,0),(10877,48,92,0),(10878,49,92,0),(10879,50,92,0),(10880,51,92,0),(10881,52,92,0),(10882,53,92,0),(10883,54,92,0),(10884,55,92,0),(10885,56,92,0),(10886,57,92,0),(10887,58,92,0),(10888,59,92,0),(10889,60,92,0),(10890,61,92,0),(10891,62,92,0),(10892,63,92,0),(10893,64,92,0),(10894,65,92,0),(10895,66,92,0),(10896,67,92,0),(10897,68,92,0),(10898,69,92,0),(10899,70,92,0),(10900,71,92,0),(10901,72,92,0),(10902,73,92,0),(10903,74,92,0),(10904,75,92,0),(10905,76,92,0),(10906,77,92,0),(10907,78,92,0),(10908,79,92,0),(10909,80,92,0),(10910,81,92,0),(10911,82,92,0),(10912,83,92,0),(10913,84,92,0),(10914,85,92,0),(10915,86,92,0),(10916,87,92,0),(10917,88,92,0),(10918,89,92,0),(10919,90,92,0),(10920,91,92,0),(10921,92,92,0),(10922,93,92,0),(10923,94,92,0),(10924,95,92,0),(10925,96,92,0),(10926,97,92,0),(10927,98,92,0),(10928,99,92,0),(10929,100,92,0),(10930,101,92,0),(10931,102,92,0),(10932,103,92,0),(10933,104,92,0),(10934,105,92,0),(10935,106,92,0),(10936,107,92,0),(10937,108,92,0),(10938,109,92,0),(10939,110,92,0),(10940,111,92,0),(10941,112,92,0),(10942,113,92,0),(10943,114,92,0),(10944,115,92,0),(10945,116,92,0),(10946,117,92,0),(10947,118,92,0),(10948,119,92,0),(10949,1,93,0),(10950,2,93,0),(10951,3,93,0),(10952,4,93,0),(10953,5,93,0),(10954,6,93,0),(10955,7,93,0),(10956,8,93,0),(10957,9,93,0),(10958,10,93,0),(10959,11,93,0.00579361878856252),(10960,12,93,0),(10961,13,93,0),(10962,14,93,0),(10963,15,93,0),(10964,16,93,0),(10965,17,93,0),(10966,18,93,0),(10967,19,93,0),(10968,20,93,0),(10969,21,93,0),(10970,22,93,0),(10971,23,93,0),(10972,24,93,0),(10973,25,93,0),(10974,26,93,0),(10975,27,93,0),(10976,28,93,0),(10977,29,93,0),(10978,30,93,0),(10979,31,93,0),(10980,32,93,0),(10981,33,93,0),(10982,34,93,0),(10983,35,93,0),(10984,36,93,0),(10985,37,93,0),(10986,38,93,0),(10987,39,93,0),(10988,40,93,0),(10989,41,93,0),(10990,42,93,0),(10991,43,93,0),(10992,44,93,0),(10993,45,93,0),(10994,46,93,0),(10995,47,93,0),(10996,48,93,0),(10997,49,93,0),(10998,50,93,0),(10999,51,93,0),(11000,52,93,0),(11001,53,93,0),(11002,54,93,0),(11003,55,93,0),(11004,56,93,0),(11005,57,93,0),(11006,58,93,0),(11007,59,93,0),(11008,60,93,0),(11009,61,93,0),(11010,62,93,0),(11011,63,93,0),(11012,64,93,0),(11013,65,93,0),(11014,66,93,0),(11015,67,93,0),(11016,68,93,0),(11017,69,93,0),(11018,70,93,0),(11019,71,93,0),(11020,72,93,0),(11021,73,93,0),(11022,74,93,0),(11023,75,93,0),(11024,76,93,0),(11025,77,93,0),(11026,78,93,0),(11027,79,93,0),(11028,80,93,0),(11029,81,93,0),(11030,82,93,0),(11031,83,93,0),(11032,84,93,0),(11033,85,93,0),(11034,86,93,0),(11035,87,93,0),(11036,88,93,0),(11037,89,93,0),(11038,90,93,0),(11039,91,93,0),(11040,92,93,0),(11041,93,93,0),(11042,94,93,0),(11043,95,93,0),(11044,96,93,0),(11045,97,93,0),(11046,98,93,0),(11047,99,93,0),(11048,100,93,0),(11049,101,93,0),(11050,102,93,0),(11051,103,93,0),(11052,104,93,0),(11053,105,93,0),(11054,106,93,0),(11055,107,93,0),(11056,108,93,0),(11057,109,93,0),(11058,110,93,0),(11059,111,93,0),(11060,112,93,0),(11061,113,93,0),(11062,114,93,0),(11063,115,93,0),(11064,116,93,0),(11065,117,93,0),(11066,118,93,0),(11067,119,93,0),(11068,1,94,0),(11069,2,94,0),(11070,3,94,0),(11071,4,94,0),(11072,5,94,0),(11073,6,94,0),(11074,7,94,0),(11075,8,94,0),(11076,9,94,0),(11077,10,94,0),(11078,11,94,0.205875347281136),(11079,12,94,0),(11080,13,94,0),(11081,14,94,0),(11082,15,94,0),(11083,16,94,0),(11084,17,94,0),(11085,18,94,0),(11086,19,94,0),(11087,20,94,0),(11088,21,94,0),(11089,22,94,0),(11090,23,94,0),(11091,24,94,0),(11092,25,94,0),(11093,26,94,0),(11094,27,94,0),(11095,28,94,0),(11096,29,94,0),(11097,30,94,0),(11098,31,94,0),(11099,32,94,0),(11100,33,94,0),(11101,34,94,0),(11102,35,94,0),(11103,36,94,0),(11104,37,94,0),(11105,38,94,0),(11106,39,94,0),(11107,40,94,0),(11108,41,94,0),(11109,42,94,0),(11110,43,94,0),(11111,44,94,0),(11112,45,94,0),(11113,46,94,0),(11114,47,94,0),(11115,48,94,0),(11116,49,94,0),(11117,50,94,0),(11118,51,94,0),(11119,52,94,0),(11120,53,94,0),(11121,54,94,0),(11122,55,94,0),(11123,56,94,0),(11124,57,94,0),(11125,58,94,0),(11126,59,94,0),(11127,60,94,0),(11128,61,94,0),(11129,62,94,0),(11130,63,94,0),(11131,64,94,0),(11132,65,94,0),(11133,66,94,0),(11134,67,94,0),(11135,68,94,0),(11136,69,94,0),(11137,70,94,0),(11138,71,94,0),(11139,72,94,0),(11140,73,94,0),(11141,74,94,0),(11142,75,94,0),(11143,76,94,0),(11144,77,94,0),(11145,78,94,0),(11146,79,94,0),(11147,80,94,0),(11148,81,94,0),(11149,82,94,0),(11150,83,94,0),(11151,84,94,0),(11152,85,94,0),(11153,86,94,0),(11154,87,94,0),(11155,88,94,0),(11156,89,94,0),(11157,90,94,0),(11158,91,94,0),(11159,92,94,0),(11160,93,94,0),(11161,94,94,0),(11162,95,94,0),(11163,96,94,0),(11164,97,94,0),(11165,98,94,0),(11166,99,94,0),(11167,100,94,0),(11168,101,94,0),(11169,102,94,0),(11170,103,94,0),(11171,104,94,0),(11172,105,94,0),(11173,106,94,0),(11174,107,94,0),(11175,108,94,0),(11176,109,94,0),(11177,110,94,0),(11178,111,94,0),(11179,112,94,0),(11180,113,94,0),(11181,114,94,0),(11182,115,94,0),(11183,116,94,0),(11184,117,94,0),(11185,118,94,0),(11186,119,94,0),(11187,1,95,0),(11188,2,95,0),(11189,3,95,0),(11190,4,95,0),(11191,5,95,0),(11192,6,95,0),(11193,7,95,0),(11194,8,95,0),(11195,9,95,0),(11196,10,95,0),(11197,11,95,0.151612133851131),(11198,12,95,0),(11199,13,95,0),(11200,14,95,0),(11201,15,95,0),(11202,16,95,0),(11203,17,95,0),(11204,18,95,0),(11205,19,95,0),(11206,20,95,0),(11207,21,95,0),(11208,22,95,0),(11209,23,95,0),(11210,24,95,0),(11211,25,95,0),(11212,26,95,0),(11213,27,95,0),(11214,28,95,0),(11215,29,95,0),(11216,30,95,0),(11217,31,95,0),(11218,32,95,0),(11219,33,95,0),(11220,34,95,0),(11221,35,95,0),(11222,36,95,0),(11223,37,95,0),(11224,38,95,0),(11225,39,95,0),(11226,40,95,0),(11227,41,95,0),(11228,42,95,0),(11229,43,95,0),(11230,44,95,0),(11231,45,95,0),(11232,46,95,0),(11233,47,95,0),(11234,48,95,0),(11235,49,95,0),(11236,50,95,0),(11237,51,95,0),(11238,52,95,0),(11239,53,95,0),(11240,54,95,0),(11241,55,95,0),(11242,56,95,0),(11243,57,95,0),(11244,58,95,0),(11245,59,95,0),(11246,60,95,0),(11247,61,95,0),(11248,62,95,0),(11249,63,95,0),(11250,64,95,0),(11251,65,95,0),(11252,66,95,0),(11253,67,95,0),(11254,68,95,0),(11255,69,95,0),(11256,70,95,0),(11257,71,95,0),(11258,72,95,0),(11259,73,95,0),(11260,74,95,0),(11261,75,95,0),(11262,76,95,0),(11263,77,95,0),(11264,78,95,0),(11265,79,95,0),(11266,80,95,0),(11267,81,95,0),(11268,82,95,0),(11269,83,95,0),(11270,84,95,0),(11271,85,95,0),(11272,86,95,0),(11273,87,95,0),(11274,88,95,0),(11275,89,95,0),(11276,90,95,0),(11277,91,95,0),(11278,92,95,0),(11279,93,95,0),(11280,94,95,0),(11281,95,95,0),(11282,96,95,0),(11283,97,95,0),(11284,98,95,0),(11285,99,95,0),(11286,100,95,0),(11287,101,95,0),(11288,102,95,0),(11289,103,95,0),(11290,104,95,0),(11291,105,95,0),(11292,106,95,0),(11293,107,95,0),(11294,108,95,0),(11295,109,95,0),(11296,110,95,0),(11297,111,95,0),(11298,112,95,0),(11299,113,95,0),(11300,114,95,0),(11301,115,95,0),(11302,116,95,0),(11303,117,95,0),(11304,118,95,0),(11305,119,95,0),(11306,1,96,0),(11307,2,96,0),(11308,3,96,0),(11309,4,96,0),(11310,5,96,0),(11311,6,96,0),(11312,7,96,0),(11313,8,96,0),(11314,9,96,0),(11315,10,96,0),(11316,11,96,0.13671890007917),(11317,12,96,0),(11318,13,96,0),(11319,14,96,0),(11320,15,96,0),(11321,16,96,0),(11322,17,96,0),(11323,18,96,0),(11324,19,96,0),(11325,20,96,0),(11326,21,96,0),(11327,22,96,0),(11328,23,96,0),(11329,24,96,0),(11330,25,96,0),(11331,26,96,0),(11332,27,96,0),(11333,28,96,0),(11334,29,96,0),(11335,30,96,0),(11336,31,96,0),(11337,32,96,0),(11338,33,96,0),(11339,34,96,0),(11340,35,96,0),(11341,36,96,0),(11342,37,96,0),(11343,38,96,0),(11344,39,96,0),(11345,40,96,0),(11346,41,96,0),(11347,42,96,0),(11348,43,96,0),(11349,44,96,0),(11350,45,96,0),(11351,46,96,0),(11352,47,96,0),(11353,48,96,0),(11354,49,96,0),(11355,50,96,0),(11356,51,96,0),(11357,52,96,0),(11358,53,96,0),(11359,54,96,0),(11360,55,96,0),(11361,56,96,0),(11362,57,96,0),(11363,58,96,0),(11364,59,96,0),(11365,60,96,0),(11366,61,96,0),(11367,62,96,0),(11368,63,96,0),(11369,64,96,0),(11370,65,96,0),(11371,66,96,0),(11372,67,96,0),(11373,68,96,0),(11374,69,96,0),(11375,70,96,0),(11376,71,96,0),(11377,72,96,0),(11378,73,96,0),(11379,74,96,0),(11380,75,96,0),(11381,76,96,0),(11382,77,96,0),(11383,78,96,0),(11384,79,96,0),(11385,80,96,0),(11386,81,96,0),(11387,82,96,0),(11388,83,96,0),(11389,84,96,0),(11390,85,96,0),(11391,86,96,0),(11392,87,96,0),(11393,88,96,0),(11394,89,96,0),(11395,90,96,0),(11396,91,96,0),(11397,92,96,0),(11398,93,96,0),(11399,94,96,0),(11400,95,96,0),(11401,96,96,0),(11402,97,96,0),(11403,98,96,0),(11404,99,96,0),(11405,100,96,0),(11406,101,96,0),(11407,102,96,0),(11408,103,96,0),(11409,104,96,0),(11410,105,96,0),(11411,106,96,0),(11412,107,96,0),(11413,108,96,0),(11414,109,96,0),(11415,110,96,0),(11416,111,96,0),(11417,112,96,0),(11418,113,96,0),(11419,114,96,0),(11420,115,96,0),(11421,116,96,0),(11422,117,96,0),(11423,118,96,0),(11424,119,96,0),(11425,1,97,0),(11426,2,97,0),(11427,3,97,0),(11428,4,97,0),(11429,5,97,0),(11430,6,97,0),(11431,7,97,0),(11432,8,97,0),(11433,9,97,0),(11434,10,97,0),(11435,11,97,0.232993372922612),(11436,12,97,0),(11437,13,97,0),(11438,14,97,0),(11439,15,97,0),(11440,16,97,0),(11441,17,97,0),(11442,18,97,0),(11443,19,97,0),(11444,20,97,0),(11445,21,97,0),(11446,22,97,0),(11447,23,97,0),(11448,24,97,0),(11449,25,97,0),(11450,26,97,0),(11451,27,97,0),(11452,28,97,0),(11453,29,97,0),(11454,30,97,0),(11455,31,97,0),(11456,32,97,0),(11457,33,97,0),(11458,34,97,0),(11459,35,97,0),(11460,36,97,0),(11461,37,97,0),(11462,38,97,0),(11463,39,97,0),(11464,40,97,0),(11465,41,97,0),(11466,42,97,0),(11467,43,97,0),(11468,44,97,0),(11469,45,97,0),(11470,46,97,0),(11471,47,97,0),(11472,48,97,0),(11473,49,97,0),(11474,50,97,0),(11475,51,97,0),(11476,52,97,0),(11477,53,97,0),(11478,54,97,0),(11479,55,97,0),(11480,56,97,0),(11481,57,97,0),(11482,58,97,0),(11483,59,97,0),(11484,60,97,0),(11485,61,97,0),(11486,62,97,0),(11487,63,97,0),(11488,64,97,0),(11489,65,97,0),(11490,66,97,0),(11491,67,97,0),(11492,68,97,0),(11493,69,97,0),(11494,70,97,0),(11495,71,97,0),(11496,72,97,0),(11497,73,97,0),(11498,74,97,0),(11499,75,97,0),(11500,76,97,0),(11501,77,97,0),(11502,78,97,0),(11503,79,97,0),(11504,80,97,0),(11505,81,97,0),(11506,82,97,0),(11507,83,97,0),(11508,84,97,0),(11509,85,97,0),(11510,86,97,0),(11511,87,97,0),(11512,88,97,0),(11513,89,97,0),(11514,90,97,0),(11515,91,97,0),(11516,92,97,0),(11517,93,97,0),(11518,94,97,0),(11519,95,97,0),(11520,96,97,0),(11521,97,97,0),(11522,98,97,0),(11523,99,97,0),(11524,100,97,0),(11525,101,97,0),(11526,102,97,0),(11527,103,97,0),(11528,104,97,0),(11529,105,97,0),(11530,106,97,0),(11531,107,97,0),(11532,108,97,0),(11533,109,97,0),(11534,110,97,0),(11535,111,97,0),(11536,112,97,0),(11537,113,97,0),(11538,114,97,0),(11539,115,97,0),(11540,116,97,0),(11541,117,97,0),(11542,118,97,0),(11543,119,97,0),(11544,1,98,0),(11545,2,98,0),(11546,3,98,0),(11547,4,98,0),(11548,5,98,0),(11549,6,98,0),(11550,7,98,0),(11551,8,98,0),(11552,9,98,0),(11553,10,98,0),(11554,11,98,0.0303904220424711),(11555,12,98,0),(11556,13,98,0),(11557,14,98,0),(11558,15,98,0),(11559,16,98,0),(11560,17,98,0),(11561,18,98,0),(11562,19,98,0),(11563,20,98,0),(11564,21,98,0),(11565,22,98,0),(11566,23,98,0),(11567,24,98,0),(11568,25,98,0),(11569,26,98,0),(11570,27,98,0),(11571,28,98,0),(11572,29,98,0),(11573,30,98,0),(11574,31,98,0),(11575,32,98,0),(11576,33,98,0),(11577,34,98,0),(11578,35,98,0),(11579,36,98,0),(11580,37,98,0),(11581,38,98,0),(11582,39,98,0),(11583,40,98,0),(11584,41,98,0),(11585,42,98,0),(11586,43,98,0),(11587,44,98,0),(11588,45,98,0),(11589,46,98,0),(11590,47,98,0),(11591,48,98,0),(11592,49,98,0),(11593,50,98,0),(11594,51,98,0),(11595,52,98,0),(11596,53,98,0),(11597,54,98,0),(11598,55,98,0),(11599,56,98,0),(11600,57,98,0),(11601,58,98,0),(11602,59,98,0),(11603,60,98,0),(11604,61,98,0),(11605,62,98,0),(11606,63,98,0),(11607,64,98,0),(11608,65,98,0),(11609,66,98,0),(11610,67,98,0),(11611,68,98,0),(11612,69,98,0),(11613,70,98,0),(11614,71,98,0),(11615,72,98,0),(11616,73,98,0),(11617,74,98,0),(11618,75,98,0),(11619,76,98,0),(11620,77,98,0),(11621,78,98,0),(11622,79,98,0),(11623,80,98,0),(11624,81,98,0),(11625,82,98,0),(11626,83,98,0),(11627,84,98,0),(11628,85,98,0),(11629,86,98,0),(11630,87,98,0),(11631,88,98,0),(11632,89,98,0),(11633,90,98,0),(11634,91,98,0),(11635,92,98,0),(11636,93,98,0),(11637,94,98,0),(11638,95,98,0),(11639,96,98,0),(11640,97,98,0),(11641,98,98,0),(11642,99,98,0),(11643,100,98,0),(11644,101,98,0),(11645,102,98,0),(11646,103,98,0),(11647,104,98,0),(11648,105,98,0),(11649,106,98,0),(11650,107,98,0),(11651,108,98,0),(11652,109,98,0),(11653,110,98,0),(11654,111,98,0),(11655,112,98,0),(11656,113,98,0),(11657,114,98,0),(11658,115,98,0),(11659,116,98,0),(11660,117,98,0),(11661,118,98,0),(11662,119,98,0),(11663,1,99,0),(11664,2,99,0),(11665,3,99,0),(11666,4,99,0),(11667,5,99,0),(11668,6,99,0),(11669,7,99,0),(11670,8,99,0),(11671,9,99,0),(11672,10,99,0),(11673,11,99,0.288843389551094),(11674,12,99,0),(11675,13,99,0),(11676,14,99,0),(11677,15,99,0),(11678,16,99,0),(11679,17,99,0),(11680,18,99,0),(11681,19,99,0),(11682,20,99,0),(11683,21,99,0),(11684,22,99,0),(11685,23,99,0),(11686,24,99,0),(11687,25,99,0),(11688,26,99,0),(11689,27,99,0),(11690,28,99,0),(11691,29,99,0),(11692,30,99,0),(11693,31,99,0),(11694,32,99,0),(11695,33,99,0),(11696,34,99,0),(11697,35,99,0),(11698,36,99,0),(11699,37,99,0),(11700,38,99,0),(11701,39,99,0),(11702,40,99,0),(11703,41,99,0),(11704,42,99,0),(11705,43,99,0),(11706,44,99,0),(11707,45,99,0),(11708,46,99,0),(11709,47,99,0),(11710,48,99,0),(11711,49,99,0),(11712,50,99,0),(11713,51,99,0),(11714,52,99,0),(11715,53,99,0),(11716,54,99,0),(11717,55,99,0),(11718,56,99,0),(11719,57,99,0),(11720,58,99,0),(11721,59,99,0),(11722,60,99,0),(11723,61,99,0),(11724,62,99,0),(11725,63,99,0),(11726,64,99,0),(11727,65,99,0),(11728,66,99,0),(11729,67,99,0),(11730,68,99,0),(11731,69,99,0),(11732,70,99,0),(11733,71,99,0),(11734,72,99,0),(11735,73,99,0),(11736,74,99,0),(11737,75,99,0),(11738,76,99,0),(11739,77,99,0),(11740,78,99,0),(11741,79,99,0),(11742,80,99,0),(11743,81,99,0),(11744,82,99,0),(11745,83,99,0),(11746,84,99,0),(11747,85,99,0),(11748,86,99,0),(11749,87,99,0),(11750,88,99,0),(11751,89,99,0),(11752,90,99,0),(11753,91,99,0),(11754,92,99,0),(11755,93,99,0),(11756,94,99,0),(11757,95,99,0),(11758,96,99,0),(11759,97,99,0),(11760,98,99,0),(11761,99,99,0),(11762,100,99,0),(11763,101,99,0),(11764,102,99,0),(11765,103,99,0),(11766,104,99,0),(11767,105,99,0),(11768,106,99,0),(11769,107,99,0),(11770,108,99,0),(11771,109,99,0),(11772,110,99,0),(11773,111,99,0),(11774,112,99,0),(11775,113,99,0),(11776,114,99,0),(11777,115,99,0),(11778,116,99,0),(11779,117,99,0),(11780,118,99,0),(11781,119,99,0),(11782,1,100,0),(11783,2,100,0),(11784,3,100,0),(11785,4,100,0),(11786,5,100,0),(11787,6,100,0),(11788,7,100,0),(11789,8,100,0),(11790,9,100,0),(11791,10,100,0),(11792,11,100,0.247772815483823),(11793,12,100,0),(11794,13,100,0),(11795,14,100,0),(11796,15,100,0),(11797,16,100,0),(11798,17,100,0),(11799,18,100,0),(11800,19,100,0),(11801,20,100,0),(11802,21,100,0),(11803,22,100,0),(11804,23,100,0),(11805,24,100,0),(11806,25,100,0),(11807,26,100,0),(11808,27,100,0),(11809,28,100,0),(11810,29,100,0),(11811,30,100,0),(11812,31,100,0),(11813,32,100,0),(11814,33,100,0),(11815,34,100,0),(11816,35,100,0),(11817,36,100,0),(11818,37,100,0),(11819,38,100,0),(11820,39,100,0),(11821,40,100,0),(11822,41,100,0),(11823,42,100,0),(11824,43,100,0),(11825,44,100,0),(11826,45,100,0),(11827,46,100,0),(11828,47,100,0),(11829,48,100,0),(11830,49,100,0),(11831,50,100,0),(11832,51,100,0),(11833,52,100,0),(11834,53,100,0),(11835,54,100,0),(11836,55,100,0),(11837,56,100,0),(11838,57,100,0),(11839,58,100,0),(11840,59,100,0),(11841,60,100,0),(11842,61,100,0),(11843,62,100,0),(11844,63,100,0),(11845,64,100,0),(11846,65,100,0),(11847,66,100,0),(11848,67,100,0),(11849,68,100,0),(11850,69,100,0),(11851,70,100,0),(11852,71,100,0),(11853,72,100,0),(11854,73,100,0),(11855,74,100,0),(11856,75,100,0),(11857,76,100,0),(11858,77,100,0),(11859,78,100,0),(11860,79,100,0),(11861,80,100,0),(11862,81,100,0),(11863,82,100,0),(11864,83,100,0),(11865,84,100,0),(11866,85,100,0),(11867,86,100,0),(11868,87,100,0),(11869,88,100,0),(11870,89,100,0),(11871,90,100,0),(11872,91,100,0),(11873,92,100,0),(11874,93,100,0),(11875,94,100,0),(11876,95,100,0),(11877,96,100,0),(11878,97,100,0),(11879,98,100,0),(11880,99,100,0),(11881,100,100,0),(11882,101,100,0),(11883,102,100,0),(11884,103,100,0),(11885,104,100,0),(11886,105,100,0),(11887,106,100,0),(11888,107,100,0),(11889,108,100,0),(11890,109,100,0),(11891,110,100,0),(11892,111,100,0),(11893,112,100,0),(11894,113,100,0),(11895,114,100,0),(11896,115,100,0),(11897,116,100,0),(11898,117,100,0),(11899,118,100,0),(11900,119,100,0),(11901,1,101,0),(11902,2,101,0),(11903,3,101,0),(11904,4,101,0),(11905,5,101,0),(11906,6,101,0),(11907,7,101,0),(11908,8,101,0),(11909,9,101,0),(11910,10,101,0),(11911,11,101,0.0236432674096014),(11912,12,101,0),(11913,13,101,0),(11914,14,101,0),(11915,15,101,0),(11916,16,101,0),(11917,17,101,0),(11918,18,101,0),(11919,19,101,0),(11920,20,101,0),(11921,21,101,0),(11922,22,101,0),(11923,23,101,0),(11924,24,101,0),(11925,25,101,0),(11926,26,101,0),(11927,27,101,0),(11928,28,101,0),(11929,29,101,0),(11930,30,101,0),(11931,31,101,0),(11932,32,101,0),(11933,33,101,0),(11934,34,101,0),(11935,35,101,0),(11936,36,101,0),(11937,37,101,0),(11938,38,101,0),(11939,39,101,0),(11940,40,101,0),(11941,41,101,0),(11942,42,101,0),(11943,43,101,0),(11944,44,101,0),(11945,45,101,0),(11946,46,101,0),(11947,47,101,0),(11948,48,101,0),(11949,49,101,0),(11950,50,101,0),(11951,51,101,0),(11952,52,101,0),(11953,53,101,0),(11954,54,101,0),(11955,55,101,0),(11956,56,101,0),(11957,57,101,0),(11958,58,101,0),(11959,59,101,0),(11960,60,101,0),(11961,61,101,0),(11962,62,101,0),(11963,63,101,0),(11964,64,101,0),(11965,65,101,0),(11966,66,101,0),(11967,67,101,0),(11968,68,101,0),(11969,69,101,0),(11970,70,101,0),(11971,71,101,0),(11972,72,101,0),(11973,73,101,0),(11974,74,101,0),(11975,75,101,0),(11976,76,101,0),(11977,77,101,0),(11978,78,101,0),(11979,79,101,0),(11980,80,101,0),(11981,81,101,0),(11982,82,101,0),(11983,83,101,0),(11984,84,101,0),(11985,85,101,0),(11986,86,101,0),(11987,87,101,0),(11988,88,101,0),(11989,89,101,0),(11990,90,101,0),(11991,91,101,0),(11992,92,101,0),(11993,93,101,0),(11994,94,101,0),(11995,95,101,0),(11996,96,101,0),(11997,97,101,0),(11998,98,101,0),(11999,99,101,0),(12000,100,101,0),(12001,101,101,0),(12002,102,101,0),(12003,103,101,0),(12004,104,101,0),(12005,105,101,0),(12006,106,101,0),(12007,107,101,0),(12008,108,101,0),(12009,109,101,0),(12010,110,101,0),(12011,111,101,0),(12012,112,101,0),(12013,113,101,0),(12014,114,101,0),(12015,115,101,0),(12016,116,101,0),(12017,117,101,0),(12018,118,101,0),(12019,119,101,0),(12020,1,102,0),(12021,2,102,0),(12022,3,102,0),(12023,4,102,0),(12024,5,102,0),(12025,6,102,0),(12026,7,102,0),(12027,8,102,0),(12028,9,102,0),(12029,10,102,0),(12030,11,102,0.416548669166055),(12031,12,102,0),(12032,13,102,0),(12033,14,102,0),(12034,15,102,0),(12035,16,102,0),(12036,17,102,0),(12037,18,102,0),(12038,19,102,0),(12039,20,102,0),(12040,21,102,0),(12041,22,102,0),(12042,23,102,0),(12043,24,102,0),(12044,25,102,0),(12045,26,102,0),(12046,27,102,0),(12047,28,102,0),(12048,29,102,0),(12049,30,102,0),(12050,31,102,0),(12051,32,102,0),(12052,33,102,0),(12053,34,102,0),(12054,35,102,0),(12055,36,102,0),(12056,37,102,0),(12057,38,102,0),(12058,39,102,0),(12059,40,102,0),(12060,41,102,0),(12061,42,102,0),(12062,43,102,0),(12063,44,102,0),(12064,45,102,0),(12065,46,102,0),(12066,47,102,0),(12067,48,102,0),(12068,49,102,0),(12069,50,102,0),(12070,51,102,0),(12071,52,102,0),(12072,53,102,0),(12073,54,102,0),(12074,55,102,0),(12075,56,102,0),(12076,57,102,0),(12077,58,102,0),(12078,59,102,0),(12079,60,102,0),(12080,61,102,0),(12081,62,102,0),(12082,63,102,0),(12083,64,102,0),(12084,65,102,0),(12085,66,102,0),(12086,67,102,0),(12087,68,102,0),(12088,69,102,0),(12089,70,102,0),(12090,71,102,0),(12091,72,102,0),(12092,73,102,0),(12093,74,102,0),(12094,75,102,0),(12095,76,102,0),(12096,77,102,0),(12097,78,102,0),(12098,79,102,0),(12099,80,102,0),(12100,81,102,0),(12101,82,102,0),(12102,83,102,0),(12103,84,102,0),(12104,85,102,0),(12105,86,102,0),(12106,87,102,0),(12107,88,102,0),(12108,89,102,0),(12109,90,102,0),(12110,91,102,0),(12111,92,102,0),(12112,93,102,0),(12113,94,102,0),(12114,95,102,0),(12115,96,102,0),(12116,97,102,0),(12117,98,102,0),(12118,99,102,0),(12119,100,102,0),(12120,101,102,0),(12121,102,102,0),(12122,103,102,0),(12123,104,102,0),(12124,105,102,0),(12125,106,102,0),(12126,107,102,0),(12127,108,102,0),(12128,109,102,0),(12129,110,102,0),(12130,111,102,0),(12131,112,102,0),(12132,113,102,0),(12133,114,102,0),(12134,115,102,0),(12135,116,102,0),(12136,117,102,0),(12137,118,102,0),(12138,119,102,0),(12139,1,103,0),(12140,2,103,0),(12141,3,103,0),(12142,4,103,0),(12143,5,103,0),(12144,6,103,0),(12145,7,103,0),(12146,8,103,0),(12147,9,103,0),(12148,10,103,0),(12149,11,103,0.115611176151976),(12150,12,103,0),(12151,13,103,0),(12152,14,103,0),(12153,15,103,0),(12154,16,103,0),(12155,17,103,0),(12156,18,103,0),(12157,19,103,0),(12158,20,103,0),(12159,21,103,0),(12160,22,103,0),(12161,23,103,0),(12162,24,103,0),(12163,25,103,0),(12164,26,103,0),(12165,27,103,0),(12166,28,103,0),(12167,29,103,0),(12168,30,103,0),(12169,31,103,0),(12170,32,103,0),(12171,33,103,0),(12172,34,103,0),(12173,35,103,0),(12174,36,103,0),(12175,37,103,0),(12176,38,103,0),(12177,39,103,0),(12178,40,103,0),(12179,41,103,0),(12180,42,103,0),(12181,43,103,0),(12182,44,103,0),(12183,45,103,0),(12184,46,103,0),(12185,47,103,0),(12186,48,103,0),(12187,49,103,0),(12188,50,103,0),(12189,51,103,0),(12190,52,103,0),(12191,53,103,0),(12192,54,103,0),(12193,55,103,0),(12194,56,103,0),(12195,57,103,0),(12196,58,103,0),(12197,59,103,0),(12198,60,103,0),(12199,61,103,0),(12200,62,103,0),(12201,63,103,0),(12202,64,103,0),(12203,65,103,0),(12204,66,103,0),(12205,67,103,0),(12206,68,103,0),(12207,69,103,0),(12208,70,103,0),(12209,71,103,0),(12210,72,103,0),(12211,73,103,0),(12212,74,103,0),(12213,75,103,0),(12214,76,103,0),(12215,77,103,0),(12216,78,103,0),(12217,79,103,0),(12218,80,103,0),(12219,81,103,0),(12220,82,103,0),(12221,83,103,0),(12222,84,103,0),(12223,85,103,0),(12224,86,103,0),(12225,87,103,0),(12226,88,103,0),(12227,89,103,0),(12228,90,103,0),(12229,91,103,0),(12230,92,103,0),(12231,93,103,0),(12232,94,103,0),(12233,95,103,0),(12234,96,103,0),(12235,97,103,0),(12236,98,103,0),(12237,99,103,0),(12238,100,103,0),(12239,101,103,0),(12240,102,103,0),(12241,103,103,0),(12242,104,103,0),(12243,105,103,0),(12244,106,103,0),(12245,107,103,0),(12246,108,103,0),(12247,109,103,0),(12248,110,103,0),(12249,111,103,0),(12250,112,103,0),(12251,113,103,0),(12252,114,103,0),(12253,115,103,0),(12254,116,103,0),(12255,117,103,0),(12256,118,103,0),(12257,119,103,0),(12258,1,104,0),(12259,2,104,0),(12260,3,104,0),(12261,4,104,0),(12262,5,104,0),(12263,6,104,0),(12264,7,104,0),(12265,8,104,0),(12266,9,104,0),(12267,10,104,0),(12268,11,104,0.444196887272367),(12269,12,104,0),(12270,13,104,0),(12271,14,104,0),(12272,15,104,0),(12273,16,104,0),(12274,17,104,0),(12275,18,104,0),(12276,19,104,0),(12277,20,104,0),(12278,21,104,0),(12279,22,104,0),(12280,23,104,0),(12281,24,104,0),(12282,25,104,0),(12283,26,104,0),(12284,27,104,0),(12285,28,104,0),(12286,29,104,0),(12287,30,104,0),(12288,31,104,0),(12289,32,104,0),(12290,33,104,0),(12291,34,104,0),(12292,35,104,0),(12293,36,104,0),(12294,37,104,0),(12295,38,104,0),(12296,39,104,0),(12297,40,104,0),(12298,41,104,0),(12299,42,104,0),(12300,43,104,0),(12301,44,104,0),(12302,45,104,0),(12303,46,104,0),(12304,47,104,0),(12305,48,104,0),(12306,49,104,0),(12307,50,104,0),(12308,51,104,0),(12309,52,104,0),(12310,53,104,0),(12311,54,104,0),(12312,55,104,0),(12313,56,104,0),(12314,57,104,0),(12315,58,104,0),(12316,59,104,0),(12317,60,104,0),(12318,61,104,0),(12319,62,104,0),(12320,63,104,0),(12321,64,104,0),(12322,65,104,0),(12323,66,104,0),(12324,67,104,0),(12325,68,104,0),(12326,69,104,0),(12327,70,104,0),(12328,71,104,0),(12329,72,104,0),(12330,73,104,0),(12331,74,104,0),(12332,75,104,0),(12333,76,104,0),(12334,77,104,0),(12335,78,104,0),(12336,79,104,0),(12337,80,104,0),(12338,81,104,0),(12339,82,104,0),(12340,83,104,0),(12341,84,104,0),(12342,85,104,0),(12343,86,104,0),(12344,87,104,0),(12345,88,104,0),(12346,89,104,0),(12347,90,104,0),(12348,91,104,0),(12349,92,104,0),(12350,93,104,0),(12351,94,104,0),(12352,95,104,0),(12353,96,104,0),(12354,97,104,0),(12355,98,104,0),(12356,99,104,0),(12357,100,104,0),(12358,101,104,0),(12359,102,104,0),(12360,103,104,0),(12361,104,104,0),(12362,105,104,0),(12363,106,104,0),(12364,107,104,0),(12365,108,104,0),(12366,109,104,0),(12367,110,104,0),(12368,111,104,0),(12369,112,104,0),(12370,113,104,0),(12371,114,104,0),(12372,115,104,0),(12373,116,104,0),(12374,117,104,0),(12375,118,104,0),(12376,119,104,0),(12377,1,105,0),(12378,2,105,0),(12379,3,105,0),(12380,4,105,0),(12381,5,105,0),(12382,6,105,0),(12383,7,105,0),(12384,8,105,0),(12385,9,105,0),(12386,10,105,0),(12387,11,105,0),(12388,12,105,0.342347353672353),(12389,13,105,0),(12390,14,105,0),(12391,15,105,0),(12392,16,105,0),(12393,17,105,0),(12394,18,105,0),(12395,19,105,0),(12396,20,105,0),(12397,21,105,0),(12398,22,105,0),(12399,23,105,0),(12400,24,105,0),(12401,25,105,0),(12402,26,105,0),(12403,27,105,0),(12404,28,105,0),(12405,29,105,0),(12406,30,105,0),(12407,31,105,0),(12408,32,105,0),(12409,33,105,0),(12410,34,105,0),(12411,35,105,0),(12412,36,105,0),(12413,37,105,0),(12414,38,105,0),(12415,39,105,0),(12416,40,105,0),(12417,41,105,0),(12418,42,105,0),(12419,43,105,0),(12420,44,105,0),(12421,45,105,0),(12422,46,105,0),(12423,47,105,0),(12424,48,105,0),(12425,49,105,0),(12426,50,105,0),(12427,51,105,0),(12428,52,105,0),(12429,53,105,0),(12430,54,105,0),(12431,55,105,0),(12432,56,105,0),(12433,57,105,0),(12434,58,105,0),(12435,59,105,0),(12436,60,105,0),(12437,61,105,0),(12438,62,105,0),(12439,63,105,0),(12440,64,105,0),(12441,65,105,0),(12442,66,105,0),(12443,67,105,0),(12444,68,105,0),(12445,69,105,0),(12446,70,105,0),(12447,71,105,0),(12448,72,105,0),(12449,73,105,0),(12450,74,105,0),(12451,75,105,0),(12452,76,105,0),(12453,77,105,0),(12454,78,105,0),(12455,79,105,0),(12456,80,105,0),(12457,81,105,0),(12458,82,105,0),(12459,83,105,0),(12460,84,105,0),(12461,85,105,0),(12462,86,105,0),(12463,87,105,0),(12464,88,105,0),(12465,89,105,0),(12466,90,105,0),(12467,91,105,0),(12468,92,105,0),(12469,93,105,0),(12470,94,105,0),(12471,95,105,0),(12472,96,105,0),(12473,97,105,0),(12474,98,105,0),(12475,99,105,0),(12476,100,105,0),(12477,101,105,0),(12478,102,105,0),(12479,103,105,0),(12480,104,105,0),(12481,105,105,0),(12482,106,105,0),(12483,107,105,0),(12484,108,105,0),(12485,109,105,0),(12486,110,105,0),(12487,111,105,0),(12488,112,105,0),(12489,113,105,0),(12490,114,105,0),(12491,115,105,0),(12492,116,105,0),(12493,117,105,0),(12494,118,105,0),(12495,119,105,0),(12496,1,106,0),(12497,2,106,0),(12498,3,106,0),(12499,4,106,0),(12500,5,106,0),(12501,6,106,0),(12502,7,106,0),(12503,8,106,0),(12504,9,106,0),(12505,10,106,0),(12506,11,106,0),(12507,12,106,0.0330115621410185),(12508,13,106,0),(12509,14,106,0),(12510,15,106,0),(12511,16,106,0),(12512,17,106,0),(12513,18,106,0),(12514,19,106,0),(12515,20,106,0),(12516,21,106,0),(12517,22,106,0),(12518,23,106,0),(12519,24,106,0),(12520,25,106,0),(12521,26,106,0),(12522,27,106,0),(12523,28,106,0),(12524,29,106,0),(12525,30,106,0),(12526,31,106,0),(12527,32,106,0),(12528,33,106,0),(12529,34,106,0),(12530,35,106,0),(12531,36,106,0),(12532,37,106,0),(12533,38,106,0),(12534,39,106,0),(12535,40,106,0),(12536,41,106,0),(12537,42,106,0),(12538,43,106,0),(12539,44,106,0),(12540,45,106,0),(12541,46,106,0),(12542,47,106,0),(12543,48,106,0),(12544,49,106,0),(12545,50,106,0),(12546,51,106,0),(12547,52,106,0),(12548,53,106,0),(12549,54,106,0),(12550,55,106,0),(12551,56,106,0),(12552,57,106,0),(12553,58,106,0),(12554,59,106,0),(12555,60,106,0),(12556,61,106,0),(12557,62,106,0),(12558,63,106,0),(12559,64,106,0),(12560,65,106,0),(12561,66,106,0),(12562,67,106,0),(12563,68,106,0),(12564,69,106,0),(12565,70,106,0),(12566,71,106,0),(12567,72,106,0),(12568,73,106,0),(12569,74,106,0),(12570,75,106,0),(12571,76,106,0),(12572,77,106,0),(12573,78,106,0),(12574,79,106,0),(12575,80,106,0),(12576,81,106,0),(12577,82,106,0),(12578,83,106,0),(12579,84,106,0),(12580,85,106,0),(12581,86,106,0),(12582,87,106,0),(12583,88,106,0),(12584,89,106,0),(12585,90,106,0),(12586,91,106,0),(12587,92,106,0),(12588,93,106,0),(12589,94,106,0),(12590,95,106,0),(12591,96,106,0),(12592,97,106,0),(12593,98,106,0),(12594,99,106,0),(12595,100,106,0),(12596,101,106,0),(12597,102,106,0),(12598,103,106,0),(12599,104,106,0),(12600,105,106,0),(12601,106,106,0),(12602,107,106,0),(12603,108,106,0),(12604,109,106,0),(12605,110,106,0),(12606,111,106,0),(12607,112,106,0),(12608,113,106,0),(12609,114,106,0),(12610,115,106,0),(12611,116,106,0),(12612,117,106,0),(12613,118,106,0),(12614,119,106,0),(12615,1,107,0),(12616,2,107,0),(12617,3,107,0),(12618,4,107,0),(12619,5,107,0),(12620,6,107,0),(12621,7,107,0),(12622,8,107,0),(12623,9,107,0),(12624,10,107,0),(12625,11,107,0),(12626,12,107,0.124641084186629),(12627,13,107,0),(12628,14,107,0),(12629,15,107,0),(12630,16,107,0),(12631,17,107,0),(12632,18,107,0),(12633,19,107,0),(12634,20,107,0),(12635,21,107,0),(12636,22,107,0),(12637,23,107,0),(12638,24,107,0),(12639,25,107,0),(12640,26,107,0),(12641,27,107,0),(12642,28,107,0),(12643,29,107,0),(12644,30,107,0),(12645,31,107,0),(12646,32,107,0),(12647,33,107,0),(12648,34,107,0),(12649,35,107,0),(12650,36,107,0),(12651,37,107,0),(12652,38,107,0),(12653,39,107,0),(12654,40,107,0),(12655,41,107,0),(12656,42,107,0),(12657,43,107,0),(12658,44,107,0),(12659,45,107,0),(12660,46,107,0),(12661,47,107,0),(12662,48,107,0),(12663,49,107,0),(12664,50,107,0),(12665,51,107,0),(12666,52,107,0),(12667,53,107,0),(12668,54,107,0),(12669,55,107,0),(12670,56,107,0),(12671,57,107,0),(12672,58,107,0),(12673,59,107,0),(12674,60,107,0),(12675,61,107,0),(12676,62,107,0),(12677,63,107,0),(12678,64,107,0),(12679,65,107,0),(12680,66,107,0),(12681,67,107,0),(12682,68,107,0),(12683,69,107,0),(12684,70,107,0),(12685,71,107,0),(12686,72,107,0),(12687,73,107,0),(12688,74,107,0),(12689,75,107,0),(12690,76,107,0),(12691,77,107,0),(12692,78,107,0),(12693,79,107,0),(12694,80,107,0),(12695,81,107,0),(12696,82,107,0),(12697,83,107,0),(12698,84,107,0),(12699,85,107,0),(12700,86,107,0),(12701,87,107,0),(12702,88,107,0),(12703,89,107,0),(12704,90,107,0),(12705,91,107,0),(12706,92,107,0),(12707,93,107,0),(12708,94,107,0),(12709,95,107,0),(12710,96,107,0),(12711,97,107,0),(12712,98,107,0),(12713,99,107,0),(12714,100,107,0),(12715,101,107,0),(12716,102,107,0),(12717,103,107,0),(12718,104,107,0),(12719,105,107,0),(12720,106,107,0),(12721,107,107,0),(12722,108,107,0),(12723,109,107,0),(12724,110,107,0),(12725,111,107,0),(12726,112,107,0),(12727,113,107,0),(12728,114,107,0),(12729,115,107,0),(12730,116,107,0),(12731,117,107,0),(12732,118,107,0),(12733,119,107,0),(12734,1,108,0),(12735,2,108,0),(12736,3,108,0),(12737,4,108,0),(12738,5,108,0),(12739,6,108,0),(12740,7,108,0),(12741,8,108,0),(12742,9,108,0),(12743,10,108,0),(12744,11,108,0),(12745,12,108,0.557826725126215),(12746,13,108,0),(12747,14,108,0),(12748,15,108,0),(12749,16,108,0),(12750,17,108,0),(12751,18,108,0),(12752,19,108,0),(12753,20,108,0),(12754,21,108,0),(12755,22,108,0),(12756,23,108,0),(12757,24,108,0),(12758,25,108,0),(12759,26,108,0),(12760,27,108,0),(12761,28,108,0),(12762,29,108,0),(12763,30,108,0),(12764,31,108,0),(12765,32,108,0),(12766,33,108,0),(12767,34,108,0),(12768,35,108,0),(12769,36,108,0),(12770,37,108,0),(12771,38,108,0),(12772,39,108,0),(12773,40,108,0),(12774,41,108,0),(12775,42,108,0),(12776,43,108,0),(12777,44,108,0),(12778,45,108,0),(12779,46,108,0),(12780,47,108,0),(12781,48,108,0),(12782,49,108,0),(12783,50,108,0),(12784,51,108,0),(12785,52,108,0),(12786,53,108,0),(12787,54,108,0),(12788,55,108,0),(12789,56,108,0),(12790,57,108,0),(12791,58,108,0),(12792,59,108,0),(12793,60,108,0),(12794,61,108,0),(12795,62,108,0),(12796,63,108,0),(12797,64,108,0),(12798,65,108,0),(12799,66,108,0),(12800,67,108,0),(12801,68,108,0),(12802,69,108,0),(12803,70,108,0),(12804,71,108,0),(12805,72,108,0),(12806,73,108,0),(12807,74,108,0),(12808,75,108,0),(12809,76,108,0),(12810,77,108,0),(12811,78,108,0),(12812,79,108,0),(12813,80,108,0),(12814,81,108,0),(12815,82,108,0),(12816,83,108,0),(12817,84,108,0),(12818,85,108,0),(12819,86,108,0),(12820,87,108,0),(12821,88,108,0),(12822,89,108,0),(12823,90,108,0),(12824,91,108,0),(12825,92,108,0),(12826,93,108,0),(12827,94,108,0),(12828,95,108,0),(12829,96,108,0),(12830,97,108,0),(12831,98,108,0),(12832,99,108,0),(12833,100,108,0),(12834,101,108,0),(12835,102,108,0),(12836,103,108,0),(12837,104,108,0),(12838,105,108,0),(12839,106,108,0),(12840,107,108,0),(12841,108,108,0),(12842,109,108,0),(12843,110,108,0),(12844,111,108,0),(12845,112,108,0),(12846,113,108,0),(12847,114,108,0),(12848,115,108,0),(12849,116,108,0),(12850,117,108,0),(12851,118,108,0),(12852,119,108,0),(12853,1,109,0),(12854,2,109,0),(12855,3,109,0),(12856,4,109,0),(12857,5,109,0),(12858,6,109,0),(12859,7,109,0),(12860,8,109,0),(12861,9,109,0),(12862,10,109,0),(12863,11,109,0),(12864,12,109,0.182842596585615),(12865,13,109,0),(12866,14,109,0),(12867,15,109,0),(12868,16,109,0),(12869,17,109,0),(12870,18,109,0),(12871,19,109,0),(12872,20,109,0),(12873,21,109,0),(12874,22,109,0),(12875,23,109,0),(12876,24,109,0),(12877,25,109,0),(12878,26,109,0),(12879,27,109,0),(12880,28,109,0),(12881,29,109,0),(12882,30,109,0),(12883,31,109,0),(12884,32,109,0),(12885,33,109,0),(12886,34,109,0),(12887,35,109,0),(12888,36,109,0),(12889,37,109,0),(12890,38,109,0),(12891,39,109,0),(12892,40,109,0),(12893,41,109,0),(12894,42,109,0),(12895,43,109,0),(12896,44,109,0),(12897,45,109,0),(12898,46,109,0),(12899,47,109,0),(12900,48,109,0),(12901,49,109,0),(12902,50,109,0),(12903,51,109,0),(12904,52,109,0),(12905,53,109,0),(12906,54,109,0),(12907,55,109,0),(12908,56,109,0),(12909,57,109,0),(12910,58,109,0),(12911,59,109,0),(12912,60,109,0),(12913,61,109,0),(12914,62,109,0),(12915,63,109,0),(12916,64,109,0),(12917,65,109,0),(12918,66,109,0),(12919,67,109,0),(12920,68,109,0),(12921,69,109,0),(12922,70,109,0),(12923,71,109,0),(12924,72,109,0),(12925,73,109,0),(12926,74,109,0),(12927,75,109,0),(12928,76,109,0),(12929,77,109,0),(12930,78,109,0),(12931,79,109,0),(12932,80,109,0),(12933,81,109,0),(12934,82,109,0),(12935,83,109,0),(12936,84,109,0),(12937,85,109,0),(12938,86,109,0),(12939,87,109,0),(12940,88,109,0),(12941,89,109,0),(12942,90,109,0),(12943,91,109,0),(12944,92,109,0),(12945,93,109,0),(12946,94,109,0),(12947,95,109,0),(12948,96,109,0),(12949,97,109,0),(12950,98,109,0),(12951,99,109,0),(12952,100,109,0),(12953,101,109,0),(12954,102,109,0),(12955,103,109,0),(12956,104,109,0),(12957,105,109,0),(12958,106,109,0),(12959,107,109,0),(12960,108,109,0),(12961,109,109,0),(12962,110,109,0),(12963,111,109,0),(12964,112,109,0),(12965,113,109,0),(12966,114,109,0),(12967,115,109,0),(12968,116,109,0),(12969,117,109,0),(12970,118,109,0),(12971,119,109,0),(12972,1,110,0),(12973,2,110,0),(12974,3,110,0),(12975,4,110,0),(12976,5,110,0),(12977,6,110,0),(12978,7,110,0),(12979,8,110,0),(12980,9,110,0),(12981,10,110,0),(12982,11,110,0),(12983,12,110,0.0593306782881695),(12984,13,110,0),(12985,14,110,0),(12986,15,110,0),(12987,16,110,0),(12988,17,110,0),(12989,18,110,0),(12990,19,110,0),(12991,20,110,0),(12992,21,110,0),(12993,22,110,0),(12994,23,110,0),(12995,24,110,0),(12996,25,110,0),(12997,26,110,0),(12998,27,110,0),(12999,28,110,0),(13000,29,110,0),(13001,30,110,0),(13002,31,110,0),(13003,32,110,0),(13004,33,110,0),(13005,34,110,0),(13006,35,110,0),(13007,36,110,0),(13008,37,110,0),(13009,38,110,0),(13010,39,110,0),(13011,40,110,0),(13012,41,110,0),(13013,42,110,0),(13014,43,110,0),(13015,44,110,0),(13016,45,110,0),(13017,46,110,0),(13018,47,110,0),(13019,48,110,0),(13020,49,110,0),(13021,50,110,0),(13022,51,110,0),(13023,52,110,0),(13024,53,110,0),(13025,54,110,0),(13026,55,110,0),(13027,56,110,0),(13028,57,110,0),(13029,58,110,0),(13030,59,110,0),(13031,60,110,0),(13032,61,110,0),(13033,62,110,0),(13034,63,110,0),(13035,64,110,0),(13036,65,110,0),(13037,66,110,0),(13038,67,110,0),(13039,68,110,0),(13040,69,110,0),(13041,70,110,0),(13042,71,110,0),(13043,72,110,0),(13044,73,110,0),(13045,74,110,0),(13046,75,110,0),(13047,76,110,0),(13048,77,110,0),(13049,78,110,0),(13050,79,110,0),(13051,80,110,0),(13052,81,110,0),(13053,82,110,0),(13054,83,110,0),(13055,84,110,0),(13056,85,110,0),(13057,86,110,0),(13058,87,110,0),(13059,88,110,0),(13060,89,110,0),(13061,90,110,0),(13062,91,110,0),(13063,92,110,0),(13064,93,110,0),(13065,94,110,0),(13066,95,110,0),(13067,96,110,0),(13068,97,110,0),(13069,98,110,0),(13070,99,110,0),(13071,100,110,0),(13072,101,110,0),(13073,102,110,0),(13074,103,110,0),(13075,104,110,0),(13076,105,110,0),(13077,106,110,0),(13078,107,110,0),(13079,108,110,0),(13080,109,110,0),(13081,110,110,0),(13082,111,110,0),(13083,112,110,0),(13084,113,110,0),(13085,114,110,0),(13086,115,110,0),(13087,116,110,0),(13088,117,110,0),(13089,118,110,0),(13090,119,110,0),(13091,1,111,0),(13092,2,111,0),(13093,3,111,0),(13094,4,111,0),(13095,5,111,0),(13096,6,111,0),(13097,7,111,0),(13098,8,111,0),(13099,9,111,0),(13100,10,111,0),(13101,11,111,0),(13102,12,111,0.255163722359166),(13103,13,111,0),(13104,14,111,0),(13105,15,111,0),(13106,16,111,0),(13107,17,111,0),(13108,18,111,0),(13109,19,111,0),(13110,20,111,0),(13111,21,111,0),(13112,22,111,0),(13113,23,111,0),(13114,24,111,0),(13115,25,111,0),(13116,26,111,0),(13117,27,111,0),(13118,28,111,0),(13119,29,111,0),(13120,30,111,0),(13121,31,111,0),(13122,32,111,0),(13123,33,111,0),(13124,34,111,0),(13125,35,111,0),(13126,36,111,0),(13127,37,111,0),(13128,38,111,0),(13129,39,111,0),(13130,40,111,0),(13131,41,111,0),(13132,42,111,0),(13133,43,111,0),(13134,44,111,0),(13135,45,111,0),(13136,46,111,0),(13137,47,111,0),(13138,48,111,0),(13139,49,111,0),(13140,50,111,0),(13141,51,111,0),(13142,52,111,0),(13143,53,111,0),(13144,54,111,0),(13145,55,111,0),(13146,56,111,0),(13147,57,111,0),(13148,58,111,0),(13149,59,111,0),(13150,60,111,0),(13151,61,111,0),(13152,62,111,0),(13153,63,111,0),(13154,64,111,0),(13155,65,111,0),(13156,66,111,0),(13157,67,111,0),(13158,68,111,0),(13159,69,111,0),(13160,70,111,0),(13161,71,111,0),(13162,72,111,0),(13163,73,111,0),(13164,74,111,0),(13165,75,111,0),(13166,76,111,0),(13167,77,111,0),(13168,78,111,0),(13169,79,111,0),(13170,80,111,0),(13171,81,111,0),(13172,82,111,0),(13173,83,111,0),(13174,84,111,0),(13175,85,111,0),(13176,86,111,0),(13177,87,111,0),(13178,88,111,0),(13179,89,111,0),(13180,90,111,0),(13181,91,111,0),(13182,92,111,0),(13183,93,111,0),(13184,94,111,0),(13185,95,111,0),(13186,96,111,0),(13187,97,111,0),(13188,98,111,0),(13189,99,111,0),(13190,100,111,0),(13191,101,111,0),(13192,102,111,0),(13193,103,111,0),(13194,104,111,0),(13195,105,111,0),(13196,106,111,0),(13197,107,111,0),(13198,108,111,0),(13199,109,111,0),(13200,110,111,0),(13201,111,111,0),(13202,112,111,0),(13203,113,111,0),(13204,114,111,0),(13205,115,111,0),(13206,116,111,0),(13207,117,111,0),(13208,118,111,0),(13209,119,111,0),(13210,1,112,0),(13211,2,112,0),(13212,3,112,0),(13213,4,112,0),(13214,5,112,0),(13215,6,112,0),(13216,7,112,0),(13217,8,112,0),(13218,9,112,0),(13219,10,112,0),(13220,11,112,0),(13221,12,112,0.365152655849044),(13222,13,112,0),(13223,14,112,0),(13224,15,112,0),(13225,16,112,0),(13226,17,112,0),(13227,18,112,0),(13228,19,112,0),(13229,20,112,0),(13230,21,112,0),(13231,22,112,0),(13232,23,112,0),(13233,24,112,0),(13234,25,112,0),(13235,26,112,0),(13236,27,112,0),(13237,28,112,0),(13238,29,112,0),(13239,30,112,0),(13240,31,112,0),(13241,32,112,0),(13242,33,112,0),(13243,34,112,0),(13244,35,112,0),(13245,36,112,0),(13246,37,112,0),(13247,38,112,0),(13248,39,112,0),(13249,40,112,0),(13250,41,112,0),(13251,42,112,0),(13252,43,112,0),(13253,44,112,0),(13254,45,112,0),(13255,46,112,0),(13256,47,112,0),(13257,48,112,0),(13258,49,112,0),(13259,50,112,0),(13260,51,112,0),(13261,52,112,0),(13262,53,112,0),(13263,54,112,0),(13264,55,112,0),(13265,56,112,0),(13266,57,112,0),(13267,58,112,0),(13268,59,112,0),(13269,60,112,0),(13270,61,112,0),(13271,62,112,0),(13272,63,112,0),(13273,64,112,0),(13274,65,112,0),(13275,66,112,0),(13276,67,112,0),(13277,68,112,0),(13278,69,112,0),(13279,70,112,0),(13280,71,112,0),(13281,72,112,0),(13282,73,112,0),(13283,74,112,0),(13284,75,112,0),(13285,76,112,0),(13286,77,112,0),(13287,78,112,0),(13288,79,112,0),(13289,80,112,0),(13290,81,112,0),(13291,82,112,0),(13292,83,112,0),(13293,84,112,0),(13294,85,112,0),(13295,86,112,0),(13296,87,112,0),(13297,88,112,0),(13298,89,112,0),(13299,90,112,0),(13300,91,112,0),(13301,92,112,0),(13302,93,112,0),(13303,94,112,0),(13304,95,112,0),(13305,96,112,0),(13306,97,112,0),(13307,98,112,0),(13308,99,112,0),(13309,100,112,0),(13310,101,112,0),(13311,102,112,0),(13312,103,112,0),(13313,104,112,0),(13314,105,112,0),(13315,106,112,0),(13316,107,112,0),(13317,108,112,0),(13318,109,112,0),(13319,110,112,0),(13320,111,112,0),(13321,112,112,0),(13322,113,112,0),(13323,114,112,0),(13324,115,112,0),(13325,116,112,0),(13326,117,112,0),(13327,118,112,0),(13328,119,112,0),(13329,1,113,0),(13330,2,113,0),(13331,3,113,0),(13332,4,113,0),(13333,5,113,0),(13334,6,113,0),(13335,7,113,0),(13336,8,113,0),(13337,9,113,0),(13338,10,113,0),(13339,11,113,0),(13340,12,113,0.278547026047358),(13341,13,113,0),(13342,14,113,0),(13343,15,113,0),(13344,16,113,0),(13345,17,113,0),(13346,18,113,0),(13347,19,113,0),(13348,20,113,0),(13349,21,113,0),(13350,22,113,0),(13351,23,113,0),(13352,24,113,0),(13353,25,113,0),(13354,26,113,0),(13355,27,113,0),(13356,28,113,0),(13357,29,113,0),(13358,30,113,0),(13359,31,113,0),(13360,32,113,0),(13361,33,113,0),(13362,34,113,0),(13363,35,113,0),(13364,36,113,0),(13365,37,113,0),(13366,38,113,0),(13367,39,113,0),(13368,40,113,0),(13369,41,113,0),(13370,42,113,0),(13371,43,113,0),(13372,44,113,0),(13373,45,113,0),(13374,46,113,0),(13375,47,113,0),(13376,48,113,0),(13377,49,113,0),(13378,50,113,0),(13379,51,113,0),(13380,52,113,0),(13381,53,113,0),(13382,54,113,0),(13383,55,113,0),(13384,56,113,0),(13385,57,113,0),(13386,58,113,0),(13387,59,113,0),(13388,60,113,0),(13389,61,113,0),(13390,62,113,0),(13391,63,113,0),(13392,64,113,0),(13393,65,113,0),(13394,66,113,0),(13395,67,113,0),(13396,68,113,0),(13397,69,113,0),(13398,70,113,0),(13399,71,113,0),(13400,72,113,0),(13401,73,113,0),(13402,74,113,0),(13403,75,113,0),(13404,76,113,0),(13405,77,113,0),(13406,78,113,0),(13407,79,113,0),(13408,80,113,0),(13409,81,113,0),(13410,82,113,0),(13411,83,113,0),(13412,84,113,0),(13413,85,113,0),(13414,86,113,0),(13415,87,113,0),(13416,88,113,0),(13417,89,113,0),(13418,90,113,0),(13419,91,113,0),(13420,92,113,0),(13421,93,113,0),(13422,94,113,0),(13423,95,113,0),(13424,96,113,0),(13425,97,113,0),(13426,98,113,0),(13427,99,113,0),(13428,100,113,0),(13429,101,113,0),(13430,102,113,0),(13431,103,113,0),(13432,104,113,0),(13433,105,113,0),(13434,106,113,0),(13435,107,113,0),(13436,108,113,0),(13437,109,113,0),(13438,110,113,0),(13439,111,113,0),(13440,112,113,0),(13441,113,113,0),(13442,114,113,0),(13443,115,113,0),(13444,116,113,0),(13445,117,113,0),(13446,118,113,0),(13447,119,113,0),(13448,1,114,0),(13449,2,114,0),(13450,3,114,0),(13451,4,114,0),(13452,5,114,0),(13453,6,114,0),(13454,7,114,0),(13455,8,114,0),(13456,9,114,0),(13457,10,114,0),(13458,11,114,0),(13459,12,114,0.101136595744432),(13460,13,114,0),(13461,14,114,0),(13462,15,114,0),(13463,16,114,0),(13464,17,114,0),(13465,18,114,0),(13466,19,114,0),(13467,20,114,0),(13468,21,114,0),(13469,22,114,0),(13470,23,114,0),(13471,24,114,0),(13472,25,114,0),(13473,26,114,0),(13474,27,114,0),(13475,28,114,0),(13476,29,114,0),(13477,30,114,0),(13478,31,114,0),(13479,32,114,0),(13480,33,114,0),(13481,34,114,0),(13482,35,114,0),(13483,36,114,0),(13484,37,114,0),(13485,38,114,0),(13486,39,114,0),(13487,40,114,0),(13488,41,114,0),(13489,42,114,0),(13490,43,114,0),(13491,44,114,0),(13492,45,114,0),(13493,46,114,0),(13494,47,114,0),(13495,48,114,0),(13496,49,114,0),(13497,50,114,0),(13498,51,114,0),(13499,52,114,0),(13500,53,114,0),(13501,54,114,0),(13502,55,114,0),(13503,56,114,0),(13504,57,114,0),(13505,58,114,0),(13506,59,114,0),(13507,60,114,0),(13508,61,114,0),(13509,62,114,0),(13510,63,114,0),(13511,64,114,0),(13512,65,114,0),(13513,66,114,0),(13514,67,114,0),(13515,68,114,0),(13516,69,114,0),(13517,70,114,0),(13518,71,114,0),(13519,72,114,0),(13520,73,114,0),(13521,74,114,0),(13522,75,114,0),(13523,76,114,0),(13524,77,114,0),(13525,78,114,0),(13526,79,114,0),(13527,80,114,0),(13528,81,114,0),(13529,82,114,0),(13530,83,114,0),(13531,84,114,0),(13532,85,114,0),(13533,86,114,0),(13534,87,114,0),(13535,88,114,0),(13536,89,114,0),(13537,90,114,0),(13538,91,114,0),(13539,92,114,0),(13540,93,114,0),(13541,94,114,0),(13542,95,114,0),(13543,96,114,0),(13544,97,114,0),(13545,98,114,0),(13546,99,114,0),(13547,100,114,0),(13548,101,114,0),(13549,102,114,0),(13550,103,114,0),(13551,104,114,0),(13552,105,114,0),(13553,106,114,0),(13554,107,114,0),(13555,108,114,0),(13556,109,114,0),(13557,110,114,0),(13558,111,114,0),(13559,112,114,0),(13560,113,114,0),(13561,114,114,0),(13562,115,114,0),(13563,116,114,0),(13564,117,114,0),(13565,118,114,0),(13566,119,114,0),(13567,1,115,0),(13568,2,115,0),(13569,3,115,0),(13570,4,115,0),(13571,5,115,0),(13572,6,115,0),(13573,7,115,0),(13574,8,115,0),(13575,9,115,0),(13576,10,115,0),(13577,11,115,0),(13578,12,115,0),(13579,13,115,0.147781775070664),(13580,14,115,0),(13581,15,115,0),(13582,16,115,0),(13583,17,115,0),(13584,18,115,0),(13585,19,115,0),(13586,20,115,0),(13587,21,115,0),(13588,22,115,0),(13589,23,115,0),(13590,24,115,0),(13591,25,115,0),(13592,26,115,0),(13593,27,115,0),(13594,28,115,0),(13595,29,115,0),(13596,30,115,0),(13597,31,115,0),(13598,32,115,0),(13599,33,115,0),(13600,34,115,0),(13601,35,115,0),(13602,36,115,0),(13603,37,115,0),(13604,38,115,0),(13605,39,115,0),(13606,40,115,0),(13607,41,115,0),(13608,42,115,0),(13609,43,115,0),(13610,44,115,0),(13611,45,115,0),(13612,46,115,0),(13613,47,115,0),(13614,48,115,0),(13615,49,115,0),(13616,50,115,0),(13617,51,115,0),(13618,52,115,0),(13619,53,115,0),(13620,54,115,0),(13621,55,115,0),(13622,56,115,0),(13623,57,115,0),(13624,58,115,0),(13625,59,115,0),(13626,60,115,0),(13627,61,115,0),(13628,62,115,0),(13629,63,115,0),(13630,64,115,0),(13631,65,115,0),(13632,66,115,0),(13633,67,115,0),(13634,68,115,0),(13635,69,115,0),(13636,70,115,0),(13637,71,115,0),(13638,72,115,0),(13639,73,115,0),(13640,74,115,0),(13641,75,115,0),(13642,76,115,0),(13643,77,115,0),(13644,78,115,0),(13645,79,115,0),(13646,80,115,0),(13647,81,115,0),(13648,82,115,0),(13649,83,115,0),(13650,84,115,0),(13651,85,115,0),(13652,86,115,0),(13653,87,115,0),(13654,88,115,0),(13655,89,115,0),(13656,90,115,0),(13657,91,115,0),(13658,92,115,0),(13659,93,115,0),(13660,94,115,0),(13661,95,115,0),(13662,96,115,0),(13663,97,115,0),(13664,98,115,0),(13665,99,115,0),(13666,100,115,0),(13667,101,115,0),(13668,102,115,0),(13669,103,115,0),(13670,104,115,0),(13671,105,115,0),(13672,106,115,0),(13673,107,115,0),(13674,108,115,0),(13675,109,115,0),(13676,110,115,0),(13677,111,115,0),(13678,112,115,0),(13679,113,115,0),(13680,114,115,0),(13681,115,115,0),(13682,116,115,0),(13683,117,115,0),(13684,118,115,0),(13685,119,115,0),(13686,1,116,0),(13687,2,116,0),(13688,3,116,0),(13689,4,116,0),(13690,5,116,0),(13691,6,116,0),(13692,7,116,0),(13693,8,116,0),(13694,9,116,0),(13695,10,116,0),(13696,11,116,0),(13697,12,116,0),(13698,13,116,0.205707396015534),(13699,14,116,0),(13700,15,116,0),(13701,16,116,0),(13702,17,116,0),(13703,18,116,0),(13704,19,116,0),(13705,20,116,0),(13706,21,116,0),(13707,22,116,0),(13708,23,116,0),(13709,24,116,0),(13710,25,116,0),(13711,26,116,0),(13712,27,116,0),(13713,28,116,0),(13714,29,116,0),(13715,30,116,0),(13716,31,116,0),(13717,32,116,0),(13718,33,116,0),(13719,34,116,0),(13720,35,116,0),(13721,36,116,0),(13722,37,116,0),(13723,38,116,0),(13724,39,116,0),(13725,40,116,0),(13726,41,116,0),(13727,42,116,0),(13728,43,116,0),(13729,44,116,0),(13730,45,116,0),(13731,46,116,0),(13732,47,116,0),(13733,48,116,0),(13734,49,116,0),(13735,50,116,0),(13736,51,116,0),(13737,52,116,0),(13738,53,116,0),(13739,54,116,0),(13740,55,116,0),(13741,56,116,0),(13742,57,116,0),(13743,58,116,0),(13744,59,116,0),(13745,60,116,0),(13746,61,116,0),(13747,62,116,0),(13748,63,116,0),(13749,64,116,0),(13750,65,116,0),(13751,66,116,0),(13752,67,116,0),(13753,68,116,0),(13754,69,116,0),(13755,70,116,0),(13756,71,116,0),(13757,72,116,0),(13758,73,116,0),(13759,74,116,0),(13760,75,116,0),(13761,76,116,0),(13762,77,116,0),(13763,78,116,0),(13764,79,116,0),(13765,80,116,0),(13766,81,116,0),(13767,82,116,0),(13768,83,116,0),(13769,84,116,0),(13770,85,116,0),(13771,86,116,0),(13772,87,116,0),(13773,88,116,0),(13774,89,116,0),(13775,90,116,0),(13776,91,116,0),(13777,92,116,0),(13778,93,116,0),(13779,94,116,0),(13780,95,116,0),(13781,96,116,0),(13782,97,116,0),(13783,98,116,0),(13784,99,116,0),(13785,100,116,0),(13786,101,116,0),(13787,102,116,0),(13788,103,116,0),(13789,104,116,0),(13790,105,116,0),(13791,106,116,0),(13792,107,116,0),(13793,108,116,0),(13794,109,116,0),(13795,110,116,0),(13796,111,116,0),(13797,112,116,0),(13798,113,116,0),(13799,114,116,0),(13800,115,116,0),(13801,116,116,0),(13802,117,116,0),(13803,118,116,0),(13804,119,116,0),(13805,1,117,0),(13806,2,117,0),(13807,3,117,0),(13808,4,117,0),(13809,5,117,0),(13810,6,117,0),(13811,7,117,0),(13812,8,117,0),(13813,9,117,0),(13814,10,117,0),(13815,11,117,0),(13816,12,117,0),(13817,13,117,0.146510828913802),(13818,14,117,0),(13819,15,117,0),(13820,16,117,0),(13821,17,117,0),(13822,18,117,0),(13823,19,117,0),(13824,20,117,0),(13825,21,117,0),(13826,22,117,0),(13827,23,117,0),(13828,24,117,0),(13829,25,117,0),(13830,26,117,0),(13831,27,117,0),(13832,28,117,0),(13833,29,117,0),(13834,30,117,0),(13835,31,117,0),(13836,32,117,0),(13837,33,117,0),(13838,34,117,0),(13839,35,117,0),(13840,36,117,0),(13841,37,117,0),(13842,38,117,0),(13843,39,117,0),(13844,40,117,0),(13845,41,117,0),(13846,42,117,0),(13847,43,117,0),(13848,44,117,0),(13849,45,117,0),(13850,46,117,0),(13851,47,117,0),(13852,48,117,0),(13853,49,117,0),(13854,50,117,0),(13855,51,117,0),(13856,52,117,0),(13857,53,117,0),(13858,54,117,0),(13859,55,117,0),(13860,56,117,0),(13861,57,117,0),(13862,58,117,0),(13863,59,117,0),(13864,60,117,0),(13865,61,117,0),(13866,62,117,0),(13867,63,117,0),(13868,64,117,0),(13869,65,117,0),(13870,66,117,0),(13871,67,117,0),(13872,68,117,0),(13873,69,117,0),(13874,70,117,0),(13875,71,117,0),(13876,72,117,0),(13877,73,117,0),(13878,74,117,0),(13879,75,117,0),(13880,76,117,0),(13881,77,117,0),(13882,78,117,0),(13883,79,117,0),(13884,80,117,0),(13885,81,117,0),(13886,82,117,0),(13887,83,117,0),(13888,84,117,0),(13889,85,117,0),(13890,86,117,0),(13891,87,117,0),(13892,88,117,0),(13893,89,117,0),(13894,90,117,0),(13895,91,117,0),(13896,92,117,0),(13897,93,117,0),(13898,94,117,0),(13899,95,117,0),(13900,96,117,0),(13901,97,117,0),(13902,98,117,0),(13903,99,117,0),(13904,100,117,0),(13905,101,117,0),(13906,102,117,0),(13907,103,117,0),(13908,104,117,0),(13909,105,117,0),(13910,106,117,0),(13911,107,117,0),(13912,108,117,0),(13913,109,117,0),(13914,110,117,0),(13915,111,117,0),(13916,112,117,0),(13917,113,117,0),(13918,114,117,0),(13919,115,117,0),(13920,116,117,0),(13921,117,117,0),(13922,118,117,0),(13923,119,117,0),(13924,1,118,0),(13925,2,118,0),(13926,3,118,0),(13927,4,118,0),(13928,5,118,0),(13929,6,118,0),(13930,7,118,0),(13931,8,118,0),(13932,9,118,0),(13933,10,118,0),(13934,11,118,0),(13935,12,118,0),(13936,13,118,0.0833440035160957),(13937,14,118,0),(13938,15,118,0),(13939,16,118,0),(13940,17,118,0),(13941,18,118,0),(13942,19,118,0),(13943,20,118,0),(13944,21,118,0),(13945,22,118,0),(13946,23,118,0),(13947,24,118,0),(13948,25,118,0),(13949,26,118,0),(13950,27,118,0),(13951,28,118,0),(13952,29,118,0),(13953,30,118,0),(13954,31,118,0),(13955,32,118,0),(13956,33,118,0),(13957,34,118,0),(13958,35,118,0),(13959,36,118,0),(13960,37,118,0),(13961,38,118,0),(13962,39,118,0),(13963,40,118,0),(13964,41,118,0),(13965,42,118,0),(13966,43,118,0),(13967,44,118,0),(13968,45,118,0),(13969,46,118,0),(13970,47,118,0),(13971,48,118,0),(13972,49,118,0),(13973,50,118,0),(13974,51,118,0),(13975,52,118,0),(13976,53,118,0),(13977,54,118,0),(13978,55,118,0),(13979,56,118,0),(13980,57,118,0),(13981,58,118,0),(13982,59,118,0),(13983,60,118,0),(13984,61,118,0),(13985,62,118,0),(13986,63,118,0),(13987,64,118,0),(13988,65,118,0),(13989,66,118,0),(13990,67,118,0),(13991,68,118,0),(13992,69,118,0),(13993,70,118,0),(13994,71,118,0),(13995,72,118,0),(13996,73,118,0),(13997,74,118,0),(13998,75,118,0),(13999,76,118,0),(14000,77,118,0),(14001,78,118,0),(14002,79,118,0),(14003,80,118,0),(14004,81,118,0),(14005,82,118,0),(14006,83,118,0),(14007,84,118,0),(14008,85,118,0),(14009,86,118,0),(14010,87,118,0),(14011,88,118,0),(14012,89,118,0),(14013,90,118,0),(14014,91,118,0),(14015,92,118,0),(14016,93,118,0),(14017,94,118,0),(14018,95,118,0),(14019,96,118,0),(14020,97,118,0),(14021,98,118,0),(14022,99,118,0),(14023,100,118,0),(14024,101,118,0),(14025,102,118,0),(14026,103,118,0),(14027,104,118,0),(14028,105,118,0),(14029,106,118,0),(14030,107,118,0),(14031,108,118,0),(14032,109,118,0),(14033,110,118,0),(14034,111,118,0),(14035,112,118,0),(14036,113,118,0),(14037,114,118,0),(14038,115,118,0),(14039,116,118,0),(14040,117,118,0),(14041,118,118,0),(14042,119,118,0),(14043,1,119,0),(14044,2,119,0),(14045,3,119,0),(14046,4,119,0),(14047,5,119,0),(14048,6,119,0),(14049,7,119,0),(14050,8,119,0),(14051,9,119,0),(14052,10,119,0),(14053,11,119,0),(14054,12,119,0),(14055,13,119,0.0503363810914656),(14056,14,119,0),(14057,15,119,0),(14058,16,119,0),(14059,17,119,0),(14060,18,119,0),(14061,19,119,0),(14062,20,119,0),(14063,21,119,0),(14064,22,119,0),(14065,23,119,0),(14066,24,119,0),(14067,25,119,0),(14068,26,119,0),(14069,27,119,0),(14070,28,119,0),(14071,29,119,0),(14072,30,119,0),(14073,31,119,0),(14074,32,119,0),(14075,33,119,0),(14076,34,119,0),(14077,35,119,0),(14078,36,119,0),(14079,37,119,0),(14080,38,119,0),(14081,39,119,0),(14082,40,119,0),(14083,41,119,0),(14084,42,119,0),(14085,43,119,0),(14086,44,119,0),(14087,45,119,0),(14088,46,119,0),(14089,47,119,0),(14090,48,119,0),(14091,49,119,0),(14092,50,119,0),(14093,51,119,0),(14094,52,119,0),(14095,53,119,0),(14096,54,119,0),(14097,55,119,0),(14098,56,119,0),(14099,57,119,0),(14100,58,119,0),(14101,59,119,0),(14102,60,119,0),(14103,61,119,0),(14104,62,119,0),(14105,63,119,0),(14106,64,119,0),(14107,65,119,0),(14108,66,119,0),(14109,67,119,0),(14110,68,119,0),(14111,69,119,0),(14112,70,119,0),(14113,71,119,0),(14114,72,119,0),(14115,73,119,0),(14116,74,119,0),(14117,75,119,0),(14118,76,119,0),(14119,77,119,0),(14120,78,119,0),(14121,79,119,0),(14122,80,119,0),(14123,81,119,0),(14124,82,119,0),(14125,83,119,0),(14126,84,119,0),(14127,85,119,0),(14128,86,119,0),(14129,87,119,0),(14130,88,119,0),(14131,89,119,0),(14132,90,119,0),(14133,91,119,0),(14134,92,119,0),(14135,93,119,0),(14136,94,119,0),(14137,95,119,0),(14138,96,119,0),(14139,97,119,0),(14140,98,119,0),(14141,99,119,0),(14142,100,119,0),(14143,101,119,0),(14144,102,119,0),(14145,103,119,0),(14146,104,119,0),(14147,105,119,0),(14148,106,119,0),(14149,107,119,0),(14150,108,119,0),(14151,109,119,0),(14152,110,119,0),(14153,111,119,0),(14154,112,119,0),(14155,113,119,0),(14156,114,119,0),(14157,115,119,0),(14158,116,119,0),(14159,117,119,0),(14160,118,119,0),(14161,119,119,0),(14162,1,120,0),(14163,2,120,0),(14164,3,120,0),(14165,4,120,0),(14166,5,120,0),(14167,6,120,0),(14168,7,120,0),(14169,8,120,0),(14170,9,120,0),(14171,10,120,0),(14172,11,120,0),(14173,12,120,0),(14174,13,120,0.393498321654072),(14175,14,120,0),(14176,15,120,0),(14177,16,120,0),(14178,17,120,0),(14179,18,120,0),(14180,19,120,0),(14181,20,120,0),(14182,21,120,0),(14183,22,120,0),(14184,23,120,0),(14185,24,120,0),(14186,25,120,0),(14187,26,120,0),(14188,27,120,0),(14189,28,120,0),(14190,29,120,0),(14191,30,120,0),(14192,31,120,0),(14193,32,120,0),(14194,33,120,0),(14195,34,120,0),(14196,35,120,0),(14197,36,120,0),(14198,37,120,0),(14199,38,120,0),(14200,39,120,0),(14201,40,120,0),(14202,41,120,0),(14203,42,120,0),(14204,43,120,0),(14205,44,120,0),(14206,45,120,0),(14207,46,120,0),(14208,47,120,0),(14209,48,120,0),(14210,49,120,0),(14211,50,120,0),(14212,51,120,0),(14213,52,120,0),(14214,53,120,0),(14215,54,120,0),(14216,55,120,0),(14217,56,120,0),(14218,57,120,0),(14219,58,120,0),(14220,59,120,0),(14221,60,120,0),(14222,61,120,0),(14223,62,120,0),(14224,63,120,0),(14225,64,120,0),(14226,65,120,0),(14227,66,120,0),(14228,67,120,0),(14229,68,120,0),(14230,69,120,0),(14231,70,120,0),(14232,71,120,0),(14233,72,120,0),(14234,73,120,0),(14235,74,120,0),(14236,75,120,0),(14237,76,120,0),(14238,77,120,0),(14239,78,120,0),(14240,79,120,0),(14241,80,120,0),(14242,81,120,0),(14243,82,120,0),(14244,83,120,0),(14245,84,120,0),(14246,85,120,0),(14247,86,120,0),(14248,87,120,0),(14249,88,120,0),(14250,89,120,0),(14251,90,120,0),(14252,91,120,0),(14253,92,120,0),(14254,93,120,0),(14255,94,120,0),(14256,95,120,0),(14257,96,120,0),(14258,97,120,0),(14259,98,120,0),(14260,99,120,0),(14261,100,120,0),(14262,101,120,0),(14263,102,120,0),(14264,103,120,0),(14265,104,120,0),(14266,105,120,0),(14267,106,120,0),(14268,107,120,0),(14269,108,120,0),(14270,109,120,0),(14271,110,120,0),(14272,111,120,0),(14273,112,120,0),(14274,113,120,0),(14275,114,120,0),(14276,115,120,0),(14277,116,120,0),(14278,117,120,0),(14279,118,120,0),(14280,119,120,0),(14281,1,121,0),(14282,2,121,0),(14283,3,121,0),(14284,4,121,0),(14285,5,121,0),(14286,6,121,0),(14287,7,121,0),(14288,8,121,0),(14289,9,121,0),(14290,10,121,0),(14291,11,121,0),(14292,12,121,0),(14293,13,121,0.272821293738366),(14294,14,121,0),(14295,15,121,0),(14296,16,121,0),(14297,17,121,0),(14298,18,121,0),(14299,19,121,0),(14300,20,121,0),(14301,21,121,0),(14302,22,121,0),(14303,23,121,0),(14304,24,121,0),(14305,25,121,0),(14306,26,121,0),(14307,27,121,0),(14308,28,121,0),(14309,29,121,0),(14310,30,121,0),(14311,31,121,0),(14312,32,121,0),(14313,33,121,0),(14314,34,121,0),(14315,35,121,0),(14316,36,121,0),(14317,37,121,0),(14318,38,121,0),(14319,39,121,0),(14320,40,121,0),(14321,41,121,0),(14322,42,121,0),(14323,43,121,0),(14324,44,121,0),(14325,45,121,0),(14326,46,121,0),(14327,47,121,0),(14328,48,121,0),(14329,49,121,0),(14330,50,121,0),(14331,51,121,0),(14332,52,121,0),(14333,53,121,0),(14334,54,121,0),(14335,55,121,0),(14336,56,121,0),(14337,57,121,0),(14338,58,121,0),(14339,59,121,0),(14340,60,121,0),(14341,61,121,0),(14342,62,121,0),(14343,63,121,0),(14344,64,121,0),(14345,65,121,0),(14346,66,121,0),(14347,67,121,0),(14348,68,121,0),(14349,69,121,0),(14350,70,121,0),(14351,71,121,0),(14352,72,121,0),(14353,73,121,0),(14354,74,121,0),(14355,75,121,0),(14356,76,121,0),(14357,77,121,0),(14358,78,121,0),(14359,79,121,0),(14360,80,121,0),(14361,81,121,0),(14362,82,121,0),(14363,83,121,0),(14364,84,121,0),(14365,85,121,0),(14366,86,121,0),(14367,87,121,0),(14368,88,121,0),(14369,89,121,0),(14370,90,121,0),(14371,91,121,0),(14372,92,121,0),(14373,93,121,0),(14374,94,121,0),(14375,95,121,0),(14376,96,121,0),(14377,97,121,0),(14378,98,121,0),(14379,99,121,0),(14380,100,121,0),(14381,101,121,0),(14382,102,121,0),(14383,103,121,0),(14384,104,121,0),(14385,105,121,0),(14386,106,121,0),(14387,107,121,0),(14388,108,121,0),(14389,109,121,0),(14390,110,121,0),(14391,111,121,0),(14392,112,121,0),(14393,113,121,0),(14394,114,121,0),(14395,115,121,0),(14396,116,121,0),(14397,117,121,0),(14398,118,121,0),(14399,119,121,0),(14400,1,122,0),(14401,2,122,0),(14402,3,122,0),(14403,4,122,0),(14404,5,122,0),(14405,6,122,0),(14406,7,122,0),(14407,8,122,0),(14408,9,122,0),(14409,10,122,0),(14410,11,122,0),(14411,12,122,0),(14412,13,122,0.219085489924108),(14413,14,122,0),(14414,15,122,0),(14415,16,122,0),(14416,17,122,0),(14417,18,122,0),(14418,19,122,0),(14419,20,122,0),(14420,21,122,0),(14421,22,122,0),(14422,23,122,0),(14423,24,122,0),(14424,25,122,0),(14425,26,122,0),(14426,27,122,0),(14427,28,122,0),(14428,29,122,0),(14429,30,122,0),(14430,31,122,0),(14431,32,122,0),(14432,33,122,0),(14433,34,122,0),(14434,35,122,0),(14435,36,122,0),(14436,37,122,0),(14437,38,122,0),(14438,39,122,0),(14439,40,122,0),(14440,41,122,0),(14441,42,122,0),(14442,43,122,0),(14443,44,122,0),(14444,45,122,0),(14445,46,122,0),(14446,47,122,0),(14447,48,122,0),(14448,49,122,0),(14449,50,122,0),(14450,51,122,0),(14451,52,122,0),(14452,53,122,0),(14453,54,122,0),(14454,55,122,0),(14455,56,122,0),(14456,57,122,0),(14457,58,122,0),(14458,59,122,0),(14459,60,122,0),(14460,61,122,0),(14461,62,122,0),(14462,63,122,0),(14463,64,122,0),(14464,65,122,0),(14465,66,122,0),(14466,67,122,0),(14467,68,122,0),(14468,69,122,0),(14469,70,122,0),(14470,71,122,0),(14471,72,122,0),(14472,73,122,0),(14473,74,122,0),(14474,75,122,0),(14475,76,122,0),(14476,77,122,0),(14477,78,122,0),(14478,79,122,0),(14479,80,122,0),(14480,81,122,0),(14481,82,122,0),(14482,83,122,0),(14483,84,122,0),(14484,85,122,0),(14485,86,122,0),(14486,87,122,0),(14487,88,122,0),(14488,89,122,0),(14489,90,122,0),(14490,91,122,0),(14491,92,122,0),(14492,93,122,0),(14493,94,122,0),(14494,95,122,0),(14495,96,122,0),(14496,97,122,0),(14497,98,122,0),(14498,99,122,0),(14499,100,122,0),(14500,101,122,0),(14501,102,122,0),(14502,103,122,0),(14503,104,122,0),(14504,105,122,0),(14505,106,122,0),(14506,107,122,0),(14507,108,122,0),(14508,109,122,0),(14509,110,122,0),(14510,111,122,0),(14511,112,122,0),(14512,113,122,0),(14513,114,122,0),(14514,115,122,0),(14515,116,122,0),(14516,117,122,0),(14517,118,122,0),(14518,119,122,0),(14519,1,123,0),(14520,2,123,0),(14521,3,123,0),(14522,4,123,0),(14523,5,123,0),(14524,6,123,0),(14525,7,123,0),(14526,8,123,0),(14527,9,123,0),(14528,10,123,0),(14529,11,123,0),(14530,12,123,0),(14531,13,123,0.208259580708423),(14532,14,123,0),(14533,15,123,0),(14534,16,123,0),(14535,17,123,0),(14536,18,123,0),(14537,19,123,0),(14538,20,123,0),(14539,21,123,0),(14540,22,123,0),(14541,23,123,0),(14542,24,123,0),(14543,25,123,0),(14544,26,123,0),(14545,27,123,0),(14546,28,123,0),(14547,29,123,0),(14548,30,123,0),(14549,31,123,0),(14550,32,123,0),(14551,33,123,0),(14552,34,123,0),(14553,35,123,0),(14554,36,123,0),(14555,37,123,0),(14556,38,123,0),(14557,39,123,0),(14558,40,123,0),(14559,41,123,0),(14560,42,123,0),(14561,43,123,0),(14562,44,123,0),(14563,45,123,0),(14564,46,123,0),(14565,47,123,0),(14566,48,123,0),(14567,49,123,0),(14568,50,123,0),(14569,51,123,0),(14570,52,123,0),(14571,53,123,0),(14572,54,123,0),(14573,55,123,0),(14574,56,123,0),(14575,57,123,0),(14576,58,123,0),(14577,59,123,0),(14578,60,123,0),(14579,61,123,0),(14580,62,123,0),(14581,63,123,0),(14582,64,123,0),(14583,65,123,0),(14584,66,123,0),(14585,67,123,0),(14586,68,123,0),(14587,69,123,0),(14588,70,123,0),(14589,71,123,0),(14590,72,123,0),(14591,73,123,0),(14592,74,123,0),(14593,75,123,0),(14594,76,123,0),(14595,77,123,0),(14596,78,123,0),(14597,79,123,0),(14598,80,123,0),(14599,81,123,0),(14600,82,123,0),(14601,83,123,0),(14602,84,123,0),(14603,85,123,0),(14604,86,123,0),(14605,87,123,0),(14606,88,123,0),(14607,89,123,0),(14608,90,123,0),(14609,91,123,0),(14610,92,123,0),(14611,93,123,0),(14612,94,123,0),(14613,95,123,0),(14614,96,123,0),(14615,97,123,0),(14616,98,123,0),(14617,99,123,0),(14618,100,123,0),(14619,101,123,0),(14620,102,123,0),(14621,103,123,0),(14622,104,123,0),(14623,105,123,0),(14624,106,123,0),(14625,107,123,0),(14626,108,123,0),(14627,109,123,0),(14628,110,123,0),(14629,111,123,0),(14630,112,123,0),(14631,113,123,0),(14632,114,123,0),(14633,115,123,0),(14634,116,123,0),(14635,117,123,0),(14636,118,123,0),(14637,119,123,0),(14638,1,124,0),(14639,2,124,0),(14640,3,124,0),(14641,4,124,0),(14642,5,124,0),(14643,6,124,0),(14644,7,124,0),(14645,8,124,0),(14646,9,124,0),(14647,10,124,0),(14648,11,124,0),(14649,12,124,0),(14650,13,124,0.345562245698546),(14651,14,124,0),(14652,15,124,0),(14653,16,124,0),(14654,17,124,0),(14655,18,124,0),(14656,19,124,0),(14657,20,124,0),(14658,21,124,0),(14659,22,124,0),(14660,23,124,0),(14661,24,124,0),(14662,25,124,0),(14663,26,124,0),(14664,27,124,0),(14665,28,124,0),(14666,29,124,0),(14667,30,124,0),(14668,31,124,0),(14669,32,124,0),(14670,33,124,0),(14671,34,124,0),(14672,35,124,0),(14673,36,124,0),(14674,37,124,0),(14675,38,124,0),(14676,39,124,0),(14677,40,124,0),(14678,41,124,0),(14679,42,124,0),(14680,43,124,0),(14681,44,124,0),(14682,45,124,0),(14683,46,124,0),(14684,47,124,0),(14685,48,124,0),(14686,49,124,0),(14687,50,124,0),(14688,51,124,0),(14689,52,124,0),(14690,53,124,0),(14691,54,124,0),(14692,55,124,0),(14693,56,124,0),(14694,57,124,0),(14695,58,124,0),(14696,59,124,0),(14697,60,124,0),(14698,61,124,0),(14699,62,124,0),(14700,63,124,0),(14701,64,124,0),(14702,65,124,0),(14703,66,124,0),(14704,67,124,0),(14705,68,124,0),(14706,69,124,0),(14707,70,124,0),(14708,71,124,0),(14709,72,124,0),(14710,73,124,0),(14711,74,124,0),(14712,75,124,0),(14713,76,124,0),(14714,77,124,0),(14715,78,124,0),(14716,79,124,0),(14717,80,124,0),(14718,81,124,0),(14719,82,124,0),(14720,83,124,0),(14721,84,124,0),(14722,85,124,0),(14723,86,124,0),(14724,87,124,0),(14725,88,124,0),(14726,89,124,0),(14727,90,124,0),(14728,91,124,0),(14729,92,124,0),(14730,93,124,0),(14731,94,124,0),(14732,95,124,0),(14733,96,124,0),(14734,97,124,0),(14735,98,124,0),(14736,99,124,0),(14737,100,124,0),(14738,101,124,0),(14739,102,124,0),(14740,103,124,0),(14741,104,124,0),(14742,105,124,0),(14743,106,124,0),(14744,107,124,0),(14745,108,124,0),(14746,109,124,0),(14747,110,124,0),(14748,111,124,0),(14749,112,124,0),(14750,113,124,0),(14751,114,124,0),(14752,115,124,0),(14753,116,124,0),(14754,117,124,0),(14755,118,124,0),(14756,119,124,0),(14757,1,125,0),(14758,2,125,0),(14759,3,125,0),(14760,4,125,0),(14761,5,125,0),(14762,6,125,0),(14763,7,125,0),(14764,8,125,0),(14765,9,125,0),(14766,10,125,0),(14767,11,125,0),(14768,12,125,0),(14769,13,125,0.227092683668922),(14770,14,125,0),(14771,15,125,0),(14772,16,125,0),(14773,17,125,0),(14774,18,125,0),(14775,19,125,0),(14776,20,125,0),(14777,21,125,0),(14778,22,125,0),(14779,23,125,0),(14780,24,125,0),(14781,25,125,0),(14782,26,125,0),(14783,27,125,0),(14784,28,125,0),(14785,29,125,0),(14786,30,125,0),(14787,31,125,0),(14788,32,125,0),(14789,33,125,0),(14790,34,125,0),(14791,35,125,0),(14792,36,125,0),(14793,37,125,0),(14794,38,125,0),(14795,39,125,0),(14796,40,125,0),(14797,41,125,0),(14798,42,125,0),(14799,43,125,0),(14800,44,125,0),(14801,45,125,0),(14802,46,125,0),(14803,47,125,0),(14804,48,125,0),(14805,49,125,0),(14806,50,125,0),(14807,51,125,0),(14808,52,125,0),(14809,53,125,0),(14810,54,125,0),(14811,55,125,0),(14812,56,125,0),(14813,57,125,0),(14814,58,125,0),(14815,59,125,0),(14816,60,125,0),(14817,61,125,0),(14818,62,125,0),(14819,63,125,0),(14820,64,125,0),(14821,65,125,0),(14822,66,125,0),(14823,67,125,0),(14824,68,125,0),(14825,69,125,0),(14826,70,125,0),(14827,71,125,0),(14828,72,125,0),(14829,73,125,0),(14830,74,125,0),(14831,75,125,0),(14832,76,125,0),(14833,77,125,0),(14834,78,125,0),(14835,79,125,0),(14836,80,125,0),(14837,81,125,0),(14838,82,125,0),(14839,83,125,0),(14840,84,125,0),(14841,85,125,0),(14842,86,125,0),(14843,87,125,0),(14844,88,125,0),(14845,89,125,0),(14846,90,125,0),(14847,91,125,0),(14848,92,125,0),(14849,93,125,0),(14850,94,125,0),(14851,95,125,0),(14852,96,125,0),(14853,97,125,0),(14854,98,125,0),(14855,99,125,0),(14856,100,125,0),(14857,101,125,0),(14858,102,125,0),(14859,103,125,0),(14860,104,125,0),(14861,105,125,0),(14862,106,125,0),(14863,107,125,0),(14864,108,125,0),(14865,109,125,0),(14866,110,125,0),(14867,111,125,0),(14868,112,125,0),(14869,113,125,0),(14870,114,125,0),(14871,115,125,0),(14872,116,125,0),(14873,117,125,0),(14874,118,125,0),(14875,119,125,0),(14876,1,126,0),(14877,2,126,0),(14878,3,126,0),(14879,4,126,0),(14880,5,126,0),(14881,6,126,0),(14882,7,126,0),(14883,8,126,0),(14884,9,126,0),(14885,10,126,0),(14886,11,126,0),(14887,12,126,0),(14888,13,126,0),(14889,14,126,0.207785476953899),(14890,15,126,0),(14891,16,126,0),(14892,17,126,0),(14893,18,126,0),(14894,19,126,0),(14895,20,126,0),(14896,21,126,0),(14897,22,126,0),(14898,23,126,0),(14899,24,126,0),(14900,25,126,0),(14901,26,126,0),(14902,27,126,0),(14903,28,126,0),(14904,29,126,0),(14905,30,126,0),(14906,31,126,0),(14907,32,126,0),(14908,33,126,0),(14909,34,126,0),(14910,35,126,0),(14911,36,126,0),(14912,37,126,0),(14913,38,126,0),(14914,39,126,0),(14915,40,126,0),(14916,41,126,0),(14917,42,126,0),(14918,43,126,0),(14919,44,126,0),(14920,45,126,0),(14921,46,126,0),(14922,47,126,0),(14923,48,126,0),(14924,49,126,0),(14925,50,126,0),(14926,51,126,0),(14927,52,126,0),(14928,53,126,0),(14929,54,126,0),(14930,55,126,0),(14931,56,126,0),(14932,57,126,0),(14933,58,126,0),(14934,59,126,0),(14935,60,126,0),(14936,61,126,0),(14937,62,126,0),(14938,63,126,0),(14939,64,126,0),(14940,65,126,0),(14941,66,126,0),(14942,67,126,0),(14943,68,126,0),(14944,69,126,0),(14945,70,126,0),(14946,71,126,0),(14947,72,126,0),(14948,73,126,0),(14949,74,126,0),(14950,75,126,0),(14951,76,126,0),(14952,77,126,0),(14953,78,126,0),(14954,79,126,0),(14955,80,126,0),(14956,81,126,0),(14957,82,126,0),(14958,83,126,0),(14959,84,126,0),(14960,85,126,0),(14961,86,126,0),(14962,87,126,0),(14963,88,126,0),(14964,89,126,0),(14965,90,126,0),(14966,91,126,0),(14967,92,126,0),(14968,93,126,0),(14969,94,126,0),(14970,95,126,0),(14971,96,126,0),(14972,97,126,0),(14973,98,126,0),(14974,99,126,0),(14975,100,126,0),(14976,101,126,0),(14977,102,126,0),(14978,103,126,0),(14979,104,126,0),(14980,105,126,0),(14981,106,126,0),(14982,107,126,0),(14983,108,126,0),(14984,109,126,0),(14985,110,126,0),(14986,111,126,0),(14987,112,126,0),(14988,113,126,0),(14989,114,126,0),(14990,115,126,0),(14991,116,126,0),(14992,117,126,0),(14993,118,126,0),(14994,119,126,0),(14995,1,127,0),(14996,2,127,0),(14997,3,127,0),(14998,4,127,0),(14999,5,127,0),(15000,6,127,0),(15001,7,127,0),(15002,8,127,0),(15003,9,127,0),(15004,10,127,0),(15005,11,127,0),(15006,12,127,0),(15007,13,127,0),(15008,14,127,0.105462874620693),(15009,15,127,0),(15010,16,127,0),(15011,17,127,0),(15012,18,127,0),(15013,19,127,0),(15014,20,127,0),(15015,21,127,0),(15016,22,127,0),(15017,23,127,0),(15018,24,127,0),(15019,25,127,0),(15020,26,127,0),(15021,27,127,0),(15022,28,127,0),(15023,29,127,0),(15024,30,127,0),(15025,31,127,0),(15026,32,127,0),(15027,33,127,0),(15028,34,127,0),(15029,35,127,0),(15030,36,127,0),(15031,37,127,0),(15032,38,127,0),(15033,39,127,0),(15034,40,127,0),(15035,41,127,0),(15036,42,127,0),(15037,43,127,0),(15038,44,127,0),(15039,45,127,0),(15040,46,127,0),(15041,47,127,0),(15042,48,127,0),(15043,49,127,0),(15044,50,127,0),(15045,51,127,0),(15046,52,127,0),(15047,53,127,0),(15048,54,127,0),(15049,55,127,0),(15050,56,127,0),(15051,57,127,0),(15052,58,127,0),(15053,59,127,0),(15054,60,127,0),(15055,61,127,0),(15056,62,127,0),(15057,63,127,0),(15058,64,127,0),(15059,65,127,0),(15060,66,127,0),(15061,67,127,0),(15062,68,127,0),(15063,69,127,0),(15064,70,127,0),(15065,71,127,0),(15066,72,127,0),(15067,73,127,0),(15068,74,127,0),(15069,75,127,0),(15070,76,127,0),(15071,77,127,0),(15072,78,127,0),(15073,79,127,0),(15074,80,127,0),(15075,81,127,0),(15076,82,127,0),(15077,83,127,0),(15078,84,127,0),(15079,85,127,0),(15080,86,127,0),(15081,87,127,0),(15082,88,127,0),(15083,89,127,0),(15084,90,127,0),(15085,91,127,0),(15086,92,127,0),(15087,93,127,0),(15088,94,127,0),(15089,95,127,0),(15090,96,127,0),(15091,97,127,0),(15092,98,127,0),(15093,99,127,0),(15094,100,127,0),(15095,101,127,0),(15096,102,127,0),(15097,103,127,0),(15098,104,127,0),(15099,105,127,0),(15100,106,127,0),(15101,107,127,0),(15102,108,127,0),(15103,109,127,0),(15104,110,127,0),(15105,111,127,0),(15106,112,127,0),(15107,113,127,0),(15108,114,127,0),(15109,115,127,0),(15110,116,127,0),(15111,117,127,0),(15112,118,127,0),(15113,119,127,0),(15114,1,128,0),(15115,2,128,0),(15116,3,128,0),(15117,4,128,0),(15118,5,128,0),(15119,6,128,0),(15120,7,128,0),(15121,8,128,0),(15122,9,128,0),(15123,10,128,0),(15124,11,128,0),(15125,12,128,0),(15126,13,128,0),(15127,14,128,0.186751648425408),(15128,15,128,0),(15129,16,128,0),(15130,17,128,0),(15131,18,128,0),(15132,19,128,0),(15133,20,128,0),(15134,21,128,0),(15135,22,128,0),(15136,23,128,0),(15137,24,128,0),(15138,25,128,0),(15139,26,128,0),(15140,27,128,0),(15141,28,128,0),(15142,29,128,0),(15143,30,128,0),(15144,31,128,0),(15145,32,128,0),(15146,33,128,0),(15147,34,128,0),(15148,35,128,0),(15149,36,128,0),(15150,37,128,0),(15151,38,128,0),(15152,39,128,0),(15153,40,128,0),(15154,41,128,0),(15155,42,128,0),(15156,43,128,0),(15157,44,128,0),(15158,45,128,0),(15159,46,128,0),(15160,47,128,0),(15161,48,128,0),(15162,49,128,0),(15163,50,128,0),(15164,51,128,0),(15165,52,128,0),(15166,53,128,0),(15167,54,128,0),(15168,55,128,0),(15169,56,128,0),(15170,57,128,0),(15171,58,128,0),(15172,59,128,0),(15173,60,128,0),(15174,61,128,0),(15175,62,128,0),(15176,63,128,0),(15177,64,128,0),(15178,65,128,0),(15179,66,128,0),(15180,67,128,0),(15181,68,128,0),(15182,69,128,0),(15183,70,128,0),(15184,71,128,0),(15185,72,128,0),(15186,73,128,0),(15187,74,128,0),(15188,75,128,0),(15189,76,128,0),(15190,77,128,0),(15191,78,128,0),(15192,79,128,0),(15193,80,128,0),(15194,81,128,0),(15195,82,128,0),(15196,83,128,0),(15197,84,128,0),(15198,85,128,0),(15199,86,128,0),(15200,87,128,0),(15201,88,128,0),(15202,89,128,0),(15203,90,128,0),(15204,91,128,0),(15205,92,128,0),(15206,93,128,0),(15207,94,128,0),(15208,95,128,0),(15209,96,128,0),(15210,97,128,0),(15211,98,128,0),(15212,99,128,0),(15213,100,128,0),(15214,101,128,0),(15215,102,128,0),(15216,103,128,0),(15217,104,128,0),(15218,105,128,0),(15219,106,128,0),(15220,107,128,0),(15221,108,128,0),(15222,109,128,0),(15223,110,128,0),(15224,111,128,0),(15225,112,128,0),(15226,113,128,0),(15227,114,128,0),(15228,115,128,0),(15229,116,128,0),(15230,117,128,0),(15231,118,128,0),(15232,119,128,0),(15233,1,129,0),(15234,2,129,0),(15235,3,129,0),(15236,4,129,0),(15237,5,129,0),(15238,6,129,0),(15239,7,129,0),(15240,8,129,0),(15241,9,129,0),(15242,10,129,0),(15243,11,129,0),(15244,12,129,0),(15245,13,129,0),(15246,14,129,0.172660237424266),(15247,15,129,0),(15248,16,129,0),(15249,17,129,0),(15250,18,129,0),(15251,19,129,0),(15252,20,129,0),(15253,21,129,0),(15254,22,129,0),(15255,23,129,0),(15256,24,129,0),(15257,25,129,0),(15258,26,129,0),(15259,27,129,0),(15260,28,129,0),(15261,29,129,0),(15262,30,129,0),(15263,31,129,0),(15264,32,129,0),(15265,33,129,0),(15266,34,129,0),(15267,35,129,0),(15268,36,129,0),(15269,37,129,0),(15270,38,129,0),(15271,39,129,0),(15272,40,129,0),(15273,41,129,0),(15274,42,129,0),(15275,43,129,0),(15276,44,129,0),(15277,45,129,0),(15278,46,129,0),(15279,47,129,0),(15280,48,129,0),(15281,49,129,0),(15282,50,129,0),(15283,51,129,0),(15284,52,129,0),(15285,53,129,0),(15286,54,129,0),(15287,55,129,0),(15288,56,129,0),(15289,57,129,0),(15290,58,129,0),(15291,59,129,0),(15292,60,129,0),(15293,61,129,0),(15294,62,129,0),(15295,63,129,0),(15296,64,129,0),(15297,65,129,0),(15298,66,129,0),(15299,67,129,0),(15300,68,129,0),(15301,69,129,0),(15302,70,129,0),(15303,71,129,0),(15304,72,129,0),(15305,73,129,0),(15306,74,129,0),(15307,75,129,0),(15308,76,129,0),(15309,77,129,0),(15310,78,129,0),(15311,79,129,0),(15312,80,129,0),(15313,81,129,0),(15314,82,129,0),(15315,83,129,0),(15316,84,129,0),(15317,85,129,0),(15318,86,129,0),(15319,87,129,0),(15320,88,129,0),(15321,89,129,0),(15322,90,129,0),(15323,91,129,0),(15324,92,129,0),(15325,93,129,0),(15326,94,129,0),(15327,95,129,0),(15328,96,129,0),(15329,97,129,0),(15330,98,129,0),(15331,99,129,0),(15332,100,129,0),(15333,101,129,0),(15334,102,129,0),(15335,103,129,0),(15336,104,129,0),(15337,105,129,0),(15338,106,129,0),(15339,107,129,0),(15340,108,129,0),(15341,109,129,0),(15342,110,129,0),(15343,111,129,0),(15344,112,129,0),(15345,113,129,0),(15346,114,129,0),(15347,115,129,0),(15348,116,129,0),(15349,117,129,0),(15350,118,129,0),(15351,119,129,0),(15352,1,130,0),(15353,2,130,0),(15354,3,130,0),(15355,4,130,0),(15356,5,130,0),(15357,6,130,0),(15358,7,130,0),(15359,8,130,0),(15360,9,130,0),(15361,10,130,0),(15362,11,130,0),(15363,12,130,0),(15364,13,130,0),(15365,14,130,0.472407272279868),(15366,15,130,0),(15367,16,130,0),(15368,17,130,0),(15369,18,130,0),(15370,19,130,0),(15371,20,130,0),(15372,21,130,0),(15373,22,130,0),(15374,23,130,0),(15375,24,130,0),(15376,25,130,0),(15377,26,130,0),(15378,27,130,0),(15379,28,130,0),(15380,29,130,0),(15381,30,130,0),(15382,31,130,0),(15383,32,130,0),(15384,33,130,0),(15385,34,130,0),(15386,35,130,0),(15387,36,130,0),(15388,37,130,0),(15389,38,130,0),(15390,39,130,0),(15391,40,130,0),(15392,41,130,0),(15393,42,130,0),(15394,43,130,0),(15395,44,130,0),(15396,45,130,0),(15397,46,130,0),(15398,47,130,0),(15399,48,130,0),(15400,49,130,0),(15401,50,130,0),(15402,51,130,0),(15403,52,130,0),(15404,53,130,0),(15405,54,130,0),(15406,55,130,0),(15407,56,130,0),(15408,57,130,0),(15409,58,130,0),(15410,59,130,0),(15411,60,130,0),(15412,61,130,0),(15413,62,130,0),(15414,63,130,0),(15415,64,130,0),(15416,65,130,0),(15417,66,130,0),(15418,67,130,0),(15419,68,130,0),(15420,69,130,0),(15421,70,130,0),(15422,71,130,0),(15423,72,130,0),(15424,73,130,0),(15425,74,130,0),(15426,75,130,0),(15427,76,130,0),(15428,77,130,0),(15429,78,130,0),(15430,79,130,0),(15431,80,130,0),(15432,81,130,0),(15433,82,130,0),(15434,83,130,0),(15435,84,130,0),(15436,85,130,0),(15437,86,130,0),(15438,87,130,0),(15439,88,130,0),(15440,89,130,0),(15441,90,130,0),(15442,91,130,0),(15443,92,130,0),(15444,93,130,0),(15445,94,130,0),(15446,95,130,0),(15447,96,130,0),(15448,97,130,0),(15449,98,130,0),(15450,99,130,0),(15451,100,130,0),(15452,101,130,0),(15453,102,130,0),(15454,103,130,0),(15455,104,130,0),(15456,105,130,0),(15457,106,130,0),(15458,107,130,0),(15459,108,130,0),(15460,109,130,0),(15461,110,130,0),(15462,111,130,0),(15463,112,130,0),(15464,113,130,0),(15465,114,130,0),(15466,115,130,0),(15467,116,130,0),(15468,117,130,0),(15469,118,130,0),(15470,119,130,0),(15471,1,131,0),(15472,2,131,0),(15473,3,131,0),(15474,4,131,0),(15475,5,131,0),(15476,6,131,0),(15477,7,131,0),(15478,8,131,0),(15479,9,131,0),(15480,10,131,0),(15481,11,131,0),(15482,12,131,0),(15483,13,131,0),(15484,14,131,0.0191703708542597),(15485,15,131,0),(15486,16,131,0),(15487,17,131,0),(15488,18,131,0),(15489,19,131,0),(15490,20,131,0),(15491,21,131,0),(15492,22,131,0),(15493,23,131,0),(15494,24,131,0),(15495,25,131,0),(15496,26,131,0),(15497,27,131,0),(15498,28,131,0),(15499,29,131,0),(15500,30,131,0),(15501,31,131,0),(15502,32,131,0),(15503,33,131,0),(15504,34,131,0),(15505,35,131,0),(15506,36,131,0),(15507,37,131,0),(15508,38,131,0),(15509,39,131,0),(15510,40,131,0),(15511,41,131,0),(15512,42,131,0),(15513,43,131,0),(15514,44,131,0),(15515,45,131,0),(15516,46,131,0),(15517,47,131,0),(15518,48,131,0),(15519,49,131,0),(15520,50,131,0),(15521,51,131,0),(15522,52,131,0),(15523,53,131,0),(15524,54,131,0),(15525,55,131,0),(15526,56,131,0),(15527,57,131,0),(15528,58,131,0),(15529,59,131,0),(15530,60,131,0),(15531,61,131,0),(15532,62,131,0),(15533,63,131,0),(15534,64,131,0),(15535,65,131,0),(15536,66,131,0),(15537,67,131,0),(15538,68,131,0),(15539,69,131,0),(15540,70,131,0),(15541,71,131,0),(15542,72,131,0),(15543,73,131,0),(15544,74,131,0),(15545,75,131,0),(15546,76,131,0),(15547,77,131,0),(15548,78,131,0),(15549,79,131,0),(15550,80,131,0),(15551,81,131,0),(15552,82,131,0),(15553,83,131,0),(15554,84,131,0),(15555,85,131,0),(15556,86,131,0),(15557,87,131,0),(15558,88,131,0),(15559,89,131,0),(15560,90,131,0),(15561,91,131,0),(15562,92,131,0),(15563,93,131,0),(15564,94,131,0),(15565,95,131,0),(15566,96,131,0),(15567,97,131,0),(15568,98,131,0),(15569,99,131,0),(15570,100,131,0),(15571,101,131,0),(15572,102,131,0),(15573,103,131,0),(15574,104,131,0),(15575,105,131,0),(15576,106,131,0),(15577,107,131,0),(15578,108,131,0),(15579,109,131,0),(15580,110,131,0),(15581,111,131,0),(15582,112,131,0),(15583,113,131,0),(15584,114,131,0),(15585,115,131,0),(15586,116,131,0),(15587,117,131,0),(15588,118,131,0),(15589,119,131,0),(15590,1,132,0),(15591,2,132,0),(15592,3,132,0),(15593,4,132,0),(15594,5,132,0),(15595,6,132,0),(15596,7,132,0),(15597,8,132,0),(15598,9,132,0),(15599,10,132,0),(15600,11,132,0),(15601,12,132,0),(15602,13,132,0),(15603,14,132,0.135762119441607),(15604,15,132,0),(15605,16,132,0),(15606,17,132,0),(15607,18,132,0),(15608,19,132,0),(15609,20,132,0),(15610,21,132,0),(15611,22,132,0),(15612,23,132,0),(15613,24,132,0),(15614,25,132,0),(15615,26,132,0),(15616,27,132,0),(15617,28,132,0),(15618,29,132,0),(15619,30,132,0),(15620,31,132,0),(15621,32,132,0),(15622,33,132,0),(15623,34,132,0),(15624,35,132,0),(15625,36,132,0),(15626,37,132,0),(15627,38,132,0),(15628,39,132,0),(15629,40,132,0),(15630,41,132,0),(15631,42,132,0),(15632,43,132,0),(15633,44,132,0),(15634,45,132,0),(15635,46,132,0),(15636,47,132,0),(15637,48,132,0),(15638,49,132,0),(15639,50,132,0),(15640,51,132,0),(15641,52,132,0),(15642,53,132,0),(15643,54,132,0),(15644,55,132,0),(15645,56,132,0),(15646,57,132,0),(15647,58,132,0),(15648,59,132,0),(15649,60,132,0),(15650,61,132,0),(15651,62,132,0),(15652,63,132,0),(15653,64,132,0),(15654,65,132,0),(15655,66,132,0),(15656,67,132,0),(15657,68,132,0),(15658,69,132,0),(15659,70,132,0),(15660,71,132,0),(15661,72,132,0),(15662,73,132,0),(15663,74,132,0),(15664,75,132,0),(15665,76,132,0),(15666,77,132,0),(15667,78,132,0),(15668,79,132,0),(15669,80,132,0),(15670,81,132,0),(15671,82,132,0),(15672,83,132,0),(15673,84,132,0),(15674,85,132,0),(15675,86,132,0),(15676,87,132,0),(15677,88,132,0),(15678,89,132,0),(15679,90,132,0),(15680,91,132,0),(15681,92,132,0),(15682,93,132,0),(15683,94,132,0),(15684,95,132,0),(15685,96,132,0),(15686,97,132,0),(15687,98,132,0),(15688,99,132,0),(15689,100,132,0),(15690,101,132,0),(15691,102,132,0),(15692,103,132,0),(15693,104,132,0),(15694,105,132,0),(15695,106,132,0),(15696,107,132,0),(15697,108,132,0),(15698,109,132,0),(15699,110,132,0),(15700,111,132,0),(15701,112,132,0),(15702,113,132,0),(15703,114,132,0),(15704,115,132,0),(15705,116,132,0),(15706,117,132,0),(15707,118,132,0),(15708,119,132,0),(15709,1,133,0),(15710,2,133,0),(15711,3,133,0),(15712,4,133,0),(15713,5,133,0),(15714,6,133,0),(15715,7,133,0),(15716,8,133,0),(15717,9,133,0),(15718,10,133,0),(15719,11,133,0),(15720,12,133,0),(15721,13,133,0),(15722,14,133,0.37530335981322),(15723,15,133,0),(15724,16,133,0),(15725,17,133,0),(15726,18,133,0),(15727,19,133,0),(15728,20,133,0),(15729,21,133,0),(15730,22,133,0),(15731,23,133,0),(15732,24,133,0),(15733,25,133,0),(15734,26,133,0),(15735,27,133,0),(15736,28,133,0),(15737,29,133,0),(15738,30,133,0),(15739,31,133,0),(15740,32,133,0),(15741,33,133,0),(15742,34,133,0),(15743,35,133,0),(15744,36,133,0),(15745,37,133,0),(15746,38,133,0),(15747,39,133,0),(15748,40,133,0),(15749,41,133,0),(15750,42,133,0),(15751,43,133,0),(15752,44,133,0),(15753,45,133,0),(15754,46,133,0),(15755,47,133,0),(15756,48,133,0),(15757,49,133,0),(15758,50,133,0),(15759,51,133,0),(15760,52,133,0),(15761,53,133,0),(15762,54,133,0),(15763,55,133,0),(15764,56,133,0),(15765,57,133,0),(15766,58,133,0),(15767,59,133,0),(15768,60,133,0),(15769,61,133,0),(15770,62,133,0),(15771,63,133,0),(15772,64,133,0),(15773,65,133,0),(15774,66,133,0),(15775,67,133,0),(15776,68,133,0),(15777,69,133,0),(15778,70,133,0),(15779,71,133,0),(15780,72,133,0),(15781,73,133,0),(15782,74,133,0),(15783,75,133,0),(15784,76,133,0),(15785,77,133,0),(15786,78,133,0),(15787,79,133,0),(15788,80,133,0),(15789,81,133,0),(15790,82,133,0),(15791,83,133,0),(15792,84,133,0),(15793,85,133,0),(15794,86,133,0),(15795,87,133,0),(15796,88,133,0),(15797,89,133,0),(15798,90,133,0),(15799,91,133,0),(15800,92,133,0),(15801,93,133,0),(15802,94,133,0),(15803,95,133,0),(15804,96,133,0),(15805,97,133,0),(15806,98,133,0),(15807,99,133,0),(15808,100,133,0),(15809,101,133,0),(15810,102,133,0),(15811,103,133,0),(15812,104,133,0),(15813,105,133,0),(15814,106,133,0),(15815,107,133,0),(15816,108,133,0),(15817,109,133,0),(15818,110,133,0),(15819,111,133,0),(15820,112,133,0),(15821,113,133,0),(15822,114,133,0),(15823,115,133,0),(15824,116,133,0),(15825,117,133,0),(15826,118,133,0),(15827,119,133,0),(15828,1,134,0),(15829,2,134,0),(15830,3,134,0),(15831,4,134,0),(15832,5,134,0),(15833,6,134,0),(15834,7,134,0),(15835,8,134,0),(15836,9,134,0),(15837,10,134,0),(15838,11,134,0),(15839,12,134,0),(15840,13,134,0),(15841,14,134,0.0116442679786937),(15842,15,134,0),(15843,16,134,0),(15844,17,134,0),(15845,18,134,0),(15846,19,134,0),(15847,20,134,0),(15848,21,134,0),(15849,22,134,0),(15850,23,134,0),(15851,24,134,0),(15852,25,134,0),(15853,26,134,0),(15854,27,134,0),(15855,28,134,0),(15856,29,134,0),(15857,30,134,0),(15858,31,134,0),(15859,32,134,0),(15860,33,134,0),(15861,34,134,0),(15862,35,134,0),(15863,36,134,0),(15864,37,134,0),(15865,38,134,0),(15866,39,134,0),(15867,40,134,0),(15868,41,134,0),(15869,42,134,0),(15870,43,134,0),(15871,44,134,0),(15872,45,134,0),(15873,46,134,0),(15874,47,134,0),(15875,48,134,0),(15876,49,134,0),(15877,50,134,0),(15878,51,134,0),(15879,52,134,0),(15880,53,134,0),(15881,54,134,0),(15882,55,134,0),(15883,56,134,0),(15884,57,134,0),(15885,58,134,0),(15886,59,134,0),(15887,60,134,0),(15888,61,134,0),(15889,62,134,0),(15890,63,134,0),(15891,64,134,0),(15892,65,134,0),(15893,66,134,0),(15894,67,134,0),(15895,68,134,0),(15896,69,134,0),(15897,70,134,0),(15898,71,134,0),(15899,72,134,0),(15900,73,134,0),(15901,74,134,0),(15902,75,134,0),(15903,76,134,0),(15904,77,134,0),(15905,78,134,0),(15906,79,134,0),(15907,80,134,0),(15908,81,134,0),(15909,82,134,0),(15910,83,134,0),(15911,84,134,0),(15912,85,134,0),(15913,86,134,0),(15914,87,134,0),(15915,88,134,0),(15916,89,134,0),(15917,90,134,0),(15918,91,134,0),(15919,92,134,0),(15920,93,134,0),(15921,94,134,0),(15922,95,134,0),(15923,96,134,0),(15924,97,134,0),(15925,98,134,0),(15926,99,134,0),(15927,100,134,0),(15928,101,134,0),(15929,102,134,0),(15930,103,134,0),(15931,104,134,0),(15932,105,134,0),(15933,106,134,0),(15934,107,134,0),(15935,108,134,0),(15936,109,134,0),(15937,110,134,0),(15938,111,134,0),(15939,112,134,0),(15940,113,134,0),(15941,114,134,0),(15942,115,134,0),(15943,116,134,0),(15944,117,134,0),(15945,118,134,0),(15946,119,134,0),(15947,1,135,0),(15948,2,135,0),(15949,3,135,0),(15950,4,135,0),(15951,5,135,0),(15952,6,135,0),(15953,7,135,0),(15954,8,135,0),(15955,9,135,0),(15956,10,135,0),(15957,11,135,0),(15958,12,135,0),(15959,13,135,0),(15960,14,135,0.289535350511186),(15961,15,135,0),(15962,16,135,0),(15963,17,135,0),(15964,18,135,0),(15965,19,135,0),(15966,20,135,0),(15967,21,135,0),(15968,22,135,0),(15969,23,135,0),(15970,24,135,0),(15971,25,135,0),(15972,26,135,0),(15973,27,135,0),(15974,28,135,0),(15975,29,135,0),(15976,30,135,0),(15977,31,135,0),(15978,32,135,0),(15979,33,135,0),(15980,34,135,0),(15981,35,135,0),(15982,36,135,0),(15983,37,135,0),(15984,38,135,0),(15985,39,135,0),(15986,40,135,0),(15987,41,135,0),(15988,42,135,0),(15989,43,135,0),(15990,44,135,0),(15991,45,135,0),(15992,46,135,0),(15993,47,135,0),(15994,48,135,0),(15995,49,135,0),(15996,50,135,0),(15997,51,135,0),(15998,52,135,0),(15999,53,135,0),(16000,54,135,0),(16001,55,135,0),(16002,56,135,0),(16003,57,135,0),(16004,58,135,0),(16005,59,135,0),(16006,60,135,0),(16007,61,135,0),(16008,62,135,0),(16009,63,135,0),(16010,64,135,0),(16011,65,135,0),(16012,66,135,0),(16013,67,135,0),(16014,68,135,0),(16015,69,135,0),(16016,70,135,0),(16017,71,135,0),(16018,72,135,0),(16019,73,135,0),(16020,74,135,0),(16021,75,135,0),(16022,76,135,0),(16023,77,135,0),(16024,78,135,0),(16025,79,135,0),(16026,80,135,0),(16027,81,135,0),(16028,82,135,0),(16029,83,135,0),(16030,84,135,0),(16031,85,135,0),(16032,86,135,0),(16033,87,135,0),(16034,88,135,0),(16035,89,135,0),(16036,90,135,0),(16037,91,135,0),(16038,92,135,0),(16039,93,135,0),(16040,94,135,0),(16041,95,135,0),(16042,96,135,0),(16043,97,135,0),(16044,98,135,0),(16045,99,135,0),(16046,100,135,0),(16047,101,135,0),(16048,102,135,0),(16049,103,135,0),(16050,104,135,0),(16051,105,135,0),(16052,106,135,0),(16053,107,135,0),(16054,108,135,0),(16055,109,135,0),(16056,110,135,0),(16057,111,135,0),(16058,112,135,0),(16059,113,135,0),(16060,114,135,0),(16061,115,135,0),(16062,116,135,0),(16063,117,135,0),(16064,118,135,0),(16065,119,135,0),(16066,1,136,0),(16067,2,136,0),(16068,3,136,0),(16069,4,136,0),(16070,5,136,0),(16071,6,136,0),(16072,7,136,0),(16073,8,136,0),(16074,9,136,0),(16075,10,136,0),(16076,11,136,0),(16077,12,136,0),(16078,13,136,0),(16079,14,136,0.3235170216969),(16080,15,136,0),(16081,16,136,0),(16082,17,136,0),(16083,18,136,0),(16084,19,136,0),(16085,20,136,0),(16086,21,136,0),(16087,22,136,0),(16088,23,136,0),(16089,24,136,0),(16090,25,136,0),(16091,26,136,0),(16092,27,136,0),(16093,28,136,0),(16094,29,136,0),(16095,30,136,0),(16096,31,136,0),(16097,32,136,0),(16098,33,136,0),(16099,34,136,0),(16100,35,136,0),(16101,36,136,0),(16102,37,136,0),(16103,38,136,0),(16104,39,136,0),(16105,40,136,0),(16106,41,136,0),(16107,42,136,0),(16108,43,136,0),(16109,44,136,0),(16110,45,136,0),(16111,46,136,0),(16112,47,136,0),(16113,48,136,0),(16114,49,136,0),(16115,50,136,0),(16116,51,136,0),(16117,52,136,0),(16118,53,136,0),(16119,54,136,0),(16120,55,136,0),(16121,56,136,0),(16122,57,136,0),(16123,58,136,0),(16124,59,136,0),(16125,60,136,0),(16126,61,136,0),(16127,62,136,0),(16128,63,136,0),(16129,64,136,0),(16130,65,136,0),(16131,66,136,0),(16132,67,136,0),(16133,68,136,0),(16134,69,136,0),(16135,70,136,0),(16136,71,136,0),(16137,72,136,0),(16138,73,136,0),(16139,74,136,0),(16140,75,136,0),(16141,76,136,0),(16142,77,136,0),(16143,78,136,0),(16144,79,136,0),(16145,80,136,0),(16146,81,136,0),(16147,82,136,0),(16148,83,136,0),(16149,84,136,0),(16150,85,136,0),(16151,86,136,0),(16152,87,136,0),(16153,88,136,0),(16154,89,136,0),(16155,90,136,0),(16156,91,136,0),(16157,92,136,0),(16158,93,136,0),(16159,94,136,0),(16160,95,136,0),(16161,96,136,0),(16162,97,136,0),(16163,98,136,0),(16164,99,136,0),(16165,100,136,0),(16166,101,136,0),(16167,102,136,0),(16168,103,136,0),(16169,104,136,0),(16170,105,136,0),(16171,106,136,0),(16172,107,136,0),(16173,108,136,0),(16174,109,136,0),(16175,110,136,0),(16176,111,136,0),(16177,112,136,0),(16178,113,136,0),(16179,114,136,0),(16180,115,136,0),(16181,116,136,0),(16182,117,136,0),(16183,118,136,0),(16184,119,136,0),(16185,1,137,0),(16186,2,137,0),(16187,3,137,0),(16188,4,137,0),(16189,5,137,0),(16190,6,137,0),(16191,7,137,0),(16192,8,137,0),(16193,9,137,0),(16194,10,137,0),(16195,11,137,0),(16196,12,137,0),(16197,13,137,0),(16198,14,137,0),(16199,15,137,0.238570344258868),(16200,16,137,0),(16201,17,137,0),(16202,18,137,0),(16203,19,137,0),(16204,20,137,0),(16205,21,137,0),(16206,22,137,0),(16207,23,137,0),(16208,24,137,0),(16209,25,137,0),(16210,26,137,0),(16211,27,137,0),(16212,28,137,0),(16213,29,137,0),(16214,30,137,0),(16215,31,137,0),(16216,32,137,0),(16217,33,137,0),(16218,34,137,0),(16219,35,137,0),(16220,36,137,0),(16221,37,137,0),(16222,38,137,0),(16223,39,137,0),(16224,40,137,0),(16225,41,137,0),(16226,42,137,0),(16227,43,137,0),(16228,44,137,0),(16229,45,137,0),(16230,46,137,0),(16231,47,137,0),(16232,48,137,0),(16233,49,137,0),(16234,50,137,0),(16235,51,137,0),(16236,52,137,0),(16237,53,137,0),(16238,54,137,0),(16239,55,137,0),(16240,56,137,0),(16241,57,137,0),(16242,58,137,0),(16243,59,137,0),(16244,60,137,0),(16245,61,137,0),(16246,62,137,0),(16247,63,137,0),(16248,64,137,0),(16249,65,137,0),(16250,66,137,0),(16251,67,137,0),(16252,68,137,0),(16253,69,137,0),(16254,70,137,0),(16255,71,137,0),(16256,72,137,0),(16257,73,137,0),(16258,74,137,0),(16259,75,137,0),(16260,76,137,0),(16261,77,137,0),(16262,78,137,0),(16263,79,137,0),(16264,80,137,0),(16265,81,137,0),(16266,82,137,0),(16267,83,137,0),(16268,84,137,0),(16269,85,137,0),(16270,86,137,0),(16271,87,137,0),(16272,88,137,0),(16273,89,137,0),(16274,90,137,0),(16275,91,137,0),(16276,92,137,0),(16277,93,137,0),(16278,94,137,0),(16279,95,137,0),(16280,96,137,0),(16281,97,137,0),(16282,98,137,0),(16283,99,137,0),(16284,100,137,0),(16285,101,137,0),(16286,102,137,0),(16287,103,137,0),(16288,104,137,0),(16289,105,137,0),(16290,106,137,0),(16291,107,137,0),(16292,108,137,0),(16293,109,137,0),(16294,110,137,0),(16295,111,137,0),(16296,112,137,0),(16297,113,137,0),(16298,114,137,0),(16299,115,137,0),(16300,116,137,0),(16301,117,137,0),(16302,118,137,0),(16303,119,137,0),(16304,1,138,0),(16305,2,138,0),(16306,3,138,0),(16307,4,138,0),(16308,5,138,0),(16309,6,138,0),(16310,7,138,0),(16311,8,138,0),(16312,9,138,0),(16313,10,138,0),(16314,11,138,0),(16315,12,138,0),(16316,13,138,0),(16317,14,138,0),(16318,15,138,0.261429655741132),(16319,16,138,0),(16320,17,138,0),(16321,18,138,0),(16322,19,138,0),(16323,20,138,0),(16324,21,138,0),(16325,22,138,0),(16326,23,138,0),(16327,24,138,0),(16328,25,138,0),(16329,26,138,0),(16330,27,138,0),(16331,28,138,0),(16332,29,138,0),(16333,30,138,0),(16334,31,138,0),(16335,32,138,0),(16336,33,138,0),(16337,34,138,0),(16338,35,138,0),(16339,36,138,0),(16340,37,138,0),(16341,38,138,0),(16342,39,138,0),(16343,40,138,0),(16344,41,138,0),(16345,42,138,0),(16346,43,138,0),(16347,44,138,0),(16348,45,138,0),(16349,46,138,0),(16350,47,138,0),(16351,48,138,0),(16352,49,138,0),(16353,50,138,0),(16354,51,138,0),(16355,52,138,0),(16356,53,138,0),(16357,54,138,0),(16358,55,138,0),(16359,56,138,0),(16360,57,138,0),(16361,58,138,0),(16362,59,138,0),(16363,60,138,0),(16364,61,138,0),(16365,62,138,0),(16366,63,138,0),(16367,64,138,0),(16368,65,138,0),(16369,66,138,0),(16370,67,138,0),(16371,68,138,0),(16372,69,138,0),(16373,70,138,0),(16374,71,138,0),(16375,72,138,0),(16376,73,138,0),(16377,74,138,0),(16378,75,138,0),(16379,76,138,0),(16380,77,138,0),(16381,78,138,0),(16382,79,138,0),(16383,80,138,0),(16384,81,138,0),(16385,82,138,0),(16386,83,138,0),(16387,84,138,0),(16388,85,138,0),(16389,86,138,0),(16390,87,138,0),(16391,88,138,0),(16392,89,138,0),(16393,90,138,0),(16394,91,138,0),(16395,92,138,0),(16396,93,138,0),(16397,94,138,0),(16398,95,138,0),(16399,96,138,0),(16400,97,138,0),(16401,98,138,0),(16402,99,138,0),(16403,100,138,0),(16404,101,138,0),(16405,102,138,0),(16406,103,138,0),(16407,104,138,0),(16408,105,138,0),(16409,106,138,0),(16410,107,138,0),(16411,108,138,0),(16412,109,138,0),(16413,110,138,0),(16414,111,138,0),(16415,112,138,0),(16416,113,138,0),(16417,114,138,0),(16418,115,138,0),(16419,116,138,0),(16420,117,138,0),(16421,118,138,0),(16422,119,138,0),(16423,1,139,0),(16424,2,139,0),(16425,3,139,0),(16426,4,139,0),(16427,5,139,0),(16428,6,139,0),(16429,7,139,0),(16430,8,139,0),(16431,9,139,0),(16432,10,139,0),(16433,11,139,0),(16434,12,139,0),(16435,13,139,0),(16436,14,139,0),(16437,15,139,0.187063226643053),(16438,16,139,0),(16439,17,139,0),(16440,18,139,0),(16441,19,139,0),(16442,20,139,0),(16443,21,139,0),(16444,22,139,0),(16445,23,139,0),(16446,24,139,0),(16447,25,139,0),(16448,26,139,0),(16449,27,139,0),(16450,28,139,0),(16451,29,139,0),(16452,30,139,0),(16453,31,139,0),(16454,32,139,0),(16455,33,139,0),(16456,34,139,0),(16457,35,139,0),(16458,36,139,0),(16459,37,139,0),(16460,38,139,0),(16461,39,139,0),(16462,40,139,0),(16463,41,139,0),(16464,42,139,0),(16465,43,139,0),(16466,44,139,0),(16467,45,139,0),(16468,46,139,0),(16469,47,139,0),(16470,48,139,0),(16471,49,139,0),(16472,50,139,0),(16473,51,139,0),(16474,52,139,0),(16475,53,139,0),(16476,54,139,0),(16477,55,139,0),(16478,56,139,0),(16479,57,139,0),(16480,58,139,0),(16481,59,139,0),(16482,60,139,0),(16483,61,139,0),(16484,62,139,0),(16485,63,139,0),(16486,64,139,0),(16487,65,139,0),(16488,66,139,0),(16489,67,139,0),(16490,68,139,0),(16491,69,139,0),(16492,70,139,0),(16493,71,139,0),(16494,72,139,0),(16495,73,139,0),(16496,74,139,0),(16497,75,139,0),(16498,76,139,0),(16499,77,139,0),(16500,78,139,0),(16501,79,139,0),(16502,80,139,0),(16503,81,139,0),(16504,82,139,0),(16505,83,139,0),(16506,84,139,0),(16507,85,139,0),(16508,86,139,0),(16509,87,139,0),(16510,88,139,0),(16511,89,139,0),(16512,90,139,0),(16513,91,139,0),(16514,92,139,0),(16515,93,139,0),(16516,94,139,0),(16517,95,139,0),(16518,96,139,0),(16519,97,139,0),(16520,98,139,0),(16521,99,139,0),(16522,100,139,0),(16523,101,139,0),(16524,102,139,0),(16525,103,139,0),(16526,104,139,0),(16527,105,139,0),(16528,106,139,0),(16529,107,139,0),(16530,108,139,0),(16531,109,139,0),(16532,110,139,0),(16533,111,139,0),(16534,112,139,0),(16535,113,139,0),(16536,114,139,0),(16537,115,139,0),(16538,116,139,0),(16539,117,139,0),(16540,118,139,0),(16541,119,139,0),(16542,1,140,0),(16543,2,140,0),(16544,3,140,0),(16545,4,140,0),(16546,5,140,0),(16547,6,140,0),(16548,7,140,0),(16549,8,140,0),(16550,9,140,0),(16551,10,140,0),(16552,11,140,0),(16553,12,140,0),(16554,13,140,0),(16555,14,140,0),(16556,15,140,0.612936773356947),(16557,16,140,0),(16558,17,140,0),(16559,18,140,0),(16560,19,140,0),(16561,20,140,0),(16562,21,140,0),(16563,22,140,0),(16564,23,140,0),(16565,24,140,0),(16566,25,140,0),(16567,26,140,0),(16568,27,140,0),(16569,28,140,0),(16570,29,140,0),(16571,30,140,0),(16572,31,140,0),(16573,32,140,0),(16574,33,140,0),(16575,34,140,0),(16576,35,140,0),(16577,36,140,0),(16578,37,140,0),(16579,38,140,0),(16580,39,140,0),(16581,40,140,0),(16582,41,140,0),(16583,42,140,0),(16584,43,140,0),(16585,44,140,0),(16586,45,140,0),(16587,46,140,0),(16588,47,140,0),(16589,48,140,0),(16590,49,140,0),(16591,50,140,0),(16592,51,140,0),(16593,52,140,0),(16594,53,140,0),(16595,54,140,0),(16596,55,140,0),(16597,56,140,0),(16598,57,140,0),(16599,58,140,0),(16600,59,140,0),(16601,60,140,0),(16602,61,140,0),(16603,62,140,0),(16604,63,140,0),(16605,64,140,0),(16606,65,140,0),(16607,66,140,0),(16608,67,140,0),(16609,68,140,0),(16610,69,140,0),(16611,70,140,0),(16612,71,140,0),(16613,72,140,0),(16614,73,140,0),(16615,74,140,0),(16616,75,140,0),(16617,76,140,0),(16618,77,140,0),(16619,78,140,0),(16620,79,140,0),(16621,80,140,0),(16622,81,140,0),(16623,82,140,0),(16624,83,140,0),(16625,84,140,0),(16626,85,140,0),(16627,86,140,0),(16628,87,140,0),(16629,88,140,0),(16630,89,140,0),(16631,90,140,0),(16632,91,140,0),(16633,92,140,0),(16634,93,140,0),(16635,94,140,0),(16636,95,140,0),(16637,96,140,0),(16638,97,140,0),(16639,98,140,0),(16640,99,140,0),(16641,100,140,0),(16642,101,140,0),(16643,102,140,0),(16644,103,140,0),(16645,104,140,0),(16646,105,140,0),(16647,106,140,0),(16648,107,140,0),(16649,108,140,0),(16650,109,140,0),(16651,110,140,0),(16652,111,140,0),(16653,112,140,0),(16654,113,140,0),(16655,114,140,0),(16656,115,140,0),(16657,116,140,0),(16658,117,140,0),(16659,118,140,0),(16660,119,140,0),(16661,1,141,0),(16662,2,141,0),(16663,3,141,0),(16664,4,141,0),(16665,5,141,0),(16666,6,141,0),(16667,7,141,0),(16668,8,141,0),(16669,9,141,0),(16670,10,141,0),(16671,11,141,0),(16672,12,141,0),(16673,13,141,0),(16674,14,141,0),(16675,15,141,0.549757690247328),(16676,16,141,0),(16677,17,141,0),(16678,18,141,0),(16679,19,141,0),(16680,20,141,0),(16681,21,141,0),(16682,22,141,0),(16683,23,141,0),(16684,24,141,0),(16685,25,141,0),(16686,26,141,0),(16687,27,141,0),(16688,28,141,0),(16689,29,141,0),(16690,30,141,0),(16691,31,141,0),(16692,32,141,0),(16693,33,141,0),(16694,34,141,0),(16695,35,141,0),(16696,36,141,0),(16697,37,141,0),(16698,38,141,0),(16699,39,141,0),(16700,40,141,0),(16701,41,141,0),(16702,42,141,0),(16703,43,141,0),(16704,44,141,0),(16705,45,141,0),(16706,46,141,0),(16707,47,141,0),(16708,48,141,0),(16709,49,141,0),(16710,50,141,0),(16711,51,141,0),(16712,52,141,0),(16713,53,141,0),(16714,54,141,0),(16715,55,141,0),(16716,56,141,0),(16717,57,141,0),(16718,58,141,0),(16719,59,141,0),(16720,60,141,0),(16721,61,141,0),(16722,62,141,0),(16723,63,141,0),(16724,64,141,0),(16725,65,141,0),(16726,66,141,0),(16727,67,141,0),(16728,68,141,0),(16729,69,141,0),(16730,70,141,0),(16731,71,141,0),(16732,72,141,0),(16733,73,141,0),(16734,74,141,0),(16735,75,141,0),(16736,76,141,0),(16737,77,141,0),(16738,78,141,0),(16739,79,141,0),(16740,80,141,0),(16741,81,141,0),(16742,82,141,0),(16743,83,141,0),(16744,84,141,0),(16745,85,141,0),(16746,86,141,0),(16747,87,141,0),(16748,88,141,0),(16749,89,141,0),(16750,90,141,0),(16751,91,141,0),(16752,92,141,0),(16753,93,141,0),(16754,94,141,0),(16755,95,141,0),(16756,96,141,0),(16757,97,141,0),(16758,98,141,0),(16759,99,141,0),(16760,100,141,0),(16761,101,141,0),(16762,102,141,0),(16763,103,141,0),(16764,104,141,0),(16765,105,141,0),(16766,106,141,0),(16767,107,141,0),(16768,108,141,0),(16769,109,141,0),(16770,110,141,0),(16771,111,141,0),(16772,112,141,0),(16773,113,141,0),(16774,114,141,0),(16775,115,141,0),(16776,116,141,0),(16777,117,141,0),(16778,118,141,0),(16779,119,141,0),(16780,1,142,0),(16781,2,142,0),(16782,3,142,0),(16783,4,142,0),(16784,5,142,0),(16785,6,142,0),(16786,7,142,0),(16787,8,142,0),(16788,9,142,0),(16789,10,142,0),(16790,11,142,0),(16791,12,142,0),(16792,13,142,0),(16793,14,142,0),(16794,15,142,0.450242309752672),(16795,16,142,0),(16796,17,142,0),(16797,18,142,0),(16798,19,142,0),(16799,20,142,0),(16800,21,142,0),(16801,22,142,0),(16802,23,142,0),(16803,24,142,0),(16804,25,142,0),(16805,26,142,0),(16806,27,142,0),(16807,28,142,0),(16808,29,142,0),(16809,30,142,0),(16810,31,142,0),(16811,32,142,0),(16812,33,142,0),(16813,34,142,0),(16814,35,142,0),(16815,36,142,0),(16816,37,142,0),(16817,38,142,0),(16818,39,142,0),(16819,40,142,0),(16820,41,142,0),(16821,42,142,0),(16822,43,142,0),(16823,44,142,0),(16824,45,142,0),(16825,46,142,0),(16826,47,142,0),(16827,48,142,0),(16828,49,142,0),(16829,50,142,0),(16830,51,142,0),(16831,52,142,0),(16832,53,142,0),(16833,54,142,0),(16834,55,142,0),(16835,56,142,0),(16836,57,142,0),(16837,58,142,0),(16838,59,142,0),(16839,60,142,0),(16840,61,142,0),(16841,62,142,0),(16842,63,142,0),(16843,64,142,0),(16844,65,142,0),(16845,66,142,0),(16846,67,142,0),(16847,68,142,0),(16848,69,142,0),(16849,70,142,0),(16850,71,142,0),(16851,72,142,0),(16852,73,142,0),(16853,74,142,0),(16854,75,142,0),(16855,76,142,0),(16856,77,142,0),(16857,78,142,0),(16858,79,142,0),(16859,80,142,0),(16860,81,142,0),(16861,82,142,0),(16862,83,142,0),(16863,84,142,0),(16864,85,142,0),(16865,86,142,0),(16866,87,142,0),(16867,88,142,0),(16868,89,142,0),(16869,90,142,0),(16870,91,142,0),(16871,92,142,0),(16872,93,142,0),(16873,94,142,0),(16874,95,142,0),(16875,96,142,0),(16876,97,142,0),(16877,98,142,0),(16878,99,142,0),(16879,100,142,0),(16880,101,142,0),(16881,102,142,0),(16882,103,142,0),(16883,104,142,0),(16884,105,142,0),(16885,106,142,0),(16886,107,142,0),(16887,108,142,0),(16888,109,142,0),(16889,110,142,0),(16890,111,142,0),(16891,112,142,0),(16892,113,142,0),(16893,114,142,0),(16894,115,142,0),(16895,116,142,0),(16896,117,142,0),(16897,118,142,0),(16898,119,142,0),(16899,1,143,0),(16900,2,143,0),(16901,3,143,0),(16902,4,143,0),(16903,5,143,0),(16904,6,143,0),(16905,7,143,0),(16906,8,143,0),(16907,9,143,0),(16908,10,143,0),(16909,11,143,0),(16910,12,143,0),(16911,13,143,0),(16912,14,143,0),(16913,15,143,0),(16914,16,143,0.5),(16915,17,143,0),(16916,18,143,0),(16917,19,143,0),(16918,20,143,0),(16919,21,143,0),(16920,22,143,0),(16921,23,143,0),(16922,24,143,0),(16923,25,143,0),(16924,26,143,0),(16925,27,143,0),(16926,28,143,0),(16927,29,143,0),(16928,30,143,0),(16929,31,143,0),(16930,32,143,0),(16931,33,143,0),(16932,34,143,0),(16933,35,143,0),(16934,36,143,0),(16935,37,143,0),(16936,38,143,0),(16937,39,143,0),(16938,40,143,0),(16939,41,143,0),(16940,42,143,0),(16941,43,143,0),(16942,44,143,0),(16943,45,143,0),(16944,46,143,0),(16945,47,143,0),(16946,48,143,0),(16947,49,143,0),(16948,50,143,0),(16949,51,143,0),(16950,52,143,0),(16951,53,143,0),(16952,54,143,0),(16953,55,143,0),(16954,56,143,0),(16955,57,143,0),(16956,58,143,0),(16957,59,143,0),(16958,60,143,0),(16959,61,143,0),(16960,62,143,0),(16961,63,143,0),(16962,64,143,0),(16963,65,143,0),(16964,66,143,0),(16965,67,143,0),(16966,68,143,0),(16967,69,143,0),(16968,70,143,0),(16969,71,143,0),(16970,72,143,0),(16971,73,143,0),(16972,74,143,0),(16973,75,143,0),(16974,76,143,0),(16975,77,143,0),(16976,78,143,0),(16977,79,143,0),(16978,80,143,0),(16979,81,143,0),(16980,82,143,0),(16981,83,143,0),(16982,84,143,0),(16983,85,143,0),(16984,86,143,0),(16985,87,143,0),(16986,88,143,0),(16987,89,143,0),(16988,90,143,0),(16989,91,143,0),(16990,92,143,0),(16991,93,143,0),(16992,94,143,0),(16993,95,143,0),(16994,96,143,0),(16995,97,143,0),(16996,98,143,0),(16997,99,143,0),(16998,100,143,0),(16999,101,143,0),(17000,102,143,0),(17001,103,143,0),(17002,104,143,0),(17003,105,143,0),(17004,106,143,0),(17005,107,143,0),(17006,108,143,0),(17007,109,143,0),(17008,110,143,0),(17009,111,143,0),(17010,112,143,0),(17011,113,143,0),(17012,114,143,0),(17013,115,143,0),(17014,116,143,0),(17015,117,143,0),(17016,118,143,0),(17017,119,143,0),(17018,1,144,0),(17019,2,144,0),(17020,3,144,0),(17021,4,144,0),(17022,5,144,0),(17023,6,144,0),(17024,7,144,0),(17025,8,144,0),(17026,9,144,0),(17027,10,144,0),(17028,11,144,0),(17029,12,144,0),(17030,13,144,0),(17031,14,144,0),(17032,15,144,0),(17033,16,144,0.17777786823798),(17034,17,144,0),(17035,18,144,0),(17036,19,144,0),(17037,20,144,0),(17038,21,144,0),(17039,22,144,0),(17040,23,144,0),(17041,24,144,0),(17042,25,144,0),(17043,26,144,0),(17044,27,144,0),(17045,28,144,0),(17046,29,144,0),(17047,30,144,0),(17048,31,144,0),(17049,32,144,0),(17050,33,144,0),(17051,34,144,0),(17052,35,144,0),(17053,36,144,0),(17054,37,144,0),(17055,38,144,0),(17056,39,144,0),(17057,40,144,0),(17058,41,144,0),(17059,42,144,0),(17060,43,144,0),(17061,44,144,0),(17062,45,144,0),(17063,46,144,0),(17064,47,144,0),(17065,48,144,0),(17066,49,144,0),(17067,50,144,0),(17068,51,144,0),(17069,52,144,0),(17070,53,144,0),(17071,54,144,0),(17072,55,144,0),(17073,56,144,0),(17074,57,144,0),(17075,58,144,0),(17076,59,144,0),(17077,60,144,0),(17078,61,144,0),(17079,62,144,0),(17080,63,144,0),(17081,64,144,0),(17082,65,144,0),(17083,66,144,0),(17084,67,144,0),(17085,68,144,0),(17086,69,144,0),(17087,70,144,0),(17088,71,144,0),(17089,72,144,0),(17090,73,144,0),(17091,74,144,0),(17092,75,144,0),(17093,76,144,0),(17094,77,144,0),(17095,78,144,0),(17096,79,144,0),(17097,80,144,0),(17098,81,144,0),(17099,82,144,0),(17100,83,144,0),(17101,84,144,0),(17102,85,144,0),(17103,86,144,0),(17104,87,144,0),(17105,88,144,0),(17106,89,144,0),(17107,90,144,0),(17108,91,144,0),(17109,92,144,0),(17110,93,144,0),(17111,94,144,0),(17112,95,144,0),(17113,96,144,0),(17114,97,144,0),(17115,98,144,0),(17116,99,144,0),(17117,100,144,0),(17118,101,144,0),(17119,102,144,0),(17120,103,144,0),(17121,104,144,0),(17122,105,144,0),(17123,106,144,0),(17124,107,144,0),(17125,108,144,0),(17126,109,144,0),(17127,110,144,0),(17128,111,144,0),(17129,112,144,0),(17130,113,144,0),(17131,114,144,0),(17132,115,144,0),(17133,116,144,0),(17134,117,144,0),(17135,118,144,0),(17136,119,144,0),(17137,1,145,0),(17138,2,145,0),(17139,3,145,0),(17140,4,145,0),(17141,5,145,0),(17142,6,145,0),(17143,7,145,0),(17144,8,145,0),(17145,9,145,0),(17146,10,145,0),(17147,11,145,0),(17148,12,145,0),(17149,13,145,0),(17150,14,145,0),(17151,15,145,0),(17152,16,145,0.357303815426369),(17153,17,145,0),(17154,18,145,0),(17155,19,145,0),(17156,20,145,0),(17157,21,145,0),(17158,22,145,0),(17159,23,145,0),(17160,24,145,0),(17161,25,145,0),(17162,26,145,0),(17163,27,145,0),(17164,28,145,0),(17165,29,145,0),(17166,30,145,0),(17167,31,145,0),(17168,32,145,0),(17169,33,145,0),(17170,34,145,0),(17171,35,145,0),(17172,36,145,0),(17173,37,145,0),(17174,38,145,0),(17175,39,145,0),(17176,40,145,0),(17177,41,145,0),(17178,42,145,0),(17179,43,145,0),(17180,44,145,0),(17181,45,145,0),(17182,46,145,0),(17183,47,145,0),(17184,48,145,0),(17185,49,145,0),(17186,50,145,0),(17187,51,145,0),(17188,52,145,0),(17189,53,145,0),(17190,54,145,0),(17191,55,145,0),(17192,56,145,0),(17193,57,145,0),(17194,58,145,0),(17195,59,145,0),(17196,60,145,0),(17197,61,145,0),(17198,62,145,0),(17199,63,145,0),(17200,64,145,0),(17201,65,145,0),(17202,66,145,0),(17203,67,145,0),(17204,68,145,0),(17205,69,145,0),(17206,70,145,0),(17207,71,145,0),(17208,72,145,0),(17209,73,145,0),(17210,74,145,0),(17211,75,145,0),(17212,76,145,0),(17213,77,145,0),(17214,78,145,0),(17215,79,145,0),(17216,80,145,0),(17217,81,145,0),(17218,82,145,0),(17219,83,145,0),(17220,84,145,0),(17221,85,145,0),(17222,86,145,0),(17223,87,145,0),(17224,88,145,0),(17225,89,145,0),(17226,90,145,0),(17227,91,145,0),(17228,92,145,0),(17229,93,145,0),(17230,94,145,0),(17231,95,145,0),(17232,96,145,0),(17233,97,145,0),(17234,98,145,0),(17235,99,145,0),(17236,100,145,0),(17237,101,145,0),(17238,102,145,0),(17239,103,145,0),(17240,104,145,0),(17241,105,145,0),(17242,106,145,0),(17243,107,145,0),(17244,108,145,0),(17245,109,145,0),(17246,110,145,0),(17247,111,145,0),(17248,112,145,0),(17249,113,145,0),(17250,114,145,0),(17251,115,145,0),(17252,116,145,0),(17253,117,145,0),(17254,118,145,0),(17255,119,145,0),(17256,1,146,0),(17257,2,146,0),(17258,3,146,0),(17259,4,146,0),(17260,5,146,0),(17261,6,146,0),(17262,7,146,0),(17263,8,146,0),(17264,9,146,0),(17265,10,146,0),(17266,11,146,0),(17267,12,146,0),(17268,13,146,0),(17269,14,146,0),(17270,15,146,0),(17271,16,146,0.114464020235273),(17272,17,146,0),(17273,18,146,0),(17274,19,146,0),(17275,20,146,0),(17276,21,146,0),(17277,22,146,0),(17278,23,146,0),(17279,24,146,0),(17280,25,146,0),(17281,26,146,0),(17282,27,146,0),(17283,28,146,0),(17284,29,146,0),(17285,30,146,0),(17286,31,146,0),(17287,32,146,0),(17288,33,146,0),(17289,34,146,0),(17290,35,146,0),(17291,36,146,0),(17292,37,146,0),(17293,38,146,0),(17294,39,146,0),(17295,40,146,0),(17296,41,146,0),(17297,42,146,0),(17298,43,146,0),(17299,44,146,0),(17300,45,146,0),(17301,46,146,0),(17302,47,146,0),(17303,48,146,0),(17304,49,146,0),(17305,50,146,0),(17306,51,146,0),(17307,52,146,0),(17308,53,146,0),(17309,54,146,0),(17310,55,146,0),(17311,56,146,0),(17312,57,146,0),(17313,58,146,0),(17314,59,146,0),(17315,60,146,0),(17316,61,146,0),(17317,62,146,0),(17318,63,146,0),(17319,64,146,0),(17320,65,146,0),(17321,66,146,0),(17322,67,146,0),(17323,68,146,0),(17324,69,146,0),(17325,70,146,0),(17326,71,146,0),(17327,72,146,0),(17328,73,146,0),(17329,74,146,0),(17330,75,146,0),(17331,76,146,0),(17332,77,146,0),(17333,78,146,0),(17334,79,146,0),(17335,80,146,0),(17336,81,146,0),(17337,82,146,0),(17338,83,146,0),(17339,84,146,0),(17340,85,146,0),(17341,86,146,0),(17342,87,146,0),(17343,88,146,0),(17344,89,146,0),(17345,90,146,0),(17346,91,146,0),(17347,92,146,0),(17348,93,146,0),(17349,94,146,0),(17350,95,146,0),(17351,96,146,0),(17352,97,146,0),(17353,98,146,0),(17354,99,146,0),(17355,100,146,0),(17356,101,146,0),(17357,102,146,0),(17358,103,146,0),(17359,104,146,0),(17360,105,146,0),(17361,106,146,0),(17362,107,146,0),(17363,108,146,0),(17364,109,146,0),(17365,110,146,0),(17366,111,146,0),(17367,112,146,0),(17368,113,146,0),(17369,114,146,0),(17370,115,146,0),(17371,116,146,0),(17372,117,146,0),(17373,118,146,0),(17374,119,146,0),(17375,1,147,0),(17376,2,147,0),(17377,3,147,0),(17378,4,147,0),(17379,5,147,0),(17380,6,147,0),(17381,7,147,0),(17382,8,147,0),(17383,9,147,0),(17384,10,147,0),(17385,11,147,0),(17386,12,147,0),(17387,13,147,0),(17388,14,147,0),(17389,15,147,0),(17390,16,147,0.00366685678054692),(17391,17,147,0),(17392,18,147,0),(17393,19,147,0),(17394,20,147,0),(17395,21,147,0),(17396,22,147,0),(17397,23,147,0),(17398,24,147,0),(17399,25,147,0),(17400,26,147,0),(17401,27,147,0),(17402,28,147,0),(17403,29,147,0),(17404,30,147,0),(17405,31,147,0),(17406,32,147,0),(17407,33,147,0),(17408,34,147,0),(17409,35,147,0),(17410,36,147,0),(17411,37,147,0),(17412,38,147,0),(17413,39,147,0),(17414,40,147,0),(17415,41,147,0),(17416,42,147,0),(17417,43,147,0),(17418,44,147,0),(17419,45,147,0),(17420,46,147,0),(17421,47,147,0),(17422,48,147,0),(17423,49,147,0),(17424,50,147,0),(17425,51,147,0),(17426,52,147,0),(17427,53,147,0),(17428,54,147,0),(17429,55,147,0),(17430,56,147,0),(17431,57,147,0),(17432,58,147,0),(17433,59,147,0),(17434,60,147,0),(17435,61,147,0),(17436,62,147,0),(17437,63,147,0),(17438,64,147,0),(17439,65,147,0),(17440,66,147,0),(17441,67,147,0),(17442,68,147,0),(17443,69,147,0),(17444,70,147,0),(17445,71,147,0),(17446,72,147,0),(17447,73,147,0),(17448,74,147,0),(17449,75,147,0),(17450,76,147,0),(17451,77,147,0),(17452,78,147,0),(17453,79,147,0),(17454,80,147,0),(17455,81,147,0),(17456,82,147,0),(17457,83,147,0),(17458,84,147,0),(17459,85,147,0),(17460,86,147,0),(17461,87,147,0),(17462,88,147,0),(17463,89,147,0),(17464,90,147,0),(17465,91,147,0),(17466,92,147,0),(17467,93,147,0),(17468,94,147,0),(17469,95,147,0),(17470,96,147,0),(17471,97,147,0),(17472,98,147,0),(17473,99,147,0),(17474,100,147,0),(17475,101,147,0),(17476,102,147,0),(17477,103,147,0),(17478,104,147,0),(17479,105,147,0),(17480,106,147,0),(17481,107,147,0),(17482,108,147,0),(17483,109,147,0),(17484,110,147,0),(17485,111,147,0),(17486,112,147,0),(17487,113,147,0),(17488,114,147,0),(17489,115,147,0),(17490,116,147,0),(17491,117,147,0),(17492,118,147,0),(17493,119,147,0),(17494,1,148,0),(17495,2,148,0),(17496,3,148,0),(17497,4,148,0),(17498,5,148,0),(17499,6,148,0),(17500,7,148,0),(17501,8,148,0),(17502,9,148,0),(17503,10,148,0),(17504,11,148,0),(17505,12,148,0),(17506,13,148,0),(17507,14,148,0),(17508,15,148,0),(17509,16,148,0.146787439319832),(17510,17,148,0),(17511,18,148,0),(17512,19,148,0),(17513,20,148,0),(17514,21,148,0),(17515,22,148,0),(17516,23,148,0),(17517,24,148,0),(17518,25,148,0),(17519,26,148,0),(17520,27,148,0),(17521,28,148,0),(17522,29,148,0),(17523,30,148,0),(17524,31,148,0),(17525,32,148,0),(17526,33,148,0),(17527,34,148,0),(17528,35,148,0),(17529,36,148,0),(17530,37,148,0),(17531,38,148,0),(17532,39,148,0),(17533,40,148,0),(17534,41,148,0),(17535,42,148,0),(17536,43,148,0),(17537,44,148,0),(17538,45,148,0),(17539,46,148,0),(17540,47,148,0),(17541,48,148,0),(17542,49,148,0),(17543,50,148,0),(17544,51,148,0),(17545,52,148,0),(17546,53,148,0),(17547,54,148,0),(17548,55,148,0),(17549,56,148,0),(17550,57,148,0),(17551,58,148,0),(17552,59,148,0),(17553,60,148,0),(17554,61,148,0),(17555,62,148,0),(17556,63,148,0),(17557,64,148,0),(17558,65,148,0),(17559,66,148,0),(17560,67,148,0),(17561,68,148,0),(17562,69,148,0),(17563,70,148,0),(17564,71,148,0),(17565,72,148,0),(17566,73,148,0),(17567,74,148,0),(17568,75,148,0),(17569,76,148,0),(17570,77,148,0),(17571,78,148,0),(17572,79,148,0),(17573,80,148,0),(17574,81,148,0),(17575,82,148,0),(17576,83,148,0),(17577,84,148,0),(17578,85,148,0),(17579,86,148,0),(17580,87,148,0),(17581,88,148,0),(17582,89,148,0),(17583,90,148,0),(17584,91,148,0),(17585,92,148,0),(17586,93,148,0),(17587,94,148,0),(17588,95,148,0),(17589,96,148,0),(17590,97,148,0),(17591,98,148,0),(17592,99,148,0),(17593,100,148,0),(17594,101,148,0),(17595,102,148,0),(17596,103,148,0),(17597,104,148,0),(17598,105,148,0),(17599,106,148,0),(17600,107,148,0),(17601,108,148,0),(17602,109,148,0),(17603,110,148,0),(17604,111,148,0),(17605,112,148,0),(17606,113,148,0),(17607,114,148,0),(17608,115,148,0),(17609,116,148,0),(17610,117,148,0),(17611,118,148,0),(17612,119,148,0),(17613,1,149,0),(17614,2,149,0),(17615,3,149,0),(17616,4,149,0),(17617,5,149,0),(17618,6,149,0),(17619,7,149,0),(17620,8,149,0),(17621,9,149,0),(17622,10,149,0),(17623,11,149,0),(17624,12,149,0),(17625,13,149,0),(17626,14,149,0),(17627,15,149,0),(17628,16,149,0.311772514633276),(17629,17,149,0),(17630,18,149,0),(17631,19,149,0),(17632,20,149,0),(17633,21,149,0),(17634,22,149,0),(17635,23,149,0),(17636,24,149,0),(17637,25,149,0),(17638,26,149,0),(17639,27,149,0),(17640,28,149,0),(17641,29,149,0),(17642,30,149,0),(17643,31,149,0),(17644,32,149,0),(17645,33,149,0),(17646,34,149,0),(17647,35,149,0),(17648,36,149,0),(17649,37,149,0),(17650,38,149,0),(17651,39,149,0),(17652,40,149,0),(17653,41,149,0),(17654,42,149,0),(17655,43,149,0),(17656,44,149,0),(17657,45,149,0),(17658,46,149,0),(17659,47,149,0),(17660,48,149,0),(17661,49,149,0),(17662,50,149,0),(17663,51,149,0),(17664,52,149,0),(17665,53,149,0),(17666,54,149,0),(17667,55,149,0),(17668,56,149,0),(17669,57,149,0),(17670,58,149,0),(17671,59,149,0),(17672,60,149,0),(17673,61,149,0),(17674,62,149,0),(17675,63,149,0),(17676,64,149,0),(17677,65,149,0),(17678,66,149,0),(17679,67,149,0),(17680,68,149,0),(17681,69,149,0),(17682,70,149,0),(17683,71,149,0),(17684,72,149,0),(17685,73,149,0),(17686,74,149,0),(17687,75,149,0),(17688,76,149,0),(17689,77,149,0),(17690,78,149,0),(17691,79,149,0),(17692,80,149,0),(17693,81,149,0),(17694,82,149,0),(17695,83,149,0),(17696,84,149,0),(17697,85,149,0),(17698,86,149,0),(17699,87,149,0),(17700,88,149,0),(17701,89,149,0),(17702,90,149,0),(17703,91,149,0),(17704,92,149,0),(17705,93,149,0),(17706,94,149,0),(17707,95,149,0),(17708,96,149,0),(17709,97,149,0),(17710,98,149,0),(17711,99,149,0),(17712,100,149,0),(17713,101,149,0),(17714,102,149,0),(17715,103,149,0),(17716,104,149,0),(17717,105,149,0),(17718,106,149,0),(17719,107,149,0),(17720,108,149,0),(17721,109,149,0),(17722,110,149,0),(17723,111,149,0),(17724,112,149,0),(17725,113,149,0),(17726,114,149,0),(17727,115,149,0),(17728,116,149,0),(17729,117,149,0),(17730,118,149,0),(17731,119,149,0),(17732,1,150,0),(17733,2,150,0),(17734,3,150,0),(17735,4,150,0),(17736,5,150,0),(17737,6,150,0),(17738,7,150,0),(17739,8,150,0),(17740,9,150,0),(17741,10,150,0),(17742,11,150,0),(17743,12,150,0),(17744,13,150,0),(17745,14,150,0),(17746,15,150,0),(17747,16,150,0.436433840541913),(17748,17,150,0),(17749,18,150,0),(17750,19,150,0),(17751,20,150,0),(17752,21,150,0),(17753,22,150,0),(17754,23,150,0),(17755,24,150,0),(17756,25,150,0),(17757,26,150,0),(17758,27,150,0),(17759,28,150,0),(17760,29,150,0),(17761,30,150,0),(17762,31,150,0),(17763,32,150,0),(17764,33,150,0),(17765,34,150,0),(17766,35,150,0),(17767,36,150,0),(17768,37,150,0),(17769,38,150,0),(17770,39,150,0),(17771,40,150,0),(17772,41,150,0),(17773,42,150,0),(17774,43,150,0),(17775,44,150,0),(17776,45,150,0),(17777,46,150,0),(17778,47,150,0),(17779,48,150,0),(17780,49,150,0),(17781,50,150,0),(17782,51,150,0),(17783,52,150,0),(17784,53,150,0),(17785,54,150,0),(17786,55,150,0),(17787,56,150,0),(17788,57,150,0),(17789,58,150,0),(17790,59,150,0),(17791,60,150,0),(17792,61,150,0),(17793,62,150,0),(17794,63,150,0),(17795,64,150,0),(17796,65,150,0),(17797,66,150,0),(17798,67,150,0),(17799,68,150,0),(17800,69,150,0),(17801,70,150,0),(17802,71,150,0),(17803,72,150,0),(17804,73,150,0),(17805,74,150,0),(17806,75,150,0),(17807,76,150,0),(17808,77,150,0),(17809,78,150,0),(17810,79,150,0),(17811,80,150,0),(17812,81,150,0),(17813,82,150,0),(17814,83,150,0),(17815,84,150,0),(17816,85,150,0),(17817,86,150,0),(17818,87,150,0),(17819,88,150,0),(17820,89,150,0),(17821,90,150,0),(17822,91,150,0),(17823,92,150,0),(17824,93,150,0),(17825,94,150,0),(17826,95,150,0),(17827,96,150,0),(17828,97,150,0),(17829,98,150,0),(17830,99,150,0),(17831,100,150,0),(17832,101,150,0),(17833,102,150,0),(17834,103,150,0),(17835,104,150,0),(17836,105,150,0),(17837,106,150,0),(17838,107,150,0),(17839,108,150,0),(17840,109,150,0),(17841,110,150,0),(17842,111,150,0),(17843,112,150,0),(17844,113,150,0),(17845,114,150,0),(17846,115,150,0),(17847,116,150,0),(17848,117,150,0),(17849,118,150,0),(17850,119,150,0),(17851,1,151,0),(17852,2,151,0),(17853,3,151,0),(17854,4,151,0),(17855,5,151,0),(17856,6,151,0),(17857,7,151,0),(17858,8,151,0),(17859,9,151,0),(17860,10,151,0),(17861,11,151,0),(17862,12,151,0),(17863,13,151,0),(17864,14,151,0),(17865,15,151,0),(17866,16,151,0.139682540302563),(17867,17,151,0),(17868,18,151,0),(17869,19,151,0),(17870,20,151,0),(17871,21,151,0),(17872,22,151,0),(17873,23,151,0),(17874,24,151,0),(17875,25,151,0),(17876,26,151,0),(17877,27,151,0),(17878,28,151,0),(17879,29,151,0),(17880,30,151,0),(17881,31,151,0),(17882,32,151,0),(17883,33,151,0),(17884,34,151,0),(17885,35,151,0),(17886,36,151,0),(17887,37,151,0),(17888,38,151,0),(17889,39,151,0),(17890,40,151,0),(17891,41,151,0),(17892,42,151,0),(17893,43,151,0),(17894,44,151,0),(17895,45,151,0),(17896,46,151,0),(17897,47,151,0),(17898,48,151,0),(17899,49,151,0),(17900,50,151,0),(17901,51,151,0),(17902,52,151,0),(17903,53,151,0),(17904,54,151,0),(17905,55,151,0),(17906,56,151,0),(17907,57,151,0),(17908,58,151,0),(17909,59,151,0),(17910,60,151,0),(17911,61,151,0),(17912,62,151,0),(17913,63,151,0),(17914,64,151,0),(17915,65,151,0),(17916,66,151,0),(17917,67,151,0),(17918,68,151,0),(17919,69,151,0),(17920,70,151,0),(17921,71,151,0),(17922,72,151,0),(17923,73,151,0),(17924,74,151,0),(17925,75,151,0),(17926,76,151,0),(17927,77,151,0),(17928,78,151,0),(17929,79,151,0),(17930,80,151,0),(17931,81,151,0),(17932,82,151,0),(17933,83,151,0),(17934,84,151,0),(17935,85,151,0),(17936,86,151,0),(17937,87,151,0),(17938,88,151,0),(17939,89,151,0),(17940,90,151,0),(17941,91,151,0),(17942,92,151,0),(17943,93,151,0),(17944,94,151,0),(17945,95,151,0),(17946,96,151,0),(17947,97,151,0),(17948,98,151,0),(17949,99,151,0),(17950,100,151,0),(17951,101,151,0),(17952,102,151,0),(17953,103,151,0),(17954,104,151,0),(17955,105,151,0),(17956,106,151,0),(17957,107,151,0),(17958,108,151,0),(17959,109,151,0),(17960,110,151,0),(17961,111,151,0),(17962,112,151,0),(17963,113,151,0),(17964,114,151,0),(17965,115,151,0),(17966,116,151,0),(17967,117,151,0),(17968,118,151,0),(17969,119,151,0),(17970,1,152,0),(17971,2,152,0),(17972,3,152,0),(17973,4,152,0),(17974,5,152,0),(17975,6,152,0),(17976,7,152,0),(17977,8,152,0),(17978,9,152,0),(17979,10,152,0),(17980,11,152,0),(17981,12,152,0),(17982,13,152,0),(17983,14,152,0),(17984,15,152,0),(17985,16,152,0.107946974623051),(17986,17,152,0),(17987,18,152,0),(17988,19,152,0),(17989,20,152,0),(17990,21,152,0),(17991,22,152,0),(17992,23,152,0),(17993,24,152,0),(17994,25,152,0),(17995,26,152,0),(17996,27,152,0),(17997,28,152,0),(17998,29,152,0),(17999,30,152,0),(18000,31,152,0),(18001,32,152,0),(18002,33,152,0),(18003,34,152,0),(18004,35,152,0),(18005,36,152,0),(18006,37,152,0),(18007,38,152,0),(18008,39,152,0),(18009,40,152,0),(18010,41,152,0),(18011,42,152,0),(18012,43,152,0),(18013,44,152,0),(18014,45,152,0),(18015,46,152,0),(18016,47,152,0),(18017,48,152,0),(18018,49,152,0),(18019,50,152,0),(18020,51,152,0),(18021,52,152,0),(18022,53,152,0),(18023,54,152,0),(18024,55,152,0),(18025,56,152,0),(18026,57,152,0),(18027,58,152,0),(18028,59,152,0),(18029,60,152,0),(18030,61,152,0),(18031,62,152,0),(18032,63,152,0),(18033,64,152,0),(18034,65,152,0),(18035,66,152,0),(18036,67,152,0),(18037,68,152,0),(18038,69,152,0),(18039,70,152,0),(18040,71,152,0),(18041,72,152,0),(18042,73,152,0),(18043,74,152,0),(18044,75,152,0),(18045,76,152,0),(18046,77,152,0),(18047,78,152,0),(18048,79,152,0),(18049,80,152,0),(18050,81,152,0),(18051,82,152,0),(18052,83,152,0),(18053,84,152,0),(18054,85,152,0),(18055,86,152,0),(18056,87,152,0),(18057,88,152,0),(18058,89,152,0),(18059,90,152,0),(18060,91,152,0),(18061,92,152,0),(18062,93,152,0),(18063,94,152,0),(18064,95,152,0),(18065,96,152,0),(18066,97,152,0),(18067,98,152,0),(18068,99,152,0),(18069,100,152,0),(18070,101,152,0),(18071,102,152,0),(18072,103,152,0),(18073,104,152,0),(18074,105,152,0),(18075,106,152,0),(18076,107,152,0),(18077,108,152,0),(18078,109,152,0),(18079,110,152,0),(18080,111,152,0),(18081,112,152,0),(18082,113,152,0),(18083,114,152,0),(18084,115,152,0),(18085,116,152,0),(18086,117,152,0),(18087,118,152,0),(18088,119,152,0),(18089,1,153,0),(18090,2,153,0),(18091,3,153,0),(18092,4,153,0),(18093,5,153,0),(18094,6,153,0),(18095,7,153,0),(18096,8,153,0),(18097,9,153,0),(18098,10,153,0),(18099,11,153,0),(18100,12,153,0),(18101,13,153,0),(18102,14,153,0),(18103,15,153,0),(18104,16,153,0.00416412989919642),(18105,17,153,0),(18106,18,153,0),(18107,19,153,0),(18108,20,153,0),(18109,21,153,0),(18110,22,153,0),(18111,23,153,0),(18112,24,153,0),(18113,25,153,0),(18114,26,153,0),(18115,27,153,0),(18116,28,153,0),(18117,29,153,0),(18118,30,153,0),(18119,31,153,0),(18120,32,153,0),(18121,33,153,0),(18122,34,153,0),(18123,35,153,0),(18124,36,153,0),(18125,37,153,0),(18126,38,153,0),(18127,39,153,0),(18128,40,153,0),(18129,41,153,0),(18130,42,153,0),(18131,43,153,0),(18132,44,153,0),(18133,45,153,0),(18134,46,153,0),(18135,47,153,0),(18136,48,153,0),(18137,49,153,0),(18138,50,153,0),(18139,51,153,0),(18140,52,153,0),(18141,53,153,0),(18142,54,153,0),(18143,55,153,0),(18144,56,153,0),(18145,57,153,0),(18146,58,153,0),(18147,59,153,0),(18148,60,153,0),(18149,61,153,0),(18150,62,153,0),(18151,63,153,0),(18152,64,153,0),(18153,65,153,0),(18154,66,153,0),(18155,67,153,0),(18156,68,153,0),(18157,69,153,0),(18158,70,153,0),(18159,71,153,0),(18160,72,153,0),(18161,73,153,0),(18162,74,153,0),(18163,75,153,0),(18164,76,153,0),(18165,77,153,0),(18166,78,153,0),(18167,79,153,0),(18168,80,153,0),(18169,81,153,0),(18170,82,153,0),(18171,83,153,0),(18172,84,153,0),(18173,85,153,0),(18174,86,153,0),(18175,87,153,0),(18176,88,153,0),(18177,89,153,0),(18178,90,153,0),(18179,91,153,0),(18180,92,153,0),(18181,93,153,0),(18182,94,153,0),(18183,95,153,0),(18184,96,153,0),(18185,97,153,0),(18186,98,153,0),(18187,99,153,0),(18188,100,153,0),(18189,101,153,0),(18190,102,153,0),(18191,103,153,0),(18192,104,153,0),(18193,105,153,0),(18194,106,153,0),(18195,107,153,0),(18196,108,153,0),(18197,109,153,0),(18198,110,153,0),(18199,111,153,0),(18200,112,153,0),(18201,113,153,0),(18202,114,153,0),(18203,115,153,0),(18204,116,153,0),(18205,117,153,0),(18206,118,153,0),(18207,119,153,0),(18208,1,154,0),(18209,2,154,0),(18210,3,154,0),(18211,4,154,0),(18212,5,154,0),(18213,6,154,0),(18214,7,154,0),(18215,8,154,0),(18216,9,154,0),(18217,10,154,0),(18218,11,154,0),(18219,12,154,0),(18220,13,154,0),(18221,14,154,0),(18222,15,154,0),(18223,16,154,0),(18224,17,154,0.334122767334532),(18225,18,154,0),(18226,19,154,0),(18227,20,154,0),(18228,21,154,0),(18229,22,154,0),(18230,23,154,0),(18231,24,154,0),(18232,25,154,0),(18233,26,154,0),(18234,27,154,0),(18235,28,154,0),(18236,29,154,0),(18237,30,154,0),(18238,31,154,0),(18239,32,154,0),(18240,33,154,0),(18241,34,154,0),(18242,35,154,0),(18243,36,154,0),(18244,37,154,0),(18245,38,154,0),(18246,39,154,0),(18247,40,154,0),(18248,41,154,0),(18249,42,154,0),(18250,43,154,0),(18251,44,154,0),(18252,45,154,0),(18253,46,154,0),(18254,47,154,0),(18255,48,154,0),(18256,49,154,0),(18257,50,154,0),(18258,51,154,0),(18259,52,154,0),(18260,53,154,0),(18261,54,154,0),(18262,55,154,0),(18263,56,154,0),(18264,57,154,0),(18265,58,154,0),(18266,59,154,0),(18267,60,154,0),(18268,61,154,0),(18269,62,154,0),(18270,63,154,0),(18271,64,154,0),(18272,65,154,0),(18273,66,154,0),(18274,67,154,0),(18275,68,154,0),(18276,69,154,0),(18277,70,154,0),(18278,71,154,0),(18279,72,154,0),(18280,73,154,0),(18281,74,154,0),(18282,75,154,0),(18283,76,154,0),(18284,77,154,0),(18285,78,154,0),(18286,79,154,0),(18287,80,154,0),(18288,81,154,0),(18289,82,154,0),(18290,83,154,0),(18291,84,154,0),(18292,85,154,0),(18293,86,154,0),(18294,87,154,0),(18295,88,154,0),(18296,89,154,0),(18297,90,154,0),(18298,91,154,0),(18299,92,154,0),(18300,93,154,0),(18301,94,154,0),(18302,95,154,0),(18303,96,154,0),(18304,97,154,0),(18305,98,154,0),(18306,99,154,0),(18307,100,154,0),(18308,101,154,0),(18309,102,154,0),(18310,103,154,0),(18311,104,154,0),(18312,105,154,0),(18313,106,154,0),(18314,107,154,0),(18315,108,154,0),(18316,109,154,0),(18317,110,154,0),(18318,111,154,0),(18319,112,154,0),(18320,113,154,0),(18321,114,154,0),(18322,115,154,0),(18323,116,154,0),(18324,117,154,0),(18325,118,154,0),(18326,119,154,0),(18327,1,155,0),(18328,2,155,0),(18329,3,155,0),(18330,4,155,0),(18331,5,155,0),(18332,6,155,0),(18333,7,155,0),(18334,8,155,0),(18335,9,155,0),(18336,10,155,0),(18337,11,155,0),(18338,12,155,0),(18339,13,155,0),(18340,14,155,0),(18341,15,155,0),(18342,16,155,0),(18343,17,155,0.165877232665468),(18344,18,155,0),(18345,19,155,0),(18346,20,155,0),(18347,21,155,0),(18348,22,155,0),(18349,23,155,0),(18350,24,155,0),(18351,25,155,0),(18352,26,155,0),(18353,27,155,0),(18354,28,155,0),(18355,29,155,0),(18356,30,155,0),(18357,31,155,0),(18358,32,155,0),(18359,33,155,0),(18360,34,155,0),(18361,35,155,0),(18362,36,155,0),(18363,37,155,0),(18364,38,155,0),(18365,39,155,0),(18366,40,155,0),(18367,41,155,0),(18368,42,155,0),(18369,43,155,0),(18370,44,155,0),(18371,45,155,0),(18372,46,155,0),(18373,47,155,0),(18374,48,155,0),(18375,49,155,0),(18376,50,155,0),(18377,51,155,0),(18378,52,155,0),(18379,53,155,0),(18380,54,155,0),(18381,55,155,0),(18382,56,155,0),(18383,57,155,0),(18384,58,155,0),(18385,59,155,0),(18386,60,155,0),(18387,61,155,0),(18388,62,155,0),(18389,63,155,0),(18390,64,155,0),(18391,65,155,0),(18392,66,155,0),(18393,67,155,0),(18394,68,155,0),(18395,69,155,0),(18396,70,155,0),(18397,71,155,0),(18398,72,155,0),(18399,73,155,0),(18400,74,155,0),(18401,75,155,0),(18402,76,155,0),(18403,77,155,0),(18404,78,155,0),(18405,79,155,0),(18406,80,155,0),(18407,81,155,0),(18408,82,155,0),(18409,83,155,0),(18410,84,155,0),(18411,85,155,0),(18412,86,155,0),(18413,87,155,0),(18414,88,155,0),(18415,89,155,0),(18416,90,155,0),(18417,91,155,0),(18418,92,155,0),(18419,93,155,0),(18420,94,155,0),(18421,95,155,0),(18422,96,155,0),(18423,97,155,0),(18424,98,155,0),(18425,99,155,0),(18426,100,155,0),(18427,101,155,0),(18428,102,155,0),(18429,103,155,0),(18430,104,155,0),(18431,105,155,0),(18432,106,155,0),(18433,107,155,0),(18434,108,155,0),(18435,109,155,0),(18436,110,155,0),(18437,111,155,0),(18438,112,155,0),(18439,113,155,0),(18440,114,155,0),(18441,115,155,0),(18442,116,155,0),(18443,117,155,0),(18444,118,155,0),(18445,119,155,0),(18446,1,156,0),(18447,2,156,0),(18448,3,156,0),(18449,4,156,0),(18450,5,156,0),(18451,6,156,0),(18452,7,156,0),(18453,8,156,0),(18454,9,156,0),(18455,10,156,0),(18456,11,156,0),(18457,12,156,0),(18458,13,156,0),(18459,14,156,0),(18460,15,156,0),(18461,16,156,0),(18462,17,156,0.712807816755969),(18463,18,156,0),(18464,19,156,0),(18465,20,156,0),(18466,21,156,0),(18467,22,156,0),(18468,23,156,0),(18469,24,156,0),(18470,25,156,0),(18471,26,156,0),(18472,27,156,0),(18473,28,156,0),(18474,29,156,0),(18475,30,156,0),(18476,31,156,0),(18477,32,156,0),(18478,33,156,0),(18479,34,156,0),(18480,35,156,0),(18481,36,156,0),(18482,37,156,0),(18483,38,156,0),(18484,39,156,0),(18485,40,156,0),(18486,41,156,0),(18487,42,156,0),(18488,43,156,0),(18489,44,156,0),(18490,45,156,0),(18491,46,156,0),(18492,47,156,0),(18493,48,156,0),(18494,49,156,0),(18495,50,156,0),(18496,51,156,0),(18497,52,156,0),(18498,53,156,0),(18499,54,156,0),(18500,55,156,0),(18501,56,156,0),(18502,57,156,0),(18503,58,156,0),(18504,59,156,0),(18505,60,156,0),(18506,61,156,0),(18507,62,156,0),(18508,63,156,0),(18509,64,156,0),(18510,65,156,0),(18511,66,156,0),(18512,67,156,0),(18513,68,156,0),(18514,69,156,0),(18515,70,156,0),(18516,71,156,0),(18517,72,156,0),(18518,73,156,0),(18519,74,156,0),(18520,75,156,0),(18521,76,156,0),(18522,77,156,0),(18523,78,156,0),(18524,79,156,0),(18525,80,156,0),(18526,81,156,0),(18527,82,156,0),(18528,83,156,0),(18529,84,156,0),(18530,85,156,0),(18531,86,156,0),(18532,87,156,0),(18533,88,156,0),(18534,89,156,0),(18535,90,156,0),(18536,91,156,0),(18537,92,156,0),(18538,93,156,0),(18539,94,156,0),(18540,95,156,0),(18541,96,156,0),(18542,97,156,0),(18543,98,156,0),(18544,99,156,0),(18545,100,156,0),(18546,101,156,0),(18547,102,156,0),(18548,103,156,0),(18549,104,156,0),(18550,105,156,0),(18551,106,156,0),(18552,107,156,0),(18553,108,156,0),(18554,109,156,0),(18555,110,156,0),(18556,111,156,0),(18557,112,156,0),(18558,113,156,0),(18559,114,156,0),(18560,115,156,0),(18561,116,156,0),(18562,117,156,0),(18563,118,156,0),(18564,119,156,0),(18565,1,157,0),(18566,2,157,0),(18567,3,157,0),(18568,4,157,0),(18569,5,157,0),(18570,6,157,0),(18571,7,157,0),(18572,8,157,0),(18573,9,157,0),(18574,10,157,0),(18575,11,157,0),(18576,12,157,0),(18577,13,157,0),(18578,14,157,0),(18579,15,157,0),(18580,16,157,0),(18581,17,157,0.0871921832440308),(18582,18,157,0),(18583,19,157,0),(18584,20,157,0),(18585,21,157,0),(18586,22,157,0),(18587,23,157,0),(18588,24,157,0),(18589,25,157,0),(18590,26,157,0),(18591,27,157,0),(18592,28,157,0),(18593,29,157,0),(18594,30,157,0),(18595,31,157,0),(18596,32,157,0),(18597,33,157,0),(18598,34,157,0),(18599,35,157,0),(18600,36,157,0),(18601,37,157,0),(18602,38,157,0),(18603,39,157,0),(18604,40,157,0),(18605,41,157,0),(18606,42,157,0),(18607,43,157,0),(18608,44,157,0),(18609,45,157,0),(18610,46,157,0),(18611,47,157,0),(18612,48,157,0),(18613,49,157,0),(18614,50,157,0),(18615,51,157,0),(18616,52,157,0),(18617,53,157,0),(18618,54,157,0),(18619,55,157,0),(18620,56,157,0),(18621,57,157,0),(18622,58,157,0),(18623,59,157,0),(18624,60,157,0),(18625,61,157,0),(18626,62,157,0),(18627,63,157,0),(18628,64,157,0),(18629,65,157,0),(18630,66,157,0),(18631,67,157,0),(18632,68,157,0),(18633,69,157,0),(18634,70,157,0),(18635,71,157,0),(18636,72,157,0),(18637,73,157,0),(18638,74,157,0),(18639,75,157,0),(18640,76,157,0),(18641,77,157,0),(18642,78,157,0),(18643,79,157,0),(18644,80,157,0),(18645,81,157,0),(18646,82,157,0),(18647,83,157,0),(18648,84,157,0),(18649,85,157,0),(18650,86,157,0),(18651,87,157,0),(18652,88,157,0),(18653,89,157,0),(18654,90,157,0),(18655,91,157,0),(18656,92,157,0),(18657,93,157,0),(18658,94,157,0),(18659,95,157,0),(18660,96,157,0),(18661,97,157,0),(18662,98,157,0),(18663,99,157,0),(18664,100,157,0),(18665,101,157,0),(18666,102,157,0),(18667,103,157,0),(18668,104,157,0),(18669,105,157,0),(18670,106,157,0),(18671,107,157,0),(18672,108,157,0),(18673,109,157,0),(18674,110,157,0),(18675,111,157,0),(18676,112,157,0),(18677,113,157,0),(18678,114,157,0),(18679,115,157,0),(18680,116,157,0),(18681,117,157,0),(18682,118,157,0),(18683,119,157,0),(18684,1,158,0),(18685,2,158,0),(18686,3,158,0),(18687,4,158,0),(18688,5,158,0),(18689,6,158,0),(18690,7,158,0),(18691,8,158,0),(18692,9,158,0),(18693,10,158,0),(18694,11,158,0),(18695,12,158,0),(18696,13,158,0),(18697,14,158,0),(18698,15,158,0),(18699,16,158,0),(18700,17,158,0.145114713823922),(18701,18,158,0),(18702,19,158,0),(18703,20,158,0),(18704,21,158,0),(18705,22,158,0),(18706,23,158,0),(18707,24,158,0),(18708,25,158,0),(18709,26,158,0),(18710,27,158,0),(18711,28,158,0),(18712,29,158,0),(18713,30,158,0),(18714,31,158,0),(18715,32,158,0),(18716,33,158,0),(18717,34,158,0),(18718,35,158,0),(18719,36,158,0),(18720,37,158,0),(18721,38,158,0),(18722,39,158,0),(18723,40,158,0),(18724,41,158,0),(18725,42,158,0),(18726,43,158,0),(18727,44,158,0),(18728,45,158,0),(18729,46,158,0),(18730,47,158,0),(18731,48,158,0),(18732,49,158,0),(18733,50,158,0),(18734,51,158,0),(18735,52,158,0),(18736,53,158,0),(18737,54,158,0),(18738,55,158,0),(18739,56,158,0),(18740,57,158,0),(18741,58,158,0),(18742,59,158,0),(18743,60,158,0),(18744,61,158,0),(18745,62,158,0),(18746,63,158,0),(18747,64,158,0),(18748,65,158,0),(18749,66,158,0),(18750,67,158,0),(18751,68,158,0),(18752,69,158,0),(18753,70,158,0),(18754,71,158,0),(18755,72,158,0),(18756,73,158,0),(18757,74,158,0),(18758,75,158,0),(18759,76,158,0),(18760,77,158,0),(18761,78,158,0),(18762,79,158,0),(18763,80,158,0),(18764,81,158,0),(18765,82,158,0),(18766,83,158,0),(18767,84,158,0),(18768,85,158,0),(18769,86,158,0),(18770,87,158,0),(18771,88,158,0),(18772,89,158,0),(18773,90,158,0),(18774,91,158,0),(18775,92,158,0),(18776,93,158,0),(18777,94,158,0),(18778,95,158,0),(18779,96,158,0),(18780,97,158,0),(18781,98,158,0),(18782,99,158,0),(18783,100,158,0),(18784,101,158,0),(18785,102,158,0),(18786,103,158,0),(18787,104,158,0),(18788,105,158,0),(18789,106,158,0),(18790,107,158,0),(18791,108,158,0),(18792,109,158,0),(18793,110,158,0),(18794,111,158,0),(18795,112,158,0),(18796,113,158,0),(18797,114,158,0),(18798,115,158,0),(18799,116,158,0),(18800,117,158,0),(18801,118,158,0),(18802,119,158,0),(18803,1,159,0),(18804,2,159,0),(18805,3,159,0),(18806,4,159,0),(18807,5,159,0),(18808,6,159,0),(18809,7,159,0),(18810,8,159,0),(18811,9,159,0),(18812,10,159,0),(18813,11,159,0),(18814,12,159,0),(18815,13,159,0),(18816,14,159,0),(18817,15,159,0),(18818,16,159,0),(18819,17,159,0.302660016080283),(18820,18,159,0),(18821,19,159,0),(18822,20,159,0),(18823,21,159,0),(18824,22,159,0),(18825,23,159,0),(18826,24,159,0),(18827,25,159,0),(18828,26,159,0),(18829,27,159,0),(18830,28,159,0),(18831,29,159,0),(18832,30,159,0),(18833,31,159,0),(18834,32,159,0),(18835,33,159,0),(18836,34,159,0),(18837,35,159,0),(18838,36,159,0),(18839,37,159,0),(18840,38,159,0),(18841,39,159,0),(18842,40,159,0),(18843,41,159,0),(18844,42,159,0),(18845,43,159,0),(18846,44,159,0),(18847,45,159,0),(18848,46,159,0),(18849,47,159,0),(18850,48,159,0),(18851,49,159,0),(18852,50,159,0),(18853,51,159,0),(18854,52,159,0),(18855,53,159,0),(18856,54,159,0),(18857,55,159,0),(18858,56,159,0),(18859,57,159,0),(18860,58,159,0),(18861,59,159,0),(18862,60,159,0),(18863,61,159,0),(18864,62,159,0),(18865,63,159,0),(18866,64,159,0),(18867,65,159,0),(18868,66,159,0),(18869,67,159,0),(18870,68,159,0),(18871,69,159,0),(18872,70,159,0),(18873,71,159,0),(18874,72,159,0),(18875,73,159,0),(18876,74,159,0),(18877,75,159,0),(18878,76,159,0),(18879,77,159,0),(18880,78,159,0),(18881,79,159,0),(18882,80,159,0),(18883,81,159,0),(18884,82,159,0),(18885,83,159,0),(18886,84,159,0),(18887,85,159,0),(18888,86,159,0),(18889,87,159,0),(18890,88,159,0),(18891,89,159,0),(18892,90,159,0),(18893,91,159,0),(18894,92,159,0),(18895,93,159,0),(18896,94,159,0),(18897,95,159,0),(18898,96,159,0),(18899,97,159,0),(18900,98,159,0),(18901,99,159,0),(18902,100,159,0),(18903,101,159,0),(18904,102,159,0),(18905,103,159,0),(18906,104,159,0),(18907,105,159,0),(18908,106,159,0),(18909,107,159,0),(18910,108,159,0),(18911,109,159,0),(18912,110,159,0),(18913,111,159,0),(18914,112,159,0),(18915,113,159,0),(18916,114,159,0),(18917,115,159,0),(18918,116,159,0),(18919,117,159,0),(18920,118,159,0),(18921,119,159,0),(18922,1,160,0),(18923,2,160,0),(18924,3,160,0),(18925,4,160,0),(18926,5,160,0),(18927,6,160,0),(18928,7,160,0),(18929,8,160,0),(18930,9,160,0),(18931,10,160,0),(18932,11,160,0),(18933,12,160,0),(18934,13,160,0),(18935,14,160,0),(18936,15,160,0),(18937,16,160,0),(18938,17,160,0.336361259880502),(18939,18,160,0),(18940,19,160,0),(18941,20,160,0),(18942,21,160,0),(18943,22,160,0),(18944,23,160,0),(18945,24,160,0),(18946,25,160,0),(18947,26,160,0),(18948,27,160,0),(18949,28,160,0),(18950,29,160,0),(18951,30,160,0),(18952,31,160,0),(18953,32,160,0),(18954,33,160,0),(18955,34,160,0),(18956,35,160,0),(18957,36,160,0),(18958,37,160,0),(18959,38,160,0),(18960,39,160,0),(18961,40,160,0),(18962,41,160,0),(18963,42,160,0),(18964,43,160,0),(18965,44,160,0),(18966,45,160,0),(18967,46,160,0),(18968,47,160,0),(18969,48,160,0),(18970,49,160,0),(18971,50,160,0),(18972,51,160,0),(18973,52,160,0),(18974,53,160,0),(18975,54,160,0),(18976,55,160,0),(18977,56,160,0),(18978,57,160,0),(18979,58,160,0),(18980,59,160,0),(18981,60,160,0),(18982,61,160,0),(18983,62,160,0),(18984,63,160,0),(18985,64,160,0),(18986,65,160,0),(18987,66,160,0),(18988,67,160,0),(18989,68,160,0),(18990,69,160,0),(18991,70,160,0),(18992,71,160,0),(18993,72,160,0),(18994,73,160,0),(18995,74,160,0),(18996,75,160,0),(18997,76,160,0),(18998,77,160,0),(18999,78,160,0),(19000,79,160,0),(19001,80,160,0),(19002,81,160,0),(19003,82,160,0),(19004,83,160,0),(19005,84,160,0),(19006,85,160,0),(19007,86,160,0),(19008,87,160,0),(19009,88,160,0),(19010,89,160,0),(19011,90,160,0),(19012,91,160,0),(19013,92,160,0),(19014,93,160,0),(19015,94,160,0),(19016,95,160,0),(19017,96,160,0),(19018,97,160,0),(19019,98,160,0),(19020,99,160,0),(19021,100,160,0),(19022,101,160,0),(19023,102,160,0),(19024,103,160,0),(19025,104,160,0),(19026,105,160,0),(19027,106,160,0),(19028,107,160,0),(19029,108,160,0),(19030,109,160,0),(19031,110,160,0),(19032,111,160,0),(19033,112,160,0),(19034,113,160,0),(19035,114,160,0),(19036,115,160,0),(19037,116,160,0),(19038,117,160,0),(19039,118,160,0),(19040,119,160,0),(19041,1,161,0),(19042,2,161,0),(19043,3,161,0),(19044,4,161,0),(19045,5,161,0),(19046,6,161,0),(19047,7,161,0),(19048,8,161,0),(19049,9,161,0),(19050,10,161,0),(19051,11,161,0),(19052,12,161,0),(19053,13,161,0),(19054,14,161,0),(19055,15,161,0),(19056,16,161,0),(19057,17,161,0.215864010215294),(19058,18,161,0),(19059,19,161,0),(19060,20,161,0),(19061,21,161,0),(19062,22,161,0),(19063,23,161,0),(19064,24,161,0),(19065,25,161,0),(19066,26,161,0),(19067,27,161,0),(19068,28,161,0),(19069,29,161,0),(19070,30,161,0),(19071,31,161,0),(19072,32,161,0),(19073,33,161,0),(19074,34,161,0),(19075,35,161,0),(19076,36,161,0),(19077,37,161,0),(19078,38,161,0),(19079,39,161,0),(19080,40,161,0),(19081,41,161,0),(19082,42,161,0),(19083,43,161,0),(19084,44,161,0),(19085,45,161,0),(19086,46,161,0),(19087,47,161,0),(19088,48,161,0),(19089,49,161,0),(19090,50,161,0),(19091,51,161,0),(19092,52,161,0),(19093,53,161,0),(19094,54,161,0),(19095,55,161,0),(19096,56,161,0),(19097,57,161,0),(19098,58,161,0),(19099,59,161,0),(19100,60,161,0),(19101,61,161,0),(19102,62,161,0),(19103,63,161,0),(19104,64,161,0),(19105,65,161,0),(19106,66,161,0),(19107,67,161,0),(19108,68,161,0),(19109,69,161,0),(19110,70,161,0),(19111,71,161,0),(19112,72,161,0),(19113,73,161,0),(19114,74,161,0),(19115,75,161,0),(19116,76,161,0),(19117,77,161,0),(19118,78,161,0),(19119,79,161,0),(19120,80,161,0),(19121,81,161,0),(19122,82,161,0),(19123,83,161,0),(19124,84,161,0),(19125,85,161,0),(19126,86,161,0),(19127,87,161,0),(19128,88,161,0),(19129,89,161,0),(19130,90,161,0),(19131,91,161,0),(19132,92,161,0),(19133,93,161,0),(19134,94,161,0),(19135,95,161,0),(19136,96,161,0),(19137,97,161,0),(19138,98,161,0),(19139,99,161,0),(19140,100,161,0),(19141,101,161,0),(19142,102,161,0),(19143,103,161,0),(19144,104,161,0),(19145,105,161,0),(19146,106,161,0),(19147,107,161,0),(19148,108,161,0),(19149,109,161,0),(19150,110,161,0),(19151,111,161,0),(19152,112,161,0),(19153,113,161,0),(19154,114,161,0),(19155,115,161,0),(19156,116,161,0),(19157,117,161,0),(19158,118,161,0),(19159,119,161,0),(19160,1,162,0),(19161,2,162,0),(19162,3,162,0),(19163,4,162,0),(19164,5,162,0),(19165,6,162,0),(19166,7,162,0),(19167,8,162,0),(19168,9,162,0),(19169,10,162,0),(19170,11,162,0),(19171,12,162,0),(19172,13,162,0),(19173,14,162,0),(19174,15,162,0),(19175,16,162,0),(19176,17,162,0),(19177,18,162,0.5),(19178,19,162,0),(19179,20,162,0),(19180,21,162,0),(19181,22,162,0),(19182,23,162,0),(19183,24,162,0),(19184,25,162,0),(19185,26,162,0),(19186,27,162,0),(19187,28,162,0),(19188,29,162,0),(19189,30,162,0),(19190,31,162,0),(19191,32,162,0),(19192,33,162,0),(19193,34,162,0),(19194,35,162,0),(19195,36,162,0),(19196,37,162,0),(19197,38,162,0),(19198,39,162,0),(19199,40,162,0),(19200,41,162,0),(19201,42,162,0),(19202,43,162,0),(19203,44,162,0),(19204,45,162,0),(19205,46,162,0),(19206,47,162,0),(19207,48,162,0),(19208,49,162,0),(19209,50,162,0),(19210,51,162,0),(19211,52,162,0),(19212,53,162,0),(19213,54,162,0),(19214,55,162,0),(19215,56,162,0),(19216,57,162,0),(19217,58,162,0),(19218,59,162,0),(19219,60,162,0),(19220,61,162,0),(19221,62,162,0),(19222,63,162,0),(19223,64,162,0),(19224,65,162,0),(19225,66,162,0),(19226,67,162,0),(19227,68,162,0),(19228,69,162,0),(19229,70,162,0),(19230,71,162,0),(19231,72,162,0),(19232,73,162,0),(19233,74,162,0),(19234,75,162,0),(19235,76,162,0),(19236,77,162,0),(19237,78,162,0),(19238,79,162,0),(19239,80,162,0),(19240,81,162,0),(19241,82,162,0),(19242,83,162,0),(19243,84,162,0),(19244,85,162,0),(19245,86,162,0),(19246,87,162,0),(19247,88,162,0),(19248,89,162,0),(19249,90,162,0),(19250,91,162,0),(19251,92,162,0),(19252,93,162,0),(19253,94,162,0),(19254,95,162,0),(19255,96,162,0),(19256,97,162,0),(19257,98,162,0),(19258,99,162,0),(19259,100,162,0),(19260,101,162,0),(19261,102,162,0),(19262,103,162,0),(19263,104,162,0),(19264,105,162,0),(19265,106,162,0),(19266,107,162,0),(19267,108,162,0),(19268,109,162,0),(19269,110,162,0),(19270,111,162,0),(19271,112,162,0),(19272,113,162,0),(19273,114,162,0),(19274,115,162,0),(19275,116,162,0),(19276,117,162,0),(19277,118,162,0),(19278,119,162,0),(19279,1,163,0),(19280,2,163,0),(19281,3,163,0),(19282,4,163,0),(19283,5,163,0),(19284,6,163,0),(19285,7,163,0),(19286,8,163,0),(19287,9,163,0),(19288,10,163,0),(19289,11,163,0),(19290,12,163,0),(19291,13,163,0),(19292,14,163,0),(19293,15,163,0),(19294,16,163,0),(19295,17,163,0),(19296,18,163,0.8),(19297,19,163,0),(19298,20,163,0),(19299,21,163,0),(19300,22,163,0),(19301,23,163,0),(19302,24,163,0),(19303,25,163,0),(19304,26,163,0),(19305,27,163,0),(19306,28,163,0),(19307,29,163,0),(19308,30,163,0),(19309,31,163,0),(19310,32,163,0),(19311,33,163,0),(19312,34,163,0),(19313,35,163,0),(19314,36,163,0),(19315,37,163,0),(19316,38,163,0),(19317,39,163,0),(19318,40,163,0),(19319,41,163,0),(19320,42,163,0),(19321,43,163,0),(19322,44,163,0),(19323,45,163,0),(19324,46,163,0),(19325,47,163,0),(19326,48,163,0),(19327,49,163,0),(19328,50,163,0),(19329,51,163,0),(19330,52,163,0),(19331,53,163,0),(19332,54,163,0),(19333,55,163,0),(19334,56,163,0),(19335,57,163,0),(19336,58,163,0),(19337,59,163,0),(19338,60,163,0),(19339,61,163,0),(19340,62,163,0),(19341,63,163,0),(19342,64,163,0),(19343,65,163,0),(19344,66,163,0),(19345,67,163,0),(19346,68,163,0),(19347,69,163,0),(19348,70,163,0),(19349,71,163,0),(19350,72,163,0),(19351,73,163,0),(19352,74,163,0),(19353,75,163,0),(19354,76,163,0),(19355,77,163,0),(19356,78,163,0),(19357,79,163,0),(19358,80,163,0),(19359,81,163,0),(19360,82,163,0),(19361,83,163,0),(19362,84,163,0),(19363,85,163,0),(19364,86,163,0),(19365,87,163,0),(19366,88,163,0),(19367,89,163,0),(19368,90,163,0),(19369,91,163,0),(19370,92,163,0),(19371,93,163,0),(19372,94,163,0),(19373,95,163,0),(19374,96,163,0),(19375,97,163,0),(19376,98,163,0),(19377,99,163,0),(19378,100,163,0),(19379,101,163,0),(19380,102,163,0),(19381,103,163,0),(19382,104,163,0),(19383,105,163,0),(19384,106,163,0),(19385,107,163,0),(19386,108,163,0),(19387,109,163,0),(19388,110,163,0),(19389,111,163,0),(19390,112,163,0),(19391,113,163,0),(19392,114,163,0),(19393,115,163,0),(19394,116,163,0),(19395,117,163,0),(19396,118,163,0),(19397,119,163,0),(19398,1,164,0),(19399,2,164,0),(19400,3,164,0),(19401,4,164,0),(19402,5,164,0),(19403,6,164,0),(19404,7,164,0),(19405,8,164,0),(19406,9,164,0),(19407,10,164,0),(19408,11,164,0),(19409,12,164,0),(19410,13,164,0),(19411,14,164,0),(19412,15,164,0),(19413,16,164,0),(19414,17,164,0),(19415,18,164,1),(19416,19,164,0),(19417,20,164,0),(19418,21,164,0),(19419,22,164,0),(19420,23,164,0),(19421,24,164,0),(19422,25,164,0),(19423,26,164,0),(19424,27,164,0),(19425,28,164,0),(19426,29,164,0),(19427,30,164,0),(19428,31,164,0),(19429,32,164,0),(19430,33,164,0),(19431,34,164,0),(19432,35,164,0),(19433,36,164,0),(19434,37,164,0),(19435,38,164,0),(19436,39,164,0),(19437,40,164,0),(19438,41,164,0),(19439,42,164,0),(19440,43,164,0),(19441,44,164,0),(19442,45,164,0),(19443,46,164,0),(19444,47,164,0),(19445,48,164,0),(19446,49,164,0),(19447,50,164,0),(19448,51,164,0),(19449,52,164,0),(19450,53,164,0),(19451,54,164,0),(19452,55,164,0),(19453,56,164,0),(19454,57,164,0),(19455,58,164,0),(19456,59,164,0),(19457,60,164,0),(19458,61,164,0),(19459,62,164,0),(19460,63,164,0),(19461,64,164,0),(19462,65,164,0),(19463,66,164,0),(19464,67,164,0),(19465,68,164,0),(19466,69,164,0),(19467,70,164,0),(19468,71,164,0),(19469,72,164,0),(19470,73,164,0),(19471,74,164,0),(19472,75,164,0),(19473,76,164,0),(19474,77,164,0),(19475,78,164,0),(19476,79,164,0),(19477,80,164,0),(19478,81,164,0),(19479,82,164,0),(19480,83,164,0),(19481,84,164,0),(19482,85,164,0),(19483,86,164,0),(19484,87,164,0),(19485,88,164,0),(19486,89,164,0),(19487,90,164,0),(19488,91,164,0),(19489,92,164,0),(19490,93,164,0),(19491,94,164,0),(19492,95,164,0),(19493,96,164,0),(19494,97,164,0),(19495,98,164,0),(19496,99,164,0),(19497,100,164,0),(19498,101,164,0),(19499,102,164,0),(19500,103,164,0),(19501,104,164,0),(19502,105,164,0),(19503,106,164,0),(19504,107,164,0),(19505,108,164,0),(19506,109,164,0),(19507,110,164,0),(19508,111,164,0),(19509,112,164,0),(19510,113,164,0),(19511,114,164,0),(19512,115,164,0),(19513,116,164,0),(19514,117,164,0),(19515,118,164,0),(19516,119,164,0),(19517,1,165,0),(19518,2,165,0),(19519,3,165,0),(19520,4,165,0),(19521,5,165,0),(19522,6,165,0),(19523,7,165,0),(19524,8,165,0),(19525,9,165,0),(19526,10,165,0),(19527,11,165,0),(19528,12,165,0),(19529,13,165,0),(19530,14,165,0),(19531,15,165,0),(19532,16,165,0),(19533,17,165,0),(19534,18,165,0),(19535,19,165,0.23083056767177),(19536,20,165,0),(19537,21,165,0),(19538,22,165,0),(19539,23,165,0),(19540,24,165,0),(19541,25,165,0),(19542,26,165,0),(19543,27,165,0),(19544,28,165,0),(19545,29,165,0),(19546,30,165,0),(19547,31,165,0),(19548,32,165,0),(19549,33,165,0),(19550,34,165,0),(19551,35,165,0),(19552,36,165,0),(19553,37,165,0),(19554,38,165,0),(19555,39,165,0),(19556,40,165,0),(19557,41,165,0),(19558,42,165,0),(19559,43,165,0),(19560,44,165,0),(19561,45,165,0),(19562,46,165,0),(19563,47,165,0),(19564,48,165,0),(19565,49,165,0),(19566,50,165,0),(19567,51,165,0),(19568,52,165,0),(19569,53,165,0),(19570,54,165,0),(19571,55,165,0),(19572,56,165,0),(19573,57,165,0),(19574,58,165,0),(19575,59,165,0),(19576,60,165,0),(19577,61,165,0),(19578,62,165,0),(19579,63,165,0),(19580,64,165,0),(19581,65,165,0),(19582,66,165,0),(19583,67,165,0),(19584,68,165,0),(19585,69,165,0),(19586,70,165,0),(19587,71,165,0),(19588,72,165,0),(19589,73,165,0),(19590,74,165,0),(19591,75,165,0),(19592,76,165,0),(19593,77,165,0),(19594,78,165,0),(19595,79,165,0),(19596,80,165,0),(19597,81,165,0),(19598,82,165,0),(19599,83,165,0),(19600,84,165,0),(19601,85,165,0),(19602,86,165,0),(19603,87,165,0),(19604,88,165,0),(19605,89,165,0),(19606,90,165,0),(19607,91,165,0),(19608,92,165,0),(19609,93,165,0),(19610,94,165,0),(19611,95,165,0),(19612,96,165,0),(19613,97,165,0),(19614,98,165,0),(19615,99,165,0),(19616,100,165,0),(19617,101,165,0),(19618,102,165,0),(19619,103,165,0),(19620,104,165,0),(19621,105,165,0),(19622,106,165,0),(19623,107,165,0),(19624,108,165,0),(19625,109,165,0),(19626,110,165,0),(19627,111,165,0),(19628,112,165,0),(19629,113,165,0),(19630,114,165,0),(19631,115,165,0),(19632,116,165,0),(19633,117,165,0),(19634,118,165,0),(19635,119,165,0),(19636,1,166,0),(19637,2,166,0),(19638,3,166,0),(19639,4,166,0),(19640,5,166,0),(19641,6,166,0),(19642,7,166,0),(19643,8,166,0),(19644,9,166,0),(19645,10,166,0),(19646,11,166,0),(19647,12,166,0),(19648,13,166,0),(19649,14,166,0),(19650,15,166,0),(19651,16,166,0),(19652,17,166,0),(19653,18,166,0),(19654,19,166,0.26916943232823),(19655,20,166,0),(19656,21,166,0),(19657,22,166,0),(19658,23,166,0),(19659,24,166,0),(19660,25,166,0),(19661,26,166,0),(19662,27,166,0),(19663,28,166,0),(19664,29,166,0),(19665,30,166,0),(19666,31,166,0),(19667,32,166,0),(19668,33,166,0),(19669,34,166,0),(19670,35,166,0),(19671,36,166,0),(19672,37,166,0),(19673,38,166,0),(19674,39,166,0),(19675,40,166,0),(19676,41,166,0),(19677,42,166,0),(19678,43,166,0),(19679,44,166,0),(19680,45,166,0),(19681,46,166,0),(19682,47,166,0),(19683,48,166,0),(19684,49,166,0),(19685,50,166,0),(19686,51,166,0),(19687,52,166,0),(19688,53,166,0),(19689,54,166,0),(19690,55,166,0),(19691,56,166,0),(19692,57,166,0),(19693,58,166,0),(19694,59,166,0),(19695,60,166,0),(19696,61,166,0),(19697,62,166,0),(19698,63,166,0),(19699,64,166,0),(19700,65,166,0),(19701,66,166,0),(19702,67,166,0),(19703,68,166,0),(19704,69,166,0),(19705,70,166,0),(19706,71,166,0),(19707,72,166,0),(19708,73,166,0),(19709,74,166,0),(19710,75,166,0),(19711,76,166,0),(19712,77,166,0),(19713,78,166,0),(19714,79,166,0),(19715,80,166,0),(19716,81,166,0),(19717,82,166,0),(19718,83,166,0),(19719,84,166,0),(19720,85,166,0),(19721,86,166,0),(19722,87,166,0),(19723,88,166,0),(19724,89,166,0),(19725,90,166,0),(19726,91,166,0),(19727,92,166,0),(19728,93,166,0),(19729,94,166,0),(19730,95,166,0),(19731,96,166,0),(19732,97,166,0),(19733,98,166,0),(19734,99,166,0),(19735,100,166,0),(19736,101,166,0),(19737,102,166,0),(19738,103,166,0),(19739,104,166,0),(19740,105,166,0),(19741,106,166,0),(19742,107,166,0),(19743,108,166,0),(19744,109,166,0),(19745,110,166,0),(19746,111,166,0),(19747,112,166,0),(19748,113,166,0),(19749,114,166,0),(19750,115,166,0),(19751,116,166,0),(19752,117,166,0),(19753,118,166,0),(19754,119,166,0),(19755,1,167,0),(19756,2,167,0),(19757,3,167,0),(19758,4,167,0),(19759,5,167,0),(19760,6,167,0),(19761,7,167,0),(19762,8,167,0),(19763,9,167,0),(19764,10,167,0),(19765,11,167,0),(19766,12,167,0),(19767,13,167,0),(19768,14,167,0),(19769,15,167,0),(19770,16,167,0),(19771,17,167,0),(19772,18,167,0),(19773,19,167,0.498120629176766),(19774,20,167,0),(19775,21,167,0),(19776,22,167,0),(19777,23,167,0),(19778,24,167,0),(19779,25,167,0),(19780,26,167,0),(19781,27,167,0),(19782,28,167,0),(19783,29,167,0),(19784,30,167,0),(19785,31,167,0),(19786,32,167,0),(19787,33,167,0),(19788,34,167,0),(19789,35,167,0),(19790,36,167,0),(19791,37,167,0),(19792,38,167,0),(19793,39,167,0),(19794,40,167,0),(19795,41,167,0),(19796,42,167,0),(19797,43,167,0),(19798,44,167,0),(19799,45,167,0),(19800,46,167,0),(19801,47,167,0),(19802,48,167,0),(19803,49,167,0),(19804,50,167,0),(19805,51,167,0),(19806,52,167,0),(19807,53,167,0),(19808,54,167,0),(19809,55,167,0),(19810,56,167,0),(19811,57,167,0),(19812,58,167,0),(19813,59,167,0),(19814,60,167,0),(19815,61,167,0),(19816,62,167,0),(19817,63,167,0),(19818,64,167,0),(19819,65,167,0),(19820,66,167,0),(19821,67,167,0),(19822,68,167,0),(19823,69,167,0),(19824,70,167,0),(19825,71,167,0),(19826,72,167,0),(19827,73,167,0),(19828,74,167,0),(19829,75,167,0),(19830,76,167,0),(19831,77,167,0),(19832,78,167,0),(19833,79,167,0),(19834,80,167,0),(19835,81,167,0),(19836,82,167,0),(19837,83,167,0),(19838,84,167,0),(19839,85,167,0),(19840,86,167,0),(19841,87,167,0),(19842,88,167,0),(19843,89,167,0),(19844,90,167,0),(19845,91,167,0),(19846,92,167,0),(19847,93,167,0),(19848,94,167,0),(19849,95,167,0),(19850,96,167,0),(19851,97,167,0),(19852,98,167,0),(19853,99,167,0),(19854,100,167,0),(19855,101,167,0),(19856,102,167,0),(19857,103,167,0),(19858,104,167,0),(19859,105,167,0),(19860,106,167,0),(19861,107,167,0),(19862,108,167,0),(19863,109,167,0),(19864,110,167,0),(19865,111,167,0),(19866,112,167,0),(19867,113,167,0),(19868,114,167,0),(19869,115,167,0),(19870,116,167,0),(19871,117,167,0),(19872,118,167,0),(19873,119,167,0),(19874,1,168,0),(19875,2,168,0),(19876,3,168,0),(19877,4,168,0),(19878,5,168,0),(19879,6,168,0),(19880,7,168,0),(19881,8,168,0),(19882,9,168,0),(19883,10,168,0),(19884,11,168,0),(19885,12,168,0),(19886,13,168,0),(19887,14,168,0),(19888,15,168,0),(19889,16,168,0),(19890,17,168,0),(19891,18,168,0),(19892,19,168,0.0915783445025302),(19893,20,168,0),(19894,21,168,0),(19895,22,168,0),(19896,23,168,0),(19897,24,168,0),(19898,25,168,0),(19899,26,168,0),(19900,27,168,0),(19901,28,168,0),(19902,29,168,0),(19903,30,168,0),(19904,31,168,0),(19905,32,168,0),(19906,33,168,0),(19907,34,168,0),(19908,35,168,0),(19909,36,168,0),(19910,37,168,0),(19911,38,168,0),(19912,39,168,0),(19913,40,168,0),(19914,41,168,0),(19915,42,168,0),(19916,43,168,0),(19917,44,168,0),(19918,45,168,0),(19919,46,168,0),(19920,47,168,0),(19921,48,168,0),(19922,49,168,0),(19923,50,168,0),(19924,51,168,0),(19925,52,168,0),(19926,53,168,0),(19927,54,168,0),(19928,55,168,0),(19929,56,168,0),(19930,57,168,0),(19931,58,168,0),(19932,59,168,0),(19933,60,168,0),(19934,61,168,0),(19935,62,168,0),(19936,63,168,0),(19937,64,168,0),(19938,65,168,0),(19939,66,168,0),(19940,67,168,0),(19941,68,168,0),(19942,69,168,0),(19943,70,168,0),(19944,71,168,0),(19945,72,168,0),(19946,73,168,0),(19947,74,168,0),(19948,75,168,0),(19949,76,168,0),(19950,77,168,0),(19951,78,168,0),(19952,79,168,0),(19953,80,168,0),(19954,81,168,0),(19955,82,168,0),(19956,83,168,0),(19957,84,168,0),(19958,85,168,0),(19959,86,168,0),(19960,87,168,0),(19961,88,168,0),(19962,89,168,0),(19963,90,168,0),(19964,91,168,0),(19965,92,168,0),(19966,93,168,0),(19967,94,168,0),(19968,95,168,0),(19969,96,168,0),(19970,97,168,0),(19971,98,168,0),(19972,99,168,0),(19973,100,168,0),(19974,101,168,0),(19975,102,168,0),(19976,103,168,0),(19977,104,168,0),(19978,105,168,0),(19979,106,168,0),(19980,107,168,0),(19981,108,168,0),(19982,109,168,0),(19983,110,168,0),(19984,111,168,0),(19985,112,168,0),(19986,113,168,0),(19987,114,168,0),(19988,115,168,0),(19989,116,168,0),(19990,117,168,0),(19991,118,168,0),(19992,119,168,0),(19993,1,169,0),(19994,2,169,0),(19995,3,169,0),(19996,4,169,0),(19997,5,169,0),(19998,6,169,0),(19999,7,169,0),(20000,8,169,0),(20001,9,169,0),(20002,10,169,0),(20003,11,169,0),(20004,12,169,0),(20005,13,169,0),(20006,14,169,0),(20007,15,169,0),(20008,16,169,0),(20009,17,169,0),(20010,18,169,0),(20011,19,169,0.210301026320704),(20012,20,169,0),(20013,21,169,0),(20014,22,169,0),(20015,23,169,0),(20016,24,169,0),(20017,25,169,0),(20018,26,169,0),(20019,27,169,0),(20020,28,169,0),(20021,29,169,0),(20022,30,169,0),(20023,31,169,0),(20024,32,169,0),(20025,33,169,0),(20026,34,169,0),(20027,35,169,0),(20028,36,169,0),(20029,37,169,0),(20030,38,169,0),(20031,39,169,0),(20032,40,169,0),(20033,41,169,0),(20034,42,169,0),(20035,43,169,0),(20036,44,169,0),(20037,45,169,0),(20038,46,169,0),(20039,47,169,0),(20040,48,169,0),(20041,49,169,0),(20042,50,169,0),(20043,51,169,0),(20044,52,169,0),(20045,53,169,0),(20046,54,169,0),(20047,55,169,0),(20048,56,169,0),(20049,57,169,0),(20050,58,169,0),(20051,59,169,0),(20052,60,169,0),(20053,61,169,0),(20054,62,169,0),(20055,63,169,0),(20056,64,169,0),(20057,65,169,0),(20058,66,169,0),(20059,67,169,0),(20060,68,169,0),(20061,69,169,0),(20062,70,169,0),(20063,71,169,0),(20064,72,169,0),(20065,73,169,0),(20066,74,169,0),(20067,75,169,0),(20068,76,169,0),(20069,77,169,0),(20070,78,169,0),(20071,79,169,0),(20072,80,169,0),(20073,81,169,0),(20074,82,169,0),(20075,83,169,0),(20076,84,169,0),(20077,85,169,0),(20078,86,169,0),(20079,87,169,0),(20080,88,169,0),(20081,89,169,0),(20082,90,169,0),(20083,91,169,0),(20084,92,169,0),(20085,93,169,0),(20086,94,169,0),(20087,95,169,0),(20088,96,169,0),(20089,97,169,0),(20090,98,169,0),(20091,99,169,0),(20092,100,169,0),(20093,101,169,0),(20094,102,169,0),(20095,103,169,0),(20096,104,169,0),(20097,105,169,0),(20098,106,169,0),(20099,107,169,0),(20100,108,169,0),(20101,109,169,0),(20102,110,169,0),(20103,111,169,0),(20104,112,169,0),(20105,113,169,0),(20106,114,169,0),(20107,115,169,0),(20108,116,169,0),(20109,117,169,0),(20110,118,169,0),(20111,119,169,0),(20112,1,170,0),(20113,2,170,0),(20114,3,170,0),(20115,4,170,0),(20116,5,170,0),(20117,6,170,0),(20118,7,170,0),(20119,8,170,0),(20120,9,170,0),(20121,10,170,0),(20122,11,170,0),(20123,12,170,0),(20124,13,170,0),(20125,14,170,0),(20126,15,170,0),(20127,16,170,0),(20128,17,170,0),(20129,18,170,0),(20130,19,170,0.377058084480285),(20131,20,170,0),(20132,21,170,0),(20133,22,170,0),(20134,23,170,0),(20135,24,170,0),(20136,25,170,0),(20137,26,170,0),(20138,27,170,0),(20139,28,170,0),(20140,29,170,0),(20141,30,170,0),(20142,31,170,0),(20143,32,170,0),(20144,33,170,0),(20145,34,170,0),(20146,35,170,0),(20147,36,170,0),(20148,37,170,0),(20149,38,170,0),(20150,39,170,0),(20151,40,170,0),(20152,41,170,0),(20153,42,170,0),(20154,43,170,0),(20155,44,170,0),(20156,45,170,0),(20157,46,170,0),(20158,47,170,0),(20159,48,170,0),(20160,49,170,0),(20161,50,170,0),(20162,51,170,0),(20163,52,170,0),(20164,53,170,0),(20165,54,170,0),(20166,55,170,0),(20167,56,170,0),(20168,57,170,0),(20169,58,170,0),(20170,59,170,0),(20171,60,170,0),(20172,61,170,0),(20173,62,170,0),(20174,63,170,0),(20175,64,170,0),(20176,65,170,0),(20177,66,170,0),(20178,67,170,0),(20179,68,170,0),(20180,69,170,0),(20181,70,170,0),(20182,71,170,0),(20183,72,170,0),(20184,73,170,0),(20185,74,170,0),(20186,75,170,0),(20187,76,170,0),(20188,77,170,0),(20189,78,170,0),(20190,79,170,0),(20191,80,170,0),(20192,81,170,0),(20193,82,170,0),(20194,83,170,0),(20195,84,170,0),(20196,85,170,0),(20197,86,170,0),(20198,87,170,0),(20199,88,170,0),(20200,89,170,0),(20201,90,170,0),(20202,91,170,0),(20203,92,170,0),(20204,93,170,0),(20205,94,170,0),(20206,95,170,0),(20207,96,170,0),(20208,97,170,0),(20209,98,170,0),(20210,99,170,0),(20211,100,170,0),(20212,101,170,0),(20213,102,170,0),(20214,103,170,0),(20215,104,170,0),(20216,105,170,0),(20217,106,170,0),(20218,107,170,0),(20219,108,170,0),(20220,109,170,0),(20221,110,170,0),(20222,111,170,0),(20223,112,170,0),(20224,113,170,0),(20225,114,170,0),(20226,115,170,0),(20227,116,170,0),(20228,117,170,0),(20229,118,170,0),(20230,119,170,0),(20231,1,171,0),(20232,2,171,0),(20233,3,171,0),(20234,4,171,0),(20235,5,171,0),(20236,6,171,0),(20237,7,171,0),(20238,8,171,0),(20239,9,171,0),(20240,10,171,0),(20241,11,171,0),(20242,12,171,0),(20243,13,171,0),(20244,14,171,0),(20245,15,171,0),(20246,16,171,0),(20247,17,171,0),(20248,18,171,0),(20249,19,171,0.0871671044023096),(20250,20,171,0),(20251,21,171,0),(20252,22,171,0),(20253,23,171,0),(20254,24,171,0),(20255,25,171,0),(20256,26,171,0),(20257,27,171,0),(20258,28,171,0),(20259,29,171,0),(20260,30,171,0),(20261,31,171,0),(20262,32,171,0),(20263,33,171,0),(20264,34,171,0),(20265,35,171,0),(20266,36,171,0),(20267,37,171,0),(20268,38,171,0),(20269,39,171,0),(20270,40,171,0),(20271,41,171,0),(20272,42,171,0),(20273,43,171,0),(20274,44,171,0),(20275,45,171,0),(20276,46,171,0),(20277,47,171,0),(20278,48,171,0),(20279,49,171,0),(20280,50,171,0),(20281,51,171,0),(20282,52,171,0),(20283,53,171,0),(20284,54,171,0),(20285,55,171,0),(20286,56,171,0),(20287,57,171,0),(20288,58,171,0),(20289,59,171,0),(20290,60,171,0),(20291,61,171,0),(20292,62,171,0),(20293,63,171,0),(20294,64,171,0),(20295,65,171,0),(20296,66,171,0),(20297,67,171,0),(20298,68,171,0),(20299,69,171,0),(20300,70,171,0),(20301,71,171,0),(20302,72,171,0),(20303,73,171,0),(20304,74,171,0),(20305,75,171,0),(20306,76,171,0),(20307,77,171,0),(20308,78,171,0),(20309,79,171,0),(20310,80,171,0),(20311,81,171,0),(20312,82,171,0),(20313,83,171,0),(20314,84,171,0),(20315,85,171,0),(20316,86,171,0),(20317,87,171,0),(20318,88,171,0),(20319,89,171,0),(20320,90,171,0),(20321,91,171,0),(20322,92,171,0),(20323,93,171,0),(20324,94,171,0),(20325,95,171,0),(20326,96,171,0),(20327,97,171,0),(20328,98,171,0),(20329,99,171,0),(20330,100,171,0),(20331,101,171,0),(20332,102,171,0),(20333,103,171,0),(20334,104,171,0),(20335,105,171,0),(20336,106,171,0),(20337,107,171,0),(20338,108,171,0),(20339,109,171,0),(20340,110,171,0),(20341,111,171,0),(20342,112,171,0),(20343,113,171,0),(20344,114,171,0),(20345,115,171,0),(20346,116,171,0),(20347,117,171,0),(20348,118,171,0),(20349,119,171,0),(20350,1,172,0),(20351,2,172,0),(20352,3,172,0),(20353,4,172,0),(20354,5,172,0),(20355,6,172,0),(20356,7,172,0),(20357,8,172,0),(20358,9,172,0),(20359,10,172,0),(20360,11,172,0),(20361,12,172,0),(20362,13,172,0),(20363,14,172,0),(20364,15,172,0),(20365,16,172,0),(20366,17,172,0),(20367,18,172,0),(20368,19,172,0.0763771212033766),(20369,20,172,0),(20370,21,172,0),(20371,22,172,0),(20372,23,172,0),(20373,24,172,0),(20374,25,172,0),(20375,26,172,0),(20376,27,172,0),(20377,28,172,0),(20378,29,172,0),(20379,30,172,0),(20380,31,172,0),(20381,32,172,0),(20382,33,172,0),(20383,34,172,0),(20384,35,172,0),(20385,36,172,0),(20386,37,172,0),(20387,38,172,0),(20388,39,172,0),(20389,40,172,0),(20390,41,172,0),(20391,42,172,0),(20392,43,172,0),(20393,44,172,0),(20394,45,172,0),(20395,46,172,0),(20396,47,172,0),(20397,48,172,0),(20398,49,172,0),(20399,50,172,0),(20400,51,172,0),(20401,52,172,0),(20402,53,172,0),(20403,54,172,0),(20404,55,172,0),(20405,56,172,0),(20406,57,172,0),(20407,58,172,0),(20408,59,172,0),(20409,60,172,0),(20410,61,172,0),(20411,62,172,0),(20412,63,172,0),(20413,64,172,0),(20414,65,172,0),(20415,66,172,0),(20416,67,172,0),(20417,68,172,0),(20418,69,172,0),(20419,70,172,0),(20420,71,172,0),(20421,72,172,0),(20422,73,172,0),(20423,74,172,0),(20424,75,172,0),(20425,76,172,0),(20426,77,172,0),(20427,78,172,0),(20428,79,172,0),(20429,80,172,0),(20430,81,172,0),(20431,82,172,0),(20432,83,172,0),(20433,84,172,0),(20434,85,172,0),(20435,86,172,0),(20436,87,172,0),(20437,88,172,0),(20438,89,172,0),(20439,90,172,0),(20440,91,172,0),(20441,92,172,0),(20442,93,172,0),(20443,94,172,0),(20444,95,172,0),(20445,96,172,0),(20446,97,172,0),(20447,98,172,0),(20448,99,172,0),(20449,100,172,0),(20450,101,172,0),(20451,102,172,0),(20452,103,172,0),(20453,104,172,0),(20454,105,172,0),(20455,106,172,0),(20456,107,172,0),(20457,108,172,0),(20458,109,172,0),(20459,110,172,0),(20460,111,172,0),(20461,112,172,0),(20462,113,172,0),(20463,114,172,0),(20464,115,172,0),(20465,116,172,0),(20466,117,172,0),(20467,118,172,0),(20468,119,172,0),(20469,1,173,0),(20470,2,173,0),(20471,3,173,0),(20472,4,173,0),(20473,5,173,0),(20474,6,173,0),(20475,7,173,0),(20476,8,173,0),(20477,9,173,0),(20478,10,173,0),(20479,11,173,0),(20480,12,173,0),(20481,13,173,0),(20482,14,173,0),(20483,15,173,0),(20484,16,173,0),(20485,17,173,0),(20486,18,173,0),(20487,19,173,0.459397689914029),(20488,20,173,0),(20489,21,173,0),(20490,22,173,0),(20491,23,173,0),(20492,24,173,0),(20493,25,173,0),(20494,26,173,0),(20495,27,173,0),(20496,28,173,0),(20497,29,173,0),(20498,30,173,0),(20499,31,173,0),(20500,32,173,0),(20501,33,173,0),(20502,34,173,0),(20503,35,173,0),(20504,36,173,0),(20505,37,173,0),(20506,38,173,0),(20507,39,173,0),(20508,40,173,0),(20509,41,173,0),(20510,42,173,0),(20511,43,173,0),(20512,44,173,0),(20513,45,173,0),(20514,46,173,0),(20515,47,173,0),(20516,48,173,0),(20517,49,173,0),(20518,50,173,0),(20519,51,173,0),(20520,52,173,0),(20521,53,173,0),(20522,54,173,0),(20523,55,173,0),(20524,56,173,0),(20525,57,173,0),(20526,58,173,0),(20527,59,173,0),(20528,60,173,0),(20529,61,173,0),(20530,62,173,0),(20531,63,173,0),(20532,64,173,0),(20533,65,173,0),(20534,66,173,0),(20535,67,173,0),(20536,68,173,0),(20537,69,173,0),(20538,70,173,0),(20539,71,173,0),(20540,72,173,0),(20541,73,173,0),(20542,74,173,0),(20543,75,173,0),(20544,76,173,0),(20545,77,173,0),(20546,78,173,0),(20547,79,173,0),(20548,80,173,0),(20549,81,173,0),(20550,82,173,0),(20551,83,173,0),(20552,84,173,0),(20553,85,173,0),(20554,86,173,0),(20555,87,173,0),(20556,88,173,0),(20557,89,173,0),(20558,90,173,0),(20559,91,173,0),(20560,92,173,0),(20561,93,173,0),(20562,94,173,0),(20563,95,173,0),(20564,96,173,0),(20565,97,173,0),(20566,98,173,0),(20567,99,173,0),(20568,100,173,0),(20569,101,173,0),(20570,102,173,0),(20571,103,173,0),(20572,104,173,0),(20573,105,173,0),(20574,106,173,0),(20575,107,173,0),(20576,108,173,0),(20577,109,173,0),(20578,110,173,0),(20579,111,173,0),(20580,112,173,0),(20581,113,173,0),(20582,114,173,0),(20583,115,173,0),(20584,116,173,0),(20585,117,173,0),(20586,118,173,0),(20587,119,173,0),(20588,1,174,0),(20589,2,174,0),(20590,3,174,0),(20591,4,174,0),(20592,5,174,0),(20593,6,174,0),(20594,7,174,0),(20595,8,174,0),(20596,9,174,0),(20597,10,174,0),(20598,11,174,0),(20599,12,174,0),(20600,13,174,0),(20601,14,174,0),(20602,15,174,0),(20603,16,174,0),(20604,17,174,0),(20605,18,174,0),(20606,19,174,0),(20607,20,174,0.122800421126947),(20608,21,174,0),(20609,22,174,0),(20610,23,174,0),(20611,24,174,0),(20612,25,174,0),(20613,26,174,0),(20614,27,174,0),(20615,28,174,0),(20616,29,174,0),(20617,30,174,0),(20618,31,174,0),(20619,32,174,0),(20620,33,174,0),(20621,34,174,0),(20622,35,174,0),(20623,36,174,0),(20624,37,174,0),(20625,38,174,0),(20626,39,174,0),(20627,40,174,0),(20628,41,174,0),(20629,42,174,0),(20630,43,174,0),(20631,44,174,0),(20632,45,174,0),(20633,46,174,0),(20634,47,174,0),(20635,48,174,0),(20636,49,174,0),(20637,50,174,0),(20638,51,174,0),(20639,52,174,0),(20640,53,174,0),(20641,54,174,0),(20642,55,174,0),(20643,56,174,0),(20644,57,174,0),(20645,58,174,0),(20646,59,174,0),(20647,60,174,0),(20648,61,174,0),(20649,62,174,0),(20650,63,174,0),(20651,64,174,0),(20652,65,174,0),(20653,66,174,0),(20654,67,174,0),(20655,68,174,0),(20656,69,174,0),(20657,70,174,0),(20658,71,174,0),(20659,72,174,0),(20660,73,174,0),(20661,74,174,0),(20662,75,174,0),(20663,76,174,0),(20664,77,174,0),(20665,78,174,0),(20666,79,174,0),(20667,80,174,0),(20668,81,174,0),(20669,82,174,0),(20670,83,174,0),(20671,84,174,0),(20672,85,174,0),(20673,86,174,0),(20674,87,174,0),(20675,88,174,0),(20676,89,174,0),(20677,90,174,0),(20678,91,174,0),(20679,92,174,0),(20680,93,174,0),(20681,94,174,0),(20682,95,174,0),(20683,96,174,0),(20684,97,174,0),(20685,98,174,0),(20686,99,174,0),(20687,100,174,0),(20688,101,174,0),(20689,102,174,0),(20690,103,174,0),(20691,104,174,0),(20692,105,174,0),(20693,106,174,0),(20694,107,174,0),(20695,108,174,0),(20696,109,174,0),(20697,110,174,0),(20698,111,174,0),(20699,112,174,0),(20700,113,174,0),(20701,114,174,0),(20702,115,174,0),(20703,116,174,0),(20704,117,174,0),(20705,118,174,0),(20706,119,174,0),(20707,1,175,0),(20708,2,175,0),(20709,3,175,0),(20710,4,175,0),(20711,5,175,0),(20712,6,175,0),(20713,7,175,0),(20714,8,175,0),(20715,9,175,0),(20716,10,175,0),(20717,11,175,0),(20718,12,175,0),(20719,13,175,0),(20720,14,175,0),(20721,15,175,0),(20722,16,175,0),(20723,17,175,0),(20724,18,175,0),(20725,19,175,0),(20726,20,175,0.377199578873053),(20727,21,175,0),(20728,22,175,0),(20729,23,175,0),(20730,24,175,0),(20731,25,175,0),(20732,26,175,0),(20733,27,175,0),(20734,28,175,0),(20735,29,175,0),(20736,30,175,0),(20737,31,175,0),(20738,32,175,0),(20739,33,175,0),(20740,34,175,0),(20741,35,175,0),(20742,36,175,0),(20743,37,175,0),(20744,38,175,0),(20745,39,175,0),(20746,40,175,0),(20747,41,175,0),(20748,42,175,0),(20749,43,175,0),(20750,44,175,0),(20751,45,175,0),(20752,46,175,0),(20753,47,175,0),(20754,48,175,0),(20755,49,175,0),(20756,50,175,0),(20757,51,175,0),(20758,52,175,0),(20759,53,175,0),(20760,54,175,0),(20761,55,175,0),(20762,56,175,0),(20763,57,175,0),(20764,58,175,0),(20765,59,175,0),(20766,60,175,0),(20767,61,175,0),(20768,62,175,0),(20769,63,175,0),(20770,64,175,0),(20771,65,175,0),(20772,66,175,0),(20773,67,175,0),(20774,68,175,0),(20775,69,175,0),(20776,70,175,0),(20777,71,175,0),(20778,72,175,0),(20779,73,175,0),(20780,74,175,0),(20781,75,175,0),(20782,76,175,0),(20783,77,175,0),(20784,78,175,0),(20785,79,175,0),(20786,80,175,0),(20787,81,175,0),(20788,82,175,0),(20789,83,175,0),(20790,84,175,0),(20791,85,175,0),(20792,86,175,0),(20793,87,175,0),(20794,88,175,0),(20795,89,175,0),(20796,90,175,0),(20797,91,175,0),(20798,92,175,0),(20799,93,175,0),(20800,94,175,0),(20801,95,175,0),(20802,96,175,0),(20803,97,175,0),(20804,98,175,0),(20805,99,175,0),(20806,100,175,0),(20807,101,175,0),(20808,102,175,0),(20809,103,175,0),(20810,104,175,0),(20811,105,175,0),(20812,106,175,0),(20813,107,175,0),(20814,108,175,0),(20815,109,175,0),(20816,110,175,0),(20817,111,175,0),(20818,112,175,0),(20819,113,175,0),(20820,114,175,0),(20821,115,175,0),(20822,116,175,0),(20823,117,175,0),(20824,118,175,0),(20825,119,175,0),(20826,1,176,0),(20827,2,176,0),(20828,3,176,0),(20829,4,176,0),(20830,5,176,0),(20831,6,176,0),(20832,7,176,0),(20833,8,176,0),(20834,9,176,0),(20835,10,176,0),(20836,11,176,0),(20837,12,176,0),(20838,13,176,0),(20839,14,176,0),(20840,15,176,0),(20841,16,176,0),(20842,17,176,0),(20843,18,176,0),(20844,19,176,0),(20845,20,176,0.186787975799312),(20846,21,176,0),(20847,22,176,0),(20848,23,176,0),(20849,24,176,0),(20850,25,176,0),(20851,26,176,0),(20852,27,176,0),(20853,28,176,0),(20854,29,176,0),(20855,30,176,0),(20856,31,176,0),(20857,32,176,0),(20858,33,176,0),(20859,34,176,0),(20860,35,176,0),(20861,36,176,0),(20862,37,176,0),(20863,38,176,0),(20864,39,176,0),(20865,40,176,0),(20866,41,176,0),(20867,42,176,0),(20868,43,176,0),(20869,44,176,0),(20870,45,176,0),(20871,46,176,0),(20872,47,176,0),(20873,48,176,0),(20874,49,176,0),(20875,50,176,0),(20876,51,176,0),(20877,52,176,0),(20878,53,176,0),(20879,54,176,0),(20880,55,176,0),(20881,56,176,0),(20882,57,176,0),(20883,58,176,0),(20884,59,176,0),(20885,60,176,0),(20886,61,176,0),(20887,62,176,0),(20888,63,176,0),(20889,64,176,0),(20890,65,176,0),(20891,66,176,0),(20892,67,176,0),(20893,68,176,0),(20894,69,176,0),(20895,70,176,0),(20896,71,176,0),(20897,72,176,0),(20898,73,176,0),(20899,74,176,0),(20900,75,176,0),(20901,76,176,0),(20902,77,176,0),(20903,78,176,0),(20904,79,176,0),(20905,80,176,0),(20906,81,176,0),(20907,82,176,0),(20908,83,176,0),(20909,84,176,0),(20910,85,176,0),(20911,86,176,0),(20912,87,176,0),(20913,88,176,0),(20914,89,176,0),(20915,90,176,0),(20916,91,176,0),(20917,92,176,0),(20918,93,176,0),(20919,94,176,0),(20920,95,176,0),(20921,96,176,0),(20922,97,176,0),(20923,98,176,0),(20924,99,176,0),(20925,100,176,0),(20926,101,176,0),(20927,102,176,0),(20928,103,176,0),(20929,104,176,0),(20930,105,176,0),(20931,106,176,0),(20932,107,176,0),(20933,108,176,0),(20934,109,176,0),(20935,110,176,0),(20936,111,176,0),(20937,112,176,0),(20938,113,176,0),(20939,114,176,0),(20940,115,176,0),(20941,116,176,0),(20942,117,176,0),(20943,118,176,0),(20944,119,176,0),(20945,1,177,0),(20946,2,177,0),(20947,3,177,0),(20948,4,177,0),(20949,5,177,0),(20950,6,177,0),(20951,7,177,0),(20952,8,177,0),(20953,9,177,0),(20954,10,177,0),(20955,11,177,0),(20956,12,177,0),(20957,13,177,0),(20958,14,177,0),(20959,15,177,0),(20960,16,177,0),(20961,17,177,0),(20962,18,177,0),(20963,19,177,0),(20964,20,177,0.613212024200688),(20965,21,177,0),(20966,22,177,0),(20967,23,177,0),(20968,24,177,0),(20969,25,177,0),(20970,26,177,0),(20971,27,177,0),(20972,28,177,0),(20973,29,177,0),(20974,30,177,0),(20975,31,177,0),(20976,32,177,0),(20977,33,177,0),(20978,34,177,0),(20979,35,177,0),(20980,36,177,0),(20981,37,177,0),(20982,38,177,0),(20983,39,177,0),(20984,40,177,0),(20985,41,177,0),(20986,42,177,0),(20987,43,177,0),(20988,44,177,0),(20989,45,177,0),(20990,46,177,0),(20991,47,177,0),(20992,48,177,0),(20993,49,177,0),(20994,50,177,0),(20995,51,177,0),(20996,52,177,0),(20997,53,177,0),(20998,54,177,0),(20999,55,177,0),(21000,56,177,0),(21001,57,177,0),(21002,58,177,0),(21003,59,177,0),(21004,60,177,0),(21005,61,177,0),(21006,62,177,0),(21007,63,177,0),(21008,64,177,0),(21009,65,177,0),(21010,66,177,0),(21011,67,177,0),(21012,68,177,0),(21013,69,177,0),(21014,70,177,0),(21015,71,177,0),(21016,72,177,0),(21017,73,177,0),(21018,74,177,0),(21019,75,177,0),(21020,76,177,0),(21021,77,177,0),(21022,78,177,0),(21023,79,177,0),(21024,80,177,0),(21025,81,177,0),(21026,82,177,0),(21027,83,177,0),(21028,84,177,0),(21029,85,177,0),(21030,86,177,0),(21031,87,177,0),(21032,88,177,0),(21033,89,177,0),(21034,90,177,0),(21035,91,177,0),(21036,92,177,0),(21037,93,177,0),(21038,94,177,0),(21039,95,177,0),(21040,96,177,0),(21041,97,177,0),(21042,98,177,0),(21043,99,177,0),(21044,100,177,0),(21045,101,177,0),(21046,102,177,0),(21047,103,177,0),(21048,104,177,0),(21049,105,177,0),(21050,106,177,0),(21051,107,177,0),(21052,108,177,0),(21053,109,177,0),(21054,110,177,0),(21055,111,177,0),(21056,112,177,0),(21057,113,177,0),(21058,114,177,0),(21059,115,177,0),(21060,116,177,0),(21061,117,177,0),(21062,118,177,0),(21063,119,177,0),(21064,1,178,0),(21065,2,178,0),(21066,3,178,0),(21067,4,178,0),(21068,5,178,0),(21069,6,178,0),(21070,7,178,0),(21071,8,178,0),(21072,9,178,0),(21073,10,178,0),(21074,11,178,0),(21075,12,178,0),(21076,13,178,0),(21077,14,178,0),(21078,15,178,0),(21079,16,178,0),(21080,17,178,0),(21081,18,178,0),(21082,19,178,0),(21083,20,178,0.371706150631677),(21084,21,178,0),(21085,22,178,0),(21086,23,178,0),(21087,24,178,0),(21088,25,178,0),(21089,26,178,0),(21090,27,178,0),(21091,28,178,0),(21092,29,178,0),(21093,30,178,0),(21094,31,178,0),(21095,32,178,0),(21096,33,178,0),(21097,34,178,0),(21098,35,178,0),(21099,36,178,0),(21100,37,178,0),(21101,38,178,0),(21102,39,178,0),(21103,40,178,0),(21104,41,178,0),(21105,42,178,0),(21106,43,178,0),(21107,44,178,0),(21108,45,178,0),(21109,46,178,0),(21110,47,178,0),(21111,48,178,0),(21112,49,178,0),(21113,50,178,0),(21114,51,178,0),(21115,52,178,0),(21116,53,178,0),(21117,54,178,0),(21118,55,178,0),(21119,56,178,0),(21120,57,178,0),(21121,58,178,0),(21122,59,178,0),(21123,60,178,0),(21124,61,178,0),(21125,62,178,0),(21126,63,178,0),(21127,64,178,0),(21128,65,178,0),(21129,66,178,0),(21130,67,178,0),(21131,68,178,0),(21132,69,178,0),(21133,70,178,0),(21134,71,178,0),(21135,72,178,0),(21136,73,178,0),(21137,74,178,0),(21138,75,178,0),(21139,76,178,0),(21140,77,178,0),(21141,78,178,0),(21142,79,178,0),(21143,80,178,0),(21144,81,178,0),(21145,82,178,0),(21146,83,178,0),(21147,84,178,0),(21148,85,178,0),(21149,86,178,0),(21150,87,178,0),(21151,88,178,0),(21152,89,178,0),(21153,90,178,0),(21154,91,178,0),(21155,92,178,0),(21156,93,178,0),(21157,94,178,0),(21158,95,178,0),(21159,96,178,0),(21160,97,178,0),(21161,98,178,0),(21162,99,178,0),(21163,100,178,0),(21164,101,178,0),(21165,102,178,0),(21166,103,178,0),(21167,104,178,0),(21168,105,178,0),(21169,106,178,0),(21170,107,178,0),(21171,108,178,0),(21172,109,178,0),(21173,110,178,0),(21174,111,178,0),(21175,112,178,0),(21176,113,178,0),(21177,114,178,0),(21178,115,178,0),(21179,116,178,0),(21180,117,178,0),(21181,118,178,0),(21182,119,178,0),(21183,1,179,0),(21184,2,179,0),(21185,3,179,0),(21186,4,179,0),(21187,5,179,0),(21188,6,179,0),(21189,7,179,0),(21190,8,179,0),(21191,9,179,0),(21192,10,179,0),(21193,11,179,0),(21194,12,179,0),(21195,13,179,0),(21196,14,179,0),(21197,15,179,0),(21198,16,179,0),(21199,17,179,0),(21200,18,179,0),(21201,19,179,0),(21202,20,179,0.216793325731576),(21203,21,179,0),(21204,22,179,0),(21205,23,179,0),(21206,24,179,0),(21207,25,179,0),(21208,26,179,0),(21209,27,179,0),(21210,28,179,0),(21211,29,179,0),(21212,30,179,0),(21213,31,179,0),(21214,32,179,0),(21215,33,179,0),(21216,34,179,0),(21217,35,179,0),(21218,36,179,0),(21219,37,179,0),(21220,38,179,0),(21221,39,179,0),(21222,40,179,0),(21223,41,179,0),(21224,42,179,0),(21225,43,179,0),(21226,44,179,0),(21227,45,179,0),(21228,46,179,0),(21229,47,179,0),(21230,48,179,0),(21231,49,179,0),(21232,50,179,0),(21233,51,179,0),(21234,52,179,0),(21235,53,179,0),(21236,54,179,0),(21237,55,179,0),(21238,56,179,0),(21239,57,179,0),(21240,58,179,0),(21241,59,179,0),(21242,60,179,0),(21243,61,179,0),(21244,62,179,0),(21245,63,179,0),(21246,64,179,0),(21247,65,179,0),(21248,66,179,0),(21249,67,179,0),(21250,68,179,0),(21251,69,179,0),(21252,70,179,0),(21253,71,179,0),(21254,72,179,0),(21255,73,179,0),(21256,74,179,0),(21257,75,179,0),(21258,76,179,0),(21259,77,179,0),(21260,78,179,0),(21261,79,179,0),(21262,80,179,0),(21263,81,179,0),(21264,82,179,0),(21265,83,179,0),(21266,84,179,0),(21267,85,179,0),(21268,86,179,0),(21269,87,179,0),(21270,88,179,0),(21271,89,179,0),(21272,90,179,0),(21273,91,179,0),(21274,92,179,0),(21275,93,179,0),(21276,94,179,0),(21277,95,179,0),(21278,96,179,0),(21279,97,179,0),(21280,98,179,0),(21281,99,179,0),(21282,100,179,0),(21283,101,179,0),(21284,102,179,0),(21285,103,179,0),(21286,104,179,0),(21287,105,179,0),(21288,106,179,0),(21289,107,179,0),(21290,108,179,0),(21291,109,179,0),(21292,110,179,0),(21293,111,179,0),(21294,112,179,0),(21295,113,179,0),(21296,114,179,0),(21297,115,179,0),(21298,116,179,0),(21299,117,179,0),(21300,118,179,0),(21301,119,179,0),(21302,1,180,0),(21303,2,180,0),(21304,3,180,0),(21305,4,180,0),(21306,5,180,0),(21307,6,180,0),(21308,7,180,0),(21309,8,180,0),(21310,9,180,0),(21311,10,180,0),(21312,11,180,0),(21313,12,180,0),(21314,13,180,0),(21315,14,180,0),(21316,15,180,0),(21317,16,180,0),(21318,17,180,0),(21319,18,180,0),(21320,19,180,0),(21321,20,180,0.411500523636747),(21322,21,180,0),(21323,22,180,0),(21324,23,180,0),(21325,24,180,0),(21326,25,180,0),(21327,26,180,0),(21328,27,180,0),(21329,28,180,0),(21330,29,180,0),(21331,30,180,0),(21332,31,180,0),(21333,32,180,0),(21334,33,180,0),(21335,34,180,0),(21336,35,180,0),(21337,36,180,0),(21338,37,180,0),(21339,38,180,0),(21340,39,180,0),(21341,40,180,0),(21342,41,180,0),(21343,42,180,0),(21344,43,180,0),(21345,44,180,0),(21346,45,180,0),(21347,46,180,0),(21348,47,180,0),(21349,48,180,0),(21350,49,180,0),(21351,50,180,0),(21352,51,180,0),(21353,52,180,0),(21354,53,180,0),(21355,54,180,0),(21356,55,180,0),(21357,56,180,0),(21358,57,180,0),(21359,58,180,0),(21360,59,180,0),(21361,60,180,0),(21362,61,180,0),(21363,62,180,0),(21364,63,180,0),(21365,64,180,0),(21366,65,180,0),(21367,66,180,0),(21368,67,180,0),(21369,68,180,0),(21370,69,180,0),(21371,70,180,0),(21372,71,180,0),(21373,72,180,0),(21374,73,180,0),(21375,74,180,0),(21376,75,180,0),(21377,76,180,0),(21378,77,180,0),(21379,78,180,0),(21380,79,180,0),(21381,80,180,0),(21382,81,180,0),(21383,82,180,0),(21384,83,180,0),(21385,84,180,0),(21386,85,180,0),(21387,86,180,0),(21388,87,180,0),(21389,88,180,0),(21390,89,180,0),(21391,90,180,0),(21392,91,180,0),(21393,92,180,0),(21394,93,180,0),(21395,94,180,0),(21396,95,180,0),(21397,96,180,0),(21398,97,180,0),(21399,98,180,0),(21400,99,180,0),(21401,100,180,0),(21402,101,180,0),(21403,102,180,0),(21404,103,180,0),(21405,104,180,0),(21406,105,180,0),(21407,106,180,0),(21408,107,180,0),(21409,108,180,0),(21410,109,180,0),(21411,110,180,0),(21412,111,180,0),(21413,112,180,0),(21414,113,180,0),(21415,114,180,0),(21416,115,180,0),(21417,116,180,0),(21418,117,180,0),(21419,118,180,0),(21420,119,180,0),(21421,1,181,0),(21422,2,181,0),(21423,3,181,0),(21424,4,181,0),(21425,5,181,0),(21426,6,181,0),(21427,7,181,0),(21428,8,181,0),(21429,9,181,0),(21430,10,181,0),(21431,11,181,0),(21432,12,181,0),(21433,13,181,0),(21434,14,181,0),(21435,15,181,0),(21436,16,181,0),(21437,17,181,0),(21438,18,181,0),(21439,19,181,0),(21440,20,181,0),(21441,21,181,0.0860178215427837),(21442,22,181,0),(21443,23,181,0),(21444,24,181,0),(21445,25,181,0),(21446,26,181,0),(21447,27,181,0),(21448,28,181,0),(21449,29,181,0),(21450,30,181,0),(21451,31,181,0),(21452,32,181,0),(21453,33,181,0),(21454,34,181,0),(21455,35,181,0),(21456,36,181,0),(21457,37,181,0),(21458,38,181,0),(21459,39,181,0),(21460,40,181,0),(21461,41,181,0),(21462,42,181,0),(21463,43,181,0),(21464,44,181,0),(21465,45,181,0),(21466,46,181,0),(21467,47,181,0),(21468,48,181,0),(21469,49,181,0),(21470,50,181,0),(21471,51,181,0),(21472,52,181,0),(21473,53,181,0),(21474,54,181,0),(21475,55,181,0),(21476,56,181,0),(21477,57,181,0),(21478,58,181,0),(21479,59,181,0),(21480,60,181,0),(21481,61,181,0),(21482,62,181,0),(21483,63,181,0),(21484,64,181,0),(21485,65,181,0),(21486,66,181,0),(21487,67,181,0),(21488,68,181,0),(21489,69,181,0),(21490,70,181,0),(21491,71,181,0),(21492,72,181,0),(21493,73,181,0),(21494,74,181,0),(21495,75,181,0),(21496,76,181,0),(21497,77,181,0),(21498,78,181,0),(21499,79,181,0),(21500,80,181,0),(21501,81,181,0),(21502,82,181,0),(21503,83,181,0),(21504,84,181,0),(21505,85,181,0),(21506,86,181,0),(21507,87,181,0),(21508,88,181,0),(21509,89,181,0),(21510,90,181,0),(21511,91,181,0),(21512,92,181,0),(21513,93,181,0),(21514,94,181,0),(21515,95,181,0),(21516,96,181,0),(21517,97,181,0),(21518,98,181,0),(21519,99,181,0),(21520,100,181,0),(21521,101,181,0),(21522,102,181,0),(21523,103,181,0),(21524,104,181,0),(21525,105,181,0),(21526,106,181,0),(21527,107,181,0),(21528,108,181,0),(21529,109,181,0),(21530,110,181,0),(21531,111,181,0),(21532,112,181,0),(21533,113,181,0),(21534,114,181,0),(21535,115,181,0),(21536,116,181,0),(21537,117,181,0),(21538,118,181,0),(21539,119,181,0),(21540,1,182,0),(21541,2,182,0),(21542,3,182,0),(21543,4,182,0),(21544,5,182,0),(21545,6,182,0),(21546,7,182,0),(21547,8,182,0),(21548,9,182,0),(21549,10,182,0),(21550,11,182,0),(21551,12,182,0),(21552,13,182,0),(21553,14,182,0),(21554,15,182,0),(21555,16,182,0),(21556,17,182,0),(21557,18,182,0),(21558,19,182,0),(21559,20,182,0),(21560,21,182,0.413982178457216),(21561,22,182,0),(21562,23,182,0),(21563,24,182,0),(21564,25,182,0),(21565,26,182,0),(21566,27,182,0),(21567,28,182,0),(21568,29,182,0),(21569,30,182,0),(21570,31,182,0),(21571,32,182,0),(21572,33,182,0),(21573,34,182,0),(21574,35,182,0),(21575,36,182,0),(21576,37,182,0),(21577,38,182,0),(21578,39,182,0),(21579,40,182,0),(21580,41,182,0),(21581,42,182,0),(21582,43,182,0),(21583,44,182,0),(21584,45,182,0),(21585,46,182,0),(21586,47,182,0),(21587,48,182,0),(21588,49,182,0),(21589,50,182,0),(21590,51,182,0),(21591,52,182,0),(21592,53,182,0),(21593,54,182,0),(21594,55,182,0),(21595,56,182,0),(21596,57,182,0),(21597,58,182,0),(21598,59,182,0),(21599,60,182,0),(21600,61,182,0),(21601,62,182,0),(21602,63,182,0),(21603,64,182,0),(21604,65,182,0),(21605,66,182,0),(21606,67,182,0),(21607,68,182,0),(21608,69,182,0),(21609,70,182,0),(21610,71,182,0),(21611,72,182,0),(21612,73,182,0),(21613,74,182,0),(21614,75,182,0),(21615,76,182,0),(21616,77,182,0),(21617,78,182,0),(21618,79,182,0),(21619,80,182,0),(21620,81,182,0),(21621,82,182,0),(21622,83,182,0),(21623,84,182,0),(21624,85,182,0),(21625,86,182,0),(21626,87,182,0),(21627,88,182,0),(21628,89,182,0),(21629,90,182,0),(21630,91,182,0),(21631,92,182,0),(21632,93,182,0),(21633,94,182,0),(21634,95,182,0),(21635,96,182,0),(21636,97,182,0),(21637,98,182,0),(21638,99,182,0),(21639,100,182,0),(21640,101,182,0),(21641,102,182,0),(21642,103,182,0),(21643,104,182,0),(21644,105,182,0),(21645,106,182,0),(21646,107,182,0),(21647,108,182,0),(21648,109,182,0),(21649,110,182,0),(21650,111,182,0),(21651,112,182,0),(21652,113,182,0),(21653,114,182,0),(21654,115,182,0),(21655,116,182,0),(21656,117,182,0),(21657,118,182,0),(21658,119,182,0),(21659,1,183,0),(21660,2,183,0),(21661,3,183,0),(21662,4,183,0),(21663,5,183,0),(21664,6,183,0),(21665,7,183,0),(21666,8,183,0),(21667,9,183,0),(21668,10,183,0),(21669,11,183,0),(21670,12,183,0),(21671,13,183,0),(21672,14,183,0),(21673,15,183,0),(21674,16,183,0),(21675,17,183,0),(21676,18,183,0),(21677,19,183,0),(21678,20,183,0),(21679,21,183,0.337404651318503),(21680,22,183,0),(21681,23,183,0),(21682,24,183,0),(21683,25,183,0),(21684,26,183,0),(21685,27,183,0),(21686,28,183,0),(21687,29,183,0),(21688,30,183,0),(21689,31,183,0),(21690,32,183,0),(21691,33,183,0),(21692,34,183,0),(21693,35,183,0),(21694,36,183,0),(21695,37,183,0),(21696,38,183,0),(21697,39,183,0),(21698,40,183,0),(21699,41,183,0),(21700,42,183,0),(21701,43,183,0),(21702,44,183,0),(21703,45,183,0),(21704,46,183,0),(21705,47,183,0),(21706,48,183,0),(21707,49,183,0),(21708,50,183,0),(21709,51,183,0),(21710,52,183,0),(21711,53,183,0),(21712,54,183,0),(21713,55,183,0),(21714,56,183,0),(21715,57,183,0),(21716,58,183,0),(21717,59,183,0),(21718,60,183,0),(21719,61,183,0),(21720,62,183,0),(21721,63,183,0),(21722,64,183,0),(21723,65,183,0),(21724,66,183,0),(21725,67,183,0),(21726,68,183,0),(21727,69,183,0),(21728,70,183,0),(21729,71,183,0),(21730,72,183,0),(21731,73,183,0),(21732,74,183,0),(21733,75,183,0),(21734,76,183,0),(21735,77,183,0),(21736,78,183,0),(21737,79,183,0),(21738,80,183,0),(21739,81,183,0),(21740,82,183,0),(21741,83,183,0),(21742,84,183,0),(21743,85,183,0),(21744,86,183,0),(21745,87,183,0),(21746,88,183,0),(21747,89,183,0),(21748,90,183,0),(21749,91,183,0),(21750,92,183,0),(21751,93,183,0),(21752,94,183,0),(21753,95,183,0),(21754,96,183,0),(21755,97,183,0),(21756,98,183,0),(21757,99,183,0),(21758,100,183,0),(21759,101,183,0),(21760,102,183,0),(21761,103,183,0),(21762,104,183,0),(21763,105,183,0),(21764,106,183,0),(21765,107,183,0),(21766,108,183,0),(21767,109,183,0),(21768,110,183,0),(21769,111,183,0),(21770,112,183,0),(21771,113,183,0),(21772,114,183,0),(21773,115,183,0),(21774,116,183,0),(21775,117,183,0),(21776,118,183,0),(21777,119,183,0),(21778,1,184,0),(21779,2,184,0),(21780,3,184,0),(21781,4,184,0),(21782,5,184,0),(21783,6,184,0),(21784,7,184,0),(21785,8,184,0),(21786,9,184,0),(21787,10,184,0),(21788,11,184,0),(21789,12,184,0),(21790,13,184,0),(21791,14,184,0),(21792,15,184,0),(21793,16,184,0),(21794,17,184,0),(21795,18,184,0),(21796,19,184,0),(21797,20,184,0),(21798,21,184,0.0619056949372435),(21799,22,184,0),(21800,23,184,0),(21801,24,184,0),(21802,25,184,0),(21803,26,184,0),(21804,27,184,0),(21805,28,184,0),(21806,29,184,0),(21807,30,184,0),(21808,31,184,0),(21809,32,184,0),(21810,33,184,0),(21811,34,184,0),(21812,35,184,0),(21813,36,184,0),(21814,37,184,0),(21815,38,184,0),(21816,39,184,0),(21817,40,184,0),(21818,41,184,0),(21819,42,184,0),(21820,43,184,0),(21821,44,184,0),(21822,45,184,0),(21823,46,184,0),(21824,47,184,0),(21825,48,184,0),(21826,49,184,0),(21827,50,184,0),(21828,51,184,0),(21829,52,184,0),(21830,53,184,0),(21831,54,184,0),(21832,55,184,0),(21833,56,184,0),(21834,57,184,0),(21835,58,184,0),(21836,59,184,0),(21837,60,184,0),(21838,61,184,0),(21839,62,184,0),(21840,63,184,0),(21841,64,184,0),(21842,65,184,0),(21843,66,184,0),(21844,67,184,0),(21845,68,184,0),(21846,69,184,0),(21847,70,184,0),(21848,71,184,0),(21849,72,184,0),(21850,73,184,0),(21851,74,184,0),(21852,75,184,0),(21853,76,184,0),(21854,77,184,0),(21855,78,184,0),(21856,79,184,0),(21857,80,184,0),(21858,81,184,0),(21859,82,184,0),(21860,83,184,0),(21861,84,184,0),(21862,85,184,0),(21863,86,184,0),(21864,87,184,0),(21865,88,184,0),(21866,89,184,0),(21867,90,184,0),(21868,91,184,0),(21869,92,184,0),(21870,93,184,0),(21871,94,184,0),(21872,95,184,0),(21873,96,184,0),(21874,97,184,0),(21875,98,184,0),(21876,99,184,0),(21877,100,184,0),(21878,101,184,0),(21879,102,184,0),(21880,103,184,0),(21881,104,184,0),(21882,105,184,0),(21883,106,184,0),(21884,107,184,0),(21885,108,184,0),(21886,109,184,0),(21887,110,184,0),(21888,111,184,0),(21889,112,184,0),(21890,113,184,0),(21891,114,184,0),(21892,115,184,0),(21893,116,184,0),(21894,117,184,0),(21895,118,184,0),(21896,119,184,0),(21897,1,185,0),(21898,2,185,0),(21899,3,185,0),(21900,4,185,0),(21901,5,185,0),(21902,6,185,0),(21903,7,185,0),(21904,8,185,0),(21905,9,185,0),(21906,10,185,0),(21907,11,185,0),(21908,12,185,0),(21909,13,185,0),(21910,14,185,0),(21911,15,185,0),(21912,16,185,0),(21913,17,185,0),(21914,18,185,0),(21915,19,185,0),(21916,20,185,0),(21917,21,185,0.400689653744254),(21918,22,185,0),(21919,23,185,0),(21920,24,185,0),(21921,25,185,0),(21922,26,185,0),(21923,27,185,0),(21924,28,185,0),(21925,29,185,0),(21926,30,185,0),(21927,31,185,0),(21928,32,185,0),(21929,33,185,0),(21930,34,185,0),(21931,35,185,0),(21932,36,185,0),(21933,37,185,0),(21934,38,185,0),(21935,39,185,0),(21936,40,185,0),(21937,41,185,0),(21938,42,185,0),(21939,43,185,0),(21940,44,185,0),(21941,45,185,0),(21942,46,185,0),(21943,47,185,0),(21944,48,185,0),(21945,49,185,0),(21946,50,185,0),(21947,51,185,0),(21948,52,185,0),(21949,53,185,0),(21950,54,185,0),(21951,55,185,0),(21952,56,185,0),(21953,57,185,0),(21954,58,185,0),(21955,59,185,0),(21956,60,185,0),(21957,61,185,0),(21958,62,185,0),(21959,63,185,0),(21960,64,185,0),(21961,65,185,0),(21962,66,185,0),(21963,67,185,0),(21964,68,185,0),(21965,69,185,0),(21966,70,185,0),(21967,71,185,0),(21968,72,185,0),(21969,73,185,0),(21970,74,185,0),(21971,75,185,0),(21972,76,185,0),(21973,77,185,0),(21974,78,185,0),(21975,79,185,0),(21976,80,185,0),(21977,81,185,0),(21978,82,185,0),(21979,83,185,0),(21980,84,185,0),(21981,85,185,0),(21982,86,185,0),(21983,87,185,0),(21984,88,185,0),(21985,89,185,0),(21986,90,185,0),(21987,91,185,0),(21988,92,185,0),(21989,93,185,0),(21990,94,185,0),(21991,95,185,0),(21992,96,185,0),(21993,97,185,0),(21994,98,185,0),(21995,99,185,0),(21996,100,185,0),(21997,101,185,0),(21998,102,185,0),(21999,103,185,0),(22000,104,185,0),(22001,105,185,0),(22002,106,185,0),(22003,107,185,0),(22004,108,185,0),(22005,109,185,0),(22006,110,185,0),(22007,111,185,0),(22008,112,185,0),(22009,113,185,0),(22010,114,185,0),(22011,115,185,0),(22012,116,185,0),(22013,117,185,0),(22014,118,185,0),(22015,119,185,0),(22016,1,186,0),(22017,2,186,0),(22018,3,186,0),(22019,4,186,0),(22020,5,186,0),(22021,6,186,0),(22022,7,186,0),(22023,8,186,0),(22024,9,186,0),(22025,10,186,0),(22026,11,186,0),(22027,12,186,0),(22028,13,186,0),(22029,14,186,0),(22030,15,186,0),(22031,16,186,0),(22032,17,186,0),(22033,18,186,0),(22034,19,186,0),(22035,20,186,0),(22036,21,186,0.290403085152882),(22037,22,186,0),(22038,23,186,0),(22039,24,186,0),(22040,25,186,0),(22041,26,186,0),(22042,27,186,0),(22043,28,186,0),(22044,29,186,0),(22045,30,186,0),(22046,31,186,0),(22047,32,186,0),(22048,33,186,0),(22049,34,186,0),(22050,35,186,0),(22051,36,186,0),(22052,37,186,0),(22053,38,186,0),(22054,39,186,0),(22055,40,186,0),(22056,41,186,0),(22057,42,186,0),(22058,43,186,0),(22059,44,186,0),(22060,45,186,0),(22061,46,186,0),(22062,47,186,0),(22063,48,186,0),(22064,49,186,0),(22065,50,186,0),(22066,51,186,0),(22067,52,186,0),(22068,53,186,0),(22069,54,186,0),(22070,55,186,0),(22071,56,186,0),(22072,57,186,0),(22073,58,186,0),(22074,59,186,0),(22075,60,186,0),(22076,61,186,0),(22077,62,186,0),(22078,63,186,0),(22079,64,186,0),(22080,65,186,0),(22081,66,186,0),(22082,67,186,0),(22083,68,186,0),(22084,69,186,0),(22085,70,186,0),(22086,71,186,0),(22087,72,186,0),(22088,73,186,0),(22089,74,186,0),(22090,75,186,0),(22091,76,186,0),(22092,77,186,0),(22093,78,186,0),(22094,79,186,0),(22095,80,186,0),(22096,81,186,0),(22097,82,186,0),(22098,83,186,0),(22099,84,186,0),(22100,85,186,0),(22101,86,186,0),(22102,87,186,0),(22103,88,186,0),(22104,89,186,0),(22105,90,186,0),(22106,91,186,0),(22107,92,186,0),(22108,93,186,0),(22109,94,186,0),(22110,95,186,0),(22111,96,186,0),(22112,97,186,0),(22113,98,186,0),(22114,99,186,0),(22115,100,186,0),(22116,101,186,0),(22117,102,186,0),(22118,103,186,0),(22119,104,186,0),(22120,105,186,0),(22121,106,186,0),(22122,107,186,0),(22123,108,186,0),(22124,109,186,0),(22125,110,186,0),(22126,111,186,0),(22127,112,186,0),(22128,113,186,0),(22129,114,186,0),(22130,115,186,0),(22131,116,186,0),(22132,117,186,0),(22133,118,186,0),(22134,119,186,0),(22135,1,187,0),(22136,2,187,0),(22137,3,187,0),(22138,4,187,0),(22139,5,187,0),(22140,6,187,0),(22141,7,187,0),(22142,8,187,0),(22143,9,187,0),(22144,10,187,0),(22145,11,187,0),(22146,12,187,0),(22147,13,187,0),(22148,14,187,0),(22149,15,187,0),(22150,16,187,0),(22151,17,187,0),(22152,18,187,0),(22153,19,187,0),(22154,20,187,0),(22155,21,187,0.399921517310172),(22156,22,187,0),(22157,23,187,0),(22158,24,187,0),(22159,25,187,0),(22160,26,187,0),(22161,27,187,0),(22162,28,187,0),(22163,29,187,0),(22164,30,187,0),(22165,31,187,0),(22166,32,187,0),(22167,33,187,0),(22168,34,187,0),(22169,35,187,0),(22170,36,187,0),(22171,37,187,0),(22172,38,187,0),(22173,39,187,0),(22174,40,187,0),(22175,41,187,0),(22176,42,187,0),(22177,43,187,0),(22178,44,187,0),(22179,45,187,0),(22180,46,187,0),(22181,47,187,0),(22182,48,187,0),(22183,49,187,0),(22184,50,187,0),(22185,51,187,0),(22186,52,187,0),(22187,53,187,0),(22188,54,187,0),(22189,55,187,0),(22190,56,187,0),(22191,57,187,0),(22192,58,187,0),(22193,59,187,0),(22194,60,187,0),(22195,61,187,0),(22196,62,187,0),(22197,63,187,0),(22198,64,187,0),(22199,65,187,0),(22200,66,187,0),(22201,67,187,0),(22202,68,187,0),(22203,69,187,0),(22204,70,187,0),(22205,71,187,0),(22206,72,187,0),(22207,73,187,0),(22208,74,187,0),(22209,75,187,0),(22210,76,187,0),(22211,77,187,0),(22212,78,187,0),(22213,79,187,0),(22214,80,187,0),(22215,81,187,0),(22216,82,187,0),(22217,83,187,0),(22218,84,187,0),(22219,85,187,0),(22220,86,187,0),(22221,87,187,0),(22222,88,187,0),(22223,89,187,0),(22224,90,187,0),(22225,91,187,0),(22226,92,187,0),(22227,93,187,0),(22228,94,187,0),(22229,95,187,0),(22230,96,187,0),(22231,97,187,0),(22232,98,187,0),(22233,99,187,0),(22234,100,187,0),(22235,101,187,0),(22236,102,187,0),(22237,103,187,0),(22238,104,187,0),(22239,105,187,0),(22240,106,187,0),(22241,107,187,0),(22242,108,187,0),(22243,109,187,0),(22244,110,187,0),(22245,111,187,0),(22246,112,187,0),(22247,113,187,0),(22248,114,187,0),(22249,115,187,0),(22250,116,187,0),(22251,117,187,0),(22252,118,187,0),(22253,119,187,0),(22254,1,188,0),(22255,2,188,0),(22256,3,188,0),(22257,4,188,0),(22258,5,188,0),(22259,6,188,0),(22260,7,188,0),(22261,8,188,0),(22262,9,188,0),(22263,10,188,0),(22264,11,188,0),(22265,12,188,0),(22266,13,188,0),(22267,14,188,0),(22268,15,188,0),(22269,16,188,0),(22270,17,188,0),(22271,18,188,0),(22272,19,188,0),(22273,20,188,0),(22274,21,188,0.309675397536945),(22275,22,188,0),(22276,23,188,0),(22277,24,188,0),(22278,25,188,0),(22279,26,188,0),(22280,27,188,0),(22281,28,188,0),(22282,29,188,0),(22283,30,188,0),(22284,31,188,0),(22285,32,188,0),(22286,33,188,0),(22287,34,188,0),(22288,35,188,0),(22289,36,188,0),(22290,37,188,0),(22291,38,188,0),(22292,39,188,0),(22293,40,188,0),(22294,41,188,0),(22295,42,188,0),(22296,43,188,0),(22297,44,188,0),(22298,45,188,0),(22299,46,188,0),(22300,47,188,0),(22301,48,188,0),(22302,49,188,0),(22303,50,188,0),(22304,51,188,0),(22305,52,188,0),(22306,53,188,0),(22307,54,188,0),(22308,55,188,0),(22309,56,188,0),(22310,57,188,0),(22311,58,188,0),(22312,59,188,0),(22313,60,188,0),(22314,61,188,0),(22315,62,188,0),(22316,63,188,0),(22317,64,188,0),(22318,65,188,0),(22319,66,188,0),(22320,67,188,0),(22321,68,188,0),(22322,69,188,0),(22323,70,188,0),(22324,71,188,0),(22325,72,188,0),(22326,73,188,0),(22327,74,188,0),(22328,75,188,0),(22329,76,188,0),(22330,77,188,0),(22331,78,188,0),(22332,79,188,0),(22333,80,188,0),(22334,81,188,0),(22335,82,188,0),(22336,83,188,0),(22337,84,188,0),(22338,85,188,0),(22339,86,188,0),(22340,87,188,0),(22341,88,188,0),(22342,89,188,0),(22343,90,188,0),(22344,91,188,0),(22345,92,188,0),(22346,93,188,0),(22347,94,188,0),(22348,95,188,0),(22349,96,188,0),(22350,97,188,0),(22351,98,188,0),(22352,99,188,0),(22353,100,188,0),(22354,101,188,0),(22355,102,188,0),(22356,103,188,0),(22357,104,188,0),(22358,105,188,0),(22359,106,188,0),(22360,107,188,0),(22361,108,188,0),(22362,109,188,0),(22363,110,188,0),(22364,111,188,0),(22365,112,188,0),(22366,113,188,0),(22367,114,188,0),(22368,115,188,0),(22369,116,188,0),(22370,117,188,0),(22371,118,188,0),(22372,119,188,0),(22373,1,189,0),(22374,2,189,0),(22375,3,189,0),(22376,4,189,0),(22377,5,189,0),(22378,6,189,0),(22379,7,189,0),(22380,8,189,0),(22381,9,189,0),(22382,10,189,0),(22383,11,189,0),(22384,12,189,0),(22385,13,189,0),(22386,14,189,0),(22387,15,189,0),(22388,16,189,0),(22389,17,189,0),(22390,18,189,0),(22391,19,189,0),(22392,20,189,0),(22393,21,189,0),(22394,22,189,0.1610306987873),(22395,23,189,0),(22396,24,189,0),(22397,25,189,0),(22398,26,189,0),(22399,27,189,0),(22400,28,189,0),(22401,29,189,0),(22402,30,189,0),(22403,31,189,0),(22404,32,189,0),(22405,33,189,0),(22406,34,189,0),(22407,35,189,0),(22408,36,189,0),(22409,37,189,0),(22410,38,189,0),(22411,39,189,0),(22412,40,189,0),(22413,41,189,0),(22414,42,189,0),(22415,43,189,0),(22416,44,189,0),(22417,45,189,0),(22418,46,189,0),(22419,47,189,0),(22420,48,189,0),(22421,49,189,0),(22422,50,189,0),(22423,51,189,0),(22424,52,189,0),(22425,53,189,0),(22426,54,189,0),(22427,55,189,0),(22428,56,189,0),(22429,57,189,0),(22430,58,189,0),(22431,59,189,0),(22432,60,189,0),(22433,61,189,0),(22434,62,189,0),(22435,63,189,0),(22436,64,189,0),(22437,65,189,0),(22438,66,189,0),(22439,67,189,0),(22440,68,189,0),(22441,69,189,0),(22442,70,189,0),(22443,71,189,0),(22444,72,189,0),(22445,73,189,0),(22446,74,189,0),(22447,75,189,0),(22448,76,189,0),(22449,77,189,0),(22450,78,189,0),(22451,79,189,0),(22452,80,189,0),(22453,81,189,0),(22454,82,189,0),(22455,83,189,0),(22456,84,189,0),(22457,85,189,0),(22458,86,189,0),(22459,87,189,0),(22460,88,189,0),(22461,89,189,0),(22462,90,189,0),(22463,91,189,0),(22464,92,189,0),(22465,93,189,0),(22466,94,189,0),(22467,95,189,0),(22468,96,189,0),(22469,97,189,0),(22470,98,189,0),(22471,99,189,0),(22472,100,189,0),(22473,101,189,0),(22474,102,189,0),(22475,103,189,0),(22476,104,189,0),(22477,105,189,0),(22478,106,189,0),(22479,107,189,0),(22480,108,189,0),(22481,109,189,0),(22482,110,189,0),(22483,111,189,0),(22484,112,189,0),(22485,113,189,0),(22486,114,189,0),(22487,115,189,0),(22488,116,189,0),(22489,117,189,0),(22490,118,189,0),(22491,119,189,0),(22492,1,190,0),(22493,2,190,0),(22494,3,190,0),(22495,4,190,0),(22496,5,190,0),(22497,6,190,0),(22498,7,190,0),(22499,8,190,0),(22500,9,190,0),(22501,10,190,0),(22502,11,190,0),(22503,12,190,0),(22504,13,190,0),(22505,14,190,0),(22506,15,190,0),(22507,16,190,0),(22508,17,190,0),(22509,18,190,0),(22510,19,190,0),(22511,20,190,0),(22512,21,190,0),(22513,22,190,0.19242173299894),(22514,23,190,0),(22515,24,190,0),(22516,25,190,0),(22517,26,190,0),(22518,27,190,0),(22519,28,190,0),(22520,29,190,0),(22521,30,190,0),(22522,31,190,0),(22523,32,190,0),(22524,33,190,0),(22525,34,190,0),(22526,35,190,0),(22527,36,190,0),(22528,37,190,0),(22529,38,190,0),(22530,39,190,0),(22531,40,190,0),(22532,41,190,0),(22533,42,190,0),(22534,43,190,0),(22535,44,190,0),(22536,45,190,0),(22537,46,190,0),(22538,47,190,0),(22539,48,190,0),(22540,49,190,0),(22541,50,190,0),(22542,51,190,0),(22543,52,190,0),(22544,53,190,0),(22545,54,190,0),(22546,55,190,0),(22547,56,190,0),(22548,57,190,0),(22549,58,190,0),(22550,59,190,0),(22551,60,190,0),(22552,61,190,0),(22553,62,190,0),(22554,63,190,0),(22555,64,190,0),(22556,65,190,0),(22557,66,190,0),(22558,67,190,0),(22559,68,190,0),(22560,69,190,0),(22561,70,190,0),(22562,71,190,0),(22563,72,190,0),(22564,73,190,0),(22565,74,190,0),(22566,75,190,0),(22567,76,190,0),(22568,77,190,0),(22569,78,190,0),(22570,79,190,0),(22571,80,190,0),(22572,81,190,0),(22573,82,190,0),(22574,83,190,0),(22575,84,190,0),(22576,85,190,0),(22577,86,190,0),(22578,87,190,0),(22579,88,190,0),(22580,89,190,0),(22581,90,190,0),(22582,91,190,0),(22583,92,190,0),(22584,93,190,0),(22585,94,190,0),(22586,95,190,0),(22587,96,190,0),(22588,97,190,0),(22589,98,190,0),(22590,99,190,0),(22591,100,190,0),(22592,101,190,0),(22593,102,190,0),(22594,103,190,0),(22595,104,190,0),(22596,105,190,0),(22597,106,190,0),(22598,107,190,0),(22599,108,190,0),(22600,109,190,0),(22601,110,190,0),(22602,111,190,0),(22603,112,190,0),(22604,113,190,0),(22605,114,190,0),(22606,115,190,0),(22607,116,190,0),(22608,117,190,0),(22609,118,190,0),(22610,119,190,0),(22611,1,191,0),(22612,2,191,0),(22613,3,191,0),(22614,4,191,0),(22615,5,191,0),(22616,6,191,0),(22617,7,191,0),(22618,8,191,0),(22619,9,191,0),(22620,10,191,0),(22621,11,191,0),(22622,12,191,0),(22623,13,191,0),(22624,14,191,0),(22625,15,191,0),(22626,16,191,0),(22627,17,191,0),(22628,18,191,0),(22629,19,191,0),(22630,20,191,0),(22631,21,191,0),(22632,22,191,0.14654756821376),(22633,23,191,0),(22634,24,191,0),(22635,25,191,0),(22636,26,191,0),(22637,27,191,0),(22638,28,191,0),(22639,29,191,0),(22640,30,191,0),(22641,31,191,0),(22642,32,191,0),(22643,33,191,0),(22644,34,191,0),(22645,35,191,0),(22646,36,191,0),(22647,37,191,0),(22648,38,191,0),(22649,39,191,0),(22650,40,191,0),(22651,41,191,0),(22652,42,191,0),(22653,43,191,0),(22654,44,191,0),(22655,45,191,0),(22656,46,191,0),(22657,47,191,0),(22658,48,191,0),(22659,49,191,0),(22660,50,191,0),(22661,51,191,0),(22662,52,191,0),(22663,53,191,0),(22664,54,191,0),(22665,55,191,0),(22666,56,191,0),(22667,57,191,0),(22668,58,191,0),(22669,59,191,0),(22670,60,191,0),(22671,61,191,0),(22672,62,191,0),(22673,63,191,0),(22674,64,191,0),(22675,65,191,0),(22676,66,191,0),(22677,67,191,0),(22678,68,191,0),(22679,69,191,0),(22680,70,191,0),(22681,71,191,0),(22682,72,191,0),(22683,73,191,0),(22684,74,191,0),(22685,75,191,0),(22686,76,191,0),(22687,77,191,0),(22688,78,191,0),(22689,79,191,0),(22690,80,191,0),(22691,81,191,0),(22692,82,191,0),(22693,83,191,0),(22694,84,191,0),(22695,85,191,0),(22696,86,191,0),(22697,87,191,0),(22698,88,191,0),(22699,89,191,0),(22700,90,191,0),(22701,91,191,0),(22702,92,191,0),(22703,93,191,0),(22704,94,191,0),(22705,95,191,0),(22706,96,191,0),(22707,97,191,0),(22708,98,191,0),(22709,99,191,0),(22710,100,191,0),(22711,101,191,0),(22712,102,191,0),(22713,103,191,0),(22714,104,191,0),(22715,105,191,0),(22716,106,191,0),(22717,107,191,0),(22718,108,191,0),(22719,109,191,0),(22720,110,191,0),(22721,111,191,0),(22722,112,191,0),(22723,113,191,0),(22724,114,191,0),(22725,115,191,0),(22726,116,191,0),(22727,117,191,0),(22728,118,191,0),(22729,119,191,0),(22730,1,192,0),(22731,2,192,0),(22732,3,192,0),(22733,4,192,0),(22734,5,192,0),(22735,6,192,0),(22736,7,192,0),(22737,8,192,0),(22738,9,192,0),(22739,10,192,0),(22740,11,192,0),(22741,12,192,0),(22742,13,192,0),(22743,14,192,0),(22744,15,192,0),(22745,16,192,0),(22746,17,192,0),(22747,18,192,0),(22748,19,192,0),(22749,20,192,0),(22750,21,192,0),(22751,22,192,0.112472819975508),(22752,23,192,0),(22753,24,192,0),(22754,25,192,0),(22755,26,192,0),(22756,27,192,0),(22757,28,192,0),(22758,29,192,0),(22759,30,192,0),(22760,31,192,0),(22761,32,192,0),(22762,33,192,0),(22763,34,192,0),(22764,35,192,0),(22765,36,192,0),(22766,37,192,0),(22767,38,192,0),(22768,39,192,0),(22769,40,192,0),(22770,41,192,0),(22771,42,192,0),(22772,43,192,0),(22773,44,192,0),(22774,45,192,0),(22775,46,192,0),(22776,47,192,0),(22777,48,192,0),(22778,49,192,0),(22779,50,192,0),(22780,51,192,0),(22781,52,192,0),(22782,53,192,0),(22783,54,192,0),(22784,55,192,0),(22785,56,192,0),(22786,57,192,0),(22787,58,192,0),(22788,59,192,0),(22789,60,192,0),(22790,61,192,0),(22791,62,192,0),(22792,63,192,0),(22793,64,192,0),(22794,65,192,0),(22795,66,192,0),(22796,67,192,0),(22797,68,192,0),(22798,69,192,0),(22799,70,192,0),(22800,71,192,0),(22801,72,192,0),(22802,73,192,0),(22803,74,192,0),(22804,75,192,0),(22805,76,192,0),(22806,77,192,0),(22807,78,192,0),(22808,79,192,0),(22809,80,192,0),(22810,81,192,0),(22811,82,192,0),(22812,83,192,0),(22813,84,192,0),(22814,85,192,0),(22815,86,192,0),(22816,87,192,0),(22817,88,192,0),(22818,89,192,0),(22819,90,192,0),(22820,91,192,0),(22821,92,192,0),(22822,93,192,0),(22823,94,192,0),(22824,95,192,0),(22825,96,192,0),(22826,97,192,0),(22827,98,192,0),(22828,99,192,0),(22829,100,192,0),(22830,101,192,0),(22831,102,192,0),(22832,103,192,0),(22833,104,192,0),(22834,105,192,0),(22835,106,192,0),(22836,107,192,0),(22837,108,192,0),(22838,109,192,0),(22839,110,192,0),(22840,111,192,0),(22841,112,192,0),(22842,113,192,0),(22843,114,192,0),(22844,115,192,0),(22845,116,192,0),(22846,117,192,0),(22847,118,192,0),(22848,119,192,0),(22849,1,193,0),(22850,2,193,0),(22851,3,193,0),(22852,4,193,0),(22853,5,193,0),(22854,6,193,0),(22855,7,193,0),(22856,8,193,0),(22857,9,193,0),(22858,10,193,0),(22859,11,193,0),(22860,12,193,0),(22861,13,193,0),(22862,14,193,0),(22863,15,193,0),(22864,16,193,0),(22865,17,193,0),(22866,18,193,0),(22867,19,193,0),(22868,20,193,0),(22869,21,193,0),(22870,22,193,0.294216066204274),(22871,23,193,0),(22872,24,193,0),(22873,25,193,0),(22874,26,193,0),(22875,27,193,0),(22876,28,193,0),(22877,29,193,0),(22878,30,193,0),(22879,31,193,0),(22880,32,193,0),(22881,33,193,0),(22882,34,193,0),(22883,35,193,0),(22884,36,193,0),(22885,37,193,0),(22886,38,193,0),(22887,39,193,0),(22888,40,193,0),(22889,41,193,0),(22890,42,193,0),(22891,43,193,0),(22892,44,193,0),(22893,45,193,0),(22894,46,193,0),(22895,47,193,0),(22896,48,193,0),(22897,49,193,0),(22898,50,193,0),(22899,51,193,0),(22900,52,193,0),(22901,53,193,0),(22902,54,193,0),(22903,55,193,0),(22904,56,193,0),(22905,57,193,0),(22906,58,193,0),(22907,59,193,0),(22908,60,193,0),(22909,61,193,0),(22910,62,193,0),(22911,63,193,0),(22912,64,193,0),(22913,65,193,0),(22914,66,193,0),(22915,67,193,0),(22916,68,193,0),(22917,69,193,0),(22918,70,193,0),(22919,71,193,0),(22920,72,193,0),(22921,73,193,0),(22922,74,193,0),(22923,75,193,0),(22924,76,193,0),(22925,77,193,0),(22926,78,193,0),(22927,79,193,0),(22928,80,193,0),(22929,81,193,0),(22930,82,193,0),(22931,83,193,0),(22932,84,193,0),(22933,85,193,0),(22934,86,193,0),(22935,87,193,0),(22936,88,193,0),(22937,89,193,0),(22938,90,193,0),(22939,91,193,0),(22940,92,193,0),(22941,93,193,0),(22942,94,193,0),(22943,95,193,0),(22944,96,193,0),(22945,97,193,0),(22946,98,193,0),(22947,99,193,0),(22948,100,193,0),(22949,101,193,0),(22950,102,193,0),(22951,103,193,0),(22952,104,193,0),(22953,105,193,0),(22954,106,193,0),(22955,107,193,0),(22956,108,193,0),(22957,109,193,0),(22958,110,193,0),(22959,111,193,0),(22960,112,193,0),(22961,113,193,0),(22962,114,193,0),(22963,115,193,0),(22964,116,193,0),(22965,117,193,0),(22966,118,193,0),(22967,119,193,0),(22968,1,194,0),(22969,2,194,0),(22970,3,194,0),(22971,4,194,0),(22972,5,194,0),(22973,6,194,0),(22974,7,194,0),(22975,8,194,0),(22976,9,194,0),(22977,10,194,0),(22978,11,194,0),(22979,12,194,0),(22980,13,194,0),(22981,14,194,0),(22982,15,194,0),(22983,16,194,0),(22984,17,194,0),(22985,18,194,0),(22986,19,194,0),(22987,20,194,0),(22988,21,194,0),(22989,22,194,0.393311113820218),(22990,23,194,0),(22991,24,194,0),(22992,25,194,0),(22993,26,194,0),(22994,27,194,0),(22995,28,194,0),(22996,29,194,0),(22997,30,194,0),(22998,31,194,0),(22999,32,194,0),(23000,33,194,0),(23001,34,194,0),(23002,35,194,0),(23003,36,194,0),(23004,37,194,0),(23005,38,194,0),(23006,39,194,0),(23007,40,194,0),(23008,41,194,0),(23009,42,194,0),(23010,43,194,0),(23011,44,194,0),(23012,45,194,0),(23013,46,194,0),(23014,47,194,0),(23015,48,194,0),(23016,49,194,0),(23017,50,194,0),(23018,51,194,0),(23019,52,194,0),(23020,53,194,0),(23021,54,194,0),(23022,55,194,0),(23023,56,194,0),(23024,57,194,0),(23025,58,194,0),(23026,59,194,0),(23027,60,194,0),(23028,61,194,0),(23029,62,194,0),(23030,63,194,0),(23031,64,194,0),(23032,65,194,0),(23033,66,194,0),(23034,67,194,0),(23035,68,194,0),(23036,69,194,0),(23037,70,194,0),(23038,71,194,0),(23039,72,194,0),(23040,73,194,0),(23041,74,194,0),(23042,75,194,0),(23043,76,194,0),(23044,77,194,0),(23045,78,194,0),(23046,79,194,0),(23047,80,194,0),(23048,81,194,0),(23049,82,194,0),(23050,83,194,0),(23051,84,194,0),(23052,85,194,0),(23053,86,194,0),(23054,87,194,0),(23055,88,194,0),(23056,89,194,0),(23057,90,194,0),(23058,91,194,0),(23059,92,194,0),(23060,93,194,0),(23061,94,194,0),(23062,95,194,0),(23063,96,194,0),(23064,97,194,0),(23065,98,194,0),(23066,99,194,0),(23067,100,194,0),(23068,101,194,0),(23069,102,194,0),(23070,103,194,0),(23071,104,194,0),(23072,105,194,0),(23073,106,194,0),(23074,107,194,0),(23075,108,194,0),(23076,109,194,0),(23077,110,194,0),(23078,111,194,0),(23079,112,194,0),(23080,113,194,0),(23081,114,194,0),(23082,115,194,0),(23083,116,194,0),(23084,117,194,0),(23085,118,194,0),(23086,119,194,0),(23087,1,195,0),(23088,2,195,0),(23089,3,195,0),(23090,4,195,0),(23091,5,195,0),(23092,6,195,0),(23093,7,195,0),(23094,8,195,0),(23095,9,195,0),(23096,10,195,0),(23097,11,195,0),(23098,12,195,0),(23099,13,195,0),(23100,14,195,0),(23101,15,195,0),(23102,16,195,0),(23103,17,195,0),(23104,18,195,0),(23105,19,195,0),(23106,20,195,0),(23107,21,195,0),(23108,22,195,0.0286695313833878),(23109,23,195,0),(23110,24,195,0),(23111,25,195,0),(23112,26,195,0),(23113,27,195,0),(23114,28,195,0),(23115,29,195,0),(23116,30,195,0),(23117,31,195,0),(23118,32,195,0),(23119,33,195,0),(23120,34,195,0),(23121,35,195,0),(23122,36,195,0),(23123,37,195,0),(23124,38,195,0),(23125,39,195,0),(23126,40,195,0),(23127,41,195,0),(23128,42,195,0),(23129,43,195,0),(23130,44,195,0),(23131,45,195,0),(23132,46,195,0),(23133,47,195,0),(23134,48,195,0),(23135,49,195,0),(23136,50,195,0),(23137,51,195,0),(23138,52,195,0),(23139,53,195,0),(23140,54,195,0),(23141,55,195,0),(23142,56,195,0),(23143,57,195,0),(23144,58,195,0),(23145,59,195,0),(23146,60,195,0),(23147,61,195,0),(23148,62,195,0),(23149,63,195,0),(23150,64,195,0),(23151,65,195,0),(23152,66,195,0),(23153,67,195,0),(23154,68,195,0),(23155,69,195,0),(23156,70,195,0),(23157,71,195,0),(23158,72,195,0),(23159,73,195,0),(23160,74,195,0),(23161,75,195,0),(23162,76,195,0),(23163,77,195,0),(23164,78,195,0),(23165,79,195,0),(23166,80,195,0),(23167,81,195,0),(23168,82,195,0),(23169,83,195,0),(23170,84,195,0),(23171,85,195,0),(23172,86,195,0),(23173,87,195,0),(23174,88,195,0),(23175,89,195,0),(23176,90,195,0),(23177,91,195,0),(23178,92,195,0),(23179,93,195,0),(23180,94,195,0),(23181,95,195,0),(23182,96,195,0),(23183,97,195,0),(23184,98,195,0),(23185,99,195,0),(23186,100,195,0),(23187,101,195,0),(23188,102,195,0),(23189,103,195,0),(23190,104,195,0),(23191,105,195,0),(23192,106,195,0),(23193,107,195,0),(23194,108,195,0),(23195,109,195,0),(23196,110,195,0),(23197,111,195,0),(23198,112,195,0),(23199,113,195,0),(23200,114,195,0),(23201,115,195,0),(23202,116,195,0),(23203,117,195,0),(23204,118,195,0),(23205,119,195,0),(23206,1,196,0),(23207,2,196,0),(23208,3,196,0),(23209,4,196,0),(23210,5,196,0),(23211,6,196,0),(23212,7,196,0),(23213,8,196,0),(23214,9,196,0),(23215,10,196,0),(23216,11,196,0),(23217,12,196,0),(23218,13,196,0),(23219,14,196,0),(23220,15,196,0),(23221,16,196,0),(23222,17,196,0),(23223,18,196,0),(23224,19,196,0),(23225,20,196,0),(23226,21,196,0),(23227,22,196,0.234898747205344),(23228,23,196,0),(23229,24,196,0),(23230,25,196,0),(23231,26,196,0),(23232,27,196,0),(23233,28,196,0),(23234,29,196,0),(23235,30,196,0),(23236,31,196,0),(23237,32,196,0),(23238,33,196,0),(23239,34,196,0),(23240,35,196,0),(23241,36,196,0),(23242,37,196,0),(23243,38,196,0),(23244,39,196,0),(23245,40,196,0),(23246,41,196,0),(23247,42,196,0),(23248,43,196,0),(23249,44,196,0),(23250,45,196,0),(23251,46,196,0),(23252,47,196,0),(23253,48,196,0),(23254,49,196,0),(23255,50,196,0),(23256,51,196,0),(23257,52,196,0),(23258,53,196,0),(23259,54,196,0),(23260,55,196,0),(23261,56,196,0),(23262,57,196,0),(23263,58,196,0),(23264,59,196,0),(23265,60,196,0),(23266,61,196,0),(23267,62,196,0),(23268,63,196,0),(23269,64,196,0),(23270,65,196,0),(23271,66,196,0),(23272,67,196,0),(23273,68,196,0),(23274,69,196,0),(23275,70,196,0),(23276,71,196,0),(23277,72,196,0),(23278,73,196,0),(23279,74,196,0),(23280,75,196,0),(23281,76,196,0),(23282,77,196,0),(23283,78,196,0),(23284,79,196,0),(23285,80,196,0),(23286,81,196,0),(23287,82,196,0),(23288,83,196,0),(23289,84,196,0),(23290,85,196,0),(23291,86,196,0),(23292,87,196,0),(23293,88,196,0),(23294,89,196,0),(23295,90,196,0),(23296,91,196,0),(23297,92,196,0),(23298,93,196,0),(23299,94,196,0),(23300,95,196,0),(23301,96,196,0),(23302,97,196,0),(23303,98,196,0),(23304,99,196,0),(23305,100,196,0),(23306,101,196,0),(23307,102,196,0),(23308,103,196,0),(23309,104,196,0),(23310,105,196,0),(23311,106,196,0),(23312,107,196,0),(23313,108,196,0),(23314,109,196,0),(23315,110,196,0),(23316,111,196,0),(23317,112,196,0),(23318,113,196,0),(23319,114,196,0),(23320,115,196,0),(23321,116,196,0),(23322,117,196,0),(23323,118,196,0),(23324,119,196,0),(23325,1,197,0),(23326,2,197,0),(23327,3,197,0),(23328,4,197,0),(23329,5,197,0),(23330,6,197,0),(23331,7,197,0),(23332,8,197,0),(23333,9,197,0),(23334,10,197,0),(23335,11,197,0),(23336,12,197,0),(23337,13,197,0),(23338,14,197,0),(23339,15,197,0),(23340,16,197,0),(23341,17,197,0),(23342,18,197,0),(23343,19,197,0),(23344,20,197,0),(23345,21,197,0),(23346,22,197,0.3444131510813),(23347,23,197,0),(23348,24,197,0),(23349,25,197,0),(23350,26,197,0),(23351,27,197,0),(23352,28,197,0),(23353,29,197,0),(23354,30,197,0),(23355,31,197,0),(23356,32,197,0),(23357,33,197,0),(23358,34,197,0),(23359,35,197,0),(23360,36,197,0),(23361,37,197,0),(23362,38,197,0),(23363,39,197,0),(23364,40,197,0),(23365,41,197,0),(23366,42,197,0),(23367,43,197,0),(23368,44,197,0),(23369,45,197,0),(23370,46,197,0),(23371,47,197,0),(23372,48,197,0),(23373,49,197,0),(23374,50,197,0),(23375,51,197,0),(23376,52,197,0),(23377,53,197,0),(23378,54,197,0),(23379,55,197,0),(23380,56,197,0),(23381,57,197,0),(23382,58,197,0),(23383,59,197,0),(23384,60,197,0),(23385,61,197,0),(23386,62,197,0),(23387,63,197,0),(23388,64,197,0),(23389,65,197,0),(23390,66,197,0),(23391,67,197,0),(23392,68,197,0),(23393,69,197,0),(23394,70,197,0),(23395,71,197,0),(23396,72,197,0),(23397,73,197,0),(23398,74,197,0),(23399,75,197,0),(23400,76,197,0),(23401,77,197,0),(23402,78,197,0),(23403,79,197,0),(23404,80,197,0),(23405,81,197,0),(23406,82,197,0),(23407,83,197,0),(23408,84,197,0),(23409,85,197,0),(23410,86,197,0),(23411,87,197,0),(23412,88,197,0),(23413,89,197,0),(23414,90,197,0),(23415,91,197,0),(23416,92,197,0),(23417,93,197,0),(23418,94,197,0),(23419,95,197,0),(23420,96,197,0),(23421,97,197,0),(23422,98,197,0),(23423,99,197,0),(23424,100,197,0),(23425,101,197,0),(23426,102,197,0),(23427,103,197,0),(23428,104,197,0),(23429,105,197,0),(23430,106,197,0),(23431,107,197,0),(23432,108,197,0),(23433,109,197,0),(23434,110,197,0),(23435,111,197,0),(23436,112,197,0),(23437,113,197,0),(23438,114,197,0),(23439,115,197,0),(23440,116,197,0),(23441,117,197,0),(23442,118,197,0),(23443,119,197,0),(23444,1,198,0),(23445,2,198,0),(23446,3,198,0),(23447,4,198,0),(23448,5,198,0),(23449,6,198,0),(23450,7,198,0),(23451,8,198,0),(23452,9,198,0),(23453,10,198,0),(23454,11,198,0),(23455,12,198,0),(23456,13,198,0),(23457,14,198,0),(23458,15,198,0),(23459,16,198,0),(23460,17,198,0),(23461,18,198,0),(23462,19,198,0),(23463,20,198,0),(23464,21,198,0),(23465,22,198,0.249134157248492),(23466,23,198,0),(23467,24,198,0),(23468,25,198,0),(23469,26,198,0),(23470,27,198,0),(23471,28,198,0),(23472,29,198,0),(23473,30,198,0),(23474,31,198,0),(23475,32,198,0),(23476,33,198,0),(23477,34,198,0),(23478,35,198,0),(23479,36,198,0),(23480,37,198,0),(23481,38,198,0),(23482,39,198,0),(23483,40,198,0),(23484,41,198,0),(23485,42,198,0),(23486,43,198,0),(23487,44,198,0),(23488,45,198,0),(23489,46,198,0),(23490,47,198,0),(23491,48,198,0),(23492,49,198,0),(23493,50,198,0),(23494,51,198,0),(23495,52,198,0),(23496,53,198,0),(23497,54,198,0),(23498,55,198,0),(23499,56,198,0),(23500,57,198,0),(23501,58,198,0),(23502,59,198,0),(23503,60,198,0),(23504,61,198,0),(23505,62,198,0),(23506,63,198,0),(23507,64,198,0),(23508,65,198,0),(23509,66,198,0),(23510,67,198,0),(23511,68,198,0),(23512,69,198,0),(23513,70,198,0),(23514,71,198,0),(23515,72,198,0),(23516,73,198,0),(23517,74,198,0),(23518,75,198,0),(23519,76,198,0),(23520,77,198,0),(23521,78,198,0),(23522,79,198,0),(23523,80,198,0),(23524,81,198,0),(23525,82,198,0),(23526,83,198,0),(23527,84,198,0),(23528,85,198,0),(23529,86,198,0),(23530,87,198,0),(23531,88,198,0),(23532,89,198,0),(23533,90,198,0),(23534,91,198,0),(23535,92,198,0),(23536,93,198,0),(23537,94,198,0),(23538,95,198,0),(23539,96,198,0),(23540,97,198,0),(23541,98,198,0),(23542,99,198,0),(23543,100,198,0),(23544,101,198,0),(23545,102,198,0),(23546,103,198,0),(23547,104,198,0),(23548,105,198,0),(23549,106,198,0),(23550,107,198,0),(23551,108,198,0),(23552,109,198,0),(23553,110,198,0),(23554,111,198,0),(23555,112,198,0),(23556,113,198,0),(23557,114,198,0),(23558,115,198,0),(23559,116,198,0),(23560,117,198,0),(23561,118,198,0),(23562,119,198,0),(23563,1,199,0),(23564,2,199,0),(23565,3,199,0),(23566,4,199,0),(23567,5,199,0),(23568,6,199,0),(23569,7,199,0),(23570,8,199,0),(23571,9,199,0),(23572,10,199,0),(23573,11,199,0),(23574,12,199,0),(23575,13,199,0),(23576,14,199,0),(23577,15,199,0),(23578,16,199,0),(23579,17,199,0),(23580,18,199,0),(23581,19,199,0),(23582,20,199,0),(23583,21,199,0),(23584,22,199,0.142884413081476),(23585,23,199,0),(23586,24,199,0),(23587,25,199,0),(23588,26,199,0),(23589,27,199,0),(23590,28,199,0),(23591,29,199,0),(23592,30,199,0),(23593,31,199,0),(23594,32,199,0),(23595,33,199,0),(23596,34,199,0),(23597,35,199,0),(23598,36,199,0),(23599,37,199,0),(23600,38,199,0),(23601,39,199,0),(23602,40,199,0),(23603,41,199,0),(23604,42,199,0),(23605,43,199,0),(23606,44,199,0),(23607,45,199,0),(23608,46,199,0),(23609,47,199,0),(23610,48,199,0),(23611,49,199,0),(23612,50,199,0),(23613,51,199,0),(23614,52,199,0),(23615,53,199,0),(23616,54,199,0),(23617,55,199,0),(23618,56,199,0),(23619,57,199,0),(23620,58,199,0),(23621,59,199,0),(23622,60,199,0),(23623,61,199,0),(23624,62,199,0),(23625,63,199,0),(23626,64,199,0),(23627,65,199,0),(23628,66,199,0),(23629,67,199,0),(23630,68,199,0),(23631,69,199,0),(23632,70,199,0),(23633,71,199,0),(23634,72,199,0),(23635,73,199,0),(23636,74,199,0),(23637,75,199,0),(23638,76,199,0),(23639,77,199,0),(23640,78,199,0),(23641,79,199,0),(23642,80,199,0),(23643,81,199,0),(23644,82,199,0),(23645,83,199,0),(23646,84,199,0),(23647,85,199,0),(23648,86,199,0),(23649,87,199,0),(23650,88,199,0),(23651,89,199,0),(23652,90,199,0),(23653,91,199,0),(23654,92,199,0),(23655,93,199,0),(23656,94,199,0),(23657,95,199,0),(23658,96,199,0),(23659,97,199,0),(23660,98,199,0),(23661,99,199,0),(23662,100,199,0),(23663,101,199,0),(23664,102,199,0),(23665,103,199,0),(23666,104,199,0),(23667,105,199,0),(23668,106,199,0),(23669,107,199,0),(23670,108,199,0),(23671,109,199,0),(23672,110,199,0),(23673,111,199,0),(23674,112,199,0),(23675,113,199,0),(23676,114,199,0),(23677,115,199,0),(23678,116,199,0),(23679,117,199,0),(23680,118,199,0),(23681,119,199,0),(23682,1,200,0),(23683,2,200,0),(23684,3,200,0),(23685,4,200,0),(23686,5,200,0),(23687,6,200,0),(23688,7,200,0),(23689,8,200,0),(23690,9,200,0),(23691,10,200,0),(23692,11,200,0),(23693,12,200,0),(23694,13,200,0),(23695,14,200,0),(23696,15,200,0),(23697,16,200,0),(23698,17,200,0),(23699,18,200,0),(23700,19,200,0),(23701,20,200,0),(23702,21,200,0),(23703,22,200,0),(23704,23,200,0.214407917083491),(23705,24,200,0),(23706,25,200,0),(23707,26,200,0),(23708,27,200,0),(23709,28,200,0),(23710,29,200,0),(23711,30,200,0),(23712,31,200,0),(23713,32,200,0),(23714,33,200,0),(23715,34,200,0),(23716,35,200,0),(23717,36,200,0),(23718,37,200,0),(23719,38,200,0),(23720,39,200,0),(23721,40,200,0),(23722,41,200,0),(23723,42,200,0),(23724,43,200,0),(23725,44,200,0),(23726,45,200,0),(23727,46,200,0),(23728,47,200,0),(23729,48,200,0),(23730,49,200,0),(23731,50,200,0),(23732,51,200,0),(23733,52,200,0),(23734,53,200,0),(23735,54,200,0),(23736,55,200,0),(23737,56,200,0),(23738,57,200,0),(23739,58,200,0),(23740,59,200,0),(23741,60,200,0),(23742,61,200,0),(23743,62,200,0),(23744,63,200,0),(23745,64,200,0),(23746,65,200,0),(23747,66,200,0),(23748,67,200,0),(23749,68,200,0),(23750,69,200,0),(23751,70,200,0),(23752,71,200,0),(23753,72,200,0),(23754,73,200,0),(23755,74,200,0),(23756,75,200,0),(23757,76,200,0),(23758,77,200,0),(23759,78,200,0),(23760,79,200,0),(23761,80,200,0),(23762,81,200,0),(23763,82,200,0),(23764,83,200,0),(23765,84,200,0),(23766,85,200,0),(23767,86,200,0),(23768,87,200,0),(23769,88,200,0),(23770,89,200,0),(23771,90,200,0),(23772,91,200,0),(23773,92,200,0),(23774,93,200,0),(23775,94,200,0),(23776,95,200,0),(23777,96,200,0),(23778,97,200,0),(23779,98,200,0),(23780,99,200,0),(23781,100,200,0),(23782,101,200,0),(23783,102,200,0),(23784,103,200,0),(23785,104,200,0),(23786,105,200,0),(23787,106,200,0),(23788,107,200,0),(23789,108,200,0),(23790,109,200,0),(23791,110,200,0),(23792,111,200,0),(23793,112,200,0),(23794,113,200,0),(23795,114,200,0),(23796,115,200,0),(23797,116,200,0),(23798,117,200,0),(23799,118,200,0),(23800,119,200,0),(23801,1,201,0),(23802,2,201,0),(23803,3,201,0),(23804,4,201,0),(23805,5,201,0),(23806,6,201,0),(23807,7,201,0),(23808,8,201,0),(23809,9,201,0),(23810,10,201,0),(23811,11,201,0),(23812,12,201,0),(23813,13,201,0),(23814,14,201,0),(23815,15,201,0),(23816,16,201,0),(23817,17,201,0),(23818,18,201,0),(23819,19,201,0),(23820,20,201,0),(23821,21,201,0),(23822,22,201,0),(23823,23,201,0.0691809635874231),(23824,24,201,0),(23825,25,201,0),(23826,26,201,0),(23827,27,201,0),(23828,28,201,0),(23829,29,201,0),(23830,30,201,0),(23831,31,201,0),(23832,32,201,0),(23833,33,201,0),(23834,34,201,0),(23835,35,201,0),(23836,36,201,0),(23837,37,201,0),(23838,38,201,0),(23839,39,201,0),(23840,40,201,0),(23841,41,201,0),(23842,42,201,0),(23843,43,201,0),(23844,44,201,0),(23845,45,201,0),(23846,46,201,0),(23847,47,201,0),(23848,48,201,0),(23849,49,201,0),(23850,50,201,0),(23851,51,201,0),(23852,52,201,0),(23853,53,201,0),(23854,54,201,0),(23855,55,201,0),(23856,56,201,0),(23857,57,201,0),(23858,58,201,0),(23859,59,201,0),(23860,60,201,0),(23861,61,201,0),(23862,62,201,0),(23863,63,201,0),(23864,64,201,0),(23865,65,201,0),(23866,66,201,0),(23867,67,201,0),(23868,68,201,0),(23869,69,201,0),(23870,70,201,0),(23871,71,201,0),(23872,72,201,0),(23873,73,201,0),(23874,74,201,0),(23875,75,201,0),(23876,76,201,0),(23877,77,201,0),(23878,78,201,0),(23879,79,201,0),(23880,80,201,0),(23881,81,201,0),(23882,82,201,0),(23883,83,201,0),(23884,84,201,0),(23885,85,201,0),(23886,86,201,0),(23887,87,201,0),(23888,88,201,0),(23889,89,201,0),(23890,90,201,0),(23891,91,201,0),(23892,92,201,0),(23893,93,201,0),(23894,94,201,0),(23895,95,201,0),(23896,96,201,0),(23897,97,201,0),(23898,98,201,0),(23899,99,201,0),(23900,100,201,0),(23901,101,201,0),(23902,102,201,0),(23903,103,201,0),(23904,104,201,0),(23905,105,201,0),(23906,106,201,0),(23907,107,201,0),(23908,108,201,0),(23909,109,201,0),(23910,110,201,0),(23911,111,201,0),(23912,112,201,0),(23913,113,201,0),(23914,114,201,0),(23915,115,201,0),(23916,116,201,0),(23917,117,201,0),(23918,118,201,0),(23919,119,201,0),(23920,1,202,0),(23921,2,202,0),(23922,3,202,0),(23923,4,202,0),(23924,5,202,0),(23925,6,202,0),(23926,7,202,0),(23927,8,202,0),(23928,9,202,0),(23929,10,202,0),(23930,11,202,0),(23931,12,202,0),(23932,13,202,0),(23933,14,202,0),(23934,15,202,0),(23935,16,202,0),(23936,17,202,0),(23937,18,202,0),(23938,19,202,0),(23939,20,202,0),(23940,21,202,0),(23941,22,202,0),(23942,23,202,0.0707821619701009),(23943,24,202,0),(23944,25,202,0),(23945,26,202,0),(23946,27,202,0),(23947,28,202,0),(23948,29,202,0),(23949,30,202,0),(23950,31,202,0),(23951,32,202,0),(23952,33,202,0),(23953,34,202,0),(23954,35,202,0),(23955,36,202,0),(23956,37,202,0),(23957,38,202,0),(23958,39,202,0),(23959,40,202,0),(23960,41,202,0),(23961,42,202,0),(23962,43,202,0),(23963,44,202,0),(23964,45,202,0),(23965,46,202,0),(23966,47,202,0),(23967,48,202,0),(23968,49,202,0),(23969,50,202,0),(23970,51,202,0),(23971,52,202,0),(23972,53,202,0),(23973,54,202,0),(23974,55,202,0),(23975,56,202,0),(23976,57,202,0),(23977,58,202,0),(23978,59,202,0),(23979,60,202,0),(23980,61,202,0),(23981,62,202,0),(23982,63,202,0),(23983,64,202,0),(23984,65,202,0),(23985,66,202,0),(23986,67,202,0),(23987,68,202,0),(23988,69,202,0),(23989,70,202,0),(23990,71,202,0),(23991,72,202,0),(23992,73,202,0),(23993,74,202,0),(23994,75,202,0),(23995,76,202,0),(23996,77,202,0),(23997,78,202,0),(23998,79,202,0),(23999,80,202,0),(24000,81,202,0),(24001,82,202,0),(24002,83,202,0),(24003,84,202,0),(24004,85,202,0),(24005,86,202,0),(24006,87,202,0),(24007,88,202,0),(24008,89,202,0),(24009,90,202,0),(24010,91,202,0),(24011,92,202,0),(24012,93,202,0),(24013,94,202,0),(24014,95,202,0),(24015,96,202,0),(24016,97,202,0),(24017,98,202,0),(24018,99,202,0),(24019,100,202,0),(24020,101,202,0),(24021,102,202,0),(24022,103,202,0),(24023,104,202,0),(24024,105,202,0),(24025,106,202,0),(24026,107,202,0),(24027,108,202,0),(24028,109,202,0),(24029,110,202,0),(24030,111,202,0),(24031,112,202,0),(24032,113,202,0),(24033,114,202,0),(24034,115,202,0),(24035,116,202,0),(24036,117,202,0),(24037,118,202,0),(24038,119,202,0),(24039,1,203,0),(24040,2,203,0),(24041,3,203,0),(24042,4,203,0),(24043,5,203,0),(24044,6,203,0),(24045,7,203,0),(24046,8,203,0),(24047,9,203,0),(24048,10,203,0),(24049,11,203,0),(24050,12,203,0),(24051,13,203,0),(24052,14,203,0),(24053,15,203,0),(24054,16,203,0),(24055,17,203,0),(24056,18,203,0),(24057,19,203,0),(24058,20,203,0),(24059,21,203,0),(24060,22,203,0),(24061,23,203,0.0959866378272947),(24062,24,203,0),(24063,25,203,0),(24064,26,203,0),(24065,27,203,0),(24066,28,203,0),(24067,29,203,0),(24068,30,203,0),(24069,31,203,0),(24070,32,203,0),(24071,33,203,0),(24072,34,203,0),(24073,35,203,0),(24074,36,203,0),(24075,37,203,0),(24076,38,203,0),(24077,39,203,0),(24078,40,203,0),(24079,41,203,0),(24080,42,203,0),(24081,43,203,0),(24082,44,203,0),(24083,45,203,0),(24084,46,203,0),(24085,47,203,0),(24086,48,203,0),(24087,49,203,0),(24088,50,203,0),(24089,51,203,0),(24090,52,203,0),(24091,53,203,0),(24092,54,203,0),(24093,55,203,0),(24094,56,203,0),(24095,57,203,0),(24096,58,203,0),(24097,59,203,0),(24098,60,203,0),(24099,61,203,0),(24100,62,203,0),(24101,63,203,0),(24102,64,203,0),(24103,65,203,0),(24104,66,203,0),(24105,67,203,0),(24106,68,203,0),(24107,69,203,0),(24108,70,203,0),(24109,71,203,0),(24110,72,203,0),(24111,73,203,0),(24112,74,203,0),(24113,75,203,0),(24114,76,203,0),(24115,77,203,0),(24116,78,203,0),(24117,79,203,0),(24118,80,203,0),(24119,81,203,0),(24120,82,203,0),(24121,83,203,0),(24122,84,203,0),(24123,85,203,0),(24124,86,203,0),(24125,87,203,0),(24126,88,203,0),(24127,89,203,0),(24128,90,203,0),(24129,91,203,0),(24130,92,203,0),(24131,93,203,0),(24132,94,203,0),(24133,95,203,0),(24134,96,203,0),(24135,97,203,0),(24136,98,203,0),(24137,99,203,0),(24138,100,203,0),(24139,101,203,0),(24140,102,203,0),(24141,103,203,0),(24142,104,203,0),(24143,105,203,0),(24144,106,203,0),(24145,107,203,0),(24146,108,203,0),(24147,109,203,0),(24148,110,203,0),(24149,111,203,0),(24150,112,203,0),(24151,113,203,0),(24152,114,203,0),(24153,115,203,0),(24154,116,203,0),(24155,117,203,0),(24156,118,203,0),(24157,119,203,0),(24158,1,204,0),(24159,2,204,0),(24160,3,204,0),(24161,4,204,0),(24162,5,204,0),(24163,6,204,0),(24164,7,204,0),(24165,8,204,0),(24166,9,204,0),(24167,10,204,0),(24168,11,204,0),(24169,12,204,0),(24170,13,204,0),(24171,14,204,0),(24172,15,204,0),(24173,16,204,0),(24174,17,204,0),(24175,18,204,0),(24176,19,204,0),(24177,20,204,0),(24178,21,204,0),(24179,22,204,0),(24180,23,204,0.0496423195316903),(24181,24,204,0),(24182,25,204,0),(24183,26,204,0),(24184,27,204,0),(24185,28,204,0),(24186,29,204,0),(24187,30,204,0),(24188,31,204,0),(24189,32,204,0),(24190,33,204,0),(24191,34,204,0),(24192,35,204,0),(24193,36,204,0),(24194,37,204,0),(24195,38,204,0),(24196,39,204,0),(24197,40,204,0),(24198,41,204,0),(24199,42,204,0),(24200,43,204,0),(24201,44,204,0),(24202,45,204,0),(24203,46,204,0),(24204,47,204,0),(24205,48,204,0),(24206,49,204,0),(24207,50,204,0),(24208,51,204,0),(24209,52,204,0),(24210,53,204,0),(24211,54,204,0),(24212,55,204,0),(24213,56,204,0),(24214,57,204,0),(24215,58,204,0),(24216,59,204,0),(24217,60,204,0),(24218,61,204,0),(24219,62,204,0),(24220,63,204,0),(24221,64,204,0),(24222,65,204,0),(24223,66,204,0),(24224,67,204,0),(24225,68,204,0),(24226,69,204,0),(24227,70,204,0),(24228,71,204,0),(24229,72,204,0),(24230,73,204,0),(24231,74,204,0),(24232,75,204,0),(24233,76,204,0),(24234,77,204,0),(24235,78,204,0),(24236,79,204,0),(24237,80,204,0),(24238,81,204,0),(24239,82,204,0),(24240,83,204,0),(24241,84,204,0),(24242,85,204,0),(24243,86,204,0),(24244,87,204,0),(24245,88,204,0),(24246,89,204,0),(24247,90,204,0),(24248,91,204,0),(24249,92,204,0),(24250,93,204,0),(24251,94,204,0),(24252,95,204,0),(24253,96,204,0),(24254,97,204,0),(24255,98,204,0),(24256,99,204,0),(24257,100,204,0),(24258,101,204,0),(24259,102,204,0),(24260,103,204,0),(24261,104,204,0),(24262,105,204,0),(24263,106,204,0),(24264,107,204,0),(24265,108,204,0),(24266,109,204,0),(24267,110,204,0),(24268,111,204,0),(24269,112,204,0),(24270,113,204,0),(24271,114,204,0),(24272,115,204,0),(24273,116,204,0),(24274,117,204,0),(24275,118,204,0),(24276,119,204,0),(24277,1,205,0),(24278,2,205,0),(24279,3,205,0),(24280,4,205,0),(24281,5,205,0),(24282,6,205,0),(24283,7,205,0),(24284,8,205,0),(24285,9,205,0),(24286,10,205,0),(24287,11,205,0),(24288,12,205,0),(24289,13,205,0),(24290,14,205,0),(24291,15,205,0),(24292,16,205,0),(24293,17,205,0),(24294,18,205,0),(24295,19,205,0),(24296,20,205,0),(24297,21,205,0),(24298,22,205,0),(24299,23,205,0.0573701165219291),(24300,24,205,0),(24301,25,205,0),(24302,26,205,0),(24303,27,205,0),(24304,28,205,0),(24305,29,205,0),(24306,30,205,0),(24307,31,205,0),(24308,32,205,0),(24309,33,205,0),(24310,34,205,0),(24311,35,205,0),(24312,36,205,0),(24313,37,205,0),(24314,38,205,0),(24315,39,205,0),(24316,40,205,0),(24317,41,205,0),(24318,42,205,0),(24319,43,205,0),(24320,44,205,0),(24321,45,205,0),(24322,46,205,0),(24323,47,205,0),(24324,48,205,0),(24325,49,205,0),(24326,50,205,0),(24327,51,205,0),(24328,52,205,0),(24329,53,205,0),(24330,54,205,0),(24331,55,205,0),(24332,56,205,0),(24333,57,205,0),(24334,58,205,0),(24335,59,205,0),(24336,60,205,0),(24337,61,205,0),(24338,62,205,0),(24339,63,205,0),(24340,64,205,0),(24341,65,205,0),(24342,66,205,0),(24343,67,205,0),(24344,68,205,0),(24345,69,205,0),(24346,70,205,0),(24347,71,205,0),(24348,72,205,0),(24349,73,205,0),(24350,74,205,0),(24351,75,205,0),(24352,76,205,0),(24353,77,205,0),(24354,78,205,0),(24355,79,205,0),(24356,80,205,0),(24357,81,205,0),(24358,82,205,0),(24359,83,205,0),(24360,84,205,0),(24361,85,205,0),(24362,86,205,0),(24363,87,205,0),(24364,88,205,0),(24365,89,205,0),(24366,90,205,0),(24367,91,205,0),(24368,92,205,0),(24369,93,205,0),(24370,94,205,0),(24371,95,205,0),(24372,96,205,0),(24373,97,205,0),(24374,98,205,0),(24375,99,205,0),(24376,100,205,0),(24377,101,205,0),(24378,102,205,0),(24379,103,205,0),(24380,104,205,0),(24381,105,205,0),(24382,106,205,0),(24383,107,205,0),(24384,108,205,0),(24385,109,205,0),(24386,110,205,0),(24387,111,205,0),(24388,112,205,0),(24389,113,205,0),(24390,114,205,0),(24391,115,205,0),(24392,116,205,0),(24393,117,205,0),(24394,118,205,0),(24395,119,205,0),(24396,1,206,0),(24397,2,206,0),(24398,3,206,0),(24399,4,206,0),(24400,5,206,0),(24401,6,206,0),(24402,7,206,0),(24403,8,206,0),(24404,9,206,0),(24405,10,206,0),(24406,11,206,0),(24407,12,206,0),(24408,13,206,0),(24409,14,206,0),(24410,15,206,0),(24411,16,206,0),(24412,17,206,0),(24413,18,206,0),(24414,19,206,0),(24415,20,206,0),(24416,21,206,0),(24417,22,206,0),(24418,23,206,0.0879788985116406),(24419,24,206,0),(24420,25,206,0),(24421,26,206,0),(24422,27,206,0),(24423,28,206,0),(24424,29,206,0),(24425,30,206,0),(24426,31,206,0),(24427,32,206,0),(24428,33,206,0),(24429,34,206,0),(24430,35,206,0),(24431,36,206,0),(24432,37,206,0),(24433,38,206,0),(24434,39,206,0),(24435,40,206,0),(24436,41,206,0),(24437,42,206,0),(24438,43,206,0),(24439,44,206,0),(24440,45,206,0),(24441,46,206,0),(24442,47,206,0),(24443,48,206,0),(24444,49,206,0),(24445,50,206,0),(24446,51,206,0),(24447,52,206,0),(24448,53,206,0),(24449,54,206,0),(24450,55,206,0),(24451,56,206,0),(24452,57,206,0),(24453,58,206,0),(24454,59,206,0),(24455,60,206,0),(24456,61,206,0),(24457,62,206,0),(24458,63,206,0),(24459,64,206,0),(24460,65,206,0),(24461,66,206,0),(24462,67,206,0),(24463,68,206,0),(24464,69,206,0),(24465,70,206,0),(24466,71,206,0),(24467,72,206,0),(24468,73,206,0),(24469,74,206,0),(24470,75,206,0),(24471,76,206,0),(24472,77,206,0),(24473,78,206,0),(24474,79,206,0),(24475,80,206,0),(24476,81,206,0),(24477,82,206,0),(24478,83,206,0),(24479,84,206,0),(24480,85,206,0),(24481,86,206,0),(24482,87,206,0),(24483,88,206,0),(24484,89,206,0),(24485,90,206,0),(24486,91,206,0),(24487,92,206,0),(24488,93,206,0),(24489,94,206,0),(24490,95,206,0),(24491,96,206,0),(24492,97,206,0),(24493,98,206,0),(24494,99,206,0),(24495,100,206,0),(24496,101,206,0),(24497,102,206,0),(24498,103,206,0),(24499,104,206,0),(24500,105,206,0),(24501,106,206,0),(24502,107,206,0),(24503,108,206,0),(24504,109,206,0),(24505,110,206,0),(24506,111,206,0),(24507,112,206,0),(24508,113,206,0),(24509,114,206,0),(24510,115,206,0),(24511,116,206,0),(24512,117,206,0),(24513,118,206,0),(24514,119,206,0),(24515,1,207,0),(24516,2,207,0),(24517,3,207,0),(24518,4,207,0),(24519,5,207,0),(24520,6,207,0),(24521,7,207,0),(24522,8,207,0),(24523,9,207,0),(24524,10,207,0),(24525,11,207,0),(24526,12,207,0),(24527,13,207,0),(24528,14,207,0),(24529,15,207,0),(24530,16,207,0),(24531,17,207,0),(24532,18,207,0),(24533,19,207,0),(24534,20,207,0),(24535,21,207,0),(24536,22,207,0),(24537,23,207,0.170518237286035),(24538,24,207,0),(24539,25,207,0),(24540,26,207,0),(24541,27,207,0),(24542,28,207,0),(24543,29,207,0),(24544,30,207,0),(24545,31,207,0),(24546,32,207,0),(24547,33,207,0),(24548,34,207,0),(24549,35,207,0),(24550,36,207,0),(24551,37,207,0),(24552,38,207,0),(24553,39,207,0),(24554,40,207,0),(24555,41,207,0),(24556,42,207,0),(24557,43,207,0),(24558,44,207,0),(24559,45,207,0),(24560,46,207,0),(24561,47,207,0),(24562,48,207,0),(24563,49,207,0),(24564,50,207,0),(24565,51,207,0),(24566,52,207,0),(24567,53,207,0),(24568,54,207,0),(24569,55,207,0),(24570,56,207,0),(24571,57,207,0),(24572,58,207,0),(24573,59,207,0),(24574,60,207,0),(24575,61,207,0),(24576,62,207,0),(24577,63,207,0),(24578,64,207,0),(24579,65,207,0),(24580,66,207,0),(24581,67,207,0),(24582,68,207,0),(24583,69,207,0),(24584,70,207,0),(24585,71,207,0),(24586,72,207,0),(24587,73,207,0),(24588,74,207,0),(24589,75,207,0),(24590,76,207,0),(24591,77,207,0),(24592,78,207,0),(24593,79,207,0),(24594,80,207,0),(24595,81,207,0),(24596,82,207,0),(24597,83,207,0),(24598,84,207,0),(24599,85,207,0),(24600,86,207,0),(24601,87,207,0),(24602,88,207,0),(24603,89,207,0),(24604,90,207,0),(24605,91,207,0),(24606,92,207,0),(24607,93,207,0),(24608,94,207,0),(24609,95,207,0),(24610,96,207,0),(24611,97,207,0),(24612,98,207,0),(24613,99,207,0),(24614,100,207,0),(24615,101,207,0),(24616,102,207,0),(24617,103,207,0),(24618,104,207,0),(24619,105,207,0),(24620,106,207,0),(24621,107,207,0),(24622,108,207,0),(24623,109,207,0),(24624,110,207,0),(24625,111,207,0),(24626,112,207,0),(24627,113,207,0),(24628,114,207,0),(24629,115,207,0),(24630,116,207,0),(24631,117,207,0),(24632,118,207,0),(24633,119,207,0),(24634,1,208,0),(24635,2,208,0),(24636,3,208,0),(24637,4,208,0),(24638,5,208,0),(24639,6,208,0),(24640,7,208,0),(24641,8,208,0),(24642,9,208,0),(24643,10,208,0),(24644,11,208,0),(24645,12,208,0),(24646,13,208,0),(24647,14,208,0),(24648,15,208,0),(24649,16,208,0),(24650,17,208,0),(24651,18,208,0),(24652,19,208,0),(24653,20,208,0),(24654,21,208,0),(24655,22,208,0),(24656,23,208,0.205818031843185),(24657,24,208,0),(24658,25,208,0),(24659,26,208,0),(24660,27,208,0),(24661,28,208,0),(24662,29,208,0),(24663,30,208,0),(24664,31,208,0),(24665,32,208,0),(24666,33,208,0),(24667,34,208,0),(24668,35,208,0),(24669,36,208,0),(24670,37,208,0),(24671,38,208,0),(24672,39,208,0),(24673,40,208,0),(24674,41,208,0),(24675,42,208,0),(24676,43,208,0),(24677,44,208,0),(24678,45,208,0),(24679,46,208,0),(24680,47,208,0),(24681,48,208,0),(24682,49,208,0),(24683,50,208,0),(24684,51,208,0),(24685,52,208,0),(24686,53,208,0),(24687,54,208,0),(24688,55,208,0),(24689,56,208,0),(24690,57,208,0),(24691,58,208,0),(24692,59,208,0),(24693,60,208,0),(24694,61,208,0),(24695,62,208,0),(24696,63,208,0),(24697,64,208,0),(24698,65,208,0),(24699,66,208,0),(24700,67,208,0),(24701,68,208,0),(24702,69,208,0),(24703,70,208,0),(24704,71,208,0),(24705,72,208,0),(24706,73,208,0),(24707,74,208,0),(24708,75,208,0),(24709,76,208,0),(24710,77,208,0),(24711,78,208,0),(24712,79,208,0),(24713,80,208,0),(24714,81,208,0),(24715,82,208,0),(24716,83,208,0),(24717,84,208,0),(24718,85,208,0),(24719,86,208,0),(24720,87,208,0),(24721,88,208,0),(24722,89,208,0),(24723,90,208,0),(24724,91,208,0),(24725,92,208,0),(24726,93,208,0),(24727,94,208,0),(24728,95,208,0),(24729,96,208,0),(24730,97,208,0),(24731,98,208,0),(24732,99,208,0),(24733,100,208,0),(24734,101,208,0),(24735,102,208,0),(24736,103,208,0),(24737,104,208,0),(24738,105,208,0),(24739,106,208,0),(24740,107,208,0),(24741,108,208,0),(24742,109,208,0),(24743,110,208,0),(24744,111,208,0),(24745,112,208,0),(24746,113,208,0),(24747,114,208,0),(24748,115,208,0),(24749,116,208,0),(24750,117,208,0),(24751,118,208,0),(24752,119,208,0),(24753,1,209,0),(24754,2,209,0),(24755,3,209,0),(24756,4,209,0),(24757,5,209,0),(24758,6,209,0),(24759,7,209,0),(24760,8,209,0),(24761,9,209,0),(24762,10,209,0),(24763,11,209,0),(24764,12,209,0),(24765,13,209,0),(24766,14,209,0),(24767,15,209,0),(24768,16,209,0),(24769,17,209,0),(24770,18,209,0),(24771,19,209,0),(24772,20,209,0),(24773,21,209,0),(24774,22,209,0),(24775,23,209,0.0788148061890442),(24776,24,209,0),(24777,25,209,0),(24778,26,209,0),(24779,27,209,0),(24780,28,209,0),(24781,29,209,0),(24782,30,209,0),(24783,31,209,0),(24784,32,209,0),(24785,33,209,0),(24786,34,209,0),(24787,35,209,0),(24788,36,209,0),(24789,37,209,0),(24790,38,209,0),(24791,39,209,0),(24792,40,209,0),(24793,41,209,0),(24794,42,209,0),(24795,43,209,0),(24796,44,209,0),(24797,45,209,0),(24798,46,209,0),(24799,47,209,0),(24800,48,209,0),(24801,49,209,0),(24802,50,209,0),(24803,51,209,0),(24804,52,209,0),(24805,53,209,0),(24806,54,209,0),(24807,55,209,0),(24808,56,209,0),(24809,57,209,0),(24810,58,209,0),(24811,59,209,0),(24812,60,209,0),(24813,61,209,0),(24814,62,209,0),(24815,63,209,0),(24816,64,209,0),(24817,65,209,0),(24818,66,209,0),(24819,67,209,0),(24820,68,209,0),(24821,69,209,0),(24822,70,209,0),(24823,71,209,0),(24824,72,209,0),(24825,73,209,0),(24826,74,209,0),(24827,75,209,0),(24828,76,209,0),(24829,77,209,0),(24830,78,209,0),(24831,79,209,0),(24832,80,209,0),(24833,81,209,0),(24834,82,209,0),(24835,83,209,0),(24836,84,209,0),(24837,85,209,0),(24838,86,209,0),(24839,87,209,0),(24840,88,209,0),(24841,89,209,0),(24842,90,209,0),(24843,91,209,0),(24844,92,209,0),(24845,93,209,0),(24846,94,209,0),(24847,95,209,0),(24848,96,209,0),(24849,97,209,0),(24850,98,209,0),(24851,99,209,0),(24852,100,209,0),(24853,101,209,0),(24854,102,209,0),(24855,103,209,0),(24856,104,209,0),(24857,105,209,0),(24858,106,209,0),(24859,107,209,0),(24860,108,209,0),(24861,109,209,0),(24862,110,209,0),(24863,111,209,0),(24864,112,209,0),(24865,113,209,0),(24866,114,209,0),(24867,115,209,0),(24868,116,209,0),(24869,117,209,0),(24870,118,209,0),(24871,119,209,0),(24872,1,210,0),(24873,2,210,0),(24874,3,210,0),(24875,4,210,0),(24876,5,210,0),(24877,6,210,0),(24878,7,210,0),(24879,8,210,0),(24880,9,210,0),(24881,10,210,0),(24882,11,210,0),(24883,12,210,0),(24884,13,210,0),(24885,14,210,0),(24886,15,210,0),(24887,16,210,0),(24888,17,210,0),(24889,18,210,0),(24890,19,210,0),(24891,20,210,0),(24892,21,210,0),(24893,22,210,0),(24894,23,210,0.014432194627643),(24895,24,210,0),(24896,25,210,0),(24897,26,210,0),(24898,27,210,0),(24899,28,210,0),(24900,29,210,0),(24901,30,210,0),(24902,31,210,0),(24903,32,210,0),(24904,33,210,0),(24905,34,210,0),(24906,35,210,0),(24907,36,210,0),(24908,37,210,0),(24909,38,210,0),(24910,39,210,0),(24911,40,210,0),(24912,41,210,0),(24913,42,210,0),(24914,43,210,0),(24915,44,210,0),(24916,45,210,0),(24917,46,210,0),(24918,47,210,0),(24919,48,210,0),(24920,49,210,0),(24921,50,210,0),(24922,51,210,0),(24923,52,210,0),(24924,53,210,0),(24925,54,210,0),(24926,55,210,0),(24927,56,210,0),(24928,57,210,0),(24929,58,210,0),(24930,59,210,0),(24931,60,210,0),(24932,61,210,0),(24933,62,210,0),(24934,63,210,0),(24935,64,210,0),(24936,65,210,0),(24937,66,210,0),(24938,67,210,0),(24939,68,210,0),(24940,69,210,0),(24941,70,210,0),(24942,71,210,0),(24943,72,210,0),(24944,73,210,0),(24945,74,210,0),(24946,75,210,0),(24947,76,210,0),(24948,77,210,0),(24949,78,210,0),(24950,79,210,0),(24951,80,210,0),(24952,81,210,0),(24953,82,210,0),(24954,83,210,0),(24955,84,210,0),(24956,85,210,0),(24957,86,210,0),(24958,87,210,0),(24959,88,210,0),(24960,89,210,0),(24961,90,210,0),(24962,91,210,0),(24963,92,210,0),(24964,93,210,0),(24965,94,210,0),(24966,95,210,0),(24967,96,210,0),(24968,97,210,0),(24969,98,210,0),(24970,99,210,0),(24971,100,210,0),(24972,101,210,0),(24973,102,210,0),(24974,103,210,0),(24975,104,210,0),(24976,105,210,0),(24977,106,210,0),(24978,107,210,0),(24979,108,210,0),(24980,109,210,0),(24981,110,210,0),(24982,111,210,0),(24983,112,210,0),(24984,113,210,0),(24985,114,210,0),(24986,115,210,0),(24987,116,210,0),(24988,117,210,0),(24989,118,210,0),(24990,119,210,0),(24991,1,211,0),(24992,2,211,0),(24993,3,211,0),(24994,4,211,0),(24995,5,211,0),(24996,6,211,0),(24997,7,211,0),(24998,8,211,0),(24999,9,211,0),(25000,10,211,0),(25001,11,211,0),(25002,12,211,0),(25003,13,211,0),(25004,14,211,0),(25005,15,211,0),(25006,16,211,0),(25007,17,211,0),(25008,18,211,0),(25009,19,211,0),(25010,20,211,0),(25011,21,211,0),(25012,22,211,0),(25013,23,211,0.182966807539062),(25014,24,211,0),(25015,25,211,0),(25016,26,211,0),(25017,27,211,0),(25018,28,211,0),(25019,29,211,0),(25020,30,211,0),(25021,31,211,0),(25022,32,211,0),(25023,33,211,0),(25024,34,211,0),(25025,35,211,0),(25026,36,211,0),(25027,37,211,0),(25028,38,211,0),(25029,39,211,0),(25030,40,211,0),(25031,41,211,0),(25032,42,211,0),(25033,43,211,0),(25034,44,211,0),(25035,45,211,0),(25036,46,211,0),(25037,47,211,0),(25038,48,211,0),(25039,49,211,0),(25040,50,211,0),(25041,51,211,0),(25042,52,211,0),(25043,53,211,0),(25044,54,211,0),(25045,55,211,0),(25046,56,211,0),(25047,57,211,0),(25048,58,211,0),(25049,59,211,0),(25050,60,211,0),(25051,61,211,0),(25052,62,211,0),(25053,63,211,0),(25054,64,211,0),(25055,65,211,0),(25056,66,211,0),(25057,67,211,0),(25058,68,211,0),(25059,69,211,0),(25060,70,211,0),(25061,71,211,0),(25062,72,211,0),(25063,73,211,0),(25064,74,211,0),(25065,75,211,0),(25066,76,211,0),(25067,77,211,0),(25068,78,211,0),(25069,79,211,0),(25070,80,211,0),(25071,81,211,0),(25072,82,211,0),(25073,83,211,0),(25074,84,211,0),(25075,85,211,0),(25076,86,211,0),(25077,87,211,0),(25078,88,211,0),(25079,89,211,0),(25080,90,211,0),(25081,91,211,0),(25082,92,211,0),(25083,93,211,0),(25084,94,211,0),(25085,95,211,0),(25086,96,211,0),(25087,97,211,0),(25088,98,211,0),(25089,99,211,0),(25090,100,211,0),(25091,101,211,0),(25092,102,211,0),(25093,103,211,0),(25094,104,211,0),(25095,105,211,0),(25096,106,211,0),(25097,107,211,0),(25098,108,211,0),(25099,109,211,0),(25100,110,211,0),(25101,111,211,0),(25102,112,211,0),(25103,113,211,0),(25104,114,211,0),(25105,115,211,0),(25106,116,211,0),(25107,117,211,0),(25108,118,211,0),(25109,119,211,0),(25110,1,212,0),(25111,2,212,0),(25112,3,212,0),(25113,4,212,0),(25114,5,212,0),(25115,6,212,0),(25116,7,212,0),(25117,8,212,0),(25118,9,212,0),(25119,10,212,0),(25120,11,212,0),(25121,12,212,0),(25122,13,212,0),(25123,14,212,0),(25124,15,212,0),(25125,16,212,0),(25126,17,212,0),(25127,18,212,0),(25128,19,212,0),(25129,20,212,0),(25130,21,212,0),(25131,22,212,0),(25132,23,212,0.00210090748146188),(25133,24,212,0),(25134,25,212,0),(25135,26,212,0),(25136,27,212,0),(25137,28,212,0),(25138,29,212,0),(25139,30,212,0),(25140,31,212,0),(25141,32,212,0),(25142,33,212,0),(25143,34,212,0),(25144,35,212,0),(25145,36,212,0),(25146,37,212,0),(25147,38,212,0),(25148,39,212,0),(25149,40,212,0),(25150,41,212,0),(25151,42,212,0),(25152,43,212,0),(25153,44,212,0),(25154,45,212,0),(25155,46,212,0),(25156,47,212,0),(25157,48,212,0),(25158,49,212,0),(25159,50,212,0),(25160,51,212,0),(25161,52,212,0),(25162,53,212,0),(25163,54,212,0),(25164,55,212,0),(25165,56,212,0),(25166,57,212,0),(25167,58,212,0),(25168,59,212,0),(25169,60,212,0),(25170,61,212,0),(25171,62,212,0),(25172,63,212,0),(25173,64,212,0),(25174,65,212,0),(25175,66,212,0),(25176,67,212,0),(25177,68,212,0),(25178,69,212,0),(25179,70,212,0),(25180,71,212,0),(25181,72,212,0),(25182,73,212,0),(25183,74,212,0),(25184,75,212,0),(25185,76,212,0),(25186,77,212,0),(25187,78,212,0),(25188,79,212,0),(25189,80,212,0),(25190,81,212,0),(25191,82,212,0),(25192,83,212,0),(25193,84,212,0),(25194,85,212,0),(25195,86,212,0),(25196,87,212,0),(25197,88,212,0),(25198,89,212,0),(25199,90,212,0),(25200,91,212,0),(25201,92,212,0),(25202,93,212,0),(25203,94,212,0),(25204,95,212,0),(25205,96,212,0),(25206,97,212,0),(25207,98,212,0),(25208,99,212,0),(25209,100,212,0),(25210,101,212,0),(25211,102,212,0),(25212,103,212,0),(25213,104,212,0),(25214,105,212,0),(25215,106,212,0),(25216,107,212,0),(25217,108,212,0),(25218,109,212,0),(25219,110,212,0),(25220,111,212,0),(25221,112,212,0),(25222,113,212,0),(25223,114,212,0),(25224,115,212,0),(25225,116,212,0),(25226,117,212,0),(25227,118,212,0),(25228,119,212,0),(25229,1,213,0),(25230,2,213,0),(25231,3,213,0),(25232,4,213,0),(25233,5,213,0),(25234,6,213,0),(25235,7,213,0),(25236,8,213,0),(25237,9,213,0),(25238,10,213,0),(25239,11,213,0),(25240,12,213,0),(25241,13,213,0),(25242,14,213,0),(25243,15,213,0),(25244,16,213,0),(25245,17,213,0),(25246,18,213,0),(25247,19,213,0),(25248,20,213,0),(25249,21,213,0),(25250,22,213,0),(25251,23,213,0.137377603485689),(25252,24,213,0),(25253,25,213,0),(25254,26,213,0),(25255,27,213,0),(25256,28,213,0),(25257,29,213,0),(25258,30,213,0),(25259,31,213,0),(25260,32,213,0),(25261,33,213,0),(25262,34,213,0),(25263,35,213,0),(25264,36,213,0),(25265,37,213,0),(25266,38,213,0),(25267,39,213,0),(25268,40,213,0),(25269,41,213,0),(25270,42,213,0),(25271,43,213,0),(25272,44,213,0),(25273,45,213,0),(25274,46,213,0),(25275,47,213,0),(25276,48,213,0),(25277,49,213,0),(25278,50,213,0),(25279,51,213,0),(25280,52,213,0),(25281,53,213,0),(25282,54,213,0),(25283,55,213,0),(25284,56,213,0),(25285,57,213,0),(25286,58,213,0),(25287,59,213,0),(25288,60,213,0),(25289,61,213,0),(25290,62,213,0),(25291,63,213,0),(25292,64,213,0),(25293,65,213,0),(25294,66,213,0),(25295,67,213,0),(25296,68,213,0),(25297,69,213,0),(25298,70,213,0),(25299,71,213,0),(25300,72,213,0),(25301,73,213,0),(25302,74,213,0),(25303,75,213,0),(25304,76,213,0),(25305,77,213,0),(25306,78,213,0),(25307,79,213,0),(25308,80,213,0),(25309,81,213,0),(25310,82,213,0),(25311,83,213,0),(25312,84,213,0),(25313,85,213,0),(25314,86,213,0),(25315,87,213,0),(25316,88,213,0),(25317,89,213,0),(25318,90,213,0),(25319,91,213,0),(25320,92,213,0),(25321,93,213,0),(25322,94,213,0),(25323,95,213,0),(25324,96,213,0),(25325,97,213,0),(25326,98,213,0),(25327,99,213,0),(25328,100,213,0),(25329,101,213,0),(25330,102,213,0),(25331,103,213,0),(25332,104,213,0),(25333,105,213,0),(25334,106,213,0),(25335,107,213,0),(25336,108,213,0),(25337,109,213,0),(25338,110,213,0),(25339,111,213,0),(25340,112,213,0),(25341,113,213,0),(25342,114,213,0),(25343,115,213,0),(25344,116,213,0),(25345,117,213,0),(25346,118,213,0),(25347,119,213,0),(25348,1,214,0),(25349,2,214,0),(25350,3,214,0),(25351,4,214,0),(25352,5,214,0),(25353,6,214,0),(25354,7,214,0),(25355,8,214,0),(25356,9,214,0),(25357,10,214,0),(25358,11,214,0),(25359,12,214,0),(25360,13,214,0),(25361,14,214,0),(25362,15,214,0),(25363,16,214,0),(25364,17,214,0),(25365,18,214,0),(25366,19,214,0),(25367,20,214,0),(25368,21,214,0),(25369,22,214,0),(25370,23,214,0.195491995379418),(25371,24,214,0),(25372,25,214,0),(25373,26,214,0),(25374,27,214,0),(25375,28,214,0),(25376,29,214,0),(25377,30,214,0),(25378,31,214,0),(25379,32,214,0),(25380,33,214,0),(25381,34,214,0),(25382,35,214,0),(25383,36,214,0),(25384,37,214,0),(25385,38,214,0),(25386,39,214,0),(25387,40,214,0),(25388,41,214,0),(25389,42,214,0),(25390,43,214,0),(25391,44,214,0),(25392,45,214,0),(25393,46,214,0),(25394,47,214,0),(25395,48,214,0),(25396,49,214,0),(25397,50,214,0),(25398,51,214,0),(25399,52,214,0),(25400,53,214,0),(25401,54,214,0),(25402,55,214,0),(25403,56,214,0),(25404,57,214,0),(25405,58,214,0),(25406,59,214,0),(25407,60,214,0),(25408,61,214,0),(25409,62,214,0),(25410,63,214,0),(25411,64,214,0),(25412,65,214,0),(25413,66,214,0),(25414,67,214,0),(25415,68,214,0),(25416,69,214,0),(25417,70,214,0),(25418,71,214,0),(25419,72,214,0),(25420,73,214,0),(25421,74,214,0),(25422,75,214,0),(25423,76,214,0),(25424,77,214,0),(25425,78,214,0),(25426,79,214,0),(25427,80,214,0),(25428,81,214,0),(25429,82,214,0),(25430,83,214,0),(25431,84,214,0),(25432,85,214,0),(25433,86,214,0),(25434,87,214,0),(25435,88,214,0),(25436,89,214,0),(25437,90,214,0),(25438,91,214,0),(25439,92,214,0),(25440,93,214,0),(25441,94,214,0),(25442,95,214,0),(25443,96,214,0),(25444,97,214,0),(25445,98,214,0),(25446,99,214,0),(25447,100,214,0),(25448,101,214,0),(25449,102,214,0),(25450,103,214,0),(25451,104,214,0),(25452,105,214,0),(25453,106,214,0),(25454,107,214,0),(25455,108,214,0),(25456,109,214,0),(25457,110,214,0),(25458,111,214,0),(25459,112,214,0),(25460,113,214,0),(25461,114,214,0),(25462,115,214,0),(25463,116,214,0),(25464,117,214,0),(25465,118,214,0),(25466,119,214,0),(25467,1,215,0),(25468,2,215,0),(25469,3,215,0),(25470,4,215,0),(25471,5,215,0),(25472,6,215,0),(25473,7,215,0),(25474,8,215,0),(25475,9,215,0),(25476,10,215,0),(25477,11,215,0),(25478,12,215,0),(25479,13,215,0),(25480,14,215,0),(25481,15,215,0),(25482,16,215,0),(25483,17,215,0),(25484,18,215,0),(25485,19,215,0),(25486,20,215,0),(25487,21,215,0),(25488,22,215,0),(25489,23,215,0.0845025113171423),(25490,24,215,0),(25491,25,215,0),(25492,26,215,0),(25493,27,215,0),(25494,28,215,0),(25495,29,215,0),(25496,30,215,0),(25497,31,215,0),(25498,32,215,0),(25499,33,215,0),(25500,34,215,0),(25501,35,215,0),(25502,36,215,0),(25503,37,215,0),(25504,38,215,0),(25505,39,215,0),(25506,40,215,0),(25507,41,215,0),(25508,42,215,0),(25509,43,215,0),(25510,44,215,0),(25511,45,215,0),(25512,46,215,0),(25513,47,215,0),(25514,48,215,0),(25515,49,215,0),(25516,50,215,0),(25517,51,215,0),(25518,52,215,0),(25519,53,215,0),(25520,54,215,0),(25521,55,215,0),(25522,56,215,0),(25523,57,215,0),(25524,58,215,0),(25525,59,215,0),(25526,60,215,0),(25527,61,215,0),(25528,62,215,0),(25529,63,215,0),(25530,64,215,0),(25531,65,215,0),(25532,66,215,0),(25533,67,215,0),(25534,68,215,0),(25535,69,215,0),(25536,70,215,0),(25537,71,215,0),(25538,72,215,0),(25539,73,215,0),(25540,74,215,0),(25541,75,215,0),(25542,76,215,0),(25543,77,215,0),(25544,78,215,0),(25545,79,215,0),(25546,80,215,0),(25547,81,215,0),(25548,82,215,0),(25549,83,215,0),(25550,84,215,0),(25551,85,215,0),(25552,86,215,0),(25553,87,215,0),(25554,88,215,0),(25555,89,215,0),(25556,90,215,0),(25557,91,215,0),(25558,92,215,0),(25559,93,215,0),(25560,94,215,0),(25561,95,215,0),(25562,96,215,0),(25563,97,215,0),(25564,98,215,0),(25565,99,215,0),(25566,100,215,0),(25567,101,215,0),(25568,102,215,0),(25569,103,215,0),(25570,104,215,0),(25571,105,215,0),(25572,106,215,0),(25573,107,215,0),(25574,108,215,0),(25575,109,215,0),(25576,110,215,0),(25577,111,215,0),(25578,112,215,0),(25579,113,215,0),(25580,114,215,0),(25581,115,215,0),(25582,116,215,0),(25583,117,215,0),(25584,118,215,0),(25585,119,215,0),(25586,1,216,0),(25587,2,216,0),(25588,3,216,0),(25589,4,216,0),(25590,5,216,0),(25591,6,216,0),(25592,7,216,0),(25593,8,216,0),(25594,9,216,0),(25595,10,216,0),(25596,11,216,0),(25597,12,216,0),(25598,13,216,0),(25599,14,216,0),(25600,15,216,0),(25601,16,216,0),(25602,17,216,0),(25603,18,216,0),(25604,19,216,0),(25605,20,216,0),(25606,21,216,0),(25607,22,216,0),(25608,23,216,0.0625317767451874),(25609,24,216,0),(25610,25,216,0),(25611,26,216,0),(25612,27,216,0),(25613,28,216,0),(25614,29,216,0),(25615,30,216,0),(25616,31,216,0),(25617,32,216,0),(25618,33,216,0),(25619,34,216,0),(25620,35,216,0),(25621,36,216,0),(25622,37,216,0),(25623,38,216,0),(25624,39,216,0),(25625,40,216,0),(25626,41,216,0),(25627,42,216,0),(25628,43,216,0),(25629,44,216,0),(25630,45,216,0),(25631,46,216,0),(25632,47,216,0),(25633,48,216,0),(25634,49,216,0),(25635,50,216,0),(25636,51,216,0),(25637,52,216,0),(25638,53,216,0),(25639,54,216,0),(25640,55,216,0),(25641,56,216,0),(25642,57,216,0),(25643,58,216,0),(25644,59,216,0),(25645,60,216,0),(25646,61,216,0),(25647,62,216,0),(25648,63,216,0),(25649,64,216,0),(25650,65,216,0),(25651,66,216,0),(25652,67,216,0),(25653,68,216,0),(25654,69,216,0),(25655,70,216,0),(25656,71,216,0),(25657,72,216,0),(25658,73,216,0),(25659,74,216,0),(25660,75,216,0),(25661,76,216,0),(25662,77,216,0),(25663,78,216,0),(25664,79,216,0),(25665,80,216,0),(25666,81,216,0),(25667,82,216,0),(25668,83,216,0),(25669,84,216,0),(25670,85,216,0),(25671,86,216,0),(25672,87,216,0),(25673,88,216,0),(25674,89,216,0),(25675,90,216,0),(25676,91,216,0),(25677,92,216,0),(25678,93,216,0),(25679,94,216,0),(25680,95,216,0),(25681,96,216,0),(25682,97,216,0),(25683,98,216,0),(25684,99,216,0),(25685,100,216,0),(25686,101,216,0),(25687,102,216,0),(25688,103,216,0),(25689,104,216,0),(25690,105,216,0),(25691,106,216,0),(25692,107,216,0),(25693,108,216,0),(25694,109,216,0),(25695,110,216,0),(25696,111,216,0),(25697,112,216,0),(25698,113,216,0),(25699,114,216,0),(25700,115,216,0),(25701,116,216,0),(25702,117,216,0),(25703,118,216,0),(25704,119,216,0),(25705,1,217,0),(25706,2,217,0),(25707,3,217,0),(25708,4,217,0),(25709,5,217,0),(25710,6,217,0),(25711,7,217,0),(25712,8,217,0),(25713,9,217,0),(25714,10,217,0),(25715,11,217,0),(25716,12,217,0),(25717,13,217,0),(25718,14,217,0),(25719,15,217,0),(25720,16,217,0),(25721,17,217,0),(25722,18,217,0),(25723,19,217,0),(25724,20,217,0),(25725,21,217,0),(25726,22,217,0),(25727,23,217,0.113468856229278),(25728,24,217,0),(25729,25,217,0),(25730,26,217,0),(25731,27,217,0),(25732,28,217,0),(25733,29,217,0),(25734,30,217,0),(25735,31,217,0),(25736,32,217,0),(25737,33,217,0),(25738,34,217,0),(25739,35,217,0),(25740,36,217,0),(25741,37,217,0),(25742,38,217,0),(25743,39,217,0),(25744,40,217,0),(25745,41,217,0),(25746,42,217,0),(25747,43,217,0),(25748,44,217,0),(25749,45,217,0),(25750,46,217,0),(25751,47,217,0),(25752,48,217,0),(25753,49,217,0),(25754,50,217,0),(25755,51,217,0),(25756,52,217,0),(25757,53,217,0),(25758,54,217,0),(25759,55,217,0),(25760,56,217,0),(25761,57,217,0),(25762,58,217,0),(25763,59,217,0),(25764,60,217,0),(25765,61,217,0),(25766,62,217,0),(25767,63,217,0),(25768,64,217,0),(25769,65,217,0),(25770,66,217,0),(25771,67,217,0),(25772,68,217,0),(25773,69,217,0),(25774,70,217,0),(25775,71,217,0),(25776,72,217,0),(25777,73,217,0),(25778,74,217,0),(25779,75,217,0),(25780,76,217,0),(25781,77,217,0),(25782,78,217,0),(25783,79,217,0),(25784,80,217,0),(25785,81,217,0),(25786,82,217,0),(25787,83,217,0),(25788,84,217,0),(25789,85,217,0),(25790,86,217,0),(25791,87,217,0),(25792,88,217,0),(25793,89,217,0),(25794,90,217,0),(25795,91,217,0),(25796,92,217,0),(25797,93,217,0),(25798,94,217,0),(25799,95,217,0),(25800,96,217,0),(25801,97,217,0),(25802,98,217,0),(25803,99,217,0),(25804,100,217,0),(25805,101,217,0),(25806,102,217,0),(25807,103,217,0),(25808,104,217,0),(25809,105,217,0),(25810,106,217,0),(25811,107,217,0),(25812,108,217,0),(25813,109,217,0),(25814,110,217,0),(25815,111,217,0),(25816,112,217,0),(25817,113,217,0),(25818,114,217,0),(25819,115,217,0),(25820,116,217,0),(25821,117,217,0),(25822,118,217,0),(25823,119,217,0),(25824,1,218,0),(25825,2,218,0),(25826,3,218,0),(25827,4,218,0),(25828,5,218,0),(25829,6,218,0),(25830,7,218,0),(25831,8,218,0),(25832,9,218,0),(25833,10,218,0),(25834,11,218,0),(25835,12,218,0),(25836,13,218,0),(25837,14,218,0),(25838,15,218,0),(25839,16,218,0),(25840,17,218,0),(25841,18,218,0),(25842,19,218,0),(25843,20,218,0),(25844,21,218,0),(25845,22,218,0),(25846,23,218,0.203154014315884),(25847,24,218,0),(25848,25,218,0),(25849,26,218,0),(25850,27,218,0),(25851,28,218,0),(25852,29,218,0),(25853,30,218,0),(25854,31,218,0),(25855,32,218,0),(25856,33,218,0),(25857,34,218,0),(25858,35,218,0),(25859,36,218,0),(25860,37,218,0),(25861,38,218,0),(25862,39,218,0),(25863,40,218,0),(25864,41,218,0),(25865,42,218,0),(25866,43,218,0),(25867,44,218,0),(25868,45,218,0),(25869,46,218,0),(25870,47,218,0),(25871,48,218,0),(25872,49,218,0),(25873,50,218,0),(25874,51,218,0),(25875,52,218,0),(25876,53,218,0),(25877,54,218,0),(25878,55,218,0),(25879,56,218,0),(25880,57,218,0),(25881,58,218,0),(25882,59,218,0),(25883,60,218,0),(25884,61,218,0),(25885,62,218,0),(25886,63,218,0),(25887,64,218,0),(25888,65,218,0),(25889,66,218,0),(25890,67,218,0),(25891,68,218,0),(25892,69,218,0),(25893,70,218,0),(25894,71,218,0),(25895,72,218,0),(25896,73,218,0),(25897,74,218,0),(25898,75,218,0),(25899,76,218,0),(25900,77,218,0),(25901,78,218,0),(25902,79,218,0),(25903,80,218,0),(25904,81,218,0),(25905,82,218,0),(25906,83,218,0),(25907,84,218,0),(25908,85,218,0),(25909,86,218,0),(25910,87,218,0),(25911,88,218,0),(25912,89,218,0),(25913,90,218,0),(25914,91,218,0),(25915,92,218,0),(25916,93,218,0),(25917,94,218,0),(25918,95,218,0),(25919,96,218,0),(25920,97,218,0),(25921,98,218,0),(25922,99,218,0),(25923,100,218,0),(25924,101,218,0),(25925,102,218,0),(25926,103,218,0),(25927,104,218,0),(25928,105,218,0),(25929,106,218,0),(25930,107,218,0),(25931,108,218,0),(25932,109,218,0),(25933,110,218,0),(25934,111,218,0),(25935,112,218,0),(25936,113,218,0),(25937,114,218,0),(25938,115,218,0),(25939,116,218,0),(25940,117,218,0),(25941,118,218,0),(25942,119,218,0),(25943,1,219,0),(25944,2,219,0),(25945,3,219,0),(25946,4,219,0),(25947,5,219,0),(25948,6,219,0),(25949,7,219,0),(25950,8,219,0),(25951,9,219,0),(25952,10,219,0),(25953,11,219,0),(25954,12,219,0),(25955,13,219,0),(25956,14,219,0),(25957,15,219,0),(25958,16,219,0),(25959,17,219,0),(25960,18,219,0),(25961,19,219,0),(25962,20,219,0),(25963,21,219,0),(25964,22,219,0),(25965,23,219,0.153542338469098),(25966,24,219,0),(25967,25,219,0),(25968,26,219,0),(25969,27,219,0),(25970,28,219,0),(25971,29,219,0),(25972,30,219,0),(25973,31,219,0),(25974,32,219,0),(25975,33,219,0),(25976,34,219,0),(25977,35,219,0),(25978,36,219,0),(25979,37,219,0),(25980,38,219,0),(25981,39,219,0),(25982,40,219,0),(25983,41,219,0),(25984,42,219,0),(25985,43,219,0),(25986,44,219,0),(25987,45,219,0),(25988,46,219,0),(25989,47,219,0),(25990,48,219,0),(25991,49,219,0),(25992,50,219,0),(25993,51,219,0),(25994,52,219,0),(25995,53,219,0),(25996,54,219,0),(25997,55,219,0),(25998,56,219,0),(25999,57,219,0),(26000,58,219,0),(26001,59,219,0),(26002,60,219,0),(26003,61,219,0),(26004,62,219,0),(26005,63,219,0),(26006,64,219,0),(26007,65,219,0),(26008,66,219,0),(26009,67,219,0),(26010,68,219,0),(26011,69,219,0),(26012,70,219,0),(26013,71,219,0),(26014,72,219,0),(26015,73,219,0),(26016,74,219,0),(26017,75,219,0),(26018,76,219,0),(26019,77,219,0),(26020,78,219,0),(26021,79,219,0),(26022,80,219,0),(26023,81,219,0),(26024,82,219,0),(26025,83,219,0),(26026,84,219,0),(26027,85,219,0),(26028,86,219,0),(26029,87,219,0),(26030,88,219,0),(26031,89,219,0),(26032,90,219,0),(26033,91,219,0),(26034,92,219,0),(26035,93,219,0),(26036,94,219,0),(26037,95,219,0),(26038,96,219,0),(26039,97,219,0),(26040,98,219,0),(26041,99,219,0),(26042,100,219,0),(26043,101,219,0),(26044,102,219,0),(26045,103,219,0),(26046,104,219,0),(26047,105,219,0),(26048,106,219,0),(26049,107,219,0),(26050,108,219,0),(26051,109,219,0),(26052,110,219,0),(26053,111,219,0),(26054,112,219,0),(26055,113,219,0),(26056,114,219,0),(26057,115,219,0),(26058,116,219,0),(26059,117,219,0),(26060,118,219,0),(26061,119,219,0),(26062,1,220,0),(26063,2,220,0),(26064,3,220,0),(26065,4,220,0),(26066,5,220,0),(26067,6,220,0),(26068,7,220,0),(26069,8,220,0),(26070,9,220,0),(26071,10,220,0),(26072,11,220,0),(26073,12,220,0),(26074,13,220,0),(26075,14,220,0),(26076,15,220,0),(26077,16,220,0),(26078,17,220,0),(26079,18,220,0),(26080,19,220,0),(26081,20,220,0),(26082,21,220,0),(26083,22,220,0),(26084,23,220,0.0417842678764155),(26085,24,220,0),(26086,25,220,0),(26087,26,220,0),(26088,27,220,0),(26089,28,220,0),(26090,29,220,0),(26091,30,220,0),(26092,31,220,0),(26093,32,220,0),(26094,33,220,0),(26095,34,220,0),(26096,35,220,0),(26097,36,220,0),(26098,37,220,0),(26099,38,220,0),(26100,39,220,0),(26101,40,220,0),(26102,41,220,0),(26103,42,220,0),(26104,43,220,0),(26105,44,220,0),(26106,45,220,0),(26107,46,220,0),(26108,47,220,0),(26109,48,220,0),(26110,49,220,0),(26111,50,220,0),(26112,51,220,0),(26113,52,220,0),(26114,53,220,0),(26115,54,220,0),(26116,55,220,0),(26117,56,220,0),(26118,57,220,0),(26119,58,220,0),(26120,59,220,0),(26121,60,220,0),(26122,61,220,0),(26123,62,220,0),(26124,63,220,0),(26125,64,220,0),(26126,65,220,0),(26127,66,220,0),(26128,67,220,0),(26129,68,220,0),(26130,69,220,0),(26131,70,220,0),(26132,71,220,0),(26133,72,220,0),(26134,73,220,0),(26135,74,220,0),(26136,75,220,0),(26137,76,220,0),(26138,77,220,0),(26139,78,220,0),(26140,79,220,0),(26141,80,220,0),(26142,81,220,0),(26143,82,220,0),(26144,83,220,0),(26145,84,220,0),(26146,85,220,0),(26147,86,220,0),(26148,87,220,0),(26149,88,220,0),(26150,89,220,0),(26151,90,220,0),(26152,91,220,0),(26153,92,220,0),(26154,93,220,0),(26155,94,220,0),(26156,95,220,0),(26157,96,220,0),(26158,97,220,0),(26159,98,220,0),(26160,99,220,0),(26161,100,220,0),(26162,101,220,0),(26163,102,220,0),(26164,103,220,0),(26165,104,220,0),(26166,105,220,0),(26167,106,220,0),(26168,107,220,0),(26169,108,220,0),(26170,109,220,0),(26171,110,220,0),(26172,111,220,0),(26173,112,220,0),(26174,113,220,0),(26175,114,220,0),(26176,115,220,0),(26177,116,220,0),(26178,117,220,0),(26179,118,220,0),(26180,119,220,0),(26181,1,221,0),(26182,2,221,0),(26183,3,221,0),(26184,4,221,0),(26185,5,221,0),(26186,6,221,0),(26187,7,221,0),(26188,8,221,0),(26189,9,221,0),(26190,10,221,0),(26191,11,221,0),(26192,12,221,0),(26193,13,221,0),(26194,14,221,0),(26195,15,221,0),(26196,16,221,0),(26197,17,221,0),(26198,18,221,0),(26199,19,221,0),(26200,20,221,0),(26201,21,221,0),(26202,22,221,0),(26203,23,221,0.00814663618188683),(26204,24,221,0),(26205,25,221,0),(26206,26,221,0),(26207,27,221,0),(26208,28,221,0),(26209,29,221,0),(26210,30,221,0),(26211,31,221,0),(26212,32,221,0),(26213,33,221,0),(26214,34,221,0),(26215,35,221,0),(26216,36,221,0),(26217,37,221,0),(26218,38,221,0),(26219,39,221,0),(26220,40,221,0),(26221,41,221,0),(26222,42,221,0),(26223,43,221,0),(26224,44,221,0),(26225,45,221,0),(26226,46,221,0),(26227,47,221,0),(26228,48,221,0),(26229,49,221,0),(26230,50,221,0),(26231,51,221,0),(26232,52,221,0),(26233,53,221,0),(26234,54,221,0),(26235,55,221,0),(26236,56,221,0),(26237,57,221,0),(26238,58,221,0),(26239,59,221,0),(26240,60,221,0),(26241,61,221,0),(26242,62,221,0),(26243,63,221,0),(26244,64,221,0),(26245,65,221,0),(26246,66,221,0),(26247,67,221,0),(26248,68,221,0),(26249,69,221,0),(26250,70,221,0),(26251,71,221,0),(26252,72,221,0),(26253,73,221,0),(26254,74,221,0),(26255,75,221,0),(26256,76,221,0),(26257,77,221,0),(26258,78,221,0),(26259,79,221,0),(26260,80,221,0),(26261,81,221,0),(26262,82,221,0),(26263,83,221,0),(26264,84,221,0),(26265,85,221,0),(26266,86,221,0),(26267,87,221,0),(26268,88,221,0),(26269,89,221,0),(26270,90,221,0),(26271,91,221,0),(26272,92,221,0),(26273,93,221,0),(26274,94,221,0),(26275,95,221,0),(26276,96,221,0),(26277,97,221,0),(26278,98,221,0),(26279,99,221,0),(26280,100,221,0),(26281,101,221,0),(26282,102,221,0),(26283,103,221,0),(26284,104,221,0),(26285,105,221,0),(26286,106,221,0),(26287,107,221,0),(26288,108,221,0),(26289,109,221,0),(26290,110,221,0),(26291,111,221,0),(26292,112,221,0),(26293,113,221,0),(26294,114,221,0),(26295,115,221,0),(26296,116,221,0),(26297,117,221,0),(26298,118,221,0),(26299,119,221,0),(26300,1,222,0),(26301,2,222,0),(26302,3,222,0),(26303,4,222,0),(26304,5,222,0),(26305,6,222,0),(26306,7,222,0),(26307,8,222,0),(26308,9,222,0),(26309,10,222,0),(26310,11,222,0),(26311,12,222,0),(26312,13,222,0),(26313,14,222,0),(26314,15,222,0),(26315,16,222,0),(26316,17,222,0),(26317,18,222,0),(26318,19,222,0),(26319,20,222,0),(26320,21,222,0),(26321,22,222,0),(26322,23,222,0),(26323,24,222,0.5),(26324,25,222,0),(26325,26,222,0),(26326,27,222,0),(26327,28,222,0),(26328,29,222,0),(26329,30,222,0),(26330,31,222,0),(26331,32,222,0),(26332,33,222,0),(26333,34,222,0),(26334,35,222,0),(26335,36,222,0),(26336,37,222,0),(26337,38,222,0),(26338,39,222,0),(26339,40,222,0),(26340,41,222,0),(26341,42,222,0),(26342,43,222,0),(26343,44,222,0),(26344,45,222,0),(26345,46,222,0),(26346,47,222,0),(26347,48,222,0),(26348,49,222,0),(26349,50,222,0),(26350,51,222,0),(26351,52,222,0),(26352,53,222,0),(26353,54,222,0),(26354,55,222,0),(26355,56,222,0),(26356,57,222,0),(26357,58,222,0),(26358,59,222,0),(26359,60,222,0),(26360,61,222,0),(26361,62,222,0),(26362,63,222,0),(26363,64,222,0),(26364,65,222,0),(26365,66,222,0),(26366,67,222,0),(26367,68,222,0),(26368,69,222,0),(26369,70,222,0),(26370,71,222,0),(26371,72,222,0),(26372,73,222,0),(26373,74,222,0),(26374,75,222,0),(26375,76,222,0),(26376,77,222,0),(26377,78,222,0),(26378,79,222,0),(26379,80,222,0),(26380,81,222,0),(26381,82,222,0),(26382,83,222,0),(26383,84,222,0),(26384,85,222,0),(26385,86,222,0),(26386,87,222,0),(26387,88,222,0),(26388,89,222,0),(26389,90,222,0),(26390,91,222,0),(26391,92,222,0),(26392,93,222,0),(26393,94,222,0),(26394,95,222,0),(26395,96,222,0),(26396,97,222,0),(26397,98,222,0),(26398,99,222,0),(26399,100,222,0),(26400,101,222,0),(26401,102,222,0),(26402,103,222,0),(26403,104,222,0),(26404,105,222,0),(26405,106,222,0),(26406,107,222,0),(26407,108,222,0),(26408,109,222,0),(26409,110,222,0),(26410,111,222,0),(26411,112,222,0),(26412,113,222,0),(26413,114,222,0),(26414,115,222,0),(26415,116,222,0),(26416,117,222,0),(26417,118,222,0),(26418,119,222,0),(26419,1,223,0),(26420,2,223,0),(26421,3,223,0),(26422,4,223,0),(26423,5,223,0),(26424,6,223,0),(26425,7,223,0),(26426,8,223,0),(26427,9,223,0),(26428,10,223,0),(26429,11,223,0),(26430,12,223,0),(26431,13,223,0),(26432,14,223,0),(26433,15,223,0),(26434,16,223,0),(26435,17,223,0),(26436,18,223,0),(26437,19,223,0),(26438,20,223,0),(26439,21,223,0),(26440,22,223,0),(26441,23,223,0),(26442,24,223,0.145424381838238),(26443,25,223,0),(26444,26,223,0),(26445,27,223,0),(26446,28,223,0),(26447,29,223,0),(26448,30,223,0),(26449,31,223,0),(26450,32,223,0),(26451,33,223,0),(26452,34,223,0),(26453,35,223,0),(26454,36,223,0),(26455,37,223,0),(26456,38,223,0),(26457,39,223,0),(26458,40,223,0),(26459,41,223,0),(26460,42,223,0),(26461,43,223,0),(26462,44,223,0),(26463,45,223,0),(26464,46,223,0),(26465,47,223,0),(26466,48,223,0),(26467,49,223,0),(26468,50,223,0),(26469,51,223,0),(26470,52,223,0),(26471,53,223,0),(26472,54,223,0),(26473,55,223,0),(26474,56,223,0),(26475,57,223,0),(26476,58,223,0),(26477,59,223,0),(26478,60,223,0),(26479,61,223,0),(26480,62,223,0),(26481,63,223,0),(26482,64,223,0),(26483,65,223,0),(26484,66,223,0),(26485,67,223,0),(26486,68,223,0),(26487,69,223,0),(26488,70,223,0),(26489,71,223,0),(26490,72,223,0),(26491,73,223,0),(26492,74,223,0),(26493,75,223,0),(26494,76,223,0),(26495,77,223,0),(26496,78,223,0),(26497,79,223,0),(26498,80,223,0),(26499,81,223,0),(26500,82,223,0),(26501,83,223,0),(26502,84,223,0),(26503,85,223,0),(26504,86,223,0),(26505,87,223,0),(26506,88,223,0),(26507,89,223,0),(26508,90,223,0),(26509,91,223,0),(26510,92,223,0),(26511,93,223,0),(26512,94,223,0),(26513,95,223,0),(26514,96,223,0),(26515,97,223,0),(26516,98,223,0),(26517,99,223,0),(26518,100,223,0),(26519,101,223,0),(26520,102,223,0),(26521,103,223,0),(26522,104,223,0),(26523,105,223,0),(26524,106,223,0),(26525,107,223,0),(26526,108,223,0),(26527,109,223,0),(26528,110,223,0),(26529,111,223,0),(26530,112,223,0),(26531,113,223,0),(26532,114,223,0),(26533,115,223,0),(26534,116,223,0),(26535,117,223,0),(26536,118,223,0),(26537,119,223,0),(26538,1,224,0),(26539,2,224,0),(26540,3,224,0),(26541,4,224,0),(26542,5,224,0),(26543,6,224,0),(26544,7,224,0),(26545,8,224,0),(26546,9,224,0),(26547,10,224,0),(26548,11,224,0),(26549,12,224,0),(26550,13,224,0),(26551,14,224,0),(26552,15,224,0),(26553,16,224,0),(26554,17,224,0),(26555,18,224,0),(26556,19,224,0),(26557,20,224,0),(26558,21,224,0),(26559,22,224,0),(26560,23,224,0),(26561,24,224,0.654575618161762),(26562,25,224,0),(26563,26,224,0),(26564,27,224,0),(26565,28,224,0),(26566,29,224,0),(26567,30,224,0),(26568,31,224,0),(26569,32,224,0),(26570,33,224,0),(26571,34,224,0),(26572,35,224,0),(26573,36,224,0),(26574,37,224,0),(26575,38,224,0),(26576,39,224,0),(26577,40,224,0),(26578,41,224,0),(26579,42,224,0),(26580,43,224,0),(26581,44,224,0),(26582,45,224,0),(26583,46,224,0),(26584,47,224,0),(26585,48,224,0),(26586,49,224,0),(26587,50,224,0),(26588,51,224,0),(26589,52,224,0),(26590,53,224,0),(26591,54,224,0),(26592,55,224,0),(26593,56,224,0),(26594,57,224,0),(26595,58,224,0),(26596,59,224,0),(26597,60,224,0),(26598,61,224,0),(26599,62,224,0),(26600,63,224,0),(26601,64,224,0),(26602,65,224,0),(26603,66,224,0),(26604,67,224,0),(26605,68,224,0),(26606,69,224,0),(26607,70,224,0),(26608,71,224,0),(26609,72,224,0),(26610,73,224,0),(26611,74,224,0),(26612,75,224,0),(26613,76,224,0),(26614,77,224,0),(26615,78,224,0),(26616,79,224,0),(26617,80,224,0),(26618,81,224,0),(26619,82,224,0),(26620,83,224,0),(26621,84,224,0),(26622,85,224,0),(26623,86,224,0),(26624,87,224,0),(26625,88,224,0),(26626,89,224,0),(26627,90,224,0),(26628,91,224,0),(26629,92,224,0),(26630,93,224,0),(26631,94,224,0),(26632,95,224,0),(26633,96,224,0),(26634,97,224,0),(26635,98,224,0),(26636,99,224,0),(26637,100,224,0),(26638,101,224,0),(26639,102,224,0),(26640,103,224,0),(26641,104,224,0),(26642,105,224,0),(26643,106,224,0),(26644,107,224,0),(26645,108,224,0),(26646,109,224,0),(26647,110,224,0),(26648,111,224,0),(26649,112,224,0),(26650,113,224,0),(26651,114,224,0),(26652,115,224,0),(26653,116,224,0),(26654,117,224,0),(26655,118,224,0),(26656,119,224,0),(26657,1,225,0),(26658,2,225,0),(26659,3,225,0),(26660,4,225,0),(26661,5,225,0),(26662,6,225,0),(26663,7,225,0),(26664,8,225,0),(26665,9,225,0),(26666,10,225,0),(26667,11,225,0),(26668,12,225,0),(26669,13,225,0),(26670,14,225,0),(26671,15,225,0),(26672,16,225,0),(26673,17,225,0),(26674,18,225,0),(26675,19,225,0),(26676,20,225,0),(26677,21,225,0),(26678,22,225,0),(26679,23,225,0),(26680,24,225,0.568988288660241),(26681,25,225,0),(26682,26,225,0),(26683,27,225,0),(26684,28,225,0),(26685,29,225,0),(26686,30,225,0),(26687,31,225,0),(26688,32,225,0),(26689,33,225,0),(26690,34,225,0),(26691,35,225,0),(26692,36,225,0),(26693,37,225,0),(26694,38,225,0),(26695,39,225,0),(26696,40,225,0),(26697,41,225,0),(26698,42,225,0),(26699,43,225,0),(26700,44,225,0),(26701,45,225,0),(26702,46,225,0),(26703,47,225,0),(26704,48,225,0),(26705,49,225,0),(26706,50,225,0),(26707,51,225,0),(26708,52,225,0),(26709,53,225,0),(26710,54,225,0),(26711,55,225,0),(26712,56,225,0),(26713,57,225,0),(26714,58,225,0),(26715,59,225,0),(26716,60,225,0),(26717,61,225,0),(26718,62,225,0),(26719,63,225,0),(26720,64,225,0),(26721,65,225,0),(26722,66,225,0),(26723,67,225,0),(26724,68,225,0),(26725,69,225,0),(26726,70,225,0),(26727,71,225,0),(26728,72,225,0),(26729,73,225,0),(26730,74,225,0),(26731,75,225,0),(26732,76,225,0),(26733,77,225,0),(26734,78,225,0),(26735,79,225,0),(26736,80,225,0),(26737,81,225,0),(26738,82,225,0),(26739,83,225,0),(26740,84,225,0),(26741,85,225,0),(26742,86,225,0),(26743,87,225,0),(26744,88,225,0),(26745,89,225,0),(26746,90,225,0),(26747,91,225,0),(26748,92,225,0),(26749,93,225,0),(26750,94,225,0),(26751,95,225,0),(26752,96,225,0),(26753,97,225,0),(26754,98,225,0),(26755,99,225,0),(26756,100,225,0),(26757,101,225,0),(26758,102,225,0),(26759,103,225,0),(26760,104,225,0),(26761,105,225,0),(26762,106,225,0),(26763,107,225,0),(26764,108,225,0),(26765,109,225,0),(26766,110,225,0),(26767,111,225,0),(26768,112,225,0),(26769,113,225,0),(26770,114,225,0),(26771,115,225,0),(26772,116,225,0),(26773,117,225,0),(26774,118,225,0),(26775,119,225,0),(26776,1,226,0),(26777,2,226,0),(26778,3,226,0),(26779,4,226,0),(26780,5,226,0),(26781,6,226,0),(26782,7,226,0),(26783,8,226,0),(26784,9,226,0),(26785,10,226,0),(26786,11,226,0),(26787,12,226,0),(26788,13,226,0),(26789,14,226,0),(26790,15,226,0),(26791,16,226,0),(26792,17,226,0),(26793,18,226,0),(26794,19,226,0),(26795,20,226,0),(26796,21,226,0),(26797,22,226,0),(26798,23,226,0),(26799,24,226,0.0729106864457934),(26800,25,226,0),(26801,26,226,0),(26802,27,226,0),(26803,28,226,0),(26804,29,226,0),(26805,30,226,0),(26806,31,226,0),(26807,32,226,0),(26808,33,226,0),(26809,34,226,0),(26810,35,226,0),(26811,36,226,0),(26812,37,226,0),(26813,38,226,0),(26814,39,226,0),(26815,40,226,0),(26816,41,226,0),(26817,42,226,0),(26818,43,226,0),(26819,44,226,0),(26820,45,226,0),(26821,46,226,0),(26822,47,226,0),(26823,48,226,0),(26824,49,226,0),(26825,50,226,0),(26826,51,226,0),(26827,52,226,0),(26828,53,226,0),(26829,54,226,0),(26830,55,226,0),(26831,56,226,0),(26832,57,226,0),(26833,58,226,0),(26834,59,226,0),(26835,60,226,0),(26836,61,226,0),(26837,62,226,0),(26838,63,226,0),(26839,64,226,0),(26840,65,226,0),(26841,66,226,0),(26842,67,226,0),(26843,68,226,0),(26844,69,226,0),(26845,70,226,0),(26846,71,226,0),(26847,72,226,0),(26848,73,226,0),(26849,74,226,0),(26850,75,226,0),(26851,76,226,0),(26852,77,226,0),(26853,78,226,0),(26854,79,226,0),(26855,80,226,0),(26856,81,226,0),(26857,82,226,0),(26858,83,226,0),(26859,84,226,0),(26860,85,226,0),(26861,86,226,0),(26862,87,226,0),(26863,88,226,0),(26864,89,226,0),(26865,90,226,0),(26866,91,226,0),(26867,92,226,0),(26868,93,226,0),(26869,94,226,0),(26870,95,226,0),(26871,96,226,0),(26872,97,226,0),(26873,98,226,0),(26874,99,226,0),(26875,100,226,0),(26876,101,226,0),(26877,102,226,0),(26878,103,226,0),(26879,104,226,0),(26880,105,226,0),(26881,106,226,0),(26882,107,226,0),(26883,108,226,0),(26884,109,226,0),(26885,110,226,0),(26886,111,226,0),(26887,112,226,0),(26888,113,226,0),(26889,114,226,0),(26890,115,226,0),(26891,116,226,0),(26892,117,226,0),(26893,118,226,0),(26894,119,226,0),(26895,1,227,0),(26896,2,227,0),(26897,3,227,0),(26898,4,227,0),(26899,5,227,0),(26900,6,227,0),(26901,7,227,0),(26902,8,227,0),(26903,9,227,0),(26904,10,227,0),(26905,11,227,0),(26906,12,227,0),(26907,13,227,0),(26908,14,227,0),(26909,15,227,0),(26910,16,227,0),(26911,17,227,0),(26912,18,227,0),(26913,19,227,0),(26914,20,227,0),(26915,21,227,0),(26916,22,227,0),(26917,23,227,0),(26918,24,227,0.205381408890667),(26919,25,227,0),(26920,26,227,0),(26921,27,227,0),(26922,28,227,0),(26923,29,227,0),(26924,30,227,0),(26925,31,227,0),(26926,32,227,0),(26927,33,227,0),(26928,34,227,0),(26929,35,227,0),(26930,36,227,0),(26931,37,227,0),(26932,38,227,0),(26933,39,227,0),(26934,40,227,0),(26935,41,227,0),(26936,42,227,0),(26937,43,227,0),(26938,44,227,0),(26939,45,227,0),(26940,46,227,0),(26941,47,227,0),(26942,48,227,0),(26943,49,227,0),(26944,50,227,0),(26945,51,227,0),(26946,52,227,0),(26947,53,227,0),(26948,54,227,0),(26949,55,227,0),(26950,56,227,0),(26951,57,227,0),(26952,58,227,0),(26953,59,227,0),(26954,60,227,0),(26955,61,227,0),(26956,62,227,0),(26957,63,227,0),(26958,64,227,0),(26959,65,227,0),(26960,66,227,0),(26961,67,227,0),(26962,68,227,0),(26963,69,227,0),(26964,70,227,0),(26965,71,227,0),(26966,72,227,0),(26967,73,227,0),(26968,74,227,0),(26969,75,227,0),(26970,76,227,0),(26971,77,227,0),(26972,78,227,0),(26973,79,227,0),(26974,80,227,0),(26975,81,227,0),(26976,82,227,0),(26977,83,227,0),(26978,84,227,0),(26979,85,227,0),(26980,86,227,0),(26981,87,227,0),(26982,88,227,0),(26983,89,227,0),(26984,90,227,0),(26985,91,227,0),(26986,92,227,0),(26987,93,227,0),(26988,94,227,0),(26989,95,227,0),(26990,96,227,0),(26991,97,227,0),(26992,98,227,0),(26993,99,227,0),(26994,100,227,0),(26995,101,227,0),(26996,102,227,0),(26997,103,227,0),(26998,104,227,0),(26999,105,227,0),(27000,106,227,0),(27001,107,227,0),(27002,108,227,0),(27003,109,227,0),(27004,110,227,0),(27005,111,227,0),(27006,112,227,0),(27007,113,227,0),(27008,114,227,0),(27009,115,227,0),(27010,116,227,0),(27011,117,227,0),(27012,118,227,0),(27013,119,227,0),(27014,1,228,0),(27015,2,228,0),(27016,3,228,0),(27017,4,228,0),(27018,5,228,0),(27019,6,228,0),(27020,7,228,0),(27021,8,228,0),(27022,9,228,0),(27023,10,228,0),(27024,11,228,0),(27025,12,228,0),(27026,13,228,0),(27027,14,228,0),(27028,15,228,0),(27029,16,228,0),(27030,17,228,0),(27031,18,228,0),(27032,19,228,0),(27033,20,228,0),(27034,21,228,0),(27035,22,228,0),(27036,23,228,0),(27037,24,228,0.152719616003299),(27038,25,228,0),(27039,26,228,0),(27040,27,228,0),(27041,28,228,0),(27042,29,228,0),(27043,30,228,0),(27044,31,228,0),(27045,32,228,0),(27046,33,228,0),(27047,34,228,0),(27048,35,228,0),(27049,36,228,0),(27050,37,228,0),(27051,38,228,0),(27052,39,228,0),(27053,40,228,0),(27054,41,228,0),(27055,42,228,0),(27056,43,228,0),(27057,44,228,0),(27058,45,228,0),(27059,46,228,0),(27060,47,228,0),(27061,48,228,0),(27062,49,228,0),(27063,50,228,0),(27064,51,228,0),(27065,52,228,0),(27066,53,228,0),(27067,54,228,0),(27068,55,228,0),(27069,56,228,0),(27070,57,228,0),(27071,58,228,0),(27072,59,228,0),(27073,60,228,0),(27074,61,228,0),(27075,62,228,0),(27076,63,228,0),(27077,64,228,0),(27078,65,228,0),(27079,66,228,0),(27080,67,228,0),(27081,68,228,0),(27082,69,228,0),(27083,70,228,0),(27084,71,228,0),(27085,72,228,0),(27086,73,228,0),(27087,74,228,0),(27088,75,228,0),(27089,76,228,0),(27090,77,228,0),(27091,78,228,0),(27092,79,228,0),(27093,80,228,0),(27094,81,228,0),(27095,82,228,0),(27096,83,228,0),(27097,84,228,0),(27098,85,228,0),(27099,86,228,0),(27100,87,228,0),(27101,88,228,0),(27102,89,228,0),(27103,90,228,0),(27104,91,228,0),(27105,92,228,0),(27106,93,228,0),(27107,94,228,0),(27108,95,228,0),(27109,96,228,0),(27110,97,228,0),(27111,98,228,0),(27112,99,228,0),(27113,100,228,0),(27114,101,228,0),(27115,102,228,0),(27116,103,228,0),(27117,104,228,0),(27118,105,228,0),(27119,106,228,0),(27120,107,228,0),(27121,108,228,0),(27122,109,228,0),(27123,110,228,0),(27124,111,228,0),(27125,112,228,0),(27126,113,228,0),(27127,114,228,0),(27128,115,228,0),(27129,116,228,0),(27130,117,228,0),(27131,118,228,0),(27132,119,228,0),(27133,1,229,0),(27134,2,229,0),(27135,3,229,0),(27136,4,229,0),(27137,5,229,0),(27138,6,229,0),(27139,7,229,0),(27140,8,229,0),(27141,9,229,0),(27142,10,229,0),(27143,11,229,0),(27144,12,229,0),(27145,13,229,0),(27146,14,229,0),(27147,15,229,0),(27148,16,229,0),(27149,17,229,0),(27150,18,229,0),(27151,19,229,0),(27152,20,229,0),(27153,21,229,0),(27154,22,229,0),(27155,23,229,0),(27156,24,229,0),(27157,25,229,0.0382702321299188),(27158,26,229,0),(27159,27,229,0),(27160,28,229,0),(27161,29,229,0),(27162,30,229,0),(27163,31,229,0),(27164,32,229,0),(27165,33,229,0),(27166,34,229,0),(27167,35,229,0),(27168,36,229,0),(27169,37,229,0),(27170,38,229,0),(27171,39,229,0),(27172,40,229,0),(27173,41,229,0),(27174,42,229,0),(27175,43,229,0),(27176,44,229,0),(27177,45,229,0),(27178,46,229,0),(27179,47,229,0),(27180,48,229,0),(27181,49,229,0),(27182,50,229,0),(27183,51,229,0),(27184,52,229,0),(27185,53,229,0),(27186,54,229,0),(27187,55,229,0),(27188,56,229,0),(27189,57,229,0),(27190,58,229,0),(27191,59,229,0),(27192,60,229,0),(27193,61,229,0),(27194,62,229,0),(27195,63,229,0),(27196,64,229,0),(27197,65,229,0),(27198,66,229,0),(27199,67,229,0),(27200,68,229,0),(27201,69,229,0),(27202,70,229,0),(27203,71,229,0),(27204,72,229,0),(27205,73,229,0),(27206,74,229,0),(27207,75,229,0),(27208,76,229,0),(27209,77,229,0),(27210,78,229,0),(27211,79,229,0),(27212,80,229,0),(27213,81,229,0),(27214,82,229,0),(27215,83,229,0),(27216,84,229,0),(27217,85,229,0),(27218,86,229,0),(27219,87,229,0),(27220,88,229,0),(27221,89,229,0),(27222,90,229,0),(27223,91,229,0),(27224,92,229,0),(27225,93,229,0),(27226,94,229,0),(27227,95,229,0),(27228,96,229,0),(27229,97,229,0),(27230,98,229,0),(27231,99,229,0),(27232,100,229,0),(27233,101,229,0),(27234,102,229,0),(27235,103,229,0),(27236,104,229,0),(27237,105,229,0),(27238,106,229,0),(27239,107,229,0),(27240,108,229,0),(27241,109,229,0),(27242,110,229,0),(27243,111,229,0),(27244,112,229,0),(27245,113,229,0),(27246,114,229,0),(27247,115,229,0),(27248,116,229,0),(27249,117,229,0),(27250,118,229,0),(27251,119,229,0),(27252,1,230,0),(27253,2,230,0),(27254,3,230,0),(27255,4,230,0),(27256,5,230,0),(27257,6,230,0),(27258,7,230,0),(27259,8,230,0),(27260,9,230,0),(27261,10,230,0),(27262,11,230,0),(27263,12,230,0),(27264,13,230,0),(27265,14,230,0),(27266,15,230,0),(27267,16,230,0),(27268,17,230,0),(27269,18,230,0),(27270,19,230,0),(27271,20,230,0),(27272,21,230,0),(27273,22,230,0),(27274,23,230,0),(27275,24,230,0),(27276,25,230,0.461729767870081),(27277,26,230,0),(27278,27,230,0),(27279,28,230,0),(27280,29,230,0),(27281,30,230,0),(27282,31,230,0),(27283,32,230,0),(27284,33,230,0),(27285,34,230,0),(27286,35,230,0),(27287,36,230,0),(27288,37,230,0),(27289,38,230,0),(27290,39,230,0),(27291,40,230,0),(27292,41,230,0),(27293,42,230,0),(27294,43,230,0),(27295,44,230,0),(27296,45,230,0),(27297,46,230,0),(27298,47,230,0),(27299,48,230,0),(27300,49,230,0),(27301,50,230,0),(27302,51,230,0),(27303,52,230,0),(27304,53,230,0),(27305,54,230,0),(27306,55,230,0),(27307,56,230,0),(27308,57,230,0),(27309,58,230,0),(27310,59,230,0),(27311,60,230,0),(27312,61,230,0),(27313,62,230,0),(27314,63,230,0),(27315,64,230,0),(27316,65,230,0),(27317,66,230,0),(27318,67,230,0),(27319,68,230,0),(27320,69,230,0),(27321,70,230,0),(27322,71,230,0),(27323,72,230,0),(27324,73,230,0),(27325,74,230,0),(27326,75,230,0),(27327,76,230,0),(27328,77,230,0),(27329,78,230,0),(27330,79,230,0),(27331,80,230,0),(27332,81,230,0),(27333,82,230,0),(27334,83,230,0),(27335,84,230,0),(27336,85,230,0),(27337,86,230,0),(27338,87,230,0),(27339,88,230,0),(27340,89,230,0),(27341,90,230,0),(27342,91,230,0),(27343,92,230,0),(27344,93,230,0),(27345,94,230,0),(27346,95,230,0),(27347,96,230,0),(27348,97,230,0),(27349,98,230,0),(27350,99,230,0),(27351,100,230,0),(27352,101,230,0),(27353,102,230,0),(27354,103,230,0),(27355,104,230,0),(27356,105,230,0),(27357,106,230,0),(27358,107,230,0),(27359,108,230,0),(27360,109,230,0),(27361,110,230,0),(27362,111,230,0),(27363,112,230,0),(27364,113,230,0),(27365,114,230,0),(27366,115,230,0),(27367,116,230,0),(27368,117,230,0),(27369,118,230,0),(27370,119,230,0),(27371,1,231,0),(27372,2,231,0),(27373,3,231,0),(27374,4,231,0),(27375,5,231,0),(27376,6,231,0),(27377,7,231,0),(27378,8,231,0),(27379,9,231,0),(27380,10,231,0),(27381,11,231,0),(27382,12,231,0),(27383,13,231,0),(27384,14,231,0),(27385,15,231,0),(27386,16,231,0),(27387,17,231,0),(27388,18,231,0),(27389,19,231,0),(27390,20,231,0),(27391,21,231,0),(27392,22,231,0),(27393,23,231,0),(27394,24,231,0),(27395,25,231,0.0571894185669513),(27396,26,231,0),(27397,27,231,0),(27398,28,231,0),(27399,29,231,0),(27400,30,231,0),(27401,31,231,0),(27402,32,231,0),(27403,33,231,0),(27404,34,231,0),(27405,35,231,0),(27406,36,231,0),(27407,37,231,0),(27408,38,231,0),(27409,39,231,0),(27410,40,231,0),(27411,41,231,0),(27412,42,231,0),(27413,43,231,0),(27414,44,231,0),(27415,45,231,0),(27416,46,231,0),(27417,47,231,0),(27418,48,231,0),(27419,49,231,0),(27420,50,231,0),(27421,51,231,0),(27422,52,231,0),(27423,53,231,0),(27424,54,231,0),(27425,55,231,0),(27426,56,231,0),(27427,57,231,0),(27428,58,231,0),(27429,59,231,0),(27430,60,231,0),(27431,61,231,0),(27432,62,231,0),(27433,63,231,0),(27434,64,231,0),(27435,65,231,0),(27436,66,231,0),(27437,67,231,0),(27438,68,231,0),(27439,69,231,0),(27440,70,231,0),(27441,71,231,0),(27442,72,231,0),(27443,73,231,0),(27444,74,231,0),(27445,75,231,0),(27446,76,231,0),(27447,77,231,0),(27448,78,231,0),(27449,79,231,0),(27450,80,231,0),(27451,81,231,0),(27452,82,231,0),(27453,83,231,0),(27454,84,231,0),(27455,85,231,0),(27456,86,231,0),(27457,87,231,0),(27458,88,231,0),(27459,89,231,0),(27460,90,231,0),(27461,91,231,0),(27462,92,231,0),(27463,93,231,0),(27464,94,231,0),(27465,95,231,0),(27466,96,231,0),(27467,97,231,0),(27468,98,231,0),(27469,99,231,0),(27470,100,231,0),(27471,101,231,0),(27472,102,231,0),(27473,103,231,0),(27474,104,231,0),(27475,105,231,0),(27476,106,231,0),(27477,107,231,0),(27478,108,231,0),(27479,109,231,0),(27480,110,231,0),(27481,111,231,0),(27482,112,231,0),(27483,113,231,0),(27484,114,231,0),(27485,115,231,0),(27486,116,231,0),(27487,117,231,0),(27488,118,231,0),(27489,119,231,0),(27490,1,232,0),(27491,2,232,0),(27492,3,232,0),(27493,4,232,0),(27494,5,232,0),(27495,6,232,0),(27496,7,232,0),(27497,8,232,0),(27498,9,232,0),(27499,10,232,0),(27500,11,232,0),(27501,12,232,0),(27502,13,232,0),(27503,14,232,0),(27504,15,232,0),(27505,16,232,0),(27506,17,232,0),(27507,18,232,0),(27508,19,232,0),(27509,20,232,0),(27510,21,232,0),(27511,22,232,0),(27512,23,232,0),(27513,24,232,0),(27514,25,232,0.240892995921572),(27515,26,232,0),(27516,27,232,0),(27517,28,232,0),(27518,29,232,0),(27519,30,232,0),(27520,31,232,0),(27521,32,232,0),(27522,33,232,0),(27523,34,232,0),(27524,35,232,0),(27525,36,232,0),(27526,37,232,0),(27527,38,232,0),(27528,39,232,0),(27529,40,232,0),(27530,41,232,0),(27531,42,232,0),(27532,43,232,0),(27533,44,232,0),(27534,45,232,0),(27535,46,232,0),(27536,47,232,0),(27537,48,232,0),(27538,49,232,0),(27539,50,232,0),(27540,51,232,0),(27541,52,232,0),(27542,53,232,0),(27543,54,232,0),(27544,55,232,0),(27545,56,232,0),(27546,57,232,0),(27547,58,232,0),(27548,59,232,0),(27549,60,232,0),(27550,61,232,0),(27551,62,232,0),(27552,63,232,0),(27553,64,232,0),(27554,65,232,0),(27555,66,232,0),(27556,67,232,0),(27557,68,232,0),(27558,69,232,0),(27559,70,232,0),(27560,71,232,0),(27561,72,232,0),(27562,73,232,0),(27563,74,232,0),(27564,75,232,0),(27565,76,232,0),(27566,77,232,0),(27567,78,232,0),(27568,79,232,0),(27569,80,232,0),(27570,81,232,0),(27571,82,232,0),(27572,83,232,0),(27573,84,232,0),(27574,85,232,0),(27575,86,232,0),(27576,87,232,0),(27577,88,232,0),(27578,89,232,0),(27579,90,232,0),(27580,91,232,0),(27581,92,232,0),(27582,93,232,0),(27583,94,232,0),(27584,95,232,0),(27585,96,232,0),(27586,97,232,0),(27587,98,232,0),(27588,99,232,0),(27589,100,232,0),(27590,101,232,0),(27591,102,232,0),(27592,103,232,0),(27593,104,232,0),(27594,105,232,0),(27595,106,232,0),(27596,107,232,0),(27597,108,232,0),(27598,109,232,0),(27599,110,232,0),(27600,111,232,0),(27601,112,232,0),(27602,113,232,0),(27603,114,232,0),(27604,115,232,0),(27605,116,232,0),(27606,117,232,0),(27607,118,232,0),(27608,119,232,0),(27609,1,233,0),(27610,2,233,0),(27611,3,233,0),(27612,4,233,0),(27613,5,233,0),(27614,6,233,0),(27615,7,233,0),(27616,8,233,0),(27617,9,233,0),(27618,10,233,0),(27619,11,233,0),(27620,12,233,0),(27621,13,233,0),(27622,14,233,0),(27623,15,233,0),(27624,16,233,0),(27625,17,233,0),(27626,18,233,0),(27627,19,233,0),(27628,20,233,0),(27629,21,233,0),(27630,22,233,0),(27631,23,233,0),(27632,24,233,0),(27633,25,233,0.261853923346583),(27634,26,233,0),(27635,27,233,0),(27636,28,233,0),(27637,29,233,0),(27638,30,233,0),(27639,31,233,0),(27640,32,233,0),(27641,33,233,0),(27642,34,233,0),(27643,35,233,0),(27644,36,233,0),(27645,37,233,0),(27646,38,233,0),(27647,39,233,0),(27648,40,233,0),(27649,41,233,0),(27650,42,233,0),(27651,43,233,0),(27652,44,233,0),(27653,45,233,0),(27654,46,233,0),(27655,47,233,0),(27656,48,233,0),(27657,49,233,0),(27658,50,233,0),(27659,51,233,0),(27660,52,233,0),(27661,53,233,0),(27662,54,233,0),(27663,55,233,0),(27664,56,233,0),(27665,57,233,0),(27666,58,233,0),(27667,59,233,0),(27668,60,233,0),(27669,61,233,0),(27670,62,233,0),(27671,63,233,0),(27672,64,233,0),(27673,65,233,0),(27674,66,233,0),(27675,67,233,0),(27676,68,233,0),(27677,69,233,0),(27678,70,233,0),(27679,71,233,0),(27680,72,233,0),(27681,73,233,0),(27682,74,233,0),(27683,75,233,0),(27684,76,233,0),(27685,77,233,0),(27686,78,233,0),(27687,79,233,0),(27688,80,233,0),(27689,81,233,0),(27690,82,233,0),(27691,83,233,0),(27692,84,233,0),(27693,85,233,0),(27694,86,233,0),(27695,87,233,0),(27696,88,233,0),(27697,89,233,0),(27698,90,233,0),(27699,91,233,0),(27700,92,233,0),(27701,93,233,0),(27702,94,233,0),(27703,95,233,0),(27704,96,233,0),(27705,97,233,0),(27706,98,233,0),(27707,99,233,0),(27708,100,233,0),(27709,101,233,0),(27710,102,233,0),(27711,103,233,0),(27712,104,233,0),(27713,105,233,0),(27714,106,233,0),(27715,107,233,0),(27716,108,233,0),(27717,109,233,0),(27718,110,233,0),(27719,111,233,0),(27720,112,233,0),(27721,113,233,0),(27722,114,233,0),(27723,115,233,0),(27724,116,233,0),(27725,117,233,0),(27726,118,233,0),(27727,119,233,0),(27728,1,234,0),(27729,2,234,0),(27730,3,234,0),(27731,4,234,0),(27732,5,234,0),(27733,6,234,0),(27734,7,234,0),(27735,8,234,0),(27736,9,234,0),(27737,10,234,0),(27738,11,234,0),(27739,12,234,0),(27740,13,234,0),(27741,14,234,0),(27742,15,234,0),(27743,16,234,0),(27744,17,234,0),(27745,18,234,0),(27746,19,234,0),(27747,20,234,0),(27748,21,234,0),(27749,22,234,0),(27750,23,234,0),(27751,24,234,0),(27752,25,234,0.240063662164894),(27753,26,234,0),(27754,27,234,0),(27755,28,234,0),(27756,29,234,0),(27757,30,234,0),(27758,31,234,0),(27759,32,234,0),(27760,33,234,0),(27761,34,234,0),(27762,35,234,0),(27763,36,234,0),(27764,37,234,0),(27765,38,234,0),(27766,39,234,0),(27767,40,234,0),(27768,41,234,0),(27769,42,234,0),(27770,43,234,0),(27771,44,234,0),(27772,45,234,0),(27773,46,234,0),(27774,47,234,0),(27775,48,234,0),(27776,49,234,0),(27777,50,234,0),(27778,51,234,0),(27779,52,234,0),(27780,53,234,0),(27781,54,234,0),(27782,55,234,0),(27783,56,234,0),(27784,57,234,0),(27785,58,234,0),(27786,59,234,0),(27787,60,234,0),(27788,61,234,0),(27789,62,234,0),(27790,63,234,0),(27791,64,234,0),(27792,65,234,0),(27793,66,234,0),(27794,67,234,0),(27795,68,234,0),(27796,69,234,0),(27797,70,234,0),(27798,71,234,0),(27799,72,234,0),(27800,73,234,0),(27801,74,234,0),(27802,75,234,0),(27803,76,234,0),(27804,77,234,0),(27805,78,234,0),(27806,79,234,0),(27807,80,234,0),(27808,81,234,0),(27809,82,234,0),(27810,83,234,0),(27811,84,234,0),(27812,85,234,0),(27813,86,234,0),(27814,87,234,0),(27815,88,234,0),(27816,89,234,0),(27817,90,234,0),(27818,91,234,0),(27819,92,234,0),(27820,93,234,0),(27821,94,234,0),(27822,95,234,0),(27823,96,234,0),(27824,97,234,0),(27825,98,234,0),(27826,99,234,0),(27827,100,234,0),(27828,101,234,0),(27829,102,234,0),(27830,103,234,0),(27831,104,234,0),(27832,105,234,0),(27833,106,234,0),(27834,107,234,0),(27835,108,234,0),(27836,109,234,0),(27837,110,234,0),(27838,111,234,0),(27839,112,234,0),(27840,113,234,0),(27841,114,234,0),(27842,115,234,0),(27843,116,234,0),(27844,117,234,0),(27845,118,234,0),(27846,119,234,0),(27847,1,235,0),(27848,2,235,0),(27849,3,235,0),(27850,4,235,0),(27851,5,235,0),(27852,6,235,0),(27853,7,235,0),(27854,8,235,0),(27855,9,235,0),(27856,10,235,0),(27857,11,235,0),(27858,12,235,0),(27859,13,235,0),(27860,14,235,0),(27861,15,235,0),(27862,16,235,0),(27863,17,235,0),(27864,18,235,0),(27865,19,235,0),(27866,20,235,0),(27867,21,235,0),(27868,22,235,0),(27869,23,235,0),(27870,24,235,0),(27871,25,235,0.21163666004577),(27872,26,235,0),(27873,27,235,0),(27874,28,235,0),(27875,29,235,0),(27876,30,235,0),(27877,31,235,0),(27878,32,235,0),(27879,33,235,0),(27880,34,235,0),(27881,35,235,0),(27882,36,235,0),(27883,37,235,0),(27884,38,235,0),(27885,39,235,0),(27886,40,235,0),(27887,41,235,0),(27888,42,235,0),(27889,43,235,0),(27890,44,235,0),(27891,45,235,0),(27892,46,235,0),(27893,47,235,0),(27894,48,235,0),(27895,49,235,0),(27896,50,235,0),(27897,51,235,0),(27898,52,235,0),(27899,53,235,0),(27900,54,235,0),(27901,55,235,0),(27902,56,235,0),(27903,57,235,0),(27904,58,235,0),(27905,59,235,0),(27906,60,235,0),(27907,61,235,0),(27908,62,235,0),(27909,63,235,0),(27910,64,235,0),(27911,65,235,0),(27912,66,235,0),(27913,67,235,0),(27914,68,235,0),(27915,69,235,0),(27916,70,235,0),(27917,71,235,0),(27918,72,235,0),(27919,73,235,0),(27920,74,235,0),(27921,75,235,0),(27922,76,235,0),(27923,77,235,0),(27924,78,235,0),(27925,79,235,0),(27926,80,235,0),(27927,81,235,0),(27928,82,235,0),(27929,83,235,0),(27930,84,235,0),(27931,85,235,0),(27932,86,235,0),(27933,87,235,0),(27934,88,235,0),(27935,89,235,0),(27936,90,235,0),(27937,91,235,0),(27938,92,235,0),(27939,93,235,0),(27940,94,235,0),(27941,95,235,0),(27942,96,235,0),(27943,97,235,0),(27944,98,235,0),(27945,99,235,0),(27946,100,235,0),(27947,101,235,0),(27948,102,235,0),(27949,103,235,0),(27950,104,235,0),(27951,105,235,0),(27952,106,235,0),(27953,107,235,0),(27954,108,235,0),(27955,109,235,0),(27956,110,235,0),(27957,111,235,0),(27958,112,235,0),(27959,113,235,0),(27960,114,235,0),(27961,115,235,0),(27962,116,235,0),(27963,117,235,0),(27964,118,235,0),(27965,119,235,0),(27966,1,236,0),(27967,2,236,0),(27968,3,236,0),(27969,4,236,0),(27970,5,236,0),(27971,6,236,0),(27972,7,236,0),(27973,8,236,0),(27974,9,236,0),(27975,10,236,0),(27976,11,236,0),(27977,12,236,0),(27978,13,236,0),(27979,14,236,0),(27980,15,236,0),(27981,16,236,0),(27982,17,236,0),(27983,18,236,0),(27984,19,236,0),(27985,20,236,0),(27986,21,236,0),(27987,22,236,0),(27988,23,236,0),(27989,24,236,0),(27990,25,236,0.343565955439825),(27991,26,236,0),(27992,27,236,0),(27993,28,236,0),(27994,29,236,0),(27995,30,236,0),(27996,31,236,0),(27997,32,236,0),(27998,33,236,0),(27999,34,236,0),(28000,35,236,0),(28001,36,236,0),(28002,37,236,0),(28003,38,236,0),(28004,39,236,0),(28005,40,236,0),(28006,41,236,0),(28007,42,236,0),(28008,43,236,0),(28009,44,236,0),(28010,45,236,0),(28011,46,236,0),(28012,47,236,0),(28013,48,236,0),(28014,49,236,0),(28015,50,236,0),(28016,51,236,0),(28017,52,236,0),(28018,53,236,0),(28019,54,236,0),(28020,55,236,0),(28021,56,236,0),(28022,57,236,0),(28023,58,236,0),(28024,59,236,0),(28025,60,236,0),(28026,61,236,0),(28027,62,236,0),(28028,63,236,0),(28029,64,236,0),(28030,65,236,0),(28031,66,236,0),(28032,67,236,0),(28033,68,236,0),(28034,69,236,0),(28035,70,236,0),(28036,71,236,0),(28037,72,236,0),(28038,73,236,0),(28039,74,236,0),(28040,75,236,0),(28041,76,236,0),(28042,77,236,0),(28043,78,236,0),(28044,79,236,0),(28045,80,236,0),(28046,81,236,0),(28047,82,236,0),(28048,83,236,0),(28049,84,236,0),(28050,85,236,0),(28051,86,236,0),(28052,87,236,0),(28053,88,236,0),(28054,89,236,0),(28055,90,236,0),(28056,91,236,0),(28057,92,236,0),(28058,93,236,0),(28059,94,236,0),(28060,95,236,0),(28061,96,236,0),(28062,97,236,0),(28063,98,236,0),(28064,99,236,0),(28065,100,236,0),(28066,101,236,0),(28067,102,236,0),(28068,103,236,0),(28069,104,236,0),(28070,105,236,0),(28071,106,236,0),(28072,107,236,0),(28073,108,236,0),(28074,109,236,0),(28075,110,236,0),(28076,111,236,0),(28077,112,236,0),(28078,113,236,0),(28079,114,236,0),(28080,115,236,0),(28081,116,236,0),(28082,117,236,0),(28083,118,236,0),(28084,119,236,0),(28085,1,237,0),(28086,2,237,0),(28087,3,237,0),(28088,4,237,0),(28089,5,237,0),(28090,6,237,0),(28091,7,237,0),(28092,8,237,0),(28093,9,237,0),(28094,10,237,0),(28095,11,237,0),(28096,12,237,0),(28097,13,237,0),(28098,14,237,0),(28099,15,237,0),(28100,16,237,0),(28101,17,237,0),(28102,18,237,0),(28103,19,237,0),(28104,20,237,0),(28105,21,237,0),(28106,22,237,0),(28107,23,237,0),(28108,24,237,0),(28109,25,237,0.271732753030823),(28110,26,237,0),(28111,27,237,0),(28112,28,237,0),(28113,29,237,0),(28114,30,237,0),(28115,31,237,0),(28116,32,237,0),(28117,33,237,0),(28118,34,237,0),(28119,35,237,0),(28120,36,237,0),(28121,37,237,0),(28122,38,237,0),(28123,39,237,0),(28124,40,237,0),(28125,41,237,0),(28126,42,237,0),(28127,43,237,0),(28128,44,237,0),(28129,45,237,0),(28130,46,237,0),(28131,47,237,0),(28132,48,237,0),(28133,49,237,0),(28134,50,237,0),(28135,51,237,0),(28136,52,237,0),(28137,53,237,0),(28138,54,237,0),(28139,55,237,0),(28140,56,237,0),(28141,57,237,0),(28142,58,237,0),(28143,59,237,0),(28144,60,237,0),(28145,61,237,0),(28146,62,237,0),(28147,63,237,0),(28148,64,237,0),(28149,65,237,0),(28150,66,237,0),(28151,67,237,0),(28152,68,237,0),(28153,69,237,0),(28154,70,237,0),(28155,71,237,0),(28156,72,237,0),(28157,73,237,0),(28158,74,237,0),(28159,75,237,0),(28160,76,237,0),(28161,77,237,0),(28162,78,237,0),(28163,79,237,0),(28164,80,237,0),(28165,81,237,0),(28166,82,237,0),(28167,83,237,0),(28168,84,237,0),(28169,85,237,0),(28170,86,237,0),(28171,87,237,0),(28172,88,237,0),(28173,89,237,0),(28174,90,237,0),(28175,91,237,0),(28176,92,237,0),(28177,93,237,0),(28178,94,237,0),(28179,95,237,0),(28180,96,237,0),(28181,97,237,0),(28182,98,237,0),(28183,99,237,0),(28184,100,237,0),(28185,101,237,0),(28186,102,237,0),(28187,103,237,0),(28188,104,237,0),(28189,105,237,0),(28190,106,237,0),(28191,107,237,0),(28192,108,237,0),(28193,109,237,0),(28194,110,237,0),(28195,111,237,0),(28196,112,237,0),(28197,113,237,0),(28198,114,237,0),(28199,115,237,0),(28200,116,237,0),(28201,117,237,0),(28202,118,237,0),(28203,119,237,0),(28204,1,238,0),(28205,2,238,0),(28206,3,238,0),(28207,4,238,0),(28208,5,238,0),(28209,6,238,0),(28210,7,238,0),(28211,8,238,0),(28212,9,238,0),(28213,10,238,0),(28214,11,238,0),(28215,12,238,0),(28216,13,238,0),(28217,14,238,0),(28218,15,238,0),(28219,16,238,0),(28220,17,238,0),(28221,18,238,0),(28222,19,238,0),(28223,20,238,0),(28224,21,238,0),(28225,22,238,0),(28226,23,238,0),(28227,24,238,0),(28228,25,238,0.0296877000875762),(28229,26,238,0),(28230,27,238,0),(28231,28,238,0),(28232,29,238,0),(28233,30,238,0),(28234,31,238,0),(28235,32,238,0),(28236,33,238,0),(28237,34,238,0),(28238,35,238,0),(28239,36,238,0),(28240,37,238,0),(28241,38,238,0),(28242,39,238,0),(28243,40,238,0),(28244,41,238,0),(28245,42,238,0),(28246,43,238,0),(28247,44,238,0),(28248,45,238,0),(28249,46,238,0),(28250,47,238,0),(28251,48,238,0),(28252,49,238,0),(28253,50,238,0),(28254,51,238,0),(28255,52,238,0),(28256,53,238,0),(28257,54,238,0),(28258,55,238,0),(28259,56,238,0),(28260,57,238,0),(28261,58,238,0),(28262,59,238,0),(28263,60,238,0),(28264,61,238,0),(28265,62,238,0),(28266,63,238,0),(28267,64,238,0),(28268,65,238,0),(28269,66,238,0),(28270,67,238,0),(28271,68,238,0),(28272,69,238,0),(28273,70,238,0),(28274,71,238,0),(28275,72,238,0),(28276,73,238,0),(28277,74,238,0),(28278,75,238,0),(28279,76,238,0),(28280,77,238,0),(28281,78,238,0),(28282,79,238,0),(28283,80,238,0),(28284,81,238,0),(28285,82,238,0),(28286,83,238,0),(28287,84,238,0),(28288,85,238,0),(28289,86,238,0),(28290,87,238,0),(28291,88,238,0),(28292,89,238,0),(28293,90,238,0),(28294,91,238,0),(28295,92,238,0),(28296,93,238,0),(28297,94,238,0),(28298,95,238,0),(28299,96,238,0),(28300,97,238,0),(28301,98,238,0),(28302,99,238,0),(28303,100,238,0),(28304,101,238,0),(28305,102,238,0),(28306,103,238,0),(28307,104,238,0),(28308,105,238,0),(28309,106,238,0),(28310,107,238,0),(28311,108,238,0),(28312,109,238,0),(28313,110,238,0),(28314,111,238,0),(28315,112,238,0),(28316,113,238,0),(28317,114,238,0),(28318,115,238,0),(28319,116,238,0),(28320,117,238,0),(28321,118,238,0),(28322,119,238,0),(28323,1,239,0),(28324,2,239,0),(28325,3,239,0),(28326,4,239,0),(28327,5,239,0),(28328,6,239,0),(28329,7,239,0),(28330,8,239,0),(28331,9,239,0),(28332,10,239,0),(28333,11,239,0),(28334,12,239,0),(28335,13,239,0),(28336,14,239,0),(28337,15,239,0),(28338,16,239,0),(28339,17,239,0),(28340,18,239,0),(28341,19,239,0),(28342,20,239,0),(28343,21,239,0),(28344,22,239,0),(28345,23,239,0),(28346,24,239,0),(28347,25,239,0.143376931396005),(28348,26,239,0),(28349,27,239,0),(28350,28,239,0),(28351,29,239,0),(28352,30,239,0),(28353,31,239,0),(28354,32,239,0),(28355,33,239,0),(28356,34,239,0),(28357,35,239,0),(28358,36,239,0),(28359,37,239,0),(28360,38,239,0),(28361,39,239,0),(28362,40,239,0),(28363,41,239,0),(28364,42,239,0),(28365,43,239,0),(28366,44,239,0),(28367,45,239,0),(28368,46,239,0),(28369,47,239,0),(28370,48,239,0),(28371,49,239,0),(28372,50,239,0),(28373,51,239,0),(28374,52,239,0),(28375,53,239,0),(28376,54,239,0),(28377,55,239,0),(28378,56,239,0),(28379,57,239,0),(28380,58,239,0),(28381,59,239,0),(28382,60,239,0),(28383,61,239,0),(28384,62,239,0),(28385,63,239,0),(28386,64,239,0),(28387,65,239,0),(28388,66,239,0),(28389,67,239,0),(28390,68,239,0),(28391,69,239,0),(28392,70,239,0),(28393,71,239,0),(28394,72,239,0),(28395,73,239,0),(28396,74,239,0),(28397,75,239,0),(28398,76,239,0),(28399,77,239,0),(28400,78,239,0),(28401,79,239,0),(28402,80,239,0),(28403,81,239,0),(28404,82,239,0),(28405,83,239,0),(28406,84,239,0),(28407,85,239,0),(28408,86,239,0),(28409,87,239,0),(28410,88,239,0),(28411,89,239,0),(28412,90,239,0),(28413,91,239,0),(28414,92,239,0),(28415,93,239,0),(28416,94,239,0),(28417,95,239,0),(28418,96,239,0),(28419,97,239,0),(28420,98,239,0),(28421,99,239,0),(28422,100,239,0),(28423,101,239,0),(28424,102,239,0),(28425,103,239,0),(28426,104,239,0),(28427,105,239,0),(28428,106,239,0),(28429,107,239,0),(28430,108,239,0),(28431,109,239,0),(28432,110,239,0),(28433,111,239,0),(28434,112,239,0),(28435,113,239,0),(28436,114,239,0),(28437,115,239,0),(28438,116,239,0),(28439,117,239,0),(28440,118,239,0),(28441,119,239,0),(28442,1,240,0),(28443,2,240,0),(28444,3,240,0),(28445,4,240,0),(28446,5,240,0),(28447,6,240,0),(28448,7,240,0),(28449,8,240,0),(28450,9,240,0),(28451,10,240,0),(28452,11,240,0),(28453,12,240,0),(28454,13,240,0),(28455,14,240,0),(28456,15,240,0),(28457,16,240,0),(28458,17,240,0),(28459,18,240,0),(28460,19,240,0),(28461,20,240,0),(28462,21,240,0),(28463,22,240,0),(28464,23,240,0),(28465,24,240,0),(28466,25,240,0),(28467,26,240,0.5),(28468,27,240,0),(28469,28,240,0),(28470,29,240,0),(28471,30,240,0),(28472,31,240,0),(28473,32,240,0),(28474,33,240,0),(28475,34,240,0),(28476,35,240,0),(28477,36,240,0),(28478,37,240,0),(28479,38,240,0),(28480,39,240,0),(28481,40,240,0),(28482,41,240,0),(28483,42,240,0),(28484,43,240,0),(28485,44,240,0),(28486,45,240,0),(28487,46,240,0),(28488,47,240,0),(28489,48,240,0),(28490,49,240,0),(28491,50,240,0),(28492,51,240,0),(28493,52,240,0),(28494,53,240,0),(28495,54,240,0),(28496,55,240,0),(28497,56,240,0),(28498,57,240,0),(28499,58,240,0),(28500,59,240,0),(28501,60,240,0),(28502,61,240,0),(28503,62,240,0),(28504,63,240,0),(28505,64,240,0),(28506,65,240,0),(28507,66,240,0),(28508,67,240,0),(28509,68,240,0),(28510,69,240,0),(28511,70,240,0),(28512,71,240,0),(28513,72,240,0),(28514,73,240,0),(28515,74,240,0),(28516,75,240,0),(28517,76,240,0),(28518,77,240,0),(28519,78,240,0),(28520,79,240,0),(28521,80,240,0),(28522,81,240,0),(28523,82,240,0),(28524,83,240,0),(28525,84,240,0),(28526,85,240,0),(28527,86,240,0),(28528,87,240,0),(28529,88,240,0),(28530,89,240,0),(28531,90,240,0),(28532,91,240,0),(28533,92,240,0),(28534,93,240,0),(28535,94,240,0),(28536,95,240,0),(28537,96,240,0),(28538,97,240,0),(28539,98,240,0),(28540,99,240,0),(28541,100,240,0),(28542,101,240,0),(28543,102,240,0),(28544,103,240,0),(28545,104,240,0),(28546,105,240,0),(28547,106,240,0),(28548,107,240,0),(28549,108,240,0),(28550,109,240,0),(28551,110,240,0),(28552,111,240,0),(28553,112,240,0),(28554,113,240,0),(28555,114,240,0),(28556,115,240,0),(28557,116,240,0),(28558,117,240,0),(28559,118,240,0),(28560,119,240,0),(28561,1,241,0),(28562,2,241,0),(28563,3,241,0),(28564,4,241,0),(28565,5,241,0),(28566,6,241,0),(28567,7,241,0),(28568,8,241,0),(28569,9,241,0),(28570,10,241,0),(28571,11,241,0),(28572,12,241,0),(28573,13,241,0),(28574,14,241,0),(28575,15,241,0),(28576,16,241,0),(28577,17,241,0),(28578,18,241,0),(28579,19,241,0),(28580,20,241,0),(28581,21,241,0),(28582,22,241,0),(28583,23,241,0),(28584,24,241,0),(28585,25,241,0),(28586,26,241,0.286599341676063),(28587,27,241,0),(28588,28,241,0),(28589,29,241,0),(28590,30,241,0),(28591,31,241,0),(28592,32,241,0),(28593,33,241,0),(28594,34,241,0),(28595,35,241,0),(28596,36,241,0),(28597,37,241,0),(28598,38,241,0),(28599,39,241,0),(28600,40,241,0),(28601,41,241,0),(28602,42,241,0),(28603,43,241,0),(28604,44,241,0),(28605,45,241,0),(28606,46,241,0),(28607,47,241,0),(28608,48,241,0),(28609,49,241,0),(28610,50,241,0),(28611,51,241,0),(28612,52,241,0),(28613,53,241,0),(28614,54,241,0),(28615,55,241,0),(28616,56,241,0),(28617,57,241,0),(28618,58,241,0),(28619,59,241,0),(28620,60,241,0),(28621,61,241,0),(28622,62,241,0),(28623,63,241,0),(28624,64,241,0),(28625,65,241,0),(28626,66,241,0),(28627,67,241,0),(28628,68,241,0),(28629,69,241,0),(28630,70,241,0),(28631,71,241,0),(28632,72,241,0),(28633,73,241,0),(28634,74,241,0),(28635,75,241,0),(28636,76,241,0),(28637,77,241,0),(28638,78,241,0),(28639,79,241,0),(28640,80,241,0),(28641,81,241,0),(28642,82,241,0),(28643,83,241,0),(28644,84,241,0),(28645,85,241,0),(28646,86,241,0),(28647,87,241,0),(28648,88,241,0),(28649,89,241,0),(28650,90,241,0),(28651,91,241,0),(28652,92,241,0),(28653,93,241,0),(28654,94,241,0),(28655,95,241,0),(28656,96,241,0),(28657,97,241,0),(28658,98,241,0),(28659,99,241,0),(28660,100,241,0),(28661,101,241,0),(28662,102,241,0),(28663,103,241,0),(28664,104,241,0),(28665,105,241,0),(28666,106,241,0),(28667,107,241,0),(28668,108,241,0),(28669,109,241,0),(28670,110,241,0),(28671,111,241,0),(28672,112,241,0),(28673,113,241,0),(28674,114,241,0),(28675,115,241,0),(28676,116,241,0),(28677,117,241,0),(28678,118,241,0),(28679,119,241,0),(28680,1,242,0),(28681,2,242,0),(28682,3,242,0),(28683,4,242,0),(28684,5,242,0),(28685,6,242,0),(28686,7,242,0),(28687,8,242,0),(28688,9,242,0),(28689,10,242,0),(28690,11,242,0),(28691,12,242,0),(28692,13,242,0),(28693,14,242,0),(28694,15,242,0),(28695,16,242,0),(28696,17,242,0),(28697,18,242,0),(28698,19,242,0),(28699,20,242,0),(28700,21,242,0),(28701,22,242,0),(28702,23,242,0),(28703,24,242,0),(28704,25,242,0),(28705,26,242,0.0847015246126528),(28706,27,242,0),(28707,28,242,0),(28708,29,242,0),(28709,30,242,0),(28710,31,242,0),(28711,32,242,0),(28712,33,242,0),(28713,34,242,0),(28714,35,242,0),(28715,36,242,0),(28716,37,242,0),(28717,38,242,0),(28718,39,242,0),(28719,40,242,0),(28720,41,242,0),(28721,42,242,0),(28722,43,242,0),(28723,44,242,0),(28724,45,242,0),(28725,46,242,0),(28726,47,242,0),(28727,48,242,0),(28728,49,242,0),(28729,50,242,0),(28730,51,242,0),(28731,52,242,0),(28732,53,242,0),(28733,54,242,0),(28734,55,242,0),(28735,56,242,0),(28736,57,242,0),(28737,58,242,0),(28738,59,242,0),(28739,60,242,0),(28740,61,242,0),(28741,62,242,0),(28742,63,242,0),(28743,64,242,0),(28744,65,242,0),(28745,66,242,0),(28746,67,242,0),(28747,68,242,0),(28748,69,242,0),(28749,70,242,0),(28750,71,242,0),(28751,72,242,0),(28752,73,242,0),(28753,74,242,0),(28754,75,242,0),(28755,76,242,0),(28756,77,242,0),(28757,78,242,0),(28758,79,242,0),(28759,80,242,0),(28760,81,242,0),(28761,82,242,0),(28762,83,242,0),(28763,84,242,0),(28764,85,242,0),(28765,86,242,0),(28766,87,242,0),(28767,88,242,0),(28768,89,242,0),(28769,90,242,0),(28770,91,242,0),(28771,92,242,0),(28772,93,242,0),(28773,94,242,0),(28774,95,242,0),(28775,96,242,0),(28776,97,242,0),(28777,98,242,0),(28778,99,242,0),(28779,100,242,0),(28780,101,242,0),(28781,102,242,0),(28782,103,242,0),(28783,104,242,0),(28784,105,242,0),(28785,106,242,0),(28786,107,242,0),(28787,108,242,0),(28788,109,242,0),(28789,110,242,0),(28790,111,242,0),(28791,112,242,0),(28792,113,242,0),(28793,114,242,0),(28794,115,242,0),(28795,116,242,0),(28796,117,242,0),(28797,118,242,0),(28798,119,242,0),(28799,1,243,0),(28800,2,243,0),(28801,3,243,0),(28802,4,243,0),(28803,5,243,0),(28804,6,243,0),(28805,7,243,0),(28806,8,243,0),(28807,9,243,0),(28808,10,243,0),(28809,11,243,0),(28810,12,243,0),(28811,13,243,0),(28812,14,243,0),(28813,15,243,0),(28814,16,243,0),(28815,17,243,0),(28816,18,243,0),(28817,19,243,0),(28818,20,243,0),(28819,21,243,0),(28820,22,243,0),(28821,23,243,0),(28822,24,243,0),(28823,25,243,0),(28824,26,243,0.284217646261336),(28825,27,243,0),(28826,28,243,0),(28827,29,243,0),(28828,30,243,0),(28829,31,243,0),(28830,32,243,0),(28831,33,243,0),(28832,34,243,0),(28833,35,243,0),(28834,36,243,0),(28835,37,243,0),(28836,38,243,0),(28837,39,243,0),(28838,40,243,0),(28839,41,243,0),(28840,42,243,0),(28841,43,243,0),(28842,44,243,0),(28843,45,243,0),(28844,46,243,0),(28845,47,243,0),(28846,48,243,0),(28847,49,243,0),(28848,50,243,0),(28849,51,243,0),(28850,52,243,0),(28851,53,243,0),(28852,54,243,0),(28853,55,243,0),(28854,56,243,0),(28855,57,243,0),(28856,58,243,0),(28857,59,243,0),(28858,60,243,0),(28859,61,243,0),(28860,62,243,0),(28861,63,243,0),(28862,64,243,0),(28863,65,243,0),(28864,66,243,0),(28865,67,243,0),(28866,68,243,0),(28867,69,243,0),(28868,70,243,0),(28869,71,243,0),(28870,72,243,0),(28871,73,243,0),(28872,74,243,0),(28873,75,243,0),(28874,76,243,0),(28875,77,243,0),(28876,78,243,0),(28877,79,243,0),(28878,80,243,0),(28879,81,243,0),(28880,82,243,0),(28881,83,243,0),(28882,84,243,0),(28883,85,243,0),(28884,86,243,0),(28885,87,243,0),(28886,88,243,0),(28887,89,243,0),(28888,90,243,0),(28889,91,243,0),(28890,92,243,0),(28891,93,243,0),(28892,94,243,0),(28893,95,243,0),(28894,96,243,0),(28895,97,243,0),(28896,98,243,0),(28897,99,243,0),(28898,100,243,0),(28899,101,243,0),(28900,102,243,0),(28901,103,243,0),(28902,104,243,0),(28903,105,243,0),(28904,106,243,0),(28905,107,243,0),(28906,108,243,0),(28907,109,243,0),(28908,110,243,0),(28909,111,243,0),(28910,112,243,0),(28911,113,243,0),(28912,114,243,0),(28913,115,243,0),(28914,116,243,0),(28915,117,243,0),(28916,118,243,0),(28917,119,243,0),(28918,1,244,0),(28919,2,244,0),(28920,3,244,0),(28921,4,244,0),(28922,5,244,0),(28923,6,244,0),(28924,7,244,0),(28925,8,244,0),(28926,9,244,0),(28927,10,244,0),(28928,11,244,0),(28929,12,244,0),(28930,13,244,0),(28931,14,244,0),(28932,15,244,0),(28933,16,244,0),(28934,17,244,0),(28935,18,244,0),(28936,19,244,0),(28937,20,244,0),(28938,21,244,0),(28939,22,244,0),(28940,23,244,0),(28941,24,244,0),(28942,25,244,0),(28943,26,244,0.144481487449948),(28944,27,244,0),(28945,28,244,0),(28946,29,244,0),(28947,30,244,0),(28948,31,244,0),(28949,32,244,0),(28950,33,244,0),(28951,34,244,0),(28952,35,244,0),(28953,36,244,0),(28954,37,244,0),(28955,38,244,0),(28956,39,244,0),(28957,40,244,0),(28958,41,244,0),(28959,42,244,0),(28960,43,244,0),(28961,44,244,0),(28962,45,244,0),(28963,46,244,0),(28964,47,244,0),(28965,48,244,0),(28966,49,244,0),(28967,50,244,0),(28968,51,244,0),(28969,52,244,0),(28970,53,244,0),(28971,54,244,0),(28972,55,244,0),(28973,56,244,0),(28974,57,244,0),(28975,58,244,0),(28976,59,244,0),(28977,60,244,0),(28978,61,244,0),(28979,62,244,0),(28980,63,244,0),(28981,64,244,0),(28982,65,244,0),(28983,66,244,0),(28984,67,244,0),(28985,68,244,0),(28986,69,244,0),(28987,70,244,0),(28988,71,244,0),(28989,72,244,0),(28990,73,244,0),(28991,74,244,0),(28992,75,244,0),(28993,76,244,0),(28994,77,244,0),(28995,78,244,0),(28996,79,244,0),(28997,80,244,0),(28998,81,244,0),(28999,82,244,0),(29000,83,244,0),(29001,84,244,0),(29002,85,244,0),(29003,86,244,0),(29004,87,244,0),(29005,88,244,0),(29006,89,244,0),(29007,90,244,0),(29008,91,244,0),(29009,92,244,0),(29010,93,244,0),(29011,94,244,0),(29012,95,244,0),(29013,96,244,0),(29014,97,244,0),(29015,98,244,0),(29016,99,244,0),(29017,100,244,0),(29018,101,244,0),(29019,102,244,0),(29020,103,244,0),(29021,104,244,0),(29022,105,244,0),(29023,106,244,0),(29024,107,244,0),(29025,108,244,0),(29026,109,244,0),(29027,110,244,0),(29028,111,244,0),(29029,112,244,0),(29030,113,244,0),(29031,114,244,0),(29032,115,244,0),(29033,116,244,0),(29034,117,244,0),(29035,118,244,0),(29036,119,244,0),(29037,1,245,0),(29038,2,245,0),(29039,3,245,0),(29040,4,245,0),(29041,5,245,0),(29042,6,245,0),(29043,7,245,0),(29044,8,245,0),(29045,9,245,0),(29046,10,245,0),(29047,11,245,0),(29048,12,245,0),(29049,13,245,0),(29050,14,245,0),(29051,15,245,0),(29052,16,245,0),(29053,17,245,0),(29054,18,245,0),(29055,19,245,0),(29056,20,245,0),(29057,21,245,0),(29058,22,245,0),(29059,23,245,0),(29060,24,245,0),(29061,25,245,0),(29062,26,245,0.246505281212867),(29063,27,245,0),(29064,28,245,0),(29065,29,245,0),(29066,30,245,0),(29067,31,245,0),(29068,32,245,0),(29069,33,245,0),(29070,34,245,0),(29071,35,245,0),(29072,36,245,0),(29073,37,245,0),(29074,38,245,0),(29075,39,245,0),(29076,40,245,0),(29077,41,245,0),(29078,42,245,0),(29079,43,245,0),(29080,44,245,0),(29081,45,245,0),(29082,46,245,0),(29083,47,245,0),(29084,48,245,0),(29085,49,245,0),(29086,50,245,0),(29087,51,245,0),(29088,52,245,0),(29089,53,245,0),(29090,54,245,0),(29091,55,245,0),(29092,56,245,0),(29093,57,245,0),(29094,58,245,0),(29095,59,245,0),(29096,60,245,0),(29097,61,245,0),(29098,62,245,0),(29099,63,245,0),(29100,64,245,0),(29101,65,245,0),(29102,66,245,0),(29103,67,245,0),(29104,68,245,0),(29105,69,245,0),(29106,70,245,0),(29107,71,245,0),(29108,72,245,0),(29109,73,245,0),(29110,74,245,0),(29111,75,245,0),(29112,76,245,0),(29113,77,245,0),(29114,78,245,0),(29115,79,245,0),(29116,80,245,0),(29117,81,245,0),(29118,82,245,0),(29119,83,245,0),(29120,84,245,0),(29121,85,245,0),(29122,86,245,0),(29123,87,245,0),(29124,88,245,0),(29125,89,245,0),(29126,90,245,0),(29127,91,245,0),(29128,92,245,0),(29129,93,245,0),(29130,94,245,0),(29131,95,245,0),(29132,96,245,0),(29133,97,245,0),(29134,98,245,0),(29135,99,245,0),(29136,100,245,0),(29137,101,245,0),(29138,102,245,0),(29139,103,245,0),(29140,104,245,0),(29141,105,245,0),(29142,106,245,0),(29143,107,245,0),(29144,108,245,0),(29145,109,245,0),(29146,110,245,0),(29147,111,245,0),(29148,112,245,0),(29149,113,245,0),(29150,114,245,0),(29151,115,245,0),(29152,116,245,0),(29153,117,245,0),(29154,118,245,0),(29155,119,245,0),(29156,1,246,0),(29157,2,246,0),(29158,3,246,0),(29159,4,246,0),(29160,5,246,0),(29161,6,246,0),(29162,7,246,0),(29163,8,246,0),(29164,9,246,0),(29165,10,246,0),(29166,11,246,0),(29167,12,246,0),(29168,13,246,0),(29169,14,246,0),(29170,15,246,0),(29171,16,246,0),(29172,17,246,0),(29173,18,246,0),(29174,19,246,0),(29175,20,246,0),(29176,21,246,0),(29177,22,246,0),(29178,23,246,0),(29179,24,246,0),(29180,25,246,0),(29181,26,246,0.178151797964192),(29182,27,246,0),(29183,28,246,0),(29184,29,246,0),(29185,30,246,0),(29186,31,246,0),(29187,32,246,0),(29188,33,246,0),(29189,34,246,0),(29190,35,246,0),(29191,36,246,0),(29192,37,246,0),(29193,38,246,0),(29194,39,246,0),(29195,40,246,0),(29196,41,246,0),(29197,42,246,0),(29198,43,246,0),(29199,44,246,0),(29200,45,246,0),(29201,46,246,0),(29202,47,246,0),(29203,48,246,0),(29204,49,246,0),(29205,50,246,0),(29206,51,246,0),(29207,52,246,0),(29208,53,246,0),(29209,54,246,0),(29210,55,246,0),(29211,56,246,0),(29212,57,246,0),(29213,58,246,0),(29214,59,246,0),(29215,60,246,0),(29216,61,246,0),(29217,62,246,0),(29218,63,246,0),(29219,64,246,0),(29220,65,246,0),(29221,66,246,0),(29222,67,246,0),(29223,68,246,0),(29224,69,246,0),(29225,70,246,0),(29226,71,246,0),(29227,72,246,0),(29228,73,246,0),(29229,74,246,0),(29230,75,246,0),(29231,76,246,0),(29232,77,246,0),(29233,78,246,0),(29234,79,246,0),(29235,80,246,0),(29236,81,246,0),(29237,82,246,0),(29238,83,246,0),(29239,84,246,0),(29240,85,246,0),(29241,86,246,0),(29242,87,246,0),(29243,88,246,0),(29244,89,246,0),(29245,90,246,0),(29246,91,246,0),(29247,92,246,0),(29248,93,246,0),(29249,94,246,0),(29250,95,246,0),(29251,96,246,0),(29252,97,246,0),(29253,98,246,0),(29254,99,246,0),(29255,100,246,0),(29256,101,246,0),(29257,102,246,0),(29258,103,246,0),(29259,104,246,0),(29260,105,246,0),(29261,106,246,0),(29262,107,246,0),(29263,108,246,0),(29264,109,246,0),(29265,110,246,0),(29266,111,246,0),(29267,112,246,0),(29268,113,246,0),(29269,114,246,0),(29270,115,246,0),(29271,116,246,0),(29272,117,246,0),(29273,118,246,0),(29274,119,246,0),(29275,1,247,0),(29276,2,247,0),(29277,3,247,0),(29278,4,247,0),(29279,5,247,0),(29280,6,247,0),(29281,7,247,0),(29282,8,247,0),(29283,9,247,0),(29284,10,247,0),(29285,11,247,0),(29286,12,247,0),(29287,13,247,0),(29288,14,247,0),(29289,15,247,0),(29290,16,247,0),(29291,17,247,0),(29292,18,247,0),(29293,19,247,0),(29294,20,247,0),(29295,21,247,0),(29296,22,247,0),(29297,23,247,0),(29298,24,247,0),(29299,25,247,0),(29300,26,247,0.303245030424339),(29301,27,247,0),(29302,28,247,0),(29303,29,247,0),(29304,30,247,0),(29305,31,247,0),(29306,32,247,0),(29307,33,247,0),(29308,34,247,0),(29309,35,247,0),(29310,36,247,0),(29311,37,247,0),(29312,38,247,0),(29313,39,247,0),(29314,40,247,0),(29315,41,247,0),(29316,42,247,0),(29317,43,247,0),(29318,44,247,0),(29319,45,247,0),(29320,46,247,0),(29321,47,247,0),(29322,48,247,0),(29323,49,247,0),(29324,50,247,0),(29325,51,247,0),(29326,52,247,0),(29327,53,247,0),(29328,54,247,0),(29329,55,247,0),(29330,56,247,0),(29331,57,247,0),(29332,58,247,0),(29333,59,247,0),(29334,60,247,0),(29335,61,247,0),(29336,62,247,0),(29337,63,247,0),(29338,64,247,0),(29339,65,247,0),(29340,66,247,0),(29341,67,247,0),(29342,68,247,0),(29343,69,247,0),(29344,70,247,0),(29345,71,247,0),(29346,72,247,0),(29347,73,247,0),(29348,74,247,0),(29349,75,247,0),(29350,76,247,0),(29351,77,247,0),(29352,78,247,0),(29353,79,247,0),(29354,80,247,0),(29355,81,247,0),(29356,82,247,0),(29357,83,247,0),(29358,84,247,0),(29359,85,247,0),(29360,86,247,0),(29361,87,247,0),(29362,88,247,0),(29363,89,247,0),(29364,90,247,0),(29365,91,247,0),(29366,92,247,0),(29367,93,247,0),(29368,94,247,0),(29369,95,247,0),(29370,96,247,0),(29371,97,247,0),(29372,98,247,0),(29373,99,247,0),(29374,100,247,0),(29375,101,247,0),(29376,102,247,0),(29377,103,247,0),(29378,104,247,0),(29379,105,247,0),(29380,106,247,0),(29381,107,247,0),(29382,108,247,0),(29383,109,247,0),(29384,110,247,0),(29385,111,247,0),(29386,112,247,0),(29387,113,247,0),(29388,114,247,0),(29389,115,247,0),(29390,116,247,0),(29391,117,247,0),(29392,118,247,0),(29393,119,247,0),(29394,1,248,0),(29395,2,248,0),(29396,3,248,0),(29397,4,248,0),(29398,5,248,0),(29399,6,248,0),(29400,7,248,0),(29401,8,248,0),(29402,9,248,0),(29403,10,248,0),(29404,11,248,0),(29405,12,248,0),(29406,13,248,0),(29407,14,248,0),(29408,15,248,0),(29409,16,248,0),(29410,17,248,0),(29411,18,248,0),(29412,19,248,0),(29413,20,248,0),(29414,21,248,0),(29415,22,248,0),(29416,23,248,0),(29417,24,248,0),(29418,25,248,0),(29419,26,248,0.272097890398601),(29420,27,248,0),(29421,28,248,0),(29422,29,248,0),(29423,30,248,0),(29424,31,248,0),(29425,32,248,0),(29426,33,248,0),(29427,34,248,0),(29428,35,248,0),(29429,36,248,0),(29430,37,248,0),(29431,38,248,0),(29432,39,248,0),(29433,40,248,0),(29434,41,248,0),(29435,42,248,0),(29436,43,248,0),(29437,44,248,0),(29438,45,248,0),(29439,46,248,0),(29440,47,248,0),(29441,48,248,0),(29442,49,248,0),(29443,50,248,0),(29444,51,248,0),(29445,52,248,0),(29446,53,248,0),(29447,54,248,0),(29448,55,248,0),(29449,56,248,0),(29450,57,248,0),(29451,58,248,0),(29452,59,248,0),(29453,60,248,0),(29454,61,248,0),(29455,62,248,0),(29456,63,248,0),(29457,64,248,0),(29458,65,248,0),(29459,66,248,0),(29460,67,248,0),(29461,68,248,0),(29462,69,248,0),(29463,70,248,0),(29464,71,248,0),(29465,72,248,0),(29466,73,248,0),(29467,74,248,0),(29468,75,248,0),(29469,76,248,0),(29470,77,248,0),(29471,78,248,0),(29472,79,248,0),(29473,80,248,0),(29474,81,248,0),(29475,82,248,0),(29476,83,248,0),(29477,84,248,0),(29478,85,248,0),(29479,86,248,0),(29480,87,248,0),(29481,88,248,0),(29482,89,248,0),(29483,90,248,0),(29484,91,248,0),(29485,92,248,0),(29486,93,248,0),(29487,94,248,0),(29488,95,248,0),(29489,96,248,0),(29490,97,248,0),(29491,98,248,0),(29492,99,248,0),(29493,100,248,0),(29494,101,248,0),(29495,102,248,0),(29496,103,248,0),(29497,104,248,0),(29498,105,248,0),(29499,106,248,0),(29500,107,248,0),(29501,108,248,0),(29502,109,248,0),(29503,110,248,0),(29504,111,248,0),(29505,112,248,0),(29506,113,248,0),(29507,114,248,0),(29508,115,248,0),(29509,116,248,0),(29510,117,248,0),(29511,118,248,0),(29512,119,248,0),(29513,1,249,0),(29514,2,249,0),(29515,3,249,0),(29516,4,249,0),(29517,5,249,0),(29518,6,249,0),(29519,7,249,0),(29520,8,249,0),(29521,9,249,0),(29522,10,249,0),(29523,11,249,0),(29524,12,249,0),(29525,13,249,0),(29526,14,249,0),(29527,15,249,0),(29528,16,249,0),(29529,17,249,0),(29530,18,249,0),(29531,19,249,0),(29532,20,249,0),(29533,21,249,0),(29534,22,249,0),(29535,23,249,0),(29536,24,249,0),(29537,25,249,0),(29538,26,249,0),(29539,27,249,0.137609479968521),(29540,28,249,0),(29541,29,249,0),(29542,30,249,0),(29543,31,249,0),(29544,32,249,0),(29545,33,249,0),(29546,34,249,0),(29547,35,249,0),(29548,36,249,0),(29549,37,249,0),(29550,38,249,0),(29551,39,249,0),(29552,40,249,0),(29553,41,249,0),(29554,42,249,0),(29555,43,249,0),(29556,44,249,0),(29557,45,249,0),(29558,46,249,0),(29559,47,249,0),(29560,48,249,0),(29561,49,249,0),(29562,50,249,0),(29563,51,249,0),(29564,52,249,0),(29565,53,249,0),(29566,54,249,0),(29567,55,249,0),(29568,56,249,0),(29569,57,249,0),(29570,58,249,0),(29571,59,249,0),(29572,60,249,0),(29573,61,249,0),(29574,62,249,0),(29575,63,249,0),(29576,64,249,0),(29577,65,249,0),(29578,66,249,0),(29579,67,249,0),(29580,68,249,0),(29581,69,249,0),(29582,70,249,0),(29583,71,249,0),(29584,72,249,0),(29585,73,249,0),(29586,74,249,0),(29587,75,249,0),(29588,76,249,0),(29589,77,249,0),(29590,78,249,0),(29591,79,249,0),(29592,80,249,0),(29593,81,249,0),(29594,82,249,0),(29595,83,249,0),(29596,84,249,0),(29597,85,249,0),(29598,86,249,0),(29599,87,249,0),(29600,88,249,0),(29601,89,249,0),(29602,90,249,0),(29603,91,249,0),(29604,92,249,0),(29605,93,249,0),(29606,94,249,0),(29607,95,249,0),(29608,96,249,0),(29609,97,249,0),(29610,98,249,0),(29611,99,249,0),(29612,100,249,0),(29613,101,249,0),(29614,102,249,0),(29615,103,249,0),(29616,104,249,0),(29617,105,249,0),(29618,106,249,0),(29619,107,249,0),(29620,108,249,0),(29621,109,249,0),(29622,110,249,0),(29623,111,249,0),(29624,112,249,0),(29625,113,249,0),(29626,114,249,0),(29627,115,249,0),(29628,116,249,0),(29629,117,249,0),(29630,118,249,0),(29631,119,249,0),(29632,1,250,0),(29633,2,250,0),(29634,3,250,0),(29635,4,250,0),(29636,5,250,0),(29637,6,250,0),(29638,7,250,0),(29639,8,250,0),(29640,9,250,0),(29641,10,250,0),(29642,11,250,0),(29643,12,250,0),(29644,13,250,0),(29645,14,250,0),(29646,15,250,0),(29647,16,250,0),(29648,17,250,0),(29649,18,250,0),(29650,19,250,0),(29651,20,250,0),(29652,21,250,0),(29653,22,250,0),(29654,23,250,0),(29655,24,250,0),(29656,25,250,0),(29657,26,250,0),(29658,27,250,0.362390520031479),(29659,28,250,0),(29660,29,250,0),(29661,30,250,0),(29662,31,250,0),(29663,32,250,0),(29664,33,250,0),(29665,34,250,0),(29666,35,250,0),(29667,36,250,0),(29668,37,250,0),(29669,38,250,0),(29670,39,250,0),(29671,40,250,0),(29672,41,250,0),(29673,42,250,0),(29674,43,250,0),(29675,44,250,0),(29676,45,250,0),(29677,46,250,0),(29678,47,250,0),(29679,48,250,0),(29680,49,250,0),(29681,50,250,0),(29682,51,250,0),(29683,52,250,0),(29684,53,250,0),(29685,54,250,0),(29686,55,250,0),(29687,56,250,0),(29688,57,250,0),(29689,58,250,0),(29690,59,250,0),(29691,60,250,0),(29692,61,250,0),(29693,62,250,0),(29694,63,250,0),(29695,64,250,0),(29696,65,250,0),(29697,66,250,0),(29698,67,250,0),(29699,68,250,0),(29700,69,250,0),(29701,70,250,0),(29702,71,250,0),(29703,72,250,0),(29704,73,250,0),(29705,74,250,0),(29706,75,250,0),(29707,76,250,0),(29708,77,250,0),(29709,78,250,0),(29710,79,250,0),(29711,80,250,0),(29712,81,250,0),(29713,82,250,0),(29714,83,250,0),(29715,84,250,0),(29716,85,250,0),(29717,86,250,0),(29718,87,250,0),(29719,88,250,0),(29720,89,250,0),(29721,90,250,0),(29722,91,250,0),(29723,92,250,0),(29724,93,250,0),(29725,94,250,0),(29726,95,250,0),(29727,96,250,0),(29728,97,250,0),(29729,98,250,0),(29730,99,250,0),(29731,100,250,0),(29732,101,250,0),(29733,102,250,0),(29734,103,250,0),(29735,104,250,0),(29736,105,250,0),(29737,106,250,0),(29738,107,250,0),(29739,108,250,0),(29740,109,250,0),(29741,110,250,0),(29742,111,250,0),(29743,112,250,0),(29744,113,250,0),(29745,114,250,0),(29746,115,250,0),(29747,116,250,0),(29748,117,250,0),(29749,118,250,0),(29750,119,250,0),(29751,1,251,0),(29752,2,251,0),(29753,3,251,0),(29754,4,251,0),(29755,5,251,0),(29756,6,251,0),(29757,7,251,0),(29758,8,251,0),(29759,9,251,0),(29760,10,251,0),(29761,11,251,0),(29762,12,251,0),(29763,13,251,0),(29764,14,251,0),(29765,15,251,0),(29766,16,251,0),(29767,17,251,0),(29768,18,251,0),(29769,19,251,0),(29770,20,251,0),(29771,21,251,0),(29772,22,251,0),(29773,23,251,0),(29774,24,251,0),(29775,25,251,0),(29776,26,251,0),(29777,27,251,0.532490960856415),(29778,28,251,0),(29779,29,251,0),(29780,30,251,0),(29781,31,251,0),(29782,32,251,0),(29783,33,251,0),(29784,34,251,0),(29785,35,251,0),(29786,36,251,0),(29787,37,251,0),(29788,38,251,0),(29789,39,251,0),(29790,40,251,0),(29791,41,251,0),(29792,42,251,0),(29793,43,251,0),(29794,44,251,0),(29795,45,251,0),(29796,46,251,0),(29797,47,251,0),(29798,48,251,0),(29799,49,251,0),(29800,50,251,0),(29801,51,251,0),(29802,52,251,0),(29803,53,251,0),(29804,54,251,0),(29805,55,251,0),(29806,56,251,0),(29807,57,251,0),(29808,58,251,0),(29809,59,251,0),(29810,60,251,0),(29811,61,251,0),(29812,62,251,0),(29813,63,251,0),(29814,64,251,0),(29815,65,251,0),(29816,66,251,0),(29817,67,251,0),(29818,68,251,0),(29819,69,251,0),(29820,70,251,0),(29821,71,251,0),(29822,72,251,0),(29823,73,251,0),(29824,74,251,0),(29825,75,251,0),(29826,76,251,0),(29827,77,251,0),(29828,78,251,0),(29829,79,251,0),(29830,80,251,0),(29831,81,251,0),(29832,82,251,0),(29833,83,251,0),(29834,84,251,0),(29835,85,251,0),(29836,86,251,0),(29837,87,251,0),(29838,88,251,0),(29839,89,251,0),(29840,90,251,0),(29841,91,251,0),(29842,92,251,0),(29843,93,251,0),(29844,94,251,0),(29845,95,251,0),(29846,96,251,0),(29847,97,251,0),(29848,98,251,0),(29849,99,251,0),(29850,100,251,0),(29851,101,251,0),(29852,102,251,0),(29853,103,251,0),(29854,104,251,0),(29855,105,251,0),(29856,106,251,0),(29857,107,251,0),(29858,108,251,0),(29859,109,251,0),(29860,110,251,0),(29861,111,251,0),(29862,112,251,0),(29863,113,251,0),(29864,114,251,0),(29865,115,251,0),(29866,116,251,0),(29867,117,251,0),(29868,118,251,0),(29869,119,251,0),(29870,1,252,0),(29871,2,252,0),(29872,3,252,0),(29873,4,252,0),(29874,5,252,0),(29875,6,252,0),(29876,7,252,0),(29877,8,252,0),(29878,9,252,0),(29879,10,252,0),(29880,11,252,0),(29881,12,252,0),(29882,13,252,0),(29883,14,252,0),(29884,15,252,0),(29885,16,252,0),(29886,17,252,0),(29887,18,252,0),(29888,19,252,0),(29889,20,252,0),(29890,21,252,0),(29891,22,252,0),(29892,23,252,0),(29893,24,252,0),(29894,25,252,0),(29895,26,252,0),(29896,27,252,0.267509039143586),(29897,28,252,0),(29898,29,252,0),(29899,30,252,0),(29900,31,252,0),(29901,32,252,0),(29902,33,252,0),(29903,34,252,0),(29904,35,252,0),(29905,36,252,0),(29906,37,252,0),(29907,38,252,0),(29908,39,252,0),(29909,40,252,0),(29910,41,252,0),(29911,42,252,0),(29912,43,252,0),(29913,44,252,0),(29914,45,252,0),(29915,46,252,0),(29916,47,252,0),(29917,48,252,0),(29918,49,252,0),(29919,50,252,0),(29920,51,252,0),(29921,52,252,0),(29922,53,252,0),(29923,54,252,0),(29924,55,252,0),(29925,56,252,0),(29926,57,252,0),(29927,58,252,0),(29928,59,252,0),(29929,60,252,0),(29930,61,252,0),(29931,62,252,0),(29932,63,252,0),(29933,64,252,0),(29934,65,252,0),(29935,66,252,0),(29936,67,252,0),(29937,68,252,0),(29938,69,252,0),(29939,70,252,0),(29940,71,252,0),(29941,72,252,0),(29942,73,252,0),(29943,74,252,0),(29944,75,252,0),(29945,76,252,0),(29946,77,252,0),(29947,78,252,0),(29948,79,252,0),(29949,80,252,0),(29950,81,252,0),(29951,82,252,0),(29952,83,252,0),(29953,84,252,0),(29954,85,252,0),(29955,86,252,0),(29956,87,252,0),(29957,88,252,0),(29958,89,252,0),(29959,90,252,0),(29960,91,252,0),(29961,92,252,0),(29962,93,252,0),(29963,94,252,0),(29964,95,252,0),(29965,96,252,0),(29966,97,252,0),(29967,98,252,0),(29968,99,252,0),(29969,100,252,0),(29970,101,252,0),(29971,102,252,0),(29972,103,252,0),(29973,104,252,0),(29974,105,252,0),(29975,106,252,0),(29976,107,252,0),(29977,108,252,0),(29978,109,252,0),(29979,110,252,0),(29980,111,252,0),(29981,112,252,0),(29982,113,252,0),(29983,114,252,0),(29984,115,252,0),(29985,116,252,0),(29986,117,252,0),(29987,118,252,0),(29988,119,252,0),(29989,1,253,0),(29990,2,253,0),(29991,3,253,0),(29992,4,253,0),(29993,5,253,0),(29994,6,253,0),(29995,7,253,0),(29996,8,253,0),(29997,9,253,0),(29998,10,253,0),(29999,11,253,0),(30000,12,253,0),(30001,13,253,0),(30002,14,253,0),(30003,15,253,0),(30004,16,253,0),(30005,17,253,0),(30006,18,253,0),(30007,19,253,0),(30008,20,253,0),(30009,21,253,0),(30010,22,253,0),(30011,23,253,0),(30012,24,253,0),(30013,25,253,0),(30014,26,253,0),(30015,27,253,0.423680742925336),(30016,28,253,0),(30017,29,253,0),(30018,30,253,0),(30019,31,253,0),(30020,32,253,0),(30021,33,253,0),(30022,34,253,0),(30023,35,253,0),(30024,36,253,0),(30025,37,253,0),(30026,38,253,0),(30027,39,253,0),(30028,40,253,0),(30029,41,253,0),(30030,42,253,0),(30031,43,253,0),(30032,44,253,0),(30033,45,253,0),(30034,46,253,0),(30035,47,253,0),(30036,48,253,0),(30037,49,253,0),(30038,50,253,0),(30039,51,253,0),(30040,52,253,0),(30041,53,253,0),(30042,54,253,0),(30043,55,253,0),(30044,56,253,0),(30045,57,253,0),(30046,58,253,0),(30047,59,253,0),(30048,60,253,0),(30049,61,253,0),(30050,62,253,0),(30051,63,253,0),(30052,64,253,0),(30053,65,253,0),(30054,66,253,0),(30055,67,253,0),(30056,68,253,0),(30057,69,253,0),(30058,70,253,0),(30059,71,253,0),(30060,72,253,0),(30061,73,253,0),(30062,74,253,0),(30063,75,253,0),(30064,76,253,0),(30065,77,253,0),(30066,78,253,0),(30067,79,253,0),(30068,80,253,0),(30069,81,253,0),(30070,82,253,0),(30071,83,253,0),(30072,84,253,0),(30073,85,253,0),(30074,86,253,0),(30075,87,253,0),(30076,88,253,0),(30077,89,253,0),(30078,90,253,0),(30079,91,253,0),(30080,92,253,0),(30081,93,253,0),(30082,94,253,0),(30083,95,253,0),(30084,96,253,0),(30085,97,253,0),(30086,98,253,0),(30087,99,253,0),(30088,100,253,0),(30089,101,253,0),(30090,102,253,0),(30091,103,253,0),(30092,104,253,0),(30093,105,253,0),(30094,106,253,0),(30095,107,253,0),(30096,108,253,0),(30097,109,253,0),(30098,110,253,0),(30099,111,253,0),(30100,112,253,0),(30101,113,253,0),(30102,114,253,0),(30103,115,253,0),(30104,116,253,0),(30105,117,253,0),(30106,118,253,0),(30107,119,253,0),(30108,1,254,0),(30109,2,254,0),(30110,3,254,0),(30111,4,254,0),(30112,5,254,0),(30113,6,254,0),(30114,7,254,0),(30115,8,254,0),(30116,9,254,0),(30117,10,254,0),(30118,11,254,0),(30119,12,254,0),(30120,13,254,0),(30121,14,254,0),(30122,15,254,0),(30123,16,254,0),(30124,17,254,0),(30125,18,254,0),(30126,19,254,0),(30127,20,254,0),(30128,21,254,0),(30129,22,254,0),(30130,23,254,0),(30131,24,254,0),(30132,25,254,0),(30133,26,254,0),(30134,27,254,0.238645125699984),(30135,28,254,0),(30136,29,254,0),(30137,30,254,0),(30138,31,254,0),(30139,32,254,0),(30140,33,254,0),(30141,34,254,0),(30142,35,254,0),(30143,36,254,0),(30144,37,254,0),(30145,38,254,0),(30146,39,254,0),(30147,40,254,0),(30148,41,254,0),(30149,42,254,0),(30150,43,254,0),(30151,44,254,0),(30152,45,254,0),(30153,46,254,0),(30154,47,254,0),(30155,48,254,0),(30156,49,254,0),(30157,50,254,0),(30158,51,254,0),(30159,52,254,0),(30160,53,254,0),(30161,54,254,0),(30162,55,254,0),(30163,56,254,0),(30164,57,254,0),(30165,58,254,0),(30166,59,254,0),(30167,60,254,0),(30168,61,254,0),(30169,62,254,0),(30170,63,254,0),(30171,64,254,0),(30172,65,254,0),(30173,66,254,0),(30174,67,254,0),(30175,68,254,0),(30176,69,254,0),(30177,70,254,0),(30178,71,254,0),(30179,72,254,0),(30180,73,254,0),(30181,74,254,0),(30182,75,254,0),(30183,76,254,0),(30184,77,254,0),(30185,78,254,0),(30186,79,254,0),(30187,80,254,0),(30188,81,254,0),(30189,82,254,0),(30190,83,254,0),(30191,84,254,0),(30192,85,254,0),(30193,86,254,0),(30194,87,254,0),(30195,88,254,0),(30196,89,254,0),(30197,90,254,0),(30198,91,254,0),(30199,92,254,0),(30200,93,254,0),(30201,94,254,0),(30202,95,254,0),(30203,96,254,0),(30204,97,254,0),(30205,98,254,0),(30206,99,254,0),(30207,100,254,0),(30208,101,254,0),(30209,102,254,0),(30210,103,254,0),(30211,104,254,0),(30212,105,254,0),(30213,106,254,0),(30214,107,254,0),(30215,108,254,0),(30216,109,254,0),(30217,110,254,0),(30218,111,254,0),(30219,112,254,0),(30220,113,254,0),(30221,114,254,0),(30222,115,254,0),(30223,116,254,0),(30224,117,254,0),(30225,118,254,0),(30226,119,254,0),(30227,1,255,0),(30228,2,255,0),(30229,3,255,0),(30230,4,255,0),(30231,5,255,0),(30232,6,255,0),(30233,7,255,0),(30234,8,255,0),(30235,9,255,0),(30236,10,255,0),(30237,11,255,0),(30238,12,255,0),(30239,13,255,0),(30240,14,255,0),(30241,15,255,0),(30242,16,255,0),(30243,17,255,0),(30244,18,255,0),(30245,19,255,0),(30246,20,255,0),(30247,21,255,0),(30248,22,255,0),(30249,23,255,0),(30250,24,255,0),(30251,25,255,0),(30252,26,255,0),(30253,27,255,0.33767413137468),(30254,28,255,0),(30255,29,255,0),(30256,30,255,0),(30257,31,255,0),(30258,32,255,0),(30259,33,255,0),(30260,34,255,0),(30261,35,255,0),(30262,36,255,0),(30263,37,255,0),(30264,38,255,0),(30265,39,255,0),(30266,40,255,0),(30267,41,255,0),(30268,42,255,0),(30269,43,255,0),(30270,44,255,0),(30271,45,255,0),(30272,46,255,0),(30273,47,255,0),(30274,48,255,0),(30275,49,255,0),(30276,50,255,0),(30277,51,255,0),(30278,52,255,0),(30279,53,255,0),(30280,54,255,0),(30281,55,255,0),(30282,56,255,0),(30283,57,255,0),(30284,58,255,0),(30285,59,255,0),(30286,60,255,0),(30287,61,255,0),(30288,62,255,0),(30289,63,255,0),(30290,64,255,0),(30291,65,255,0),(30292,66,255,0),(30293,67,255,0),(30294,68,255,0),(30295,69,255,0),(30296,70,255,0),(30297,71,255,0),(30298,72,255,0),(30299,73,255,0),(30300,74,255,0),(30301,75,255,0),(30302,76,255,0),(30303,77,255,0),(30304,78,255,0),(30305,79,255,0),(30306,80,255,0),(30307,81,255,0),(30308,82,255,0),(30309,83,255,0),(30310,84,255,0),(30311,85,255,0),(30312,86,255,0),(30313,87,255,0),(30314,88,255,0),(30315,89,255,0),(30316,90,255,0),(30317,91,255,0),(30318,92,255,0),(30319,93,255,0),(30320,94,255,0),(30321,95,255,0),(30322,96,255,0),(30323,97,255,0),(30324,98,255,0),(30325,99,255,0),(30326,100,255,0),(30327,101,255,0),(30328,102,255,0),(30329,103,255,0),(30330,104,255,0),(30331,105,255,0),(30332,106,255,0),(30333,107,255,0),(30334,108,255,0),(30335,109,255,0),(30336,110,255,0),(30337,111,255,0),(30338,112,255,0),(30339,113,255,0),(30340,114,255,0),(30341,115,255,0),(30342,116,255,0),(30343,117,255,0),(30344,118,255,0),(30345,119,255,0),(30346,1,256,0),(30347,2,256,0),(30348,3,256,0),(30349,4,256,0),(30350,5,256,0),(30351,6,256,0),(30352,7,256,0),(30353,8,256,0),(30354,9,256,0),(30355,10,256,0),(30356,11,256,0),(30357,12,256,0),(30358,13,256,0),(30359,14,256,0),(30360,15,256,0),(30361,16,256,0),(30362,17,256,0),(30363,18,256,0),(30364,19,256,0),(30365,20,256,0),(30366,21,256,0),(30367,22,256,0),(30368,23,256,0),(30369,24,256,0),(30370,25,256,0),(30371,26,256,0),(30372,27,256,0),(30373,28,256,0.5),(30374,29,256,0),(30375,30,256,0),(30376,31,256,0),(30377,32,256,0),(30378,33,256,0),(30379,34,256,0),(30380,35,256,0),(30381,36,256,0),(30382,37,256,0),(30383,38,256,0),(30384,39,256,0),(30385,40,256,0),(30386,41,256,0),(30387,42,256,0),(30388,43,256,0),(30389,44,256,0),(30390,45,256,0),(30391,46,256,0),(30392,47,256,0),(30393,48,256,0),(30394,49,256,0),(30395,50,256,0),(30396,51,256,0),(30397,52,256,0),(30398,53,256,0),(30399,54,256,0),(30400,55,256,0),(30401,56,256,0),(30402,57,256,0),(30403,58,256,0),(30404,59,256,0),(30405,60,256,0),(30406,61,256,0),(30407,62,256,0),(30408,63,256,0),(30409,64,256,0),(30410,65,256,0),(30411,66,256,0),(30412,67,256,0),(30413,68,256,0),(30414,69,256,0),(30415,70,256,0),(30416,71,256,0),(30417,72,256,0),(30418,73,256,0),(30419,74,256,0),(30420,75,256,0),(30421,76,256,0),(30422,77,256,0),(30423,78,256,0),(30424,79,256,0),(30425,80,256,0),(30426,81,256,0),(30427,82,256,0),(30428,83,256,0),(30429,84,256,0),(30430,85,256,0),(30431,86,256,0),(30432,87,256,0),(30433,88,256,0),(30434,89,256,0),(30435,90,256,0),(30436,91,256,0),(30437,92,256,0),(30438,93,256,0),(30439,94,256,0),(30440,95,256,0),(30441,96,256,0),(30442,97,256,0),(30443,98,256,0),(30444,99,256,0),(30445,100,256,0),(30446,101,256,0),(30447,102,256,0),(30448,103,256,0),(30449,104,256,0),(30450,105,256,0),(30451,106,256,0),(30452,107,256,0),(30453,108,256,0),(30454,109,256,0),(30455,110,256,0),(30456,111,256,0),(30457,112,256,0),(30458,113,256,0),(30459,114,256,0),(30460,115,256,0),(30461,116,256,0),(30462,117,256,0),(30463,118,256,0),(30464,119,256,0),(30465,1,257,0),(30466,2,257,0),(30467,3,257,0),(30468,4,257,0),(30469,5,257,0),(30470,6,257,0),(30471,7,257,0),(30472,8,257,0),(30473,9,257,0),(30474,10,257,0),(30475,11,257,0),(30476,12,257,0),(30477,13,257,0),(30478,14,257,0),(30479,15,257,0),(30480,16,257,0),(30481,17,257,0),(30482,18,257,0),(30483,19,257,0),(30484,20,257,0),(30485,21,257,0),(30486,22,257,0),(30487,23,257,0),(30488,24,257,0),(30489,25,257,0),(30490,26,257,0),(30491,27,257,0),(30492,28,257,0.8),(30493,29,257,0),(30494,30,257,0),(30495,31,257,0),(30496,32,257,0),(30497,33,257,0),(30498,34,257,0),(30499,35,257,0),(30500,36,257,0),(30501,37,257,0),(30502,38,257,0),(30503,39,257,0),(30504,40,257,0),(30505,41,257,0),(30506,42,257,0),(30507,43,257,0),(30508,44,257,0),(30509,45,257,0),(30510,46,257,0),(30511,47,257,0),(30512,48,257,0),(30513,49,257,0),(30514,50,257,0),(30515,51,257,0),(30516,52,257,0),(30517,53,257,0),(30518,54,257,0),(30519,55,257,0),(30520,56,257,0),(30521,57,257,0),(30522,58,257,0),(30523,59,257,0),(30524,60,257,0),(30525,61,257,0),(30526,62,257,0),(30527,63,257,0),(30528,64,257,0),(30529,65,257,0),(30530,66,257,0),(30531,67,257,0),(30532,68,257,0),(30533,69,257,0),(30534,70,257,0),(30535,71,257,0),(30536,72,257,0),(30537,73,257,0),(30538,74,257,0),(30539,75,257,0),(30540,76,257,0),(30541,77,257,0),(30542,78,257,0),(30543,79,257,0),(30544,80,257,0),(30545,81,257,0),(30546,82,257,0),(30547,83,257,0),(30548,84,257,0),(30549,85,257,0),(30550,86,257,0),(30551,87,257,0),(30552,88,257,0),(30553,89,257,0),(30554,90,257,0),(30555,91,257,0),(30556,92,257,0),(30557,93,257,0),(30558,94,257,0),(30559,95,257,0),(30560,96,257,0),(30561,97,257,0),(30562,98,257,0),(30563,99,257,0),(30564,100,257,0),(30565,101,257,0),(30566,102,257,0),(30567,103,257,0),(30568,104,257,0),(30569,105,257,0),(30570,106,257,0),(30571,107,257,0),(30572,108,257,0),(30573,109,257,0),(30574,110,257,0),(30575,111,257,0),(30576,112,257,0),(30577,113,257,0),(30578,114,257,0),(30579,115,257,0),(30580,116,257,0),(30581,117,257,0),(30582,118,257,0),(30583,119,257,0),(30584,1,258,0),(30585,2,258,0),(30586,3,258,0),(30587,4,258,0),(30588,5,258,0),(30589,6,258,0),(30590,7,258,0),(30591,8,258,0),(30592,9,258,0),(30593,10,258,0),(30594,11,258,0),(30595,12,258,0),(30596,13,258,0),(30597,14,258,0),(30598,15,258,0),(30599,16,258,0),(30600,17,258,0),(30601,18,258,0),(30602,19,258,0),(30603,20,258,0),(30604,21,258,0),(30605,22,258,0),(30606,23,258,0),(30607,24,258,0),(30608,25,258,0),(30609,26,258,0),(30610,27,258,0),(30611,28,258,0.282458617940824),(30612,29,258,0),(30613,30,258,0),(30614,31,258,0),(30615,32,258,0),(30616,33,258,0),(30617,34,258,0),(30618,35,258,0),(30619,36,258,0),(30620,37,258,0),(30621,38,258,0),(30622,39,258,0),(30623,40,258,0),(30624,41,258,0),(30625,42,258,0),(30626,43,258,0),(30627,44,258,0),(30628,45,258,0),(30629,46,258,0),(30630,47,258,0),(30631,48,258,0),(30632,49,258,0),(30633,50,258,0),(30634,51,258,0),(30635,52,258,0),(30636,53,258,0),(30637,54,258,0),(30638,55,258,0),(30639,56,258,0),(30640,57,258,0),(30641,58,258,0),(30642,59,258,0),(30643,60,258,0),(30644,61,258,0),(30645,62,258,0),(30646,63,258,0),(30647,64,258,0),(30648,65,258,0),(30649,66,258,0),(30650,67,258,0),(30651,68,258,0),(30652,69,258,0),(30653,70,258,0),(30654,71,258,0),(30655,72,258,0),(30656,73,258,0),(30657,74,258,0),(30658,75,258,0),(30659,76,258,0),(30660,77,258,0),(30661,78,258,0),(30662,79,258,0),(30663,80,258,0),(30664,81,258,0),(30665,82,258,0),(30666,83,258,0),(30667,84,258,0),(30668,85,258,0),(30669,86,258,0),(30670,87,258,0),(30671,88,258,0),(30672,89,258,0),(30673,90,258,0),(30674,91,258,0),(30675,92,258,0),(30676,93,258,0),(30677,94,258,0),(30678,95,258,0),(30679,96,258,0),(30680,97,258,0),(30681,98,258,0),(30682,99,258,0),(30683,100,258,0),(30684,101,258,0),(30685,102,258,0),(30686,103,258,0),(30687,104,258,0),(30688,105,258,0),(30689,106,258,0),(30690,107,258,0),(30691,108,258,0),(30692,109,258,0),(30693,110,258,0),(30694,111,258,0),(30695,112,258,0),(30696,113,258,0),(30697,114,258,0),(30698,115,258,0),(30699,116,258,0),(30700,117,258,0),(30701,118,258,0),(30702,119,258,0),(30703,1,259,0),(30704,2,259,0),(30705,3,259,0),(30706,4,259,0),(30707,5,259,0),(30708,6,259,0),(30709,7,259,0),(30710,8,259,0),(30711,9,259,0),(30712,10,259,0),(30713,11,259,0),(30714,12,259,0),(30715,13,259,0),(30716,14,259,0),(30717,15,259,0),(30718,16,259,0),(30719,17,259,0),(30720,18,259,0),(30721,19,259,0),(30722,20,259,0),(30723,21,259,0),(30724,22,259,0),(30725,23,259,0),(30726,24,259,0),(30727,25,259,0),(30728,26,259,0),(30729,27,259,0),(30730,28,259,0.480469551675672),(30731,29,259,0),(30732,30,259,0),(30733,31,259,0),(30734,32,259,0),(30735,33,259,0),(30736,34,259,0),(30737,35,259,0),(30738,36,259,0),(30739,37,259,0),(30740,38,259,0),(30741,39,259,0),(30742,40,259,0),(30743,41,259,0),(30744,42,259,0),(30745,43,259,0),(30746,44,259,0),(30747,45,259,0),(30748,46,259,0),(30749,47,259,0),(30750,48,259,0),(30751,49,259,0),(30752,50,259,0),(30753,51,259,0),(30754,52,259,0),(30755,53,259,0),(30756,54,259,0),(30757,55,259,0),(30758,56,259,0),(30759,57,259,0),(30760,58,259,0),(30761,59,259,0),(30762,60,259,0),(30763,61,259,0),(30764,62,259,0),(30765,63,259,0),(30766,64,259,0),(30767,65,259,0),(30768,66,259,0),(30769,67,259,0),(30770,68,259,0),(30771,69,259,0),(30772,70,259,0),(30773,71,259,0),(30774,72,259,0),(30775,73,259,0),(30776,74,259,0),(30777,75,259,0),(30778,76,259,0),(30779,77,259,0),(30780,78,259,0),(30781,79,259,0),(30782,80,259,0),(30783,81,259,0),(30784,82,259,0),(30785,83,259,0),(30786,84,259,0),(30787,85,259,0),(30788,86,259,0),(30789,87,259,0),(30790,88,259,0),(30791,89,259,0),(30792,90,259,0),(30793,91,259,0),(30794,92,259,0),(30795,93,259,0),(30796,94,259,0),(30797,95,259,0),(30798,96,259,0),(30799,97,259,0),(30800,98,259,0),(30801,99,259,0),(30802,100,259,0),(30803,101,259,0),(30804,102,259,0),(30805,103,259,0),(30806,104,259,0),(30807,105,259,0),(30808,106,259,0),(30809,107,259,0),(30810,108,259,0),(30811,109,259,0),(30812,110,259,0),(30813,111,259,0),(30814,112,259,0),(30815,113,259,0),(30816,114,259,0),(30817,115,259,0),(30818,116,259,0),(30819,117,259,0),(30820,118,259,0),(30821,119,259,0),(30822,1,260,0),(30823,2,260,0),(30824,3,260,0),(30825,4,260,0),(30826,5,260,0),(30827,6,260,0),(30828,7,260,0),(30829,8,260,0),(30830,9,260,0),(30831,10,260,0),(30832,11,260,0),(30833,12,260,0),(30834,13,260,0),(30835,14,260,0),(30836,15,260,0),(30837,16,260,0),(30838,17,260,0),(30839,18,260,0),(30840,19,260,0),(30841,20,260,0),(30842,21,260,0),(30843,22,260,0),(30844,23,260,0),(30845,24,260,0),(30846,25,260,0),(30847,26,260,0),(30848,27,260,0),(30849,28,260,0.237071830383504),(30850,29,260,0),(30851,30,260,0),(30852,31,260,0),(30853,32,260,0),(30854,33,260,0),(30855,34,260,0),(30856,35,260,0),(30857,36,260,0),(30858,37,260,0),(30859,38,260,0),(30860,39,260,0),(30861,40,260,0),(30862,41,260,0),(30863,42,260,0),(30864,43,260,0),(30865,44,260,0),(30866,45,260,0),(30867,46,260,0),(30868,47,260,0),(30869,48,260,0),(30870,49,260,0),(30871,50,260,0),(30872,51,260,0),(30873,52,260,0),(30874,53,260,0),(30875,54,260,0),(30876,55,260,0),(30877,56,260,0),(30878,57,260,0),(30879,58,260,0),(30880,59,260,0),(30881,60,260,0),(30882,61,260,0),(30883,62,260,0),(30884,63,260,0),(30885,64,260,0),(30886,65,260,0),(30887,66,260,0),(30888,67,260,0),(30889,68,260,0),(30890,69,260,0),(30891,70,260,0),(30892,71,260,0),(30893,72,260,0),(30894,73,260,0),(30895,74,260,0),(30896,75,260,0),(30897,76,260,0),(30898,77,260,0),(30899,78,260,0),(30900,79,260,0),(30901,80,260,0),(30902,81,260,0),(30903,82,260,0),(30904,83,260,0),(30905,84,260,0),(30906,85,260,0),(30907,86,260,0),(30908,87,260,0),(30909,88,260,0),(30910,89,260,0),(30911,90,260,0),(30912,91,260,0),(30913,92,260,0),(30914,93,260,0),(30915,94,260,0),(30916,95,260,0),(30917,96,260,0),(30918,97,260,0),(30919,98,260,0),(30920,99,260,0),(30921,100,260,0),(30922,101,260,0),(30923,102,260,0),(30924,103,260,0),(30925,104,260,0),(30926,105,260,0),(30927,106,260,0),(30928,107,260,0),(30929,108,260,0),(30930,109,260,0),(30931,110,260,0),(30932,111,260,0),(30933,112,260,0),(30934,113,260,0),(30935,114,260,0),(30936,115,260,0),(30937,116,260,0),(30938,117,260,0),(30939,118,260,0),(30940,119,260,0),(30941,1,261,0),(30942,2,261,0),(30943,3,261,0),(30944,4,261,0),(30945,5,261,0),(30946,6,261,0),(30947,7,261,0),(30948,8,261,0),(30949,9,261,0),(30950,10,261,0),(30951,11,261,0),(30952,12,261,0),(30953,13,261,0),(30954,14,261,0),(30955,15,261,0),(30956,16,261,0),(30957,17,261,0),(30958,18,261,0),(30959,19,261,0),(30960,20,261,0),(30961,21,261,0),(30962,22,261,0),(30963,23,261,0),(30964,24,261,0),(30965,25,261,0),(30966,26,261,0),(30967,27,261,0),(30968,28,261,0),(30969,29,261,0.5),(30970,30,261,0),(30971,31,261,0),(30972,32,261,0),(30973,33,261,0),(30974,34,261,0),(30975,35,261,0),(30976,36,261,0),(30977,37,261,0),(30978,38,261,0),(30979,39,261,0),(30980,40,261,0),(30981,41,261,0),(30982,42,261,0),(30983,43,261,0),(30984,44,261,0),(30985,45,261,0),(30986,46,261,0),(30987,47,261,0),(30988,48,261,0),(30989,49,261,0),(30990,50,261,0),(30991,51,261,0),(30992,52,261,0),(30993,53,261,0),(30994,54,261,0),(30995,55,261,0),(30996,56,261,0),(30997,57,261,0),(30998,58,261,0),(30999,59,261,0),(31000,60,261,0),(31001,61,261,0),(31002,62,261,0),(31003,63,261,0),(31004,64,261,0),(31005,65,261,0),(31006,66,261,0),(31007,67,261,0),(31008,68,261,0),(31009,69,261,0),(31010,70,261,0),(31011,71,261,0),(31012,72,261,0),(31013,73,261,0),(31014,74,261,0),(31015,75,261,0),(31016,76,261,0),(31017,77,261,0),(31018,78,261,0),(31019,79,261,0),(31020,80,261,0),(31021,81,261,0),(31022,82,261,0),(31023,83,261,0),(31024,84,261,0),(31025,85,261,0),(31026,86,261,0),(31027,87,261,0),(31028,88,261,0),(31029,89,261,0),(31030,90,261,0),(31031,91,261,0),(31032,92,261,0),(31033,93,261,0),(31034,94,261,0),(31035,95,261,0),(31036,96,261,0),(31037,97,261,0),(31038,98,261,0),(31039,99,261,0),(31040,100,261,0),(31041,101,261,0),(31042,102,261,0),(31043,103,261,0),(31044,104,261,0),(31045,105,261,0),(31046,106,261,0),(31047,107,261,0),(31048,108,261,0),(31049,109,261,0),(31050,110,261,0),(31051,111,261,0),(31052,112,261,0),(31053,113,261,0),(31054,114,261,0),(31055,115,261,0),(31056,116,261,0),(31057,117,261,0),(31058,118,261,0),(31059,119,261,0),(31060,1,262,0),(31061,2,262,0),(31062,3,262,0),(31063,4,262,0),(31064,5,262,0),(31065,6,262,0),(31066,7,262,0),(31067,8,262,0),(31068,9,262,0),(31069,10,262,0),(31070,11,262,0),(31071,12,262,0),(31072,13,262,0),(31073,14,262,0),(31074,15,262,0),(31075,16,262,0),(31076,17,262,0),(31077,18,262,0),(31078,19,262,0),(31079,20,262,0),(31080,21,262,0),(31081,22,262,0),(31082,23,262,0),(31083,24,262,0),(31084,25,262,0),(31085,26,262,0),(31086,27,262,0),(31087,28,262,0),(31088,29,262,0.8),(31089,30,262,0),(31090,31,262,0),(31091,32,262,0),(31092,33,262,0),(31093,34,262,0),(31094,35,262,0),(31095,36,262,0),(31096,37,262,0),(31097,38,262,0),(31098,39,262,0),(31099,40,262,0),(31100,41,262,0),(31101,42,262,0),(31102,43,262,0),(31103,44,262,0),(31104,45,262,0),(31105,46,262,0),(31106,47,262,0),(31107,48,262,0),(31108,49,262,0),(31109,50,262,0),(31110,51,262,0),(31111,52,262,0),(31112,53,262,0),(31113,54,262,0),(31114,55,262,0),(31115,56,262,0),(31116,57,262,0),(31117,58,262,0),(31118,59,262,0),(31119,60,262,0),(31120,61,262,0),(31121,62,262,0),(31122,63,262,0),(31123,64,262,0),(31124,65,262,0),(31125,66,262,0),(31126,67,262,0),(31127,68,262,0),(31128,69,262,0),(31129,70,262,0),(31130,71,262,0),(31131,72,262,0),(31132,73,262,0),(31133,74,262,0),(31134,75,262,0),(31135,76,262,0),(31136,77,262,0),(31137,78,262,0),(31138,79,262,0),(31139,80,262,0),(31140,81,262,0),(31141,82,262,0),(31142,83,262,0),(31143,84,262,0),(31144,85,262,0),(31145,86,262,0),(31146,87,262,0),(31147,88,262,0),(31148,89,262,0),(31149,90,262,0),(31150,91,262,0),(31151,92,262,0),(31152,93,262,0),(31153,94,262,0),(31154,95,262,0),(31155,96,262,0),(31156,97,262,0),(31157,98,262,0),(31158,99,262,0),(31159,100,262,0),(31160,101,262,0),(31161,102,262,0),(31162,103,262,0),(31163,104,262,0),(31164,105,262,0),(31165,106,262,0),(31166,107,262,0),(31167,108,262,0),(31168,109,262,0),(31169,110,262,0),(31170,111,262,0),(31171,112,262,0),(31172,113,262,0),(31173,114,262,0),(31174,115,262,0),(31175,116,262,0),(31176,117,262,0),(31177,118,262,0),(31178,119,262,0),(31179,1,263,0),(31180,2,263,0),(31181,3,263,0),(31182,4,263,0),(31183,5,263,0),(31184,6,263,0),(31185,7,263,0),(31186,8,263,0),(31187,9,263,0),(31188,10,263,0),(31189,11,263,0),(31190,12,263,0),(31191,13,263,0),(31192,14,263,0),(31193,15,263,0),(31194,16,263,0),(31195,17,263,0),(31196,18,263,0),(31197,19,263,0),(31198,20,263,0),(31199,21,263,0),(31200,22,263,0),(31201,23,263,0),(31202,24,263,0),(31203,25,263,0),(31204,26,263,0),(31205,27,263,0),(31206,28,263,0),(31207,29,263,1),(31208,30,263,0),(31209,31,263,0),(31210,32,263,0),(31211,33,263,0),(31212,34,263,0),(31213,35,263,0),(31214,36,263,0),(31215,37,263,0),(31216,38,263,0),(31217,39,263,0),(31218,40,263,0),(31219,41,263,0),(31220,42,263,0),(31221,43,263,0),(31222,44,263,0),(31223,45,263,0),(31224,46,263,0),(31225,47,263,0),(31226,48,263,0),(31227,49,263,0),(31228,50,263,0),(31229,51,263,0),(31230,52,263,0),(31231,53,263,0),(31232,54,263,0),(31233,55,263,0),(31234,56,263,0),(31235,57,263,0),(31236,58,263,0),(31237,59,263,0),(31238,60,263,0),(31239,61,263,0),(31240,62,263,0),(31241,63,263,0),(31242,64,263,0),(31243,65,263,0),(31244,66,263,0),(31245,67,263,0),(31246,68,263,0),(31247,69,263,0),(31248,70,263,0),(31249,71,263,0),(31250,72,263,0),(31251,73,263,0),(31252,74,263,0),(31253,75,263,0),(31254,76,263,0),(31255,77,263,0),(31256,78,263,0),(31257,79,263,0),(31258,80,263,0),(31259,81,263,0),(31260,82,263,0),(31261,83,263,0),(31262,84,263,0),(31263,85,263,0),(31264,86,263,0),(31265,87,263,0),(31266,88,263,0),(31267,89,263,0),(31268,90,263,0),(31269,91,263,0),(31270,92,263,0),(31271,93,263,0),(31272,94,263,0),(31273,95,263,0),(31274,96,263,0),(31275,97,263,0),(31276,98,263,0),(31277,99,263,0),(31278,100,263,0),(31279,101,263,0),(31280,102,263,0),(31281,103,263,0),(31282,104,263,0),(31283,105,263,0),(31284,106,263,0),(31285,107,263,0),(31286,108,263,0),(31287,109,263,0),(31288,110,263,0),(31289,111,263,0),(31290,112,263,0),(31291,113,263,0),(31292,114,263,0),(31293,115,263,0),(31294,116,263,0),(31295,117,263,0),(31296,118,263,0),(31297,119,263,0),(31298,1,264,0),(31299,2,264,0),(31300,3,264,0),(31301,4,264,0),(31302,5,264,0),(31303,6,264,0),(31304,7,264,0),(31305,8,264,0),(31306,9,264,0),(31307,10,264,0),(31308,11,264,0),(31309,12,264,0),(31310,13,264,0),(31311,14,264,0),(31312,15,264,0),(31313,16,264,0),(31314,17,264,0),(31315,18,264,0),(31316,19,264,0),(31317,20,264,0),(31318,21,264,0),(31319,22,264,0),(31320,23,264,0),(31321,24,264,0),(31322,25,264,0),(31323,26,264,0),(31324,27,264,0),(31325,28,264,0),(31326,29,264,0),(31327,30,264,0.5),(31328,31,264,0),(31329,32,264,0),(31330,33,264,0),(31331,34,264,0),(31332,35,264,0),(31333,36,264,0),(31334,37,264,0),(31335,38,264,0),(31336,39,264,0),(31337,40,264,0),(31338,41,264,0),(31339,42,264,0),(31340,43,264,0),(31341,44,264,0),(31342,45,264,0),(31343,46,264,0),(31344,47,264,0),(31345,48,264,0),(31346,49,264,0),(31347,50,264,0),(31348,51,264,0),(31349,52,264,0),(31350,53,264,0),(31351,54,264,0),(31352,55,264,0),(31353,56,264,0),(31354,57,264,0),(31355,58,264,0),(31356,59,264,0),(31357,60,264,0),(31358,61,264,0),(31359,62,264,0),(31360,63,264,0),(31361,64,264,0),(31362,65,264,0),(31363,66,264,0),(31364,67,264,0),(31365,68,264,0),(31366,69,264,0),(31367,70,264,0),(31368,71,264,0),(31369,72,264,0),(31370,73,264,0),(31371,74,264,0),(31372,75,264,0),(31373,76,264,0),(31374,77,264,0),(31375,78,264,0),(31376,79,264,0),(31377,80,264,0),(31378,81,264,0),(31379,82,264,0),(31380,83,264,0),(31381,84,264,0),(31382,85,264,0),(31383,86,264,0),(31384,87,264,0),(31385,88,264,0),(31386,89,264,0),(31387,90,264,0),(31388,91,264,0),(31389,92,264,0),(31390,93,264,0),(31391,94,264,0),(31392,95,264,0),(31393,96,264,0),(31394,97,264,0),(31395,98,264,0),(31396,99,264,0),(31397,100,264,0),(31398,101,264,0),(31399,102,264,0),(31400,103,264,0),(31401,104,264,0),(31402,105,264,0),(31403,106,264,0),(31404,107,264,0),(31405,108,264,0),(31406,109,264,0),(31407,110,264,0),(31408,111,264,0),(31409,112,264,0),(31410,113,264,0),(31411,114,264,0),(31412,115,264,0),(31413,116,264,0),(31414,117,264,0),(31415,118,264,0),(31416,119,264,0),(31417,1,265,0),(31418,2,265,0),(31419,3,265,0),(31420,4,265,0),(31421,5,265,0),(31422,6,265,0),(31423,7,265,0),(31424,8,265,0),(31425,9,265,0),(31426,10,265,0),(31427,11,265,0),(31428,12,265,0),(31429,13,265,0),(31430,14,265,0),(31431,15,265,0),(31432,16,265,0),(31433,17,265,0),(31434,18,265,0),(31435,19,265,0),(31436,20,265,0),(31437,21,265,0),(31438,22,265,0),(31439,23,265,0),(31440,24,265,0),(31441,25,265,0),(31442,26,265,0),(31443,27,265,0),(31444,28,265,0),(31445,29,265,0),(31446,30,265,0.112919483069999),(31447,31,265,0),(31448,32,265,0),(31449,33,265,0),(31450,34,265,0),(31451,35,265,0),(31452,36,265,0),(31453,37,265,0),(31454,38,265,0),(31455,39,265,0),(31456,40,265,0),(31457,41,265,0),(31458,42,265,0),(31459,43,265,0),(31460,44,265,0),(31461,45,265,0),(31462,46,265,0),(31463,47,265,0),(31464,48,265,0),(31465,49,265,0),(31466,50,265,0),(31467,51,265,0),(31468,52,265,0),(31469,53,265,0),(31470,54,265,0),(31471,55,265,0),(31472,56,265,0),(31473,57,265,0),(31474,58,265,0),(31475,59,265,0),(31476,60,265,0),(31477,61,265,0),(31478,62,265,0),(31479,63,265,0),(31480,64,265,0),(31481,65,265,0),(31482,66,265,0),(31483,67,265,0),(31484,68,265,0),(31485,69,265,0),(31486,70,265,0),(31487,71,265,0),(31488,72,265,0),(31489,73,265,0),(31490,74,265,0),(31491,75,265,0),(31492,76,265,0),(31493,77,265,0),(31494,78,265,0),(31495,79,265,0),(31496,80,265,0),(31497,81,265,0),(31498,82,265,0),(31499,83,265,0),(31500,84,265,0),(31501,85,265,0),(31502,86,265,0),(31503,87,265,0),(31504,88,265,0),(31505,89,265,0),(31506,90,265,0),(31507,91,265,0),(31508,92,265,0),(31509,93,265,0),(31510,94,265,0),(31511,95,265,0),(31512,96,265,0),(31513,97,265,0),(31514,98,265,0),(31515,99,265,0),(31516,100,265,0),(31517,101,265,0),(31518,102,265,0),(31519,103,265,0),(31520,104,265,0),(31521,105,265,0),(31522,106,265,0),(31523,107,265,0),(31524,108,265,0),(31525,109,265,0),(31526,110,265,0),(31527,111,265,0),(31528,112,265,0),(31529,113,265,0),(31530,114,265,0),(31531,115,265,0),(31532,116,265,0),(31533,117,265,0),(31534,118,265,0),(31535,119,265,0),(31536,1,266,0),(31537,2,266,0),(31538,3,266,0),(31539,4,266,0),(31540,5,266,0),(31541,6,266,0),(31542,7,266,0),(31543,8,266,0),(31544,9,266,0),(31545,10,266,0),(31546,11,266,0),(31547,12,266,0),(31548,13,266,0),(31549,14,266,0),(31550,15,266,0),(31551,16,266,0),(31552,17,266,0),(31553,18,266,0),(31554,19,266,0),(31555,20,266,0),(31556,21,266,0),(31557,22,266,0),(31558,23,266,0),(31559,24,266,0),(31560,25,266,0),(31561,26,266,0),(31562,27,266,0),(31563,28,266,0),(31564,29,266,0),(31565,30,266,0.153854718943663),(31566,31,266,0),(31567,32,266,0),(31568,33,266,0),(31569,34,266,0),(31570,35,266,0),(31571,36,266,0),(31572,37,266,0),(31573,38,266,0),(31574,39,266,0),(31575,40,266,0),(31576,41,266,0),(31577,42,266,0),(31578,43,266,0),(31579,44,266,0),(31580,45,266,0),(31581,46,266,0),(31582,47,266,0),(31583,48,266,0),(31584,49,266,0),(31585,50,266,0),(31586,51,266,0),(31587,52,266,0),(31588,53,266,0),(31589,54,266,0),(31590,55,266,0),(31591,56,266,0),(31592,57,266,0),(31593,58,266,0),(31594,59,266,0),(31595,60,266,0),(31596,61,266,0),(31597,62,266,0),(31598,63,266,0),(31599,64,266,0),(31600,65,266,0),(31601,66,266,0),(31602,67,266,0),(31603,68,266,0),(31604,69,266,0),(31605,70,266,0),(31606,71,266,0),(31607,72,266,0),(31608,73,266,0),(31609,74,266,0),(31610,75,266,0),(31611,76,266,0),(31612,77,266,0),(31613,78,266,0),(31614,79,266,0),(31615,80,266,0),(31616,81,266,0),(31617,82,266,0),(31618,83,266,0),(31619,84,266,0),(31620,85,266,0),(31621,86,266,0),(31622,87,266,0),(31623,88,266,0),(31624,89,266,0),(31625,90,266,0),(31626,91,266,0),(31627,92,266,0),(31628,93,266,0),(31629,94,266,0),(31630,95,266,0),(31631,96,266,0),(31632,97,266,0),(31633,98,266,0),(31634,99,266,0),(31635,100,266,0),(31636,101,266,0),(31637,102,266,0),(31638,103,266,0),(31639,104,266,0),(31640,105,266,0),(31641,106,266,0),(31642,107,266,0),(31643,108,266,0),(31644,109,266,0),(31645,110,266,0),(31646,111,266,0),(31647,112,266,0),(31648,113,266,0),(31649,114,266,0),(31650,115,266,0),(31651,116,266,0),(31652,117,266,0),(31653,118,266,0),(31654,119,266,0),(31655,1,267,0),(31656,2,267,0),(31657,3,267,0),(31658,4,267,0),(31659,5,267,0),(31660,6,267,0),(31661,7,267,0),(31662,8,267,0),(31663,9,267,0),(31664,10,267,0),(31665,11,267,0),(31666,12,267,0),(31667,13,267,0),(31668,14,267,0),(31669,15,267,0),(31670,16,267,0),(31671,17,267,0),(31672,18,267,0),(31673,19,267,0),(31674,20,267,0),(31675,21,267,0),(31676,22,267,0),(31677,23,267,0),(31678,24,267,0),(31679,25,267,0),(31680,26,267,0),(31681,27,267,0),(31682,28,267,0),(31683,29,267,0),(31684,30,267,0.533225797986338),(31685,31,267,0),(31686,32,267,0),(31687,33,267,0),(31688,34,267,0),(31689,35,267,0),(31690,36,267,0),(31691,37,267,0),(31692,38,267,0),(31693,39,267,0),(31694,40,267,0),(31695,41,267,0),(31696,42,267,0),(31697,43,267,0),(31698,44,267,0),(31699,45,267,0),(31700,46,267,0),(31701,47,267,0),(31702,48,267,0),(31703,49,267,0),(31704,50,267,0),(31705,51,267,0),(31706,52,267,0),(31707,53,267,0),(31708,54,267,0),(31709,55,267,0),(31710,56,267,0),(31711,57,267,0),(31712,58,267,0),(31713,59,267,0),(31714,60,267,0),(31715,61,267,0),(31716,62,267,0),(31717,63,267,0),(31718,64,267,0),(31719,65,267,0),(31720,66,267,0),(31721,67,267,0),(31722,68,267,0),(31723,69,267,0),(31724,70,267,0),(31725,71,267,0),(31726,72,267,0),(31727,73,267,0),(31728,74,267,0),(31729,75,267,0),(31730,76,267,0),(31731,77,267,0),(31732,78,267,0),(31733,79,267,0),(31734,80,267,0),(31735,81,267,0),(31736,82,267,0),(31737,83,267,0),(31738,84,267,0),(31739,85,267,0),(31740,86,267,0),(31741,87,267,0),(31742,88,267,0),(31743,89,267,0),(31744,90,267,0),(31745,91,267,0),(31746,92,267,0),(31747,93,267,0),(31748,94,267,0),(31749,95,267,0),(31750,96,267,0),(31751,97,267,0),(31752,98,267,0),(31753,99,267,0),(31754,100,267,0),(31755,101,267,0),(31756,102,267,0),(31757,103,267,0),(31758,104,267,0),(31759,105,267,0),(31760,106,267,0),(31761,107,267,0),(31762,108,267,0),(31763,109,267,0),(31764,110,267,0),(31765,111,267,0),(31766,112,267,0),(31767,113,267,0),(31768,114,267,0),(31769,115,267,0),(31770,116,267,0),(31771,117,267,0),(31772,118,267,0),(31773,119,267,0),(31774,1,268,0),(31775,2,268,0),(31776,3,268,0),(31777,4,268,0),(31778,5,268,0),(31779,6,268,0),(31780,7,268,0),(31781,8,268,0),(31782,9,268,0),(31783,10,268,0),(31784,11,268,0),(31785,12,268,0),(31786,13,268,0),(31787,14,268,0),(31788,15,268,0),(31789,16,268,0),(31790,17,268,0),(31791,18,268,0),(31792,19,268,0),(31793,20,268,0),(31794,21,268,0),(31795,22,268,0),(31796,23,268,0),(31797,24,268,0),(31798,25,268,0),(31799,26,268,0),(31800,27,268,0),(31801,28,268,0),(31802,29,268,0),(31803,30,268,0.0727150051613777),(31804,31,268,0),(31805,32,268,0),(31806,33,268,0),(31807,34,268,0),(31808,35,268,0),(31809,36,268,0),(31810,37,268,0),(31811,38,268,0),(31812,39,268,0),(31813,40,268,0),(31814,41,268,0),(31815,42,268,0),(31816,43,268,0),(31817,44,268,0),(31818,45,268,0),(31819,46,268,0),(31820,47,268,0),(31821,48,268,0),(31822,49,268,0),(31823,50,268,0),(31824,51,268,0),(31825,52,268,0),(31826,53,268,0),(31827,54,268,0),(31828,55,268,0),(31829,56,268,0),(31830,57,268,0),(31831,58,268,0),(31832,59,268,0),(31833,60,268,0),(31834,61,268,0),(31835,62,268,0),(31836,63,268,0),(31837,64,268,0),(31838,65,268,0),(31839,66,268,0),(31840,67,268,0),(31841,68,268,0),(31842,69,268,0),(31843,70,268,0),(31844,71,268,0),(31845,72,268,0),(31846,73,268,0),(31847,74,268,0),(31848,75,268,0),(31849,76,268,0),(31850,77,268,0),(31851,78,268,0),(31852,79,268,0),(31853,80,268,0),(31854,81,268,0),(31855,82,268,0),(31856,83,268,0),(31857,84,268,0),(31858,85,268,0),(31859,86,268,0),(31860,87,268,0),(31861,88,268,0),(31862,89,268,0),(31863,90,268,0),(31864,91,268,0),(31865,92,268,0),(31866,93,268,0),(31867,94,268,0),(31868,95,268,0),(31869,96,268,0),(31870,97,268,0),(31871,98,268,0),(31872,99,268,0),(31873,100,268,0),(31874,101,268,0),(31875,102,268,0),(31876,103,268,0),(31877,104,268,0),(31878,105,268,0),(31879,106,268,0),(31880,107,268,0),(31881,108,268,0),(31882,109,268,0),(31883,110,268,0),(31884,111,268,0),(31885,112,268,0),(31886,113,268,0),(31887,114,268,0),(31888,115,268,0),(31889,116,268,0),(31890,117,268,0),(31891,118,268,0),(31892,119,268,0),(31893,1,269,0),(31894,2,269,0),(31895,3,269,0),(31896,4,269,0),(31897,5,269,0),(31898,6,269,0),(31899,7,269,0),(31900,8,269,0),(31901,9,269,0),(31902,10,269,0),(31903,11,269,0),(31904,12,269,0),(31905,13,269,0),(31906,14,269,0),(31907,15,269,0),(31908,16,269,0),(31909,17,269,0),(31910,18,269,0),(31911,19,269,0),(31912,20,269,0),(31913,21,269,0),(31914,22,269,0),(31915,23,269,0),(31916,24,269,0),(31917,25,269,0),(31918,26,269,0),(31919,27,269,0),(31920,28,269,0),(31921,29,269,0),(31922,30,269,0.737922671111852),(31923,31,269,0),(31924,32,269,0),(31925,33,269,0),(31926,34,269,0),(31927,35,269,0),(31928,36,269,0),(31929,37,269,0),(31930,38,269,0),(31931,39,269,0),(31932,40,269,0),(31933,41,269,0),(31934,42,269,0),(31935,43,269,0),(31936,44,269,0),(31937,45,269,0),(31938,46,269,0),(31939,47,269,0),(31940,48,269,0),(31941,49,269,0),(31942,50,269,0),(31943,51,269,0),(31944,52,269,0),(31945,53,269,0),(31946,54,269,0),(31947,55,269,0),(31948,56,269,0),(31949,57,269,0),(31950,58,269,0),(31951,59,269,0),(31952,60,269,0),(31953,61,269,0),(31954,62,269,0),(31955,63,269,0),(31956,64,269,0),(31957,65,269,0),(31958,66,269,0),(31959,67,269,0),(31960,68,269,0),(31961,69,269,0),(31962,70,269,0),(31963,71,269,0),(31964,72,269,0),(31965,73,269,0),(31966,74,269,0),(31967,75,269,0),(31968,76,269,0),(31969,77,269,0),(31970,78,269,0),(31971,79,269,0),(31972,80,269,0),(31973,81,269,0),(31974,82,269,0),(31975,83,269,0),(31976,84,269,0),(31977,85,269,0),(31978,86,269,0),(31979,87,269,0),(31980,88,269,0),(31981,89,269,0),(31982,90,269,0),(31983,91,269,0),(31984,92,269,0),(31985,93,269,0),(31986,94,269,0),(31987,95,269,0),(31988,96,269,0),(31989,97,269,0),(31990,98,269,0),(31991,99,269,0),(31992,100,269,0),(31993,101,269,0),(31994,102,269,0),(31995,103,269,0),(31996,104,269,0),(31997,105,269,0),(31998,106,269,0),(31999,107,269,0),(32000,108,269,0),(32001,109,269,0),(32002,110,269,0),(32003,111,269,0),(32004,112,269,0),(32005,113,269,0),(32006,114,269,0),(32007,115,269,0),(32008,116,269,0),(32009,117,269,0),(32010,118,269,0),(32011,119,269,0),(32012,1,270,0),(32013,2,270,0),(32014,3,270,0),(32015,4,270,0),(32016,5,270,0),(32017,6,270,0),(32018,7,270,0),(32019,8,270,0),(32020,9,270,0),(32021,10,270,0),(32022,11,270,0),(32023,12,270,0),(32024,13,270,0),(32025,14,270,0),(32026,15,270,0),(32027,16,270,0),(32028,17,270,0),(32029,18,270,0),(32030,19,270,0),(32031,20,270,0),(32032,21,270,0),(32033,22,270,0),(32034,23,270,0),(32035,24,270,0),(32036,25,270,0),(32037,26,270,0),(32038,27,270,0),(32039,28,270,0),(32040,29,270,0),(32041,30,270,0.18936232372677),(32042,31,270,0),(32043,32,270,0),(32044,33,270,0),(32045,34,270,0),(32046,35,270,0),(32047,36,270,0),(32048,37,270,0),(32049,38,270,0),(32050,39,270,0),(32051,40,270,0),(32052,41,270,0),(32053,42,270,0),(32054,43,270,0),(32055,44,270,0),(32056,45,270,0),(32057,46,270,0),(32058,47,270,0),(32059,48,270,0),(32060,49,270,0),(32061,50,270,0),(32062,51,270,0),(32063,52,270,0),(32064,53,270,0),(32065,54,270,0),(32066,55,270,0),(32067,56,270,0),(32068,57,270,0),(32069,58,270,0),(32070,59,270,0),(32071,60,270,0),(32072,61,270,0),(32073,62,270,0),(32074,63,270,0),(32075,64,270,0),(32076,65,270,0),(32077,66,270,0),(32078,67,270,0),(32079,68,270,0),(32080,69,270,0),(32081,70,270,0),(32082,71,270,0),(32083,72,270,0),(32084,73,270,0),(32085,74,270,0),(32086,75,270,0),(32087,76,270,0),(32088,77,270,0),(32089,78,270,0),(32090,79,270,0),(32091,80,270,0),(32092,81,270,0),(32093,82,270,0),(32094,83,270,0),(32095,84,270,0),(32096,85,270,0),(32097,86,270,0),(32098,87,270,0),(32099,88,270,0),(32100,89,270,0),(32101,90,270,0),(32102,91,270,0),(32103,92,270,0),(32104,93,270,0),(32105,94,270,0),(32106,95,270,0),(32107,96,270,0),(32108,97,270,0),(32109,98,270,0),(32110,99,270,0),(32111,100,270,0),(32112,101,270,0),(32113,102,270,0),(32114,103,270,0),(32115,104,270,0),(32116,105,270,0),(32117,106,270,0),(32118,107,270,0),(32119,108,270,0),(32120,109,270,0),(32121,110,270,0),(32122,111,270,0),(32123,112,270,0),(32124,113,270,0),(32125,114,270,0),(32126,115,270,0),(32127,116,270,0),(32128,117,270,0),(32129,118,270,0),(32130,119,270,0),(32131,1,271,0),(32132,2,271,0),(32133,3,271,0),(32134,4,271,0),(32135,5,271,0),(32136,6,271,0),(32137,7,271,0),(32138,8,271,0),(32139,9,271,0),(32140,10,271,0),(32141,11,271,0),(32142,12,271,0),(32143,13,271,0),(32144,14,271,0),(32145,15,271,0),(32146,16,271,0),(32147,17,271,0),(32148,18,271,0),(32149,19,271,0),(32150,20,271,0),(32151,21,271,0),(32152,22,271,0),(32153,23,271,0),(32154,24,271,0),(32155,25,271,0),(32156,26,271,0),(32157,27,271,0),(32158,28,271,0),(32159,29,271,0),(32160,30,271,0),(32161,31,271,0.5),(32162,32,271,0),(32163,33,271,0),(32164,34,271,0),(32165,35,271,0),(32166,36,271,0),(32167,37,271,0),(32168,38,271,0),(32169,39,271,0),(32170,40,271,0),(32171,41,271,0),(32172,42,271,0),(32173,43,271,0),(32174,44,271,0),(32175,45,271,0),(32176,46,271,0),(32177,47,271,0),(32178,48,271,0),(32179,49,271,0),(32180,50,271,0),(32181,51,271,0),(32182,52,271,0),(32183,53,271,0),(32184,54,271,0),(32185,55,271,0),(32186,56,271,0),(32187,57,271,0),(32188,58,271,0),(32189,59,271,0),(32190,60,271,0),(32191,61,271,0),(32192,62,271,0),(32193,63,271,0),(32194,64,271,0),(32195,65,271,0),(32196,66,271,0),(32197,67,271,0),(32198,68,271,0),(32199,69,271,0),(32200,70,271,0),(32201,71,271,0),(32202,72,271,0),(32203,73,271,0),(32204,74,271,0),(32205,75,271,0),(32206,76,271,0),(32207,77,271,0),(32208,78,271,0),(32209,79,271,0),(32210,80,271,0),(32211,81,271,0),(32212,82,271,0),(32213,83,271,0),(32214,84,271,0),(32215,85,271,0),(32216,86,271,0),(32217,87,271,0),(32218,88,271,0),(32219,89,271,0),(32220,90,271,0),(32221,91,271,0),(32222,92,271,0),(32223,93,271,0),(32224,94,271,0),(32225,95,271,0),(32226,96,271,0),(32227,97,271,0),(32228,98,271,0),(32229,99,271,0),(32230,100,271,0),(32231,101,271,0),(32232,102,271,0),(32233,103,271,0),(32234,104,271,0),(32235,105,271,0),(32236,106,271,0),(32237,107,271,0),(32238,108,271,0),(32239,109,271,0),(32240,110,271,0),(32241,111,271,0),(32242,112,271,0),(32243,113,271,0),(32244,114,271,0),(32245,115,271,0),(32246,116,271,0),(32247,117,271,0),(32248,118,271,0),(32249,119,271,0),(32250,1,272,0),(32251,2,272,0),(32252,3,272,0),(32253,4,272,0),(32254,5,272,0),(32255,6,272,0),(32256,7,272,0),(32257,8,272,0),(32258,9,272,0),(32259,10,272,0),(32260,11,272,0),(32261,12,272,0),(32262,13,272,0),(32263,14,272,0),(32264,15,272,0),(32265,16,272,0),(32266,17,272,0),(32267,18,272,0),(32268,19,272,0),(32269,20,272,0),(32270,21,272,0),(32271,22,272,0),(32272,23,272,0),(32273,24,272,0),(32274,25,272,0),(32275,26,272,0),(32276,27,272,0),(32277,28,272,0),(32278,29,272,0),(32279,30,272,0),(32280,31,272,0.177512354647542),(32281,32,272,0),(32282,33,272,0),(32283,34,272,0),(32284,35,272,0),(32285,36,272,0),(32286,37,272,0),(32287,38,272,0),(32288,39,272,0),(32289,40,272,0),(32290,41,272,0),(32291,42,272,0),(32292,43,272,0),(32293,44,272,0),(32294,45,272,0),(32295,46,272,0),(32296,47,272,0),(32297,48,272,0),(32298,49,272,0),(32299,50,272,0),(32300,51,272,0),(32301,52,272,0),(32302,53,272,0),(32303,54,272,0),(32304,55,272,0),(32305,56,272,0),(32306,57,272,0),(32307,58,272,0),(32308,59,272,0),(32309,60,272,0),(32310,61,272,0),(32311,62,272,0),(32312,63,272,0),(32313,64,272,0),(32314,65,272,0),(32315,66,272,0),(32316,67,272,0),(32317,68,272,0),(32318,69,272,0),(32319,70,272,0),(32320,71,272,0),(32321,72,272,0),(32322,73,272,0),(32323,74,272,0),(32324,75,272,0),(32325,76,272,0),(32326,77,272,0),(32327,78,272,0),(32328,79,272,0),(32329,80,272,0),(32330,81,272,0),(32331,82,272,0),(32332,83,272,0),(32333,84,272,0),(32334,85,272,0),(32335,86,272,0),(32336,87,272,0),(32337,88,272,0),(32338,89,272,0),(32339,90,272,0),(32340,91,272,0),(32341,92,272,0),(32342,93,272,0),(32343,94,272,0),(32344,95,272,0),(32345,96,272,0),(32346,97,272,0),(32347,98,272,0),(32348,99,272,0),(32349,100,272,0),(32350,101,272,0),(32351,102,272,0),(32352,103,272,0),(32353,104,272,0),(32354,105,272,0),(32355,106,272,0),(32356,107,272,0),(32357,108,272,0),(32358,109,272,0),(32359,110,272,0),(32360,111,272,0),(32361,112,272,0),(32362,113,272,0),(32363,114,272,0),(32364,115,272,0),(32365,116,272,0),(32366,117,272,0),(32367,118,272,0),(32368,119,272,0),(32369,1,273,0),(32370,2,273,0),(32371,3,273,0),(32372,4,273,0),(32373,5,273,0),(32374,6,273,0),(32375,7,273,0),(32376,8,273,0),(32377,9,273,0),(32378,10,273,0),(32379,11,273,0),(32380,12,273,0),(32381,13,273,0),(32382,14,273,0),(32383,15,273,0),(32384,16,273,0),(32385,17,273,0),(32386,18,273,0),(32387,19,273,0),(32388,20,273,0),(32389,21,273,0),(32390,22,273,0),(32391,23,273,0),(32392,24,273,0),(32393,25,273,0),(32394,26,273,0),(32395,27,273,0),(32396,28,273,0),(32397,29,273,0),(32398,30,273,0),(32399,31,273,0.622487645352458),(32400,32,273,0),(32401,33,273,0),(32402,34,273,0),(32403,35,273,0),(32404,36,273,0),(32405,37,273,0),(32406,38,273,0),(32407,39,273,0),(32408,40,273,0),(32409,41,273,0),(32410,42,273,0),(32411,43,273,0),(32412,44,273,0),(32413,45,273,0),(32414,46,273,0),(32415,47,273,0),(32416,48,273,0),(32417,49,273,0),(32418,50,273,0),(32419,51,273,0),(32420,52,273,0),(32421,53,273,0),(32422,54,273,0),(32423,55,273,0),(32424,56,273,0),(32425,57,273,0),(32426,58,273,0),(32427,59,273,0),(32428,60,273,0),(32429,61,273,0),(32430,62,273,0),(32431,63,273,0),(32432,64,273,0),(32433,65,273,0),(32434,66,273,0),(32435,67,273,0),(32436,68,273,0),(32437,69,273,0),(32438,70,273,0),(32439,71,273,0),(32440,72,273,0),(32441,73,273,0),(32442,74,273,0),(32443,75,273,0),(32444,76,273,0),(32445,77,273,0),(32446,78,273,0),(32447,79,273,0),(32448,80,273,0),(32449,81,273,0),(32450,82,273,0),(32451,83,273,0),(32452,84,273,0),(32453,85,273,0),(32454,86,273,0),(32455,87,273,0),(32456,88,273,0),(32457,89,273,0),(32458,90,273,0),(32459,91,273,0),(32460,92,273,0),(32461,93,273,0),(32462,94,273,0),(32463,95,273,0),(32464,96,273,0),(32465,97,273,0),(32466,98,273,0),(32467,99,273,0),(32468,100,273,0),(32469,101,273,0),(32470,102,273,0),(32471,103,273,0),(32472,104,273,0),(32473,105,273,0),(32474,106,273,0),(32475,107,273,0),(32476,108,273,0),(32477,109,273,0),(32478,110,273,0),(32479,111,273,0),(32480,112,273,0),(32481,113,273,0),(32482,114,273,0),(32483,115,273,0),(32484,116,273,0),(32485,117,273,0),(32486,118,273,0),(32487,119,273,0),(32488,1,274,0),(32489,2,274,0),(32490,3,274,0),(32491,4,274,0),(32492,5,274,0),(32493,6,274,0),(32494,7,274,0),(32495,8,274,0),(32496,9,274,0),(32497,10,274,0),(32498,11,274,0),(32499,12,274,0),(32500,13,274,0),(32501,14,274,0),(32502,15,274,0),(32503,16,274,0),(32504,17,274,0),(32505,18,274,0),(32506,19,274,0),(32507,20,274,0),(32508,21,274,0),(32509,22,274,0),(32510,23,274,0),(32511,24,274,0),(32512,25,274,0),(32513,26,274,0),(32514,27,274,0),(32515,28,274,0),(32516,29,274,0),(32517,30,274,0),(32518,31,274,0),(32519,32,274,0),(32520,33,274,0),(32521,34,274,0),(32522,35,274,0),(32523,36,274,0),(32524,37,274,0),(32525,38,274,0),(32526,39,274,0),(32527,40,274,0),(32528,41,274,0),(32529,42,274,0),(32530,43,274,0),(32531,44,274,0),(32532,45,274,0),(32533,46,274,0),(32534,47,274,0),(32535,48,274,0),(32536,49,274,0),(32537,50,274,0),(32538,51,274,0),(32539,52,274,0),(32540,53,274,0),(32541,54,274,0),(32542,55,274,0),(32543,56,274,0),(32544,57,274,0),(32545,58,274,0),(32546,59,274,0),(32547,60,274,0),(32548,61,274,0),(32549,62,274,0),(32550,63,274,0),(32551,64,274,0),(32552,65,274,0),(32553,66,274,0),(32554,67,274,0),(32555,68,274,0),(32556,69,274,0),(32557,70,274,0),(32558,71,274,0),(32559,72,274,0),(32560,73,274,0),(32561,74,274,0),(32562,75,274,0),(32563,76,274,0),(32564,77,274,0),(32565,78,274,0),(32566,79,274,0),(32567,80,274,0),(32568,81,274,0),(32569,82,274,0),(32570,83,274,0),(32571,84,274,0),(32572,85,274,0),(32573,86,274,0),(32574,87,274,0),(32575,88,274,0),(32576,89,274,0),(32577,90,274,0),(32578,91,274,0),(32579,92,274,0),(32580,93,274,0),(32581,94,274,0),(32582,95,274,0),(32583,96,274,0),(32584,97,274,0),(32585,98,274,0),(32586,99,274,0),(32587,100,274,0),(32588,101,274,0),(32589,102,274,0),(32590,103,274,0),(32591,104,274,0),(32592,105,274,0),(32593,106,274,0),(32594,107,274,0),(32595,108,274,0),(32596,109,274,0),(32597,110,274,0),(32598,111,274,0),(32599,112,274,0),(32600,113,274,0),(32601,114,274,0),(32602,115,274,0),(32603,116,274,0),(32604,117,274,0),(32605,118,274,0),(32606,119,274,0),(32607,1,275,0),(32608,2,275,0),(32609,3,275,0),(32610,4,275,0),(32611,5,275,0),(32612,6,275,0),(32613,7,275,0),(32614,8,275,0),(32615,9,275,0),(32616,10,275,0),(32617,11,275,0),(32618,12,275,0),(32619,13,275,0),(32620,14,275,0),(32621,15,275,0),(32622,16,275,0),(32623,17,275,0),(32624,18,275,0),(32625,19,275,0),(32626,20,275,0),(32627,21,275,0),(32628,22,275,0),(32629,23,275,0),(32630,24,275,0),(32631,25,275,0),(32632,26,275,0),(32633,27,275,0),(32634,28,275,0),(32635,29,275,0),(32636,30,275,0),(32637,31,275,0),(32638,32,275,0),(32639,33,275,0),(32640,34,275,0),(32641,35,275,0),(32642,36,275,0),(32643,37,275,0),(32644,38,275,0),(32645,39,275,0),(32646,40,275,0),(32647,41,275,0),(32648,42,275,0),(32649,43,275,0),(32650,44,275,0),(32651,45,275,0),(32652,46,275,0),(32653,47,275,0),(32654,48,275,0),(32655,49,275,0),(32656,50,275,0),(32657,51,275,0),(32658,52,275,0),(32659,53,275,0),(32660,54,275,0),(32661,55,275,0),(32662,56,275,0),(32663,57,275,0),(32664,58,275,0),(32665,59,275,0),(32666,60,275,0),(32667,61,275,0),(32668,62,275,0),(32669,63,275,0),(32670,64,275,0),(32671,65,275,0),(32672,66,275,0),(32673,67,275,0),(32674,68,275,0),(32675,69,275,0),(32676,70,275,0),(32677,71,275,0),(32678,72,275,0),(32679,73,275,0),(32680,74,275,0),(32681,75,275,0),(32682,76,275,0),(32683,77,275,0),(32684,78,275,0),(32685,79,275,0),(32686,80,275,0),(32687,81,275,0),(32688,82,275,0),(32689,83,275,0),(32690,84,275,0),(32691,85,275,0),(32692,86,275,0),(32693,87,275,0),(32694,88,275,0),(32695,89,275,0),(32696,90,275,0),(32697,91,275,0),(32698,92,275,0),(32699,93,275,0),(32700,94,275,0),(32701,95,275,0),(32702,96,275,0),(32703,97,275,0),(32704,98,275,0),(32705,99,275,0),(32706,100,275,0),(32707,101,275,0),(32708,102,275,0),(32709,103,275,0),(32710,104,275,0),(32711,105,275,0),(32712,106,275,0),(32713,107,275,0),(32714,108,275,0),(32715,109,275,0),(32716,110,275,0),(32717,111,275,0),(32718,112,275,0),(32719,113,275,0),(32720,114,275,0),(32721,115,275,0),(32722,116,275,0),(32723,117,275,0),(32724,118,275,0),(32725,119,275,0),(32726,1,276,0),(32727,2,276,0),(32728,3,276,0),(32729,4,276,0),(32730,5,276,0),(32731,6,276,0),(32732,7,276,0),(32733,8,276,0),(32734,9,276,0),(32735,10,276,0),(32736,11,276,0),(32737,12,276,0),(32738,13,276,0),(32739,14,276,0),(32740,15,276,0),(32741,16,276,0),(32742,17,276,0),(32743,18,276,0),(32744,19,276,0),(32745,20,276,0),(32746,21,276,0),(32747,22,276,0),(32748,23,276,0),(32749,24,276,0),(32750,25,276,0),(32751,26,276,0),(32752,27,276,0),(32753,28,276,0),(32754,29,276,0),(32755,30,276,0),(32756,31,276,1),(32757,32,276,0),(32758,33,276,0),(32759,34,276,0),(32760,35,276,0),(32761,36,276,0),(32762,37,276,0),(32763,38,276,0),(32764,39,276,0),(32765,40,276,0),(32766,41,276,0),(32767,42,276,0),(32768,43,276,0),(32769,44,276,0),(32770,45,276,0),(32771,46,276,0),(32772,47,276,0),(32773,48,276,0),(32774,49,276,0),(32775,50,276,0),(32776,51,276,0),(32777,52,276,0),(32778,53,276,0),(32779,54,276,0),(32780,55,276,0),(32781,56,276,0),(32782,57,276,0),(32783,58,276,0),(32784,59,276,0),(32785,60,276,0),(32786,61,276,0),(32787,62,276,0),(32788,63,276,0),(32789,64,276,0),(32790,65,276,0),(32791,66,276,0),(32792,67,276,0),(32793,68,276,0),(32794,69,276,0),(32795,70,276,0),(32796,71,276,0),(32797,72,276,0),(32798,73,276,0),(32799,74,276,0),(32800,75,276,0),(32801,76,276,0),(32802,77,276,0),(32803,78,276,0),(32804,79,276,0),(32805,80,276,0),(32806,81,276,0),(32807,82,276,0),(32808,83,276,0),(32809,84,276,0),(32810,85,276,0),(32811,86,276,0),(32812,87,276,0),(32813,88,276,0),(32814,89,276,0),(32815,90,276,0),(32816,91,276,0),(32817,92,276,0),(32818,93,276,0),(32819,94,276,0),(32820,95,276,0),(32821,96,276,0),(32822,97,276,0),(32823,98,276,0),(32824,99,276,0),(32825,100,276,0),(32826,101,276,0),(32827,102,276,0),(32828,103,276,0),(32829,104,276,0),(32830,105,276,0),(32831,106,276,0),(32832,107,276,0),(32833,108,276,0),(32834,109,276,0),(32835,110,276,0),(32836,111,276,0),(32837,112,276,0),(32838,113,276,0),(32839,114,276,0),(32840,115,276,0),(32841,116,276,0),(32842,117,276,0),(32843,118,276,0),(32844,119,276,0),(32845,1,277,0),(32846,2,277,0),(32847,3,277,0),(32848,4,277,0),(32849,5,277,0),(32850,6,277,0),(32851,7,277,0),(32852,8,277,0),(32853,9,277,0),(32854,10,277,0),(32855,11,277,0),(32856,12,277,0),(32857,13,277,0),(32858,14,277,0),(32859,15,277,0),(32860,16,277,0),(32861,17,277,0),(32862,18,277,0),(32863,19,277,0),(32864,20,277,0),(32865,21,277,0),(32866,22,277,0),(32867,23,277,0),(32868,24,277,0),(32869,25,277,0),(32870,26,277,0),(32871,27,277,0),(32872,28,277,0),(32873,29,277,0),(32874,30,277,0),(32875,31,277,0),(32876,32,277,0.5),(32877,33,277,0),(32878,34,277,0),(32879,35,277,0),(32880,36,277,0),(32881,37,277,0),(32882,38,277,0),(32883,39,277,0),(32884,40,277,0),(32885,41,277,0),(32886,42,277,0),(32887,43,277,0),(32888,44,277,0),(32889,45,277,0),(32890,46,277,0),(32891,47,277,0),(32892,48,277,0),(32893,49,277,0),(32894,50,277,0),(32895,51,277,0),(32896,52,277,0),(32897,53,277,0),(32898,54,277,0),(32899,55,277,0),(32900,56,277,0),(32901,57,277,0),(32902,58,277,0),(32903,59,277,0),(32904,60,277,0),(32905,61,277,0),(32906,62,277,0),(32907,63,277,0),(32908,64,277,0),(32909,65,277,0),(32910,66,277,0),(32911,67,277,0),(32912,68,277,0),(32913,69,277,0),(32914,70,277,0),(32915,71,277,0),(32916,72,277,0),(32917,73,277,0),(32918,74,277,0),(32919,75,277,0),(32920,76,277,0),(32921,77,277,0),(32922,78,277,0),(32923,79,277,0),(32924,80,277,0),(32925,81,277,0),(32926,82,277,0),(32927,83,277,0),(32928,84,277,0),(32929,85,277,0),(32930,86,277,0),(32931,87,277,0),(32932,88,277,0),(32933,89,277,0),(32934,90,277,0),(32935,91,277,0),(32936,92,277,0),(32937,93,277,0),(32938,94,277,0),(32939,95,277,0),(32940,96,277,0),(32941,97,277,0),(32942,98,277,0),(32943,99,277,0),(32944,100,277,0),(32945,101,277,0),(32946,102,277,0),(32947,103,277,0),(32948,104,277,0),(32949,105,277,0),(32950,106,277,0),(32951,107,277,0),(32952,108,277,0),(32953,109,277,0),(32954,110,277,0),(32955,111,277,0),(32956,112,277,0),(32957,113,277,0),(32958,114,277,0),(32959,115,277,0),(32960,116,277,0),(32961,117,277,0),(32962,118,277,0),(32963,119,277,0),(32964,1,278,0),(32965,2,278,0),(32966,3,278,0),(32967,4,278,0),(32968,5,278,0),(32969,6,278,0),(32970,7,278,0),(32971,8,278,0),(32972,9,278,0),(32973,10,278,0),(32974,11,278,0),(32975,12,278,0),(32976,13,278,0),(32977,14,278,0),(32978,15,278,0),(32979,16,278,0),(32980,17,278,0),(32981,18,278,0),(32982,19,278,0),(32983,20,278,0),(32984,21,278,0),(32985,22,278,0),(32986,23,278,0),(32987,24,278,0),(32988,25,278,0),(32989,26,278,0),(32990,27,278,0),(32991,28,278,0),(32992,29,278,0),(32993,30,278,0),(32994,31,278,0),(32995,32,278,0.8),(32996,33,278,0),(32997,34,278,0),(32998,35,278,0),(32999,36,278,0),(33000,37,278,0),(33001,38,278,0),(33002,39,278,0),(33003,40,278,0),(33004,41,278,0),(33005,42,278,0),(33006,43,278,0),(33007,44,278,0),(33008,45,278,0),(33009,46,278,0),(33010,47,278,0),(33011,48,278,0),(33012,49,278,0),(33013,50,278,0),(33014,51,278,0),(33015,52,278,0),(33016,53,278,0),(33017,54,278,0),(33018,55,278,0),(33019,56,278,0),(33020,57,278,0),(33021,58,278,0),(33022,59,278,0),(33023,60,278,0),(33024,61,278,0),(33025,62,278,0),(33026,63,278,0),(33027,64,278,0),(33028,65,278,0),(33029,66,278,0),(33030,67,278,0),(33031,68,278,0),(33032,69,278,0),(33033,70,278,0),(33034,71,278,0),(33035,72,278,0),(33036,73,278,0),(33037,74,278,0),(33038,75,278,0),(33039,76,278,0),(33040,77,278,0),(33041,78,278,0),(33042,79,278,0),(33043,80,278,0),(33044,81,278,0),(33045,82,278,0),(33046,83,278,0),(33047,84,278,0),(33048,85,278,0),(33049,86,278,0),(33050,87,278,0),(33051,88,278,0),(33052,89,278,0),(33053,90,278,0),(33054,91,278,0),(33055,92,278,0),(33056,93,278,0),(33057,94,278,0),(33058,95,278,0),(33059,96,278,0),(33060,97,278,0),(33061,98,278,0),(33062,99,278,0),(33063,100,278,0),(33064,101,278,0),(33065,102,278,0),(33066,103,278,0),(33067,104,278,0),(33068,105,278,0),(33069,106,278,0),(33070,107,278,0),(33071,108,278,0),(33072,109,278,0),(33073,110,278,0),(33074,111,278,0),(33075,112,278,0),(33076,113,278,0),(33077,114,278,0),(33078,115,278,0),(33079,116,278,0),(33080,117,278,0),(33081,118,278,0),(33082,119,278,0),(33083,1,279,0),(33084,2,279,0),(33085,3,279,0),(33086,4,279,0),(33087,5,279,0),(33088,6,279,0),(33089,7,279,0),(33090,8,279,0),(33091,9,279,0),(33092,10,279,0),(33093,11,279,0),(33094,12,279,0),(33095,13,279,0),(33096,14,279,0),(33097,15,279,0),(33098,16,279,0),(33099,17,279,0),(33100,18,279,0),(33101,19,279,0),(33102,20,279,0),(33103,21,279,0),(33104,22,279,0),(33105,23,279,0),(33106,24,279,0),(33107,25,279,0),(33108,26,279,0),(33109,27,279,0),(33110,28,279,0),(33111,29,279,0),(33112,30,279,0),(33113,31,279,0),(33114,32,279,1),(33115,33,279,0),(33116,34,279,0),(33117,35,279,0),(33118,36,279,0),(33119,37,279,0),(33120,38,279,0),(33121,39,279,0),(33122,40,279,0),(33123,41,279,0),(33124,42,279,0),(33125,43,279,0),(33126,44,279,0),(33127,45,279,0),(33128,46,279,0),(33129,47,279,0),(33130,48,279,0),(33131,49,279,0),(33132,50,279,0),(33133,51,279,0),(33134,52,279,0),(33135,53,279,0),(33136,54,279,0),(33137,55,279,0),(33138,56,279,0),(33139,57,279,0),(33140,58,279,0),(33141,59,279,0),(33142,60,279,0),(33143,61,279,0),(33144,62,279,0),(33145,63,279,0),(33146,64,279,0),(33147,65,279,0),(33148,66,279,0),(33149,67,279,0),(33150,68,279,0),(33151,69,279,0),(33152,70,279,0),(33153,71,279,0),(33154,72,279,0),(33155,73,279,0),(33156,74,279,0),(33157,75,279,0),(33158,76,279,0),(33159,77,279,0),(33160,78,279,0),(33161,79,279,0),(33162,80,279,0),(33163,81,279,0),(33164,82,279,0),(33165,83,279,0),(33166,84,279,0),(33167,85,279,0),(33168,86,279,0),(33169,87,279,0),(33170,88,279,0),(33171,89,279,0),(33172,90,279,0),(33173,91,279,0),(33174,92,279,0),(33175,93,279,0),(33176,94,279,0),(33177,95,279,0),(33178,96,279,0),(33179,97,279,0),(33180,98,279,0),(33181,99,279,0),(33182,100,279,0),(33183,101,279,0),(33184,102,279,0),(33185,103,279,0),(33186,104,279,0),(33187,105,279,0),(33188,106,279,0),(33189,107,279,0),(33190,108,279,0),(33191,109,279,0),(33192,110,279,0),(33193,111,279,0),(33194,112,279,0),(33195,113,279,0),(33196,114,279,0),(33197,115,279,0),(33198,116,279,0),(33199,117,279,0),(33200,118,279,0),(33201,119,279,0),(33202,1,280,0),(33203,2,280,0),(33204,3,280,0),(33205,4,280,0),(33206,5,280,0),(33207,6,280,0),(33208,7,280,0),(33209,8,280,0),(33210,9,280,0),(33211,10,280,0),(33212,11,280,0),(33213,12,280,0),(33214,13,280,0),(33215,14,280,0),(33216,15,280,0),(33217,16,280,0),(33218,17,280,0),(33219,18,280,0),(33220,19,280,0),(33221,20,280,0),(33222,21,280,0),(33223,22,280,0),(33224,23,280,0),(33225,24,280,0),(33226,25,280,0),(33227,26,280,0),(33228,27,280,0),(33229,28,280,0),(33230,29,280,0),(33231,30,280,0),(33232,31,280,0),(33233,32,280,0),(33234,33,280,0.5),(33235,34,280,0),(33236,35,280,0),(33237,36,280,0),(33238,37,280,0),(33239,38,280,0),(33240,39,280,0),(33241,40,280,0),(33242,41,280,0),(33243,42,280,0),(33244,43,280,0),(33245,44,280,0),(33246,45,280,0),(33247,46,280,0),(33248,47,280,0),(33249,48,280,0),(33250,49,280,0),(33251,50,280,0),(33252,51,280,0),(33253,52,280,0),(33254,53,280,0),(33255,54,280,0),(33256,55,280,0),(33257,56,280,0),(33258,57,280,0),(33259,58,280,0),(33260,59,280,0),(33261,60,280,0),(33262,61,280,0),(33263,62,280,0),(33264,63,280,0),(33265,64,280,0),(33266,65,280,0),(33267,66,280,0),(33268,67,280,0),(33269,68,280,0),(33270,69,280,0),(33271,70,280,0),(33272,71,280,0),(33273,72,280,0),(33274,73,280,0),(33275,74,280,0),(33276,75,280,0),(33277,76,280,0),(33278,77,280,0),(33279,78,280,0),(33280,79,280,0),(33281,80,280,0),(33282,81,280,0),(33283,82,280,0),(33284,83,280,0),(33285,84,280,0),(33286,85,280,0),(33287,86,280,0),(33288,87,280,0),(33289,88,280,0),(33290,89,280,0),(33291,90,280,0),(33292,91,280,0),(33293,92,280,0),(33294,93,280,0),(33295,94,280,0),(33296,95,280,0),(33297,96,280,0),(33298,97,280,0),(33299,98,280,0),(33300,99,280,0),(33301,100,280,0),(33302,101,280,0),(33303,102,280,0),(33304,103,280,0),(33305,104,280,0),(33306,105,280,0),(33307,106,280,0),(33308,107,280,0),(33309,108,280,0),(33310,109,280,0),(33311,110,280,0),(33312,111,280,0),(33313,112,280,0),(33314,113,280,0),(33315,114,280,0),(33316,115,280,0),(33317,116,280,0),(33318,117,280,0),(33319,118,280,0),(33320,119,280,0),(33321,1,281,0),(33322,2,281,0),(33323,3,281,0),(33324,4,281,0),(33325,5,281,0),(33326,6,281,0),(33327,7,281,0),(33328,8,281,0),(33329,9,281,0),(33330,10,281,0),(33331,11,281,0),(33332,12,281,0),(33333,13,281,0),(33334,14,281,0),(33335,15,281,0),(33336,16,281,0),(33337,17,281,0),(33338,18,281,0),(33339,19,281,0),(33340,20,281,0),(33341,21,281,0),(33342,22,281,0),(33343,23,281,0),(33344,24,281,0),(33345,25,281,0),(33346,26,281,0),(33347,27,281,0),(33348,28,281,0),(33349,29,281,0),(33350,30,281,0),(33351,31,281,0),(33352,32,281,0),(33353,33,281,0.8),(33354,34,281,0),(33355,35,281,0),(33356,36,281,0),(33357,37,281,0),(33358,38,281,0),(33359,39,281,0),(33360,40,281,0),(33361,41,281,0),(33362,42,281,0),(33363,43,281,0),(33364,44,281,0),(33365,45,281,0),(33366,46,281,0),(33367,47,281,0),(33368,48,281,0),(33369,49,281,0),(33370,50,281,0),(33371,51,281,0),(33372,52,281,0),(33373,53,281,0),(33374,54,281,0),(33375,55,281,0),(33376,56,281,0),(33377,57,281,0),(33378,58,281,0),(33379,59,281,0),(33380,60,281,0),(33381,61,281,0),(33382,62,281,0),(33383,63,281,0),(33384,64,281,0),(33385,65,281,0),(33386,66,281,0),(33387,67,281,0),(33388,68,281,0),(33389,69,281,0),(33390,70,281,0),(33391,71,281,0),(33392,72,281,0),(33393,73,281,0),(33394,74,281,0),(33395,75,281,0),(33396,76,281,0),(33397,77,281,0),(33398,78,281,0),(33399,79,281,0),(33400,80,281,0),(33401,81,281,0),(33402,82,281,0),(33403,83,281,0),(33404,84,281,0),(33405,85,281,0),(33406,86,281,0),(33407,87,281,0),(33408,88,281,0),(33409,89,281,0),(33410,90,281,0),(33411,91,281,0),(33412,92,281,0),(33413,93,281,0),(33414,94,281,0),(33415,95,281,0),(33416,96,281,0),(33417,97,281,0),(33418,98,281,0),(33419,99,281,0),(33420,100,281,0),(33421,101,281,0),(33422,102,281,0),(33423,103,281,0),(33424,104,281,0),(33425,105,281,0),(33426,106,281,0),(33427,107,281,0),(33428,108,281,0),(33429,109,281,0),(33430,110,281,0),(33431,111,281,0),(33432,112,281,0),(33433,113,281,0),(33434,114,281,0),(33435,115,281,0),(33436,116,281,0),(33437,117,281,0),(33438,118,281,0),(33439,119,281,0),(33440,1,282,0),(33441,2,282,0),(33442,3,282,0),(33443,4,282,0),(33444,5,282,0),(33445,6,282,0),(33446,7,282,0),(33447,8,282,0),(33448,9,282,0),(33449,10,282,0),(33450,11,282,0),(33451,12,282,0),(33452,13,282,0),(33453,14,282,0),(33454,15,282,0),(33455,16,282,0),(33456,17,282,0),(33457,18,282,0),(33458,19,282,0),(33459,20,282,0),(33460,21,282,0),(33461,22,282,0),(33462,23,282,0),(33463,24,282,0),(33464,25,282,0),(33465,26,282,0),(33466,27,282,0),(33467,28,282,0),(33468,29,282,0),(33469,30,282,0),(33470,31,282,0),(33471,32,282,0),(33472,33,282,0.750989779074742),(33473,34,282,0),(33474,35,282,0),(33475,36,282,0),(33476,37,282,0),(33477,38,282,0),(33478,39,282,0),(33479,40,282,0),(33480,41,282,0),(33481,42,282,0),(33482,43,282,0),(33483,44,282,0),(33484,45,282,0),(33485,46,282,0),(33486,47,282,0),(33487,48,282,0),(33488,49,282,0),(33489,50,282,0),(33490,51,282,0),(33491,52,282,0),(33492,53,282,0),(33493,54,282,0),(33494,55,282,0),(33495,56,282,0),(33496,57,282,0),(33497,58,282,0),(33498,59,282,0),(33499,60,282,0),(33500,61,282,0),(33501,62,282,0),(33502,63,282,0),(33503,64,282,0),(33504,65,282,0),(33505,66,282,0),(33506,67,282,0),(33507,68,282,0),(33508,69,282,0),(33509,70,282,0),(33510,71,282,0),(33511,72,282,0),(33512,73,282,0),(33513,74,282,0),(33514,75,282,0),(33515,76,282,0),(33516,77,282,0),(33517,78,282,0),(33518,79,282,0),(33519,80,282,0),(33520,81,282,0),(33521,82,282,0),(33522,83,282,0),(33523,84,282,0),(33524,85,282,0),(33525,86,282,0),(33526,87,282,0),(33527,88,282,0),(33528,89,282,0),(33529,90,282,0),(33530,91,282,0),(33531,92,282,0),(33532,93,282,0),(33533,94,282,0),(33534,95,282,0),(33535,96,282,0),(33536,97,282,0),(33537,98,282,0),(33538,99,282,0),(33539,100,282,0),(33540,101,282,0),(33541,102,282,0),(33542,103,282,0),(33543,104,282,0),(33544,105,282,0),(33545,106,282,0),(33546,107,282,0),(33547,108,282,0),(33548,109,282,0),(33549,110,282,0),(33550,111,282,0),(33551,112,282,0),(33552,113,282,0),(33553,114,282,0),(33554,115,282,0),(33555,116,282,0),(33556,117,282,0),(33557,118,282,0),(33558,119,282,0),(33559,1,283,0),(33560,2,283,0),(33561,3,283,0),(33562,4,283,0),(33563,5,283,0),(33564,6,283,0),(33565,7,283,0),(33566,8,283,0),(33567,9,283,0),(33568,10,283,0),(33569,11,283,0),(33570,12,283,0),(33571,13,283,0),(33572,14,283,0),(33573,15,283,0),(33574,16,283,0),(33575,17,283,0),(33576,18,283,0),(33577,19,283,0),(33578,20,283,0),(33579,21,283,0),(33580,22,283,0),(33581,23,283,0),(33582,24,283,0),(33583,25,283,0),(33584,26,283,0),(33585,27,283,0),(33586,28,283,0),(33587,29,283,0),(33588,30,283,0),(33589,31,283,0),(33590,32,283,0),(33591,33,283,0.249010220925258),(33592,34,283,0),(33593,35,283,0),(33594,36,283,0),(33595,37,283,0),(33596,38,283,0),(33597,39,283,0),(33598,40,283,0),(33599,41,283,0),(33600,42,283,0),(33601,43,283,0),(33602,44,283,0),(33603,45,283,0),(33604,46,283,0),(33605,47,283,0),(33606,48,283,0),(33607,49,283,0),(33608,50,283,0),(33609,51,283,0),(33610,52,283,0),(33611,53,283,0),(33612,54,283,0),(33613,55,283,0),(33614,56,283,0),(33615,57,283,0),(33616,58,283,0),(33617,59,283,0),(33618,60,283,0),(33619,61,283,0),(33620,62,283,0),(33621,63,283,0),(33622,64,283,0),(33623,65,283,0),(33624,66,283,0),(33625,67,283,0),(33626,68,283,0),(33627,69,283,0),(33628,70,283,0),(33629,71,283,0),(33630,72,283,0),(33631,73,283,0),(33632,74,283,0),(33633,75,283,0),(33634,76,283,0),(33635,77,283,0),(33636,78,283,0),(33637,79,283,0),(33638,80,283,0),(33639,81,283,0),(33640,82,283,0),(33641,83,283,0),(33642,84,283,0),(33643,85,283,0),(33644,86,283,0),(33645,87,283,0),(33646,88,283,0),(33647,89,283,0),(33648,90,283,0),(33649,91,283,0),(33650,92,283,0),(33651,93,283,0),(33652,94,283,0),(33653,95,283,0),(33654,96,283,0),(33655,97,283,0),(33656,98,283,0),(33657,99,283,0),(33658,100,283,0),(33659,101,283,0),(33660,102,283,0),(33661,103,283,0),(33662,104,283,0),(33663,105,283,0),(33664,106,283,0),(33665,107,283,0),(33666,108,283,0),(33667,109,283,0),(33668,110,283,0),(33669,111,283,0),(33670,112,283,0),(33671,113,283,0),(33672,114,283,0),(33673,115,283,0),(33674,116,283,0),(33675,117,283,0),(33676,118,283,0),(33677,119,283,0),(33678,1,284,0),(33679,2,284,0),(33680,3,284,0),(33681,4,284,0),(33682,5,284,0),(33683,6,284,0),(33684,7,284,0),(33685,8,284,0),(33686,9,284,0),(33687,10,284,0),(33688,11,284,0),(33689,12,284,0),(33690,13,284,0),(33691,14,284,0),(33692,15,284,0),(33693,16,284,0),(33694,17,284,0),(33695,18,284,0),(33696,19,284,0),(33697,20,284,0),(33698,21,284,0),(33699,22,284,0),(33700,23,284,0),(33701,24,284,0),(33702,25,284,0),(33703,26,284,0),(33704,27,284,0),(33705,28,284,0),(33706,29,284,0),(33707,30,284,0),(33708,31,284,0),(33709,32,284,0),(33710,33,284,0),(33711,34,284,0.260337948917207),(33712,35,284,0),(33713,36,284,0),(33714,37,284,0),(33715,38,284,0),(33716,39,284,0),(33717,40,284,0),(33718,41,284,0),(33719,42,284,0),(33720,43,284,0),(33721,44,284,0),(33722,45,284,0),(33723,46,284,0),(33724,47,284,0),(33725,48,284,0),(33726,49,284,0),(33727,50,284,0),(33728,51,284,0),(33729,52,284,0),(33730,53,284,0),(33731,54,284,0),(33732,55,284,0),(33733,56,284,0),(33734,57,284,0),(33735,58,284,0),(33736,59,284,0),(33737,60,284,0),(33738,61,284,0),(33739,62,284,0),(33740,63,284,0),(33741,64,284,0),(33742,65,284,0),(33743,66,284,0),(33744,67,284,0),(33745,68,284,0),(33746,69,284,0),(33747,70,284,0),(33748,71,284,0),(33749,72,284,0),(33750,73,284,0),(33751,74,284,0),(33752,75,284,0),(33753,76,284,0),(33754,77,284,0),(33755,78,284,0),(33756,79,284,0),(33757,80,284,0),(33758,81,284,0),(33759,82,284,0),(33760,83,284,0),(33761,84,284,0),(33762,85,284,0),(33763,86,284,0),(33764,87,284,0),(33765,88,284,0),(33766,89,284,0),(33767,90,284,0),(33768,91,284,0),(33769,92,284,0),(33770,93,284,0),(33771,94,284,0),(33772,95,284,0),(33773,96,284,0),(33774,97,284,0),(33775,98,284,0),(33776,99,284,0),(33777,100,284,0),(33778,101,284,0),(33779,102,284,0),(33780,103,284,0),(33781,104,284,0),(33782,105,284,0),(33783,106,284,0),(33784,107,284,0),(33785,108,284,0),(33786,109,284,0),(33787,110,284,0),(33788,111,284,0),(33789,112,284,0),(33790,113,284,0),(33791,114,284,0),(33792,115,284,0),(33793,116,284,0),(33794,117,284,0),(33795,118,284,0),(33796,119,284,0),(33797,1,285,0),(33798,2,285,0),(33799,3,285,0),(33800,4,285,0),(33801,5,285,0),(33802,6,285,0),(33803,7,285,0),(33804,8,285,0),(33805,9,285,0),(33806,10,285,0),(33807,11,285,0),(33808,12,285,0),(33809,13,285,0),(33810,14,285,0),(33811,15,285,0),(33812,16,285,0),(33813,17,285,0),(33814,18,285,0),(33815,19,285,0),(33816,20,285,0),(33817,21,285,0),(33818,22,285,0),(33819,23,285,0),(33820,24,285,0),(33821,25,285,0),(33822,26,285,0),(33823,27,285,0),(33824,28,285,0),(33825,29,285,0),(33826,30,285,0),(33827,31,285,0),(33828,32,285,0),(33829,33,285,0),(33830,34,285,0.239662051082793),(33831,35,285,0),(33832,36,285,0),(33833,37,285,0),(33834,38,285,0),(33835,39,285,0),(33836,40,285,0),(33837,41,285,0),(33838,42,285,0),(33839,43,285,0),(33840,44,285,0),(33841,45,285,0),(33842,46,285,0),(33843,47,285,0),(33844,48,285,0),(33845,49,285,0),(33846,50,285,0),(33847,51,285,0),(33848,52,285,0),(33849,53,285,0),(33850,54,285,0),(33851,55,285,0),(33852,56,285,0),(33853,57,285,0),(33854,58,285,0),(33855,59,285,0),(33856,60,285,0),(33857,61,285,0),(33858,62,285,0),(33859,63,285,0),(33860,64,285,0),(33861,65,285,0),(33862,66,285,0),(33863,67,285,0),(33864,68,285,0),(33865,69,285,0),(33866,70,285,0),(33867,71,285,0),(33868,72,285,0),(33869,73,285,0),(33870,74,285,0),(33871,75,285,0),(33872,76,285,0),(33873,77,285,0),(33874,78,285,0),(33875,79,285,0),(33876,80,285,0),(33877,81,285,0),(33878,82,285,0),(33879,83,285,0),(33880,84,285,0),(33881,85,285,0),(33882,86,285,0),(33883,87,285,0),(33884,88,285,0),(33885,89,285,0),(33886,90,285,0),(33887,91,285,0),(33888,92,285,0),(33889,93,285,0),(33890,94,285,0),(33891,95,285,0),(33892,96,285,0),(33893,97,285,0),(33894,98,285,0),(33895,99,285,0),(33896,100,285,0),(33897,101,285,0),(33898,102,285,0),(33899,103,285,0),(33900,104,285,0),(33901,105,285,0),(33902,106,285,0),(33903,107,285,0),(33904,108,285,0),(33905,109,285,0),(33906,110,285,0),(33907,111,285,0),(33908,112,285,0),(33909,113,285,0),(33910,114,285,0),(33911,115,285,0),(33912,116,285,0),(33913,117,285,0),(33914,118,285,0),(33915,119,285,0),(33916,1,286,0),(33917,2,286,0),(33918,3,286,0),(33919,4,286,0),(33920,5,286,0),(33921,6,286,0),(33922,7,286,0),(33923,8,286,0),(33924,9,286,0),(33925,10,286,0),(33926,11,286,0),(33927,12,286,0),(33928,13,286,0),(33929,14,286,0),(33930,15,286,0),(33931,16,286,0),(33932,17,286,0),(33933,18,286,0),(33934,19,286,0),(33935,20,286,0),(33936,21,286,0),(33937,22,286,0),(33938,23,286,0),(33939,24,286,0),(33940,25,286,0),(33941,26,286,0),(33942,27,286,0),(33943,28,286,0),(33944,29,286,0),(33945,30,286,0),(33946,31,286,0),(33947,32,286,0),(33948,33,286,0),(33949,34,286,0.068820254596375),(33950,35,286,0),(33951,36,286,0),(33952,37,286,0),(33953,38,286,0),(33954,39,286,0),(33955,40,286,0),(33956,41,286,0),(33957,42,286,0),(33958,43,286,0),(33959,44,286,0),(33960,45,286,0),(33961,46,286,0),(33962,47,286,0),(33963,48,286,0),(33964,49,286,0),(33965,50,286,0),(33966,51,286,0),(33967,52,286,0),(33968,53,286,0),(33969,54,286,0),(33970,55,286,0),(33971,56,286,0),(33972,57,286,0),(33973,58,286,0),(33974,59,286,0),(33975,60,286,0),(33976,61,286,0),(33977,62,286,0),(33978,63,286,0),(33979,64,286,0),(33980,65,286,0),(33981,66,286,0),(33982,67,286,0),(33983,68,286,0),(33984,69,286,0),(33985,70,286,0),(33986,71,286,0),(33987,72,286,0),(33988,73,286,0),(33989,74,286,0),(33990,75,286,0),(33991,76,286,0),(33992,77,286,0),(33993,78,286,0),(33994,79,286,0),(33995,80,286,0),(33996,81,286,0),(33997,82,286,0),(33998,83,286,0),(33999,84,286,0),(34000,85,286,0),(34001,86,286,0),(34002,87,286,0),(34003,88,286,0),(34004,89,286,0),(34005,90,286,0),(34006,91,286,0),(34007,92,286,0),(34008,93,286,0),(34009,94,286,0),(34010,95,286,0),(34011,96,286,0),(34012,97,286,0),(34013,98,286,0),(34014,99,286,0),(34015,100,286,0),(34016,101,286,0),(34017,102,286,0),(34018,103,286,0),(34019,104,286,0),(34020,105,286,0),(34021,106,286,0),(34022,107,286,0),(34023,108,286,0),(34024,109,286,0),(34025,110,286,0),(34026,111,286,0),(34027,112,286,0),(34028,113,286,0),(34029,114,286,0),(34030,115,286,0),(34031,116,286,0),(34032,117,286,0),(34033,118,286,0),(34034,119,286,0),(34035,1,287,0),(34036,2,287,0),(34037,3,287,0),(34038,4,287,0),(34039,5,287,0),(34040,6,287,0),(34041,7,287,0),(34042,8,287,0),(34043,9,287,0),(34044,10,287,0),(34045,11,287,0),(34046,12,287,0),(34047,13,287,0),(34048,14,287,0),(34049,15,287,0),(34050,16,287,0),(34051,17,287,0),(34052,18,287,0),(34053,19,287,0),(34054,20,287,0),(34055,21,287,0),(34056,22,287,0),(34057,23,287,0),(34058,24,287,0),(34059,25,287,0),(34060,26,287,0),(34061,27,287,0),(34062,28,287,0),(34063,29,287,0),(34064,30,287,0),(34065,31,287,0),(34066,32,287,0),(34067,33,287,0),(34068,34,287,0.430167478078727),(34069,35,287,0),(34070,36,287,0),(34071,37,287,0),(34072,38,287,0),(34073,39,287,0),(34074,40,287,0),(34075,41,287,0),(34076,42,287,0),(34077,43,287,0),(34078,44,287,0),(34079,45,287,0),(34080,46,287,0),(34081,47,287,0),(34082,48,287,0),(34083,49,287,0),(34084,50,287,0),(34085,51,287,0),(34086,52,287,0),(34087,53,287,0),(34088,54,287,0),(34089,55,287,0),(34090,56,287,0),(34091,57,287,0),(34092,58,287,0),(34093,59,287,0),(34094,60,287,0),(34095,61,287,0),(34096,62,287,0),(34097,63,287,0),(34098,64,287,0),(34099,65,287,0),(34100,66,287,0),(34101,67,287,0),(34102,68,287,0),(34103,69,287,0),(34104,70,287,0),(34105,71,287,0),(34106,72,287,0),(34107,73,287,0),(34108,74,287,0),(34109,75,287,0),(34110,76,287,0),(34111,77,287,0),(34112,78,287,0),(34113,79,287,0),(34114,80,287,0),(34115,81,287,0),(34116,82,287,0),(34117,83,287,0),(34118,84,287,0),(34119,85,287,0),(34120,86,287,0),(34121,87,287,0),(34122,88,287,0),(34123,89,287,0),(34124,90,287,0),(34125,91,287,0),(34126,92,287,0),(34127,93,287,0),(34128,94,287,0),(34129,95,287,0),(34130,96,287,0),(34131,97,287,0),(34132,98,287,0),(34133,99,287,0),(34134,100,287,0),(34135,101,287,0),(34136,102,287,0),(34137,103,287,0),(34138,104,287,0),(34139,105,287,0),(34140,106,287,0),(34141,107,287,0),(34142,108,287,0),(34143,109,287,0),(34144,110,287,0),(34145,111,287,0),(34146,112,287,0),(34147,113,287,0),(34148,114,287,0),(34149,115,287,0),(34150,116,287,0),(34151,117,287,0),(34152,118,287,0),(34153,119,287,0),(34154,1,288,0),(34155,2,288,0),(34156,3,288,0),(34157,4,288,0),(34158,5,288,0),(34159,6,288,0),(34160,7,288,0),(34161,8,288,0),(34162,9,288,0),(34163,10,288,0),(34164,11,288,0),(34165,12,288,0),(34166,13,288,0),(34167,14,288,0),(34168,15,288,0),(34169,16,288,0),(34170,17,288,0),(34171,18,288,0),(34172,19,288,0),(34173,20,288,0),(34174,21,288,0),(34175,22,288,0),(34176,23,288,0),(34177,24,288,0),(34178,25,288,0),(34179,26,288,0),(34180,27,288,0),(34181,28,288,0),(34182,29,288,0),(34183,30,288,0),(34184,31,288,0),(34185,32,288,0),(34186,33,288,0),(34187,34,288,0.119697874398135),(34188,35,288,0),(34189,36,288,0),(34190,37,288,0),(34191,38,288,0),(34192,39,288,0),(34193,40,288,0),(34194,41,288,0),(34195,42,288,0),(34196,43,288,0),(34197,44,288,0),(34198,45,288,0),(34199,46,288,0),(34200,47,288,0),(34201,48,288,0),(34202,49,288,0),(34203,50,288,0),(34204,51,288,0),(34205,52,288,0),(34206,53,288,0),(34207,54,288,0),(34208,55,288,0),(34209,56,288,0),(34210,57,288,0),(34211,58,288,0),(34212,59,288,0),(34213,60,288,0),(34214,61,288,0),(34215,62,288,0),(34216,63,288,0),(34217,64,288,0),(34218,65,288,0),(34219,66,288,0),(34220,67,288,0),(34221,68,288,0),(34222,69,288,0),(34223,70,288,0),(34224,71,288,0),(34225,72,288,0),(34226,73,288,0),(34227,74,288,0),(34228,75,288,0),(34229,76,288,0),(34230,77,288,0),(34231,78,288,0),(34232,79,288,0),(34233,80,288,0),(34234,81,288,0),(34235,82,288,0),(34236,83,288,0),(34237,84,288,0),(34238,85,288,0),(34239,86,288,0),(34240,87,288,0),(34241,88,288,0),(34242,89,288,0),(34243,90,288,0),(34244,91,288,0),(34245,92,288,0),(34246,93,288,0),(34247,94,288,0),(34248,95,288,0),(34249,96,288,0),(34250,97,288,0),(34251,98,288,0),(34252,99,288,0),(34253,100,288,0),(34254,101,288,0),(34255,102,288,0),(34256,103,288,0),(34257,104,288,0),(34258,105,288,0),(34259,106,288,0),(34260,107,288,0),(34261,108,288,0),(34262,109,288,0),(34263,110,288,0),(34264,111,288,0),(34265,112,288,0),(34266,113,288,0),(34267,114,288,0),(34268,115,288,0),(34269,116,288,0),(34270,117,288,0),(34271,118,288,0),(34272,119,288,0),(34273,1,289,0),(34274,2,289,0),(34275,3,289,0),(34276,4,289,0),(34277,5,289,0),(34278,6,289,0),(34279,7,289,0),(34280,8,289,0),(34281,9,289,0),(34282,10,289,0),(34283,11,289,0),(34284,12,289,0),(34285,13,289,0),(34286,14,289,0),(34287,15,289,0),(34288,16,289,0),(34289,17,289,0),(34290,18,289,0),(34291,19,289,0),(34292,20,289,0),(34293,21,289,0),(34294,22,289,0),(34295,23,289,0),(34296,24,289,0),(34297,25,289,0),(34298,26,289,0),(34299,27,289,0),(34300,28,289,0),(34301,29,289,0),(34302,30,289,0),(34303,31,289,0),(34304,32,289,0),(34305,33,289,0),(34306,34,289,0.181314392926763),(34307,35,289,0),(34308,36,289,0),(34309,37,289,0),(34310,38,289,0),(34311,39,289,0),(34312,40,289,0),(34313,41,289,0),(34314,42,289,0),(34315,43,289,0),(34316,44,289,0),(34317,45,289,0),(34318,46,289,0),(34319,47,289,0),(34320,48,289,0),(34321,49,289,0),(34322,50,289,0),(34323,51,289,0),(34324,52,289,0),(34325,53,289,0),(34326,54,289,0),(34327,55,289,0),(34328,56,289,0),(34329,57,289,0),(34330,58,289,0),(34331,59,289,0),(34332,60,289,0),(34333,61,289,0),(34334,62,289,0),(34335,63,289,0),(34336,64,289,0),(34337,65,289,0),(34338,66,289,0),(34339,67,289,0),(34340,68,289,0),(34341,69,289,0),(34342,70,289,0),(34343,71,289,0),(34344,72,289,0),(34345,73,289,0),(34346,74,289,0),(34347,75,289,0),(34348,76,289,0),(34349,77,289,0),(34350,78,289,0),(34351,79,289,0),(34352,80,289,0),(34353,81,289,0),(34354,82,289,0),(34355,83,289,0),(34356,84,289,0),(34357,85,289,0),(34358,86,289,0),(34359,87,289,0),(34360,88,289,0),(34361,89,289,0),(34362,90,289,0),(34363,91,289,0),(34364,92,289,0),(34365,93,289,0),(34366,94,289,0),(34367,95,289,0),(34368,96,289,0),(34369,97,289,0),(34370,98,289,0),(34371,99,289,0),(34372,100,289,0),(34373,101,289,0),(34374,102,289,0),(34375,103,289,0),(34376,104,289,0),(34377,105,289,0),(34378,106,289,0),(34379,107,289,0),(34380,108,289,0),(34381,109,289,0),(34382,110,289,0),(34383,111,289,0),(34384,112,289,0),(34385,113,289,0),(34386,114,289,0),(34387,115,289,0),(34388,116,289,0),(34389,117,289,0),(34390,118,289,0),(34391,119,289,0),(34392,1,290,0),(34393,2,290,0),(34394,3,290,0),(34395,4,290,0),(34396,5,290,0),(34397,6,290,0),(34398,7,290,0),(34399,8,290,0),(34400,9,290,0),(34401,10,290,0),(34402,11,290,0),(34403,12,290,0),(34404,13,290,0),(34405,14,290,0),(34406,15,290,0),(34407,16,290,0),(34408,17,290,0),(34409,18,290,0),(34410,19,290,0),(34411,20,290,0),(34412,21,290,0),(34413,22,290,0),(34414,23,290,0),(34415,24,290,0),(34416,25,290,0),(34417,26,290,0),(34418,27,290,0),(34419,28,290,0),(34420,29,290,0),(34421,30,290,0),(34422,31,290,0),(34423,32,290,0),(34424,33,290,0),(34425,34,290,0.0639656253707273),(34426,35,290,0),(34427,36,290,0),(34428,37,290,0),(34429,38,290,0),(34430,39,290,0),(34431,40,290,0),(34432,41,290,0),(34433,42,290,0),(34434,43,290,0),(34435,44,290,0),(34436,45,290,0),(34437,46,290,0),(34438,47,290,0),(34439,48,290,0),(34440,49,290,0),(34441,50,290,0),(34442,51,290,0),(34443,52,290,0),(34444,53,290,0),(34445,54,290,0),(34446,55,290,0),(34447,56,290,0),(34448,57,290,0),(34449,58,290,0),(34450,59,290,0),(34451,60,290,0),(34452,61,290,0),(34453,62,290,0),(34454,63,290,0),(34455,64,290,0),(34456,65,290,0),(34457,66,290,0),(34458,67,290,0),(34459,68,290,0),(34460,69,290,0),(34461,70,290,0),(34462,71,290,0),(34463,72,290,0),(34464,73,290,0),(34465,74,290,0),(34466,75,290,0),(34467,76,290,0),(34468,77,290,0),(34469,78,290,0),(34470,79,290,0),(34471,80,290,0),(34472,81,290,0),(34473,82,290,0),(34474,83,290,0),(34475,84,290,0),(34476,85,290,0),(34477,86,290,0),(34478,87,290,0),(34479,88,290,0),(34480,89,290,0),(34481,90,290,0),(34482,91,290,0),(34483,92,290,0),(34484,93,290,0),(34485,94,290,0),(34486,95,290,0),(34487,96,290,0),(34488,97,290,0),(34489,98,290,0),(34490,99,290,0),(34491,100,290,0),(34492,101,290,0),(34493,102,290,0),(34494,103,290,0),(34495,104,290,0),(34496,105,290,0),(34497,106,290,0),(34498,107,290,0),(34499,108,290,0),(34500,109,290,0),(34501,110,290,0),(34502,111,290,0),(34503,112,290,0),(34504,113,290,0),(34505,114,290,0),(34506,115,290,0),(34507,116,290,0),(34508,117,290,0),(34509,118,290,0),(34510,119,290,0),(34511,1,291,0),(34512,2,291,0),(34513,3,291,0),(34514,4,291,0),(34515,5,291,0),(34516,6,291,0),(34517,7,291,0),(34518,8,291,0),(34519,9,291,0),(34520,10,291,0),(34521,11,291,0),(34522,12,291,0),(34523,13,291,0),(34524,14,291,0),(34525,15,291,0),(34526,16,291,0),(34527,17,291,0),(34528,18,291,0),(34529,19,291,0),(34530,20,291,0),(34531,21,291,0),(34532,22,291,0),(34533,23,291,0),(34534,24,291,0),(34535,25,291,0),(34536,26,291,0),(34537,27,291,0),(34538,28,291,0),(34539,29,291,0),(34540,30,291,0),(34541,31,291,0),(34542,32,291,0),(34543,33,291,0),(34544,34,291,0.17147005058396),(34545,35,291,0),(34546,36,291,0),(34547,37,291,0),(34548,38,291,0),(34549,39,291,0),(34550,40,291,0),(34551,41,291,0),(34552,42,291,0),(34553,43,291,0),(34554,44,291,0),(34555,45,291,0),(34556,46,291,0),(34557,47,291,0),(34558,48,291,0),(34559,49,291,0),(34560,50,291,0),(34561,51,291,0),(34562,52,291,0),(34563,53,291,0),(34564,54,291,0),(34565,55,291,0),(34566,56,291,0),(34567,57,291,0),(34568,58,291,0),(34569,59,291,0),(34570,60,291,0),(34571,61,291,0),(34572,62,291,0),(34573,63,291,0),(34574,64,291,0),(34575,65,291,0),(34576,66,291,0),(34577,67,291,0),(34578,68,291,0),(34579,69,291,0),(34580,70,291,0),(34581,71,291,0),(34582,72,291,0),(34583,73,291,0),(34584,74,291,0),(34585,75,291,0),(34586,76,291,0),(34587,77,291,0),(34588,78,291,0),(34589,79,291,0),(34590,80,291,0),(34591,81,291,0),(34592,82,291,0),(34593,83,291,0),(34594,84,291,0),(34595,85,291,0),(34596,86,291,0),(34597,87,291,0),(34598,88,291,0),(34599,89,291,0),(34600,90,291,0),(34601,91,291,0),(34602,92,291,0),(34603,93,291,0),(34604,94,291,0),(34605,95,291,0),(34606,96,291,0),(34607,97,291,0),(34608,98,291,0),(34609,99,291,0),(34610,100,291,0),(34611,101,291,0),(34612,102,291,0),(34613,103,291,0),(34614,104,291,0),(34615,105,291,0),(34616,106,291,0),(34617,107,291,0),(34618,108,291,0),(34619,109,291,0),(34620,110,291,0),(34621,111,291,0),(34622,112,291,0),(34623,113,291,0),(34624,114,291,0),(34625,115,291,0),(34626,116,291,0),(34627,117,291,0),(34628,118,291,0),(34629,119,291,0),(34630,1,292,0),(34631,2,292,0),(34632,3,292,0),(34633,4,292,0),(34634,5,292,0),(34635,6,292,0),(34636,7,292,0),(34637,8,292,0),(34638,9,292,0),(34639,10,292,0),(34640,11,292,0),(34641,12,292,0),(34642,13,292,0),(34643,14,292,0),(34644,15,292,0),(34645,16,292,0),(34646,17,292,0),(34647,18,292,0),(34648,19,292,0),(34649,20,292,0),(34650,21,292,0),(34651,22,292,0),(34652,23,292,0),(34653,24,292,0),(34654,25,292,0),(34655,26,292,0),(34656,27,292,0),(34657,28,292,0),(34658,29,292,0),(34659,30,292,0),(34660,31,292,0),(34661,32,292,0),(34662,33,292,0),(34663,34,292,0.202363236097075),(34664,35,292,0),(34665,36,292,0),(34666,37,292,0),(34667,38,292,0),(34668,39,292,0),(34669,40,292,0),(34670,41,292,0),(34671,42,292,0),(34672,43,292,0),(34673,44,292,0),(34674,45,292,0),(34675,46,292,0),(34676,47,292,0),(34677,48,292,0),(34678,49,292,0),(34679,50,292,0),(34680,51,292,0),(34681,52,292,0),(34682,53,292,0),(34683,54,292,0),(34684,55,292,0),(34685,56,292,0),(34686,57,292,0),(34687,58,292,0),(34688,59,292,0),(34689,60,292,0),(34690,61,292,0),(34691,62,292,0),(34692,63,292,0),(34693,64,292,0),(34694,65,292,0),(34695,66,292,0),(34696,67,292,0),(34697,68,292,0),(34698,69,292,0),(34699,70,292,0),(34700,71,292,0),(34701,72,292,0),(34702,73,292,0),(34703,74,292,0),(34704,75,292,0),(34705,76,292,0),(34706,77,292,0),(34707,78,292,0),(34708,79,292,0),(34709,80,292,0),(34710,81,292,0),(34711,82,292,0),(34712,83,292,0),(34713,84,292,0),(34714,85,292,0),(34715,86,292,0),(34716,87,292,0),(34717,88,292,0),(34718,89,292,0),(34719,90,292,0),(34720,91,292,0),(34721,92,292,0),(34722,93,292,0),(34723,94,292,0),(34724,95,292,0),(34725,96,292,0),(34726,97,292,0),(34727,98,292,0),(34728,99,292,0),(34729,100,292,0),(34730,101,292,0),(34731,102,292,0),(34732,103,292,0),(34733,104,292,0),(34734,105,292,0),(34735,106,292,0),(34736,107,292,0),(34737,108,292,0),(34738,109,292,0),(34739,110,292,0),(34740,111,292,0),(34741,112,292,0),(34742,113,292,0),(34743,114,292,0),(34744,115,292,0),(34745,116,292,0),(34746,117,292,0),(34747,118,292,0),(34748,119,292,0),(34749,1,293,0),(34750,2,293,0),(34751,3,293,0),(34752,4,293,0),(34753,5,293,0),(34754,6,293,0),(34755,7,293,0),(34756,8,293,0),(34757,9,293,0),(34758,10,293,0),(34759,11,293,0),(34760,12,293,0),(34761,13,293,0),(34762,14,293,0),(34763,15,293,0),(34764,16,293,0),(34765,17,293,0),(34766,18,293,0),(34767,19,293,0),(34768,20,293,0),(34769,21,293,0),(34770,22,293,0),(34771,23,293,0),(34772,24,293,0),(34773,25,293,0),(34774,26,293,0),(34775,27,293,0),(34776,28,293,0),(34777,29,293,0),(34778,30,293,0),(34779,31,293,0),(34780,32,293,0),(34781,33,293,0),(34782,34,293,0.261472893255011),(34783,35,293,0),(34784,36,293,0),(34785,37,293,0),(34786,38,293,0),(34787,39,293,0),(34788,40,293,0),(34789,41,293,0),(34790,42,293,0),(34791,43,293,0),(34792,44,293,0),(34793,45,293,0),(34794,46,293,0),(34795,47,293,0),(34796,48,293,0),(34797,49,293,0),(34798,50,293,0),(34799,51,293,0),(34800,52,293,0),(34801,53,293,0),(34802,54,293,0),(34803,55,293,0),(34804,56,293,0),(34805,57,293,0),(34806,58,293,0),(34807,59,293,0),(34808,60,293,0),(34809,61,293,0),(34810,62,293,0),(34811,63,293,0),(34812,64,293,0),(34813,65,293,0),(34814,66,293,0),(34815,67,293,0),(34816,68,293,0),(34817,69,293,0),(34818,70,293,0),(34819,71,293,0),(34820,72,293,0),(34821,73,293,0),(34822,74,293,0),(34823,75,293,0),(34824,76,293,0),(34825,77,293,0),(34826,78,293,0),(34827,79,293,0),(34828,80,293,0),(34829,81,293,0),(34830,82,293,0),(34831,83,293,0),(34832,84,293,0),(34833,85,293,0),(34834,86,293,0),(34835,87,293,0),(34836,88,293,0),(34837,89,293,0),(34838,90,293,0),(34839,91,293,0),(34840,92,293,0),(34841,93,293,0),(34842,94,293,0),(34843,95,293,0),(34844,96,293,0),(34845,97,293,0),(34846,98,293,0),(34847,99,293,0),(34848,100,293,0),(34849,101,293,0),(34850,102,293,0),(34851,103,293,0),(34852,104,293,0),(34853,105,293,0),(34854,106,293,0),(34855,107,293,0),(34856,108,293,0),(34857,109,293,0),(34858,110,293,0),(34859,111,293,0),(34860,112,293,0),(34861,113,293,0),(34862,114,293,0),(34863,115,293,0),(34864,116,293,0),(34865,117,293,0),(34866,118,293,0),(34867,119,293,0),(34868,1,294,0),(34869,2,294,0),(34870,3,294,0),(34871,4,294,0),(34872,5,294,0),(34873,6,294,0),(34874,7,294,0),(34875,8,294,0),(34876,9,294,0),(34877,10,294,0),(34878,11,294,0),(34879,12,294,0),(34880,13,294,0),(34881,14,294,0),(34882,15,294,0),(34883,16,294,0),(34884,17,294,0),(34885,18,294,0),(34886,19,294,0),(34887,20,294,0),(34888,21,294,0),(34889,22,294,0),(34890,23,294,0),(34891,24,294,0),(34892,25,294,0),(34893,26,294,0),(34894,27,294,0),(34895,28,294,0),(34896,29,294,0),(34897,30,294,0),(34898,31,294,0),(34899,32,294,0),(34900,33,294,0),(34901,34,294,0.300728194693226),(34902,35,294,0),(34903,36,294,0),(34904,37,294,0),(34905,38,294,0),(34906,39,294,0),(34907,40,294,0),(34908,41,294,0),(34909,42,294,0),(34910,43,294,0),(34911,44,294,0),(34912,45,294,0),(34913,46,294,0),(34914,47,294,0),(34915,48,294,0),(34916,49,294,0),(34917,50,294,0),(34918,51,294,0),(34919,52,294,0),(34920,53,294,0),(34921,54,294,0),(34922,55,294,0),(34923,56,294,0),(34924,57,294,0),(34925,58,294,0),(34926,59,294,0),(34927,60,294,0),(34928,61,294,0),(34929,62,294,0),(34930,63,294,0),(34931,64,294,0),(34932,65,294,0),(34933,66,294,0),(34934,67,294,0),(34935,68,294,0),(34936,69,294,0),(34937,70,294,0),(34938,71,294,0),(34939,72,294,0),(34940,73,294,0),(34941,74,294,0),(34942,75,294,0),(34943,76,294,0),(34944,77,294,0),(34945,78,294,0),(34946,79,294,0),(34947,80,294,0),(34948,81,294,0),(34949,82,294,0),(34950,83,294,0),(34951,84,294,0),(34952,85,294,0),(34953,86,294,0),(34954,87,294,0),(34955,88,294,0),(34956,89,294,0),(34957,90,294,0),(34958,91,294,0),(34959,92,294,0),(34960,93,294,0),(34961,94,294,0),(34962,95,294,0),(34963,96,294,0),(34964,97,294,0),(34965,98,294,0),(34966,99,294,0),(34967,100,294,0),(34968,101,294,0),(34969,102,294,0),(34970,103,294,0),(34971,104,294,0),(34972,105,294,0),(34973,106,294,0),(34974,107,294,0),(34975,108,294,0),(34976,109,294,0),(34977,110,294,0),(34978,111,294,0),(34979,112,294,0),(34980,113,294,0),(34981,114,294,0),(34982,115,294,0),(34983,116,294,0),(34984,117,294,0),(34985,118,294,0),(34986,119,294,0),(34987,1,295,0),(34988,2,295,0),(34989,3,295,0),(34990,4,295,0),(34991,5,295,0),(34992,6,295,0),(34993,7,295,0),(34994,8,295,0),(34995,9,295,0),(34996,10,295,0),(34997,11,295,0),(34998,12,295,0),(34999,13,295,0),(35000,14,295,0),(35001,15,295,0),(35002,16,295,0),(35003,17,295,0),(35004,18,295,0),(35005,19,295,0),(35006,20,295,0),(35007,21,295,0),(35008,22,295,0),(35009,23,295,0),(35010,24,295,0),(35011,25,295,0),(35012,26,295,0),(35013,27,295,0),(35014,28,295,0),(35015,29,295,0),(35016,30,295,0),(35017,31,295,0),(35018,32,295,0),(35019,33,295,0),(35020,34,295,0),(35021,35,295,0.0364605786357724),(35022,36,295,0),(35023,37,295,0),(35024,38,295,0),(35025,39,295,0),(35026,40,295,0),(35027,41,295,0),(35028,42,295,0),(35029,43,295,0),(35030,44,295,0),(35031,45,295,0),(35032,46,295,0),(35033,47,295,0),(35034,48,295,0),(35035,49,295,0),(35036,50,295,0),(35037,51,295,0),(35038,52,295,0),(35039,53,295,0),(35040,54,295,0),(35041,55,295,0),(35042,56,295,0),(35043,57,295,0),(35044,58,295,0),(35045,59,295,0),(35046,60,295,0),(35047,61,295,0),(35048,62,295,0),(35049,63,295,0),(35050,64,295,0),(35051,65,295,0),(35052,66,295,0),(35053,67,295,0),(35054,68,295,0),(35055,69,295,0),(35056,70,295,0),(35057,71,295,0),(35058,72,295,0),(35059,73,295,0),(35060,74,295,0),(35061,75,295,0),(35062,76,295,0),(35063,77,295,0),(35064,78,295,0),(35065,79,295,0),(35066,80,295,0),(35067,81,295,0),(35068,82,295,0),(35069,83,295,0),(35070,84,295,0),(35071,85,295,0),(35072,86,295,0),(35073,87,295,0),(35074,88,295,0),(35075,89,295,0),(35076,90,295,0),(35077,91,295,0),(35078,92,295,0),(35079,93,295,0),(35080,94,295,0),(35081,95,295,0),(35082,96,295,0),(35083,97,295,0),(35084,98,295,0),(35085,99,295,0),(35086,100,295,0),(35087,101,295,0),(35088,102,295,0),(35089,103,295,0),(35090,104,295,0),(35091,105,295,0),(35092,106,295,0),(35093,107,295,0),(35094,108,295,0),(35095,109,295,0),(35096,110,295,0),(35097,111,295,0),(35098,112,295,0),(35099,113,295,0),(35100,114,295,0),(35101,115,295,0),(35102,116,295,0),(35103,117,295,0),(35104,118,295,0),(35105,119,295,0),(35106,1,296,0),(35107,2,296,0),(35108,3,296,0),(35109,4,296,0),(35110,5,296,0),(35111,6,296,0),(35112,7,296,0),(35113,8,296,0),(35114,9,296,0),(35115,10,296,0),(35116,11,296,0),(35117,12,296,0),(35118,13,296,0),(35119,14,296,0),(35120,15,296,0),(35121,16,296,0),(35122,17,296,0),(35123,18,296,0),(35124,19,296,0),(35125,20,296,0),(35126,21,296,0),(35127,22,296,0),(35128,23,296,0),(35129,24,296,0),(35130,25,296,0),(35131,26,296,0),(35132,27,296,0),(35133,28,296,0),(35134,29,296,0),(35135,30,296,0),(35136,31,296,0),(35137,32,296,0),(35138,33,296,0),(35139,34,296,0),(35140,35,296,0.463539421364228),(35141,36,296,0),(35142,37,296,0),(35143,38,296,0),(35144,39,296,0),(35145,40,296,0),(35146,41,296,0),(35147,42,296,0),(35148,43,296,0),(35149,44,296,0),(35150,45,296,0),(35151,46,296,0),(35152,47,296,0),(35153,48,296,0),(35154,49,296,0),(35155,50,296,0),(35156,51,296,0),(35157,52,296,0),(35158,53,296,0),(35159,54,296,0),(35160,55,296,0),(35161,56,296,0),(35162,57,296,0),(35163,58,296,0),(35164,59,296,0),(35165,60,296,0),(35166,61,296,0),(35167,62,296,0),(35168,63,296,0),(35169,64,296,0),(35170,65,296,0),(35171,66,296,0),(35172,67,296,0),(35173,68,296,0),(35174,69,296,0),(35175,70,296,0),(35176,71,296,0),(35177,72,296,0),(35178,73,296,0),(35179,74,296,0),(35180,75,296,0),(35181,76,296,0),(35182,77,296,0),(35183,78,296,0),(35184,79,296,0),(35185,80,296,0),(35186,81,296,0),(35187,82,296,0),(35188,83,296,0),(35189,84,296,0),(35190,85,296,0),(35191,86,296,0),(35192,87,296,0),(35193,88,296,0),(35194,89,296,0),(35195,90,296,0),(35196,91,296,0),(35197,92,296,0),(35198,93,296,0),(35199,94,296,0),(35200,95,296,0),(35201,96,296,0),(35202,97,296,0),(35203,98,296,0),(35204,99,296,0),(35205,100,296,0),(35206,101,296,0),(35207,102,296,0),(35208,103,296,0),(35209,104,296,0),(35210,105,296,0),(35211,106,296,0),(35212,107,296,0),(35213,108,296,0),(35214,109,296,0),(35215,110,296,0),(35216,111,296,0),(35217,112,296,0),(35218,113,296,0),(35219,114,296,0),(35220,115,296,0),(35221,116,296,0),(35222,117,296,0),(35223,118,296,0),(35224,119,296,0),(35225,1,297,0),(35226,2,297,0),(35227,3,297,0),(35228,4,297,0),(35229,5,297,0),(35230,6,297,0),(35231,7,297,0),(35232,8,297,0),(35233,9,297,0),(35234,10,297,0),(35235,11,297,0),(35236,12,297,0),(35237,13,297,0),(35238,14,297,0),(35239,15,297,0),(35240,16,297,0),(35241,17,297,0),(35242,18,297,0),(35243,19,297,0),(35244,20,297,0),(35245,21,297,0),(35246,22,297,0),(35247,23,297,0),(35248,24,297,0),(35249,25,297,0),(35250,26,297,0),(35251,27,297,0),(35252,28,297,0),(35253,29,297,0),(35254,30,297,0),(35255,31,297,0),(35256,32,297,0),(35257,33,297,0),(35258,34,297,0),(35259,35,297,0.348371409820713),(35260,36,297,0),(35261,37,297,0),(35262,38,297,0),(35263,39,297,0),(35264,40,297,0),(35265,41,297,0),(35266,42,297,0),(35267,43,297,0),(35268,44,297,0),(35269,45,297,0),(35270,46,297,0),(35271,47,297,0),(35272,48,297,0),(35273,49,297,0),(35274,50,297,0),(35275,51,297,0),(35276,52,297,0),(35277,53,297,0),(35278,54,297,0),(35279,55,297,0),(35280,56,297,0),(35281,57,297,0),(35282,58,297,0),(35283,59,297,0),(35284,60,297,0),(35285,61,297,0),(35286,62,297,0),(35287,63,297,0),(35288,64,297,0),(35289,65,297,0),(35290,66,297,0),(35291,67,297,0),(35292,68,297,0),(35293,69,297,0),(35294,70,297,0),(35295,71,297,0),(35296,72,297,0),(35297,73,297,0),(35298,74,297,0),(35299,75,297,0),(35300,76,297,0),(35301,77,297,0),(35302,78,297,0),(35303,79,297,0),(35304,80,297,0),(35305,81,297,0),(35306,82,297,0),(35307,83,297,0),(35308,84,297,0),(35309,85,297,0),(35310,86,297,0),(35311,87,297,0),(35312,88,297,0),(35313,89,297,0),(35314,90,297,0),(35315,91,297,0),(35316,92,297,0),(35317,93,297,0),(35318,94,297,0),(35319,95,297,0),(35320,96,297,0),(35321,97,297,0),(35322,98,297,0),(35323,99,297,0),(35324,100,297,0),(35325,101,297,0),(35326,102,297,0),(35327,103,297,0),(35328,104,297,0),(35329,105,297,0),(35330,106,297,0),(35331,107,297,0),(35332,108,297,0),(35333,109,297,0),(35334,110,297,0),(35335,111,297,0),(35336,112,297,0),(35337,113,297,0),(35338,114,297,0),(35339,115,297,0),(35340,116,297,0),(35341,117,297,0),(35342,118,297,0),(35343,119,297,0),(35344,1,298,0),(35345,2,298,0),(35346,3,298,0),(35347,4,298,0),(35348,5,298,0),(35349,6,298,0),(35350,7,298,0),(35351,8,298,0),(35352,9,298,0),(35353,10,298,0),(35354,11,298,0),(35355,12,298,0),(35356,13,298,0),(35357,14,298,0),(35358,15,298,0),(35359,16,298,0),(35360,17,298,0),(35361,18,298,0),(35362,19,298,0),(35363,20,298,0),(35364,21,298,0),(35365,22,298,0),(35366,23,298,0),(35367,24,298,0),(35368,25,298,0),(35369,26,298,0),(35370,27,298,0),(35371,28,298,0),(35372,29,298,0),(35373,30,298,0),(35374,31,298,0),(35375,32,298,0),(35376,33,298,0),(35377,34,298,0),(35378,35,298,0.319979899560895),(35379,36,298,0),(35380,37,298,0),(35381,38,298,0),(35382,39,298,0),(35383,40,298,0),(35384,41,298,0),(35385,42,298,0),(35386,43,298,0),(35387,44,298,0),(35388,45,298,0),(35389,46,298,0),(35390,47,298,0),(35391,48,298,0),(35392,49,298,0),(35393,50,298,0),(35394,51,298,0),(35395,52,298,0),(35396,53,298,0),(35397,54,298,0),(35398,55,298,0),(35399,56,298,0),(35400,57,298,0),(35401,58,298,0),(35402,59,298,0),(35403,60,298,0),(35404,61,298,0),(35405,62,298,0),(35406,63,298,0),(35407,64,298,0),(35408,65,298,0),(35409,66,298,0),(35410,67,298,0),(35411,68,298,0),(35412,69,298,0),(35413,70,298,0),(35414,71,298,0),(35415,72,298,0),(35416,73,298,0),(35417,74,298,0),(35418,75,298,0),(35419,76,298,0),(35420,77,298,0),(35421,78,298,0),(35422,79,298,0),(35423,80,298,0),(35424,81,298,0),(35425,82,298,0),(35426,83,298,0),(35427,84,298,0),(35428,85,298,0),(35429,86,298,0),(35430,87,298,0),(35431,88,298,0),(35432,89,298,0),(35433,90,298,0),(35434,91,298,0),(35435,92,298,0),(35436,93,298,0),(35437,94,298,0),(35438,95,298,0),(35439,96,298,0),(35440,97,298,0),(35441,98,298,0),(35442,99,298,0),(35443,100,298,0),(35444,101,298,0),(35445,102,298,0),(35446,103,298,0),(35447,104,298,0),(35448,105,298,0),(35449,106,298,0),(35450,107,298,0),(35451,108,298,0),(35452,109,298,0),(35453,110,298,0),(35454,111,298,0),(35455,112,298,0),(35456,113,298,0),(35457,114,298,0),(35458,115,298,0),(35459,116,298,0),(35460,117,298,0),(35461,118,298,0),(35462,119,298,0),(35463,1,299,0),(35464,2,299,0),(35465,3,299,0),(35466,4,299,0),(35467,5,299,0),(35468,6,299,0),(35469,7,299,0),(35470,8,299,0),(35471,9,299,0),(35472,10,299,0),(35473,11,299,0),(35474,12,299,0),(35475,13,299,0),(35476,14,299,0),(35477,15,299,0),(35478,16,299,0),(35479,17,299,0),(35480,18,299,0),(35481,19,299,0),(35482,20,299,0),(35483,21,299,0),(35484,22,299,0),(35485,23,299,0),(35486,24,299,0),(35487,25,299,0),(35488,26,299,0),(35489,27,299,0),(35490,28,299,0),(35491,29,299,0),(35492,30,299,0),(35493,31,299,0),(35494,32,299,0),(35495,33,299,0),(35496,34,299,0),(35497,35,299,0.0112345380239101),(35498,36,299,0),(35499,37,299,0),(35500,38,299,0),(35501,39,299,0),(35502,40,299,0),(35503,41,299,0),(35504,42,299,0),(35505,43,299,0),(35506,44,299,0),(35507,45,299,0),(35508,46,299,0),(35509,47,299,0),(35510,48,299,0),(35511,49,299,0),(35512,50,299,0),(35513,51,299,0),(35514,52,299,0),(35515,53,299,0),(35516,54,299,0),(35517,55,299,0),(35518,56,299,0),(35519,57,299,0),(35520,58,299,0),(35521,59,299,0),(35522,60,299,0),(35523,61,299,0),(35524,62,299,0),(35525,63,299,0),(35526,64,299,0),(35527,65,299,0),(35528,66,299,0),(35529,67,299,0),(35530,68,299,0),(35531,69,299,0),(35532,70,299,0),(35533,71,299,0),(35534,72,299,0),(35535,73,299,0),(35536,74,299,0),(35537,75,299,0),(35538,76,299,0),(35539,77,299,0),(35540,78,299,0),(35541,79,299,0),(35542,80,299,0),(35543,81,299,0),(35544,82,299,0),(35545,83,299,0),(35546,84,299,0),(35547,85,299,0),(35548,86,299,0),(35549,87,299,0),(35550,88,299,0),(35551,89,299,0),(35552,90,299,0),(35553,91,299,0),(35554,92,299,0),(35555,93,299,0),(35556,94,299,0),(35557,95,299,0),(35558,96,299,0),(35559,97,299,0),(35560,98,299,0),(35561,99,299,0),(35562,100,299,0),(35563,101,299,0),(35564,102,299,0),(35565,103,299,0),(35566,104,299,0),(35567,105,299,0),(35568,106,299,0),(35569,107,299,0),(35570,108,299,0),(35571,109,299,0),(35572,110,299,0),(35573,111,299,0),(35574,112,299,0),(35575,113,299,0),(35576,114,299,0),(35577,115,299,0),(35578,116,299,0),(35579,117,299,0),(35580,118,299,0),(35581,119,299,0),(35582,1,300,0),(35583,2,300,0),(35584,3,300,0),(35585,4,300,0),(35586,5,300,0),(35587,6,300,0),(35588,7,300,0),(35589,8,300,0),(35590,9,300,0),(35591,10,300,0),(35592,11,300,0),(35593,12,300,0),(35594,13,300,0),(35595,14,300,0),(35596,15,300,0),(35597,16,300,0),(35598,17,300,0),(35599,18,300,0),(35600,19,300,0),(35601,20,300,0),(35602,21,300,0),(35603,22,300,0),(35604,23,300,0),(35605,24,300,0),(35606,25,300,0),(35607,26,300,0),(35608,27,300,0),(35609,28,300,0),(35610,29,300,0),(35611,30,300,0),(35612,31,300,0),(35613,32,300,0),(35614,33,300,0),(35615,34,300,0),(35616,35,300,0.120414152594482),(35617,36,300,0),(35618,37,300,0),(35619,38,300,0),(35620,39,300,0),(35621,40,300,0),(35622,41,300,0),(35623,42,300,0),(35624,43,300,0),(35625,44,300,0),(35626,45,300,0),(35627,46,300,0),(35628,47,300,0),(35629,48,300,0),(35630,49,300,0),(35631,50,300,0),(35632,51,300,0),(35633,52,300,0),(35634,53,300,0),(35635,54,300,0),(35636,55,300,0),(35637,56,300,0),(35638,57,300,0),(35639,58,300,0),(35640,59,300,0),(35641,60,300,0),(35642,61,300,0),(35643,62,300,0),(35644,63,300,0),(35645,64,300,0),(35646,65,300,0),(35647,66,300,0),(35648,67,300,0),(35649,68,300,0),(35650,69,300,0),(35651,70,300,0),(35652,71,300,0),(35653,72,300,0),(35654,73,300,0),(35655,74,300,0),(35656,75,300,0),(35657,76,300,0),(35658,77,300,0),(35659,78,300,0),(35660,79,300,0),(35661,80,300,0),(35662,81,300,0),(35663,82,300,0),(35664,83,300,0),(35665,84,300,0),(35666,85,300,0),(35667,86,300,0),(35668,87,300,0),(35669,88,300,0),(35670,89,300,0),(35671,90,300,0),(35672,91,300,0),(35673,92,300,0),(35674,93,300,0),(35675,94,300,0),(35676,95,300,0),(35677,96,300,0),(35678,97,300,0),(35679,98,300,0),(35680,99,300,0),(35681,100,300,0),(35682,101,300,0),(35683,102,300,0),(35684,103,300,0),(35685,104,300,0),(35686,105,300,0),(35687,106,300,0),(35688,107,300,0),(35689,108,300,0),(35690,109,300,0),(35691,110,300,0),(35692,111,300,0),(35693,112,300,0),(35694,113,300,0),(35695,114,300,0),(35696,115,300,0),(35697,116,300,0),(35698,117,300,0),(35699,118,300,0),(35700,119,300,0),(35701,1,301,0),(35702,2,301,0),(35703,3,301,0),(35704,4,301,0),(35705,5,301,0),(35706,6,301,0),(35707,7,301,0),(35708,8,301,0),(35709,9,301,0),(35710,10,301,0),(35711,11,301,0),(35712,12,301,0),(35713,13,301,0),(35714,14,301,0),(35715,15,301,0),(35716,16,301,0),(35717,17,301,0),(35718,18,301,0),(35719,19,301,0),(35720,20,301,0),(35721,21,301,0),(35722,22,301,0),(35723,23,301,0),(35724,24,301,0),(35725,25,301,0),(35726,26,301,0),(35727,27,301,0),(35728,28,301,0),(35729,29,301,0),(35730,30,301,0),(35731,31,301,0),(35732,32,301,0),(35733,33,301,0),(35734,34,301,0),(35735,35,301,0.26593185609527),(35736,36,301,0),(35737,37,301,0),(35738,38,301,0),(35739,39,301,0),(35740,40,301,0),(35741,41,301,0),(35742,42,301,0),(35743,43,301,0),(35744,44,301,0),(35745,45,301,0),(35746,46,301,0),(35747,47,301,0),(35748,48,301,0),(35749,49,301,0),(35750,50,301,0),(35751,51,301,0),(35752,52,301,0),(35753,53,301,0),(35754,54,301,0),(35755,55,301,0),(35756,56,301,0),(35757,57,301,0),(35758,58,301,0),(35759,59,301,0),(35760,60,301,0),(35761,61,301,0),(35762,62,301,0),(35763,63,301,0),(35764,64,301,0),(35765,65,301,0),(35766,66,301,0),(35767,67,301,0),(35768,68,301,0),(35769,69,301,0),(35770,70,301,0),(35771,71,301,0),(35772,72,301,0),(35773,73,301,0),(35774,74,301,0),(35775,75,301,0),(35776,76,301,0),(35777,77,301,0),(35778,78,301,0),(35779,79,301,0),(35780,80,301,0),(35781,81,301,0),(35782,82,301,0),(35783,83,301,0),(35784,84,301,0),(35785,85,301,0),(35786,86,301,0),(35787,87,301,0),(35788,88,301,0),(35789,89,301,0),(35790,90,301,0),(35791,91,301,0),(35792,92,301,0),(35793,93,301,0),(35794,94,301,0),(35795,95,301,0),(35796,96,301,0),(35797,97,301,0),(35798,98,301,0),(35799,99,301,0),(35800,100,301,0),(35801,101,301,0),(35802,102,301,0),(35803,103,301,0),(35804,104,301,0),(35805,105,301,0),(35806,106,301,0),(35807,107,301,0),(35808,108,301,0),(35809,109,301,0),(35810,110,301,0),(35811,111,301,0),(35812,112,301,0),(35813,113,301,0),(35814,114,301,0),(35815,115,301,0),(35816,116,301,0),(35817,117,301,0),(35818,118,301,0),(35819,119,301,0),(35820,1,302,0),(35821,2,302,0),(35822,3,302,0),(35823,4,302,0),(35824,5,302,0),(35825,6,302,0),(35826,7,302,0),(35827,8,302,0),(35828,9,302,0),(35829,10,302,0),(35830,11,302,0),(35831,12,302,0),(35832,13,302,0),(35833,14,302,0),(35834,15,302,0),(35835,16,302,0),(35836,17,302,0),(35837,18,302,0),(35838,19,302,0),(35839,20,302,0),(35840,21,302,0),(35841,22,302,0),(35842,23,302,0),(35843,24,302,0),(35844,25,302,0),(35845,26,302,0),(35846,27,302,0),(35847,28,302,0),(35848,29,302,0),(35849,30,302,0),(35850,31,302,0),(35851,32,302,0),(35852,33,302,0),(35853,34,302,0),(35854,35,302,0.335774272022246),(35855,36,302,0),(35856,37,302,0),(35857,38,302,0),(35858,39,302,0),(35859,40,302,0),(35860,41,302,0),(35861,42,302,0),(35862,43,302,0),(35863,44,302,0),(35864,45,302,0),(35865,46,302,0),(35866,47,302,0),(35867,48,302,0),(35868,49,302,0),(35869,50,302,0),(35870,51,302,0),(35871,52,302,0),(35872,53,302,0),(35873,54,302,0),(35874,55,302,0),(35875,56,302,0),(35876,57,302,0),(35877,58,302,0),(35878,59,302,0),(35879,60,302,0),(35880,61,302,0),(35881,62,302,0),(35882,63,302,0),(35883,64,302,0),(35884,65,302,0),(35885,66,302,0),(35886,67,302,0),(35887,68,302,0),(35888,69,302,0),(35889,70,302,0),(35890,71,302,0),(35891,72,302,0),(35892,73,302,0),(35893,74,302,0),(35894,75,302,0),(35895,76,302,0),(35896,77,302,0),(35897,78,302,0),(35898,79,302,0),(35899,80,302,0),(35900,81,302,0),(35901,82,302,0),(35902,83,302,0),(35903,84,302,0),(35904,85,302,0),(35905,86,302,0),(35906,87,302,0),(35907,88,302,0),(35908,89,302,0),(35909,90,302,0),(35910,91,302,0),(35911,92,302,0),(35912,93,302,0),(35913,94,302,0),(35914,95,302,0),(35915,96,302,0),(35916,97,302,0),(35917,98,302,0),(35918,99,302,0),(35919,100,302,0),(35920,101,302,0),(35921,102,302,0),(35922,103,302,0),(35923,104,302,0),(35924,105,302,0),(35925,106,302,0),(35926,107,302,0),(35927,108,302,0),(35928,109,302,0),(35929,110,302,0),(35930,111,302,0),(35931,112,302,0),(35932,113,302,0),(35933,114,302,0),(35934,115,302,0),(35935,116,302,0),(35936,117,302,0),(35937,118,302,0),(35938,119,302,0),(35939,1,303,0),(35940,2,303,0),(35941,3,303,0),(35942,4,303,0),(35943,5,303,0),(35944,6,303,0),(35945,7,303,0),(35946,8,303,0),(35947,9,303,0),(35948,10,303,0),(35949,11,303,0),(35950,12,303,0),(35951,13,303,0),(35952,14,303,0),(35953,15,303,0),(35954,16,303,0),(35955,17,303,0),(35956,18,303,0),(35957,19,303,0),(35958,20,303,0),(35959,21,303,0),(35960,22,303,0),(35961,23,303,0),(35962,24,303,0),(35963,25,303,0),(35964,26,303,0),(35965,27,303,0),(35966,28,303,0),(35967,29,303,0),(35968,30,303,0),(35969,31,303,0),(35970,32,303,0),(35971,33,303,0),(35972,34,303,0),(35973,35,303,0.0600699172089156),(35974,36,303,0),(35975,37,303,0),(35976,38,303,0),(35977,39,303,0),(35978,40,303,0),(35979,41,303,0),(35980,42,303,0),(35981,43,303,0),(35982,44,303,0),(35983,45,303,0),(35984,46,303,0),(35985,47,303,0),(35986,48,303,0),(35987,49,303,0),(35988,50,303,0),(35989,51,303,0),(35990,52,303,0),(35991,53,303,0),(35992,54,303,0),(35993,55,303,0),(35994,56,303,0),(35995,57,303,0),(35996,58,303,0),(35997,59,303,0),(35998,60,303,0),(35999,61,303,0),(36000,62,303,0),(36001,63,303,0),(36002,64,303,0),(36003,65,303,0),(36004,66,303,0),(36005,67,303,0),(36006,68,303,0),(36007,69,303,0),(36008,70,303,0),(36009,71,303,0),(36010,72,303,0),(36011,73,303,0),(36012,74,303,0),(36013,75,303,0),(36014,76,303,0),(36015,77,303,0),(36016,78,303,0),(36017,79,303,0),(36018,80,303,0),(36019,81,303,0),(36020,82,303,0),(36021,83,303,0),(36022,84,303,0),(36023,85,303,0),(36024,86,303,0),(36025,87,303,0),(36026,88,303,0),(36027,89,303,0),(36028,90,303,0),(36029,91,303,0),(36030,92,303,0),(36031,93,303,0),(36032,94,303,0),(36033,95,303,0),(36034,96,303,0),(36035,97,303,0),(36036,98,303,0),(36037,99,303,0),(36038,100,303,0),(36039,101,303,0),(36040,102,303,0),(36041,103,303,0),(36042,104,303,0),(36043,105,303,0),(36044,106,303,0),(36045,107,303,0),(36046,108,303,0),(36047,109,303,0),(36048,110,303,0),(36049,111,303,0),(36050,112,303,0),(36051,113,303,0),(36052,114,303,0),(36053,115,303,0),(36054,116,303,0),(36055,117,303,0),(36056,118,303,0),(36057,119,303,0),(36058,1,304,0),(36059,2,304,0),(36060,3,304,0),(36061,4,304,0),(36062,5,304,0),(36063,6,304,0),(36064,7,304,0),(36065,8,304,0),(36066,9,304,0),(36067,10,304,0),(36068,11,304,0),(36069,12,304,0),(36070,13,304,0),(36071,14,304,0),(36072,15,304,0),(36073,16,304,0),(36074,17,304,0),(36075,18,304,0),(36076,19,304,0),(36077,20,304,0),(36078,21,304,0),(36079,22,304,0),(36080,23,304,0),(36081,24,304,0),(36082,25,304,0),(36083,26,304,0),(36084,27,304,0),(36085,28,304,0),(36086,29,304,0),(36087,30,304,0),(36088,31,304,0),(36089,32,304,0),(36090,33,304,0),(36091,34,304,0),(36092,35,304,0.338223954673568),(36093,36,304,0),(36094,37,304,0),(36095,38,304,0),(36096,39,304,0),(36097,40,304,0),(36098,41,304,0),(36099,42,304,0),(36100,43,304,0),(36101,44,304,0),(36102,45,304,0),(36103,46,304,0),(36104,47,304,0),(36105,48,304,0),(36106,49,304,0),(36107,50,304,0),(36108,51,304,0),(36109,52,304,0),(36110,53,304,0),(36111,54,304,0),(36112,55,304,0),(36113,56,304,0),(36114,57,304,0),(36115,58,304,0),(36116,59,304,0),(36117,60,304,0),(36118,61,304,0),(36119,62,304,0),(36120,63,304,0),(36121,64,304,0),(36122,65,304,0),(36123,66,304,0),(36124,67,304,0),(36125,68,304,0),(36126,69,304,0),(36127,70,304,0),(36128,71,304,0),(36129,72,304,0),(36130,73,304,0),(36131,74,304,0),(36132,75,304,0),(36133,76,304,0),(36134,77,304,0),(36135,78,304,0),(36136,79,304,0),(36137,80,304,0),(36138,81,304,0),(36139,82,304,0),(36140,83,304,0),(36141,84,304,0),(36142,85,304,0),(36143,86,304,0),(36144,87,304,0),(36145,88,304,0),(36146,89,304,0),(36147,90,304,0),(36148,91,304,0),(36149,92,304,0),(36150,93,304,0),(36151,94,304,0),(36152,95,304,0),(36153,96,304,0),(36154,97,304,0),(36155,98,304,0),(36156,99,304,0),(36157,100,304,0),(36158,101,304,0),(36159,102,304,0),(36160,103,304,0),(36161,104,304,0),(36162,105,304,0),(36163,106,304,0),(36164,107,304,0),(36165,108,304,0),(36166,109,304,0),(36167,110,304,0),(36168,111,304,0),(36169,112,304,0),(36170,113,304,0),(36171,114,304,0),(36172,115,304,0),(36173,116,304,0),(36174,117,304,0),(36175,118,304,0),(36176,119,304,0),(36177,1,305,0),(36178,2,305,0),(36179,3,305,0),(36180,4,305,0),(36181,5,305,0),(36182,6,305,0),(36183,7,305,0),(36184,8,305,0),(36185,9,305,0),(36186,10,305,0),(36187,11,305,0),(36188,12,305,0),(36189,13,305,0),(36190,14,305,0),(36191,15,305,0),(36192,16,305,0),(36193,17,305,0),(36194,18,305,0),(36195,19,305,0),(36196,20,305,0),(36197,21,305,0),(36198,22,305,0),(36199,23,305,0),(36200,24,305,0),(36201,25,305,0),(36202,26,305,0),(36203,27,305,0),(36204,28,305,0),(36205,29,305,0),(36206,30,305,0),(36207,31,305,0),(36208,32,305,0),(36209,33,305,0),(36210,34,305,0),(36211,35,305,0),(36212,36,305,0.5),(36213,37,305,0),(36214,38,305,0),(36215,39,305,0),(36216,40,305,0),(36217,41,305,0),(36218,42,305,0),(36219,43,305,0),(36220,44,305,0),(36221,45,305,0),(36222,46,305,0),(36223,47,305,0),(36224,48,305,0),(36225,49,305,0),(36226,50,305,0),(36227,51,305,0),(36228,52,305,0),(36229,53,305,0),(36230,54,305,0),(36231,55,305,0),(36232,56,305,0),(36233,57,305,0),(36234,58,305,0),(36235,59,305,0),(36236,60,305,0),(36237,61,305,0),(36238,62,305,0),(36239,63,305,0),(36240,64,305,0),(36241,65,305,0),(36242,66,305,0),(36243,67,305,0),(36244,68,305,0),(36245,69,305,0),(36246,70,305,0),(36247,71,305,0),(36248,72,305,0),(36249,73,305,0),(36250,74,305,0),(36251,75,305,0),(36252,76,305,0),(36253,77,305,0),(36254,78,305,0),(36255,79,305,0),(36256,80,305,0),(36257,81,305,0),(36258,82,305,0),(36259,83,305,0),(36260,84,305,0),(36261,85,305,0),(36262,86,305,0),(36263,87,305,0),(36264,88,305,0),(36265,89,305,0),(36266,90,305,0),(36267,91,305,0),(36268,92,305,0),(36269,93,305,0),(36270,94,305,0),(36271,95,305,0),(36272,96,305,0),(36273,97,305,0),(36274,98,305,0),(36275,99,305,0),(36276,100,305,0),(36277,101,305,0),(36278,102,305,0),(36279,103,305,0),(36280,104,305,0),(36281,105,305,0),(36282,106,305,0),(36283,107,305,0),(36284,108,305,0),(36285,109,305,0),(36286,110,305,0),(36287,111,305,0),(36288,112,305,0),(36289,113,305,0),(36290,114,305,0),(36291,115,305,0),(36292,116,305,0),(36293,117,305,0),(36294,118,305,0),(36295,119,305,0),(36296,1,306,0),(36297,2,306,0),(36298,3,306,0),(36299,4,306,0),(36300,5,306,0),(36301,6,306,0),(36302,7,306,0),(36303,8,306,0),(36304,9,306,0),(36305,10,306,0),(36306,11,306,0),(36307,12,306,0),(36308,13,306,0),(36309,14,306,0),(36310,15,306,0),(36311,16,306,0),(36312,17,306,0),(36313,18,306,0),(36314,19,306,0),(36315,20,306,0),(36316,21,306,0),(36317,22,306,0),(36318,23,306,0),(36319,24,306,0),(36320,25,306,0),(36321,26,306,0),(36322,27,306,0),(36323,28,306,0),(36324,29,306,0),(36325,30,306,0),(36326,31,306,0),(36327,32,306,0),(36328,33,306,0),(36329,34,306,0),(36330,35,306,0),(36331,36,306,0.8),(36332,37,306,0),(36333,38,306,0),(36334,39,306,0),(36335,40,306,0),(36336,41,306,0),(36337,42,306,0),(36338,43,306,0),(36339,44,306,0),(36340,45,306,0),(36341,46,306,0),(36342,47,306,0),(36343,48,306,0),(36344,49,306,0),(36345,50,306,0),(36346,51,306,0),(36347,52,306,0),(36348,53,306,0),(36349,54,306,0),(36350,55,306,0),(36351,56,306,0),(36352,57,306,0),(36353,58,306,0),(36354,59,306,0),(36355,60,306,0),(36356,61,306,0),(36357,62,306,0),(36358,63,306,0),(36359,64,306,0),(36360,65,306,0),(36361,66,306,0),(36362,67,306,0),(36363,68,306,0),(36364,69,306,0),(36365,70,306,0),(36366,71,306,0),(36367,72,306,0),(36368,73,306,0),(36369,74,306,0),(36370,75,306,0),(36371,76,306,0),(36372,77,306,0),(36373,78,306,0),(36374,79,306,0),(36375,80,306,0),(36376,81,306,0),(36377,82,306,0),(36378,83,306,0),(36379,84,306,0),(36380,85,306,0),(36381,86,306,0),(36382,87,306,0),(36383,88,306,0),(36384,89,306,0),(36385,90,306,0),(36386,91,306,0),(36387,92,306,0),(36388,93,306,0),(36389,94,306,0),(36390,95,306,0),(36391,96,306,0),(36392,97,306,0),(36393,98,306,0),(36394,99,306,0),(36395,100,306,0),(36396,101,306,0),(36397,102,306,0),(36398,103,306,0),(36399,104,306,0),(36400,105,306,0),(36401,106,306,0),(36402,107,306,0),(36403,108,306,0),(36404,109,306,0),(36405,110,306,0),(36406,111,306,0),(36407,112,306,0),(36408,113,306,0),(36409,114,306,0),(36410,115,306,0),(36411,116,306,0),(36412,117,306,0),(36413,118,306,0),(36414,119,306,0),(36415,1,307,0),(36416,2,307,0),(36417,3,307,0),(36418,4,307,0),(36419,5,307,0),(36420,6,307,0),(36421,7,307,0),(36422,8,307,0),(36423,9,307,0),(36424,10,307,0),(36425,11,307,0),(36426,12,307,0),(36427,13,307,0),(36428,14,307,0),(36429,15,307,0),(36430,16,307,0),(36431,17,307,0),(36432,18,307,0),(36433,19,307,0),(36434,20,307,0),(36435,21,307,0),(36436,22,307,0),(36437,23,307,0),(36438,24,307,0),(36439,25,307,0),(36440,26,307,0),(36441,27,307,0),(36442,28,307,0),(36443,29,307,0),(36444,30,307,0),(36445,31,307,0),(36446,32,307,0),(36447,33,307,0),(36448,34,307,0),(36449,35,307,0),(36450,36,307,1),(36451,37,307,0),(36452,38,307,0),(36453,39,307,0),(36454,40,307,0),(36455,41,307,0),(36456,42,307,0),(36457,43,307,0),(36458,44,307,0),(36459,45,307,0),(36460,46,307,0),(36461,47,307,0),(36462,48,307,0),(36463,49,307,0),(36464,50,307,0),(36465,51,307,0),(36466,52,307,0),(36467,53,307,0),(36468,54,307,0),(36469,55,307,0),(36470,56,307,0),(36471,57,307,0),(36472,58,307,0),(36473,59,307,0),(36474,60,307,0),(36475,61,307,0),(36476,62,307,0),(36477,63,307,0),(36478,64,307,0),(36479,65,307,0),(36480,66,307,0),(36481,67,307,0),(36482,68,307,0),(36483,69,307,0),(36484,70,307,0),(36485,71,307,0),(36486,72,307,0),(36487,73,307,0),(36488,74,307,0),(36489,75,307,0),(36490,76,307,0),(36491,77,307,0),(36492,78,307,0),(36493,79,307,0),(36494,80,307,0),(36495,81,307,0),(36496,82,307,0),(36497,83,307,0),(36498,84,307,0),(36499,85,307,0),(36500,86,307,0),(36501,87,307,0),(36502,88,307,0),(36503,89,307,0),(36504,90,307,0),(36505,91,307,0),(36506,92,307,0),(36507,93,307,0),(36508,94,307,0),(36509,95,307,0),(36510,96,307,0),(36511,97,307,0),(36512,98,307,0),(36513,99,307,0),(36514,100,307,0),(36515,101,307,0),(36516,102,307,0),(36517,103,307,0),(36518,104,307,0),(36519,105,307,0),(36520,106,307,0),(36521,107,307,0),(36522,108,307,0),(36523,109,307,0),(36524,110,307,0),(36525,111,307,0),(36526,112,307,0),(36527,113,307,0),(36528,114,307,0),(36529,115,307,0),(36530,116,307,0),(36531,117,307,0),(36532,118,307,0),(36533,119,307,0),(36534,1,308,0),(36535,2,308,0),(36536,3,308,0),(36537,4,308,0),(36538,5,308,0),(36539,6,308,0),(36540,7,308,0),(36541,8,308,0),(36542,9,308,0),(36543,10,308,0),(36544,11,308,0),(36545,12,308,0),(36546,13,308,0),(36547,14,308,0),(36548,15,308,0),(36549,16,308,0),(36550,17,308,0),(36551,18,308,0),(36552,19,308,0),(36553,20,308,0),(36554,21,308,0),(36555,22,308,0),(36556,23,308,0),(36557,24,308,0),(36558,25,308,0),(36559,26,308,0),(36560,27,308,0),(36561,28,308,0),(36562,29,308,0),(36563,30,308,0),(36564,31,308,0),(36565,32,308,0),(36566,33,308,0),(36567,34,308,0),(36568,35,308,0),(36569,36,308,0),(36570,37,308,0.5),(36571,38,308,0),(36572,39,308,0),(36573,40,308,0),(36574,41,308,0),(36575,42,308,0),(36576,43,308,0),(36577,44,308,0),(36578,45,308,0),(36579,46,308,0),(36580,47,308,0),(36581,48,308,0),(36582,49,308,0),(36583,50,308,0),(36584,51,308,0),(36585,52,308,0),(36586,53,308,0),(36587,54,308,0),(36588,55,308,0),(36589,56,308,0),(36590,57,308,0),(36591,58,308,0),(36592,59,308,0),(36593,60,308,0),(36594,61,308,0),(36595,62,308,0),(36596,63,308,0),(36597,64,308,0),(36598,65,308,0),(36599,66,308,0),(36600,67,308,0),(36601,68,308,0),(36602,69,308,0),(36603,70,308,0),(36604,71,308,0),(36605,72,308,0),(36606,73,308,0),(36607,74,308,0),(36608,75,308,0),(36609,76,308,0),(36610,77,308,0),(36611,78,308,0),(36612,79,308,0),(36613,80,308,0),(36614,81,308,0),(36615,82,308,0),(36616,83,308,0),(36617,84,308,0),(36618,85,308,0),(36619,86,308,0),(36620,87,308,0),(36621,88,308,0),(36622,89,308,0),(36623,90,308,0),(36624,91,308,0),(36625,92,308,0),(36626,93,308,0),(36627,94,308,0),(36628,95,308,0),(36629,96,308,0),(36630,97,308,0),(36631,98,308,0),(36632,99,308,0),(36633,100,308,0),(36634,101,308,0),(36635,102,308,0),(36636,103,308,0),(36637,104,308,0),(36638,105,308,0),(36639,106,308,0),(36640,107,308,0),(36641,108,308,0),(36642,109,308,0),(36643,110,308,0),(36644,111,308,0),(36645,112,308,0),(36646,113,308,0),(36647,114,308,0),(36648,115,308,0),(36649,116,308,0),(36650,117,308,0),(36651,118,308,0),(36652,119,308,0),(36653,1,309,0),(36654,2,309,0),(36655,3,309,0),(36656,4,309,0),(36657,5,309,0),(36658,6,309,0),(36659,7,309,0),(36660,8,309,0),(36661,9,309,0),(36662,10,309,0),(36663,11,309,0),(36664,12,309,0),(36665,13,309,0),(36666,14,309,0),(36667,15,309,0),(36668,16,309,0),(36669,17,309,0),(36670,18,309,0),(36671,19,309,0),(36672,20,309,0),(36673,21,309,0),(36674,22,309,0),(36675,23,309,0),(36676,24,309,0),(36677,25,309,0),(36678,26,309,0),(36679,27,309,0),(36680,28,309,0),(36681,29,309,0),(36682,30,309,0),(36683,31,309,0),(36684,32,309,0),(36685,33,309,0),(36686,34,309,0),(36687,35,309,0),(36688,36,309,0),(36689,37,309,0.364456952650552),(36690,38,309,0),(36691,39,309,0),(36692,40,309,0),(36693,41,309,0),(36694,42,309,0),(36695,43,309,0),(36696,44,309,0),(36697,45,309,0),(36698,46,309,0),(36699,47,309,0),(36700,48,309,0),(36701,49,309,0),(36702,50,309,0),(36703,51,309,0),(36704,52,309,0),(36705,53,309,0),(36706,54,309,0),(36707,55,309,0),(36708,56,309,0),(36709,57,309,0),(36710,58,309,0),(36711,59,309,0),(36712,60,309,0),(36713,61,309,0),(36714,62,309,0),(36715,63,309,0),(36716,64,309,0),(36717,65,309,0),(36718,66,309,0),(36719,67,309,0),(36720,68,309,0),(36721,69,309,0),(36722,70,309,0),(36723,71,309,0),(36724,72,309,0),(36725,73,309,0),(36726,74,309,0),(36727,75,309,0),(36728,76,309,0),(36729,77,309,0),(36730,78,309,0),(36731,79,309,0),(36732,80,309,0),(36733,81,309,0),(36734,82,309,0),(36735,83,309,0),(36736,84,309,0),(36737,85,309,0),(36738,86,309,0),(36739,87,309,0),(36740,88,309,0),(36741,89,309,0),(36742,90,309,0),(36743,91,309,0),(36744,92,309,0),(36745,93,309,0),(36746,94,309,0),(36747,95,309,0),(36748,96,309,0),(36749,97,309,0),(36750,98,309,0),(36751,99,309,0),(36752,100,309,0),(36753,101,309,0),(36754,102,309,0),(36755,103,309,0),(36756,104,309,0),(36757,105,309,0),(36758,106,309,0),(36759,107,309,0),(36760,108,309,0),(36761,109,309,0),(36762,110,309,0),(36763,111,309,0),(36764,112,309,0),(36765,113,309,0),(36766,114,309,0),(36767,115,309,0),(36768,116,309,0),(36769,117,309,0),(36770,118,309,0),(36771,119,309,0),(36772,1,310,0),(36773,2,310,0),(36774,3,310,0),(36775,4,310,0),(36776,5,310,0),(36777,6,310,0),(36778,7,310,0),(36779,8,310,0),(36780,9,310,0),(36781,10,310,0),(36782,11,310,0),(36783,12,310,0),(36784,13,310,0),(36785,14,310,0),(36786,15,310,0),(36787,16,310,0),(36788,17,310,0),(36789,18,310,0),(36790,19,310,0),(36791,20,310,0),(36792,21,310,0),(36793,22,310,0),(36794,23,310,0),(36795,24,310,0),(36796,25,310,0),(36797,26,310,0),(36798,27,310,0),(36799,28,310,0),(36800,29,310,0),(36801,30,310,0),(36802,31,310,0),(36803,32,310,0),(36804,33,310,0),(36805,34,310,0),(36806,35,310,0),(36807,36,310,0),(36808,37,310,0.435543047349448),(36809,38,310,0),(36810,39,310,0),(36811,40,310,0),(36812,41,310,0),(36813,42,310,0),(36814,43,310,0),(36815,44,310,0),(36816,45,310,0),(36817,46,310,0),(36818,47,310,0),(36819,48,310,0),(36820,49,310,0),(36821,50,310,0),(36822,51,310,0),(36823,52,310,0),(36824,53,310,0),(36825,54,310,0),(36826,55,310,0),(36827,56,310,0),(36828,57,310,0),(36829,58,310,0),(36830,59,310,0),(36831,60,310,0),(36832,61,310,0),(36833,62,310,0),(36834,63,310,0),(36835,64,310,0),(36836,65,310,0),(36837,66,310,0),(36838,67,310,0),(36839,68,310,0),(36840,69,310,0),(36841,70,310,0),(36842,71,310,0),(36843,72,310,0),(36844,73,310,0),(36845,74,310,0),(36846,75,310,0),(36847,76,310,0),(36848,77,310,0),(36849,78,310,0),(36850,79,310,0),(36851,80,310,0),(36852,81,310,0),(36853,82,310,0),(36854,83,310,0),(36855,84,310,0),(36856,85,310,0),(36857,86,310,0),(36858,87,310,0),(36859,88,310,0),(36860,89,310,0),(36861,90,310,0),(36862,91,310,0),(36863,92,310,0),(36864,93,310,0),(36865,94,310,0),(36866,95,310,0),(36867,96,310,0),(36868,97,310,0),(36869,98,310,0),(36870,99,310,0),(36871,100,310,0),(36872,101,310,0),(36873,102,310,0),(36874,103,310,0),(36875,104,310,0),(36876,105,310,0),(36877,106,310,0),(36878,107,310,0),(36879,108,310,0),(36880,109,310,0),(36881,110,310,0),(36882,111,310,0),(36883,112,310,0),(36884,113,310,0),(36885,114,310,0),(36886,115,310,0),(36887,116,310,0),(36888,117,310,0),(36889,118,310,0),(36890,119,310,0),(36891,1,311,0),(36892,2,311,0),(36893,3,311,0),(36894,4,311,0),(36895,5,311,0),(36896,6,311,0),(36897,7,311,0),(36898,8,311,0),(36899,9,311,0),(36900,10,311,0),(36901,11,311,0),(36902,12,311,0),(36903,13,311,0),(36904,14,311,0),(36905,15,311,0),(36906,16,311,0),(36907,17,311,0),(36908,18,311,0),(36909,19,311,0),(36910,20,311,0),(36911,21,311,0),(36912,22,311,0),(36913,23,311,0),(36914,24,311,0),(36915,25,311,0),(36916,26,311,0),(36917,27,311,0),(36918,28,311,0),(36919,29,311,0),(36920,30,311,0),(36921,31,311,0),(36922,32,311,0),(36923,33,311,0),(36924,34,311,0),(36925,35,311,0),(36926,36,311,0),(36927,37,311,0.335840777943685),(36928,38,311,0),(36929,39,311,0),(36930,40,311,0),(36931,41,311,0),(36932,42,311,0),(36933,43,311,0),(36934,44,311,0),(36935,45,311,0),(36936,46,311,0),(36937,47,311,0),(36938,48,311,0),(36939,49,311,0),(36940,50,311,0),(36941,51,311,0),(36942,52,311,0),(36943,53,311,0),(36944,54,311,0),(36945,55,311,0),(36946,56,311,0),(36947,57,311,0),(36948,58,311,0),(36949,59,311,0),(36950,60,311,0),(36951,61,311,0),(36952,62,311,0),(36953,63,311,0),(36954,64,311,0),(36955,65,311,0),(36956,66,311,0),(36957,67,311,0),(36958,68,311,0),(36959,69,311,0),(36960,70,311,0),(36961,71,311,0),(36962,72,311,0),(36963,73,311,0),(36964,74,311,0),(36965,75,311,0),(36966,76,311,0),(36967,77,311,0),(36968,78,311,0),(36969,79,311,0),(36970,80,311,0),(36971,81,311,0),(36972,82,311,0),(36973,83,311,0),(36974,84,311,0),(36975,85,311,0),(36976,86,311,0),(36977,87,311,0),(36978,88,311,0),(36979,89,311,0),(36980,90,311,0),(36981,91,311,0),(36982,92,311,0),(36983,93,311,0),(36984,94,311,0),(36985,95,311,0),(36986,96,311,0),(36987,97,311,0),(36988,98,311,0),(36989,99,311,0),(36990,100,311,0),(36991,101,311,0),(36992,102,311,0),(36993,103,311,0),(36994,104,311,0),(36995,105,311,0),(36996,106,311,0),(36997,107,311,0),(36998,108,311,0),(36999,109,311,0),(37000,110,311,0),(37001,111,311,0),(37002,112,311,0),(37003,113,311,0),(37004,114,311,0),(37005,115,311,0),(37006,116,311,0),(37007,117,311,0),(37008,118,311,0),(37009,119,311,0),(37010,1,312,0),(37011,2,312,0),(37012,3,312,0),(37013,4,312,0),(37014,5,312,0),(37015,6,312,0),(37016,7,312,0),(37017,8,312,0),(37018,9,312,0),(37019,10,312,0),(37020,11,312,0),(37021,12,312,0),(37022,13,312,0),(37023,14,312,0),(37024,15,312,0),(37025,16,312,0),(37026,17,312,0),(37027,18,312,0),(37028,19,312,0),(37029,20,312,0),(37030,21,312,0),(37031,22,312,0),(37032,23,312,0),(37033,24,312,0),(37034,25,312,0),(37035,26,312,0),(37036,27,312,0),(37037,28,312,0),(37038,29,312,0),(37039,30,312,0),(37040,31,312,0),(37041,32,312,0),(37042,33,312,0),(37043,34,312,0),(37044,35,312,0),(37045,36,312,0),(37046,37,312,0.428264239010382),(37047,38,312,0),(37048,39,312,0),(37049,40,312,0),(37050,41,312,0),(37051,42,312,0),(37052,43,312,0),(37053,44,312,0),(37054,45,312,0),(37055,46,312,0),(37056,47,312,0),(37057,48,312,0),(37058,49,312,0),(37059,50,312,0),(37060,51,312,0),(37061,52,312,0),(37062,53,312,0),(37063,54,312,0),(37064,55,312,0),(37065,56,312,0),(37066,57,312,0),(37067,58,312,0),(37068,59,312,0),(37069,60,312,0),(37070,61,312,0),(37071,62,312,0),(37072,63,312,0),(37073,64,312,0),(37074,65,312,0),(37075,66,312,0),(37076,67,312,0),(37077,68,312,0),(37078,69,312,0),(37079,70,312,0),(37080,71,312,0),(37081,72,312,0),(37082,73,312,0),(37083,74,312,0),(37084,75,312,0),(37085,76,312,0),(37086,77,312,0),(37087,78,312,0),(37088,79,312,0),(37089,80,312,0),(37090,81,312,0),(37091,82,312,0),(37092,83,312,0),(37093,84,312,0),(37094,85,312,0),(37095,86,312,0),(37096,87,312,0),(37097,88,312,0),(37098,89,312,0),(37099,90,312,0),(37100,91,312,0),(37101,92,312,0),(37102,93,312,0),(37103,94,312,0),(37104,95,312,0),(37105,96,312,0),(37106,97,312,0),(37107,98,312,0),(37108,99,312,0),(37109,100,312,0),(37110,101,312,0),(37111,102,312,0),(37112,103,312,0),(37113,104,312,0),(37114,105,312,0),(37115,106,312,0),(37116,107,312,0),(37117,108,312,0),(37118,109,312,0),(37119,110,312,0),(37120,111,312,0),(37121,112,312,0),(37122,113,312,0),(37123,114,312,0),(37124,115,312,0),(37125,116,312,0),(37126,117,312,0),(37127,118,312,0),(37128,119,312,0),(37129,1,313,0),(37130,2,313,0),(37131,3,313,0),(37132,4,313,0),(37133,5,313,0),(37134,6,313,0),(37135,7,313,0),(37136,8,313,0),(37137,9,313,0),(37138,10,313,0),(37139,11,313,0),(37140,12,313,0),(37141,13,313,0),(37142,14,313,0),(37143,15,313,0),(37144,16,313,0),(37145,17,313,0),(37146,18,313,0),(37147,19,313,0),(37148,20,313,0),(37149,21,313,0),(37150,22,313,0),(37151,23,313,0),(37152,24,313,0),(37153,25,313,0),(37154,26,313,0),(37155,27,313,0),(37156,28,313,0),(37157,29,313,0),(37158,30,313,0),(37159,31,313,0),(37160,32,313,0),(37161,33,313,0),(37162,34,313,0),(37163,35,313,0),(37164,36,313,0),(37165,37,313,0.235894983045933),(37166,38,313,0),(37167,39,313,0),(37168,40,313,0),(37169,41,313,0),(37170,42,313,0),(37171,43,313,0),(37172,44,313,0),(37173,45,313,0),(37174,46,313,0),(37175,47,313,0),(37176,48,313,0),(37177,49,313,0),(37178,50,313,0),(37179,51,313,0),(37180,52,313,0),(37181,53,313,0),(37182,54,313,0),(37183,55,313,0),(37184,56,313,0),(37185,57,313,0),(37186,58,313,0),(37187,59,313,0),(37188,60,313,0),(37189,61,313,0),(37190,62,313,0),(37191,63,313,0),(37192,64,313,0),(37193,65,313,0),(37194,66,313,0),(37195,67,313,0),(37196,68,313,0),(37197,69,313,0),(37198,70,313,0),(37199,71,313,0),(37200,72,313,0),(37201,73,313,0),(37202,74,313,0),(37203,75,313,0),(37204,76,313,0),(37205,77,313,0),(37206,78,313,0),(37207,79,313,0),(37208,80,313,0),(37209,81,313,0),(37210,82,313,0),(37211,83,313,0),(37212,84,313,0),(37213,85,313,0),(37214,86,313,0),(37215,87,313,0),(37216,88,313,0),(37217,89,313,0),(37218,90,313,0),(37219,91,313,0),(37220,92,313,0),(37221,93,313,0),(37222,94,313,0),(37223,95,313,0),(37224,96,313,0),(37225,97,313,0),(37226,98,313,0),(37227,99,313,0),(37228,100,313,0),(37229,101,313,0),(37230,102,313,0),(37231,103,313,0),(37232,104,313,0),(37233,105,313,0),(37234,106,313,0),(37235,107,313,0),(37236,108,313,0),(37237,109,313,0),(37238,110,313,0),(37239,111,313,0),(37240,112,313,0),(37241,113,313,0),(37242,114,313,0),(37243,115,313,0),(37244,116,313,0),(37245,117,313,0),(37246,118,313,0),(37247,119,313,0),(37248,1,314,0),(37249,2,314,0),(37250,3,314,0),(37251,4,314,0),(37252,5,314,0),(37253,6,314,0),(37254,7,314,0),(37255,8,314,0),(37256,9,314,0),(37257,10,314,0),(37258,11,314,0),(37259,12,314,0),(37260,13,314,0),(37261,14,314,0),(37262,15,314,0),(37263,16,314,0),(37264,17,314,0),(37265,18,314,0),(37266,19,314,0),(37267,20,314,0),(37268,21,314,0),(37269,22,314,0),(37270,23,314,0),(37271,24,314,0),(37272,25,314,0),(37273,26,314,0),(37274,27,314,0),(37275,28,314,0),(37276,29,314,0),(37277,30,314,0),(37278,31,314,0),(37279,32,314,0),(37280,33,314,0),(37281,34,314,0),(37282,35,314,0),(37283,36,314,0),(37284,37,314,0),(37285,38,314,0.5),(37286,39,314,0),(37287,40,314,0),(37288,41,314,0),(37289,42,314,0),(37290,43,314,0),(37291,44,314,0),(37292,45,314,0),(37293,46,314,0),(37294,47,314,0),(37295,48,314,0),(37296,49,314,0),(37297,50,314,0),(37298,51,314,0),(37299,52,314,0),(37300,53,314,0),(37301,54,314,0),(37302,55,314,0),(37303,56,314,0),(37304,57,314,0),(37305,58,314,0),(37306,59,314,0),(37307,60,314,0),(37308,61,314,0),(37309,62,314,0),(37310,63,314,0),(37311,64,314,0),(37312,65,314,0),(37313,66,314,0),(37314,67,314,0),(37315,68,314,0),(37316,69,314,0),(37317,70,314,0),(37318,71,314,0),(37319,72,314,0),(37320,73,314,0),(37321,74,314,0),(37322,75,314,0),(37323,76,314,0),(37324,77,314,0),(37325,78,314,0),(37326,79,314,0),(37327,80,314,0),(37328,81,314,0),(37329,82,314,0),(37330,83,314,0),(37331,84,314,0),(37332,85,314,0),(37333,86,314,0),(37334,87,314,0),(37335,88,314,0),(37336,89,314,0),(37337,90,314,0),(37338,91,314,0),(37339,92,314,0),(37340,93,314,0),(37341,94,314,0),(37342,95,314,0),(37343,96,314,0),(37344,97,314,0),(37345,98,314,0),(37346,99,314,0),(37347,100,314,0),(37348,101,314,0),(37349,102,314,0),(37350,103,314,0),(37351,104,314,0),(37352,105,314,0),(37353,106,314,0),(37354,107,314,0),(37355,108,314,0),(37356,109,314,0),(37357,110,314,0),(37358,111,314,0),(37359,112,314,0),(37360,113,314,0),(37361,114,314,0),(37362,115,314,0),(37363,116,314,0),(37364,117,314,0),(37365,118,314,0),(37366,119,314,0),(37367,1,315,0),(37368,2,315,0),(37369,3,315,0),(37370,4,315,0),(37371,5,315,0),(37372,6,315,0),(37373,7,315,0),(37374,8,315,0),(37375,9,315,0),(37376,10,315,0),(37377,11,315,0),(37378,12,315,0),(37379,13,315,0),(37380,14,315,0),(37381,15,315,0),(37382,16,315,0),(37383,17,315,0),(37384,18,315,0),(37385,19,315,0),(37386,20,315,0),(37387,21,315,0),(37388,22,315,0),(37389,23,315,0),(37390,24,315,0),(37391,25,315,0),(37392,26,315,0),(37393,27,315,0),(37394,28,315,0),(37395,29,315,0),(37396,30,315,0),(37397,31,315,0),(37398,32,315,0),(37399,33,315,0),(37400,34,315,0),(37401,35,315,0),(37402,36,315,0),(37403,37,315,0),(37404,38,315,0.8),(37405,39,315,0),(37406,40,315,0),(37407,41,315,0),(37408,42,315,0),(37409,43,315,0),(37410,44,315,0),(37411,45,315,0),(37412,46,315,0),(37413,47,315,0),(37414,48,315,0),(37415,49,315,0),(37416,50,315,0),(37417,51,315,0),(37418,52,315,0),(37419,53,315,0),(37420,54,315,0),(37421,55,315,0),(37422,56,315,0),(37423,57,315,0),(37424,58,315,0),(37425,59,315,0),(37426,60,315,0),(37427,61,315,0),(37428,62,315,0),(37429,63,315,0),(37430,64,315,0),(37431,65,315,0),(37432,66,315,0),(37433,67,315,0),(37434,68,315,0),(37435,69,315,0),(37436,70,315,0),(37437,71,315,0),(37438,72,315,0),(37439,73,315,0),(37440,74,315,0),(37441,75,315,0),(37442,76,315,0),(37443,77,315,0),(37444,78,315,0),(37445,79,315,0),(37446,80,315,0),(37447,81,315,0),(37448,82,315,0),(37449,83,315,0),(37450,84,315,0),(37451,85,315,0),(37452,86,315,0),(37453,87,315,0),(37454,88,315,0),(37455,89,315,0),(37456,90,315,0),(37457,91,315,0),(37458,92,315,0),(37459,93,315,0),(37460,94,315,0),(37461,95,315,0),(37462,96,315,0),(37463,97,315,0),(37464,98,315,0),(37465,99,315,0),(37466,100,315,0),(37467,101,315,0),(37468,102,315,0),(37469,103,315,0),(37470,104,315,0),(37471,105,315,0),(37472,106,315,0),(37473,107,315,0),(37474,108,315,0),(37475,109,315,0),(37476,110,315,0),(37477,111,315,0),(37478,112,315,0),(37479,113,315,0),(37480,114,315,0),(37481,115,315,0),(37482,116,315,0),(37483,117,315,0),(37484,118,315,0),(37485,119,315,0),(37486,1,316,0),(37487,2,316,0),(37488,3,316,0),(37489,4,316,0),(37490,5,316,0),(37491,6,316,0),(37492,7,316,0),(37493,8,316,0),(37494,9,316,0),(37495,10,316,0),(37496,11,316,0),(37497,12,316,0),(37498,13,316,0),(37499,14,316,0),(37500,15,316,0),(37501,16,316,0),(37502,17,316,0),(37503,18,316,0),(37504,19,316,0),(37505,20,316,0),(37506,21,316,0),(37507,22,316,0),(37508,23,316,0),(37509,24,316,0),(37510,25,316,0),(37511,26,316,0),(37512,27,316,0),(37513,28,316,0),(37514,29,316,0),(37515,30,316,0),(37516,31,316,0),(37517,32,316,0),(37518,33,316,0),(37519,34,316,0),(37520,35,316,0),(37521,36,316,0),(37522,37,316,0),(37523,38,316,0.49790355737287),(37524,39,316,0),(37525,40,316,0),(37526,41,316,0),(37527,42,316,0),(37528,43,316,0),(37529,44,316,0),(37530,45,316,0),(37531,46,316,0),(37532,47,316,0),(37533,48,316,0),(37534,49,316,0),(37535,50,316,0),(37536,51,316,0),(37537,52,316,0),(37538,53,316,0),(37539,54,316,0),(37540,55,316,0),(37541,56,316,0),(37542,57,316,0),(37543,58,316,0),(37544,59,316,0),(37545,60,316,0),(37546,61,316,0),(37547,62,316,0),(37548,63,316,0),(37549,64,316,0),(37550,65,316,0),(37551,66,316,0),(37552,67,316,0),(37553,68,316,0),(37554,69,316,0),(37555,70,316,0),(37556,71,316,0),(37557,72,316,0),(37558,73,316,0),(37559,74,316,0),(37560,75,316,0),(37561,76,316,0),(37562,77,316,0),(37563,78,316,0),(37564,79,316,0),(37565,80,316,0),(37566,81,316,0),(37567,82,316,0),(37568,83,316,0),(37569,84,316,0),(37570,85,316,0),(37571,86,316,0),(37572,87,316,0),(37573,88,316,0),(37574,89,316,0),(37575,90,316,0),(37576,91,316,0),(37577,92,316,0),(37578,93,316,0),(37579,94,316,0),(37580,95,316,0),(37581,96,316,0),(37582,97,316,0),(37583,98,316,0),(37584,99,316,0),(37585,100,316,0),(37586,101,316,0),(37587,102,316,0),(37588,103,316,0),(37589,104,316,0),(37590,105,316,0),(37591,106,316,0),(37592,107,316,0),(37593,108,316,0),(37594,109,316,0),(37595,110,316,0),(37596,111,316,0),(37597,112,316,0),(37598,113,316,0),(37599,114,316,0),(37600,115,316,0),(37601,116,316,0),(37602,117,316,0),(37603,118,316,0),(37604,119,316,0),(37605,1,317,0),(37606,2,317,0),(37607,3,317,0),(37608,4,317,0),(37609,5,317,0),(37610,6,317,0),(37611,7,317,0),(37612,8,317,0),(37613,9,317,0),(37614,10,317,0),(37615,11,317,0),(37616,12,317,0),(37617,13,317,0),(37618,14,317,0),(37619,15,317,0),(37620,16,317,0),(37621,17,317,0),(37622,18,317,0),(37623,19,317,0),(37624,20,317,0),(37625,21,317,0),(37626,22,317,0),(37627,23,317,0),(37628,24,317,0),(37629,25,317,0),(37630,26,317,0),(37631,27,317,0),(37632,28,317,0),(37633,29,317,0),(37634,30,317,0),(37635,31,317,0),(37636,32,317,0),(37637,33,317,0),(37638,34,317,0),(37639,35,317,0),(37640,36,317,0),(37641,37,317,0),(37642,38,317,0.50209644262713),(37643,39,317,0),(37644,40,317,0),(37645,41,317,0),(37646,42,317,0),(37647,43,317,0),(37648,44,317,0),(37649,45,317,0),(37650,46,317,0),(37651,47,317,0),(37652,48,317,0),(37653,49,317,0),(37654,50,317,0),(37655,51,317,0),(37656,52,317,0),(37657,53,317,0),(37658,54,317,0),(37659,55,317,0),(37660,56,317,0),(37661,57,317,0),(37662,58,317,0),(37663,59,317,0),(37664,60,317,0),(37665,61,317,0),(37666,62,317,0),(37667,63,317,0),(37668,64,317,0),(37669,65,317,0),(37670,66,317,0),(37671,67,317,0),(37672,68,317,0),(37673,69,317,0),(37674,70,317,0),(37675,71,317,0),(37676,72,317,0),(37677,73,317,0),(37678,74,317,0),(37679,75,317,0),(37680,76,317,0),(37681,77,317,0),(37682,78,317,0),(37683,79,317,0),(37684,80,317,0),(37685,81,317,0),(37686,82,317,0),(37687,83,317,0),(37688,84,317,0),(37689,85,317,0),(37690,86,317,0),(37691,87,317,0),(37692,88,317,0),(37693,89,317,0),(37694,90,317,0),(37695,91,317,0),(37696,92,317,0),(37697,93,317,0),(37698,94,317,0),(37699,95,317,0),(37700,96,317,0),(37701,97,317,0),(37702,98,317,0),(37703,99,317,0),(37704,100,317,0),(37705,101,317,0),(37706,102,317,0),(37707,103,317,0),(37708,104,317,0),(37709,105,317,0),(37710,106,317,0),(37711,107,317,0),(37712,108,317,0),(37713,109,317,0),(37714,110,317,0),(37715,111,317,0),(37716,112,317,0),(37717,113,317,0),(37718,114,317,0),(37719,115,317,0),(37720,116,317,0),(37721,117,317,0),(37722,118,317,0),(37723,119,317,0),(37724,1,318,0),(37725,2,318,0),(37726,3,318,0),(37727,4,318,0),(37728,5,318,0),(37729,6,318,0),(37730,7,318,0),(37731,8,318,0),(37732,9,318,0),(37733,10,318,0),(37734,11,318,0),(37735,12,318,0),(37736,13,318,0),(37737,14,318,0),(37738,15,318,0),(37739,16,318,0),(37740,17,318,0),(37741,18,318,0),(37742,19,318,0),(37743,20,318,0),(37744,21,318,0),(37745,22,318,0),(37746,23,318,0),(37747,24,318,0),(37748,25,318,0),(37749,26,318,0),(37750,27,318,0),(37751,28,318,0),(37752,29,318,0),(37753,30,318,0),(37754,31,318,0),(37755,32,318,0),(37756,33,318,0),(37757,34,318,0),(37758,35,318,0),(37759,36,318,0),(37760,37,318,0),(37761,38,318,0),(37762,39,318,0.226001679935007),(37763,40,318,0),(37764,41,318,0),(37765,42,318,0),(37766,43,318,0),(37767,44,318,0),(37768,45,318,0),(37769,46,318,0),(37770,47,318,0),(37771,48,318,0),(37772,49,318,0),(37773,50,318,0),(37774,51,318,0),(37775,52,318,0),(37776,53,318,0),(37777,54,318,0),(37778,55,318,0),(37779,56,318,0),(37780,57,318,0),(37781,58,318,0),(37782,59,318,0),(37783,60,318,0),(37784,61,318,0),(37785,62,318,0),(37786,63,318,0),(37787,64,318,0),(37788,65,318,0),(37789,66,318,0),(37790,67,318,0),(37791,68,318,0),(37792,69,318,0),(37793,70,318,0),(37794,71,318,0),(37795,72,318,0),(37796,73,318,0),(37797,74,318,0),(37798,75,318,0),(37799,76,318,0),(37800,77,318,0),(37801,78,318,0),(37802,79,318,0),(37803,80,318,0),(37804,81,318,0),(37805,82,318,0),(37806,83,318,0),(37807,84,318,0),(37808,85,318,0),(37809,86,318,0),(37810,87,318,0),(37811,88,318,0),(37812,89,318,0),(37813,90,318,0),(37814,91,318,0),(37815,92,318,0),(37816,93,318,0),(37817,94,318,0),(37818,95,318,0),(37819,96,318,0),(37820,97,318,0),(37821,98,318,0),(37822,99,318,0),(37823,100,318,0),(37824,101,318,0),(37825,102,318,0),(37826,103,318,0),(37827,104,318,0),(37828,105,318,0),(37829,106,318,0),(37830,107,318,0),(37831,108,318,0),(37832,109,318,0),(37833,110,318,0),(37834,111,318,0),(37835,112,318,0),(37836,113,318,0),(37837,114,318,0),(37838,115,318,0),(37839,116,318,0),(37840,117,318,0),(37841,118,318,0),(37842,119,318,0),(37843,1,319,0),(37844,2,319,0),(37845,3,319,0),(37846,4,319,0),(37847,5,319,0),(37848,6,319,0),(37849,7,319,0),(37850,8,319,0),(37851,9,319,0),(37852,10,319,0),(37853,11,319,0),(37854,12,319,0),(37855,13,319,0),(37856,14,319,0),(37857,15,319,0),(37858,16,319,0),(37859,17,319,0),(37860,18,319,0),(37861,19,319,0),(37862,20,319,0),(37863,21,319,0),(37864,22,319,0),(37865,23,319,0),(37866,24,319,0),(37867,25,319,0),(37868,26,319,0),(37869,27,319,0),(37870,28,319,0),(37871,29,319,0),(37872,30,319,0),(37873,31,319,0),(37874,32,319,0),(37875,33,319,0),(37876,34,319,0),(37877,35,319,0),(37878,36,319,0),(37879,37,319,0),(37880,38,319,0),(37881,39,319,0.00844898198209045),(37882,40,319,0),(37883,41,319,0),(37884,42,319,0),(37885,43,319,0),(37886,44,319,0),(37887,45,319,0),(37888,46,319,0),(37889,47,319,0),(37890,48,319,0),(37891,49,319,0),(37892,50,319,0),(37893,51,319,0),(37894,52,319,0),(37895,53,319,0),(37896,54,319,0),(37897,55,319,0),(37898,56,319,0),(37899,57,319,0),(37900,58,319,0),(37901,59,319,0),(37902,60,319,0),(37903,61,319,0),(37904,62,319,0),(37905,63,319,0),(37906,64,319,0),(37907,65,319,0),(37908,66,319,0),(37909,67,319,0),(37910,68,319,0),(37911,69,319,0),(37912,70,319,0),(37913,71,319,0),(37914,72,319,0),(37915,73,319,0),(37916,74,319,0),(37917,75,319,0),(37918,76,319,0),(37919,77,319,0),(37920,78,319,0),(37921,79,319,0),(37922,80,319,0),(37923,81,319,0),(37924,82,319,0),(37925,83,319,0),(37926,84,319,0),(37927,85,319,0),(37928,86,319,0),(37929,87,319,0),(37930,88,319,0),(37931,89,319,0),(37932,90,319,0),(37933,91,319,0),(37934,92,319,0),(37935,93,319,0),(37936,94,319,0),(37937,95,319,0),(37938,96,319,0),(37939,97,319,0),(37940,98,319,0),(37941,99,319,0),(37942,100,319,0),(37943,101,319,0),(37944,102,319,0),(37945,103,319,0),(37946,104,319,0),(37947,105,319,0),(37948,106,319,0),(37949,107,319,0),(37950,108,319,0),(37951,109,319,0),(37952,110,319,0),(37953,111,319,0),(37954,112,319,0),(37955,113,319,0),(37956,114,319,0),(37957,115,319,0),(37958,116,319,0),(37959,117,319,0),(37960,118,319,0),(37961,119,319,0),(37962,1,320,0),(37963,2,320,0),(37964,3,320,0),(37965,4,320,0),(37966,5,320,0),(37967,6,320,0),(37968,7,320,0),(37969,8,320,0),(37970,9,320,0),(37971,10,320,0),(37972,11,320,0),(37973,12,320,0),(37974,13,320,0),(37975,14,320,0),(37976,15,320,0),(37977,16,320,0),(37978,17,320,0),(37979,18,320,0),(37980,19,320,0),(37981,20,320,0),(37982,21,320,0),(37983,22,320,0),(37984,23,320,0),(37985,24,320,0),(37986,25,320,0),(37987,26,320,0),(37988,27,320,0),(37989,28,320,0),(37990,29,320,0),(37991,30,320,0),(37992,31,320,0),(37993,32,320,0),(37994,33,320,0),(37995,34,320,0),(37996,35,320,0),(37997,36,320,0),(37998,37,320,0),(37999,38,320,0),(38000,39,320,0.265549338082902),(38001,40,320,0),(38002,41,320,0),(38003,42,320,0),(38004,43,320,0),(38005,44,320,0),(38006,45,320,0),(38007,46,320,0),(38008,47,320,0),(38009,48,320,0),(38010,49,320,0),(38011,50,320,0),(38012,51,320,0),(38013,52,320,0),(38014,53,320,0),(38015,54,320,0),(38016,55,320,0),(38017,56,320,0),(38018,57,320,0),(38019,58,320,0),(38020,59,320,0),(38021,60,320,0),(38022,61,320,0),(38023,62,320,0),(38024,63,320,0),(38025,64,320,0),(38026,65,320,0),(38027,66,320,0),(38028,67,320,0),(38029,68,320,0),(38030,69,320,0),(38031,70,320,0),(38032,71,320,0),(38033,72,320,0),(38034,73,320,0),(38035,74,320,0),(38036,75,320,0),(38037,76,320,0),(38038,77,320,0),(38039,78,320,0),(38040,79,320,0),(38041,80,320,0),(38042,81,320,0),(38043,82,320,0),(38044,83,320,0),(38045,84,320,0),(38046,85,320,0),(38047,86,320,0),(38048,87,320,0),(38049,88,320,0),(38050,89,320,0),(38051,90,320,0),(38052,91,320,0),(38053,92,320,0),(38054,93,320,0),(38055,94,320,0),(38056,95,320,0),(38057,96,320,0),(38058,97,320,0),(38059,98,320,0),(38060,99,320,0),(38061,100,320,0),(38062,101,320,0),(38063,102,320,0),(38064,103,320,0),(38065,104,320,0),(38066,105,320,0),(38067,106,320,0),(38068,107,320,0),(38069,108,320,0),(38070,109,320,0),(38071,110,320,0),(38072,111,320,0),(38073,112,320,0),(38074,113,320,0),(38075,114,320,0),(38076,115,320,0),(38077,116,320,0),(38078,117,320,0),(38079,118,320,0),(38080,119,320,0),(38081,1,321,0),(38082,2,321,0),(38083,3,321,0),(38084,4,321,0),(38085,5,321,0),(38086,6,321,0),(38087,7,321,0),(38088,8,321,0),(38089,9,321,0),(38090,10,321,0),(38091,11,321,0),(38092,12,321,0),(38093,13,321,0),(38094,14,321,0),(38095,15,321,0),(38096,16,321,0),(38097,17,321,0),(38098,18,321,0),(38099,19,321,0),(38100,20,321,0),(38101,21,321,0),(38102,22,321,0),(38103,23,321,0),(38104,24,321,0),(38105,25,321,0),(38106,26,321,0),(38107,27,321,0),(38108,28,321,0),(38109,29,321,0),(38110,30,321,0),(38111,31,321,0),(38112,32,321,0),(38113,33,321,0),(38114,34,321,0),(38115,35,321,0),(38116,36,321,0),(38117,37,321,0),(38118,38,321,0),(38119,39,321,0.265163138083575),(38120,40,321,0),(38121,41,321,0),(38122,42,321,0),(38123,43,321,0),(38124,44,321,0),(38125,45,321,0),(38126,46,321,0),(38127,47,321,0),(38128,48,321,0),(38129,49,321,0),(38130,50,321,0),(38131,51,321,0),(38132,52,321,0),(38133,53,321,0),(38134,54,321,0),(38135,55,321,0),(38136,56,321,0),(38137,57,321,0),(38138,58,321,0),(38139,59,321,0),(38140,60,321,0),(38141,61,321,0),(38142,62,321,0),(38143,63,321,0),(38144,64,321,0),(38145,65,321,0),(38146,66,321,0),(38147,67,321,0),(38148,68,321,0),(38149,69,321,0),(38150,70,321,0),(38151,71,321,0),(38152,72,321,0),(38153,73,321,0),(38154,74,321,0),(38155,75,321,0),(38156,76,321,0),(38157,77,321,0),(38158,78,321,0),(38159,79,321,0),(38160,80,321,0),(38161,81,321,0),(38162,82,321,0),(38163,83,321,0),(38164,84,321,0),(38165,85,321,0),(38166,86,321,0),(38167,87,321,0),(38168,88,321,0),(38169,89,321,0),(38170,90,321,0),(38171,91,321,0),(38172,92,321,0),(38173,93,321,0),(38174,94,321,0),(38175,95,321,0),(38176,96,321,0),(38177,97,321,0),(38178,98,321,0),(38179,99,321,0),(38180,100,321,0),(38181,101,321,0),(38182,102,321,0),(38183,103,321,0),(38184,104,321,0),(38185,105,321,0),(38186,106,321,0),(38187,107,321,0),(38188,108,321,0),(38189,109,321,0),(38190,110,321,0),(38191,111,321,0),(38192,112,321,0),(38193,113,321,0),(38194,114,321,0),(38195,115,321,0),(38196,116,321,0),(38197,117,321,0),(38198,118,321,0),(38199,119,321,0),(38200,1,322,0),(38201,2,322,0),(38202,3,322,0),(38203,4,322,0),(38204,5,322,0),(38205,6,322,0),(38206,7,322,0),(38207,8,322,0),(38208,9,322,0),(38209,10,322,0),(38210,11,322,0),(38211,12,322,0),(38212,13,322,0),(38213,14,322,0),(38214,15,322,0),(38215,16,322,0),(38216,17,322,0),(38217,18,322,0),(38218,19,322,0),(38219,20,322,0),(38220,21,322,0),(38221,22,322,0),(38222,23,322,0),(38223,24,322,0),(38224,25,322,0),(38225,26,322,0),(38226,27,322,0),(38227,28,322,0),(38228,29,322,0),(38229,30,322,0),(38230,31,322,0),(38231,32,322,0),(38232,33,322,0),(38233,34,322,0),(38234,35,322,0),(38235,36,322,0),(38236,37,322,0),(38237,38,322,0),(38238,39,322,0.0554558292228911),(38239,40,322,0),(38240,41,322,0),(38241,42,322,0),(38242,43,322,0),(38243,44,322,0),(38244,45,322,0),(38245,46,322,0),(38246,47,322,0),(38247,48,322,0),(38248,49,322,0),(38249,50,322,0),(38250,51,322,0),(38251,52,322,0),(38252,53,322,0),(38253,54,322,0),(38254,55,322,0),(38255,56,322,0),(38256,57,322,0),(38257,58,322,0),(38258,59,322,0),(38259,60,322,0),(38260,61,322,0),(38261,62,322,0),(38262,63,322,0),(38263,64,322,0),(38264,65,322,0),(38265,66,322,0),(38266,67,322,0),(38267,68,322,0),(38268,69,322,0),(38269,70,322,0),(38270,71,322,0),(38271,72,322,0),(38272,73,322,0),(38273,74,322,0),(38274,75,322,0),(38275,76,322,0),(38276,77,322,0),(38277,78,322,0),(38278,79,322,0),(38279,80,322,0),(38280,81,322,0),(38281,82,322,0),(38282,83,322,0),(38283,84,322,0),(38284,85,322,0),(38285,86,322,0),(38286,87,322,0),(38287,88,322,0),(38288,89,322,0),(38289,90,322,0),(38290,91,322,0),(38291,92,322,0),(38292,93,322,0),(38293,94,322,0),(38294,95,322,0),(38295,96,322,0),(38296,97,322,0),(38297,98,322,0),(38298,99,322,0),(38299,100,322,0),(38300,101,322,0),(38301,102,322,0),(38302,103,322,0),(38303,104,322,0),(38304,105,322,0),(38305,106,322,0),(38306,107,322,0),(38307,108,322,0),(38308,109,322,0),(38309,110,322,0),(38310,111,322,0),(38311,112,322,0),(38312,113,322,0),(38313,114,322,0),(38314,115,322,0),(38315,116,322,0),(38316,117,322,0),(38317,118,322,0),(38318,119,322,0),(38319,1,323,0),(38320,2,323,0),(38321,3,323,0),(38322,4,323,0),(38323,5,323,0),(38324,6,323,0),(38325,7,323,0),(38326,8,323,0),(38327,9,323,0),(38328,10,323,0),(38329,11,323,0),(38330,12,323,0),(38331,13,323,0),(38332,14,323,0),(38333,15,323,0),(38334,16,323,0),(38335,17,323,0),(38336,18,323,0),(38337,19,323,0),(38338,20,323,0),(38339,21,323,0),(38340,22,323,0),(38341,23,323,0),(38342,24,323,0),(38343,25,323,0),(38344,26,323,0),(38345,27,323,0),(38346,28,323,0),(38347,29,323,0),(38348,30,323,0),(38349,31,323,0),(38350,32,323,0),(38351,33,323,0),(38352,34,323,0),(38353,35,323,0),(38354,36,323,0),(38355,37,323,0),(38356,38,323,0),(38357,39,323,0.167007026413049),(38358,40,323,0),(38359,41,323,0),(38360,42,323,0),(38361,43,323,0),(38362,44,323,0),(38363,45,323,0),(38364,46,323,0),(38365,47,323,0),(38366,48,323,0),(38367,49,323,0),(38368,50,323,0),(38369,51,323,0),(38370,52,323,0),(38371,53,323,0),(38372,54,323,0),(38373,55,323,0),(38374,56,323,0),(38375,57,323,0),(38376,58,323,0),(38377,59,323,0),(38378,60,323,0),(38379,61,323,0),(38380,62,323,0),(38381,63,323,0),(38382,64,323,0),(38383,65,323,0),(38384,66,323,0),(38385,67,323,0),(38386,68,323,0),(38387,69,323,0),(38388,70,323,0),(38389,71,323,0),(38390,72,323,0),(38391,73,323,0),(38392,74,323,0),(38393,75,323,0),(38394,76,323,0),(38395,77,323,0),(38396,78,323,0),(38397,79,323,0),(38398,80,323,0),(38399,81,323,0),(38400,82,323,0),(38401,83,323,0),(38402,84,323,0),(38403,85,323,0),(38404,86,323,0),(38405,87,323,0),(38406,88,323,0),(38407,89,323,0),(38408,90,323,0),(38409,91,323,0),(38410,92,323,0),(38411,93,323,0),(38412,94,323,0),(38413,95,323,0),(38414,96,323,0),(38415,97,323,0),(38416,98,323,0),(38417,99,323,0),(38418,100,323,0),(38419,101,323,0),(38420,102,323,0),(38421,103,323,0),(38422,104,323,0),(38423,105,323,0),(38424,106,323,0),(38425,107,323,0),(38426,108,323,0),(38427,109,323,0),(38428,110,323,0),(38429,111,323,0),(38430,112,323,0),(38431,113,323,0),(38432,114,323,0),(38433,115,323,0),(38434,116,323,0),(38435,117,323,0),(38436,118,323,0),(38437,119,323,0),(38438,1,324,0),(38439,2,324,0),(38440,3,324,0),(38441,4,324,0),(38442,5,324,0),(38443,6,324,0),(38444,7,324,0),(38445,8,324,0),(38446,9,324,0),(38447,10,324,0),(38448,11,324,0),(38449,12,324,0),(38450,13,324,0),(38451,14,324,0),(38452,15,324,0),(38453,16,324,0),(38454,17,324,0),(38455,18,324,0),(38456,19,324,0),(38457,20,324,0),(38458,21,324,0),(38459,22,324,0),(38460,23,324,0),(38461,24,324,0),(38462,25,324,0),(38463,26,324,0),(38464,27,324,0),(38465,28,324,0),(38466,29,324,0),(38467,30,324,0),(38468,31,324,0),(38469,32,324,0),(38470,33,324,0),(38471,34,324,0),(38472,35,324,0),(38473,36,324,0),(38474,37,324,0),(38475,38,324,0),(38476,39,324,0.254065541150186),(38477,40,324,0),(38478,41,324,0),(38479,42,324,0),(38480,43,324,0),(38481,44,324,0),(38482,45,324,0),(38483,46,324,0),(38484,47,324,0),(38485,48,324,0),(38486,49,324,0),(38487,50,324,0),(38488,51,324,0),(38489,52,324,0),(38490,53,324,0),(38491,54,324,0),(38492,55,324,0),(38493,56,324,0),(38494,57,324,0),(38495,58,324,0),(38496,59,324,0),(38497,60,324,0),(38498,61,324,0),(38499,62,324,0),(38500,63,324,0),(38501,64,324,0),(38502,65,324,0),(38503,66,324,0),(38504,67,324,0),(38505,68,324,0),(38506,69,324,0),(38507,70,324,0),(38508,71,324,0),(38509,72,324,0),(38510,73,324,0),(38511,74,324,0),(38512,75,324,0),(38513,76,324,0),(38514,77,324,0),(38515,78,324,0),(38516,79,324,0),(38517,80,324,0),(38518,81,324,0),(38519,82,324,0),(38520,83,324,0),(38521,84,324,0),(38522,85,324,0),(38523,86,324,0),(38524,87,324,0),(38525,88,324,0),(38526,89,324,0),(38527,90,324,0),(38528,91,324,0),(38529,92,324,0),(38530,93,324,0),(38531,94,324,0),(38532,95,324,0),(38533,96,324,0),(38534,97,324,0),(38535,98,324,0),(38536,99,324,0),(38537,100,324,0),(38538,101,324,0),(38539,102,324,0),(38540,103,324,0),(38541,104,324,0),(38542,105,324,0),(38543,106,324,0),(38544,107,324,0),(38545,108,324,0),(38546,109,324,0),(38547,110,324,0),(38548,111,324,0),(38549,112,324,0),(38550,113,324,0),(38551,114,324,0),(38552,115,324,0),(38553,116,324,0),(38554,117,324,0),(38555,118,324,0),(38556,119,324,0),(38557,1,325,0),(38558,2,325,0),(38559,3,325,0),(38560,4,325,0),(38561,5,325,0),(38562,6,325,0),(38563,7,325,0),(38564,8,325,0),(38565,9,325,0),(38566,10,325,0),(38567,11,325,0),(38568,12,325,0),(38569,13,325,0),(38570,14,325,0),(38571,15,325,0),(38572,16,325,0),(38573,17,325,0),(38574,18,325,0),(38575,19,325,0),(38576,20,325,0),(38577,21,325,0),(38578,22,325,0),(38579,23,325,0),(38580,24,325,0),(38581,25,325,0),(38582,26,325,0),(38583,27,325,0),(38584,28,325,0),(38585,29,325,0),(38586,30,325,0),(38587,31,325,0),(38588,32,325,0),(38589,33,325,0),(38590,34,325,0),(38591,35,325,0),(38592,36,325,0),(38593,37,325,0),(38594,38,325,0),(38595,39,325,0.0583084651302988),(38596,40,325,0),(38597,41,325,0),(38598,42,325,0),(38599,43,325,0),(38600,44,325,0),(38601,45,325,0),(38602,46,325,0),(38603,47,325,0),(38604,48,325,0),(38605,49,325,0),(38606,50,325,0),(38607,51,325,0),(38608,52,325,0),(38609,53,325,0),(38610,54,325,0),(38611,55,325,0),(38612,56,325,0),(38613,57,325,0),(38614,58,325,0),(38615,59,325,0),(38616,60,325,0),(38617,61,325,0),(38618,62,325,0),(38619,63,325,0),(38620,64,325,0),(38621,65,325,0),(38622,66,325,0),(38623,67,325,0),(38624,68,325,0),(38625,69,325,0),(38626,70,325,0),(38627,71,325,0),(38628,72,325,0),(38629,73,325,0),(38630,74,325,0),(38631,75,325,0),(38632,76,325,0),(38633,77,325,0),(38634,78,325,0),(38635,79,325,0),(38636,80,325,0),(38637,81,325,0),(38638,82,325,0),(38639,83,325,0),(38640,84,325,0),(38641,85,325,0),(38642,86,325,0),(38643,87,325,0),(38644,88,325,0),(38645,89,325,0),(38646,90,325,0),(38647,91,325,0),(38648,92,325,0),(38649,93,325,0),(38650,94,325,0),(38651,95,325,0),(38652,96,325,0),(38653,97,325,0),(38654,98,325,0),(38655,99,325,0),(38656,100,325,0),(38657,101,325,0),(38658,102,325,0),(38659,103,325,0),(38660,104,325,0),(38661,105,325,0),(38662,106,325,0),(38663,107,325,0),(38664,108,325,0),(38665,109,325,0),(38666,110,325,0),(38667,111,325,0),(38668,112,325,0),(38669,113,325,0),(38670,114,325,0),(38671,115,325,0),(38672,116,325,0),(38673,117,325,0),(38674,118,325,0),(38675,119,325,0),(38676,1,326,0),(38677,2,326,0),(38678,3,326,0),(38679,4,326,0),(38680,5,326,0),(38681,6,326,0),(38682,7,326,0),(38683,8,326,0),(38684,9,326,0),(38685,10,326,0),(38686,11,326,0),(38687,12,326,0),(38688,13,326,0),(38689,14,326,0),(38690,15,326,0),(38691,16,326,0),(38692,17,326,0),(38693,18,326,0),(38694,19,326,0),(38695,20,326,0),(38696,21,326,0),(38697,22,326,0),(38698,23,326,0),(38699,24,326,0),(38700,25,326,0),(38701,26,326,0),(38702,27,326,0),(38703,28,326,0),(38704,29,326,0),(38705,30,326,0),(38706,31,326,0),(38707,32,326,0),(38708,33,326,0),(38709,34,326,0),(38710,35,326,0),(38711,36,326,0),(38712,37,326,0),(38713,38,326,0),(38714,39,326,0.281190343903196),(38715,40,326,0),(38716,41,326,0),(38717,42,326,0),(38718,43,326,0),(38719,44,326,0),(38720,45,326,0),(38721,46,326,0),(38722,47,326,0),(38723,48,326,0),(38724,49,326,0),(38725,50,326,0),(38726,51,326,0),(38727,52,326,0),(38728,53,326,0),(38729,54,326,0),(38730,55,326,0),(38731,56,326,0),(38732,57,326,0),(38733,58,326,0),(38734,59,326,0),(38735,60,326,0),(38736,61,326,0),(38737,62,326,0),(38738,63,326,0),(38739,64,326,0),(38740,65,326,0),(38741,66,326,0),(38742,67,326,0),(38743,68,326,0),(38744,69,326,0),(38745,70,326,0),(38746,71,326,0),(38747,72,326,0),(38748,73,326,0),(38749,74,326,0),(38750,75,326,0),(38751,76,326,0),(38752,77,326,0),(38753,78,326,0),(38754,79,326,0),(38755,80,326,0),(38756,81,326,0),(38757,82,326,0),(38758,83,326,0),(38759,84,326,0),(38760,85,326,0),(38761,86,326,0),(38762,87,326,0),(38763,88,326,0),(38764,89,326,0),(38765,90,326,0),(38766,91,326,0),(38767,92,326,0),(38768,93,326,0),(38769,94,326,0),(38770,95,326,0),(38771,96,326,0),(38772,97,326,0),(38773,98,326,0),(38774,99,326,0),(38775,100,326,0),(38776,101,326,0),(38777,102,326,0),(38778,103,326,0),(38779,104,326,0),(38780,105,326,0),(38781,106,326,0),(38782,107,326,0),(38783,108,326,0),(38784,109,326,0),(38785,110,326,0),(38786,111,326,0),(38787,112,326,0),(38788,113,326,0),(38789,114,326,0),(38790,115,326,0),(38791,116,326,0),(38792,117,326,0),(38793,118,326,0),(38794,119,326,0),(38795,1,327,0),(38796,2,327,0),(38797,3,327,0),(38798,4,327,0),(38799,5,327,0),(38800,6,327,0),(38801,7,327,0),(38802,8,327,0),(38803,9,327,0),(38804,10,327,0),(38805,11,327,0),(38806,12,327,0),(38807,13,327,0),(38808,14,327,0),(38809,15,327,0),(38810,16,327,0),(38811,17,327,0),(38812,18,327,0),(38813,19,327,0),(38814,20,327,0),(38815,21,327,0),(38816,22,327,0),(38817,23,327,0),(38818,24,327,0),(38819,25,327,0),(38820,26,327,0),(38821,27,327,0),(38822,28,327,0),(38823,29,327,0),(38824,30,327,0),(38825,31,327,0),(38826,32,327,0),(38827,33,327,0),(38828,34,327,0),(38829,35,327,0),(38830,36,327,0),(38831,37,327,0),(38832,38,327,0),(38833,39,327,0.10605178812695),(38834,40,327,0),(38835,41,327,0),(38836,42,327,0),(38837,43,327,0),(38838,44,327,0),(38839,45,327,0),(38840,46,327,0),(38841,47,327,0),(38842,48,327,0),(38843,49,327,0),(38844,50,327,0),(38845,51,327,0),(38846,52,327,0),(38847,53,327,0),(38848,54,327,0),(38849,55,327,0),(38850,56,327,0),(38851,57,327,0),(38852,58,327,0),(38853,59,327,0),(38854,60,327,0),(38855,61,327,0),(38856,62,327,0),(38857,63,327,0),(38858,64,327,0),(38859,65,327,0),(38860,66,327,0),(38861,67,327,0),(38862,68,327,0),(38863,69,327,0),(38864,70,327,0),(38865,71,327,0),(38866,72,327,0),(38867,73,327,0),(38868,74,327,0),(38869,75,327,0),(38870,76,327,0),(38871,77,327,0),(38872,78,327,0),(38873,79,327,0),(38874,80,327,0),(38875,81,327,0),(38876,82,327,0),(38877,83,327,0),(38878,84,327,0),(38879,85,327,0),(38880,86,327,0),(38881,87,327,0),(38882,88,327,0),(38883,89,327,0),(38884,90,327,0),(38885,91,327,0),(38886,92,327,0),(38887,93,327,0),(38888,94,327,0),(38889,95,327,0),(38890,96,327,0),(38891,97,327,0),(38892,98,327,0),(38893,99,327,0),(38894,100,327,0),(38895,101,327,0),(38896,102,327,0),(38897,103,327,0),(38898,104,327,0),(38899,105,327,0),(38900,106,327,0),(38901,107,327,0),(38902,108,327,0),(38903,109,327,0),(38904,110,327,0),(38905,111,327,0),(38906,112,327,0),(38907,113,327,0),(38908,114,327,0),(38909,115,327,0),(38910,116,327,0),(38911,117,327,0),(38912,118,327,0),(38913,119,327,0),(38914,1,328,0),(38915,2,328,0),(38916,3,328,0),(38917,4,328,0),(38918,5,328,0),(38919,6,328,0),(38920,7,328,0),(38921,8,328,0),(38922,9,328,0),(38923,10,328,0),(38924,11,328,0),(38925,12,328,0),(38926,13,328,0),(38927,14,328,0),(38928,15,328,0),(38929,16,328,0),(38930,17,328,0),(38931,18,328,0),(38932,19,328,0),(38933,20,328,0),(38934,21,328,0),(38935,22,328,0),(38936,23,328,0),(38937,24,328,0),(38938,25,328,0),(38939,26,328,0),(38940,27,328,0),(38941,28,328,0),(38942,29,328,0),(38943,30,328,0),(38944,31,328,0),(38945,32,328,0),(38946,33,328,0),(38947,34,328,0),(38948,35,328,0),(38949,36,328,0),(38950,37,328,0),(38951,38,328,0),(38952,39,328,0.30783650893419),(38953,40,328,0),(38954,41,328,0),(38955,42,328,0),(38956,43,328,0),(38957,44,328,0),(38958,45,328,0),(38959,46,328,0),(38960,47,328,0),(38961,48,328,0),(38962,49,328,0),(38963,50,328,0),(38964,51,328,0),(38965,52,328,0),(38966,53,328,0),(38967,54,328,0),(38968,55,328,0),(38969,56,328,0),(38970,57,328,0),(38971,58,328,0),(38972,59,328,0),(38973,60,328,0),(38974,61,328,0),(38975,62,328,0),(38976,63,328,0),(38977,64,328,0),(38978,65,328,0),(38979,66,328,0),(38980,67,328,0),(38981,68,328,0),(38982,69,328,0),(38983,70,328,0),(38984,71,328,0),(38985,72,328,0),(38986,73,328,0),(38987,74,328,0),(38988,75,328,0),(38989,76,328,0),(38990,77,328,0),(38991,78,328,0),(38992,79,328,0),(38993,80,328,0),(38994,81,328,0),(38995,82,328,0),(38996,83,328,0),(38997,84,328,0),(38998,85,328,0),(38999,86,328,0),(39000,87,328,0),(39001,88,328,0),(39002,89,328,0),(39003,90,328,0),(39004,91,328,0),(39005,92,328,0),(39006,93,328,0),(39007,94,328,0),(39008,95,328,0),(39009,96,328,0),(39010,97,328,0),(39011,98,328,0),(39012,99,328,0),(39013,100,328,0),(39014,101,328,0),(39015,102,328,0),(39016,103,328,0),(39017,104,328,0),(39018,105,328,0),(39019,106,328,0),(39020,107,328,0),(39021,108,328,0),(39022,109,328,0),(39023,110,328,0),(39024,111,328,0),(39025,112,328,0),(39026,113,328,0),(39027,114,328,0),(39028,115,328,0),(39029,116,328,0),(39030,117,328,0),(39031,118,328,0),(39032,119,328,0),(39033,1,329,0),(39034,2,329,0),(39035,3,329,0),(39036,4,329,0),(39037,5,329,0),(39038,6,329,0),(39039,7,329,0),(39040,8,329,0),(39041,9,329,0),(39042,10,329,0),(39043,11,329,0),(39044,12,329,0),(39045,13,329,0),(39046,14,329,0),(39047,15,329,0),(39048,16,329,0),(39049,17,329,0),(39050,18,329,0),(39051,19,329,0),(39052,20,329,0),(39053,21,329,0),(39054,22,329,0),(39055,23,329,0),(39056,24,329,0),(39057,25,329,0),(39058,26,329,0),(39059,27,329,0),(39060,28,329,0),(39061,29,329,0),(39062,30,329,0),(39063,31,329,0),(39064,32,329,0),(39065,33,329,0),(39066,34,329,0),(39067,35,329,0),(39068,36,329,0),(39069,37,329,0),(39070,38,329,0),(39071,39,329,0.276954316746556),(39072,40,329,0),(39073,41,329,0),(39074,42,329,0),(39075,43,329,0),(39076,44,329,0),(39077,45,329,0),(39078,46,329,0),(39079,47,329,0),(39080,48,329,0),(39081,49,329,0),(39082,50,329,0),(39083,51,329,0),(39084,52,329,0),(39085,53,329,0),(39086,54,329,0),(39087,55,329,0),(39088,56,329,0),(39089,57,329,0),(39090,58,329,0),(39091,59,329,0),(39092,60,329,0),(39093,61,329,0),(39094,62,329,0),(39095,63,329,0),(39096,64,329,0),(39097,65,329,0),(39098,66,329,0),(39099,67,329,0),(39100,68,329,0),(39101,69,329,0),(39102,70,329,0),(39103,71,329,0),(39104,72,329,0),(39105,73,329,0),(39106,74,329,0),(39107,75,329,0),(39108,76,329,0),(39109,77,329,0),(39110,78,329,0),(39111,79,329,0),(39112,80,329,0),(39113,81,329,0),(39114,82,329,0),(39115,83,329,0),(39116,84,329,0),(39117,85,329,0),(39118,86,329,0),(39119,87,329,0),(39120,88,329,0),(39121,89,329,0),(39122,90,329,0),(39123,91,329,0),(39124,92,329,0),(39125,93,329,0),(39126,94,329,0),(39127,95,329,0),(39128,96,329,0),(39129,97,329,0),(39130,98,329,0),(39131,99,329,0),(39132,100,329,0),(39133,101,329,0),(39134,102,329,0),(39135,103,329,0),(39136,104,329,0),(39137,105,329,0),(39138,106,329,0),(39139,107,329,0),(39140,108,329,0),(39141,109,329,0),(39142,110,329,0),(39143,111,329,0),(39144,112,329,0),(39145,113,329,0),(39146,114,329,0),(39147,115,329,0),(39148,116,329,0),(39149,117,329,0),(39150,118,329,0),(39151,119,329,0),(39152,1,330,0),(39153,2,330,0),(39154,3,330,0),(39155,4,330,0),(39156,5,330,0),(39157,6,330,0),(39158,7,330,0),(39159,8,330,0),(39160,9,330,0),(39161,10,330,0),(39162,11,330,0),(39163,12,330,0),(39164,13,330,0),(39165,14,330,0),(39166,15,330,0),(39167,16,330,0),(39168,17,330,0),(39169,18,330,0),(39170,19,330,0),(39171,20,330,0),(39172,21,330,0),(39173,22,330,0),(39174,23,330,0),(39175,24,330,0),(39176,25,330,0),(39177,26,330,0),(39178,27,330,0),(39179,28,330,0),(39180,29,330,0),(39181,30,330,0),(39182,31,330,0),(39183,32,330,0),(39184,33,330,0),(39185,34,330,0),(39186,35,330,0),(39187,36,330,0),(39188,37,330,0),(39189,38,330,0),(39190,39,330,0.0279670422891079),(39191,40,330,0),(39192,41,330,0),(39193,42,330,0),(39194,43,330,0),(39195,44,330,0),(39196,45,330,0),(39197,46,330,0),(39198,47,330,0),(39199,48,330,0),(39200,49,330,0),(39201,50,330,0),(39202,51,330,0),(39203,52,330,0),(39204,53,330,0),(39205,54,330,0),(39206,55,330,0),(39207,56,330,0),(39208,57,330,0),(39209,58,330,0),(39210,59,330,0),(39211,60,330,0),(39212,61,330,0),(39213,62,330,0),(39214,63,330,0),(39215,64,330,0),(39216,65,330,0),(39217,66,330,0),(39218,67,330,0),(39219,68,330,0),(39220,69,330,0),(39221,70,330,0),(39222,71,330,0),(39223,72,330,0),(39224,73,330,0),(39225,74,330,0),(39226,75,330,0),(39227,76,330,0),(39228,77,330,0),(39229,78,330,0),(39230,79,330,0),(39231,80,330,0),(39232,81,330,0),(39233,82,330,0),(39234,83,330,0),(39235,84,330,0),(39236,85,330,0),(39237,86,330,0),(39238,87,330,0),(39239,88,330,0),(39240,89,330,0),(39241,90,330,0),(39242,91,330,0),(39243,92,330,0),(39244,93,330,0),(39245,94,330,0),(39246,95,330,0),(39247,96,330,0),(39248,97,330,0),(39249,98,330,0),(39250,99,330,0),(39251,100,330,0),(39252,101,330,0),(39253,102,330,0),(39254,103,330,0),(39255,104,330,0),(39256,105,330,0),(39257,106,330,0),(39258,107,330,0),(39259,108,330,0),(39260,109,330,0),(39261,110,330,0),(39262,111,330,0),(39263,112,330,0),(39264,113,330,0),(39265,114,330,0),(39266,115,330,0),(39267,116,330,0),(39268,117,330,0),(39269,118,330,0),(39270,119,330,0),(39271,1,331,0),(39272,2,331,0),(39273,3,331,0),(39274,4,331,0),(39275,5,331,0),(39276,6,331,0),(39277,7,331,0),(39278,8,331,0),(39279,9,331,0),(39280,10,331,0),(39281,11,331,0),(39282,12,331,0),(39283,13,331,0),(39284,14,331,0),(39285,15,331,0),(39286,16,331,0),(39287,17,331,0),(39288,18,331,0),(39289,19,331,0),(39290,20,331,0),(39291,21,331,0),(39292,22,331,0),(39293,23,331,0),(39294,24,331,0),(39295,25,331,0),(39296,26,331,0),(39297,27,331,0),(39298,28,331,0),(39299,29,331,0),(39300,30,331,0),(39301,31,331,0),(39302,32,331,0),(39303,33,331,0),(39304,34,331,0),(39305,35,331,0),(39306,36,331,0),(39307,37,331,0),(39308,38,331,0),(39309,39,331,0),(39310,40,331,0.5),(39311,41,331,0),(39312,42,331,0),(39313,43,331,0),(39314,44,331,0),(39315,45,331,0),(39316,46,331,0),(39317,47,331,0),(39318,48,331,0),(39319,49,331,0),(39320,50,331,0),(39321,51,331,0),(39322,52,331,0),(39323,53,331,0),(39324,54,331,0),(39325,55,331,0),(39326,56,331,0),(39327,57,331,0),(39328,58,331,0),(39329,59,331,0),(39330,60,331,0),(39331,61,331,0),(39332,62,331,0),(39333,63,331,0),(39334,64,331,0),(39335,65,331,0),(39336,66,331,0),(39337,67,331,0),(39338,68,331,0),(39339,69,331,0),(39340,70,331,0),(39341,71,331,0),(39342,72,331,0),(39343,73,331,0),(39344,74,331,0),(39345,75,331,0),(39346,76,331,0),(39347,77,331,0),(39348,78,331,0),(39349,79,331,0),(39350,80,331,0),(39351,81,331,0),(39352,82,331,0),(39353,83,331,0),(39354,84,331,0),(39355,85,331,0),(39356,86,331,0),(39357,87,331,0),(39358,88,331,0),(39359,89,331,0),(39360,90,331,0),(39361,91,331,0),(39362,92,331,0),(39363,93,331,0),(39364,94,331,0),(39365,95,331,0),(39366,96,331,0),(39367,97,331,0),(39368,98,331,0),(39369,99,331,0),(39370,100,331,0),(39371,101,331,0),(39372,102,331,0),(39373,103,331,0),(39374,104,331,0),(39375,105,331,0),(39376,106,331,0),(39377,107,331,0),(39378,108,331,0),(39379,109,331,0),(39380,110,331,0),(39381,111,331,0),(39382,112,331,0),(39383,113,331,0),(39384,114,331,0),(39385,115,331,0),(39386,116,331,0),(39387,117,331,0),(39388,118,331,0),(39389,119,331,0),(39390,1,332,0),(39391,2,332,0),(39392,3,332,0),(39393,4,332,0),(39394,5,332,0),(39395,6,332,0),(39396,7,332,0),(39397,8,332,0),(39398,9,332,0),(39399,10,332,0),(39400,11,332,0),(39401,12,332,0),(39402,13,332,0),(39403,14,332,0),(39404,15,332,0),(39405,16,332,0),(39406,17,332,0),(39407,18,332,0),(39408,19,332,0),(39409,20,332,0),(39410,21,332,0),(39411,22,332,0),(39412,23,332,0),(39413,24,332,0),(39414,25,332,0),(39415,26,332,0),(39416,27,332,0),(39417,28,332,0),(39418,29,332,0),(39419,30,332,0),(39420,31,332,0),(39421,32,332,0),(39422,33,332,0),(39423,34,332,0),(39424,35,332,0),(39425,36,332,0),(39426,37,332,0),(39427,38,332,0),(39428,39,332,0),(39429,40,332,0.589393664325386),(39430,41,332,0),(39431,42,332,0),(39432,43,332,0),(39433,44,332,0),(39434,45,332,0),(39435,46,332,0),(39436,47,332,0),(39437,48,332,0),(39438,49,332,0),(39439,50,332,0),(39440,51,332,0),(39441,52,332,0),(39442,53,332,0),(39443,54,332,0),(39444,55,332,0),(39445,56,332,0),(39446,57,332,0),(39447,58,332,0),(39448,59,332,0),(39449,60,332,0),(39450,61,332,0),(39451,62,332,0),(39452,63,332,0),(39453,64,332,0),(39454,65,332,0),(39455,66,332,0),(39456,67,332,0),(39457,68,332,0),(39458,69,332,0),(39459,70,332,0),(39460,71,332,0),(39461,72,332,0),(39462,73,332,0),(39463,74,332,0),(39464,75,332,0),(39465,76,332,0),(39466,77,332,0),(39467,78,332,0),(39468,79,332,0),(39469,80,332,0),(39470,81,332,0),(39471,82,332,0),(39472,83,332,0),(39473,84,332,0),(39474,85,332,0),(39475,86,332,0),(39476,87,332,0),(39477,88,332,0),(39478,89,332,0),(39479,90,332,0),(39480,91,332,0),(39481,92,332,0),(39482,93,332,0),(39483,94,332,0),(39484,95,332,0),(39485,96,332,0),(39486,97,332,0),(39487,98,332,0),(39488,99,332,0),(39489,100,332,0),(39490,101,332,0),(39491,102,332,0),(39492,103,332,0),(39493,104,332,0),(39494,105,332,0),(39495,106,332,0),(39496,107,332,0),(39497,108,332,0),(39498,109,332,0),(39499,110,332,0),(39500,111,332,0),(39501,112,332,0),(39502,113,332,0),(39503,114,332,0),(39504,115,332,0),(39505,116,332,0),(39506,117,332,0),(39507,118,332,0),(39508,119,332,0),(39509,1,333,0),(39510,2,333,0),(39511,3,333,0),(39512,4,333,0),(39513,5,333,0),(39514,6,333,0),(39515,7,333,0),(39516,8,333,0),(39517,9,333,0),(39518,10,333,0),(39519,11,333,0),(39520,12,333,0),(39521,13,333,0),(39522,14,333,0),(39523,15,333,0),(39524,16,333,0),(39525,17,333,0),(39526,18,333,0),(39527,19,333,0),(39528,20,333,0),(39529,21,333,0),(39530,22,333,0),(39531,23,333,0),(39532,24,333,0),(39533,25,333,0),(39534,26,333,0),(39535,27,333,0),(39536,28,333,0),(39537,29,333,0),(39538,30,333,0),(39539,31,333,0),(39540,32,333,0),(39541,33,333,0),(39542,34,333,0),(39543,35,333,0),(39544,36,333,0),(39545,37,333,0),(39546,38,333,0),(39547,39,333,0),(39548,40,333,0.210606335674614),(39549,41,333,0),(39550,42,333,0),(39551,43,333,0),(39552,44,333,0),(39553,45,333,0),(39554,46,333,0),(39555,47,333,0),(39556,48,333,0),(39557,49,333,0),(39558,50,333,0),(39559,51,333,0),(39560,52,333,0),(39561,53,333,0),(39562,54,333,0),(39563,55,333,0),(39564,56,333,0),(39565,57,333,0),(39566,58,333,0),(39567,59,333,0),(39568,60,333,0),(39569,61,333,0),(39570,62,333,0),(39571,63,333,0),(39572,64,333,0),(39573,65,333,0),(39574,66,333,0),(39575,67,333,0),(39576,68,333,0),(39577,69,333,0),(39578,70,333,0),(39579,71,333,0),(39580,72,333,0),(39581,73,333,0),(39582,74,333,0),(39583,75,333,0),(39584,76,333,0),(39585,77,333,0),(39586,78,333,0),(39587,79,333,0),(39588,80,333,0),(39589,81,333,0),(39590,82,333,0),(39591,83,333,0),(39592,84,333,0),(39593,85,333,0),(39594,86,333,0),(39595,87,333,0),(39596,88,333,0),(39597,89,333,0),(39598,90,333,0),(39599,91,333,0),(39600,92,333,0),(39601,93,333,0),(39602,94,333,0),(39603,95,333,0),(39604,96,333,0),(39605,97,333,0),(39606,98,333,0),(39607,99,333,0),(39608,100,333,0),(39609,101,333,0),(39610,102,333,0),(39611,103,333,0),(39612,104,333,0),(39613,105,333,0),(39614,106,333,0),(39615,107,333,0),(39616,108,333,0),(39617,109,333,0),(39618,110,333,0),(39619,111,333,0),(39620,112,333,0),(39621,113,333,0),(39622,114,333,0),(39623,115,333,0),(39624,116,333,0),(39625,117,333,0),(39626,118,333,0),(39627,119,333,0),(39628,1,334,0),(39629,2,334,0),(39630,3,334,0),(39631,4,334,0),(39632,5,334,0),(39633,6,334,0),(39634,7,334,0),(39635,8,334,0),(39636,9,334,0),(39637,10,334,0),(39638,11,334,0),(39639,12,334,0),(39640,13,334,0),(39641,14,334,0),(39642,15,334,0),(39643,16,334,0),(39644,17,334,0),(39645,18,334,0),(39646,19,334,0),(39647,20,334,0),(39648,21,334,0),(39649,22,334,0),(39650,23,334,0),(39651,24,334,0),(39652,25,334,0),(39653,26,334,0),(39654,27,334,0),(39655,28,334,0),(39656,29,334,0),(39657,30,334,0),(39658,31,334,0),(39659,32,334,0),(39660,33,334,0),(39661,34,334,0),(39662,35,334,0),(39663,36,334,0),(39664,37,334,0),(39665,38,334,0),(39666,39,334,0),(39667,40,334,0.299313949434076),(39668,41,334,0),(39669,42,334,0),(39670,43,334,0),(39671,44,334,0),(39672,45,334,0),(39673,46,334,0),(39674,47,334,0),(39675,48,334,0),(39676,49,334,0),(39677,50,334,0),(39678,51,334,0),(39679,52,334,0),(39680,53,334,0),(39681,54,334,0),(39682,55,334,0),(39683,56,334,0),(39684,57,334,0),(39685,58,334,0),(39686,59,334,0),(39687,60,334,0),(39688,61,334,0),(39689,62,334,0),(39690,63,334,0),(39691,64,334,0),(39692,65,334,0),(39693,66,334,0),(39694,67,334,0),(39695,68,334,0),(39696,69,334,0),(39697,70,334,0),(39698,71,334,0),(39699,72,334,0),(39700,73,334,0),(39701,74,334,0),(39702,75,334,0),(39703,76,334,0),(39704,77,334,0),(39705,78,334,0),(39706,79,334,0),(39707,80,334,0),(39708,81,334,0),(39709,82,334,0),(39710,83,334,0),(39711,84,334,0),(39712,85,334,0),(39713,86,334,0),(39714,87,334,0),(39715,88,334,0),(39716,89,334,0),(39717,90,334,0),(39718,91,334,0),(39719,92,334,0),(39720,93,334,0),(39721,94,334,0),(39722,95,334,0),(39723,96,334,0),(39724,97,334,0),(39725,98,334,0),(39726,99,334,0),(39727,100,334,0),(39728,101,334,0),(39729,102,334,0),(39730,103,334,0),(39731,104,334,0),(39732,105,334,0),(39733,106,334,0),(39734,107,334,0),(39735,108,334,0),(39736,109,334,0),(39737,110,334,0),(39738,111,334,0),(39739,112,334,0),(39740,113,334,0),(39741,114,334,0),(39742,115,334,0),(39743,116,334,0),(39744,117,334,0),(39745,118,334,0),(39746,119,334,0),(39747,1,335,0),(39748,2,335,0),(39749,3,335,0),(39750,4,335,0),(39751,5,335,0),(39752,6,335,0),(39753,7,335,0),(39754,8,335,0),(39755,9,335,0),(39756,10,335,0),(39757,11,335,0),(39758,12,335,0),(39759,13,335,0),(39760,14,335,0),(39761,15,335,0),(39762,16,335,0),(39763,17,335,0),(39764,18,335,0),(39765,19,335,0),(39766,20,335,0),(39767,21,335,0),(39768,22,335,0),(39769,23,335,0),(39770,24,335,0),(39771,25,335,0),(39772,26,335,0),(39773,27,335,0),(39774,28,335,0),(39775,29,335,0),(39776,30,335,0),(39777,31,335,0),(39778,32,335,0),(39779,33,335,0),(39780,34,335,0),(39781,35,335,0),(39782,36,335,0),(39783,37,335,0),(39784,38,335,0),(39785,39,335,0),(39786,40,335,0.0157014818346584),(39787,41,335,0),(39788,42,335,0),(39789,43,335,0),(39790,44,335,0),(39791,45,335,0),(39792,46,335,0),(39793,47,335,0),(39794,48,335,0),(39795,49,335,0),(39796,50,335,0),(39797,51,335,0),(39798,52,335,0),(39799,53,335,0),(39800,54,335,0),(39801,55,335,0),(39802,56,335,0),(39803,57,335,0),(39804,58,335,0),(39805,59,335,0),(39806,60,335,0),(39807,61,335,0),(39808,62,335,0),(39809,63,335,0),(39810,64,335,0),(39811,65,335,0),(39812,66,335,0),(39813,67,335,0),(39814,68,335,0),(39815,69,335,0),(39816,70,335,0),(39817,71,335,0),(39818,72,335,0),(39819,73,335,0),(39820,74,335,0),(39821,75,335,0),(39822,76,335,0),(39823,77,335,0),(39824,78,335,0),(39825,79,335,0),(39826,80,335,0),(39827,81,335,0),(39828,82,335,0),(39829,83,335,0),(39830,84,335,0),(39831,85,335,0),(39832,86,335,0),(39833,87,335,0),(39834,88,335,0),(39835,89,335,0),(39836,90,335,0),(39837,91,335,0),(39838,92,335,0),(39839,93,335,0),(39840,94,335,0),(39841,95,335,0),(39842,96,335,0),(39843,97,335,0),(39844,98,335,0),(39845,99,335,0),(39846,100,335,0),(39847,101,335,0),(39848,102,335,0),(39849,103,335,0),(39850,104,335,0),(39851,105,335,0),(39852,106,335,0),(39853,107,335,0),(39854,108,335,0),(39855,109,335,0),(39856,110,335,0),(39857,111,335,0),(39858,112,335,0),(39859,113,335,0),(39860,114,335,0),(39861,115,335,0),(39862,116,335,0),(39863,117,335,0),(39864,118,335,0),(39865,119,335,0),(39866,1,336,0),(39867,2,336,0),(39868,3,336,0),(39869,4,336,0),(39870,5,336,0),(39871,6,336,0),(39872,7,336,0),(39873,8,336,0),(39874,9,336,0),(39875,10,336,0),(39876,11,336,0),(39877,12,336,0),(39878,13,336,0),(39879,14,336,0),(39880,15,336,0),(39881,16,336,0),(39882,17,336,0),(39883,18,336,0),(39884,19,336,0),(39885,20,336,0),(39886,21,336,0),(39887,22,336,0),(39888,23,336,0),(39889,24,336,0),(39890,25,336,0),(39891,26,336,0),(39892,27,336,0),(39893,28,336,0),(39894,29,336,0),(39895,30,336,0),(39896,31,336,0),(39897,32,336,0),(39898,33,336,0),(39899,34,336,0),(39900,35,336,0),(39901,36,336,0),(39902,37,336,0),(39903,38,336,0),(39904,39,336,0),(39905,40,336,0.684984568731266),(39906,41,336,0),(39907,42,336,0),(39908,43,336,0),(39909,44,336,0),(39910,45,336,0),(39911,46,336,0),(39912,47,336,0),(39913,48,336,0),(39914,49,336,0),(39915,50,336,0),(39916,51,336,0),(39917,52,336,0),(39918,53,336,0),(39919,54,336,0),(39920,55,336,0),(39921,56,336,0),(39922,57,336,0),(39923,58,336,0),(39924,59,336,0),(39925,60,336,0),(39926,61,336,0),(39927,62,336,0),(39928,63,336,0),(39929,64,336,0),(39930,65,336,0),(39931,66,336,0),(39932,67,336,0),(39933,68,336,0),(39934,69,336,0),(39935,70,336,0),(39936,71,336,0),(39937,72,336,0),(39938,73,336,0),(39939,74,336,0),(39940,75,336,0),(39941,76,336,0),(39942,77,336,0),(39943,78,336,0),(39944,79,336,0),(39945,80,336,0),(39946,81,336,0),(39947,82,336,0),(39948,83,336,0),(39949,84,336,0),(39950,85,336,0),(39951,86,336,0),(39952,87,336,0),(39953,88,336,0),(39954,89,336,0),(39955,90,336,0),(39956,91,336,0),(39957,92,336,0),(39958,93,336,0),(39959,94,336,0),(39960,95,336,0),(39961,96,336,0),(39962,97,336,0),(39963,98,336,0),(39964,99,336,0),(39965,100,336,0),(39966,101,336,0),(39967,102,336,0),(39968,103,336,0),(39969,104,336,0),(39970,105,336,0),(39971,106,336,0),(39972,107,336,0),(39973,108,336,0),(39974,109,336,0),(39975,110,336,0),(39976,111,336,0),(39977,112,336,0),(39978,113,336,0),(39979,114,336,0),(39980,115,336,0),(39981,116,336,0),(39982,117,336,0),(39983,118,336,0),(39984,119,336,0),(39985,1,337,0),(39986,2,337,0),(39987,3,337,0),(39988,4,337,0),(39989,5,337,0),(39990,6,337,0),(39991,7,337,0),(39992,8,337,0),(39993,9,337,0),(39994,10,337,0),(39995,11,337,0),(39996,12,337,0),(39997,13,337,0),(39998,14,337,0),(39999,15,337,0),(40000,16,337,0),(40001,17,337,0),(40002,18,337,0),(40003,19,337,0),(40004,20,337,0),(40005,21,337,0),(40006,22,337,0),(40007,23,337,0),(40008,24,337,0),(40009,25,337,0),(40010,26,337,0),(40011,27,337,0),(40012,28,337,0),(40013,29,337,0),(40014,30,337,0),(40015,31,337,0),(40016,32,337,0),(40017,33,337,0),(40018,34,337,0),(40019,35,337,0),(40020,36,337,0),(40021,37,337,0),(40022,38,337,0),(40023,39,337,0),(40024,40,337,0),(40025,41,337,0.211575712093514),(40026,42,337,0),(40027,43,337,0),(40028,44,337,0),(40029,45,337,0),(40030,46,337,0),(40031,47,337,0),(40032,48,337,0),(40033,49,337,0),(40034,50,337,0),(40035,51,337,0),(40036,52,337,0),(40037,53,337,0),(40038,54,337,0),(40039,55,337,0),(40040,56,337,0),(40041,57,337,0),(40042,58,337,0),(40043,59,337,0),(40044,60,337,0),(40045,61,337,0),(40046,62,337,0),(40047,63,337,0),(40048,64,337,0),(40049,65,337,0),(40050,66,337,0),(40051,67,337,0),(40052,68,337,0),(40053,69,337,0),(40054,70,337,0),(40055,71,337,0),(40056,72,337,0),(40057,73,337,0),(40058,74,337,0),(40059,75,337,0),(40060,76,337,0),(40061,77,337,0),(40062,78,337,0),(40063,79,337,0),(40064,80,337,0),(40065,81,337,0),(40066,82,337,0),(40067,83,337,0),(40068,84,337,0),(40069,85,337,0),(40070,86,337,0),(40071,87,337,0),(40072,88,337,0),(40073,89,337,0),(40074,90,337,0),(40075,91,337,0),(40076,92,337,0),(40077,93,337,0),(40078,94,337,0),(40079,95,337,0),(40080,96,337,0),(40081,97,337,0),(40082,98,337,0),(40083,99,337,0),(40084,100,337,0),(40085,101,337,0),(40086,102,337,0),(40087,103,337,0),(40088,104,337,0),(40089,105,337,0),(40090,106,337,0),(40091,107,337,0),(40092,108,337,0),(40093,109,337,0),(40094,110,337,0),(40095,111,337,0),(40096,112,337,0),(40097,113,337,0),(40098,114,337,0),(40099,115,337,0),(40100,116,337,0),(40101,117,337,0),(40102,118,337,0),(40103,119,337,0),(40104,1,338,0),(40105,2,338,0),(40106,3,338,0),(40107,4,338,0),(40108,5,338,0),(40109,6,338,0),(40110,7,338,0),(40111,8,338,0),(40112,9,338,0),(40113,10,338,0),(40114,11,338,0),(40115,12,338,0),(40116,13,338,0),(40117,14,338,0),(40118,15,338,0),(40119,16,338,0),(40120,17,338,0),(40121,18,338,0),(40122,19,338,0),(40123,20,338,0),(40124,21,338,0),(40125,22,338,0),(40126,23,338,0),(40127,24,338,0),(40128,25,338,0),(40129,26,338,0),(40130,27,338,0),(40131,28,338,0),(40132,29,338,0),(40133,30,338,0),(40134,31,338,0),(40135,32,338,0),(40136,33,338,0),(40137,34,338,0),(40138,35,338,0),(40139,36,338,0),(40140,37,338,0),(40141,38,338,0),(40142,39,338,0),(40143,40,338,0),(40144,41,338,0.288424287906486),(40145,42,338,0),(40146,43,338,0),(40147,44,338,0),(40148,45,338,0),(40149,46,338,0),(40150,47,338,0),(40151,48,338,0),(40152,49,338,0),(40153,50,338,0),(40154,51,338,0),(40155,52,338,0),(40156,53,338,0),(40157,54,338,0),(40158,55,338,0),(40159,56,338,0),(40160,57,338,0),(40161,58,338,0),(40162,59,338,0),(40163,60,338,0),(40164,61,338,0),(40165,62,338,0),(40166,63,338,0),(40167,64,338,0),(40168,65,338,0),(40169,66,338,0),(40170,67,338,0),(40171,68,338,0),(40172,69,338,0),(40173,70,338,0),(40174,71,338,0),(40175,72,338,0),(40176,73,338,0),(40177,74,338,0),(40178,75,338,0),(40179,76,338,0),(40180,77,338,0),(40181,78,338,0),(40182,79,338,0),(40183,80,338,0),(40184,81,338,0),(40185,82,338,0),(40186,83,338,0),(40187,84,338,0),(40188,85,338,0),(40189,86,338,0),(40190,87,338,0),(40191,88,338,0),(40192,89,338,0),(40193,90,338,0),(40194,91,338,0),(40195,92,338,0),(40196,93,338,0),(40197,94,338,0),(40198,95,338,0),(40199,96,338,0),(40200,97,338,0),(40201,98,338,0),(40202,99,338,0),(40203,100,338,0),(40204,101,338,0),(40205,102,338,0),(40206,103,338,0),(40207,104,338,0),(40208,105,338,0),(40209,106,338,0),(40210,107,338,0),(40211,108,338,0),(40212,109,338,0),(40213,110,338,0),(40214,111,338,0),(40215,112,338,0),(40216,113,338,0),(40217,114,338,0),(40218,115,338,0),(40219,116,338,0),(40220,117,338,0),(40221,118,338,0),(40222,119,338,0),(40223,1,339,0),(40224,2,339,0),(40225,3,339,0),(40226,4,339,0),(40227,5,339,0),(40228,6,339,0),(40229,7,339,0),(40230,8,339,0),(40231,9,339,0),(40232,10,339,0),(40233,11,339,0),(40234,12,339,0),(40235,13,339,0),(40236,14,339,0),(40237,15,339,0),(40238,16,339,0),(40239,17,339,0),(40240,18,339,0),(40241,19,339,0),(40242,20,339,0),(40243,21,339,0),(40244,22,339,0),(40245,23,339,0),(40246,24,339,0),(40247,25,339,0),(40248,26,339,0),(40249,27,339,0),(40250,28,339,0),(40251,29,339,0),(40252,30,339,0),(40253,31,339,0),(40254,32,339,0),(40255,33,339,0),(40256,34,339,0),(40257,35,339,0),(40258,36,339,0),(40259,37,339,0),(40260,38,339,0),(40261,39,339,0),(40262,40,339,0),(40263,41,339,0.611059238402889),(40264,42,339,0),(40265,43,339,0),(40266,44,339,0),(40267,45,339,0),(40268,46,339,0),(40269,47,339,0),(40270,48,339,0),(40271,49,339,0),(40272,50,339,0),(40273,51,339,0),(40274,52,339,0),(40275,53,339,0),(40276,54,339,0),(40277,55,339,0),(40278,56,339,0),(40279,57,339,0),(40280,58,339,0),(40281,59,339,0),(40282,60,339,0),(40283,61,339,0),(40284,62,339,0),(40285,63,339,0),(40286,64,339,0),(40287,65,339,0),(40288,66,339,0),(40289,67,339,0),(40290,68,339,0),(40291,69,339,0),(40292,70,339,0),(40293,71,339,0),(40294,72,339,0),(40295,73,339,0),(40296,74,339,0),(40297,75,339,0),(40298,76,339,0),(40299,77,339,0),(40300,78,339,0),(40301,79,339,0),(40302,80,339,0),(40303,81,339,0),(40304,82,339,0),(40305,83,339,0),(40306,84,339,0),(40307,85,339,0),(40308,86,339,0),(40309,87,339,0),(40310,88,339,0),(40311,89,339,0),(40312,90,339,0),(40313,91,339,0),(40314,92,339,0),(40315,93,339,0),(40316,94,339,0),(40317,95,339,0),(40318,96,339,0),(40319,97,339,0),(40320,98,339,0),(40321,99,339,0),(40322,100,339,0),(40323,101,339,0),(40324,102,339,0),(40325,103,339,0),(40326,104,339,0),(40327,105,339,0),(40328,106,339,0),(40329,107,339,0),(40330,108,339,0),(40331,109,339,0),(40332,110,339,0),(40333,111,339,0),(40334,112,339,0),(40335,113,339,0),(40336,114,339,0),(40337,115,339,0),(40338,116,339,0),(40339,117,339,0),(40340,118,339,0),(40341,119,339,0),(40342,1,340,0),(40343,2,340,0),(40344,3,340,0),(40345,4,340,0),(40346,5,340,0),(40347,6,340,0),(40348,7,340,0),(40349,8,340,0),(40350,9,340,0),(40351,10,340,0),(40352,11,340,0),(40353,12,340,0),(40354,13,340,0),(40355,14,340,0),(40356,15,340,0),(40357,16,340,0),(40358,17,340,0),(40359,18,340,0),(40360,19,340,0),(40361,20,340,0),(40362,21,340,0),(40363,22,340,0),(40364,23,340,0),(40365,24,340,0),(40366,25,340,0),(40367,26,340,0),(40368,27,340,0),(40369,28,340,0),(40370,29,340,0),(40371,30,340,0),(40372,31,340,0),(40373,32,340,0),(40374,33,340,0),(40375,34,340,0),(40376,35,340,0),(40377,36,340,0),(40378,37,340,0),(40379,38,340,0),(40380,39,340,0),(40381,40,340,0),(40382,41,340,0.188940761597111),(40383,42,340,0),(40384,43,340,0),(40385,44,340,0),(40386,45,340,0),(40387,46,340,0),(40388,47,340,0),(40389,48,340,0),(40390,49,340,0),(40391,50,340,0),(40392,51,340,0),(40393,52,340,0),(40394,53,340,0),(40395,54,340,0),(40396,55,340,0),(40397,56,340,0),(40398,57,340,0),(40399,58,340,0),(40400,59,340,0),(40401,60,340,0),(40402,61,340,0),(40403,62,340,0),(40404,63,340,0),(40405,64,340,0),(40406,65,340,0),(40407,66,340,0),(40408,67,340,0),(40409,68,340,0),(40410,69,340,0),(40411,70,340,0),(40412,71,340,0),(40413,72,340,0),(40414,73,340,0),(40415,74,340,0),(40416,75,340,0),(40417,76,340,0),(40418,77,340,0),(40419,78,340,0),(40420,79,340,0),(40421,80,340,0),(40422,81,340,0),(40423,82,340,0),(40424,83,340,0),(40425,84,340,0),(40426,85,340,0),(40427,86,340,0),(40428,87,340,0),(40429,88,340,0),(40430,89,340,0),(40431,90,340,0),(40432,91,340,0),(40433,92,340,0),(40434,93,340,0),(40435,94,340,0),(40436,95,340,0),(40437,96,340,0),(40438,97,340,0),(40439,98,340,0),(40440,99,340,0),(40441,100,340,0),(40442,101,340,0),(40443,102,340,0),(40444,103,340,0),(40445,104,340,0),(40446,105,340,0),(40447,106,340,0),(40448,107,340,0),(40449,108,340,0),(40450,109,340,0),(40451,110,340,0),(40452,111,340,0),(40453,112,340,0),(40454,113,340,0),(40455,114,340,0),(40456,115,340,0),(40457,116,340,0),(40458,117,340,0),(40459,118,340,0),(40460,119,340,0),(40461,1,341,0),(40462,2,341,0),(40463,3,341,0),(40464,4,341,0),(40465,5,341,0),(40466,6,341,0),(40467,7,341,0),(40468,8,341,0),(40469,9,341,0),(40470,10,341,0),(40471,11,341,0),(40472,12,341,0),(40473,13,341,0),(40474,14,341,0),(40475,15,341,0),(40476,16,341,0),(40477,17,341,0),(40478,18,341,0),(40479,19,341,0),(40480,20,341,0),(40481,21,341,0),(40482,22,341,0),(40483,23,341,0),(40484,24,341,0),(40485,25,341,0),(40486,26,341,0),(40487,27,341,0),(40488,28,341,0),(40489,29,341,0),(40490,30,341,0),(40491,31,341,0),(40492,32,341,0),(40493,33,341,0),(40494,34,341,0),(40495,35,341,0),(40496,36,341,0),(40497,37,341,0),(40498,38,341,0),(40499,39,341,0),(40500,40,341,0),(40501,41,341,0.0436830612209542),(40502,42,341,0),(40503,43,341,0),(40504,44,341,0),(40505,45,341,0),(40506,46,341,0),(40507,47,341,0),(40508,48,341,0),(40509,49,341,0),(40510,50,341,0),(40511,51,341,0),(40512,52,341,0),(40513,53,341,0),(40514,54,341,0),(40515,55,341,0),(40516,56,341,0),(40517,57,341,0),(40518,58,341,0),(40519,59,341,0),(40520,60,341,0),(40521,61,341,0),(40522,62,341,0),(40523,63,341,0),(40524,64,341,0),(40525,65,341,0),(40526,66,341,0),(40527,67,341,0),(40528,68,341,0),(40529,69,341,0),(40530,70,341,0),(40531,71,341,0),(40532,72,341,0),(40533,73,341,0),(40534,74,341,0),(40535,75,341,0),(40536,76,341,0),(40537,77,341,0),(40538,78,341,0),(40539,79,341,0),(40540,80,341,0),(40541,81,341,0),(40542,82,341,0),(40543,83,341,0),(40544,84,341,0),(40545,85,341,0),(40546,86,341,0),(40547,87,341,0),(40548,88,341,0),(40549,89,341,0),(40550,90,341,0),(40551,91,341,0),(40552,92,341,0),(40553,93,341,0),(40554,94,341,0),(40555,95,341,0),(40556,96,341,0),(40557,97,341,0),(40558,98,341,0),(40559,99,341,0),(40560,100,341,0),(40561,101,341,0),(40562,102,341,0),(40563,103,341,0),(40564,104,341,0),(40565,105,341,0),(40566,106,341,0),(40567,107,341,0),(40568,108,341,0),(40569,109,341,0),(40570,110,341,0),(40571,111,341,0),(40572,112,341,0),(40573,113,341,0),(40574,114,341,0),(40575,115,341,0),(40576,116,341,0),(40577,117,341,0),(40578,118,341,0),(40579,119,341,0),(40580,1,342,0),(40581,2,342,0),(40582,3,342,0),(40583,4,342,0),(40584,5,342,0),(40585,6,342,0),(40586,7,342,0),(40587,8,342,0),(40588,9,342,0),(40589,10,342,0),(40590,11,342,0),(40591,12,342,0),(40592,13,342,0),(40593,14,342,0),(40594,15,342,0),(40595,16,342,0),(40596,17,342,0),(40597,18,342,0),(40598,19,342,0),(40599,20,342,0),(40600,21,342,0),(40601,22,342,0),(40602,23,342,0),(40603,24,342,0),(40604,25,342,0),(40605,26,342,0),(40606,27,342,0),(40607,28,342,0),(40608,29,342,0),(40609,30,342,0),(40610,31,342,0),(40611,32,342,0),(40612,33,342,0),(40613,34,342,0),(40614,35,342,0),(40615,36,342,0),(40616,37,342,0),(40617,38,342,0),(40618,39,342,0),(40619,40,342,0),(40620,41,342,0.956316938779046),(40621,42,342,0),(40622,43,342,0),(40623,44,342,0),(40624,45,342,0),(40625,46,342,0),(40626,47,342,0),(40627,48,342,0),(40628,49,342,0),(40629,50,342,0),(40630,51,342,0),(40631,52,342,0),(40632,53,342,0),(40633,54,342,0),(40634,55,342,0),(40635,56,342,0),(40636,57,342,0),(40637,58,342,0),(40638,59,342,0),(40639,60,342,0),(40640,61,342,0),(40641,62,342,0),(40642,63,342,0),(40643,64,342,0),(40644,65,342,0),(40645,66,342,0),(40646,67,342,0),(40647,68,342,0),(40648,69,342,0),(40649,70,342,0),(40650,71,342,0),(40651,72,342,0),(40652,73,342,0),(40653,74,342,0),(40654,75,342,0),(40655,76,342,0),(40656,77,342,0),(40657,78,342,0),(40658,79,342,0),(40659,80,342,0),(40660,81,342,0),(40661,82,342,0),(40662,83,342,0),(40663,84,342,0),(40664,85,342,0),(40665,86,342,0),(40666,87,342,0),(40667,88,342,0),(40668,89,342,0),(40669,90,342,0),(40670,91,342,0),(40671,92,342,0),(40672,93,342,0),(40673,94,342,0),(40674,95,342,0),(40675,96,342,0),(40676,97,342,0),(40677,98,342,0),(40678,99,342,0),(40679,100,342,0),(40680,101,342,0),(40681,102,342,0),(40682,103,342,0),(40683,104,342,0),(40684,105,342,0),(40685,106,342,0),(40686,107,342,0),(40687,108,342,0),(40688,109,342,0),(40689,110,342,0),(40690,111,342,0),(40691,112,342,0),(40692,113,342,0),(40693,114,342,0),(40694,115,342,0),(40695,116,342,0),(40696,117,342,0),(40697,118,342,0),(40698,119,342,0),(40699,1,343,0),(40700,2,343,0),(40701,3,343,0),(40702,4,343,0),(40703,5,343,0),(40704,6,343,0),(40705,7,343,0),(40706,8,343,0),(40707,9,343,0),(40708,10,343,0),(40709,11,343,0),(40710,12,343,0),(40711,13,343,0),(40712,14,343,0),(40713,15,343,0),(40714,16,343,0),(40715,17,343,0),(40716,18,343,0),(40717,19,343,0),(40718,20,343,0),(40719,21,343,0),(40720,22,343,0),(40721,23,343,0),(40722,24,343,0),(40723,25,343,0),(40724,26,343,0),(40725,27,343,0),(40726,28,343,0),(40727,29,343,0),(40728,30,343,0),(40729,31,343,0),(40730,32,343,0),(40731,33,343,0),(40732,34,343,0),(40733,35,343,0),(40734,36,343,0),(40735,37,343,0),(40736,38,343,0),(40737,39,343,0),(40738,40,343,0),(40739,41,343,0),(40740,42,343,0.5),(40741,43,343,0),(40742,44,343,0),(40743,45,343,0),(40744,46,343,0),(40745,47,343,0),(40746,48,343,0),(40747,49,343,0),(40748,50,343,0),(40749,51,343,0),(40750,52,343,0),(40751,53,343,0),(40752,54,343,0),(40753,55,343,0),(40754,56,343,0),(40755,57,343,0),(40756,58,343,0),(40757,59,343,0),(40758,60,343,0),(40759,61,343,0),(40760,62,343,0),(40761,63,343,0),(40762,64,343,0),(40763,65,343,0),(40764,66,343,0),(40765,67,343,0),(40766,68,343,0),(40767,69,343,0),(40768,70,343,0),(40769,71,343,0),(40770,72,343,0),(40771,73,343,0),(40772,74,343,0),(40773,75,343,0),(40774,76,343,0),(40775,77,343,0),(40776,78,343,0),(40777,79,343,0),(40778,80,343,0),(40779,81,343,0),(40780,82,343,0),(40781,83,343,0),(40782,84,343,0),(40783,85,343,0),(40784,86,343,0),(40785,87,343,0),(40786,88,343,0),(40787,89,343,0),(40788,90,343,0),(40789,91,343,0),(40790,92,343,0),(40791,93,343,0),(40792,94,343,0),(40793,95,343,0),(40794,96,343,0),(40795,97,343,0),(40796,98,343,0),(40797,99,343,0),(40798,100,343,0),(40799,101,343,0),(40800,102,343,0),(40801,103,343,0),(40802,104,343,0),(40803,105,343,0),(40804,106,343,0),(40805,107,343,0),(40806,108,343,0),(40807,109,343,0),(40808,110,343,0),(40809,111,343,0),(40810,112,343,0),(40811,113,343,0),(40812,114,343,0),(40813,115,343,0),(40814,116,343,0),(40815,117,343,0),(40816,118,343,0),(40817,119,343,0),(40818,1,344,0),(40819,2,344,0),(40820,3,344,0),(40821,4,344,0),(40822,5,344,0),(40823,6,344,0),(40824,7,344,0),(40825,8,344,0),(40826,9,344,0),(40827,10,344,0),(40828,11,344,0),(40829,12,344,0),(40830,13,344,0),(40831,14,344,0),(40832,15,344,0),(40833,16,344,0),(40834,17,344,0),(40835,18,344,0),(40836,19,344,0),(40837,20,344,0),(40838,21,344,0),(40839,22,344,0),(40840,23,344,0),(40841,24,344,0),(40842,25,344,0),(40843,26,344,0),(40844,27,344,0),(40845,28,344,0),(40846,29,344,0),(40847,30,344,0),(40848,31,344,0),(40849,32,344,0),(40850,33,344,0),(40851,34,344,0),(40852,35,344,0),(40853,36,344,0),(40854,37,344,0),(40855,38,344,0),(40856,39,344,0),(40857,40,344,0),(40858,41,344,0),(40859,42,344,0.8),(40860,43,344,0),(40861,44,344,0),(40862,45,344,0),(40863,46,344,0),(40864,47,344,0),(40865,48,344,0),(40866,49,344,0),(40867,50,344,0),(40868,51,344,0),(40869,52,344,0),(40870,53,344,0),(40871,54,344,0),(40872,55,344,0),(40873,56,344,0),(40874,57,344,0),(40875,58,344,0),(40876,59,344,0),(40877,60,344,0),(40878,61,344,0),(40879,62,344,0),(40880,63,344,0),(40881,64,344,0),(40882,65,344,0),(40883,66,344,0),(40884,67,344,0),(40885,68,344,0),(40886,69,344,0),(40887,70,344,0),(40888,71,344,0),(40889,72,344,0),(40890,73,344,0),(40891,74,344,0),(40892,75,344,0),(40893,76,344,0),(40894,77,344,0),(40895,78,344,0),(40896,79,344,0),(40897,80,344,0),(40898,81,344,0),(40899,82,344,0),(40900,83,344,0),(40901,84,344,0),(40902,85,344,0),(40903,86,344,0),(40904,87,344,0),(40905,88,344,0),(40906,89,344,0),(40907,90,344,0),(40908,91,344,0),(40909,92,344,0),(40910,93,344,0),(40911,94,344,0),(40912,95,344,0),(40913,96,344,0),(40914,97,344,0),(40915,98,344,0),(40916,99,344,0),(40917,100,344,0),(40918,101,344,0),(40919,102,344,0),(40920,103,344,0),(40921,104,344,0),(40922,105,344,0),(40923,106,344,0),(40924,107,344,0),(40925,108,344,0),(40926,109,344,0),(40927,110,344,0),(40928,111,344,0),(40929,112,344,0),(40930,113,344,0),(40931,114,344,0),(40932,115,344,0),(40933,116,344,0),(40934,117,344,0),(40935,118,344,0),(40936,119,344,0),(40937,1,345,0),(40938,2,345,0),(40939,3,345,0),(40940,4,345,0),(40941,5,345,0),(40942,6,345,0),(40943,7,345,0),(40944,8,345,0),(40945,9,345,0),(40946,10,345,0),(40947,11,345,0),(40948,12,345,0),(40949,13,345,0),(40950,14,345,0),(40951,15,345,0),(40952,16,345,0),(40953,17,345,0),(40954,18,345,0),(40955,19,345,0),(40956,20,345,0),(40957,21,345,0),(40958,22,345,0),(40959,23,345,0),(40960,24,345,0),(40961,25,345,0),(40962,26,345,0),(40963,27,345,0),(40964,28,345,0),(40965,29,345,0),(40966,30,345,0),(40967,31,345,0),(40968,32,345,0),(40969,33,345,0),(40970,34,345,0),(40971,35,345,0),(40972,36,345,0),(40973,37,345,0),(40974,38,345,0),(40975,39,345,0),(40976,40,345,0),(40977,41,345,0),(40978,42,345,0.979773263136057),(40979,43,345,0),(40980,44,345,0),(40981,45,345,0),(40982,46,345,0),(40983,47,345,0),(40984,48,345,0),(40985,49,345,0),(40986,50,345,0),(40987,51,345,0),(40988,52,345,0),(40989,53,345,0),(40990,54,345,0),(40991,55,345,0),(40992,56,345,0),(40993,57,345,0),(40994,58,345,0),(40995,59,345,0),(40996,60,345,0),(40997,61,345,0),(40998,62,345,0),(40999,63,345,0),(41000,64,345,0),(41001,65,345,0),(41002,66,345,0),(41003,67,345,0),(41004,68,345,0),(41005,69,345,0),(41006,70,345,0),(41007,71,345,0),(41008,72,345,0),(41009,73,345,0),(41010,74,345,0),(41011,75,345,0),(41012,76,345,0),(41013,77,345,0),(41014,78,345,0),(41015,79,345,0),(41016,80,345,0),(41017,81,345,0),(41018,82,345,0),(41019,83,345,0),(41020,84,345,0),(41021,85,345,0),(41022,86,345,0),(41023,87,345,0),(41024,88,345,0),(41025,89,345,0),(41026,90,345,0),(41027,91,345,0),(41028,92,345,0),(41029,93,345,0),(41030,94,345,0),(41031,95,345,0),(41032,96,345,0),(41033,97,345,0),(41034,98,345,0),(41035,99,345,0),(41036,100,345,0),(41037,101,345,0),(41038,102,345,0),(41039,103,345,0),(41040,104,345,0),(41041,105,345,0),(41042,106,345,0),(41043,107,345,0),(41044,108,345,0),(41045,109,345,0),(41046,110,345,0),(41047,111,345,0),(41048,112,345,0),(41049,113,345,0),(41050,114,345,0),(41051,115,345,0),(41052,116,345,0),(41053,117,345,0),(41054,118,345,0),(41055,119,345,0),(41056,1,346,0),(41057,2,346,0),(41058,3,346,0),(41059,4,346,0),(41060,5,346,0),(41061,6,346,0),(41062,7,346,0),(41063,8,346,0),(41064,9,346,0),(41065,10,346,0),(41066,11,346,0),(41067,12,346,0),(41068,13,346,0),(41069,14,346,0),(41070,15,346,0),(41071,16,346,0),(41072,17,346,0),(41073,18,346,0),(41074,19,346,0),(41075,20,346,0),(41076,21,346,0),(41077,22,346,0),(41078,23,346,0),(41079,24,346,0),(41080,25,346,0),(41081,26,346,0),(41082,27,346,0),(41083,28,346,0),(41084,29,346,0),(41085,30,346,0),(41086,31,346,0),(41087,32,346,0),(41088,33,346,0),(41089,34,346,0),(41090,35,346,0),(41091,36,346,0),(41092,37,346,0),(41093,38,346,0),(41094,39,346,0),(41095,40,346,0),(41096,41,346,0),(41097,42,346,0.0202267368639427),(41098,43,346,0),(41099,44,346,0),(41100,45,346,0),(41101,46,346,0),(41102,47,346,0),(41103,48,346,0),(41104,49,346,0),(41105,50,346,0),(41106,51,346,0),(41107,52,346,0),(41108,53,346,0),(41109,54,346,0),(41110,55,346,0),(41111,56,346,0),(41112,57,346,0),(41113,58,346,0),(41114,59,346,0),(41115,60,346,0),(41116,61,346,0),(41117,62,346,0),(41118,63,346,0),(41119,64,346,0),(41120,65,346,0),(41121,66,346,0),(41122,67,346,0),(41123,68,346,0),(41124,69,346,0),(41125,70,346,0),(41126,71,346,0),(41127,72,346,0),(41128,73,346,0),(41129,74,346,0),(41130,75,346,0),(41131,76,346,0),(41132,77,346,0),(41133,78,346,0),(41134,79,346,0),(41135,80,346,0),(41136,81,346,0),(41137,82,346,0),(41138,83,346,0),(41139,84,346,0),(41140,85,346,0),(41141,86,346,0),(41142,87,346,0),(41143,88,346,0),(41144,89,346,0),(41145,90,346,0),(41146,91,346,0),(41147,92,346,0),(41148,93,346,0),(41149,94,346,0),(41150,95,346,0),(41151,96,346,0),(41152,97,346,0),(41153,98,346,0),(41154,99,346,0),(41155,100,346,0),(41156,101,346,0),(41157,102,346,0),(41158,103,346,0),(41159,104,346,0),(41160,105,346,0),(41161,106,346,0),(41162,107,346,0),(41163,108,346,0),(41164,109,346,0),(41165,110,346,0),(41166,111,346,0),(41167,112,346,0),(41168,113,346,0),(41169,114,346,0),(41170,115,346,0),(41171,116,346,0),(41172,117,346,0),(41173,118,346,0),(41174,119,346,0),(41175,1,347,0),(41176,2,347,0),(41177,3,347,0),(41178,4,347,0),(41179,5,347,0),(41180,6,347,0),(41181,7,347,0),(41182,8,347,0),(41183,9,347,0),(41184,10,347,0),(41185,11,347,0),(41186,12,347,0),(41187,13,347,0),(41188,14,347,0),(41189,15,347,0),(41190,16,347,0),(41191,17,347,0),(41192,18,347,0),(41193,19,347,0),(41194,20,347,0),(41195,21,347,0),(41196,22,347,0),(41197,23,347,0),(41198,24,347,0),(41199,25,347,0),(41200,26,347,0),(41201,27,347,0),(41202,28,347,0),(41203,29,347,0),(41204,30,347,0),(41205,31,347,0),(41206,32,347,0),(41207,33,347,0),(41208,34,347,0),(41209,35,347,0),(41210,36,347,0),(41211,37,347,0),(41212,38,347,0),(41213,39,347,0),(41214,40,347,0),(41215,41,347,0),(41216,42,347,0),(41217,43,347,0.473857249343982),(41218,44,347,0),(41219,45,347,0),(41220,46,347,0),(41221,47,347,0),(41222,48,347,0),(41223,49,347,0),(41224,50,347,0),(41225,51,347,0),(41226,52,347,0),(41227,53,347,0),(41228,54,347,0),(41229,55,347,0),(41230,56,347,0),(41231,57,347,0),(41232,58,347,0),(41233,59,347,0),(41234,60,347,0),(41235,61,347,0),(41236,62,347,0),(41237,63,347,0),(41238,64,347,0),(41239,65,347,0),(41240,66,347,0),(41241,67,347,0),(41242,68,347,0),(41243,69,347,0),(41244,70,347,0),(41245,71,347,0),(41246,72,347,0),(41247,73,347,0),(41248,74,347,0),(41249,75,347,0),(41250,76,347,0),(41251,77,347,0),(41252,78,347,0),(41253,79,347,0),(41254,80,347,0),(41255,81,347,0),(41256,82,347,0),(41257,83,347,0),(41258,84,347,0),(41259,85,347,0),(41260,86,347,0),(41261,87,347,0),(41262,88,347,0),(41263,89,347,0),(41264,90,347,0),(41265,91,347,0),(41266,92,347,0),(41267,93,347,0),(41268,94,347,0),(41269,95,347,0),(41270,96,347,0),(41271,97,347,0),(41272,98,347,0),(41273,99,347,0),(41274,100,347,0),(41275,101,347,0),(41276,102,347,0),(41277,103,347,0),(41278,104,347,0),(41279,105,347,0),(41280,106,347,0),(41281,107,347,0),(41282,108,347,0),(41283,109,347,0),(41284,110,347,0),(41285,111,347,0),(41286,112,347,0),(41287,113,347,0),(41288,114,347,0),(41289,115,347,0),(41290,116,347,0),(41291,117,347,0),(41292,118,347,0),(41293,119,347,0),(41294,1,348,0),(41295,2,348,0),(41296,3,348,0),(41297,4,348,0),(41298,5,348,0),(41299,6,348,0),(41300,7,348,0),(41301,8,348,0),(41302,9,348,0),(41303,10,348,0),(41304,11,348,0),(41305,12,348,0),(41306,13,348,0),(41307,14,348,0),(41308,15,348,0),(41309,16,348,0),(41310,17,348,0),(41311,18,348,0),(41312,19,348,0),(41313,20,348,0),(41314,21,348,0),(41315,22,348,0),(41316,23,348,0),(41317,24,348,0),(41318,25,348,0),(41319,26,348,0),(41320,27,348,0),(41321,28,348,0),(41322,29,348,0),(41323,30,348,0),(41324,31,348,0),(41325,32,348,0),(41326,33,348,0),(41327,34,348,0),(41328,35,348,0),(41329,36,348,0),(41330,37,348,0),(41331,38,348,0),(41332,39,348,0),(41333,40,348,0),(41334,41,348,0),(41335,42,348,0),(41336,43,348,0.0261427506560177),(41337,44,348,0),(41338,45,348,0),(41339,46,348,0),(41340,47,348,0),(41341,48,348,0),(41342,49,348,0),(41343,50,348,0),(41344,51,348,0),(41345,52,348,0),(41346,53,348,0),(41347,54,348,0),(41348,55,348,0),(41349,56,348,0),(41350,57,348,0),(41351,58,348,0),(41352,59,348,0),(41353,60,348,0),(41354,61,348,0),(41355,62,348,0),(41356,63,348,0),(41357,64,348,0),(41358,65,348,0),(41359,66,348,0),(41360,67,348,0),(41361,68,348,0),(41362,69,348,0),(41363,70,348,0),(41364,71,348,0),(41365,72,348,0),(41366,73,348,0),(41367,74,348,0),(41368,75,348,0),(41369,76,348,0),(41370,77,348,0),(41371,78,348,0),(41372,79,348,0),(41373,80,348,0),(41374,81,348,0),(41375,82,348,0),(41376,83,348,0),(41377,84,348,0),(41378,85,348,0),(41379,86,348,0),(41380,87,348,0),(41381,88,348,0),(41382,89,348,0),(41383,90,348,0),(41384,91,348,0),(41385,92,348,0),(41386,93,348,0),(41387,94,348,0),(41388,95,348,0),(41389,96,348,0),(41390,97,348,0),(41391,98,348,0),(41392,99,348,0),(41393,100,348,0),(41394,101,348,0),(41395,102,348,0),(41396,103,348,0),(41397,104,348,0),(41398,105,348,0),(41399,106,348,0),(41400,107,348,0),(41401,108,348,0),(41402,109,348,0),(41403,110,348,0),(41404,111,348,0),(41405,112,348,0),(41406,113,348,0),(41407,114,348,0),(41408,115,348,0),(41409,116,348,0),(41410,117,348,0),(41411,118,348,0),(41412,119,348,0),(41413,1,349,0),(41414,2,349,0),(41415,3,349,0),(41416,4,349,0),(41417,5,349,0),(41418,6,349,0),(41419,7,349,0),(41420,8,349,0),(41421,9,349,0),(41422,10,349,0),(41423,11,349,0),(41424,12,349,0),(41425,13,349,0),(41426,14,349,0),(41427,15,349,0),(41428,16,349,0),(41429,17,349,0),(41430,18,349,0),(41431,19,349,0),(41432,20,349,0),(41433,21,349,0),(41434,22,349,0),(41435,23,349,0),(41436,24,349,0),(41437,25,349,0),(41438,26,349,0),(41439,27,349,0),(41440,28,349,0),(41441,29,349,0),(41442,30,349,0),(41443,31,349,0),(41444,32,349,0),(41445,33,349,0),(41446,34,349,0),(41447,35,349,0),(41448,36,349,0),(41449,37,349,0),(41450,38,349,0),(41451,39,349,0),(41452,40,349,0),(41453,41,349,0),(41454,42,349,0),(41455,43,349,0.0186394312323234),(41456,44,349,0),(41457,45,349,0),(41458,46,349,0),(41459,47,349,0),(41460,48,349,0),(41461,49,349,0),(41462,50,349,0),(41463,51,349,0),(41464,52,349,0),(41465,53,349,0),(41466,54,349,0),(41467,55,349,0),(41468,56,349,0),(41469,57,349,0),(41470,58,349,0),(41471,59,349,0),(41472,60,349,0),(41473,61,349,0),(41474,62,349,0),(41475,63,349,0),(41476,64,349,0),(41477,65,349,0),(41478,66,349,0),(41479,67,349,0),(41480,68,349,0),(41481,69,349,0),(41482,70,349,0),(41483,71,349,0),(41484,72,349,0),(41485,73,349,0),(41486,74,349,0),(41487,75,349,0),(41488,76,349,0),(41489,77,349,0),(41490,78,349,0),(41491,79,349,0),(41492,80,349,0),(41493,81,349,0),(41494,82,349,0),(41495,83,349,0),(41496,84,349,0),(41497,85,349,0),(41498,86,349,0),(41499,87,349,0),(41500,88,349,0),(41501,89,349,0),(41502,90,349,0),(41503,91,349,0),(41504,92,349,0),(41505,93,349,0),(41506,94,349,0),(41507,95,349,0),(41508,96,349,0),(41509,97,349,0),(41510,98,349,0),(41511,99,349,0),(41512,100,349,0),(41513,101,349,0),(41514,102,349,0),(41515,103,349,0),(41516,104,349,0),(41517,105,349,0),(41518,106,349,0),(41519,107,349,0),(41520,108,349,0),(41521,109,349,0),(41522,110,349,0),(41523,111,349,0),(41524,112,349,0),(41525,113,349,0),(41526,114,349,0),(41527,115,349,0),(41528,116,349,0),(41529,117,349,0),(41530,118,349,0),(41531,119,349,0),(41532,1,350,0),(41533,2,350,0),(41534,3,350,0),(41535,4,350,0),(41536,5,350,0),(41537,6,350,0),(41538,7,350,0),(41539,8,350,0),(41540,9,350,0),(41541,10,350,0),(41542,11,350,0),(41543,12,350,0),(41544,13,350,0),(41545,14,350,0),(41546,15,350,0),(41547,16,350,0),(41548,17,350,0),(41549,18,350,0),(41550,19,350,0),(41551,20,350,0),(41552,21,350,0),(41553,22,350,0),(41554,23,350,0),(41555,24,350,0),(41556,25,350,0),(41557,26,350,0),(41558,27,350,0),(41559,28,350,0),(41560,29,350,0),(41561,30,350,0),(41562,31,350,0),(41563,32,350,0),(41564,33,350,0),(41565,34,350,0),(41566,35,350,0),(41567,36,350,0),(41568,37,350,0),(41569,38,350,0),(41570,39,350,0),(41571,40,350,0),(41572,41,350,0),(41573,42,350,0),(41574,43,350,0.467962662804759),(41575,44,350,0),(41576,45,350,0),(41577,46,350,0),(41578,47,350,0),(41579,48,350,0),(41580,49,350,0),(41581,50,350,0),(41582,51,350,0),(41583,52,350,0),(41584,53,350,0),(41585,54,350,0),(41586,55,350,0),(41587,56,350,0),(41588,57,350,0),(41589,58,350,0),(41590,59,350,0),(41591,60,350,0),(41592,61,350,0),(41593,62,350,0),(41594,63,350,0),(41595,64,350,0),(41596,65,350,0),(41597,66,350,0),(41598,67,350,0),(41599,68,350,0),(41600,69,350,0),(41601,70,350,0),(41602,71,350,0),(41603,72,350,0),(41604,73,350,0),(41605,74,350,0),(41606,75,350,0),(41607,76,350,0),(41608,77,350,0),(41609,78,350,0),(41610,79,350,0),(41611,80,350,0),(41612,81,350,0),(41613,82,350,0),(41614,83,350,0),(41615,84,350,0),(41616,85,350,0),(41617,86,350,0),(41618,87,350,0),(41619,88,350,0),(41620,89,350,0),(41621,90,350,0),(41622,91,350,0),(41623,92,350,0),(41624,93,350,0),(41625,94,350,0),(41626,95,350,0),(41627,96,350,0),(41628,97,350,0),(41629,98,350,0),(41630,99,350,0),(41631,100,350,0),(41632,101,350,0),(41633,102,350,0),(41634,103,350,0),(41635,104,350,0),(41636,105,350,0),(41637,106,350,0),(41638,107,350,0),(41639,108,350,0),(41640,109,350,0),(41641,110,350,0),(41642,111,350,0),(41643,112,350,0),(41644,113,350,0),(41645,114,350,0),(41646,115,350,0),(41647,116,350,0),(41648,117,350,0),(41649,118,350,0),(41650,119,350,0),(41651,1,351,0),(41652,2,351,0),(41653,3,351,0),(41654,4,351,0),(41655,5,351,0),(41656,6,351,0),(41657,7,351,0),(41658,8,351,0),(41659,9,351,0),(41660,10,351,0),(41661,11,351,0),(41662,12,351,0),(41663,13,351,0),(41664,14,351,0),(41665,15,351,0),(41666,16,351,0),(41667,17,351,0),(41668,18,351,0),(41669,19,351,0),(41670,20,351,0),(41671,21,351,0),(41672,22,351,0),(41673,23,351,0),(41674,24,351,0),(41675,25,351,0),(41676,26,351,0),(41677,27,351,0),(41678,28,351,0),(41679,29,351,0),(41680,30,351,0),(41681,31,351,0),(41682,32,351,0),(41683,33,351,0),(41684,34,351,0),(41685,35,351,0),(41686,36,351,0),(41687,37,351,0),(41688,38,351,0),(41689,39,351,0),(41690,40,351,0),(41691,41,351,0),(41692,42,351,0),(41693,43,351,0.313397905962918),(41694,44,351,0),(41695,45,351,0),(41696,46,351,0),(41697,47,351,0),(41698,48,351,0),(41699,49,351,0),(41700,50,351,0),(41701,51,351,0),(41702,52,351,0),(41703,53,351,0),(41704,54,351,0),(41705,55,351,0),(41706,56,351,0),(41707,57,351,0),(41708,58,351,0),(41709,59,351,0),(41710,60,351,0),(41711,61,351,0),(41712,62,351,0),(41713,63,351,0),(41714,64,351,0),(41715,65,351,0),(41716,66,351,0),(41717,67,351,0),(41718,68,351,0),(41719,69,351,0),(41720,70,351,0),(41721,71,351,0),(41722,72,351,0),(41723,73,351,0),(41724,74,351,0),(41725,75,351,0),(41726,76,351,0),(41727,77,351,0),(41728,78,351,0),(41729,79,351,0),(41730,80,351,0),(41731,81,351,0),(41732,82,351,0),(41733,83,351,0),(41734,84,351,0),(41735,85,351,0),(41736,86,351,0),(41737,87,351,0),(41738,88,351,0),(41739,89,351,0),(41740,90,351,0),(41741,91,351,0),(41742,92,351,0),(41743,93,351,0),(41744,94,351,0),(41745,95,351,0),(41746,96,351,0),(41747,97,351,0),(41748,98,351,0),(41749,99,351,0),(41750,100,351,0),(41751,101,351,0),(41752,102,351,0),(41753,103,351,0),(41754,104,351,0),(41755,105,351,0),(41756,106,351,0),(41757,107,351,0),(41758,108,351,0),(41759,109,351,0),(41760,110,351,0),(41761,111,351,0),(41762,112,351,0),(41763,113,351,0),(41764,114,351,0),(41765,115,351,0),(41766,116,351,0),(41767,117,351,0),(41768,118,351,0),(41769,119,351,0),(41770,1,352,0),(41771,2,352,0),(41772,3,352,0),(41773,4,352,0),(41774,5,352,0),(41775,6,352,0),(41776,7,352,0),(41777,8,352,0),(41778,9,352,0),(41779,10,352,0),(41780,11,352,0),(41781,12,352,0),(41782,13,352,0),(41783,14,352,0),(41784,15,352,0),(41785,16,352,0),(41786,17,352,0),(41787,18,352,0),(41788,19,352,0),(41789,20,352,0),(41790,21,352,0),(41791,22,352,0),(41792,23,352,0),(41793,24,352,0),(41794,25,352,0),(41795,26,352,0),(41796,27,352,0),(41797,28,352,0),(41798,29,352,0),(41799,30,352,0),(41800,31,352,0),(41801,32,352,0),(41802,33,352,0),(41803,34,352,0),(41804,35,352,0),(41805,36,352,0),(41806,37,352,0),(41807,38,352,0),(41808,39,352,0),(41809,40,352,0),(41810,41,352,0),(41811,42,352,0),(41812,43,352,0.437229902622838),(41813,44,352,0),(41814,45,352,0),(41815,46,352,0),(41816,47,352,0),(41817,48,352,0),(41818,49,352,0),(41819,50,352,0),(41820,51,352,0),(41821,52,352,0),(41822,53,352,0),(41823,54,352,0),(41824,55,352,0),(41825,56,352,0),(41826,57,352,0),(41827,58,352,0),(41828,59,352,0),(41829,60,352,0),(41830,61,352,0),(41831,62,352,0),(41832,63,352,0),(41833,64,352,0),(41834,65,352,0),(41835,66,352,0),(41836,67,352,0),(41837,68,352,0),(41838,69,352,0),(41839,70,352,0),(41840,71,352,0),(41841,72,352,0),(41842,73,352,0),(41843,74,352,0),(41844,75,352,0),(41845,76,352,0),(41846,77,352,0),(41847,78,352,0),(41848,79,352,0),(41849,80,352,0),(41850,81,352,0),(41851,82,352,0),(41852,83,352,0),(41853,84,352,0),(41854,85,352,0),(41855,86,352,0),(41856,87,352,0),(41857,88,352,0),(41858,89,352,0),(41859,90,352,0),(41860,91,352,0),(41861,92,352,0),(41862,93,352,0),(41863,94,352,0),(41864,95,352,0),(41865,96,352,0),(41866,97,352,0),(41867,98,352,0),(41868,99,352,0),(41869,100,352,0),(41870,101,352,0),(41871,102,352,0),(41872,103,352,0),(41873,104,352,0),(41874,105,352,0),(41875,106,352,0),(41876,107,352,0),(41877,108,352,0),(41878,109,352,0),(41879,110,352,0),(41880,111,352,0),(41881,112,352,0),(41882,113,352,0),(41883,114,352,0),(41884,115,352,0),(41885,116,352,0),(41886,117,352,0),(41887,118,352,0),(41888,119,352,0),(41889,1,353,0),(41890,2,353,0),(41891,3,353,0),(41892,4,353,0),(41893,5,353,0),(41894,6,353,0),(41895,7,353,0),(41896,8,353,0),(41897,9,353,0),(41898,10,353,0),(41899,11,353,0),(41900,12,353,0),(41901,13,353,0),(41902,14,353,0),(41903,15,353,0),(41904,16,353,0),(41905,17,353,0),(41906,18,353,0),(41907,19,353,0),(41908,20,353,0),(41909,21,353,0),(41910,22,353,0),(41911,23,353,0),(41912,24,353,0),(41913,25,353,0),(41914,26,353,0),(41915,27,353,0),(41916,28,353,0),(41917,29,353,0),(41918,30,353,0),(41919,31,353,0),(41920,32,353,0),(41921,33,353,0),(41922,34,353,0),(41923,35,353,0),(41924,36,353,0),(41925,37,353,0),(41926,38,353,0),(41927,39,353,0),(41928,40,353,0),(41929,41,353,0),(41930,42,353,0),(41931,43,353,0.146573374387326),(41932,44,353,0),(41933,45,353,0),(41934,46,353,0),(41935,47,353,0),(41936,48,353,0),(41937,49,353,0),(41938,50,353,0),(41939,51,353,0),(41940,52,353,0),(41941,53,353,0),(41942,54,353,0),(41943,55,353,0),(41944,56,353,0),(41945,57,353,0),(41946,58,353,0),(41947,59,353,0),(41948,60,353,0),(41949,61,353,0),(41950,62,353,0),(41951,63,353,0),(41952,64,353,0),(41953,65,353,0),(41954,66,353,0),(41955,67,353,0),(41956,68,353,0),(41957,69,353,0),(41958,70,353,0),(41959,71,353,0),(41960,72,353,0),(41961,73,353,0),(41962,74,353,0),(41963,75,353,0),(41964,76,353,0),(41965,77,353,0),(41966,78,353,0),(41967,79,353,0),(41968,80,353,0),(41969,81,353,0),(41970,82,353,0),(41971,83,353,0),(41972,84,353,0),(41973,85,353,0),(41974,86,353,0),(41975,87,353,0),(41976,88,353,0),(41977,89,353,0),(41978,90,353,0),(41979,91,353,0),(41980,92,353,0),(41981,93,353,0),(41982,94,353,0),(41983,95,353,0),(41984,96,353,0),(41985,97,353,0),(41986,98,353,0),(41987,99,353,0),(41988,100,353,0),(41989,101,353,0),(41990,102,353,0),(41991,103,353,0),(41992,104,353,0),(41993,105,353,0),(41994,106,353,0),(41995,107,353,0),(41996,108,353,0),(41997,109,353,0),(41998,110,353,0),(41999,111,353,0),(42000,112,353,0),(42001,113,353,0),(42002,114,353,0),(42003,115,353,0),(42004,116,353,0),(42005,117,353,0),(42006,118,353,0),(42007,119,353,0),(42008,1,354,0),(42009,2,354,0),(42010,3,354,0),(42011,4,354,0),(42012,5,354,0),(42013,6,354,0),(42014,7,354,0),(42015,8,354,0),(42016,9,354,0),(42017,10,354,0),(42018,11,354,0),(42019,12,354,0),(42020,13,354,0),(42021,14,354,0),(42022,15,354,0),(42023,16,354,0),(42024,17,354,0),(42025,18,354,0),(42026,19,354,0),(42027,20,354,0),(42028,21,354,0),(42029,22,354,0),(42030,23,354,0),(42031,24,354,0),(42032,25,354,0),(42033,26,354,0),(42034,27,354,0),(42035,28,354,0),(42036,29,354,0),(42037,30,354,0),(42038,31,354,0),(42039,32,354,0),(42040,33,354,0),(42041,34,354,0),(42042,35,354,0),(42043,36,354,0),(42044,37,354,0),(42045,38,354,0),(42046,39,354,0),(42047,40,354,0),(42048,41,354,0),(42049,42,354,0),(42050,43,354,0.303945414187681),(42051,44,354,0),(42052,45,354,0),(42053,46,354,0),(42054,47,354,0),(42055,48,354,0),(42056,49,354,0),(42057,50,354,0),(42058,51,354,0),(42059,52,354,0),(42060,53,354,0),(42061,54,354,0),(42062,55,354,0),(42063,56,354,0),(42064,57,354,0),(42065,58,354,0),(42066,59,354,0),(42067,60,354,0),(42068,61,354,0),(42069,62,354,0),(42070,63,354,0),(42071,64,354,0),(42072,65,354,0),(42073,66,354,0),(42074,67,354,0),(42075,68,354,0),(42076,69,354,0),(42077,70,354,0),(42078,71,354,0),(42079,72,354,0),(42080,73,354,0),(42081,74,354,0),(42082,75,354,0),(42083,76,354,0),(42084,77,354,0),(42085,78,354,0),(42086,79,354,0),(42087,80,354,0),(42088,81,354,0),(42089,82,354,0),(42090,83,354,0),(42091,84,354,0),(42092,85,354,0),(42093,86,354,0),(42094,87,354,0),(42095,88,354,0),(42096,89,354,0),(42097,90,354,0),(42098,91,354,0),(42099,92,354,0),(42100,93,354,0),(42101,94,354,0),(42102,95,354,0),(42103,96,354,0),(42104,97,354,0),(42105,98,354,0),(42106,99,354,0),(42107,100,354,0),(42108,101,354,0),(42109,102,354,0),(42110,103,354,0),(42111,104,354,0),(42112,105,354,0),(42113,106,354,0),(42114,107,354,0),(42115,108,354,0),(42116,109,354,0),(42117,110,354,0),(42118,111,354,0),(42119,112,354,0),(42120,113,354,0),(42121,114,354,0),(42122,115,354,0),(42123,116,354,0),(42124,117,354,0),(42125,118,354,0),(42126,119,354,0),(42127,1,355,0),(42128,2,355,0),(42129,3,355,0),(42130,4,355,0),(42131,5,355,0),(42132,6,355,0),(42133,7,355,0),(42134,8,355,0),(42135,9,355,0),(42136,10,355,0),(42137,11,355,0),(42138,12,355,0),(42139,13,355,0),(42140,14,355,0),(42141,15,355,0),(42142,16,355,0),(42143,17,355,0),(42144,18,355,0),(42145,19,355,0),(42146,20,355,0),(42147,21,355,0),(42148,22,355,0),(42149,23,355,0),(42150,24,355,0),(42151,25,355,0),(42152,26,355,0),(42153,27,355,0),(42154,28,355,0),(42155,29,355,0),(42156,30,355,0),(42157,31,355,0),(42158,32,355,0),(42159,33,355,0),(42160,34,355,0),(42161,35,355,0),(42162,36,355,0),(42163,37,355,0),(42164,38,355,0),(42165,39,355,0),(42166,40,355,0),(42167,41,355,0),(42168,42,355,0),(42169,43,355,0.112251308802155),(42170,44,355,0),(42171,45,355,0),(42172,46,355,0),(42173,47,355,0),(42174,48,355,0),(42175,49,355,0),(42176,50,355,0),(42177,51,355,0),(42178,52,355,0),(42179,53,355,0),(42180,54,355,0),(42181,55,355,0),(42182,56,355,0),(42183,57,355,0),(42184,58,355,0),(42185,59,355,0),(42186,60,355,0),(42187,61,355,0),(42188,62,355,0),(42189,63,355,0),(42190,64,355,0),(42191,65,355,0),(42192,66,355,0),(42193,67,355,0),(42194,68,355,0),(42195,69,355,0),(42196,70,355,0),(42197,71,355,0),(42198,72,355,0),(42199,73,355,0),(42200,74,355,0),(42201,75,355,0),(42202,76,355,0),(42203,77,355,0),(42204,78,355,0),(42205,79,355,0),(42206,80,355,0),(42207,81,355,0),(42208,82,355,0),(42209,83,355,0),(42210,84,355,0),(42211,85,355,0),(42212,86,355,0),(42213,87,355,0),(42214,88,355,0),(42215,89,355,0),(42216,90,355,0),(42217,91,355,0),(42218,92,355,0),(42219,93,355,0),(42220,94,355,0),(42221,95,355,0),(42222,96,355,0),(42223,97,355,0),(42224,98,355,0),(42225,99,355,0),(42226,100,355,0),(42227,101,355,0),(42228,102,355,0),(42229,103,355,0),(42230,104,355,0),(42231,105,355,0),(42232,106,355,0),(42233,107,355,0),(42234,108,355,0),(42235,109,355,0),(42236,110,355,0),(42237,111,355,0),(42238,112,355,0),(42239,113,355,0),(42240,114,355,0),(42241,115,355,0),(42242,116,355,0),(42243,117,355,0),(42244,118,355,0),(42245,119,355,0),(42246,1,356,0),(42247,2,356,0),(42248,3,356,0),(42249,4,356,0),(42250,5,356,0),(42251,6,356,0),(42252,7,356,0),(42253,8,356,0),(42254,9,356,0),(42255,10,356,0),(42256,11,356,0),(42257,12,356,0),(42258,13,356,0),(42259,14,356,0),(42260,15,356,0),(42261,16,356,0),(42262,17,356,0),(42263,18,356,0),(42264,19,356,0),(42265,20,356,0),(42266,21,356,0),(42267,22,356,0),(42268,23,356,0),(42269,24,356,0),(42270,25,356,0),(42271,26,356,0),(42272,27,356,0),(42273,28,356,0),(42274,29,356,0),(42275,30,356,0),(42276,31,356,0),(42277,32,356,0),(42278,33,356,0),(42279,34,356,0),(42280,35,356,0),(42281,36,356,0),(42282,37,356,0),(42283,38,356,0),(42284,39,356,0),(42285,40,356,0),(42286,41,356,0),(42287,42,356,0),(42288,43,356,0),(42289,44,356,0.119710387207688),(42290,45,356,0),(42291,46,356,0),(42292,47,356,0),(42293,48,356,0),(42294,49,356,0),(42295,50,356,0),(42296,51,356,0),(42297,52,356,0),(42298,53,356,0),(42299,54,356,0),(42300,55,356,0),(42301,56,356,0),(42302,57,356,0),(42303,58,356,0),(42304,59,356,0),(42305,60,356,0),(42306,61,356,0),(42307,62,356,0),(42308,63,356,0),(42309,64,356,0),(42310,65,356,0),(42311,66,356,0),(42312,67,356,0),(42313,68,356,0),(42314,69,356,0),(42315,70,356,0),(42316,71,356,0),(42317,72,356,0),(42318,73,356,0),(42319,74,356,0),(42320,75,356,0),(42321,76,356,0),(42322,77,356,0),(42323,78,356,0),(42324,79,356,0),(42325,80,356,0),(42326,81,356,0),(42327,82,356,0),(42328,83,356,0),(42329,84,356,0),(42330,85,356,0),(42331,86,356,0),(42332,87,356,0),(42333,88,356,0),(42334,89,356,0),(42335,90,356,0),(42336,91,356,0),(42337,92,356,0),(42338,93,356,0),(42339,94,356,0),(42340,95,356,0),(42341,96,356,0),(42342,97,356,0),(42343,98,356,0),(42344,99,356,0),(42345,100,356,0),(42346,101,356,0),(42347,102,356,0),(42348,103,356,0),(42349,104,356,0),(42350,105,356,0),(42351,106,356,0),(42352,107,356,0),(42353,108,356,0),(42354,109,356,0),(42355,110,356,0),(42356,111,356,0),(42357,112,356,0),(42358,113,356,0),(42359,114,356,0),(42360,115,356,0),(42361,116,356,0),(42362,117,356,0),(42363,118,356,0),(42364,119,356,0),(42365,1,357,0),(42366,2,357,0),(42367,3,357,0),(42368,4,357,0),(42369,5,357,0),(42370,6,357,0),(42371,7,357,0),(42372,8,357,0),(42373,9,357,0),(42374,10,357,0),(42375,11,357,0),(42376,12,357,0),(42377,13,357,0),(42378,14,357,0),(42379,15,357,0),(42380,16,357,0),(42381,17,357,0),(42382,18,357,0),(42383,19,357,0),(42384,20,357,0),(42385,21,357,0),(42386,22,357,0),(42387,23,357,0),(42388,24,357,0),(42389,25,357,0),(42390,26,357,0),(42391,27,357,0),(42392,28,357,0),(42393,29,357,0),(42394,30,357,0),(42395,31,357,0),(42396,32,357,0),(42397,33,357,0),(42398,34,357,0),(42399,35,357,0),(42400,36,357,0),(42401,37,357,0),(42402,38,357,0),(42403,39,357,0),(42404,40,357,0),(42405,41,357,0),(42406,42,357,0),(42407,43,357,0),(42408,44,357,0.0736364658436344),(42409,45,357,0),(42410,46,357,0),(42411,47,357,0),(42412,48,357,0),(42413,49,357,0),(42414,50,357,0),(42415,51,357,0),(42416,52,357,0),(42417,53,357,0),(42418,54,357,0),(42419,55,357,0),(42420,56,357,0),(42421,57,357,0),(42422,58,357,0),(42423,59,357,0),(42424,60,357,0),(42425,61,357,0),(42426,62,357,0),(42427,63,357,0),(42428,64,357,0),(42429,65,357,0),(42430,66,357,0),(42431,67,357,0),(42432,68,357,0),(42433,69,357,0),(42434,70,357,0),(42435,71,357,0),(42436,72,357,0),(42437,73,357,0),(42438,74,357,0),(42439,75,357,0),(42440,76,357,0),(42441,77,357,0),(42442,78,357,0),(42443,79,357,0),(42444,80,357,0),(42445,81,357,0),(42446,82,357,0),(42447,83,357,0),(42448,84,357,0),(42449,85,357,0),(42450,86,357,0),(42451,87,357,0),(42452,88,357,0),(42453,89,357,0),(42454,90,357,0),(42455,91,357,0),(42456,92,357,0),(42457,93,357,0),(42458,94,357,0),(42459,95,357,0),(42460,96,357,0),(42461,97,357,0),(42462,98,357,0),(42463,99,357,0),(42464,100,357,0),(42465,101,357,0),(42466,102,357,0),(42467,103,357,0),(42468,104,357,0),(42469,105,357,0),(42470,106,357,0),(42471,107,357,0),(42472,108,357,0),(42473,109,357,0),(42474,110,357,0),(42475,111,357,0),(42476,112,357,0),(42477,113,357,0),(42478,114,357,0),(42479,115,357,0),(42480,116,357,0),(42481,117,357,0),(42482,118,357,0),(42483,119,357,0),(42484,1,358,0),(42485,2,358,0),(42486,3,358,0),(42487,4,358,0),(42488,5,358,0),(42489,6,358,0),(42490,7,358,0),(42491,8,358,0),(42492,9,358,0),(42493,10,358,0),(42494,11,358,0),(42495,12,358,0),(42496,13,358,0),(42497,14,358,0),(42498,15,358,0),(42499,16,358,0),(42500,17,358,0),(42501,18,358,0),(42502,19,358,0),(42503,20,358,0),(42504,21,358,0),(42505,22,358,0),(42506,23,358,0),(42507,24,358,0),(42508,25,358,0),(42509,26,358,0),(42510,27,358,0),(42511,28,358,0),(42512,29,358,0),(42513,30,358,0),(42514,31,358,0),(42515,32,358,0),(42516,33,358,0),(42517,34,358,0),(42518,35,358,0),(42519,36,358,0),(42520,37,358,0),(42521,38,358,0),(42522,39,358,0),(42523,40,358,0),(42524,41,358,0),(42525,42,358,0),(42526,43,358,0),(42527,44,358,0.210385687280956),(42528,45,358,0),(42529,46,358,0),(42530,47,358,0),(42531,48,358,0),(42532,49,358,0),(42533,50,358,0),(42534,51,358,0),(42535,52,358,0),(42536,53,358,0),(42537,54,358,0),(42538,55,358,0),(42539,56,358,0),(42540,57,358,0),(42541,58,358,0),(42542,59,358,0),(42543,60,358,0),(42544,61,358,0),(42545,62,358,0),(42546,63,358,0),(42547,64,358,0),(42548,65,358,0),(42549,66,358,0),(42550,67,358,0),(42551,68,358,0),(42552,69,358,0),(42553,70,358,0),(42554,71,358,0),(42555,72,358,0),(42556,73,358,0),(42557,74,358,0),(42558,75,358,0),(42559,76,358,0),(42560,77,358,0),(42561,78,358,0),(42562,79,358,0),(42563,80,358,0),(42564,81,358,0),(42565,82,358,0),(42566,83,358,0),(42567,84,358,0),(42568,85,358,0),(42569,86,358,0),(42570,87,358,0),(42571,88,358,0),(42572,89,358,0),(42573,90,358,0),(42574,91,358,0),(42575,92,358,0),(42576,93,358,0),(42577,94,358,0),(42578,95,358,0),(42579,96,358,0),(42580,97,358,0),(42581,98,358,0),(42582,99,358,0),(42583,100,358,0),(42584,101,358,0),(42585,102,358,0),(42586,103,358,0),(42587,104,358,0),(42588,105,358,0),(42589,106,358,0),(42590,107,358,0),(42591,108,358,0),(42592,109,358,0),(42593,110,358,0),(42594,111,358,0),(42595,112,358,0),(42596,113,358,0),(42597,114,358,0),(42598,115,358,0),(42599,116,358,0),(42600,117,358,0),(42601,118,358,0),(42602,119,358,0),(42603,1,359,0),(42604,2,359,0),(42605,3,359,0),(42606,4,359,0),(42607,5,359,0),(42608,6,359,0),(42609,7,359,0),(42610,8,359,0),(42611,9,359,0),(42612,10,359,0),(42613,11,359,0),(42614,12,359,0),(42615,13,359,0),(42616,14,359,0),(42617,15,359,0),(42618,16,359,0),(42619,17,359,0),(42620,18,359,0),(42621,19,359,0),(42622,20,359,0),(42623,21,359,0),(42624,22,359,0),(42625,23,359,0),(42626,24,359,0),(42627,25,359,0),(42628,26,359,0),(42629,27,359,0),(42630,28,359,0),(42631,29,359,0),(42632,30,359,0),(42633,31,359,0),(42634,32,359,0),(42635,33,359,0),(42636,34,359,0),(42637,35,359,0),(42638,36,359,0),(42639,37,359,0),(42640,38,359,0),(42641,39,359,0),(42642,40,359,0),(42643,41,359,0),(42644,42,359,0),(42645,43,359,0),(42646,44,359,0.0962674596677211),(42647,45,359,0),(42648,46,359,0),(42649,47,359,0),(42650,48,359,0),(42651,49,359,0),(42652,50,359,0),(42653,51,359,0),(42654,52,359,0),(42655,53,359,0),(42656,54,359,0),(42657,55,359,0),(42658,56,359,0),(42659,57,359,0),(42660,58,359,0),(42661,59,359,0),(42662,60,359,0),(42663,61,359,0),(42664,62,359,0),(42665,63,359,0),(42666,64,359,0),(42667,65,359,0),(42668,66,359,0),(42669,67,359,0),(42670,68,359,0),(42671,69,359,0),(42672,70,359,0),(42673,71,359,0),(42674,72,359,0),(42675,73,359,0),(42676,74,359,0),(42677,75,359,0),(42678,76,359,0),(42679,77,359,0),(42680,78,359,0),(42681,79,359,0),(42682,80,359,0),(42683,81,359,0),(42684,82,359,0),(42685,83,359,0),(42686,84,359,0),(42687,85,359,0),(42688,86,359,0),(42689,87,359,0),(42690,88,359,0),(42691,89,359,0),(42692,90,359,0),(42693,91,359,0),(42694,92,359,0),(42695,93,359,0),(42696,94,359,0),(42697,95,359,0),(42698,96,359,0),(42699,97,359,0),(42700,98,359,0),(42701,99,359,0),(42702,100,359,0),(42703,101,359,0),(42704,102,359,0),(42705,103,359,0),(42706,104,359,0),(42707,105,359,0),(42708,106,359,0),(42709,107,359,0),(42710,108,359,0),(42711,109,359,0),(42712,110,359,0),(42713,111,359,0),(42714,112,359,0),(42715,113,359,0),(42716,114,359,0),(42717,115,359,0),(42718,116,359,0),(42719,117,359,0),(42720,118,359,0),(42721,119,359,0),(42722,1,360,0),(42723,2,360,0),(42724,3,360,0),(42725,4,360,0),(42726,5,360,0),(42727,6,360,0),(42728,7,360,0),(42729,8,360,0),(42730,9,360,0),(42731,10,360,0),(42732,11,360,0),(42733,12,360,0),(42734,13,360,0),(42735,14,360,0),(42736,15,360,0),(42737,16,360,0),(42738,17,360,0),(42739,18,360,0),(42740,19,360,0),(42741,20,360,0),(42742,21,360,0),(42743,22,360,0),(42744,23,360,0),(42745,24,360,0),(42746,25,360,0),(42747,26,360,0),(42748,27,360,0),(42749,28,360,0),(42750,29,360,0),(42751,30,360,0),(42752,31,360,0),(42753,32,360,0),(42754,33,360,0),(42755,34,360,0),(42756,35,360,0),(42757,36,360,0),(42758,37,360,0),(42759,38,360,0),(42760,39,360,0),(42761,40,360,0),(42762,41,360,0),(42763,42,360,0),(42764,43,360,0),(42765,44,360,0.13811285462502),(42766,45,360,0),(42767,46,360,0),(42768,47,360,0),(42769,48,360,0),(42770,49,360,0),(42771,50,360,0),(42772,51,360,0),(42773,52,360,0),(42774,53,360,0),(42775,54,360,0),(42776,55,360,0),(42777,56,360,0),(42778,57,360,0),(42779,58,360,0),(42780,59,360,0),(42781,60,360,0),(42782,61,360,0),(42783,62,360,0),(42784,63,360,0),(42785,64,360,0),(42786,65,360,0),(42787,66,360,0),(42788,67,360,0),(42789,68,360,0),(42790,69,360,0),(42791,70,360,0),(42792,71,360,0),(42793,72,360,0),(42794,73,360,0),(42795,74,360,0),(42796,75,360,0),(42797,76,360,0),(42798,77,360,0),(42799,78,360,0),(42800,79,360,0),(42801,80,360,0),(42802,81,360,0),(42803,82,360,0),(42804,83,360,0),(42805,84,360,0),(42806,85,360,0),(42807,86,360,0),(42808,87,360,0),(42809,88,360,0),(42810,89,360,0),(42811,90,360,0),(42812,91,360,0),(42813,92,360,0),(42814,93,360,0),(42815,94,360,0),(42816,95,360,0),(42817,96,360,0),(42818,97,360,0),(42819,98,360,0),(42820,99,360,0),(42821,100,360,0),(42822,101,360,0),(42823,102,360,0),(42824,103,360,0),(42825,104,360,0),(42826,105,360,0),(42827,106,360,0),(42828,107,360,0),(42829,108,360,0),(42830,109,360,0),(42831,110,360,0),(42832,111,360,0),(42833,112,360,0),(42834,113,360,0),(42835,114,360,0),(42836,115,360,0),(42837,116,360,0),(42838,117,360,0),(42839,118,360,0),(42840,119,360,0),(42841,1,361,0),(42842,2,361,0),(42843,3,361,0),(42844,4,361,0),(42845,5,361,0),(42846,6,361,0),(42847,7,361,0),(42848,8,361,0),(42849,9,361,0),(42850,10,361,0),(42851,11,361,0),(42852,12,361,0),(42853,13,361,0),(42854,14,361,0),(42855,15,361,0),(42856,16,361,0),(42857,17,361,0),(42858,18,361,0),(42859,19,361,0),(42860,20,361,0),(42861,21,361,0),(42862,22,361,0),(42863,23,361,0),(42864,24,361,0),(42865,25,361,0),(42866,26,361,0),(42867,27,361,0),(42868,28,361,0),(42869,29,361,0),(42870,30,361,0),(42871,31,361,0),(42872,32,361,0),(42873,33,361,0),(42874,34,361,0),(42875,35,361,0),(42876,36,361,0),(42877,37,361,0),(42878,38,361,0),(42879,39,361,0),(42880,40,361,0),(42881,41,361,0),(42882,42,361,0),(42883,43,361,0),(42884,44,361,0.157268703298894),(42885,45,361,0),(42886,46,361,0),(42887,47,361,0),(42888,48,361,0),(42889,49,361,0),(42890,50,361,0),(42891,51,361,0),(42892,52,361,0),(42893,53,361,0),(42894,54,361,0),(42895,55,361,0),(42896,56,361,0),(42897,57,361,0),(42898,58,361,0),(42899,59,361,0),(42900,60,361,0),(42901,61,361,0),(42902,62,361,0),(42903,63,361,0),(42904,64,361,0),(42905,65,361,0),(42906,66,361,0),(42907,67,361,0),(42908,68,361,0),(42909,69,361,0),(42910,70,361,0),(42911,71,361,0),(42912,72,361,0),(42913,73,361,0),(42914,74,361,0),(42915,75,361,0),(42916,76,361,0),(42917,77,361,0),(42918,78,361,0),(42919,79,361,0),(42920,80,361,0),(42921,81,361,0),(42922,82,361,0),(42923,83,361,0),(42924,84,361,0),(42925,85,361,0),(42926,86,361,0),(42927,87,361,0),(42928,88,361,0),(42929,89,361,0),(42930,90,361,0),(42931,91,361,0),(42932,92,361,0),(42933,93,361,0),(42934,94,361,0),(42935,95,361,0),(42936,96,361,0),(42937,97,361,0),(42938,98,361,0),(42939,99,361,0),(42940,100,361,0),(42941,101,361,0),(42942,102,361,0),(42943,103,361,0),(42944,104,361,0),(42945,105,361,0),(42946,106,361,0),(42947,107,361,0),(42948,108,361,0),(42949,109,361,0),(42950,110,361,0),(42951,111,361,0),(42952,112,361,0),(42953,113,361,0),(42954,114,361,0),(42955,115,361,0),(42956,116,361,0),(42957,117,361,0),(42958,118,361,0),(42959,119,361,0),(42960,1,362,0),(42961,2,362,0),(42962,3,362,0),(42963,4,362,0),(42964,5,362,0),(42965,6,362,0),(42966,7,362,0),(42967,8,362,0),(42968,9,362,0),(42969,10,362,0),(42970,11,362,0),(42971,12,362,0),(42972,13,362,0),(42973,14,362,0),(42974,15,362,0),(42975,16,362,0),(42976,17,362,0),(42977,18,362,0),(42978,19,362,0),(42979,20,362,0),(42980,21,362,0),(42981,22,362,0),(42982,23,362,0),(42983,24,362,0),(42984,25,362,0),(42985,26,362,0),(42986,27,362,0),(42987,28,362,0),(42988,29,362,0),(42989,30,362,0),(42990,31,362,0),(42991,32,362,0),(42992,33,362,0),(42993,34,362,0),(42994,35,362,0),(42995,36,362,0),(42996,37,362,0),(42997,38,362,0),(42998,39,362,0),(42999,40,362,0),(43000,41,362,0),(43001,42,362,0),(43002,43,362,0),(43003,44,362,0.261779491689644),(43004,45,362,0),(43005,46,362,0),(43006,47,362,0),(43007,48,362,0),(43008,49,362,0),(43009,50,362,0),(43010,51,362,0),(43011,52,362,0),(43012,53,362,0),(43013,54,362,0),(43014,55,362,0),(43015,56,362,0),(43016,57,362,0),(43017,58,362,0),(43018,59,362,0),(43019,60,362,0),(43020,61,362,0),(43021,62,362,0),(43022,63,362,0),(43023,64,362,0),(43024,65,362,0),(43025,66,362,0),(43026,67,362,0),(43027,68,362,0),(43028,69,362,0),(43029,70,362,0),(43030,71,362,0),(43031,72,362,0),(43032,73,362,0),(43033,74,362,0),(43034,75,362,0),(43035,76,362,0),(43036,77,362,0),(43037,78,362,0),(43038,79,362,0),(43039,80,362,0),(43040,81,362,0),(43041,82,362,0),(43042,83,362,0),(43043,84,362,0),(43044,85,362,0),(43045,86,362,0),(43046,87,362,0),(43047,88,362,0),(43048,89,362,0),(43049,90,362,0),(43050,91,362,0),(43051,92,362,0),(43052,93,362,0),(43053,94,362,0),(43054,95,362,0),(43055,96,362,0),(43056,97,362,0),(43057,98,362,0),(43058,99,362,0),(43059,100,362,0),(43060,101,362,0),(43061,102,362,0),(43062,103,362,0),(43063,104,362,0),(43064,105,362,0),(43065,106,362,0),(43066,107,362,0),(43067,108,362,0),(43068,109,362,0),(43069,110,362,0),(43070,111,362,0),(43071,112,362,0),(43072,113,362,0),(43073,114,362,0),(43074,115,362,0),(43075,116,362,0),(43076,117,362,0),(43077,118,362,0),(43078,119,362,0),(43079,1,363,0),(43080,2,363,0),(43081,3,363,0),(43082,4,363,0),(43083,5,363,0),(43084,6,363,0),(43085,7,363,0),(43086,8,363,0),(43087,9,363,0),(43088,10,363,0),(43089,11,363,0),(43090,12,363,0),(43091,13,363,0),(43092,14,363,0),(43093,15,363,0),(43094,16,363,0),(43095,17,363,0),(43096,18,363,0),(43097,19,363,0),(43098,20,363,0),(43099,21,363,0),(43100,22,363,0),(43101,23,363,0),(43102,24,363,0),(43103,25,363,0),(43104,26,363,0),(43105,27,363,0),(43106,28,363,0),(43107,29,363,0),(43108,30,363,0),(43109,31,363,0),(43110,32,363,0),(43111,33,363,0),(43112,34,363,0),(43113,35,363,0),(43114,36,363,0),(43115,37,363,0),(43116,38,363,0),(43117,39,363,0),(43118,40,363,0),(43119,41,363,0),(43120,42,363,0),(43121,43,363,0),(43122,44,363,0.0408109358599373),(43123,45,363,0),(43124,46,363,0),(43125,47,363,0),(43126,48,363,0),(43127,49,363,0),(43128,50,363,0),(43129,51,363,0),(43130,52,363,0),(43131,53,363,0),(43132,54,363,0),(43133,55,363,0),(43134,56,363,0),(43135,57,363,0),(43136,58,363,0),(43137,59,363,0),(43138,60,363,0),(43139,61,363,0),(43140,62,363,0),(43141,63,363,0),(43142,64,363,0),(43143,65,363,0),(43144,66,363,0),(43145,67,363,0),(43146,68,363,0),(43147,69,363,0),(43148,70,363,0),(43149,71,363,0),(43150,72,363,0),(43151,73,363,0),(43152,74,363,0),(43153,75,363,0),(43154,76,363,0),(43155,77,363,0),(43156,78,363,0),(43157,79,363,0),(43158,80,363,0),(43159,81,363,0),(43160,82,363,0),(43161,83,363,0),(43162,84,363,0),(43163,85,363,0),(43164,86,363,0),(43165,87,363,0),(43166,88,363,0),(43167,89,363,0),(43168,90,363,0),(43169,91,363,0),(43170,92,363,0),(43171,93,363,0),(43172,94,363,0),(43173,95,363,0),(43174,96,363,0),(43175,97,363,0),(43176,98,363,0),(43177,99,363,0),(43178,100,363,0),(43179,101,363,0),(43180,102,363,0),(43181,103,363,0),(43182,104,363,0),(43183,105,363,0),(43184,106,363,0),(43185,107,363,0),(43186,108,363,0),(43187,109,363,0),(43188,110,363,0),(43189,111,363,0),(43190,112,363,0),(43191,113,363,0),(43192,114,363,0),(43193,115,363,0),(43194,116,363,0),(43195,117,363,0),(43196,118,363,0),(43197,119,363,0),(43198,1,364,0),(43199,2,364,0),(43200,3,364,0),(43201,4,364,0),(43202,5,364,0),(43203,6,364,0),(43204,7,364,0),(43205,8,364,0),(43206,9,364,0),(43207,10,364,0),(43208,11,364,0),(43209,12,364,0),(43210,13,364,0),(43211,14,364,0),(43212,15,364,0),(43213,16,364,0),(43214,17,364,0),(43215,18,364,0),(43216,19,364,0),(43217,20,364,0),(43218,21,364,0),(43219,22,364,0),(43220,23,364,0),(43221,24,364,0),(43222,25,364,0),(43223,26,364,0),(43224,27,364,0),(43225,28,364,0),(43226,29,364,0),(43227,30,364,0),(43228,31,364,0),(43229,32,364,0),(43230,33,364,0),(43231,34,364,0),(43232,35,364,0),(43233,36,364,0),(43234,37,364,0),(43235,38,364,0),(43236,39,364,0),(43237,40,364,0),(43238,41,364,0),(43239,42,364,0),(43240,43,364,0),(43241,44,364,0.202028014526505),(43242,45,364,0),(43243,46,364,0),(43244,47,364,0),(43245,48,364,0),(43246,49,364,0),(43247,50,364,0),(43248,51,364,0),(43249,52,364,0),(43250,53,364,0),(43251,54,364,0),(43252,55,364,0),(43253,56,364,0),(43254,57,364,0),(43255,58,364,0),(43256,59,364,0),(43257,60,364,0),(43258,61,364,0),(43259,62,364,0),(43260,63,364,0),(43261,64,364,0),(43262,65,364,0),(43263,66,364,0),(43264,67,364,0),(43265,68,364,0),(43266,69,364,0),(43267,70,364,0),(43268,71,364,0),(43269,72,364,0),(43270,73,364,0),(43271,74,364,0),(43272,75,364,0),(43273,76,364,0),(43274,77,364,0),(43275,78,364,0),(43276,79,364,0),(43277,80,364,0),(43278,81,364,0),(43279,82,364,0),(43280,83,364,0),(43281,84,364,0),(43282,85,364,0),(43283,86,364,0),(43284,87,364,0),(43285,88,364,0),(43286,89,364,0),(43287,90,364,0),(43288,91,364,0),(43289,92,364,0),(43290,93,364,0),(43291,94,364,0),(43292,95,364,0),(43293,96,364,0),(43294,97,364,0),(43295,98,364,0),(43296,99,364,0),(43297,100,364,0),(43298,101,364,0),(43299,102,364,0),(43300,103,364,0),(43301,104,364,0),(43302,105,364,0),(43303,106,364,0),(43304,107,364,0),(43305,108,364,0),(43306,109,364,0),(43307,110,364,0),(43308,111,364,0),(43309,112,364,0),(43310,113,364,0),(43311,114,364,0),(43312,115,364,0),(43313,116,364,0),(43314,117,364,0),(43315,118,364,0),(43316,119,364,0),(43317,1,365,0),(43318,2,365,0),(43319,3,365,0),(43320,4,365,0),(43321,5,365,0),(43322,6,365,0),(43323,7,365,0),(43324,8,365,0),(43325,9,365,0),(43326,10,365,0),(43327,11,365,0),(43328,12,365,0),(43329,13,365,0),(43330,14,365,0),(43331,15,365,0),(43332,16,365,0),(43333,17,365,0),(43334,18,365,0),(43335,19,365,0),(43336,20,365,0),(43337,21,365,0),(43338,22,365,0),(43339,23,365,0),(43340,24,365,0),(43341,25,365,0),(43342,26,365,0),(43343,27,365,0),(43344,28,365,0),(43345,29,365,0),(43346,30,365,0),(43347,31,365,0),(43348,32,365,0),(43349,33,365,0),(43350,34,365,0),(43351,35,365,0),(43352,36,365,0),(43353,37,365,0),(43354,38,365,0),(43355,39,365,0),(43356,40,365,0),(43357,41,365,0),(43358,42,365,0),(43359,43,365,0),(43360,44,365,0.126571409808961),(43361,45,365,0),(43362,46,365,0),(43363,47,365,0),(43364,48,365,0),(43365,49,365,0),(43366,50,365,0),(43367,51,365,0),(43368,52,365,0),(43369,53,365,0),(43370,54,365,0),(43371,55,365,0),(43372,56,365,0),(43373,57,365,0),(43374,58,365,0),(43375,59,365,0),(43376,60,365,0),(43377,61,365,0),(43378,62,365,0),(43379,63,365,0),(43380,64,365,0),(43381,65,365,0),(43382,66,365,0),(43383,67,365,0),(43384,68,365,0),(43385,69,365,0),(43386,70,365,0),(43387,71,365,0),(43388,72,365,0),(43389,73,365,0),(43390,74,365,0),(43391,75,365,0),(43392,76,365,0),(43393,77,365,0),(43394,78,365,0),(43395,79,365,0),(43396,80,365,0),(43397,81,365,0),(43398,82,365,0),(43399,83,365,0),(43400,84,365,0),(43401,85,365,0),(43402,86,365,0),(43403,87,365,0),(43404,88,365,0),(43405,89,365,0),(43406,90,365,0),(43407,91,365,0),(43408,92,365,0),(43409,93,365,0),(43410,94,365,0),(43411,95,365,0),(43412,96,365,0),(43413,97,365,0),(43414,98,365,0),(43415,99,365,0),(43416,100,365,0),(43417,101,365,0),(43418,102,365,0),(43419,103,365,0),(43420,104,365,0),(43421,105,365,0),(43422,106,365,0),(43423,107,365,0),(43424,108,365,0),(43425,109,365,0),(43426,110,365,0),(43427,111,365,0),(43428,112,365,0),(43429,113,365,0),(43430,114,365,0),(43431,115,365,0),(43432,116,365,0),(43433,117,365,0),(43434,118,365,0),(43435,119,365,0),(43436,1,366,0),(43437,2,366,0),(43438,3,366,0),(43439,4,366,0),(43440,5,366,0),(43441,6,366,0),(43442,7,366,0),(43443,8,366,0),(43444,9,366,0),(43445,10,366,0),(43446,11,366,0),(43447,12,366,0),(43448,13,366,0),(43449,14,366,0),(43450,15,366,0),(43451,16,366,0),(43452,17,366,0),(43453,18,366,0),(43454,19,366,0),(43455,20,366,0),(43456,21,366,0),(43457,22,366,0),(43458,23,366,0),(43459,24,366,0),(43460,25,366,0),(43461,26,366,0),(43462,27,366,0),(43463,28,366,0),(43464,29,366,0),(43465,30,366,0),(43466,31,366,0),(43467,32,366,0),(43468,33,366,0),(43469,34,366,0),(43470,35,366,0),(43471,36,366,0),(43472,37,366,0),(43473,38,366,0),(43474,39,366,0),(43475,40,366,0),(43476,41,366,0),(43477,42,366,0),(43478,43,366,0),(43479,44,366,0.192276039669526),(43480,45,366,0),(43481,46,366,0),(43482,47,366,0),(43483,48,366,0),(43484,49,366,0),(43485,50,366,0),(43486,51,366,0),(43487,52,366,0),(43488,53,366,0),(43489,54,366,0),(43490,55,366,0),(43491,56,366,0),(43492,57,366,0),(43493,58,366,0),(43494,59,366,0),(43495,60,366,0),(43496,61,366,0),(43497,62,366,0),(43498,63,366,0),(43499,64,366,0),(43500,65,366,0),(43501,66,366,0),(43502,67,366,0),(43503,68,366,0),(43504,69,366,0),(43505,70,366,0),(43506,71,366,0),(43507,72,366,0),(43508,73,366,0),(43509,74,366,0),(43510,75,366,0),(43511,76,366,0),(43512,77,366,0),(43513,78,366,0),(43514,79,366,0),(43515,80,366,0),(43516,81,366,0),(43517,82,366,0),(43518,83,366,0),(43519,84,366,0),(43520,85,366,0),(43521,86,366,0),(43522,87,366,0),(43523,88,366,0),(43524,89,366,0),(43525,90,366,0),(43526,91,366,0),(43527,92,366,0),(43528,93,366,0),(43529,94,366,0),(43530,95,366,0),(43531,96,366,0),(43532,97,366,0),(43533,98,366,0),(43534,99,366,0),(43535,100,366,0),(43536,101,366,0),(43537,102,366,0),(43538,103,366,0),(43539,104,366,0),(43540,105,366,0),(43541,106,366,0),(43542,107,366,0),(43543,108,366,0),(43544,109,366,0),(43545,110,366,0),(43546,111,366,0),(43547,112,366,0),(43548,113,366,0),(43549,114,366,0),(43550,115,366,0),(43551,116,366,0),(43552,117,366,0),(43553,118,366,0),(43554,119,366,0),(43555,1,367,0),(43556,2,367,0),(43557,3,367,0),(43558,4,367,0),(43559,5,367,0),(43560,6,367,0),(43561,7,367,0),(43562,8,367,0),(43563,9,367,0),(43564,10,367,0),(43565,11,367,0),(43566,12,367,0),(43567,13,367,0),(43568,14,367,0),(43569,15,367,0),(43570,16,367,0),(43571,17,367,0),(43572,18,367,0),(43573,19,367,0),(43574,20,367,0),(43575,21,367,0),(43576,22,367,0),(43577,23,367,0),(43578,24,367,0),(43579,25,367,0),(43580,26,367,0),(43581,27,367,0),(43582,28,367,0),(43583,29,367,0),(43584,30,367,0),(43585,31,367,0),(43586,32,367,0),(43587,33,367,0),(43588,34,367,0),(43589,35,367,0),(43590,36,367,0),(43591,37,367,0),(43592,38,367,0),(43593,39,367,0),(43594,40,367,0),(43595,41,367,0),(43596,42,367,0),(43597,43,367,0),(43598,44,367,0.130527760289299),(43599,45,367,0),(43600,46,367,0),(43601,47,367,0),(43602,48,367,0),(43603,49,367,0),(43604,50,367,0),(43605,51,367,0),(43606,52,367,0),(43607,53,367,0),(43608,54,367,0),(43609,55,367,0),(43610,56,367,0),(43611,57,367,0),(43612,58,367,0),(43613,59,367,0),(43614,60,367,0),(43615,61,367,0),(43616,62,367,0),(43617,63,367,0),(43618,64,367,0),(43619,65,367,0),(43620,66,367,0),(43621,67,367,0),(43622,68,367,0),(43623,69,367,0),(43624,70,367,0),(43625,71,367,0),(43626,72,367,0),(43627,73,367,0),(43628,74,367,0),(43629,75,367,0),(43630,76,367,0),(43631,77,367,0),(43632,78,367,0),(43633,79,367,0),(43634,80,367,0),(43635,81,367,0),(43636,82,367,0),(43637,83,367,0),(43638,84,367,0),(43639,85,367,0),(43640,86,367,0),(43641,87,367,0),(43642,88,367,0),(43643,89,367,0),(43644,90,367,0),(43645,91,367,0),(43646,92,367,0),(43647,93,367,0),(43648,94,367,0),(43649,95,367,0),(43650,96,367,0),(43651,97,367,0),(43652,98,367,0),(43653,99,367,0),(43654,100,367,0),(43655,101,367,0),(43656,102,367,0),(43657,103,367,0),(43658,104,367,0),(43659,105,367,0),(43660,106,367,0),(43661,107,367,0),(43662,108,367,0),(43663,109,367,0),(43664,110,367,0),(43665,111,367,0),(43666,112,367,0),(43667,113,367,0),(43668,114,367,0),(43669,115,367,0),(43670,116,367,0),(43671,117,367,0),(43672,118,367,0),(43673,119,367,0),(43674,1,368,0),(43675,2,368,0),(43676,3,368,0),(43677,4,368,0),(43678,5,368,0),(43679,6,368,0),(43680,7,368,0),(43681,8,368,0),(43682,9,368,0),(43683,10,368,0),(43684,11,368,0),(43685,12,368,0),(43686,13,368,0),(43687,14,368,0),(43688,15,368,0),(43689,16,368,0),(43690,17,368,0),(43691,18,368,0),(43692,19,368,0),(43693,20,368,0),(43694,21,368,0),(43695,22,368,0),(43696,23,368,0),(43697,24,368,0),(43698,25,368,0),(43699,26,368,0),(43700,27,368,0),(43701,28,368,0),(43702,29,368,0),(43703,30,368,0),(43704,31,368,0),(43705,32,368,0),(43706,33,368,0),(43707,34,368,0),(43708,35,368,0),(43709,36,368,0),(43710,37,368,0),(43711,38,368,0),(43712,39,368,0),(43713,40,368,0),(43714,41,368,0),(43715,42,368,0),(43716,43,368,0),(43717,44,368,0.193636193928929),(43718,45,368,0),(43719,46,368,0),(43720,47,368,0),(43721,48,368,0),(43722,49,368,0),(43723,50,368,0),(43724,51,368,0),(43725,52,368,0),(43726,53,368,0),(43727,54,368,0),(43728,55,368,0),(43729,56,368,0),(43730,57,368,0),(43731,58,368,0),(43732,59,368,0),(43733,60,368,0),(43734,61,368,0),(43735,62,368,0),(43736,63,368,0),(43737,64,368,0),(43738,65,368,0),(43739,66,368,0),(43740,67,368,0),(43741,68,368,0),(43742,69,368,0),(43743,70,368,0),(43744,71,368,0),(43745,72,368,0),(43746,73,368,0),(43747,74,368,0),(43748,75,368,0),(43749,76,368,0),(43750,77,368,0),(43751,78,368,0),(43752,79,368,0),(43753,80,368,0),(43754,81,368,0),(43755,82,368,0),(43756,83,368,0),(43757,84,368,0),(43758,85,368,0),(43759,86,368,0),(43760,87,368,0),(43761,88,368,0),(43762,89,368,0),(43763,90,368,0),(43764,91,368,0),(43765,92,368,0),(43766,93,368,0),(43767,94,368,0),(43768,95,368,0),(43769,96,368,0),(43770,97,368,0),(43771,98,368,0),(43772,99,368,0),(43773,100,368,0),(43774,101,368,0),(43775,102,368,0),(43776,103,368,0),(43777,104,368,0),(43778,105,368,0),(43779,106,368,0),(43780,107,368,0),(43781,108,368,0),(43782,109,368,0),(43783,110,368,0),(43784,111,368,0),(43785,112,368,0),(43786,113,368,0),(43787,114,368,0),(43788,115,368,0),(43789,116,368,0),(43790,117,368,0),(43791,118,368,0),(43792,119,368,0),(43793,1,369,0),(43794,2,369,0),(43795,3,369,0),(43796,4,369,0),(43797,5,369,0),(43798,6,369,0),(43799,7,369,0),(43800,8,369,0),(43801,9,369,0),(43802,10,369,0),(43803,11,369,0),(43804,12,369,0),(43805,13,369,0),(43806,14,369,0),(43807,15,369,0),(43808,16,369,0),(43809,17,369,0),(43810,18,369,0),(43811,19,369,0),(43812,20,369,0),(43813,21,369,0),(43814,22,369,0),(43815,23,369,0),(43816,24,369,0),(43817,25,369,0),(43818,26,369,0),(43819,27,369,0),(43820,28,369,0),(43821,29,369,0),(43822,30,369,0),(43823,31,369,0),(43824,32,369,0),(43825,33,369,0),(43826,34,369,0),(43827,35,369,0),(43828,36,369,0),(43829,37,369,0),(43830,38,369,0),(43831,39,369,0),(43832,40,369,0),(43833,41,369,0),(43834,42,369,0),(43835,43,369,0),(43836,44,369,0.211042847002746),(43837,45,369,0),(43838,46,369,0),(43839,47,369,0),(43840,48,369,0),(43841,49,369,0),(43842,50,369,0),(43843,51,369,0),(43844,52,369,0),(43845,53,369,0),(43846,54,369,0),(43847,55,369,0),(43848,56,369,0),(43849,57,369,0),(43850,58,369,0),(43851,59,369,0),(43852,60,369,0),(43853,61,369,0),(43854,62,369,0),(43855,63,369,0),(43856,64,369,0),(43857,65,369,0),(43858,66,369,0),(43859,67,369,0),(43860,68,369,0),(43861,69,369,0),(43862,70,369,0),(43863,71,369,0),(43864,72,369,0),(43865,73,369,0),(43866,74,369,0),(43867,75,369,0),(43868,76,369,0),(43869,77,369,0),(43870,78,369,0),(43871,79,369,0),(43872,80,369,0),(43873,81,369,0),(43874,82,369,0),(43875,83,369,0),(43876,84,369,0),(43877,85,369,0),(43878,86,369,0),(43879,87,369,0),(43880,88,369,0),(43881,89,369,0),(43882,90,369,0),(43883,91,369,0),(43884,92,369,0),(43885,93,369,0),(43886,94,369,0),(43887,95,369,0),(43888,96,369,0),(43889,97,369,0),(43890,98,369,0),(43891,99,369,0),(43892,100,369,0),(43893,101,369,0),(43894,102,369,0),(43895,103,369,0),(43896,104,369,0),(43897,105,369,0),(43898,106,369,0),(43899,107,369,0),(43900,108,369,0),(43901,109,369,0),(43902,110,369,0),(43903,111,369,0),(43904,112,369,0),(43905,113,369,0),(43906,114,369,0),(43907,115,369,0),(43908,116,369,0),(43909,117,369,0),(43910,118,369,0),(43911,119,369,0),(43912,1,370,0),(43913,2,370,0),(43914,3,370,0),(43915,4,370,0),(43916,5,370,0),(43917,6,370,0),(43918,7,370,0),(43919,8,370,0),(43920,9,370,0),(43921,10,370,0),(43922,11,370,0),(43923,12,370,0),(43924,13,370,0),(43925,14,370,0),(43926,15,370,0),(43927,16,370,0),(43928,17,370,0),(43929,18,370,0),(43930,19,370,0),(43931,20,370,0),(43932,21,370,0),(43933,22,370,0),(43934,23,370,0),(43935,24,370,0),(43936,25,370,0),(43937,26,370,0),(43938,27,370,0),(43939,28,370,0),(43940,29,370,0),(43941,30,370,0),(43942,31,370,0),(43943,32,370,0),(43944,33,370,0),(43945,34,370,0),(43946,35,370,0),(43947,36,370,0),(43948,37,370,0),(43949,38,370,0),(43950,39,370,0),(43951,40,370,0),(43952,41,370,0),(43953,42,370,0),(43954,43,370,0),(43955,44,370,0.145945749300539),(43956,45,370,0),(43957,46,370,0),(43958,47,370,0),(43959,48,370,0),(43960,49,370,0),(43961,50,370,0),(43962,51,370,0),(43963,52,370,0),(43964,53,370,0),(43965,54,370,0),(43966,55,370,0),(43967,56,370,0),(43968,57,370,0),(43969,58,370,0),(43970,59,370,0),(43971,60,370,0),(43972,61,370,0),(43973,62,370,0),(43974,63,370,0),(43975,64,370,0),(43976,65,370,0),(43977,66,370,0),(43978,67,370,0),(43979,68,370,0),(43980,69,370,0),(43981,70,370,0),(43982,71,370,0),(43983,72,370,0),(43984,73,370,0),(43985,74,370,0),(43986,75,370,0),(43987,76,370,0),(43988,77,370,0),(43989,78,370,0),(43990,79,370,0),(43991,80,370,0),(43992,81,370,0),(43993,82,370,0),(43994,83,370,0),(43995,84,370,0),(43996,85,370,0),(43997,86,370,0),(43998,87,370,0),(43999,88,370,0),(44000,89,370,0),(44001,90,370,0),(44002,91,370,0),(44003,92,370,0),(44004,93,370,0),(44005,94,370,0),(44006,95,370,0),(44007,96,370,0),(44008,97,370,0),(44009,98,370,0),(44010,99,370,0),(44011,100,370,0),(44012,101,370,0),(44013,102,370,0),(44014,103,370,0),(44015,104,370,0),(44016,105,370,0),(44017,106,370,0),(44018,107,370,0),(44019,108,370,0),(44020,109,370,0),(44021,110,370,0),(44022,111,370,0),(44023,112,370,0),(44024,113,370,0),(44025,114,370,0),(44026,115,370,0),(44027,116,370,0),(44028,117,370,0),(44029,118,370,0),(44030,119,370,0),(44031,1,371,0),(44032,2,371,0),(44033,3,371,0),(44034,4,371,0),(44035,5,371,0),(44036,6,371,0),(44037,7,371,0),(44038,8,371,0),(44039,9,371,0),(44040,10,371,0),(44041,11,371,0),(44042,12,371,0),(44043,13,371,0),(44044,14,371,0),(44045,15,371,0),(44046,16,371,0),(44047,17,371,0),(44048,18,371,0),(44049,19,371,0),(44050,20,371,0),(44051,21,371,0),(44052,22,371,0),(44053,23,371,0),(44054,24,371,0),(44055,25,371,0),(44056,26,371,0),(44057,27,371,0),(44058,28,371,0),(44059,29,371,0),(44060,30,371,0),(44061,31,371,0),(44062,32,371,0),(44063,33,371,0),(44064,34,371,0),(44065,35,371,0),(44066,36,371,0),(44067,37,371,0),(44068,38,371,0),(44069,39,371,0),(44070,40,371,0),(44071,41,371,0),(44072,42,371,0),(44073,43,371,0),(44074,44,371,0),(44075,45,371,0.5),(44076,46,371,0),(44077,47,371,0),(44078,48,371,0),(44079,49,371,0),(44080,50,371,0),(44081,51,371,0),(44082,52,371,0),(44083,53,371,0),(44084,54,371,0),(44085,55,371,0),(44086,56,371,0),(44087,57,371,0),(44088,58,371,0),(44089,59,371,0),(44090,60,371,0),(44091,61,371,0),(44092,62,371,0),(44093,63,371,0),(44094,64,371,0),(44095,65,371,0),(44096,66,371,0),(44097,67,371,0),(44098,68,371,0),(44099,69,371,0),(44100,70,371,0),(44101,71,371,0),(44102,72,371,0),(44103,73,371,0),(44104,74,371,0),(44105,75,371,0),(44106,76,371,0),(44107,77,371,0),(44108,78,371,0),(44109,79,371,0),(44110,80,371,0),(44111,81,371,0),(44112,82,371,0),(44113,83,371,0),(44114,84,371,0),(44115,85,371,0),(44116,86,371,0),(44117,87,371,0),(44118,88,371,0),(44119,89,371,0),(44120,90,371,0),(44121,91,371,0),(44122,92,371,0),(44123,93,371,0),(44124,94,371,0),(44125,95,371,0),(44126,96,371,0),(44127,97,371,0),(44128,98,371,0),(44129,99,371,0),(44130,100,371,0),(44131,101,371,0),(44132,102,371,0),(44133,103,371,0),(44134,104,371,0),(44135,105,371,0),(44136,106,371,0),(44137,107,371,0),(44138,108,371,0),(44139,109,371,0),(44140,110,371,0),(44141,111,371,0),(44142,112,371,0),(44143,113,371,0),(44144,114,371,0),(44145,115,371,0),(44146,116,371,0),(44147,117,371,0),(44148,118,371,0),(44149,119,371,0),(44150,1,372,0),(44151,2,372,0),(44152,3,372,0),(44153,4,372,0),(44154,5,372,0),(44155,6,372,0),(44156,7,372,0),(44157,8,372,0),(44158,9,372,0),(44159,10,372,0),(44160,11,372,0),(44161,12,372,0),(44162,13,372,0),(44163,14,372,0),(44164,15,372,0),(44165,16,372,0),(44166,17,372,0),(44167,18,372,0),(44168,19,372,0),(44169,20,372,0),(44170,21,372,0),(44171,22,372,0),(44172,23,372,0),(44173,24,372,0),(44174,25,372,0),(44175,26,372,0),(44176,27,372,0),(44177,28,372,0),(44178,29,372,0),(44179,30,372,0),(44180,31,372,0),(44181,32,372,0),(44182,33,372,0),(44183,34,372,0),(44184,35,372,0),(44185,36,372,0),(44186,37,372,0),(44187,38,372,0),(44188,39,372,0),(44189,40,372,0),(44190,41,372,0),(44191,42,372,0),(44192,43,372,0),(44193,44,372,0),(44194,45,372,0.211925943255764),(44195,46,372,0),(44196,47,372,0),(44197,48,372,0),(44198,49,372,0),(44199,50,372,0),(44200,51,372,0),(44201,52,372,0),(44202,53,372,0),(44203,54,372,0),(44204,55,372,0),(44205,56,372,0),(44206,57,372,0),(44207,58,372,0),(44208,59,372,0),(44209,60,372,0),(44210,61,372,0),(44211,62,372,0),(44212,63,372,0),(44213,64,372,0),(44214,65,372,0),(44215,66,372,0),(44216,67,372,0),(44217,68,372,0),(44218,69,372,0),(44219,70,372,0),(44220,71,372,0),(44221,72,372,0),(44222,73,372,0),(44223,74,372,0),(44224,75,372,0),(44225,76,372,0),(44226,77,372,0),(44227,78,372,0),(44228,79,372,0),(44229,80,372,0),(44230,81,372,0),(44231,82,372,0),(44232,83,372,0),(44233,84,372,0),(44234,85,372,0),(44235,86,372,0),(44236,87,372,0),(44237,88,372,0),(44238,89,372,0),(44239,90,372,0),(44240,91,372,0),(44241,92,372,0),(44242,93,372,0),(44243,94,372,0),(44244,95,372,0),(44245,96,372,0),(44246,97,372,0),(44247,98,372,0),(44248,99,372,0),(44249,100,372,0),(44250,101,372,0),(44251,102,372,0),(44252,103,372,0),(44253,104,372,0),(44254,105,372,0),(44255,106,372,0),(44256,107,372,0),(44257,108,372,0),(44258,109,372,0),(44259,110,372,0),(44260,111,372,0),(44261,112,372,0),(44262,113,372,0),(44263,114,372,0),(44264,115,372,0),(44265,116,372,0),(44266,117,372,0),(44267,118,372,0),(44268,119,372,0),(44269,1,373,0),(44270,2,373,0),(44271,3,373,0),(44272,4,373,0),(44273,5,373,0),(44274,6,373,0),(44275,7,373,0),(44276,8,373,0),(44277,9,373,0),(44278,10,373,0),(44279,11,373,0),(44280,12,373,0),(44281,13,373,0),(44282,14,373,0),(44283,15,373,0),(44284,16,373,0),(44285,17,373,0),(44286,18,373,0),(44287,19,373,0),(44288,20,373,0),(44289,21,373,0),(44290,22,373,0),(44291,23,373,0),(44292,24,373,0),(44293,25,373,0),(44294,26,373,0),(44295,27,373,0),(44296,28,373,0),(44297,29,373,0),(44298,30,373,0),(44299,31,373,0),(44300,32,373,0),(44301,33,373,0),(44302,34,373,0),(44303,35,373,0),(44304,36,373,0),(44305,37,373,0),(44306,38,373,0),(44307,39,373,0),(44308,40,373,0),(44309,41,373,0),(44310,42,373,0),(44311,43,373,0),(44312,44,373,0),(44313,45,373,0.203954390142274),(44314,46,373,0),(44315,47,373,0),(44316,48,373,0),(44317,49,373,0),(44318,50,373,0),(44319,51,373,0),(44320,52,373,0),(44321,53,373,0),(44322,54,373,0),(44323,55,373,0),(44324,56,373,0),(44325,57,373,0),(44326,58,373,0),(44327,59,373,0),(44328,60,373,0),(44329,61,373,0),(44330,62,373,0),(44331,63,373,0),(44332,64,373,0),(44333,65,373,0),(44334,66,373,0),(44335,67,373,0),(44336,68,373,0),(44337,69,373,0),(44338,70,373,0),(44339,71,373,0),(44340,72,373,0),(44341,73,373,0),(44342,74,373,0),(44343,75,373,0),(44344,76,373,0),(44345,77,373,0),(44346,78,373,0),(44347,79,373,0),(44348,80,373,0),(44349,81,373,0),(44350,82,373,0),(44351,83,373,0),(44352,84,373,0),(44353,85,373,0),(44354,86,373,0),(44355,87,373,0),(44356,88,373,0),(44357,89,373,0),(44358,90,373,0),(44359,91,373,0),(44360,92,373,0),(44361,93,373,0),(44362,94,373,0),(44363,95,373,0),(44364,96,373,0),(44365,97,373,0),(44366,98,373,0),(44367,99,373,0),(44368,100,373,0),(44369,101,373,0),(44370,102,373,0),(44371,103,373,0),(44372,104,373,0),(44373,105,373,0),(44374,106,373,0),(44375,107,373,0),(44376,108,373,0),(44377,109,373,0),(44378,110,373,0),(44379,111,373,0),(44380,112,373,0),(44381,113,373,0),(44382,114,373,0),(44383,115,373,0),(44384,116,373,0),(44385,117,373,0),(44386,118,373,0),(44387,119,373,0),(44388,1,374,0),(44389,2,374,0),(44390,3,374,0),(44391,4,374,0),(44392,5,374,0),(44393,6,374,0),(44394,7,374,0),(44395,8,374,0),(44396,9,374,0),(44397,10,374,0),(44398,11,374,0),(44399,12,374,0),(44400,13,374,0),(44401,14,374,0),(44402,15,374,0),(44403,16,374,0),(44404,17,374,0),(44405,18,374,0),(44406,19,374,0),(44407,20,374,0),(44408,21,374,0),(44409,22,374,0),(44410,23,374,0),(44411,24,374,0),(44412,25,374,0),(44413,26,374,0),(44414,27,374,0),(44415,28,374,0),(44416,29,374,0),(44417,30,374,0),(44418,31,374,0),(44419,32,374,0),(44420,33,374,0),(44421,34,374,0),(44422,35,374,0),(44423,36,374,0),(44424,37,374,0),(44425,38,374,0),(44426,39,374,0),(44427,40,374,0),(44428,41,374,0),(44429,42,374,0),(44430,43,374,0),(44431,44,374,0),(44432,45,374,0.0361231012381563),(44433,46,374,0),(44434,47,374,0),(44435,48,374,0),(44436,49,374,0),(44437,50,374,0),(44438,51,374,0),(44439,52,374,0),(44440,53,374,0),(44441,54,374,0),(44442,55,374,0),(44443,56,374,0),(44444,57,374,0),(44445,58,374,0),(44446,59,374,0),(44447,60,374,0),(44448,61,374,0),(44449,62,374,0),(44450,63,374,0),(44451,64,374,0),(44452,65,374,0),(44453,66,374,0),(44454,67,374,0),(44455,68,374,0),(44456,69,374,0),(44457,70,374,0),(44458,71,374,0),(44459,72,374,0),(44460,73,374,0),(44461,74,374,0),(44462,75,374,0),(44463,76,374,0),(44464,77,374,0),(44465,78,374,0),(44466,79,374,0),(44467,80,374,0),(44468,81,374,0),(44469,82,374,0),(44470,83,374,0),(44471,84,374,0),(44472,85,374,0),(44473,86,374,0),(44474,87,374,0),(44475,88,374,0),(44476,89,374,0),(44477,90,374,0),(44478,91,374,0),(44479,92,374,0),(44480,93,374,0),(44481,94,374,0),(44482,95,374,0),(44483,96,374,0),(44484,97,374,0),(44485,98,374,0),(44486,99,374,0),(44487,100,374,0),(44488,101,374,0),(44489,102,374,0),(44490,103,374,0),(44491,104,374,0),(44492,105,374,0),(44493,106,374,0),(44494,107,374,0),(44495,108,374,0),(44496,109,374,0),(44497,110,374,0),(44498,111,374,0),(44499,112,374,0),(44500,113,374,0),(44501,114,374,0),(44502,115,374,0),(44503,116,374,0),(44504,117,374,0),(44505,118,374,0),(44506,119,374,0),(44507,1,375,0),(44508,2,375,0),(44509,3,375,0),(44510,4,375,0),(44511,5,375,0),(44512,6,375,0),(44513,7,375,0),(44514,8,375,0),(44515,9,375,0),(44516,10,375,0),(44517,11,375,0),(44518,12,375,0),(44519,13,375,0),(44520,14,375,0),(44521,15,375,0),(44522,16,375,0),(44523,17,375,0),(44524,18,375,0),(44525,19,375,0),(44526,20,375,0),(44527,21,375,0),(44528,22,375,0),(44529,23,375,0),(44530,24,375,0),(44531,25,375,0),(44532,26,375,0),(44533,27,375,0),(44534,28,375,0),(44535,29,375,0),(44536,30,375,0),(44537,31,375,0),(44538,32,375,0),(44539,33,375,0),(44540,34,375,0),(44541,35,375,0),(44542,36,375,0),(44543,37,375,0),(44544,38,375,0),(44545,39,375,0),(44546,40,375,0),(44547,41,375,0),(44548,42,375,0),(44549,43,375,0),(44550,44,375,0),(44551,45,375,0.198944010629859),(44552,46,375,0),(44553,47,375,0),(44554,48,375,0),(44555,49,375,0),(44556,50,375,0),(44557,51,375,0),(44558,52,375,0),(44559,53,375,0),(44560,54,375,0),(44561,55,375,0),(44562,56,375,0),(44563,57,375,0),(44564,58,375,0),(44565,59,375,0),(44566,60,375,0),(44567,61,375,0),(44568,62,375,0),(44569,63,375,0),(44570,64,375,0),(44571,65,375,0),(44572,66,375,0),(44573,67,375,0),(44574,68,375,0),(44575,69,375,0),(44576,70,375,0),(44577,71,375,0),(44578,72,375,0),(44579,73,375,0),(44580,74,375,0),(44581,75,375,0),(44582,76,375,0),(44583,77,375,0),(44584,78,375,0),(44585,79,375,0),(44586,80,375,0),(44587,81,375,0),(44588,82,375,0),(44589,83,375,0),(44590,84,375,0),(44591,85,375,0),(44592,86,375,0),(44593,87,375,0),(44594,88,375,0),(44595,89,375,0),(44596,90,375,0),(44597,91,375,0),(44598,92,375,0),(44599,93,375,0),(44600,94,375,0),(44601,95,375,0),(44602,96,375,0),(44603,97,375,0),(44604,98,375,0),(44605,99,375,0),(44606,100,375,0),(44607,101,375,0),(44608,102,375,0),(44609,103,375,0),(44610,104,375,0),(44611,105,375,0),(44612,106,375,0),(44613,107,375,0),(44614,108,375,0),(44615,109,375,0),(44616,110,375,0),(44617,111,375,0),(44618,112,375,0),(44619,113,375,0),(44620,114,375,0),(44621,115,375,0),(44622,116,375,0),(44623,117,375,0),(44624,118,375,0),(44625,119,375,0),(44626,1,376,0),(44627,2,376,0),(44628,3,376,0),(44629,4,376,0),(44630,5,376,0),(44631,6,376,0),(44632,7,376,0),(44633,8,376,0),(44634,9,376,0),(44635,10,376,0),(44636,11,376,0),(44637,12,376,0),(44638,13,376,0),(44639,14,376,0),(44640,15,376,0),(44641,16,376,0),(44642,17,376,0),(44643,18,376,0),(44644,19,376,0),(44645,20,376,0),(44646,21,376,0),(44647,22,376,0),(44648,23,376,0),(44649,24,376,0),(44650,25,376,0),(44651,26,376,0),(44652,27,376,0),(44653,28,376,0),(44654,29,376,0),(44655,30,376,0),(44656,31,376,0),(44657,32,376,0),(44658,33,376,0),(44659,34,376,0),(44660,35,376,0),(44661,36,376,0),(44662,37,376,0),(44663,38,376,0),(44664,39,376,0),(44665,40,376,0),(44666,41,376,0),(44667,42,376,0),(44668,43,376,0),(44669,44,376,0),(44670,45,376,0.104736919617418),(44671,46,376,0),(44672,47,376,0),(44673,48,376,0),(44674,49,376,0),(44675,50,376,0),(44676,51,376,0),(44677,52,376,0),(44678,53,376,0),(44679,54,376,0),(44680,55,376,0),(44681,56,376,0),(44682,57,376,0),(44683,58,376,0),(44684,59,376,0),(44685,60,376,0),(44686,61,376,0),(44687,62,376,0),(44688,63,376,0),(44689,64,376,0),(44690,65,376,0),(44691,66,376,0),(44692,67,376,0),(44693,68,376,0),(44694,69,376,0),(44695,70,376,0),(44696,71,376,0),(44697,72,376,0),(44698,73,376,0),(44699,74,376,0),(44700,75,376,0),(44701,76,376,0),(44702,77,376,0),(44703,78,376,0),(44704,79,376,0),(44705,80,376,0),(44706,81,376,0),(44707,82,376,0),(44708,83,376,0),(44709,84,376,0),(44710,85,376,0),(44711,86,376,0),(44712,87,376,0),(44713,88,376,0),(44714,89,376,0),(44715,90,376,0),(44716,91,376,0),(44717,92,376,0),(44718,93,376,0),(44719,94,376,0),(44720,95,376,0),(44721,96,376,0),(44722,97,376,0),(44723,98,376,0),(44724,99,376,0),(44725,100,376,0),(44726,101,376,0),(44727,102,376,0),(44728,103,376,0),(44729,104,376,0),(44730,105,376,0),(44731,106,376,0),(44732,107,376,0),(44733,108,376,0),(44734,109,376,0),(44735,110,376,0),(44736,111,376,0),(44737,112,376,0),(44738,113,376,0),(44739,114,376,0),(44740,115,376,0),(44741,116,376,0),(44742,117,376,0),(44743,118,376,0),(44744,119,376,0),(44745,1,377,0),(44746,2,377,0),(44747,3,377,0),(44748,4,377,0),(44749,5,377,0),(44750,6,377,0),(44751,7,377,0),(44752,8,377,0),(44753,9,377,0),(44754,10,377,0),(44755,11,377,0),(44756,12,377,0),(44757,13,377,0),(44758,14,377,0),(44759,15,377,0),(44760,16,377,0),(44761,17,377,0),(44762,18,377,0),(44763,19,377,0),(44764,20,377,0),(44765,21,377,0),(44766,22,377,0),(44767,23,377,0),(44768,24,377,0),(44769,25,377,0),(44770,26,377,0),(44771,27,377,0),(44772,28,377,0),(44773,29,377,0),(44774,30,377,0),(44775,31,377,0),(44776,32,377,0),(44777,33,377,0),(44778,34,377,0),(44779,35,377,0),(44780,36,377,0),(44781,37,377,0),(44782,38,377,0),(44783,39,377,0),(44784,40,377,0),(44785,41,377,0),(44786,42,377,0),(44787,43,377,0),(44788,44,377,0),(44789,45,377,0.0443156351165289),(44790,46,377,0),(44791,47,377,0),(44792,48,377,0),(44793,49,377,0),(44794,50,377,0),(44795,51,377,0),(44796,52,377,0),(44797,53,377,0),(44798,54,377,0),(44799,55,377,0),(44800,56,377,0),(44801,57,377,0),(44802,58,377,0),(44803,59,377,0),(44804,60,377,0),(44805,61,377,0),(44806,62,377,0),(44807,63,377,0),(44808,64,377,0),(44809,65,377,0),(44810,66,377,0),(44811,67,377,0),(44812,68,377,0),(44813,69,377,0),(44814,70,377,0),(44815,71,377,0),(44816,72,377,0),(44817,73,377,0),(44818,74,377,0),(44819,75,377,0),(44820,76,377,0),(44821,77,377,0),(44822,78,377,0),(44823,79,377,0),(44824,80,377,0),(44825,81,377,0),(44826,82,377,0),(44827,83,377,0),(44828,84,377,0),(44829,85,377,0),(44830,86,377,0),(44831,87,377,0),(44832,88,377,0),(44833,89,377,0),(44834,90,377,0),(44835,91,377,0),(44836,92,377,0),(44837,93,377,0),(44838,94,377,0),(44839,95,377,0),(44840,96,377,0),(44841,97,377,0),(44842,98,377,0),(44843,99,377,0),(44844,100,377,0),(44845,101,377,0),(44846,102,377,0),(44847,103,377,0),(44848,104,377,0),(44849,105,377,0),(44850,106,377,0),(44851,107,377,0),(44852,108,377,0),(44853,109,377,0),(44854,110,377,0),(44855,111,377,0),(44856,112,377,0),(44857,113,377,0),(44858,114,377,0),(44859,115,377,0),(44860,116,377,0),(44861,117,377,0),(44862,118,377,0),(44863,119,377,0),(44864,1,378,0),(44865,2,378,0),(44866,3,378,0),(44867,4,378,0),(44868,5,378,0),(44869,6,378,0),(44870,7,378,0),(44871,8,378,0),(44872,9,378,0),(44873,10,378,0),(44874,11,378,0),(44875,12,378,0),(44876,13,378,0),(44877,14,378,0),(44878,15,378,0),(44879,16,378,0),(44880,17,378,0),(44881,18,378,0),(44882,19,378,0),(44883,20,378,0),(44884,21,378,0),(44885,22,378,0),(44886,23,378,0),(44887,24,378,0),(44888,25,378,0),(44889,26,378,0),(44890,27,378,0),(44891,28,378,0),(44892,29,378,0),(44893,30,378,0),(44894,31,378,0),(44895,32,378,0),(44896,33,378,0),(44897,34,378,0),(44898,35,378,0),(44899,36,378,0),(44900,37,378,0),(44901,38,378,0),(44902,39,378,0),(44903,40,378,0),(44904,41,378,0),(44905,42,378,0),(44906,43,378,0),(44907,44,378,0),(44908,45,378,0.119892351258066),(44909,46,378,0),(44910,47,378,0),(44911,48,378,0),(44912,49,378,0),(44913,50,378,0),(44914,51,378,0),(44915,52,378,0),(44916,53,378,0),(44917,54,378,0),(44918,55,378,0),(44919,56,378,0),(44920,57,378,0),(44921,58,378,0),(44922,59,378,0),(44923,60,378,0),(44924,61,378,0),(44925,62,378,0),(44926,63,378,0),(44927,64,378,0),(44928,65,378,0),(44929,66,378,0),(44930,67,378,0),(44931,68,378,0),(44932,69,378,0),(44933,70,378,0),(44934,71,378,0),(44935,72,378,0),(44936,73,378,0),(44937,74,378,0),(44938,75,378,0),(44939,76,378,0),(44940,77,378,0),(44941,78,378,0),(44942,79,378,0),(44943,80,378,0),(44944,81,378,0),(44945,82,378,0),(44946,83,378,0),(44947,84,378,0),(44948,85,378,0),(44949,86,378,0),(44950,87,378,0),(44951,88,378,0),(44952,89,378,0),(44953,90,378,0),(44954,91,378,0),(44955,92,378,0),(44956,93,378,0),(44957,94,378,0),(44958,95,378,0),(44959,96,378,0),(44960,97,378,0),(44961,98,378,0),(44962,99,378,0),(44963,100,378,0),(44964,101,378,0),(44965,102,378,0),(44966,103,378,0),(44967,104,378,0),(44968,105,378,0),(44969,106,378,0),(44970,107,378,0),(44971,108,378,0),(44972,109,378,0),(44973,110,378,0),(44974,111,378,0),(44975,112,378,0),(44976,113,378,0),(44977,114,378,0),(44978,115,378,0),(44979,116,378,0),(44980,117,378,0),(44981,118,378,0),(44982,119,378,0),(44983,1,379,0),(44984,2,379,0),(44985,3,379,0),(44986,4,379,0),(44987,5,379,0),(44988,6,379,0),(44989,7,379,0),(44990,8,379,0),(44991,9,379,0),(44992,10,379,0),(44993,11,379,0),(44994,12,379,0),(44995,13,379,0),(44996,14,379,0),(44997,15,379,0),(44998,16,379,0),(44999,17,379,0),(45000,18,379,0),(45001,19,379,0),(45002,20,379,0),(45003,21,379,0),(45004,22,379,0),(45005,23,379,0),(45006,24,379,0),(45007,25,379,0),(45008,26,379,0),(45009,27,379,0),(45010,28,379,0),(45011,29,379,0),(45012,30,379,0),(45013,31,379,0),(45014,32,379,0),(45015,33,379,0),(45016,34,379,0),(45017,35,379,0),(45018,36,379,0),(45019,37,379,0),(45020,38,379,0),(45021,39,379,0),(45022,40,379,0),(45023,41,379,0),(45024,42,379,0),(45025,43,379,0),(45026,44,379,0),(45027,45,379,0.140361194063009),(45028,46,379,0),(45029,47,379,0),(45030,48,379,0),(45031,49,379,0),(45032,50,379,0),(45033,51,379,0),(45034,52,379,0),(45035,53,379,0),(45036,54,379,0),(45037,55,379,0),(45038,56,379,0),(45039,57,379,0),(45040,58,379,0),(45041,59,379,0),(45042,60,379,0),(45043,61,379,0),(45044,62,379,0),(45045,63,379,0),(45046,64,379,0),(45047,65,379,0),(45048,66,379,0),(45049,67,379,0),(45050,68,379,0),(45051,69,379,0),(45052,70,379,0),(45053,71,379,0),(45054,72,379,0),(45055,73,379,0),(45056,74,379,0),(45057,75,379,0),(45058,76,379,0),(45059,77,379,0),(45060,78,379,0),(45061,79,379,0),(45062,80,379,0),(45063,81,379,0),(45064,82,379,0),(45065,83,379,0),(45066,84,379,0),(45067,85,379,0),(45068,86,379,0),(45069,87,379,0),(45070,88,379,0),(45071,89,379,0),(45072,90,379,0),(45073,91,379,0),(45074,92,379,0),(45075,93,379,0),(45076,94,379,0),(45077,95,379,0),(45078,96,379,0),(45079,97,379,0),(45080,98,379,0),(45081,99,379,0),(45082,100,379,0),(45083,101,379,0),(45084,102,379,0),(45085,103,379,0),(45086,104,379,0),(45087,105,379,0),(45088,106,379,0),(45089,107,379,0),(45090,108,379,0),(45091,109,379,0),(45092,110,379,0),(45093,111,379,0),(45094,112,379,0),(45095,113,379,0),(45096,114,379,0),(45097,115,379,0),(45098,116,379,0),(45099,117,379,0),(45100,118,379,0),(45101,119,379,0),(45102,1,380,0),(45103,2,380,0),(45104,3,380,0),(45105,4,380,0),(45106,5,380,0),(45107,6,380,0),(45108,7,380,0),(45109,8,380,0),(45110,9,380,0),(45111,10,380,0),(45112,11,380,0),(45113,12,380,0),(45114,13,380,0),(45115,14,380,0),(45116,15,380,0),(45117,16,380,0),(45118,17,380,0),(45119,18,380,0),(45120,19,380,0),(45121,20,380,0),(45122,21,380,0),(45123,22,380,0),(45124,23,380,0),(45125,24,380,0),(45126,25,380,0),(45127,26,380,0),(45128,27,380,0),(45129,28,380,0),(45130,29,380,0),(45131,30,380,0),(45132,31,380,0),(45133,32,380,0),(45134,33,380,0),(45135,34,380,0),(45136,35,380,0),(45137,36,380,0),(45138,37,380,0),(45139,38,380,0),(45140,39,380,0),(45141,40,380,0),(45142,41,380,0),(45143,42,380,0),(45144,43,380,0),(45145,44,380,0),(45146,45,380,0.166630012199269),(45147,46,380,0),(45148,47,380,0),(45149,48,380,0),(45150,49,380,0),(45151,50,380,0),(45152,51,380,0),(45153,52,380,0),(45154,53,380,0),(45155,54,380,0),(45156,55,380,0),(45157,56,380,0),(45158,57,380,0),(45159,58,380,0),(45160,59,380,0),(45161,60,380,0),(45162,61,380,0),(45163,62,380,0),(45164,63,380,0),(45165,64,380,0),(45166,65,380,0),(45167,66,380,0),(45168,67,380,0),(45169,68,380,0),(45170,69,380,0),(45171,70,380,0),(45172,71,380,0),(45173,72,380,0),(45174,73,380,0),(45175,74,380,0),(45176,75,380,0),(45177,76,380,0),(45178,77,380,0),(45179,78,380,0),(45180,79,380,0),(45181,80,380,0),(45182,81,380,0),(45183,82,380,0),(45184,83,380,0),(45185,84,380,0),(45186,85,380,0),(45187,86,380,0),(45188,87,380,0),(45189,88,380,0),(45190,89,380,0),(45191,90,380,0),(45192,91,380,0),(45193,92,380,0),(45194,93,380,0),(45195,94,380,0),(45196,95,380,0),(45197,96,380,0),(45198,97,380,0),(45199,98,380,0),(45200,99,380,0),(45201,100,380,0),(45202,101,380,0),(45203,102,380,0),(45204,103,380,0),(45205,104,380,0),(45206,105,380,0),(45207,106,380,0),(45208,107,380,0),(45209,108,380,0),(45210,109,380,0),(45211,110,380,0),(45212,111,380,0),(45213,112,380,0),(45214,113,380,0),(45215,114,380,0),(45216,115,380,0),(45217,116,380,0),(45218,117,380,0),(45219,118,380,0),(45220,119,380,0),(45221,1,381,0),(45222,2,381,0),(45223,3,381,0),(45224,4,381,0),(45225,5,381,0),(45226,6,381,0),(45227,7,381,0),(45228,8,381,0),(45229,9,381,0),(45230,10,381,0),(45231,11,381,0),(45232,12,381,0),(45233,13,381,0),(45234,14,381,0),(45235,15,381,0),(45236,16,381,0),(45237,17,381,0),(45238,18,381,0),(45239,19,381,0),(45240,20,381,0),(45241,21,381,0),(45242,22,381,0),(45243,23,381,0),(45244,24,381,0),(45245,25,381,0),(45246,26,381,0),(45247,27,381,0),(45248,28,381,0),(45249,29,381,0),(45250,30,381,0),(45251,31,381,0),(45252,32,381,0),(45253,33,381,0),(45254,34,381,0),(45255,35,381,0),(45256,36,381,0),(45257,37,381,0),(45258,38,381,0),(45259,39,381,0),(45260,40,381,0),(45261,41,381,0),(45262,42,381,0),(45263,43,381,0),(45264,44,381,0),(45265,45,381,0.166428022295975),(45266,46,381,0),(45267,47,381,0),(45268,48,381,0),(45269,49,381,0),(45270,50,381,0),(45271,51,381,0),(45272,52,381,0),(45273,53,381,0),(45274,54,381,0),(45275,55,381,0),(45276,56,381,0),(45277,57,381,0),(45278,58,381,0),(45279,59,381,0),(45280,60,381,0),(45281,61,381,0),(45282,62,381,0),(45283,63,381,0),(45284,64,381,0),(45285,65,381,0),(45286,66,381,0),(45287,67,381,0),(45288,68,381,0),(45289,69,381,0),(45290,70,381,0),(45291,71,381,0),(45292,72,381,0),(45293,73,381,0),(45294,74,381,0),(45295,75,381,0),(45296,76,381,0),(45297,77,381,0),(45298,78,381,0),(45299,79,381,0),(45300,80,381,0),(45301,81,381,0),(45302,82,381,0),(45303,83,381,0),(45304,84,381,0),(45305,85,381,0),(45306,86,381,0),(45307,87,381,0),(45308,88,381,0),(45309,89,381,0),(45310,90,381,0),(45311,91,381,0),(45312,92,381,0),(45313,93,381,0),(45314,94,381,0),(45315,95,381,0),(45316,96,381,0),(45317,97,381,0),(45318,98,381,0),(45319,99,381,0),(45320,100,381,0),(45321,101,381,0),(45322,102,381,0),(45323,103,381,0),(45324,104,381,0),(45325,105,381,0),(45326,106,381,0),(45327,107,381,0),(45328,108,381,0),(45329,109,381,0),(45330,110,381,0),(45331,111,381,0),(45332,112,381,0),(45333,113,381,0),(45334,114,381,0),(45335,115,381,0),(45336,116,381,0),(45337,117,381,0),(45338,118,381,0),(45339,119,381,0),(45340,1,382,0),(45341,2,382,0),(45342,3,382,0),(45343,4,382,0),(45344,5,382,0),(45345,6,382,0),(45346,7,382,0),(45347,8,382,0),(45348,9,382,0),(45349,10,382,0),(45350,11,382,0),(45351,12,382,0),(45352,13,382,0),(45353,14,382,0),(45354,15,382,0),(45355,16,382,0),(45356,17,382,0),(45357,18,382,0),(45358,19,382,0),(45359,20,382,0),(45360,21,382,0),(45361,22,382,0),(45362,23,382,0),(45363,24,382,0),(45364,25,382,0),(45365,26,382,0),(45366,27,382,0),(45367,28,382,0),(45368,29,382,0),(45369,30,382,0),(45370,31,382,0),(45371,32,382,0),(45372,33,382,0),(45373,34,382,0),(45374,35,382,0),(45375,36,382,0),(45376,37,382,0),(45377,38,382,0),(45378,39,382,0),(45379,40,382,0),(45380,41,382,0),(45381,42,382,0),(45382,43,382,0),(45383,44,382,0),(45384,45,382,0.226338274102394),(45385,46,382,0),(45386,47,382,0),(45387,48,382,0),(45388,49,382,0),(45389,50,382,0),(45390,51,382,0),(45391,52,382,0),(45392,53,382,0),(45393,54,382,0),(45394,55,382,0),(45395,56,382,0),(45396,57,382,0),(45397,58,382,0),(45398,59,382,0),(45399,60,382,0),(45400,61,382,0),(45401,62,382,0),(45402,63,382,0),(45403,64,382,0),(45404,65,382,0),(45405,66,382,0),(45406,67,382,0),(45407,68,382,0),(45408,69,382,0),(45409,70,382,0),(45410,71,382,0),(45411,72,382,0),(45412,73,382,0),(45413,74,382,0),(45414,75,382,0),(45415,76,382,0),(45416,77,382,0),(45417,78,382,0),(45418,79,382,0),(45419,80,382,0),(45420,81,382,0),(45421,82,382,0),(45422,83,382,0),(45423,84,382,0),(45424,85,382,0),(45425,86,382,0),(45426,87,382,0),(45427,88,382,0),(45428,89,382,0),(45429,90,382,0),(45430,91,382,0),(45431,92,382,0),(45432,93,382,0),(45433,94,382,0),(45434,95,382,0),(45435,96,382,0),(45436,97,382,0),(45437,98,382,0),(45438,99,382,0),(45439,100,382,0),(45440,101,382,0),(45441,102,382,0),(45442,103,382,0),(45443,104,382,0),(45444,105,382,0),(45445,106,382,0),(45446,107,382,0),(45447,108,382,0),(45448,109,382,0),(45449,110,382,0),(45450,111,382,0),(45451,112,382,0),(45452,113,382,0),(45453,114,382,0),(45454,115,382,0),(45455,116,382,0),(45456,117,382,0),(45457,118,382,0),(45458,119,382,0),(45459,1,383,0),(45460,2,383,0),(45461,3,383,0),(45462,4,383,0),(45463,5,383,0),(45464,6,383,0),(45465,7,383,0),(45466,8,383,0),(45467,9,383,0),(45468,10,383,0),(45469,11,383,0),(45470,12,383,0),(45471,13,383,0),(45472,14,383,0),(45473,15,383,0),(45474,16,383,0),(45475,17,383,0),(45476,18,383,0),(45477,19,383,0),(45478,20,383,0),(45479,21,383,0),(45480,22,383,0),(45481,23,383,0),(45482,24,383,0),(45483,25,383,0),(45484,26,383,0),(45485,27,383,0),(45486,28,383,0),(45487,29,383,0),(45488,30,383,0),(45489,31,383,0),(45490,32,383,0),(45491,33,383,0),(45492,34,383,0),(45493,35,383,0),(45494,36,383,0),(45495,37,383,0),(45496,38,383,0),(45497,39,383,0),(45498,40,383,0),(45499,41,383,0),(45500,42,383,0),(45501,43,383,0),(45502,44,383,0),(45503,45,383,0.0616455030102954),(45504,46,383,0),(45505,47,383,0),(45506,48,383,0),(45507,49,383,0),(45508,50,383,0),(45509,51,383,0),(45510,52,383,0),(45511,53,383,0),(45512,54,383,0),(45513,55,383,0),(45514,56,383,0),(45515,57,383,0),(45516,58,383,0),(45517,59,383,0),(45518,60,383,0),(45519,61,383,0),(45520,62,383,0),(45521,63,383,0),(45522,64,383,0),(45523,65,383,0),(45524,66,383,0),(45525,67,383,0),(45526,68,383,0),(45527,69,383,0),(45528,70,383,0),(45529,71,383,0),(45530,72,383,0),(45531,73,383,0),(45532,74,383,0),(45533,75,383,0),(45534,76,383,0),(45535,77,383,0),(45536,78,383,0),(45537,79,383,0),(45538,80,383,0),(45539,81,383,0),(45540,82,383,0),(45541,83,383,0),(45542,84,383,0),(45543,85,383,0),(45544,86,383,0),(45545,87,383,0),(45546,88,383,0),(45547,89,383,0),(45548,90,383,0),(45549,91,383,0),(45550,92,383,0),(45551,93,383,0),(45552,94,383,0),(45553,95,383,0),(45554,96,383,0),(45555,97,383,0),(45556,98,383,0),(45557,99,383,0),(45558,100,383,0),(45559,101,383,0),(45560,102,383,0),(45561,103,383,0),(45562,104,383,0),(45563,105,383,0),(45564,106,383,0),(45565,107,383,0),(45566,108,383,0),(45567,109,383,0),(45568,110,383,0),(45569,111,383,0),(45570,112,383,0),(45571,113,383,0),(45572,114,383,0),(45573,115,383,0),(45574,116,383,0),(45575,117,383,0),(45576,118,383,0),(45577,119,383,0),(45578,1,384,0),(45579,2,384,0),(45580,3,384,0),(45581,4,384,0),(45582,5,384,0),(45583,6,384,0),(45584,7,384,0),(45585,8,384,0),(45586,9,384,0),(45587,10,384,0),(45588,11,384,0),(45589,12,384,0),(45590,13,384,0),(45591,14,384,0),(45592,15,384,0),(45593,16,384,0),(45594,17,384,0),(45595,18,384,0),(45596,19,384,0),(45597,20,384,0),(45598,21,384,0),(45599,22,384,0),(45600,23,384,0),(45601,24,384,0),(45602,25,384,0),(45603,26,384,0),(45604,27,384,0),(45605,28,384,0),(45606,29,384,0),(45607,30,384,0),(45608,31,384,0),(45609,32,384,0),(45610,33,384,0),(45611,34,384,0),(45612,35,384,0),(45613,36,384,0),(45614,37,384,0),(45615,38,384,0),(45616,39,384,0),(45617,40,384,0),(45618,41,384,0),(45619,42,384,0),(45620,43,384,0),(45621,44,384,0),(45622,45,384,0.118704643070991),(45623,46,384,0),(45624,47,384,0),(45625,48,384,0),(45626,49,384,0),(45627,50,384,0),(45628,51,384,0),(45629,52,384,0),(45630,53,384,0),(45631,54,384,0),(45632,55,384,0),(45633,56,384,0),(45634,57,384,0),(45635,58,384,0),(45636,59,384,0),(45637,60,384,0),(45638,61,384,0),(45639,62,384,0),(45640,63,384,0),(45641,64,384,0),(45642,65,384,0),(45643,66,384,0),(45644,67,384,0),(45645,68,384,0),(45646,69,384,0),(45647,70,384,0),(45648,71,384,0),(45649,72,384,0),(45650,73,384,0),(45651,74,384,0),(45652,75,384,0),(45653,76,384,0),(45654,77,384,0),(45655,78,384,0),(45656,79,384,0),(45657,80,384,0),(45658,81,384,0),(45659,82,384,0),(45660,83,384,0),(45661,84,384,0),(45662,85,384,0),(45663,86,384,0),(45664,87,384,0),(45665,88,384,0),(45666,89,384,0),(45667,90,384,0),(45668,91,384,0),(45669,92,384,0),(45670,93,384,0),(45671,94,384,0),(45672,95,384,0),(45673,96,384,0),(45674,97,384,0),(45675,98,384,0),(45676,99,384,0),(45677,100,384,0),(45678,101,384,0),(45679,102,384,0),(45680,103,384,0),(45681,104,384,0),(45682,105,384,0),(45683,106,384,0),(45684,107,384,0),(45685,108,384,0),(45686,109,384,0),(45687,110,384,0),(45688,111,384,0),(45689,112,384,0),(45690,113,384,0),(45691,114,384,0),(45692,115,384,0),(45693,116,384,0),(45694,117,384,0),(45695,118,384,0),(45696,119,384,0),(45697,1,385,0),(45698,2,385,0),(45699,3,385,0),(45700,4,385,0),(45701,5,385,0),(45702,6,385,0),(45703,7,385,0),(45704,8,385,0),(45705,9,385,0),(45706,10,385,0),(45707,11,385,0),(45708,12,385,0),(45709,13,385,0),(45710,14,385,0),(45711,15,385,0),(45712,16,385,0),(45713,17,385,0),(45714,18,385,0),(45715,19,385,0),(45716,20,385,0),(45717,21,385,0),(45718,22,385,0),(45719,23,385,0),(45720,24,385,0),(45721,25,385,0),(45722,26,385,0),(45723,27,385,0),(45724,28,385,0),(45725,29,385,0),(45726,30,385,0),(45727,31,385,0),(45728,32,385,0),(45729,33,385,0),(45730,34,385,0),(45731,35,385,0),(45732,36,385,0),(45733,37,385,0),(45734,38,385,0),(45735,39,385,0),(45736,40,385,0),(45737,41,385,0),(45738,42,385,0),(45739,43,385,0),(45740,44,385,0),(45741,45,385,0),(45742,46,385,0.5),(45743,47,385,0),(45744,48,385,0),(45745,49,385,0),(45746,50,385,0),(45747,51,385,0),(45748,52,385,0),(45749,53,385,0),(45750,54,385,0),(45751,55,385,0),(45752,56,385,0),(45753,57,385,0),(45754,58,385,0),(45755,59,385,0),(45756,60,385,0),(45757,61,385,0),(45758,62,385,0),(45759,63,385,0),(45760,64,385,0),(45761,65,385,0),(45762,66,385,0),(45763,67,385,0),(45764,68,385,0),(45765,69,385,0),(45766,70,385,0),(45767,71,385,0),(45768,72,385,0),(45769,73,385,0),(45770,74,385,0),(45771,75,385,0),(45772,76,385,0),(45773,77,385,0),(45774,78,385,0),(45775,79,385,0),(45776,80,385,0),(45777,81,385,0),(45778,82,385,0),(45779,83,385,0),(45780,84,385,0),(45781,85,385,0),(45782,86,385,0),(45783,87,385,0),(45784,88,385,0),(45785,89,385,0),(45786,90,385,0),(45787,91,385,0),(45788,92,385,0),(45789,93,385,0),(45790,94,385,0),(45791,95,385,0),(45792,96,385,0),(45793,97,385,0),(45794,98,385,0),(45795,99,385,0),(45796,100,385,0),(45797,101,385,0),(45798,102,385,0),(45799,103,385,0),(45800,104,385,0),(45801,105,385,0),(45802,106,385,0),(45803,107,385,0),(45804,108,385,0),(45805,109,385,0),(45806,110,385,0),(45807,111,385,0),(45808,112,385,0),(45809,113,385,0),(45810,114,385,0),(45811,115,385,0),(45812,116,385,0),(45813,117,385,0),(45814,118,385,0),(45815,119,385,0),(45816,1,386,0),(45817,2,386,0),(45818,3,386,0),(45819,4,386,0),(45820,5,386,0),(45821,6,386,0),(45822,7,386,0),(45823,8,386,0),(45824,9,386,0),(45825,10,386,0),(45826,11,386,0),(45827,12,386,0),(45828,13,386,0),(45829,14,386,0),(45830,15,386,0),(45831,16,386,0),(45832,17,386,0),(45833,18,386,0),(45834,19,386,0),(45835,20,386,0),(45836,21,386,0),(45837,22,386,0),(45838,23,386,0),(45839,24,386,0),(45840,25,386,0),(45841,26,386,0),(45842,27,386,0),(45843,28,386,0),(45844,29,386,0),(45845,30,386,0),(45846,31,386,0),(45847,32,386,0),(45848,33,386,0),(45849,34,386,0),(45850,35,386,0),(45851,36,386,0),(45852,37,386,0),(45853,38,386,0),(45854,39,386,0),(45855,40,386,0),(45856,41,386,0),(45857,42,386,0),(45858,43,386,0),(45859,44,386,0),(45860,45,386,0),(45861,46,386,0.608237129872148),(45862,47,386,0),(45863,48,386,0),(45864,49,386,0),(45865,50,386,0),(45866,51,386,0),(45867,52,386,0),(45868,53,386,0),(45869,54,386,0),(45870,55,386,0),(45871,56,386,0),(45872,57,386,0),(45873,58,386,0),(45874,59,386,0),(45875,60,386,0),(45876,61,386,0),(45877,62,386,0),(45878,63,386,0),(45879,64,386,0),(45880,65,386,0),(45881,66,386,0),(45882,67,386,0),(45883,68,386,0),(45884,69,386,0),(45885,70,386,0),(45886,71,386,0),(45887,72,386,0),(45888,73,386,0),(45889,74,386,0),(45890,75,386,0),(45891,76,386,0),(45892,77,386,0),(45893,78,386,0),(45894,79,386,0),(45895,80,386,0),(45896,81,386,0),(45897,82,386,0),(45898,83,386,0),(45899,84,386,0),(45900,85,386,0),(45901,86,386,0),(45902,87,386,0),(45903,88,386,0),(45904,89,386,0),(45905,90,386,0),(45906,91,386,0),(45907,92,386,0),(45908,93,386,0),(45909,94,386,0),(45910,95,386,0),(45911,96,386,0),(45912,97,386,0),(45913,98,386,0),(45914,99,386,0),(45915,100,386,0),(45916,101,386,0),(45917,102,386,0),(45918,103,386,0),(45919,104,386,0),(45920,105,386,0),(45921,106,386,0),(45922,107,386,0),(45923,108,386,0),(45924,109,386,0),(45925,110,386,0),(45926,111,386,0),(45927,112,386,0),(45928,113,386,0),(45929,114,386,0),(45930,115,386,0),(45931,116,386,0),(45932,117,386,0),(45933,118,386,0),(45934,119,386,0),(45935,1,387,0),(45936,2,387,0),(45937,3,387,0),(45938,4,387,0),(45939,5,387,0),(45940,6,387,0),(45941,7,387,0),(45942,8,387,0),(45943,9,387,0),(45944,10,387,0),(45945,11,387,0),(45946,12,387,0),(45947,13,387,0),(45948,14,387,0),(45949,15,387,0),(45950,16,387,0),(45951,17,387,0),(45952,18,387,0),(45953,19,387,0),(45954,20,387,0),(45955,21,387,0),(45956,22,387,0),(45957,23,387,0),(45958,24,387,0),(45959,25,387,0),(45960,26,387,0),(45961,27,387,0),(45962,28,387,0),(45963,29,387,0),(45964,30,387,0),(45965,31,387,0),(45966,32,387,0),(45967,33,387,0),(45968,34,387,0),(45969,35,387,0),(45970,36,387,0),(45971,37,387,0),(45972,38,387,0),(45973,39,387,0),(45974,40,387,0),(45975,41,387,0),(45976,42,387,0),(45977,43,387,0),(45978,44,387,0),(45979,45,387,0),(45980,46,387,0.191762870127852),(45981,47,387,0),(45982,48,387,0),(45983,49,387,0),(45984,50,387,0),(45985,51,387,0),(45986,52,387,0),(45987,53,387,0),(45988,54,387,0),(45989,55,387,0),(45990,56,387,0),(45991,57,387,0),(45992,58,387,0),(45993,59,387,0),(45994,60,387,0),(45995,61,387,0),(45996,62,387,0),(45997,63,387,0),(45998,64,387,0),(45999,65,387,0),(46000,66,387,0),(46001,67,387,0),(46002,68,387,0),(46003,69,387,0),(46004,70,387,0),(46005,71,387,0),(46006,72,387,0),(46007,73,387,0),(46008,74,387,0),(46009,75,387,0),(46010,76,387,0),(46011,77,387,0),(46012,78,387,0),(46013,79,387,0),(46014,80,387,0),(46015,81,387,0),(46016,82,387,0),(46017,83,387,0),(46018,84,387,0),(46019,85,387,0),(46020,86,387,0),(46021,87,387,0),(46022,88,387,0),(46023,89,387,0),(46024,90,387,0),(46025,91,387,0),(46026,92,387,0),(46027,93,387,0),(46028,94,387,0),(46029,95,387,0),(46030,96,387,0),(46031,97,387,0),(46032,98,387,0),(46033,99,387,0),(46034,100,387,0),(46035,101,387,0),(46036,102,387,0),(46037,103,387,0),(46038,104,387,0),(46039,105,387,0),(46040,106,387,0),(46041,107,387,0),(46042,108,387,0),(46043,109,387,0),(46044,110,387,0),(46045,111,387,0),(46046,112,387,0),(46047,113,387,0),(46048,114,387,0),(46049,115,387,0),(46050,116,387,0),(46051,117,387,0),(46052,118,387,0),(46053,119,387,0),(46054,1,388,0),(46055,2,388,0),(46056,3,388,0),(46057,4,388,0),(46058,5,388,0),(46059,6,388,0),(46060,7,388,0),(46061,8,388,0),(46062,9,388,0),(46063,10,388,0),(46064,11,388,0),(46065,12,388,0),(46066,13,388,0),(46067,14,388,0),(46068,15,388,0),(46069,16,388,0),(46070,17,388,0),(46071,18,388,0),(46072,19,388,0),(46073,20,388,0),(46074,21,388,0),(46075,22,388,0),(46076,23,388,0),(46077,24,388,0),(46078,25,388,0),(46079,26,388,0),(46080,27,388,0),(46081,28,388,0),(46082,29,388,0),(46083,30,388,0),(46084,31,388,0),(46085,32,388,0),(46086,33,388,0),(46087,34,388,0),(46088,35,388,0),(46089,36,388,0),(46090,37,388,0),(46091,38,388,0),(46092,39,388,0),(46093,40,388,0),(46094,41,388,0),(46095,42,388,0),(46096,43,388,0),(46097,44,388,0),(46098,45,388,0),(46099,46,388,0.322960300154178),(46100,47,388,0),(46101,48,388,0),(46102,49,388,0),(46103,50,388,0),(46104,51,388,0),(46105,52,388,0),(46106,53,388,0),(46107,54,388,0),(46108,55,388,0),(46109,56,388,0),(46110,57,388,0),(46111,58,388,0),(46112,59,388,0),(46113,60,388,0),(46114,61,388,0),(46115,62,388,0),(46116,63,388,0),(46117,64,388,0),(46118,65,388,0),(46119,66,388,0),(46120,67,388,0),(46121,68,388,0),(46122,69,388,0),(46123,70,388,0),(46124,71,388,0),(46125,72,388,0),(46126,73,388,0),(46127,74,388,0),(46128,75,388,0),(46129,76,388,0),(46130,77,388,0),(46131,78,388,0),(46132,79,388,0),(46133,80,388,0),(46134,81,388,0),(46135,82,388,0),(46136,83,388,0),(46137,84,388,0),(46138,85,388,0),(46139,86,388,0),(46140,87,388,0),(46141,88,388,0),(46142,89,388,0),(46143,90,388,0),(46144,91,388,0),(46145,92,388,0),(46146,93,388,0),(46147,94,388,0),(46148,95,388,0),(46149,96,388,0),(46150,97,388,0),(46151,98,388,0),(46152,99,388,0),(46153,100,388,0),(46154,101,388,0),(46155,102,388,0),(46156,103,388,0),(46157,104,388,0),(46158,105,388,0),(46159,106,388,0),(46160,107,388,0),(46161,108,388,0),(46162,109,388,0),(46163,110,388,0),(46164,111,388,0),(46165,112,388,0),(46166,113,388,0),(46167,114,388,0),(46168,115,388,0),(46169,116,388,0),(46170,117,388,0),(46171,118,388,0),(46172,119,388,0),(46173,1,389,0),(46174,2,389,0),(46175,3,389,0),(46176,4,389,0),(46177,5,389,0),(46178,6,389,0),(46179,7,389,0),(46180,8,389,0),(46181,9,389,0),(46182,10,389,0),(46183,11,389,0),(46184,12,389,0),(46185,13,389,0),(46186,14,389,0),(46187,15,389,0),(46188,16,389,0),(46189,17,389,0),(46190,18,389,0),(46191,19,389,0),(46192,20,389,0),(46193,21,389,0),(46194,22,389,0),(46195,23,389,0),(46196,24,389,0),(46197,25,389,0),(46198,26,389,0),(46199,27,389,0),(46200,28,389,0),(46201,29,389,0),(46202,30,389,0),(46203,31,389,0),(46204,32,389,0),(46205,33,389,0),(46206,34,389,0),(46207,35,389,0),(46208,36,389,0),(46209,37,389,0),(46210,38,389,0),(46211,39,389,0),(46212,40,389,0),(46213,41,389,0),(46214,42,389,0),(46215,43,389,0),(46216,44,389,0),(46217,45,389,0),(46218,46,389,0.677039699845822),(46219,47,389,0),(46220,48,389,0),(46221,49,389,0),(46222,50,389,0),(46223,51,389,0),(46224,52,389,0),(46225,53,389,0),(46226,54,389,0),(46227,55,389,0),(46228,56,389,0),(46229,57,389,0),(46230,58,389,0),(46231,59,389,0),(46232,60,389,0),(46233,61,389,0),(46234,62,389,0),(46235,63,389,0),(46236,64,389,0),(46237,65,389,0),(46238,66,389,0),(46239,67,389,0),(46240,68,389,0),(46241,69,389,0),(46242,70,389,0),(46243,71,389,0),(46244,72,389,0),(46245,73,389,0),(46246,74,389,0),(46247,75,389,0),(46248,76,389,0),(46249,77,389,0),(46250,78,389,0),(46251,79,389,0),(46252,80,389,0),(46253,81,389,0),(46254,82,389,0),(46255,83,389,0),(46256,84,389,0),(46257,85,389,0),(46258,86,389,0),(46259,87,389,0),(46260,88,389,0),(46261,89,389,0),(46262,90,389,0),(46263,91,389,0),(46264,92,389,0),(46265,93,389,0),(46266,94,389,0),(46267,95,389,0),(46268,96,389,0),(46269,97,389,0),(46270,98,389,0),(46271,99,389,0),(46272,100,389,0),(46273,101,389,0),(46274,102,389,0),(46275,103,389,0),(46276,104,389,0),(46277,105,389,0),(46278,106,389,0),(46279,107,389,0),(46280,108,389,0),(46281,109,389,0),(46282,110,389,0),(46283,111,389,0),(46284,112,389,0),(46285,113,389,0),(46286,114,389,0),(46287,115,389,0),(46288,116,389,0),(46289,117,389,0),(46290,118,389,0),(46291,119,389,0),(46292,1,390,0),(46293,2,390,0),(46294,3,390,0),(46295,4,390,0),(46296,5,390,0),(46297,6,390,0),(46298,7,390,0),(46299,8,390,0),(46300,9,390,0),(46301,10,390,0),(46302,11,390,0),(46303,12,390,0),(46304,13,390,0),(46305,14,390,0),(46306,15,390,0),(46307,16,390,0),(46308,17,390,0),(46309,18,390,0),(46310,19,390,0),(46311,20,390,0),(46312,21,390,0),(46313,22,390,0),(46314,23,390,0),(46315,24,390,0),(46316,25,390,0),(46317,26,390,0),(46318,27,390,0),(46319,28,390,0),(46320,29,390,0),(46321,30,390,0),(46322,31,390,0),(46323,32,390,0),(46324,33,390,0),(46325,34,390,0),(46326,35,390,0),(46327,36,390,0),(46328,37,390,0),(46329,38,390,0),(46330,39,390,0),(46331,40,390,0),(46332,41,390,0),(46333,42,390,0),(46334,43,390,0),(46335,44,390,0),(46336,45,390,0),(46337,46,390,0),(46338,47,390,0.00256748760855104),(46339,48,390,0),(46340,49,390,0),(46341,50,390,0),(46342,51,390,0),(46343,52,390,0),(46344,53,390,0),(46345,54,390,0),(46346,55,390,0),(46347,56,390,0),(46348,57,390,0),(46349,58,390,0),(46350,59,390,0),(46351,60,390,0),(46352,61,390,0),(46353,62,390,0),(46354,63,390,0),(46355,64,390,0),(46356,65,390,0),(46357,66,390,0),(46358,67,390,0),(46359,68,390,0),(46360,69,390,0),(46361,70,390,0),(46362,71,390,0),(46363,72,390,0),(46364,73,390,0),(46365,74,390,0),(46366,75,390,0),(46367,76,390,0),(46368,77,390,0),(46369,78,390,0),(46370,79,390,0),(46371,80,390,0),(46372,81,390,0),(46373,82,390,0),(46374,83,390,0),(46375,84,390,0),(46376,85,390,0),(46377,86,390,0),(46378,87,390,0),(46379,88,390,0),(46380,89,390,0),(46381,90,390,0),(46382,91,390,0),(46383,92,390,0),(46384,93,390,0),(46385,94,390,0),(46386,95,390,0),(46387,96,390,0),(46388,97,390,0),(46389,98,390,0),(46390,99,390,0),(46391,100,390,0),(46392,101,390,0),(46393,102,390,0),(46394,103,390,0),(46395,104,390,0),(46396,105,390,0),(46397,106,390,0),(46398,107,390,0),(46399,108,390,0),(46400,109,390,0),(46401,110,390,0),(46402,111,390,0),(46403,112,390,0),(46404,113,390,0),(46405,114,390,0),(46406,115,390,0),(46407,116,390,0),(46408,117,390,0),(46409,118,390,0),(46410,119,390,0),(46411,1,391,0),(46412,2,391,0),(46413,3,391,0),(46414,4,391,0),(46415,5,391,0),(46416,6,391,0),(46417,7,391,0),(46418,8,391,0),(46419,9,391,0),(46420,10,391,0),(46421,11,391,0),(46422,12,391,0),(46423,13,391,0),(46424,14,391,0),(46425,15,391,0),(46426,16,391,0),(46427,17,391,0),(46428,18,391,0),(46429,19,391,0),(46430,20,391,0),(46431,21,391,0),(46432,22,391,0),(46433,23,391,0),(46434,24,391,0),(46435,25,391,0),(46436,26,391,0),(46437,27,391,0),(46438,28,391,0),(46439,29,391,0),(46440,30,391,0),(46441,31,391,0),(46442,32,391,0),(46443,33,391,0),(46444,34,391,0),(46445,35,391,0),(46446,36,391,0),(46447,37,391,0),(46448,38,391,0),(46449,39,391,0),(46450,40,391,0),(46451,41,391,0),(46452,42,391,0),(46453,43,391,0),(46454,44,391,0),(46455,45,391,0),(46456,46,391,0),(46457,47,391,0.497432512391449),(46458,48,391,0),(46459,49,391,0),(46460,50,391,0),(46461,51,391,0),(46462,52,391,0),(46463,53,391,0),(46464,54,391,0),(46465,55,391,0),(46466,56,391,0),(46467,57,391,0),(46468,58,391,0),(46469,59,391,0),(46470,60,391,0),(46471,61,391,0),(46472,62,391,0),(46473,63,391,0),(46474,64,391,0),(46475,65,391,0),(46476,66,391,0),(46477,67,391,0),(46478,68,391,0),(46479,69,391,0),(46480,70,391,0),(46481,71,391,0),(46482,72,391,0),(46483,73,391,0),(46484,74,391,0),(46485,75,391,0),(46486,76,391,0),(46487,77,391,0),(46488,78,391,0),(46489,79,391,0),(46490,80,391,0),(46491,81,391,0),(46492,82,391,0),(46493,83,391,0),(46494,84,391,0),(46495,85,391,0),(46496,86,391,0),(46497,87,391,0),(46498,88,391,0),(46499,89,391,0),(46500,90,391,0),(46501,91,391,0),(46502,92,391,0),(46503,93,391,0),(46504,94,391,0),(46505,95,391,0),(46506,96,391,0),(46507,97,391,0),(46508,98,391,0),(46509,99,391,0),(46510,100,391,0),(46511,101,391,0),(46512,102,391,0),(46513,103,391,0),(46514,104,391,0),(46515,105,391,0),(46516,106,391,0),(46517,107,391,0),(46518,108,391,0),(46519,109,391,0),(46520,110,391,0),(46521,111,391,0),(46522,112,391,0),(46523,113,391,0),(46524,114,391,0),(46525,115,391,0),(46526,116,391,0),(46527,117,391,0),(46528,118,391,0),(46529,119,391,0),(46530,1,392,0),(46531,2,392,0),(46532,3,392,0),(46533,4,392,0),(46534,5,392,0),(46535,6,392,0),(46536,7,392,0),(46537,8,392,0),(46538,9,392,0),(46539,10,392,0),(46540,11,392,0),(46541,12,392,0),(46542,13,392,0),(46543,14,392,0),(46544,15,392,0),(46545,16,392,0),(46546,17,392,0),(46547,18,392,0),(46548,19,392,0),(46549,20,392,0),(46550,21,392,0),(46551,22,392,0),(46552,23,392,0),(46553,24,392,0),(46554,25,392,0),(46555,26,392,0),(46556,27,392,0),(46557,28,392,0),(46558,29,392,0),(46559,30,392,0),(46560,31,392,0),(46561,32,392,0),(46562,33,392,0),(46563,34,392,0),(46564,35,392,0),(46565,36,392,0),(46566,37,392,0),(46567,38,392,0),(46568,39,392,0),(46569,40,392,0),(46570,41,392,0),(46571,42,392,0),(46572,43,392,0),(46573,44,392,0),(46574,45,392,0),(46575,46,392,0),(46576,47,392,0.788076690578531),(46577,48,392,0),(46578,49,392,0),(46579,50,392,0),(46580,51,392,0),(46581,52,392,0),(46582,53,392,0),(46583,54,392,0),(46584,55,392,0),(46585,56,392,0),(46586,57,392,0),(46587,58,392,0),(46588,59,392,0),(46589,60,392,0),(46590,61,392,0),(46591,62,392,0),(46592,63,392,0),(46593,64,392,0),(46594,65,392,0),(46595,66,392,0),(46596,67,392,0),(46597,68,392,0),(46598,69,392,0),(46599,70,392,0),(46600,71,392,0),(46601,72,392,0),(46602,73,392,0),(46603,74,392,0),(46604,75,392,0),(46605,76,392,0),(46606,77,392,0),(46607,78,392,0),(46608,79,392,0),(46609,80,392,0),(46610,81,392,0),(46611,82,392,0),(46612,83,392,0),(46613,84,392,0),(46614,85,392,0),(46615,86,392,0),(46616,87,392,0),(46617,88,392,0),(46618,89,392,0),(46619,90,392,0),(46620,91,392,0),(46621,92,392,0),(46622,93,392,0),(46623,94,392,0),(46624,95,392,0),(46625,96,392,0),(46626,97,392,0),(46627,98,392,0),(46628,99,392,0),(46629,100,392,0),(46630,101,392,0),(46631,102,392,0),(46632,103,392,0),(46633,104,392,0),(46634,105,392,0),(46635,106,392,0),(46636,107,392,0),(46637,108,392,0),(46638,109,392,0),(46639,110,392,0),(46640,111,392,0),(46641,112,392,0),(46642,113,392,0),(46643,114,392,0),(46644,115,392,0),(46645,116,392,0),(46646,117,392,0),(46647,118,392,0),(46648,119,392,0),(46649,1,393,0),(46650,2,393,0),(46651,3,393,0),(46652,4,393,0),(46653,5,393,0),(46654,6,393,0),(46655,7,393,0),(46656,8,393,0),(46657,9,393,0),(46658,10,393,0),(46659,11,393,0),(46660,12,393,0),(46661,13,393,0),(46662,14,393,0),(46663,15,393,0),(46664,16,393,0),(46665,17,393,0),(46666,18,393,0),(46667,19,393,0),(46668,20,393,0),(46669,21,393,0),(46670,22,393,0),(46671,23,393,0),(46672,24,393,0),(46673,25,393,0),(46674,26,393,0),(46675,27,393,0),(46676,28,393,0),(46677,29,393,0),(46678,30,393,0),(46679,31,393,0),(46680,32,393,0),(46681,33,393,0),(46682,34,393,0),(46683,35,393,0),(46684,36,393,0),(46685,37,393,0),(46686,38,393,0),(46687,39,393,0),(46688,40,393,0),(46689,41,393,0),(46690,42,393,0),(46691,43,393,0),(46692,44,393,0),(46693,45,393,0),(46694,46,393,0),(46695,47,393,0.0119233094214691),(46696,48,393,0),(46697,49,393,0),(46698,50,393,0),(46699,51,393,0),(46700,52,393,0),(46701,53,393,0),(46702,54,393,0),(46703,55,393,0),(46704,56,393,0),(46705,57,393,0),(46706,58,393,0),(46707,59,393,0),(46708,60,393,0),(46709,61,393,0),(46710,62,393,0),(46711,63,393,0),(46712,64,393,0),(46713,65,393,0),(46714,66,393,0),(46715,67,393,0),(46716,68,393,0),(46717,69,393,0),(46718,70,393,0),(46719,71,393,0),(46720,72,393,0),(46721,73,393,0),(46722,74,393,0),(46723,75,393,0),(46724,76,393,0),(46725,77,393,0),(46726,78,393,0),(46727,79,393,0),(46728,80,393,0),(46729,81,393,0),(46730,82,393,0),(46731,83,393,0),(46732,84,393,0),(46733,85,393,0),(46734,86,393,0),(46735,87,393,0),(46736,88,393,0),(46737,89,393,0),(46738,90,393,0),(46739,91,393,0),(46740,92,393,0),(46741,93,393,0),(46742,94,393,0),(46743,95,393,0),(46744,96,393,0),(46745,97,393,0),(46746,98,393,0),(46747,99,393,0),(46748,100,393,0),(46749,101,393,0),(46750,102,393,0),(46751,103,393,0),(46752,104,393,0),(46753,105,393,0),(46754,106,393,0),(46755,107,393,0),(46756,108,393,0),(46757,109,393,0),(46758,110,393,0),(46759,111,393,0),(46760,112,393,0),(46761,113,393,0),(46762,114,393,0),(46763,115,393,0),(46764,116,393,0),(46765,117,393,0),(46766,118,393,0),(46767,119,393,0),(46768,1,394,0),(46769,2,394,0),(46770,3,394,0),(46771,4,394,0),(46772,5,394,0),(46773,6,394,0),(46774,7,394,0),(46775,8,394,0),(46776,9,394,0),(46777,10,394,0),(46778,11,394,0),(46779,12,394,0),(46780,13,394,0),(46781,14,394,0),(46782,15,394,0),(46783,16,394,0),(46784,17,394,0),(46785,18,394,0),(46786,19,394,0),(46787,20,394,0),(46788,21,394,0),(46789,22,394,0),(46790,23,394,0),(46791,24,394,0),(46792,25,394,0),(46793,26,394,0),(46794,27,394,0),(46795,28,394,0),(46796,29,394,0),(46797,30,394,0),(46798,31,394,0),(46799,32,394,0),(46800,33,394,0),(46801,34,394,0),(46802,35,394,0),(46803,36,394,0),(46804,37,394,0),(46805,38,394,0),(46806,39,394,0),(46807,40,394,0),(46808,41,394,0),(46809,42,394,0),(46810,43,394,0),(46811,44,394,0),(46812,45,394,0),(46813,46,394,0),(46814,47,394,0.772604634679291),(46815,48,394,0),(46816,49,394,0),(46817,50,394,0),(46818,51,394,0),(46819,52,394,0),(46820,53,394,0),(46821,54,394,0),(46822,55,394,0),(46823,56,394,0),(46824,57,394,0),(46825,58,394,0),(46826,59,394,0),(46827,60,394,0),(46828,61,394,0),(46829,62,394,0),(46830,63,394,0),(46831,64,394,0),(46832,65,394,0),(46833,66,394,0),(46834,67,394,0),(46835,68,394,0),(46836,69,394,0),(46837,70,394,0),(46838,71,394,0),(46839,72,394,0),(46840,73,394,0),(46841,74,394,0),(46842,75,394,0),(46843,76,394,0),(46844,77,394,0),(46845,78,394,0),(46846,79,394,0),(46847,80,394,0),(46848,81,394,0),(46849,82,394,0),(46850,83,394,0),(46851,84,394,0),(46852,85,394,0),(46853,86,394,0),(46854,87,394,0),(46855,88,394,0),(46856,89,394,0),(46857,90,394,0),(46858,91,394,0),(46859,92,394,0),(46860,93,394,0),(46861,94,394,0),(46862,95,394,0),(46863,96,394,0),(46864,97,394,0),(46865,98,394,0),(46866,99,394,0),(46867,100,394,0),(46868,101,394,0),(46869,102,394,0),(46870,103,394,0),(46871,104,394,0),(46872,105,394,0),(46873,106,394,0),(46874,107,394,0),(46875,108,394,0),(46876,109,394,0),(46877,110,394,0),(46878,111,394,0),(46879,112,394,0),(46880,113,394,0),(46881,114,394,0),(46882,115,394,0),(46883,116,394,0),(46884,117,394,0),(46885,118,394,0),(46886,119,394,0),(46887,1,395,0),(46888,2,395,0),(46889,3,395,0),(46890,4,395,0),(46891,5,395,0),(46892,6,395,0),(46893,7,395,0),(46894,8,395,0),(46895,9,395,0),(46896,10,395,0),(46897,11,395,0),(46898,12,395,0),(46899,13,395,0),(46900,14,395,0),(46901,15,395,0),(46902,16,395,0),(46903,17,395,0),(46904,18,395,0),(46905,19,395,0),(46906,20,395,0),(46907,21,395,0),(46908,22,395,0),(46909,23,395,0),(46910,24,395,0),(46911,25,395,0),(46912,26,395,0),(46913,27,395,0),(46914,28,395,0),(46915,29,395,0),(46916,30,395,0),(46917,31,395,0),(46918,32,395,0),(46919,33,395,0),(46920,34,395,0),(46921,35,395,0),(46922,36,395,0),(46923,37,395,0),(46924,38,395,0),(46925,39,395,0),(46926,40,395,0),(46927,41,395,0),(46928,42,395,0),(46929,43,395,0),(46930,44,395,0),(46931,45,395,0),(46932,46,395,0),(46933,47,395,0.227395365320709),(46934,48,395,0),(46935,49,395,0),(46936,50,395,0),(46937,51,395,0),(46938,52,395,0),(46939,53,395,0),(46940,54,395,0),(46941,55,395,0),(46942,56,395,0),(46943,57,395,0),(46944,58,395,0),(46945,59,395,0),(46946,60,395,0),(46947,61,395,0),(46948,62,395,0),(46949,63,395,0),(46950,64,395,0),(46951,65,395,0),(46952,66,395,0),(46953,67,395,0),(46954,68,395,0),(46955,69,395,0),(46956,70,395,0),(46957,71,395,0),(46958,72,395,0),(46959,73,395,0),(46960,74,395,0),(46961,75,395,0),(46962,76,395,0),(46963,77,395,0),(46964,78,395,0),(46965,79,395,0),(46966,80,395,0),(46967,81,395,0),(46968,82,395,0),(46969,83,395,0),(46970,84,395,0),(46971,85,395,0),(46972,86,395,0),(46973,87,395,0),(46974,88,395,0),(46975,89,395,0),(46976,90,395,0),(46977,91,395,0),(46978,92,395,0),(46979,93,395,0),(46980,94,395,0),(46981,95,395,0),(46982,96,395,0),(46983,97,395,0),(46984,98,395,0),(46985,99,395,0),(46986,100,395,0),(46987,101,395,0),(46988,102,395,0),(46989,103,395,0),(46990,104,395,0),(46991,105,395,0),(46992,106,395,0),(46993,107,395,0),(46994,108,395,0),(46995,109,395,0),(46996,110,395,0),(46997,111,395,0),(46998,112,395,0),(46999,113,395,0),(47000,114,395,0),(47001,115,395,0),(47002,116,395,0),(47003,117,395,0),(47004,118,395,0),(47005,119,395,0),(47006,1,396,0),(47007,2,396,0),(47008,3,396,0),(47009,4,396,0),(47010,5,396,0),(47011,6,396,0),(47012,7,396,0),(47013,8,396,0),(47014,9,396,0),(47015,10,396,0),(47016,11,396,0),(47017,12,396,0),(47018,13,396,0),(47019,14,396,0),(47020,15,396,0),(47021,16,396,0),(47022,17,396,0),(47023,18,396,0),(47024,19,396,0),(47025,20,396,0),(47026,21,396,0),(47027,22,396,0),(47028,23,396,0),(47029,24,396,0),(47030,25,396,0),(47031,26,396,0),(47032,27,396,0),(47033,28,396,0),(47034,29,396,0),(47035,30,396,0),(47036,31,396,0),(47037,32,396,0),(47038,33,396,0),(47039,34,396,0),(47040,35,396,0),(47041,36,396,0),(47042,37,396,0),(47043,38,396,0),(47044,39,396,0),(47045,40,396,0),(47046,41,396,0),(47047,42,396,0),(47048,43,396,0),(47049,44,396,0),(47050,45,396,0),(47051,46,396,0),(47052,47,396,0),(47053,48,396,0.5),(47054,49,396,0),(47055,50,396,0),(47056,51,396,0),(47057,52,396,0),(47058,53,396,0),(47059,54,396,0),(47060,55,396,0),(47061,56,396,0),(47062,57,396,0),(47063,58,396,0),(47064,59,396,0),(47065,60,396,0),(47066,61,396,0),(47067,62,396,0),(47068,63,396,0),(47069,64,396,0),(47070,65,396,0),(47071,66,396,0),(47072,67,396,0),(47073,68,396,0),(47074,69,396,0),(47075,70,396,0),(47076,71,396,0),(47077,72,396,0),(47078,73,396,0),(47079,74,396,0),(47080,75,396,0),(47081,76,396,0),(47082,77,396,0),(47083,78,396,0),(47084,79,396,0),(47085,80,396,0),(47086,81,396,0),(47087,82,396,0),(47088,83,396,0),(47089,84,396,0),(47090,85,396,0),(47091,86,396,0),(47092,87,396,0),(47093,88,396,0),(47094,89,396,0),(47095,90,396,0),(47096,91,396,0),(47097,92,396,0),(47098,93,396,0),(47099,94,396,0),(47100,95,396,0),(47101,96,396,0),(47102,97,396,0),(47103,98,396,0),(47104,99,396,0),(47105,100,396,0),(47106,101,396,0),(47107,102,396,0),(47108,103,396,0),(47109,104,396,0),(47110,105,396,0),(47111,106,396,0),(47112,107,396,0),(47113,108,396,0),(47114,109,396,0),(47115,110,396,0),(47116,111,396,0),(47117,112,396,0),(47118,113,396,0),(47119,114,396,0),(47120,115,396,0),(47121,116,396,0),(47122,117,396,0),(47123,118,396,0),(47124,119,396,0),(47125,1,397,0),(47126,2,397,0),(47127,3,397,0),(47128,4,397,0),(47129,5,397,0),(47130,6,397,0),(47131,7,397,0),(47132,8,397,0),(47133,9,397,0),(47134,10,397,0),(47135,11,397,0),(47136,12,397,0),(47137,13,397,0),(47138,14,397,0),(47139,15,397,0),(47140,16,397,0),(47141,17,397,0),(47142,18,397,0),(47143,19,397,0),(47144,20,397,0),(47145,21,397,0),(47146,22,397,0),(47147,23,397,0),(47148,24,397,0),(47149,25,397,0),(47150,26,397,0),(47151,27,397,0),(47152,28,397,0),(47153,29,397,0),(47154,30,397,0),(47155,31,397,0),(47156,32,397,0),(47157,33,397,0),(47158,34,397,0),(47159,35,397,0),(47160,36,397,0),(47161,37,397,0),(47162,38,397,0),(47163,39,397,0),(47164,40,397,0),(47165,41,397,0),(47166,42,397,0),(47167,43,397,0),(47168,44,397,0),(47169,45,397,0),(47170,46,397,0),(47171,47,397,0),(47172,48,397,0.8),(47173,49,397,0),(47174,50,397,0),(47175,51,397,0),(47176,52,397,0),(47177,53,397,0),(47178,54,397,0),(47179,55,397,0),(47180,56,397,0),(47181,57,397,0),(47182,58,397,0),(47183,59,397,0),(47184,60,397,0),(47185,61,397,0),(47186,62,397,0),(47187,63,397,0),(47188,64,397,0),(47189,65,397,0),(47190,66,397,0),(47191,67,397,0),(47192,68,397,0),(47193,69,397,0),(47194,70,397,0),(47195,71,397,0),(47196,72,397,0),(47197,73,397,0),(47198,74,397,0),(47199,75,397,0),(47200,76,397,0),(47201,77,397,0),(47202,78,397,0),(47203,79,397,0),(47204,80,397,0),(47205,81,397,0),(47206,82,397,0),(47207,83,397,0),(47208,84,397,0),(47209,85,397,0),(47210,86,397,0),(47211,87,397,0),(47212,88,397,0),(47213,89,397,0),(47214,90,397,0),(47215,91,397,0),(47216,92,397,0),(47217,93,397,0),(47218,94,397,0),(47219,95,397,0),(47220,96,397,0),(47221,97,397,0),(47222,98,397,0),(47223,99,397,0),(47224,100,397,0),(47225,101,397,0),(47226,102,397,0),(47227,103,397,0),(47228,104,397,0),(47229,105,397,0),(47230,106,397,0),(47231,107,397,0),(47232,108,397,0),(47233,109,397,0),(47234,110,397,0),(47235,111,397,0),(47236,112,397,0),(47237,113,397,0),(47238,114,397,0),(47239,115,397,0),(47240,116,397,0),(47241,117,397,0),(47242,118,397,0),(47243,119,397,0),(47244,1,398,0),(47245,2,398,0),(47246,3,398,0),(47247,4,398,0),(47248,5,398,0),(47249,6,398,0),(47250,7,398,0),(47251,8,398,0),(47252,9,398,0),(47253,10,398,0),(47254,11,398,0),(47255,12,398,0),(47256,13,398,0),(47257,14,398,0),(47258,15,398,0),(47259,16,398,0),(47260,17,398,0),(47261,18,398,0),(47262,19,398,0),(47263,20,398,0),(47264,21,398,0),(47265,22,398,0),(47266,23,398,0),(47267,24,398,0),(47268,25,398,0),(47269,26,398,0),(47270,27,398,0),(47271,28,398,0),(47272,29,398,0),(47273,30,398,0),(47274,31,398,0),(47275,32,398,0),(47276,33,398,0),(47277,34,398,0),(47278,35,398,0),(47279,36,398,0),(47280,37,398,0),(47281,38,398,0),(47282,39,398,0),(47283,40,398,0),(47284,41,398,0),(47285,42,398,0),(47286,43,398,0),(47287,44,398,0),(47288,45,398,0),(47289,46,398,0),(47290,47,398,0),(47291,48,398,1),(47292,49,398,0),(47293,50,398,0),(47294,51,398,0),(47295,52,398,0),(47296,53,398,0),(47297,54,398,0),(47298,55,398,0),(47299,56,398,0),(47300,57,398,0),(47301,58,398,0),(47302,59,398,0),(47303,60,398,0),(47304,61,398,0),(47305,62,398,0),(47306,63,398,0),(47307,64,398,0),(47308,65,398,0),(47309,66,398,0),(47310,67,398,0),(47311,68,398,0),(47312,69,398,0),(47313,70,398,0),(47314,71,398,0),(47315,72,398,0),(47316,73,398,0),(47317,74,398,0),(47318,75,398,0),(47319,76,398,0),(47320,77,398,0),(47321,78,398,0),(47322,79,398,0),(47323,80,398,0),(47324,81,398,0),(47325,82,398,0),(47326,83,398,0),(47327,84,398,0),(47328,85,398,0),(47329,86,398,0),(47330,87,398,0),(47331,88,398,0),(47332,89,398,0),(47333,90,398,0),(47334,91,398,0),(47335,92,398,0),(47336,93,398,0),(47337,94,398,0),(47338,95,398,0),(47339,96,398,0),(47340,97,398,0),(47341,98,398,0),(47342,99,398,0),(47343,100,398,0),(47344,101,398,0),(47345,102,398,0),(47346,103,398,0),(47347,104,398,0),(47348,105,398,0),(47349,106,398,0),(47350,107,398,0),(47351,108,398,0),(47352,109,398,0),(47353,110,398,0),(47354,111,398,0),(47355,112,398,0),(47356,113,398,0),(47357,114,398,0),(47358,115,398,0),(47359,116,398,0),(47360,117,398,0),(47361,118,398,0),(47362,119,398,0),(47363,1,399,0),(47364,2,399,0),(47365,3,399,0),(47366,4,399,0),(47367,5,399,0),(47368,6,399,0),(47369,7,399,0),(47370,8,399,0),(47371,9,399,0),(47372,10,399,0),(47373,11,399,0),(47374,12,399,0),(47375,13,399,0),(47376,14,399,0),(47377,15,399,0),(47378,16,399,0),(47379,17,399,0),(47380,18,399,0),(47381,19,399,0),(47382,20,399,0),(47383,21,399,0),(47384,22,399,0),(47385,23,399,0),(47386,24,399,0),(47387,25,399,0),(47388,26,399,0),(47389,27,399,0),(47390,28,399,0),(47391,29,399,0),(47392,30,399,0),(47393,31,399,0),(47394,32,399,0),(47395,33,399,0),(47396,34,399,0),(47397,35,399,0),(47398,36,399,0),(47399,37,399,0),(47400,38,399,0),(47401,39,399,0),(47402,40,399,0),(47403,41,399,0),(47404,42,399,0),(47405,43,399,0),(47406,44,399,0),(47407,45,399,0),(47408,46,399,0),(47409,47,399,0),(47410,48,399,0),(47411,49,399,0.0942549077457285),(47412,50,399,0),(47413,51,399,0),(47414,52,399,0),(47415,53,399,0),(47416,54,399,0),(47417,55,399,0),(47418,56,399,0),(47419,57,399,0),(47420,58,399,0),(47421,59,399,0),(47422,60,399,0),(47423,61,399,0),(47424,62,399,0),(47425,63,399,0),(47426,64,399,0),(47427,65,399,0),(47428,66,399,0),(47429,67,399,0),(47430,68,399,0),(47431,69,399,0),(47432,70,399,0),(47433,71,399,0),(47434,72,399,0),(47435,73,399,0),(47436,74,399,0),(47437,75,399,0),(47438,76,399,0),(47439,77,399,0),(47440,78,399,0),(47441,79,399,0),(47442,80,399,0),(47443,81,399,0),(47444,82,399,0),(47445,83,399,0),(47446,84,399,0),(47447,85,399,0),(47448,86,399,0),(47449,87,399,0),(47450,88,399,0),(47451,89,399,0),(47452,90,399,0),(47453,91,399,0),(47454,92,399,0),(47455,93,399,0),(47456,94,399,0),(47457,95,399,0),(47458,96,399,0),(47459,97,399,0),(47460,98,399,0),(47461,99,399,0),(47462,100,399,0),(47463,101,399,0),(47464,102,399,0),(47465,103,399,0),(47466,104,399,0),(47467,105,399,0),(47468,106,399,0),(47469,107,399,0),(47470,108,399,0),(47471,109,399,0),(47472,110,399,0),(47473,111,399,0),(47474,112,399,0),(47475,113,399,0),(47476,114,399,0),(47477,115,399,0),(47478,116,399,0),(47479,117,399,0),(47480,118,399,0),(47481,119,399,0),(47482,1,400,0),(47483,2,400,0),(47484,3,400,0),(47485,4,400,0),(47486,5,400,0),(47487,6,400,0),(47488,7,400,0),(47489,8,400,0),(47490,9,400,0),(47491,10,400,0),(47492,11,400,0),(47493,12,400,0),(47494,13,400,0),(47495,14,400,0),(47496,15,400,0),(47497,16,400,0),(47498,17,400,0),(47499,18,400,0),(47500,19,400,0),(47501,20,400,0),(47502,21,400,0),(47503,22,400,0),(47504,23,400,0),(47505,24,400,0),(47506,25,400,0),(47507,26,400,0),(47508,27,400,0),(47509,28,400,0),(47510,29,400,0),(47511,30,400,0),(47512,31,400,0),(47513,32,400,0),(47514,33,400,0),(47515,34,400,0),(47516,35,400,0),(47517,36,400,0),(47518,37,400,0),(47519,38,400,0),(47520,39,400,0),(47521,40,400,0),(47522,41,400,0),(47523,42,400,0),(47524,43,400,0),(47525,44,400,0),(47526,45,400,0),(47527,46,400,0),(47528,47,400,0),(47529,48,400,0),(47530,49,400,0.405745092254271),(47531,50,400,0),(47532,51,400,0),(47533,52,400,0),(47534,53,400,0),(47535,54,400,0),(47536,55,400,0),(47537,56,400,0),(47538,57,400,0),(47539,58,400,0),(47540,59,400,0),(47541,60,400,0),(47542,61,400,0),(47543,62,400,0),(47544,63,400,0),(47545,64,400,0),(47546,65,400,0),(47547,66,400,0),(47548,67,400,0),(47549,68,400,0),(47550,69,400,0),(47551,70,400,0),(47552,71,400,0),(47553,72,400,0),(47554,73,400,0),(47555,74,400,0),(47556,75,400,0),(47557,76,400,0),(47558,77,400,0),(47559,78,400,0),(47560,79,400,0),(47561,80,400,0),(47562,81,400,0),(47563,82,400,0),(47564,83,400,0),(47565,84,400,0),(47566,85,400,0),(47567,86,400,0),(47568,87,400,0),(47569,88,400,0),(47570,89,400,0),(47571,90,400,0),(47572,91,400,0),(47573,92,400,0),(47574,93,400,0),(47575,94,400,0),(47576,95,400,0),(47577,96,400,0),(47578,97,400,0),(47579,98,400,0),(47580,99,400,0),(47581,100,400,0),(47582,101,400,0),(47583,102,400,0),(47584,103,400,0),(47585,104,400,0),(47586,105,400,0),(47587,106,400,0),(47588,107,400,0),(47589,108,400,0),(47590,109,400,0),(47591,110,400,0),(47592,111,400,0),(47593,112,400,0),(47594,113,400,0),(47595,114,400,0),(47596,115,400,0),(47597,116,400,0),(47598,117,400,0),(47599,118,400,0),(47600,119,400,0),(47601,1,401,0),(47602,2,401,0),(47603,3,401,0),(47604,4,401,0),(47605,5,401,0),(47606,6,401,0),(47607,7,401,0),(47608,8,401,0),(47609,9,401,0),(47610,10,401,0),(47611,11,401,0),(47612,12,401,0),(47613,13,401,0),(47614,14,401,0),(47615,15,401,0),(47616,16,401,0),(47617,17,401,0),(47618,18,401,0),(47619,19,401,0),(47620,20,401,0),(47621,21,401,0),(47622,22,401,0),(47623,23,401,0),(47624,24,401,0),(47625,25,401,0),(47626,26,401,0),(47627,27,401,0),(47628,28,401,0),(47629,29,401,0),(47630,30,401,0),(47631,31,401,0),(47632,32,401,0),(47633,33,401,0),(47634,34,401,0),(47635,35,401,0),(47636,36,401,0),(47637,37,401,0),(47638,38,401,0),(47639,39,401,0),(47640,40,401,0),(47641,41,401,0),(47642,42,401,0),(47643,43,401,0),(47644,44,401,0),(47645,45,401,0),(47646,46,401,0),(47647,47,401,0),(47648,48,401,0),(47649,49,401,0.723975207341575),(47650,50,401,0),(47651,51,401,0),(47652,52,401,0),(47653,53,401,0),(47654,54,401,0),(47655,55,401,0),(47656,56,401,0),(47657,57,401,0),(47658,58,401,0),(47659,59,401,0),(47660,60,401,0),(47661,61,401,0),(47662,62,401,0),(47663,63,401,0),(47664,64,401,0),(47665,65,401,0),(47666,66,401,0),(47667,67,401,0),(47668,68,401,0),(47669,69,401,0),(47670,70,401,0),(47671,71,401,0),(47672,72,401,0),(47673,73,401,0),(47674,74,401,0),(47675,75,401,0),(47676,76,401,0),(47677,77,401,0),(47678,78,401,0),(47679,79,401,0),(47680,80,401,0),(47681,81,401,0),(47682,82,401,0),(47683,83,401,0),(47684,84,401,0),(47685,85,401,0),(47686,86,401,0),(47687,87,401,0),(47688,88,401,0),(47689,89,401,0),(47690,90,401,0),(47691,91,401,0),(47692,92,401,0),(47693,93,401,0),(47694,94,401,0),(47695,95,401,0),(47696,96,401,0),(47697,97,401,0),(47698,98,401,0),(47699,99,401,0),(47700,100,401,0),(47701,101,401,0),(47702,102,401,0),(47703,103,401,0),(47704,104,401,0),(47705,105,401,0),(47706,106,401,0),(47707,107,401,0),(47708,108,401,0),(47709,109,401,0),(47710,110,401,0),(47711,111,401,0),(47712,112,401,0),(47713,113,401,0),(47714,114,401,0),(47715,115,401,0),(47716,116,401,0),(47717,117,401,0),(47718,118,401,0),(47719,119,401,0),(47720,1,402,0),(47721,2,402,0),(47722,3,402,0),(47723,4,402,0),(47724,5,402,0),(47725,6,402,0),(47726,7,402,0),(47727,8,402,0),(47728,9,402,0),(47729,10,402,0),(47730,11,402,0),(47731,12,402,0),(47732,13,402,0),(47733,14,402,0),(47734,15,402,0),(47735,16,402,0),(47736,17,402,0),(47737,18,402,0),(47738,19,402,0),(47739,20,402,0),(47740,21,402,0),(47741,22,402,0),(47742,23,402,0),(47743,24,402,0),(47744,25,402,0),(47745,26,402,0),(47746,27,402,0),(47747,28,402,0),(47748,29,402,0),(47749,30,402,0),(47750,31,402,0),(47751,32,402,0),(47752,33,402,0),(47753,34,402,0),(47754,35,402,0),(47755,36,402,0),(47756,37,402,0),(47757,38,402,0),(47758,39,402,0),(47759,40,402,0),(47760,41,402,0),(47761,42,402,0),(47762,43,402,0),(47763,44,402,0),(47764,45,402,0),(47765,46,402,0),(47766,47,402,0),(47767,48,402,0),(47768,49,402,0.0760247926584251),(47769,50,402,0),(47770,51,402,0),(47771,52,402,0),(47772,53,402,0),(47773,54,402,0),(47774,55,402,0),(47775,56,402,0),(47776,57,402,0),(47777,58,402,0),(47778,59,402,0),(47779,60,402,0),(47780,61,402,0),(47781,62,402,0),(47782,63,402,0),(47783,64,402,0),(47784,65,402,0),(47785,66,402,0),(47786,67,402,0),(47787,68,402,0),(47788,69,402,0),(47789,70,402,0),(47790,71,402,0),(47791,72,402,0),(47792,73,402,0),(47793,74,402,0),(47794,75,402,0),(47795,76,402,0),(47796,77,402,0),(47797,78,402,0),(47798,79,402,0),(47799,80,402,0),(47800,81,402,0),(47801,82,402,0),(47802,83,402,0),(47803,84,402,0),(47804,85,402,0),(47805,86,402,0),(47806,87,402,0),(47807,88,402,0),(47808,89,402,0),(47809,90,402,0),(47810,91,402,0),(47811,92,402,0),(47812,93,402,0),(47813,94,402,0),(47814,95,402,0),(47815,96,402,0),(47816,97,402,0),(47817,98,402,0),(47818,99,402,0),(47819,100,402,0),(47820,101,402,0),(47821,102,402,0),(47822,103,402,0),(47823,104,402,0),(47824,105,402,0),(47825,106,402,0),(47826,107,402,0),(47827,108,402,0),(47828,109,402,0),(47829,110,402,0),(47830,111,402,0),(47831,112,402,0),(47832,113,402,0),(47833,114,402,0),(47834,115,402,0),(47835,116,402,0),(47836,117,402,0),(47837,118,402,0),(47838,119,402,0),(47839,1,403,0),(47840,2,403,0),(47841,3,403,0),(47842,4,403,0),(47843,5,403,0),(47844,6,403,0),(47845,7,403,0),(47846,8,403,0),(47847,9,403,0),(47848,10,403,0),(47849,11,403,0),(47850,12,403,0),(47851,13,403,0),(47852,14,403,0),(47853,15,403,0),(47854,16,403,0),(47855,17,403,0),(47856,18,403,0),(47857,19,403,0),(47858,20,403,0),(47859,21,403,0),(47860,22,403,0),(47861,23,403,0),(47862,24,403,0),(47863,25,403,0),(47864,26,403,0),(47865,27,403,0),(47866,28,403,0),(47867,29,403,0),(47868,30,403,0),(47869,31,403,0),(47870,32,403,0),(47871,33,403,0),(47872,34,403,0),(47873,35,403,0),(47874,36,403,0),(47875,37,403,0),(47876,38,403,0),(47877,39,403,0),(47878,40,403,0),(47879,41,403,0),(47880,42,403,0),(47881,43,403,0),(47882,44,403,0),(47883,45,403,0),(47884,46,403,0),(47885,47,403,0),(47886,48,403,0),(47887,49,403,0.354032030653608),(47888,50,403,0),(47889,51,403,0),(47890,52,403,0),(47891,53,403,0),(47892,54,403,0),(47893,55,403,0),(47894,56,403,0),(47895,57,403,0),(47896,58,403,0),(47897,59,403,0),(47898,60,403,0),(47899,61,403,0),(47900,62,403,0),(47901,63,403,0),(47902,64,403,0),(47903,65,403,0),(47904,66,403,0),(47905,67,403,0),(47906,68,403,0),(47907,69,403,0),(47908,70,403,0),(47909,71,403,0),(47910,72,403,0),(47911,73,403,0),(47912,74,403,0),(47913,75,403,0),(47914,76,403,0),(47915,77,403,0),(47916,78,403,0),(47917,79,403,0),(47918,80,403,0),(47919,81,403,0),(47920,82,403,0),(47921,83,403,0),(47922,84,403,0),(47923,85,403,0),(47924,86,403,0),(47925,87,403,0),(47926,88,403,0),(47927,89,403,0),(47928,90,403,0),(47929,91,403,0),(47930,92,403,0),(47931,93,403,0),(47932,94,403,0),(47933,95,403,0),(47934,96,403,0),(47935,97,403,0),(47936,98,403,0),(47937,99,403,0),(47938,100,403,0),(47939,101,403,0),(47940,102,403,0),(47941,103,403,0),(47942,104,403,0),(47943,105,403,0),(47944,106,403,0),(47945,107,403,0),(47946,108,403,0),(47947,109,403,0),(47948,110,403,0),(47949,111,403,0),(47950,112,403,0),(47951,113,403,0),(47952,114,403,0),(47953,115,403,0),(47954,116,403,0),(47955,117,403,0),(47956,118,403,0),(47957,119,403,0),(47958,1,404,0),(47959,2,404,0),(47960,3,404,0),(47961,4,404,0),(47962,5,404,0),(47963,6,404,0),(47964,7,404,0),(47965,8,404,0),(47966,9,404,0),(47967,10,404,0),(47968,11,404,0),(47969,12,404,0),(47970,13,404,0),(47971,14,404,0),(47972,15,404,0),(47973,16,404,0),(47974,17,404,0),(47975,18,404,0),(47976,19,404,0),(47977,20,404,0),(47978,21,404,0),(47979,22,404,0),(47980,23,404,0),(47981,24,404,0),(47982,25,404,0),(47983,26,404,0),(47984,27,404,0),(47985,28,404,0),(47986,29,404,0),(47987,30,404,0),(47988,31,404,0),(47989,32,404,0),(47990,33,404,0),(47991,34,404,0),(47992,35,404,0),(47993,36,404,0),(47994,37,404,0),(47995,38,404,0),(47996,39,404,0),(47997,40,404,0),(47998,41,404,0),(47999,42,404,0),(48000,43,404,0),(48001,44,404,0),(48002,45,404,0),(48003,46,404,0),(48004,47,404,0),(48005,48,404,0),(48006,49,404,0.18193256293397),(48007,50,404,0),(48008,51,404,0),(48009,52,404,0),(48010,53,404,0),(48011,54,404,0),(48012,55,404,0),(48013,56,404,0),(48014,57,404,0),(48015,58,404,0),(48016,59,404,0),(48017,60,404,0),(48018,61,404,0),(48019,62,404,0),(48020,63,404,0),(48021,64,404,0),(48022,65,404,0),(48023,66,404,0),(48024,67,404,0),(48025,68,404,0),(48026,69,404,0),(48027,70,404,0),(48028,71,404,0),(48029,72,404,0),(48030,73,404,0),(48031,74,404,0),(48032,75,404,0),(48033,76,404,0),(48034,77,404,0),(48035,78,404,0),(48036,79,404,0),(48037,80,404,0),(48038,81,404,0),(48039,82,404,0),(48040,83,404,0),(48041,84,404,0),(48042,85,404,0),(48043,86,404,0),(48044,87,404,0),(48045,88,404,0),(48046,89,404,0),(48047,90,404,0),(48048,91,404,0),(48049,92,404,0),(48050,93,404,0),(48051,94,404,0),(48052,95,404,0),(48053,96,404,0),(48054,97,404,0),(48055,98,404,0),(48056,99,404,0),(48057,100,404,0),(48058,101,404,0),(48059,102,404,0),(48060,103,404,0),(48061,104,404,0),(48062,105,404,0),(48063,106,404,0),(48064,107,404,0),(48065,108,404,0),(48066,109,404,0),(48067,110,404,0),(48068,111,404,0),(48069,112,404,0),(48070,113,404,0),(48071,114,404,0),(48072,115,404,0),(48073,116,404,0),(48074,117,404,0),(48075,118,404,0),(48076,119,404,0),(48077,1,405,0),(48078,2,405,0),(48079,3,405,0),(48080,4,405,0),(48081,5,405,0),(48082,6,405,0),(48083,7,405,0),(48084,8,405,0),(48085,9,405,0),(48086,10,405,0),(48087,11,405,0),(48088,12,405,0),(48089,13,405,0),(48090,14,405,0),(48091,15,405,0),(48092,16,405,0),(48093,17,405,0),(48094,18,405,0),(48095,19,405,0),(48096,20,405,0),(48097,21,405,0),(48098,22,405,0),(48099,23,405,0),(48100,24,405,0),(48101,25,405,0),(48102,26,405,0),(48103,27,405,0),(48104,28,405,0),(48105,29,405,0),(48106,30,405,0),(48107,31,405,0),(48108,32,405,0),(48109,33,405,0),(48110,34,405,0),(48111,35,405,0),(48112,36,405,0),(48113,37,405,0),(48114,38,405,0),(48115,39,405,0),(48116,40,405,0),(48117,41,405,0),(48118,42,405,0),(48119,43,405,0),(48120,44,405,0),(48121,45,405,0),(48122,46,405,0),(48123,47,405,0),(48124,48,405,0),(48125,49,405,0.464035406412422),(48126,50,405,0),(48127,51,405,0),(48128,52,405,0),(48129,53,405,0),(48130,54,405,0),(48131,55,405,0),(48132,56,405,0),(48133,57,405,0),(48134,58,405,0),(48135,59,405,0),(48136,60,405,0),(48137,61,405,0),(48138,62,405,0),(48139,63,405,0),(48140,64,405,0),(48141,65,405,0),(48142,66,405,0),(48143,67,405,0),(48144,68,405,0),(48145,69,405,0),(48146,70,405,0),(48147,71,405,0),(48148,72,405,0),(48149,73,405,0),(48150,74,405,0),(48151,75,405,0),(48152,76,405,0),(48153,77,405,0),(48154,78,405,0),(48155,79,405,0),(48156,80,405,0),(48157,81,405,0),(48158,82,405,0),(48159,83,405,0),(48160,84,405,0),(48161,85,405,0),(48162,86,405,0),(48163,87,405,0),(48164,88,405,0),(48165,89,405,0),(48166,90,405,0),(48167,91,405,0),(48168,92,405,0),(48169,93,405,0),(48170,94,405,0),(48171,95,405,0),(48172,96,405,0),(48173,97,405,0),(48174,98,405,0),(48175,99,405,0),(48176,100,405,0),(48177,101,405,0),(48178,102,405,0),(48179,103,405,0),(48180,104,405,0),(48181,105,405,0),(48182,106,405,0),(48183,107,405,0),(48184,108,405,0),(48185,109,405,0),(48186,110,405,0),(48187,111,405,0),(48188,112,405,0),(48189,113,405,0),(48190,114,405,0),(48191,115,405,0),(48192,116,405,0),(48193,117,405,0),(48194,118,405,0),(48195,119,405,0),(48196,1,406,0),(48197,2,406,0),(48198,3,406,0),(48199,4,406,0),(48200,5,406,0),(48201,6,406,0),(48202,7,406,0),(48203,8,406,0),(48204,9,406,0),(48205,10,406,0),(48206,11,406,0),(48207,12,406,0),(48208,13,406,0),(48209,14,406,0),(48210,15,406,0),(48211,16,406,0),(48212,17,406,0),(48213,18,406,0),(48214,19,406,0),(48215,20,406,0),(48216,21,406,0),(48217,22,406,0),(48218,23,406,0),(48219,24,406,0),(48220,25,406,0),(48221,26,406,0),(48222,27,406,0),(48223,28,406,0),(48224,29,406,0),(48225,30,406,0),(48226,31,406,0),(48227,32,406,0),(48228,33,406,0),(48229,34,406,0),(48230,35,406,0),(48231,36,406,0),(48232,37,406,0),(48233,38,406,0),(48234,39,406,0),(48235,40,406,0),(48236,41,406,0),(48237,42,406,0),(48238,43,406,0),(48239,44,406,0),(48240,45,406,0),(48241,46,406,0),(48242,47,406,0),(48243,48,406,0),(48244,49,406,0),(48245,50,406,0.0643650947712457),(48246,51,406,0),(48247,52,406,0),(48248,53,406,0),(48249,54,406,0),(48250,55,406,0),(48251,56,406,0),(48252,57,406,0),(48253,58,406,0),(48254,59,406,0),(48255,60,406,0),(48256,61,406,0),(48257,62,406,0),(48258,63,406,0),(48259,64,406,0),(48260,65,406,0),(48261,66,406,0),(48262,67,406,0),(48263,68,406,0),(48264,69,406,0),(48265,70,406,0),(48266,71,406,0),(48267,72,406,0),(48268,73,406,0),(48269,74,406,0),(48270,75,406,0),(48271,76,406,0),(48272,77,406,0),(48273,78,406,0),(48274,79,406,0),(48275,80,406,0),(48276,81,406,0),(48277,82,406,0),(48278,83,406,0),(48279,84,406,0),(48280,85,406,0),(48281,86,406,0),(48282,87,406,0),(48283,88,406,0),(48284,89,406,0),(48285,90,406,0),(48286,91,406,0),(48287,92,406,0),(48288,93,406,0),(48289,94,406,0),(48290,95,406,0),(48291,96,406,0),(48292,97,406,0),(48293,98,406,0),(48294,99,406,0),(48295,100,406,0),(48296,101,406,0),(48297,102,406,0),(48298,103,406,0),(48299,104,406,0),(48300,105,406,0),(48301,106,406,0),(48302,107,406,0),(48303,108,406,0),(48304,109,406,0),(48305,110,406,0),(48306,111,406,0),(48307,112,406,0),(48308,113,406,0),(48309,114,406,0),(48310,115,406,0),(48311,116,406,0),(48312,117,406,0),(48313,118,406,0),(48314,119,406,0),(48315,1,407,0),(48316,2,407,0),(48317,3,407,0),(48318,4,407,0),(48319,5,407,0),(48320,6,407,0),(48321,7,407,0),(48322,8,407,0),(48323,9,407,0),(48324,10,407,0),(48325,11,407,0),(48326,12,407,0),(48327,13,407,0),(48328,14,407,0),(48329,15,407,0),(48330,16,407,0),(48331,17,407,0),(48332,18,407,0),(48333,19,407,0),(48334,20,407,0),(48335,21,407,0),(48336,22,407,0),(48337,23,407,0),(48338,24,407,0),(48339,25,407,0),(48340,26,407,0),(48341,27,407,0),(48342,28,407,0),(48343,29,407,0),(48344,30,407,0),(48345,31,407,0),(48346,32,407,0),(48347,33,407,0),(48348,34,407,0),(48349,35,407,0),(48350,36,407,0),(48351,37,407,0),(48352,38,407,0),(48353,39,407,0),(48354,40,407,0),(48355,41,407,0),(48356,42,407,0),(48357,43,407,0),(48358,44,407,0),(48359,45,407,0),(48360,46,407,0),(48361,47,407,0),(48362,48,407,0),(48363,49,407,0),(48364,50,407,0.166724933459294),(48365,51,407,0),(48366,52,407,0),(48367,53,407,0),(48368,54,407,0),(48369,55,407,0),(48370,56,407,0),(48371,57,407,0),(48372,58,407,0),(48373,59,407,0),(48374,60,407,0),(48375,61,407,0),(48376,62,407,0),(48377,63,407,0),(48378,64,407,0),(48379,65,407,0),(48380,66,407,0),(48381,67,407,0),(48382,68,407,0),(48383,69,407,0),(48384,70,407,0),(48385,71,407,0),(48386,72,407,0),(48387,73,407,0),(48388,74,407,0),(48389,75,407,0),(48390,76,407,0),(48391,77,407,0),(48392,78,407,0),(48393,79,407,0),(48394,80,407,0),(48395,81,407,0),(48396,82,407,0),(48397,83,407,0),(48398,84,407,0),(48399,85,407,0),(48400,86,407,0),(48401,87,407,0),(48402,88,407,0),(48403,89,407,0),(48404,90,407,0),(48405,91,407,0),(48406,92,407,0),(48407,93,407,0),(48408,94,407,0),(48409,95,407,0),(48410,96,407,0),(48411,97,407,0),(48412,98,407,0),(48413,99,407,0),(48414,100,407,0),(48415,101,407,0),(48416,102,407,0),(48417,103,407,0),(48418,104,407,0),(48419,105,407,0),(48420,106,407,0),(48421,107,407,0),(48422,108,407,0),(48423,109,407,0),(48424,110,407,0),(48425,111,407,0),(48426,112,407,0),(48427,113,407,0),(48428,114,407,0),(48429,115,407,0),(48430,116,407,0),(48431,117,407,0),(48432,118,407,0),(48433,119,407,0),(48434,1,408,0),(48435,2,408,0),(48436,3,408,0),(48437,4,408,0),(48438,5,408,0),(48439,6,408,0),(48440,7,408,0),(48441,8,408,0),(48442,9,408,0),(48443,10,408,0),(48444,11,408,0),(48445,12,408,0),(48446,13,408,0),(48447,14,408,0),(48448,15,408,0),(48449,16,408,0),(48450,17,408,0),(48451,18,408,0),(48452,19,408,0),(48453,20,408,0),(48454,21,408,0),(48455,22,408,0),(48456,23,408,0),(48457,24,408,0),(48458,25,408,0),(48459,26,408,0),(48460,27,408,0),(48461,28,408,0),(48462,29,408,0),(48463,30,408,0),(48464,31,408,0),(48465,32,408,0),(48466,33,408,0),(48467,34,408,0),(48468,35,408,0),(48469,36,408,0),(48470,37,408,0),(48471,38,408,0),(48472,39,408,0),(48473,40,408,0),(48474,41,408,0),(48475,42,408,0),(48476,43,408,0),(48477,44,408,0),(48478,45,408,0),(48479,46,408,0),(48480,47,408,0),(48481,48,408,0),(48482,49,408,0),(48483,50,408,0.0716945776269087),(48484,51,408,0),(48485,52,408,0),(48486,53,408,0),(48487,54,408,0),(48488,55,408,0),(48489,56,408,0),(48490,57,408,0),(48491,58,408,0),(48492,59,408,0),(48493,60,408,0),(48494,61,408,0),(48495,62,408,0),(48496,63,408,0),(48497,64,408,0),(48498,65,408,0),(48499,66,408,0),(48500,67,408,0),(48501,68,408,0),(48502,69,408,0),(48503,70,408,0),(48504,71,408,0),(48505,72,408,0),(48506,73,408,0),(48507,74,408,0),(48508,75,408,0),(48509,76,408,0),(48510,77,408,0),(48511,78,408,0),(48512,79,408,0),(48513,80,408,0),(48514,81,408,0),(48515,82,408,0),(48516,83,408,0),(48517,84,408,0),(48518,85,408,0),(48519,86,408,0),(48520,87,408,0),(48521,88,408,0),(48522,89,408,0),(48523,90,408,0),(48524,91,408,0),(48525,92,408,0),(48526,93,408,0),(48527,94,408,0),(48528,95,408,0),(48529,96,408,0),(48530,97,408,0),(48531,98,408,0),(48532,99,408,0),(48533,100,408,0),(48534,101,408,0),(48535,102,408,0),(48536,103,408,0),(48537,104,408,0),(48538,105,408,0),(48539,106,408,0),(48540,107,408,0),(48541,108,408,0),(48542,109,408,0),(48543,110,408,0),(48544,111,408,0),(48545,112,408,0),(48546,113,408,0),(48547,114,408,0),(48548,115,408,0),(48549,116,408,0),(48550,117,408,0),(48551,118,408,0),(48552,119,408,0),(48553,1,409,0),(48554,2,409,0),(48555,3,409,0),(48556,4,409,0),(48557,5,409,0),(48558,6,409,0),(48559,7,409,0),(48560,8,409,0),(48561,9,409,0),(48562,10,409,0),(48563,11,409,0),(48564,12,409,0),(48565,13,409,0),(48566,14,409,0),(48567,15,409,0),(48568,16,409,0),(48569,17,409,0),(48570,18,409,0),(48571,19,409,0),(48572,20,409,0),(48573,21,409,0),(48574,22,409,0),(48575,23,409,0),(48576,24,409,0),(48577,25,409,0),(48578,26,409,0),(48579,27,409,0),(48580,28,409,0),(48581,29,409,0),(48582,30,409,0),(48583,31,409,0),(48584,32,409,0),(48585,33,409,0),(48586,34,409,0),(48587,35,409,0),(48588,36,409,0),(48589,37,409,0),(48590,38,409,0),(48591,39,409,0),(48592,40,409,0),(48593,41,409,0),(48594,42,409,0),(48595,43,409,0),(48596,44,409,0),(48597,45,409,0),(48598,46,409,0),(48599,47,409,0),(48600,48,409,0),(48601,49,409,0),(48602,50,409,0.13392488919855),(48603,51,409,0),(48604,52,409,0),(48605,53,409,0),(48606,54,409,0),(48607,55,409,0),(48608,56,409,0),(48609,57,409,0),(48610,58,409,0),(48611,59,409,0),(48612,60,409,0),(48613,61,409,0),(48614,62,409,0),(48615,63,409,0),(48616,64,409,0),(48617,65,409,0),(48618,66,409,0),(48619,67,409,0),(48620,68,409,0),(48621,69,409,0),(48622,70,409,0),(48623,71,409,0),(48624,72,409,0),(48625,73,409,0),(48626,74,409,0),(48627,75,409,0),(48628,76,409,0),(48629,77,409,0),(48630,78,409,0),(48631,79,409,0),(48632,80,409,0),(48633,81,409,0),(48634,82,409,0),(48635,83,409,0),(48636,84,409,0),(48637,85,409,0),(48638,86,409,0),(48639,87,409,0),(48640,88,409,0),(48641,89,409,0),(48642,90,409,0),(48643,91,409,0),(48644,92,409,0),(48645,93,409,0),(48646,94,409,0),(48647,95,409,0),(48648,96,409,0),(48649,97,409,0),(48650,98,409,0),(48651,99,409,0),(48652,100,409,0),(48653,101,409,0),(48654,102,409,0),(48655,103,409,0),(48656,104,409,0),(48657,105,409,0),(48658,106,409,0),(48659,107,409,0),(48660,108,409,0),(48661,109,409,0),(48662,110,409,0),(48663,111,409,0),(48664,112,409,0),(48665,113,409,0),(48666,114,409,0),(48667,115,409,0),(48668,116,409,0),(48669,117,409,0),(48670,118,409,0),(48671,119,409,0),(48672,1,410,0),(48673,2,410,0),(48674,3,410,0),(48675,4,410,0),(48676,5,410,0),(48677,6,410,0),(48678,7,410,0),(48679,8,410,0),(48680,9,410,0),(48681,10,410,0),(48682,11,410,0),(48683,12,410,0),(48684,13,410,0),(48685,14,410,0),(48686,15,410,0),(48687,16,410,0),(48688,17,410,0),(48689,18,410,0),(48690,19,410,0),(48691,20,410,0),(48692,21,410,0),(48693,22,410,0),(48694,23,410,0),(48695,24,410,0),(48696,25,410,0),(48697,26,410,0),(48698,27,410,0),(48699,28,410,0),(48700,29,410,0),(48701,30,410,0),(48702,31,410,0),(48703,32,410,0),(48704,33,410,0),(48705,34,410,0),(48706,35,410,0),(48707,36,410,0),(48708,37,410,0),(48709,38,410,0),(48710,39,410,0),(48711,40,410,0),(48712,41,410,0),(48713,42,410,0),(48714,43,410,0),(48715,44,410,0),(48716,45,410,0),(48717,46,410,0),(48718,47,410,0),(48719,48,410,0),(48720,49,410,0),(48721,50,410,0.0632905049440013),(48722,51,410,0),(48723,52,410,0),(48724,53,410,0),(48725,54,410,0),(48726,55,410,0),(48727,56,410,0),(48728,57,410,0),(48729,58,410,0),(48730,59,410,0),(48731,60,410,0),(48732,61,410,0),(48733,62,410,0),(48734,63,410,0),(48735,64,410,0),(48736,65,410,0),(48737,66,410,0),(48738,67,410,0),(48739,68,410,0),(48740,69,410,0),(48741,70,410,0),(48742,71,410,0),(48743,72,410,0),(48744,73,410,0),(48745,74,410,0),(48746,75,410,0),(48747,76,410,0),(48748,77,410,0),(48749,78,410,0),(48750,79,410,0),(48751,80,410,0),(48752,81,410,0),(48753,82,410,0),(48754,83,410,0),(48755,84,410,0),(48756,85,410,0),(48757,86,410,0),(48758,87,410,0),(48759,88,410,0),(48760,89,410,0),(48761,90,410,0),(48762,91,410,0),(48763,92,410,0),(48764,93,410,0),(48765,94,410,0),(48766,95,410,0),(48767,96,410,0),(48768,97,410,0),(48769,98,410,0),(48770,99,410,0),(48771,100,410,0),(48772,101,410,0),(48773,102,410,0),(48774,103,410,0),(48775,104,410,0),(48776,105,410,0),(48777,106,410,0),(48778,107,410,0),(48779,108,410,0),(48780,109,410,0),(48781,110,410,0),(48782,111,410,0),(48783,112,410,0),(48784,113,410,0),(48785,114,410,0),(48786,115,410,0),(48787,116,410,0),(48788,117,410,0),(48789,118,410,0),(48790,119,410,0),(48791,1,411,0),(48792,2,411,0),(48793,3,411,0),(48794,4,411,0),(48795,5,411,0),(48796,6,411,0),(48797,7,411,0),(48798,8,411,0),(48799,9,411,0),(48800,10,411,0),(48801,11,411,0),(48802,12,411,0),(48803,13,411,0),(48804,14,411,0),(48805,15,411,0),(48806,16,411,0),(48807,17,411,0),(48808,18,411,0),(48809,19,411,0),(48810,20,411,0),(48811,21,411,0),(48812,22,411,0),(48813,23,411,0),(48814,24,411,0),(48815,25,411,0),(48816,26,411,0),(48817,27,411,0),(48818,28,411,0),(48819,29,411,0),(48820,30,411,0),(48821,31,411,0),(48822,32,411,0),(48823,33,411,0),(48824,34,411,0),(48825,35,411,0),(48826,36,411,0),(48827,37,411,0),(48828,38,411,0),(48829,39,411,0),(48830,40,411,0),(48831,41,411,0),(48832,42,411,0),(48833,43,411,0),(48834,44,411,0),(48835,45,411,0),(48836,46,411,0),(48837,47,411,0),(48838,48,411,0),(48839,49,411,0),(48840,50,411,0.127576359665589),(48841,51,411,0),(48842,52,411,0),(48843,53,411,0),(48844,54,411,0),(48845,55,411,0),(48846,56,411,0),(48847,57,411,0),(48848,58,411,0),(48849,59,411,0),(48850,60,411,0),(48851,61,411,0),(48852,62,411,0),(48853,63,411,0),(48854,64,411,0),(48855,65,411,0),(48856,66,411,0),(48857,67,411,0),(48858,68,411,0),(48859,69,411,0),(48860,70,411,0),(48861,71,411,0),(48862,72,411,0),(48863,73,411,0),(48864,74,411,0),(48865,75,411,0),(48866,76,411,0),(48867,77,411,0),(48868,78,411,0),(48869,79,411,0),(48870,80,411,0),(48871,81,411,0),(48872,82,411,0),(48873,83,411,0),(48874,84,411,0),(48875,85,411,0),(48876,86,411,0),(48877,87,411,0),(48878,88,411,0),(48879,89,411,0),(48880,90,411,0),(48881,91,411,0),(48882,92,411,0),(48883,93,411,0),(48884,94,411,0),(48885,95,411,0),(48886,96,411,0),(48887,97,411,0),(48888,98,411,0),(48889,99,411,0),(48890,100,411,0),(48891,101,411,0),(48892,102,411,0),(48893,103,411,0),(48894,104,411,0),(48895,105,411,0),(48896,106,411,0),(48897,107,411,0),(48898,108,411,0),(48899,109,411,0),(48900,110,411,0),(48901,111,411,0),(48902,112,411,0),(48903,113,411,0),(48904,114,411,0),(48905,115,411,0),(48906,116,411,0),(48907,117,411,0),(48908,118,411,0),(48909,119,411,0),(48910,1,412,0),(48911,2,412,0),(48912,3,412,0),(48913,4,412,0),(48914,5,412,0),(48915,6,412,0),(48916,7,412,0),(48917,8,412,0),(48918,9,412,0),(48919,10,412,0),(48920,11,412,0),(48921,12,412,0),(48922,13,412,0),(48923,14,412,0),(48924,15,412,0),(48925,16,412,0),(48926,17,412,0),(48927,18,412,0),(48928,19,412,0),(48929,20,412,0),(48930,21,412,0),(48931,22,412,0),(48932,23,412,0),(48933,24,412,0),(48934,25,412,0),(48935,26,412,0),(48936,27,412,0),(48937,28,412,0),(48938,29,412,0),(48939,30,412,0),(48940,31,412,0),(48941,32,412,0),(48942,33,412,0),(48943,34,412,0),(48944,35,412,0),(48945,36,412,0),(48946,37,412,0),(48947,38,412,0),(48948,39,412,0),(48949,40,412,0),(48950,41,412,0),(48951,42,412,0),(48952,43,412,0),(48953,44,412,0),(48954,45,412,0),(48955,46,412,0),(48956,47,412,0),(48957,48,412,0),(48958,49,412,0),(48959,50,412,0.0974423872186236),(48960,51,412,0),(48961,52,412,0),(48962,53,412,0),(48963,54,412,0),(48964,55,412,0),(48965,56,412,0),(48966,57,412,0),(48967,58,412,0),(48968,59,412,0),(48969,60,412,0),(48970,61,412,0),(48971,62,412,0),(48972,63,412,0),(48973,64,412,0),(48974,65,412,0),(48975,66,412,0),(48976,67,412,0),(48977,68,412,0),(48978,69,412,0),(48979,70,412,0),(48980,71,412,0),(48981,72,412,0),(48982,73,412,0),(48983,74,412,0),(48984,75,412,0),(48985,76,412,0),(48986,77,412,0),(48987,78,412,0),(48988,79,412,0),(48989,80,412,0),(48990,81,412,0),(48991,82,412,0),(48992,83,412,0),(48993,84,412,0),(48994,85,412,0),(48995,86,412,0),(48996,87,412,0),(48997,88,412,0),(48998,89,412,0),(48999,90,412,0),(49000,91,412,0),(49001,92,412,0),(49002,93,412,0),(49003,94,412,0),(49004,95,412,0),(49005,96,412,0),(49006,97,412,0),(49007,98,412,0),(49008,99,412,0),(49009,100,412,0),(49010,101,412,0),(49011,102,412,0),(49012,103,412,0),(49013,104,412,0),(49014,105,412,0),(49015,106,412,0),(49016,107,412,0),(49017,108,412,0),(49018,109,412,0),(49019,110,412,0),(49020,111,412,0),(49021,112,412,0),(49022,113,412,0),(49023,114,412,0),(49024,115,412,0),(49025,116,412,0),(49026,117,412,0),(49027,118,412,0),(49028,119,412,0),(49029,1,413,0),(49030,2,413,0),(49031,3,413,0),(49032,4,413,0),(49033,5,413,0),(49034,6,413,0),(49035,7,413,0),(49036,8,413,0),(49037,9,413,0),(49038,10,413,0),(49039,11,413,0),(49040,12,413,0),(49041,13,413,0),(49042,14,413,0),(49043,15,413,0),(49044,16,413,0),(49045,17,413,0),(49046,18,413,0),(49047,19,413,0),(49048,20,413,0),(49049,21,413,0),(49050,22,413,0),(49051,23,413,0),(49052,24,413,0),(49053,25,413,0),(49054,26,413,0),(49055,27,413,0),(49056,28,413,0),(49057,29,413,0),(49058,30,413,0),(49059,31,413,0),(49060,32,413,0),(49061,33,413,0),(49062,34,413,0),(49063,35,413,0),(49064,36,413,0),(49065,37,413,0),(49066,38,413,0),(49067,39,413,0),(49068,40,413,0),(49069,41,413,0),(49070,42,413,0),(49071,43,413,0),(49072,44,413,0),(49073,45,413,0),(49074,46,413,0),(49075,47,413,0),(49076,48,413,0),(49077,49,413,0),(49078,50,413,0.140068598122339),(49079,51,413,0),(49080,52,413,0),(49081,53,413,0),(49082,54,413,0),(49083,55,413,0),(49084,56,413,0),(49085,57,413,0),(49086,58,413,0),(49087,59,413,0),(49088,60,413,0),(49089,61,413,0),(49090,62,413,0),(49091,63,413,0),(49092,64,413,0),(49093,65,413,0),(49094,66,413,0),(49095,67,413,0),(49096,68,413,0),(49097,69,413,0),(49098,70,413,0),(49099,71,413,0),(49100,72,413,0),(49101,73,413,0),(49102,74,413,0),(49103,75,413,0),(49104,76,413,0),(49105,77,413,0),(49106,78,413,0),(49107,79,413,0),(49108,80,413,0),(49109,81,413,0),(49110,82,413,0),(49111,83,413,0),(49112,84,413,0),(49113,85,413,0),(49114,86,413,0),(49115,87,413,0),(49116,88,413,0),(49117,89,413,0),(49118,90,413,0),(49119,91,413,0),(49120,92,413,0),(49121,93,413,0),(49122,94,413,0),(49123,95,413,0),(49124,96,413,0),(49125,97,413,0),(49126,98,413,0),(49127,99,413,0),(49128,100,413,0),(49129,101,413,0),(49130,102,413,0),(49131,103,413,0),(49132,104,413,0),(49133,105,413,0),(49134,106,413,0),(49135,107,413,0),(49136,108,413,0),(49137,109,413,0),(49138,110,413,0),(49139,111,413,0),(49140,112,413,0),(49141,113,413,0),(49142,114,413,0),(49143,115,413,0),(49144,116,413,0),(49145,117,413,0),(49146,118,413,0),(49147,119,413,0),(49148,1,414,0),(49149,2,414,0),(49150,3,414,0),(49151,4,414,0),(49152,5,414,0),(49153,6,414,0),(49154,7,414,0),(49155,8,414,0),(49156,9,414,0),(49157,10,414,0),(49158,11,414,0),(49159,12,414,0),(49160,13,414,0),(49161,14,414,0),(49162,15,414,0),(49163,16,414,0),(49164,17,414,0),(49165,18,414,0),(49166,19,414,0),(49167,20,414,0),(49168,21,414,0),(49169,22,414,0),(49170,23,414,0),(49171,24,414,0),(49172,25,414,0),(49173,26,414,0),(49174,27,414,0),(49175,28,414,0),(49176,29,414,0),(49177,30,414,0),(49178,31,414,0),(49179,32,414,0),(49180,33,414,0),(49181,34,414,0),(49182,35,414,0),(49183,36,414,0),(49184,37,414,0),(49185,38,414,0),(49186,39,414,0),(49187,40,414,0),(49188,41,414,0),(49189,42,414,0),(49190,43,414,0),(49191,44,414,0),(49192,45,414,0),(49193,46,414,0),(49194,47,414,0),(49195,48,414,0),(49196,49,414,0),(49197,50,414,0.0700145609785864),(49198,51,414,0),(49199,52,414,0),(49200,53,414,0),(49201,54,414,0),(49202,55,414,0),(49203,56,414,0),(49204,57,414,0),(49205,58,414,0),(49206,59,414,0),(49207,60,414,0),(49208,61,414,0),(49209,62,414,0),(49210,63,414,0),(49211,64,414,0),(49212,65,414,0),(49213,66,414,0),(49214,67,414,0),(49215,68,414,0),(49216,69,414,0),(49217,70,414,0),(49218,71,414,0),(49219,72,414,0),(49220,73,414,0),(49221,74,414,0),(49222,75,414,0),(49223,76,414,0),(49224,77,414,0),(49225,78,414,0),(49226,79,414,0),(49227,80,414,0),(49228,81,414,0),(49229,82,414,0),(49230,83,414,0),(49231,84,414,0),(49232,85,414,0),(49233,86,414,0),(49234,87,414,0),(49235,88,414,0),(49236,89,414,0),(49237,90,414,0),(49238,91,414,0),(49239,92,414,0),(49240,93,414,0),(49241,94,414,0),(49242,95,414,0),(49243,96,414,0),(49244,97,414,0),(49245,98,414,0),(49246,99,414,0),(49247,100,414,0),(49248,101,414,0),(49249,102,414,0),(49250,103,414,0),(49251,104,414,0),(49252,105,414,0),(49253,106,414,0),(49254,107,414,0),(49255,108,414,0),(49256,109,414,0),(49257,110,414,0),(49258,111,414,0),(49259,112,414,0),(49260,113,414,0),(49261,114,414,0),(49262,115,414,0),(49263,116,414,0),(49264,117,414,0),(49265,118,414,0),(49266,119,414,0),(49267,1,415,0),(49268,2,415,0),(49269,3,415,0),(49270,4,415,0),(49271,5,415,0),(49272,6,415,0),(49273,7,415,0),(49274,8,415,0),(49275,9,415,0),(49276,10,415,0),(49277,11,415,0),(49278,12,415,0),(49279,13,415,0),(49280,14,415,0),(49281,15,415,0),(49282,16,415,0),(49283,17,415,0),(49284,18,415,0),(49285,19,415,0),(49286,20,415,0),(49287,21,415,0),(49288,22,415,0),(49289,23,415,0),(49290,24,415,0),(49291,25,415,0),(49292,26,415,0),(49293,27,415,0),(49294,28,415,0),(49295,29,415,0),(49296,30,415,0),(49297,31,415,0),(49298,32,415,0),(49299,33,415,0),(49300,34,415,0),(49301,35,415,0),(49302,36,415,0),(49303,37,415,0),(49304,38,415,0),(49305,39,415,0),(49306,40,415,0),(49307,41,415,0),(49308,42,415,0),(49309,43,415,0),(49310,44,415,0),(49311,45,415,0),(49312,46,415,0),(49313,47,415,0),(49314,48,415,0),(49315,49,415,0),(49316,50,415,0.0896370247386105),(49317,51,415,0),(49318,52,415,0),(49319,53,415,0),(49320,54,415,0),(49321,55,415,0),(49322,56,415,0),(49323,57,415,0),(49324,58,415,0),(49325,59,415,0),(49326,60,415,0),(49327,61,415,0),(49328,62,415,0),(49329,63,415,0),(49330,64,415,0),(49331,65,415,0),(49332,66,415,0),(49333,67,415,0),(49334,68,415,0),(49335,69,415,0),(49336,70,415,0),(49337,71,415,0),(49338,72,415,0),(49339,73,415,0),(49340,74,415,0),(49341,75,415,0),(49342,76,415,0),(49343,77,415,0),(49344,78,415,0),(49345,79,415,0),(49346,80,415,0),(49347,81,415,0),(49348,82,415,0),(49349,83,415,0),(49350,84,415,0),(49351,85,415,0),(49352,86,415,0),(49353,87,415,0),(49354,88,415,0),(49355,89,415,0),(49356,90,415,0),(49357,91,415,0),(49358,92,415,0),(49359,93,415,0),(49360,94,415,0),(49361,95,415,0),(49362,96,415,0),(49363,97,415,0),(49364,98,415,0),(49365,99,415,0),(49366,100,415,0),(49367,101,415,0),(49368,102,415,0),(49369,103,415,0),(49370,104,415,0),(49371,105,415,0),(49372,106,415,0),(49373,107,415,0),(49374,108,415,0),(49375,109,415,0),(49376,110,415,0),(49377,111,415,0),(49378,112,415,0),(49379,113,415,0),(49380,114,415,0),(49381,115,415,0),(49382,116,415,0),(49383,117,415,0),(49384,118,415,0),(49385,119,415,0),(49386,1,416,0),(49387,2,416,0),(49388,3,416,0),(49389,4,416,0),(49390,5,416,0),(49391,6,416,0),(49392,7,416,0),(49393,8,416,0),(49394,9,416,0),(49395,10,416,0),(49396,11,416,0),(49397,12,416,0),(49398,13,416,0),(49399,14,416,0),(49400,15,416,0),(49401,16,416,0),(49402,17,416,0),(49403,18,416,0),(49404,19,416,0),(49405,20,416,0),(49406,21,416,0),(49407,22,416,0),(49408,23,416,0),(49409,24,416,0),(49410,25,416,0),(49411,26,416,0),(49412,27,416,0),(49413,28,416,0),(49414,29,416,0),(49415,30,416,0),(49416,31,416,0),(49417,32,416,0),(49418,33,416,0),(49419,34,416,0),(49420,35,416,0),(49421,36,416,0),(49422,37,416,0),(49423,38,416,0),(49424,39,416,0),(49425,40,416,0),(49426,41,416,0),(49427,42,416,0),(49428,43,416,0),(49429,44,416,0),(49430,45,416,0),(49431,46,416,0),(49432,47,416,0),(49433,48,416,0),(49434,49,416,0),(49435,50,416,0.121513687123737),(49436,51,416,0),(49437,52,416,0),(49438,53,416,0),(49439,54,416,0),(49440,55,416,0),(49441,56,416,0),(49442,57,416,0),(49443,58,416,0),(49444,59,416,0),(49445,60,416,0),(49446,61,416,0),(49447,62,416,0),(49448,63,416,0),(49449,64,416,0),(49450,65,416,0),(49451,66,416,0),(49452,67,416,0),(49453,68,416,0),(49454,69,416,0),(49455,70,416,0),(49456,71,416,0),(49457,72,416,0),(49458,73,416,0),(49459,74,416,0),(49460,75,416,0),(49461,76,416,0),(49462,77,416,0),(49463,78,416,0),(49464,79,416,0),(49465,80,416,0),(49466,81,416,0),(49467,82,416,0),(49468,83,416,0),(49469,84,416,0),(49470,85,416,0),(49471,86,416,0),(49472,87,416,0),(49473,88,416,0),(49474,89,416,0),(49475,90,416,0),(49476,91,416,0),(49477,92,416,0),(49478,93,416,0),(49479,94,416,0),(49480,95,416,0),(49481,96,416,0),(49482,97,416,0),(49483,98,416,0),(49484,99,416,0),(49485,100,416,0),(49486,101,416,0),(49487,102,416,0),(49488,103,416,0),(49489,104,416,0),(49490,105,416,0),(49491,106,416,0),(49492,107,416,0),(49493,108,416,0),(49494,109,416,0),(49495,110,416,0),(49496,111,416,0),(49497,112,416,0),(49498,113,416,0),(49499,114,416,0),(49500,115,416,0),(49501,116,416,0),(49502,117,416,0),(49503,118,416,0),(49504,119,416,0),(49505,1,417,0),(49506,2,417,0),(49507,3,417,0),(49508,4,417,0),(49509,5,417,0),(49510,6,417,0),(49511,7,417,0),(49512,8,417,0),(49513,9,417,0),(49514,10,417,0),(49515,11,417,0),(49516,12,417,0),(49517,13,417,0),(49518,14,417,0),(49519,15,417,0),(49520,16,417,0),(49521,17,417,0),(49522,18,417,0),(49523,19,417,0),(49524,20,417,0),(49525,21,417,0),(49526,22,417,0),(49527,23,417,0),(49528,24,417,0),(49529,25,417,0),(49530,26,417,0),(49531,27,417,0),(49532,28,417,0),(49533,29,417,0),(49534,30,417,0),(49535,31,417,0),(49536,32,417,0),(49537,33,417,0),(49538,34,417,0),(49539,35,417,0),(49540,36,417,0),(49541,37,417,0),(49542,38,417,0),(49543,39,417,0),(49544,40,417,0),(49545,41,417,0),(49546,42,417,0),(49547,43,417,0),(49548,44,417,0),(49549,45,417,0),(49550,46,417,0),(49551,47,417,0),(49552,48,417,0),(49553,49,417,0),(49554,50,417,0.00703717333217301),(49555,51,417,0),(49556,52,417,0),(49557,53,417,0),(49558,54,417,0),(49559,55,417,0),(49560,56,417,0),(49561,57,417,0),(49562,58,417,0),(49563,59,417,0),(49564,60,417,0),(49565,61,417,0),(49566,62,417,0),(49567,63,417,0),(49568,64,417,0),(49569,65,417,0),(49570,66,417,0),(49571,67,417,0),(49572,68,417,0),(49573,69,417,0),(49574,70,417,0),(49575,71,417,0),(49576,72,417,0),(49577,73,417,0),(49578,74,417,0),(49579,75,417,0),(49580,76,417,0),(49581,77,417,0),(49582,78,417,0),(49583,79,417,0),(49584,80,417,0),(49585,81,417,0),(49586,82,417,0),(49587,83,417,0),(49588,84,417,0),(49589,85,417,0),(49590,86,417,0),(49591,87,417,0),(49592,88,417,0),(49593,89,417,0),(49594,90,417,0),(49595,91,417,0),(49596,92,417,0),(49597,93,417,0),(49598,94,417,0),(49599,95,417,0),(49600,96,417,0),(49601,97,417,0),(49602,98,417,0),(49603,99,417,0),(49604,100,417,0),(49605,101,417,0),(49606,102,417,0),(49607,103,417,0),(49608,104,417,0),(49609,105,417,0),(49610,106,417,0),(49611,107,417,0),(49612,108,417,0),(49613,109,417,0),(49614,110,417,0),(49615,111,417,0),(49616,112,417,0),(49617,113,417,0),(49618,114,417,0),(49619,115,417,0),(49620,116,417,0),(49621,117,417,0),(49622,118,417,0),(49623,119,417,0),(49624,1,418,0),(49625,2,418,0),(49626,3,418,0),(49627,4,418,0),(49628,5,418,0),(49629,6,418,0),(49630,7,418,0),(49631,8,418,0),(49632,9,418,0),(49633,10,418,0),(49634,11,418,0),(49635,12,418,0),(49636,13,418,0),(49637,14,418,0),(49638,15,418,0),(49639,16,418,0),(49640,17,418,0),(49641,18,418,0),(49642,19,418,0),(49643,20,418,0),(49644,21,418,0),(49645,22,418,0),(49646,23,418,0),(49647,24,418,0),(49648,25,418,0),(49649,26,418,0),(49650,27,418,0),(49651,28,418,0),(49652,29,418,0),(49653,30,418,0),(49654,31,418,0),(49655,32,418,0),(49656,33,418,0),(49657,34,418,0),(49658,35,418,0),(49659,36,418,0),(49660,37,418,0),(49661,38,418,0),(49662,39,418,0),(49663,40,418,0),(49664,41,418,0),(49665,42,418,0),(49666,43,418,0),(49667,44,418,0),(49668,45,418,0),(49669,46,418,0),(49670,47,418,0),(49671,48,418,0),(49672,49,418,0),(49673,50,418,0.146710208820343),(49674,51,418,0),(49675,52,418,0),(49676,53,418,0),(49677,54,418,0),(49678,55,418,0),(49679,56,418,0),(49680,57,418,0),(49681,58,418,0),(49682,59,418,0),(49683,60,418,0),(49684,61,418,0),(49685,62,418,0),(49686,63,418,0),(49687,64,418,0),(49688,65,418,0),(49689,66,418,0),(49690,67,418,0),(49691,68,418,0),(49692,69,418,0),(49693,70,418,0),(49694,71,418,0),(49695,72,418,0),(49696,73,418,0),(49697,74,418,0),(49698,75,418,0),(49699,76,418,0),(49700,77,418,0),(49701,78,418,0),(49702,79,418,0),(49703,80,418,0),(49704,81,418,0),(49705,82,418,0),(49706,83,418,0),(49707,84,418,0),(49708,85,418,0),(49709,86,418,0),(49710,87,418,0),(49711,88,418,0),(49712,89,418,0),(49713,90,418,0),(49714,91,418,0),(49715,92,418,0),(49716,93,418,0),(49717,94,418,0),(49718,95,418,0),(49719,96,418,0),(49720,97,418,0),(49721,98,418,0),(49722,99,418,0),(49723,100,418,0),(49724,101,418,0),(49725,102,418,0),(49726,103,418,0),(49727,104,418,0),(49728,105,418,0),(49729,106,418,0),(49730,107,418,0),(49731,108,418,0),(49732,109,418,0),(49733,110,418,0),(49734,111,418,0),(49735,112,418,0),(49736,113,418,0),(49737,114,418,0),(49738,115,418,0),(49739,116,418,0),(49740,117,418,0),(49741,118,418,0),(49742,119,418,0),(49743,1,419,0),(49744,2,419,0),(49745,3,419,0),(49746,4,419,0),(49747,5,419,0),(49748,6,419,0),(49749,7,419,0),(49750,8,419,0),(49751,9,419,0),(49752,10,419,0),(49753,11,419,0),(49754,12,419,0),(49755,13,419,0),(49756,14,419,0),(49757,15,419,0),(49758,16,419,0),(49759,17,419,0),(49760,18,419,0),(49761,19,419,0),(49762,20,419,0),(49763,21,419,0),(49764,22,419,0),(49765,23,419,0),(49766,24,419,0),(49767,25,419,0),(49768,26,419,0),(49769,27,419,0),(49770,28,419,0),(49771,29,419,0),(49772,30,419,0),(49773,31,419,0),(49774,32,419,0),(49775,33,419,0),(49776,34,419,0),(49777,35,419,0),(49778,36,419,0),(49779,37,419,0),(49780,38,419,0),(49781,39,419,0),(49782,40,419,0),(49783,41,419,0),(49784,42,419,0),(49785,43,419,0),(49786,44,419,0),(49787,45,419,0),(49788,46,419,0),(49789,47,419,0),(49790,48,419,0),(49791,49,419,0),(49792,50,419,0.0531646548259064),(49793,51,419,0),(49794,52,419,0),(49795,53,419,0),(49796,54,419,0),(49797,55,419,0),(49798,56,419,0),(49799,57,419,0),(49800,58,419,0),(49801,59,419,0),(49802,60,419,0),(49803,61,419,0),(49804,62,419,0),(49805,63,419,0),(49806,64,419,0),(49807,65,419,0),(49808,66,419,0),(49809,67,419,0),(49810,68,419,0),(49811,69,419,0),(49812,70,419,0),(49813,71,419,0),(49814,72,419,0),(49815,73,419,0),(49816,74,419,0),(49817,75,419,0),(49818,76,419,0),(49819,77,419,0),(49820,78,419,0),(49821,79,419,0),(49822,80,419,0),(49823,81,419,0),(49824,82,419,0),(49825,83,419,0),(49826,84,419,0),(49827,85,419,0),(49828,86,419,0),(49829,87,419,0),(49830,88,419,0),(49831,89,419,0),(49832,90,419,0),(49833,91,419,0),(49834,92,419,0),(49835,93,419,0),(49836,94,419,0),(49837,95,419,0),(49838,96,419,0),(49839,97,419,0),(49840,98,419,0),(49841,99,419,0),(49842,100,419,0),(49843,101,419,0),(49844,102,419,0),(49845,103,419,0),(49846,104,419,0),(49847,105,419,0),(49848,106,419,0),(49849,107,419,0),(49850,108,419,0),(49851,109,419,0),(49852,110,419,0),(49853,111,419,0),(49854,112,419,0),(49855,113,419,0),(49856,114,419,0),(49857,115,419,0),(49858,116,419,0),(49859,117,419,0),(49860,118,419,0),(49861,119,419,0),(49862,1,420,0),(49863,2,420,0),(49864,3,420,0),(49865,4,420,0),(49866,5,420,0),(49867,6,420,0),(49868,7,420,0),(49869,8,420,0),(49870,9,420,0),(49871,10,420,0),(49872,11,420,0),(49873,12,420,0),(49874,13,420,0),(49875,14,420,0),(49876,15,420,0),(49877,16,420,0),(49878,17,420,0),(49879,18,420,0),(49880,19,420,0),(49881,20,420,0),(49882,21,420,0),(49883,22,420,0),(49884,23,420,0),(49885,24,420,0),(49886,25,420,0),(49887,26,420,0),(49888,27,420,0),(49889,28,420,0),(49890,29,420,0),(49891,30,420,0),(49892,31,420,0),(49893,32,420,0),(49894,33,420,0),(49895,34,420,0),(49896,35,420,0),(49897,36,420,0),(49898,37,420,0),(49899,38,420,0),(49900,39,420,0),(49901,40,420,0),(49902,41,420,0),(49903,42,420,0),(49904,43,420,0),(49905,44,420,0),(49906,45,420,0),(49907,46,420,0),(49908,47,420,0),(49909,48,420,0),(49910,49,420,0),(49911,50,420,0.0441318637982545),(49912,51,420,0),(49913,52,420,0),(49914,53,420,0),(49915,54,420,0),(49916,55,420,0),(49917,56,420,0),(49918,57,420,0),(49919,58,420,0),(49920,59,420,0),(49921,60,420,0),(49922,61,420,0),(49923,62,420,0),(49924,63,420,0),(49925,64,420,0),(49926,65,420,0),(49927,66,420,0),(49928,67,420,0),(49929,68,420,0),(49930,69,420,0),(49931,70,420,0),(49932,71,420,0),(49933,72,420,0),(49934,73,420,0),(49935,74,420,0),(49936,75,420,0),(49937,76,420,0),(49938,77,420,0),(49939,78,420,0),(49940,79,420,0),(49941,80,420,0),(49942,81,420,0),(49943,82,420,0),(49944,83,420,0),(49945,84,420,0),(49946,85,420,0),(49947,86,420,0),(49948,87,420,0),(49949,88,420,0),(49950,89,420,0),(49951,90,420,0),(49952,91,420,0),(49953,92,420,0),(49954,93,420,0),(49955,94,420,0),(49956,95,420,0),(49957,96,420,0),(49958,97,420,0),(49959,98,420,0),(49960,99,420,0),(49961,100,420,0),(49962,101,420,0),(49963,102,420,0),(49964,103,420,0),(49965,104,420,0),(49966,105,420,0),(49967,106,420,0),(49968,107,420,0),(49969,108,420,0),(49970,109,420,0),(49971,110,420,0),(49972,111,420,0),(49973,112,420,0),(49974,113,420,0),(49975,114,420,0),(49976,115,420,0),(49977,116,420,0),(49978,117,420,0),(49979,118,420,0),(49980,119,420,0),(49981,1,421,0),(49982,2,421,0),(49983,3,421,0),(49984,4,421,0),(49985,5,421,0),(49986,6,421,0),(49987,7,421,0),(49988,8,421,0),(49989,9,421,0),(49990,10,421,0),(49991,11,421,0),(49992,12,421,0),(49993,13,421,0),(49994,14,421,0),(49995,15,421,0),(49996,16,421,0),(49997,17,421,0),(49998,18,421,0),(49999,19,421,0),(50000,20,421,0),(50001,21,421,0),(50002,22,421,0),(50003,23,421,0),(50004,24,421,0),(50005,25,421,0),(50006,26,421,0),(50007,27,421,0),(50008,28,421,0),(50009,29,421,0),(50010,30,421,0),(50011,31,421,0),(50012,32,421,0),(50013,33,421,0),(50014,34,421,0),(50015,35,421,0),(50016,36,421,0),(50017,37,421,0),(50018,38,421,0),(50019,39,421,0),(50020,40,421,0),(50021,41,421,0),(50022,42,421,0),(50023,43,421,0),(50024,44,421,0),(50025,45,421,0),(50026,46,421,0),(50027,47,421,0),(50028,48,421,0),(50029,49,421,0),(50030,50,421,0.151383296593641),(50031,51,421,0),(50032,52,421,0),(50033,53,421,0),(50034,54,421,0),(50035,55,421,0),(50036,56,421,0),(50037,57,421,0),(50038,58,421,0),(50039,59,421,0),(50040,60,421,0),(50041,61,421,0),(50042,62,421,0),(50043,63,421,0),(50044,64,421,0),(50045,65,421,0),(50046,66,421,0),(50047,67,421,0),(50048,68,421,0),(50049,69,421,0),(50050,70,421,0),(50051,71,421,0),(50052,72,421,0),(50053,73,421,0),(50054,74,421,0),(50055,75,421,0),(50056,76,421,0),(50057,77,421,0),(50058,78,421,0),(50059,79,421,0),(50060,80,421,0),(50061,81,421,0),(50062,82,421,0),(50063,83,421,0),(50064,84,421,0),(50065,85,421,0),(50066,86,421,0),(50067,87,421,0),(50068,88,421,0),(50069,89,421,0),(50070,90,421,0),(50071,91,421,0),(50072,92,421,0),(50073,93,421,0),(50074,94,421,0),(50075,95,421,0),(50076,96,421,0),(50077,97,421,0),(50078,98,421,0),(50079,99,421,0),(50080,100,421,0),(50081,101,421,0),(50082,102,421,0),(50083,103,421,0),(50084,104,421,0),(50085,105,421,0),(50086,106,421,0),(50087,107,421,0),(50088,108,421,0),(50089,109,421,0),(50090,110,421,0),(50091,111,421,0),(50092,112,421,0),(50093,113,421,0),(50094,114,421,0),(50095,115,421,0),(50096,116,421,0),(50097,117,421,0),(50098,118,421,0),(50099,119,421,0),(50100,1,422,0),(50101,2,422,0),(50102,3,422,0),(50103,4,422,0),(50104,5,422,0),(50105,6,422,0),(50106,7,422,0),(50107,8,422,0),(50108,9,422,0),(50109,10,422,0),(50110,11,422,0),(50111,12,422,0),(50112,13,422,0),(50113,14,422,0),(50114,15,422,0),(50115,16,422,0),(50116,17,422,0),(50117,18,422,0),(50118,19,422,0),(50119,20,422,0),(50120,21,422,0),(50121,22,422,0),(50122,23,422,0),(50123,24,422,0),(50124,25,422,0),(50125,26,422,0),(50126,27,422,0),(50127,28,422,0),(50128,29,422,0),(50129,30,422,0),(50130,31,422,0),(50131,32,422,0),(50132,33,422,0),(50133,34,422,0),(50134,35,422,0),(50135,36,422,0),(50136,37,422,0),(50137,38,422,0),(50138,39,422,0),(50139,40,422,0),(50140,41,422,0),(50141,42,422,0),(50142,43,422,0),(50143,44,422,0),(50144,45,422,0),(50145,46,422,0),(50146,47,422,0),(50147,48,422,0),(50148,49,422,0),(50149,50,422,0.199783681156698),(50150,51,422,0),(50151,52,422,0),(50152,53,422,0),(50153,54,422,0),(50154,55,422,0),(50155,56,422,0),(50156,57,422,0),(50157,58,422,0),(50158,59,422,0),(50159,60,422,0),(50160,61,422,0),(50161,62,422,0),(50162,63,422,0),(50163,64,422,0),(50164,65,422,0),(50165,66,422,0),(50166,67,422,0),(50167,68,422,0),(50168,69,422,0),(50169,70,422,0),(50170,71,422,0),(50171,72,422,0),(50172,73,422,0),(50173,74,422,0),(50174,75,422,0),(50175,76,422,0),(50176,77,422,0),(50177,78,422,0),(50178,79,422,0),(50179,80,422,0),(50180,81,422,0),(50181,82,422,0),(50182,83,422,0),(50183,84,422,0),(50184,85,422,0),(50185,86,422,0),(50186,87,422,0),(50187,88,422,0),(50188,89,422,0),(50189,90,422,0),(50190,91,422,0),(50191,92,422,0),(50192,93,422,0),(50193,94,422,0),(50194,95,422,0),(50195,96,422,0),(50196,97,422,0),(50197,98,422,0),(50198,99,422,0),(50199,100,422,0),(50200,101,422,0),(50201,102,422,0),(50202,103,422,0),(50203,104,422,0),(50204,105,422,0),(50205,106,422,0),(50206,107,422,0),(50207,108,422,0),(50208,109,422,0),(50209,110,422,0),(50210,111,422,0),(50211,112,422,0),(50212,113,422,0),(50213,114,422,0),(50214,115,422,0),(50215,116,422,0),(50216,117,422,0),(50217,118,422,0),(50218,119,422,0),(50219,1,423,0),(50220,2,423,0),(50221,3,423,0),(50222,4,423,0),(50223,5,423,0),(50224,6,423,0),(50225,7,423,0),(50226,8,423,0),(50227,9,423,0),(50228,10,423,0),(50229,11,423,0),(50230,12,423,0),(50231,13,423,0),(50232,14,423,0),(50233,15,423,0),(50234,16,423,0),(50235,17,423,0),(50236,18,423,0),(50237,19,423,0),(50238,20,423,0),(50239,21,423,0),(50240,22,423,0),(50241,23,423,0),(50242,24,423,0),(50243,25,423,0),(50244,26,423,0),(50245,27,423,0),(50246,28,423,0),(50247,29,423,0),(50248,30,423,0),(50249,31,423,0),(50250,32,423,0),(50251,33,423,0),(50252,34,423,0),(50253,35,423,0),(50254,36,423,0),(50255,37,423,0),(50256,38,423,0),(50257,39,423,0),(50258,40,423,0),(50259,41,423,0),(50260,42,423,0),(50261,43,423,0),(50262,44,423,0),(50263,45,423,0),(50264,46,423,0),(50265,47,423,0),(50266,48,423,0),(50267,49,423,0),(50268,50,423,0.0736059157553314),(50269,51,423,0),(50270,52,423,0),(50271,53,423,0),(50272,54,423,0),(50273,55,423,0),(50274,56,423,0),(50275,57,423,0),(50276,58,423,0),(50277,59,423,0),(50278,60,423,0),(50279,61,423,0),(50280,62,423,0),(50281,63,423,0),(50282,64,423,0),(50283,65,423,0),(50284,66,423,0),(50285,67,423,0),(50286,68,423,0),(50287,69,423,0),(50288,70,423,0),(50289,71,423,0),(50290,72,423,0),(50291,73,423,0),(50292,74,423,0),(50293,75,423,0),(50294,76,423,0),(50295,77,423,0),(50296,78,423,0),(50297,79,423,0),(50298,80,423,0),(50299,81,423,0),(50300,82,423,0),(50301,83,423,0),(50302,84,423,0),(50303,85,423,0),(50304,86,423,0),(50305,87,423,0),(50306,88,423,0),(50307,89,423,0),(50308,90,423,0),(50309,91,423,0),(50310,92,423,0),(50311,93,423,0),(50312,94,423,0),(50313,95,423,0),(50314,96,423,0),(50315,97,423,0),(50316,98,423,0),(50317,99,423,0),(50318,100,423,0),(50319,101,423,0),(50320,102,423,0),(50321,103,423,0),(50322,104,423,0),(50323,105,423,0),(50324,106,423,0),(50325,107,423,0),(50326,108,423,0),(50327,109,423,0),(50328,110,423,0),(50329,111,423,0),(50330,112,423,0),(50331,113,423,0),(50332,114,423,0),(50333,115,423,0),(50334,116,423,0),(50335,117,423,0),(50336,118,423,0),(50337,119,423,0),(50338,1,424,0),(50339,2,424,0),(50340,3,424,0),(50341,4,424,0),(50342,5,424,0),(50343,6,424,0),(50344,7,424,0),(50345,8,424,0),(50346,9,424,0),(50347,10,424,0),(50348,11,424,0),(50349,12,424,0),(50350,13,424,0),(50351,14,424,0),(50352,15,424,0),(50353,16,424,0),(50354,17,424,0),(50355,18,424,0),(50356,19,424,0),(50357,20,424,0),(50358,21,424,0),(50359,22,424,0),(50360,23,424,0),(50361,24,424,0),(50362,25,424,0),(50363,26,424,0),(50364,27,424,0),(50365,28,424,0),(50366,29,424,0),(50367,30,424,0),(50368,31,424,0),(50369,32,424,0),(50370,33,424,0),(50371,34,424,0),(50372,35,424,0),(50373,36,424,0),(50374,37,424,0),(50375,38,424,0),(50376,39,424,0),(50377,40,424,0),(50378,41,424,0),(50379,42,424,0),(50380,43,424,0),(50381,44,424,0),(50382,45,424,0),(50383,46,424,0),(50384,47,424,0),(50385,48,424,0),(50386,49,424,0),(50387,50,424,0.0648360698590731),(50388,51,424,0),(50389,52,424,0),(50390,53,424,0),(50391,54,424,0),(50392,55,424,0),(50393,56,424,0),(50394,57,424,0),(50395,58,424,0),(50396,59,424,0),(50397,60,424,0),(50398,61,424,0),(50399,62,424,0),(50400,63,424,0),(50401,64,424,0),(50402,65,424,0),(50403,66,424,0),(50404,67,424,0),(50405,68,424,0),(50406,69,424,0),(50407,70,424,0),(50408,71,424,0),(50409,72,424,0),(50410,73,424,0),(50411,74,424,0),(50412,75,424,0),(50413,76,424,0),(50414,77,424,0),(50415,78,424,0),(50416,79,424,0),(50417,80,424,0),(50418,81,424,0),(50419,82,424,0),(50420,83,424,0),(50421,84,424,0),(50422,85,424,0),(50423,86,424,0),(50424,87,424,0),(50425,88,424,0),(50426,89,424,0),(50427,90,424,0),(50428,91,424,0),(50429,92,424,0),(50430,93,424,0),(50431,94,424,0),(50432,95,424,0),(50433,96,424,0),(50434,97,424,0),(50435,98,424,0),(50436,99,424,0),(50437,100,424,0),(50438,101,424,0),(50439,102,424,0),(50440,103,424,0),(50441,104,424,0),(50442,105,424,0),(50443,106,424,0),(50444,107,424,0),(50445,108,424,0),(50446,109,424,0),(50447,110,424,0),(50448,111,424,0),(50449,112,424,0),(50450,113,424,0),(50451,114,424,0),(50452,115,424,0),(50453,116,424,0),(50454,117,424,0),(50455,118,424,0),(50456,119,424,0),(50457,1,425,0),(50458,2,425,0),(50459,3,425,0),(50460,4,425,0),(50461,5,425,0),(50462,6,425,0),(50463,7,425,0),(50464,8,425,0),(50465,9,425,0),(50466,10,425,0),(50467,11,425,0),(50468,12,425,0),(50469,13,425,0),(50470,14,425,0),(50471,15,425,0),(50472,16,425,0),(50473,17,425,0),(50474,18,425,0),(50475,19,425,0),(50476,20,425,0),(50477,21,425,0),(50478,22,425,0),(50479,23,425,0),(50480,24,425,0),(50481,25,425,0),(50482,26,425,0),(50483,27,425,0),(50484,28,425,0),(50485,29,425,0),(50486,30,425,0),(50487,31,425,0),(50488,32,425,0),(50489,33,425,0),(50490,34,425,0),(50491,35,425,0),(50492,36,425,0),(50493,37,425,0),(50494,38,425,0),(50495,39,425,0),(50496,40,425,0),(50497,41,425,0),(50498,42,425,0),(50499,43,425,0),(50500,44,425,0),(50501,45,425,0),(50502,46,425,0),(50503,47,425,0),(50504,48,425,0),(50505,49,425,0),(50506,50,425,0.251882777103475),(50507,51,425,0),(50508,52,425,0),(50509,53,425,0),(50510,54,425,0),(50511,55,425,0),(50512,56,425,0),(50513,57,425,0),(50514,58,425,0),(50515,59,425,0),(50516,60,425,0),(50517,61,425,0),(50518,62,425,0),(50519,63,425,0),(50520,64,425,0),(50521,65,425,0),(50522,66,425,0),(50523,67,425,0),(50524,68,425,0),(50525,69,425,0),(50526,70,425,0),(50527,71,425,0),(50528,72,425,0),(50529,73,425,0),(50530,74,425,0),(50531,75,425,0),(50532,76,425,0),(50533,77,425,0),(50534,78,425,0),(50535,79,425,0),(50536,80,425,0),(50537,81,425,0),(50538,82,425,0),(50539,83,425,0),(50540,84,425,0),(50541,85,425,0),(50542,86,425,0),(50543,87,425,0),(50544,88,425,0),(50545,89,425,0),(50546,90,425,0),(50547,91,425,0),(50548,92,425,0),(50549,93,425,0),(50550,94,425,0),(50551,95,425,0),(50552,96,425,0),(50553,97,425,0),(50554,98,425,0),(50555,99,425,0),(50556,100,425,0),(50557,101,425,0),(50558,102,425,0),(50559,103,425,0),(50560,104,425,0),(50561,105,425,0),(50562,106,425,0),(50563,107,425,0),(50564,108,425,0),(50565,109,425,0),(50566,110,425,0),(50567,111,425,0),(50568,112,425,0),(50569,113,425,0),(50570,114,425,0),(50571,115,425,0),(50572,116,425,0),(50573,117,425,0),(50574,118,425,0),(50575,119,425,0),(50576,1,426,0),(50577,2,426,0),(50578,3,426,0),(50579,4,426,0),(50580,5,426,0),(50581,6,426,0),(50582,7,426,0),(50583,8,426,0),(50584,9,426,0),(50585,10,426,0),(50586,11,426,0),(50587,12,426,0),(50588,13,426,0),(50589,14,426,0),(50590,15,426,0),(50591,16,426,0),(50592,17,426,0),(50593,18,426,0),(50594,19,426,0),(50595,20,426,0),(50596,21,426,0),(50597,22,426,0),(50598,23,426,0),(50599,24,426,0),(50600,25,426,0),(50601,26,426,0),(50602,27,426,0),(50603,28,426,0),(50604,29,426,0),(50605,30,426,0),(50606,31,426,0),(50607,32,426,0),(50608,33,426,0),(50609,34,426,0),(50610,35,426,0),(50611,36,426,0),(50612,37,426,0),(50613,38,426,0),(50614,39,426,0),(50615,40,426,0),(50616,41,426,0),(50617,42,426,0),(50618,43,426,0),(50619,44,426,0),(50620,45,426,0),(50621,46,426,0),(50622,47,426,0),(50623,48,426,0),(50624,49,426,0),(50625,50,426,0.161211740907621),(50626,51,426,0),(50627,52,426,0),(50628,53,426,0),(50629,54,426,0),(50630,55,426,0),(50631,56,426,0),(50632,57,426,0),(50633,58,426,0),(50634,59,426,0),(50635,60,426,0),(50636,61,426,0),(50637,62,426,0),(50638,63,426,0),(50639,64,426,0),(50640,65,426,0),(50641,66,426,0),(50642,67,426,0),(50643,68,426,0),(50644,69,426,0),(50645,70,426,0),(50646,71,426,0),(50647,72,426,0),(50648,73,426,0),(50649,74,426,0),(50650,75,426,0),(50651,76,426,0),(50652,77,426,0),(50653,78,426,0),(50654,79,426,0),(50655,80,426,0),(50656,81,426,0),(50657,82,426,0),(50658,83,426,0),(50659,84,426,0),(50660,85,426,0),(50661,86,426,0),(50662,87,426,0),(50663,88,426,0),(50664,89,426,0),(50665,90,426,0),(50666,91,426,0),(50667,92,426,0),(50668,93,426,0),(50669,94,426,0),(50670,95,426,0),(50671,96,426,0),(50672,97,426,0),(50673,98,426,0),(50674,99,426,0),(50675,100,426,0),(50676,101,426,0),(50677,102,426,0),(50678,103,426,0),(50679,104,426,0),(50680,105,426,0),(50681,106,426,0),(50682,107,426,0),(50683,108,426,0),(50684,109,426,0),(50685,110,426,0),(50686,111,426,0),(50687,112,426,0),(50688,113,426,0),(50689,114,426,0),(50690,115,426,0),(50691,116,426,0),(50692,117,426,0),(50693,118,426,0),(50694,119,426,0),(50695,1,427,0),(50696,2,427,0),(50697,3,427,0),(50698,4,427,0),(50699,5,427,0),(50700,6,427,0),(50701,7,427,0),(50702,8,427,0),(50703,9,427,0),(50704,10,427,0),(50705,11,427,0),(50706,12,427,0),(50707,13,427,0),(50708,14,427,0),(50709,15,427,0),(50710,16,427,0),(50711,17,427,0),(50712,18,427,0),(50713,19,427,0),(50714,20,427,0),(50715,21,427,0),(50716,22,427,0),(50717,23,427,0),(50718,24,427,0),(50719,25,427,0),(50720,26,427,0),(50721,27,427,0),(50722,28,427,0),(50723,29,427,0),(50724,30,427,0),(50725,31,427,0),(50726,32,427,0),(50727,33,427,0),(50728,34,427,0),(50729,35,427,0),(50730,36,427,0),(50731,37,427,0),(50732,38,427,0),(50733,39,427,0),(50734,40,427,0),(50735,41,427,0),(50736,42,427,0),(50737,43,427,0),(50738,44,427,0),(50739,45,427,0),(50740,46,427,0),(50741,47,427,0),(50742,48,427,0),(50743,49,427,0),(50744,50,427,0),(50745,51,427,0.245937854150733),(50746,52,427,0),(50747,53,427,0),(50748,54,427,0),(50749,55,427,0),(50750,56,427,0),(50751,57,427,0),(50752,58,427,0),(50753,59,427,0),(50754,60,427,0),(50755,61,427,0),(50756,62,427,0),(50757,63,427,0),(50758,64,427,0),(50759,65,427,0),(50760,66,427,0),(50761,67,427,0),(50762,68,427,0),(50763,69,427,0),(50764,70,427,0),(50765,71,427,0),(50766,72,427,0),(50767,73,427,0),(50768,74,427,0),(50769,75,427,0),(50770,76,427,0),(50771,77,427,0),(50772,78,427,0),(50773,79,427,0),(50774,80,427,0),(50775,81,427,0),(50776,82,427,0),(50777,83,427,0),(50778,84,427,0),(50779,85,427,0),(50780,86,427,0),(50781,87,427,0),(50782,88,427,0),(50783,89,427,0),(50784,90,427,0),(50785,91,427,0),(50786,92,427,0),(50787,93,427,0),(50788,94,427,0),(50789,95,427,0),(50790,96,427,0),(50791,97,427,0),(50792,98,427,0),(50793,99,427,0),(50794,100,427,0),(50795,101,427,0),(50796,102,427,0),(50797,103,427,0),(50798,104,427,0),(50799,105,427,0),(50800,106,427,0),(50801,107,427,0),(50802,108,427,0),(50803,109,427,0),(50804,110,427,0),(50805,111,427,0),(50806,112,427,0),(50807,113,427,0),(50808,114,427,0),(50809,115,427,0),(50810,116,427,0),(50811,117,427,0),(50812,118,427,0),(50813,119,427,0),(50814,1,428,0),(50815,2,428,0),(50816,3,428,0),(50817,4,428,0),(50818,5,428,0),(50819,6,428,0),(50820,7,428,0),(50821,8,428,0),(50822,9,428,0),(50823,10,428,0),(50824,11,428,0),(50825,12,428,0),(50826,13,428,0),(50827,14,428,0),(50828,15,428,0),(50829,16,428,0),(50830,17,428,0),(50831,18,428,0),(50832,19,428,0),(50833,20,428,0),(50834,21,428,0),(50835,22,428,0),(50836,23,428,0),(50837,24,428,0),(50838,25,428,0),(50839,26,428,0),(50840,27,428,0),(50841,28,428,0),(50842,29,428,0),(50843,30,428,0),(50844,31,428,0),(50845,32,428,0),(50846,33,428,0),(50847,34,428,0),(50848,35,428,0),(50849,36,428,0),(50850,37,428,0),(50851,38,428,0),(50852,39,428,0),(50853,40,428,0),(50854,41,428,0),(50855,42,428,0),(50856,43,428,0),(50857,44,428,0),(50858,45,428,0),(50859,46,428,0),(50860,47,428,0),(50861,48,428,0),(50862,49,428,0),(50863,50,428,0),(50864,51,428,0.254062145849267),(50865,52,428,0),(50866,53,428,0),(50867,54,428,0),(50868,55,428,0),(50869,56,428,0),(50870,57,428,0),(50871,58,428,0),(50872,59,428,0),(50873,60,428,0),(50874,61,428,0),(50875,62,428,0),(50876,63,428,0),(50877,64,428,0),(50878,65,428,0),(50879,66,428,0),(50880,67,428,0),(50881,68,428,0),(50882,69,428,0),(50883,70,428,0),(50884,71,428,0),(50885,72,428,0),(50886,73,428,0),(50887,74,428,0),(50888,75,428,0),(50889,76,428,0),(50890,77,428,0),(50891,78,428,0),(50892,79,428,0),(50893,80,428,0),(50894,81,428,0),(50895,82,428,0),(50896,83,428,0),(50897,84,428,0),(50898,85,428,0),(50899,86,428,0),(50900,87,428,0),(50901,88,428,0),(50902,89,428,0),(50903,90,428,0),(50904,91,428,0),(50905,92,428,0),(50906,93,428,0),(50907,94,428,0),(50908,95,428,0),(50909,96,428,0),(50910,97,428,0),(50911,98,428,0),(50912,99,428,0),(50913,100,428,0),(50914,101,428,0),(50915,102,428,0),(50916,103,428,0),(50917,104,428,0),(50918,105,428,0),(50919,106,428,0),(50920,107,428,0),(50921,108,428,0),(50922,109,428,0),(50923,110,428,0),(50924,111,428,0),(50925,112,428,0),(50926,113,428,0),(50927,114,428,0),(50928,115,428,0),(50929,116,428,0),(50930,117,428,0),(50931,118,428,0),(50932,119,428,0),(50933,1,429,0),(50934,2,429,0),(50935,3,429,0),(50936,4,429,0),(50937,5,429,0),(50938,6,429,0),(50939,7,429,0),(50940,8,429,0),(50941,9,429,0),(50942,10,429,0),(50943,11,429,0),(50944,12,429,0),(50945,13,429,0),(50946,14,429,0),(50947,15,429,0),(50948,16,429,0),(50949,17,429,0),(50950,18,429,0),(50951,19,429,0),(50952,20,429,0),(50953,21,429,0),(50954,22,429,0),(50955,23,429,0),(50956,24,429,0),(50957,25,429,0),(50958,26,429,0),(50959,27,429,0),(50960,28,429,0),(50961,29,429,0),(50962,30,429,0),(50963,31,429,0),(50964,32,429,0),(50965,33,429,0),(50966,34,429,0),(50967,35,429,0),(50968,36,429,0),(50969,37,429,0),(50970,38,429,0),(50971,39,429,0),(50972,40,429,0),(50973,41,429,0),(50974,42,429,0),(50975,43,429,0),(50976,44,429,0),(50977,45,429,0),(50978,46,429,0),(50979,47,429,0),(50980,48,429,0),(50981,49,429,0),(50982,50,429,0),(50983,51,429,0.0111817159110512),(50984,52,429,0),(50985,53,429,0),(50986,54,429,0),(50987,55,429,0),(50988,56,429,0),(50989,57,429,0),(50990,58,429,0),(50991,59,429,0),(50992,60,429,0),(50993,61,429,0),(50994,62,429,0),(50995,63,429,0),(50996,64,429,0),(50997,65,429,0),(50998,66,429,0),(50999,67,429,0),(51000,68,429,0),(51001,69,429,0),(51002,70,429,0),(51003,71,429,0),(51004,72,429,0),(51005,73,429,0),(51006,74,429,0),(51007,75,429,0),(51008,76,429,0),(51009,77,429,0),(51010,78,429,0),(51011,79,429,0),(51012,80,429,0),(51013,81,429,0),(51014,82,429,0),(51015,83,429,0),(51016,84,429,0),(51017,85,429,0),(51018,86,429,0),(51019,87,429,0),(51020,88,429,0),(51021,89,429,0),(51022,90,429,0),(51023,91,429,0),(51024,92,429,0),(51025,93,429,0),(51026,94,429,0),(51027,95,429,0),(51028,96,429,0),(51029,97,429,0),(51030,98,429,0),(51031,99,429,0),(51032,100,429,0),(51033,101,429,0),(51034,102,429,0),(51035,103,429,0),(51036,104,429,0),(51037,105,429,0),(51038,106,429,0),(51039,107,429,0),(51040,108,429,0),(51041,109,429,0),(51042,110,429,0),(51043,111,429,0),(51044,112,429,0),(51045,113,429,0),(51046,114,429,0),(51047,115,429,0),(51048,116,429,0),(51049,117,429,0),(51050,118,429,0),(51051,119,429,0),(51052,1,430,0),(51053,2,430,0),(51054,3,430,0),(51055,4,430,0),(51056,5,430,0),(51057,6,430,0),(51058,7,430,0),(51059,8,430,0),(51060,9,430,0),(51061,10,430,0),(51062,11,430,0),(51063,12,430,0),(51064,13,430,0),(51065,14,430,0),(51066,15,430,0),(51067,16,430,0),(51068,17,430,0),(51069,18,430,0),(51070,19,430,0),(51071,20,430,0),(51072,21,430,0),(51073,22,430,0),(51074,23,430,0),(51075,24,430,0),(51076,25,430,0),(51077,26,430,0),(51078,27,430,0),(51079,28,430,0),(51080,29,430,0),(51081,30,430,0),(51082,31,430,0),(51083,32,430,0),(51084,33,430,0),(51085,34,430,0),(51086,35,430,0),(51087,36,430,0),(51088,37,430,0),(51089,38,430,0),(51090,39,430,0),(51091,40,430,0),(51092,41,430,0),(51093,42,430,0),(51094,43,430,0),(51095,44,430,0),(51096,45,430,0),(51097,46,430,0),(51098,47,430,0),(51099,48,430,0),(51100,49,430,0),(51101,50,430,0),(51102,51,430,0.0781474577788315),(51103,52,430,0),(51104,53,430,0),(51105,54,430,0),(51106,55,430,0),(51107,56,430,0),(51108,57,430,0),(51109,58,430,0),(51110,59,430,0),(51111,60,430,0),(51112,61,430,0),(51113,62,430,0),(51114,63,430,0),(51115,64,430,0),(51116,65,430,0),(51117,66,430,0),(51118,67,430,0),(51119,68,430,0),(51120,69,430,0),(51121,70,430,0),(51122,71,430,0),(51123,72,430,0),(51124,73,430,0),(51125,74,430,0),(51126,75,430,0),(51127,76,430,0),(51128,77,430,0),(51129,78,430,0),(51130,79,430,0),(51131,80,430,0),(51132,81,430,0),(51133,82,430,0),(51134,83,430,0),(51135,84,430,0),(51136,85,430,0),(51137,86,430,0),(51138,87,430,0),(51139,88,430,0),(51140,89,430,0),(51141,90,430,0),(51142,91,430,0),(51143,92,430,0),(51144,93,430,0),(51145,94,430,0),(51146,95,430,0),(51147,96,430,0),(51148,97,430,0),(51149,98,430,0),(51150,99,430,0),(51151,100,430,0),(51152,101,430,0),(51153,102,430,0),(51154,103,430,0),(51155,104,430,0),(51156,105,430,0),(51157,106,430,0),(51158,107,430,0),(51159,108,430,0),(51160,109,430,0),(51161,110,430,0),(51162,111,430,0),(51163,112,430,0),(51164,113,430,0),(51165,114,430,0),(51166,115,430,0),(51167,116,430,0),(51168,117,430,0),(51169,118,430,0),(51170,119,430,0),(51171,1,431,0),(51172,2,431,0),(51173,3,431,0),(51174,4,431,0),(51175,5,431,0),(51176,6,431,0),(51177,7,431,0),(51178,8,431,0),(51179,9,431,0),(51180,10,431,0),(51181,11,431,0),(51182,12,431,0),(51183,13,431,0),(51184,14,431,0),(51185,15,431,0),(51186,16,431,0),(51187,17,431,0),(51188,18,431,0),(51189,19,431,0),(51190,20,431,0),(51191,21,431,0),(51192,22,431,0),(51193,23,431,0),(51194,24,431,0),(51195,25,431,0),(51196,26,431,0),(51197,27,431,0),(51198,28,431,0),(51199,29,431,0),(51200,30,431,0),(51201,31,431,0),(51202,32,431,0),(51203,33,431,0),(51204,34,431,0),(51205,35,431,0),(51206,36,431,0),(51207,37,431,0),(51208,38,431,0),(51209,39,431,0),(51210,40,431,0),(51211,41,431,0),(51212,42,431,0),(51213,43,431,0),(51214,44,431,0),(51215,45,431,0),(51216,46,431,0),(51217,47,431,0),(51218,48,431,0),(51219,49,431,0),(51220,50,431,0),(51221,51,431,0.260951941982729),(51222,52,431,0),(51223,53,431,0),(51224,54,431,0),(51225,55,431,0),(51226,56,431,0),(51227,57,431,0),(51228,58,431,0),(51229,59,431,0),(51230,60,431,0),(51231,61,431,0),(51232,62,431,0),(51233,63,431,0),(51234,64,431,0),(51235,65,431,0),(51236,66,431,0),(51237,67,431,0),(51238,68,431,0),(51239,69,431,0),(51240,70,431,0),(51241,71,431,0),(51242,72,431,0),(51243,73,431,0),(51244,74,431,0),(51245,75,431,0),(51246,76,431,0),(51247,77,431,0),(51248,78,431,0),(51249,79,431,0),(51250,80,431,0),(51251,81,431,0),(51252,82,431,0),(51253,83,431,0),(51254,84,431,0),(51255,85,431,0),(51256,86,431,0),(51257,87,431,0),(51258,88,431,0),(51259,89,431,0),(51260,90,431,0),(51261,91,431,0),(51262,92,431,0),(51263,93,431,0),(51264,94,431,0),(51265,95,431,0),(51266,96,431,0),(51267,97,431,0),(51268,98,431,0),(51269,99,431,0),(51270,100,431,0),(51271,101,431,0),(51272,102,431,0),(51273,103,431,0),(51274,104,431,0),(51275,105,431,0),(51276,106,431,0),(51277,107,431,0),(51278,108,431,0),(51279,109,431,0),(51280,110,431,0),(51281,111,431,0),(51282,112,431,0),(51283,113,431,0),(51284,114,431,0),(51285,115,431,0),(51286,116,431,0),(51287,117,431,0),(51288,118,431,0),(51289,119,431,0),(51290,1,432,0),(51291,2,432,0),(51292,3,432,0),(51293,4,432,0),(51294,5,432,0),(51295,6,432,0),(51296,7,432,0),(51297,8,432,0),(51298,9,432,0),(51299,10,432,0),(51300,11,432,0),(51301,12,432,0),(51302,13,432,0),(51303,14,432,0),(51304,15,432,0),(51305,16,432,0),(51306,17,432,0),(51307,18,432,0),(51308,19,432,0),(51309,20,432,0),(51310,21,432,0),(51311,22,432,0),(51312,23,432,0),(51313,24,432,0),(51314,25,432,0),(51315,26,432,0),(51316,27,432,0),(51317,28,432,0),(51318,29,432,0),(51319,30,432,0),(51320,31,432,0),(51321,32,432,0),(51322,33,432,0),(51323,34,432,0),(51324,35,432,0),(51325,36,432,0),(51326,37,432,0),(51327,38,432,0),(51328,39,432,0),(51329,40,432,0),(51330,41,432,0),(51331,42,432,0),(51332,43,432,0),(51333,44,432,0),(51334,45,432,0),(51335,46,432,0),(51336,47,432,0),(51337,48,432,0),(51338,49,432,0),(51339,50,432,0),(51340,51,432,0.0662437515985979),(51341,52,432,0),(51342,53,432,0),(51343,54,432,0),(51344,55,432,0),(51345,56,432,0),(51346,57,432,0),(51347,58,432,0),(51348,59,432,0),(51349,60,432,0),(51350,61,432,0),(51351,62,432,0),(51352,63,432,0),(51353,64,432,0),(51354,65,432,0),(51355,66,432,0),(51356,67,432,0),(51357,68,432,0),(51358,69,432,0),(51359,70,432,0),(51360,71,432,0),(51361,72,432,0),(51362,73,432,0),(51363,74,432,0),(51364,75,432,0),(51365,76,432,0),(51366,77,432,0),(51367,78,432,0),(51368,79,432,0),(51369,80,432,0),(51370,81,432,0),(51371,82,432,0),(51372,83,432,0),(51373,84,432,0),(51374,85,432,0),(51375,86,432,0),(51376,87,432,0),(51377,88,432,0),(51378,89,432,0),(51379,90,432,0),(51380,91,432,0),(51381,92,432,0),(51382,93,432,0),(51383,94,432,0),(51384,95,432,0),(51385,96,432,0),(51386,97,432,0),(51387,98,432,0),(51388,99,432,0),(51389,100,432,0),(51390,101,432,0),(51391,102,432,0),(51392,103,432,0),(51393,104,432,0),(51394,105,432,0),(51395,106,432,0),(51396,107,432,0),(51397,108,432,0),(51398,109,432,0),(51399,110,432,0),(51400,111,432,0),(51401,112,432,0),(51402,113,432,0),(51403,114,432,0),(51404,115,432,0),(51405,116,432,0),(51406,117,432,0),(51407,118,432,0),(51408,119,432,0),(51409,1,433,0),(51410,2,433,0),(51411,3,433,0),(51412,4,433,0),(51413,5,433,0),(51414,6,433,0),(51415,7,433,0),(51416,8,433,0),(51417,9,433,0),(51418,10,433,0),(51419,11,433,0),(51420,12,433,0),(51421,13,433,0),(51422,14,433,0),(51423,15,433,0),(51424,16,433,0),(51425,17,433,0),(51426,18,433,0),(51427,19,433,0),(51428,20,433,0),(51429,21,433,0),(51430,22,433,0),(51431,23,433,0),(51432,24,433,0),(51433,25,433,0),(51434,26,433,0),(51435,27,433,0),(51436,28,433,0),(51437,29,433,0),(51438,30,433,0),(51439,31,433,0),(51440,32,433,0),(51441,33,433,0),(51442,34,433,0),(51443,35,433,0),(51444,36,433,0),(51445,37,433,0),(51446,38,433,0),(51447,39,433,0),(51448,40,433,0),(51449,41,433,0),(51450,42,433,0),(51451,43,433,0),(51452,44,433,0),(51453,45,433,0),(51454,46,433,0),(51455,47,433,0),(51456,48,433,0),(51457,49,433,0),(51458,50,433,0),(51459,51,433,0.38347513272879),(51460,52,433,0),(51461,53,433,0),(51462,54,433,0),(51463,55,433,0),(51464,56,433,0),(51465,57,433,0),(51466,58,433,0),(51467,59,433,0),(51468,60,433,0),(51469,61,433,0),(51470,62,433,0),(51471,63,433,0),(51472,64,433,0),(51473,65,433,0),(51474,66,433,0),(51475,67,433,0),(51476,68,433,0),(51477,69,433,0),(51478,70,433,0),(51479,71,433,0),(51480,72,433,0),(51481,73,433,0),(51482,74,433,0),(51483,75,433,0),(51484,76,433,0),(51485,77,433,0),(51486,78,433,0),(51487,79,433,0),(51488,80,433,0),(51489,81,433,0),(51490,82,433,0),(51491,83,433,0),(51492,84,433,0),(51493,85,433,0),(51494,86,433,0),(51495,87,433,0),(51496,88,433,0),(51497,89,433,0),(51498,90,433,0),(51499,91,433,0),(51500,92,433,0),(51501,93,433,0),(51502,94,433,0),(51503,95,433,0),(51504,96,433,0),(51505,97,433,0),(51506,98,433,0),(51507,99,433,0),(51508,100,433,0),(51509,101,433,0),(51510,102,433,0),(51511,103,433,0),(51512,104,433,0),(51513,105,433,0),(51514,106,433,0),(51515,107,433,0),(51516,108,433,0),(51517,109,433,0),(51518,110,433,0),(51519,111,433,0),(51520,112,433,0),(51521,113,433,0),(51522,114,433,0),(51523,115,433,0),(51524,116,433,0),(51525,117,433,0),(51526,118,433,0),(51527,119,433,0),(51528,1,434,0),(51529,2,434,0),(51530,3,434,0),(51531,4,434,0),(51532,5,434,0),(51533,6,434,0),(51534,7,434,0),(51535,8,434,0),(51536,9,434,0),(51537,10,434,0),(51538,11,434,0),(51539,12,434,0),(51540,13,434,0),(51541,14,434,0),(51542,15,434,0),(51543,16,434,0),(51544,17,434,0),(51545,18,434,0),(51546,19,434,0),(51547,20,434,0),(51548,21,434,0),(51549,22,434,0),(51550,23,434,0),(51551,24,434,0),(51552,25,434,0),(51553,26,434,0),(51554,27,434,0),(51555,28,434,0),(51556,29,434,0),(51557,30,434,0),(51558,31,434,0),(51559,32,434,0),(51560,33,434,0),(51561,34,434,0),(51562,35,434,0),(51563,36,434,0),(51564,37,434,0),(51565,38,434,0),(51566,39,434,0),(51567,40,434,0),(51568,41,434,0),(51569,42,434,0),(51570,43,434,0),(51571,44,434,0),(51572,45,434,0),(51573,46,434,0),(51574,47,434,0),(51575,48,434,0),(51576,49,434,0),(51577,50,434,0),(51578,51,434,0.230182411099246),(51579,52,434,0),(51580,53,434,0),(51581,54,434,0),(51582,55,434,0),(51583,56,434,0),(51584,57,434,0),(51585,58,434,0),(51586,59,434,0),(51587,60,434,0),(51588,61,434,0),(51589,62,434,0),(51590,63,434,0),(51591,64,434,0),(51592,65,434,0),(51593,66,434,0),(51594,67,434,0),(51595,68,434,0),(51596,69,434,0),(51597,70,434,0),(51598,71,434,0),(51599,72,434,0),(51600,73,434,0),(51601,74,434,0),(51602,75,434,0),(51603,76,434,0),(51604,77,434,0),(51605,78,434,0),(51606,79,434,0),(51607,80,434,0),(51608,81,434,0),(51609,82,434,0),(51610,83,434,0),(51611,84,434,0),(51612,85,434,0),(51613,86,434,0),(51614,87,434,0),(51615,88,434,0),(51616,89,434,0),(51617,90,434,0),(51618,91,434,0),(51619,92,434,0),(51620,93,434,0),(51621,94,434,0),(51622,95,434,0),(51623,96,434,0),(51624,97,434,0),(51625,98,434,0),(51626,99,434,0),(51627,100,434,0),(51628,101,434,0),(51629,102,434,0),(51630,103,434,0),(51631,104,434,0),(51632,105,434,0),(51633,106,434,0),(51634,107,434,0),(51635,108,434,0),(51636,109,434,0),(51637,110,434,0),(51638,111,434,0),(51639,112,434,0),(51640,113,434,0),(51641,114,434,0),(51642,115,434,0),(51643,116,434,0),(51644,117,434,0),(51645,118,434,0),(51646,119,434,0),(51647,1,435,0),(51648,2,435,0),(51649,3,435,0),(51650,4,435,0),(51651,5,435,0),(51652,6,435,0),(51653,7,435,0),(51654,8,435,0),(51655,9,435,0),(51656,10,435,0),(51657,11,435,0),(51658,12,435,0),(51659,13,435,0),(51660,14,435,0),(51661,15,435,0),(51662,16,435,0),(51663,17,435,0),(51664,18,435,0),(51665,19,435,0),(51666,20,435,0),(51667,21,435,0),(51668,22,435,0),(51669,23,435,0),(51670,24,435,0),(51671,25,435,0),(51672,26,435,0),(51673,27,435,0),(51674,28,435,0),(51675,29,435,0),(51676,30,435,0),(51677,31,435,0),(51678,32,435,0),(51679,33,435,0),(51680,34,435,0),(51681,35,435,0),(51682,36,435,0),(51683,37,435,0),(51684,38,435,0),(51685,39,435,0),(51686,40,435,0),(51687,41,435,0),(51688,42,435,0),(51689,43,435,0),(51690,44,435,0),(51691,45,435,0),(51692,46,435,0),(51693,47,435,0),(51694,48,435,0),(51695,49,435,0),(51696,50,435,0),(51697,51,435,0.0546907685652011),(51698,52,435,0),(51699,53,435,0),(51700,54,435,0),(51701,55,435,0),(51702,56,435,0),(51703,57,435,0),(51704,58,435,0),(51705,59,435,0),(51706,60,435,0),(51707,61,435,0),(51708,62,435,0),(51709,63,435,0),(51710,64,435,0),(51711,65,435,0),(51712,66,435,0),(51713,67,435,0),(51714,68,435,0),(51715,69,435,0),(51716,70,435,0),(51717,71,435,0),(51718,72,435,0),(51719,73,435,0),(51720,74,435,0),(51721,75,435,0),(51722,76,435,0),(51723,77,435,0),(51724,78,435,0),(51725,79,435,0),(51726,80,435,0),(51727,81,435,0),(51728,82,435,0),(51729,83,435,0),(51730,84,435,0),(51731,85,435,0),(51732,86,435,0),(51733,87,435,0),(51734,88,435,0),(51735,89,435,0),(51736,90,435,0),(51737,91,435,0),(51738,92,435,0),(51739,93,435,0),(51740,94,435,0),(51741,95,435,0),(51742,96,435,0),(51743,97,435,0),(51744,98,435,0),(51745,99,435,0),(51746,100,435,0),(51747,101,435,0),(51748,102,435,0),(51749,103,435,0),(51750,104,435,0),(51751,105,435,0),(51752,106,435,0),(51753,107,435,0),(51754,108,435,0),(51755,109,435,0),(51756,110,435,0),(51757,111,435,0),(51758,112,435,0),(51759,113,435,0),(51760,114,435,0),(51761,115,435,0),(51762,116,435,0),(51763,117,435,0),(51764,118,435,0),(51765,119,435,0),(51766,1,436,0),(51767,2,436,0),(51768,3,436,0),(51769,4,436,0),(51770,5,436,0),(51771,6,436,0),(51772,7,436,0),(51773,8,436,0),(51774,9,436,0),(51775,10,436,0),(51776,11,436,0),(51777,12,436,0),(51778,13,436,0),(51779,14,436,0),(51780,15,436,0),(51781,16,436,0),(51782,17,436,0),(51783,18,436,0),(51784,19,436,0),(51785,20,436,0),(51786,21,436,0),(51787,22,436,0),(51788,23,436,0),(51789,24,436,0),(51790,25,436,0),(51791,26,436,0),(51792,27,436,0),(51793,28,436,0),(51794,29,436,0),(51795,30,436,0),(51796,31,436,0),(51797,32,436,0),(51798,33,436,0),(51799,34,436,0),(51800,35,436,0),(51801,36,436,0),(51802,37,436,0),(51803,38,436,0),(51804,39,436,0),(51805,40,436,0),(51806,41,436,0),(51807,42,436,0),(51808,43,436,0),(51809,44,436,0),(51810,45,436,0),(51811,46,436,0),(51812,47,436,0),(51813,48,436,0),(51814,49,436,0),(51815,50,436,0),(51816,51,436,0.134279172473303),(51817,52,436,0),(51818,53,436,0),(51819,54,436,0),(51820,55,436,0),(51821,56,436,0),(51822,57,436,0),(51823,58,436,0),(51824,59,436,0),(51825,60,436,0),(51826,61,436,0),(51827,62,436,0),(51828,63,436,0),(51829,64,436,0),(51830,65,436,0),(51831,66,436,0),(51832,67,436,0),(51833,68,436,0),(51834,69,436,0),(51835,70,436,0),(51836,71,436,0),(51837,72,436,0),(51838,73,436,0),(51839,74,436,0),(51840,75,436,0),(51841,76,436,0),(51842,77,436,0),(51843,78,436,0),(51844,79,436,0),(51845,80,436,0),(51846,81,436,0),(51847,82,436,0),(51848,83,436,0),(51849,84,436,0),(51850,85,436,0),(51851,86,436,0),(51852,87,436,0),(51853,88,436,0),(51854,89,436,0),(51855,90,436,0),(51856,91,436,0),(51857,92,436,0),(51858,93,436,0),(51859,94,436,0),(51860,95,436,0),(51861,96,436,0),(51862,97,436,0),(51863,98,436,0),(51864,99,436,0),(51865,100,436,0),(51866,101,436,0),(51867,102,436,0),(51868,103,436,0),(51869,104,436,0),(51870,105,436,0),(51871,106,436,0),(51872,107,436,0),(51873,108,436,0),(51874,109,436,0),(51875,110,436,0),(51876,111,436,0),(51877,112,436,0),(51878,113,436,0),(51879,114,436,0),(51880,115,436,0),(51881,116,436,0),(51882,117,436,0),(51883,118,436,0),(51884,119,436,0),(51885,1,437,0),(51886,2,437,0),(51887,3,437,0),(51888,4,437,0),(51889,5,437,0),(51890,6,437,0),(51891,7,437,0),(51892,8,437,0),(51893,9,437,0),(51894,10,437,0),(51895,11,437,0),(51896,12,437,0),(51897,13,437,0),(51898,14,437,0),(51899,15,437,0),(51900,16,437,0),(51901,17,437,0),(51902,18,437,0),(51903,19,437,0),(51904,20,437,0),(51905,21,437,0),(51906,22,437,0),(51907,23,437,0),(51908,24,437,0),(51909,25,437,0),(51910,26,437,0),(51911,27,437,0),(51912,28,437,0),(51913,29,437,0),(51914,30,437,0),(51915,31,437,0),(51916,32,437,0),(51917,33,437,0),(51918,34,437,0),(51919,35,437,0),(51920,36,437,0),(51921,37,437,0),(51922,38,437,0),(51923,39,437,0),(51924,40,437,0),(51925,41,437,0),(51926,42,437,0),(51927,43,437,0),(51928,44,437,0),(51929,45,437,0),(51930,46,437,0),(51931,47,437,0),(51932,48,437,0),(51933,49,437,0),(51934,50,437,0),(51935,51,437,0.268730349970992),(51936,52,437,0),(51937,53,437,0),(51938,54,437,0),(51939,55,437,0),(51940,56,437,0),(51941,57,437,0),(51942,58,437,0),(51943,59,437,0),(51944,60,437,0),(51945,61,437,0),(51946,62,437,0),(51947,63,437,0),(51948,64,437,0),(51949,65,437,0),(51950,66,437,0),(51951,67,437,0),(51952,68,437,0),(51953,69,437,0),(51954,70,437,0),(51955,71,437,0),(51956,72,437,0),(51957,73,437,0),(51958,74,437,0),(51959,75,437,0),(51960,76,437,0),(51961,77,437,0),(51962,78,437,0),(51963,79,437,0),(51964,80,437,0),(51965,81,437,0),(51966,82,437,0),(51967,83,437,0),(51968,84,437,0),(51969,85,437,0),(51970,86,437,0),(51971,87,437,0),(51972,88,437,0),(51973,89,437,0),(51974,90,437,0),(51975,91,437,0),(51976,92,437,0),(51977,93,437,0),(51978,94,437,0),(51979,95,437,0),(51980,96,437,0),(51981,97,437,0),(51982,98,437,0),(51983,99,437,0),(51984,100,437,0),(51985,101,437,0),(51986,102,437,0),(51987,103,437,0),(51988,104,437,0),(51989,105,437,0),(51990,106,437,0),(51991,107,437,0),(51992,108,437,0),(51993,109,437,0),(51994,110,437,0),(51995,111,437,0),(51996,112,437,0),(51997,113,437,0),(51998,114,437,0),(51999,115,437,0),(52000,116,437,0),(52001,117,437,0),(52002,118,437,0),(52003,119,437,0),(52004,1,438,0),(52005,2,438,0),(52006,3,438,0),(52007,4,438,0),(52008,5,438,0),(52009,6,438,0),(52010,7,438,0),(52011,8,438,0),(52012,9,438,0),(52013,10,438,0),(52014,11,438,0),(52015,12,438,0),(52016,13,438,0),(52017,14,438,0),(52018,15,438,0),(52019,16,438,0),(52020,17,438,0),(52021,18,438,0),(52022,19,438,0),(52023,20,438,0),(52024,21,438,0),(52025,22,438,0),(52026,23,438,0),(52027,24,438,0),(52028,25,438,0),(52029,26,438,0),(52030,27,438,0),(52031,28,438,0),(52032,29,438,0),(52033,30,438,0),(52034,31,438,0),(52035,32,438,0),(52036,33,438,0),(52037,34,438,0),(52038,35,438,0),(52039,36,438,0),(52040,37,438,0),(52041,38,438,0),(52042,39,438,0),(52043,40,438,0),(52044,41,438,0),(52045,42,438,0),(52046,43,438,0),(52047,44,438,0),(52048,45,438,0),(52049,46,438,0),(52050,47,438,0),(52051,48,438,0),(52052,49,438,0),(52053,50,438,0),(52054,51,438,0.271026842689993),(52055,52,438,0),(52056,53,438,0),(52057,54,438,0),(52058,55,438,0),(52059,56,438,0),(52060,57,438,0),(52061,58,438,0),(52062,59,438,0),(52063,60,438,0),(52064,61,438,0),(52065,62,438,0),(52066,63,438,0),(52067,64,438,0),(52068,65,438,0),(52069,66,438,0),(52070,67,438,0),(52071,68,438,0),(52072,69,438,0),(52073,70,438,0),(52074,71,438,0),(52075,72,438,0),(52076,73,438,0),(52077,74,438,0),(52078,75,438,0),(52079,76,438,0),(52080,77,438,0),(52081,78,438,0),(52082,79,438,0),(52083,80,438,0),(52084,81,438,0),(52085,82,438,0),(52086,83,438,0),(52087,84,438,0),(52088,85,438,0),(52089,86,438,0),(52090,87,438,0),(52091,88,438,0),(52092,89,438,0),(52093,90,438,0),(52094,91,438,0),(52095,92,438,0),(52096,93,438,0),(52097,94,438,0),(52098,95,438,0),(52099,96,438,0),(52100,97,438,0),(52101,98,438,0),(52102,99,438,0),(52103,100,438,0),(52104,101,438,0),(52105,102,438,0),(52106,103,438,0),(52107,104,438,0),(52108,105,438,0),(52109,106,438,0),(52110,107,438,0),(52111,108,438,0),(52112,109,438,0),(52113,110,438,0),(52114,111,438,0),(52115,112,438,0),(52116,113,438,0),(52117,114,438,0),(52118,115,438,0),(52119,116,438,0),(52120,117,438,0),(52121,118,438,0),(52122,119,438,0),(52123,1,439,0),(52124,2,439,0),(52125,3,439,0),(52126,4,439,0),(52127,5,439,0),(52128,6,439,0),(52129,7,439,0),(52130,8,439,0),(52131,9,439,0),(52132,10,439,0),(52133,11,439,0),(52134,12,439,0),(52135,13,439,0),(52136,14,439,0),(52137,15,439,0),(52138,16,439,0),(52139,17,439,0),(52140,18,439,0),(52141,19,439,0),(52142,20,439,0),(52143,21,439,0),(52144,22,439,0),(52145,23,439,0),(52146,24,439,0),(52147,25,439,0),(52148,26,439,0),(52149,27,439,0),(52150,28,439,0),(52151,29,439,0),(52152,30,439,0),(52153,31,439,0),(52154,32,439,0),(52155,33,439,0),(52156,34,439,0),(52157,35,439,0),(52158,36,439,0),(52159,37,439,0),(52160,38,439,0),(52161,39,439,0),(52162,40,439,0),(52163,41,439,0),(52164,42,439,0),(52165,43,439,0),(52166,44,439,0),(52167,45,439,0),(52168,46,439,0),(52169,47,439,0),(52170,48,439,0),(52171,49,439,0),(52172,50,439,0),(52173,51,439,0.0410904552012658),(52174,52,439,0),(52175,53,439,0),(52176,54,439,0),(52177,55,439,0),(52178,56,439,0),(52179,57,439,0),(52180,58,439,0),(52181,59,439,0),(52182,60,439,0),(52183,61,439,0),(52184,62,439,0),(52185,63,439,0),(52186,64,439,0),(52187,65,439,0),(52188,66,439,0),(52189,67,439,0),(52190,68,439,0),(52191,69,439,0),(52192,70,439,0),(52193,71,439,0),(52194,72,439,0),(52195,73,439,0),(52196,74,439,0),(52197,75,439,0),(52198,76,439,0),(52199,77,439,0),(52200,78,439,0),(52201,79,439,0),(52202,80,439,0),(52203,81,439,0),(52204,82,439,0),(52205,83,439,0),(52206,84,439,0),(52207,85,439,0),(52208,86,439,0),(52209,87,439,0),(52210,88,439,0),(52211,89,439,0),(52212,90,439,0),(52213,91,439,0),(52214,92,439,0),(52215,93,439,0),(52216,94,439,0),(52217,95,439,0),(52218,96,439,0),(52219,97,439,0),(52220,98,439,0),(52221,99,439,0),(52222,100,439,0),(52223,101,439,0),(52224,102,439,0),(52225,103,439,0),(52226,104,439,0),(52227,105,439,0),(52228,106,439,0),(52229,107,439,0),(52230,108,439,0),(52231,109,439,0),(52232,110,439,0),(52233,111,439,0),(52234,112,439,0),(52235,113,439,0),(52236,114,439,0),(52237,115,439,0),(52238,116,439,0),(52239,117,439,0),(52240,118,439,0),(52241,119,439,0),(52242,1,440,0),(52243,2,440,0),(52244,3,440,0),(52245,4,440,0),(52246,5,440,0),(52247,6,440,0),(52248,7,440,0),(52249,8,440,0),(52250,9,440,0),(52251,10,440,0),(52252,11,440,0),(52253,12,440,0),(52254,13,440,0),(52255,14,440,0),(52256,15,440,0),(52257,16,440,0),(52258,17,440,0),(52259,18,440,0),(52260,19,440,0),(52261,20,440,0),(52262,21,440,0),(52263,22,440,0),(52264,23,440,0),(52265,24,440,0),(52266,25,440,0),(52267,26,440,0),(52268,27,440,0),(52269,28,440,0),(52270,29,440,0),(52271,30,440,0),(52272,31,440,0),(52273,32,440,0),(52274,33,440,0),(52275,34,440,0),(52276,35,440,0),(52277,36,440,0),(52278,37,440,0),(52279,38,440,0),(52280,39,440,0),(52281,40,440,0),(52282,41,440,0),(52283,42,440,0),(52284,43,440,0),(52285,44,440,0),(52286,45,440,0),(52287,46,440,0),(52288,47,440,0),(52289,48,440,0),(52290,49,440,0),(52291,50,440,0),(52292,51,440,0),(52293,52,440,0.247394384289169),(52294,53,440,0),(52295,54,440,0),(52296,55,440,0),(52297,56,440,0),(52298,57,440,0),(52299,58,440,0),(52300,59,440,0),(52301,60,440,0),(52302,61,440,0),(52303,62,440,0),(52304,63,440,0),(52305,64,440,0),(52306,65,440,0),(52307,66,440,0),(52308,67,440,0),(52309,68,440,0),(52310,69,440,0),(52311,70,440,0),(52312,71,440,0),(52313,72,440,0),(52314,73,440,0),(52315,74,440,0),(52316,75,440,0),(52317,76,440,0),(52318,77,440,0),(52319,78,440,0),(52320,79,440,0),(52321,80,440,0),(52322,81,440,0),(52323,82,440,0),(52324,83,440,0),(52325,84,440,0),(52326,85,440,0),(52327,86,440,0),(52328,87,440,0),(52329,88,440,0),(52330,89,440,0),(52331,90,440,0),(52332,91,440,0),(52333,92,440,0),(52334,93,440,0),(52335,94,440,0),(52336,95,440,0),(52337,96,440,0),(52338,97,440,0),(52339,98,440,0),(52340,99,440,0),(52341,100,440,0),(52342,101,440,0),(52343,102,440,0),(52344,103,440,0),(52345,104,440,0),(52346,105,440,0),(52347,106,440,0),(52348,107,440,0),(52349,108,440,0),(52350,109,440,0),(52351,110,440,0),(52352,111,440,0),(52353,112,440,0),(52354,113,440,0),(52355,114,440,0),(52356,115,440,0),(52357,116,440,0),(52358,117,440,0),(52359,118,440,0),(52360,119,440,0),(52361,1,441,0),(52362,2,441,0),(52363,3,441,0),(52364,4,441,0),(52365,5,441,0),(52366,6,441,0),(52367,7,441,0),(52368,8,441,0),(52369,9,441,0),(52370,10,441,0),(52371,11,441,0),(52372,12,441,0),(52373,13,441,0),(52374,14,441,0),(52375,15,441,0),(52376,16,441,0),(52377,17,441,0),(52378,18,441,0),(52379,19,441,0),(52380,20,441,0),(52381,21,441,0),(52382,22,441,0),(52383,23,441,0),(52384,24,441,0),(52385,25,441,0),(52386,26,441,0),(52387,27,441,0),(52388,28,441,0),(52389,29,441,0),(52390,30,441,0),(52391,31,441,0),(52392,32,441,0),(52393,33,441,0),(52394,34,441,0),(52395,35,441,0),(52396,36,441,0),(52397,37,441,0),(52398,38,441,0),(52399,39,441,0),(52400,40,441,0),(52401,41,441,0),(52402,42,441,0),(52403,43,441,0),(52404,44,441,0),(52405,45,441,0),(52406,46,441,0),(52407,47,441,0),(52408,48,441,0),(52409,49,441,0),(52410,50,441,0),(52411,51,441,0),(52412,52,441,0.252605615710831),(52413,53,441,0),(52414,54,441,0),(52415,55,441,0),(52416,56,441,0),(52417,57,441,0),(52418,58,441,0),(52419,59,441,0),(52420,60,441,0),(52421,61,441,0),(52422,62,441,0),(52423,63,441,0),(52424,64,441,0),(52425,65,441,0),(52426,66,441,0),(52427,67,441,0),(52428,68,441,0),(52429,69,441,0),(52430,70,441,0),(52431,71,441,0),(52432,72,441,0),(52433,73,441,0),(52434,74,441,0),(52435,75,441,0),(52436,76,441,0),(52437,77,441,0),(52438,78,441,0),(52439,79,441,0),(52440,80,441,0),(52441,81,441,0),(52442,82,441,0),(52443,83,441,0),(52444,84,441,0),(52445,85,441,0),(52446,86,441,0),(52447,87,441,0),(52448,88,441,0),(52449,89,441,0),(52450,90,441,0),(52451,91,441,0),(52452,92,441,0),(52453,93,441,0),(52454,94,441,0),(52455,95,441,0),(52456,96,441,0),(52457,97,441,0),(52458,98,441,0),(52459,99,441,0),(52460,100,441,0),(52461,101,441,0),(52462,102,441,0),(52463,103,441,0),(52464,104,441,0),(52465,105,441,0),(52466,106,441,0),(52467,107,441,0),(52468,108,441,0),(52469,109,441,0),(52470,110,441,0),(52471,111,441,0),(52472,112,441,0),(52473,113,441,0),(52474,114,441,0),(52475,115,441,0),(52476,116,441,0),(52477,117,441,0),(52478,118,441,0),(52479,119,441,0),(52480,1,442,0),(52481,2,442,0),(52482,3,442,0),(52483,4,442,0),(52484,5,442,0),(52485,6,442,0),(52486,7,442,0),(52487,8,442,0),(52488,9,442,0),(52489,10,442,0),(52490,11,442,0),(52491,12,442,0),(52492,13,442,0),(52493,14,442,0),(52494,15,442,0),(52495,16,442,0),(52496,17,442,0),(52497,18,442,0),(52498,19,442,0),(52499,20,442,0),(52500,21,442,0),(52501,22,442,0),(52502,23,442,0),(52503,24,442,0),(52504,25,442,0),(52505,26,442,0),(52506,27,442,0),(52507,28,442,0),(52508,29,442,0),(52509,30,442,0),(52510,31,442,0),(52511,32,442,0),(52512,33,442,0),(52513,34,442,0),(52514,35,442,0),(52515,36,442,0),(52516,37,442,0),(52517,38,442,0),(52518,39,442,0),(52519,40,442,0),(52520,41,442,0),(52521,42,442,0),(52522,43,442,0),(52523,44,442,0),(52524,45,442,0),(52525,46,442,0),(52526,47,442,0),(52527,48,442,0),(52528,49,442,0),(52529,50,442,0),(52530,51,442,0),(52531,52,442,0.0563516786165149),(52532,53,442,0),(52533,54,442,0),(52534,55,442,0),(52535,56,442,0),(52536,57,442,0),(52537,58,442,0),(52538,59,442,0),(52539,60,442,0),(52540,61,442,0),(52541,62,442,0),(52542,63,442,0),(52543,64,442,0),(52544,65,442,0),(52545,66,442,0),(52546,67,442,0),(52547,68,442,0),(52548,69,442,0),(52549,70,442,0),(52550,71,442,0),(52551,72,442,0),(52552,73,442,0),(52553,74,442,0),(52554,75,442,0),(52555,76,442,0),(52556,77,442,0),(52557,78,442,0),(52558,79,442,0),(52559,80,442,0),(52560,81,442,0),(52561,82,442,0),(52562,83,442,0),(52563,84,442,0),(52564,85,442,0),(52565,86,442,0),(52566,87,442,0),(52567,88,442,0),(52568,89,442,0),(52569,90,442,0),(52570,91,442,0),(52571,92,442,0),(52572,93,442,0),(52573,94,442,0),(52574,95,442,0),(52575,96,442,0),(52576,97,442,0),(52577,98,442,0),(52578,99,442,0),(52579,100,442,0),(52580,101,442,0),(52581,102,442,0),(52582,103,442,0),(52583,104,442,0),(52584,105,442,0),(52585,106,442,0),(52586,107,442,0),(52587,108,442,0),(52588,109,442,0),(52589,110,442,0),(52590,111,442,0),(52591,112,442,0),(52592,113,442,0),(52593,114,442,0),(52594,115,442,0),(52595,116,442,0),(52596,117,442,0),(52597,118,442,0),(52598,119,442,0),(52599,1,443,0),(52600,2,443,0),(52601,3,443,0),(52602,4,443,0),(52603,5,443,0),(52604,6,443,0),(52605,7,443,0),(52606,8,443,0),(52607,9,443,0),(52608,10,443,0),(52609,11,443,0),(52610,12,443,0),(52611,13,443,0),(52612,14,443,0),(52613,15,443,0),(52614,16,443,0),(52615,17,443,0),(52616,18,443,0),(52617,19,443,0),(52618,20,443,0),(52619,21,443,0),(52620,22,443,0),(52621,23,443,0),(52622,24,443,0),(52623,25,443,0),(52624,26,443,0),(52625,27,443,0),(52626,28,443,0),(52627,29,443,0),(52628,30,443,0),(52629,31,443,0),(52630,32,443,0),(52631,33,443,0),(52632,34,443,0),(52633,35,443,0),(52634,36,443,0),(52635,37,443,0),(52636,38,443,0),(52637,39,443,0),(52638,40,443,0),(52639,41,443,0),(52640,42,443,0),(52641,43,443,0),(52642,44,443,0),(52643,45,443,0),(52644,46,443,0),(52645,47,443,0),(52646,48,443,0),(52647,49,443,0),(52648,50,443,0),(52649,51,443,0),(52650,52,443,0.162670008183216),(52651,53,443,0),(52652,54,443,0),(52653,55,443,0),(52654,56,443,0),(52655,57,443,0),(52656,58,443,0),(52657,59,443,0),(52658,60,443,0),(52659,61,443,0),(52660,62,443,0),(52661,63,443,0),(52662,64,443,0),(52663,65,443,0),(52664,66,443,0),(52665,67,443,0),(52666,68,443,0),(52667,69,443,0),(52668,70,443,0),(52669,71,443,0),(52670,72,443,0),(52671,73,443,0),(52672,74,443,0),(52673,75,443,0),(52674,76,443,0),(52675,77,443,0),(52676,78,443,0),(52677,79,443,0),(52678,80,443,0),(52679,81,443,0),(52680,82,443,0),(52681,83,443,0),(52682,84,443,0),(52683,85,443,0),(52684,86,443,0),(52685,87,443,0),(52686,88,443,0),(52687,89,443,0),(52688,90,443,0),(52689,91,443,0),(52690,92,443,0),(52691,93,443,0),(52692,94,443,0),(52693,95,443,0),(52694,96,443,0),(52695,97,443,0),(52696,98,443,0),(52697,99,443,0),(52698,100,443,0),(52699,101,443,0),(52700,102,443,0),(52701,103,443,0),(52702,104,443,0),(52703,105,443,0),(52704,106,443,0),(52705,107,443,0),(52706,108,443,0),(52707,109,443,0),(52708,110,443,0),(52709,111,443,0),(52710,112,443,0),(52711,113,443,0),(52712,114,443,0),(52713,115,443,0),(52714,116,443,0),(52715,117,443,0),(52716,118,443,0),(52717,119,443,0),(52718,1,444,0),(52719,2,444,0),(52720,3,444,0),(52721,4,444,0),(52722,5,444,0),(52723,6,444,0),(52724,7,444,0),(52725,8,444,0),(52726,9,444,0),(52727,10,444,0),(52728,11,444,0),(52729,12,444,0),(52730,13,444,0),(52731,14,444,0),(52732,15,444,0),(52733,16,444,0),(52734,17,444,0),(52735,18,444,0),(52736,19,444,0),(52737,20,444,0),(52738,21,444,0),(52739,22,444,0),(52740,23,444,0),(52741,24,444,0),(52742,25,444,0),(52743,26,444,0),(52744,27,444,0),(52745,28,444,0),(52746,29,444,0),(52747,30,444,0),(52748,31,444,0),(52749,32,444,0),(52750,33,444,0),(52751,34,444,0),(52752,35,444,0),(52753,36,444,0),(52754,37,444,0),(52755,38,444,0),(52756,39,444,0),(52757,40,444,0),(52758,41,444,0),(52759,42,444,0),(52760,43,444,0),(52761,44,444,0),(52762,45,444,0),(52763,46,444,0),(52764,47,444,0),(52765,48,444,0),(52766,49,444,0),(52767,50,444,0),(52768,51,444,0),(52769,52,444,0.299981822692529),(52770,53,444,0),(52771,54,444,0),(52772,55,444,0),(52773,56,444,0),(52774,57,444,0),(52775,58,444,0),(52776,59,444,0),(52777,60,444,0),(52778,61,444,0),(52779,62,444,0),(52780,63,444,0),(52781,64,444,0),(52782,65,444,0),(52783,66,444,0),(52784,67,444,0),(52785,68,444,0),(52786,69,444,0),(52787,70,444,0),(52788,71,444,0),(52789,72,444,0),(52790,73,444,0),(52791,74,444,0),(52792,75,444,0),(52793,76,444,0),(52794,77,444,0),(52795,78,444,0),(52796,79,444,0),(52797,80,444,0),(52798,81,444,0),(52799,82,444,0),(52800,83,444,0),(52801,84,444,0),(52802,85,444,0),(52803,86,444,0),(52804,87,444,0),(52805,88,444,0),(52806,89,444,0),(52807,90,444,0),(52808,91,444,0),(52809,92,444,0),(52810,93,444,0),(52811,94,444,0),(52812,95,444,0),(52813,96,444,0),(52814,97,444,0),(52815,98,444,0),(52816,99,444,0),(52817,100,444,0),(52818,101,444,0),(52819,102,444,0),(52820,103,444,0),(52821,104,444,0),(52822,105,444,0),(52823,106,444,0),(52824,107,444,0),(52825,108,444,0),(52826,109,444,0),(52827,110,444,0),(52828,111,444,0),(52829,112,444,0),(52830,113,444,0),(52831,114,444,0),(52832,115,444,0),(52833,116,444,0),(52834,117,444,0),(52835,118,444,0),(52836,119,444,0),(52837,1,445,0),(52838,2,445,0),(52839,3,445,0),(52840,4,445,0),(52841,5,445,0),(52842,6,445,0),(52843,7,445,0),(52844,8,445,0),(52845,9,445,0),(52846,10,445,0),(52847,11,445,0),(52848,12,445,0),(52849,13,445,0),(52850,14,445,0),(52851,15,445,0),(52852,16,445,0),(52853,17,445,0),(52854,18,445,0),(52855,19,445,0),(52856,20,445,0),(52857,21,445,0),(52858,22,445,0),(52859,23,445,0),(52860,24,445,0),(52861,25,445,0),(52862,26,445,0),(52863,27,445,0),(52864,28,445,0),(52865,29,445,0),(52866,30,445,0),(52867,31,445,0),(52868,32,445,0),(52869,33,445,0),(52870,34,445,0),(52871,35,445,0),(52872,36,445,0),(52873,37,445,0),(52874,38,445,0),(52875,39,445,0),(52876,40,445,0),(52877,41,445,0),(52878,42,445,0),(52879,43,445,0),(52880,44,445,0),(52881,45,445,0),(52882,46,445,0),(52883,47,445,0),(52884,48,445,0),(52885,49,445,0),(52886,50,445,0),(52887,51,445,0),(52888,52,445,0.28099649050774),(52889,53,445,0),(52890,54,445,0),(52891,55,445,0),(52892,56,445,0),(52893,57,445,0),(52894,58,445,0),(52895,59,445,0),(52896,60,445,0),(52897,61,445,0),(52898,62,445,0),(52899,63,445,0),(52900,64,445,0),(52901,65,445,0),(52902,66,445,0),(52903,67,445,0),(52904,68,445,0),(52905,69,445,0),(52906,70,445,0),(52907,71,445,0),(52908,72,445,0),(52909,73,445,0),(52910,74,445,0),(52911,75,445,0),(52912,76,445,0),(52913,77,445,0),(52914,78,445,0),(52915,79,445,0),(52916,80,445,0),(52917,81,445,0),(52918,82,445,0),(52919,83,445,0),(52920,84,445,0),(52921,85,445,0),(52922,86,445,0),(52923,87,445,0),(52924,88,445,0),(52925,89,445,0),(52926,90,445,0),(52927,91,445,0),(52928,92,445,0),(52929,93,445,0),(52930,94,445,0),(52931,95,445,0),(52932,96,445,0),(52933,97,445,0),(52934,98,445,0),(52935,99,445,0),(52936,100,445,0),(52937,101,445,0),(52938,102,445,0),(52939,103,445,0),(52940,104,445,0),(52941,105,445,0),(52942,106,445,0),(52943,107,445,0),(52944,108,445,0),(52945,109,445,0),(52946,110,445,0),(52947,111,445,0),(52948,112,445,0),(52949,113,445,0),(52950,114,445,0),(52951,115,445,0),(52952,116,445,0),(52953,117,445,0),(52954,118,445,0),(52955,119,445,0),(52956,1,446,0),(52957,2,446,0),(52958,3,446,0),(52959,4,446,0),(52960,5,446,0),(52961,6,446,0),(52962,7,446,0),(52963,8,446,0),(52964,9,446,0),(52965,10,446,0),(52966,11,446,0),(52967,12,446,0),(52968,13,446,0),(52969,14,446,0),(52970,15,446,0),(52971,16,446,0),(52972,17,446,0),(52973,18,446,0),(52974,19,446,0),(52975,20,446,0),(52976,21,446,0),(52977,22,446,0),(52978,23,446,0),(52979,24,446,0),(52980,25,446,0),(52981,26,446,0),(52982,27,446,0),(52983,28,446,0),(52984,29,446,0),(52985,30,446,0),(52986,31,446,0),(52987,32,446,0),(52988,33,446,0),(52989,34,446,0),(52990,35,446,0),(52991,36,446,0),(52992,37,446,0),(52993,38,446,0),(52994,39,446,0),(52995,40,446,0),(52996,41,446,0),(52997,42,446,0),(52998,43,446,0),(52999,44,446,0),(53000,45,446,0),(53001,46,446,0),(53002,47,446,0),(53003,48,446,0),(53004,49,446,0),(53005,50,446,0),(53006,51,446,0),(53007,52,446,0.35963445144362),(53008,53,446,0),(53009,54,446,0),(53010,55,446,0),(53011,56,446,0),(53012,57,446,0),(53013,58,446,0),(53014,59,446,0),(53015,60,446,0),(53016,61,446,0),(53017,62,446,0),(53018,63,446,0),(53019,64,446,0),(53020,65,446,0),(53021,66,446,0),(53022,67,446,0),(53023,68,446,0),(53024,69,446,0),(53025,70,446,0),(53026,71,446,0),(53027,72,446,0),(53028,73,446,0),(53029,74,446,0),(53030,75,446,0),(53031,76,446,0),(53032,77,446,0),(53033,78,446,0),(53034,79,446,0),(53035,80,446,0),(53036,81,446,0),(53037,82,446,0),(53038,83,446,0),(53039,84,446,0),(53040,85,446,0),(53041,86,446,0),(53042,87,446,0),(53043,88,446,0),(53044,89,446,0),(53045,90,446,0),(53046,91,446,0),(53047,92,446,0),(53048,93,446,0),(53049,94,446,0),(53050,95,446,0),(53051,96,446,0),(53052,97,446,0),(53053,98,446,0),(53054,99,446,0),(53055,100,446,0),(53056,101,446,0),(53057,102,446,0),(53058,103,446,0),(53059,104,446,0),(53060,105,446,0),(53061,106,446,0),(53062,107,446,0),(53063,108,446,0),(53064,109,446,0),(53065,110,446,0),(53066,111,446,0),(53067,112,446,0),(53068,113,446,0),(53069,114,446,0),(53070,115,446,0),(53071,116,446,0),(53072,117,446,0),(53073,118,446,0),(53074,119,446,0),(53075,1,447,0),(53076,2,447,0),(53077,3,447,0),(53078,4,447,0),(53079,5,447,0),(53080,6,447,0),(53081,7,447,0),(53082,8,447,0),(53083,9,447,0),(53084,10,447,0),(53085,11,447,0),(53086,12,447,0),(53087,13,447,0),(53088,14,447,0),(53089,15,447,0),(53090,16,447,0),(53091,17,447,0),(53092,18,447,0),(53093,19,447,0),(53094,20,447,0),(53095,21,447,0),(53096,22,447,0),(53097,23,447,0),(53098,24,447,0),(53099,25,447,0),(53100,26,447,0),(53101,27,447,0),(53102,28,447,0),(53103,29,447,0),(53104,30,447,0),(53105,31,447,0),(53106,32,447,0),(53107,33,447,0),(53108,34,447,0),(53109,35,447,0),(53110,36,447,0),(53111,37,447,0),(53112,38,447,0),(53113,39,447,0),(53114,40,447,0),(53115,41,447,0),(53116,42,447,0),(53117,43,447,0),(53118,44,447,0),(53119,45,447,0),(53120,46,447,0),(53121,47,447,0),(53122,48,447,0),(53123,49,447,0),(53124,50,447,0),(53125,51,447,0),(53126,52,447,0.167303049819031),(53127,53,447,0),(53128,54,447,0),(53129,55,447,0),(53130,56,447,0),(53131,57,447,0),(53132,58,447,0),(53133,59,447,0),(53134,60,447,0),(53135,61,447,0),(53136,62,447,0),(53137,63,447,0),(53138,64,447,0),(53139,65,447,0),(53140,66,447,0),(53141,67,447,0),(53142,68,447,0),(53143,69,447,0),(53144,70,447,0),(53145,71,447,0),(53146,72,447,0),(53147,73,447,0),(53148,74,447,0),(53149,75,447,0),(53150,76,447,0),(53151,77,447,0),(53152,78,447,0),(53153,79,447,0),(53154,80,447,0),(53155,81,447,0),(53156,82,447,0),(53157,83,447,0),(53158,84,447,0),(53159,85,447,0),(53160,86,447,0),(53161,87,447,0),(53162,88,447,0),(53163,89,447,0),(53164,90,447,0),(53165,91,447,0),(53166,92,447,0),(53167,93,447,0),(53168,94,447,0),(53169,95,447,0),(53170,96,447,0),(53171,97,447,0),(53172,98,447,0),(53173,99,447,0),(53174,100,447,0),(53175,101,447,0),(53176,102,447,0),(53177,103,447,0),(53178,104,447,0),(53179,105,447,0),(53180,106,447,0),(53181,107,447,0),(53182,108,447,0),(53183,109,447,0),(53184,110,447,0),(53185,111,447,0),(53186,112,447,0),(53187,113,447,0),(53188,114,447,0),(53189,115,447,0),(53190,116,447,0),(53191,117,447,0),(53192,118,447,0),(53193,119,447,0),(53194,1,448,0),(53195,2,448,0),(53196,3,448,0),(53197,4,448,0),(53198,5,448,0),(53199,6,448,0),(53200,7,448,0),(53201,8,448,0),(53202,9,448,0),(53203,10,448,0),(53204,11,448,0),(53205,12,448,0),(53206,13,448,0),(53207,14,448,0),(53208,15,448,0),(53209,16,448,0),(53210,17,448,0),(53211,18,448,0),(53212,19,448,0),(53213,20,448,0),(53214,21,448,0),(53215,22,448,0),(53216,23,448,0),(53217,24,448,0),(53218,25,448,0),(53219,26,448,0),(53220,27,448,0),(53221,28,448,0),(53222,29,448,0),(53223,30,448,0),(53224,31,448,0),(53225,32,448,0),(53226,33,448,0),(53227,34,448,0),(53228,35,448,0),(53229,36,448,0),(53230,37,448,0),(53231,38,448,0),(53232,39,448,0),(53233,40,448,0),(53234,41,448,0),(53235,42,448,0),(53236,43,448,0),(53237,44,448,0),(53238,45,448,0),(53239,46,448,0),(53240,47,448,0),(53241,48,448,0),(53242,49,448,0),(53243,50,448,0),(53244,51,448,0),(53245,52,448,0.232231511748944),(53246,53,448,0),(53247,54,448,0),(53248,55,448,0),(53249,56,448,0),(53250,57,448,0),(53251,58,448,0),(53252,59,448,0),(53253,60,448,0),(53254,61,448,0),(53255,62,448,0),(53256,63,448,0),(53257,64,448,0),(53258,65,448,0),(53259,66,448,0),(53260,67,448,0),(53261,68,448,0),(53262,69,448,0),(53263,70,448,0),(53264,71,448,0),(53265,72,448,0),(53266,73,448,0),(53267,74,448,0),(53268,75,448,0),(53269,76,448,0),(53270,77,448,0),(53271,78,448,0),(53272,79,448,0),(53273,80,448,0),(53274,81,448,0),(53275,82,448,0),(53276,83,448,0),(53277,84,448,0),(53278,85,448,0),(53279,86,448,0),(53280,87,448,0),(53281,88,448,0),(53282,89,448,0),(53283,90,448,0),(53284,91,448,0),(53285,92,448,0),(53286,93,448,0),(53287,94,448,0),(53288,95,448,0),(53289,96,448,0),(53290,97,448,0),(53291,98,448,0),(53292,99,448,0),(53293,100,448,0),(53294,101,448,0),(53295,102,448,0),(53296,103,448,0),(53297,104,448,0),(53298,105,448,0),(53299,106,448,0),(53300,107,448,0),(53301,108,448,0),(53302,109,448,0),(53303,110,448,0),(53304,111,448,0),(53305,112,448,0),(53306,113,448,0),(53307,114,448,0),(53308,115,448,0),(53309,116,448,0),(53310,117,448,0),(53311,118,448,0),(53312,119,448,0),(53313,1,449,0),(53314,2,449,0),(53315,3,449,0),(53316,4,449,0),(53317,5,449,0),(53318,6,449,0),(53319,7,449,0),(53320,8,449,0),(53321,9,449,0),(53322,10,449,0),(53323,11,449,0),(53324,12,449,0),(53325,13,449,0),(53326,14,449,0),(53327,15,449,0),(53328,16,449,0),(53329,17,449,0),(53330,18,449,0),(53331,19,449,0),(53332,20,449,0),(53333,21,449,0),(53334,22,449,0),(53335,23,449,0),(53336,24,449,0),(53337,25,449,0),(53338,26,449,0),(53339,27,449,0),(53340,28,449,0),(53341,29,449,0),(53342,30,449,0),(53343,31,449,0),(53344,32,449,0),(53345,33,449,0),(53346,34,449,0),(53347,35,449,0),(53348,36,449,0),(53349,37,449,0),(53350,38,449,0),(53351,39,449,0),(53352,40,449,0),(53353,41,449,0),(53354,42,449,0),(53355,43,449,0),(53356,44,449,0),(53357,45,449,0),(53358,46,449,0),(53359,47,449,0),(53360,48,449,0),(53361,49,449,0),(53362,50,449,0),(53363,51,449,0),(53364,52,449,0.196672469941357),(53365,53,449,0),(53366,54,449,0),(53367,55,449,0),(53368,56,449,0),(53369,57,449,0),(53370,58,449,0),(53371,59,449,0),(53372,60,449,0),(53373,61,449,0),(53374,62,449,0),(53375,63,449,0),(53376,64,449,0),(53377,65,449,0),(53378,66,449,0),(53379,67,449,0),(53380,68,449,0),(53381,69,449,0),(53382,70,449,0),(53383,71,449,0),(53384,72,449,0),(53385,73,449,0),(53386,74,449,0),(53387,75,449,0),(53388,76,449,0),(53389,77,449,0),(53390,78,449,0),(53391,79,449,0),(53392,80,449,0),(53393,81,449,0),(53394,82,449,0),(53395,83,449,0),(53396,84,449,0),(53397,85,449,0),(53398,86,449,0),(53399,87,449,0),(53400,88,449,0),(53401,89,449,0),(53402,90,449,0),(53403,91,449,0),(53404,92,449,0),(53405,93,449,0),(53406,94,449,0),(53407,95,449,0),(53408,96,449,0),(53409,97,449,0),(53410,98,449,0),(53411,99,449,0),(53412,100,449,0),(53413,101,449,0),(53414,102,449,0),(53415,103,449,0),(53416,104,449,0),(53417,105,449,0),(53418,106,449,0),(53419,107,449,0),(53420,108,449,0),(53421,109,449,0),(53422,110,449,0),(53423,111,449,0),(53424,112,449,0),(53425,113,449,0),(53426,114,449,0),(53427,115,449,0),(53428,116,449,0),(53429,117,449,0),(53430,118,449,0),(53431,119,449,0),(53432,1,450,0),(53433,2,450,0),(53434,3,450,0),(53435,4,450,0),(53436,5,450,0),(53437,6,450,0),(53438,7,450,0),(53439,8,450,0),(53440,9,450,0),(53441,10,450,0),(53442,11,450,0),(53443,12,450,0),(53444,13,450,0),(53445,14,450,0),(53446,15,450,0),(53447,16,450,0),(53448,17,450,0),(53449,18,450,0),(53450,19,450,0),(53451,20,450,0),(53452,21,450,0),(53453,22,450,0),(53454,23,450,0),(53455,24,450,0),(53456,25,450,0),(53457,26,450,0),(53458,27,450,0),(53459,28,450,0),(53460,29,450,0),(53461,30,450,0),(53462,31,450,0),(53463,32,450,0),(53464,33,450,0),(53465,34,450,0),(53466,35,450,0),(53467,36,450,0),(53468,37,450,0),(53469,38,450,0),(53470,39,450,0),(53471,40,450,0),(53472,41,450,0),(53473,42,450,0),(53474,43,450,0),(53475,44,450,0),(53476,45,450,0),(53477,46,450,0),(53478,47,450,0),(53479,48,450,0),(53480,49,450,0),(53481,50,450,0),(53482,51,450,0),(53483,52,450,0.0366077159809642),(53484,53,450,0),(53485,54,450,0),(53486,55,450,0),(53487,56,450,0),(53488,57,450,0),(53489,58,450,0),(53490,59,450,0),(53491,60,450,0),(53492,61,450,0),(53493,62,450,0),(53494,63,450,0),(53495,64,450,0),(53496,65,450,0),(53497,66,450,0),(53498,67,450,0),(53499,68,450,0),(53500,69,450,0),(53501,70,450,0),(53502,71,450,0),(53503,72,450,0),(53504,73,450,0),(53505,74,450,0),(53506,75,450,0),(53507,76,450,0),(53508,77,450,0),(53509,78,450,0),(53510,79,450,0),(53511,80,450,0),(53512,81,450,0),(53513,82,450,0),(53514,83,450,0),(53515,84,450,0),(53516,85,450,0),(53517,86,450,0),(53518,87,450,0),(53519,88,450,0),(53520,89,450,0),(53521,90,450,0),(53522,91,450,0),(53523,92,450,0),(53524,93,450,0),(53525,94,450,0),(53526,95,450,0),(53527,96,450,0),(53528,97,450,0),(53529,98,450,0),(53530,99,450,0),(53531,100,450,0),(53532,101,450,0),(53533,102,450,0),(53534,103,450,0),(53535,104,450,0),(53536,105,450,0),(53537,106,450,0),(53538,107,450,0),(53539,108,450,0),(53540,109,450,0),(53541,110,450,0),(53542,111,450,0),(53543,112,450,0),(53544,113,450,0),(53545,114,450,0),(53546,115,450,0),(53547,116,450,0),(53548,117,450,0),(53549,118,450,0),(53550,119,450,0),(53551,1,451,0),(53552,2,451,0),(53553,3,451,0),(53554,4,451,0),(53555,5,451,0),(53556,6,451,0),(53557,7,451,0),(53558,8,451,0),(53559,9,451,0),(53560,10,451,0),(53561,11,451,0),(53562,12,451,0),(53563,13,451,0),(53564,14,451,0),(53565,15,451,0),(53566,16,451,0),(53567,17,451,0),(53568,18,451,0),(53569,19,451,0),(53570,20,451,0),(53571,21,451,0),(53572,22,451,0),(53573,23,451,0),(53574,24,451,0),(53575,25,451,0),(53576,26,451,0),(53577,27,451,0),(53578,28,451,0),(53579,29,451,0),(53580,30,451,0),(53581,31,451,0),(53582,32,451,0),(53583,33,451,0),(53584,34,451,0),(53585,35,451,0),(53586,36,451,0),(53587,37,451,0),(53588,38,451,0),(53589,39,451,0),(53590,40,451,0),(53591,41,451,0),(53592,42,451,0),(53593,43,451,0),(53594,44,451,0),(53595,45,451,0),(53596,46,451,0),(53597,47,451,0),(53598,48,451,0),(53599,49,451,0),(53600,50,451,0),(53601,51,451,0),(53602,52,451,0.00755080106608303),(53603,53,451,0),(53604,54,451,0),(53605,55,451,0),(53606,56,451,0),(53607,57,451,0),(53608,58,451,0),(53609,59,451,0),(53610,60,451,0),(53611,61,451,0),(53612,62,451,0),(53613,63,451,0),(53614,64,451,0),(53615,65,451,0),(53616,66,451,0),(53617,67,451,0),(53618,68,451,0),(53619,69,451,0),(53620,70,451,0),(53621,71,451,0),(53622,72,451,0),(53623,73,451,0),(53624,74,451,0),(53625,75,451,0),(53626,76,451,0),(53627,77,451,0),(53628,78,451,0),(53629,79,451,0),(53630,80,451,0),(53631,81,451,0),(53632,82,451,0),(53633,83,451,0),(53634,84,451,0),(53635,85,451,0),(53636,86,451,0),(53637,87,451,0),(53638,88,451,0),(53639,89,451,0),(53640,90,451,0),(53641,91,451,0),(53642,92,451,0),(53643,93,451,0),(53644,94,451,0),(53645,95,451,0),(53646,96,451,0),(53647,97,451,0),(53648,98,451,0),(53649,99,451,0),(53650,100,451,0),(53651,101,451,0),(53652,102,451,0),(53653,103,451,0),(53654,104,451,0),(53655,105,451,0),(53656,106,451,0),(53657,107,451,0),(53658,108,451,0),(53659,109,451,0),(53660,110,451,0),(53661,111,451,0),(53662,112,451,0),(53663,113,451,0),(53664,114,451,0),(53665,115,451,0),(53666,116,451,0),(53667,117,451,0),(53668,118,451,0),(53669,119,451,0),(53670,1,452,0),(53671,2,452,0),(53672,3,452,0),(53673,4,452,0),(53674,5,452,0),(53675,6,452,0),(53676,7,452,0),(53677,8,452,0),(53678,9,452,0),(53679,10,452,0),(53680,11,452,0),(53681,12,452,0),(53682,13,452,0),(53683,14,452,0),(53684,15,452,0),(53685,16,452,0),(53686,17,452,0),(53687,18,452,0),(53688,19,452,0),(53689,20,452,0),(53690,21,452,0),(53691,22,452,0),(53692,23,452,0),(53693,24,452,0),(53694,25,452,0),(53695,26,452,0),(53696,27,452,0),(53697,28,452,0),(53698,29,452,0),(53699,30,452,0),(53700,31,452,0),(53701,32,452,0),(53702,33,452,0),(53703,34,452,0),(53704,35,452,0),(53705,36,452,0),(53706,37,452,0),(53707,38,452,0),(53708,39,452,0),(53709,40,452,0),(53710,41,452,0),(53711,42,452,0),(53712,43,452,0),(53713,44,452,0),(53714,45,452,0),(53715,46,452,0),(53716,47,452,0),(53717,48,452,0),(53718,49,452,0),(53719,50,452,0),(53720,51,452,0),(53721,52,452,0),(53722,53,452,0.5),(53723,54,452,0),(53724,55,452,0),(53725,56,452,0),(53726,57,452,0),(53727,58,452,0),(53728,59,452,0),(53729,60,452,0),(53730,61,452,0),(53731,62,452,0),(53732,63,452,0),(53733,64,452,0),(53734,65,452,0),(53735,66,452,0),(53736,67,452,0),(53737,68,452,0),(53738,69,452,0),(53739,70,452,0),(53740,71,452,0),(53741,72,452,0),(53742,73,452,0),(53743,74,452,0),(53744,75,452,0),(53745,76,452,0),(53746,77,452,0),(53747,78,452,0),(53748,79,452,0),(53749,80,452,0),(53750,81,452,0),(53751,82,452,0),(53752,83,452,0),(53753,84,452,0),(53754,85,452,0),(53755,86,452,0),(53756,87,452,0),(53757,88,452,0),(53758,89,452,0),(53759,90,452,0),(53760,91,452,0),(53761,92,452,0),(53762,93,452,0),(53763,94,452,0),(53764,95,452,0),(53765,96,452,0),(53766,97,452,0),(53767,98,452,0),(53768,99,452,0),(53769,100,452,0),(53770,101,452,0),(53771,102,452,0),(53772,103,452,0),(53773,104,452,0),(53774,105,452,0),(53775,106,452,0),(53776,107,452,0),(53777,108,452,0),(53778,109,452,0),(53779,110,452,0),(53780,111,452,0),(53781,112,452,0),(53782,113,452,0),(53783,114,452,0),(53784,115,452,0),(53785,116,452,0),(53786,117,452,0),(53787,118,452,0),(53788,119,452,0),(53789,1,453,0),(53790,2,453,0),(53791,3,453,0),(53792,4,453,0),(53793,5,453,0),(53794,6,453,0),(53795,7,453,0),(53796,8,453,0),(53797,9,453,0),(53798,10,453,0),(53799,11,453,0),(53800,12,453,0),(53801,13,453,0),(53802,14,453,0),(53803,15,453,0),(53804,16,453,0),(53805,17,453,0),(53806,18,453,0),(53807,19,453,0),(53808,20,453,0),(53809,21,453,0),(53810,22,453,0),(53811,23,453,0),(53812,24,453,0),(53813,25,453,0),(53814,26,453,0),(53815,27,453,0),(53816,28,453,0),(53817,29,453,0),(53818,30,453,0),(53819,31,453,0),(53820,32,453,0),(53821,33,453,0),(53822,34,453,0),(53823,35,453,0),(53824,36,453,0),(53825,37,453,0),(53826,38,453,0),(53827,39,453,0),(53828,40,453,0),(53829,41,453,0),(53830,42,453,0),(53831,43,453,0),(53832,44,453,0),(53833,45,453,0),(53834,46,453,0),(53835,47,453,0),(53836,48,453,0),(53837,49,453,0),(53838,50,453,0),(53839,51,453,0),(53840,52,453,0),(53841,53,453,0.175851746896535),(53842,54,453,0),(53843,55,453,0),(53844,56,453,0),(53845,57,453,0),(53846,58,453,0),(53847,59,453,0),(53848,60,453,0),(53849,61,453,0),(53850,62,453,0),(53851,63,453,0),(53852,64,453,0),(53853,65,453,0),(53854,66,453,0),(53855,67,453,0),(53856,68,453,0),(53857,69,453,0),(53858,70,453,0),(53859,71,453,0),(53860,72,453,0),(53861,73,453,0),(53862,74,453,0),(53863,75,453,0),(53864,76,453,0),(53865,77,453,0),(53866,78,453,0),(53867,79,453,0),(53868,80,453,0),(53869,81,453,0),(53870,82,453,0),(53871,83,453,0),(53872,84,453,0),(53873,85,453,0),(53874,86,453,0),(53875,87,453,0),(53876,88,453,0),(53877,89,453,0),(53878,90,453,0),(53879,91,453,0),(53880,92,453,0),(53881,93,453,0),(53882,94,453,0),(53883,95,453,0),(53884,96,453,0),(53885,97,453,0),(53886,98,453,0),(53887,99,453,0),(53888,100,453,0),(53889,101,453,0),(53890,102,453,0),(53891,103,453,0),(53892,104,453,0),(53893,105,453,0),(53894,106,453,0),(53895,107,453,0),(53896,108,453,0),(53897,109,453,0),(53898,110,453,0),(53899,111,453,0),(53900,112,453,0),(53901,113,453,0),(53902,114,453,0),(53903,115,453,0),(53904,116,453,0),(53905,117,453,0),(53906,118,453,0),(53907,119,453,0),(53908,1,454,0),(53909,2,454,0),(53910,3,454,0),(53911,4,454,0),(53912,5,454,0),(53913,6,454,0),(53914,7,454,0),(53915,8,454,0),(53916,9,454,0),(53917,10,454,0),(53918,11,454,0),(53919,12,454,0),(53920,13,454,0),(53921,14,454,0),(53922,15,454,0),(53923,16,454,0),(53924,17,454,0),(53925,18,454,0),(53926,19,454,0),(53927,20,454,0),(53928,21,454,0),(53929,22,454,0),(53930,23,454,0),(53931,24,454,0),(53932,25,454,0),(53933,26,454,0),(53934,27,454,0),(53935,28,454,0),(53936,29,454,0),(53937,30,454,0),(53938,31,454,0),(53939,32,454,0),(53940,33,454,0),(53941,34,454,0),(53942,35,454,0),(53943,36,454,0),(53944,37,454,0),(53945,38,454,0),(53946,39,454,0),(53947,40,454,0),(53948,41,454,0),(53949,42,454,0),(53950,43,454,0),(53951,44,454,0),(53952,45,454,0),(53953,46,454,0),(53954,47,454,0),(53955,48,454,0),(53956,49,454,0),(53957,50,454,0),(53958,51,454,0),(53959,52,454,0),(53960,53,454,0.41115197836305),(53961,54,454,0),(53962,55,454,0),(53963,56,454,0),(53964,57,454,0),(53965,58,454,0),(53966,59,454,0),(53967,60,454,0),(53968,61,454,0),(53969,62,454,0),(53970,63,454,0),(53971,64,454,0),(53972,65,454,0),(53973,66,454,0),(53974,67,454,0),(53975,68,454,0),(53976,69,454,0),(53977,70,454,0),(53978,71,454,0),(53979,72,454,0),(53980,73,454,0),(53981,74,454,0),(53982,75,454,0),(53983,76,454,0),(53984,77,454,0),(53985,78,454,0),(53986,79,454,0),(53987,80,454,0),(53988,81,454,0),(53989,82,454,0),(53990,83,454,0),(53991,84,454,0),(53992,85,454,0),(53993,86,454,0),(53994,87,454,0),(53995,88,454,0),(53996,89,454,0),(53997,90,454,0),(53998,91,454,0),(53999,92,454,0),(54000,93,454,0),(54001,94,454,0),(54002,95,454,0),(54003,96,454,0),(54004,97,454,0),(54005,98,454,0),(54006,99,454,0),(54007,100,454,0),(54008,101,454,0),(54009,102,454,0),(54010,103,454,0),(54011,104,454,0),(54012,105,454,0),(54013,106,454,0),(54014,107,454,0),(54015,108,454,0),(54016,109,454,0),(54017,110,454,0),(54018,111,454,0),(54019,112,454,0),(54020,113,454,0),(54021,114,454,0),(54022,115,454,0),(54023,116,454,0),(54024,117,454,0),(54025,118,454,0),(54026,119,454,0),(54027,1,455,0),(54028,2,455,0),(54029,3,455,0),(54030,4,455,0),(54031,5,455,0),(54032,6,455,0),(54033,7,455,0),(54034,8,455,0),(54035,9,455,0),(54036,10,455,0),(54037,11,455,0),(54038,12,455,0),(54039,13,455,0),(54040,14,455,0),(54041,15,455,0),(54042,16,455,0),(54043,17,455,0),(54044,18,455,0),(54045,19,455,0),(54046,20,455,0),(54047,21,455,0),(54048,22,455,0),(54049,23,455,0),(54050,24,455,0),(54051,25,455,0),(54052,26,455,0),(54053,27,455,0),(54054,28,455,0),(54055,29,455,0),(54056,30,455,0),(54057,31,455,0),(54058,32,455,0),(54059,33,455,0),(54060,34,455,0),(54061,35,455,0),(54062,36,455,0),(54063,37,455,0),(54064,38,455,0),(54065,39,455,0),(54066,40,455,0),(54067,41,455,0),(54068,42,455,0),(54069,43,455,0),(54070,44,455,0),(54071,45,455,0),(54072,46,455,0),(54073,47,455,0),(54074,48,455,0),(54075,49,455,0),(54076,50,455,0),(54077,51,455,0),(54078,52,455,0),(54079,53,455,0.212996274740415),(54080,54,455,0),(54081,55,455,0),(54082,56,455,0),(54083,57,455,0),(54084,58,455,0),(54085,59,455,0),(54086,60,455,0),(54087,61,455,0),(54088,62,455,0),(54089,63,455,0),(54090,64,455,0),(54091,65,455,0),(54092,66,455,0),(54093,67,455,0),(54094,68,455,0),(54095,69,455,0),(54096,70,455,0),(54097,71,455,0),(54098,72,455,0),(54099,73,455,0),(54100,74,455,0),(54101,75,455,0),(54102,76,455,0),(54103,77,455,0),(54104,78,455,0),(54105,79,455,0),(54106,80,455,0),(54107,81,455,0),(54108,82,455,0),(54109,83,455,0),(54110,84,455,0),(54111,85,455,0),(54112,86,455,0),(54113,87,455,0),(54114,88,455,0),(54115,89,455,0),(54116,90,455,0),(54117,91,455,0),(54118,92,455,0),(54119,93,455,0),(54120,94,455,0),(54121,95,455,0),(54122,96,455,0),(54123,97,455,0),(54124,98,455,0),(54125,99,455,0),(54126,100,455,0),(54127,101,455,0),(54128,102,455,0),(54129,103,455,0),(54130,104,455,0),(54131,105,455,0),(54132,106,455,0),(54133,107,455,0),(54134,108,455,0),(54135,109,455,0),(54136,110,455,0),(54137,111,455,0),(54138,112,455,0),(54139,113,455,0),(54140,114,455,0),(54141,115,455,0),(54142,116,455,0),(54143,117,455,0),(54144,118,455,0),(54145,119,455,0),(54146,1,456,0),(54147,2,456,0),(54148,3,456,0),(54149,4,456,0),(54150,5,456,0),(54151,6,456,0),(54152,7,456,0),(54153,8,456,0),(54154,9,456,0),(54155,10,456,0),(54156,11,456,0),(54157,12,456,0),(54158,13,456,0),(54159,14,456,0),(54160,15,456,0),(54161,16,456,0),(54162,17,456,0),(54163,18,456,0),(54164,19,456,0),(54165,20,456,0),(54166,21,456,0),(54167,22,456,0),(54168,23,456,0),(54169,24,456,0),(54170,25,456,0),(54171,26,456,0),(54172,27,456,0),(54173,28,456,0),(54174,29,456,0),(54175,30,456,0),(54176,31,456,0),(54177,32,456,0),(54178,33,456,0),(54179,34,456,0),(54180,35,456,0),(54181,36,456,0),(54182,37,456,0),(54183,38,456,0),(54184,39,456,0),(54185,40,456,0),(54186,41,456,0),(54187,42,456,0),(54188,43,456,0),(54189,44,456,0),(54190,45,456,0),(54191,46,456,0),(54192,47,456,0),(54193,48,456,0),(54194,49,456,0),(54195,50,456,0),(54196,51,456,0),(54197,52,456,0),(54198,53,456,0.304834048178502),(54199,54,456,0),(54200,55,456,0),(54201,56,456,0),(54202,57,456,0),(54203,58,456,0),(54204,59,456,0),(54205,60,456,0),(54206,61,456,0),(54207,62,456,0),(54208,63,456,0),(54209,64,456,0),(54210,65,456,0),(54211,66,456,0),(54212,67,456,0),(54213,68,456,0),(54214,69,456,0),(54215,70,456,0),(54216,71,456,0),(54217,72,456,0),(54218,73,456,0),(54219,74,456,0),(54220,75,456,0),(54221,76,456,0),(54222,77,456,0),(54223,78,456,0),(54224,79,456,0),(54225,80,456,0),(54226,81,456,0),(54227,82,456,0),(54228,83,456,0),(54229,84,456,0),(54230,85,456,0),(54231,86,456,0),(54232,87,456,0),(54233,88,456,0),(54234,89,456,0),(54235,90,456,0),(54236,91,456,0),(54237,92,456,0),(54238,93,456,0),(54239,94,456,0),(54240,95,456,0),(54241,96,456,0),(54242,97,456,0),(54243,98,456,0),(54244,99,456,0),(54245,100,456,0),(54246,101,456,0),(54247,102,456,0),(54248,103,456,0),(54249,104,456,0),(54250,105,456,0),(54251,106,456,0),(54252,107,456,0),(54253,108,456,0),(54254,109,456,0),(54255,110,456,0),(54256,111,456,0),(54257,112,456,0),(54258,113,456,0),(54259,114,456,0),(54260,115,456,0),(54261,116,456,0),(54262,117,456,0),(54263,118,456,0),(54264,119,456,0),(54265,1,457,0),(54266,2,457,0),(54267,3,457,0),(54268,4,457,0),(54269,5,457,0),(54270,6,457,0),(54271,7,457,0),(54272,8,457,0),(54273,9,457,0),(54274,10,457,0),(54275,11,457,0),(54276,12,457,0),(54277,13,457,0),(54278,14,457,0),(54279,15,457,0),(54280,16,457,0),(54281,17,457,0),(54282,18,457,0),(54283,19,457,0),(54284,20,457,0),(54285,21,457,0),(54286,22,457,0),(54287,23,457,0),(54288,24,457,0),(54289,25,457,0),(54290,26,457,0),(54291,27,457,0),(54292,28,457,0),(54293,29,457,0),(54294,30,457,0),(54295,31,457,0),(54296,32,457,0),(54297,33,457,0),(54298,34,457,0),(54299,35,457,0),(54300,36,457,0),(54301,37,457,0),(54302,38,457,0),(54303,39,457,0),(54304,40,457,0),(54305,41,457,0),(54306,42,457,0),(54307,43,457,0),(54308,44,457,0),(54309,45,457,0),(54310,46,457,0),(54311,47,457,0),(54312,48,457,0),(54313,49,457,0),(54314,50,457,0),(54315,51,457,0),(54316,52,457,0),(54317,53,457,0.280957308388476),(54318,54,457,0),(54319,55,457,0),(54320,56,457,0),(54321,57,457,0),(54322,58,457,0),(54323,59,457,0),(54324,60,457,0),(54325,61,457,0),(54326,62,457,0),(54327,63,457,0),(54328,64,457,0),(54329,65,457,0),(54330,66,457,0),(54331,67,457,0),(54332,68,457,0),(54333,69,457,0),(54334,70,457,0),(54335,71,457,0),(54336,72,457,0),(54337,73,457,0),(54338,74,457,0),(54339,75,457,0),(54340,76,457,0),(54341,77,457,0),(54342,78,457,0),(54343,79,457,0),(54344,80,457,0),(54345,81,457,0),(54346,82,457,0),(54347,83,457,0),(54348,84,457,0),(54349,85,457,0),(54350,86,457,0),(54351,87,457,0),(54352,88,457,0),(54353,89,457,0),(54354,90,457,0),(54355,91,457,0),(54356,92,457,0),(54357,93,457,0),(54358,94,457,0),(54359,95,457,0),(54360,96,457,0),(54361,97,457,0),(54362,98,457,0),(54363,99,457,0),(54364,100,457,0),(54365,101,457,0),(54366,102,457,0),(54367,103,457,0),(54368,104,457,0),(54369,105,457,0),(54370,106,457,0),(54371,107,457,0),(54372,108,457,0),(54373,109,457,0),(54374,110,457,0),(54375,111,457,0),(54376,112,457,0),(54377,113,457,0),(54378,114,457,0),(54379,115,457,0),(54380,116,457,0),(54381,117,457,0),(54382,118,457,0),(54383,119,457,0),(54384,1,458,0),(54385,2,458,0),(54386,3,458,0),(54387,4,458,0),(54388,5,458,0),(54389,6,458,0),(54390,7,458,0),(54391,8,458,0),(54392,9,458,0),(54393,10,458,0),(54394,11,458,0),(54395,12,458,0),(54396,13,458,0),(54397,14,458,0),(54398,15,458,0),(54399,16,458,0),(54400,17,458,0),(54401,18,458,0),(54402,19,458,0),(54403,20,458,0),(54404,21,458,0),(54405,22,458,0),(54406,23,458,0),(54407,24,458,0),(54408,25,458,0),(54409,26,458,0),(54410,27,458,0),(54411,28,458,0),(54412,29,458,0),(54413,30,458,0),(54414,31,458,0),(54415,32,458,0),(54416,33,458,0),(54417,34,458,0),(54418,35,458,0),(54419,36,458,0),(54420,37,458,0),(54421,38,458,0),(54422,39,458,0),(54423,40,458,0),(54424,41,458,0),(54425,42,458,0),(54426,43,458,0),(54427,44,458,0),(54428,45,458,0),(54429,46,458,0),(54430,47,458,0),(54431,48,458,0),(54432,49,458,0),(54433,50,458,0),(54434,51,458,0),(54435,52,458,0),(54436,53,458,0.414208643433022),(54437,54,458,0),(54438,55,458,0),(54439,56,458,0),(54440,57,458,0),(54441,58,458,0),(54442,59,458,0),(54443,60,458,0),(54444,61,458,0),(54445,62,458,0),(54446,63,458,0),(54447,64,458,0),(54448,65,458,0),(54449,66,458,0),(54450,67,458,0),(54451,68,458,0),(54452,69,458,0),(54453,70,458,0),(54454,71,458,0),(54455,72,458,0),(54456,73,458,0),(54457,74,458,0),(54458,75,458,0),(54459,76,458,0),(54460,77,458,0),(54461,78,458,0),(54462,79,458,0),(54463,80,458,0),(54464,81,458,0),(54465,82,458,0),(54466,83,458,0),(54467,84,458,0),(54468,85,458,0),(54469,86,458,0),(54470,87,458,0),(54471,88,458,0),(54472,89,458,0),(54473,90,458,0),(54474,91,458,0),(54475,92,458,0),(54476,93,458,0),(54477,94,458,0),(54478,95,458,0),(54479,96,458,0),(54480,97,458,0),(54481,98,458,0),(54482,99,458,0),(54483,100,458,0),(54484,101,458,0),(54485,102,458,0),(54486,103,458,0),(54487,104,458,0),(54488,105,458,0),(54489,106,458,0),(54490,107,458,0),(54491,108,458,0),(54492,109,458,0),(54493,110,458,0),(54494,111,458,0),(54495,112,458,0),(54496,113,458,0),(54497,114,458,0),(54498,115,458,0),(54499,116,458,0),(54500,117,458,0),(54501,118,458,0),(54502,119,458,0),(54503,1,459,0),(54504,2,459,0),(54505,3,459,0),(54506,4,459,0),(54507,5,459,0),(54508,6,459,0),(54509,7,459,0),(54510,8,459,0),(54511,9,459,0),(54512,10,459,0),(54513,11,459,0),(54514,12,459,0),(54515,13,459,0),(54516,14,459,0),(54517,15,459,0),(54518,16,459,0),(54519,17,459,0),(54520,18,459,0),(54521,19,459,0),(54522,20,459,0),(54523,21,459,0),(54524,22,459,0),(54525,23,459,0),(54526,24,459,0),(54527,25,459,0),(54528,26,459,0),(54529,27,459,0),(54530,28,459,0),(54531,29,459,0),(54532,30,459,0),(54533,31,459,0),(54534,32,459,0),(54535,33,459,0),(54536,34,459,0),(54537,35,459,0),(54538,36,459,0),(54539,37,459,0),(54540,38,459,0),(54541,39,459,0),(54542,40,459,0),(54543,41,459,0),(54544,42,459,0),(54545,43,459,0),(54546,44,459,0),(54547,45,459,0),(54548,46,459,0),(54549,47,459,0),(54550,48,459,0),(54551,49,459,0),(54552,50,459,0),(54553,51,459,0),(54554,52,459,0),(54555,53,459,0),(54556,54,459,0.5),(54557,55,459,0),(54558,56,459,0),(54559,57,459,0),(54560,58,459,0),(54561,59,459,0),(54562,60,459,0),(54563,61,459,0),(54564,62,459,0),(54565,63,459,0),(54566,64,459,0),(54567,65,459,0),(54568,66,459,0),(54569,67,459,0),(54570,68,459,0),(54571,69,459,0),(54572,70,459,0),(54573,71,459,0),(54574,72,459,0),(54575,73,459,0),(54576,74,459,0),(54577,75,459,0),(54578,76,459,0),(54579,77,459,0),(54580,78,459,0),(54581,79,459,0),(54582,80,459,0),(54583,81,459,0),(54584,82,459,0),(54585,83,459,0),(54586,84,459,0),(54587,85,459,0),(54588,86,459,0),(54589,87,459,0),(54590,88,459,0),(54591,89,459,0),(54592,90,459,0),(54593,91,459,0),(54594,92,459,0),(54595,93,459,0),(54596,94,459,0),(54597,95,459,0),(54598,96,459,0),(54599,97,459,0),(54600,98,459,0),(54601,99,459,0),(54602,100,459,0),(54603,101,459,0),(54604,102,459,0),(54605,103,459,0),(54606,104,459,0),(54607,105,459,0),(54608,106,459,0),(54609,107,459,0),(54610,108,459,0),(54611,109,459,0),(54612,110,459,0),(54613,111,459,0),(54614,112,459,0),(54615,113,459,0),(54616,114,459,0),(54617,115,459,0),(54618,116,459,0),(54619,117,459,0),(54620,118,459,0),(54621,119,459,0),(54622,1,460,0),(54623,2,460,0),(54624,3,460,0),(54625,4,460,0),(54626,5,460,0),(54627,6,460,0),(54628,7,460,0),(54629,8,460,0),(54630,9,460,0),(54631,10,460,0),(54632,11,460,0),(54633,12,460,0),(54634,13,460,0),(54635,14,460,0),(54636,15,460,0),(54637,16,460,0),(54638,17,460,0),(54639,18,460,0),(54640,19,460,0),(54641,20,460,0),(54642,21,460,0),(54643,22,460,0),(54644,23,460,0),(54645,24,460,0),(54646,25,460,0),(54647,26,460,0),(54648,27,460,0),(54649,28,460,0),(54650,29,460,0),(54651,30,460,0),(54652,31,460,0),(54653,32,460,0),(54654,33,460,0),(54655,34,460,0),(54656,35,460,0),(54657,36,460,0),(54658,37,460,0),(54659,38,460,0),(54660,39,460,0),(54661,40,460,0),(54662,41,460,0),(54663,42,460,0),(54664,43,460,0),(54665,44,460,0),(54666,45,460,0),(54667,46,460,0),(54668,47,460,0),(54669,48,460,0),(54670,49,460,0),(54671,50,460,0),(54672,51,460,0),(54673,52,460,0),(54674,53,460,0),(54675,54,460,0.219342511009926),(54676,55,460,0),(54677,56,460,0),(54678,57,460,0),(54679,58,460,0),(54680,59,460,0),(54681,60,460,0),(54682,61,460,0),(54683,62,460,0),(54684,63,460,0),(54685,64,460,0),(54686,65,460,0),(54687,66,460,0),(54688,67,460,0),(54689,68,460,0),(54690,69,460,0),(54691,70,460,0),(54692,71,460,0),(54693,72,460,0),(54694,73,460,0),(54695,74,460,0),(54696,75,460,0),(54697,76,460,0),(54698,77,460,0),(54699,78,460,0),(54700,79,460,0),(54701,80,460,0),(54702,81,460,0),(54703,82,460,0),(54704,83,460,0),(54705,84,460,0),(54706,85,460,0),(54707,86,460,0),(54708,87,460,0),(54709,88,460,0),(54710,89,460,0),(54711,90,460,0),(54712,91,460,0),(54713,92,460,0),(54714,93,460,0),(54715,94,460,0),(54716,95,460,0),(54717,96,460,0),(54718,97,460,0),(54719,98,460,0),(54720,99,460,0),(54721,100,460,0),(54722,101,460,0),(54723,102,460,0),(54724,103,460,0),(54725,104,460,0),(54726,105,460,0),(54727,106,460,0),(54728,107,460,0),(54729,108,460,0),(54730,109,460,0),(54731,110,460,0),(54732,111,460,0),(54733,112,460,0),(54734,113,460,0),(54735,114,460,0),(54736,115,460,0),(54737,116,460,0),(54738,117,460,0),(54739,118,460,0),(54740,119,460,0),(54741,1,461,0),(54742,2,461,0),(54743,3,461,0),(54744,4,461,0),(54745,5,461,0),(54746,6,461,0),(54747,7,461,0),(54748,8,461,0),(54749,9,461,0),(54750,10,461,0),(54751,11,461,0),(54752,12,461,0),(54753,13,461,0),(54754,14,461,0),(54755,15,461,0),(54756,16,461,0),(54757,17,461,0),(54758,18,461,0),(54759,19,461,0),(54760,20,461,0),(54761,21,461,0),(54762,22,461,0),(54763,23,461,0),(54764,24,461,0),(54765,25,461,0),(54766,26,461,0),(54767,27,461,0),(54768,28,461,0),(54769,29,461,0),(54770,30,461,0),(54771,31,461,0),(54772,32,461,0),(54773,33,461,0),(54774,34,461,0),(54775,35,461,0),(54776,36,461,0),(54777,37,461,0),(54778,38,461,0),(54779,39,461,0),(54780,40,461,0),(54781,41,461,0),(54782,42,461,0),(54783,43,461,0),(54784,44,461,0),(54785,45,461,0),(54786,46,461,0),(54787,47,461,0),(54788,48,461,0),(54789,49,461,0),(54790,50,461,0),(54791,51,461,0),(54792,52,461,0),(54793,53,461,0),(54794,54,461,0.173580419466891),(54795,55,461,0),(54796,56,461,0),(54797,57,461,0),(54798,58,461,0),(54799,59,461,0),(54800,60,461,0),(54801,61,461,0),(54802,62,461,0),(54803,63,461,0),(54804,64,461,0),(54805,65,461,0),(54806,66,461,0),(54807,67,461,0),(54808,68,461,0),(54809,69,461,0),(54810,70,461,0),(54811,71,461,0),(54812,72,461,0),(54813,73,461,0),(54814,74,461,0),(54815,75,461,0),(54816,76,461,0),(54817,77,461,0),(54818,78,461,0),(54819,79,461,0),(54820,80,461,0),(54821,81,461,0),(54822,82,461,0),(54823,83,461,0),(54824,84,461,0),(54825,85,461,0),(54826,86,461,0),(54827,87,461,0),(54828,88,461,0),(54829,89,461,0),(54830,90,461,0),(54831,91,461,0),(54832,92,461,0),(54833,93,461,0),(54834,94,461,0),(54835,95,461,0),(54836,96,461,0),(54837,97,461,0),(54838,98,461,0),(54839,99,461,0),(54840,100,461,0),(54841,101,461,0),(54842,102,461,0),(54843,103,461,0),(54844,104,461,0),(54845,105,461,0),(54846,106,461,0),(54847,107,461,0),(54848,108,461,0),(54849,109,461,0),(54850,110,461,0),(54851,111,461,0),(54852,112,461,0),(54853,113,461,0),(54854,114,461,0),(54855,115,461,0),(54856,116,461,0),(54857,117,461,0),(54858,118,461,0),(54859,119,461,0),(54860,1,462,0),(54861,2,462,0),(54862,3,462,0),(54863,4,462,0),(54864,5,462,0),(54865,6,462,0),(54866,7,462,0),(54867,8,462,0),(54868,9,462,0),(54869,10,462,0),(54870,11,462,0),(54871,12,462,0),(54872,13,462,0),(54873,14,462,0),(54874,15,462,0),(54875,16,462,0),(54876,17,462,0),(54877,18,462,0),(54878,19,462,0),(54879,20,462,0),(54880,21,462,0),(54881,22,462,0),(54882,23,462,0),(54883,24,462,0),(54884,25,462,0),(54885,26,462,0),(54886,27,462,0),(54887,28,462,0),(54888,29,462,0),(54889,30,462,0),(54890,31,462,0),(54891,32,462,0),(54892,33,462,0),(54893,34,462,0),(54894,35,462,0),(54895,36,462,0),(54896,37,462,0),(54897,38,462,0),(54898,39,462,0),(54899,40,462,0),(54900,41,462,0),(54901,42,462,0),(54902,43,462,0),(54903,44,462,0),(54904,45,462,0),(54905,46,462,0),(54906,47,462,0),(54907,48,462,0),(54908,49,462,0),(54909,50,462,0),(54910,51,462,0),(54911,52,462,0),(54912,53,462,0),(54913,54,462,0.0587312489894133),(54914,55,462,0),(54915,56,462,0),(54916,57,462,0),(54917,58,462,0),(54918,59,462,0),(54919,60,462,0),(54920,61,462,0),(54921,62,462,0),(54922,63,462,0),(54923,64,462,0),(54924,65,462,0),(54925,66,462,0),(54926,67,462,0),(54927,68,462,0),(54928,69,462,0),(54929,70,462,0),(54930,71,462,0),(54931,72,462,0),(54932,73,462,0),(54933,74,462,0),(54934,75,462,0),(54935,76,462,0),(54936,77,462,0),(54937,78,462,0),(54938,79,462,0),(54939,80,462,0),(54940,81,462,0),(54941,82,462,0),(54942,83,462,0),(54943,84,462,0),(54944,85,462,0),(54945,86,462,0),(54946,87,462,0),(54947,88,462,0),(54948,89,462,0),(54949,90,462,0),(54950,91,462,0),(54951,92,462,0),(54952,93,462,0),(54953,94,462,0),(54954,95,462,0),(54955,96,462,0),(54956,97,462,0),(54957,98,462,0),(54958,99,462,0),(54959,100,462,0),(54960,101,462,0),(54961,102,462,0),(54962,103,462,0),(54963,104,462,0),(54964,105,462,0),(54965,106,462,0),(54966,107,462,0),(54967,108,462,0),(54968,109,462,0),(54969,110,462,0),(54970,111,462,0),(54971,112,462,0),(54972,113,462,0),(54973,114,462,0),(54974,115,462,0),(54975,116,462,0),(54976,117,462,0),(54977,118,462,0),(54978,119,462,0),(54979,1,463,0),(54980,2,463,0),(54981,3,463,0),(54982,4,463,0),(54983,5,463,0),(54984,6,463,0),(54985,7,463,0),(54986,8,463,0),(54987,9,463,0),(54988,10,463,0),(54989,11,463,0),(54990,12,463,0),(54991,13,463,0),(54992,14,463,0),(54993,15,463,0),(54994,16,463,0),(54995,17,463,0),(54996,18,463,0),(54997,19,463,0),(54998,20,463,0),(54999,21,463,0),(55000,22,463,0),(55001,23,463,0),(55002,24,463,0),(55003,25,463,0),(55004,26,463,0),(55005,27,463,0),(55006,28,463,0),(55007,29,463,0),(55008,30,463,0),(55009,31,463,0),(55010,32,463,0),(55011,33,463,0),(55012,34,463,0),(55013,35,463,0),(55014,36,463,0),(55015,37,463,0),(55016,38,463,0),(55017,39,463,0),(55018,40,463,0),(55019,41,463,0),(55020,42,463,0),(55021,43,463,0),(55022,44,463,0),(55023,45,463,0),(55024,46,463,0),(55025,47,463,0),(55026,48,463,0),(55027,49,463,0),(55028,50,463,0),(55029,51,463,0),(55030,52,463,0),(55031,53,463,0),(55032,54,463,0.215526844200689),(55033,55,463,0),(55034,56,463,0),(55035,57,463,0),(55036,58,463,0),(55037,59,463,0),(55038,60,463,0),(55039,61,463,0),(55040,62,463,0),(55041,63,463,0),(55042,64,463,0),(55043,65,463,0),(55044,66,463,0),(55045,67,463,0),(55046,68,463,0),(55047,69,463,0),(55048,70,463,0),(55049,71,463,0),(55050,72,463,0),(55051,73,463,0),(55052,74,463,0),(55053,75,463,0),(55054,76,463,0),(55055,77,463,0),(55056,78,463,0),(55057,79,463,0),(55058,80,463,0),(55059,81,463,0),(55060,82,463,0),(55061,83,463,0),(55062,84,463,0),(55063,85,463,0),(55064,86,463,0),(55065,87,463,0),(55066,88,463,0),(55067,89,463,0),(55068,90,463,0),(55069,91,463,0),(55070,92,463,0),(55071,93,463,0),(55072,94,463,0),(55073,95,463,0),(55074,96,463,0),(55075,97,463,0),(55076,98,463,0),(55077,99,463,0),(55078,100,463,0),(55079,101,463,0),(55080,102,463,0),(55081,103,463,0),(55082,104,463,0),(55083,105,463,0),(55084,106,463,0),(55085,107,463,0),(55086,108,463,0),(55087,109,463,0),(55088,110,463,0),(55089,111,463,0),(55090,112,463,0),(55091,113,463,0),(55092,114,463,0),(55093,115,463,0),(55094,116,463,0),(55095,117,463,0),(55096,118,463,0),(55097,119,463,0),(55098,1,464,0),(55099,2,464,0),(55100,3,464,0),(55101,4,464,0),(55102,5,464,0),(55103,6,464,0),(55104,7,464,0),(55105,8,464,0),(55106,9,464,0),(55107,10,464,0),(55108,11,464,0),(55109,12,464,0),(55110,13,464,0),(55111,14,464,0),(55112,15,464,0),(55113,16,464,0),(55114,17,464,0),(55115,18,464,0),(55116,19,464,0),(55117,20,464,0),(55118,21,464,0),(55119,22,464,0),(55120,23,464,0),(55121,24,464,0),(55122,25,464,0),(55123,26,464,0),(55124,27,464,0),(55125,28,464,0),(55126,29,464,0),(55127,30,464,0),(55128,31,464,0),(55129,32,464,0),(55130,33,464,0),(55131,34,464,0),(55132,35,464,0),(55133,36,464,0),(55134,37,464,0),(55135,38,464,0),(55136,39,464,0),(55137,40,464,0),(55138,41,464,0),(55139,42,464,0),(55140,43,464,0),(55141,44,464,0),(55142,45,464,0),(55143,46,464,0),(55144,47,464,0),(55145,48,464,0),(55146,49,464,0),(55147,50,464,0),(55148,51,464,0),(55149,52,464,0),(55150,53,464,0),(55151,54,464,0.132818976333081),(55152,55,464,0),(55153,56,464,0),(55154,57,464,0),(55155,58,464,0),(55156,59,464,0),(55157,60,464,0),(55158,61,464,0),(55159,62,464,0),(55160,63,464,0),(55161,64,464,0),(55162,65,464,0),(55163,66,464,0),(55164,67,464,0),(55165,68,464,0),(55166,69,464,0),(55167,70,464,0),(55168,71,464,0),(55169,72,464,0),(55170,73,464,0),(55171,74,464,0),(55172,75,464,0),(55173,76,464,0),(55174,77,464,0),(55175,78,464,0),(55176,79,464,0),(55177,80,464,0),(55178,81,464,0),(55179,82,464,0),(55180,83,464,0),(55181,84,464,0),(55182,85,464,0),(55183,86,464,0),(55184,87,464,0),(55185,88,464,0),(55186,89,464,0),(55187,90,464,0),(55188,91,464,0),(55189,92,464,0),(55190,93,464,0),(55191,94,464,0),(55192,95,464,0),(55193,96,464,0),(55194,97,464,0),(55195,98,464,0),(55196,99,464,0),(55197,100,464,0),(55198,101,464,0),(55199,102,464,0),(55200,103,464,0),(55201,104,464,0),(55202,105,464,0),(55203,106,464,0),(55204,107,464,0),(55205,108,464,0),(55206,109,464,0),(55207,110,464,0),(55208,111,464,0),(55209,112,464,0),(55210,113,464,0),(55211,114,464,0),(55212,115,464,0),(55213,116,464,0),(55214,117,464,0),(55215,118,464,0),(55216,119,464,0),(55217,1,465,0),(55218,2,465,0),(55219,3,465,0),(55220,4,465,0),(55221,5,465,0),(55222,6,465,0),(55223,7,465,0),(55224,8,465,0),(55225,9,465,0),(55226,10,465,0),(55227,11,465,0),(55228,12,465,0),(55229,13,465,0),(55230,14,465,0),(55231,15,465,0),(55232,16,465,0),(55233,17,465,0),(55234,18,465,0),(55235,19,465,0),(55236,20,465,0),(55237,21,465,0),(55238,22,465,0),(55239,23,465,0),(55240,24,465,0),(55241,25,465,0),(55242,26,465,0),(55243,27,465,0),(55244,28,465,0),(55245,29,465,0),(55246,30,465,0),(55247,31,465,0),(55248,32,465,0),(55249,33,465,0),(55250,34,465,0),(55251,35,465,0),(55252,36,465,0),(55253,37,465,0),(55254,38,465,0),(55255,39,465,0),(55256,40,465,0),(55257,41,465,0),(55258,42,465,0),(55259,43,465,0),(55260,44,465,0),(55261,45,465,0),(55262,46,465,0),(55263,47,465,0),(55264,48,465,0),(55265,49,465,0),(55266,50,465,0),(55267,51,465,0),(55268,52,465,0),(55269,53,465,0),(55270,54,465,0.176264082905122),(55271,55,465,0),(55272,56,465,0),(55273,57,465,0),(55274,58,465,0),(55275,59,465,0),(55276,60,465,0),(55277,61,465,0),(55278,62,465,0),(55279,63,465,0),(55280,64,465,0),(55281,65,465,0),(55282,66,465,0),(55283,67,465,0),(55284,68,465,0),(55285,69,465,0),(55286,70,465,0),(55287,71,465,0),(55288,72,465,0),(55289,73,465,0),(55290,74,465,0),(55291,75,465,0),(55292,76,465,0),(55293,77,465,0),(55294,78,465,0),(55295,79,465,0),(55296,80,465,0),(55297,81,465,0),(55298,82,465,0),(55299,83,465,0),(55300,84,465,0),(55301,85,465,0),(55302,86,465,0),(55303,87,465,0),(55304,88,465,0),(55305,89,465,0),(55306,90,465,0),(55307,91,465,0),(55308,92,465,0),(55309,93,465,0),(55310,94,465,0),(55311,95,465,0),(55312,96,465,0),(55313,97,465,0),(55314,98,465,0),(55315,99,465,0),(55316,100,465,0),(55317,101,465,0),(55318,102,465,0),(55319,103,465,0),(55320,104,465,0),(55321,105,465,0),(55322,106,465,0),(55323,107,465,0),(55324,108,465,0),(55325,109,465,0),(55326,110,465,0),(55327,111,465,0),(55328,112,465,0),(55329,113,465,0),(55330,114,465,0),(55331,115,465,0),(55332,116,465,0),(55333,117,465,0),(55334,118,465,0),(55335,119,465,0),(55336,1,466,0),(55337,2,466,0),(55338,3,466,0),(55339,4,466,0),(55340,5,466,0),(55341,6,466,0),(55342,7,466,0),(55343,8,466,0),(55344,9,466,0),(55345,10,466,0),(55346,11,466,0),(55347,12,466,0),(55348,13,466,0),(55349,14,466,0),(55350,15,466,0),(55351,16,466,0),(55352,17,466,0),(55353,18,466,0),(55354,19,466,0),(55355,20,466,0),(55356,21,466,0),(55357,22,466,0),(55358,23,466,0),(55359,24,466,0),(55360,25,466,0),(55361,26,466,0),(55362,27,466,0),(55363,28,466,0),(55364,29,466,0),(55365,30,466,0),(55366,31,466,0),(55367,32,466,0),(55368,33,466,0),(55369,34,466,0),(55370,35,466,0),(55371,36,466,0),(55372,37,466,0),(55373,38,466,0),(55374,39,466,0),(55375,40,466,0),(55376,41,466,0),(55377,42,466,0),(55378,43,466,0),(55379,44,466,0),(55380,45,466,0),(55381,46,466,0),(55382,47,466,0),(55383,48,466,0),(55384,49,466,0),(55385,50,466,0),(55386,51,466,0),(55387,52,466,0),(55388,53,466,0),(55389,54,466,0.194382805661478),(55390,55,466,0),(55391,56,466,0),(55392,57,466,0),(55393,58,466,0),(55394,59,466,0),(55395,60,466,0),(55396,61,466,0),(55397,62,466,0),(55398,63,466,0),(55399,64,466,0),(55400,65,466,0),(55401,66,466,0),(55402,67,466,0),(55403,68,466,0),(55404,69,466,0),(55405,70,466,0),(55406,71,466,0),(55407,72,466,0),(55408,73,466,0),(55409,74,466,0),(55410,75,466,0),(55411,76,466,0),(55412,77,466,0),(55413,78,466,0),(55414,79,466,0),(55415,80,466,0),(55416,81,466,0),(55417,82,466,0),(55418,83,466,0),(55419,84,466,0),(55420,85,466,0),(55421,86,466,0),(55422,87,466,0),(55423,88,466,0),(55424,89,466,0),(55425,90,466,0),(55426,91,466,0),(55427,92,466,0),(55428,93,466,0),(55429,94,466,0),(55430,95,466,0),(55431,96,466,0),(55432,97,466,0),(55433,98,466,0),(55434,99,466,0),(55435,100,466,0),(55436,101,466,0),(55437,102,466,0),(55438,103,466,0),(55439,104,466,0),(55440,105,466,0),(55441,106,466,0),(55442,107,466,0),(55443,108,466,0),(55444,109,466,0),(55445,110,466,0),(55446,111,466,0),(55447,112,466,0),(55448,113,466,0),(55449,114,466,0),(55450,115,466,0),(55451,116,466,0),(55452,117,466,0),(55453,118,466,0),(55454,119,466,0),(55455,1,467,0),(55456,2,467,0),(55457,3,467,0),(55458,4,467,0),(55459,5,467,0),(55460,6,467,0),(55461,7,467,0),(55462,8,467,0),(55463,9,467,0),(55464,10,467,0),(55465,11,467,0),(55466,12,467,0),(55467,13,467,0),(55468,14,467,0),(55469,15,467,0),(55470,16,467,0),(55471,17,467,0),(55472,18,467,0),(55473,19,467,0),(55474,20,467,0),(55475,21,467,0),(55476,22,467,0),(55477,23,467,0),(55478,24,467,0),(55479,25,467,0),(55480,26,467,0),(55481,27,467,0),(55482,28,467,0),(55483,29,467,0),(55484,30,467,0),(55485,31,467,0),(55486,32,467,0),(55487,33,467,0),(55488,34,467,0),(55489,35,467,0),(55490,36,467,0),(55491,37,467,0),(55492,38,467,0),(55493,39,467,0),(55494,40,467,0),(55495,41,467,0),(55496,42,467,0),(55497,43,467,0),(55498,44,467,0),(55499,45,467,0),(55500,46,467,0),(55501,47,467,0),(55502,48,467,0),(55503,49,467,0),(55504,50,467,0),(55505,51,467,0),(55506,52,467,0),(55507,53,467,0),(55508,54,467,0.0813771480929869),(55509,55,467,0),(55510,56,467,0),(55511,57,467,0),(55512,58,467,0),(55513,59,467,0),(55514,60,467,0),(55515,61,467,0),(55516,62,467,0),(55517,63,467,0),(55518,64,467,0),(55519,65,467,0),(55520,66,467,0),(55521,67,467,0),(55522,68,467,0),(55523,69,467,0),(55524,70,467,0),(55525,71,467,0),(55526,72,467,0),(55527,73,467,0),(55528,74,467,0),(55529,75,467,0),(55530,76,467,0),(55531,77,467,0),(55532,78,467,0),(55533,79,467,0),(55534,80,467,0),(55535,81,467,0),(55536,82,467,0),(55537,83,467,0),(55538,84,467,0),(55539,85,467,0),(55540,86,467,0),(55541,87,467,0),(55542,88,467,0),(55543,89,467,0),(55544,90,467,0),(55545,91,467,0),(55546,92,467,0),(55547,93,467,0),(55548,94,467,0),(55549,95,467,0),(55550,96,467,0),(55551,97,467,0),(55552,98,467,0),(55553,99,467,0),(55554,100,467,0),(55555,101,467,0),(55556,102,467,0),(55557,103,467,0),(55558,104,467,0),(55559,105,467,0),(55560,106,467,0),(55561,107,467,0),(55562,108,467,0),(55563,109,467,0),(55564,110,467,0),(55565,111,467,0),(55566,112,467,0),(55567,113,467,0),(55568,114,467,0),(55569,115,467,0),(55570,116,467,0),(55571,117,467,0),(55572,118,467,0),(55573,119,467,0),(55574,1,468,0),(55575,2,468,0),(55576,3,468,0),(55577,4,468,0),(55578,5,468,0),(55579,6,468,0),(55580,7,468,0),(55581,8,468,0),(55582,9,468,0),(55583,10,468,0),(55584,11,468,0),(55585,12,468,0),(55586,13,468,0),(55587,14,468,0),(55588,15,468,0),(55589,16,468,0),(55590,17,468,0),(55591,18,468,0),(55592,19,468,0),(55593,20,468,0),(55594,21,468,0),(55595,22,468,0),(55596,23,468,0),(55597,24,468,0),(55598,25,468,0),(55599,26,468,0),(55600,27,468,0),(55601,28,468,0),(55602,29,468,0),(55603,30,468,0),(55604,31,468,0),(55605,32,468,0),(55606,33,468,0),(55607,34,468,0),(55608,35,468,0),(55609,36,468,0),(55610,37,468,0),(55611,38,468,0),(55612,39,468,0),(55613,40,468,0),(55614,41,468,0),(55615,42,468,0),(55616,43,468,0),(55617,44,468,0),(55618,45,468,0),(55619,46,468,0),(55620,47,468,0),(55621,48,468,0),(55622,49,468,0),(55623,50,468,0),(55624,51,468,0),(55625,52,468,0),(55626,53,468,0),(55627,54,468,0.201034738433522),(55628,55,468,0),(55629,56,468,0),(55630,57,468,0),(55631,58,468,0),(55632,59,468,0),(55633,60,468,0),(55634,61,468,0),(55635,62,468,0),(55636,63,468,0),(55637,64,468,0),(55638,65,468,0),(55639,66,468,0),(55640,67,468,0),(55641,68,468,0),(55642,69,468,0),(55643,70,468,0),(55644,71,468,0),(55645,72,468,0),(55646,73,468,0),(55647,74,468,0),(55648,75,468,0),(55649,76,468,0),(55650,77,468,0),(55651,78,468,0),(55652,79,468,0),(55653,80,468,0),(55654,81,468,0),(55655,82,468,0),(55656,83,468,0),(55657,84,468,0),(55658,85,468,0),(55659,86,468,0),(55660,87,468,0),(55661,88,468,0),(55662,89,468,0),(55663,90,468,0),(55664,91,468,0),(55665,92,468,0),(55666,93,468,0),(55667,94,468,0),(55668,95,468,0),(55669,96,468,0),(55670,97,468,0),(55671,98,468,0),(55672,99,468,0),(55673,100,468,0),(55674,101,468,0),(55675,102,468,0),(55676,103,468,0),(55677,104,468,0),(55678,105,468,0),(55679,106,468,0),(55680,107,468,0),(55681,108,468,0),(55682,109,468,0),(55683,110,468,0),(55684,111,468,0),(55685,112,468,0),(55686,113,468,0),(55687,114,468,0),(55688,115,468,0),(55689,116,468,0),(55690,117,468,0),(55691,118,468,0),(55692,119,468,0),(55693,1,469,0),(55694,2,469,0),(55695,3,469,0),(55696,4,469,0),(55697,5,469,0),(55698,6,469,0),(55699,7,469,0),(55700,8,469,0),(55701,9,469,0),(55702,10,469,0),(55703,11,469,0),(55704,12,469,0),(55705,13,469,0),(55706,14,469,0),(55707,15,469,0),(55708,16,469,0),(55709,17,469,0),(55710,18,469,0),(55711,19,469,0),(55712,20,469,0),(55713,21,469,0),(55714,22,469,0),(55715,23,469,0),(55716,24,469,0),(55717,25,469,0),(55718,26,469,0),(55719,27,469,0),(55720,28,469,0),(55721,29,469,0),(55722,30,469,0),(55723,31,469,0),(55724,32,469,0),(55725,33,469,0),(55726,34,469,0),(55727,35,469,0),(55728,36,469,0),(55729,37,469,0),(55730,38,469,0),(55731,39,469,0),(55732,40,469,0),(55733,41,469,0),(55734,42,469,0),(55735,43,469,0),(55736,44,469,0),(55737,45,469,0),(55738,46,469,0),(55739,47,469,0),(55740,48,469,0),(55741,49,469,0),(55742,50,469,0),(55743,51,469,0),(55744,52,469,0),(55745,53,469,0),(55746,54,469,0.217043591405293),(55747,55,469,0),(55748,56,469,0),(55749,57,469,0),(55750,58,469,0),(55751,59,469,0),(55752,60,469,0),(55753,61,469,0),(55754,62,469,0),(55755,63,469,0),(55756,64,469,0),(55757,65,469,0),(55758,66,469,0),(55759,67,469,0),(55760,68,469,0),(55761,69,469,0),(55762,70,469,0),(55763,71,469,0),(55764,72,469,0),(55765,73,469,0),(55766,74,469,0),(55767,75,469,0),(55768,76,469,0),(55769,77,469,0),(55770,78,469,0),(55771,79,469,0),(55772,80,469,0),(55773,81,469,0),(55774,82,469,0),(55775,83,469,0),(55776,84,469,0),(55777,85,469,0),(55778,86,469,0),(55779,87,469,0),(55780,88,469,0),(55781,89,469,0),(55782,90,469,0),(55783,91,469,0),(55784,92,469,0),(55785,93,469,0),(55786,94,469,0),(55787,95,469,0),(55788,96,469,0),(55789,97,469,0),(55790,98,469,0),(55791,99,469,0),(55792,100,469,0),(55793,101,469,0),(55794,102,469,0),(55795,103,469,0),(55796,104,469,0),(55797,105,469,0),(55798,106,469,0),(55799,107,469,0),(55800,108,469,0),(55801,109,469,0),(55802,110,469,0),(55803,111,469,0),(55804,112,469,0),(55805,113,469,0),(55806,114,469,0),(55807,115,469,0),(55808,116,469,0),(55809,117,469,0),(55810,118,469,0),(55811,119,469,0),(55812,1,470,0),(55813,2,470,0),(55814,3,470,0),(55815,4,470,0),(55816,5,470,0),(55817,6,470,0),(55818,7,470,0),(55819,8,470,0),(55820,9,470,0),(55821,10,470,0),(55822,11,470,0),(55823,12,470,0),(55824,13,470,0),(55825,14,470,0),(55826,15,470,0),(55827,16,470,0),(55828,17,470,0),(55829,18,470,0),(55830,19,470,0),(55831,20,470,0),(55832,21,470,0),(55833,22,470,0),(55834,23,470,0),(55835,24,470,0),(55836,25,470,0),(55837,26,470,0),(55838,27,470,0),(55839,28,470,0),(55840,29,470,0),(55841,30,470,0),(55842,31,470,0),(55843,32,470,0),(55844,33,470,0),(55845,34,470,0),(55846,35,470,0),(55847,36,470,0),(55848,37,470,0),(55849,38,470,0),(55850,39,470,0),(55851,40,470,0),(55852,41,470,0),(55853,42,470,0),(55854,43,470,0),(55855,44,470,0),(55856,45,470,0),(55857,46,470,0),(55858,47,470,0),(55859,48,470,0),(55860,49,470,0),(55861,50,470,0),(55862,51,470,0),(55863,52,470,0),(55864,53,470,0),(55865,54,470,0.0344097191279104),(55866,55,470,0),(55867,56,470,0),(55868,57,470,0),(55869,58,470,0),(55870,59,470,0),(55871,60,470,0),(55872,61,470,0),(55873,62,470,0),(55874,63,470,0),(55875,64,470,0),(55876,65,470,0),(55877,66,470,0),(55878,67,470,0),(55879,68,470,0),(55880,69,470,0),(55881,70,470,0),(55882,71,470,0),(55883,72,470,0),(55884,73,470,0),(55885,74,470,0),(55886,75,470,0),(55887,76,470,0),(55888,77,470,0),(55889,78,470,0),(55890,79,470,0),(55891,80,470,0),(55892,81,470,0),(55893,82,470,0),(55894,83,470,0),(55895,84,470,0),(55896,85,470,0),(55897,86,470,0),(55898,87,470,0),(55899,88,470,0),(55900,89,470,0),(55901,90,470,0),(55902,91,470,0),(55903,92,470,0),(55904,93,470,0),(55905,94,470,0),(55906,95,470,0),(55907,96,470,0),(55908,97,470,0),(55909,98,470,0),(55910,99,470,0),(55911,100,470,0),(55912,101,470,0),(55913,102,470,0),(55914,103,470,0),(55915,104,470,0),(55916,105,470,0),(55917,106,470,0),(55918,107,470,0),(55919,108,470,0),(55920,109,470,0),(55921,110,470,0),(55922,111,470,0),(55923,112,470,0),(55924,113,470,0),(55925,114,470,0),(55926,115,470,0),(55927,116,470,0),(55928,117,470,0),(55929,118,470,0),(55930,119,470,0),(55931,1,471,0),(55932,2,471,0),(55933,3,471,0),(55934,4,471,0),(55935,5,471,0),(55936,6,471,0),(55937,7,471,0),(55938,8,471,0),(55939,9,471,0),(55940,10,471,0),(55941,11,471,0),(55942,12,471,0),(55943,13,471,0),(55944,14,471,0),(55945,15,471,0),(55946,16,471,0),(55947,17,471,0),(55948,18,471,0),(55949,19,471,0),(55950,20,471,0),(55951,21,471,0),(55952,22,471,0),(55953,23,471,0),(55954,24,471,0),(55955,25,471,0),(55956,26,471,0),(55957,27,471,0),(55958,28,471,0),(55959,29,471,0),(55960,30,471,0),(55961,31,471,0),(55962,32,471,0),(55963,33,471,0),(55964,34,471,0),(55965,35,471,0),(55966,36,471,0),(55967,37,471,0),(55968,38,471,0),(55969,39,471,0),(55970,40,471,0),(55971,41,471,0),(55972,42,471,0),(55973,43,471,0),(55974,44,471,0),(55975,45,471,0),(55976,46,471,0),(55977,47,471,0),(55978,48,471,0),(55979,49,471,0),(55980,50,471,0),(55981,51,471,0),(55982,52,471,0),(55983,53,471,0),(55984,54,471,0.0954879143736881),(55985,55,471,0),(55986,56,471,0),(55987,57,471,0),(55988,58,471,0),(55989,59,471,0),(55990,60,471,0),(55991,61,471,0),(55992,62,471,0),(55993,63,471,0),(55994,64,471,0),(55995,65,471,0),(55996,66,471,0),(55997,67,471,0),(55998,68,471,0),(55999,69,471,0),(56000,70,471,0),(56001,71,471,0),(56002,72,471,0),(56003,73,471,0),(56004,74,471,0),(56005,75,471,0),(56006,76,471,0),(56007,77,471,0),(56008,78,471,0),(56009,79,471,0),(56010,80,471,0),(56011,81,471,0),(56012,82,471,0),(56013,83,471,0),(56014,84,471,0),(56015,85,471,0),(56016,86,471,0),(56017,87,471,0),(56018,88,471,0),(56019,89,471,0),(56020,90,471,0),(56021,91,471,0),(56022,92,471,0),(56023,93,471,0),(56024,94,471,0),(56025,95,471,0),(56026,96,471,0),(56027,97,471,0),(56028,98,471,0),(56029,99,471,0),(56030,100,471,0),(56031,101,471,0),(56032,102,471,0),(56033,103,471,0),(56034,104,471,0),(56035,105,471,0),(56036,106,471,0),(56037,107,471,0),(56038,108,471,0),(56039,109,471,0),(56040,110,471,0),(56041,111,471,0),(56042,112,471,0),(56043,113,471,0),(56044,114,471,0),(56045,115,471,0),(56046,116,471,0),(56047,117,471,0),(56048,118,471,0),(56049,119,471,0),(56050,1,472,0),(56051,2,472,0),(56052,3,472,0),(56053,4,472,0),(56054,5,472,0),(56055,6,472,0),(56056,7,472,0),(56057,8,472,0),(56058,9,472,0),(56059,10,472,0),(56060,11,472,0),(56061,12,472,0),(56062,13,472,0),(56063,14,472,0),(56064,15,472,0),(56065,16,472,0),(56066,17,472,0),(56067,18,472,0),(56068,19,472,0),(56069,20,472,0),(56070,21,472,0),(56071,22,472,0),(56072,23,472,0),(56073,24,472,0),(56074,25,472,0),(56075,26,472,0),(56076,27,472,0),(56077,28,472,0),(56078,29,472,0),(56079,30,472,0),(56080,31,472,0),(56081,32,472,0),(56082,33,472,0),(56083,34,472,0),(56084,35,472,0),(56085,36,472,0),(56086,37,472,0),(56087,38,472,0),(56088,39,472,0),(56089,40,472,0),(56090,41,472,0),(56091,42,472,0),(56092,43,472,0),(56093,44,472,0),(56094,45,472,0),(56095,46,472,0),(56096,47,472,0),(56097,48,472,0),(56098,49,472,0),(56099,50,472,0),(56100,51,472,0),(56101,52,472,0),(56102,53,472,0),(56103,54,472,0),(56104,55,472,0.246647190957601),(56105,56,472,0),(56106,57,472,0),(56107,58,472,0),(56108,59,472,0),(56109,60,472,0),(56110,61,472,0),(56111,62,472,0),(56112,63,472,0),(56113,64,472,0),(56114,65,472,0),(56115,66,472,0),(56116,67,472,0),(56117,68,472,0),(56118,69,472,0),(56119,70,472,0),(56120,71,472,0),(56121,72,472,0),(56122,73,472,0),(56123,74,472,0),(56124,75,472,0),(56125,76,472,0),(56126,77,472,0),(56127,78,472,0),(56128,79,472,0),(56129,80,472,0),(56130,81,472,0),(56131,82,472,0),(56132,83,472,0),(56133,84,472,0),(56134,85,472,0),(56135,86,472,0),(56136,87,472,0),(56137,88,472,0),(56138,89,472,0),(56139,90,472,0),(56140,91,472,0),(56141,92,472,0),(56142,93,472,0),(56143,94,472,0),(56144,95,472,0),(56145,96,472,0),(56146,97,472,0),(56147,98,472,0),(56148,99,472,0),(56149,100,472,0),(56150,101,472,0),(56151,102,472,0),(56152,103,472,0),(56153,104,472,0),(56154,105,472,0),(56155,106,472,0),(56156,107,472,0),(56157,108,472,0),(56158,109,472,0),(56159,110,472,0),(56160,111,472,0),(56161,112,472,0),(56162,113,472,0),(56163,114,472,0),(56164,115,472,0),(56165,116,472,0),(56166,117,472,0),(56167,118,472,0),(56168,119,472,0),(56169,1,473,0),(56170,2,473,0),(56171,3,473,0),(56172,4,473,0),(56173,5,473,0),(56174,6,473,0),(56175,7,473,0),(56176,8,473,0),(56177,9,473,0),(56178,10,473,0),(56179,11,473,0),(56180,12,473,0),(56181,13,473,0),(56182,14,473,0),(56183,15,473,0),(56184,16,473,0),(56185,17,473,0),(56186,18,473,0),(56187,19,473,0),(56188,20,473,0),(56189,21,473,0),(56190,22,473,0),(56191,23,473,0),(56192,24,473,0),(56193,25,473,0),(56194,26,473,0),(56195,27,473,0),(56196,28,473,0),(56197,29,473,0),(56198,30,473,0),(56199,31,473,0),(56200,32,473,0),(56201,33,473,0),(56202,34,473,0),(56203,35,473,0),(56204,36,473,0),(56205,37,473,0),(56206,38,473,0),(56207,39,473,0),(56208,40,473,0),(56209,41,473,0),(56210,42,473,0),(56211,43,473,0),(56212,44,473,0),(56213,45,473,0),(56214,46,473,0),(56215,47,473,0),(56216,48,473,0),(56217,49,473,0),(56218,50,473,0),(56219,51,473,0),(56220,52,473,0),(56221,53,473,0),(56222,54,473,0),(56223,55,473,0.23247181023981),(56224,56,473,0),(56225,57,473,0),(56226,58,473,0),(56227,59,473,0),(56228,60,473,0),(56229,61,473,0),(56230,62,473,0),(56231,63,473,0),(56232,64,473,0),(56233,65,473,0),(56234,66,473,0),(56235,67,473,0),(56236,68,473,0),(56237,69,473,0),(56238,70,473,0),(56239,71,473,0),(56240,72,473,0),(56241,73,473,0),(56242,74,473,0),(56243,75,473,0),(56244,76,473,0),(56245,77,473,0),(56246,78,473,0),(56247,79,473,0),(56248,80,473,0),(56249,81,473,0),(56250,82,473,0),(56251,83,473,0),(56252,84,473,0),(56253,85,473,0),(56254,86,473,0),(56255,87,473,0),(56256,88,473,0),(56257,89,473,0),(56258,90,473,0),(56259,91,473,0),(56260,92,473,0),(56261,93,473,0),(56262,94,473,0),(56263,95,473,0),(56264,96,473,0),(56265,97,473,0),(56266,98,473,0),(56267,99,473,0),(56268,100,473,0),(56269,101,473,0),(56270,102,473,0),(56271,103,473,0),(56272,104,473,0),(56273,105,473,0),(56274,106,473,0),(56275,107,473,0),(56276,108,473,0),(56277,109,473,0),(56278,110,473,0),(56279,111,473,0),(56280,112,473,0),(56281,113,473,0),(56282,114,473,0),(56283,115,473,0),(56284,116,473,0),(56285,117,473,0),(56286,118,473,0),(56287,119,473,0),(56288,1,474,0),(56289,2,474,0),(56290,3,474,0),(56291,4,474,0),(56292,5,474,0),(56293,6,474,0),(56294,7,474,0),(56295,8,474,0),(56296,9,474,0),(56297,10,474,0),(56298,11,474,0),(56299,12,474,0),(56300,13,474,0),(56301,14,474,0),(56302,15,474,0),(56303,16,474,0),(56304,17,474,0),(56305,18,474,0),(56306,19,474,0),(56307,20,474,0),(56308,21,474,0),(56309,22,474,0),(56310,23,474,0),(56311,24,474,0),(56312,25,474,0),(56313,26,474,0),(56314,27,474,0),(56315,28,474,0),(56316,29,474,0),(56317,30,474,0),(56318,31,474,0),(56319,32,474,0),(56320,33,474,0),(56321,34,474,0),(56322,35,474,0),(56323,36,474,0),(56324,37,474,0),(56325,38,474,0),(56326,39,474,0),(56327,40,474,0),(56328,41,474,0),(56329,42,474,0),(56330,43,474,0),(56331,44,474,0),(56332,45,474,0),(56333,46,474,0),(56334,47,474,0),(56335,48,474,0),(56336,49,474,0),(56337,50,474,0),(56338,51,474,0),(56339,52,474,0),(56340,53,474,0),(56341,54,474,0),(56342,55,474,0.0208809988025892),(56343,56,474,0),(56344,57,474,0),(56345,58,474,0),(56346,59,474,0),(56347,60,474,0),(56348,61,474,0),(56349,62,474,0),(56350,63,474,0),(56351,64,474,0),(56352,65,474,0),(56353,66,474,0),(56354,67,474,0),(56355,68,474,0),(56356,69,474,0),(56357,70,474,0),(56358,71,474,0),(56359,72,474,0),(56360,73,474,0),(56361,74,474,0),(56362,75,474,0),(56363,76,474,0),(56364,77,474,0),(56365,78,474,0),(56366,79,474,0),(56367,80,474,0),(56368,81,474,0),(56369,82,474,0),(56370,83,474,0),(56371,84,474,0),(56372,85,474,0),(56373,86,474,0),(56374,87,474,0),(56375,88,474,0),(56376,89,474,0),(56377,90,474,0),(56378,91,474,0),(56379,92,474,0),(56380,93,474,0),(56381,94,474,0),(56382,95,474,0),(56383,96,474,0),(56384,97,474,0),(56385,98,474,0),(56386,99,474,0),(56387,100,474,0),(56388,101,474,0),(56389,102,474,0),(56390,103,474,0),(56391,104,474,0),(56392,105,474,0),(56393,106,474,0),(56394,107,474,0),(56395,108,474,0),(56396,109,474,0),(56397,110,474,0),(56398,111,474,0),(56399,112,474,0),(56400,113,474,0),(56401,114,474,0),(56402,115,474,0),(56403,116,474,0),(56404,117,474,0),(56405,118,474,0),(56406,119,474,0),(56407,1,475,0),(56408,2,475,0),(56409,3,475,0),(56410,4,475,0),(56411,5,475,0),(56412,6,475,0),(56413,7,475,0),(56414,8,475,0),(56415,9,475,0),(56416,10,475,0),(56417,11,475,0),(56418,12,475,0),(56419,13,475,0),(56420,14,475,0),(56421,15,475,0),(56422,16,475,0),(56423,17,475,0),(56424,18,475,0),(56425,19,475,0),(56426,20,475,0),(56427,21,475,0),(56428,22,475,0),(56429,23,475,0),(56430,24,475,0),(56431,25,475,0),(56432,26,475,0),(56433,27,475,0),(56434,28,475,0),(56435,29,475,0),(56436,30,475,0),(56437,31,475,0),(56438,32,475,0),(56439,33,475,0),(56440,34,475,0),(56441,35,475,0),(56442,36,475,0),(56443,37,475,0),(56444,38,475,0),(56445,39,475,0),(56446,40,475,0),(56447,41,475,0),(56448,42,475,0),(56449,43,475,0),(56450,44,475,0),(56451,45,475,0),(56452,46,475,0),(56453,47,475,0),(56454,48,475,0),(56455,49,475,0),(56456,50,475,0),(56457,51,475,0),(56458,52,475,0),(56459,53,475,0),(56460,54,475,0),(56461,55,475,0.00599793516189611),(56462,56,475,0),(56463,57,475,0),(56464,58,475,0),(56465,59,475,0),(56466,60,475,0),(56467,61,475,0),(56468,62,475,0),(56469,63,475,0),(56470,64,475,0),(56471,65,475,0),(56472,66,475,0),(56473,67,475,0),(56474,68,475,0),(56475,69,475,0),(56476,70,475,0),(56477,71,475,0),(56478,72,475,0),(56479,73,475,0),(56480,74,475,0),(56481,75,475,0),(56482,76,475,0),(56483,77,475,0),(56484,78,475,0),(56485,79,475,0),(56486,80,475,0),(56487,81,475,0),(56488,82,475,0),(56489,83,475,0),(56490,84,475,0),(56491,85,475,0),(56492,86,475,0),(56493,87,475,0),(56494,88,475,0),(56495,89,475,0),(56496,90,475,0),(56497,91,475,0),(56498,92,475,0),(56499,93,475,0),(56500,94,475,0),(56501,95,475,0),(56502,96,475,0),(56503,97,475,0),(56504,98,475,0),(56505,99,475,0),(56506,100,475,0),(56507,101,475,0),(56508,102,475,0),(56509,103,475,0),(56510,104,475,0),(56511,105,475,0),(56512,106,475,0),(56513,107,475,0),(56514,108,475,0),(56515,109,475,0),(56516,110,475,0),(56517,111,475,0),(56518,112,475,0),(56519,113,475,0),(56520,114,475,0),(56521,115,475,0),(56522,116,475,0),(56523,117,475,0),(56524,118,475,0),(56525,119,475,0),(56526,1,476,0),(56527,2,476,0),(56528,3,476,0),(56529,4,476,0),(56530,5,476,0),(56531,6,476,0),(56532,7,476,0),(56533,8,476,0),(56534,9,476,0),(56535,10,476,0),(56536,11,476,0),(56537,12,476,0),(56538,13,476,0),(56539,14,476,0),(56540,15,476,0),(56541,16,476,0),(56542,17,476,0),(56543,18,476,0),(56544,19,476,0),(56545,20,476,0),(56546,21,476,0),(56547,22,476,0),(56548,23,476,0),(56549,24,476,0),(56550,25,476,0),(56551,26,476,0),(56552,27,476,0),(56553,28,476,0),(56554,29,476,0),(56555,30,476,0),(56556,31,476,0),(56557,32,476,0),(56558,33,476,0),(56559,34,476,0),(56560,35,476,0),(56561,36,476,0),(56562,37,476,0),(56563,38,476,0),(56564,39,476,0),(56565,40,476,0),(56566,41,476,0),(56567,42,476,0),(56568,43,476,0),(56569,44,476,0),(56570,45,476,0),(56571,46,476,0),(56572,47,476,0),(56573,48,476,0),(56574,49,476,0),(56575,50,476,0),(56576,51,476,0),(56577,52,476,0),(56578,53,476,0),(56579,54,476,0),(56580,55,476,0.0931455648223468),(56581,56,476,0),(56582,57,476,0),(56583,58,476,0),(56584,59,476,0),(56585,60,476,0),(56586,61,476,0),(56587,62,476,0),(56588,63,476,0),(56589,64,476,0),(56590,65,476,0),(56591,66,476,0),(56592,67,476,0),(56593,68,476,0),(56594,69,476,0),(56595,70,476,0),(56596,71,476,0),(56597,72,476,0),(56598,73,476,0),(56599,74,476,0),(56600,75,476,0),(56601,76,476,0),(56602,77,476,0),(56603,78,476,0),(56604,79,476,0),(56605,80,476,0),(56606,81,476,0),(56607,82,476,0),(56608,83,476,0),(56609,84,476,0),(56610,85,476,0),(56611,86,476,0),(56612,87,476,0),(56613,88,476,0),(56614,89,476,0),(56615,90,476,0),(56616,91,476,0),(56617,92,476,0),(56618,93,476,0),(56619,94,476,0),(56620,95,476,0),(56621,96,476,0),(56622,97,476,0),(56623,98,476,0),(56624,99,476,0),(56625,100,476,0),(56626,101,476,0),(56627,102,476,0),(56628,103,476,0),(56629,104,476,0),(56630,105,476,0),(56631,106,476,0),(56632,107,476,0),(56633,108,476,0),(56634,109,476,0),(56635,110,476,0),(56636,111,476,0),(56637,112,476,0),(56638,113,476,0),(56639,114,476,0),(56640,115,476,0),(56641,116,476,0),(56642,117,476,0),(56643,118,476,0),(56644,119,476,0),(56645,1,477,0),(56646,2,477,0),(56647,3,477,0),(56648,4,477,0),(56649,5,477,0),(56650,6,477,0),(56651,7,477,0),(56652,8,477,0),(56653,9,477,0),(56654,10,477,0),(56655,11,477,0),(56656,12,477,0),(56657,13,477,0),(56658,14,477,0),(56659,15,477,0),(56660,16,477,0),(56661,17,477,0),(56662,18,477,0),(56663,19,477,0),(56664,20,477,0),(56665,21,477,0),(56666,22,477,0),(56667,23,477,0),(56668,24,477,0),(56669,25,477,0),(56670,26,477,0),(56671,27,477,0),(56672,28,477,0),(56673,29,477,0),(56674,30,477,0),(56675,31,477,0),(56676,32,477,0),(56677,33,477,0),(56678,34,477,0),(56679,35,477,0),(56680,36,477,0),(56681,37,477,0),(56682,38,477,0),(56683,39,477,0),(56684,40,477,0),(56685,41,477,0),(56686,42,477,0),(56687,43,477,0),(56688,44,477,0),(56689,45,477,0),(56690,46,477,0),(56691,47,477,0),(56692,48,477,0),(56693,49,477,0),(56694,50,477,0),(56695,51,477,0),(56696,52,477,0),(56697,53,477,0),(56698,54,477,0),(56699,55,477,0.0784285581463003),(56700,56,477,0),(56701,57,477,0),(56702,58,477,0),(56703,59,477,0),(56704,60,477,0),(56705,61,477,0),(56706,62,477,0),(56707,63,477,0),(56708,64,477,0),(56709,65,477,0),(56710,66,477,0),(56711,67,477,0),(56712,68,477,0),(56713,69,477,0),(56714,70,477,0),(56715,71,477,0),(56716,72,477,0),(56717,73,477,0),(56718,74,477,0),(56719,75,477,0),(56720,76,477,0),(56721,77,477,0),(56722,78,477,0),(56723,79,477,0),(56724,80,477,0),(56725,81,477,0),(56726,82,477,0),(56727,83,477,0),(56728,84,477,0),(56729,85,477,0),(56730,86,477,0),(56731,87,477,0),(56732,88,477,0),(56733,89,477,0),(56734,90,477,0),(56735,91,477,0),(56736,92,477,0),(56737,93,477,0),(56738,94,477,0),(56739,95,477,0),(56740,96,477,0),(56741,97,477,0),(56742,98,477,0),(56743,99,477,0),(56744,100,477,0),(56745,101,477,0),(56746,102,477,0),(56747,103,477,0),(56748,104,477,0),(56749,105,477,0),(56750,106,477,0),(56751,107,477,0),(56752,108,477,0),(56753,109,477,0),(56754,110,477,0),(56755,111,477,0),(56756,112,477,0),(56757,113,477,0),(56758,114,477,0),(56759,115,477,0),(56760,116,477,0),(56761,117,477,0),(56762,118,477,0),(56763,119,477,0),(56764,1,478,0),(56765,2,478,0),(56766,3,478,0),(56767,4,478,0),(56768,5,478,0),(56769,6,478,0),(56770,7,478,0),(56771,8,478,0),(56772,9,478,0),(56773,10,478,0),(56774,11,478,0),(56775,12,478,0),(56776,13,478,0),(56777,14,478,0),(56778,15,478,0),(56779,16,478,0),(56780,17,478,0),(56781,18,478,0),(56782,19,478,0),(56783,20,478,0),(56784,21,478,0),(56785,22,478,0),(56786,23,478,0),(56787,24,478,0),(56788,25,478,0),(56789,26,478,0),(56790,27,478,0),(56791,28,478,0),(56792,29,478,0),(56793,30,478,0),(56794,31,478,0),(56795,32,478,0),(56796,33,478,0),(56797,34,478,0),(56798,35,478,0),(56799,36,478,0),(56800,37,478,0),(56801,38,478,0),(56802,39,478,0),(56803,40,478,0),(56804,41,478,0),(56805,42,478,0),(56806,43,478,0),(56807,44,478,0),(56808,45,478,0),(56809,46,478,0),(56810,47,478,0),(56811,48,478,0),(56812,49,478,0),(56813,50,478,0),(56814,51,478,0),(56815,52,478,0),(56816,53,478,0),(56817,54,478,0),(56818,55,478,0.0295879283063385),(56819,56,478,0),(56820,57,478,0),(56821,58,478,0),(56822,59,478,0),(56823,60,478,0),(56824,61,478,0),(56825,62,478,0),(56826,63,478,0),(56827,64,478,0),(56828,65,478,0),(56829,66,478,0),(56830,67,478,0),(56831,68,478,0),(56832,69,478,0),(56833,70,478,0),(56834,71,478,0),(56835,72,478,0),(56836,73,478,0),(56837,74,478,0),(56838,75,478,0),(56839,76,478,0),(56840,77,478,0),(56841,78,478,0),(56842,79,478,0),(56843,80,478,0),(56844,81,478,0),(56845,82,478,0),(56846,83,478,0),(56847,84,478,0),(56848,85,478,0),(56849,86,478,0),(56850,87,478,0),(56851,88,478,0),(56852,89,478,0),(56853,90,478,0),(56854,91,478,0),(56855,92,478,0),(56856,93,478,0),(56857,94,478,0),(56858,95,478,0),(56859,96,478,0),(56860,97,478,0),(56861,98,478,0),(56862,99,478,0),(56863,100,478,0),(56864,101,478,0),(56865,102,478,0),(56866,103,478,0),(56867,104,478,0),(56868,105,478,0),(56869,106,478,0),(56870,107,478,0),(56871,108,478,0),(56872,109,478,0),(56873,110,478,0),(56874,111,478,0),(56875,112,478,0),(56876,113,478,0),(56877,114,478,0),(56878,115,478,0),(56879,116,478,0),(56880,117,478,0),(56881,118,478,0),(56882,119,478,0),(56883,1,479,0),(56884,2,479,0),(56885,3,479,0),(56886,4,479,0),(56887,5,479,0),(56888,6,479,0),(56889,7,479,0),(56890,8,479,0),(56891,9,479,0),(56892,10,479,0),(56893,11,479,0),(56894,12,479,0),(56895,13,479,0),(56896,14,479,0),(56897,15,479,0),(56898,16,479,0),(56899,17,479,0),(56900,18,479,0),(56901,19,479,0),(56902,20,479,0),(56903,21,479,0),(56904,22,479,0),(56905,23,479,0),(56906,24,479,0),(56907,25,479,0),(56908,26,479,0),(56909,27,479,0),(56910,28,479,0),(56911,29,479,0),(56912,30,479,0),(56913,31,479,0),(56914,32,479,0),(56915,33,479,0),(56916,34,479,0),(56917,35,479,0),(56918,36,479,0),(56919,37,479,0),(56920,38,479,0),(56921,39,479,0),(56922,40,479,0),(56923,41,479,0),(56924,42,479,0),(56925,43,479,0),(56926,44,479,0),(56927,45,479,0),(56928,46,479,0),(56929,47,479,0),(56930,48,479,0),(56931,49,479,0),(56932,50,479,0),(56933,51,479,0),(56934,52,479,0),(56935,53,479,0),(56936,54,479,0),(56937,55,479,0.0521313399507674),(56938,56,479,0),(56939,57,479,0),(56940,58,479,0),(56941,59,479,0),(56942,60,479,0),(56943,61,479,0),(56944,62,479,0),(56945,63,479,0),(56946,64,479,0),(56947,65,479,0),(56948,66,479,0),(56949,67,479,0),(56950,68,479,0),(56951,69,479,0),(56952,70,479,0),(56953,71,479,0),(56954,72,479,0),(56955,73,479,0),(56956,74,479,0),(56957,75,479,0),(56958,76,479,0),(56959,77,479,0),(56960,78,479,0),(56961,79,479,0),(56962,80,479,0),(56963,81,479,0),(56964,82,479,0),(56965,83,479,0),(56966,84,479,0),(56967,85,479,0),(56968,86,479,0),(56969,87,479,0),(56970,88,479,0),(56971,89,479,0),(56972,90,479,0),(56973,91,479,0),(56974,92,479,0),(56975,93,479,0),(56976,94,479,0),(56977,95,479,0),(56978,96,479,0),(56979,97,479,0),(56980,98,479,0),(56981,99,479,0),(56982,100,479,0),(56983,101,479,0),(56984,102,479,0),(56985,103,479,0),(56986,104,479,0),(56987,105,479,0),(56988,106,479,0),(56989,107,479,0),(56990,108,479,0),(56991,109,479,0),(56992,110,479,0),(56993,111,479,0),(56994,112,479,0),(56995,113,479,0),(56996,114,479,0),(56997,115,479,0),(56998,116,479,0),(56999,117,479,0),(57000,118,479,0),(57001,119,479,0),(57002,1,480,0),(57003,2,480,0),(57004,3,480,0),(57005,4,480,0),(57006,5,480,0),(57007,6,480,0),(57008,7,480,0),(57009,8,480,0),(57010,9,480,0),(57011,10,480,0),(57012,11,480,0),(57013,12,480,0),(57014,13,480,0),(57015,14,480,0),(57016,15,480,0),(57017,16,480,0),(57018,17,480,0),(57019,18,480,0),(57020,19,480,0),(57021,20,480,0),(57022,21,480,0),(57023,22,480,0),(57024,23,480,0),(57025,24,480,0),(57026,25,480,0),(57027,26,480,0),(57028,27,480,0),(57029,28,480,0),(57030,29,480,0),(57031,30,480,0),(57032,31,480,0),(57033,32,480,0),(57034,33,480,0),(57035,34,480,0),(57036,35,480,0),(57037,36,480,0),(57038,37,480,0),(57039,38,480,0),(57040,39,480,0),(57041,40,480,0),(57042,41,480,0),(57043,42,480,0),(57044,43,480,0),(57045,44,480,0),(57046,45,480,0),(57047,46,480,0),(57048,47,480,0),(57049,48,480,0),(57050,49,480,0),(57051,50,480,0),(57052,51,480,0),(57053,52,480,0),(57054,53,480,0),(57055,54,480,0),(57056,55,480,0.130779800832991),(57057,56,480,0),(57058,57,480,0),(57059,58,480,0),(57060,59,480,0),(57061,60,480,0),(57062,61,480,0),(57063,62,480,0),(57064,63,480,0),(57065,64,480,0),(57066,65,480,0),(57067,66,480,0),(57068,67,480,0),(57069,68,480,0),(57070,69,480,0),(57071,70,480,0),(57072,71,480,0),(57073,72,480,0),(57074,73,480,0),(57075,74,480,0),(57076,75,480,0),(57077,76,480,0),(57078,77,480,0),(57079,78,480,0),(57080,79,480,0),(57081,80,480,0),(57082,81,480,0),(57083,82,480,0),(57084,83,480,0),(57085,84,480,0),(57086,85,480,0),(57087,86,480,0),(57088,87,480,0),(57089,88,480,0),(57090,89,480,0),(57091,90,480,0),(57092,91,480,0),(57093,92,480,0),(57094,93,480,0),(57095,94,480,0),(57096,95,480,0),(57097,96,480,0),(57098,97,480,0),(57099,98,480,0),(57100,99,480,0),(57101,100,480,0),(57102,101,480,0),(57103,102,480,0),(57104,103,480,0),(57105,104,480,0),(57106,105,480,0),(57107,106,480,0),(57108,107,480,0),(57109,108,480,0),(57110,109,480,0),(57111,110,480,0),(57112,111,480,0),(57113,112,480,0),(57114,113,480,0),(57115,114,480,0),(57116,115,480,0),(57117,116,480,0),(57118,117,480,0),(57119,118,480,0),(57120,119,480,0),(57121,1,481,0),(57122,2,481,0),(57123,3,481,0),(57124,4,481,0),(57125,5,481,0),(57126,6,481,0),(57127,7,481,0),(57128,8,481,0),(57129,9,481,0),(57130,10,481,0),(57131,11,481,0),(57132,12,481,0),(57133,13,481,0),(57134,14,481,0),(57135,15,481,0),(57136,16,481,0),(57137,17,481,0),(57138,18,481,0),(57139,19,481,0),(57140,20,481,0),(57141,21,481,0),(57142,22,481,0),(57143,23,481,0),(57144,24,481,0),(57145,25,481,0),(57146,26,481,0),(57147,27,481,0),(57148,28,481,0),(57149,29,481,0),(57150,30,481,0),(57151,31,481,0),(57152,32,481,0),(57153,33,481,0),(57154,34,481,0),(57155,35,481,0),(57156,36,481,0),(57157,37,481,0),(57158,38,481,0),(57159,39,481,0),(57160,40,481,0),(57161,41,481,0),(57162,42,481,0),(57163,43,481,0),(57164,44,481,0),(57165,45,481,0),(57166,46,481,0),(57167,47,481,0),(57168,48,481,0),(57169,49,481,0),(57170,50,481,0),(57171,51,481,0),(57172,52,481,0),(57173,53,481,0),(57174,54,481,0),(57175,55,481,0.18686368600314),(57176,56,481,0),(57177,57,481,0),(57178,58,481,0),(57179,59,481,0),(57180,60,481,0),(57181,61,481,0),(57182,62,481,0),(57183,63,481,0),(57184,64,481,0),(57185,65,481,0),(57186,66,481,0),(57187,67,481,0),(57188,68,481,0),(57189,69,481,0),(57190,70,481,0),(57191,71,481,0),(57192,72,481,0),(57193,73,481,0),(57194,74,481,0),(57195,75,481,0),(57196,76,481,0),(57197,77,481,0),(57198,78,481,0),(57199,79,481,0),(57200,80,481,0),(57201,81,481,0),(57202,82,481,0),(57203,83,481,0),(57204,84,481,0),(57205,85,481,0),(57206,86,481,0),(57207,87,481,0),(57208,88,481,0),(57209,89,481,0),(57210,90,481,0),(57211,91,481,0),(57212,92,481,0),(57213,93,481,0),(57214,94,481,0),(57215,95,481,0),(57216,96,481,0),(57217,97,481,0),(57218,98,481,0),(57219,99,481,0),(57220,100,481,0),(57221,101,481,0),(57222,102,481,0),(57223,103,481,0),(57224,104,481,0),(57225,105,481,0),(57226,106,481,0),(57227,107,481,0),(57228,108,481,0),(57229,109,481,0),(57230,110,481,0),(57231,111,481,0),(57232,112,481,0),(57233,113,481,0),(57234,114,481,0),(57235,115,481,0),(57236,116,481,0),(57237,117,481,0),(57238,118,481,0),(57239,119,481,0),(57240,1,482,0),(57241,2,482,0),(57242,3,482,0),(57243,4,482,0),(57244,5,482,0),(57245,6,482,0),(57246,7,482,0),(57247,8,482,0),(57248,9,482,0),(57249,10,482,0),(57250,11,482,0),(57251,12,482,0),(57252,13,482,0),(57253,14,482,0),(57254,15,482,0),(57255,16,482,0),(57256,17,482,0),(57257,18,482,0),(57258,19,482,0),(57259,20,482,0),(57260,21,482,0),(57261,22,482,0),(57262,23,482,0),(57263,24,482,0),(57264,25,482,0),(57265,26,482,0),(57266,27,482,0),(57267,28,482,0),(57268,29,482,0),(57269,30,482,0),(57270,31,482,0),(57271,32,482,0),(57272,33,482,0),(57273,34,482,0),(57274,35,482,0),(57275,36,482,0),(57276,37,482,0),(57277,38,482,0),(57278,39,482,0),(57279,40,482,0),(57280,41,482,0),(57281,42,482,0),(57282,43,482,0),(57283,44,482,0),(57284,45,482,0),(57285,46,482,0),(57286,47,482,0),(57287,48,482,0),(57288,49,482,0),(57289,50,482,0),(57290,51,482,0),(57291,52,482,0),(57292,53,482,0),(57293,54,482,0),(57294,55,482,0.22306518677622),(57295,56,482,0),(57296,57,482,0),(57297,58,482,0),(57298,59,482,0),(57299,60,482,0),(57300,61,482,0),(57301,62,482,0),(57302,63,482,0),(57303,64,482,0),(57304,65,482,0),(57305,66,482,0),(57306,67,482,0),(57307,68,482,0),(57308,69,482,0),(57309,70,482,0),(57310,71,482,0),(57311,72,482,0),(57312,73,482,0),(57313,74,482,0),(57314,75,482,0),(57315,76,482,0),(57316,77,482,0),(57317,78,482,0),(57318,79,482,0),(57319,80,482,0),(57320,81,482,0),(57321,82,482,0),(57322,83,482,0),(57323,84,482,0),(57324,85,482,0),(57325,86,482,0),(57326,87,482,0),(57327,88,482,0),(57328,89,482,0),(57329,90,482,0),(57330,91,482,0),(57331,92,482,0),(57332,93,482,0),(57333,94,482,0),(57334,95,482,0),(57335,96,482,0),(57336,97,482,0),(57337,98,482,0),(57338,99,482,0),(57339,100,482,0),(57340,101,482,0),(57341,102,482,0),(57342,103,482,0),(57343,104,482,0),(57344,105,482,0),(57345,106,482,0),(57346,107,482,0),(57347,108,482,0),(57348,109,482,0),(57349,110,482,0),(57350,111,482,0),(57351,112,482,0),(57352,113,482,0),(57353,114,482,0),(57354,115,482,0),(57355,116,482,0),(57356,117,482,0),(57357,118,482,0),(57358,119,482,0),(57359,1,483,0),(57360,2,483,0),(57361,3,483,0),(57362,4,483,0),(57363,5,483,0),(57364,6,483,0),(57365,7,483,0),(57366,8,483,0),(57367,9,483,0),(57368,10,483,0),(57369,11,483,0),(57370,12,483,0),(57371,13,483,0),(57372,14,483,0),(57373,15,483,0),(57374,16,483,0),(57375,17,483,0),(57376,18,483,0),(57377,19,483,0),(57378,20,483,0),(57379,21,483,0),(57380,22,483,0),(57381,23,483,0),(57382,24,483,0),(57383,25,483,0),(57384,26,483,0),(57385,27,483,0),(57386,28,483,0),(57387,29,483,0),(57388,30,483,0),(57389,31,483,0),(57390,32,483,0),(57391,33,483,0),(57392,34,483,0),(57393,35,483,0),(57394,36,483,0),(57395,37,483,0),(57396,38,483,0),(57397,39,483,0),(57398,40,483,0),(57399,41,483,0),(57400,42,483,0),(57401,43,483,0),(57402,44,483,0),(57403,45,483,0),(57404,46,483,0),(57405,47,483,0),(57406,48,483,0),(57407,49,483,0),(57408,50,483,0),(57409,51,483,0),(57410,52,483,0),(57411,53,483,0),(57412,54,483,0),(57413,55,483,0.208229251778615),(57414,56,483,0),(57415,57,483,0),(57416,58,483,0),(57417,59,483,0),(57418,60,483,0),(57419,61,483,0),(57420,62,483,0),(57421,63,483,0),(57422,64,483,0),(57423,65,483,0),(57424,66,483,0),(57425,67,483,0),(57426,68,483,0),(57427,69,483,0),(57428,70,483,0),(57429,71,483,0),(57430,72,483,0),(57431,73,483,0),(57432,74,483,0),(57433,75,483,0),(57434,76,483,0),(57435,77,483,0),(57436,78,483,0),(57437,79,483,0),(57438,80,483,0),(57439,81,483,0),(57440,82,483,0),(57441,83,483,0),(57442,84,483,0),(57443,85,483,0),(57444,86,483,0),(57445,87,483,0),(57446,88,483,0),(57447,89,483,0),(57448,90,483,0),(57449,91,483,0),(57450,92,483,0),(57451,93,483,0),(57452,94,483,0),(57453,95,483,0),(57454,96,483,0),(57455,97,483,0),(57456,98,483,0),(57457,99,483,0),(57458,100,483,0),(57459,101,483,0),(57460,102,483,0),(57461,103,483,0),(57462,104,483,0),(57463,105,483,0),(57464,106,483,0),(57465,107,483,0),(57466,108,483,0),(57467,109,483,0),(57468,110,483,0),(57469,111,483,0),(57470,112,483,0),(57471,113,483,0),(57472,114,483,0),(57473,115,483,0),(57474,116,483,0),(57475,117,483,0),(57476,118,483,0),(57477,119,483,0),(57478,1,484,0),(57479,2,484,0),(57480,3,484,0),(57481,4,484,0),(57482,5,484,0),(57483,6,484,0),(57484,7,484,0),(57485,8,484,0),(57486,9,484,0),(57487,10,484,0),(57488,11,484,0),(57489,12,484,0),(57490,13,484,0),(57491,14,484,0),(57492,15,484,0),(57493,16,484,0),(57494,17,484,0),(57495,18,484,0),(57496,19,484,0),(57497,20,484,0),(57498,21,484,0),(57499,22,484,0),(57500,23,484,0),(57501,24,484,0),(57502,25,484,0),(57503,26,484,0),(57504,27,484,0),(57505,28,484,0),(57506,29,484,0),(57507,30,484,0),(57508,31,484,0),(57509,32,484,0),(57510,33,484,0),(57511,34,484,0),(57512,35,484,0),(57513,36,484,0),(57514,37,484,0),(57515,38,484,0),(57516,39,484,0),(57517,40,484,0),(57518,41,484,0),(57519,42,484,0),(57520,43,484,0),(57521,44,484,0),(57522,45,484,0),(57523,46,484,0),(57524,47,484,0),(57525,48,484,0),(57526,49,484,0),(57527,50,484,0),(57528,51,484,0),(57529,52,484,0),(57530,53,484,0),(57531,54,484,0),(57532,55,484,0.0607476313017747),(57533,56,484,0),(57534,57,484,0),(57535,58,484,0),(57536,59,484,0),(57537,60,484,0),(57538,61,484,0),(57539,62,484,0),(57540,63,484,0),(57541,64,484,0),(57542,65,484,0),(57543,66,484,0),(57544,67,484,0),(57545,68,484,0),(57546,69,484,0),(57547,70,484,0),(57548,71,484,0),(57549,72,484,0),(57550,73,484,0),(57551,74,484,0),(57552,75,484,0),(57553,76,484,0),(57554,77,484,0),(57555,78,484,0),(57556,79,484,0),(57557,80,484,0),(57558,81,484,0),(57559,82,484,0),(57560,83,484,0),(57561,84,484,0),(57562,85,484,0),(57563,86,484,0),(57564,87,484,0),(57565,88,484,0),(57566,89,484,0),(57567,90,484,0),(57568,91,484,0),(57569,92,484,0),(57570,93,484,0),(57571,94,484,0),(57572,95,484,0),(57573,96,484,0),(57574,97,484,0),(57575,98,484,0),(57576,99,484,0),(57577,100,484,0),(57578,101,484,0),(57579,102,484,0),(57580,103,484,0),(57581,104,484,0),(57582,105,484,0),(57583,106,484,0),(57584,107,484,0),(57585,108,484,0),(57586,109,484,0),(57587,110,484,0),(57588,111,484,0),(57589,112,484,0),(57590,113,484,0),(57591,114,484,0),(57592,115,484,0),(57593,116,484,0),(57594,117,484,0),(57595,118,484,0),(57596,119,484,0),(57597,1,485,0),(57598,2,485,0),(57599,3,485,0),(57600,4,485,0),(57601,5,485,0),(57602,6,485,0),(57603,7,485,0),(57604,8,485,0),(57605,9,485,0),(57606,10,485,0),(57607,11,485,0),(57608,12,485,0),(57609,13,485,0),(57610,14,485,0),(57611,15,485,0),(57612,16,485,0),(57613,17,485,0),(57614,18,485,0),(57615,19,485,0),(57616,20,485,0),(57617,21,485,0),(57618,22,485,0),(57619,23,485,0),(57620,24,485,0),(57621,25,485,0),(57622,26,485,0),(57623,27,485,0),(57624,28,485,0),(57625,29,485,0),(57626,30,485,0),(57627,31,485,0),(57628,32,485,0),(57629,33,485,0),(57630,34,485,0),(57631,35,485,0),(57632,36,485,0),(57633,37,485,0),(57634,38,485,0),(57635,39,485,0),(57636,40,485,0),(57637,41,485,0),(57638,42,485,0),(57639,43,485,0),(57640,44,485,0),(57641,45,485,0),(57642,46,485,0),(57643,47,485,0),(57644,48,485,0),(57645,49,485,0),(57646,50,485,0),(57647,51,485,0),(57648,52,485,0),(57649,53,485,0),(57650,54,485,0),(57651,55,485,0.130320522249277),(57652,56,485,0),(57653,57,485,0),(57654,58,485,0),(57655,59,485,0),(57656,60,485,0),(57657,61,485,0),(57658,62,485,0),(57659,63,485,0),(57660,64,485,0),(57661,65,485,0),(57662,66,485,0),(57663,67,485,0),(57664,68,485,0),(57665,69,485,0),(57666,70,485,0),(57667,71,485,0),(57668,72,485,0),(57669,73,485,0),(57670,74,485,0),(57671,75,485,0),(57672,76,485,0),(57673,77,485,0),(57674,78,485,0),(57675,79,485,0),(57676,80,485,0),(57677,81,485,0),(57678,82,485,0),(57679,83,485,0),(57680,84,485,0),(57681,85,485,0),(57682,86,485,0),(57683,87,485,0),(57684,88,485,0),(57685,89,485,0),(57686,90,485,0),(57687,91,485,0),(57688,92,485,0),(57689,93,485,0),(57690,94,485,0),(57691,95,485,0),(57692,96,485,0),(57693,97,485,0),(57694,98,485,0),(57695,99,485,0),(57696,100,485,0),(57697,101,485,0),(57698,102,485,0),(57699,103,485,0),(57700,104,485,0),(57701,105,485,0),(57702,106,485,0),(57703,107,485,0),(57704,108,485,0),(57705,109,485,0),(57706,110,485,0),(57707,111,485,0),(57708,112,485,0),(57709,113,485,0),(57710,114,485,0),(57711,115,485,0),(57712,116,485,0),(57713,117,485,0),(57714,118,485,0),(57715,119,485,0),(57716,1,486,0),(57717,2,486,0),(57718,3,486,0),(57719,4,486,0),(57720,5,486,0),(57721,6,486,0),(57722,7,486,0),(57723,8,486,0),(57724,9,486,0),(57725,10,486,0),(57726,11,486,0),(57727,12,486,0),(57728,13,486,0),(57729,14,486,0),(57730,15,486,0),(57731,16,486,0),(57732,17,486,0),(57733,18,486,0),(57734,19,486,0),(57735,20,486,0),(57736,21,486,0),(57737,22,486,0),(57738,23,486,0),(57739,24,486,0),(57740,25,486,0),(57741,26,486,0),(57742,27,486,0),(57743,28,486,0),(57744,29,486,0),(57745,30,486,0),(57746,31,486,0),(57747,32,486,0),(57748,33,486,0),(57749,34,486,0),(57750,35,486,0),(57751,36,486,0),(57752,37,486,0),(57753,38,486,0),(57754,39,486,0),(57755,40,486,0),(57756,41,486,0),(57757,42,486,0),(57758,43,486,0),(57759,44,486,0),(57760,45,486,0),(57761,46,486,0),(57762,47,486,0),(57763,48,486,0),(57764,49,486,0),(57765,50,486,0),(57766,51,486,0),(57767,52,486,0),(57768,53,486,0),(57769,54,486,0),(57770,55,486,0.134423454002732),(57771,56,486,0),(57772,57,486,0),(57773,58,486,0),(57774,59,486,0),(57775,60,486,0),(57776,61,486,0),(57777,62,486,0),(57778,63,486,0),(57779,64,486,0),(57780,65,486,0),(57781,66,486,0),(57782,67,486,0),(57783,68,486,0),(57784,69,486,0),(57785,70,486,0),(57786,71,486,0),(57787,72,486,0),(57788,73,486,0),(57789,74,486,0),(57790,75,486,0),(57791,76,486,0),(57792,77,486,0),(57793,78,486,0),(57794,79,486,0),(57795,80,486,0),(57796,81,486,0),(57797,82,486,0),(57798,83,486,0),(57799,84,486,0),(57800,85,486,0),(57801,86,486,0),(57802,87,486,0),(57803,88,486,0),(57804,89,486,0),(57805,90,486,0),(57806,91,486,0),(57807,92,486,0),(57808,93,486,0),(57809,94,486,0),(57810,95,486,0),(57811,96,486,0),(57812,97,486,0),(57813,98,486,0),(57814,99,486,0),(57815,100,486,0),(57816,101,486,0),(57817,102,486,0),(57818,103,486,0),(57819,104,486,0),(57820,105,486,0),(57821,106,486,0),(57822,107,486,0),(57823,108,486,0),(57824,109,486,0),(57825,110,486,0),(57826,111,486,0),(57827,112,486,0),(57828,113,486,0),(57829,114,486,0),(57830,115,486,0),(57831,116,486,0),(57832,117,486,0),(57833,118,486,0),(57834,119,486,0),(57835,1,487,0),(57836,2,487,0),(57837,3,487,0),(57838,4,487,0),(57839,5,487,0),(57840,6,487,0),(57841,7,487,0),(57842,8,487,0),(57843,9,487,0),(57844,10,487,0),(57845,11,487,0),(57846,12,487,0),(57847,13,487,0),(57848,14,487,0),(57849,15,487,0),(57850,16,487,0),(57851,17,487,0),(57852,18,487,0),(57853,19,487,0),(57854,20,487,0),(57855,21,487,0),(57856,22,487,0),(57857,23,487,0),(57858,24,487,0),(57859,25,487,0),(57860,26,487,0),(57861,27,487,0),(57862,28,487,0),(57863,29,487,0),(57864,30,487,0),(57865,31,487,0),(57866,32,487,0),(57867,33,487,0),(57868,34,487,0),(57869,35,487,0),(57870,36,487,0),(57871,37,487,0),(57872,38,487,0),(57873,39,487,0),(57874,40,487,0),(57875,41,487,0),(57876,42,487,0),(57877,43,487,0),(57878,44,487,0),(57879,45,487,0),(57880,46,487,0),(57881,47,487,0),(57882,48,487,0),(57883,49,487,0),(57884,50,487,0),(57885,51,487,0),(57886,52,487,0),(57887,53,487,0),(57888,54,487,0),(57889,55,487,0.191040853276048),(57890,56,487,0),(57891,57,487,0),(57892,58,487,0),(57893,59,487,0),(57894,60,487,0),(57895,61,487,0),(57896,62,487,0),(57897,63,487,0),(57898,64,487,0),(57899,65,487,0),(57900,66,487,0),(57901,67,487,0),(57902,68,487,0),(57903,69,487,0),(57904,70,487,0),(57905,71,487,0),(57906,72,487,0),(57907,73,487,0),(57908,74,487,0),(57909,75,487,0),(57910,76,487,0),(57911,77,487,0),(57912,78,487,0),(57913,79,487,0),(57914,80,487,0),(57915,81,487,0),(57916,82,487,0),(57917,83,487,0),(57918,84,487,0),(57919,85,487,0),(57920,86,487,0),(57921,87,487,0),(57922,88,487,0),(57923,89,487,0),(57924,90,487,0),(57925,91,487,0),(57926,92,487,0),(57927,93,487,0),(57928,94,487,0),(57929,95,487,0),(57930,96,487,0),(57931,97,487,0),(57932,98,487,0),(57933,99,487,0),(57934,100,487,0),(57935,101,487,0),(57936,102,487,0),(57937,103,487,0),(57938,104,487,0),(57939,105,487,0),(57940,106,487,0),(57941,107,487,0),(57942,108,487,0),(57943,109,487,0),(57944,110,487,0),(57945,111,487,0),(57946,112,487,0),(57947,113,487,0),(57948,114,487,0),(57949,115,487,0),(57950,116,487,0),(57951,117,487,0),(57952,118,487,0),(57953,119,487,0),(57954,1,488,0),(57955,2,488,0),(57956,3,488,0),(57957,4,488,0),(57958,5,488,0),(57959,6,488,0),(57960,7,488,0),(57961,8,488,0),(57962,9,488,0),(57963,10,488,0),(57964,11,488,0),(57965,12,488,0),(57966,13,488,0),(57967,14,488,0),(57968,15,488,0),(57969,16,488,0),(57970,17,488,0),(57971,18,488,0),(57972,19,488,0),(57973,20,488,0),(57974,21,488,0),(57975,22,488,0),(57976,23,488,0),(57977,24,488,0),(57978,25,488,0),(57979,26,488,0),(57980,27,488,0),(57981,28,488,0),(57982,29,488,0),(57983,30,488,0),(57984,31,488,0),(57985,32,488,0),(57986,33,488,0),(57987,34,488,0),(57988,35,488,0),(57989,36,488,0),(57990,37,488,0),(57991,38,488,0),(57992,39,488,0),(57993,40,488,0),(57994,41,488,0),(57995,42,488,0),(57996,43,488,0),(57997,44,488,0),(57998,45,488,0),(57999,46,488,0),(58000,47,488,0),(58001,48,488,0),(58002,49,488,0),(58003,50,488,0),(58004,51,488,0),(58005,52,488,0),(58006,53,488,0),(58007,54,488,0),(58008,55,488,0.0669355593695122),(58009,56,488,0),(58010,57,488,0),(58011,58,488,0),(58012,59,488,0),(58013,60,488,0),(58014,61,488,0),(58015,62,488,0),(58016,63,488,0),(58017,64,488,0),(58018,65,488,0),(58019,66,488,0),(58020,67,488,0),(58021,68,488,0),(58022,69,488,0),(58023,70,488,0),(58024,71,488,0),(58025,72,488,0),(58026,73,488,0),(58027,74,488,0),(58028,75,488,0),(58029,76,488,0),(58030,77,488,0),(58031,78,488,0),(58032,79,488,0),(58033,80,488,0),(58034,81,488,0),(58035,82,488,0),(58036,83,488,0),(58037,84,488,0),(58038,85,488,0),(58039,86,488,0),(58040,87,488,0),(58041,88,488,0),(58042,89,488,0),(58043,90,488,0),(58044,91,488,0),(58045,92,488,0),(58046,93,488,0),(58047,94,488,0),(58048,95,488,0),(58049,96,488,0),(58050,97,488,0),(58051,98,488,0),(58052,99,488,0),(58053,100,488,0),(58054,101,488,0),(58055,102,488,0),(58056,103,488,0),(58057,104,488,0),(58058,105,488,0),(58059,106,488,0),(58060,107,488,0),(58061,108,488,0),(58062,109,488,0),(58063,110,488,0),(58064,111,488,0),(58065,112,488,0),(58066,113,488,0),(58067,114,488,0),(58068,115,488,0),(58069,116,488,0),(58070,117,488,0),(58071,118,488,0),(58072,119,488,0),(58073,1,489,0),(58074,2,489,0),(58075,3,489,0),(58076,4,489,0),(58077,5,489,0),(58078,6,489,0),(58079,7,489,0),(58080,8,489,0),(58081,9,489,0),(58082,10,489,0),(58083,11,489,0),(58084,12,489,0),(58085,13,489,0),(58086,14,489,0),(58087,15,489,0),(58088,16,489,0),(58089,17,489,0),(58090,18,489,0),(58091,19,489,0),(58092,20,489,0),(58093,21,489,0),(58094,22,489,0),(58095,23,489,0),(58096,24,489,0),(58097,25,489,0),(58098,26,489,0),(58099,27,489,0),(58100,28,489,0),(58101,29,489,0),(58102,30,489,0),(58103,31,489,0),(58104,32,489,0),(58105,33,489,0),(58106,34,489,0),(58107,35,489,0),(58108,36,489,0),(58109,37,489,0),(58110,38,489,0),(58111,39,489,0),(58112,40,489,0),(58113,41,489,0),(58114,42,489,0),(58115,43,489,0),(58116,44,489,0),(58117,45,489,0),(58118,46,489,0),(58119,47,489,0),(58120,48,489,0),(58121,49,489,0),(58122,50,489,0),(58123,51,489,0),(58124,52,489,0),(58125,53,489,0),(58126,54,489,0),(58127,55,489,0.155268856124154),(58128,56,489,0),(58129,57,489,0),(58130,58,489,0),(58131,59,489,0),(58132,60,489,0),(58133,61,489,0),(58134,62,489,0),(58135,63,489,0),(58136,64,489,0),(58137,65,489,0),(58138,66,489,0),(58139,67,489,0),(58140,68,489,0),(58141,69,489,0),(58142,70,489,0),(58143,71,489,0),(58144,72,489,0),(58145,73,489,0),(58146,74,489,0),(58147,75,489,0),(58148,76,489,0),(58149,77,489,0),(58150,78,489,0),(58151,79,489,0),(58152,80,489,0),(58153,81,489,0),(58154,82,489,0),(58155,83,489,0),(58156,84,489,0),(58157,85,489,0),(58158,86,489,0),(58159,87,489,0),(58160,88,489,0),(58161,89,489,0),(58162,90,489,0),(58163,91,489,0),(58164,92,489,0),(58165,93,489,0),(58166,94,489,0),(58167,95,489,0),(58168,96,489,0),(58169,97,489,0),(58170,98,489,0),(58171,99,489,0),(58172,100,489,0),(58173,101,489,0),(58174,102,489,0),(58175,103,489,0),(58176,104,489,0),(58177,105,489,0),(58178,106,489,0),(58179,107,489,0),(58180,108,489,0),(58181,109,489,0),(58182,110,489,0),(58183,111,489,0),(58184,112,489,0),(58185,113,489,0),(58186,114,489,0),(58187,115,489,0),(58188,116,489,0),(58189,117,489,0),(58190,118,489,0),(58191,119,489,0),(58192,1,490,0),(58193,2,490,0),(58194,3,490,0),(58195,4,490,0),(58196,5,490,0),(58197,6,490,0),(58198,7,490,0),(58199,8,490,0),(58200,9,490,0),(58201,10,490,0),(58202,11,490,0),(58203,12,490,0),(58204,13,490,0),(58205,14,490,0),(58206,15,490,0),(58207,16,490,0),(58208,17,490,0),(58209,18,490,0),(58210,19,490,0),(58211,20,490,0),(58212,21,490,0),(58213,22,490,0),(58214,23,490,0),(58215,24,490,0),(58216,25,490,0),(58217,26,490,0),(58218,27,490,0),(58219,28,490,0),(58220,29,490,0),(58221,30,490,0),(58222,31,490,0),(58223,32,490,0),(58224,33,490,0),(58225,34,490,0),(58226,35,490,0),(58227,36,490,0),(58228,37,490,0),(58229,38,490,0),(58230,39,490,0),(58231,40,490,0),(58232,41,490,0),(58233,42,490,0),(58234,43,490,0),(58235,44,490,0),(58236,45,490,0),(58237,46,490,0),(58238,47,490,0),(58239,48,490,0),(58240,49,490,0),(58241,50,490,0),(58242,51,490,0),(58243,52,490,0),(58244,53,490,0),(58245,54,490,0),(58246,55,490,0.0530338718978859),(58247,56,490,0),(58248,57,490,0),(58249,58,490,0),(58250,59,490,0),(58251,60,490,0),(58252,61,490,0),(58253,62,490,0),(58254,63,490,0),(58255,64,490,0),(58256,65,490,0),(58257,66,490,0),(58258,67,490,0),(58259,68,490,0),(58260,69,490,0),(58261,70,490,0),(58262,71,490,0),(58263,72,490,0),(58264,73,490,0),(58265,74,490,0),(58266,75,490,0),(58267,76,490,0),(58268,77,490,0),(58269,78,490,0),(58270,79,490,0),(58271,80,490,0),(58272,81,490,0),(58273,82,490,0),(58274,83,490,0),(58275,84,490,0),(58276,85,490,0),(58277,86,490,0),(58278,87,490,0),(58279,88,490,0),(58280,89,490,0),(58281,90,490,0),(58282,91,490,0),(58283,92,490,0),(58284,93,490,0),(58285,94,490,0),(58286,95,490,0),(58287,96,490,0),(58288,97,490,0),(58289,98,490,0),(58290,99,490,0),(58291,100,490,0),(58292,101,490,0),(58293,102,490,0),(58294,103,490,0),(58295,104,490,0),(58296,105,490,0),(58297,106,490,0),(58298,107,490,0),(58299,108,490,0),(58300,109,490,0),(58301,110,490,0),(58302,111,490,0),(58303,112,490,0),(58304,113,490,0),(58305,114,490,0),(58306,115,490,0),(58307,116,490,0),(58308,117,490,0),(58309,118,490,0),(58310,119,490,0),(58311,1,491,0),(58312,2,491,0),(58313,3,491,0),(58314,4,491,0),(58315,5,491,0),(58316,6,491,0),(58317,7,491,0),(58318,8,491,0),(58319,9,491,0),(58320,10,491,0),(58321,11,491,0),(58322,12,491,0),(58323,13,491,0),(58324,14,491,0),(58325,15,491,0),(58326,16,491,0),(58327,17,491,0),(58328,18,491,0),(58329,19,491,0),(58330,20,491,0),(58331,21,491,0),(58332,22,491,0),(58333,23,491,0),(58334,24,491,0),(58335,25,491,0),(58336,26,491,0),(58337,27,491,0),(58338,28,491,0),(58339,29,491,0),(58340,30,491,0),(58341,31,491,0),(58342,32,491,0),(58343,33,491,0),(58344,34,491,0),(58345,35,491,0),(58346,36,491,0),(58347,37,491,0),(58348,38,491,0),(58349,39,491,0),(58350,40,491,0),(58351,41,491,0),(58352,42,491,0),(58353,43,491,0),(58354,44,491,0),(58355,45,491,0),(58356,46,491,0),(58357,47,491,0),(58358,48,491,0),(58359,49,491,0),(58360,50,491,0),(58361,51,491,0),(58362,52,491,0),(58363,53,491,0),(58364,54,491,0),(58365,55,491,0),(58366,56,491,0.0242806545157685),(58367,57,491,0),(58368,58,491,0),(58369,59,491,0),(58370,60,491,0),(58371,61,491,0),(58372,62,491,0),(58373,63,491,0),(58374,64,491,0),(58375,65,491,0),(58376,66,491,0),(58377,67,491,0),(58378,68,491,0),(58379,69,491,0),(58380,70,491,0),(58381,71,491,0),(58382,72,491,0),(58383,73,491,0),(58384,74,491,0),(58385,75,491,0),(58386,76,491,0),(58387,77,491,0),(58388,78,491,0),(58389,79,491,0),(58390,80,491,0),(58391,81,491,0),(58392,82,491,0),(58393,83,491,0),(58394,84,491,0),(58395,85,491,0),(58396,86,491,0),(58397,87,491,0),(58398,88,491,0),(58399,89,491,0),(58400,90,491,0),(58401,91,491,0),(58402,92,491,0),(58403,93,491,0),(58404,94,491,0),(58405,95,491,0),(58406,96,491,0),(58407,97,491,0),(58408,98,491,0),(58409,99,491,0),(58410,100,491,0),(58411,101,491,0),(58412,102,491,0),(58413,103,491,0),(58414,104,491,0),(58415,105,491,0),(58416,106,491,0),(58417,107,491,0),(58418,108,491,0),(58419,109,491,0),(58420,110,491,0),(58421,111,491,0),(58422,112,491,0),(58423,113,491,0),(58424,114,491,0),(58425,115,491,0),(58426,116,491,0),(58427,117,491,0),(58428,118,491,0),(58429,119,491,0),(58430,1,492,0),(58431,2,492,0),(58432,3,492,0),(58433,4,492,0),(58434,5,492,0),(58435,6,492,0),(58436,7,492,0),(58437,8,492,0),(58438,9,492,0),(58439,10,492,0),(58440,11,492,0),(58441,12,492,0),(58442,13,492,0),(58443,14,492,0),(58444,15,492,0),(58445,16,492,0),(58446,17,492,0),(58447,18,492,0),(58448,19,492,0),(58449,20,492,0),(58450,21,492,0),(58451,22,492,0),(58452,23,492,0),(58453,24,492,0),(58454,25,492,0),(58455,26,492,0),(58456,27,492,0),(58457,28,492,0),(58458,29,492,0),(58459,30,492,0),(58460,31,492,0),(58461,32,492,0),(58462,33,492,0),(58463,34,492,0),(58464,35,492,0),(58465,36,492,0),(58466,37,492,0),(58467,38,492,0),(58468,39,492,0),(58469,40,492,0),(58470,41,492,0),(58471,42,492,0),(58472,43,492,0),(58473,44,492,0),(58474,45,492,0),(58475,46,492,0),(58476,47,492,0),(58477,48,492,0),(58478,49,492,0),(58479,50,492,0),(58480,51,492,0),(58481,52,492,0),(58482,53,492,0),(58483,54,492,0),(58484,55,492,0),(58485,56,492,0.114617322038463),(58486,57,492,0),(58487,58,492,0),(58488,59,492,0),(58489,60,492,0),(58490,61,492,0),(58491,62,492,0),(58492,63,492,0),(58493,64,492,0),(58494,65,492,0),(58495,66,492,0),(58496,67,492,0),(58497,68,492,0),(58498,69,492,0),(58499,70,492,0),(58500,71,492,0),(58501,72,492,0),(58502,73,492,0),(58503,74,492,0),(58504,75,492,0),(58505,76,492,0),(58506,77,492,0),(58507,78,492,0),(58508,79,492,0),(58509,80,492,0),(58510,81,492,0),(58511,82,492,0),(58512,83,492,0),(58513,84,492,0),(58514,85,492,0),(58515,86,492,0),(58516,87,492,0),(58517,88,492,0),(58518,89,492,0),(58519,90,492,0),(58520,91,492,0),(58521,92,492,0),(58522,93,492,0),(58523,94,492,0),(58524,95,492,0),(58525,96,492,0),(58526,97,492,0),(58527,98,492,0),(58528,99,492,0),(58529,100,492,0),(58530,101,492,0),(58531,102,492,0),(58532,103,492,0),(58533,104,492,0),(58534,105,492,0),(58535,106,492,0),(58536,107,492,0),(58537,108,492,0),(58538,109,492,0),(58539,110,492,0),(58540,111,492,0),(58541,112,492,0),(58542,113,492,0),(58543,114,492,0),(58544,115,492,0),(58545,116,492,0),(58546,117,492,0),(58547,118,492,0),(58548,119,492,0),(58549,1,493,0),(58550,2,493,0),(58551,3,493,0),(58552,4,493,0),(58553,5,493,0),(58554,6,493,0),(58555,7,493,0),(58556,8,493,0),(58557,9,493,0),(58558,10,493,0),(58559,11,493,0),(58560,12,493,0),(58561,13,493,0),(58562,14,493,0),(58563,15,493,0),(58564,16,493,0),(58565,17,493,0),(58566,18,493,0),(58567,19,493,0),(58568,20,493,0),(58569,21,493,0),(58570,22,493,0),(58571,23,493,0),(58572,24,493,0),(58573,25,493,0),(58574,26,493,0),(58575,27,493,0),(58576,28,493,0),(58577,29,493,0),(58578,30,493,0),(58579,31,493,0),(58580,32,493,0),(58581,33,493,0),(58582,34,493,0),(58583,35,493,0),(58584,36,493,0),(58585,37,493,0),(58586,38,493,0),(58587,39,493,0),(58588,40,493,0),(58589,41,493,0),(58590,42,493,0),(58591,43,493,0),(58592,44,493,0),(58593,45,493,0),(58594,46,493,0),(58595,47,493,0),(58596,48,493,0),(58597,49,493,0),(58598,50,493,0),(58599,51,493,0),(58600,52,493,0),(58601,53,493,0),(58602,54,493,0),(58603,55,493,0),(58604,56,493,0.361102023445769),(58605,57,493,0),(58606,58,493,0),(58607,59,493,0),(58608,60,493,0),(58609,61,493,0),(58610,62,493,0),(58611,63,493,0),(58612,64,493,0),(58613,65,493,0),(58614,66,493,0),(58615,67,493,0),(58616,68,493,0),(58617,69,493,0),(58618,70,493,0),(58619,71,493,0),(58620,72,493,0),(58621,73,493,0),(58622,74,493,0),(58623,75,493,0),(58624,76,493,0),(58625,77,493,0),(58626,78,493,0),(58627,79,493,0),(58628,80,493,0),(58629,81,493,0),(58630,82,493,0),(58631,83,493,0),(58632,84,493,0),(58633,85,493,0),(58634,86,493,0),(58635,87,493,0),(58636,88,493,0),(58637,89,493,0),(58638,90,493,0),(58639,91,493,0),(58640,92,493,0),(58641,93,493,0),(58642,94,493,0),(58643,95,493,0),(58644,96,493,0),(58645,97,493,0),(58646,98,493,0),(58647,99,493,0),(58648,100,493,0),(58649,101,493,0),(58650,102,493,0),(58651,103,493,0),(58652,104,493,0),(58653,105,493,0),(58654,106,493,0),(58655,107,493,0),(58656,108,493,0),(58657,109,493,0),(58658,110,493,0),(58659,111,493,0),(58660,112,493,0),(58661,113,493,0),(58662,114,493,0),(58663,115,493,0),(58664,116,493,0),(58665,117,493,0),(58666,118,493,0),(58667,119,493,0),(58668,1,494,0),(58669,2,494,0),(58670,3,494,0),(58671,4,494,0),(58672,5,494,0),(58673,6,494,0),(58674,7,494,0),(58675,8,494,0),(58676,9,494,0),(58677,10,494,0),(58678,11,494,0),(58679,12,494,0),(58680,13,494,0),(58681,14,494,0),(58682,15,494,0),(58683,16,494,0),(58684,17,494,0),(58685,18,494,0),(58686,19,494,0),(58687,20,494,0),(58688,21,494,0),(58689,22,494,0),(58690,23,494,0),(58691,24,494,0),(58692,25,494,0),(58693,26,494,0),(58694,27,494,0),(58695,28,494,0),(58696,29,494,0),(58697,30,494,0),(58698,31,494,0),(58699,32,494,0),(58700,33,494,0),(58701,34,494,0),(58702,35,494,0),(58703,36,494,0),(58704,37,494,0),(58705,38,494,0),(58706,39,494,0),(58707,40,494,0),(58708,41,494,0),(58709,42,494,0),(58710,43,494,0),(58711,44,494,0),(58712,45,494,0),(58713,46,494,0),(58714,47,494,0),(58715,48,494,0),(58716,49,494,0),(58717,50,494,0),(58718,51,494,0),(58719,52,494,0),(58720,53,494,0),(58721,54,494,0),(58722,55,494,0),(58723,56,494,0.199756541562326),(58724,57,494,0),(58725,58,494,0),(58726,59,494,0),(58727,60,494,0),(58728,61,494,0),(58729,62,494,0),(58730,63,494,0),(58731,64,494,0),(58732,65,494,0),(58733,66,494,0),(58734,67,494,0),(58735,68,494,0),(58736,69,494,0),(58737,70,494,0),(58738,71,494,0),(58739,72,494,0),(58740,73,494,0),(58741,74,494,0),(58742,75,494,0),(58743,76,494,0),(58744,77,494,0),(58745,78,494,0),(58746,79,494,0),(58747,80,494,0),(58748,81,494,0),(58749,82,494,0),(58750,83,494,0),(58751,84,494,0),(58752,85,494,0),(58753,86,494,0),(58754,87,494,0),(58755,88,494,0),(58756,89,494,0),(58757,90,494,0),(58758,91,494,0),(58759,92,494,0),(58760,93,494,0),(58761,94,494,0);
+INSERT INTO `aux_question_cat` VALUES (58762,95,494,0),(58763,96,494,0),(58764,97,494,0),(58765,98,494,0),(58766,99,494,0),(58767,100,494,0),(58768,101,494,0),(58769,102,494,0),(58770,103,494,0),(58771,104,494,0),(58772,105,494,0),(58773,106,494,0),(58774,107,494,0),(58775,108,494,0),(58776,109,494,0),(58777,110,494,0),(58778,111,494,0),(58779,112,494,0),(58780,113,494,0),(58781,114,494,0),(58782,115,494,0),(58783,116,494,0),(58784,117,494,0),(58785,118,494,0),(58786,119,494,0),(58787,1,495,0),(58788,2,495,0),(58789,3,495,0),(58790,4,495,0),(58791,5,495,0),(58792,6,495,0),(58793,7,495,0),(58794,8,495,0),(58795,9,495,0),(58796,10,495,0),(58797,11,495,0),(58798,12,495,0),(58799,13,495,0),(58800,14,495,0),(58801,15,495,0),(58802,16,495,0),(58803,17,495,0),(58804,18,495,0),(58805,19,495,0),(58806,20,495,0),(58807,21,495,0),(58808,22,495,0),(58809,23,495,0),(58810,24,495,0),(58811,25,495,0),(58812,26,495,0),(58813,27,495,0),(58814,28,495,0),(58815,29,495,0),(58816,30,495,0),(58817,31,495,0),(58818,32,495,0),(58819,33,495,0),(58820,34,495,0),(58821,35,495,0),(58822,36,495,0),(58823,37,495,0),(58824,38,495,0),(58825,39,495,0),(58826,40,495,0),(58827,41,495,0),(58828,42,495,0),(58829,43,495,0),(58830,44,495,0),(58831,45,495,0),(58832,46,495,0),(58833,47,495,0),(58834,48,495,0),(58835,49,495,0),(58836,50,495,0),(58837,51,495,0),(58838,52,495,0),(58839,53,495,0),(58840,54,495,0),(58841,55,495,0),(58842,56,495,0.0274921515043363),(58843,57,495,0),(58844,58,495,0),(58845,59,495,0),(58846,60,495,0),(58847,61,495,0),(58848,62,495,0),(58849,63,495,0),(58850,64,495,0),(58851,65,495,0),(58852,66,495,0),(58853,67,495,0),(58854,68,495,0),(58855,69,495,0),(58856,70,495,0),(58857,71,495,0),(58858,72,495,0),(58859,73,495,0),(58860,74,495,0),(58861,75,495,0),(58862,76,495,0),(58863,77,495,0),(58864,78,495,0),(58865,79,495,0),(58866,80,495,0),(58867,81,495,0),(58868,82,495,0),(58869,83,495,0),(58870,84,495,0),(58871,85,495,0),(58872,86,495,0),(58873,87,495,0),(58874,88,495,0),(58875,89,495,0),(58876,90,495,0),(58877,91,495,0),(58878,92,495,0),(58879,93,495,0),(58880,94,495,0),(58881,95,495,0),(58882,96,495,0),(58883,97,495,0),(58884,98,495,0),(58885,99,495,0),(58886,100,495,0),(58887,101,495,0),(58888,102,495,0),(58889,103,495,0),(58890,104,495,0),(58891,105,495,0),(58892,106,495,0),(58893,107,495,0),(58894,108,495,0),(58895,109,495,0),(58896,110,495,0),(58897,111,495,0),(58898,112,495,0),(58899,113,495,0),(58900,114,495,0),(58901,115,495,0),(58902,116,495,0),(58903,117,495,0),(58904,118,495,0),(58905,119,495,0),(58906,1,496,0),(58907,2,496,0),(58908,3,496,0),(58909,4,496,0),(58910,5,496,0),(58911,6,496,0),(58912,7,496,0),(58913,8,496,0),(58914,9,496,0),(58915,10,496,0),(58916,11,496,0),(58917,12,496,0),(58918,13,496,0),(58919,14,496,0),(58920,15,496,0),(58921,16,496,0),(58922,17,496,0),(58923,18,496,0),(58924,19,496,0),(58925,20,496,0),(58926,21,496,0),(58927,22,496,0),(58928,23,496,0),(58929,24,496,0),(58930,25,496,0),(58931,26,496,0),(58932,27,496,0),(58933,28,496,0),(58934,29,496,0),(58935,30,496,0),(58936,31,496,0),(58937,32,496,0),(58938,33,496,0),(58939,34,496,0),(58940,35,496,0),(58941,36,496,0),(58942,37,496,0),(58943,38,496,0),(58944,39,496,0),(58945,40,496,0),(58946,41,496,0),(58947,42,496,0),(58948,43,496,0),(58949,44,496,0),(58950,45,496,0),(58951,46,496,0),(58952,47,496,0),(58953,48,496,0),(58954,49,496,0),(58955,50,496,0),(58956,51,496,0),(58957,52,496,0),(58958,53,496,0),(58959,54,496,0),(58960,55,496,0),(58961,56,496,0.255894715242019),(58962,57,496,0),(58963,58,496,0),(58964,59,496,0),(58965,60,496,0),(58966,61,496,0),(58967,62,496,0),(58968,63,496,0),(58969,64,496,0),(58970,65,496,0),(58971,66,496,0),(58972,67,496,0),(58973,68,496,0),(58974,69,496,0),(58975,70,496,0),(58976,71,496,0),(58977,72,496,0),(58978,73,496,0),(58979,74,496,0),(58980,75,496,0),(58981,76,496,0),(58982,77,496,0),(58983,78,496,0),(58984,79,496,0),(58985,80,496,0),(58986,81,496,0),(58987,82,496,0),(58988,83,496,0),(58989,84,496,0),(58990,85,496,0),(58991,86,496,0),(58992,87,496,0),(58993,88,496,0),(58994,89,496,0),(58995,90,496,0),(58996,91,496,0),(58997,92,496,0),(58998,93,496,0),(58999,94,496,0),(59000,95,496,0),(59001,96,496,0),(59002,97,496,0),(59003,98,496,0),(59004,99,496,0),(59005,100,496,0),(59006,101,496,0),(59007,102,496,0),(59008,103,496,0),(59009,104,496,0),(59010,105,496,0),(59011,106,496,0),(59012,107,496,0),(59013,108,496,0),(59014,109,496,0),(59015,110,496,0),(59016,111,496,0),(59017,112,496,0),(59018,113,496,0),(59019,114,496,0),(59020,115,496,0),(59021,116,496,0),(59022,117,496,0),(59023,118,496,0),(59024,119,496,0),(59025,1,497,0),(59026,2,497,0),(59027,3,497,0),(59028,4,497,0),(59029,5,497,0),(59030,6,497,0),(59031,7,497,0),(59032,8,497,0),(59033,9,497,0),(59034,10,497,0),(59035,11,497,0),(59036,12,497,0),(59037,13,497,0),(59038,14,497,0),(59039,15,497,0),(59040,16,497,0),(59041,17,497,0),(59042,18,497,0),(59043,19,497,0),(59044,20,497,0),(59045,21,497,0),(59046,22,497,0),(59047,23,497,0),(59048,24,497,0),(59049,25,497,0),(59050,26,497,0),(59051,27,497,0),(59052,28,497,0),(59053,29,497,0),(59054,30,497,0),(59055,31,497,0),(59056,32,497,0),(59057,33,497,0),(59058,34,497,0),(59059,35,497,0),(59060,36,497,0),(59061,37,497,0),(59062,38,497,0),(59063,39,497,0),(59064,40,497,0),(59065,41,497,0),(59066,42,497,0),(59067,43,497,0),(59068,44,497,0),(59069,45,497,0),(59070,46,497,0),(59071,47,497,0),(59072,48,497,0),(59073,49,497,0),(59074,50,497,0),(59075,51,497,0),(59076,52,497,0),(59077,53,497,0),(59078,54,497,0),(59079,55,497,0),(59080,56,497,0.0624224409525054),(59081,57,497,0),(59082,58,497,0),(59083,59,497,0),(59084,60,497,0),(59085,61,497,0),(59086,62,497,0),(59087,63,497,0),(59088,64,497,0),(59089,65,497,0),(59090,66,497,0),(59091,67,497,0),(59092,68,497,0),(59093,69,497,0),(59094,70,497,0),(59095,71,497,0),(59096,72,497,0),(59097,73,497,0),(59098,74,497,0),(59099,75,497,0),(59100,76,497,0),(59101,77,497,0),(59102,78,497,0),(59103,79,497,0),(59104,80,497,0),(59105,81,497,0),(59106,82,497,0),(59107,83,497,0),(59108,84,497,0),(59109,85,497,0),(59110,86,497,0),(59111,87,497,0),(59112,88,497,0),(59113,89,497,0),(59114,90,497,0),(59115,91,497,0),(59116,92,497,0),(59117,93,497,0),(59118,94,497,0),(59119,95,497,0),(59120,96,497,0),(59121,97,497,0),(59122,98,497,0),(59123,99,497,0),(59124,100,497,0),(59125,101,497,0),(59126,102,497,0),(59127,103,497,0),(59128,104,497,0),(59129,105,497,0),(59130,106,497,0),(59131,107,497,0),(59132,108,497,0),(59133,109,497,0),(59134,110,497,0),(59135,111,497,0),(59136,112,497,0),(59137,113,497,0),(59138,114,497,0),(59139,115,497,0),(59140,116,497,0),(59141,117,497,0),(59142,118,497,0),(59143,119,497,0),(59144,1,498,0),(59145,2,498,0),(59146,3,498,0),(59147,4,498,0),(59148,5,498,0),(59149,6,498,0),(59150,7,498,0),(59151,8,498,0),(59152,9,498,0),(59153,10,498,0),(59154,11,498,0),(59155,12,498,0),(59156,13,498,0),(59157,14,498,0),(59158,15,498,0),(59159,16,498,0),(59160,17,498,0),(59161,18,498,0),(59162,19,498,0),(59163,20,498,0),(59164,21,498,0),(59165,22,498,0),(59166,23,498,0),(59167,24,498,0),(59168,25,498,0),(59169,26,498,0),(59170,27,498,0),(59171,28,498,0),(59172,29,498,0),(59173,30,498,0),(59174,31,498,0),(59175,32,498,0),(59176,33,498,0),(59177,34,498,0),(59178,35,498,0),(59179,36,498,0),(59180,37,498,0),(59181,38,498,0),(59182,39,498,0),(59183,40,498,0),(59184,41,498,0),(59185,42,498,0),(59186,43,498,0),(59187,44,498,0),(59188,45,498,0),(59189,46,498,0),(59190,47,498,0),(59191,48,498,0),(59192,49,498,0),(59193,50,498,0),(59194,51,498,0),(59195,52,498,0),(59196,53,498,0),(59197,54,498,0),(59198,55,498,0),(59199,56,498,0.11160518627422),(59200,57,498,0),(59201,58,498,0),(59202,59,498,0),(59203,60,498,0),(59204,61,498,0),(59205,62,498,0),(59206,63,498,0),(59207,64,498,0),(59208,65,498,0),(59209,66,498,0),(59210,67,498,0),(59211,68,498,0),(59212,69,498,0),(59213,70,498,0),(59214,71,498,0),(59215,72,498,0),(59216,73,498,0),(59217,74,498,0),(59218,75,498,0),(59219,76,498,0),(59220,77,498,0),(59221,78,498,0),(59222,79,498,0),(59223,80,498,0),(59224,81,498,0),(59225,82,498,0),(59226,83,498,0),(59227,84,498,0),(59228,85,498,0),(59229,86,498,0),(59230,87,498,0),(59231,88,498,0),(59232,89,498,0),(59233,90,498,0),(59234,91,498,0),(59235,92,498,0),(59236,93,498,0),(59237,94,498,0),(59238,95,498,0),(59239,96,498,0),(59240,97,498,0),(59241,98,498,0),(59242,99,498,0),(59243,100,498,0),(59244,101,498,0),(59245,102,498,0),(59246,103,498,0),(59247,104,498,0),(59248,105,498,0),(59249,106,498,0),(59250,107,498,0),(59251,108,498,0),(59252,109,498,0),(59253,110,498,0),(59254,111,498,0),(59255,112,498,0),(59256,113,498,0),(59257,114,498,0),(59258,115,498,0),(59259,116,498,0),(59260,117,498,0),(59261,118,498,0),(59262,119,498,0),(59263,1,499,0),(59264,2,499,0),(59265,3,499,0),(59266,4,499,0),(59267,5,499,0),(59268,6,499,0),(59269,7,499,0),(59270,8,499,0),(59271,9,499,0),(59272,10,499,0),(59273,11,499,0),(59274,12,499,0),(59275,13,499,0),(59276,14,499,0),(59277,15,499,0),(59278,16,499,0),(59279,17,499,0),(59280,18,499,0),(59281,19,499,0),(59282,20,499,0),(59283,21,499,0),(59284,22,499,0),(59285,23,499,0),(59286,24,499,0),(59287,25,499,0),(59288,26,499,0),(59289,27,499,0),(59290,28,499,0),(59291,29,499,0),(59292,30,499,0),(59293,31,499,0),(59294,32,499,0),(59295,33,499,0),(59296,34,499,0),(59297,35,499,0),(59298,36,499,0),(59299,37,499,0),(59300,38,499,0),(59301,39,499,0),(59302,40,499,0),(59303,41,499,0),(59304,42,499,0),(59305,43,499,0),(59306,44,499,0),(59307,45,499,0),(59308,46,499,0),(59309,47,499,0),(59310,48,499,0),(59311,49,499,0),(59312,50,499,0),(59313,51,499,0),(59314,52,499,0),(59315,53,499,0),(59316,54,499,0),(59317,55,499,0),(59318,56,499,0.0594285906303316),(59319,57,499,0),(59320,58,499,0),(59321,59,499,0),(59322,60,499,0),(59323,61,499,0),(59324,62,499,0),(59325,63,499,0),(59326,64,499,0),(59327,65,499,0),(59328,66,499,0),(59329,67,499,0),(59330,68,499,0),(59331,69,499,0),(59332,70,499,0),(59333,71,499,0),(59334,72,499,0),(59335,73,499,0),(59336,74,499,0),(59337,75,499,0),(59338,76,499,0),(59339,77,499,0),(59340,78,499,0),(59341,79,499,0),(59342,80,499,0),(59343,81,499,0),(59344,82,499,0),(59345,83,499,0),(59346,84,499,0),(59347,85,499,0),(59348,86,499,0),(59349,87,499,0),(59350,88,499,0),(59351,89,499,0),(59352,90,499,0),(59353,91,499,0),(59354,92,499,0),(59355,93,499,0),(59356,94,499,0),(59357,95,499,0),(59358,96,499,0),(59359,97,499,0),(59360,98,499,0),(59361,99,499,0),(59362,100,499,0),(59363,101,499,0),(59364,102,499,0),(59365,103,499,0),(59366,104,499,0),(59367,105,499,0),(59368,106,499,0),(59369,107,499,0),(59370,108,499,0),(59371,109,499,0),(59372,110,499,0),(59373,111,499,0),(59374,112,499,0),(59375,113,499,0),(59376,114,499,0),(59377,115,499,0),(59378,116,499,0),(59379,117,499,0),(59380,118,499,0),(59381,119,499,0),(59382,1,500,0),(59383,2,500,0),(59384,3,500,0),(59385,4,500,0),(59386,5,500,0),(59387,6,500,0),(59388,7,500,0),(59389,8,500,0),(59390,9,500,0),(59391,10,500,0),(59392,11,500,0),(59393,12,500,0),(59394,13,500,0),(59395,14,500,0),(59396,15,500,0),(59397,16,500,0),(59398,17,500,0),(59399,18,500,0),(59400,19,500,0),(59401,20,500,0),(59402,21,500,0),(59403,22,500,0),(59404,23,500,0),(59405,24,500,0),(59406,25,500,0),(59407,26,500,0),(59408,27,500,0),(59409,28,500,0),(59410,29,500,0),(59411,30,500,0),(59412,31,500,0),(59413,32,500,0),(59414,33,500,0),(59415,34,500,0),(59416,35,500,0),(59417,36,500,0),(59418,37,500,0),(59419,38,500,0),(59420,39,500,0),(59421,40,500,0),(59422,41,500,0),(59423,42,500,0),(59424,43,500,0),(59425,44,500,0),(59426,45,500,0),(59427,46,500,0),(59428,47,500,0),(59429,48,500,0),(59430,49,500,0),(59431,50,500,0),(59432,51,500,0),(59433,52,500,0),(59434,53,500,0),(59435,54,500,0),(59436,55,500,0),(59437,56,500,0.0834003738342612),(59438,57,500,0),(59439,58,500,0),(59440,59,500,0),(59441,60,500,0),(59442,61,500,0),(59443,62,500,0),(59444,63,500,0),(59445,64,500,0),(59446,65,500,0),(59447,66,500,0),(59448,67,500,0),(59449,68,500,0),(59450,69,500,0),(59451,70,500,0),(59452,71,500,0),(59453,72,500,0),(59454,73,500,0),(59455,74,500,0),(59456,75,500,0),(59457,76,500,0),(59458,77,500,0),(59459,78,500,0),(59460,79,500,0),(59461,80,500,0),(59462,81,500,0),(59463,82,500,0),(59464,83,500,0),(59465,84,500,0),(59466,85,500,0),(59467,86,500,0),(59468,87,500,0),(59469,88,500,0),(59470,89,500,0),(59471,90,500,0),(59472,91,500,0),(59473,92,500,0),(59474,93,500,0),(59475,94,500,0),(59476,95,500,0),(59477,96,500,0),(59478,97,500,0),(59479,98,500,0),(59480,99,500,0),(59481,100,500,0),(59482,101,500,0),(59483,102,500,0),(59484,103,500,0),(59485,104,500,0),(59486,105,500,0),(59487,106,500,0),(59488,107,500,0),(59489,108,500,0),(59490,109,500,0),(59491,110,500,0),(59492,111,500,0),(59493,112,500,0),(59494,113,500,0),(59495,114,500,0),(59496,115,500,0),(59497,116,500,0),(59498,117,500,0),(59499,118,500,0),(59500,119,500,0),(59501,1,501,0),(59502,2,501,0),(59503,3,501,0),(59504,4,501,0),(59505,5,501,0),(59506,6,501,0),(59507,7,501,0),(59508,8,501,0),(59509,9,501,0),(59510,10,501,0),(59511,11,501,0),(59512,12,501,0),(59513,13,501,0),(59514,14,501,0),(59515,15,501,0),(59516,16,501,0),(59517,17,501,0),(59518,18,501,0),(59519,19,501,0),(59520,20,501,0),(59521,21,501,0),(59522,22,501,0),(59523,23,501,0),(59524,24,501,0),(59525,25,501,0),(59526,26,501,0),(59527,27,501,0),(59528,28,501,0),(59529,29,501,0),(59530,30,501,0),(59531,31,501,0),(59532,32,501,0),(59533,33,501,0),(59534,34,501,0),(59535,35,501,0),(59536,36,501,0),(59537,37,501,0),(59538,38,501,0),(59539,39,501,0),(59540,40,501,0),(59541,41,501,0),(59542,42,501,0),(59543,43,501,0),(59544,44,501,0),(59545,45,501,0),(59546,46,501,0),(59547,47,501,0),(59548,48,501,0),(59549,49,501,0),(59550,50,501,0),(59551,51,501,0),(59552,52,501,0),(59553,53,501,0),(59554,54,501,0),(59555,55,501,0),(59556,56,501,0.113126367924209),(59557,57,501,0),(59558,58,501,0),(59559,59,501,0),(59560,60,501,0),(59561,61,501,0),(59562,62,501,0),(59563,63,501,0),(59564,64,501,0),(59565,65,501,0),(59566,66,501,0),(59567,67,501,0),(59568,68,501,0),(59569,69,501,0),(59570,70,501,0),(59571,71,501,0),(59572,72,501,0),(59573,73,501,0),(59574,74,501,0),(59575,75,501,0),(59576,76,501,0),(59577,77,501,0),(59578,78,501,0),(59579,79,501,0),(59580,80,501,0),(59581,81,501,0),(59582,82,501,0),(59583,83,501,0),(59584,84,501,0),(59585,85,501,0),(59586,86,501,0),(59587,87,501,0),(59588,88,501,0),(59589,89,501,0),(59590,90,501,0),(59591,91,501,0),(59592,92,501,0),(59593,93,501,0),(59594,94,501,0),(59595,95,501,0),(59596,96,501,0),(59597,97,501,0),(59598,98,501,0),(59599,99,501,0),(59600,100,501,0),(59601,101,501,0),(59602,102,501,0),(59603,103,501,0),(59604,104,501,0),(59605,105,501,0),(59606,106,501,0),(59607,107,501,0),(59608,108,501,0),(59609,109,501,0),(59610,110,501,0),(59611,111,501,0),(59612,112,501,0),(59613,113,501,0),(59614,114,501,0),(59615,115,501,0),(59616,116,501,0),(59617,117,501,0),(59618,118,501,0),(59619,119,501,0),(59620,1,502,0),(59621,2,502,0),(59622,3,502,0),(59623,4,502,0),(59624,5,502,0),(59625,6,502,0),(59626,7,502,0),(59627,8,502,0),(59628,9,502,0),(59629,10,502,0),(59630,11,502,0),(59631,12,502,0),(59632,13,502,0),(59633,14,502,0),(59634,15,502,0),(59635,16,502,0),(59636,17,502,0),(59637,18,502,0),(59638,19,502,0),(59639,20,502,0),(59640,21,502,0),(59641,22,502,0),(59642,23,502,0),(59643,24,502,0),(59644,25,502,0),(59645,26,502,0),(59646,27,502,0),(59647,28,502,0),(59648,29,502,0),(59649,30,502,0),(59650,31,502,0),(59651,32,502,0),(59652,33,502,0),(59653,34,502,0),(59654,35,502,0),(59655,36,502,0),(59656,37,502,0),(59657,38,502,0),(59658,39,502,0),(59659,40,502,0),(59660,41,502,0),(59661,42,502,0),(59662,43,502,0),(59663,44,502,0),(59664,45,502,0),(59665,46,502,0),(59666,47,502,0),(59667,48,502,0),(59668,49,502,0),(59669,50,502,0),(59670,51,502,0),(59671,52,502,0),(59672,53,502,0),(59673,54,502,0),(59674,55,502,0),(59675,56,502,0.008523974616058),(59676,57,502,0),(59677,58,502,0),(59678,59,502,0),(59679,60,502,0),(59680,61,502,0),(59681,62,502,0),(59682,63,502,0),(59683,64,502,0),(59684,65,502,0),(59685,66,502,0),(59686,67,502,0),(59687,68,502,0),(59688,69,502,0),(59689,70,502,0),(59690,71,502,0),(59691,72,502,0),(59692,73,502,0),(59693,74,502,0),(59694,75,502,0),(59695,76,502,0),(59696,77,502,0),(59697,78,502,0),(59698,79,502,0),(59699,80,502,0),(59700,81,502,0),(59701,82,502,0),(59702,83,502,0),(59703,84,502,0),(59704,85,502,0),(59705,86,502,0),(59706,87,502,0),(59707,88,502,0),(59708,89,502,0),(59709,90,502,0),(59710,91,502,0),(59711,92,502,0),(59712,93,502,0),(59713,94,502,0),(59714,95,502,0),(59715,96,502,0),(59716,97,502,0),(59717,98,502,0),(59718,99,502,0),(59719,100,502,0),(59720,101,502,0),(59721,102,502,0),(59722,103,502,0),(59723,104,502,0),(59724,105,502,0),(59725,106,502,0),(59726,107,502,0),(59727,108,502,0),(59728,109,502,0),(59729,110,502,0),(59730,111,502,0),(59731,112,502,0),(59732,113,502,0),(59733,114,502,0),(59734,115,502,0),(59735,116,502,0),(59736,117,502,0),(59737,118,502,0),(59738,119,502,0),(59739,1,503,0),(59740,2,503,0),(59741,3,503,0),(59742,4,503,0),(59743,5,503,0),(59744,6,503,0),(59745,7,503,0),(59746,8,503,0),(59747,9,503,0),(59748,10,503,0),(59749,11,503,0),(59750,12,503,0),(59751,13,503,0),(59752,14,503,0),(59753,15,503,0),(59754,16,503,0),(59755,17,503,0),(59756,18,503,0),(59757,19,503,0),(59758,20,503,0),(59759,21,503,0),(59760,22,503,0),(59761,23,503,0),(59762,24,503,0),(59763,25,503,0),(59764,26,503,0),(59765,27,503,0),(59766,28,503,0),(59767,29,503,0),(59768,30,503,0),(59769,31,503,0),(59770,32,503,0),(59771,33,503,0),(59772,34,503,0),(59773,35,503,0),(59774,36,503,0),(59775,37,503,0),(59776,38,503,0),(59777,39,503,0),(59778,40,503,0),(59779,41,503,0),(59780,42,503,0),(59781,43,503,0),(59782,44,503,0),(59783,45,503,0),(59784,46,503,0),(59785,47,503,0),(59786,48,503,0),(59787,49,503,0),(59788,50,503,0),(59789,51,503,0),(59790,52,503,0),(59791,53,503,0),(59792,54,503,0),(59793,55,503,0),(59794,56,503,0.26153465091684),(59795,57,503,0),(59796,58,503,0),(59797,59,503,0),(59798,60,503,0),(59799,61,503,0),(59800,62,503,0),(59801,63,503,0),(59802,64,503,0),(59803,65,503,0),(59804,66,503,0),(59805,67,503,0),(59806,68,503,0),(59807,69,503,0),(59808,70,503,0),(59809,71,503,0),(59810,72,503,0),(59811,73,503,0),(59812,74,503,0),(59813,75,503,0),(59814,76,503,0),(59815,77,503,0),(59816,78,503,0),(59817,79,503,0),(59818,80,503,0),(59819,81,503,0),(59820,82,503,0),(59821,83,503,0),(59822,84,503,0),(59823,85,503,0),(59824,86,503,0),(59825,87,503,0),(59826,88,503,0),(59827,89,503,0),(59828,90,503,0),(59829,91,503,0),(59830,92,503,0),(59831,93,503,0),(59832,94,503,0),(59833,95,503,0),(59834,96,503,0),(59835,97,503,0),(59836,98,503,0),(59837,99,503,0),(59838,100,503,0),(59839,101,503,0),(59840,102,503,0),(59841,103,503,0),(59842,104,503,0),(59843,105,503,0),(59844,106,503,0),(59845,107,503,0),(59846,108,503,0),(59847,109,503,0),(59848,110,503,0),(59849,111,503,0),(59850,112,503,0),(59851,113,503,0),(59852,114,503,0),(59853,115,503,0),(59854,116,503,0),(59855,117,503,0),(59856,118,503,0),(59857,119,503,0),(59858,1,504,0),(59859,2,504,0),(59860,3,504,0),(59861,4,504,0),(59862,5,504,0),(59863,6,504,0),(59864,7,504,0),(59865,8,504,0),(59866,9,504,0),(59867,10,504,0),(59868,11,504,0),(59869,12,504,0),(59870,13,504,0),(59871,14,504,0),(59872,15,504,0),(59873,16,504,0),(59874,17,504,0),(59875,18,504,0),(59876,19,504,0),(59877,20,504,0),(59878,21,504,0),(59879,22,504,0),(59880,23,504,0),(59881,24,504,0),(59882,25,504,0),(59883,26,504,0),(59884,27,504,0),(59885,28,504,0),(59886,29,504,0),(59887,30,504,0),(59888,31,504,0),(59889,32,504,0),(59890,33,504,0),(59891,34,504,0),(59892,35,504,0),(59893,36,504,0),(59894,37,504,0),(59895,38,504,0),(59896,39,504,0),(59897,40,504,0),(59898,41,504,0),(59899,42,504,0),(59900,43,504,0),(59901,44,504,0),(59902,45,504,0),(59903,46,504,0),(59904,47,504,0),(59905,48,504,0),(59906,49,504,0),(59907,50,504,0),(59908,51,504,0),(59909,52,504,0),(59910,53,504,0),(59911,54,504,0),(59912,55,504,0),(59913,56,504,0.03193720042694),(59914,57,504,0),(59915,58,504,0),(59916,59,504,0),(59917,60,504,0),(59918,61,504,0),(59919,62,504,0),(59920,63,504,0),(59921,64,504,0),(59922,65,504,0),(59923,66,504,0),(59924,67,504,0),(59925,68,504,0),(59926,69,504,0),(59927,70,504,0),(59928,71,504,0),(59929,72,504,0),(59930,73,504,0),(59931,74,504,0),(59932,75,504,0),(59933,76,504,0),(59934,77,504,0),(59935,78,504,0),(59936,79,504,0),(59937,80,504,0),(59938,81,504,0),(59939,82,504,0),(59940,83,504,0),(59941,84,504,0),(59942,85,504,0),(59943,86,504,0),(59944,87,504,0),(59945,88,504,0),(59946,89,504,0),(59947,90,504,0),(59948,91,504,0),(59949,92,504,0),(59950,93,504,0),(59951,94,504,0),(59952,95,504,0),(59953,96,504,0),(59954,97,504,0),(59955,98,504,0),(59956,99,504,0),(59957,100,504,0),(59958,101,504,0),(59959,102,504,0),(59960,103,504,0),(59961,104,504,0),(59962,105,504,0),(59963,106,504,0),(59964,107,504,0),(59965,108,504,0),(59966,109,504,0),(59967,110,504,0),(59968,111,504,0),(59969,112,504,0),(59970,113,504,0),(59971,114,504,0),(59972,115,504,0),(59973,116,504,0),(59974,117,504,0),(59975,118,504,0),(59976,119,504,0),(59977,1,505,0),(59978,2,505,0),(59979,3,505,0),(59980,4,505,0),(59981,5,505,0),(59982,6,505,0),(59983,7,505,0),(59984,8,505,0),(59985,9,505,0),(59986,10,505,0),(59987,11,505,0),(59988,12,505,0),(59989,13,505,0),(59990,14,505,0),(59991,15,505,0),(59992,16,505,0),(59993,17,505,0),(59994,18,505,0),(59995,19,505,0),(59996,20,505,0),(59997,21,505,0),(59998,22,505,0),(59999,23,505,0),(60000,24,505,0),(60001,25,505,0),(60002,26,505,0),(60003,27,505,0),(60004,28,505,0),(60005,29,505,0),(60006,30,505,0),(60007,31,505,0),(60008,32,505,0),(60009,33,505,0),(60010,34,505,0),(60011,35,505,0),(60012,36,505,0),(60013,37,505,0),(60014,38,505,0),(60015,39,505,0),(60016,40,505,0),(60017,41,505,0),(60018,42,505,0),(60019,43,505,0),(60020,44,505,0),(60021,45,505,0),(60022,46,505,0),(60023,47,505,0),(60024,48,505,0),(60025,49,505,0),(60026,50,505,0),(60027,51,505,0),(60028,52,505,0),(60029,53,505,0),(60030,54,505,0),(60031,55,505,0),(60032,56,505,0.280770657403954),(60033,57,505,0),(60034,58,505,0),(60035,59,505,0),(60036,60,505,0),(60037,61,505,0),(60038,62,505,0),(60039,63,505,0),(60040,64,505,0),(60041,65,505,0),(60042,66,505,0),(60043,67,505,0),(60044,68,505,0),(60045,69,505,0),(60046,70,505,0),(60047,71,505,0),(60048,72,505,0),(60049,73,505,0),(60050,74,505,0),(60051,75,505,0),(60052,76,505,0),(60053,77,505,0),(60054,78,505,0),(60055,79,505,0),(60056,80,505,0),(60057,81,505,0),(60058,82,505,0),(60059,83,505,0),(60060,84,505,0),(60061,85,505,0),(60062,86,505,0),(60063,87,505,0),(60064,88,505,0),(60065,89,505,0),(60066,90,505,0),(60067,91,505,0),(60068,92,505,0),(60069,93,505,0),(60070,94,505,0),(60071,95,505,0),(60072,96,505,0),(60073,97,505,0),(60074,98,505,0),(60075,99,505,0),(60076,100,505,0),(60077,101,505,0),(60078,102,505,0),(60079,103,505,0),(60080,104,505,0),(60081,105,505,0),(60082,106,505,0),(60083,107,505,0),(60084,108,505,0),(60085,109,505,0),(60086,110,505,0),(60087,111,505,0),(60088,112,505,0),(60089,113,505,0),(60090,114,505,0),(60091,115,505,0),(60092,116,505,0),(60093,117,505,0),(60094,118,505,0),(60095,119,505,0),(60096,1,506,0),(60097,2,506,0),(60098,3,506,0),(60099,4,506,0),(60100,5,506,0),(60101,6,506,0),(60102,7,506,0),(60103,8,506,0),(60104,9,506,0),(60105,10,506,0),(60106,11,506,0),(60107,12,506,0),(60108,13,506,0),(60109,14,506,0),(60110,15,506,0),(60111,16,506,0),(60112,17,506,0),(60113,18,506,0),(60114,19,506,0),(60115,20,506,0),(60116,21,506,0),(60117,22,506,0),(60118,23,506,0),(60119,24,506,0),(60120,25,506,0),(60121,26,506,0),(60122,27,506,0),(60123,28,506,0),(60124,29,506,0),(60125,30,506,0),(60126,31,506,0),(60127,32,506,0),(60128,33,506,0),(60129,34,506,0),(60130,35,506,0),(60131,36,506,0),(60132,37,506,0),(60133,38,506,0),(60134,39,506,0),(60135,40,506,0),(60136,41,506,0),(60137,42,506,0),(60138,43,506,0),(60139,44,506,0),(60140,45,506,0),(60141,46,506,0),(60142,47,506,0),(60143,48,506,0),(60144,49,506,0),(60145,50,506,0),(60146,51,506,0),(60147,52,506,0),(60148,53,506,0),(60149,54,506,0),(60150,55,506,0),(60151,56,506,0.0905383014823949),(60152,57,506,0),(60153,58,506,0),(60154,59,506,0),(60155,60,506,0),(60156,61,506,0),(60157,62,506,0),(60158,63,506,0),(60159,64,506,0),(60160,65,506,0),(60161,66,506,0),(60162,67,506,0),(60163,68,506,0),(60164,69,506,0),(60165,70,506,0),(60166,71,506,0),(60167,72,506,0),(60168,73,506,0),(60169,74,506,0),(60170,75,506,0),(60171,76,506,0),(60172,77,506,0),(60173,78,506,0),(60174,79,506,0),(60175,80,506,0),(60176,81,506,0),(60177,82,506,0),(60178,83,506,0),(60179,84,506,0),(60180,85,506,0),(60181,86,506,0),(60182,87,506,0),(60183,88,506,0),(60184,89,506,0),(60185,90,506,0),(60186,91,506,0),(60187,92,506,0),(60188,93,506,0),(60189,94,506,0),(60190,95,506,0),(60191,96,506,0),(60192,97,506,0),(60193,98,506,0),(60194,99,506,0),(60195,100,506,0),(60196,101,506,0),(60197,102,506,0),(60198,103,506,0),(60199,104,506,0),(60200,105,506,0),(60201,106,506,0),(60202,107,506,0),(60203,108,506,0),(60204,109,506,0),(60205,110,506,0),(60206,111,506,0),(60207,112,506,0),(60208,113,506,0),(60209,114,506,0),(60210,115,506,0),(60211,116,506,0),(60212,117,506,0),(60213,118,506,0),(60214,119,506,0),(60215,1,507,0),(60216,2,507,0),(60217,3,507,0),(60218,4,507,0),(60219,5,507,0),(60220,6,507,0),(60221,7,507,0),(60222,8,507,0),(60223,9,507,0),(60224,10,507,0),(60225,11,507,0),(60226,12,507,0),(60227,13,507,0),(60228,14,507,0),(60229,15,507,0),(60230,16,507,0),(60231,17,507,0),(60232,18,507,0),(60233,19,507,0),(60234,20,507,0),(60235,21,507,0),(60236,22,507,0),(60237,23,507,0),(60238,24,507,0),(60239,25,507,0),(60240,26,507,0),(60241,27,507,0),(60242,28,507,0),(60243,29,507,0),(60244,30,507,0),(60245,31,507,0),(60246,32,507,0),(60247,33,507,0),(60248,34,507,0),(60249,35,507,0),(60250,36,507,0),(60251,37,507,0),(60252,38,507,0),(60253,39,507,0),(60254,40,507,0),(60255,41,507,0),(60256,42,507,0),(60257,43,507,0),(60258,44,507,0),(60259,45,507,0),(60260,46,507,0),(60261,47,507,0),(60262,48,507,0),(60263,49,507,0),(60264,50,507,0),(60265,51,507,0),(60266,52,507,0),(60267,53,507,0),(60268,54,507,0),(60269,55,507,0),(60270,56,507,0.0978638309025151),(60271,57,507,0),(60272,58,507,0),(60273,59,507,0),(60274,60,507,0),(60275,61,507,0),(60276,62,507,0),(60277,63,507,0),(60278,64,507,0),(60279,65,507,0),(60280,66,507,0),(60281,67,507,0),(60282,68,507,0),(60283,69,507,0),(60284,70,507,0),(60285,71,507,0),(60286,72,507,0),(60287,73,507,0),(60288,74,507,0),(60289,75,507,0),(60290,76,507,0),(60291,77,507,0),(60292,78,507,0),(60293,79,507,0),(60294,80,507,0),(60295,81,507,0),(60296,82,507,0),(60297,83,507,0),(60298,84,507,0),(60299,85,507,0),(60300,86,507,0),(60301,87,507,0),(60302,88,507,0),(60303,89,507,0),(60304,90,507,0),(60305,91,507,0),(60306,92,507,0),(60307,93,507,0),(60308,94,507,0),(60309,95,507,0),(60310,96,507,0),(60311,97,507,0),(60312,98,507,0),(60313,99,507,0),(60314,100,507,0),(60315,101,507,0),(60316,102,507,0),(60317,103,507,0),(60318,104,507,0),(60319,105,507,0),(60320,106,507,0),(60321,107,507,0),(60322,108,507,0),(60323,109,507,0),(60324,110,507,0),(60325,111,507,0),(60326,112,507,0),(60327,113,507,0),(60328,114,507,0),(60329,115,507,0),(60330,116,507,0),(60331,117,507,0),(60332,118,507,0),(60333,119,507,0),(60334,1,508,0),(60335,2,508,0),(60336,3,508,0),(60337,4,508,0),(60338,5,508,0),(60339,6,508,0),(60340,7,508,0),(60341,8,508,0),(60342,9,508,0),(60343,10,508,0),(60344,11,508,0),(60345,12,508,0),(60346,13,508,0),(60347,14,508,0),(60348,15,508,0),(60349,16,508,0),(60350,17,508,0),(60351,18,508,0),(60352,19,508,0),(60353,20,508,0),(60354,21,508,0),(60355,22,508,0),(60356,23,508,0),(60357,24,508,0),(60358,25,508,0),(60359,26,508,0),(60360,27,508,0),(60361,28,508,0),(60362,29,508,0),(60363,30,508,0),(60364,31,508,0),(60365,32,508,0),(60366,33,508,0),(60367,34,508,0),(60368,35,508,0),(60369,36,508,0),(60370,37,508,0),(60371,38,508,0),(60372,39,508,0),(60373,40,508,0),(60374,41,508,0),(60375,42,508,0),(60376,43,508,0),(60377,44,508,0),(60378,45,508,0),(60379,46,508,0),(60380,47,508,0),(60381,48,508,0),(60382,49,508,0),(60383,50,508,0),(60384,51,508,0),(60385,52,508,0),(60386,53,508,0),(60387,54,508,0),(60388,55,508,0),(60389,56,508,0.115705016327089),(60390,57,508,0),(60391,58,508,0),(60392,59,508,0),(60393,60,508,0),(60394,61,508,0),(60395,62,508,0),(60396,63,508,0),(60397,64,508,0),(60398,65,508,0),(60399,66,508,0),(60400,67,508,0),(60401,68,508,0),(60402,69,508,0),(60403,70,508,0),(60404,71,508,0),(60405,72,508,0),(60406,73,508,0),(60407,74,508,0),(60408,75,508,0),(60409,76,508,0),(60410,77,508,0),(60411,78,508,0),(60412,79,508,0),(60413,80,508,0),(60414,81,508,0),(60415,82,508,0),(60416,83,508,0),(60417,84,508,0),(60418,85,508,0),(60419,86,508,0),(60420,87,508,0),(60421,88,508,0),(60422,89,508,0),(60423,90,508,0),(60424,91,508,0),(60425,92,508,0),(60426,93,508,0),(60427,94,508,0),(60428,95,508,0),(60429,96,508,0),(60430,97,508,0),(60431,98,508,0),(60432,99,508,0),(60433,100,508,0),(60434,101,508,0),(60435,102,508,0),(60436,103,508,0),(60437,104,508,0),(60438,105,508,0),(60439,106,508,0),(60440,107,508,0),(60441,108,508,0),(60442,109,508,0),(60443,110,508,0),(60444,111,508,0),(60445,112,508,0),(60446,113,508,0),(60447,114,508,0),(60448,115,508,0),(60449,116,508,0),(60450,117,508,0),(60451,118,508,0),(60452,119,508,0),(60453,1,509,0),(60454,2,509,0),(60455,3,509,0),(60456,4,509,0),(60457,5,509,0),(60458,6,509,0),(60459,7,509,0),(60460,8,509,0),(60461,9,509,0),(60462,10,509,0),(60463,11,509,0),(60464,12,509,0),(60465,13,509,0),(60466,14,509,0),(60467,15,509,0),(60468,16,509,0),(60469,17,509,0),(60470,18,509,0),(60471,19,509,0),(60472,20,509,0),(60473,21,509,0),(60474,22,509,0),(60475,23,509,0),(60476,24,509,0),(60477,25,509,0),(60478,26,509,0),(60479,27,509,0),(60480,28,509,0),(60481,29,509,0),(60482,30,509,0),(60483,31,509,0),(60484,32,509,0),(60485,33,509,0),(60486,34,509,0),(60487,35,509,0),(60488,36,509,0),(60489,37,509,0),(60490,38,509,0),(60491,39,509,0),(60492,40,509,0),(60493,41,509,0),(60494,42,509,0),(60495,43,509,0),(60496,44,509,0),(60497,45,509,0),(60498,46,509,0),(60499,47,509,0),(60500,48,509,0),(60501,49,509,0),(60502,50,509,0),(60503,51,509,0),(60504,52,509,0),(60505,53,509,0),(60506,54,509,0),(60507,55,509,0),(60508,56,509,0),(60509,57,509,0.467512114209849),(60510,58,509,0),(60511,59,509,0),(60512,60,509,0),(60513,61,509,0),(60514,62,509,0),(60515,63,509,0),(60516,64,509,0),(60517,65,509,0),(60518,66,509,0),(60519,67,509,0),(60520,68,509,0),(60521,69,509,0),(60522,70,509,0),(60523,71,509,0),(60524,72,509,0),(60525,73,509,0),(60526,74,509,0),(60527,75,509,0),(60528,76,509,0),(60529,77,509,0),(60530,78,509,0),(60531,79,509,0),(60532,80,509,0),(60533,81,509,0),(60534,82,509,0),(60535,83,509,0),(60536,84,509,0),(60537,85,509,0),(60538,86,509,0),(60539,87,509,0),(60540,88,509,0),(60541,89,509,0),(60542,90,509,0),(60543,91,509,0),(60544,92,509,0),(60545,93,509,0),(60546,94,509,0),(60547,95,509,0),(60548,96,509,0),(60549,97,509,0),(60550,98,509,0),(60551,99,509,0),(60552,100,509,0),(60553,101,509,0),(60554,102,509,0),(60555,103,509,0),(60556,104,509,0),(60557,105,509,0),(60558,106,509,0),(60559,107,509,0),(60560,108,509,0),(60561,109,509,0),(60562,110,509,0),(60563,111,509,0),(60564,112,509,0),(60565,113,509,0),(60566,114,509,0),(60567,115,509,0),(60568,116,509,0),(60569,117,509,0),(60570,118,509,0),(60571,119,509,0),(60572,1,510,0),(60573,2,510,0),(60574,3,510,0),(60575,4,510,0),(60576,5,510,0),(60577,6,510,0),(60578,7,510,0),(60579,8,510,0),(60580,9,510,0),(60581,10,510,0),(60582,11,510,0),(60583,12,510,0),(60584,13,510,0),(60585,14,510,0),(60586,15,510,0),(60587,16,510,0),(60588,17,510,0),(60589,18,510,0),(60590,19,510,0),(60591,20,510,0),(60592,21,510,0),(60593,22,510,0),(60594,23,510,0),(60595,24,510,0),(60596,25,510,0),(60597,26,510,0),(60598,27,510,0),(60599,28,510,0),(60600,29,510,0),(60601,30,510,0),(60602,31,510,0),(60603,32,510,0),(60604,33,510,0),(60605,34,510,0),(60606,35,510,0),(60607,36,510,0),(60608,37,510,0),(60609,38,510,0),(60610,39,510,0),(60611,40,510,0),(60612,41,510,0),(60613,42,510,0),(60614,43,510,0),(60615,44,510,0),(60616,45,510,0),(60617,46,510,0),(60618,47,510,0),(60619,48,510,0),(60620,49,510,0),(60621,50,510,0),(60622,51,510,0),(60623,52,510,0),(60624,53,510,0),(60625,54,510,0),(60626,55,510,0),(60627,56,510,0),(60628,57,510,0.0324878857901512),(60629,58,510,0),(60630,59,510,0),(60631,60,510,0),(60632,61,510,0),(60633,62,510,0),(60634,63,510,0),(60635,64,510,0),(60636,65,510,0),(60637,66,510,0),(60638,67,510,0),(60639,68,510,0),(60640,69,510,0),(60641,70,510,0),(60642,71,510,0),(60643,72,510,0),(60644,73,510,0),(60645,74,510,0),(60646,75,510,0),(60647,76,510,0),(60648,77,510,0),(60649,78,510,0),(60650,79,510,0),(60651,80,510,0),(60652,81,510,0),(60653,82,510,0),(60654,83,510,0),(60655,84,510,0),(60656,85,510,0),(60657,86,510,0),(60658,87,510,0),(60659,88,510,0),(60660,89,510,0),(60661,90,510,0),(60662,91,510,0),(60663,92,510,0),(60664,93,510,0),(60665,94,510,0),(60666,95,510,0),(60667,96,510,0),(60668,97,510,0),(60669,98,510,0),(60670,99,510,0),(60671,100,510,0),(60672,101,510,0),(60673,102,510,0),(60674,103,510,0),(60675,104,510,0),(60676,105,510,0),(60677,106,510,0),(60678,107,510,0),(60679,108,510,0),(60680,109,510,0),(60681,110,510,0),(60682,111,510,0),(60683,112,510,0),(60684,113,510,0),(60685,114,510,0),(60686,115,510,0),(60687,116,510,0),(60688,117,510,0),(60689,118,510,0),(60690,119,510,0),(60691,1,511,0),(60692,2,511,0),(60693,3,511,0),(60694,4,511,0),(60695,5,511,0),(60696,6,511,0),(60697,7,511,0),(60698,8,511,0),(60699,9,511,0),(60700,10,511,0),(60701,11,511,0),(60702,12,511,0),(60703,13,511,0),(60704,14,511,0),(60705,15,511,0),(60706,16,511,0),(60707,17,511,0),(60708,18,511,0),(60709,19,511,0),(60710,20,511,0),(60711,21,511,0),(60712,22,511,0),(60713,23,511,0),(60714,24,511,0),(60715,25,511,0),(60716,26,511,0),(60717,27,511,0),(60718,28,511,0),(60719,29,511,0),(60720,30,511,0),(60721,31,511,0),(60722,32,511,0),(60723,33,511,0),(60724,34,511,0),(60725,35,511,0),(60726,36,511,0),(60727,37,511,0),(60728,38,511,0),(60729,39,511,0),(60730,40,511,0),(60731,41,511,0),(60732,42,511,0),(60733,43,511,0),(60734,44,511,0),(60735,45,511,0),(60736,46,511,0),(60737,47,511,0),(60738,48,511,0),(60739,49,511,0),(60740,50,511,0),(60741,51,511,0),(60742,52,511,0),(60743,53,511,0),(60744,54,511,0),(60745,55,511,0),(60746,56,511,0),(60747,57,511,0.0153405038908182),(60748,58,511,0),(60749,59,511,0),(60750,60,511,0),(60751,61,511,0),(60752,62,511,0),(60753,63,511,0),(60754,64,511,0),(60755,65,511,0),(60756,66,511,0),(60757,67,511,0),(60758,68,511,0),(60759,69,511,0),(60760,70,511,0),(60761,71,511,0),(60762,72,511,0),(60763,73,511,0),(60764,74,511,0),(60765,75,511,0),(60766,76,511,0),(60767,77,511,0),(60768,78,511,0),(60769,79,511,0),(60770,80,511,0),(60771,81,511,0),(60772,82,511,0),(60773,83,511,0),(60774,84,511,0),(60775,85,511,0),(60776,86,511,0),(60777,87,511,0),(60778,88,511,0),(60779,89,511,0),(60780,90,511,0),(60781,91,511,0),(60782,92,511,0),(60783,93,511,0),(60784,94,511,0),(60785,95,511,0),(60786,96,511,0),(60787,97,511,0),(60788,98,511,0),(60789,99,511,0),(60790,100,511,0),(60791,101,511,0),(60792,102,511,0),(60793,103,511,0),(60794,104,511,0),(60795,105,511,0),(60796,106,511,0),(60797,107,511,0),(60798,108,511,0),(60799,109,511,0),(60800,110,511,0),(60801,111,511,0),(60802,112,511,0),(60803,113,511,0),(60804,114,511,0),(60805,115,511,0),(60806,116,511,0),(60807,117,511,0),(60808,118,511,0),(60809,119,511,0),(60810,1,512,0),(60811,2,512,0),(60812,3,512,0),(60813,4,512,0),(60814,5,512,0),(60815,6,512,0),(60816,7,512,0),(60817,8,512,0),(60818,9,512,0),(60819,10,512,0),(60820,11,512,0),(60821,12,512,0),(60822,13,512,0),(60823,14,512,0),(60824,15,512,0),(60825,16,512,0),(60826,17,512,0),(60827,18,512,0),(60828,19,512,0),(60829,20,512,0),(60830,21,512,0),(60831,22,512,0),(60832,23,512,0),(60833,24,512,0),(60834,25,512,0),(60835,26,512,0),(60836,27,512,0),(60837,28,512,0),(60838,29,512,0),(60839,30,512,0),(60840,31,512,0),(60841,32,512,0),(60842,33,512,0),(60843,34,512,0),(60844,35,512,0),(60845,36,512,0),(60846,37,512,0),(60847,38,512,0),(60848,39,512,0),(60849,40,512,0),(60850,41,512,0),(60851,42,512,0),(60852,43,512,0),(60853,44,512,0),(60854,45,512,0),(60855,46,512,0),(60856,47,512,0),(60857,48,512,0),(60858,49,512,0),(60859,50,512,0),(60860,51,512,0),(60861,52,512,0),(60862,53,512,0),(60863,54,512,0),(60864,55,512,0),(60865,56,512,0),(60866,57,512,0.194902062988745),(60867,58,512,0),(60868,59,512,0),(60869,60,512,0),(60870,61,512,0),(60871,62,512,0),(60872,63,512,0),(60873,64,512,0),(60874,65,512,0),(60875,66,512,0),(60876,67,512,0),(60877,68,512,0),(60878,69,512,0),(60879,70,512,0),(60880,71,512,0),(60881,72,512,0),(60882,73,512,0),(60883,74,512,0),(60884,75,512,0),(60885,76,512,0),(60886,77,512,0),(60887,78,512,0),(60888,79,512,0),(60889,80,512,0),(60890,81,512,0),(60891,82,512,0),(60892,83,512,0),(60893,84,512,0),(60894,85,512,0),(60895,86,512,0),(60896,87,512,0),(60897,88,512,0),(60898,89,512,0),(60899,90,512,0),(60900,91,512,0),(60901,92,512,0),(60902,93,512,0),(60903,94,512,0),(60904,95,512,0),(60905,96,512,0),(60906,97,512,0),(60907,98,512,0),(60908,99,512,0),(60909,100,512,0),(60910,101,512,0),(60911,102,512,0),(60912,103,512,0),(60913,104,512,0),(60914,105,512,0),(60915,106,512,0),(60916,107,512,0),(60917,108,512,0),(60918,109,512,0),(60919,110,512,0),(60920,111,512,0),(60921,112,512,0),(60922,113,512,0),(60923,114,512,0),(60924,115,512,0),(60925,116,512,0),(60926,117,512,0),(60927,118,512,0),(60928,119,512,0),(60929,1,513,0),(60930,2,513,0),(60931,3,513,0),(60932,4,513,0),(60933,5,513,0),(60934,6,513,0),(60935,7,513,0),(60936,8,513,0),(60937,9,513,0),(60938,10,513,0),(60939,11,513,0),(60940,12,513,0),(60941,13,513,0),(60942,14,513,0),(60943,15,513,0),(60944,16,513,0),(60945,17,513,0),(60946,18,513,0),(60947,19,513,0),(60948,20,513,0),(60949,21,513,0),(60950,22,513,0),(60951,23,513,0),(60952,24,513,0),(60953,25,513,0),(60954,26,513,0),(60955,27,513,0),(60956,28,513,0),(60957,29,513,0),(60958,30,513,0),(60959,31,513,0),(60960,32,513,0),(60961,33,513,0),(60962,34,513,0),(60963,35,513,0),(60964,36,513,0),(60965,37,513,0),(60966,38,513,0),(60967,39,513,0),(60968,40,513,0),(60969,41,513,0),(60970,42,513,0),(60971,43,513,0),(60972,44,513,0),(60973,45,513,0),(60974,46,513,0),(60975,47,513,0),(60976,48,513,0),(60977,49,513,0),(60978,50,513,0),(60979,51,513,0),(60980,52,513,0),(60981,53,513,0),(60982,54,513,0),(60983,55,513,0),(60984,56,513,0),(60985,57,513,0.152898787379877),(60986,58,513,0),(60987,59,513,0),(60988,60,513,0),(60989,61,513,0),(60990,62,513,0),(60991,63,513,0),(60992,64,513,0),(60993,65,513,0),(60994,66,513,0),(60995,67,513,0),(60996,68,513,0),(60997,69,513,0),(60998,70,513,0),(60999,71,513,0),(61000,72,513,0),(61001,73,513,0),(61002,74,513,0),(61003,75,513,0),(61004,76,513,0),(61005,77,513,0),(61006,78,513,0),(61007,79,513,0),(61008,80,513,0),(61009,81,513,0),(61010,82,513,0),(61011,83,513,0),(61012,84,513,0),(61013,85,513,0),(61014,86,513,0),(61015,87,513,0),(61016,88,513,0),(61017,89,513,0),(61018,90,513,0),(61019,91,513,0),(61020,92,513,0),(61021,93,513,0),(61022,94,513,0),(61023,95,513,0),(61024,96,513,0),(61025,97,513,0),(61026,98,513,0),(61027,99,513,0),(61028,100,513,0),(61029,101,513,0),(61030,102,513,0),(61031,103,513,0),(61032,104,513,0),(61033,105,513,0),(61034,106,513,0),(61035,107,513,0),(61036,108,513,0),(61037,109,513,0),(61038,110,513,0),(61039,111,513,0),(61040,112,513,0),(61041,113,513,0),(61042,114,513,0),(61043,115,513,0),(61044,116,513,0),(61045,117,513,0),(61046,118,513,0),(61047,119,513,0),(61048,1,514,0),(61049,2,514,0),(61050,3,514,0),(61051,4,514,0),(61052,5,514,0),(61053,6,514,0),(61054,7,514,0),(61055,8,514,0),(61056,9,514,0),(61057,10,514,0),(61058,11,514,0),(61059,12,514,0),(61060,13,514,0),(61061,14,514,0),(61062,15,514,0),(61063,16,514,0),(61064,17,514,0),(61065,18,514,0),(61066,19,514,0),(61067,20,514,0),(61068,21,514,0),(61069,22,514,0),(61070,23,514,0),(61071,24,514,0),(61072,25,514,0),(61073,26,514,0),(61074,27,514,0),(61075,28,514,0),(61076,29,514,0),(61077,30,514,0),(61078,31,514,0),(61079,32,514,0),(61080,33,514,0),(61081,34,514,0),(61082,35,514,0),(61083,36,514,0),(61084,37,514,0),(61085,38,514,0),(61086,39,514,0),(61087,40,514,0),(61088,41,514,0),(61089,42,514,0),(61090,43,514,0),(61091,44,514,0),(61092,45,514,0),(61093,46,514,0),(61094,47,514,0),(61095,48,514,0),(61096,49,514,0),(61097,50,514,0),(61098,51,514,0),(61099,52,514,0),(61100,53,514,0),(61101,54,514,0),(61102,55,514,0),(61103,56,514,0),(61104,57,514,0.225846119720734),(61105,58,514,0),(61106,59,514,0),(61107,60,514,0),(61108,61,514,0),(61109,62,514,0),(61110,63,514,0),(61111,64,514,0),(61112,65,514,0),(61113,66,514,0),(61114,67,514,0),(61115,68,514,0),(61116,69,514,0),(61117,70,514,0),(61118,71,514,0),(61119,72,514,0),(61120,73,514,0),(61121,74,514,0),(61122,75,514,0),(61123,76,514,0),(61124,77,514,0),(61125,78,514,0),(61126,79,514,0),(61127,80,514,0),(61128,81,514,0),(61129,82,514,0),(61130,83,514,0),(61131,84,514,0),(61132,85,514,0),(61133,86,514,0),(61134,87,514,0),(61135,88,514,0),(61136,89,514,0),(61137,90,514,0),(61138,91,514,0),(61139,92,514,0),(61140,93,514,0),(61141,94,514,0),(61142,95,514,0),(61143,96,514,0),(61144,97,514,0),(61145,98,514,0),(61146,99,514,0),(61147,100,514,0),(61148,101,514,0),(61149,102,514,0),(61150,103,514,0),(61151,104,514,0),(61152,105,514,0),(61153,106,514,0),(61154,107,514,0),(61155,108,514,0),(61156,109,514,0),(61157,110,514,0),(61158,111,514,0),(61159,112,514,0),(61160,113,514,0),(61161,114,514,0),(61162,115,514,0),(61163,116,514,0),(61164,117,514,0),(61165,118,514,0),(61166,119,514,0),(61167,1,515,0),(61168,2,515,0),(61169,3,515,0),(61170,4,515,0),(61171,5,515,0),(61172,6,515,0),(61173,7,515,0),(61174,8,515,0),(61175,9,515,0),(61176,10,515,0),(61177,11,515,0),(61178,12,515,0),(61179,13,515,0),(61180,14,515,0),(61181,15,515,0),(61182,16,515,0),(61183,17,515,0),(61184,18,515,0),(61185,19,515,0),(61186,20,515,0),(61187,21,515,0),(61188,22,515,0),(61189,23,515,0),(61190,24,515,0),(61191,25,515,0),(61192,26,515,0),(61193,27,515,0),(61194,28,515,0),(61195,29,515,0),(61196,30,515,0),(61197,31,515,0),(61198,32,515,0),(61199,33,515,0),(61200,34,515,0),(61201,35,515,0),(61202,36,515,0),(61203,37,515,0),(61204,38,515,0),(61205,39,515,0),(61206,40,515,0),(61207,41,515,0),(61208,42,515,0),(61209,43,515,0),(61210,44,515,0),(61211,45,515,0),(61212,46,515,0),(61213,47,515,0),(61214,48,515,0),(61215,49,515,0),(61216,50,515,0),(61217,51,515,0),(61218,52,515,0),(61219,53,515,0),(61220,54,515,0),(61221,55,515,0),(61222,56,515,0),(61223,57,515,0.208103885428712),(61224,58,515,0),(61225,59,515,0),(61226,60,515,0),(61227,61,515,0),(61228,62,515,0),(61229,63,515,0),(61230,64,515,0),(61231,65,515,0),(61232,66,515,0),(61233,67,515,0),(61234,68,515,0),(61235,69,515,0),(61236,70,515,0),(61237,71,515,0),(61238,72,515,0),(61239,73,515,0),(61240,74,515,0),(61241,75,515,0),(61242,76,515,0),(61243,77,515,0),(61244,78,515,0),(61245,79,515,0),(61246,80,515,0),(61247,81,515,0),(61248,82,515,0),(61249,83,515,0),(61250,84,515,0),(61251,85,515,0),(61252,86,515,0),(61253,87,515,0),(61254,88,515,0),(61255,89,515,0),(61256,90,515,0),(61257,91,515,0),(61258,92,515,0),(61259,93,515,0),(61260,94,515,0),(61261,95,515,0),(61262,96,515,0),(61263,97,515,0),(61264,98,515,0),(61265,99,515,0),(61266,100,515,0),(61267,101,515,0),(61268,102,515,0),(61269,103,515,0),(61270,104,515,0),(61271,105,515,0),(61272,106,515,0),(61273,107,515,0),(61274,108,515,0),(61275,109,515,0),(61276,110,515,0),(61277,111,515,0),(61278,112,515,0),(61279,113,515,0),(61280,114,515,0),(61281,115,515,0),(61282,116,515,0),(61283,117,515,0),(61284,118,515,0),(61285,119,515,0),(61286,1,516,0),(61287,2,516,0),(61288,3,516,0),(61289,4,516,0),(61290,5,516,0),(61291,6,516,0),(61292,7,516,0),(61293,8,516,0),(61294,9,516,0),(61295,10,516,0),(61296,11,516,0),(61297,12,516,0),(61298,13,516,0),(61299,14,516,0),(61300,15,516,0),(61301,16,516,0),(61302,17,516,0),(61303,18,516,0),(61304,19,516,0),(61305,20,516,0),(61306,21,516,0),(61307,22,516,0),(61308,23,516,0),(61309,24,516,0),(61310,25,516,0),(61311,26,516,0),(61312,27,516,0),(61313,28,516,0),(61314,29,516,0),(61315,30,516,0),(61316,31,516,0),(61317,32,516,0),(61318,33,516,0),(61319,34,516,0),(61320,35,516,0),(61321,36,516,0),(61322,37,516,0),(61323,38,516,0),(61324,39,516,0),(61325,40,516,0),(61326,41,516,0),(61327,42,516,0),(61328,43,516,0),(61329,44,516,0),(61330,45,516,0),(61331,46,516,0),(61332,47,516,0),(61333,48,516,0),(61334,49,516,0),(61335,50,516,0),(61336,51,516,0),(61337,52,516,0),(61338,53,516,0),(61339,54,516,0),(61340,55,516,0),(61341,56,516,0),(61342,57,516,0.00290864059111357),(61343,58,516,0),(61344,59,516,0),(61345,60,516,0),(61346,61,516,0),(61347,62,516,0),(61348,63,516,0),(61349,64,516,0),(61350,65,516,0),(61351,66,516,0),(61352,67,516,0),(61353,68,516,0),(61354,69,516,0),(61355,70,516,0),(61356,71,516,0),(61357,72,516,0),(61358,73,516,0),(61359,74,516,0),(61360,75,516,0),(61361,76,516,0),(61362,77,516,0),(61363,78,516,0),(61364,79,516,0),(61365,80,516,0),(61366,81,516,0),(61367,82,516,0),(61368,83,516,0),(61369,84,516,0),(61370,85,516,0),(61371,86,516,0),(61372,87,516,0),(61373,88,516,0),(61374,89,516,0),(61375,90,516,0),(61376,91,516,0),(61377,92,516,0),(61378,93,516,0),(61379,94,516,0),(61380,95,516,0),(61381,96,516,0),(61382,97,516,0),(61383,98,516,0),(61384,99,516,0),(61385,100,516,0),(61386,101,516,0),(61387,102,516,0),(61388,103,516,0),(61389,104,516,0),(61390,105,516,0),(61391,106,516,0),(61392,107,516,0),(61393,108,516,0),(61394,109,516,0),(61395,110,516,0),(61396,111,516,0),(61397,112,516,0),(61398,113,516,0),(61399,114,516,0),(61400,115,516,0),(61401,116,516,0),(61402,117,516,0),(61403,118,516,0),(61404,119,516,0),(61405,1,517,0),(61406,2,517,0),(61407,3,517,0),(61408,4,517,0),(61409,5,517,0),(61410,6,517,0),(61411,7,517,0),(61412,8,517,0),(61413,9,517,0),(61414,10,517,0),(61415,11,517,0),(61416,12,517,0),(61417,13,517,0),(61418,14,517,0),(61419,15,517,0),(61420,16,517,0),(61421,17,517,0),(61422,18,517,0),(61423,19,517,0),(61424,20,517,0),(61425,21,517,0),(61426,22,517,0),(61427,23,517,0),(61428,24,517,0),(61429,25,517,0),(61430,26,517,0),(61431,27,517,0),(61432,28,517,0),(61433,29,517,0),(61434,30,517,0),(61435,31,517,0),(61436,32,517,0),(61437,33,517,0),(61438,34,517,0),(61439,35,517,0),(61440,36,517,0),(61441,37,517,0),(61442,38,517,0),(61443,39,517,0),(61444,40,517,0),(61445,41,517,0),(61446,42,517,0),(61447,43,517,0),(61448,44,517,0),(61449,45,517,0),(61450,46,517,0),(61451,47,517,0),(61452,48,517,0),(61453,49,517,0),(61454,50,517,0),(61455,51,517,0),(61456,52,517,0),(61457,53,517,0),(61458,54,517,0),(61459,55,517,0),(61460,56,517,0),(61461,57,517,0.0382523605572283),(61462,58,517,0),(61463,59,517,0),(61464,60,517,0),(61465,61,517,0),(61466,62,517,0),(61467,63,517,0),(61468,64,517,0),(61469,65,517,0),(61470,66,517,0),(61471,67,517,0),(61472,68,517,0),(61473,69,517,0),(61474,70,517,0),(61475,71,517,0),(61476,72,517,0),(61477,73,517,0),(61478,74,517,0),(61479,75,517,0),(61480,76,517,0),(61481,77,517,0),(61482,78,517,0),(61483,79,517,0),(61484,80,517,0),(61485,81,517,0),(61486,82,517,0),(61487,83,517,0),(61488,84,517,0),(61489,85,517,0),(61490,86,517,0),(61491,87,517,0),(61492,88,517,0),(61493,89,517,0),(61494,90,517,0),(61495,91,517,0),(61496,92,517,0),(61497,93,517,0),(61498,94,517,0),(61499,95,517,0),(61500,96,517,0),(61501,97,517,0),(61502,98,517,0),(61503,99,517,0),(61504,100,517,0),(61505,101,517,0),(61506,102,517,0),(61507,103,517,0),(61508,104,517,0),(61509,105,517,0),(61510,106,517,0),(61511,107,517,0),(61512,108,517,0),(61513,109,517,0),(61514,110,517,0),(61515,111,517,0),(61516,112,517,0),(61517,113,517,0),(61518,114,517,0),(61519,115,517,0),(61520,116,517,0),(61521,117,517,0),(61522,118,517,0),(61523,119,517,0),(61524,1,518,0),(61525,2,518,0),(61526,3,518,0),(61527,4,518,0),(61528,5,518,0),(61529,6,518,0),(61530,7,518,0),(61531,8,518,0),(61532,9,518,0),(61533,10,518,0),(61534,11,518,0),(61535,12,518,0),(61536,13,518,0),(61537,14,518,0),(61538,15,518,0),(61539,16,518,0),(61540,17,518,0),(61541,18,518,0),(61542,19,518,0),(61543,20,518,0),(61544,21,518,0),(61545,22,518,0),(61546,23,518,0),(61547,24,518,0),(61548,25,518,0),(61549,26,518,0),(61550,27,518,0),(61551,28,518,0),(61552,29,518,0),(61553,30,518,0),(61554,31,518,0),(61555,32,518,0),(61556,33,518,0),(61557,34,518,0),(61558,35,518,0),(61559,36,518,0),(61560,37,518,0),(61561,38,518,0),(61562,39,518,0),(61563,40,518,0),(61564,41,518,0),(61565,42,518,0),(61566,43,518,0),(61567,44,518,0),(61568,45,518,0),(61569,46,518,0),(61570,47,518,0),(61571,48,518,0),(61572,49,518,0),(61573,50,518,0),(61574,51,518,0),(61575,52,518,0),(61576,53,518,0),(61577,54,518,0),(61578,55,518,0),(61579,56,518,0),(61580,57,518,0.134332371885454),(61581,58,518,0),(61582,59,518,0),(61583,60,518,0),(61584,61,518,0),(61585,62,518,0),(61586,63,518,0),(61587,64,518,0),(61588,65,518,0),(61589,66,518,0),(61590,67,518,0),(61591,68,518,0),(61592,69,518,0),(61593,70,518,0),(61594,71,518,0),(61595,72,518,0),(61596,73,518,0),(61597,74,518,0),(61598,75,518,0),(61599,76,518,0),(61600,77,518,0),(61601,78,518,0),(61602,79,518,0),(61603,80,518,0),(61604,81,518,0),(61605,82,518,0),(61606,83,518,0),(61607,84,518,0),(61608,85,518,0),(61609,86,518,0),(61610,87,518,0),(61611,88,518,0),(61612,89,518,0),(61613,90,518,0),(61614,91,518,0),(61615,92,518,0),(61616,93,518,0),(61617,94,518,0),(61618,95,518,0),(61619,96,518,0),(61620,97,518,0),(61621,98,518,0),(61622,99,518,0),(61623,100,518,0),(61624,101,518,0),(61625,102,518,0),(61626,103,518,0),(61627,104,518,0),(61628,105,518,0),(61629,106,518,0),(61630,107,518,0),(61631,108,518,0),(61632,109,518,0),(61633,110,518,0),(61634,111,518,0),(61635,112,518,0),(61636,113,518,0),(61637,114,518,0),(61638,115,518,0),(61639,116,518,0),(61640,117,518,0),(61641,118,518,0),(61642,119,518,0),(61643,1,519,0),(61644,2,519,0),(61645,3,519,0),(61646,4,519,0),(61647,5,519,0),(61648,6,519,0),(61649,7,519,0),(61650,8,519,0),(61651,9,519,0),(61652,10,519,0),(61653,11,519,0),(61654,12,519,0),(61655,13,519,0),(61656,14,519,0),(61657,15,519,0),(61658,16,519,0),(61659,17,519,0),(61660,18,519,0),(61661,19,519,0),(61662,20,519,0),(61663,21,519,0),(61664,22,519,0),(61665,23,519,0),(61666,24,519,0),(61667,25,519,0),(61668,26,519,0),(61669,27,519,0),(61670,28,519,0),(61671,29,519,0),(61672,30,519,0),(61673,31,519,0),(61674,32,519,0),(61675,33,519,0),(61676,34,519,0),(61677,35,519,0),(61678,36,519,0),(61679,37,519,0),(61680,38,519,0),(61681,39,519,0),(61682,40,519,0),(61683,41,519,0),(61684,42,519,0),(61685,43,519,0),(61686,44,519,0),(61687,45,519,0),(61688,46,519,0),(61689,47,519,0),(61690,48,519,0),(61691,49,519,0),(61692,50,519,0),(61693,51,519,0),(61694,52,519,0),(61695,53,519,0),(61696,54,519,0),(61697,55,519,0),(61698,56,519,0),(61699,57,519,0.1290208647828),(61700,58,519,0),(61701,59,519,0),(61702,60,519,0),(61703,61,519,0),(61704,62,519,0),(61705,63,519,0),(61706,64,519,0),(61707,65,519,0),(61708,66,519,0),(61709,67,519,0),(61710,68,519,0),(61711,69,519,0),(61712,70,519,0),(61713,71,519,0),(61714,72,519,0),(61715,73,519,0),(61716,74,519,0),(61717,75,519,0),(61718,76,519,0),(61719,77,519,0),(61720,78,519,0),(61721,79,519,0),(61722,80,519,0),(61723,81,519,0),(61724,82,519,0),(61725,83,519,0),(61726,84,519,0),(61727,85,519,0),(61728,86,519,0),(61729,87,519,0),(61730,88,519,0),(61731,89,519,0),(61732,90,519,0),(61733,91,519,0),(61734,92,519,0),(61735,93,519,0),(61736,94,519,0),(61737,95,519,0),(61738,96,519,0),(61739,97,519,0),(61740,98,519,0),(61741,99,519,0),(61742,100,519,0),(61743,101,519,0),(61744,102,519,0),(61745,103,519,0),(61746,104,519,0),(61747,105,519,0),(61748,106,519,0),(61749,107,519,0),(61750,108,519,0),(61751,109,519,0),(61752,110,519,0),(61753,111,519,0),(61754,112,519,0),(61755,113,519,0),(61756,114,519,0),(61757,115,519,0),(61758,116,519,0),(61759,117,519,0),(61760,118,519,0),(61761,119,519,0),(61762,1,520,0),(61763,2,520,0),(61764,3,520,0),(61765,4,520,0),(61766,5,520,0),(61767,6,520,0),(61768,7,520,0),(61769,8,520,0),(61770,9,520,0),(61771,10,520,0),(61772,11,520,0),(61773,12,520,0),(61774,13,520,0),(61775,14,520,0),(61776,15,520,0),(61777,16,520,0),(61778,17,520,0),(61779,18,520,0),(61780,19,520,0),(61781,20,520,0),(61782,21,520,0),(61783,22,520,0),(61784,23,520,0),(61785,24,520,0),(61786,25,520,0),(61787,26,520,0),(61788,27,520,0),(61789,28,520,0),(61790,29,520,0),(61791,30,520,0),(61792,31,520,0),(61793,32,520,0),(61794,33,520,0),(61795,34,520,0),(61796,35,520,0),(61797,36,520,0),(61798,37,520,0),(61799,38,520,0),(61800,39,520,0),(61801,40,520,0),(61802,41,520,0),(61803,42,520,0),(61804,43,520,0),(61805,44,520,0),(61806,45,520,0),(61807,46,520,0),(61808,47,520,0),(61809,48,520,0),(61810,49,520,0),(61811,50,520,0),(61812,51,520,0),(61813,52,520,0),(61814,53,520,0),(61815,54,520,0),(61816,55,520,0),(61817,56,520,0),(61818,57,520,0.0679946310836313),(61819,58,520,0),(61820,59,520,0),(61821,60,520,0),(61822,61,520,0),(61823,62,520,0),(61824,63,520,0),(61825,64,520,0),(61826,65,520,0),(61827,66,520,0),(61828,67,520,0),(61829,68,520,0),(61830,69,520,0),(61831,70,520,0),(61832,71,520,0),(61833,72,520,0),(61834,73,520,0),(61835,74,520,0),(61836,75,520,0),(61837,76,520,0),(61838,77,520,0),(61839,78,520,0),(61840,79,520,0),(61841,80,520,0),(61842,81,520,0),(61843,82,520,0),(61844,83,520,0),(61845,84,520,0),(61846,85,520,0),(61847,86,520,0),(61848,87,520,0),(61849,88,520,0),(61850,89,520,0),(61851,90,520,0),(61852,91,520,0),(61853,92,520,0),(61854,93,520,0),(61855,94,520,0),(61856,95,520,0),(61857,96,520,0),(61858,97,520,0),(61859,98,520,0),(61860,99,520,0),(61861,100,520,0),(61862,101,520,0),(61863,102,520,0),(61864,103,520,0),(61865,104,520,0),(61866,105,520,0),(61867,106,520,0),(61868,107,520,0),(61869,108,520,0),(61870,109,520,0),(61871,110,520,0),(61872,111,520,0),(61873,112,520,0),(61874,113,520,0),(61875,114,520,0),(61876,115,520,0),(61877,116,520,0),(61878,117,520,0),(61879,118,520,0),(61880,119,520,0),(61881,1,521,0),(61882,2,521,0),(61883,3,521,0),(61884,4,521,0),(61885,5,521,0),(61886,6,521,0),(61887,7,521,0),(61888,8,521,0),(61889,9,521,0),(61890,10,521,0),(61891,11,521,0),(61892,12,521,0),(61893,13,521,0),(61894,14,521,0),(61895,15,521,0),(61896,16,521,0),(61897,17,521,0),(61898,18,521,0),(61899,19,521,0),(61900,20,521,0),(61901,21,521,0),(61902,22,521,0),(61903,23,521,0),(61904,24,521,0),(61905,25,521,0),(61906,26,521,0),(61907,27,521,0),(61908,28,521,0),(61909,29,521,0),(61910,30,521,0),(61911,31,521,0),(61912,32,521,0),(61913,33,521,0),(61914,34,521,0),(61915,35,521,0),(61916,36,521,0),(61917,37,521,0),(61918,38,521,0),(61919,39,521,0),(61920,40,521,0),(61921,41,521,0),(61922,42,521,0),(61923,43,521,0),(61924,44,521,0),(61925,45,521,0),(61926,46,521,0),(61927,47,521,0),(61928,48,521,0),(61929,49,521,0),(61930,50,521,0),(61931,51,521,0),(61932,52,521,0),(61933,53,521,0),(61934,54,521,0),(61935,55,521,0),(61936,56,521,0),(61937,57,521,0.200376746870296),(61938,58,521,0),(61939,59,521,0),(61940,60,521,0),(61941,61,521,0),(61942,62,521,0),(61943,63,521,0),(61944,64,521,0),(61945,65,521,0),(61946,66,521,0),(61947,67,521,0),(61948,68,521,0),(61949,69,521,0),(61950,70,521,0),(61951,71,521,0),(61952,72,521,0),(61953,73,521,0),(61954,74,521,0),(61955,75,521,0),(61956,76,521,0),(61957,77,521,0),(61958,78,521,0),(61959,79,521,0),(61960,80,521,0),(61961,81,521,0),(61962,82,521,0),(61963,83,521,0),(61964,84,521,0),(61965,85,521,0),(61966,86,521,0),(61967,87,521,0),(61968,88,521,0),(61969,89,521,0),(61970,90,521,0),(61971,91,521,0),(61972,92,521,0),(61973,93,521,0),(61974,94,521,0),(61975,95,521,0),(61976,96,521,0),(61977,97,521,0),(61978,98,521,0),(61979,99,521,0),(61980,100,521,0),(61981,101,521,0),(61982,102,521,0),(61983,103,521,0),(61984,104,521,0),(61985,105,521,0),(61986,106,521,0),(61987,107,521,0),(61988,108,521,0),(61989,109,521,0),(61990,110,521,0),(61991,111,521,0),(61992,112,521,0),(61993,113,521,0),(61994,114,521,0),(61995,115,521,0),(61996,116,521,0),(61997,117,521,0),(61998,118,521,0),(61999,119,521,0),(62000,1,522,0),(62001,2,522,0),(62002,3,522,0),(62003,4,522,0),(62004,5,522,0),(62005,6,522,0),(62006,7,522,0),(62007,8,522,0),(62008,9,522,0),(62009,10,522,0),(62010,11,522,0),(62011,12,522,0),(62012,13,522,0),(62013,14,522,0),(62014,15,522,0),(62015,16,522,0),(62016,17,522,0),(62017,18,522,0),(62018,19,522,0),(62019,20,522,0),(62020,21,522,0),(62021,22,522,0),(62022,23,522,0),(62023,24,522,0),(62024,25,522,0),(62025,26,522,0),(62026,27,522,0),(62027,28,522,0),(62028,29,522,0),(62029,30,522,0),(62030,31,522,0),(62031,32,522,0),(62032,33,522,0),(62033,34,522,0),(62034,35,522,0),(62035,36,522,0),(62036,37,522,0),(62037,38,522,0),(62038,39,522,0),(62039,40,522,0),(62040,41,522,0),(62041,42,522,0),(62042,43,522,0),(62043,44,522,0),(62044,45,522,0),(62045,46,522,0),(62046,47,522,0),(62047,48,522,0),(62048,49,522,0),(62049,50,522,0),(62050,51,522,0),(62051,52,522,0),(62052,53,522,0),(62053,54,522,0),(62054,55,522,0),(62055,56,522,0),(62056,57,522,0.119574469825487),(62057,58,522,0),(62058,59,522,0),(62059,60,522,0),(62060,61,522,0),(62061,62,522,0),(62062,63,522,0),(62063,64,522,0),(62064,65,522,0),(62065,66,522,0),(62066,67,522,0),(62067,68,522,0),(62068,69,522,0),(62069,70,522,0),(62070,71,522,0),(62071,72,522,0),(62072,73,522,0),(62073,74,522,0),(62074,75,522,0),(62075,76,522,0),(62076,77,522,0),(62077,78,522,0),(62078,79,522,0),(62079,80,522,0),(62080,81,522,0),(62081,82,522,0),(62082,83,522,0),(62083,84,522,0),(62084,85,522,0),(62085,86,522,0),(62086,87,522,0),(62087,88,522,0),(62088,89,522,0),(62089,90,522,0),(62090,91,522,0),(62091,92,522,0),(62092,93,522,0),(62093,94,522,0),(62094,95,522,0),(62095,96,522,0),(62096,97,522,0),(62097,98,522,0),(62098,99,522,0),(62099,100,522,0),(62100,101,522,0),(62101,102,522,0),(62102,103,522,0),(62103,104,522,0),(62104,105,522,0),(62105,106,522,0),(62106,107,522,0),(62107,108,522,0),(62108,109,522,0),(62109,110,522,0),(62110,111,522,0),(62111,112,522,0),(62112,113,522,0),(62113,114,522,0),(62114,115,522,0),(62115,116,522,0),(62116,117,522,0),(62117,118,522,0),(62118,119,522,0),(62119,1,523,0),(62120,2,523,0),(62121,3,523,0),(62122,4,523,0),(62123,5,523,0),(62124,6,523,0),(62125,7,523,0),(62126,8,523,0),(62127,9,523,0),(62128,10,523,0),(62129,11,523,0),(62130,12,523,0),(62131,13,523,0),(62132,14,523,0),(62133,15,523,0),(62134,16,523,0),(62135,17,523,0),(62136,18,523,0),(62137,19,523,0),(62138,20,523,0),(62139,21,523,0),(62140,22,523,0),(62141,23,523,0),(62142,24,523,0),(62143,25,523,0),(62144,26,523,0),(62145,27,523,0),(62146,28,523,0),(62147,29,523,0),(62148,30,523,0),(62149,31,523,0),(62150,32,523,0),(62151,33,523,0),(62152,34,523,0),(62153,35,523,0),(62154,36,523,0),(62155,37,523,0),(62156,38,523,0),(62157,39,523,0),(62158,40,523,0),(62159,41,523,0),(62160,42,523,0),(62161,43,523,0),(62162,44,523,0),(62163,45,523,0),(62164,46,523,0),(62165,47,523,0),(62166,48,523,0),(62167,49,523,0),(62168,50,523,0),(62169,51,523,0),(62170,52,523,0),(62171,53,523,0),(62172,54,523,0),(62173,55,523,0),(62174,56,523,0),(62175,57,523,0.18764701263469),(62176,58,523,0),(62177,59,523,0),(62178,60,523,0),(62179,61,523,0),(62180,62,523,0),(62181,63,523,0),(62182,64,523,0),(62183,65,523,0),(62184,66,523,0),(62185,67,523,0),(62186,68,523,0),(62187,69,523,0),(62188,70,523,0),(62189,71,523,0),(62190,72,523,0),(62191,73,523,0),(62192,74,523,0),(62193,75,523,0),(62194,76,523,0),(62195,77,523,0),(62196,78,523,0),(62197,79,523,0),(62198,80,523,0),(62199,81,523,0),(62200,82,523,0),(62201,83,523,0),(62202,84,523,0),(62203,85,523,0),(62204,86,523,0),(62205,87,523,0),(62206,88,523,0),(62207,89,523,0),(62208,90,523,0),(62209,91,523,0),(62210,92,523,0),(62211,93,523,0),(62212,94,523,0),(62213,95,523,0),(62214,96,523,0),(62215,97,523,0),(62216,98,523,0),(62217,99,523,0),(62218,100,523,0),(62219,101,523,0),(62220,102,523,0),(62221,103,523,0),(62222,104,523,0),(62223,105,523,0),(62224,106,523,0),(62225,107,523,0),(62226,108,523,0),(62227,109,523,0),(62228,110,523,0),(62229,111,523,0),(62230,112,523,0),(62231,113,523,0),(62232,114,523,0),(62233,115,523,0),(62234,116,523,0),(62235,117,523,0),(62236,118,523,0),(62237,119,523,0),(62238,1,524,0),(62239,2,524,0),(62240,3,524,0),(62241,4,524,0),(62242,5,524,0),(62243,6,524,0),(62244,7,524,0),(62245,8,524,0),(62246,9,524,0),(62247,10,524,0),(62248,11,524,0),(62249,12,524,0),(62250,13,524,0),(62251,14,524,0),(62252,15,524,0),(62253,16,524,0),(62254,17,524,0),(62255,18,524,0),(62256,19,524,0),(62257,20,524,0),(62258,21,524,0),(62259,22,524,0),(62260,23,524,0),(62261,24,524,0),(62262,25,524,0),(62263,26,524,0),(62264,27,524,0),(62265,28,524,0),(62266,29,524,0),(62267,30,524,0),(62268,31,524,0),(62269,32,524,0),(62270,33,524,0),(62271,34,524,0),(62272,35,524,0),(62273,36,524,0),(62274,37,524,0),(62275,38,524,0),(62276,39,524,0),(62277,40,524,0),(62278,41,524,0),(62279,42,524,0),(62280,43,524,0),(62281,44,524,0),(62282,45,524,0),(62283,46,524,0),(62284,47,524,0),(62285,48,524,0),(62286,49,524,0),(62287,50,524,0),(62288,51,524,0),(62289,52,524,0),(62290,53,524,0),(62291,54,524,0),(62292,55,524,0),(62293,56,524,0),(62294,57,524,0.122801542360415),(62295,58,524,0),(62296,59,524,0),(62297,60,524,0),(62298,61,524,0),(62299,62,524,0),(62300,63,524,0),(62301,64,524,0),(62302,65,524,0),(62303,66,524,0),(62304,67,524,0),(62305,68,524,0),(62306,69,524,0),(62307,70,524,0),(62308,71,524,0),(62309,72,524,0),(62310,73,524,0),(62311,74,524,0),(62312,75,524,0),(62313,76,524,0),(62314,77,524,0),(62315,78,524,0),(62316,79,524,0),(62317,80,524,0),(62318,81,524,0),(62319,82,524,0),(62320,83,524,0),(62321,84,524,0),(62322,85,524,0),(62323,86,524,0),(62324,87,524,0),(62325,88,524,0),(62326,89,524,0),(62327,90,524,0),(62328,91,524,0),(62329,92,524,0),(62330,93,524,0),(62331,94,524,0),(62332,95,524,0),(62333,96,524,0),(62334,97,524,0),(62335,98,524,0),(62336,99,524,0),(62337,100,524,0),(62338,101,524,0),(62339,102,524,0),(62340,103,524,0),(62341,104,524,0),(62342,105,524,0),(62343,106,524,0),(62344,107,524,0),(62345,108,524,0),(62346,109,524,0),(62347,110,524,0),(62348,111,524,0),(62349,112,524,0),(62350,113,524,0),(62351,114,524,0),(62352,115,524,0),(62353,116,524,0),(62354,117,524,0),(62355,118,524,0),(62356,119,524,0),(62357,1,525,0),(62358,2,525,0),(62359,3,525,0),(62360,4,525,0),(62361,5,525,0),(62362,6,525,0),(62363,7,525,0),(62364,8,525,0),(62365,9,525,0),(62366,10,525,0),(62367,11,525,0),(62368,12,525,0),(62369,13,525,0),(62370,14,525,0),(62371,15,525,0),(62372,16,525,0),(62373,17,525,0),(62374,18,525,0),(62375,19,525,0),(62376,20,525,0),(62377,21,525,0),(62378,22,525,0),(62379,23,525,0),(62380,24,525,0),(62381,25,525,0),(62382,26,525,0),(62383,27,525,0),(62384,28,525,0),(62385,29,525,0),(62386,30,525,0),(62387,31,525,0),(62388,32,525,0),(62389,33,525,0),(62390,34,525,0),(62391,35,525,0),(62392,36,525,0),(62393,37,525,0),(62394,38,525,0),(62395,39,525,0),(62396,40,525,0),(62397,41,525,0),(62398,42,525,0),(62399,43,525,0),(62400,44,525,0),(62401,45,525,0),(62402,46,525,0),(62403,47,525,0),(62404,48,525,0),(62405,49,525,0),(62406,50,525,0),(62407,51,525,0),(62408,52,525,0),(62409,53,525,0),(62410,54,525,0),(62411,55,525,0),(62412,56,525,0),(62413,57,525,0),(62414,58,525,0.5),(62415,59,525,0),(62416,60,525,0),(62417,61,525,0),(62418,62,525,0),(62419,63,525,0),(62420,64,525,0),(62421,65,525,0),(62422,66,525,0),(62423,67,525,0),(62424,68,525,0),(62425,69,525,0),(62426,70,525,0),(62427,71,525,0),(62428,72,525,0),(62429,73,525,0),(62430,74,525,0),(62431,75,525,0),(62432,76,525,0),(62433,77,525,0),(62434,78,525,0),(62435,79,525,0),(62436,80,525,0),(62437,81,525,0),(62438,82,525,0),(62439,83,525,0),(62440,84,525,0),(62441,85,525,0),(62442,86,525,0),(62443,87,525,0),(62444,88,525,0),(62445,89,525,0),(62446,90,525,0),(62447,91,525,0),(62448,92,525,0),(62449,93,525,0),(62450,94,525,0),(62451,95,525,0),(62452,96,525,0),(62453,97,525,0),(62454,98,525,0),(62455,99,525,0),(62456,100,525,0),(62457,101,525,0),(62458,102,525,0),(62459,103,525,0),(62460,104,525,0),(62461,105,525,0),(62462,106,525,0),(62463,107,525,0),(62464,108,525,0),(62465,109,525,0),(62466,110,525,0),(62467,111,525,0),(62468,112,525,0),(62469,113,525,0),(62470,114,525,0),(62471,115,525,0),(62472,116,525,0),(62473,117,525,0),(62474,118,525,0),(62475,119,525,0),(62476,1,526,0),(62477,2,526,0),(62478,3,526,0),(62479,4,526,0),(62480,5,526,0),(62481,6,526,0),(62482,7,526,0),(62483,8,526,0),(62484,9,526,0),(62485,10,526,0),(62486,11,526,0),(62487,12,526,0),(62488,13,526,0),(62489,14,526,0),(62490,15,526,0),(62491,16,526,0),(62492,17,526,0),(62493,18,526,0),(62494,19,526,0),(62495,20,526,0),(62496,21,526,0),(62497,22,526,0),(62498,23,526,0),(62499,24,526,0),(62500,25,526,0),(62501,26,526,0),(62502,27,526,0),(62503,28,526,0),(62504,29,526,0),(62505,30,526,0),(62506,31,526,0),(62507,32,526,0),(62508,33,526,0),(62509,34,526,0),(62510,35,526,0),(62511,36,526,0),(62512,37,526,0),(62513,38,526,0),(62514,39,526,0),(62515,40,526,0),(62516,41,526,0),(62517,42,526,0),(62518,43,526,0),(62519,44,526,0),(62520,45,526,0),(62521,46,526,0),(62522,47,526,0),(62523,48,526,0),(62524,49,526,0),(62525,50,526,0),(62526,51,526,0),(62527,52,526,0),(62528,53,526,0),(62529,54,526,0),(62530,55,526,0),(62531,56,526,0),(62532,57,526,0),(62533,58,526,0.8),(62534,59,526,0),(62535,60,526,0),(62536,61,526,0),(62537,62,526,0),(62538,63,526,0),(62539,64,526,0),(62540,65,526,0),(62541,66,526,0),(62542,67,526,0),(62543,68,526,0),(62544,69,526,0),(62545,70,526,0),(62546,71,526,0),(62547,72,526,0),(62548,73,526,0),(62549,74,526,0),(62550,75,526,0),(62551,76,526,0),(62552,77,526,0),(62553,78,526,0),(62554,79,526,0),(62555,80,526,0),(62556,81,526,0),(62557,82,526,0),(62558,83,526,0),(62559,84,526,0),(62560,85,526,0),(62561,86,526,0),(62562,87,526,0),(62563,88,526,0),(62564,89,526,0),(62565,90,526,0),(62566,91,526,0),(62567,92,526,0),(62568,93,526,0),(62569,94,526,0),(62570,95,526,0),(62571,96,526,0),(62572,97,526,0),(62573,98,526,0),(62574,99,526,0),(62575,100,526,0),(62576,101,526,0),(62577,102,526,0),(62578,103,526,0),(62579,104,526,0),(62580,105,526,0),(62581,106,526,0),(62582,107,526,0),(62583,108,526,0),(62584,109,526,0),(62585,110,526,0),(62586,111,526,0),(62587,112,526,0),(62588,113,526,0),(62589,114,526,0),(62590,115,526,0),(62591,116,526,0),(62592,117,526,0),(62593,118,526,0),(62594,119,526,0),(62595,1,527,0),(62596,2,527,0),(62597,3,527,0),(62598,4,527,0),(62599,5,527,0),(62600,6,527,0),(62601,7,527,0),(62602,8,527,0),(62603,9,527,0),(62604,10,527,0),(62605,11,527,0),(62606,12,527,0),(62607,13,527,0),(62608,14,527,0),(62609,15,527,0),(62610,16,527,0),(62611,17,527,0),(62612,18,527,0),(62613,19,527,0),(62614,20,527,0),(62615,21,527,0),(62616,22,527,0),(62617,23,527,0),(62618,24,527,0),(62619,25,527,0),(62620,26,527,0),(62621,27,527,0),(62622,28,527,0),(62623,29,527,0),(62624,30,527,0),(62625,31,527,0),(62626,32,527,0),(62627,33,527,0),(62628,34,527,0),(62629,35,527,0),(62630,36,527,0),(62631,37,527,0),(62632,38,527,0),(62633,39,527,0),(62634,40,527,0),(62635,41,527,0),(62636,42,527,0),(62637,43,527,0),(62638,44,527,0),(62639,45,527,0),(62640,46,527,0),(62641,47,527,0),(62642,48,527,0),(62643,49,527,0),(62644,50,527,0),(62645,51,527,0),(62646,52,527,0),(62647,53,527,0),(62648,54,527,0),(62649,55,527,0),(62650,56,527,0),(62651,57,527,0),(62652,58,527,1),(62653,59,527,0),(62654,60,527,0),(62655,61,527,0),(62656,62,527,0),(62657,63,527,0),(62658,64,527,0),(62659,65,527,0),(62660,66,527,0),(62661,67,527,0),(62662,68,527,0),(62663,69,527,0),(62664,70,527,0),(62665,71,527,0),(62666,72,527,0),(62667,73,527,0),(62668,74,527,0),(62669,75,527,0),(62670,76,527,0),(62671,77,527,0),(62672,78,527,0),(62673,79,527,0),(62674,80,527,0),(62675,81,527,0),(62676,82,527,0),(62677,83,527,0),(62678,84,527,0),(62679,85,527,0),(62680,86,527,0),(62681,87,527,0),(62682,88,527,0),(62683,89,527,0),(62684,90,527,0),(62685,91,527,0),(62686,92,527,0),(62687,93,527,0),(62688,94,527,0),(62689,95,527,0),(62690,96,527,0),(62691,97,527,0),(62692,98,527,0),(62693,99,527,0),(62694,100,527,0),(62695,101,527,0),(62696,102,527,0),(62697,103,527,0),(62698,104,527,0),(62699,105,527,0),(62700,106,527,0),(62701,107,527,0),(62702,108,527,0),(62703,109,527,0),(62704,110,527,0),(62705,111,527,0),(62706,112,527,0),(62707,113,527,0),(62708,114,527,0),(62709,115,527,0),(62710,116,527,0),(62711,117,527,0),(62712,118,527,0),(62713,119,527,0),(62714,1,528,0),(62715,2,528,0),(62716,3,528,0),(62717,4,528,0),(62718,5,528,0),(62719,6,528,0),(62720,7,528,0),(62721,8,528,0),(62722,9,528,0),(62723,10,528,0),(62724,11,528,0),(62725,12,528,0),(62726,13,528,0),(62727,14,528,0),(62728,15,528,0),(62729,16,528,0),(62730,17,528,0),(62731,18,528,0),(62732,19,528,0),(62733,20,528,0),(62734,21,528,0),(62735,22,528,0),(62736,23,528,0),(62737,24,528,0),(62738,25,528,0),(62739,26,528,0),(62740,27,528,0),(62741,28,528,0),(62742,29,528,0),(62743,30,528,0),(62744,31,528,0),(62745,32,528,0),(62746,33,528,0),(62747,34,528,0),(62748,35,528,0),(62749,36,528,0),(62750,37,528,0),(62751,38,528,0),(62752,39,528,0),(62753,40,528,0),(62754,41,528,0),(62755,42,528,0),(62756,43,528,0),(62757,44,528,0),(62758,45,528,0),(62759,46,528,0),(62760,47,528,0),(62761,48,528,0),(62762,49,528,0),(62763,50,528,0),(62764,51,528,0),(62765,52,528,0),(62766,53,528,0),(62767,54,528,0),(62768,55,528,0),(62769,56,528,0),(62770,57,528,0),(62771,58,528,0),(62772,59,528,0.5),(62773,60,528,0),(62774,61,528,0),(62775,62,528,0),(62776,63,528,0),(62777,64,528,0),(62778,65,528,0),(62779,66,528,0),(62780,67,528,0),(62781,68,528,0),(62782,69,528,0),(62783,70,528,0),(62784,71,528,0),(62785,72,528,0),(62786,73,528,0),(62787,74,528,0),(62788,75,528,0),(62789,76,528,0),(62790,77,528,0),(62791,78,528,0),(62792,79,528,0),(62793,80,528,0),(62794,81,528,0),(62795,82,528,0),(62796,83,528,0),(62797,84,528,0),(62798,85,528,0),(62799,86,528,0),(62800,87,528,0),(62801,88,528,0),(62802,89,528,0),(62803,90,528,0),(62804,91,528,0),(62805,92,528,0),(62806,93,528,0),(62807,94,528,0),(62808,95,528,0),(62809,96,528,0),(62810,97,528,0),(62811,98,528,0),(62812,99,528,0),(62813,100,528,0),(62814,101,528,0),(62815,102,528,0),(62816,103,528,0),(62817,104,528,0),(62818,105,528,0),(62819,106,528,0),(62820,107,528,0),(62821,108,528,0),(62822,109,528,0),(62823,110,528,0),(62824,111,528,0),(62825,112,528,0),(62826,113,528,0),(62827,114,528,0),(62828,115,528,0),(62829,116,528,0),(62830,117,528,0),(62831,118,528,0),(62832,119,528,0),(62833,1,529,0),(62834,2,529,0),(62835,3,529,0),(62836,4,529,0),(62837,5,529,0),(62838,6,529,0),(62839,7,529,0),(62840,8,529,0),(62841,9,529,0),(62842,10,529,0),(62843,11,529,0),(62844,12,529,0),(62845,13,529,0),(62846,14,529,0),(62847,15,529,0),(62848,16,529,0),(62849,17,529,0),(62850,18,529,0),(62851,19,529,0),(62852,20,529,0),(62853,21,529,0),(62854,22,529,0),(62855,23,529,0),(62856,24,529,0),(62857,25,529,0),(62858,26,529,0),(62859,27,529,0),(62860,28,529,0),(62861,29,529,0),(62862,30,529,0),(62863,31,529,0),(62864,32,529,0),(62865,33,529,0),(62866,34,529,0),(62867,35,529,0),(62868,36,529,0),(62869,37,529,0),(62870,38,529,0),(62871,39,529,0),(62872,40,529,0),(62873,41,529,0),(62874,42,529,0),(62875,43,529,0),(62876,44,529,0),(62877,45,529,0),(62878,46,529,0),(62879,47,529,0),(62880,48,529,0),(62881,49,529,0),(62882,50,529,0),(62883,51,529,0),(62884,52,529,0),(62885,53,529,0),(62886,54,529,0),(62887,55,529,0),(62888,56,529,0),(62889,57,529,0),(62890,58,529,0),(62891,59,529,0.316140422145814),(62892,60,529,0),(62893,61,529,0),(62894,62,529,0),(62895,63,529,0),(62896,64,529,0),(62897,65,529,0),(62898,66,529,0),(62899,67,529,0),(62900,68,529,0),(62901,69,529,0),(62902,70,529,0),(62903,71,529,0),(62904,72,529,0),(62905,73,529,0),(62906,74,529,0),(62907,75,529,0),(62908,76,529,0),(62909,77,529,0),(62910,78,529,0),(62911,79,529,0),(62912,80,529,0),(62913,81,529,0),(62914,82,529,0),(62915,83,529,0),(62916,84,529,0),(62917,85,529,0),(62918,86,529,0),(62919,87,529,0),(62920,88,529,0),(62921,89,529,0),(62922,90,529,0),(62923,91,529,0),(62924,92,529,0),(62925,93,529,0),(62926,94,529,0),(62927,95,529,0),(62928,96,529,0),(62929,97,529,0),(62930,98,529,0),(62931,99,529,0),(62932,100,529,0),(62933,101,529,0),(62934,102,529,0),(62935,103,529,0),(62936,104,529,0),(62937,105,529,0),(62938,106,529,0),(62939,107,529,0),(62940,108,529,0),(62941,109,529,0),(62942,110,529,0),(62943,111,529,0),(62944,112,529,0),(62945,113,529,0),(62946,114,529,0),(62947,115,529,0),(62948,116,529,0),(62949,117,529,0),(62950,118,529,0),(62951,119,529,0),(62952,1,530,0),(62953,2,530,0),(62954,3,530,0),(62955,4,530,0),(62956,5,530,0),(62957,6,530,0),(62958,7,530,0),(62959,8,530,0),(62960,9,530,0),(62961,10,530,0),(62962,11,530,0),(62963,12,530,0),(62964,13,530,0),(62965,14,530,0),(62966,15,530,0),(62967,16,530,0),(62968,17,530,0),(62969,18,530,0),(62970,19,530,0),(62971,20,530,0),(62972,21,530,0),(62973,22,530,0),(62974,23,530,0),(62975,24,530,0),(62976,25,530,0),(62977,26,530,0),(62978,27,530,0),(62979,28,530,0),(62980,29,530,0),(62981,30,530,0),(62982,31,530,0),(62983,32,530,0),(62984,33,530,0),(62985,34,530,0),(62986,35,530,0),(62987,36,530,0),(62988,37,530,0),(62989,38,530,0),(62990,39,530,0),(62991,40,530,0),(62992,41,530,0),(62993,42,530,0),(62994,43,530,0),(62995,44,530,0),(62996,45,530,0),(62997,46,530,0),(62998,47,530,0),(62999,48,530,0),(63000,49,530,0),(63001,50,530,0),(63002,51,530,0),(63003,52,530,0),(63004,53,530,0),(63005,54,530,0),(63006,55,530,0),(63007,56,530,0),(63008,57,530,0),(63009,58,530,0),(63010,59,530,0.483859577854186),(63011,60,530,0),(63012,61,530,0),(63013,62,530,0),(63014,63,530,0),(63015,64,530,0),(63016,65,530,0),(63017,66,530,0),(63018,67,530,0),(63019,68,530,0),(63020,69,530,0),(63021,70,530,0),(63022,71,530,0),(63023,72,530,0),(63024,73,530,0),(63025,74,530,0),(63026,75,530,0),(63027,76,530,0),(63028,77,530,0),(63029,78,530,0),(63030,79,530,0),(63031,80,530,0),(63032,81,530,0),(63033,82,530,0),(63034,83,530,0),(63035,84,530,0),(63036,85,530,0),(63037,86,530,0),(63038,87,530,0),(63039,88,530,0),(63040,89,530,0),(63041,90,530,0),(63042,91,530,0),(63043,92,530,0),(63044,93,530,0),(63045,94,530,0),(63046,95,530,0),(63047,96,530,0),(63048,97,530,0),(63049,98,530,0),(63050,99,530,0),(63051,100,530,0),(63052,101,530,0),(63053,102,530,0),(63054,103,530,0),(63055,104,530,0),(63056,105,530,0),(63057,106,530,0),(63058,107,530,0),(63059,108,530,0),(63060,109,530,0),(63061,110,530,0),(63062,111,530,0),(63063,112,530,0),(63064,113,530,0),(63065,114,530,0),(63066,115,530,0),(63067,116,530,0),(63068,117,530,0),(63069,118,530,0),(63070,119,530,0),(63071,1,531,0),(63072,2,531,0),(63073,3,531,0),(63074,4,531,0),(63075,5,531,0),(63076,6,531,0),(63077,7,531,0),(63078,8,531,0),(63079,9,531,0),(63080,10,531,0),(63081,11,531,0),(63082,12,531,0),(63083,13,531,0),(63084,14,531,0),(63085,15,531,0),(63086,16,531,0),(63087,17,531,0),(63088,18,531,0),(63089,19,531,0),(63090,20,531,0),(63091,21,531,0),(63092,22,531,0),(63093,23,531,0),(63094,24,531,0),(63095,25,531,0),(63096,26,531,0),(63097,27,531,0),(63098,28,531,0),(63099,29,531,0),(63100,30,531,0),(63101,31,531,0),(63102,32,531,0),(63103,33,531,0),(63104,34,531,0),(63105,35,531,0),(63106,36,531,0),(63107,37,531,0),(63108,38,531,0),(63109,39,531,0),(63110,40,531,0),(63111,41,531,0),(63112,42,531,0),(63113,43,531,0),(63114,44,531,0),(63115,45,531,0),(63116,46,531,0),(63117,47,531,0),(63118,48,531,0),(63119,49,531,0),(63120,50,531,0),(63121,51,531,0),(63122,52,531,0),(63123,53,531,0),(63124,54,531,0),(63125,55,531,0),(63126,56,531,0),(63127,57,531,0),(63128,58,531,0),(63129,59,531,0.787896636333369),(63130,60,531,0),(63131,61,531,0),(63132,62,531,0),(63133,63,531,0),(63134,64,531,0),(63135,65,531,0),(63136,66,531,0),(63137,67,531,0),(63138,68,531,0),(63139,69,531,0),(63140,70,531,0),(63141,71,531,0),(63142,72,531,0),(63143,73,531,0),(63144,74,531,0),(63145,75,531,0),(63146,76,531,0),(63147,77,531,0),(63148,78,531,0),(63149,79,531,0),(63150,80,531,0),(63151,81,531,0),(63152,82,531,0),(63153,83,531,0),(63154,84,531,0),(63155,85,531,0),(63156,86,531,0),(63157,87,531,0),(63158,88,531,0),(63159,89,531,0),(63160,90,531,0),(63161,91,531,0),(63162,92,531,0),(63163,93,531,0),(63164,94,531,0),(63165,95,531,0),(63166,96,531,0),(63167,97,531,0),(63168,98,531,0),(63169,99,531,0),(63170,100,531,0),(63171,101,531,0),(63172,102,531,0),(63173,103,531,0),(63174,104,531,0),(63175,105,531,0),(63176,106,531,0),(63177,107,531,0),(63178,108,531,0),(63179,109,531,0),(63180,110,531,0),(63181,111,531,0),(63182,112,531,0),(63183,113,531,0),(63184,114,531,0),(63185,115,531,0),(63186,116,531,0),(63187,117,531,0),(63188,118,531,0),(63189,119,531,0),(63190,1,532,0),(63191,2,532,0),(63192,3,532,0),(63193,4,532,0),(63194,5,532,0),(63195,6,532,0),(63196,7,532,0),(63197,8,532,0),(63198,9,532,0),(63199,10,532,0),(63200,11,532,0),(63201,12,532,0),(63202,13,532,0),(63203,14,532,0),(63204,15,532,0),(63205,16,532,0),(63206,17,532,0),(63207,18,532,0),(63208,19,532,0),(63209,20,532,0),(63210,21,532,0),(63211,22,532,0),(63212,23,532,0),(63213,24,532,0),(63214,25,532,0),(63215,26,532,0),(63216,27,532,0),(63217,28,532,0),(63218,29,532,0),(63219,30,532,0),(63220,31,532,0),(63221,32,532,0),(63222,33,532,0),(63223,34,532,0),(63224,35,532,0),(63225,36,532,0),(63226,37,532,0),(63227,38,532,0),(63228,39,532,0),(63229,40,532,0),(63230,41,532,0),(63231,42,532,0),(63232,43,532,0),(63233,44,532,0),(63234,45,532,0),(63235,46,532,0),(63236,47,532,0),(63237,48,532,0),(63238,49,532,0),(63239,50,532,0),(63240,51,532,0),(63241,52,532,0),(63242,53,532,0),(63243,54,532,0),(63244,55,532,0),(63245,56,532,0),(63246,57,532,0),(63247,58,532,0),(63248,59,532,0.212103363666631),(63249,60,532,0),(63250,61,532,0),(63251,62,532,0),(63252,63,532,0),(63253,64,532,0),(63254,65,532,0),(63255,66,532,0),(63256,67,532,0),(63257,68,532,0),(63258,69,532,0),(63259,70,532,0),(63260,71,532,0),(63261,72,532,0),(63262,73,532,0),(63263,74,532,0),(63264,75,532,0),(63265,76,532,0),(63266,77,532,0),(63267,78,532,0),(63268,79,532,0),(63269,80,532,0),(63270,81,532,0),(63271,82,532,0),(63272,83,532,0),(63273,84,532,0),(63274,85,532,0),(63275,86,532,0),(63276,87,532,0),(63277,88,532,0),(63278,89,532,0),(63279,90,532,0),(63280,91,532,0),(63281,92,532,0),(63282,93,532,0),(63283,94,532,0),(63284,95,532,0),(63285,96,532,0),(63286,97,532,0),(63287,98,532,0),(63288,99,532,0),(63289,100,532,0),(63290,101,532,0),(63291,102,532,0),(63292,103,532,0),(63293,104,532,0),(63294,105,532,0),(63295,106,532,0),(63296,107,532,0),(63297,108,532,0),(63298,109,532,0),(63299,110,532,0),(63300,111,532,0),(63301,112,532,0),(63302,113,532,0),(63303,114,532,0),(63304,115,532,0),(63305,116,532,0),(63306,117,532,0),(63307,118,532,0),(63308,119,532,0),(63309,1,533,0),(63310,2,533,0),(63311,3,533,0),(63312,4,533,0),(63313,5,533,0),(63314,6,533,0),(63315,7,533,0),(63316,8,533,0),(63317,9,533,0),(63318,10,533,0),(63319,11,533,0),(63320,12,533,0),(63321,13,533,0),(63322,14,533,0),(63323,15,533,0),(63324,16,533,0),(63325,17,533,0),(63326,18,533,0),(63327,19,533,0),(63328,20,533,0),(63329,21,533,0),(63330,22,533,0),(63331,23,533,0),(63332,24,533,0),(63333,25,533,0),(63334,26,533,0),(63335,27,533,0),(63336,28,533,0),(63337,29,533,0),(63338,30,533,0),(63339,31,533,0),(63340,32,533,0),(63341,33,533,0),(63342,34,533,0),(63343,35,533,0),(63344,36,533,0),(63345,37,533,0),(63346,38,533,0),(63347,39,533,0),(63348,40,533,0),(63349,41,533,0),(63350,42,533,0),(63351,43,533,0),(63352,44,533,0),(63353,45,533,0),(63354,46,533,0),(63355,47,533,0),(63356,48,533,0),(63357,49,533,0),(63358,50,533,0),(63359,51,533,0),(63360,52,533,0),(63361,53,533,0),(63362,54,533,0),(63363,55,533,0),(63364,56,533,0),(63365,57,533,0),(63366,58,533,0),(63367,59,533,0),(63368,60,533,0.0534609389944357),(63369,61,533,0),(63370,62,533,0),(63371,63,533,0),(63372,64,533,0),(63373,65,533,0),(63374,66,533,0),(63375,67,533,0),(63376,68,533,0),(63377,69,533,0),(63378,70,533,0),(63379,71,533,0),(63380,72,533,0),(63381,73,533,0),(63382,74,533,0),(63383,75,533,0),(63384,76,533,0),(63385,77,533,0),(63386,78,533,0),(63387,79,533,0),(63388,80,533,0),(63389,81,533,0),(63390,82,533,0),(63391,83,533,0),(63392,84,533,0),(63393,85,533,0),(63394,86,533,0),(63395,87,533,0),(63396,88,533,0),(63397,89,533,0),(63398,90,533,0),(63399,91,533,0),(63400,92,533,0),(63401,93,533,0),(63402,94,533,0),(63403,95,533,0),(63404,96,533,0),(63405,97,533,0),(63406,98,533,0),(63407,99,533,0),(63408,100,533,0),(63409,101,533,0),(63410,102,533,0),(63411,103,533,0),(63412,104,533,0),(63413,105,533,0),(63414,106,533,0),(63415,107,533,0),(63416,108,533,0),(63417,109,533,0),(63418,110,533,0),(63419,111,533,0),(63420,112,533,0),(63421,113,533,0),(63422,114,533,0),(63423,115,533,0),(63424,116,533,0),(63425,117,533,0),(63426,118,533,0),(63427,119,533,0),(63428,1,534,0),(63429,2,534,0),(63430,3,534,0),(63431,4,534,0),(63432,5,534,0),(63433,6,534,0),(63434,7,534,0),(63435,8,534,0),(63436,9,534,0),(63437,10,534,0),(63438,11,534,0),(63439,12,534,0),(63440,13,534,0),(63441,14,534,0),(63442,15,534,0),(63443,16,534,0),(63444,17,534,0),(63445,18,534,0),(63446,19,534,0),(63447,20,534,0),(63448,21,534,0),(63449,22,534,0),(63450,23,534,0),(63451,24,534,0),(63452,25,534,0),(63453,26,534,0),(63454,27,534,0),(63455,28,534,0),(63456,29,534,0),(63457,30,534,0),(63458,31,534,0),(63459,32,534,0),(63460,33,534,0),(63461,34,534,0),(63462,35,534,0),(63463,36,534,0),(63464,37,534,0),(63465,38,534,0),(63466,39,534,0),(63467,40,534,0),(63468,41,534,0),(63469,42,534,0),(63470,43,534,0),(63471,44,534,0),(63472,45,534,0),(63473,46,534,0),(63474,47,534,0),(63475,48,534,0),(63476,49,534,0),(63477,50,534,0),(63478,51,534,0),(63479,52,534,0),(63480,53,534,0),(63481,54,534,0),(63482,55,534,0),(63483,56,534,0),(63484,57,534,0),(63485,58,534,0),(63486,59,534,0),(63487,60,534,0.446539061005564),(63488,61,534,0),(63489,62,534,0),(63490,63,534,0),(63491,64,534,0),(63492,65,534,0),(63493,66,534,0),(63494,67,534,0),(63495,68,534,0),(63496,69,534,0),(63497,70,534,0),(63498,71,534,0),(63499,72,534,0),(63500,73,534,0),(63501,74,534,0),(63502,75,534,0),(63503,76,534,0),(63504,77,534,0),(63505,78,534,0),(63506,79,534,0),(63507,80,534,0),(63508,81,534,0),(63509,82,534,0),(63510,83,534,0),(63511,84,534,0),(63512,85,534,0),(63513,86,534,0),(63514,87,534,0),(63515,88,534,0),(63516,89,534,0),(63517,90,534,0),(63518,91,534,0),(63519,92,534,0),(63520,93,534,0),(63521,94,534,0),(63522,95,534,0),(63523,96,534,0),(63524,97,534,0),(63525,98,534,0),(63526,99,534,0),(63527,100,534,0),(63528,101,534,0),(63529,102,534,0),(63530,103,534,0),(63531,104,534,0),(63532,105,534,0),(63533,106,534,0),(63534,107,534,0),(63535,108,534,0),(63536,109,534,0),(63537,110,534,0),(63538,111,534,0),(63539,112,534,0),(63540,113,534,0),(63541,114,534,0),(63542,115,534,0),(63543,116,534,0),(63544,117,534,0),(63545,118,534,0),(63546,119,534,0),(63547,1,535,0),(63548,2,535,0),(63549,3,535,0),(63550,4,535,0),(63551,5,535,0),(63552,6,535,0),(63553,7,535,0),(63554,8,535,0),(63555,9,535,0),(63556,10,535,0),(63557,11,535,0),(63558,12,535,0),(63559,13,535,0),(63560,14,535,0),(63561,15,535,0),(63562,16,535,0),(63563,17,535,0),(63564,18,535,0),(63565,19,535,0),(63566,20,535,0),(63567,21,535,0),(63568,22,535,0),(63569,23,535,0),(63570,24,535,0),(63571,25,535,0),(63572,26,535,0),(63573,27,535,0),(63574,28,535,0),(63575,29,535,0),(63576,30,535,0),(63577,31,535,0),(63578,32,535,0),(63579,33,535,0),(63580,34,535,0),(63581,35,535,0),(63582,36,535,0),(63583,37,535,0),(63584,38,535,0),(63585,39,535,0),(63586,40,535,0),(63587,41,535,0),(63588,42,535,0),(63589,43,535,0),(63590,44,535,0),(63591,45,535,0),(63592,46,535,0),(63593,47,535,0),(63594,48,535,0),(63595,49,535,0),(63596,50,535,0),(63597,51,535,0),(63598,52,535,0),(63599,53,535,0),(63600,54,535,0),(63601,55,535,0),(63602,56,535,0),(63603,57,535,0),(63604,58,535,0),(63605,59,535,0),(63606,60,535,0.0955748036331573),(63607,61,535,0),(63608,62,535,0),(63609,63,535,0),(63610,64,535,0),(63611,65,535,0),(63612,66,535,0),(63613,67,535,0),(63614,68,535,0),(63615,69,535,0),(63616,70,535,0),(63617,71,535,0),(63618,72,535,0),(63619,73,535,0),(63620,74,535,0),(63621,75,535,0),(63622,76,535,0),(63623,77,535,0),(63624,78,535,0),(63625,79,535,0),(63626,80,535,0),(63627,81,535,0),(63628,82,535,0),(63629,83,535,0),(63630,84,535,0),(63631,85,535,0),(63632,86,535,0),(63633,87,535,0),(63634,88,535,0),(63635,89,535,0),(63636,90,535,0),(63637,91,535,0),(63638,92,535,0),(63639,93,535,0),(63640,94,535,0),(63641,95,535,0),(63642,96,535,0),(63643,97,535,0),(63644,98,535,0),(63645,99,535,0),(63646,100,535,0),(63647,101,535,0),(63648,102,535,0),(63649,103,535,0),(63650,104,535,0),(63651,105,535,0),(63652,106,535,0),(63653,107,535,0),(63654,108,535,0),(63655,109,535,0),(63656,110,535,0),(63657,111,535,0),(63658,112,535,0),(63659,113,535,0),(63660,114,535,0),(63661,115,535,0),(63662,116,535,0),(63663,117,535,0),(63664,118,535,0),(63665,119,535,0),(63666,1,536,0),(63667,2,536,0),(63668,3,536,0),(63669,4,536,0),(63670,5,536,0),(63671,6,536,0),(63672,7,536,0),(63673,8,536,0),(63674,9,536,0),(63675,10,536,0),(63676,11,536,0),(63677,12,536,0),(63678,13,536,0),(63679,14,536,0),(63680,15,536,0),(63681,16,536,0),(63682,17,536,0),(63683,18,536,0),(63684,19,536,0),(63685,20,536,0),(63686,21,536,0),(63687,22,536,0),(63688,23,536,0),(63689,24,536,0),(63690,25,536,0),(63691,26,536,0),(63692,27,536,0),(63693,28,536,0),(63694,29,536,0),(63695,30,536,0),(63696,31,536,0),(63697,32,536,0),(63698,33,536,0),(63699,34,536,0),(63700,35,536,0),(63701,36,536,0),(63702,37,536,0),(63703,38,536,0),(63704,39,536,0),(63705,40,536,0),(63706,41,536,0),(63707,42,536,0),(63708,43,536,0),(63709,44,536,0),(63710,45,536,0),(63711,46,536,0),(63712,47,536,0),(63713,48,536,0),(63714,49,536,0),(63715,50,536,0),(63716,51,536,0),(63717,52,536,0),(63718,53,536,0),(63719,54,536,0),(63720,55,536,0),(63721,56,536,0),(63722,57,536,0),(63723,58,536,0),(63724,59,536,0),(63725,60,536,0.433312295653505),(63726,61,536,0),(63727,62,536,0),(63728,63,536,0),(63729,64,536,0),(63730,65,536,0),(63731,66,536,0),(63732,67,536,0),(63733,68,536,0),(63734,69,536,0),(63735,70,536,0),(63736,71,536,0),(63737,72,536,0),(63738,73,536,0),(63739,74,536,0),(63740,75,536,0),(63741,76,536,0),(63742,77,536,0),(63743,78,536,0),(63744,79,536,0),(63745,80,536,0),(63746,81,536,0),(63747,82,536,0),(63748,83,536,0),(63749,84,536,0),(63750,85,536,0),(63751,86,536,0),(63752,87,536,0),(63753,88,536,0),(63754,89,536,0),(63755,90,536,0),(63756,91,536,0),(63757,92,536,0),(63758,93,536,0),(63759,94,536,0),(63760,95,536,0),(63761,96,536,0),(63762,97,536,0),(63763,98,536,0),(63764,99,536,0),(63765,100,536,0),(63766,101,536,0),(63767,102,536,0),(63768,103,536,0),(63769,104,536,0),(63770,105,536,0),(63771,106,536,0),(63772,107,536,0),(63773,108,536,0),(63774,109,536,0),(63775,110,536,0),(63776,111,536,0),(63777,112,536,0),(63778,113,536,0),(63779,114,536,0),(63780,115,536,0),(63781,116,536,0),(63782,117,536,0),(63783,118,536,0),(63784,119,536,0),(63785,1,537,0),(63786,2,537,0),(63787,3,537,0),(63788,4,537,0),(63789,5,537,0),(63790,6,537,0),(63791,7,537,0),(63792,8,537,0),(63793,9,537,0),(63794,10,537,0),(63795,11,537,0),(63796,12,537,0),(63797,13,537,0),(63798,14,537,0),(63799,15,537,0),(63800,16,537,0),(63801,17,537,0),(63802,18,537,0),(63803,19,537,0),(63804,20,537,0),(63805,21,537,0),(63806,22,537,0),(63807,23,537,0),(63808,24,537,0),(63809,25,537,0),(63810,26,537,0),(63811,27,537,0),(63812,28,537,0),(63813,29,537,0),(63814,30,537,0),(63815,31,537,0),(63816,32,537,0),(63817,33,537,0),(63818,34,537,0),(63819,35,537,0),(63820,36,537,0),(63821,37,537,0),(63822,38,537,0),(63823,39,537,0),(63824,40,537,0),(63825,41,537,0),(63826,42,537,0),(63827,43,537,0),(63828,44,537,0),(63829,45,537,0),(63830,46,537,0),(63831,47,537,0),(63832,48,537,0),(63833,49,537,0),(63834,50,537,0),(63835,51,537,0),(63836,52,537,0),(63837,53,537,0),(63838,54,537,0),(63839,55,537,0),(63840,56,537,0),(63841,57,537,0),(63842,58,537,0),(63843,59,537,0),(63844,60,537,0.271112900713338),(63845,61,537,0),(63846,62,537,0),(63847,63,537,0),(63848,64,537,0),(63849,65,537,0),(63850,66,537,0),(63851,67,537,0),(63852,68,537,0),(63853,69,537,0),(63854,70,537,0),(63855,71,537,0),(63856,72,537,0),(63857,73,537,0),(63858,74,537,0),(63859,75,537,0),(63860,76,537,0),(63861,77,537,0),(63862,78,537,0),(63863,79,537,0),(63864,80,537,0),(63865,81,537,0),(63866,82,537,0),(63867,83,537,0),(63868,84,537,0),(63869,85,537,0),(63870,86,537,0),(63871,87,537,0),(63872,88,537,0),(63873,89,537,0),(63874,90,537,0),(63875,91,537,0),(63876,92,537,0),(63877,93,537,0),(63878,94,537,0),(63879,95,537,0),(63880,96,537,0),(63881,97,537,0),(63882,98,537,0),(63883,99,537,0),(63884,100,537,0),(63885,101,537,0),(63886,102,537,0),(63887,103,537,0),(63888,104,537,0),(63889,105,537,0),(63890,106,537,0),(63891,107,537,0),(63892,108,537,0),(63893,109,537,0),(63894,110,537,0),(63895,111,537,0),(63896,112,537,0),(63897,113,537,0),(63898,114,537,0),(63899,115,537,0),(63900,116,537,0),(63901,117,537,0),(63902,118,537,0),(63903,119,537,0),(63904,1,538,0),(63905,2,538,0),(63906,3,538,0),(63907,4,538,0),(63908,5,538,0),(63909,6,538,0),(63910,7,538,0),(63911,8,538,0),(63912,9,538,0),(63913,10,538,0),(63914,11,538,0),(63915,12,538,0),(63916,13,538,0),(63917,14,538,0),(63918,15,538,0),(63919,16,538,0),(63920,17,538,0),(63921,18,538,0),(63922,19,538,0),(63923,20,538,0),(63924,21,538,0),(63925,22,538,0),(63926,23,538,0),(63927,24,538,0),(63928,25,538,0),(63929,26,538,0),(63930,27,538,0),(63931,28,538,0),(63932,29,538,0),(63933,30,538,0),(63934,31,538,0),(63935,32,538,0),(63936,33,538,0),(63937,34,538,0),(63938,35,538,0),(63939,36,538,0),(63940,37,538,0),(63941,38,538,0),(63942,39,538,0),(63943,40,538,0),(63944,41,538,0),(63945,42,538,0),(63946,43,538,0),(63947,44,538,0),(63948,45,538,0),(63949,46,538,0),(63950,47,538,0),(63951,48,538,0),(63952,49,538,0),(63953,50,538,0),(63954,51,538,0),(63955,52,538,0),(63956,53,538,0),(63957,54,538,0),(63958,55,538,0),(63959,56,538,0),(63960,57,538,0),(63961,58,538,0),(63962,59,538,0),(63963,60,538,0.258538470017033),(63964,61,538,0),(63965,62,538,0),(63966,63,538,0),(63967,64,538,0),(63968,65,538,0),(63969,66,538,0),(63970,67,538,0),(63971,68,538,0),(63972,69,538,0),(63973,70,538,0),(63974,71,538,0),(63975,72,538,0),(63976,73,538,0),(63977,74,538,0),(63978,75,538,0),(63979,76,538,0),(63980,77,538,0),(63981,78,538,0),(63982,79,538,0),(63983,80,538,0),(63984,81,538,0),(63985,82,538,0),(63986,83,538,0),(63987,84,538,0),(63988,85,538,0),(63989,86,538,0),(63990,87,538,0),(63991,88,538,0),(63992,89,538,0),(63993,90,538,0),(63994,91,538,0),(63995,92,538,0),(63996,93,538,0),(63997,94,538,0),(63998,95,538,0),(63999,96,538,0),(64000,97,538,0),(64001,98,538,0),(64002,99,538,0),(64003,100,538,0),(64004,101,538,0),(64005,102,538,0),(64006,103,538,0),(64007,104,538,0),(64008,105,538,0),(64009,106,538,0),(64010,107,538,0),(64011,108,538,0),(64012,109,538,0),(64013,110,538,0),(64014,111,538,0),(64015,112,538,0),(64016,113,538,0),(64017,114,538,0),(64018,115,538,0),(64019,116,538,0),(64020,117,538,0),(64021,118,538,0),(64022,119,538,0),(64023,1,539,0),(64024,2,539,0),(64025,3,539,0),(64026,4,539,0),(64027,5,539,0),(64028,6,539,0),(64029,7,539,0),(64030,8,539,0),(64031,9,539,0),(64032,10,539,0),(64033,11,539,0),(64034,12,539,0),(64035,13,539,0),(64036,14,539,0),(64037,15,539,0),(64038,16,539,0),(64039,17,539,0),(64040,18,539,0),(64041,19,539,0),(64042,20,539,0),(64043,21,539,0),(64044,22,539,0),(64045,23,539,0),(64046,24,539,0),(64047,25,539,0),(64048,26,539,0),(64049,27,539,0),(64050,28,539,0),(64051,29,539,0),(64052,30,539,0),(64053,31,539,0),(64054,32,539,0),(64055,33,539,0),(64056,34,539,0),(64057,35,539,0),(64058,36,539,0),(64059,37,539,0),(64060,38,539,0),(64061,39,539,0),(64062,40,539,0),(64063,41,539,0),(64064,42,539,0),(64065,43,539,0),(64066,44,539,0),(64067,45,539,0),(64068,46,539,0),(64069,47,539,0),(64070,48,539,0),(64071,49,539,0),(64072,50,539,0),(64073,51,539,0),(64074,52,539,0),(64075,53,539,0),(64076,54,539,0),(64077,55,539,0),(64078,56,539,0),(64079,57,539,0),(64080,58,539,0),(64081,59,539,0),(64082,60,539,0.318725460654113),(64083,61,539,0),(64084,62,539,0),(64085,63,539,0),(64086,64,539,0),(64087,65,539,0),(64088,66,539,0),(64089,67,539,0),(64090,68,539,0),(64091,69,539,0),(64092,70,539,0),(64093,71,539,0),(64094,72,539,0),(64095,73,539,0),(64096,74,539,0),(64097,75,539,0),(64098,76,539,0),(64099,77,539,0),(64100,78,539,0),(64101,79,539,0),(64102,80,539,0),(64103,81,539,0),(64104,82,539,0),(64105,83,539,0),(64106,84,539,0),(64107,85,539,0),(64108,86,539,0),(64109,87,539,0),(64110,88,539,0),(64111,89,539,0),(64112,90,539,0),(64113,91,539,0),(64114,92,539,0),(64115,93,539,0),(64116,94,539,0),(64117,95,539,0),(64118,96,539,0),(64119,97,539,0),(64120,98,539,0),(64121,99,539,0),(64122,100,539,0),(64123,101,539,0),(64124,102,539,0),(64125,103,539,0),(64126,104,539,0),(64127,105,539,0),(64128,106,539,0),(64129,107,539,0),(64130,108,539,0),(64131,109,539,0),(64132,110,539,0),(64133,111,539,0),(64134,112,539,0),(64135,113,539,0),(64136,114,539,0),(64137,115,539,0),(64138,116,539,0),(64139,117,539,0),(64140,118,539,0),(64141,119,539,0),(64142,1,540,0),(64143,2,540,0),(64144,3,540,0),(64145,4,540,0),(64146,5,540,0),(64147,6,540,0),(64148,7,540,0),(64149,8,540,0),(64150,9,540,0),(64151,10,540,0),(64152,11,540,0),(64153,12,540,0),(64154,13,540,0),(64155,14,540,0),(64156,15,540,0),(64157,16,540,0),(64158,17,540,0),(64159,18,540,0),(64160,19,540,0),(64161,20,540,0),(64162,21,540,0),(64163,22,540,0),(64164,23,540,0),(64165,24,540,0),(64166,25,540,0),(64167,26,540,0),(64168,27,540,0),(64169,28,540,0),(64170,29,540,0),(64171,30,540,0),(64172,31,540,0),(64173,32,540,0),(64174,33,540,0),(64175,34,540,0),(64176,35,540,0),(64177,36,540,0),(64178,37,540,0),(64179,38,540,0),(64180,39,540,0),(64181,40,540,0),(64182,41,540,0),(64183,42,540,0),(64184,43,540,0),(64185,44,540,0),(64186,45,540,0),(64187,46,540,0),(64188,47,540,0),(64189,48,540,0),(64190,49,540,0),(64191,50,540,0),(64192,51,540,0),(64193,52,540,0),(64194,53,540,0),(64195,54,540,0),(64196,55,540,0),(64197,56,540,0),(64198,57,540,0),(64199,58,540,0),(64200,59,540,0),(64201,60,540,0.422736069328854),(64202,61,540,0),(64203,62,540,0),(64204,63,540,0),(64205,64,540,0),(64206,65,540,0),(64207,66,540,0),(64208,67,540,0),(64209,68,540,0),(64210,69,540,0),(64211,70,540,0),(64212,71,540,0),(64213,72,540,0),(64214,73,540,0),(64215,74,540,0),(64216,75,540,0),(64217,76,540,0),(64218,77,540,0),(64219,78,540,0),(64220,79,540,0),(64221,80,540,0),(64222,81,540,0),(64223,82,540,0),(64224,83,540,0),(64225,84,540,0),(64226,85,540,0),(64227,86,540,0),(64228,87,540,0),(64229,88,540,0),(64230,89,540,0),(64231,90,540,0),(64232,91,540,0),(64233,92,540,0),(64234,93,540,0),(64235,94,540,0),(64236,95,540,0),(64237,96,540,0),(64238,97,540,0),(64239,98,540,0),(64240,99,540,0),(64241,100,540,0),(64242,101,540,0),(64243,102,540,0),(64244,103,540,0),(64245,104,540,0),(64246,105,540,0),(64247,106,540,0),(64248,107,540,0),(64249,108,540,0),(64250,109,540,0),(64251,110,540,0),(64252,111,540,0),(64253,112,540,0),(64254,113,540,0),(64255,114,540,0),(64256,115,540,0),(64257,116,540,0),(64258,117,540,0),(64259,118,540,0),(64260,119,540,0),(64261,1,541,0),(64262,2,541,0),(64263,3,541,0),(64264,4,541,0),(64265,5,541,0),(64266,6,541,0),(64267,7,541,0),(64268,8,541,0),(64269,9,541,0),(64270,10,541,0),(64271,11,541,0),(64272,12,541,0),(64273,13,541,0),(64274,14,541,0),(64275,15,541,0),(64276,16,541,0),(64277,17,541,0),(64278,18,541,0),(64279,19,541,0),(64280,20,541,0),(64281,21,541,0),(64282,22,541,0),(64283,23,541,0),(64284,24,541,0),(64285,25,541,0),(64286,26,541,0),(64287,27,541,0),(64288,28,541,0),(64289,29,541,0),(64290,30,541,0),(64291,31,541,0),(64292,32,541,0),(64293,33,541,0),(64294,34,541,0),(64295,35,541,0),(64296,36,541,0),(64297,37,541,0),(64298,38,541,0),(64299,39,541,0),(64300,40,541,0),(64301,41,541,0),(64302,42,541,0),(64303,43,541,0),(64304,44,541,0),(64305,45,541,0),(64306,46,541,0),(64307,47,541,0),(64308,48,541,0),(64309,49,541,0),(64310,50,541,0),(64311,51,541,0),(64312,52,541,0),(64313,53,541,0),(64314,54,541,0),(64315,55,541,0),(64316,56,541,0),(64317,57,541,0),(64318,58,541,0),(64319,59,541,0),(64320,60,541,0),(64321,61,541,0.5),(64322,62,541,0),(64323,63,541,0),(64324,64,541,0),(64325,65,541,0),(64326,66,541,0),(64327,67,541,0),(64328,68,541,0),(64329,69,541,0),(64330,70,541,0),(64331,71,541,0),(64332,72,541,0),(64333,73,541,0),(64334,74,541,0),(64335,75,541,0),(64336,76,541,0),(64337,77,541,0),(64338,78,541,0),(64339,79,541,0),(64340,80,541,0),(64341,81,541,0),(64342,82,541,0),(64343,83,541,0),(64344,84,541,0),(64345,85,541,0),(64346,86,541,0),(64347,87,541,0),(64348,88,541,0),(64349,89,541,0),(64350,90,541,0),(64351,91,541,0),(64352,92,541,0),(64353,93,541,0),(64354,94,541,0),(64355,95,541,0),(64356,96,541,0),(64357,97,541,0),(64358,98,541,0),(64359,99,541,0),(64360,100,541,0),(64361,101,541,0),(64362,102,541,0),(64363,103,541,0),(64364,104,541,0),(64365,105,541,0),(64366,106,541,0),(64367,107,541,0),(64368,108,541,0),(64369,109,541,0),(64370,110,541,0),(64371,111,541,0),(64372,112,541,0),(64373,113,541,0),(64374,114,541,0),(64375,115,541,0),(64376,116,541,0),(64377,117,541,0),(64378,118,541,0),(64379,119,541,0),(64380,1,542,0),(64381,2,542,0),(64382,3,542,0),(64383,4,542,0),(64384,5,542,0),(64385,6,542,0),(64386,7,542,0),(64387,8,542,0),(64388,9,542,0),(64389,10,542,0),(64390,11,542,0),(64391,12,542,0),(64392,13,542,0),(64393,14,542,0),(64394,15,542,0),(64395,16,542,0),(64396,17,542,0),(64397,18,542,0),(64398,19,542,0),(64399,20,542,0),(64400,21,542,0),(64401,22,542,0),(64402,23,542,0),(64403,24,542,0),(64404,25,542,0),(64405,26,542,0),(64406,27,542,0),(64407,28,542,0),(64408,29,542,0),(64409,30,542,0),(64410,31,542,0),(64411,32,542,0),(64412,33,542,0),(64413,34,542,0),(64414,35,542,0),(64415,36,542,0),(64416,37,542,0),(64417,38,542,0),(64418,39,542,0),(64419,40,542,0),(64420,41,542,0),(64421,42,542,0),(64422,43,542,0),(64423,44,542,0),(64424,45,542,0),(64425,46,542,0),(64426,47,542,0),(64427,48,542,0),(64428,49,542,0),(64429,50,542,0),(64430,51,542,0),(64431,52,542,0),(64432,53,542,0),(64433,54,542,0),(64434,55,542,0),(64435,56,542,0),(64436,57,542,0),(64437,58,542,0),(64438,59,542,0),(64439,60,542,0),(64440,61,542,0.104402738799795),(64441,62,542,0),(64442,63,542,0),(64443,64,542,0),(64444,65,542,0),(64445,66,542,0),(64446,67,542,0),(64447,68,542,0),(64448,69,542,0),(64449,70,542,0),(64450,71,542,0),(64451,72,542,0),(64452,73,542,0),(64453,74,542,0),(64454,75,542,0),(64455,76,542,0),(64456,77,542,0),(64457,78,542,0),(64458,79,542,0),(64459,80,542,0),(64460,81,542,0),(64461,82,542,0),(64462,83,542,0),(64463,84,542,0),(64464,85,542,0),(64465,86,542,0),(64466,87,542,0),(64467,88,542,0),(64468,89,542,0),(64469,90,542,0),(64470,91,542,0),(64471,92,542,0),(64472,93,542,0),(64473,94,542,0),(64474,95,542,0),(64475,96,542,0),(64476,97,542,0),(64477,98,542,0),(64478,99,542,0),(64479,100,542,0),(64480,101,542,0),(64481,102,542,0),(64482,103,542,0),(64483,104,542,0),(64484,105,542,0),(64485,106,542,0),(64486,107,542,0),(64487,108,542,0),(64488,109,542,0),(64489,110,542,0),(64490,111,542,0),(64491,112,542,0),(64492,113,542,0),(64493,114,542,0),(64494,115,542,0),(64495,116,542,0),(64496,117,542,0),(64497,118,542,0),(64498,119,542,0),(64499,1,543,0),(64500,2,543,0),(64501,3,543,0),(64502,4,543,0),(64503,5,543,0),(64504,6,543,0),(64505,7,543,0),(64506,8,543,0),(64507,9,543,0),(64508,10,543,0),(64509,11,543,0),(64510,12,543,0),(64511,13,543,0),(64512,14,543,0),(64513,15,543,0),(64514,16,543,0),(64515,17,543,0),(64516,18,543,0),(64517,19,543,0),(64518,20,543,0),(64519,21,543,0),(64520,22,543,0),(64521,23,543,0),(64522,24,543,0),(64523,25,543,0),(64524,26,543,0),(64525,27,543,0),(64526,28,543,0),(64527,29,543,0),(64528,30,543,0),(64529,31,543,0),(64530,32,543,0),(64531,33,543,0),(64532,34,543,0),(64533,35,543,0),(64534,36,543,0),(64535,37,543,0),(64536,38,543,0),(64537,39,543,0),(64538,40,543,0),(64539,41,543,0),(64540,42,543,0),(64541,43,543,0),(64542,44,543,0),(64543,45,543,0),(64544,46,543,0),(64545,47,543,0),(64546,48,543,0),(64547,49,543,0),(64548,50,543,0),(64549,51,543,0),(64550,52,543,0),(64551,53,543,0),(64552,54,543,0),(64553,55,543,0),(64554,56,543,0),(64555,57,543,0),(64556,58,543,0),(64557,59,543,0),(64558,60,543,0),(64559,61,543,0.201297591289985),(64560,62,543,0),(64561,63,543,0),(64562,64,543,0),(64563,65,543,0),(64564,66,543,0),(64565,67,543,0),(64566,68,543,0),(64567,69,543,0),(64568,70,543,0),(64569,71,543,0),(64570,72,543,0),(64571,73,543,0),(64572,74,543,0),(64573,75,543,0),(64574,76,543,0),(64575,77,543,0),(64576,78,543,0),(64577,79,543,0),(64578,80,543,0),(64579,81,543,0),(64580,82,543,0),(64581,83,543,0),(64582,84,543,0),(64583,85,543,0),(64584,86,543,0),(64585,87,543,0),(64586,88,543,0),(64587,89,543,0),(64588,90,543,0),(64589,91,543,0),(64590,92,543,0),(64591,93,543,0),(64592,94,543,0),(64593,95,543,0),(64594,96,543,0),(64595,97,543,0),(64596,98,543,0),(64597,99,543,0),(64598,100,543,0),(64599,101,543,0),(64600,102,543,0),(64601,103,543,0),(64602,104,543,0),(64603,105,543,0),(64604,106,543,0),(64605,107,543,0),(64606,108,543,0),(64607,109,543,0),(64608,110,543,0),(64609,111,543,0),(64610,112,543,0),(64611,113,543,0),(64612,114,543,0),(64613,115,543,0),(64614,116,543,0),(64615,117,543,0),(64616,118,543,0),(64617,119,543,0),(64618,1,544,0),(64619,2,544,0),(64620,3,544,0),(64621,4,544,0),(64622,5,544,0),(64623,6,544,0),(64624,7,544,0),(64625,8,544,0),(64626,9,544,0),(64627,10,544,0),(64628,11,544,0),(64629,12,544,0),(64630,13,544,0),(64631,14,544,0),(64632,15,544,0),(64633,16,544,0),(64634,17,544,0),(64635,18,544,0),(64636,19,544,0),(64637,20,544,0),(64638,21,544,0),(64639,22,544,0),(64640,23,544,0),(64641,24,544,0),(64642,25,544,0),(64643,26,544,0),(64644,27,544,0),(64645,28,544,0),(64646,29,544,0),(64647,30,544,0),(64648,31,544,0),(64649,32,544,0),(64650,33,544,0),(64651,34,544,0),(64652,35,544,0),(64653,36,544,0),(64654,37,544,0),(64655,38,544,0),(64656,39,544,0),(64657,40,544,0),(64658,41,544,0),(64659,42,544,0),(64660,43,544,0),(64661,44,544,0),(64662,45,544,0),(64663,46,544,0),(64664,47,544,0),(64665,48,544,0),(64666,49,544,0),(64667,50,544,0),(64668,51,544,0),(64669,52,544,0),(64670,53,544,0),(64671,54,544,0),(64672,55,544,0),(64673,56,544,0),(64674,57,544,0),(64675,58,544,0),(64676,59,544,0),(64677,60,544,0),(64678,61,544,0.49429966991022),(64679,62,544,0),(64680,63,544,0),(64681,64,544,0),(64682,65,544,0),(64683,66,544,0),(64684,67,544,0),(64685,68,544,0),(64686,69,544,0),(64687,70,544,0),(64688,71,544,0),(64689,72,544,0),(64690,73,544,0),(64691,74,544,0),(64692,75,544,0),(64693,76,544,0),(64694,77,544,0),(64695,78,544,0),(64696,79,544,0),(64697,80,544,0),(64698,81,544,0),(64699,82,544,0),(64700,83,544,0),(64701,84,544,0),(64702,85,544,0),(64703,86,544,0),(64704,87,544,0),(64705,88,544,0),(64706,89,544,0),(64707,90,544,0),(64708,91,544,0),(64709,92,544,0),(64710,93,544,0),(64711,94,544,0),(64712,95,544,0),(64713,96,544,0),(64714,97,544,0),(64715,98,544,0),(64716,99,544,0),(64717,100,544,0),(64718,101,544,0),(64719,102,544,0),(64720,103,544,0),(64721,104,544,0),(64722,105,544,0),(64723,106,544,0),(64724,107,544,0),(64725,108,544,0),(64726,109,544,0),(64727,110,544,0),(64728,111,544,0),(64729,112,544,0),(64730,113,544,0),(64731,114,544,0),(64732,115,544,0),(64733,116,544,0),(64734,117,544,0),(64735,118,544,0),(64736,119,544,0),(64737,1,545,0),(64738,2,545,0),(64739,3,545,0),(64740,4,545,0),(64741,5,545,0),(64742,6,545,0),(64743,7,545,0),(64744,8,545,0),(64745,9,545,0),(64746,10,545,0),(64747,11,545,0),(64748,12,545,0),(64749,13,545,0),(64750,14,545,0),(64751,15,545,0),(64752,16,545,0),(64753,17,545,0),(64754,18,545,0),(64755,19,545,0),(64756,20,545,0),(64757,21,545,0),(64758,22,545,0),(64759,23,545,0),(64760,24,545,0),(64761,25,545,0),(64762,26,545,0),(64763,27,545,0),(64764,28,545,0),(64765,29,545,0),(64766,30,545,0),(64767,31,545,0),(64768,32,545,0),(64769,33,545,0),(64770,34,545,0),(64771,35,545,0),(64772,36,545,0),(64773,37,545,0),(64774,38,545,0),(64775,39,545,0),(64776,40,545,0),(64777,41,545,0),(64778,42,545,0),(64779,43,545,0),(64780,44,545,0),(64781,45,545,0),(64782,46,545,0),(64783,47,545,0),(64784,48,545,0),(64785,49,545,0),(64786,50,545,0),(64787,51,545,0),(64788,52,545,0),(64789,53,545,0),(64790,54,545,0),(64791,55,545,0),(64792,56,545,0),(64793,57,545,0),(64794,58,545,0),(64795,59,545,0),(64796,60,545,0),(64797,61,545,0.375424174418279),(64798,62,545,0),(64799,63,545,0),(64800,64,545,0),(64801,65,545,0),(64802,66,545,0),(64803,67,545,0),(64804,68,545,0),(64805,69,545,0),(64806,70,545,0),(64807,71,545,0),(64808,72,545,0),(64809,73,545,0),(64810,74,545,0),(64811,75,545,0),(64812,76,545,0),(64813,77,545,0),(64814,78,545,0),(64815,79,545,0),(64816,80,545,0),(64817,81,545,0),(64818,82,545,0),(64819,83,545,0),(64820,84,545,0),(64821,85,545,0),(64822,86,545,0),(64823,87,545,0),(64824,88,545,0),(64825,89,545,0),(64826,90,545,0),(64827,91,545,0),(64828,92,545,0),(64829,93,545,0),(64830,94,545,0),(64831,95,545,0),(64832,96,545,0),(64833,97,545,0),(64834,98,545,0),(64835,99,545,0),(64836,100,545,0),(64837,101,545,0),(64838,102,545,0),(64839,103,545,0),(64840,104,545,0),(64841,105,545,0),(64842,106,545,0),(64843,107,545,0),(64844,108,545,0),(64845,109,545,0),(64846,110,545,0),(64847,111,545,0),(64848,112,545,0),(64849,113,545,0),(64850,114,545,0),(64851,115,545,0),(64852,116,545,0),(64853,117,545,0),(64854,118,545,0),(64855,119,545,0),(64856,1,546,0),(64857,2,546,0),(64858,3,546,0),(64859,4,546,0),(64860,5,546,0),(64861,6,546,0),(64862,7,546,0),(64863,8,546,0),(64864,9,546,0),(64865,10,546,0),(64866,11,546,0),(64867,12,546,0),(64868,13,546,0),(64869,14,546,0),(64870,15,546,0),(64871,16,546,0),(64872,17,546,0),(64873,18,546,0),(64874,19,546,0),(64875,20,546,0),(64876,21,546,0),(64877,22,546,0),(64878,23,546,0),(64879,24,546,0),(64880,25,546,0),(64881,26,546,0),(64882,27,546,0),(64883,28,546,0),(64884,29,546,0),(64885,30,546,0),(64886,31,546,0),(64887,32,546,0),(64888,33,546,0),(64889,34,546,0),(64890,35,546,0),(64891,36,546,0),(64892,37,546,0),(64893,38,546,0),(64894,39,546,0),(64895,40,546,0),(64896,41,546,0),(64897,42,546,0),(64898,43,546,0),(64899,44,546,0),(64900,45,546,0),(64901,46,546,0),(64902,47,546,0),(64903,48,546,0),(64904,49,546,0),(64905,50,546,0),(64906,51,546,0),(64907,52,546,0),(64908,53,546,0),(64909,54,546,0),(64910,55,546,0),(64911,56,546,0),(64912,57,546,0),(64913,58,546,0),(64914,59,546,0),(64915,60,546,0),(64916,61,546,0.188290834579649),(64917,62,546,0),(64918,63,546,0),(64919,64,546,0),(64920,65,546,0),(64921,66,546,0),(64922,67,546,0),(64923,68,546,0),(64924,69,546,0),(64925,70,546,0),(64926,71,546,0),(64927,72,546,0),(64928,73,546,0),(64929,74,546,0),(64930,75,546,0),(64931,76,546,0),(64932,77,546,0),(64933,78,546,0),(64934,79,546,0),(64935,80,546,0),(64936,81,546,0),(64937,82,546,0),(64938,83,546,0),(64939,84,546,0),(64940,85,546,0),(64941,86,546,0),(64942,87,546,0),(64943,88,546,0),(64944,89,546,0),(64945,90,546,0),(64946,91,546,0),(64947,92,546,0),(64948,93,546,0),(64949,94,546,0),(64950,95,546,0),(64951,96,546,0),(64952,97,546,0),(64953,98,546,0),(64954,99,546,0),(64955,100,546,0),(64956,101,546,0),(64957,102,546,0),(64958,103,546,0),(64959,104,546,0),(64960,105,546,0),(64961,106,546,0),(64962,107,546,0),(64963,108,546,0),(64964,109,546,0),(64965,110,546,0),(64966,111,546,0),(64967,112,546,0),(64968,113,546,0),(64969,114,546,0),(64970,115,546,0),(64971,116,546,0),(64972,117,546,0),(64973,118,546,0),(64974,119,546,0),(64975,1,547,0),(64976,2,547,0),(64977,3,547,0),(64978,4,547,0),(64979,5,547,0),(64980,6,547,0),(64981,7,547,0),(64982,8,547,0),(64983,9,547,0),(64984,10,547,0),(64985,11,547,0),(64986,12,547,0),(64987,13,547,0),(64988,14,547,0),(64989,15,547,0),(64990,16,547,0),(64991,17,547,0),(64992,18,547,0),(64993,19,547,0),(64994,20,547,0),(64995,21,547,0),(64996,22,547,0),(64997,23,547,0),(64998,24,547,0),(64999,25,547,0),(65000,26,547,0),(65001,27,547,0),(65002,28,547,0),(65003,29,547,0),(65004,30,547,0),(65005,31,547,0),(65006,32,547,0),(65007,33,547,0),(65008,34,547,0),(65009,35,547,0),(65010,36,547,0),(65011,37,547,0),(65012,38,547,0),(65013,39,547,0),(65014,40,547,0),(65015,41,547,0),(65016,42,547,0),(65017,43,547,0),(65018,44,547,0),(65019,45,547,0),(65020,46,547,0),(65021,47,547,0),(65022,48,547,0),(65023,49,547,0),(65024,50,547,0),(65025,51,547,0),(65026,52,547,0),(65027,53,547,0),(65028,54,547,0),(65029,55,547,0),(65030,56,547,0),(65031,57,547,0),(65032,58,547,0),(65033,59,547,0),(65034,60,547,0),(65035,61,547,0.138229839195238),(65036,62,547,0),(65037,63,547,0),(65038,64,547,0),(65039,65,547,0),(65040,66,547,0),(65041,67,547,0),(65042,68,547,0),(65043,69,547,0),(65044,70,547,0),(65045,71,547,0),(65046,72,547,0),(65047,73,547,0),(65048,74,547,0),(65049,75,547,0),(65050,76,547,0),(65051,77,547,0),(65052,78,547,0),(65053,79,547,0),(65054,80,547,0),(65055,81,547,0),(65056,82,547,0),(65057,83,547,0),(65058,84,547,0),(65059,85,547,0),(65060,86,547,0),(65061,87,547,0),(65062,88,547,0),(65063,89,547,0),(65064,90,547,0),(65065,91,547,0),(65066,92,547,0),(65067,93,547,0),(65068,94,547,0),(65069,95,547,0),(65070,96,547,0),(65071,97,547,0),(65072,98,547,0),(65073,99,547,0),(65074,100,547,0),(65075,101,547,0),(65076,102,547,0),(65077,103,547,0),(65078,104,547,0),(65079,105,547,0),(65080,106,547,0),(65081,107,547,0),(65082,108,547,0),(65083,109,547,0),(65084,110,547,0),(65085,111,547,0),(65086,112,547,0),(65087,113,547,0),(65088,114,547,0),(65089,115,547,0),(65090,116,547,0),(65091,117,547,0),(65092,118,547,0),(65093,119,547,0),(65094,1,548,0),(65095,2,548,0),(65096,3,548,0),(65097,4,548,0),(65098,5,548,0),(65099,6,548,0),(65100,7,548,0),(65101,8,548,0),(65102,9,548,0),(65103,10,548,0),(65104,11,548,0),(65105,12,548,0),(65106,13,548,0),(65107,14,548,0),(65108,15,548,0),(65109,16,548,0),(65110,17,548,0),(65111,18,548,0),(65112,19,548,0),(65113,20,548,0),(65114,21,548,0),(65115,22,548,0),(65116,23,548,0),(65117,24,548,0),(65118,25,548,0),(65119,26,548,0),(65120,27,548,0),(65121,28,548,0),(65122,29,548,0),(65123,30,548,0),(65124,31,548,0),(65125,32,548,0),(65126,33,548,0),(65127,34,548,0),(65128,35,548,0),(65129,36,548,0),(65130,37,548,0),(65131,38,548,0),(65132,39,548,0),(65133,40,548,0),(65134,41,548,0),(65135,42,548,0),(65136,43,548,0),(65137,44,548,0),(65138,45,548,0),(65139,46,548,0),(65140,47,548,0),(65141,48,548,0),(65142,49,548,0),(65143,50,548,0),(65144,51,548,0),(65145,52,548,0),(65146,53,548,0),(65147,54,548,0),(65148,55,548,0),(65149,56,548,0),(65150,57,548,0),(65151,58,548,0),(65152,59,548,0),(65153,60,548,0),(65154,61,548,0.298055151806833),(65155,62,548,0),(65156,63,548,0),(65157,64,548,0),(65158,65,548,0),(65159,66,548,0),(65160,67,548,0),(65161,68,548,0),(65162,69,548,0),(65163,70,548,0),(65164,71,548,0),(65165,72,548,0),(65166,73,548,0),(65167,74,548,0),(65168,75,548,0),(65169,76,548,0),(65170,77,548,0),(65171,78,548,0),(65172,79,548,0),(65173,80,548,0),(65174,81,548,0),(65175,82,548,0),(65176,83,548,0),(65177,84,548,0),(65178,85,548,0),(65179,86,548,0),(65180,87,548,0),(65181,88,548,0),(65182,89,548,0),(65183,90,548,0),(65184,91,548,0),(65185,92,548,0),(65186,93,548,0),(65187,94,548,0),(65188,95,548,0),(65189,96,548,0),(65190,97,548,0),(65191,98,548,0),(65192,99,548,0),(65193,100,548,0),(65194,101,548,0),(65195,102,548,0),(65196,103,548,0),(65197,104,548,0),(65198,105,548,0),(65199,106,548,0),(65200,107,548,0),(65201,108,548,0),(65202,109,548,0),(65203,110,548,0),(65204,111,548,0),(65205,112,548,0),(65206,113,548,0),(65207,114,548,0),(65208,115,548,0),(65209,116,548,0),(65210,117,548,0),(65211,118,548,0),(65212,119,548,0),(65213,1,549,0),(65214,2,549,0),(65215,3,549,0),(65216,4,549,0),(65217,5,549,0),(65218,6,549,0),(65219,7,549,0),(65220,8,549,0),(65221,9,549,0),(65222,10,549,0),(65223,11,549,0),(65224,12,549,0),(65225,13,549,0),(65226,14,549,0),(65227,15,549,0),(65228,16,549,0),(65229,17,549,0),(65230,18,549,0),(65231,19,549,0),(65232,20,549,0),(65233,21,549,0),(65234,22,549,0),(65235,23,549,0),(65236,24,549,0),(65237,25,549,0),(65238,26,549,0),(65239,27,549,0),(65240,28,549,0),(65241,29,549,0),(65242,30,549,0),(65243,31,549,0),(65244,32,549,0),(65245,33,549,0),(65246,34,549,0),(65247,35,549,0),(65248,36,549,0),(65249,37,549,0),(65250,38,549,0),(65251,39,549,0),(65252,40,549,0),(65253,41,549,0),(65254,42,549,0),(65255,43,549,0),(65256,44,549,0),(65257,45,549,0),(65258,46,549,0),(65259,47,549,0),(65260,48,549,0),(65261,49,549,0),(65262,50,549,0),(65263,51,549,0),(65264,52,549,0),(65265,53,549,0),(65266,54,549,0),(65267,55,549,0),(65268,56,549,0),(65269,57,549,0),(65270,58,549,0),(65271,59,549,0),(65272,60,549,0),(65273,61,549,0),(65274,62,549,0.5),(65275,63,549,0),(65276,64,549,0),(65277,65,549,0),(65278,66,549,0),(65279,67,549,0),(65280,68,549,0),(65281,69,549,0),(65282,70,549,0),(65283,71,549,0),(65284,72,549,0),(65285,73,549,0),(65286,74,549,0),(65287,75,549,0),(65288,76,549,0),(65289,77,549,0),(65290,78,549,0),(65291,79,549,0),(65292,80,549,0),(65293,81,549,0),(65294,82,549,0),(65295,83,549,0),(65296,84,549,0),(65297,85,549,0),(65298,86,549,0),(65299,87,549,0),(65300,88,549,0),(65301,89,549,0),(65302,90,549,0),(65303,91,549,0),(65304,92,549,0),(65305,93,549,0),(65306,94,549,0),(65307,95,549,0),(65308,96,549,0),(65309,97,549,0),(65310,98,549,0),(65311,99,549,0),(65312,100,549,0),(65313,101,549,0),(65314,102,549,0),(65315,103,549,0),(65316,104,549,0),(65317,105,549,0),(65318,106,549,0),(65319,107,549,0),(65320,108,549,0),(65321,109,549,0),(65322,110,549,0),(65323,111,549,0),(65324,112,549,0),(65325,113,549,0),(65326,114,549,0),(65327,115,549,0),(65328,116,549,0),(65329,117,549,0),(65330,118,549,0),(65331,119,549,0),(65332,1,550,0),(65333,2,550,0),(65334,3,550,0),(65335,4,550,0),(65336,5,550,0),(65337,6,550,0),(65338,7,550,0),(65339,8,550,0),(65340,9,550,0),(65341,10,550,0),(65342,11,550,0),(65343,12,550,0),(65344,13,550,0),(65345,14,550,0),(65346,15,550,0),(65347,16,550,0),(65348,17,550,0),(65349,18,550,0),(65350,19,550,0),(65351,20,550,0),(65352,21,550,0),(65353,22,550,0),(65354,23,550,0),(65355,24,550,0),(65356,25,550,0),(65357,26,550,0),(65358,27,550,0),(65359,28,550,0),(65360,29,550,0),(65361,30,550,0),(65362,31,550,0),(65363,32,550,0),(65364,33,550,0),(65365,34,550,0),(65366,35,550,0),(65367,36,550,0),(65368,37,550,0),(65369,38,550,0),(65370,39,550,0),(65371,40,550,0),(65372,41,550,0),(65373,42,550,0),(65374,43,550,0),(65375,44,550,0),(65376,45,550,0),(65377,46,550,0),(65378,47,550,0),(65379,48,550,0),(65380,49,550,0),(65381,50,550,0),(65382,51,550,0),(65383,52,550,0),(65384,53,550,0),(65385,54,550,0),(65386,55,550,0),(65387,56,550,0),(65388,57,550,0),(65389,58,550,0),(65390,59,550,0),(65391,60,550,0),(65392,61,550,0),(65393,62,550,0.311128919692693),(65394,63,550,0),(65395,64,550,0),(65396,65,550,0),(65397,66,550,0),(65398,67,550,0),(65399,68,550,0),(65400,69,550,0),(65401,70,550,0),(65402,71,550,0),(65403,72,550,0),(65404,73,550,0),(65405,74,550,0),(65406,75,550,0),(65407,76,550,0),(65408,77,550,0),(65409,78,550,0),(65410,79,550,0),(65411,80,550,0),(65412,81,550,0),(65413,82,550,0),(65414,83,550,0),(65415,84,550,0),(65416,85,550,0),(65417,86,550,0),(65418,87,550,0),(65419,88,550,0),(65420,89,550,0),(65421,90,550,0),(65422,91,550,0),(65423,92,550,0),(65424,93,550,0),(65425,94,550,0),(65426,95,550,0),(65427,96,550,0),(65428,97,550,0),(65429,98,550,0),(65430,99,550,0),(65431,100,550,0),(65432,101,550,0),(65433,102,550,0),(65434,103,550,0),(65435,104,550,0),(65436,105,550,0),(65437,106,550,0),(65438,107,550,0),(65439,108,550,0),(65440,109,550,0),(65441,110,550,0),(65442,111,550,0),(65443,112,550,0),(65444,113,550,0),(65445,114,550,0),(65446,115,550,0),(65447,116,550,0),(65448,117,550,0),(65449,118,550,0),(65450,119,550,0),(65451,1,551,0),(65452,2,551,0),(65453,3,551,0),(65454,4,551,0),(65455,5,551,0),(65456,6,551,0),(65457,7,551,0),(65458,8,551,0),(65459,9,551,0),(65460,10,551,0),(65461,11,551,0),(65462,12,551,0),(65463,13,551,0),(65464,14,551,0),(65465,15,551,0),(65466,16,551,0),(65467,17,551,0),(65468,18,551,0),(65469,19,551,0),(65470,20,551,0),(65471,21,551,0),(65472,22,551,0),(65473,23,551,0),(65474,24,551,0),(65475,25,551,0),(65476,26,551,0),(65477,27,551,0),(65478,28,551,0),(65479,29,551,0),(65480,30,551,0),(65481,31,551,0),(65482,32,551,0),(65483,33,551,0),(65484,34,551,0),(65485,35,551,0),(65486,36,551,0),(65487,37,551,0),(65488,38,551,0),(65489,39,551,0),(65490,40,551,0),(65491,41,551,0),(65492,42,551,0),(65493,43,551,0),(65494,44,551,0),(65495,45,551,0),(65496,46,551,0),(65497,47,551,0),(65498,48,551,0),(65499,49,551,0),(65500,50,551,0),(65501,51,551,0),(65502,52,551,0),(65503,53,551,0),(65504,54,551,0),(65505,55,551,0),(65506,56,551,0),(65507,57,551,0),(65508,58,551,0),(65509,59,551,0),(65510,60,551,0),(65511,61,551,0),(65512,62,551,0.488871080307307),(65513,63,551,0),(65514,64,551,0),(65515,65,551,0),(65516,66,551,0),(65517,67,551,0),(65518,68,551,0),(65519,69,551,0),(65520,70,551,0),(65521,71,551,0),(65522,72,551,0),(65523,73,551,0),(65524,74,551,0),(65525,75,551,0),(65526,76,551,0),(65527,77,551,0),(65528,78,551,0),(65529,79,551,0),(65530,80,551,0),(65531,81,551,0),(65532,82,551,0),(65533,83,551,0),(65534,84,551,0),(65535,85,551,0),(65536,86,551,0),(65537,87,551,0),(65538,88,551,0),(65539,89,551,0),(65540,90,551,0),(65541,91,551,0),(65542,92,551,0),(65543,93,551,0),(65544,94,551,0),(65545,95,551,0),(65546,96,551,0),(65547,97,551,0),(65548,98,551,0),(65549,99,551,0),(65550,100,551,0),(65551,101,551,0),(65552,102,551,0),(65553,103,551,0),(65554,104,551,0),(65555,105,551,0),(65556,106,551,0),(65557,107,551,0),(65558,108,551,0),(65559,109,551,0),(65560,110,551,0),(65561,111,551,0),(65562,112,551,0),(65563,113,551,0),(65564,114,551,0),(65565,115,551,0),(65566,116,551,0),(65567,117,551,0),(65568,118,551,0),(65569,119,551,0),(65570,1,552,0),(65571,2,552,0),(65572,3,552,0),(65573,4,552,0),(65574,5,552,0),(65575,6,552,0),(65576,7,552,0),(65577,8,552,0),(65578,9,552,0),(65579,10,552,0),(65580,11,552,0),(65581,12,552,0),(65582,13,552,0),(65583,14,552,0),(65584,15,552,0),(65585,16,552,0),(65586,17,552,0),(65587,18,552,0),(65588,19,552,0),(65589,20,552,0),(65590,21,552,0),(65591,22,552,0),(65592,23,552,0),(65593,24,552,0),(65594,25,552,0),(65595,26,552,0),(65596,27,552,0),(65597,28,552,0),(65598,29,552,0),(65599,30,552,0),(65600,31,552,0),(65601,32,552,0),(65602,33,552,0),(65603,34,552,0),(65604,35,552,0),(65605,36,552,0),(65606,37,552,0),(65607,38,552,0),(65608,39,552,0),(65609,40,552,0),(65610,41,552,0),(65611,42,552,0),(65612,43,552,0),(65613,44,552,0),(65614,45,552,0),(65615,46,552,0),(65616,47,552,0),(65617,48,552,0),(65618,49,552,0),(65619,50,552,0),(65620,51,552,0),(65621,52,552,0),(65622,53,552,0),(65623,54,552,0),(65624,55,552,0),(65625,56,552,0),(65626,57,552,0),(65627,58,552,0),(65628,59,552,0),(65629,60,552,0),(65630,61,552,0),(65631,62,552,0.074559424041198),(65632,63,552,0),(65633,64,552,0),(65634,65,552,0),(65635,66,552,0),(65636,67,552,0),(65637,68,552,0),(65638,69,552,0),(65639,70,552,0),(65640,71,552,0),(65641,72,552,0),(65642,73,552,0),(65643,74,552,0),(65644,75,552,0),(65645,76,552,0),(65646,77,552,0),(65647,78,552,0),(65648,79,552,0),(65649,80,552,0),(65650,81,552,0),(65651,82,552,0),(65652,83,552,0),(65653,84,552,0),(65654,85,552,0),(65655,86,552,0),(65656,87,552,0),(65657,88,552,0),(65658,89,552,0),(65659,90,552,0),(65660,91,552,0),(65661,92,552,0),(65662,93,552,0),(65663,94,552,0),(65664,95,552,0),(65665,96,552,0),(65666,97,552,0),(65667,98,552,0),(65668,99,552,0),(65669,100,552,0),(65670,101,552,0),(65671,102,552,0),(65672,103,552,0),(65673,104,552,0),(65674,105,552,0),(65675,106,552,0),(65676,107,552,0),(65677,108,552,0),(65678,109,552,0),(65679,110,552,0),(65680,111,552,0),(65681,112,552,0),(65682,113,552,0),(65683,114,552,0),(65684,115,552,0),(65685,116,552,0),(65686,117,552,0),(65687,118,552,0),(65688,119,552,0),(65689,1,553,0),(65690,2,553,0),(65691,3,553,0),(65692,4,553,0),(65693,5,553,0),(65694,6,553,0),(65695,7,553,0),(65696,8,553,0),(65697,9,553,0),(65698,10,553,0),(65699,11,553,0),(65700,12,553,0),(65701,13,553,0),(65702,14,553,0),(65703,15,553,0),(65704,16,553,0),(65705,17,553,0),(65706,18,553,0),(65707,19,553,0),(65708,20,553,0),(65709,21,553,0),(65710,22,553,0),(65711,23,553,0),(65712,24,553,0),(65713,25,553,0),(65714,26,553,0),(65715,27,553,0),(65716,28,553,0),(65717,29,553,0),(65718,30,553,0),(65719,31,553,0),(65720,32,553,0),(65721,33,553,0),(65722,34,553,0),(65723,35,553,0),(65724,36,553,0),(65725,37,553,0),(65726,38,553,0),(65727,39,553,0),(65728,40,553,0),(65729,41,553,0),(65730,42,553,0),(65731,43,553,0),(65732,44,553,0),(65733,45,553,0),(65734,46,553,0),(65735,47,553,0),(65736,48,553,0),(65737,49,553,0),(65738,50,553,0),(65739,51,553,0),(65740,52,553,0),(65741,53,553,0),(65742,54,553,0),(65743,55,553,0),(65744,56,553,0),(65745,57,553,0),(65746,58,553,0),(65747,59,553,0),(65748,60,553,0),(65749,61,553,0),(65750,62,553,0.552543341501938),(65751,63,553,0),(65752,64,553,0),(65753,65,553,0),(65754,66,553,0),(65755,67,553,0),(65756,68,553,0),(65757,69,553,0),(65758,70,553,0),(65759,71,553,0),(65760,72,553,0),(65761,73,553,0),(65762,74,553,0),(65763,75,553,0),(65764,76,553,0),(65765,77,553,0),(65766,78,553,0),(65767,79,553,0),(65768,80,553,0),(65769,81,553,0),(65770,82,553,0),(65771,83,553,0),(65772,84,553,0),(65773,85,553,0),(65774,86,553,0),(65775,87,553,0),(65776,88,553,0),(65777,89,553,0),(65778,90,553,0),(65779,91,553,0),(65780,92,553,0),(65781,93,553,0),(65782,94,553,0),(65783,95,553,0),(65784,96,553,0),(65785,97,553,0),(65786,98,553,0),(65787,99,553,0),(65788,100,553,0),(65789,101,553,0),(65790,102,553,0),(65791,103,553,0),(65792,104,553,0),(65793,105,553,0),(65794,106,553,0),(65795,107,553,0),(65796,108,553,0),(65797,109,553,0),(65798,110,553,0),(65799,111,553,0),(65800,112,553,0),(65801,113,553,0),(65802,114,553,0),(65803,115,553,0),(65804,116,553,0),(65805,117,553,0),(65806,118,553,0),(65807,119,553,0),(65808,1,554,0),(65809,2,554,0),(65810,3,554,0),(65811,4,554,0),(65812,5,554,0),(65813,6,554,0),(65814,7,554,0),(65815,8,554,0),(65816,9,554,0),(65817,10,554,0),(65818,11,554,0),(65819,12,554,0),(65820,13,554,0),(65821,14,554,0),(65822,15,554,0),(65823,16,554,0),(65824,17,554,0),(65825,18,554,0),(65826,19,554,0),(65827,20,554,0),(65828,21,554,0),(65829,22,554,0),(65830,23,554,0),(65831,24,554,0),(65832,25,554,0),(65833,26,554,0),(65834,27,554,0),(65835,28,554,0),(65836,29,554,0),(65837,30,554,0),(65838,31,554,0),(65839,32,554,0),(65840,33,554,0),(65841,34,554,0),(65842,35,554,0),(65843,36,554,0),(65844,37,554,0),(65845,38,554,0),(65846,39,554,0),(65847,40,554,0),(65848,41,554,0),(65849,42,554,0),(65850,43,554,0),(65851,44,554,0),(65852,45,554,0),(65853,46,554,0),(65854,47,554,0),(65855,48,554,0),(65856,49,554,0),(65857,50,554,0),(65858,51,554,0),(65859,52,554,0),(65860,53,554,0),(65861,54,554,0),(65862,55,554,0),(65863,56,554,0),(65864,57,554,0),(65865,58,554,0),(65866,59,554,0),(65867,60,554,0),(65868,61,554,0),(65869,62,554,0.0933186026712344),(65870,63,554,0),(65871,64,554,0),(65872,65,554,0),(65873,66,554,0),(65874,67,554,0),(65875,68,554,0),(65876,69,554,0),(65877,70,554,0),(65878,71,554,0),(65879,72,554,0),(65880,73,554,0),(65881,74,554,0),(65882,75,554,0),(65883,76,554,0),(65884,77,554,0),(65885,78,554,0),(65886,79,554,0),(65887,80,554,0),(65888,81,554,0),(65889,82,554,0),(65890,83,554,0),(65891,84,554,0),(65892,85,554,0),(65893,86,554,0),(65894,87,554,0),(65895,88,554,0),(65896,89,554,0),(65897,90,554,0),(65898,91,554,0),(65899,92,554,0),(65900,93,554,0),(65901,94,554,0),(65902,95,554,0),(65903,96,554,0),(65904,97,554,0),(65905,98,554,0),(65906,99,554,0),(65907,100,554,0),(65908,101,554,0),(65909,102,554,0),(65910,103,554,0),(65911,104,554,0),(65912,105,554,0),(65913,106,554,0),(65914,107,554,0),(65915,108,554,0),(65916,109,554,0),(65917,110,554,0),(65918,111,554,0),(65919,112,554,0),(65920,113,554,0),(65921,114,554,0),(65922,115,554,0),(65923,116,554,0),(65924,117,554,0),(65925,118,554,0),(65926,119,554,0),(65927,1,555,0),(65928,2,555,0),(65929,3,555,0),(65930,4,555,0),(65931,5,555,0),(65932,6,555,0),(65933,7,555,0),(65934,8,555,0),(65935,9,555,0),(65936,10,555,0),(65937,11,555,0),(65938,12,555,0),(65939,13,555,0),(65940,14,555,0),(65941,15,555,0),(65942,16,555,0),(65943,17,555,0),(65944,18,555,0),(65945,19,555,0),(65946,20,555,0),(65947,21,555,0),(65948,22,555,0),(65949,23,555,0),(65950,24,555,0),(65951,25,555,0),(65952,26,555,0),(65953,27,555,0),(65954,28,555,0),(65955,29,555,0),(65956,30,555,0),(65957,31,555,0),(65958,32,555,0),(65959,33,555,0),(65960,34,555,0),(65961,35,555,0),(65962,36,555,0),(65963,37,555,0),(65964,38,555,0),(65965,39,555,0),(65966,40,555,0),(65967,41,555,0),(65968,42,555,0),(65969,43,555,0),(65970,44,555,0),(65971,45,555,0),(65972,46,555,0),(65973,47,555,0),(65974,48,555,0),(65975,49,555,0),(65976,50,555,0),(65977,51,555,0),(65978,52,555,0),(65979,53,555,0),(65980,54,555,0),(65981,55,555,0),(65982,56,555,0),(65983,57,555,0),(65984,58,555,0),(65985,59,555,0),(65986,60,555,0),(65987,61,555,0),(65988,62,555,0.27957863178563),(65989,63,555,0),(65990,64,555,0),(65991,65,555,0),(65992,66,555,0),(65993,67,555,0),(65994,68,555,0),(65995,69,555,0),(65996,70,555,0),(65997,71,555,0),(65998,72,555,0),(65999,73,555,0),(66000,74,555,0),(66001,75,555,0),(66002,76,555,0),(66003,77,555,0),(66004,78,555,0),(66005,79,555,0),(66006,80,555,0),(66007,81,555,0),(66008,82,555,0),(66009,83,555,0),(66010,84,555,0),(66011,85,555,0),(66012,86,555,0),(66013,87,555,0),(66014,88,555,0),(66015,89,555,0),(66016,90,555,0),(66017,91,555,0),(66018,92,555,0),(66019,93,555,0),(66020,94,555,0),(66021,95,555,0),(66022,96,555,0),(66023,97,555,0),(66024,98,555,0),(66025,99,555,0),(66026,100,555,0),(66027,101,555,0),(66028,102,555,0),(66029,103,555,0),(66030,104,555,0),(66031,105,555,0),(66032,106,555,0),(66033,107,555,0),(66034,108,555,0),(66035,109,555,0),(66036,110,555,0),(66037,111,555,0),(66038,112,555,0),(66039,113,555,0),(66040,114,555,0),(66041,115,555,0),(66042,116,555,0),(66043,117,555,0),(66044,118,555,0),(66045,119,555,0),(66046,1,556,0),(66047,2,556,0),(66048,3,556,0),(66049,4,556,0),(66050,5,556,0),(66051,6,556,0),(66052,7,556,0),(66053,8,556,0),(66054,9,556,0),(66055,10,556,0),(66056,11,556,0),(66057,12,556,0),(66058,13,556,0),(66059,14,556,0),(66060,15,556,0),(66061,16,556,0),(66062,17,556,0),(66063,18,556,0),(66064,19,556,0),(66065,20,556,0),(66066,21,556,0),(66067,22,556,0),(66068,23,556,0),(66069,24,556,0),(66070,25,556,0),(66071,26,556,0),(66072,27,556,0),(66073,28,556,0),(66074,29,556,0),(66075,30,556,0),(66076,31,556,0),(66077,32,556,0),(66078,33,556,0),(66079,34,556,0),(66080,35,556,0),(66081,36,556,0),(66082,37,556,0),(66083,38,556,0),(66084,39,556,0),(66085,40,556,0),(66086,41,556,0),(66087,42,556,0),(66088,43,556,0),(66089,44,556,0),(66090,45,556,0),(66091,46,556,0),(66092,47,556,0),(66093,48,556,0),(66094,49,556,0),(66095,50,556,0),(66096,51,556,0),(66097,52,556,0),(66098,53,556,0),(66099,54,556,0),(66100,55,556,0),(66101,56,556,0),(66102,57,556,0),(66103,58,556,0),(66104,59,556,0),(66105,60,556,0),(66106,61,556,0),(66107,62,556,0),(66108,63,556,0.5),(66109,64,556,0),(66110,65,556,0),(66111,66,556,0),(66112,67,556,0),(66113,68,556,0),(66114,69,556,0),(66115,70,556,0),(66116,71,556,0),(66117,72,556,0),(66118,73,556,0),(66119,74,556,0),(66120,75,556,0),(66121,76,556,0),(66122,77,556,0),(66123,78,556,0),(66124,79,556,0),(66125,80,556,0),(66126,81,556,0),(66127,82,556,0),(66128,83,556,0),(66129,84,556,0),(66130,85,556,0),(66131,86,556,0),(66132,87,556,0),(66133,88,556,0),(66134,89,556,0),(66135,90,556,0),(66136,91,556,0),(66137,92,556,0),(66138,93,556,0),(66139,94,556,0),(66140,95,556,0),(66141,96,556,0),(66142,97,556,0),(66143,98,556,0),(66144,99,556,0),(66145,100,556,0),(66146,101,556,0),(66147,102,556,0),(66148,103,556,0),(66149,104,556,0),(66150,105,556,0),(66151,106,556,0),(66152,107,556,0),(66153,108,556,0),(66154,109,556,0),(66155,110,556,0),(66156,111,556,0),(66157,112,556,0),(66158,113,556,0),(66159,114,556,0),(66160,115,556,0),(66161,116,556,0),(66162,117,556,0),(66163,118,556,0),(66164,119,556,0),(66165,1,557,0),(66166,2,557,0),(66167,3,557,0),(66168,4,557,0),(66169,5,557,0),(66170,6,557,0),(66171,7,557,0),(66172,8,557,0),(66173,9,557,0),(66174,10,557,0),(66175,11,557,0),(66176,12,557,0),(66177,13,557,0),(66178,14,557,0),(66179,15,557,0),(66180,16,557,0),(66181,17,557,0),(66182,18,557,0),(66183,19,557,0),(66184,20,557,0),(66185,21,557,0),(66186,22,557,0),(66187,23,557,0),(66188,24,557,0),(66189,25,557,0),(66190,26,557,0),(66191,27,557,0),(66192,28,557,0),(66193,29,557,0),(66194,30,557,0),(66195,31,557,0),(66196,32,557,0),(66197,33,557,0),(66198,34,557,0),(66199,35,557,0),(66200,36,557,0),(66201,37,557,0),(66202,38,557,0),(66203,39,557,0),(66204,40,557,0),(66205,41,557,0),(66206,42,557,0),(66207,43,557,0),(66208,44,557,0),(66209,45,557,0),(66210,46,557,0),(66211,47,557,0),(66212,48,557,0),(66213,49,557,0),(66214,50,557,0),(66215,51,557,0),(66216,52,557,0),(66217,53,557,0),(66218,54,557,0),(66219,55,557,0),(66220,56,557,0),(66221,57,557,0),(66222,58,557,0),(66223,59,557,0),(66224,60,557,0),(66225,61,557,0),(66226,62,557,0),(66227,63,557,0.8),(66228,64,557,0),(66229,65,557,0),(66230,66,557,0),(66231,67,557,0),(66232,68,557,0),(66233,69,557,0),(66234,70,557,0),(66235,71,557,0),(66236,72,557,0),(66237,73,557,0),(66238,74,557,0),(66239,75,557,0),(66240,76,557,0),(66241,77,557,0),(66242,78,557,0),(66243,79,557,0),(66244,80,557,0),(66245,81,557,0),(66246,82,557,0),(66247,83,557,0),(66248,84,557,0),(66249,85,557,0),(66250,86,557,0),(66251,87,557,0),(66252,88,557,0),(66253,89,557,0),(66254,90,557,0),(66255,91,557,0),(66256,92,557,0),(66257,93,557,0),(66258,94,557,0),(66259,95,557,0),(66260,96,557,0),(66261,97,557,0),(66262,98,557,0),(66263,99,557,0),(66264,100,557,0),(66265,101,557,0),(66266,102,557,0),(66267,103,557,0),(66268,104,557,0),(66269,105,557,0),(66270,106,557,0),(66271,107,557,0),(66272,108,557,0),(66273,109,557,0),(66274,110,557,0),(66275,111,557,0),(66276,112,557,0),(66277,113,557,0),(66278,114,557,0),(66279,115,557,0),(66280,116,557,0),(66281,117,557,0),(66282,118,557,0),(66283,119,557,0),(66284,1,558,0),(66285,2,558,0),(66286,3,558,0),(66287,4,558,0),(66288,5,558,0),(66289,6,558,0),(66290,7,558,0),(66291,8,558,0),(66292,9,558,0),(66293,10,558,0),(66294,11,558,0),(66295,12,558,0),(66296,13,558,0),(66297,14,558,0),(66298,15,558,0),(66299,16,558,0),(66300,17,558,0),(66301,18,558,0),(66302,19,558,0),(66303,20,558,0),(66304,21,558,0),(66305,22,558,0),(66306,23,558,0),(66307,24,558,0),(66308,25,558,0),(66309,26,558,0),(66310,27,558,0),(66311,28,558,0),(66312,29,558,0),(66313,30,558,0),(66314,31,558,0),(66315,32,558,0),(66316,33,558,0),(66317,34,558,0),(66318,35,558,0),(66319,36,558,0),(66320,37,558,0),(66321,38,558,0),(66322,39,558,0),(66323,40,558,0),(66324,41,558,0),(66325,42,558,0),(66326,43,558,0),(66327,44,558,0),(66328,45,558,0),(66329,46,558,0),(66330,47,558,0),(66331,48,558,0),(66332,49,558,0),(66333,50,558,0),(66334,51,558,0),(66335,52,558,0),(66336,53,558,0),(66337,54,558,0),(66338,55,558,0),(66339,56,558,0),(66340,57,558,0),(66341,58,558,0),(66342,59,558,0),(66343,60,558,0),(66344,61,558,0),(66345,62,558,0),(66346,63,558,1),(66347,64,558,0),(66348,65,558,0),(66349,66,558,0),(66350,67,558,0),(66351,68,558,0),(66352,69,558,0),(66353,70,558,0),(66354,71,558,0),(66355,72,558,0),(66356,73,558,0),(66357,74,558,0),(66358,75,558,0),(66359,76,558,0),(66360,77,558,0),(66361,78,558,0),(66362,79,558,0),(66363,80,558,0),(66364,81,558,0),(66365,82,558,0),(66366,83,558,0),(66367,84,558,0),(66368,85,558,0),(66369,86,558,0),(66370,87,558,0),(66371,88,558,0),(66372,89,558,0),(66373,90,558,0),(66374,91,558,0),(66375,92,558,0),(66376,93,558,0),(66377,94,558,0),(66378,95,558,0),(66379,96,558,0),(66380,97,558,0),(66381,98,558,0),(66382,99,558,0),(66383,100,558,0),(66384,101,558,0),(66385,102,558,0),(66386,103,558,0),(66387,104,558,0),(66388,105,558,0),(66389,106,558,0),(66390,107,558,0),(66391,108,558,0),(66392,109,558,0),(66393,110,558,0),(66394,111,558,0),(66395,112,558,0),(66396,113,558,0),(66397,114,558,0),(66398,115,558,0),(66399,116,558,0),(66400,117,558,0),(66401,118,558,0),(66402,119,558,0),(66403,1,559,0),(66404,2,559,0),(66405,3,559,0),(66406,4,559,0),(66407,5,559,0),(66408,6,559,0),(66409,7,559,0),(66410,8,559,0),(66411,9,559,0),(66412,10,559,0),(66413,11,559,0),(66414,12,559,0),(66415,13,559,0),(66416,14,559,0),(66417,15,559,0),(66418,16,559,0),(66419,17,559,0),(66420,18,559,0),(66421,19,559,0),(66422,20,559,0),(66423,21,559,0),(66424,22,559,0),(66425,23,559,0),(66426,24,559,0),(66427,25,559,0),(66428,26,559,0),(66429,27,559,0),(66430,28,559,0),(66431,29,559,0),(66432,30,559,0),(66433,31,559,0),(66434,32,559,0),(66435,33,559,0),(66436,34,559,0),(66437,35,559,0),(66438,36,559,0),(66439,37,559,0),(66440,38,559,0),(66441,39,559,0),(66442,40,559,0),(66443,41,559,0),(66444,42,559,0),(66445,43,559,0),(66446,44,559,0),(66447,45,559,0),(66448,46,559,0),(66449,47,559,0),(66450,48,559,0),(66451,49,559,0),(66452,50,559,0),(66453,51,559,0),(66454,52,559,0),(66455,53,559,0),(66456,54,559,0),(66457,55,559,0),(66458,56,559,0),(66459,57,559,0),(66460,58,559,0),(66461,59,559,0),(66462,60,559,0),(66463,61,559,0),(66464,62,559,0),(66465,63,559,0),(66466,64,559,0.171398969496016),(66467,65,559,0),(66468,66,559,0),(66469,67,559,0),(66470,68,559,0),(66471,69,559,0),(66472,70,559,0),(66473,71,559,0),(66474,72,559,0),(66475,73,559,0),(66476,74,559,0),(66477,75,559,0),(66478,76,559,0),(66479,77,559,0),(66480,78,559,0),(66481,79,559,0),(66482,80,559,0),(66483,81,559,0),(66484,82,559,0),(66485,83,559,0),(66486,84,559,0),(66487,85,559,0),(66488,86,559,0),(66489,87,559,0),(66490,88,559,0),(66491,89,559,0),(66492,90,559,0),(66493,91,559,0),(66494,92,559,0),(66495,93,559,0),(66496,94,559,0),(66497,95,559,0),(66498,96,559,0),(66499,97,559,0),(66500,98,559,0),(66501,99,559,0),(66502,100,559,0),(66503,101,559,0),(66504,102,559,0),(66505,103,559,0),(66506,104,559,0),(66507,105,559,0),(66508,106,559,0),(66509,107,559,0),(66510,108,559,0),(66511,109,559,0),(66512,110,559,0),(66513,111,559,0),(66514,112,559,0),(66515,113,559,0),(66516,114,559,0),(66517,115,559,0),(66518,116,559,0),(66519,117,559,0),(66520,118,559,0),(66521,119,559,0),(66522,1,560,0),(66523,2,560,0),(66524,3,560,0),(66525,4,560,0),(66526,5,560,0),(66527,6,560,0),(66528,7,560,0),(66529,8,560,0),(66530,9,560,0),(66531,10,560,0),(66532,11,560,0),(66533,12,560,0),(66534,13,560,0),(66535,14,560,0),(66536,15,560,0),(66537,16,560,0),(66538,17,560,0),(66539,18,560,0),(66540,19,560,0),(66541,20,560,0),(66542,21,560,0),(66543,22,560,0),(66544,23,560,0),(66545,24,560,0),(66546,25,560,0),(66547,26,560,0),(66548,27,560,0),(66549,28,560,0),(66550,29,560,0),(66551,30,560,0),(66552,31,560,0),(66553,32,560,0),(66554,33,560,0),(66555,34,560,0),(66556,35,560,0),(66557,36,560,0),(66558,37,560,0),(66559,38,560,0),(66560,39,560,0),(66561,40,560,0),(66562,41,560,0),(66563,42,560,0),(66564,43,560,0),(66565,44,560,0),(66566,45,560,0),(66567,46,560,0),(66568,47,560,0),(66569,48,560,0),(66570,49,560,0),(66571,50,560,0),(66572,51,560,0),(66573,52,560,0),(66574,53,560,0),(66575,54,560,0),(66576,55,560,0),(66577,56,560,0),(66578,57,560,0),(66579,58,560,0),(66580,59,560,0),(66581,60,560,0),(66582,61,560,0),(66583,62,560,0),(66584,63,560,0),(66585,64,560,0.0399585272214269),(66586,65,560,0),(66587,66,560,0),(66588,67,560,0),(66589,68,560,0),(66590,69,560,0),(66591,70,560,0),(66592,71,560,0),(66593,72,560,0),(66594,73,560,0),(66595,74,560,0),(66596,75,560,0),(66597,76,560,0),(66598,77,560,0),(66599,78,560,0),(66600,79,560,0),(66601,80,560,0),(66602,81,560,0),(66603,82,560,0),(66604,83,560,0),(66605,84,560,0),(66606,85,560,0),(66607,86,560,0),(66608,87,560,0),(66609,88,560,0),(66610,89,560,0),(66611,90,560,0),(66612,91,560,0),(66613,92,560,0),(66614,93,560,0),(66615,94,560,0),(66616,95,560,0),(66617,96,560,0),(66618,97,560,0),(66619,98,560,0),(66620,99,560,0),(66621,100,560,0),(66622,101,560,0),(66623,102,560,0),(66624,103,560,0),(66625,104,560,0),(66626,105,560,0),(66627,106,560,0),(66628,107,560,0),(66629,108,560,0),(66630,109,560,0),(66631,110,560,0),(66632,111,560,0),(66633,112,560,0),(66634,113,560,0),(66635,114,560,0),(66636,115,560,0),(66637,116,560,0),(66638,117,560,0),(66639,118,560,0),(66640,119,560,0),(66641,1,561,0),(66642,2,561,0),(66643,3,561,0),(66644,4,561,0),(66645,5,561,0),(66646,6,561,0),(66647,7,561,0),(66648,8,561,0),(66649,9,561,0),(66650,10,561,0),(66651,11,561,0),(66652,12,561,0),(66653,13,561,0),(66654,14,561,0),(66655,15,561,0),(66656,16,561,0),(66657,17,561,0),(66658,18,561,0),(66659,19,561,0),(66660,20,561,0),(66661,21,561,0),(66662,22,561,0),(66663,23,561,0),(66664,24,561,0),(66665,25,561,0),(66666,26,561,0),(66667,27,561,0),(66668,28,561,0),(66669,29,561,0),(66670,30,561,0),(66671,31,561,0),(66672,32,561,0),(66673,33,561,0),(66674,34,561,0),(66675,35,561,0),(66676,36,561,0),(66677,37,561,0),(66678,38,561,0),(66679,39,561,0),(66680,40,561,0),(66681,41,561,0),(66682,42,561,0),(66683,43,561,0),(66684,44,561,0),(66685,45,561,0),(66686,46,561,0),(66687,47,561,0),(66688,48,561,0),(66689,49,561,0),(66690,50,561,0),(66691,51,561,0),(66692,52,561,0),(66693,53,561,0),(66694,54,561,0),(66695,55,561,0),(66696,56,561,0),(66697,57,561,0),(66698,58,561,0),(66699,59,561,0),(66700,60,561,0),(66701,61,561,0),(66702,62,561,0),(66703,63,561,0),(66704,64,561,0.205190210843934),(66705,65,561,0),(66706,66,561,0),(66707,67,561,0),(66708,68,561,0),(66709,69,561,0),(66710,70,561,0),(66711,71,561,0),(66712,72,561,0),(66713,73,561,0),(66714,74,561,0),(66715,75,561,0),(66716,76,561,0),(66717,77,561,0),(66718,78,561,0),(66719,79,561,0),(66720,80,561,0),(66721,81,561,0),(66722,82,561,0),(66723,83,561,0),(66724,84,561,0),(66725,85,561,0),(66726,86,561,0),(66727,87,561,0),(66728,88,561,0),(66729,89,561,0),(66730,90,561,0),(66731,91,561,0),(66732,92,561,0),(66733,93,561,0),(66734,94,561,0),(66735,95,561,0),(66736,96,561,0),(66737,97,561,0),(66738,98,561,0),(66739,99,561,0),(66740,100,561,0),(66741,101,561,0),(66742,102,561,0),(66743,103,561,0),(66744,104,561,0),(66745,105,561,0),(66746,106,561,0),(66747,107,561,0),(66748,108,561,0),(66749,109,561,0),(66750,110,561,0),(66751,111,561,0),(66752,112,561,0),(66753,113,561,0),(66754,114,561,0),(66755,115,561,0),(66756,116,561,0),(66757,117,561,0),(66758,118,561,0),(66759,119,561,0),(66760,1,562,0),(66761,2,562,0),(66762,3,562,0),(66763,4,562,0),(66764,5,562,0),(66765,6,562,0),(66766,7,562,0),(66767,8,562,0),(66768,9,562,0),(66769,10,562,0),(66770,11,562,0),(66771,12,562,0),(66772,13,562,0),(66773,14,562,0),(66774,15,562,0),(66775,16,562,0),(66776,17,562,0),(66777,18,562,0),(66778,19,562,0),(66779,20,562,0),(66780,21,562,0),(66781,22,562,0),(66782,23,562,0),(66783,24,562,0),(66784,25,562,0),(66785,26,562,0),(66786,27,562,0),(66787,28,562,0),(66788,29,562,0),(66789,30,562,0),(66790,31,562,0),(66791,32,562,0),(66792,33,562,0),(66793,34,562,0),(66794,35,562,0),(66795,36,562,0),(66796,37,562,0),(66797,38,562,0),(66798,39,562,0),(66799,40,562,0),(66800,41,562,0),(66801,42,562,0),(66802,43,562,0),(66803,44,562,0),(66804,45,562,0),(66805,46,562,0),(66806,47,562,0),(66807,48,562,0),(66808,49,562,0),(66809,50,562,0),(66810,51,562,0),(66811,52,562,0),(66812,53,562,0),(66813,54,562,0),(66814,55,562,0),(66815,56,562,0),(66816,57,562,0),(66817,58,562,0),(66818,59,562,0),(66819,60,562,0),(66820,61,562,0),(66821,62,562,0),(66822,63,562,0),(66823,64,562,0.0834522924386226),(66824,65,562,0),(66825,66,562,0),(66826,67,562,0),(66827,68,562,0),(66828,69,562,0),(66829,70,562,0),(66830,71,562,0),(66831,72,562,0),(66832,73,562,0),(66833,74,562,0),(66834,75,562,0),(66835,76,562,0),(66836,77,562,0),(66837,78,562,0),(66838,79,562,0),(66839,80,562,0),(66840,81,562,0),(66841,82,562,0),(66842,83,562,0),(66843,84,562,0),(66844,85,562,0),(66845,86,562,0),(66846,87,562,0),(66847,88,562,0),(66848,89,562,0),(66849,90,562,0),(66850,91,562,0),(66851,92,562,0),(66852,93,562,0),(66853,94,562,0),(66854,95,562,0),(66855,96,562,0),(66856,97,562,0),(66857,98,562,0),(66858,99,562,0),(66859,100,562,0),(66860,101,562,0),(66861,102,562,0),(66862,103,562,0),(66863,104,562,0),(66864,105,562,0),(66865,106,562,0),(66866,107,562,0),(66867,108,562,0),(66868,109,562,0),(66869,110,562,0),(66870,111,562,0),(66871,112,562,0),(66872,113,562,0),(66873,114,562,0),(66874,115,562,0),(66875,116,562,0),(66876,117,562,0),(66877,118,562,0),(66878,119,562,0),(66879,1,563,0),(66880,2,563,0),(66881,3,563,0),(66882,4,563,0),(66883,5,563,0),(66884,6,563,0),(66885,7,563,0),(66886,8,563,0),(66887,9,563,0),(66888,10,563,0),(66889,11,563,0),(66890,12,563,0),(66891,13,563,0),(66892,14,563,0),(66893,15,563,0),(66894,16,563,0),(66895,17,563,0),(66896,18,563,0),(66897,19,563,0),(66898,20,563,0),(66899,21,563,0),(66900,22,563,0),(66901,23,563,0),(66902,24,563,0),(66903,25,563,0),(66904,26,563,0),(66905,27,563,0),(66906,28,563,0),(66907,29,563,0),(66908,30,563,0),(66909,31,563,0),(66910,32,563,0),(66911,33,563,0),(66912,34,563,0),(66913,35,563,0),(66914,36,563,0),(66915,37,563,0),(66916,38,563,0),(66917,39,563,0),(66918,40,563,0),(66919,41,563,0),(66920,42,563,0),(66921,43,563,0),(66922,44,563,0),(66923,45,563,0),(66924,46,563,0),(66925,47,563,0),(66926,48,563,0),(66927,49,563,0),(66928,50,563,0),(66929,51,563,0),(66930,52,563,0),(66931,53,563,0),(66932,54,563,0),(66933,55,563,0),(66934,56,563,0),(66935,57,563,0),(66936,58,563,0),(66937,59,563,0),(66938,60,563,0),(66939,61,563,0),(66940,62,563,0),(66941,63,563,0),(66942,64,563,0.0927057396663402),(66943,65,563,0),(66944,66,563,0),(66945,67,563,0),(66946,68,563,0),(66947,69,563,0),(66948,70,563,0),(66949,71,563,0),(66950,72,563,0),(66951,73,563,0),(66952,74,563,0),(66953,75,563,0),(66954,76,563,0),(66955,77,563,0),(66956,78,563,0),(66957,79,563,0),(66958,80,563,0),(66959,81,563,0),(66960,82,563,0),(66961,83,563,0),(66962,84,563,0),(66963,85,563,0),(66964,86,563,0),(66965,87,563,0),(66966,88,563,0),(66967,89,563,0),(66968,90,563,0),(66969,91,563,0),(66970,92,563,0),(66971,93,563,0),(66972,94,563,0),(66973,95,563,0),(66974,96,563,0),(66975,97,563,0),(66976,98,563,0),(66977,99,563,0),(66978,100,563,0),(66979,101,563,0),(66980,102,563,0),(66981,103,563,0),(66982,104,563,0),(66983,105,563,0),(66984,106,563,0),(66985,107,563,0),(66986,108,563,0),(66987,109,563,0),(66988,110,563,0),(66989,111,563,0),(66990,112,563,0),(66991,113,563,0),(66992,114,563,0),(66993,115,563,0),(66994,116,563,0),(66995,117,563,0),(66996,118,563,0),(66997,119,563,0),(66998,1,564,0),(66999,2,564,0),(67000,3,564,0),(67001,4,564,0),(67002,5,564,0),(67003,6,564,0),(67004,7,564,0),(67005,8,564,0),(67006,9,564,0),(67007,10,564,0),(67008,11,564,0),(67009,12,564,0),(67010,13,564,0),(67011,14,564,0),(67012,15,564,0),(67013,16,564,0),(67014,17,564,0),(67015,18,564,0),(67016,19,564,0),(67017,20,564,0),(67018,21,564,0),(67019,22,564,0),(67020,23,564,0),(67021,24,564,0),(67022,25,564,0),(67023,26,564,0),(67024,27,564,0),(67025,28,564,0),(67026,29,564,0),(67027,30,564,0),(67028,31,564,0),(67029,32,564,0),(67030,33,564,0),(67031,34,564,0),(67032,35,564,0),(67033,36,564,0),(67034,37,564,0),(67035,38,564,0),(67036,39,564,0),(67037,40,564,0),(67038,41,564,0),(67039,42,564,0),(67040,43,564,0),(67041,44,564,0),(67042,45,564,0),(67043,46,564,0),(67044,47,564,0),(67045,48,564,0),(67046,49,564,0),(67047,50,564,0),(67048,51,564,0),(67049,52,564,0),(67050,53,564,0),(67051,54,564,0),(67052,55,564,0),(67053,56,564,0),(67054,57,564,0),(67055,58,564,0),(67056,59,564,0),(67057,60,564,0),(67058,61,564,0),(67059,62,564,0),(67060,63,564,0),(67061,64,564,0.163536931355672),(67062,65,564,0),(67063,66,564,0),(67064,67,564,0),(67065,68,564,0),(67066,69,564,0),(67067,70,564,0),(67068,71,564,0),(67069,72,564,0),(67070,73,564,0),(67071,74,564,0),(67072,75,564,0),(67073,76,564,0),(67074,77,564,0),(67075,78,564,0),(67076,79,564,0),(67077,80,564,0),(67078,81,564,0),(67079,82,564,0),(67080,83,564,0),(67081,84,564,0),(67082,85,564,0),(67083,86,564,0),(67084,87,564,0),(67085,88,564,0),(67086,89,564,0),(67087,90,564,0),(67088,91,564,0),(67089,92,564,0),(67090,93,564,0),(67091,94,564,0),(67092,95,564,0),(67093,96,564,0),(67094,97,564,0),(67095,98,564,0),(67096,99,564,0),(67097,100,564,0),(67098,101,564,0),(67099,102,564,0),(67100,103,564,0),(67101,104,564,0),(67102,105,564,0),(67103,106,564,0),(67104,107,564,0),(67105,108,564,0),(67106,109,564,0),(67107,110,564,0),(67108,111,564,0),(67109,112,564,0),(67110,113,564,0),(67111,114,564,0),(67112,115,564,0),(67113,116,564,0),(67114,117,564,0),(67115,118,564,0),(67116,119,564,0),(67117,1,565,0),(67118,2,565,0),(67119,3,565,0),(67120,4,565,0),(67121,5,565,0),(67122,6,565,0),(67123,7,565,0),(67124,8,565,0),(67125,9,565,0),(67126,10,565,0),(67127,11,565,0),(67128,12,565,0),(67129,13,565,0),(67130,14,565,0),(67131,15,565,0),(67132,16,565,0),(67133,17,565,0),(67134,18,565,0),(67135,19,565,0),(67136,20,565,0),(67137,21,565,0),(67138,22,565,0),(67139,23,565,0),(67140,24,565,0),(67141,25,565,0),(67142,26,565,0),(67143,27,565,0),(67144,28,565,0),(67145,29,565,0),(67146,30,565,0),(67147,31,565,0),(67148,32,565,0),(67149,33,565,0),(67150,34,565,0),(67151,35,565,0),(67152,36,565,0),(67153,37,565,0),(67154,38,565,0),(67155,39,565,0),(67156,40,565,0),(67157,41,565,0),(67158,42,565,0),(67159,43,565,0),(67160,44,565,0),(67161,45,565,0),(67162,46,565,0),(67163,47,565,0),(67164,48,565,0),(67165,49,565,0),(67166,50,565,0),(67167,51,565,0),(67168,52,565,0),(67169,53,565,0),(67170,54,565,0),(67171,55,565,0),(67172,56,565,0),(67173,57,565,0),(67174,58,565,0),(67175,59,565,0),(67176,60,565,0),(67177,61,565,0),(67178,62,565,0),(67179,63,565,0),(67180,64,565,0.126699392630103),(67181,65,565,0),(67182,66,565,0),(67183,67,565,0),(67184,68,565,0),(67185,69,565,0),(67186,70,565,0),(67187,71,565,0),(67188,72,565,0),(67189,73,565,0),(67190,74,565,0),(67191,75,565,0),(67192,76,565,0),(67193,77,565,0),(67194,78,565,0),(67195,79,565,0),(67196,80,565,0),(67197,81,565,0),(67198,82,565,0),(67199,83,565,0),(67200,84,565,0),(67201,85,565,0),(67202,86,565,0),(67203,87,565,0),(67204,88,565,0),(67205,89,565,0),(67206,90,565,0),(67207,91,565,0),(67208,92,565,0),(67209,93,565,0),(67210,94,565,0),(67211,95,565,0),(67212,96,565,0),(67213,97,565,0),(67214,98,565,0),(67215,99,565,0),(67216,100,565,0),(67217,101,565,0),(67218,102,565,0),(67219,103,565,0),(67220,104,565,0),(67221,105,565,0),(67222,106,565,0),(67223,107,565,0),(67224,108,565,0),(67225,109,565,0),(67226,110,565,0),(67227,111,565,0),(67228,112,565,0),(67229,113,565,0),(67230,114,565,0),(67231,115,565,0),(67232,116,565,0),(67233,117,565,0),(67234,118,565,0),(67235,119,565,0),(67236,1,566,0),(67237,2,566,0),(67238,3,566,0),(67239,4,566,0),(67240,5,566,0),(67241,6,566,0),(67242,7,566,0),(67243,8,566,0),(67244,9,566,0),(67245,10,566,0),(67246,11,566,0),(67247,12,566,0),(67248,13,566,0),(67249,14,566,0),(67250,15,566,0),(67251,16,566,0),(67252,17,566,0),(67253,18,566,0),(67254,19,566,0),(67255,20,566,0),(67256,21,566,0),(67257,22,566,0),(67258,23,566,0),(67259,24,566,0),(67260,25,566,0),(67261,26,566,0),(67262,27,566,0),(67263,28,566,0),(67264,29,566,0),(67265,30,566,0),(67266,31,566,0),(67267,32,566,0),(67268,33,566,0),(67269,34,566,0),(67270,35,566,0),(67271,36,566,0),(67272,37,566,0),(67273,38,566,0),(67274,39,566,0),(67275,40,566,0),(67276,41,566,0),(67277,42,566,0),(67278,43,566,0),(67279,44,566,0),(67280,45,566,0),(67281,46,566,0),(67282,47,566,0),(67283,48,566,0),(67284,49,566,0),(67285,50,566,0),(67286,51,566,0),(67287,52,566,0),(67288,53,566,0),(67289,54,566,0),(67290,55,566,0),(67291,56,566,0),(67292,57,566,0),(67293,58,566,0),(67294,59,566,0),(67295,60,566,0),(67296,61,566,0),(67297,62,566,0),(67298,63,566,0),(67299,64,566,0.0796922653948919),(67300,65,566,0),(67301,66,566,0),(67302,67,566,0),(67303,68,566,0),(67304,69,566,0),(67305,70,566,0),(67306,71,566,0),(67307,72,566,0),(67308,73,566,0),(67309,74,566,0),(67310,75,566,0),(67311,76,566,0),(67312,77,566,0),(67313,78,566,0),(67314,79,566,0),(67315,80,566,0),(67316,81,566,0),(67317,82,566,0),(67318,83,566,0),(67319,84,566,0),(67320,85,566,0),(67321,86,566,0),(67322,87,566,0),(67323,88,566,0),(67324,89,566,0),(67325,90,566,0),(67326,91,566,0),(67327,92,566,0),(67328,93,566,0),(67329,94,566,0),(67330,95,566,0),(67331,96,566,0),(67332,97,566,0),(67333,98,566,0),(67334,99,566,0),(67335,100,566,0),(67336,101,566,0),(67337,102,566,0),(67338,103,566,0),(67339,104,566,0),(67340,105,566,0),(67341,106,566,0),(67342,107,566,0),(67343,108,566,0),(67344,109,566,0),(67345,110,566,0),(67346,111,566,0),(67347,112,566,0),(67348,113,566,0),(67349,114,566,0),(67350,115,566,0),(67351,116,566,0),(67352,117,566,0),(67353,118,566,0),(67354,119,566,0),(67355,1,567,0),(67356,2,567,0),(67357,3,567,0),(67358,4,567,0),(67359,5,567,0),(67360,6,567,0),(67361,7,567,0),(67362,8,567,0),(67363,9,567,0),(67364,10,567,0),(67365,11,567,0),(67366,12,567,0),(67367,13,567,0),(67368,14,567,0),(67369,15,567,0),(67370,16,567,0),(67371,17,567,0),(67372,18,567,0),(67373,19,567,0),(67374,20,567,0),(67375,21,567,0),(67376,22,567,0),(67377,23,567,0),(67378,24,567,0),(67379,25,567,0),(67380,26,567,0),(67381,27,567,0),(67382,28,567,0),(67383,29,567,0),(67384,30,567,0),(67385,31,567,0),(67386,32,567,0),(67387,33,567,0),(67388,34,567,0),(67389,35,567,0),(67390,36,567,0),(67391,37,567,0),(67392,38,567,0),(67393,39,567,0),(67394,40,567,0),(67395,41,567,0),(67396,42,567,0),(67397,43,567,0),(67398,44,567,0),(67399,45,567,0),(67400,46,567,0),(67401,47,567,0),(67402,48,567,0),(67403,49,567,0),(67404,50,567,0),(67405,51,567,0),(67406,52,567,0),(67407,53,567,0),(67408,54,567,0),(67409,55,567,0),(67410,56,567,0),(67411,57,567,0),(67412,58,567,0),(67413,59,567,0),(67414,60,567,0),(67415,61,567,0),(67416,62,567,0),(67417,63,567,0),(67418,64,567,0.155645542801292),(67419,65,567,0),(67420,66,567,0),(67421,67,567,0),(67422,68,567,0),(67423,69,567,0),(67424,70,567,0),(67425,71,567,0),(67426,72,567,0),(67427,73,567,0),(67428,74,567,0),(67429,75,567,0),(67430,76,567,0),(67431,77,567,0),(67432,78,567,0),(67433,79,567,0),(67434,80,567,0),(67435,81,567,0),(67436,82,567,0),(67437,83,567,0),(67438,84,567,0),(67439,85,567,0),(67440,86,567,0),(67441,87,567,0),(67442,88,567,0),(67443,89,567,0),(67444,90,567,0),(67445,91,567,0),(67446,92,567,0),(67447,93,567,0),(67448,94,567,0),(67449,95,567,0),(67450,96,567,0),(67451,97,567,0),(67452,98,567,0),(67453,99,567,0),(67454,100,567,0),(67455,101,567,0),(67456,102,567,0),(67457,103,567,0),(67458,104,567,0),(67459,105,567,0),(67460,106,567,0),(67461,107,567,0),(67462,108,567,0),(67463,109,567,0),(67464,110,567,0),(67465,111,567,0),(67466,112,567,0),(67467,113,567,0),(67468,114,567,0),(67469,115,567,0),(67470,116,567,0),(67471,117,567,0),(67472,118,567,0),(67473,119,567,0),(67474,1,568,0),(67475,2,568,0),(67476,3,568,0),(67477,4,568,0),(67478,5,568,0),(67479,6,568,0),(67480,7,568,0),(67481,8,568,0),(67482,9,568,0),(67483,10,568,0),(67484,11,568,0),(67485,12,568,0),(67486,13,568,0),(67487,14,568,0),(67488,15,568,0),(67489,16,568,0),(67490,17,568,0),(67491,18,568,0),(67492,19,568,0),(67493,20,568,0),(67494,21,568,0),(67495,22,568,0),(67496,23,568,0),(67497,24,568,0),(67498,25,568,0),(67499,26,568,0),(67500,27,568,0),(67501,28,568,0),(67502,29,568,0),(67503,30,568,0),(67504,31,568,0),(67505,32,568,0),(67506,33,568,0),(67507,34,568,0),(67508,35,568,0),(67509,36,568,0),(67510,37,568,0),(67511,38,568,0),(67512,39,568,0),(67513,40,568,0),(67514,41,568,0),(67515,42,568,0),(67516,43,568,0),(67517,44,568,0),(67518,45,568,0),(67519,46,568,0),(67520,47,568,0),(67521,48,568,0),(67522,49,568,0),(67523,50,568,0),(67524,51,568,0),(67525,52,568,0),(67526,53,568,0),(67527,54,568,0),(67528,55,568,0),(67529,56,568,0),(67530,57,568,0),(67531,58,568,0),(67532,59,568,0),(67533,60,568,0),(67534,61,568,0),(67535,62,568,0),(67536,63,568,0),(67537,64,568,0.1817201281517),(67538,65,568,0),(67539,66,568,0),(67540,67,568,0),(67541,68,568,0),(67542,69,568,0),(67543,70,568,0),(67544,71,568,0),(67545,72,568,0),(67546,73,568,0),(67547,74,568,0),(67548,75,568,0),(67549,76,568,0),(67550,77,568,0),(67551,78,568,0),(67552,79,568,0),(67553,80,568,0),(67554,81,568,0),(67555,82,568,0),(67556,83,568,0),(67557,84,568,0),(67558,85,568,0),(67559,86,568,0),(67560,87,568,0),(67561,88,568,0),(67562,89,568,0),(67563,90,568,0),(67564,91,568,0),(67565,92,568,0),(67566,93,568,0),(67567,94,568,0),(67568,95,568,0),(67569,96,568,0),(67570,97,568,0),(67571,98,568,0),(67572,99,568,0),(67573,100,568,0),(67574,101,568,0),(67575,102,568,0),(67576,103,568,0),(67577,104,568,0),(67578,105,568,0),(67579,106,568,0),(67580,107,568,0),(67581,108,568,0),(67582,109,568,0),(67583,110,568,0),(67584,111,568,0),(67585,112,568,0),(67586,113,568,0),(67587,114,568,0),(67588,115,568,0),(67589,116,568,0),(67590,117,568,0),(67591,118,568,0),(67592,119,568,0),(67593,1,569,0),(67594,2,569,0),(67595,3,569,0),(67596,4,569,0),(67597,5,569,0),(67598,6,569,0),(67599,7,569,0),(67600,8,569,0),(67601,9,569,0),(67602,10,569,0),(67603,11,569,0),(67604,12,569,0),(67605,13,569,0),(67606,14,569,0),(67607,15,569,0),(67608,16,569,0),(67609,17,569,0),(67610,18,569,0),(67611,19,569,0),(67612,20,569,0),(67613,21,569,0),(67614,22,569,0),(67615,23,569,0),(67616,24,569,0),(67617,25,569,0),(67618,26,569,0),(67619,27,569,0),(67620,28,569,0),(67621,29,569,0),(67622,30,569,0),(67623,31,569,0),(67624,32,569,0),(67625,33,569,0),(67626,34,569,0),(67627,35,569,0),(67628,36,569,0),(67629,37,569,0),(67630,38,569,0),(67631,39,569,0),(67632,40,569,0),(67633,41,569,0),(67634,42,569,0),(67635,43,569,0),(67636,44,569,0),(67637,45,569,0),(67638,46,569,0),(67639,47,569,0),(67640,48,569,0),(67641,49,569,0),(67642,50,569,0),(67643,51,569,0),(67644,52,569,0),(67645,53,569,0),(67646,54,569,0),(67647,55,569,0),(67648,56,569,0),(67649,57,569,0),(67650,58,569,0),(67651,59,569,0),(67652,60,569,0),(67653,61,569,0),(67654,62,569,0),(67655,63,569,0),(67656,64,569,0.135975033861655),(67657,65,569,0),(67658,66,569,0),(67659,67,569,0),(67660,68,569,0),(67661,69,569,0),(67662,70,569,0),(67663,71,569,0),(67664,72,569,0),(67665,73,569,0),(67666,74,569,0),(67667,75,569,0),(67668,76,569,0),(67669,77,569,0),(67670,78,569,0),(67671,79,569,0),(67672,80,569,0),(67673,81,569,0),(67674,82,569,0),(67675,83,569,0),(67676,84,569,0),(67677,85,569,0),(67678,86,569,0),(67679,87,569,0),(67680,88,569,0),(67681,89,569,0),(67682,90,569,0),(67683,91,569,0),(67684,92,569,0),(67685,93,569,0),(67686,94,569,0),(67687,95,569,0),(67688,96,569,0),(67689,97,569,0),(67690,98,569,0),(67691,99,569,0),(67692,100,569,0),(67693,101,569,0),(67694,102,569,0),(67695,103,569,0),(67696,104,569,0),(67697,105,569,0),(67698,106,569,0),(67699,107,569,0),(67700,108,569,0),(67701,109,569,0),(67702,110,569,0),(67703,111,569,0),(67704,112,569,0),(67705,113,569,0),(67706,114,569,0),(67707,115,569,0),(67708,116,569,0),(67709,117,569,0),(67710,118,569,0),(67711,119,569,0),(67712,1,570,0),(67713,2,570,0),(67714,3,570,0),(67715,4,570,0),(67716,5,570,0),(67717,6,570,0),(67718,7,570,0),(67719,8,570,0),(67720,9,570,0),(67721,10,570,0),(67722,11,570,0),(67723,12,570,0),(67724,13,570,0),(67725,14,570,0),(67726,15,570,0),(67727,16,570,0),(67728,17,570,0),(67729,18,570,0),(67730,19,570,0),(67731,20,570,0),(67732,21,570,0),(67733,22,570,0),(67734,23,570,0),(67735,24,570,0),(67736,25,570,0),(67737,26,570,0),(67738,27,570,0),(67739,28,570,0),(67740,29,570,0),(67741,30,570,0),(67742,31,570,0),(67743,32,570,0),(67744,33,570,0),(67745,34,570,0),(67746,35,570,0),(67747,36,570,0),(67748,37,570,0),(67749,38,570,0),(67750,39,570,0),(67751,40,570,0),(67752,41,570,0),(67753,42,570,0),(67754,43,570,0),(67755,44,570,0),(67756,45,570,0),(67757,46,570,0),(67758,47,570,0),(67759,48,570,0),(67760,49,570,0),(67761,50,570,0),(67762,51,570,0),(67763,52,570,0),(67764,53,570,0),(67765,54,570,0),(67766,55,570,0),(67767,56,570,0),(67768,57,570,0),(67769,58,570,0),(67770,59,570,0),(67771,60,570,0),(67772,61,570,0),(67773,62,570,0),(67774,63,570,0),(67775,64,570,0.166718083839794),(67776,65,570,0),(67777,66,570,0),(67778,67,570,0),(67779,68,570,0),(67780,69,570,0),(67781,70,570,0),(67782,71,570,0),(67783,72,570,0),(67784,73,570,0),(67785,74,570,0),(67786,75,570,0),(67787,76,570,0),(67788,77,570,0),(67789,78,570,0),(67790,79,570,0),(67791,80,570,0),(67792,81,570,0),(67793,82,570,0),(67794,83,570,0),(67795,84,570,0),(67796,85,570,0),(67797,86,570,0),(67798,87,570,0),(67799,88,570,0),(67800,89,570,0),(67801,90,570,0),(67802,91,570,0),(67803,92,570,0),(67804,93,570,0),(67805,94,570,0),(67806,95,570,0),(67807,96,570,0),(67808,97,570,0),(67809,98,570,0),(67810,99,570,0),(67811,100,570,0),(67812,101,570,0),(67813,102,570,0),(67814,103,570,0),(67815,104,570,0),(67816,105,570,0),(67817,106,570,0),(67818,107,570,0),(67819,108,570,0),(67820,109,570,0),(67821,110,570,0),(67822,111,570,0),(67823,112,570,0),(67824,113,570,0),(67825,114,570,0),(67826,115,570,0),(67827,116,570,0),(67828,117,570,0),(67829,118,570,0),(67830,119,570,0),(67831,1,571,0),(67832,2,571,0),(67833,3,571,0),(67834,4,571,0),(67835,5,571,0),(67836,6,571,0),(67837,7,571,0),(67838,8,571,0),(67839,9,571,0),(67840,10,571,0),(67841,11,571,0),(67842,12,571,0),(67843,13,571,0),(67844,14,571,0),(67845,15,571,0),(67846,16,571,0),(67847,17,571,0),(67848,18,571,0),(67849,19,571,0),(67850,20,571,0),(67851,21,571,0),(67852,22,571,0),(67853,23,571,0),(67854,24,571,0),(67855,25,571,0),(67856,26,571,0),(67857,27,571,0),(67858,28,571,0),(67859,29,571,0),(67860,30,571,0),(67861,31,571,0),(67862,32,571,0),(67863,33,571,0),(67864,34,571,0),(67865,35,571,0),(67866,36,571,0),(67867,37,571,0),(67868,38,571,0),(67869,39,571,0),(67870,40,571,0),(67871,41,571,0),(67872,42,571,0),(67873,43,571,0),(67874,44,571,0),(67875,45,571,0),(67876,46,571,0),(67877,47,571,0),(67878,48,571,0),(67879,49,571,0),(67880,50,571,0),(67881,51,571,0),(67882,52,571,0),(67883,53,571,0),(67884,54,571,0),(67885,55,571,0),(67886,56,571,0),(67887,57,571,0),(67888,58,571,0),(67889,59,571,0),(67890,60,571,0),(67891,61,571,0),(67892,62,571,0),(67893,63,571,0),(67894,64,571,0.289133926304773),(67895,65,571,0),(67896,66,571,0),(67897,67,571,0),(67898,68,571,0),(67899,69,571,0),(67900,70,571,0),(67901,71,571,0),(67902,72,571,0),(67903,73,571,0),(67904,74,571,0),(67905,75,571,0),(67906,76,571,0),(67907,77,571,0),(67908,78,571,0),(67909,79,571,0),(67910,80,571,0),(67911,81,571,0),(67912,82,571,0),(67913,83,571,0),(67914,84,571,0),(67915,85,571,0),(67916,86,571,0),(67917,87,571,0),(67918,88,571,0),(67919,89,571,0),(67920,90,571,0),(67921,91,571,0),(67922,92,571,0),(67923,93,571,0),(67924,94,571,0),(67925,95,571,0),(67926,96,571,0),(67927,97,571,0),(67928,98,571,0),(67929,99,571,0),(67930,100,571,0),(67931,101,571,0),(67932,102,571,0),(67933,103,571,0),(67934,104,571,0),(67935,105,571,0),(67936,106,571,0),(67937,107,571,0),(67938,108,571,0),(67939,109,571,0),(67940,110,571,0),(67941,111,571,0),(67942,112,571,0),(67943,113,571,0),(67944,114,571,0),(67945,115,571,0),(67946,116,571,0),(67947,117,571,0),(67948,118,571,0),(67949,119,571,0),(67950,1,572,0),(67951,2,572,0),(67952,3,572,0),(67953,4,572,0),(67954,5,572,0),(67955,6,572,0),(67956,7,572,0),(67957,8,572,0),(67958,9,572,0),(67959,10,572,0),(67960,11,572,0),(67961,12,572,0),(67962,13,572,0),(67963,14,572,0),(67964,15,572,0),(67965,16,572,0),(67966,17,572,0),(67967,18,572,0),(67968,19,572,0),(67969,20,572,0),(67970,21,572,0),(67971,22,572,0),(67972,23,572,0),(67973,24,572,0),(67974,25,572,0),(67975,26,572,0),(67976,27,572,0),(67977,28,572,0),(67978,29,572,0),(67979,30,572,0),(67980,31,572,0),(67981,32,572,0),(67982,33,572,0),(67983,34,572,0),(67984,35,572,0),(67985,36,572,0),(67986,37,572,0),(67987,38,572,0),(67988,39,572,0),(67989,40,572,0),(67990,41,572,0),(67991,42,572,0),(67992,43,572,0),(67993,44,572,0),(67994,45,572,0),(67995,46,572,0),(67996,47,572,0),(67997,48,572,0),(67998,49,572,0),(67999,50,572,0),(68000,51,572,0),(68001,52,572,0),(68002,53,572,0),(68003,54,572,0),(68004,55,572,0),(68005,56,572,0),(68006,57,572,0),(68007,58,572,0),(68008,59,572,0),(68009,60,572,0),(68010,61,572,0),(68011,62,572,0),(68012,63,572,0),(68013,64,572,0.179559335902106),(68014,65,572,0),(68015,66,572,0),(68016,67,572,0),(68017,68,572,0),(68018,69,572,0),(68019,70,572,0),(68020,71,572,0),(68021,72,572,0),(68022,73,572,0),(68023,74,572,0),(68024,75,572,0),(68025,76,572,0),(68026,77,572,0),(68027,78,572,0),(68028,79,572,0),(68029,80,572,0),(68030,81,572,0),(68031,82,572,0),(68032,83,572,0),(68033,84,572,0),(68034,85,572,0),(68035,86,572,0),(68036,87,572,0),(68037,88,572,0),(68038,89,572,0),(68039,90,572,0),(68040,91,572,0),(68041,92,572,0),(68042,93,572,0),(68043,94,572,0),(68044,95,572,0),(68045,96,572,0),(68046,97,572,0),(68047,98,572,0),(68048,99,572,0),(68049,100,572,0),(68050,101,572,0),(68051,102,572,0),(68052,103,572,0),(68053,104,572,0),(68054,105,572,0),(68055,106,572,0),(68056,107,572,0),(68057,108,572,0),(68058,109,572,0),(68059,110,572,0),(68060,111,572,0),(68061,112,572,0),(68062,113,572,0),(68063,114,572,0),(68064,115,572,0),(68065,116,572,0),(68066,117,572,0),(68067,118,572,0),(68068,119,572,0),(68069,1,573,0),(68070,2,573,0),(68071,3,573,0),(68072,4,573,0),(68073,5,573,0),(68074,6,573,0),(68075,7,573,0),(68076,8,573,0),(68077,9,573,0),(68078,10,573,0),(68079,11,573,0),(68080,12,573,0),(68081,13,573,0),(68082,14,573,0),(68083,15,573,0),(68084,16,573,0),(68085,17,573,0),(68086,18,573,0),(68087,19,573,0),(68088,20,573,0),(68089,21,573,0),(68090,22,573,0),(68091,23,573,0),(68092,24,573,0),(68093,25,573,0),(68094,26,573,0),(68095,27,573,0),(68096,28,573,0),(68097,29,573,0),(68098,30,573,0),(68099,31,573,0),(68100,32,573,0),(68101,33,573,0),(68102,34,573,0),(68103,35,573,0),(68104,36,573,0),(68105,37,573,0),(68106,38,573,0),(68107,39,573,0),(68108,40,573,0),(68109,41,573,0),(68110,42,573,0),(68111,43,573,0),(68112,44,573,0),(68113,45,573,0),(68114,46,573,0),(68115,47,573,0),(68116,48,573,0),(68117,49,573,0),(68118,50,573,0),(68119,51,573,0),(68120,52,573,0),(68121,53,573,0),(68122,54,573,0),(68123,55,573,0),(68124,56,573,0),(68125,57,573,0),(68126,58,573,0),(68127,59,573,0),(68128,60,573,0),(68129,61,573,0),(68130,62,573,0),(68131,63,573,0),(68132,64,573,0.0773916653034857),(68133,65,573,0),(68134,66,573,0),(68135,67,573,0),(68136,68,573,0),(68137,69,573,0),(68138,70,573,0),(68139,71,573,0),(68140,72,573,0),(68141,73,573,0),(68142,74,573,0),(68143,75,573,0),(68144,76,573,0),(68145,77,573,0),(68146,78,573,0),(68147,79,573,0),(68148,80,573,0),(68149,81,573,0),(68150,82,573,0),(68151,83,573,0),(68152,84,573,0),(68153,85,573,0),(68154,86,573,0),(68155,87,573,0),(68156,88,573,0),(68157,89,573,0),(68158,90,573,0),(68159,91,573,0),(68160,92,573,0),(68161,93,573,0),(68162,94,573,0),(68163,95,573,0),(68164,96,573,0),(68165,97,573,0),(68166,98,573,0),(68167,99,573,0),(68168,100,573,0),(68169,101,573,0),(68170,102,573,0),(68171,103,573,0),(68172,104,573,0),(68173,105,573,0),(68174,106,573,0),(68175,107,573,0),(68176,108,573,0),(68177,109,573,0),(68178,110,573,0),(68179,111,573,0),(68180,112,573,0),(68181,113,573,0),(68182,114,573,0),(68183,115,573,0),(68184,116,573,0),(68185,117,573,0),(68186,118,573,0),(68187,119,573,0),(68188,1,574,0),(68189,2,574,0),(68190,3,574,0),(68191,4,574,0),(68192,5,574,0),(68193,6,574,0),(68194,7,574,0),(68195,8,574,0),(68196,9,574,0),(68197,10,574,0),(68198,11,574,0),(68199,12,574,0),(68200,13,574,0),(68201,14,574,0),(68202,15,574,0),(68203,16,574,0),(68204,17,574,0),(68205,18,574,0),(68206,19,574,0),(68207,20,574,0),(68208,21,574,0),(68209,22,574,0),(68210,23,574,0),(68211,24,574,0),(68212,25,574,0),(68213,26,574,0),(68214,27,574,0),(68215,28,574,0),(68216,29,574,0),(68217,30,574,0),(68218,31,574,0),(68219,32,574,0),(68220,33,574,0),(68221,34,574,0),(68222,35,574,0),(68223,36,574,0),(68224,37,574,0),(68225,38,574,0),(68226,39,574,0),(68227,40,574,0),(68228,41,574,0),(68229,42,574,0),(68230,43,574,0),(68231,44,574,0),(68232,45,574,0),(68233,46,574,0),(68234,47,574,0),(68235,48,574,0),(68236,49,574,0),(68237,50,574,0),(68238,51,574,0),(68239,52,574,0),(68240,53,574,0),(68241,54,574,0),(68242,55,574,0),(68243,56,574,0),(68244,57,574,0),(68245,58,574,0),(68246,59,574,0),(68247,60,574,0),(68248,61,574,0),(68249,62,574,0),(68250,63,574,0),(68251,64,574,0.151221954788187),(68252,65,574,0),(68253,66,574,0),(68254,67,574,0),(68255,68,574,0),(68256,69,574,0),(68257,70,574,0),(68258,71,574,0),(68259,72,574,0),(68260,73,574,0),(68261,74,574,0),(68262,75,574,0),(68263,76,574,0),(68264,77,574,0),(68265,78,574,0),(68266,79,574,0),(68267,80,574,0),(68268,81,574,0),(68269,82,574,0),(68270,83,574,0),(68271,84,574,0),(68272,85,574,0),(68273,86,574,0),(68274,87,574,0),(68275,88,574,0),(68276,89,574,0),(68277,90,574,0),(68278,91,574,0),(68279,92,574,0),(68280,93,574,0),(68281,94,574,0),(68282,95,574,0),(68283,96,574,0),(68284,97,574,0),(68285,98,574,0),(68286,99,574,0),(68287,100,574,0),(68288,101,574,0),(68289,102,574,0),(68290,103,574,0),(68291,104,574,0),(68292,105,574,0),(68293,106,574,0),(68294,107,574,0),(68295,108,574,0),(68296,109,574,0),(68297,110,574,0),(68298,111,574,0),(68299,112,574,0),(68300,113,574,0),(68301,114,574,0),(68302,115,574,0),(68303,116,574,0),(68304,117,574,0),(68305,118,574,0),(68306,119,574,0),(68307,1,575,0),(68308,2,575,0),(68309,3,575,0),(68310,4,575,0),(68311,5,575,0),(68312,6,575,0),(68313,7,575,0),(68314,8,575,0),(68315,9,575,0),(68316,10,575,0),(68317,11,575,0),(68318,12,575,0),(68319,13,575,0),(68320,14,575,0),(68321,15,575,0),(68322,16,575,0),(68323,17,575,0),(68324,18,575,0),(68325,19,575,0),(68326,20,575,0),(68327,21,575,0),(68328,22,575,0),(68329,23,575,0),(68330,24,575,0),(68331,25,575,0),(68332,26,575,0),(68333,27,575,0),(68334,28,575,0),(68335,29,575,0),(68336,30,575,0),(68337,31,575,0),(68338,32,575,0),(68339,33,575,0),(68340,34,575,0),(68341,35,575,0),(68342,36,575,0),(68343,37,575,0),(68344,38,575,0),(68345,39,575,0),(68346,40,575,0),(68347,41,575,0),(68348,42,575,0),(68349,43,575,0),(68350,44,575,0),(68351,45,575,0),(68352,46,575,0),(68353,47,575,0),(68354,48,575,0),(68355,49,575,0),(68356,50,575,0),(68357,51,575,0),(68358,52,575,0),(68359,53,575,0),(68360,54,575,0),(68361,55,575,0),(68362,56,575,0),(68363,57,575,0),(68364,58,575,0),(68365,59,575,0),(68366,60,575,0),(68367,61,575,0),(68368,62,575,0),(68369,63,575,0),(68370,64,575,0),(68371,65,575,0.215588937667803),(68372,66,575,0),(68373,67,575,0),(68374,68,575,0),(68375,69,575,0),(68376,70,575,0),(68377,71,575,0),(68378,72,575,0),(68379,73,575,0),(68380,74,575,0),(68381,75,575,0),(68382,76,575,0),(68383,77,575,0),(68384,78,575,0),(68385,79,575,0),(68386,80,575,0),(68387,81,575,0),(68388,82,575,0),(68389,83,575,0),(68390,84,575,0),(68391,85,575,0),(68392,86,575,0),(68393,87,575,0),(68394,88,575,0),(68395,89,575,0),(68396,90,575,0),(68397,91,575,0),(68398,92,575,0),(68399,93,575,0),(68400,94,575,0),(68401,95,575,0),(68402,96,575,0),(68403,97,575,0),(68404,98,575,0),(68405,99,575,0),(68406,100,575,0),(68407,101,575,0),(68408,102,575,0),(68409,103,575,0),(68410,104,575,0),(68411,105,575,0),(68412,106,575,0),(68413,107,575,0),(68414,108,575,0),(68415,109,575,0),(68416,110,575,0),(68417,111,575,0),(68418,112,575,0),(68419,113,575,0),(68420,114,575,0),(68421,115,575,0),(68422,116,575,0),(68423,117,575,0),(68424,118,575,0),(68425,119,575,0),(68426,1,576,0),(68427,2,576,0),(68428,3,576,0),(68429,4,576,0),(68430,5,576,0),(68431,6,576,0),(68432,7,576,0),(68433,8,576,0),(68434,9,576,0),(68435,10,576,0),(68436,11,576,0),(68437,12,576,0),(68438,13,576,0),(68439,14,576,0),(68440,15,576,0),(68441,16,576,0),(68442,17,576,0),(68443,18,576,0),(68444,19,576,0),(68445,20,576,0),(68446,21,576,0),(68447,22,576,0),(68448,23,576,0),(68449,24,576,0),(68450,25,576,0),(68451,26,576,0),(68452,27,576,0),(68453,28,576,0),(68454,29,576,0),(68455,30,576,0),(68456,31,576,0),(68457,32,576,0),(68458,33,576,0),(68459,34,576,0),(68460,35,576,0),(68461,36,576,0),(68462,37,576,0),(68463,38,576,0),(68464,39,576,0),(68465,40,576,0),(68466,41,576,0),(68467,42,576,0),(68468,43,576,0),(68469,44,576,0),(68470,45,576,0),(68471,46,576,0),(68472,47,576,0),(68473,48,576,0),(68474,49,576,0),(68475,50,576,0),(68476,51,576,0),(68477,52,576,0),(68478,53,576,0),(68479,54,576,0),(68480,55,576,0),(68481,56,576,0),(68482,57,576,0),(68483,58,576,0),(68484,59,576,0),(68485,60,576,0),(68486,61,576,0),(68487,62,576,0),(68488,63,576,0),(68489,64,576,0),(68490,65,576,0.181576729567894),(68491,66,576,0),(68492,67,576,0),(68493,68,576,0),(68494,69,576,0),(68495,70,576,0),(68496,71,576,0),(68497,72,576,0),(68498,73,576,0),(68499,74,576,0),(68500,75,576,0),(68501,76,576,0),(68502,77,576,0),(68503,78,576,0),(68504,79,576,0),(68505,80,576,0),(68506,81,576,0),(68507,82,576,0),(68508,83,576,0),(68509,84,576,0),(68510,85,576,0),(68511,86,576,0),(68512,87,576,0),(68513,88,576,0),(68514,89,576,0),(68515,90,576,0),(68516,91,576,0),(68517,92,576,0),(68518,93,576,0),(68519,94,576,0),(68520,95,576,0),(68521,96,576,0),(68522,97,576,0),(68523,98,576,0),(68524,99,576,0),(68525,100,576,0),(68526,101,576,0),(68527,102,576,0),(68528,103,576,0),(68529,104,576,0),(68530,105,576,0),(68531,106,576,0),(68532,107,576,0),(68533,108,576,0),(68534,109,576,0),(68535,110,576,0),(68536,111,576,0),(68537,112,576,0),(68538,113,576,0),(68539,114,576,0),(68540,115,576,0),(68541,116,576,0),(68542,117,576,0),(68543,118,576,0),(68544,119,576,0),(68545,1,577,0),(68546,2,577,0),(68547,3,577,0),(68548,4,577,0),(68549,5,577,0),(68550,6,577,0),(68551,7,577,0),(68552,8,577,0),(68553,9,577,0),(68554,10,577,0),(68555,11,577,0),(68556,12,577,0),(68557,13,577,0),(68558,14,577,0),(68559,15,577,0),(68560,16,577,0),(68561,17,577,0),(68562,18,577,0),(68563,19,577,0),(68564,20,577,0),(68565,21,577,0),(68566,22,577,0),(68567,23,577,0),(68568,24,577,0),(68569,25,577,0),(68570,26,577,0),(68571,27,577,0),(68572,28,577,0),(68573,29,577,0),(68574,30,577,0),(68575,31,577,0),(68576,32,577,0),(68577,33,577,0),(68578,34,577,0),(68579,35,577,0),(68580,36,577,0),(68581,37,577,0),(68582,38,577,0),(68583,39,577,0),(68584,40,577,0),(68585,41,577,0),(68586,42,577,0),(68587,43,577,0),(68588,44,577,0),(68589,45,577,0),(68590,46,577,0),(68591,47,577,0),(68592,48,577,0),(68593,49,577,0),(68594,50,577,0),(68595,51,577,0),(68596,52,577,0),(68597,53,577,0),(68598,54,577,0),(68599,55,577,0),(68600,56,577,0),(68601,57,577,0),(68602,58,577,0),(68603,59,577,0),(68604,60,577,0),(68605,61,577,0),(68606,62,577,0),(68607,63,577,0),(68608,64,577,0),(68609,65,577,0.102834332764303),(68610,66,577,0),(68611,67,577,0),(68612,68,577,0),(68613,69,577,0),(68614,70,577,0),(68615,71,577,0),(68616,72,577,0),(68617,73,577,0),(68618,74,577,0),(68619,75,577,0),(68620,76,577,0),(68621,77,577,0),(68622,78,577,0),(68623,79,577,0),(68624,80,577,0),(68625,81,577,0),(68626,82,577,0),(68627,83,577,0),(68628,84,577,0),(68629,85,577,0),(68630,86,577,0),(68631,87,577,0),(68632,88,577,0),(68633,89,577,0),(68634,90,577,0),(68635,91,577,0),(68636,92,577,0),(68637,93,577,0),(68638,94,577,0),(68639,95,577,0),(68640,96,577,0),(68641,97,577,0),(68642,98,577,0),(68643,99,577,0),(68644,100,577,0),(68645,101,577,0),(68646,102,577,0),(68647,103,577,0),(68648,104,577,0),(68649,105,577,0),(68650,106,577,0),(68651,107,577,0),(68652,108,577,0),(68653,109,577,0),(68654,110,577,0),(68655,111,577,0),(68656,112,577,0),(68657,113,577,0),(68658,114,577,0),(68659,115,577,0),(68660,116,577,0),(68661,117,577,0),(68662,118,577,0),(68663,119,577,0),(68664,1,578,0),(68665,2,578,0),(68666,3,578,0),(68667,4,578,0),(68668,5,578,0),(68669,6,578,0),(68670,7,578,0),(68671,8,578,0),(68672,9,578,0),(68673,10,578,0),(68674,11,578,0),(68675,12,578,0),(68676,13,578,0),(68677,14,578,0),(68678,15,578,0),(68679,16,578,0),(68680,17,578,0),(68681,18,578,0),(68682,19,578,0),(68683,20,578,0),(68684,21,578,0),(68685,22,578,0),(68686,23,578,0),(68687,24,578,0),(68688,25,578,0),(68689,26,578,0),(68690,27,578,0),(68691,28,578,0),(68692,29,578,0),(68693,30,578,0),(68694,31,578,0),(68695,32,578,0),(68696,33,578,0),(68697,34,578,0),(68698,35,578,0),(68699,36,578,0),(68700,37,578,0),(68701,38,578,0),(68702,39,578,0),(68703,40,578,0),(68704,41,578,0),(68705,42,578,0),(68706,43,578,0),(68707,44,578,0),(68708,45,578,0),(68709,46,578,0),(68710,47,578,0),(68711,48,578,0),(68712,49,578,0),(68713,50,578,0),(68714,51,578,0),(68715,52,578,0),(68716,53,578,0),(68717,54,578,0),(68718,55,578,0),(68719,56,578,0),(68720,57,578,0),(68721,58,578,0),(68722,59,578,0),(68723,60,578,0),(68724,61,578,0),(68725,62,578,0),(68726,63,578,0),(68727,64,578,0),(68728,65,578,0.380704328299859),(68729,66,578,0),(68730,67,578,0),(68731,68,578,0),(68732,69,578,0),(68733,70,578,0),(68734,71,578,0),(68735,72,578,0),(68736,73,578,0),(68737,74,578,0),(68738,75,578,0),(68739,76,578,0),(68740,77,578,0),(68741,78,578,0),(68742,79,578,0),(68743,80,578,0),(68744,81,578,0),(68745,82,578,0),(68746,83,578,0),(68747,84,578,0),(68748,85,578,0),(68749,86,578,0),(68750,87,578,0),(68751,88,578,0),(68752,89,578,0),(68753,90,578,0),(68754,91,578,0),(68755,92,578,0),(68756,93,578,0),(68757,94,578,0),(68758,95,578,0),(68759,96,578,0),(68760,97,578,0),(68761,98,578,0),(68762,99,578,0),(68763,100,578,0),(68764,101,578,0),(68765,102,578,0),(68766,103,578,0),(68767,104,578,0),(68768,105,578,0),(68769,106,578,0),(68770,107,578,0),(68771,108,578,0),(68772,109,578,0),(68773,110,578,0),(68774,111,578,0),(68775,112,578,0),(68776,113,578,0),(68777,114,578,0),(68778,115,578,0),(68779,116,578,0),(68780,117,578,0),(68781,118,578,0),(68782,119,578,0),(68783,1,579,0),(68784,2,579,0),(68785,3,579,0),(68786,4,579,0),(68787,5,579,0),(68788,6,579,0),(68789,7,579,0),(68790,8,579,0),(68791,9,579,0),(68792,10,579,0),(68793,11,579,0),(68794,12,579,0),(68795,13,579,0),(68796,14,579,0),(68797,15,579,0),(68798,16,579,0),(68799,17,579,0),(68800,18,579,0),(68801,19,579,0),(68802,20,579,0),(68803,21,579,0),(68804,22,579,0),(68805,23,579,0),(68806,24,579,0),(68807,25,579,0),(68808,26,579,0),(68809,27,579,0),(68810,28,579,0),(68811,29,579,0),(68812,30,579,0),(68813,31,579,0),(68814,32,579,0),(68815,33,579,0),(68816,34,579,0),(68817,35,579,0),(68818,36,579,0),(68819,37,579,0),(68820,38,579,0),(68821,39,579,0),(68822,40,579,0),(68823,41,579,0),(68824,42,579,0),(68825,43,579,0),(68826,44,579,0),(68827,45,579,0),(68828,46,579,0),(68829,47,579,0),(68830,48,579,0),(68831,49,579,0),(68832,50,579,0),(68833,51,579,0),(68834,52,579,0),(68835,53,579,0),(68836,54,579,0),(68837,55,579,0),(68838,56,579,0),(68839,57,579,0),(68840,58,579,0),(68841,59,579,0),(68842,60,579,0),(68843,61,579,0),(68844,62,579,0),(68845,63,579,0),(68846,64,579,0),(68847,65,579,0.409369495027048),(68848,66,579,0),(68849,67,579,0),(68850,68,579,0),(68851,69,579,0),(68852,70,579,0),(68853,71,579,0),(68854,72,579,0),(68855,73,579,0),(68856,74,579,0),(68857,75,579,0),(68858,76,579,0),(68859,77,579,0),(68860,78,579,0),(68861,79,579,0),(68862,80,579,0),(68863,81,579,0),(68864,82,579,0),(68865,83,579,0),(68866,84,579,0),(68867,85,579,0),(68868,86,579,0),(68869,87,579,0),(68870,88,579,0),(68871,89,579,0),(68872,90,579,0),(68873,91,579,0),(68874,92,579,0),(68875,93,579,0),(68876,94,579,0),(68877,95,579,0),(68878,96,579,0),(68879,97,579,0),(68880,98,579,0),(68881,99,579,0),(68882,100,579,0),(68883,101,579,0),(68884,102,579,0),(68885,103,579,0),(68886,104,579,0),(68887,105,579,0),(68888,106,579,0),(68889,107,579,0),(68890,108,579,0),(68891,109,579,0),(68892,110,579,0),(68893,111,579,0),(68894,112,579,0),(68895,113,579,0),(68896,114,579,0),(68897,115,579,0),(68898,116,579,0),(68899,117,579,0),(68900,118,579,0),(68901,119,579,0),(68902,1,580,0),(68903,2,580,0),(68904,3,580,0),(68905,4,580,0),(68906,5,580,0),(68907,6,580,0),(68908,7,580,0),(68909,8,580,0),(68910,9,580,0),(68911,10,580,0),(68912,11,580,0),(68913,12,580,0),(68914,13,580,0),(68915,14,580,0),(68916,15,580,0),(68917,16,580,0),(68918,17,580,0),(68919,18,580,0),(68920,19,580,0),(68921,20,580,0),(68922,21,580,0),(68923,22,580,0),(68924,23,580,0),(68925,24,580,0),(68926,25,580,0),(68927,26,580,0),(68928,27,580,0),(68929,28,580,0),(68930,29,580,0),(68931,30,580,0),(68932,31,580,0),(68933,32,580,0),(68934,33,580,0),(68935,34,580,0),(68936,35,580,0),(68937,36,580,0),(68938,37,580,0),(68939,38,580,0),(68940,39,580,0),(68941,40,580,0),(68942,41,580,0),(68943,42,580,0),(68944,43,580,0),(68945,44,580,0),(68946,45,580,0),(68947,46,580,0),(68948,47,580,0),(68949,48,580,0),(68950,49,580,0),(68951,50,580,0),(68952,51,580,0),(68953,52,580,0),(68954,53,580,0),(68955,54,580,0),(68956,55,580,0),(68957,56,580,0),(68958,57,580,0),(68959,58,580,0),(68960,59,580,0),(68961,60,580,0),(68962,61,580,0),(68963,62,580,0),(68964,63,580,0),(68965,64,580,0),(68966,65,580,0.00992617667309397),(68967,66,580,0),(68968,67,580,0),(68969,68,580,0),(68970,69,580,0),(68971,70,580,0),(68972,71,580,0),(68973,72,580,0),(68974,73,580,0),(68975,74,580,0),(68976,75,580,0),(68977,76,580,0),(68978,77,580,0),(68979,78,580,0),(68980,79,580,0),(68981,80,580,0),(68982,81,580,0),(68983,82,580,0),(68984,83,580,0),(68985,84,580,0),(68986,85,580,0),(68987,86,580,0),(68988,87,580,0),(68989,88,580,0),(68990,89,580,0),(68991,90,580,0),(68992,91,580,0),(68993,92,580,0),(68994,93,580,0),(68995,94,580,0),(68996,95,580,0),(68997,96,580,0),(68998,97,580,0),(68999,98,580,0),(69000,99,580,0),(69001,100,580,0),(69002,101,580,0),(69003,102,580,0),(69004,103,580,0),(69005,104,580,0),(69006,105,580,0),(69007,106,580,0),(69008,107,580,0),(69009,108,580,0),(69010,109,580,0),(69011,110,580,0),(69012,111,580,0),(69013,112,580,0),(69014,113,580,0),(69015,114,580,0),(69016,115,580,0),(69017,116,580,0),(69018,117,580,0),(69019,118,580,0),(69020,119,580,0),(69021,1,581,0),(69022,2,581,0),(69023,3,581,0),(69024,4,581,0),(69025,5,581,0),(69026,6,581,0),(69027,7,581,0),(69028,8,581,0),(69029,9,581,0),(69030,10,581,0),(69031,11,581,0),(69032,12,581,0),(69033,13,581,0),(69034,14,581,0),(69035,15,581,0),(69036,16,581,0),(69037,17,581,0),(69038,18,581,0),(69039,19,581,0),(69040,20,581,0),(69041,21,581,0),(69042,22,581,0),(69043,23,581,0),(69044,24,581,0),(69045,25,581,0),(69046,26,581,0),(69047,27,581,0),(69048,28,581,0),(69049,29,581,0),(69050,30,581,0),(69051,31,581,0),(69052,32,581,0),(69053,33,581,0),(69054,34,581,0),(69055,35,581,0),(69056,36,581,0),(69057,37,581,0),(69058,38,581,0),(69059,39,581,0),(69060,40,581,0),(69061,41,581,0),(69062,42,581,0),(69063,43,581,0),(69064,44,581,0),(69065,45,581,0),(69066,46,581,0),(69067,47,581,0),(69068,48,581,0),(69069,49,581,0),(69070,50,581,0),(69071,51,581,0),(69072,52,581,0),(69073,53,581,0),(69074,54,581,0),(69075,55,581,0),(69076,56,581,0),(69077,57,581,0),(69078,58,581,0),(69079,59,581,0),(69080,60,581,0),(69081,61,581,0),(69082,62,581,0),(69083,63,581,0),(69084,64,581,0),(69085,65,581,0.212403186952987),(69086,66,581,0),(69087,67,581,0),(69088,68,581,0),(69089,69,581,0),(69090,70,581,0),(69091,71,581,0),(69092,72,581,0),(69093,73,581,0),(69094,74,581,0),(69095,75,581,0),(69096,76,581,0),(69097,77,581,0),(69098,78,581,0),(69099,79,581,0),(69100,80,581,0),(69101,81,581,0),(69102,82,581,0),(69103,83,581,0),(69104,84,581,0),(69105,85,581,0),(69106,86,581,0),(69107,87,581,0),(69108,88,581,0),(69109,89,581,0),(69110,90,581,0),(69111,91,581,0),(69112,92,581,0),(69113,93,581,0),(69114,94,581,0),(69115,95,581,0),(69116,96,581,0),(69117,97,581,0),(69118,98,581,0),(69119,99,581,0),(69120,100,581,0),(69121,101,581,0),(69122,102,581,0),(69123,103,581,0),(69124,104,581,0),(69125,105,581,0),(69126,106,581,0),(69127,107,581,0),(69128,108,581,0),(69129,109,581,0),(69130,110,581,0),(69131,111,581,0),(69132,112,581,0),(69133,113,581,0),(69134,114,581,0),(69135,115,581,0),(69136,116,581,0),(69137,117,581,0),(69138,118,581,0),(69139,119,581,0),(69140,1,582,0),(69141,2,582,0),(69142,3,582,0),(69143,4,582,0),(69144,5,582,0),(69145,6,582,0),(69146,7,582,0),(69147,8,582,0),(69148,9,582,0),(69149,10,582,0),(69150,11,582,0),(69151,12,582,0),(69152,13,582,0),(69153,14,582,0),(69154,15,582,0),(69155,16,582,0),(69156,17,582,0),(69157,18,582,0),(69158,19,582,0),(69159,20,582,0),(69160,21,582,0),(69161,22,582,0),(69162,23,582,0),(69163,24,582,0),(69164,25,582,0),(69165,26,582,0),(69166,27,582,0),(69167,28,582,0),(69168,29,582,0),(69169,30,582,0),(69170,31,582,0),(69171,32,582,0),(69172,33,582,0),(69173,34,582,0),(69174,35,582,0),(69175,36,582,0),(69176,37,582,0),(69177,38,582,0),(69178,39,582,0),(69179,40,582,0),(69180,41,582,0),(69181,42,582,0),(69182,43,582,0),(69183,44,582,0),(69184,45,582,0),(69185,46,582,0),(69186,47,582,0),(69187,48,582,0),(69188,49,582,0),(69189,50,582,0),(69190,51,582,0),(69191,52,582,0),(69192,53,582,0),(69193,54,582,0),(69194,55,582,0),(69195,56,582,0),(69196,57,582,0),(69197,58,582,0),(69198,59,582,0),(69199,60,582,0),(69200,61,582,0),(69201,62,582,0),(69202,63,582,0),(69203,64,582,0),(69204,65,582,0.209034240918974),(69205,66,582,0),(69206,67,582,0),(69207,68,582,0),(69208,69,582,0),(69209,70,582,0),(69210,71,582,0),(69211,72,582,0),(69212,73,582,0),(69213,74,582,0),(69214,75,582,0),(69215,76,582,0),(69216,77,582,0),(69217,78,582,0),(69218,79,582,0),(69219,80,582,0),(69220,81,582,0),(69221,82,582,0),(69222,83,582,0),(69223,84,582,0),(69224,85,582,0),(69225,86,582,0),(69226,87,582,0),(69227,88,582,0),(69228,89,582,0),(69229,90,582,0),(69230,91,582,0),(69231,92,582,0),(69232,93,582,0),(69233,94,582,0),(69234,95,582,0),(69235,96,582,0),(69236,97,582,0),(69237,98,582,0),(69238,99,582,0),(69239,100,582,0),(69240,101,582,0),(69241,102,582,0),(69242,103,582,0),(69243,104,582,0),(69244,105,582,0),(69245,106,582,0),(69246,107,582,0),(69247,108,582,0),(69248,109,582,0),(69249,110,582,0),(69250,111,582,0),(69251,112,582,0),(69252,113,582,0),(69253,114,582,0),(69254,115,582,0),(69255,116,582,0),(69256,117,582,0),(69257,118,582,0),(69258,119,582,0),(69259,1,583,0),(69260,2,583,0),(69261,3,583,0),(69262,4,583,0),(69263,5,583,0),(69264,6,583,0),(69265,7,583,0),(69266,8,583,0),(69267,9,583,0),(69268,10,583,0),(69269,11,583,0),(69270,12,583,0),(69271,13,583,0),(69272,14,583,0),(69273,15,583,0),(69274,16,583,0),(69275,17,583,0),(69276,18,583,0),(69277,19,583,0),(69278,20,583,0),(69279,21,583,0),(69280,22,583,0),(69281,23,583,0),(69282,24,583,0),(69283,25,583,0),(69284,26,583,0),(69285,27,583,0),(69286,28,583,0),(69287,29,583,0),(69288,30,583,0),(69289,31,583,0),(69290,32,583,0),(69291,33,583,0),(69292,34,583,0),(69293,35,583,0),(69294,36,583,0),(69295,37,583,0),(69296,38,583,0),(69297,39,583,0),(69298,40,583,0),(69299,41,583,0),(69300,42,583,0),(69301,43,583,0),(69302,44,583,0),(69303,45,583,0),(69304,46,583,0),(69305,47,583,0),(69306,48,583,0),(69307,49,583,0),(69308,50,583,0),(69309,51,583,0),(69310,52,583,0),(69311,53,583,0),(69312,54,583,0),(69313,55,583,0),(69314,56,583,0),(69315,57,583,0),(69316,58,583,0),(69317,59,583,0),(69318,60,583,0),(69319,61,583,0),(69320,62,583,0),(69321,63,583,0),(69322,64,583,0),(69323,65,583,0.185872978771814),(69324,66,583,0),(69325,67,583,0),(69326,68,583,0),(69327,69,583,0),(69328,70,583,0),(69329,71,583,0),(69330,72,583,0),(69331,73,583,0),(69332,74,583,0),(69333,75,583,0),(69334,76,583,0),(69335,77,583,0),(69336,78,583,0),(69337,79,583,0),(69338,80,583,0),(69339,81,583,0),(69340,82,583,0),(69341,83,583,0),(69342,84,583,0),(69343,85,583,0),(69344,86,583,0),(69345,87,583,0),(69346,88,583,0),(69347,89,583,0),(69348,90,583,0),(69349,91,583,0),(69350,92,583,0),(69351,93,583,0),(69352,94,583,0),(69353,95,583,0),(69354,96,583,0),(69355,97,583,0),(69356,98,583,0),(69357,99,583,0),(69358,100,583,0),(69359,101,583,0),(69360,102,583,0),(69361,103,583,0),(69362,104,583,0),(69363,105,583,0),(69364,106,583,0),(69365,107,583,0),(69366,108,583,0),(69367,109,583,0),(69368,110,583,0),(69369,111,583,0),(69370,112,583,0),(69371,113,583,0),(69372,114,583,0),(69373,115,583,0),(69374,116,583,0),(69375,117,583,0),(69376,118,583,0),(69377,119,583,0),(69378,1,584,0),(69379,2,584,0),(69380,3,584,0),(69381,4,584,0),(69382,5,584,0),(69383,6,584,0),(69384,7,584,0),(69385,8,584,0),(69386,9,584,0),(69387,10,584,0),(69388,11,584,0),(69389,12,584,0),(69390,13,584,0),(69391,14,584,0),(69392,15,584,0),(69393,16,584,0),(69394,17,584,0),(69395,18,584,0),(69396,19,584,0),(69397,20,584,0),(69398,21,584,0),(69399,22,584,0),(69400,23,584,0),(69401,24,584,0),(69402,25,584,0),(69403,26,584,0),(69404,27,584,0),(69405,28,584,0),(69406,29,584,0),(69407,30,584,0),(69408,31,584,0),(69409,32,584,0),(69410,33,584,0),(69411,34,584,0),(69412,35,584,0),(69413,36,584,0),(69414,37,584,0),(69415,38,584,0),(69416,39,584,0),(69417,40,584,0),(69418,41,584,0),(69419,42,584,0),(69420,43,584,0),(69421,44,584,0),(69422,45,584,0),(69423,46,584,0),(69424,47,584,0),(69425,48,584,0),(69426,49,584,0),(69427,50,584,0),(69428,51,584,0),(69429,52,584,0),(69430,53,584,0),(69431,54,584,0),(69432,55,584,0),(69433,56,584,0),(69434,57,584,0),(69435,58,584,0),(69436,59,584,0),(69437,60,584,0),(69438,61,584,0),(69439,62,584,0),(69440,63,584,0),(69441,64,584,0),(69442,65,584,0.152739163519389),(69443,66,584,0),(69444,67,584,0),(69445,68,584,0),(69446,69,584,0),(69447,70,584,0),(69448,71,584,0),(69449,72,584,0),(69450,73,584,0),(69451,74,584,0),(69452,75,584,0),(69453,76,584,0),(69454,77,584,0),(69455,78,584,0),(69456,79,584,0),(69457,80,584,0),(69458,81,584,0),(69459,82,584,0),(69460,83,584,0),(69461,84,584,0),(69462,85,584,0),(69463,86,584,0),(69464,87,584,0),(69465,88,584,0),(69466,89,584,0),(69467,90,584,0),(69468,91,584,0),(69469,92,584,0),(69470,93,584,0),(69471,94,584,0),(69472,95,584,0),(69473,96,584,0),(69474,97,584,0),(69475,98,584,0),(69476,99,584,0),(69477,100,584,0),(69478,101,584,0),(69479,102,584,0),(69480,103,584,0),(69481,104,584,0),(69482,105,584,0),(69483,106,584,0),(69484,107,584,0),(69485,108,584,0),(69486,109,584,0),(69487,110,584,0),(69488,111,584,0),(69489,112,584,0),(69490,113,584,0),(69491,114,584,0),(69492,115,584,0),(69493,116,584,0),(69494,117,584,0),(69495,118,584,0),(69496,119,584,0),(69497,1,585,0),(69498,2,585,0),(69499,3,585,0),(69500,4,585,0),(69501,5,585,0),(69502,6,585,0),(69503,7,585,0),(69504,8,585,0),(69505,9,585,0),(69506,10,585,0),(69507,11,585,0),(69508,12,585,0),(69509,13,585,0),(69510,14,585,0),(69511,15,585,0),(69512,16,585,0),(69513,17,585,0),(69514,18,585,0),(69515,19,585,0),(69516,20,585,0),(69517,21,585,0),(69518,22,585,0),(69519,23,585,0),(69520,24,585,0),(69521,25,585,0),(69522,26,585,0),(69523,27,585,0),(69524,28,585,0),(69525,29,585,0),(69526,30,585,0),(69527,31,585,0),(69528,32,585,0),(69529,33,585,0),(69530,34,585,0),(69531,35,585,0),(69532,36,585,0),(69533,37,585,0),(69534,38,585,0),(69535,39,585,0),(69536,40,585,0),(69537,41,585,0),(69538,42,585,0),(69539,43,585,0),(69540,44,585,0),(69541,45,585,0),(69542,46,585,0),(69543,47,585,0),(69544,48,585,0),(69545,49,585,0),(69546,50,585,0),(69547,51,585,0),(69548,52,585,0),(69549,53,585,0),(69550,54,585,0),(69551,55,585,0),(69552,56,585,0),(69553,57,585,0),(69554,58,585,0),(69555,59,585,0),(69556,60,585,0),(69557,61,585,0),(69558,62,585,0),(69559,63,585,0),(69560,64,585,0),(69561,65,585,0.239950429836835),(69562,66,585,0),(69563,67,585,0),(69564,68,585,0),(69565,69,585,0),(69566,70,585,0),(69567,71,585,0),(69568,72,585,0),(69569,73,585,0),(69570,74,585,0),(69571,75,585,0),(69572,76,585,0),(69573,77,585,0),(69574,78,585,0),(69575,79,585,0),(69576,80,585,0),(69577,81,585,0),(69578,82,585,0),(69579,83,585,0),(69580,84,585,0),(69581,85,585,0),(69582,86,585,0),(69583,87,585,0),(69584,88,585,0),(69585,89,585,0),(69586,90,585,0),(69587,91,585,0),(69588,92,585,0),(69589,93,585,0),(69590,94,585,0),(69591,95,585,0),(69592,96,585,0),(69593,97,585,0),(69594,98,585,0),(69595,99,585,0),(69596,100,585,0),(69597,101,585,0),(69598,102,585,0),(69599,103,585,0),(69600,104,585,0),(69601,105,585,0),(69602,106,585,0),(69603,107,585,0),(69604,108,585,0),(69605,109,585,0),(69606,110,585,0),(69607,111,585,0),(69608,112,585,0),(69609,113,585,0),(69610,114,585,0),(69611,115,585,0),(69612,116,585,0),(69613,117,585,0),(69614,118,585,0),(69615,119,585,0),(69616,1,586,0),(69617,2,586,0),(69618,3,586,0),(69619,4,586,0),(69620,5,586,0),(69621,6,586,0),(69622,7,586,0),(69623,8,586,0),(69624,9,586,0),(69625,10,586,0),(69626,11,586,0),(69627,12,586,0),(69628,13,586,0),(69629,14,586,0),(69630,15,586,0),(69631,16,586,0),(69632,17,586,0),(69633,18,586,0),(69634,19,586,0),(69635,20,586,0),(69636,21,586,0),(69637,22,586,0),(69638,23,586,0),(69639,24,586,0),(69640,25,586,0),(69641,26,586,0),(69642,27,586,0),(69643,28,586,0),(69644,29,586,0),(69645,30,586,0),(69646,31,586,0),(69647,32,586,0),(69648,33,586,0),(69649,34,586,0),(69650,35,586,0),(69651,36,586,0),(69652,37,586,0),(69653,38,586,0),(69654,39,586,0),(69655,40,586,0),(69656,41,586,0),(69657,42,586,0),(69658,43,586,0),(69659,44,586,0),(69660,45,586,0),(69661,46,586,0),(69662,47,586,0),(69663,48,586,0),(69664,49,586,0),(69665,50,586,0),(69666,51,586,0),(69667,52,586,0),(69668,53,586,0),(69669,54,586,0),(69670,55,586,0),(69671,56,586,0),(69672,57,586,0),(69673,58,586,0),(69674,59,586,0),(69675,60,586,0),(69676,61,586,0),(69677,62,586,0),(69678,63,586,0),(69679,64,586,0),(69680,65,586,0),(69681,66,586,0.5),(69682,67,586,0),(69683,68,586,0),(69684,69,586,0),(69685,70,586,0),(69686,71,586,0),(69687,72,586,0),(69688,73,586,0),(69689,74,586,0),(69690,75,586,0),(69691,76,586,0),(69692,77,586,0),(69693,78,586,0),(69694,79,586,0),(69695,80,586,0),(69696,81,586,0),(69697,82,586,0),(69698,83,586,0),(69699,84,586,0),(69700,85,586,0),(69701,86,586,0),(69702,87,586,0),(69703,88,586,0),(69704,89,586,0),(69705,90,586,0),(69706,91,586,0),(69707,92,586,0),(69708,93,586,0),(69709,94,586,0),(69710,95,586,0),(69711,96,586,0),(69712,97,586,0),(69713,98,586,0),(69714,99,586,0),(69715,100,586,0),(69716,101,586,0),(69717,102,586,0),(69718,103,586,0),(69719,104,586,0),(69720,105,586,0),(69721,106,586,0),(69722,107,586,0),(69723,108,586,0),(69724,109,586,0),(69725,110,586,0),(69726,111,586,0),(69727,112,586,0),(69728,113,586,0),(69729,114,586,0),(69730,115,586,0),(69731,116,586,0),(69732,117,586,0),(69733,118,586,0),(69734,119,586,0),(69735,1,587,0),(69736,2,587,0),(69737,3,587,0),(69738,4,587,0),(69739,5,587,0),(69740,6,587,0),(69741,7,587,0),(69742,8,587,0),(69743,9,587,0),(69744,10,587,0),(69745,11,587,0),(69746,12,587,0),(69747,13,587,0),(69748,14,587,0),(69749,15,587,0),(69750,16,587,0),(69751,17,587,0),(69752,18,587,0),(69753,19,587,0),(69754,20,587,0),(69755,21,587,0),(69756,22,587,0),(69757,23,587,0),(69758,24,587,0),(69759,25,587,0),(69760,26,587,0),(69761,27,587,0),(69762,28,587,0),(69763,29,587,0),(69764,30,587,0),(69765,31,587,0),(69766,32,587,0),(69767,33,587,0),(69768,34,587,0),(69769,35,587,0),(69770,36,587,0),(69771,37,587,0),(69772,38,587,0),(69773,39,587,0),(69774,40,587,0),(69775,41,587,0),(69776,42,587,0),(69777,43,587,0),(69778,44,587,0),(69779,45,587,0),(69780,46,587,0),(69781,47,587,0),(69782,48,587,0),(69783,49,587,0),(69784,50,587,0),(69785,51,587,0),(69786,52,587,0),(69787,53,587,0),(69788,54,587,0),(69789,55,587,0),(69790,56,587,0),(69791,57,587,0),(69792,58,587,0),(69793,59,587,0),(69794,60,587,0),(69795,61,587,0),(69796,62,587,0),(69797,63,587,0),(69798,64,587,0),(69799,65,587,0),(69800,66,587,0.8),(69801,67,587,0),(69802,68,587,0),(69803,69,587,0),(69804,70,587,0),(69805,71,587,0),(69806,72,587,0),(69807,73,587,0),(69808,74,587,0),(69809,75,587,0),(69810,76,587,0),(69811,77,587,0),(69812,78,587,0),(69813,79,587,0),(69814,80,587,0),(69815,81,587,0),(69816,82,587,0),(69817,83,587,0),(69818,84,587,0),(69819,85,587,0),(69820,86,587,0),(69821,87,587,0),(69822,88,587,0),(69823,89,587,0),(69824,90,587,0),(69825,91,587,0),(69826,92,587,0),(69827,93,587,0),(69828,94,587,0),(69829,95,587,0),(69830,96,587,0),(69831,97,587,0),(69832,98,587,0),(69833,99,587,0),(69834,100,587,0),(69835,101,587,0),(69836,102,587,0),(69837,103,587,0),(69838,104,587,0),(69839,105,587,0),(69840,106,587,0),(69841,107,587,0),(69842,108,587,0),(69843,109,587,0),(69844,110,587,0),(69845,111,587,0),(69846,112,587,0),(69847,113,587,0),(69848,114,587,0),(69849,115,587,0),(69850,116,587,0),(69851,117,587,0),(69852,118,587,0),(69853,119,587,0),(69854,1,588,0),(69855,2,588,0),(69856,3,588,0),(69857,4,588,0),(69858,5,588,0),(69859,6,588,0),(69860,7,588,0),(69861,8,588,0),(69862,9,588,0),(69863,10,588,0),(69864,11,588,0),(69865,12,588,0),(69866,13,588,0),(69867,14,588,0),(69868,15,588,0),(69869,16,588,0),(69870,17,588,0),(69871,18,588,0),(69872,19,588,0),(69873,20,588,0),(69874,21,588,0),(69875,22,588,0),(69876,23,588,0),(69877,24,588,0),(69878,25,588,0),(69879,26,588,0),(69880,27,588,0),(69881,28,588,0),(69882,29,588,0),(69883,30,588,0),(69884,31,588,0),(69885,32,588,0),(69886,33,588,0),(69887,34,588,0),(69888,35,588,0),(69889,36,588,0),(69890,37,588,0),(69891,38,588,0),(69892,39,588,0),(69893,40,588,0),(69894,41,588,0),(69895,42,588,0),(69896,43,588,0),(69897,44,588,0),(69898,45,588,0),(69899,46,588,0),(69900,47,588,0),(69901,48,588,0),(69902,49,588,0),(69903,50,588,0),(69904,51,588,0),(69905,52,588,0),(69906,53,588,0),(69907,54,588,0),(69908,55,588,0),(69909,56,588,0),(69910,57,588,0),(69911,58,588,0),(69912,59,588,0),(69913,60,588,0),(69914,61,588,0),(69915,62,588,0),(69916,63,588,0),(69917,64,588,0),(69918,65,588,0),(69919,66,588,0.199154389832212),(69920,67,588,0),(69921,68,588,0),(69922,69,588,0),(69923,70,588,0),(69924,71,588,0),(69925,72,588,0),(69926,73,588,0),(69927,74,588,0),(69928,75,588,0),(69929,76,588,0),(69930,77,588,0),(69931,78,588,0),(69932,79,588,0),(69933,80,588,0),(69934,81,588,0),(69935,82,588,0),(69936,83,588,0),(69937,84,588,0),(69938,85,588,0),(69939,86,588,0),(69940,87,588,0),(69941,88,588,0),(69942,89,588,0),(69943,90,588,0),(69944,91,588,0),(69945,92,588,0),(69946,93,588,0),(69947,94,588,0),(69948,95,588,0),(69949,96,588,0),(69950,97,588,0),(69951,98,588,0),(69952,99,588,0),(69953,100,588,0),(69954,101,588,0),(69955,102,588,0),(69956,103,588,0),(69957,104,588,0),(69958,105,588,0),(69959,106,588,0),(69960,107,588,0),(69961,108,588,0),(69962,109,588,0),(69963,110,588,0),(69964,111,588,0),(69965,112,588,0),(69966,113,588,0),(69967,114,588,0),(69968,115,588,0),(69969,116,588,0),(69970,117,588,0),(69971,118,588,0),(69972,119,588,0),(69973,1,589,0),(69974,2,589,0),(69975,3,589,0),(69976,4,589,0),(69977,5,589,0),(69978,6,589,0),(69979,7,589,0),(69980,8,589,0),(69981,9,589,0),(69982,10,589,0),(69983,11,589,0),(69984,12,589,0),(69985,13,589,0),(69986,14,589,0),(69987,15,589,0),(69988,16,589,0),(69989,17,589,0),(69990,18,589,0),(69991,19,589,0),(69992,20,589,0),(69993,21,589,0),(69994,22,589,0),(69995,23,589,0),(69996,24,589,0),(69997,25,589,0),(69998,26,589,0),(69999,27,589,0),(70000,28,589,0),(70001,29,589,0),(70002,30,589,0),(70003,31,589,0),(70004,32,589,0),(70005,33,589,0),(70006,34,589,0),(70007,35,589,0),(70008,36,589,0),(70009,37,589,0),(70010,38,589,0),(70011,39,589,0),(70012,40,589,0),(70013,41,589,0),(70014,42,589,0),(70015,43,589,0),(70016,44,589,0),(70017,45,589,0),(70018,46,589,0),(70019,47,589,0),(70020,48,589,0),(70021,49,589,0),(70022,50,589,0),(70023,51,589,0),(70024,52,589,0),(70025,53,589,0),(70026,54,589,0),(70027,55,589,0),(70028,56,589,0),(70029,57,589,0),(70030,58,589,0),(70031,59,589,0),(70032,60,589,0),(70033,61,589,0),(70034,62,589,0),(70035,63,589,0),(70036,64,589,0),(70037,65,589,0),(70038,66,589,0.800845610167788),(70039,67,589,0),(70040,68,589,0),(70041,69,589,0),(70042,70,589,0),(70043,71,589,0),(70044,72,589,0),(70045,73,589,0),(70046,74,589,0),(70047,75,589,0),(70048,76,589,0),(70049,77,589,0),(70050,78,589,0),(70051,79,589,0),(70052,80,589,0),(70053,81,589,0),(70054,82,589,0),(70055,83,589,0),(70056,84,589,0),(70057,85,589,0),(70058,86,589,0),(70059,87,589,0),(70060,88,589,0),(70061,89,589,0),(70062,90,589,0),(70063,91,589,0),(70064,92,589,0),(70065,93,589,0),(70066,94,589,0),(70067,95,589,0),(70068,96,589,0),(70069,97,589,0),(70070,98,589,0),(70071,99,589,0),(70072,100,589,0),(70073,101,589,0),(70074,102,589,0),(70075,103,589,0),(70076,104,589,0),(70077,105,589,0),(70078,106,589,0),(70079,107,589,0),(70080,108,589,0),(70081,109,589,0),(70082,110,589,0),(70083,111,589,0),(70084,112,589,0),(70085,113,589,0),(70086,114,589,0),(70087,115,589,0),(70088,116,589,0),(70089,117,589,0),(70090,118,589,0),(70091,119,589,0),(70092,1,590,0),(70093,2,590,0),(70094,3,590,0),(70095,4,590,0),(70096,5,590,0),(70097,6,590,0),(70098,7,590,0),(70099,8,590,0),(70100,9,590,0),(70101,10,590,0),(70102,11,590,0),(70103,12,590,0),(70104,13,590,0),(70105,14,590,0),(70106,15,590,0),(70107,16,590,0),(70108,17,590,0),(70109,18,590,0),(70110,19,590,0),(70111,20,590,0),(70112,21,590,0),(70113,22,590,0),(70114,23,590,0),(70115,24,590,0),(70116,25,590,0),(70117,26,590,0),(70118,27,590,0),(70119,28,590,0),(70120,29,590,0),(70121,30,590,0),(70122,31,590,0),(70123,32,590,0),(70124,33,590,0),(70125,34,590,0),(70126,35,590,0),(70127,36,590,0),(70128,37,590,0),(70129,38,590,0),(70130,39,590,0),(70131,40,590,0),(70132,41,590,0),(70133,42,590,0),(70134,43,590,0),(70135,44,590,0),(70136,45,590,0),(70137,46,590,0),(70138,47,590,0),(70139,48,590,0),(70140,49,590,0),(70141,50,590,0),(70142,51,590,0),(70143,52,590,0),(70144,53,590,0),(70145,54,590,0),(70146,55,590,0),(70147,56,590,0),(70148,57,590,0),(70149,58,590,0),(70150,59,590,0),(70151,60,590,0),(70152,61,590,0),(70153,62,590,0),(70154,63,590,0),(70155,64,590,0),(70156,65,590,0),(70157,66,590,0),(70158,67,590,0.333803666594882),(70159,68,590,0),(70160,69,590,0),(70161,70,590,0),(70162,71,590,0),(70163,72,590,0),(70164,73,590,0),(70165,74,590,0),(70166,75,590,0),(70167,76,590,0),(70168,77,590,0),(70169,78,590,0),(70170,79,590,0),(70171,80,590,0),(70172,81,590,0),(70173,82,590,0),(70174,83,590,0),(70175,84,590,0),(70176,85,590,0),(70177,86,590,0),(70178,87,590,0),(70179,88,590,0),(70180,89,590,0),(70181,90,590,0),(70182,91,590,0),(70183,92,590,0),(70184,93,590,0),(70185,94,590,0),(70186,95,590,0),(70187,96,590,0),(70188,97,590,0),(70189,98,590,0),(70190,99,590,0),(70191,100,590,0),(70192,101,590,0),(70193,102,590,0),(70194,103,590,0),(70195,104,590,0),(70196,105,590,0),(70197,106,590,0),(70198,107,590,0),(70199,108,590,0),(70200,109,590,0),(70201,110,590,0),(70202,111,590,0),(70203,112,590,0),(70204,113,590,0),(70205,114,590,0),(70206,115,590,0),(70207,116,590,0),(70208,117,590,0),(70209,118,590,0),(70210,119,590,0),(70211,1,591,0),(70212,2,591,0),(70213,3,591,0),(70214,4,591,0),(70215,5,591,0),(70216,6,591,0),(70217,7,591,0),(70218,8,591,0),(70219,9,591,0),(70220,10,591,0),(70221,11,591,0),(70222,12,591,0),(70223,13,591,0),(70224,14,591,0),(70225,15,591,0),(70226,16,591,0),(70227,17,591,0),(70228,18,591,0),(70229,19,591,0),(70230,20,591,0),(70231,21,591,0),(70232,22,591,0),(70233,23,591,0),(70234,24,591,0),(70235,25,591,0),(70236,26,591,0),(70237,27,591,0),(70238,28,591,0),(70239,29,591,0),(70240,30,591,0),(70241,31,591,0),(70242,32,591,0),(70243,33,591,0),(70244,34,591,0),(70245,35,591,0),(70246,36,591,0),(70247,37,591,0),(70248,38,591,0),(70249,39,591,0),(70250,40,591,0),(70251,41,591,0),(70252,42,591,0),(70253,43,591,0),(70254,44,591,0),(70255,45,591,0),(70256,46,591,0),(70257,47,591,0),(70258,48,591,0),(70259,49,591,0),(70260,50,591,0),(70261,51,591,0),(70262,52,591,0),(70263,53,591,0),(70264,54,591,0),(70265,55,591,0),(70266,56,591,0),(70267,57,591,0),(70268,58,591,0),(70269,59,591,0),(70270,60,591,0),(70271,61,591,0),(70272,62,591,0),(70273,63,591,0),(70274,64,591,0),(70275,65,591,0),(70276,66,591,0),(70277,67,591,0.166196333405118),(70278,68,591,0),(70279,69,591,0),(70280,70,591,0),(70281,71,591,0),(70282,72,591,0),(70283,73,591,0),(70284,74,591,0),(70285,75,591,0),(70286,76,591,0),(70287,77,591,0),(70288,78,591,0),(70289,79,591,0),(70290,80,591,0),(70291,81,591,0),(70292,82,591,0),(70293,83,591,0),(70294,84,591,0),(70295,85,591,0),(70296,86,591,0),(70297,87,591,0),(70298,88,591,0),(70299,89,591,0),(70300,90,591,0),(70301,91,591,0),(70302,92,591,0),(70303,93,591,0),(70304,94,591,0),(70305,95,591,0),(70306,96,591,0),(70307,97,591,0),(70308,98,591,0),(70309,99,591,0),(70310,100,591,0),(70311,101,591,0),(70312,102,591,0),(70313,103,591,0),(70314,104,591,0),(70315,105,591,0),(70316,106,591,0),(70317,107,591,0),(70318,108,591,0),(70319,109,591,0),(70320,110,591,0),(70321,111,591,0),(70322,112,591,0),(70323,113,591,0),(70324,114,591,0),(70325,115,591,0),(70326,116,591,0),(70327,117,591,0),(70328,118,591,0),(70329,119,591,0),(70330,1,592,0),(70331,2,592,0),(70332,3,592,0),(70333,4,592,0),(70334,5,592,0),(70335,6,592,0),(70336,7,592,0),(70337,8,592,0),(70338,9,592,0),(70339,10,592,0),(70340,11,592,0),(70341,12,592,0),(70342,13,592,0),(70343,14,592,0),(70344,15,592,0),(70345,16,592,0),(70346,17,592,0),(70347,18,592,0),(70348,19,592,0),(70349,20,592,0),(70350,21,592,0),(70351,22,592,0),(70352,23,592,0),(70353,24,592,0),(70354,25,592,0),(70355,26,592,0),(70356,27,592,0),(70357,28,592,0),(70358,29,592,0),(70359,30,592,0),(70360,31,592,0),(70361,32,592,0),(70362,33,592,0),(70363,34,592,0),(70364,35,592,0),(70365,36,592,0),(70366,37,592,0),(70367,38,592,0),(70368,39,592,0),(70369,40,592,0),(70370,41,592,0),(70371,42,592,0),(70372,43,592,0),(70373,44,592,0),(70374,45,592,0),(70375,46,592,0),(70376,47,592,0),(70377,48,592,0),(70378,49,592,0),(70379,50,592,0),(70380,51,592,0),(70381,52,592,0),(70382,53,592,0),(70383,54,592,0),(70384,55,592,0),(70385,56,592,0),(70386,57,592,0),(70387,58,592,0),(70388,59,592,0),(70389,60,592,0),(70390,61,592,0),(70391,62,592,0),(70392,63,592,0),(70393,64,592,0),(70394,65,592,0),(70395,66,592,0),(70396,67,592,0.310928003247578),(70397,68,592,0),(70398,69,592,0),(70399,70,592,0),(70400,71,592,0),(70401,72,592,0),(70402,73,592,0),(70403,74,592,0),(70404,75,592,0),(70405,76,592,0),(70406,77,592,0),(70407,78,592,0),(70408,79,592,0),(70409,80,592,0),(70410,81,592,0),(70411,82,592,0),(70412,83,592,0),(70413,84,592,0),(70414,85,592,0),(70415,86,592,0),(70416,87,592,0),(70417,88,592,0),(70418,89,592,0),(70419,90,592,0),(70420,91,592,0),(70421,92,592,0),(70422,93,592,0),(70423,94,592,0),(70424,95,592,0),(70425,96,592,0),(70426,97,592,0),(70427,98,592,0),(70428,99,592,0),(70429,100,592,0),(70430,101,592,0),(70431,102,592,0),(70432,103,592,0),(70433,104,592,0),(70434,105,592,0),(70435,106,592,0),(70436,107,592,0),(70437,108,592,0),(70438,109,592,0),(70439,110,592,0),(70440,111,592,0),(70441,112,592,0),(70442,113,592,0),(70443,114,592,0),(70444,115,592,0),(70445,116,592,0),(70446,117,592,0),(70447,118,592,0),(70448,119,592,0),(70449,1,593,0),(70450,2,593,0),(70451,3,593,0),(70452,4,593,0),(70453,5,593,0),(70454,6,593,0),(70455,7,593,0),(70456,8,593,0),(70457,9,593,0),(70458,10,593,0),(70459,11,593,0),(70460,12,593,0),(70461,13,593,0),(70462,14,593,0),(70463,15,593,0),(70464,16,593,0),(70465,17,593,0),(70466,18,593,0),(70467,19,593,0),(70468,20,593,0),(70469,21,593,0),(70470,22,593,0),(70471,23,593,0),(70472,24,593,0),(70473,25,593,0),(70474,26,593,0),(70475,27,593,0),(70476,28,593,0),(70477,29,593,0),(70478,30,593,0),(70479,31,593,0),(70480,32,593,0),(70481,33,593,0),(70482,34,593,0),(70483,35,593,0),(70484,36,593,0),(70485,37,593,0),(70486,38,593,0),(70487,39,593,0),(70488,40,593,0),(70489,41,593,0),(70490,42,593,0),(70491,43,593,0),(70492,44,593,0),(70493,45,593,0),(70494,46,593,0),(70495,47,593,0),(70496,48,593,0),(70497,49,593,0),(70498,50,593,0),(70499,51,593,0),(70500,52,593,0),(70501,53,593,0),(70502,54,593,0),(70503,55,593,0),(70504,56,593,0),(70505,57,593,0),(70506,58,593,0),(70507,59,593,0),(70508,60,593,0),(70509,61,593,0),(70510,62,593,0),(70511,63,593,0),(70512,64,593,0),(70513,65,593,0),(70514,66,593,0),(70515,67,593,0.107978776656135),(70516,68,593,0),(70517,69,593,0),(70518,70,593,0),(70519,71,593,0),(70520,72,593,0),(70521,73,593,0),(70522,74,593,0),(70523,75,593,0),(70524,76,593,0),(70525,77,593,0),(70526,78,593,0),(70527,79,593,0),(70528,80,593,0),(70529,81,593,0),(70530,82,593,0),(70531,83,593,0),(70532,84,593,0),(70533,85,593,0),(70534,86,593,0),(70535,87,593,0),(70536,88,593,0),(70537,89,593,0),(70538,90,593,0),(70539,91,593,0),(70540,92,593,0),(70541,93,593,0),(70542,94,593,0),(70543,95,593,0),(70544,96,593,0),(70545,97,593,0),(70546,98,593,0),(70547,99,593,0),(70548,100,593,0),(70549,101,593,0),(70550,102,593,0),(70551,103,593,0),(70552,104,593,0),(70553,105,593,0),(70554,106,593,0),(70555,107,593,0),(70556,108,593,0),(70557,109,593,0),(70558,110,593,0),(70559,111,593,0),(70560,112,593,0),(70561,113,593,0),(70562,114,593,0),(70563,115,593,0),(70564,116,593,0),(70565,117,593,0),(70566,118,593,0),(70567,119,593,0),(70568,1,594,0),(70569,2,594,0),(70570,3,594,0),(70571,4,594,0),(70572,5,594,0),(70573,6,594,0),(70574,7,594,0),(70575,8,594,0),(70576,9,594,0),(70577,10,594,0),(70578,11,594,0),(70579,12,594,0),(70580,13,594,0),(70581,14,594,0),(70582,15,594,0),(70583,16,594,0),(70584,17,594,0),(70585,18,594,0),(70586,19,594,0),(70587,20,594,0),(70588,21,594,0),(70589,22,594,0),(70590,23,594,0),(70591,24,594,0),(70592,25,594,0),(70593,26,594,0),(70594,27,594,0),(70595,28,594,0),(70596,29,594,0),(70597,30,594,0),(70598,31,594,0),(70599,32,594,0),(70600,33,594,0),(70601,34,594,0),(70602,35,594,0),(70603,36,594,0),(70604,37,594,0),(70605,38,594,0),(70606,39,594,0),(70607,40,594,0),(70608,41,594,0),(70609,42,594,0),(70610,43,594,0),(70611,44,594,0),(70612,45,594,0),(70613,46,594,0),(70614,47,594,0),(70615,48,594,0),(70616,49,594,0),(70617,50,594,0),(70618,51,594,0),(70619,52,594,0),(70620,53,594,0),(70621,54,594,0),(70622,55,594,0),(70623,56,594,0),(70624,57,594,0),(70625,58,594,0),(70626,59,594,0),(70627,60,594,0),(70628,61,594,0),(70629,62,594,0),(70630,63,594,0),(70631,64,594,0),(70632,65,594,0),(70633,66,594,0),(70634,67,594,0.275359257462955),(70635,68,594,0),(70636,69,594,0),(70637,70,594,0),(70638,71,594,0),(70639,72,594,0),(70640,73,594,0),(70641,74,594,0),(70642,75,594,0),(70643,76,594,0),(70644,77,594,0),(70645,78,594,0),(70646,79,594,0),(70647,80,594,0),(70648,81,594,0),(70649,82,594,0),(70650,83,594,0),(70651,84,594,0),(70652,85,594,0),(70653,86,594,0),(70654,87,594,0),(70655,88,594,0),(70656,89,594,0),(70657,90,594,0),(70658,91,594,0),(70659,92,594,0),(70660,93,594,0),(70661,94,594,0),(70662,95,594,0),(70663,96,594,0),(70664,97,594,0),(70665,98,594,0),(70666,99,594,0),(70667,100,594,0),(70668,101,594,0),(70669,102,594,0),(70670,103,594,0),(70671,104,594,0),(70672,105,594,0),(70673,106,594,0),(70674,107,594,0),(70675,108,594,0),(70676,109,594,0),(70677,110,594,0),(70678,111,594,0),(70679,112,594,0),(70680,113,594,0),(70681,114,594,0),(70682,115,594,0),(70683,116,594,0),(70684,117,594,0),(70685,118,594,0),(70686,119,594,0),(70687,1,595,0),(70688,2,595,0),(70689,3,595,0),(70690,4,595,0),(70691,5,595,0),(70692,6,595,0),(70693,7,595,0),(70694,8,595,0),(70695,9,595,0),(70696,10,595,0),(70697,11,595,0),(70698,12,595,0),(70699,13,595,0),(70700,14,595,0),(70701,15,595,0),(70702,16,595,0),(70703,17,595,0),(70704,18,595,0),(70705,19,595,0),(70706,20,595,0),(70707,21,595,0),(70708,22,595,0),(70709,23,595,0),(70710,24,595,0),(70711,25,595,0),(70712,26,595,0),(70713,27,595,0),(70714,28,595,0),(70715,29,595,0),(70716,30,595,0),(70717,31,595,0),(70718,32,595,0),(70719,33,595,0),(70720,34,595,0),(70721,35,595,0),(70722,36,595,0),(70723,37,595,0),(70724,38,595,0),(70725,39,595,0),(70726,40,595,0),(70727,41,595,0),(70728,42,595,0),(70729,43,595,0),(70730,44,595,0),(70731,45,595,0),(70732,46,595,0),(70733,47,595,0),(70734,48,595,0),(70735,49,595,0),(70736,50,595,0),(70737,51,595,0),(70738,52,595,0),(70739,53,595,0),(70740,54,595,0),(70741,55,595,0),(70742,56,595,0),(70743,57,595,0),(70744,58,595,0),(70745,59,595,0),(70746,60,595,0),(70747,61,595,0),(70748,62,595,0),(70749,63,595,0),(70750,64,595,0),(70751,65,595,0),(70752,66,595,0),(70753,67,595,0.105733962633332),(70754,68,595,0),(70755,69,595,0),(70756,70,595,0),(70757,71,595,0),(70758,72,595,0),(70759,73,595,0),(70760,74,595,0),(70761,75,595,0),(70762,76,595,0),(70763,77,595,0),(70764,78,595,0),(70765,79,595,0),(70766,80,595,0),(70767,81,595,0),(70768,82,595,0),(70769,83,595,0),(70770,84,595,0),(70771,85,595,0),(70772,86,595,0),(70773,87,595,0),(70774,88,595,0),(70775,89,595,0),(70776,90,595,0),(70777,91,595,0),(70778,92,595,0),(70779,93,595,0),(70780,94,595,0),(70781,95,595,0),(70782,96,595,0),(70783,97,595,0),(70784,98,595,0),(70785,99,595,0),(70786,100,595,0),(70787,101,595,0),(70788,102,595,0),(70789,103,595,0),(70790,104,595,0),(70791,105,595,0),(70792,106,595,0),(70793,107,595,0),(70794,108,595,0),(70795,109,595,0),(70796,110,595,0),(70797,111,595,0),(70798,112,595,0),(70799,113,595,0),(70800,114,595,0),(70801,115,595,0),(70802,116,595,0),(70803,117,595,0),(70804,118,595,0),(70805,119,595,0),(70806,1,596,0),(70807,2,596,0),(70808,3,596,0),(70809,4,596,0),(70810,5,596,0),(70811,6,596,0),(70812,7,596,0),(70813,8,596,0),(70814,9,596,0),(70815,10,596,0),(70816,11,596,0),(70817,12,596,0),(70818,13,596,0),(70819,14,596,0),(70820,15,596,0),(70821,16,596,0),(70822,17,596,0),(70823,18,596,0),(70824,19,596,0),(70825,20,596,0),(70826,21,596,0),(70827,22,596,0),(70828,23,596,0),(70829,24,596,0),(70830,25,596,0),(70831,26,596,0),(70832,27,596,0),(70833,28,596,0),(70834,29,596,0),(70835,30,596,0),(70836,31,596,0),(70837,32,596,0),(70838,33,596,0),(70839,34,596,0),(70840,35,596,0),(70841,36,596,0),(70842,37,596,0),(70843,38,596,0),(70844,39,596,0),(70845,40,596,0),(70846,41,596,0),(70847,42,596,0),(70848,43,596,0),(70849,44,596,0),(70850,45,596,0),(70851,46,596,0),(70852,47,596,0),(70853,48,596,0),(70854,49,596,0),(70855,50,596,0),(70856,51,596,0),(70857,52,596,0),(70858,53,596,0),(70859,54,596,0),(70860,55,596,0),(70861,56,596,0),(70862,57,596,0),(70863,58,596,0),(70864,59,596,0),(70865,60,596,0),(70866,61,596,0),(70867,62,596,0),(70868,63,596,0),(70869,64,596,0),(70870,65,596,0),(70871,66,596,0),(70872,67,596,0.169983787062961),(70873,68,596,0),(70874,69,596,0),(70875,70,596,0),(70876,71,596,0),(70877,72,596,0),(70878,73,596,0),(70879,74,596,0),(70880,75,596,0),(70881,76,596,0),(70882,77,596,0),(70883,78,596,0),(70884,79,596,0),(70885,80,596,0),(70886,81,596,0),(70887,82,596,0),(70888,83,596,0),(70889,84,596,0),(70890,85,596,0),(70891,86,596,0),(70892,87,596,0),(70893,88,596,0),(70894,89,596,0),(70895,90,596,0),(70896,91,596,0),(70897,92,596,0),(70898,93,596,0),(70899,94,596,0),(70900,95,596,0),(70901,96,596,0),(70902,97,596,0),(70903,98,596,0),(70904,99,596,0),(70905,100,596,0),(70906,101,596,0),(70907,102,596,0),(70908,103,596,0),(70909,104,596,0),(70910,105,596,0),(70911,106,596,0),(70912,107,596,0),(70913,108,596,0),(70914,109,596,0),(70915,110,596,0),(70916,111,596,0),(70917,112,596,0),(70918,113,596,0),(70919,114,596,0),(70920,115,596,0),(70921,116,596,0),(70922,117,596,0),(70923,118,596,0),(70924,119,596,0),(70925,1,597,0),(70926,2,597,0),(70927,3,597,0),(70928,4,597,0),(70929,5,597,0),(70930,6,597,0),(70931,7,597,0),(70932,8,597,0),(70933,9,597,0),(70934,10,597,0),(70935,11,597,0),(70936,12,597,0),(70937,13,597,0),(70938,14,597,0),(70939,15,597,0),(70940,16,597,0),(70941,17,597,0),(70942,18,597,0),(70943,19,597,0),(70944,20,597,0),(70945,21,597,0),(70946,22,597,0),(70947,23,597,0),(70948,24,597,0),(70949,25,597,0),(70950,26,597,0),(70951,27,597,0),(70952,28,597,0),(70953,29,597,0),(70954,30,597,0),(70955,31,597,0),(70956,32,597,0),(70957,33,597,0),(70958,34,597,0),(70959,35,597,0),(70960,36,597,0),(70961,37,597,0),(70962,38,597,0),(70963,39,597,0),(70964,40,597,0),(70965,41,597,0),(70966,42,597,0),(70967,43,597,0),(70968,44,597,0),(70969,45,597,0),(70970,46,597,0),(70971,47,597,0),(70972,48,597,0),(70973,49,597,0),(70974,50,597,0),(70975,51,597,0),(70976,52,597,0),(70977,53,597,0),(70978,54,597,0),(70979,55,597,0),(70980,56,597,0),(70981,57,597,0),(70982,58,597,0),(70983,59,597,0),(70984,60,597,0),(70985,61,597,0),(70986,62,597,0),(70987,63,597,0),(70988,64,597,0),(70989,65,597,0),(70990,66,597,0),(70991,67,597,0.340597008881774),(70992,68,597,0),(70993,69,597,0),(70994,70,597,0),(70995,71,597,0),(70996,72,597,0),(70997,73,597,0),(70998,74,597,0),(70999,75,597,0),(71000,76,597,0),(71001,77,597,0),(71002,78,597,0),(71003,79,597,0),(71004,80,597,0),(71005,81,597,0),(71006,82,597,0),(71007,83,597,0),(71008,84,597,0),(71009,85,597,0),(71010,86,597,0),(71011,87,597,0),(71012,88,597,0),(71013,89,597,0),(71014,90,597,0),(71015,91,597,0),(71016,92,597,0),(71017,93,597,0),(71018,94,597,0),(71019,95,597,0),(71020,96,597,0),(71021,97,597,0),(71022,98,597,0),(71023,99,597,0),(71024,100,597,0),(71025,101,597,0),(71026,102,597,0),(71027,103,597,0),(71028,104,597,0),(71029,105,597,0),(71030,106,597,0),(71031,107,597,0),(71032,108,597,0),(71033,109,597,0),(71034,110,597,0),(71035,111,597,0),(71036,112,597,0),(71037,113,597,0),(71038,114,597,0),(71039,115,597,0),(71040,116,597,0),(71041,117,597,0),(71042,118,597,0),(71043,119,597,0),(71044,1,598,0),(71045,2,598,0),(71046,3,598,0),(71047,4,598,0),(71048,5,598,0),(71049,6,598,0),(71050,7,598,0),(71051,8,598,0),(71052,9,598,0),(71053,10,598,0),(71054,11,598,0),(71055,12,598,0),(71056,13,598,0),(71057,14,598,0),(71058,15,598,0),(71059,16,598,0),(71060,17,598,0),(71061,18,598,0),(71062,19,598,0),(71063,20,598,0),(71064,21,598,0),(71065,22,598,0),(71066,23,598,0),(71067,24,598,0),(71068,25,598,0),(71069,26,598,0),(71070,27,598,0),(71071,28,598,0),(71072,29,598,0),(71073,30,598,0),(71074,31,598,0),(71075,32,598,0),(71076,33,598,0),(71077,34,598,0),(71078,35,598,0),(71079,36,598,0),(71080,37,598,0),(71081,38,598,0),(71082,39,598,0),(71083,40,598,0),(71084,41,598,0),(71085,42,598,0),(71086,43,598,0),(71087,44,598,0),(71088,45,598,0),(71089,46,598,0),(71090,47,598,0),(71091,48,598,0),(71092,49,598,0),(71093,50,598,0),(71094,51,598,0),(71095,52,598,0),(71096,53,598,0),(71097,54,598,0),(71098,55,598,0),(71099,56,598,0),(71100,57,598,0),(71101,58,598,0),(71102,59,598,0),(71103,60,598,0),(71104,61,598,0),(71105,62,598,0),(71106,63,598,0),(71107,64,598,0),(71108,65,598,0),(71109,66,598,0),(71110,67,598,0.201606174544639),(71111,68,598,0),(71112,69,598,0),(71113,70,598,0),(71114,71,598,0),(71115,72,598,0),(71116,73,598,0),(71117,74,598,0),(71118,75,598,0),(71119,76,598,0),(71120,77,598,0),(71121,78,598,0),(71122,79,598,0),(71123,80,598,0),(71124,81,598,0),(71125,82,598,0),(71126,83,598,0),(71127,84,598,0),(71128,85,598,0),(71129,86,598,0),(71130,87,598,0),(71131,88,598,0),(71132,89,598,0),(71133,90,598,0),(71134,91,598,0),(71135,92,598,0),(71136,93,598,0),(71137,94,598,0),(71138,95,598,0),(71139,96,598,0),(71140,97,598,0),(71141,98,598,0),(71142,99,598,0),(71143,100,598,0),(71144,101,598,0),(71145,102,598,0),(71146,103,598,0),(71147,104,598,0),(71148,105,598,0),(71149,106,598,0),(71150,107,598,0),(71151,108,598,0),(71152,109,598,0),(71153,110,598,0),(71154,111,598,0),(71155,112,598,0),(71156,113,598,0),(71157,114,598,0),(71158,115,598,0),(71159,116,598,0),(71160,117,598,0),(71161,118,598,0),(71162,119,598,0),(71163,1,599,0),(71164,2,599,0),(71165,3,599,0),(71166,4,599,0),(71167,5,599,0),(71168,6,599,0),(71169,7,599,0),(71170,8,599,0),(71171,9,599,0),(71172,10,599,0),(71173,11,599,0),(71174,12,599,0),(71175,13,599,0),(71176,14,599,0),(71177,15,599,0),(71178,16,599,0),(71179,17,599,0),(71180,18,599,0),(71181,19,599,0),(71182,20,599,0),(71183,21,599,0),(71184,22,599,0),(71185,23,599,0),(71186,24,599,0),(71187,25,599,0),(71188,26,599,0),(71189,27,599,0),(71190,28,599,0),(71191,29,599,0),(71192,30,599,0),(71193,31,599,0),(71194,32,599,0),(71195,33,599,0),(71196,34,599,0),(71197,35,599,0),(71198,36,599,0),(71199,37,599,0),(71200,38,599,0),(71201,39,599,0),(71202,40,599,0),(71203,41,599,0),(71204,42,599,0),(71205,43,599,0),(71206,44,599,0),(71207,45,599,0),(71208,46,599,0),(71209,47,599,0),(71210,48,599,0),(71211,49,599,0),(71212,50,599,0),(71213,51,599,0),(71214,52,599,0),(71215,53,599,0),(71216,54,599,0),(71217,55,599,0),(71218,56,599,0),(71219,57,599,0),(71220,58,599,0),(71221,59,599,0),(71222,60,599,0),(71223,61,599,0),(71224,62,599,0),(71225,63,599,0),(71226,64,599,0),(71227,65,599,0),(71228,66,599,0),(71229,67,599,0.287813029510626),(71230,68,599,0),(71231,69,599,0),(71232,70,599,0),(71233,71,599,0),(71234,72,599,0),(71235,73,599,0),(71236,74,599,0),(71237,75,599,0),(71238,76,599,0),(71239,77,599,0),(71240,78,599,0),(71241,79,599,0),(71242,80,599,0),(71243,81,599,0),(71244,82,599,0),(71245,83,599,0),(71246,84,599,0),(71247,85,599,0),(71248,86,599,0),(71249,87,599,0),(71250,88,599,0),(71251,89,599,0),(71252,90,599,0),(71253,91,599,0),(71254,92,599,0),(71255,93,599,0),(71256,94,599,0),(71257,95,599,0),(71258,96,599,0),(71259,97,599,0),(71260,98,599,0),(71261,99,599,0),(71262,100,599,0),(71263,101,599,0),(71264,102,599,0),(71265,103,599,0),(71266,104,599,0),(71267,105,599,0),(71268,106,599,0),(71269,107,599,0),(71270,108,599,0),(71271,109,599,0),(71272,110,599,0),(71273,111,599,0),(71274,112,599,0),(71275,113,599,0),(71276,114,599,0),(71277,115,599,0),(71278,116,599,0),(71279,117,599,0),(71280,118,599,0),(71281,119,599,0),(71282,1,600,0),(71283,2,600,0),(71284,3,600,0),(71285,4,600,0),(71286,5,600,0),(71287,6,600,0),(71288,7,600,0),(71289,8,600,0),(71290,9,600,0),(71291,10,600,0),(71292,11,600,0),(71293,12,600,0),(71294,13,600,0),(71295,14,600,0),(71296,15,600,0),(71297,16,600,0),(71298,17,600,0),(71299,18,600,0),(71300,19,600,0),(71301,20,600,0),(71302,21,600,0),(71303,22,600,0),(71304,23,600,0),(71305,24,600,0),(71306,25,600,0),(71307,26,600,0),(71308,27,600,0),(71309,28,600,0),(71310,29,600,0),(71311,30,600,0),(71312,31,600,0),(71313,32,600,0),(71314,33,600,0),(71315,34,600,0),(71316,35,600,0),(71317,36,600,0),(71318,37,600,0),(71319,38,600,0),(71320,39,600,0),(71321,40,600,0),(71322,41,600,0),(71323,42,600,0),(71324,43,600,0),(71325,44,600,0),(71326,45,600,0),(71327,46,600,0),(71328,47,600,0),(71329,48,600,0),(71330,49,600,0),(71331,50,600,0),(71332,51,600,0),(71333,52,600,0),(71334,53,600,0),(71335,54,600,0),(71336,55,600,0),(71337,56,600,0),(71338,57,600,0),(71339,58,600,0),(71340,59,600,0),(71341,60,600,0),(71342,61,600,0),(71343,62,600,0),(71344,63,600,0),(71345,64,600,0),(71346,65,600,0),(71347,66,600,0),(71348,67,600,0),(71349,68,600,0.187237052975873),(71350,69,600,0),(71351,70,600,0),(71352,71,600,0),(71353,72,600,0),(71354,73,600,0),(71355,74,600,0),(71356,75,600,0),(71357,76,600,0),(71358,77,600,0),(71359,78,600,0),(71360,79,600,0),(71361,80,600,0),(71362,81,600,0),(71363,82,600,0),(71364,83,600,0),(71365,84,600,0),(71366,85,600,0),(71367,86,600,0),(71368,87,600,0),(71369,88,600,0),(71370,89,600,0),(71371,90,600,0),(71372,91,600,0),(71373,92,600,0),(71374,93,600,0),(71375,94,600,0),(71376,95,600,0),(71377,96,600,0),(71378,97,600,0),(71379,98,600,0),(71380,99,600,0),(71381,100,600,0),(71382,101,600,0),(71383,102,600,0),(71384,103,600,0),(71385,104,600,0),(71386,105,600,0),(71387,106,600,0),(71388,107,600,0),(71389,108,600,0),(71390,109,600,0),(71391,110,600,0),(71392,111,600,0),(71393,112,600,0),(71394,113,600,0),(71395,114,600,0),(71396,115,600,0),(71397,116,600,0),(71398,117,600,0),(71399,118,600,0),(71400,119,600,0),(71401,1,601,0),(71402,2,601,0),(71403,3,601,0),(71404,4,601,0),(71405,5,601,0),(71406,6,601,0),(71407,7,601,0),(71408,8,601,0),(71409,9,601,0),(71410,10,601,0),(71411,11,601,0),(71412,12,601,0),(71413,13,601,0),(71414,14,601,0),(71415,15,601,0),(71416,16,601,0),(71417,17,601,0),(71418,18,601,0),(71419,19,601,0),(71420,20,601,0),(71421,21,601,0),(71422,22,601,0),(71423,23,601,0),(71424,24,601,0),(71425,25,601,0),(71426,26,601,0),(71427,27,601,0),(71428,28,601,0),(71429,29,601,0),(71430,30,601,0),(71431,31,601,0),(71432,32,601,0),(71433,33,601,0),(71434,34,601,0),(71435,35,601,0),(71436,36,601,0),(71437,37,601,0),(71438,38,601,0),(71439,39,601,0),(71440,40,601,0),(71441,41,601,0),(71442,42,601,0),(71443,43,601,0),(71444,44,601,0),(71445,45,601,0),(71446,46,601,0),(71447,47,601,0),(71448,48,601,0),(71449,49,601,0),(71450,50,601,0),(71451,51,601,0),(71452,52,601,0),(71453,53,601,0),(71454,54,601,0),(71455,55,601,0),(71456,56,601,0),(71457,57,601,0),(71458,58,601,0),(71459,59,601,0),(71460,60,601,0),(71461,61,601,0),(71462,62,601,0),(71463,63,601,0),(71464,64,601,0),(71465,65,601,0),(71466,66,601,0),(71467,67,601,0),(71468,68,601,0.312762947024127),(71469,69,601,0),(71470,70,601,0),(71471,71,601,0),(71472,72,601,0),(71473,73,601,0),(71474,74,601,0),(71475,75,601,0),(71476,76,601,0),(71477,77,601,0),(71478,78,601,0),(71479,79,601,0),(71480,80,601,0),(71481,81,601,0),(71482,82,601,0),(71483,83,601,0),(71484,84,601,0),(71485,85,601,0),(71486,86,601,0),(71487,87,601,0),(71488,88,601,0),(71489,89,601,0),(71490,90,601,0),(71491,91,601,0),(71492,92,601,0),(71493,93,601,0),(71494,94,601,0),(71495,95,601,0),(71496,96,601,0),(71497,97,601,0),(71498,98,601,0),(71499,99,601,0),(71500,100,601,0),(71501,101,601,0),(71502,102,601,0),(71503,103,601,0),(71504,104,601,0),(71505,105,601,0),(71506,106,601,0),(71507,107,601,0),(71508,108,601,0),(71509,109,601,0),(71510,110,601,0),(71511,111,601,0),(71512,112,601,0),(71513,113,601,0),(71514,114,601,0),(71515,115,601,0),(71516,116,601,0),(71517,117,601,0),(71518,118,601,0),(71519,119,601,0),(71520,1,602,0),(71521,2,602,0),(71522,3,602,0),(71523,4,602,0),(71524,5,602,0),(71525,6,602,0),(71526,7,602,0),(71527,8,602,0),(71528,9,602,0),(71529,10,602,0),(71530,11,602,0),(71531,12,602,0),(71532,13,602,0),(71533,14,602,0),(71534,15,602,0),(71535,16,602,0),(71536,17,602,0),(71537,18,602,0),(71538,19,602,0),(71539,20,602,0),(71540,21,602,0),(71541,22,602,0),(71542,23,602,0),(71543,24,602,0),(71544,25,602,0),(71545,26,602,0),(71546,27,602,0),(71547,28,602,0),(71548,29,602,0),(71549,30,602,0),(71550,31,602,0),(71551,32,602,0),(71552,33,602,0),(71553,34,602,0),(71554,35,602,0),(71555,36,602,0),(71556,37,602,0),(71557,38,602,0),(71558,39,602,0),(71559,40,602,0),(71560,41,602,0),(71561,42,602,0),(71562,43,602,0),(71563,44,602,0),(71564,45,602,0),(71565,46,602,0),(71566,47,602,0),(71567,48,602,0),(71568,49,602,0),(71569,50,602,0),(71570,51,602,0),(71571,52,602,0),(71572,53,602,0),(71573,54,602,0),(71574,55,602,0),(71575,56,602,0),(71576,57,602,0),(71577,58,602,0),(71578,59,602,0),(71579,60,602,0),(71580,61,602,0),(71581,62,602,0),(71582,63,602,0),(71583,64,602,0),(71584,65,602,0),(71585,66,602,0),(71586,67,602,0),(71587,68,602,0.198282255515698),(71588,69,602,0),(71589,70,602,0),(71590,71,602,0),(71591,72,602,0),(71592,73,602,0),(71593,74,602,0),(71594,75,602,0),(71595,76,602,0),(71596,77,602,0),(71597,78,602,0),(71598,79,602,0),(71599,80,602,0),(71600,81,602,0),(71601,82,602,0),(71602,83,602,0),(71603,84,602,0),(71604,85,602,0),(71605,86,602,0),(71606,87,602,0),(71607,88,602,0),(71608,89,602,0),(71609,90,602,0),(71610,91,602,0),(71611,92,602,0),(71612,93,602,0),(71613,94,602,0),(71614,95,602,0),(71615,96,602,0),(71616,97,602,0),(71617,98,602,0),(71618,99,602,0),(71619,100,602,0),(71620,101,602,0),(71621,102,602,0),(71622,103,602,0),(71623,104,602,0),(71624,105,602,0),(71625,106,602,0),(71626,107,602,0),(71627,108,602,0),(71628,109,602,0),(71629,110,602,0),(71630,111,602,0),(71631,112,602,0),(71632,113,602,0),(71633,114,602,0),(71634,115,602,0),(71635,116,602,0),(71636,117,602,0),(71637,118,602,0),(71638,119,602,0),(71639,1,603,0),(71640,2,603,0),(71641,3,603,0),(71642,4,603,0),(71643,5,603,0),(71644,6,603,0),(71645,7,603,0),(71646,8,603,0),(71647,9,603,0),(71648,10,603,0),(71649,11,603,0),(71650,12,603,0),(71651,13,603,0),(71652,14,603,0),(71653,15,603,0),(71654,16,603,0),(71655,17,603,0),(71656,18,603,0),(71657,19,603,0),(71658,20,603,0),(71659,21,603,0),(71660,22,603,0),(71661,23,603,0),(71662,24,603,0),(71663,25,603,0),(71664,26,603,0),(71665,27,603,0),(71666,28,603,0),(71667,29,603,0),(71668,30,603,0),(71669,31,603,0),(71670,32,603,0),(71671,33,603,0),(71672,34,603,0),(71673,35,603,0),(71674,36,603,0),(71675,37,603,0),(71676,38,603,0),(71677,39,603,0),(71678,40,603,0),(71679,41,603,0),(71680,42,603,0),(71681,43,603,0),(71682,44,603,0),(71683,45,603,0),(71684,46,603,0),(71685,47,603,0),(71686,48,603,0),(71687,49,603,0),(71688,50,603,0),(71689,51,603,0),(71690,52,603,0),(71691,53,603,0),(71692,54,603,0),(71693,55,603,0),(71694,56,603,0),(71695,57,603,0),(71696,58,603,0),(71697,59,603,0),(71698,60,603,0),(71699,61,603,0),(71700,62,603,0),(71701,63,603,0),(71702,64,603,0),(71703,65,603,0),(71704,66,603,0),(71705,67,603,0),(71706,68,603,0.2810023335863),(71707,69,603,0),(71708,70,603,0),(71709,71,603,0),(71710,72,603,0),(71711,73,603,0),(71712,74,603,0),(71713,75,603,0),(71714,76,603,0),(71715,77,603,0),(71716,78,603,0),(71717,79,603,0),(71718,80,603,0),(71719,81,603,0),(71720,82,603,0),(71721,83,603,0),(71722,84,603,0),(71723,85,603,0),(71724,86,603,0),(71725,87,603,0),(71726,88,603,0),(71727,89,603,0),(71728,90,603,0),(71729,91,603,0),(71730,92,603,0),(71731,93,603,0),(71732,94,603,0),(71733,95,603,0),(71734,96,603,0),(71735,97,603,0),(71736,98,603,0),(71737,99,603,0),(71738,100,603,0),(71739,101,603,0),(71740,102,603,0),(71741,103,603,0),(71742,104,603,0),(71743,105,603,0),(71744,106,603,0),(71745,107,603,0),(71746,108,603,0),(71747,109,603,0),(71748,110,603,0),(71749,111,603,0),(71750,112,603,0),(71751,113,603,0),(71752,114,603,0),(71753,115,603,0),(71754,116,603,0),(71755,117,603,0),(71756,118,603,0),(71757,119,603,0),(71758,1,604,0),(71759,2,604,0),(71760,3,604,0),(71761,4,604,0),(71762,5,604,0),(71763,6,604,0),(71764,7,604,0),(71765,8,604,0),(71766,9,604,0),(71767,10,604,0),(71768,11,604,0),(71769,12,604,0),(71770,13,604,0),(71771,14,604,0),(71772,15,604,0),(71773,16,604,0),(71774,17,604,0),(71775,18,604,0),(71776,19,604,0),(71777,20,604,0),(71778,21,604,0),(71779,22,604,0),(71780,23,604,0),(71781,24,604,0),(71782,25,604,0),(71783,26,604,0),(71784,27,604,0),(71785,28,604,0),(71786,29,604,0),(71787,30,604,0),(71788,31,604,0),(71789,32,604,0),(71790,33,604,0),(71791,34,604,0),(71792,35,604,0),(71793,36,604,0),(71794,37,604,0),(71795,38,604,0),(71796,39,604,0),(71797,40,604,0),(71798,41,604,0),(71799,42,604,0),(71800,43,604,0),(71801,44,604,0),(71802,45,604,0),(71803,46,604,0),(71804,47,604,0),(71805,48,604,0),(71806,49,604,0),(71807,50,604,0),(71808,51,604,0),(71809,52,604,0),(71810,53,604,0),(71811,54,604,0),(71812,55,604,0),(71813,56,604,0),(71814,57,604,0),(71815,58,604,0),(71816,59,604,0),(71817,60,604,0),(71818,61,604,0),(71819,62,604,0),(71820,63,604,0),(71821,64,604,0),(71822,65,604,0),(71823,66,604,0),(71824,67,604,0),(71825,68,604,0.320715410898003),(71826,69,604,0),(71827,70,604,0),(71828,71,604,0),(71829,72,604,0),(71830,73,604,0),(71831,74,604,0),(71832,75,604,0),(71833,76,604,0),(71834,77,604,0),(71835,78,604,0),(71836,79,604,0),(71837,80,604,0),(71838,81,604,0),(71839,82,604,0),(71840,83,604,0),(71841,84,604,0),(71842,85,604,0),(71843,86,604,0),(71844,87,604,0),(71845,88,604,0),(71846,89,604,0),(71847,90,604,0),(71848,91,604,0),(71849,92,604,0),(71850,93,604,0),(71851,94,604,0),(71852,95,604,0),(71853,96,604,0),(71854,97,604,0),(71855,98,604,0),(71856,99,604,0),(71857,100,604,0),(71858,101,604,0),(71859,102,604,0),(71860,103,604,0),(71861,104,604,0),(71862,105,604,0),(71863,106,604,0),(71864,107,604,0),(71865,108,604,0),(71866,109,604,0),(71867,110,604,0),(71868,111,604,0),(71869,112,604,0),(71870,113,604,0),(71871,114,604,0),(71872,115,604,0),(71873,116,604,0),(71874,117,604,0),(71875,118,604,0),(71876,119,604,0),(71877,1,605,0),(71878,2,605,0),(71879,3,605,0),(71880,4,605,0),(71881,5,605,0),(71882,6,605,0),(71883,7,605,0),(71884,8,605,0),(71885,9,605,0),(71886,10,605,0),(71887,11,605,0),(71888,12,605,0),(71889,13,605,0),(71890,14,605,0),(71891,15,605,0),(71892,16,605,0),(71893,17,605,0),(71894,18,605,0),(71895,19,605,0),(71896,20,605,0),(71897,21,605,0),(71898,22,605,0),(71899,23,605,0),(71900,24,605,0),(71901,25,605,0),(71902,26,605,0),(71903,27,605,0),(71904,28,605,0),(71905,29,605,0),(71906,30,605,0),(71907,31,605,0),(71908,32,605,0),(71909,33,605,0),(71910,34,605,0),(71911,35,605,0),(71912,36,605,0),(71913,37,605,0),(71914,38,605,0),(71915,39,605,0),(71916,40,605,0),(71917,41,605,0),(71918,42,605,0),(71919,43,605,0),(71920,44,605,0),(71921,45,605,0),(71922,46,605,0),(71923,47,605,0),(71924,48,605,0),(71925,49,605,0),(71926,50,605,0),(71927,51,605,0),(71928,52,605,0),(71929,53,605,0),(71930,54,605,0),(71931,55,605,0),(71932,56,605,0),(71933,57,605,0),(71934,58,605,0),(71935,59,605,0),(71936,60,605,0),(71937,61,605,0),(71938,62,605,0),(71939,63,605,0),(71940,64,605,0),(71941,65,605,0),(71942,66,605,0),(71943,67,605,0),(71944,68,605,0.216487872795371),(71945,69,605,0),(71946,70,605,0),(71947,71,605,0),(71948,72,605,0),(71949,73,605,0),(71950,74,605,0),(71951,75,605,0),(71952,76,605,0),(71953,77,605,0),(71954,78,605,0),(71955,79,605,0),(71956,80,605,0),(71957,81,605,0),(71958,82,605,0),(71959,83,605,0),(71960,84,605,0),(71961,85,605,0),(71962,86,605,0),(71963,87,605,0),(71964,88,605,0),(71965,89,605,0),(71966,90,605,0),(71967,91,605,0),(71968,92,605,0),(71969,93,605,0),(71970,94,605,0),(71971,95,605,0),(71972,96,605,0),(71973,97,605,0),(71974,98,605,0),(71975,99,605,0),(71976,100,605,0),(71977,101,605,0),(71978,102,605,0),(71979,103,605,0),(71980,104,605,0),(71981,105,605,0),(71982,106,605,0),(71983,107,605,0),(71984,108,605,0),(71985,109,605,0),(71986,110,605,0),(71987,111,605,0),(71988,112,605,0),(71989,113,605,0),(71990,114,605,0),(71991,115,605,0),(71992,116,605,0),(71993,117,605,0),(71994,118,605,0),(71995,119,605,0),(71996,1,606,0),(71997,2,606,0),(71998,3,606,0),(71999,4,606,0),(72000,5,606,0),(72001,6,606,0),(72002,7,606,0),(72003,8,606,0),(72004,9,606,0),(72005,10,606,0),(72006,11,606,0),(72007,12,606,0),(72008,13,606,0),(72009,14,606,0),(72010,15,606,0),(72011,16,606,0),(72012,17,606,0),(72013,18,606,0),(72014,19,606,0),(72015,20,606,0),(72016,21,606,0),(72017,22,606,0),(72018,23,606,0),(72019,24,606,0),(72020,25,606,0),(72021,26,606,0),(72022,27,606,0),(72023,28,606,0),(72024,29,606,0),(72025,30,606,0),(72026,31,606,0),(72027,32,606,0),(72028,33,606,0),(72029,34,606,0),(72030,35,606,0),(72031,36,606,0),(72032,37,606,0),(72033,38,606,0),(72034,39,606,0),(72035,40,606,0),(72036,41,606,0),(72037,42,606,0),(72038,43,606,0),(72039,44,606,0),(72040,45,606,0),(72041,46,606,0),(72042,47,606,0),(72043,48,606,0),(72044,49,606,0),(72045,50,606,0),(72046,51,606,0),(72047,52,606,0),(72048,53,606,0),(72049,54,606,0),(72050,55,606,0),(72051,56,606,0),(72052,57,606,0),(72053,58,606,0),(72054,59,606,0),(72055,60,606,0),(72056,61,606,0),(72057,62,606,0),(72058,63,606,0),(72059,64,606,0),(72060,65,606,0),(72061,66,606,0),(72062,67,606,0),(72063,68,606,0.0113777649864621),(72064,69,606,0),(72065,70,606,0),(72066,71,606,0),(72067,72,606,0),(72068,73,606,0),(72069,74,606,0),(72070,75,606,0),(72071,76,606,0),(72072,77,606,0),(72073,78,606,0),(72074,79,606,0),(72075,80,606,0),(72076,81,606,0),(72077,82,606,0),(72078,83,606,0),(72079,84,606,0),(72080,85,606,0),(72081,86,606,0),(72082,87,606,0),(72083,88,606,0),(72084,89,606,0),(72085,90,606,0),(72086,91,606,0),(72087,92,606,0),(72088,93,606,0),(72089,94,606,0),(72090,95,606,0),(72091,96,606,0),(72092,97,606,0),(72093,98,606,0),(72094,99,606,0),(72095,100,606,0),(72096,101,606,0),(72097,102,606,0),(72098,103,606,0),(72099,104,606,0),(72100,105,606,0),(72101,106,606,0),(72102,107,606,0),(72103,108,606,0),(72104,109,606,0),(72105,110,606,0),(72106,111,606,0),(72107,112,606,0),(72108,113,606,0),(72109,114,606,0),(72110,115,606,0),(72111,116,606,0),(72112,117,606,0),(72113,118,606,0),(72114,119,606,0),(72115,1,607,0),(72116,2,607,0),(72117,3,607,0),(72118,4,607,0),(72119,5,607,0),(72120,6,607,0),(72121,7,607,0),(72122,8,607,0),(72123,9,607,0),(72124,10,607,0),(72125,11,607,0),(72126,12,607,0),(72127,13,607,0),(72128,14,607,0),(72129,15,607,0),(72130,16,607,0),(72131,17,607,0),(72132,18,607,0),(72133,19,607,0),(72134,20,607,0),(72135,21,607,0),(72136,22,607,0),(72137,23,607,0),(72138,24,607,0),(72139,25,607,0),(72140,26,607,0),(72141,27,607,0),(72142,28,607,0),(72143,29,607,0),(72144,30,607,0),(72145,31,607,0),(72146,32,607,0),(72147,33,607,0),(72148,34,607,0),(72149,35,607,0),(72150,36,607,0),(72151,37,607,0),(72152,38,607,0),(72153,39,607,0),(72154,40,607,0),(72155,41,607,0),(72156,42,607,0),(72157,43,607,0),(72158,44,607,0),(72159,45,607,0),(72160,46,607,0),(72161,47,607,0),(72162,48,607,0),(72163,49,607,0),(72164,50,607,0),(72165,51,607,0),(72166,52,607,0),(72167,53,607,0),(72168,54,607,0),(72169,55,607,0),(72170,56,607,0),(72171,57,607,0),(72172,58,607,0),(72173,59,607,0),(72174,60,607,0),(72175,61,607,0),(72176,62,607,0),(72177,63,607,0),(72178,64,607,0),(72179,65,607,0),(72180,66,607,0),(72181,67,607,0),(72182,68,607,0.772134362218167),(72183,69,607,0),(72184,70,607,0),(72185,71,607,0),(72186,72,607,0),(72187,73,607,0),(72188,74,607,0),(72189,75,607,0),(72190,76,607,0),(72191,77,607,0),(72192,78,607,0),(72193,79,607,0),(72194,80,607,0),(72195,81,607,0),(72196,82,607,0),(72197,83,607,0),(72198,84,607,0),(72199,85,607,0),(72200,86,607,0),(72201,87,607,0),(72202,88,607,0),(72203,89,607,0),(72204,90,607,0),(72205,91,607,0),(72206,92,607,0),(72207,93,607,0),(72208,94,607,0),(72209,95,607,0),(72210,96,607,0),(72211,97,607,0),(72212,98,607,0),(72213,99,607,0),(72214,100,607,0),(72215,101,607,0),(72216,102,607,0),(72217,103,607,0),(72218,104,607,0),(72219,105,607,0),(72220,106,607,0),(72221,107,607,0),(72222,108,607,0),(72223,109,607,0),(72224,110,607,0),(72225,111,607,0),(72226,112,607,0),(72227,113,607,0),(72228,114,607,0),(72229,115,607,0),(72230,116,607,0),(72231,117,607,0),(72232,118,607,0),(72233,119,607,0),(72234,1,608,0),(72235,2,608,0),(72236,3,608,0),(72237,4,608,0),(72238,5,608,0),(72239,6,608,0),(72240,7,608,0),(72241,8,608,0),(72242,9,608,0),(72243,10,608,0),(72244,11,608,0),(72245,12,608,0),(72246,13,608,0),(72247,14,608,0),(72248,15,608,0),(72249,16,608,0),(72250,17,608,0),(72251,18,608,0),(72252,19,608,0),(72253,20,608,0),(72254,21,608,0),(72255,22,608,0),(72256,23,608,0),(72257,24,608,0),(72258,25,608,0),(72259,26,608,0),(72260,27,608,0),(72261,28,608,0),(72262,29,608,0),(72263,30,608,0),(72264,31,608,0),(72265,32,608,0),(72266,33,608,0),(72267,34,608,0),(72268,35,608,0),(72269,36,608,0),(72270,37,608,0),(72271,38,608,0),(72272,39,608,0),(72273,40,608,0),(72274,41,608,0),(72275,42,608,0),(72276,43,608,0),(72277,44,608,0),(72278,45,608,0),(72279,46,608,0),(72280,47,608,0),(72281,48,608,0),(72282,49,608,0),(72283,50,608,0),(72284,51,608,0),(72285,52,608,0),(72286,53,608,0),(72287,54,608,0),(72288,55,608,0),(72289,56,608,0),(72290,57,608,0),(72291,58,608,0),(72292,59,608,0),(72293,60,608,0),(72294,61,608,0),(72295,62,608,0),(72296,63,608,0),(72297,64,608,0),(72298,65,608,0),(72299,66,608,0),(72300,67,608,0),(72301,68,608,0),(72302,69,608,0.5),(72303,70,608,0),(72304,71,608,0),(72305,72,608,0),(72306,73,608,0),(72307,74,608,0),(72308,75,608,0),(72309,76,608,0),(72310,77,608,0),(72311,78,608,0),(72312,79,608,0),(72313,80,608,0),(72314,81,608,0),(72315,82,608,0),(72316,83,608,0),(72317,84,608,0),(72318,85,608,0),(72319,86,608,0),(72320,87,608,0),(72321,88,608,0),(72322,89,608,0),(72323,90,608,0),(72324,91,608,0),(72325,92,608,0),(72326,93,608,0),(72327,94,608,0),(72328,95,608,0),(72329,96,608,0),(72330,97,608,0),(72331,98,608,0),(72332,99,608,0),(72333,100,608,0),(72334,101,608,0),(72335,102,608,0),(72336,103,608,0),(72337,104,608,0),(72338,105,608,0),(72339,106,608,0),(72340,107,608,0),(72341,108,608,0),(72342,109,608,0),(72343,110,608,0),(72344,111,608,0),(72345,112,608,0),(72346,113,608,0),(72347,114,608,0),(72348,115,608,0),(72349,116,608,0),(72350,117,608,0),(72351,118,608,0),(72352,119,608,0),(72353,1,609,0),(72354,2,609,0),(72355,3,609,0),(72356,4,609,0),(72357,5,609,0),(72358,6,609,0),(72359,7,609,0),(72360,8,609,0),(72361,9,609,0),(72362,10,609,0),(72363,11,609,0),(72364,12,609,0),(72365,13,609,0),(72366,14,609,0),(72367,15,609,0),(72368,16,609,0),(72369,17,609,0),(72370,18,609,0),(72371,19,609,0),(72372,20,609,0),(72373,21,609,0),(72374,22,609,0),(72375,23,609,0),(72376,24,609,0),(72377,25,609,0),(72378,26,609,0),(72379,27,609,0),(72380,28,609,0),(72381,29,609,0),(72382,30,609,0),(72383,31,609,0),(72384,32,609,0),(72385,33,609,0),(72386,34,609,0),(72387,35,609,0),(72388,36,609,0),(72389,37,609,0),(72390,38,609,0),(72391,39,609,0),(72392,40,609,0),(72393,41,609,0),(72394,42,609,0),(72395,43,609,0),(72396,44,609,0),(72397,45,609,0),(72398,46,609,0),(72399,47,609,0),(72400,48,609,0),(72401,49,609,0),(72402,50,609,0),(72403,51,609,0),(72404,52,609,0),(72405,53,609,0),(72406,54,609,0),(72407,55,609,0),(72408,56,609,0),(72409,57,609,0),(72410,58,609,0),(72411,59,609,0),(72412,60,609,0),(72413,61,609,0),(72414,62,609,0),(72415,63,609,0),(72416,64,609,0),(72417,65,609,0),(72418,66,609,0),(72419,67,609,0),(72420,68,609,0),(72421,69,609,0.8),(72422,70,609,0),(72423,71,609,0),(72424,72,609,0),(72425,73,609,0),(72426,74,609,0),(72427,75,609,0),(72428,76,609,0),(72429,77,609,0),(72430,78,609,0),(72431,79,609,0),(72432,80,609,0),(72433,81,609,0),(72434,82,609,0),(72435,83,609,0),(72436,84,609,0),(72437,85,609,0),(72438,86,609,0),(72439,87,609,0),(72440,88,609,0),(72441,89,609,0),(72442,90,609,0),(72443,91,609,0),(72444,92,609,0),(72445,93,609,0),(72446,94,609,0),(72447,95,609,0),(72448,96,609,0),(72449,97,609,0),(72450,98,609,0),(72451,99,609,0),(72452,100,609,0),(72453,101,609,0),(72454,102,609,0),(72455,103,609,0),(72456,104,609,0),(72457,105,609,0),(72458,106,609,0),(72459,107,609,0),(72460,108,609,0),(72461,109,609,0),(72462,110,609,0),(72463,111,609,0),(72464,112,609,0),(72465,113,609,0),(72466,114,609,0),(72467,115,609,0),(72468,116,609,0),(72469,117,609,0),(72470,118,609,0),(72471,119,609,0),(72472,1,610,0),(72473,2,610,0),(72474,3,610,0),(72475,4,610,0),(72476,5,610,0),(72477,6,610,0),(72478,7,610,0),(72479,8,610,0),(72480,9,610,0),(72481,10,610,0),(72482,11,610,0),(72483,12,610,0),(72484,13,610,0),(72485,14,610,0),(72486,15,610,0),(72487,16,610,0),(72488,17,610,0),(72489,18,610,0),(72490,19,610,0),(72491,20,610,0),(72492,21,610,0),(72493,22,610,0),(72494,23,610,0),(72495,24,610,0),(72496,25,610,0),(72497,26,610,0),(72498,27,610,0),(72499,28,610,0),(72500,29,610,0),(72501,30,610,0),(72502,31,610,0),(72503,32,610,0),(72504,33,610,0),(72505,34,610,0),(72506,35,610,0),(72507,36,610,0),(72508,37,610,0),(72509,38,610,0),(72510,39,610,0),(72511,40,610,0),(72512,41,610,0),(72513,42,610,0),(72514,43,610,0),(72515,44,610,0),(72516,45,610,0),(72517,46,610,0),(72518,47,610,0),(72519,48,610,0),(72520,49,610,0),(72521,50,610,0),(72522,51,610,0),(72523,52,610,0),(72524,53,610,0),(72525,54,610,0),(72526,55,610,0),(72527,56,610,0),(72528,57,610,0),(72529,58,610,0),(72530,59,610,0),(72531,60,610,0),(72532,61,610,0),(72533,62,610,0),(72534,63,610,0),(72535,64,610,0),(72536,65,610,0),(72537,66,610,0),(72538,67,610,0),(72539,68,610,0),(72540,69,610,1),(72541,70,610,0),(72542,71,610,0),(72543,72,610,0),(72544,73,610,0),(72545,74,610,0),(72546,75,610,0),(72547,76,610,0),(72548,77,610,0),(72549,78,610,0),(72550,79,610,0),(72551,80,610,0),(72552,81,610,0),(72553,82,610,0),(72554,83,610,0),(72555,84,610,0),(72556,85,610,0),(72557,86,610,0),(72558,87,610,0),(72559,88,610,0),(72560,89,610,0),(72561,90,610,0),(72562,91,610,0),(72563,92,610,0),(72564,93,610,0),(72565,94,610,0),(72566,95,610,0),(72567,96,610,0),(72568,97,610,0),(72569,98,610,0),(72570,99,610,0),(72571,100,610,0),(72572,101,610,0),(72573,102,610,0),(72574,103,610,0),(72575,104,610,0),(72576,105,610,0),(72577,106,610,0),(72578,107,610,0),(72579,108,610,0),(72580,109,610,0),(72581,110,610,0),(72582,111,610,0),(72583,112,610,0),(72584,113,610,0),(72585,114,610,0),(72586,115,610,0),(72587,116,610,0),(72588,117,610,0),(72589,118,610,0),(72590,119,610,0),(72591,1,611,0),(72592,2,611,0),(72593,3,611,0),(72594,4,611,0),(72595,5,611,0),(72596,6,611,0),(72597,7,611,0),(72598,8,611,0),(72599,9,611,0),(72600,10,611,0),(72601,11,611,0),(72602,12,611,0),(72603,13,611,0),(72604,14,611,0),(72605,15,611,0),(72606,16,611,0),(72607,17,611,0),(72608,18,611,0),(72609,19,611,0),(72610,20,611,0),(72611,21,611,0),(72612,22,611,0),(72613,23,611,0),(72614,24,611,0),(72615,25,611,0),(72616,26,611,0),(72617,27,611,0),(72618,28,611,0),(72619,29,611,0),(72620,30,611,0),(72621,31,611,0),(72622,32,611,0),(72623,33,611,0),(72624,34,611,0),(72625,35,611,0),(72626,36,611,0),(72627,37,611,0),(72628,38,611,0),(72629,39,611,0),(72630,40,611,0),(72631,41,611,0),(72632,42,611,0),(72633,43,611,0),(72634,44,611,0),(72635,45,611,0),(72636,46,611,0),(72637,47,611,0),(72638,48,611,0),(72639,49,611,0),(72640,50,611,0),(72641,51,611,0),(72642,52,611,0),(72643,53,611,0),(72644,54,611,0),(72645,55,611,0),(72646,56,611,0),(72647,57,611,0),(72648,58,611,0),(72649,59,611,0),(72650,60,611,0),(72651,61,611,0),(72652,62,611,0),(72653,63,611,0),(72654,64,611,0),(72655,65,611,0),(72656,66,611,0),(72657,67,611,0),(72658,68,611,0),(72659,69,611,0),(72660,70,611,0.172110761555581),(72661,71,611,0),(72662,72,611,0),(72663,73,611,0),(72664,74,611,0),(72665,75,611,0),(72666,76,611,0),(72667,77,611,0),(72668,78,611,0),(72669,79,611,0),(72670,80,611,0),(72671,81,611,0),(72672,82,611,0),(72673,83,611,0),(72674,84,611,0),(72675,85,611,0),(72676,86,611,0),(72677,87,611,0),(72678,88,611,0),(72679,89,611,0),(72680,90,611,0),(72681,91,611,0),(72682,92,611,0),(72683,93,611,0),(72684,94,611,0),(72685,95,611,0),(72686,96,611,0),(72687,97,611,0),(72688,98,611,0),(72689,99,611,0),(72690,100,611,0),(72691,101,611,0),(72692,102,611,0),(72693,103,611,0),(72694,104,611,0),(72695,105,611,0),(72696,106,611,0),(72697,107,611,0),(72698,108,611,0),(72699,109,611,0),(72700,110,611,0),(72701,111,611,0),(72702,112,611,0),(72703,113,611,0),(72704,114,611,0),(72705,115,611,0),(72706,116,611,0),(72707,117,611,0),(72708,118,611,0),(72709,119,611,0),(72710,1,612,0),(72711,2,612,0),(72712,3,612,0),(72713,4,612,0),(72714,5,612,0),(72715,6,612,0),(72716,7,612,0),(72717,8,612,0),(72718,9,612,0),(72719,10,612,0),(72720,11,612,0),(72721,12,612,0),(72722,13,612,0),(72723,14,612,0),(72724,15,612,0),(72725,16,612,0),(72726,17,612,0),(72727,18,612,0),(72728,19,612,0),(72729,20,612,0),(72730,21,612,0),(72731,22,612,0),(72732,23,612,0),(72733,24,612,0),(72734,25,612,0),(72735,26,612,0),(72736,27,612,0),(72737,28,612,0),(72738,29,612,0),(72739,30,612,0),(72740,31,612,0),(72741,32,612,0),(72742,33,612,0),(72743,34,612,0),(72744,35,612,0),(72745,36,612,0),(72746,37,612,0),(72747,38,612,0),(72748,39,612,0),(72749,40,612,0),(72750,41,612,0),(72751,42,612,0),(72752,43,612,0),(72753,44,612,0),(72754,45,612,0),(72755,46,612,0),(72756,47,612,0),(72757,48,612,0),(72758,49,612,0),(72759,50,612,0),(72760,51,612,0),(72761,52,612,0),(72762,53,612,0),(72763,54,612,0),(72764,55,612,0),(72765,56,612,0),(72766,57,612,0),(72767,58,612,0),(72768,59,612,0),(72769,60,612,0),(72770,61,612,0),(72771,62,612,0),(72772,63,612,0),(72773,64,612,0),(72774,65,612,0),(72775,66,612,0),(72776,67,612,0),(72777,68,612,0),(72778,69,612,0),(72779,70,612,0.122866493005772),(72780,71,612,0),(72781,72,612,0),(72782,73,612,0),(72783,74,612,0),(72784,75,612,0),(72785,76,612,0),(72786,77,612,0),(72787,78,612,0),(72788,79,612,0),(72789,80,612,0),(72790,81,612,0),(72791,82,612,0),(72792,83,612,0),(72793,84,612,0),(72794,85,612,0),(72795,86,612,0),(72796,87,612,0),(72797,88,612,0),(72798,89,612,0),(72799,90,612,0),(72800,91,612,0),(72801,92,612,0),(72802,93,612,0),(72803,94,612,0),(72804,95,612,0),(72805,96,612,0),(72806,97,612,0),(72807,98,612,0),(72808,99,612,0),(72809,100,612,0),(72810,101,612,0),(72811,102,612,0),(72812,103,612,0),(72813,104,612,0),(72814,105,612,0),(72815,106,612,0),(72816,107,612,0),(72817,108,612,0),(72818,109,612,0),(72819,110,612,0),(72820,111,612,0),(72821,112,612,0),(72822,113,612,0),(72823,114,612,0),(72824,115,612,0),(72825,116,612,0),(72826,117,612,0),(72827,118,612,0),(72828,119,612,0),(72829,1,613,0),(72830,2,613,0),(72831,3,613,0),(72832,4,613,0),(72833,5,613,0),(72834,6,613,0),(72835,7,613,0),(72836,8,613,0),(72837,9,613,0),(72838,10,613,0),(72839,11,613,0),(72840,12,613,0),(72841,13,613,0),(72842,14,613,0),(72843,15,613,0),(72844,16,613,0),(72845,17,613,0),(72846,18,613,0),(72847,19,613,0),(72848,20,613,0),(72849,21,613,0),(72850,22,613,0),(72851,23,613,0),(72852,24,613,0),(72853,25,613,0),(72854,26,613,0),(72855,27,613,0),(72856,28,613,0),(72857,29,613,0),(72858,30,613,0),(72859,31,613,0),(72860,32,613,0),(72861,33,613,0),(72862,34,613,0),(72863,35,613,0),(72864,36,613,0),(72865,37,613,0),(72866,38,613,0),(72867,39,613,0),(72868,40,613,0),(72869,41,613,0),(72870,42,613,0),(72871,43,613,0),(72872,44,613,0),(72873,45,613,0),(72874,46,613,0),(72875,47,613,0),(72876,48,613,0),(72877,49,613,0),(72878,50,613,0),(72879,51,613,0),(72880,52,613,0),(72881,53,613,0),(72882,54,613,0),(72883,55,613,0),(72884,56,613,0),(72885,57,613,0),(72886,58,613,0),(72887,59,613,0),(72888,60,613,0),(72889,61,613,0),(72890,62,613,0),(72891,63,613,0),(72892,64,613,0),(72893,65,613,0),(72894,66,613,0),(72895,67,613,0),(72896,68,613,0),(72897,69,613,0),(72898,70,613,0.0241426832449094),(72899,71,613,0),(72900,72,613,0),(72901,73,613,0),(72902,74,613,0),(72903,75,613,0),(72904,76,613,0),(72905,77,613,0),(72906,78,613,0),(72907,79,613,0),(72908,80,613,0),(72909,81,613,0),(72910,82,613,0),(72911,83,613,0),(72912,84,613,0),(72913,85,613,0),(72914,86,613,0),(72915,87,613,0),(72916,88,613,0),(72917,89,613,0),(72918,90,613,0),(72919,91,613,0),(72920,92,613,0),(72921,93,613,0),(72922,94,613,0),(72923,95,613,0),(72924,96,613,0),(72925,97,613,0),(72926,98,613,0),(72927,99,613,0),(72928,100,613,0),(72929,101,613,0),(72930,102,613,0),(72931,103,613,0),(72932,104,613,0),(72933,105,613,0),(72934,106,613,0),(72935,107,613,0),(72936,108,613,0),(72937,109,613,0),(72938,110,613,0),(72939,111,613,0),(72940,112,613,0),(72941,113,613,0),(72942,114,613,0),(72943,115,613,0),(72944,116,613,0),(72945,117,613,0),(72946,118,613,0),(72947,119,613,0),(72948,1,614,0),(72949,2,614,0),(72950,3,614,0),(72951,4,614,0),(72952,5,614,0),(72953,6,614,0),(72954,7,614,0),(72955,8,614,0),(72956,9,614,0),(72957,10,614,0),(72958,11,614,0),(72959,12,614,0),(72960,13,614,0),(72961,14,614,0),(72962,15,614,0),(72963,16,614,0),(72964,17,614,0),(72965,18,614,0),(72966,19,614,0),(72967,20,614,0),(72968,21,614,0),(72969,22,614,0),(72970,23,614,0),(72971,24,614,0),(72972,25,614,0),(72973,26,614,0),(72974,27,614,0),(72975,28,614,0),(72976,29,614,0),(72977,30,614,0),(72978,31,614,0),(72979,32,614,0),(72980,33,614,0),(72981,34,614,0),(72982,35,614,0),(72983,36,614,0),(72984,37,614,0),(72985,38,614,0),(72986,39,614,0),(72987,40,614,0),(72988,41,614,0),(72989,42,614,0),(72990,43,614,0),(72991,44,614,0),(72992,45,614,0),(72993,46,614,0),(72994,47,614,0),(72995,48,614,0),(72996,49,614,0),(72997,50,614,0),(72998,51,614,0),(72999,52,614,0),(73000,53,614,0),(73001,54,614,0),(73002,55,614,0),(73003,56,614,0),(73004,57,614,0),(73005,58,614,0),(73006,59,614,0),(73007,60,614,0),(73008,61,614,0),(73009,62,614,0),(73010,63,614,0),(73011,64,614,0),(73012,65,614,0),(73013,66,614,0),(73014,67,614,0),(73015,68,614,0),(73016,69,614,0),(73017,70,614,0.180880062193738),(73018,71,614,0),(73019,72,614,0),(73020,73,614,0),(73021,74,614,0),(73022,75,614,0),(73023,76,614,0),(73024,77,614,0),(73025,78,614,0),(73026,79,614,0),(73027,80,614,0),(73028,81,614,0),(73029,82,614,0),(73030,83,614,0),(73031,84,614,0),(73032,85,614,0),(73033,86,614,0),(73034,87,614,0),(73035,88,614,0),(73036,89,614,0),(73037,90,614,0),(73038,91,614,0),(73039,92,614,0),(73040,93,614,0),(73041,94,614,0),(73042,95,614,0),(73043,96,614,0),(73044,97,614,0),(73045,98,614,0),(73046,99,614,0),(73047,100,614,0),(73048,101,614,0),(73049,102,614,0),(73050,103,614,0),(73051,104,614,0),(73052,105,614,0),(73053,106,614,0),(73054,107,614,0),(73055,108,614,0),(73056,109,614,0),(73057,110,614,0),(73058,111,614,0),(73059,112,614,0),(73060,113,614,0),(73061,114,614,0),(73062,115,614,0),(73063,116,614,0),(73064,117,614,0),(73065,118,614,0),(73066,119,614,0),(73067,1,615,0),(73068,2,615,0),(73069,3,615,0),(73070,4,615,0),(73071,5,615,0),(73072,6,615,0),(73073,7,615,0),(73074,8,615,0),(73075,9,615,0),(73076,10,615,0),(73077,11,615,0),(73078,12,615,0),(73079,13,615,0),(73080,14,615,0),(73081,15,615,0),(73082,16,615,0),(73083,17,615,0),(73084,18,615,0),(73085,19,615,0),(73086,20,615,0),(73087,21,615,0),(73088,22,615,0),(73089,23,615,0),(73090,24,615,0),(73091,25,615,0),(73092,26,615,0),(73093,27,615,0),(73094,28,615,0),(73095,29,615,0),(73096,30,615,0),(73097,31,615,0),(73098,32,615,0),(73099,33,615,0),(73100,34,615,0),(73101,35,615,0),(73102,36,615,0),(73103,37,615,0),(73104,38,615,0),(73105,39,615,0),(73106,40,615,0),(73107,41,615,0),(73108,42,615,0),(73109,43,615,0),(73110,44,615,0),(73111,45,615,0),(73112,46,615,0),(73113,47,615,0),(73114,48,615,0),(73115,49,615,0),(73116,50,615,0),(73117,51,615,0),(73118,52,615,0),(73119,53,615,0),(73120,54,615,0),(73121,55,615,0),(73122,56,615,0),(73123,57,615,0),(73124,58,615,0),(73125,59,615,0),(73126,60,615,0),(73127,61,615,0),(73128,62,615,0),(73129,63,615,0),(73130,64,615,0),(73131,65,615,0),(73132,66,615,0),(73133,67,615,0),(73134,68,615,0),(73135,69,615,0),(73136,70,615,0.289220724080219),(73137,71,615,0),(73138,72,615,0),(73139,73,615,0),(73140,74,615,0),(73141,75,615,0),(73142,76,615,0),(73143,77,615,0),(73144,78,615,0),(73145,79,615,0),(73146,80,615,0),(73147,81,615,0),(73148,82,615,0),(73149,83,615,0),(73150,84,615,0),(73151,85,615,0),(73152,86,615,0),(73153,87,615,0),(73154,88,615,0),(73155,89,615,0),(73156,90,615,0),(73157,91,615,0),(73158,92,615,0),(73159,93,615,0),(73160,94,615,0),(73161,95,615,0),(73162,96,615,0),(73163,97,615,0),(73164,98,615,0),(73165,99,615,0),(73166,100,615,0),(73167,101,615,0),(73168,102,615,0),(73169,103,615,0),(73170,104,615,0),(73171,105,615,0),(73172,106,615,0),(73173,107,615,0),(73174,108,615,0),(73175,109,615,0),(73176,110,615,0),(73177,111,615,0),(73178,112,615,0),(73179,113,615,0),(73180,114,615,0),(73181,115,615,0),(73182,116,615,0),(73183,117,615,0),(73184,118,615,0),(73185,119,615,0),(73186,1,616,0),(73187,2,616,0),(73188,3,616,0),(73189,4,616,0),(73190,5,616,0),(73191,6,616,0),(73192,7,616,0),(73193,8,616,0),(73194,9,616,0),(73195,10,616,0),(73196,11,616,0),(73197,12,616,0),(73198,13,616,0),(73199,14,616,0),(73200,15,616,0),(73201,16,616,0),(73202,17,616,0),(73203,18,616,0),(73204,19,616,0),(73205,20,616,0),(73206,21,616,0),(73207,22,616,0),(73208,23,616,0),(73209,24,616,0),(73210,25,616,0),(73211,26,616,0),(73212,27,616,0),(73213,28,616,0),(73214,29,616,0),(73215,30,616,0),(73216,31,616,0),(73217,32,616,0),(73218,33,616,0),(73219,34,616,0),(73220,35,616,0),(73221,36,616,0),(73222,37,616,0),(73223,38,616,0),(73224,39,616,0),(73225,40,616,0),(73226,41,616,0),(73227,42,616,0),(73228,43,616,0),(73229,44,616,0),(73230,45,616,0),(73231,46,616,0),(73232,47,616,0),(73233,48,616,0),(73234,49,616,0),(73235,50,616,0),(73236,51,616,0),(73237,52,616,0),(73238,53,616,0),(73239,54,616,0),(73240,55,616,0),(73241,56,616,0),(73242,57,616,0),(73243,58,616,0),(73244,59,616,0),(73245,60,616,0),(73246,61,616,0),(73247,62,616,0),(73248,63,616,0),(73249,64,616,0),(73250,65,616,0),(73251,66,616,0),(73252,67,616,0),(73253,68,616,0),(73254,69,616,0),(73255,70,616,0.0826041891846624),(73256,71,616,0),(73257,72,616,0),(73258,73,616,0),(73259,74,616,0),(73260,75,616,0),(73261,76,616,0),(73262,77,616,0),(73263,78,616,0),(73264,79,616,0),(73265,80,616,0),(73266,81,616,0),(73267,82,616,0),(73268,83,616,0),(73269,84,616,0),(73270,85,616,0),(73271,86,616,0),(73272,87,616,0),(73273,88,616,0),(73274,89,616,0),(73275,90,616,0),(73276,91,616,0),(73277,92,616,0),(73278,93,616,0),(73279,94,616,0),(73280,95,616,0),(73281,96,616,0),(73282,97,616,0),(73283,98,616,0),(73284,99,616,0),(73285,100,616,0),(73286,101,616,0),(73287,102,616,0),(73288,103,616,0),(73289,104,616,0),(73290,105,616,0),(73291,106,616,0),(73292,107,616,0),(73293,108,616,0),(73294,109,616,0),(73295,110,616,0),(73296,111,616,0),(73297,112,616,0),(73298,113,616,0),(73299,114,616,0),(73300,115,616,0),(73301,116,616,0),(73302,117,616,0),(73303,118,616,0),(73304,119,616,0),(73305,1,617,0),(73306,2,617,0),(73307,3,617,0),(73308,4,617,0),(73309,5,617,0),(73310,6,617,0),(73311,7,617,0),(73312,8,617,0),(73313,9,617,0),(73314,10,617,0),(73315,11,617,0),(73316,12,617,0),(73317,13,617,0),(73318,14,617,0),(73319,15,617,0),(73320,16,617,0),(73321,17,617,0),(73322,18,617,0),(73323,19,617,0),(73324,20,617,0),(73325,21,617,0),(73326,22,617,0),(73327,23,617,0),(73328,24,617,0),(73329,25,617,0),(73330,26,617,0),(73331,27,617,0),(73332,28,617,0),(73333,29,617,0),(73334,30,617,0),(73335,31,617,0),(73336,32,617,0),(73337,33,617,0),(73338,34,617,0),(73339,35,617,0),(73340,36,617,0),(73341,37,617,0),(73342,38,617,0),(73343,39,617,0),(73344,40,617,0),(73345,41,617,0),(73346,42,617,0),(73347,43,617,0),(73348,44,617,0),(73349,45,617,0),(73350,46,617,0),(73351,47,617,0),(73352,48,617,0),(73353,49,617,0),(73354,50,617,0),(73355,51,617,0),(73356,52,617,0),(73357,53,617,0),(73358,54,617,0),(73359,55,617,0),(73360,56,617,0),(73361,57,617,0),(73362,58,617,0),(73363,59,617,0),(73364,60,617,0),(73365,61,617,0),(73366,62,617,0),(73367,63,617,0),(73368,64,617,0),(73369,65,617,0),(73370,66,617,0),(73371,67,617,0),(73372,68,617,0),(73373,69,617,0),(73374,70,617,0.181140790234708),(73375,71,617,0),(73376,72,617,0),(73377,73,617,0),(73378,74,617,0),(73379,75,617,0),(73380,76,617,0),(73381,77,617,0),(73382,78,617,0),(73383,79,617,0),(73384,80,617,0),(73385,81,617,0),(73386,82,617,0),(73387,83,617,0),(73388,84,617,0),(73389,85,617,0),(73390,86,617,0),(73391,87,617,0),(73392,88,617,0),(73393,89,617,0),(73394,90,617,0),(73395,91,617,0),(73396,92,617,0),(73397,93,617,0),(73398,94,617,0),(73399,95,617,0),(73400,96,617,0),(73401,97,617,0),(73402,98,617,0),(73403,99,617,0),(73404,100,617,0),(73405,101,617,0),(73406,102,617,0),(73407,103,617,0),(73408,104,617,0),(73409,105,617,0),(73410,106,617,0),(73411,107,617,0),(73412,108,617,0),(73413,109,617,0),(73414,110,617,0),(73415,111,617,0),(73416,112,617,0),(73417,113,617,0),(73418,114,617,0),(73419,115,617,0),(73420,116,617,0),(73421,117,617,0),(73422,118,617,0),(73423,119,617,0),(73424,1,618,0),(73425,2,618,0),(73426,3,618,0),(73427,4,618,0),(73428,5,618,0),(73429,6,618,0),(73430,7,618,0),(73431,8,618,0),(73432,9,618,0),(73433,10,618,0),(73434,11,618,0),(73435,12,618,0),(73436,13,618,0),(73437,14,618,0),(73438,15,618,0),(73439,16,618,0),(73440,17,618,0),(73441,18,618,0),(73442,19,618,0),(73443,20,618,0),(73444,21,618,0),(73445,22,618,0),(73446,23,618,0),(73447,24,618,0),(73448,25,618,0),(73449,26,618,0),(73450,27,618,0),(73451,28,618,0),(73452,29,618,0),(73453,30,618,0),(73454,31,618,0),(73455,32,618,0),(73456,33,618,0),(73457,34,618,0),(73458,35,618,0),(73459,36,618,0),(73460,37,618,0),(73461,38,618,0),(73462,39,618,0),(73463,40,618,0),(73464,41,618,0),(73465,42,618,0),(73466,43,618,0),(73467,44,618,0),(73468,45,618,0),(73469,46,618,0),(73470,47,618,0),(73471,48,618,0),(73472,49,618,0),(73473,50,618,0),(73474,51,618,0),(73475,52,618,0),(73476,53,618,0),(73477,54,618,0),(73478,55,618,0),(73479,56,618,0),(73480,57,618,0),(73481,58,618,0),(73482,59,618,0),(73483,60,618,0),(73484,61,618,0),(73485,62,618,0),(73486,63,618,0),(73487,64,618,0),(73488,65,618,0),(73489,66,618,0),(73490,67,618,0),(73491,68,618,0),(73492,69,618,0),(73493,70,618,0.24703429650041),(73494,71,618,0),(73495,72,618,0),(73496,73,618,0),(73497,74,618,0),(73498,75,618,0),(73499,76,618,0),(73500,77,618,0),(73501,78,618,0),(73502,79,618,0),(73503,80,618,0),(73504,81,618,0),(73505,82,618,0),(73506,83,618,0),(73507,84,618,0),(73508,85,618,0),(73509,86,618,0),(73510,87,618,0),(73511,88,618,0),(73512,89,618,0),(73513,90,618,0),(73514,91,618,0),(73515,92,618,0),(73516,93,618,0),(73517,94,618,0),(73518,95,618,0),(73519,96,618,0),(73520,97,618,0),(73521,98,618,0),(73522,99,618,0),(73523,100,618,0),(73524,101,618,0),(73525,102,618,0),(73526,103,618,0),(73527,104,618,0),(73528,105,618,0),(73529,106,618,0),(73530,107,618,0),(73531,108,618,0),(73532,109,618,0),(73533,110,618,0),(73534,111,618,0),(73535,112,618,0),(73536,113,618,0),(73537,114,618,0),(73538,115,618,0),(73539,116,618,0),(73540,117,618,0),(73541,118,618,0),(73542,119,618,0),(73543,1,619,0),(73544,2,619,0),(73545,3,619,0),(73546,4,619,0),(73547,5,619,0),(73548,6,619,0),(73549,7,619,0),(73550,8,619,0),(73551,9,619,0),(73552,10,619,0),(73553,11,619,0),(73554,12,619,0),(73555,13,619,0),(73556,14,619,0),(73557,15,619,0),(73558,16,619,0),(73559,17,619,0),(73560,18,619,0),(73561,19,619,0),(73562,20,619,0),(73563,21,619,0),(73564,22,619,0),(73565,23,619,0),(73566,24,619,0),(73567,25,619,0),(73568,26,619,0),(73569,27,619,0),(73570,28,619,0),(73571,29,619,0),(73572,30,619,0),(73573,31,619,0),(73574,32,619,0),(73575,33,619,0),(73576,34,619,0),(73577,35,619,0),(73578,36,619,0),(73579,37,619,0),(73580,38,619,0),(73581,39,619,0),(73582,40,619,0),(73583,41,619,0),(73584,42,619,0),(73585,43,619,0),(73586,44,619,0),(73587,45,619,0),(73588,46,619,0),(73589,47,619,0),(73590,48,619,0),(73591,49,619,0),(73592,50,619,0),(73593,51,619,0),(73594,52,619,0),(73595,53,619,0),(73596,54,619,0),(73597,55,619,0),(73598,56,619,0),(73599,57,619,0),(73600,58,619,0),(73601,59,619,0),(73602,60,619,0),(73603,61,619,0),(73604,62,619,0),(73605,63,619,0),(73606,64,619,0),(73607,65,619,0),(73608,66,619,0),(73609,67,619,0),(73610,68,619,0),(73611,69,619,0),(73612,70,619,0.156484418097687),(73613,71,619,0),(73614,72,619,0),(73615,73,619,0),(73616,74,619,0),(73617,75,619,0),(73618,76,619,0),(73619,77,619,0),(73620,78,619,0),(73621,79,619,0),(73622,80,619,0),(73623,81,619,0),(73624,82,619,0),(73625,83,619,0),(73626,84,619,0),(73627,85,619,0),(73628,86,619,0),(73629,87,619,0),(73630,88,619,0),(73631,89,619,0),(73632,90,619,0),(73633,91,619,0),(73634,92,619,0),(73635,93,619,0),(73636,94,619,0),(73637,95,619,0),(73638,96,619,0),(73639,97,619,0),(73640,98,619,0),(73641,99,619,0),(73642,100,619,0),(73643,101,619,0),(73644,102,619,0),(73645,103,619,0),(73646,104,619,0),(73647,105,619,0),(73648,106,619,0),(73649,107,619,0),(73650,108,619,0),(73651,109,619,0),(73652,110,619,0),(73653,111,619,0),(73654,112,619,0),(73655,113,619,0),(73656,114,619,0),(73657,115,619,0),(73658,116,619,0),(73659,117,619,0),(73660,118,619,0),(73661,119,619,0),(73662,1,620,0),(73663,2,620,0),(73664,3,620,0),(73665,4,620,0),(73666,5,620,0),(73667,6,620,0),(73668,7,620,0),(73669,8,620,0),(73670,9,620,0),(73671,10,620,0),(73672,11,620,0),(73673,12,620,0),(73674,13,620,0),(73675,14,620,0),(73676,15,620,0),(73677,16,620,0),(73678,17,620,0),(73679,18,620,0),(73680,19,620,0),(73681,20,620,0),(73682,21,620,0),(73683,22,620,0),(73684,23,620,0),(73685,24,620,0),(73686,25,620,0),(73687,26,620,0),(73688,27,620,0),(73689,28,620,0),(73690,29,620,0),(73691,30,620,0),(73692,31,620,0),(73693,32,620,0),(73694,33,620,0),(73695,34,620,0),(73696,35,620,0),(73697,36,620,0),(73698,37,620,0),(73699,38,620,0),(73700,39,620,0),(73701,40,620,0),(73702,41,620,0),(73703,42,620,0),(73704,43,620,0),(73705,44,620,0),(73706,45,620,0),(73707,46,620,0),(73708,47,620,0),(73709,48,620,0),(73710,49,620,0),(73711,50,620,0),(73712,51,620,0),(73713,52,620,0),(73714,53,620,0),(73715,54,620,0),(73716,55,620,0),(73717,56,620,0),(73718,57,620,0),(73719,58,620,0),(73720,59,620,0),(73721,60,620,0),(73722,61,620,0),(73723,62,620,0),(73724,63,620,0),(73725,64,620,0),(73726,65,620,0),(73727,66,620,0),(73728,67,620,0),(73729,68,620,0),(73730,69,620,0),(73731,70,620,0.0859335849340427),(73732,71,620,0),(73733,72,620,0),(73734,73,620,0),(73735,74,620,0),(73736,75,620,0),(73737,76,620,0),(73738,77,620,0),(73739,78,620,0),(73740,79,620,0),(73741,80,620,0),(73742,81,620,0),(73743,82,620,0),(73744,83,620,0),(73745,84,620,0),(73746,85,620,0),(73747,86,620,0),(73748,87,620,0),(73749,88,620,0),(73750,89,620,0),(73751,90,620,0),(73752,91,620,0),(73753,92,620,0),(73754,93,620,0),(73755,94,620,0),(73756,95,620,0),(73757,96,620,0),(73758,97,620,0),(73759,98,620,0),(73760,99,620,0),(73761,100,620,0),(73762,101,620,0),(73763,102,620,0),(73764,103,620,0),(73765,104,620,0),(73766,105,620,0),(73767,106,620,0),(73768,107,620,0),(73769,108,620,0),(73770,109,620,0),(73771,110,620,0),(73772,111,620,0),(73773,112,620,0),(73774,113,620,0),(73775,114,620,0),(73776,115,620,0),(73777,116,620,0),(73778,117,620,0),(73779,118,620,0),(73780,119,620,0),(73781,1,621,0),(73782,2,621,0),(73783,3,621,0),(73784,4,621,0),(73785,5,621,0),(73786,6,621,0),(73787,7,621,0),(73788,8,621,0),(73789,9,621,0),(73790,10,621,0),(73791,11,621,0),(73792,12,621,0),(73793,13,621,0),(73794,14,621,0),(73795,15,621,0),(73796,16,621,0),(73797,17,621,0),(73798,18,621,0),(73799,19,621,0),(73800,20,621,0),(73801,21,621,0),(73802,22,621,0),(73803,23,621,0),(73804,24,621,0),(73805,25,621,0),(73806,26,621,0),(73807,27,621,0),(73808,28,621,0),(73809,29,621,0),(73810,30,621,0),(73811,31,621,0),(73812,32,621,0),(73813,33,621,0),(73814,34,621,0),(73815,35,621,0),(73816,36,621,0),(73817,37,621,0),(73818,38,621,0),(73819,39,621,0),(73820,40,621,0),(73821,41,621,0),(73822,42,621,0),(73823,43,621,0),(73824,44,621,0),(73825,45,621,0),(73826,46,621,0),(73827,47,621,0),(73828,48,621,0),(73829,49,621,0),(73830,50,621,0),(73831,51,621,0),(73832,52,621,0),(73833,53,621,0),(73834,54,621,0),(73835,55,621,0),(73836,56,621,0),(73837,57,621,0),(73838,58,621,0),(73839,59,621,0),(73840,60,621,0),(73841,61,621,0),(73842,62,621,0),(73843,63,621,0),(73844,64,621,0),(73845,65,621,0),(73846,66,621,0),(73847,67,621,0),(73848,68,621,0),(73849,69,621,0),(73850,70,621,0.228784056139245),(73851,71,621,0),(73852,72,621,0),(73853,73,621,0),(73854,74,621,0),(73855,75,621,0),(73856,76,621,0),(73857,77,621,0),(73858,78,621,0),(73859,79,621,0),(73860,80,621,0),(73861,81,621,0),(73862,82,621,0),(73863,83,621,0),(73864,84,621,0),(73865,85,621,0),(73866,86,621,0),(73867,87,621,0),(73868,88,621,0),(73869,89,621,0),(73870,90,621,0),(73871,91,621,0),(73872,92,621,0),(73873,93,621,0),(73874,94,621,0),(73875,95,621,0),(73876,96,621,0),(73877,97,621,0),(73878,98,621,0),(73879,99,621,0),(73880,100,621,0),(73881,101,621,0),(73882,102,621,0),(73883,103,621,0),(73884,104,621,0),(73885,105,621,0),(73886,106,621,0),(73887,107,621,0),(73888,108,621,0),(73889,109,621,0),(73890,110,621,0),(73891,111,621,0),(73892,112,621,0),(73893,113,621,0),(73894,114,621,0),(73895,115,621,0),(73896,116,621,0),(73897,117,621,0),(73898,118,621,0),(73899,119,621,0),(73900,1,622,0),(73901,2,622,0),(73902,3,622,0),(73903,4,622,0),(73904,5,622,0),(73905,6,622,0),(73906,7,622,0),(73907,8,622,0),(73908,9,622,0),(73909,10,622,0),(73910,11,622,0),(73911,12,622,0),(73912,13,622,0),(73913,14,622,0),(73914,15,622,0),(73915,16,622,0),(73916,17,622,0),(73917,18,622,0),(73918,19,622,0),(73919,20,622,0),(73920,21,622,0),(73921,22,622,0),(73922,23,622,0),(73923,24,622,0),(73924,25,622,0),(73925,26,622,0),(73926,27,622,0),(73927,28,622,0),(73928,29,622,0),(73929,30,622,0),(73930,31,622,0),(73931,32,622,0),(73932,33,622,0),(73933,34,622,0),(73934,35,622,0),(73935,36,622,0),(73936,37,622,0),(73937,38,622,0),(73938,39,622,0),(73939,40,622,0),(73940,41,622,0),(73941,42,622,0),(73942,43,622,0),(73943,44,622,0),(73944,45,622,0),(73945,46,622,0),(73946,47,622,0),(73947,48,622,0),(73948,49,622,0),(73949,50,622,0),(73950,51,622,0),(73951,52,622,0),(73952,53,622,0),(73953,54,622,0),(73954,55,622,0),(73955,56,622,0),(73956,57,622,0),(73957,58,622,0),(73958,59,622,0),(73959,60,622,0),(73960,61,622,0),(73961,62,622,0),(73962,63,622,0),(73963,64,622,0),(73964,65,622,0),(73965,66,622,0),(73966,67,622,0),(73967,68,622,0),(73968,69,622,0),(73969,70,622,0.25171107937179),(73970,71,622,0),(73971,72,622,0),(73972,73,622,0),(73973,74,622,0),(73974,75,622,0),(73975,76,622,0),(73976,77,622,0),(73977,78,622,0),(73978,79,622,0),(73979,80,622,0),(73980,81,622,0),(73981,82,622,0),(73982,83,622,0),(73983,84,622,0),(73984,85,622,0),(73985,86,622,0),(73986,87,622,0),(73987,88,622,0),(73988,89,622,0),(73989,90,622,0),(73990,91,622,0),(73991,92,622,0),(73992,93,622,0),(73993,94,622,0),(73994,95,622,0),(73995,96,622,0),(73996,97,622,0),(73997,98,622,0),(73998,99,622,0),(73999,100,622,0),(74000,101,622,0),(74001,102,622,0),(74002,103,622,0),(74003,104,622,0),(74004,105,622,0),(74005,106,622,0),(74006,107,622,0),(74007,108,622,0),(74008,109,622,0),(74009,110,622,0),(74010,111,622,0),(74011,112,622,0),(74012,113,622,0),(74013,114,622,0),(74014,115,622,0),(74015,116,622,0),(74016,117,622,0),(74017,118,622,0),(74018,119,622,0),(74019,1,623,0),(74020,2,623,0),(74021,3,623,0),(74022,4,623,0),(74023,5,623,0),(74024,6,623,0),(74025,7,623,0),(74026,8,623,0),(74027,9,623,0),(74028,10,623,0),(74029,11,623,0),(74030,12,623,0),(74031,13,623,0),(74032,14,623,0),(74033,15,623,0),(74034,16,623,0),(74035,17,623,0),(74036,18,623,0),(74037,19,623,0),(74038,20,623,0),(74039,21,623,0),(74040,22,623,0),(74041,23,623,0),(74042,24,623,0),(74043,25,623,0),(74044,26,623,0),(74045,27,623,0),(74046,28,623,0),(74047,29,623,0),(74048,30,623,0),(74049,31,623,0),(74050,32,623,0),(74051,33,623,0),(74052,34,623,0),(74053,35,623,0),(74054,36,623,0),(74055,37,623,0),(74056,38,623,0),(74057,39,623,0),(74058,40,623,0),(74059,41,623,0),(74060,42,623,0),(74061,43,623,0),(74062,44,623,0),(74063,45,623,0),(74064,46,623,0),(74065,47,623,0),(74066,48,623,0),(74067,49,623,0),(74068,50,623,0),(74069,51,623,0),(74070,52,623,0),(74071,53,623,0),(74072,54,623,0),(74073,55,623,0),(74074,56,623,0),(74075,57,623,0),(74076,58,623,0),(74077,59,623,0),(74078,60,623,0),(74079,61,623,0),(74080,62,623,0),(74081,63,623,0),(74082,64,623,0),(74083,65,623,0),(74084,66,623,0),(74085,67,623,0),(74086,68,623,0),(74087,69,623,0),(74088,70,623,0.277086861457235),(74089,71,623,0),(74090,72,623,0),(74091,73,623,0),(74092,74,623,0),(74093,75,623,0),(74094,76,623,0),(74095,77,623,0),(74096,78,623,0),(74097,79,623,0),(74098,80,623,0),(74099,81,623,0),(74100,82,623,0),(74101,83,623,0),(74102,84,623,0),(74103,85,623,0),(74104,86,623,0),(74105,87,623,0),(74106,88,623,0),(74107,89,623,0),(74108,90,623,0),(74109,91,623,0),(74110,92,623,0),(74111,93,623,0),(74112,94,623,0),(74113,95,623,0),(74114,96,623,0),(74115,97,623,0),(74116,98,623,0),(74117,99,623,0),(74118,100,623,0),(74119,101,623,0),(74120,102,623,0),(74121,103,623,0),(74122,104,623,0),(74123,105,623,0),(74124,106,623,0),(74125,107,623,0),(74126,108,623,0),(74127,109,623,0),(74128,110,623,0),(74129,111,623,0),(74130,112,623,0),(74131,113,623,0),(74132,114,623,0),(74133,115,623,0),(74134,116,623,0),(74135,117,623,0),(74136,118,623,0),(74137,119,623,0),(74138,1,624,0),(74139,2,624,0),(74140,3,624,0),(74141,4,624,0),(74142,5,624,0),(74143,6,624,0),(74144,7,624,0),(74145,8,624,0),(74146,9,624,0),(74147,10,624,0),(74148,11,624,0),(74149,12,624,0),(74150,13,624,0),(74151,14,624,0),(74152,15,624,0),(74153,16,624,0),(74154,17,624,0),(74155,18,624,0),(74156,19,624,0),(74157,20,624,0),(74158,21,624,0),(74159,22,624,0),(74160,23,624,0),(74161,24,624,0),(74162,25,624,0),(74163,26,624,0),(74164,27,624,0),(74165,28,624,0),(74166,29,624,0),(74167,30,624,0),(74168,31,624,0),(74169,32,624,0),(74170,33,624,0),(74171,34,624,0),(74172,35,624,0),(74173,36,624,0),(74174,37,624,0),(74175,38,624,0),(74176,39,624,0),(74177,40,624,0),(74178,41,624,0),(74179,42,624,0),(74180,43,624,0),(74181,44,624,0),(74182,45,624,0),(74183,46,624,0),(74184,47,624,0),(74185,48,624,0),(74186,49,624,0),(74187,50,624,0),(74188,51,624,0),(74189,52,624,0),(74190,53,624,0),(74191,54,624,0),(74192,55,624,0),(74193,56,624,0),(74194,57,624,0),(74195,58,624,0),(74196,59,624,0),(74197,60,624,0),(74198,61,624,0),(74199,62,624,0),(74200,63,624,0),(74201,64,624,0),(74202,65,624,0),(74203,66,624,0),(74204,67,624,0),(74205,68,624,0),(74206,69,624,0),(74207,70,624,0),(74208,71,624,0.5),(74209,72,624,0),(74210,73,624,0),(74211,74,624,0),(74212,75,624,0),(74213,76,624,0),(74214,77,624,0),(74215,78,624,0),(74216,79,624,0),(74217,80,624,0),(74218,81,624,0),(74219,82,624,0),(74220,83,624,0),(74221,84,624,0),(74222,85,624,0),(74223,86,624,0),(74224,87,624,0),(74225,88,624,0),(74226,89,624,0),(74227,90,624,0),(74228,91,624,0),(74229,92,624,0),(74230,93,624,0),(74231,94,624,0),(74232,95,624,0),(74233,96,624,0),(74234,97,624,0),(74235,98,624,0),(74236,99,624,0),(74237,100,624,0),(74238,101,624,0),(74239,102,624,0),(74240,103,624,0),(74241,104,624,0),(74242,105,624,0),(74243,106,624,0),(74244,107,624,0),(74245,108,624,0),(74246,109,624,0),(74247,110,624,0),(74248,111,624,0),(74249,112,624,0),(74250,113,624,0),(74251,114,624,0),(74252,115,624,0),(74253,116,624,0),(74254,117,624,0),(74255,118,624,0),(74256,119,624,0),(74257,1,625,0),(74258,2,625,0),(74259,3,625,0),(74260,4,625,0),(74261,5,625,0),(74262,6,625,0),(74263,7,625,0),(74264,8,625,0),(74265,9,625,0),(74266,10,625,0),(74267,11,625,0),(74268,12,625,0),(74269,13,625,0),(74270,14,625,0),(74271,15,625,0),(74272,16,625,0),(74273,17,625,0),(74274,18,625,0),(74275,19,625,0),(74276,20,625,0),(74277,21,625,0),(74278,22,625,0),(74279,23,625,0),(74280,24,625,0),(74281,25,625,0),(74282,26,625,0),(74283,27,625,0),(74284,28,625,0),(74285,29,625,0),(74286,30,625,0),(74287,31,625,0),(74288,32,625,0),(74289,33,625,0),(74290,34,625,0),(74291,35,625,0),(74292,36,625,0),(74293,37,625,0),(74294,38,625,0),(74295,39,625,0),(74296,40,625,0),(74297,41,625,0),(74298,42,625,0),(74299,43,625,0),(74300,44,625,0),(74301,45,625,0),(74302,46,625,0),(74303,47,625,0),(74304,48,625,0),(74305,49,625,0),(74306,50,625,0),(74307,51,625,0),(74308,52,625,0),(74309,53,625,0),(74310,54,625,0),(74311,55,625,0),(74312,56,625,0),(74313,57,625,0),(74314,58,625,0),(74315,59,625,0),(74316,60,625,0),(74317,61,625,0),(74318,62,625,0),(74319,63,625,0),(74320,64,625,0),(74321,65,625,0),(74322,66,625,0),(74323,67,625,0),(74324,68,625,0),(74325,69,625,0),(74326,70,625,0),(74327,71,625,0.459276628479759),(74328,72,625,0),(74329,73,625,0),(74330,74,625,0),(74331,75,625,0),(74332,76,625,0),(74333,77,625,0),(74334,78,625,0),(74335,79,625,0),(74336,80,625,0),(74337,81,625,0),(74338,82,625,0),(74339,83,625,0),(74340,84,625,0),(74341,85,625,0),(74342,86,625,0),(74343,87,625,0),(74344,88,625,0),(74345,89,625,0),(74346,90,625,0),(74347,91,625,0),(74348,92,625,0),(74349,93,625,0),(74350,94,625,0),(74351,95,625,0),(74352,96,625,0),(74353,97,625,0),(74354,98,625,0),(74355,99,625,0),(74356,100,625,0),(74357,101,625,0),(74358,102,625,0),(74359,103,625,0),(74360,104,625,0),(74361,105,625,0),(74362,106,625,0),(74363,107,625,0),(74364,108,625,0),(74365,109,625,0),(74366,110,625,0),(74367,111,625,0),(74368,112,625,0),(74369,113,625,0),(74370,114,625,0),(74371,115,625,0),(74372,116,625,0),(74373,117,625,0),(74374,118,625,0),(74375,119,625,0),(74376,1,626,0),(74377,2,626,0),(74378,3,626,0),(74379,4,626,0),(74380,5,626,0),(74381,6,626,0),(74382,7,626,0),(74383,8,626,0),(74384,9,626,0),(74385,10,626,0),(74386,11,626,0),(74387,12,626,0),(74388,13,626,0),(74389,14,626,0),(74390,15,626,0),(74391,16,626,0),(74392,17,626,0),(74393,18,626,0),(74394,19,626,0),(74395,20,626,0),(74396,21,626,0),(74397,22,626,0),(74398,23,626,0),(74399,24,626,0),(74400,25,626,0),(74401,26,626,0),(74402,27,626,0),(74403,28,626,0),(74404,29,626,0),(74405,30,626,0),(74406,31,626,0),(74407,32,626,0),(74408,33,626,0),(74409,34,626,0),(74410,35,626,0),(74411,36,626,0),(74412,37,626,0),(74413,38,626,0),(74414,39,626,0),(74415,40,626,0),(74416,41,626,0),(74417,42,626,0),(74418,43,626,0),(74419,44,626,0),(74420,45,626,0),(74421,46,626,0),(74422,47,626,0),(74423,48,626,0),(74424,49,626,0),(74425,50,626,0),(74426,51,626,0),(74427,52,626,0),(74428,53,626,0),(74429,54,626,0),(74430,55,626,0),(74431,56,626,0),(74432,57,626,0),(74433,58,626,0),(74434,59,626,0),(74435,60,626,0),(74436,61,626,0),(74437,62,626,0),(74438,63,626,0),(74439,64,626,0),(74440,65,626,0),(74441,66,626,0),(74442,67,626,0),(74443,68,626,0),(74444,69,626,0),(74445,70,626,0),(74446,71,626,0.340723371520241),(74447,72,626,0),(74448,73,626,0),(74449,74,626,0),(74450,75,626,0),(74451,76,626,0),(74452,77,626,0),(74453,78,626,0),(74454,79,626,0),(74455,80,626,0),(74456,81,626,0),(74457,82,626,0),(74458,83,626,0),(74459,84,626,0),(74460,85,626,0),(74461,86,626,0),(74462,87,626,0),(74463,88,626,0),(74464,89,626,0),(74465,90,626,0),(74466,91,626,0),(74467,92,626,0),(74468,93,626,0),(74469,94,626,0),(74470,95,626,0),(74471,96,626,0),(74472,97,626,0),(74473,98,626,0),(74474,99,626,0),(74475,100,626,0),(74476,101,626,0),(74477,102,626,0),(74478,103,626,0),(74479,104,626,0),(74480,105,626,0),(74481,106,626,0),(74482,107,626,0),(74483,108,626,0),(74484,109,626,0),(74485,110,626,0),(74486,111,626,0),(74487,112,626,0),(74488,113,626,0),(74489,114,626,0),(74490,115,626,0),(74491,116,626,0),(74492,117,626,0),(74493,118,626,0),(74494,119,626,0),(74495,1,627,0),(74496,2,627,0),(74497,3,627,0),(74498,4,627,0),(74499,5,627,0),(74500,6,627,0),(74501,7,627,0),(74502,8,627,0),(74503,9,627,0),(74504,10,627,0),(74505,11,627,0),(74506,12,627,0),(74507,13,627,0),(74508,14,627,0),(74509,15,627,0),(74510,16,627,0),(74511,17,627,0),(74512,18,627,0),(74513,19,627,0),(74514,20,627,0),(74515,21,627,0),(74516,22,627,0),(74517,23,627,0),(74518,24,627,0),(74519,25,627,0),(74520,26,627,0),(74521,27,627,0),(74522,28,627,0),(74523,29,627,0),(74524,30,627,0),(74525,31,627,0),(74526,32,627,0),(74527,33,627,0),(74528,34,627,0),(74529,35,627,0),(74530,36,627,0),(74531,37,627,0),(74532,38,627,0),(74533,39,627,0),(74534,40,627,0),(74535,41,627,0),(74536,42,627,0),(74537,43,627,0),(74538,44,627,0),(74539,45,627,0),(74540,46,627,0),(74541,47,627,0),(74542,48,627,0),(74543,49,627,0),(74544,50,627,0),(74545,51,627,0),(74546,52,627,0),(74547,53,627,0),(74548,54,627,0),(74549,55,627,0),(74550,56,627,0),(74551,57,627,0),(74552,58,627,0),(74553,59,627,0),(74554,60,627,0),(74555,61,627,0),(74556,62,627,0),(74557,63,627,0),(74558,64,627,0),(74559,65,627,0),(74560,66,627,0),(74561,67,627,0),(74562,68,627,0),(74563,69,627,0),(74564,70,627,0),(74565,71,627,0.0641031355341307),(74566,72,627,0),(74567,73,627,0),(74568,74,627,0),(74569,75,627,0),(74570,76,627,0),(74571,77,627,0),(74572,78,627,0),(74573,79,627,0),(74574,80,627,0),(74575,81,627,0),(74576,82,627,0),(74577,83,627,0),(74578,84,627,0),(74579,85,627,0),(74580,86,627,0),(74581,87,627,0),(74582,88,627,0),(74583,89,627,0),(74584,90,627,0),(74585,91,627,0),(74586,92,627,0),(74587,93,627,0),(74588,94,627,0),(74589,95,627,0),(74590,96,627,0),(74591,97,627,0),(74592,98,627,0),(74593,99,627,0),(74594,100,627,0),(74595,101,627,0),(74596,102,627,0),(74597,103,627,0),(74598,104,627,0),(74599,105,627,0),(74600,106,627,0),(74601,107,627,0),(74602,108,627,0),(74603,109,627,0),(74604,110,627,0),(74605,111,627,0),(74606,112,627,0),(74607,113,627,0),(74608,114,627,0),(74609,115,627,0),(74610,116,627,0),(74611,117,627,0),(74612,118,627,0),(74613,119,627,0),(74614,1,628,0),(74615,2,628,0),(74616,3,628,0),(74617,4,628,0),(74618,5,628,0),(74619,6,628,0),(74620,7,628,0),(74621,8,628,0),(74622,9,628,0),(74623,10,628,0),(74624,11,628,0),(74625,12,628,0),(74626,13,628,0),(74627,14,628,0),(74628,15,628,0),(74629,16,628,0),(74630,17,628,0),(74631,18,628,0),(74632,19,628,0),(74633,20,628,0),(74634,21,628,0),(74635,22,628,0),(74636,23,628,0),(74637,24,628,0),(74638,25,628,0),(74639,26,628,0),(74640,27,628,0),(74641,28,628,0),(74642,29,628,0),(74643,30,628,0),(74644,31,628,0),(74645,32,628,0),(74646,33,628,0),(74647,34,628,0),(74648,35,628,0),(74649,36,628,0),(74650,37,628,0),(74651,38,628,0),(74652,39,628,0),(74653,40,628,0),(74654,41,628,0),(74655,42,628,0),(74656,43,628,0),(74657,44,628,0),(74658,45,628,0),(74659,46,628,0),(74660,47,628,0),(74661,48,628,0),(74662,49,628,0),(74663,50,628,0),(74664,51,628,0),(74665,52,628,0),(74666,53,628,0),(74667,54,628,0),(74668,55,628,0),(74669,56,628,0),(74670,57,628,0),(74671,58,628,0),(74672,59,628,0),(74673,60,628,0),(74674,61,628,0),(74675,62,628,0),(74676,63,628,0),(74677,64,628,0),(74678,65,628,0),(74679,66,628,0),(74680,67,628,0),(74681,68,628,0),(74682,69,628,0),(74683,70,628,0),(74684,71,628,0.378510795269206),(74685,72,628,0),(74686,73,628,0),(74687,74,628,0),(74688,75,628,0),(74689,76,628,0),(74690,77,628,0),(74691,78,628,0),(74692,79,628,0),(74693,80,628,0),(74694,81,628,0),(74695,82,628,0),(74696,83,628,0),(74697,84,628,0),(74698,85,628,0),(74699,86,628,0),(74700,87,628,0),(74701,88,628,0),(74702,89,628,0),(74703,90,628,0),(74704,91,628,0),(74705,92,628,0),(74706,93,628,0),(74707,94,628,0),(74708,95,628,0),(74709,96,628,0),(74710,97,628,0),(74711,98,628,0),(74712,99,628,0),(74713,100,628,0),(74714,101,628,0),(74715,102,628,0),(74716,103,628,0),(74717,104,628,0),(74718,105,628,0),(74719,106,628,0),(74720,107,628,0),(74721,108,628,0),(74722,109,628,0),(74723,110,628,0),(74724,111,628,0),(74725,112,628,0),(74726,113,628,0),(74727,114,628,0),(74728,115,628,0),(74729,116,628,0),(74730,117,628,0),(74731,118,628,0),(74732,119,628,0),(74733,1,629,0),(74734,2,629,0),(74735,3,629,0),(74736,4,629,0),(74737,5,629,0),(74738,6,629,0),(74739,7,629,0),(74740,8,629,0),(74741,9,629,0),(74742,10,629,0),(74743,11,629,0),(74744,12,629,0),(74745,13,629,0),(74746,14,629,0),(74747,15,629,0),(74748,16,629,0),(74749,17,629,0),(74750,18,629,0),(74751,19,629,0),(74752,20,629,0),(74753,21,629,0),(74754,22,629,0),(74755,23,629,0),(74756,24,629,0),(74757,25,629,0),(74758,26,629,0),(74759,27,629,0),(74760,28,629,0),(74761,29,629,0),(74762,30,629,0),(74763,31,629,0),(74764,32,629,0),(74765,33,629,0),(74766,34,629,0),(74767,35,629,0),(74768,36,629,0),(74769,37,629,0),(74770,38,629,0),(74771,39,629,0),(74772,40,629,0),(74773,41,629,0),(74774,42,629,0),(74775,43,629,0),(74776,44,629,0),(74777,45,629,0),(74778,46,629,0),(74779,47,629,0),(74780,48,629,0),(74781,49,629,0),(74782,50,629,0),(74783,51,629,0),(74784,52,629,0),(74785,53,629,0),(74786,54,629,0),(74787,55,629,0),(74788,56,629,0),(74789,57,629,0),(74790,58,629,0),(74791,59,629,0),(74792,60,629,0),(74793,61,629,0),(74794,62,629,0),(74795,63,629,0),(74796,64,629,0),(74797,65,629,0),(74798,66,629,0),(74799,67,629,0),(74800,68,629,0),(74801,69,629,0),(74802,70,629,0),(74803,71,629,0.557386069196663),(74804,72,629,0),(74805,73,629,0),(74806,74,629,0),(74807,75,629,0),(74808,76,629,0),(74809,77,629,0),(74810,78,629,0),(74811,79,629,0),(74812,80,629,0),(74813,81,629,0),(74814,82,629,0),(74815,83,629,0),(74816,84,629,0),(74817,85,629,0),(74818,86,629,0),(74819,87,629,0),(74820,88,629,0),(74821,89,629,0),(74822,90,629,0),(74823,91,629,0),(74824,92,629,0),(74825,93,629,0),(74826,94,629,0),(74827,95,629,0),(74828,96,629,0),(74829,97,629,0),(74830,98,629,0),(74831,99,629,0),(74832,100,629,0),(74833,101,629,0),(74834,102,629,0),(74835,103,629,0),(74836,104,629,0),(74837,105,629,0),(74838,106,629,0),(74839,107,629,0),(74840,108,629,0),(74841,109,629,0),(74842,110,629,0),(74843,111,629,0),(74844,112,629,0),(74845,113,629,0),(74846,114,629,0),(74847,115,629,0),(74848,116,629,0),(74849,117,629,0),(74850,118,629,0),(74851,119,629,0),(74852,1,630,0),(74853,2,630,0),(74854,3,630,0),(74855,4,630,0),(74856,5,630,0),(74857,6,630,0),(74858,7,630,0),(74859,8,630,0),(74860,9,630,0),(74861,10,630,0),(74862,11,630,0),(74863,12,630,0),(74864,13,630,0),(74865,14,630,0),(74866,15,630,0),(74867,16,630,0),(74868,17,630,0),(74869,18,630,0),(74870,19,630,0),(74871,20,630,0),(74872,21,630,0),(74873,22,630,0),(74874,23,630,0),(74875,24,630,0),(74876,25,630,0),(74877,26,630,0),(74878,27,630,0),(74879,28,630,0),(74880,29,630,0),(74881,30,630,0),(74882,31,630,0),(74883,32,630,0),(74884,33,630,0),(74885,34,630,0),(74886,35,630,0),(74887,36,630,0),(74888,37,630,0),(74889,38,630,0),(74890,39,630,0),(74891,40,630,0),(74892,41,630,0),(74893,42,630,0),(74894,43,630,0),(74895,44,630,0),(74896,45,630,0),(74897,46,630,0),(74898,47,630,0),(74899,48,630,0),(74900,49,630,0),(74901,50,630,0),(74902,51,630,0),(74903,52,630,0),(74904,53,630,0),(74905,54,630,0),(74906,55,630,0),(74907,56,630,0),(74908,57,630,0),(74909,58,630,0),(74910,59,630,0),(74911,60,630,0),(74912,61,630,0),(74913,62,630,0),(74914,63,630,0),(74915,64,630,0),(74916,65,630,0),(74917,66,630,0),(74918,67,630,0),(74919,68,630,0),(74920,69,630,0),(74921,70,630,0),(74922,71,630,0),(74923,72,630,0.0769416485103723),(74924,73,630,0),(74925,74,630,0),(74926,75,630,0),(74927,76,630,0),(74928,77,630,0),(74929,78,630,0),(74930,79,630,0),(74931,80,630,0),(74932,81,630,0),(74933,82,630,0),(74934,83,630,0),(74935,84,630,0),(74936,85,630,0),(74937,86,630,0),(74938,87,630,0),(74939,88,630,0),(74940,89,630,0),(74941,90,630,0),(74942,91,630,0),(74943,92,630,0),(74944,93,630,0),(74945,94,630,0),(74946,95,630,0),(74947,96,630,0),(74948,97,630,0),(74949,98,630,0),(74950,99,630,0),(74951,100,630,0),(74952,101,630,0),(74953,102,630,0),(74954,103,630,0),(74955,104,630,0),(74956,105,630,0),(74957,106,630,0),(74958,107,630,0),(74959,108,630,0),(74960,109,630,0),(74961,110,630,0),(74962,111,630,0),(74963,112,630,0),(74964,113,630,0),(74965,114,630,0),(74966,115,630,0),(74967,116,630,0),(74968,117,630,0),(74969,118,630,0),(74970,119,630,0),(74971,1,631,0),(74972,2,631,0),(74973,3,631,0),(74974,4,631,0),(74975,5,631,0),(74976,6,631,0),(74977,7,631,0),(74978,8,631,0),(74979,9,631,0),(74980,10,631,0),(74981,11,631,0),(74982,12,631,0),(74983,13,631,0),(74984,14,631,0),(74985,15,631,0),(74986,16,631,0),(74987,17,631,0),(74988,18,631,0),(74989,19,631,0),(74990,20,631,0),(74991,21,631,0),(74992,22,631,0),(74993,23,631,0),(74994,24,631,0),(74995,25,631,0),(74996,26,631,0),(74997,27,631,0),(74998,28,631,0),(74999,29,631,0),(75000,30,631,0),(75001,31,631,0),(75002,32,631,0),(75003,33,631,0),(75004,34,631,0),(75005,35,631,0),(75006,36,631,0),(75007,37,631,0),(75008,38,631,0),(75009,39,631,0),(75010,40,631,0),(75011,41,631,0),(75012,42,631,0),(75013,43,631,0),(75014,44,631,0),(75015,45,631,0),(75016,46,631,0),(75017,47,631,0),(75018,48,631,0),(75019,49,631,0),(75020,50,631,0),(75021,51,631,0),(75022,52,631,0),(75023,53,631,0),(75024,54,631,0),(75025,55,631,0),(75026,56,631,0),(75027,57,631,0),(75028,58,631,0),(75029,59,631,0),(75030,60,631,0),(75031,61,631,0),(75032,62,631,0),(75033,63,631,0),(75034,64,631,0),(75035,65,631,0),(75036,66,631,0),(75037,67,631,0),(75038,68,631,0),(75039,69,631,0),(75040,70,631,0),(75041,71,631,0),(75042,72,631,0.161536739575325),(75043,73,631,0),(75044,74,631,0),(75045,75,631,0),(75046,76,631,0),(75047,77,631,0),(75048,78,631,0),(75049,79,631,0),(75050,80,631,0),(75051,81,631,0),(75052,82,631,0),(75053,83,631,0),(75054,84,631,0),(75055,85,631,0),(75056,86,631,0),(75057,87,631,0),(75058,88,631,0),(75059,89,631,0),(75060,90,631,0),(75061,91,631,0),(75062,92,631,0),(75063,93,631,0),(75064,94,631,0),(75065,95,631,0),(75066,96,631,0),(75067,97,631,0),(75068,98,631,0),(75069,99,631,0),(75070,100,631,0),(75071,101,631,0),(75072,102,631,0),(75073,103,631,0),(75074,104,631,0),(75075,105,631,0),(75076,106,631,0),(75077,107,631,0),(75078,108,631,0),(75079,109,631,0),(75080,110,631,0),(75081,111,631,0),(75082,112,631,0),(75083,113,631,0),(75084,114,631,0),(75085,115,631,0),(75086,116,631,0),(75087,117,631,0),(75088,118,631,0),(75089,119,631,0),(75090,1,632,0),(75091,2,632,0),(75092,3,632,0),(75093,4,632,0),(75094,5,632,0),(75095,6,632,0),(75096,7,632,0),(75097,8,632,0),(75098,9,632,0),(75099,10,632,0),(75100,11,632,0),(75101,12,632,0),(75102,13,632,0),(75103,14,632,0),(75104,15,632,0),(75105,16,632,0),(75106,17,632,0),(75107,18,632,0),(75108,19,632,0),(75109,20,632,0),(75110,21,632,0),(75111,22,632,0),(75112,23,632,0),(75113,24,632,0),(75114,25,632,0),(75115,26,632,0),(75116,27,632,0),(75117,28,632,0),(75118,29,632,0),(75119,30,632,0),(75120,31,632,0),(75121,32,632,0),(75122,33,632,0),(75123,34,632,0),(75124,35,632,0),(75125,36,632,0),(75126,37,632,0),(75127,38,632,0),(75128,39,632,0),(75129,40,632,0),(75130,41,632,0),(75131,42,632,0),(75132,43,632,0),(75133,44,632,0),(75134,45,632,0),(75135,46,632,0),(75136,47,632,0),(75137,48,632,0),(75138,49,632,0),(75139,50,632,0),(75140,51,632,0),(75141,52,632,0),(75142,53,632,0),(75143,54,632,0),(75144,55,632,0),(75145,56,632,0),(75146,57,632,0),(75147,58,632,0),(75148,59,632,0),(75149,60,632,0),(75150,61,632,0),(75151,62,632,0),(75152,63,632,0),(75153,64,632,0),(75154,65,632,0),(75155,66,632,0),(75156,67,632,0),(75157,68,632,0),(75158,69,632,0),(75159,70,632,0),(75160,71,632,0),(75161,72,632,0.261521611914302),(75162,73,632,0),(75163,74,632,0),(75164,75,632,0),(75165,76,632,0),(75166,77,632,0),(75167,78,632,0),(75168,79,632,0),(75169,80,632,0),(75170,81,632,0),(75171,82,632,0),(75172,83,632,0),(75173,84,632,0),(75174,85,632,0),(75175,86,632,0),(75176,87,632,0),(75177,88,632,0),(75178,89,632,0),(75179,90,632,0),(75180,91,632,0),(75181,92,632,0),(75182,93,632,0),(75183,94,632,0),(75184,95,632,0),(75185,96,632,0),(75186,97,632,0),(75187,98,632,0),(75188,99,632,0),(75189,100,632,0),(75190,101,632,0),(75191,102,632,0),(75192,103,632,0),(75193,104,632,0),(75194,105,632,0),(75195,106,632,0),(75196,107,632,0),(75197,108,632,0),(75198,109,632,0),(75199,110,632,0),(75200,111,632,0),(75201,112,632,0),(75202,113,632,0),(75203,114,632,0),(75204,115,632,0),(75205,116,632,0),(75206,117,632,0),(75207,118,632,0),(75208,119,632,0),(75209,1,633,0),(75210,2,633,0),(75211,3,633,0),(75212,4,633,0),(75213,5,633,0),(75214,6,633,0),(75215,7,633,0),(75216,8,633,0),(75217,9,633,0),(75218,10,633,0),(75219,11,633,0),(75220,12,633,0),(75221,13,633,0),(75222,14,633,0),(75223,15,633,0),(75224,16,633,0),(75225,17,633,0),(75226,18,633,0),(75227,19,633,0),(75228,20,633,0),(75229,21,633,0),(75230,22,633,0),(75231,23,633,0),(75232,24,633,0),(75233,25,633,0),(75234,26,633,0),(75235,27,633,0),(75236,28,633,0),(75237,29,633,0),(75238,30,633,0),(75239,31,633,0),(75240,32,633,0),(75241,33,633,0),(75242,34,633,0),(75243,35,633,0),(75244,36,633,0),(75245,37,633,0),(75246,38,633,0),(75247,39,633,0),(75248,40,633,0),(75249,41,633,0),(75250,42,633,0),(75251,43,633,0),(75252,44,633,0),(75253,45,633,0),(75254,46,633,0),(75255,47,633,0),(75256,48,633,0),(75257,49,633,0),(75258,50,633,0),(75259,51,633,0),(75260,52,633,0),(75261,53,633,0),(75262,54,633,0),(75263,55,633,0),(75264,56,633,0),(75265,57,633,0),(75266,58,633,0),(75267,59,633,0),(75268,60,633,0),(75269,61,633,0),(75270,62,633,0),(75271,63,633,0),(75272,64,633,0),(75273,65,633,0),(75274,66,633,0),(75275,67,633,0),(75276,68,633,0),(75277,69,633,0),(75278,70,633,0),(75279,71,633,0),(75280,72,633,0.0113180249164269),(75281,73,633,0),(75282,74,633,0),(75283,75,633,0),(75284,76,633,0),(75285,77,633,0),(75286,78,633,0),(75287,79,633,0),(75288,80,633,0),(75289,81,633,0),(75290,82,633,0),(75291,83,633,0),(75292,84,633,0),(75293,85,633,0),(75294,86,633,0),(75295,87,633,0),(75296,88,633,0),(75297,89,633,0),(75298,90,633,0),(75299,91,633,0),(75300,92,633,0),(75301,93,633,0),(75302,94,633,0),(75303,95,633,0),(75304,96,633,0),(75305,97,633,0),(75306,98,633,0),(75307,99,633,0),(75308,100,633,0),(75309,101,633,0),(75310,102,633,0),(75311,103,633,0),(75312,104,633,0),(75313,105,633,0),(75314,106,633,0),(75315,107,633,0),(75316,108,633,0),(75317,109,633,0),(75318,110,633,0),(75319,111,633,0),(75320,112,633,0),(75321,113,633,0),(75322,114,633,0),(75323,115,633,0),(75324,116,633,0),(75325,117,633,0),(75326,118,633,0),(75327,119,633,0),(75328,1,634,0),(75329,2,634,0),(75330,3,634,0),(75331,4,634,0),(75332,5,634,0),(75333,6,634,0),(75334,7,634,0),(75335,8,634,0),(75336,9,634,0),(75337,10,634,0),(75338,11,634,0),(75339,12,634,0),(75340,13,634,0),(75341,14,634,0),(75342,15,634,0),(75343,16,634,0),(75344,17,634,0),(75345,18,634,0),(75346,19,634,0),(75347,20,634,0),(75348,21,634,0),(75349,22,634,0),(75350,23,634,0),(75351,24,634,0),(75352,25,634,0),(75353,26,634,0),(75354,27,634,0),(75355,28,634,0),(75356,29,634,0),(75357,30,634,0),(75358,31,634,0),(75359,32,634,0),(75360,33,634,0),(75361,34,634,0),(75362,35,634,0),(75363,36,634,0),(75364,37,634,0),(75365,38,634,0),(75366,39,634,0),(75367,40,634,0),(75368,41,634,0),(75369,42,634,0),(75370,43,634,0),(75371,44,634,0),(75372,45,634,0),(75373,46,634,0),(75374,47,634,0),(75375,48,634,0),(75376,49,634,0),(75377,50,634,0),(75378,51,634,0),(75379,52,634,0),(75380,53,634,0),(75381,54,634,0),(75382,55,634,0),(75383,56,634,0),(75384,57,634,0),(75385,58,634,0),(75386,59,634,0),(75387,60,634,0),(75388,61,634,0),(75389,62,634,0),(75390,63,634,0),(75391,64,634,0),(75392,65,634,0),(75393,66,634,0),(75394,67,634,0),(75395,68,634,0),(75396,69,634,0),(75397,70,634,0),(75398,71,634,0),(75399,72,634,0.292437622402788),(75400,73,634,0),(75401,74,634,0),(75402,75,634,0),(75403,76,634,0),(75404,77,634,0),(75405,78,634,0),(75406,79,634,0),(75407,80,634,0),(75408,81,634,0),(75409,82,634,0),(75410,83,634,0),(75411,84,634,0),(75412,85,634,0),(75413,86,634,0),(75414,87,634,0),(75415,88,634,0),(75416,89,634,0),(75417,90,634,0),(75418,91,634,0),(75419,92,634,0),(75420,93,634,0),(75421,94,634,0),(75422,95,634,0),(75423,96,634,0),(75424,97,634,0),(75425,98,634,0),(75426,99,634,0),(75427,100,634,0),(75428,101,634,0),(75429,102,634,0),(75430,103,634,0),(75431,104,634,0),(75432,105,634,0),(75433,106,634,0),(75434,107,634,0),(75435,108,634,0),(75436,109,634,0),(75437,110,634,0),(75438,111,634,0),(75439,112,634,0),(75440,113,634,0),(75441,114,634,0),(75442,115,634,0),(75443,116,634,0),(75444,117,634,0),(75445,118,634,0),(75446,119,634,0),(75447,1,635,0),(75448,2,635,0),(75449,3,635,0),(75450,4,635,0),(75451,5,635,0),(75452,6,635,0),(75453,7,635,0),(75454,8,635,0),(75455,9,635,0),(75456,10,635,0),(75457,11,635,0),(75458,12,635,0),(75459,13,635,0),(75460,14,635,0),(75461,15,635,0),(75462,16,635,0),(75463,17,635,0),(75464,18,635,0),(75465,19,635,0),(75466,20,635,0),(75467,21,635,0),(75468,22,635,0),(75469,23,635,0),(75470,24,635,0),(75471,25,635,0),(75472,26,635,0),(75473,27,635,0),(75474,28,635,0),(75475,29,635,0),(75476,30,635,0),(75477,31,635,0),(75478,32,635,0),(75479,33,635,0),(75480,34,635,0),(75481,35,635,0),(75482,36,635,0),(75483,37,635,0),(75484,38,635,0),(75485,39,635,0),(75486,40,635,0),(75487,41,635,0),(75488,42,635,0),(75489,43,635,0),(75490,44,635,0),(75491,45,635,0),(75492,46,635,0),(75493,47,635,0),(75494,48,635,0),(75495,49,635,0),(75496,50,635,0),(75497,51,635,0),(75498,52,635,0),(75499,53,635,0),(75500,54,635,0),(75501,55,635,0),(75502,56,635,0),(75503,57,635,0),(75504,58,635,0),(75505,59,635,0),(75506,60,635,0),(75507,61,635,0),(75508,62,635,0),(75509,63,635,0),(75510,64,635,0),(75511,65,635,0),(75512,66,635,0),(75513,67,635,0),(75514,68,635,0),(75515,69,635,0),(75516,70,635,0),(75517,71,635,0),(75518,72,635,0.273177992692858),(75519,73,635,0),(75520,74,635,0),(75521,75,635,0),(75522,76,635,0),(75523,77,635,0),(75524,78,635,0),(75525,79,635,0),(75526,80,635,0),(75527,81,635,0),(75528,82,635,0),(75529,83,635,0),(75530,84,635,0),(75531,85,635,0),(75532,86,635,0),(75533,87,635,0),(75534,88,635,0),(75535,89,635,0),(75536,90,635,0),(75537,91,635,0),(75538,92,635,0),(75539,93,635,0),(75540,94,635,0),(75541,95,635,0),(75542,96,635,0),(75543,97,635,0),(75544,98,635,0),(75545,99,635,0),(75546,100,635,0),(75547,101,635,0),(75548,102,635,0),(75549,103,635,0),(75550,104,635,0),(75551,105,635,0),(75552,106,635,0),(75553,107,635,0),(75554,108,635,0),(75555,109,635,0),(75556,110,635,0),(75557,111,635,0),(75558,112,635,0),(75559,113,635,0),(75560,114,635,0),(75561,115,635,0),(75562,116,635,0),(75563,117,635,0),(75564,118,635,0),(75565,119,635,0),(75566,1,636,0),(75567,2,636,0),(75568,3,636,0),(75569,4,636,0),(75570,5,636,0),(75571,6,636,0),(75572,7,636,0),(75573,8,636,0),(75574,9,636,0),(75575,10,636,0),(75576,11,636,0),(75577,12,636,0),(75578,13,636,0),(75579,14,636,0),(75580,15,636,0),(75581,16,636,0),(75582,17,636,0),(75583,18,636,0),(75584,19,636,0),(75585,20,636,0),(75586,21,636,0),(75587,22,636,0),(75588,23,636,0),(75589,24,636,0),(75590,25,636,0),(75591,26,636,0),(75592,27,636,0),(75593,28,636,0),(75594,29,636,0),(75595,30,636,0),(75596,31,636,0),(75597,32,636,0),(75598,33,636,0),(75599,34,636,0),(75600,35,636,0),(75601,36,636,0),(75602,37,636,0),(75603,38,636,0),(75604,39,636,0),(75605,40,636,0),(75606,41,636,0),(75607,42,636,0),(75608,43,636,0),(75609,44,636,0),(75610,45,636,0),(75611,46,636,0),(75612,47,636,0),(75613,48,636,0),(75614,49,636,0),(75615,50,636,0),(75616,51,636,0),(75617,52,636,0),(75618,53,636,0),(75619,54,636,0),(75620,55,636,0),(75621,56,636,0),(75622,57,636,0),(75623,58,636,0),(75624,59,636,0),(75625,60,636,0),(75626,61,636,0),(75627,62,636,0),(75628,63,636,0),(75629,64,636,0),(75630,65,636,0),(75631,66,636,0),(75632,67,636,0),(75633,68,636,0),(75634,69,636,0),(75635,70,636,0),(75636,71,636,0),(75637,72,636,0.20578377907071),(75638,73,636,0),(75639,74,636,0),(75640,75,636,0),(75641,76,636,0),(75642,77,636,0),(75643,78,636,0),(75644,79,636,0),(75645,80,636,0),(75646,81,636,0),(75647,82,636,0),(75648,83,636,0),(75649,84,636,0),(75650,85,636,0),(75651,86,636,0),(75652,87,636,0),(75653,88,636,0),(75654,89,636,0),(75655,90,636,0),(75656,91,636,0),(75657,92,636,0),(75658,93,636,0),(75659,94,636,0),(75660,95,636,0),(75661,96,636,0),(75662,97,636,0),(75663,98,636,0),(75664,99,636,0),(75665,100,636,0),(75666,101,636,0),(75667,102,636,0),(75668,103,636,0),(75669,104,636,0),(75670,105,636,0),(75671,106,636,0),(75672,107,636,0),(75673,108,636,0),(75674,109,636,0),(75675,110,636,0),(75676,111,636,0),(75677,112,636,0),(75678,113,636,0),(75679,114,636,0),(75680,115,636,0),(75681,116,636,0),(75682,117,636,0),(75683,118,636,0),(75684,119,636,0),(75685,1,637,0),(75686,2,637,0),(75687,3,637,0),(75688,4,637,0),(75689,5,637,0),(75690,6,637,0),(75691,7,637,0),(75692,8,637,0),(75693,9,637,0),(75694,10,637,0),(75695,11,637,0),(75696,12,637,0),(75697,13,637,0),(75698,14,637,0),(75699,15,637,0),(75700,16,637,0),(75701,17,637,0),(75702,18,637,0),(75703,19,637,0),(75704,20,637,0),(75705,21,637,0),(75706,22,637,0),(75707,23,637,0),(75708,24,637,0),(75709,25,637,0),(75710,26,637,0),(75711,27,637,0),(75712,28,637,0),(75713,29,637,0),(75714,30,637,0),(75715,31,637,0),(75716,32,637,0),(75717,33,637,0),(75718,34,637,0),(75719,35,637,0),(75720,36,637,0),(75721,37,637,0),(75722,38,637,0),(75723,39,637,0),(75724,40,637,0),(75725,41,637,0),(75726,42,637,0),(75727,43,637,0),(75728,44,637,0),(75729,45,637,0),(75730,46,637,0),(75731,47,637,0),(75732,48,637,0),(75733,49,637,0),(75734,50,637,0),(75735,51,637,0),(75736,52,637,0),(75737,53,637,0),(75738,54,637,0),(75739,55,637,0),(75740,56,637,0),(75741,57,637,0),(75742,58,637,0),(75743,59,637,0),(75744,60,637,0),(75745,61,637,0),(75746,62,637,0),(75747,63,637,0),(75748,64,637,0),(75749,65,637,0),(75750,66,637,0),(75751,67,637,0),(75752,68,637,0),(75753,69,637,0),(75754,70,637,0),(75755,71,637,0),(75756,72,637,0.0172825809172169),(75757,73,637,0),(75758,74,637,0),(75759,75,637,0),(75760,76,637,0),(75761,77,637,0),(75762,78,637,0),(75763,79,637,0),(75764,80,637,0),(75765,81,637,0),(75766,82,637,0),(75767,83,637,0),(75768,84,637,0),(75769,85,637,0),(75770,86,637,0),(75771,87,637,0),(75772,88,637,0),(75773,89,637,0),(75774,90,637,0),(75775,91,637,0),(75776,92,637,0),(75777,93,637,0),(75778,94,637,0),(75779,95,637,0),(75780,96,637,0),(75781,97,637,0),(75782,98,637,0),(75783,99,637,0),(75784,100,637,0),(75785,101,637,0),(75786,102,637,0),(75787,103,637,0),(75788,104,637,0),(75789,105,637,0),(75790,106,637,0),(75791,107,637,0),(75792,108,637,0),(75793,109,637,0),(75794,110,637,0),(75795,111,637,0),(75796,112,637,0),(75797,113,637,0),(75798,114,637,0),(75799,115,637,0),(75800,116,637,0),(75801,117,637,0),(75802,118,637,0),(75803,119,637,0),(75804,1,638,0),(75805,2,638,0),(75806,3,638,0),(75807,4,638,0),(75808,5,638,0),(75809,6,638,0),(75810,7,638,0),(75811,8,638,0),(75812,9,638,0),(75813,10,638,0),(75814,11,638,0),(75815,12,638,0),(75816,13,638,0),(75817,14,638,0),(75818,15,638,0),(75819,16,638,0),(75820,17,638,0),(75821,18,638,0),(75822,19,638,0),(75823,20,638,0),(75824,21,638,0),(75825,22,638,0),(75826,23,638,0),(75827,24,638,0),(75828,25,638,0),(75829,26,638,0),(75830,27,638,0),(75831,28,638,0),(75832,29,638,0),(75833,30,638,0),(75834,31,638,0),(75835,32,638,0),(75836,33,638,0),(75837,34,638,0),(75838,35,638,0),(75839,36,638,0),(75840,37,638,0),(75841,38,638,0),(75842,39,638,0),(75843,40,638,0),(75844,41,638,0),(75845,42,638,0),(75846,43,638,0),(75847,44,638,0),(75848,45,638,0),(75849,46,638,0),(75850,47,638,0),(75851,48,638,0),(75852,49,638,0),(75853,50,638,0),(75854,51,638,0),(75855,52,638,0),(75856,53,638,0),(75857,54,638,0),(75858,55,638,0),(75859,56,638,0),(75860,57,638,0),(75861,58,638,0),(75862,59,638,0),(75863,60,638,0),(75864,61,638,0),(75865,62,638,0),(75866,63,638,0),(75867,64,638,0),(75868,65,638,0),(75869,66,638,0),(75870,67,638,0),(75871,68,638,0),(75872,69,638,0),(75873,70,638,0),(75874,71,638,0),(75875,72,638,0.320802092059241),(75876,73,638,0),(75877,74,638,0),(75878,75,638,0),(75879,76,638,0),(75880,77,638,0),(75881,78,638,0),(75882,79,638,0),(75883,80,638,0),(75884,81,638,0),(75885,82,638,0),(75886,83,638,0),(75887,84,638,0),(75888,85,638,0),(75889,86,638,0),(75890,87,638,0),(75891,88,638,0),(75892,89,638,0),(75893,90,638,0),(75894,91,638,0),(75895,92,638,0),(75896,93,638,0),(75897,94,638,0),(75898,95,638,0),(75899,96,638,0),(75900,97,638,0),(75901,98,638,0),(75902,99,638,0),(75903,100,638,0),(75904,101,638,0),(75905,102,638,0),(75906,103,638,0),(75907,104,638,0),(75908,105,638,0),(75909,106,638,0),(75910,107,638,0),(75911,108,638,0),(75912,109,638,0),(75913,110,638,0),(75914,111,638,0),(75915,112,638,0),(75916,113,638,0),(75917,114,638,0),(75918,115,638,0),(75919,116,638,0),(75920,117,638,0),(75921,118,638,0),(75922,119,638,0),(75923,1,639,0),(75924,2,639,0),(75925,3,639,0),(75926,4,639,0),(75927,5,639,0),(75928,6,639,0),(75929,7,639,0),(75930,8,639,0),(75931,9,639,0),(75932,10,639,0),(75933,11,639,0),(75934,12,639,0),(75935,13,639,0),(75936,14,639,0),(75937,15,639,0),(75938,16,639,0),(75939,17,639,0),(75940,18,639,0),(75941,19,639,0),(75942,20,639,0),(75943,21,639,0),(75944,22,639,0),(75945,23,639,0),(75946,24,639,0),(75947,25,639,0),(75948,26,639,0),(75949,27,639,0),(75950,28,639,0),(75951,29,639,0),(75952,30,639,0),(75953,31,639,0),(75954,32,639,0),(75955,33,639,0),(75956,34,639,0),(75957,35,639,0),(75958,36,639,0),(75959,37,639,0),(75960,38,639,0),(75961,39,639,0),(75962,40,639,0),(75963,41,639,0),(75964,42,639,0),(75965,43,639,0),(75966,44,639,0),(75967,45,639,0),(75968,46,639,0),(75969,47,639,0),(75970,48,639,0),(75971,49,639,0),(75972,50,639,0),(75973,51,639,0),(75974,52,639,0),(75975,53,639,0),(75976,54,639,0),(75977,55,639,0),(75978,56,639,0),(75979,57,639,0),(75980,58,639,0),(75981,59,639,0),(75982,60,639,0),(75983,61,639,0),(75984,62,639,0),(75985,63,639,0),(75986,64,639,0),(75987,65,639,0),(75988,66,639,0),(75989,67,639,0),(75990,68,639,0),(75991,69,639,0),(75992,70,639,0),(75993,71,639,0),(75994,72,639,0.252573292437877),(75995,73,639,0),(75996,74,639,0),(75997,75,639,0),(75998,76,639,0),(75999,77,639,0),(76000,78,639,0),(76001,79,639,0),(76002,80,639,0),(76003,81,639,0),(76004,82,639,0),(76005,83,639,0),(76006,84,639,0),(76007,85,639,0),(76008,86,639,0),(76009,87,639,0),(76010,88,639,0),(76011,89,639,0),(76012,90,639,0),(76013,91,639,0),(76014,92,639,0),(76015,93,639,0),(76016,94,639,0),(76017,95,639,0),(76018,96,639,0),(76019,97,639,0),(76020,98,639,0),(76021,99,639,0),(76022,100,639,0),(76023,101,639,0),(76024,102,639,0),(76025,103,639,0),(76026,104,639,0),(76027,105,639,0),(76028,106,639,0),(76029,107,639,0),(76030,108,639,0),(76031,109,639,0),(76032,110,639,0),(76033,111,639,0),(76034,112,639,0),(76035,113,639,0),(76036,114,639,0),(76037,115,639,0),(76038,116,639,0),(76039,117,639,0),(76040,118,639,0),(76041,119,639,0),(76042,1,640,0),(76043,2,640,0),(76044,3,640,0),(76045,4,640,0),(76046,5,640,0),(76047,6,640,0),(76048,7,640,0),(76049,8,640,0),(76050,9,640,0),(76051,10,640,0),(76052,11,640,0),(76053,12,640,0),(76054,13,640,0),(76055,14,640,0),(76056,15,640,0),(76057,16,640,0),(76058,17,640,0),(76059,18,640,0),(76060,19,640,0),(76061,20,640,0),(76062,21,640,0),(76063,22,640,0),(76064,23,640,0),(76065,24,640,0),(76066,25,640,0),(76067,26,640,0),(76068,27,640,0),(76069,28,640,0),(76070,29,640,0),(76071,30,640,0),(76072,31,640,0),(76073,32,640,0),(76074,33,640,0),(76075,34,640,0),(76076,35,640,0),(76077,36,640,0),(76078,37,640,0),(76079,38,640,0),(76080,39,640,0),(76081,40,640,0),(76082,41,640,0),(76083,42,640,0),(76084,43,640,0),(76085,44,640,0),(76086,45,640,0),(76087,46,640,0),(76088,47,640,0),(76089,48,640,0),(76090,49,640,0),(76091,50,640,0),(76092,51,640,0),(76093,52,640,0),(76094,53,640,0),(76095,54,640,0),(76096,55,640,0),(76097,56,640,0),(76098,57,640,0),(76099,58,640,0),(76100,59,640,0),(76101,60,640,0),(76102,61,640,0),(76103,62,640,0),(76104,63,640,0),(76105,64,640,0),(76106,65,640,0),(76107,66,640,0),(76108,67,640,0),(76109,68,640,0),(76110,69,640,0),(76111,70,640,0),(76112,71,640,0),(76113,72,640,0.125355676672181),(76114,73,640,0),(76115,74,640,0),(76116,75,640,0),(76117,76,640,0),(76118,77,640,0),(76119,78,640,0),(76120,79,640,0),(76121,80,640,0),(76122,81,640,0),(76123,82,640,0),(76124,83,640,0),(76125,84,640,0),(76126,85,640,0),(76127,86,640,0),(76128,87,640,0),(76129,88,640,0),(76130,89,640,0),(76131,90,640,0),(76132,91,640,0),(76133,92,640,0),(76134,93,640,0),(76135,94,640,0),(76136,95,640,0),(76137,96,640,0),(76138,97,640,0),(76139,98,640,0),(76140,99,640,0),(76141,100,640,0),(76142,101,640,0),(76143,102,640,0),(76144,103,640,0),(76145,104,640,0),(76146,105,640,0),(76147,106,640,0),(76148,107,640,0),(76149,108,640,0),(76150,109,640,0),(76151,110,640,0),(76152,111,640,0),(76153,112,640,0),(76154,113,640,0),(76155,114,640,0),(76156,115,640,0),(76157,116,640,0),(76158,117,640,0),(76159,118,640,0),(76160,119,640,0),(76161,1,641,0),(76162,2,641,0),(76163,3,641,0),(76164,4,641,0),(76165,5,641,0),(76166,6,641,0),(76167,7,641,0),(76168,8,641,0),(76169,9,641,0),(76170,10,641,0),(76171,11,641,0),(76172,12,641,0),(76173,13,641,0),(76174,14,641,0),(76175,15,641,0),(76176,16,641,0),(76177,17,641,0),(76178,18,641,0),(76179,19,641,0),(76180,20,641,0),(76181,21,641,0),(76182,22,641,0),(76183,23,641,0),(76184,24,641,0),(76185,25,641,0),(76186,26,641,0),(76187,27,641,0),(76188,28,641,0),(76189,29,641,0),(76190,30,641,0),(76191,31,641,0),(76192,32,641,0),(76193,33,641,0),(76194,34,641,0),(76195,35,641,0),(76196,36,641,0),(76197,37,641,0),(76198,38,641,0),(76199,39,641,0),(76200,40,641,0),(76201,41,641,0),(76202,42,641,0),(76203,43,641,0),(76204,44,641,0),(76205,45,641,0),(76206,46,641,0),(76207,47,641,0),(76208,48,641,0),(76209,49,641,0),(76210,50,641,0),(76211,51,641,0),(76212,52,641,0),(76213,53,641,0),(76214,54,641,0),(76215,55,641,0),(76216,56,641,0),(76217,57,641,0),(76218,58,641,0),(76219,59,641,0),(76220,60,641,0),(76221,61,641,0),(76222,62,641,0),(76223,63,641,0),(76224,64,641,0),(76225,65,641,0),(76226,66,641,0),(76227,67,641,0),(76228,68,641,0),(76229,69,641,0),(76230,70,641,0),(76231,71,641,0),(76232,72,641,0.27653884318489),(76233,73,641,0),(76234,74,641,0),(76235,75,641,0),(76236,76,641,0),(76237,77,641,0),(76238,78,641,0),(76239,79,641,0),(76240,80,641,0),(76241,81,641,0),(76242,82,641,0),(76243,83,641,0),(76244,84,641,0),(76245,85,641,0),(76246,86,641,0),(76247,87,641,0),(76248,88,641,0),(76249,89,641,0),(76250,90,641,0),(76251,91,641,0),(76252,92,641,0),(76253,93,641,0),(76254,94,641,0),(76255,95,641,0),(76256,96,641,0),(76257,97,641,0),(76258,98,641,0),(76259,99,641,0),(76260,100,641,0),(76261,101,641,0),(76262,102,641,0),(76263,103,641,0),(76264,104,641,0),(76265,105,641,0),(76266,106,641,0),(76267,107,641,0),(76268,108,641,0),(76269,109,641,0),(76270,110,641,0),(76271,111,641,0),(76272,112,641,0),(76273,113,641,0),(76274,114,641,0),(76275,115,641,0),(76276,116,641,0),(76277,117,641,0),(76278,118,641,0),(76279,119,641,0),(76280,1,642,0),(76281,2,642,0),(76282,3,642,0),(76283,4,642,0),(76284,5,642,0),(76285,6,642,0),(76286,7,642,0),(76287,8,642,0),(76288,9,642,0),(76289,10,642,0),(76290,11,642,0),(76291,12,642,0),(76292,13,642,0),(76293,14,642,0),(76294,15,642,0),(76295,16,642,0),(76296,17,642,0),(76297,18,642,0),(76298,19,642,0),(76299,20,642,0),(76300,21,642,0),(76301,22,642,0),(76302,23,642,0),(76303,24,642,0),(76304,25,642,0),(76305,26,642,0),(76306,27,642,0),(76307,28,642,0),(76308,29,642,0),(76309,30,642,0),(76310,31,642,0),(76311,32,642,0),(76312,33,642,0),(76313,34,642,0),(76314,35,642,0),(76315,36,642,0),(76316,37,642,0),(76317,38,642,0),(76318,39,642,0),(76319,40,642,0),(76320,41,642,0),(76321,42,642,0),(76322,43,642,0),(76323,44,642,0),(76324,45,642,0),(76325,46,642,0),(76326,47,642,0),(76327,48,642,0),(76328,49,642,0),(76329,50,642,0),(76330,51,642,0),(76331,52,642,0),(76332,53,642,0),(76333,54,642,0),(76334,55,642,0),(76335,56,642,0),(76336,57,642,0),(76337,58,642,0),(76338,59,642,0),(76339,60,642,0),(76340,61,642,0),(76341,62,642,0),(76342,63,642,0),(76343,64,642,0),(76344,65,642,0),(76345,66,642,0),(76346,67,642,0),(76347,68,642,0),(76348,69,642,0),(76349,70,642,0),(76350,71,642,0),(76351,72,642,0.0247300956458105),(76352,73,642,0),(76353,74,642,0),(76354,75,642,0),(76355,76,642,0),(76356,77,642,0),(76357,78,642,0),(76358,79,642,0),(76359,80,642,0),(76360,81,642,0),(76361,82,642,0),(76362,83,642,0),(76363,84,642,0),(76364,85,642,0),(76365,86,642,0),(76366,87,642,0),(76367,88,642,0),(76368,89,642,0),(76369,90,642,0),(76370,91,642,0),(76371,92,642,0),(76372,93,642,0),(76373,94,642,0),(76374,95,642,0),(76375,96,642,0),(76376,97,642,0),(76377,98,642,0),(76378,99,642,0),(76379,100,642,0),(76380,101,642,0),(76381,102,642,0),(76382,103,642,0),(76383,104,642,0),(76384,105,642,0),(76385,106,642,0),(76386,107,642,0),(76387,108,642,0),(76388,109,642,0),(76389,110,642,0),(76390,111,642,0),(76391,112,642,0),(76392,113,642,0),(76393,114,642,0),(76394,115,642,0),(76395,116,642,0),(76396,117,642,0),(76397,118,642,0),(76398,119,642,0),(76399,1,643,0),(76400,2,643,0),(76401,3,643,0),(76402,4,643,0),(76403,5,643,0),(76404,6,643,0),(76405,7,643,0),(76406,8,643,0),(76407,9,643,0),(76408,10,643,0),(76409,11,643,0),(76410,12,643,0),(76411,13,643,0),(76412,14,643,0),(76413,15,643,0),(76414,16,643,0),(76415,17,643,0),(76416,18,643,0),(76417,19,643,0),(76418,20,643,0),(76419,21,643,0),(76420,22,643,0),(76421,23,643,0),(76422,24,643,0),(76423,25,643,0),(76424,26,643,0),(76425,27,643,0),(76426,28,643,0),(76427,29,643,0),(76428,30,643,0),(76429,31,643,0),(76430,32,643,0),(76431,33,643,0),(76432,34,643,0),(76433,35,643,0),(76434,36,643,0),(76435,37,643,0),(76436,38,643,0),(76437,39,643,0),(76438,40,643,0),(76439,41,643,0),(76440,42,643,0),(76441,43,643,0),(76442,44,643,0),(76443,45,643,0),(76444,46,643,0),(76445,47,643,0),(76446,48,643,0),(76447,49,643,0),(76448,50,643,0),(76449,51,643,0),(76450,52,643,0),(76451,53,643,0),(76452,54,643,0),(76453,55,643,0),(76454,56,643,0),(76455,57,643,0),(76456,58,643,0),(76457,59,643,0),(76458,60,643,0),(76459,61,643,0),(76460,62,643,0),(76461,63,643,0),(76462,64,643,0),(76463,65,643,0),(76464,66,643,0),(76465,67,643,0),(76466,68,643,0),(76467,69,643,0),(76468,70,643,0),(76469,71,643,0),(76470,72,643,0),(76471,73,643,0.5),(76472,74,643,0),(76473,75,643,0),(76474,76,643,0),(76475,77,643,0),(76476,78,643,0),(76477,79,643,0),(76478,80,643,0),(76479,81,643,0),(76480,82,643,0),(76481,83,643,0),(76482,84,643,0),(76483,85,643,0),(76484,86,643,0),(76485,87,643,0),(76486,88,643,0),(76487,89,643,0),(76488,90,643,0),(76489,91,643,0),(76490,92,643,0),(76491,93,643,0),(76492,94,643,0),(76493,95,643,0),(76494,96,643,0),(76495,97,643,0),(76496,98,643,0),(76497,99,643,0),(76498,100,643,0),(76499,101,643,0),(76500,102,643,0),(76501,103,643,0),(76502,104,643,0),(76503,105,643,0),(76504,106,643,0),(76505,107,643,0),(76506,108,643,0),(76507,109,643,0),(76508,110,643,0),(76509,111,643,0),(76510,112,643,0),(76511,113,643,0),(76512,114,643,0),(76513,115,643,0),(76514,116,643,0),(76515,117,643,0),(76516,118,643,0),(76517,119,643,0),(76518,1,644,0),(76519,2,644,0),(76520,3,644,0),(76521,4,644,0),(76522,5,644,0),(76523,6,644,0),(76524,7,644,0),(76525,8,644,0),(76526,9,644,0),(76527,10,644,0),(76528,11,644,0),(76529,12,644,0),(76530,13,644,0),(76531,14,644,0),(76532,15,644,0),(76533,16,644,0),(76534,17,644,0),(76535,18,644,0),(76536,19,644,0),(76537,20,644,0),(76538,21,644,0),(76539,22,644,0),(76540,23,644,0),(76541,24,644,0),(76542,25,644,0),(76543,26,644,0),(76544,27,644,0),(76545,28,644,0),(76546,29,644,0),(76547,30,644,0),(76548,31,644,0),(76549,32,644,0),(76550,33,644,0),(76551,34,644,0),(76552,35,644,0),(76553,36,644,0),(76554,37,644,0),(76555,38,644,0),(76556,39,644,0),(76557,40,644,0),(76558,41,644,0),(76559,42,644,0),(76560,43,644,0),(76561,44,644,0),(76562,45,644,0),(76563,46,644,0),(76564,47,644,0),(76565,48,644,0),(76566,49,644,0),(76567,50,644,0),(76568,51,644,0),(76569,52,644,0),(76570,53,644,0),(76571,54,644,0),(76572,55,644,0),(76573,56,644,0),(76574,57,644,0),(76575,58,644,0),(76576,59,644,0),(76577,60,644,0),(76578,61,644,0),(76579,62,644,0),(76580,63,644,0),(76581,64,644,0),(76582,65,644,0),(76583,66,644,0),(76584,67,644,0),(76585,68,644,0),(76586,69,644,0),(76587,70,644,0),(76588,71,644,0),(76589,72,644,0),(76590,73,644,0.8),(76591,74,644,0),(76592,75,644,0),(76593,76,644,0),(76594,77,644,0),(76595,78,644,0),(76596,79,644,0),(76597,80,644,0),(76598,81,644,0),(76599,82,644,0),(76600,83,644,0),(76601,84,644,0),(76602,85,644,0),(76603,86,644,0),(76604,87,644,0),(76605,88,644,0),(76606,89,644,0),(76607,90,644,0),(76608,91,644,0),(76609,92,644,0),(76610,93,644,0),(76611,94,644,0),(76612,95,644,0),(76613,96,644,0),(76614,97,644,0),(76615,98,644,0),(76616,99,644,0),(76617,100,644,0),(76618,101,644,0),(76619,102,644,0),(76620,103,644,0),(76621,104,644,0),(76622,105,644,0),(76623,106,644,0),(76624,107,644,0),(76625,108,644,0),(76626,109,644,0),(76627,110,644,0),(76628,111,644,0),(76629,112,644,0),(76630,113,644,0),(76631,114,644,0),(76632,115,644,0),(76633,116,644,0),(76634,117,644,0),(76635,118,644,0),(76636,119,644,0),(76637,1,645,0),(76638,2,645,0),(76639,3,645,0),(76640,4,645,0),(76641,5,645,0),(76642,6,645,0),(76643,7,645,0),(76644,8,645,0),(76645,9,645,0),(76646,10,645,0),(76647,11,645,0),(76648,12,645,0),(76649,13,645,0),(76650,14,645,0),(76651,15,645,0),(76652,16,645,0),(76653,17,645,0),(76654,18,645,0),(76655,19,645,0),(76656,20,645,0),(76657,21,645,0),(76658,22,645,0),(76659,23,645,0),(76660,24,645,0),(76661,25,645,0),(76662,26,645,0),(76663,27,645,0),(76664,28,645,0),(76665,29,645,0),(76666,30,645,0),(76667,31,645,0),(76668,32,645,0),(76669,33,645,0),(76670,34,645,0),(76671,35,645,0),(76672,36,645,0),(76673,37,645,0),(76674,38,645,0),(76675,39,645,0),(76676,40,645,0),(76677,41,645,0),(76678,42,645,0),(76679,43,645,0),(76680,44,645,0),(76681,45,645,0),(76682,46,645,0),(76683,47,645,0),(76684,48,645,0),(76685,49,645,0),(76686,50,645,0),(76687,51,645,0),(76688,52,645,0),(76689,53,645,0),(76690,54,645,0),(76691,55,645,0),(76692,56,645,0),(76693,57,645,0),(76694,58,645,0),(76695,59,645,0),(76696,60,645,0),(76697,61,645,0),(76698,62,645,0),(76699,63,645,0),(76700,64,645,0),(76701,65,645,0),(76702,66,645,0),(76703,67,645,0),(76704,68,645,0),(76705,69,645,0),(76706,70,645,0),(76707,71,645,0),(76708,72,645,0),(76709,73,645,1),(76710,74,645,0),(76711,75,645,0),(76712,76,645,0),(76713,77,645,0),(76714,78,645,0),(76715,79,645,0),(76716,80,645,0),(76717,81,645,0),(76718,82,645,0),(76719,83,645,0),(76720,84,645,0),(76721,85,645,0),(76722,86,645,0),(76723,87,645,0),(76724,88,645,0),(76725,89,645,0),(76726,90,645,0),(76727,91,645,0),(76728,92,645,0),(76729,93,645,0),(76730,94,645,0),(76731,95,645,0),(76732,96,645,0),(76733,97,645,0),(76734,98,645,0),(76735,99,645,0),(76736,100,645,0),(76737,101,645,0),(76738,102,645,0),(76739,103,645,0),(76740,104,645,0),(76741,105,645,0),(76742,106,645,0),(76743,107,645,0),(76744,108,645,0),(76745,109,645,0),(76746,110,645,0),(76747,111,645,0),(76748,112,645,0),(76749,113,645,0),(76750,114,645,0),(76751,115,645,0),(76752,116,645,0),(76753,117,645,0),(76754,118,645,0),(76755,119,645,0),(76756,1,646,0),(76757,2,646,0),(76758,3,646,0),(76759,4,646,0),(76760,5,646,0),(76761,6,646,0),(76762,7,646,0),(76763,8,646,0),(76764,9,646,0),(76765,10,646,0),(76766,11,646,0),(76767,12,646,0),(76768,13,646,0),(76769,14,646,0),(76770,15,646,0),(76771,16,646,0),(76772,17,646,0),(76773,18,646,0),(76774,19,646,0),(76775,20,646,0),(76776,21,646,0),(76777,22,646,0),(76778,23,646,0),(76779,24,646,0),(76780,25,646,0),(76781,26,646,0),(76782,27,646,0),(76783,28,646,0),(76784,29,646,0),(76785,30,646,0),(76786,31,646,0),(76787,32,646,0),(76788,33,646,0),(76789,34,646,0),(76790,35,646,0),(76791,36,646,0),(76792,37,646,0),(76793,38,646,0),(76794,39,646,0),(76795,40,646,0),(76796,41,646,0),(76797,42,646,0),(76798,43,646,0),(76799,44,646,0),(76800,45,646,0),(76801,46,646,0),(76802,47,646,0),(76803,48,646,0),(76804,49,646,0),(76805,50,646,0),(76806,51,646,0),(76807,52,646,0),(76808,53,646,0),(76809,54,646,0),(76810,55,646,0),(76811,56,646,0),(76812,57,646,0),(76813,58,646,0),(76814,59,646,0),(76815,60,646,0),(76816,61,646,0),(76817,62,646,0),(76818,63,646,0),(76819,64,646,0),(76820,65,646,0),(76821,66,646,0),(76822,67,646,0),(76823,68,646,0),(76824,69,646,0),(76825,70,646,0),(76826,71,646,0),(76827,72,646,0),(76828,73,646,0),(76829,74,646,0.5),(76830,75,646,0),(76831,76,646,0),(76832,77,646,0),(76833,78,646,0),(76834,79,646,0),(76835,80,646,0),(76836,81,646,0),(76837,82,646,0),(76838,83,646,0),(76839,84,646,0),(76840,85,646,0),(76841,86,646,0),(76842,87,646,0),(76843,88,646,0),(76844,89,646,0),(76845,90,646,0),(76846,91,646,0),(76847,92,646,0),(76848,93,646,0),(76849,94,646,0),(76850,95,646,0),(76851,96,646,0),(76852,97,646,0),(76853,98,646,0),(76854,99,646,0),(76855,100,646,0),(76856,101,646,0),(76857,102,646,0),(76858,103,646,0),(76859,104,646,0),(76860,105,646,0),(76861,106,646,0),(76862,107,646,0),(76863,108,646,0),(76864,109,646,0),(76865,110,646,0),(76866,111,646,0),(76867,112,646,0),(76868,113,646,0),(76869,114,646,0),(76870,115,646,0),(76871,116,646,0),(76872,117,646,0),(76873,118,646,0),(76874,119,646,0),(76875,1,647,0),(76876,2,647,0),(76877,3,647,0),(76878,4,647,0),(76879,5,647,0),(76880,6,647,0),(76881,7,647,0),(76882,8,647,0),(76883,9,647,0),(76884,10,647,0),(76885,11,647,0),(76886,12,647,0),(76887,13,647,0),(76888,14,647,0),(76889,15,647,0),(76890,16,647,0),(76891,17,647,0),(76892,18,647,0),(76893,19,647,0),(76894,20,647,0),(76895,21,647,0),(76896,22,647,0),(76897,23,647,0),(76898,24,647,0),(76899,25,647,0),(76900,26,647,0),(76901,27,647,0),(76902,28,647,0),(76903,29,647,0),(76904,30,647,0),(76905,31,647,0),(76906,32,647,0),(76907,33,647,0),(76908,34,647,0),(76909,35,647,0),(76910,36,647,0),(76911,37,647,0),(76912,38,647,0),(76913,39,647,0),(76914,40,647,0),(76915,41,647,0),(76916,42,647,0),(76917,43,647,0),(76918,44,647,0),(76919,45,647,0),(76920,46,647,0),(76921,47,647,0),(76922,48,647,0),(76923,49,647,0),(76924,50,647,0),(76925,51,647,0),(76926,52,647,0),(76927,53,647,0),(76928,54,647,0),(76929,55,647,0),(76930,56,647,0),(76931,57,647,0),(76932,58,647,0),(76933,59,647,0),(76934,60,647,0),(76935,61,647,0),(76936,62,647,0),(76937,63,647,0),(76938,64,647,0),(76939,65,647,0),(76940,66,647,0),(76941,67,647,0),(76942,68,647,0),(76943,69,647,0),(76944,70,647,0),(76945,71,647,0),(76946,72,647,0),(76947,73,647,0),(76948,74,647,0.168169500720792),(76949,75,647,0),(76950,76,647,0),(76951,77,647,0),(76952,78,647,0),(76953,79,647,0),(76954,80,647,0),(76955,81,647,0),(76956,82,647,0),(76957,83,647,0),(76958,84,647,0),(76959,85,647,0),(76960,86,647,0),(76961,87,647,0),(76962,88,647,0),(76963,89,647,0),(76964,90,647,0),(76965,91,647,0),(76966,92,647,0),(76967,93,647,0),(76968,94,647,0),(76969,95,647,0),(76970,96,647,0),(76971,97,647,0),(76972,98,647,0),(76973,99,647,0),(76974,100,647,0),(76975,101,647,0),(76976,102,647,0),(76977,103,647,0),(76978,104,647,0),(76979,105,647,0),(76980,106,647,0),(76981,107,647,0),(76982,108,647,0),(76983,109,647,0),(76984,110,647,0),(76985,111,647,0),(76986,112,647,0),(76987,113,647,0),(76988,114,647,0),(76989,115,647,0),(76990,116,647,0),(76991,117,647,0),(76992,118,647,0),(76993,119,647,0),(76994,1,648,0),(76995,2,648,0),(76996,3,648,0),(76997,4,648,0),(76998,5,648,0),(76999,6,648,0),(77000,7,648,0),(77001,8,648,0),(77002,9,648,0),(77003,10,648,0),(77004,11,648,0),(77005,12,648,0),(77006,13,648,0),(77007,14,648,0),(77008,15,648,0),(77009,16,648,0),(77010,17,648,0),(77011,18,648,0),(77012,19,648,0),(77013,20,648,0),(77014,21,648,0),(77015,22,648,0),(77016,23,648,0),(77017,24,648,0),(77018,25,648,0),(77019,26,648,0),(77020,27,648,0),(77021,28,648,0),(77022,29,648,0),(77023,30,648,0),(77024,31,648,0),(77025,32,648,0),(77026,33,648,0),(77027,34,648,0),(77028,35,648,0),(77029,36,648,0),(77030,37,648,0),(77031,38,648,0),(77032,39,648,0),(77033,40,648,0),(77034,41,648,0),(77035,42,648,0),(77036,43,648,0),(77037,44,648,0),(77038,45,648,0),(77039,46,648,0),(77040,47,648,0),(77041,48,648,0),(77042,49,648,0),(77043,50,648,0),(77044,51,648,0),(77045,52,648,0),(77046,53,648,0),(77047,54,648,0),(77048,55,648,0),(77049,56,648,0),(77050,57,648,0),(77051,58,648,0),(77052,59,648,0),(77053,60,648,0),(77054,61,648,0),(77055,62,648,0),(77056,63,648,0),(77057,64,648,0),(77058,65,648,0),(77059,66,648,0),(77060,67,648,0),(77061,68,648,0),(77062,69,648,0),(77063,70,648,0),(77064,71,648,0),(77065,72,648,0),(77066,73,648,0),(77067,74,648,0.631830499279208),(77068,75,648,0),(77069,76,648,0),(77070,77,648,0),(77071,78,648,0),(77072,79,648,0),(77073,80,648,0),(77074,81,648,0),(77075,82,648,0),(77076,83,648,0),(77077,84,648,0),(77078,85,648,0),(77079,86,648,0),(77080,87,648,0),(77081,88,648,0),(77082,89,648,0),(77083,90,648,0),(77084,91,648,0),(77085,92,648,0),(77086,93,648,0),(77087,94,648,0),(77088,95,648,0),(77089,96,648,0),(77090,97,648,0),(77091,98,648,0),(77092,99,648,0),(77093,100,648,0),(77094,101,648,0),(77095,102,648,0),(77096,103,648,0),(77097,104,648,0),(77098,105,648,0),(77099,106,648,0),(77100,107,648,0),(77101,108,648,0),(77102,109,648,0),(77103,110,648,0),(77104,111,648,0),(77105,112,648,0),(77106,113,648,0),(77107,114,648,0),(77108,115,648,0),(77109,116,648,0),(77110,117,648,0),(77111,118,648,0),(77112,119,648,0),(77113,1,649,0),(77114,2,649,0),(77115,3,649,0),(77116,4,649,0),(77117,5,649,0),(77118,6,649,0),(77119,7,649,0),(77120,8,649,0),(77121,9,649,0),(77122,10,649,0),(77123,11,649,0),(77124,12,649,0),(77125,13,649,0),(77126,14,649,0),(77127,15,649,0),(77128,16,649,0),(77129,17,649,0),(77130,18,649,0),(77131,19,649,0),(77132,20,649,0),(77133,21,649,0),(77134,22,649,0),(77135,23,649,0),(77136,24,649,0),(77137,25,649,0),(77138,26,649,0),(77139,27,649,0),(77140,28,649,0),(77141,29,649,0),(77142,30,649,0),(77143,31,649,0),(77144,32,649,0),(77145,33,649,0),(77146,34,649,0),(77147,35,649,0),(77148,36,649,0),(77149,37,649,0),(77150,38,649,0),(77151,39,649,0),(77152,40,649,0),(77153,41,649,0),(77154,42,649,0),(77155,43,649,0),(77156,44,649,0),(77157,45,649,0),(77158,46,649,0),(77159,47,649,0),(77160,48,649,0),(77161,49,649,0),(77162,50,649,0),(77163,51,649,0),(77164,52,649,0),(77165,53,649,0),(77166,54,649,0),(77167,55,649,0),(77168,56,649,0),(77169,57,649,0),(77170,58,649,0),(77171,59,649,0),(77172,60,649,0),(77173,61,649,0),(77174,62,649,0),(77175,63,649,0),(77176,64,649,0),(77177,65,649,0),(77178,66,649,0),(77179,67,649,0),(77180,68,649,0),(77181,69,649,0),(77182,70,649,0),(77183,71,649,0),(77184,72,649,0),(77185,73,649,0),(77186,74,649,0.311052635736574),(77187,75,649,0),(77188,76,649,0),(77189,77,649,0),(77190,78,649,0),(77191,79,649,0),(77192,80,649,0),(77193,81,649,0),(77194,82,649,0),(77195,83,649,0),(77196,84,649,0),(77197,85,649,0),(77198,86,649,0),(77199,87,649,0),(77200,88,649,0),(77201,89,649,0),(77202,90,649,0),(77203,91,649,0),(77204,92,649,0),(77205,93,649,0),(77206,94,649,0),(77207,95,649,0),(77208,96,649,0),(77209,97,649,0),(77210,98,649,0),(77211,99,649,0),(77212,100,649,0),(77213,101,649,0),(77214,102,649,0),(77215,103,649,0),(77216,104,649,0),(77217,105,649,0),(77218,106,649,0),(77219,107,649,0),(77220,108,649,0),(77221,109,649,0),(77222,110,649,0),(77223,111,649,0),(77224,112,649,0),(77225,113,649,0),(77226,114,649,0),(77227,115,649,0),(77228,116,649,0),(77229,117,649,0),(77230,118,649,0),(77231,119,649,0),(77232,1,650,0),(77233,2,650,0),(77234,3,650,0),(77235,4,650,0),(77236,5,650,0),(77237,6,650,0),(77238,7,650,0),(77239,8,650,0),(77240,9,650,0),(77241,10,650,0),(77242,11,650,0),(77243,12,650,0),(77244,13,650,0),(77245,14,650,0),(77246,15,650,0),(77247,16,650,0),(77248,17,650,0),(77249,18,650,0),(77250,19,650,0),(77251,20,650,0),(77252,21,650,0),(77253,22,650,0),(77254,23,650,0),(77255,24,650,0),(77256,25,650,0),(77257,26,650,0),(77258,27,650,0),(77259,28,650,0),(77260,29,650,0),(77261,30,650,0),(77262,31,650,0),(77263,32,650,0),(77264,33,650,0),(77265,34,650,0),(77266,35,650,0),(77267,36,650,0),(77268,37,650,0),(77269,38,650,0),(77270,39,650,0),(77271,40,650,0),(77272,41,650,0),(77273,42,650,0),(77274,43,650,0),(77275,44,650,0),(77276,45,650,0),(77277,46,650,0),(77278,47,650,0),(77279,48,650,0),(77280,49,650,0),(77281,50,650,0),(77282,51,650,0),(77283,52,650,0),(77284,53,650,0),(77285,54,650,0),(77286,55,650,0),(77287,56,650,0),(77288,57,650,0),(77289,58,650,0),(77290,59,650,0),(77291,60,650,0),(77292,61,650,0),(77293,62,650,0),(77294,63,650,0),(77295,64,650,0),(77296,65,650,0),(77297,66,650,0),(77298,67,650,0),(77299,68,650,0),(77300,69,650,0),(77301,70,650,0),(77302,71,650,0),(77303,72,650,0),(77304,73,650,0),(77305,74,650,0.169617639604146),(77306,75,650,0),(77307,76,650,0),(77308,77,650,0),(77309,78,650,0),(77310,79,650,0),(77311,80,650,0),(77312,81,650,0),(77313,82,650,0),(77314,83,650,0),(77315,84,650,0),(77316,85,650,0),(77317,86,650,0),(77318,87,650,0),(77319,88,650,0),(77320,89,650,0),(77321,90,650,0),(77322,91,650,0),(77323,92,650,0),(77324,93,650,0),(77325,94,650,0),(77326,95,650,0),(77327,96,650,0),(77328,97,650,0),(77329,98,650,0),(77330,99,650,0),(77331,100,650,0),(77332,101,650,0),(77333,102,650,0),(77334,103,650,0),(77335,104,650,0),(77336,105,650,0),(77337,106,650,0),(77338,107,650,0),(77339,108,650,0),(77340,109,650,0),(77341,110,650,0),(77342,111,650,0),(77343,112,650,0),(77344,113,650,0),(77345,114,650,0),(77346,115,650,0),(77347,116,650,0),(77348,117,650,0),(77349,118,650,0),(77350,119,650,0),(77351,1,651,0),(77352,2,651,0),(77353,3,651,0),(77354,4,651,0),(77355,5,651,0),(77356,6,651,0),(77357,7,651,0),(77358,8,651,0),(77359,9,651,0),(77360,10,651,0),(77361,11,651,0),(77362,12,651,0),(77363,13,651,0),(77364,14,651,0),(77365,15,651,0),(77366,16,651,0),(77367,17,651,0),(77368,18,651,0),(77369,19,651,0),(77370,20,651,0),(77371,21,651,0),(77372,22,651,0),(77373,23,651,0),(77374,24,651,0),(77375,25,651,0),(77376,26,651,0),(77377,27,651,0),(77378,28,651,0),(77379,29,651,0),(77380,30,651,0),(77381,31,651,0),(77382,32,651,0),(77383,33,651,0),(77384,34,651,0),(77385,35,651,0),(77386,36,651,0),(77387,37,651,0),(77388,38,651,0),(77389,39,651,0),(77390,40,651,0),(77391,41,651,0),(77392,42,651,0),(77393,43,651,0),(77394,44,651,0),(77395,45,651,0),(77396,46,651,0),(77397,47,651,0),(77398,48,651,0),(77399,49,651,0),(77400,50,651,0),(77401,51,651,0),(77402,52,651,0),(77403,53,651,0),(77404,54,651,0),(77405,55,651,0),(77406,56,651,0),(77407,57,651,0),(77408,58,651,0),(77409,59,651,0),(77410,60,651,0),(77411,61,651,0),(77412,62,651,0),(77413,63,651,0),(77414,64,651,0),(77415,65,651,0),(77416,66,651,0),(77417,67,651,0),(77418,68,651,0),(77419,69,651,0),(77420,70,651,0),(77421,71,651,0),(77422,72,651,0),(77423,73,651,0),(77424,74,651,0.225206259214247),(77425,75,651,0),(77426,76,651,0),(77427,77,651,0),(77428,78,651,0),(77429,79,651,0),(77430,80,651,0),(77431,81,651,0),(77432,82,651,0),(77433,83,651,0),(77434,84,651,0),(77435,85,651,0),(77436,86,651,0),(77437,87,651,0),(77438,88,651,0),(77439,89,651,0),(77440,90,651,0),(77441,91,651,0),(77442,92,651,0),(77443,93,651,0),(77444,94,651,0),(77445,95,651,0),(77446,96,651,0),(77447,97,651,0),(77448,98,651,0),(77449,99,651,0),(77450,100,651,0),(77451,101,651,0),(77452,102,651,0),(77453,103,651,0),(77454,104,651,0),(77455,105,651,0),(77456,106,651,0),(77457,107,651,0),(77458,108,651,0),(77459,109,651,0),(77460,110,651,0),(77461,111,651,0),(77462,112,651,0),(77463,113,651,0),(77464,114,651,0),(77465,115,651,0),(77466,116,651,0),(77467,117,651,0),(77468,118,651,0),(77469,119,651,0),(77470,1,652,0),(77471,2,652,0),(77472,3,652,0),(77473,4,652,0),(77474,5,652,0),(77475,6,652,0),(77476,7,652,0),(77477,8,652,0),(77478,9,652,0),(77479,10,652,0),(77480,11,652,0),(77481,12,652,0),(77482,13,652,0),(77483,14,652,0),(77484,15,652,0),(77485,16,652,0),(77486,17,652,0),(77487,18,652,0),(77488,19,652,0),(77489,20,652,0),(77490,21,652,0),(77491,22,652,0),(77492,23,652,0),(77493,24,652,0),(77494,25,652,0),(77495,26,652,0),(77496,27,652,0),(77497,28,652,0),(77498,29,652,0),(77499,30,652,0),(77500,31,652,0),(77501,32,652,0),(77502,33,652,0),(77503,34,652,0),(77504,35,652,0),(77505,36,652,0),(77506,37,652,0),(77507,38,652,0),(77508,39,652,0),(77509,40,652,0),(77510,41,652,0),(77511,42,652,0),(77512,43,652,0),(77513,44,652,0),(77514,45,652,0),(77515,46,652,0),(77516,47,652,0),(77517,48,652,0),(77518,49,652,0),(77519,50,652,0),(77520,51,652,0),(77521,52,652,0),(77522,53,652,0),(77523,54,652,0),(77524,55,652,0),(77525,56,652,0),(77526,57,652,0),(77527,58,652,0),(77528,59,652,0),(77529,60,652,0),(77530,61,652,0),(77531,62,652,0),(77532,63,652,0),(77533,64,652,0),(77534,65,652,0),(77535,66,652,0),(77536,67,652,0),(77537,68,652,0),(77538,69,652,0),(77539,70,652,0),(77540,71,652,0),(77541,72,652,0),(77542,73,652,0),(77543,74,652,0.294123465445033),(77544,75,652,0),(77545,76,652,0),(77546,77,652,0),(77547,78,652,0),(77548,79,652,0),(77549,80,652,0),(77550,81,652,0),(77551,82,652,0),(77552,83,652,0),(77553,84,652,0),(77554,85,652,0),(77555,86,652,0),(77556,87,652,0),(77557,88,652,0),(77558,89,652,0),(77559,90,652,0),(77560,91,652,0),(77561,92,652,0),(77562,93,652,0),(77563,94,652,0),(77564,95,652,0),(77565,96,652,0),(77566,97,652,0),(77567,98,652,0),(77568,99,652,0),(77569,100,652,0),(77570,101,652,0),(77571,102,652,0),(77572,103,652,0),(77573,104,652,0),(77574,105,652,0),(77575,106,652,0),(77576,107,652,0),(77577,108,652,0),(77578,109,652,0),(77579,110,652,0),(77580,111,652,0),(77581,112,652,0),(77582,113,652,0),(77583,114,652,0),(77584,115,652,0),(77585,116,652,0),(77586,117,652,0),(77587,118,652,0),(77588,119,652,0),(77589,1,653,0),(77590,2,653,0),(77591,3,653,0),(77592,4,653,0),(77593,5,653,0),(77594,6,653,0),(77595,7,653,0),(77596,8,653,0),(77597,9,653,0),(77598,10,653,0),(77599,11,653,0),(77600,12,653,0),(77601,13,653,0),(77602,14,653,0),(77603,15,653,0),(77604,16,653,0),(77605,17,653,0),(77606,18,653,0),(77607,19,653,0),(77608,20,653,0),(77609,21,653,0),(77610,22,653,0),(77611,23,653,0),(77612,24,653,0),(77613,25,653,0),(77614,26,653,0),(77615,27,653,0),(77616,28,653,0),(77617,29,653,0),(77618,30,653,0),(77619,31,653,0),(77620,32,653,0),(77621,33,653,0),(77622,34,653,0),(77623,35,653,0),(77624,36,653,0),(77625,37,653,0),(77626,38,653,0),(77627,39,653,0),(77628,40,653,0),(77629,41,653,0),(77630,42,653,0),(77631,43,653,0),(77632,44,653,0),(77633,45,653,0),(77634,46,653,0),(77635,47,653,0),(77636,48,653,0),(77637,49,653,0),(77638,50,653,0),(77639,51,653,0),(77640,52,653,0),(77641,53,653,0),(77642,54,653,0),(77643,55,653,0),(77644,56,653,0),(77645,57,653,0),(77646,58,653,0),(77647,59,653,0),(77648,60,653,0),(77649,61,653,0),(77650,62,653,0),(77651,63,653,0),(77652,64,653,0),(77653,65,653,0),(77654,66,653,0),(77655,67,653,0),(77656,68,653,0),(77657,69,653,0),(77658,70,653,0),(77659,71,653,0),(77660,72,653,0),(77661,73,653,0),(77662,74,653,0),(77663,75,653,0.0519421443744362),(77664,76,653,0),(77665,77,653,0),(77666,78,653,0),(77667,79,653,0),(77668,80,653,0),(77669,81,653,0),(77670,82,653,0),(77671,83,653,0),(77672,84,653,0),(77673,85,653,0),(77674,86,653,0),(77675,87,653,0),(77676,88,653,0),(77677,89,653,0),(77678,90,653,0),(77679,91,653,0),(77680,92,653,0),(77681,93,653,0),(77682,94,653,0),(77683,95,653,0),(77684,96,653,0),(77685,97,653,0),(77686,98,653,0),(77687,99,653,0),(77688,100,653,0),(77689,101,653,0),(77690,102,653,0),(77691,103,653,0),(77692,104,653,0),(77693,105,653,0),(77694,106,653,0),(77695,107,653,0),(77696,108,653,0),(77697,109,653,0),(77698,110,653,0),(77699,111,653,0),(77700,112,653,0),(77701,113,653,0),(77702,114,653,0),(77703,115,653,0),(77704,116,653,0),(77705,117,653,0),(77706,118,653,0),(77707,119,653,0),(77708,1,654,0),(77709,2,654,0),(77710,3,654,0),(77711,4,654,0),(77712,5,654,0),(77713,6,654,0),(77714,7,654,0),(77715,8,654,0),(77716,9,654,0),(77717,10,654,0),(77718,11,654,0),(77719,12,654,0),(77720,13,654,0),(77721,14,654,0),(77722,15,654,0),(77723,16,654,0),(77724,17,654,0),(77725,18,654,0),(77726,19,654,0),(77727,20,654,0),(77728,21,654,0),(77729,22,654,0),(77730,23,654,0),(77731,24,654,0),(77732,25,654,0),(77733,26,654,0),(77734,27,654,0),(77735,28,654,0),(77736,29,654,0),(77737,30,654,0),(77738,31,654,0),(77739,32,654,0),(77740,33,654,0),(77741,34,654,0),(77742,35,654,0),(77743,36,654,0),(77744,37,654,0),(77745,38,654,0),(77746,39,654,0),(77747,40,654,0),(77748,41,654,0),(77749,42,654,0),(77750,43,654,0),(77751,44,654,0),(77752,45,654,0),(77753,46,654,0),(77754,47,654,0),(77755,48,654,0),(77756,49,654,0),(77757,50,654,0),(77758,51,654,0),(77759,52,654,0),(77760,53,654,0),(77761,54,654,0),(77762,55,654,0),(77763,56,654,0),(77764,57,654,0),(77765,58,654,0),(77766,59,654,0),(77767,60,654,0),(77768,61,654,0),(77769,62,654,0),(77770,63,654,0),(77771,64,654,0),(77772,65,654,0),(77773,66,654,0),(77774,67,654,0),(77775,68,654,0),(77776,69,654,0),(77777,70,654,0),(77778,71,654,0),(77779,72,654,0),(77780,73,654,0),(77781,74,654,0),(77782,75,654,0.448057855625564),(77783,76,654,0),(77784,77,654,0),(77785,78,654,0),(77786,79,654,0),(77787,80,654,0),(77788,81,654,0),(77789,82,654,0),(77790,83,654,0),(77791,84,654,0),(77792,85,654,0),(77793,86,654,0),(77794,87,654,0),(77795,88,654,0),(77796,89,654,0),(77797,90,654,0),(77798,91,654,0),(77799,92,654,0),(77800,93,654,0),(77801,94,654,0),(77802,95,654,0),(77803,96,654,0),(77804,97,654,0),(77805,98,654,0),(77806,99,654,0),(77807,100,654,0),(77808,101,654,0),(77809,102,654,0),(77810,103,654,0),(77811,104,654,0),(77812,105,654,0),(77813,106,654,0),(77814,107,654,0),(77815,108,654,0),(77816,109,654,0),(77817,110,654,0),(77818,111,654,0),(77819,112,654,0),(77820,113,654,0),(77821,114,654,0),(77822,115,654,0),(77823,116,654,0),(77824,117,654,0),(77825,118,654,0),(77826,119,654,0),(77827,1,655,0),(77828,2,655,0),(77829,3,655,0),(77830,4,655,0),(77831,5,655,0),(77832,6,655,0),(77833,7,655,0),(77834,8,655,0),(77835,9,655,0),(77836,10,655,0),(77837,11,655,0),(77838,12,655,0),(77839,13,655,0),(77840,14,655,0),(77841,15,655,0),(77842,16,655,0),(77843,17,655,0),(77844,18,655,0),(77845,19,655,0),(77846,20,655,0),(77847,21,655,0),(77848,22,655,0),(77849,23,655,0),(77850,24,655,0),(77851,25,655,0),(77852,26,655,0),(77853,27,655,0),(77854,28,655,0),(77855,29,655,0),(77856,30,655,0),(77857,31,655,0),(77858,32,655,0),(77859,33,655,0),(77860,34,655,0),(77861,35,655,0),(77862,36,655,0),(77863,37,655,0),(77864,38,655,0),(77865,39,655,0),(77866,40,655,0),(77867,41,655,0),(77868,42,655,0),(77869,43,655,0),(77870,44,655,0),(77871,45,655,0),(77872,46,655,0),(77873,47,655,0),(77874,48,655,0),(77875,49,655,0),(77876,50,655,0),(77877,51,655,0),(77878,52,655,0),(77879,53,655,0),(77880,54,655,0),(77881,55,655,0),(77882,56,655,0),(77883,57,655,0),(77884,58,655,0),(77885,59,655,0),(77886,60,655,0),(77887,61,655,0),(77888,62,655,0),(77889,63,655,0),(77890,64,655,0),(77891,65,655,0),(77892,66,655,0),(77893,67,655,0),(77894,68,655,0),(77895,69,655,0),(77896,70,655,0),(77897,71,655,0),(77898,72,655,0),(77899,73,655,0),(77900,74,655,0),(77901,75,655,0.178143456986442),(77902,76,655,0),(77903,77,655,0),(77904,78,655,0),(77905,79,655,0),(77906,80,655,0),(77907,81,655,0),(77908,82,655,0),(77909,83,655,0),(77910,84,655,0),(77911,85,655,0),(77912,86,655,0),(77913,87,655,0),(77914,88,655,0),(77915,89,655,0),(77916,90,655,0),(77917,91,655,0),(77918,92,655,0),(77919,93,655,0),(77920,94,655,0),(77921,95,655,0),(77922,96,655,0),(77923,97,655,0),(77924,98,655,0),(77925,99,655,0),(77926,100,655,0),(77927,101,655,0),(77928,102,655,0),(77929,103,655,0),(77930,104,655,0),(77931,105,655,0),(77932,106,655,0),(77933,107,655,0),(77934,108,655,0),(77935,109,655,0),(77936,110,655,0),(77937,111,655,0),(77938,112,655,0),(77939,113,655,0),(77940,114,655,0),(77941,115,655,0),(77942,116,655,0),(77943,117,655,0),(77944,118,655,0),(77945,119,655,0),(77946,1,656,0),(77947,2,656,0),(77948,3,656,0),(77949,4,656,0),(77950,5,656,0),(77951,6,656,0),(77952,7,656,0),(77953,8,656,0),(77954,9,656,0),(77955,10,656,0),(77956,11,656,0),(77957,12,656,0),(77958,13,656,0),(77959,14,656,0),(77960,15,656,0),(77961,16,656,0),(77962,17,656,0),(77963,18,656,0),(77964,19,656,0),(77965,20,656,0),(77966,21,656,0),(77967,22,656,0),(77968,23,656,0),(77969,24,656,0),(77970,25,656,0),(77971,26,656,0),(77972,27,656,0),(77973,28,656,0),(77974,29,656,0),(77975,30,656,0),(77976,31,656,0),(77977,32,656,0),(77978,33,656,0),(77979,34,656,0),(77980,35,656,0),(77981,36,656,0),(77982,37,656,0),(77983,38,656,0),(77984,39,656,0),(77985,40,656,0),(77986,41,656,0),(77987,42,656,0),(77988,43,656,0),(77989,44,656,0),(77990,45,656,0),(77991,46,656,0),(77992,47,656,0),(77993,48,656,0),(77994,49,656,0),(77995,50,656,0),(77996,51,656,0),(77997,52,656,0),(77998,53,656,0),(77999,54,656,0),(78000,55,656,0),(78001,56,656,0),(78002,57,656,0),(78003,58,656,0),(78004,59,656,0),(78005,60,656,0),(78006,61,656,0),(78007,62,656,0),(78008,63,656,0),(78009,64,656,0),(78010,65,656,0),(78011,66,656,0),(78012,67,656,0),(78013,68,656,0),(78014,69,656,0),(78015,70,656,0),(78016,71,656,0),(78017,72,656,0),(78018,73,656,0),(78019,74,656,0),(78020,75,656,0.28412802783716),(78021,76,656,0),(78022,77,656,0),(78023,78,656,0),(78024,79,656,0),(78025,80,656,0),(78026,81,656,0),(78027,82,656,0),(78028,83,656,0),(78029,84,656,0),(78030,85,656,0),(78031,86,656,0),(78032,87,656,0),(78033,88,656,0),(78034,89,656,0),(78035,90,656,0),(78036,91,656,0),(78037,92,656,0),(78038,93,656,0),(78039,94,656,0),(78040,95,656,0),(78041,96,656,0),(78042,97,656,0),(78043,98,656,0),(78044,99,656,0),(78045,100,656,0),(78046,101,656,0),(78047,102,656,0),(78048,103,656,0),(78049,104,656,0),(78050,105,656,0),(78051,106,656,0),(78052,107,656,0),(78053,108,656,0),(78054,109,656,0),(78055,110,656,0),(78056,111,656,0),(78057,112,656,0),(78058,113,656,0),(78059,114,656,0),(78060,115,656,0),(78061,116,656,0),(78062,117,656,0),(78063,118,656,0),(78064,119,656,0),(78065,1,657,0),(78066,2,657,0),(78067,3,657,0),(78068,4,657,0),(78069,5,657,0),(78070,6,657,0),(78071,7,657,0),(78072,8,657,0),(78073,9,657,0),(78074,10,657,0),(78075,11,657,0),(78076,12,657,0),(78077,13,657,0),(78078,14,657,0),(78079,15,657,0),(78080,16,657,0),(78081,17,657,0),(78082,18,657,0),(78083,19,657,0),(78084,20,657,0),(78085,21,657,0),(78086,22,657,0),(78087,23,657,0),(78088,24,657,0),(78089,25,657,0),(78090,26,657,0),(78091,27,657,0),(78092,28,657,0),(78093,29,657,0),(78094,30,657,0),(78095,31,657,0),(78096,32,657,0),(78097,33,657,0),(78098,34,657,0),(78099,35,657,0),(78100,36,657,0),(78101,37,657,0),(78102,38,657,0),(78103,39,657,0),(78104,40,657,0),(78105,41,657,0),(78106,42,657,0),(78107,43,657,0),(78108,44,657,0),(78109,45,657,0),(78110,46,657,0),(78111,47,657,0),(78112,48,657,0),(78113,49,657,0),(78114,50,657,0),(78115,51,657,0),(78116,52,657,0),(78117,53,657,0),(78118,54,657,0),(78119,55,657,0),(78120,56,657,0),(78121,57,657,0),(78122,58,657,0),(78123,59,657,0),(78124,60,657,0),(78125,61,657,0),(78126,62,657,0),(78127,63,657,0),(78128,64,657,0),(78129,65,657,0),(78130,66,657,0),(78131,67,657,0),(78132,68,657,0),(78133,69,657,0),(78134,70,657,0),(78135,71,657,0),(78136,72,657,0),(78137,73,657,0),(78138,74,657,0),(78139,75,657,0.0997460153346796),(78140,76,657,0),(78141,77,657,0),(78142,78,657,0),(78143,79,657,0),(78144,80,657,0),(78145,81,657,0),(78146,82,657,0),(78147,83,657,0),(78148,84,657,0),(78149,85,657,0),(78150,86,657,0),(78151,87,657,0),(78152,88,657,0),(78153,89,657,0),(78154,90,657,0),(78155,91,657,0),(78156,92,657,0),(78157,93,657,0),(78158,94,657,0),(78159,95,657,0),(78160,96,657,0),(78161,97,657,0),(78162,98,657,0),(78163,99,657,0),(78164,100,657,0),(78165,101,657,0),(78166,102,657,0),(78167,103,657,0),(78168,104,657,0),(78169,105,657,0),(78170,106,657,0),(78171,107,657,0),(78172,108,657,0),(78173,109,657,0),(78174,110,657,0),(78175,111,657,0),(78176,112,657,0),(78177,113,657,0),(78178,114,657,0),(78179,115,657,0),(78180,116,657,0),(78181,117,657,0),(78182,118,657,0),(78183,119,657,0),(78184,1,658,0),(78185,2,658,0),(78186,3,658,0),(78187,4,658,0),(78188,5,658,0),(78189,6,658,0),(78190,7,658,0),(78191,8,658,0),(78192,9,658,0),(78193,10,658,0),(78194,11,658,0),(78195,12,658,0),(78196,13,658,0),(78197,14,658,0),(78198,15,658,0),(78199,16,658,0),(78200,17,658,0),(78201,18,658,0),(78202,19,658,0),(78203,20,658,0),(78204,21,658,0),(78205,22,658,0),(78206,23,658,0),(78207,24,658,0),(78208,25,658,0),(78209,26,658,0),(78210,27,658,0),(78211,28,658,0),(78212,29,658,0),(78213,30,658,0),(78214,31,658,0),(78215,32,658,0),(78216,33,658,0),(78217,34,658,0),(78218,35,658,0),(78219,36,658,0),(78220,37,658,0),(78221,38,658,0),(78222,39,658,0),(78223,40,658,0),(78224,41,658,0),(78225,42,658,0),(78226,43,658,0),(78227,44,658,0),(78228,45,658,0),(78229,46,658,0),(78230,47,658,0),(78231,48,658,0),(78232,49,658,0),(78233,50,658,0),(78234,51,658,0),(78235,52,658,0),(78236,53,658,0),(78237,54,658,0),(78238,55,658,0),(78239,56,658,0),(78240,57,658,0),(78241,58,658,0),(78242,59,658,0),(78243,60,658,0),(78244,61,658,0),(78245,62,658,0),(78246,63,658,0),(78247,64,658,0),(78248,65,658,0),(78249,66,658,0),(78250,67,658,0),(78251,68,658,0),(78252,69,658,0),(78253,70,658,0),(78254,71,658,0),(78255,72,658,0),(78256,73,658,0),(78257,74,658,0),(78258,75,658,0.237982499841719),(78259,76,658,0),(78260,77,658,0),(78261,78,658,0),(78262,79,658,0),(78263,80,658,0),(78264,81,658,0),(78265,82,658,0),(78266,83,658,0),(78267,84,658,0),(78268,85,658,0),(78269,86,658,0),(78270,87,658,0),(78271,88,658,0),(78272,89,658,0),(78273,90,658,0),(78274,91,658,0),(78275,92,658,0),(78276,93,658,0),(78277,94,658,0),(78278,95,658,0),(78279,96,658,0),(78280,97,658,0),(78281,98,658,0),(78282,99,658,0),(78283,100,658,0),(78284,101,658,0),(78285,102,658,0),(78286,103,658,0),(78287,104,658,0),(78288,105,658,0),(78289,106,658,0),(78290,107,658,0),(78291,108,658,0),(78292,109,658,0),(78293,110,658,0),(78294,111,658,0),(78295,112,658,0),(78296,113,658,0),(78297,114,658,0),(78298,115,658,0),(78299,116,658,0),(78300,117,658,0),(78301,118,658,0),(78302,119,658,0),(78303,1,659,0),(78304,2,659,0),(78305,3,659,0),(78306,4,659,0),(78307,5,659,0),(78308,6,659,0),(78309,7,659,0),(78310,8,659,0),(78311,9,659,0),(78312,10,659,0),(78313,11,659,0),(78314,12,659,0),(78315,13,659,0),(78316,14,659,0),(78317,15,659,0),(78318,16,659,0),(78319,17,659,0),(78320,18,659,0),(78321,19,659,0),(78322,20,659,0),(78323,21,659,0),(78324,22,659,0),(78325,23,659,0),(78326,24,659,0),(78327,25,659,0),(78328,26,659,0),(78329,27,659,0),(78330,28,659,0),(78331,29,659,0),(78332,30,659,0),(78333,31,659,0),(78334,32,659,0),(78335,33,659,0),(78336,34,659,0),(78337,35,659,0),(78338,36,659,0),(78339,37,659,0),(78340,38,659,0),(78341,39,659,0),(78342,40,659,0),(78343,41,659,0),(78344,42,659,0),(78345,43,659,0),(78346,44,659,0),(78347,45,659,0),(78348,46,659,0),(78349,47,659,0),(78350,48,659,0),(78351,49,659,0),(78352,50,659,0),(78353,51,659,0),(78354,52,659,0),(78355,53,659,0),(78356,54,659,0),(78357,55,659,0),(78358,56,659,0),(78359,57,659,0),(78360,58,659,0),(78361,59,659,0),(78362,60,659,0),(78363,61,659,0),(78364,62,659,0),(78365,63,659,0),(78366,64,659,0),(78367,65,659,0),(78368,66,659,0),(78369,67,659,0),(78370,68,659,0),(78371,69,659,0),(78372,70,659,0),(78373,71,659,0),(78374,72,659,0),(78375,73,659,0),(78376,74,659,0),(78377,75,659,0.207503312614735),(78378,76,659,0),(78379,77,659,0),(78380,78,659,0),(78381,79,659,0),(78382,80,659,0),(78383,81,659,0),(78384,82,659,0),(78385,83,659,0),(78386,84,659,0),(78387,85,659,0),(78388,86,659,0),(78389,87,659,0),(78390,88,659,0),(78391,89,659,0),(78392,90,659,0),(78393,91,659,0),(78394,92,659,0),(78395,93,659,0),(78396,94,659,0),(78397,95,659,0),(78398,96,659,0),(78399,97,659,0),(78400,98,659,0),(78401,99,659,0),(78402,100,659,0),(78403,101,659,0),(78404,102,659,0),(78405,103,659,0),(78406,104,659,0),(78407,105,659,0),(78408,106,659,0),(78409,107,659,0),(78410,108,659,0),(78411,109,659,0),(78412,110,659,0),(78413,111,659,0),(78414,112,659,0),(78415,113,659,0),(78416,114,659,0),(78417,115,659,0),(78418,116,659,0),(78419,117,659,0),(78420,118,659,0),(78421,119,659,0),(78422,1,660,0),(78423,2,660,0),(78424,3,660,0),(78425,4,660,0),(78426,5,660,0),(78427,6,660,0),(78428,7,660,0),(78429,8,660,0),(78430,9,660,0),(78431,10,660,0),(78432,11,660,0),(78433,12,660,0),(78434,13,660,0),(78435,14,660,0),(78436,15,660,0),(78437,16,660,0),(78438,17,660,0),(78439,18,660,0),(78440,19,660,0),(78441,20,660,0),(78442,21,660,0),(78443,22,660,0),(78444,23,660,0),(78445,24,660,0),(78446,25,660,0),(78447,26,660,0),(78448,27,660,0),(78449,28,660,0),(78450,29,660,0),(78451,30,660,0),(78452,31,660,0),(78453,32,660,0),(78454,33,660,0),(78455,34,660,0),(78456,35,660,0),(78457,36,660,0),(78458,37,660,0),(78459,38,660,0),(78460,39,660,0),(78461,40,660,0),(78462,41,660,0),(78463,42,660,0),(78464,43,660,0),(78465,44,660,0),(78466,45,660,0),(78467,46,660,0),(78468,47,660,0),(78469,48,660,0),(78470,49,660,0),(78471,50,660,0),(78472,51,660,0),(78473,52,660,0),(78474,53,660,0),(78475,54,660,0),(78476,55,660,0),(78477,56,660,0),(78478,57,660,0),(78479,58,660,0),(78480,59,660,0),(78481,60,660,0),(78482,61,660,0),(78483,62,660,0),(78484,63,660,0),(78485,64,660,0),(78486,65,660,0),(78487,66,660,0),(78488,67,660,0),(78489,68,660,0),(78490,69,660,0),(78491,70,660,0),(78492,71,660,0),(78493,72,660,0),(78494,73,660,0),(78495,74,660,0),(78496,75,660,0.206840088331351),(78497,76,660,0),(78498,77,660,0),(78499,78,660,0),(78500,79,660,0),(78501,80,660,0),(78502,81,660,0),(78503,82,660,0),(78504,83,660,0),(78505,84,660,0),(78506,85,660,0),(78507,86,660,0),(78508,87,660,0),(78509,88,660,0),(78510,89,660,0),(78511,90,660,0),(78512,91,660,0),(78513,92,660,0),(78514,93,660,0),(78515,94,660,0),(78516,95,660,0),(78517,96,660,0),(78518,97,660,0),(78519,98,660,0),(78520,99,660,0),(78521,100,660,0),(78522,101,660,0),(78523,102,660,0),(78524,103,660,0),(78525,104,660,0),(78526,105,660,0),(78527,106,660,0),(78528,107,660,0),(78529,108,660,0),(78530,109,660,0),(78531,110,660,0),(78532,111,660,0),(78533,112,660,0),(78534,113,660,0),(78535,114,660,0),(78536,115,660,0),(78537,116,660,0),(78538,117,660,0),(78539,118,660,0),(78540,119,660,0),(78541,1,661,0),(78542,2,661,0),(78543,3,661,0),(78544,4,661,0),(78545,5,661,0),(78546,6,661,0),(78547,7,661,0),(78548,8,661,0),(78549,9,661,0),(78550,10,661,0),(78551,11,661,0),(78552,12,661,0),(78553,13,661,0),(78554,14,661,0),(78555,15,661,0),(78556,16,661,0),(78557,17,661,0),(78558,18,661,0),(78559,19,661,0),(78560,20,661,0),(78561,21,661,0),(78562,22,661,0),(78563,23,661,0),(78564,24,661,0),(78565,25,661,0),(78566,26,661,0),(78567,27,661,0),(78568,28,661,0),(78569,29,661,0),(78570,30,661,0),(78571,31,661,0),(78572,32,661,0),(78573,33,661,0),(78574,34,661,0),(78575,35,661,0),(78576,36,661,0),(78577,37,661,0),(78578,38,661,0),(78579,39,661,0),(78580,40,661,0),(78581,41,661,0),(78582,42,661,0),(78583,43,661,0),(78584,44,661,0),(78585,45,661,0),(78586,46,661,0),(78587,47,661,0),(78588,48,661,0),(78589,49,661,0),(78590,50,661,0),(78591,51,661,0),(78592,52,661,0),(78593,53,661,0),(78594,54,661,0),(78595,55,661,0),(78596,56,661,0),(78597,57,661,0),(78598,58,661,0),(78599,59,661,0),(78600,60,661,0),(78601,61,661,0),(78602,62,661,0),(78603,63,661,0),(78604,64,661,0),(78605,65,661,0),(78606,66,661,0),(78607,67,661,0),(78608,68,661,0),(78609,69,661,0),(78610,70,661,0),(78611,71,661,0),(78612,72,661,0),(78613,73,661,0),(78614,74,661,0),(78615,75,661,0.0655095053070303),(78616,76,661,0),(78617,77,661,0),(78618,78,661,0),(78619,79,661,0),(78620,80,661,0),(78621,81,661,0),(78622,82,661,0),(78623,83,661,0),(78624,84,661,0),(78625,85,661,0),(78626,86,661,0),(78627,87,661,0),(78628,88,661,0),(78629,89,661,0),(78630,90,661,0),(78631,91,661,0),(78632,92,661,0),(78633,93,661,0),(78634,94,661,0),(78635,95,661,0),(78636,96,661,0),(78637,97,661,0),(78638,98,661,0),(78639,99,661,0),(78640,100,661,0),(78641,101,661,0),(78642,102,661,0),(78643,103,661,0),(78644,104,661,0),(78645,105,661,0),(78646,106,661,0),(78647,107,661,0),(78648,108,661,0),(78649,109,661,0),(78650,110,661,0),(78651,111,661,0),(78652,112,661,0),(78653,113,661,0),(78654,114,661,0),(78655,115,661,0),(78656,116,661,0),(78657,117,661,0),(78658,118,661,0),(78659,119,661,0),(78660,1,662,0),(78661,2,662,0),(78662,3,662,0),(78663,4,662,0),(78664,5,662,0),(78665,6,662,0),(78666,7,662,0),(78667,8,662,0),(78668,9,662,0),(78669,10,662,0),(78670,11,662,0),(78671,12,662,0),(78672,13,662,0),(78673,14,662,0),(78674,15,662,0),(78675,16,662,0),(78676,17,662,0),(78677,18,662,0),(78678,19,662,0),(78679,20,662,0),(78680,21,662,0),(78681,22,662,0),(78682,23,662,0),(78683,24,662,0),(78684,25,662,0),(78685,26,662,0),(78686,27,662,0),(78687,28,662,0),(78688,29,662,0),(78689,30,662,0),(78690,31,662,0),(78691,32,662,0),(78692,33,662,0),(78693,34,662,0),(78694,35,662,0),(78695,36,662,0),(78696,37,662,0),(78697,38,662,0),(78698,39,662,0),(78699,40,662,0),(78700,41,662,0),(78701,42,662,0),(78702,43,662,0),(78703,44,662,0),(78704,45,662,0),(78705,46,662,0),(78706,47,662,0),(78707,48,662,0),(78708,49,662,0),(78709,50,662,0),(78710,51,662,0),(78711,52,662,0),(78712,53,662,0),(78713,54,662,0),(78714,55,662,0),(78715,56,662,0),(78716,57,662,0),(78717,58,662,0),(78718,59,662,0),(78719,60,662,0),(78720,61,662,0),(78721,62,662,0),(78722,63,662,0),(78723,64,662,0),(78724,65,662,0),(78725,66,662,0),(78726,67,662,0),(78727,68,662,0),(78728,69,662,0),(78729,70,662,0),(78730,71,662,0),(78731,72,662,0),(78732,73,662,0),(78733,74,662,0),(78734,75,662,0.172916179646705),(78735,76,662,0),(78736,77,662,0),(78737,78,662,0),(78738,79,662,0),(78739,80,662,0),(78740,81,662,0),(78741,82,662,0),(78742,83,662,0),(78743,84,662,0),(78744,85,662,0),(78745,86,662,0),(78746,87,662,0),(78747,88,662,0),(78748,89,662,0),(78749,90,662,0),(78750,91,662,0),(78751,92,662,0),(78752,93,662,0),(78753,94,662,0),(78754,95,662,0),(78755,96,662,0),(78756,97,662,0),(78757,98,662,0),(78758,99,662,0),(78759,100,662,0),(78760,101,662,0),(78761,102,662,0),(78762,103,662,0),(78763,104,662,0),(78764,105,662,0),(78765,106,662,0),(78766,107,662,0),(78767,108,662,0),(78768,109,662,0),(78769,110,662,0),(78770,111,662,0),(78771,112,662,0),(78772,113,662,0),(78773,114,662,0),(78774,115,662,0),(78775,116,662,0),(78776,117,662,0),(78777,118,662,0),(78778,119,662,0),(78779,1,663,0),(78780,2,663,0),(78781,3,663,0),(78782,4,663,0),(78783,5,663,0),(78784,6,663,0),(78785,7,663,0),(78786,8,663,0),(78787,9,663,0),(78788,10,663,0),(78789,11,663,0),(78790,12,663,0),(78791,13,663,0),(78792,14,663,0),(78793,15,663,0),(78794,16,663,0),(78795,17,663,0),(78796,18,663,0),(78797,19,663,0),(78798,20,663,0),(78799,21,663,0),(78800,22,663,0),(78801,23,663,0),(78802,24,663,0),(78803,25,663,0),(78804,26,663,0),(78805,27,663,0),(78806,28,663,0),(78807,29,663,0),(78808,30,663,0),(78809,31,663,0),(78810,32,663,0),(78811,33,663,0),(78812,34,663,0),(78813,35,663,0),(78814,36,663,0),(78815,37,663,0),(78816,38,663,0),(78817,39,663,0),(78818,40,663,0),(78819,41,663,0),(78820,42,663,0),(78821,43,663,0),(78822,44,663,0),(78823,45,663,0),(78824,46,663,0),(78825,47,663,0),(78826,48,663,0),(78827,49,663,0),(78828,50,663,0),(78829,51,663,0),(78830,52,663,0),(78831,53,663,0),(78832,54,663,0),(78833,55,663,0),(78834,56,663,0),(78835,57,663,0),(78836,58,663,0),(78837,59,663,0),(78838,60,663,0),(78839,61,663,0),(78840,62,663,0),(78841,63,663,0),(78842,64,663,0),(78843,65,663,0),(78844,66,663,0),(78845,67,663,0),(78846,68,663,0),(78847,69,663,0),(78848,70,663,0),(78849,71,663,0),(78850,72,663,0),(78851,73,663,0),(78852,74,663,0),(78853,75,663,0.00387787369177689),(78854,76,663,0),(78855,77,663,0),(78856,78,663,0),(78857,79,663,0),(78858,80,663,0),(78859,81,663,0),(78860,82,663,0),(78861,83,663,0),(78862,84,663,0),(78863,85,663,0),(78864,86,663,0),(78865,87,663,0),(78866,88,663,0),(78867,89,663,0),(78868,90,663,0),(78869,91,663,0),(78870,92,663,0),(78871,93,663,0),(78872,94,663,0),(78873,95,663,0),(78874,96,663,0),(78875,97,663,0),(78876,98,663,0),(78877,99,663,0),(78878,100,663,0),(78879,101,663,0),(78880,102,663,0),(78881,103,663,0),(78882,104,663,0),(78883,105,663,0),(78884,106,663,0),(78885,107,663,0),(78886,108,663,0),(78887,109,663,0),(78888,110,663,0),(78889,111,663,0),(78890,112,663,0),(78891,113,663,0),(78892,114,663,0),(78893,115,663,0),(78894,116,663,0),(78895,117,663,0),(78896,118,663,0),(78897,119,663,0),(78898,1,664,0),(78899,2,664,0),(78900,3,664,0),(78901,4,664,0),(78902,5,664,0),(78903,6,664,0),(78904,7,664,0),(78905,8,664,0),(78906,9,664,0),(78907,10,664,0),(78908,11,664,0),(78909,12,664,0),(78910,13,664,0),(78911,14,664,0),(78912,15,664,0),(78913,16,664,0),(78914,17,664,0),(78915,18,664,0),(78916,19,664,0),(78917,20,664,0),(78918,21,664,0),(78919,22,664,0),(78920,23,664,0),(78921,24,664,0),(78922,25,664,0),(78923,26,664,0),(78924,27,664,0),(78925,28,664,0),(78926,29,664,0),(78927,30,664,0),(78928,31,664,0),(78929,32,664,0),(78930,33,664,0),(78931,34,664,0),(78932,35,664,0),(78933,36,664,0),(78934,37,664,0),(78935,38,664,0),(78936,39,664,0),(78937,40,664,0),(78938,41,664,0),(78939,42,664,0),(78940,43,664,0),(78941,44,664,0),(78942,45,664,0),(78943,46,664,0),(78944,47,664,0),(78945,48,664,0),(78946,49,664,0),(78947,50,664,0),(78948,51,664,0),(78949,52,664,0),(78950,53,664,0),(78951,54,664,0),(78952,55,664,0),(78953,56,664,0),(78954,57,664,0),(78955,58,664,0),(78956,59,664,0),(78957,60,664,0),(78958,61,664,0),(78959,62,664,0),(78960,63,664,0),(78961,64,664,0),(78962,65,664,0),(78963,66,664,0),(78964,67,664,0),(78965,68,664,0),(78966,69,664,0),(78967,70,664,0),(78968,71,664,0),(78969,72,664,0),(78970,73,664,0),(78971,74,664,0),(78972,75,664,0.165857950525716),(78973,76,664,0),(78974,77,664,0),(78975,78,664,0),(78976,79,664,0),(78977,80,664,0),(78978,81,664,0),(78979,82,664,0),(78980,83,664,0),(78981,84,664,0),(78982,85,664,0),(78983,86,664,0),(78984,87,664,0),(78985,88,664,0),(78986,89,664,0),(78987,90,664,0),(78988,91,664,0),(78989,92,664,0),(78990,93,664,0),(78991,94,664,0),(78992,95,664,0),(78993,96,664,0),(78994,97,664,0),(78995,98,664,0),(78996,99,664,0),(78997,100,664,0),(78998,101,664,0),(78999,102,664,0),(79000,103,664,0),(79001,104,664,0),(79002,105,664,0),(79003,106,664,0),(79004,107,664,0),(79005,108,664,0),(79006,109,664,0),(79007,110,664,0),(79008,111,664,0),(79009,112,664,0),(79010,113,664,0),(79011,114,664,0),(79012,115,664,0),(79013,116,664,0),(79014,117,664,0),(79015,118,664,0),(79016,119,664,0),(79017,1,665,0),(79018,2,665,0),(79019,3,665,0),(79020,4,665,0),(79021,5,665,0),(79022,6,665,0),(79023,7,665,0),(79024,8,665,0),(79025,9,665,0),(79026,10,665,0),(79027,11,665,0),(79028,12,665,0),(79029,13,665,0),(79030,14,665,0),(79031,15,665,0),(79032,16,665,0),(79033,17,665,0),(79034,18,665,0),(79035,19,665,0),(79036,20,665,0),(79037,21,665,0),(79038,22,665,0),(79039,23,665,0),(79040,24,665,0),(79041,25,665,0),(79042,26,665,0),(79043,27,665,0),(79044,28,665,0),(79045,29,665,0),(79046,30,665,0),(79047,31,665,0),(79048,32,665,0),(79049,33,665,0),(79050,34,665,0),(79051,35,665,0),(79052,36,665,0),(79053,37,665,0),(79054,38,665,0),(79055,39,665,0),(79056,40,665,0),(79057,41,665,0),(79058,42,665,0),(79059,43,665,0),(79060,44,665,0),(79061,45,665,0),(79062,46,665,0),(79063,47,665,0),(79064,48,665,0),(79065,49,665,0),(79066,50,665,0),(79067,51,665,0),(79068,52,665,0),(79069,53,665,0),(79070,54,665,0),(79071,55,665,0),(79072,56,665,0),(79073,57,665,0),(79074,58,665,0),(79075,59,665,0),(79076,60,665,0),(79077,61,665,0),(79078,62,665,0),(79079,63,665,0),(79080,64,665,0),(79081,65,665,0),(79082,66,665,0),(79083,67,665,0),(79084,68,665,0),(79085,69,665,0),(79086,70,665,0),(79087,71,665,0),(79088,72,665,0),(79089,73,665,0),(79090,74,665,0),(79091,75,665,0.177495089882686),(79092,76,665,0),(79093,77,665,0),(79094,78,665,0),(79095,79,665,0),(79096,80,665,0),(79097,81,665,0),(79098,82,665,0),(79099,83,665,0),(79100,84,665,0),(79101,85,665,0),(79102,86,665,0),(79103,87,665,0),(79104,88,665,0),(79105,89,665,0),(79106,90,665,0),(79107,91,665,0),(79108,92,665,0),(79109,93,665,0),(79110,94,665,0),(79111,95,665,0),(79112,96,665,0),(79113,97,665,0),(79114,98,665,0),(79115,99,665,0),(79116,100,665,0),(79117,101,665,0),(79118,102,665,0),(79119,103,665,0),(79120,104,665,0),(79121,105,665,0),(79122,106,665,0),(79123,107,665,0),(79124,108,665,0),(79125,109,665,0),(79126,110,665,0),(79127,111,665,0),(79128,112,665,0),(79129,113,665,0),(79130,114,665,0),(79131,115,665,0),(79132,116,665,0),(79133,117,665,0),(79134,118,665,0),(79135,119,665,0),(79136,1,666,0),(79137,2,666,0),(79138,3,666,0),(79139,4,666,0),(79140,5,666,0),(79141,6,666,0),(79142,7,666,0),(79143,8,666,0),(79144,9,666,0),(79145,10,666,0),(79146,11,666,0),(79147,12,666,0),(79148,13,666,0),(79149,14,666,0),(79150,15,666,0),(79151,16,666,0),(79152,17,666,0),(79153,18,666,0),(79154,19,666,0),(79155,20,666,0),(79156,21,666,0),(79157,22,666,0),(79158,23,666,0),(79159,24,666,0),(79160,25,666,0),(79161,26,666,0),(79162,27,666,0),(79163,28,666,0),(79164,29,666,0),(79165,30,666,0),(79166,31,666,0),(79167,32,666,0),(79168,33,666,0),(79169,34,666,0),(79170,35,666,0),(79171,36,666,0),(79172,37,666,0),(79173,38,666,0),(79174,39,666,0),(79175,40,666,0),(79176,41,666,0),(79177,42,666,0),(79178,43,666,0),(79179,44,666,0),(79180,45,666,0),(79181,46,666,0),(79182,47,666,0),(79183,48,666,0),(79184,49,666,0),(79185,50,666,0),(79186,51,666,0),(79187,52,666,0),(79188,53,666,0),(79189,54,666,0),(79190,55,666,0),(79191,56,666,0),(79192,57,666,0),(79193,58,666,0),(79194,59,666,0),(79195,60,666,0),(79196,61,666,0),(79197,62,666,0),(79198,63,666,0),(79199,64,666,0),(79200,65,666,0),(79201,66,666,0),(79202,67,666,0),(79203,68,666,0),(79204,69,666,0),(79205,70,666,0),(79206,71,666,0),(79207,72,666,0),(79208,73,666,0),(79209,74,666,0),(79210,75,666,0),(79211,76,666,0.5),(79212,77,666,0),(79213,78,666,0),(79214,79,666,0),(79215,80,666,0),(79216,81,666,0),(79217,82,666,0),(79218,83,666,0),(79219,84,666,0),(79220,85,666,0),(79221,86,666,0),(79222,87,666,0),(79223,88,666,0),(79224,89,666,0),(79225,90,666,0),(79226,91,666,0),(79227,92,666,0),(79228,93,666,0),(79229,94,666,0),(79230,95,666,0),(79231,96,666,0),(79232,97,666,0),(79233,98,666,0),(79234,99,666,0),(79235,100,666,0),(79236,101,666,0),(79237,102,666,0),(79238,103,666,0),(79239,104,666,0),(79240,105,666,0),(79241,106,666,0),(79242,107,666,0),(79243,108,666,0),(79244,109,666,0),(79245,110,666,0),(79246,111,666,0),(79247,112,666,0),(79248,113,666,0),(79249,114,666,0),(79250,115,666,0),(79251,116,666,0),(79252,117,666,0),(79253,118,666,0),(79254,119,666,0),(79255,1,667,0),(79256,2,667,0),(79257,3,667,0),(79258,4,667,0),(79259,5,667,0),(79260,6,667,0),(79261,7,667,0),(79262,8,667,0),(79263,9,667,0),(79264,10,667,0),(79265,11,667,0),(79266,12,667,0),(79267,13,667,0),(79268,14,667,0),(79269,15,667,0),(79270,16,667,0),(79271,17,667,0),(79272,18,667,0),(79273,19,667,0),(79274,20,667,0),(79275,21,667,0),(79276,22,667,0),(79277,23,667,0),(79278,24,667,0),(79279,25,667,0),(79280,26,667,0),(79281,27,667,0),(79282,28,667,0),(79283,29,667,0),(79284,30,667,0),(79285,31,667,0),(79286,32,667,0),(79287,33,667,0),(79288,34,667,0),(79289,35,667,0),(79290,36,667,0),(79291,37,667,0),(79292,38,667,0),(79293,39,667,0),(79294,40,667,0),(79295,41,667,0),(79296,42,667,0),(79297,43,667,0),(79298,44,667,0),(79299,45,667,0),(79300,46,667,0),(79301,47,667,0),(79302,48,667,0),(79303,49,667,0),(79304,50,667,0),(79305,51,667,0),(79306,52,667,0),(79307,53,667,0),(79308,54,667,0),(79309,55,667,0),(79310,56,667,0),(79311,57,667,0),(79312,58,667,0),(79313,59,667,0),(79314,60,667,0),(79315,61,667,0),(79316,62,667,0),(79317,63,667,0),(79318,64,667,0),(79319,65,667,0),(79320,66,667,0),(79321,67,667,0),(79322,68,667,0),(79323,69,667,0),(79324,70,667,0),(79325,71,667,0),(79326,72,667,0),(79327,73,667,0),(79328,74,667,0),(79329,75,667,0),(79330,76,667,0.8),(79331,77,667,0),(79332,78,667,0),(79333,79,667,0),(79334,80,667,0),(79335,81,667,0),(79336,82,667,0),(79337,83,667,0),(79338,84,667,0),(79339,85,667,0),(79340,86,667,0),(79341,87,667,0),(79342,88,667,0),(79343,89,667,0),(79344,90,667,0),(79345,91,667,0),(79346,92,667,0),(79347,93,667,0),(79348,94,667,0),(79349,95,667,0),(79350,96,667,0),(79351,97,667,0),(79352,98,667,0),(79353,99,667,0),(79354,100,667,0),(79355,101,667,0),(79356,102,667,0),(79357,103,667,0),(79358,104,667,0),(79359,105,667,0),(79360,106,667,0),(79361,107,667,0),(79362,108,667,0),(79363,109,667,0),(79364,110,667,0),(79365,111,667,0),(79366,112,667,0),(79367,113,667,0),(79368,114,667,0),(79369,115,667,0),(79370,116,667,0),(79371,117,667,0),(79372,118,667,0),(79373,119,667,0),(79374,1,668,0),(79375,2,668,0),(79376,3,668,0),(79377,4,668,0),(79378,5,668,0),(79379,6,668,0),(79380,7,668,0),(79381,8,668,0),(79382,9,668,0),(79383,10,668,0),(79384,11,668,0),(79385,12,668,0),(79386,13,668,0),(79387,14,668,0),(79388,15,668,0),(79389,16,668,0),(79390,17,668,0),(79391,18,668,0),(79392,19,668,0),(79393,20,668,0),(79394,21,668,0),(79395,22,668,0),(79396,23,668,0),(79397,24,668,0),(79398,25,668,0),(79399,26,668,0),(79400,27,668,0),(79401,28,668,0),(79402,29,668,0),(79403,30,668,0),(79404,31,668,0),(79405,32,668,0),(79406,33,668,0),(79407,34,668,0),(79408,35,668,0),(79409,36,668,0),(79410,37,668,0),(79411,38,668,0),(79412,39,668,0),(79413,40,668,0),(79414,41,668,0),(79415,42,668,0),(79416,43,668,0),(79417,44,668,0),(79418,45,668,0),(79419,46,668,0),(79420,47,668,0),(79421,48,668,0),(79422,49,668,0),(79423,50,668,0),(79424,51,668,0),(79425,52,668,0),(79426,53,668,0),(79427,54,668,0),(79428,55,668,0),(79429,56,668,0),(79430,57,668,0),(79431,58,668,0),(79432,59,668,0),(79433,60,668,0),(79434,61,668,0),(79435,62,668,0),(79436,63,668,0),(79437,64,668,0),(79438,65,668,0),(79439,66,668,0),(79440,67,668,0),(79441,68,668,0),(79442,69,668,0),(79443,70,668,0),(79444,71,668,0),(79445,72,668,0),(79446,73,668,0),(79447,74,668,0),(79448,75,668,0),(79449,76,668,1),(79450,77,668,0),(79451,78,668,0),(79452,79,668,0),(79453,80,668,0),(79454,81,668,0),(79455,82,668,0),(79456,83,668,0),(79457,84,668,0),(79458,85,668,0),(79459,86,668,0),(79460,87,668,0),(79461,88,668,0),(79462,89,668,0),(79463,90,668,0),(79464,91,668,0),(79465,92,668,0),(79466,93,668,0),(79467,94,668,0),(79468,95,668,0),(79469,96,668,0),(79470,97,668,0),(79471,98,668,0),(79472,99,668,0),(79473,100,668,0),(79474,101,668,0),(79475,102,668,0),(79476,103,668,0),(79477,104,668,0),(79478,105,668,0),(79479,106,668,0),(79480,107,668,0),(79481,108,668,0),(79482,109,668,0),(79483,110,668,0),(79484,111,668,0),(79485,112,668,0),(79486,113,668,0),(79487,114,668,0),(79488,115,668,0),(79489,116,668,0),(79490,117,668,0),(79491,118,668,0),(79492,119,668,0),(79493,1,669,0),(79494,2,669,0),(79495,3,669,0),(79496,4,669,0),(79497,5,669,0),(79498,6,669,0),(79499,7,669,0),(79500,8,669,0),(79501,9,669,0),(79502,10,669,0),(79503,11,669,0),(79504,12,669,0),(79505,13,669,0),(79506,14,669,0),(79507,15,669,0),(79508,16,669,0),(79509,17,669,0),(79510,18,669,0),(79511,19,669,0),(79512,20,669,0),(79513,21,669,0),(79514,22,669,0),(79515,23,669,0),(79516,24,669,0),(79517,25,669,0),(79518,26,669,0),(79519,27,669,0),(79520,28,669,0),(79521,29,669,0),(79522,30,669,0),(79523,31,669,0),(79524,32,669,0),(79525,33,669,0),(79526,34,669,0),(79527,35,669,0),(79528,36,669,0),(79529,37,669,0),(79530,38,669,0),(79531,39,669,0),(79532,40,669,0),(79533,41,669,0),(79534,42,669,0),(79535,43,669,0),(79536,44,669,0),(79537,45,669,0),(79538,46,669,0),(79539,47,669,0),(79540,48,669,0),(79541,49,669,0),(79542,50,669,0),(79543,51,669,0),(79544,52,669,0),(79545,53,669,0),(79546,54,669,0),(79547,55,669,0),(79548,56,669,0),(79549,57,669,0),(79550,58,669,0),(79551,59,669,0),(79552,60,669,0),(79553,61,669,0),(79554,62,669,0),(79555,63,669,0),(79556,64,669,0),(79557,65,669,0),(79558,66,669,0),(79559,67,669,0),(79560,68,669,0),(79561,69,669,0),(79562,70,669,0),(79563,71,669,0),(79564,72,669,0),(79565,73,669,0),(79566,74,669,0),(79567,75,669,0),(79568,76,669,0),(79569,77,669,0.25823121904643),(79570,78,669,0),(79571,79,669,0),(79572,80,669,0),(79573,81,669,0),(79574,82,669,0),(79575,83,669,0),(79576,84,669,0),(79577,85,669,0),(79578,86,669,0),(79579,87,669,0),(79580,88,669,0),(79581,89,669,0),(79582,90,669,0),(79583,91,669,0),(79584,92,669,0),(79585,93,669,0),(79586,94,669,0),(79587,95,669,0),(79588,96,669,0),(79589,97,669,0),(79590,98,669,0),(79591,99,669,0),(79592,100,669,0),(79593,101,669,0),(79594,102,669,0),(79595,103,669,0),(79596,104,669,0),(79597,105,669,0),(79598,106,669,0),(79599,107,669,0),(79600,108,669,0),(79601,109,669,0),(79602,110,669,0),(79603,111,669,0),(79604,112,669,0),(79605,113,669,0),(79606,114,669,0),(79607,115,669,0),(79608,116,669,0),(79609,117,669,0),(79610,118,669,0),(79611,119,669,0),(79612,1,670,0),(79613,2,670,0),(79614,3,670,0),(79615,4,670,0),(79616,5,670,0),(79617,6,670,0),(79618,7,670,0),(79619,8,670,0),(79620,9,670,0),(79621,10,670,0),(79622,11,670,0),(79623,12,670,0),(79624,13,670,0),(79625,14,670,0),(79626,15,670,0),(79627,16,670,0),(79628,17,670,0),(79629,18,670,0),(79630,19,670,0),(79631,20,670,0),(79632,21,670,0),(79633,22,670,0),(79634,23,670,0),(79635,24,670,0),(79636,25,670,0),(79637,26,670,0),(79638,27,670,0),(79639,28,670,0),(79640,29,670,0),(79641,30,670,0),(79642,31,670,0),(79643,32,670,0),(79644,33,670,0),(79645,34,670,0),(79646,35,670,0),(79647,36,670,0),(79648,37,670,0),(79649,38,670,0),(79650,39,670,0),(79651,40,670,0),(79652,41,670,0),(79653,42,670,0),(79654,43,670,0),(79655,44,670,0),(79656,45,670,0),(79657,46,670,0),(79658,47,670,0),(79659,48,670,0),(79660,49,670,0),(79661,50,670,0),(79662,51,670,0),(79663,52,670,0),(79664,53,670,0),(79665,54,670,0),(79666,55,670,0),(79667,56,670,0),(79668,57,670,0),(79669,58,670,0),(79670,59,670,0),(79671,60,670,0),(79672,61,670,0),(79673,62,670,0),(79674,63,670,0),(79675,64,670,0),(79676,65,670,0),(79677,66,670,0),(79678,67,670,0),(79679,68,670,0),(79680,69,670,0),(79681,70,670,0),(79682,71,670,0),(79683,72,670,0),(79684,73,670,0),(79685,74,670,0),(79686,75,670,0),(79687,76,670,0),(79688,77,670,0.24176878095357),(79689,78,670,0),(79690,79,670,0),(79691,80,670,0),(79692,81,670,0),(79693,82,670,0),(79694,83,670,0),(79695,84,670,0),(79696,85,670,0),(79697,86,670,0),(79698,87,670,0),(79699,88,670,0),(79700,89,670,0),(79701,90,670,0),(79702,91,670,0),(79703,92,670,0),(79704,93,670,0),(79705,94,670,0),(79706,95,670,0),(79707,96,670,0),(79708,97,670,0),(79709,98,670,0),(79710,99,670,0),(79711,100,670,0),(79712,101,670,0),(79713,102,670,0),(79714,103,670,0),(79715,104,670,0),(79716,105,670,0),(79717,106,670,0),(79718,107,670,0),(79719,108,670,0),(79720,109,670,0),(79721,110,670,0),(79722,111,670,0),(79723,112,670,0),(79724,113,670,0),(79725,114,670,0),(79726,115,670,0),(79727,116,670,0),(79728,117,670,0),(79729,118,670,0),(79730,119,670,0),(79731,1,671,0),(79732,2,671,0),(79733,3,671,0),(79734,4,671,0),(79735,5,671,0),(79736,6,671,0),(79737,7,671,0),(79738,8,671,0),(79739,9,671,0),(79740,10,671,0),(79741,11,671,0),(79742,12,671,0),(79743,13,671,0),(79744,14,671,0),(79745,15,671,0),(79746,16,671,0),(79747,17,671,0),(79748,18,671,0),(79749,19,671,0),(79750,20,671,0),(79751,21,671,0),(79752,22,671,0),(79753,23,671,0),(79754,24,671,0),(79755,25,671,0),(79756,26,671,0),(79757,27,671,0),(79758,28,671,0),(79759,29,671,0),(79760,30,671,0),(79761,31,671,0),(79762,32,671,0),(79763,33,671,0),(79764,34,671,0),(79765,35,671,0),(79766,36,671,0),(79767,37,671,0),(79768,38,671,0),(79769,39,671,0),(79770,40,671,0),(79771,41,671,0),(79772,42,671,0),(79773,43,671,0),(79774,44,671,0),(79775,45,671,0),(79776,46,671,0),(79777,47,671,0),(79778,48,671,0),(79779,49,671,0),(79780,50,671,0),(79781,51,671,0),(79782,52,671,0),(79783,53,671,0),(79784,54,671,0),(79785,55,671,0),(79786,56,671,0),(79787,57,671,0),(79788,58,671,0),(79789,59,671,0),(79790,60,671,0),(79791,61,671,0),(79792,62,671,0),(79793,63,671,0),(79794,64,671,0),(79795,65,671,0),(79796,66,671,0),(79797,67,671,0),(79798,68,671,0),(79799,69,671,0),(79800,70,671,0),(79801,71,671,0),(79802,72,671,0),(79803,73,671,0),(79804,74,671,0),(79805,75,671,0),(79806,76,671,0),(79807,77,671,0.737066204537503),(79808,78,671,0),(79809,79,671,0),(79810,80,671,0),(79811,81,671,0),(79812,82,671,0),(79813,83,671,0),(79814,84,671,0),(79815,85,671,0),(79816,86,671,0),(79817,87,671,0),(79818,88,671,0),(79819,89,671,0),(79820,90,671,0),(79821,91,671,0),(79822,92,671,0),(79823,93,671,0),(79824,94,671,0),(79825,95,671,0),(79826,96,671,0),(79827,97,671,0),(79828,98,671,0),(79829,99,671,0),(79830,100,671,0),(79831,101,671,0),(79832,102,671,0),(79833,103,671,0),(79834,104,671,0),(79835,105,671,0),(79836,106,671,0),(79837,107,671,0),(79838,108,671,0),(79839,109,671,0),(79840,110,671,0),(79841,111,671,0),(79842,112,671,0),(79843,113,671,0),(79844,114,671,0),(79845,115,671,0),(79846,116,671,0),(79847,117,671,0),(79848,118,671,0),(79849,119,671,0),(79850,1,672,0),(79851,2,672,0),(79852,3,672,0),(79853,4,672,0),(79854,5,672,0),(79855,6,672,0),(79856,7,672,0),(79857,8,672,0),(79858,9,672,0),(79859,10,672,0),(79860,11,672,0),(79861,12,672,0),(79862,13,672,0),(79863,14,672,0),(79864,15,672,0),(79865,16,672,0),(79866,17,672,0),(79867,18,672,0),(79868,19,672,0),(79869,20,672,0),(79870,21,672,0),(79871,22,672,0),(79872,23,672,0),(79873,24,672,0),(79874,25,672,0),(79875,26,672,0),(79876,27,672,0),(79877,28,672,0),(79878,29,672,0),(79879,30,672,0),(79880,31,672,0),(79881,32,672,0),(79882,33,672,0),(79883,34,672,0),(79884,35,672,0),(79885,36,672,0),(79886,37,672,0),(79887,38,672,0),(79888,39,672,0),(79889,40,672,0),(79890,41,672,0),(79891,42,672,0),(79892,43,672,0),(79893,44,672,0),(79894,45,672,0),(79895,46,672,0),(79896,47,672,0),(79897,48,672,0),(79898,49,672,0),(79899,50,672,0),(79900,51,672,0),(79901,52,672,0),(79902,53,672,0),(79903,54,672,0),(79904,55,672,0),(79905,56,672,0),(79906,57,672,0),(79907,58,672,0),(79908,59,672,0),(79909,60,672,0),(79910,61,672,0),(79911,62,672,0),(79912,63,672,0),(79913,64,672,0),(79914,65,672,0),(79915,66,672,0),(79916,67,672,0),(79917,68,672,0),(79918,69,672,0),(79919,70,672,0),(79920,71,672,0),(79921,72,672,0),(79922,73,672,0),(79923,74,672,0),(79924,75,672,0),(79925,76,672,0),(79926,77,672,0.0629337954624971),(79927,78,672,0),(79928,79,672,0),(79929,80,672,0),(79930,81,672,0),(79931,82,672,0),(79932,83,672,0),(79933,84,672,0),(79934,85,672,0),(79935,86,672,0),(79936,87,672,0),(79937,88,672,0),(79938,89,672,0),(79939,90,672,0),(79940,91,672,0),(79941,92,672,0),(79942,93,672,0),(79943,94,672,0),(79944,95,672,0),(79945,96,672,0),(79946,97,672,0),(79947,98,672,0),(79948,99,672,0),(79949,100,672,0),(79950,101,672,0),(79951,102,672,0),(79952,103,672,0),(79953,104,672,0),(79954,105,672,0),(79955,106,672,0),(79956,107,672,0),(79957,108,672,0),(79958,109,672,0),(79959,110,672,0),(79960,111,672,0),(79961,112,672,0),(79962,113,672,0),(79963,114,672,0),(79964,115,672,0),(79965,116,672,0),(79966,117,672,0),(79967,118,672,0),(79968,119,672,0),(79969,1,673,0),(79970,2,673,0),(79971,3,673,0),(79972,4,673,0),(79973,5,673,0),(79974,6,673,0),(79975,7,673,0),(79976,8,673,0),(79977,9,673,0),(79978,10,673,0),(79979,11,673,0),(79980,12,673,0),(79981,13,673,0),(79982,14,673,0),(79983,15,673,0),(79984,16,673,0),(79985,17,673,0),(79986,18,673,0),(79987,19,673,0),(79988,20,673,0),(79989,21,673,0),(79990,22,673,0),(79991,23,673,0),(79992,24,673,0),(79993,25,673,0),(79994,26,673,0),(79995,27,673,0),(79996,28,673,0),(79997,29,673,0),(79998,30,673,0),(79999,31,673,0),(80000,32,673,0),(80001,33,673,0),(80002,34,673,0),(80003,35,673,0),(80004,36,673,0),(80005,37,673,0),(80006,38,673,0),(80007,39,673,0),(80008,40,673,0),(80009,41,673,0),(80010,42,673,0),(80011,43,673,0),(80012,44,673,0),(80013,45,673,0),(80014,46,673,0),(80015,47,673,0),(80016,48,673,0),(80017,49,673,0),(80018,50,673,0),(80019,51,673,0),(80020,52,673,0),(80021,53,673,0),(80022,54,673,0),(80023,55,673,0),(80024,56,673,0),(80025,57,673,0),(80026,58,673,0),(80027,59,673,0),(80028,60,673,0),(80029,61,673,0),(80030,62,673,0),(80031,63,673,0),(80032,64,673,0),(80033,65,673,0),(80034,66,673,0),(80035,67,673,0),(80036,68,673,0),(80037,69,673,0),(80038,70,673,0),(80039,71,673,0),(80040,72,673,0),(80041,73,673,0),(80042,74,673,0),(80043,75,673,0),(80044,76,673,0),(80045,77,673,0.470738382874473),(80046,78,673,0),(80047,79,673,0),(80048,80,673,0),(80049,81,673,0),(80050,82,673,0),(80051,83,673,0),(80052,84,673,0),(80053,85,673,0),(80054,86,673,0),(80055,87,673,0),(80056,88,673,0),(80057,89,673,0),(80058,90,673,0),(80059,91,673,0),(80060,92,673,0),(80061,93,673,0),(80062,94,673,0),(80063,95,673,0),(80064,96,673,0),(80065,97,673,0),(80066,98,673,0),(80067,99,673,0),(80068,100,673,0),(80069,101,673,0),(80070,102,673,0),(80071,103,673,0),(80072,104,673,0),(80073,105,673,0),(80074,106,673,0),(80075,107,673,0),(80076,108,673,0),(80077,109,673,0),(80078,110,673,0),(80079,111,673,0),(80080,112,673,0),(80081,113,673,0),(80082,114,673,0),(80083,115,673,0),(80084,116,673,0),(80085,117,673,0),(80086,118,673,0),(80087,119,673,0),(80088,1,674,0),(80089,2,674,0),(80090,3,674,0),(80091,4,674,0),(80092,5,674,0),(80093,6,674,0),(80094,7,674,0),(80095,8,674,0),(80096,9,674,0),(80097,10,674,0),(80098,11,674,0),(80099,12,674,0),(80100,13,674,0),(80101,14,674,0),(80102,15,674,0),(80103,16,674,0),(80104,17,674,0),(80105,18,674,0),(80106,19,674,0),(80107,20,674,0),(80108,21,674,0),(80109,22,674,0),(80110,23,674,0),(80111,24,674,0),(80112,25,674,0),(80113,26,674,0),(80114,27,674,0),(80115,28,674,0),(80116,29,674,0),(80117,30,674,0),(80118,31,674,0),(80119,32,674,0),(80120,33,674,0),(80121,34,674,0),(80122,35,674,0),(80123,36,674,0),(80124,37,674,0),(80125,38,674,0),(80126,39,674,0),(80127,40,674,0),(80128,41,674,0),(80129,42,674,0),(80130,43,674,0),(80131,44,674,0),(80132,45,674,0),(80133,46,674,0),(80134,47,674,0),(80135,48,674,0),(80136,49,674,0),(80137,50,674,0),(80138,51,674,0),(80139,52,674,0),(80140,53,674,0),(80141,54,674,0),(80142,55,674,0),(80143,56,674,0),(80144,57,674,0),(80145,58,674,0),(80146,59,674,0),(80147,60,674,0),(80148,61,674,0),(80149,62,674,0),(80150,63,674,0),(80151,64,674,0),(80152,65,674,0),(80153,66,674,0),(80154,67,674,0),(80155,68,674,0),(80156,69,674,0),(80157,70,674,0),(80158,71,674,0),(80159,72,674,0),(80160,73,674,0),(80161,74,674,0),(80162,75,674,0),(80163,76,674,0),(80164,77,674,0.529261617125527),(80165,78,674,0),(80166,79,674,0),(80167,80,674,0),(80168,81,674,0),(80169,82,674,0),(80170,83,674,0),(80171,84,674,0),(80172,85,674,0),(80173,86,674,0),(80174,87,674,0),(80175,88,674,0),(80176,89,674,0),(80177,90,674,0),(80178,91,674,0),(80179,92,674,0),(80180,93,674,0),(80181,94,674,0),(80182,95,674,0),(80183,96,674,0),(80184,97,674,0),(80185,98,674,0),(80186,99,674,0),(80187,100,674,0),(80188,101,674,0),(80189,102,674,0),(80190,103,674,0),(80191,104,674,0),(80192,105,674,0),(80193,106,674,0),(80194,107,674,0),(80195,108,674,0),(80196,109,674,0),(80197,110,674,0),(80198,111,674,0),(80199,112,674,0),(80200,113,674,0),(80201,114,674,0),(80202,115,674,0),(80203,116,674,0),(80204,117,674,0),(80205,118,674,0),(80206,119,674,0),(80207,1,675,0),(80208,2,675,0),(80209,3,675,0),(80210,4,675,0),(80211,5,675,0),(80212,6,675,0),(80213,7,675,0),(80214,8,675,0),(80215,9,675,0),(80216,10,675,0),(80217,11,675,0),(80218,12,675,0),(80219,13,675,0),(80220,14,675,0),(80221,15,675,0),(80222,16,675,0),(80223,17,675,0),(80224,18,675,0),(80225,19,675,0),(80226,20,675,0),(80227,21,675,0),(80228,22,675,0),(80229,23,675,0),(80230,24,675,0),(80231,25,675,0),(80232,26,675,0),(80233,27,675,0),(80234,28,675,0),(80235,29,675,0),(80236,30,675,0),(80237,31,675,0),(80238,32,675,0),(80239,33,675,0),(80240,34,675,0),(80241,35,675,0),(80242,36,675,0),(80243,37,675,0),(80244,38,675,0),(80245,39,675,0),(80246,40,675,0),(80247,41,675,0),(80248,42,675,0),(80249,43,675,0),(80250,44,675,0),(80251,45,675,0),(80252,46,675,0),(80253,47,675,0),(80254,48,675,0),(80255,49,675,0),(80256,50,675,0),(80257,51,675,0),(80258,52,675,0),(80259,53,675,0),(80260,54,675,0),(80261,55,675,0),(80262,56,675,0),(80263,57,675,0),(80264,58,675,0),(80265,59,675,0),(80266,60,675,0),(80267,61,675,0),(80268,62,675,0),(80269,63,675,0),(80270,64,675,0),(80271,65,675,0),(80272,66,675,0),(80273,67,675,0),(80274,68,675,0),(80275,69,675,0),(80276,70,675,0),(80277,71,675,0),(80278,72,675,0),(80279,73,675,0),(80280,74,675,0),(80281,75,675,0),(80282,76,675,0),(80283,77,675,0),(80284,78,675,0.5),(80285,79,675,0),(80286,80,675,0),(80287,81,675,0),(80288,82,675,0),(80289,83,675,0),(80290,84,675,0),(80291,85,675,0),(80292,86,675,0),(80293,87,675,0),(80294,88,675,0),(80295,89,675,0),(80296,90,675,0),(80297,91,675,0),(80298,92,675,0),(80299,93,675,0),(80300,94,675,0),(80301,95,675,0),(80302,96,675,0),(80303,97,675,0),(80304,98,675,0),(80305,99,675,0),(80306,100,675,0),(80307,101,675,0),(80308,102,675,0),(80309,103,675,0),(80310,104,675,0),(80311,105,675,0),(80312,106,675,0),(80313,107,675,0),(80314,108,675,0),(80315,109,675,0),(80316,110,675,0),(80317,111,675,0),(80318,112,675,0),(80319,113,675,0),(80320,114,675,0),(80321,115,675,0),(80322,116,675,0),(80323,117,675,0),(80324,118,675,0),(80325,119,675,0),(80326,1,676,0),(80327,2,676,0),(80328,3,676,0),(80329,4,676,0),(80330,5,676,0),(80331,6,676,0),(80332,7,676,0),(80333,8,676,0),(80334,9,676,0),(80335,10,676,0),(80336,11,676,0),(80337,12,676,0),(80338,13,676,0),(80339,14,676,0),(80340,15,676,0),(80341,16,676,0),(80342,17,676,0),(80343,18,676,0),(80344,19,676,0),(80345,20,676,0),(80346,21,676,0),(80347,22,676,0),(80348,23,676,0),(80349,24,676,0),(80350,25,676,0),(80351,26,676,0),(80352,27,676,0),(80353,28,676,0),(80354,29,676,0),(80355,30,676,0),(80356,31,676,0),(80357,32,676,0),(80358,33,676,0),(80359,34,676,0),(80360,35,676,0),(80361,36,676,0),(80362,37,676,0),(80363,38,676,0),(80364,39,676,0),(80365,40,676,0),(80366,41,676,0),(80367,42,676,0),(80368,43,676,0),(80369,44,676,0),(80370,45,676,0),(80371,46,676,0),(80372,47,676,0),(80373,48,676,0),(80374,49,676,0),(80375,50,676,0),(80376,51,676,0),(80377,52,676,0),(80378,53,676,0),(80379,54,676,0),(80380,55,676,0),(80381,56,676,0),(80382,57,676,0),(80383,58,676,0),(80384,59,676,0),(80385,60,676,0),(80386,61,676,0),(80387,62,676,0),(80388,63,676,0),(80389,64,676,0),(80390,65,676,0),(80391,66,676,0),(80392,67,676,0),(80393,68,676,0),(80394,69,676,0),(80395,70,676,0),(80396,71,676,0),(80397,72,676,0),(80398,73,676,0),(80399,74,676,0),(80400,75,676,0),(80401,76,676,0),(80402,77,676,0),(80403,78,676,0.8),(80404,79,676,0),(80405,80,676,0),(80406,81,676,0),(80407,82,676,0),(80408,83,676,0),(80409,84,676,0),(80410,85,676,0),(80411,86,676,0),(80412,87,676,0),(80413,88,676,0),(80414,89,676,0),(80415,90,676,0),(80416,91,676,0),(80417,92,676,0),(80418,93,676,0),(80419,94,676,0),(80420,95,676,0),(80421,96,676,0),(80422,97,676,0),(80423,98,676,0),(80424,99,676,0),(80425,100,676,0),(80426,101,676,0),(80427,102,676,0),(80428,103,676,0),(80429,104,676,0),(80430,105,676,0),(80431,106,676,0),(80432,107,676,0),(80433,108,676,0),(80434,109,676,0),(80435,110,676,0),(80436,111,676,0),(80437,112,676,0),(80438,113,676,0),(80439,114,676,0),(80440,115,676,0),(80441,116,676,0),(80442,117,676,0),(80443,118,676,0),(80444,119,676,0),(80445,1,677,0),(80446,2,677,0),(80447,3,677,0),(80448,4,677,0),(80449,5,677,0),(80450,6,677,0),(80451,7,677,0),(80452,8,677,0),(80453,9,677,0),(80454,10,677,0),(80455,11,677,0),(80456,12,677,0),(80457,13,677,0),(80458,14,677,0),(80459,15,677,0),(80460,16,677,0),(80461,17,677,0),(80462,18,677,0),(80463,19,677,0),(80464,20,677,0),(80465,21,677,0),(80466,22,677,0),(80467,23,677,0),(80468,24,677,0),(80469,25,677,0),(80470,26,677,0),(80471,27,677,0),(80472,28,677,0),(80473,29,677,0),(80474,30,677,0),(80475,31,677,0),(80476,32,677,0),(80477,33,677,0),(80478,34,677,0),(80479,35,677,0),(80480,36,677,0),(80481,37,677,0),(80482,38,677,0),(80483,39,677,0),(80484,40,677,0),(80485,41,677,0),(80486,42,677,0),(80487,43,677,0),(80488,44,677,0),(80489,45,677,0),(80490,46,677,0),(80491,47,677,0),(80492,48,677,0),(80493,49,677,0),(80494,50,677,0),(80495,51,677,0),(80496,52,677,0),(80497,53,677,0),(80498,54,677,0),(80499,55,677,0),(80500,56,677,0),(80501,57,677,0),(80502,58,677,0),(80503,59,677,0),(80504,60,677,0),(80505,61,677,0),(80506,62,677,0),(80507,63,677,0),(80508,64,677,0),(80509,65,677,0),(80510,66,677,0),(80511,67,677,0),(80512,68,677,0),(80513,69,677,0),(80514,70,677,0),(80515,71,677,0),(80516,72,677,0),(80517,73,677,0),(80518,74,677,0),(80519,75,677,0),(80520,76,677,0),(80521,77,677,0),(80522,78,677,0.274931312856602),(80523,79,677,0),(80524,80,677,0),(80525,81,677,0),(80526,82,677,0),(80527,83,677,0),(80528,84,677,0),(80529,85,677,0),(80530,86,677,0),(80531,87,677,0),(80532,88,677,0),(80533,89,677,0),(80534,90,677,0),(80535,91,677,0),(80536,92,677,0),(80537,93,677,0),(80538,94,677,0),(80539,95,677,0),(80540,96,677,0),(80541,97,677,0),(80542,98,677,0),(80543,99,677,0),(80544,100,677,0),(80545,101,677,0),(80546,102,677,0),(80547,103,677,0),(80548,104,677,0),(80549,105,677,0),(80550,106,677,0),(80551,107,677,0),(80552,108,677,0),(80553,109,677,0),(80554,110,677,0),(80555,111,677,0),(80556,112,677,0),(80557,113,677,0),(80558,114,677,0),(80559,115,677,0),(80560,116,677,0),(80561,117,677,0),(80562,118,677,0),(80563,119,677,0),(80564,1,678,0),(80565,2,678,0),(80566,3,678,0),(80567,4,678,0),(80568,5,678,0),(80569,6,678,0),(80570,7,678,0),(80571,8,678,0),(80572,9,678,0),(80573,10,678,0),(80574,11,678,0),(80575,12,678,0),(80576,13,678,0),(80577,14,678,0),(80578,15,678,0),(80579,16,678,0),(80580,17,678,0),(80581,18,678,0),(80582,19,678,0),(80583,20,678,0),(80584,21,678,0),(80585,22,678,0),(80586,23,678,0),(80587,24,678,0),(80588,25,678,0),(80589,26,678,0),(80590,27,678,0),(80591,28,678,0),(80592,29,678,0),(80593,30,678,0),(80594,31,678,0),(80595,32,678,0),(80596,33,678,0),(80597,34,678,0),(80598,35,678,0),(80599,36,678,0),(80600,37,678,0),(80601,38,678,0),(80602,39,678,0),(80603,40,678,0),(80604,41,678,0),(80605,42,678,0),(80606,43,678,0),(80607,44,678,0),(80608,45,678,0),(80609,46,678,0),(80610,47,678,0),(80611,48,678,0),(80612,49,678,0),(80613,50,678,0),(80614,51,678,0),(80615,52,678,0),(80616,53,678,0),(80617,54,678,0),(80618,55,678,0),(80619,56,678,0),(80620,57,678,0),(80621,58,678,0),(80622,59,678,0),(80623,60,678,0),(80624,61,678,0),(80625,62,678,0),(80626,63,678,0),(80627,64,678,0),(80628,65,678,0),(80629,66,678,0),(80630,67,678,0),(80631,68,678,0),(80632,69,678,0),(80633,70,678,0),(80634,71,678,0),(80635,72,678,0),(80636,73,678,0),(80637,74,678,0),(80638,75,678,0),(80639,76,678,0),(80640,77,678,0),(80641,78,678,0.466122703602967),(80642,79,678,0),(80643,80,678,0),(80644,81,678,0),(80645,82,678,0),(80646,83,678,0),(80647,84,678,0),(80648,85,678,0),(80649,86,678,0),(80650,87,678,0),(80651,88,678,0),(80652,89,678,0),(80653,90,678,0),(80654,91,678,0),(80655,92,678,0),(80656,93,678,0),(80657,94,678,0),(80658,95,678,0),(80659,96,678,0),(80660,97,678,0),(80661,98,678,0),(80662,99,678,0),(80663,100,678,0),(80664,101,678,0),(80665,102,678,0),(80666,103,678,0),(80667,104,678,0),(80668,105,678,0),(80669,106,678,0),(80670,107,678,0),(80671,108,678,0),(80672,109,678,0),(80673,110,678,0),(80674,111,678,0),(80675,112,678,0),(80676,113,678,0),(80677,114,678,0),(80678,115,678,0),(80679,116,678,0),(80680,117,678,0),(80681,118,678,0),(80682,119,678,0),(80683,1,679,0),(80684,2,679,0),(80685,3,679,0),(80686,4,679,0),(80687,5,679,0),(80688,6,679,0),(80689,7,679,0),(80690,8,679,0),(80691,9,679,0),(80692,10,679,0),(80693,11,679,0),(80694,12,679,0),(80695,13,679,0),(80696,14,679,0),(80697,15,679,0),(80698,16,679,0),(80699,17,679,0),(80700,18,679,0),(80701,19,679,0),(80702,20,679,0),(80703,21,679,0),(80704,22,679,0),(80705,23,679,0),(80706,24,679,0),(80707,25,679,0),(80708,26,679,0),(80709,27,679,0),(80710,28,679,0),(80711,29,679,0),(80712,30,679,0),(80713,31,679,0),(80714,32,679,0),(80715,33,679,0),(80716,34,679,0),(80717,35,679,0),(80718,36,679,0),(80719,37,679,0),(80720,38,679,0),(80721,39,679,0),(80722,40,679,0),(80723,41,679,0),(80724,42,679,0),(80725,43,679,0),(80726,44,679,0),(80727,45,679,0),(80728,46,679,0),(80729,47,679,0),(80730,48,679,0),(80731,49,679,0),(80732,50,679,0),(80733,51,679,0),(80734,52,679,0),(80735,53,679,0),(80736,54,679,0),(80737,55,679,0),(80738,56,679,0),(80739,57,679,0),(80740,58,679,0),(80741,59,679,0),(80742,60,679,0),(80743,61,679,0),(80744,62,679,0),(80745,63,679,0),(80746,64,679,0),(80747,65,679,0),(80748,66,679,0),(80749,67,679,0),(80750,68,679,0),(80751,69,679,0),(80752,70,679,0),(80753,71,679,0),(80754,72,679,0),(80755,73,679,0),(80756,74,679,0),(80757,75,679,0),(80758,76,679,0),(80759,77,679,0),(80760,78,679,0.258945983540432),(80761,79,679,0),(80762,80,679,0),(80763,81,679,0),(80764,82,679,0),(80765,83,679,0),(80766,84,679,0),(80767,85,679,0),(80768,86,679,0),(80769,87,679,0),(80770,88,679,0),(80771,89,679,0),(80772,90,679,0),(80773,91,679,0),(80774,92,679,0),(80775,93,679,0),(80776,94,679,0),(80777,95,679,0),(80778,96,679,0),(80779,97,679,0),(80780,98,679,0),(80781,99,679,0),(80782,100,679,0),(80783,101,679,0),(80784,102,679,0),(80785,103,679,0),(80786,104,679,0),(80787,105,679,0),(80788,106,679,0),(80789,107,679,0),(80790,108,679,0),(80791,109,679,0),(80792,110,679,0),(80793,111,679,0),(80794,112,679,0),(80795,113,679,0),(80796,114,679,0),(80797,115,679,0),(80798,116,679,0),(80799,117,679,0),(80800,118,679,0),(80801,119,679,0),(80802,1,680,0),(80803,2,680,0),(80804,3,680,0),(80805,4,680,0),(80806,5,680,0),(80807,6,680,0),(80808,7,680,0),(80809,8,680,0),(80810,9,680,0),(80811,10,680,0),(80812,11,680,0),(80813,12,680,0),(80814,13,680,0),(80815,14,680,0),(80816,15,680,0),(80817,16,680,0),(80818,17,680,0),(80819,18,680,0),(80820,19,680,0),(80821,20,680,0),(80822,21,680,0),(80823,22,680,0),(80824,23,680,0),(80825,24,680,0),(80826,25,680,0),(80827,26,680,0),(80828,27,680,0),(80829,28,680,0),(80830,29,680,0),(80831,30,680,0),(80832,31,680,0),(80833,32,680,0),(80834,33,680,0),(80835,34,680,0),(80836,35,680,0),(80837,36,680,0),(80838,37,680,0),(80839,38,680,0),(80840,39,680,0),(80841,40,680,0),(80842,41,680,0),(80843,42,680,0),(80844,43,680,0),(80845,44,680,0),(80846,45,680,0),(80847,46,680,0),(80848,47,680,0),(80849,48,680,0),(80850,49,680,0),(80851,50,680,0),(80852,51,680,0),(80853,52,680,0),(80854,53,680,0),(80855,54,680,0),(80856,55,680,0),(80857,56,680,0),(80858,57,680,0),(80859,58,680,0),(80860,59,680,0),(80861,60,680,0),(80862,61,680,0),(80863,62,680,0),(80864,63,680,0),(80865,64,680,0),(80866,65,680,0),(80867,66,680,0),(80868,67,680,0),(80869,68,680,0),(80870,69,680,0),(80871,70,680,0),(80872,71,680,0),(80873,72,680,0),(80874,73,680,0),(80875,74,680,0),(80876,75,680,0),(80877,76,680,0),(80878,77,680,0),(80879,78,680,0),(80880,79,680,0.266342384513296),(80881,80,680,0),(80882,81,680,0),(80883,82,680,0),(80884,83,680,0),(80885,84,680,0),(80886,85,680,0),(80887,86,680,0),(80888,87,680,0),(80889,88,680,0),(80890,89,680,0),(80891,90,680,0),(80892,91,680,0),(80893,92,680,0),(80894,93,680,0),(80895,94,680,0),(80896,95,680,0),(80897,96,680,0),(80898,97,680,0),(80899,98,680,0),(80900,99,680,0),(80901,100,680,0),(80902,101,680,0),(80903,102,680,0),(80904,103,680,0),(80905,104,680,0),(80906,105,680,0),(80907,106,680,0),(80908,107,680,0),(80909,108,680,0),(80910,109,680,0),(80911,110,680,0),(80912,111,680,0),(80913,112,680,0),(80914,113,680,0),(80915,114,680,0),(80916,115,680,0),(80917,116,680,0),(80918,117,680,0),(80919,118,680,0),(80920,119,680,0),(80921,1,681,0),(80922,2,681,0),(80923,3,681,0),(80924,4,681,0),(80925,5,681,0),(80926,6,681,0),(80927,7,681,0),(80928,8,681,0),(80929,9,681,0),(80930,10,681,0),(80931,11,681,0),(80932,12,681,0),(80933,13,681,0),(80934,14,681,0),(80935,15,681,0),(80936,16,681,0),(80937,17,681,0),(80938,18,681,0),(80939,19,681,0),(80940,20,681,0),(80941,21,681,0),(80942,22,681,0),(80943,23,681,0),(80944,24,681,0),(80945,25,681,0),(80946,26,681,0),(80947,27,681,0),(80948,28,681,0),(80949,29,681,0),(80950,30,681,0),(80951,31,681,0),(80952,32,681,0),(80953,33,681,0),(80954,34,681,0),(80955,35,681,0),(80956,36,681,0),(80957,37,681,0),(80958,38,681,0),(80959,39,681,0),(80960,40,681,0),(80961,41,681,0),(80962,42,681,0),(80963,43,681,0),(80964,44,681,0),(80965,45,681,0),(80966,46,681,0),(80967,47,681,0),(80968,48,681,0),(80969,49,681,0),(80970,50,681,0),(80971,51,681,0),(80972,52,681,0),(80973,53,681,0),(80974,54,681,0),(80975,55,681,0),(80976,56,681,0),(80977,57,681,0),(80978,58,681,0),(80979,59,681,0),(80980,60,681,0),(80981,61,681,0),(80982,62,681,0),(80983,63,681,0),(80984,64,681,0),(80985,65,681,0),(80986,66,681,0),(80987,67,681,0),(80988,68,681,0),(80989,69,681,0),(80990,70,681,0),(80991,71,681,0),(80992,72,681,0),(80993,73,681,0),(80994,74,681,0),(80995,75,681,0),(80996,76,681,0),(80997,77,681,0),(80998,78,681,0),(80999,79,681,0.233657615486704),(81000,80,681,0),(81001,81,681,0),(81002,82,681,0),(81003,83,681,0),(81004,84,681,0),(81005,85,681,0),(81006,86,681,0),(81007,87,681,0),(81008,88,681,0),(81009,89,681,0),(81010,90,681,0),(81011,91,681,0),(81012,92,681,0),(81013,93,681,0),(81014,94,681,0),(81015,95,681,0),(81016,96,681,0),(81017,97,681,0),(81018,98,681,0),(81019,99,681,0),(81020,100,681,0),(81021,101,681,0),(81022,102,681,0),(81023,103,681,0),(81024,104,681,0),(81025,105,681,0),(81026,106,681,0),(81027,107,681,0),(81028,108,681,0),(81029,109,681,0),(81030,110,681,0),(81031,111,681,0),(81032,112,681,0),(81033,113,681,0),(81034,114,681,0),(81035,115,681,0),(81036,116,681,0),(81037,117,681,0),(81038,118,681,0),(81039,119,681,0),(81040,1,682,0),(81041,2,682,0),(81042,3,682,0),(81043,4,682,0),(81044,5,682,0),(81045,6,682,0),(81046,7,682,0),(81047,8,682,0),(81048,9,682,0),(81049,10,682,0),(81050,11,682,0),(81051,12,682,0),(81052,13,682,0),(81053,14,682,0),(81054,15,682,0),(81055,16,682,0),(81056,17,682,0),(81057,18,682,0),(81058,19,682,0),(81059,20,682,0),(81060,21,682,0),(81061,22,682,0),(81062,23,682,0),(81063,24,682,0),(81064,25,682,0),(81065,26,682,0),(81066,27,682,0),(81067,28,682,0),(81068,29,682,0),(81069,30,682,0),(81070,31,682,0),(81071,32,682,0),(81072,33,682,0),(81073,34,682,0),(81074,35,682,0),(81075,36,682,0),(81076,37,682,0),(81077,38,682,0),(81078,39,682,0),(81079,40,682,0),(81080,41,682,0),(81081,42,682,0),(81082,43,682,0),(81083,44,682,0),(81084,45,682,0),(81085,46,682,0),(81086,47,682,0),(81087,48,682,0),(81088,49,682,0),(81089,50,682,0),(81090,51,682,0),(81091,52,682,0),(81092,53,682,0),(81093,54,682,0),(81094,55,682,0),(81095,56,682,0),(81096,57,682,0),(81097,58,682,0),(81098,59,682,0),(81099,60,682,0),(81100,61,682,0),(81101,62,682,0),(81102,63,682,0),(81103,64,682,0),(81104,65,682,0),(81105,66,682,0),(81106,67,682,0),(81107,68,682,0),(81108,69,682,0),(81109,70,682,0),(81110,71,682,0),(81111,72,682,0),(81112,73,682,0),(81113,74,682,0),(81114,75,682,0),(81115,76,682,0),(81116,77,682,0),(81117,78,682,0),(81118,79,682,0.154486084404168),(81119,80,682,0),(81120,81,682,0),(81121,82,682,0),(81122,83,682,0),(81123,84,682,0),(81124,85,682,0),(81125,86,682,0),(81126,87,682,0),(81127,88,682,0),(81128,89,682,0),(81129,90,682,0),(81130,91,682,0),(81131,92,682,0),(81132,93,682,0),(81133,94,682,0),(81134,95,682,0),(81135,96,682,0),(81136,97,682,0),(81137,98,682,0),(81138,99,682,0),(81139,100,682,0),(81140,101,682,0),(81141,102,682,0),(81142,103,682,0),(81143,104,682,0),(81144,105,682,0),(81145,106,682,0),(81146,107,682,0),(81147,108,682,0),(81148,109,682,0),(81149,110,682,0),(81150,111,682,0),(81151,112,682,0),(81152,113,682,0),(81153,114,682,0),(81154,115,682,0),(81155,116,682,0),(81156,117,682,0),(81157,118,682,0),(81158,119,682,0),(81159,1,683,0),(81160,2,683,0),(81161,3,683,0),(81162,4,683,0),(81163,5,683,0),(81164,6,683,0),(81165,7,683,0),(81166,8,683,0),(81167,9,683,0),(81168,10,683,0),(81169,11,683,0),(81170,12,683,0),(81171,13,683,0),(81172,14,683,0),(81173,15,683,0),(81174,16,683,0),(81175,17,683,0),(81176,18,683,0),(81177,19,683,0),(81178,20,683,0),(81179,21,683,0),(81180,22,683,0),(81181,23,683,0),(81182,24,683,0),(81183,25,683,0),(81184,26,683,0),(81185,27,683,0),(81186,28,683,0),(81187,29,683,0),(81188,30,683,0),(81189,31,683,0),(81190,32,683,0),(81191,33,683,0),(81192,34,683,0),(81193,35,683,0),(81194,36,683,0),(81195,37,683,0),(81196,38,683,0),(81197,39,683,0),(81198,40,683,0),(81199,41,683,0),(81200,42,683,0),(81201,43,683,0),(81202,44,683,0),(81203,45,683,0),(81204,46,683,0),(81205,47,683,0),(81206,48,683,0),(81207,49,683,0),(81208,50,683,0),(81209,51,683,0),(81210,52,683,0),(81211,53,683,0),(81212,54,683,0),(81213,55,683,0),(81214,56,683,0),(81215,57,683,0),(81216,58,683,0),(81217,59,683,0),(81218,60,683,0),(81219,61,683,0),(81220,62,683,0),(81221,63,683,0),(81222,64,683,0),(81223,65,683,0),(81224,66,683,0),(81225,67,683,0),(81226,68,683,0),(81227,69,683,0),(81228,70,683,0),(81229,71,683,0),(81230,72,683,0),(81231,73,683,0),(81232,74,683,0),(81233,75,683,0),(81234,76,683,0),(81235,77,683,0),(81236,78,683,0),(81237,79,683,0.204896032837924),(81238,80,683,0),(81239,81,683,0),(81240,82,683,0),(81241,83,683,0),(81242,84,683,0),(81243,85,683,0),(81244,86,683,0),(81245,87,683,0),(81246,88,683,0),(81247,89,683,0),(81248,90,683,0),(81249,91,683,0),(81250,92,683,0),(81251,93,683,0),(81252,94,683,0),(81253,95,683,0),(81254,96,683,0),(81255,97,683,0),(81256,98,683,0),(81257,99,683,0),(81258,100,683,0),(81259,101,683,0),(81260,102,683,0),(81261,103,683,0),(81262,104,683,0),(81263,105,683,0),(81264,106,683,0),(81265,107,683,0),(81266,108,683,0),(81267,109,683,0),(81268,110,683,0),(81269,111,683,0),(81270,112,683,0),(81271,113,683,0),(81272,114,683,0),(81273,115,683,0),(81274,116,683,0),(81275,117,683,0),(81276,118,683,0),(81277,119,683,0),(81278,1,684,0),(81279,2,684,0),(81280,3,684,0),(81281,4,684,0),(81282,5,684,0),(81283,6,684,0),(81284,7,684,0),(81285,8,684,0),(81286,9,684,0),(81287,10,684,0),(81288,11,684,0),(81289,12,684,0),(81290,13,684,0),(81291,14,684,0),(81292,15,684,0),(81293,16,684,0),(81294,17,684,0),(81295,18,684,0),(81296,19,684,0),(81297,20,684,0),(81298,21,684,0),(81299,22,684,0),(81300,23,684,0),(81301,24,684,0),(81302,25,684,0),(81303,26,684,0),(81304,27,684,0),(81305,28,684,0),(81306,29,684,0),(81307,30,684,0),(81308,31,684,0),(81309,32,684,0),(81310,33,684,0),(81311,34,684,0),(81312,35,684,0),(81313,36,684,0),(81314,37,684,0),(81315,38,684,0),(81316,39,684,0),(81317,40,684,0),(81318,41,684,0),(81319,42,684,0),(81320,43,684,0),(81321,44,684,0),(81322,45,684,0),(81323,46,684,0),(81324,47,684,0),(81325,48,684,0),(81326,49,684,0),(81327,50,684,0),(81328,51,684,0),(81329,52,684,0),(81330,53,684,0),(81331,54,684,0),(81332,55,684,0),(81333,56,684,0),(81334,57,684,0),(81335,58,684,0),(81336,59,684,0),(81337,60,684,0),(81338,61,684,0),(81339,62,684,0),(81340,63,684,0),(81341,64,684,0),(81342,65,684,0),(81343,66,684,0),(81344,67,684,0),(81345,68,684,0),(81346,69,684,0),(81347,70,684,0),(81348,71,684,0),(81349,72,684,0),(81350,73,684,0),(81351,74,684,0),(81352,75,684,0),(81353,76,684,0),(81354,77,684,0),(81355,78,684,0),(81356,79,684,0.440617882757908),(81357,80,684,0),(81358,81,684,0),(81359,82,684,0),(81360,83,684,0),(81361,84,684,0),(81362,85,684,0),(81363,86,684,0),(81364,87,684,0),(81365,88,684,0),(81366,89,684,0),(81367,90,684,0),(81368,91,684,0),(81369,92,684,0),(81370,93,684,0),(81371,94,684,0),(81372,95,684,0),(81373,96,684,0),(81374,97,684,0),(81375,98,684,0),(81376,99,684,0),(81377,100,684,0),(81378,101,684,0),(81379,102,684,0),(81380,103,684,0),(81381,104,684,0),(81382,105,684,0),(81383,106,684,0),(81384,107,684,0),(81385,108,684,0),(81386,109,684,0),(81387,110,684,0),(81388,111,684,0),(81389,112,684,0),(81390,113,684,0),(81391,114,684,0),(81392,115,684,0),(81393,116,684,0),(81394,117,684,0),(81395,118,684,0),(81396,119,684,0),(81397,1,685,0),(81398,2,685,0),(81399,3,685,0),(81400,4,685,0),(81401,5,685,0),(81402,6,685,0),(81403,7,685,0),(81404,8,685,0),(81405,9,685,0),(81406,10,685,0),(81407,11,685,0),(81408,12,685,0),(81409,13,685,0),(81410,14,685,0),(81411,15,685,0),(81412,16,685,0),(81413,17,685,0),(81414,18,685,0),(81415,19,685,0),(81416,20,685,0),(81417,21,685,0),(81418,22,685,0),(81419,23,685,0),(81420,24,685,0),(81421,25,685,0),(81422,26,685,0),(81423,27,685,0),(81424,28,685,0),(81425,29,685,0),(81426,30,685,0),(81427,31,685,0),(81428,32,685,0),(81429,33,685,0),(81430,34,685,0),(81431,35,685,0),(81432,36,685,0),(81433,37,685,0),(81434,38,685,0),(81435,39,685,0),(81436,40,685,0),(81437,41,685,0),(81438,42,685,0),(81439,43,685,0),(81440,44,685,0),(81441,45,685,0),(81442,46,685,0),(81443,47,685,0),(81444,48,685,0),(81445,49,685,0),(81446,50,685,0),(81447,51,685,0),(81448,52,685,0),(81449,53,685,0),(81450,54,685,0),(81451,55,685,0),(81452,56,685,0),(81453,57,685,0),(81454,58,685,0),(81455,59,685,0),(81456,60,685,0),(81457,61,685,0),(81458,62,685,0),(81459,63,685,0),(81460,64,685,0),(81461,65,685,0),(81462,66,685,0),(81463,67,685,0),(81464,68,685,0),(81465,69,685,0),(81466,70,685,0),(81467,71,685,0),(81468,72,685,0),(81469,73,685,0),(81470,74,685,0),(81471,75,685,0),(81472,76,685,0),(81473,77,685,0),(81474,78,685,0),(81475,79,685,0.0934925367999607),(81476,80,685,0),(81477,81,685,0),(81478,82,685,0),(81479,83,685,0),(81480,84,685,0),(81481,85,685,0),(81482,86,685,0),(81483,87,685,0),(81484,88,685,0),(81485,89,685,0),(81486,90,685,0),(81487,91,685,0),(81488,92,685,0),(81489,93,685,0),(81490,94,685,0),(81491,95,685,0),(81492,96,685,0),(81493,97,685,0),(81494,98,685,0),(81495,99,685,0),(81496,100,685,0),(81497,101,685,0),(81498,102,685,0),(81499,103,685,0),(81500,104,685,0),(81501,105,685,0),(81502,106,685,0),(81503,107,685,0),(81504,108,685,0),(81505,109,685,0),(81506,110,685,0),(81507,111,685,0),(81508,112,685,0),(81509,113,685,0),(81510,114,685,0),(81511,115,685,0),(81512,116,685,0),(81513,117,685,0),(81514,118,685,0),(81515,119,685,0),(81516,1,686,0),(81517,2,686,0),(81518,3,686,0),(81519,4,686,0),(81520,5,686,0),(81521,6,686,0),(81522,7,686,0),(81523,8,686,0),(81524,9,686,0),(81525,10,686,0),(81526,11,686,0),(81527,12,686,0),(81528,13,686,0),(81529,14,686,0),(81530,15,686,0),(81531,16,686,0),(81532,17,686,0),(81533,18,686,0),(81534,19,686,0),(81535,20,686,0),(81536,21,686,0),(81537,22,686,0),(81538,23,686,0),(81539,24,686,0),(81540,25,686,0),(81541,26,686,0),(81542,27,686,0),(81543,28,686,0),(81544,29,686,0),(81545,30,686,0),(81546,31,686,0),(81547,32,686,0),(81548,33,686,0),(81549,34,686,0),(81550,35,686,0),(81551,36,686,0),(81552,37,686,0),(81553,38,686,0),(81554,39,686,0),(81555,40,686,0),(81556,41,686,0),(81557,42,686,0),(81558,43,686,0),(81559,44,686,0),(81560,45,686,0),(81561,46,686,0),(81562,47,686,0),(81563,48,686,0),(81564,49,686,0),(81565,50,686,0),(81566,51,686,0),(81567,52,686,0),(81568,53,686,0),(81569,54,686,0),(81570,55,686,0),(81571,56,686,0),(81572,57,686,0),(81573,58,686,0),(81574,59,686,0),(81575,60,686,0),(81576,61,686,0),(81577,62,686,0),(81578,63,686,0),(81579,64,686,0),(81580,65,686,0),(81581,66,686,0),(81582,67,686,0),(81583,68,686,0),(81584,69,686,0),(81585,70,686,0),(81586,71,686,0),(81587,72,686,0),(81588,73,686,0),(81589,74,686,0),(81590,75,686,0),(81591,76,686,0),(81592,77,686,0),(81593,78,686,0),(81594,79,686,0.496614585358396),(81595,80,686,0),(81596,81,686,0),(81597,82,686,0),(81598,83,686,0),(81599,84,686,0),(81600,85,686,0),(81601,86,686,0),(81602,87,686,0),(81603,88,686,0),(81604,89,686,0),(81605,90,686,0),(81606,91,686,0),(81607,92,686,0),(81608,93,686,0),(81609,94,686,0),(81610,95,686,0),(81611,96,686,0),(81612,97,686,0),(81613,98,686,0),(81614,99,686,0),(81615,100,686,0),(81616,101,686,0),(81617,102,686,0),(81618,103,686,0),(81619,104,686,0),(81620,105,686,0),(81621,106,686,0),(81622,107,686,0),(81623,108,686,0),(81624,109,686,0),(81625,110,686,0),(81626,111,686,0),(81627,112,686,0),(81628,113,686,0),(81629,114,686,0),(81630,115,686,0),(81631,116,686,0),(81632,117,686,0),(81633,118,686,0),(81634,119,686,0),(81635,1,687,0),(81636,2,687,0),(81637,3,687,0),(81638,4,687,0),(81639,5,687,0),(81640,6,687,0),(81641,7,687,0),(81642,8,687,0),(81643,9,687,0),(81644,10,687,0),(81645,11,687,0),(81646,12,687,0),(81647,13,687,0),(81648,14,687,0),(81649,15,687,0),(81650,16,687,0),(81651,17,687,0),(81652,18,687,0),(81653,19,687,0),(81654,20,687,0),(81655,21,687,0),(81656,22,687,0),(81657,23,687,0),(81658,24,687,0),(81659,25,687,0),(81660,26,687,0),(81661,27,687,0),(81662,28,687,0),(81663,29,687,0),(81664,30,687,0),(81665,31,687,0),(81666,32,687,0),(81667,33,687,0),(81668,34,687,0),(81669,35,687,0),(81670,36,687,0),(81671,37,687,0),(81672,38,687,0),(81673,39,687,0),(81674,40,687,0),(81675,41,687,0),(81676,42,687,0),(81677,43,687,0),(81678,44,687,0),(81679,45,687,0),(81680,46,687,0),(81681,47,687,0),(81682,48,687,0),(81683,49,687,0),(81684,50,687,0),(81685,51,687,0),(81686,52,687,0),(81687,53,687,0),(81688,54,687,0),(81689,55,687,0),(81690,56,687,0),(81691,57,687,0),(81692,58,687,0),(81693,59,687,0),(81694,60,687,0),(81695,61,687,0),(81696,62,687,0),(81697,63,687,0),(81698,64,687,0),(81699,65,687,0),(81700,66,687,0),(81701,67,687,0),(81702,68,687,0),(81703,69,687,0),(81704,70,687,0),(81705,71,687,0),(81706,72,687,0),(81707,73,687,0),(81708,74,687,0),(81709,75,687,0),(81710,76,687,0),(81711,77,687,0),(81712,78,687,0),(81713,79,687,0.409892877841644),(81714,80,687,0),(81715,81,687,0),(81716,82,687,0),(81717,83,687,0),(81718,84,687,0),(81719,85,687,0),(81720,86,687,0),(81721,87,687,0),(81722,88,687,0),(81723,89,687,0),(81724,90,687,0),(81725,91,687,0),(81726,92,687,0),(81727,93,687,0),(81728,94,687,0),(81729,95,687,0),(81730,96,687,0),(81731,97,687,0),(81732,98,687,0),(81733,99,687,0),(81734,100,687,0),(81735,101,687,0),(81736,102,687,0),(81737,103,687,0),(81738,104,687,0),(81739,105,687,0),(81740,106,687,0),(81741,107,687,0),(81742,108,687,0),(81743,109,687,0),(81744,110,687,0),(81745,111,687,0),(81746,112,687,0),(81747,113,687,0),(81748,114,687,0),(81749,115,687,0),(81750,116,687,0),(81751,117,687,0),(81752,118,687,0),(81753,119,687,0),(81754,1,688,0),(81755,2,688,0),(81756,3,688,0),(81757,4,688,0),(81758,5,688,0),(81759,6,688,0),(81760,7,688,0),(81761,8,688,0),(81762,9,688,0),(81763,10,688,0),(81764,11,688,0),(81765,12,688,0),(81766,13,688,0),(81767,14,688,0),(81768,15,688,0),(81769,16,688,0),(81770,17,688,0),(81771,18,688,0),(81772,19,688,0),(81773,20,688,0),(81774,21,688,0),(81775,22,688,0),(81776,23,688,0),(81777,24,688,0),(81778,25,688,0),(81779,26,688,0),(81780,27,688,0),(81781,28,688,0),(81782,29,688,0),(81783,30,688,0),(81784,31,688,0),(81785,32,688,0),(81786,33,688,0),(81787,34,688,0),(81788,35,688,0),(81789,36,688,0),(81790,37,688,0),(81791,38,688,0),(81792,39,688,0),(81793,40,688,0),(81794,41,688,0),(81795,42,688,0),(81796,43,688,0),(81797,44,688,0),(81798,45,688,0),(81799,46,688,0),(81800,47,688,0),(81801,48,688,0),(81802,49,688,0),(81803,50,688,0),(81804,51,688,0),(81805,52,688,0),(81806,53,688,0),(81807,54,688,0),(81808,55,688,0),(81809,56,688,0),(81810,57,688,0),(81811,58,688,0),(81812,59,688,0),(81813,60,688,0),(81814,61,688,0),(81815,62,688,0),(81816,63,688,0),(81817,64,688,0),(81818,65,688,0),(81819,66,688,0),(81820,67,688,0),(81821,68,688,0),(81822,69,688,0),(81823,70,688,0),(81824,71,688,0),(81825,72,688,0),(81826,73,688,0),(81827,74,688,0),(81828,75,688,0),(81829,76,688,0),(81830,77,688,0),(81831,78,688,0),(81832,79,688,0),(81833,80,688,0.5),(81834,81,688,0),(81835,82,688,0),(81836,83,688,0),(81837,84,688,0),(81838,85,688,0),(81839,86,688,0),(81840,87,688,0),(81841,88,688,0),(81842,89,688,0),(81843,90,688,0),(81844,91,688,0),(81845,92,688,0),(81846,93,688,0),(81847,94,688,0),(81848,95,688,0),(81849,96,688,0),(81850,97,688,0),(81851,98,688,0),(81852,99,688,0),(81853,100,688,0),(81854,101,688,0),(81855,102,688,0),(81856,103,688,0),(81857,104,688,0),(81858,105,688,0),(81859,106,688,0),(81860,107,688,0),(81861,108,688,0),(81862,109,688,0),(81863,110,688,0),(81864,111,688,0),(81865,112,688,0),(81866,113,688,0),(81867,114,688,0),(81868,115,688,0),(81869,116,688,0),(81870,117,688,0),(81871,118,688,0),(81872,119,688,0),(81873,1,689,0),(81874,2,689,0),(81875,3,689,0),(81876,4,689,0),(81877,5,689,0),(81878,6,689,0),(81879,7,689,0),(81880,8,689,0),(81881,9,689,0),(81882,10,689,0),(81883,11,689,0),(81884,12,689,0),(81885,13,689,0),(81886,14,689,0),(81887,15,689,0),(81888,16,689,0),(81889,17,689,0),(81890,18,689,0),(81891,19,689,0),(81892,20,689,0),(81893,21,689,0),(81894,22,689,0),(81895,23,689,0),(81896,24,689,0),(81897,25,689,0),(81898,26,689,0),(81899,27,689,0),(81900,28,689,0),(81901,29,689,0),(81902,30,689,0),(81903,31,689,0),(81904,32,689,0),(81905,33,689,0),(81906,34,689,0),(81907,35,689,0),(81908,36,689,0),(81909,37,689,0),(81910,38,689,0),(81911,39,689,0),(81912,40,689,0),(81913,41,689,0),(81914,42,689,0),(81915,43,689,0),(81916,44,689,0),(81917,45,689,0),(81918,46,689,0),(81919,47,689,0),(81920,48,689,0),(81921,49,689,0),(81922,50,689,0),(81923,51,689,0),(81924,52,689,0),(81925,53,689,0),(81926,54,689,0),(81927,55,689,0),(81928,56,689,0),(81929,57,689,0),(81930,58,689,0),(81931,59,689,0),(81932,60,689,0),(81933,61,689,0),(81934,62,689,0),(81935,63,689,0),(81936,64,689,0),(81937,65,689,0),(81938,66,689,0),(81939,67,689,0),(81940,68,689,0),(81941,69,689,0),(81942,70,689,0),(81943,71,689,0),(81944,72,689,0),(81945,73,689,0),(81946,74,689,0),(81947,75,689,0),(81948,76,689,0),(81949,77,689,0),(81950,78,689,0),(81951,79,689,0),(81952,80,689,0.462883134623197),(81953,81,689,0),(81954,82,689,0),(81955,83,689,0),(81956,84,689,0),(81957,85,689,0),(81958,86,689,0),(81959,87,689,0),(81960,88,689,0),(81961,89,689,0),(81962,90,689,0),(81963,91,689,0),(81964,92,689,0),(81965,93,689,0),(81966,94,689,0),(81967,95,689,0),(81968,96,689,0),(81969,97,689,0),(81970,98,689,0),(81971,99,689,0),(81972,100,689,0),(81973,101,689,0),(81974,102,689,0),(81975,103,689,0),(81976,104,689,0),(81977,105,689,0),(81978,106,689,0),(81979,107,689,0),(81980,108,689,0),(81981,109,689,0),(81982,110,689,0),(81983,111,689,0),(81984,112,689,0),(81985,113,689,0),(81986,114,689,0),(81987,115,689,0),(81988,116,689,0),(81989,117,689,0),(81990,118,689,0),(81991,119,689,0),(81992,1,690,0),(81993,2,690,0),(81994,3,690,0),(81995,4,690,0),(81996,5,690,0),(81997,6,690,0),(81998,7,690,0),(81999,8,690,0),(82000,9,690,0),(82001,10,690,0),(82002,11,690,0),(82003,12,690,0),(82004,13,690,0),(82005,14,690,0),(82006,15,690,0),(82007,16,690,0),(82008,17,690,0),(82009,18,690,0),(82010,19,690,0),(82011,20,690,0),(82012,21,690,0),(82013,22,690,0),(82014,23,690,0),(82015,24,690,0),(82016,25,690,0),(82017,26,690,0),(82018,27,690,0),(82019,28,690,0),(82020,29,690,0),(82021,30,690,0),(82022,31,690,0),(82023,32,690,0),(82024,33,690,0),(82025,34,690,0),(82026,35,690,0),(82027,36,690,0),(82028,37,690,0),(82029,38,690,0),(82030,39,690,0),(82031,40,690,0),(82032,41,690,0),(82033,42,690,0),(82034,43,690,0),(82035,44,690,0),(82036,45,690,0),(82037,46,690,0),(82038,47,690,0),(82039,48,690,0),(82040,49,690,0),(82041,50,690,0),(82042,51,690,0),(82043,52,690,0),(82044,53,690,0),(82045,54,690,0),(82046,55,690,0),(82047,56,690,0),(82048,57,690,0),(82049,58,690,0),(82050,59,690,0),(82051,60,690,0),(82052,61,690,0),(82053,62,690,0),(82054,63,690,0),(82055,64,690,0),(82056,65,690,0),(82057,66,690,0),(82058,67,690,0),(82059,68,690,0),(82060,69,690,0),(82061,70,690,0),(82062,71,690,0),(82063,72,690,0),(82064,73,690,0),(82065,74,690,0),(82066,75,690,0),(82067,76,690,0),(82068,77,690,0),(82069,78,690,0),(82070,79,690,0),(82071,80,690,0.204042138788329),(82072,81,690,0),(82073,82,690,0),(82074,83,690,0),(82075,84,690,0),(82076,85,690,0),(82077,86,690,0),(82078,87,690,0),(82079,88,690,0),(82080,89,690,0),(82081,90,690,0),(82082,91,690,0),(82083,92,690,0),(82084,93,690,0),(82085,94,690,0),(82086,95,690,0),(82087,96,690,0),(82088,97,690,0),(82089,98,690,0),(82090,99,690,0),(82091,100,690,0),(82092,101,690,0),(82093,102,690,0),(82094,103,690,0),(82095,104,690,0),(82096,105,690,0),(82097,106,690,0),(82098,107,690,0),(82099,108,690,0),(82100,109,690,0),(82101,110,690,0),(82102,111,690,0),(82103,112,690,0),(82104,113,690,0),(82105,114,690,0),(82106,115,690,0),(82107,116,690,0),(82108,117,690,0),(82109,118,690,0),(82110,119,690,0),(82111,1,691,0),(82112,2,691,0),(82113,3,691,0),(82114,4,691,0),(82115,5,691,0),(82116,6,691,0),(82117,7,691,0),(82118,8,691,0),(82119,9,691,0),(82120,10,691,0),(82121,11,691,0),(82122,12,691,0),(82123,13,691,0),(82124,14,691,0),(82125,15,691,0),(82126,16,691,0),(82127,17,691,0),(82128,18,691,0),(82129,19,691,0),(82130,20,691,0),(82131,21,691,0),(82132,22,691,0),(82133,23,691,0),(82134,24,691,0),(82135,25,691,0),(82136,26,691,0),(82137,27,691,0),(82138,28,691,0),(82139,29,691,0),(82140,30,691,0),(82141,31,691,0),(82142,32,691,0),(82143,33,691,0),(82144,34,691,0),(82145,35,691,0),(82146,36,691,0),(82147,37,691,0),(82148,38,691,0),(82149,39,691,0),(82150,40,691,0),(82151,41,691,0),(82152,42,691,0),(82153,43,691,0),(82154,44,691,0),(82155,45,691,0),(82156,46,691,0),(82157,47,691,0),(82158,48,691,0),(82159,49,691,0),(82160,50,691,0),(82161,51,691,0),(82162,52,691,0),(82163,53,691,0),(82164,54,691,0),(82165,55,691,0),(82166,56,691,0),(82167,57,691,0),(82168,58,691,0),(82169,59,691,0),(82170,60,691,0),(82171,61,691,0),(82172,62,691,0),(82173,63,691,0),(82174,64,691,0),(82175,65,691,0),(82176,66,691,0),(82177,67,691,0),(82178,68,691,0),(82179,69,691,0),(82180,70,691,0),(82181,71,691,0),(82182,72,691,0),(82183,73,691,0),(82184,74,691,0),(82185,75,691,0),(82186,76,691,0),(82187,77,691,0),(82188,78,691,0),(82189,79,691,0),(82190,80,691,0.133074726588474),(82191,81,691,0),(82192,82,691,0),(82193,83,691,0),(82194,84,691,0),(82195,85,691,0),(82196,86,691,0),(82197,87,691,0),(82198,88,691,0),(82199,89,691,0),(82200,90,691,0),(82201,91,691,0),(82202,92,691,0),(82203,93,691,0),(82204,94,691,0),(82205,95,691,0),(82206,96,691,0),(82207,97,691,0),(82208,98,691,0),(82209,99,691,0),(82210,100,691,0),(82211,101,691,0),(82212,102,691,0),(82213,103,691,0),(82214,104,691,0),(82215,105,691,0),(82216,106,691,0),(82217,107,691,0),(82218,108,691,0),(82219,109,691,0),(82220,110,691,0),(82221,111,691,0),(82222,112,691,0),(82223,113,691,0),(82224,114,691,0),(82225,115,691,0),(82226,116,691,0),(82227,117,691,0),(82228,118,691,0),(82229,119,691,0),(82230,1,692,0),(82231,2,692,0),(82232,3,692,0),(82233,4,692,0),(82234,5,692,0),(82235,6,692,0),(82236,7,692,0),(82237,8,692,0),(82238,9,692,0),(82239,10,692,0),(82240,11,692,0),(82241,12,692,0),(82242,13,692,0),(82243,14,692,0),(82244,15,692,0),(82245,16,692,0),(82246,17,692,0),(82247,18,692,0),(82248,19,692,0),(82249,20,692,0),(82250,21,692,0),(82251,22,692,0),(82252,23,692,0),(82253,24,692,0),(82254,25,692,0),(82255,26,692,0),(82256,27,692,0),(82257,28,692,0),(82258,29,692,0),(82259,30,692,0),(82260,31,692,0),(82261,32,692,0),(82262,33,692,0),(82263,34,692,0),(82264,35,692,0),(82265,36,692,0),(82266,37,692,0),(82267,38,692,0),(82268,39,692,0),(82269,40,692,0),(82270,41,692,0),(82271,42,692,0),(82272,43,692,0),(82273,44,692,0),(82274,45,692,0),(82275,46,692,0),(82276,47,692,0),(82277,48,692,0),(82278,49,692,0),(82279,50,692,0),(82280,51,692,0),(82281,52,692,0),(82282,53,692,0),(82283,54,692,0),(82284,55,692,0),(82285,56,692,0),(82286,57,692,0),(82287,58,692,0),(82288,59,692,0),(82289,60,692,0),(82290,61,692,0),(82291,62,692,0),(82292,63,692,0),(82293,64,692,0),(82294,65,692,0),(82295,66,692,0),(82296,67,692,0),(82297,68,692,0),(82298,69,692,0),(82299,70,692,0),(82300,71,692,0),(82301,72,692,0),(82302,73,692,0),(82303,74,692,0),(82304,75,692,0),(82305,76,692,0),(82306,77,692,0),(82307,78,692,0),(82308,79,692,0),(82309,80,692,0.0899252019650668),(82310,81,692,0),(82311,82,692,0),(82312,83,692,0),(82313,84,692,0),(82314,85,692,0),(82315,86,692,0),(82316,87,692,0),(82317,88,692,0),(82318,89,692,0),(82319,90,692,0),(82320,91,692,0),(82321,92,692,0),(82322,93,692,0),(82323,94,692,0),(82324,95,692,0),(82325,96,692,0),(82326,97,692,0),(82327,98,692,0),(82328,99,692,0),(82329,100,692,0),(82330,101,692,0),(82331,102,692,0),(82332,103,692,0),(82333,104,692,0),(82334,105,692,0),(82335,106,692,0),(82336,107,692,0),(82337,108,692,0),(82338,109,692,0),(82339,110,692,0),(82340,111,692,0),(82341,112,692,0),(82342,113,692,0),(82343,114,692,0),(82344,115,692,0),(82345,116,692,0),(82346,117,692,0),(82347,118,692,0),(82348,119,692,0),(82349,1,693,0),(82350,2,693,0),(82351,3,693,0),(82352,4,693,0),(82353,5,693,0),(82354,6,693,0),(82355,7,693,0),(82356,8,693,0),(82357,9,693,0),(82358,10,693,0),(82359,11,693,0),(82360,12,693,0),(82361,13,693,0),(82362,14,693,0),(82363,15,693,0),(82364,16,693,0),(82365,17,693,0),(82366,18,693,0),(82367,19,693,0),(82368,20,693,0),(82369,21,693,0),(82370,22,693,0),(82371,23,693,0),(82372,24,693,0),(82373,25,693,0),(82374,26,693,0),(82375,27,693,0),(82376,28,693,0),(82377,29,693,0),(82378,30,693,0),(82379,31,693,0),(82380,32,693,0),(82381,33,693,0),(82382,34,693,0),(82383,35,693,0),(82384,36,693,0),(82385,37,693,0),(82386,38,693,0),(82387,39,693,0),(82388,40,693,0),(82389,41,693,0),(82390,42,693,0),(82391,43,693,0),(82392,44,693,0),(82393,45,693,0),(82394,46,693,0),(82395,47,693,0),(82396,48,693,0),(82397,49,693,0),(82398,50,693,0),(82399,51,693,0),(82400,52,693,0),(82401,53,693,0),(82402,54,693,0),(82403,55,693,0),(82404,56,693,0),(82405,57,693,0),(82406,58,693,0),(82407,59,693,0),(82408,60,693,0),(82409,61,693,0),(82410,62,693,0),(82411,63,693,0),(82412,64,693,0),(82413,65,693,0),(82414,66,693,0),(82415,67,693,0),(82416,68,693,0),(82417,69,693,0),(82418,70,693,0),(82419,71,693,0),(82420,72,693,0),(82421,73,693,0),(82422,74,693,0),(82423,75,693,0),(82424,76,693,0),(82425,77,693,0),(82426,78,693,0),(82427,79,693,0),(82428,80,693,0.330547488230528),(82429,81,693,0),(82430,82,693,0),(82431,83,693,0),(82432,84,693,0),(82433,85,693,0),(82434,86,693,0),(82435,87,693,0),(82436,88,693,0),(82437,89,693,0),(82438,90,693,0),(82439,91,693,0),(82440,92,693,0),(82441,93,693,0),(82442,94,693,0),(82443,95,693,0),(82444,96,693,0),(82445,97,693,0),(82446,98,693,0),(82447,99,693,0),(82448,100,693,0),(82449,101,693,0),(82450,102,693,0),(82451,103,693,0),(82452,104,693,0),(82453,105,693,0),(82454,106,693,0),(82455,107,693,0),(82456,108,693,0),(82457,109,693,0),(82458,110,693,0),(82459,111,693,0),(82460,112,693,0),(82461,113,693,0),(82462,114,693,0),(82463,115,693,0),(82464,116,693,0),(82465,117,693,0),(82466,118,693,0),(82467,119,693,0),(82468,1,694,0),(82469,2,694,0),(82470,3,694,0),(82471,4,694,0),(82472,5,694,0),(82473,6,694,0),(82474,7,694,0),(82475,8,694,0),(82476,9,694,0),(82477,10,694,0),(82478,11,694,0),(82479,12,694,0),(82480,13,694,0),(82481,14,694,0),(82482,15,694,0),(82483,16,694,0),(82484,17,694,0),(82485,18,694,0),(82486,19,694,0),(82487,20,694,0),(82488,21,694,0),(82489,22,694,0),(82490,23,694,0),(82491,24,694,0),(82492,25,694,0),(82493,26,694,0),(82494,27,694,0),(82495,28,694,0),(82496,29,694,0),(82497,30,694,0),(82498,31,694,0),(82499,32,694,0),(82500,33,694,0),(82501,34,694,0),(82502,35,694,0),(82503,36,694,0),(82504,37,694,0),(82505,38,694,0),(82506,39,694,0),(82507,40,694,0),(82508,41,694,0),(82509,42,694,0),(82510,43,694,0),(82511,44,694,0),(82512,45,694,0),(82513,46,694,0),(82514,47,694,0),(82515,48,694,0),(82516,49,694,0),(82517,50,694,0),(82518,51,694,0),(82519,52,694,0),(82520,53,694,0),(82521,54,694,0),(82522,55,694,0),(82523,56,694,0),(82524,57,694,0),(82525,58,694,0),(82526,59,694,0),(82527,60,694,0),(82528,61,694,0),(82529,62,694,0),(82530,63,694,0),(82531,64,694,0),(82532,65,694,0),(82533,66,694,0),(82534,67,694,0),(82535,68,694,0),(82536,69,694,0),(82537,70,694,0),(82538,71,694,0),(82539,72,694,0),(82540,73,694,0),(82541,74,694,0),(82542,75,694,0),(82543,76,694,0),(82544,77,694,0),(82545,78,694,0),(82546,79,694,0),(82547,80,694,0.4456072420869),(82548,81,694,0),(82549,82,694,0),(82550,83,694,0),(82551,84,694,0),(82552,85,694,0),(82553,86,694,0),(82554,87,694,0),(82555,88,694,0),(82556,89,694,0),(82557,90,694,0),(82558,91,694,0),(82559,92,694,0),(82560,93,694,0),(82561,94,694,0),(82562,95,694,0),(82563,96,694,0),(82564,97,694,0),(82565,98,694,0),(82566,99,694,0),(82567,100,694,0),(82568,101,694,0),(82569,102,694,0),(82570,103,694,0),(82571,104,694,0),(82572,105,694,0),(82573,106,694,0),(82574,107,694,0),(82575,108,694,0),(82576,109,694,0),(82577,110,694,0),(82578,111,694,0),(82579,112,694,0),(82580,113,694,0),(82581,114,694,0),(82582,115,694,0),(82583,116,694,0),(82584,117,694,0),(82585,118,694,0),(82586,119,694,0),(82587,1,695,0),(82588,2,695,0),(82589,3,695,0),(82590,4,695,0),(82591,5,695,0),(82592,6,695,0),(82593,7,695,0),(82594,8,695,0),(82595,9,695,0),(82596,10,695,0),(82597,11,695,0),(82598,12,695,0),(82599,13,695,0),(82600,14,695,0),(82601,15,695,0),(82602,16,695,0),(82603,17,695,0),(82604,18,695,0),(82605,19,695,0),(82606,20,695,0),(82607,21,695,0),(82608,22,695,0),(82609,23,695,0),(82610,24,695,0),(82611,25,695,0),(82612,26,695,0),(82613,27,695,0),(82614,28,695,0),(82615,29,695,0),(82616,30,695,0),(82617,31,695,0),(82618,32,695,0),(82619,33,695,0),(82620,34,695,0),(82621,35,695,0),(82622,36,695,0),(82623,37,695,0),(82624,38,695,0),(82625,39,695,0),(82626,40,695,0),(82627,41,695,0),(82628,42,695,0),(82629,43,695,0),(82630,44,695,0),(82631,45,695,0),(82632,46,695,0),(82633,47,695,0),(82634,48,695,0),(82635,49,695,0),(82636,50,695,0),(82637,51,695,0),(82638,52,695,0),(82639,53,695,0),(82640,54,695,0),(82641,55,695,0),(82642,56,695,0),(82643,57,695,0),(82644,58,695,0),(82645,59,695,0),(82646,60,695,0),(82647,61,695,0),(82648,62,695,0),(82649,63,695,0),(82650,64,695,0),(82651,65,695,0),(82652,66,695,0),(82653,67,695,0),(82654,68,695,0),(82655,69,695,0),(82656,70,695,0),(82657,71,695,0),(82658,72,695,0),(82659,73,695,0),(82660,74,695,0),(82661,75,695,0),(82662,76,695,0),(82663,77,695,0),(82664,78,695,0),(82665,79,695,0),(82666,80,695,0.133920067717506),(82667,81,695,0),(82668,82,695,0),(82669,83,695,0),(82670,84,695,0),(82671,85,695,0),(82672,86,695,0),(82673,87,695,0),(82674,88,695,0),(82675,89,695,0),(82676,90,695,0),(82677,91,695,0),(82678,92,695,0),(82679,93,695,0),(82680,94,695,0),(82681,95,695,0),(82682,96,695,0),(82683,97,695,0),(82684,98,695,0),(82685,99,695,0),(82686,100,695,0),(82687,101,695,0),(82688,102,695,0),(82689,103,695,0),(82690,104,695,0),(82691,105,695,0),(82692,106,695,0),(82693,107,695,0),(82694,108,695,0),(82695,109,695,0),(82696,110,695,0),(82697,111,695,0),(82698,112,695,0),(82699,113,695,0),(82700,114,695,0),(82701,115,695,0),(82702,116,695,0),(82703,117,695,0),(82704,118,695,0),(82705,119,695,0),(82706,1,696,0),(82707,2,696,0),(82708,3,696,0),(82709,4,696,0),(82710,5,696,0),(82711,6,696,0),(82712,7,696,0),(82713,8,696,0),(82714,9,696,0),(82715,10,696,0),(82716,11,696,0),(82717,12,696,0),(82718,13,696,0),(82719,14,696,0),(82720,15,696,0),(82721,16,696,0),(82722,17,696,0),(82723,18,696,0),(82724,19,696,0),(82725,20,696,0),(82726,21,696,0),(82727,22,696,0),(82728,23,696,0),(82729,24,696,0),(82730,25,696,0),(82731,26,696,0),(82732,27,696,0),(82733,28,696,0),(82734,29,696,0),(82735,30,696,0),(82736,31,696,0),(82737,32,696,0),(82738,33,696,0),(82739,34,696,0),(82740,35,696,0),(82741,36,696,0),(82742,37,696,0),(82743,38,696,0),(82744,39,696,0),(82745,40,696,0),(82746,41,696,0),(82747,42,696,0),(82748,43,696,0),(82749,44,696,0),(82750,45,696,0),(82751,46,696,0),(82752,47,696,0),(82753,48,696,0),(82754,49,696,0),(82755,50,696,0),(82756,51,696,0),(82757,52,696,0),(82758,53,696,0),(82759,54,696,0),(82760,55,696,0),(82761,56,696,0),(82762,57,696,0),(82763,58,696,0),(82764,59,696,0),(82765,60,696,0),(82766,61,696,0),(82767,62,696,0),(82768,63,696,0),(82769,64,696,0),(82770,65,696,0),(82771,66,696,0),(82772,67,696,0),(82773,68,696,0),(82774,69,696,0),(82775,70,696,0),(82776,71,696,0),(82777,72,696,0),(82778,73,696,0),(82779,74,696,0),(82780,75,696,0),(82781,76,696,0),(82782,77,696,0),(82783,78,696,0),(82784,79,696,0),(82785,80,696,0),(82786,81,696,0.233745703525985),(82787,82,696,0),(82788,83,696,0),(82789,84,696,0),(82790,85,696,0),(82791,86,696,0),(82792,87,696,0),(82793,88,696,0),(82794,89,696,0),(82795,90,696,0),(82796,91,696,0),(82797,92,696,0),(82798,93,696,0),(82799,94,696,0),(82800,95,696,0),(82801,96,696,0),(82802,97,696,0),(82803,98,696,0),(82804,99,696,0),(82805,100,696,0),(82806,101,696,0),(82807,102,696,0),(82808,103,696,0),(82809,104,696,0),(82810,105,696,0),(82811,106,696,0),(82812,107,696,0),(82813,108,696,0),(82814,109,696,0),(82815,110,696,0),(82816,111,696,0),(82817,112,696,0),(82818,113,696,0),(82819,114,696,0),(82820,115,696,0),(82821,116,696,0),(82822,117,696,0),(82823,118,696,0),(82824,119,696,0),(82825,1,697,0),(82826,2,697,0),(82827,3,697,0),(82828,4,697,0),(82829,5,697,0),(82830,6,697,0),(82831,7,697,0),(82832,8,697,0),(82833,9,697,0),(82834,10,697,0),(82835,11,697,0),(82836,12,697,0),(82837,13,697,0),(82838,14,697,0),(82839,15,697,0),(82840,16,697,0),(82841,17,697,0),(82842,18,697,0),(82843,19,697,0),(82844,20,697,0),(82845,21,697,0),(82846,22,697,0),(82847,23,697,0),(82848,24,697,0),(82849,25,697,0),(82850,26,697,0),(82851,27,697,0),(82852,28,697,0),(82853,29,697,0),(82854,30,697,0),(82855,31,697,0),(82856,32,697,0),(82857,33,697,0),(82858,34,697,0),(82859,35,697,0),(82860,36,697,0),(82861,37,697,0),(82862,38,697,0),(82863,39,697,0),(82864,40,697,0),(82865,41,697,0),(82866,42,697,0),(82867,43,697,0),(82868,44,697,0),(82869,45,697,0),(82870,46,697,0),(82871,47,697,0),(82872,48,697,0),(82873,49,697,0),(82874,50,697,0),(82875,51,697,0),(82876,52,697,0),(82877,53,697,0),(82878,54,697,0),(82879,55,697,0),(82880,56,697,0),(82881,57,697,0),(82882,58,697,0),(82883,59,697,0),(82884,60,697,0),(82885,61,697,0),(82886,62,697,0),(82887,63,697,0),(82888,64,697,0),(82889,65,697,0),(82890,66,697,0),(82891,67,697,0),(82892,68,697,0),(82893,69,697,0),(82894,70,697,0),(82895,71,697,0),(82896,72,697,0),(82897,73,697,0),(82898,74,697,0),(82899,75,697,0),(82900,76,697,0),(82901,77,697,0),(82902,78,697,0),(82903,79,697,0),(82904,80,697,0),(82905,81,697,0.266254296474015),(82906,82,697,0),(82907,83,697,0),(82908,84,697,0),(82909,85,697,0),(82910,86,697,0),(82911,87,697,0),(82912,88,697,0),(82913,89,697,0),(82914,90,697,0),(82915,91,697,0),(82916,92,697,0),(82917,93,697,0),(82918,94,697,0),(82919,95,697,0),(82920,96,697,0),(82921,97,697,0),(82922,98,697,0),(82923,99,697,0),(82924,100,697,0),(82925,101,697,0),(82926,102,697,0),(82927,103,697,0),(82928,104,697,0),(82929,105,697,0),(82930,106,697,0),(82931,107,697,0),(82932,108,697,0),(82933,109,697,0),(82934,110,697,0),(82935,111,697,0),(82936,112,697,0),(82937,113,697,0),(82938,114,697,0),(82939,115,697,0),(82940,116,697,0),(82941,117,697,0),(82942,118,697,0),(82943,119,697,0),(82944,1,698,0),(82945,2,698,0),(82946,3,698,0),(82947,4,698,0),(82948,5,698,0),(82949,6,698,0),(82950,7,698,0),(82951,8,698,0),(82952,9,698,0),(82953,10,698,0),(82954,11,698,0),(82955,12,698,0),(82956,13,698,0),(82957,14,698,0),(82958,15,698,0),(82959,16,698,0),(82960,17,698,0),(82961,18,698,0),(82962,19,698,0),(82963,20,698,0),(82964,21,698,0),(82965,22,698,0),(82966,23,698,0),(82967,24,698,0),(82968,25,698,0),(82969,26,698,0),(82970,27,698,0),(82971,28,698,0),(82972,29,698,0),(82973,30,698,0),(82974,31,698,0),(82975,32,698,0),(82976,33,698,0),(82977,34,698,0),(82978,35,698,0),(82979,36,698,0),(82980,37,698,0),(82981,38,698,0),(82982,39,698,0),(82983,40,698,0),(82984,41,698,0),(82985,42,698,0),(82986,43,698,0),(82987,44,698,0),(82988,45,698,0),(82989,46,698,0),(82990,47,698,0),(82991,48,698,0),(82992,49,698,0),(82993,50,698,0),(82994,51,698,0),(82995,52,698,0),(82996,53,698,0),(82997,54,698,0),(82998,55,698,0),(82999,56,698,0),(83000,57,698,0),(83001,58,698,0),(83002,59,698,0),(83003,60,698,0),(83004,61,698,0),(83005,62,698,0),(83006,63,698,0),(83007,64,698,0),(83008,65,698,0),(83009,66,698,0),(83010,67,698,0),(83011,68,698,0),(83012,69,698,0),(83013,70,698,0),(83014,71,698,0),(83015,72,698,0),(83016,73,698,0),(83017,74,698,0),(83018,75,698,0),(83019,76,698,0),(83020,77,698,0),(83021,78,698,0),(83022,79,698,0),(83023,80,698,0),(83024,81,698,0.210031406722255),(83025,82,698,0),(83026,83,698,0),(83027,84,698,0),(83028,85,698,0),(83029,86,698,0),(83030,87,698,0),(83031,88,698,0),(83032,89,698,0),(83033,90,698,0),(83034,91,698,0),(83035,92,698,0),(83036,93,698,0),(83037,94,698,0),(83038,95,698,0),(83039,96,698,0),(83040,97,698,0),(83041,98,698,0),(83042,99,698,0),(83043,100,698,0),(83044,101,698,0),(83045,102,698,0),(83046,103,698,0),(83047,104,698,0),(83048,105,698,0),(83049,106,698,0),(83050,107,698,0),(83051,108,698,0),(83052,109,698,0),(83053,110,698,0),(83054,111,698,0),(83055,112,698,0),(83056,113,698,0),(83057,114,698,0),(83058,115,698,0),(83059,116,698,0),(83060,117,698,0),(83061,118,698,0),(83062,119,698,0),(83063,1,699,0),(83064,2,699,0),(83065,3,699,0),(83066,4,699,0),(83067,5,699,0),(83068,6,699,0),(83069,7,699,0),(83070,8,699,0),(83071,9,699,0),(83072,10,699,0),(83073,11,699,0),(83074,12,699,0),(83075,13,699,0),(83076,14,699,0),(83077,15,699,0),(83078,16,699,0),(83079,17,699,0),(83080,18,699,0),(83081,19,699,0),(83082,20,699,0),(83083,21,699,0),(83084,22,699,0),(83085,23,699,0),(83086,24,699,0),(83087,25,699,0),(83088,26,699,0),(83089,27,699,0),(83090,28,699,0),(83091,29,699,0),(83092,30,699,0),(83093,31,699,0),(83094,32,699,0),(83095,33,699,0),(83096,34,699,0),(83097,35,699,0),(83098,36,699,0),(83099,37,699,0),(83100,38,699,0),(83101,39,699,0),(83102,40,699,0),(83103,41,699,0),(83104,42,699,0),(83105,43,699,0),(83106,44,699,0),(83107,45,699,0),(83108,46,699,0),(83109,47,699,0),(83110,48,699,0),(83111,49,699,0),(83112,50,699,0),(83113,51,699,0),(83114,52,699,0),(83115,53,699,0),(83116,54,699,0),(83117,55,699,0),(83118,56,699,0),(83119,57,699,0),(83120,58,699,0),(83121,59,699,0),(83122,60,699,0),(83123,61,699,0),(83124,62,699,0),(83125,63,699,0),(83126,64,699,0),(83127,65,699,0),(83128,66,699,0),(83129,67,699,0),(83130,68,699,0),(83131,69,699,0),(83132,70,699,0),(83133,71,699,0),(83134,72,699,0),(83135,73,699,0),(83136,74,699,0),(83137,75,699,0),(83138,76,699,0),(83139,77,699,0),(83140,78,699,0),(83141,79,699,0),(83142,80,699,0),(83143,81,699,0.0806605092940375),(83144,82,699,0),(83145,83,699,0),(83146,84,699,0),(83147,85,699,0),(83148,86,699,0),(83149,87,699,0),(83150,88,699,0),(83151,89,699,0),(83152,90,699,0),(83153,91,699,0),(83154,92,699,0),(83155,93,699,0),(83156,94,699,0),(83157,95,699,0),(83158,96,699,0),(83159,97,699,0),(83160,98,699,0),(83161,99,699,0),(83162,100,699,0),(83163,101,699,0),(83164,102,699,0),(83165,103,699,0),(83166,104,699,0),(83167,105,699,0),(83168,106,699,0),(83169,107,699,0),(83170,108,699,0),(83171,109,699,0),(83172,110,699,0),(83173,111,699,0),(83174,112,699,0),(83175,113,699,0),(83176,114,699,0),(83177,115,699,0),(83178,116,699,0),(83179,117,699,0),(83180,118,699,0),(83181,119,699,0),(83182,1,700,0),(83183,2,700,0),(83184,3,700,0),(83185,4,700,0),(83186,5,700,0),(83187,6,700,0),(83188,7,700,0),(83189,8,700,0),(83190,9,700,0),(83191,10,700,0),(83192,11,700,0),(83193,12,700,0),(83194,13,700,0),(83195,14,700,0),(83196,15,700,0),(83197,16,700,0),(83198,17,700,0),(83199,18,700,0),(83200,19,700,0),(83201,20,700,0),(83202,21,700,0),(83203,22,700,0),(83204,23,700,0),(83205,24,700,0),(83206,25,700,0),(83207,26,700,0),(83208,27,700,0),(83209,28,700,0),(83210,29,700,0),(83211,30,700,0),(83212,31,700,0),(83213,32,700,0),(83214,33,700,0),(83215,34,700,0),(83216,35,700,0),(83217,36,700,0),(83218,37,700,0),(83219,38,700,0),(83220,39,700,0),(83221,40,700,0),(83222,41,700,0),(83223,42,700,0),(83224,43,700,0),(83225,44,700,0),(83226,45,700,0),(83227,46,700,0),(83228,47,700,0),(83229,48,700,0),(83230,49,700,0),(83231,50,700,0),(83232,51,700,0),(83233,52,700,0),(83234,53,700,0),(83235,54,700,0),(83236,55,700,0),(83237,56,700,0),(83238,57,700,0),(83239,58,700,0),(83240,59,700,0),(83241,60,700,0),(83242,61,700,0),(83243,62,700,0),(83244,63,700,0),(83245,64,700,0),(83246,65,700,0),(83247,66,700,0),(83248,67,700,0),(83249,68,700,0),(83250,69,700,0),(83251,70,700,0),(83252,71,700,0),(83253,72,700,0),(83254,73,700,0),(83255,74,700,0),(83256,75,700,0),(83257,76,700,0),(83258,77,700,0),(83259,78,700,0),(83260,79,700,0),(83261,80,700,0),(83262,81,700,0.195107038551397),(83263,82,700,0),(83264,83,700,0),(83265,84,700,0),(83266,85,700,0),(83267,86,700,0),(83268,87,700,0),(83269,88,700,0),(83270,89,700,0),(83271,90,700,0),(83272,91,700,0),(83273,92,700,0),(83274,93,700,0),(83275,94,700,0),(83276,95,700,0),(83277,96,700,0),(83278,97,700,0),(83279,98,700,0),(83280,99,700,0),(83281,100,700,0),(83282,101,700,0),(83283,102,700,0),(83284,103,700,0),(83285,104,700,0),(83286,105,700,0),(83287,106,700,0),(83288,107,700,0),(83289,108,700,0),(83290,109,700,0),(83291,110,700,0),(83292,111,700,0),(83293,112,700,0),(83294,113,700,0),(83295,114,700,0),(83296,115,700,0),(83297,116,700,0),(83298,117,700,0),(83299,118,700,0),(83300,119,700,0),(83301,1,701,0),(83302,2,701,0),(83303,3,701,0),(83304,4,701,0),(83305,5,701,0),(83306,6,701,0),(83307,7,701,0),(83308,8,701,0),(83309,9,701,0),(83310,10,701,0),(83311,11,701,0),(83312,12,701,0),(83313,13,701,0),(83314,14,701,0),(83315,15,701,0),(83316,16,701,0),(83317,17,701,0),(83318,18,701,0),(83319,19,701,0),(83320,20,701,0),(83321,21,701,0),(83322,22,701,0),(83323,23,701,0),(83324,24,701,0),(83325,25,701,0),(83326,26,701,0),(83327,27,701,0),(83328,28,701,0),(83329,29,701,0),(83330,30,701,0),(83331,31,701,0),(83332,32,701,0),(83333,33,701,0),(83334,34,701,0),(83335,35,701,0),(83336,36,701,0),(83337,37,701,0),(83338,38,701,0),(83339,39,701,0),(83340,40,701,0),(83341,41,701,0),(83342,42,701,0),(83343,43,701,0),(83344,44,701,0),(83345,45,701,0),(83346,46,701,0),(83347,47,701,0),(83348,48,701,0),(83349,49,701,0),(83350,50,701,0),(83351,51,701,0),(83352,52,701,0),(83353,53,701,0),(83354,54,701,0),(83355,55,701,0),(83356,56,701,0),(83357,57,701,0),(83358,58,701,0),(83359,59,701,0),(83360,60,701,0),(83361,61,701,0),(83362,62,701,0),(83363,63,701,0),(83364,64,701,0),(83365,65,701,0),(83366,66,701,0),(83367,67,701,0),(83368,68,701,0),(83369,69,701,0),(83370,70,701,0),(83371,71,701,0),(83372,72,701,0),(83373,73,701,0),(83374,74,701,0),(83375,75,701,0),(83376,76,701,0),(83377,77,701,0),(83378,78,701,0),(83379,79,701,0),(83380,80,701,0),(83381,81,701,0.201200821397615),(83382,82,701,0),(83383,83,701,0),(83384,84,701,0),(83385,85,701,0),(83386,86,701,0),(83387,87,701,0),(83388,88,701,0),(83389,89,701,0),(83390,90,701,0),(83391,91,701,0),(83392,92,701,0),(83393,93,701,0),(83394,94,701,0),(83395,95,701,0),(83396,96,701,0),(83397,97,701,0),(83398,98,701,0),(83399,99,701,0),(83400,100,701,0),(83401,101,701,0),(83402,102,701,0),(83403,103,701,0),(83404,104,701,0),(83405,105,701,0),(83406,106,701,0),(83407,107,701,0),(83408,108,701,0),(83409,109,701,0),(83410,110,701,0),(83411,111,701,0),(83412,112,701,0),(83413,113,701,0),(83414,114,701,0),(83415,115,701,0),(83416,116,701,0),(83417,117,701,0),(83418,118,701,0),(83419,119,701,0),(83420,1,702,0),(83421,2,702,0),(83422,3,702,0),(83423,4,702,0),(83424,5,702,0),(83425,6,702,0),(83426,7,702,0),(83427,8,702,0),(83428,9,702,0),(83429,10,702,0),(83430,11,702,0),(83431,12,702,0),(83432,13,702,0),(83433,14,702,0),(83434,15,702,0),(83435,16,702,0),(83436,17,702,0),(83437,18,702,0),(83438,19,702,0),(83439,20,702,0),(83440,21,702,0),(83441,22,702,0),(83442,23,702,0),(83443,24,702,0),(83444,25,702,0),(83445,26,702,0),(83446,27,702,0),(83447,28,702,0),(83448,29,702,0),(83449,30,702,0),(83450,31,702,0),(83451,32,702,0),(83452,33,702,0),(83453,34,702,0),(83454,35,702,0),(83455,36,702,0),(83456,37,702,0),(83457,38,702,0),(83458,39,702,0),(83459,40,702,0),(83460,41,702,0),(83461,42,702,0),(83462,43,702,0),(83463,44,702,0),(83464,45,702,0),(83465,46,702,0),(83466,47,702,0),(83467,48,702,0),(83468,49,702,0),(83469,50,702,0),(83470,51,702,0),(83471,52,702,0),(83472,53,702,0),(83473,54,702,0),(83474,55,702,0),(83475,56,702,0),(83476,57,702,0),(83477,58,702,0),(83478,59,702,0),(83479,60,702,0),(83480,61,702,0),(83481,62,702,0),(83482,63,702,0),(83483,64,702,0),(83484,65,702,0),(83485,66,702,0),(83486,67,702,0),(83487,68,702,0),(83488,69,702,0),(83489,70,702,0),(83490,71,702,0),(83491,72,702,0),(83492,73,702,0),(83493,74,702,0),(83494,75,702,0),(83495,76,702,0),(83496,77,702,0),(83497,78,702,0),(83498,79,702,0),(83499,80,702,0),(83500,81,702,0.113000224034695),(83501,82,702,0),(83502,83,702,0),(83503,84,702,0),(83504,85,702,0),(83505,86,702,0),(83506,87,702,0),(83507,88,702,0),(83508,89,702,0),(83509,90,702,0),(83510,91,702,0),(83511,92,702,0),(83512,93,702,0),(83513,94,702,0),(83514,95,702,0),(83515,96,702,0),(83516,97,702,0),(83517,98,702,0),(83518,99,702,0),(83519,100,702,0),(83520,101,702,0),(83521,102,702,0),(83522,103,702,0),(83523,104,702,0),(83524,105,702,0),(83525,106,702,0),(83526,107,702,0),(83527,108,702,0),(83528,109,702,0),(83529,110,702,0),(83530,111,702,0),(83531,112,702,0),(83532,113,702,0),(83533,114,702,0),(83534,115,702,0),(83535,116,702,0),(83536,117,702,0),(83537,118,702,0),(83538,119,702,0),(83539,1,703,0),(83540,2,703,0),(83541,3,703,0),(83542,4,703,0),(83543,5,703,0),(83544,6,703,0),(83545,7,703,0),(83546,8,703,0),(83547,9,703,0),(83548,10,703,0),(83549,11,703,0),(83550,12,703,0),(83551,13,703,0),(83552,14,703,0),(83553,15,703,0),(83554,16,703,0),(83555,17,703,0),(83556,18,703,0),(83557,19,703,0),(83558,20,703,0),(83559,21,703,0),(83560,22,703,0),(83561,23,703,0),(83562,24,703,0),(83563,25,703,0),(83564,26,703,0),(83565,27,703,0),(83566,28,703,0),(83567,29,703,0),(83568,30,703,0),(83569,31,703,0),(83570,32,703,0),(83571,33,703,0),(83572,34,703,0),(83573,35,703,0),(83574,36,703,0),(83575,37,703,0),(83576,38,703,0),(83577,39,703,0),(83578,40,703,0),(83579,41,703,0),(83580,42,703,0),(83581,43,703,0),(83582,44,703,0),(83583,45,703,0),(83584,46,703,0),(83585,47,703,0),(83586,48,703,0),(83587,49,703,0),(83588,50,703,0),(83589,51,703,0),(83590,52,703,0),(83591,53,703,0),(83592,54,703,0),(83593,55,703,0),(83594,56,703,0),(83595,57,703,0),(83596,58,703,0),(83597,59,703,0),(83598,60,703,0),(83599,61,703,0),(83600,62,703,0),(83601,63,703,0),(83602,64,703,0),(83603,65,703,0),(83604,66,703,0),(83605,67,703,0),(83606,68,703,0),(83607,69,703,0),(83608,70,703,0),(83609,71,703,0),(83610,72,703,0),(83611,73,703,0),(83612,74,703,0),(83613,75,703,0),(83614,76,703,0),(83615,77,703,0),(83616,78,703,0),(83617,79,703,0),(83618,80,703,0),(83619,81,703,0.253996553369803),(83620,82,703,0),(83621,83,703,0),(83622,84,703,0),(83623,85,703,0),(83624,86,703,0),(83625,87,703,0),(83626,88,703,0),(83627,89,703,0),(83628,90,703,0),(83629,91,703,0),(83630,92,703,0),(83631,93,703,0),(83632,94,703,0),(83633,95,703,0),(83634,96,703,0),(83635,97,703,0),(83636,98,703,0),(83637,99,703,0),(83638,100,703,0),(83639,101,703,0),(83640,102,703,0),(83641,103,703,0),(83642,104,703,0),(83643,105,703,0),(83644,106,703,0),(83645,107,703,0),(83646,108,703,0),(83647,109,703,0),(83648,110,703,0),(83649,111,703,0),(83650,112,703,0),(83651,113,703,0),(83652,114,703,0),(83653,115,703,0),(83654,116,703,0),(83655,117,703,0),(83656,118,703,0),(83657,119,703,0),(83658,1,704,0),(83659,2,704,0),(83660,3,704,0),(83661,4,704,0),(83662,5,704,0),(83663,6,704,0),(83664,7,704,0),(83665,8,704,0),(83666,9,704,0),(83667,10,704,0),(83668,11,704,0),(83669,12,704,0),(83670,13,704,0),(83671,14,704,0),(83672,15,704,0),(83673,16,704,0),(83674,17,704,0),(83675,18,704,0),(83676,19,704,0),(83677,20,704,0),(83678,21,704,0),(83679,22,704,0),(83680,23,704,0),(83681,24,704,0),(83682,25,704,0),(83683,26,704,0),(83684,27,704,0),(83685,28,704,0),(83686,29,704,0),(83687,30,704,0),(83688,31,704,0),(83689,32,704,0),(83690,33,704,0),(83691,34,704,0),(83692,35,704,0),(83693,36,704,0),(83694,37,704,0),(83695,38,704,0),(83696,39,704,0),(83697,40,704,0),(83698,41,704,0),(83699,42,704,0),(83700,43,704,0),(83701,44,704,0),(83702,45,704,0),(83703,46,704,0),(83704,47,704,0),(83705,48,704,0),(83706,49,704,0),(83707,50,704,0),(83708,51,704,0),(83709,52,704,0),(83710,53,704,0),(83711,54,704,0),(83712,55,704,0),(83713,56,704,0),(83714,57,704,0),(83715,58,704,0),(83716,59,704,0),(83717,60,704,0),(83718,61,704,0),(83719,62,704,0),(83720,63,704,0),(83721,64,704,0),(83722,65,704,0),(83723,66,704,0),(83724,67,704,0),(83725,68,704,0),(83726,69,704,0),(83727,70,704,0),(83728,71,704,0),(83729,72,704,0),(83730,73,704,0),(83731,74,704,0),(83732,75,704,0),(83733,76,704,0),(83734,77,704,0),(83735,78,704,0),(83736,79,704,0),(83737,80,704,0),(83738,81,704,0.0993500670787275),(83739,82,704,0),(83740,83,704,0),(83741,84,704,0),(83742,85,704,0),(83743,86,704,0),(83744,87,704,0),(83745,88,704,0),(83746,89,704,0),(83747,90,704,0),(83748,91,704,0),(83749,92,704,0),(83750,93,704,0),(83751,94,704,0),(83752,95,704,0),(83753,96,704,0),(83754,97,704,0),(83755,98,704,0),(83756,99,704,0),(83757,100,704,0),(83758,101,704,0),(83759,102,704,0),(83760,103,704,0),(83761,104,704,0),(83762,105,704,0),(83763,106,704,0),(83764,107,704,0),(83765,108,704,0),(83766,109,704,0),(83767,110,704,0),(83768,111,704,0),(83769,112,704,0),(83770,113,704,0),(83771,114,704,0),(83772,115,704,0),(83773,116,704,0),(83774,117,704,0),(83775,118,704,0),(83776,119,704,0),(83777,1,705,0),(83778,2,705,0),(83779,3,705,0),(83780,4,705,0),(83781,5,705,0),(83782,6,705,0),(83783,7,705,0),(83784,8,705,0),(83785,9,705,0),(83786,10,705,0),(83787,11,705,0),(83788,12,705,0),(83789,13,705,0),(83790,14,705,0),(83791,15,705,0),(83792,16,705,0),(83793,17,705,0),(83794,18,705,0),(83795,19,705,0),(83796,20,705,0),(83797,21,705,0),(83798,22,705,0),(83799,23,705,0),(83800,24,705,0),(83801,25,705,0),(83802,26,705,0),(83803,27,705,0),(83804,28,705,0),(83805,29,705,0),(83806,30,705,0),(83807,31,705,0),(83808,32,705,0),(83809,33,705,0),(83810,34,705,0),(83811,35,705,0),(83812,36,705,0),(83813,37,705,0),(83814,38,705,0),(83815,39,705,0),(83816,40,705,0),(83817,41,705,0),(83818,42,705,0),(83819,43,705,0),(83820,44,705,0),(83821,45,705,0),(83822,46,705,0),(83823,47,705,0),(83824,48,705,0),(83825,49,705,0),(83826,50,705,0),(83827,51,705,0),(83828,52,705,0),(83829,53,705,0),(83830,54,705,0),(83831,55,705,0),(83832,56,705,0),(83833,57,705,0),(83834,58,705,0),(83835,59,705,0),(83836,60,705,0),(83837,61,705,0),(83838,62,705,0),(83839,63,705,0),(83840,64,705,0),(83841,65,705,0),(83842,66,705,0),(83843,67,705,0),(83844,68,705,0),(83845,69,705,0),(83846,70,705,0),(83847,71,705,0),(83848,72,705,0),(83849,73,705,0),(83850,74,705,0),(83851,75,705,0),(83852,76,705,0),(83853,77,705,0),(83854,78,705,0),(83855,79,705,0),(83856,80,705,0),(83857,81,705,0.00470042535853824),(83858,82,705,0),(83859,83,705,0),(83860,84,705,0),(83861,85,705,0),(83862,86,705,0),(83863,87,705,0),(83864,88,705,0),(83865,89,705,0),(83866,90,705,0),(83867,91,705,0),(83868,92,705,0),(83869,93,705,0),(83870,94,705,0),(83871,95,705,0),(83872,96,705,0),(83873,97,705,0),(83874,98,705,0),(83875,99,705,0),(83876,100,705,0),(83877,101,705,0),(83878,102,705,0),(83879,103,705,0),(83880,104,705,0),(83881,105,705,0),(83882,106,705,0),(83883,107,705,0),(83884,108,705,0),(83885,109,705,0),(83886,110,705,0),(83887,111,705,0),(83888,112,705,0),(83889,113,705,0),(83890,114,705,0),(83891,115,705,0),(83892,116,705,0),(83893,117,705,0),(83894,118,705,0),(83895,119,705,0),(83896,1,706,0),(83897,2,706,0),(83898,3,706,0),(83899,4,706,0),(83900,5,706,0),(83901,6,706,0),(83902,7,706,0),(83903,8,706,0),(83904,9,706,0),(83905,10,706,0),(83906,11,706,0),(83907,12,706,0),(83908,13,706,0),(83909,14,706,0),(83910,15,706,0),(83911,16,706,0),(83912,17,706,0),(83913,18,706,0),(83914,19,706,0),(83915,20,706,0),(83916,21,706,0),(83917,22,706,0),(83918,23,706,0),(83919,24,706,0),(83920,25,706,0),(83921,26,706,0),(83922,27,706,0),(83923,28,706,0),(83924,29,706,0),(83925,30,706,0),(83926,31,706,0),(83927,32,706,0),(83928,33,706,0),(83929,34,706,0),(83930,35,706,0),(83931,36,706,0),(83932,37,706,0),(83933,38,706,0),(83934,39,706,0),(83935,40,706,0),(83936,41,706,0),(83937,42,706,0),(83938,43,706,0),(83939,44,706,0),(83940,45,706,0),(83941,46,706,0),(83942,47,706,0),(83943,48,706,0),(83944,49,706,0),(83945,50,706,0),(83946,51,706,0),(83947,52,706,0),(83948,53,706,0),(83949,54,706,0),(83950,55,706,0),(83951,56,706,0),(83952,57,706,0),(83953,58,706,0),(83954,59,706,0),(83955,60,706,0),(83956,61,706,0),(83957,62,706,0),(83958,63,706,0),(83959,64,706,0),(83960,65,706,0),(83961,66,706,0),(83962,67,706,0),(83963,68,706,0),(83964,69,706,0),(83965,70,706,0),(83966,71,706,0),(83967,72,706,0),(83968,73,706,0),(83969,74,706,0),(83970,75,706,0),(83971,76,706,0),(83972,77,706,0),(83973,78,706,0),(83974,79,706,0),(83975,80,706,0),(83976,81,706,0.355740382400005),(83977,82,706,0),(83978,83,706,0),(83979,84,706,0),(83980,85,706,0),(83981,86,706,0),(83982,87,706,0),(83983,88,706,0),(83984,89,706,0),(83985,90,706,0),(83986,91,706,0),(83987,92,706,0),(83988,93,706,0),(83989,94,706,0),(83990,95,706,0),(83991,96,706,0),(83992,97,706,0),(83993,98,706,0),(83994,99,706,0),(83995,100,706,0),(83996,101,706,0),(83997,102,706,0),(83998,103,706,0),(83999,104,706,0),(84000,105,706,0),(84001,106,706,0),(84002,107,706,0),(84003,108,706,0),(84004,109,706,0),(84005,110,706,0),(84006,111,706,0),(84007,112,706,0),(84008,113,706,0),(84009,114,706,0),(84010,115,706,0),(84011,116,706,0),(84012,117,706,0),(84013,118,706,0),(84014,119,706,0),(84015,1,707,0),(84016,2,707,0),(84017,3,707,0),(84018,4,707,0),(84019,5,707,0),(84020,6,707,0),(84021,7,707,0),(84022,8,707,0),(84023,9,707,0),(84024,10,707,0),(84025,11,707,0),(84026,12,707,0),(84027,13,707,0),(84028,14,707,0),(84029,15,707,0),(84030,16,707,0),(84031,17,707,0),(84032,18,707,0),(84033,19,707,0),(84034,20,707,0),(84035,21,707,0),(84036,22,707,0),(84037,23,707,0),(84038,24,707,0),(84039,25,707,0),(84040,26,707,0),(84041,27,707,0),(84042,28,707,0),(84043,29,707,0),(84044,30,707,0),(84045,31,707,0),(84046,32,707,0),(84047,33,707,0),(84048,34,707,0),(84049,35,707,0),(84050,36,707,0),(84051,37,707,0),(84052,38,707,0),(84053,39,707,0),(84054,40,707,0),(84055,41,707,0),(84056,42,707,0),(84057,43,707,0),(84058,44,707,0),(84059,45,707,0),(84060,46,707,0),(84061,47,707,0),(84062,48,707,0),(84063,49,707,0),(84064,50,707,0),(84065,51,707,0),(84066,52,707,0),(84067,53,707,0),(84068,54,707,0),(84069,55,707,0),(84070,56,707,0),(84071,57,707,0),(84072,58,707,0),(84073,59,707,0),(84074,60,707,0),(84075,61,707,0),(84076,62,707,0),(84077,63,707,0),(84078,64,707,0),(84079,65,707,0),(84080,66,707,0),(84081,67,707,0),(84082,68,707,0),(84083,69,707,0),(84084,70,707,0),(84085,71,707,0),(84086,72,707,0),(84087,73,707,0),(84088,74,707,0),(84089,75,707,0),(84090,76,707,0),(84091,77,707,0),(84092,78,707,0),(84093,79,707,0),(84094,80,707,0),(84095,81,707,0.286212571792926),(84096,82,707,0),(84097,83,707,0),(84098,84,707,0),(84099,85,707,0),(84100,86,707,0),(84101,87,707,0),(84102,88,707,0),(84103,89,707,0),(84104,90,707,0),(84105,91,707,0),(84106,92,707,0),(84107,93,707,0),(84108,94,707,0),(84109,95,707,0),(84110,96,707,0),(84111,97,707,0),(84112,98,707,0),(84113,99,707,0),(84114,100,707,0),(84115,101,707,0),(84116,102,707,0),(84117,103,707,0),(84118,104,707,0),(84119,105,707,0),(84120,106,707,0),(84121,107,707,0),(84122,108,707,0),(84123,109,707,0),(84124,110,707,0),(84125,111,707,0),(84126,112,707,0),(84127,113,707,0),(84128,114,707,0),(84129,115,707,0),(84130,116,707,0),(84131,117,707,0),(84132,118,707,0),(84133,119,707,0),(84134,1,708,0),(84135,2,708,0),(84136,3,708,0),(84137,4,708,0),(84138,5,708,0),(84139,6,708,0),(84140,7,708,0),(84141,8,708,0),(84142,9,708,0),(84143,10,708,0),(84144,11,708,0),(84145,12,708,0),(84146,13,708,0),(84147,14,708,0),(84148,15,708,0),(84149,16,708,0),(84150,17,708,0),(84151,18,708,0),(84152,19,708,0),(84153,20,708,0),(84154,21,708,0),(84155,22,708,0),(84156,23,708,0),(84157,24,708,0),(84158,25,708,0),(84159,26,708,0),(84160,27,708,0),(84161,28,708,0),(84162,29,708,0),(84163,30,708,0),(84164,31,708,0),(84165,32,708,0),(84166,33,708,0),(84167,34,708,0),(84168,35,708,0),(84169,36,708,0),(84170,37,708,0),(84171,38,708,0),(84172,39,708,0),(84173,40,708,0),(84174,41,708,0),(84175,42,708,0),(84176,43,708,0),(84177,44,708,0),(84178,45,708,0),(84179,46,708,0),(84180,47,708,0),(84181,48,708,0),(84182,49,708,0),(84183,50,708,0),(84184,51,708,0),(84185,52,708,0),(84186,53,708,0),(84187,54,708,0),(84188,55,708,0),(84189,56,708,0),(84190,57,708,0),(84191,58,708,0),(84192,59,708,0),(84193,60,708,0),(84194,61,708,0),(84195,62,708,0),(84196,63,708,0),(84197,64,708,0),(84198,65,708,0),(84199,66,708,0),(84200,67,708,0),(84201,68,708,0),(84202,69,708,0),(84203,70,708,0),(84204,71,708,0),(84205,72,708,0),(84206,73,708,0),(84207,74,708,0),(84208,75,708,0),(84209,76,708,0),(84210,77,708,0),(84211,78,708,0),(84212,79,708,0),(84213,80,708,0),(84214,81,708,0),(84215,82,708,0.0617750207423739),(84216,83,708,0),(84217,84,708,0),(84218,85,708,0),(84219,86,708,0),(84220,87,708,0),(84221,88,708,0),(84222,89,708,0),(84223,90,708,0),(84224,91,708,0),(84225,92,708,0),(84226,93,708,0),(84227,94,708,0),(84228,95,708,0),(84229,96,708,0),(84230,97,708,0),(84231,98,708,0),(84232,99,708,0),(84233,100,708,0),(84234,101,708,0),(84235,102,708,0),(84236,103,708,0),(84237,104,708,0),(84238,105,708,0),(84239,106,708,0),(84240,107,708,0),(84241,108,708,0),(84242,109,708,0),(84243,110,708,0),(84244,111,708,0),(84245,112,708,0),(84246,113,708,0),(84247,114,708,0),(84248,115,708,0),(84249,116,708,0),(84250,117,708,0),(84251,118,708,0),(84252,119,708,0),(84253,1,709,0),(84254,2,709,0),(84255,3,709,0),(84256,4,709,0),(84257,5,709,0),(84258,6,709,0),(84259,7,709,0),(84260,8,709,0),(84261,9,709,0),(84262,10,709,0),(84263,11,709,0),(84264,12,709,0),(84265,13,709,0),(84266,14,709,0),(84267,15,709,0),(84268,16,709,0),(84269,17,709,0),(84270,18,709,0),(84271,19,709,0),(84272,20,709,0),(84273,21,709,0),(84274,22,709,0),(84275,23,709,0),(84276,24,709,0),(84277,25,709,0),(84278,26,709,0),(84279,27,709,0),(84280,28,709,0),(84281,29,709,0),(84282,30,709,0),(84283,31,709,0),(84284,32,709,0),(84285,33,709,0),(84286,34,709,0),(84287,35,709,0),(84288,36,709,0),(84289,37,709,0),(84290,38,709,0),(84291,39,709,0),(84292,40,709,0),(84293,41,709,0),(84294,42,709,0),(84295,43,709,0),(84296,44,709,0),(84297,45,709,0),(84298,46,709,0),(84299,47,709,0),(84300,48,709,0),(84301,49,709,0),(84302,50,709,0),(84303,51,709,0),(84304,52,709,0),(84305,53,709,0),(84306,54,709,0),(84307,55,709,0),(84308,56,709,0),(84309,57,709,0),(84310,58,709,0),(84311,59,709,0),(84312,60,709,0),(84313,61,709,0),(84314,62,709,0),(84315,63,709,0),(84316,64,709,0),(84317,65,709,0),(84318,66,709,0),(84319,67,709,0),(84320,68,709,0),(84321,69,709,0),(84322,70,709,0),(84323,71,709,0),(84324,72,709,0),(84325,73,709,0),(84326,74,709,0),(84327,75,709,0),(84328,76,709,0),(84329,77,709,0),(84330,78,709,0),(84331,79,709,0),(84332,80,709,0),(84333,81,709,0),(84334,82,709,0.438224979257626),(84335,83,709,0),(84336,84,709,0),(84337,85,709,0),(84338,86,709,0),(84339,87,709,0),(84340,88,709,0),(84341,89,709,0),(84342,90,709,0),(84343,91,709,0),(84344,92,709,0),(84345,93,709,0),(84346,94,709,0),(84347,95,709,0),(84348,96,709,0),(84349,97,709,0),(84350,98,709,0),(84351,99,709,0),(84352,100,709,0),(84353,101,709,0),(84354,102,709,0),(84355,103,709,0),(84356,104,709,0),(84357,105,709,0),(84358,106,709,0),(84359,107,709,0),(84360,108,709,0),(84361,109,709,0),(84362,110,709,0),(84363,111,709,0),(84364,112,709,0),(84365,113,709,0),(84366,114,709,0),(84367,115,709,0),(84368,116,709,0),(84369,117,709,0),(84370,118,709,0),(84371,119,709,0),(84372,1,710,0),(84373,2,710,0),(84374,3,710,0),(84375,4,710,0),(84376,5,710,0),(84377,6,710,0),(84378,7,710,0),(84379,8,710,0),(84380,9,710,0),(84381,10,710,0),(84382,11,710,0),(84383,12,710,0),(84384,13,710,0),(84385,14,710,0),(84386,15,710,0),(84387,16,710,0),(84388,17,710,0),(84389,18,710,0),(84390,19,710,0),(84391,20,710,0),(84392,21,710,0),(84393,22,710,0),(84394,23,710,0),(84395,24,710,0),(84396,25,710,0),(84397,26,710,0),(84398,27,710,0),(84399,28,710,0),(84400,29,710,0),(84401,30,710,0),(84402,31,710,0),(84403,32,710,0),(84404,33,710,0),(84405,34,710,0),(84406,35,710,0),(84407,36,710,0),(84408,37,710,0),(84409,38,710,0),(84410,39,710,0),(84411,40,710,0),(84412,41,710,0),(84413,42,710,0),(84414,43,710,0),(84415,44,710,0),(84416,45,710,0),(84417,46,710,0),(84418,47,710,0),(84419,48,710,0),(84420,49,710,0),(84421,50,710,0),(84422,51,710,0),(84423,52,710,0),(84424,53,710,0),(84425,54,710,0),(84426,55,710,0),(84427,56,710,0),(84428,57,710,0),(84429,58,710,0),(84430,59,710,0),(84431,60,710,0),(84432,61,710,0),(84433,62,710,0),(84434,63,710,0),(84435,64,710,0),(84436,65,710,0),(84437,66,710,0),(84438,67,710,0),(84439,68,710,0),(84440,69,710,0),(84441,70,710,0),(84442,71,710,0),(84443,72,710,0),(84444,73,710,0),(84445,74,710,0),(84446,75,710,0),(84447,76,710,0),(84448,77,710,0),(84449,78,710,0),(84450,79,710,0),(84451,80,710,0),(84452,81,710,0),(84453,82,710,0.162448721061427),(84454,83,710,0),(84455,84,710,0),(84456,85,710,0),(84457,86,710,0),(84458,87,710,0),(84459,88,710,0),(84460,89,710,0),(84461,90,710,0),(84462,91,710,0),(84463,92,710,0),(84464,93,710,0),(84465,94,710,0),(84466,95,710,0),(84467,96,710,0),(84468,97,710,0),(84469,98,710,0),(84470,99,710,0),(84471,100,710,0),(84472,101,710,0),(84473,102,710,0),(84474,103,710,0),(84475,104,710,0),(84476,105,710,0),(84477,106,710,0),(84478,107,710,0),(84479,108,710,0),(84480,109,710,0),(84481,110,710,0),(84482,111,710,0),(84483,112,710,0),(84484,113,710,0),(84485,114,710,0),(84486,115,710,0),(84487,116,710,0),(84488,117,710,0),(84489,118,710,0),(84490,119,710,0),(84491,1,711,0),(84492,2,711,0),(84493,3,711,0),(84494,4,711,0),(84495,5,711,0),(84496,6,711,0),(84497,7,711,0),(84498,8,711,0),(84499,9,711,0),(84500,10,711,0),(84501,11,711,0),(84502,12,711,0),(84503,13,711,0),(84504,14,711,0),(84505,15,711,0),(84506,16,711,0),(84507,17,711,0),(84508,18,711,0),(84509,19,711,0),(84510,20,711,0),(84511,21,711,0),(84512,22,711,0),(84513,23,711,0),(84514,24,711,0),(84515,25,711,0),(84516,26,711,0),(84517,27,711,0),(84518,28,711,0),(84519,29,711,0),(84520,30,711,0),(84521,31,711,0),(84522,32,711,0),(84523,33,711,0),(84524,34,711,0),(84525,35,711,0),(84526,36,711,0),(84527,37,711,0),(84528,38,711,0),(84529,39,711,0),(84530,40,711,0),(84531,41,711,0),(84532,42,711,0),(84533,43,711,0),(84534,44,711,0),(84535,45,711,0),(84536,46,711,0),(84537,47,711,0),(84538,48,711,0),(84539,49,711,0),(84540,50,711,0),(84541,51,711,0),(84542,52,711,0),(84543,53,711,0),(84544,54,711,0),(84545,55,711,0),(84546,56,711,0),(84547,57,711,0),(84548,58,711,0),(84549,59,711,0),(84550,60,711,0),(84551,61,711,0),(84552,62,711,0),(84553,63,711,0),(84554,64,711,0),(84555,65,711,0),(84556,66,711,0),(84557,67,711,0),(84558,68,711,0),(84559,69,711,0),(84560,70,711,0),(84561,71,711,0),(84562,72,711,0),(84563,73,711,0),(84564,74,711,0),(84565,75,711,0),(84566,76,711,0),(84567,77,711,0),(84568,78,711,0),(84569,79,711,0),(84570,80,711,0),(84571,81,711,0),(84572,82,711,0.344025171353581),(84573,83,711,0),(84574,84,711,0),(84575,85,711,0),(84576,86,711,0),(84577,87,711,0),(84578,88,711,0),(84579,89,711,0),(84580,90,711,0),(84581,91,711,0),(84582,92,711,0),(84583,93,711,0),(84584,94,711,0),(84585,95,711,0),(84586,96,711,0),(84587,97,711,0),(84588,98,711,0),(84589,99,711,0),(84590,100,711,0),(84591,101,711,0),(84592,102,711,0),(84593,103,711,0),(84594,104,711,0),(84595,105,711,0),(84596,106,711,0),(84597,107,711,0),(84598,108,711,0),(84599,109,711,0),(84600,110,711,0),(84601,111,711,0),(84602,112,711,0),(84603,113,711,0),(84604,114,711,0),(84605,115,711,0),(84606,116,711,0),(84607,117,711,0),(84608,118,711,0),(84609,119,711,0),(84610,1,712,0),(84611,2,712,0),(84612,3,712,0),(84613,4,712,0),(84614,5,712,0),(84615,6,712,0),(84616,7,712,0),(84617,8,712,0),(84618,9,712,0),(84619,10,712,0),(84620,11,712,0),(84621,12,712,0),(84622,13,712,0),(84623,14,712,0),(84624,15,712,0),(84625,16,712,0),(84626,17,712,0),(84627,18,712,0),(84628,19,712,0),(84629,20,712,0),(84630,21,712,0),(84631,22,712,0),(84632,23,712,0),(84633,24,712,0),(84634,25,712,0),(84635,26,712,0),(84636,27,712,0),(84637,28,712,0),(84638,29,712,0),(84639,30,712,0),(84640,31,712,0),(84641,32,712,0),(84642,33,712,0),(84643,34,712,0),(84644,35,712,0),(84645,36,712,0),(84646,37,712,0),(84647,38,712,0),(84648,39,712,0),(84649,40,712,0),(84650,41,712,0),(84651,42,712,0),(84652,43,712,0),(84653,44,712,0),(84654,45,712,0),(84655,46,712,0),(84656,47,712,0),(84657,48,712,0),(84658,49,712,0),(84659,50,712,0),(84660,51,712,0),(84661,52,712,0),(84662,53,712,0),(84663,54,712,0),(84664,55,712,0),(84665,56,712,0),(84666,57,712,0),(84667,58,712,0),(84668,59,712,0),(84669,60,712,0),(84670,61,712,0),(84671,62,712,0),(84672,63,712,0),(84673,64,712,0),(84674,65,712,0),(84675,66,712,0),(84676,67,712,0),(84677,68,712,0),(84678,69,712,0),(84679,70,712,0),(84680,71,712,0),(84681,72,712,0),(84682,73,712,0),(84683,74,712,0),(84684,75,712,0),(84685,76,712,0),(84686,77,712,0),(84687,78,712,0),(84688,79,712,0),(84689,80,712,0),(84690,81,712,0),(84691,82,712,0.293526107584992),(84692,83,712,0),(84693,84,712,0),(84694,85,712,0),(84695,86,712,0),(84696,87,712,0),(84697,88,712,0),(84698,89,712,0),(84699,90,712,0),(84700,91,712,0),(84701,92,712,0),(84702,93,712,0),(84703,94,712,0),(84704,95,712,0),(84705,96,712,0),(84706,97,712,0),(84707,98,712,0),(84708,99,712,0),(84709,100,712,0),(84710,101,712,0),(84711,102,712,0),(84712,103,712,0),(84713,104,712,0),(84714,105,712,0),(84715,106,712,0),(84716,107,712,0),(84717,108,712,0),(84718,109,712,0),(84719,110,712,0),(84720,111,712,0),(84721,112,712,0),(84722,113,712,0),(84723,114,712,0),(84724,115,712,0),(84725,116,712,0),(84726,117,712,0),(84727,118,712,0),(84728,119,712,0),(84729,1,713,0),(84730,2,713,0),(84731,3,713,0),(84732,4,713,0),(84733,5,713,0),(84734,6,713,0),(84735,7,713,0),(84736,8,713,0),(84737,9,713,0),(84738,10,713,0),(84739,11,713,0),(84740,12,713,0),(84741,13,713,0),(84742,14,713,0),(84743,15,713,0),(84744,16,713,0),(84745,17,713,0),(84746,18,713,0),(84747,19,713,0),(84748,20,713,0),(84749,21,713,0),(84750,22,713,0),(84751,23,713,0),(84752,24,713,0),(84753,25,713,0),(84754,26,713,0),(84755,27,713,0),(84756,28,713,0),(84757,29,713,0),(84758,30,713,0),(84759,31,713,0),(84760,32,713,0),(84761,33,713,0),(84762,34,713,0),(84763,35,713,0),(84764,36,713,0),(84765,37,713,0),(84766,38,713,0),(84767,39,713,0),(84768,40,713,0),(84769,41,713,0),(84770,42,713,0),(84771,43,713,0),(84772,44,713,0),(84773,45,713,0),(84774,46,713,0),(84775,47,713,0),(84776,48,713,0),(84777,49,713,0),(84778,50,713,0),(84779,51,713,0),(84780,52,713,0),(84781,53,713,0),(84782,54,713,0),(84783,55,713,0),(84784,56,713,0),(84785,57,713,0),(84786,58,713,0),(84787,59,713,0),(84788,60,713,0),(84789,61,713,0),(84790,62,713,0),(84791,63,713,0),(84792,64,713,0),(84793,65,713,0),(84794,66,713,0),(84795,67,713,0),(84796,68,713,0),(84797,69,713,0),(84798,70,713,0),(84799,71,713,0),(84800,72,713,0),(84801,73,713,0),(84802,74,713,0),(84803,75,713,0),(84804,76,713,0),(84805,77,713,0),(84806,78,713,0),(84807,79,713,0),(84808,80,713,0),(84809,81,713,0),(84810,82,713,0.332223247411107),(84811,83,713,0),(84812,84,713,0),(84813,85,713,0),(84814,86,713,0),(84815,87,713,0),(84816,88,713,0),(84817,89,713,0),(84818,90,713,0),(84819,91,713,0),(84820,92,713,0),(84821,93,713,0),(84822,94,713,0),(84823,95,713,0),(84824,96,713,0),(84825,97,713,0),(84826,98,713,0),(84827,99,713,0),(84828,100,713,0),(84829,101,713,0),(84830,102,713,0),(84831,103,713,0),(84832,104,713,0),(84833,105,713,0),(84834,106,713,0),(84835,107,713,0),(84836,108,713,0),(84837,109,713,0),(84838,110,713,0),(84839,111,713,0),(84840,112,713,0),(84841,113,713,0),(84842,114,713,0),(84843,115,713,0),(84844,116,713,0),(84845,117,713,0),(84846,118,713,0),(84847,119,713,0),(84848,1,714,0),(84849,2,714,0),(84850,3,714,0),(84851,4,714,0),(84852,5,714,0),(84853,6,714,0),(84854,7,714,0),(84855,8,714,0),(84856,9,714,0),(84857,10,714,0),(84858,11,714,0),(84859,12,714,0),(84860,13,714,0),(84861,14,714,0),(84862,15,714,0),(84863,16,714,0),(84864,17,714,0),(84865,18,714,0),(84866,19,714,0),(84867,20,714,0),(84868,21,714,0),(84869,22,714,0),(84870,23,714,0),(84871,24,714,0),(84872,25,714,0),(84873,26,714,0),(84874,27,714,0),(84875,28,714,0),(84876,29,714,0),(84877,30,714,0),(84878,31,714,0),(84879,32,714,0),(84880,33,714,0),(84881,34,714,0),(84882,35,714,0),(84883,36,714,0),(84884,37,714,0),(84885,38,714,0),(84886,39,714,0),(84887,40,714,0),(84888,41,714,0),(84889,42,714,0),(84890,43,714,0),(84891,44,714,0),(84892,45,714,0),(84893,46,714,0),(84894,47,714,0),(84895,48,714,0),(84896,49,714,0),(84897,50,714,0),(84898,51,714,0),(84899,52,714,0),(84900,53,714,0),(84901,54,714,0),(84902,55,714,0),(84903,56,714,0),(84904,57,714,0),(84905,58,714,0),(84906,59,714,0),(84907,60,714,0),(84908,61,714,0),(84909,62,714,0),(84910,63,714,0),(84911,64,714,0),(84912,65,714,0),(84913,66,714,0),(84914,67,714,0),(84915,68,714,0),(84916,69,714,0),(84917,70,714,0),(84918,71,714,0),(84919,72,714,0),(84920,73,714,0),(84921,74,714,0),(84922,75,714,0),(84923,76,714,0),(84924,77,714,0),(84925,78,714,0),(84926,79,714,0),(84927,80,714,0),(84928,81,714,0),(84929,82,714,0.361184278838301),(84930,83,714,0),(84931,84,714,0),(84932,85,714,0),(84933,86,714,0),(84934,87,714,0),(84935,88,714,0),(84936,89,714,0),(84937,90,714,0),(84938,91,714,0),(84939,92,714,0),(84940,93,714,0),(84941,94,714,0),(84942,95,714,0),(84943,96,714,0),(84944,97,714,0),(84945,98,714,0),(84946,99,714,0),(84947,100,714,0),(84948,101,714,0),(84949,102,714,0),(84950,103,714,0),(84951,104,714,0),(84952,105,714,0),(84953,106,714,0),(84954,107,714,0),(84955,108,714,0),(84956,109,714,0),(84957,110,714,0),(84958,111,714,0),(84959,112,714,0),(84960,113,714,0),(84961,114,714,0),(84962,115,714,0),(84963,116,714,0),(84964,117,714,0),(84965,118,714,0),(84966,119,714,0),(84967,1,715,0),(84968,2,715,0),(84969,3,715,0),(84970,4,715,0),(84971,5,715,0),(84972,6,715,0),(84973,7,715,0),(84974,8,715,0),(84975,9,715,0),(84976,10,715,0),(84977,11,715,0),(84978,12,715,0),(84979,13,715,0),(84980,14,715,0),(84981,15,715,0),(84982,16,715,0),(84983,17,715,0),(84984,18,715,0),(84985,19,715,0),(84986,20,715,0),(84987,21,715,0),(84988,22,715,0),(84989,23,715,0),(84990,24,715,0),(84991,25,715,0),(84992,26,715,0),(84993,27,715,0),(84994,28,715,0),(84995,29,715,0),(84996,30,715,0),(84997,31,715,0),(84998,32,715,0),(84999,33,715,0),(85000,34,715,0),(85001,35,715,0),(85002,36,715,0),(85003,37,715,0),(85004,38,715,0),(85005,39,715,0),(85006,40,715,0),(85007,41,715,0),(85008,42,715,0),(85009,43,715,0),(85010,44,715,0),(85011,45,715,0),(85012,46,715,0),(85013,47,715,0),(85014,48,715,0),(85015,49,715,0),(85016,50,715,0),(85017,51,715,0),(85018,52,715,0),(85019,53,715,0),(85020,54,715,0),(85021,55,715,0),(85022,56,715,0),(85023,57,715,0),(85024,58,715,0),(85025,59,715,0),(85026,60,715,0),(85027,61,715,0),(85028,62,715,0),(85029,63,715,0),(85030,64,715,0),(85031,65,715,0),(85032,66,715,0),(85033,67,715,0),(85034,68,715,0),(85035,69,715,0),(85036,70,715,0),(85037,71,715,0),(85038,72,715,0),(85039,73,715,0),(85040,74,715,0),(85041,75,715,0),(85042,76,715,0),(85043,77,715,0),(85044,78,715,0),(85045,79,715,0),(85046,80,715,0),(85047,81,715,0),(85048,82,715,0.279465547384642),(85049,83,715,0),(85050,84,715,0),(85051,85,715,0),(85052,86,715,0),(85053,87,715,0),(85054,88,715,0),(85055,89,715,0),(85056,90,715,0),(85057,91,715,0),(85058,92,715,0),(85059,93,715,0),(85060,94,715,0),(85061,95,715,0),(85062,96,715,0),(85063,97,715,0),(85064,98,715,0),(85065,99,715,0),(85066,100,715,0),(85067,101,715,0),(85068,102,715,0),(85069,103,715,0),(85070,104,715,0),(85071,105,715,0),(85072,106,715,0),(85073,107,715,0),(85074,108,715,0),(85075,109,715,0),(85076,110,715,0),(85077,111,715,0),(85078,112,715,0),(85079,113,715,0),(85080,114,715,0),(85081,115,715,0),(85082,116,715,0),(85083,117,715,0),(85084,118,715,0),(85085,119,715,0),(85086,1,716,0),(85087,2,716,0),(85088,3,716,0),(85089,4,716,0),(85090,5,716,0),(85091,6,716,0),(85092,7,716,0),(85093,8,716,0),(85094,9,716,0),(85095,10,716,0),(85096,11,716,0),(85097,12,716,0),(85098,13,716,0),(85099,14,716,0),(85100,15,716,0),(85101,16,716,0),(85102,17,716,0),(85103,18,716,0),(85104,19,716,0),(85105,20,716,0),(85106,21,716,0),(85107,22,716,0),(85108,23,716,0),(85109,24,716,0),(85110,25,716,0),(85111,26,716,0),(85112,27,716,0),(85113,28,716,0),(85114,29,716,0),(85115,30,716,0),(85116,31,716,0),(85117,32,716,0),(85118,33,716,0),(85119,34,716,0),(85120,35,716,0),(85121,36,716,0),(85122,37,716,0),(85123,38,716,0),(85124,39,716,0),(85125,40,716,0),(85126,41,716,0),(85127,42,716,0),(85128,43,716,0),(85129,44,716,0),(85130,45,716,0),(85131,46,716,0),(85132,47,716,0),(85133,48,716,0),(85134,49,716,0),(85135,50,716,0),(85136,51,716,0),(85137,52,716,0),(85138,53,716,0),(85139,54,716,0),(85140,55,716,0),(85141,56,716,0),(85142,57,716,0),(85143,58,716,0),(85144,59,716,0),(85145,60,716,0),(85146,61,716,0),(85147,62,716,0),(85148,63,716,0),(85149,64,716,0),(85150,65,716,0),(85151,66,716,0),(85152,67,716,0),(85153,68,716,0),(85154,69,716,0),(85155,70,716,0),(85156,71,716,0),(85157,72,716,0),(85158,73,716,0),(85159,74,716,0),(85160,75,716,0),(85161,76,716,0),(85162,77,716,0),(85163,78,716,0),(85164,79,716,0),(85165,80,716,0),(85166,81,716,0),(85167,82,716,0.0271269263659501),(85168,83,716,0),(85169,84,716,0),(85170,85,716,0),(85171,86,716,0),(85172,87,716,0),(85173,88,716,0),(85174,89,716,0),(85175,90,716,0),(85176,91,716,0),(85177,92,716,0),(85178,93,716,0),(85179,94,716,0),(85180,95,716,0),(85181,96,716,0),(85182,97,716,0),(85183,98,716,0),(85184,99,716,0),(85185,100,716,0),(85186,101,716,0),(85187,102,716,0),(85188,103,716,0),(85189,104,716,0),(85190,105,716,0),(85191,106,716,0),(85192,107,716,0),(85193,108,716,0),(85194,109,716,0),(85195,110,716,0),(85196,111,716,0),(85197,112,716,0),(85198,113,716,0),(85199,114,716,0),(85200,115,716,0),(85201,116,716,0),(85202,117,716,0),(85203,118,716,0),(85204,119,716,0),(85205,1,717,0),(85206,2,717,0),(85207,3,717,0),(85208,4,717,0),(85209,5,717,0),(85210,6,717,0),(85211,7,717,0),(85212,8,717,0),(85213,9,717,0),(85214,10,717,0),(85215,11,717,0),(85216,12,717,0),(85217,13,717,0),(85218,14,717,0),(85219,15,717,0),(85220,16,717,0),(85221,17,717,0),(85222,18,717,0),(85223,19,717,0),(85224,20,717,0),(85225,21,717,0),(85226,22,717,0),(85227,23,717,0),(85228,24,717,0),(85229,25,717,0),(85230,26,717,0),(85231,27,717,0),(85232,28,717,0),(85233,29,717,0),(85234,30,717,0),(85235,31,717,0),(85236,32,717,0),(85237,33,717,0),(85238,34,717,0),(85239,35,717,0),(85240,36,717,0),(85241,37,717,0),(85242,38,717,0),(85243,39,717,0),(85244,40,717,0),(85245,41,717,0),(85246,42,717,0),(85247,43,717,0),(85248,44,717,0),(85249,45,717,0),(85250,46,717,0),(85251,47,717,0),(85252,48,717,0),(85253,49,717,0),(85254,50,717,0),(85255,51,717,0),(85256,52,717,0),(85257,53,717,0),(85258,54,717,0),(85259,55,717,0),(85260,56,717,0),(85261,57,717,0),(85262,58,717,0),(85263,59,717,0),(85264,60,717,0),(85265,61,717,0),(85266,62,717,0),(85267,63,717,0),(85268,64,717,0),(85269,65,717,0),(85270,66,717,0),(85271,67,717,0),(85272,68,717,0),(85273,69,717,0),(85274,70,717,0),(85275,71,717,0),(85276,72,717,0),(85277,73,717,0),(85278,74,717,0),(85279,75,717,0),(85280,76,717,0),(85281,77,717,0),(85282,78,717,0),(85283,79,717,0),(85284,80,717,0),(85285,81,717,0),(85286,82,717,0),(85287,83,717,0.5),(85288,84,717,0),(85289,85,717,0),(85290,86,717,0),(85291,87,717,0),(85292,88,717,0),(85293,89,717,0),(85294,90,717,0),(85295,91,717,0),(85296,92,717,0),(85297,93,717,0),(85298,94,717,0),(85299,95,717,0),(85300,96,717,0),(85301,97,717,0),(85302,98,717,0),(85303,99,717,0),(85304,100,717,0),(85305,101,717,0),(85306,102,717,0),(85307,103,717,0),(85308,104,717,0),(85309,105,717,0),(85310,106,717,0),(85311,107,717,0),(85312,108,717,0),(85313,109,717,0),(85314,110,717,0),(85315,111,717,0),(85316,112,717,0),(85317,113,717,0),(85318,114,717,0),(85319,115,717,0),(85320,116,717,0),(85321,117,717,0),(85322,118,717,0),(85323,119,717,0),(85324,1,718,0),(85325,2,718,0),(85326,3,718,0),(85327,4,718,0),(85328,5,718,0),(85329,6,718,0),(85330,7,718,0),(85331,8,718,0),(85332,9,718,0),(85333,10,718,0),(85334,11,718,0),(85335,12,718,0),(85336,13,718,0),(85337,14,718,0),(85338,15,718,0),(85339,16,718,0),(85340,17,718,0),(85341,18,718,0),(85342,19,718,0),(85343,20,718,0),(85344,21,718,0),(85345,22,718,0),(85346,23,718,0),(85347,24,718,0),(85348,25,718,0),(85349,26,718,0),(85350,27,718,0),(85351,28,718,0),(85352,29,718,0),(85353,30,718,0),(85354,31,718,0),(85355,32,718,0),(85356,33,718,0),(85357,34,718,0),(85358,35,718,0),(85359,36,718,0),(85360,37,718,0),(85361,38,718,0),(85362,39,718,0),(85363,40,718,0),(85364,41,718,0),(85365,42,718,0),(85366,43,718,0),(85367,44,718,0),(85368,45,718,0),(85369,46,718,0),(85370,47,718,0),(85371,48,718,0),(85372,49,718,0),(85373,50,718,0),(85374,51,718,0),(85375,52,718,0),(85376,53,718,0),(85377,54,718,0),(85378,55,718,0),(85379,56,718,0),(85380,57,718,0),(85381,58,718,0),(85382,59,718,0),(85383,60,718,0),(85384,61,718,0),(85385,62,718,0),(85386,63,718,0),(85387,64,718,0),(85388,65,718,0),(85389,66,718,0),(85390,67,718,0),(85391,68,718,0),(85392,69,718,0),(85393,70,718,0),(85394,71,718,0),(85395,72,718,0),(85396,73,718,0),(85397,74,718,0),(85398,75,718,0),(85399,76,718,0),(85400,77,718,0),(85401,78,718,0),(85402,79,718,0),(85403,80,718,0),(85404,81,718,0),(85405,82,718,0),(85406,83,718,0.239641445569847),(85407,84,718,0),(85408,85,718,0),(85409,86,718,0),(85410,87,718,0),(85411,88,718,0),(85412,89,718,0),(85413,90,718,0),(85414,91,718,0),(85415,92,718,0),(85416,93,718,0),(85417,94,718,0),(85418,95,718,0),(85419,96,718,0),(85420,97,718,0),(85421,98,718,0),(85422,99,718,0),(85423,100,718,0),(85424,101,718,0),(85425,102,718,0),(85426,103,718,0),(85427,104,718,0),(85428,105,718,0),(85429,106,718,0),(85430,107,718,0),(85431,108,718,0),(85432,109,718,0),(85433,110,718,0),(85434,111,718,0),(85435,112,718,0),(85436,113,718,0),(85437,114,718,0),(85438,115,718,0),(85439,116,718,0),(85440,117,718,0),(85441,118,718,0),(85442,119,718,0),(85443,1,719,0),(85444,2,719,0),(85445,3,719,0),(85446,4,719,0),(85447,5,719,0),(85448,6,719,0),(85449,7,719,0),(85450,8,719,0),(85451,9,719,0),(85452,10,719,0),(85453,11,719,0),(85454,12,719,0),(85455,13,719,0),(85456,14,719,0),(85457,15,719,0),(85458,16,719,0),(85459,17,719,0),(85460,18,719,0),(85461,19,719,0),(85462,20,719,0),(85463,21,719,0),(85464,22,719,0),(85465,23,719,0),(85466,24,719,0),(85467,25,719,0),(85468,26,719,0),(85469,27,719,0),(85470,28,719,0),(85471,29,719,0),(85472,30,719,0),(85473,31,719,0),(85474,32,719,0),(85475,33,719,0),(85476,34,719,0),(85477,35,719,0),(85478,36,719,0),(85479,37,719,0),(85480,38,719,0),(85481,39,719,0),(85482,40,719,0),(85483,41,719,0),(85484,42,719,0),(85485,43,719,0),(85486,44,719,0),(85487,45,719,0),(85488,46,719,0),(85489,47,719,0),(85490,48,719,0),(85491,49,719,0),(85492,50,719,0),(85493,51,719,0),(85494,52,719,0),(85495,53,719,0),(85496,54,719,0),(85497,55,719,0),(85498,56,719,0),(85499,57,719,0),(85500,58,719,0),(85501,59,719,0),(85502,60,719,0),(85503,61,719,0),(85504,62,719,0),(85505,63,719,0),(85506,64,719,0),(85507,65,719,0),(85508,66,719,0),(85509,67,719,0),(85510,68,719,0),(85511,69,719,0),(85512,70,719,0),(85513,71,719,0),(85514,72,719,0),(85515,73,719,0),(85516,74,719,0),(85517,75,719,0),(85518,76,719,0),(85519,77,719,0),(85520,78,719,0),(85521,79,719,0),(85522,80,719,0),(85523,81,719,0),(85524,82,719,0),(85525,83,719,0.0500657427012769),(85526,84,719,0),(85527,85,719,0),(85528,86,719,0),(85529,87,719,0),(85530,88,719,0),(85531,89,719,0),(85532,90,719,0),(85533,91,719,0),(85534,92,719,0),(85535,93,719,0),(85536,94,719,0),(85537,95,719,0),(85538,96,719,0),(85539,97,719,0),(85540,98,719,0),(85541,99,719,0),(85542,100,719,0),(85543,101,719,0),(85544,102,719,0),(85545,103,719,0),(85546,104,719,0),(85547,105,719,0),(85548,106,719,0),(85549,107,719,0),(85550,108,719,0),(85551,109,719,0),(85552,110,719,0),(85553,111,719,0),(85554,112,719,0),(85555,113,719,0),(85556,114,719,0),(85557,115,719,0),(85558,116,719,0),(85559,117,719,0),(85560,118,719,0),(85561,119,719,0),(85562,1,720,0),(85563,2,720,0),(85564,3,720,0),(85565,4,720,0),(85566,5,720,0),(85567,6,720,0),(85568,7,720,0),(85569,8,720,0),(85570,9,720,0),(85571,10,720,0),(85572,11,720,0),(85573,12,720,0),(85574,13,720,0),(85575,14,720,0),(85576,15,720,0),(85577,16,720,0),(85578,17,720,0),(85579,18,720,0),(85580,19,720,0),(85581,20,720,0),(85582,21,720,0),(85583,22,720,0),(85584,23,720,0),(85585,24,720,0),(85586,25,720,0),(85587,26,720,0),(85588,27,720,0),(85589,28,720,0),(85590,29,720,0),(85591,30,720,0),(85592,31,720,0),(85593,32,720,0),(85594,33,720,0),(85595,34,720,0),(85596,35,720,0),(85597,36,720,0),(85598,37,720,0),(85599,38,720,0),(85600,39,720,0),(85601,40,720,0),(85602,41,720,0),(85603,42,720,0),(85604,43,720,0),(85605,44,720,0),(85606,45,720,0),(85607,46,720,0),(85608,47,720,0),(85609,48,720,0),(85610,49,720,0),(85611,50,720,0),(85612,51,720,0),(85613,52,720,0),(85614,53,720,0),(85615,54,720,0),(85616,55,720,0),(85617,56,720,0),(85618,57,720,0),(85619,58,720,0),(85620,59,720,0),(85621,60,720,0),(85622,61,720,0),(85623,62,720,0),(85624,63,720,0),(85625,64,720,0),(85626,65,720,0),(85627,66,720,0),(85628,67,720,0),(85629,68,720,0),(85630,69,720,0),(85631,70,720,0),(85632,71,720,0),(85633,72,720,0),(85634,73,720,0),(85635,74,720,0),(85636,75,720,0),(85637,76,720,0),(85638,77,720,0),(85639,78,720,0),(85640,79,720,0),(85641,80,720,0),(85642,81,720,0),(85643,82,720,0),(85644,83,720,0.192028168050266),(85645,84,720,0),(85646,85,720,0),(85647,86,720,0),(85648,87,720,0),(85649,88,720,0),(85650,89,720,0),(85651,90,720,0),(85652,91,720,0),(85653,92,720,0),(85654,93,720,0),(85655,94,720,0),(85656,95,720,0),(85657,96,720,0),(85658,97,720,0),(85659,98,720,0),(85660,99,720,0),(85661,100,720,0),(85662,101,720,0),(85663,102,720,0),(85664,103,720,0),(85665,104,720,0),(85666,105,720,0),(85667,106,720,0),(85668,107,720,0),(85669,108,720,0),(85670,109,720,0),(85671,110,720,0),(85672,111,720,0),(85673,112,720,0),(85674,113,720,0),(85675,114,720,0),(85676,115,720,0),(85677,116,720,0),(85678,117,720,0),(85679,118,720,0),(85680,119,720,0),(85681,1,721,0),(85682,2,721,0),(85683,3,721,0),(85684,4,721,0),(85685,5,721,0),(85686,6,721,0),(85687,7,721,0),(85688,8,721,0),(85689,9,721,0),(85690,10,721,0),(85691,11,721,0),(85692,12,721,0),(85693,13,721,0),(85694,14,721,0),(85695,15,721,0),(85696,16,721,0),(85697,17,721,0),(85698,18,721,0),(85699,19,721,0),(85700,20,721,0),(85701,21,721,0),(85702,22,721,0),(85703,23,721,0),(85704,24,721,0),(85705,25,721,0),(85706,26,721,0),(85707,27,721,0),(85708,28,721,0),(85709,29,721,0),(85710,30,721,0),(85711,31,721,0),(85712,32,721,0),(85713,33,721,0),(85714,34,721,0),(85715,35,721,0),(85716,36,721,0),(85717,37,721,0),(85718,38,721,0),(85719,39,721,0),(85720,40,721,0),(85721,41,721,0),(85722,42,721,0),(85723,43,721,0),(85724,44,721,0),(85725,45,721,0),(85726,46,721,0),(85727,47,721,0),(85728,48,721,0),(85729,49,721,0),(85730,50,721,0),(85731,51,721,0),(85732,52,721,0),(85733,53,721,0),(85734,54,721,0),(85735,55,721,0),(85736,56,721,0),(85737,57,721,0),(85738,58,721,0),(85739,59,721,0),(85740,60,721,0),(85741,61,721,0),(85742,62,721,0),(85743,63,721,0),(85744,64,721,0),(85745,65,721,0),(85746,66,721,0),(85747,67,721,0),(85748,68,721,0),(85749,69,721,0),(85750,70,721,0),(85751,71,721,0),(85752,72,721,0),(85753,73,721,0),(85754,74,721,0),(85755,75,721,0),(85756,76,721,0),(85757,77,721,0),(85758,78,721,0),(85759,79,721,0),(85760,80,721,0),(85761,81,721,0),(85762,82,721,0),(85763,83,721,0.31826464367861),(85764,84,721,0),(85765,85,721,0),(85766,86,721,0),(85767,87,721,0),(85768,88,721,0),(85769,89,721,0),(85770,90,721,0),(85771,91,721,0),(85772,92,721,0),(85773,93,721,0),(85774,94,721,0),(85775,95,721,0),(85776,96,721,0),(85777,97,721,0),(85778,98,721,0),(85779,99,721,0),(85780,100,721,0),(85781,101,721,0),(85782,102,721,0),(85783,103,721,0),(85784,104,721,0),(85785,105,721,0),(85786,106,721,0),(85787,107,721,0),(85788,108,721,0),(85789,109,721,0),(85790,110,721,0),(85791,111,721,0),(85792,112,721,0),(85793,113,721,0),(85794,114,721,0),(85795,115,721,0),(85796,116,721,0),(85797,117,721,0),(85798,118,721,0),(85799,119,721,0),(85800,1,722,0),(85801,2,722,0),(85802,3,722,0),(85803,4,722,0),(85804,5,722,0),(85805,6,722,0),(85806,7,722,0),(85807,8,722,0),(85808,9,722,0),(85809,10,722,0),(85810,11,722,0),(85811,12,722,0),(85812,13,722,0),(85813,14,722,0),(85814,15,722,0),(85815,16,722,0),(85816,17,722,0),(85817,18,722,0),(85818,19,722,0),(85819,20,722,0),(85820,21,722,0),(85821,22,722,0),(85822,23,722,0),(85823,24,722,0),(85824,25,722,0),(85825,26,722,0),(85826,27,722,0),(85827,28,722,0),(85828,29,722,0),(85829,30,722,0),(85830,31,722,0),(85831,32,722,0),(85832,33,722,0),(85833,34,722,0),(85834,35,722,0),(85835,36,722,0),(85836,37,722,0),(85837,38,722,0),(85838,39,722,0),(85839,40,722,0),(85840,41,722,0),(85841,42,722,0),(85842,43,722,0),(85843,44,722,0),(85844,45,722,0),(85845,46,722,0),(85846,47,722,0),(85847,48,722,0),(85848,49,722,0),(85849,50,722,0),(85850,51,722,0),(85851,52,722,0),(85852,53,722,0),(85853,54,722,0),(85854,55,722,0),(85855,56,722,0),(85856,57,722,0),(85857,58,722,0),(85858,59,722,0),(85859,60,722,0),(85860,61,722,0),(85861,62,722,0),(85862,63,722,0),(85863,64,722,0),(85864,65,722,0),(85865,66,722,0),(85866,67,722,0),(85867,68,722,0),(85868,69,722,0),(85869,70,722,0),(85870,71,722,0),(85871,72,722,0),(85872,73,722,0),(85873,74,722,0),(85874,75,722,0),(85875,76,722,0),(85876,77,722,0),(85877,78,722,0),(85878,79,722,0),(85879,80,722,0),(85880,81,722,0),(85881,82,722,0),(85882,83,722,0.187114581493476),(85883,84,722,0),(85884,85,722,0),(85885,86,722,0),(85886,87,722,0),(85887,88,722,0),(85888,89,722,0),(85889,90,722,0),(85890,91,722,0),(85891,92,722,0),(85892,93,722,0),(85893,94,722,0),(85894,95,722,0),(85895,96,722,0),(85896,97,722,0),(85897,98,722,0),(85898,99,722,0),(85899,100,722,0),(85900,101,722,0),(85901,102,722,0),(85902,103,722,0),(85903,104,722,0),(85904,105,722,0),(85905,106,722,0),(85906,107,722,0),(85907,108,722,0),(85908,109,722,0),(85909,110,722,0),(85910,111,722,0),(85911,112,722,0),(85912,113,722,0),(85913,114,722,0),(85914,115,722,0),(85915,116,722,0),(85916,117,722,0),(85917,118,722,0),(85918,119,722,0),(85919,1,723,0),(85920,2,723,0),(85921,3,723,0),(85922,4,723,0),(85923,5,723,0),(85924,6,723,0),(85925,7,723,0),(85926,8,723,0),(85927,9,723,0),(85928,10,723,0),(85929,11,723,0),(85930,12,723,0),(85931,13,723,0),(85932,14,723,0),(85933,15,723,0),(85934,16,723,0),(85935,17,723,0),(85936,18,723,0),(85937,19,723,0),(85938,20,723,0),(85939,21,723,0),(85940,22,723,0),(85941,23,723,0),(85942,24,723,0),(85943,25,723,0),(85944,26,723,0),(85945,27,723,0),(85946,28,723,0),(85947,29,723,0),(85948,30,723,0),(85949,31,723,0),(85950,32,723,0),(85951,33,723,0),(85952,34,723,0),(85953,35,723,0),(85954,36,723,0),(85955,37,723,0),(85956,38,723,0),(85957,39,723,0),(85958,40,723,0),(85959,41,723,0),(85960,42,723,0),(85961,43,723,0),(85962,44,723,0),(85963,45,723,0),(85964,46,723,0),(85965,47,723,0),(85966,48,723,0),(85967,49,723,0),(85968,50,723,0),(85969,51,723,0),(85970,52,723,0),(85971,53,723,0),(85972,54,723,0),(85973,55,723,0),(85974,56,723,0),(85975,57,723,0),(85976,58,723,0),(85977,59,723,0),(85978,60,723,0),(85979,61,723,0),(85980,62,723,0),(85981,63,723,0),(85982,64,723,0),(85983,65,723,0),(85984,66,723,0),(85985,67,723,0),(85986,68,723,0),(85987,69,723,0),(85988,70,723,0),(85989,71,723,0),(85990,72,723,0),(85991,73,723,0),(85992,74,723,0),(85993,75,723,0),(85994,76,723,0),(85995,77,723,0),(85996,78,723,0),(85997,79,723,0),(85998,80,723,0),(85999,81,723,0),(86000,82,723,0),(86001,83,723,0.171812275346819),(86002,84,723,0),(86003,85,723,0),(86004,86,723,0),(86005,87,723,0),(86006,88,723,0),(86007,89,723,0),(86008,90,723,0),(86009,91,723,0),(86010,92,723,0),(86011,93,723,0),(86012,94,723,0),(86013,95,723,0),(86014,96,723,0),(86015,97,723,0),(86016,98,723,0),(86017,99,723,0),(86018,100,723,0),(86019,101,723,0),(86020,102,723,0),(86021,103,723,0),(86022,104,723,0),(86023,105,723,0),(86024,106,723,0),(86025,107,723,0),(86026,108,723,0),(86027,109,723,0),(86028,110,723,0),(86029,111,723,0),(86030,112,723,0),(86031,113,723,0),(86032,114,723,0),(86033,115,723,0),(86034,116,723,0),(86035,117,723,0),(86036,118,723,0),(86037,119,723,0),(86038,1,724,0),(86039,2,724,0),(86040,3,724,0),(86041,4,724,0),(86042,5,724,0),(86043,6,724,0),(86044,7,724,0),(86045,8,724,0),(86046,9,724,0),(86047,10,724,0),(86048,11,724,0),(86049,12,724,0),(86050,13,724,0),(86051,14,724,0),(86052,15,724,0),(86053,16,724,0),(86054,17,724,0),(86055,18,724,0),(86056,19,724,0),(86057,20,724,0),(86058,21,724,0),(86059,22,724,0),(86060,23,724,0),(86061,24,724,0),(86062,25,724,0),(86063,26,724,0),(86064,27,724,0),(86065,28,724,0),(86066,29,724,0),(86067,30,724,0),(86068,31,724,0),(86069,32,724,0),(86070,33,724,0),(86071,34,724,0),(86072,35,724,0),(86073,36,724,0),(86074,37,724,0),(86075,38,724,0),(86076,39,724,0),(86077,40,724,0),(86078,41,724,0),(86079,42,724,0),(86080,43,724,0),(86081,44,724,0),(86082,45,724,0),(86083,46,724,0),(86084,47,724,0),(86085,48,724,0),(86086,49,724,0),(86087,50,724,0),(86088,51,724,0),(86089,52,724,0),(86090,53,724,0),(86091,54,724,0),(86092,55,724,0),(86093,56,724,0),(86094,57,724,0),(86095,58,724,0),(86096,59,724,0),(86097,60,724,0),(86098,61,724,0),(86099,62,724,0),(86100,63,724,0),(86101,64,724,0),(86102,65,724,0),(86103,66,724,0),(86104,67,724,0),(86105,68,724,0),(86106,69,724,0),(86107,70,724,0),(86108,71,724,0),(86109,72,724,0),(86110,73,724,0),(86111,74,724,0),(86112,75,724,0),(86113,76,724,0),(86114,77,724,0),(86115,78,724,0),(86116,79,724,0),(86117,80,724,0),(86118,81,724,0),(86119,82,724,0),(86120,83,724,0.0344014899565062),(86121,84,724,0),(86122,85,724,0),(86123,86,724,0),(86124,87,724,0),(86125,88,724,0),(86126,89,724,0),(86127,90,724,0),(86128,91,724,0),(86129,92,724,0),(86130,93,724,0),(86131,94,724,0),(86132,95,724,0),(86133,96,724,0),(86134,97,724,0),(86135,98,724,0),(86136,99,724,0),(86137,100,724,0),(86138,101,724,0),(86139,102,724,0),(86140,103,724,0),(86141,104,724,0),(86142,105,724,0),(86143,106,724,0),(86144,107,724,0),(86145,108,724,0),(86146,109,724,0),(86147,110,724,0),(86148,111,724,0),(86149,112,724,0),(86150,113,724,0),(86151,114,724,0),(86152,115,724,0),(86153,116,724,0),(86154,117,724,0),(86155,118,724,0),(86156,119,724,0),(86157,1,725,0),(86158,2,725,0),(86159,3,725,0),(86160,4,725,0),(86161,5,725,0),(86162,6,725,0),(86163,7,725,0),(86164,8,725,0),(86165,9,725,0),(86166,10,725,0),(86167,11,725,0),(86168,12,725,0),(86169,13,725,0),(86170,14,725,0),(86171,15,725,0),(86172,16,725,0),(86173,17,725,0),(86174,18,725,0),(86175,19,725,0),(86176,20,725,0),(86177,21,725,0),(86178,22,725,0),(86179,23,725,0),(86180,24,725,0),(86181,25,725,0),(86182,26,725,0),(86183,27,725,0),(86184,28,725,0),(86185,29,725,0),(86186,30,725,0),(86187,31,725,0),(86188,32,725,0),(86189,33,725,0),(86190,34,725,0),(86191,35,725,0),(86192,36,725,0),(86193,37,725,0),(86194,38,725,0),(86195,39,725,0),(86196,40,725,0),(86197,41,725,0),(86198,42,725,0),(86199,43,725,0),(86200,44,725,0),(86201,45,725,0),(86202,46,725,0),(86203,47,725,0),(86204,48,725,0),(86205,49,725,0),(86206,50,725,0),(86207,51,725,0),(86208,52,725,0),(86209,53,725,0),(86210,54,725,0),(86211,55,725,0),(86212,56,725,0),(86213,57,725,0),(86214,58,725,0),(86215,59,725,0),(86216,60,725,0),(86217,61,725,0),(86218,62,725,0),(86219,63,725,0),(86220,64,725,0),(86221,65,725,0),(86222,66,725,0),(86223,67,725,0),(86224,68,725,0),(86225,69,725,0),(86226,70,725,0),(86227,71,725,0),(86228,72,725,0),(86229,73,725,0),(86230,74,725,0),(86231,75,725,0),(86232,76,725,0),(86233,77,725,0),(86234,78,725,0),(86235,79,725,0),(86236,80,725,0),(86237,81,725,0),(86238,82,725,0),(86239,83,725,0.292261103213214),(86240,84,725,0),(86241,85,725,0),(86242,86,725,0),(86243,87,725,0),(86244,88,725,0),(86245,89,725,0),(86246,90,725,0),(86247,91,725,0),(86248,92,725,0),(86249,93,725,0),(86250,94,725,0),(86251,95,725,0),(86252,96,725,0),(86253,97,725,0),(86254,98,725,0),(86255,99,725,0),(86256,100,725,0),(86257,101,725,0),(86258,102,725,0),(86259,103,725,0),(86260,104,725,0),(86261,105,725,0),(86262,106,725,0),(86263,107,725,0),(86264,108,725,0),(86265,109,725,0),(86266,110,725,0),(86267,111,725,0),(86268,112,725,0),(86269,113,725,0),(86270,114,725,0),(86271,115,725,0),(86272,116,725,0),(86273,117,725,0),(86274,118,725,0),(86275,119,725,0),(86276,1,726,0),(86277,2,726,0),(86278,3,726,0),(86279,4,726,0),(86280,5,726,0),(86281,6,726,0),(86282,7,726,0),(86283,8,726,0),(86284,9,726,0),(86285,10,726,0),(86286,11,726,0),(86287,12,726,0),(86288,13,726,0),(86289,14,726,0),(86290,15,726,0),(86291,16,726,0),(86292,17,726,0),(86293,18,726,0),(86294,19,726,0),(86295,20,726,0),(86296,21,726,0),(86297,22,726,0),(86298,23,726,0),(86299,24,726,0),(86300,25,726,0),(86301,26,726,0),(86302,27,726,0),(86303,28,726,0),(86304,29,726,0),(86305,30,726,0),(86306,31,726,0),(86307,32,726,0),(86308,33,726,0),(86309,34,726,0),(86310,35,726,0),(86311,36,726,0),(86312,37,726,0),(86313,38,726,0),(86314,39,726,0),(86315,40,726,0),(86316,41,726,0),(86317,42,726,0),(86318,43,726,0),(86319,44,726,0),(86320,45,726,0),(86321,46,726,0),(86322,47,726,0),(86323,48,726,0),(86324,49,726,0),(86325,50,726,0),(86326,51,726,0),(86327,52,726,0),(86328,53,726,0),(86329,54,726,0),(86330,55,726,0),(86331,56,726,0),(86332,57,726,0),(86333,58,726,0),(86334,59,726,0),(86335,60,726,0),(86336,61,726,0),(86337,62,726,0),(86338,63,726,0),(86339,64,726,0),(86340,65,726,0),(86341,66,726,0),(86342,67,726,0),(86343,68,726,0),(86344,69,726,0),(86345,70,726,0),(86346,71,726,0),(86347,72,726,0),(86348,73,726,0),(86349,74,726,0),(86350,75,726,0),(86351,76,726,0),(86352,77,726,0),(86353,78,726,0),(86354,79,726,0),(86355,80,726,0),(86356,81,726,0),(86357,82,726,0),(86358,83,726,0.314410549989984),(86359,84,726,0),(86360,85,726,0),(86361,86,726,0),(86362,87,726,0),(86363,88,726,0),(86364,89,726,0),(86365,90,726,0),(86366,91,726,0),(86367,92,726,0),(86368,93,726,0),(86369,94,726,0),(86370,95,726,0),(86371,96,726,0),(86372,97,726,0),(86373,98,726,0),(86374,99,726,0),(86375,100,726,0),(86376,101,726,0),(86377,102,726,0),(86378,103,726,0),(86379,104,726,0),(86380,105,726,0),(86381,106,726,0),(86382,107,726,0),(86383,108,726,0),(86384,109,726,0),(86385,110,726,0),(86386,111,726,0),(86387,112,726,0),(86388,113,726,0),(86389,114,726,0),(86390,115,726,0),(86391,116,726,0),(86392,117,726,0),(86393,118,726,0),(86394,119,726,0),(86395,1,727,0),(86396,2,727,0),(86397,3,727,0),(86398,4,727,0),(86399,5,727,0),(86400,6,727,0),(86401,7,727,0),(86402,8,727,0),(86403,9,727,0),(86404,10,727,0),(86405,11,727,0),(86406,12,727,0),(86407,13,727,0),(86408,14,727,0),(86409,15,727,0),(86410,16,727,0),(86411,17,727,0),(86412,18,727,0),(86413,19,727,0),(86414,20,727,0),(86415,21,727,0),(86416,22,727,0),(86417,23,727,0),(86418,24,727,0),(86419,25,727,0),(86420,26,727,0),(86421,27,727,0),(86422,28,727,0),(86423,29,727,0),(86424,30,727,0),(86425,31,727,0),(86426,32,727,0),(86427,33,727,0),(86428,34,727,0),(86429,35,727,0),(86430,36,727,0),(86431,37,727,0),(86432,38,727,0),(86433,39,727,0),(86434,40,727,0),(86435,41,727,0),(86436,42,727,0),(86437,43,727,0),(86438,44,727,0),(86439,45,727,0),(86440,46,727,0),(86441,47,727,0),(86442,48,727,0),(86443,49,727,0),(86444,50,727,0),(86445,51,727,0),(86446,52,727,0),(86447,53,727,0),(86448,54,727,0),(86449,55,727,0),(86450,56,727,0),(86451,57,727,0),(86452,58,727,0),(86453,59,727,0),(86454,60,727,0),(86455,61,727,0),(86456,62,727,0),(86457,63,727,0),(86458,64,727,0),(86459,65,727,0),(86460,66,727,0),(86461,67,727,0),(86462,68,727,0),(86463,69,727,0),(86464,70,727,0),(86465,71,727,0),(86466,72,727,0),(86467,73,727,0),(86468,74,727,0),(86469,75,727,0),(86470,76,727,0),(86471,77,727,0),(86472,78,727,0),(86473,79,727,0),(86474,80,727,0),(86475,81,727,0),(86476,82,727,0),(86477,83,727,0),(86478,84,727,0.369665849751432),(86479,85,727,0),(86480,86,727,0),(86481,87,727,0),(86482,88,727,0),(86483,89,727,0),(86484,90,727,0),(86485,91,727,0),(86486,92,727,0),(86487,93,727,0),(86488,94,727,0),(86489,95,727,0),(86490,96,727,0),(86491,97,727,0),(86492,98,727,0),(86493,99,727,0),(86494,100,727,0),(86495,101,727,0),(86496,102,727,0),(86497,103,727,0),(86498,104,727,0),(86499,105,727,0),(86500,106,727,0),(86501,107,727,0),(86502,108,727,0),(86503,109,727,0),(86504,110,727,0),(86505,111,727,0),(86506,112,727,0),(86507,113,727,0),(86508,114,727,0),(86509,115,727,0),(86510,116,727,0),(86511,117,727,0),(86512,118,727,0),(86513,119,727,0),(86514,1,728,0),(86515,2,728,0),(86516,3,728,0),(86517,4,728,0),(86518,5,728,0),(86519,6,728,0),(86520,7,728,0),(86521,8,728,0),(86522,9,728,0),(86523,10,728,0),(86524,11,728,0),(86525,12,728,0),(86526,13,728,0),(86527,14,728,0),(86528,15,728,0),(86529,16,728,0),(86530,17,728,0),(86531,18,728,0),(86532,19,728,0),(86533,20,728,0),(86534,21,728,0),(86535,22,728,0),(86536,23,728,0),(86537,24,728,0),(86538,25,728,0),(86539,26,728,0),(86540,27,728,0),(86541,28,728,0),(86542,29,728,0),(86543,30,728,0),(86544,31,728,0),(86545,32,728,0),(86546,33,728,0),(86547,34,728,0),(86548,35,728,0),(86549,36,728,0),(86550,37,728,0),(86551,38,728,0),(86552,39,728,0),(86553,40,728,0),(86554,41,728,0),(86555,42,728,0),(86556,43,728,0),(86557,44,728,0),(86558,45,728,0),(86559,46,728,0),(86560,47,728,0),(86561,48,728,0),(86562,49,728,0),(86563,50,728,0),(86564,51,728,0),(86565,52,728,0),(86566,53,728,0),(86567,54,728,0),(86568,55,728,0),(86569,56,728,0),(86570,57,728,0),(86571,58,728,0),(86572,59,728,0),(86573,60,728,0),(86574,61,728,0),(86575,62,728,0),(86576,63,728,0),(86577,64,728,0),(86578,65,728,0),(86579,66,728,0),(86580,67,728,0),(86581,68,728,0),(86582,69,728,0),(86583,70,728,0),(86584,71,728,0),(86585,72,728,0),(86586,73,728,0),(86587,74,728,0),(86588,75,728,0),(86589,76,728,0),(86590,77,728,0),(86591,78,728,0),(86592,79,728,0),(86593,80,728,0),(86594,81,728,0),(86595,82,728,0),(86596,83,728,0),(86597,84,728,0.130334150248568),(86598,85,728,0),(86599,86,728,0),(86600,87,728,0),(86601,88,728,0),(86602,89,728,0),(86603,90,728,0),(86604,91,728,0),(86605,92,728,0),(86606,93,728,0),(86607,94,728,0),(86608,95,728,0),(86609,96,728,0),(86610,97,728,0),(86611,98,728,0),(86612,99,728,0),(86613,100,728,0),(86614,101,728,0),(86615,102,728,0),(86616,103,728,0),(86617,104,728,0),(86618,105,728,0),(86619,106,728,0),(86620,107,728,0),(86621,108,728,0),(86622,109,728,0),(86623,110,728,0),(86624,111,728,0),(86625,112,728,0),(86626,113,728,0),(86627,114,728,0),(86628,115,728,0),(86629,116,728,0),(86630,117,728,0),(86631,118,728,0),(86632,119,728,0),(86633,1,729,0),(86634,2,729,0),(86635,3,729,0),(86636,4,729,0),(86637,5,729,0),(86638,6,729,0),(86639,7,729,0),(86640,8,729,0),(86641,9,729,0),(86642,10,729,0),(86643,11,729,0),(86644,12,729,0),(86645,13,729,0),(86646,14,729,0),(86647,15,729,0),(86648,16,729,0),(86649,17,729,0),(86650,18,729,0),(86651,19,729,0),(86652,20,729,0),(86653,21,729,0),(86654,22,729,0),(86655,23,729,0),(86656,24,729,0),(86657,25,729,0),(86658,26,729,0),(86659,27,729,0),(86660,28,729,0),(86661,29,729,0),(86662,30,729,0),(86663,31,729,0),(86664,32,729,0),(86665,33,729,0),(86666,34,729,0),(86667,35,729,0),(86668,36,729,0),(86669,37,729,0),(86670,38,729,0),(86671,39,729,0),(86672,40,729,0),(86673,41,729,0),(86674,42,729,0),(86675,43,729,0),(86676,44,729,0),(86677,45,729,0),(86678,46,729,0),(86679,47,729,0),(86680,48,729,0),(86681,49,729,0),(86682,50,729,0),(86683,51,729,0),(86684,52,729,0),(86685,53,729,0),(86686,54,729,0),(86687,55,729,0),(86688,56,729,0),(86689,57,729,0),(86690,58,729,0),(86691,59,729,0),(86692,60,729,0),(86693,61,729,0),(86694,62,729,0),(86695,63,729,0),(86696,64,729,0),(86697,65,729,0),(86698,66,729,0),(86699,67,729,0),(86700,68,729,0),(86701,69,729,0),(86702,70,729,0),(86703,71,729,0),(86704,72,729,0),(86705,73,729,0),(86706,74,729,0),(86707,75,729,0),(86708,76,729,0),(86709,77,729,0),(86710,78,729,0),(86711,79,729,0),(86712,80,729,0),(86713,81,729,0),(86714,82,729,0),(86715,83,729,0),(86716,84,729,0.298733553066985),(86717,85,729,0),(86718,86,729,0),(86719,87,729,0),(86720,88,729,0),(86721,89,729,0),(86722,90,729,0),(86723,91,729,0),(86724,92,729,0),(86725,93,729,0),(86726,94,729,0),(86727,95,729,0),(86728,96,729,0),(86729,97,729,0),(86730,98,729,0),(86731,99,729,0),(86732,100,729,0),(86733,101,729,0),(86734,102,729,0),(86735,103,729,0),(86736,104,729,0),(86737,105,729,0),(86738,106,729,0),(86739,107,729,0),(86740,108,729,0),(86741,109,729,0),(86742,110,729,0),(86743,111,729,0),(86744,112,729,0),(86745,113,729,0),(86746,114,729,0),(86747,115,729,0),(86748,116,729,0),(86749,117,729,0),(86750,118,729,0),(86751,119,729,0),(86752,1,730,0),(86753,2,730,0),(86754,3,730,0),(86755,4,730,0),(86756,5,730,0),(86757,6,730,0),(86758,7,730,0),(86759,8,730,0),(86760,9,730,0),(86761,10,730,0),(86762,11,730,0),(86763,12,730,0),(86764,13,730,0),(86765,14,730,0),(86766,15,730,0),(86767,16,730,0),(86768,17,730,0),(86769,18,730,0),(86770,19,730,0),(86771,20,730,0),(86772,21,730,0),(86773,22,730,0),(86774,23,730,0),(86775,24,730,0),(86776,25,730,0),(86777,26,730,0),(86778,27,730,0),(86779,28,730,0),(86780,29,730,0),(86781,30,730,0),(86782,31,730,0),(86783,32,730,0),(86784,33,730,0),(86785,34,730,0),(86786,35,730,0),(86787,36,730,0),(86788,37,730,0),(86789,38,730,0),(86790,39,730,0),(86791,40,730,0),(86792,41,730,0),(86793,42,730,0),(86794,43,730,0),(86795,44,730,0),(86796,45,730,0),(86797,46,730,0),(86798,47,730,0),(86799,48,730,0),(86800,49,730,0),(86801,50,730,0),(86802,51,730,0),(86803,52,730,0),(86804,53,730,0),(86805,54,730,0),(86806,55,730,0),(86807,56,730,0),(86808,57,730,0),(86809,58,730,0),(86810,59,730,0),(86811,60,730,0),(86812,61,730,0),(86813,62,730,0),(86814,63,730,0),(86815,64,730,0),(86816,65,730,0),(86817,66,730,0),(86818,67,730,0),(86819,68,730,0),(86820,69,730,0),(86821,70,730,0),(86822,71,730,0),(86823,72,730,0),(86824,73,730,0),(86825,74,730,0),(86826,75,730,0),(86827,76,730,0),(86828,77,730,0),(86829,78,730,0),(86830,79,730,0),(86831,80,730,0),(86832,81,730,0),(86833,82,730,0),(86834,83,730,0),(86835,84,730,0.333050890550181),(86836,85,730,0),(86837,86,730,0),(86838,87,730,0),(86839,88,730,0),(86840,89,730,0),(86841,90,730,0),(86842,91,730,0),(86843,92,730,0),(86844,93,730,0),(86845,94,730,0),(86846,95,730,0),(86847,96,730,0),(86848,97,730,0),(86849,98,730,0),(86850,99,730,0),(86851,100,730,0),(86852,101,730,0),(86853,102,730,0),(86854,103,730,0),(86855,104,730,0),(86856,105,730,0),(86857,106,730,0),(86858,107,730,0),(86859,108,730,0),(86860,109,730,0),(86861,110,730,0),(86862,111,730,0),(86863,112,730,0),(86864,113,730,0),(86865,114,730,0),(86866,115,730,0),(86867,116,730,0),(86868,117,730,0),(86869,118,730,0),(86870,119,730,0),(86871,1,731,0),(86872,2,731,0),(86873,3,731,0),(86874,4,731,0),(86875,5,731,0),(86876,6,731,0),(86877,7,731,0),(86878,8,731,0),(86879,9,731,0),(86880,10,731,0),(86881,11,731,0),(86882,12,731,0),(86883,13,731,0),(86884,14,731,0),(86885,15,731,0),(86886,16,731,0),(86887,17,731,0),(86888,18,731,0),(86889,19,731,0),(86890,20,731,0),(86891,21,731,0),(86892,22,731,0),(86893,23,731,0),(86894,24,731,0),(86895,25,731,0),(86896,26,731,0),(86897,27,731,0),(86898,28,731,0),(86899,29,731,0),(86900,30,731,0),(86901,31,731,0),(86902,32,731,0),(86903,33,731,0),(86904,34,731,0),(86905,35,731,0),(86906,36,731,0),(86907,37,731,0),(86908,38,731,0),(86909,39,731,0),(86910,40,731,0),(86911,41,731,0),(86912,42,731,0),(86913,43,731,0),(86914,44,731,0),(86915,45,731,0),(86916,46,731,0),(86917,47,731,0),(86918,48,731,0),(86919,49,731,0),(86920,50,731,0),(86921,51,731,0),(86922,52,731,0),(86923,53,731,0),(86924,54,731,0),(86925,55,731,0),(86926,56,731,0),(86927,57,731,0),(86928,58,731,0),(86929,59,731,0),(86930,60,731,0),(86931,61,731,0),(86932,62,731,0),(86933,63,731,0),(86934,64,731,0),(86935,65,731,0),(86936,66,731,0),(86937,67,731,0),(86938,68,731,0),(86939,69,731,0),(86940,70,731,0),(86941,71,731,0),(86942,72,731,0),(86943,73,731,0),(86944,74,731,0),(86945,75,731,0),(86946,76,731,0),(86947,77,731,0),(86948,78,731,0),(86949,79,731,0),(86950,80,731,0),(86951,81,731,0),(86952,82,731,0),(86953,83,731,0),(86954,84,731,0.168215556382833),(86955,85,731,0),(86956,86,731,0),(86957,87,731,0),(86958,88,731,0),(86959,89,731,0),(86960,90,731,0),(86961,91,731,0),(86962,92,731,0),(86963,93,731,0),(86964,94,731,0),(86965,95,731,0),(86966,96,731,0),(86967,97,731,0),(86968,98,731,0),(86969,99,731,0),(86970,100,731,0),(86971,101,731,0),(86972,102,731,0),(86973,103,731,0),(86974,104,731,0),(86975,105,731,0),(86976,106,731,0),(86977,107,731,0),(86978,108,731,0),(86979,109,731,0),(86980,110,731,0),(86981,111,731,0),(86982,112,731,0),(86983,113,731,0),(86984,114,731,0),(86985,115,731,0),(86986,116,731,0),(86987,117,731,0),(86988,118,731,0),(86989,119,731,0),(86990,1,732,0),(86991,2,732,0),(86992,3,732,0),(86993,4,732,0),(86994,5,732,0),(86995,6,732,0),(86996,7,732,0),(86997,8,732,0),(86998,9,732,0),(86999,10,732,0),(87000,11,732,0),(87001,12,732,0),(87002,13,732,0),(87003,14,732,0),(87004,15,732,0),(87005,16,732,0),(87006,17,732,0),(87007,18,732,0),(87008,19,732,0),(87009,20,732,0),(87010,21,732,0),(87011,22,732,0),(87012,23,732,0),(87013,24,732,0),(87014,25,732,0),(87015,26,732,0),(87016,27,732,0),(87017,28,732,0),(87018,29,732,0),(87019,30,732,0),(87020,31,732,0),(87021,32,732,0),(87022,33,732,0),(87023,34,732,0),(87024,35,732,0),(87025,36,732,0),(87026,37,732,0),(87027,38,732,0),(87028,39,732,0),(87029,40,732,0),(87030,41,732,0),(87031,42,732,0),(87032,43,732,0),(87033,44,732,0),(87034,45,732,0),(87035,46,732,0),(87036,47,732,0),(87037,48,732,0),(87038,49,732,0),(87039,50,732,0),(87040,51,732,0),(87041,52,732,0),(87042,53,732,0),(87043,54,732,0),(87044,55,732,0),(87045,56,732,0),(87046,57,732,0),(87047,58,732,0),(87048,59,732,0),(87049,60,732,0),(87050,61,732,0),(87051,62,732,0),(87052,63,732,0),(87053,64,732,0),(87054,65,732,0),(87055,66,732,0),(87056,67,732,0),(87057,68,732,0),(87058,69,732,0),(87059,70,732,0),(87060,71,732,0),(87061,72,732,0),(87062,73,732,0),(87063,74,732,0),(87064,75,732,0),(87065,76,732,0),(87066,77,732,0),(87067,78,732,0),(87068,79,732,0),(87069,80,732,0),(87070,81,732,0),(87071,82,732,0),(87072,83,732,0),(87073,84,732,0.251502935696721),(87074,85,732,0),(87075,86,732,0),(87076,87,732,0),(87077,88,732,0),(87078,89,732,0),(87079,90,732,0),(87080,91,732,0),(87081,92,732,0),(87082,93,732,0),(87083,94,732,0),(87084,95,732,0),(87085,96,732,0),(87086,97,732,0),(87087,98,732,0),(87088,99,732,0),(87089,100,732,0),(87090,101,732,0),(87091,102,732,0),(87092,103,732,0),(87093,104,732,0),(87094,105,732,0),(87095,106,732,0),(87096,107,732,0),(87097,108,732,0),(87098,109,732,0),(87099,110,732,0),(87100,111,732,0),(87101,112,732,0),(87102,113,732,0),(87103,114,732,0),(87104,115,732,0),(87105,116,732,0),(87106,117,732,0),(87107,118,732,0),(87108,119,732,0),(87109,1,733,0),(87110,2,733,0),(87111,3,733,0),(87112,4,733,0),(87113,5,733,0),(87114,6,733,0),(87115,7,733,0),(87116,8,733,0),(87117,9,733,0),(87118,10,733,0),(87119,11,733,0),(87120,12,733,0),(87121,13,733,0),(87122,14,733,0),(87123,15,733,0),(87124,16,733,0),(87125,17,733,0),(87126,18,733,0),(87127,19,733,0),(87128,20,733,0),(87129,21,733,0),(87130,22,733,0),(87131,23,733,0),(87132,24,733,0),(87133,25,733,0),(87134,26,733,0),(87135,27,733,0),(87136,28,733,0),(87137,29,733,0),(87138,30,733,0),(87139,31,733,0),(87140,32,733,0),(87141,33,733,0),(87142,34,733,0),(87143,35,733,0),(87144,36,733,0),(87145,37,733,0),(87146,38,733,0),(87147,39,733,0),(87148,40,733,0),(87149,41,733,0),(87150,42,733,0),(87151,43,733,0),(87152,44,733,0),(87153,45,733,0),(87154,46,733,0),(87155,47,733,0),(87156,48,733,0),(87157,49,733,0),(87158,50,733,0),(87159,51,733,0),(87160,52,733,0),(87161,53,733,0),(87162,54,733,0),(87163,55,733,0),(87164,56,733,0),(87165,57,733,0),(87166,58,733,0),(87167,59,733,0),(87168,60,733,0),(87169,61,733,0),(87170,62,733,0),(87171,63,733,0),(87172,64,733,0),(87173,65,733,0),(87174,66,733,0),(87175,67,733,0),(87176,68,733,0),(87177,69,733,0),(87178,70,733,0),(87179,71,733,0),(87180,72,733,0),(87181,73,733,0),(87182,74,733,0),(87183,75,733,0),(87184,76,733,0),(87185,77,733,0),(87186,78,733,0),(87187,79,733,0),(87188,80,733,0),(87189,81,733,0),(87190,82,733,0),(87191,83,733,0),(87192,84,733,0.10756101612497),(87193,85,733,0),(87194,86,733,0),(87195,87,733,0),(87196,88,733,0),(87197,89,733,0),(87198,90,733,0),(87199,91,733,0),(87200,92,733,0),(87201,93,733,0),(87202,94,733,0),(87203,95,733,0),(87204,96,733,0),(87205,97,733,0),(87206,98,733,0),(87207,99,733,0),(87208,100,733,0),(87209,101,733,0),(87210,102,733,0),(87211,103,733,0),(87212,104,733,0),(87213,105,733,0),(87214,106,733,0),(87215,107,733,0),(87216,108,733,0),(87217,109,733,0),(87218,110,733,0),(87219,111,733,0),(87220,112,733,0),(87221,113,733,0),(87222,114,733,0),(87223,115,733,0),(87224,116,733,0),(87225,117,733,0),(87226,118,733,0),(87227,119,733,0),(87228,1,734,0),(87229,2,734,0),(87230,3,734,0),(87231,4,734,0),(87232,5,734,0),(87233,6,734,0),(87234,7,734,0),(87235,8,734,0),(87236,9,734,0),(87237,10,734,0),(87238,11,734,0),(87239,12,734,0),(87240,13,734,0),(87241,14,734,0),(87242,15,734,0),(87243,16,734,0),(87244,17,734,0),(87245,18,734,0),(87246,19,734,0),(87247,20,734,0),(87248,21,734,0),(87249,22,734,0),(87250,23,734,0),(87251,24,734,0),(87252,25,734,0),(87253,26,734,0),(87254,27,734,0),(87255,28,734,0),(87256,29,734,0),(87257,30,734,0),(87258,31,734,0),(87259,32,734,0),(87260,33,734,0),(87261,34,734,0),(87262,35,734,0),(87263,36,734,0),(87264,37,734,0),(87265,38,734,0),(87266,39,734,0),(87267,40,734,0),(87268,41,734,0),(87269,42,734,0),(87270,43,734,0),(87271,44,734,0),(87272,45,734,0),(87273,46,734,0),(87274,47,734,0),(87275,48,734,0),(87276,49,734,0),(87277,50,734,0),(87278,51,734,0),(87279,52,734,0),(87280,53,734,0),(87281,54,734,0),(87282,55,734,0),(87283,56,734,0),(87284,57,734,0),(87285,58,734,0),(87286,59,734,0),(87287,60,734,0),(87288,61,734,0),(87289,62,734,0),(87290,63,734,0),(87291,64,734,0),(87292,65,734,0),(87293,66,734,0),(87294,67,734,0),(87295,68,734,0),(87296,69,734,0),(87297,70,734,0),(87298,71,734,0),(87299,72,734,0),(87300,73,734,0),(87301,74,734,0),(87302,75,734,0),(87303,76,734,0),(87304,77,734,0),(87305,78,734,0),(87306,79,734,0),(87307,80,734,0),(87308,81,734,0),(87309,82,734,0),(87310,83,734,0),(87311,84,734,0.640936048178309),(87312,85,734,0),(87313,86,734,0),(87314,87,734,0),(87315,88,734,0),(87316,89,734,0),(87317,90,734,0),(87318,91,734,0),(87319,92,734,0),(87320,93,734,0),(87321,94,734,0),(87322,95,734,0),(87323,96,734,0),(87324,97,734,0),(87325,98,734,0),(87326,99,734,0),(87327,100,734,0),(87328,101,734,0),(87329,102,734,0),(87330,103,734,0),(87331,104,734,0),(87332,105,734,0),(87333,106,734,0),(87334,107,734,0),(87335,108,734,0),(87336,109,734,0),(87337,110,734,0),(87338,111,734,0),(87339,112,734,0),(87340,113,734,0),(87341,114,734,0),(87342,115,734,0),(87343,116,734,0),(87344,117,734,0),(87345,118,734,0),(87346,119,734,0),(87347,1,735,0),(87348,2,735,0),(87349,3,735,0),(87350,4,735,0),(87351,5,735,0),(87352,6,735,0),(87353,7,735,0),(87354,8,735,0),(87355,9,735,0),(87356,10,735,0),(87357,11,735,0),(87358,12,735,0),(87359,13,735,0),(87360,14,735,0),(87361,15,735,0),(87362,16,735,0),(87363,17,735,0),(87364,18,735,0),(87365,19,735,0),(87366,20,735,0),(87367,21,735,0),(87368,22,735,0),(87369,23,735,0),(87370,24,735,0),(87371,25,735,0),(87372,26,735,0),(87373,27,735,0),(87374,28,735,0),(87375,29,735,0),(87376,30,735,0),(87377,31,735,0),(87378,32,735,0),(87379,33,735,0),(87380,34,735,0),(87381,35,735,0),(87382,36,735,0),(87383,37,735,0),(87384,38,735,0),(87385,39,735,0),(87386,40,735,0),(87387,41,735,0),(87388,42,735,0),(87389,43,735,0),(87390,44,735,0),(87391,45,735,0),(87392,46,735,0),(87393,47,735,0),(87394,48,735,0),(87395,49,735,0),(87396,50,735,0),(87397,51,735,0),(87398,52,735,0),(87399,53,735,0),(87400,54,735,0),(87401,55,735,0),(87402,56,735,0),(87403,57,735,0),(87404,58,735,0),(87405,59,735,0),(87406,60,735,0),(87407,61,735,0),(87408,62,735,0),(87409,63,735,0),(87410,64,735,0),(87411,65,735,0),(87412,66,735,0),(87413,67,735,0),(87414,68,735,0),(87415,69,735,0),(87416,70,735,0),(87417,71,735,0),(87418,72,735,0),(87419,73,735,0),(87420,74,735,0),(87421,75,735,0),(87422,76,735,0),(87423,77,735,0),(87424,78,735,0),(87425,79,735,0),(87426,80,735,0),(87427,81,735,0),(87428,82,735,0),(87429,83,735,0),(87430,84,735,0),(87431,85,735,0.5),(87432,86,735,0),(87433,87,735,0),(87434,88,735,0),(87435,89,735,0),(87436,90,735,0),(87437,91,735,0),(87438,92,735,0),(87439,93,735,0),(87440,94,735,0),(87441,95,735,0),(87442,96,735,0),(87443,97,735,0),(87444,98,735,0),(87445,99,735,0),(87446,100,735,0),(87447,101,735,0),(87448,102,735,0),(87449,103,735,0),(87450,104,735,0),(87451,105,735,0),(87452,106,735,0),(87453,107,735,0),(87454,108,735,0),(87455,109,735,0),(87456,110,735,0),(87457,111,735,0),(87458,112,735,0),(87459,113,735,0),(87460,114,735,0),(87461,115,735,0),(87462,116,735,0),(87463,117,735,0),(87464,118,735,0),(87465,119,735,0),(87466,1,736,0),(87467,2,736,0),(87468,3,736,0),(87469,4,736,0),(87470,5,736,0),(87471,6,736,0),(87472,7,736,0),(87473,8,736,0),(87474,9,736,0),(87475,10,736,0),(87476,11,736,0),(87477,12,736,0),(87478,13,736,0),(87479,14,736,0),(87480,15,736,0),(87481,16,736,0),(87482,17,736,0),(87483,18,736,0),(87484,19,736,0),(87485,20,736,0),(87486,21,736,0),(87487,22,736,0),(87488,23,736,0),(87489,24,736,0),(87490,25,736,0),(87491,26,736,0),(87492,27,736,0),(87493,28,736,0),(87494,29,736,0),(87495,30,736,0),(87496,31,736,0),(87497,32,736,0),(87498,33,736,0),(87499,34,736,0),(87500,35,736,0),(87501,36,736,0),(87502,37,736,0),(87503,38,736,0),(87504,39,736,0),(87505,40,736,0),(87506,41,736,0),(87507,42,736,0),(87508,43,736,0),(87509,44,736,0),(87510,45,736,0),(87511,46,736,0),(87512,47,736,0),(87513,48,736,0),(87514,49,736,0),(87515,50,736,0),(87516,51,736,0),(87517,52,736,0),(87518,53,736,0),(87519,54,736,0),(87520,55,736,0),(87521,56,736,0),(87522,57,736,0),(87523,58,736,0),(87524,59,736,0),(87525,60,736,0),(87526,61,736,0),(87527,62,736,0),(87528,63,736,0),(87529,64,736,0),(87530,65,736,0),(87531,66,736,0),(87532,67,736,0),(87533,68,736,0),(87534,69,736,0),(87535,70,736,0),(87536,71,736,0),(87537,72,736,0),(87538,73,736,0),(87539,74,736,0),(87540,75,736,0),(87541,76,736,0),(87542,77,736,0),(87543,78,736,0),(87544,79,736,0),(87545,80,736,0),(87546,81,736,0),(87547,82,736,0),(87548,83,736,0),(87549,84,736,0),(87550,85,736,0.126045504608517),(87551,86,736,0),(87552,87,736,0),(87553,88,736,0),(87554,89,736,0),(87555,90,736,0),(87556,91,736,0),(87557,92,736,0),(87558,93,736,0),(87559,94,736,0),(87560,95,736,0),(87561,96,736,0),(87562,97,736,0),(87563,98,736,0),(87564,99,736,0),(87565,100,736,0),(87566,101,736,0),(87567,102,736,0),(87568,103,736,0),(87569,104,736,0),(87570,105,736,0),(87571,106,736,0),(87572,107,736,0),(87573,108,736,0),(87574,109,736,0),(87575,110,736,0),(87576,111,736,0),(87577,112,736,0),(87578,113,736,0),(87579,114,736,0),(87580,115,736,0),(87581,116,736,0),(87582,117,736,0),(87583,118,736,0),(87584,119,736,0),(87585,1,737,0),(87586,2,737,0),(87587,3,737,0),(87588,4,737,0),(87589,5,737,0),(87590,6,737,0),(87591,7,737,0),(87592,8,737,0),(87593,9,737,0),(87594,10,737,0),(87595,11,737,0),(87596,12,737,0),(87597,13,737,0),(87598,14,737,0),(87599,15,737,0),(87600,16,737,0),(87601,17,737,0),(87602,18,737,0),(87603,19,737,0),(87604,20,737,0),(87605,21,737,0),(87606,22,737,0),(87607,23,737,0),(87608,24,737,0),(87609,25,737,0),(87610,26,737,0),(87611,27,737,0),(87612,28,737,0),(87613,29,737,0),(87614,30,737,0),(87615,31,737,0),(87616,32,737,0),(87617,33,737,0),(87618,34,737,0),(87619,35,737,0),(87620,36,737,0),(87621,37,737,0),(87622,38,737,0),(87623,39,737,0),(87624,40,737,0),(87625,41,737,0),(87626,42,737,0),(87627,43,737,0),(87628,44,737,0),(87629,45,737,0),(87630,46,737,0),(87631,47,737,0),(87632,48,737,0),(87633,49,737,0),(87634,50,737,0),(87635,51,737,0),(87636,52,737,0),(87637,53,737,0),(87638,54,737,0),(87639,55,737,0),(87640,56,737,0),(87641,57,737,0),(87642,58,737,0),(87643,59,737,0),(87644,60,737,0),(87645,61,737,0),(87646,62,737,0),(87647,63,737,0),(87648,64,737,0),(87649,65,737,0),(87650,66,737,0),(87651,67,737,0),(87652,68,737,0),(87653,69,737,0),(87654,70,737,0),(87655,71,737,0),(87656,72,737,0),(87657,73,737,0),(87658,74,737,0),(87659,75,737,0),(87660,76,737,0),(87661,77,737,0),(87662,78,737,0),(87663,79,737,0),(87664,80,737,0),(87665,81,737,0),(87666,82,737,0),(87667,83,737,0),(87668,84,737,0),(87669,85,737,0.673954495391483),(87670,86,737,0),(87671,87,737,0),(87672,88,737,0),(87673,89,737,0),(87674,90,737,0),(87675,91,737,0),(87676,92,737,0),(87677,93,737,0),(87678,94,737,0),(87679,95,737,0),(87680,96,737,0),(87681,97,737,0),(87682,98,737,0),(87683,99,737,0),(87684,100,737,0),(87685,101,737,0),(87686,102,737,0),(87687,103,737,0),(87688,104,737,0),(87689,105,737,0),(87690,106,737,0),(87691,107,737,0),(87692,108,737,0),(87693,109,737,0),(87694,110,737,0),(87695,111,737,0),(87696,112,737,0),(87697,113,737,0),(87698,114,737,0),(87699,115,737,0),(87700,116,737,0),(87701,117,737,0),(87702,118,737,0),(87703,119,737,0),(87704,1,738,0),(87705,2,738,0),(87706,3,738,0),(87707,4,738,0),(87708,5,738,0),(87709,6,738,0),(87710,7,738,0),(87711,8,738,0),(87712,9,738,0),(87713,10,738,0),(87714,11,738,0),(87715,12,738,0),(87716,13,738,0),(87717,14,738,0),(87718,15,738,0),(87719,16,738,0),(87720,17,738,0),(87721,18,738,0),(87722,19,738,0),(87723,20,738,0),(87724,21,738,0),(87725,22,738,0),(87726,23,738,0),(87727,24,738,0),(87728,25,738,0),(87729,26,738,0),(87730,27,738,0),(87731,28,738,0),(87732,29,738,0),(87733,30,738,0),(87734,31,738,0),(87735,32,738,0),(87736,33,738,0),(87737,34,738,0),(87738,35,738,0),(87739,36,738,0),(87740,37,738,0),(87741,38,738,0),(87742,39,738,0),(87743,40,738,0),(87744,41,738,0),(87745,42,738,0),(87746,43,738,0),(87747,44,738,0),(87748,45,738,0),(87749,46,738,0),(87750,47,738,0),(87751,48,738,0),(87752,49,738,0),(87753,50,738,0),(87754,51,738,0),(87755,52,738,0),(87756,53,738,0),(87757,54,738,0),(87758,55,738,0),(87759,56,738,0),(87760,57,738,0),(87761,58,738,0),(87762,59,738,0),(87763,60,738,0),(87764,61,738,0),(87765,62,738,0),(87766,63,738,0),(87767,64,738,0),(87768,65,738,0),(87769,66,738,0),(87770,67,738,0),(87771,68,738,0),(87772,69,738,0),(87773,70,738,0),(87774,71,738,0),(87775,72,738,0),(87776,73,738,0),(87777,74,738,0),(87778,75,738,0),(87779,76,738,0),(87780,77,738,0),(87781,78,738,0),(87782,79,738,0),(87783,80,738,0),(87784,81,738,0),(87785,82,738,0),(87786,83,738,0),(87787,84,738,0),(87788,85,738,0.273634155964784),(87789,86,738,0),(87790,87,738,0),(87791,88,738,0),(87792,89,738,0),(87793,90,738,0),(87794,91,738,0),(87795,92,738,0),(87796,93,738,0),(87797,94,738,0),(87798,95,738,0),(87799,96,738,0),(87800,97,738,0),(87801,98,738,0),(87802,99,738,0),(87803,100,738,0),(87804,101,738,0),(87805,102,738,0),(87806,103,738,0),(87807,104,738,0),(87808,105,738,0),(87809,106,738,0),(87810,107,738,0),(87811,108,738,0),(87812,109,738,0),(87813,110,738,0),(87814,111,738,0),(87815,112,738,0),(87816,113,738,0),(87817,114,738,0),(87818,115,738,0),(87819,116,738,0),(87820,117,738,0),(87821,118,738,0),(87822,119,738,0),(87823,1,739,0),(87824,2,739,0),(87825,3,739,0),(87826,4,739,0),(87827,5,739,0),(87828,6,739,0),(87829,7,739,0),(87830,8,739,0),(87831,9,739,0),(87832,10,739,0),(87833,11,739,0),(87834,12,739,0),(87835,13,739,0),(87836,14,739,0),(87837,15,739,0),(87838,16,739,0),(87839,17,739,0),(87840,18,739,0),(87841,19,739,0),(87842,20,739,0),(87843,21,739,0),(87844,22,739,0),(87845,23,739,0),(87846,24,739,0),(87847,25,739,0),(87848,26,739,0),(87849,27,739,0),(87850,28,739,0),(87851,29,739,0),(87852,30,739,0),(87853,31,739,0),(87854,32,739,0),(87855,33,739,0),(87856,34,739,0),(87857,35,739,0),(87858,36,739,0),(87859,37,739,0),(87860,38,739,0),(87861,39,739,0),(87862,40,739,0),(87863,41,739,0),(87864,42,739,0),(87865,43,739,0),(87866,44,739,0),(87867,45,739,0),(87868,46,739,0),(87869,47,739,0),(87870,48,739,0),(87871,49,739,0),(87872,50,739,0),(87873,51,739,0),(87874,52,739,0),(87875,53,739,0),(87876,54,739,0),(87877,55,739,0),(87878,56,739,0),(87879,57,739,0),(87880,58,739,0),(87881,59,739,0),(87882,60,739,0),(87883,61,739,0),(87884,62,739,0),(87885,63,739,0),(87886,64,739,0),(87887,65,739,0),(87888,66,739,0),(87889,67,739,0),(87890,68,739,0),(87891,69,739,0),(87892,70,739,0),(87893,71,739,0),(87894,72,739,0),(87895,73,739,0),(87896,74,739,0),(87897,75,739,0),(87898,76,739,0),(87899,77,739,0),(87900,78,739,0),(87901,79,739,0),(87902,80,739,0),(87903,81,739,0),(87904,82,739,0),(87905,83,739,0),(87906,84,739,0),(87907,85,739,0.246597246542525),(87908,86,739,0),(87909,87,739,0),(87910,88,739,0),(87911,89,739,0),(87912,90,739,0),(87913,91,739,0),(87914,92,739,0),(87915,93,739,0),(87916,94,739,0),(87917,95,739,0),(87918,96,739,0),(87919,97,739,0),(87920,98,739,0),(87921,99,739,0),(87922,100,739,0),(87923,101,739,0),(87924,102,739,0),(87925,103,739,0),(87926,104,739,0),(87927,105,739,0),(87928,106,739,0),(87929,107,739,0),(87930,108,739,0),(87931,109,739,0),(87932,110,739,0),(87933,111,739,0),(87934,112,739,0),(87935,113,739,0),(87936,114,739,0),(87937,115,739,0),(87938,116,739,0),(87939,117,739,0),(87940,118,739,0),(87941,119,739,0),(87942,1,740,0),(87943,2,740,0),(87944,3,740,0),(87945,4,740,0),(87946,5,740,0),(87947,6,740,0),(87948,7,740,0),(87949,8,740,0),(87950,9,740,0),(87951,10,740,0),(87952,11,740,0),(87953,12,740,0),(87954,13,740,0),(87955,14,740,0),(87956,15,740,0),(87957,16,740,0),(87958,17,740,0),(87959,18,740,0),(87960,19,740,0),(87961,20,740,0),(87962,21,740,0),(87963,22,740,0),(87964,23,740,0),(87965,24,740,0),(87966,25,740,0),(87967,26,740,0),(87968,27,740,0),(87969,28,740,0),(87970,29,740,0),(87971,30,740,0),(87972,31,740,0),(87973,32,740,0),(87974,33,740,0),(87975,34,740,0),(87976,35,740,0),(87977,36,740,0),(87978,37,740,0),(87979,38,740,0),(87980,39,740,0),(87981,40,740,0),(87982,41,740,0),(87983,42,740,0),(87984,43,740,0),(87985,44,740,0),(87986,45,740,0),(87987,46,740,0),(87988,47,740,0),(87989,48,740,0),(87990,49,740,0),(87991,50,740,0),(87992,51,740,0),(87993,52,740,0),(87994,53,740,0),(87995,54,740,0),(87996,55,740,0),(87997,56,740,0),(87998,57,740,0),(87999,58,740,0),(88000,59,740,0),(88001,60,740,0),(88002,61,740,0),(88003,62,740,0),(88004,63,740,0),(88005,64,740,0),(88006,65,740,0),(88007,66,740,0),(88008,67,740,0),(88009,68,740,0),(88010,69,740,0),(88011,70,740,0),(88012,71,740,0),(88013,72,740,0),(88014,73,740,0),(88015,74,740,0),(88016,75,740,0),(88017,76,740,0),(88018,77,740,0),(88019,78,740,0),(88020,79,740,0),(88021,80,740,0),(88022,81,740,0),(88023,82,740,0),(88024,83,740,0),(88025,84,740,0),(88026,85,740,0.194823873543693),(88027,86,740,0),(88028,87,740,0),(88029,88,740,0),(88030,89,740,0),(88031,90,740,0),(88032,91,740,0),(88033,92,740,0),(88034,93,740,0),(88035,94,740,0),(88036,95,740,0),(88037,96,740,0),(88038,97,740,0),(88039,98,740,0),(88040,99,740,0),(88041,100,740,0),(88042,101,740,0),(88043,102,740,0),(88044,103,740,0),(88045,104,740,0),(88046,105,740,0),(88047,106,740,0),(88048,107,740,0),(88049,108,740,0),(88050,109,740,0),(88051,110,740,0),(88052,111,740,0),(88053,112,740,0),(88054,113,740,0),(88055,114,740,0),(88056,115,740,0),(88057,116,740,0),(88058,117,740,0),(88059,118,740,0),(88060,119,740,0),(88061,1,741,0),(88062,2,741,0),(88063,3,741,0),(88064,4,741,0),(88065,5,741,0),(88066,6,741,0),(88067,7,741,0),(88068,8,741,0),(88069,9,741,0),(88070,10,741,0),(88071,11,741,0),(88072,12,741,0),(88073,13,741,0),(88074,14,741,0),(88075,15,741,0),(88076,16,741,0),(88077,17,741,0),(88078,18,741,0),(88079,19,741,0),(88080,20,741,0),(88081,21,741,0),(88082,22,741,0),(88083,23,741,0),(88084,24,741,0),(88085,25,741,0),(88086,26,741,0),(88087,27,741,0),(88088,28,741,0),(88089,29,741,0),(88090,30,741,0),(88091,31,741,0),(88092,32,741,0),(88093,33,741,0),(88094,34,741,0),(88095,35,741,0),(88096,36,741,0),(88097,37,741,0),(88098,38,741,0),(88099,39,741,0),(88100,40,741,0),(88101,41,741,0),(88102,42,741,0),(88103,43,741,0),(88104,44,741,0),(88105,45,741,0),(88106,46,741,0),(88107,47,741,0),(88108,48,741,0),(88109,49,741,0),(88110,50,741,0),(88111,51,741,0),(88112,52,741,0),(88113,53,741,0),(88114,54,741,0),(88115,55,741,0),(88116,56,741,0),(88117,57,741,0),(88118,58,741,0),(88119,59,741,0),(88120,60,741,0),(88121,61,741,0),(88122,62,741,0),(88123,63,741,0),(88124,64,741,0),(88125,65,741,0),(88126,66,741,0),(88127,67,741,0),(88128,68,741,0),(88129,69,741,0),(88130,70,741,0),(88131,71,741,0),(88132,72,741,0),(88133,73,741,0),(88134,74,741,0),(88135,75,741,0),(88136,76,741,0),(88137,77,741,0),(88138,78,741,0),(88139,79,741,0),(88140,80,741,0),(88141,81,741,0),(88142,82,741,0),(88143,83,741,0),(88144,84,741,0),(88145,85,741,0.284944723948999),(88146,86,741,0),(88147,87,741,0),(88148,88,741,0),(88149,89,741,0),(88150,90,741,0),(88151,91,741,0),(88152,92,741,0),(88153,93,741,0),(88154,94,741,0),(88155,95,741,0),(88156,96,741,0),(88157,97,741,0),(88158,98,741,0),(88159,99,741,0),(88160,100,741,0),(88161,101,741,0),(88162,102,741,0),(88163,103,741,0),(88164,104,741,0),(88165,105,741,0),(88166,106,741,0),(88167,107,741,0),(88168,108,741,0),(88169,109,741,0),(88170,110,741,0),(88171,111,741,0),(88172,112,741,0),(88173,113,741,0),(88174,114,741,0),(88175,115,741,0),(88176,116,741,0),(88177,117,741,0),(88178,118,741,0),(88179,119,741,0),(88180,1,742,0),(88181,2,742,0),(88182,3,742,0),(88183,4,742,0),(88184,5,742,0),(88185,6,742,0),(88186,7,742,0),(88187,8,742,0),(88188,9,742,0),(88189,10,742,0),(88190,11,742,0),(88191,12,742,0),(88192,13,742,0),(88193,14,742,0),(88194,15,742,0),(88195,16,742,0),(88196,17,742,0),(88197,18,742,0),(88198,19,742,0),(88199,20,742,0),(88200,21,742,0),(88201,22,742,0),(88202,23,742,0),(88203,24,742,0),(88204,25,742,0),(88205,26,742,0),(88206,27,742,0),(88207,28,742,0),(88208,29,742,0),(88209,30,742,0),(88210,31,742,0),(88211,32,742,0),(88212,33,742,0),(88213,34,742,0),(88214,35,742,0),(88215,36,742,0),(88216,37,742,0),(88217,38,742,0),(88218,39,742,0),(88219,40,742,0),(88220,41,742,0),(88221,42,742,0),(88222,43,742,0),(88223,44,742,0),(88224,45,742,0),(88225,46,742,0),(88226,47,742,0),(88227,48,742,0),(88228,49,742,0),(88229,50,742,0),(88230,51,742,0),(88231,52,742,0),(88232,53,742,0),(88233,54,742,0),(88234,55,742,0),(88235,56,742,0),(88236,57,742,0),(88237,58,742,0),(88238,59,742,0),(88239,60,742,0),(88240,61,742,0),(88241,62,742,0),(88242,63,742,0),(88243,64,742,0),(88244,65,742,0),(88245,66,742,0),(88246,67,742,0),(88247,68,742,0),(88248,69,742,0),(88249,70,742,0),(88250,71,742,0),(88251,72,742,0),(88252,73,742,0),(88253,74,742,0),(88254,75,742,0),(88255,76,742,0),(88256,77,742,0),(88257,78,742,0),(88258,79,742,0),(88259,80,742,0),(88260,81,742,0),(88261,82,742,0),(88262,83,742,0),(88263,84,742,0),(88264,85,742,0),(88265,86,742,0.515175805587887),(88266,87,742,0),(88267,88,742,0),(88268,89,742,0),(88269,90,742,0),(88270,91,742,0),(88271,92,742,0),(88272,93,742,0),(88273,94,742,0),(88274,95,742,0),(88275,96,742,0),(88276,97,742,0),(88277,98,742,0),(88278,99,742,0),(88279,100,742,0),(88280,101,742,0),(88281,102,742,0),(88282,103,742,0),(88283,104,742,0),(88284,105,742,0),(88285,106,742,0),(88286,107,742,0),(88287,108,742,0),(88288,109,742,0),(88289,110,742,0),(88290,111,742,0),(88291,112,742,0),(88292,113,742,0),(88293,114,742,0),(88294,115,742,0),(88295,116,742,0),(88296,117,742,0),(88297,118,742,0),(88298,119,742,0),(88299,1,743,0),(88300,2,743,0),(88301,3,743,0),(88302,4,743,0),(88303,5,743,0),(88304,6,743,0),(88305,7,743,0),(88306,8,743,0),(88307,9,743,0),(88308,10,743,0),(88309,11,743,0),(88310,12,743,0),(88311,13,743,0),(88312,14,743,0),(88313,15,743,0),(88314,16,743,0),(88315,17,743,0),(88316,18,743,0),(88317,19,743,0),(88318,20,743,0),(88319,21,743,0),(88320,22,743,0),(88321,23,743,0),(88322,24,743,0),(88323,25,743,0),(88324,26,743,0),(88325,27,743,0),(88326,28,743,0),(88327,29,743,0),(88328,30,743,0),(88329,31,743,0),(88330,32,743,0),(88331,33,743,0),(88332,34,743,0),(88333,35,743,0),(88334,36,743,0),(88335,37,743,0),(88336,38,743,0),(88337,39,743,0),(88338,40,743,0),(88339,41,743,0),(88340,42,743,0),(88341,43,743,0),(88342,44,743,0),(88343,45,743,0),(88344,46,743,0),(88345,47,743,0),(88346,48,743,0),(88347,49,743,0),(88348,50,743,0),(88349,51,743,0),(88350,52,743,0),(88351,53,743,0),(88352,54,743,0),(88353,55,743,0),(88354,56,743,0),(88355,57,743,0),(88356,58,743,0),(88357,59,743,0),(88358,60,743,0),(88359,61,743,0),(88360,62,743,0),(88361,63,743,0),(88362,64,743,0),(88363,65,743,0),(88364,66,743,0),(88365,67,743,0),(88366,68,743,0),(88367,69,743,0),(88368,70,743,0),(88369,71,743,0),(88370,72,743,0),(88371,73,743,0),(88372,74,743,0),(88373,75,743,0),(88374,76,743,0),(88375,77,743,0),(88376,78,743,0),(88377,79,743,0),(88378,80,743,0),(88379,81,743,0),(88380,82,743,0),(88381,83,743,0),(88382,84,743,0),(88383,85,743,0),(88384,86,743,0.112333571024548),(88385,87,743,0),(88386,88,743,0),(88387,89,743,0),(88388,90,743,0),(88389,91,743,0),(88390,92,743,0),(88391,93,743,0),(88392,94,743,0),(88393,95,743,0),(88394,96,743,0),(88395,97,743,0),(88396,98,743,0),(88397,99,743,0),(88398,100,743,0),(88399,101,743,0),(88400,102,743,0),(88401,103,743,0),(88402,104,743,0),(88403,105,743,0),(88404,106,743,0),(88405,107,743,0),(88406,108,743,0),(88407,109,743,0),(88408,110,743,0),(88409,111,743,0),(88410,112,743,0),(88411,113,743,0),(88412,114,743,0),(88413,115,743,0),(88414,116,743,0),(88415,117,743,0),(88416,118,743,0),(88417,119,743,0),(88418,1,744,0),(88419,2,744,0),(88420,3,744,0),(88421,4,744,0),(88422,5,744,0),(88423,6,744,0),(88424,7,744,0),(88425,8,744,0),(88426,9,744,0),(88427,10,744,0),(88428,11,744,0),(88429,12,744,0),(88430,13,744,0),(88431,14,744,0),(88432,15,744,0),(88433,16,744,0),(88434,17,744,0),(88435,18,744,0),(88436,19,744,0),(88437,20,744,0),(88438,21,744,0),(88439,22,744,0),(88440,23,744,0),(88441,24,744,0),(88442,25,744,0),(88443,26,744,0),(88444,27,744,0),(88445,28,744,0),(88446,29,744,0),(88447,30,744,0),(88448,31,744,0),(88449,32,744,0),(88450,33,744,0),(88451,34,744,0),(88452,35,744,0),(88453,36,744,0),(88454,37,744,0),(88455,38,744,0),(88456,39,744,0),(88457,40,744,0),(88458,41,744,0),(88459,42,744,0),(88460,43,744,0),(88461,44,744,0),(88462,45,744,0),(88463,46,744,0),(88464,47,744,0),(88465,48,744,0),(88466,49,744,0),(88467,50,744,0),(88468,51,744,0),(88469,52,744,0),(88470,53,744,0),(88471,54,744,0),(88472,55,744,0),(88473,56,744,0),(88474,57,744,0),(88475,58,744,0),(88476,59,744,0),(88477,60,744,0),(88478,61,744,0),(88479,62,744,0),(88480,63,744,0),(88481,64,744,0),(88482,65,744,0),(88483,66,744,0),(88484,67,744,0),(88485,68,744,0),(88486,69,744,0),(88487,70,744,0),(88488,71,744,0),(88489,72,744,0),(88490,73,744,0),(88491,74,744,0),(88492,75,744,0),(88493,76,744,0),(88494,77,744,0),(88495,78,744,0),(88496,79,744,0),(88497,80,744,0),(88498,81,744,0),(88499,82,744,0),(88500,83,744,0),(88501,84,744,0),(88502,85,744,0),(88503,86,744,0.121758153501579),(88504,87,744,0),(88505,88,744,0),(88506,89,744,0),(88507,90,744,0),(88508,91,744,0),(88509,92,744,0),(88510,93,744,0),(88511,94,744,0),(88512,95,744,0),(88513,96,744,0),(88514,97,744,0),(88515,98,744,0),(88516,99,744,0),(88517,100,744,0),(88518,101,744,0),(88519,102,744,0),(88520,103,744,0),(88521,104,744,0),(88522,105,744,0),(88523,106,744,0),(88524,107,744,0),(88525,108,744,0),(88526,109,744,0),(88527,110,744,0),(88528,111,744,0),(88529,112,744,0),(88530,113,744,0),(88531,114,744,0),(88532,115,744,0),(88533,116,744,0),(88534,117,744,0),(88535,118,744,0),(88536,119,744,0),(88537,1,745,0),(88538,2,745,0),(88539,3,745,0),(88540,4,745,0),(88541,5,745,0),(88542,6,745,0),(88543,7,745,0),(88544,8,745,0),(88545,9,745,0),(88546,10,745,0),(88547,11,745,0),(88548,12,745,0),(88549,13,745,0),(88550,14,745,0),(88551,15,745,0),(88552,16,745,0),(88553,17,745,0),(88554,18,745,0),(88555,19,745,0),(88556,20,745,0),(88557,21,745,0),(88558,22,745,0),(88559,23,745,0),(88560,24,745,0),(88561,25,745,0),(88562,26,745,0),(88563,27,745,0),(88564,28,745,0),(88565,29,745,0),(88566,30,745,0),(88567,31,745,0),(88568,32,745,0),(88569,33,745,0),(88570,34,745,0),(88571,35,745,0),(88572,36,745,0),(88573,37,745,0),(88574,38,745,0),(88575,39,745,0),(88576,40,745,0),(88577,41,745,0),(88578,42,745,0),(88579,43,745,0),(88580,44,745,0),(88581,45,745,0),(88582,46,745,0),(88583,47,745,0),(88584,48,745,0),(88585,49,745,0),(88586,50,745,0),(88587,51,745,0),(88588,52,745,0),(88589,53,745,0),(88590,54,745,0),(88591,55,745,0),(88592,56,745,0),(88593,57,745,0),(88594,58,745,0),(88595,59,745,0),(88596,60,745,0),(88597,61,745,0),(88598,62,745,0),(88599,63,745,0),(88600,64,745,0),(88601,65,745,0),(88602,66,745,0),(88603,67,745,0),(88604,68,745,0),(88605,69,745,0),(88606,70,745,0),(88607,71,745,0),(88608,72,745,0),(88609,73,745,0),(88610,74,745,0),(88611,75,745,0),(88612,76,745,0),(88613,77,745,0),(88614,78,745,0),(88615,79,745,0),(88616,80,745,0),(88617,81,745,0),(88618,82,745,0),(88619,83,745,0),(88620,84,745,0),(88621,85,745,0),(88622,86,745,0.0507324698859857),(88623,87,745,0),(88624,88,745,0),(88625,89,745,0),(88626,90,745,0),(88627,91,745,0),(88628,92,745,0),(88629,93,745,0),(88630,94,745,0),(88631,95,745,0),(88632,96,745,0),(88633,97,745,0),(88634,98,745,0),(88635,99,745,0),(88636,100,745,0),(88637,101,745,0),(88638,102,745,0),(88639,103,745,0),(88640,104,745,0),(88641,105,745,0),(88642,106,745,0),(88643,107,745,0),(88644,108,745,0),(88645,109,745,0),(88646,110,745,0),(88647,111,745,0),(88648,112,745,0),(88649,113,745,0),(88650,114,745,0),(88651,115,745,0),(88652,116,745,0),(88653,117,745,0),(88654,118,745,0),(88655,119,745,0),(88656,1,746,0),(88657,2,746,0),(88658,3,746,0),(88659,4,746,0),(88660,5,746,0),(88661,6,746,0),(88662,7,746,0),(88663,8,746,0),(88664,9,746,0),(88665,10,746,0),(88666,11,746,0),(88667,12,746,0),(88668,13,746,0),(88669,14,746,0),(88670,15,746,0),(88671,16,746,0),(88672,17,746,0),(88673,18,746,0),(88674,19,746,0),(88675,20,746,0),(88676,21,746,0),(88677,22,746,0),(88678,23,746,0),(88679,24,746,0),(88680,25,746,0),(88681,26,746,0),(88682,27,746,0),(88683,28,746,0),(88684,29,746,0),(88685,30,746,0),(88686,31,746,0),(88687,32,746,0),(88688,33,746,0),(88689,34,746,0),(88690,35,746,0),(88691,36,746,0),(88692,37,746,0),(88693,38,746,0),(88694,39,746,0),(88695,40,746,0),(88696,41,746,0),(88697,42,746,0),(88698,43,746,0),(88699,44,746,0),(88700,45,746,0),(88701,46,746,0),(88702,47,746,0),(88703,48,746,0),(88704,49,746,0),(88705,50,746,0),(88706,51,746,0),(88707,52,746,0),(88708,53,746,0),(88709,54,746,0),(88710,55,746,0),(88711,56,746,0),(88712,57,746,0),(88713,58,746,0),(88714,59,746,0),(88715,60,746,0),(88716,61,746,0),(88717,62,746,0),(88718,63,746,0),(88719,64,746,0),(88720,65,746,0),(88721,66,746,0),(88722,67,746,0),(88723,68,746,0),(88724,69,746,0),(88725,70,746,0),(88726,71,746,0),(88727,72,746,0),(88728,73,746,0),(88729,74,746,0),(88730,75,746,0),(88731,76,746,0),(88732,77,746,0),(88733,78,746,0),(88734,79,746,0),(88735,80,746,0),(88736,81,746,0),(88737,82,746,0),(88738,83,746,0),(88739,84,746,0),(88740,85,746,0),(88741,86,746,0.285059159084505),(88742,87,746,0),(88743,88,746,0),(88744,89,746,0),(88745,90,746,0),(88746,91,746,0),(88747,92,746,0),(88748,93,746,0),(88749,94,746,0),(88750,95,746,0),(88751,96,746,0),(88752,97,746,0),(88753,98,746,0),(88754,99,746,0),(88755,100,746,0),(88756,101,746,0),(88757,102,746,0),(88758,103,746,0),(88759,104,746,0),(88760,105,746,0),(88761,106,746,0),(88762,107,746,0),(88763,108,746,0),(88764,109,746,0),(88765,110,746,0),(88766,111,746,0),(88767,112,746,0),(88768,113,746,0),(88769,114,746,0),(88770,115,746,0),(88771,116,746,0),(88772,117,746,0),(88773,118,746,0),(88774,119,746,0),(88775,1,747,0),(88776,2,747,0),(88777,3,747,0),(88778,4,747,0),(88779,5,747,0),(88780,6,747,0),(88781,7,747,0),(88782,8,747,0),(88783,9,747,0),(88784,10,747,0),(88785,11,747,0),(88786,12,747,0),(88787,13,747,0),(88788,14,747,0),(88789,15,747,0),(88790,16,747,0),(88791,17,747,0),(88792,18,747,0),(88793,19,747,0),(88794,20,747,0),(88795,21,747,0),(88796,22,747,0),(88797,23,747,0),(88798,24,747,0),(88799,25,747,0),(88800,26,747,0),(88801,27,747,0),(88802,28,747,0),(88803,29,747,0),(88804,30,747,0),(88805,31,747,0),(88806,32,747,0),(88807,33,747,0),(88808,34,747,0),(88809,35,747,0),(88810,36,747,0),(88811,37,747,0),(88812,38,747,0),(88813,39,747,0),(88814,40,747,0),(88815,41,747,0),(88816,42,747,0),(88817,43,747,0),(88818,44,747,0),(88819,45,747,0),(88820,46,747,0),(88821,47,747,0),(88822,48,747,0),(88823,49,747,0),(88824,50,747,0),(88825,51,747,0),(88826,52,747,0),(88827,53,747,0),(88828,54,747,0),(88829,55,747,0),(88830,56,747,0),(88831,57,747,0),(88832,58,747,0),(88833,59,747,0),(88834,60,747,0),(88835,61,747,0),(88836,62,747,0),(88837,63,747,0),(88838,64,747,0),(88839,65,747,0),(88840,66,747,0),(88841,67,747,0),(88842,68,747,0),(88843,69,747,0),(88844,70,747,0),(88845,71,747,0),(88846,72,747,0),(88847,73,747,0),(88848,74,747,0),(88849,75,747,0),(88850,76,747,0),(88851,77,747,0),(88852,78,747,0),(88853,79,747,0),(88854,80,747,0),(88855,81,747,0),(88856,82,747,0),(88857,83,747,0),(88858,84,747,0),(88859,85,747,0),(88860,86,747,0.259046628303264),(88861,87,747,0),(88862,88,747,0),(88863,89,747,0),(88864,90,747,0),(88865,91,747,0),(88866,92,747,0),(88867,93,747,0),(88868,94,747,0),(88869,95,747,0),(88870,96,747,0),(88871,97,747,0),(88872,98,747,0),(88873,99,747,0),(88874,100,747,0),(88875,101,747,0),(88876,102,747,0),(88877,103,747,0),(88878,104,747,0),(88879,105,747,0),(88880,106,747,0),(88881,107,747,0),(88882,108,747,0),(88883,109,747,0),(88884,110,747,0),(88885,111,747,0),(88886,112,747,0),(88887,113,747,0),(88888,114,747,0),(88889,115,747,0),(88890,116,747,0),(88891,117,747,0),(88892,118,747,0),(88893,119,747,0),(88894,1,748,0),(88895,2,748,0),(88896,3,748,0),(88897,4,748,0),(88898,5,748,0),(88899,6,748,0),(88900,7,748,0),(88901,8,748,0),(88902,9,748,0),(88903,10,748,0),(88904,11,748,0),(88905,12,748,0),(88906,13,748,0),(88907,14,748,0),(88908,15,748,0),(88909,16,748,0),(88910,17,748,0),(88911,18,748,0),(88912,19,748,0),(88913,20,748,0),(88914,21,748,0),(88915,22,748,0),(88916,23,748,0),(88917,24,748,0),(88918,25,748,0),(88919,26,748,0),(88920,27,748,0),(88921,28,748,0),(88922,29,748,0),(88923,30,748,0),(88924,31,748,0),(88925,32,748,0),(88926,33,748,0),(88927,34,748,0),(88928,35,748,0),(88929,36,748,0),(88930,37,748,0),(88931,38,748,0),(88932,39,748,0),(88933,40,748,0),(88934,41,748,0),(88935,42,748,0),(88936,43,748,0),(88937,44,748,0),(88938,45,748,0),(88939,46,748,0),(88940,47,748,0),(88941,48,748,0),(88942,49,748,0),(88943,50,748,0),(88944,51,748,0),(88945,52,748,0),(88946,53,748,0),(88947,54,748,0),(88948,55,748,0),(88949,56,748,0),(88950,57,748,0),(88951,58,748,0),(88952,59,748,0),(88953,60,748,0),(88954,61,748,0),(88955,62,748,0),(88956,63,748,0),(88957,64,748,0),(88958,65,748,0),(88959,66,748,0),(88960,67,748,0),(88961,68,748,0),(88962,69,748,0),(88963,70,748,0),(88964,71,748,0),(88965,72,748,0),(88966,73,748,0),(88967,74,748,0),(88968,75,748,0),(88969,76,748,0),(88970,77,748,0),(88971,78,748,0),(88972,79,748,0),(88973,80,748,0),(88974,81,748,0),(88975,82,748,0),(88976,83,748,0),(88977,84,748,0),(88978,85,748,0),(88979,86,748,0.172936545078112),(88980,87,748,0),(88981,88,748,0),(88982,89,748,0),(88983,90,748,0),(88984,91,748,0),(88985,92,748,0),(88986,93,748,0),(88987,94,748,0),(88988,95,748,0),(88989,96,748,0),(88990,97,748,0),(88991,98,748,0),(88992,99,748,0),(88993,100,748,0),(88994,101,748,0),(88995,102,748,0),(88996,103,748,0),(88997,104,748,0),(88998,105,748,0),(88999,106,748,0),(89000,107,748,0),(89001,108,748,0),(89002,109,748,0),(89003,110,748,0),(89004,111,748,0),(89005,112,748,0),(89006,113,748,0),(89007,114,748,0),(89008,115,748,0),(89009,116,748,0),(89010,117,748,0),(89011,118,748,0),(89012,119,748,0),(89013,1,749,0),(89014,2,749,0),(89015,3,749,0),(89016,4,749,0),(89017,5,749,0),(89018,6,749,0),(89019,7,749,0),(89020,8,749,0),(89021,9,749,0),(89022,10,749,0),(89023,11,749,0),(89024,12,749,0),(89025,13,749,0),(89026,14,749,0),(89027,15,749,0),(89028,16,749,0),(89029,17,749,0),(89030,18,749,0),(89031,19,749,0),(89032,20,749,0),(89033,21,749,0),(89034,22,749,0),(89035,23,749,0),(89036,24,749,0),(89037,25,749,0),(89038,26,749,0),(89039,27,749,0),(89040,28,749,0),(89041,29,749,0),(89042,30,749,0),(89043,31,749,0),(89044,32,749,0),(89045,33,749,0),(89046,34,749,0),(89047,35,749,0),(89048,36,749,0),(89049,37,749,0),(89050,38,749,0),(89051,39,749,0),(89052,40,749,0),(89053,41,749,0),(89054,42,749,0),(89055,43,749,0),(89056,44,749,0),(89057,45,749,0),(89058,46,749,0),(89059,47,749,0),(89060,48,749,0),(89061,49,749,0),(89062,50,749,0),(89063,51,749,0),(89064,52,749,0),(89065,53,749,0),(89066,54,749,0),(89067,55,749,0),(89068,56,749,0),(89069,57,749,0),(89070,58,749,0),(89071,59,749,0),(89072,60,749,0),(89073,61,749,0),(89074,62,749,0),(89075,63,749,0),(89076,64,749,0),(89077,65,749,0),(89078,66,749,0),(89079,67,749,0),(89080,68,749,0),(89081,69,749,0),(89082,70,749,0),(89083,71,749,0),(89084,72,749,0),(89085,73,749,0),(89086,74,749,0),(89087,75,749,0),(89088,76,749,0),(89089,77,749,0),(89090,78,749,0),(89091,79,749,0),(89092,80,749,0),(89093,81,749,0),(89094,82,749,0),(89095,83,749,0),(89096,84,749,0),(89097,85,749,0),(89098,86,749,0.282957667534119),(89099,87,749,0),(89100,88,749,0),(89101,89,749,0),(89102,90,749,0),(89103,91,749,0),(89104,92,749,0),(89105,93,749,0),(89106,94,749,0),(89107,95,749,0),(89108,96,749,0),(89109,97,749,0),(89110,98,749,0),(89111,99,749,0),(89112,100,749,0),(89113,101,749,0),(89114,102,749,0),(89115,103,749,0),(89116,104,749,0),(89117,105,749,0),(89118,106,749,0),(89119,107,749,0),(89120,108,749,0),(89121,109,749,0),(89122,110,749,0),(89123,111,749,0),(89124,112,749,0),(89125,113,749,0),(89126,114,749,0),(89127,115,749,0),(89128,116,749,0),(89129,117,749,0),(89130,118,749,0),(89131,119,749,0),(89132,1,750,0),(89133,2,750,0),(89134,3,750,0),(89135,4,750,0),(89136,5,750,0),(89137,6,750,0),(89138,7,750,0),(89139,8,750,0),(89140,9,750,0),(89141,10,750,0),(89142,11,750,0),(89143,12,750,0),(89144,13,750,0),(89145,14,750,0),(89146,15,750,0),(89147,16,750,0),(89148,17,750,0),(89149,18,750,0),(89150,19,750,0),(89151,20,750,0),(89152,21,750,0),(89153,22,750,0),(89154,23,750,0),(89155,24,750,0),(89156,25,750,0),(89157,26,750,0),(89158,27,750,0),(89159,28,750,0),(89160,29,750,0),(89161,30,750,0),(89162,31,750,0),(89163,32,750,0),(89164,33,750,0),(89165,34,750,0),(89166,35,750,0),(89167,36,750,0),(89168,37,750,0),(89169,38,750,0),(89170,39,750,0),(89171,40,750,0),(89172,41,750,0),(89173,42,750,0),(89174,43,750,0),(89175,44,750,0),(89176,45,750,0),(89177,46,750,0),(89178,47,750,0),(89179,48,750,0),(89180,49,750,0),(89181,50,750,0),(89182,51,750,0),(89183,52,750,0),(89184,53,750,0),(89185,54,750,0),(89186,55,750,0),(89187,56,750,0),(89188,57,750,0),(89189,58,750,0),(89190,59,750,0),(89191,60,750,0),(89192,61,750,0),(89193,62,750,0),(89194,63,750,0),(89195,64,750,0),(89196,65,750,0),(89197,66,750,0),(89198,67,750,0),(89199,68,750,0),(89200,69,750,0),(89201,70,750,0),(89202,71,750,0),(89203,72,750,0),(89204,73,750,0),(89205,74,750,0),(89206,75,750,0),(89207,76,750,0),(89208,77,750,0),(89209,78,750,0),(89210,79,750,0),(89211,80,750,0),(89212,81,750,0),(89213,82,750,0),(89214,83,750,0),(89215,84,750,0),(89216,85,750,0),(89217,86,750,0),(89218,87,750,0.5),(89219,88,750,0),(89220,89,750,0),(89221,90,750,0),(89222,91,750,0),(89223,92,750,0),(89224,93,750,0),(89225,94,750,0),(89226,95,750,0),(89227,96,750,0),(89228,97,750,0),(89229,98,750,0),(89230,99,750,0),(89231,100,750,0),(89232,101,750,0),(89233,102,750,0),(89234,103,750,0),(89235,104,750,0),(89236,105,750,0),(89237,106,750,0),(89238,107,750,0),(89239,108,750,0),(89240,109,750,0),(89241,110,750,0),(89242,111,750,0),(89243,112,750,0),(89244,113,750,0),(89245,114,750,0),(89246,115,750,0),(89247,116,750,0),(89248,117,750,0),(89249,118,750,0),(89250,119,750,0),(89251,1,751,0),(89252,2,751,0),(89253,3,751,0),(89254,4,751,0),(89255,5,751,0),(89256,6,751,0),(89257,7,751,0),(89258,8,751,0),(89259,9,751,0),(89260,10,751,0),(89261,11,751,0),(89262,12,751,0),(89263,13,751,0),(89264,14,751,0),(89265,15,751,0),(89266,16,751,0),(89267,17,751,0),(89268,18,751,0),(89269,19,751,0),(89270,20,751,0),(89271,21,751,0),(89272,22,751,0),(89273,23,751,0),(89274,24,751,0),(89275,25,751,0),(89276,26,751,0),(89277,27,751,0),(89278,28,751,0),(89279,29,751,0),(89280,30,751,0),(89281,31,751,0),(89282,32,751,0),(89283,33,751,0),(89284,34,751,0),(89285,35,751,0),(89286,36,751,0),(89287,37,751,0),(89288,38,751,0),(89289,39,751,0),(89290,40,751,0),(89291,41,751,0),(89292,42,751,0),(89293,43,751,0),(89294,44,751,0),(89295,45,751,0),(89296,46,751,0),(89297,47,751,0),(89298,48,751,0),(89299,49,751,0),(89300,50,751,0),(89301,51,751,0),(89302,52,751,0),(89303,53,751,0),(89304,54,751,0),(89305,55,751,0),(89306,56,751,0),(89307,57,751,0),(89308,58,751,0),(89309,59,751,0),(89310,60,751,0),(89311,61,751,0),(89312,62,751,0),(89313,63,751,0),(89314,64,751,0),(89315,65,751,0),(89316,66,751,0),(89317,67,751,0),(89318,68,751,0),(89319,69,751,0),(89320,70,751,0),(89321,71,751,0),(89322,72,751,0),(89323,73,751,0),(89324,74,751,0),(89325,75,751,0),(89326,76,751,0),(89327,77,751,0),(89328,78,751,0),(89329,79,751,0),(89330,80,751,0),(89331,81,751,0),(89332,82,751,0),(89333,83,751,0),(89334,84,751,0),(89335,85,751,0),(89336,86,751,0),(89337,87,751,0.8),(89338,88,751,0),(89339,89,751,0),(89340,90,751,0),(89341,91,751,0),(89342,92,751,0),(89343,93,751,0),(89344,94,751,0),(89345,95,751,0),(89346,96,751,0),(89347,97,751,0),(89348,98,751,0),(89349,99,751,0),(89350,100,751,0),(89351,101,751,0),(89352,102,751,0),(89353,103,751,0),(89354,104,751,0),(89355,105,751,0),(89356,106,751,0),(89357,107,751,0),(89358,108,751,0),(89359,109,751,0),(89360,110,751,0),(89361,111,751,0),(89362,112,751,0),(89363,113,751,0),(89364,114,751,0),(89365,115,751,0),(89366,116,751,0),(89367,117,751,0),(89368,118,751,0),(89369,119,751,0),(89370,1,752,0),(89371,2,752,0),(89372,3,752,0),(89373,4,752,0),(89374,5,752,0),(89375,6,752,0),(89376,7,752,0),(89377,8,752,0),(89378,9,752,0),(89379,10,752,0),(89380,11,752,0),(89381,12,752,0),(89382,13,752,0),(89383,14,752,0),(89384,15,752,0),(89385,16,752,0),(89386,17,752,0),(89387,18,752,0),(89388,19,752,0),(89389,20,752,0),(89390,21,752,0),(89391,22,752,0),(89392,23,752,0),(89393,24,752,0),(89394,25,752,0),(89395,26,752,0),(89396,27,752,0),(89397,28,752,0),(89398,29,752,0),(89399,30,752,0),(89400,31,752,0),(89401,32,752,0),(89402,33,752,0),(89403,34,752,0),(89404,35,752,0),(89405,36,752,0),(89406,37,752,0),(89407,38,752,0),(89408,39,752,0),(89409,40,752,0),(89410,41,752,0),(89411,42,752,0),(89412,43,752,0),(89413,44,752,0),(89414,45,752,0),(89415,46,752,0),(89416,47,752,0),(89417,48,752,0),(89418,49,752,0),(89419,50,752,0),(89420,51,752,0),(89421,52,752,0),(89422,53,752,0),(89423,54,752,0),(89424,55,752,0),(89425,56,752,0),(89426,57,752,0),(89427,58,752,0),(89428,59,752,0),(89429,60,752,0),(89430,61,752,0),(89431,62,752,0),(89432,63,752,0),(89433,64,752,0),(89434,65,752,0),(89435,66,752,0),(89436,67,752,0),(89437,68,752,0),(89438,69,752,0),(89439,70,752,0),(89440,71,752,0),(89441,72,752,0),(89442,73,752,0),(89443,74,752,0),(89444,75,752,0),(89445,76,752,0),(89446,77,752,0),(89447,78,752,0),(89448,79,752,0),(89449,80,752,0),(89450,81,752,0),(89451,82,752,0),(89452,83,752,0),(89453,84,752,0),(89454,85,752,0),(89455,86,752,0),(89456,87,752,0.356339478055502),(89457,88,752,0),(89458,89,752,0),(89459,90,752,0),(89460,91,752,0),(89461,92,752,0),(89462,93,752,0),(89463,94,752,0),(89464,95,752,0),(89465,96,752,0),(89466,97,752,0),(89467,98,752,0),(89468,99,752,0),(89469,100,752,0),(89470,101,752,0),(89471,102,752,0),(89472,103,752,0),(89473,104,752,0),(89474,105,752,0),(89475,106,752,0),(89476,107,752,0),(89477,108,752,0),(89478,109,752,0),(89479,110,752,0),(89480,111,752,0),(89481,112,752,0),(89482,113,752,0),(89483,114,752,0),(89484,115,752,0),(89485,116,752,0),(89486,117,752,0),(89487,118,752,0),(89488,119,752,0),(89489,1,753,0),(89490,2,753,0),(89491,3,753,0),(89492,4,753,0),(89493,5,753,0),(89494,6,753,0),(89495,7,753,0),(89496,8,753,0),(89497,9,753,0),(89498,10,753,0),(89499,11,753,0),(89500,12,753,0),(89501,13,753,0),(89502,14,753,0),(89503,15,753,0),(89504,16,753,0),(89505,17,753,0),(89506,18,753,0),(89507,19,753,0),(89508,20,753,0),(89509,21,753,0),(89510,22,753,0),(89511,23,753,0),(89512,24,753,0),(89513,25,753,0),(89514,26,753,0),(89515,27,753,0),(89516,28,753,0),(89517,29,753,0),(89518,30,753,0),(89519,31,753,0),(89520,32,753,0),(89521,33,753,0),(89522,34,753,0),(89523,35,753,0),(89524,36,753,0),(89525,37,753,0),(89526,38,753,0),(89527,39,753,0),(89528,40,753,0),(89529,41,753,0),(89530,42,753,0),(89531,43,753,0),(89532,44,753,0),(89533,45,753,0),(89534,46,753,0),(89535,47,753,0),(89536,48,753,0),(89537,49,753,0),(89538,50,753,0),(89539,51,753,0),(89540,52,753,0),(89541,53,753,0),(89542,54,753,0),(89543,55,753,0),(89544,56,753,0),(89545,57,753,0),(89546,58,753,0),(89547,59,753,0),(89548,60,753,0),(89549,61,753,0),(89550,62,753,0),(89551,63,753,0),(89552,64,753,0),(89553,65,753,0),(89554,66,753,0),(89555,67,753,0),(89556,68,753,0),(89557,69,753,0),(89558,70,753,0),(89559,71,753,0),(89560,72,753,0),(89561,73,753,0),(89562,74,753,0),(89563,75,753,0),(89564,76,753,0),(89565,77,753,0),(89566,78,753,0),(89567,79,753,0),(89568,80,753,0),(89569,81,753,0),(89570,82,753,0),(89571,83,753,0),(89572,84,753,0),(89573,85,753,0),(89574,86,753,0),(89575,87,753,0.378707186174494),(89576,88,753,0),(89577,89,753,0),(89578,90,753,0),(89579,91,753,0),(89580,92,753,0),(89581,93,753,0),(89582,94,753,0),(89583,95,753,0),(89584,96,753,0),(89585,97,753,0),(89586,98,753,0),(89587,99,753,0),(89588,100,753,0),(89589,101,753,0),(89590,102,753,0),(89591,103,753,0),(89592,104,753,0),(89593,105,753,0),(89594,106,753,0),(89595,107,753,0),(89596,108,753,0),(89597,109,753,0),(89598,110,753,0),(89599,111,753,0),(89600,112,753,0),(89601,113,753,0),(89602,114,753,0),(89603,115,753,0),(89604,116,753,0),(89605,117,753,0),(89606,118,753,0),(89607,119,753,0),(89608,1,754,0),(89609,2,754,0),(89610,3,754,0),(89611,4,754,0),(89612,5,754,0),(89613,6,754,0),(89614,7,754,0),(89615,8,754,0),(89616,9,754,0),(89617,10,754,0),(89618,11,754,0),(89619,12,754,0),(89620,13,754,0),(89621,14,754,0),(89622,15,754,0),(89623,16,754,0),(89624,17,754,0),(89625,18,754,0),(89626,19,754,0),(89627,20,754,0),(89628,21,754,0),(89629,22,754,0),(89630,23,754,0),(89631,24,754,0),(89632,25,754,0),(89633,26,754,0),(89634,27,754,0),(89635,28,754,0),(89636,29,754,0),(89637,30,754,0),(89638,31,754,0),(89639,32,754,0),(89640,33,754,0),(89641,34,754,0),(89642,35,754,0),(89643,36,754,0),(89644,37,754,0),(89645,38,754,0),(89646,39,754,0),(89647,40,754,0),(89648,41,754,0),(89649,42,754,0),(89650,43,754,0),(89651,44,754,0),(89652,45,754,0),(89653,46,754,0),(89654,47,754,0),(89655,48,754,0),(89656,49,754,0),(89657,50,754,0),(89658,51,754,0),(89659,52,754,0),(89660,53,754,0),(89661,54,754,0),(89662,55,754,0),(89663,56,754,0),(89664,57,754,0),(89665,58,754,0),(89666,59,754,0),(89667,60,754,0),(89668,61,754,0),(89669,62,754,0),(89670,63,754,0),(89671,64,754,0),(89672,65,754,0),(89673,66,754,0),(89674,67,754,0),(89675,68,754,0),(89676,69,754,0),(89677,70,754,0),(89678,71,754,0),(89679,72,754,0),(89680,73,754,0),(89681,74,754,0),(89682,75,754,0),(89683,76,754,0),(89684,77,754,0),(89685,78,754,0),(89686,79,754,0),(89687,80,754,0),(89688,81,754,0),(89689,82,754,0),(89690,83,754,0),(89691,84,754,0),(89692,85,754,0),(89693,86,754,0),(89694,87,754,0.16586302542282),(89695,88,754,0),(89696,89,754,0),(89697,90,754,0),(89698,91,754,0),(89699,92,754,0),(89700,93,754,0),(89701,94,754,0),(89702,95,754,0),(89703,96,754,0),(89704,97,754,0),(89705,98,754,0),(89706,99,754,0),(89707,100,754,0),(89708,101,754,0),(89709,102,754,0),(89710,103,754,0),(89711,104,754,0),(89712,105,754,0),(89713,106,754,0),(89714,107,754,0),(89715,108,754,0),(89716,109,754,0),(89717,110,754,0),(89718,111,754,0),(89719,112,754,0),(89720,113,754,0),(89721,114,754,0),(89722,115,754,0),(89723,116,754,0),(89724,117,754,0),(89725,118,754,0),(89726,119,754,0),(89727,1,755,0),(89728,2,755,0),(89729,3,755,0),(89730,4,755,0),(89731,5,755,0),(89732,6,755,0),(89733,7,755,0),(89734,8,755,0),(89735,9,755,0),(89736,10,755,0),(89737,11,755,0),(89738,12,755,0),(89739,13,755,0),(89740,14,755,0),(89741,15,755,0),(89742,16,755,0),(89743,17,755,0),(89744,18,755,0),(89745,19,755,0),(89746,20,755,0),(89747,21,755,0),(89748,22,755,0),(89749,23,755,0),(89750,24,755,0),(89751,25,755,0),(89752,26,755,0),(89753,27,755,0),(89754,28,755,0),(89755,29,755,0),(89756,30,755,0),(89757,31,755,0),(89758,32,755,0),(89759,33,755,0),(89760,34,755,0),(89761,35,755,0),(89762,36,755,0),(89763,37,755,0),(89764,38,755,0),(89765,39,755,0),(89766,40,755,0),(89767,41,755,0),(89768,42,755,0),(89769,43,755,0),(89770,44,755,0),(89771,45,755,0),(89772,46,755,0),(89773,47,755,0),(89774,48,755,0),(89775,49,755,0),(89776,50,755,0),(89777,51,755,0),(89778,52,755,0),(89779,53,755,0),(89780,54,755,0),(89781,55,755,0),(89782,56,755,0),(89783,57,755,0),(89784,58,755,0),(89785,59,755,0),(89786,60,755,0),(89787,61,755,0),(89788,62,755,0),(89789,63,755,0),(89790,64,755,0),(89791,65,755,0),(89792,66,755,0),(89793,67,755,0),(89794,68,755,0),(89795,69,755,0),(89796,70,755,0),(89797,71,755,0),(89798,72,755,0),(89799,73,755,0),(89800,74,755,0),(89801,75,755,0),(89802,76,755,0),(89803,77,755,0),(89804,78,755,0),(89805,79,755,0),(89806,80,755,0),(89807,81,755,0),(89808,82,755,0),(89809,83,755,0),(89810,84,755,0),(89811,85,755,0),(89812,86,755,0),(89813,87,755,0.0990903103471841),(89814,88,755,0),(89815,89,755,0),(89816,90,755,0),(89817,91,755,0),(89818,92,755,0),(89819,93,755,0),(89820,94,755,0),(89821,95,755,0),(89822,96,755,0),(89823,97,755,0),(89824,98,755,0),(89825,99,755,0),(89826,100,755,0),(89827,101,755,0),(89828,102,755,0),(89829,103,755,0),(89830,104,755,0),(89831,105,755,0),(89832,106,755,0),(89833,107,755,0),(89834,108,755,0),(89835,109,755,0),(89836,110,755,0),(89837,111,755,0),(89838,112,755,0),(89839,113,755,0),(89840,114,755,0),(89841,115,755,0),(89842,116,755,0),(89843,117,755,0),(89844,118,755,0),(89845,119,755,0),(89846,1,756,0),(89847,2,756,0),(89848,3,756,0),(89849,4,756,0),(89850,5,756,0),(89851,6,756,0),(89852,7,756,0),(89853,8,756,0),(89854,9,756,0),(89855,10,756,0),(89856,11,756,0),(89857,12,756,0),(89858,13,756,0),(89859,14,756,0),(89860,15,756,0),(89861,16,756,0),(89862,17,756,0),(89863,18,756,0),(89864,19,756,0),(89865,20,756,0),(89866,21,756,0),(89867,22,756,0),(89868,23,756,0),(89869,24,756,0),(89870,25,756,0),(89871,26,756,0),(89872,27,756,0),(89873,28,756,0),(89874,29,756,0),(89875,30,756,0),(89876,31,756,0),(89877,32,756,0),(89878,33,756,0),(89879,34,756,0),(89880,35,756,0),(89881,36,756,0),(89882,37,756,0),(89883,38,756,0),(89884,39,756,0),(89885,40,756,0),(89886,41,756,0),(89887,42,756,0),(89888,43,756,0),(89889,44,756,0),(89890,45,756,0),(89891,46,756,0),(89892,47,756,0),(89893,48,756,0),(89894,49,756,0),(89895,50,756,0),(89896,51,756,0),(89897,52,756,0),(89898,53,756,0),(89899,54,756,0),(89900,55,756,0),(89901,56,756,0),(89902,57,756,0),(89903,58,756,0),(89904,59,756,0),(89905,60,756,0),(89906,61,756,0),(89907,62,756,0),(89908,63,756,0),(89909,64,756,0),(89910,65,756,0),(89911,66,756,0),(89912,67,756,0),(89913,68,756,0),(89914,69,756,0),(89915,70,756,0),(89916,71,756,0),(89917,72,756,0),(89918,73,756,0),(89919,74,756,0),(89920,75,756,0),(89921,76,756,0),(89922,77,756,0),(89923,78,756,0),(89924,79,756,0),(89925,80,756,0),(89926,81,756,0),(89927,82,756,0),(89928,83,756,0),(89929,84,756,0),(89930,85,756,0),(89931,86,756,0),(89932,87,756,0),(89933,88,756,0.0852630283941727),(89934,89,756,0),(89935,90,756,0),(89936,91,756,0),(89937,92,756,0),(89938,93,756,0),(89939,94,756,0),(89940,95,756,0),(89941,96,756,0),(89942,97,756,0),(89943,98,756,0),(89944,99,756,0),(89945,100,756,0),(89946,101,756,0),(89947,102,756,0),(89948,103,756,0),(89949,104,756,0),(89950,105,756,0),(89951,106,756,0),(89952,107,756,0),(89953,108,756,0),(89954,109,756,0),(89955,110,756,0),(89956,111,756,0),(89957,112,756,0),(89958,113,756,0),(89959,114,756,0),(89960,115,756,0),(89961,116,756,0),(89962,117,756,0),(89963,118,756,0),(89964,119,756,0),(89965,1,757,0),(89966,2,757,0),(89967,3,757,0),(89968,4,757,0),(89969,5,757,0),(89970,6,757,0),(89971,7,757,0),(89972,8,757,0),(89973,9,757,0),(89974,10,757,0),(89975,11,757,0),(89976,12,757,0),(89977,13,757,0),(89978,14,757,0),(89979,15,757,0),(89980,16,757,0),(89981,17,757,0),(89982,18,757,0),(89983,19,757,0),(89984,20,757,0),(89985,21,757,0),(89986,22,757,0),(89987,23,757,0),(89988,24,757,0),(89989,25,757,0),(89990,26,757,0),(89991,27,757,0),(89992,28,757,0),(89993,29,757,0),(89994,30,757,0),(89995,31,757,0),(89996,32,757,0),(89997,33,757,0),(89998,34,757,0),(89999,35,757,0),(90000,36,757,0),(90001,37,757,0),(90002,38,757,0),(90003,39,757,0),(90004,40,757,0),(90005,41,757,0),(90006,42,757,0),(90007,43,757,0),(90008,44,757,0),(90009,45,757,0),(90010,46,757,0),(90011,47,757,0),(90012,48,757,0),(90013,49,757,0),(90014,50,757,0),(90015,51,757,0),(90016,52,757,0),(90017,53,757,0),(90018,54,757,0),(90019,55,757,0),(90020,56,757,0),(90021,57,757,0),(90022,58,757,0),(90023,59,757,0),(90024,60,757,0),(90025,61,757,0),(90026,62,757,0),(90027,63,757,0),(90028,64,757,0),(90029,65,757,0),(90030,66,757,0),(90031,67,757,0),(90032,68,757,0),(90033,69,757,0),(90034,70,757,0),(90035,71,757,0),(90036,72,757,0),(90037,73,757,0),(90038,74,757,0),(90039,75,757,0),(90040,76,757,0),(90041,77,757,0),(90042,78,757,0),(90043,79,757,0),(90044,80,757,0),(90045,81,757,0),(90046,82,757,0),(90047,83,757,0),(90048,84,757,0),(90049,85,757,0),(90050,86,757,0),(90051,87,757,0),(90052,88,757,0.175131976379563),(90053,89,757,0),(90054,90,757,0),(90055,91,757,0),(90056,92,757,0),(90057,93,757,0),(90058,94,757,0),(90059,95,757,0),(90060,96,757,0),(90061,97,757,0),(90062,98,757,0),(90063,99,757,0),(90064,100,757,0),(90065,101,757,0),(90066,102,757,0),(90067,103,757,0),(90068,104,757,0),(90069,105,757,0),(90070,106,757,0),(90071,107,757,0),(90072,108,757,0),(90073,109,757,0),(90074,110,757,0),(90075,111,757,0),(90076,112,757,0),(90077,113,757,0),(90078,114,757,0),(90079,115,757,0),(90080,116,757,0),(90081,117,757,0),(90082,118,757,0),(90083,119,757,0),(90084,1,758,0),(90085,2,758,0),(90086,3,758,0),(90087,4,758,0),(90088,5,758,0),(90089,6,758,0),(90090,7,758,0),(90091,8,758,0),(90092,9,758,0),(90093,10,758,0),(90094,11,758,0),(90095,12,758,0),(90096,13,758,0),(90097,14,758,0),(90098,15,758,0),(90099,16,758,0),(90100,17,758,0),(90101,18,758,0),(90102,19,758,0),(90103,20,758,0),(90104,21,758,0),(90105,22,758,0),(90106,23,758,0),(90107,24,758,0),(90108,25,758,0),(90109,26,758,0),(90110,27,758,0),(90111,28,758,0),(90112,29,758,0),(90113,30,758,0),(90114,31,758,0),(90115,32,758,0),(90116,33,758,0),(90117,34,758,0),(90118,35,758,0),(90119,36,758,0),(90120,37,758,0),(90121,38,758,0),(90122,39,758,0),(90123,40,758,0),(90124,41,758,0),(90125,42,758,0),(90126,43,758,0),(90127,44,758,0),(90128,45,758,0),(90129,46,758,0),(90130,47,758,0),(90131,48,758,0),(90132,49,758,0),(90133,50,758,0),(90134,51,758,0),(90135,52,758,0),(90136,53,758,0),(90137,54,758,0),(90138,55,758,0),(90139,56,758,0),(90140,57,758,0),(90141,58,758,0),(90142,59,758,0),(90143,60,758,0),(90144,61,758,0),(90145,62,758,0),(90146,63,758,0),(90147,64,758,0),(90148,65,758,0),(90149,66,758,0),(90150,67,758,0),(90151,68,758,0),(90152,69,758,0),(90153,70,758,0),(90154,71,758,0),(90155,72,758,0),(90156,73,758,0),(90157,74,758,0),(90158,75,758,0),(90159,76,758,0),(90160,77,758,0),(90161,78,758,0),(90162,79,758,0),(90163,80,758,0),(90164,81,758,0),(90165,82,758,0),(90166,83,758,0),(90167,84,758,0),(90168,85,758,0),(90169,86,758,0),(90170,87,758,0),(90171,88,758,0.194468078506986),(90172,89,758,0),(90173,90,758,0),(90174,91,758,0),(90175,92,758,0),(90176,93,758,0),(90177,94,758,0),(90178,95,758,0),(90179,96,758,0),(90180,97,758,0),(90181,98,758,0),(90182,99,758,0),(90183,100,758,0),(90184,101,758,0),(90185,102,758,0),(90186,103,758,0),(90187,104,758,0),(90188,105,758,0),(90189,106,758,0),(90190,107,758,0),(90191,108,758,0),(90192,109,758,0),(90193,110,758,0),(90194,111,758,0),(90195,112,758,0),(90196,113,758,0),(90197,114,758,0),(90198,115,758,0),(90199,116,758,0),(90200,117,758,0),(90201,118,758,0),(90202,119,758,0),(90203,1,759,0),(90204,2,759,0),(90205,3,759,0),(90206,4,759,0),(90207,5,759,0),(90208,6,759,0),(90209,7,759,0),(90210,8,759,0),(90211,9,759,0),(90212,10,759,0),(90213,11,759,0),(90214,12,759,0),(90215,13,759,0),(90216,14,759,0),(90217,15,759,0),(90218,16,759,0),(90219,17,759,0),(90220,18,759,0),(90221,19,759,0),(90222,20,759,0),(90223,21,759,0),(90224,22,759,0),(90225,23,759,0),(90226,24,759,0),(90227,25,759,0),(90228,26,759,0),(90229,27,759,0),(90230,28,759,0),(90231,29,759,0),(90232,30,759,0),(90233,31,759,0),(90234,32,759,0),(90235,33,759,0),(90236,34,759,0),(90237,35,759,0),(90238,36,759,0),(90239,37,759,0),(90240,38,759,0),(90241,39,759,0),(90242,40,759,0),(90243,41,759,0),(90244,42,759,0),(90245,43,759,0),(90246,44,759,0),(90247,45,759,0),(90248,46,759,0),(90249,47,759,0),(90250,48,759,0),(90251,49,759,0),(90252,50,759,0),(90253,51,759,0),(90254,52,759,0),(90255,53,759,0),(90256,54,759,0),(90257,55,759,0),(90258,56,759,0),(90259,57,759,0),(90260,58,759,0),(90261,59,759,0),(90262,60,759,0),(90263,61,759,0),(90264,62,759,0),(90265,63,759,0),(90266,64,759,0),(90267,65,759,0),(90268,66,759,0),(90269,67,759,0),(90270,68,759,0),(90271,69,759,0),(90272,70,759,0),(90273,71,759,0),(90274,72,759,0),(90275,73,759,0),(90276,74,759,0),(90277,75,759,0),(90278,76,759,0),(90279,77,759,0),(90280,78,759,0),(90281,79,759,0),(90282,80,759,0),(90283,81,759,0),(90284,82,759,0),(90285,83,759,0),(90286,84,759,0),(90287,85,759,0),(90288,86,759,0),(90289,87,759,0),(90290,88,759,0.0451369167192786),(90291,89,759,0),(90292,90,759,0),(90293,91,759,0),(90294,92,759,0),(90295,93,759,0),(90296,94,759,0),(90297,95,759,0),(90298,96,759,0),(90299,97,759,0),(90300,98,759,0),(90301,99,759,0),(90302,100,759,0),(90303,101,759,0),(90304,102,759,0),(90305,103,759,0),(90306,104,759,0),(90307,105,759,0),(90308,106,759,0),(90309,107,759,0),(90310,108,759,0),(90311,109,759,0),(90312,110,759,0),(90313,111,759,0),(90314,112,759,0),(90315,113,759,0),(90316,114,759,0),(90317,115,759,0),(90318,116,759,0),(90319,117,759,0),(90320,118,759,0),(90321,119,759,0),(90322,1,760,0),(90323,2,760,0),(90324,3,760,0),(90325,4,760,0),(90326,5,760,0),(90327,6,760,0),(90328,7,760,0),(90329,8,760,0),(90330,9,760,0),(90331,10,760,0),(90332,11,760,0),(90333,12,760,0),(90334,13,760,0),(90335,14,760,0),(90336,15,760,0),(90337,16,760,0),(90338,17,760,0),(90339,18,760,0),(90340,19,760,0),(90341,20,760,0),(90342,21,760,0),(90343,22,760,0),(90344,23,760,0),(90345,24,760,0),(90346,25,760,0),(90347,26,760,0),(90348,27,760,0),(90349,28,760,0),(90350,29,760,0),(90351,30,760,0),(90352,31,760,0),(90353,32,760,0),(90354,33,760,0),(90355,34,760,0),(90356,35,760,0),(90357,36,760,0),(90358,37,760,0),(90359,38,760,0),(90360,39,760,0),(90361,40,760,0),(90362,41,760,0),(90363,42,760,0),(90364,43,760,0),(90365,44,760,0),(90366,45,760,0),(90367,46,760,0),(90368,47,760,0),(90369,48,760,0),(90370,49,760,0),(90371,50,760,0),(90372,51,760,0),(90373,52,760,0),(90374,53,760,0),(90375,54,760,0),(90376,55,760,0),(90377,56,760,0),(90378,57,760,0),(90379,58,760,0),(90380,59,760,0),(90381,60,760,0),(90382,61,760,0),(90383,62,760,0),(90384,63,760,0),(90385,64,760,0),(90386,65,760,0),(90387,66,760,0),(90388,67,760,0),(90389,68,760,0),(90390,69,760,0),(90391,70,760,0),(90392,71,760,0),(90393,72,760,0),(90394,73,760,0),(90395,74,760,0),(90396,75,760,0),(90397,76,760,0),(90398,77,760,0),(90399,78,760,0),(90400,79,760,0),(90401,80,760,0),(90402,81,760,0),(90403,82,760,0),(90404,83,760,0),(90405,84,760,0),(90406,85,760,0),(90407,86,760,0),(90408,87,760,0),(90409,88,760,0.303697430882893),(90410,89,760,0),(90411,90,760,0),(90412,91,760,0),(90413,92,760,0),(90414,93,760,0),(90415,94,760,0),(90416,95,760,0),(90417,96,760,0),(90418,97,760,0),(90419,98,760,0),(90420,99,760,0),(90421,100,760,0),(90422,101,760,0),(90423,102,760,0),(90424,103,760,0),(90425,104,760,0),(90426,105,760,0),(90427,106,760,0),(90428,107,760,0),(90429,108,760,0),(90430,109,760,0),(90431,110,760,0),(90432,111,760,0),(90433,112,760,0),(90434,113,760,0),(90435,114,760,0),(90436,115,760,0),(90437,116,760,0),(90438,117,760,0),(90439,118,760,0),(90440,119,760,0),(90441,1,761,0),(90442,2,761,0),(90443,3,761,0),(90444,4,761,0),(90445,5,761,0),(90446,6,761,0),(90447,7,761,0),(90448,8,761,0),(90449,9,761,0),(90450,10,761,0),(90451,11,761,0),(90452,12,761,0),(90453,13,761,0),(90454,14,761,0),(90455,15,761,0),(90456,16,761,0),(90457,17,761,0),(90458,18,761,0),(90459,19,761,0),(90460,20,761,0),(90461,21,761,0),(90462,22,761,0),(90463,23,761,0),(90464,24,761,0),(90465,25,761,0),(90466,26,761,0),(90467,27,761,0),(90468,28,761,0),(90469,29,761,0),(90470,30,761,0),(90471,31,761,0),(90472,32,761,0),(90473,33,761,0),(90474,34,761,0),(90475,35,761,0),(90476,36,761,0),(90477,37,761,0),(90478,38,761,0),(90479,39,761,0),(90480,40,761,0),(90481,41,761,0),(90482,42,761,0),(90483,43,761,0),(90484,44,761,0),(90485,45,761,0),(90486,46,761,0),(90487,47,761,0),(90488,48,761,0),(90489,49,761,0),(90490,50,761,0),(90491,51,761,0),(90492,52,761,0),(90493,53,761,0),(90494,54,761,0),(90495,55,761,0),(90496,56,761,0),(90497,57,761,0),(90498,58,761,0),(90499,59,761,0),(90500,60,761,0),(90501,61,761,0),(90502,62,761,0),(90503,63,761,0),(90504,64,761,0),(90505,65,761,0),(90506,66,761,0),(90507,67,761,0),(90508,68,761,0),(90509,69,761,0),(90510,70,761,0),(90511,71,761,0),(90512,72,761,0),(90513,73,761,0),(90514,74,761,0),(90515,75,761,0),(90516,76,761,0),(90517,77,761,0),(90518,78,761,0),(90519,79,761,0),(90520,80,761,0),(90521,81,761,0),(90522,82,761,0),(90523,83,761,0),(90524,84,761,0),(90525,85,761,0),(90526,86,761,0),(90527,87,761,0),(90528,88,761,0.15021142115123),(90529,89,761,0),(90530,90,761,0),(90531,91,761,0),(90532,92,761,0),(90533,93,761,0),(90534,94,761,0),(90535,95,761,0),(90536,96,761,0),(90537,97,761,0),(90538,98,761,0),(90539,99,761,0),(90540,100,761,0),(90541,101,761,0),(90542,102,761,0),(90543,103,761,0),(90544,104,761,0),(90545,105,761,0),(90546,106,761,0),(90547,107,761,0),(90548,108,761,0),(90549,109,761,0),(90550,110,761,0),(90551,111,761,0),(90552,112,761,0),(90553,113,761,0),(90554,114,761,0),(90555,115,761,0),(90556,116,761,0),(90557,117,761,0),(90558,118,761,0),(90559,119,761,0),(90560,1,762,0),(90561,2,762,0),(90562,3,762,0),(90563,4,762,0),(90564,5,762,0),(90565,6,762,0),(90566,7,762,0),(90567,8,762,0),(90568,9,762,0),(90569,10,762,0),(90570,11,762,0),(90571,12,762,0),(90572,13,762,0),(90573,14,762,0),(90574,15,762,0),(90575,16,762,0),(90576,17,762,0),(90577,18,762,0),(90578,19,762,0),(90579,20,762,0),(90580,21,762,0),(90581,22,762,0),(90582,23,762,0),(90583,24,762,0),(90584,25,762,0),(90585,26,762,0),(90586,27,762,0),(90587,28,762,0),(90588,29,762,0),(90589,30,762,0),(90590,31,762,0),(90591,32,762,0),(90592,33,762,0),(90593,34,762,0),(90594,35,762,0),(90595,36,762,0),(90596,37,762,0),(90597,38,762,0),(90598,39,762,0),(90599,40,762,0),(90600,41,762,0),(90601,42,762,0),(90602,43,762,0),(90603,44,762,0),(90604,45,762,0),(90605,46,762,0),(90606,47,762,0),(90607,48,762,0),(90608,49,762,0),(90609,50,762,0),(90610,51,762,0),(90611,52,762,0),(90612,53,762,0),(90613,54,762,0),(90614,55,762,0),(90615,56,762,0),(90616,57,762,0),(90617,58,762,0),(90618,59,762,0),(90619,60,762,0),(90620,61,762,0),(90621,62,762,0),(90622,63,762,0),(90623,64,762,0),(90624,65,762,0),(90625,66,762,0),(90626,67,762,0),(90627,68,762,0),(90628,69,762,0),(90629,70,762,0),(90630,71,762,0),(90631,72,762,0),(90632,73,762,0),(90633,74,762,0),(90634,75,762,0),(90635,76,762,0),(90636,77,762,0),(90637,78,762,0),(90638,79,762,0),(90639,80,762,0),(90640,81,762,0),(90641,82,762,0),(90642,83,762,0),(90643,84,762,0),(90644,85,762,0),(90645,86,762,0),(90646,87,762,0),(90647,88,762,0.174220501289869),(90648,89,762,0),(90649,90,762,0),(90650,91,762,0),(90651,92,762,0),(90652,93,762,0),(90653,94,762,0),(90654,95,762,0),(90655,96,762,0),(90656,97,762,0),(90657,98,762,0),(90658,99,762,0),(90659,100,762,0),(90660,101,762,0),(90661,102,762,0),(90662,103,762,0),(90663,104,762,0),(90664,105,762,0),(90665,106,762,0),(90666,107,762,0),(90667,108,762,0),(90668,109,762,0),(90669,110,762,0),(90670,111,762,0),(90671,112,762,0),(90672,113,762,0),(90673,114,762,0),(90674,115,762,0),(90675,116,762,0),(90676,117,762,0),(90677,118,762,0),(90678,119,762,0),(90679,1,763,0),(90680,2,763,0),(90681,3,763,0),(90682,4,763,0),(90683,5,763,0),(90684,6,763,0),(90685,7,763,0),(90686,8,763,0),(90687,9,763,0),(90688,10,763,0),(90689,11,763,0),(90690,12,763,0),(90691,13,763,0),(90692,14,763,0),(90693,15,763,0),(90694,16,763,0),(90695,17,763,0),(90696,18,763,0),(90697,19,763,0),(90698,20,763,0),(90699,21,763,0),(90700,22,763,0),(90701,23,763,0),(90702,24,763,0),(90703,25,763,0),(90704,26,763,0),(90705,27,763,0),(90706,28,763,0),(90707,29,763,0),(90708,30,763,0),(90709,31,763,0),(90710,32,763,0),(90711,33,763,0),(90712,34,763,0),(90713,35,763,0),(90714,36,763,0),(90715,37,763,0),(90716,38,763,0),(90717,39,763,0),(90718,40,763,0),(90719,41,763,0),(90720,42,763,0),(90721,43,763,0),(90722,44,763,0),(90723,45,763,0),(90724,46,763,0),(90725,47,763,0),(90726,48,763,0),(90727,49,763,0),(90728,50,763,0),(90729,51,763,0),(90730,52,763,0),(90731,53,763,0),(90732,54,763,0),(90733,55,763,0),(90734,56,763,0),(90735,57,763,0),(90736,58,763,0),(90737,59,763,0),(90738,60,763,0),(90739,61,763,0),(90740,62,763,0),(90741,63,763,0),(90742,64,763,0),(90743,65,763,0),(90744,66,763,0),(90745,67,763,0),(90746,68,763,0),(90747,69,763,0),(90748,70,763,0),(90749,71,763,0),(90750,72,763,0),(90751,73,763,0),(90752,74,763,0),(90753,75,763,0),(90754,76,763,0),(90755,77,763,0),(90756,78,763,0),(90757,79,763,0),(90758,80,763,0),(90759,81,763,0),(90760,82,763,0),(90761,83,763,0),(90762,84,763,0),(90763,85,763,0),(90764,86,763,0),(90765,87,763,0),(90766,88,763,0.171870646676008),(90767,89,763,0),(90768,90,763,0),(90769,91,763,0),(90770,92,763,0),(90771,93,763,0),(90772,94,763,0),(90773,95,763,0),(90774,96,763,0),(90775,97,763,0),(90776,98,763,0),(90777,99,763,0),(90778,100,763,0),(90779,101,763,0),(90780,102,763,0),(90781,103,763,0),(90782,104,763,0),(90783,105,763,0),(90784,106,763,0),(90785,107,763,0),(90786,108,763,0),(90787,109,763,0),(90788,110,763,0),(90789,111,763,0),(90790,112,763,0),(90791,113,763,0),(90792,114,763,0),(90793,115,763,0),(90794,116,763,0),(90795,117,763,0),(90796,118,763,0),(90797,119,763,0),(90798,1,764,0),(90799,2,764,0),(90800,3,764,0),(90801,4,764,0),(90802,5,764,0),(90803,6,764,0),(90804,7,764,0),(90805,8,764,0),(90806,9,764,0),(90807,10,764,0),(90808,11,764,0),(90809,12,764,0),(90810,13,764,0),(90811,14,764,0),(90812,15,764,0),(90813,16,764,0),(90814,17,764,0),(90815,18,764,0),(90816,19,764,0),(90817,20,764,0),(90818,21,764,0),(90819,22,764,0),(90820,23,764,0),(90821,24,764,0),(90822,25,764,0),(90823,26,764,0),(90824,27,764,0),(90825,28,764,0),(90826,29,764,0),(90827,30,764,0),(90828,31,764,0),(90829,32,764,0),(90830,33,764,0),(90831,34,764,0),(90832,35,764,0),(90833,36,764,0),(90834,37,764,0),(90835,38,764,0),(90836,39,764,0),(90837,40,764,0),(90838,41,764,0),(90839,42,764,0),(90840,43,764,0),(90841,44,764,0),(90842,45,764,0),(90843,46,764,0),(90844,47,764,0),(90845,48,764,0),(90846,49,764,0),(90847,50,764,0),(90848,51,764,0),(90849,52,764,0),(90850,53,764,0),(90851,54,764,0),(90852,55,764,0),(90853,56,764,0),(90854,57,764,0),(90855,58,764,0),(90856,59,764,0),(90857,60,764,0),(90858,61,764,0),(90859,62,764,0),(90860,63,764,0),(90861,64,764,0),(90862,65,764,0),(90863,66,764,0),(90864,67,764,0),(90865,68,764,0),(90866,69,764,0),(90867,70,764,0),(90868,71,764,0),(90869,72,764,0),(90870,73,764,0),(90871,74,764,0),(90872,75,764,0),(90873,76,764,0),(90874,77,764,0),(90875,78,764,0),(90876,79,764,0),(90877,80,764,0),(90878,81,764,0),(90879,82,764,0),(90880,83,764,0),(90881,84,764,0),(90882,85,764,0),(90883,86,764,0),(90884,87,764,0),(90885,88,764,0.33744778256571),(90886,89,764,0),(90887,90,764,0),(90888,91,764,0),(90889,92,764,0),(90890,93,764,0),(90891,94,764,0),(90892,95,764,0),(90893,96,764,0),(90894,97,764,0),(90895,98,764,0),(90896,99,764,0),(90897,100,764,0),(90898,101,764,0),(90899,102,764,0),(90900,103,764,0),(90901,104,764,0),(90902,105,764,0),(90903,106,764,0),(90904,107,764,0),(90905,108,764,0),(90906,109,764,0),(90907,110,764,0),(90908,111,764,0),(90909,112,764,0),(90910,113,764,0),(90911,114,764,0),(90912,115,764,0),(90913,116,764,0),(90914,117,764,0),(90915,118,764,0),(90916,119,764,0),(90917,1,765,0),(90918,2,765,0),(90919,3,765,0),(90920,4,765,0),(90921,5,765,0),(90922,6,765,0),(90923,7,765,0),(90924,8,765,0),(90925,9,765,0),(90926,10,765,0),(90927,11,765,0),(90928,12,765,0),(90929,13,765,0),(90930,14,765,0),(90931,15,765,0),(90932,16,765,0),(90933,17,765,0),(90934,18,765,0),(90935,19,765,0),(90936,20,765,0),(90937,21,765,0),(90938,22,765,0),(90939,23,765,0),(90940,24,765,0),(90941,25,765,0),(90942,26,765,0),(90943,27,765,0),(90944,28,765,0),(90945,29,765,0),(90946,30,765,0),(90947,31,765,0),(90948,32,765,0),(90949,33,765,0),(90950,34,765,0),(90951,35,765,0),(90952,36,765,0),(90953,37,765,0),(90954,38,765,0),(90955,39,765,0),(90956,40,765,0),(90957,41,765,0),(90958,42,765,0),(90959,43,765,0),(90960,44,765,0),(90961,45,765,0),(90962,46,765,0),(90963,47,765,0),(90964,48,765,0),(90965,49,765,0),(90966,50,765,0),(90967,51,765,0),(90968,52,765,0),(90969,53,765,0),(90970,54,765,0),(90971,55,765,0),(90972,56,765,0),(90973,57,765,0),(90974,58,765,0),(90975,59,765,0),(90976,60,765,0),(90977,61,765,0),(90978,62,765,0),(90979,63,765,0),(90980,64,765,0),(90981,65,765,0),(90982,66,765,0),(90983,67,765,0),(90984,68,765,0),(90985,69,765,0),(90986,70,765,0),(90987,71,765,0),(90988,72,765,0),(90989,73,765,0),(90990,74,765,0),(90991,75,765,0),(90992,76,765,0),(90993,77,765,0),(90994,78,765,0),(90995,79,765,0),(90996,80,765,0),(90997,81,765,0),(90998,82,765,0),(90999,83,765,0),(91000,84,765,0),(91001,85,765,0),(91002,86,765,0),(91003,87,765,0),(91004,88,765,0.0400774337084664),(91005,89,765,0),(91006,90,765,0),(91007,91,765,0),(91008,92,765,0),(91009,93,765,0),(91010,94,765,0),(91011,95,765,0),(91012,96,765,0),(91013,97,765,0),(91014,98,765,0),(91015,99,765,0),(91016,100,765,0),(91017,101,765,0),(91018,102,765,0),(91019,103,765,0),(91020,104,765,0),(91021,105,765,0),(91022,106,765,0),(91023,107,765,0),(91024,108,765,0),(91025,109,765,0),(91026,110,765,0),(91027,111,765,0),(91028,112,765,0),(91029,113,765,0),(91030,114,765,0),(91031,115,765,0),(91032,116,765,0),(91033,117,765,0),(91034,118,765,0),(91035,119,765,0),(91036,1,766,0),(91037,2,766,0),(91038,3,766,0),(91039,4,766,0),(91040,5,766,0),(91041,6,766,0),(91042,7,766,0),(91043,8,766,0),(91044,9,766,0),(91045,10,766,0),(91046,11,766,0),(91047,12,766,0),(91048,13,766,0),(91049,14,766,0),(91050,15,766,0),(91051,16,766,0),(91052,17,766,0),(91053,18,766,0),(91054,19,766,0),(91055,20,766,0),(91056,21,766,0),(91057,22,766,0),(91058,23,766,0),(91059,24,766,0),(91060,25,766,0),(91061,26,766,0),(91062,27,766,0),(91063,28,766,0),(91064,29,766,0),(91065,30,766,0),(91066,31,766,0),(91067,32,766,0),(91068,33,766,0),(91069,34,766,0),(91070,35,766,0),(91071,36,766,0),(91072,37,766,0),(91073,38,766,0),(91074,39,766,0),(91075,40,766,0),(91076,41,766,0),(91077,42,766,0),(91078,43,766,0),(91079,44,766,0),(91080,45,766,0),(91081,46,766,0),(91082,47,766,0),(91083,48,766,0),(91084,49,766,0),(91085,50,766,0),(91086,51,766,0),(91087,52,766,0),(91088,53,766,0),(91089,54,766,0),(91090,55,766,0),(91091,56,766,0),(91092,57,766,0),(91093,58,766,0),(91094,59,766,0),(91095,60,766,0),(91096,61,766,0),(91097,62,766,0),(91098,63,766,0),(91099,64,766,0),(91100,65,766,0),(91101,66,766,0),(91102,67,766,0),(91103,68,766,0),(91104,69,766,0),(91105,70,766,0),(91106,71,766,0),(91107,72,766,0),(91108,73,766,0),(91109,74,766,0),(91110,75,766,0),(91111,76,766,0),(91112,77,766,0),(91113,78,766,0),(91114,79,766,0),(91115,80,766,0),(91116,81,766,0),(91117,82,766,0),(91118,83,766,0),(91119,84,766,0),(91120,85,766,0),(91121,86,766,0),(91122,87,766,0),(91123,88,766,0.233101527571399),(91124,89,766,0),(91125,90,766,0),(91126,91,766,0),(91127,92,766,0),(91128,93,766,0),(91129,94,766,0),(91130,95,766,0),(91131,96,766,0),(91132,97,766,0),(91133,98,766,0),(91134,99,766,0),(91135,100,766,0),(91136,101,766,0),(91137,102,766,0),(91138,103,766,0),(91139,104,766,0),(91140,105,766,0),(91141,106,766,0),(91142,107,766,0),(91143,108,766,0),(91144,109,766,0),(91145,110,766,0),(91146,111,766,0),(91147,112,766,0),(91148,113,766,0),(91149,114,766,0),(91150,115,766,0),(91151,116,766,0),(91152,117,766,0),(91153,118,766,0),(91154,119,766,0),(91155,1,767,0),(91156,2,767,0),(91157,3,767,0),(91158,4,767,0),(91159,5,767,0),(91160,6,767,0),(91161,7,767,0),(91162,8,767,0),(91163,9,767,0),(91164,10,767,0),(91165,11,767,0),(91166,12,767,0),(91167,13,767,0),(91168,14,767,0),(91169,15,767,0),(91170,16,767,0),(91171,17,767,0),(91172,18,767,0),(91173,19,767,0),(91174,20,767,0),(91175,21,767,0),(91176,22,767,0),(91177,23,767,0),(91178,24,767,0),(91179,25,767,0),(91180,26,767,0),(91181,27,767,0),(91182,28,767,0),(91183,29,767,0),(91184,30,767,0),(91185,31,767,0),(91186,32,767,0),(91187,33,767,0),(91188,34,767,0),(91189,35,767,0),(91190,36,767,0),(91191,37,767,0),(91192,38,767,0),(91193,39,767,0),(91194,40,767,0),(91195,41,767,0),(91196,42,767,0),(91197,43,767,0),(91198,44,767,0),(91199,45,767,0),(91200,46,767,0),(91201,47,767,0),(91202,48,767,0),(91203,49,767,0),(91204,50,767,0),(91205,51,767,0),(91206,52,767,0),(91207,53,767,0),(91208,54,767,0),(91209,55,767,0),(91210,56,767,0),(91211,57,767,0),(91212,58,767,0),(91213,59,767,0),(91214,60,767,0),(91215,61,767,0),(91216,62,767,0),(91217,63,767,0),(91218,64,767,0),(91219,65,767,0),(91220,66,767,0),(91221,67,767,0),(91222,68,767,0),(91223,69,767,0),(91224,70,767,0),(91225,71,767,0),(91226,72,767,0),(91227,73,767,0),(91228,74,767,0),(91229,75,767,0),(91230,76,767,0),(91231,77,767,0),(91232,78,767,0),(91233,79,767,0),(91234,80,767,0),(91235,81,767,0),(91236,82,767,0),(91237,83,767,0),(91238,84,767,0),(91239,85,767,0),(91240,86,767,0),(91241,87,767,0),(91242,88,767,0.0983033347019394),(91243,89,767,0),(91244,90,767,0),(91245,91,767,0),(91246,92,767,0),(91247,93,767,0),(91248,94,767,0),(91249,95,767,0),(91250,96,767,0),(91251,97,767,0),(91252,98,767,0),(91253,99,767,0),(91254,100,767,0),(91255,101,767,0),(91256,102,767,0),(91257,103,767,0),(91258,104,767,0),(91259,105,767,0),(91260,106,767,0),(91261,107,767,0),(91262,108,767,0),(91263,109,767,0),(91264,110,767,0),(91265,111,767,0),(91266,112,767,0),(91267,113,767,0),(91268,114,767,0),(91269,115,767,0),(91270,116,767,0),(91271,117,767,0),(91272,118,767,0),(91273,119,767,0),(91274,1,768,0),(91275,2,768,0),(91276,3,768,0),(91277,4,768,0),(91278,5,768,0),(91279,6,768,0),(91280,7,768,0),(91281,8,768,0),(91282,9,768,0),(91283,10,768,0),(91284,11,768,0),(91285,12,768,0),(91286,13,768,0),(91287,14,768,0),(91288,15,768,0),(91289,16,768,0),(91290,17,768,0),(91291,18,768,0),(91292,19,768,0),(91293,20,768,0),(91294,21,768,0),(91295,22,768,0),(91296,23,768,0),(91297,24,768,0),(91298,25,768,0),(91299,26,768,0),(91300,27,768,0),(91301,28,768,0),(91302,29,768,0),(91303,30,768,0),(91304,31,768,0),(91305,32,768,0),(91306,33,768,0),(91307,34,768,0),(91308,35,768,0),(91309,36,768,0),(91310,37,768,0),(91311,38,768,0),(91312,39,768,0),(91313,40,768,0),(91314,41,768,0),(91315,42,768,0),(91316,43,768,0),(91317,44,768,0),(91318,45,768,0),(91319,46,768,0),(91320,47,768,0),(91321,48,768,0),(91322,49,768,0),(91323,50,768,0),(91324,51,768,0),(91325,52,768,0),(91326,53,768,0),(91327,54,768,0),(91328,55,768,0),(91329,56,768,0),(91330,57,768,0),(91331,58,768,0),(91332,59,768,0),(91333,60,768,0),(91334,61,768,0),(91335,62,768,0),(91336,63,768,0),(91337,64,768,0),(91338,65,768,0),(91339,66,768,0),(91340,67,768,0),(91341,68,768,0),(91342,69,768,0),(91343,70,768,0),(91344,71,768,0),(91345,72,768,0),(91346,73,768,0),(91347,74,768,0),(91348,75,768,0),(91349,76,768,0),(91350,77,768,0),(91351,78,768,0),(91352,79,768,0),(91353,80,768,0),(91354,81,768,0),(91355,82,768,0),(91356,83,768,0),(91357,84,768,0),(91358,85,768,0),(91359,86,768,0),(91360,87,768,0),(91361,88,768,0.291069921452485),(91362,89,768,0),(91363,90,768,0),(91364,91,768,0),(91365,92,768,0),(91366,93,768,0),(91367,94,768,0),(91368,95,768,0),(91369,96,768,0),(91370,97,768,0),(91371,98,768,0),(91372,99,768,0),(91373,100,768,0),(91374,101,768,0),(91375,102,768,0),(91376,103,768,0),(91377,104,768,0),(91378,105,768,0),(91379,106,768,0),(91380,107,768,0),(91381,108,768,0),(91382,109,768,0),(91383,110,768,0),(91384,111,768,0),(91385,112,768,0),(91386,113,768,0),(91387,114,768,0),(91388,115,768,0),(91389,116,768,0),(91390,117,768,0),(91391,118,768,0),(91392,119,768,0),(91393,1,769,0),(91394,2,769,0),(91395,3,769,0),(91396,4,769,0),(91397,5,769,0),(91398,6,769,0),(91399,7,769,0),(91400,8,769,0),(91401,9,769,0),(91402,10,769,0),(91403,11,769,0),(91404,12,769,0),(91405,13,769,0),(91406,14,769,0),(91407,15,769,0),(91408,16,769,0),(91409,17,769,0),(91410,18,769,0),(91411,19,769,0),(91412,20,769,0),(91413,21,769,0),(91414,22,769,0),(91415,23,769,0),(91416,24,769,0),(91417,25,769,0),(91418,26,769,0),(91419,27,769,0),(91420,28,769,0),(91421,29,769,0),(91422,30,769,0),(91423,31,769,0),(91424,32,769,0),(91425,33,769,0),(91426,34,769,0),(91427,35,769,0),(91428,36,769,0),(91429,37,769,0),(91430,38,769,0),(91431,39,769,0),(91432,40,769,0),(91433,41,769,0),(91434,42,769,0),(91435,43,769,0),(91436,44,769,0),(91437,45,769,0),(91438,46,769,0),(91439,47,769,0),(91440,48,769,0),(91441,49,769,0),(91442,50,769,0),(91443,51,769,0),(91444,52,769,0),(91445,53,769,0),(91446,54,769,0),(91447,55,769,0),(91448,56,769,0),(91449,57,769,0),(91450,58,769,0),(91451,59,769,0),(91452,60,769,0),(91453,61,769,0),(91454,62,769,0),(91455,63,769,0),(91456,64,769,0),(91457,65,769,0),(91458,66,769,0),(91459,67,769,0),(91460,68,769,0),(91461,69,769,0),(91462,70,769,0),(91463,71,769,0),(91464,72,769,0),(91465,73,769,0),(91466,74,769,0),(91467,75,769,0),(91468,76,769,0),(91469,77,769,0),(91470,78,769,0),(91471,79,769,0),(91472,80,769,0),(91473,81,769,0),(91474,82,769,0),(91475,83,769,0),(91476,84,769,0),(91477,85,769,0),(91478,86,769,0),(91479,87,769,0),(91480,88,769,0),(91481,89,769,0.386899137716346),(91482,90,769,0),(91483,91,769,0),(91484,92,769,0),(91485,93,769,0),(91486,94,769,0),(91487,95,769,0),(91488,96,769,0),(91489,97,769,0),(91490,98,769,0),(91491,99,769,0),(91492,100,769,0),(91493,101,769,0),(91494,102,769,0),(91495,103,769,0),(91496,104,769,0),(91497,105,769,0),(91498,106,769,0),(91499,107,769,0),(91500,108,769,0),(91501,109,769,0),(91502,110,769,0),(91503,111,769,0),(91504,112,769,0),(91505,113,769,0),(91506,114,769,0),(91507,115,769,0),(91508,116,769,0),(91509,117,769,0),(91510,118,769,0),(91511,119,769,0),(91512,1,770,0),(91513,2,770,0),(91514,3,770,0),(91515,4,770,0),(91516,5,770,0),(91517,6,770,0),(91518,7,770,0),(91519,8,770,0),(91520,9,770,0),(91521,10,770,0),(91522,11,770,0),(91523,12,770,0),(91524,13,770,0),(91525,14,770,0),(91526,15,770,0),(91527,16,770,0),(91528,17,770,0),(91529,18,770,0),(91530,19,770,0),(91531,20,770,0),(91532,21,770,0),(91533,22,770,0),(91534,23,770,0),(91535,24,770,0),(91536,25,770,0),(91537,26,770,0),(91538,27,770,0),(91539,28,770,0),(91540,29,770,0),(91541,30,770,0),(91542,31,770,0),(91543,32,770,0),(91544,33,770,0),(91545,34,770,0),(91546,35,770,0),(91547,36,770,0),(91548,37,770,0),(91549,38,770,0),(91550,39,770,0),(91551,40,770,0),(91552,41,770,0),(91553,42,770,0),(91554,43,770,0),(91555,44,770,0),(91556,45,770,0),(91557,46,770,0),(91558,47,770,0),(91559,48,770,0),(91560,49,770,0),(91561,50,770,0),(91562,51,770,0),(91563,52,770,0),(91564,53,770,0),(91565,54,770,0),(91566,55,770,0),(91567,56,770,0),(91568,57,770,0),(91569,58,770,0),(91570,59,770,0),(91571,60,770,0),(91572,61,770,0),(91573,62,770,0),(91574,63,770,0),(91575,64,770,0),(91576,65,770,0),(91577,66,770,0),(91578,67,770,0),(91579,68,770,0),(91580,69,770,0),(91581,70,770,0),(91582,71,770,0),(91583,72,770,0),(91584,73,770,0),(91585,74,770,0),(91586,75,770,0),(91587,76,770,0),(91588,77,770,0),(91589,78,770,0),(91590,79,770,0),(91591,80,770,0),(91592,81,770,0),(91593,82,770,0),(91594,83,770,0),(91595,84,770,0),(91596,85,770,0),(91597,86,770,0),(91598,87,770,0),(91599,88,770,0),(91600,89,770,0.113100862283654),(91601,90,770,0),(91602,91,770,0),(91603,92,770,0),(91604,93,770,0),(91605,94,770,0),(91606,95,770,0),(91607,96,770,0),(91608,97,770,0),(91609,98,770,0),(91610,99,770,0),(91611,100,770,0),(91612,101,770,0),(91613,102,770,0),(91614,103,770,0),(91615,104,770,0),(91616,105,770,0),(91617,106,770,0),(91618,107,770,0),(91619,108,770,0),(91620,109,770,0),(91621,110,770,0),(91622,111,770,0),(91623,112,770,0),(91624,113,770,0),(91625,114,770,0),(91626,115,770,0),(91627,116,770,0),(91628,117,770,0),(91629,118,770,0),(91630,119,770,0),(91631,1,771,0),(91632,2,771,0),(91633,3,771,0),(91634,4,771,0),(91635,5,771,0),(91636,6,771,0),(91637,7,771,0),(91638,8,771,0),(91639,9,771,0),(91640,10,771,0),(91641,11,771,0),(91642,12,771,0),(91643,13,771,0),(91644,14,771,0),(91645,15,771,0),(91646,16,771,0),(91647,17,771,0),(91648,18,771,0),(91649,19,771,0),(91650,20,771,0),(91651,21,771,0),(91652,22,771,0),(91653,23,771,0),(91654,24,771,0),(91655,25,771,0),(91656,26,771,0),(91657,27,771,0),(91658,28,771,0),(91659,29,771,0),(91660,30,771,0),(91661,31,771,0),(91662,32,771,0),(91663,33,771,0),(91664,34,771,0),(91665,35,771,0),(91666,36,771,0),(91667,37,771,0),(91668,38,771,0),(91669,39,771,0),(91670,40,771,0),(91671,41,771,0),(91672,42,771,0),(91673,43,771,0),(91674,44,771,0),(91675,45,771,0),(91676,46,771,0),(91677,47,771,0),(91678,48,771,0),(91679,49,771,0),(91680,50,771,0),(91681,51,771,0),(91682,52,771,0),(91683,53,771,0),(91684,54,771,0),(91685,55,771,0),(91686,56,771,0),(91687,57,771,0),(91688,58,771,0),(91689,59,771,0),(91690,60,771,0),(91691,61,771,0),(91692,62,771,0),(91693,63,771,0),(91694,64,771,0),(91695,65,771,0),(91696,66,771,0),(91697,67,771,0),(91698,68,771,0),(91699,69,771,0),(91700,70,771,0),(91701,71,771,0),(91702,72,771,0),(91703,73,771,0),(91704,74,771,0),(91705,75,771,0),(91706,76,771,0),(91707,77,771,0),(91708,78,771,0),(91709,79,771,0),(91710,80,771,0),(91711,81,771,0),(91712,82,771,0),(91713,83,771,0),(91714,84,771,0),(91715,85,771,0),(91716,86,771,0),(91717,87,771,0),(91718,88,771,0),(91719,89,771,0.715058946018351),(91720,90,771,0),(91721,91,771,0),(91722,92,771,0),(91723,93,771,0),(91724,94,771,0),(91725,95,771,0),(91726,96,771,0),(91727,97,771,0),(91728,98,771,0),(91729,99,771,0),(91730,100,771,0),(91731,101,771,0),(91732,102,771,0),(91733,103,771,0),(91734,104,771,0),(91735,105,771,0),(91736,106,771,0),(91737,107,771,0),(91738,108,771,0),(91739,109,771,0),(91740,110,771,0),(91741,111,771,0),(91742,112,771,0),(91743,113,771,0),(91744,114,771,0),(91745,115,771,0),(91746,116,771,0),(91747,117,771,0),(91748,118,771,0),(91749,119,771,0),(91750,1,772,0),(91751,2,772,0),(91752,3,772,0),(91753,4,772,0),(91754,5,772,0),(91755,6,772,0),(91756,7,772,0),(91757,8,772,0),(91758,9,772,0),(91759,10,772,0),(91760,11,772,0),(91761,12,772,0),(91762,13,772,0),(91763,14,772,0),(91764,15,772,0),(91765,16,772,0),(91766,17,772,0),(91767,18,772,0),(91768,19,772,0),(91769,20,772,0),(91770,21,772,0),(91771,22,772,0),(91772,23,772,0),(91773,24,772,0),(91774,25,772,0),(91775,26,772,0),(91776,27,772,0),(91777,28,772,0),(91778,29,772,0),(91779,30,772,0),(91780,31,772,0),(91781,32,772,0),(91782,33,772,0),(91783,34,772,0),(91784,35,772,0),(91785,36,772,0),(91786,37,772,0),(91787,38,772,0),(91788,39,772,0),(91789,40,772,0),(91790,41,772,0),(91791,42,772,0),(91792,43,772,0),(91793,44,772,0),(91794,45,772,0),(91795,46,772,0),(91796,47,772,0),(91797,48,772,0),(91798,49,772,0),(91799,50,772,0),(91800,51,772,0),(91801,52,772,0),(91802,53,772,0),(91803,54,772,0),(91804,55,772,0),(91805,56,772,0),(91806,57,772,0),(91807,58,772,0),(91808,59,772,0),(91809,60,772,0),(91810,61,772,0),(91811,62,772,0),(91812,63,772,0),(91813,64,772,0),(91814,65,772,0),(91815,66,772,0),(91816,67,772,0),(91817,68,772,0),(91818,69,772,0),(91819,70,772,0),(91820,71,772,0),(91821,72,772,0),(91822,73,772,0),(91823,74,772,0),(91824,75,772,0),(91825,76,772,0),(91826,77,772,0),(91827,78,772,0),(91828,79,772,0),(91829,80,772,0),(91830,81,772,0),(91831,82,772,0),(91832,83,772,0),(91833,84,772,0),(91834,85,772,0),(91835,86,772,0),(91836,87,772,0),(91837,88,772,0),(91838,89,772,0.0849410539816486),(91839,90,772,0),(91840,91,772,0),(91841,92,772,0),(91842,93,772,0),(91843,94,772,0),(91844,95,772,0),(91845,96,772,0),(91846,97,772,0),(91847,98,772,0),(91848,99,772,0),(91849,100,772,0),(91850,101,772,0),(91851,102,772,0),(91852,103,772,0),(91853,104,772,0),(91854,105,772,0),(91855,106,772,0),(91856,107,772,0),(91857,108,772,0),(91858,109,772,0),(91859,110,772,0),(91860,111,772,0),(91861,112,772,0),(91862,113,772,0),(91863,114,772,0),(91864,115,772,0),(91865,116,772,0),(91866,117,772,0),(91867,118,772,0),(91868,119,772,0),(91869,1,773,0),(91870,2,773,0),(91871,3,773,0),(91872,4,773,0),(91873,5,773,0),(91874,6,773,0),(91875,7,773,0),(91876,8,773,0),(91877,9,773,0),(91878,10,773,0),(91879,11,773,0),(91880,12,773,0),(91881,13,773,0),(91882,14,773,0),(91883,15,773,0),(91884,16,773,0),(91885,17,773,0),(91886,18,773,0),(91887,19,773,0),(91888,20,773,0),(91889,21,773,0),(91890,22,773,0),(91891,23,773,0),(91892,24,773,0),(91893,25,773,0),(91894,26,773,0),(91895,27,773,0),(91896,28,773,0),(91897,29,773,0),(91898,30,773,0),(91899,31,773,0),(91900,32,773,0),(91901,33,773,0),(91902,34,773,0),(91903,35,773,0),(91904,36,773,0),(91905,37,773,0),(91906,38,773,0),(91907,39,773,0),(91908,40,773,0),(91909,41,773,0),(91910,42,773,0),(91911,43,773,0),(91912,44,773,0),(91913,45,773,0),(91914,46,773,0),(91915,47,773,0),(91916,48,773,0),(91917,49,773,0),(91918,50,773,0),(91919,51,773,0),(91920,52,773,0),(91921,53,773,0),(91922,54,773,0),(91923,55,773,0),(91924,56,773,0),(91925,57,773,0),(91926,58,773,0),(91927,59,773,0),(91928,60,773,0),(91929,61,773,0),(91930,62,773,0),(91931,63,773,0),(91932,64,773,0),(91933,65,773,0),(91934,66,773,0),(91935,67,773,0),(91936,68,773,0),(91937,69,773,0),(91938,70,773,0),(91939,71,773,0),(91940,72,773,0),(91941,73,773,0),(91942,74,773,0),(91943,75,773,0),(91944,76,773,0),(91945,77,773,0),(91946,78,773,0),(91947,79,773,0),(91948,80,773,0),(91949,81,773,0),(91950,82,773,0),(91951,83,773,0),(91952,84,773,0),(91953,85,773,0),(91954,86,773,0),(91955,87,773,0),(91956,88,773,0),(91957,89,773,0.211664865821689),(91958,90,773,0),(91959,91,773,0),(91960,92,773,0),(91961,93,773,0),(91962,94,773,0),(91963,95,773,0),(91964,96,773,0),(91965,97,773,0),(91966,98,773,0),(91967,99,773,0),(91968,100,773,0),(91969,101,773,0),(91970,102,773,0),(91971,103,773,0),(91972,104,773,0),(91973,105,773,0),(91974,106,773,0),(91975,107,773,0),(91976,108,773,0),(91977,109,773,0),(91978,110,773,0),(91979,111,773,0),(91980,112,773,0),(91981,113,773,0),(91982,114,773,0),(91983,115,773,0),(91984,116,773,0),(91985,117,773,0),(91986,118,773,0),(91987,119,773,0),(91988,1,774,0),(91989,2,774,0),(91990,3,774,0),(91991,4,774,0),(91992,5,774,0),(91993,6,774,0),(91994,7,774,0),(91995,8,774,0),(91996,9,774,0),(91997,10,774,0),(91998,11,774,0),(91999,12,774,0),(92000,13,774,0),(92001,14,774,0),(92002,15,774,0),(92003,16,774,0),(92004,17,774,0),(92005,18,774,0),(92006,19,774,0),(92007,20,774,0),(92008,21,774,0),(92009,22,774,0),(92010,23,774,0),(92011,24,774,0),(92012,25,774,0),(92013,26,774,0),(92014,27,774,0),(92015,28,774,0),(92016,29,774,0),(92017,30,774,0),(92018,31,774,0),(92019,32,774,0),(92020,33,774,0),(92021,34,774,0),(92022,35,774,0),(92023,36,774,0),(92024,37,774,0),(92025,38,774,0),(92026,39,774,0),(92027,40,774,0),(92028,41,774,0),(92029,42,774,0),(92030,43,774,0),(92031,44,774,0),(92032,45,774,0),(92033,46,774,0),(92034,47,774,0),(92035,48,774,0),(92036,49,774,0),(92037,50,774,0),(92038,51,774,0),(92039,52,774,0),(92040,53,774,0),(92041,54,774,0),(92042,55,774,0),(92043,56,774,0),(92044,57,774,0),(92045,58,774,0),(92046,59,774,0),(92047,60,774,0),(92048,61,774,0),(92049,62,774,0),(92050,63,774,0),(92051,64,774,0),(92052,65,774,0),(92053,66,774,0),(92054,67,774,0),(92055,68,774,0),(92056,69,774,0),(92057,70,774,0),(92058,71,774,0),(92059,72,774,0),(92060,73,774,0),(92061,74,774,0),(92062,75,774,0),(92063,76,774,0),(92064,77,774,0),(92065,78,774,0),(92066,79,774,0),(92067,80,774,0),(92068,81,774,0),(92069,82,774,0),(92070,83,774,0),(92071,84,774,0),(92072,85,774,0),(92073,86,774,0),(92074,87,774,0),(92075,88,774,0),(92076,89,774,0.788335134178311),(92077,90,774,0),(92078,91,774,0),(92079,92,774,0),(92080,93,774,0),(92081,94,774,0),(92082,95,774,0),(92083,96,774,0),(92084,97,774,0),(92085,98,774,0),(92086,99,774,0),(92087,100,774,0),(92088,101,774,0),(92089,102,774,0),(92090,103,774,0),(92091,104,774,0),(92092,105,774,0),(92093,106,774,0),(92094,107,774,0),(92095,108,774,0),(92096,109,774,0),(92097,110,774,0),(92098,111,774,0),(92099,112,774,0),(92100,113,774,0),(92101,114,774,0),(92102,115,774,0),(92103,116,774,0),(92104,117,774,0),(92105,118,774,0),(92106,119,774,0),(92107,1,775,0),(92108,2,775,0),(92109,3,775,0),(92110,4,775,0),(92111,5,775,0),(92112,6,775,0),(92113,7,775,0),(92114,8,775,0),(92115,9,775,0),(92116,10,775,0),(92117,11,775,0),(92118,12,775,0),(92119,13,775,0),(92120,14,775,0),(92121,15,775,0),(92122,16,775,0),(92123,17,775,0),(92124,18,775,0),(92125,19,775,0),(92126,20,775,0),(92127,21,775,0),(92128,22,775,0),(92129,23,775,0),(92130,24,775,0),(92131,25,775,0),(92132,26,775,0),(92133,27,775,0),(92134,28,775,0),(92135,29,775,0),(92136,30,775,0),(92137,31,775,0),(92138,32,775,0),(92139,33,775,0),(92140,34,775,0),(92141,35,775,0),(92142,36,775,0),(92143,37,775,0),(92144,38,775,0),(92145,39,775,0),(92146,40,775,0),(92147,41,775,0),(92148,42,775,0),(92149,43,775,0),(92150,44,775,0),(92151,45,775,0),(92152,46,775,0),(92153,47,775,0),(92154,48,775,0),(92155,49,775,0),(92156,50,775,0),(92157,51,775,0),(92158,52,775,0),(92159,53,775,0),(92160,54,775,0),(92161,55,775,0),(92162,56,775,0),(92163,57,775,0),(92164,58,775,0),(92165,59,775,0),(92166,60,775,0),(92167,61,775,0),(92168,62,775,0),(92169,63,775,0),(92170,64,775,0),(92171,65,775,0),(92172,66,775,0),(92173,67,775,0),(92174,68,775,0),(92175,69,775,0),(92176,70,775,0),(92177,71,775,0),(92178,72,775,0),(92179,73,775,0),(92180,74,775,0),(92181,75,775,0),(92182,76,775,0),(92183,77,775,0),(92184,78,775,0),(92185,79,775,0),(92186,80,775,0),(92187,81,775,0),(92188,82,775,0),(92189,83,775,0),(92190,84,775,0),(92191,85,775,0),(92192,86,775,0),(92193,87,775,0),(92194,88,775,0),(92195,89,775,0),(92196,90,775,0.107152608712245),(92197,91,775,0),(92198,92,775,0),(92199,93,775,0),(92200,94,775,0),(92201,95,775,0),(92202,96,775,0),(92203,97,775,0),(92204,98,775,0),(92205,99,775,0),(92206,100,775,0),(92207,101,775,0),(92208,102,775,0),(92209,103,775,0),(92210,104,775,0),(92211,105,775,0),(92212,106,775,0),(92213,107,775,0),(92214,108,775,0),(92215,109,775,0),(92216,110,775,0),(92217,111,775,0),(92218,112,775,0),(92219,113,775,0),(92220,114,775,0),(92221,115,775,0),(92222,116,775,0),(92223,117,775,0),(92224,118,775,0),(92225,119,775,0),(92226,1,776,0),(92227,2,776,0),(92228,3,776,0),(92229,4,776,0),(92230,5,776,0),(92231,6,776,0),(92232,7,776,0),(92233,8,776,0),(92234,9,776,0),(92235,10,776,0),(92236,11,776,0),(92237,12,776,0),(92238,13,776,0),(92239,14,776,0),(92240,15,776,0),(92241,16,776,0),(92242,17,776,0),(92243,18,776,0),(92244,19,776,0),(92245,20,776,0),(92246,21,776,0),(92247,22,776,0),(92248,23,776,0),(92249,24,776,0),(92250,25,776,0),(92251,26,776,0),(92252,27,776,0),(92253,28,776,0),(92254,29,776,0),(92255,30,776,0),(92256,31,776,0),(92257,32,776,0),(92258,33,776,0),(92259,34,776,0),(92260,35,776,0),(92261,36,776,0),(92262,37,776,0),(92263,38,776,0),(92264,39,776,0),(92265,40,776,0),(92266,41,776,0),(92267,42,776,0),(92268,43,776,0),(92269,44,776,0),(92270,45,776,0),(92271,46,776,0),(92272,47,776,0),(92273,48,776,0),(92274,49,776,0),(92275,50,776,0),(92276,51,776,0),(92277,52,776,0),(92278,53,776,0),(92279,54,776,0),(92280,55,776,0),(92281,56,776,0),(92282,57,776,0),(92283,58,776,0),(92284,59,776,0),(92285,60,776,0),(92286,61,776,0),(92287,62,776,0),(92288,63,776,0),(92289,64,776,0),(92290,65,776,0),(92291,66,776,0),(92292,67,776,0),(92293,68,776,0),(92294,69,776,0),(92295,70,776,0),(92296,71,776,0),(92297,72,776,0),(92298,73,776,0),(92299,74,776,0),(92300,75,776,0),(92301,76,776,0),(92302,77,776,0),(92303,78,776,0),(92304,79,776,0),(92305,80,776,0),(92306,81,776,0),(92307,82,776,0),(92308,83,776,0),(92309,84,776,0),(92310,85,776,0),(92311,86,776,0),(92312,87,776,0),(92313,88,776,0),(92314,89,776,0),(92315,90,776,0.0656735179339193),(92316,91,776,0),(92317,92,776,0),(92318,93,776,0),(92319,94,776,0),(92320,95,776,0),(92321,96,776,0),(92322,97,776,0),(92323,98,776,0),(92324,99,776,0),(92325,100,776,0),(92326,101,776,0),(92327,102,776,0),(92328,103,776,0),(92329,104,776,0),(92330,105,776,0),(92331,106,776,0),(92332,107,776,0),(92333,108,776,0),(92334,109,776,0),(92335,110,776,0),(92336,111,776,0),(92337,112,776,0),(92338,113,776,0),(92339,114,776,0),(92340,115,776,0),(92341,116,776,0),(92342,117,776,0),(92343,118,776,0),(92344,119,776,0),(92345,1,777,0),(92346,2,777,0),(92347,3,777,0),(92348,4,777,0),(92349,5,777,0),(92350,6,777,0),(92351,7,777,0),(92352,8,777,0),(92353,9,777,0),(92354,10,777,0),(92355,11,777,0),(92356,12,777,0),(92357,13,777,0),(92358,14,777,0),(92359,15,777,0),(92360,16,777,0),(92361,17,777,0),(92362,18,777,0),(92363,19,777,0),(92364,20,777,0),(92365,21,777,0),(92366,22,777,0),(92367,23,777,0),(92368,24,777,0),(92369,25,777,0),(92370,26,777,0),(92371,27,777,0),(92372,28,777,0),(92373,29,777,0),(92374,30,777,0),(92375,31,777,0),(92376,32,777,0),(92377,33,777,0),(92378,34,777,0),(92379,35,777,0),(92380,36,777,0),(92381,37,777,0),(92382,38,777,0),(92383,39,777,0),(92384,40,777,0),(92385,41,777,0),(92386,42,777,0),(92387,43,777,0),(92388,44,777,0),(92389,45,777,0),(92390,46,777,0),(92391,47,777,0),(92392,48,777,0),(92393,49,777,0),(92394,50,777,0),(92395,51,777,0),(92396,52,777,0),(92397,53,777,0),(92398,54,777,0),(92399,55,777,0),(92400,56,777,0),(92401,57,777,0),(92402,58,777,0),(92403,59,777,0),(92404,60,777,0),(92405,61,777,0),(92406,62,777,0),(92407,63,777,0),(92408,64,777,0),(92409,65,777,0),(92410,66,777,0),(92411,67,777,0),(92412,68,777,0),(92413,69,777,0),(92414,70,777,0),(92415,71,777,0),(92416,72,777,0),(92417,73,777,0),(92418,74,777,0),(92419,75,777,0),(92420,76,777,0),(92421,77,777,0),(92422,78,777,0),(92423,79,777,0),(92424,80,777,0),(92425,81,777,0),(92426,82,777,0),(92427,83,777,0),(92428,84,777,0),(92429,85,777,0),(92430,86,777,0),(92431,87,777,0),(92432,88,777,0),(92433,89,777,0),(92434,90,777,0.0835084514378646),(92435,91,777,0),(92436,92,777,0),(92437,93,777,0),(92438,94,777,0),(92439,95,777,0),(92440,96,777,0),(92441,97,777,0),(92442,98,777,0),(92443,99,777,0),(92444,100,777,0),(92445,101,777,0),(92446,102,777,0),(92447,103,777,0),(92448,104,777,0),(92449,105,777,0),(92450,106,777,0),(92451,107,777,0),(92452,108,777,0),(92453,109,777,0),(92454,110,777,0),(92455,111,777,0),(92456,112,777,0),(92457,113,777,0),(92458,114,777,0),(92459,115,777,0),(92460,116,777,0),(92461,117,777,0),(92462,118,777,0),(92463,119,777,0),(92464,1,778,0),(92465,2,778,0),(92466,3,778,0),(92467,4,778,0),(92468,5,778,0),(92469,6,778,0),(92470,7,778,0),(92471,8,778,0),(92472,9,778,0),(92473,10,778,0),(92474,11,778,0),(92475,12,778,0),(92476,13,778,0),(92477,14,778,0),(92478,15,778,0),(92479,16,778,0),(92480,17,778,0),(92481,18,778,0),(92482,19,778,0),(92483,20,778,0),(92484,21,778,0),(92485,22,778,0),(92486,23,778,0),(92487,24,778,0),(92488,25,778,0),(92489,26,778,0),(92490,27,778,0),(92491,28,778,0),(92492,29,778,0),(92493,30,778,0),(92494,31,778,0),(92495,32,778,0),(92496,33,778,0),(92497,34,778,0),(92498,35,778,0),(92499,36,778,0),(92500,37,778,0),(92501,38,778,0),(92502,39,778,0),(92503,40,778,0),(92504,41,778,0),(92505,42,778,0),(92506,43,778,0),(92507,44,778,0),(92508,45,778,0),(92509,46,778,0),(92510,47,778,0),(92511,48,778,0),(92512,49,778,0),(92513,50,778,0),(92514,51,778,0),(92515,52,778,0),(92516,53,778,0),(92517,54,778,0),(92518,55,778,0),(92519,56,778,0),(92520,57,778,0),(92521,58,778,0),(92522,59,778,0),(92523,60,778,0),(92524,61,778,0),(92525,62,778,0),(92526,63,778,0),(92527,64,778,0),(92528,65,778,0),(92529,66,778,0),(92530,67,778,0),(92531,68,778,0),(92532,69,778,0),(92533,70,778,0),(92534,71,778,0),(92535,72,778,0),(92536,73,778,0),(92537,74,778,0),(92538,75,778,0),(92539,76,778,0),(92540,77,778,0),(92541,78,778,0),(92542,79,778,0),(92543,80,778,0),(92544,81,778,0),(92545,82,778,0),(92546,83,778,0),(92547,84,778,0),(92548,85,778,0),(92549,86,778,0),(92550,87,778,0),(92551,88,778,0),(92552,89,778,0),(92553,90,778,0.142012301472374),(92554,91,778,0),(92555,92,778,0),(92556,93,778,0),(92557,94,778,0),(92558,95,778,0),(92559,96,778,0),(92560,97,778,0),(92561,98,778,0),(92562,99,778,0),(92563,100,778,0),(92564,101,778,0),(92565,102,778,0),(92566,103,778,0),(92567,104,778,0),(92568,105,778,0),(92569,106,778,0),(92570,107,778,0),(92571,108,778,0),(92572,109,778,0),(92573,110,778,0),(92574,111,778,0),(92575,112,778,0),(92576,113,778,0),(92577,114,778,0),(92578,115,778,0),(92579,116,778,0),(92580,117,778,0),(92581,118,778,0),(92582,119,778,0),(92583,1,779,0),(92584,2,779,0),(92585,3,779,0),(92586,4,779,0),(92587,5,779,0),(92588,6,779,0),(92589,7,779,0),(92590,8,779,0),(92591,9,779,0),(92592,10,779,0),(92593,11,779,0),(92594,12,779,0),(92595,13,779,0),(92596,14,779,0),(92597,15,779,0),(92598,16,779,0),(92599,17,779,0),(92600,18,779,0),(92601,19,779,0),(92602,20,779,0),(92603,21,779,0),(92604,22,779,0),(92605,23,779,0),(92606,24,779,0),(92607,25,779,0),(92608,26,779,0),(92609,27,779,0),(92610,28,779,0),(92611,29,779,0),(92612,30,779,0),(92613,31,779,0),(92614,32,779,0),(92615,33,779,0),(92616,34,779,0),(92617,35,779,0),(92618,36,779,0),(92619,37,779,0),(92620,38,779,0),(92621,39,779,0),(92622,40,779,0),(92623,41,779,0),(92624,42,779,0),(92625,43,779,0),(92626,44,779,0),(92627,45,779,0),(92628,46,779,0),(92629,47,779,0),(92630,48,779,0),(92631,49,779,0),(92632,50,779,0),(92633,51,779,0),(92634,52,779,0),(92635,53,779,0),(92636,54,779,0),(92637,55,779,0),(92638,56,779,0),(92639,57,779,0),(92640,58,779,0),(92641,59,779,0),(92642,60,779,0),(92643,61,779,0),(92644,62,779,0),(92645,63,779,0),(92646,64,779,0),(92647,65,779,0),(92648,66,779,0),(92649,67,779,0),(92650,68,779,0),(92651,69,779,0),(92652,70,779,0),(92653,71,779,0),(92654,72,779,0),(92655,73,779,0),(92656,74,779,0),(92657,75,779,0),(92658,76,779,0),(92659,77,779,0),(92660,78,779,0),(92661,79,779,0),(92662,80,779,0),(92663,81,779,0),(92664,82,779,0),(92665,83,779,0),(92666,84,779,0),(92667,85,779,0),(92668,86,779,0),(92669,87,779,0),(92670,88,779,0),(92671,89,779,0),(92672,90,779,0.101653120443597),(92673,91,779,0),(92674,92,779,0),(92675,93,779,0),(92676,94,779,0),(92677,95,779,0),(92678,96,779,0),(92679,97,779,0),(92680,98,779,0),(92681,99,779,0),(92682,100,779,0),(92683,101,779,0),(92684,102,779,0),(92685,103,779,0),(92686,104,779,0),(92687,105,779,0),(92688,106,779,0),(92689,107,779,0),(92690,108,779,0),(92691,109,779,0),(92692,110,779,0),(92693,111,779,0),(92694,112,779,0),(92695,113,779,0),(92696,114,779,0),(92697,115,779,0),(92698,116,779,0),(92699,117,779,0),(92700,118,779,0),(92701,119,779,0),(92702,1,780,0),(92703,2,780,0),(92704,3,780,0),(92705,4,780,0),(92706,5,780,0),(92707,6,780,0),(92708,7,780,0),(92709,8,780,0),(92710,9,780,0),(92711,10,780,0),(92712,11,780,0),(92713,12,780,0),(92714,13,780,0),(92715,14,780,0),(92716,15,780,0),(92717,16,780,0),(92718,17,780,0),(92719,18,780,0),(92720,19,780,0),(92721,20,780,0),(92722,21,780,0),(92723,22,780,0),(92724,23,780,0),(92725,24,780,0),(92726,25,780,0),(92727,26,780,0),(92728,27,780,0),(92729,28,780,0),(92730,29,780,0),(92731,30,780,0),(92732,31,780,0),(92733,32,780,0),(92734,33,780,0),(92735,34,780,0),(92736,35,780,0),(92737,36,780,0),(92738,37,780,0),(92739,38,780,0),(92740,39,780,0),(92741,40,780,0),(92742,41,780,0),(92743,42,780,0),(92744,43,780,0),(92745,44,780,0),(92746,45,780,0),(92747,46,780,0),(92748,47,780,0),(92749,48,780,0),(92750,49,780,0),(92751,50,780,0),(92752,51,780,0),(92753,52,780,0),(92754,53,780,0),(92755,54,780,0),(92756,55,780,0),(92757,56,780,0),(92758,57,780,0),(92759,58,780,0),(92760,59,780,0),(92761,60,780,0),(92762,61,780,0),(92763,62,780,0),(92764,63,780,0),(92765,64,780,0),(92766,65,780,0),(92767,66,780,0),(92768,67,780,0),(92769,68,780,0),(92770,69,780,0),(92771,70,780,0),(92772,71,780,0),(92773,72,780,0),(92774,73,780,0),(92775,74,780,0),(92776,75,780,0),(92777,76,780,0),(92778,77,780,0),(92779,78,780,0),(92780,79,780,0),(92781,80,780,0),(92782,81,780,0),(92783,82,780,0),(92784,83,780,0),(92785,84,780,0),(92786,85,780,0),(92787,86,780,0),(92788,87,780,0),(92789,88,780,0),(92790,89,780,0),(92791,90,780,0.184922420407855),(92792,91,780,0),(92793,92,780,0),(92794,93,780,0),(92795,94,780,0),(92796,95,780,0),(92797,96,780,0),(92798,97,780,0),(92799,98,780,0),(92800,99,780,0),(92801,100,780,0),(92802,101,780,0),(92803,102,780,0),(92804,103,780,0),(92805,104,780,0),(92806,105,780,0),(92807,106,780,0),(92808,107,780,0),(92809,108,780,0),(92810,109,780,0),(92811,110,780,0),(92812,111,780,0),(92813,112,780,0),(92814,113,780,0),(92815,114,780,0),(92816,115,780,0),(92817,116,780,0),(92818,117,780,0),(92819,118,780,0),(92820,119,780,0),(92821,1,781,0),(92822,2,781,0),(92823,3,781,0),(92824,4,781,0),(92825,5,781,0),(92826,6,781,0),(92827,7,781,0),(92828,8,781,0),(92829,9,781,0),(92830,10,781,0),(92831,11,781,0),(92832,12,781,0),(92833,13,781,0),(92834,14,781,0),(92835,15,781,0),(92836,16,781,0),(92837,17,781,0),(92838,18,781,0),(92839,19,781,0),(92840,20,781,0),(92841,21,781,0),(92842,22,781,0),(92843,23,781,0),(92844,24,781,0),(92845,25,781,0),(92846,26,781,0),(92847,27,781,0),(92848,28,781,0),(92849,29,781,0),(92850,30,781,0),(92851,31,781,0),(92852,32,781,0),(92853,33,781,0),(92854,34,781,0),(92855,35,781,0),(92856,36,781,0),(92857,37,781,0),(92858,38,781,0),(92859,39,781,0),(92860,40,781,0),(92861,41,781,0),(92862,42,781,0),(92863,43,781,0),(92864,44,781,0),(92865,45,781,0),(92866,46,781,0),(92867,47,781,0),(92868,48,781,0),(92869,49,781,0),(92870,50,781,0),(92871,51,781,0),(92872,52,781,0),(92873,53,781,0),(92874,54,781,0),(92875,55,781,0),(92876,56,781,0),(92877,57,781,0),(92878,58,781,0),(92879,59,781,0),(92880,60,781,0),(92881,61,781,0),(92882,62,781,0),(92883,63,781,0),(92884,64,781,0),(92885,65,781,0),(92886,66,781,0),(92887,67,781,0),(92888,68,781,0),(92889,69,781,0),(92890,70,781,0),(92891,71,781,0),(92892,72,781,0),(92893,73,781,0),(92894,74,781,0),(92895,75,781,0),(92896,76,781,0),(92897,77,781,0),(92898,78,781,0),(92899,79,781,0),(92900,80,781,0),(92901,81,781,0),(92902,82,781,0),(92903,83,781,0),(92904,84,781,0),(92905,85,781,0),(92906,86,781,0),(92907,87,781,0),(92908,88,781,0),(92909,89,781,0),(92910,90,781,0.130280288915644),(92911,91,781,0),(92912,92,781,0),(92913,93,781,0),(92914,94,781,0),(92915,95,781,0),(92916,96,781,0),(92917,97,781,0),(92918,98,781,0),(92919,99,781,0),(92920,100,781,0),(92921,101,781,0),(92922,102,781,0),(92923,103,781,0),(92924,104,781,0),(92925,105,781,0),(92926,106,781,0),(92927,107,781,0),(92928,108,781,0),(92929,109,781,0),(92930,110,781,0),(92931,111,781,0),(92932,112,781,0),(92933,113,781,0),(92934,114,781,0),(92935,115,781,0),(92936,116,781,0),(92937,117,781,0),(92938,118,781,0),(92939,119,781,0),(92940,1,782,0),(92941,2,782,0),(92942,3,782,0),(92943,4,782,0),(92944,5,782,0),(92945,6,782,0),(92946,7,782,0),(92947,8,782,0),(92948,9,782,0),(92949,10,782,0),(92950,11,782,0),(92951,12,782,0),(92952,13,782,0),(92953,14,782,0),(92954,15,782,0),(92955,16,782,0),(92956,17,782,0),(92957,18,782,0),(92958,19,782,0),(92959,20,782,0),(92960,21,782,0),(92961,22,782,0),(92962,23,782,0),(92963,24,782,0),(92964,25,782,0),(92965,26,782,0),(92966,27,782,0),(92967,28,782,0),(92968,29,782,0),(92969,30,782,0),(92970,31,782,0),(92971,32,782,0),(92972,33,782,0),(92973,34,782,0),(92974,35,782,0),(92975,36,782,0),(92976,37,782,0),(92977,38,782,0),(92978,39,782,0),(92979,40,782,0),(92980,41,782,0),(92981,42,782,0),(92982,43,782,0),(92983,44,782,0),(92984,45,782,0),(92985,46,782,0),(92986,47,782,0),(92987,48,782,0),(92988,49,782,0),(92989,50,782,0),(92990,51,782,0),(92991,52,782,0),(92992,53,782,0),(92993,54,782,0),(92994,55,782,0),(92995,56,782,0),(92996,57,782,0),(92997,58,782,0),(92998,59,782,0),(92999,60,782,0),(93000,61,782,0),(93001,62,782,0),(93002,63,782,0),(93003,64,782,0),(93004,65,782,0),(93005,66,782,0),(93006,67,782,0),(93007,68,782,0),(93008,69,782,0),(93009,70,782,0),(93010,71,782,0),(93011,72,782,0),(93012,73,782,0),(93013,74,782,0),(93014,75,782,0),(93015,76,782,0),(93016,77,782,0),(93017,78,782,0),(93018,79,782,0),(93019,80,782,0),(93020,81,782,0),(93021,82,782,0),(93022,83,782,0),(93023,84,782,0),(93024,85,782,0),(93025,86,782,0),(93026,87,782,0),(93027,88,782,0),(93028,89,782,0),(93029,90,782,0.056691048079736),(93030,91,782,0),(93031,92,782,0),(93032,93,782,0),(93033,94,782,0),(93034,95,782,0),(93035,96,782,0),(93036,97,782,0),(93037,98,782,0),(93038,99,782,0),(93039,100,782,0),(93040,101,782,0),(93041,102,782,0),(93042,103,782,0),(93043,104,782,0),(93044,105,782,0),(93045,106,782,0),(93046,107,782,0),(93047,108,782,0),(93048,109,782,0),(93049,110,782,0),(93050,111,782,0),(93051,112,782,0),(93052,113,782,0),(93053,114,782,0),(93054,115,782,0),(93055,116,782,0),(93056,117,782,0),(93057,118,782,0),(93058,119,782,0),(93059,1,783,0),(93060,2,783,0),(93061,3,783,0),(93062,4,783,0),(93063,5,783,0),(93064,6,783,0),(93065,7,783,0),(93066,8,783,0),(93067,9,783,0),(93068,10,783,0),(93069,11,783,0),(93070,12,783,0),(93071,13,783,0),(93072,14,783,0),(93073,15,783,0),(93074,16,783,0),(93075,17,783,0),(93076,18,783,0),(93077,19,783,0),(93078,20,783,0),(93079,21,783,0),(93080,22,783,0),(93081,23,783,0),(93082,24,783,0),(93083,25,783,0),(93084,26,783,0),(93085,27,783,0),(93086,28,783,0),(93087,29,783,0),(93088,30,783,0),(93089,31,783,0),(93090,32,783,0),(93091,33,783,0),(93092,34,783,0),(93093,35,783,0),(93094,36,783,0),(93095,37,783,0),(93096,38,783,0),(93097,39,783,0),(93098,40,783,0),(93099,41,783,0),(93100,42,783,0),(93101,43,783,0),(93102,44,783,0),(93103,45,783,0),(93104,46,783,0),(93105,47,783,0),(93106,48,783,0),(93107,49,783,0),(93108,50,783,0),(93109,51,783,0),(93110,52,783,0),(93111,53,783,0),(93112,54,783,0),(93113,55,783,0),(93114,56,783,0),(93115,57,783,0),(93116,58,783,0),(93117,59,783,0),(93118,60,783,0),(93119,61,783,0),(93120,62,783,0),(93121,63,783,0),(93122,64,783,0),(93123,65,783,0),(93124,66,783,0),(93125,67,783,0),(93126,68,783,0),(93127,69,783,0),(93128,70,783,0),(93129,71,783,0),(93130,72,783,0),(93131,73,783,0),(93132,74,783,0),(93133,75,783,0),(93134,76,783,0),(93135,77,783,0),(93136,78,783,0),(93137,79,783,0),(93138,80,783,0),(93139,81,783,0),(93140,82,783,0),(93141,83,783,0),(93142,84,783,0),(93143,85,783,0),(93144,86,783,0),(93145,87,783,0),(93146,88,783,0),(93147,89,783,0),(93148,90,783,0.173892924280271),(93149,91,783,0),(93150,92,783,0),(93151,93,783,0),(93152,94,783,0),(93153,95,783,0),(93154,96,783,0),(93155,97,783,0),(93156,98,783,0),(93157,99,783,0),(93158,100,783,0),(93159,101,783,0),(93160,102,783,0),(93161,103,783,0),(93162,104,783,0),(93163,105,783,0),(93164,106,783,0),(93165,107,783,0),(93166,108,783,0),(93167,109,783,0),(93168,110,783,0),(93169,111,783,0),(93170,112,783,0),(93171,113,783,0),(93172,114,783,0),(93173,115,783,0),(93174,116,783,0),(93175,117,783,0),(93176,118,783,0),(93177,119,783,0),(93178,1,784,0),(93179,2,784,0),(93180,3,784,0),(93181,4,784,0),(93182,5,784,0),(93183,6,784,0),(93184,7,784,0),(93185,8,784,0),(93186,9,784,0),(93187,10,784,0),(93188,11,784,0),(93189,12,784,0),(93190,13,784,0),(93191,14,784,0),(93192,15,784,0),(93193,16,784,0),(93194,17,784,0),(93195,18,784,0),(93196,19,784,0),(93197,20,784,0),(93198,21,784,0),(93199,22,784,0),(93200,23,784,0),(93201,24,784,0),(93202,25,784,0),(93203,26,784,0),(93204,27,784,0),(93205,28,784,0),(93206,29,784,0),(93207,30,784,0),(93208,31,784,0),(93209,32,784,0),(93210,33,784,0),(93211,34,784,0),(93212,35,784,0),(93213,36,784,0),(93214,37,784,0),(93215,38,784,0),(93216,39,784,0),(93217,40,784,0),(93218,41,784,0),(93219,42,784,0),(93220,43,784,0),(93221,44,784,0),(93222,45,784,0),(93223,46,784,0),(93224,47,784,0),(93225,48,784,0),(93226,49,784,0),(93227,50,784,0),(93228,51,784,0),(93229,52,784,0),(93230,53,784,0),(93231,54,784,0),(93232,55,784,0),(93233,56,784,0),(93234,57,784,0),(93235,58,784,0),(93236,59,784,0),(93237,60,784,0),(93238,61,784,0),(93239,62,784,0),(93240,63,784,0),(93241,64,784,0),(93242,65,784,0),(93243,66,784,0),(93244,67,784,0),(93245,68,784,0),(93246,69,784,0),(93247,70,784,0),(93248,71,784,0),(93249,72,784,0),(93250,73,784,0),(93251,74,784,0),(93252,75,784,0),(93253,76,784,0),(93254,77,784,0),(93255,78,784,0),(93256,79,784,0),(93257,80,784,0),(93258,81,784,0),(93259,82,784,0),(93260,83,784,0),(93261,84,784,0),(93262,85,784,0),(93263,86,784,0),(93264,87,784,0),(93265,88,784,0),(93266,89,784,0),(93267,90,784,0.0917542932609713),(93268,91,784,0),(93269,92,784,0),(93270,93,784,0),(93271,94,784,0),(93272,95,784,0),(93273,96,784,0),(93274,97,784,0),(93275,98,784,0),(93276,99,784,0),(93277,100,784,0),(93278,101,784,0),(93279,102,784,0),(93280,103,784,0),(93281,104,784,0),(93282,105,784,0),(93283,106,784,0),(93284,107,784,0),(93285,108,784,0),(93286,109,784,0),(93287,110,784,0),(93288,111,784,0),(93289,112,784,0),(93290,113,784,0),(93291,114,784,0),(93292,115,784,0),(93293,116,784,0),(93294,117,784,0),(93295,118,784,0),(93296,119,784,0),(93297,1,785,0),(93298,2,785,0),(93299,3,785,0),(93300,4,785,0),(93301,5,785,0),(93302,6,785,0),(93303,7,785,0),(93304,8,785,0),(93305,9,785,0),(93306,10,785,0),(93307,11,785,0),(93308,12,785,0),(93309,13,785,0),(93310,14,785,0),(93311,15,785,0),(93312,16,785,0),(93313,17,785,0),(93314,18,785,0),(93315,19,785,0),(93316,20,785,0),(93317,21,785,0),(93318,22,785,0),(93319,23,785,0),(93320,24,785,0),(93321,25,785,0),(93322,26,785,0),(93323,27,785,0),(93324,28,785,0),(93325,29,785,0),(93326,30,785,0),(93327,31,785,0),(93328,32,785,0),(93329,33,785,0),(93330,34,785,0),(93331,35,785,0),(93332,36,785,0),(93333,37,785,0),(93334,38,785,0),(93335,39,785,0),(93336,40,785,0),(93337,41,785,0),(93338,42,785,0),(93339,43,785,0),(93340,44,785,0),(93341,45,785,0),(93342,46,785,0),(93343,47,785,0),(93344,48,785,0),(93345,49,785,0),(93346,50,785,0),(93347,51,785,0),(93348,52,785,0),(93349,53,785,0),(93350,54,785,0),(93351,55,785,0),(93352,56,785,0),(93353,57,785,0),(93354,58,785,0),(93355,59,785,0),(93356,60,785,0),(93357,61,785,0),(93358,62,785,0),(93359,63,785,0),(93360,64,785,0),(93361,65,785,0),(93362,66,785,0),(93363,67,785,0),(93364,68,785,0),(93365,69,785,0),(93366,70,785,0),(93367,71,785,0),(93368,72,785,0),(93369,73,785,0),(93370,74,785,0),(93371,75,785,0),(93372,76,785,0),(93373,77,785,0),(93374,78,785,0),(93375,79,785,0),(93376,80,785,0),(93377,81,785,0),(93378,82,785,0),(93379,83,785,0),(93380,84,785,0),(93381,85,785,0),(93382,86,785,0),(93383,87,785,0),(93384,88,785,0),(93385,89,785,0),(93386,90,785,0.162459025055523),(93387,91,785,0),(93388,92,785,0),(93389,93,785,0),(93390,94,785,0),(93391,95,785,0),(93392,96,785,0),(93393,97,785,0),(93394,98,785,0),(93395,99,785,0),(93396,100,785,0),(93397,101,785,0),(93398,102,785,0),(93399,103,785,0),(93400,104,785,0),(93401,105,785,0),(93402,106,785,0),(93403,107,785,0),(93404,108,785,0),(93405,109,785,0),(93406,110,785,0),(93407,111,785,0),(93408,112,785,0),(93409,113,785,0),(93410,114,785,0),(93411,115,785,0),(93412,116,785,0),(93413,117,785,0),(93414,118,785,0),(93415,119,785,0),(93416,1,786,0),(93417,2,786,0),(93418,3,786,0),(93419,4,786,0),(93420,5,786,0),(93421,6,786,0),(93422,7,786,0),(93423,8,786,0),(93424,9,786,0),(93425,10,786,0),(93426,11,786,0),(93427,12,786,0),(93428,13,786,0),(93429,14,786,0),(93430,15,786,0),(93431,16,786,0),(93432,17,786,0),(93433,18,786,0),(93434,19,786,0),(93435,20,786,0),(93436,21,786,0),(93437,22,786,0),(93438,23,786,0),(93439,24,786,0),(93440,25,786,0),(93441,26,786,0),(93442,27,786,0),(93443,28,786,0),(93444,29,786,0),(93445,30,786,0),(93446,31,786,0),(93447,32,786,0),(93448,33,786,0),(93449,34,786,0),(93450,35,786,0),(93451,36,786,0),(93452,37,786,0),(93453,38,786,0),(93454,39,786,0),(93455,40,786,0),(93456,41,786,0),(93457,42,786,0),(93458,43,786,0),(93459,44,786,0),(93460,45,786,0),(93461,46,786,0),(93462,47,786,0),(93463,48,786,0),(93464,49,786,0),(93465,50,786,0),(93466,51,786,0),(93467,52,786,0),(93468,53,786,0),(93469,54,786,0),(93470,55,786,0),(93471,56,786,0),(93472,57,786,0),(93473,58,786,0),(93474,59,786,0),(93475,60,786,0),(93476,61,786,0),(93477,62,786,0),(93478,63,786,0),(93479,64,786,0),(93480,65,786,0),(93481,66,786,0),(93482,67,786,0),(93483,68,786,0),(93484,69,786,0),(93485,70,786,0),(93486,71,786,0),(93487,72,786,0),(93488,73,786,0),(93489,74,786,0),(93490,75,786,0),(93491,76,786,0),(93492,77,786,0),(93493,78,786,0),(93494,79,786,0),(93495,80,786,0),(93496,81,786,0),(93497,82,786,0),(93498,83,786,0),(93499,84,786,0),(93500,85,786,0),(93501,86,786,0),(93502,87,786,0),(93503,88,786,0),(93504,89,786,0),(93505,90,786,0.08526924520472),(93506,91,786,0),(93507,92,786,0),(93508,93,786,0),(93509,94,786,0),(93510,95,786,0),(93511,96,786,0),(93512,97,786,0),(93513,98,786,0),(93514,99,786,0),(93515,100,786,0),(93516,101,786,0),(93517,102,786,0),(93518,103,786,0),(93519,104,786,0),(93520,105,786,0),(93521,106,786,0),(93522,107,786,0),(93523,108,786,0),(93524,109,786,0),(93525,110,786,0),(93526,111,786,0),(93527,112,786,0),(93528,113,786,0),(93529,114,786,0),(93530,115,786,0),(93531,116,786,0),(93532,117,786,0),(93533,118,786,0),(93534,119,786,0),(93535,1,787,0),(93536,2,787,0),(93537,3,787,0),(93538,4,787,0),(93539,5,787,0),(93540,6,787,0),(93541,7,787,0),(93542,8,787,0),(93543,9,787,0),(93544,10,787,0),(93545,11,787,0),(93546,12,787,0),(93547,13,787,0),(93548,14,787,0),(93549,15,787,0),(93550,16,787,0),(93551,17,787,0),(93552,18,787,0),(93553,19,787,0),(93554,20,787,0),(93555,21,787,0),(93556,22,787,0),(93557,23,787,0),(93558,24,787,0),(93559,25,787,0),(93560,26,787,0),(93561,27,787,0),(93562,28,787,0),(93563,29,787,0),(93564,30,787,0),(93565,31,787,0),(93566,32,787,0),(93567,33,787,0),(93568,34,787,0),(93569,35,787,0),(93570,36,787,0),(93571,37,787,0),(93572,38,787,0),(93573,39,787,0),(93574,40,787,0),(93575,41,787,0),(93576,42,787,0),(93577,43,787,0),(93578,44,787,0),(93579,45,787,0),(93580,46,787,0),(93581,47,787,0),(93582,48,787,0),(93583,49,787,0),(93584,50,787,0),(93585,51,787,0),(93586,52,787,0),(93587,53,787,0),(93588,54,787,0),(93589,55,787,0),(93590,56,787,0),(93591,57,787,0),(93592,58,787,0),(93593,59,787,0),(93594,60,787,0),(93595,61,787,0),(93596,62,787,0),(93597,63,787,0),(93598,64,787,0),(93599,65,787,0),(93600,66,787,0),(93601,67,787,0),(93602,68,787,0),(93603,69,787,0),(93604,70,787,0),(93605,71,787,0),(93606,72,787,0),(93607,73,787,0),(93608,74,787,0),(93609,75,787,0),(93610,76,787,0),(93611,77,787,0),(93612,78,787,0),(93613,79,787,0),(93614,80,787,0),(93615,81,787,0),(93616,82,787,0),(93617,83,787,0),(93618,84,787,0),(93619,85,787,0),(93620,86,787,0),(93621,87,787,0),(93622,88,787,0),(93623,89,787,0),(93624,90,787,0.205319747490944),(93625,91,787,0),(93626,92,787,0),(93627,93,787,0),(93628,94,787,0),(93629,95,787,0),(93630,96,787,0),(93631,97,787,0),(93632,98,787,0),(93633,99,787,0),(93634,100,787,0),(93635,101,787,0),(93636,102,787,0),(93637,103,787,0),(93638,104,787,0),(93639,105,787,0),(93640,106,787,0),(93641,107,787,0),(93642,108,787,0),(93643,109,787,0),(93644,110,787,0),(93645,111,787,0),(93646,112,787,0),(93647,113,787,0),(93648,114,787,0),(93649,115,787,0),(93650,116,787,0),(93651,117,787,0),(93652,118,787,0),(93653,119,787,0),(93654,1,788,0),(93655,2,788,0),(93656,3,788,0),(93657,4,788,0),(93658,5,788,0),(93659,6,788,0),(93660,7,788,0),(93661,8,788,0),(93662,9,788,0),(93663,10,788,0),(93664,11,788,0),(93665,12,788,0),(93666,13,788,0),(93667,14,788,0),(93668,15,788,0),(93669,16,788,0),(93670,17,788,0),(93671,18,788,0),(93672,19,788,0),(93673,20,788,0),(93674,21,788,0),(93675,22,788,0),(93676,23,788,0),(93677,24,788,0),(93678,25,788,0),(93679,26,788,0),(93680,27,788,0),(93681,28,788,0),(93682,29,788,0),(93683,30,788,0),(93684,31,788,0),(93685,32,788,0),(93686,33,788,0),(93687,34,788,0),(93688,35,788,0),(93689,36,788,0),(93690,37,788,0),(93691,38,788,0),(93692,39,788,0),(93693,40,788,0),(93694,41,788,0),(93695,42,788,0),(93696,43,788,0),(93697,44,788,0),(93698,45,788,0),(93699,46,788,0),(93700,47,788,0),(93701,48,788,0),(93702,49,788,0),(93703,50,788,0),(93704,51,788,0),(93705,52,788,0),(93706,53,788,0),(93707,54,788,0),(93708,55,788,0),(93709,56,788,0),(93710,57,788,0),(93711,58,788,0),(93712,59,788,0),(93713,60,788,0),(93714,61,788,0),(93715,62,788,0),(93716,63,788,0),(93717,64,788,0),(93718,65,788,0),(93719,66,788,0),(93720,67,788,0),(93721,68,788,0),(93722,69,788,0),(93723,70,788,0),(93724,71,788,0),(93725,72,788,0),(93726,73,788,0),(93727,74,788,0),(93728,75,788,0),(93729,76,788,0),(93730,77,788,0),(93731,78,788,0),(93732,79,788,0),(93733,80,788,0),(93734,81,788,0),(93735,82,788,0),(93736,83,788,0),(93737,84,788,0),(93738,85,788,0),(93739,86,788,0),(93740,87,788,0),(93741,88,788,0),(93742,89,788,0),(93743,90,788,0.177476029554376),(93744,91,788,0),(93745,92,788,0),(93746,93,788,0),(93747,94,788,0),(93748,95,788,0),(93749,96,788,0),(93750,97,788,0),(93751,98,788,0),(93752,99,788,0),(93753,100,788,0),(93754,101,788,0),(93755,102,788,0),(93756,103,788,0),(93757,104,788,0),(93758,105,788,0),(93759,106,788,0),(93760,107,788,0),(93761,108,788,0),(93762,109,788,0),(93763,110,788,0),(93764,111,788,0),(93765,112,788,0),(93766,113,788,0),(93767,114,788,0),(93768,115,788,0),(93769,116,788,0),(93770,117,788,0),(93771,118,788,0),(93772,119,788,0),(93773,1,789,0),(93774,2,789,0),(93775,3,789,0),(93776,4,789,0),(93777,5,789,0),(93778,6,789,0),(93779,7,789,0),(93780,8,789,0),(93781,9,789,0),(93782,10,789,0),(93783,11,789,0),(93784,12,789,0),(93785,13,789,0),(93786,14,789,0),(93787,15,789,0),(93788,16,789,0),(93789,17,789,0),(93790,18,789,0),(93791,19,789,0),(93792,20,789,0),(93793,21,789,0),(93794,22,789,0),(93795,23,789,0),(93796,24,789,0),(93797,25,789,0),(93798,26,789,0),(93799,27,789,0),(93800,28,789,0),(93801,29,789,0),(93802,30,789,0),(93803,31,789,0),(93804,32,789,0),(93805,33,789,0),(93806,34,789,0),(93807,35,789,0),(93808,36,789,0),(93809,37,789,0),(93810,38,789,0),(93811,39,789,0),(93812,40,789,0),(93813,41,789,0),(93814,42,789,0),(93815,43,789,0),(93816,44,789,0),(93817,45,789,0),(93818,46,789,0),(93819,47,789,0),(93820,48,789,0),(93821,49,789,0),(93822,50,789,0),(93823,51,789,0),(93824,52,789,0),(93825,53,789,0),(93826,54,789,0),(93827,55,789,0),(93828,56,789,0),(93829,57,789,0),(93830,58,789,0),(93831,59,789,0),(93832,60,789,0),(93833,61,789,0),(93834,62,789,0),(93835,63,789,0),(93836,64,789,0),(93837,65,789,0),(93838,66,789,0),(93839,67,789,0),(93840,68,789,0),(93841,69,789,0),(93842,70,789,0),(93843,71,789,0),(93844,72,789,0),(93845,73,789,0),(93846,74,789,0),(93847,75,789,0),(93848,76,789,0),(93849,77,789,0),(93850,78,789,0),(93851,79,789,0),(93852,80,789,0),(93853,81,789,0),(93854,82,789,0),(93855,83,789,0),(93856,84,789,0),(93857,85,789,0),(93858,86,789,0),(93859,87,789,0),(93860,88,789,0),(93861,89,789,0),(93862,90,789,0.229380638692853),(93863,91,789,0),(93864,92,789,0),(93865,93,789,0),(93866,94,789,0),(93867,95,789,0),(93868,96,789,0),(93869,97,789,0),(93870,98,789,0),(93871,99,789,0),(93872,100,789,0),(93873,101,789,0),(93874,102,789,0),(93875,103,789,0),(93876,104,789,0),(93877,105,789,0),(93878,106,789,0),(93879,107,789,0),(93880,108,789,0),(93881,109,789,0),(93882,110,789,0),(93883,111,789,0),(93884,112,789,0),(93885,113,789,0),(93886,114,789,0),(93887,115,789,0),(93888,116,789,0),(93889,117,789,0),(93890,118,789,0),(93891,119,789,0),(93892,1,790,0),(93893,2,790,0),(93894,3,790,0),(93895,4,790,0),(93896,5,790,0),(93897,6,790,0),(93898,7,790,0),(93899,8,790,0),(93900,9,790,0),(93901,10,790,0),(93902,11,790,0),(93903,12,790,0),(93904,13,790,0),(93905,14,790,0),(93906,15,790,0),(93907,16,790,0),(93908,17,790,0),(93909,18,790,0),(93910,19,790,0),(93911,20,790,0),(93912,21,790,0),(93913,22,790,0),(93914,23,790,0),(93915,24,790,0),(93916,25,790,0),(93917,26,790,0),(93918,27,790,0),(93919,28,790,0),(93920,29,790,0),(93921,30,790,0),(93922,31,790,0),(93923,32,790,0),(93924,33,790,0),(93925,34,790,0),(93926,35,790,0),(93927,36,790,0),(93928,37,790,0),(93929,38,790,0),(93930,39,790,0),(93931,40,790,0),(93932,41,790,0),(93933,42,790,0),(93934,43,790,0),(93935,44,790,0),(93936,45,790,0),(93937,46,790,0),(93938,47,790,0),(93939,48,790,0),(93940,49,790,0),(93941,50,790,0),(93942,51,790,0),(93943,52,790,0),(93944,53,790,0),(93945,54,790,0),(93946,55,790,0),(93947,56,790,0),(93948,57,790,0),(93949,58,790,0),(93950,59,790,0),(93951,60,790,0),(93952,61,790,0),(93953,62,790,0),(93954,63,790,0),(93955,64,790,0),(93956,65,790,0),(93957,66,790,0),(93958,67,790,0),(93959,68,790,0),(93960,69,790,0),(93961,70,790,0),(93962,71,790,0),(93963,72,790,0),(93964,73,790,0),(93965,74,790,0),(93966,75,790,0),(93967,76,790,0),(93968,77,790,0),(93969,78,790,0),(93970,79,790,0),(93971,80,790,0),(93972,81,790,0),(93973,82,790,0),(93974,83,790,0),(93975,84,790,0),(93976,85,790,0),(93977,86,790,0),(93978,87,790,0),(93979,88,790,0),(93980,89,790,0),(93981,90,790,0.00295755783634503),(93982,91,790,0),(93983,92,790,0),(93984,93,790,0),(93985,94,790,0),(93986,95,790,0),(93987,96,790,0),(93988,97,790,0),(93989,98,790,0),(93990,99,790,0),(93991,100,790,0),(93992,101,790,0),(93993,102,790,0),(93994,103,790,0),(93995,104,790,0),(93996,105,790,0),(93997,106,790,0),(93998,107,790,0),(93999,108,790,0),(94000,109,790,0),(94001,110,790,0),(94002,111,790,0),(94003,112,790,0),(94004,113,790,0),(94005,114,790,0),(94006,115,790,0),(94007,116,790,0),(94008,117,790,0),(94009,118,790,0),(94010,119,790,0),(94011,1,791,0),(94012,2,791,0),(94013,3,791,0),(94014,4,791,0),(94015,5,791,0),(94016,6,791,0),(94017,7,791,0),(94018,8,791,0),(94019,9,791,0),(94020,10,791,0),(94021,11,791,0),(94022,12,791,0),(94023,13,791,0),(94024,14,791,0),(94025,15,791,0),(94026,16,791,0),(94027,17,791,0),(94028,18,791,0),(94029,19,791,0),(94030,20,791,0),(94031,21,791,0),(94032,22,791,0),(94033,23,791,0),(94034,24,791,0),(94035,25,791,0),(94036,26,791,0),(94037,27,791,0),(94038,28,791,0),(94039,29,791,0),(94040,30,791,0),(94041,31,791,0),(94042,32,791,0),(94043,33,791,0),(94044,34,791,0),(94045,35,791,0),(94046,36,791,0),(94047,37,791,0),(94048,38,791,0),(94049,39,791,0),(94050,40,791,0),(94051,41,791,0),(94052,42,791,0),(94053,43,791,0),(94054,44,791,0),(94055,45,791,0),(94056,46,791,0),(94057,47,791,0),(94058,48,791,0),(94059,49,791,0),(94060,50,791,0),(94061,51,791,0),(94062,52,791,0),(94063,53,791,0),(94064,54,791,0),(94065,55,791,0),(94066,56,791,0),(94067,57,791,0),(94068,58,791,0),(94069,59,791,0),(94070,60,791,0),(94071,61,791,0),(94072,62,791,0),(94073,63,791,0),(94074,64,791,0),(94075,65,791,0),(94076,66,791,0),(94077,67,791,0),(94078,68,791,0),(94079,69,791,0),(94080,70,791,0),(94081,71,791,0),(94082,72,791,0),(94083,73,791,0),(94084,74,791,0),(94085,75,791,0),(94086,76,791,0),(94087,77,791,0),(94088,78,791,0),(94089,79,791,0),(94090,80,791,0),(94091,81,791,0),(94092,82,791,0),(94093,83,791,0),(94094,84,791,0),(94095,85,791,0),(94096,86,791,0),(94097,87,791,0),(94098,88,791,0),(94099,89,791,0),(94100,90,791,0.00813469421723223),(94101,91,791,0),(94102,92,791,0),(94103,93,791,0),(94104,94,791,0),(94105,95,791,0),(94106,96,791,0),(94107,97,791,0),(94108,98,791,0),(94109,99,791,0),(94110,100,791,0),(94111,101,791,0),(94112,102,791,0),(94113,103,791,0),(94114,104,791,0),(94115,105,791,0),(94116,106,791,0),(94117,107,791,0),(94118,108,791,0),(94119,109,791,0),(94120,110,791,0),(94121,111,791,0),(94122,112,791,0),(94123,113,791,0),(94124,114,791,0),(94125,115,791,0),(94126,116,791,0),(94127,117,791,0),(94128,118,791,0),(94129,119,791,0),(94130,1,792,0),(94131,2,792,0),(94132,3,792,0),(94133,4,792,0),(94134,5,792,0),(94135,6,792,0),(94136,7,792,0),(94137,8,792,0),(94138,9,792,0),(94139,10,792,0),(94140,11,792,0),(94141,12,792,0),(94142,13,792,0),(94143,14,792,0),(94144,15,792,0),(94145,16,792,0),(94146,17,792,0),(94147,18,792,0),(94148,19,792,0),(94149,20,792,0),(94150,21,792,0),(94151,22,792,0),(94152,23,792,0),(94153,24,792,0),(94154,25,792,0),(94155,26,792,0),(94156,27,792,0),(94157,28,792,0),(94158,29,792,0),(94159,30,792,0),(94160,31,792,0),(94161,32,792,0),(94162,33,792,0),(94163,34,792,0),(94164,35,792,0),(94165,36,792,0),(94166,37,792,0),(94167,38,792,0),(94168,39,792,0),(94169,40,792,0),(94170,41,792,0),(94171,42,792,0),(94172,43,792,0),(94173,44,792,0),(94174,45,792,0),(94175,46,792,0),(94176,47,792,0),(94177,48,792,0),(94178,49,792,0),(94179,50,792,0),(94180,51,792,0),(94181,52,792,0),(94182,53,792,0),(94183,54,792,0),(94184,55,792,0),(94185,56,792,0),(94186,57,792,0),(94187,58,792,0),(94188,59,792,0),(94189,60,792,0),(94190,61,792,0),(94191,62,792,0),(94192,63,792,0),(94193,64,792,0),(94194,65,792,0),(94195,66,792,0),(94196,67,792,0),(94197,68,792,0),(94198,69,792,0),(94199,70,792,0),(94200,71,792,0),(94201,72,792,0),(94202,73,792,0),(94203,74,792,0),(94204,75,792,0),(94205,76,792,0),(94206,77,792,0),(94207,78,792,0),(94208,79,792,0),(94209,80,792,0),(94210,81,792,0),(94211,82,792,0),(94212,83,792,0),(94213,84,792,0),(94214,85,792,0),(94215,86,792,0),(94216,87,792,0),(94217,88,792,0),(94218,89,792,0),(94219,90,792,0.198557527182316),(94220,91,792,0),(94221,92,792,0),(94222,93,792,0),(94223,94,792,0),(94224,95,792,0),(94225,96,792,0),(94226,97,792,0),(94227,98,792,0),(94228,99,792,0),(94229,100,792,0),(94230,101,792,0),(94231,102,792,0),(94232,103,792,0),(94233,104,792,0),(94234,105,792,0),(94235,106,792,0),(94236,107,792,0),(94237,108,792,0),(94238,109,792,0),(94239,110,792,0),(94240,111,792,0),(94241,112,792,0),(94242,113,792,0),(94243,114,792,0),(94244,115,792,0),(94245,116,792,0),(94246,117,792,0),(94247,118,792,0),(94248,119,792,0),(94249,1,793,0),(94250,2,793,0),(94251,3,793,0),(94252,4,793,0),(94253,5,793,0),(94254,6,793,0),(94255,7,793,0),(94256,8,793,0),(94257,9,793,0),(94258,10,793,0),(94259,11,793,0),(94260,12,793,0),(94261,13,793,0),(94262,14,793,0),(94263,15,793,0),(94264,16,793,0),(94265,17,793,0),(94266,18,793,0),(94267,19,793,0),(94268,20,793,0),(94269,21,793,0),(94270,22,793,0),(94271,23,793,0),(94272,24,793,0),(94273,25,793,0),(94274,26,793,0),(94275,27,793,0),(94276,28,793,0),(94277,29,793,0),(94278,30,793,0),(94279,31,793,0),(94280,32,793,0),(94281,33,793,0),(94282,34,793,0),(94283,35,793,0),(94284,36,793,0),(94285,37,793,0),(94286,38,793,0),(94287,39,793,0),(94288,40,793,0),(94289,41,793,0),(94290,42,793,0),(94291,43,793,0),(94292,44,793,0),(94293,45,793,0),(94294,46,793,0),(94295,47,793,0),(94296,48,793,0),(94297,49,793,0),(94298,50,793,0),(94299,51,793,0),(94300,52,793,0),(94301,53,793,0),(94302,54,793,0),(94303,55,793,0),(94304,56,793,0),(94305,57,793,0),(94306,58,793,0),(94307,59,793,0),(94308,60,793,0),(94309,61,793,0),(94310,62,793,0),(94311,63,793,0),(94312,64,793,0),(94313,65,793,0),(94314,66,793,0),(94315,67,793,0),(94316,68,793,0),(94317,69,793,0),(94318,70,793,0),(94319,71,793,0),(94320,72,793,0),(94321,73,793,0),(94322,74,793,0),(94323,75,793,0),(94324,76,793,0),(94325,77,793,0),(94326,78,793,0),(94327,79,793,0),(94328,80,793,0),(94329,81,793,0),(94330,82,793,0),(94331,83,793,0),(94332,84,793,0),(94333,85,793,0),(94334,86,793,0),(94335,87,793,0),(94336,88,793,0),(94337,89,793,0),(94338,90,793,0.0929045598212137),(94339,91,793,0),(94340,92,793,0),(94341,93,793,0),(94342,94,793,0),(94343,95,793,0),(94344,96,793,0),(94345,97,793,0),(94346,98,793,0),(94347,99,793,0),(94348,100,793,0),(94349,101,793,0),(94350,102,793,0),(94351,103,793,0),(94352,104,793,0),(94353,105,793,0),(94354,106,793,0),(94355,107,793,0),(94356,108,793,0),(94357,109,793,0),(94358,110,793,0),(94359,111,793,0),(94360,112,793,0),(94361,113,793,0),(94362,114,793,0),(94363,115,793,0),(94364,116,793,0),(94365,117,793,0),(94366,118,793,0),(94367,119,793,0),(94368,1,794,0),(94369,2,794,0),(94370,3,794,0),(94371,4,794,0),(94372,5,794,0),(94373,6,794,0),(94374,7,794,0),(94375,8,794,0),(94376,9,794,0),(94377,10,794,0),(94378,11,794,0),(94379,12,794,0),(94380,13,794,0),(94381,14,794,0),(94382,15,794,0),(94383,16,794,0),(94384,17,794,0),(94385,18,794,0),(94386,19,794,0),(94387,20,794,0),(94388,21,794,0),(94389,22,794,0),(94390,23,794,0),(94391,24,794,0),(94392,25,794,0),(94393,26,794,0),(94394,27,794,0),(94395,28,794,0),(94396,29,794,0),(94397,30,794,0),(94398,31,794,0),(94399,32,794,0),(94400,33,794,0),(94401,34,794,0),(94402,35,794,0),(94403,36,794,0),(94404,37,794,0),(94405,38,794,0),(94406,39,794,0),(94407,40,794,0),(94408,41,794,0),(94409,42,794,0),(94410,43,794,0),(94411,44,794,0),(94412,45,794,0),(94413,46,794,0),(94414,47,794,0),(94415,48,794,0),(94416,49,794,0),(94417,50,794,0),(94418,51,794,0),(94419,52,794,0),(94420,53,794,0),(94421,54,794,0),(94422,55,794,0),(94423,56,794,0),(94424,57,794,0),(94425,58,794,0),(94426,59,794,0),(94427,60,794,0),(94428,61,794,0),(94429,62,794,0),(94430,63,794,0),(94431,64,794,0),(94432,65,794,0),(94433,66,794,0),(94434,67,794,0),(94435,68,794,0),(94436,69,794,0),(94437,70,794,0),(94438,71,794,0),(94439,72,794,0),(94440,73,794,0),(94441,74,794,0),(94442,75,794,0),(94443,76,794,0),(94444,77,794,0),(94445,78,794,0),(94446,79,794,0),(94447,80,794,0),(94448,81,794,0),(94449,82,794,0),(94450,83,794,0),(94451,84,794,0),(94452,85,794,0),(94453,86,794,0),(94454,87,794,0),(94455,88,794,0),(94456,89,794,0),(94457,90,794,0),(94458,91,794,0.5),(94459,92,794,0),(94460,93,794,0),(94461,94,794,0),(94462,95,794,0),(94463,96,794,0),(94464,97,794,0),(94465,98,794,0),(94466,99,794,0),(94467,100,794,0),(94468,101,794,0),(94469,102,794,0),(94470,103,794,0),(94471,104,794,0),(94472,105,794,0),(94473,106,794,0),(94474,107,794,0),(94475,108,794,0),(94476,109,794,0),(94477,110,794,0),(94478,111,794,0),(94479,112,794,0),(94480,113,794,0),(94481,114,794,0),(94482,115,794,0),(94483,116,794,0),(94484,117,794,0),(94485,118,794,0),(94486,119,794,0),(94487,1,795,0),(94488,2,795,0),(94489,3,795,0),(94490,4,795,0),(94491,5,795,0),(94492,6,795,0),(94493,7,795,0),(94494,8,795,0),(94495,9,795,0),(94496,10,795,0),(94497,11,795,0),(94498,12,795,0),(94499,13,795,0),(94500,14,795,0),(94501,15,795,0),(94502,16,795,0),(94503,17,795,0),(94504,18,795,0),(94505,19,795,0),(94506,20,795,0),(94507,21,795,0),(94508,22,795,0),(94509,23,795,0),(94510,24,795,0),(94511,25,795,0),(94512,26,795,0),(94513,27,795,0),(94514,28,795,0),(94515,29,795,0),(94516,30,795,0),(94517,31,795,0),(94518,32,795,0),(94519,33,795,0),(94520,34,795,0),(94521,35,795,0),(94522,36,795,0),(94523,37,795,0),(94524,38,795,0),(94525,39,795,0),(94526,40,795,0),(94527,41,795,0),(94528,42,795,0),(94529,43,795,0),(94530,44,795,0),(94531,45,795,0),(94532,46,795,0),(94533,47,795,0),(94534,48,795,0),(94535,49,795,0),(94536,50,795,0),(94537,51,795,0),(94538,52,795,0),(94539,53,795,0),(94540,54,795,0),(94541,55,795,0),(94542,56,795,0),(94543,57,795,0),(94544,58,795,0),(94545,59,795,0),(94546,60,795,0),(94547,61,795,0),(94548,62,795,0),(94549,63,795,0),(94550,64,795,0),(94551,65,795,0),(94552,66,795,0),(94553,67,795,0),(94554,68,795,0),(94555,69,795,0),(94556,70,795,0),(94557,71,795,0),(94558,72,795,0),(94559,73,795,0),(94560,74,795,0),(94561,75,795,0),(94562,76,795,0),(94563,77,795,0),(94564,78,795,0),(94565,79,795,0),(94566,80,795,0),(94567,81,795,0),(94568,82,795,0),(94569,83,795,0),(94570,84,795,0),(94571,85,795,0),(94572,86,795,0),(94573,87,795,0),(94574,88,795,0),(94575,89,795,0),(94576,90,795,0),(94577,91,795,0.8),(94578,92,795,0),(94579,93,795,0),(94580,94,795,0),(94581,95,795,0),(94582,96,795,0),(94583,97,795,0),(94584,98,795,0),(94585,99,795,0),(94586,100,795,0),(94587,101,795,0),(94588,102,795,0),(94589,103,795,0),(94590,104,795,0),(94591,105,795,0),(94592,106,795,0),(94593,107,795,0),(94594,108,795,0),(94595,109,795,0),(94596,110,795,0),(94597,111,795,0),(94598,112,795,0),(94599,113,795,0),(94600,114,795,0),(94601,115,795,0),(94602,116,795,0),(94603,117,795,0),(94604,118,795,0),(94605,119,795,0),(94606,1,796,0),(94607,2,796,0),(94608,3,796,0),(94609,4,796,0),(94610,5,796,0),(94611,6,796,0),(94612,7,796,0),(94613,8,796,0),(94614,9,796,0),(94615,10,796,0),(94616,11,796,0),(94617,12,796,0),(94618,13,796,0),(94619,14,796,0),(94620,15,796,0),(94621,16,796,0),(94622,17,796,0),(94623,18,796,0),(94624,19,796,0),(94625,20,796,0),(94626,21,796,0),(94627,22,796,0),(94628,23,796,0),(94629,24,796,0),(94630,25,796,0),(94631,26,796,0),(94632,27,796,0),(94633,28,796,0),(94634,29,796,0),(94635,30,796,0),(94636,31,796,0),(94637,32,796,0),(94638,33,796,0),(94639,34,796,0),(94640,35,796,0),(94641,36,796,0),(94642,37,796,0),(94643,38,796,0),(94644,39,796,0),(94645,40,796,0),(94646,41,796,0),(94647,42,796,0),(94648,43,796,0),(94649,44,796,0),(94650,45,796,0),(94651,46,796,0),(94652,47,796,0),(94653,48,796,0),(94654,49,796,0),(94655,50,796,0),(94656,51,796,0),(94657,52,796,0),(94658,53,796,0),(94659,54,796,0),(94660,55,796,0),(94661,56,796,0),(94662,57,796,0),(94663,58,796,0),(94664,59,796,0),(94665,60,796,0),(94666,61,796,0),(94667,62,796,0),(94668,63,796,0),(94669,64,796,0),(94670,65,796,0),(94671,66,796,0),(94672,67,796,0),(94673,68,796,0),(94674,69,796,0),(94675,70,796,0),(94676,71,796,0),(94677,72,796,0),(94678,73,796,0),(94679,74,796,0),(94680,75,796,0),(94681,76,796,0),(94682,77,796,0),(94683,78,796,0),(94684,79,796,0),(94685,80,796,0),(94686,81,796,0),(94687,82,796,0),(94688,83,796,0),(94689,84,796,0),(94690,85,796,0),(94691,86,796,0),(94692,87,796,0),(94693,88,796,0),(94694,89,796,0),(94695,90,796,0),(94696,91,796,0.973790108550593),(94697,92,796,0),(94698,93,796,0),(94699,94,796,0),(94700,95,796,0),(94701,96,796,0),(94702,97,796,0),(94703,98,796,0),(94704,99,796,0),(94705,100,796,0),(94706,101,796,0),(94707,102,796,0),(94708,103,796,0),(94709,104,796,0),(94710,105,796,0),(94711,106,796,0),(94712,107,796,0),(94713,108,796,0),(94714,109,796,0),(94715,110,796,0),(94716,111,796,0),(94717,112,796,0),(94718,113,796,0),(94719,114,796,0),(94720,115,796,0),(94721,116,796,0),(94722,117,796,0),(94723,118,796,0),(94724,119,796,0),(94725,1,797,0),(94726,2,797,0),(94727,3,797,0),(94728,4,797,0),(94729,5,797,0),(94730,6,797,0),(94731,7,797,0),(94732,8,797,0),(94733,9,797,0),(94734,10,797,0),(94735,11,797,0),(94736,12,797,0),(94737,13,797,0),(94738,14,797,0),(94739,15,797,0),(94740,16,797,0),(94741,17,797,0),(94742,18,797,0),(94743,19,797,0),(94744,20,797,0),(94745,21,797,0),(94746,22,797,0),(94747,23,797,0),(94748,24,797,0),(94749,25,797,0),(94750,26,797,0),(94751,27,797,0),(94752,28,797,0),(94753,29,797,0),(94754,30,797,0),(94755,31,797,0),(94756,32,797,0),(94757,33,797,0),(94758,34,797,0),(94759,35,797,0),(94760,36,797,0),(94761,37,797,0),(94762,38,797,0),(94763,39,797,0),(94764,40,797,0),(94765,41,797,0),(94766,42,797,0),(94767,43,797,0),(94768,44,797,0),(94769,45,797,0),(94770,46,797,0),(94771,47,797,0),(94772,48,797,0),(94773,49,797,0),(94774,50,797,0),(94775,51,797,0),(94776,52,797,0),(94777,53,797,0),(94778,54,797,0),(94779,55,797,0),(94780,56,797,0),(94781,57,797,0),(94782,58,797,0),(94783,59,797,0),(94784,60,797,0),(94785,61,797,0),(94786,62,797,0),(94787,63,797,0),(94788,64,797,0),(94789,65,797,0),(94790,66,797,0),(94791,67,797,0),(94792,68,797,0),(94793,69,797,0),(94794,70,797,0),(94795,71,797,0),(94796,72,797,0),(94797,73,797,0),(94798,74,797,0),(94799,75,797,0),(94800,76,797,0),(94801,77,797,0),(94802,78,797,0),(94803,79,797,0),(94804,80,797,0),(94805,81,797,0),(94806,82,797,0),(94807,83,797,0),(94808,84,797,0),(94809,85,797,0),(94810,86,797,0),(94811,87,797,0),(94812,88,797,0),(94813,89,797,0),(94814,90,797,0),(94815,91,797,0.0262098914494071),(94816,92,797,0),(94817,93,797,0),(94818,94,797,0),(94819,95,797,0),(94820,96,797,0),(94821,97,797,0),(94822,98,797,0),(94823,99,797,0),(94824,100,797,0),(94825,101,797,0),(94826,102,797,0),(94827,103,797,0),(94828,104,797,0),(94829,105,797,0),(94830,106,797,0),(94831,107,797,0),(94832,108,797,0),(94833,109,797,0),(94834,110,797,0),(94835,111,797,0),(94836,112,797,0),(94837,113,797,0),(94838,114,797,0),(94839,115,797,0),(94840,116,797,0),(94841,117,797,0),(94842,118,797,0),(94843,119,797,0),(94844,1,798,0),(94845,2,798,0),(94846,3,798,0),(94847,4,798,0),(94848,5,798,0),(94849,6,798,0),(94850,7,798,0),(94851,8,798,0),(94852,9,798,0),(94853,10,798,0),(94854,11,798,0),(94855,12,798,0),(94856,13,798,0),(94857,14,798,0),(94858,15,798,0),(94859,16,798,0),(94860,17,798,0),(94861,18,798,0),(94862,19,798,0),(94863,20,798,0),(94864,21,798,0),(94865,22,798,0),(94866,23,798,0),(94867,24,798,0),(94868,25,798,0),(94869,26,798,0),(94870,27,798,0),(94871,28,798,0),(94872,29,798,0),(94873,30,798,0),(94874,31,798,0),(94875,32,798,0),(94876,33,798,0),(94877,34,798,0),(94878,35,798,0),(94879,36,798,0),(94880,37,798,0),(94881,38,798,0),(94882,39,798,0),(94883,40,798,0),(94884,41,798,0),(94885,42,798,0),(94886,43,798,0),(94887,44,798,0),(94888,45,798,0),(94889,46,798,0),(94890,47,798,0),(94891,48,798,0),(94892,49,798,0),(94893,50,798,0),(94894,51,798,0),(94895,52,798,0),(94896,53,798,0),(94897,54,798,0),(94898,55,798,0),(94899,56,798,0),(94900,57,798,0),(94901,58,798,0),(94902,59,798,0),(94903,60,798,0),(94904,61,798,0),(94905,62,798,0),(94906,63,798,0),(94907,64,798,0),(94908,65,798,0),(94909,66,798,0),(94910,67,798,0),(94911,68,798,0),(94912,69,798,0),(94913,70,798,0),(94914,71,798,0),(94915,72,798,0),(94916,73,798,0),(94917,74,798,0),(94918,75,798,0),(94919,76,798,0),(94920,77,798,0),(94921,78,798,0),(94922,79,798,0),(94923,80,798,0),(94924,81,798,0),(94925,82,798,0),(94926,83,798,0),(94927,84,798,0),(94928,85,798,0),(94929,86,798,0),(94930,87,798,0),(94931,88,798,0),(94932,89,798,0),(94933,90,798,0),(94934,91,798,0),(94935,92,798,0.163897196178595),(94936,93,798,0),(94937,94,798,0),(94938,95,798,0),(94939,96,798,0),(94940,97,798,0),(94941,98,798,0),(94942,99,798,0),(94943,100,798,0),(94944,101,798,0),(94945,102,798,0),(94946,103,798,0),(94947,104,798,0),(94948,105,798,0),(94949,106,798,0),(94950,107,798,0),(94951,108,798,0),(94952,109,798,0),(94953,110,798,0),(94954,111,798,0),(94955,112,798,0),(94956,113,798,0),(94957,114,798,0),(94958,115,798,0),(94959,116,798,0),(94960,117,798,0),(94961,118,798,0),(94962,119,798,0),(94963,1,799,0),(94964,2,799,0),(94965,3,799,0),(94966,4,799,0),(94967,5,799,0),(94968,6,799,0),(94969,7,799,0),(94970,8,799,0),(94971,9,799,0),(94972,10,799,0),(94973,11,799,0),(94974,12,799,0),(94975,13,799,0),(94976,14,799,0),(94977,15,799,0),(94978,16,799,0),(94979,17,799,0),(94980,18,799,0),(94981,19,799,0),(94982,20,799,0),(94983,21,799,0),(94984,22,799,0),(94985,23,799,0),(94986,24,799,0),(94987,25,799,0),(94988,26,799,0),(94989,27,799,0),(94990,28,799,0),(94991,29,799,0),(94992,30,799,0),(94993,31,799,0),(94994,32,799,0),(94995,33,799,0),(94996,34,799,0),(94997,35,799,0),(94998,36,799,0),(94999,37,799,0),(95000,38,799,0),(95001,39,799,0),(95002,40,799,0),(95003,41,799,0),(95004,42,799,0),(95005,43,799,0),(95006,44,799,0),(95007,45,799,0),(95008,46,799,0),(95009,47,799,0),(95010,48,799,0),(95011,49,799,0),(95012,50,799,0),(95013,51,799,0),(95014,52,799,0),(95015,53,799,0),(95016,54,799,0),(95017,55,799,0),(95018,56,799,0),(95019,57,799,0),(95020,58,799,0),(95021,59,799,0),(95022,60,799,0),(95023,61,799,0),(95024,62,799,0),(95025,63,799,0),(95026,64,799,0),(95027,65,799,0),(95028,66,799,0),(95029,67,799,0),(95030,68,799,0),(95031,69,799,0),(95032,70,799,0),(95033,71,799,0),(95034,72,799,0),(95035,73,799,0),(95036,74,799,0),(95037,75,799,0),(95038,76,799,0),(95039,77,799,0),(95040,78,799,0),(95041,79,799,0),(95042,80,799,0),(95043,81,799,0),(95044,82,799,0),(95045,83,799,0),(95046,84,799,0),(95047,85,799,0),(95048,86,799,0),(95049,87,799,0),(95050,88,799,0),(95051,89,799,0),(95052,90,799,0),(95053,91,799,0),(95054,92,799,0.336102803821405),(95055,93,799,0),(95056,94,799,0),(95057,95,799,0),(95058,96,799,0),(95059,97,799,0),(95060,98,799,0),(95061,99,799,0),(95062,100,799,0),(95063,101,799,0),(95064,102,799,0),(95065,103,799,0),(95066,104,799,0),(95067,105,799,0),(95068,106,799,0),(95069,107,799,0),(95070,108,799,0),(95071,109,799,0),(95072,110,799,0),(95073,111,799,0),(95074,112,799,0),(95075,113,799,0),(95076,114,799,0),(95077,115,799,0),(95078,116,799,0),(95079,117,799,0),(95080,118,799,0),(95081,119,799,0),(95082,1,800,0),(95083,2,800,0),(95084,3,800,0),(95085,4,800,0),(95086,5,800,0),(95087,6,800,0),(95088,7,800,0),(95089,8,800,0),(95090,9,800,0),(95091,10,800,0),(95092,11,800,0),(95093,12,800,0),(95094,13,800,0),(95095,14,800,0),(95096,15,800,0),(95097,16,800,0),(95098,17,800,0),(95099,18,800,0),(95100,19,800,0),(95101,20,800,0),(95102,21,800,0),(95103,22,800,0),(95104,23,800,0),(95105,24,800,0),(95106,25,800,0),(95107,26,800,0),(95108,27,800,0),(95109,28,800,0),(95110,29,800,0),(95111,30,800,0),(95112,31,800,0),(95113,32,800,0),(95114,33,800,0),(95115,34,800,0),(95116,35,800,0),(95117,36,800,0),(95118,37,800,0),(95119,38,800,0),(95120,39,800,0),(95121,40,800,0),(95122,41,800,0),(95123,42,800,0),(95124,43,800,0),(95125,44,800,0),(95126,45,800,0),(95127,46,800,0),(95128,47,800,0),(95129,48,800,0),(95130,49,800,0),(95131,50,800,0),(95132,51,800,0),(95133,52,800,0),(95134,53,800,0),(95135,54,800,0),(95136,55,800,0),(95137,56,800,0),(95138,57,800,0),(95139,58,800,0),(95140,59,800,0),(95141,60,800,0),(95142,61,800,0),(95143,62,800,0),(95144,63,800,0),(95145,64,800,0),(95146,65,800,0),(95147,66,800,0),(95148,67,800,0),(95149,68,800,0),(95150,69,800,0),(95151,70,800,0),(95152,71,800,0),(95153,72,800,0),(95154,73,800,0),(95155,74,800,0),(95156,75,800,0),(95157,76,800,0),(95158,77,800,0),(95159,78,800,0),(95160,79,800,0),(95161,80,800,0),(95162,81,800,0),(95163,82,800,0),(95164,83,800,0),(95165,84,800,0),(95166,85,800,0),(95167,86,800,0),(95168,87,800,0),(95169,88,800,0),(95170,89,800,0),(95171,90,800,0),(95172,91,800,0),(95173,92,800,0.254789303064395),(95174,93,800,0),(95175,94,800,0),(95176,95,800,0),(95177,96,800,0),(95178,97,800,0),(95179,98,800,0),(95180,99,800,0),(95181,100,800,0),(95182,101,800,0),(95183,102,800,0),(95184,103,800,0),(95185,104,800,0),(95186,105,800,0),(95187,106,800,0),(95188,107,800,0),(95189,108,800,0),(95190,109,800,0),(95191,110,800,0),(95192,111,800,0),(95193,112,800,0),(95194,113,800,0),(95195,114,800,0),(95196,115,800,0),(95197,116,800,0),(95198,117,800,0),(95199,118,800,0),(95200,119,800,0),(95201,1,801,0),(95202,2,801,0),(95203,3,801,0),(95204,4,801,0),(95205,5,801,0),(95206,6,801,0),(95207,7,801,0),(95208,8,801,0),(95209,9,801,0),(95210,10,801,0),(95211,11,801,0),(95212,12,801,0),(95213,13,801,0),(95214,14,801,0),(95215,15,801,0),(95216,16,801,0),(95217,17,801,0),(95218,18,801,0),(95219,19,801,0),(95220,20,801,0),(95221,21,801,0),(95222,22,801,0),(95223,23,801,0),(95224,24,801,0),(95225,25,801,0),(95226,26,801,0),(95227,27,801,0),(95228,28,801,0),(95229,29,801,0),(95230,30,801,0),(95231,31,801,0),(95232,32,801,0),(95233,33,801,0),(95234,34,801,0),(95235,35,801,0),(95236,36,801,0),(95237,37,801,0),(95238,38,801,0),(95239,39,801,0),(95240,40,801,0),(95241,41,801,0),(95242,42,801,0),(95243,43,801,0),(95244,44,801,0),(95245,45,801,0),(95246,46,801,0),(95247,47,801,0),(95248,48,801,0),(95249,49,801,0),(95250,50,801,0),(95251,51,801,0),(95252,52,801,0),(95253,53,801,0),(95254,54,801,0),(95255,55,801,0),(95256,56,801,0),(95257,57,801,0),(95258,58,801,0),(95259,59,801,0),(95260,60,801,0),(95261,61,801,0),(95262,62,801,0),(95263,63,801,0),(95264,64,801,0),(95265,65,801,0),(95266,66,801,0),(95267,67,801,0),(95268,68,801,0),(95269,69,801,0),(95270,70,801,0),(95271,71,801,0),(95272,72,801,0),(95273,73,801,0),(95274,74,801,0),(95275,75,801,0),(95276,76,801,0),(95277,77,801,0),(95278,78,801,0),(95279,79,801,0),(95280,80,801,0),(95281,81,801,0),(95282,82,801,0),(95283,83,801,0),(95284,84,801,0),(95285,85,801,0),(95286,86,801,0),(95287,87,801,0),(95288,88,801,0),(95289,89,801,0),(95290,90,801,0),(95291,91,801,0),(95292,92,801,0.481917597356923),(95293,93,801,0),(95294,94,801,0),(95295,95,801,0),(95296,96,801,0),(95297,97,801,0),(95298,98,801,0),(95299,99,801,0),(95300,100,801,0),(95301,101,801,0),(95302,102,801,0),(95303,103,801,0),(95304,104,801,0),(95305,105,801,0),(95306,106,801,0),(95307,107,801,0),(95308,108,801,0),(95309,109,801,0),(95310,110,801,0),(95311,111,801,0),(95312,112,801,0),(95313,113,801,0),(95314,114,801,0),(95315,115,801,0),(95316,116,801,0),(95317,117,801,0),(95318,118,801,0),(95319,119,801,0),(95320,1,802,0),(95321,2,802,0),(95322,3,802,0),(95323,4,802,0),(95324,5,802,0),(95325,6,802,0),(95326,7,802,0),(95327,8,802,0),(95328,9,802,0),(95329,10,802,0),(95330,11,802,0),(95331,12,802,0),(95332,13,802,0),(95333,14,802,0),(95334,15,802,0),(95335,16,802,0),(95336,17,802,0),(95337,18,802,0),(95338,19,802,0),(95339,20,802,0),(95340,21,802,0),(95341,22,802,0),(95342,23,802,0),(95343,24,802,0),(95344,25,802,0),(95345,26,802,0),(95346,27,802,0),(95347,28,802,0),(95348,29,802,0),(95349,30,802,0),(95350,31,802,0),(95351,32,802,0),(95352,33,802,0),(95353,34,802,0),(95354,35,802,0),(95355,36,802,0),(95356,37,802,0),(95357,38,802,0),(95358,39,802,0),(95359,40,802,0),(95360,41,802,0),(95361,42,802,0),(95362,43,802,0),(95363,44,802,0),(95364,45,802,0),(95365,46,802,0),(95366,47,802,0),(95367,48,802,0),(95368,49,802,0),(95369,50,802,0),(95370,51,802,0),(95371,52,802,0),(95372,53,802,0),(95373,54,802,0),(95374,55,802,0),(95375,56,802,0),(95376,57,802,0),(95377,58,802,0),(95378,59,802,0),(95379,60,802,0),(95380,61,802,0),(95381,62,802,0),(95382,63,802,0),(95383,64,802,0),(95384,65,802,0),(95385,66,802,0),(95386,67,802,0),(95387,68,802,0),(95388,69,802,0),(95389,70,802,0),(95390,71,802,0),(95391,72,802,0),(95392,73,802,0),(95393,74,802,0),(95394,75,802,0),(95395,76,802,0),(95396,77,802,0),(95397,78,802,0),(95398,79,802,0),(95399,80,802,0),(95400,81,802,0),(95401,82,802,0),(95402,83,802,0),(95403,84,802,0),(95404,85,802,0),(95405,86,802,0),(95406,87,802,0),(95407,88,802,0),(95408,89,802,0),(95409,90,802,0),(95410,91,802,0),(95411,92,802,0.0632930995786821),(95412,93,802,0),(95413,94,802,0),(95414,95,802,0),(95415,96,802,0),(95416,97,802,0),(95417,98,802,0),(95418,99,802,0),(95419,100,802,0),(95420,101,802,0),(95421,102,802,0),(95422,103,802,0),(95423,104,802,0),(95424,105,802,0),(95425,106,802,0),(95426,107,802,0),(95427,108,802,0),(95428,109,802,0),(95429,110,802,0),(95430,111,802,0),(95431,112,802,0),(95432,113,802,0),(95433,114,802,0),(95434,115,802,0),(95435,116,802,0),(95436,117,802,0),(95437,118,802,0),(95438,119,802,0),(95439,1,803,0),(95440,2,803,0),(95441,3,803,0),(95442,4,803,0),(95443,5,803,0),(95444,6,803,0),(95445,7,803,0),(95446,8,803,0),(95447,9,803,0),(95448,10,803,0),(95449,11,803,0),(95450,12,803,0),(95451,13,803,0),(95452,14,803,0),(95453,15,803,0),(95454,16,803,0),(95455,17,803,0),(95456,18,803,0),(95457,19,803,0),(95458,20,803,0),(95459,21,803,0),(95460,22,803,0),(95461,23,803,0),(95462,24,803,0),(95463,25,803,0),(95464,26,803,0),(95465,27,803,0),(95466,28,803,0),(95467,29,803,0),(95468,30,803,0),(95469,31,803,0),(95470,32,803,0),(95471,33,803,0),(95472,34,803,0),(95473,35,803,0),(95474,36,803,0),(95475,37,803,0),(95476,38,803,0),(95477,39,803,0),(95478,40,803,0),(95479,41,803,0),(95480,42,803,0),(95481,43,803,0),(95482,44,803,0),(95483,45,803,0),(95484,46,803,0),(95485,47,803,0),(95486,48,803,0),(95487,49,803,0),(95488,50,803,0),(95489,51,803,0),(95490,52,803,0),(95491,53,803,0),(95492,54,803,0),(95493,55,803,0),(95494,56,803,0),(95495,57,803,0),(95496,58,803,0),(95497,59,803,0),(95498,60,803,0),(95499,61,803,0),(95500,62,803,0),(95501,63,803,0),(95502,64,803,0),(95503,65,803,0),(95504,66,803,0),(95505,67,803,0),(95506,68,803,0),(95507,69,803,0),(95508,70,803,0),(95509,71,803,0),(95510,72,803,0),(95511,73,803,0),(95512,74,803,0),(95513,75,803,0),(95514,76,803,0),(95515,77,803,0),(95516,78,803,0),(95517,79,803,0),(95518,80,803,0),(95519,81,803,0),(95520,82,803,0),(95521,83,803,0),(95522,84,803,0),(95523,85,803,0),(95524,86,803,0),(95525,87,803,0),(95526,88,803,0),(95527,89,803,0),(95528,90,803,0),(95529,91,803,0),(95530,92,803,0.482218995575458),(95531,93,803,0),(95532,94,803,0),(95533,95,803,0),(95534,96,803,0),(95535,97,803,0),(95536,98,803,0),(95537,99,803,0),(95538,100,803,0),(95539,101,803,0),(95540,102,803,0),(95541,103,803,0),(95542,104,803,0),(95543,105,803,0),(95544,106,803,0),(95545,107,803,0),(95546,108,803,0),(95547,109,803,0),(95548,110,803,0),(95549,111,803,0),(95550,112,803,0),(95551,113,803,0),(95552,114,803,0),(95553,115,803,0),(95554,116,803,0),(95555,117,803,0),(95556,118,803,0),(95557,119,803,0),(95558,1,804,0),(95559,2,804,0),(95560,3,804,0),(95561,4,804,0),(95562,5,804,0),(95563,6,804,0),(95564,7,804,0),(95565,8,804,0),(95566,9,804,0),(95567,10,804,0),(95568,11,804,0),(95569,12,804,0),(95570,13,804,0),(95571,14,804,0),(95572,15,804,0),(95573,16,804,0),(95574,17,804,0),(95575,18,804,0),(95576,19,804,0),(95577,20,804,0),(95578,21,804,0),(95579,22,804,0),(95580,23,804,0),(95581,24,804,0),(95582,25,804,0),(95583,26,804,0),(95584,27,804,0),(95585,28,804,0),(95586,29,804,0),(95587,30,804,0),(95588,31,804,0),(95589,32,804,0),(95590,33,804,0),(95591,34,804,0),(95592,35,804,0),(95593,36,804,0),(95594,37,804,0),(95595,38,804,0),(95596,39,804,0),(95597,40,804,0),(95598,41,804,0),(95599,42,804,0),(95600,43,804,0),(95601,44,804,0),(95602,45,804,0),(95603,46,804,0),(95604,47,804,0),(95605,48,804,0),(95606,49,804,0),(95607,50,804,0),(95608,51,804,0),(95609,52,804,0),(95610,53,804,0),(95611,54,804,0),(95612,55,804,0),(95613,56,804,0),(95614,57,804,0),(95615,58,804,0),(95616,59,804,0),(95617,60,804,0),(95618,61,804,0),(95619,62,804,0),(95620,63,804,0),(95621,64,804,0),(95622,65,804,0),(95623,66,804,0),(95624,67,804,0),(95625,68,804,0),(95626,69,804,0),(95627,70,804,0),(95628,71,804,0),(95629,72,804,0),(95630,73,804,0),(95631,74,804,0),(95632,75,804,0),(95633,76,804,0),(95634,77,804,0),(95635,78,804,0),(95636,79,804,0),(95637,80,804,0),(95638,81,804,0),(95639,82,804,0),(95640,83,804,0),(95641,84,804,0),(95642,85,804,0),(95643,86,804,0),(95644,87,804,0),(95645,88,804,0),(95646,89,804,0),(95647,90,804,0),(95648,91,804,0),(95649,92,804,0.0771706931788416),(95650,93,804,0),(95651,94,804,0),(95652,95,804,0),(95653,96,804,0),(95654,97,804,0),(95655,98,804,0),(95656,99,804,0),(95657,100,804,0),(95658,101,804,0),(95659,102,804,0),(95660,103,804,0),(95661,104,804,0),(95662,105,804,0),(95663,106,804,0),(95664,107,804,0),(95665,108,804,0),(95666,109,804,0),(95667,110,804,0),(95668,111,804,0),(95669,112,804,0),(95670,113,804,0),(95671,114,804,0),(95672,115,804,0),(95673,116,804,0),(95674,117,804,0),(95675,118,804,0),(95676,119,804,0),(95677,1,805,0),(95678,2,805,0),(95679,3,805,0),(95680,4,805,0),(95681,5,805,0),(95682,6,805,0),(95683,7,805,0),(95684,8,805,0),(95685,9,805,0),(95686,10,805,0),(95687,11,805,0),(95688,12,805,0),(95689,13,805,0),(95690,14,805,0),(95691,15,805,0),(95692,16,805,0),(95693,17,805,0),(95694,18,805,0),(95695,19,805,0),(95696,20,805,0),(95697,21,805,0),(95698,22,805,0),(95699,23,805,0),(95700,24,805,0),(95701,25,805,0),(95702,26,805,0),(95703,27,805,0),(95704,28,805,0),(95705,29,805,0),(95706,30,805,0),(95707,31,805,0),(95708,32,805,0),(95709,33,805,0),(95710,34,805,0),(95711,35,805,0),(95712,36,805,0),(95713,37,805,0),(95714,38,805,0),(95715,39,805,0),(95716,40,805,0),(95717,41,805,0),(95718,42,805,0),(95719,43,805,0),(95720,44,805,0),(95721,45,805,0),(95722,46,805,0),(95723,47,805,0),(95724,48,805,0),(95725,49,805,0),(95726,50,805,0),(95727,51,805,0),(95728,52,805,0),(95729,53,805,0),(95730,54,805,0),(95731,55,805,0),(95732,56,805,0),(95733,57,805,0),(95734,58,805,0),(95735,59,805,0),(95736,60,805,0),(95737,61,805,0),(95738,62,805,0),(95739,63,805,0),(95740,64,805,0),(95741,65,805,0),(95742,66,805,0),(95743,67,805,0),(95744,68,805,0),(95745,69,805,0),(95746,70,805,0),(95747,71,805,0),(95748,72,805,0),(95749,73,805,0),(95750,74,805,0),(95751,75,805,0),(95752,76,805,0),(95753,77,805,0),(95754,78,805,0),(95755,79,805,0),(95756,80,805,0),(95757,81,805,0),(95758,82,805,0),(95759,83,805,0),(95760,84,805,0),(95761,85,805,0),(95762,86,805,0),(95763,87,805,0),(95764,88,805,0),(95765,89,805,0),(95766,90,805,0),(95767,91,805,0),(95768,92,805,0.440610311245701),(95769,93,805,0),(95770,94,805,0),(95771,95,805,0),(95772,96,805,0),(95773,97,805,0),(95774,98,805,0),(95775,99,805,0),(95776,100,805,0),(95777,101,805,0),(95778,102,805,0),(95779,103,805,0),(95780,104,805,0),(95781,105,805,0),(95782,106,805,0),(95783,107,805,0),(95784,108,805,0),(95785,109,805,0),(95786,110,805,0),(95787,111,805,0),(95788,112,805,0),(95789,113,805,0),(95790,114,805,0),(95791,115,805,0),(95792,116,805,0),(95793,117,805,0),(95794,118,805,0),(95795,119,805,0),(95796,1,806,0),(95797,2,806,0),(95798,3,806,0),(95799,4,806,0),(95800,5,806,0),(95801,6,806,0),(95802,7,806,0),(95803,8,806,0),(95804,9,806,0),(95805,10,806,0),(95806,11,806,0),(95807,12,806,0),(95808,13,806,0),(95809,14,806,0),(95810,15,806,0),(95811,16,806,0),(95812,17,806,0),(95813,18,806,0),(95814,19,806,0),(95815,20,806,0),(95816,21,806,0),(95817,22,806,0),(95818,23,806,0),(95819,24,806,0),(95820,25,806,0),(95821,26,806,0),(95822,27,806,0),(95823,28,806,0),(95824,29,806,0),(95825,30,806,0),(95826,31,806,0),(95827,32,806,0),(95828,33,806,0),(95829,34,806,0),(95830,35,806,0),(95831,36,806,0),(95832,37,806,0),(95833,38,806,0),(95834,39,806,0),(95835,40,806,0),(95836,41,806,0),(95837,42,806,0),(95838,43,806,0),(95839,44,806,0),(95840,45,806,0),(95841,46,806,0),(95842,47,806,0),(95843,48,806,0),(95844,49,806,0),(95845,50,806,0),(95846,51,806,0),(95847,52,806,0),(95848,53,806,0),(95849,54,806,0),(95850,55,806,0),(95851,56,806,0),(95852,57,806,0),(95853,58,806,0),(95854,59,806,0),(95855,60,806,0),(95856,61,806,0),(95857,62,806,0),(95858,63,806,0),(95859,64,806,0),(95860,65,806,0),(95861,66,806,0),(95862,67,806,0),(95863,68,806,0),(95864,69,806,0),(95865,70,806,0),(95866,71,806,0),(95867,72,806,0),(95868,73,806,0),(95869,74,806,0),(95870,75,806,0),(95871,76,806,0),(95872,77,806,0),(95873,78,806,0),(95874,79,806,0),(95875,80,806,0),(95876,81,806,0),(95877,82,806,0),(95878,83,806,0),(95879,84,806,0),(95880,85,806,0),(95881,86,806,0),(95882,87,806,0),(95883,88,806,0),(95884,89,806,0),(95885,90,806,0),(95886,91,806,0),(95887,92,806,0),(95888,93,806,0.5),(95889,94,806,0),(95890,95,806,0),(95891,96,806,0),(95892,97,806,0),(95893,98,806,0),(95894,99,806,0),(95895,100,806,0),(95896,101,806,0),(95897,102,806,0),(95898,103,806,0),(95899,104,806,0),(95900,105,806,0),(95901,106,806,0),(95902,107,806,0),(95903,108,806,0),(95904,109,806,0),(95905,110,806,0),(95906,111,806,0),(95907,112,806,0),(95908,113,806,0),(95909,114,806,0),(95910,115,806,0),(95911,116,806,0),(95912,117,806,0),(95913,118,806,0),(95914,119,806,0),(95915,1,807,0),(95916,2,807,0),(95917,3,807,0),(95918,4,807,0),(95919,5,807,0),(95920,6,807,0),(95921,7,807,0),(95922,8,807,0),(95923,9,807,0),(95924,10,807,0),(95925,11,807,0),(95926,12,807,0),(95927,13,807,0),(95928,14,807,0),(95929,15,807,0),(95930,16,807,0),(95931,17,807,0),(95932,18,807,0),(95933,19,807,0),(95934,20,807,0),(95935,21,807,0),(95936,22,807,0),(95937,23,807,0),(95938,24,807,0),(95939,25,807,0),(95940,26,807,0),(95941,27,807,0),(95942,28,807,0),(95943,29,807,0),(95944,30,807,0),(95945,31,807,0),(95946,32,807,0),(95947,33,807,0),(95948,34,807,0),(95949,35,807,0),(95950,36,807,0),(95951,37,807,0),(95952,38,807,0),(95953,39,807,0),(95954,40,807,0),(95955,41,807,0),(95956,42,807,0),(95957,43,807,0),(95958,44,807,0),(95959,45,807,0),(95960,46,807,0),(95961,47,807,0),(95962,48,807,0),(95963,49,807,0),(95964,50,807,0),(95965,51,807,0),(95966,52,807,0),(95967,53,807,0),(95968,54,807,0),(95969,55,807,0),(95970,56,807,0),(95971,57,807,0),(95972,58,807,0),(95973,59,807,0),(95974,60,807,0),(95975,61,807,0),(95976,62,807,0),(95977,63,807,0),(95978,64,807,0),(95979,65,807,0),(95980,66,807,0),(95981,67,807,0),(95982,68,807,0),(95983,69,807,0),(95984,70,807,0),(95985,71,807,0),(95986,72,807,0),(95987,73,807,0),(95988,74,807,0),(95989,75,807,0),(95990,76,807,0),(95991,77,807,0),(95992,78,807,0),(95993,79,807,0),(95994,80,807,0),(95995,81,807,0),(95996,82,807,0),(95997,83,807,0),(95998,84,807,0),(95999,85,807,0),(96000,86,807,0),(96001,87,807,0),(96002,88,807,0),(96003,89,807,0),(96004,90,807,0),(96005,91,807,0),(96006,92,807,0),(96007,93,807,0.333144474159454),(96008,94,807,0),(96009,95,807,0),(96010,96,807,0),(96011,97,807,0),(96012,98,807,0),(96013,99,807,0),(96014,100,807,0),(96015,101,807,0),(96016,102,807,0),(96017,103,807,0),(96018,104,807,0),(96019,105,807,0),(96020,106,807,0),(96021,107,807,0),(96022,108,807,0),(96023,109,807,0),(96024,110,807,0),(96025,111,807,0),(96026,112,807,0),(96027,113,807,0),(96028,114,807,0),(96029,115,807,0),(96030,116,807,0),(96031,117,807,0),(96032,118,807,0),(96033,119,807,0),(96034,1,808,0),(96035,2,808,0),(96036,3,808,0),(96037,4,808,0),(96038,5,808,0),(96039,6,808,0),(96040,7,808,0),(96041,8,808,0),(96042,9,808,0),(96043,10,808,0),(96044,11,808,0),(96045,12,808,0),(96046,13,808,0),(96047,14,808,0),(96048,15,808,0),(96049,16,808,0),(96050,17,808,0),(96051,18,808,0),(96052,19,808,0),(96053,20,808,0),(96054,21,808,0),(96055,22,808,0),(96056,23,808,0),(96057,24,808,0),(96058,25,808,0),(96059,26,808,0),(96060,27,808,0),(96061,28,808,0),(96062,29,808,0),(96063,30,808,0),(96064,31,808,0),(96065,32,808,0),(96066,33,808,0),(96067,34,808,0),(96068,35,808,0),(96069,36,808,0),(96070,37,808,0),(96071,38,808,0),(96072,39,808,0),(96073,40,808,0),(96074,41,808,0),(96075,42,808,0),(96076,43,808,0),(96077,44,808,0),(96078,45,808,0),(96079,46,808,0),(96080,47,808,0),(96081,48,808,0),(96082,49,808,0),(96083,50,808,0),(96084,51,808,0),(96085,52,808,0),(96086,53,808,0),(96087,54,808,0),(96088,55,808,0),(96089,56,808,0),(96090,57,808,0),(96091,58,808,0),(96092,59,808,0),(96093,60,808,0),(96094,61,808,0),(96095,62,808,0),(96096,63,808,0),(96097,64,808,0),(96098,65,808,0),(96099,66,808,0),(96100,67,808,0),(96101,68,808,0),(96102,69,808,0),(96103,70,808,0),(96104,71,808,0),(96105,72,808,0),(96106,73,808,0),(96107,74,808,0),(96108,75,808,0),(96109,76,808,0),(96110,77,808,0),(96111,78,808,0),(96112,79,808,0),(96113,80,808,0),(96114,81,808,0),(96115,82,808,0),(96116,83,808,0),(96117,84,808,0),(96118,85,808,0),(96119,86,808,0),(96120,87,808,0),(96121,88,808,0),(96122,89,808,0),(96123,90,808,0),(96124,91,808,0),(96125,92,808,0),(96126,93,808,0.0316082791914636),(96127,94,808,0),(96128,95,808,0),(96129,96,808,0),(96130,97,808,0),(96131,98,808,0),(96132,99,808,0),(96133,100,808,0),(96134,101,808,0),(96135,102,808,0),(96136,103,808,0),(96137,104,808,0),(96138,105,808,0),(96139,106,808,0),(96140,107,808,0),(96141,108,808,0),(96142,109,808,0),(96143,110,808,0),(96144,111,808,0),(96145,112,808,0),(96146,113,808,0),(96147,114,808,0),(96148,115,808,0),(96149,116,808,0),(96150,117,808,0),(96151,118,808,0),(96152,119,808,0),(96153,1,809,0),(96154,2,809,0),(96155,3,809,0),(96156,4,809,0),(96157,5,809,0),(96158,6,809,0),(96159,7,809,0),(96160,8,809,0),(96161,9,809,0),(96162,10,809,0),(96163,11,809,0),(96164,12,809,0),(96165,13,809,0),(96166,14,809,0),(96167,15,809,0),(96168,16,809,0),(96169,17,809,0),(96170,18,809,0),(96171,19,809,0),(96172,20,809,0),(96173,21,809,0),(96174,22,809,0),(96175,23,809,0),(96176,24,809,0),(96177,25,809,0),(96178,26,809,0),(96179,27,809,0),(96180,28,809,0),(96181,29,809,0),(96182,30,809,0),(96183,31,809,0),(96184,32,809,0),(96185,33,809,0),(96186,34,809,0),(96187,35,809,0),(96188,36,809,0),(96189,37,809,0),(96190,38,809,0),(96191,39,809,0),(96192,40,809,0),(96193,41,809,0),(96194,42,809,0),(96195,43,809,0),(96196,44,809,0),(96197,45,809,0),(96198,46,809,0),(96199,47,809,0),(96200,48,809,0),(96201,49,809,0),(96202,50,809,0),(96203,51,809,0),(96204,52,809,0),(96205,53,809,0),(96206,54,809,0),(96207,55,809,0),(96208,56,809,0),(96209,57,809,0),(96210,58,809,0),(96211,59,809,0),(96212,60,809,0),(96213,61,809,0),(96214,62,809,0),(96215,63,809,0),(96216,64,809,0),(96217,65,809,0),(96218,66,809,0),(96219,67,809,0),(96220,68,809,0),(96221,69,809,0),(96222,70,809,0),(96223,71,809,0),(96224,72,809,0),(96225,73,809,0),(96226,74,809,0),(96227,75,809,0),(96228,76,809,0),(96229,77,809,0),(96230,78,809,0),(96231,79,809,0),(96232,80,809,0),(96233,81,809,0),(96234,82,809,0),(96235,83,809,0),(96236,84,809,0),(96237,85,809,0),(96238,86,809,0),(96239,87,809,0),(96240,88,809,0),(96241,89,809,0),(96242,90,809,0),(96243,91,809,0),(96244,92,809,0),(96245,93,809,0.435247246649082),(96246,94,809,0),(96247,95,809,0),(96248,96,809,0),(96249,97,809,0),(96250,98,809,0),(96251,99,809,0),(96252,100,809,0),(96253,101,809,0),(96254,102,809,0),(96255,103,809,0),(96256,104,809,0),(96257,105,809,0),(96258,106,809,0),(96259,107,809,0),(96260,108,809,0),(96261,109,809,0),(96262,110,809,0),(96263,111,809,0),(96264,112,809,0),(96265,113,809,0),(96266,114,809,0),(96267,115,809,0),(96268,116,809,0),(96269,117,809,0),(96270,118,809,0),(96271,119,809,0),(96272,1,810,0),(96273,2,810,0),(96274,3,810,0),(96275,4,810,0),(96276,5,810,0),(96277,6,810,0),(96278,7,810,0),(96279,8,810,0),(96280,9,810,0),(96281,10,810,0),(96282,11,810,0),(96283,12,810,0),(96284,13,810,0),(96285,14,810,0),(96286,15,810,0),(96287,16,810,0),(96288,17,810,0),(96289,18,810,0),(96290,19,810,0),(96291,20,810,0),(96292,21,810,0),(96293,22,810,0),(96294,23,810,0),(96295,24,810,0),(96296,25,810,0),(96297,26,810,0),(96298,27,810,0),(96299,28,810,0),(96300,29,810,0),(96301,30,810,0),(96302,31,810,0),(96303,32,810,0),(96304,33,810,0),(96305,34,810,0),(96306,35,810,0),(96307,36,810,0),(96308,37,810,0),(96309,38,810,0),(96310,39,810,0),(96311,40,810,0),(96312,41,810,0),(96313,42,810,0),(96314,43,810,0),(96315,44,810,0),(96316,45,810,0),(96317,46,810,0),(96318,47,810,0),(96319,48,810,0),(96320,49,810,0),(96321,50,810,0),(96322,51,810,0),(96323,52,810,0),(96324,53,810,0),(96325,54,810,0),(96326,55,810,0),(96327,56,810,0),(96328,57,810,0),(96329,58,810,0),(96330,59,810,0),(96331,60,810,0),(96332,61,810,0),(96333,62,810,0),(96334,63,810,0),(96335,64,810,0),(96336,65,810,0),(96337,66,810,0),(96338,67,810,0),(96339,68,810,0),(96340,69,810,0),(96341,70,810,0),(96342,71,810,0),(96343,72,810,0),(96344,73,810,0),(96345,74,810,0),(96346,75,810,0),(96347,76,810,0),(96348,77,810,0),(96349,78,810,0),(96350,79,810,0),(96351,80,810,0),(96352,81,810,0),(96353,82,810,0),(96354,83,810,0),(96355,84,810,0),(96356,85,810,0),(96357,86,810,0),(96358,87,810,0),(96359,88,810,0),(96360,89,810,0),(96361,90,810,0),(96362,91,810,0),(96363,92,810,0),(96364,93,810,0.229308078764293),(96365,94,810,0),(96366,95,810,0),(96367,96,810,0),(96368,97,810,0),(96369,98,810,0),(96370,99,810,0),(96371,100,810,0),(96372,101,810,0),(96373,102,810,0),(96374,103,810,0),(96375,104,810,0),(96376,105,810,0),(96377,106,810,0),(96378,107,810,0),(96379,108,810,0),(96380,109,810,0),(96381,110,810,0),(96382,111,810,0),(96383,112,810,0),(96384,113,810,0),(96385,114,810,0),(96386,115,810,0),(96387,116,810,0),(96388,117,810,0),(96389,118,810,0),(96390,119,810,0),(96391,1,811,0),(96392,2,811,0),(96393,3,811,0),(96394,4,811,0),(96395,5,811,0),(96396,6,811,0),(96397,7,811,0),(96398,8,811,0),(96399,9,811,0),(96400,10,811,0),(96401,11,811,0),(96402,12,811,0),(96403,13,811,0),(96404,14,811,0),(96405,15,811,0),(96406,16,811,0),(96407,17,811,0),(96408,18,811,0),(96409,19,811,0),(96410,20,811,0),(96411,21,811,0),(96412,22,811,0),(96413,23,811,0),(96414,24,811,0),(96415,25,811,0),(96416,26,811,0),(96417,27,811,0),(96418,28,811,0),(96419,29,811,0),(96420,30,811,0),(96421,31,811,0),(96422,32,811,0),(96423,33,811,0),(96424,34,811,0),(96425,35,811,0),(96426,36,811,0),(96427,37,811,0),(96428,38,811,0),(96429,39,811,0),(96430,40,811,0),(96431,41,811,0),(96432,42,811,0),(96433,43,811,0),(96434,44,811,0),(96435,45,811,0),(96436,46,811,0),(96437,47,811,0),(96438,48,811,0),(96439,49,811,0),(96440,50,811,0),(96441,51,811,0),(96442,52,811,0),(96443,53,811,0),(96444,54,811,0),(96445,55,811,0),(96446,56,811,0),(96447,57,811,0),(96448,58,811,0),(96449,59,811,0),(96450,60,811,0),(96451,61,811,0),(96452,62,811,0),(96453,63,811,0),(96454,64,811,0),(96455,65,811,0),(96456,66,811,0),(96457,67,811,0),(96458,68,811,0),(96459,69,811,0),(96460,70,811,0),(96461,71,811,0),(96462,72,811,0),(96463,73,811,0),(96464,74,811,0),(96465,75,811,0),(96466,76,811,0),(96467,77,811,0),(96468,78,811,0),(96469,79,811,0),(96470,80,811,0),(96471,81,811,0),(96472,82,811,0),(96473,83,811,0),(96474,84,811,0),(96475,85,811,0),(96476,86,811,0),(96477,87,811,0),(96478,88,811,0),(96479,89,811,0),(96480,90,811,0),(96481,91,811,0),(96482,92,811,0),(96483,93,811,0.185320790829505),(96484,94,811,0),(96485,95,811,0),(96486,96,811,0),(96487,97,811,0),(96488,98,811,0),(96489,99,811,0),(96490,100,811,0),(96491,101,811,0),(96492,102,811,0),(96493,103,811,0),(96494,104,811,0),(96495,105,811,0),(96496,106,811,0),(96497,107,811,0),(96498,108,811,0),(96499,109,811,0),(96500,110,811,0),(96501,111,811,0),(96502,112,811,0),(96503,113,811,0),(96504,114,811,0),(96505,115,811,0),(96506,116,811,0),(96507,117,811,0),(96508,118,811,0),(96509,119,811,0),(96510,1,812,0),(96511,2,812,0),(96512,3,812,0),(96513,4,812,0),(96514,5,812,0),(96515,6,812,0),(96516,7,812,0),(96517,8,812,0),(96518,9,812,0),(96519,10,812,0),(96520,11,812,0),(96521,12,812,0),(96522,13,812,0),(96523,14,812,0),(96524,15,812,0),(96525,16,812,0),(96526,17,812,0),(96527,18,812,0),(96528,19,812,0),(96529,20,812,0),(96530,21,812,0),(96531,22,812,0),(96532,23,812,0),(96533,24,812,0),(96534,25,812,0),(96535,26,812,0),(96536,27,812,0),(96537,28,812,0),(96538,29,812,0),(96539,30,812,0),(96540,31,812,0),(96541,32,812,0),(96542,33,812,0),(96543,34,812,0),(96544,35,812,0),(96545,36,812,0),(96546,37,812,0),(96547,38,812,0),(96548,39,812,0),(96549,40,812,0),(96550,41,812,0),(96551,42,812,0),(96552,43,812,0),(96553,44,812,0),(96554,45,812,0),(96555,46,812,0),(96556,47,812,0),(96557,48,812,0),(96558,49,812,0),(96559,50,812,0),(96560,51,812,0),(96561,52,812,0),(96562,53,812,0),(96563,54,812,0),(96564,55,812,0),(96565,56,812,0),(96566,57,812,0),(96567,58,812,0),(96568,59,812,0),(96569,60,812,0),(96570,61,812,0),(96571,62,812,0),(96572,63,812,0),(96573,64,812,0),(96574,65,812,0),(96575,66,812,0),(96576,67,812,0),(96577,68,812,0),(96578,69,812,0),(96579,70,812,0),(96580,71,812,0),(96581,72,812,0),(96582,73,812,0),(96583,74,812,0),(96584,75,812,0),(96585,76,812,0),(96586,77,812,0),(96587,78,812,0),(96588,79,812,0),(96589,80,812,0),(96590,81,812,0),(96591,82,812,0),(96592,83,812,0),(96593,84,812,0),(96594,85,812,0),(96595,86,812,0),(96596,87,812,0),(96597,88,812,0),(96598,89,812,0),(96599,90,812,0),(96600,91,812,0),(96601,92,812,0),(96602,93,812,0.118285464031241),(96603,94,812,0),(96604,95,812,0),(96605,96,812,0),(96606,97,812,0),(96607,98,812,0),(96608,99,812,0),(96609,100,812,0),(96610,101,812,0),(96611,102,812,0),(96612,103,812,0),(96613,104,812,0),(96614,105,812,0),(96615,106,812,0),(96616,107,812,0),(96617,108,812,0),(96618,109,812,0),(96619,110,812,0),(96620,111,812,0),(96621,112,812,0),(96622,113,812,0),(96623,114,812,0),(96624,115,812,0),(96625,116,812,0),(96626,117,812,0),(96627,118,812,0),(96628,119,812,0),(96629,1,813,0),(96630,2,813,0),(96631,3,813,0),(96632,4,813,0),(96633,5,813,0),(96634,6,813,0),(96635,7,813,0),(96636,8,813,0),(96637,9,813,0),(96638,10,813,0),(96639,11,813,0),(96640,12,813,0),(96641,13,813,0),(96642,14,813,0),(96643,15,813,0),(96644,16,813,0),(96645,17,813,0),(96646,18,813,0),(96647,19,813,0),(96648,20,813,0),(96649,21,813,0),(96650,22,813,0),(96651,23,813,0),(96652,24,813,0),(96653,25,813,0),(96654,26,813,0),(96655,27,813,0),(96656,28,813,0),(96657,29,813,0),(96658,30,813,0),(96659,31,813,0),(96660,32,813,0),(96661,33,813,0),(96662,34,813,0),(96663,35,813,0),(96664,36,813,0),(96665,37,813,0),(96666,38,813,0),(96667,39,813,0),(96668,40,813,0),(96669,41,813,0),(96670,42,813,0),(96671,43,813,0),(96672,44,813,0),(96673,45,813,0),(96674,46,813,0),(96675,47,813,0),(96676,48,813,0),(96677,49,813,0),(96678,50,813,0),(96679,51,813,0),(96680,52,813,0),(96681,53,813,0),(96682,54,813,0),(96683,55,813,0),(96684,56,813,0),(96685,57,813,0),(96686,58,813,0),(96687,59,813,0),(96688,60,813,0),(96689,61,813,0),(96690,62,813,0),(96691,63,813,0),(96692,64,813,0),(96693,65,813,0),(96694,66,813,0),(96695,67,813,0),(96696,68,813,0),(96697,69,813,0),(96698,70,813,0),(96699,71,813,0),(96700,72,813,0),(96701,73,813,0),(96702,74,813,0),(96703,75,813,0),(96704,76,813,0),(96705,77,813,0),(96706,78,813,0),(96707,79,813,0),(96708,80,813,0),(96709,81,813,0),(96710,82,813,0),(96711,83,813,0),(96712,84,813,0),(96713,85,813,0),(96714,86,813,0),(96715,87,813,0),(96716,88,813,0),(96717,89,813,0),(96718,90,813,0),(96719,91,813,0),(96720,92,813,0),(96721,93,813,0.296196691326182),(96722,94,813,0),(96723,95,813,0),(96724,96,813,0),(96725,97,813,0),(96726,98,813,0),(96727,99,813,0),(96728,100,813,0),(96729,101,813,0),(96730,102,813,0),(96731,103,813,0),(96732,104,813,0),(96733,105,813,0),(96734,106,813,0),(96735,107,813,0),(96736,108,813,0),(96737,109,813,0),(96738,110,813,0),(96739,111,813,0),(96740,112,813,0),(96741,113,813,0),(96742,114,813,0),(96743,115,813,0),(96744,116,813,0),(96745,117,813,0),(96746,118,813,0),(96747,119,813,0),(96748,1,814,0),(96749,2,814,0),(96750,3,814,0),(96751,4,814,0),(96752,5,814,0),(96753,6,814,0),(96754,7,814,0),(96755,8,814,0),(96756,9,814,0),(96757,10,814,0),(96758,11,814,0),(96759,12,814,0),(96760,13,814,0),(96761,14,814,0),(96762,15,814,0),(96763,16,814,0),(96764,17,814,0),(96765,18,814,0),(96766,19,814,0),(96767,20,814,0),(96768,21,814,0),(96769,22,814,0),(96770,23,814,0),(96771,24,814,0),(96772,25,814,0),(96773,26,814,0),(96774,27,814,0),(96775,28,814,0),(96776,29,814,0),(96777,30,814,0),(96778,31,814,0),(96779,32,814,0),(96780,33,814,0),(96781,34,814,0),(96782,35,814,0),(96783,36,814,0),(96784,37,814,0),(96785,38,814,0),(96786,39,814,0),(96787,40,814,0),(96788,41,814,0),(96789,42,814,0),(96790,43,814,0),(96791,44,814,0),(96792,45,814,0),(96793,46,814,0),(96794,47,814,0),(96795,48,814,0),(96796,49,814,0),(96797,50,814,0),(96798,51,814,0),(96799,52,814,0),(96800,53,814,0),(96801,54,814,0),(96802,55,814,0),(96803,56,814,0),(96804,57,814,0),(96805,58,814,0),(96806,59,814,0),(96807,60,814,0),(96808,61,814,0),(96809,62,814,0),(96810,63,814,0),(96811,64,814,0),(96812,65,814,0),(96813,66,814,0),(96814,67,814,0),(96815,68,814,0),(96816,69,814,0),(96817,70,814,0),(96818,71,814,0),(96819,72,814,0),(96820,73,814,0),(96821,74,814,0),(96822,75,814,0),(96823,76,814,0),(96824,77,814,0),(96825,78,814,0),(96826,79,814,0),(96827,80,814,0),(96828,81,814,0),(96829,82,814,0),(96830,83,814,0),(96831,84,814,0),(96832,85,814,0),(96833,86,814,0),(96834,87,814,0),(96835,88,814,0),(96836,89,814,0),(96837,90,814,0),(96838,91,814,0),(96839,92,814,0),(96840,93,814,0.170888975048779),(96841,94,814,0),(96842,95,814,0),(96843,96,814,0),(96844,97,814,0),(96845,98,814,0),(96846,99,814,0),(96847,100,814,0),(96848,101,814,0),(96849,102,814,0),(96850,103,814,0),(96851,104,814,0),(96852,105,814,0),(96853,106,814,0),(96854,107,814,0),(96855,108,814,0),(96856,109,814,0),(96857,110,814,0),(96858,111,814,0),(96859,112,814,0),(96860,113,814,0),(96861,114,814,0),(96862,115,814,0),(96863,116,814,0),(96864,117,814,0),(96865,118,814,0),(96866,119,814,0),(96867,1,815,0),(96868,2,815,0),(96869,3,815,0),(96870,4,815,0),(96871,5,815,0),(96872,6,815,0),(96873,7,815,0),(96874,8,815,0),(96875,9,815,0),(96876,10,815,0),(96877,11,815,0),(96878,12,815,0),(96879,13,815,0),(96880,14,815,0),(96881,15,815,0),(96882,16,815,0),(96883,17,815,0),(96884,18,815,0),(96885,19,815,0),(96886,20,815,0),(96887,21,815,0),(96888,22,815,0),(96889,23,815,0),(96890,24,815,0),(96891,25,815,0),(96892,26,815,0),(96893,27,815,0),(96894,28,815,0),(96895,29,815,0),(96896,30,815,0),(96897,31,815,0),(96898,32,815,0),(96899,33,815,0),(96900,34,815,0),(96901,35,815,0),(96902,36,815,0),(96903,37,815,0),(96904,38,815,0),(96905,39,815,0),(96906,40,815,0),(96907,41,815,0),(96908,42,815,0),(96909,43,815,0),(96910,44,815,0),(96911,45,815,0),(96912,46,815,0),(96913,47,815,0),(96914,48,815,0),(96915,49,815,0),(96916,50,815,0),(96917,51,815,0),(96918,52,815,0),(96919,53,815,0),(96920,54,815,0),(96921,55,815,0),(96922,56,815,0),(96923,57,815,0),(96924,58,815,0),(96925,59,815,0),(96926,60,815,0),(96927,61,815,0),(96928,62,815,0),(96929,63,815,0),(96930,64,815,0),(96931,65,815,0),(96932,66,815,0),(96933,67,815,0),(96934,68,815,0),(96935,69,815,0),(96936,70,815,0),(96937,71,815,0),(96938,72,815,0),(96939,73,815,0),(96940,74,815,0),(96941,75,815,0),(96942,76,815,0),(96943,77,815,0),(96944,78,815,0),(96945,79,815,0),(96946,80,815,0),(96947,81,815,0),(96948,82,815,0),(96949,83,815,0),(96950,84,815,0),(96951,85,815,0),(96952,86,815,0),(96953,87,815,0),(96954,88,815,0),(96955,89,815,0),(96956,90,815,0),(96957,91,815,0),(96958,92,815,0),(96959,93,815,0),(96960,94,815,0.322405876347231),(96961,95,815,0),(96962,96,815,0),(96963,97,815,0),(96964,98,815,0),(96965,99,815,0),(96966,100,815,0),(96967,101,815,0),(96968,102,815,0),(96969,103,815,0),(96970,104,815,0),(96971,105,815,0),(96972,106,815,0),(96973,107,815,0),(96974,108,815,0),(96975,109,815,0),(96976,110,815,0),(96977,111,815,0),(96978,112,815,0),(96979,113,815,0),(96980,114,815,0),(96981,115,815,0),(96982,116,815,0),(96983,117,815,0),(96984,118,815,0),(96985,119,815,0),(96986,1,816,0),(96987,2,816,0),(96988,3,816,0),(96989,4,816,0),(96990,5,816,0),(96991,6,816,0),(96992,7,816,0),(96993,8,816,0),(96994,9,816,0),(96995,10,816,0),(96996,11,816,0),(96997,12,816,0),(96998,13,816,0),(96999,14,816,0),(97000,15,816,0),(97001,16,816,0),(97002,17,816,0),(97003,18,816,0),(97004,19,816,0),(97005,20,816,0),(97006,21,816,0),(97007,22,816,0),(97008,23,816,0),(97009,24,816,0),(97010,25,816,0),(97011,26,816,0),(97012,27,816,0),(97013,28,816,0),(97014,29,816,0),(97015,30,816,0),(97016,31,816,0),(97017,32,816,0),(97018,33,816,0),(97019,34,816,0),(97020,35,816,0),(97021,36,816,0),(97022,37,816,0),(97023,38,816,0),(97024,39,816,0),(97025,40,816,0),(97026,41,816,0),(97027,42,816,0),(97028,43,816,0),(97029,44,816,0),(97030,45,816,0),(97031,46,816,0),(97032,47,816,0),(97033,48,816,0),(97034,49,816,0),(97035,50,816,0),(97036,51,816,0),(97037,52,816,0),(97038,53,816,0),(97039,54,816,0),(97040,55,816,0),(97041,56,816,0),(97042,57,816,0),(97043,58,816,0),(97044,59,816,0),(97045,60,816,0),(97046,61,816,0),(97047,62,816,0),(97048,63,816,0),(97049,64,816,0),(97050,65,816,0),(97051,66,816,0),(97052,67,816,0),(97053,68,816,0),(97054,69,816,0),(97055,70,816,0),(97056,71,816,0),(97057,72,816,0),(97058,73,816,0),(97059,74,816,0),(97060,75,816,0),(97061,76,816,0),(97062,77,816,0),(97063,78,816,0),(97064,79,816,0),(97065,80,816,0),(97066,81,816,0),(97067,82,816,0),(97068,83,816,0),(97069,84,816,0),(97070,85,816,0),(97071,86,816,0),(97072,87,816,0),(97073,88,816,0),(97074,89,816,0),(97075,90,816,0),(97076,91,816,0),(97077,92,816,0),(97078,93,816,0),(97079,94,816,0.177594123652769),(97080,95,816,0),(97081,96,816,0),(97082,97,816,0),(97083,98,816,0),(97084,99,816,0),(97085,100,816,0),(97086,101,816,0),(97087,102,816,0),(97088,103,816,0),(97089,104,816,0),(97090,105,816,0),(97091,106,816,0),(97092,107,816,0),(97093,108,816,0),(97094,109,816,0),(97095,110,816,0),(97096,111,816,0),(97097,112,816,0),(97098,113,816,0),(97099,114,816,0),(97100,115,816,0),(97101,116,816,0),(97102,117,816,0),(97103,118,816,0),(97104,119,816,0),(97105,1,817,0),(97106,2,817,0),(97107,3,817,0),(97108,4,817,0),(97109,5,817,0),(97110,6,817,0),(97111,7,817,0),(97112,8,817,0),(97113,9,817,0),(97114,10,817,0),(97115,11,817,0),(97116,12,817,0),(97117,13,817,0),(97118,14,817,0),(97119,15,817,0),(97120,16,817,0),(97121,17,817,0),(97122,18,817,0),(97123,19,817,0),(97124,20,817,0),(97125,21,817,0),(97126,22,817,0),(97127,23,817,0),(97128,24,817,0),(97129,25,817,0),(97130,26,817,0),(97131,27,817,0),(97132,28,817,0),(97133,29,817,0),(97134,30,817,0),(97135,31,817,0),(97136,32,817,0),(97137,33,817,0),(97138,34,817,0),(97139,35,817,0),(97140,36,817,0),(97141,37,817,0),(97142,38,817,0),(97143,39,817,0),(97144,40,817,0),(97145,41,817,0),(97146,42,817,0),(97147,43,817,0),(97148,44,817,0),(97149,45,817,0),(97150,46,817,0),(97151,47,817,0),(97152,48,817,0),(97153,49,817,0),(97154,50,817,0),(97155,51,817,0),(97156,52,817,0),(97157,53,817,0),(97158,54,817,0),(97159,55,817,0),(97160,56,817,0),(97161,57,817,0),(97162,58,817,0),(97163,59,817,0),(97164,60,817,0),(97165,61,817,0),(97166,62,817,0),(97167,63,817,0),(97168,64,817,0),(97169,65,817,0),(97170,66,817,0),(97171,67,817,0),(97172,68,817,0),(97173,69,817,0),(97174,70,817,0),(97175,71,817,0),(97176,72,817,0),(97177,73,817,0),(97178,74,817,0),(97179,75,817,0),(97180,76,817,0),(97181,77,817,0),(97182,78,817,0),(97183,79,817,0),(97184,80,817,0),(97185,81,817,0),(97186,82,817,0),(97187,83,817,0),(97188,84,817,0),(97189,85,817,0),(97190,86,817,0),(97191,87,817,0),(97192,88,817,0),(97193,89,817,0),(97194,90,817,0),(97195,91,817,0),(97196,92,817,0),(97197,93,817,0),(97198,94,817,0.174047958802166),(97199,95,817,0),(97200,96,817,0),(97201,97,817,0),(97202,98,817,0),(97203,99,817,0),(97204,100,817,0),(97205,101,817,0),(97206,102,817,0),(97207,103,817,0),(97208,104,817,0),(97209,105,817,0),(97210,106,817,0),(97211,107,817,0),(97212,108,817,0),(97213,109,817,0),(97214,110,817,0),(97215,111,817,0),(97216,112,817,0),(97217,113,817,0),(97218,114,817,0),(97219,115,817,0),(97220,116,817,0),(97221,117,817,0),(97222,118,817,0),(97223,119,817,0),(97224,1,818,0),(97225,2,818,0),(97226,3,818,0),(97227,4,818,0),(97228,5,818,0),(97229,6,818,0),(97230,7,818,0),(97231,8,818,0),(97232,9,818,0),(97233,10,818,0),(97234,11,818,0),(97235,12,818,0),(97236,13,818,0),(97237,14,818,0),(97238,15,818,0),(97239,16,818,0),(97240,17,818,0),(97241,18,818,0),(97242,19,818,0),(97243,20,818,0),(97244,21,818,0),(97245,22,818,0),(97246,23,818,0),(97247,24,818,0),(97248,25,818,0),(97249,26,818,0),(97250,27,818,0),(97251,28,818,0),(97252,29,818,0),(97253,30,818,0),(97254,31,818,0),(97255,32,818,0),(97256,33,818,0),(97257,34,818,0),(97258,35,818,0),(97259,36,818,0),(97260,37,818,0),(97261,38,818,0),(97262,39,818,0),(97263,40,818,0),(97264,41,818,0),(97265,42,818,0),(97266,43,818,0),(97267,44,818,0),(97268,45,818,0),(97269,46,818,0),(97270,47,818,0),(97271,48,818,0),(97272,49,818,0),(97273,50,818,0),(97274,51,818,0),(97275,52,818,0),(97276,53,818,0),(97277,54,818,0),(97278,55,818,0),(97279,56,818,0),(97280,57,818,0),(97281,58,818,0),(97282,59,818,0),(97283,60,818,0),(97284,61,818,0),(97285,62,818,0),(97286,63,818,0),(97287,64,818,0),(97288,65,818,0),(97289,66,818,0),(97290,67,818,0),(97291,68,818,0),(97292,69,818,0),(97293,70,818,0),(97294,71,818,0),(97295,72,818,0),(97296,73,818,0),(97297,74,818,0),(97298,75,818,0),(97299,76,818,0),(97300,77,818,0),(97301,78,818,0),(97302,79,818,0),(97303,80,818,0),(97304,81,818,0),(97305,82,818,0),(97306,83,818,0),(97307,84,818,0),(97308,85,818,0),(97309,86,818,0),(97310,87,818,0),(97311,88,818,0),(97312,89,818,0),(97313,90,818,0),(97314,91,818,0),(97315,92,818,0),(97316,93,818,0),(97317,94,818,0.625952041197834),(97318,95,818,0),(97319,96,818,0),(97320,97,818,0),(97321,98,818,0),(97322,99,818,0),(97323,100,818,0),(97324,101,818,0),(97325,102,818,0),(97326,103,818,0),(97327,104,818,0),(97328,105,818,0),(97329,106,818,0),(97330,107,818,0),(97331,108,818,0),(97332,109,818,0),(97333,110,818,0),(97334,111,818,0),(97335,112,818,0),(97336,113,818,0),(97337,114,818,0),(97338,115,818,0),(97339,116,818,0),(97340,117,818,0),(97341,118,818,0),(97342,119,818,0),(97343,1,819,0),(97344,2,819,0),(97345,3,819,0),(97346,4,819,0),(97347,5,819,0),(97348,6,819,0),(97349,7,819,0),(97350,8,819,0),(97351,9,819,0),(97352,10,819,0),(97353,11,819,0),(97354,12,819,0),(97355,13,819,0),(97356,14,819,0),(97357,15,819,0),(97358,16,819,0),(97359,17,819,0),(97360,18,819,0),(97361,19,819,0),(97362,20,819,0),(97363,21,819,0),(97364,22,819,0),(97365,23,819,0),(97366,24,819,0),(97367,25,819,0),(97368,26,819,0),(97369,27,819,0),(97370,28,819,0),(97371,29,819,0),(97372,30,819,0),(97373,31,819,0),(97374,32,819,0),(97375,33,819,0),(97376,34,819,0),(97377,35,819,0),(97378,36,819,0),(97379,37,819,0),(97380,38,819,0),(97381,39,819,0),(97382,40,819,0),(97383,41,819,0),(97384,42,819,0),(97385,43,819,0),(97386,44,819,0),(97387,45,819,0),(97388,46,819,0),(97389,47,819,0),(97390,48,819,0),(97391,49,819,0),(97392,50,819,0),(97393,51,819,0),(97394,52,819,0),(97395,53,819,0),(97396,54,819,0),(97397,55,819,0),(97398,56,819,0),(97399,57,819,0),(97400,58,819,0),(97401,59,819,0),(97402,60,819,0),(97403,61,819,0),(97404,62,819,0),(97405,63,819,0),(97406,64,819,0),(97407,65,819,0),(97408,66,819,0),(97409,67,819,0),(97410,68,819,0),(97411,69,819,0),(97412,70,819,0),(97413,71,819,0),(97414,72,819,0),(97415,73,819,0),(97416,74,819,0),(97417,75,819,0),(97418,76,819,0),(97419,77,819,0),(97420,78,819,0),(97421,79,819,0),(97422,80,819,0),(97423,81,819,0),(97424,82,819,0),(97425,83,819,0),(97426,84,819,0),(97427,85,819,0),(97428,86,819,0),(97429,87,819,0),(97430,88,819,0),(97431,89,819,0),(97432,90,819,0),(97433,91,819,0),(97434,92,819,0),(97435,93,819,0),(97436,94,819,0.265665359195109),(97437,95,819,0),(97438,96,819,0),(97439,97,819,0),(97440,98,819,0),(97441,99,819,0),(97442,100,819,0),(97443,101,819,0),(97444,102,819,0),(97445,103,819,0),(97446,104,819,0),(97447,105,819,0),(97448,106,819,0),(97449,107,819,0),(97450,108,819,0),(97451,109,819,0),(97452,110,819,0),(97453,111,819,0),(97454,112,819,0),(97455,113,819,0),(97456,114,819,0),(97457,115,819,0),(97458,116,819,0),(97459,117,819,0),(97460,118,819,0),(97461,119,819,0),(97462,1,820,0),(97463,2,820,0),(97464,3,820,0),(97465,4,820,0),(97466,5,820,0),(97467,6,820,0),(97468,7,820,0),(97469,8,820,0),(97470,9,820,0),(97471,10,820,0),(97472,11,820,0),(97473,12,820,0),(97474,13,820,0),(97475,14,820,0),(97476,15,820,0),(97477,16,820,0),(97478,17,820,0),(97479,18,820,0),(97480,19,820,0),(97481,20,820,0),(97482,21,820,0),(97483,22,820,0),(97484,23,820,0),(97485,24,820,0),(97486,25,820,0),(97487,26,820,0),(97488,27,820,0),(97489,28,820,0),(97490,29,820,0),(97491,30,820,0),(97492,31,820,0),(97493,32,820,0),(97494,33,820,0),(97495,34,820,0),(97496,35,820,0),(97497,36,820,0),(97498,37,820,0),(97499,38,820,0),(97500,39,820,0),(97501,40,820,0),(97502,41,820,0),(97503,42,820,0),(97504,43,820,0),(97505,44,820,0),(97506,45,820,0),(97507,46,820,0),(97508,47,820,0),(97509,48,820,0),(97510,49,820,0),(97511,50,820,0),(97512,51,820,0),(97513,52,820,0),(97514,53,820,0),(97515,54,820,0),(97516,55,820,0),(97517,56,820,0),(97518,57,820,0),(97519,58,820,0),(97520,59,820,0),(97521,60,820,0),(97522,61,820,0),(97523,62,820,0),(97524,63,820,0),(97525,64,820,0),(97526,65,820,0),(97527,66,820,0),(97528,67,820,0),(97529,68,820,0),(97530,69,820,0),(97531,70,820,0),(97532,71,820,0),(97533,72,820,0),(97534,73,820,0),(97535,74,820,0),(97536,75,820,0),(97537,76,820,0),(97538,77,820,0),(97539,78,820,0),(97540,79,820,0),(97541,80,820,0),(97542,81,820,0),(97543,82,820,0),(97544,83,820,0),(97545,84,820,0),(97546,85,820,0),(97547,86,820,0),(97548,87,820,0),(97549,88,820,0),(97550,89,820,0),(97551,90,820,0),(97552,91,820,0),(97553,92,820,0),(97554,93,820,0),(97555,94,820,0.734334640804891),(97556,95,820,0),(97557,96,820,0),(97558,97,820,0),(97559,98,820,0),(97560,99,820,0),(97561,100,820,0),(97562,101,820,0),(97563,102,820,0),(97564,103,820,0),(97565,104,820,0),(97566,105,820,0),(97567,106,820,0),(97568,107,820,0),(97569,108,820,0),(97570,109,820,0),(97571,110,820,0),(97572,111,820,0),(97573,112,820,0),(97574,113,820,0),(97575,114,820,0),(97576,115,820,0),(97577,116,820,0),(97578,117,820,0),(97579,118,820,0),(97580,119,820,0),(97581,1,821,0),(97582,2,821,0),(97583,3,821,0),(97584,4,821,0),(97585,5,821,0),(97586,6,821,0),(97587,7,821,0),(97588,8,821,0),(97589,9,821,0),(97590,10,821,0),(97591,11,821,0),(97592,12,821,0),(97593,13,821,0),(97594,14,821,0),(97595,15,821,0),(97596,16,821,0),(97597,17,821,0),(97598,18,821,0),(97599,19,821,0),(97600,20,821,0),(97601,21,821,0),(97602,22,821,0),(97603,23,821,0),(97604,24,821,0),(97605,25,821,0),(97606,26,821,0),(97607,27,821,0),(97608,28,821,0),(97609,29,821,0),(97610,30,821,0),(97611,31,821,0),(97612,32,821,0),(97613,33,821,0),(97614,34,821,0),(97615,35,821,0),(97616,36,821,0),(97617,37,821,0),(97618,38,821,0),(97619,39,821,0),(97620,40,821,0),(97621,41,821,0),(97622,42,821,0),(97623,43,821,0),(97624,44,821,0),(97625,45,821,0),(97626,46,821,0),(97627,47,821,0),(97628,48,821,0),(97629,49,821,0),(97630,50,821,0),(97631,51,821,0),(97632,52,821,0),(97633,53,821,0),(97634,54,821,0),(97635,55,821,0),(97636,56,821,0),(97637,57,821,0),(97638,58,821,0),(97639,59,821,0),(97640,60,821,0),(97641,61,821,0),(97642,62,821,0),(97643,63,821,0),(97644,64,821,0),(97645,65,821,0),(97646,66,821,0),(97647,67,821,0),(97648,68,821,0),(97649,69,821,0),(97650,70,821,0),(97651,71,821,0),(97652,72,821,0),(97653,73,821,0),(97654,74,821,0),(97655,75,821,0),(97656,76,821,0),(97657,77,821,0),(97658,78,821,0),(97659,79,821,0),(97660,80,821,0),(97661,81,821,0),(97662,82,821,0),(97663,83,821,0),(97664,84,821,0),(97665,85,821,0),(97666,86,821,0),(97667,87,821,0),(97668,88,821,0),(97669,89,821,0),(97670,90,821,0),(97671,91,821,0),(97672,92,821,0),(97673,93,821,0),(97674,94,821,0),(97675,95,821,0.202613005440535),(97676,96,821,0),(97677,97,821,0),(97678,98,821,0),(97679,99,821,0),(97680,100,821,0),(97681,101,821,0),(97682,102,821,0),(97683,103,821,0),(97684,104,821,0),(97685,105,821,0),(97686,106,821,0),(97687,107,821,0),(97688,108,821,0),(97689,109,821,0),(97690,110,821,0),(97691,111,821,0),(97692,112,821,0),(97693,113,821,0),(97694,114,821,0),(97695,115,821,0),(97696,116,821,0),(97697,117,821,0),(97698,118,821,0),(97699,119,821,0),(97700,1,822,0),(97701,2,822,0),(97702,3,822,0),(97703,4,822,0),(97704,5,822,0),(97705,6,822,0),(97706,7,822,0),(97707,8,822,0),(97708,9,822,0),(97709,10,822,0),(97710,11,822,0),(97711,12,822,0),(97712,13,822,0),(97713,14,822,0),(97714,15,822,0),(97715,16,822,0),(97716,17,822,0),(97717,18,822,0),(97718,19,822,0),(97719,20,822,0),(97720,21,822,0),(97721,22,822,0),(97722,23,822,0),(97723,24,822,0),(97724,25,822,0),(97725,26,822,0),(97726,27,822,0),(97727,28,822,0),(97728,29,822,0),(97729,30,822,0),(97730,31,822,0),(97731,32,822,0),(97732,33,822,0),(97733,34,822,0),(97734,35,822,0),(97735,36,822,0),(97736,37,822,0),(97737,38,822,0),(97738,39,822,0),(97739,40,822,0),(97740,41,822,0),(97741,42,822,0),(97742,43,822,0),(97743,44,822,0),(97744,45,822,0),(97745,46,822,0),(97746,47,822,0),(97747,48,822,0),(97748,49,822,0),(97749,50,822,0),(97750,51,822,0),(97751,52,822,0),(97752,53,822,0),(97753,54,822,0),(97754,55,822,0),(97755,56,822,0),(97756,57,822,0),(97757,58,822,0),(97758,59,822,0),(97759,60,822,0),(97760,61,822,0),(97761,62,822,0),(97762,63,822,0),(97763,64,822,0),(97764,65,822,0),(97765,66,822,0),(97766,67,822,0),(97767,68,822,0),(97768,69,822,0),(97769,70,822,0),(97770,71,822,0),(97771,72,822,0),(97772,73,822,0),(97773,74,822,0),(97774,75,822,0),(97775,76,822,0),(97776,77,822,0),(97777,78,822,0),(97778,79,822,0),(97779,80,822,0),(97780,81,822,0),(97781,82,822,0),(97782,83,822,0),(97783,84,822,0),(97784,85,822,0),(97785,86,822,0),(97786,87,822,0),(97787,88,822,0),(97788,89,822,0),(97789,90,822,0),(97790,91,822,0),(97791,92,822,0),(97792,93,822,0),(97793,94,822,0),(97794,95,822,0.164391494180377),(97795,96,822,0),(97796,97,822,0),(97797,98,822,0),(97798,99,822,0),(97799,100,822,0),(97800,101,822,0),(97801,102,822,0),(97802,103,822,0),(97803,104,822,0),(97804,105,822,0),(97805,106,822,0),(97806,107,822,0),(97807,108,822,0),(97808,109,822,0),(97809,110,822,0),(97810,111,822,0),(97811,112,822,0),(97812,113,822,0),(97813,114,822,0),(97814,115,822,0),(97815,116,822,0),(97816,117,822,0),(97817,118,822,0),(97818,119,822,0),(97819,1,823,0),(97820,2,823,0),(97821,3,823,0),(97822,4,823,0),(97823,5,823,0),(97824,6,823,0),(97825,7,823,0),(97826,8,823,0),(97827,9,823,0),(97828,10,823,0),(97829,11,823,0),(97830,12,823,0),(97831,13,823,0),(97832,14,823,0),(97833,15,823,0),(97834,16,823,0),(97835,17,823,0),(97836,18,823,0),(97837,19,823,0),(97838,20,823,0),(97839,21,823,0),(97840,22,823,0),(97841,23,823,0),(97842,24,823,0),(97843,25,823,0),(97844,26,823,0),(97845,27,823,0),(97846,28,823,0),(97847,29,823,0),(97848,30,823,0),(97849,31,823,0),(97850,32,823,0),(97851,33,823,0),(97852,34,823,0),(97853,35,823,0),(97854,36,823,0),(97855,37,823,0),(97856,38,823,0),(97857,39,823,0),(97858,40,823,0),(97859,41,823,0),(97860,42,823,0),(97861,43,823,0),(97862,44,823,0),(97863,45,823,0),(97864,46,823,0),(97865,47,823,0),(97866,48,823,0),(97867,49,823,0),(97868,50,823,0),(97869,51,823,0),(97870,52,823,0),(97871,53,823,0),(97872,54,823,0),(97873,55,823,0),(97874,56,823,0),(97875,57,823,0),(97876,58,823,0),(97877,59,823,0),(97878,60,823,0),(97879,61,823,0),(97880,62,823,0),(97881,63,823,0),(97882,64,823,0),(97883,65,823,0),(97884,66,823,0),(97885,67,823,0),(97886,68,823,0),(97887,69,823,0),(97888,70,823,0),(97889,71,823,0),(97890,72,823,0),(97891,73,823,0),(97892,74,823,0),(97893,75,823,0),(97894,76,823,0),(97895,77,823,0),(97896,78,823,0),(97897,79,823,0),(97898,80,823,0),(97899,81,823,0),(97900,82,823,0),(97901,83,823,0),(97902,84,823,0),(97903,85,823,0),(97904,86,823,0),(97905,87,823,0),(97906,88,823,0),(97907,89,823,0),(97908,90,823,0),(97909,91,823,0),(97910,92,823,0),(97911,93,823,0),(97912,94,823,0),(97913,95,823,0.132995500379088),(97914,96,823,0),(97915,97,823,0),(97916,98,823,0),(97917,99,823,0),(97918,100,823,0),(97919,101,823,0),(97920,102,823,0),(97921,103,823,0),(97922,104,823,0),(97923,105,823,0),(97924,106,823,0),(97925,107,823,0),(97926,108,823,0),(97927,109,823,0),(97928,110,823,0),(97929,111,823,0),(97930,112,823,0),(97931,113,823,0),(97932,114,823,0),(97933,115,823,0),(97934,116,823,0),(97935,117,823,0),(97936,118,823,0),(97937,119,823,0),(97938,1,824,0),(97939,2,824,0),(97940,3,824,0),(97941,4,824,0),(97942,5,824,0),(97943,6,824,0),(97944,7,824,0),(97945,8,824,0),(97946,9,824,0),(97947,10,824,0),(97948,11,824,0),(97949,12,824,0),(97950,13,824,0),(97951,14,824,0),(97952,15,824,0),(97953,16,824,0),(97954,17,824,0),(97955,18,824,0),(97956,19,824,0),(97957,20,824,0),(97958,21,824,0),(97959,22,824,0),(97960,23,824,0),(97961,24,824,0),(97962,25,824,0),(97963,26,824,0),(97964,27,824,0),(97965,28,824,0),(97966,29,824,0),(97967,30,824,0),(97968,31,824,0),(97969,32,824,0),(97970,33,824,0),(97971,34,824,0),(97972,35,824,0),(97973,36,824,0),(97974,37,824,0),(97975,38,824,0),(97976,39,824,0),(97977,40,824,0),(97978,41,824,0),(97979,42,824,0),(97980,43,824,0),(97981,44,824,0),(97982,45,824,0),(97983,46,824,0),(97984,47,824,0),(97985,48,824,0),(97986,49,824,0),(97987,50,824,0),(97988,51,824,0),(97989,52,824,0),(97990,53,824,0),(97991,54,824,0),(97992,55,824,0),(97993,56,824,0),(97994,57,824,0),(97995,58,824,0),(97996,59,824,0),(97997,60,824,0),(97998,61,824,0),(97999,62,824,0),(98000,63,824,0),(98001,64,824,0),(98002,65,824,0),(98003,66,824,0),(98004,67,824,0),(98005,68,824,0),(98006,69,824,0),(98007,70,824,0),(98008,71,824,0),(98009,72,824,0),(98010,73,824,0),(98011,74,824,0),(98012,75,824,0),(98013,76,824,0),(98014,77,824,0),(98015,78,824,0),(98016,79,824,0),(98017,80,824,0),(98018,81,824,0),(98019,82,824,0),(98020,83,824,0),(98021,84,824,0),(98022,85,824,0),(98023,86,824,0),(98024,87,824,0),(98025,88,824,0),(98026,89,824,0),(98027,90,824,0),(98028,91,824,0),(98029,92,824,0),(98030,93,824,0),(98031,94,824,0),(98032,95,824,0.242362159676652),(98033,96,824,0),(98034,97,824,0),(98035,98,824,0),(98036,99,824,0),(98037,100,824,0),(98038,101,824,0),(98039,102,824,0),(98040,103,824,0),(98041,104,824,0),(98042,105,824,0),(98043,106,824,0),(98044,107,824,0),(98045,108,824,0),(98046,109,824,0),(98047,110,824,0),(98048,111,824,0),(98049,112,824,0),(98050,113,824,0),(98051,114,824,0),(98052,115,824,0),(98053,116,824,0),(98054,117,824,0),(98055,118,824,0),(98056,119,824,0),(98057,1,825,0),(98058,2,825,0),(98059,3,825,0),(98060,4,825,0),(98061,5,825,0),(98062,6,825,0),(98063,7,825,0),(98064,8,825,0),(98065,9,825,0),(98066,10,825,0),(98067,11,825,0),(98068,12,825,0),(98069,13,825,0),(98070,14,825,0),(98071,15,825,0),(98072,16,825,0),(98073,17,825,0),(98074,18,825,0),(98075,19,825,0),(98076,20,825,0),(98077,21,825,0),(98078,22,825,0),(98079,23,825,0),(98080,24,825,0),(98081,25,825,0),(98082,26,825,0),(98083,27,825,0),(98084,28,825,0),(98085,29,825,0),(98086,30,825,0),(98087,31,825,0),(98088,32,825,0),(98089,33,825,0),(98090,34,825,0),(98091,35,825,0),(98092,36,825,0),(98093,37,825,0),(98094,38,825,0),(98095,39,825,0),(98096,40,825,0),(98097,41,825,0),(98098,42,825,0),(98099,43,825,0),(98100,44,825,0),(98101,45,825,0),(98102,46,825,0),(98103,47,825,0),(98104,48,825,0),(98105,49,825,0),(98106,50,825,0),(98107,51,825,0),(98108,52,825,0),(98109,53,825,0),(98110,54,825,0),(98111,55,825,0),(98112,56,825,0),(98113,57,825,0),(98114,58,825,0),(98115,59,825,0),(98116,60,825,0),(98117,61,825,0),(98118,62,825,0),(98119,63,825,0),(98120,64,825,0),(98121,65,825,0),(98122,66,825,0),(98123,67,825,0),(98124,68,825,0),(98125,69,825,0),(98126,70,825,0),(98127,71,825,0),(98128,72,825,0),(98129,73,825,0),(98130,74,825,0),(98131,75,825,0),(98132,76,825,0),(98133,77,825,0),(98134,78,825,0),(98135,79,825,0),(98136,80,825,0),(98137,81,825,0),(98138,82,825,0),(98139,83,825,0),(98140,84,825,0),(98141,85,825,0),(98142,86,825,0),(98143,87,825,0),(98144,88,825,0),(98145,89,825,0),(98146,90,825,0),(98147,91,825,0),(98148,92,825,0),(98149,93,825,0),(98150,94,825,0),(98151,95,825,0.346186869206238),(98152,96,825,0),(98153,97,825,0),(98154,98,825,0),(98155,99,825,0),(98156,100,825,0),(98157,101,825,0),(98158,102,825,0),(98159,103,825,0),(98160,104,825,0),(98161,105,825,0),(98162,106,825,0),(98163,107,825,0),(98164,108,825,0),(98165,109,825,0),(98166,110,825,0),(98167,111,825,0),(98168,112,825,0),(98169,113,825,0),(98170,114,825,0),(98171,115,825,0),(98172,116,825,0),(98173,117,825,0),(98174,118,825,0),(98175,119,825,0),(98176,1,826,0),(98177,2,826,0),(98178,3,826,0),(98179,4,826,0),(98180,5,826,0),(98181,6,826,0),(98182,7,826,0),(98183,8,826,0),(98184,9,826,0),(98185,10,826,0),(98186,11,826,0),(98187,12,826,0),(98188,13,826,0),(98189,14,826,0),(98190,15,826,0),(98191,16,826,0),(98192,17,826,0),(98193,18,826,0),(98194,19,826,0),(98195,20,826,0),(98196,21,826,0),(98197,22,826,0),(98198,23,826,0),(98199,24,826,0),(98200,25,826,0),(98201,26,826,0),(98202,27,826,0),(98203,28,826,0),(98204,29,826,0),(98205,30,826,0),(98206,31,826,0),(98207,32,826,0),(98208,33,826,0),(98209,34,826,0),(98210,35,826,0),(98211,36,826,0),(98212,37,826,0),(98213,38,826,0),(98214,39,826,0),(98215,40,826,0),(98216,41,826,0),(98217,42,826,0),(98218,43,826,0),(98219,44,826,0),(98220,45,826,0),(98221,46,826,0),(98222,47,826,0),(98223,48,826,0),(98224,49,826,0),(98225,50,826,0),(98226,51,826,0),(98227,52,826,0),(98228,53,826,0),(98229,54,826,0),(98230,55,826,0),(98231,56,826,0),(98232,57,826,0),(98233,58,826,0),(98234,59,826,0),(98235,60,826,0),(98236,61,826,0),(98237,62,826,0),(98238,63,826,0),(98239,64,826,0),(98240,65,826,0),(98241,66,826,0),(98242,67,826,0),(98243,68,826,0),(98244,69,826,0),(98245,70,826,0),(98246,71,826,0),(98247,72,826,0),(98248,73,826,0),(98249,74,826,0),(98250,75,826,0),(98251,76,826,0),(98252,77,826,0),(98253,78,826,0),(98254,79,826,0),(98255,80,826,0),(98256,81,826,0),(98257,82,826,0),(98258,83,826,0),(98259,84,826,0),(98260,85,826,0),(98261,86,826,0),(98262,87,826,0),(98263,88,826,0),(98264,89,826,0),(98265,90,826,0),(98266,91,826,0),(98267,92,826,0),(98268,93,826,0),(98269,94,826,0),(98270,95,826,0.21145097111711),(98271,96,826,0),(98272,97,826,0),(98273,98,826,0),(98274,99,826,0),(98275,100,826,0),(98276,101,826,0),(98277,102,826,0),(98278,103,826,0),(98279,104,826,0),(98280,105,826,0),(98281,106,826,0),(98282,107,826,0),(98283,108,826,0),(98284,109,826,0),(98285,110,826,0),(98286,111,826,0),(98287,112,826,0),(98288,113,826,0),(98289,114,826,0),(98290,115,826,0),(98291,116,826,0),(98292,117,826,0),(98293,118,826,0),(98294,119,826,0),(98295,1,827,0),(98296,2,827,0),(98297,3,827,0),(98298,4,827,0),(98299,5,827,0),(98300,6,827,0),(98301,7,827,0),(98302,8,827,0),(98303,9,827,0),(98304,10,827,0),(98305,11,827,0),(98306,12,827,0),(98307,13,827,0),(98308,14,827,0),(98309,15,827,0),(98310,16,827,0),(98311,17,827,0),(98312,18,827,0),(98313,19,827,0),(98314,20,827,0),(98315,21,827,0),(98316,22,827,0),(98317,23,827,0),(98318,24,827,0),(98319,25,827,0),(98320,26,827,0),(98321,27,827,0),(98322,28,827,0),(98323,29,827,0),(98324,30,827,0),(98325,31,827,0),(98326,32,827,0),(98327,33,827,0),(98328,34,827,0),(98329,35,827,0),(98330,36,827,0),(98331,37,827,0),(98332,38,827,0),(98333,39,827,0),(98334,40,827,0),(98335,41,827,0),(98336,42,827,0),(98337,43,827,0),(98338,44,827,0),(98339,45,827,0),(98340,46,827,0),(98341,47,827,0),(98342,48,827,0),(98343,49,827,0),(98344,50,827,0),(98345,51,827,0),(98346,52,827,0),(98347,53,827,0),(98348,54,827,0),(98349,55,827,0),(98350,56,827,0),(98351,57,827,0),(98352,58,827,0),(98353,59,827,0),(98354,60,827,0),(98355,61,827,0),(98356,62,827,0),(98357,63,827,0),(98358,64,827,0),(98359,65,827,0),(98360,66,827,0),(98361,67,827,0),(98362,68,827,0),(98363,69,827,0),(98364,70,827,0),(98365,71,827,0),(98366,72,827,0),(98367,73,827,0),(98368,74,827,0),(98369,75,827,0),(98370,76,827,0),(98371,77,827,0),(98372,78,827,0),(98373,79,827,0),(98374,80,827,0),(98375,81,827,0),(98376,82,827,0),(98377,83,827,0),(98378,84,827,0),(98379,85,827,0),(98380,86,827,0),(98381,87,827,0),(98382,88,827,0),(98383,89,827,0),(98384,90,827,0),(98385,91,827,0),(98386,92,827,0),(98387,93,827,0),(98388,94,827,0),(98389,95,827,0.392670791363094),(98390,96,827,0),(98391,97,827,0),(98392,98,827,0),(98393,99,827,0),(98394,100,827,0),(98395,101,827,0),(98396,102,827,0),(98397,103,827,0),(98398,104,827,0),(98399,105,827,0),(98400,106,827,0),(98401,107,827,0),(98402,108,827,0),(98403,109,827,0),(98404,110,827,0),(98405,111,827,0),(98406,112,827,0),(98407,113,827,0),(98408,114,827,0),(98409,115,827,0),(98410,116,827,0),(98411,117,827,0),(98412,118,827,0),(98413,119,827,0),(98414,1,828,0),(98415,2,828,0),(98416,3,828,0),(98417,4,828,0),(98418,5,828,0),(98419,6,828,0),(98420,7,828,0),(98421,8,828,0),(98422,9,828,0),(98423,10,828,0),(98424,11,828,0),(98425,12,828,0),(98426,13,828,0),(98427,14,828,0),(98428,15,828,0),(98429,16,828,0),(98430,17,828,0),(98431,18,828,0),(98432,19,828,0),(98433,20,828,0),(98434,21,828,0),(98435,22,828,0),(98436,23,828,0),(98437,24,828,0),(98438,25,828,0),(98439,26,828,0),(98440,27,828,0),(98441,28,828,0),(98442,29,828,0),(98443,30,828,0),(98444,31,828,0),(98445,32,828,0),(98446,33,828,0),(98447,34,828,0),(98448,35,828,0),(98449,36,828,0),(98450,37,828,0),(98451,38,828,0),(98452,39,828,0),(98453,40,828,0),(98454,41,828,0),(98455,42,828,0),(98456,43,828,0),(98457,44,828,0),(98458,45,828,0),(98459,46,828,0),(98460,47,828,0),(98461,48,828,0),(98462,49,828,0),(98463,50,828,0),(98464,51,828,0),(98465,52,828,0),(98466,53,828,0),(98467,54,828,0),(98468,55,828,0),(98469,56,828,0),(98470,57,828,0),(98471,58,828,0),(98472,59,828,0),(98473,60,828,0),(98474,61,828,0),(98475,62,828,0),(98476,63,828,0),(98477,64,828,0),(98478,65,828,0),(98479,66,828,0),(98480,67,828,0),(98481,68,828,0),(98482,69,828,0),(98483,70,828,0),(98484,71,828,0),(98485,72,828,0),(98486,73,828,0),(98487,74,828,0),(98488,75,828,0),(98489,76,828,0),(98490,77,828,0),(98491,78,828,0),(98492,79,828,0),(98493,80,828,0),(98494,81,828,0),(98495,82,828,0),(98496,83,828,0),(98497,84,828,0),(98498,85,828,0),(98499,86,828,0),(98500,87,828,0),(98501,88,828,0),(98502,89,828,0),(98503,90,828,0),(98504,91,828,0),(98505,92,828,0),(98506,93,828,0),(98507,94,828,0),(98508,95,828,0.410831779458125),(98509,96,828,0),(98510,97,828,0),(98511,98,828,0),(98512,99,828,0),(98513,100,828,0),(98514,101,828,0),(98515,102,828,0),(98516,103,828,0),(98517,104,828,0),(98518,105,828,0),(98519,106,828,0),(98520,107,828,0),(98521,108,828,0),(98522,109,828,0),(98523,110,828,0),(98524,111,828,0),(98525,112,828,0),(98526,113,828,0),(98527,114,828,0),(98528,115,828,0),(98529,116,828,0),(98530,117,828,0),(98531,118,828,0),(98532,119,828,0),(98533,1,829,0),(98534,2,829,0),(98535,3,829,0),(98536,4,829,0),(98537,5,829,0),(98538,6,829,0),(98539,7,829,0),(98540,8,829,0),(98541,9,829,0),(98542,10,829,0),(98543,11,829,0),(98544,12,829,0),(98545,13,829,0),(98546,14,829,0),(98547,15,829,0),(98548,16,829,0),(98549,17,829,0),(98550,18,829,0),(98551,19,829,0),(98552,20,829,0),(98553,21,829,0),(98554,22,829,0),(98555,23,829,0),(98556,24,829,0),(98557,25,829,0),(98558,26,829,0),(98559,27,829,0),(98560,28,829,0),(98561,29,829,0),(98562,30,829,0),(98563,31,829,0),(98564,32,829,0),(98565,33,829,0),(98566,34,829,0),(98567,35,829,0),(98568,36,829,0),(98569,37,829,0),(98570,38,829,0),(98571,39,829,0),(98572,40,829,0),(98573,41,829,0),(98574,42,829,0),(98575,43,829,0),(98576,44,829,0),(98577,45,829,0),(98578,46,829,0),(98579,47,829,0),(98580,48,829,0),(98581,49,829,0),(98582,50,829,0),(98583,51,829,0),(98584,52,829,0),(98585,53,829,0),(98586,54,829,0),(98587,55,829,0),(98588,56,829,0),(98589,57,829,0),(98590,58,829,0),(98591,59,829,0),(98592,60,829,0),(98593,61,829,0),(98594,62,829,0),(98595,63,829,0),(98596,64,829,0),(98597,65,829,0),(98598,66,829,0),(98599,67,829,0),(98600,68,829,0),(98601,69,829,0),(98602,70,829,0),(98603,71,829,0),(98604,72,829,0),(98605,73,829,0),(98606,74,829,0),(98607,75,829,0),(98608,76,829,0),(98609,77,829,0),(98610,78,829,0),(98611,79,829,0),(98612,80,829,0),(98613,81,829,0),(98614,82,829,0),(98615,83,829,0),(98616,84,829,0),(98617,85,829,0),(98618,86,829,0),(98619,87,829,0),(98620,88,829,0),(98621,89,829,0),(98622,90,829,0),(98623,91,829,0),(98624,92,829,0),(98625,93,829,0),(98626,94,829,0),(98627,95,829,0.196497429178781),(98628,96,829,0),(98629,97,829,0),(98630,98,829,0),(98631,99,829,0),(98632,100,829,0),(98633,101,829,0),(98634,102,829,0),(98635,103,829,0),(98636,104,829,0),(98637,105,829,0),(98638,106,829,0),(98639,107,829,0),(98640,108,829,0),(98641,109,829,0),(98642,110,829,0),(98643,111,829,0),(98644,112,829,0),(98645,113,829,0),(98646,114,829,0),(98647,115,829,0),(98648,116,829,0),(98649,117,829,0),(98650,118,829,0),(98651,119,829,0),(98652,1,830,0),(98653,2,830,0),(98654,3,830,0),(98655,4,830,0),(98656,5,830,0),(98657,6,830,0),(98658,7,830,0),(98659,8,830,0),(98660,9,830,0),(98661,10,830,0),(98662,11,830,0),(98663,12,830,0),(98664,13,830,0),(98665,14,830,0),(98666,15,830,0),(98667,16,830,0),(98668,17,830,0),(98669,18,830,0),(98670,19,830,0),(98671,20,830,0),(98672,21,830,0),(98673,22,830,0),(98674,23,830,0),(98675,24,830,0),(98676,25,830,0),(98677,26,830,0),(98678,27,830,0),(98679,28,830,0),(98680,29,830,0),(98681,30,830,0),(98682,31,830,0),(98683,32,830,0),(98684,33,830,0),(98685,34,830,0),(98686,35,830,0),(98687,36,830,0),(98688,37,830,0),(98689,38,830,0),(98690,39,830,0),(98691,40,830,0),(98692,41,830,0),(98693,42,830,0),(98694,43,830,0),(98695,44,830,0),(98696,45,830,0),(98697,46,830,0),(98698,47,830,0),(98699,48,830,0),(98700,49,830,0),(98701,50,830,0),(98702,51,830,0),(98703,52,830,0),(98704,53,830,0),(98705,54,830,0),(98706,55,830,0),(98707,56,830,0),(98708,57,830,0),(98709,58,830,0),(98710,59,830,0),(98711,60,830,0),(98712,61,830,0),(98713,62,830,0),(98714,63,830,0),(98715,64,830,0),(98716,65,830,0),(98717,66,830,0),(98718,67,830,0),(98719,68,830,0),(98720,69,830,0),(98721,70,830,0),(98722,71,830,0),(98723,72,830,0),(98724,73,830,0),(98725,74,830,0),(98726,75,830,0),(98727,76,830,0),(98728,77,830,0),(98729,78,830,0),(98730,79,830,0),(98731,80,830,0),(98732,81,830,0),(98733,82,830,0),(98734,83,830,0),(98735,84,830,0),(98736,85,830,0),(98737,86,830,0),(98738,87,830,0),(98739,88,830,0),(98740,89,830,0),(98741,90,830,0),(98742,91,830,0),(98743,92,830,0),(98744,93,830,0),(98745,94,830,0),(98746,95,830,0),(98747,96,830,0.237093593250784),(98748,97,830,0),(98749,98,830,0),(98750,99,830,0),(98751,100,830,0),(98752,101,830,0),(98753,102,830,0),(98754,103,830,0),(98755,104,830,0),(98756,105,830,0),(98757,106,830,0),(98758,107,830,0),(98759,108,830,0),(98760,109,830,0),(98761,110,830,0),(98762,111,830,0),(98763,112,830,0),(98764,113,830,0),(98765,114,830,0),(98766,115,830,0),(98767,116,830,0),(98768,117,830,0),(98769,118,830,0),(98770,119,830,0),(98771,1,831,0),(98772,2,831,0),(98773,3,831,0),(98774,4,831,0),(98775,5,831,0),(98776,6,831,0),(98777,7,831,0),(98778,8,831,0),(98779,9,831,0),(98780,10,831,0),(98781,11,831,0),(98782,12,831,0),(98783,13,831,0),(98784,14,831,0),(98785,15,831,0),(98786,16,831,0),(98787,17,831,0),(98788,18,831,0),(98789,19,831,0),(98790,20,831,0),(98791,21,831,0),(98792,22,831,0),(98793,23,831,0),(98794,24,831,0),(98795,25,831,0),(98796,26,831,0),(98797,27,831,0),(98798,28,831,0),(98799,29,831,0),(98800,30,831,0),(98801,31,831,0),(98802,32,831,0),(98803,33,831,0),(98804,34,831,0),(98805,35,831,0),(98806,36,831,0),(98807,37,831,0),(98808,38,831,0),(98809,39,831,0),(98810,40,831,0),(98811,41,831,0),(98812,42,831,0),(98813,43,831,0),(98814,44,831,0),(98815,45,831,0),(98816,46,831,0),(98817,47,831,0),(98818,48,831,0),(98819,49,831,0),(98820,50,831,0),(98821,51,831,0),(98822,52,831,0),(98823,53,831,0),(98824,54,831,0),(98825,55,831,0),(98826,56,831,0),(98827,57,831,0),(98828,58,831,0),(98829,59,831,0),(98830,60,831,0),(98831,61,831,0),(98832,62,831,0),(98833,63,831,0),(98834,64,831,0),(98835,65,831,0),(98836,66,831,0),(98837,67,831,0),(98838,68,831,0),(98839,69,831,0),(98840,70,831,0),(98841,71,831,0),(98842,72,831,0),(98843,73,831,0),(98844,74,831,0),(98845,75,831,0),(98846,76,831,0),(98847,77,831,0),(98848,78,831,0),(98849,79,831,0),(98850,80,831,0),(98851,81,831,0),(98852,82,831,0),(98853,83,831,0),(98854,84,831,0),(98855,85,831,0),(98856,86,831,0),(98857,87,831,0),(98858,88,831,0),(98859,89,831,0),(98860,90,831,0),(98861,91,831,0),(98862,92,831,0),(98863,93,831,0),(98864,94,831,0),(98865,95,831,0),(98866,96,831,0.262906406749216),(98867,97,831,0),(98868,98,831,0),(98869,99,831,0),(98870,100,831,0),(98871,101,831,0),(98872,102,831,0),(98873,103,831,0),(98874,104,831,0),(98875,105,831,0),(98876,106,831,0),(98877,107,831,0),(98878,108,831,0),(98879,109,831,0),(98880,110,831,0),(98881,111,831,0),(98882,112,831,0),(98883,113,831,0),(98884,114,831,0),(98885,115,831,0),(98886,116,831,0),(98887,117,831,0),(98888,118,831,0),(98889,119,831,0),(98890,1,832,0),(98891,2,832,0),(98892,3,832,0),(98893,4,832,0),(98894,5,832,0),(98895,6,832,0),(98896,7,832,0),(98897,8,832,0),(98898,9,832,0),(98899,10,832,0),(98900,11,832,0),(98901,12,832,0),(98902,13,832,0),(98903,14,832,0),(98904,15,832,0),(98905,16,832,0),(98906,17,832,0),(98907,18,832,0),(98908,19,832,0),(98909,20,832,0),(98910,21,832,0),(98911,22,832,0),(98912,23,832,0),(98913,24,832,0),(98914,25,832,0),(98915,26,832,0),(98916,27,832,0),(98917,28,832,0),(98918,29,832,0),(98919,30,832,0),(98920,31,832,0),(98921,32,832,0),(98922,33,832,0),(98923,34,832,0),(98924,35,832,0),(98925,36,832,0),(98926,37,832,0),(98927,38,832,0),(98928,39,832,0),(98929,40,832,0),(98930,41,832,0),(98931,42,832,0),(98932,43,832,0),(98933,44,832,0),(98934,45,832,0),(98935,46,832,0),(98936,47,832,0),(98937,48,832,0),(98938,49,832,0),(98939,50,832,0),(98940,51,832,0),(98941,52,832,0),(98942,53,832,0),(98943,54,832,0),(98944,55,832,0),(98945,56,832,0),(98946,57,832,0),(98947,58,832,0),(98948,59,832,0),(98949,60,832,0),(98950,61,832,0),(98951,62,832,0),(98952,63,832,0),(98953,64,832,0),(98954,65,832,0),(98955,66,832,0),(98956,67,832,0),(98957,68,832,0),(98958,69,832,0),(98959,70,832,0),(98960,71,832,0),(98961,72,832,0),(98962,73,832,0),(98963,74,832,0),(98964,75,832,0),(98965,76,832,0),(98966,77,832,0),(98967,78,832,0),(98968,79,832,0),(98969,80,832,0),(98970,81,832,0),(98971,82,832,0),(98972,83,832,0),(98973,84,832,0),(98974,85,832,0),(98975,86,832,0),(98976,87,832,0),(98977,88,832,0),(98978,89,832,0),(98979,90,832,0),(98980,91,832,0),(98981,92,832,0),(98982,93,832,0),(98983,94,832,0),(98984,95,832,0),(98985,96,832,0.516127086385981),(98986,97,832,0),(98987,98,832,0),(98988,99,832,0),(98989,100,832,0),(98990,101,832,0),(98991,102,832,0),(98992,103,832,0),(98993,104,832,0),(98994,105,832,0),(98995,106,832,0),(98996,107,832,0),(98997,108,832,0),(98998,109,832,0),(98999,110,832,0),(99000,111,832,0),(99001,112,832,0),(99002,113,832,0),(99003,114,832,0),(99004,115,832,0),(99005,116,832,0),(99006,117,832,0),(99007,118,832,0),(99008,119,832,0),(99009,1,833,0),(99010,2,833,0),(99011,3,833,0),(99012,4,833,0),(99013,5,833,0),(99014,6,833,0),(99015,7,833,0),(99016,8,833,0),(99017,9,833,0),(99018,10,833,0),(99019,11,833,0),(99020,12,833,0),(99021,13,833,0),(99022,14,833,0),(99023,15,833,0),(99024,16,833,0),(99025,17,833,0),(99026,18,833,0),(99027,19,833,0),(99028,20,833,0),(99029,21,833,0),(99030,22,833,0),(99031,23,833,0),(99032,24,833,0),(99033,25,833,0),(99034,26,833,0),(99035,27,833,0),(99036,28,833,0),(99037,29,833,0),(99038,30,833,0),(99039,31,833,0),(99040,32,833,0),(99041,33,833,0),(99042,34,833,0),(99043,35,833,0),(99044,36,833,0),(99045,37,833,0),(99046,38,833,0),(99047,39,833,0),(99048,40,833,0),(99049,41,833,0),(99050,42,833,0),(99051,43,833,0),(99052,44,833,0),(99053,45,833,0),(99054,46,833,0),(99055,47,833,0),(99056,48,833,0),(99057,49,833,0),(99058,50,833,0),(99059,51,833,0),(99060,52,833,0),(99061,53,833,0),(99062,54,833,0),(99063,55,833,0),(99064,56,833,0),(99065,57,833,0),(99066,58,833,0),(99067,59,833,0),(99068,60,833,0),(99069,61,833,0),(99070,62,833,0),(99071,63,833,0),(99072,64,833,0),(99073,65,833,0),(99074,66,833,0),(99075,67,833,0),(99076,68,833,0),(99077,69,833,0),(99078,70,833,0),(99079,71,833,0),(99080,72,833,0),(99081,73,833,0),(99082,74,833,0),(99083,75,833,0),(99084,76,833,0),(99085,77,833,0),(99086,78,833,0),(99087,79,833,0),(99088,80,833,0),(99089,81,833,0),(99090,82,833,0),(99091,83,833,0),(99092,84,833,0),(99093,85,833,0),(99094,86,833,0),(99095,87,833,0),(99096,88,833,0),(99097,89,833,0),(99098,90,833,0),(99099,91,833,0),(99100,92,833,0),(99101,93,833,0),(99102,94,833,0),(99103,95,833,0),(99104,96,833,0.283872913614019),(99105,97,833,0),(99106,98,833,0),(99107,99,833,0),(99108,100,833,0),(99109,101,833,0),(99110,102,833,0),(99111,103,833,0),(99112,104,833,0),(99113,105,833,0),(99114,106,833,0),(99115,107,833,0),(99116,108,833,0),(99117,109,833,0),(99118,110,833,0),(99119,111,833,0),(99120,112,833,0),(99121,113,833,0),(99122,114,833,0),(99123,115,833,0),(99124,116,833,0),(99125,117,833,0),(99126,118,833,0),(99127,119,833,0),(99128,1,834,0),(99129,2,834,0),(99130,3,834,0),(99131,4,834,0),(99132,5,834,0),(99133,6,834,0),(99134,7,834,0),(99135,8,834,0),(99136,9,834,0),(99137,10,834,0),(99138,11,834,0),(99139,12,834,0),(99140,13,834,0),(99141,14,834,0),(99142,15,834,0),(99143,16,834,0),(99144,17,834,0),(99145,18,834,0),(99146,19,834,0),(99147,20,834,0),(99148,21,834,0),(99149,22,834,0),(99150,23,834,0),(99151,24,834,0),(99152,25,834,0),(99153,26,834,0),(99154,27,834,0),(99155,28,834,0),(99156,29,834,0),(99157,30,834,0),(99158,31,834,0),(99159,32,834,0),(99160,33,834,0),(99161,34,834,0),(99162,35,834,0),(99163,36,834,0),(99164,37,834,0),(99165,38,834,0),(99166,39,834,0),(99167,40,834,0),(99168,41,834,0),(99169,42,834,0),(99170,43,834,0),(99171,44,834,0),(99172,45,834,0),(99173,46,834,0),(99174,47,834,0),(99175,48,834,0),(99176,49,834,0),(99177,50,834,0),(99178,51,834,0),(99179,52,834,0),(99180,53,834,0),(99181,54,834,0),(99182,55,834,0),(99183,56,834,0),(99184,57,834,0),(99185,58,834,0),(99186,59,834,0),(99187,60,834,0),(99188,61,834,0),(99189,62,834,0),(99190,63,834,0),(99191,64,834,0),(99192,65,834,0),(99193,66,834,0),(99194,67,834,0),(99195,68,834,0),(99196,69,834,0),(99197,70,834,0),(99198,71,834,0),(99199,72,834,0),(99200,73,834,0),(99201,74,834,0),(99202,75,834,0),(99203,76,834,0),(99204,77,834,0),(99205,78,834,0),(99206,79,834,0),(99207,80,834,0),(99208,81,834,0),(99209,82,834,0),(99210,83,834,0),(99211,84,834,0),(99212,85,834,0),(99213,86,834,0),(99214,87,834,0),(99215,88,834,0),(99216,89,834,0),(99217,90,834,0),(99218,91,834,0),(99219,92,834,0),(99220,93,834,0),(99221,94,834,0),(99222,95,834,0),(99223,96,834,0.377065719272905),(99224,97,834,0),(99225,98,834,0),(99226,99,834,0),(99227,100,834,0),(99228,101,834,0),(99229,102,834,0),(99230,103,834,0),(99231,104,834,0),(99232,105,834,0),(99233,106,834,0),(99234,107,834,0),(99235,108,834,0),(99236,109,834,0),(99237,110,834,0),(99238,111,834,0),(99239,112,834,0),(99240,113,834,0),(99241,114,834,0),(99242,115,834,0),(99243,116,834,0),(99244,117,834,0),(99245,118,834,0),(99246,119,834,0),(99247,1,835,0),(99248,2,835,0),(99249,3,835,0),(99250,4,835,0),(99251,5,835,0),(99252,6,835,0),(99253,7,835,0),(99254,8,835,0),(99255,9,835,0),(99256,10,835,0),(99257,11,835,0),(99258,12,835,0),(99259,13,835,0),(99260,14,835,0),(99261,15,835,0),(99262,16,835,0),(99263,17,835,0),(99264,18,835,0),(99265,19,835,0),(99266,20,835,0),(99267,21,835,0),(99268,22,835,0),(99269,23,835,0),(99270,24,835,0),(99271,25,835,0),(99272,26,835,0),(99273,27,835,0),(99274,28,835,0),(99275,29,835,0),(99276,30,835,0),(99277,31,835,0),(99278,32,835,0),(99279,33,835,0),(99280,34,835,0),(99281,35,835,0),(99282,36,835,0),(99283,37,835,0),(99284,38,835,0),(99285,39,835,0),(99286,40,835,0),(99287,41,835,0),(99288,42,835,0),(99289,43,835,0),(99290,44,835,0),(99291,45,835,0),(99292,46,835,0),(99293,47,835,0),(99294,48,835,0),(99295,49,835,0),(99296,50,835,0),(99297,51,835,0),(99298,52,835,0),(99299,53,835,0),(99300,54,835,0),(99301,55,835,0),(99302,56,835,0),(99303,57,835,0),(99304,58,835,0),(99305,59,835,0),(99306,60,835,0),(99307,61,835,0),(99308,62,835,0),(99309,63,835,0),(99310,64,835,0),(99311,65,835,0),(99312,66,835,0),(99313,67,835,0),(99314,68,835,0),(99315,69,835,0),(99316,70,835,0),(99317,71,835,0),(99318,72,835,0),(99319,73,835,0),(99320,74,835,0),(99321,75,835,0),(99322,76,835,0),(99323,77,835,0),(99324,78,835,0),(99325,79,835,0),(99326,80,835,0),(99327,81,835,0),(99328,82,835,0),(99329,83,835,0),(99330,84,835,0),(99331,85,835,0),(99332,86,835,0),(99333,87,835,0),(99334,88,835,0),(99335,89,835,0),(99336,90,835,0),(99337,91,835,0),(99338,92,835,0),(99339,93,835,0),(99340,94,835,0),(99341,95,835,0),(99342,96,835,0.311972725925359),(99343,97,835,0),(99344,98,835,0),(99345,99,835,0),(99346,100,835,0),(99347,101,835,0),(99348,102,835,0),(99349,103,835,0),(99350,104,835,0),(99351,105,835,0),(99352,106,835,0),(99353,107,835,0),(99354,108,835,0),(99355,109,835,0),(99356,110,835,0),(99357,111,835,0),(99358,112,835,0),(99359,113,835,0),(99360,114,835,0),(99361,115,835,0),(99362,116,835,0),(99363,117,835,0),(99364,118,835,0),(99365,119,835,0),(99366,1,836,0),(99367,2,836,0),(99368,3,836,0),(99369,4,836,0),(99370,5,836,0),(99371,6,836,0),(99372,7,836,0),(99373,8,836,0),(99374,9,836,0),(99375,10,836,0),(99376,11,836,0),(99377,12,836,0),(99378,13,836,0),(99379,14,836,0),(99380,15,836,0),(99381,16,836,0),(99382,17,836,0),(99383,18,836,0),(99384,19,836,0),(99385,20,836,0),(99386,21,836,0),(99387,22,836,0),(99388,23,836,0),(99389,24,836,0),(99390,25,836,0),(99391,26,836,0),(99392,27,836,0),(99393,28,836,0),(99394,29,836,0),(99395,30,836,0),(99396,31,836,0),(99397,32,836,0),(99398,33,836,0),(99399,34,836,0),(99400,35,836,0),(99401,36,836,0),(99402,37,836,0),(99403,38,836,0),(99404,39,836,0),(99405,40,836,0),(99406,41,836,0),(99407,42,836,0),(99408,43,836,0),(99409,44,836,0),(99410,45,836,0),(99411,46,836,0),(99412,47,836,0),(99413,48,836,0),(99414,49,836,0),(99415,50,836,0),(99416,51,836,0),(99417,52,836,0),(99418,53,836,0),(99419,54,836,0),(99420,55,836,0),(99421,56,836,0),(99422,57,836,0),(99423,58,836,0),(99424,59,836,0),(99425,60,836,0),(99426,61,836,0),(99427,62,836,0),(99428,63,836,0),(99429,64,836,0),(99430,65,836,0),(99431,66,836,0),(99432,67,836,0),(99433,68,836,0),(99434,69,836,0),(99435,70,836,0),(99436,71,836,0),(99437,72,836,0),(99438,73,836,0),(99439,74,836,0),(99440,75,836,0),(99441,76,836,0),(99442,77,836,0),(99443,78,836,0),(99444,79,836,0),(99445,80,836,0),(99446,81,836,0),(99447,82,836,0),(99448,83,836,0),(99449,84,836,0),(99450,85,836,0),(99451,86,836,0),(99452,87,836,0),(99453,88,836,0),(99454,89,836,0),(99455,90,836,0),(99456,91,836,0),(99457,92,836,0),(99458,93,836,0),(99459,94,836,0),(99460,95,836,0),(99461,96,836,0.310961554801736),(99462,97,836,0),(99463,98,836,0),(99464,99,836,0),(99465,100,836,0),(99466,101,836,0),(99467,102,836,0),(99468,103,836,0),(99469,104,836,0),(99470,105,836,0),(99471,106,836,0),(99472,107,836,0),(99473,108,836,0),(99474,109,836,0),(99475,110,836,0),(99476,111,836,0),(99477,112,836,0),(99478,113,836,0),(99479,114,836,0),(99480,115,836,0),(99481,116,836,0),(99482,117,836,0),(99483,118,836,0),(99484,119,836,0),(99485,1,837,0),(99486,2,837,0),(99487,3,837,0),(99488,4,837,0),(99489,5,837,0),(99490,6,837,0),(99491,7,837,0),(99492,8,837,0),(99493,9,837,0),(99494,10,837,0),(99495,11,837,0),(99496,12,837,0),(99497,13,837,0),(99498,14,837,0),(99499,15,837,0),(99500,16,837,0),(99501,17,837,0),(99502,18,837,0),(99503,19,837,0),(99504,20,837,0),(99505,21,837,0),(99506,22,837,0),(99507,23,837,0),(99508,24,837,0),(99509,25,837,0),(99510,26,837,0),(99511,27,837,0),(99512,28,837,0),(99513,29,837,0),(99514,30,837,0),(99515,31,837,0),(99516,32,837,0),(99517,33,837,0),(99518,34,837,0),(99519,35,837,0),(99520,36,837,0),(99521,37,837,0),(99522,38,837,0),(99523,39,837,0),(99524,40,837,0),(99525,41,837,0),(99526,42,837,0),(99527,43,837,0),(99528,44,837,0),(99529,45,837,0),(99530,46,837,0),(99531,47,837,0),(99532,48,837,0),(99533,49,837,0),(99534,50,837,0),(99535,51,837,0),(99536,52,837,0),(99537,53,837,0),(99538,54,837,0),(99539,55,837,0),(99540,56,837,0),(99541,57,837,0),(99542,58,837,0),(99543,59,837,0),(99544,60,837,0),(99545,61,837,0),(99546,62,837,0),(99547,63,837,0),(99548,64,837,0),(99549,65,837,0),(99550,66,837,0),(99551,67,837,0),(99552,68,837,0),(99553,69,837,0),(99554,70,837,0),(99555,71,837,0),(99556,72,837,0),(99557,73,837,0),(99558,74,837,0),(99559,75,837,0),(99560,76,837,0),(99561,77,837,0),(99562,78,837,0),(99563,79,837,0),(99564,80,837,0),(99565,81,837,0),(99566,82,837,0),(99567,83,837,0),(99568,84,837,0),(99569,85,837,0),(99570,86,837,0),(99571,87,837,0),(99572,88,837,0),(99573,89,837,0),(99574,90,837,0),(99575,91,837,0),(99576,92,837,0),(99577,93,837,0),(99578,94,837,0),(99579,95,837,0),(99580,96,837,0),(99581,97,837,0.156321778012759),(99582,98,837,0),(99583,99,837,0),(99584,100,837,0),(99585,101,837,0),(99586,102,837,0),(99587,103,837,0),(99588,104,837,0),(99589,105,837,0),(99590,106,837,0),(99591,107,837,0),(99592,108,837,0),(99593,109,837,0),(99594,110,837,0),(99595,111,837,0),(99596,112,837,0),(99597,113,837,0),(99598,114,837,0),(99599,115,837,0),(99600,116,837,0),(99601,117,837,0),(99602,118,837,0),(99603,119,837,0),(99604,1,838,0),(99605,2,838,0),(99606,3,838,0),(99607,4,838,0),(99608,5,838,0),(99609,6,838,0),(99610,7,838,0),(99611,8,838,0),(99612,9,838,0),(99613,10,838,0),(99614,11,838,0),(99615,12,838,0),(99616,13,838,0),(99617,14,838,0),(99618,15,838,0),(99619,16,838,0),(99620,17,838,0),(99621,18,838,0),(99622,19,838,0),(99623,20,838,0),(99624,21,838,0),(99625,22,838,0),(99626,23,838,0),(99627,24,838,0),(99628,25,838,0),(99629,26,838,0),(99630,27,838,0),(99631,28,838,0),(99632,29,838,0),(99633,30,838,0),(99634,31,838,0),(99635,32,838,0),(99636,33,838,0),(99637,34,838,0),(99638,35,838,0),(99639,36,838,0),(99640,37,838,0),(99641,38,838,0),(99642,39,838,0),(99643,40,838,0),(99644,41,838,0),(99645,42,838,0),(99646,43,838,0),(99647,44,838,0),(99648,45,838,0),(99649,46,838,0),(99650,47,838,0),(99651,48,838,0),(99652,49,838,0),(99653,50,838,0),(99654,51,838,0),(99655,52,838,0),(99656,53,838,0),(99657,54,838,0),(99658,55,838,0),(99659,56,838,0),(99660,57,838,0),(99661,58,838,0),(99662,59,838,0),(99663,60,838,0),(99664,61,838,0),(99665,62,838,0),(99666,63,838,0),(99667,64,838,0),(99668,65,838,0),(99669,66,838,0),(99670,67,838,0),(99671,68,838,0),(99672,69,838,0),(99673,70,838,0),(99674,71,838,0),(99675,72,838,0),(99676,73,838,0),(99677,74,838,0),(99678,75,838,0),(99679,76,838,0),(99680,77,838,0),(99681,78,838,0),(99682,79,838,0),(99683,80,838,0),(99684,81,838,0),(99685,82,838,0),(99686,83,838,0),(99687,84,838,0),(99688,85,838,0),(99689,86,838,0),(99690,87,838,0),(99691,88,838,0),(99692,89,838,0),(99693,90,838,0),(99694,91,838,0),(99695,92,838,0),(99696,93,838,0),(99697,94,838,0),(99698,95,838,0),(99699,96,838,0),(99700,97,838,0.343678221987241),(99701,98,838,0),(99702,99,838,0),(99703,100,838,0),(99704,101,838,0),(99705,102,838,0),(99706,103,838,0),(99707,104,838,0),(99708,105,838,0),(99709,106,838,0),(99710,107,838,0),(99711,108,838,0),(99712,109,838,0),(99713,110,838,0),(99714,111,838,0),(99715,112,838,0),(99716,113,838,0),(99717,114,838,0),(99718,115,838,0),(99719,116,838,0),(99720,117,838,0),(99721,118,838,0),(99722,119,838,0),(99723,1,839,0),(99724,2,839,0),(99725,3,839,0),(99726,4,839,0),(99727,5,839,0),(99728,6,839,0),(99729,7,839,0),(99730,8,839,0),(99731,9,839,0),(99732,10,839,0),(99733,11,839,0),(99734,12,839,0),(99735,13,839,0),(99736,14,839,0),(99737,15,839,0),(99738,16,839,0),(99739,17,839,0),(99740,18,839,0),(99741,19,839,0),(99742,20,839,0),(99743,21,839,0),(99744,22,839,0),(99745,23,839,0),(99746,24,839,0),(99747,25,839,0),(99748,26,839,0),(99749,27,839,0),(99750,28,839,0),(99751,29,839,0),(99752,30,839,0),(99753,31,839,0),(99754,32,839,0),(99755,33,839,0),(99756,34,839,0),(99757,35,839,0),(99758,36,839,0),(99759,37,839,0),(99760,38,839,0),(99761,39,839,0),(99762,40,839,0),(99763,41,839,0),(99764,42,839,0),(99765,43,839,0),(99766,44,839,0),(99767,45,839,0),(99768,46,839,0),(99769,47,839,0),(99770,48,839,0),(99771,49,839,0),(99772,50,839,0),(99773,51,839,0),(99774,52,839,0),(99775,53,839,0),(99776,54,839,0),(99777,55,839,0),(99778,56,839,0),(99779,57,839,0),(99780,58,839,0),(99781,59,839,0),(99782,60,839,0),(99783,61,839,0),(99784,62,839,0),(99785,63,839,0),(99786,64,839,0),(99787,65,839,0),(99788,66,839,0),(99789,67,839,0),(99790,68,839,0),(99791,69,839,0),(99792,70,839,0),(99793,71,839,0),(99794,72,839,0),(99795,73,839,0),(99796,74,839,0),(99797,75,839,0),(99798,76,839,0),(99799,77,839,0),(99800,78,839,0),(99801,79,839,0),(99802,80,839,0),(99803,81,839,0),(99804,82,839,0),(99805,83,839,0),(99806,84,839,0),(99807,85,839,0),(99808,86,839,0),(99809,87,839,0),(99810,88,839,0),(99811,89,839,0),(99812,90,839,0),(99813,91,839,0),(99814,92,839,0),(99815,93,839,0),(99816,94,839,0),(99817,95,839,0),(99818,96,839,0),(99819,97,839,0.238868964956708),(99820,98,839,0),(99821,99,839,0),(99822,100,839,0),(99823,101,839,0),(99824,102,839,0),(99825,103,839,0),(99826,104,839,0),(99827,105,839,0),(99828,106,839,0),(99829,107,839,0),(99830,108,839,0),(99831,109,839,0),(99832,110,839,0),(99833,111,839,0),(99834,112,839,0),(99835,113,839,0),(99836,114,839,0),(99837,115,839,0),(99838,116,839,0),(99839,117,839,0),(99840,118,839,0),(99841,119,839,0),(99842,1,840,0),(99843,2,840,0),(99844,3,840,0),(99845,4,840,0),(99846,5,840,0),(99847,6,840,0),(99848,7,840,0),(99849,8,840,0),(99850,9,840,0),(99851,10,840,0),(99852,11,840,0),(99853,12,840,0),(99854,13,840,0),(99855,14,840,0),(99856,15,840,0),(99857,16,840,0),(99858,17,840,0),(99859,18,840,0),(99860,19,840,0),(99861,20,840,0),(99862,21,840,0),(99863,22,840,0),(99864,23,840,0),(99865,24,840,0),(99866,25,840,0),(99867,26,840,0),(99868,27,840,0),(99869,28,840,0),(99870,29,840,0),(99871,30,840,0),(99872,31,840,0),(99873,32,840,0),(99874,33,840,0),(99875,34,840,0),(99876,35,840,0),(99877,36,840,0),(99878,37,840,0),(99879,38,840,0),(99880,39,840,0),(99881,40,840,0),(99882,41,840,0),(99883,42,840,0),(99884,43,840,0),(99885,44,840,0),(99886,45,840,0),(99887,46,840,0),(99888,47,840,0),(99889,48,840,0),(99890,49,840,0),(99891,50,840,0),(99892,51,840,0),(99893,52,840,0),(99894,53,840,0),(99895,54,840,0),(99896,55,840,0),(99897,56,840,0),(99898,57,840,0),(99899,58,840,0),(99900,59,840,0),(99901,60,840,0),(99902,61,840,0),(99903,62,840,0),(99904,63,840,0),(99905,64,840,0),(99906,65,840,0),(99907,66,840,0),(99908,67,840,0),(99909,68,840,0),(99910,69,840,0),(99911,70,840,0),(99912,71,840,0),(99913,72,840,0),(99914,73,840,0),(99915,74,840,0),(99916,75,840,0),(99917,76,840,0),(99918,77,840,0),(99919,78,840,0),(99920,79,840,0),(99921,80,840,0),(99922,81,840,0),(99923,82,840,0),(99924,83,840,0),(99925,84,840,0),(99926,85,840,0),(99927,86,840,0),(99928,87,840,0),(99929,88,840,0),(99930,89,840,0),(99931,90,840,0),(99932,91,840,0),(99933,92,840,0),(99934,93,840,0),(99935,94,840,0),(99936,95,840,0),(99937,96,840,0),(99938,97,840,0.225596446518479),(99939,98,840,0),(99940,99,840,0),(99941,100,840,0),(99942,101,840,0),(99943,102,840,0),(99944,103,840,0),(99945,104,840,0),(99946,105,840,0),(99947,106,840,0),(99948,107,840,0),(99949,108,840,0),(99950,109,840,0),(99951,110,840,0),(99952,111,840,0),(99953,112,840,0),(99954,113,840,0),(99955,114,840,0),(99956,115,840,0),(99957,116,840,0),(99958,117,840,0),(99959,118,840,0),(99960,119,840,0),(99961,1,841,0),(99962,2,841,0),(99963,3,841,0),(99964,4,841,0),(99965,5,841,0),(99966,6,841,0),(99967,7,841,0),(99968,8,841,0),(99969,9,841,0),(99970,10,841,0),(99971,11,841,0),(99972,12,841,0),(99973,13,841,0),(99974,14,841,0),(99975,15,841,0),(99976,16,841,0),(99977,17,841,0),(99978,18,841,0),(99979,19,841,0),(99980,20,841,0),(99981,21,841,0),(99982,22,841,0),(99983,23,841,0),(99984,24,841,0),(99985,25,841,0),(99986,26,841,0),(99987,27,841,0),(99988,28,841,0),(99989,29,841,0),(99990,30,841,0),(99991,31,841,0),(99992,32,841,0),(99993,33,841,0),(99994,34,841,0),(99995,35,841,0),(99996,36,841,0),(99997,37,841,0),(99998,38,841,0),(99999,39,841,0),(100000,40,841,0),(100001,41,841,0),(100002,42,841,0),(100003,43,841,0),(100004,44,841,0),(100005,45,841,0),(100006,46,841,0),(100007,47,841,0),(100008,48,841,0),(100009,49,841,0),(100010,50,841,0),(100011,51,841,0),(100012,52,841,0),(100013,53,841,0),(100014,54,841,0),(100015,55,841,0),(100016,56,841,0),(100017,57,841,0),(100018,58,841,0),(100019,59,841,0),(100020,60,841,0),(100021,61,841,0),(100022,62,841,0),(100023,63,841,0),(100024,64,841,0),(100025,65,841,0),(100026,66,841,0),(100027,67,841,0),(100028,68,841,0),(100029,69,841,0),(100030,70,841,0),(100031,71,841,0),(100032,72,841,0),(100033,73,841,0),(100034,74,841,0),(100035,75,841,0),(100036,76,841,0),(100037,77,841,0),(100038,78,841,0),(100039,79,841,0),(100040,80,841,0),(100041,81,841,0),(100042,82,841,0),(100043,83,841,0),(100044,84,841,0),(100045,85,841,0),(100046,86,841,0),(100047,87,841,0),(100048,88,841,0),(100049,89,841,0),(100050,90,841,0),(100051,91,841,0),(100052,92,841,0),(100053,93,841,0),(100054,94,841,0),(100055,95,841,0),(100056,96,841,0),(100057,97,841,0.307686642410932),(100058,98,841,0),(100059,99,841,0),(100060,100,841,0),(100061,101,841,0),(100062,102,841,0),(100063,103,841,0),(100064,104,841,0),(100065,105,841,0),(100066,106,841,0),(100067,107,841,0),(100068,108,841,0),(100069,109,841,0),(100070,110,841,0),(100071,111,841,0),(100072,112,841,0),(100073,113,841,0),(100074,114,841,0),(100075,115,841,0),(100076,116,841,0),(100077,117,841,0),(100078,118,841,0),(100079,119,841,0),(100080,1,842,0),(100081,2,842,0),(100082,3,842,0),(100083,4,842,0),(100084,5,842,0),(100085,6,842,0),(100086,7,842,0),(100087,8,842,0),(100088,9,842,0),(100089,10,842,0),(100090,11,842,0),(100091,12,842,0),(100092,13,842,0),(100093,14,842,0),(100094,15,842,0),(100095,16,842,0),(100096,17,842,0),(100097,18,842,0),(100098,19,842,0),(100099,20,842,0),(100100,21,842,0),(100101,22,842,0),(100102,23,842,0),(100103,24,842,0),(100104,25,842,0),(100105,26,842,0),(100106,27,842,0),(100107,28,842,0),(100108,29,842,0),(100109,30,842,0),(100110,31,842,0),(100111,32,842,0),(100112,33,842,0),(100113,34,842,0),(100114,35,842,0),(100115,36,842,0),(100116,37,842,0),(100117,38,842,0),(100118,39,842,0),(100119,40,842,0),(100120,41,842,0),(100121,42,842,0),(100122,43,842,0),(100123,44,842,0),(100124,45,842,0),(100125,46,842,0),(100126,47,842,0),(100127,48,842,0),(100128,49,842,0),(100129,50,842,0),(100130,51,842,0),(100131,52,842,0),(100132,53,842,0),(100133,54,842,0),(100134,55,842,0),(100135,56,842,0),(100136,57,842,0),(100137,58,842,0),(100138,59,842,0),(100139,60,842,0),(100140,61,842,0),(100141,62,842,0),(100142,63,842,0),(100143,64,842,0),(100144,65,842,0),(100145,66,842,0),(100146,67,842,0),(100147,68,842,0),(100148,69,842,0),(100149,70,842,0),(100150,71,842,0),(100151,72,842,0),(100152,73,842,0),(100153,74,842,0),(100154,75,842,0),(100155,76,842,0),(100156,77,842,0),(100157,78,842,0),(100158,79,842,0),(100159,80,842,0),(100160,81,842,0),(100161,82,842,0),(100162,83,842,0),(100163,84,842,0),(100164,85,842,0),(100165,86,842,0),(100166,87,842,0),(100167,88,842,0),(100168,89,842,0),(100169,90,842,0),(100170,91,842,0),(100171,92,842,0),(100172,93,842,0),(100173,94,842,0),(100174,95,842,0),(100175,96,842,0),(100176,97,842,0.0278479461138803),(100177,98,842,0),(100178,99,842,0),(100179,100,842,0),(100180,101,842,0),(100181,102,842,0),(100182,103,842,0),(100183,104,842,0),(100184,105,842,0),(100185,106,842,0),(100186,107,842,0),(100187,108,842,0),(100188,109,842,0),(100189,110,842,0),(100190,111,842,0),(100191,112,842,0),(100192,113,842,0),(100193,114,842,0),(100194,115,842,0),(100195,116,842,0),(100196,117,842,0),(100197,118,842,0),(100198,119,842,0),(100199,1,843,0),(100200,2,843,0),(100201,3,843,0),(100202,4,843,0),(100203,5,843,0),(100204,6,843,0),(100205,7,843,0),(100206,8,843,0),(100207,9,843,0),(100208,10,843,0),(100209,11,843,0),(100210,12,843,0),(100211,13,843,0),(100212,14,843,0),(100213,15,843,0),(100214,16,843,0),(100215,17,843,0),(100216,18,843,0),(100217,19,843,0),(100218,20,843,0),(100219,21,843,0),(100220,22,843,0),(100221,23,843,0),(100222,24,843,0),(100223,25,843,0),(100224,26,843,0),(100225,27,843,0),(100226,28,843,0),(100227,29,843,0),(100228,30,843,0),(100229,31,843,0),(100230,32,843,0),(100231,33,843,0),(100232,34,843,0),(100233,35,843,0),(100234,36,843,0),(100235,37,843,0),(100236,38,843,0),(100237,39,843,0),(100238,40,843,0),(100239,41,843,0),(100240,42,843,0),(100241,43,843,0),(100242,44,843,0),(100243,45,843,0),(100244,46,843,0),(100245,47,843,0),(100246,48,843,0),(100247,49,843,0),(100248,50,843,0),(100249,51,843,0),(100250,52,843,0),(100251,53,843,0),(100252,54,843,0),(100253,55,843,0),(100254,56,843,0),(100255,57,843,0),(100256,58,843,0),(100257,59,843,0),(100258,60,843,0),(100259,61,843,0),(100260,62,843,0),(100261,63,843,0),(100262,64,843,0),(100263,65,843,0),(100264,66,843,0),(100265,67,843,0),(100266,68,843,0),(100267,69,843,0),(100268,70,843,0),(100269,71,843,0),(100270,72,843,0),(100271,73,843,0),(100272,74,843,0),(100273,75,843,0),(100274,76,843,0),(100275,77,843,0),(100276,78,843,0),(100277,79,843,0),(100278,80,843,0),(100279,81,843,0),(100280,82,843,0),(100281,83,843,0),(100282,84,843,0),(100283,85,843,0),(100284,86,843,0),(100285,87,843,0),(100286,88,843,0),(100287,89,843,0),(100288,90,843,0),(100289,91,843,0),(100290,92,843,0),(100291,93,843,0),(100292,94,843,0),(100293,95,843,0),(100294,96,843,0),(100295,97,843,0.380305720203983),(100296,98,843,0),(100297,99,843,0),(100298,100,843,0),(100299,101,843,0),(100300,102,843,0),(100301,103,843,0),(100302,104,843,0),(100303,105,843,0),(100304,106,843,0),(100305,107,843,0),(100306,108,843,0),(100307,109,843,0),(100308,110,843,0),(100309,111,843,0),(100310,112,843,0),(100311,113,843,0),(100312,114,843,0),(100313,115,843,0),(100314,116,843,0),(100315,117,843,0),(100316,118,843,0),(100317,119,843,0),(100318,1,844,0),(100319,2,844,0),(100320,3,844,0),(100321,4,844,0),(100322,5,844,0),(100323,6,844,0),(100324,7,844,0),(100325,8,844,0),(100326,9,844,0),(100327,10,844,0),(100328,11,844,0),(100329,12,844,0),(100330,13,844,0),(100331,14,844,0),(100332,15,844,0),(100333,16,844,0),(100334,17,844,0),(100335,18,844,0),(100336,19,844,0),(100337,20,844,0),(100338,21,844,0),(100339,22,844,0),(100340,23,844,0),(100341,24,844,0),(100342,25,844,0),(100343,26,844,0),(100344,27,844,0),(100345,28,844,0),(100346,29,844,0),(100347,30,844,0),(100348,31,844,0),(100349,32,844,0),(100350,33,844,0),(100351,34,844,0),(100352,35,844,0),(100353,36,844,0),(100354,37,844,0),(100355,38,844,0),(100356,39,844,0),(100357,40,844,0),(100358,41,844,0),(100359,42,844,0),(100360,43,844,0),(100361,44,844,0),(100362,45,844,0),(100363,46,844,0),(100364,47,844,0),(100365,48,844,0),(100366,49,844,0),(100367,50,844,0),(100368,51,844,0),(100369,52,844,0),(100370,53,844,0),(100371,54,844,0),(100372,55,844,0),(100373,56,844,0),(100374,57,844,0),(100375,58,844,0),(100376,59,844,0),(100377,60,844,0),(100378,61,844,0),(100379,62,844,0),(100380,63,844,0),(100381,64,844,0),(100382,65,844,0),(100383,66,844,0),(100384,67,844,0),(100385,68,844,0),(100386,69,844,0),(100387,70,844,0),(100388,71,844,0),(100389,72,844,0),(100390,73,844,0),(100391,74,844,0),(100392,75,844,0),(100393,76,844,0),(100394,77,844,0),(100395,78,844,0),(100396,79,844,0),(100397,80,844,0),(100398,81,844,0),(100399,82,844,0),(100400,83,844,0),(100401,84,844,0),(100402,85,844,0),(100403,86,844,0),(100404,87,844,0),(100405,88,844,0),(100406,89,844,0),(100407,90,844,0),(100408,91,844,0),(100409,92,844,0),(100410,93,844,0),(100411,94,844,0),(100412,95,844,0),(100413,96,844,0),(100414,97,844,0.378678329243336),(100415,98,844,0),(100416,99,844,0),(100417,100,844,0),(100418,101,844,0),(100419,102,844,0),(100420,103,844,0),(100421,104,844,0),(100422,105,844,0),(100423,106,844,0),(100424,107,844,0),(100425,108,844,0),(100426,109,844,0),(100427,110,844,0),(100428,111,844,0),(100429,112,844,0),(100430,113,844,0),(100431,114,844,0),(100432,115,844,0),(100433,116,844,0),(100434,117,844,0),(100435,118,844,0),(100436,119,844,0),(100437,1,845,0),(100438,2,845,0),(100439,3,845,0),(100440,4,845,0),(100441,5,845,0),(100442,6,845,0),(100443,7,845,0),(100444,8,845,0),(100445,9,845,0),(100446,10,845,0),(100447,11,845,0),(100448,12,845,0),(100449,13,845,0),(100450,14,845,0),(100451,15,845,0),(100452,16,845,0),(100453,17,845,0),(100454,18,845,0),(100455,19,845,0),(100456,20,845,0),(100457,21,845,0),(100458,22,845,0),(100459,23,845,0),(100460,24,845,0),(100461,25,845,0),(100462,26,845,0),(100463,27,845,0),(100464,28,845,0),(100465,29,845,0),(100466,30,845,0),(100467,31,845,0),(100468,32,845,0),(100469,33,845,0),(100470,34,845,0),(100471,35,845,0),(100472,36,845,0),(100473,37,845,0),(100474,38,845,0),(100475,39,845,0),(100476,40,845,0),(100477,41,845,0),(100478,42,845,0),(100479,43,845,0),(100480,44,845,0),(100481,45,845,0),(100482,46,845,0),(100483,47,845,0),(100484,48,845,0),(100485,49,845,0),(100486,50,845,0),(100487,51,845,0),(100488,52,845,0),(100489,53,845,0),(100490,54,845,0),(100491,55,845,0),(100492,56,845,0),(100493,57,845,0),(100494,58,845,0),(100495,59,845,0),(100496,60,845,0),(100497,61,845,0),(100498,62,845,0),(100499,63,845,0),(100500,64,845,0),(100501,65,845,0),(100502,66,845,0),(100503,67,845,0),(100504,68,845,0),(100505,69,845,0),(100506,70,845,0),(100507,71,845,0),(100508,72,845,0),(100509,73,845,0),(100510,74,845,0),(100511,75,845,0),(100512,76,845,0),(100513,77,845,0),(100514,78,845,0),(100515,79,845,0),(100516,80,845,0),(100517,81,845,0),(100518,82,845,0),(100519,83,845,0),(100520,84,845,0),(100521,85,845,0),(100522,86,845,0),(100523,87,845,0),(100524,88,845,0),(100525,89,845,0),(100526,90,845,0),(100527,91,845,0),(100528,92,845,0),(100529,93,845,0),(100530,94,845,0),(100531,95,845,0),(100532,96,845,0),(100533,97,845,0.178317764140563),(100534,98,845,0),(100535,99,845,0),(100536,100,845,0),(100537,101,845,0),(100538,102,845,0),(100539,103,845,0),(100540,104,845,0),(100541,105,845,0),(100542,106,845,0),(100543,107,845,0),(100544,108,845,0),(100545,109,845,0),(100546,110,845,0),(100547,111,845,0),(100548,112,845,0),(100549,113,845,0),(100550,114,845,0),(100551,115,845,0),(100552,116,845,0),(100553,117,845,0),(100554,118,845,0),(100555,119,845,0),(100556,1,846,0),(100557,2,846,0),(100558,3,846,0),(100559,4,846,0),(100560,5,846,0),(100561,6,846,0),(100562,7,846,0),(100563,8,846,0),(100564,9,846,0),(100565,10,846,0),(100566,11,846,0),(100567,12,846,0),(100568,13,846,0),(100569,14,846,0),(100570,15,846,0),(100571,16,846,0),(100572,17,846,0),(100573,18,846,0),(100574,19,846,0),(100575,20,846,0),(100576,21,846,0),(100577,22,846,0),(100578,23,846,0),(100579,24,846,0),(100580,25,846,0),(100581,26,846,0),(100582,27,846,0),(100583,28,846,0),(100584,29,846,0),(100585,30,846,0),(100586,31,846,0),(100587,32,846,0),(100588,33,846,0),(100589,34,846,0),(100590,35,846,0),(100591,36,846,0),(100592,37,846,0),(100593,38,846,0),(100594,39,846,0),(100595,40,846,0),(100596,41,846,0),(100597,42,846,0),(100598,43,846,0),(100599,44,846,0),(100600,45,846,0),(100601,46,846,0),(100602,47,846,0),(100603,48,846,0),(100604,49,846,0),(100605,50,846,0),(100606,51,846,0),(100607,52,846,0),(100608,53,846,0),(100609,54,846,0),(100610,55,846,0),(100611,56,846,0),(100612,57,846,0),(100613,58,846,0),(100614,59,846,0),(100615,60,846,0),(100616,61,846,0),(100617,62,846,0),(100618,63,846,0),(100619,64,846,0),(100620,65,846,0),(100621,66,846,0),(100622,67,846,0),(100623,68,846,0),(100624,69,846,0),(100625,70,846,0),(100626,71,846,0),(100627,72,846,0),(100628,73,846,0),(100629,74,846,0),(100630,75,846,0),(100631,76,846,0),(100632,77,846,0),(100633,78,846,0),(100634,79,846,0),(100635,80,846,0),(100636,81,846,0),(100637,82,846,0),(100638,83,846,0),(100639,84,846,0),(100640,85,846,0),(100641,86,846,0),(100642,87,846,0),(100643,88,846,0),(100644,89,846,0),(100645,90,846,0),(100646,91,846,0),(100647,92,846,0),(100648,93,846,0),(100649,94,846,0),(100650,95,846,0),(100651,96,846,0),(100652,97,846,0.0626981864121173),(100653,98,846,0),(100654,99,846,0),(100655,100,846,0),(100656,101,846,0),(100657,102,846,0),(100658,103,846,0),(100659,104,846,0),(100660,105,846,0),(100661,106,846,0),(100662,107,846,0),(100663,108,846,0),(100664,109,846,0),(100665,110,846,0),(100666,111,846,0),(100667,112,846,0),(100668,113,846,0),(100669,114,846,0),(100670,115,846,0),(100671,116,846,0),(100672,117,846,0),(100673,118,846,0),(100674,119,846,0),(100675,1,847,0),(100676,2,847,0),(100677,3,847,0),(100678,4,847,0),(100679,5,847,0),(100680,6,847,0),(100681,7,847,0),(100682,8,847,0),(100683,9,847,0),(100684,10,847,0),(100685,11,847,0),(100686,12,847,0),(100687,13,847,0),(100688,14,847,0),(100689,15,847,0),(100690,16,847,0),(100691,17,847,0),(100692,18,847,0),(100693,19,847,0),(100694,20,847,0),(100695,21,847,0),(100696,22,847,0),(100697,23,847,0),(100698,24,847,0),(100699,25,847,0),(100700,26,847,0),(100701,27,847,0),(100702,28,847,0),(100703,29,847,0),(100704,30,847,0),(100705,31,847,0),(100706,32,847,0),(100707,33,847,0),(100708,34,847,0),(100709,35,847,0),(100710,36,847,0),(100711,37,847,0),(100712,38,847,0),(100713,39,847,0),(100714,40,847,0),(100715,41,847,0),(100716,42,847,0),(100717,43,847,0),(100718,44,847,0),(100719,45,847,0),(100720,46,847,0),(100721,47,847,0),(100722,48,847,0),(100723,49,847,0),(100724,50,847,0),(100725,51,847,0),(100726,52,847,0),(100727,53,847,0),(100728,54,847,0),(100729,55,847,0),(100730,56,847,0),(100731,57,847,0),(100732,58,847,0),(100733,59,847,0),(100734,60,847,0),(100735,61,847,0),(100736,62,847,0),(100737,63,847,0),(100738,64,847,0),(100739,65,847,0),(100740,66,847,0),(100741,67,847,0),(100742,68,847,0),(100743,69,847,0),(100744,70,847,0),(100745,71,847,0),(100746,72,847,0),(100747,73,847,0),(100748,74,847,0),(100749,75,847,0),(100750,76,847,0),(100751,77,847,0),(100752,78,847,0),(100753,79,847,0),(100754,80,847,0),(100755,81,847,0),(100756,82,847,0),(100757,83,847,0),(100758,84,847,0),(100759,85,847,0),(100760,86,847,0),(100761,87,847,0),(100762,88,847,0),(100763,89,847,0),(100764,90,847,0),(100765,91,847,0),(100766,92,847,0),(100767,93,847,0),(100768,94,847,0),(100769,95,847,0),(100770,96,847,0),(100771,97,847,0),(100772,98,847,0.0667422489995681),(100773,99,847,0),(100774,100,847,0),(100775,101,847,0),(100776,102,847,0),(100777,103,847,0),(100778,104,847,0),(100779,105,847,0),(100780,106,847,0),(100781,107,847,0),(100782,108,847,0),(100783,109,847,0),(100784,110,847,0),(100785,111,847,0),(100786,112,847,0),(100787,113,847,0),(100788,114,847,0),(100789,115,847,0),(100790,116,847,0),(100791,117,847,0),(100792,118,847,0),(100793,119,847,0),(100794,1,848,0),(100795,2,848,0),(100796,3,848,0),(100797,4,848,0),(100798,5,848,0),(100799,6,848,0),(100800,7,848,0),(100801,8,848,0),(100802,9,848,0),(100803,10,848,0),(100804,11,848,0),(100805,12,848,0),(100806,13,848,0),(100807,14,848,0),(100808,15,848,0),(100809,16,848,0),(100810,17,848,0),(100811,18,848,0),(100812,19,848,0),(100813,20,848,0),(100814,21,848,0),(100815,22,848,0),(100816,23,848,0),(100817,24,848,0),(100818,25,848,0),(100819,26,848,0),(100820,27,848,0),(100821,28,848,0),(100822,29,848,0),(100823,30,848,0),(100824,31,848,0),(100825,32,848,0),(100826,33,848,0),(100827,34,848,0),(100828,35,848,0),(100829,36,848,0),(100830,37,848,0),(100831,38,848,0),(100832,39,848,0),(100833,40,848,0),(100834,41,848,0),(100835,42,848,0),(100836,43,848,0),(100837,44,848,0),(100838,45,848,0),(100839,46,848,0),(100840,47,848,0),(100841,48,848,0),(100842,49,848,0),(100843,50,848,0),(100844,51,848,0),(100845,52,848,0),(100846,53,848,0),(100847,54,848,0),(100848,55,848,0),(100849,56,848,0),(100850,57,848,0),(100851,58,848,0),(100852,59,848,0),(100853,60,848,0),(100854,61,848,0),(100855,62,848,0),(100856,63,848,0),(100857,64,848,0),(100858,65,848,0),(100859,66,848,0),(100860,67,848,0),(100861,68,848,0),(100862,69,848,0),(100863,70,848,0),(100864,71,848,0),(100865,72,848,0),(100866,73,848,0),(100867,74,848,0),(100868,75,848,0),(100869,76,848,0),(100870,77,848,0),(100871,78,848,0),(100872,79,848,0),(100873,80,848,0),(100874,81,848,0),(100875,82,848,0),(100876,83,848,0),(100877,84,848,0),(100878,85,848,0),(100879,86,848,0),(100880,87,848,0),(100881,88,848,0),(100882,89,848,0),(100883,90,848,0),(100884,91,848,0),(100885,92,848,0),(100886,93,848,0),(100887,94,848,0),(100888,95,848,0),(100889,96,848,0),(100890,97,848,0),(100891,98,848,0.433257751000432),(100892,99,848,0),(100893,100,848,0),(100894,101,848,0),(100895,102,848,0),(100896,103,848,0),(100897,104,848,0),(100898,105,848,0),(100899,106,848,0),(100900,107,848,0),(100901,108,848,0),(100902,109,848,0),(100903,110,848,0),(100904,111,848,0),(100905,112,848,0),(100906,113,848,0),(100907,114,848,0),(100908,115,848,0),(100909,116,848,0),(100910,117,848,0),(100911,118,848,0),(100912,119,848,0),(100913,1,849,0),(100914,2,849,0),(100915,3,849,0),(100916,4,849,0),(100917,5,849,0),(100918,6,849,0),(100919,7,849,0),(100920,8,849,0),(100921,9,849,0),(100922,10,849,0),(100923,11,849,0),(100924,12,849,0),(100925,13,849,0),(100926,14,849,0),(100927,15,849,0),(100928,16,849,0),(100929,17,849,0),(100930,18,849,0),(100931,19,849,0),(100932,20,849,0),(100933,21,849,0),(100934,22,849,0),(100935,23,849,0),(100936,24,849,0),(100937,25,849,0),(100938,26,849,0),(100939,27,849,0),(100940,28,849,0),(100941,29,849,0),(100942,30,849,0),(100943,31,849,0),(100944,32,849,0),(100945,33,849,0),(100946,34,849,0),(100947,35,849,0),(100948,36,849,0),(100949,37,849,0),(100950,38,849,0),(100951,39,849,0),(100952,40,849,0),(100953,41,849,0),(100954,42,849,0),(100955,43,849,0),(100956,44,849,0),(100957,45,849,0),(100958,46,849,0),(100959,47,849,0),(100960,48,849,0),(100961,49,849,0),(100962,50,849,0),(100963,51,849,0),(100964,52,849,0),(100965,53,849,0),(100966,54,849,0),(100967,55,849,0),(100968,56,849,0),(100969,57,849,0),(100970,58,849,0),(100971,59,849,0),(100972,60,849,0),(100973,61,849,0),(100974,62,849,0),(100975,63,849,0),(100976,64,849,0),(100977,65,849,0),(100978,66,849,0),(100979,67,849,0),(100980,68,849,0),(100981,69,849,0),(100982,70,849,0),(100983,71,849,0),(100984,72,849,0),(100985,73,849,0),(100986,74,849,0),(100987,75,849,0),(100988,76,849,0),(100989,77,849,0),(100990,78,849,0),(100991,79,849,0),(100992,80,849,0),(100993,81,849,0),(100994,82,849,0),(100995,83,849,0),(100996,84,849,0),(100997,85,849,0),(100998,86,849,0),(100999,87,849,0),(101000,88,849,0),(101001,89,849,0),(101002,90,849,0),(101003,91,849,0),(101004,92,849,0),(101005,93,849,0),(101006,94,849,0),(101007,95,849,0),(101008,96,849,0),(101009,97,849,0),(101010,98,849,0.578839974945704),(101011,99,849,0),(101012,100,849,0),(101013,101,849,0),(101014,102,849,0),(101015,103,849,0),(101016,104,849,0),(101017,105,849,0),(101018,106,849,0),(101019,107,849,0),(101020,108,849,0),(101021,109,849,0),(101022,110,849,0),(101023,111,849,0),(101024,112,849,0),(101025,113,849,0),(101026,114,849,0),(101027,115,849,0),(101028,116,849,0),(101029,117,849,0),(101030,118,849,0),(101031,119,849,0),(101032,1,850,0),(101033,2,850,0),(101034,3,850,0),(101035,4,850,0),(101036,5,850,0),(101037,6,850,0),(101038,7,850,0),(101039,8,850,0),(101040,9,850,0),(101041,10,850,0),(101042,11,850,0),(101043,12,850,0),(101044,13,850,0),(101045,14,850,0),(101046,15,850,0),(101047,16,850,0),(101048,17,850,0),(101049,18,850,0),(101050,19,850,0),(101051,20,850,0),(101052,21,850,0),(101053,22,850,0),(101054,23,850,0),(101055,24,850,0),(101056,25,850,0),(101057,26,850,0),(101058,27,850,0),(101059,28,850,0),(101060,29,850,0),(101061,30,850,0),(101062,31,850,0),(101063,32,850,0),(101064,33,850,0),(101065,34,850,0),(101066,35,850,0),(101067,36,850,0),(101068,37,850,0),(101069,38,850,0),(101070,39,850,0),(101071,40,850,0),(101072,41,850,0),(101073,42,850,0),(101074,43,850,0),(101075,44,850,0),(101076,45,850,0),(101077,46,850,0),(101078,47,850,0),(101079,48,850,0),(101080,49,850,0),(101081,50,850,0),(101082,51,850,0),(101083,52,850,0),(101084,53,850,0),(101085,54,850,0),(101086,55,850,0),(101087,56,850,0),(101088,57,850,0),(101089,58,850,0),(101090,59,850,0),(101091,60,850,0),(101092,61,850,0),(101093,62,850,0),(101094,63,850,0),(101095,64,850,0),(101096,65,850,0),(101097,66,850,0),(101098,67,850,0),(101099,68,850,0),(101100,69,850,0),(101101,70,850,0),(101102,71,850,0),(101103,72,850,0),(101104,73,850,0),(101105,74,850,0),(101106,75,850,0),(101107,76,850,0),(101108,77,850,0),(101109,78,850,0),(101110,79,850,0),(101111,80,850,0),(101112,81,850,0),(101113,82,850,0),(101114,83,850,0),(101115,84,850,0),(101116,85,850,0),(101117,86,850,0),(101118,87,850,0),(101119,88,850,0),(101120,89,850,0),(101121,90,850,0),(101122,91,850,0),(101123,92,850,0),(101124,93,850,0),(101125,94,850,0),(101126,95,850,0),(101127,96,850,0),(101128,97,850,0),(101129,98,850,0.123161518396827),(101130,99,850,0),(101131,100,850,0),(101132,101,850,0),(101133,102,850,0),(101134,103,850,0),(101135,104,850,0),(101136,105,850,0),(101137,106,850,0),(101138,107,850,0),(101139,108,850,0),(101140,109,850,0),(101141,110,850,0),(101142,111,850,0),(101143,112,850,0),(101144,113,850,0),(101145,114,850,0),(101146,115,850,0),(101147,116,850,0),(101148,117,850,0),(101149,118,850,0),(101150,119,850,0),(101151,1,851,0),(101152,2,851,0),(101153,3,851,0),(101154,4,851,0),(101155,5,851,0),(101156,6,851,0),(101157,7,851,0),(101158,8,851,0),(101159,9,851,0),(101160,10,851,0),(101161,11,851,0),(101162,12,851,0),(101163,13,851,0),(101164,14,851,0),(101165,15,851,0),(101166,16,851,0),(101167,17,851,0),(101168,18,851,0),(101169,19,851,0),(101170,20,851,0),(101171,21,851,0),(101172,22,851,0),(101173,23,851,0),(101174,24,851,0),(101175,25,851,0),(101176,26,851,0),(101177,27,851,0),(101178,28,851,0),(101179,29,851,0),(101180,30,851,0),(101181,31,851,0),(101182,32,851,0),(101183,33,851,0),(101184,34,851,0),(101185,35,851,0),(101186,36,851,0),(101187,37,851,0),(101188,38,851,0),(101189,39,851,0),(101190,40,851,0),(101191,41,851,0),(101192,42,851,0),(101193,43,851,0),(101194,44,851,0),(101195,45,851,0),(101196,46,851,0),(101197,47,851,0),(101198,48,851,0),(101199,49,851,0),(101200,50,851,0),(101201,51,851,0),(101202,52,851,0),(101203,53,851,0),(101204,54,851,0),(101205,55,851,0),(101206,56,851,0),(101207,57,851,0),(101208,58,851,0),(101209,59,851,0),(101210,60,851,0),(101211,61,851,0),(101212,62,851,0),(101213,63,851,0),(101214,64,851,0),(101215,65,851,0),(101216,66,851,0),(101217,67,851,0),(101218,68,851,0),(101219,69,851,0),(101220,70,851,0),(101221,71,851,0),(101222,72,851,0),(101223,73,851,0),(101224,74,851,0),(101225,75,851,0),(101226,76,851,0),(101227,77,851,0),(101228,78,851,0),(101229,79,851,0),(101230,80,851,0),(101231,81,851,0),(101232,82,851,0),(101233,83,851,0),(101234,84,851,0),(101235,85,851,0),(101236,86,851,0),(101237,87,851,0),(101238,88,851,0),(101239,89,851,0),(101240,90,851,0),(101241,91,851,0),(101242,92,851,0),(101243,93,851,0),(101244,94,851,0),(101245,95,851,0),(101246,96,851,0),(101247,97,851,0),(101248,98,851,0.0979985066574688),(101249,99,851,0),(101250,100,851,0),(101251,101,851,0),(101252,102,851,0),(101253,103,851,0),(101254,104,851,0),(101255,105,851,0),(101256,106,851,0),(101257,107,851,0),(101258,108,851,0),(101259,109,851,0),(101260,110,851,0),(101261,111,851,0),(101262,112,851,0),(101263,113,851,0),(101264,114,851,0),(101265,115,851,0),(101266,116,851,0),(101267,117,851,0),(101268,118,851,0),(101269,119,851,0),(101270,1,852,0),(101271,2,852,0),(101272,3,852,0),(101273,4,852,0),(101274,5,852,0),(101275,6,852,0),(101276,7,852,0),(101277,8,852,0),(101278,9,852,0),(101279,10,852,0),(101280,11,852,0),(101281,12,852,0),(101282,13,852,0),(101283,14,852,0),(101284,15,852,0),(101285,16,852,0),(101286,17,852,0),(101287,18,852,0),(101288,19,852,0),(101289,20,852,0),(101290,21,852,0),(101291,22,852,0),(101292,23,852,0),(101293,24,852,0),(101294,25,852,0),(101295,26,852,0),(101296,27,852,0),(101297,28,852,0),(101298,29,852,0),(101299,30,852,0),(101300,31,852,0),(101301,32,852,0),(101302,33,852,0),(101303,34,852,0),(101304,35,852,0),(101305,36,852,0),(101306,37,852,0),(101307,38,852,0),(101308,39,852,0),(101309,40,852,0),(101310,41,852,0),(101311,42,852,0),(101312,43,852,0),(101313,44,852,0),(101314,45,852,0),(101315,46,852,0),(101316,47,852,0),(101317,48,852,0),(101318,49,852,0),(101319,50,852,0),(101320,51,852,0),(101321,52,852,0),(101322,53,852,0),(101323,54,852,0),(101324,55,852,0),(101325,56,852,0),(101326,57,852,0),(101327,58,852,0),(101328,59,852,0),(101329,60,852,0),(101330,61,852,0),(101331,62,852,0),(101332,63,852,0),(101333,64,852,0),(101334,65,852,0),(101335,66,852,0),(101336,67,852,0),(101337,68,852,0),(101338,69,852,0),(101339,70,852,0),(101340,71,852,0),(101341,72,852,0),(101342,73,852,0),(101343,74,852,0),(101344,75,852,0),(101345,76,852,0),(101346,77,852,0),(101347,78,852,0),(101348,79,852,0),(101349,80,852,0),(101350,81,852,0),(101351,82,852,0),(101352,83,852,0),(101353,84,852,0),(101354,85,852,0),(101355,86,852,0),(101356,87,852,0),(101357,88,852,0),(101358,89,852,0),(101359,90,852,0),(101360,91,852,0),(101361,92,852,0),(101362,93,852,0),(101363,94,852,0),(101364,95,852,0),(101365,96,852,0),(101366,97,852,0),(101367,98,852,0.68028475676407),(101368,99,852,0),(101369,100,852,0),(101370,101,852,0),(101371,102,852,0),(101372,103,852,0),(101373,104,852,0),(101374,105,852,0),(101375,106,852,0),(101376,107,852,0),(101377,108,852,0),(101378,109,852,0),(101379,110,852,0),(101380,111,852,0),(101381,112,852,0),(101382,113,852,0),(101383,114,852,0),(101384,115,852,0),(101385,116,852,0),(101386,117,852,0),(101387,118,852,0),(101388,119,852,0),(101389,1,853,0),(101390,2,853,0),(101391,3,853,0),(101392,4,853,0),(101393,5,853,0),(101394,6,853,0),(101395,7,853,0),(101396,8,853,0),(101397,9,853,0),(101398,10,853,0),(101399,11,853,0),(101400,12,853,0),(101401,13,853,0),(101402,14,853,0),(101403,15,853,0),(101404,16,853,0),(101405,17,853,0),(101406,18,853,0),(101407,19,853,0),(101408,20,853,0),(101409,21,853,0),(101410,22,853,0),(101411,23,853,0),(101412,24,853,0),(101413,25,853,0),(101414,26,853,0),(101415,27,853,0),(101416,28,853,0),(101417,29,853,0),(101418,30,853,0),(101419,31,853,0),(101420,32,853,0),(101421,33,853,0),(101422,34,853,0),(101423,35,853,0),(101424,36,853,0),(101425,37,853,0),(101426,38,853,0),(101427,39,853,0),(101428,40,853,0),(101429,41,853,0),(101430,42,853,0),(101431,43,853,0),(101432,44,853,0),(101433,45,853,0),(101434,46,853,0),(101435,47,853,0),(101436,48,853,0),(101437,49,853,0),(101438,50,853,0),(101439,51,853,0),(101440,52,853,0),(101441,53,853,0),(101442,54,853,0),(101443,55,853,0),(101444,56,853,0),(101445,57,853,0),(101446,58,853,0),(101447,59,853,0),(101448,60,853,0),(101449,61,853,0),(101450,62,853,0),(101451,63,853,0),(101452,64,853,0),(101453,65,853,0),(101454,66,853,0),(101455,67,853,0),(101456,68,853,0),(101457,69,853,0),(101458,70,853,0),(101459,71,853,0),(101460,72,853,0),(101461,73,853,0),(101462,74,853,0),(101463,75,853,0),(101464,76,853,0),(101465,77,853,0),(101466,78,853,0),(101467,79,853,0),(101468,80,853,0),(101469,81,853,0),(101470,82,853,0),(101471,83,853,0),(101472,84,853,0),(101473,85,853,0),(101474,86,853,0),(101475,87,853,0),(101476,88,853,0),(101477,89,853,0),(101478,90,853,0),(101479,91,853,0),(101480,92,853,0),(101481,93,853,0),(101482,94,853,0),(101483,95,853,0),(101484,96,853,0),(101485,97,853,0),(101486,98,853,0.180303121431737),(101487,99,853,0),(101488,100,853,0),(101489,101,853,0),(101490,102,853,0),(101491,103,853,0),(101492,104,853,0),(101493,105,853,0),(101494,106,853,0),(101495,107,853,0),(101496,108,853,0),(101497,109,853,0),(101498,110,853,0),(101499,111,853,0),(101500,112,853,0),(101501,113,853,0),(101502,114,853,0),(101503,115,853,0),(101504,116,853,0),(101505,117,853,0),(101506,118,853,0),(101507,119,853,0),(101508,1,854,0),(101509,2,854,0),(101510,3,854,0),(101511,4,854,0),(101512,5,854,0),(101513,6,854,0),(101514,7,854,0),(101515,8,854,0),(101516,9,854,0),(101517,10,854,0),(101518,11,854,0),(101519,12,854,0),(101520,13,854,0),(101521,14,854,0),(101522,15,854,0),(101523,16,854,0),(101524,17,854,0),(101525,18,854,0),(101526,19,854,0),(101527,20,854,0),(101528,21,854,0),(101529,22,854,0),(101530,23,854,0),(101531,24,854,0),(101532,25,854,0),(101533,26,854,0),(101534,27,854,0),(101535,28,854,0),(101536,29,854,0),(101537,30,854,0),(101538,31,854,0),(101539,32,854,0),(101540,33,854,0),(101541,34,854,0),(101542,35,854,0),(101543,36,854,0),(101544,37,854,0),(101545,38,854,0),(101546,39,854,0),(101547,40,854,0),(101548,41,854,0),(101549,42,854,0),(101550,43,854,0),(101551,44,854,0),(101552,45,854,0),(101553,46,854,0),(101554,47,854,0),(101555,48,854,0),(101556,49,854,0),(101557,50,854,0),(101558,51,854,0),(101559,52,854,0),(101560,53,854,0),(101561,54,854,0),(101562,55,854,0),(101563,56,854,0),(101564,57,854,0),(101565,58,854,0),(101566,59,854,0),(101567,60,854,0),(101568,61,854,0),(101569,62,854,0),(101570,63,854,0),(101571,64,854,0),(101572,65,854,0),(101573,66,854,0),(101574,67,854,0),(101575,68,854,0),(101576,69,854,0),(101577,70,854,0),(101578,71,854,0),(101579,72,854,0),(101580,73,854,0),(101581,74,854,0),(101582,75,854,0),(101583,76,854,0),(101584,77,854,0),(101585,78,854,0),(101586,79,854,0),(101587,80,854,0),(101588,81,854,0),(101589,82,854,0),(101590,83,854,0),(101591,84,854,0),(101592,85,854,0),(101593,86,854,0),(101594,87,854,0),(101595,88,854,0),(101596,89,854,0),(101597,90,854,0),(101598,91,854,0),(101599,92,854,0),(101600,93,854,0),(101601,94,854,0),(101602,95,854,0),(101603,96,854,0),(101604,97,854,0),(101605,98,854,0.0674210244186126),(101606,99,854,0),(101607,100,854,0),(101608,101,854,0),(101609,102,854,0),(101610,103,854,0),(101611,104,854,0),(101612,105,854,0),(101613,106,854,0),(101614,107,854,0),(101615,108,854,0),(101616,109,854,0),(101617,110,854,0),(101618,111,854,0),(101619,112,854,0),(101620,113,854,0),(101621,114,854,0),(101622,115,854,0),(101623,116,854,0),(101624,117,854,0),(101625,118,854,0),(101626,119,854,0),(101627,1,855,0),(101628,2,855,0),(101629,3,855,0),(101630,4,855,0),(101631,5,855,0),(101632,6,855,0),(101633,7,855,0),(101634,8,855,0),(101635,9,855,0),(101636,10,855,0),(101637,11,855,0),(101638,12,855,0),(101639,13,855,0),(101640,14,855,0),(101641,15,855,0),(101642,16,855,0),(101643,17,855,0),(101644,18,855,0),(101645,19,855,0),(101646,20,855,0),(101647,21,855,0),(101648,22,855,0),(101649,23,855,0),(101650,24,855,0),(101651,25,855,0),(101652,26,855,0),(101653,27,855,0),(101654,28,855,0),(101655,29,855,0),(101656,30,855,0),(101657,31,855,0),(101658,32,855,0),(101659,33,855,0),(101660,34,855,0),(101661,35,855,0),(101662,36,855,0),(101663,37,855,0),(101664,38,855,0),(101665,39,855,0),(101666,40,855,0),(101667,41,855,0),(101668,42,855,0),(101669,43,855,0),(101670,44,855,0),(101671,45,855,0),(101672,46,855,0),(101673,47,855,0),(101674,48,855,0),(101675,49,855,0),(101676,50,855,0),(101677,51,855,0),(101678,52,855,0),(101679,53,855,0),(101680,54,855,0),(101681,55,855,0),(101682,56,855,0),(101683,57,855,0),(101684,58,855,0),(101685,59,855,0),(101686,60,855,0),(101687,61,855,0),(101688,62,855,0),(101689,63,855,0),(101690,64,855,0),(101691,65,855,0),(101692,66,855,0),(101693,67,855,0),(101694,68,855,0),(101695,69,855,0),(101696,70,855,0),(101697,71,855,0),(101698,72,855,0),(101699,73,855,0),(101700,74,855,0),(101701,75,855,0),(101702,76,855,0),(101703,77,855,0),(101704,78,855,0),(101705,79,855,0),(101706,80,855,0),(101707,81,855,0),(101708,82,855,0),(101709,83,855,0),(101710,84,855,0),(101711,85,855,0),(101712,86,855,0),(101713,87,855,0),(101714,88,855,0),(101715,89,855,0),(101716,90,855,0),(101717,91,855,0),(101718,92,855,0),(101719,93,855,0),(101720,94,855,0),(101721,95,855,0),(101722,96,855,0),(101723,97,855,0),(101724,98,855,0.0719910973855806),(101725,99,855,0),(101726,100,855,0),(101727,101,855,0),(101728,102,855,0),(101729,103,855,0),(101730,104,855,0),(101731,105,855,0),(101732,106,855,0),(101733,107,855,0),(101734,108,855,0),(101735,109,855,0),(101736,110,855,0),(101737,111,855,0),(101738,112,855,0),(101739,113,855,0),(101740,114,855,0),(101741,115,855,0),(101742,116,855,0),(101743,117,855,0),(101744,118,855,0),(101745,119,855,0),(101746,1,856,0),(101747,2,856,0),(101748,3,856,0),(101749,4,856,0),(101750,5,856,0),(101751,6,856,0),(101752,7,856,0),(101753,8,856,0),(101754,9,856,0),(101755,10,856,0),(101756,11,856,0),(101757,12,856,0),(101758,13,856,0),(101759,14,856,0),(101760,15,856,0),(101761,16,856,0),(101762,17,856,0),(101763,18,856,0),(101764,19,856,0),(101765,20,856,0),(101766,21,856,0),(101767,22,856,0),(101768,23,856,0),(101769,24,856,0),(101770,25,856,0),(101771,26,856,0),(101772,27,856,0),(101773,28,856,0),(101774,29,856,0),(101775,30,856,0),(101776,31,856,0),(101777,32,856,0),(101778,33,856,0),(101779,34,856,0),(101780,35,856,0),(101781,36,856,0),(101782,37,856,0),(101783,38,856,0),(101784,39,856,0),(101785,40,856,0),(101786,41,856,0),(101787,42,856,0),(101788,43,856,0),(101789,44,856,0),(101790,45,856,0),(101791,46,856,0),(101792,47,856,0),(101793,48,856,0),(101794,49,856,0),(101795,50,856,0),(101796,51,856,0),(101797,52,856,0),(101798,53,856,0),(101799,54,856,0),(101800,55,856,0),(101801,56,856,0),(101802,57,856,0),(101803,58,856,0),(101804,59,856,0),(101805,60,856,0),(101806,61,856,0),(101807,62,856,0),(101808,63,856,0),(101809,64,856,0),(101810,65,856,0),(101811,66,856,0),(101812,67,856,0),(101813,68,856,0),(101814,69,856,0),(101815,70,856,0),(101816,71,856,0),(101817,72,856,0),(101818,73,856,0),(101819,74,856,0),(101820,75,856,0),(101821,76,856,0),(101822,77,856,0),(101823,78,856,0),(101824,79,856,0),(101825,80,856,0),(101826,81,856,0),(101827,82,856,0),(101828,83,856,0),(101829,84,856,0),(101830,85,856,0),(101831,86,856,0),(101832,87,856,0),(101833,88,856,0),(101834,89,856,0),(101835,90,856,0),(101836,91,856,0),(101837,92,856,0),(101838,93,856,0),(101839,94,856,0),(101840,95,856,0),(101841,96,856,0),(101842,97,856,0),(101843,98,856,0),(101844,99,856,0.5),(101845,100,856,0),(101846,101,856,0),(101847,102,856,0),(101848,103,856,0),(101849,104,856,0),(101850,105,856,0),(101851,106,856,0),(101852,107,856,0),(101853,108,856,0),(101854,109,856,0),(101855,110,856,0),(101856,111,856,0),(101857,112,856,0),(101858,113,856,0),(101859,114,856,0),(101860,115,856,0),(101861,116,856,0),(101862,117,856,0),(101863,118,856,0),(101864,119,856,0),(101865,1,857,0),(101866,2,857,0),(101867,3,857,0),(101868,4,857,0),(101869,5,857,0),(101870,6,857,0),(101871,7,857,0),(101872,8,857,0),(101873,9,857,0),(101874,10,857,0),(101875,11,857,0),(101876,12,857,0),(101877,13,857,0),(101878,14,857,0),(101879,15,857,0),(101880,16,857,0),(101881,17,857,0),(101882,18,857,0),(101883,19,857,0),(101884,20,857,0),(101885,21,857,0),(101886,22,857,0),(101887,23,857,0),(101888,24,857,0),(101889,25,857,0),(101890,26,857,0),(101891,27,857,0),(101892,28,857,0),(101893,29,857,0),(101894,30,857,0),(101895,31,857,0),(101896,32,857,0),(101897,33,857,0),(101898,34,857,0),(101899,35,857,0),(101900,36,857,0),(101901,37,857,0),(101902,38,857,0),(101903,39,857,0),(101904,40,857,0),(101905,41,857,0),(101906,42,857,0),(101907,43,857,0),(101908,44,857,0),(101909,45,857,0),(101910,46,857,0),(101911,47,857,0),(101912,48,857,0),(101913,49,857,0),(101914,50,857,0),(101915,51,857,0),(101916,52,857,0),(101917,53,857,0),(101918,54,857,0),(101919,55,857,0),(101920,56,857,0),(101921,57,857,0),(101922,58,857,0),(101923,59,857,0),(101924,60,857,0),(101925,61,857,0),(101926,62,857,0),(101927,63,857,0),(101928,64,857,0),(101929,65,857,0),(101930,66,857,0),(101931,67,857,0),(101932,68,857,0),(101933,69,857,0),(101934,70,857,0),(101935,71,857,0),(101936,72,857,0),(101937,73,857,0),(101938,74,857,0),(101939,75,857,0),(101940,76,857,0),(101941,77,857,0),(101942,78,857,0),(101943,79,857,0),(101944,80,857,0),(101945,81,857,0),(101946,82,857,0),(101947,83,857,0),(101948,84,857,0),(101949,85,857,0),(101950,86,857,0),(101951,87,857,0),(101952,88,857,0),(101953,89,857,0),(101954,90,857,0),(101955,91,857,0),(101956,92,857,0),(101957,93,857,0),(101958,94,857,0),(101959,95,857,0),(101960,96,857,0),(101961,97,857,0),(101962,98,857,0),(101963,99,857,0.395387587546111),(101964,100,857,0),(101965,101,857,0),(101966,102,857,0),(101967,103,857,0),(101968,104,857,0),(101969,105,857,0),(101970,106,857,0),(101971,107,857,0),(101972,108,857,0),(101973,109,857,0),(101974,110,857,0),(101975,111,857,0),(101976,112,857,0),(101977,113,857,0),(101978,114,857,0),(101979,115,857,0),(101980,116,857,0),(101981,117,857,0),(101982,118,857,0),(101983,119,857,0),(101984,1,858,0),(101985,2,858,0),(101986,3,858,0),(101987,4,858,0),(101988,5,858,0),(101989,6,858,0),(101990,7,858,0),(101991,8,858,0),(101992,9,858,0),(101993,10,858,0),(101994,11,858,0),(101995,12,858,0),(101996,13,858,0),(101997,14,858,0),(101998,15,858,0),(101999,16,858,0),(102000,17,858,0),(102001,18,858,0),(102002,19,858,0),(102003,20,858,0),(102004,21,858,0),(102005,22,858,0),(102006,23,858,0),(102007,24,858,0),(102008,25,858,0),(102009,26,858,0),(102010,27,858,0),(102011,28,858,0),(102012,29,858,0),(102013,30,858,0),(102014,31,858,0),(102015,32,858,0),(102016,33,858,0),(102017,34,858,0),(102018,35,858,0),(102019,36,858,0),(102020,37,858,0),(102021,38,858,0),(102022,39,858,0),(102023,40,858,0),(102024,41,858,0),(102025,42,858,0),(102026,43,858,0),(102027,44,858,0),(102028,45,858,0),(102029,46,858,0),(102030,47,858,0),(102031,48,858,0),(102032,49,858,0),(102033,50,858,0),(102034,51,858,0),(102035,52,858,0),(102036,53,858,0),(102037,54,858,0),(102038,55,858,0),(102039,56,858,0),(102040,57,858,0),(102041,58,858,0),(102042,59,858,0),(102043,60,858,0),(102044,61,858,0),(102045,62,858,0),(102046,63,858,0),(102047,64,858,0),(102048,65,858,0),(102049,66,858,0),(102050,67,858,0),(102051,68,858,0),(102052,69,858,0),(102053,70,858,0),(102054,71,858,0),(102055,72,858,0),(102056,73,858,0),(102057,74,858,0),(102058,75,858,0),(102059,76,858,0),(102060,77,858,0),(102061,78,858,0),(102062,79,858,0),(102063,80,858,0),(102064,81,858,0),(102065,82,858,0),(102066,83,858,0),(102067,84,858,0),(102068,85,858,0),(102069,86,858,0),(102070,87,858,0),(102071,88,858,0),(102072,89,858,0),(102073,90,858,0),(102074,91,858,0),(102075,92,858,0),(102076,93,858,0),(102077,94,858,0),(102078,95,858,0),(102079,96,858,0),(102080,97,858,0),(102081,98,858,0),(102082,99,858,0.404612412453889),(102083,100,858,0),(102084,101,858,0),(102085,102,858,0),(102086,103,858,0),(102087,104,858,0),(102088,105,858,0),(102089,106,858,0),(102090,107,858,0),(102091,108,858,0),(102092,109,858,0),(102093,110,858,0),(102094,111,858,0),(102095,112,858,0),(102096,113,858,0),(102097,114,858,0),(102098,115,858,0),(102099,116,858,0),(102100,117,858,0),(102101,118,858,0),(102102,119,858,0),(102103,1,859,0),(102104,2,859,0),(102105,3,859,0),(102106,4,859,0),(102107,5,859,0),(102108,6,859,0),(102109,7,859,0),(102110,8,859,0),(102111,9,859,0),(102112,10,859,0),(102113,11,859,0),(102114,12,859,0),(102115,13,859,0),(102116,14,859,0),(102117,15,859,0),(102118,16,859,0),(102119,17,859,0),(102120,18,859,0),(102121,19,859,0),(102122,20,859,0),(102123,21,859,0),(102124,22,859,0),(102125,23,859,0),(102126,24,859,0),(102127,25,859,0),(102128,26,859,0),(102129,27,859,0),(102130,28,859,0),(102131,29,859,0),(102132,30,859,0),(102133,31,859,0),(102134,32,859,0),(102135,33,859,0),(102136,34,859,0),(102137,35,859,0),(102138,36,859,0),(102139,37,859,0),(102140,38,859,0),(102141,39,859,0),(102142,40,859,0),(102143,41,859,0),(102144,42,859,0),(102145,43,859,0),(102146,44,859,0),(102147,45,859,0),(102148,46,859,0),(102149,47,859,0),(102150,48,859,0),(102151,49,859,0),(102152,50,859,0),(102153,51,859,0),(102154,52,859,0),(102155,53,859,0),(102156,54,859,0),(102157,55,859,0),(102158,56,859,0),(102159,57,859,0),(102160,58,859,0),(102161,59,859,0),(102162,60,859,0),(102163,61,859,0),(102164,62,859,0),(102165,63,859,0),(102166,64,859,0),(102167,65,859,0),(102168,66,859,0),(102169,67,859,0),(102170,68,859,0),(102171,69,859,0),(102172,70,859,0),(102173,71,859,0),(102174,72,859,0),(102175,73,859,0),(102176,74,859,0),(102177,75,859,0),(102178,76,859,0),(102179,77,859,0),(102180,78,859,0),(102181,79,859,0),(102182,80,859,0),(102183,81,859,0),(102184,82,859,0),(102185,83,859,0),(102186,84,859,0),(102187,85,859,0),(102188,86,859,0),(102189,87,859,0),(102190,88,859,0),(102191,89,859,0),(102192,90,859,0),(102193,91,859,0),(102194,92,859,0),(102195,93,859,0),(102196,94,859,0),(102197,95,859,0),(102198,96,859,0),(102199,97,859,0),(102200,98,859,0),(102201,99,859,0.774957252266647),(102202,100,859,0),(102203,101,859,0),(102204,102,859,0),(102205,103,859,0),(102206,104,859,0),(102207,105,859,0),(102208,106,859,0),(102209,107,859,0),(102210,108,859,0),(102211,109,859,0),(102212,110,859,0),(102213,111,859,0),(102214,112,859,0),(102215,113,859,0),(102216,114,859,0),(102217,115,859,0),(102218,116,859,0),(102219,117,859,0),(102220,118,859,0),(102221,119,859,0),(102222,1,860,0),(102223,2,860,0),(102224,3,860,0),(102225,4,860,0),(102226,5,860,0),(102227,6,860,0),(102228,7,860,0),(102229,8,860,0),(102230,9,860,0),(102231,10,860,0),(102232,11,860,0),(102233,12,860,0),(102234,13,860,0),(102235,14,860,0),(102236,15,860,0),(102237,16,860,0),(102238,17,860,0),(102239,18,860,0),(102240,19,860,0),(102241,20,860,0),(102242,21,860,0),(102243,22,860,0),(102244,23,860,0),(102245,24,860,0),(102246,25,860,0),(102247,26,860,0),(102248,27,860,0),(102249,28,860,0),(102250,29,860,0),(102251,30,860,0),(102252,31,860,0),(102253,32,860,0),(102254,33,860,0),(102255,34,860,0),(102256,35,860,0),(102257,36,860,0),(102258,37,860,0),(102259,38,860,0),(102260,39,860,0),(102261,40,860,0),(102262,41,860,0),(102263,42,860,0),(102264,43,860,0),(102265,44,860,0),(102266,45,860,0),(102267,46,860,0),(102268,47,860,0),(102269,48,860,0),(102270,49,860,0),(102271,50,860,0),(102272,51,860,0),(102273,52,860,0),(102274,53,860,0),(102275,54,860,0),(102276,55,860,0),(102277,56,860,0),(102278,57,860,0),(102279,58,860,0),(102280,59,860,0),(102281,60,860,0),(102282,61,860,0),(102283,62,860,0),(102284,63,860,0),(102285,64,860,0),(102286,65,860,0),(102287,66,860,0),(102288,67,860,0),(102289,68,860,0),(102290,69,860,0),(102291,70,860,0),(102292,71,860,0),(102293,72,860,0),(102294,73,860,0),(102295,74,860,0),(102296,75,860,0),(102297,76,860,0),(102298,77,860,0),(102299,78,860,0),(102300,79,860,0),(102301,80,860,0),(102302,81,860,0),(102303,82,860,0),(102304,83,860,0),(102305,84,860,0),(102306,85,860,0),(102307,86,860,0),(102308,87,860,0),(102309,88,860,0),(102310,89,860,0),(102311,90,860,0),(102312,91,860,0),(102313,92,860,0),(102314,93,860,0),(102315,94,860,0),(102316,95,860,0),(102317,96,860,0),(102318,97,860,0),(102319,98,860,0),(102320,99,860,0.225042747733353),(102321,100,860,0),(102322,101,860,0),(102323,102,860,0),(102324,103,860,0),(102325,104,860,0),(102326,105,860,0),(102327,106,860,0),(102328,107,860,0),(102329,108,860,0),(102330,109,860,0),(102331,110,860,0),(102332,111,860,0),(102333,112,860,0),(102334,113,860,0),(102335,114,860,0),(102336,115,860,0),(102337,116,860,0),(102338,117,860,0),(102339,118,860,0),(102340,119,860,0),(102341,1,861,0),(102342,2,861,0),(102343,3,861,0),(102344,4,861,0),(102345,5,861,0),(102346,6,861,0),(102347,7,861,0),(102348,8,861,0),(102349,9,861,0),(102350,10,861,0),(102351,11,861,0),(102352,12,861,0),(102353,13,861,0),(102354,14,861,0),(102355,15,861,0),(102356,16,861,0),(102357,17,861,0),(102358,18,861,0),(102359,19,861,0),(102360,20,861,0),(102361,21,861,0),(102362,22,861,0),(102363,23,861,0),(102364,24,861,0),(102365,25,861,0),(102366,26,861,0),(102367,27,861,0),(102368,28,861,0),(102369,29,861,0),(102370,30,861,0),(102371,31,861,0),(102372,32,861,0),(102373,33,861,0),(102374,34,861,0),(102375,35,861,0),(102376,36,861,0),(102377,37,861,0),(102378,38,861,0),(102379,39,861,0),(102380,40,861,0),(102381,41,861,0),(102382,42,861,0),(102383,43,861,0),(102384,44,861,0),(102385,45,861,0),(102386,46,861,0),(102387,47,861,0),(102388,48,861,0),(102389,49,861,0),(102390,50,861,0),(102391,51,861,0),(102392,52,861,0),(102393,53,861,0),(102394,54,861,0),(102395,55,861,0),(102396,56,861,0),(102397,57,861,0),(102398,58,861,0),(102399,59,861,0),(102400,60,861,0),(102401,61,861,0),(102402,62,861,0),(102403,63,861,0),(102404,64,861,0),(102405,65,861,0),(102406,66,861,0),(102407,67,861,0),(102408,68,861,0),(102409,69,861,0),(102410,70,861,0),(102411,71,861,0),(102412,72,861,0),(102413,73,861,0),(102414,74,861,0),(102415,75,861,0),(102416,76,861,0),(102417,77,861,0),(102418,78,861,0),(102419,79,861,0),(102420,80,861,0),(102421,81,861,0),(102422,82,861,0),(102423,83,861,0),(102424,84,861,0),(102425,85,861,0),(102426,86,861,0),(102427,87,861,0),(102428,88,861,0),(102429,89,861,0),(102430,90,861,0),(102431,91,861,0),(102432,92,861,0),(102433,93,861,0),(102434,94,861,0),(102435,95,861,0),(102436,96,861,0),(102437,97,861,0),(102438,98,861,0),(102439,99,861,0),(102440,100,861,0.5),(102441,101,861,0),(102442,102,861,0),(102443,103,861,0),(102444,104,861,0),(102445,105,861,0),(102446,106,861,0),(102447,107,861,0),(102448,108,861,0),(102449,109,861,0),(102450,110,861,0),(102451,111,861,0),(102452,112,861,0),(102453,113,861,0),(102454,114,861,0),(102455,115,861,0),(102456,116,861,0),(102457,117,861,0),(102458,118,861,0),(102459,119,861,0),(102460,1,862,0),(102461,2,862,0),(102462,3,862,0),(102463,4,862,0),(102464,5,862,0),(102465,6,862,0),(102466,7,862,0),(102467,8,862,0),(102468,9,862,0),(102469,10,862,0),(102470,11,862,0),(102471,12,862,0),(102472,13,862,0),(102473,14,862,0),(102474,15,862,0),(102475,16,862,0),(102476,17,862,0),(102477,18,862,0),(102478,19,862,0),(102479,20,862,0),(102480,21,862,0),(102481,22,862,0),(102482,23,862,0),(102483,24,862,0),(102484,25,862,0),(102485,26,862,0),(102486,27,862,0),(102487,28,862,0),(102488,29,862,0),(102489,30,862,0),(102490,31,862,0),(102491,32,862,0),(102492,33,862,0),(102493,34,862,0),(102494,35,862,0),(102495,36,862,0),(102496,37,862,0),(102497,38,862,0),(102498,39,862,0),(102499,40,862,0),(102500,41,862,0),(102501,42,862,0),(102502,43,862,0),(102503,44,862,0),(102504,45,862,0),(102505,46,862,0),(102506,47,862,0),(102507,48,862,0),(102508,49,862,0),(102509,50,862,0),(102510,51,862,0),(102511,52,862,0),(102512,53,862,0),(102513,54,862,0),(102514,55,862,0),(102515,56,862,0),(102516,57,862,0),(102517,58,862,0),(102518,59,862,0),(102519,60,862,0),(102520,61,862,0),(102521,62,862,0),(102522,63,862,0),(102523,64,862,0),(102524,65,862,0),(102525,66,862,0),(102526,67,862,0),(102527,68,862,0),(102528,69,862,0),(102529,70,862,0),(102530,71,862,0),(102531,72,862,0),(102532,73,862,0),(102533,74,862,0),(102534,75,862,0),(102535,76,862,0),(102536,77,862,0),(102537,78,862,0),(102538,79,862,0),(102539,80,862,0),(102540,81,862,0),(102541,82,862,0),(102542,83,862,0),(102543,84,862,0),(102544,85,862,0),(102545,86,862,0),(102546,87,862,0),(102547,88,862,0),(102548,89,862,0),(102549,90,862,0),(102550,91,862,0),(102551,92,862,0),(102552,93,862,0),(102553,94,862,0),(102554,95,862,0),(102555,96,862,0),(102556,97,862,0),(102557,98,862,0),(102558,99,862,0),(102559,100,862,0.529842947638653),(102560,101,862,0),(102561,102,862,0),(102562,103,862,0),(102563,104,862,0),(102564,105,862,0),(102565,106,862,0),(102566,107,862,0),(102567,108,862,0),(102568,109,862,0),(102569,110,862,0),(102570,111,862,0),(102571,112,862,0),(102572,113,862,0),(102573,114,862,0),(102574,115,862,0),(102575,116,862,0),(102576,117,862,0),(102577,118,862,0),(102578,119,862,0),(102579,1,863,0),(102580,2,863,0),(102581,3,863,0),(102582,4,863,0),(102583,5,863,0),(102584,6,863,0),(102585,7,863,0),(102586,8,863,0),(102587,9,863,0),(102588,10,863,0),(102589,11,863,0),(102590,12,863,0),(102591,13,863,0),(102592,14,863,0),(102593,15,863,0),(102594,16,863,0),(102595,17,863,0),(102596,18,863,0),(102597,19,863,0),(102598,20,863,0),(102599,21,863,0),(102600,22,863,0),(102601,23,863,0),(102602,24,863,0),(102603,25,863,0),(102604,26,863,0),(102605,27,863,0),(102606,28,863,0),(102607,29,863,0),(102608,30,863,0),(102609,31,863,0),(102610,32,863,0),(102611,33,863,0),(102612,34,863,0),(102613,35,863,0),(102614,36,863,0),(102615,37,863,0),(102616,38,863,0),(102617,39,863,0),(102618,40,863,0),(102619,41,863,0),(102620,42,863,0),(102621,43,863,0),(102622,44,863,0),(102623,45,863,0),(102624,46,863,0),(102625,47,863,0),(102626,48,863,0),(102627,49,863,0),(102628,50,863,0),(102629,51,863,0),(102630,52,863,0),(102631,53,863,0),(102632,54,863,0),(102633,55,863,0),(102634,56,863,0),(102635,57,863,0),(102636,58,863,0),(102637,59,863,0),(102638,60,863,0),(102639,61,863,0),(102640,62,863,0),(102641,63,863,0),(102642,64,863,0),(102643,65,863,0),(102644,66,863,0),(102645,67,863,0),(102646,68,863,0),(102647,69,863,0),(102648,70,863,0),(102649,71,863,0),(102650,72,863,0),(102651,73,863,0),(102652,74,863,0),(102653,75,863,0),(102654,76,863,0),(102655,77,863,0),(102656,78,863,0),(102657,79,863,0),(102658,80,863,0),(102659,81,863,0),(102660,82,863,0),(102661,83,863,0),(102662,84,863,0),(102663,85,863,0),(102664,86,863,0),(102665,87,863,0),(102666,88,863,0),(102667,89,863,0),(102668,90,863,0),(102669,91,863,0),(102670,92,863,0),(102671,93,863,0),(102672,94,863,0),(102673,95,863,0),(102674,96,863,0),(102675,97,863,0),(102676,98,863,0),(102677,99,863,0),(102678,100,863,0.270157052361347),(102679,101,863,0),(102680,102,863,0),(102681,103,863,0),(102682,104,863,0),(102683,105,863,0),(102684,106,863,0),(102685,107,863,0),(102686,108,863,0),(102687,109,863,0),(102688,110,863,0),(102689,111,863,0),(102690,112,863,0),(102691,113,863,0),(102692,114,863,0),(102693,115,863,0),(102694,116,863,0),(102695,117,863,0),(102696,118,863,0),(102697,119,863,0),(102698,1,864,0),(102699,2,864,0),(102700,3,864,0),(102701,4,864,0),(102702,5,864,0),(102703,6,864,0),(102704,7,864,0),(102705,8,864,0),(102706,9,864,0),(102707,10,864,0),(102708,11,864,0),(102709,12,864,0),(102710,13,864,0),(102711,14,864,0),(102712,15,864,0),(102713,16,864,0),(102714,17,864,0),(102715,18,864,0),(102716,19,864,0),(102717,20,864,0),(102718,21,864,0),(102719,22,864,0),(102720,23,864,0),(102721,24,864,0),(102722,25,864,0),(102723,26,864,0),(102724,27,864,0),(102725,28,864,0),(102726,29,864,0),(102727,30,864,0),(102728,31,864,0),(102729,32,864,0),(102730,33,864,0),(102731,34,864,0),(102732,35,864,0),(102733,36,864,0),(102734,37,864,0),(102735,38,864,0),(102736,39,864,0),(102737,40,864,0),(102738,41,864,0),(102739,42,864,0),(102740,43,864,0),(102741,44,864,0),(102742,45,864,0),(102743,46,864,0),(102744,47,864,0),(102745,48,864,0),(102746,49,864,0),(102747,50,864,0),(102748,51,864,0),(102749,52,864,0),(102750,53,864,0),(102751,54,864,0),(102752,55,864,0),(102753,56,864,0),(102754,57,864,0),(102755,58,864,0),(102756,59,864,0),(102757,60,864,0),(102758,61,864,0),(102759,62,864,0),(102760,63,864,0),(102761,64,864,0),(102762,65,864,0),(102763,66,864,0),(102764,67,864,0),(102765,68,864,0),(102766,69,864,0),(102767,70,864,0),(102768,71,864,0),(102769,72,864,0),(102770,73,864,0),(102771,74,864,0),(102772,75,864,0),(102773,76,864,0),(102774,77,864,0),(102775,78,864,0),(102776,79,864,0),(102777,80,864,0),(102778,81,864,0),(102779,82,864,0),(102780,83,864,0),(102781,84,864,0),(102782,85,864,0),(102783,86,864,0),(102784,87,864,0),(102785,88,864,0),(102786,89,864,0),(102787,90,864,0),(102788,91,864,0),(102789,92,864,0),(102790,93,864,0),(102791,94,864,0),(102792,95,864,0),(102793,96,864,0),(102794,97,864,0),(102795,98,864,0),(102796,99,864,0),(102797,100,864,0.559490607388228),(102798,101,864,0),(102799,102,864,0),(102800,103,864,0),(102801,104,864,0),(102802,105,864,0),(102803,106,864,0),(102804,107,864,0),(102805,108,864,0),(102806,109,864,0),(102807,110,864,0),(102808,111,864,0),(102809,112,864,0),(102810,113,864,0),(102811,114,864,0),(102812,115,864,0),(102813,116,864,0),(102814,117,864,0),(102815,118,864,0),(102816,119,864,0),(102817,1,865,0),(102818,2,865,0),(102819,3,865,0),(102820,4,865,0),(102821,5,865,0),(102822,6,865,0),(102823,7,865,0),(102824,8,865,0),(102825,9,865,0),(102826,10,865,0),(102827,11,865,0),(102828,12,865,0),(102829,13,865,0),(102830,14,865,0),(102831,15,865,0),(102832,16,865,0),(102833,17,865,0),(102834,18,865,0),(102835,19,865,0),(102836,20,865,0),(102837,21,865,0),(102838,22,865,0),(102839,23,865,0),(102840,24,865,0),(102841,25,865,0),(102842,26,865,0),(102843,27,865,0),(102844,28,865,0),(102845,29,865,0),(102846,30,865,0),(102847,31,865,0),(102848,32,865,0),(102849,33,865,0),(102850,34,865,0),(102851,35,865,0),(102852,36,865,0),(102853,37,865,0),(102854,38,865,0),(102855,39,865,0),(102856,40,865,0),(102857,41,865,0),(102858,42,865,0),(102859,43,865,0),(102860,44,865,0),(102861,45,865,0),(102862,46,865,0),(102863,47,865,0),(102864,48,865,0),(102865,49,865,0),(102866,50,865,0),(102867,51,865,0),(102868,52,865,0),(102869,53,865,0),(102870,54,865,0),(102871,55,865,0),(102872,56,865,0),(102873,57,865,0),(102874,58,865,0),(102875,59,865,0),(102876,60,865,0),(102877,61,865,0),(102878,62,865,0),(102879,63,865,0),(102880,64,865,0),(102881,65,865,0),(102882,66,865,0),(102883,67,865,0),(102884,68,865,0),(102885,69,865,0),(102886,70,865,0),(102887,71,865,0),(102888,72,865,0),(102889,73,865,0),(102890,74,865,0),(102891,75,865,0),(102892,76,865,0),(102893,77,865,0),(102894,78,865,0),(102895,79,865,0),(102896,80,865,0),(102897,81,865,0),(102898,82,865,0),(102899,83,865,0),(102900,84,865,0),(102901,85,865,0),(102902,86,865,0),(102903,87,865,0),(102904,88,865,0),(102905,89,865,0),(102906,90,865,0),(102907,91,865,0),(102908,92,865,0),(102909,93,865,0),(102910,94,865,0),(102911,95,865,0),(102912,96,865,0),(102913,97,865,0),(102914,98,865,0),(102915,99,865,0),(102916,100,865,0.440509392611772),(102917,101,865,0),(102918,102,865,0),(102919,103,865,0),(102920,104,865,0),(102921,105,865,0),(102922,106,865,0),(102923,107,865,0),(102924,108,865,0),(102925,109,865,0),(102926,110,865,0),(102927,111,865,0),(102928,112,865,0),(102929,113,865,0),(102930,114,865,0),(102931,115,865,0),(102932,116,865,0),(102933,117,865,0),(102934,118,865,0),(102935,119,865,0),(102936,1,866,0),(102937,2,866,0),(102938,3,866,0),(102939,4,866,0),(102940,5,866,0),(102941,6,866,0),(102942,7,866,0),(102943,8,866,0),(102944,9,866,0),(102945,10,866,0),(102946,11,866,0),(102947,12,866,0),(102948,13,866,0),(102949,14,866,0),(102950,15,866,0),(102951,16,866,0),(102952,17,866,0),(102953,18,866,0),(102954,19,866,0),(102955,20,866,0),(102956,21,866,0),(102957,22,866,0),(102958,23,866,0),(102959,24,866,0),(102960,25,866,0),(102961,26,866,0),(102962,27,866,0),(102963,28,866,0),(102964,29,866,0),(102965,30,866,0),(102966,31,866,0),(102967,32,866,0),(102968,33,866,0),(102969,34,866,0),(102970,35,866,0),(102971,36,866,0),(102972,37,866,0),(102973,38,866,0),(102974,39,866,0),(102975,40,866,0),(102976,41,866,0),(102977,42,866,0),(102978,43,866,0),(102979,44,866,0),(102980,45,866,0),(102981,46,866,0),(102982,47,866,0),(102983,48,866,0),(102984,49,866,0),(102985,50,866,0),(102986,51,866,0),(102987,52,866,0),(102988,53,866,0),(102989,54,866,0),(102990,55,866,0),(102991,56,866,0),(102992,57,866,0),(102993,58,866,0),(102994,59,866,0),(102995,60,866,0),(102996,61,866,0),(102997,62,866,0),(102998,63,866,0),(102999,64,866,0),(103000,65,866,0),(103001,66,866,0),(103002,67,866,0),(103003,68,866,0),(103004,69,866,0),(103005,70,866,0),(103006,71,866,0),(103007,72,866,0),(103008,73,866,0),(103009,74,866,0),(103010,75,866,0),(103011,76,866,0),(103012,77,866,0),(103013,78,866,0),(103014,79,866,0),(103015,80,866,0),(103016,81,866,0),(103017,82,866,0),(103018,83,866,0),(103019,84,866,0),(103020,85,866,0),(103021,86,866,0),(103022,87,866,0),(103023,88,866,0),(103024,89,866,0),(103025,90,866,0),(103026,91,866,0),(103027,92,866,0),(103028,93,866,0),(103029,94,866,0),(103030,95,866,0),(103031,96,866,0),(103032,97,866,0),(103033,98,866,0),(103034,99,866,0),(103035,100,866,0),(103036,101,866,0.5),(103037,102,866,0),(103038,103,866,0),(103039,104,866,0),(103040,105,866,0),(103041,106,866,0),(103042,107,866,0),(103043,108,866,0),(103044,109,866,0),(103045,110,866,0),(103046,111,866,0),(103047,112,866,0),(103048,113,866,0),(103049,114,866,0),(103050,115,866,0),(103051,116,866,0),(103052,117,866,0),(103053,118,866,0),(103054,119,866,0),(103055,1,867,0),(103056,2,867,0),(103057,3,867,0),(103058,4,867,0),(103059,5,867,0),(103060,6,867,0),(103061,7,867,0),(103062,8,867,0),(103063,9,867,0),(103064,10,867,0),(103065,11,867,0),(103066,12,867,0),(103067,13,867,0),(103068,14,867,0),(103069,15,867,0),(103070,16,867,0),(103071,17,867,0),(103072,18,867,0),(103073,19,867,0),(103074,20,867,0),(103075,21,867,0),(103076,22,867,0),(103077,23,867,0),(103078,24,867,0),(103079,25,867,0),(103080,26,867,0),(103081,27,867,0),(103082,28,867,0),(103083,29,867,0),(103084,30,867,0),(103085,31,867,0),(103086,32,867,0),(103087,33,867,0),(103088,34,867,0),(103089,35,867,0),(103090,36,867,0),(103091,37,867,0),(103092,38,867,0),(103093,39,867,0),(103094,40,867,0),(103095,41,867,0),(103096,42,867,0),(103097,43,867,0),(103098,44,867,0),(103099,45,867,0),(103100,46,867,0),(103101,47,867,0),(103102,48,867,0),(103103,49,867,0),(103104,50,867,0),(103105,51,867,0),(103106,52,867,0),(103107,53,867,0),(103108,54,867,0),(103109,55,867,0),(103110,56,867,0),(103111,57,867,0),(103112,58,867,0),(103113,59,867,0),(103114,60,867,0),(103115,61,867,0),(103116,62,867,0),(103117,63,867,0),(103118,64,867,0),(103119,65,867,0),(103120,66,867,0),(103121,67,867,0),(103122,68,867,0),(103123,69,867,0),(103124,70,867,0),(103125,71,867,0),(103126,72,867,0),(103127,73,867,0),(103128,74,867,0),(103129,75,867,0),(103130,76,867,0),(103131,77,867,0),(103132,78,867,0),(103133,79,867,0),(103134,80,867,0),(103135,81,867,0),(103136,82,867,0),(103137,83,867,0),(103138,84,867,0),(103139,85,867,0),(103140,86,867,0),(103141,87,867,0),(103142,88,867,0),(103143,89,867,0),(103144,90,867,0),(103145,91,867,0),(103146,92,867,0),(103147,93,867,0),(103148,94,867,0),(103149,95,867,0),(103150,96,867,0),(103151,97,867,0),(103152,98,867,0),(103153,99,867,0),(103154,100,867,0),(103155,101,867,0.209632954690934),(103156,102,867,0),(103157,103,867,0),(103158,104,867,0),(103159,105,867,0),(103160,106,867,0),(103161,107,867,0),(103162,108,867,0),(103163,109,867,0),(103164,110,867,0),(103165,111,867,0),(103166,112,867,0),(103167,113,867,0),(103168,114,867,0),(103169,115,867,0),(103170,116,867,0),(103171,117,867,0),(103172,118,867,0),(103173,119,867,0),(103174,1,868,0),(103175,2,868,0),(103176,3,868,0),(103177,4,868,0),(103178,5,868,0),(103179,6,868,0),(103180,7,868,0),(103181,8,868,0),(103182,9,868,0),(103183,10,868,0),(103184,11,868,0),(103185,12,868,0),(103186,13,868,0),(103187,14,868,0),(103188,15,868,0),(103189,16,868,0),(103190,17,868,0),(103191,18,868,0),(103192,19,868,0),(103193,20,868,0),(103194,21,868,0),(103195,22,868,0),(103196,23,868,0),(103197,24,868,0),(103198,25,868,0),(103199,26,868,0),(103200,27,868,0),(103201,28,868,0),(103202,29,868,0),(103203,30,868,0),(103204,31,868,0),(103205,32,868,0),(103206,33,868,0),(103207,34,868,0),(103208,35,868,0),(103209,36,868,0),(103210,37,868,0),(103211,38,868,0),(103212,39,868,0),(103213,40,868,0),(103214,41,868,0),(103215,42,868,0),(103216,43,868,0),(103217,44,868,0),(103218,45,868,0),(103219,46,868,0),(103220,47,868,0),(103221,48,868,0),(103222,49,868,0),(103223,50,868,0),(103224,51,868,0),(103225,52,868,0),(103226,53,868,0),(103227,54,868,0),(103228,55,868,0),(103229,56,868,0),(103230,57,868,0),(103231,58,868,0),(103232,59,868,0),(103233,60,868,0),(103234,61,868,0),(103235,62,868,0),(103236,63,868,0),(103237,64,868,0),(103238,65,868,0),(103239,66,868,0),(103240,67,868,0),(103241,68,868,0),(103242,69,868,0),(103243,70,868,0),(103244,71,868,0),(103245,72,868,0),(103246,73,868,0),(103247,74,868,0),(103248,75,868,0),(103249,76,868,0),(103250,77,868,0),(103251,78,868,0),(103252,79,868,0),(103253,80,868,0),(103254,81,868,0),(103255,82,868,0),(103256,83,868,0),(103257,84,868,0),(103258,85,868,0),(103259,86,868,0),(103260,87,868,0),(103261,88,868,0),(103262,89,868,0),(103263,90,868,0),(103264,91,868,0),(103265,92,868,0),(103266,93,868,0),(103267,94,868,0),(103268,95,868,0),(103269,96,868,0),(103270,97,868,0),(103271,98,868,0),(103272,99,868,0),(103273,100,868,0),(103274,101,868,0.590367045309066),(103275,102,868,0),(103276,103,868,0),(103277,104,868,0),(103278,105,868,0),(103279,106,868,0),(103280,107,868,0),(103281,108,868,0),(103282,109,868,0),(103283,110,868,0),(103284,111,868,0),(103285,112,868,0),(103286,113,868,0),(103287,114,868,0),(103288,115,868,0),(103289,116,868,0),(103290,117,868,0),(103291,118,868,0),(103292,119,868,0),(103293,1,869,0),(103294,2,869,0),(103295,3,869,0),(103296,4,869,0),(103297,5,869,0),(103298,6,869,0),(103299,7,869,0),(103300,8,869,0),(103301,9,869,0),(103302,10,869,0),(103303,11,869,0),(103304,12,869,0),(103305,13,869,0),(103306,14,869,0),(103307,15,869,0),(103308,16,869,0),(103309,17,869,0),(103310,18,869,0),(103311,19,869,0),(103312,20,869,0),(103313,21,869,0),(103314,22,869,0),(103315,23,869,0),(103316,24,869,0),(103317,25,869,0),(103318,26,869,0),(103319,27,869,0),(103320,28,869,0),(103321,29,869,0),(103322,30,869,0),(103323,31,869,0),(103324,32,869,0),(103325,33,869,0),(103326,34,869,0),(103327,35,869,0),(103328,36,869,0),(103329,37,869,0),(103330,38,869,0),(103331,39,869,0),(103332,40,869,0),(103333,41,869,0),(103334,42,869,0),(103335,43,869,0),(103336,44,869,0),(103337,45,869,0),(103338,46,869,0),(103339,47,869,0),(103340,48,869,0),(103341,49,869,0),(103342,50,869,0),(103343,51,869,0),(103344,52,869,0),(103345,53,869,0),(103346,54,869,0),(103347,55,869,0),(103348,56,869,0),(103349,57,869,0),(103350,58,869,0),(103351,59,869,0),(103352,60,869,0),(103353,61,869,0),(103354,62,869,0),(103355,63,869,0),(103356,64,869,0),(103357,65,869,0),(103358,66,869,0),(103359,67,869,0),(103360,68,869,0),(103361,69,869,0),(103362,70,869,0),(103363,71,869,0),(103364,72,869,0),(103365,73,869,0),(103366,74,869,0),(103367,75,869,0),(103368,76,869,0),(103369,77,869,0),(103370,78,869,0),(103371,79,869,0),(103372,80,869,0),(103373,81,869,0),(103374,82,869,0),(103375,83,869,0),(103376,84,869,0),(103377,85,869,0),(103378,86,869,0),(103379,87,869,0),(103380,88,869,0),(103381,89,869,0),(103382,90,869,0),(103383,91,869,0),(103384,92,869,0),(103385,93,869,0),(103386,94,869,0),(103387,95,869,0),(103388,96,869,0),(103389,97,869,0),(103390,98,869,0),(103391,99,869,0),(103392,100,869,0),(103393,101,869,0.850078202233433),(103394,102,869,0),(103395,103,869,0),(103396,104,869,0),(103397,105,869,0),(103398,106,869,0),(103399,107,869,0),(103400,108,869,0),(103401,109,869,0),(103402,110,869,0),(103403,111,869,0),(103404,112,869,0),(103405,113,869,0),(103406,114,869,0),(103407,115,869,0),(103408,116,869,0),(103409,117,869,0),(103410,118,869,0),(103411,119,869,0),(103412,1,870,0),(103413,2,870,0),(103414,3,870,0),(103415,4,870,0),(103416,5,870,0),(103417,6,870,0),(103418,7,870,0),(103419,8,870,0),(103420,9,870,0),(103421,10,870,0),(103422,11,870,0),(103423,12,870,0),(103424,13,870,0),(103425,14,870,0),(103426,15,870,0),(103427,16,870,0),(103428,17,870,0),(103429,18,870,0),(103430,19,870,0),(103431,20,870,0),(103432,21,870,0),(103433,22,870,0),(103434,23,870,0),(103435,24,870,0),(103436,25,870,0),(103437,26,870,0),(103438,27,870,0),(103439,28,870,0),(103440,29,870,0),(103441,30,870,0),(103442,31,870,0),(103443,32,870,0),(103444,33,870,0),(103445,34,870,0),(103446,35,870,0),(103447,36,870,0),(103448,37,870,0),(103449,38,870,0),(103450,39,870,0),(103451,40,870,0),(103452,41,870,0),(103453,42,870,0),(103454,43,870,0),(103455,44,870,0),(103456,45,870,0),(103457,46,870,0),(103458,47,870,0),(103459,48,870,0),(103460,49,870,0),(103461,50,870,0),(103462,51,870,0),(103463,52,870,0),(103464,53,870,0),(103465,54,870,0),(103466,55,870,0),(103467,56,870,0),(103468,57,870,0),(103469,58,870,0),(103470,59,870,0),(103471,60,870,0),(103472,61,870,0),(103473,62,870,0),(103474,63,870,0),(103475,64,870,0),(103476,65,870,0),(103477,66,870,0),(103478,67,870,0),(103479,68,870,0),(103480,69,870,0),(103481,70,870,0),(103482,71,870,0),(103483,72,870,0),(103484,73,870,0),(103485,74,870,0),(103486,75,870,0),(103487,76,870,0),(103488,77,870,0),(103489,78,870,0),(103490,79,870,0),(103491,80,870,0),(103492,81,870,0),(103493,82,870,0),(103494,83,870,0),(103495,84,870,0),(103496,85,870,0),(103497,86,870,0),(103498,87,870,0),(103499,88,870,0),(103500,89,870,0),(103501,90,870,0),(103502,91,870,0),(103503,92,870,0),(103504,93,870,0),(103505,94,870,0),(103506,95,870,0),(103507,96,870,0),(103508,97,870,0),(103509,98,870,0),(103510,99,870,0),(103511,100,870,0),(103512,101,870,0.149921797766567),(103513,102,870,0),(103514,103,870,0),(103515,104,870,0),(103516,105,870,0),(103517,106,870,0),(103518,107,870,0),(103519,108,870,0),(103520,109,870,0),(103521,110,870,0),(103522,111,870,0),(103523,112,870,0),(103524,113,870,0),(103525,114,870,0),(103526,115,870,0),(103527,116,870,0),(103528,117,870,0),(103529,118,870,0),(103530,119,870,0),(103531,1,871,0),(103532,2,871,0),(103533,3,871,0),(103534,4,871,0),(103535,5,871,0),(103536,6,871,0),(103537,7,871,0),(103538,8,871,0),(103539,9,871,0),(103540,10,871,0),(103541,11,871,0),(103542,12,871,0),(103543,13,871,0),(103544,14,871,0),(103545,15,871,0),(103546,16,871,0),(103547,17,871,0),(103548,18,871,0),(103549,19,871,0),(103550,20,871,0),(103551,21,871,0),(103552,22,871,0),(103553,23,871,0),(103554,24,871,0),(103555,25,871,0),(103556,26,871,0),(103557,27,871,0),(103558,28,871,0),(103559,29,871,0),(103560,30,871,0),(103561,31,871,0),(103562,32,871,0),(103563,33,871,0),(103564,34,871,0),(103565,35,871,0),(103566,36,871,0),(103567,37,871,0),(103568,38,871,0),(103569,39,871,0),(103570,40,871,0),(103571,41,871,0),(103572,42,871,0),(103573,43,871,0),(103574,44,871,0),(103575,45,871,0),(103576,46,871,0),(103577,47,871,0),(103578,48,871,0),(103579,49,871,0),(103580,50,871,0),(103581,51,871,0),(103582,52,871,0),(103583,53,871,0),(103584,54,871,0),(103585,55,871,0),(103586,56,871,0),(103587,57,871,0),(103588,58,871,0),(103589,59,871,0),(103590,60,871,0),(103591,61,871,0),(103592,62,871,0),(103593,63,871,0),(103594,64,871,0),(103595,65,871,0),(103596,66,871,0),(103597,67,871,0),(103598,68,871,0),(103599,69,871,0),(103600,70,871,0),(103601,71,871,0),(103602,72,871,0),(103603,73,871,0),(103604,74,871,0),(103605,75,871,0),(103606,76,871,0),(103607,77,871,0),(103608,78,871,0),(103609,79,871,0),(103610,80,871,0),(103611,81,871,0),(103612,82,871,0),(103613,83,871,0),(103614,84,871,0),(103615,85,871,0),(103616,86,871,0),(103617,87,871,0),(103618,88,871,0),(103619,89,871,0),(103620,90,871,0),(103621,91,871,0),(103622,92,871,0),(103623,93,871,0),(103624,94,871,0),(103625,95,871,0),(103626,96,871,0),(103627,97,871,0),(103628,98,871,0),(103629,99,871,0),(103630,100,871,0),(103631,101,871,0),(103632,102,871,0.307306247496683),(103633,103,871,0),(103634,104,871,0),(103635,105,871,0),(103636,106,871,0),(103637,107,871,0),(103638,108,871,0),(103639,109,871,0),(103640,110,871,0),(103641,111,871,0),(103642,112,871,0),(103643,113,871,0),(103644,114,871,0),(103645,115,871,0),(103646,116,871,0),(103647,117,871,0),(103648,118,871,0),(103649,119,871,0),(103650,1,872,0),(103651,2,872,0),(103652,3,872,0),(103653,4,872,0),(103654,5,872,0),(103655,6,872,0),(103656,7,872,0),(103657,8,872,0),(103658,9,872,0),(103659,10,872,0),(103660,11,872,0),(103661,12,872,0),(103662,13,872,0),(103663,14,872,0),(103664,15,872,0),(103665,16,872,0),(103666,17,872,0),(103667,18,872,0),(103668,19,872,0),(103669,20,872,0),(103670,21,872,0),(103671,22,872,0),(103672,23,872,0),(103673,24,872,0),(103674,25,872,0),(103675,26,872,0),(103676,27,872,0),(103677,28,872,0),(103678,29,872,0),(103679,30,872,0),(103680,31,872,0),(103681,32,872,0),(103682,33,872,0),(103683,34,872,0),(103684,35,872,0),(103685,36,872,0),(103686,37,872,0),(103687,38,872,0),(103688,39,872,0),(103689,40,872,0),(103690,41,872,0),(103691,42,872,0),(103692,43,872,0),(103693,44,872,0),(103694,45,872,0),(103695,46,872,0),(103696,47,872,0),(103697,48,872,0),(103698,49,872,0),(103699,50,872,0),(103700,51,872,0),(103701,52,872,0),(103702,53,872,0),(103703,54,872,0),(103704,55,872,0),(103705,56,872,0),(103706,57,872,0),(103707,58,872,0),(103708,59,872,0),(103709,60,872,0),(103710,61,872,0),(103711,62,872,0),(103712,63,872,0),(103713,64,872,0),(103714,65,872,0),(103715,66,872,0),(103716,67,872,0),(103717,68,872,0),(103718,69,872,0),(103719,70,872,0),(103720,71,872,0),(103721,72,872,0),(103722,73,872,0),(103723,74,872,0),(103724,75,872,0),(103725,76,872,0),(103726,77,872,0),(103727,78,872,0),(103728,79,872,0),(103729,80,872,0),(103730,81,872,0),(103731,82,872,0),(103732,83,872,0),(103733,84,872,0),(103734,85,872,0),(103735,86,872,0),(103736,87,872,0),(103737,88,872,0),(103738,89,872,0),(103739,90,872,0),(103740,91,872,0),(103741,92,872,0),(103742,93,872,0),(103743,94,872,0),(103744,95,872,0),(103745,96,872,0),(103746,97,872,0),(103747,98,872,0),(103748,99,872,0),(103749,100,872,0),(103750,101,872,0),(103751,102,872,0.437959046861749),(103752,103,872,0),(103753,104,872,0),(103754,105,872,0),(103755,106,872,0),(103756,107,872,0),(103757,108,872,0),(103758,109,872,0),(103759,110,872,0),(103760,111,872,0),(103761,112,872,0),(103762,113,872,0),(103763,114,872,0),(103764,115,872,0),(103765,116,872,0),(103766,117,872,0),(103767,118,872,0),(103768,119,872,0),(103769,1,873,0),(103770,2,873,0),(103771,3,873,0),(103772,4,873,0),(103773,5,873,0),(103774,6,873,0),(103775,7,873,0),(103776,8,873,0),(103777,9,873,0),(103778,10,873,0),(103779,11,873,0),(103780,12,873,0),(103781,13,873,0),(103782,14,873,0),(103783,15,873,0),(103784,16,873,0),(103785,17,873,0),(103786,18,873,0),(103787,19,873,0),(103788,20,873,0),(103789,21,873,0),(103790,22,873,0),(103791,23,873,0),(103792,24,873,0),(103793,25,873,0),(103794,26,873,0),(103795,27,873,0),(103796,28,873,0),(103797,29,873,0),(103798,30,873,0),(103799,31,873,0),(103800,32,873,0),(103801,33,873,0),(103802,34,873,0),(103803,35,873,0),(103804,36,873,0),(103805,37,873,0),(103806,38,873,0),(103807,39,873,0),(103808,40,873,0),(103809,41,873,0),(103810,42,873,0),(103811,43,873,0),(103812,44,873,0),(103813,45,873,0),(103814,46,873,0),(103815,47,873,0),(103816,48,873,0),(103817,49,873,0),(103818,50,873,0),(103819,51,873,0),(103820,52,873,0),(103821,53,873,0),(103822,54,873,0),(103823,55,873,0),(103824,56,873,0),(103825,57,873,0),(103826,58,873,0),(103827,59,873,0),(103828,60,873,0),(103829,61,873,0),(103830,62,873,0),(103831,63,873,0),(103832,64,873,0),(103833,65,873,0),(103834,66,873,0),(103835,67,873,0),(103836,68,873,0),(103837,69,873,0),(103838,70,873,0),(103839,71,873,0),(103840,72,873,0),(103841,73,873,0),(103842,74,873,0),(103843,75,873,0),(103844,76,873,0),(103845,77,873,0),(103846,78,873,0),(103847,79,873,0),(103848,80,873,0),(103849,81,873,0),(103850,82,873,0),(103851,83,873,0),(103852,84,873,0),(103853,85,873,0),(103854,86,873,0),(103855,87,873,0),(103856,88,873,0),(103857,89,873,0),(103858,90,873,0),(103859,91,873,0),(103860,92,873,0),(103861,93,873,0),(103862,94,873,0),(103863,95,873,0),(103864,96,873,0),(103865,97,873,0),(103866,98,873,0),(103867,99,873,0),(103868,100,873,0),(103869,101,873,0),(103870,102,873,0.0547347056415686),(103871,103,873,0),(103872,104,873,0),(103873,105,873,0),(103874,106,873,0),(103875,107,873,0),(103876,108,873,0),(103877,109,873,0),(103878,110,873,0),(103879,111,873,0),(103880,112,873,0),(103881,113,873,0),(103882,114,873,0),(103883,115,873,0),(103884,116,873,0),(103885,117,873,0),(103886,118,873,0),(103887,119,873,0),(103888,1,874,0),(103889,2,874,0),(103890,3,874,0),(103891,4,874,0),(103892,5,874,0),(103893,6,874,0),(103894,7,874,0),(103895,8,874,0),(103896,9,874,0),(103897,10,874,0),(103898,11,874,0),(103899,12,874,0),(103900,13,874,0),(103901,14,874,0),(103902,15,874,0),(103903,16,874,0),(103904,17,874,0),(103905,18,874,0),(103906,19,874,0),(103907,20,874,0),(103908,21,874,0),(103909,22,874,0),(103910,23,874,0),(103911,24,874,0),(103912,25,874,0),(103913,26,874,0),(103914,27,874,0),(103915,28,874,0),(103916,29,874,0),(103917,30,874,0),(103918,31,874,0),(103919,32,874,0),(103920,33,874,0),(103921,34,874,0),(103922,35,874,0),(103923,36,874,0),(103924,37,874,0),(103925,38,874,0),(103926,39,874,0),(103927,40,874,0),(103928,41,874,0),(103929,42,874,0),(103930,43,874,0),(103931,44,874,0),(103932,45,874,0),(103933,46,874,0),(103934,47,874,0),(103935,48,874,0),(103936,49,874,0),(103937,50,874,0),(103938,51,874,0),(103939,52,874,0),(103940,53,874,0),(103941,54,874,0),(103942,55,874,0),(103943,56,874,0),(103944,57,874,0),(103945,58,874,0),(103946,59,874,0),(103947,60,874,0),(103948,61,874,0),(103949,62,874,0),(103950,63,874,0),(103951,64,874,0),(103952,65,874,0),(103953,66,874,0),(103954,67,874,0),(103955,68,874,0),(103956,69,874,0),(103957,70,874,0),(103958,71,874,0),(103959,72,874,0),(103960,73,874,0),(103961,74,874,0),(103962,75,874,0),(103963,76,874,0),(103964,77,874,0),(103965,78,874,0),(103966,79,874,0),(103967,80,874,0),(103968,81,874,0),(103969,82,874,0),(103970,83,874,0),(103971,84,874,0),(103972,85,874,0),(103973,86,874,0),(103974,87,874,0),(103975,88,874,0),(103976,89,874,0),(103977,90,874,0),(103978,91,874,0),(103979,92,874,0),(103980,93,874,0),(103981,94,874,0),(103982,95,874,0),(103983,96,874,0),(103984,97,874,0),(103985,98,874,0),(103986,99,874,0),(103987,100,874,0),(103988,101,874,0),(103989,102,874,0.335629793393878),(103990,103,874,0),(103991,104,874,0),(103992,105,874,0),(103993,106,874,0),(103994,107,874,0),(103995,108,874,0),(103996,109,874,0),(103997,110,874,0),(103998,111,874,0),(103999,112,874,0),(104000,113,874,0),(104001,114,874,0),(104002,115,874,0),(104003,116,874,0),(104004,117,874,0),(104005,118,874,0),(104006,119,874,0),(104007,1,875,0),(104008,2,875,0),(104009,3,875,0),(104010,4,875,0),(104011,5,875,0),(104012,6,875,0),(104013,7,875,0),(104014,8,875,0),(104015,9,875,0),(104016,10,875,0),(104017,11,875,0),(104018,12,875,0),(104019,13,875,0),(104020,14,875,0),(104021,15,875,0),(104022,16,875,0),(104023,17,875,0),(104024,18,875,0),(104025,19,875,0),(104026,20,875,0),(104027,21,875,0),(104028,22,875,0),(104029,23,875,0),(104030,24,875,0),(104031,25,875,0),(104032,26,875,0),(104033,27,875,0),(104034,28,875,0),(104035,29,875,0),(104036,30,875,0),(104037,31,875,0),(104038,32,875,0),(104039,33,875,0),(104040,34,875,0),(104041,35,875,0),(104042,36,875,0),(104043,37,875,0),(104044,38,875,0),(104045,39,875,0),(104046,40,875,0),(104047,41,875,0),(104048,42,875,0),(104049,43,875,0),(104050,44,875,0),(104051,45,875,0),(104052,46,875,0),(104053,47,875,0),(104054,48,875,0),(104055,49,875,0),(104056,50,875,0),(104057,51,875,0),(104058,52,875,0),(104059,53,875,0),(104060,54,875,0),(104061,55,875,0),(104062,56,875,0),(104063,57,875,0),(104064,58,875,0),(104065,59,875,0),(104066,60,875,0),(104067,61,875,0),(104068,62,875,0),(104069,63,875,0),(104070,64,875,0),(104071,65,875,0),(104072,66,875,0),(104073,67,875,0),(104074,68,875,0),(104075,69,875,0),(104076,70,875,0),(104077,71,875,0),(104078,72,875,0),(104079,73,875,0),(104080,74,875,0),(104081,75,875,0),(104082,76,875,0),(104083,77,875,0),(104084,78,875,0),(104085,79,875,0),(104086,80,875,0),(104087,81,875,0),(104088,82,875,0),(104089,83,875,0),(104090,84,875,0),(104091,85,875,0),(104092,86,875,0),(104093,87,875,0),(104094,88,875,0),(104095,89,875,0),(104096,90,875,0),(104097,91,875,0),(104098,92,875,0),(104099,93,875,0),(104100,94,875,0),(104101,95,875,0),(104102,96,875,0),(104103,97,875,0),(104104,98,875,0),(104105,99,875,0),(104106,100,875,0),(104107,101,875,0),(104108,102,875,0.429318212973422),(104109,103,875,0),(104110,104,875,0),(104111,105,875,0),(104112,106,875,0),(104113,107,875,0),(104114,108,875,0),(104115,109,875,0),(104116,110,875,0),(104117,111,875,0),(104118,112,875,0),(104119,113,875,0),(104120,114,875,0),(104121,115,875,0),(104122,116,875,0),(104123,117,875,0),(104124,118,875,0),(104125,119,875,0),(104126,1,876,0),(104127,2,876,0),(104128,3,876,0),(104129,4,876,0),(104130,5,876,0),(104131,6,876,0),(104132,7,876,0),(104133,8,876,0),(104134,9,876,0),(104135,10,876,0),(104136,11,876,0),(104137,12,876,0),(104138,13,876,0),(104139,14,876,0),(104140,15,876,0),(104141,16,876,0),(104142,17,876,0),(104143,18,876,0),(104144,19,876,0),(104145,20,876,0),(104146,21,876,0),(104147,22,876,0),(104148,23,876,0),(104149,24,876,0),(104150,25,876,0),(104151,26,876,0),(104152,27,876,0),(104153,28,876,0),(104154,29,876,0),(104155,30,876,0),(104156,31,876,0),(104157,32,876,0),(104158,33,876,0),(104159,34,876,0),(104160,35,876,0),(104161,36,876,0),(104162,37,876,0),(104163,38,876,0),(104164,39,876,0),(104165,40,876,0),(104166,41,876,0),(104167,42,876,0),(104168,43,876,0),(104169,44,876,0),(104170,45,876,0),(104171,46,876,0),(104172,47,876,0),(104173,48,876,0),(104174,49,876,0),(104175,50,876,0),(104176,51,876,0),(104177,52,876,0),(104178,53,876,0),(104179,54,876,0),(104180,55,876,0),(104181,56,876,0),(104182,57,876,0),(104183,58,876,0),(104184,59,876,0),(104185,60,876,0),(104186,61,876,0),(104187,62,876,0),(104188,63,876,0),(104189,64,876,0),(104190,65,876,0),(104191,66,876,0),(104192,67,876,0),(104193,68,876,0),(104194,69,876,0),(104195,70,876,0),(104196,71,876,0),(104197,72,876,0),(104198,73,876,0),(104199,74,876,0),(104200,75,876,0),(104201,76,876,0),(104202,77,876,0),(104203,78,876,0),(104204,79,876,0),(104205,80,876,0),(104206,81,876,0),(104207,82,876,0),(104208,83,876,0),(104209,84,876,0),(104210,85,876,0),(104211,86,876,0),(104212,87,876,0),(104213,88,876,0),(104214,89,876,0),(104215,90,876,0),(104216,91,876,0),(104217,92,876,0),(104218,93,876,0),(104219,94,876,0),(104220,95,876,0),(104221,96,876,0),(104222,97,876,0),(104223,98,876,0),(104224,99,876,0),(104225,100,876,0),(104226,101,876,0),(104227,102,876,0.0544763510350549),(104228,103,876,0),(104229,104,876,0),(104230,105,876,0),(104231,106,876,0),(104232,107,876,0),(104233,108,876,0),(104234,109,876,0),(104235,110,876,0),(104236,111,876,0),(104237,112,876,0),(104238,113,876,0),(104239,114,876,0),(104240,115,876,0),(104241,116,876,0),(104242,117,876,0),(104243,118,876,0),(104244,119,876,0),(104245,1,877,0),(104246,2,877,0),(104247,3,877,0),(104248,4,877,0),(104249,5,877,0),(104250,6,877,0),(104251,7,877,0),(104252,8,877,0),(104253,9,877,0),(104254,10,877,0),(104255,11,877,0),(104256,12,877,0),(104257,13,877,0),(104258,14,877,0),(104259,15,877,0),(104260,16,877,0),(104261,17,877,0),(104262,18,877,0),(104263,19,877,0),(104264,20,877,0),(104265,21,877,0),(104266,22,877,0),(104267,23,877,0),(104268,24,877,0),(104269,25,877,0),(104270,26,877,0),(104271,27,877,0),(104272,28,877,0),(104273,29,877,0),(104274,30,877,0),(104275,31,877,0),(104276,32,877,0),(104277,33,877,0),(104278,34,877,0),(104279,35,877,0),(104280,36,877,0),(104281,37,877,0),(104282,38,877,0),(104283,39,877,0),(104284,40,877,0),(104285,41,877,0),(104286,42,877,0),(104287,43,877,0),(104288,44,877,0),(104289,45,877,0),(104290,46,877,0),(104291,47,877,0),(104292,48,877,0),(104293,49,877,0),(104294,50,877,0),(104295,51,877,0),(104296,52,877,0),(104297,53,877,0),(104298,54,877,0),(104299,55,877,0),(104300,56,877,0),(104301,57,877,0),(104302,58,877,0),(104303,59,877,0),(104304,60,877,0),(104305,61,877,0),(104306,62,877,0),(104307,63,877,0),(104308,64,877,0),(104309,65,877,0),(104310,66,877,0),(104311,67,877,0),(104312,68,877,0),(104313,69,877,0),(104314,70,877,0),(104315,71,877,0),(104316,72,877,0),(104317,73,877,0),(104318,74,877,0),(104319,75,877,0),(104320,76,877,0),(104321,77,877,0),(104322,78,877,0),(104323,79,877,0),(104324,80,877,0),(104325,81,877,0),(104326,82,877,0),(104327,83,877,0),(104328,84,877,0),(104329,85,877,0),(104330,86,877,0),(104331,87,877,0),(104332,88,877,0),(104333,89,877,0),(104334,90,877,0),(104335,91,877,0),(104336,92,877,0),(104337,93,877,0),(104338,94,877,0),(104339,95,877,0),(104340,96,877,0),(104341,97,877,0),(104342,98,877,0),(104343,99,877,0),(104344,100,877,0),(104345,101,877,0),(104346,102,877,0.180575642597645),(104347,103,877,0),(104348,104,877,0),(104349,105,877,0),(104350,106,877,0),(104351,107,877,0),(104352,108,877,0),(104353,109,877,0),(104354,110,877,0),(104355,111,877,0),(104356,112,877,0),(104357,113,877,0),(104358,114,877,0),(104359,115,877,0),(104360,116,877,0),(104361,117,877,0),(104362,118,877,0),(104363,119,877,0),(104364,1,878,0),(104365,2,878,0),(104366,3,878,0),(104367,4,878,0),(104368,5,878,0),(104369,6,878,0),(104370,7,878,0),(104371,8,878,0),(104372,9,878,0),(104373,10,878,0),(104374,11,878,0),(104375,12,878,0),(104376,13,878,0),(104377,14,878,0),(104378,15,878,0),(104379,16,878,0),(104380,17,878,0),(104381,18,878,0),(104382,19,878,0),(104383,20,878,0),(104384,21,878,0),(104385,22,878,0),(104386,23,878,0),(104387,24,878,0),(104388,25,878,0),(104389,26,878,0),(104390,27,878,0),(104391,28,878,0),(104392,29,878,0),(104393,30,878,0),(104394,31,878,0),(104395,32,878,0),(104396,33,878,0),(104397,34,878,0),(104398,35,878,0),(104399,36,878,0),(104400,37,878,0),(104401,38,878,0),(104402,39,878,0),(104403,40,878,0),(104404,41,878,0),(104405,42,878,0),(104406,43,878,0),(104407,44,878,0),(104408,45,878,0),(104409,46,878,0),(104410,47,878,0),(104411,48,878,0),(104412,49,878,0),(104413,50,878,0),(104414,51,878,0),(104415,52,878,0),(104416,53,878,0),(104417,54,878,0),(104418,55,878,0),(104419,56,878,0),(104420,57,878,0),(104421,58,878,0),(104422,59,878,0),(104423,60,878,0),(104424,61,878,0),(104425,62,878,0),(104426,63,878,0),(104427,64,878,0),(104428,65,878,0),(104429,66,878,0),(104430,67,878,0),(104431,68,878,0),(104432,69,878,0),(104433,70,878,0),(104434,71,878,0),(104435,72,878,0),(104436,73,878,0),(104437,74,878,0),(104438,75,878,0),(104439,76,878,0),(104440,77,878,0),(104441,78,878,0),(104442,79,878,0),(104443,80,878,0),(104444,81,878,0),(104445,82,878,0),(104446,83,878,0),(104447,84,878,0),(104448,85,878,0),(104449,86,878,0),(104450,87,878,0),(104451,88,878,0),(104452,89,878,0),(104453,90,878,0),(104454,91,878,0),(104455,92,878,0),(104456,93,878,0),(104457,94,878,0),(104458,95,878,0),(104459,96,878,0),(104460,97,878,0),(104461,98,878,0),(104462,99,878,0),(104463,100,878,0),(104464,101,878,0),(104465,102,878,0),(104466,103,878,0.5),(104467,104,878,0),(104468,105,878,0),(104469,106,878,0),(104470,107,878,0),(104471,108,878,0),(104472,109,878,0),(104473,110,878,0),(104474,111,878,0),(104475,112,878,0),(104476,113,878,0),(104477,114,878,0),(104478,115,878,0),(104479,116,878,0),(104480,117,878,0),(104481,118,878,0),(104482,119,878,0),(104483,1,879,0),(104484,2,879,0),(104485,3,879,0),(104486,4,879,0),(104487,5,879,0),(104488,6,879,0),(104489,7,879,0),(104490,8,879,0),(104491,9,879,0),(104492,10,879,0),(104493,11,879,0),(104494,12,879,0),(104495,13,879,0),(104496,14,879,0),(104497,15,879,0),(104498,16,879,0),(104499,17,879,0),(104500,18,879,0),(104501,19,879,0),(104502,20,879,0),(104503,21,879,0),(104504,22,879,0),(104505,23,879,0),(104506,24,879,0),(104507,25,879,0),(104508,26,879,0),(104509,27,879,0),(104510,28,879,0),(104511,29,879,0),(104512,30,879,0),(104513,31,879,0),(104514,32,879,0),(104515,33,879,0),(104516,34,879,0),(104517,35,879,0),(104518,36,879,0),(104519,37,879,0),(104520,38,879,0),(104521,39,879,0),(104522,40,879,0),(104523,41,879,0),(104524,42,879,0),(104525,43,879,0),(104526,44,879,0),(104527,45,879,0),(104528,46,879,0),(104529,47,879,0),(104530,48,879,0),(104531,49,879,0),(104532,50,879,0),(104533,51,879,0),(104534,52,879,0),(104535,53,879,0),(104536,54,879,0),(104537,55,879,0),(104538,56,879,0),(104539,57,879,0),(104540,58,879,0),(104541,59,879,0),(104542,60,879,0),(104543,61,879,0),(104544,62,879,0),(104545,63,879,0),(104546,64,879,0),(104547,65,879,0),(104548,66,879,0),(104549,67,879,0),(104550,68,879,0),(104551,69,879,0),(104552,70,879,0),(104553,71,879,0),(104554,72,879,0),(104555,73,879,0),(104556,74,879,0),(104557,75,879,0),(104558,76,879,0),(104559,77,879,0),(104560,78,879,0),(104561,79,879,0),(104562,80,879,0),(104563,81,879,0),(104564,82,879,0),(104565,83,879,0),(104566,84,879,0),(104567,85,879,0),(104568,86,879,0),(104569,87,879,0),(104570,88,879,0),(104571,89,879,0),(104572,90,879,0),(104573,91,879,0),(104574,92,879,0),(104575,93,879,0),(104576,94,879,0),(104577,95,879,0),(104578,96,879,0),(104579,97,879,0),(104580,98,879,0),(104581,99,879,0),(104582,100,879,0),(104583,101,879,0),(104584,102,879,0),(104585,103,879,0.431250775433367),(104586,104,879,0),(104587,105,879,0),(104588,106,879,0),(104589,107,879,0),(104590,108,879,0),(104591,109,879,0),(104592,110,879,0),(104593,111,879,0),(104594,112,879,0),(104595,113,879,0),(104596,114,879,0),(104597,115,879,0),(104598,116,879,0),(104599,117,879,0),(104600,118,879,0),(104601,119,879,0),(104602,1,880,0),(104603,2,880,0),(104604,3,880,0),(104605,4,880,0),(104606,5,880,0),(104607,6,880,0),(104608,7,880,0),(104609,8,880,0),(104610,9,880,0),(104611,10,880,0),(104612,11,880,0),(104613,12,880,0),(104614,13,880,0),(104615,14,880,0),(104616,15,880,0),(104617,16,880,0),(104618,17,880,0),(104619,18,880,0),(104620,19,880,0),(104621,20,880,0),(104622,21,880,0),(104623,22,880,0),(104624,23,880,0),(104625,24,880,0),(104626,25,880,0),(104627,26,880,0),(104628,27,880,0),(104629,28,880,0),(104630,29,880,0),(104631,30,880,0),(104632,31,880,0),(104633,32,880,0),(104634,33,880,0),(104635,34,880,0),(104636,35,880,0),(104637,36,880,0),(104638,37,880,0),(104639,38,880,0),(104640,39,880,0),(104641,40,880,0),(104642,41,880,0),(104643,42,880,0),(104644,43,880,0),(104645,44,880,0),(104646,45,880,0),(104647,46,880,0),(104648,47,880,0),(104649,48,880,0),(104650,49,880,0),(104651,50,880,0),(104652,51,880,0),(104653,52,880,0),(104654,53,880,0),(104655,54,880,0),(104656,55,880,0),(104657,56,880,0),(104658,57,880,0),(104659,58,880,0),(104660,59,880,0),(104661,60,880,0),(104662,61,880,0),(104663,62,880,0),(104664,63,880,0),(104665,64,880,0),(104666,65,880,0),(104667,66,880,0),(104668,67,880,0),(104669,68,880,0),(104670,69,880,0),(104671,70,880,0),(104672,71,880,0),(104673,72,880,0),(104674,73,880,0),(104675,74,880,0),(104676,75,880,0),(104677,76,880,0),(104678,77,880,0),(104679,78,880,0),(104680,79,880,0),(104681,80,880,0),(104682,81,880,0),(104683,82,880,0),(104684,83,880,0),(104685,84,880,0),(104686,85,880,0),(104687,86,880,0),(104688,87,880,0),(104689,88,880,0),(104690,89,880,0),(104691,90,880,0),(104692,91,880,0),(104693,92,880,0),(104694,93,880,0),(104695,94,880,0),(104696,95,880,0),(104697,96,880,0),(104698,97,880,0),(104699,98,880,0),(104700,99,880,0),(104701,100,880,0),(104702,101,880,0),(104703,102,880,0),(104704,103,880,0.368749224566633),(104705,104,880,0),(104706,105,880,0),(104707,106,880,0),(104708,107,880,0),(104709,108,880,0),(104710,109,880,0),(104711,110,880,0),(104712,111,880,0),(104713,112,880,0),(104714,113,880,0),(104715,114,880,0),(104716,115,880,0),(104717,116,880,0),(104718,117,880,0),(104719,118,880,0),(104720,119,880,0),(104721,1,881,0),(104722,2,881,0),(104723,3,881,0),(104724,4,881,0),(104725,5,881,0),(104726,6,881,0),(104727,7,881,0),(104728,8,881,0),(104729,9,881,0),(104730,10,881,0),(104731,11,881,0),(104732,12,881,0),(104733,13,881,0),(104734,14,881,0),(104735,15,881,0),(104736,16,881,0),(104737,17,881,0),(104738,18,881,0),(104739,19,881,0),(104740,20,881,0),(104741,21,881,0),(104742,22,881,0),(104743,23,881,0),(104744,24,881,0),(104745,25,881,0),(104746,26,881,0),(104747,27,881,0),(104748,28,881,0),(104749,29,881,0),(104750,30,881,0),(104751,31,881,0),(104752,32,881,0),(104753,33,881,0),(104754,34,881,0),(104755,35,881,0),(104756,36,881,0),(104757,37,881,0),(104758,38,881,0),(104759,39,881,0),(104760,40,881,0),(104761,41,881,0),(104762,42,881,0),(104763,43,881,0),(104764,44,881,0),(104765,45,881,0),(104766,46,881,0),(104767,47,881,0),(104768,48,881,0),(104769,49,881,0),(104770,50,881,0),(104771,51,881,0),(104772,52,881,0),(104773,53,881,0),(104774,54,881,0),(104775,55,881,0),(104776,56,881,0),(104777,57,881,0),(104778,58,881,0),(104779,59,881,0),(104780,60,881,0),(104781,61,881,0),(104782,62,881,0),(104783,63,881,0),(104784,64,881,0),(104785,65,881,0),(104786,66,881,0),(104787,67,881,0),(104788,68,881,0),(104789,69,881,0),(104790,70,881,0),(104791,71,881,0),(104792,72,881,0),(104793,73,881,0),(104794,74,881,0),(104795,75,881,0),(104796,76,881,0),(104797,77,881,0),(104798,78,881,0),(104799,79,881,0),(104800,80,881,0),(104801,81,881,0),(104802,82,881,0),(104803,83,881,0),(104804,84,881,0),(104805,85,881,0),(104806,86,881,0),(104807,87,881,0),(104808,88,881,0),(104809,89,881,0),(104810,90,881,0),(104811,91,881,0),(104812,92,881,0),(104813,93,881,0),(104814,94,881,0),(104815,95,881,0),(104816,96,881,0),(104817,97,881,0),(104818,98,881,0),(104819,99,881,0),(104820,100,881,0),(104821,101,881,0),(104822,102,881,0),(104823,103,881,0.237799942421321),(104824,104,881,0),(104825,105,881,0),(104826,106,881,0),(104827,107,881,0),(104828,108,881,0),(104829,109,881,0),(104830,110,881,0),(104831,111,881,0),(104832,112,881,0),(104833,113,881,0),(104834,114,881,0),(104835,115,881,0),(104836,116,881,0),(104837,117,881,0),(104838,118,881,0),(104839,119,881,0),(104840,1,882,0),(104841,2,882,0),(104842,3,882,0),(104843,4,882,0),(104844,5,882,0),(104845,6,882,0),(104846,7,882,0),(104847,8,882,0),(104848,9,882,0),(104849,10,882,0),(104850,11,882,0),(104851,12,882,0),(104852,13,882,0),(104853,14,882,0),(104854,15,882,0),(104855,16,882,0),(104856,17,882,0),(104857,18,882,0),(104858,19,882,0),(104859,20,882,0),(104860,21,882,0),(104861,22,882,0),(104862,23,882,0),(104863,24,882,0),(104864,25,882,0),(104865,26,882,0),(104866,27,882,0),(104867,28,882,0),(104868,29,882,0),(104869,30,882,0),(104870,31,882,0),(104871,32,882,0),(104872,33,882,0),(104873,34,882,0),(104874,35,882,0),(104875,36,882,0),(104876,37,882,0),(104877,38,882,0),(104878,39,882,0),(104879,40,882,0),(104880,41,882,0),(104881,42,882,0),(104882,43,882,0),(104883,44,882,0),(104884,45,882,0),(104885,46,882,0),(104886,47,882,0),(104887,48,882,0),(104888,49,882,0),(104889,50,882,0),(104890,51,882,0),(104891,52,882,0),(104892,53,882,0),(104893,54,882,0),(104894,55,882,0),(104895,56,882,0),(104896,57,882,0),(104897,58,882,0),(104898,59,882,0),(104899,60,882,0),(104900,61,882,0),(104901,62,882,0),(104902,63,882,0),(104903,64,882,0),(104904,65,882,0),(104905,66,882,0),(104906,67,882,0),(104907,68,882,0),(104908,69,882,0),(104909,70,882,0),(104910,71,882,0),(104911,72,882,0),(104912,73,882,0),(104913,74,882,0),(104914,75,882,0),(104915,76,882,0),(104916,77,882,0),(104917,78,882,0),(104918,79,882,0),(104919,80,882,0),(104920,81,882,0),(104921,82,882,0),(104922,83,882,0),(104923,84,882,0),(104924,85,882,0),(104925,86,882,0),(104926,87,882,0),(104927,88,882,0),(104928,89,882,0),(104929,90,882,0),(104930,91,882,0),(104931,92,882,0),(104932,93,882,0),(104933,94,882,0),(104934,95,882,0),(104935,96,882,0),(104936,97,882,0),(104937,98,882,0),(104938,99,882,0),(104939,100,882,0),(104940,101,882,0),(104941,102,882,0),(104942,103,882,0.416430803058048),(104943,104,882,0),(104944,105,882,0),(104945,106,882,0),(104946,107,882,0),(104947,108,882,0),(104948,109,882,0),(104949,110,882,0),(104950,111,882,0),(104951,112,882,0),(104952,113,882,0),(104953,114,882,0),(104954,115,882,0),(104955,116,882,0),(104956,117,882,0),(104957,118,882,0),(104958,119,882,0),(104959,1,883,0),(104960,2,883,0),(104961,3,883,0),(104962,4,883,0),(104963,5,883,0),(104964,6,883,0),(104965,7,883,0),(104966,8,883,0),(104967,9,883,0),(104968,10,883,0),(104969,11,883,0),(104970,12,883,0),(104971,13,883,0),(104972,14,883,0),(104973,15,883,0),(104974,16,883,0),(104975,17,883,0),(104976,18,883,0),(104977,19,883,0),(104978,20,883,0),(104979,21,883,0),(104980,22,883,0),(104981,23,883,0),(104982,24,883,0),(104983,25,883,0),(104984,26,883,0),(104985,27,883,0),(104986,28,883,0),(104987,29,883,0),(104988,30,883,0),(104989,31,883,0),(104990,32,883,0),(104991,33,883,0),(104992,34,883,0),(104993,35,883,0),(104994,36,883,0),(104995,37,883,0),(104996,38,883,0),(104997,39,883,0),(104998,40,883,0),(104999,41,883,0),(105000,42,883,0),(105001,43,883,0),(105002,44,883,0),(105003,45,883,0),(105004,46,883,0),(105005,47,883,0),(105006,48,883,0),(105007,49,883,0),(105008,50,883,0),(105009,51,883,0),(105010,52,883,0),(105011,53,883,0),(105012,54,883,0),(105013,55,883,0),(105014,56,883,0),(105015,57,883,0),(105016,58,883,0),(105017,59,883,0),(105018,60,883,0),(105019,61,883,0),(105020,62,883,0),(105021,63,883,0),(105022,64,883,0),(105023,65,883,0),(105024,66,883,0),(105025,67,883,0),(105026,68,883,0),(105027,69,883,0),(105028,70,883,0),(105029,71,883,0),(105030,72,883,0),(105031,73,883,0),(105032,74,883,0),(105033,75,883,0),(105034,76,883,0),(105035,77,883,0),(105036,78,883,0),(105037,79,883,0),(105038,80,883,0),(105039,81,883,0),(105040,82,883,0),(105041,83,883,0),(105042,84,883,0),(105043,85,883,0),(105044,86,883,0),(105045,87,883,0),(105046,88,883,0),(105047,89,883,0),(105048,90,883,0),(105049,91,883,0),(105050,92,883,0),(105051,93,883,0),(105052,94,883,0),(105053,95,883,0),(105054,96,883,0),(105055,97,883,0),(105056,98,883,0),(105057,99,883,0),(105058,100,883,0),(105059,101,883,0),(105060,102,883,0),(105061,103,883,0.185231762854108),(105062,104,883,0),(105063,105,883,0),(105064,106,883,0),(105065,107,883,0),(105066,108,883,0),(105067,109,883,0),(105068,110,883,0),(105069,111,883,0),(105070,112,883,0),(105071,113,883,0),(105072,114,883,0),(105073,115,883,0),(105074,116,883,0),(105075,117,883,0),(105076,118,883,0),(105077,119,883,0),(105078,1,884,0),(105079,2,884,0),(105080,3,884,0),(105081,4,884,0),(105082,5,884,0),(105083,6,884,0),(105084,7,884,0),(105085,8,884,0),(105086,9,884,0),(105087,10,884,0),(105088,11,884,0),(105089,12,884,0),(105090,13,884,0),(105091,14,884,0),(105092,15,884,0),(105093,16,884,0),(105094,17,884,0),(105095,18,884,0),(105096,19,884,0),(105097,20,884,0),(105098,21,884,0),(105099,22,884,0),(105100,23,884,0),(105101,24,884,0),(105102,25,884,0),(105103,26,884,0),(105104,27,884,0),(105105,28,884,0),(105106,29,884,0),(105107,30,884,0),(105108,31,884,0),(105109,32,884,0),(105110,33,884,0),(105111,34,884,0),(105112,35,884,0),(105113,36,884,0),(105114,37,884,0),(105115,38,884,0),(105116,39,884,0),(105117,40,884,0),(105118,41,884,0),(105119,42,884,0),(105120,43,884,0),(105121,44,884,0),(105122,45,884,0),(105123,46,884,0),(105124,47,884,0),(105125,48,884,0),(105126,49,884,0),(105127,50,884,0),(105128,51,884,0),(105129,52,884,0),(105130,53,884,0),(105131,54,884,0),(105132,55,884,0),(105133,56,884,0),(105134,57,884,0),(105135,58,884,0),(105136,59,884,0),(105137,60,884,0),(105138,61,884,0),(105139,62,884,0),(105140,63,884,0),(105141,64,884,0),(105142,65,884,0),(105143,66,884,0),(105144,67,884,0),(105145,68,884,0),(105146,69,884,0),(105147,70,884,0),(105148,71,884,0),(105149,72,884,0),(105150,73,884,0),(105151,74,884,0),(105152,75,884,0),(105153,76,884,0),(105154,77,884,0),(105155,78,884,0),(105156,79,884,0),(105157,80,884,0),(105158,81,884,0),(105159,82,884,0),(105160,83,884,0),(105161,84,884,0),(105162,85,884,0),(105163,86,884,0),(105164,87,884,0),(105165,88,884,0),(105166,89,884,0),(105167,90,884,0),(105168,91,884,0),(105169,92,884,0),(105170,93,884,0),(105171,94,884,0),(105172,95,884,0),(105173,96,884,0),(105174,97,884,0),(105175,98,884,0),(105176,99,884,0),(105177,100,884,0),(105178,101,884,0),(105179,102,884,0),(105180,103,884,0.160537491666522),(105181,104,884,0),(105182,105,884,0),(105183,106,884,0),(105184,107,884,0),(105185,108,884,0),(105186,109,884,0),(105187,110,884,0),(105188,111,884,0),(105189,112,884,0),(105190,113,884,0),(105191,114,884,0),(105192,115,884,0),(105193,116,884,0),(105194,117,884,0),(105195,118,884,0),(105196,119,884,0),(105197,1,885,0),(105198,2,885,0),(105199,3,885,0),(105200,4,885,0),(105201,5,885,0),(105202,6,885,0),(105203,7,885,0),(105204,8,885,0),(105205,9,885,0),(105206,10,885,0),(105207,11,885,0),(105208,12,885,0),(105209,13,885,0),(105210,14,885,0),(105211,15,885,0),(105212,16,885,0),(105213,17,885,0),(105214,18,885,0),(105215,19,885,0),(105216,20,885,0),(105217,21,885,0),(105218,22,885,0),(105219,23,885,0),(105220,24,885,0),(105221,25,885,0),(105222,26,885,0),(105223,27,885,0),(105224,28,885,0),(105225,29,885,0),(105226,30,885,0),(105227,31,885,0),(105228,32,885,0),(105229,33,885,0),(105230,34,885,0),(105231,35,885,0),(105232,36,885,0),(105233,37,885,0),(105234,38,885,0),(105235,39,885,0),(105236,40,885,0),(105237,41,885,0),(105238,42,885,0),(105239,43,885,0),(105240,44,885,0),(105241,45,885,0),(105242,46,885,0),(105243,47,885,0),(105244,48,885,0),(105245,49,885,0),(105246,50,885,0),(105247,51,885,0),(105248,52,885,0),(105249,53,885,0),(105250,54,885,0),(105251,55,885,0),(105252,56,885,0),(105253,57,885,0),(105254,58,885,0),(105255,59,885,0),(105256,60,885,0),(105257,61,885,0),(105258,62,885,0),(105259,63,885,0),(105260,64,885,0),(105261,65,885,0),(105262,66,885,0),(105263,67,885,0),(105264,68,885,0),(105265,69,885,0),(105266,70,885,0),(105267,71,885,0),(105268,72,885,0),(105269,73,885,0),(105270,74,885,0),(105271,75,885,0),(105272,76,885,0),(105273,77,885,0),(105274,78,885,0),(105275,79,885,0),(105276,80,885,0),(105277,81,885,0),(105278,82,885,0),(105279,83,885,0),(105280,84,885,0),(105281,85,885,0),(105282,86,885,0),(105283,87,885,0),(105284,88,885,0),(105285,89,885,0),(105286,90,885,0),(105287,91,885,0),(105288,92,885,0),(105289,93,885,0),(105290,94,885,0),(105291,95,885,0),(105292,96,885,0),(105293,97,885,0),(105294,98,885,0),(105295,99,885,0),(105296,100,885,0),(105297,101,885,0),(105298,102,885,0),(105299,103,885,0),(105300,104,885,0.5),(105301,105,885,0),(105302,106,885,0),(105303,107,885,0),(105304,108,885,0),(105305,109,885,0),(105306,110,885,0),(105307,111,885,0),(105308,112,885,0),(105309,113,885,0),(105310,114,885,0),(105311,115,885,0),(105312,116,885,0),(105313,117,885,0),(105314,118,885,0),(105315,119,885,0),(105316,1,886,0),(105317,2,886,0),(105318,3,886,0),(105319,4,886,0),(105320,5,886,0),(105321,6,886,0),(105322,7,886,0),(105323,8,886,0),(105324,9,886,0),(105325,10,886,0),(105326,11,886,0),(105327,12,886,0),(105328,13,886,0),(105329,14,886,0),(105330,15,886,0),(105331,16,886,0),(105332,17,886,0),(105333,18,886,0),(105334,19,886,0),(105335,20,886,0),(105336,21,886,0),(105337,22,886,0),(105338,23,886,0),(105339,24,886,0),(105340,25,886,0),(105341,26,886,0),(105342,27,886,0),(105343,28,886,0),(105344,29,886,0),(105345,30,886,0),(105346,31,886,0),(105347,32,886,0),(105348,33,886,0),(105349,34,886,0),(105350,35,886,0),(105351,36,886,0),(105352,37,886,0),(105353,38,886,0),(105354,39,886,0),(105355,40,886,0),(105356,41,886,0),(105357,42,886,0),(105358,43,886,0),(105359,44,886,0),(105360,45,886,0),(105361,46,886,0),(105362,47,886,0),(105363,48,886,0),(105364,49,886,0),(105365,50,886,0),(105366,51,886,0),(105367,52,886,0),(105368,53,886,0),(105369,54,886,0),(105370,55,886,0),(105371,56,886,0),(105372,57,886,0),(105373,58,886,0),(105374,59,886,0),(105375,60,886,0),(105376,61,886,0),(105377,62,886,0),(105378,63,886,0),(105379,64,886,0),(105380,65,886,0),(105381,66,886,0),(105382,67,886,0),(105383,68,886,0),(105384,69,886,0),(105385,70,886,0),(105386,71,886,0),(105387,72,886,0),(105388,73,886,0),(105389,74,886,0),(105390,75,886,0),(105391,76,886,0),(105392,77,886,0),(105393,78,886,0),(105394,79,886,0),(105395,80,886,0),(105396,81,886,0),(105397,82,886,0),(105398,83,886,0),(105399,84,886,0),(105400,85,886,0),(105401,86,886,0),(105402,87,886,0),(105403,88,886,0),(105404,89,886,0),(105405,90,886,0),(105406,91,886,0),(105407,92,886,0),(105408,93,886,0),(105409,94,886,0),(105410,95,886,0),(105411,96,886,0),(105412,97,886,0),(105413,98,886,0),(105414,99,886,0),(105415,100,886,0),(105416,101,886,0),(105417,102,886,0),(105418,103,886,0),(105419,104,886,0.520305580885714),(105420,105,886,0),(105421,106,886,0),(105422,107,886,0),(105423,108,886,0),(105424,109,886,0),(105425,110,886,0),(105426,111,886,0),(105427,112,886,0),(105428,113,886,0),(105429,114,886,0),(105430,115,886,0),(105431,116,886,0),(105432,117,886,0),(105433,118,886,0),(105434,119,886,0),(105435,1,887,0),(105436,2,887,0),(105437,3,887,0),(105438,4,887,0),(105439,5,887,0),(105440,6,887,0),(105441,7,887,0),(105442,8,887,0),(105443,9,887,0),(105444,10,887,0),(105445,11,887,0),(105446,12,887,0),(105447,13,887,0),(105448,14,887,0),(105449,15,887,0),(105450,16,887,0),(105451,17,887,0),(105452,18,887,0),(105453,19,887,0),(105454,20,887,0),(105455,21,887,0),(105456,22,887,0),(105457,23,887,0),(105458,24,887,0),(105459,25,887,0),(105460,26,887,0),(105461,27,887,0),(105462,28,887,0),(105463,29,887,0),(105464,30,887,0),(105465,31,887,0),(105466,32,887,0),(105467,33,887,0),(105468,34,887,0),(105469,35,887,0),(105470,36,887,0),(105471,37,887,0),(105472,38,887,0),(105473,39,887,0),(105474,40,887,0),(105475,41,887,0),(105476,42,887,0),(105477,43,887,0),(105478,44,887,0),(105479,45,887,0),(105480,46,887,0),(105481,47,887,0),(105482,48,887,0),(105483,49,887,0),(105484,50,887,0),(105485,51,887,0),(105486,52,887,0),(105487,53,887,0),(105488,54,887,0),(105489,55,887,0),(105490,56,887,0),(105491,57,887,0),(105492,58,887,0),(105493,59,887,0),(105494,60,887,0),(105495,61,887,0),(105496,62,887,0),(105497,63,887,0),(105498,64,887,0),(105499,65,887,0),(105500,66,887,0),(105501,67,887,0),(105502,68,887,0),(105503,69,887,0),(105504,70,887,0),(105505,71,887,0),(105506,72,887,0),(105507,73,887,0),(105508,74,887,0),(105509,75,887,0),(105510,76,887,0),(105511,77,887,0),(105512,78,887,0),(105513,79,887,0),(105514,80,887,0),(105515,81,887,0),(105516,82,887,0),(105517,83,887,0),(105518,84,887,0),(105519,85,887,0),(105520,86,887,0),(105521,87,887,0),(105522,88,887,0),(105523,89,887,0),(105524,90,887,0),(105525,91,887,0),(105526,92,887,0),(105527,93,887,0),(105528,94,887,0),(105529,95,887,0),(105530,96,887,0),(105531,97,887,0),(105532,98,887,0),(105533,99,887,0),(105534,100,887,0),(105535,101,887,0),(105536,102,887,0),(105537,103,887,0),(105538,104,887,0.279694419114286),(105539,105,887,0),(105540,106,887,0),(105541,107,887,0),(105542,108,887,0),(105543,109,887,0),(105544,110,887,0),(105545,111,887,0),(105546,112,887,0),(105547,113,887,0),(105548,114,887,0),(105549,115,887,0),(105550,116,887,0),(105551,117,887,0),(105552,118,887,0),(105553,119,887,0),(105554,1,888,0),(105555,2,888,0),(105556,3,888,0),(105557,4,888,0),(105558,5,888,0),(105559,6,888,0),(105560,7,888,0),(105561,8,888,0),(105562,9,888,0),(105563,10,888,0),(105564,11,888,0),(105565,12,888,0),(105566,13,888,0),(105567,14,888,0),(105568,15,888,0),(105569,16,888,0),(105570,17,888,0),(105571,18,888,0),(105572,19,888,0),(105573,20,888,0),(105574,21,888,0),(105575,22,888,0),(105576,23,888,0),(105577,24,888,0),(105578,25,888,0),(105579,26,888,0),(105580,27,888,0),(105581,28,888,0),(105582,29,888,0),(105583,30,888,0),(105584,31,888,0),(105585,32,888,0),(105586,33,888,0),(105587,34,888,0),(105588,35,888,0),(105589,36,888,0),(105590,37,888,0),(105591,38,888,0),(105592,39,888,0),(105593,40,888,0),(105594,41,888,0),(105595,42,888,0),(105596,43,888,0),(105597,44,888,0),(105598,45,888,0),(105599,46,888,0),(105600,47,888,0),(105601,48,888,0),(105602,49,888,0),(105603,50,888,0),(105604,51,888,0),(105605,52,888,0),(105606,53,888,0),(105607,54,888,0),(105608,55,888,0),(105609,56,888,0),(105610,57,888,0),(105611,58,888,0),(105612,59,888,0),(105613,60,888,0),(105614,61,888,0),(105615,62,888,0),(105616,63,888,0),(105617,64,888,0),(105618,65,888,0),(105619,66,888,0),(105620,67,888,0),(105621,68,888,0),(105622,69,888,0),(105623,70,888,0),(105624,71,888,0),(105625,72,888,0),(105626,73,888,0),(105627,74,888,0),(105628,75,888,0),(105629,76,888,0),(105630,77,888,0),(105631,78,888,0),(105632,79,888,0),(105633,80,888,0),(105634,81,888,0),(105635,82,888,0),(105636,83,888,0),(105637,84,888,0),(105638,85,888,0),(105639,86,888,0),(105640,87,888,0),(105641,88,888,0),(105642,89,888,0),(105643,90,888,0),(105644,91,888,0),(105645,92,888,0),(105646,93,888,0),(105647,94,888,0),(105648,95,888,0),(105649,96,888,0),(105650,97,888,0),(105651,98,888,0),(105652,99,888,0),(105653,100,888,0),(105654,101,888,0),(105655,102,888,0),(105656,103,888,0),(105657,104,888,0.730436135859424),(105658,105,888,0),(105659,106,888,0),(105660,107,888,0),(105661,108,888,0),(105662,109,888,0),(105663,110,888,0),(105664,111,888,0),(105665,112,888,0),(105666,113,888,0),(105667,114,888,0),(105668,115,888,0),(105669,116,888,0),(105670,117,888,0),(105671,118,888,0),(105672,119,888,0),(105673,1,889,0),(105674,2,889,0),(105675,3,889,0),(105676,4,889,0),(105677,5,889,0),(105678,6,889,0),(105679,7,889,0),(105680,8,889,0),(105681,9,889,0),(105682,10,889,0),(105683,11,889,0),(105684,12,889,0),(105685,13,889,0),(105686,14,889,0),(105687,15,889,0),(105688,16,889,0),(105689,17,889,0),(105690,18,889,0),(105691,19,889,0),(105692,20,889,0),(105693,21,889,0),(105694,22,889,0),(105695,23,889,0),(105696,24,889,0),(105697,25,889,0),(105698,26,889,0),(105699,27,889,0),(105700,28,889,0),(105701,29,889,0),(105702,30,889,0),(105703,31,889,0),(105704,32,889,0),(105705,33,889,0),(105706,34,889,0),(105707,35,889,0),(105708,36,889,0),(105709,37,889,0),(105710,38,889,0),(105711,39,889,0),(105712,40,889,0),(105713,41,889,0),(105714,42,889,0),(105715,43,889,0),(105716,44,889,0),(105717,45,889,0),(105718,46,889,0),(105719,47,889,0),(105720,48,889,0),(105721,49,889,0),(105722,50,889,0),(105723,51,889,0),(105724,52,889,0),(105725,53,889,0),(105726,54,889,0),(105727,55,889,0),(105728,56,889,0),(105729,57,889,0),(105730,58,889,0),(105731,59,889,0),(105732,60,889,0),(105733,61,889,0),(105734,62,889,0),(105735,63,889,0),(105736,64,889,0),(105737,65,889,0),(105738,66,889,0),(105739,67,889,0),(105740,68,889,0),(105741,69,889,0),(105742,70,889,0),(105743,71,889,0),(105744,72,889,0),(105745,73,889,0),(105746,74,889,0),(105747,75,889,0),(105748,76,889,0),(105749,77,889,0),(105750,78,889,0),(105751,79,889,0),(105752,80,889,0),(105753,81,889,0),(105754,82,889,0),(105755,83,889,0),(105756,84,889,0),(105757,85,889,0),(105758,86,889,0),(105759,87,889,0),(105760,88,889,0),(105761,89,889,0),(105762,90,889,0),(105763,91,889,0),(105764,92,889,0),(105765,93,889,0),(105766,94,889,0),(105767,95,889,0),(105768,96,889,0),(105769,97,889,0),(105770,98,889,0),(105771,99,889,0),(105772,100,889,0),(105773,101,889,0),(105774,102,889,0),(105775,103,889,0),(105776,104,889,0.263691736780952),(105777,105,889,0),(105778,106,889,0),(105779,107,889,0),(105780,108,889,0),(105781,109,889,0),(105782,110,889,0),(105783,111,889,0),(105784,112,889,0),(105785,113,889,0),(105786,114,889,0),(105787,115,889,0),(105788,116,889,0),(105789,117,889,0),(105790,118,889,0),(105791,119,889,0),(105792,1,890,0),(105793,2,890,0),(105794,3,890,0),(105795,4,890,0),(105796,5,890,0),(105797,6,890,0),(105798,7,890,0),(105799,8,890,0),(105800,9,890,0),(105801,10,890,0),(105802,11,890,0),(105803,12,890,0),(105804,13,890,0),(105805,14,890,0),(105806,15,890,0),(105807,16,890,0),(105808,17,890,0),(105809,18,890,0),(105810,19,890,0),(105811,20,890,0),(105812,21,890,0),(105813,22,890,0),(105814,23,890,0),(105815,24,890,0),(105816,25,890,0),(105817,26,890,0),(105818,27,890,0),(105819,28,890,0),(105820,29,890,0),(105821,30,890,0),(105822,31,890,0),(105823,32,890,0),(105824,33,890,0),(105825,34,890,0),(105826,35,890,0),(105827,36,890,0),(105828,37,890,0),(105829,38,890,0),(105830,39,890,0),(105831,40,890,0),(105832,41,890,0),(105833,42,890,0),(105834,43,890,0),(105835,44,890,0),(105836,45,890,0),(105837,46,890,0),(105838,47,890,0),(105839,48,890,0),(105840,49,890,0),(105841,50,890,0),(105842,51,890,0),(105843,52,890,0),(105844,53,890,0),(105845,54,890,0),(105846,55,890,0),(105847,56,890,0),(105848,57,890,0),(105849,58,890,0),(105850,59,890,0),(105851,60,890,0),(105852,61,890,0),(105853,62,890,0),(105854,63,890,0),(105855,64,890,0),(105856,65,890,0),(105857,66,890,0),(105858,67,890,0),(105859,68,890,0),(105860,69,890,0),(105861,70,890,0),(105862,71,890,0),(105863,72,890,0),(105864,73,890,0),(105865,74,890,0),(105866,75,890,0),(105867,76,890,0),(105868,77,890,0),(105869,78,890,0),(105870,79,890,0),(105871,80,890,0),(105872,81,890,0),(105873,82,890,0),(105874,83,890,0),(105875,84,890,0),(105876,85,890,0),(105877,86,890,0),(105878,87,890,0),(105879,88,890,0),(105880,89,890,0),(105881,90,890,0),(105882,91,890,0),(105883,92,890,0),(105884,93,890,0),(105885,94,890,0),(105886,95,890,0),(105887,96,890,0),(105888,97,890,0),(105889,98,890,0),(105890,99,890,0),(105891,100,890,0),(105892,101,890,0),(105893,102,890,0),(105894,103,890,0),(105895,104,890,0.00587212735962347),(105896,105,890,0),(105897,106,890,0),(105898,107,890,0),(105899,108,890,0),(105900,109,890,0),(105901,110,890,0),(105902,111,890,0),(105903,112,890,0),(105904,113,890,0),(105905,114,890,0),(105906,115,890,0),(105907,116,890,0),(105908,117,890,0),(105909,118,890,0),(105910,119,890,0),(105911,1,891,0),(105912,2,891,0),(105913,3,891,0),(105914,4,891,0),(105915,5,891,0),(105916,6,891,0),(105917,7,891,0),(105918,8,891,0),(105919,9,891,0),(105920,10,891,0),(105921,11,891,0),(105922,12,891,0),(105923,13,891,0),(105924,14,891,0),(105925,15,891,0),(105926,16,891,0),(105927,17,891,0),(105928,18,891,0),(105929,19,891,0),(105930,20,891,0),(105931,21,891,0),(105932,22,891,0),(105933,23,891,0),(105934,24,891,0),(105935,25,891,0),(105936,26,891,0),(105937,27,891,0),(105938,28,891,0),(105939,29,891,0),(105940,30,891,0),(105941,31,891,0),(105942,32,891,0),(105943,33,891,0),(105944,34,891,0),(105945,35,891,0),(105946,36,891,0),(105947,37,891,0),(105948,38,891,0),(105949,39,891,0),(105950,40,891,0),(105951,41,891,0),(105952,42,891,0),(105953,43,891,0),(105954,44,891,0),(105955,45,891,0),(105956,46,891,0),(105957,47,891,0),(105958,48,891,0),(105959,49,891,0),(105960,50,891,0),(105961,51,891,0),(105962,52,891,0),(105963,53,891,0),(105964,54,891,0),(105965,55,891,0),(105966,56,891,0),(105967,57,891,0),(105968,58,891,0),(105969,59,891,0),(105970,60,891,0),(105971,61,891,0),(105972,62,891,0),(105973,63,891,0),(105974,64,891,0),(105975,65,891,0),(105976,66,891,0),(105977,67,891,0),(105978,68,891,0),(105979,69,891,0),(105980,70,891,0),(105981,71,891,0),(105982,72,891,0),(105983,73,891,0),(105984,74,891,0),(105985,75,891,0),(105986,76,891,0),(105987,77,891,0),(105988,78,891,0),(105989,79,891,0),(105990,80,891,0),(105991,81,891,0),(105992,82,891,0),(105993,83,891,0),(105994,84,891,0),(105995,85,891,0),(105996,86,891,0),(105997,87,891,0),(105998,88,891,0),(105999,89,891,0),(106000,90,891,0),(106001,91,891,0),(106002,92,891,0),(106003,93,891,0),(106004,94,891,0),(106005,95,891,0),(106006,96,891,0),(106007,97,891,0),(106008,98,891,0),(106009,99,891,0),(106010,100,891,0),(106011,101,891,0),(106012,102,891,0),(106013,103,891,0),(106014,104,891,0),(106015,105,891,0.372806870851608),(106016,106,891,0),(106017,107,891,0),(106018,108,891,0),(106019,109,891,0),(106020,110,891,0),(106021,111,891,0),(106022,112,891,0),(106023,113,891,0),(106024,114,891,0),(106025,115,891,0),(106026,116,891,0),(106027,117,891,0),(106028,118,891,0),(106029,119,891,0),(106030,1,892,0),(106031,2,892,0),(106032,3,892,0),(106033,4,892,0),(106034,5,892,0),(106035,6,892,0),(106036,7,892,0),(106037,8,892,0),(106038,9,892,0),(106039,10,892,0),(106040,11,892,0),(106041,12,892,0),(106042,13,892,0),(106043,14,892,0),(106044,15,892,0),(106045,16,892,0),(106046,17,892,0),(106047,18,892,0),(106048,19,892,0),(106049,20,892,0),(106050,21,892,0),(106051,22,892,0),(106052,23,892,0),(106053,24,892,0),(106054,25,892,0),(106055,26,892,0),(106056,27,892,0),(106057,28,892,0),(106058,29,892,0),(106059,30,892,0),(106060,31,892,0),(106061,32,892,0),(106062,33,892,0),(106063,34,892,0),(106064,35,892,0),(106065,36,892,0),(106066,37,892,0),(106067,38,892,0),(106068,39,892,0),(106069,40,892,0),(106070,41,892,0),(106071,42,892,0),(106072,43,892,0),(106073,44,892,0),(106074,45,892,0),(106075,46,892,0),(106076,47,892,0),(106077,48,892,0),(106078,49,892,0),(106079,50,892,0),(106080,51,892,0),(106081,52,892,0),(106082,53,892,0),(106083,54,892,0),(106084,55,892,0),(106085,56,892,0),(106086,57,892,0),(106087,58,892,0),(106088,59,892,0),(106089,60,892,0),(106090,61,892,0),(106091,62,892,0),(106092,63,892,0),(106093,64,892,0),(106094,65,892,0),(106095,66,892,0),(106096,67,892,0),(106097,68,892,0),(106098,69,892,0),(106099,70,892,0),(106100,71,892,0),(106101,72,892,0),(106102,73,892,0),(106103,74,892,0),(106104,75,892,0),(106105,76,892,0),(106106,77,892,0),(106107,78,892,0),(106108,79,892,0),(106109,80,892,0),(106110,81,892,0),(106111,82,892,0),(106112,83,892,0),(106113,84,892,0),(106114,85,892,0),(106115,86,892,0),(106116,87,892,0),(106117,88,892,0),(106118,89,892,0),(106119,90,892,0),(106120,91,892,0),(106121,92,892,0),(106122,93,892,0),(106123,94,892,0),(106124,95,892,0),(106125,96,892,0),(106126,97,892,0),(106127,98,892,0),(106128,99,892,0),(106129,100,892,0),(106130,101,892,0),(106131,102,892,0),(106132,103,892,0),(106133,104,892,0),(106134,105,892,0.127193129148392),(106135,106,892,0),(106136,107,892,0),(106137,108,892,0),(106138,109,892,0),(106139,110,892,0),(106140,111,892,0),(106141,112,892,0),(106142,113,892,0),(106143,114,892,0),(106144,115,892,0),(106145,116,892,0),(106146,117,892,0),(106147,118,892,0),(106148,119,892,0),(106149,1,893,0),(106150,2,893,0),(106151,3,893,0),(106152,4,893,0),(106153,5,893,0),(106154,6,893,0),(106155,7,893,0),(106156,8,893,0),(106157,9,893,0),(106158,10,893,0),(106159,11,893,0),(106160,12,893,0),(106161,13,893,0),(106162,14,893,0),(106163,15,893,0),(106164,16,893,0),(106165,17,893,0),(106166,18,893,0),(106167,19,893,0),(106168,20,893,0),(106169,21,893,0),(106170,22,893,0),(106171,23,893,0),(106172,24,893,0),(106173,25,893,0),(106174,26,893,0),(106175,27,893,0),(106176,28,893,0),(106177,29,893,0),(106178,30,893,0),(106179,31,893,0),(106180,32,893,0),(106181,33,893,0),(106182,34,893,0),(106183,35,893,0),(106184,36,893,0),(106185,37,893,0),(106186,38,893,0),(106187,39,893,0),(106188,40,893,0),(106189,41,893,0),(106190,42,893,0),(106191,43,893,0),(106192,44,893,0),(106193,45,893,0),(106194,46,893,0),(106195,47,893,0),(106196,48,893,0),(106197,49,893,0),(106198,50,893,0),(106199,51,893,0),(106200,52,893,0),(106201,53,893,0),(106202,54,893,0),(106203,55,893,0),(106204,56,893,0),(106205,57,893,0),(106206,58,893,0),(106207,59,893,0),(106208,60,893,0),(106209,61,893,0),(106210,62,893,0),(106211,63,893,0),(106212,64,893,0),(106213,65,893,0),(106214,66,893,0),(106215,67,893,0),(106216,68,893,0),(106217,69,893,0),(106218,70,893,0),(106219,71,893,0),(106220,72,893,0),(106221,73,893,0),(106222,74,893,0),(106223,75,893,0),(106224,76,893,0),(106225,77,893,0),(106226,78,893,0),(106227,79,893,0),(106228,80,893,0),(106229,81,893,0),(106230,82,893,0),(106231,83,893,0),(106232,84,893,0),(106233,85,893,0),(106234,86,893,0),(106235,87,893,0),(106236,88,893,0),(106237,89,893,0),(106238,90,893,0),(106239,91,893,0),(106240,92,893,0),(106241,93,893,0),(106242,94,893,0),(106243,95,893,0),(106244,96,893,0),(106245,97,893,0),(106246,98,893,0),(106247,99,893,0),(106248,100,893,0),(106249,101,893,0),(106250,102,893,0),(106251,103,893,0),(106252,104,893,0),(106253,105,893,0.11090466119064),(106254,106,893,0),(106255,107,893,0),(106256,108,893,0),(106257,109,893,0),(106258,110,893,0),(106259,111,893,0),(106260,112,893,0),(106261,113,893,0),(106262,114,893,0),(106263,115,893,0),(106264,116,893,0),(106265,117,893,0),(106266,118,893,0),(106267,119,893,0),(106268,1,894,0),(106269,2,894,0),(106270,3,894,0),(106271,4,894,0),(106272,5,894,0),(106273,6,894,0),(106274,7,894,0),(106275,8,894,0),(106276,9,894,0),(106277,10,894,0),(106278,11,894,0),(106279,12,894,0),(106280,13,894,0),(106281,14,894,0),(106282,15,894,0),(106283,16,894,0),(106284,17,894,0),(106285,18,894,0),(106286,19,894,0),(106287,20,894,0),(106288,21,894,0),(106289,22,894,0),(106290,23,894,0),(106291,24,894,0),(106292,25,894,0),(106293,26,894,0),(106294,27,894,0),(106295,28,894,0),(106296,29,894,0),(106297,30,894,0),(106298,31,894,0),(106299,32,894,0),(106300,33,894,0),(106301,34,894,0),(106302,35,894,0),(106303,36,894,0),(106304,37,894,0),(106305,38,894,0),(106306,39,894,0),(106307,40,894,0),(106308,41,894,0),(106309,42,894,0),(106310,43,894,0),(106311,44,894,0),(106312,45,894,0),(106313,46,894,0),(106314,47,894,0),(106315,48,894,0),(106316,49,894,0),(106317,50,894,0),(106318,51,894,0),(106319,52,894,0),(106320,53,894,0),(106321,54,894,0),(106322,55,894,0),(106323,56,894,0),(106324,57,894,0),(106325,58,894,0),(106326,59,894,0),(106327,60,894,0),(106328,61,894,0),(106329,62,894,0),(106330,63,894,0),(106331,64,894,0),(106332,65,894,0),(106333,66,894,0),(106334,67,894,0),(106335,68,894,0),(106336,69,894,0),(106337,70,894,0),(106338,71,894,0),(106339,72,894,0),(106340,73,894,0),(106341,74,894,0),(106342,75,894,0),(106343,76,894,0),(106344,77,894,0),(106345,78,894,0),(106346,79,894,0),(106347,80,894,0),(106348,81,894,0),(106349,82,894,0),(106350,83,894,0),(106351,84,894,0),(106352,85,894,0),(106353,86,894,0),(106354,87,894,0),(106355,88,894,0),(106356,89,894,0),(106357,90,894,0),(106358,91,894,0),(106359,92,894,0),(106360,93,894,0),(106361,94,894,0),(106362,95,894,0),(106363,96,894,0),(106364,97,894,0),(106365,98,894,0),(106366,99,894,0),(106367,100,894,0),(106368,101,894,0),(106369,102,894,0),(106370,103,894,0),(106371,104,894,0),(106372,105,894,0.135903097115192),(106373,106,894,0),(106374,107,894,0),(106375,108,894,0),(106376,109,894,0),(106377,110,894,0),(106378,111,894,0),(106379,112,894,0),(106380,113,894,0),(106381,114,894,0),(106382,115,894,0),(106383,116,894,0),(106384,117,894,0),(106385,118,894,0),(106386,119,894,0),(106387,1,895,0),(106388,2,895,0),(106389,3,895,0),(106390,4,895,0),(106391,5,895,0),(106392,6,895,0),(106393,7,895,0),(106394,8,895,0),(106395,9,895,0),(106396,10,895,0),(106397,11,895,0),(106398,12,895,0),(106399,13,895,0),(106400,14,895,0),(106401,15,895,0),(106402,16,895,0),(106403,17,895,0),(106404,18,895,0),(106405,19,895,0),(106406,20,895,0),(106407,21,895,0),(106408,22,895,0),(106409,23,895,0),(106410,24,895,0),(106411,25,895,0),(106412,26,895,0),(106413,27,895,0),(106414,28,895,0),(106415,29,895,0),(106416,30,895,0),(106417,31,895,0),(106418,32,895,0),(106419,33,895,0),(106420,34,895,0),(106421,35,895,0),(106422,36,895,0),(106423,37,895,0),(106424,38,895,0),(106425,39,895,0),(106426,40,895,0),(106427,41,895,0),(106428,42,895,0),(106429,43,895,0),(106430,44,895,0),(106431,45,895,0),(106432,46,895,0),(106433,47,895,0),(106434,48,895,0),(106435,49,895,0),(106436,50,895,0),(106437,51,895,0),(106438,52,895,0),(106439,53,895,0),(106440,54,895,0),(106441,55,895,0),(106442,56,895,0),(106443,57,895,0),(106444,58,895,0),(106445,59,895,0),(106446,60,895,0),(106447,61,895,0),(106448,62,895,0),(106449,63,895,0),(106450,64,895,0),(106451,65,895,0),(106452,66,895,0),(106453,67,895,0),(106454,68,895,0),(106455,69,895,0),(106456,70,895,0),(106457,71,895,0),(106458,72,895,0),(106459,73,895,0),(106460,74,895,0),(106461,75,895,0),(106462,76,895,0),(106463,77,895,0),(106464,78,895,0),(106465,79,895,0),(106466,80,895,0),(106467,81,895,0),(106468,82,895,0),(106469,83,895,0),(106470,84,895,0),(106471,85,895,0),(106472,86,895,0),(106473,87,895,0),(106474,88,895,0),(106475,89,895,0),(106476,90,895,0),(106477,91,895,0),(106478,92,895,0),(106479,93,895,0),(106480,94,895,0),(106481,95,895,0),(106482,96,895,0),(106483,97,895,0),(106484,98,895,0),(106485,99,895,0),(106486,100,895,0),(106487,101,895,0),(106488,102,895,0),(106489,103,895,0),(106490,104,895,0),(106491,105,895,0.264649176744764),(106492,106,895,0),(106493,107,895,0),(106494,108,895,0),(106495,109,895,0),(106496,110,895,0),(106497,111,895,0),(106498,112,895,0),(106499,113,895,0),(106500,114,895,0),(106501,115,895,0),(106502,116,895,0),(106503,117,895,0),(106504,118,895,0),(106505,119,895,0),(106506,1,896,0),(106507,2,896,0),(106508,3,896,0),(106509,4,896,0),(106510,5,896,0),(106511,6,896,0),(106512,7,896,0),(106513,8,896,0),(106514,9,896,0),(106515,10,896,0),(106516,11,896,0),(106517,12,896,0),(106518,13,896,0),(106519,14,896,0),(106520,15,896,0),(106521,16,896,0),(106522,17,896,0),(106523,18,896,0),(106524,19,896,0),(106525,20,896,0),(106526,21,896,0),(106527,22,896,0),(106528,23,896,0),(106529,24,896,0),(106530,25,896,0),(106531,26,896,0),(106532,27,896,0),(106533,28,896,0),(106534,29,896,0),(106535,30,896,0),(106536,31,896,0),(106537,32,896,0),(106538,33,896,0),(106539,34,896,0),(106540,35,896,0),(106541,36,896,0),(106542,37,896,0),(106543,38,896,0),(106544,39,896,0),(106545,40,896,0),(106546,41,896,0),(106547,42,896,0),(106548,43,896,0),(106549,44,896,0),(106550,45,896,0),(106551,46,896,0),(106552,47,896,0),(106553,48,896,0),(106554,49,896,0),(106555,50,896,0),(106556,51,896,0),(106557,52,896,0),(106558,53,896,0),(106559,54,896,0),(106560,55,896,0),(106561,56,896,0),(106562,57,896,0),(106563,58,896,0),(106564,59,896,0),(106565,60,896,0),(106566,61,896,0),(106567,62,896,0),(106568,63,896,0),(106569,64,896,0),(106570,65,896,0),(106571,66,896,0),(106572,67,896,0),(106573,68,896,0),(106574,69,896,0),(106575,70,896,0),(106576,71,896,0),(106577,72,896,0),(106578,73,896,0),(106579,74,896,0),(106580,75,896,0),(106581,76,896,0),(106582,77,896,0),(106583,78,896,0),(106584,79,896,0),(106585,80,896,0),(106586,81,896,0),(106587,82,896,0),(106588,83,896,0),(106589,84,896,0),(106590,85,896,0),(106591,86,896,0),(106592,87,896,0),(106593,88,896,0),(106594,89,896,0),(106595,90,896,0),(106596,91,896,0),(106597,92,896,0),(106598,93,896,0),(106599,94,896,0),(106600,95,896,0),(106601,96,896,0),(106602,97,896,0),(106603,98,896,0),(106604,99,896,0),(106605,100,896,0),(106606,101,896,0),(106607,102,896,0),(106608,103,896,0),(106609,104,896,0),(106610,105,896,0.288543064949405),(106611,106,896,0),(106612,107,896,0),(106613,108,896,0),(106614,109,896,0),(106615,110,896,0),(106616,111,896,0),(106617,112,896,0),(106618,113,896,0),(106619,114,896,0),(106620,115,896,0),(106621,116,896,0),(106622,117,896,0),(106623,118,896,0),(106624,119,896,0),(106625,1,897,0),(106626,2,897,0),(106627,3,897,0),(106628,4,897,0),(106629,5,897,0),(106630,6,897,0),(106631,7,897,0),(106632,8,897,0),(106633,9,897,0),(106634,10,897,0),(106635,11,897,0),(106636,12,897,0),(106637,13,897,0),(106638,14,897,0),(106639,15,897,0),(106640,16,897,0),(106641,17,897,0),(106642,18,897,0),(106643,19,897,0),(106644,20,897,0),(106645,21,897,0),(106646,22,897,0),(106647,23,897,0),(106648,24,897,0),(106649,25,897,0),(106650,26,897,0),(106651,27,897,0),(106652,28,897,0),(106653,29,897,0),(106654,30,897,0),(106655,31,897,0),(106656,32,897,0),(106657,33,897,0),(106658,34,897,0),(106659,35,897,0),(106660,36,897,0),(106661,37,897,0),(106662,38,897,0),(106663,39,897,0),(106664,40,897,0),(106665,41,897,0),(106666,42,897,0),(106667,43,897,0),(106668,44,897,0),(106669,45,897,0),(106670,46,897,0),(106671,47,897,0),(106672,48,897,0),(106673,49,897,0),(106674,50,897,0),(106675,51,897,0),(106676,52,897,0),(106677,53,897,0),(106678,54,897,0),(106679,55,897,0),(106680,56,897,0),(106681,57,897,0),(106682,58,897,0),(106683,59,897,0),(106684,60,897,0),(106685,61,897,0),(106686,62,897,0),(106687,63,897,0),(106688,64,897,0),(106689,65,897,0),(106690,66,897,0),(106691,67,897,0),(106692,68,897,0),(106693,69,897,0),(106694,70,897,0),(106695,71,897,0),(106696,72,897,0),(106697,73,897,0),(106698,74,897,0),(106699,75,897,0),(106700,76,897,0),(106701,77,897,0),(106702,78,897,0),(106703,79,897,0),(106704,80,897,0),(106705,81,897,0),(106706,82,897,0),(106707,83,897,0),(106708,84,897,0),(106709,85,897,0),(106710,86,897,0),(106711,87,897,0),(106712,88,897,0),(106713,89,897,0),(106714,90,897,0),(106715,91,897,0),(106716,92,897,0),(106717,93,897,0),(106718,94,897,0),(106719,95,897,0),(106720,96,897,0),(106721,97,897,0),(106722,98,897,0),(106723,99,897,0),(106724,100,897,0),(106725,101,897,0),(106726,102,897,0),(106727,103,897,0),(106728,104,897,0),(106729,105,897,0.264362920357782),(106730,106,897,0),(106731,107,897,0),(106732,108,897,0),(106733,109,897,0),(106734,110,897,0),(106735,111,897,0),(106736,112,897,0),(106737,113,897,0),(106738,114,897,0),(106739,115,897,0),(106740,116,897,0),(106741,117,897,0),(106742,118,897,0),(106743,119,897,0),(106744,1,898,0),(106745,2,898,0),(106746,3,898,0),(106747,4,898,0),(106748,5,898,0),(106749,6,898,0),(106750,7,898,0),(106751,8,898,0),(106752,9,898,0),(106753,10,898,0),(106754,11,898,0),(106755,12,898,0),(106756,13,898,0),(106757,14,898,0),(106758,15,898,0),(106759,16,898,0),(106760,17,898,0),(106761,18,898,0),(106762,19,898,0),(106763,20,898,0),(106764,21,898,0),(106765,22,898,0),(106766,23,898,0),(106767,24,898,0),(106768,25,898,0),(106769,26,898,0),(106770,27,898,0),(106771,28,898,0),(106772,29,898,0),(106773,30,898,0),(106774,31,898,0),(106775,32,898,0),(106776,33,898,0),(106777,34,898,0),(106778,35,898,0),(106779,36,898,0),(106780,37,898,0),(106781,38,898,0),(106782,39,898,0),(106783,40,898,0),(106784,41,898,0),(106785,42,898,0),(106786,43,898,0),(106787,44,898,0),(106788,45,898,0),(106789,46,898,0),(106790,47,898,0),(106791,48,898,0),(106792,49,898,0),(106793,50,898,0),(106794,51,898,0),(106795,52,898,0),(106796,53,898,0),(106797,54,898,0),(106798,55,898,0),(106799,56,898,0),(106800,57,898,0),(106801,58,898,0),(106802,59,898,0),(106803,60,898,0),(106804,61,898,0),(106805,62,898,0),(106806,63,898,0),(106807,64,898,0),(106808,65,898,0),(106809,66,898,0),(106810,67,898,0),(106811,68,898,0),(106812,69,898,0),(106813,70,898,0),(106814,71,898,0),(106815,72,898,0),(106816,73,898,0),(106817,74,898,0),(106818,75,898,0),(106819,76,898,0),(106820,77,898,0),(106821,78,898,0),(106822,79,898,0),(106823,80,898,0),(106824,81,898,0),(106825,82,898,0),(106826,83,898,0),(106827,84,898,0),(106828,85,898,0),(106829,86,898,0),(106830,87,898,0),(106831,88,898,0),(106832,89,898,0),(106833,90,898,0),(106834,91,898,0),(106835,92,898,0),(106836,93,898,0),(106837,94,898,0),(106838,95,898,0),(106839,96,898,0),(106840,97,898,0),(106841,98,898,0),(106842,99,898,0),(106843,100,898,0),(106844,101,898,0),(106845,102,898,0),(106846,103,898,0),(106847,104,898,0),(106848,105,898,0.0513779173917472),(106849,106,898,0),(106850,107,898,0),(106851,108,898,0),(106852,109,898,0),(106853,110,898,0),(106854,111,898,0),(106855,112,898,0),(106856,113,898,0),(106857,114,898,0),(106858,115,898,0),(106859,116,898,0),(106860,117,898,0),(106861,118,898,0),(106862,119,898,0),(106863,1,899,0),(106864,2,899,0),(106865,3,899,0),(106866,4,899,0),(106867,5,899,0),(106868,6,899,0),(106869,7,899,0),(106870,8,899,0),(106871,9,899,0),(106872,10,899,0),(106873,11,899,0),(106874,12,899,0),(106875,13,899,0),(106876,14,899,0),(106877,15,899,0),(106878,16,899,0),(106879,17,899,0),(106880,18,899,0),(106881,19,899,0),(106882,20,899,0),(106883,21,899,0),(106884,22,899,0),(106885,23,899,0),(106886,24,899,0),(106887,25,899,0),(106888,26,899,0),(106889,27,899,0),(106890,28,899,0),(106891,29,899,0),(106892,30,899,0),(106893,31,899,0),(106894,32,899,0),(106895,33,899,0),(106896,34,899,0),(106897,35,899,0),(106898,36,899,0),(106899,37,899,0),(106900,38,899,0),(106901,39,899,0),(106902,40,899,0),(106903,41,899,0),(106904,42,899,0),(106905,43,899,0),(106906,44,899,0),(106907,45,899,0),(106908,46,899,0),(106909,47,899,0),(106910,48,899,0),(106911,49,899,0),(106912,50,899,0),(106913,51,899,0),(106914,52,899,0),(106915,53,899,0),(106916,54,899,0),(106917,55,899,0),(106918,56,899,0),(106919,57,899,0),(106920,58,899,0),(106921,59,899,0),(106922,60,899,0),(106923,61,899,0),(106924,62,899,0),(106925,63,899,0),(106926,64,899,0),(106927,65,899,0),(106928,66,899,0),(106929,67,899,0),(106930,68,899,0),(106931,69,899,0),(106932,70,899,0),(106933,71,899,0),(106934,72,899,0),(106935,73,899,0),(106936,74,899,0),(106937,75,899,0),(106938,76,899,0),(106939,77,899,0),(106940,78,899,0),(106941,79,899,0),(106942,80,899,0),(106943,81,899,0),(106944,82,899,0),(106945,83,899,0),(106946,84,899,0),(106947,85,899,0),(106948,86,899,0),(106949,87,899,0),(106950,88,899,0),(106951,89,899,0),(106952,90,899,0),(106953,91,899,0),(106954,92,899,0),(106955,93,899,0),(106956,94,899,0),(106957,95,899,0),(106958,96,899,0),(106959,97,899,0),(106960,98,899,0),(106961,99,899,0),(106962,100,899,0),(106963,101,899,0),(106964,102,899,0),(106965,103,899,0),(106966,104,899,0),(106967,105,899,0.239472300990325),(106968,106,899,0),(106969,107,899,0),(106970,108,899,0),(106971,109,899,0),(106972,110,899,0),(106973,111,899,0),(106974,112,899,0),(106975,113,899,0),(106976,114,899,0),(106977,115,899,0),(106978,116,899,0),(106979,117,899,0),(106980,118,899,0),(106981,119,899,0),(106982,1,900,0),(106983,2,900,0),(106984,3,900,0),(106985,4,900,0),(106986,5,900,0),(106987,6,900,0),(106988,7,900,0),(106989,8,900,0),(106990,9,900,0),(106991,10,900,0),(106992,11,900,0),(106993,12,900,0),(106994,13,900,0),(106995,14,900,0),(106996,15,900,0),(106997,16,900,0),(106998,17,900,0),(106999,18,900,0),(107000,19,900,0),(107001,20,900,0),(107002,21,900,0),(107003,22,900,0),(107004,23,900,0),(107005,24,900,0),(107006,25,900,0),(107007,26,900,0),(107008,27,900,0),(107009,28,900,0),(107010,29,900,0),(107011,30,900,0),(107012,31,900,0),(107013,32,900,0),(107014,33,900,0),(107015,34,900,0),(107016,35,900,0),(107017,36,900,0),(107018,37,900,0),(107019,38,900,0),(107020,39,900,0),(107021,40,900,0),(107022,41,900,0),(107023,42,900,0),(107024,43,900,0),(107025,44,900,0),(107026,45,900,0),(107027,46,900,0),(107028,47,900,0),(107029,48,900,0),(107030,49,900,0),(107031,50,900,0),(107032,51,900,0),(107033,52,900,0),(107034,53,900,0),(107035,54,900,0),(107036,55,900,0),(107037,56,900,0),(107038,57,900,0),(107039,58,900,0),(107040,59,900,0),(107041,60,900,0),(107042,61,900,0),(107043,62,900,0),(107044,63,900,0),(107045,64,900,0),(107046,65,900,0),(107047,66,900,0),(107048,67,900,0),(107049,68,900,0),(107050,69,900,0),(107051,70,900,0),(107052,71,900,0),(107053,72,900,0),(107054,73,900,0),(107055,74,900,0),(107056,75,900,0),(107057,76,900,0),(107058,77,900,0),(107059,78,900,0),(107060,79,900,0),(107061,80,900,0),(107062,81,900,0),(107063,82,900,0),(107064,83,900,0),(107065,84,900,0),(107066,85,900,0),(107067,86,900,0),(107068,87,900,0),(107069,88,900,0),(107070,89,900,0),(107071,90,900,0),(107072,91,900,0),(107073,92,900,0),(107074,93,900,0),(107075,94,900,0),(107076,95,900,0),(107077,96,900,0),(107078,97,900,0),(107079,98,900,0),(107080,99,900,0),(107081,100,900,0),(107082,101,900,0),(107083,102,900,0),(107084,103,900,0),(107085,104,900,0),(107086,105,900,0.221049826088813),(107087,106,900,0),(107088,107,900,0),(107089,108,900,0),(107090,109,900,0),(107091,110,900,0),(107092,111,900,0),(107093,112,900,0),(107094,113,900,0),(107095,114,900,0),(107096,115,900,0),(107097,116,900,0),(107098,117,900,0),(107099,118,900,0),(107100,119,900,0),(107101,1,901,0),(107102,2,901,0),(107103,3,901,0),(107104,4,901,0),(107105,5,901,0),(107106,6,901,0),(107107,7,901,0),(107108,8,901,0),(107109,9,901,0),(107110,10,901,0),(107111,11,901,0),(107112,12,901,0),(107113,13,901,0),(107114,14,901,0),(107115,15,901,0),(107116,16,901,0),(107117,17,901,0),(107118,18,901,0),(107119,19,901,0),(107120,20,901,0),(107121,21,901,0),(107122,22,901,0),(107123,23,901,0),(107124,24,901,0),(107125,25,901,0),(107126,26,901,0),(107127,27,901,0),(107128,28,901,0),(107129,29,901,0),(107130,30,901,0),(107131,31,901,0),(107132,32,901,0),(107133,33,901,0),(107134,34,901,0),(107135,35,901,0),(107136,36,901,0),(107137,37,901,0),(107138,38,901,0),(107139,39,901,0),(107140,40,901,0),(107141,41,901,0),(107142,42,901,0),(107143,43,901,0),(107144,44,901,0),(107145,45,901,0),(107146,46,901,0),(107147,47,901,0),(107148,48,901,0),(107149,49,901,0),(107150,50,901,0),(107151,51,901,0),(107152,52,901,0),(107153,53,901,0),(107154,54,901,0),(107155,55,901,0),(107156,56,901,0),(107157,57,901,0),(107158,58,901,0),(107159,59,901,0),(107160,60,901,0),(107161,61,901,0),(107162,62,901,0),(107163,63,901,0),(107164,64,901,0),(107165,65,901,0),(107166,66,901,0),(107167,67,901,0),(107168,68,901,0),(107169,69,901,0),(107170,70,901,0),(107171,71,901,0),(107172,72,901,0),(107173,73,901,0),(107174,74,901,0),(107175,75,901,0),(107176,76,901,0),(107177,77,901,0),(107178,78,901,0),(107179,79,901,0),(107180,80,901,0),(107181,81,901,0),(107182,82,901,0),(107183,83,901,0),(107184,84,901,0),(107185,85,901,0),(107186,86,901,0),(107187,87,901,0),(107188,88,901,0),(107189,89,901,0),(107190,90,901,0),(107191,91,901,0),(107192,92,901,0),(107193,93,901,0),(107194,94,901,0),(107195,95,901,0),(107196,96,901,0),(107197,97,901,0),(107198,98,901,0),(107199,99,901,0),(107200,100,901,0),(107201,101,901,0),(107202,102,901,0),(107203,103,901,0),(107204,104,901,0),(107205,105,901,0.120548269306997),(107206,106,901,0),(107207,107,901,0),(107208,108,901,0),(107209,109,901,0),(107210,110,901,0),(107211,111,901,0),(107212,112,901,0),(107213,113,901,0),(107214,114,901,0),(107215,115,901,0),(107216,116,901,0),(107217,117,901,0),(107218,118,901,0),(107219,119,901,0),(107220,1,902,0),(107221,2,902,0),(107222,3,902,0),(107223,4,902,0),(107224,5,902,0),(107225,6,902,0),(107226,7,902,0),(107227,8,902,0),(107228,9,902,0),(107229,10,902,0),(107230,11,902,0),(107231,12,902,0),(107232,13,902,0),(107233,14,902,0),(107234,15,902,0),(107235,16,902,0),(107236,17,902,0),(107237,18,902,0),(107238,19,902,0),(107239,20,902,0),(107240,21,902,0),(107241,22,902,0),(107242,23,902,0),(107243,24,902,0),(107244,25,902,0),(107245,26,902,0),(107246,27,902,0),(107247,28,902,0),(107248,29,902,0),(107249,30,902,0),(107250,31,902,0),(107251,32,902,0),(107252,33,902,0),(107253,34,902,0),(107254,35,902,0),(107255,36,902,0),(107256,37,902,0),(107257,38,902,0),(107258,39,902,0),(107259,40,902,0),(107260,41,902,0),(107261,42,902,0),(107262,43,902,0),(107263,44,902,0),(107264,45,902,0),(107265,46,902,0),(107266,47,902,0),(107267,48,902,0),(107268,49,902,0),(107269,50,902,0),(107270,51,902,0),(107271,52,902,0),(107272,53,902,0),(107273,54,902,0),(107274,55,902,0),(107275,56,902,0),(107276,57,902,0),(107277,58,902,0),(107278,59,902,0),(107279,60,902,0),(107280,61,902,0),(107281,62,902,0),(107282,63,902,0),(107283,64,902,0),(107284,65,902,0),(107285,66,902,0),(107286,67,902,0),(107287,68,902,0),(107288,69,902,0),(107289,70,902,0),(107290,71,902,0),(107291,72,902,0),(107292,73,902,0),(107293,74,902,0),(107294,75,902,0),(107295,76,902,0),(107296,77,902,0),(107297,78,902,0),(107298,79,902,0),(107299,80,902,0),(107300,81,902,0),(107301,82,902,0),(107302,83,902,0),(107303,84,902,0),(107304,85,902,0),(107305,86,902,0),(107306,87,902,0),(107307,88,902,0),(107308,89,902,0),(107309,90,902,0),(107310,91,902,0),(107311,92,902,0),(107312,93,902,0),(107313,94,902,0),(107314,95,902,0),(107315,96,902,0),(107316,97,902,0),(107317,98,902,0),(107318,99,902,0),(107319,100,902,0),(107320,101,902,0),(107321,102,902,0),(107322,103,902,0),(107323,104,902,0),(107324,105,902,0.103188765864336),(107325,106,902,0),(107326,107,902,0),(107327,108,902,0),(107328,109,902,0),(107329,110,902,0),(107330,111,902,0),(107331,112,902,0),(107332,113,902,0),(107333,114,902,0),(107334,115,902,0),(107335,116,902,0),(107336,117,902,0),(107337,118,902,0),(107338,119,902,0),(107339,1,903,0),(107340,2,903,0),(107341,3,903,0),(107342,4,903,0),(107343,5,903,0),(107344,6,903,0),(107345,7,903,0),(107346,8,903,0),(107347,9,903,0),(107348,10,903,0),(107349,11,903,0),(107350,12,903,0),(107351,13,903,0),(107352,14,903,0),(107353,15,903,0),(107354,16,903,0),(107355,17,903,0),(107356,18,903,0),(107357,19,903,0),(107358,20,903,0),(107359,21,903,0),(107360,22,903,0),(107361,23,903,0),(107362,24,903,0),(107363,25,903,0),(107364,26,903,0),(107365,27,903,0),(107366,28,903,0),(107367,29,903,0),(107368,30,903,0),(107369,31,903,0),(107370,32,903,0),(107371,33,903,0),(107372,34,903,0),(107373,35,903,0),(107374,36,903,0),(107375,37,903,0),(107376,38,903,0),(107377,39,903,0),(107378,40,903,0),(107379,41,903,0),(107380,42,903,0),(107381,43,903,0),(107382,44,903,0),(107383,45,903,0),(107384,46,903,0),(107385,47,903,0),(107386,48,903,0),(107387,49,903,0),(107388,50,903,0),(107389,51,903,0),(107390,52,903,0),(107391,53,903,0),(107392,54,903,0),(107393,55,903,0),(107394,56,903,0),(107395,57,903,0),(107396,58,903,0),(107397,59,903,0),(107398,60,903,0),(107399,61,903,0),(107400,62,903,0),(107401,63,903,0),(107402,64,903,0),(107403,65,903,0),(107404,66,903,0),(107405,67,903,0),(107406,68,903,0),(107407,69,903,0),(107408,70,903,0),(107409,71,903,0),(107410,72,903,0),(107411,73,903,0),(107412,74,903,0),(107413,75,903,0),(107414,76,903,0),(107415,77,903,0),(107416,78,903,0),(107417,79,903,0),(107418,80,903,0),(107419,81,903,0),(107420,82,903,0),(107421,83,903,0),(107422,84,903,0),(107423,85,903,0),(107424,86,903,0),(107425,87,903,0),(107426,88,903,0),(107427,89,903,0),(107428,90,903,0),(107429,91,903,0),(107430,92,903,0),(107431,93,903,0),(107432,94,903,0),(107433,95,903,0),(107434,96,903,0),(107435,97,903,0),(107436,98,903,0),(107437,99,903,0),(107438,100,903,0),(107439,101,903,0),(107440,102,903,0),(107441,103,903,0),(107442,104,903,0),(107443,105,903,0),(107444,106,903,0.5),(107445,107,903,0),(107446,108,903,0),(107447,109,903,0),(107448,110,903,0),(107449,111,903,0),(107450,112,903,0),(107451,113,903,0),(107452,114,903,0),(107453,115,903,0),(107454,116,903,0),(107455,117,903,0),(107456,118,903,0),(107457,119,903,0),(107458,1,904,0),(107459,2,904,0),(107460,3,904,0),(107461,4,904,0),(107462,5,904,0),(107463,6,904,0),(107464,7,904,0),(107465,8,904,0),(107466,9,904,0),(107467,10,904,0),(107468,11,904,0),(107469,12,904,0),(107470,13,904,0),(107471,14,904,0),(107472,15,904,0),(107473,16,904,0),(107474,17,904,0),(107475,18,904,0),(107476,19,904,0),(107477,20,904,0),(107478,21,904,0),(107479,22,904,0),(107480,23,904,0),(107481,24,904,0),(107482,25,904,0),(107483,26,904,0),(107484,27,904,0),(107485,28,904,0),(107486,29,904,0),(107487,30,904,0),(107488,31,904,0),(107489,32,904,0),(107490,33,904,0),(107491,34,904,0),(107492,35,904,0),(107493,36,904,0),(107494,37,904,0),(107495,38,904,0),(107496,39,904,0),(107497,40,904,0),(107498,41,904,0),(107499,42,904,0),(107500,43,904,0),(107501,44,904,0),(107502,45,904,0),(107503,46,904,0),(107504,47,904,0),(107505,48,904,0),(107506,49,904,0),(107507,50,904,0),(107508,51,904,0),(107509,52,904,0),(107510,53,904,0),(107511,54,904,0),(107512,55,904,0),(107513,56,904,0),(107514,57,904,0),(107515,58,904,0),(107516,59,904,0),(107517,60,904,0),(107518,61,904,0),(107519,62,904,0),(107520,63,904,0),(107521,64,904,0),(107522,65,904,0),(107523,66,904,0),(107524,67,904,0),(107525,68,904,0),(107526,69,904,0),(107527,70,904,0),(107528,71,904,0),(107529,72,904,0),(107530,73,904,0),(107531,74,904,0),(107532,75,904,0),(107533,76,904,0),(107534,77,904,0),(107535,78,904,0),(107536,79,904,0),(107537,80,904,0),(107538,81,904,0),(107539,82,904,0),(107540,83,904,0),(107541,84,904,0),(107542,85,904,0),(107543,86,904,0),(107544,87,904,0),(107545,88,904,0),(107546,89,904,0),(107547,90,904,0),(107548,91,904,0),(107549,92,904,0),(107550,93,904,0),(107551,94,904,0),(107552,95,904,0),(107553,96,904,0),(107554,97,904,0),(107555,98,904,0),(107556,99,904,0),(107557,100,904,0),(107558,101,904,0),(107559,102,904,0),(107560,103,904,0),(107561,104,904,0),(107562,105,904,0),(107563,106,904,0.311045947906914),(107564,107,904,0),(107565,108,904,0),(107566,109,904,0),(107567,110,904,0),(107568,111,904,0),(107569,112,904,0),(107570,113,904,0),(107571,114,904,0),(107572,115,904,0),(107573,116,904,0),(107574,117,904,0),(107575,118,904,0),(107576,119,904,0),(107577,1,905,0),(107578,2,905,0),(107579,3,905,0),(107580,4,905,0),(107581,5,905,0),(107582,6,905,0),(107583,7,905,0),(107584,8,905,0),(107585,9,905,0),(107586,10,905,0),(107587,11,905,0),(107588,12,905,0),(107589,13,905,0),(107590,14,905,0),(107591,15,905,0),(107592,16,905,0),(107593,17,905,0),(107594,18,905,0),(107595,19,905,0),(107596,20,905,0),(107597,21,905,0),(107598,22,905,0),(107599,23,905,0),(107600,24,905,0),(107601,25,905,0),(107602,26,905,0),(107603,27,905,0),(107604,28,905,0),(107605,29,905,0),(107606,30,905,0),(107607,31,905,0),(107608,32,905,0),(107609,33,905,0),(107610,34,905,0),(107611,35,905,0),(107612,36,905,0),(107613,37,905,0),(107614,38,905,0),(107615,39,905,0),(107616,40,905,0),(107617,41,905,0),(107618,42,905,0),(107619,43,905,0),(107620,44,905,0),(107621,45,905,0),(107622,46,905,0),(107623,47,905,0),(107624,48,905,0),(107625,49,905,0),(107626,50,905,0),(107627,51,905,0),(107628,52,905,0),(107629,53,905,0),(107630,54,905,0),(107631,55,905,0),(107632,56,905,0),(107633,57,905,0),(107634,58,905,0),(107635,59,905,0),(107636,60,905,0),(107637,61,905,0),(107638,62,905,0),(107639,63,905,0),(107640,64,905,0),(107641,65,905,0),(107642,66,905,0),(107643,67,905,0),(107644,68,905,0),(107645,69,905,0),(107646,70,905,0),(107647,71,905,0),(107648,72,905,0),(107649,73,905,0),(107650,74,905,0),(107651,75,905,0),(107652,76,905,0),(107653,77,905,0),(107654,78,905,0),(107655,79,905,0),(107656,80,905,0),(107657,81,905,0),(107658,82,905,0),(107659,83,905,0),(107660,84,905,0),(107661,85,905,0),(107662,86,905,0),(107663,87,905,0),(107664,88,905,0),(107665,89,905,0),(107666,90,905,0),(107667,91,905,0),(107668,92,905,0),(107669,93,905,0),(107670,94,905,0),(107671,95,905,0),(107672,96,905,0),(107673,97,905,0),(107674,98,905,0),(107675,99,905,0),(107676,100,905,0),(107677,101,905,0),(107678,102,905,0),(107679,103,905,0),(107680,104,905,0),(107681,105,905,0),(107682,106,905,0.488954052093086),(107683,107,905,0),(107684,108,905,0),(107685,109,905,0),(107686,110,905,0),(107687,111,905,0),(107688,112,905,0),(107689,113,905,0),(107690,114,905,0),(107691,115,905,0),(107692,116,905,0),(107693,117,905,0),(107694,118,905,0),(107695,119,905,0),(107696,1,906,0),(107697,2,906,0),(107698,3,906,0),(107699,4,906,0),(107700,5,906,0),(107701,6,906,0),(107702,7,906,0),(107703,8,906,0),(107704,9,906,0),(107705,10,906,0),(107706,11,906,0),(107707,12,906,0),(107708,13,906,0),(107709,14,906,0),(107710,15,906,0),(107711,16,906,0),(107712,17,906,0),(107713,18,906,0),(107714,19,906,0),(107715,20,906,0),(107716,21,906,0),(107717,22,906,0),(107718,23,906,0),(107719,24,906,0),(107720,25,906,0),(107721,26,906,0),(107722,27,906,0),(107723,28,906,0),(107724,29,906,0),(107725,30,906,0),(107726,31,906,0),(107727,32,906,0),(107728,33,906,0),(107729,34,906,0),(107730,35,906,0),(107731,36,906,0),(107732,37,906,0),(107733,38,906,0),(107734,39,906,0),(107735,40,906,0),(107736,41,906,0),(107737,42,906,0),(107738,43,906,0),(107739,44,906,0),(107740,45,906,0),(107741,46,906,0),(107742,47,906,0),(107743,48,906,0),(107744,49,906,0),(107745,50,906,0),(107746,51,906,0),(107747,52,906,0),(107748,53,906,0),(107749,54,906,0),(107750,55,906,0),(107751,56,906,0),(107752,57,906,0),(107753,58,906,0),(107754,59,906,0),(107755,60,906,0),(107756,61,906,0),(107757,62,906,0),(107758,63,906,0),(107759,64,906,0),(107760,65,906,0),(107761,66,906,0),(107762,67,906,0),(107763,68,906,0),(107764,69,906,0),(107765,70,906,0),(107766,71,906,0),(107767,72,906,0),(107768,73,906,0),(107769,74,906,0),(107770,75,906,0),(107771,76,906,0),(107772,77,906,0),(107773,78,906,0),(107774,79,906,0),(107775,80,906,0),(107776,81,906,0),(107777,82,906,0),(107778,83,906,0),(107779,84,906,0),(107780,85,906,0),(107781,86,906,0),(107782,87,906,0),(107783,88,906,0),(107784,89,906,0),(107785,90,906,0),(107786,91,906,0),(107787,92,906,0),(107788,93,906,0),(107789,94,906,0),(107790,95,906,0),(107791,96,906,0),(107792,97,906,0),(107793,98,906,0),(107794,99,906,0),(107795,100,906,0),(107796,101,906,0),(107797,102,906,0),(107798,103,906,0),(107799,104,906,0),(107800,105,906,0),(107801,106,906,0.455230435833688),(107802,107,906,0),(107803,108,906,0),(107804,109,906,0),(107805,110,906,0),(107806,111,906,0),(107807,112,906,0),(107808,113,906,0),(107809,114,906,0),(107810,115,906,0),(107811,116,906,0),(107812,117,906,0),(107813,118,906,0),(107814,119,906,0),(107815,1,907,0),(107816,2,907,0),(107817,3,907,0),(107818,4,907,0),(107819,5,907,0),(107820,6,907,0),(107821,7,907,0),(107822,8,907,0),(107823,9,907,0),(107824,10,907,0),(107825,11,907,0),(107826,12,907,0),(107827,13,907,0),(107828,14,907,0),(107829,15,907,0),(107830,16,907,0),(107831,17,907,0),(107832,18,907,0),(107833,19,907,0),(107834,20,907,0),(107835,21,907,0),(107836,22,907,0),(107837,23,907,0),(107838,24,907,0),(107839,25,907,0),(107840,26,907,0),(107841,27,907,0),(107842,28,907,0),(107843,29,907,0),(107844,30,907,0),(107845,31,907,0),(107846,32,907,0),(107847,33,907,0),(107848,34,907,0),(107849,35,907,0),(107850,36,907,0),(107851,37,907,0),(107852,38,907,0),(107853,39,907,0),(107854,40,907,0),(107855,41,907,0),(107856,42,907,0),(107857,43,907,0),(107858,44,907,0),(107859,45,907,0),(107860,46,907,0),(107861,47,907,0),(107862,48,907,0),(107863,49,907,0),(107864,50,907,0),(107865,51,907,0),(107866,52,907,0),(107867,53,907,0),(107868,54,907,0),(107869,55,907,0),(107870,56,907,0),(107871,57,907,0),(107872,58,907,0),(107873,59,907,0),(107874,60,907,0),(107875,61,907,0),(107876,62,907,0),(107877,63,907,0),(107878,64,907,0),(107879,65,907,0),(107880,66,907,0),(107881,67,907,0),(107882,68,907,0),(107883,69,907,0),(107884,70,907,0),(107885,71,907,0),(107886,72,907,0),(107887,73,907,0),(107888,74,907,0),(107889,75,907,0),(107890,76,907,0),(107891,77,907,0),(107892,78,907,0),(107893,79,907,0),(107894,80,907,0),(107895,81,907,0),(107896,82,907,0),(107897,83,907,0),(107898,84,907,0),(107899,85,907,0),(107900,86,907,0),(107901,87,907,0),(107902,88,907,0),(107903,89,907,0),(107904,90,907,0),(107905,91,907,0),(107906,92,907,0),(107907,93,907,0),(107908,94,907,0),(107909,95,907,0),(107910,96,907,0),(107911,97,907,0),(107912,98,907,0),(107913,99,907,0),(107914,100,907,0),(107915,101,907,0),(107916,102,907,0),(107917,103,907,0),(107918,104,907,0),(107919,105,907,0),(107920,106,907,0.544769564166312),(107921,107,907,0),(107922,108,907,0),(107923,109,907,0),(107924,110,907,0),(107925,111,907,0),(107926,112,907,0),(107927,113,907,0),(107928,114,907,0),(107929,115,907,0),(107930,116,907,0),(107931,117,907,0),(107932,118,907,0),(107933,119,907,0),(107934,1,908,0),(107935,2,908,0),(107936,3,908,0),(107937,4,908,0),(107938,5,908,0),(107939,6,908,0),(107940,7,908,0),(107941,8,908,0),(107942,9,908,0),(107943,10,908,0),(107944,11,908,0),(107945,12,908,0),(107946,13,908,0),(107947,14,908,0),(107948,15,908,0),(107949,16,908,0),(107950,17,908,0),(107951,18,908,0),(107952,19,908,0),(107953,20,908,0),(107954,21,908,0),(107955,22,908,0),(107956,23,908,0),(107957,24,908,0),(107958,25,908,0),(107959,26,908,0),(107960,27,908,0),(107961,28,908,0),(107962,29,908,0),(107963,30,908,0),(107964,31,908,0),(107965,32,908,0),(107966,33,908,0),(107967,34,908,0),(107968,35,908,0),(107969,36,908,0),(107970,37,908,0),(107971,38,908,0),(107972,39,908,0),(107973,40,908,0),(107974,41,908,0),(107975,42,908,0),(107976,43,908,0),(107977,44,908,0),(107978,45,908,0),(107979,46,908,0),(107980,47,908,0),(107981,48,908,0),(107982,49,908,0),(107983,50,908,0),(107984,51,908,0),(107985,52,908,0),(107986,53,908,0),(107987,54,908,0),(107988,55,908,0),(107989,56,908,0),(107990,57,908,0),(107991,58,908,0),(107992,59,908,0),(107993,60,908,0),(107994,61,908,0),(107995,62,908,0),(107996,63,908,0),(107997,64,908,0),(107998,65,908,0),(107999,66,908,0),(108000,67,908,0),(108001,68,908,0),(108002,69,908,0),(108003,70,908,0),(108004,71,908,0),(108005,72,908,0),(108006,73,908,0),(108007,74,908,0),(108008,75,908,0),(108009,76,908,0),(108010,77,908,0),(108011,78,908,0),(108012,79,908,0),(108013,80,908,0),(108014,81,908,0),(108015,82,908,0),(108016,83,908,0),(108017,84,908,0),(108018,85,908,0),(108019,86,908,0),(108020,87,908,0),(108021,88,908,0),(108022,89,908,0),(108023,90,908,0),(108024,91,908,0),(108025,92,908,0),(108026,93,908,0),(108027,94,908,0),(108028,95,908,0),(108029,96,908,0),(108030,97,908,0),(108031,98,908,0),(108032,99,908,0),(108033,100,908,0),(108034,101,908,0),(108035,102,908,0),(108036,103,908,0),(108037,104,908,0),(108038,105,908,0),(108039,106,908,0),(108040,107,908,0.196496333457046),(108041,108,908,0),(108042,109,908,0),(108043,110,908,0),(108044,111,908,0),(108045,112,908,0),(108046,113,908,0),(108047,114,908,0),(108048,115,908,0),(108049,116,908,0),(108050,117,908,0),(108051,118,908,0),(108052,119,908,0),(108053,1,909,0),(108054,2,909,0),(108055,3,909,0),(108056,4,909,0),(108057,5,909,0),(108058,6,909,0),(108059,7,909,0),(108060,8,909,0),(108061,9,909,0),(108062,10,909,0),(108063,11,909,0),(108064,12,909,0),(108065,13,909,0),(108066,14,909,0),(108067,15,909,0),(108068,16,909,0),(108069,17,909,0),(108070,18,909,0),(108071,19,909,0),(108072,20,909,0),(108073,21,909,0),(108074,22,909,0),(108075,23,909,0),(108076,24,909,0),(108077,25,909,0),(108078,26,909,0),(108079,27,909,0),(108080,28,909,0),(108081,29,909,0),(108082,30,909,0),(108083,31,909,0),(108084,32,909,0),(108085,33,909,0),(108086,34,909,0),(108087,35,909,0),(108088,36,909,0),(108089,37,909,0),(108090,38,909,0),(108091,39,909,0),(108092,40,909,0),(108093,41,909,0),(108094,42,909,0),(108095,43,909,0),(108096,44,909,0),(108097,45,909,0),(108098,46,909,0),(108099,47,909,0),(108100,48,909,0),(108101,49,909,0),(108102,50,909,0),(108103,51,909,0),(108104,52,909,0),(108105,53,909,0),(108106,54,909,0),(108107,55,909,0),(108108,56,909,0),(108109,57,909,0),(108110,58,909,0),(108111,59,909,0),(108112,60,909,0),(108113,61,909,0),(108114,62,909,0),(108115,63,909,0),(108116,64,909,0),(108117,65,909,0),(108118,66,909,0),(108119,67,909,0),(108120,68,909,0),(108121,69,909,0),(108122,70,909,0),(108123,71,909,0),(108124,72,909,0),(108125,73,909,0),(108126,74,909,0),(108127,75,909,0),(108128,76,909,0),(108129,77,909,0),(108130,78,909,0),(108131,79,909,0),(108132,80,909,0),(108133,81,909,0),(108134,82,909,0),(108135,83,909,0),(108136,84,909,0),(108137,85,909,0),(108138,86,909,0),(108139,87,909,0),(108140,88,909,0),(108141,89,909,0),(108142,90,909,0),(108143,91,909,0),(108144,92,909,0),(108145,93,909,0),(108146,94,909,0),(108147,95,909,0),(108148,96,909,0),(108149,97,909,0),(108150,98,909,0),(108151,99,909,0),(108152,100,909,0),(108153,101,909,0),(108154,102,909,0),(108155,103,909,0),(108156,104,909,0),(108157,105,909,0),(108158,106,909,0),(108159,107,909,0.303503666542954),(108160,108,909,0),(108161,109,909,0),(108162,110,909,0),(108163,111,909,0),(108164,112,909,0),(108165,113,909,0),(108166,114,909,0),(108167,115,909,0),(108168,116,909,0),(108169,117,909,0),(108170,118,909,0),(108171,119,909,0),(108172,1,910,0),(108173,2,910,0),(108174,3,910,0),(108175,4,910,0),(108176,5,910,0),(108177,6,910,0),(108178,7,910,0),(108179,8,910,0),(108180,9,910,0),(108181,10,910,0),(108182,11,910,0),(108183,12,910,0),(108184,13,910,0),(108185,14,910,0),(108186,15,910,0),(108187,16,910,0),(108188,17,910,0),(108189,18,910,0),(108190,19,910,0),(108191,20,910,0),(108192,21,910,0),(108193,22,910,0),(108194,23,910,0),(108195,24,910,0),(108196,25,910,0),(108197,26,910,0),(108198,27,910,0),(108199,28,910,0),(108200,29,910,0),(108201,30,910,0),(108202,31,910,0),(108203,32,910,0),(108204,33,910,0),(108205,34,910,0),(108206,35,910,0),(108207,36,910,0),(108208,37,910,0),(108209,38,910,0),(108210,39,910,0),(108211,40,910,0),(108212,41,910,0),(108213,42,910,0),(108214,43,910,0),(108215,44,910,0),(108216,45,910,0),(108217,46,910,0),(108218,47,910,0),(108219,48,910,0),(108220,49,910,0),(108221,50,910,0),(108222,51,910,0),(108223,52,910,0),(108224,53,910,0),(108225,54,910,0),(108226,55,910,0),(108227,56,910,0),(108228,57,910,0),(108229,58,910,0),(108230,59,910,0),(108231,60,910,0),(108232,61,910,0),(108233,62,910,0),(108234,63,910,0),(108235,64,910,0),(108236,65,910,0),(108237,66,910,0),(108238,67,910,0),(108239,68,910,0),(108240,69,910,0),(108241,70,910,0),(108242,71,910,0),(108243,72,910,0),(108244,73,910,0),(108245,74,910,0),(108246,75,910,0),(108247,76,910,0),(108248,77,910,0),(108249,78,910,0),(108250,79,910,0),(108251,80,910,0),(108252,81,910,0),(108253,82,910,0),(108254,83,910,0),(108255,84,910,0),(108256,85,910,0),(108257,86,910,0),(108258,87,910,0),(108259,88,910,0),(108260,89,910,0),(108261,90,910,0),(108262,91,910,0),(108263,92,910,0),(108264,93,910,0),(108265,94,910,0),(108266,95,910,0),(108267,96,910,0),(108268,97,910,0),(108269,98,910,0),(108270,99,910,0),(108271,100,910,0),(108272,101,910,0),(108273,102,910,0),(108274,103,910,0),(108275,104,910,0),(108276,105,910,0),(108277,106,910,0),(108278,107,910,0.193251419575004),(108279,108,910,0),(108280,109,910,0),(108281,110,910,0),(108282,111,910,0),(108283,112,910,0),(108284,113,910,0),(108285,114,910,0),(108286,115,910,0),(108287,116,910,0),(108288,117,910,0),(108289,118,910,0),(108290,119,910,0),(108291,1,911,0),(108292,2,911,0),(108293,3,911,0),(108294,4,911,0),(108295,5,911,0),(108296,6,911,0),(108297,7,911,0),(108298,8,911,0),(108299,9,911,0),(108300,10,911,0),(108301,11,911,0),(108302,12,911,0),(108303,13,911,0),(108304,14,911,0),(108305,15,911,0),(108306,16,911,0),(108307,17,911,0),(108308,18,911,0),(108309,19,911,0),(108310,20,911,0),(108311,21,911,0),(108312,22,911,0),(108313,23,911,0),(108314,24,911,0),(108315,25,911,0),(108316,26,911,0),(108317,27,911,0),(108318,28,911,0),(108319,29,911,0),(108320,30,911,0),(108321,31,911,0),(108322,32,911,0),(108323,33,911,0),(108324,34,911,0),(108325,35,911,0),(108326,36,911,0),(108327,37,911,0),(108328,38,911,0),(108329,39,911,0),(108330,40,911,0),(108331,41,911,0),(108332,42,911,0),(108333,43,911,0),(108334,44,911,0),(108335,45,911,0),(108336,46,911,0),(108337,47,911,0),(108338,48,911,0),(108339,49,911,0),(108340,50,911,0),(108341,51,911,0),(108342,52,911,0),(108343,53,911,0),(108344,54,911,0),(108345,55,911,0),(108346,56,911,0),(108347,57,911,0),(108348,58,911,0),(108349,59,911,0),(108350,60,911,0),(108351,61,911,0),(108352,62,911,0),(108353,63,911,0),(108354,64,911,0),(108355,65,911,0),(108356,66,911,0),(108357,67,911,0),(108358,68,911,0),(108359,69,911,0),(108360,70,911,0),(108361,71,911,0),(108362,72,911,0),(108363,73,911,0),(108364,74,911,0),(108365,75,911,0),(108366,76,911,0),(108367,77,911,0),(108368,78,911,0),(108369,79,911,0),(108370,80,911,0),(108371,81,911,0),(108372,82,911,0),(108373,83,911,0),(108374,84,911,0),(108375,85,911,0),(108376,86,911,0),(108377,87,911,0),(108378,88,911,0),(108379,89,911,0),(108380,90,911,0),(108381,91,911,0),(108382,92,911,0),(108383,93,911,0),(108384,94,911,0),(108385,95,911,0),(108386,96,911,0),(108387,97,911,0),(108388,98,911,0),(108389,99,911,0),(108390,100,911,0),(108391,101,911,0),(108392,102,911,0),(108393,103,911,0),(108394,104,911,0),(108395,105,911,0),(108396,106,911,0),(108397,107,911,0.00555386597471489),(108398,108,911,0),(108399,109,911,0),(108400,110,911,0),(108401,111,911,0),(108402,112,911,0),(108403,113,911,0),(108404,114,911,0),(108405,115,911,0),(108406,116,911,0),(108407,117,911,0),(108408,118,911,0),(108409,119,911,0),(108410,1,912,0),(108411,2,912,0),(108412,3,912,0),(108413,4,912,0),(108414,5,912,0),(108415,6,912,0),(108416,7,912,0),(108417,8,912,0),(108418,9,912,0),(108419,10,912,0),(108420,11,912,0),(108421,12,912,0),(108422,13,912,0),(108423,14,912,0),(108424,15,912,0),(108425,16,912,0),(108426,17,912,0),(108427,18,912,0),(108428,19,912,0),(108429,20,912,0),(108430,21,912,0),(108431,22,912,0),(108432,23,912,0),(108433,24,912,0),(108434,25,912,0),(108435,26,912,0),(108436,27,912,0),(108437,28,912,0),(108438,29,912,0),(108439,30,912,0),(108440,31,912,0),(108441,32,912,0),(108442,33,912,0),(108443,34,912,0),(108444,35,912,0),(108445,36,912,0),(108446,37,912,0),(108447,38,912,0),(108448,39,912,0),(108449,40,912,0),(108450,41,912,0),(108451,42,912,0),(108452,43,912,0),(108453,44,912,0),(108454,45,912,0),(108455,46,912,0),(108456,47,912,0),(108457,48,912,0),(108458,49,912,0),(108459,50,912,0),(108460,51,912,0),(108461,52,912,0),(108462,53,912,0),(108463,54,912,0),(108464,55,912,0),(108465,56,912,0),(108466,57,912,0),(108467,58,912,0),(108468,59,912,0),(108469,60,912,0),(108470,61,912,0),(108471,62,912,0),(108472,63,912,0),(108473,64,912,0),(108474,65,912,0),(108475,66,912,0),(108476,67,912,0),(108477,68,912,0),(108478,69,912,0),(108479,70,912,0),(108480,71,912,0),(108481,72,912,0),(108482,73,912,0),(108483,74,912,0),(108484,75,912,0),(108485,76,912,0),(108486,77,912,0),(108487,78,912,0),(108488,79,912,0),(108489,80,912,0),(108490,81,912,0),(108491,82,912,0),(108492,83,912,0),(108493,84,912,0),(108494,85,912,0),(108495,86,912,0),(108496,87,912,0),(108497,88,912,0),(108498,89,912,0),(108499,90,912,0),(108500,91,912,0),(108501,92,912,0),(108502,93,912,0),(108503,94,912,0),(108504,95,912,0),(108505,96,912,0),(108506,97,912,0),(108507,98,912,0),(108508,99,912,0),(108509,100,912,0),(108510,101,912,0),(108511,102,912,0),(108512,103,912,0),(108513,104,912,0),(108514,105,912,0),(108515,106,912,0),(108516,107,912,0.601194714450281),(108517,108,912,0),(108518,109,912,0),(108519,110,912,0),(108520,111,912,0),(108521,112,912,0),(108522,113,912,0),(108523,114,912,0),(108524,115,912,0),(108525,116,912,0),(108526,117,912,0),(108527,118,912,0),(108528,119,912,0),(108529,1,913,0),(108530,2,913,0),(108531,3,913,0),(108532,4,913,0),(108533,5,913,0),(108534,6,913,0),(108535,7,913,0),(108536,8,913,0),(108537,9,913,0),(108538,10,913,0),(108539,11,913,0),(108540,12,913,0),(108541,13,913,0),(108542,14,913,0),(108543,15,913,0),(108544,16,913,0),(108545,17,913,0),(108546,18,913,0),(108547,19,913,0),(108548,20,913,0),(108549,21,913,0),(108550,22,913,0),(108551,23,913,0),(108552,24,913,0),(108553,25,913,0),(108554,26,913,0),(108555,27,913,0),(108556,28,913,0),(108557,29,913,0),(108558,30,913,0),(108559,31,913,0),(108560,32,913,0),(108561,33,913,0),(108562,34,913,0),(108563,35,913,0),(108564,36,913,0),(108565,37,913,0),(108566,38,913,0),(108567,39,913,0),(108568,40,913,0),(108569,41,913,0),(108570,42,913,0),(108571,43,913,0),(108572,44,913,0),(108573,45,913,0),(108574,46,913,0),(108575,47,913,0),(108576,48,913,0),(108577,49,913,0),(108578,50,913,0),(108579,51,913,0),(108580,52,913,0),(108581,53,913,0),(108582,54,913,0),(108583,55,913,0),(108584,56,913,0),(108585,57,913,0),(108586,58,913,0),(108587,59,913,0),(108588,60,913,0),(108589,61,913,0),(108590,62,913,0),(108591,63,913,0),(108592,64,913,0),(108593,65,913,0),(108594,66,913,0),(108595,67,913,0),(108596,68,913,0),(108597,69,913,0),(108598,70,913,0),(108599,71,913,0),(108600,72,913,0),(108601,73,913,0),(108602,74,913,0),(108603,75,913,0),(108604,76,913,0),(108605,77,913,0),(108606,78,913,0),(108607,79,913,0),(108608,80,913,0),(108609,81,913,0),(108610,82,913,0),(108611,83,913,0),(108612,84,913,0),(108613,85,913,0),(108614,86,913,0),(108615,87,913,0),(108616,88,913,0),(108617,89,913,0),(108618,90,913,0),(108619,91,913,0),(108620,92,913,0),(108621,93,913,0),(108622,94,913,0),(108623,95,913,0),(108624,96,913,0),(108625,97,913,0),(108626,98,913,0),(108627,99,913,0),(108628,100,913,0),(108629,101,913,0),(108630,102,913,0),(108631,103,913,0),(108632,104,913,0),(108633,105,913,0),(108634,106,913,0),(108635,107,913,0.256013957271107),(108636,108,913,0),(108637,109,913,0),(108638,110,913,0),(108639,111,913,0),(108640,112,913,0),(108641,113,913,0),(108642,114,913,0),(108643,115,913,0),(108644,116,913,0),(108645,117,913,0),(108646,118,913,0),(108647,119,913,0),(108648,1,914,0),(108649,2,914,0),(108650,3,914,0),(108651,4,914,0),(108652,5,914,0),(108653,6,914,0),(108654,7,914,0),(108655,8,914,0),(108656,9,914,0),(108657,10,914,0),(108658,11,914,0),(108659,12,914,0),(108660,13,914,0),(108661,14,914,0),(108662,15,914,0),(108663,16,914,0),(108664,17,914,0),(108665,18,914,0),(108666,19,914,0),(108667,20,914,0),(108668,21,914,0),(108669,22,914,0),(108670,23,914,0),(108671,24,914,0),(108672,25,914,0),(108673,26,914,0),(108674,27,914,0),(108675,28,914,0),(108676,29,914,0),(108677,30,914,0),(108678,31,914,0),(108679,32,914,0),(108680,33,914,0),(108681,34,914,0),(108682,35,914,0),(108683,36,914,0),(108684,37,914,0),(108685,38,914,0),(108686,39,914,0),(108687,40,914,0),(108688,41,914,0),(108689,42,914,0),(108690,43,914,0),(108691,44,914,0),(108692,45,914,0),(108693,46,914,0),(108694,47,914,0),(108695,48,914,0),(108696,49,914,0),(108697,50,914,0),(108698,51,914,0),(108699,52,914,0),(108700,53,914,0),(108701,54,914,0),(108702,55,914,0),(108703,56,914,0),(108704,57,914,0),(108705,58,914,0),(108706,59,914,0),(108707,60,914,0),(108708,61,914,0),(108709,62,914,0),(108710,63,914,0),(108711,64,914,0),(108712,65,914,0),(108713,66,914,0),(108714,67,914,0),(108715,68,914,0),(108716,69,914,0),(108717,70,914,0),(108718,71,914,0),(108719,72,914,0),(108720,73,914,0),(108721,74,914,0),(108722,75,914,0),(108723,76,914,0),(108724,77,914,0),(108725,78,914,0),(108726,79,914,0),(108727,80,914,0),(108728,81,914,0),(108729,82,914,0),(108730,83,914,0),(108731,84,914,0),(108732,85,914,0),(108733,86,914,0),(108734,87,914,0),(108735,88,914,0),(108736,89,914,0),(108737,90,914,0),(108738,91,914,0),(108739,92,914,0),(108740,93,914,0),(108741,94,914,0),(108742,95,914,0),(108743,96,914,0),(108744,97,914,0),(108745,98,914,0),(108746,99,914,0),(108747,100,914,0),(108748,101,914,0),(108749,102,914,0),(108750,103,914,0),(108751,104,914,0),(108752,105,914,0),(108753,106,914,0),(108754,107,914,0.308418119880894),(108755,108,914,0),(108756,109,914,0),(108757,110,914,0),(108758,111,914,0),(108759,112,914,0),(108760,113,914,0),(108761,114,914,0),(108762,115,914,0),(108763,116,914,0),(108764,117,914,0),(108765,118,914,0),(108766,119,914,0),(108767,1,915,0),(108768,2,915,0),(108769,3,915,0),(108770,4,915,0),(108771,5,915,0),(108772,6,915,0),(108773,7,915,0),(108774,8,915,0),(108775,9,915,0),(108776,10,915,0),(108777,11,915,0),(108778,12,915,0),(108779,13,915,0),(108780,14,915,0),(108781,15,915,0),(108782,16,915,0),(108783,17,915,0),(108784,18,915,0),(108785,19,915,0),(108786,20,915,0),(108787,21,915,0),(108788,22,915,0),(108789,23,915,0),(108790,24,915,0),(108791,25,915,0),(108792,26,915,0),(108793,27,915,0),(108794,28,915,0),(108795,29,915,0),(108796,30,915,0),(108797,31,915,0),(108798,32,915,0),(108799,33,915,0),(108800,34,915,0),(108801,35,915,0),(108802,36,915,0),(108803,37,915,0),(108804,38,915,0),(108805,39,915,0),(108806,40,915,0),(108807,41,915,0),(108808,42,915,0),(108809,43,915,0),(108810,44,915,0),(108811,45,915,0),(108812,46,915,0),(108813,47,915,0),(108814,48,915,0),(108815,49,915,0),(108816,50,915,0),(108817,51,915,0),(108818,52,915,0),(108819,53,915,0),(108820,54,915,0),(108821,55,915,0),(108822,56,915,0),(108823,57,915,0),(108824,58,915,0),(108825,59,915,0),(108826,60,915,0),(108827,61,915,0),(108828,62,915,0),(108829,63,915,0),(108830,64,915,0),(108831,65,915,0),(108832,66,915,0),(108833,67,915,0),(108834,68,915,0),(108835,69,915,0),(108836,70,915,0),(108837,71,915,0),(108838,72,915,0),(108839,73,915,0),(108840,74,915,0),(108841,75,915,0),(108842,76,915,0),(108843,77,915,0),(108844,78,915,0),(108845,79,915,0),(108846,80,915,0),(108847,81,915,0),(108848,82,915,0),(108849,83,915,0),(108850,84,915,0),(108851,85,915,0),(108852,86,915,0),(108853,87,915,0),(108854,88,915,0),(108855,89,915,0),(108856,90,915,0),(108857,91,915,0),(108858,92,915,0),(108859,93,915,0),(108860,94,915,0),(108861,95,915,0),(108862,96,915,0),(108863,97,915,0),(108864,98,915,0),(108865,99,915,0),(108866,100,915,0),(108867,101,915,0),(108868,102,915,0),(108869,103,915,0),(108870,104,915,0),(108871,105,915,0),(108872,106,915,0),(108873,107,915,0.330746198107302),(108874,108,915,0),(108875,109,915,0),(108876,110,915,0),(108877,111,915,0),(108878,112,915,0),(108879,113,915,0),(108880,114,915,0),(108881,115,915,0),(108882,116,915,0),(108883,117,915,0),(108884,118,915,0),(108885,119,915,0),(108886,1,916,0),(108887,2,916,0),(108888,3,916,0),(108889,4,916,0),(108890,5,916,0),(108891,6,916,0),(108892,7,916,0),(108893,8,916,0),(108894,9,916,0),(108895,10,916,0),(108896,11,916,0),(108897,12,916,0),(108898,13,916,0),(108899,14,916,0),(108900,15,916,0),(108901,16,916,0),(108902,17,916,0),(108903,18,916,0),(108904,19,916,0),(108905,20,916,0),(108906,21,916,0),(108907,22,916,0),(108908,23,916,0),(108909,24,916,0),(108910,25,916,0),(108911,26,916,0),(108912,27,916,0),(108913,28,916,0),(108914,29,916,0),(108915,30,916,0),(108916,31,916,0),(108917,32,916,0),(108918,33,916,0),(108919,34,916,0),(108920,35,916,0),(108921,36,916,0),(108922,37,916,0),(108923,38,916,0),(108924,39,916,0),(108925,40,916,0),(108926,41,916,0),(108927,42,916,0),(108928,43,916,0),(108929,44,916,0),(108930,45,916,0),(108931,46,916,0),(108932,47,916,0),(108933,48,916,0),(108934,49,916,0),(108935,50,916,0),(108936,51,916,0),(108937,52,916,0),(108938,53,916,0),(108939,54,916,0),(108940,55,916,0),(108941,56,916,0),(108942,57,916,0),(108943,58,916,0),(108944,59,916,0),(108945,60,916,0),(108946,61,916,0),(108947,62,916,0),(108948,63,916,0),(108949,64,916,0),(108950,65,916,0),(108951,66,916,0),(108952,67,916,0),(108953,68,916,0),(108954,69,916,0),(108955,70,916,0),(108956,71,916,0),(108957,72,916,0),(108958,73,916,0),(108959,74,916,0),(108960,75,916,0),(108961,76,916,0),(108962,77,916,0),(108963,78,916,0),(108964,79,916,0),(108965,80,916,0),(108966,81,916,0),(108967,82,916,0),(108968,83,916,0),(108969,84,916,0),(108970,85,916,0),(108971,86,916,0),(108972,87,916,0),(108973,88,916,0),(108974,89,916,0),(108975,90,916,0),(108976,91,916,0),(108977,92,916,0),(108978,93,916,0),(108979,94,916,0),(108980,95,916,0),(108981,96,916,0),(108982,97,916,0),(108983,98,916,0),(108984,99,916,0),(108985,100,916,0),(108986,101,916,0),(108987,102,916,0),(108988,103,916,0),(108989,104,916,0),(108990,105,916,0),(108991,106,916,0),(108992,107,916,0.104821724740697),(108993,108,916,0),(108994,109,916,0),(108995,110,916,0),(108996,111,916,0),(108997,112,916,0),(108998,113,916,0),(108999,114,916,0),(109000,115,916,0),(109001,116,916,0),(109002,117,916,0),(109003,118,916,0),(109004,119,916,0),(109005,1,917,0),(109006,2,917,0),(109007,3,917,0),(109008,4,917,0),(109009,5,917,0),(109010,6,917,0),(109011,7,917,0),(109012,8,917,0),(109013,9,917,0),(109014,10,917,0),(109015,11,917,0),(109016,12,917,0),(109017,13,917,0),(109018,14,917,0),(109019,15,917,0),(109020,16,917,0),(109021,17,917,0),(109022,18,917,0),(109023,19,917,0),(109024,20,917,0),(109025,21,917,0),(109026,22,917,0),(109027,23,917,0),(109028,24,917,0),(109029,25,917,0),(109030,26,917,0),(109031,27,917,0),(109032,28,917,0),(109033,29,917,0),(109034,30,917,0),(109035,31,917,0),(109036,32,917,0),(109037,33,917,0),(109038,34,917,0),(109039,35,917,0),(109040,36,917,0),(109041,37,917,0),(109042,38,917,0),(109043,39,917,0),(109044,40,917,0),(109045,41,917,0),(109046,42,917,0),(109047,43,917,0),(109048,44,917,0),(109049,45,917,0),(109050,46,917,0),(109051,47,917,0),(109052,48,917,0),(109053,49,917,0),(109054,50,917,0),(109055,51,917,0),(109056,52,917,0),(109057,53,917,0),(109058,54,917,0),(109059,55,917,0),(109060,56,917,0),(109061,57,917,0),(109062,58,917,0),(109063,59,917,0),(109064,60,917,0),(109065,61,917,0),(109066,62,917,0),(109067,63,917,0),(109068,64,917,0),(109069,65,917,0),(109070,66,917,0),(109071,67,917,0),(109072,68,917,0),(109073,69,917,0),(109074,70,917,0),(109075,71,917,0),(109076,72,917,0),(109077,73,917,0),(109078,74,917,0),(109079,75,917,0),(109080,76,917,0),(109081,77,917,0),(109082,78,917,0),(109083,79,917,0),(109084,80,917,0),(109085,81,917,0),(109086,82,917,0),(109087,83,917,0),(109088,84,917,0),(109089,85,917,0),(109090,86,917,0),(109091,87,917,0),(109092,88,917,0),(109093,89,917,0),(109094,90,917,0),(109095,91,917,0),(109096,92,917,0),(109097,93,917,0),(109098,94,917,0),(109099,95,917,0),(109100,96,917,0),(109101,97,917,0),(109102,98,917,0),(109103,99,917,0),(109104,100,917,0),(109105,101,917,0),(109106,102,917,0),(109107,103,917,0),(109108,104,917,0),(109109,105,917,0),(109110,106,917,0),(109111,107,917,0),(109112,108,917,0.0388946694690219),(109113,109,917,0),(109114,110,917,0),(109115,111,917,0),(109116,112,917,0),(109117,113,917,0),(109118,114,917,0),(109119,115,917,0),(109120,116,917,0),(109121,117,917,0),(109122,118,917,0),(109123,119,917,0),(109124,1,918,0),(109125,2,918,0),(109126,3,918,0),(109127,4,918,0),(109128,5,918,0),(109129,6,918,0),(109130,7,918,0),(109131,8,918,0),(109132,9,918,0),(109133,10,918,0),(109134,11,918,0),(109135,12,918,0),(109136,13,918,0),(109137,14,918,0),(109138,15,918,0),(109139,16,918,0),(109140,17,918,0),(109141,18,918,0),(109142,19,918,0),(109143,20,918,0),(109144,21,918,0),(109145,22,918,0),(109146,23,918,0),(109147,24,918,0),(109148,25,918,0),(109149,26,918,0),(109150,27,918,0),(109151,28,918,0),(109152,29,918,0),(109153,30,918,0),(109154,31,918,0),(109155,32,918,0),(109156,33,918,0),(109157,34,918,0),(109158,35,918,0),(109159,36,918,0),(109160,37,918,0),(109161,38,918,0),(109162,39,918,0),(109163,40,918,0),(109164,41,918,0),(109165,42,918,0),(109166,43,918,0),(109167,44,918,0),(109168,45,918,0),(109169,46,918,0),(109170,47,918,0),(109171,48,918,0),(109172,49,918,0),(109173,50,918,0),(109174,51,918,0),(109175,52,918,0),(109176,53,918,0),(109177,54,918,0),(109178,55,918,0),(109179,56,918,0),(109180,57,918,0),(109181,58,918,0),(109182,59,918,0),(109183,60,918,0),(109184,61,918,0),(109185,62,918,0),(109186,63,918,0),(109187,64,918,0),(109188,65,918,0),(109189,66,918,0),(109190,67,918,0),(109191,68,918,0),(109192,69,918,0),(109193,70,918,0),(109194,71,918,0),(109195,72,918,0),(109196,73,918,0),(109197,74,918,0),(109198,75,918,0),(109199,76,918,0),(109200,77,918,0),(109201,78,918,0),(109202,79,918,0),(109203,80,918,0),(109204,81,918,0),(109205,82,918,0),(109206,83,918,0),(109207,84,918,0),(109208,85,918,0),(109209,86,918,0),(109210,87,918,0),(109211,88,918,0),(109212,89,918,0),(109213,90,918,0),(109214,91,918,0),(109215,92,918,0),(109216,93,918,0),(109217,94,918,0),(109218,95,918,0),(109219,96,918,0),(109220,97,918,0),(109221,98,918,0),(109222,99,918,0),(109223,100,918,0),(109224,101,918,0),(109225,102,918,0),(109226,103,918,0),(109227,104,918,0),(109228,105,918,0),(109229,106,918,0),(109230,107,918,0),(109231,108,918,0.461105330530978),(109232,109,918,0),(109233,110,918,0),(109234,111,918,0),(109235,112,918,0),(109236,113,918,0),(109237,114,918,0),(109238,115,918,0),(109239,116,918,0),(109240,117,918,0),(109241,118,918,0),(109242,119,918,0),(109243,1,919,0),(109244,2,919,0),(109245,3,919,0),(109246,4,919,0),(109247,5,919,0),(109248,6,919,0),(109249,7,919,0),(109250,8,919,0),(109251,9,919,0),(109252,10,919,0),(109253,11,919,0),(109254,12,919,0),(109255,13,919,0),(109256,14,919,0),(109257,15,919,0),(109258,16,919,0),(109259,17,919,0),(109260,18,919,0),(109261,19,919,0),(109262,20,919,0),(109263,21,919,0),(109264,22,919,0),(109265,23,919,0),(109266,24,919,0),(109267,25,919,0),(109268,26,919,0),(109269,27,919,0),(109270,28,919,0),(109271,29,919,0),(109272,30,919,0),(109273,31,919,0),(109274,32,919,0),(109275,33,919,0),(109276,34,919,0),(109277,35,919,0),(109278,36,919,0),(109279,37,919,0),(109280,38,919,0),(109281,39,919,0),(109282,40,919,0),(109283,41,919,0),(109284,42,919,0),(109285,43,919,0),(109286,44,919,0),(109287,45,919,0),(109288,46,919,0),(109289,47,919,0),(109290,48,919,0),(109291,49,919,0),(109292,50,919,0),(109293,51,919,0),(109294,52,919,0),(109295,53,919,0),(109296,54,919,0),(109297,55,919,0),(109298,56,919,0),(109299,57,919,0),(109300,58,919,0),(109301,59,919,0),(109302,60,919,0),(109303,61,919,0),(109304,62,919,0),(109305,63,919,0),(109306,64,919,0),(109307,65,919,0),(109308,66,919,0),(109309,67,919,0),(109310,68,919,0),(109311,69,919,0),(109312,70,919,0),(109313,71,919,0),(109314,72,919,0),(109315,73,919,0),(109316,74,919,0),(109317,75,919,0),(109318,76,919,0),(109319,77,919,0),(109320,78,919,0),(109321,79,919,0),(109322,80,919,0),(109323,81,919,0),(109324,82,919,0),(109325,83,919,0),(109326,84,919,0),(109327,85,919,0),(109328,86,919,0),(109329,87,919,0),(109330,88,919,0),(109331,89,919,0),(109332,90,919,0),(109333,91,919,0),(109334,92,919,0),(109335,93,919,0),(109336,94,919,0),(109337,95,919,0),(109338,96,919,0),(109339,97,919,0),(109340,98,919,0),(109341,99,919,0),(109342,100,919,0),(109343,101,919,0),(109344,102,919,0),(109345,103,919,0),(109346,104,919,0),(109347,105,919,0),(109348,106,919,0),(109349,107,919,0),(109350,108,919,0.25000380592318),(109351,109,919,0),(109352,110,919,0),(109353,111,919,0),(109354,112,919,0),(109355,113,919,0),(109356,114,919,0),(109357,115,919,0),(109358,116,919,0),(109359,117,919,0),(109360,118,919,0),(109361,119,919,0),(109362,1,920,0),(109363,2,920,0),(109364,3,920,0),(109365,4,920,0),(109366,5,920,0),(109367,6,920,0),(109368,7,920,0),(109369,8,920,0),(109370,9,920,0),(109371,10,920,0),(109372,11,920,0),(109373,12,920,0),(109374,13,920,0),(109375,14,920,0),(109376,15,920,0),(109377,16,920,0),(109378,17,920,0),(109379,18,920,0),(109380,19,920,0),(109381,20,920,0),(109382,21,920,0),(109383,22,920,0),(109384,23,920,0),(109385,24,920,0),(109386,25,920,0),(109387,26,920,0),(109388,27,920,0),(109389,28,920,0),(109390,29,920,0),(109391,30,920,0),(109392,31,920,0),(109393,32,920,0),(109394,33,920,0),(109395,34,920,0),(109396,35,920,0),(109397,36,920,0),(109398,37,920,0),(109399,38,920,0),(109400,39,920,0),(109401,40,920,0),(109402,41,920,0),(109403,42,920,0),(109404,43,920,0),(109405,44,920,0),(109406,45,920,0),(109407,46,920,0),(109408,47,920,0),(109409,48,920,0),(109410,49,920,0),(109411,50,920,0),(109412,51,920,0),(109413,52,920,0),(109414,53,920,0),(109415,54,920,0),(109416,55,920,0),(109417,56,920,0),(109418,57,920,0),(109419,58,920,0),(109420,59,920,0),(109421,60,920,0),(109422,61,920,0),(109423,62,920,0),(109424,63,920,0),(109425,64,920,0),(109426,65,920,0),(109427,66,920,0),(109428,67,920,0),(109429,68,920,0),(109430,69,920,0),(109431,70,920,0),(109432,71,920,0),(109433,72,920,0),(109434,73,920,0),(109435,74,920,0),(109436,75,920,0),(109437,76,920,0),(109438,77,920,0),(109439,78,920,0),(109440,79,920,0),(109441,80,920,0),(109442,81,920,0),(109443,82,920,0),(109444,83,920,0),(109445,84,920,0),(109446,85,920,0),(109447,86,920,0),(109448,87,920,0),(109449,88,920,0),(109450,89,920,0),(109451,90,920,0),(109452,91,920,0),(109453,92,920,0),(109454,93,920,0),(109455,94,920,0),(109456,95,920,0),(109457,96,920,0),(109458,97,920,0),(109459,98,920,0),(109460,99,920,0),(109461,100,920,0),(109462,101,920,0),(109463,102,920,0),(109464,103,920,0),(109465,104,920,0),(109466,105,920,0),(109467,106,920,0),(109468,107,920,0),(109469,108,920,0.549996194076821),(109470,109,920,0),(109471,110,920,0),(109472,111,920,0),(109473,112,920,0),(109474,113,920,0),(109475,114,920,0),(109476,115,920,0),(109477,116,920,0),(109478,117,920,0),(109479,118,920,0),(109480,119,920,0),(109481,1,921,0),(109482,2,921,0),(109483,3,921,0),(109484,4,921,0),(109485,5,921,0),(109486,6,921,0),(109487,7,921,0),(109488,8,921,0),(109489,9,921,0),(109490,10,921,0),(109491,11,921,0),(109492,12,921,0),(109493,13,921,0),(109494,14,921,0),(109495,15,921,0),(109496,16,921,0),(109497,17,921,0),(109498,18,921,0),(109499,19,921,0),(109500,20,921,0),(109501,21,921,0),(109502,22,921,0),(109503,23,921,0),(109504,24,921,0),(109505,25,921,0),(109506,26,921,0),(109507,27,921,0),(109508,28,921,0),(109509,29,921,0),(109510,30,921,0),(109511,31,921,0),(109512,32,921,0),(109513,33,921,0),(109514,34,921,0),(109515,35,921,0),(109516,36,921,0),(109517,37,921,0),(109518,38,921,0),(109519,39,921,0),(109520,40,921,0),(109521,41,921,0),(109522,42,921,0),(109523,43,921,0),(109524,44,921,0),(109525,45,921,0),(109526,46,921,0),(109527,47,921,0),(109528,48,921,0),(109529,49,921,0),(109530,50,921,0),(109531,51,921,0),(109532,52,921,0),(109533,53,921,0),(109534,54,921,0),(109535,55,921,0),(109536,56,921,0),(109537,57,921,0),(109538,58,921,0),(109539,59,921,0),(109540,60,921,0),(109541,61,921,0),(109542,62,921,0),(109543,63,921,0),(109544,64,921,0),(109545,65,921,0),(109546,66,921,0),(109547,67,921,0),(109548,68,921,0),(109549,69,921,0),(109550,70,921,0),(109551,71,921,0),(109552,72,921,0),(109553,73,921,0),(109554,74,921,0),(109555,75,921,0),(109556,76,921,0),(109557,77,921,0),(109558,78,921,0),(109559,79,921,0),(109560,80,921,0),(109561,81,921,0),(109562,82,921,0),(109563,83,921,0),(109564,84,921,0),(109565,85,921,0),(109566,86,921,0),(109567,87,921,0),(109568,88,921,0),(109569,89,921,0),(109570,90,921,0),(109571,91,921,0),(109572,92,921,0),(109573,93,921,0),(109574,94,921,0),(109575,95,921,0),(109576,96,921,0),(109577,97,921,0),(109578,98,921,0),(109579,99,921,0),(109580,100,921,0),(109581,101,921,0),(109582,102,921,0),(109583,103,921,0),(109584,104,921,0),(109585,105,921,0),(109586,106,921,0),(109587,107,921,0),(109588,108,921,0.483138869269133),(109589,109,921,0),(109590,110,921,0),(109591,111,921,0),(109592,112,921,0),(109593,113,921,0),(109594,114,921,0),(109595,115,921,0),(109596,116,921,0),(109597,117,921,0),(109598,118,921,0),(109599,119,921,0),(109600,1,922,0),(109601,2,922,0),(109602,3,922,0),(109603,4,922,0),(109604,5,922,0),(109605,6,922,0),(109606,7,922,0),(109607,8,922,0),(109608,9,922,0),(109609,10,922,0),(109610,11,922,0),(109611,12,922,0),(109612,13,922,0),(109613,14,922,0),(109614,15,922,0),(109615,16,922,0),(109616,17,922,0),(109617,18,922,0),(109618,19,922,0),(109619,20,922,0),(109620,21,922,0),(109621,22,922,0),(109622,23,922,0),(109623,24,922,0),(109624,25,922,0),(109625,26,922,0),(109626,27,922,0),(109627,28,922,0),(109628,29,922,0),(109629,30,922,0),(109630,31,922,0),(109631,32,922,0),(109632,33,922,0),(109633,34,922,0),(109634,35,922,0),(109635,36,922,0),(109636,37,922,0),(109637,38,922,0),(109638,39,922,0),(109639,40,922,0),(109640,41,922,0),(109641,42,922,0),(109642,43,922,0),(109643,44,922,0),(109644,45,922,0),(109645,46,922,0),(109646,47,922,0),(109647,48,922,0),(109648,49,922,0),(109649,50,922,0),(109650,51,922,0),(109651,52,922,0),(109652,53,922,0),(109653,54,922,0),(109654,55,922,0),(109655,56,922,0),(109656,57,922,0),(109657,58,922,0),(109658,59,922,0),(109659,60,922,0),(109660,61,922,0),(109661,62,922,0),(109662,63,922,0),(109663,64,922,0),(109664,65,922,0),(109665,66,922,0),(109666,67,922,0),(109667,68,922,0),(109668,69,922,0),(109669,70,922,0),(109670,71,922,0),(109671,72,922,0),(109672,73,922,0),(109673,74,922,0),(109674,75,922,0),(109675,76,922,0),(109676,77,922,0),(109677,78,922,0),(109678,79,922,0),(109679,80,922,0),(109680,81,922,0),(109681,82,922,0),(109682,83,922,0),(109683,84,922,0),(109684,85,922,0),(109685,86,922,0),(109686,87,922,0),(109687,88,922,0),(109688,89,922,0),(109689,90,922,0),(109690,91,922,0),(109691,92,922,0),(109692,93,922,0),(109693,94,922,0),(109694,95,922,0),(109695,96,922,0),(109696,97,922,0),(109697,98,922,0),(109698,99,922,0),(109699,100,922,0),(109700,101,922,0),(109701,102,922,0),(109702,103,922,0),(109703,104,922,0),(109704,105,922,0),(109705,106,922,0),(109706,107,922,0),(109707,108,922,0.516861130730867),(109708,109,922,0),(109709,110,922,0),(109710,111,922,0),(109711,112,922,0),(109712,113,922,0),(109713,114,922,0),(109714,115,922,0),(109715,116,922,0),(109716,117,922,0),(109717,118,922,0),(109718,119,922,0),(109719,1,923,0),(109720,2,923,0),(109721,3,923,0),(109722,4,923,0),(109723,5,923,0),(109724,6,923,0),(109725,7,923,0),(109726,8,923,0),(109727,9,923,0),(109728,10,923,0),(109729,11,923,0),(109730,12,923,0),(109731,13,923,0),(109732,14,923,0),(109733,15,923,0),(109734,16,923,0),(109735,17,923,0),(109736,18,923,0),(109737,19,923,0),(109738,20,923,0),(109739,21,923,0),(109740,22,923,0),(109741,23,923,0),(109742,24,923,0),(109743,25,923,0),(109744,26,923,0),(109745,27,923,0),(109746,28,923,0),(109747,29,923,0),(109748,30,923,0),(109749,31,923,0),(109750,32,923,0),(109751,33,923,0),(109752,34,923,0),(109753,35,923,0),(109754,36,923,0),(109755,37,923,0),(109756,38,923,0),(109757,39,923,0),(109758,40,923,0),(109759,41,923,0),(109760,42,923,0),(109761,43,923,0),(109762,44,923,0),(109763,45,923,0),(109764,46,923,0),(109765,47,923,0),(109766,48,923,0),(109767,49,923,0),(109768,50,923,0),(109769,51,923,0),(109770,52,923,0),(109771,53,923,0),(109772,54,923,0),(109773,55,923,0),(109774,56,923,0),(109775,57,923,0),(109776,58,923,0),(109777,59,923,0),(109778,60,923,0),(109779,61,923,0),(109780,62,923,0),(109781,63,923,0),(109782,64,923,0),(109783,65,923,0),(109784,66,923,0),(109785,67,923,0),(109786,68,923,0),(109787,69,923,0),(109788,70,923,0),(109789,71,923,0),(109790,72,923,0),(109791,73,923,0),(109792,74,923,0),(109793,75,923,0),(109794,76,923,0),(109795,77,923,0),(109796,78,923,0),(109797,79,923,0),(109798,80,923,0),(109799,81,923,0),(109800,82,923,0),(109801,83,923,0),(109802,84,923,0),(109803,85,923,0),(109804,86,923,0),(109805,87,923,0),(109806,88,923,0),(109807,89,923,0),(109808,90,923,0),(109809,91,923,0),(109810,92,923,0),(109811,93,923,0),(109812,94,923,0),(109813,95,923,0),(109814,96,923,0),(109815,97,923,0),(109816,98,923,0),(109817,99,923,0),(109818,100,923,0),(109819,101,923,0),(109820,102,923,0),(109821,103,923,0),(109822,104,923,0),(109823,105,923,0),(109824,106,923,0),(109825,107,923,0),(109826,108,923,0),(109827,109,923,0.263478707777616),(109828,110,923,0),(109829,111,923,0),(109830,112,923,0),(109831,113,923,0),(109832,114,923,0),(109833,115,923,0),(109834,116,923,0),(109835,117,923,0),(109836,118,923,0),(109837,119,923,0),(109838,1,924,0),(109839,2,924,0),(109840,3,924,0),(109841,4,924,0),(109842,5,924,0),(109843,6,924,0),(109844,7,924,0),(109845,8,924,0),(109846,9,924,0),(109847,10,924,0),(109848,11,924,0),(109849,12,924,0),(109850,13,924,0),(109851,14,924,0),(109852,15,924,0),(109853,16,924,0),(109854,17,924,0),(109855,18,924,0),(109856,19,924,0),(109857,20,924,0),(109858,21,924,0),(109859,22,924,0),(109860,23,924,0),(109861,24,924,0),(109862,25,924,0),(109863,26,924,0),(109864,27,924,0),(109865,28,924,0),(109866,29,924,0),(109867,30,924,0),(109868,31,924,0),(109869,32,924,0),(109870,33,924,0),(109871,34,924,0),(109872,35,924,0),(109873,36,924,0),(109874,37,924,0),(109875,38,924,0),(109876,39,924,0),(109877,40,924,0),(109878,41,924,0),(109879,42,924,0),(109880,43,924,0),(109881,44,924,0),(109882,45,924,0),(109883,46,924,0),(109884,47,924,0),(109885,48,924,0),(109886,49,924,0),(109887,50,924,0),(109888,51,924,0),(109889,52,924,0),(109890,53,924,0),(109891,54,924,0),(109892,55,924,0),(109893,56,924,0),(109894,57,924,0),(109895,58,924,0),(109896,59,924,0),(109897,60,924,0),(109898,61,924,0),(109899,62,924,0),(109900,63,924,0),(109901,64,924,0),(109902,65,924,0),(109903,66,924,0),(109904,67,924,0),(109905,68,924,0),(109906,69,924,0),(109907,70,924,0),(109908,71,924,0),(109909,72,924,0),(109910,73,924,0),(109911,74,924,0),(109912,75,924,0),(109913,76,924,0),(109914,77,924,0),(109915,78,924,0),(109916,79,924,0),(109917,80,924,0),(109918,81,924,0),(109919,82,924,0),(109920,83,924,0),(109921,84,924,0),(109922,85,924,0),(109923,86,924,0),(109924,87,924,0),(109925,88,924,0),(109926,89,924,0),(109927,90,924,0),(109928,91,924,0),(109929,92,924,0),(109930,93,924,0),(109931,94,924,0),(109932,95,924,0),(109933,96,924,0),(109934,97,924,0),(109935,98,924,0),(109936,99,924,0),(109937,100,924,0),(109938,101,924,0),(109939,102,924,0),(109940,103,924,0),(109941,104,924,0),(109942,105,924,0),(109943,106,924,0),(109944,107,924,0),(109945,108,924,0),(109946,109,924,0.162412161470053),(109947,110,924,0),(109948,111,924,0),(109949,112,924,0),(109950,113,924,0),(109951,114,924,0),(109952,115,924,0),(109953,116,924,0),(109954,117,924,0),(109955,118,924,0),(109956,119,924,0),(109957,1,925,0),(109958,2,925,0),(109959,3,925,0),(109960,4,925,0),(109961,5,925,0),(109962,6,925,0),(109963,7,925,0),(109964,8,925,0),(109965,9,925,0),(109966,10,925,0),(109967,11,925,0),(109968,12,925,0),(109969,13,925,0),(109970,14,925,0),(109971,15,925,0),(109972,16,925,0),(109973,17,925,0),(109974,18,925,0),(109975,19,925,0),(109976,20,925,0),(109977,21,925,0),(109978,22,925,0),(109979,23,925,0),(109980,24,925,0),(109981,25,925,0),(109982,26,925,0),(109983,27,925,0),(109984,28,925,0),(109985,29,925,0),(109986,30,925,0),(109987,31,925,0),(109988,32,925,0),(109989,33,925,0),(109990,34,925,0),(109991,35,925,0),(109992,36,925,0),(109993,37,925,0),(109994,38,925,0),(109995,39,925,0),(109996,40,925,0),(109997,41,925,0),(109998,42,925,0),(109999,43,925,0),(110000,44,925,0),(110001,45,925,0),(110002,46,925,0),(110003,47,925,0),(110004,48,925,0),(110005,49,925,0),(110006,50,925,0),(110007,51,925,0),(110008,52,925,0),(110009,53,925,0),(110010,54,925,0),(110011,55,925,0),(110012,56,925,0),(110013,57,925,0),(110014,58,925,0),(110015,59,925,0),(110016,60,925,0),(110017,61,925,0),(110018,62,925,0),(110019,63,925,0),(110020,64,925,0),(110021,65,925,0),(110022,66,925,0),(110023,67,925,0),(110024,68,925,0),(110025,69,925,0),(110026,70,925,0),(110027,71,925,0),(110028,72,925,0),(110029,73,925,0),(110030,74,925,0),(110031,75,925,0),(110032,76,925,0),(110033,77,925,0),(110034,78,925,0),(110035,79,925,0),(110036,80,925,0),(110037,81,925,0),(110038,82,925,0),(110039,83,925,0),(110040,84,925,0),(110041,85,925,0),(110042,86,925,0),(110043,87,925,0),(110044,88,925,0),(110045,89,925,0),(110046,90,925,0),(110047,91,925,0),(110048,92,925,0),(110049,93,925,0),(110050,94,925,0),(110051,95,925,0),(110052,96,925,0),(110053,97,925,0),(110054,98,925,0),(110055,99,925,0),(110056,100,925,0),(110057,101,925,0),(110058,102,925,0),(110059,103,925,0),(110060,104,925,0),(110061,105,925,0),(110062,106,925,0),(110063,107,925,0),(110064,108,925,0),(110065,109,925,0.0741091307523314),(110066,110,925,0),(110067,111,925,0),(110068,112,925,0),(110069,113,925,0),(110070,114,925,0),(110071,115,925,0),(110072,116,925,0),(110073,117,925,0),(110074,118,925,0),(110075,119,925,0),(110076,1,926,0),(110077,2,926,0),(110078,3,926,0),(110079,4,926,0),(110080,5,926,0),(110081,6,926,0),(110082,7,926,0),(110083,8,926,0),(110084,9,926,0),(110085,10,926,0),(110086,11,926,0),(110087,12,926,0),(110088,13,926,0),(110089,14,926,0),(110090,15,926,0),(110091,16,926,0),(110092,17,926,0),(110093,18,926,0),(110094,19,926,0),(110095,20,926,0),(110096,21,926,0),(110097,22,926,0),(110098,23,926,0),(110099,24,926,0),(110100,25,926,0),(110101,26,926,0),(110102,27,926,0),(110103,28,926,0),(110104,29,926,0),(110105,30,926,0),(110106,31,926,0),(110107,32,926,0),(110108,33,926,0),(110109,34,926,0),(110110,35,926,0),(110111,36,926,0),(110112,37,926,0),(110113,38,926,0),(110114,39,926,0),(110115,40,926,0),(110116,41,926,0),(110117,42,926,0),(110118,43,926,0),(110119,44,926,0),(110120,45,926,0),(110121,46,926,0),(110122,47,926,0),(110123,48,926,0),(110124,49,926,0),(110125,50,926,0),(110126,51,926,0),(110127,52,926,0),(110128,53,926,0),(110129,54,926,0),(110130,55,926,0),(110131,56,926,0),(110132,57,926,0),(110133,58,926,0),(110134,59,926,0),(110135,60,926,0),(110136,61,926,0),(110137,62,926,0),(110138,63,926,0),(110139,64,926,0),(110140,65,926,0),(110141,66,926,0),(110142,67,926,0),(110143,68,926,0),(110144,69,926,0),(110145,70,926,0),(110146,71,926,0),(110147,72,926,0),(110148,73,926,0),(110149,74,926,0),(110150,75,926,0),(110151,76,926,0),(110152,77,926,0),(110153,78,926,0),(110154,79,926,0),(110155,80,926,0),(110156,81,926,0),(110157,82,926,0),(110158,83,926,0),(110159,84,926,0),(110160,85,926,0),(110161,86,926,0),(110162,87,926,0),(110163,88,926,0),(110164,89,926,0),(110165,90,926,0),(110166,91,926,0),(110167,92,926,0),(110168,93,926,0),(110169,94,926,0),(110170,95,926,0),(110171,96,926,0),(110172,97,926,0),(110173,98,926,0),(110174,99,926,0),(110175,100,926,0),(110176,101,926,0),(110177,102,926,0),(110178,103,926,0),(110179,104,926,0),(110180,105,926,0),(110181,106,926,0),(110182,107,926,0),(110183,108,926,0),(110184,109,926,0.12716942045375),(110185,110,926,0),(110186,111,926,0),(110187,112,926,0),(110188,113,926,0),(110189,114,926,0),(110190,115,926,0),(110191,116,926,0),(110192,117,926,0),(110193,118,926,0),(110194,119,926,0),(110195,1,927,0),(110196,2,927,0),(110197,3,927,0),(110198,4,927,0),(110199,5,927,0),(110200,6,927,0),(110201,7,927,0),(110202,8,927,0),(110203,9,927,0),(110204,10,927,0),(110205,11,927,0),(110206,12,927,0),(110207,13,927,0),(110208,14,927,0),(110209,15,927,0),(110210,16,927,0),(110211,17,927,0),(110212,18,927,0),(110213,19,927,0),(110214,20,927,0),(110215,21,927,0),(110216,22,927,0),(110217,23,927,0),(110218,24,927,0),(110219,25,927,0),(110220,26,927,0),(110221,27,927,0),(110222,28,927,0),(110223,29,927,0),(110224,30,927,0),(110225,31,927,0),(110226,32,927,0),(110227,33,927,0),(110228,34,927,0),(110229,35,927,0),(110230,36,927,0),(110231,37,927,0),(110232,38,927,0),(110233,39,927,0),(110234,40,927,0),(110235,41,927,0),(110236,42,927,0),(110237,43,927,0),(110238,44,927,0),(110239,45,927,0),(110240,46,927,0),(110241,47,927,0),(110242,48,927,0),(110243,49,927,0),(110244,50,927,0),(110245,51,927,0),(110246,52,927,0),(110247,53,927,0),(110248,54,927,0),(110249,55,927,0),(110250,56,927,0),(110251,57,927,0),(110252,58,927,0),(110253,59,927,0),(110254,60,927,0),(110255,61,927,0),(110256,62,927,0),(110257,63,927,0),(110258,64,927,0),(110259,65,927,0),(110260,66,927,0),(110261,67,927,0),(110262,68,927,0),(110263,69,927,0),(110264,70,927,0),(110265,71,927,0),(110266,72,927,0),(110267,73,927,0),(110268,74,927,0),(110269,75,927,0),(110270,76,927,0),(110271,77,927,0),(110272,78,927,0),(110273,79,927,0),(110274,80,927,0),(110275,81,927,0),(110276,82,927,0),(110277,83,927,0),(110278,84,927,0),(110279,85,927,0),(110280,86,927,0),(110281,87,927,0),(110282,88,927,0),(110283,89,927,0),(110284,90,927,0),(110285,91,927,0),(110286,92,927,0),(110287,93,927,0),(110288,94,927,0),(110289,95,927,0),(110290,96,927,0),(110291,97,927,0),(110292,98,927,0),(110293,99,927,0),(110294,100,927,0),(110295,101,927,0),(110296,102,927,0),(110297,103,927,0),(110298,104,927,0),(110299,105,927,0),(110300,106,927,0),(110301,107,927,0),(110302,108,927,0),(110303,109,927,0.230382681057972),(110304,110,927,0),(110305,111,927,0),(110306,112,927,0),(110307,113,927,0),(110308,114,927,0),(110309,115,927,0),(110310,116,927,0),(110311,117,927,0),(110312,118,927,0),(110313,119,927,0),(110314,1,928,0),(110315,2,928,0),(110316,3,928,0),(110317,4,928,0),(110318,5,928,0),(110319,6,928,0),(110320,7,928,0),(110321,8,928,0),(110322,9,928,0),(110323,10,928,0),(110324,11,928,0),(110325,12,928,0),(110326,13,928,0),(110327,14,928,0),(110328,15,928,0),(110329,16,928,0),(110330,17,928,0),(110331,18,928,0),(110332,19,928,0),(110333,20,928,0),(110334,21,928,0),(110335,22,928,0),(110336,23,928,0),(110337,24,928,0),(110338,25,928,0),(110339,26,928,0),(110340,27,928,0),(110341,28,928,0),(110342,29,928,0),(110343,30,928,0),(110344,31,928,0),(110345,32,928,0),(110346,33,928,0),(110347,34,928,0),(110348,35,928,0),(110349,36,928,0),(110350,37,928,0),(110351,38,928,0),(110352,39,928,0),(110353,40,928,0),(110354,41,928,0),(110355,42,928,0),(110356,43,928,0),(110357,44,928,0),(110358,45,928,0),(110359,46,928,0),(110360,47,928,0),(110361,48,928,0),(110362,49,928,0),(110363,50,928,0),(110364,51,928,0),(110365,52,928,0),(110366,53,928,0),(110367,54,928,0),(110368,55,928,0),(110369,56,928,0),(110370,57,928,0),(110371,58,928,0),(110372,59,928,0),(110373,60,928,0),(110374,61,928,0),(110375,62,928,0),(110376,63,928,0),(110377,64,928,0),(110378,65,928,0),(110379,66,928,0),(110380,67,928,0),(110381,68,928,0),(110382,69,928,0),(110383,70,928,0),(110384,71,928,0),(110385,72,928,0),(110386,73,928,0),(110387,74,928,0),(110388,75,928,0),(110389,76,928,0),(110390,77,928,0),(110391,78,928,0),(110392,79,928,0),(110393,80,928,0),(110394,81,928,0),(110395,82,928,0),(110396,83,928,0),(110397,84,928,0),(110398,85,928,0),(110399,86,928,0),(110400,87,928,0),(110401,88,928,0),(110402,89,928,0),(110403,90,928,0),(110404,91,928,0),(110405,92,928,0),(110406,93,928,0),(110407,94,928,0),(110408,95,928,0),(110409,96,928,0),(110410,97,928,0),(110411,98,928,0),(110412,99,928,0),(110413,100,928,0),(110414,101,928,0),(110415,102,928,0),(110416,103,928,0),(110417,104,928,0),(110418,105,928,0),(110419,106,928,0),(110420,107,928,0),(110421,108,928,0),(110422,109,928,0.442447898488278),(110423,110,928,0),(110424,111,928,0),(110425,112,928,0),(110426,113,928,0),(110427,114,928,0),(110428,115,928,0),(110429,116,928,0),(110430,117,928,0),(110431,118,928,0),(110432,119,928,0),(110433,1,929,0),(110434,2,929,0),(110435,3,929,0),(110436,4,929,0),(110437,5,929,0),(110438,6,929,0),(110439,7,929,0),(110440,8,929,0),(110441,9,929,0),(110442,10,929,0),(110443,11,929,0),(110444,12,929,0),(110445,13,929,0),(110446,14,929,0),(110447,15,929,0),(110448,16,929,0),(110449,17,929,0),(110450,18,929,0),(110451,19,929,0),(110452,20,929,0),(110453,21,929,0),(110454,22,929,0),(110455,23,929,0),(110456,24,929,0),(110457,25,929,0),(110458,26,929,0),(110459,27,929,0),(110460,28,929,0),(110461,29,929,0),(110462,30,929,0),(110463,31,929,0),(110464,32,929,0),(110465,33,929,0),(110466,34,929,0),(110467,35,929,0),(110468,36,929,0),(110469,37,929,0),(110470,38,929,0),(110471,39,929,0),(110472,40,929,0),(110473,41,929,0),(110474,42,929,0),(110475,43,929,0),(110476,44,929,0),(110477,45,929,0),(110478,46,929,0),(110479,47,929,0),(110480,48,929,0),(110481,49,929,0),(110482,50,929,0),(110483,51,929,0),(110484,52,929,0),(110485,53,929,0),(110486,54,929,0),(110487,55,929,0),(110488,56,929,0),(110489,57,929,0),(110490,58,929,0),(110491,59,929,0),(110492,60,929,0),(110493,61,929,0),(110494,62,929,0),(110495,63,929,0),(110496,64,929,0),(110497,65,929,0),(110498,66,929,0),(110499,67,929,0),(110500,68,929,0),(110501,69,929,0),(110502,70,929,0),(110503,71,929,0),(110504,72,929,0),(110505,73,929,0),(110506,74,929,0),(110507,75,929,0),(110508,76,929,0),(110509,77,929,0),(110510,78,929,0),(110511,79,929,0),(110512,80,929,0),(110513,81,929,0),(110514,82,929,0),(110515,83,929,0),(110516,84,929,0),(110517,85,929,0),(110518,86,929,0),(110519,87,929,0),(110520,88,929,0),(110521,89,929,0),(110522,90,929,0),(110523,91,929,0),(110524,92,929,0),(110525,93,929,0),(110526,94,929,0),(110527,95,929,0),(110528,96,929,0),(110529,97,929,0),(110530,98,929,0),(110531,99,929,0),(110532,100,929,0),(110533,101,929,0),(110534,102,929,0),(110535,103,929,0),(110536,104,929,0),(110537,105,929,0),(110538,106,929,0),(110539,107,929,0),(110540,108,929,0),(110541,109,929,0.0983015311415199),(110542,110,929,0),(110543,111,929,0),(110544,112,929,0),(110545,113,929,0),(110546,114,929,0),(110547,115,929,0),(110548,116,929,0),(110549,117,929,0),(110550,118,929,0),(110551,119,929,0),(110552,1,930,0),(110553,2,930,0),(110554,3,930,0),(110555,4,930,0),(110556,5,930,0),(110557,6,930,0),(110558,7,930,0),(110559,8,930,0),(110560,9,930,0),(110561,10,930,0),(110562,11,930,0),(110563,12,930,0),(110564,13,930,0),(110565,14,930,0),(110566,15,930,0),(110567,16,930,0),(110568,17,930,0),(110569,18,930,0),(110570,19,930,0),(110571,20,930,0),(110572,21,930,0),(110573,22,930,0),(110574,23,930,0),(110575,24,930,0),(110576,25,930,0),(110577,26,930,0),(110578,27,930,0),(110579,28,930,0),(110580,29,930,0),(110581,30,930,0),(110582,31,930,0),(110583,32,930,0),(110584,33,930,0),(110585,34,930,0),(110586,35,930,0),(110587,36,930,0),(110588,37,930,0),(110589,38,930,0),(110590,39,930,0),(110591,40,930,0),(110592,41,930,0),(110593,42,930,0),(110594,43,930,0),(110595,44,930,0),(110596,45,930,0),(110597,46,930,0),(110598,47,930,0),(110599,48,930,0),(110600,49,930,0),(110601,50,930,0),(110602,51,930,0),(110603,52,930,0),(110604,53,930,0),(110605,54,930,0),(110606,55,930,0),(110607,56,930,0),(110608,57,930,0),(110609,58,930,0),(110610,59,930,0),(110611,60,930,0),(110612,61,930,0),(110613,62,930,0),(110614,63,930,0),(110615,64,930,0),(110616,65,930,0),(110617,66,930,0),(110618,67,930,0),(110619,68,930,0),(110620,69,930,0),(110621,70,930,0),(110622,71,930,0),(110623,72,930,0),(110624,73,930,0),(110625,74,930,0),(110626,75,930,0),(110627,76,930,0),(110628,77,930,0),(110629,78,930,0),(110630,79,930,0),(110631,80,930,0),(110632,81,930,0),(110633,82,930,0),(110634,83,930,0),(110635,84,930,0),(110636,85,930,0),(110637,86,930,0),(110638,87,930,0),(110639,88,930,0),(110640,89,930,0),(110641,90,930,0),(110642,91,930,0),(110643,92,930,0),(110644,93,930,0),(110645,94,930,0),(110646,95,930,0),(110647,96,930,0),(110648,97,930,0),(110649,98,930,0),(110650,99,930,0),(110651,100,930,0),(110652,101,930,0),(110653,102,930,0),(110654,103,930,0),(110655,104,930,0),(110656,105,930,0),(110657,106,930,0),(110658,107,930,0),(110659,108,930,0),(110660,109,930,0.810223631609124),(110661,110,930,0),(110662,111,930,0),(110663,112,930,0),(110664,113,930,0),(110665,114,930,0),(110666,115,930,0),(110667,116,930,0),(110668,117,930,0),(110669,118,930,0),(110670,119,930,0),(110671,1,931,0),(110672,2,931,0),(110673,3,931,0),(110674,4,931,0),(110675,5,931,0),(110676,6,931,0),(110677,7,931,0),(110678,8,931,0),(110679,9,931,0),(110680,10,931,0),(110681,11,931,0),(110682,12,931,0),(110683,13,931,0),(110684,14,931,0),(110685,15,931,0),(110686,16,931,0),(110687,17,931,0),(110688,18,931,0),(110689,19,931,0),(110690,20,931,0),(110691,21,931,0),(110692,22,931,0),(110693,23,931,0),(110694,24,931,0),(110695,25,931,0),(110696,26,931,0),(110697,27,931,0),(110698,28,931,0),(110699,29,931,0),(110700,30,931,0),(110701,31,931,0),(110702,32,931,0),(110703,33,931,0),(110704,34,931,0),(110705,35,931,0),(110706,36,931,0),(110707,37,931,0),(110708,38,931,0),(110709,39,931,0),(110710,40,931,0),(110711,41,931,0),(110712,42,931,0),(110713,43,931,0),(110714,44,931,0),(110715,45,931,0),(110716,46,931,0),(110717,47,931,0),(110718,48,931,0),(110719,49,931,0),(110720,50,931,0),(110721,51,931,0),(110722,52,931,0),(110723,53,931,0),(110724,54,931,0),(110725,55,931,0),(110726,56,931,0),(110727,57,931,0),(110728,58,931,0),(110729,59,931,0),(110730,60,931,0),(110731,61,931,0),(110732,62,931,0),(110733,63,931,0),(110734,64,931,0),(110735,65,931,0),(110736,66,931,0),(110737,67,931,0),(110738,68,931,0),(110739,69,931,0),(110740,70,931,0),(110741,71,931,0),(110742,72,931,0),(110743,73,931,0),(110744,74,931,0),(110745,75,931,0),(110746,76,931,0),(110747,77,931,0),(110748,78,931,0),(110749,79,931,0),(110750,80,931,0),(110751,81,931,0),(110752,82,931,0),(110753,83,931,0),(110754,84,931,0),(110755,85,931,0),(110756,86,931,0),(110757,87,931,0),(110758,88,931,0),(110759,89,931,0),(110760,90,931,0),(110761,91,931,0),(110762,92,931,0),(110763,93,931,0),(110764,94,931,0),(110765,95,931,0),(110766,96,931,0),(110767,97,931,0),(110768,98,931,0),(110769,99,931,0),(110770,100,931,0),(110771,101,931,0),(110772,102,931,0),(110773,103,931,0),(110774,104,931,0),(110775,105,931,0),(110776,106,931,0),(110777,107,931,0),(110778,108,931,0),(110779,109,931,0.0914748372493564),(110780,110,931,0),(110781,111,931,0),(110782,112,931,0),(110783,113,931,0),(110784,114,931,0),(110785,115,931,0),(110786,116,931,0),(110787,117,931,0),(110788,118,931,0),(110789,119,931,0),(110790,1,932,0),(110791,2,932,0),(110792,3,932,0),(110793,4,932,0),(110794,5,932,0),(110795,6,932,0),(110796,7,932,0),(110797,8,932,0),(110798,9,932,0),(110799,10,932,0),(110800,11,932,0),(110801,12,932,0),(110802,13,932,0),(110803,14,932,0),(110804,15,932,0),(110805,16,932,0),(110806,17,932,0),(110807,18,932,0),(110808,19,932,0),(110809,20,932,0),(110810,21,932,0),(110811,22,932,0),(110812,23,932,0),(110813,24,932,0),(110814,25,932,0),(110815,26,932,0),(110816,27,932,0),(110817,28,932,0),(110818,29,932,0),(110819,30,932,0),(110820,31,932,0),(110821,32,932,0),(110822,33,932,0),(110823,34,932,0),(110824,35,932,0),(110825,36,932,0),(110826,37,932,0),(110827,38,932,0),(110828,39,932,0),(110829,40,932,0),(110830,41,932,0),(110831,42,932,0),(110832,43,932,0),(110833,44,932,0),(110834,45,932,0),(110835,46,932,0),(110836,47,932,0),(110837,48,932,0),(110838,49,932,0),(110839,50,932,0),(110840,51,932,0),(110841,52,932,0),(110842,53,932,0),(110843,54,932,0),(110844,55,932,0),(110845,56,932,0),(110846,57,932,0),(110847,58,932,0),(110848,59,932,0),(110849,60,932,0),(110850,61,932,0),(110851,62,932,0),(110852,63,932,0),(110853,64,932,0),(110854,65,932,0),(110855,66,932,0),(110856,67,932,0),(110857,68,932,0),(110858,69,932,0),(110859,70,932,0),(110860,71,932,0),(110861,72,932,0),(110862,73,932,0),(110863,74,932,0),(110864,75,932,0),(110865,76,932,0),(110866,77,932,0),(110867,78,932,0),(110868,79,932,0),(110869,80,932,0),(110870,81,932,0),(110871,82,932,0),(110872,83,932,0),(110873,84,932,0),(110874,85,932,0),(110875,86,932,0),(110876,87,932,0),(110877,88,932,0),(110878,89,932,0),(110879,90,932,0),(110880,91,932,0),(110881,92,932,0),(110882,93,932,0),(110883,94,932,0),(110884,95,932,0),(110885,96,932,0),(110886,97,932,0),(110887,98,932,0),(110888,99,932,0),(110889,100,932,0),(110890,101,932,0),(110891,102,932,0),(110892,103,932,0),(110893,104,932,0),(110894,105,932,0),(110895,106,932,0),(110896,107,932,0),(110897,108,932,0),(110898,109,932,0),(110899,110,932,0.373149847731421),(110900,111,932,0),(110901,112,932,0),(110902,113,932,0),(110903,114,932,0),(110904,115,932,0),(110905,116,932,0),(110906,117,932,0),(110907,118,932,0),(110908,119,932,0),(110909,1,933,0),(110910,2,933,0),(110911,3,933,0),(110912,4,933,0),(110913,5,933,0),(110914,6,933,0),(110915,7,933,0),(110916,8,933,0),(110917,9,933,0),(110918,10,933,0),(110919,11,933,0),(110920,12,933,0),(110921,13,933,0),(110922,14,933,0),(110923,15,933,0),(110924,16,933,0),(110925,17,933,0),(110926,18,933,0),(110927,19,933,0),(110928,20,933,0),(110929,21,933,0),(110930,22,933,0),(110931,23,933,0),(110932,24,933,0),(110933,25,933,0),(110934,26,933,0),(110935,27,933,0),(110936,28,933,0),(110937,29,933,0),(110938,30,933,0),(110939,31,933,0),(110940,32,933,0),(110941,33,933,0),(110942,34,933,0),(110943,35,933,0),(110944,36,933,0),(110945,37,933,0),(110946,38,933,0),(110947,39,933,0),(110948,40,933,0),(110949,41,933,0),(110950,42,933,0),(110951,43,933,0),(110952,44,933,0),(110953,45,933,0),(110954,46,933,0),(110955,47,933,0),(110956,48,933,0),(110957,49,933,0),(110958,50,933,0),(110959,51,933,0),(110960,52,933,0),(110961,53,933,0),(110962,54,933,0),(110963,55,933,0),(110964,56,933,0),(110965,57,933,0),(110966,58,933,0),(110967,59,933,0),(110968,60,933,0),(110969,61,933,0),(110970,62,933,0),(110971,63,933,0),(110972,64,933,0),(110973,65,933,0),(110974,66,933,0),(110975,67,933,0),(110976,68,933,0),(110977,69,933,0),(110978,70,933,0),(110979,71,933,0),(110980,72,933,0),(110981,73,933,0),(110982,74,933,0),(110983,75,933,0),(110984,76,933,0),(110985,77,933,0),(110986,78,933,0),(110987,79,933,0),(110988,80,933,0),(110989,81,933,0),(110990,82,933,0),(110991,83,933,0),(110992,84,933,0),(110993,85,933,0),(110994,86,933,0),(110995,87,933,0),(110996,88,933,0),(110997,89,933,0),(110998,90,933,0),(110999,91,933,0),(111000,92,933,0),(111001,93,933,0),(111002,94,933,0),(111003,95,933,0),(111004,96,933,0),(111005,97,933,0),(111006,98,933,0),(111007,99,933,0),(111008,100,933,0),(111009,101,933,0),(111010,102,933,0),(111011,103,933,0),(111012,104,933,0),(111013,105,933,0),(111014,106,933,0),(111015,107,933,0),(111016,108,933,0),(111017,109,933,0),(111018,110,933,0.126850152268579),(111019,111,933,0),(111020,112,933,0),(111021,113,933,0),(111022,114,933,0),(111023,115,933,0),(111024,116,933,0),(111025,117,933,0),(111026,118,933,0),(111027,119,933,0),(111028,1,934,0),(111029,2,934,0),(111030,3,934,0),(111031,4,934,0),(111032,5,934,0),(111033,6,934,0),(111034,7,934,0),(111035,8,934,0),(111036,9,934,0),(111037,10,934,0),(111038,11,934,0),(111039,12,934,0),(111040,13,934,0),(111041,14,934,0),(111042,15,934,0),(111043,16,934,0),(111044,17,934,0),(111045,18,934,0),(111046,19,934,0),(111047,20,934,0),(111048,21,934,0),(111049,22,934,0),(111050,23,934,0),(111051,24,934,0),(111052,25,934,0),(111053,26,934,0),(111054,27,934,0),(111055,28,934,0),(111056,29,934,0),(111057,30,934,0),(111058,31,934,0),(111059,32,934,0),(111060,33,934,0),(111061,34,934,0),(111062,35,934,0),(111063,36,934,0),(111064,37,934,0),(111065,38,934,0),(111066,39,934,0),(111067,40,934,0),(111068,41,934,0),(111069,42,934,0),(111070,43,934,0),(111071,44,934,0),(111072,45,934,0),(111073,46,934,0),(111074,47,934,0),(111075,48,934,0),(111076,49,934,0),(111077,50,934,0),(111078,51,934,0),(111079,52,934,0),(111080,53,934,0),(111081,54,934,0),(111082,55,934,0),(111083,56,934,0),(111084,57,934,0),(111085,58,934,0),(111086,59,934,0),(111087,60,934,0),(111088,61,934,0),(111089,62,934,0),(111090,63,934,0),(111091,64,934,0),(111092,65,934,0),(111093,66,934,0),(111094,67,934,0),(111095,68,934,0),(111096,69,934,0),(111097,70,934,0),(111098,71,934,0),(111099,72,934,0),(111100,73,934,0),(111101,74,934,0),(111102,75,934,0),(111103,76,934,0),(111104,77,934,0),(111105,78,934,0),(111106,79,934,0),(111107,80,934,0),(111108,81,934,0),(111109,82,934,0),(111110,83,934,0),(111111,84,934,0),(111112,85,934,0),(111113,86,934,0),(111114,87,934,0),(111115,88,934,0),(111116,89,934,0),(111117,90,934,0),(111118,91,934,0),(111119,92,934,0),(111120,93,934,0),(111121,94,934,0),(111122,95,934,0),(111123,96,934,0),(111124,97,934,0),(111125,98,934,0),(111126,99,934,0),(111127,100,934,0),(111128,101,934,0),(111129,102,934,0),(111130,103,934,0),(111131,104,934,0),(111132,105,934,0),(111133,106,934,0),(111134,107,934,0),(111135,108,934,0),(111136,109,934,0),(111137,110,934,0.331320859836157),(111138,111,934,0),(111139,112,934,0),(111140,113,934,0),(111141,114,934,0),(111142,115,934,0),(111143,116,934,0),(111144,117,934,0),(111145,118,934,0),(111146,119,934,0),(111147,1,935,0),(111148,2,935,0),(111149,3,935,0),(111150,4,935,0),(111151,5,935,0),(111152,6,935,0),(111153,7,935,0),(111154,8,935,0),(111155,9,935,0),(111156,10,935,0),(111157,11,935,0),(111158,12,935,0),(111159,13,935,0),(111160,14,935,0),(111161,15,935,0),(111162,16,935,0),(111163,17,935,0),(111164,18,935,0),(111165,19,935,0),(111166,20,935,0),(111167,21,935,0),(111168,22,935,0),(111169,23,935,0),(111170,24,935,0),(111171,25,935,0),(111172,26,935,0),(111173,27,935,0),(111174,28,935,0),(111175,29,935,0),(111176,30,935,0),(111177,31,935,0),(111178,32,935,0),(111179,33,935,0),(111180,34,935,0),(111181,35,935,0),(111182,36,935,0),(111183,37,935,0),(111184,38,935,0),(111185,39,935,0),(111186,40,935,0),(111187,41,935,0),(111188,42,935,0),(111189,43,935,0),(111190,44,935,0),(111191,45,935,0),(111192,46,935,0),(111193,47,935,0),(111194,48,935,0),(111195,49,935,0),(111196,50,935,0),(111197,51,935,0),(111198,52,935,0),(111199,53,935,0),(111200,54,935,0),(111201,55,935,0),(111202,56,935,0),(111203,57,935,0),(111204,58,935,0),(111205,59,935,0),(111206,60,935,0),(111207,61,935,0),(111208,62,935,0),(111209,63,935,0),(111210,64,935,0),(111211,65,935,0),(111212,66,935,0),(111213,67,935,0),(111214,68,935,0),(111215,69,935,0),(111216,70,935,0),(111217,71,935,0),(111218,72,935,0),(111219,73,935,0),(111220,74,935,0),(111221,75,935,0),(111222,76,935,0),(111223,77,935,0),(111224,78,935,0),(111225,79,935,0),(111226,80,935,0),(111227,81,935,0),(111228,82,935,0),(111229,83,935,0),(111230,84,935,0),(111231,85,935,0),(111232,86,935,0),(111233,87,935,0),(111234,88,935,0),(111235,89,935,0),(111236,90,935,0),(111237,91,935,0),(111238,92,935,0),(111239,93,935,0),(111240,94,935,0),(111241,95,935,0),(111242,96,935,0),(111243,97,935,0),(111244,98,935,0),(111245,99,935,0),(111246,100,935,0),(111247,101,935,0),(111248,102,935,0),(111249,103,935,0),(111250,104,935,0),(111251,105,935,0),(111252,106,935,0),(111253,107,935,0),(111254,108,935,0),(111255,109,935,0),(111256,110,935,0.107161766345613),(111257,111,935,0),(111258,112,935,0),(111259,113,935,0),(111260,114,935,0),(111261,115,935,0),(111262,116,935,0),(111263,117,935,0),(111264,118,935,0),(111265,119,935,0),(111266,1,936,0),(111267,2,936,0),(111268,3,936,0),(111269,4,936,0),(111270,5,936,0),(111271,6,936,0),(111272,7,936,0),(111273,8,936,0),(111274,9,936,0),(111275,10,936,0),(111276,11,936,0),(111277,12,936,0),(111278,13,936,0),(111279,14,936,0),(111280,15,936,0),(111281,16,936,0),(111282,17,936,0),(111283,18,936,0),(111284,19,936,0),(111285,20,936,0),(111286,21,936,0),(111287,22,936,0),(111288,23,936,0),(111289,24,936,0),(111290,25,936,0),(111291,26,936,0),(111292,27,936,0),(111293,28,936,0),(111294,29,936,0),(111295,30,936,0),(111296,31,936,0),(111297,32,936,0),(111298,33,936,0),(111299,34,936,0),(111300,35,936,0),(111301,36,936,0),(111302,37,936,0),(111303,38,936,0),(111304,39,936,0),(111305,40,936,0),(111306,41,936,0),(111307,42,936,0),(111308,43,936,0),(111309,44,936,0),(111310,45,936,0),(111311,46,936,0),(111312,47,936,0),(111313,48,936,0),(111314,49,936,0),(111315,50,936,0),(111316,51,936,0),(111317,52,936,0),(111318,53,936,0),(111319,54,936,0),(111320,55,936,0),(111321,56,936,0),(111322,57,936,0),(111323,58,936,0),(111324,59,936,0),(111325,60,936,0),(111326,61,936,0),(111327,62,936,0),(111328,63,936,0),(111329,64,936,0),(111330,65,936,0),(111331,66,936,0),(111332,67,936,0),(111333,68,936,0),(111334,69,936,0),(111335,70,936,0),(111336,71,936,0),(111337,72,936,0),(111338,73,936,0),(111339,74,936,0),(111340,75,936,0),(111341,76,936,0),(111342,77,936,0),(111343,78,936,0),(111344,79,936,0),(111345,80,936,0),(111346,81,936,0),(111347,82,936,0),(111348,83,936,0),(111349,84,936,0),(111350,85,936,0),(111351,86,936,0),(111352,87,936,0),(111353,88,936,0),(111354,89,936,0),(111355,90,936,0),(111356,91,936,0),(111357,92,936,0),(111358,93,936,0),(111359,94,936,0),(111360,95,936,0),(111361,96,936,0),(111362,97,936,0),(111363,98,936,0),(111364,99,936,0),(111365,100,936,0),(111366,101,936,0),(111367,102,936,0),(111368,103,936,0),(111369,104,936,0),(111370,105,936,0),(111371,106,936,0),(111372,107,936,0),(111373,108,936,0),(111374,109,936,0),(111375,110,936,0.361517373818231),(111376,111,936,0),(111377,112,936,0),(111378,113,936,0),(111379,114,936,0),(111380,115,936,0),(111381,116,936,0),(111382,117,936,0),(111383,118,936,0),(111384,119,936,0),(111385,1,937,0),(111386,2,937,0),(111387,3,937,0),(111388,4,937,0),(111389,5,937,0),(111390,6,937,0),(111391,7,937,0),(111392,8,937,0),(111393,9,937,0),(111394,10,937,0),(111395,11,937,0),(111396,12,937,0),(111397,13,937,0),(111398,14,937,0),(111399,15,937,0),(111400,16,937,0),(111401,17,937,0),(111402,18,937,0),(111403,19,937,0),(111404,20,937,0),(111405,21,937,0),(111406,22,937,0),(111407,23,937,0),(111408,24,937,0),(111409,25,937,0),(111410,26,937,0),(111411,27,937,0),(111412,28,937,0),(111413,29,937,0),(111414,30,937,0),(111415,31,937,0),(111416,32,937,0),(111417,33,937,0),(111418,34,937,0),(111419,35,937,0),(111420,36,937,0),(111421,37,937,0),(111422,38,937,0),(111423,39,937,0),(111424,40,937,0),(111425,41,937,0),(111426,42,937,0),(111427,43,937,0),(111428,44,937,0),(111429,45,937,0),(111430,46,937,0),(111431,47,937,0),(111432,48,937,0),(111433,49,937,0),(111434,50,937,0),(111435,51,937,0),(111436,52,937,0),(111437,53,937,0),(111438,54,937,0),(111439,55,937,0),(111440,56,937,0),(111441,57,937,0),(111442,58,937,0),(111443,59,937,0),(111444,60,937,0),(111445,61,937,0),(111446,62,937,0),(111447,63,937,0),(111448,64,937,0),(111449,65,937,0),(111450,66,937,0),(111451,67,937,0),(111452,68,937,0),(111453,69,937,0),(111454,70,937,0),(111455,71,937,0),(111456,72,937,0),(111457,73,937,0),(111458,74,937,0),(111459,75,937,0),(111460,76,937,0),(111461,77,937,0),(111462,78,937,0),(111463,79,937,0),(111464,80,937,0),(111465,81,937,0),(111466,82,937,0),(111467,83,937,0),(111468,84,937,0),(111469,85,937,0),(111470,86,937,0),(111471,87,937,0),(111472,88,937,0),(111473,89,937,0),(111474,90,937,0),(111475,91,937,0),(111476,92,937,0),(111477,93,937,0),(111478,94,937,0),(111479,95,937,0),(111480,96,937,0),(111481,97,937,0),(111482,98,937,0),(111483,99,937,0),(111484,100,937,0),(111485,101,937,0),(111486,102,937,0),(111487,103,937,0),(111488,104,937,0),(111489,105,937,0),(111490,106,937,0),(111491,107,937,0),(111492,108,937,0),(111493,109,937,0),(111494,110,937,0.331424207706279),(111495,111,937,0),(111496,112,937,0),(111497,113,937,0),(111498,114,937,0),(111499,115,937,0),(111500,116,937,0),(111501,117,937,0),(111502,118,937,0),(111503,119,937,0),(111504,1,938,0),(111505,2,938,0),(111506,3,938,0),(111507,4,938,0),(111508,5,938,0),(111509,6,938,0),(111510,7,938,0),(111511,8,938,0),(111512,9,938,0),(111513,10,938,0),(111514,11,938,0),(111515,12,938,0),(111516,13,938,0),(111517,14,938,0),(111518,15,938,0),(111519,16,938,0),(111520,17,938,0),(111521,18,938,0),(111522,19,938,0),(111523,20,938,0),(111524,21,938,0),(111525,22,938,0),(111526,23,938,0),(111527,24,938,0),(111528,25,938,0),(111529,26,938,0),(111530,27,938,0),(111531,28,938,0),(111532,29,938,0),(111533,30,938,0),(111534,31,938,0),(111535,32,938,0),(111536,33,938,0),(111537,34,938,0),(111538,35,938,0),(111539,36,938,0),(111540,37,938,0),(111541,38,938,0),(111542,39,938,0),(111543,40,938,0),(111544,41,938,0),(111545,42,938,0),(111546,43,938,0),(111547,44,938,0),(111548,45,938,0),(111549,46,938,0),(111550,47,938,0),(111551,48,938,0),(111552,49,938,0),(111553,50,938,0),(111554,51,938,0),(111555,52,938,0),(111556,53,938,0),(111557,54,938,0),(111558,55,938,0),(111559,56,938,0),(111560,57,938,0),(111561,58,938,0),(111562,59,938,0),(111563,60,938,0),(111564,61,938,0),(111565,62,938,0),(111566,63,938,0),(111567,64,938,0),(111568,65,938,0),(111569,66,938,0),(111570,67,938,0),(111571,68,938,0),(111572,69,938,0),(111573,70,938,0),(111574,71,938,0),(111575,72,938,0),(111576,73,938,0),(111577,74,938,0),(111578,75,938,0),(111579,76,938,0),(111580,77,938,0),(111581,78,938,0),(111582,79,938,0),(111583,80,938,0),(111584,81,938,0),(111585,82,938,0),(111586,83,938,0),(111587,84,938,0),(111588,85,938,0),(111589,86,938,0),(111590,87,938,0),(111591,88,938,0),(111592,89,938,0),(111593,90,938,0),(111594,91,938,0),(111595,92,938,0),(111596,93,938,0),(111597,94,938,0),(111598,95,938,0),(111599,96,938,0),(111600,97,938,0),(111601,98,938,0),(111602,99,938,0),(111603,100,938,0),(111604,101,938,0),(111605,102,938,0),(111606,103,938,0),(111607,104,938,0),(111608,105,938,0),(111609,106,938,0),(111610,107,938,0),(111611,108,938,0),(111612,109,938,0),(111613,110,938,0.179121934657924),(111614,111,938,0),(111615,112,938,0),(111616,113,938,0),(111617,114,938,0),(111618,115,938,0),(111619,116,938,0),(111620,117,938,0),(111621,118,938,0),(111622,119,938,0),(111623,1,939,0),(111624,2,939,0),(111625,3,939,0),(111626,4,939,0),(111627,5,939,0),(111628,6,939,0),(111629,7,939,0),(111630,8,939,0),(111631,9,939,0),(111632,10,939,0),(111633,11,939,0),(111634,12,939,0),(111635,13,939,0),(111636,14,939,0),(111637,15,939,0),(111638,16,939,0),(111639,17,939,0),(111640,18,939,0),(111641,19,939,0),(111642,20,939,0),(111643,21,939,0),(111644,22,939,0),(111645,23,939,0),(111646,24,939,0),(111647,25,939,0),(111648,26,939,0),(111649,27,939,0),(111650,28,939,0),(111651,29,939,0),(111652,30,939,0),(111653,31,939,0),(111654,32,939,0),(111655,33,939,0),(111656,34,939,0),(111657,35,939,0),(111658,36,939,0),(111659,37,939,0),(111660,38,939,0),(111661,39,939,0),(111662,40,939,0),(111663,41,939,0),(111664,42,939,0),(111665,43,939,0),(111666,44,939,0),(111667,45,939,0),(111668,46,939,0),(111669,47,939,0),(111670,48,939,0),(111671,49,939,0),(111672,50,939,0),(111673,51,939,0),(111674,52,939,0),(111675,53,939,0),(111676,54,939,0),(111677,55,939,0),(111678,56,939,0),(111679,57,939,0),(111680,58,939,0),(111681,59,939,0),(111682,60,939,0),(111683,61,939,0),(111684,62,939,0),(111685,63,939,0),(111686,64,939,0),(111687,65,939,0),(111688,66,939,0),(111689,67,939,0),(111690,68,939,0),(111691,69,939,0),(111692,70,939,0),(111693,71,939,0),(111694,72,939,0),(111695,73,939,0),(111696,74,939,0),(111697,75,939,0),(111698,76,939,0),(111699,77,939,0),(111700,78,939,0),(111701,79,939,0),(111702,80,939,0),(111703,81,939,0),(111704,82,939,0),(111705,83,939,0),(111706,84,939,0),(111707,85,939,0),(111708,86,939,0),(111709,87,939,0),(111710,88,939,0),(111711,89,939,0),(111712,90,939,0),(111713,91,939,0),(111714,92,939,0),(111715,93,939,0),(111716,94,939,0),(111717,95,939,0),(111718,96,939,0),(111719,97,939,0),(111720,98,939,0),(111721,99,939,0),(111722,100,939,0),(111723,101,939,0),(111724,102,939,0),(111725,103,939,0),(111726,104,939,0),(111727,105,939,0),(111728,106,939,0),(111729,107,939,0),(111730,108,939,0),(111731,109,939,0),(111732,110,939,0.489453857635796),(111733,111,939,0),(111734,112,939,0),(111735,113,939,0),(111736,114,939,0),(111737,115,939,0),(111738,116,939,0),(111739,117,939,0),(111740,118,939,0),(111741,119,939,0),(111742,1,940,0),(111743,2,940,0),(111744,3,940,0),(111745,4,940,0),(111746,5,940,0),(111747,6,940,0),(111748,7,940,0),(111749,8,940,0),(111750,9,940,0),(111751,10,940,0),(111752,11,940,0),(111753,12,940,0),(111754,13,940,0),(111755,14,940,0),(111756,15,940,0),(111757,16,940,0),(111758,17,940,0),(111759,18,940,0),(111760,19,940,0),(111761,20,940,0),(111762,21,940,0),(111763,22,940,0),(111764,23,940,0),(111765,24,940,0),(111766,25,940,0),(111767,26,940,0),(111768,27,940,0),(111769,28,940,0),(111770,29,940,0),(111771,30,940,0),(111772,31,940,0),(111773,32,940,0),(111774,33,940,0),(111775,34,940,0),(111776,35,940,0),(111777,36,940,0),(111778,37,940,0),(111779,38,940,0),(111780,39,940,0),(111781,40,940,0),(111782,41,940,0),(111783,42,940,0),(111784,43,940,0),(111785,44,940,0),(111786,45,940,0),(111787,46,940,0),(111788,47,940,0),(111789,48,940,0),(111790,49,940,0),(111791,50,940,0),(111792,51,940,0),(111793,52,940,0),(111794,53,940,0),(111795,54,940,0),(111796,55,940,0),(111797,56,940,0),(111798,57,940,0),(111799,58,940,0),(111800,59,940,0),(111801,60,940,0),(111802,61,940,0),(111803,62,940,0),(111804,63,940,0),(111805,64,940,0),(111806,65,940,0),(111807,66,940,0),(111808,67,940,0),(111809,68,940,0),(111810,69,940,0),(111811,70,940,0),(111812,71,940,0),(111813,72,940,0),(111814,73,940,0),(111815,74,940,0),(111816,75,940,0),(111817,76,940,0),(111818,77,940,0),(111819,78,940,0),(111820,79,940,0),(111821,80,940,0),(111822,81,940,0),(111823,82,940,0),(111824,83,940,0),(111825,84,940,0),(111826,85,940,0),(111827,86,940,0),(111828,87,940,0),(111829,88,940,0),(111830,89,940,0),(111831,90,940,0),(111832,91,940,0),(111833,92,940,0),(111834,93,940,0),(111835,94,940,0),(111836,95,940,0),(111837,96,940,0),(111838,97,940,0),(111839,98,940,0),(111840,99,940,0),(111841,100,940,0),(111842,101,940,0),(111843,102,940,0),(111844,103,940,0),(111845,104,940,0),(111846,105,940,0),(111847,106,940,0),(111848,107,940,0),(111849,108,940,0),(111850,109,940,0),(111851,110,940,0),(111852,111,940,0.209336546299727),(111853,112,940,0),(111854,113,940,0),(111855,114,940,0),(111856,115,940,0),(111857,116,940,0),(111858,117,940,0),(111859,118,940,0),(111860,119,940,0),(111861,1,941,0),(111862,2,941,0),(111863,3,941,0),(111864,4,941,0),(111865,5,941,0),(111866,6,941,0),(111867,7,941,0),(111868,8,941,0),(111869,9,941,0),(111870,10,941,0),(111871,11,941,0),(111872,12,941,0),(111873,13,941,0),(111874,14,941,0),(111875,15,941,0),(111876,16,941,0),(111877,17,941,0),(111878,18,941,0),(111879,19,941,0),(111880,20,941,0),(111881,21,941,0),(111882,22,941,0),(111883,23,941,0),(111884,24,941,0),(111885,25,941,0),(111886,26,941,0),(111887,27,941,0),(111888,28,941,0),(111889,29,941,0),(111890,30,941,0),(111891,31,941,0),(111892,32,941,0),(111893,33,941,0),(111894,34,941,0),(111895,35,941,0),(111896,36,941,0),(111897,37,941,0),(111898,38,941,0),(111899,39,941,0),(111900,40,941,0),(111901,41,941,0),(111902,42,941,0),(111903,43,941,0),(111904,44,941,0),(111905,45,941,0),(111906,46,941,0),(111907,47,941,0),(111908,48,941,0),(111909,49,941,0),(111910,50,941,0),(111911,51,941,0),(111912,52,941,0),(111913,53,941,0),(111914,54,941,0),(111915,55,941,0),(111916,56,941,0),(111917,57,941,0),(111918,58,941,0),(111919,59,941,0),(111920,60,941,0),(111921,61,941,0),(111922,62,941,0),(111923,63,941,0),(111924,64,941,0),(111925,65,941,0),(111926,66,941,0),(111927,67,941,0),(111928,68,941,0),(111929,69,941,0),(111930,70,941,0),(111931,71,941,0),(111932,72,941,0),(111933,73,941,0),(111934,74,941,0),(111935,75,941,0),(111936,76,941,0),(111937,77,941,0),(111938,78,941,0),(111939,79,941,0),(111940,80,941,0),(111941,81,941,0),(111942,82,941,0),(111943,83,941,0),(111944,84,941,0),(111945,85,941,0),(111946,86,941,0),(111947,87,941,0),(111948,88,941,0),(111949,89,941,0),(111950,90,941,0),(111951,91,941,0),(111952,92,941,0),(111953,93,941,0),(111954,94,941,0),(111955,95,941,0),(111956,96,941,0),(111957,97,941,0),(111958,98,941,0),(111959,99,941,0),(111960,100,941,0),(111961,101,941,0),(111962,102,941,0),(111963,103,941,0),(111964,104,941,0),(111965,105,941,0),(111966,106,941,0),(111967,107,941,0),(111968,108,941,0),(111969,109,941,0),(111970,110,941,0),(111971,111,941,0.290663453700273),(111972,112,941,0),(111973,113,941,0),(111974,114,941,0),(111975,115,941,0),(111976,116,941,0),(111977,117,941,0),(111978,118,941,0),(111979,119,941,0),(111980,1,942,0),(111981,2,942,0),(111982,3,942,0),(111983,4,942,0),(111984,5,942,0),(111985,6,942,0),(111986,7,942,0),(111987,8,942,0),(111988,9,942,0),(111989,10,942,0),(111990,11,942,0),(111991,12,942,0),(111992,13,942,0),(111993,14,942,0),(111994,15,942,0),(111995,16,942,0),(111996,17,942,0),(111997,18,942,0),(111998,19,942,0),(111999,20,942,0),(112000,21,942,0),(112001,22,942,0),(112002,23,942,0),(112003,24,942,0),(112004,25,942,0),(112005,26,942,0),(112006,27,942,0),(112007,28,942,0),(112008,29,942,0),(112009,30,942,0),(112010,31,942,0),(112011,32,942,0),(112012,33,942,0),(112013,34,942,0),(112014,35,942,0),(112015,36,942,0),(112016,37,942,0),(112017,38,942,0),(112018,39,942,0),(112019,40,942,0),(112020,41,942,0),(112021,42,942,0),(112022,43,942,0),(112023,44,942,0),(112024,45,942,0),(112025,46,942,0),(112026,47,942,0),(112027,48,942,0),(112028,49,942,0),(112029,50,942,0),(112030,51,942,0),(112031,52,942,0),(112032,53,942,0),(112033,54,942,0),(112034,55,942,0),(112035,56,942,0),(112036,57,942,0),(112037,58,942,0),(112038,59,942,0),(112039,60,942,0),(112040,61,942,0),(112041,62,942,0),(112042,63,942,0),(112043,64,942,0),(112044,65,942,0),(112045,66,942,0),(112046,67,942,0),(112047,68,942,0),(112048,69,942,0),(112049,70,942,0),(112050,71,942,0),(112051,72,942,0),(112052,73,942,0),(112053,74,942,0),(112054,75,942,0),(112055,76,942,0),(112056,77,942,0),(112057,78,942,0),(112058,79,942,0),(112059,80,942,0),(112060,81,942,0),(112061,82,942,0),(112062,83,942,0),(112063,84,942,0),(112064,85,942,0),(112065,86,942,0),(112066,87,942,0),(112067,88,942,0),(112068,89,942,0),(112069,90,942,0),(112070,91,942,0),(112071,92,942,0),(112072,93,942,0),(112073,94,942,0),(112074,95,942,0),(112075,96,942,0),(112076,97,942,0),(112077,98,942,0),(112078,99,942,0),(112079,100,942,0),(112080,101,942,0),(112081,102,942,0),(112082,103,942,0),(112083,104,942,0),(112084,105,942,0),(112085,106,942,0),(112086,107,942,0),(112087,108,942,0),(112088,109,942,0),(112089,110,942,0),(112090,111,942,0.234666529391793),(112091,112,942,0),(112092,113,942,0),(112093,114,942,0),(112094,115,942,0),(112095,116,942,0),(112096,117,942,0),(112097,118,942,0),(112098,119,942,0),(112099,1,943,0),(112100,2,943,0),(112101,3,943,0),(112102,4,943,0),(112103,5,943,0),(112104,6,943,0),(112105,7,943,0),(112106,8,943,0),(112107,9,943,0),(112108,10,943,0),(112109,11,943,0),(112110,12,943,0),(112111,13,943,0),(112112,14,943,0),(112113,15,943,0),(112114,16,943,0),(112115,17,943,0),(112116,18,943,0),(112117,19,943,0),(112118,20,943,0),(112119,21,943,0),(112120,22,943,0),(112121,23,943,0),(112122,24,943,0),(112123,25,943,0),(112124,26,943,0),(112125,27,943,0),(112126,28,943,0),(112127,29,943,0),(112128,30,943,0),(112129,31,943,0),(112130,32,943,0),(112131,33,943,0),(112132,34,943,0),(112133,35,943,0),(112134,36,943,0),(112135,37,943,0),(112136,38,943,0),(112137,39,943,0),(112138,40,943,0),(112139,41,943,0),(112140,42,943,0),(112141,43,943,0),(112142,44,943,0),(112143,45,943,0),(112144,46,943,0),(112145,47,943,0),(112146,48,943,0),(112147,49,943,0),(112148,50,943,0),(112149,51,943,0),(112150,52,943,0),(112151,53,943,0),(112152,54,943,0),(112153,55,943,0),(112154,56,943,0),(112155,57,943,0),(112156,58,943,0),(112157,59,943,0),(112158,60,943,0),(112159,61,943,0),(112160,62,943,0),(112161,63,943,0),(112162,64,943,0),(112163,65,943,0),(112164,66,943,0),(112165,67,943,0),(112166,68,943,0),(112167,69,943,0),(112168,70,943,0),(112169,71,943,0),(112170,72,943,0),(112171,73,943,0),(112172,74,943,0),(112173,75,943,0),(112174,76,943,0),(112175,77,943,0),(112176,78,943,0),(112177,79,943,0),(112178,80,943,0),(112179,81,943,0),(112180,82,943,0),(112181,83,943,0),(112182,84,943,0),(112183,85,943,0),(112184,86,943,0),(112185,87,943,0),(112186,88,943,0),(112187,89,943,0),(112188,90,943,0),(112189,91,943,0),(112190,92,943,0),(112191,93,943,0),(112192,94,943,0),(112193,95,943,0),(112194,96,943,0),(112195,97,943,0),(112196,98,943,0),(112197,99,943,0),(112198,100,943,0),(112199,101,943,0),(112200,102,943,0),(112201,103,943,0),(112202,104,943,0),(112203,105,943,0),(112204,106,943,0),(112205,107,943,0),(112206,108,943,0),(112207,109,943,0),(112208,110,943,0),(112209,111,943,0.323912719422583),(112210,112,943,0),(112211,113,943,0),(112212,114,943,0),(112213,115,943,0),(112214,116,943,0),(112215,117,943,0),(112216,118,943,0),(112217,119,943,0),(112218,1,944,0),(112219,2,944,0),(112220,3,944,0),(112221,4,944,0),(112222,5,944,0),(112223,6,944,0),(112224,7,944,0),(112225,8,944,0),(112226,9,944,0),(112227,10,944,0),(112228,11,944,0),(112229,12,944,0),(112230,13,944,0),(112231,14,944,0),(112232,15,944,0),(112233,16,944,0),(112234,17,944,0),(112235,18,944,0),(112236,19,944,0),(112237,20,944,0),(112238,21,944,0),(112239,22,944,0),(112240,23,944,0),(112241,24,944,0),(112242,25,944,0),(112243,26,944,0),(112244,27,944,0),(112245,28,944,0),(112246,29,944,0),(112247,30,944,0),(112248,31,944,0),(112249,32,944,0),(112250,33,944,0),(112251,34,944,0),(112252,35,944,0),(112253,36,944,0),(112254,37,944,0),(112255,38,944,0),(112256,39,944,0),(112257,40,944,0),(112258,41,944,0),(112259,42,944,0),(112260,43,944,0),(112261,44,944,0),(112262,45,944,0),(112263,46,944,0),(112264,47,944,0),(112265,48,944,0),(112266,49,944,0),(112267,50,944,0),(112268,51,944,0),(112269,52,944,0),(112270,53,944,0),(112271,54,944,0),(112272,55,944,0),(112273,56,944,0),(112274,57,944,0),(112275,58,944,0),(112276,59,944,0),(112277,60,944,0),(112278,61,944,0),(112279,62,944,0),(112280,63,944,0),(112281,64,944,0),(112282,65,944,0),(112283,66,944,0),(112284,67,944,0),(112285,68,944,0),(112286,69,944,0),(112287,70,944,0),(112288,71,944,0),(112289,72,944,0),(112290,73,944,0),(112291,74,944,0),(112292,75,944,0),(112293,76,944,0),(112294,77,944,0),(112295,78,944,0),(112296,79,944,0),(112297,80,944,0),(112298,81,944,0),(112299,82,944,0),(112300,83,944,0),(112301,84,944,0),(112302,85,944,0),(112303,86,944,0),(112304,87,944,0),(112305,88,944,0),(112306,89,944,0),(112307,90,944,0),(112308,91,944,0),(112309,92,944,0),(112310,93,944,0),(112311,94,944,0),(112312,95,944,0),(112313,96,944,0),(112314,97,944,0),(112315,98,944,0),(112316,99,944,0),(112317,100,944,0),(112318,101,944,0),(112319,102,944,0),(112320,103,944,0),(112321,104,944,0),(112322,105,944,0),(112323,106,944,0),(112324,107,944,0),(112325,108,944,0),(112326,109,944,0),(112327,110,944,0),(112328,111,944,0.241420751185623),(112329,112,944,0),(112330,113,944,0),(112331,114,944,0),(112332,115,944,0),(112333,116,944,0),(112334,117,944,0),(112335,118,944,0),(112336,119,944,0),(112337,1,945,0),(112338,2,945,0),(112339,3,945,0),(112340,4,945,0),(112341,5,945,0),(112342,6,945,0),(112343,7,945,0),(112344,8,945,0),(112345,9,945,0),(112346,10,945,0),(112347,11,945,0),(112348,12,945,0),(112349,13,945,0),(112350,14,945,0),(112351,15,945,0),(112352,16,945,0),(112353,17,945,0),(112354,18,945,0),(112355,19,945,0),(112356,20,945,0),(112357,21,945,0),(112358,22,945,0),(112359,23,945,0),(112360,24,945,0),(112361,25,945,0),(112362,26,945,0),(112363,27,945,0),(112364,28,945,0),(112365,29,945,0),(112366,30,945,0),(112367,31,945,0),(112368,32,945,0),(112369,33,945,0),(112370,34,945,0),(112371,35,945,0),(112372,36,945,0),(112373,37,945,0),(112374,38,945,0),(112375,39,945,0),(112376,40,945,0),(112377,41,945,0),(112378,42,945,0),(112379,43,945,0),(112380,44,945,0),(112381,45,945,0),(112382,46,945,0),(112383,47,945,0),(112384,48,945,0),(112385,49,945,0),(112386,50,945,0),(112387,51,945,0),(112388,52,945,0),(112389,53,945,0),(112390,54,945,0),(112391,55,945,0),(112392,56,945,0),(112393,57,945,0),(112394,58,945,0),(112395,59,945,0),(112396,60,945,0),(112397,61,945,0),(112398,62,945,0),(112399,63,945,0),(112400,64,945,0),(112401,65,945,0),(112402,66,945,0),(112403,67,945,0),(112404,68,945,0),(112405,69,945,0),(112406,70,945,0),(112407,71,945,0),(112408,72,945,0),(112409,73,945,0),(112410,74,945,0),(112411,75,945,0),(112412,76,945,0),(112413,77,945,0),(112414,78,945,0),(112415,79,945,0),(112416,80,945,0),(112417,81,945,0),(112418,82,945,0),(112419,83,945,0),(112420,84,945,0),(112421,85,945,0),(112422,86,945,0),(112423,87,945,0),(112424,88,945,0),(112425,89,945,0),(112426,90,945,0),(112427,91,945,0),(112428,92,945,0),(112429,93,945,0),(112430,94,945,0),(112431,95,945,0),(112432,96,945,0),(112433,97,945,0),(112434,98,945,0),(112435,99,945,0),(112436,100,945,0),(112437,101,945,0),(112438,102,945,0),(112439,103,945,0),(112440,104,945,0),(112441,105,945,0),(112442,106,945,0),(112443,107,945,0),(112444,108,945,0),(112445,109,945,0),(112446,110,945,0),(112447,111,945,0.567962752788084),(112448,112,945,0),(112449,113,945,0),(112450,114,945,0),(112451,115,945,0),(112452,116,945,0),(112453,117,945,0),(112454,118,945,0),(112455,119,945,0),(112456,1,946,0),(112457,2,946,0),(112458,3,946,0),(112459,4,946,0),(112460,5,946,0),(112461,6,946,0),(112462,7,946,0),(112463,8,946,0),(112464,9,946,0),(112465,10,946,0),(112466,11,946,0),(112467,12,946,0),(112468,13,946,0),(112469,14,946,0),(112470,15,946,0),(112471,16,946,0),(112472,17,946,0),(112473,18,946,0),(112474,19,946,0),(112475,20,946,0),(112476,21,946,0),(112477,22,946,0),(112478,23,946,0),(112479,24,946,0),(112480,25,946,0),(112481,26,946,0),(112482,27,946,0),(112483,28,946,0),(112484,29,946,0),(112485,30,946,0),(112486,31,946,0),(112487,32,946,0),(112488,33,946,0),(112489,34,946,0),(112490,35,946,0),(112491,36,946,0),(112492,37,946,0),(112493,38,946,0),(112494,39,946,0),(112495,40,946,0),(112496,41,946,0),(112497,42,946,0),(112498,43,946,0),(112499,44,946,0),(112500,45,946,0),(112501,46,946,0),(112502,47,946,0),(112503,48,946,0),(112504,49,946,0),(112505,50,946,0),(112506,51,946,0),(112507,52,946,0),(112508,53,946,0),(112509,54,946,0),(112510,55,946,0),(112511,56,946,0),(112512,57,946,0),(112513,58,946,0),(112514,59,946,0),(112515,60,946,0),(112516,61,946,0),(112517,62,946,0),(112518,63,946,0),(112519,64,946,0),(112520,65,946,0),(112521,66,946,0),(112522,67,946,0),(112523,68,946,0),(112524,69,946,0),(112525,70,946,0),(112526,71,946,0),(112527,72,946,0),(112528,73,946,0),(112529,74,946,0),(112530,75,946,0),(112531,76,946,0),(112532,77,946,0),(112533,78,946,0),(112534,79,946,0),(112535,80,946,0),(112536,81,946,0),(112537,82,946,0),(112538,83,946,0),(112539,84,946,0),(112540,85,946,0),(112541,86,946,0),(112542,87,946,0),(112543,88,946,0),(112544,89,946,0),(112545,90,946,0),(112546,91,946,0),(112547,92,946,0),(112548,93,946,0),(112549,94,946,0),(112550,95,946,0),(112551,96,946,0),(112552,97,946,0),(112553,98,946,0),(112554,99,946,0),(112555,100,946,0),(112556,101,946,0),(112557,102,946,0),(112558,103,946,0),(112559,104,946,0),(112560,105,946,0),(112561,106,946,0),(112562,107,946,0),(112563,108,946,0),(112564,109,946,0),(112565,110,946,0),(112566,111,946,0.392999118089802),(112567,112,946,0),(112568,113,946,0),(112569,114,946,0),(112570,115,946,0),(112571,116,946,0),(112572,117,946,0),(112573,118,946,0),(112574,119,946,0),(112575,1,947,0),(112576,2,947,0),(112577,3,947,0),(112578,4,947,0),(112579,5,947,0),(112580,6,947,0),(112581,7,947,0),(112582,8,947,0),(112583,9,947,0),(112584,10,947,0),(112585,11,947,0),(112586,12,947,0),(112587,13,947,0),(112588,14,947,0),(112589,15,947,0),(112590,16,947,0),(112591,17,947,0),(112592,18,947,0),(112593,19,947,0),(112594,20,947,0),(112595,21,947,0),(112596,22,947,0),(112597,23,947,0),(112598,24,947,0),(112599,25,947,0),(112600,26,947,0),(112601,27,947,0),(112602,28,947,0),(112603,29,947,0),(112604,30,947,0),(112605,31,947,0),(112606,32,947,0),(112607,33,947,0),(112608,34,947,0),(112609,35,947,0),(112610,36,947,0),(112611,37,947,0),(112612,38,947,0),(112613,39,947,0),(112614,40,947,0),(112615,41,947,0),(112616,42,947,0),(112617,43,947,0),(112618,44,947,0),(112619,45,947,0),(112620,46,947,0),(112621,47,947,0),(112622,48,947,0),(112623,49,947,0),(112624,50,947,0),(112625,51,947,0),(112626,52,947,0),(112627,53,947,0),(112628,54,947,0),(112629,55,947,0),(112630,56,947,0),(112631,57,947,0),(112632,58,947,0),(112633,59,947,0),(112634,60,947,0),(112635,61,947,0),(112636,62,947,0),(112637,63,947,0),(112638,64,947,0),(112639,65,947,0),(112640,66,947,0),(112641,67,947,0),(112642,68,947,0),(112643,69,947,0),(112644,70,947,0),(112645,71,947,0),(112646,72,947,0),(112647,73,947,0),(112648,74,947,0),(112649,75,947,0),(112650,76,947,0),(112651,77,947,0),(112652,78,947,0),(112653,79,947,0),(112654,80,947,0),(112655,81,947,0),(112656,82,947,0),(112657,83,947,0),(112658,84,947,0),(112659,85,947,0),(112660,86,947,0),(112661,87,947,0),(112662,88,947,0),(112663,89,947,0),(112664,90,947,0),(112665,91,947,0),(112666,92,947,0),(112667,93,947,0),(112668,94,947,0),(112669,95,947,0),(112670,96,947,0),(112671,97,947,0),(112672,98,947,0),(112673,99,947,0),(112674,100,947,0),(112675,101,947,0),(112676,102,947,0),(112677,103,947,0),(112678,104,947,0),(112679,105,947,0),(112680,106,947,0),(112681,107,947,0),(112682,108,947,0),(112683,109,947,0),(112684,110,947,0),(112685,111,947,0.0390381291221147),(112686,112,947,0),(112687,113,947,0),(112688,114,947,0),(112689,115,947,0),(112690,116,947,0),(112691,117,947,0),(112692,118,947,0),(112693,119,947,0),(112694,1,948,0),(112695,2,948,0),(112696,3,948,0),(112697,4,948,0),(112698,5,948,0),(112699,6,948,0),(112700,7,948,0),(112701,8,948,0),(112702,9,948,0),(112703,10,948,0),(112704,11,948,0),(112705,12,948,0),(112706,13,948,0),(112707,14,948,0),(112708,15,948,0),(112709,16,948,0),(112710,17,948,0),(112711,18,948,0),(112712,19,948,0),(112713,20,948,0),(112714,21,948,0),(112715,22,948,0),(112716,23,948,0),(112717,24,948,0),(112718,25,948,0),(112719,26,948,0),(112720,27,948,0),(112721,28,948,0),(112722,29,948,0),(112723,30,948,0),(112724,31,948,0),(112725,32,948,0),(112726,33,948,0),(112727,34,948,0),(112728,35,948,0),(112729,36,948,0),(112730,37,948,0),(112731,38,948,0),(112732,39,948,0),(112733,40,948,0),(112734,41,948,0),(112735,42,948,0),(112736,43,948,0),(112737,44,948,0),(112738,45,948,0),(112739,46,948,0),(112740,47,948,0),(112741,48,948,0),(112742,49,948,0),(112743,50,948,0),(112744,51,948,0),(112745,52,948,0),(112746,53,948,0),(112747,54,948,0),(112748,55,948,0),(112749,56,948,0),(112750,57,948,0),(112751,58,948,0),(112752,59,948,0),(112753,60,948,0),(112754,61,948,0),(112755,62,948,0),(112756,63,948,0),(112757,64,948,0),(112758,65,948,0),(112759,66,948,0),(112760,67,948,0),(112761,68,948,0),(112762,69,948,0),(112763,70,948,0),(112764,71,948,0),(112765,72,948,0),(112766,73,948,0),(112767,74,948,0),(112768,75,948,0),(112769,76,948,0),(112770,77,948,0),(112771,78,948,0),(112772,79,948,0),(112773,80,948,0),(112774,81,948,0),(112775,82,948,0),(112776,83,948,0),(112777,84,948,0),(112778,85,948,0),(112779,86,948,0),(112780,87,948,0),(112781,88,948,0),(112782,89,948,0),(112783,90,948,0),(112784,91,948,0),(112785,92,948,0),(112786,93,948,0),(112787,94,948,0),(112788,95,948,0),(112789,96,948,0),(112790,97,948,0),(112791,98,948,0),(112792,99,948,0),(112793,100,948,0),(112794,101,948,0),(112795,102,948,0),(112796,103,948,0),(112797,104,948,0),(112798,105,948,0),(112799,106,948,0),(112800,107,948,0),(112801,108,948,0),(112802,109,948,0),(112803,110,948,0),(112804,111,948,0),(112805,112,948,0.107316514742187),(112806,113,948,0),(112807,114,948,0),(112808,115,948,0),(112809,116,948,0),(112810,117,948,0),(112811,118,948,0),(112812,119,948,0),(112813,1,949,0),(112814,2,949,0),(112815,3,949,0),(112816,4,949,0),(112817,5,949,0),(112818,6,949,0),(112819,7,949,0),(112820,8,949,0),(112821,9,949,0),(112822,10,949,0),(112823,11,949,0),(112824,12,949,0),(112825,13,949,0),(112826,14,949,0),(112827,15,949,0),(112828,16,949,0),(112829,17,949,0),(112830,18,949,0),(112831,19,949,0),(112832,20,949,0),(112833,21,949,0),(112834,22,949,0),(112835,23,949,0),(112836,24,949,0),(112837,25,949,0),(112838,26,949,0),(112839,27,949,0),(112840,28,949,0),(112841,29,949,0),(112842,30,949,0),(112843,31,949,0),(112844,32,949,0),(112845,33,949,0),(112846,34,949,0),(112847,35,949,0),(112848,36,949,0),(112849,37,949,0),(112850,38,949,0),(112851,39,949,0),(112852,40,949,0),(112853,41,949,0),(112854,42,949,0),(112855,43,949,0),(112856,44,949,0),(112857,45,949,0),(112858,46,949,0),(112859,47,949,0),(112860,48,949,0),(112861,49,949,0),(112862,50,949,0),(112863,51,949,0),(112864,52,949,0),(112865,53,949,0),(112866,54,949,0),(112867,55,949,0),(112868,56,949,0),(112869,57,949,0),(112870,58,949,0),(112871,59,949,0),(112872,60,949,0),(112873,61,949,0),(112874,62,949,0),(112875,63,949,0),(112876,64,949,0),(112877,65,949,0),(112878,66,949,0),(112879,67,949,0),(112880,68,949,0),(112881,69,949,0),(112882,70,949,0),(112883,71,949,0),(112884,72,949,0),(112885,73,949,0),(112886,74,949,0),(112887,75,949,0),(112888,76,949,0),(112889,77,949,0),(112890,78,949,0),(112891,79,949,0),(112892,80,949,0),(112893,81,949,0),(112894,82,949,0),(112895,83,949,0),(112896,84,949,0),(112897,85,949,0),(112898,86,949,0),(112899,87,949,0),(112900,88,949,0),(112901,89,949,0),(112902,90,949,0),(112903,91,949,0),(112904,92,949,0),(112905,93,949,0),(112906,94,949,0),(112907,95,949,0),(112908,96,949,0),(112909,97,949,0),(112910,98,949,0),(112911,99,949,0),(112912,100,949,0),(112913,101,949,0),(112914,102,949,0),(112915,103,949,0),(112916,104,949,0),(112917,105,949,0),(112918,106,949,0),(112919,107,949,0),(112920,108,949,0),(112921,109,949,0),(112922,110,949,0),(112923,111,949,0),(112924,112,949,0.392683485257813),(112925,113,949,0),(112926,114,949,0),(112927,115,949,0),(112928,116,949,0),(112929,117,949,0),(112930,118,949,0),(112931,119,949,0),(112932,1,950,0),(112933,2,950,0),(112934,3,950,0),(112935,4,950,0),(112936,5,950,0),(112937,6,950,0),(112938,7,950,0),(112939,8,950,0),(112940,9,950,0),(112941,10,950,0),(112942,11,950,0),(112943,12,950,0),(112944,13,950,0),(112945,14,950,0),(112946,15,950,0),(112947,16,950,0),(112948,17,950,0),(112949,18,950,0),(112950,19,950,0),(112951,20,950,0),(112952,21,950,0),(112953,22,950,0),(112954,23,950,0),(112955,24,950,0),(112956,25,950,0),(112957,26,950,0),(112958,27,950,0),(112959,28,950,0),(112960,29,950,0),(112961,30,950,0),(112962,31,950,0),(112963,32,950,0),(112964,33,950,0),(112965,34,950,0),(112966,35,950,0),(112967,36,950,0),(112968,37,950,0),(112969,38,950,0),(112970,39,950,0),(112971,40,950,0),(112972,41,950,0),(112973,42,950,0),(112974,43,950,0),(112975,44,950,0),(112976,45,950,0),(112977,46,950,0),(112978,47,950,0),(112979,48,950,0),(112980,49,950,0),(112981,50,950,0),(112982,51,950,0),(112983,52,950,0),(112984,53,950,0),(112985,54,950,0),(112986,55,950,0),(112987,56,950,0),(112988,57,950,0),(112989,58,950,0),(112990,59,950,0),(112991,60,950,0),(112992,61,950,0),(112993,62,950,0),(112994,63,950,0),(112995,64,950,0),(112996,65,950,0),(112997,66,950,0),(112998,67,950,0),(112999,68,950,0),(113000,69,950,0),(113001,70,950,0),(113002,71,950,0),(113003,72,950,0),(113004,73,950,0),(113005,74,950,0),(113006,75,950,0),(113007,76,950,0),(113008,77,950,0),(113009,78,950,0),(113010,79,950,0),(113011,80,950,0),(113012,81,950,0),(113013,82,950,0),(113014,83,950,0),(113015,84,950,0),(113016,85,950,0),(113017,86,950,0),(113018,87,950,0),(113019,88,950,0),(113020,89,950,0),(113021,90,950,0),(113022,91,950,0),(113023,92,950,0),(113024,93,950,0),(113025,94,950,0),(113026,95,950,0),(113027,96,950,0),(113028,97,950,0),(113029,98,950,0),(113030,99,950,0),(113031,100,950,0),(113032,101,950,0),(113033,102,950,0),(113034,103,950,0),(113035,104,950,0),(113036,105,950,0),(113037,106,950,0),(113038,107,950,0),(113039,108,950,0),(113040,109,950,0),(113041,110,950,0),(113042,111,950,0),(113043,112,950,0.238505341848863),(113044,113,950,0),(113045,114,950,0),(113046,115,950,0),(113047,116,950,0),(113048,117,950,0),(113049,118,950,0),(113050,119,950,0),(113051,1,951,0),(113052,2,951,0),(113053,3,951,0),(113054,4,951,0),(113055,5,951,0),(113056,6,951,0),(113057,7,951,0),(113058,8,951,0),(113059,9,951,0),(113060,10,951,0),(113061,11,951,0),(113062,12,951,0),(113063,13,951,0),(113064,14,951,0),(113065,15,951,0),(113066,16,951,0),(113067,17,951,0),(113068,18,951,0),(113069,19,951,0),(113070,20,951,0),(113071,21,951,0),(113072,22,951,0),(113073,23,951,0),(113074,24,951,0),(113075,25,951,0),(113076,26,951,0),(113077,27,951,0),(113078,28,951,0),(113079,29,951,0),(113080,30,951,0),(113081,31,951,0),(113082,32,951,0),(113083,33,951,0),(113084,34,951,0),(113085,35,951,0),(113086,36,951,0),(113087,37,951,0),(113088,38,951,0),(113089,39,951,0),(113090,40,951,0),(113091,41,951,0),(113092,42,951,0),(113093,43,951,0),(113094,44,951,0),(113095,45,951,0),(113096,46,951,0),(113097,47,951,0),(113098,48,951,0),(113099,49,951,0),(113100,50,951,0),(113101,51,951,0),(113102,52,951,0),(113103,53,951,0),(113104,54,951,0),(113105,55,951,0),(113106,56,951,0),(113107,57,951,0),(113108,58,951,0),(113109,59,951,0),(113110,60,951,0),(113111,61,951,0),(113112,62,951,0),(113113,63,951,0),(113114,64,951,0),(113115,65,951,0),(113116,66,951,0),(113117,67,951,0),(113118,68,951,0),(113119,69,951,0),(113120,70,951,0),(113121,71,951,0),(113122,72,951,0),(113123,73,951,0),(113124,74,951,0),(113125,75,951,0),(113126,76,951,0),(113127,77,951,0),(113128,78,951,0),(113129,79,951,0),(113130,80,951,0),(113131,81,951,0),(113132,82,951,0),(113133,83,951,0),(113134,84,951,0),(113135,85,951,0),(113136,86,951,0),(113137,87,951,0),(113138,88,951,0),(113139,89,951,0),(113140,90,951,0),(113141,91,951,0),(113142,92,951,0),(113143,93,951,0),(113144,94,951,0),(113145,95,951,0),(113146,96,951,0),(113147,97,951,0),(113148,98,951,0),(113149,99,951,0),(113150,100,951,0),(113151,101,951,0),(113152,102,951,0),(113153,103,951,0),(113154,104,951,0),(113155,105,951,0),(113156,106,951,0),(113157,107,951,0),(113158,108,951,0),(113159,109,951,0),(113160,110,951,0),(113161,111,951,0),(113162,112,951,0.561494658151137),(113163,113,951,0),(113164,114,951,0),(113165,115,951,0),(113166,116,951,0),(113167,117,951,0),(113168,118,951,0),(113169,119,951,0),(113170,1,952,0),(113171,2,952,0),(113172,3,952,0),(113173,4,952,0),(113174,5,952,0),(113175,6,952,0),(113176,7,952,0),(113177,8,952,0),(113178,9,952,0),(113179,10,952,0),(113180,11,952,0),(113181,12,952,0),(113182,13,952,0),(113183,14,952,0),(113184,15,952,0),(113185,16,952,0),(113186,17,952,0),(113187,18,952,0),(113188,19,952,0),(113189,20,952,0),(113190,21,952,0),(113191,22,952,0),(113192,23,952,0),(113193,24,952,0),(113194,25,952,0),(113195,26,952,0),(113196,27,952,0),(113197,28,952,0),(113198,29,952,0),(113199,30,952,0),(113200,31,952,0),(113201,32,952,0),(113202,33,952,0),(113203,34,952,0),(113204,35,952,0),(113205,36,952,0),(113206,37,952,0),(113207,38,952,0),(113208,39,952,0),(113209,40,952,0),(113210,41,952,0),(113211,42,952,0),(113212,43,952,0),(113213,44,952,0),(113214,45,952,0),(113215,46,952,0),(113216,47,952,0),(113217,48,952,0),(113218,49,952,0),(113219,50,952,0),(113220,51,952,0),(113221,52,952,0),(113222,53,952,0),(113223,54,952,0),(113224,55,952,0),(113225,56,952,0),(113226,57,952,0),(113227,58,952,0),(113228,59,952,0),(113229,60,952,0),(113230,61,952,0),(113231,62,952,0),(113232,63,952,0),(113233,64,952,0),(113234,65,952,0),(113235,66,952,0),(113236,67,952,0),(113237,68,952,0),(113238,69,952,0),(113239,70,952,0),(113240,71,952,0),(113241,72,952,0),(113242,73,952,0),(113243,74,952,0),(113244,75,952,0),(113245,76,952,0),(113246,77,952,0),(113247,78,952,0),(113248,79,952,0),(113249,80,952,0),(113250,81,952,0),(113251,82,952,0),(113252,83,952,0),(113253,84,952,0),(113254,85,952,0),(113255,86,952,0),(113256,87,952,0),(113257,88,952,0),(113258,89,952,0),(113259,90,952,0),(113260,91,952,0),(113261,92,952,0),(113262,93,952,0),(113263,94,952,0),(113264,95,952,0),(113265,96,952,0),(113266,97,952,0),(113267,98,952,0),(113268,99,952,0),(113269,100,952,0),(113270,101,952,0),(113271,102,952,0),(113272,103,952,0),(113273,104,952,0),(113274,105,952,0),(113275,106,952,0),(113276,107,952,0),(113277,108,952,0),(113278,109,952,0),(113279,110,952,0),(113280,111,952,0),(113281,112,952,0.277858031505563),(113282,113,952,0),(113283,114,952,0),(113284,115,952,0),(113285,116,952,0),(113286,117,952,0),(113287,118,952,0),(113288,119,952,0),(113289,1,953,0),(113290,2,953,0),(113291,3,953,0),(113292,4,953,0),(113293,5,953,0),(113294,6,953,0),(113295,7,953,0),(113296,8,953,0),(113297,9,953,0),(113298,10,953,0),(113299,11,953,0),(113300,12,953,0),(113301,13,953,0),(113302,14,953,0),(113303,15,953,0),(113304,16,953,0),(113305,17,953,0),(113306,18,953,0),(113307,19,953,0),(113308,20,953,0),(113309,21,953,0),(113310,22,953,0),(113311,23,953,0),(113312,24,953,0),(113313,25,953,0),(113314,26,953,0),(113315,27,953,0),(113316,28,953,0),(113317,29,953,0),(113318,30,953,0),(113319,31,953,0),(113320,32,953,0),(113321,33,953,0),(113322,34,953,0),(113323,35,953,0),(113324,36,953,0),(113325,37,953,0),(113326,38,953,0),(113327,39,953,0),(113328,40,953,0),(113329,41,953,0),(113330,42,953,0),(113331,43,953,0),(113332,44,953,0),(113333,45,953,0),(113334,46,953,0),(113335,47,953,0),(113336,48,953,0),(113337,49,953,0),(113338,50,953,0),(113339,51,953,0),(113340,52,953,0),(113341,53,953,0),(113342,54,953,0),(113343,55,953,0),(113344,56,953,0),(113345,57,953,0),(113346,58,953,0),(113347,59,953,0),(113348,60,953,0),(113349,61,953,0),(113350,62,953,0),(113351,63,953,0),(113352,64,953,0),(113353,65,953,0),(113354,66,953,0),(113355,67,953,0),(113356,68,953,0),(113357,69,953,0),(113358,70,953,0),(113359,71,953,0),(113360,72,953,0),(113361,73,953,0),(113362,74,953,0),(113363,75,953,0),(113364,76,953,0),(113365,77,953,0),(113366,78,953,0),(113367,79,953,0),(113368,80,953,0),(113369,81,953,0),(113370,82,953,0),(113371,83,953,0),(113372,84,953,0),(113373,85,953,0),(113374,86,953,0),(113375,87,953,0),(113376,88,953,0),(113377,89,953,0),(113378,90,953,0),(113379,91,953,0),(113380,92,953,0),(113381,93,953,0),(113382,94,953,0),(113383,95,953,0),(113384,96,953,0),(113385,97,953,0),(113386,98,953,0),(113387,99,953,0),(113388,100,953,0),(113389,101,953,0),(113390,102,953,0),(113391,103,953,0),(113392,104,953,0),(113393,105,953,0),(113394,106,953,0),(113395,107,953,0),(113396,108,953,0),(113397,109,953,0),(113398,110,953,0),(113399,111,953,0),(113400,112,953,0.722141968494437),(113401,113,953,0),(113402,114,953,0),(113403,115,953,0),(113404,116,953,0),(113405,117,953,0),(113406,118,953,0),(113407,119,953,0),(113408,1,954,0),(113409,2,954,0),(113410,3,954,0),(113411,4,954,0),(113412,5,954,0),(113413,6,954,0),(113414,7,954,0),(113415,8,954,0),(113416,9,954,0),(113417,10,954,0),(113418,11,954,0),(113419,12,954,0),(113420,13,954,0),(113421,14,954,0),(113422,15,954,0),(113423,16,954,0),(113424,17,954,0),(113425,18,954,0),(113426,19,954,0),(113427,20,954,0),(113428,21,954,0),(113429,22,954,0),(113430,23,954,0),(113431,24,954,0),(113432,25,954,0),(113433,26,954,0),(113434,27,954,0),(113435,28,954,0),(113436,29,954,0),(113437,30,954,0),(113438,31,954,0),(113439,32,954,0),(113440,33,954,0),(113441,34,954,0),(113442,35,954,0),(113443,36,954,0),(113444,37,954,0),(113445,38,954,0),(113446,39,954,0),(113447,40,954,0),(113448,41,954,0),(113449,42,954,0),(113450,43,954,0),(113451,44,954,0),(113452,45,954,0),(113453,46,954,0),(113454,47,954,0),(113455,48,954,0),(113456,49,954,0),(113457,50,954,0),(113458,51,954,0),(113459,52,954,0),(113460,53,954,0),(113461,54,954,0),(113462,55,954,0),(113463,56,954,0),(113464,57,954,0),(113465,58,954,0),(113466,59,954,0),(113467,60,954,0),(113468,61,954,0),(113469,62,954,0),(113470,63,954,0),(113471,64,954,0),(113472,65,954,0),(113473,66,954,0),(113474,67,954,0),(113475,68,954,0),(113476,69,954,0),(113477,70,954,0),(113478,71,954,0),(113479,72,954,0),(113480,73,954,0),(113481,74,954,0),(113482,75,954,0),(113483,76,954,0),(113484,77,954,0),(113485,78,954,0),(113486,79,954,0),(113487,80,954,0),(113488,81,954,0),(113489,82,954,0),(113490,83,954,0),(113491,84,954,0),(113492,85,954,0),(113493,86,954,0),(113494,87,954,0),(113495,88,954,0),(113496,89,954,0),(113497,90,954,0),(113498,91,954,0),(113499,92,954,0),(113500,93,954,0),(113501,94,954,0),(113502,95,954,0),(113503,96,954,0),(113504,97,954,0),(113505,98,954,0),(113506,99,954,0),(113507,100,954,0),(113508,101,954,0),(113509,102,954,0),(113510,103,954,0),(113511,104,954,0),(113512,105,954,0),(113513,106,954,0),(113514,107,954,0),(113515,108,954,0),(113516,109,954,0),(113517,110,954,0),(113518,111,954,0),(113519,112,954,0),(113520,113,954,0.5),(113521,114,954,0),(113522,115,954,0),(113523,116,954,0),(113524,117,954,0),(113525,118,954,0),(113526,119,954,0),(113527,1,955,0),(113528,2,955,0),(113529,3,955,0),(113530,4,955,0),(113531,5,955,0),(113532,6,955,0),(113533,7,955,0),(113534,8,955,0),(113535,9,955,0),(113536,10,955,0),(113537,11,955,0),(113538,12,955,0),(113539,13,955,0),(113540,14,955,0),(113541,15,955,0),(113542,16,955,0),(113543,17,955,0),(113544,18,955,0),(113545,19,955,0),(113546,20,955,0),(113547,21,955,0),(113548,22,955,0),(113549,23,955,0),(113550,24,955,0),(113551,25,955,0),(113552,26,955,0),(113553,27,955,0),(113554,28,955,0),(113555,29,955,0),(113556,30,955,0),(113557,31,955,0),(113558,32,955,0),(113559,33,955,0),(113560,34,955,0),(113561,35,955,0),(113562,36,955,0),(113563,37,955,0),(113564,38,955,0),(113565,39,955,0),(113566,40,955,0),(113567,41,955,0),(113568,42,955,0),(113569,43,955,0),(113570,44,955,0),(113571,45,955,0),(113572,46,955,0),(113573,47,955,0),(113574,48,955,0),(113575,49,955,0),(113576,50,955,0),(113577,51,955,0),(113578,52,955,0),(113579,53,955,0),(113580,54,955,0),(113581,55,955,0),(113582,56,955,0),(113583,57,955,0),(113584,58,955,0),(113585,59,955,0),(113586,60,955,0),(113587,61,955,0),(113588,62,955,0),(113589,63,955,0),(113590,64,955,0),(113591,65,955,0),(113592,66,955,0),(113593,67,955,0),(113594,68,955,0),(113595,69,955,0),(113596,70,955,0),(113597,71,955,0),(113598,72,955,0),(113599,73,955,0),(113600,74,955,0),(113601,75,955,0),(113602,76,955,0),(113603,77,955,0),(113604,78,955,0),(113605,79,955,0),(113606,80,955,0),(113607,81,955,0),(113608,82,955,0),(113609,83,955,0),(113610,84,955,0),(113611,85,955,0),(113612,86,955,0),(113613,87,955,0),(113614,88,955,0),(113615,89,955,0),(113616,90,955,0),(113617,91,955,0),(113618,92,955,0),(113619,93,955,0),(113620,94,955,0),(113621,95,955,0),(113622,96,955,0),(113623,97,955,0),(113624,98,955,0),(113625,99,955,0),(113626,100,955,0),(113627,101,955,0),(113628,102,955,0),(113629,103,955,0),(113630,104,955,0),(113631,105,955,0),(113632,106,955,0),(113633,107,955,0),(113634,108,955,0),(113635,109,955,0),(113636,110,955,0),(113637,111,955,0),(113638,112,955,0),(113639,113,955,0.8),(113640,114,955,0),(113641,115,955,0),(113642,116,955,0),(113643,117,955,0),(113644,118,955,0),(113645,119,955,0),(113646,1,956,0),(113647,2,956,0),(113648,3,956,0),(113649,4,956,0),(113650,5,956,0),(113651,6,956,0),(113652,7,956,0),(113653,8,956,0),(113654,9,956,0),(113655,10,956,0),(113656,11,956,0),(113657,12,956,0),(113658,13,956,0),(113659,14,956,0),(113660,15,956,0),(113661,16,956,0),(113662,17,956,0),(113663,18,956,0),(113664,19,956,0),(113665,20,956,0),(113666,21,956,0),(113667,22,956,0),(113668,23,956,0),(113669,24,956,0),(113670,25,956,0),(113671,26,956,0),(113672,27,956,0),(113673,28,956,0),(113674,29,956,0),(113675,30,956,0),(113676,31,956,0),(113677,32,956,0),(113678,33,956,0),(113679,34,956,0),(113680,35,956,0),(113681,36,956,0),(113682,37,956,0),(113683,38,956,0),(113684,39,956,0),(113685,40,956,0),(113686,41,956,0),(113687,42,956,0),(113688,43,956,0),(113689,44,956,0),(113690,45,956,0),(113691,46,956,0),(113692,47,956,0),(113693,48,956,0),(113694,49,956,0),(113695,50,956,0),(113696,51,956,0),(113697,52,956,0),(113698,53,956,0),(113699,54,956,0),(113700,55,956,0),(113701,56,956,0),(113702,57,956,0),(113703,58,956,0),(113704,59,956,0),(113705,60,956,0),(113706,61,956,0),(113707,62,956,0),(113708,63,956,0),(113709,64,956,0),(113710,65,956,0),(113711,66,956,0),(113712,67,956,0),(113713,68,956,0),(113714,69,956,0),(113715,70,956,0),(113716,71,956,0),(113717,72,956,0),(113718,73,956,0),(113719,74,956,0),(113720,75,956,0),(113721,76,956,0),(113722,77,956,0),(113723,78,956,0),(113724,79,956,0),(113725,80,956,0),(113726,81,956,0),(113727,82,956,0),(113728,83,956,0),(113729,84,956,0),(113730,85,956,0),(113731,86,956,0),(113732,87,956,0),(113733,88,956,0),(113734,89,956,0),(113735,90,956,0),(113736,91,956,0),(113737,92,956,0),(113738,93,956,0),(113739,94,956,0),(113740,95,956,0),(113741,96,956,0),(113742,97,956,0),(113743,98,956,0),(113744,99,956,0),(113745,100,956,0),(113746,101,956,0),(113747,102,956,0),(113748,103,956,0),(113749,104,956,0),(113750,105,956,0),(113751,106,956,0),(113752,107,956,0),(113753,108,956,0),(113754,109,956,0),(113755,110,956,0),(113756,111,956,0),(113757,112,956,0),(113758,113,956,1),(113759,114,956,0),(113760,115,956,0),(113761,116,956,0),(113762,117,956,0),(113763,118,956,0),(113764,119,956,0),(113765,1,957,0),(113766,2,957,0),(113767,3,957,0),(113768,4,957,0),(113769,5,957,0),(113770,6,957,0),(113771,7,957,0),(113772,8,957,0),(113773,9,957,0),(113774,10,957,0),(113775,11,957,0),(113776,12,957,0),(113777,13,957,0),(113778,14,957,0),(113779,15,957,0),(113780,16,957,0),(113781,17,957,0),(113782,18,957,0),(113783,19,957,0),(113784,20,957,0),(113785,21,957,0),(113786,22,957,0),(113787,23,957,0),(113788,24,957,0),(113789,25,957,0),(113790,26,957,0),(113791,27,957,0),(113792,28,957,0),(113793,29,957,0),(113794,30,957,0),(113795,31,957,0),(113796,32,957,0),(113797,33,957,0),(113798,34,957,0),(113799,35,957,0),(113800,36,957,0),(113801,37,957,0),(113802,38,957,0),(113803,39,957,0),(113804,40,957,0),(113805,41,957,0),(113806,42,957,0),(113807,43,957,0),(113808,44,957,0),(113809,45,957,0),(113810,46,957,0),(113811,47,957,0),(113812,48,957,0),(113813,49,957,0),(113814,50,957,0),(113815,51,957,0),(113816,52,957,0),(113817,53,957,0),(113818,54,957,0),(113819,55,957,0),(113820,56,957,0),(113821,57,957,0),(113822,58,957,0),(113823,59,957,0),(113824,60,957,0),(113825,61,957,0),(113826,62,957,0),(113827,63,957,0),(113828,64,957,0),(113829,65,957,0),(113830,66,957,0),(113831,67,957,0),(113832,68,957,0),(113833,69,957,0),(113834,70,957,0),(113835,71,957,0),(113836,72,957,0),(113837,73,957,0),(113838,74,957,0),(113839,75,957,0),(113840,76,957,0),(113841,77,957,0),(113842,78,957,0),(113843,79,957,0),(113844,80,957,0),(113845,81,957,0),(113846,82,957,0),(113847,83,957,0),(113848,84,957,0),(113849,85,957,0),(113850,86,957,0),(113851,87,957,0),(113852,88,957,0),(113853,89,957,0),(113854,90,957,0),(113855,91,957,0),(113856,92,957,0),(113857,93,957,0),(113858,94,957,0),(113859,95,957,0),(113860,96,957,0),(113861,97,957,0),(113862,98,957,0),(113863,99,957,0),(113864,100,957,0),(113865,101,957,0),(113866,102,957,0),(113867,103,957,0),(113868,104,957,0),(113869,105,957,0),(113870,106,957,0),(113871,107,957,0),(113872,108,957,0),(113873,109,957,0),(113874,110,957,0),(113875,111,957,0),(113876,112,957,0),(113877,113,957,0),(113878,114,957,0.351461297474936),(113879,115,957,0),(113880,116,957,0),(113881,117,957,0),(113882,118,957,0),(113883,119,957,0),(113884,1,958,0),(113885,2,958,0),(113886,3,958,0),(113887,4,958,0),(113888,5,958,0),(113889,6,958,0),(113890,7,958,0),(113891,8,958,0),(113892,9,958,0),(113893,10,958,0),(113894,11,958,0),(113895,12,958,0),(113896,13,958,0),(113897,14,958,0),(113898,15,958,0),(113899,16,958,0),(113900,17,958,0),(113901,18,958,0),(113902,19,958,0),(113903,20,958,0),(113904,21,958,0),(113905,22,958,0),(113906,23,958,0),(113907,24,958,0),(113908,25,958,0),(113909,26,958,0),(113910,27,958,0),(113911,28,958,0),(113912,29,958,0),(113913,30,958,0),(113914,31,958,0),(113915,32,958,0),(113916,33,958,0),(113917,34,958,0),(113918,35,958,0),(113919,36,958,0),(113920,37,958,0),(113921,38,958,0),(113922,39,958,0),(113923,40,958,0),(113924,41,958,0),(113925,42,958,0),(113926,43,958,0),(113927,44,958,0),(113928,45,958,0),(113929,46,958,0),(113930,47,958,0),(113931,48,958,0),(113932,49,958,0),(113933,50,958,0),(113934,51,958,0),(113935,52,958,0),(113936,53,958,0),(113937,54,958,0),(113938,55,958,0),(113939,56,958,0),(113940,57,958,0),(113941,58,958,0),(113942,59,958,0),(113943,60,958,0),(113944,61,958,0),(113945,62,958,0),(113946,63,958,0),(113947,64,958,0),(113948,65,958,0),(113949,66,958,0),(113950,67,958,0),(113951,68,958,0),(113952,69,958,0),(113953,70,958,0),(113954,71,958,0),(113955,72,958,0),(113956,73,958,0),(113957,74,958,0),(113958,75,958,0),(113959,76,958,0),(113960,77,958,0),(113961,78,958,0),(113962,79,958,0),(113963,80,958,0),(113964,81,958,0),(113965,82,958,0),(113966,83,958,0),(113967,84,958,0),(113968,85,958,0),(113969,86,958,0),(113970,87,958,0),(113971,88,958,0),(113972,89,958,0),(113973,90,958,0),(113974,91,958,0),(113975,92,958,0),(113976,93,958,0),(113977,94,958,0),(113978,95,958,0),(113979,96,958,0),(113980,97,958,0),(113981,98,958,0),(113982,99,958,0),(113983,100,958,0),(113984,101,958,0),(113985,102,958,0),(113986,103,958,0),(113987,104,958,0),(113988,105,958,0),(113989,106,958,0),(113990,107,958,0),(113991,108,958,0),(113992,109,958,0),(113993,110,958,0),(113994,111,958,0),(113995,112,958,0),(113996,113,958,0),(113997,114,958,0.148538702525064),(113998,115,958,0),(113999,116,958,0),(114000,117,958,0),(114001,118,958,0),(114002,119,958,0),(114003,1,959,0),(114004,2,959,0),(114005,3,959,0),(114006,4,959,0),(114007,5,959,0),(114008,6,959,0),(114009,7,959,0),(114010,8,959,0),(114011,9,959,0),(114012,10,959,0),(114013,11,959,0),(114014,12,959,0),(114015,13,959,0),(114016,14,959,0),(114017,15,959,0),(114018,16,959,0),(114019,17,959,0),(114020,18,959,0),(114021,19,959,0),(114022,20,959,0),(114023,21,959,0),(114024,22,959,0),(114025,23,959,0),(114026,24,959,0),(114027,25,959,0),(114028,26,959,0),(114029,27,959,0),(114030,28,959,0),(114031,29,959,0),(114032,30,959,0),(114033,31,959,0),(114034,32,959,0),(114035,33,959,0),(114036,34,959,0),(114037,35,959,0),(114038,36,959,0),(114039,37,959,0),(114040,38,959,0),(114041,39,959,0),(114042,40,959,0),(114043,41,959,0),(114044,42,959,0),(114045,43,959,0),(114046,44,959,0),(114047,45,959,0),(114048,46,959,0),(114049,47,959,0),(114050,48,959,0),(114051,49,959,0),(114052,50,959,0),(114053,51,959,0),(114054,52,959,0),(114055,53,959,0),(114056,54,959,0),(114057,55,959,0),(114058,56,959,0),(114059,57,959,0),(114060,58,959,0),(114061,59,959,0),(114062,60,959,0),(114063,61,959,0),(114064,62,959,0),(114065,63,959,0),(114066,64,959,0),(114067,65,959,0),(114068,66,959,0),(114069,67,959,0),(114070,68,959,0),(114071,69,959,0),(114072,70,959,0),(114073,71,959,0),(114074,72,959,0),(114075,73,959,0),(114076,74,959,0),(114077,75,959,0),(114078,76,959,0),(114079,77,959,0),(114080,78,959,0),(114081,79,959,0),(114082,80,959,0),(114083,81,959,0),(114084,82,959,0),(114085,83,959,0),(114086,84,959,0),(114087,85,959,0),(114088,86,959,0),(114089,87,959,0),(114090,88,959,0),(114091,89,959,0),(114092,90,959,0),(114093,91,959,0),(114094,92,959,0),(114095,93,959,0),(114096,94,959,0),(114097,95,959,0),(114098,96,959,0),(114099,97,959,0),(114100,98,959,0),(114101,99,959,0),(114102,100,959,0),(114103,101,959,0),(114104,102,959,0),(114105,103,959,0),(114106,104,959,0),(114107,105,959,0),(114108,106,959,0),(114109,107,959,0),(114110,108,959,0),(114111,109,959,0),(114112,110,959,0),(114113,111,959,0),(114114,112,959,0),(114115,113,959,0),(114116,114,959,0.282656366994399),(114117,115,959,0),(114118,116,959,0),(114119,117,959,0),(114120,118,959,0),(114121,119,959,0),(114122,1,960,0),(114123,2,960,0),(114124,3,960,0),(114125,4,960,0),(114126,5,960,0),(114127,6,960,0),(114128,7,960,0),(114129,8,960,0),(114130,9,960,0),(114131,10,960,0),(114132,11,960,0),(114133,12,960,0),(114134,13,960,0),(114135,14,960,0),(114136,15,960,0),(114137,16,960,0),(114138,17,960,0),(114139,18,960,0),(114140,19,960,0),(114141,20,960,0),(114142,21,960,0),(114143,22,960,0),(114144,23,960,0),(114145,24,960,0),(114146,25,960,0),(114147,26,960,0),(114148,27,960,0),(114149,28,960,0),(114150,29,960,0),(114151,30,960,0),(114152,31,960,0),(114153,32,960,0),(114154,33,960,0),(114155,34,960,0),(114156,35,960,0),(114157,36,960,0),(114158,37,960,0),(114159,38,960,0),(114160,39,960,0),(114161,40,960,0),(114162,41,960,0),(114163,42,960,0),(114164,43,960,0),(114165,44,960,0),(114166,45,960,0),(114167,46,960,0),(114168,47,960,0),(114169,48,960,0),(114170,49,960,0),(114171,50,960,0),(114172,51,960,0),(114173,52,960,0),(114174,53,960,0),(114175,54,960,0),(114176,55,960,0),(114177,56,960,0),(114178,57,960,0),(114179,58,960,0),(114180,59,960,0),(114181,60,960,0),(114182,61,960,0),(114183,62,960,0),(114184,63,960,0),(114185,64,960,0),(114186,65,960,0),(114187,66,960,0),(114188,67,960,0),(114189,68,960,0),(114190,69,960,0),(114191,70,960,0),(114192,71,960,0),(114193,72,960,0),(114194,73,960,0),(114195,74,960,0),(114196,75,960,0),(114197,76,960,0),(114198,77,960,0),(114199,78,960,0),(114200,79,960,0),(114201,80,960,0),(114202,81,960,0),(114203,82,960,0),(114204,83,960,0),(114205,84,960,0),(114206,85,960,0),(114207,86,960,0),(114208,87,960,0),(114209,88,960,0),(114210,89,960,0),(114211,90,960,0),(114212,91,960,0),(114213,92,960,0),(114214,93,960,0),(114215,94,960,0),(114216,95,960,0),(114217,96,960,0),(114218,97,960,0),(114219,98,960,0),(114220,99,960,0),(114221,100,960,0),(114222,101,960,0),(114223,102,960,0),(114224,103,960,0),(114225,104,960,0),(114226,105,960,0),(114227,106,960,0),(114228,107,960,0),(114229,108,960,0),(114230,109,960,0),(114231,110,960,0),(114232,111,960,0),(114233,112,960,0),(114234,113,960,0),(114235,114,960,0.224109892318029),(114236,115,960,0),(114237,116,960,0),(114238,117,960,0),(114239,118,960,0),(114240,119,960,0),(114241,1,961,0),(114242,2,961,0),(114243,3,961,0),(114244,4,961,0),(114245,5,961,0),(114246,6,961,0),(114247,7,961,0),(114248,8,961,0),(114249,9,961,0),(114250,10,961,0),(114251,11,961,0),(114252,12,961,0),(114253,13,961,0),(114254,14,961,0),(114255,15,961,0),(114256,16,961,0),(114257,17,961,0),(114258,18,961,0),(114259,19,961,0),(114260,20,961,0),(114261,21,961,0),(114262,22,961,0),(114263,23,961,0),(114264,24,961,0),(114265,25,961,0),(114266,26,961,0),(114267,27,961,0),(114268,28,961,0),(114269,29,961,0),(114270,30,961,0),(114271,31,961,0),(114272,32,961,0),(114273,33,961,0),(114274,34,961,0),(114275,35,961,0),(114276,36,961,0),(114277,37,961,0),(114278,38,961,0),(114279,39,961,0),(114280,40,961,0),(114281,41,961,0),(114282,42,961,0),(114283,43,961,0),(114284,44,961,0),(114285,45,961,0),(114286,46,961,0),(114287,47,961,0),(114288,48,961,0),(114289,49,961,0),(114290,50,961,0),(114291,51,961,0),(114292,52,961,0),(114293,53,961,0),(114294,54,961,0),(114295,55,961,0),(114296,56,961,0),(114297,57,961,0),(114298,58,961,0),(114299,59,961,0),(114300,60,961,0),(114301,61,961,0),(114302,62,961,0),(114303,63,961,0),(114304,64,961,0),(114305,65,961,0),(114306,66,961,0),(114307,67,961,0),(114308,68,961,0),(114309,69,961,0),(114310,70,961,0),(114311,71,961,0),(114312,72,961,0),(114313,73,961,0),(114314,74,961,0),(114315,75,961,0),(114316,76,961,0),(114317,77,961,0),(114318,78,961,0),(114319,79,961,0),(114320,80,961,0),(114321,81,961,0),(114322,82,961,0),(114323,83,961,0),(114324,84,961,0),(114325,85,961,0),(114326,86,961,0),(114327,87,961,0),(114328,88,961,0),(114329,89,961,0),(114330,90,961,0),(114331,91,961,0),(114332,92,961,0),(114333,93,961,0),(114334,94,961,0),(114335,95,961,0),(114336,96,961,0),(114337,97,961,0),(114338,98,961,0),(114339,99,961,0),(114340,100,961,0),(114341,101,961,0),(114342,102,961,0),(114343,103,961,0),(114344,104,961,0),(114345,105,961,0),(114346,106,961,0),(114347,107,961,0),(114348,108,961,0),(114349,109,961,0),(114350,110,961,0),(114351,111,961,0),(114352,112,961,0),(114353,113,961,0),(114354,114,961,0.293233740687571),(114355,115,961,0),(114356,116,961,0),(114357,117,961,0),(114358,118,961,0),(114359,119,961,0),(114360,1,962,0),(114361,2,962,0),(114362,3,962,0),(114363,4,962,0),(114364,5,962,0),(114365,6,962,0),(114366,7,962,0),(114367,8,962,0),(114368,9,962,0),(114369,10,962,0),(114370,11,962,0),(114371,12,962,0),(114372,13,962,0),(114373,14,962,0),(114374,15,962,0),(114375,16,962,0),(114376,17,962,0),(114377,18,962,0),(114378,19,962,0),(114379,20,962,0),(114380,21,962,0),(114381,22,962,0),(114382,23,962,0),(114383,24,962,0),(114384,25,962,0),(114385,26,962,0),(114386,27,962,0),(114387,28,962,0),(114388,29,962,0),(114389,30,962,0),(114390,31,962,0),(114391,32,962,0),(114392,33,962,0),(114393,34,962,0),(114394,35,962,0),(114395,36,962,0),(114396,37,962,0),(114397,38,962,0),(114398,39,962,0),(114399,40,962,0),(114400,41,962,0),(114401,42,962,0),(114402,43,962,0),(114403,44,962,0),(114404,45,962,0),(114405,46,962,0),(114406,47,962,0),(114407,48,962,0),(114408,49,962,0),(114409,50,962,0),(114410,51,962,0),(114411,52,962,0),(114412,53,962,0),(114413,54,962,0),(114414,55,962,0),(114415,56,962,0),(114416,57,962,0),(114417,58,962,0),(114418,59,962,0),(114419,60,962,0),(114420,61,962,0),(114421,62,962,0),(114422,63,962,0),(114423,64,962,0),(114424,65,962,0),(114425,66,962,0),(114426,67,962,0),(114427,68,962,0),(114428,69,962,0),(114429,70,962,0),(114430,71,962,0),(114431,72,962,0),(114432,73,962,0),(114433,74,962,0),(114434,75,962,0),(114435,76,962,0),(114436,77,962,0),(114437,78,962,0),(114438,79,962,0),(114439,80,962,0),(114440,81,962,0),(114441,82,962,0),(114442,83,962,0),(114443,84,962,0),(114444,85,962,0),(114445,86,962,0),(114446,87,962,0),(114447,88,962,0),(114448,89,962,0),(114449,90,962,0),(114450,91,962,0),(114451,92,962,0),(114452,93,962,0),(114453,94,962,0),(114454,95,962,0),(114455,96,962,0),(114456,97,962,0),(114457,98,962,0),(114458,99,962,0),(114459,100,962,0),(114460,101,962,0),(114461,102,962,0),(114462,103,962,0),(114463,104,962,0),(114464,105,962,0),(114465,106,962,0),(114466,107,962,0),(114467,108,962,0),(114468,109,962,0),(114469,110,962,0),(114470,111,962,0),(114471,112,962,0),(114472,113,962,0),(114473,114,962,0.308940373538909),(114474,115,962,0),(114475,116,962,0),(114476,117,962,0),(114477,118,962,0),(114478,119,962,0),(114479,1,963,0),(114480,2,963,0),(114481,3,963,0),(114482,4,963,0),(114483,5,963,0),(114484,6,963,0),(114485,7,963,0),(114486,8,963,0),(114487,9,963,0),(114488,10,963,0),(114489,11,963,0),(114490,12,963,0),(114491,13,963,0),(114492,14,963,0),(114493,15,963,0),(114494,16,963,0),(114495,17,963,0),(114496,18,963,0),(114497,19,963,0),(114498,20,963,0),(114499,21,963,0),(114500,22,963,0),(114501,23,963,0),(114502,24,963,0),(114503,25,963,0),(114504,26,963,0),(114505,27,963,0),(114506,28,963,0),(114507,29,963,0),(114508,30,963,0),(114509,31,963,0),(114510,32,963,0),(114511,33,963,0),(114512,34,963,0),(114513,35,963,0),(114514,36,963,0),(114515,37,963,0),(114516,38,963,0),(114517,39,963,0),(114518,40,963,0),(114519,41,963,0),(114520,42,963,0),(114521,43,963,0),(114522,44,963,0),(114523,45,963,0),(114524,46,963,0),(114525,47,963,0),(114526,48,963,0),(114527,49,963,0),(114528,50,963,0),(114529,51,963,0),(114530,52,963,0),(114531,53,963,0),(114532,54,963,0),(114533,55,963,0),(114534,56,963,0),(114535,57,963,0),(114536,58,963,0),(114537,59,963,0),(114538,60,963,0),(114539,61,963,0),(114540,62,963,0),(114541,63,963,0),(114542,64,963,0),(114543,65,963,0),(114544,66,963,0),(114545,67,963,0),(114546,68,963,0),(114547,69,963,0),(114548,70,963,0),(114549,71,963,0),(114550,72,963,0),(114551,73,963,0),(114552,74,963,0),(114553,75,963,0),(114554,76,963,0),(114555,77,963,0),(114556,78,963,0),(114557,79,963,0),(114558,80,963,0),(114559,81,963,0),(114560,82,963,0),(114561,83,963,0),(114562,84,963,0),(114563,85,963,0),(114564,86,963,0),(114565,87,963,0),(114566,88,963,0),(114567,89,963,0),(114568,90,963,0),(114569,91,963,0),(114570,92,963,0),(114571,93,963,0),(114572,94,963,0),(114573,95,963,0),(114574,96,963,0),(114575,97,963,0),(114576,98,963,0),(114577,99,963,0),(114578,100,963,0),(114579,101,963,0),(114580,102,963,0),(114581,103,963,0),(114582,104,963,0),(114583,105,963,0),(114584,106,963,0),(114585,107,963,0),(114586,108,963,0),(114587,109,963,0),(114588,110,963,0),(114589,111,963,0),(114590,112,963,0),(114591,113,963,0),(114592,114,963,0.214362727955739),(114593,115,963,0),(114594,116,963,0),(114595,117,963,0),(114596,118,963,0),(114597,119,963,0),(114598,1,964,0),(114599,2,964,0),(114600,3,964,0),(114601,4,964,0),(114602,5,964,0),(114603,6,964,0),(114604,7,964,0),(114605,8,964,0),(114606,9,964,0),(114607,10,964,0),(114608,11,964,0),(114609,12,964,0),(114610,13,964,0),(114611,14,964,0),(114612,15,964,0),(114613,16,964,0),(114614,17,964,0),(114615,18,964,0),(114616,19,964,0),(114617,20,964,0),(114618,21,964,0),(114619,22,964,0),(114620,23,964,0),(114621,24,964,0),(114622,25,964,0),(114623,26,964,0),(114624,27,964,0),(114625,28,964,0),(114626,29,964,0),(114627,30,964,0),(114628,31,964,0),(114629,32,964,0),(114630,33,964,0),(114631,34,964,0),(114632,35,964,0),(114633,36,964,0),(114634,37,964,0),(114635,38,964,0),(114636,39,964,0),(114637,40,964,0),(114638,41,964,0),(114639,42,964,0),(114640,43,964,0),(114641,44,964,0),(114642,45,964,0),(114643,46,964,0),(114644,47,964,0),(114645,48,964,0),(114646,49,964,0),(114647,50,964,0),(114648,51,964,0),(114649,52,964,0),(114650,53,964,0),(114651,54,964,0),(114652,55,964,0),(114653,56,964,0),(114654,57,964,0),(114655,58,964,0),(114656,59,964,0),(114657,60,964,0),(114658,61,964,0),(114659,62,964,0),(114660,63,964,0),(114661,64,964,0),(114662,65,964,0),(114663,66,964,0),(114664,67,964,0),(114665,68,964,0),(114666,69,964,0),(114667,70,964,0),(114668,71,964,0),(114669,72,964,0),(114670,73,964,0),(114671,74,964,0),(114672,75,964,0),(114673,76,964,0),(114674,77,964,0),(114675,78,964,0),(114676,79,964,0),(114677,80,964,0),(114678,81,964,0),(114679,82,964,0),(114680,83,964,0),(114681,84,964,0),(114682,85,964,0),(114683,86,964,0),(114684,87,964,0),(114685,88,964,0),(114686,89,964,0),(114687,90,964,0),(114688,91,964,0),(114689,92,964,0),(114690,93,964,0),(114691,94,964,0),(114692,95,964,0),(114693,96,964,0),(114694,97,964,0),(114695,98,964,0),(114696,99,964,0),(114697,100,964,0),(114698,101,964,0),(114699,102,964,0),(114700,103,964,0),(114701,104,964,0),(114702,105,964,0),(114703,106,964,0),(114704,107,964,0),(114705,108,964,0),(114706,109,964,0),(114707,110,964,0),(114708,111,964,0),(114709,112,964,0),(114710,113,964,0),(114711,114,964,0.158780608536942),(114712,115,964,0),(114713,116,964,0),(114714,117,964,0),(114715,118,964,0),(114716,119,964,0),(114717,1,965,0),(114718,2,965,0),(114719,3,965,0),(114720,4,965,0),(114721,5,965,0),(114722,6,965,0),(114723,7,965,0),(114724,8,965,0),(114725,9,965,0),(114726,10,965,0),(114727,11,965,0),(114728,12,965,0),(114729,13,965,0),(114730,14,965,0),(114731,15,965,0),(114732,16,965,0),(114733,17,965,0),(114734,18,965,0),(114735,19,965,0),(114736,20,965,0),(114737,21,965,0),(114738,22,965,0),(114739,23,965,0),(114740,24,965,0),(114741,25,965,0),(114742,26,965,0),(114743,27,965,0),(114744,28,965,0),(114745,29,965,0),(114746,30,965,0),(114747,31,965,0),(114748,32,965,0),(114749,33,965,0),(114750,34,965,0),(114751,35,965,0),(114752,36,965,0),(114753,37,965,0),(114754,38,965,0),(114755,39,965,0),(114756,40,965,0),(114757,41,965,0),(114758,42,965,0),(114759,43,965,0),(114760,44,965,0),(114761,45,965,0),(114762,46,965,0),(114763,47,965,0),(114764,48,965,0),(114765,49,965,0),(114766,50,965,0),(114767,51,965,0),(114768,52,965,0),(114769,53,965,0),(114770,54,965,0),(114771,55,965,0),(114772,56,965,0),(114773,57,965,0),(114774,58,965,0),(114775,59,965,0),(114776,60,965,0),(114777,61,965,0),(114778,62,965,0),(114779,63,965,0),(114780,64,965,0),(114781,65,965,0),(114782,66,965,0),(114783,67,965,0),(114784,68,965,0),(114785,69,965,0),(114786,70,965,0),(114787,71,965,0),(114788,72,965,0),(114789,73,965,0),(114790,74,965,0),(114791,75,965,0),(114792,76,965,0),(114793,77,965,0),(114794,78,965,0),(114795,79,965,0),(114796,80,965,0),(114797,81,965,0),(114798,82,965,0),(114799,83,965,0),(114800,84,965,0),(114801,85,965,0),(114802,86,965,0),(114803,87,965,0),(114804,88,965,0),(114805,89,965,0),(114806,90,965,0),(114807,91,965,0),(114808,92,965,0),(114809,93,965,0),(114810,94,965,0),(114811,95,965,0),(114812,96,965,0),(114813,97,965,0),(114814,98,965,0),(114815,99,965,0),(114816,100,965,0),(114817,101,965,0),(114818,102,965,0),(114819,103,965,0),(114820,104,965,0),(114821,105,965,0),(114822,106,965,0),(114823,107,965,0),(114824,108,965,0),(114825,109,965,0),(114826,110,965,0),(114827,111,965,0),(114828,112,965,0),(114829,113,965,0),(114830,114,965,0.317916289968411),(114831,115,965,0),(114832,116,965,0),(114833,117,965,0),(114834,118,965,0),(114835,119,965,0),(114836,1,966,0),(114837,2,966,0),(114838,3,966,0),(114839,4,966,0),(114840,5,966,0),(114841,6,966,0),(114842,7,966,0),(114843,8,966,0),(114844,9,966,0),(114845,10,966,0),(114846,11,966,0),(114847,12,966,0),(114848,13,966,0),(114849,14,966,0),(114850,15,966,0),(114851,16,966,0),(114852,17,966,0),(114853,18,966,0),(114854,19,966,0),(114855,20,966,0),(114856,21,966,0),(114857,22,966,0),(114858,23,966,0),(114859,24,966,0),(114860,25,966,0),(114861,26,966,0),(114862,27,966,0),(114863,28,966,0),(114864,29,966,0),(114865,30,966,0),(114866,31,966,0),(114867,32,966,0),(114868,33,966,0),(114869,34,966,0),(114870,35,966,0),(114871,36,966,0),(114872,37,966,0),(114873,38,966,0),(114874,39,966,0),(114875,40,966,0),(114876,41,966,0),(114877,42,966,0),(114878,43,966,0),(114879,44,966,0),(114880,45,966,0),(114881,46,966,0),(114882,47,966,0),(114883,48,966,0),(114884,49,966,0),(114885,50,966,0),(114886,51,966,0),(114887,52,966,0),(114888,53,966,0),(114889,54,966,0),(114890,55,966,0),(114891,56,966,0),(114892,57,966,0),(114893,58,966,0),(114894,59,966,0),(114895,60,966,0),(114896,61,966,0),(114897,62,966,0),(114898,63,966,0),(114899,64,966,0),(114900,65,966,0),(114901,66,966,0),(114902,67,966,0),(114903,68,966,0),(114904,69,966,0),(114905,70,966,0),(114906,71,966,0),(114907,72,966,0),(114908,73,966,0),(114909,74,966,0),(114910,75,966,0),(114911,76,966,0),(114912,77,966,0),(114913,78,966,0),(114914,79,966,0),(114915,80,966,0),(114916,81,966,0),(114917,82,966,0),(114918,83,966,0),(114919,84,966,0),(114920,85,966,0),(114921,86,966,0),(114922,87,966,0),(114923,88,966,0),(114924,89,966,0),(114925,90,966,0),(114926,91,966,0),(114927,92,966,0),(114928,93,966,0),(114929,94,966,0),(114930,95,966,0),(114931,96,966,0),(114932,97,966,0),(114933,98,966,0),(114934,99,966,0),(114935,100,966,0),(114936,101,966,0),(114937,102,966,0),(114938,103,966,0),(114939,104,966,0),(114940,105,966,0),(114941,106,966,0),(114942,107,966,0),(114943,108,966,0),(114944,109,966,0),(114945,110,966,0),(114946,111,966,0),(114947,112,966,0),(114948,113,966,0),(114949,114,966,0),(114950,115,966,0.5),(114951,116,966,0),(114952,117,966,0),(114953,118,966,0),(114954,119,966,0),(114955,1,967,0),(114956,2,967,0),(114957,3,967,0),(114958,4,967,0),(114959,5,967,0),(114960,6,967,0),(114961,7,967,0),(114962,8,967,0),(114963,9,967,0),(114964,10,967,0),(114965,11,967,0),(114966,12,967,0),(114967,13,967,0),(114968,14,967,0),(114969,15,967,0),(114970,16,967,0),(114971,17,967,0),(114972,18,967,0),(114973,19,967,0),(114974,20,967,0),(114975,21,967,0),(114976,22,967,0),(114977,23,967,0),(114978,24,967,0),(114979,25,967,0),(114980,26,967,0),(114981,27,967,0),(114982,28,967,0),(114983,29,967,0),(114984,30,967,0),(114985,31,967,0),(114986,32,967,0),(114987,33,967,0),(114988,34,967,0),(114989,35,967,0),(114990,36,967,0),(114991,37,967,0),(114992,38,967,0),(114993,39,967,0),(114994,40,967,0),(114995,41,967,0),(114996,42,967,0),(114997,43,967,0),(114998,44,967,0),(114999,45,967,0),(115000,46,967,0),(115001,47,967,0),(115002,48,967,0),(115003,49,967,0),(115004,50,967,0),(115005,51,967,0),(115006,52,967,0),(115007,53,967,0),(115008,54,967,0),(115009,55,967,0),(115010,56,967,0),(115011,57,967,0),(115012,58,967,0),(115013,59,967,0),(115014,60,967,0),(115015,61,967,0),(115016,62,967,0),(115017,63,967,0),(115018,64,967,0),(115019,65,967,0),(115020,66,967,0),(115021,67,967,0),(115022,68,967,0),(115023,69,967,0),(115024,70,967,0),(115025,71,967,0),(115026,72,967,0),(115027,73,967,0),(115028,74,967,0),(115029,75,967,0),(115030,76,967,0),(115031,77,967,0),(115032,78,967,0),(115033,79,967,0),(115034,80,967,0),(115035,81,967,0),(115036,82,967,0),(115037,83,967,0),(115038,84,967,0),(115039,85,967,0),(115040,86,967,0),(115041,87,967,0),(115042,88,967,0),(115043,89,967,0),(115044,90,967,0),(115045,91,967,0),(115046,92,967,0),(115047,93,967,0),(115048,94,967,0),(115049,95,967,0),(115050,96,967,0),(115051,97,967,0),(115052,98,967,0),(115053,99,967,0),(115054,100,967,0),(115055,101,967,0),(115056,102,967,0),(115057,103,967,0),(115058,104,967,0),(115059,105,967,0),(115060,106,967,0),(115061,107,967,0),(115062,108,967,0),(115063,109,967,0),(115064,110,967,0),(115065,111,967,0),(115066,112,967,0),(115067,113,967,0),(115068,114,967,0),(115069,115,967,0.0497542650330819),(115070,116,967,0),(115071,117,967,0),(115072,118,967,0),(115073,119,967,0),(115074,1,968,0),(115075,2,968,0),(115076,3,968,0),(115077,4,968,0),(115078,5,968,0),(115079,6,968,0),(115080,7,968,0),(115081,8,968,0),(115082,9,968,0),(115083,10,968,0),(115084,11,968,0),(115085,12,968,0),(115086,13,968,0),(115087,14,968,0),(115088,15,968,0),(115089,16,968,0),(115090,17,968,0),(115091,18,968,0),(115092,19,968,0),(115093,20,968,0),(115094,21,968,0),(115095,22,968,0),(115096,23,968,0),(115097,24,968,0),(115098,25,968,0),(115099,26,968,0),(115100,27,968,0),(115101,28,968,0),(115102,29,968,0),(115103,30,968,0),(115104,31,968,0),(115105,32,968,0),(115106,33,968,0),(115107,34,968,0),(115108,35,968,0),(115109,36,968,0),(115110,37,968,0),(115111,38,968,0),(115112,39,968,0),(115113,40,968,0),(115114,41,968,0),(115115,42,968,0),(115116,43,968,0),(115117,44,968,0),(115118,45,968,0),(115119,46,968,0),(115120,47,968,0),(115121,48,968,0),(115122,49,968,0),(115123,50,968,0),(115124,51,968,0),(115125,52,968,0),(115126,53,968,0),(115127,54,968,0),(115128,55,968,0),(115129,56,968,0),(115130,57,968,0),(115131,58,968,0),(115132,59,968,0),(115133,60,968,0),(115134,61,968,0),(115135,62,968,0),(115136,63,968,0),(115137,64,968,0),(115138,65,968,0),(115139,66,968,0),(115140,67,968,0),(115141,68,968,0),(115142,69,968,0),(115143,70,968,0),(115144,71,968,0),(115145,72,968,0),(115146,73,968,0),(115147,74,968,0),(115148,75,968,0),(115149,76,968,0),(115150,77,968,0),(115151,78,968,0),(115152,79,968,0),(115153,80,968,0),(115154,81,968,0),(115155,82,968,0),(115156,83,968,0),(115157,84,968,0),(115158,85,968,0),(115159,86,968,0),(115160,87,968,0),(115161,88,968,0),(115162,89,968,0),(115163,90,968,0),(115164,91,968,0),(115165,92,968,0),(115166,93,968,0),(115167,94,968,0),(115168,95,968,0),(115169,96,968,0),(115170,97,968,0),(115171,98,968,0),(115172,99,968,0),(115173,100,968,0),(115174,101,968,0),(115175,102,968,0),(115176,103,968,0),(115177,104,968,0),(115178,105,968,0),(115179,106,968,0),(115180,107,968,0),(115181,108,968,0),(115182,109,968,0),(115183,110,968,0),(115184,111,968,0),(115185,112,968,0),(115186,113,968,0),(115187,114,968,0),(115188,115,968,0.265443327368279),(115189,116,968,0),(115190,117,968,0),(115191,118,968,0),(115192,119,968,0),(115193,1,969,0),(115194,2,969,0),(115195,3,969,0),(115196,4,969,0),(115197,5,969,0),(115198,6,969,0),(115199,7,969,0),(115200,8,969,0),(115201,9,969,0),(115202,10,969,0),(115203,11,969,0),(115204,12,969,0),(115205,13,969,0),(115206,14,969,0),(115207,15,969,0),(115208,16,969,0),(115209,17,969,0),(115210,18,969,0),(115211,19,969,0),(115212,20,969,0),(115213,21,969,0),(115214,22,969,0),(115215,23,969,0),(115216,24,969,0),(115217,25,969,0),(115218,26,969,0),(115219,27,969,0),(115220,28,969,0),(115221,29,969,0),(115222,30,969,0),(115223,31,969,0),(115224,32,969,0),(115225,33,969,0),(115226,34,969,0),(115227,35,969,0),(115228,36,969,0),(115229,37,969,0),(115230,38,969,0),(115231,39,969,0),(115232,40,969,0),(115233,41,969,0),(115234,42,969,0),(115235,43,969,0),(115236,44,969,0),(115237,45,969,0),(115238,46,969,0),(115239,47,969,0),(115240,48,969,0),(115241,49,969,0),(115242,50,969,0),(115243,51,969,0),(115244,52,969,0),(115245,53,969,0),(115246,54,969,0),(115247,55,969,0),(115248,56,969,0),(115249,57,969,0),(115250,58,969,0),(115251,59,969,0),(115252,60,969,0),(115253,61,969,0),(115254,62,969,0),(115255,63,969,0),(115256,64,969,0),(115257,65,969,0),(115258,66,969,0),(115259,67,969,0),(115260,68,969,0),(115261,69,969,0),(115262,70,969,0),(115263,71,969,0),(115264,72,969,0),(115265,73,969,0),(115266,74,969,0),(115267,75,969,0),(115268,76,969,0),(115269,77,969,0),(115270,78,969,0),(115271,79,969,0),(115272,80,969,0),(115273,81,969,0),(115274,82,969,0),(115275,83,969,0),(115276,84,969,0),(115277,85,969,0),(115278,86,969,0),(115279,87,969,0),(115280,88,969,0),(115281,89,969,0),(115282,90,969,0),(115283,91,969,0),(115284,92,969,0),(115285,93,969,0),(115286,94,969,0),(115287,95,969,0),(115288,96,969,0),(115289,97,969,0),(115290,98,969,0),(115291,99,969,0),(115292,100,969,0),(115293,101,969,0),(115294,102,969,0),(115295,103,969,0),(115296,104,969,0),(115297,105,969,0),(115298,106,969,0),(115299,107,969,0),(115300,108,969,0),(115301,109,969,0),(115302,110,969,0),(115303,111,969,0),(115304,112,969,0),(115305,113,969,0),(115306,114,969,0),(115307,115,969,0.268193787205403),(115308,116,969,0),(115309,117,969,0),(115310,118,969,0),(115311,119,969,0),(115312,1,970,0),(115313,2,970,0),(115314,3,970,0),(115315,4,970,0),(115316,5,970,0),(115317,6,970,0),(115318,7,970,0),(115319,8,970,0),(115320,9,970,0),(115321,10,970,0),(115322,11,970,0),(115323,12,970,0),(115324,13,970,0),(115325,14,970,0),(115326,15,970,0),(115327,16,970,0),(115328,17,970,0),(115329,18,970,0),(115330,19,970,0),(115331,20,970,0),(115332,21,970,0),(115333,22,970,0),(115334,23,970,0),(115335,24,970,0),(115336,25,970,0),(115337,26,970,0),(115338,27,970,0),(115339,28,970,0),(115340,29,970,0),(115341,30,970,0),(115342,31,970,0),(115343,32,970,0),(115344,33,970,0),(115345,34,970,0),(115346,35,970,0),(115347,36,970,0),(115348,37,970,0),(115349,38,970,0),(115350,39,970,0),(115351,40,970,0),(115352,41,970,0),(115353,42,970,0),(115354,43,970,0),(115355,44,970,0),(115356,45,970,0),(115357,46,970,0),(115358,47,970,0),(115359,48,970,0),(115360,49,970,0),(115361,50,970,0),(115362,51,970,0);
+INSERT INTO `aux_question_cat` VALUES (115363,52,970,0),(115364,53,970,0),(115365,54,970,0),(115366,55,970,0),(115367,56,970,0),(115368,57,970,0),(115369,58,970,0),(115370,59,970,0),(115371,60,970,0),(115372,61,970,0),(115373,62,970,0),(115374,63,970,0),(115375,64,970,0),(115376,65,970,0),(115377,66,970,0),(115378,67,970,0),(115379,68,970,0),(115380,69,970,0),(115381,70,970,0),(115382,71,970,0),(115383,72,970,0),(115384,73,970,0),(115385,74,970,0),(115386,75,970,0),(115387,76,970,0),(115388,77,970,0),(115389,78,970,0),(115390,79,970,0),(115391,80,970,0),(115392,81,970,0),(115393,82,970,0),(115394,83,970,0),(115395,84,970,0),(115396,85,970,0),(115397,86,970,0),(115398,87,970,0),(115399,88,970,0),(115400,89,970,0),(115401,90,970,0),(115402,91,970,0),(115403,92,970,0),(115404,93,970,0),(115405,94,970,0),(115406,95,970,0),(115407,96,970,0),(115408,97,970,0),(115409,98,970,0),(115410,99,970,0),(115411,100,970,0),(115412,101,970,0),(115413,102,970,0),(115414,103,970,0),(115415,104,970,0),(115416,105,970,0),(115417,106,970,0),(115418,107,970,0),(115419,108,970,0),(115420,109,970,0),(115421,110,970,0),(115422,111,970,0),(115423,112,970,0),(115424,113,970,0),(115425,114,970,0),(115426,115,970,0.216608620393237),(115427,116,970,0),(115428,117,970,0),(115429,118,970,0),(115430,119,970,0),(115431,1,971,0),(115432,2,971,0),(115433,3,971,0),(115434,4,971,0),(115435,5,971,0),(115436,6,971,0),(115437,7,971,0),(115438,8,971,0),(115439,9,971,0),(115440,10,971,0),(115441,11,971,0),(115442,12,971,0),(115443,13,971,0),(115444,14,971,0),(115445,15,971,0),(115446,16,971,0),(115447,17,971,0),(115448,18,971,0),(115449,19,971,0),(115450,20,971,0),(115451,21,971,0),(115452,22,971,0),(115453,23,971,0),(115454,24,971,0),(115455,25,971,0),(115456,26,971,0),(115457,27,971,0),(115458,28,971,0),(115459,29,971,0),(115460,30,971,0),(115461,31,971,0),(115462,32,971,0),(115463,33,971,0),(115464,34,971,0),(115465,35,971,0),(115466,36,971,0),(115467,37,971,0),(115468,38,971,0),(115469,39,971,0),(115470,40,971,0),(115471,41,971,0),(115472,42,971,0),(115473,43,971,0),(115474,44,971,0),(115475,45,971,0),(115476,46,971,0),(115477,47,971,0),(115478,48,971,0),(115479,49,971,0),(115480,50,971,0),(115481,51,971,0),(115482,52,971,0),(115483,53,971,0),(115484,54,971,0),(115485,55,971,0),(115486,56,971,0),(115487,57,971,0),(115488,58,971,0),(115489,59,971,0),(115490,60,971,0),(115491,61,971,0),(115492,62,971,0),(115493,63,971,0),(115494,64,971,0),(115495,65,971,0),(115496,66,971,0),(115497,67,971,0),(115498,68,971,0),(115499,69,971,0),(115500,70,971,0),(115501,71,971,0),(115502,72,971,0),(115503,73,971,0),(115504,74,971,0),(115505,75,971,0),(115506,76,971,0),(115507,77,971,0),(115508,78,971,0),(115509,79,971,0),(115510,80,971,0),(115511,81,971,0),(115512,82,971,0),(115513,83,971,0),(115514,84,971,0),(115515,85,971,0),(115516,86,971,0),(115517,87,971,0),(115518,88,971,0),(115519,89,971,0),(115520,90,971,0),(115521,91,971,0),(115522,92,971,0),(115523,93,971,0),(115524,94,971,0),(115525,95,971,0),(115526,96,971,0),(115527,97,971,0),(115528,98,971,0),(115529,99,971,0),(115530,100,971,0),(115531,101,971,0),(115532,102,971,0),(115533,103,971,0),(115534,104,971,0),(115535,105,971,0),(115536,106,971,0),(115537,107,971,0),(115538,108,971,0),(115539,109,971,0),(115540,110,971,0),(115541,111,971,0),(115542,112,971,0),(115543,113,971,0),(115544,114,971,0),(115545,115,971,0.189360622378071),(115546,116,971,0),(115547,117,971,0),(115548,118,971,0),(115549,119,971,0),(115550,1,972,0),(115551,2,972,0),(115552,3,972,0),(115553,4,972,0),(115554,5,972,0),(115555,6,972,0),(115556,7,972,0),(115557,8,972,0),(115558,9,972,0),(115559,10,972,0),(115560,11,972,0),(115561,12,972,0),(115562,13,972,0),(115563,14,972,0),(115564,15,972,0),(115565,16,972,0),(115566,17,972,0),(115567,18,972,0),(115568,19,972,0),(115569,20,972,0),(115570,21,972,0),(115571,22,972,0),(115572,23,972,0),(115573,24,972,0),(115574,25,972,0),(115575,26,972,0),(115576,27,972,0),(115577,28,972,0),(115578,29,972,0),(115579,30,972,0),(115580,31,972,0),(115581,32,972,0),(115582,33,972,0),(115583,34,972,0),(115584,35,972,0),(115585,36,972,0),(115586,37,972,0),(115587,38,972,0),(115588,39,972,0),(115589,40,972,0),(115590,41,972,0),(115591,42,972,0),(115592,43,972,0),(115593,44,972,0),(115594,45,972,0),(115595,46,972,0),(115596,47,972,0),(115597,48,972,0),(115598,49,972,0),(115599,50,972,0),(115600,51,972,0),(115601,52,972,0),(115602,53,972,0),(115603,54,972,0),(115604,55,972,0),(115605,56,972,0),(115606,57,972,0),(115607,58,972,0),(115608,59,972,0),(115609,60,972,0),(115610,61,972,0),(115611,62,972,0),(115612,63,972,0),(115613,64,972,0),(115614,65,972,0),(115615,66,972,0),(115616,67,972,0),(115617,68,972,0),(115618,69,972,0),(115619,70,972,0),(115620,71,972,0),(115621,72,972,0),(115622,73,972,0),(115623,74,972,0),(115624,75,972,0),(115625,76,972,0),(115626,77,972,0),(115627,78,972,0),(115628,79,972,0),(115629,80,972,0),(115630,81,972,0),(115631,82,972,0),(115632,83,972,0),(115633,84,972,0),(115634,85,972,0),(115635,86,972,0),(115636,87,972,0),(115637,88,972,0),(115638,89,972,0),(115639,90,972,0),(115640,91,972,0),(115641,92,972,0),(115642,93,972,0),(115643,94,972,0),(115644,95,972,0),(115645,96,972,0),(115646,97,972,0),(115647,98,972,0),(115648,99,972,0),(115649,100,972,0),(115650,101,972,0),(115651,102,972,0),(115652,103,972,0),(115653,104,972,0),(115654,105,972,0),(115655,106,972,0),(115656,107,972,0),(115657,108,972,0),(115658,109,972,0),(115659,110,972,0),(115660,111,972,0),(115661,112,972,0),(115662,113,972,0),(115663,114,972,0),(115664,115,972,0.293203558546454),(115665,116,972,0),(115666,117,972,0),(115667,118,972,0),(115668,119,972,0),(115669,1,973,0),(115670,2,973,0),(115671,3,973,0),(115672,4,973,0),(115673,5,973,0),(115674,6,973,0),(115675,7,973,0),(115676,8,973,0),(115677,9,973,0),(115678,10,973,0),(115679,11,973,0),(115680,12,973,0),(115681,13,973,0),(115682,14,973,0),(115683,15,973,0),(115684,16,973,0),(115685,17,973,0),(115686,18,973,0),(115687,19,973,0),(115688,20,973,0),(115689,21,973,0),(115690,22,973,0),(115691,23,973,0),(115692,24,973,0),(115693,25,973,0),(115694,26,973,0),(115695,27,973,0),(115696,28,973,0),(115697,29,973,0),(115698,30,973,0),(115699,31,973,0),(115700,32,973,0),(115701,33,973,0),(115702,34,973,0),(115703,35,973,0),(115704,36,973,0),(115705,37,973,0),(115706,38,973,0),(115707,39,973,0),(115708,40,973,0),(115709,41,973,0),(115710,42,973,0),(115711,43,973,0),(115712,44,973,0),(115713,45,973,0),(115714,46,973,0),(115715,47,973,0),(115716,48,973,0),(115717,49,973,0),(115718,50,973,0),(115719,51,973,0),(115720,52,973,0),(115721,53,973,0),(115722,54,973,0),(115723,55,973,0),(115724,56,973,0),(115725,57,973,0),(115726,58,973,0),(115727,59,973,0),(115728,60,973,0),(115729,61,973,0),(115730,62,973,0),(115731,63,973,0),(115732,64,973,0),(115733,65,973,0),(115734,66,973,0),(115735,67,973,0),(115736,68,973,0),(115737,69,973,0),(115738,70,973,0),(115739,71,973,0),(115740,72,973,0),(115741,73,973,0),(115742,74,973,0),(115743,75,973,0),(115744,76,973,0),(115745,77,973,0),(115746,78,973,0),(115747,79,973,0),(115748,80,973,0),(115749,81,973,0),(115750,82,973,0),(115751,83,973,0),(115752,84,973,0),(115753,85,973,0),(115754,86,973,0),(115755,87,973,0),(115756,88,973,0),(115757,89,973,0),(115758,90,973,0),(115759,91,973,0),(115760,92,973,0),(115761,93,973,0),(115762,94,973,0),(115763,95,973,0),(115764,96,973,0),(115765,97,973,0),(115766,98,973,0),(115767,99,973,0),(115768,100,973,0),(115769,101,973,0),(115770,102,973,0),(115771,103,973,0),(115772,104,973,0),(115773,105,973,0),(115774,106,973,0),(115775,107,973,0),(115776,108,973,0),(115777,109,973,0),(115778,110,973,0),(115779,111,973,0),(115780,112,973,0),(115781,113,973,0),(115782,114,973,0),(115783,115,973,0.187150165089012),(115784,116,973,0),(115785,117,973,0),(115786,118,973,0),(115787,119,973,0),(115788,1,974,0),(115789,2,974,0),(115790,3,974,0),(115791,4,974,0),(115792,5,974,0),(115793,6,974,0),(115794,7,974,0),(115795,8,974,0),(115796,9,974,0),(115797,10,974,0),(115798,11,974,0),(115799,12,974,0),(115800,13,974,0),(115801,14,974,0),(115802,15,974,0),(115803,16,974,0),(115804,17,974,0),(115805,18,974,0),(115806,19,974,0),(115807,20,974,0),(115808,21,974,0),(115809,22,974,0),(115810,23,974,0),(115811,24,974,0),(115812,25,974,0),(115813,26,974,0),(115814,27,974,0),(115815,28,974,0),(115816,29,974,0),(115817,30,974,0),(115818,31,974,0),(115819,32,974,0),(115820,33,974,0),(115821,34,974,0),(115822,35,974,0),(115823,36,974,0),(115824,37,974,0),(115825,38,974,0),(115826,39,974,0),(115827,40,974,0),(115828,41,974,0),(115829,42,974,0),(115830,43,974,0),(115831,44,974,0),(115832,45,974,0),(115833,46,974,0),(115834,47,974,0),(115835,48,974,0),(115836,49,974,0),(115837,50,974,0),(115838,51,974,0),(115839,52,974,0),(115840,53,974,0),(115841,54,974,0),(115842,55,974,0),(115843,56,974,0),(115844,57,974,0),(115845,58,974,0),(115846,59,974,0),(115847,60,974,0),(115848,61,974,0),(115849,62,974,0),(115850,63,974,0),(115851,64,974,0),(115852,65,974,0),(115853,66,974,0),(115854,67,974,0),(115855,68,974,0),(115856,69,974,0),(115857,70,974,0),(115858,71,974,0),(115859,72,974,0),(115860,73,974,0),(115861,74,974,0),(115862,75,974,0),(115863,76,974,0),(115864,77,974,0),(115865,78,974,0),(115866,79,974,0),(115867,80,974,0),(115868,81,974,0),(115869,82,974,0),(115870,83,974,0),(115871,84,974,0),(115872,85,974,0),(115873,86,974,0),(115874,87,974,0),(115875,88,974,0),(115876,89,974,0),(115877,90,974,0),(115878,91,974,0),(115879,92,974,0),(115880,93,974,0),(115881,94,974,0),(115882,95,974,0),(115883,96,974,0),(115884,97,974,0),(115885,98,974,0),(115886,99,974,0),(115887,100,974,0),(115888,101,974,0),(115889,102,974,0),(115890,103,974,0),(115891,104,974,0),(115892,105,974,0),(115893,106,974,0),(115894,107,974,0),(115895,108,974,0),(115896,109,974,0),(115897,110,974,0),(115898,111,974,0),(115899,112,974,0),(115900,113,974,0),(115901,114,974,0),(115902,115,974,0.281386418750855),(115903,116,974,0),(115904,117,974,0),(115905,118,974,0),(115906,119,974,0),(115907,1,975,0),(115908,2,975,0),(115909,3,975,0),(115910,4,975,0),(115911,5,975,0),(115912,6,975,0),(115913,7,975,0),(115914,8,975,0),(115915,9,975,0),(115916,10,975,0),(115917,11,975,0),(115918,12,975,0),(115919,13,975,0),(115920,14,975,0),(115921,15,975,0),(115922,16,975,0),(115923,17,975,0),(115924,18,975,0),(115925,19,975,0),(115926,20,975,0),(115927,21,975,0),(115928,22,975,0),(115929,23,975,0),(115930,24,975,0),(115931,25,975,0),(115932,26,975,0),(115933,27,975,0),(115934,28,975,0),(115935,29,975,0),(115936,30,975,0),(115937,31,975,0),(115938,32,975,0),(115939,33,975,0),(115940,34,975,0),(115941,35,975,0),(115942,36,975,0),(115943,37,975,0),(115944,38,975,0),(115945,39,975,0),(115946,40,975,0),(115947,41,975,0),(115948,42,975,0),(115949,43,975,0),(115950,44,975,0),(115951,45,975,0),(115952,46,975,0),(115953,47,975,0),(115954,48,975,0),(115955,49,975,0),(115956,50,975,0),(115957,51,975,0),(115958,52,975,0),(115959,53,975,0),(115960,54,975,0),(115961,55,975,0),(115962,56,975,0),(115963,57,975,0),(115964,58,975,0),(115965,59,975,0),(115966,60,975,0),(115967,61,975,0),(115968,62,975,0),(115969,63,975,0),(115970,64,975,0),(115971,65,975,0),(115972,66,975,0),(115973,67,975,0),(115974,68,975,0),(115975,69,975,0),(115976,70,975,0),(115977,71,975,0),(115978,72,975,0),(115979,73,975,0),(115980,74,975,0),(115981,75,975,0),(115982,76,975,0),(115983,77,975,0),(115984,78,975,0),(115985,79,975,0),(115986,80,975,0),(115987,81,975,0),(115988,82,975,0),(115989,83,975,0),(115990,84,975,0),(115991,85,975,0),(115992,86,975,0),(115993,87,975,0),(115994,88,975,0),(115995,89,975,0),(115996,90,975,0),(115997,91,975,0),(115998,92,975,0),(115999,93,975,0),(116000,94,975,0),(116001,95,975,0),(116002,96,975,0),(116003,97,975,0),(116004,98,975,0),(116005,99,975,0),(116006,100,975,0),(116007,101,975,0),(116008,102,975,0),(116009,103,975,0),(116010,104,975,0),(116011,105,975,0),(116012,106,975,0),(116013,107,975,0),(116014,108,975,0),(116015,109,975,0),(116016,110,975,0),(116017,111,975,0),(116018,112,975,0),(116019,113,975,0),(116020,114,975,0),(116021,115,975,0.0488992352356075),(116022,116,975,0),(116023,117,975,0),(116024,118,975,0),(116025,119,975,0),(116026,1,976,0),(116027,2,976,0),(116028,3,976,0),(116029,4,976,0),(116030,5,976,0),(116031,6,976,0),(116032,7,976,0),(116033,8,976,0),(116034,9,976,0),(116035,10,976,0),(116036,11,976,0),(116037,12,976,0),(116038,13,976,0),(116039,14,976,0),(116040,15,976,0),(116041,16,976,0),(116042,17,976,0),(116043,18,976,0),(116044,19,976,0),(116045,20,976,0),(116046,21,976,0),(116047,22,976,0),(116048,23,976,0),(116049,24,976,0),(116050,25,976,0),(116051,26,976,0),(116052,27,976,0),(116053,28,976,0),(116054,29,976,0),(116055,30,976,0),(116056,31,976,0),(116057,32,976,0),(116058,33,976,0),(116059,34,976,0),(116060,35,976,0),(116061,36,976,0),(116062,37,976,0),(116063,38,976,0),(116064,39,976,0),(116065,40,976,0),(116066,41,976,0),(116067,42,976,0),(116068,43,976,0),(116069,44,976,0),(116070,45,976,0),(116071,46,976,0),(116072,47,976,0),(116073,48,976,0),(116074,49,976,0),(116075,50,976,0),(116076,51,976,0),(116077,52,976,0),(116078,53,976,0),(116079,54,976,0),(116080,55,976,0),(116081,56,976,0),(116082,57,976,0),(116083,58,976,0),(116084,59,976,0),(116085,60,976,0),(116086,61,976,0),(116087,62,976,0),(116088,63,976,0),(116089,64,976,0),(116090,65,976,0),(116091,66,976,0),(116092,67,976,0),(116093,68,976,0),(116094,69,976,0),(116095,70,976,0),(116096,71,976,0),(116097,72,976,0),(116098,73,976,0),(116099,74,976,0),(116100,75,976,0),(116101,76,976,0),(116102,77,976,0),(116103,78,976,0),(116104,79,976,0),(116105,80,976,0),(116106,81,976,0),(116107,82,976,0),(116108,83,976,0),(116109,84,976,0),(116110,85,976,0),(116111,86,976,0),(116112,87,976,0),(116113,88,976,0),(116114,89,976,0),(116115,90,976,0),(116116,91,976,0),(116117,92,976,0),(116118,93,976,0),(116119,94,976,0),(116120,95,976,0),(116121,96,976,0),(116122,97,976,0),(116123,98,976,0),(116124,99,976,0),(116125,100,976,0),(116126,101,976,0),(116127,102,976,0),(116128,103,976,0),(116129,104,976,0),(116130,105,976,0),(116131,106,976,0),(116132,107,976,0),(116133,108,976,0),(116134,109,976,0),(116135,110,976,0),(116136,111,976,0),(116137,112,976,0),(116138,113,976,0),(116139,114,976,0),(116140,115,976,0),(116141,116,976,0.5),(116142,117,976,0),(116143,118,976,0),(116144,119,976,0),(116145,1,977,0),(116146,2,977,0),(116147,3,977,0),(116148,4,977,0),(116149,5,977,0),(116150,6,977,0),(116151,7,977,0),(116152,8,977,0),(116153,9,977,0),(116154,10,977,0),(116155,11,977,0),(116156,12,977,0),(116157,13,977,0),(116158,14,977,0),(116159,15,977,0),(116160,16,977,0),(116161,17,977,0),(116162,18,977,0),(116163,19,977,0),(116164,20,977,0),(116165,21,977,0),(116166,22,977,0),(116167,23,977,0),(116168,24,977,0),(116169,25,977,0),(116170,26,977,0),(116171,27,977,0),(116172,28,977,0),(116173,29,977,0),(116174,30,977,0),(116175,31,977,0),(116176,32,977,0),(116177,33,977,0),(116178,34,977,0),(116179,35,977,0),(116180,36,977,0),(116181,37,977,0),(116182,38,977,0),(116183,39,977,0),(116184,40,977,0),(116185,41,977,0),(116186,42,977,0),(116187,43,977,0),(116188,44,977,0),(116189,45,977,0),(116190,46,977,0),(116191,47,977,0),(116192,48,977,0),(116193,49,977,0),(116194,50,977,0),(116195,51,977,0),(116196,52,977,0),(116197,53,977,0),(116198,54,977,0),(116199,55,977,0),(116200,56,977,0),(116201,57,977,0),(116202,58,977,0),(116203,59,977,0),(116204,60,977,0),(116205,61,977,0),(116206,62,977,0),(116207,63,977,0),(116208,64,977,0),(116209,65,977,0),(116210,66,977,0),(116211,67,977,0),(116212,68,977,0),(116213,69,977,0),(116214,70,977,0),(116215,71,977,0),(116216,72,977,0),(116217,73,977,0),(116218,74,977,0),(116219,75,977,0),(116220,76,977,0),(116221,77,977,0),(116222,78,977,0),(116223,79,977,0),(116224,80,977,0),(116225,81,977,0),(116226,82,977,0),(116227,83,977,0),(116228,84,977,0),(116229,85,977,0),(116230,86,977,0),(116231,87,977,0),(116232,88,977,0),(116233,89,977,0),(116234,90,977,0),(116235,91,977,0),(116236,92,977,0),(116237,93,977,0),(116238,94,977,0),(116239,95,977,0),(116240,96,977,0),(116241,97,977,0),(116242,98,977,0),(116243,99,977,0),(116244,100,977,0),(116245,101,977,0),(116246,102,977,0),(116247,103,977,0),(116248,104,977,0),(116249,105,977,0),(116250,106,977,0),(116251,107,977,0),(116252,108,977,0),(116253,109,977,0),(116254,110,977,0),(116255,111,977,0),(116256,112,977,0),(116257,113,977,0),(116258,114,977,0),(116259,115,977,0),(116260,116,977,0.249444614828763),(116261,117,977,0),(116262,118,977,0),(116263,119,977,0),(116264,1,978,0),(116265,2,978,0),(116266,3,978,0),(116267,4,978,0),(116268,5,978,0),(116269,6,978,0),(116270,7,978,0),(116271,8,978,0),(116272,9,978,0),(116273,10,978,0),(116274,11,978,0),(116275,12,978,0),(116276,13,978,0),(116277,14,978,0),(116278,15,978,0),(116279,16,978,0),(116280,17,978,0),(116281,18,978,0),(116282,19,978,0),(116283,20,978,0),(116284,21,978,0),(116285,22,978,0),(116286,23,978,0),(116287,24,978,0),(116288,25,978,0),(116289,26,978,0),(116290,27,978,0),(116291,28,978,0),(116292,29,978,0),(116293,30,978,0),(116294,31,978,0),(116295,32,978,0),(116296,33,978,0),(116297,34,978,0),(116298,35,978,0),(116299,36,978,0),(116300,37,978,0),(116301,38,978,0),(116302,39,978,0),(116303,40,978,0),(116304,41,978,0),(116305,42,978,0),(116306,43,978,0),(116307,44,978,0),(116308,45,978,0),(116309,46,978,0),(116310,47,978,0),(116311,48,978,0),(116312,49,978,0),(116313,50,978,0),(116314,51,978,0),(116315,52,978,0),(116316,53,978,0),(116317,54,978,0),(116318,55,978,0),(116319,56,978,0),(116320,57,978,0),(116321,58,978,0),(116322,59,978,0),(116323,60,978,0),(116324,61,978,0),(116325,62,978,0),(116326,63,978,0),(116327,64,978,0),(116328,65,978,0),(116329,66,978,0),(116330,67,978,0),(116331,68,978,0),(116332,69,978,0),(116333,70,978,0),(116334,71,978,0),(116335,72,978,0),(116336,73,978,0),(116337,74,978,0),(116338,75,978,0),(116339,76,978,0),(116340,77,978,0),(116341,78,978,0),(116342,79,978,0),(116343,80,978,0),(116344,81,978,0),(116345,82,978,0),(116346,83,978,0),(116347,84,978,0),(116348,85,978,0),(116349,86,978,0),(116350,87,978,0),(116351,88,978,0),(116352,89,978,0),(116353,90,978,0),(116354,91,978,0),(116355,92,978,0),(116356,93,978,0),(116357,94,978,0),(116358,95,978,0),(116359,96,978,0),(116360,97,978,0),(116361,98,978,0),(116362,99,978,0),(116363,100,978,0),(116364,101,978,0),(116365,102,978,0),(116366,103,978,0),(116367,104,978,0),(116368,105,978,0),(116369,106,978,0),(116370,107,978,0),(116371,108,978,0),(116372,109,978,0),(116373,110,978,0),(116374,111,978,0),(116375,112,978,0),(116376,113,978,0),(116377,114,978,0),(116378,115,978,0),(116379,116,978,0.26493262815105),(116380,117,978,0),(116381,118,978,0),(116382,119,978,0),(116383,1,979,0),(116384,2,979,0),(116385,3,979,0),(116386,4,979,0),(116387,5,979,0),(116388,6,979,0),(116389,7,979,0),(116390,8,979,0),(116391,9,979,0),(116392,10,979,0),(116393,11,979,0),(116394,12,979,0),(116395,13,979,0),(116396,14,979,0),(116397,15,979,0),(116398,16,979,0),(116399,17,979,0),(116400,18,979,0),(116401,19,979,0),(116402,20,979,0),(116403,21,979,0),(116404,22,979,0),(116405,23,979,0),(116406,24,979,0),(116407,25,979,0),(116408,26,979,0),(116409,27,979,0),(116410,28,979,0),(116411,29,979,0),(116412,30,979,0),(116413,31,979,0),(116414,32,979,0),(116415,33,979,0),(116416,34,979,0),(116417,35,979,0),(116418,36,979,0),(116419,37,979,0),(116420,38,979,0),(116421,39,979,0),(116422,40,979,0),(116423,41,979,0),(116424,42,979,0),(116425,43,979,0),(116426,44,979,0),(116427,45,979,0),(116428,46,979,0),(116429,47,979,0),(116430,48,979,0),(116431,49,979,0),(116432,50,979,0),(116433,51,979,0),(116434,52,979,0),(116435,53,979,0),(116436,54,979,0),(116437,55,979,0),(116438,56,979,0),(116439,57,979,0),(116440,58,979,0),(116441,59,979,0),(116442,60,979,0),(116443,61,979,0),(116444,62,979,0),(116445,63,979,0),(116446,64,979,0),(116447,65,979,0),(116448,66,979,0),(116449,67,979,0),(116450,68,979,0),(116451,69,979,0),(116452,70,979,0),(116453,71,979,0),(116454,72,979,0),(116455,73,979,0),(116456,74,979,0),(116457,75,979,0),(116458,76,979,0),(116459,77,979,0),(116460,78,979,0),(116461,79,979,0),(116462,80,979,0),(116463,81,979,0),(116464,82,979,0),(116465,83,979,0),(116466,84,979,0),(116467,85,979,0),(116468,86,979,0),(116469,87,979,0),(116470,88,979,0),(116471,89,979,0),(116472,90,979,0),(116473,91,979,0),(116474,92,979,0),(116475,93,979,0),(116476,94,979,0),(116477,95,979,0),(116478,96,979,0),(116479,97,979,0),(116480,98,979,0),(116481,99,979,0),(116482,100,979,0),(116483,101,979,0),(116484,102,979,0),(116485,103,979,0),(116486,104,979,0),(116487,105,979,0),(116488,106,979,0),(116489,107,979,0),(116490,108,979,0),(116491,109,979,0),(116492,110,979,0),(116493,111,979,0),(116494,112,979,0),(116495,113,979,0),(116496,114,979,0),(116497,115,979,0),(116498,116,979,0.285622757020188),(116499,117,979,0),(116500,118,979,0),(116501,119,979,0),(116502,1,980,0),(116503,2,980,0),(116504,3,980,0),(116505,4,980,0),(116506,5,980,0),(116507,6,980,0),(116508,7,980,0),(116509,8,980,0),(116510,9,980,0),(116511,10,980,0),(116512,11,980,0),(116513,12,980,0),(116514,13,980,0),(116515,14,980,0),(116516,15,980,0),(116517,16,980,0),(116518,17,980,0),(116519,18,980,0),(116520,19,980,0),(116521,20,980,0),(116522,21,980,0),(116523,22,980,0),(116524,23,980,0),(116525,24,980,0),(116526,25,980,0),(116527,26,980,0),(116528,27,980,0),(116529,28,980,0),(116530,29,980,0),(116531,30,980,0),(116532,31,980,0),(116533,32,980,0),(116534,33,980,0),(116535,34,980,0),(116536,35,980,0),(116537,36,980,0),(116538,37,980,0),(116539,38,980,0),(116540,39,980,0),(116541,40,980,0),(116542,41,980,0),(116543,42,980,0),(116544,43,980,0),(116545,44,980,0),(116546,45,980,0),(116547,46,980,0),(116548,47,980,0),(116549,48,980,0),(116550,49,980,0),(116551,50,980,0),(116552,51,980,0),(116553,52,980,0),(116554,53,980,0),(116555,54,980,0),(116556,55,980,0),(116557,56,980,0),(116558,57,980,0),(116559,58,980,0),(116560,59,980,0),(116561,60,980,0),(116562,61,980,0),(116563,62,980,0),(116564,63,980,0),(116565,64,980,0),(116566,65,980,0),(116567,66,980,0),(116568,67,980,0),(116569,68,980,0),(116570,69,980,0),(116571,70,980,0),(116572,71,980,0),(116573,72,980,0),(116574,73,980,0),(116575,74,980,0),(116576,75,980,0),(116577,76,980,0),(116578,77,980,0),(116579,78,980,0),(116580,79,980,0),(116581,80,980,0),(116582,81,980,0),(116583,82,980,0),(116584,83,980,0),(116585,84,980,0),(116586,85,980,0),(116587,86,980,0),(116588,87,980,0),(116589,88,980,0),(116590,89,980,0),(116591,90,980,0),(116592,91,980,0),(116593,92,980,0),(116594,93,980,0),(116595,94,980,0),(116596,95,980,0),(116597,96,980,0),(116598,97,980,0),(116599,98,980,0),(116600,99,980,0),(116601,100,980,0),(116602,101,980,0),(116603,102,980,0),(116604,103,980,0),(116605,104,980,0),(116606,105,980,0),(116607,106,980,0),(116608,107,980,0),(116609,108,980,0),(116610,109,980,0),(116611,110,980,0),(116612,111,980,0),(116613,112,980,0),(116614,113,980,0),(116615,114,980,0),(116616,115,980,0),(116617,116,980,0.348286459089772),(116618,117,980,0),(116619,118,980,0),(116620,119,980,0),(116621,1,981,0),(116622,2,981,0),(116623,3,981,0),(116624,4,981,0),(116625,5,981,0),(116626,6,981,0),(116627,7,981,0),(116628,8,981,0),(116629,9,981,0),(116630,10,981,0),(116631,11,981,0),(116632,12,981,0),(116633,13,981,0),(116634,14,981,0),(116635,15,981,0),(116636,16,981,0),(116637,17,981,0),(116638,18,981,0),(116639,19,981,0),(116640,20,981,0),(116641,21,981,0),(116642,22,981,0),(116643,23,981,0),(116644,24,981,0),(116645,25,981,0),(116646,26,981,0),(116647,27,981,0),(116648,28,981,0),(116649,29,981,0),(116650,30,981,0),(116651,31,981,0),(116652,32,981,0),(116653,33,981,0),(116654,34,981,0),(116655,35,981,0),(116656,36,981,0),(116657,37,981,0),(116658,38,981,0),(116659,39,981,0),(116660,40,981,0),(116661,41,981,0),(116662,42,981,0),(116663,43,981,0),(116664,44,981,0),(116665,45,981,0),(116666,46,981,0),(116667,47,981,0),(116668,48,981,0),(116669,49,981,0),(116670,50,981,0),(116671,51,981,0),(116672,52,981,0),(116673,53,981,0),(116674,54,981,0),(116675,55,981,0),(116676,56,981,0),(116677,57,981,0),(116678,58,981,0),(116679,59,981,0),(116680,60,981,0),(116681,61,981,0),(116682,62,981,0),(116683,63,981,0),(116684,64,981,0),(116685,65,981,0),(116686,66,981,0),(116687,67,981,0),(116688,68,981,0),(116689,69,981,0),(116690,70,981,0),(116691,71,981,0),(116692,72,981,0),(116693,73,981,0),(116694,74,981,0),(116695,75,981,0),(116696,76,981,0),(116697,77,981,0),(116698,78,981,0),(116699,79,981,0),(116700,80,981,0),(116701,81,981,0),(116702,82,981,0),(116703,83,981,0),(116704,84,981,0),(116705,85,981,0),(116706,86,981,0),(116707,87,981,0),(116708,88,981,0),(116709,89,981,0),(116710,90,981,0),(116711,91,981,0),(116712,92,981,0),(116713,93,981,0),(116714,94,981,0),(116715,95,981,0),(116716,96,981,0),(116717,97,981,0),(116718,98,981,0),(116719,99,981,0),(116720,100,981,0),(116721,101,981,0),(116722,102,981,0),(116723,103,981,0),(116724,104,981,0),(116725,105,981,0),(116726,106,981,0),(116727,107,981,0),(116728,108,981,0),(116729,109,981,0),(116730,110,981,0),(116731,111,981,0),(116732,112,981,0),(116733,113,981,0),(116734,114,981,0),(116735,115,981,0),(116736,116,981,0.378509527900703),(116737,117,981,0),(116738,118,981,0),(116739,119,981,0),(116740,1,982,0),(116741,2,982,0),(116742,3,982,0),(116743,4,982,0),(116744,5,982,0),(116745,6,982,0),(116746,7,982,0),(116747,8,982,0),(116748,9,982,0),(116749,10,982,0),(116750,11,982,0),(116751,12,982,0),(116752,13,982,0),(116753,14,982,0),(116754,15,982,0),(116755,16,982,0),(116756,17,982,0),(116757,18,982,0),(116758,19,982,0),(116759,20,982,0),(116760,21,982,0),(116761,22,982,0),(116762,23,982,0),(116763,24,982,0),(116764,25,982,0),(116765,26,982,0),(116766,27,982,0),(116767,28,982,0),(116768,29,982,0),(116769,30,982,0),(116770,31,982,0),(116771,32,982,0),(116772,33,982,0),(116773,34,982,0),(116774,35,982,0),(116775,36,982,0),(116776,37,982,0),(116777,38,982,0),(116778,39,982,0),(116779,40,982,0),(116780,41,982,0),(116781,42,982,0),(116782,43,982,0),(116783,44,982,0),(116784,45,982,0),(116785,46,982,0),(116786,47,982,0),(116787,48,982,0),(116788,49,982,0),(116789,50,982,0),(116790,51,982,0),(116791,52,982,0),(116792,53,982,0),(116793,54,982,0),(116794,55,982,0),(116795,56,982,0),(116796,57,982,0),(116797,58,982,0),(116798,59,982,0),(116799,60,982,0),(116800,61,982,0),(116801,62,982,0),(116802,63,982,0),(116803,64,982,0),(116804,65,982,0),(116805,66,982,0),(116806,67,982,0),(116807,68,982,0),(116808,69,982,0),(116809,70,982,0),(116810,71,982,0),(116811,72,982,0),(116812,73,982,0),(116813,74,982,0),(116814,75,982,0),(116815,76,982,0),(116816,77,982,0),(116817,78,982,0),(116818,79,982,0),(116819,80,982,0),(116820,81,982,0),(116821,82,982,0),(116822,83,982,0),(116823,84,982,0),(116824,85,982,0),(116825,86,982,0),(116826,87,982,0),(116827,88,982,0),(116828,89,982,0),(116829,90,982,0),(116830,91,982,0),(116831,92,982,0),(116832,93,982,0),(116833,94,982,0),(116834,95,982,0),(116835,96,982,0),(116836,97,982,0),(116837,98,982,0),(116838,99,982,0),(116839,100,982,0),(116840,101,982,0),(116841,102,982,0),(116842,103,982,0),(116843,104,982,0),(116844,105,982,0),(116845,106,982,0),(116846,107,982,0),(116847,108,982,0),(116848,109,982,0),(116849,110,982,0),(116850,111,982,0),(116851,112,982,0),(116852,113,982,0),(116853,114,982,0),(116854,115,982,0),(116855,116,982,0.273204013009525),(116856,117,982,0),(116857,118,982,0),(116858,119,982,0),(116859,1,983,0),(116860,2,983,0),(116861,3,983,0),(116862,4,983,0),(116863,5,983,0),(116864,6,983,0),(116865,7,983,0),(116866,8,983,0),(116867,9,983,0),(116868,10,983,0),(116869,11,983,0),(116870,12,983,0),(116871,13,983,0),(116872,14,983,0),(116873,15,983,0),(116874,16,983,0),(116875,17,983,0),(116876,18,983,0),(116877,19,983,0),(116878,20,983,0),(116879,21,983,0),(116880,22,983,0),(116881,23,983,0),(116882,24,983,0),(116883,25,983,0),(116884,26,983,0),(116885,27,983,0),(116886,28,983,0),(116887,29,983,0),(116888,30,983,0),(116889,31,983,0),(116890,32,983,0),(116891,33,983,0),(116892,34,983,0),(116893,35,983,0),(116894,36,983,0),(116895,37,983,0),(116896,38,983,0),(116897,39,983,0),(116898,40,983,0),(116899,41,983,0),(116900,42,983,0),(116901,43,983,0),(116902,44,983,0),(116903,45,983,0),(116904,46,983,0),(116905,47,983,0),(116906,48,983,0),(116907,49,983,0),(116908,50,983,0),(116909,51,983,0),(116910,52,983,0),(116911,53,983,0),(116912,54,983,0),(116913,55,983,0),(116914,56,983,0),(116915,57,983,0),(116916,58,983,0),(116917,59,983,0),(116918,60,983,0),(116919,61,983,0),(116920,62,983,0),(116921,63,983,0),(116922,64,983,0),(116923,65,983,0),(116924,66,983,0),(116925,67,983,0),(116926,68,983,0),(116927,69,983,0),(116928,70,983,0),(116929,71,983,0),(116930,72,983,0),(116931,73,983,0),(116932,74,983,0),(116933,75,983,0),(116934,76,983,0),(116935,77,983,0),(116936,78,983,0),(116937,79,983,0),(116938,80,983,0),(116939,81,983,0),(116940,82,983,0),(116941,83,983,0),(116942,84,983,0),(116943,85,983,0),(116944,86,983,0),(116945,87,983,0),(116946,88,983,0),(116947,89,983,0),(116948,90,983,0),(116949,91,983,0),(116950,92,983,0),(116951,93,983,0),(116952,94,983,0),(116953,95,983,0),(116954,96,983,0),(116955,97,983,0),(116956,98,983,0),(116957,99,983,0),(116958,100,983,0),(116959,101,983,0),(116960,102,983,0),(116961,103,983,0),(116962,104,983,0),(116963,105,983,0),(116964,106,983,0),(116965,107,983,0),(116966,108,983,0),(116967,109,983,0),(116968,110,983,0),(116969,111,983,0),(116970,112,983,0),(116971,113,983,0),(116972,114,983,0),(116973,115,983,0),(116974,116,983,0),(116975,117,983,0.324042341481768),(116976,118,983,0),(116977,119,983,0),(116978,1,984,0),(116979,2,984,0),(116980,3,984,0),(116981,4,984,0),(116982,5,984,0),(116983,6,984,0),(116984,7,984,0),(116985,8,984,0),(116986,9,984,0),(116987,10,984,0),(116988,11,984,0),(116989,12,984,0),(116990,13,984,0),(116991,14,984,0),(116992,15,984,0),(116993,16,984,0),(116994,17,984,0),(116995,18,984,0),(116996,19,984,0),(116997,20,984,0),(116998,21,984,0),(116999,22,984,0),(117000,23,984,0),(117001,24,984,0),(117002,25,984,0),(117003,26,984,0),(117004,27,984,0),(117005,28,984,0),(117006,29,984,0),(117007,30,984,0),(117008,31,984,0),(117009,32,984,0),(117010,33,984,0),(117011,34,984,0),(117012,35,984,0),(117013,36,984,0),(117014,37,984,0),(117015,38,984,0),(117016,39,984,0),(117017,40,984,0),(117018,41,984,0),(117019,42,984,0),(117020,43,984,0),(117021,44,984,0),(117022,45,984,0),(117023,46,984,0),(117024,47,984,0),(117025,48,984,0),(117026,49,984,0),(117027,50,984,0),(117028,51,984,0),(117029,52,984,0),(117030,53,984,0),(117031,54,984,0),(117032,55,984,0),(117033,56,984,0),(117034,57,984,0),(117035,58,984,0),(117036,59,984,0),(117037,60,984,0),(117038,61,984,0),(117039,62,984,0),(117040,63,984,0),(117041,64,984,0),(117042,65,984,0),(117043,66,984,0),(117044,67,984,0),(117045,68,984,0),(117046,69,984,0),(117047,70,984,0),(117048,71,984,0),(117049,72,984,0),(117050,73,984,0),(117051,74,984,0),(117052,75,984,0),(117053,76,984,0),(117054,77,984,0),(117055,78,984,0),(117056,79,984,0),(117057,80,984,0),(117058,81,984,0),(117059,82,984,0),(117060,83,984,0),(117061,84,984,0),(117062,85,984,0),(117063,86,984,0),(117064,87,984,0),(117065,88,984,0),(117066,89,984,0),(117067,90,984,0),(117068,91,984,0),(117069,92,984,0),(117070,93,984,0),(117071,94,984,0),(117072,95,984,0),(117073,96,984,0),(117074,97,984,0),(117075,98,984,0),(117076,99,984,0),(117077,100,984,0),(117078,101,984,0),(117079,102,984,0),(117080,103,984,0),(117081,104,984,0),(117082,105,984,0),(117083,106,984,0),(117084,107,984,0),(117085,108,984,0),(117086,109,984,0),(117087,110,984,0),(117088,111,984,0),(117089,112,984,0),(117090,113,984,0),(117091,114,984,0),(117092,115,984,0),(117093,116,984,0),(117094,117,984,0.175957658518232),(117095,118,984,0),(117096,119,984,0),(117097,1,985,0),(117098,2,985,0),(117099,3,985,0),(117100,4,985,0),(117101,5,985,0),(117102,6,985,0),(117103,7,985,0),(117104,8,985,0),(117105,9,985,0),(117106,10,985,0),(117107,11,985,0),(117108,12,985,0),(117109,13,985,0),(117110,14,985,0),(117111,15,985,0),(117112,16,985,0),(117113,17,985,0),(117114,18,985,0),(117115,19,985,0),(117116,20,985,0),(117117,21,985,0),(117118,22,985,0),(117119,23,985,0),(117120,24,985,0),(117121,25,985,0),(117122,26,985,0),(117123,27,985,0),(117124,28,985,0),(117125,29,985,0),(117126,30,985,0),(117127,31,985,0),(117128,32,985,0),(117129,33,985,0),(117130,34,985,0),(117131,35,985,0),(117132,36,985,0),(117133,37,985,0),(117134,38,985,0),(117135,39,985,0),(117136,40,985,0),(117137,41,985,0),(117138,42,985,0),(117139,43,985,0),(117140,44,985,0),(117141,45,985,0),(117142,46,985,0),(117143,47,985,0),(117144,48,985,0),(117145,49,985,0),(117146,50,985,0),(117147,51,985,0),(117148,52,985,0),(117149,53,985,0),(117150,54,985,0),(117151,55,985,0),(117152,56,985,0),(117153,57,985,0),(117154,58,985,0),(117155,59,985,0),(117156,60,985,0),(117157,61,985,0),(117158,62,985,0),(117159,63,985,0),(117160,64,985,0),(117161,65,985,0),(117162,66,985,0),(117163,67,985,0),(117164,68,985,0),(117165,69,985,0),(117166,70,985,0),(117167,71,985,0),(117168,72,985,0),(117169,73,985,0),(117170,74,985,0),(117171,75,985,0),(117172,76,985,0),(117173,77,985,0),(117174,78,985,0),(117175,79,985,0),(117176,80,985,0),(117177,81,985,0),(117178,82,985,0),(117179,83,985,0),(117180,84,985,0),(117181,85,985,0),(117182,86,985,0),(117183,87,985,0),(117184,88,985,0),(117185,89,985,0),(117186,90,985,0),(117187,91,985,0),(117188,92,985,0),(117189,93,985,0),(117190,94,985,0),(117191,95,985,0),(117192,96,985,0),(117193,97,985,0),(117194,98,985,0),(117195,99,985,0),(117196,100,985,0),(117197,101,985,0),(117198,102,985,0),(117199,103,985,0),(117200,104,985,0),(117201,105,985,0),(117202,106,985,0),(117203,107,985,0),(117204,108,985,0),(117205,109,985,0),(117206,110,985,0),(117207,111,985,0),(117208,112,985,0),(117209,113,985,0),(117210,114,985,0),(117211,115,985,0),(117212,116,985,0),(117213,117,985,0.316748524117867),(117214,118,985,0),(117215,119,985,0),(117216,1,986,0),(117217,2,986,0),(117218,3,986,0),(117219,4,986,0),(117220,5,986,0),(117221,6,986,0),(117222,7,986,0),(117223,8,986,0),(117224,9,986,0),(117225,10,986,0),(117226,11,986,0),(117227,12,986,0),(117228,13,986,0),(117229,14,986,0),(117230,15,986,0),(117231,16,986,0),(117232,17,986,0),(117233,18,986,0),(117234,19,986,0),(117235,20,986,0),(117236,21,986,0),(117237,22,986,0),(117238,23,986,0),(117239,24,986,0),(117240,25,986,0),(117241,26,986,0),(117242,27,986,0),(117243,28,986,0),(117244,29,986,0),(117245,30,986,0),(117246,31,986,0),(117247,32,986,0),(117248,33,986,0),(117249,34,986,0),(117250,35,986,0),(117251,36,986,0),(117252,37,986,0),(117253,38,986,0),(117254,39,986,0),(117255,40,986,0),(117256,41,986,0),(117257,42,986,0),(117258,43,986,0),(117259,44,986,0),(117260,45,986,0),(117261,46,986,0),(117262,47,986,0),(117263,48,986,0),(117264,49,986,0),(117265,50,986,0),(117266,51,986,0),(117267,52,986,0),(117268,53,986,0),(117269,54,986,0),(117270,55,986,0),(117271,56,986,0),(117272,57,986,0),(117273,58,986,0),(117274,59,986,0),(117275,60,986,0),(117276,61,986,0),(117277,62,986,0),(117278,63,986,0),(117279,64,986,0),(117280,65,986,0),(117281,66,986,0),(117282,67,986,0),(117283,68,986,0),(117284,69,986,0),(117285,70,986,0),(117286,71,986,0),(117287,72,986,0),(117288,73,986,0),(117289,74,986,0),(117290,75,986,0),(117291,76,986,0),(117292,77,986,0),(117293,78,986,0),(117294,79,986,0),(117295,80,986,0),(117296,81,986,0),(117297,82,986,0),(117298,83,986,0),(117299,84,986,0),(117300,85,986,0),(117301,86,986,0),(117302,87,986,0),(117303,88,986,0),(117304,89,986,0),(117305,90,986,0),(117306,91,986,0),(117307,92,986,0),(117308,93,986,0),(117309,94,986,0),(117310,95,986,0),(117311,96,986,0),(117312,97,986,0),(117313,98,986,0),(117314,99,986,0),(117315,100,986,0),(117316,101,986,0),(117317,102,986,0),(117318,103,986,0),(117319,104,986,0),(117320,105,986,0),(117321,106,986,0),(117322,107,986,0),(117323,108,986,0),(117324,109,986,0),(117325,110,986,0),(117326,111,986,0),(117327,112,986,0),(117328,113,986,0),(117329,114,986,0),(117330,115,986,0),(117331,116,986,0),(117332,117,986,0.224452966503183),(117333,118,986,0),(117334,119,986,0),(117335,1,987,0),(117336,2,987,0),(117337,3,987,0),(117338,4,987,0),(117339,5,987,0),(117340,6,987,0),(117341,7,987,0),(117342,8,987,0),(117343,9,987,0),(117344,10,987,0),(117345,11,987,0),(117346,12,987,0),(117347,13,987,0),(117348,14,987,0),(117349,15,987,0),(117350,16,987,0),(117351,17,987,0),(117352,18,987,0),(117353,19,987,0),(117354,20,987,0),(117355,21,987,0),(117356,22,987,0),(117357,23,987,0),(117358,24,987,0),(117359,25,987,0),(117360,26,987,0),(117361,27,987,0),(117362,28,987,0),(117363,29,987,0),(117364,30,987,0),(117365,31,987,0),(117366,32,987,0),(117367,33,987,0),(117368,34,987,0),(117369,35,987,0),(117370,36,987,0),(117371,37,987,0),(117372,38,987,0),(117373,39,987,0),(117374,40,987,0),(117375,41,987,0),(117376,42,987,0),(117377,43,987,0),(117378,44,987,0),(117379,45,987,0),(117380,46,987,0),(117381,47,987,0),(117382,48,987,0),(117383,49,987,0),(117384,50,987,0),(117385,51,987,0),(117386,52,987,0),(117387,53,987,0),(117388,54,987,0),(117389,55,987,0),(117390,56,987,0),(117391,57,987,0),(117392,58,987,0),(117393,59,987,0),(117394,60,987,0),(117395,61,987,0),(117396,62,987,0),(117397,63,987,0),(117398,64,987,0),(117399,65,987,0),(117400,66,987,0),(117401,67,987,0),(117402,68,987,0),(117403,69,987,0),(117404,70,987,0),(117405,71,987,0),(117406,72,987,0),(117407,73,987,0),(117408,74,987,0),(117409,75,987,0),(117410,76,987,0),(117411,77,987,0),(117412,78,987,0),(117413,79,987,0),(117414,80,987,0),(117415,81,987,0),(117416,82,987,0),(117417,83,987,0),(117418,84,987,0),(117419,85,987,0),(117420,86,987,0),(117421,87,987,0),(117422,88,987,0),(117423,89,987,0),(117424,90,987,0),(117425,91,987,0),(117426,92,987,0),(117427,93,987,0),(117428,94,987,0),(117429,95,987,0),(117430,96,987,0),(117431,97,987,0),(117432,98,987,0),(117433,99,987,0),(117434,100,987,0),(117435,101,987,0),(117436,102,987,0),(117437,103,987,0),(117438,104,987,0),(117439,105,987,0),(117440,106,987,0),(117441,107,987,0),(117442,108,987,0),(117443,109,987,0),(117444,110,987,0),(117445,111,987,0),(117446,112,987,0),(117447,113,987,0),(117448,114,987,0),(117449,115,987,0),(117450,116,987,0),(117451,117,987,0.258798509378949),(117452,118,987,0),(117453,119,987,0),(117454,1,988,0),(117455,2,988,0),(117456,3,988,0),(117457,4,988,0),(117458,5,988,0),(117459,6,988,0),(117460,7,988,0),(117461,8,988,0),(117462,9,988,0),(117463,10,988,0),(117464,11,988,0),(117465,12,988,0),(117466,13,988,0),(117467,14,988,0),(117468,15,988,0),(117469,16,988,0),(117470,17,988,0),(117471,18,988,0),(117472,19,988,0),(117473,20,988,0),(117474,21,988,0),(117475,22,988,0),(117476,23,988,0),(117477,24,988,0),(117478,25,988,0),(117479,26,988,0),(117480,27,988,0),(117481,28,988,0),(117482,29,988,0),(117483,30,988,0),(117484,31,988,0),(117485,32,988,0),(117486,33,988,0),(117487,34,988,0),(117488,35,988,0),(117489,36,988,0),(117490,37,988,0),(117491,38,988,0),(117492,39,988,0),(117493,40,988,0),(117494,41,988,0),(117495,42,988,0),(117496,43,988,0),(117497,44,988,0),(117498,45,988,0),(117499,46,988,0),(117500,47,988,0),(117501,48,988,0),(117502,49,988,0),(117503,50,988,0),(117504,51,988,0),(117505,52,988,0),(117506,53,988,0),(117507,54,988,0),(117508,55,988,0),(117509,56,988,0),(117510,57,988,0),(117511,58,988,0),(117512,59,988,0),(117513,60,988,0),(117514,61,988,0),(117515,62,988,0),(117516,63,988,0),(117517,64,988,0),(117518,65,988,0),(117519,66,988,0),(117520,67,988,0),(117521,68,988,0),(117522,69,988,0),(117523,70,988,0),(117524,71,988,0),(117525,72,988,0),(117526,73,988,0),(117527,74,988,0),(117528,75,988,0),(117529,76,988,0),(117530,77,988,0),(117531,78,988,0),(117532,79,988,0),(117533,80,988,0),(117534,81,988,0),(117535,82,988,0),(117536,83,988,0),(117537,84,988,0),(117538,85,988,0),(117539,86,988,0),(117540,87,988,0),(117541,88,988,0),(117542,89,988,0),(117543,90,988,0),(117544,91,988,0),(117545,92,988,0),(117546,93,988,0),(117547,94,988,0),(117548,95,988,0),(117549,96,988,0),(117550,97,988,0),(117551,98,988,0),(117552,99,988,0),(117553,100,988,0),(117554,101,988,0),(117555,102,988,0),(117556,103,988,0),(117557,104,988,0),(117558,105,988,0),(117559,106,988,0),(117560,107,988,0),(117561,108,988,0),(117562,109,988,0),(117563,110,988,0),(117564,111,988,0),(117565,112,988,0),(117566,113,988,0),(117567,114,988,0),(117568,115,988,0),(117569,116,988,0),(117570,117,988,0.296176334289496),(117571,118,988,0),(117572,119,988,0),(117573,1,989,0),(117574,2,989,0),(117575,3,989,0),(117576,4,989,0),(117577,5,989,0),(117578,6,989,0),(117579,7,989,0),(117580,8,989,0),(117581,9,989,0),(117582,10,989,0),(117583,11,989,0),(117584,12,989,0),(117585,13,989,0),(117586,14,989,0),(117587,15,989,0),(117588,16,989,0),(117589,17,989,0),(117590,18,989,0),(117591,19,989,0),(117592,20,989,0),(117593,21,989,0),(117594,22,989,0),(117595,23,989,0),(117596,24,989,0),(117597,25,989,0),(117598,26,989,0),(117599,27,989,0),(117600,28,989,0),(117601,29,989,0),(117602,30,989,0),(117603,31,989,0),(117604,32,989,0),(117605,33,989,0),(117606,34,989,0),(117607,35,989,0),(117608,36,989,0),(117609,37,989,0),(117610,38,989,0),(117611,39,989,0),(117612,40,989,0),(117613,41,989,0),(117614,42,989,0),(117615,43,989,0),(117616,44,989,0),(117617,45,989,0),(117618,46,989,0),(117619,47,989,0),(117620,48,989,0),(117621,49,989,0),(117622,50,989,0),(117623,51,989,0),(117624,52,989,0),(117625,53,989,0),(117626,54,989,0),(117627,55,989,0),(117628,56,989,0),(117629,57,989,0),(117630,58,989,0),(117631,59,989,0),(117632,60,989,0),(117633,61,989,0),(117634,62,989,0),(117635,63,989,0),(117636,64,989,0),(117637,65,989,0),(117638,66,989,0),(117639,67,989,0),(117640,68,989,0),(117641,69,989,0),(117642,70,989,0),(117643,71,989,0),(117644,72,989,0),(117645,73,989,0),(117646,74,989,0),(117647,75,989,0),(117648,76,989,0),(117649,77,989,0),(117650,78,989,0),(117651,79,989,0),(117652,80,989,0),(117653,81,989,0),(117654,82,989,0),(117655,83,989,0),(117656,84,989,0),(117657,85,989,0),(117658,86,989,0),(117659,87,989,0),(117660,88,989,0),(117661,89,989,0),(117662,90,989,0),(117663,91,989,0),(117664,92,989,0),(117665,93,989,0),(117666,94,989,0),(117667,95,989,0),(117668,96,989,0),(117669,97,989,0),(117670,98,989,0),(117671,99,989,0),(117672,100,989,0),(117673,101,989,0),(117674,102,989,0),(117675,103,989,0),(117676,104,989,0),(117677,105,989,0),(117678,106,989,0),(117679,107,989,0),(117680,108,989,0),(117681,109,989,0),(117682,110,989,0),(117683,111,989,0),(117684,112,989,0),(117685,113,989,0),(117686,114,989,0),(117687,115,989,0),(117688,116,989,0),(117689,117,989,0.395368583243332),(117690,118,989,0),(117691,119,989,0),(117692,1,990,0),(117693,2,990,0),(117694,3,990,0),(117695,4,990,0),(117696,5,990,0),(117697,6,990,0),(117698,7,990,0),(117699,8,990,0),(117700,9,990,0),(117701,10,990,0),(117702,11,990,0),(117703,12,990,0),(117704,13,990,0),(117705,14,990,0),(117706,15,990,0),(117707,16,990,0),(117708,17,990,0),(117709,18,990,0),(117710,19,990,0),(117711,20,990,0),(117712,21,990,0),(117713,22,990,0),(117714,23,990,0),(117715,24,990,0),(117716,25,990,0),(117717,26,990,0),(117718,27,990,0),(117719,28,990,0),(117720,29,990,0),(117721,30,990,0),(117722,31,990,0),(117723,32,990,0),(117724,33,990,0),(117725,34,990,0),(117726,35,990,0),(117727,36,990,0),(117728,37,990,0),(117729,38,990,0),(117730,39,990,0),(117731,40,990,0),(117732,41,990,0),(117733,42,990,0),(117734,43,990,0),(117735,44,990,0),(117736,45,990,0),(117737,46,990,0),(117738,47,990,0),(117739,48,990,0),(117740,49,990,0),(117741,50,990,0),(117742,51,990,0),(117743,52,990,0),(117744,53,990,0),(117745,54,990,0),(117746,55,990,0),(117747,56,990,0),(117748,57,990,0),(117749,58,990,0),(117750,59,990,0),(117751,60,990,0),(117752,61,990,0),(117753,62,990,0),(117754,63,990,0),(117755,64,990,0),(117756,65,990,0),(117757,66,990,0),(117758,67,990,0),(117759,68,990,0),(117760,69,990,0),(117761,70,990,0),(117762,71,990,0),(117763,72,990,0),(117764,73,990,0),(117765,74,990,0),(117766,75,990,0),(117767,76,990,0),(117768,77,990,0),(117769,78,990,0),(117770,79,990,0),(117771,80,990,0),(117772,81,990,0),(117773,82,990,0),(117774,83,990,0),(117775,84,990,0),(117776,85,990,0),(117777,86,990,0),(117778,87,990,0),(117779,88,990,0),(117780,89,990,0),(117781,90,990,0),(117782,91,990,0),(117783,92,990,0),(117784,93,990,0),(117785,94,990,0),(117786,95,990,0),(117787,96,990,0),(117788,97,990,0),(117789,98,990,0),(117790,99,990,0),(117791,100,990,0),(117792,101,990,0),(117793,102,990,0),(117794,103,990,0),(117795,104,990,0),(117796,105,990,0),(117797,106,990,0),(117798,107,990,0),(117799,108,990,0),(117800,109,990,0),(117801,110,990,0),(117802,111,990,0),(117803,112,990,0),(117804,113,990,0),(117805,114,990,0),(117806,115,990,0),(117807,116,990,0),(117808,117,990,0.308455082467172),(117809,118,990,0),(117810,119,990,0),(117811,1,991,0),(117812,2,991,0),(117813,3,991,0),(117814,4,991,0),(117815,5,991,0),(117816,6,991,0),(117817,7,991,0),(117818,8,991,0),(117819,9,991,0),(117820,10,991,0),(117821,11,991,0),(117822,12,991,0),(117823,13,991,0),(117824,14,991,0),(117825,15,991,0),(117826,16,991,0),(117827,17,991,0),(117828,18,991,0),(117829,19,991,0),(117830,20,991,0),(117831,21,991,0),(117832,22,991,0),(117833,23,991,0),(117834,24,991,0),(117835,25,991,0),(117836,26,991,0),(117837,27,991,0),(117838,28,991,0),(117839,29,991,0),(117840,30,991,0),(117841,31,991,0),(117842,32,991,0),(117843,33,991,0),(117844,34,991,0),(117845,35,991,0),(117846,36,991,0),(117847,37,991,0),(117848,38,991,0),(117849,39,991,0),(117850,40,991,0),(117851,41,991,0),(117852,42,991,0),(117853,43,991,0),(117854,44,991,0),(117855,45,991,0),(117856,46,991,0),(117857,47,991,0),(117858,48,991,0),(117859,49,991,0),(117860,50,991,0),(117861,51,991,0),(117862,52,991,0),(117863,53,991,0),(117864,54,991,0),(117865,55,991,0),(117866,56,991,0),(117867,57,991,0),(117868,58,991,0),(117869,59,991,0),(117870,60,991,0),(117871,61,991,0),(117872,62,991,0),(117873,63,991,0),(117874,64,991,0),(117875,65,991,0),(117876,66,991,0),(117877,67,991,0),(117878,68,991,0),(117879,69,991,0),(117880,70,991,0),(117881,71,991,0),(117882,72,991,0),(117883,73,991,0),(117884,74,991,0),(117885,75,991,0),(117886,76,991,0),(117887,77,991,0),(117888,78,991,0),(117889,79,991,0),(117890,80,991,0),(117891,81,991,0),(117892,82,991,0),(117893,83,991,0),(117894,84,991,0),(117895,85,991,0),(117896,86,991,0),(117897,87,991,0),(117898,88,991,0),(117899,89,991,0),(117900,90,991,0),(117901,91,991,0),(117902,92,991,0),(117903,93,991,0),(117904,94,991,0),(117905,95,991,0),(117906,96,991,0),(117907,97,991,0),(117908,98,991,0),(117909,99,991,0),(117910,100,991,0),(117911,101,991,0),(117912,102,991,0),(117913,103,991,0),(117914,104,991,0),(117915,105,991,0),(117916,106,991,0),(117917,107,991,0),(117918,108,991,0),(117919,109,991,0),(117920,110,991,0),(117921,111,991,0),(117922,112,991,0),(117923,113,991,0),(117924,114,991,0),(117925,115,991,0),(117926,116,991,0),(117927,117,991,0),(117928,118,991,0.5),(117929,119,991,0),(117930,1,992,0),(117931,2,992,0),(117932,3,992,0),(117933,4,992,0),(117934,5,992,0),(117935,6,992,0),(117936,7,992,0),(117937,8,992,0),(117938,9,992,0),(117939,10,992,0),(117940,11,992,0),(117941,12,992,0),(117942,13,992,0),(117943,14,992,0),(117944,15,992,0),(117945,16,992,0),(117946,17,992,0),(117947,18,992,0),(117948,19,992,0),(117949,20,992,0),(117950,21,992,0),(117951,22,992,0),(117952,23,992,0),(117953,24,992,0),(117954,25,992,0),(117955,26,992,0),(117956,27,992,0),(117957,28,992,0),(117958,29,992,0),(117959,30,992,0),(117960,31,992,0),(117961,32,992,0),(117962,33,992,0),(117963,34,992,0),(117964,35,992,0),(117965,36,992,0),(117966,37,992,0),(117967,38,992,0),(117968,39,992,0),(117969,40,992,0),(117970,41,992,0),(117971,42,992,0),(117972,43,992,0),(117973,44,992,0),(117974,45,992,0),(117975,46,992,0),(117976,47,992,0),(117977,48,992,0),(117978,49,992,0),(117979,50,992,0),(117980,51,992,0),(117981,52,992,0),(117982,53,992,0),(117983,54,992,0),(117984,55,992,0),(117985,56,992,0),(117986,57,992,0),(117987,58,992,0),(117988,59,992,0),(117989,60,992,0),(117990,61,992,0),(117991,62,992,0),(117992,63,992,0),(117993,64,992,0),(117994,65,992,0),(117995,66,992,0),(117996,67,992,0),(117997,68,992,0),(117998,69,992,0),(117999,70,992,0),(118000,71,992,0),(118001,72,992,0),(118002,73,992,0),(118003,74,992,0),(118004,75,992,0),(118005,76,992,0),(118006,77,992,0),(118007,78,992,0),(118008,79,992,0),(118009,80,992,0),(118010,81,992,0),(118011,82,992,0),(118012,83,992,0),(118013,84,992,0),(118014,85,992,0),(118015,86,992,0),(118016,87,992,0),(118017,88,992,0),(118018,89,992,0),(118019,90,992,0),(118020,91,992,0),(118021,92,992,0),(118022,93,992,0),(118023,94,992,0),(118024,95,992,0),(118025,96,992,0),(118026,97,992,0),(118027,98,992,0),(118028,99,992,0),(118029,100,992,0),(118030,101,992,0),(118031,102,992,0),(118032,103,992,0),(118033,104,992,0),(118034,105,992,0),(118035,106,992,0),(118036,107,992,0),(118037,108,992,0),(118038,109,992,0),(118039,110,992,0),(118040,111,992,0),(118041,112,992,0),(118042,113,992,0),(118043,114,992,0),(118044,115,992,0),(118045,116,992,0),(118046,117,992,0),(118047,118,992,0.8),(118048,119,992,0),(118049,1,993,0),(118050,2,993,0),(118051,3,993,0),(118052,4,993,0),(118053,5,993,0),(118054,6,993,0),(118055,7,993,0),(118056,8,993,0),(118057,9,993,0),(118058,10,993,0),(118059,11,993,0),(118060,12,993,0),(118061,13,993,0),(118062,14,993,0),(118063,15,993,0),(118064,16,993,0),(118065,17,993,0),(118066,18,993,0),(118067,19,993,0),(118068,20,993,0),(118069,21,993,0),(118070,22,993,0),(118071,23,993,0),(118072,24,993,0),(118073,25,993,0),(118074,26,993,0),(118075,27,993,0),(118076,28,993,0),(118077,29,993,0),(118078,30,993,0),(118079,31,993,0),(118080,32,993,0),(118081,33,993,0),(118082,34,993,0),(118083,35,993,0),(118084,36,993,0),(118085,37,993,0),(118086,38,993,0),(118087,39,993,0),(118088,40,993,0),(118089,41,993,0),(118090,42,993,0),(118091,43,993,0),(118092,44,993,0),(118093,45,993,0),(118094,46,993,0),(118095,47,993,0),(118096,48,993,0),(118097,49,993,0),(118098,50,993,0),(118099,51,993,0),(118100,52,993,0),(118101,53,993,0),(118102,54,993,0),(118103,55,993,0),(118104,56,993,0),(118105,57,993,0),(118106,58,993,0),(118107,59,993,0),(118108,60,993,0),(118109,61,993,0),(118110,62,993,0),(118111,63,993,0),(118112,64,993,0),(118113,65,993,0),(118114,66,993,0),(118115,67,993,0),(118116,68,993,0),(118117,69,993,0),(118118,70,993,0),(118119,71,993,0),(118120,72,993,0),(118121,73,993,0),(118122,74,993,0),(118123,75,993,0),(118124,76,993,0),(118125,77,993,0),(118126,78,993,0),(118127,79,993,0),(118128,80,993,0),(118129,81,993,0),(118130,82,993,0),(118131,83,993,0),(118132,84,993,0),(118133,85,993,0),(118134,86,993,0),(118135,87,993,0),(118136,88,993,0),(118137,89,993,0),(118138,90,993,0),(118139,91,993,0),(118140,92,993,0),(118141,93,993,0),(118142,94,993,0),(118143,95,993,0),(118144,96,993,0),(118145,97,993,0),(118146,98,993,0),(118147,99,993,0),(118148,100,993,0),(118149,101,993,0),(118150,102,993,0),(118151,103,993,0),(118152,104,993,0),(118153,105,993,0),(118154,106,993,0),(118155,107,993,0),(118156,108,993,0),(118157,109,993,0),(118158,110,993,0),(118159,111,993,0),(118160,112,993,0),(118161,113,993,0),(118162,114,993,0),(118163,115,993,0),(118164,116,993,0),(118165,117,993,0),(118166,118,993,0.427631844912948),(118167,119,993,0),(118168,1,994,0),(118169,2,994,0),(118170,3,994,0),(118171,4,994,0),(118172,5,994,0),(118173,6,994,0),(118174,7,994,0),(118175,8,994,0),(118176,9,994,0),(118177,10,994,0),(118178,11,994,0),(118179,12,994,0),(118180,13,994,0),(118181,14,994,0),(118182,15,994,0),(118183,16,994,0),(118184,17,994,0),(118185,18,994,0),(118186,19,994,0),(118187,20,994,0),(118188,21,994,0),(118189,22,994,0),(118190,23,994,0),(118191,24,994,0),(118192,25,994,0),(118193,26,994,0),(118194,27,994,0),(118195,28,994,0),(118196,29,994,0),(118197,30,994,0),(118198,31,994,0),(118199,32,994,0),(118200,33,994,0),(118201,34,994,0),(118202,35,994,0),(118203,36,994,0),(118204,37,994,0),(118205,38,994,0),(118206,39,994,0),(118207,40,994,0),(118208,41,994,0),(118209,42,994,0),(118210,43,994,0),(118211,44,994,0),(118212,45,994,0),(118213,46,994,0),(118214,47,994,0),(118215,48,994,0),(118216,49,994,0),(118217,50,994,0),(118218,51,994,0),(118219,52,994,0),(118220,53,994,0),(118221,54,994,0),(118222,55,994,0),(118223,56,994,0),(118224,57,994,0),(118225,58,994,0),(118226,59,994,0),(118227,60,994,0),(118228,61,994,0),(118229,62,994,0),(118230,63,994,0),(118231,64,994,0),(118232,65,994,0),(118233,66,994,0),(118234,67,994,0),(118235,68,994,0),(118236,69,994,0),(118237,70,994,0),(118238,71,994,0),(118239,72,994,0),(118240,73,994,0),(118241,74,994,0),(118242,75,994,0),(118243,76,994,0),(118244,77,994,0),(118245,78,994,0),(118246,79,994,0),(118247,80,994,0),(118248,81,994,0),(118249,82,994,0),(118250,83,994,0),(118251,84,994,0),(118252,85,994,0),(118253,86,994,0),(118254,87,994,0),(118255,88,994,0),(118256,89,994,0),(118257,90,994,0),(118258,91,994,0),(118259,92,994,0),(118260,93,994,0),(118261,94,994,0),(118262,95,994,0),(118263,96,994,0),(118264,97,994,0),(118265,98,994,0),(118266,99,994,0),(118267,100,994,0),(118268,101,994,0),(118269,102,994,0),(118270,103,994,0),(118271,104,994,0),(118272,105,994,0),(118273,106,994,0),(118274,107,994,0),(118275,108,994,0),(118276,109,994,0),(118277,110,994,0),(118278,111,994,0),(118279,112,994,0),(118280,113,994,0),(118281,114,994,0),(118282,115,994,0),(118283,116,994,0),(118284,117,994,0),(118285,118,994,0.572368155087052),(118286,119,994,0),(118287,1,995,0),(118288,2,995,0),(118289,3,995,0),(118290,4,995,0),(118291,5,995,0),(118292,6,995,0),(118293,7,995,0),(118294,8,995,0),(118295,9,995,0),(118296,10,995,0),(118297,11,995,0),(118298,12,995,0),(118299,13,995,0),(118300,14,995,0),(118301,15,995,0),(118302,16,995,0),(118303,17,995,0),(118304,18,995,0),(118305,19,995,0),(118306,20,995,0),(118307,21,995,0),(118308,22,995,0),(118309,23,995,0),(118310,24,995,0),(118311,25,995,0),(118312,26,995,0),(118313,27,995,0),(118314,28,995,0),(118315,29,995,0),(118316,30,995,0),(118317,31,995,0),(118318,32,995,0),(118319,33,995,0),(118320,34,995,0),(118321,35,995,0),(118322,36,995,0),(118323,37,995,0),(118324,38,995,0),(118325,39,995,0),(118326,40,995,0),(118327,41,995,0),(118328,42,995,0),(118329,43,995,0),(118330,44,995,0),(118331,45,995,0),(118332,46,995,0),(118333,47,995,0),(118334,48,995,0),(118335,49,995,0),(118336,50,995,0),(118337,51,995,0),(118338,52,995,0),(118339,53,995,0),(118340,54,995,0),(118341,55,995,0),(118342,56,995,0),(118343,57,995,0),(118344,58,995,0),(118345,59,995,0),(118346,60,995,0),(118347,61,995,0),(118348,62,995,0),(118349,63,995,0),(118350,64,995,0),(118351,65,995,0),(118352,66,995,0),(118353,67,995,0),(118354,68,995,0),(118355,69,995,0),(118356,70,995,0),(118357,71,995,0),(118358,72,995,0),(118359,73,995,0),(118360,74,995,0),(118361,75,995,0),(118362,76,995,0),(118363,77,995,0),(118364,78,995,0),(118365,79,995,0),(118366,80,995,0),(118367,81,995,0),(118368,82,995,0),(118369,83,995,0),(118370,84,995,0),(118371,85,995,0),(118372,86,995,0),(118373,87,995,0),(118374,88,995,0),(118375,89,995,0),(118376,90,995,0),(118377,91,995,0),(118378,92,995,0),(118379,93,995,0),(118380,94,995,0),(118381,95,995,0),(118382,96,995,0),(118383,97,995,0),(118384,98,995,0),(118385,99,995,0),(118386,100,995,0),(118387,101,995,0),(118388,102,995,0),(118389,103,995,0),(118390,104,995,0),(118391,105,995,0),(118392,106,995,0),(118393,107,995,0),(118394,108,995,0),(118395,109,995,0),(118396,110,995,0),(118397,111,995,0),(118398,112,995,0),(118399,113,995,0),(118400,114,995,0),(118401,115,995,0),(118402,116,995,0),(118403,117,995,0),(118404,118,995,0),(118405,119,995,0.429873175526034),(118406,1,996,0),(118407,2,996,0),(118408,3,996,0),(118409,4,996,0),(118410,5,996,0),(118411,6,996,0),(118412,7,996,0),(118413,8,996,0),(118414,9,996,0),(118415,10,996,0),(118416,11,996,0),(118417,12,996,0),(118418,13,996,0),(118419,14,996,0),(118420,15,996,0),(118421,16,996,0),(118422,17,996,0),(118423,18,996,0),(118424,19,996,0),(118425,20,996,0),(118426,21,996,0),(118427,22,996,0),(118428,23,996,0),(118429,24,996,0),(118430,25,996,0),(118431,26,996,0),(118432,27,996,0),(118433,28,996,0),(118434,29,996,0),(118435,30,996,0),(118436,31,996,0),(118437,32,996,0),(118438,33,996,0),(118439,34,996,0),(118440,35,996,0),(118441,36,996,0),(118442,37,996,0),(118443,38,996,0),(118444,39,996,0),(118445,40,996,0),(118446,41,996,0),(118447,42,996,0),(118448,43,996,0),(118449,44,996,0),(118450,45,996,0),(118451,46,996,0),(118452,47,996,0),(118453,48,996,0),(118454,49,996,0),(118455,50,996,0),(118456,51,996,0),(118457,52,996,0),(118458,53,996,0),(118459,54,996,0),(118460,55,996,0),(118461,56,996,0),(118462,57,996,0),(118463,58,996,0),(118464,59,996,0),(118465,60,996,0),(118466,61,996,0),(118467,62,996,0),(118468,63,996,0),(118469,64,996,0),(118470,65,996,0),(118471,66,996,0),(118472,67,996,0),(118473,68,996,0),(118474,69,996,0),(118475,70,996,0),(118476,71,996,0),(118477,72,996,0),(118478,73,996,0),(118479,74,996,0),(118480,75,996,0),(118481,76,996,0),(118482,77,996,0),(118483,78,996,0),(118484,79,996,0),(118485,80,996,0),(118486,81,996,0),(118487,82,996,0),(118488,83,996,0),(118489,84,996,0),(118490,85,996,0),(118491,86,996,0),(118492,87,996,0),(118493,88,996,0),(118494,89,996,0),(118495,90,996,0),(118496,91,996,0),(118497,92,996,0),(118498,93,996,0),(118499,94,996,0),(118500,95,996,0),(118501,96,996,0),(118502,97,996,0),(118503,98,996,0),(118504,99,996,0),(118505,100,996,0),(118506,101,996,0),(118507,102,996,0),(118508,103,996,0),(118509,104,996,0),(118510,105,996,0),(118511,106,996,0),(118512,107,996,0),(118513,108,996,0),(118514,109,996,0),(118515,110,996,0),(118516,111,996,0),(118517,112,996,0),(118518,113,996,0),(118519,114,996,0),(118520,115,996,0),(118521,116,996,0),(118522,117,996,0),(118523,118,996,0),(118524,119,996,0.370126824473966),(118525,1,997,0),(118526,2,997,0),(118527,3,997,0),(118528,4,997,0),(118529,5,997,0),(118530,6,997,0),(118531,7,997,0),(118532,8,997,0),(118533,9,997,0),(118534,10,997,0),(118535,11,997,0),(118536,12,997,0),(118537,13,997,0),(118538,14,997,0),(118539,15,997,0),(118540,16,997,0),(118541,17,997,0),(118542,18,997,0),(118543,19,997,0),(118544,20,997,0),(118545,21,997,0),(118546,22,997,0),(118547,23,997,0),(118548,24,997,0),(118549,25,997,0),(118550,26,997,0),(118551,27,997,0),(118552,28,997,0),(118553,29,997,0),(118554,30,997,0),(118555,31,997,0),(118556,32,997,0),(118557,33,997,0),(118558,34,997,0),(118559,35,997,0),(118560,36,997,0),(118561,37,997,0),(118562,38,997,0),(118563,39,997,0),(118564,40,997,0),(118565,41,997,0),(118566,42,997,0),(118567,43,997,0),(118568,44,997,0),(118569,45,997,0),(118570,46,997,0),(118571,47,997,0),(118572,48,997,0),(118573,49,997,0),(118574,50,997,0),(118575,51,997,0),(118576,52,997,0),(118577,53,997,0),(118578,54,997,0),(118579,55,997,0),(118580,56,997,0),(118581,57,997,0),(118582,58,997,0),(118583,59,997,0),(118584,60,997,0),(118585,61,997,0),(118586,62,997,0),(118587,63,997,0),(118588,64,997,0),(118589,65,997,0),(118590,66,997,0),(118591,67,997,0),(118592,68,997,0),(118593,69,997,0),(118594,70,997,0),(118595,71,997,0),(118596,72,997,0),(118597,73,997,0),(118598,74,997,0),(118599,75,997,0),(118600,76,997,0),(118601,77,997,0),(118602,78,997,0),(118603,79,997,0),(118604,80,997,0),(118605,81,997,0),(118606,82,997,0),(118607,83,997,0),(118608,84,997,0),(118609,85,997,0),(118610,86,997,0),(118611,87,997,0),(118612,88,997,0),(118613,89,997,0),(118614,90,997,0),(118615,91,997,0),(118616,92,997,0),(118617,93,997,0),(118618,94,997,0),(118619,95,997,0),(118620,96,997,0),(118621,97,997,0),(118622,98,997,0),(118623,99,997,0),(118624,100,997,0),(118625,101,997,0),(118626,102,997,0),(118627,103,997,0),(118628,104,997,0),(118629,105,997,0),(118630,106,997,0),(118631,107,997,0),(118632,108,997,0),(118633,109,997,0),(118634,110,997,0),(118635,111,997,0),(118636,112,997,0),(118637,113,997,0),(118638,114,997,0),(118639,115,997,0),(118640,116,997,0),(118641,117,997,0),(118642,118,997,0),(118643,119,997,0.369579236892619),(118644,1,998,0),(118645,2,998,0),(118646,3,998,0),(118647,4,998,0),(118648,5,998,0),(118649,6,998,0),(118650,7,998,0),(118651,8,998,0),(118652,9,998,0),(118653,10,998,0),(118654,11,998,0),(118655,12,998,0),(118656,13,998,0),(118657,14,998,0),(118658,15,998,0),(118659,16,998,0),(118660,17,998,0),(118661,18,998,0),(118662,19,998,0),(118663,20,998,0),(118664,21,998,0),(118665,22,998,0),(118666,23,998,0),(118667,24,998,0),(118668,25,998,0),(118669,26,998,0),(118670,27,998,0),(118671,28,998,0),(118672,29,998,0),(118673,30,998,0),(118674,31,998,0),(118675,32,998,0),(118676,33,998,0),(118677,34,998,0),(118678,35,998,0),(118679,36,998,0),(118680,37,998,0),(118681,38,998,0),(118682,39,998,0),(118683,40,998,0),(118684,41,998,0),(118685,42,998,0),(118686,43,998,0),(118687,44,998,0),(118688,45,998,0),(118689,46,998,0),(118690,47,998,0),(118691,48,998,0),(118692,49,998,0),(118693,50,998,0),(118694,51,998,0),(118695,52,998,0),(118696,53,998,0),(118697,54,998,0),(118698,55,998,0),(118699,56,998,0),(118700,57,998,0),(118701,58,998,0),(118702,59,998,0),(118703,60,998,0),(118704,61,998,0),(118705,62,998,0),(118706,63,998,0),(118707,64,998,0),(118708,65,998,0),(118709,66,998,0),(118710,67,998,0),(118711,68,998,0),(118712,69,998,0),(118713,70,998,0),(118714,71,998,0),(118715,72,998,0),(118716,73,998,0),(118717,74,998,0),(118718,75,998,0),(118719,76,998,0),(118720,77,998,0),(118721,78,998,0),(118722,79,998,0),(118723,80,998,0),(118724,81,998,0),(118725,82,998,0),(118726,83,998,0),(118727,84,998,0),(118728,85,998,0),(118729,86,998,0),(118730,87,998,0),(118731,88,998,0),(118732,89,998,0),(118733,90,998,0),(118734,91,998,0),(118735,92,998,0),(118736,93,998,0),(118737,94,998,0),(118738,95,998,0),(118739,96,998,0),(118740,97,998,0),(118741,98,998,0),(118742,99,998,0),(118743,100,998,0),(118744,101,998,0),(118745,102,998,0),(118746,103,998,0),(118747,104,998,0),(118748,105,998,0),(118749,106,998,0),(118750,107,998,0),(118751,108,998,0),(118752,109,998,0),(118753,110,998,0),(118754,111,998,0),(118755,112,998,0),(118756,113,998,0),(118757,114,998,0),(118758,115,998,0),(118759,116,998,0),(118760,117,998,0),(118761,118,998,0),(118762,119,998,0.63042076310738);
 /*!40000 ALTER TABLE `aux_question_cat` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -304,6 +312,7 @@ CREATE TABLE `aux_questions` (
   `Q_Answer` varchar(256) DEFAULT NULL,
   `Q_Value` float DEFAULT NULL,
   `Q_Answer_IT` varchar(256) DEFAULT NULL,
+  `Q_Value_Price` int(11) DEFAULT NULL,
   PRIMARY KEY (`id`),
   KEY `Q_Type_ID` (`Q_Type_ID`)
 ) ENGINE=MyISAM AUTO_INCREMENT=117 DEFAULT CHARSET=latin1;
@@ -315,7 +324,7 @@ CREATE TABLE `aux_questions` (
 
 LOCK TABLES `aux_questions` WRITE;
 /*!40000 ALTER TABLE `aux_questions` DISABLE KEYS */;
-INSERT INTO `aux_questions` VALUES (1,1,'Yes, implemented on CSP responsibility.',1,''),(2,1,'Not implemented at all.',0,''),(3,1,'Yes, implemented on hyperscaler responsibility.',1,''),(4,1,'Yes, implemented on shared responsibility (CSP and hyperscaler).',1,''),(5,1,'Not applicable.',1,'');
+INSERT INTO `aux_questions` VALUES (1,1,'Yes.',1,'NA',1000),(2,1,'Partial',0,'NA',1000),(3,1,'No',0,'NA',9),(4,1,'Not Applicable',1,'NA',10000);
 /*!40000 ALTER TABLE `aux_questions` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -412,7 +421,7 @@ CREATE TABLE `element_display` (
   `element_name_IT` text NOT NULL,
   PRIMARY KEY (`Id`),
   KEY `element_Key_Id` (`element_Key_Id`)
-) ENGINE=MyISAM AUTO_INCREMENT=141 DEFAULT CHARSET=latin1 COMMENT='Aux table for displaying page/section/superquestions.';
+) ENGINE=MyISAM AUTO_INCREMENT=142 DEFAULT CHARSET=latin1 COMMENT='Aux table for displaying page/section/superquestions.';
 /*!40101 SET character_set_client = @saved_cs_client */;
 
 --
@@ -421,7 +430,7 @@ CREATE TABLE `element_display` (
 
 LOCK TABLES `element_display` WRITE;
 /*!40000 ALTER TABLE `element_display` DISABLE KEYS */;
-INSERT INTO `element_display` VALUES (1,'Organisation Of Information Security','page',1,NULL,''),(2,'Information Security Management System','section',1,1,''),(3,'Segregation Of Duties','section',2,1,''),(4,'Contact With Authorities And Interest Groups','section',3,1,''),(5,'Information Security In Project Management','section',4,1,''),(6,'Information Security Policies','page',2,NULL,''),(7,'Global Information Security Policy','section',1,6,''),(8,'Security Policies And Procedures','section',2,6,''),(9,'Exceptions','section',3,6,''),(10,'Risk Management','page',3,NULL,''),(11,'Risk Management Policy','section',1,10,''),(12,'Risk Assessment Implementation','section',2,10,''),(13,'Risk Treatment Implementation','section',3,10,''),(14,'Human Resources','page',4,NULL,''),(15,'Human Resource Policies','section',1,14,''),(16,'Verification Of Qualification And Trustworthiness','section',2,14,''),(17,'Employee Terms And Conditions','section',3,14,''),(18,'Security Awareness And Training','section',4,14,''),(19,'Termination Or Change In Employment','section',5,14,''),(20,'Confidentiality Agreements','section',6,14,''),(21,'Asset Management','page',5,NULL,''),(22,'Asset Inventory','section',1,21,''),(23,'Acceptable Use And Safe Handling Of Assets Policy','section',2,21,''),(24,'Commissioning And Decommissioning Of Hardware','section',3,21,''),(25,'Acceptable Use, Safe Handling And Return Of Assets','section',4,21,''),(26,'Asset Classification And Labelling','section',5,21,''),(27,'Physical Security','page',6,NULL,''),(28,'Physical Security Perimeters','section',1,27,''),(29,'Physical Site Access Control','section',2,27,''),(30,'Working In Non-Public Areas','section',3,27,''),(31,'Equipment Protection','section',4,27,''),(32,'Protection Against External And Environmental Threats','section',5,27,''),(33,'Operational Security','page',7,NULL,''),(34,'Capacity Management – Planning','section',1,33,''),(35,'Capacity Management – Monitoring','section',2,33,''),(36,'Capacity Management – Controlling Of Resources','section',3,33,''),(37,'Protection Against Malware – Policies','section',4,33,''),(38,'Protection Against Malware – Implementation','section',5,33,''),(39,'Data Backup And Recovery – Policies','section',6,33,''),(40,'Data Backup And Recovery – Monitoring','section',7,33,''),(41,'Data Backup And Recovery – Regular Testing','section',8,33,''),(42,'Data Backup And Recovery – Storage','section',9,33,''),(43,'Logging And Monitoring – Policies','section',10,33,''),(44,'Logging And Monitoring – Derived Data Management','section',11,33,''),(45,'Logging And Monitoring – Identification Of Events','section',12,33,''),(46,'Logging And Monitoring – Access, Storage And Deletion','section',13,33,''),(47,'Logging And Monitoring – Attribution','section',14,33,''),(48,'Logging And Monitoring – Configuration','section',15,33,''),(49,'Logging And Monitoring – Availability','section',16,33,''),(50,'Managing Vulnerabilities, Malfunctions And Errors – Policies','section',17,33,''),(51,'Managing Vulnerabilities, Malfunctions And Errors – Online Registers','section',18,33,''),(52,'Managing Vulnerabilities, Malfunctions And Errors – Vulnerability Identification','section',19,33,''),(53,'Managing Vulnerabilities, Malfunctions And Errors – Measurements, Analyses And Assessments Of Procedures','section',20,33,''),(54,'Managing Vulnerabilities, Malfunctions And Errors – System Hardening','section',21,33,''),(55,'Separation Of Datasets In The Cloud Infrastructure','section',22,33,''),(56,'Identity, Authentication, And Access Control Management','page',8,NULL,''),(57,'Policies For Access Control To Information','section',1,56,''),(58,'Management Of User Accounts','section',2,56,''),(59,'Locking, Unlocking And Revocation Of User Accounts','section',3,56,''),(60,'Management Of Access Rights','section',4,56,''),(61,'Regular Review Of Access Rights','section',5,56,''),(62,'Privileged Access Rights','section',6,56,''),(63,'Authentication Mechanisms','section',7,56,''),(64,'Protection And Strength Of Credentials','section',8,56,''),(65,'General Access Restrictions','section',9,56,''),(66,'Cryptography And Key Management','page',9,NULL,''),(67,'Policies For The Use Of Encryption Mechanisms And Key Management','section',1,66,''),(68,'Encryption Of Data In Transit','section',2,66,''),(69,'Encryption Of Data At Rest','section',3,66,''),(70,'Secure Key Management','section',4,66,''),(71,'Communication Security','page',10,NULL,''),(72,'Technical Safeguards','section',5,71,''),(73,'Security Requirements To Connect Within The Csp’S Network','section',6,71,''),(74,'Monitoring Of Connections Within The Csp’S Network','section',7,71,''),(75,'Cross-Network Access','section',8,71,''),(76,'Networks For Administration','section',9,71,''),(77,'Traffic Segregation In Shared Network Environments','section',10,71,''),(78,'Network Topology Documentation','section',11,71,''),(79,'Software Defined Networking','section',12,71,''),(80,'Data Transmission Policies','section',13,71,''),(81,'Portability And Interoperability','page',11,NULL,''),(82,'Documentation And Security Of Input And Output Interfaces','section',1,81,''),(83,'Contractual Agreements For The Provision Of Data','section',2,81,''),(84,'Secure Deletion Of Data','section',3,81,''),(85,'Change And Configuration Management','page',12,NULL,''),(86,'Policies For Changes To Information Systems','section',1,85,''),(87,'Risk Assessment, Categorisation And Prioritisation Of Changes','section',2,85,''),(88,'Testing Changes','section',3,85,''),(89,'Approvals For Provision In The Production Environment','section',4,85,''),(90,'Performing And Logging Changes','section',5,85,''),(91,'Version Control','section',6,85,''),(92,' Development Of Information Systems','page',13,NULL,''),(93,'Policies For The Development And Procurement Of Information Systems','section',1,92,''),(94,'Development Supply Chain Security','section',2,92,''),(95,'Secure Development Environment','section',3,92,''),(96,'Separation Of Environments','section',4,92,''),(97,'Development Of Security Features','section',5,92,''),(98,'Identification Of Vulnerabilities Of The Cloud Service','section',6,92,''),(99,'Outsourcing Of The Development','section',7,92,''),(100,'Procurement Management','page',14,NULL,''),(101,'Policies And Procedures For Controlling And Monitoring Third Parties','section',1,100,''),(102,'Risk Assessment Of Suppliers','section',2,100,''),(103,'Directory Of Suppliers','section',3,100,''),(104,'Monitoring Of Compliance With Requirements','section',4,100,''),(105,'Exit Strategy','section',5,100,''),(106,'Incident Management','page',15,NULL,''),(107,'Policy For Security Incident Management','section',1,106,''),(108,'Processing Of Security Incidents','section',2,106,''),(109,'Documentation And Reporting Of Security Incidents','section',3,106,''),(110,'User’S Duty To Report Security Incidents','section',4,106,''),(111,'Involvement Of Cloud Customers In The Event Of Incidents','section',5,106,''),(112,'Evaluation And Learning Process','section',6,106,''),(113,'Incident Evidence Preservation','section',7,106,''),(114,'Business Continuity','page',16,NULL,''),(115,'Business Continuity Policies And Top Management Responsibility','section',1,114,''),(116,'Business Impact Analysis Procedures','section',2,114,''),(117,'Business Continuity And Contingency Planning','section',3,114,''),(118,'Business Continuity Tests And Exercises','section',4,114,''),(119,'Compliance','page',17,NULL,''),(120,'Identification Of Applicable Compliance Requirements','section',1,119,''),(121,'Policy For Planning And Conducting Audits','section',2,119,''),(122,'Internal Audits Of The Internal Control System','section',3,119,''),(123,'Information On Internal Control System Assessment','section',4,119,''),(124,'User Documentation','page',18,NULL,''),(125,'Guidelines And Recommendations For Cloud Customers','section',1,124,''),(126,'Online Register Of Known Vulnerabilities','section',2,124,''),(127,'Locations Of Data Processing And Storage','section',3,124,''),(128,'Justification Of The Targeted Assurance Level','section',4,124,''),(129,'Guidelines And Recommendations For Composition','section',5,124,''),(130,'Contribution To The Fulfilment Of Requirements For Composition','section',6,124,''),(131,'Dealing With Investigation Requests From Government Agencies','page',19,NULL,''),(132,'Legal Assessment Of Investigative Inquiries','section',1,131,''),(133,'Informing Cloud Customers About Investigation Requests','section',2,131,''),(134,'Conditions For Access To Or Disclosure Of Data In Investigation Requests','section',3,131,''),(135,'Product Safety And Security (Pss)','page',20,NULL,''),(136,'Error Handling And Logging Mechanisms','section',1,135,''),(137,'Session Management','section',2,135,''),(138,'Software Defined Networking','section',3,135,''),(139,'Images For Virtual Machines And Containers','section',4,135,''),(140,'Locations Of Data Processing And Storage','section',5,135,'');
+INSERT INTO `element_display` VALUES (109,'Documentation And Reporting Of Security Incidents','section',3,106,'NA'),(68,'Encryption Of Data In Transit','section',2,66,'NA'),(67,'Policies For The Use Of Encryption Mechanisms And Key Management','section',1,66,'NA'),(42,'Data Backup And Recovery – Storage','section',9,33,'NA'),(43,'Logging And Monitoring – Policies','section',10,33,'NA'),(44,'Logging And Monitoring – Derived Data Management','section',11,33,'NA'),(45,'Logging And Monitoring – Identification Of Events','section',12,33,'NA'),(105,'Exit Strategy','section',5,100,'NA'),(106,'Incident Management','page',15,NULL,'NA'),(107,'Policy For Security Incident Management','section',1,106,'NA'),(108,'Processing Of Security Incidents','section',2,106,'NA'),(100,'Procurement Management','page',14,NULL,'NA'),(101,'Policies And Procedures For Controlling And Monitoring Third Parties','section',1,100,'NA'),(102,'Risk Assessment Of Suppliers','section',2,100,'NA'),(103,'Directory Of Suppliers','section',3,100,'NA'),(104,'Monitoring Of Compliance With Requirements','section',4,100,'NA'),(141,'Controlling exchanges with suppliers of functional components','section',8,92,'NA'),(99,'Outsourcing Of The Development','section',7,92,'NA'),(69,'Encryption Of Data At Rest','section',3,66,'NA'),(70,'Secure Key Management','section',4,66,'NA'),(71,'Communication Security','page',10,NULL,'NA'),(72,'Technical Safeguards','section',5,71,'NA'),(73,'Security Requirements To Connect Within The Csp’S Network','section',6,71,'NA'),(74,'Monitoring Of Connections Within The Csp’S Network','section',7,71,'NA'),(76,'Networks For Administration','section',9,71,'NA'),(77,'Traffic Segregation In Shared Network Environments','section',10,71,'NA'),(78,'Network Topology Documentation','section',11,71,'NA'),(79,'Software Defined Networking','section',12,71,'NA'),(80,'Data Transmission Policies','section',13,71,'NA'),(81,'Portability And Interoperability','page',11,NULL,'NA'),(82,'Documentation And Security Of Input And Output Interfaces','section',1,81,'NA'),(83,'Contractual Agreements For The Provision Of Data','section',2,81,'NA'),(84,'Secure Deletion Of Data','section',3,81,'NA'),(85,'Change And Configuration Management','page',12,NULL,'NA'),(86,'Policies For Changes To Information Systems','section',1,85,'NA'),(87,'Risk Assessment, Categorisation And Prioritisation Of Changes','section',2,85,'NA'),(88,'Testing Changes','section',3,85,'NA'),(89,'Approvals For Provision In The Production Environment','section',4,85,'NA'),(90,'Performing And Logging Changes','section',5,85,'NA'),(91,'Version Control','section',6,85,'NA'),(92,' Development Of Information Systems','page',13,NULL,'NA'),(93,'Policies For The Development And Procurement Of Information Systems','section',1,92,'NA'),(94,'Development Supply Chain Security','section',2,92,'NA'),(95,'Secure Development Environment','section',3,92,'NA'),(96,'Separation Of Environments','section',4,92,'NA'),(97,'Development Of Security Features','section',5,92,'NA'),(98,'Identification Of Vulnerabilities Of The Cloud Service','section',6,92,'NA'),(46,'Logging And Monitoring – Access, Storage And Deletion','section',13,33,'NA'),(47,'Logging And Monitoring – Attribution','section',14,33,'NA'),(48,'Logging And Monitoring – Configuration','section',15,33,'NA'),(49,'Logging And Monitoring – Availability','section',16,33,'NA'),(50,'Managing Vulnerabilities, Malfunctions And Errors – Policies','section',17,33,'NA'),(51,'Managing Vulnerabilities, Malfunctions And Errors – Online Registers','section',18,33,'NA'),(52,'Managing Vulnerabilities, Malfunctions And Errors – Vulnerability Identification','section',19,33,'NA'),(53,'Managing Vulnerabilities, Malfunctions And Errors – Measurements, Analyses And Assessments Of Procedures','section',20,33,'NA'),(54,'Managing Vulnerabilities, Malfunctions And Errors – System Hardening','section',21,33,'NA'),(55,'Separation Of Datasets In The Cloud Infrastructure','section',22,33,'NA'),(56,'Identity, Authentication, And Access Control Management','page',8,NULL,'NA'),(57,'Policies For Access Control To Information','section',1,56,'NA'),(58,'Management Of User Accounts','section',2,56,'NA'),(59,'Locking, Unlocking And Revocation Of User Accounts','section',3,56,'NA'),(60,'Management Of Access Rights','section',4,56,'NA'),(61,'Regular Review Of Access Rights','section',5,56,'NA'),(62,'Privileged Access Rights','section',6,56,'NA'),(63,'Authentication Mechanisms','section',7,56,'NA'),(64,'Protection And Strength Of Credentials','section',8,56,'NA'),(65,'General Access Restrictions','section',9,56,'NA'),(66,'Cryptography And Key Management','page',9,NULL,'NA'),(1,'Organisation Of Information Security','page',1,NULL,'NA'),(2,'Information Security Management System','section',1,1,'NA'),(3,'Segregation Of Duties','section',2,1,'NA'),(4,'Contact With Authorities And Interest Groups','section',3,1,'NA'),(5,'Information Security In Project Management','section',4,1,'NA'),(6,'Information Security Policies','page',2,NULL,'NA'),(7,'Global Information Security Policy','section',1,6,'NA'),(8,'Security Policies And Procedures','section',2,6,'NA'),(9,'Exceptions','section',3,6,'NA'),(10,'Risk Management','page',3,NULL,'NA'),(11,'Risk Management Policy','section',1,10,'NA'),(12,'Risk Assessment Implementation','section',2,10,'NA'),(13,'Risk Treatment Implementation','section',3,10,'NA'),(14,'Human Resources','page',4,NULL,'NA'),(15,'Human Resource Policies','section',1,14,'NA'),(16,'Verification Of Qualification And Trustworthiness','section',2,14,'NA'),(17,'Employee Terms And Conditions','section',3,14,'NA'),(18,'Security Awareness And Training','section',4,14,'NA'),(19,'Termination Or Change In Employment','section',5,14,'NA'),(20,'Confidentiality Agreements','section',6,14,'NA'),(21,'Asset Management','page',5,NULL,'NA'),(22,'Asset Inventory','section',1,21,'NA'),(23,'Acceptable Use And Safe Handling Of Assets Policy','section',2,21,'NA'),(24,'Commissioning And Decommissioning Of Hardware','section',3,21,'NA'),(25,'Acceptable Use, Safe Handling And Return Of Assets','section',4,21,'NA'),(26,'Asset Classification And Labelling','section',5,21,'NA'),(27,'Physical Security','page',6,NULL,'NA'),(28,'Physical Security Perimeters','section',1,27,'NA'),(29,'Physical Site Access Control','section',2,27,'NA'),(30,'Working In Non-Public Areas','section',3,27,'NA'),(31,'Equipment Protection','section',4,27,'NA'),(32,'Protection Against External And Environmental Threats','section',5,27,'NA'),(33,'Operational Security','page',7,NULL,'NA'),(34,'Capacity Management – Planning','section',1,33,'NA'),(35,'Capacity Management – Monitoring','section',2,33,'NA'),(36,'Capacity Management – Controlling Of Resources','section',3,33,'NA'),(37,'Protection Against Malware – Policies','section',4,33,'NA'),(38,'Protection Against Malware – Implementation','section',5,33,'NA'),(39,'Data Backup And Recovery – Policies','section',6,33,'NA'),(40,'Data Backup And Recovery – Monitoring','section',7,33,'NA'),(41,'Data Backup And Recovery – Regular Testing','section',8,33,'NA'),(110,'User’S Duty To Report Security Incidents','section',4,106,'NA'),(111,'Involvement Of Cloud Customers In The Event Of Incidents','section',5,106,'NA'),(112,'Evaluation And Learning Process','section',6,106,'NA'),(113,'Incident Evidence Preservation','section',7,106,'NA'),(114,'Business Continuity','page',16,NULL,'NA'),(115,'Business Continuity Policies And Top Management Responsibility','section',1,114,'NA'),(116,'Business Impact Analysis Procedures','section',2,114,'NA'),(117,'Business Continuity And Contingency Planning','section',3,114,'NA'),(118,'Business Continuity Tests And Exercises','section',4,114,'NA'),(119,'Compliance','page',17,NULL,'NA'),(120,'Identification Of Applicable Compliance Requirements','section',1,119,'NA'),(121,'Policy For Planning And Conducting Audits','section',2,119,'NA'),(122,'Internal Audits Of The Internal Control System','section',3,119,'NA'),(123,'Information On Internal Control System Assessment','section',4,119,'NA'),(124,'User Documentation','page',18,NULL,'NA'),(125,'Guidelines And Recommendations For Cloud Customers','section',1,124,'NA'),(126,'Locations Of Data Processing And Storage','section',2,124,'NA'),(127,'Justification Of The Targeted Assurance Level','section',3,124,'NA'),(128,'Guidelines And Recommendations For Composition','section',4,124,'NA'),(129,'Contribution To The Fulfilment Of Requirements For Composition','section',5,124,'NA'),(130,'Dealing With Investigation Requests From Government Agencies','page',19,NULL,'NA'),(131,'Legal Assessment Of Investigative Inquiries','section',1,130,'NA'),(132,'Informing Cloud Customers About Investigation Requests','section',2,130,'NA'),(133,'Conditions For Access To Or Disclosure Of Data In Investigation Requests','section',3,130,'NA'),(134,'Product Safety And Security (Pss)','page',20,NULL,'NA'),(135,'Error Handling And Logging Mechanisms','section',1,134,'NA'),(136,'Session Management','section',2,134,'NA'),(137,'Software Defined Networking','section',3,134,'NA'),(138,'Images For Virtual Machines And Containers','section',4,134,'NA'),(139,'Locations Of Data Processing And Storage','section',5,134,'NA');
 /*!40000 ALTER TABLE `element_display` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -492,9 +501,13 @@ CREATE TABLE `questions` (
   `Q_Questions_IT` varchar(1024) DEFAULT NULL,
   `help_EN` varchar(1024) DEFAULT NULL,
   `help_IT` varchar(1024) DEFAULT NULL,
+  `certification_scheme` int(11) DEFAULT NULL,
+  `assurance_level` int(11) DEFAULT NULL,
+  `statement_EN` varchar(1024) DEFAULT NULL,
+  `statement_IT` varchar(1024) DEFAULT NULL,
   PRIMARY KEY (`id`),
   KEY `Q_Type_ID` (`Q_Type_ID`)
-) ENGINE=MyISAM AUTO_INCREMENT=535 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=1004 DEFAULT CHARSET=latin1;
 /*!40101 SET character_set_client = @saved_cs_client */;
 
 --
@@ -503,7 +516,7 @@ CREATE TABLE `questions` (
 
 LOCK TABLES `questions` WRITE;
 /*!40000 ALTER TABLE `questions` DISABLE KEYS */;
-INSERT INTO `questions` VALUES (1,'OIS-01.1B','The CSP shall define, implement, maintain and continually improve an information security management system (ISMS), covering at least the operational units, locations and processes for providing the cloud service.',1,'','',''),(2,'OIS-01.2B','The CSP shall document the measures for documenting, implementing, maintaining and continuously improving the ISMS.',1,'','',''),(3,'OIS-01.1S','The CSP shall define, implement, maintain and continually improve an information security management system (ISMS), covering at least the operational units, locations and processes for providing the cloud service, in accordance to ISO/IEC 27001.',1,'','',''),(4,'OIS-01.4','The CSP shall document the measures for documenting, implementing, maintaining and continuously improving the ISMS',1,'','',''),(5,'OIS-01.5','The documentation shall include at least:<br>\n• Scope of the ISMS (Section 4.3 of ISO/IEC 27001)<br>\n• Declaration of applicability (Section 6.1.3), and\n• Results of the last management review (Section 9.3).',1,'','',''),(6,'OIS-02.1','The CSP shall perform a risk assessment as defined in RM-01 about the accumulation of responsibilities or tasks on roles or individuals, regarding the provision of the cloud service',1,'','',''),(7,'OIS-02.2','The risk assessment shall cover at least the following areas, insofar as these are applicable to the provision of the cloud service and are in the area of responsibility of the CSP:<br>\n•	Administration of rights profiles, approval and assignment of access and access authorisations (cf. IAM-01)<br>\n•	Development, testing and release of changes (cf. DEV-01, CCM-01)<br>\n•	Operation of the system components.',1,'','',''),(8,'OIS-02.3','The CSP shall implement the mitigating measures defined in the risk assessment, privileging separation of duties, unless impossible for organisational or technical reasons, in which case the measures shall include the monitoring of activities in order to detect unauthorised or unintended changes as well as misuse and the subsequent appropriate actions',1,'','',''),(9,'OIS-02.4','The CSP shall automatically monitor the assignment of responsibilities and tasks to ensure that measures related to segregation of duties are enforced.',1,'','',''),(10,'OIS-03.1','The CSP shall stay informed about current threats and vulnerabilities',1,'','',''),(11,'OIS-03.2','The CSP shall maintain contacts with the competent authorities in terms of information security and relevant technical groups to stay informed about current threats and vulnerabilities',1,'','',''),(12,'OIS-03.3','The CSP shall maintain regular contact with its CAB and NCCA to stay informed about current threats and vulnerabilities',1,'','',''),(13,'OIS-04.1','The CSP shall include information security in the project management of all projects that may affect the service, regardless of the nature of the project',1,'','',''),(14,'OIS-04.2','The CSP shall perform a risk assessment according to RM-01 to assess and treat the risks on any project that may affect the provision of the cloud service, regardless of the nature of the project',1,'','',''),(15,'ISP-01.1','The CSP shall document a global information security policy covering at least the following aspects:<br>\n•	the importance of information security, based on the requirements of cloud customers in relation to information security, as well as on the need to ensure the security of the information processed and stored by the CSP and the assets that support the services provided<br>\n•	the security objectives and the desired security level, based on the business goals and tasks of the Cloud Service Provider<br>\n•	the commitment of the CSP to implement the security measures required to achieve the established security objectives<br>\n•	the most important aspects of the security strategy to achieve the security objectives set<br>\n•	the organisational structure for information security in the ISMS application area.',1,'','',''),(16,'ISP-01.2','The CSP’s top management shall approve and endorse the global information security policy',1,'','',''),(17,'ISP-01.3','The CSP shall review the global information security policy at least following any significant organizational change susceptible to affect the principles defined in the policy, including the approval and endorsement by top management',1,'','',''),(18,'ISP-01.4','The CSP shall review the global information security policy at least annually',1,'','',''),(19,'ISP-01.5','The CSP shall communicate and make available the global information security policy to internal and external employees and to cloud service customers',1,'','',''),(20,'ISP-02.1','The CSP shall derive policies and procedures from the global information security policy for all relevant subject matters, documented according to a uniform structure, including at least the following aspects:<br>\n•	Objectives<br>\n•	Scope<br>\n•	Roles and responsibilities within the organization<br>\n•	Roles and dependencies on other organisations (especially cloud customers and subservice organisations)<br>\n•	Steps for the execution of the security strategy<br>\n•	Applicable legal and regulatory requirements.',1,'','',''),(21,'ISP-02.2','The policies and procedures shall include staff qualification requirements and the establishment of substitution rules in their description of roles and responsibilities within the organization',1,'','',''),(22,'ISP-02.3','The CSP shall communicate and make available the policies and procedures to all internal and external employees',1,'','',''),(23,'ISP-02.4','The CSP’s top management shall approve the security policies and procedures or delegate this responsibility to authorized bodies',1,'','',''),(24,'ISP-02.5','In case of a delegation, the authorized bodies shall report at least annually to the top management on the security policies and their implementation',1,'','',''),(25,'ISP-02.6','The CSP’s subject matter experts shall review the policies and procedures for adequacy at least annually, when the global information security policy is updated, and when major changes may affect the security of the cloud service',1,'','',''),(26,'ISP-02.7','After an update of procedures and policies, they shall be approved before they become effective, and then communicated and made available to internal and external employees',1,'','',''),(27,'ISP-03.1','The CSP shall maintain a list of exceptions to the security policies and procedures, including associated controls.',1,'','',''),(28,'ISP-03.2','The exceptions are limited in time',1,'','',''),(29,'ISP-03.3','The exceptions shall be subjected to the RM-01 risk management process, including approval of these exceptions and acceptance of the associated risks by the risk owners',1,'','',''),(30,'ISP-03.4','The exceptions to a security policy or procedure shall be approved by the top management or authorized body who approved the security policy or procedure',1,'','',''),(31,'ISP-03.5','The list of exceptions shall be reviewed at least annually',1,'','',''),(32,'ISP-03.6','The approvals of the list of exceptions shall be reiterated at least annually, even if the list has not been updated',1,'','',''),(33,'ISP-03.7','The list of exceptions shall be automatically monitored to ensure that the validity of approved exceptions has not expired and that all reviews and approvals are up-to-date',1,'','',''),(34,'RM-01.1','The CSP shall document policies and procedures in accordance with ISP-02 for the following aspects:<br>\n•	Identification of risks associated with the loss of confidentiality, integrity, availability and authenticity of information within the scope of the ISMS and assigning risk owners<br>\n•	Analysis of the probability and impact of occurrence and determination of the level of risk<br>\n•	Evaluation of the risk analysis based on defined criteria for risk acceptance and prioritisation of handling<br>\n•	Handling of risks through measures, including approval of authorisation and acceptance of residual risks by risk owners<br>\n•	Documentation of the activities implemented to enable consistent, valid and comparable results.',1,'','',''),(35,'RM-01.2','The CSP shall use a documented risk analysis method that guarantees reproducibility and comparability of the approach',1,'','',''),(36,'RM-02.1','The CSP shall implement the policies and procedures covering risk assessment on the entire perimeter of the cloud service.',1,'','',''),(37,'RM-02.2','The CSP shall make the results of the risk assessment available to relevant stakeholders',1,'','',''),(38,'RM-02.3','The CSP shall review and revise the risk assessment at least annually, and after each major change that may affect the security of the cloud service.',1,'','',''),(39,'RM-02.4','The CSP shall monitor the evolution of the risk factors and revise the risk assessment results accordingly',1,'','',''),(40,'RM-03.1','The CSP shall prioritize risks according to their criticality',1,'','',''),(41,'RM-03.2','The CSP shall define and implement a plan to treat risks according to their priority level by reducing or avoiding them through security controls, by sharing them, or by retaining them.',1,'','',''),(42,'RM-03.3','The risk treatment plan shall reduce the risk level to a threshold that the risk owners deem acceptable (Residual Risk).',1,'','',''),(43,'RM-03.4','The risk owners shall formally approve the treatment plan and in particular accept the residual risk',1,'','',''),(44,'RM-03.5','The CSP shall make the risk treatment plan available to relevant stakeholders',1,'','',''),(45,'RM-03.6','If the CSP shares risks with the CSC, the shared risks shall be associated to Complementary Customer Controls (CCCs) and described in the user documentation',1,'','',''),(46,'RM-03.7','The CSP shall revise the risk treatment plan every time the risk assessment is revised.',1,'','',''),(47,'RM-03.8','The risk owners shall review for adequacy the analysis, evaluation and treatment of risks, including the approval of actions and acceptance of residual risks, after each revision of the risk assessment and treatment plans.',1,'','',''),(48,'HR-01.1','The CSP shall classify information security-sensitive positions according to their level of risk, including positions related to IT administration and to the provisioning of the cloud service in the production environment, and all positions with access to cloud customer data or system components.',1,'','',''),(49,'HR-01.2','The CSP shall include in its employment contracts or on a dedicated code of conduct or ethics an overarching agreement from internal and external employees to act ethically in their professional duties.',1,'','',''),(50,'HR-01.3','The CSP shall document, communicate and implement a policy that describes actions to take in the event of violations of policies and instructions or applicable legal and regulatory requirements, including at least the following aspects:<br>\n•	Verifying whether a violation has occurred<br>\n•	Consideration of the nature and severity of the violation and its impact',1,'','',''),(51,'HR-01.4','If disciplinary measures are defined in the policy mentioned in HR-01.3, then the internal and external employees of the CSP shall be informed about possible disciplinary measures and the use of these disciplinary measures shall be appropriately documented.',1,'','',''),(52,'HR-02.1','The competency and integrity of all internal and external employees of the CSP with access to cloud customer data or system components under the CSP’s responsibility, or who are responsible to provide the cloud service in the production environment shall be reviewed before commencement of employment in a position classified in objective HR-01. The extent of the review shall be proportional to the business context, the sensitivity of the information that will be accessed by the employee, and the associated risks.',1,'','',''),(53,'HR-02.2','The competency and integrity of internal and external employees of the CSP shall be reviewed before commencement of employment in a position with a higher risk classification that their previous position',1,'','',''),(54,'HR-02.3','The competency and integrity of internal and external employees of the CSP shall be reviewed annually for the employees in positions with the highest levels of risk classification, starting at a level to be defined in the human resource policy',1,'','',''),(55,'HR-03.1','The CSP shall ensure that all internal and external employees are required by their employment terms and conditions to comply with all applicable information security policies and procedures',1,'','',''),(56,'HR-03.2','The CSP shall ensure that the employment terms for all internal and external employees include a non-disclosure provision, which shall cover any information that has been obtained or generated as part of the cloud service, even if anonymised and decontextualized.',1,'','',''),(57,'HR-03.3','The CSP shall give a presentation of all applicable information security policies and procedures to internal and external employees before granting them any access to customer data, the production environment, or any component thereof',1,'','',''),(58,'HR-03.4','All internal and external employees shall acknowledge in a documented form the information security policies and procedures presented to them before they are granted any access to customer data, the production environment, or any component thereof',1,'','',''),(59,'HR-03.5','The verification of the acknowledgement defined in HR-03.4 shall be automatically monitored in the processes and automated systems used to grant access rights to employees.',1,'','',''),(60,'HR-04.1','The CSP shall define a security awareness and training program that covers the following aspects:<br>\n•	Handling system components used to provide the cloud service in the production environment in accordance with applicable policies and procedures<br>\n•	Handling cloud customer data in accordance with applicable policies and instructions and applicable legal and regulatory requirements<br>\n•	Information about the current threat situation<br>\n•	Correct behaviour in the event of security incidents.',1,'','',''),(61,'HR-04.2','The CSP shall define an awareness and training program on a target group-oriented manner, taking into consideration at least the position’s risk classification and technical duties',1,'','',''),(62,'HR-04.3','The CSP shall review their security awareness and training program based on changes to policies and instructions and the current threat situation',1,'','',''),(63,'HR-04.4','The CSP shall update their security awareness and training program at least annually',1,'','',''),(64,'HR-04.5','The CSP shall ensure that all employees complete the security awareness and training program defined for them',1,'','',''),(65,'HR-04.6','The CSP shall ensure that all employees complete the security awareness and training program on a regular basis, and when changing target group',1,'','',''),(66,'HR-04.7','The CSP shall automatically monitor the completion of the security awareness and training program',1,'','',''),(67,'HR-04.8','The CSP shall measure and evaluate the learning outcomes achieved through the awareness and training programme',1,'','',''),(68,'HR-04.9','The CSP shall measure and evaluate in a target group-oriented manner the learning outcomes achieved through the awareness and training programme. The measurements shall cover quantitative and qualitative aspects, and the results shall be used to improve the awareness and training programme.',1,'','',''),(69,'HR-04.10','The CSP shall verify the effectiveness of the security awareness and training program using practical exercises in security awareness training that simulate actual cyber-attacks',1,'','',''),(70,'HR-05.1','The CSP shall communicate to internal and external employees their ongoing responsibilities relating to information security when their employment is terminated or changed.',1,'','',''),(71,'HR-05.2','The CSP shall apply a specific procedure to revoke the access rights and process appropriately the accounts and assets of internal and external employees when their employment is terminated or changed',1,'','',''),(72,'HR-05.3','The procedure mentioned in HR-05.2 shall define specific roles and responsibilities and include a documented checklist of all required steps',1,'','',''),(73,'HR-05.4','The CSP shall automatically monitor the application of the procedure mentioned in HR-05.2',1,'','',''),(74,'HR-06.1','The CSP shall ensure that non-disclosure or confidentiality agreements are agreed with internal employees, external service providers and suppliers',1,'','',''),(75,'HR-06.2','The non-disclosure or confidentiality agreements shall be based on the requirements identified by the CSP for the protection of confidential information and operational details',1,'','',''),(76,'HR-06.3','The agreements shall be accepted by external service providers and suppliers when the contract is agreed',1,'','',''),(77,'HR-06.4','The agreements shall be accepted by internal employees of the CSP before authorisation to access data of cloud customers is granted',1,'','',''),(78,'HR-06.5','The requirements on which the agreements are based shall be documented and reviewed at regular intervals, at least annually; if the review shows that the requirements need to be adapted, the non-disclosure or confidentiality agreements shall be updated accordingly.',1,'','',''),(79,'HR-06.6','The CSP shall inform its internal employees, external service providers and suppliers and obtain confirmation of the updated confidentiality or non-disclosure agreement.',1,'','',''),(80,'HR-06.7','The CSP shall automatically monitor the confirmation of non-disclosure or confidentiality agreements by internal employees, external service providers and suppliers',1,'','',''),(81,'AM-01.1','The CSP shall document and implement policies and procedures for maintaining an inventory of assets',1,'','',''),(82,'AM-01.2','The inventory shall be performed automatically and/or by the people or teams responsible for the assets to ensure complete, accurate, valid and consistent inventory throughout the asset life cycle',1,'','',''),(83,'AM-01.3','The CSP shall record for each asset the information needed to apply the risk management procedure defined in RM-01.',1,'','',''),(84,'AM-01.4','The information recorded with assets shall include the measures taken to manage the risks associated to the asset through its life cycle',1,'','',''),(85,'AM-01.5','The information about assets shall be considered by monitoring applications to identify the impact on cloud services and functions in case of events that could lead to a breach of protection objectives, and to support information provided to affected cloud customers in accordance with contractual agreements',1,'','',''),(86,'AM-01.6','The CSP shall automatically monitor the inventory of assets to guarantee it is up-to-date',1,'','',''),(87,'AM-02.1','The CSP shall document, communicate and implement policies and procedures for acceptable use and safe handling of assets (reference to ISP-01)',1,'','',''),(88,'AM-02.2','The policies and procedures for acceptable use and safe handling of assets shall address at least the following aspects of the asset lifecycle as applicable to the asset (reference to ISP-01) [list in the guidance]	Substantial',1,'','',''),(89,'AM-02.3','When removable media is used in the technical infrastructure or for IT administration tasks, this media shall be dedicated to a single use',1,'','',''),(90,'AM-03.1','The CSP shall document, communicate and implement a procedure for the commissioning of hardware that is used to provide the cloud service in the production environment, based on applicable policies and procedures',1,'','',''),(91,'AM-03.2','The procedure mentioned in AM-03.1 shall ensure that the risks arising from the commissioning are identified, analysed and mitigated.',1,'','',''),(92,'AM-03.3','The procedure mentioned in AM-03.1 shall include verification of the secure configuration of the mechanisms for error handling, logging, encryption, authentication and authorisation according to the intended use and based on the applicable policies, before authorization to commission the asset can be granted.',1,'','',''),(93,'AM-03.4','The CSP shall document, communicate and implement a procedure for the decommissioning of hardware that is used to provide the cloud service in the production environment, requiring approval based on applicable policies.',1,'','',''),(94,'AM-03.5','The procedure mentioned in AM.03-4 shall include the complete and permanent deletion of the data or the proper destruction of the media.',1,'','',''),(95,'AM-03.6','The approval of the commissioning and decommissioning of hardware shall be digitally documented and automatically monitored.',1,'','',''),(96,'AM-04.1','The CSP shall ensure and document that all internal and external employees are committed to the policies and procedures for acceptable use and safe handling of assets in the situations described in AM-03',1,'','',''),(97,'AM-04.2','The procedure mentioned in HR-06.2 shall include steps to ensure that all assets under custody of an employee are returned upon termination of employment.',1,'','',''),(98,'AM-04.3','The CSP shall centrally manage the assets under the custody of internal and external employees, including at least software, data, and policy distribution, as well as remote deactivation, deletion or locking, as available on the asset.',1,'','',''),(99,'AM-04.4','The verification of the commitment defined in AM-04.1 shall be automatically monitored',1,'','',''),(100,'AM-05.1','The CSP shall define an asset classification schema that reflects for each asset the protection needs of the information it processes, stores, or transmits',1,'','',''),(101,'AM-05.2','The asset classification schema shall provide levels of protection for the confidentiality, integrity, availability, and authenticity protection objectives',1,'','',''),(102,'AM-05.3','When applicable, the CSP shall label all assets according to their classification in the asset classification schema',1,'','',''),(103,'AM-05.4','The need for protection shall be determined by the individuals or groups responsible for the assets',1,'','',''),(104,'PS-01.1','The CSP shall define security perimeters in the buildings and premises related to the cloud service provided',1,'','',''),(105,'PS-01.2','The CSP shall define at least two security areas, with one covering all buildings and premises and one covering sensitive activities such as the buildings and premises hosting the information system for the production of the service',1,'','',''),(106,'PS-01.3','The CSP shall define at least an additional private area that may host development activities and administration, supervision and operation workstations',1,'','',''),(107,'PS-01.4','The CSP shall ensure that no direct access exists between a public area and a sensitive area',1,'','',''),(108,'PS-01.5','The CSP shall ensure that all delivery, loading areas, and other points through which unauthorised persons can penetrate into the premises without being accompanied are part of the public area',1,'','',''),(109,'PS-01.6','The CSP shall define and communicate a set of security requirements for each security area in a policy according to SP-02',1,'','',''),(110,'PS-01.7','The security requirements in PS-01.5 shall be based on the security objectives of the information security policy, identified protection requirements for the cloud service and the assessment of risks to physical and environmental security',1,'','',''),(111,'PS-02.1','The CSP shall document, communicate and implement policies and procedures related to the physical access control to the security areas matching the requirements defined in PS-01 and based on the principles defined in IAM-01',1,'','',''),(112,'PS-02.2','The access control policy shall require at least one authentication factor for accessing any non-public area',1,'','',''),(113,'PS-02.3','The access control policy shall require at least two authentication factors are used for access to sensitive areas and to areas hosting system components that process cloud customer data',1,'','',''),(114,'PS-02.4','The access control policy shall include measures to individually track visitors and third-party personnel during their work in the premises and buildings, identified as such and supervised during their stay',1,'','',''),(115,'PS-02.5','The access control policy shall describe the physical access control derogations in case of emergency',1,'','',''),(116,'PS-02.6','The access control policy shall describe the time slots and conditions for accessing each area according to the profiles of the users',1,'','',''),(117,'PS-02.7','The CSP shall display at the entrance of all non-public perimeters a warning concerning the limits and access conditions to these perimeters',1,'','',''),(118,'PS-02.8','The CSP shall protect security perimeters with security measures to detect and prevent unauthorised access in a timely manner so that it does not compromise the information security of the cloud service',1,'','',''),(119,'PS-02.9','The access control policy shall include logging of all accesses to non-public areas that enables the CSP to check whether only defined personnel have entered these zones',1,'','',''),(120,'PS-02.10','The logging of accesses shall be automatically monitored to guarantee fulfilment of PS-02.9',1,'','',''),(121,'PS-03.1','The CSP shall document, communicate, and implement policies and procedures concerning work in non-public areas',1,'','',''),(122,'PS-03.2','The policies and procedures in PS-02.1 shall include a clear screen policy and a clear desk policy for documents and removable media',1,'','',''),(123,'PS-03.3','The CSP shall define a mapping between activities and zones that indicates which activities may/shall not/shall be performed in every security area',1,'','',''),(124,'PS-03.4','The CSP shall define a mapping between assets and zones that indicates which assets may/shall not/shall be used in every security area',1,'','',''),(125,'PS-04.1','The CSP shall document, communicate, and implement policies and procedures concerning the protection of equipment and including at least the following aspects:<br>\n•	Protecting power and communications cabling from interception, interference or damage<br>\n•	Protecting equipment during maintenance operations<br>\n•	Protecting equipment holding customer data during transport.',1,'','',''),(126,'PS-04.2','The procedures defined in PS-04.1 shall include a procedure to check the protection of power and communications cabling, to be performed regularly, at least every two years, as well as in case of suspected manipulation by qualified personnel',1,'','',''),(127,'PS-04.3','The policies and procedures in PS-04.1 shall include a procedure for transferring any equipment containing customer data off-site for disposal that guarantees that the level of protection in terms of confidentiality and integrity of the assets during their transport is equivalent to that on the site',1,'','',''),(128,'PS-04.4','The procedure mentioned in PS-04.3 shall include a formal validation by top management of the CSP or by the authorized body that validated this procedure',1,'','',''),(129,'PS-04.4','The CSP shall establish a wiring scheme and keep it up-to-date',1,'','',''),(130,'PS-04.5','The CSP shall ensure that the maintenance agreements for equipment used to host the cloud service make it possible to have security updates installed timely on this equipment',1,'','',''),(131,'PS-04.6','The policies and procedures in PS-04.1 shall include measures to ensure that the conditions for installation, maintenance and servicing of the related technical equipment (e.g., electrical power, air conditioning, fire protection) are compatible with the cloud service’s availability and security requirements',1,'','',''),(132,'PS-04.7','The CSP shall ensure that an equipment containing a media with customer data can be returned to a third party only if the customer data stored on it is encrypted in accordance with CKM-03 or has been destroyed beforehand using a secure deletion mechanism',1,'','',''),(133,'PS-04.8','The CSP shall use encryption on the removable media and the backup media intended to move between security areas according to the sensitivity of the data stored on the media',1,'','',''),(134,'PS-05.1','The CSP shall document and communicate a set of security requirements related to external and environmental threats in a policy according to SP-02, addressing the following risks in accordance with the applicable legal and contractual requirements:<br>\n•	Faults in planning<br>\n•	Unauthorised access<br>\n•	Insufficient surveillance<br>\n•	Insufficient air-conditioning<br>\n•	Fire and smoke<br>\n•	Water<br>\n•	Power failure<br>\n•	Air ventilation and filtration.',1,'','',''),(135,'PS-05.2','The security requirements defined in PS-05.1 for datacentres shall be based on criteria which comply with established rules of technology',1,'','',''),(136,'PS-05.3','The security requirements defined in PS-05.1 for datacentres shall include time constraints for self-sufficient operation in the event of exceptional events and maximum tolerable utility downtime',1,'','',''),(137,'PS-05.4','The security requirements defined in PS-05.1 for datacentres shall include tests of physical protection and detection equipment, to be performed at least annually',1,'','',''),(138,'PS-05.5','The CSP shall provide the cloud service from at least two locations that are separated by an adequate distance and that provide each other with operational redundancy or resilience',1,'','',''),(139,'PS-05.6','The CSP shall check the effectiveness of the redundancy at least once a year by suitable tests and exercises (cf. BCM-04)',1,'','',''),(140,'OPS-01.1','The CSP shall document and implement procedures to plan for capacities and resources (personnel and IT resources), which shall include forecasting future capacity requirements in order to identify usage trends and manage system overload',1,'','',''),(141,'OPS-01.2','The CSP shall meet the requirements included in contractual agreements with cloud customers regarding the provision of the cloud service in case of capacity bottlenecks or personnel and IT resources outages',1,'','',''),(142,'OPS-01.3','The capacity projections shall be considered in accordance with the service level agreement for planning and preparing the provisioning',1,'','',''),(143,'OPS-02.1','The CSP shall define and implement technical and organizational safeguards for the monitoring of provisioning and de-provisioning of cloud services to ensure compliance with the service level agreement',1,'','',''),(144,'OPS-02.2','The CSP shall make available to the cloud customer the relevant information regarding capacity and availability on a self-service portal',1,'','',''),(145,'OPS-02.3','The provisioning and de-provisioning of cloud services shall be automatically monitored to guarantee fulfilment of OPS-02.1',1,'','',''),(146,'OPS-03.1','The CSP shall enable CSCs to control and monitor the allocation of the system resources assigned to them, if the corresponding cloud capabilities are exposed to the CSCs',1,'','',''),(147,'OPS-04.1','The CSP shall document, communicate and implement policies and procedures according to ISP-02 to protect its systems and its customers from malware, covering at least the following aspects:<br>\n•	Use of system-specific protection mechanisms<br>\n•	Operating protection programs on system components under the responsibility of the CSP that are used to provide the cloud service in the production environment<br>\n•	Operation of protection programs for employees\' terminal equipment.',1,'','',''),(148,'OPS-04.2','The CSP shall create regular reports on the malware checks performed, which shall be reviewed and analysed by authorized bodies in the reviews of the policies related to malware',1,'','',''),(149,'OPS-04.3','The policies and instructions related to malware shall include the technical measures taken to securely configure, protect from malware, and monitor the administration interfaces (both the customer\'s self-service and the CSP\'s administration)',1,'','',''),(150,'OPS-04.4','The CSP shall update the anti-malware products at the highest frequency that the vendors actually offer',1,'','',''),(151,'OPS-05.1','The CSP shall deploy malware protection, if technically feasible, on all systems that support delivery of the cloud service in the production environment, according to policies and procedures',1,'','',''),(152,'OPS-05.2','Signature-based and behaviour-based malware protection tools shall be updated at least daily',1,'','',''),(153,'OPS-05.3','The CSP shall automatically monitor the systems covered by the malware protection and the configuration of the corresponding mechanisms to guarantee fulfilment of OPS-05.1',1,'','',''),(154,'OPS-05.4','The CSP shall automatically monitor the antimalware scans to track detected malware or irregularities',1,'','',''),(155,'OPS-06.1','The CSP shall document, communicate and implement policies and procedures according to ISP-02 for data backup and recovery',1,'','',''),(156,'OPS-06.2','The policies and procedures for backup and recovery shall cover at least the following aspects:<br>\n•	The extent and frequency of data backups and the duration of data retention are consistent with the contractual agreements with the cloud customers and the Cloud Service Provider\'s operational continuity requirements for Recovery Time Objective (RTO) and Recovery Point Objective (RPO)<br>\n•	Data is backed up in encrypted, state-of-the-art form<br>\n•	Access to the backed-up data and the execution of restores is performed only by authorised persons<br>\n•	Tests of recovery procedures (cf. OPS-08).',1,'','',''),(157,'OPS-07.1','The CSP shall document and implement technical and organizational measures to monitor the execution of data backups in accordance to the policies and procedures defined in OPS- 06',1,'','',''),(158,'OPS-07.2','The CSP shall make available to its customers a self-service portal for automatically monitoring their data backup to guarantee fulfilment with OPS-07.1',1,'','',''),(159,'OPS-07.3','The CSP shall automatically monitor their data backups to guarantee fulfilment of OPS-07.1',1,'','',''),(160,'OPS-08.1','The CSP shall test the restore procedures at least annually',1,'','',''),(161,'OPS-08.2','The restore tests shall assess if the specifications for the RTO and RPO agreed with the customers are met',1,'','',''),(162,'OPS-08.3','Any deviation from the specification during the restore test shall be reported to the CSP\'s responsible person for assessment and remediation',1,'','',''),(163,'OPS-08.4','The CSP shall inform CSCs, at their request, of the results of the recovery tests',1,'','',''),(164,'OPS-08.5','Recovery tests shall be included in the CSP’s business continuity management',1,'','',''),(165,'OPS-09.1','The CSP shall transfer backup data to a remote location or transport them on backup media to a remote location',1,'','',''),(166,'OPS-09.2','When the backup data is transmitted to a remote location via a network, the transmission of the data takes place in an encrypted form that corresponds to the sate-of-the-art (cf. CKM- 02).',1,'','',''),(167,'OPS-09.3','The CSP shall select a remote location to store its backups concerning the distance, recovery times and the impact of disasters of both sites',1,'','',''),(168,'OPS-09.4','The physical and environmental security measures at the remote site shall have the same level as at the main site',1,'','',''),(169,'OPS-09.5','When the backup data is transmitted to a remote location via a network, the CSP shall automatically monitor the transmission to guarantee fulfilment of OPS-09.1',1,'','',''),(170,'OPS-10.1','The CSP shall document, communicate and implement policies and procedures according to ISP-02 that govern the logging and monitoring of events on system components under its responsibility',1,'','',''),(171,'OPS-10.2','The policies and procedures shall cover at least the following aspects:<br>\n•	Definition of events that could lead to a violation of the protection goals<br>\n•	Specifications for activating, stopping and pausing the various logs<br>\n•	Information regarding the purpose and retention period of the logs<br>\n•	Define roles and responsibilities for setting up and monitoring logging<br>\n•	Time synchronisation of system components<br>\n•	Compliance with legal and regulatory frameworks.',1,'','',''),(172,'OPS-11.1','The CSP shall document, communicate and implement policies and procedures according to ISP-02 that govern the secure handling of derived data',1,'','',''),(173,'OPS-11.2','The policies and procedures on derived data shall cover at least the following aspects:<br>\n•	Purpose for the collection and use of derived data beyond the operation of the cloud service, including purposes related to the implementation of security controls<br>\n•	Anonymisation of the data whenever used in a context that goes beyond a single CSC<br>\n•	Period of storage reasonably related to the purposes of the collection<br>\n•	Guarantees of deletion when the purposes of the collection are fulfilled and further storage is no longer necessary<br>\n•	Provision of the derived data to CSCs according to contractual agreements.',1,'','',''),(174,'OPS-11.3','The CSP shall list in the contractual agreement with the CSC all purposes for the collection of use of derived data that are not related to the implementation of security controls or to billing',1,'','',''),(175,'OPS-11.4','Derived data, including log data, shall be taken into consideration in regulatory compliance assessments.',1,'','',''),(176,'OPS-12.1','The CSP shall monitor log data in order to identify events that might lead to security incidents, in accordance with the logging and monitoring requirements',1,'','',''),(177,'OPS-12.2','Identified events shall be reported to the appropriate departments for timely assessment and remediation.',1,'','',''),(178,'OPS-12.3','The monitoring of events mentioned in OPS-12.1 shall be automated',1,'','',''),(179,'OPS-12.4','The CSP shall automatically monitor that event detection is effective on the list of critical assets in fulfilment of OPS-12.1',1,'','',''),(180,'OPS-13.1','The CSP shall store all log data in an integrity-protected and aggregated form that allow its centralized evaluation',1,'','',''),(181,'OPS-13.2','Log data shall be deleted when it is no longer required for the purpose for which they were collected',1,'','',''),(182,'OPS-13.3','The communication between the assets to be logged and the logging servers shall be authenticated and protected in integrity and confidentiality',1,'','',''),(183,'OPS-13.4','The communication between the assets to be logged and the logging servers shall be encrypted using state-of-the-art encryption or shall take place on a dedicated administration network',1,'','',''),(184,'OPS-13.5','The CSP shall implement technically supported procedures to fulfil requirements related to the access, storage and deletion related to the following restrictions:<br>\n•	Access only to authorised users and systems<br>\n•	Retention for the specified period<br>\n•	Deletion when further retention is no longer necessary for the purpose of collection.',1,'','',''),(185,'OPS-13.6','The CSP shall provide CSCs, upon request, access to customer-specific logging through an API. The logging shall comply with the CSP’s protection requirements, including logical or physical separation of log and customer data',1,'','',''),(186,'OPS-13.7','The CSP shall automatically monitor the aggregation and deletion of logging and monitoring data to fulfil OPS-13.2',1,'','',''),(187,'OPS-14.1','The log data generated allows an unambiguous identification of user accesses at the CSC level to support analysis in the event of an incident',1,'','',''),(188,'OPS-14.2','The CSP shall make available interfaces to conduct forensic analysis and perform backups of infrastructure components and their network communication',1,'','',''),(189,'OPS-14.3','In the context of an investigation of an incident concerning a CSC, the CSP shall have the ability to provide to the CSC the logs related to its cloud service',1,'','',''),(190,'OPS-15.1','The CSP shall restrict to authorized users only the access to system components used for logging and monitoring under their responsibility',1,'','',''),(191,'OPS-15.2','Changes to the logging and monitoring configuration are made in accordance with applicable policies (cf. CCM-01)',1,'','',''),(192,'OPS-15.3','The access to system components for logging and monitoring shall require strong authentication',1,'','',''),(193,'OPS-16.1','The CSP shall monitor the system components for logging and monitoring under its responsibility, and shall automatically report failures to the responsible departments for assessment and remediation',1,'','',''),(194,'OPS-16.2','The CSP shall design the system components for logging and monitoring in such a way that the overall functionality is not restricted if individual components fail',1,'','',''),(195,'OPS-17.1','The CSP shall document, communicated and implement in accordance to ISP-02 policies and procedures with technical and organisational measures to ensure the timely identification and addressing of vulnerabilities in the system components used to provide the cloud service',1,'','',''),(196,'OPS-17.2','The policies and procedures shall describe measures regarding at least the following aspects:<br>\n•	Regular identification of vulnerabilities<br>\n•	Assessment of the severity of identified vulnerabilities<br>\n•	Prioritisation and implementation of actions to promptly remediate or mitigate identified vulnerabilities based on severity and according to defined timelines<br>\n•	Handling of system components for which no measures are initiated for the timely remediation or mitigation of vulnerabilities.',1,'','',''),(197,'OPS-17.3','The CSP shall use a scoring system for the assessment of vulnerabilities that includes at least “critical” and “high” classes of vulnerabilities',1,'','',''),(198,'OPS-17.4','The CSP shall mandate in its policies and procedures the immediate handling of “critical” vulnerabilities and the handling of “high” vulnerabilities within a day, with a follow-up of the vulnerability until it has been remediated',1,'','',''),(199,'OPS-18.1','The CSP shall publish and maintain a publicly and easily accessible online register of known vulnerabilities that affect the cloud service and assets provided by the CSP that the CSCs have to install or operate under their own responsibility',1,'','',''),(200,'OPS-18.2','The online register shall indicate at least the following information for every vulnerability:<br>\n•	A presentation of the vulnerability following an industry-accepted scoring system<br>\n•	A description of the remediation options for that vulnerability<br>\n•	Information on the availability of updates or patches for that vulnerability<br>\n•	Information about the remediation or deployment of patches or updates by the CSP or CSC, including detailed instructions for operations to be performed by the CSC.',1,'','',''),(201,'OPS-18.3','The CSP shall publish and maintain a list of pointers to online registers published by its subservice providers and suppliers, or integrate regularly the content of these online registers relevant to the cloud service into its own online register (cf. OPS-18.1)',1,'','',''),(202,'OPS-18.4','The CSP shall consult regularly the online registers published by its subservice providers and suppliers, analyse the potential impact of the published vulnerabilities on the cloud service, and handle them according to the vulnerability handling process (cf. OPS-17)',1,'','',''),(203,'OPS-18.5','The CSP shall consult the online registers published by its subservice providers and suppliers at least daily, and update accordingly its own online register',1,'','',''),(204,'OPS-18.6','The CSP shall equip with automatic update mechanisms the assets provided by the CSP that the CSCs have to install or operate under their own responsibility, to ease the rollout of patches and updates after an initial approval from the CSC',1,'','',''),(205,'OPS-19.1','The CSP shall perform on a regular basis tests to detect publicly known vulnerabilities on the system components used to provide the cloud service, in accordance with policies for handling vulnerabilities (cf. OPS-17)',1,'','',''),(206,'OPS-19.2','The CSP shall perform the tests defined in OPS-18.1 at least once a month',1,'','',''),(207,'OPS-19.2','The CSP shall have penetration tests carried out by qualified internal personnel or external service providers, according to a documented test methodology and including in their scope the system components relevant to the provision of the cloud service in the area of responsibility of the CSP, as identified in a risk analysis',1,'','',''),(208,'OPS-19.3','The CSP shall assess the penetration test findings and handle each identified vulnerability according to defined policies and procedures (cf. OPS-18).',1,'','',''),(209,'OPS-19.4','The tests are performed following a multi-annual work program, reviewed annually, that covers system components and security controls according to the evolution of the cloud service and of the threat landscape.',1,'','',''),(210,'OPS-19.5','Some of the penetration tests performed each year shall be performed by external service providers',1,'','',''),(211,'OPS-19.6','The CSP shall perform a root cause analysis on the vulnerabilities discovered through penetration testing in order to assess to which extent similar vulnerabilities may be present in the cloud system',1,'','',''),(212,'OPS-19.7','The CSP shall correlate the possible exploits of discovered vulnerabilities with previous incidents to identify if the vulnerability may have been exploited before its discovery',1,'','',''),(213,'OPS-20.1','The CSP shall regularly measure, analyse and assess the procedures with which vulnerabilities and incidents are handled to verify their continued suitability, appropriateness and effectiveness',1,'','',''),(214,'OPS-20.2','The CSP shall organize a quarterly review of the results of the assessment defined in OPS-',1,'','',''),(215,'OPS-21.1','The CSP shall harden all the system components under its responsibility that are used to provide the cloud service, according to accepted industry standards',1,'','',''),(216,'OPS-21.2','The hardening requirements for each system component shall be documented',1,'','',''),(217,'OPS-21.3','The CSP shall automatically monitor the service components under its responsibility for compliance with hardening specifications',1,'','',''),(218,'OPS-21.4','The CSP shall segregate the CSC data stored and processed on shared virtual and physical resources to ensure the confidentiality and integrity of this data, according to the results of a risk analysis (cf. RM-01)',1,'','',''),(219,'IAM-01.1','The CSP shall document, communicate and make available role and rights policies and procedures for controlling access to information resources, according to ISP-02 and based on the business and security requirements of the CSP, in which at least the following aspects are covered:<br>\n•	Parameters to be considered for making access control decisions<br>\n•	Granting and modifying access rights based on the “least-privilege” principle and on the “need-to-know” principle<br>\n•	Use of a role-based mechanism for the assignment of access rights<br>\n•	Segregation of duties between managing, approving and assigning access rights<br>\n•	Dedicated rules for users with privileged access<br>\n•	Requirements for the approval and documentation of the management of access rights',1,'','',''),(220,'IAM-01.2','The CSP shall link the access control policy defined in IAM-01.1 with the physical access control policy defined in PS-02.1, to guarantee that the access to the premises where information is located is also controlled.',1,'','',''),(221,'IAM-01.3','The CSP shall base its access control policy on the use of role-based access control.',1,'','',''),(222,'IAM-02.1','The CSP shall document policies for managing accounts, according to ISP-02, in which at least the following aspects are described:<br>\n•	Assignment of unique usernames<br>\n•	Definition of the different types of accounts supported, and assignment of access control parameters and roles to be considered for each type<br>\n•	Events leading to blocking and revoking accounts',1,'','',''),(223,'IAM-02.2','\"\"The CSP shall document, communicate and make available policies for managing accounts of users under the responsibility of the CSP, according to ISP-02 and extending the policies defined in IAM-02.1, in which at least the following aspects are described:<br>\n•	Segregation of duties between managing, approving and assigning user accounts<br>\n•	Regular review of assigned user accounts and associated access rights<br>\n•	Blocking and revoking accounts in the event of inactivity or potential account compromise<br>\n•	Requirements for the approval and documentation of the management of user accounts',1,'','',''),(224,'IAM-02.3','The CSP shall document, communicate and make available policies for managing accounts of users under the responsibility of the CSCs, according to ISP-02 and extending the policies defined in IAM-02.1, in which at least the following aspects are described:<br>\n•	Access control mechanisms available to CSCs<br>\n•	Access control parameters that the CSC is allowed to configure',1,'','',''),(225,'IAM-02.4','The CSP shall document and implement procedures for managing personal user accounts and access rights to internal and external employees that comply with the role and rights concept and with the policies for managing accounts',1,'','',''),(226,'IAM-02.5','The CSP shall document and implement procedures for managing non-personal shared accounts and associated access rights that comply with the role and rights concept and with the policies for managing accounts',1,'','',''),(227,'IAM-02.6','The CSP shall document and implement procedures for managing technical accounts and associated access rights to system components involved in the operation of the cloud service that comply with the role and rights concept and with the policies for managing accounts',1,'','',''),(228,'IAM-02.7','The CSP shall offer CSCs a self-service with which they can independently manage user accounts for all users under their responsibility.',1,'','',''),(229,'IAM-02.8','The CSP shall be able to provide, for a given user account, whether it falls under the responsibility of the CSP or of the CSC, as well as the list of the access rights granted to that account.',1,'','',''),(230,'IAM-03.1','The CSP shall define and implement an automated mechanism to block user accounts after a certain period of time',1,'','',''),(231,'IAM-03.2','The automated mechanism in IAM-03.1 shall block personal user accounts under the responsibility of the CSP after two (2) months of inactivity.',1,'','',''),(232,'IAM-03.3','The CSP shall define and implement an automated mechanism to block user accounts after a certain number of failed authentication attempts',1,'','',''),(233,'IAM-03.4','The limits on authentication attempts used in mechanism IAM-03.3 for user accounts under the responsibility of the CSP shall be based on the risks on the accounts, associated access rights and authentication mechanisms',1,'','',''),(234,'IAM-03.5','The CSP shall document a process to monitor stolen and compromised credentials and lock any pending account for which an issue is identified, pending a review by an authorized person',1,'','',''),(235,'IAM-03.6','The CSP shall implement the process in IAM-03.5 on all user accounts under its responsibility to which privileged access rights are assigned',1,'','',''),(236,'IAM-03.7','The CSP shall implement the process in IAM-03.5 on all user accounts under its responsibility',1,'','',''),(237,'IAM-03.8','Approval from authorised personnel or system components is required to unlock accounts locked automatically',1,'','',''),(238,'IAM-03.9','The CSP shall define and implement an automated mechanism to revoke user accounts that have been blocked by another automatic mechanism after a certain period of time',1,'','',''),(239,'IAM-03.10','The automated mechanism in IAM-03.9 shall revoke user accounts under the responsibility of the CSP after they have been blocked for six (6) months.',1,'','',''),(240,'IAM-03.11','The CSP shall automatically monitor the implemented automated mechanisms to guarantee their compliance with IAM-03',1,'','',''),(241,'IAM-03.12','The CSP shall automatically monitor the environmental conditions of authentication attempts and flag suspicious events to the corresponding user or to authorized persons',1,'','',''),(242,'IAM-04.1','The CSP shall document and implement procedures to grant, update, and revoke to a user account under its responsibility access rights to resources of the information system of the cloud service, and these procedures shall be compliant with the role and rights concept and with the policies for managing access rights',1,'','',''),(243,'IAM-04.2','The CSP shall document and implement a procedure to timely update or revoke the access rights of an internal or external employee when the role and responsibilities of the employee change.',1,'','',''),(244,'IAM-04.3','The update or revocation of access rights procedure defined in IAM-04.2 shall be executed within 48 hours of the role change for privileged access rights and within 14 days for other access rights.',1,'','',''),(245,'IAM-04.4','The CSP shall document a procedure to provide, for a given resource subject to access control the list of all the user accounts that have access to it, whether they fall under the responsibility of the CSP or of a CSC, and for every such account the list of access rights currently granted to it',1,'','',''),(246,'IAM-04.5','The CSP shall document the incompatibility between access rights, and enforce these incompatibilities when access rights are granted or updated on a user account',1,'','',''),(247,'IAM-04.6','The access right management procedures shall follow a dynamic approach',1,'','',''),(248,'IAM-04.7','The CSP shall offer CSCs a self-service with which they can independently manage access rights for all user accounts under their responsibility.',1,'','',''),(249,'IAM-05.1','The CSP shall review the access rights of all the user accounts under its responsibility at least once a year to ensure that they still correspond to the current needs',1,'','',''),(250,'IAM-05.2','The review defined in IAM-05.1 shall be performed by authorised persons under the responsibility of the authorised body that has approved the access rights policies.',1,'','',''),(251,'IAM-05.3','The CSP handles identified deviations timely, but no later than 7 days after their detection, by appropriately revoking or updating access rights.',1,'','',''),(252,'IAM-05.4','The CSP shall provide CSCs with a tool that facilitates the review of the access rights of user accounts under their responsibility',1,'','',''),(253,'IAM-05.5','The CSP shall perform the review defined in IAM-05.1 at least every six (6) months',1,'','',''),(254,'IAM-06.1','Privileged access rights shall be personalised, limited in time according to a risk assessment and assigned as necessary for the execution of tasks (need-to-know principle)',1,'','',''),(255,'IAM-06.2','Activities of users with privileged access rights shall be logged in order to detect any misuse of privileged access or function in suspicious cases, and the logged information shall be automatically monitored for defined events that may indicate misuse',1,'','',''),(256,'IAM-06.3','The CSP shall document and implement a procedure that, upon detection of potential misuse by the monitoring defined in IAM-06.2, informs the responsible personnel so that they can promptly assess whether misuse has occurred and take corresponding action.',1,'','',''),(257,'IAM-06.4','Shared accounts under the responsibility of the CSP shall be assigned only to internal or external employees',1,'','',''),(258,'IAM-06.5','The CSP must revise every three (3) months the list of employees who are responsible for a technical account within its scope of responsibility',1,'','',''),(259,'IAM-06.6','The CSP shall maintain an up-to-date inventory of the user accounts under its responsibility that have privileged access rights',1,'','',''),(260,'IAM-06.7','The CSP shall require strong authentication for accessing the administration interfaces used by the CSP',1,'','',''),(261,'IAM-06.8','The CSP shall require strong authentication for accessing the administration interfaces offered to the CSC',1,'','',''),(262,'IAM-07.1','The CSP shall document and implement a policy and procedures about authentication mechanisms, covering at least the following aspects:<br>\n•	The selection of mechanisms suitable for every type of account and each level of risk<br>\n•	The protection of credentials used by the authentication mechanism<br>\n•	The generation and distribution of credentials for new accounts<br>\n•	Rules for the renewal of credentials, including periodic renewals, renewals in case of loss or compromise<br>\n•	Rules on the required strength of credentials, together with mechanisms to communicate and enforce the rules.',1,'','',''),(263,'IAM-07.2','The access to all environments of the CSP shall be authenticated, including non-production environments',1,'','',''),(264,'IAM-07.3','The access to the production environment of the CSP shall require strong authentication',1,'','',''),(265,'IAM-07.4','The access to all environments of the CSP containing CSC data shall require strong authentication',1,'','',''),(266,'IAM-07.5','Within an environment, user authentication shall be performed through passwords, digitally signed certificates or procedures that achieve at least an equivalent level of security',1,'','',''),(267,'IAM-07.6','For access to non-personal shared accounts, the CSP shall implement measures that require the users to be authenticated with their personal account before being able to access these technical accounts',1,'','',''),(268,'IAM-07.7','All authentication mechanisms shall include a mechanism to block an account after a predefined number of unsuccessful attempts',1,'','',''),(269,'IAM-07.8','The CSP shall offer strong authentication methods to the CSC for use with the accounts under their responsibility',1,'','',''),(270,'IAM-08.1','The CSP shall document, communicate and make available to all users under its responsibility rules and recommendations for the management of credentials, including at least:<br>\n•	Non-reuse of credentials<br>\n•	Trade-offs between entropy and ability to memorize<br>\n•	Recommendations for renewal of passwords<br>\n•	Rules on storage of passwords',1,'','',''),(271,'IAM-08.2','The CSP rules and recommendations defined in IAM-08.1 shall address at least the following aspects:<br>\n•	Recommendations on password managers<br>\n•	Recommendation to specifically address classical attacks, including phishing, social attacks, and whaling',1,'','',''),(272,'IAM-08.3','The CSP shall require users to whom authentication credentials are provided to sign a declaration in which they assure that they treat personal (or shared) authentication confidentially and keep it exclusively for themselves',1,'','',''),(273,'IAM-08.4','Passwords shall be only stored using cryptographically strong hash functions (cf. CKM-01)',1,'','',''),(274,'IAM-08.5','If cryptographic authentication mechanisms are used, they shall follow the policies and procedures from CKM-01.',1,'','',''),(275,'IAM-08.6','When creating credentials, compliance with specifications is enforced automatically as far as technically possible',1,'','',''),(276,'IAM-08.7','When a credential associated to a personal account is changed or renewed, the person associated to that account shall be notified',1,'','',''),(277,'IAM-08.8','Any password communicated to a user through e-mail, message or similar shall be changed by the user after its first use, and its validity shall not exceed 14 days after communication to the user',1,'','',''),(278,'IAM-08.9','The CSP shall make available to the CSC the rules and recommendations that shall or may apply to the users under their responsibility, and provide the CSC with tools to manage and enforce these rules',1,'','',''),(279,'IAM-09.1','The CSP shall implement sufficient partitioning measures between the information system providing the cloud service and its other information systems',1,'','',''),(280,'IAM-09.2','The CSP shall design, develop, configure and deploy the information system providing the cloud service to include a partitioning between the technical infrastructure and the equipment required for the administration of the cloud service and the assets it hosts',1,'','',''),(281,'IAM-09.3','The CSP shall separate the administration interfaces made available to CSCs from those made available to its internal and external employees, and in particular:<br>\n•	The administration accounts under the responsibility of the CSP shall be managed using tools and directories that are separate from those used for the management of user accounts under the responsibility of the CSCs<br>\n•	The administration interfaces made available to CSCs shall not allow for any connection from accounts under the responsibility of the CSP<br>\n•	The administration interfaces used by the CSP shall not be accessible from the public network and as such shall not allow for any connection from accounts under the responsibility of the CSC.',1,'','',''),(282,'IAM-09.4','The CSP shall implement suitable measures for partitioning between the CSCs',1,'','',''),(283,'IAM-09.5','The CSP shall timely inform a CSC whenever internal or external employees of the CSP access in a non-encrypted form to the CSC\'s data processed, stored or transmitted in the cloud service without the prior consent of the CSC, including at least:<br>\n•	Cause, time, duration, type and scope of the access<br>\n•	Enough details to enable subject matters experts of the CSC to assess the risks of the access.',1,'','',''),(284,'IAM-09.6','The CSP shall require prior consent from a CSC before any access in a non-encrypted form to the CSC\'s data processed, stored or transmitted in the cloud service, providing meaningful information as defined in IAM-09.5.',1,'','',''),(285,'IAM-09.7','If the CSP offers to its CSCs interfaces for administrators and for end users, these interfaces shall be separated',1,'','',''),(286,'CKM-01.1','The CSP shall document, communicate, make available and implement policies with technical and organizational safeguards for encryption and key management, according to ISP-02, in which at least the following aspects are described:<br>\n•	Usage of strong encryption procedures and secure network protocols<br>\n•	Requirements for the secure generation, storage, archiving, retrieval, distribution, withdrawal and deletion of the keys<br>\n•	Consideration of relevant legal and regulatory obligations and requirements',1,'','',''),(287,'CKM-01.2','Cryptography policies and procedures shall include risk-based provisions for the use of encryption aligned with the data classification schemes and considering the communication channel, type, strength and quality of the encryption',1,'','',''),(288,'CKM-01.3','The strong encryption procedures and secure network protocols mentioned in the cryptography policies and procedures shall correspond to the state-of-the-art',1,'','',''),(289,'CKM-02.1','The CSP shall define and implement strong encryption mechanisms for the transmission of cloud customer data over public networks',1,'','',''),(290,'CKM-02.2','The CSP shall define, and implement strong encryption mechanisms for the transmission of all data over public networks',1,'','',''),(291,'CKM-03.1','The CSP shall document and implement procedures and technical safeguards to encrypt cloud customers\' data during storage',1,'','',''),(292,'CKM-03.2','The private and secret keys used for encryption shall be known only to the cloud customer in accordance with applicable legal and regulatory obligations and requirements, with the possibility of exceptions',1,'','',''),(293,'CKM-03.3','The procedures for the use of private and secret keys, including a specific procedure for any exceptions, shall be contractually agreed with the cloud customer',1,'','',''),(294,'CKM-03.4','The private and secret keys used for encryption shall be known exclusively by the cloud customer and without exceptions in accordance with applicable legal and regulatory obligations and requirements',1,'','',''),(295,'CKM-04.1','Procedures and technical safeguards for secure key management in the area of responsibility of the CSP shall include at least the following aspects:<br>\n•	Generation of keys for different cryptographic systems and applications<br>\n•	Issuing and obtaining public-key certificates<br>\n•	Provisioning and activation of the keys<br>\n•	Secure storage of keys including description of how authorised users get access<br>\n•	Changing or updating cryptographic keys including policies defining under which conditions and in which manner the changes and/or updates are to be realised<br>\n•	Handling of compromised keys<br>\n•	Withdrawal and deletion of keys',1,'','',''),(296,'CKM-04.2','For the secure storage of keys, the key management system shall be separated from the application and middleware levels',1,'','',''),(297,'CKM-04.3','For the secure storage of keys and other secrets used for the administration tasks, the CSP shall use a suitable security container, software or hardware',1,'','',''),(298,'CKM-04.4','If pre-shared keys are used, the specific provisions relating to the secure use of this procedure shall be specified separately.',1,'','',''),(299,'CS-01.1','The CSP shall document, communicate and implement technical safeguards that are suitable to promptly detect and respond to network-based attacks and to ensure the protection of information and information processing systems, in accordance with ISP-02',1,'','',''),(300,'CS-01.2','The technical safeguards in CS-01.1 shall be based on the results of a risk analysis carried out according to RM-01.',1,'','',''),(301,'CS-01.3','The CSP shall feed into a SIEM (Security Information and Event Management) system, all data from the technical safeguards implemented so that automatic countermeasures regarding correlating events are initiated',1,'','',''),(302,'CS-01.4','The CSP shall implement technical safeguards to ensure that no unknown (physical or virtual) devices join its (physical or virtual) network',1,'','',''),(303,'CS-01.5','The CSP shall use different technologies on its technical safeguards to prevent that a single vulnerability leads to the simultaneous breach of several defence lines',1,'','',''),(304,'CS-02-1','The CSP shall document, communicate, make available and implement specific security requirements to connect within its network, including at least:<br>\n•	when the security zones are to be separated and when the cloud customers are to be logically or physically segregated<br>\n•	what communication relationships and what network and application protocols are permitted in each case<br>\n•	how the data traffic for administration and monitoring are segregated from each other at the network level<br>\n•	what internal, cross-location communication is permitted<br>\n•	what cross-network communication is allowed.',1,'','',''),(305,'CS-03.1','The CSP shall distinguish between trusted and untrusted networks, based on a risk assessment',1,'','',''),(306,'CS-03.2','The CSP shall separate trusted and untrusted networks into different security zones for internal and external network areas (and DMZ, if applicable)',1,'','',''),(307,'CS-03.3','The CSP shall design and configure both physical and virtualized network environments to restrict and monitor the connection to trusted or untrusted networks according to the defined security requirements (cf. CS-02)',1,'','',''),(308,'CS-03.4','The CSP shall review at specified intervals the business justification for using all services, protocols, and ports. This review shall also include the compensatory measures used for protocols that are considered insecure',1,'','',''),(309,'CS-03.5','The CSP shall review at least annually the design and implementation and configuration undertaken to monitor the connections in a risk-oriented manner, with regard to the defined security requirements',1,'','',''),(310,'CS-03.6','The CSP shall assess the risks of identified vulnerabilities in accordance with the risk management procedure (cf. RM-01) and follow-up measures shall be defined and tracked (cf.OPS-17)',1,'','',''),(311,'CS-03.7','The CSP shall protect all SIEM logs to avoid tampering',1,'','',''),(312,'CS-04.1','Each network perimeter shall be controlled by security gateways',1,'','',''),(313,'CS-04.2','Security gateways shall only allow legitimate connections identified in a matrix of authorized flows',1,'','',''),(314,'CS-04.3','The system access authorisation for cross-network access shall be based on a security assessment based on the requirements of the cloud customers.',1,'','',''),(315,'CS-04.4','Each network perimeter shall be controlled by redundant and highly available security gateways',1,'','',''),(316,'CS-04.5','The CSP shall automatically monitor the control of the network perimeters to guarantee fulfilment of CS-04.1',1,'','',''),(317,'CS-05.1','The CSP shall define and implement separate networks for the administrative management of the infrastructure and the operation of management consoles',1,'','',''),(318,'CS-05.2','The CSP shall logically or physically separate the networks for administration from the CSCs’ networks',1,'','',''),(319,'CS-05.3','The CSP shall segregate physically or logically the networks used to migrate or create virtual machines',1,'','',''),(320,'CS-05.4','When the administration networks are not physically segregated from other networks, the administration flows must be conveyed in a strongly encrypted tunnel.',1,'','',''),(321,'CS-05.5','The CSP shall set up and configure an application firewall in order to protect the administration interfaces intended for CSCs and exposed over a public network',1,'','',''),(322,'CS-06.1','The CSP shall define, document and implement segregation mechanisms at network level the data traffic of different cloud customers',1,'','',''),(323,'CS-06.2','When implementing of infrastructure capabilities, the secure segregation shall be ensured by physically separated networks or by strongly encrypted VLANs',1,'','',''),(324,'CS-07.1','The CSP shall maintain up-to-date all documentation of the logical structure of the network used to provision or operate the cloud service',1,'','',''),(325,'CS-07.2','The documentation shall cover, at least, how the subnets are allocated, how the network is zoned and segmented, how it connects with third-party and public networks, and the geographical locations in which the cloud customers\' data are stored',1,'','',''),(326,'CS-07.3','In liaison with the inventory of assets (cf. AM-01), the documentation shall include the equipment that provides security functions and the servers that host the data or provide sensitive functions.',1,'','',''),(327,'CS-07.4','The CSP shall perform a full review of the network topology documentation at least once a year',1,'','',''),(328,'CS-08.1','The CSP shall ensure the confidentiality of the cloud user data by suitable procedures when offering functions for software-defined networking (SDN)',1,'','',''),(329,'CS-08.2','The CSP shall validate the functionality of the SDN functions before providing new SDN features to CSCs or modifying existing SDN features',1,'','',''),(330,'CS-08.3','The CSP shall ensure that the configuration of networks matches network security policies regardless of the means used to create the configuration',1,'','',''),(331,'CS-09.1','The CSP shall document, communicate and implement policies and procedures with technical and organisational safeguards to protect the transmission of data against unauthorised interception, manipulation, copying, modification, redirection or destruction, according to ISP-02',1,'','',''),(332,'CS-09.2','The policy and procedures shall include references to the classification of assets (cf. AM-05)',1,'','',''),(333,'PI-01.1','The cloud service shall be accessible by cloud services from other CSPs or cloud customers’ IT systems through documented inbound and outbound interfaces',1,'','',''),(334,'PI-01.2','The interfaces shall be clearly documented for subject matter experts to understand how they can be used to retrieve the data',1,'','',''),(335,'PI-01.3','Communication on these interfaces shall use standardised communication protocols that ensure the confidentiality and integrity of the transmitted information according to its protection requirements',1,'','',''),(336,'PI-01.4','Communication over untrusted networks shall be encrypted according to CKM-02',1,'','',''),(337,'PI-01.5','The CSP shall allow its customers to verify the interfaces provided (and their security) are adequate for its protection requirements before the start of the use of the cloud service, and each time the interfaces are changed',1,'','',''),(338,'PI-02.1','The CSP shall include in cloud service contractual agreements, at least, the following aspects concerning the termination of the contractual relationship:<br>\n•	Type, scope and format of the data the CSP provides to the CSC<br>\n•	Delivery methods of the data to the cloud customer<br>\n•	Definition of the timeframe, within which the CSP makes the data available to the CSC<br>\n•	Definition of the point in time as of which the CSP makes the data inaccessible to the CSC and deletes these<br>\n•	The CSC\'s responsibilities and obligations to cooperate for the provision of the data.',1,'','',''),(339,'PI-02.2','The definitions in PI-02.1 shall be based on the needs of subject matter experts of potential customers who assess the suitability of the cloud service with regard to a dependency on the CSP as well as legal and regulatory requirements',1,'','',''),(340,'PI-02.3','The CSP shall identify, at least once a year, legal and regulatory requirements that may apply to these aspects and adjust the contractual agreements accordingly',1,'','',''),(341,'PI-03.1','The CSP shall implement procedures for deleting its customers\' data upon termination of their contract in compliance with the contractual agreements between them',1,'','',''),(342,'PI-03.2','The CSC\'s data deletion shall include metadata and data stored in the data backups as well',1,'','',''),(343,'PI-03.3','The cloud customer\'s data deletion procedures shall prevent recovery by forensic means',1,'','',''),(344,'PI-03.4','The CSP shall document the deletion of the customer’s data, including metadata and data stored in the data backups, in a way allowing the cloud customer to track the deletion of its data',1,'','',''),(345,'PI-03.5','At the end of the contract, the CSP shall delete the technical data concerning the client',1,'','',''),(346,'CCM-01.1','The CSP shall document, implement, and communicate policies and procedures for change management of the IT systems supporting the cloud service according to ISP-02',1,'','',''),(347,'CCM-01.2','The change management policies and procedures shall cover at least the following aspects:<br>\n•	Criteria for risk assessment, categorization and prioritization of changes and related requirements for the type and scope of testing to be performed, and necessary approvals<br>\n•	Requirements for the performance and documentation of tests<br>\n•	Requirements for segregation of duties during planning, testing, and release of changes<br>\n•	Requirements for the proper information of cloud customers about the type and scope of the change as well as the resulting obligations to cooperate in accordance with the contractual agreements<br>\n•	Requirements for the documentation of changes in the system, operational and user documentation<br>\n•	Requirements for the implementation and documentation of emergency changes that must comply with the same level of security as normal changes.',1,'','',''),(348,'CCM-02.1','The CSP shall categorize and prioritize changes considering the potential security effects on the system components concerned',1,'','',''),(349,'CCM-02.2','The CSP shall base the decision on classification and prioritization on a risk assessment performed in accordance with RM-01 with regard to potential effects on the system components concerned',1,'','',''),(350,'CCM-02.3','If the risk associated to a planned change is high, then appropriate mitigation measures shall be taken before deploying the service',1,'','',''),(351,'CCM-02.4','In accordance with contractual agreements, the CSP shall submit to authorised bodies of the CSC meaningful information about the occasion, time, duration, type and scope of the change so that they can carry out their own risk assessment before the change is made available in the production environment',1,'','',''),(352,'CCM-02.5','Regardless of contractual agreements, the CSP shall inform the CSC as mentioned in CCM-02.3 for changes that have the highest risk category based on their risk assessment',1,'','',''),(353,'CCM-03.1','The CSP shall test proposed changes before deployment',1,'','',''),(354,'CCM-03.2','The type and scope of the tests shall correspond to the risk assessment',1,'','',''),(355,'CCM-03.3','The tests shall be carried out by appropriately qualified employees or by automated test procedures that comply with the state-of-the-art',1,'','',''),(356,'CCM-03.4','In accordance with contractual requirements, the CSP shall involve CSCs into the tests.',1,'','',''),(357,'CCM-03.5','The CSP shall first obtain approval from CSC and anonymise customer data before using it for tests, and shall guarantee the confidentiality of the data during the whole process',1,'','',''),(358,'CCM-03.6','The CSP shall determine the severity of the errors and vulnerabilities identified in the tests that are relevant for the deployment decision according to defined criteria, and shall initiate actions for timely remediation or mitigation',1,'','',''),(359,'CCM-03.7','The tests performed on a change before its deployment shall include tests on the service performed on a pre-production environment',1,'','',''),(360,'CCM-03.8','The CSP shall document and implement a procedure that ensures the integrity of the test data used in pre-production',1,'','',''),(361,'CCM-03.9','Before deploying changes on a system component, the CSP shall perform regression testing on other components of the cloud service that depend on that system component to verify the absence of undesirable effects',1,'','',''),(362,'CCM-03.10','The CSP shall automatically monitor the definition and execution of the tests relative to a change, as well as the remediation or mitigation of issues',1,'','',''),(363,'CCM-04.1','The CSP shall approve any change to the cloud service, based on defined criteria, before they are made available to CSCs in the production environment',1,'','',''),(364,'CCM-04.2','The CSP shall involve CSCs in the approval process according to contractual requirements',1,'','',''),(365,'CCM-04.3','The CSP shall automatically monitor the approvals of changes deployed in the production environment to guarantee fulfilment of CCM-04.1',1,'','',''),(366,'CCM-05.1','The CSP shall define roles and rights according to IAM-01 for the authorised personnel or system components who are allowed to make changes to the cloud service in the production environment.',1,'','',''),(367,'CCM-05.2','All changes to the cloud service in the production environment shall be logged and shall be traceable back to the individual or system component that initiated the change',1,'','',''),(368,'CCM-05.3','The CSP shall automatically monitor changes in the production environment to guarantee fulfilment of CCM-05.1',1,'','',''),(369,'CCM-06.1','The CSP shall implement version control procedures to track the dependencies of individual changes and to restore affected system components back to their previous state as a result of errors or identified vulnerabilities.',1,'','',''),(370,'CCM-06.2','The version control procedures shall provide appropriate safeguards to ensure that the confidentiality, integrity and availability of cloud customer data is not compromised when system components are restored back to their previous state',1,'','',''),(371,'CCM-06.3','The CSP shall retain a history of the software versions and of the systems that are implemented in order to be able to reconstitute, where applicable in a test environment, a complete environment such as was implemented on a given date; the retention time for this history shall be at least the same as that for backups (cf. OPS-06)',1,'','',''),(372,'DEV-01.1','The CSP shall document, communicate and implement policies and procedures according to ISP-02 with technical and organisational measures for the secure development of the cloud service.',1,'','',''),(373,'DEV-01.2','The policies and procedures for secure development shall consider information security from the earliest phases of design',1,'','',''),(374,'DEV-01.3','The policies and procedures for secure development shall be based on recognised standards and methods with regard to the following aspects:<br>\n•	Security in Software Development (Requirements, Design, Implementation, Testing and Verification)<br>\n•	Security in software deployment (including continuous delivery)<br>\n•	Security in operation (reaction to identified faults and vulnerabilities)<br>\n•	Secure coding standards and practices (avoiding the introduction of vulnerabilities in code).',1,'','',''),(375,'DEV-01.4','The policies and procedures for development shall include measures for the enforcement of specified standards and guidelines, including automated tools',1,'','',''),(376,'DEV-02.1','The CSP shall maintain a list of dependencies to hardware and software products used in the development of its cloud service',1,'','',''),(377,'DEV-02.2','The CSP shall document and implement policies for the use of third-party and open source software',1,'','',''),(378,'DEV-02.3','The CSP makes its list of dependencies available to customers upon request',1,'','',''),(379,'DEV-02.4','In procurement for the development of the cloud service, the CSP shall perform a risk assessment in accordance to RM-01 for every product',1,'','',''),(380,'DEV-03.1','The CSP shall ensure that the confidentiality and integrity of the source code is adequately protected at all stages of development',1,'','',''),(381,'DEV-03.2','The CSP shall use version control to keep a history of the changes in source code with an attribution of changes to individual developers',1,'','',''),(382,'DEV-03.3','The CSP shall implement a secure development and test environments that makes it possible to manage the entire development cycle of the information system of the cloud service',1,'','',''),(383,'DEV-03.4','The CSP shall consider the development and test environments when performing risk assessment',1,'','',''),(384,'DEV-03.5','The CSP shall include development resources as part of the backup policy',1,'','',''),(385,'DEV-04.1','The CSP shall ensure that production environments are physically or logically separated from development, test or pre-production environments',1,'','',''),(386,'DEV-04.2','Data contained in the production environments shall not be used in development, test or pre- production environments in order not to compromise their confidentiality',1,'','',''),(387,'DEV-04.3','When non-production environments are exposed through public networks, security requirements shall be equivalent to those defined for production environment',1,'','',''),(388,'DEV-05.1','The CSP shall document, communicate, make available and implement specific procedures for the development of functions that implement technical mechanisms or safeguards required by the EUCS scheme, with increased testing requirements.',1,'','',''),(389,'DEV-05.2','Design documentation for security features shall include a specification of expected inputs, outputs and possible errors, as well as a security analysis of the adequacy and planned effectiveness of the feature',1,'','',''),(390,'DEV-05.3','The tests of the security features shall cover all the specified inputs and all specified outcomes, including all specified error conditions.',1,'','',''),(391,'DEV-05.4','The documentation of the tests for security features shall include at least a description of the test, the initial conditions, the expected outcome and instructions for running the test.',1,'','',''),(392,'DEV-05.5','The documentation of the tests shall include a demonstration of the coverage of the source code, including branch coverage for security-critical code.',1,'','',''),(393,'DEV-06.1','The CSP shall apply appropriate measures to check the cloud service for vulnerabilities that may have been integrated into the cloud service during the development process.',1,'','',''),(394,'DEV-06.2','The procedures for identifying vulnerabilities shall be integrated in the development process.',1,'','',''),(395,'DEV-06.3','The procedures shall include the following activities, depending on the risk assessment:<br>\n•	Static Application Security Testing<br>\n•	Dynamic Application Security Testing<br>\n•	Code reviews by subject matter experts<br>\n•	Obtaining information about confirmed vulnerabilities in software libraries provided by third parties and used in their own cloud service.',1,'','',''),(396,'DEV-06.4','Code reviews shall be regularly performed by qualified personnel or contractors',1,'','',''),(397,'DEV-06.5','The CSP shall assess the severity of identified vulnerabilities according to the criteria defined in OPS-17 and measures are taken to immediately eliminate or mitigate them.',1,'','',''),(398,'DEV-06.6','The procedures for identifying such vulnerabilities also shall include annual code reviews and security penetration tests by subject matter experts, as part of the annual programme defined in OPS-19',1,'','',''),(399,'DEV-07.1','When outsourcing development of the cloud service or components thereof to a contractor, the CSP and the contractor shall contractually agree on specifications regarding at least the following aspects:<br>\n•	Security in software development (requirements, design, implementation, tests and verifications) in accordance with recognised standards and methods<br>\n•	Acceptance testing of the quality of the services provided in accordance with the agreed functional and non-functional requirements<br>\n•	Providing evidence that sufficient verifications have been carried out to rule out the existence of known vulnerabilities.',1,'','',''),(400,'DEV-07.2','Before subcontracting the development of the cloud service or components thereof, the CSP shall conduct a risk assessment according to RM-01 that considers at least the following aspects:<br>\n•	Management of source code by the subcontractor<br>\n•	Human resource procedures implemented by the subcontractor<br>\n•	Required access to the CSP’s development, testing and pre-production environments.',1,'','',''),(401,'DEV-07.3','The CSP shall document and implement a procedure that makes it possible to supervise and control the outsourced development activity, in order to ensure that the outsourced development activity is compliant with the secure development policy of the service provider and makes it possible to achieve a level of security of the external development that is equivalent to that of internal development',1,'','',''),(402,'DEV-07.4','Internal or external employees of the CSP shall run the tests that are relevant for the deployment decision when a change includes the result of outsourced development.',1,'','',''),(403,'PM-01.1','The CSP shall document, communicate and implement policies and procedures according to ISP-02 for controlling and monitoring third parties whose products or services contribute to the provision of the cloud service:',1,'','',''),(404,'PM-01.2','The policies and procedures defined in PM-01.1 shall cover at least the following aspects:<br>\n•	Requirements for the assessment of risks resulting from the procurement of third-party services<br>\n•	Requirements for the classification of third parties based on the risk assessment by the CSP<br>\n•	Information security requirements for the processing, storage, or transmission of information by third parties based on recognized industry standards<br>\n•	Information security awareness and training requirements for staff<br>\n•	Applicable legal and regulatory requirements<br>\n•	Requirements for dealing with vulnerabilities, security incidents, and malfunctions<br>\n•	Specifications for the contractual agreement of these requirements<br>\n•	Specifications for the monitoring of these requirements<br>\n•	Specifications for applying these requirements also to service providers used by the third parties, insofar as the services provided by these service providers, also contribute to the provision of the cloud service.',1,'','',''),(405,'PM-01.3','The CSP shall contractually require its subservice organizations to provide regular reports by independent auditors on the suitability of the design and operating effectiveness of their service-related internal control system with respect to the EUCS requirements.',1,'','',''),(406,'PM-01.4','The reports shall include the complementary subservice organisation controls that are required, together with the controls of the Cloud Service Provider, to meet the applicable EUCS requirements with reasonable assurance',1,'','',''),(407,'PM-01.5','In case the supplier organizations are not able to provide an EUCS compliance report, the CSP shall reserve the right to audit them to assess the suitability and effectiveness of the service-related internal and complementary controls by qualified personnel',1,'','',''),(408,'PM-02.1','The CSP shall perform a risk assessment of its suppliers in accordance with the policies and procedures for the control and monitoring of third parties before they start contributing to the provision of the cloud service:',1,'','',''),(409,'PM-02.2','The risk assessment shall include the identification, analysis, evaluation, handling, and documentation of risks concerning the following aspects:<br>\n•	Protection needs regarding the confidentiality, integrity, availability, and authenticity of information processed, stored, or transmitted by the third party<br>\n•	Impact of a protection breach on the provision of the cloud service<br>\n•	The CSP\'s dependence on the service provider or supplier for the scope, complexity, and uniqueness of the purchased service, including the consideration of possible alternatives.',1,'','',''),(410,'PM-02.3','Following the risk assessment of a subservice provider, the CSP shall define for every applicable EUCS requirement a list of Complementary Subservice Organization Controls (CSOC) to be implemented by the subservice provider',1,'','',''),(411,'PM-02.4','The CSP shall ensure that the subservice provider has implemented the CSOCs, and that the subservice provider has made available evidence supporting the assessment of their effectiveness to the targeted evaluation level',1,'','',''),(412,'PM-02.5','The adequacy of the risk assessment and of the definition of CSOCs shall be reviewed regularly, at least annually',1,'','',''),(413,'PM-03.1','The CSP shall maintain a directory for controlling and monitoring the suppliers who contribute to the delivery of the cloud service',1,'','',''),(414,'PM-03.2','The directory shall contain the following information:<br>\n•	Company name<br>\n•	Address<br>\n•	Locations of data processing and storage<br>\n•	Responsible contact person at the service provider/supplier<br>\n•	Responsible contact person at the cloud service provider<br>\n•	Description of the service<br>\n•	Classification based on the risk assessment<br>\n•	Beginning of service usage<br>\n•	Proof of compliance with contractually agreed requirements.',1,'','',''),(415,'PM-03.3','The CSP shall verify the directory for completeness, accuracy and validity at least annually',1,'','',''),(416,'PM-04.1','The CSP shall monitor the compliance of its suppliers with information security requirements and applicable legal and regulatory requirements in accordance with policies and procedures concerning controlling and monitoring of third-parties',1,'','',''),(417,'PM-04.2','Monitoring activities shall include at least a regular review of the following evidence, as provided by suppliers under contractual agreements:<br>\n•	reports on the quality of the service provided<br>\n•	certificates of the management systems\' compliance with international standards<br>\n•	independent third-party reports on the suitability and operating effectiveness of their service-related internal control systems<br>\n•	Records of the third parties on the handling of vulnerabilities, security incidents, and malfunctions.',1,'','',''),(418,'PM-04.3','The frequency of the monitoring shall correspond to the classification of the third party based on the risk assessment conducted by the Cloud Service Provider (cf. PM-02), and the results of the monitoring shall be included in the review of the third party\'s risk assessment.',1,'','',''),(419,'PM-04.4','Identified violations and deviations shall be analysed, evaluated and treated in accordance with the risk management procedure (cf. RM-01)',1,'','',''),(420,'PM-04.5','When a change in a third-party contributing to the delivery of the cloud service affects its level of security, the CSP shall inform all of its CSCs without delay',1,'','',''),(421,'PM-04.6','The CSP shall document and implement a procedure to review and update, at least once a year, non-disclosure or confidentiality requirements regarding suppliers contributing to the delivery of the service',1,'','',''),(422,'PM-04.7','The CSP shall supplement procedures for monitoring compliance with automatic monitoring, by leveraging automatic procedures relating to the following aspects:<br>\n•	Configuration of system components<br>\n•	Performance and availability of system components<br>\n•	Response time to malfunctions and security incidents<br>\n•	Recovery time (time until completion of error handling).',1,'','',''),(423,'PM-04.8','The CSP shall automatically monitor Identified violations and discrepancies, and these shall be automatically reported to the responsible personnel or system components of the Cloud Service Provider for prompt assessment and action',1,'','',''),(424,'PM-05.1','The CSP shall define exit strategies for the purchase of services where the risk assessment of the suppliers identified a very high dependency',1,'','',''),(425,'PM-05.2','The exit strategies shall be aligned with operational continuity plans and include the following aspects:<br>\n•	Analysis of the potential costs, impacts, resources, and timing of the transition of a purchased service to an alternative service provider or supplier<br>\n•	Definition and allocation of roles, responsibilities, and sufficient resources to perform the activities for a transition<br>\n•	Definition of success criteria for the transition<br>\n•	Definition of indicators for service performance monitoring, which should initiate the withdrawal from the service if the results are unacceptable.',1,'','',''),(426,'IM-01.1','The CSP shall document, communicate and implement policies and procedures according to ISP-02 containing technical and organisational safeguards to ensure a fast, effective and proper response to all known security incidents:',1,'','',''),(427,'IM-01.2','The policies and procedures shall include guidelines for the classification, prioritization, and escalation of security incidents and creates interfaces for incident management and business continuity management',1,'','',''),(428,'IM-01.3','The CSP shall establish a Computer Emergency Response Team (CERT), which contributes to the coordinated resolution of security incidents',1,'','',''),(429,'IM-01.4','The CSP shall inform the customers affected by security incidents in a timely and appropriate manner',1,'','',''),(430,'IM-01.5','The incident management policy shall include procedures as to how the data of a suspicious system can be collected in a conclusive manner in the event of a security incident',1,'','',''),(431,'IM-01.6','The incident management policy shall include analysis plans for typical security incidents',1,'','',''),(432,'IM-01.7','The incident management policy shall include an evaluation methodology so that the collected information does not lose its evidential value in any subsequent legal assessment',1,'','',''),(433,'IM-01.8','The incident management policy shall include provisions for the regular testing of the incident response capabilities to determine the overall effectiveness of the capabilities and to identify potential deficiencies',1,'','',''),(434,'IM-02.1','The CSP shall classify, prioritize, and perform root-cause analyses for events that could constitute a security incident, using their subject matter experts and external security providers where appropriate',1,'','',''),(435,'IM-02.2','The CSP shall maintain a catalogue that clearly identifies the security incidents that affect customer data, and use that catalogue to classify incidents',1,'','',''),(436,'IM-02.3','The incident classification mechanism shall include provisions to correlate events. In addition, these correlated events shall themselves be assessed and classified according to their criticality',1,'','',''),(437,'IM-02.4','The CSP shall simulate the identification, analysis, and defence of security incidents and attacks at least once a year through appropriate tests and exercises',1,'','',''),(438,'IM-02.5','The CSP shall monitor the processing of incident to verify the application of incident management policies and procedures',1,'','',''),(439,'IM-03.1','The CSP shall document the implemented measures after a security incident has been processed and, following the contractual agreements, the document shall be sent to the affected customers for final acknowledgment or, if applicable, as confirmation.',1,'','',''),(440,'IM-03.2','The CSP shall make information on security incidents or confirmed security breaches available to all affected customers',1,'','',''),(441,'IM-03.3','The CSP shall continuously report on security incidents to affected customers until the security incident is closed and a solution is applied and documented, in accordance to the defined SLA and contractual agreements',1,'','',''),(442,'IM-03.4','The CSP shall allow customers to actively approve the solution before automatically approving it after a certain period',1,'','',''),(443,'IM-04.1','The CSP shall inform employees and external business partners of their contractual obligations to report all security events that become known to them and are directly related to the cloud service',1,'','',''),(444,'IM-04.2','The CSP shall not take any negative action against those who communicate \"false reports\" of events that do not subsequently turn out to be incidents, and shall make that policy known as part of its communication to employees and external business partners',1,'','',''),(445,'IM-04.3','The CSP shall define, make public and implement a single point of contact to report security events and vulnerabilities',1,'','',''),(446,'IM-05.1','The CSP shall periodically inform its customers on the status of the incidents affecting the CSC, or, where appropriate and necessary, involve them in the resolution, according to the contractual agreements',1,'','',''),(447,'IM-05.2','As soon as an incident has been closed, The CSP shall inform its customers about the actions taken, according to the contractual agreements',1,'','',''),(448,'IM-06.1','The CSP shall perform an analysis of security incidents to identify recurrent or significant incidents and to identify the need for further protection, if needed with the support of external bodies',1,'','',''),(449,'IM-06.2','The CSP shall only contract supporting external bodies that are qualified incident response service providers or government agencies',1,'','',''),(450,'IM-06.3','The CSP shall define, implement and maintain a knowledge repository of security incidents and the measures taken to solve them, as well as information related to the assets that these incidents affected, and use that information to enrich the classification catalogue',1,'','',''),(451,'IM-06.4','The intelligence gained from the incident management and gathered in the knowledge repository shall be used to identify recurring incidents or potential significant incidents and to determine the need for advanced safeguards and implement them',1,'','',''),(452,'IM-07.1','The CSP shall document and implement a procedure to archive all documents and evidence that provide details on security incidents',1,'','',''),(453,'IM-07.2','The documents and evidence shall be archived in a way that could be used as evidence in court',1,'','',''),(454,'IM-07.3','When the CSP requires additional expertise in order to preserve the evidences and secure the chain of custody on a security incident, the CSP shall contract a qualified incident response service provider only',1,'','',''),(455,'IM-07.4','The CSP shall implement security mechanisms and processes for protecting all the information related to security incidents in accordance with criticality levels and legal requirements in effect',1,'','',''),(456,'IM-07.5','The service provider shall establish an integrated team of forensic/incident responder personnel specifically trained on evidence preservation and chain of custody management',1,'','',''),(457,'BC-01.1','The CSP shall document, communicate and make available policies and procedures establishing the strategy and guidelines to ensure business continuity and contingency management',1,'','',''),(458,'BC-01.2','The CSP shall name (a member of) top management as the process owner of business continuity and emergency management, and responsible for establishing the process within the company following the strategy as well as ensuring compliance with the guidelines, and for ensuring that sufficient resources are made available for an effective process',1,'','',''),(459,'BC-01.3','The business continuity and contingency management process owner shall ensure that sufficient resources are made available for an effective process',1,'','',''),(460,'BC-02.1','The policies and procedures for business continuity and contingency management shall include the need to perform a business impact analysis to determine the impact of any malfunction to the cloud service or enterprise.',1,'','',''),(461,'BC-02.2','The business impact analysis policies and procedures shall consider at least the following aspects:<br>\n•	Possible scenarios based on a risk analysis<br>\n•	Identification of critical products and services<br>\n•	Identification of dependencies, including processes (including resources required), applications, business partners and third parties<br>\n•	Identification of threats to critical products and services<br>\n•	Identification of effects resulting from planned and unplanned malfunctions and changes over time<br>\n•	Determination of the maximum acceptable duration of malfunctions<br>\n•	Identification of restoration priorities<br>\n•	Determination of time targets for the resumption of critical products and services within the maximum acceptable time period (RTO)<br>\n•	Determination of time targets for the maximum reasonable period during which data can be lost and not recovered (RPO)<br>\n•	Estimation of the resources needed for resumption.',1,'','',''),(462,'BC-02.3','The business impact analysis resulting from these policies and procedures shall be reviewed at regular intervals, at least once a year, or after significant organisational or environment- related changes.',1,'','',''),(463,'BC-03.1','The CSP shall document and implement a business continuity plan and contingency plans to ensure continuity of the services, taking into account information security constraints and the results of the business impact analysis',1,'','',''),(464,'BC-03.2','The business continuity plan and contingency plans shall be based on industry-accepted standards and shall document which standards are being used',1,'','',''),(465,'BC-03.3','The business continuity plan and contingency plans shall cover at least the following aspects:<br>\n•	Defined purpose and scope, including relevant business processes and dependencies<br>\n•	Accessibility and comprehensibility of the plans for persons who are to act accordingly<br>\n•	Ownership by at least one designated person responsible for review, updating and approval<br>\n•	Defined communication channels, roles and responsibilities including notification of the customer<br>\n•	Recovery procedures, manual interim solutions and reference information (taking into account prioritisation in the recovery of cloud infrastructure components and services and alignment with customers)<br>\n•	Methods for putting the plans into effect<br>\n•	Continuous process improvement<br>\n•	Interfaces to Security Incident Management.',1,'','',''),(466,'BC-03.4','The business continuity plan shall be reviewed at regular intervals, at least once a year, or after significant organisational or environment-related changes.',1,'','',''),(467,'BC-04.1','The business impact analysis, business continuity plan and contingency plans shall be tested at regular intervals (at least once a year) or after an update',1,'','',''),(468,'BC-04.2','The tests shall be documented and the results considered to update the business continuity plan and to define future operational continuity measures',1,'','',''),(469,'BC-04.3','The tests shall involve CSCs and relevant third parties, such as external service providers and suppliers',1,'','',''),(470,'BC-04.4','In addition to the tests, exercises shall also be carried out, which are, among other things, based on scenarios resulting from security incidents that have already occurred in the past',1,'','',''),(471,'CO-01.1','The CSP shall document the legal, regulatory, self-imposed and contractual requirements relevant to the information security of the cloud service',1,'','',''),(472,'CO-01.2','The CSP shall document and implement procedures for complying to these contractual requirements',1,'','',''),(473,'CO-01.3','The CSP shall provide these procedures when requested by a CSC',1,'','',''),(474,'CO-01.4','The CSP shall document and implement an active monitoring of the legal, regulatory and contractual requirements that affect the service',1,'','',''),(475,'CO-02.1','The CSP shall document, communicate, make available and implement policies and procedures for planning and conducting audits, made in accordance with ISP-02 and addressing at least the following aspects:<br>\n•	Restriction to read-only access to system components in accordance with the agreed audit plan and as necessary to perform the activities<br>\n•	Activities that may result in malfunctions to the cloud service or breaches of contractual requirements are performed during scheduled maintenance windows or outside peak periods<br>\n•	Logging and monitoring of activities',1,'','',''),(476,'CO-02.2','The CSP shall document and implement an audit programme over three years that defines the scope and the frequency of the audits in accordance with the management of change, policies, and the results of the risk assessment',1,'','',''),(477,'CO-02.3','The CSP shall grant its CSCs contractually guaranteed information and define their audit rights',1,'','',''),(478,'CO-03.1','The CSP shall perform at regular intervals and at least annually internal audits by subject matter experts to check the compliance of their internal security control system to the requirements defined in CO-01.',1,'','',''),(479,'CO-03.2','The internal audit shall check the compliance with the requirements of the scheme at the targeted EUCS assurance level.',1,'','',''),(480,'CO-03.3','Identified vulnerabilities and deviations shall be subject to risk assessment in accordance with the risk management procedure (cf. RM-01) and follow-up measures are defined and tracked (cf. OPS-17).',1,'','',''),(481,'CO-03.4','Internal audits shall be supplemented by procedures to automatically monitor compliance with applicable requirements of policies and instructions',1,'','',''),(482,'CO-03.5','The CSP shall implement automated monitoring to identify vulnerabilities and deviations, which shall be automatically reported to the appropriate CSP’s subject matter experts for immediate assessment and action',1,'','',''),(483,'CO-03.6','The CSP shall document specifically deviations that are nonconformities from the EUCS requirements, including an assessment of their severity, and keep track of their remediation',1,'','',''),(484,'CO-03.7','The CSP shall inform CSCs who operate an EUCS-certified cloud service of nonconformities relatively to EUCS requirements',1,'','',''),(485,'CO-04.1','The CSP shall regular inform its top management about the information security performance within the scope of the internal control system.',1,'','',''),(486,'CO-04.2','This information shall be included in the management review of the internal control system that is performed at least once a year',1,'','',''),(487,'DOC-01.1','The CSP shall make publicly available guidelines and recommendations to assist CSCs with the secure configuration, installation, deployment, operation and maintenance of the cloud service provided',1,'','',''),(488,'DOC-01.2','The guidelines and recommendations for the secure use of the cloud service shall cover at least the following aspects, where applicable to the cloud service:<br>\n•	Instructions for secure configuration<br>\n•	Information sources on known vulnerabilities and update mechanisms<br>\n•	Error handling and logging mechanisms<br>\n•	Authentication mechanisms<br>\n•	Roles and rights concept including combinations that result in an elevated risk<br>\n•	Services and functions for administration of the cloud service by privileged users<br>\n•	Complementary Customer Controls (CCCs).',1,'','',''),(489,'DOC-01.3','The CSP shall maintain guidelines and recommendations applicable to the cloud service in the version intended for productive use',1,'','',''),(490,'DOC-01.4','The CSP shall describe in the user documentation all risks shared with the customer',1,'','',''),(491,'DOC-01.5','The CSP shall regularly analyse how the CSCs apply the security recommendations and CCCs, and take measure to encourage compliance based on the defined shared responsibility model',1,'','',''),(492,'DOC-02.1','The CSP shall operate or refer to a publicly available and daily updated online register of known vulnerabilities that affect the provided cloud service',1,'','',''),(493,'DOC-02.2','The online register of vulnerabilities shall also include known vulnerabilities that affect assets provided by the CSP that the cloud customers have to install, provide or operate themselves under the customers responsibility',1,'','',''),(494,'DOC-02.3','The presentation of the vulnerabilities shall follow an industry-accepted scoring system for the description of vulnerabilities',1,'','',''),(495,'DOC-02.4','The information contained in the online register shall include sufficient information to form a suitable basis for risk assessment and possible follow-up measures on the part of cloud users',1,'','',''),(496,'DOC-02.5','For each vulnerability, the online register shall indicate whether software updates are available, when they will be rolled out and whether they will be deployed by the CSP, the CSC or both',1,'','',''),(497,'DOC-03.1','The CSP shall provide comprehensible and transparent information on:<br>\n•	Its jurisdiction<br>\n•	System component locations, including its subcontractors, where the cloud customer\'s data is processed, stored and backed up.',1,'','',''),(498,'DOC-03.2','The CSP shall provide sufficient information for subject matter experts of the CSC to determine to assess the suitability of the cloud service’s jurisdiction and locations from a legal and regulatory perspective',1,'','',''),(499,'DOC-03.3','The CSP shall provide information about\n•	The locations from administration and supervision may be carried out on the cloud service<br>\n•	The locations to which any cloud customer data, meta-data or derived data may be transferred, processed or stored.',1,'','',''),(500,'DOC-03.4','The CSP shall document the locations from which it conducts support operations for clients, and it shall document the list of operations that can be carried by client support in each location',1,'','',''),(501,'DOC-04.1','The CSP shall provide a justification for the assurance level targeted in the certification, based on the risks associated to the cloud service’s targeted users and use cases',1,'','',''),(502,'DOC-04.2','If the CSP claims compliance to security profiles for its cloud service, the justification shall cover the security profiles.',1,'','',''),(503,'DOC-04.3','A summary of the justification shall be made publicly available as part of the certification package, which shall allow CSCs to perform a high-level analysis about their own use cases',1,'','',''),(504,'DOC-04.4','The justification shall be based on a risk analysis according to RM-01',1,'','',''),(505,'DOC-05.1','If the CSP expects CSCs to certify with EUCS their own services based on its cloud service using composition, it shall provide specific documentation for them, based on the Complementary Customer Controls (CCCs) that they have defined',1,'','',''),(506,'DOC-05.2','The CSP shall include in the description provided for each CCC a list of actionable requirements for the CSC, and it shall associate each CCC to an EUCS requirement',1,'','',''),(507,'DOC-05.3','The CSP shall make the documentation defined in DOC-05.1 available to cloud customers upon request',1,'','',''),(508,'DOC-05.4','The CSP shall label each requirement associated to a CCC with the lowest EUCS assurance level for which it is required',1,'','',''),(509,'DOC-06.1','If the CSP expects CSCs to certify with EUCS their own services based on its cloud service using composition, it shall document for each EUCS requirement how its cloud service will contribute (if any) to the fulfilment of the requirement by the cloud service developed by the CSC using the CSP as subservice organization.',1,'','',''),(510,'DOC-06.2','The CSP shall make the documentation defined in DOC-06.1 available to cloud customers upon request',1,'','',''),(511,'DOC-06.3','The CSP shall justify the contributions in a companion document',1,'','',''),(512,'INQ-01.1','The CSP shall subject investigation requests from government agencies to a legal assessment by subject matter experts',1,'','',''),(513,'INQ-01.2','The legal assessment shall determine whether the government agency has an applicable and legally valid basis and what further steps need to be taken',1,'','',''),(514,'INQ-02.1','The CSP shall inform the affected CSC(s) without undue delay, unless the applicable legal basis on which the government agency is based prohibits this or there are clear indications of illegal actions in connection with the use of the cloud service',1,'','',''),(515,'INQ-03.1','The CSP shall only provide access to or disclose cloud customer data in the context of government investigation requests after the CSP’s legal assessment (cf. INQ-01) has shown that an applicable and valid legal basis exists and that the investigation request must be granted on that basis.',1,'','',''),(516,'INQ-03.2','The CSP shall document and implement procedures to ensure that government agencies only have access to the data they need to investigate',1,'','',''),(517,'INQ-03.3','When no clear limitation of the data is possible, the CSP shall anonymise or pseudonymise the data so that government agencies can only assign it to those cloud customers who are subject of the investigation request',1,'','',''),(518,'INQ-03.4','The CSP shall automatically monitor the accesses performed by or on behalf of investigators to ensure that they correspond to the determined legal basis',1,'','',''),(519,'PSS-01.1','The CSP shall offer to their CSCs error handling and logging mechanisms that allow them to obtain security-related information about the security status of the cloud service as well as the data, services or functions it provides',1,'','',''),(520,'PSS-01.2','The information provided shall be detailed enough to allow cloud users to check the following aspects, insofar as they are applicable to the cloud service:<br>\n•	Which data, services or functions available to the cloud user within the cloud service, have been accessed by whom and when (Audit Logs)<br>\n•	Malfunctions during processing of automatic or manual actions<br>\n•	Changes to security-relevant configuration parameters, error handling and logging mechanisms, user authentication, action authorisation, cryptography, and communication security.',1,'','',''),(521,'PSS-01.3','The logged information shall be protected from unauthorised access and modification and can be deleted by the CSC',1,'','',''),(522,'PSS-01.4','When the CSC is responsible for the activation or type and scope of logging, the CSP shall provide appropriate logging capabilities',1,'','',''),(523,'PSS-01.5','The CSP shall make the information available to CSCs via documented interfaces that are suitable for further processing this information as part of their Security Information and Event Management (SIEM).',1,'','',''),(524,'PSS-02.1','A suitable session management system shall be used that at least corresponds to the state- of-the-art and is protected against known attacks',1,'','',''),(525,'PSS-02.2','The session management system shall include mechanisms that invalidate a session after it has been detected as inactive.',1,'','',''),(526,'PSS-02.3','If inactivity is detected by time measurement, the time interval shall be configurable by the CSP or – if technically possible – by the CSC',1,'','',''),(527,'PSS-03.1','The CSP shall ensure the confidentiality of the cloud user data by suitable procedures when offering functions for software-defined networking (SDN)',1,'','',''),(528,'PSS-03.2','The CSP shall validate the functionality of the SDN functions before providing new SDN features to CSCs or modifying existing SDN features',1,'','',''),(529,'PSS-03.3','The CSP shall ensure that the configuration of networks matches network security policies regardless of the means used to create the configuration',1,'','',''),(530,'PSS-04.1','The CSP shall ensure the following aspects if CSCs operate virtual machines or containers with the cloud service:<br>\n•	The CSC can restrict the selection of images of virtual machines or containers according to his specifications, so that users of this CSC can only launch the images or containers released according to these restrictions.<br>\n•	In addition, these images provided by the CSP are hardened according to generally accepted industry standards.',1,'','',''),(531,'PSS-04.2','The CSP shall ensure the following aspects if CSCs operate virtual machines or containers with the cloud service:<br>\n•	If the CSP provides images of virtual machines or containers to the CSC, the CSP appropriately inform the CSC of the changes made to the previous version',1,'','',''),(532,'PSS-04.3','An integrity check shall be performed and automatically monitored to detect image manipulations and reported to the CSC at start-up and runtime of virtual machine or container images',1,'','',''),(533,'PSS-05.1','The CSP shall allow the CSC to specify the locations (location/country) of the data processing and storage including data backups according to the contractually available options',1,'','',''),(534,'PSS-05.2','All CSP commitments regarding locations of data processing and storage shall be enforced by the cloud service architecture',1,'','','');
+INSERT INTO `questions` VALUES (1,'OIS-01.1B','OIS-01.1B - The CSP shall have an information security management system (ISMS), covering at least the operational units, locations, people and processes for providing the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(2,'OIS-01.2B','OIS-01.2B - The CSP shall provide documented information of the ISMS applied to the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(3,'OIS-01.1S','OIS-01.1S - The CSP shall have an information security management system (ISMS), covering at least the operational units, locations, people and processes for providing the cloud service, in accordance with EN ISO/IEC 27001.\nWhere the controls referred to in ISO/IEC 27001 6.1.3 shall be the controls in this TS on level Substantial.',1,'NA','NA','NA',1,2,'NA','NA'),(4,'OIS-01.2S','OIS-01.2S - The CSP shall provide documented information of the ISMS applied to the cloud service, including at least:\n(1) ISO/IEC 27001 requirement 6.1.3 item c) shall be used for the cloud service using the controls in this document for comparison, with the restriction that all controls shall\napply.\n(2) ISO/IEC 27001 requirement 6.1.3 item d) producing a Statement of Applicability may be used referring to the controls in this document for the cloud service but is not required.',1,'NA','NA','NA',1,2,'NA','NA'),(5,'OIS-01.1H','OIS-01.1H - The CSP shall have an information security management system (ISMS), covering at least the operational units, locations, people and processes for providing the cloud service, with a valid certification of compliance with the requirements of EN ISO/IEC 27001 or with national schemes based on ISO 27001, issued by an accredited CAB covering the cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(6,'OIS-01.2H','OIS-01.2H - The CSP shall provide documented information of the ISMS applied to the cloud service, including at least:\n(1) ISO/IEC 27001 requirement 6.1.3 item c) shall be used for the cloud service using the controls in this document for comparison, with the restriction that all controls shall\napply.\n(2) ISO/IEC 27001 requirement 6.1.3 item d) producing a Statement of Applicability referring to the controls in this document for the cloud service',1,'NA','NA','NA',1,3,'NA','NA'),(7,'OIS-02.1B','OIS-02.1B - The CSP shall perform a risk assessment as defined in RM-01 about the accumulation of responsibilities or tasks on roles or individuals, regarding the provision of the CSC, covering at least the following areas, insofar as these are applicable to the provision of the cloud service and are in the area of responsibility of the CSP:\n(1) Administration of rights profiles, approval and assignment of access and access authorisations (cf. IAM-01); \n(2) Development, testing and release of changes (cf. DEV-01, CCM-01); and \n(3) Operation of the system components.',1,'NA','NA','NA',1,1,'NA','NA'),(8,'OIS-02.2B','OIS-02.2B - The CSP shall implement the mitigating measures defined in the risk treatment plan, privileging separation of duties, unless impossible for organisational or technical reasons, in which case the measures shall include the monitoring of activities in order to detect unauthorised or unintended changes as well as misuse and the subsequent appropriate actions.',1,'NA','NA','NA',1,1,'NA','NA'),(9,'OIS-02.1S','OIS-02.1S - The CSP shall perform a risk assessment as defined in RM-01 about the accumulation of responsibilities or tasks on roles or individuals, regarding the provision of the cloud service, covering at least the following areas, insofar as these are applicable to the provision of the cloud service and are in the area of responsibility of the CSP: \n(1) Administration of rights profiles, approval and assignment of access and access authorisations (cf. IAM-01); \n(2) Development, testing and release of changes (cf. DEV-01, CCM-01); and \n(3) Operation of the system components.',1,'NA','NA','NA',1,2,'NA','NA'),(10,'OIS-02.2S','OIS-02.2S - The CSP shall implement the mitigating measures defined in the risk treatment plan, privileging separation of duties, unless impossible for organisational or technical reasons, in which case the measures shall include the monitoring of activities in order to detect unauthorised or unintended changes as well as misuse and the subsequent appropriate actions.',1,'NA','NA','NA',1,2,'NA','NA'),(11,'OIS-02.3S','OIS-02.3S - The CSP introduces and maintains an inventory of conflicting roles and enforces the segregation of duties during the assignment or modification of roles as part of the role\nmanagement process.',1,'NA','NA','NA',1,2,'NA','NA'),(12,'OIS-02.1H','OIS-02.1H - The CSP shall perform a risk assessment as defined in RM-01 about the accumulation of responsibilities or tasks on roles or individuals, regarding the provision of the cloud service, covering at least the following areas, insofar as these are applicable to the provision of the cloud service and are in the area of responsibility of the CSP: \n(1) Administration of rights profiles, approval and assignment of access and access authorisations (cf. IAM-01); \n(2) Development, testing and release of changes (cf. DEV-01, CCM-01); and \n(3) Operation of the system components.',1,'NA','NA','NA',1,3,'NA','NA'),(13,'OIS-02.2H','OIS-02.2H - The CSP shall implement the mitigating measures defined in the risk treatment plan, privileging separation of duties, unless impossible for organisational or technical reasons, in which case the measures shall include the monitoring of activities in order to detect unauthorised or unintended changes as well as misuse and the subsequent appropriate actions.',1,'NA','NA','NA',1,3,'NA','NA'),(14,'OIS-02.3H','OIS-02.3H - The CSP introduces and maintains an inventory of conflicting roles and enforces the segregation of duties during the assignment or modification of roles as part of the role\nmanagement process.',1,'NA','NA','NA',1,3,'NA','NA'),(15,'OIS-02.4H','OIS-02.4H - The CSP shall automatically monitor the assignment of responsibilities and tasks to ensure that measures related to segregation of duties are enforced.',1,'NA','NA','NA',1,3,'NA','NA'),(16,'OIS-03.1B','OIS-03.1B - The CSP shall stay informed about current threats and vulnerabilities.',1,'NA','NA','NA',1,1,'NA','NA'),(17,'OIS-03.1S','OIS-03.1S - The CSP shall maintain contacts with relevant authorities in terms of information security and relevant technical groups to stay informed about current threats and vulnerabilities.',1,'NA','NA','NA',1,2,'NA','NA'),(18,'OIS-03.1H','OIS-03.1H - The CSP shall maintain regular contacts with relevant authorities in terms of information security and relevant technical groups to stay informed about current threats and vulnerabilities.',1,'NA','NA','NA',1,3,'NA','NA'),(19,'OIS-04.1B','OIS-04.1B - The CSP shall include information security in the project management throughout the project lifecycle of all projects that may affect the provision of the cloud service, regardless of the nature of the project.',1,'NA','NA','NA',1,1,'NA','NA'),(20,'OIS-04.1S','OIS-04.1S - The CSP shall perform a risk assessment according to RM-01 to assess and treat the risks on all projects that may affect the provision of the cloud service, regardless of the nature of the project.',1,'NA','NA','NA',1,2,'NA','NA'),(21,'OIS-04.1H','OIS-04.1H - The CSP shall perform a risk assessment according to RM-01 to assess and treat the risks on all projects that may affect the provision of the cloud service, regardless of the nature of the project.',1,'NA','NA','NA',1,3,'NA','NA'),(22,'ISP-01.1B','ISP-01.1B - The CSP shall document a global information security policy covering at least the following aspects: \n(1) the importance of information security, based on the requirements of CSCs in relation to information security, as well as on the need to ensure the security of the information processed and stored by the CSP and the assets that support the services provided\n(2) the security objectives and the desired security level, based on the business goals and tasks of the CSP \n(3) the commitment of the CSP to implement the security measures required to achieve the established security objectives;\n(4) the most important aspects of the security strategy to achieve the security objectives\n(5) the organisational structure for information security in the ISMS application area. ',1,'NA','NA','NA',1,1,'NA','NA'),(23,'ISP-01.2B','ISP-01.2B - The CSP’s top management shall approve and endorse the global information security policy.',1,'NA','NA','NA',1,1,'NA','NA'),(24,'ISP-01.3B','ISP-01.3B - The CSP shall communicate and make available the global information security policy to employees and to CSCs.',1,'NA','NA','NA',1,1,'NA','NA'),(25,'ISP-01.1S','ISP-01.1S - The CSP shall document a global information security policy covering at least the following aspects: \n(1) the importance of information security, based on the requirements of CSCs in relation to information security, as well as on the need to ensure the security of the information processed and stored by the CSP and the assets that support the services provided\n(2) the security objectives and the desired security level, based on the business goals and tasks of the CSP \n(3) the commitment of the CSP to implement the security measures required to achieve the established security objectives;\n(4) the most important aspects of the security strategy to achieve the security objectives \n(5) the organisational structure for information security in the ISMS application area. ',1,'NA','NA','NA',1,2,'NA','NA'),(26,'ISP-01.2S','ISP-01.2S - The CSP’s top management shall approve and endorse the global information security policy.',1,'NA','NA','NA',1,2,'NA','NA'),(27,'ISP-01.4S','ISP-01.4S - The CSP shall review the global information security policy on a regular basis and at least following any significant organisational change that is likely to affect the principles defined in the policy, including the approval and endorsement by top management.',1,'NA','NA','NA',1,2,'NA','NA'),(28,'ISP-01.3S','ISP-01.3S - The CSP shall communicate and make available the global information security policy to employees and to CSCs.',1,'NA','NA','NA',1,2,'NA','NA'),(29,'ISP-01.1H','ISP-01.1H - The CSP shall document a global information security policy covering at least the following aspects: \n(1) the importance of information security, based on the requirements of CSCs in relation to information security, as well as on the need to ensure the security of the information processed and stored by the CSP and the assets that support the services provided\n(2) the security objectives and the desired security level, based on the business goals and tasks of the CSP \n(3) the commitment of the CSP to implement the security measures required to achieve the established security objectives;\n(4) the most important aspects of the security strategy to achieve the security objectives \n(5) the organisational structure for information security in the ISMS application area. ',1,'NA','NA','NA',1,3,'NA','NA'),(30,'ISP-01.2H','ISP-01.2H - The CSP’s top management shall approve and endorse the global information security policy.',1,'NA','NA','NA',1,3,'NA','NA'),(31,'ISP-01.4H','ISP-01.4H - The CSP shall review the global information security policy at least annually and at least following any significant organizational change that is likely to affect the principles defined in the policy, including the approval and endorsement by top management.',1,'NA','NA','NA',1,3,'NA','NA'),(32,'ISP-01.3H','ISP-01.3H - The CSP shall communicate and make available the global information security policy to employees and to CSCs.',1,'NA','NA','NA',1,3,'NA','NA'),(33,'ISP-02.1B','ISP-02.1B - The CSP shall derive policies and procedures from the global information security policy for all relevant subject matters, and document them according to a uniform structure, including at least the following aspects: \n(1) Objectives\n(2) Scope\n(3) Roles and responsibilities within the organization\n(4) Roles and dependencies on other organisations (especially CSCs and subservice providers)\n(5) Steps for the execution of the security strategy\n(6) Applicable legal and regulatory requirements.',1,'NA','NA','NA',1,1,'NA','NA'),(34,'ISP-02.2B','ISP-02.2B - The CSP shall communicate and make available the policies and procedures to all employees.',1,'NA','NA','NA',1,1,'NA','NA'),(35,'ISP-02.3B','ISP-02.3B - The CSP’s top management shall approve the security policies and procedures or delegate this responsibility to authorized bodies.',1,'NA','NA','NA',1,1,'NA','NA'),(36,'ISP-02.4B','ISP-02.4B - The CSP’s subject matter experts shall review the policies and procedures for adequacy at least annually, when the global information security policy is modified, and when major changes may affect the security of the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(37,'ISP-02.5B','ISP-02.5B - After a modification of procedures and policies, they shall be approved before they become effective, and then communicated and made available to employees.',1,'NA','NA','NA',1,1,'NA','NA'),(38,'ISP-02.1S','ISP-02.1S - The CSP shall derive policies and procedures from the global information security policy for all relevant subject matters, and document them according to a uniform structure, including at least the following aspects: \n(1) Objectives\n(2) Scope\n(3) Roles and responsibilities within the organization, including staff competence requirements and the establishment of substitution rules\n(4) Roles and dependencies on other organisations (especially CSCs and subservice providers)\n(5) Steps for the execution of the security strategy\n(6) Applicable legal and regulatory requirements.',1,'NA','NA','NA',1,2,'NA','NA'),(39,'ISP-02.2S','ISP-02.2S - The CSP shall communicate and make available the policies and procedures to all employees.',1,'NA','NA','NA',1,2,'NA','NA'),(40,'ISP-02.3S','ISP-02.3S - The CSP’s top management shall approve the security policies and procedures or delegate this responsibility to authorized bodies.',1,'NA','NA','NA',1,2,'NA','NA'),(41,'ISP-02.6S','ISP-02.6S - In case of a delegation to authorized bodies, the authorized bodies shall report at least annually to the top management on the security policies and their implementation.',1,'NA','NA','NA',1,2,'NA','NA'),(42,'ISP-02.4S','ISP-02.4S - The CSP’s subject matter experts shall review the policies and procedures for adequacy at least annually, when the global information security policy is modified, and when major changes may affect the security of the cloud service.',1,'NA','NA','NA',1,2,'NA','NA'),(43,'ISP-02.5S','ISP-02.5S - After a modification of procedures and policies, they shall be approved before they become effective, and then communicated and made available to employees.',1,'NA','NA','NA',1,2,'NA','NA'),(44,'ISP-02.1H','ISP-02.1H - The CSP shall derive policies and procedures from the global information security policy for all relevant subject matters, and document them according to a uniform structure, including at least the following aspects: \n(1) Objectives\n(2) Scope\n(3) Roles and responsibilities within the organization, including staff competence requirements and the establishment of substitution rules\n(4) Roles and dependencies on other organisations (especially CSCs and subservice providers)\n(5) Steps for the execution of the security strategy\n(6) Applicable legal and regulatory requirements.',1,'NA','NA','NA',1,3,'NA','NA'),(45,'ISP-02.2H','ISP-02.2H - The CSP shall communicate and make available the policies and procedures to all employees.',1,'NA','NA','NA',1,3,'NA','NA'),(46,'ISP-02.3H','ISP-02.3H - The CSP’s top management shall approve the security policies and procedures or delegate this responsibility to authorized bodies.',1,'NA','NA','NA',1,3,'NA','NA'),(47,'ISP-02.6H','ISP-02.6H - In case of a delegation to authorized bodies, the authorized bodies shall report at least annually to the top management on the security policies and their implementation.',1,'NA','NA','NA',1,3,'NA','NA'),(48,'ISP-02.4H','ISP-02.4H - The CSP’s subject matter experts shall review the policies and procedures for adequacy at least annually, when the global information security policy is modified, and when major changes may affect the security of the cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(49,'ISP-02.5H','ISP-02.5H - After a modification of procedures and policies, they shall be approved before they become effective, and then communicated and made available to employees.',1,'NA','NA','NA',1,3,'NA','NA'),(50,'ISP-03.1B','ISP-03.1B - The CSP shall maintain a list of exceptions, limited in time, to the security policies and procedures, including associated controls.',1,'NA','NA','NA',1,1,'NA','NA'),(51,'ISP-03.2B','ISP-03.2B - The list of exceptions shall be reviewed at least annually.',1,'NA','NA','NA',1,1,'NA','NA'),(52,'ISP-03.1S','ISP-03.1S - The CSP shall maintain a list of exceptions, limited in time, to the security policies and procedures, including associated controls.',1,'NA','NA','NA',1,2,'NA','NA'),(53,'ISP-03.3S','ISP-03.3S - The exceptions shall be subjected to the RM-01 risk management process, including approval of these exceptions and acceptance of the associated risks by the risk owners.',1,'NA','NA','NA',1,2,'NA','NA'),(54,'ISP-03.2S','ISP-03.2S - The list of exceptions shall be reviewed at least annually, and their approval shall be reiterated at least annually, even if the list has not been modified.',1,'NA','NA','NA',1,2,'NA','NA'),(55,'ISP-03.1H','ISP-03.1H - The CSP shall maintain a list of exceptions, limited in time, to the security policies and procedures, including associated controls.',1,'NA','NA','NA',1,3,'NA','NA'),(56,'ISP-03.3H','ISP-03.3H - The exceptions shall be subjected to the RM-01 risk management process, including approval of these exceptions and acceptance of the associated risks by the risk owners.',1,'NA','NA','NA',1,3,'NA','NA'),(57,'ISP-03.4H','ISP-03.4H - The exceptions to a security policy or procedure shall be approved by the top management or authorized body who approved the security policy or procedure.',1,'NA','NA','NA',1,3,'NA','NA'),(58,'ISP-03.2H','ISP-03.2H - The list of exceptions shall be reviewed at least annually, and their approval shall be reiterated at least annually, even if the list has not been modified.',1,'NA','NA','NA',1,3,'NA','NA'),(59,'ISP-03.5H','ISP-03.5H - The list of exceptions shall be automatically monitored to ensure that the validity of approved exceptions has not expired and that all reviews and approvals are up-to-date.',1,'NA','NA','NA',1,3,'NA','NA'),(60,'RM-01.1B','RM-01.1B - The CSP shall define policies and procedures for the cloud service in accordance with ISP-02 and OIS-01.1B for the following aspects: \n(1) Identification of risks associated with the loss of confidentiality, integrity, availability and authenticity of information within the scope of the ISMS and assigning risk owners\n(2) Analysis of the probability and impact of occurrence and determination of the level of (3) Evaluation of the risk analysis based on defined criteria for risk acceptance and prioritisation of handling\n(4) Handling of risks through measures, including approval of authorisation and acceptance of residual risks by risk owners\n(5) Retain documented information of the activities to enable consistent, valid and comparable results.',1,'NA','NA','NA',1,1,'NA','NA'),(61,'RM-01.1S','RM-01.1S - The CSP shall define policies and procedures in accordance with ISP-02 for information security risk assessment and treatment for the cloud service according to OIS-01.1S and ISO/IEC 27001:\n(1) 6.1.2 Information security risk assessment\n(2) 6.1.3 Information security risk treatment, except for bullet c) and d)\n(3) 8.2 Information security risk assessment\n(4) 8.3 Information security risk treatment\n(5) 9.3 bullet e)',1,'NA','NA','NA',1,2,'NA','NA'),(62,'RM-01.1H','RM-01.1H - The CSP shall define policies and procedures in accordance with ISP-02 for information security risk assessment and treatment for the cloud service according to OIS-01.1H and ISO/IEC 27001:\n(1) 6.1.2 Information security risk assessment\n(2) 6.1.3 Information security risk treatment, with adaptation of bullet c) and d) according to OIS-01.1H\n(3) 8.2 Information security risk assessment\n(4) 8.3 Information security risk treatment\n(5) 9.3 bullet e)',1,'NA','NA','NA',1,3,'NA','NA'),(63,'RM-02.1B','RM-02.1B - The CSP shall implement the policies and procedures covering risk assessment on the entire cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(64,'RM-02.2B','RM-02.2B - The CSP shall make the results of the risk assessment available to relevant internal parties and relevant information shall be made available to defined external parties.',1,'NA','NA','NA',1,1,'NA','NA'),(65,'RM-02.3B','RM-02.3B - The CSP shall review and revise the risk assessment at least annually, and after each major change that may affect the security of the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(66,'RM-02.1S','RM-02.1S - The CSP shall implement the policies and procedures covering risk assessment on the entire cloud service.',1,'NA','NA','NA',1,2,'NA','NA'),(67,'RM-02.2S','RM-02.2S - The CSP shall make the results of the risk assessment available to relevant internal parties and relevant information shall be made available to defined external parties.',1,'NA','NA','NA',1,2,'NA','NA'),(68,'RM-02.3S','RM-02.3S - The CSP shall review and revise the risk assessment at least annually, and after each major change that may affect the security of the cloud service.',1,'NA','NA','NA',1,2,'NA','NA'),(69,'RM-02.1H','RM-02.1H - The CSP shall implement the policies and procedures covering risk assessment on the entire cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(70,'RM-02.2H','RM-02.2H - The CSP shall make the results of the risk assessment available to relevant internal parties and relevant information shall be made available to defined external parties.',1,'NA','NA','NA',1,3,'NA','NA'),(71,'RM-02.3H','RM-02.3H - The CSP shall review and revise the risk assessment at least annually, and after each major change that may affect the security of the cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(72,'RM-02.4H','RM-02.4H - The CSP shall monitor the evolution of the risk factors and revise the risk assessment, accordingly.',1,'NA','NA','NA',1,3,'NA','NA'),(73,'RM-03.1B','RM-03.1B - The CSP shall prioritize risks according to their criticality.',1,'NA','NA','NA',1,1,'NA','NA'),(74,'RM-03.2B','RM-03.2B - The CSP shall document and implement a plan to treat risks according to their priority level by reducing or avoiding them through security controls, by sharing them, or by retaining them.',1,'NA','NA','NA',1,1,'NA','NA'),(75,'RM-03.3B','RM-03.3B - The risk treatment plan shall reduce the risk level to a threshold that the risk owners deem acceptable (Residual Risk). ',1,'NA','NA','NA',1,1,'NA','NA'),(76,'RM-03.4B','RM-03.4B - The CSP shall make the risk treatment plan available to relevant internal parties with appropriately summarised and abstracted versions made available both internally and to\nauthorized external parties.',1,'NA','NA','NA',1,1,'NA','NA'),(77,'RM-03.5B','RM-03.5B - If the CSP shares risks with the CSC, the shared risks shall be associated to Complementary User Entity Controls (CUECs) and described in the user documentation.',1,'NA','NA','NA',1,1,'NA','NA'),(78,'RM-03.6B','RM-03.6B - The CSP shall revise the risk treatment plan every time the risk assessment is modified.',1,'NA','NA','NA',1,1,'NA','NA'),(79,'RM-03.1S','RM-03.1S - The CSP shall prioritize risks according to their criticality.',1,'NA','NA','NA',1,2,'NA','NA'),(80,'RM-03.2S','RM-03.2S - The CSP shall document and implement a plan to treat risks according to their priority level by reducing or avoiding them through security controls, by sharing them, or by retaining them.',1,'NA','NA','NA',1,2,'NA','NA'),(81,'RM-03.3S','RM-03.3S - The risk owners shall formally accept the risk treatment plan, which shall reduce the risk level to a residual risk acceptable to the risk owners. ',1,'NA','NA','NA',1,2,'NA','NA'),(82,'RM-03.4S','RM-03.4S - The CSP shall make the risk treatment plan available to relevant internal parties with appropriately summarised and abstracted versions made available both internally and to\nauthorized external parties.',1,'NA','NA','NA',1,2,'NA','NA'),(83,'RM-03.5S','RM-03.5S - If the CSP shares risks with the CSC, the shared risks shall be associated to Complementary User Entity Controls (CUECs) and described in the user documentation.',1,'NA','NA','NA',1,2,'NA','NA'),(84,'RM-03.6S','RM-03.6S - The CSP shall revise the risk treatment plan every time the risk assessment is modified.',1,'NA','NA','NA',1,2,'NA','NA'),(85,'RM-03.7S','RM-03.7S - The risk owners shall review for adequacy the analysis, evaluation and treatment of risks, including the approval of actions and acceptance of residual risks, after each modification of the risk assessment and treatment plans.',1,'NA','NA','NA',1,2,'NA','NA'),(86,'RM-03.1H','RM-03.1H - The CSP shall prioritize risks according to their criticality.',1,'NA','NA','NA',1,3,'NA','NA'),(87,'RM-03.2H','RM-03.2H - The CSP shall document and implement a plan to treat risks according to their priority level by reducing or avoiding them through security controls, by sharing them, or by retaining them.',1,'NA','NA','NA',1,3,'NA','NA'),(88,'RM-03.3H','RM-03.3H - The risk owners shall formally accept the risk treatment plan, which shall reduce the risk level to a residual risk acceptable to the risk owners. ',1,'NA','NA','NA',1,3,'NA','NA'),(89,'RM-03.4H','RM-03.4H - The CSP shall make the risk treatment plan available to relevant internal parties with appropriately summarised and abstracted versions made available both internally and to\nauthorized external parties.',1,'NA','NA','NA',1,3,'NA','NA'),(90,'RM-03.5H','RM-03.5H - If the CSP shares risks with the CSC, the shared risks shall be associated to Complementary User Entity Controls (CUECs) and described in the user documentation.',1,'NA','NA','NA',1,3,'NA','NA'),(91,'RM-03.6H','RM-03.6H - The CSP shall revise the risk treatment plan every time the risk assessment is modified.',1,'NA','NA','NA',1,3,'NA','NA'),(92,'RM-03.7H','RM-03.7H - The risk owners shall review for adequacy the analysis, evaluation and treatment of risks, including the approval of actions and acceptance of residual risks, after each modification of the risk assessment and treatment plans.',1,'NA','NA','NA',1,3,'NA','NA'),(93,'HR-01.1B','HR-01.1B - The CSP shall classify information security-sensitive positions according to their level of risk, including positions related to IT administration and to the provisioning of the cloud service in the production environment, and all positions with access to CSC data or system components. ',1,'NA','NA','NA',1,1,'NA','NA'),(94,'HR-01.2B','HR-01.2B - The CSP shall include in its employment contracts or on a dedicated code of conduct or ethics an overarching agreement by employees to act ethically in their professional duties. ',1,'NA','NA','NA',1,1,'NA','NA'),(95,'HR-01.3B','HR-01.3B - The CSP shall define and implement a policy that describes actions to take in the event of violations of policies and procedures or applicable legal and regulatory requirements, including at least the following aspects: \n(1) Verifying whether a violation has occurred; and\n(2) Consideration of the nature and severity of the violation and its impact ',1,'NA','NA','NA',1,1,'NA','NA'),(96,'HR-01.4B','HR-01.4B - If disciplinary measures are defined in this policy, then the employees of the CSP shall be informed about possible disciplinary measures and the use of these disciplinary measures shall be appropriately documented.',1,'NA','NA','NA',1,1,'NA','NA'),(97,'HR-01.1S','HR-01.1S - The CSP shall classify information security-sensitive positions according to their level of risk, including positions related to IT administration and to the provisioning of the cloud service in the production environment, and all positions with access to CSC data or system components. ',1,'NA','NA','NA',1,2,'NA','NA'),(98,'HR-01.2S','HR-01.2S - The CSP shall include in its employment contracts or on a dedicated code of conduct or ethics an overarching agreement by employees to act ethically in their professional duties. ',1,'NA','NA','NA',1,2,'NA','NA'),(99,'HR-01.3S','HR-01.3S - The CSP shall define and implement a policy that describes actions to take in the event of violations of policies and procedures or applicable legal and regulatory requirements, including at least the following aspects: \n(1) Verifying whether a violation has occurred; and\n(2) Consideration of the nature and severity of the violation and its impact ',1,'NA','NA','NA',1,2,'NA','NA'),(100,'HR-01.4S','HR-01.4S - If disciplinary measures are defined in this policy, then the employees of the CSP shall be informed about possible disciplinary measures and the use of these disciplinary measures shall be appropriately documented.',1,'NA','NA','NA',1,2,'NA','NA'),(101,'HR-01.1H','HR-01.1H - The CSP shall classify information security-sensitive positions according to their level of risk, including positions related to IT administration and to the provisioning of the cloud service in the production environment, and all positions with access to CSC data or system components. ',1,'NA','NA','NA',1,3,'NA','NA'),(102,'HR-01.2H','HR-01.2H - The CSP shall include in its employment contracts or on a dedicated code of conduct or ethics an overarching agreement by employees to act ethically in their professional duties. ',1,'NA','NA','NA',1,3,'NA','NA'),(103,'HR-01.3H','HR-01.3H - The CSP shall define and implement a policy that describes actions to take in the event of violations of policies and procedures or applicable legal and regulatory requirements, including at least the following aspects: \n(1) Verifying whether a violation has occurred; and\n(2) Consideration of the nature and severity of the violation and its impact ',1,'NA','NA','NA',1,3,'NA','NA'),(104,'HR-01.4H','HR-01.4H - If disciplinary measures are defined in this policy, then the employees of the CSP shall be informed about possible disciplinary measures and the use of these disciplinary measures shall be appropriately documented.',1,'NA','NA','NA',1,3,'NA','NA'),(105,'HR-02.1B','HR-02.1B - The CSP shall assess the competence and integrity of all its employees with access to CSC data or system components under the CSP’s responsibility, or who are responsible to provide the cloud service in the production environment before commencement of employment in a position classified in objective HR-01.',1,'NA','NA','NA',1,1,'NA','NA'),(106,'HR-02.2B','HR-02.2B - The CSP shall assess the competence and integrity of its employees of the CSP before commencement of employment in a position with a higher risk classification that their previous position within the company.',1,'NA','NA','NA',1,1,'NA','NA'),(107,'HR-02.3B','HR-02.3B - The extent of the assessment shall be proportional to the business context, the sensitivity of the information that will be accessed by the employee, and the associated risks.',1,'NA','NA','NA',1,1,'NA','NA'),(108,'HR-02.1S','HR-02.1S - The CSP shall assess the competence and integrity of all its employees with access to CSC data or system components under the CSP’s responsibility, or who are responsible to provide the cloud service in the production environment before commencement of employment in a position classified in objective HR-01. The extent of the review shall be proportional to the business context, the sensitivity of the information that will be accessed by the employee, and the associated risks.',1,'NA','NA','NA',1,2,'NA','NA'),(109,'HR-02.2S','HR-02.2S - The CSP shall assess the competence and integrity of its employees of the CSP before commencement of employment in a position with a higher risk classification that their previous position within the company.',1,'NA','NA','NA',1,2,'NA','NA'),(110,'HR-02.3S','HR-02.3S - The extent of the assessment shall be proportional to the business context, the sensitivity of the information that will be accessed by the employee, and the associated risks.',1,'NA','NA','NA',1,2,'NA','NA'),(111,'HR-02.1H','HR-02.1H - The CSP shall assess the competence and integrity of all its employees with access to CSC data or system components under the CSP’s responsibility, or who are responsible to provide the cloud service in the production environment before commencement of employment in a position classified in objective HR-01. The extent of the review shall be proportional to the business context, the sensitivity of the information that will be accessed by the employee, and the associated risks.',1,'NA','NA','NA',1,3,'NA','NA'),(112,'HR-02.2H','HR-02.2H - The CSP shall assess the competence and integrity of its employees of the CSP before commencement of employment in a position with a higher risk classification that their previous position within the company.',1,'NA','NA','NA',1,3,'NA','NA'),(113,'HR-02.3H','HR-02.3H - The extent of the assessment shall be proportional to the business context, the sensitivity of the information that will be accessed by the employee, and the associated risks.',1,'NA','NA','NA',1,3,'NA','NA'),(114,'HR-02.4H','HR-02.4H - The CSP shall review annually their assessment of the competence and integrity of its employees for the employees in positions with the highest levels of risk classification, starting at a level to be defined in the human resource policy.',1,'NA','NA','NA',1,3,'NA','NA'),(115,'HR-03.1B','HR-03.1B - The CSP shall ensure that all employees are required by their employment terms and conditions to comply with all applicable information security policies and procedures.',1,'NA','NA','NA',1,1,'NA','NA'),(116,'HR-03.2B','HR-03.2B - The CSP shall ensure that the employment terms for all employees include a non-disclosure provision, which shall cover any information that has been obtained or generated as part of the cloud service, even if anonymised and decontextualized.',1,'NA','NA','NA',1,1,'NA','NA'),(117,'HR-03.3B','HR-03.3B - The CSP shall give a presentation of all applicable information security policies and procedures to employees before granting them any access to CSC data, the production environment, or any functional component thereof.',1,'NA','NA','NA',1,1,'NA','NA'),(118,'HR-03.1S','HR-03.1S - The CSP shall ensure that all employees are required by their employment terms and conditions to comply with all applicable information security policies and procedures.',1,'NA','NA','NA',1,2,'NA','NA'),(119,'HR-03.2S','HR-03.2S - The CSP shall ensure that the employment terms for all employees include a non-disclosure provision, which shall cover any information that has been obtained or generated as part of the cloud service, even if anonymised and decontextualized.',1,'NA','NA','NA',1,2,'NA','NA'),(120,'HR-03.3S','HR-03.3S - The CSP shall give a presentation of all applicable information security policies and procedures to employees before granting them any access to CSC data, the production environment, or any functional component thereof.',1,'NA','NA','NA',1,2,'NA','NA'),(121,'HR-03.4S','HR-03.4S - All employees shall acknowledge in a documented form the information security policies and procedures presented to them before they are granted any access to CSC data, the production environment, or any functional component thereof',1,'NA','NA','NA',1,2,'NA','NA'),(122,'HR-03.1H','HR-03.1H - The CSP shall ensure that all employees are required by their employment terms and conditions to comply with all applicable information security policies and procedures.',1,'NA','NA','NA',1,3,'NA','NA'),(123,'HR-03.2H','HR-03.2H - The CSP shall ensure that the employment terms for all employees include a non-disclosure provision, which shall cover any information that has been obtained or generated as part of the cloud service, even if anonymised and decontextualized.',1,'NA','NA','NA',1,3,'NA','NA'),(124,'HR-03.3H','HR-03.3H - The CSP shall give a presentation of all applicable information security policies and procedures to employees before granting them any access to CSC data, the production environment, or any functional component thereof.',1,'NA','NA','NA',1,3,'NA','NA'),(125,'HR-03.4H','HR-03.4H - All employees shall acknowledge in a documented form the information security policies and procedures presented to them before they are granted any access to CSC data, the production environment, or any functional component thereof, and the verification of this acknowledgement shall be automatically monitored in the processes and automated systems used to grant access rights to employees.',1,'NA','NA','NA',1,3,'NA','NA'),(126,'HR-04.1B','HR-04.1B - The CSP shall define a security awareness and training program that covers the following aspects: \n(1) Handling system components used to provide the cloud service in the production environment in accordance with applicable policies and procedures; \n(2) Handling CSC data in accordance with applicable policies and instructions and applicable legal and regulatory requirements;\n(3) Information about the current threat situation; and\n(4) Correct behaviour in the event of security incidents.',1,'NA','NA','NA',1,1,'NA','NA'),(127,'HR-04.2B','HR-04.2B - The CSP shall review their security awareness and training program based on changes to policies and procedures and the current threat situation.',1,'NA','NA','NA',1,1,'NA','NA'),(128,'HR-04.3B','HR-04.3B - The CSP shall ensure that all employees complete the security awareness and training program defined for them.',1,'NA','NA','NA',1,1,'NA','NA'),(129,'HR-04.1S','HR-04.1S - The CSP shall define a security awareness and training program on a target group oriented manner, taking into consideration at least the position’s risk classification and technical duties, and that covers the following aspects: \n(1) Handling system components used to provide the cloud service in the production environment in accordance with applicable policies and procedures; \n(2) Handling CSC data in accordance with applicable policies and instructions and applicable legal and regulatory requirements;\n(3) Information about the current threat situation; and\n(4) Correct behaviour in the event of security incidents.',1,'NA','NA','NA',1,2,'NA','NA'),(130,'HR-04.2S','HR-04.2S - The CSP shall review their security awareness and training program at least annually, and based on changes to policies and instructions and the current threat situation.',1,'NA','NA','NA',1,2,'NA','NA'),(131,'HR-04.3S','HR-04.3S - The CSP shall ensure that all employees complete the security awareness and training program defined for them on a regular basis, and when changing target group.',1,'NA','NA','NA',1,2,'NA','NA'),(132,'HR-04.4S','HR-04.4S - The CSP shall measure and evaluate the learning outcomes achieved through the awareness and training programme.',1,'NA','NA','NA',1,2,'NA','NA'),(133,'HR-04.1H','HR-04.1H - The CSP shall define a security awareness and training program that covers the following aspects: \n(1) Handling system components used to provide the cloud service in the production environment in accordance with applicable policies and procedures; \n(2) Handling CSC data in accordance with applicable policies and instructions and applicable legal and regulatory requirements;\n(3) Information about the current threat situation; and\n(4) Correct behaviour in the event of security incidents.',1,'NA','NA','NA',1,3,'NA','NA'),(134,'HR-04.2H','HR-04.2H - The CSP shall review their security awareness and training program based on changes to policies and procedures and the current threat situation.',1,'NA','NA','NA',1,3,'NA','NA'),(135,'HR-04.3H','HR-04.3H - The CSP shall ensure that all employees complete the security awareness and training program defined for them on a regular basis, and when changing target group, and shall automatically monitor the completion of the security awareness and training program.',1,'NA','NA','NA',1,3,'NA','NA'),(136,'HR-04.4H','HR-04.4H - The CSP shall measure and evaluate in a target group-oriented manner the learning outcomes achieved through the awareness and training programme; the measurements shall cover quantitative and qualitative aspects, and the results shall be used to improve the awareness and training programme.',1,'NA','NA','NA',1,3,'NA','NA'),(137,'HR-05.1B','HR-05.1B - The CSP shall communicate to employees their ongoing responsibilities relating to information security when their employment is terminated or changed. ',1,'NA','NA','NA',1,1,'NA','NA'),(138,'HR-05.2B','HR-05.2B - The CSP shall apply a specific procedure to revoke the access rights and process appropriately the accounts and assets of employees when their employment is terminated or changed.',1,'NA','NA','NA',1,1,'NA','NA'),(139,'HR-05.1S','HR-05.1S - The CSP shall communicate to employees their ongoing responsibilities relating to information security when their employment is terminated or changed. ',1,'NA','NA','NA',1,2,'NA','NA'),(140,'HR-05.2S','HR-05.2S - The CSP shall apply a specific procedure to revoke the access rights and process appropriately the accounts and assets of employees when their employment is terminated or changed, defining specific roles and responsibilities and including a documented checklist of all required steps.',1,'NA','NA','NA',1,2,'NA','NA'),(141,'HR-05.1H','HR-05.1H - The CSP shall communicate to employees their ongoing responsibilities relating to information security when their employment is terminated or changed. ',1,'NA','NA','NA',1,3,'NA','NA'),(142,'HR-05.2H','HR-05.2H - The CSP shall apply a specific procedure to revoke the access rights and process appropriately the accounts and assets of employees when their employment is terminated or changed, defining specific roles and responsibilities and including a documented checklist of all required steps; the CSP shall automatically monitor the application of this procedure.',1,'NA','NA','NA',1,3,'NA','NA'),(143,'HR-06.1B','HR-06.1B - The CSP shall ensure that non-disclosure or confidentiality agreements are agreed with internal employees, external service providers and suppliers.',1,'NA','NA','NA',1,1,'NA','NA'),(144,'HR-06.1S','HR-06.1S - The CSP shall ensure that non-disclosure or confidentiality agreements are agreed with internal employees, external service providers and suppliers, based on the requirements identified by the CSP for the protection of confidential information and operational details.',1,'NA','NA','NA',1,2,'NA','NA'),(145,'HR-06.2S','HR-06.2S - The agreements shall be accepted by external service providers and suppliers when the contract is agreed.',1,'NA','NA','NA',1,2,'NA','NA'),(146,'HR-06.3S','HR-06.3S - The agreements shall be accepted by internal employees of the CSP before authorisation to access CSC data is granted.',1,'NA','NA','NA',1,2,'NA','NA'),(147,'HR-06.4S','HR-06.4S - The requirements on which the agreements are based shall be documented and reviewed at regular intervals, at least annually; if the review shows that the requirements need to be modified, then the non-disclosure or confidentiality agreements shall be modified accordingly.',1,'NA','NA','NA',1,2,'NA','NA'),(148,'HR-06.5S','HR-06.5S - The CSP shall inform its internal employees, external service providers and suppliers and obtain confirmation of their acceptance of the updated confidentiality or non-disclosure agreement.',1,'NA','NA','NA',1,2,'NA','NA'),(149,'HR-06.1H','HR-06.1H - The CSP shall ensure that non-disclosure or confidentiality agreements are agreed with internal employees, external service providers and suppliers, based on the requirements identified by the CSP for the protection of confidential information and operational details.',1,'NA','NA','NA',1,3,'NA','NA'),(150,'HR-06.2H','HR-06.2H - The agreements shall be accepted by external service providers and suppliers when the contract is agreed, and this acceptation shall be automatically monitored.',1,'NA','NA','NA',1,3,'NA','NA'),(151,'HR-06.3H','HR-06.3H - The agreements shall be accepted by internal employees of the CSP before authorisation to access CSC data is granted, and this acceptation shall be automatically monitored.',1,'NA','NA','NA',1,3,'NA','NA'),(152,'HR-06.4H','HR-06.4H - The requirements on which the agreements are based shall be documented and reviewed at regular intervals, at least annually; if the review shows that the requirements need to be modified, then the non-disclosure or confidentiality agreements shall be modified accordingly.',1,'NA','NA','NA',1,3,'NA','NA'),(153,'HR-06.5H','HR-06.5H - The CSP shall inform its internal employees, external service providers and suppliers and obtain confirmation of the updated confidentiality or non-disclosure agreement, and this acceptation shall be automatically monitored.',1,'NA','NA','NA',1,3,'NA','NA'),(154,'AM-01.1B','AM-01.1B - The CSP shall define and implement policies and procedures for maintaining an inventory of assets. ',1,'NA','NA','NA',1,1,'NA','NA'),(155,'AM-01.2B','AM-01.2B - The CSP shall record for each asset the information needed to apply the risk management procedure defined in RM-01.',1,'NA','NA','NA',1,1,'NA','NA'),(156,'AM-01.1S','AM-01.1S - The CSP shall define and implement policies and procedures for maintaining an inventory of assets, which shall be performed automatically or by the people or teams responsible for the assets to ensure complete, accurate, valid and consistent inventory throughout the asset life cycle.',1,'NA','NA','NA',1,2,'NA','NA'),(157,'AM-01.2S','AM-01.2S - The CSP shall record for each asset the information needed to apply the risk management procedure defined in RM-01 and the measures taken to manage the risks associated to the asset through its life cycle.',1,'NA','NA','NA',1,2,'NA','NA'),(158,'AM-01.1H','AM-01.1H - The CSP shall define and implement policies and procedures for maintaining an inventory of assets, which shall be performed automatically and/or by the people or teams responsible for the assets to ensure complete, accurate, valid and consistent inventory throughout the asset life cycle.',1,'NA','NA','NA',1,3,'NA','NA'),(159,'AM-01.2H','AM-01.2H - The CSP shall record for each asset the information needed to apply the risk management procedure defined in RM-01 and the measures taken to manage the risks associated to the asset through its life cycle.',1,'NA','NA','NA',1,3,'NA','NA'),(160,'AM-01.3H','AM-01.3H - The information about assets shall be considered by monitoring applications to identify the impact on cloud services in case of events that could lead to a breach of information security objectives, and to support information provided to affected cloud customers in accordance with contractual agreements.',1,'NA','NA','NA',1,3,'NA','NA'),(161,'AM-01.4H','AM-01.4H - The CSP shall automatically monitor the process performing the inventory of assets to guarantee it is up-to-date.',1,'NA','NA','NA',1,3,'NA','NA'),(162,'AM-02.1B','AM-02.1B - The CSP shall define and implement policies and procedures as defined in ISP-02 for acceptable use and safe handling of assets.\nWhen removable media is used in the technical infrastructure or for IT administration tasks, this media shall be dedicated to a single use.',1,'NA','NA','NA',1,1,'NA','NA'),(163,'AM-02.1S','AM-02.1S - The CSP shall define and implement policies and procedures as defined in ISP-02 for acceptable use and safe handling of assets.\nWhen removable media is used in the technical infrastructure or for IT administration tasks, this media shall be dedicated to a single use.',1,'NA','NA','NA',1,2,'NA','NA'),(164,'AM-02.1H','AM-02.1H - The CSP shall define and implement policies and procedures as defined in ISP-02 for acceptable use and safe handling of assets.\nWhen removable media is used in the technical infrastructure or for IT administration tasks, this media shall be dedicated to a single use.',1,'NA','NA','NA',1,3,'NA','NA'),(165,'AM-03.1B','AM-03.1B - The CSP shall define and implement a procedure for the commissioning of hardware that is used to provide the cloud service in the production environment, based on applicable policies and procedures.',1,'NA','NA','NA',1,1,'NA','NA'),(166,'AM-03.2B','AM-03.2B - The CSP shall define and implement a procedure for the decommissioning of hardware that is used to provide the cloud service in the production environment, including the complete and permanent deletion of the data or the proper destruction of the media and requiring approval based on applicable policies.',1,'NA','NA','NA',1,1,'NA','NA'),(167,'AM-03.1S','AM-03.1S - The CSP shall define and implement a procedure for the commissioning of hardware that is used to provide the cloud service in the production environment, based on applicable policies and procedures, including those defined in RM-01, to ensure that the risks arising from the commissioning are identified, analysed and mitigated.',1,'NA','NA','NA',1,2,'NA','NA'),(168,'AM-03.3S','AM-03.3S - The commissioning procedure shall include verification of the secure configuration of the mechanisms for error handling, logging, encryption, authentication and authorisation according to the intended use and based on the applicable policies, before authorization to commission the asset can be granted.',1,'NA','NA','NA',1,2,'NA','NA'),(169,'AM-03.2S','AM-03.2S - The CSP shall define and implement a procedure for the decommissioning of hardware that is used to provide the cloud service in the production environment, including the complete and permanent deletion of the data or the proper destruction of the media and requiring approval based on applicable policies.',1,'NA','NA','NA',1,2,'NA','NA'),(170,'AM-03.1H','AM-03.1H - The CSP shall define and implement a procedure for the commissioning of hardware that is used to provide the cloud service in the production environment, based on applicable policies and procedures, including those defined in RM-01, to ensure that the risks arising from the commissioning are identified, analysed and mitigated.',1,'NA','NA','NA',1,3,'NA','NA'),(171,'AM-03.3H','AM-03.3H - The commissioning procedure shall include verification of the secure configuration of the mechanisms for error handling, logging, encryption, authentication and authorisation according to the intended use and based on the applicable policies, before authorization to commission the asset can be granted.',1,'NA','NA','NA',1,3,'NA','NA'),(172,'AM-03.2H','AM-03.2H - The CSP shall define and implement a procedure for the decommissioning of hardware that is used to provide the cloud service in the production environment, including the complete and permanent deletion of the data or the proper destruction of the media and requiring approval based on applicable policies.',1,'NA','NA','NA',1,3,'NA','NA'),(173,'AM-03.4H','AM-03.4H - The approval of the commissioning and decommissioning of hardware shall be digitally documented and automatically monitored.',1,'NA','NA','NA',1,3,'NA','NA'),(174,'AM-04.1B','AM-04.1B - The CSP shall ensure and document that all employees are committed to the policies and procedures for acceptable use and safe handling of assets in the situations described in AM-02.',1,'NA','NA','NA',1,1,'NA','NA'),(175,'AM-04.2B','AM-04.2B - The procedure mentioned in HR-06.2 shall include steps to ensure that all assets under custody of an employee are returned upon termination of employment.',1,'NA','NA','NA',1,1,'NA','NA'),(176,'AM-04.1S','AM-04.1S - The CSP shall ensure and document that all employees are committed to the policies and procedures for acceptable use and safe handling of assets in the situations described in AM-02.',1,'NA','NA','NA',1,2,'NA','NA'),(177,'AM-04.2S','AM-04.2S - The procedure mentioned in HR-06.2 shall include steps to ensure that all assets under custody of an employee are returned upon termination of employment.',1,'NA','NA','NA',1,2,'NA','NA'),(178,'AM-04.1H','AM-04.1H - The CSP shall ensure and document that all employees are committed to the policies and procedures for acceptable use and safe handling of assets in the situations described in AM-02, and this commitment shall be automatically monitored.',1,'NA','NA','NA',1,3,'NA','NA'),(179,'AM-04.2H','AM-04.2H - The procedure mentioned in HR-06.2 shall include steps to ensure that all assets under custody of an employee are returned upon termination of employment.',1,'NA','NA','NA',1,3,'NA','NA'),(180,'AM-04.3H','AM-04.3H - The CSP shall centrally manage the assets under the custody of employees, including asset distribution, data and software licences, appropriately using remote deactivation, deletion or locking of related hardware and software.',1,'NA','NA','NA',1,3,'NA','NA'),(181,'AM-05.1B','AM-05.1B - The CSP shall document an asset classification schema that reflects for each asset the protection needs of the categories of information it may process, store, or transmit.',1,'NA','NA','NA',1,1,'NA','NA'),(182,'AM-05.2B','AM-05.2B - When applicable, the CSP shall label all assets according to their classification in the asset classification schema.',1,'NA','NA','NA',1,1,'NA','NA'),(183,'AM-05.1S','AM-05.1S - The CSP shall document an asset classification schema that reflects for each asset the protection needs of the categories of information it may process, store, or transmit, and provide levels of protection for the confidentiality, integrity, availability, and authenticity protection objectives.',1,'NA','NA','NA',1,2,'NA','NA'),(184,'AM-05.2S','AM-05.2S - Where applicable, the CSP shall label all assets according to their classification in the asset classification schema.',1,'NA','NA','NA',1,2,'NA','NA'),(185,'AM-05.3S','AM-05.3S - The need for protection shall be determined by the individuals or groups responsible for the assets.',1,'NA','NA','NA',1,2,'NA','NA'),(186,'AM-05.1H','AM-05.1H - The CSP shall document an asset classification schema that reflects for each asset the protection needs of the categories of information it may process, store, or transmit, and provide levels of protection for the confidentiality, integrity, availability, and authenticity protection objectives.',1,'NA','NA','NA',1,3,'NA','NA'),(187,'AM-05.2H','AM-05.2H - When applicable, the CSP shall label all assets according to their classification in the asset classification schema.',1,'NA','NA','NA',1,3,'NA','NA'),(188,'AM-05.3H','AM-05.3H - The need for protection shall be determined by the individuals or groups responsible for the assets.',1,'NA','NA','NA',1,3,'NA','NA'),(189,'PS-01.1B','PS-01.1B - The CSP shall define security perimeters in the buildings and premises related to the cloud service provided.',1,'NA','NA','NA',1,1,'NA','NA'),(190,'PS-01.2B','PS-01.2B - The CSP shall define at least two security areas, with at least one sensitive area covering sensitive activities such as the buildings and premises hosting the information system for the provision of the cloud service, and at least one public area covering at least all remaining buildings and premises.',1,'NA','NA','NA',1,1,'NA','NA'),(191,'PS-01.3B','PS-01.3B - The CSP shall define and implement a set of security requirements for each security area in a policy and procedures according to ISP-02.',1,'NA','NA','NA',1,1,'NA','NA'),(192,'PS-01.1S','PS-01.1S - The CSP shall define security perimeters in the buildings and premises related to the cloud service provided.',1,'NA','NA','NA',1,2,'NA','NA'),(193,'PS-01.2S','PS-01.2S - The CSP shall define at least two security areas, with at least one sensitive area covering sensitive activities such as the buildings and premises hosting the information system for the provision of the cloud service, and at least one public area covering at least all remaining buildings and premises.',1,'NA','NA','NA',1,2,'NA','NA'),(194,'PS-01.3S','PS-01.3S - The CSP shall define and implement a set of security requirements for each security area in a policy and procedures according to ISP-02, based on the security objectives of the information security policy, identified protection requirements for the cloud service and the assessment of risks to physical and environmental security.',1,'NA','NA','NA',1,2,'NA','NA'),(195,'PS-01.1H','PS-01.1H - The CSP shall define security perimeters in the buildings and premises related to the cloud service provided.',1,'NA','NA','NA',1,3,'NA','NA'),(196,'PS-01.2H','PS-01.2H - The CSP shall define at least three security areas, with at least one sensitive area covering sensitive activities such as the buildings and premises hosting the information system for the provision of the cloud service, one or more additional private area that may host development activities and administration, supervision and operation workstations, and at least one public area covering at least all remaining buildings and premises.',1,'NA','NA','NA',1,3,'NA','NA'),(197,'PS-01.4H','PS-01.4H - The CSP shall ensure that no direct access exists between a public area and a sensitive area, without going through a private area.',1,'NA','NA','NA',1,3,'NA','NA'),(198,'PS-01.5H','PS-01.5H - The CSP shall ensure that all delivery, loading areas, and other points through which unauthorised persons can penetrate into the premises without being accompanied are part of the public area.',1,'NA','NA','NA',1,3,'NA','NA'),(199,'PS-01.3H','PS-01.3H - The CSP shall define and implement a set of security requirements for each security area in a policy and procedures according to ISP-02, based on the security objectives of the information security policy, identified protection requirements for the cloud service and the assessment of risks to physical and environmental security.',1,'NA','NA','NA',1,3,'NA','NA'),(200,'PS-02.1B','PS-02.1B - The CSP shall define and implement policies and procedures according to ISP-02 related to the physical access control to the security areas matching the requirements defined in PS-01 and based on the principles defined in IAM-01.',1,'NA','NA','NA',1,1,'NA','NA'),(201,'PS-02.2B','PS-02.2B - The access control policy shall require at least one authentication factor for accessing any non-public area.',1,'NA','NA','NA',1,1,'NA','NA'),(202,'PS-02.3B','PS-02.3B - The access control policy shall describe the physical access control derogations in case of emergency.',1,'NA','NA','NA',1,1,'NA','NA'),(203,'PS-02.4B','PS-02.4B - The CSP shall display at the entrance of all non-public perimeters a warning concerning the limits and access conditions to the corresponding areas.',1,'NA','NA','NA',1,1,'NA','NA'),(204,'PS-02.5B','PS-02.5B - The CSP shall protect security perimeters with security measures to detect and prevent unauthorised access in a timely manner so that it does not compromise the information security of the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(205,'PS-02.1S','PS-02.1S - The CSP shall define and implement policies and procedures according to ISP-02 related to the physical access control to the security areas matching the requirements defined in PS-01 and based on the principles defined in IAM-01, including requirements on the physical access control measures to be implemented.',1,'NA','NA','NA',1,2,'NA','NA'),(206,'PS-02.2S','PS-02.2S - The access control policy shall require at least one authentication factor for accessing any non-public area, and at least two distinct kinds of authentication factors for accessing any sensitive area and areas hosting system components that process CSC data.',1,'NA','NA','NA',1,2,'NA','NA'),(207,'PS-02.3S','PS-02.3S - The access control policy shall describe the physical access control derogations in case of emergency.',1,'NA','NA','NA',1,2,'NA','NA'),(208,'PS-02.4S','PS-02.4S - The CSP shall display at the entrance of all non-public perimeters a warning concerning the limits and access conditions to the corresponding areas.',1,'NA','NA','NA',1,2,'NA','NA'),(209,'PS-02.5S','PS-02.5S - The CSP shall protect security perimeters with security measures to detect and prevent unauthorised access in a timely manner so that it does not compromise the information security of the cloud service. ',1,'NA','NA','NA',1,2,'NA','NA'),(210,'PS-02.6S','PS-02.6S - The access control policy shall include requirements concerning preventive and detective physical access control.',1,'NA','NA','NA',1,2,'NA','NA'),(211,'PS-02.7S','PS-02.7S - The access control policy shall include measures to identify individual visitors and third-party personnel, incorporating them into the access policy system, thereby monitoring and escorting the building access during their stay.',1,'NA','NA','NA',1,2,'NA','NA'),(212,'PS-02.8S','PS-02.8S - The access control policy shall include logging of all accesses to non-public areas that enables the CSP to check whether only defined personnel have entered these areas.',1,'NA','NA','NA',1,2,'NA','NA'),(213,'PS-02.1H','PS-02.1H - The CSP shall define and implement policies and procedures according to ISP-02 related to the physical access control to the security areas matching the requirements defined in PS-01 and based on the principles defined in IAM-01, including requirements on the physical access control measures to be implemented.',1,'NA','NA','NA',1,3,'NA','NA'),(214,'PS-02.2H','PS-02.2H - The access control policy shall require at least one authentication factor for accessing any non-public area, and at least two distinct kinds of authentication factors for accessing any sensitive area and areas hosting system components that process CSC data.',1,'NA','NA','NA',1,3,'NA','NA'),(215,'PS-02.9H','PS-02.9H - The access control policy shall describe the time slots and conditions for accessing each security area according to the profiles of the users.',1,'NA','NA','NA',1,3,'NA','NA'),(216,'PS-02.3H','PS-02.3H - The access control policy shall describe the physical access control derogations in case of emergency.',1,'NA','NA','NA',1,3,'NA','NA'),(217,'PS-02.4H','PS-02.4H - The CSP shall display at the entrance of all non-public perimeters a warning concerning the limits and access conditions to the corresponding areas.',1,'NA','NA','NA',1,3,'NA','NA'),(218,'PS-02.5H','PS-02.5H - The CSP shall protect security perimeters with security measures to detect and prevent unauthorised access in a demonstrated timely manner so that it does not compromise the information security of the cloud service. ',1,'NA','NA','NA',1,3,'NA','NA'),(219,'PS-02.6H','PS-02.6H - The access control policy shall include requirements concerning preventive and detective physical access control.',1,'NA','NA','NA',1,3,'NA','NA'),(220,'PS-02.7H','PS-02.7H - The access control policy shall include measures to identify individual visitors and third-party personnel, incorporating them into the access policy system, thereby monitoring and escorting the building access during their stay.',1,'NA','NA','NA',1,3,'NA','NA'),(221,'PS-02.8H','PS-02.8H - The access control policy shall include logging of all accesses to non-public areas that enables the CSP to check whether only defined personnel have entered these areas, and this logging shall be\nautomatically monitored.',1,'NA','NA','NA',1,3,'NA','NA'),(222,'PS-03.1B','PS-03.1B - The CSP shall define and implement policies and procedures according to ISP-02 concerning work in non-public areas.',1,'NA','NA','NA',1,1,'NA','NA'),(223,'PS-03.1S','PS-03.1S - The CSP shall define and implement policies and procedures according to ISP-02 concerning work in non-public areas, including at least a clear screen policy and a clear desk policy for sensitive information and removable media.',1,'NA','NA','NA',1,2,'NA','NA'),(224,'PS-03.2S','PS-03.2S - If visitors need to access a non-public area, the CSP shall ensure that they are supervised by an employee who has been authorised (cf. HR-02.1S), who will accompany the visitors, authorise or deny their actions, and question them if needed about their actions.',1,'NA','NA','NA',1,2,'NA','NA'),(225,'PS-03.1H','PS-03.1H - The CSP shall define and implement policies and procedures according to ISP-02 concerning work in non-public areas, including at least a clear screen policy and a clear desk policy for sensitive information and removable media.',1,'NA','NA','NA',1,3,'NA','NA'),(226,'PS-03.2H','PS-03.2H - If visitors need to access a non-public area, the CSP shall ensure that they are supervised by an employee who has been authorised (cf. HR-02.1H), who will accompany the visitors, authorise or deny their actions, and question them if needed about their actions.',1,'NA','NA','NA',1,3,'NA','NA'),(227,'PS-03.3H','PS-03.3H - The CSP shall define a mapping between activities and security areas that indicates which activities are allowed to be performed in every security area.',1,'NA','NA','NA',1,3,'NA','NA'),(228,'PS-03.4H','PS-03.4H - The CSP shall define a mapping between assets and security areas that indicates which assets are allowed to be used in every security area.',1,'NA','NA','NA',1,3,'NA','NA'),(229,'PS-04.1B','PS-04.1B - The CSP shall define and implement policies and procedures according to ISP-02 concerning the protection of equipment and including at least the following aspects:\n(1) Protecting power and communications cabling from interception, interference or damage;\n(2) Protecting equipment during maintenance operations;\n(3) Protecting equipment holding CSC data during transport.',1,'NA','NA','NA',1,1,'NA','NA'),(230,'PS-04.2B','PS-04.2B - The CSP shall use encryption on the removable media and the backup media intended to move between security areas according to the sensitivity of the data stored on the media',1,'NA','NA','NA',1,1,'NA','NA'),(231,'PS-04.1S','PS-04.1S - The CSP shall define and implement policies and procedures according to ISP-02 concerning the protection of equipment and including at least the following aspects:\n(1) Protecting power and communications cabling from interception, interference or damage;\n(2) Protecting equipment during maintenance operations;\n(3) Protecting equipment holding CSC data during transport.',1,'NA','NA','NA',1,2,'NA','NA'),(232,'PS-04.2S','PS-04.2S - The CSP shall use encryption on the removable media and the backup media intended to move between security areas according to the sensitivity of the data stored on the media. ',1,'NA','NA','NA',1,2,'NA','NA'),(233,'PS-04.3S','PS-04.3S - These procedures shall include at least:\n(1) a procedure to check the protection of power and communications cabling, to be performed regularly by qualified personnel, at least every two years, as well as in case of suspected manipulation;\n(2) a procedure for transferring any equipment containing CSC data off-site for disposal that guarantees that the level of protection in terms of confidentiality and integrity of the assets during their transport is equivalent to that on the site.',1,'NA','NA','NA',1,2,'NA','NA'),(234,'PS-04.4S','PS-04.4S - The CSP shall ensure that an equipment containing a media with CSC data can be returned to a third party only if the CSC data stored on it is encrypted in accordance with CKM-03 or has been destroyed beforehand using a secure deletion mechanism.',1,'NA','NA','NA',1,2,'NA','NA'),(235,'PS-04.1H','PS-04.1H - The CSP shall define and implement policies and procedures according to ISP-02 concerning the protection of equipment and including at least the following aspects:\n(1) Protecting power and communications cabling from interception, interference or damage;\n(2) Protecting equipment during maintenance operations;\n(3) Protecting equipment holding CSC data during transport.',1,'NA','NA','NA',1,3,'NA','NA'),(236,'PS-04.2H','PS-04.2H - The CSP shall use encryption on all removable media and the backup media intended to move between security areas.',1,'NA','NA','NA',1,3,'NA','NA'),(237,'PS-04.3H','PS-04.3H - These procedures shall include at least:\n(a) a procedure to check the protection of power and communications cabling, to be performed regularly by qualified personnel, at least every two years, as well as in case of suspected manipulation;\n(b) a procedure for transferring any equipment containing CSC data off-site for disposal that guarantees that the level of protection in terms of confidentiality and integrity of the assets during their transport is equivalent to that on the site, including approval by top management of the CSP or by the authorised body that is responsible for this procedure;\n(c) a procedure to maintain and keep up-to-date a wiring scheme;\n(d) measures to ensure that the conditions for installation, maintenance and servicing of the related technical equipment (e.g., electrical power, air conditioning, fire protection) are compatible with the cloud service’s availability and security requirements.',1,'NA','NA','NA',1,3,'NA','NA'),(238,'PS-04.4H','PS-04.4H - The CSP shall ensure that an equipment containing a media with CSC data can be returned to a third party only if the CSC data stored on it is encrypted in accordance with CKM-03 or has been destroyed beforehand using a secure deletion mechanism.',1,'NA','NA','NA',1,3,'NA','NA'),(239,'PS-04.5H','PS-04.5H - The CSP shall ensure that the maintenance agreements for equipment used to host the cloud service make it possible to have security updates installed in timely fashion on this equipment.',1,'NA','NA','NA',1,3,'NA','NA'),(240,'PS-05.1B','PS-05.1B - The CSP shall define and implement a set of requirements related to external and environmental threats in a policy according to ISP-02, addressing the following risks in accordance with the applicable legal and contractual requirements:\n(1) Faults in planning;\n(2) Unauthorised access;\n(3) Force majeure, including epidemiological risks;\n(4) Insufficient surveillance;\n(5) Insufficient air-conditioning;\n(6) Fire and smoke;\n(7) Water;\n(8) Power failure; and\n(9) Air ventilation and filtration.',1,'NA','NA','NA',1,1,'NA','NA'),(241,'PS-05.1S','PS-05.1S - The CSP shall define and implement a set of requirements related to external and environmental threats in a policy according to ISP-02, addressing the following risks in accordance with the applicable legal and contractual requirements:\n(1) Faults in planning;\n(2) Unauthorised access;\n(3) Force majeure, including epidemiological risks;\n(4) Insufficient surveillance;\n(5) Insufficient air-conditioning;\n(6) Fire and smoke;\n(7) Water;\n(8) Power failure; and\n(9) Air ventilation and filtration.',1,'NA','NA','NA',1,2,'NA','NA'),(242,'PS-05.2S','PS-05.2S - For data centres, these requirements shall be based on criteria which comply with established rules of technology.',1,'NA','NA','NA',1,2,'NA','NA'),(243,'PS-05.3S','PS-05.3S - The CSP shall provide the cloud service from at least two locations that are separated by an adequate distance and that provide each other with operational redundancy or resilience.',1,'NA','NA','NA',1,2,'NA','NA'),(244,'PS-05.4S','PS-05.4S - The CSP shall check the effectiveness of the redundancy at least once a year by suitable tests and exercises (cf. BCM-04).',1,'NA','NA','NA',1,2,'NA','NA'),(245,'PS-05.1H','PS-05.1H - The CSP shall define and implement a set of requirements related to external and environmental threats in a policy according to ISP-02, addressing the following risks in accordance with the applicable legal and contractual requirements:\n(1) Faults in planning;\n(2) Unauthorised access;\n(3) Force majeure, including epidemiological risks;\n(4) Insufficient surveillance;\n(5) Insufficient air-conditioning;\n(6) Fire and smoke;\n(7) Water;\n(8) Power failure; and\n(9) Air ventilation and filtration.',1,'NA','NA','NA',1,3,'NA','NA'),(246,'PS-05.2H','PS-05.2H - For datacentres, these requirements shall be based on criteria which comply with established rules of technology, and shall at least include:\n(1) time constraints for self-sufficient operation in the event of exceptional events and maximum tolerable utility downtime;\n(2) tests of physical protection and detection equipment, to be performed at least annually.',1,'NA','NA','NA',1,3,'NA','NA'),(247,'PS-05.3H','PS-05.3H - The CSP shall provide the cloud service from at least two locations that are separated by an adequate distance and that provide each other with operational redundancy or resilience.',1,'NA','NA','NA',1,3,'NA','NA'),(248,'PS-05.4H','PS-05.4H - The CSP shall check the effectiveness of the redundancy at least once a year by suitable tests and exercises (cf. BCM-04).',1,'NA','NA','NA',1,3,'NA','NA'),(249,'OPS-01.1B','OPS-01.1B - The CSP shall define and implement procedures to plan for capacities and resources (personnel and IT resources), which shall include forecasting future capacity requirements in order to identify usage trends and manage system overload.',1,'NA','NA','NA',1,1,'NA','NA'),(250,'OPS-01.2B','OPS-01.2B - The CSP shall meet the requirements included in contractual agreements with CSCs regarding the provision of the cloud service in case of capacity bottlenecks or personnel and IT resources outages.',1,'NA','NA','NA',1,1,'NA','NA'),(251,'OPS-01.1S','OPS-01.1S - The CSP shall define and implement procedures to plan for capacities and resources (personnel and IT resources), which shall include forecasting future capacity requirements in order to identify usage trends and manage system overload.',1,'NA','NA','NA',1,2,'NA','NA'),(252,'OPS-01.2S','OPS-01.2S - The CSP shall meet the requirements included in contractual agreements with CSCs regarding the provision of the cloud service in case of capacity bottlenecks or personnel and IT resources outages.',1,'NA','NA','NA',1,2,'NA','NA'),(253,'OPS-01.1H','OPS-01.1H - The CSP shall define and implement procedures to plan for capacities and resources (personnel and IT resources), which shall include forecasting future capacity requirements in order to identify usage trends and manage system overload.',1,'NA','NA','NA',1,3,'NA','NA'),(254,'OPS-01.2H','OPS-01.2H - The CSP shall meet the requirements included in contractual agreements with CSCs regarding the provision of the cloud service in case of capacity bottlenecks or personnel and IT resources outages.',1,'NA','NA','NA',1,3,'NA','NA'),(255,'OPS-01.3H','OPS-01.3H - The capacity projections shall be considered in accordance with the service level agreement for planning and preparing the provisioning.',1,'NA','NA','NA',1,3,'NA','NA'),(256,'OPS-02.1B','OPS-02.1B - The CSP shall document and implement technical and organizational safeguards for the monitoring of provisioning and de-provisioning of cloud services to ensure compliance with the service level agreement.',1,'NA','NA','NA',1,1,'NA','NA'),(257,'OPS-02.1S','OPS-02.1S - The CSP shall document and implement technical and organizational safeguards for the monitoring of provisioning and de-provisioning of cloud services to ensure compliance with the service level agreement.',1,'NA','NA','NA',1,2,'NA','NA'),(258,'OPS-02.1H','OPS-02.1H - The CSP shall define and implement technical and organizational safeguards for the monitoring of provisioning and de-provisioning of cloud services to ensure compliance with the service level agreement. ',1,'NA','NA','NA',1,3,'NA','NA'),(259,'OPS-02.2H','OPS-02.2H - The provisioning and de-provisioning of cloud services shall be automatically monitored to guarantee fulfilment of these safeguards.',1,'NA','NA','NA',1,3,'NA','NA'),(260,'OPS-02.3H','OPS-02.3H - The CSP shall make available to the CSC the relevant information regarding capacity and availability on a self-service portal.',1,'NA','NA','NA',1,3,'NA','NA'),(261,'OPS-03.1B','OPS-03.1B - The CSP shall enable CSCs to control and monitor the allocation of the system resources assigned to them, if the corresponding cloud capabilities are exposed to the CSCs.',1,'NA','NA','NA',1,1,'NA','NA'),(262,'OPS-03.1S','OPS-03.1S - The CSP shall enable CSCs to control and monitor the allocation of the system resources assigned to them, if the corresponding cloud capabilities are exposed to the CSCs.',1,'NA','NA','NA',1,2,'NA','NA'),(263,'OPS-03.1H','OPS-03.1H - The CSP shall enable CSCs to control and monitor the allocation of the system resources assigned to them, if the corresponding cloud capabilities are exposed to the CSCs.',1,'NA','NA','NA',1,3,'NA','NA'),(264,'OPS-04.1B','OPS-04.1B - The CSP shall define and implement policies and procedures according to ISP-02 to protect its systems and its customers from malware, covering at least the following aspects:\n(1) Use of system-specific protection mechanisms;\n(2) Operating protection programs on system components under the responsibility of the CSP that are used to provide the cloud service in the production environment; and\n(3) Operation of protection programs for employees’ terminal equipment',1,'NA','NA','NA',1,1,'NA','NA'),(265,'OPS-04.1S','OPS-04.1S - The CSP shall define and implement policies and procedures according to ISP-02 to protect its systems and its customers from malware, covering at least the following aspects:\n(1) Use of system-specific protection mechanisms;\n(2) Operating protection programs on system components under the responsibility of the CSP that are used to provide the cloud service in the production environment; and\n(3) Operation of protection programs for employees’ terminal equipment',1,'NA','NA','NA',1,2,'NA','NA'),(266,'OPS-04.2S','OPS-04.2S - The CSP shall create regular reports on the malware checks performed, which shall be assessed and analysed in the reviews of the policies related to malware.',1,'NA','NA','NA',1,2,'NA','NA'),(267,'OPS-04.3S','OPS-04.3S - The CSP shall update the anti-malware products according to established policies and procedures ensuring a timely update.',1,'NA','NA','NA',1,2,'NA','NA'),(268,'OPS-04.1H','OPS-04.1H - The CSP shall define and implement policies and procedures according to ISP-02 to protect its systems and its customers from malware, covering at least the following aspects:\n(1) Use of system-specific protection mechanisms;\n(2) Operating protection programs on system components under the responsibility of the CSP that are used to provide the cloud service in the production environment; and\n(3) Operation of protection programs for employees’ terminal equipment',1,'NA','NA','NA',1,3,'NA','NA'),(269,'OPS-04.2H','OPS-04.2H - The CSP shall create regular reports on the malware checks performed, which shall be assessed and analysed in the reviews of the policies related to malware.',1,'NA','NA','NA',1,3,'NA','NA'),(270,'OPS-04.3H','OPS-04.3H - The CSP shall update the anti-malware products according to established policies and procedures ensuring a timely update at the highest appropriate frequency consistent with the risk assessment.',1,'NA','NA','NA',1,3,'NA','NA'),(271,'OPS-05.1B','OPS-05.1B - The CSP shall deploy malware protection, if technically feasible, on all systems that support delivery of the cloud service in the production environment, according to policies and procedures.',1,'NA','NA','NA',1,1,'NA','NA'),(272,'OPS-05.1S','OPS-05.1S - The CSP shall deploy malware protection, if technically feasible, on all systems that support delivery of the cloud service in the production environment, according to policies and procedures.',1,'NA','NA','NA',1,2,'NA','NA'),(273,'OPS-05.2S','OPS-05.2S - Signature-based and behaviour-based malware protection tools shall be updated at least daily.',1,'NA','NA','NA',1,2,'NA','NA'),(274,'OPS-05.1H','OPS-05.1H - The CSP shall deploy malware protection, if technically feasible, on all systems that support delivery of the cloud service in the production environment, according to policies and procedures.',1,'NA','NA','NA',1,3,'NA','NA'),(275,'OPS-05.2H','OPS-05.2H - Signature-based and behaviour-based malware protection tools shall be updated at least daily.',1,'NA','NA','NA',1,3,'NA','NA'),(276,'OPS-05.3H','OPS-05.3H - The CSP shall automatically monitor the systems covered by the malware protection and the configuration of the corresponding mechanisms to guarantee fulfilment of above requirements, and the antimalware scans to track detected malware or irregularities.',1,'NA','NA','NA',1,3,'NA','NA'),(277,'OPS-06.1B','OPS-06.1B - The CSP shall document, communicate and implement policies and procedures according to ISP-02 for data backup and recovery.',1,'NA','NA','NA',1,1,'NA','NA'),(278,'OPS-06.1S','OPS-06.1S - The CSP shall define and implement policies and procedures according to ISP-02 for data backup and recovery, covering at least the following aspects:\n(1)The extent and frequency of data backups and the duration of data retention are consistent with the contractual agreements with the CSCs and the CSP’s operational continuity requirements for recovery time objective (RTO) and recovery point objective (RPO);\n(2) How data is backed up in encrypted, state-of-the-art form;\n(3) How backup data is stored, moved, managed, and disposed of;\n(4) How a CSC-initiated recovery or recovery test is performed;\n(5) Restricted access to the backed-up data and the execution of restores only by authorised persons; and\n(6) Tests of recovery procedures (cf. OPS-08).',1,'NA','NA','NA',1,2,'NA','NA'),(279,'OPS-06.1H','OPS-06.1H - The CSP shall define and implement policies and procedures according to ISP-02 for data backup and recovery, covering at least the following aspects:\n(1)The extent and frequency of data backups and the duration of data retention are consistent with the contractual agreements with the CSCs and the CSP’s operational continuity requirements for recovery time objective (RTO) and recovery point objective (RPO);\n(2) How data is backed up in encrypted, state-of-the-art form;\n(3) How backup data is stored, moved, managed, and disposed of;\n(4) How a CSC-initiated recovery or recovery test is performed;\n(5) Restricted access to the backed-up data and the execution of restores only by authorised persons; and\n(6) Tests of recovery procedures (cf. OPS-08).',1,'NA','NA','NA',1,3,'NA','NA'),(280,'OPS-07.1B','OPS-07.1B - The CSP shall document and implement technical and organizational measures to monitor the execution of data backups in accordance to the policies and procedures defined in OPS-06.',1,'NA','NA','NA',1,1,'NA','NA'),(281,'OPS-07.1S','OPS-07.1S - The CSP shall document and implement technical and organizational measures to monitor the execution of data backups in accordance to the policies and procedures defined in OPS-06.',1,'NA','NA','NA',1,2,'NA','NA'),(282,'OPS-07.1H','OPS-07.1H - The CSP shall document and implement technical and organizational measures to monitor the execution of data backups in accordance to the policies and procedures defined in OPS-06.',1,'NA','NA','NA',1,3,'NA','NA'),(283,'OPS-07.2H','OPS-07.2H - In order to check the proper application of these measures, the CSP shall automatically monitor the execution of data backups, and make available to the CSCs a service portal for monitoring the execution of backups when the CSC uses backup services with the CSP.',1,'NA','NA','NA',1,3,'NA','NA'),(284,'OPS-08.1B','OPS-08.1B - The CSP shall test the restore procedures at least annually.',1,'NA','NA','NA',1,1,'NA','NA'),(285,'OPS-08.2B','OPS-08.2B - The CSP shall not use CSC data, but only data in test accounts controlled by CSP staff for testing purposes.',1,'NA','NA','NA',1,1,'NA','NA'),(286,'OPS-08.1S','OPS-08.1S - The CSP shall test the restore procedures at least annually, including tests assessing if the specifications for the RTO and RPO agreed with the CSCs are met ',1,'NA','NA','NA',1,2,'NA','NA'),(287,'OPS-08.2S','OPS-08.2S - The CSP shall not use CSC data, but only data in test accounts controlled by CSP staff for testing purposes.',1,'NA','NA','NA',1,2,'NA','NA'),(288,'OPS-08.3S','OPS-08.3S - The CSP shall thoroughly document restore tests, including the safe disposal of restored data.',1,'NA','NA','NA',1,2,'NA','NA'),(289,'OPS-08.4S','OPS-08.4S - Any deviation from the specification during the restore test shall be reported to the CSP\'s responsible person for assessment and remediation.',1,'NA','NA','NA',1,2,'NA','NA'),(290,'OPS-08.1H','OPS-08.1H - The CSP shall test the restore procedures at least annually, embedded in the CSP’s business continuity management, including tests assessing if the specifications for the RTO and RPO agreed with the customers are met ',1,'NA','NA','NA',1,3,'NA','NA'),(291,'OPS-08.2H','OPS-08.2H - The CSP shall not use CSC data, but only data in test accounts controlled by CSP staff for testing purposes.',1,'NA','NA','NA',1,3,'NA','NA'),(292,'OPS-08.3H','OPS-08.3H - The CSP shall thoroughly document restore tests, including the safe disposal of restored data.',1,'NA','NA','NA',1,3,'NA','NA'),(293,'OPS-08.4H','OPS-08.4H - Any deviation from the specification during the restore test shall be reported to the CSP\'s responsible person for assessment and remediation.',1,'NA','NA','NA',1,3,'NA','NA'),(294,'OPS-08.5H','OPS-08.5H - The CSP shall inform CSCs, at their request, of the results of the recovery tests.',1,'NA','NA','NA',1,3,'NA','NA'),(295,'OPS-09.1B','OPS-09.1B - The CSP shall transfer backup data to a remote location or transport them on backup media to a remote location.',1,'NA','NA','NA',1,1,'NA','NA'),(296,'OPS-09.2B','OPS-09.2B - When the backup data is transmitted to a remote location via a network, the transmission of the data takes place in an encrypted form that corresponds to the state-of-the-art (cf. CKM-02).',1,'NA','NA','NA',1,1,'NA','NA'),(297,'OPS-09.1S','OPS-09.1S - The CSP shall transfer backup data to a remote location or transport them on backup media to a remote location, selected upon criteria of distance, recovery times and impact of disasters on backup and main sites',1,'NA','NA','NA',1,2,'NA','NA'),(298,'OPS-09.2S','OPS-09.2S - When the backup data is transmitted to a remote location via a network, the transmission of the data takes place in an encrypted form that corresponds to the state-of-the-art (cf. CKM-02).',1,'NA','NA','NA',1,2,'NA','NA'),(299,'OPS-09.3S','OPS-09.3S - The data classification of the original data is applied automatically to backups.',1,'NA','NA','NA',1,2,'NA','NA'),(300,'OPS-09.4S','OPS-09.4S - The security measures at the remote site shall have at least the same level as at the main site.',1,'NA','NA','NA',1,2,'NA','NA'),(301,'OPS-09.1H','OPS-09.1H - The CSP shall transfer backup data to a remote location or transport them on backup media to a remote location, selected upon criteria of distance, recovery times and impact of disasters on backup and main sites.',1,'NA','NA','NA',1,3,'NA','NA'),(302,'OPS-09.2H','OPS-09.2H - When the backup data is transmitted to a remote location via a network, the transmission of the data takes place in an encrypted form that corresponds to the state-of-the-art (cf. CKM-02), and shall be automatically monitored by the CSP to verify the execution of the backup.',1,'NA','NA','NA',1,3,'NA','NA'),(303,'OPS-09.3H','OPS-09.3H - The data classification of the original data is applied automatically to backups.',1,'NA','NA','NA',1,3,'NA','NA'),(304,'OPS-09.4H','OPS-09.4H - The security measures at the remote site shall have at least the same level as at the main site.',1,'NA','NA','NA',1,3,'NA','NA'),(305,'OPS-10.1B','OPS-10.1B - The CSP shall define and implement policies and procedures according to ISP-02 that govern the logging and monitoring of events on system components under its responsibility.',1,'NA','NA','NA',1,1,'NA','NA'),(306,'OPS-10.1S','OPS-10.1S - The CSP shall define and implement policies and procedures according to ISP-02 that govern the logging and monitoring of events on system components under its responsibility, covering at least the following aspects:\n(1) Definition of events that could lead to a violation of the protection goals;\n(2) Specifications for activating, stopping and pausing the various logs;\n(3) Information regarding the purpose and retention period of the logs;\n(4) Definition of roles and responsibilities for setting up and monitoring logging;\n(5) Definition of log data that may be transferred to CSCs and technical requirements of such log forwarding;\n(6) Information about timestamps in event creation;\n(7) Time synchronisation of system components; and\n(8) Compliance with legal and regulatory frameworks.',1,'NA','NA','NA',1,2,'NA','NA'),(307,'OPS-10.1H','OPS-10.1H - The CSP shall define and implement policies and procedures according to ISP-02 that govern the logging and monitoring of events on system components under its responsibility, covering at least the following aspects:\n(1) Definition of events that could lead to a violation of the protection goals;\n(2) Specifications for activating, stopping and pausing the various logs;\n(3) Information regarding the purpose and retention period of the logs;\n(4) Definition of roles and responsibilities for setting up and monitoring logging;\n(5) Definition of log data that may be transferred to CSCs and technical requirements of such log forwarding;\n(6) Information about timestamps in event creation;\n(7) Time synchronisation of system components; and\n(8) Compliance with legal and regulatory frameworks.',1,'NA','NA','NA',1,3,'NA','NA'),(308,'OPS-11.1B','OPS-11.1B - The CSP shall define and implement policies and procedures according to ISP-02 that govern the secure handling of cloud service derived data.',1,'NA','NA','NA',1,1,'NA','NA'),(309,'OPS-11.1S','OPS-11.1S - The CSP shall define and implement policies and procedures according to ISP-02 that govern the secure handling of cloud service derived data, covering at least the following aspects:\n(1) Purpose for the collection and use of cloud service derived data beyond the operation of the cloud service, including purposes related to the implementation of security controls;\n(2) In the contexts that go beyond a single CSC, anonymisation of the data, or failing that deidentification of the data, should be used wherever feasible;\n(3) Period of storage reasonably related to the purposes of the collection;\n(4) Guarantees of deletion when the purposes of the collection are fulfilled and further storage is no longer necessary; and\n(5) As defined in contractual agreements, the provision of the specified cloud service derived data to CSCs, in accordance with regulatory requirements.',1,'NA','NA','NA',1,2,'NA','NA'),(310,'OPS-11.2S','OPS-11.2S - The CSP shall list in the contractual agreement with the CSC all purposes for the collection of use of cloud service derived data that are not related to the implementation of security controls or to billing.',1,'NA','NA','NA',1,2,'NA','NA'),(311,'OPS-11.1H','OPS-11.1H - The CSP shall define and implement policies and procedures according to ISP-02 that govern the secure handling of cloud service derived data, covering at least the following aspects:\n(1) Purpose for the collection and use of cloud service derived data beyond the operation of the cloud service, including purposes related to the implementation of security controls;\n(2) In the contexts that go beyond a single CSC, anonymisation of the data, or failing that deidentification of the data, should be used wherever feasible;\n(3) Period of storage reasonably related to the purposes of the collection;\n(4) Guarantees of deletion when the purposes of the collection are fulfilled and further storage is no longer necessary; and\n(5) As defined in contractual agreements, the provision of the specified cloud service derived data to CSCs, in accordance with regulatory requirements.',1,'NA','NA','NA',1,3,'NA','NA'),(312,'OPS-11.2H','OPS-11.2H - The CSP shall list in the contractual agreement with the CSC all purposes for the collection of use of cloud service derived data that are not related to the implementation of security controls or to billing.',1,'NA','NA','NA',1,3,'NA','NA'),(313,'OPS-11.3H','OPS-11.3H - Cloud service derived data, including log data, shall be taken into consideration in regulatory compliance assessments.',1,'NA','NA','NA',1,3,'NA','NA'),(314,'OPS-12.1B','OPS-12.1B - The CSP shall monitor log data in order to identify security events that might lead to security incidents, in accordance with the logging and monitoring requirements, and the identified events shall be reported to the appropriate departments for timely assessment and remediation.',1,'NA','NA','NA',1,1,'NA','NA'),(315,'OPS-12.1S','OPS-12.1S - The CSP shall automatically monitor log data in order to identify security events that might lead to security incidents, in accordance with the logging and monitoring requirements, and the identified events shall be reported to the appropriate departments for timely assessment and remediation.',1,'NA','NA','NA',1,2,'NA','NA'),(316,'OPS-12.1H','OPS-12.1H - The CSP shall automatically monitor log data in order to identify security events that might lead to security incidents, in accordance with the logging and monitoring requirements, and the identified events shall be reported to the appropriate departments for timely assessment and remediation.',1,'NA','NA','NA',1,3,'NA','NA'),(317,'OPS-12.2H','OPS-12.2H - The CSP shall automatically monitor that event detection processes operate as intended on appropriate assets as identified in the asset classification catalogue (cf AM-05-1H).',1,'NA','NA','NA',1,3,'NA','NA'),(318,'OPS-13.1B','OPS-13.1B - The CSP shall store all log data in an integrity-protected and aggregated form that allow its evaluation.',1,'NA','NA','NA',1,1,'NA','NA'),(319,'OPS-13.2B','OPS-13.2B - The communication between the assets to be logged and the logging servers shall be authenticated and protected in integrity and confidentiality whenever possible.',1,'NA','NA','NA',1,1,'NA','NA'),(320,'OPS-13.3B','OPS-13.3B - Log data shall be deleted when no longer required for the purpose for which it was collected.',1,'NA','NA','NA',1,1,'NA','NA'),(321,'OPS-13.1S','OPS-13.1S - The CSP shall store all log data in an integrity-protected and aggregated form that allow its evaluation.',1,'NA','NA','NA',1,2,'NA','NA'),(322,'OPS-13.2S','OPS-13.2S - The communication between the assets to be logged and the logging servers shall be authenticated, encrypted using state-of-the-art encryption and, when encryption is not feasible, shall be accessible only by authorised personnel.',1,'NA','NA','NA',1,2,'NA','NA'),(323,'OPS-13.3S','OPS-13.3S - Log data shall be deleted when no longer required for the purpose for which it was collected.',1,'NA','NA','NA',1,2,'NA','NA'),(324,'OPS-13.4S','OPS-13.4S - The CSP shall implement technically supported procedures to fulfil requirements for log data access, storage and deletion restrictions, including access only for authorized users and systems and the enforcement of data retention periods.',1,'NA','NA','NA',1,2,'NA','NA'),(325,'OPS-13.5S','OPS-13.5S - The CSP shall provide CSCs, upon request, access to customer specific logging through an API. The logging shall comply with the CSP’s protection requirements, including logical or physical separation of log and customer data.',1,'NA','NA','NA',1,2,'NA','NA'),(326,'OPS-13.1H','OPS-13.1H - The CSP shall store all log data in an integrity-protected and aggregated form that allow its centralized evaluation, and shall automatically monitor the aggregation and deletion of logging and monitoring data.',1,'NA','NA','NA',1,3,'NA','NA'),(327,'OPS-13.2H','OPS-13.2H - The communication between the assets to be logged and the logging servers shall be authenticated, encrypted using state-of-the-art encryption and, when encryption is not feasible, shall be accessible only by authorised personnel.',1,'NA','NA','NA',1,3,'NA','NA'),(328,'OPS-13.3H','OPS-13.3H - Log data shall be deleted when it is no longer required for the purpose for which they were collected.',1,'NA','NA','NA',1,3,'NA','NA'),(329,'OPS-13.4H','OPS-13.4H - The CSP shall implement technically supported procedures to fulfil requirements for log data access, storage and deletion restrictions, including access only for authorized users and systems and the enforcement of data retention periods.',1,'NA','NA','NA',1,3,'NA','NA'),(330,'OPS-13.5H','OPS-13.5H - The CSP shall provide CSCs, upon request, access to customer specific logging through an API. The logging shall comply with the CSP’s protection requirements, including logical or physical separation of log and customer data.',1,'NA','NA','NA',1,3,'NA','NA'),(331,'OPS-14.1B','OPS-14.1B - The log data generated allows an unambiguous identification of user accesses at the CSC level to support analysis during and following a security incident.',1,'NA','NA','NA',1,1,'NA','NA'),(332,'OPS-14.1S','OPS-14.1S - The log data generated allows an unambiguous identification of user accesses at the CSC level to support analysis during and following a security incident.',1,'NA','NA','NA',1,2,'NA','NA'),(333,'OPS-14.2S','OPS-14.2S - The CSP shall make available interfaces to enable CSCs to conduct forensic analysis and perform backups related to their usage of the systems.',1,'NA','NA','NA',1,2,'NA','NA'),(334,'OPS-14.1H','OPS-14.1H - The log data generated allows an unambiguous identification of user accesses at the CSC level to support analysis during and following a security incident.',1,'NA','NA','NA',1,3,'NA','NA'),(335,'OPS-14.2H','OPS-14.2H - The CSP shall make available interfaces to enable CSCs to conduct forensic analysis and perform backups related to their usage of the system.',1,'NA','NA','NA',1,3,'NA','NA'),(336,'OPS-14.3H','OPS-14.3H - In the context of an investigation of a security incident concerning a CSC, the CSP shall have the ability to provide to the CSC, log data relevant and limited to the CSCS’s use of the cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(337,'OPS-15.1B','OPS-15.1B - The CSP shall restrict access to system components under its responsibility, that are used for logging and monitoring, with strong authentication (for example multi-factor authentication).',1,'NA','NA','NA',1,1,'NA','NA'),(338,'OPS-15.2B','OPS-15.2B - Changes to the logging and monitoring configuration are made in accordance with applicable policies (cf. CCM-01).',1,'NA','NA','NA',1,1,'NA','NA'),(339,'OPS-15.1S','OPS-15.1S - The CSP shall restrict access to system components under its responsibility, that are used for logging and monitoring, with strong authentication (for example multi-factor authentication).',1,'NA','NA','NA',1,2,'NA','NA'),(340,'OPS-15.2S','OPS-15.2S - Changes to the logging and monitoring configuration are made in accordance with applicable policies (cf. CCM-01).',1,'NA','NA','NA',1,2,'NA','NA'),(341,'OPS-15.1H','OPS-15.1H - The CSP shall restrict access to system components under its responsibility, that are used for logging and monitoring, with strong authentication (for example multi-factor authentication).',1,'NA','NA','NA',1,3,'NA','NA'),(342,'OPS-15.2H','OPS-15.2H - Changes to the logging and monitoring configuration are made in accordance with applicable policies (cf. CCM-01).',1,'NA','NA','NA',1,3,'NA','NA'),(343,'OPS-16.1B','OPS-16.1B - The CSP shall monitor the system components for logging and monitoring under its responsibility, and shall automatically report failures to the responsible departments for assessment and remediation.',1,'NA','NA','NA',1,1,'NA','NA'),(344,'OPS-16.1S','OPS-16.1S - The CSP shall monitor the system components for logging and monitoring under its responsibility, and shall automatically report failures to the responsible departments for assessment and remediation.',1,'NA','NA','NA',1,2,'NA','NA'),(345,'OPS-16.1H','OPS-16.1H - The CSP shall monitor the system components for logging and monitoring under its responsibility, and shall automatically report failures to the responsible departments for assessment and remediation.',1,'NA','NA','NA',1,3,'NA','NA'),(346,'OPS-16.2H','OPS-16.2H - The CSP shall design the system components for logging and monitoring in such a way that the overall functionality is not restricted if individual components fail.',1,'NA','NA','NA',1,3,'NA','NA'),(347,'OPS-17.1B','OPS-17.1B - The CSP shall define and implement, in accordance with ISP-02, policies and procedures, including technical and organisational measures to ensure the timely identification and addressing of vulnerabilities in the system components used to provide the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(348,'OPS-17.2B','OPS-17.2B - The CSP shall use a scoring system for the assessment of vulnerabilities that includes at least “critical” and “high” classes of vulnerabilities.',1,'NA','NA','NA',1,1,'NA','NA'),(349,'OPS-17.1S','OPS-17.1S - The CSP shall define and implement, in accordance with ISP-02, policies and procedures, including technical and organisational measures to ensure the timely identification and addressing of vulnerabilities in the system components used to provide the cloud service, covering at least the following aspects:\n(1) Regular identification of vulnerabilities;\n(2) Assessment of the severity of identified vulnerabilities;\n(3) Prioritisation and implementation of actions to promptly remediate or mitigate identified vulnerabilities based on severity and according to defined case specific timelines; and\n(4) Handling of system components for which no measures are initiated for the timely remediation or mitigation of vulnerabilities.',1,'NA','NA','NA',1,2,'NA','NA'),(350,'OPS-17.2S','OPS-17.2S - The CSP shall use a scoring system for the assessment of vulnerabilities that includes at least “critical” and “high” classes of vulnerabilities.',1,'NA','NA','NA',1,2,'NA','NA'),(351,'OPS-17.3S','OPS-17.3S - The CSP shall mandate in its policies and procedures that “critical” vulnerabilities are to be immediately engaged after identification of the critical vulnerability, even outside the working day, and that work on “high” vulnerabilities must begin within one working day, with a regular follow-up of the vulnerability until it has been remediated.',1,'NA','NA','NA',1,2,'NA','NA'),(352,'OPS-17.1H','OPS-17.1H - The CSP shall define and implement, in accordance with ISP-02, policies and procedures, including technical and organisational measures to ensure the timely identification and addressing of vulnerabilities in the system components used to provide the cloud service, covering at least the following aspects:\n(1) Regular identification of vulnerabilities;\n(2) Assessment of the severity of identified vulnerabilities;\n(3) Prioritisation and implementation of actions to promptly remediate or mitigate identified vulnerabilities based on severity and according to defined case specific timelines; and\n(4) Handling of system components for which no measures are initiated for the timely remediation or mitigation of vulnerabilities.',1,'NA','NA','NA',1,3,'NA','NA'),(353,'OPS-17.2H','OPS-17.2H - The CSP shall use a scoring system for the assessment of vulnerabilities that includes at least “critical” and “high” classes of vulnerabilities.',1,'NA','NA','NA',1,3,'NA','NA'),(354,'OPS-17.3H','OPS-17.3H - The CSP shall mandate in its policies and procedures that “critical” vulnerabilities are to be immediately engaged after identification of the critical vulnerability, even outside the working day, and that work on “high” vulnerabilities must begin within one working day, with a regular follow-up of the vulnerability until it has been remediated.',1,'NA','NA','NA',1,3,'NA','NA'),(355,'OPS-17.4H','OPS-17.4H - The CSP, based on its asset inventory (cf. AM-01), shall identify vulnerabilities of components accessing CSC data or components critical to providing cloud service, and shall remediate as quickly as possible the vulnerabilities affecting these components, including those whose criticality has been assessed lower than “high” by the component vendor.',1,'NA','NA','NA',1,3,'NA','NA'),(356,'OPS-18.1B','OPS-18.1B - The CSP shall publish and maintain a publicly and easily accessible online register of vulnerabilities that affect the cloud service and assets provided by the CSP that the CSCs have to install or operate under their own responsibility.',1,'NA','NA','NA',1,1,'NA','NA'),(357,'OPS-18.2B','OPS-18.2B - The online register shall indicate at least the following information for every vulnerability:\n(1) A presentation of the vulnerability following an industry-accepted scoring system;\n(2) A description of the remediation options for that vulnerability;\n(3) Information on the availability of updates or patches for that vulnerability;\n(4) Information about the remediation or deployment of patches or updates by the CSP or CSC, including detailed instructions for operations to be performed by the CSC.',1,'NA','NA','NA',1,1,'NA','NA'),(358,'OPS-18.3B','OPS-18.3B - The CSP shall publish and maintain a publicly and easily accessible online register of vulnerabilities that affect the cloud service and assets provided by the CSP that the CSCs have to install, provide or operate under their own responsibility.',1,'NA','NA','NA',1,1,'NA','NA'),(359,'OPS-18.4B','OPS-18.4B - The CSP shall consult regularly the online registers published by its subservice providers and suppliers, analyse the potential impact of the published vulnerabilities on the cloud service, and handle them according to the vulnerability handling process (cf.OPS-17).',1,'NA','NA','NA',1,1,'NA','NA'),(360,'OPS-18.1S','OPS-18.1S - The CSP shall publish and maintain at least daily a publicly and easily accessible online register of vulnerabilities that affect the cloud service and assets provided by the CSP that the CSCs have to install or operate under their own responsibility.',1,'NA','NA','NA',1,2,'NA','NA'),(361,'OPS-18.2S','OPS-18.2S - The online register shall indicate at least the following information for every vulnerability:\n(1) A presentation of the vulnerability following an industry-accepted scoring system;\n(2) A description of the remediation options for that vulnerability;\n(3) Information on the availability of updates or patches for that vulnerability;\n(4) Information about the remediation or deployment of patches or updates by the CSP or CSC, including detailed instructions for operations to be performed by the CSC.',1,'NA','NA','NA',1,2,'NA','NA'),(362,'OPS-18.3S','OPS-18.3S - The CSP shall publish and maintain a publicly and easily accessible online register of vulnerabilities that affect the cloud service and assets provided by the CSP that the CSCs have to install, provide or operate under their own responsibility.',1,'NA','NA','NA',1,2,'NA','NA'),(363,'OPS-18.4S','OPS-18.4S - The CSP shall consult at least daily the online registers published by its subservice providers and suppliers, analyse the potential impact of the published vulnerabilities on the cloud service, and handle them according to the vulnerability handling process (cf.OPS-17).',1,'NA','NA','NA',1,2,'NA','NA'),(364,'OPS-18.5S','OPS-18.5S - The information contained in the online register shall include sufficient information to form a suitable basis for risk assessment and possible follow-up measures on the part of CSCs',1,'NA','NA','NA',1,2,'NA','NA'),(365,'OPS-18.1H','OPS-18.1H - The CSP shall publish and maintain at least daily a publicly and easily accessible online register of vulnerabilities that affect the cloud service and assets provided by the CSP that the CSCs have to install or operate under their own responsibility.',1,'NA','NA','NA',1,3,'NA','NA'),(366,'OPS-18.2H','OPS-18.2H - The online register shall indicate at least the following information for every vulnerability:\n(1) A presentation of the vulnerability following an industry-accepted scoring system;\n(2) A description of the remediation options for that vulnerability;\n(3) Information on the availability of updates or patches for that vulnerability;\n(4) Information about the remediation or deployment of patches or updates by the CSP or CSC, including detailed instructions for operations to be performed by the CSC.',1,'NA','NA','NA',1,3,'NA','NA'),(367,'OPS-18.3H','OPS-18.3H - The CSP shall publish and maintain a publicly and easily accessible online register of vulnerabilities that affect the cloud service and assets provided by the CSP that the CSCs have to install, provide or operate under their own responsibility.',1,'NA','NA','NA',1,3,'NA','NA'),(368,'OPS-18.4H','OPS-18.4H - The CSP shall consult at least daily the online registers published by its subservice providers and suppliers, analyse the potential impact of the published vulnerabilities on the cloud service, and handle them according to the vulnerability handling process (cf.OPS-17).',1,'NA','NA','NA',1,3,'NA','NA'),(369,'OPS-18.5H','OPS-18.5H - The information contained in the online register shall include sufficient information to form a suitable basis for risk assessment and possible follow-up measures on the part of CSCs',1,'NA','NA','NA',1,3,'NA','NA'),(370,'OPS-18.6H','OPS-18.6H - The CSP shall provide and promote, where appropriate, automatic update mechanisms for the assets provided by the CSP that the CSCs have to install or operate under their own responsibility, to ease the rollout of patches and updates after an initial approval from the CSC.',1,'NA','NA','NA',1,3,'NA','NA'),(371,'OPS-19.1B','OPS-19.1B - The CSP shall perform on a regular basis tests to detect publicly known vulnerabilities on the system components used to provide the cloud service, in accordance with policies for handling vulnerabilities (cf. OPS-17).',1,'NA','NA','NA',1,1,'NA','NA'),(372,'OPS-19.1S','OPS-19.1S - The CSP shall perform at least monthly  tests to detect publicly known vulnerabilities on the system components used to provide the cloud service, in accordance with policies for handling vulnerabilities (cf. OPS-17).',1,'NA','NA','NA',1,2,'NA','NA'),(373,'OPS-19.2S','OPS-19.2S - The CSP shall have penetration tests carried out by qualified employees or external service providers, according to a documented test methodology and including in their scope the system components relevant to the provision of the cloud service in the area of responsibility of the CSP, as identified in a risk assessment.',1,'NA','NA','NA',1,2,'NA','NA'),(374,'OPS-19.3S','OPS-19.3S - The CSP shall perform such penetration tests at least annually, and in case of significant changes to the cloud service.',1,'NA','NA','NA',1,2,'NA','NA'),(375,'OPS-19.4S','OPS-19.4S - The CSP shall assess the penetration test findings and handle each identified vulnerability according to defined policies and procedures (cf. OPS-18).',1,'NA','NA','NA',1,2,'NA','NA'),(376,'OPS-19.5S','OPS-19.5S - The CSP shall perform a root cause analysis on the vulnerabilities discovered through penetration testing in order to assess to which extent similar vulnerabilities may be present in the cloud system.',1,'NA','NA','NA',1,2,'NA','NA'),(377,'OPS-19.6S','OPS-19.6S - The CSP shall correlate the possible exploits of discovered vulnerabilities with previous security incidents to identify if the vulnerability may have been exploited before its discovery.',1,'NA','NA','NA',1,2,'NA','NA'),(378,'OPS-19.1H','OPS-19.1H - The CSP shall perform at least monthly tests to detect publicly known vulnerabilities on the system components used to provide the cloud service, in accordance with policies for handling vulnerabilities (cf. OPS-17).',1,'NA','NA','NA',1,3,'NA','NA'),(379,'OPS-19.2H','OPS-19.2H - The CSP shall perform a threat and vulnerability analysis, including in its scope the system components relevant to the provision of the cloud service in the area of responsibility of the CSP, based on reviews of the architecture and configuration of these system components, and of the CSP’s source code, and on the performance of penetration tests by a qualified and independent team, including employees and external service providers, according to a documented test methodology.',1,'NA','NA','NA',1,3,'NA','NA'),(380,'OPS-19.3H','OPS-19.3H - The CSP shall review this threat and vulnerability analysis at least annually, and in case of significant changes to the cloud service, including the performance of reviews and penetration tests on system components, as deemed necessary.',1,'NA','NA','NA',1,3,'NA','NA'),(381,'OPS-19.4H','OPS-19.4H - The CSP shall assess the findings from the threat and vulnerability analysis and handle each identified vulnerability according to defined policies and procedures (cf. OPS-18).',1,'NA','NA','NA',1,3,'NA','NA'),(382,'OPS-19.5H','OPS-19.5H - The CSP shall perform a root cause analysis on the vulnerabilities discovered during the threat and vulnerability analysis in order to assess to which extent similar vulnerabilities may be present in the cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(383,'OPS-19.6H','OPS-19.6H - The CSP shall correlate the possible exploits of discovered vulnerabilities with previous security incidents to identify if the vulnerability may have been exploited before its discovery.',1,'NA','NA','NA',1,3,'NA','NA'),(384,'OPS-19.7H','OPS-19.7H - The CSP shall plan the activities of the threat and vulnerability analysis, including system component reviews and penetration testing, in a multi-annual work programme.',1,'NA','NA','NA',1,3,'NA','NA'),(385,'OPS-20.1B','OPS-20.1B - The CSP shall regularly measure, analyse and assess the procedures with which vulnerabilities and security incidents are handled to verify their continued suitability, appropriateness and effectiveness.',1,'NA','NA','NA',1,1,'NA','NA'),(386,'OPS-20.1S','OPS-20.1S - The CSP shall regularly measure, analyse and assess the procedures with which vulnerabilities and security incidents are handled to verify their continued suitability, appropriateness and effectiveness.',1,'NA','NA','NA',1,2,'NA','NA'),(387,'OPS-20.2S','OPS-20.2S - The CSP shall organize a quarterly review of the results of this assessment by accountable departments to initiate continuous improvement actions and verify their effectiveness.',1,'NA','NA','NA',1,2,'NA','NA'),(388,'OPS-20.1H','OPS-20.1H - The CSP shall regularly measure, analyse and assess the procedures with which vulnerabilities and security incidents are handled to verify their continued suitability, appropriateness and effectiveness.',1,'NA','NA','NA',1,3,'NA','NA'),(389,'OPS-20.2H','OPS-20.2H - The CSP shall organize a quarterly review of the results of this assessment by accountable departments to initiate continuous improvement actions and verify their effectiveness.',1,'NA','NA','NA',1,3,'NA','NA'),(390,'OPS-21.1B','OPS-21.1B - The CSP shall harden all the system components under its responsibility that are used to provide the cloud service, according to accepted industry standards.',1,'NA','NA','NA',1,1,'NA','NA'),(391,'OPS-21.2B','OPS-21.2B - The hardening requirements for each system component shall be documented.',1,'NA','NA','NA',1,1,'NA','NA'),(392,'OPS-21.1S','OPS-21.1S - The CSP shall harden all the system components under its responsibility that are used to provide the cloud service, according to accepted industry standards.',1,'NA','NA','NA',1,2,'NA','NA'),(393,'OPS-21.2S','OPS-21.2S - The hardening requirements for each system component shall be documented.',1,'NA','NA','NA',1,2,'NA','NA'),(394,'OPS-21.1H','OPS-21.1H - The CSP shall harden all the system components under its responsibility that are used to provide the cloud service, according to accepted industry standards, and automatically monitor these system components for conformity with hardening requirements.',1,'NA','NA','NA',1,3,'NA','NA'),(395,'OPS-21.2H','OPS-21.2H - The hardening requirements for each system component shall be documented.',1,'NA','NA','NA',1,3,'NA','NA'),(396,'OPS-22.1B','OPS-22.1B - The CSP shall segregate from other CSCs the data stored and processed on shared virtual and physical resources on behalf of a CSC to ensure the confidentiality and integrity of this data.',1,'NA','NA','NA',1,1,'NA','NA'),(397,'OPS-22.1S','OPS-22.1S - The CSP shall segregate the CSC data stored and processed on shared virtual and physical resources to ensure the confidentiality and integrity of this data, according to the results of a risk assessment (cf. RM-01) and following policies on cryptography (cf. CKM-01) when relevant.',1,'NA','NA','NA',1,2,'NA','NA'),(398,'OPS-22.1H','OPS-22.1H - The CSP shall segregate the CSC data stored and processed on shared virtual and physical resources to ensure the confidentiality and integrity of this data, according to the results of a risk assessment (cf. RM-01) and following policies on cryptography (cf. CKM-01) when relevant.',1,'NA','NA','NA',1,3,'NA','NA'),(399,'IAM-01.1B','IAM-01.1B - The CSP shall define role and rights policies and procedures for controlling access to information resources, according to ISP-02 and based on the business and security requirements of the CSP, in which at least the following aspects are covered:\n(1) Parameters to be considered for making access control decisions;\n(2) Granting and modifying access rights based on the “least-privilege” principle and on the “need to-know” principle;\n(3) Segregation of duties between managing, approving and assigning access rights;\n(4) Dedicated rules for users with privileged access;\n(5) Requirements for the approval and documentation of the management of access rights.',1,'NA','NA','NA',1,1,'NA','NA'),(400,'IAM-01.2B','IAM-01.2B - The CSP shall link the access control policy defined in IAM-01.1 with the physical access control policy defined in PS-02.1, to guarantee that the access to the premises where information is located is also controlled.',1,'NA','NA','NA',1,1,'NA','NA'),(401,'IAM-01.1S','IAM-01.1S - The CSP shall define role and rights policies and procedures for controlling access to information resources, according to ISP-02 and based on role-based access control and based on the business and security requirements of the CSP, in which at least the following aspects are covered:\n(1) Parameters to be considered for making access control decisions;\n(2) Granting and modifying access rights based on the “least-privilege” principle and on the “need to-know” principle;\n(3) Use of a role-based mechanism for the assignment of access rights;\n(4) Segregation of duties between managing, approving and assigning access rights;\n(5) Dedicated rules for users with privileged access;\n(6) Requirements for the approval and documentation of the management of access rights.',1,'NA','NA','NA',1,2,'NA','NA'),(402,'IAM-01.2S','IAM-01.2S - The CSP shall link the access control policy defined in IAM-01.1 with the physical access control policy defined in PS-02.1, to guarantee that the access to the premises where information is located is also controlled.',1,'NA','NA','NA',1,2,'NA','NA'),(403,'IAM-01.1H','IAM-01.1H - The CSP shall define role and rights policies and procedures for controlling access to information resources, according to ISP-02 and based on role-based access control and based on the business and security requirements of the CSP, in which at least the following aspects are covered:\n(1) Parameters to be considered for making access control decisions;\n(2) Granting and modifying access rights based on the “least-privilege” principle and on the “need to-know” principle;\n(3) Use of a role-based mechanism for the assignment of access rights;\n(4) Segregation of duties between managing, approving and assigning access rights;\n(5) Dedicated rules for users with privileged access;\n(6) Requirements for the approval and documentation of the management of access rights.',1,'NA','NA','NA',1,3,'NA','NA'),(404,'IAM-01.2H','IAM-01.2H - The CSP shall link the access control policy defined in IAM-01.1 with the physical access control policy defined in PS-02.1, to guarantee that the access to the premises where information is located is also controlled.',1,'NA','NA','NA',1,3,'NA','NA'),(405,'IAM-01.3H','IAM-01.3H - The CSP shall document any potential conflicts between access rights, for segregation of duties or other reasons, and enforce that these conflicts of access rights do not occur.',1,'NA','NA','NA',1,3,'NA','NA'),(406,'IAM-02.1B','IAM-02.1B - The CSP shall define policies for managing accounts, according to ISP-02, in which at least the following aspects are described:\n(1) Parameters to be considered for making access control decisions;\n(2) Assignment of unique usernames;\n(3) Definition of the different types of accounts supported, and assignment of access control parameters and roles to be considered for each type;\n(4) Events and periods of inactivity leading to blocking and revoking accounts.',1,'NA','NA','NA',1,1,'NA','NA'),(407,'IAM-02.2B','IAM-02.2B - The CSP shall define and implement according to ISP-02 procedures for managing user accounts and access rights to employees that comply with the role and rights policies (cf. IAM-01) and with the policies for managing accounts.',1,'NA','NA','NA',1,1,'NA','NA'),(408,'IAM-02.3B','IAM-02.3B - The CSP shall define and implement according to ISP-02 procedures for managing shared accounts and associated access rights that comply with the role and rights policies (cf. IAM-01) and with the policies for managing accounts.',1,'NA','NA','NA',1,1,'NA','NA'),(409,'IAM-02.4B','IAM-02.4B - The CSP shall define and implement according to ISP-02 procedures for managing non-human accounts and associated access rights to system components involved in the operation of the cloud service that comply with the role and rights policies (cf. IAM-01) and with the policies for managing accounts.',1,'NA','NA','NA',1,1,'NA','NA'),(410,'IAM-02.5B','IAM-02.5B - The CSP shall be able to provide, for a given user account, whether it falls under the responsibility of the CSP or of the CSC, as well as the list of the access rights currently granted to that account',1,'NA','NA','NA',1,1,'NA','NA'),(411,'IAM-02.1S','IAM-02.1S - The CSP shall define policies for managing accounts, according to ISP-02, in which at least the following aspects are described:\n(1) Parameters to be considered for making access control decisions;\n(2) Assignment of unique usernames;\n(3) Definition of the different types of accounts supported, and assignment of access control parameters and roles to be considered for each type;\n(4) Events and periods of inactivity leading to blocking and revoking accounts.',1,'NA','NA','NA',1,2,'NA','NA'),(412,'IAM-02.2S','IAM-02.2S - The CSP shall define and implement according to ISP-02 procedures for managing user accounts and access rights to employees that comply with the role and rights policies (cf. IAM-01) and with the policies for managing accounts.',1,'NA','NA','NA',1,2,'NA','NA'),(413,'IAM-02.3S','IAM-02.3S - The CSP shall define and implement according to ISP-02 procedures for managing shared accounts and associated access rights that comply with the role and rights policies (cf. IAM-01) and with the policies for managing accounts.',1,'NA','NA','NA',1,2,'NA','NA'),(414,'IAM-02.4S','IAM-02.4S - The CSP shall define and implement according to ISP-02 procedures for managing non-human accounts and associated access rights to system components involved in the operation of the cloud service that comply with the role and rights policies (cf. IAM-01) and with the policies for managing accounts.',1,'NA','NA','NA',1,2,'NA','NA'),(415,'IAM-02.5S','IAM-02.5S - The CSP shall be able to provide, for a given user account, whether it falls under the responsibility of the CSP or of the CSC, as well as the list of the access rights currently granted to that account',1,'NA','NA','NA',1,2,'NA','NA'),(416,'IAM-02.6S','IAM-02.6S - The CSP shall extend these policies for accounts under their responsibility with the following aspects:\n(1) Segregation of duties between managing, approving and assigning access rights to accounts;\n(2) Regular review of assigned accounts and associated access rights;\n(3) Blocking and revoking accounts in the event of inactivity or potential account compromise;\n(4) Requirements for the approval and documentation of the management of accounts.',1,'NA','NA','NA',1,2,'NA','NA'),(417,'IAM-02.7S','IAM-02.7S - The CSP shall extend these policies for accounts under the responsibility of the CSCs with the following aspects:\n(1) Access control mechanisms available to CSCs;\n(2) Access control parameters that the CSC is allowed to configure.',1,'NA','NA','NA',1,2,'NA','NA'),(418,'IAM-02.8S','IAM-02.8S - The CSP shall offer CSCs a self-service mechanism with which they can independently manage the accounts under their responsibility.',1,'NA','NA','NA',1,2,'NA','NA'),(419,'IAM-02.1H','IAM-02.1H - The CSP shall define policies for managing accounts, according to ISP-02, in which at least the following aspects are described:\n(1) Parameters to be considered for making access control decisions;\n(2) Assignment of unique usernames;\n(3) Definition of the different types of accounts supported, and assignment of access control parameters and roles to be considered for each type;\n(4) Events and periods of inactivity leading to blocking and revoking accounts.',1,'NA','NA','NA',1,3,'NA','NA'),(420,'IAM-02.2H','IAM-02.2H - The CSP shall define and implement according to ISP-02 procedures for managing user accounts and access rights to employees that comply with the role and rights policies (cf. IAM-01) and with the policies for managing accounts.',1,'NA','NA','NA',1,3,'NA','NA'),(421,'IAM-02.3H','IAM-02.3H - The CSP shall define and implement according to ISP-02 procedures for managing shared accounts and associated access rights that comply with the role and rights policies (cf. IAM-01) and with the policies for managing accounts.',1,'NA','NA','NA',1,3,'NA','NA'),(422,'IAM-02.4H','IAM-02.4H - The CSP shall define and implement according to ISP-02 procedures for managing non-human accounts and associated access rights to system components involved in the operation of the cloud service that comply with the role and rights policies (cf. IAM-01) and with the policies for managing accounts.',1,'NA','NA','NA',1,3,'NA','NA'),(423,'IAM-02.5H','IAM-02.5H - The CSP shall be able to provide, for a given user account, whether it falls under the responsibility of the CSP or of the CSC, as well as the list of the access rights currently granted to that account',1,'NA','NA','NA',1,3,'NA','NA'),(424,'IAM-02.6H','IAM-02.6H - The CSP shall extend these policies for accounts under their responsibility with the following aspects:\n(1) Segregation of duties between managing, approving and assigning access rights to accounts;\n(2) Regular review of assigned accounts and associated access rights;\n(3) Blocking and revoking accounts in the event of inactivity or potential account compromise;\n(4) Requirements for the approval and documentation of the management of accounts.',1,'NA','NA','NA',1,3,'NA','NA'),(425,'IAM-02.7H','IAM-02.7H - The CSP shall extend these policies for accounts under the responsibility of the CSCs with the following aspects:\n(1) Access control mechanisms available to CSCs;\n(2) Access control parameters that the CSC is allowed to configure.',1,'NA','NA','NA',1,3,'NA','NA'),(426,'IAM-02.8H','IAM-02.8H - The CSP shall offer CSCs a self-service with which they can independently manage user accounts for all users under their responsibility.',1,'NA','NA','NA',1,3,'NA','NA'),(427,'IAM-03.1B','IAM-03.1B - The CSP shall document and implement an automated mechanism to block user accounts after a certain period of inactivity.',1,'NA','NA','NA',1,1,'NA','NA'),(428,'IAM-03.2B','IAM-03.2B - The CSP shall document and implement an automated mechanism to block accounts after a certain number of failed authentication attempts.',1,'NA','NA','NA',1,1,'NA','NA'),(429,'IAM-03.1S','IAM-03.1S - The CSP shall document and implement an automated mechanism to block user accounts after a certain period of inactivity, as defined in the policy of AIM-02. Such user accounts are:\n(1) Of employees of the CSP as well as for system components involved in automated authorisation processes; and\n(2) Associated with identities assigned to persons, identities assigned to non-human entities and identities assigned to multiple persons.',1,'NA','NA','NA',1,2,'NA','NA'),(430,'IAM-03.2S','IAM-03.2S - The CSP shall document and implement an automated mechanism to block accounts after a certain number of failed authentication attempts, as defined in the policy of AIM-02, based on the risks of the accounts, associated access rights and authentication mechanisms.',1,'NA','NA','NA',1,2,'NA','NA'),(431,'IAM-03.3S','IAM-03.3S - The CSP shall document and implement a process to monitor stolen and compromised credentials and lock any pending account for which an issue is identified, pending a review by an authorized person, and implement it on all user accounts to which privileged access rights are assigned.',1,'NA','NA','NA',1,2,'NA','NA'),(432,'IAM-03.4S','IAM-03.4S - Approval from authorised personnel or system components is required to unlock accounts locked automatically.',1,'NA','NA','NA',1,2,'NA','NA'),(433,'IAM-03.5S','IAM-03.5S - The CSP shall document and implement an automated mechanism to revoke accounts that have been blocked by another automatic mechanism after a certain period of inactivity, as defined in the policy of AIM-02 for user accounts.',1,'NA','NA','NA',1,2,'NA','NA'),(434,'IAM-03.1H','IAM-03.1H - The CSP shall document and implement an automated mechanism to block user accounts after a certain period of inactivity, as defined in the policy of AIM-02, for user accounts, and automatically monitor its application. Such user accounts are:\n(1) Of employees of the CSP as well as for system components involved in automated authorisation processes; and\n(2) Associated with identities assigned to persons, identities assigned to non-human entities and identities assigned to multiple persons.',1,'NA','NA','NA',1,3,'NA','NA'),(435,'IAM-03.2H','IAM-03.2H - The CSP shall document and implement an automated mechanism to block accounts after a certain number of failed authentication attempts, as defined in the policy of AIM-02, based on the risks of the accounts, associated access rights and authentication mechanisms, and automatically monitor its application',1,'NA','NA','NA',1,3,'NA','NA'),(436,'IAM-03.3H','IAM-03.3H - The CSP shall document and implement a process to monitor stolen and compromised credentials and lock any pending user account for which an issue is identified, pending a review by an authorized person, and implement it on all user accounts.',1,'NA','NA','NA',1,3,'NA','NA'),(437,'IAM-03.4H','IAM-03.4H - Approval from authorised personnel or system components is required to unlock accounts locked automatically.',1,'NA','NA','NA',1,3,'NA','NA'),(438,'IAM-03.5H','IAM-03.5H - The CSP shall document and implement an automated mechanism to revoke accounts that have been blocked by another automatic mechanism after a certain period of inactivity, as defined in the policy of AIM-02 for user accounts, and automatically monitor its application.',1,'NA','NA','NA',1,3,'NA','NA'),(439,'IAM-03.6H','IAM-03.6H - The CSP shall automatically monitor the context of authentication attempts and flag suspicious events to authorized persons, as relevant.',1,'NA','NA','NA',1,3,'NA','NA'),(440,'IAM-04.1B','IAM-04.1B - The CSP shall document and implement procedures to grant, update, and revoke to an account under its responsibility access rights to resources of the information system of the cloud service, and these procedures shall be in conformity with the role and rights policies and with the policies for managing access rights.',1,'NA','NA','NA',1,1,'NA','NA'),(441,'IAM-04.2B','IAM-04.2B - The CSP shall document and implement a procedure to timely update or revoke the access rights of an internal or external employee when the role and responsibilities of the employee change.',1,'NA','NA','NA',1,1,'NA','NA'),(442,'IAM-04.1S','IAM-04.1S - The CSP shall document and implement procedures to grant, update, and revoke to an account under its responsibility access rights to resources of the information system of the cloud service, and these procedures shall be in conformity with the role and rights policies and with the policies for managing access rights.',1,'NA','NA','NA',1,2,'NA','NA'),(443,'IAM-04.2S','IAM-04.2S - The CSP shall document and implement a procedure to update or revoke the access rights of an internal or external employee when the role and responsibilities of the employee change, within 48 hours of the role change for privileged access rights and within 14 days for other access rights.',1,'NA','NA','NA',1,2,'NA','NA'),(444,'IAM-04.3S','IAM-04.3S - If the CSP defines emergency accounts to be used when the main authentication technology is not available, then the CSP shall define and enforce specific requirements related to these accounts.',1,'NA','NA','NA',1,2,'NA','NA'),(445,'IAM-04.4S','IAM-04.4S - The CSP shall offer CSCs a self-service with which they can independently manage access rights for all accounts under their responsibility.',1,'NA','NA','NA',1,2,'NA','NA'),(446,'IAM-04.1H','IAM-04.1H - The CSP shall document and implement procedures to grant, update, and revoke to an account under its responsibility access rights to resources of the information system of the cloud service, and these procedures shall be in conformity with the role and rights policies and with the policies for managing access rights.',1,'NA','NA','NA',1,3,'NA','NA'),(447,'IAM-04.2H','IAM-04.2H - The CSP shall document and implement a procedure to update or revoke the access rights of an internal or external employee when the role and responsibilities of the employee change, within 48 hours of the role change for privileged access rights and within 14 days for other access rights.',1,'NA','NA','NA',1,3,'NA','NA'),(448,'IAM-04.3H','IAM-04.3H - If the CSP defines emergency accounts to be used when the main authentication technology is not available, then the CSP shall define and enforce specific requirements related to these accounts.',1,'NA','NA','NA',1,3,'NA','NA'),(449,'IAM-04.4H','IAM-04.4H - The CSP shall offer CSCs a self-service with which they can independently manage access rights for all accounts under their responsibility.',1,'NA','NA','NA',1,3,'NA','NA'),(450,'IAM-04.5H','IAM-04.5H - The CSP shall document and implement a procedure to provide, for a given resource subject to access control the list of all the accounts that have access to it, whether they fall under the\nresponsibility of the CSP or of a CSC, and for every such account the list of access rights currently granted to it.',1,'NA','NA','NA',1,3,'NA','NA'),(451,'IAM-04.6H','IAM-04.6H - The access right management procedures shall follow a dynamic approach.',1,'NA','NA','NA',1,3,'NA','NA'),(452,'IAM-05.1B','IAM-05.1B - The CSP shall review the access rights of all the accounts under its responsibility at least once a year to ensure that they still correspond to the current needs.',1,'NA','NA','NA',1,1,'NA','NA'),(453,'IAM-05.1S','IAM-05.1S - The CSP shall review the access rights of all the accounts under its responsibility at least once a year to ensure that they still correspond to the current needs, which shall be performed by authorised persons under the responsibility of the authorised body that has approved the access rights policies.',1,'NA','NA','NA',1,2,'NA','NA'),(454,'IAM-05.2S','IAM-05.2S - The CSP handles identified deviations timely, but no later than 7 days after their detection, by appropriately revoking or updating access rights.',1,'NA','NA','NA',1,2,'NA','NA'),(455,'IAM-05.3S','IAM-05.3S - The CSP shall provide CSCs with a tool that facilitates reviewing of the access rights of accounts under their responsibility.',1,'NA','NA','NA',1,2,'NA','NA'),(456,'IAM-05.1H','IAM-05.1H - The CSP shall review the access rights of all the accounts under its responsibility at least every six (6) months to ensure that they still correspond to the current needs, which shall be performed by authorised persons under the responsibility of the authorised body that has approved the access rights policies.',1,'NA','NA','NA',1,3,'NA','NA'),(457,'IAM-05.2H','IAM-05.2H - The CSP handles identified deviations timely, but no later than 7 days after their detection, by appropriately revoking or updating access rights.',1,'NA','NA','NA',1,3,'NA','NA'),(458,'IAM-05.3H','IAM-05.3H - The CSP shall provide CSCs with a tool that facilitates reviewing of the access rights of accounts under their responsibility.',1,'NA','NA','NA',1,3,'NA','NA'),(459,'IAM-06.1B','IAM-06.1B - Shared accounts under the responsibility of the CSP shall be assigned only to employees.',1,'NA','NA','NA',1,1,'NA','NA'),(460,'IAM-06.2S','IAM-06.2S - Privileged access rights shall be personalised, limited in time according to a risk assessment and assigned as necessary for the execution of tasks (need-to-know principle).',1,'NA','NA','NA',1,2,'NA','NA'),(461,'IAM-06.3S','IAM-06.3S - Activities of accounts with privileged access rights shall be logged in order to detect any misuse of privileged access or function in suspicious cases, and the logged information shall be automatically monitored for defined events that may indicate misuse.',1,'NA','NA','NA',1,2,'NA','NA'),(462,'IAM-06.4S','IAM-06.4S - The CSP shall document and implement a procedure that, upon detection of potential misuse by this monitoring, informs the responsible personnel so that they can promptly assess whether misuse has occurred and take corresponding action.',1,'NA','NA','NA',1,2,'NA','NA'),(463,'IAM-06.1S','IAM-06.1S - Shared accounts under the responsibility of the CSP shall be assigned only to employees.',1,'NA','NA','NA',1,2,'NA','NA'),(464,'IAM-06.5S','IAM-06.5S - The CSP shall require strong authentication (for example: multi-factor authentication) for accessing the administration interfaces used by the CSP.',1,'NA','NA','NA',1,2,'NA','NA'),(465,'IAM-06.1H','IAM-06.1H - Shared accounts under the responsibility of the CSP shall be assigned only to employees.',1,'NA','NA','NA',1,3,'NA','NA'),(466,'IAM-06.2H','IAM-06.2H - Privileged access rights shall be personalised, limited in time according to a risk assessment and assigned as necessary for the execution of tasks (need-to-know principle).',1,'NA','NA','NA',1,3,'NA','NA'),(467,'IAM-06.3H','IAM-06.3H - Activities of accounts with privileged access rights shall be logged in order to detect any misuse of privileged access or function in suspicious cases, and the logged information shall be automatically monitored for defined events that may indicate misuse.',1,'NA','NA','NA',1,3,'NA','NA'),(468,'IAM-06.4H','IAM-06.4H - The CSP shall document and implement a procedure that, upon detection of potential misuse by this monitoring, informs the responsible personnel so that they can promptly assess whether misuse has occurred and take corresponding action.',1,'NA','NA','NA',1,3,'NA','NA'),(469,'IAM-06.5H','IAM-06.5H - The CSP shall require strong authentication (for example: multi-factor authentication) for accessing the administration interfaces used by the CSP and those offered to the CSCs.',1,'NA','NA','NA',1,3,'NA','NA'),(470,'IAM-06.6H','IAM-06.6H - The CSP must review every three (3) months the list of employees who are responsible for a technical account within its scope of responsibility ',1,'NA','NA','NA',1,3,'NA','NA'),(471,'IAM-06.7H','IAM-06.7H - The CSP shall maintain an up-to-date inventory of the accounts under its responsibility that have privileged access rights ',1,'NA','NA','NA',1,3,'NA','NA'),(472,'IAM-07.1B','IAM-07.1B - The CSP shall define and implement according to ISP-02 policies and procedures about authentication mechanisms, covering at least the following aspects:\n(1) The selection of mechanisms suitable for every type of account and each level of risk;\n(2)The protection of credentials used by the authentication mechanism;\n(3) The generation and distribution of credentials for new accounts;\n(4) Rules for the renewal of credentials, including periodic renewals, renewals in case of loss or compromise; and\n(5) Rules on the required strength of credentials, together with mechanisms to communicate and enforce the rules.',1,'NA','NA','NA',1,1,'NA','NA'),(473,'IAM-07.2B','IAM-07.2B - The access to all environments of the CSP shall be authenticated, including non-production environments.',1,'NA','NA','NA',1,1,'NA','NA'),(474,'IAM-07.3B','IAM-07.3B - All authentication mechanisms shall include a mechanism to block an account after a predefined number of unsuccessful attempts.',1,'NA','NA','NA',1,1,'NA','NA'),(475,'IAM-07.1S','IAM-07.1S - The CSP shall define and implement according to ISP-02 policies and procedures about authentication mechanisms, covering at least the following aspects:\n(1) The selection of mechanisms suitable for every type of account and each level of risk;\n(2)The protection of credentials used by the authentication mechanism;\n(3) The generation and distribution of credentials for new accounts;\n(4) Rules for the renewal of credentials, including periodic renewals, renewals in case of loss or compromise; and\n(5) Rules on the required strength of credentials, together with mechanisms to communicate and enforce the rules.',1,'NA','NA','NA',1,2,'NA','NA'),(476,'IAM-07.2S','IAM-07.2S - The access to all environments of the CSP shall be authenticated, including non-production environments.',1,'NA','NA','NA',1,2,'NA','NA'),(477,'IAM-07.3S','IAM-07.3S - All authentication mechanisms shall include a mechanism to block an account after a predefined number of unsuccessful attempts.',1,'NA','NA','NA',1,2,'NA','NA'),(478,'IAM-07.4S','IAM-07.4S - The access to all environments containing CSC data, including the production environment of the CSP shall require strong authentication (for example multi-factor authentication).',1,'NA','NA','NA',1,2,'NA','NA'),(479,'IAM-07.5S','IAM-07.5S - Within an environment, user authentication shall be performed through passwords, digitally signed certificates or procedures that achieve at least an equivalent level of security ',1,'NA','NA','NA',1,2,'NA','NA'),(480,'IAM-07.6S','IAM-07.6S - For access to non-personal shared accounts, the CSP shall implement measures that require the users to be authenticated with their personal account before being able to access these shared accounts ',1,'NA','NA','NA',1,2,'NA','NA'),(481,'IAM-07.7S','IAM-07.7S - The CSP shall offer strong authentication methods (for example multi-factor authentication) to the CSC for use with the accounts under their responsibility.',1,'NA','NA','NA',1,2,'NA','NA'),(482,'IAM-07.8S','IAM-07.8S - The CSP shall distribute credentials using out-of-band communication means.',1,'NA','NA','NA',1,2,'NA','NA'),(483,'IAM-07.1H','IAM-07.1H - The CSP shall define and implement according to ISP-02 policies and procedures about authentication mechanisms, covering at least the following aspects:\n(1) The selection of mechanisms suitable for every type of account and each level of risk;\n(2)The protection of credentials used by the authentication mechanism;\n(3) The generation and distribution of credentials for new accounts;\n(4) Rules for the renewal of credentials, including periodic renewals, renewals in case of loss or compromise; and\n(5) Rules on the required strength of credentials, together with mechanisms to communicate and enforce the rules.',1,'NA','NA','NA',1,3,'NA','NA'),(484,'IAM-07.2H','IAM-07.2H - The access to all environments of the CSP shall be authenticated, including non-production environments.',1,'NA','NA','NA',1,3,'NA','NA'),(485,'IAM-07.3H','IAM-07.3H - All authentication mechanisms shall include a mechanism to block an account after a predefined number of unsuccessful attempts.',1,'NA','NA','NA',1,3,'NA','NA'),(486,'IAM-07.4H','IAM-07.4H - The access to all environments containing CSC data, including the production environment of the CSP shall require strong authentication (for example multi-factor authentication).',1,'NA','NA','NA',1,3,'NA','NA'),(487,'IAM-07.5H','IAM-07.5H - Within an environment, user authentication shall be performed through passwords, digitally signed certificates or procedures that achieve at least an equivalent level of security ',1,'NA','NA','NA',1,3,'NA','NA'),(488,'IAM-07.6H','IAM-07.6H - For access to non-personal shared accounts, the CSP shall implement measures that require the users to be authenticated with their personal account before being able to access these shared accounts ',1,'NA','NA','NA',1,3,'NA','NA'),(489,'IAM-07.7H','IAM-07.7H - The CSP shall offer strong authentication methods (for example multi-factor authentication) to the CSC for use with the accounts under their responsibility.',1,'NA','NA','NA',1,3,'NA','NA'),(490,'IAM-07.8H','IAM-07.8H - The CSP shall distribute credentials using out-of-band communication means.',1,'NA','NA','NA',1,3,'NA','NA'),(491,'IAM-08.1B','IAM-08.1B - The CSP shall document, communicate and make available to all users under its responsibility rules and recommendations for the management of credentials, including at least:\n(1) Non-reuse of credentials;\n(2) Trade-offs between entropy and ability to memorize;\n(3) Recommendations for renewal of passwords;\n(4) Rules on storage of passwords.',1,'NA','NA','NA',1,1,'NA','NA'),(492,'IAM-08.2B','IAM-08.2B - Passwords shall be only stored using cryptographically strong hash functions (cf. CKM-01) ',1,'NA','NA','NA',1,1,'NA','NA'),(493,'IAM-08.3B','IAM-08.3B - If cryptographic authentication mechanisms are used, they shall follow the policies and procedures from CKM-01.',1,'NA','NA','NA',1,1,'NA','NA'),(494,'IAM-08.1S','IAM-08.1S - The CSP shall document, communicate and make available to all users under its responsibility rules and recommendations for the management of credentials, including at least:\n(1) Non-reuse of credentials;\n(2) Trade-offs between entropy and ability to memorize;\n(3) Recommendations for renewal of passwords;\n(4) Rules on storage of passwords.\n(5) Recommendations on password managers\n(6) Recommendation to specifically address classical attacks, including phishing, social attacks, and whaling',1,'NA','NA','NA',1,2,'NA','NA'),(495,'IAM-08.2S','IAM-08.2S - Passwords shall be only stored using cryptographically strong hash functions (cf. CKM-01) ',1,'NA','NA','NA',1,2,'NA','NA'),(496,'IAM-08.3S','IAM-08.3S - If cryptographic authentication mechanisms are used, they shall follow the policies and procedures from CKM-01.',1,'NA','NA','NA',1,2,'NA','NA'),(497,'IAM-08.4S','IAM-08.4S - When creating credentials, compliance with policies is enforced automatically as far as technically possible.',1,'NA','NA','NA',1,2,'NA','NA'),(498,'IAM-08.5S','IAM-08.5S - When a credential associated to a personal account is changed or renewed, the person associated to that account shall be notified.',1,'NA','NA','NA',1,2,'NA','NA'),(499,'IAM-08.6S','IAM-08.6S - Any password communicated to a user through e-mail, message or similar shall be changed by the user after its first use, and its validity shall not exceed 14 days after communication to the user.',1,'NA','NA','NA',1,2,'NA','NA'),(500,'IAM-08.7S','IAM-08.7S - The CSP shall make available to the CSC the rules and recommendations that shall or may apply to the users under their responsibility, and provide the CSC with tools to manage and enforce these rules.',1,'NA','NA','NA',1,2,'NA','NA'),(501,'IAM-08.1H','IAM-08.1H - The CSP shall document, communicate and make available to all users under its responsibility rules and recommendations for the management of credentials, including at least:\n(1) Non-reuse of credentials;\n(2) Trade-offs between entropy and ability to memorize;\n(3) Recommendations for renewal of passwords;\n(4) Rules on storage of passwords.\n(5) Recommendations on password managers\n(6) Recommendation to specifically address classical attacks, including phishing, social attacks, and whaling',1,'NA','NA','NA',1,3,'NA','NA'),(502,'IAM-08.2H','IAM-08.2H - Passwords shall be only stored using cryptographically strong hash functions (cf. CKM-01) ',1,'NA','NA','NA',1,3,'NA','NA'),(503,'IAM-08.3H','IAM-08.3H - If cryptographic authentication mechanisms are used, they shall follow the policies and procedures from CKM-01.',1,'NA','NA','NA',1,3,'NA','NA'),(504,'IAM-08.4H','IAM-08.4H - When creating credentials, compliance with policies is enforced automatically as far as technically possible.',1,'NA','NA','NA',1,3,'NA','NA'),(505,'IAM-08.5H','IAM-08.5H - When a credential associated to a personal account is changed or renewed, the person associated to that account shall be notified.',1,'NA','NA','NA',1,3,'NA','NA'),(506,'IAM-08.6H','IAM-08.6H - Any password communicated to a user through e-mail, message or similar shall be changed by the user after its first use, and its validity shall not exceed 14 days after communication to the user.',1,'NA','NA','NA',1,3,'NA','NA'),(507,'IAM-08.7H','IAM-08.7H - The CSP shall make available to the CSC the rules and recommendations that shall or may apply to the users under their responsibility, and provide the CSC with tools to manage and enforce these rules.',1,'NA','NA','NA',1,3,'NA','NA'),(508,'IAM-08.8H','IAM-08.8H - The CSP shall require users under its responsibility to whom authentication credentials are provided to acknowledge that they treat personal (or shared) authentication confidentially and will not share the credentials with other persons.',1,'NA','NA','NA',1,3,'NA','NA'),(509,'IAM-09.1B','IAM-09.1B - The CSP shall implement sufficient partitioning measures between the information system providing the cloud service and its other information systems.',1,'NA','NA','NA',1,1,'NA','NA'),(510,'IAM-09.2B','IAM-09.2B - The CSP shall implement suitable measures for partitioning between the CSCs.',1,'NA','NA','NA',1,1,'NA','NA'),(511,'IAM-09.1S','IAM-09.1S - The CSP shall implement sufficient partitioning measures between the information system providing the cloud service and its other information systems.',1,'NA','NA','NA',1,2,'NA','NA'),(512,'IAM-09.2S','IAM-09.2S - The CSP shall implement suitable measures for partitioning between the CSCs.',1,'NA','NA','NA',1,2,'NA','NA'),(513,'IAM-09.3S','IAM-09.3S - The CSP shall design, develop, configure and deploy the information system providing the cloud service to include a partitioning between the technical infrastructure and the equipment required for the administration of the cloud service and the assets it hosts.',1,'NA','NA','NA',1,2,'NA','NA'),(514,'IAM-09.4S','IAM-09.4S - The CSP shall inform the CSC, through contractual agreements, prior to offering its services, all instances where CSP access in a non-encrypted form to the CSC\'s data processed, stored or transmitted in the cloud service may occur.',1,'NA','NA','NA',1,2,'NA','NA'),(515,'IAM-09.5S','IAM-09.5S - The CSP shall timely inform a CSC, whenever employees of the CSP access to the CSC\'s CSC data processed, stored or transmitted in the cloud service without the prior consent of the CSC, including at least:\n(1) Cause, time, duration, type and scope of the access;\n(2) Enough details to enable subject matters experts of the CSC to assess the risks of the access.',1,'NA','NA','NA',1,2,'NA','NA'),(516,'IAM-09.7S','IAM-09.7S - If the CSP offers to its CSCs interfaces for administrators and for end users, these interfaces shall be separated.',1,'NA','NA','NA',1,2,'NA','NA'),(517,'IAM-09.1H','IAM-09.1H - The CSP shall implement sufficient partitioning measures between the information system providing the cloud service and its other information systems.',1,'NA','NA','NA',1,3,'NA','NA'),(518,'IAM-09.2H','IAM-09.2H - The CSP shall implement suitable measures for partitioning between the CSCs.',1,'NA','NA','NA',1,3,'NA','NA'),(519,'IAM-09.3H','IAM-09.3H - The CSP shall design, develop, configure and deploy the information system providing the cloud service to include a partitioning between the technical infrastructure and the equipment required for the administration of the cloud service and the assets it hosts.',1,'NA','NA','NA',1,3,'NA','NA'),(520,'IAM-09.4H','IAM-09.4H - The CSP shall require prior consent from a CSC before any access to the CSC\'s CSC data processed, stored or transmitted in the cloud service, with enforcement using technical means, and providing meaningful information, including at least:\n(1) Cause, time, duration, type and scope of the access;\n(2) Enough details to enable subject matters experts of the CSC to assess the risks of the access.',1,'NA','NA','NA',1,3,'NA','NA'),(521,'IAM-09.5H','IAM-09.5H - The CSP may agree with the CSC, through contractual agreements, instances where CSP access in a non-encrypted form to the CSC\'s data processed, stored or transmitted in the cloud service may occur where requiring prior consent is not feasible. For example, where troubleshooting the service is necessary to ensure that the CSC’s data remains confidential, available and its integrity preserved.',1,'NA','NA','NA',1,3,'NA','NA'),(522,'IAM-09.6H','IAM-09.6H - The CSP shall separate the administration interfaces made available to CSCs from those made available to its employees, and in particular:\n(1) The accounts under the responsibility of the CSP shall be managed using instances of tools and directories that are different from those used for the management of accounts under the responsibility of the CSCs;\n(2) The administration interfaces made available to CSCs shall not allow for any connection from accounts under the responsibility of the CSP;\n(3) The administration interfaces used by the CSP shall not be accessible from the public network and as such shall not allow for any connection from accounts under the responsibility of the CSC.',1,'NA','NA','NA',1,3,'NA','NA'),(523,'IAM-09.7H','IAM-09.7H - Before granting to an employee direct or indirect access to CSC data, including in support operations, the CSP shall verify that the employee performing the action has passed an appropriate assessment or is supervised by an employee who has passed an appropriate assessment (cf. HR-02.1S).',1,'NA','NA','NA',1,3,'NA','NA'),(524,'IAM-09.8H','IAM-09.8H - In the case of supervised access, the CSP shall ensure that:\n(1) the access is performed using mechanisms that allow the supervising employee to authorize or deny individual actions, ask for explanations, in real time;\n(2) the access rights are revoked at the end of the operation;\n(3) the operations performed are logged as administrative actions.\n(4) In the case of supervised access, the CSP shall ensure that the supervision solution:\n(4a) includes the authentication the supervised employee and the device from which the supervised access is performed;\n(4b) logs the operations proposed by the supervised employee and the actions of the supervisor, including the operations denied by the supervisor;\n(4c) prevents information flows toward the supervised employee’s device.',1,'NA','NA','NA',1,3,'NA','NA'),(525,'CKM-01.1B','CKM-01.1B - The CSP shall define and implement policies with technical and organizational safeguards for cryptography and key management, according to ISP-02, in which at least the following aspects are described:\n(1) Usage of strong cryptographic mechanisms and secure network protocols;\n(2) Requirements for the secure generation, storage, archiving, retrieval, distribution, withdrawal and deletion of the keys;\n(3) Consideration of relevant legal and regulatory obligations and requirements.',1,'NA','NA','NA',1,1,'NA','NA'),(526,'CKM-01.1S','CKM-01.1S - The CSP shall define and implement policies with technical and organizational safeguards for cryptography and key management, according to ISP-02, in which at least the following aspects are described:\n(1) Usage of strong cryptographic mechanisms and secure network protocols, corresponding to the state of the art;\n(2) Requirements for the secure generation, storage, archiving, retrieval, distribution, withdrawal and deletion of the keys;\n(3) Consideration of relevant legal and regulatory obligations and requirements;\n(4) Risk-based provisions for the use of encryption aligned with the data classification schemes and considering the communication channel, type, strength and quality of the encryption',1,'NA','NA','NA',1,2,'NA','NA'),(527,'CKM-01.1H','CKM-01.1H - The CSP shall define and implement policies with technical and organizational safeguards for cryptography and key management, according to ISP-02, in which at least the following aspects are described:\n(1) Usage of strong cryptographic mechanisms and secure network protocols, corresponding to the state of the art;\n(2) Requirements for the secure generation, storage, archiving, retrieval, distribution, withdrawal and deletion of the keys;\n(3) Consideration of relevant legal and regulatory obligations and requirements;\n(4) Risk-based provisions for the use of encryption aligned with the data classification schemes and considering the communication channel, type, strength and quality of the encryption',1,'NA','NA','NA',1,3,'NA','NA'),(528,'CKM-02.1B','CKM-02.1B - The CSP shall define and implement strong cryptographic mechanisms for the transmission of CSC data over public networks, in order to protect the confidentiality, integrity and authenticity of data.',1,'NA','NA','NA',1,1,'NA','NA'),(529,'CKM-02.1S','CKM-02.1S - The CSP shall define and implement strong cryptographic mechanisms for the transmission of CSC data over public networks, in order to protect the confidentiality, integrity and authenticity of data.',1,'NA','NA','NA',1,2,'NA','NA'),(530,'CKM-02.2S','CKM-02.2S - The CSP shall use strong cryptographic mechanisms to protect the communication during remote access to the production environment, including employee authentication.',1,'NA','NA','NA',1,2,'NA','NA'),(531,'CKM-02.1H','CKM-02.1H - The CSP shall define and implement strong cryptographic mechanisms for the transmission of all data over public networks, in order to protect the confidentiality, integrity and authenticity of data.',1,'NA','NA','NA',1,3,'NA','NA'),(532,'CKM-02.2H','CKM-02.2H - The CSP shall use strong cryptographic mechanisms to protect the communication during remote access to the production environment, including employee authentication.',1,'NA','NA','NA',1,3,'NA','NA'),(533,'CKM-03.1B','CKM-03.1B - The CSP shall define and implement procedures and technical safeguards to protect the confidentiality of CSC data during storage, according to ISP-02.',1,'NA','NA','NA',1,1,'NA','NA'),(534,'CKM-03.2B','CKM-03.2B - The CSP shall notify CSCs of updates of these procedures and technical safeguards and to changes in the storage of CSC data that may affect the confidentiality of the data.',1,'NA','NA','NA',1,1,'NA','NA'),(535,'CKM-03.1S','CKM-03.1S - The CSP shall define and implement procedures and technical safeguards to protect the confidentiality of CSC data during storage, according to ISP-02.',1,'NA','NA','NA',1,2,'NA','NA'),(536,'CKM-03.2S','CKM-03.2S - The CSP shall notify CSCs of updates of these procedures and technical safeguards and to changes in the storage of CSC data that may affect the confidentiality of the data.',1,'NA','NA','NA',1,2,'NA','NA'),(537,'CKM-03.3S','CKM-03.3S - The procedures for the use of private and secret keys, including a specific procedure for any exceptions, shall be established in accordance with applicable legal and regulatory obligations and requirements and contractually agreed with the CSC.',1,'NA','NA','NA',1,2,'NA','NA'),(538,'CKM-03.1H','CKM-03.1H - The CSP shall define and implement procedures and technical safeguards to protect the confidentiality of CSC data during storage, according to ISP-02.',1,'NA','NA','NA',1,3,'NA','NA'),(539,'CKM-03.2H','CKM-03.2H - The CSP shall notify CSCs of updates of these procedures and technical safeguards and to changes in the storage of CSC data that may affect the confidentiality of the data.',1,'NA','NA','NA',1,3,'NA','NA'),(540,'CKM-03.3H','CKM-03.3H - The procedures for the use of private and secret keys, including a specific procedure for any exceptions, shall be established in accordance with applicable legal and regulatory obligations and requirements and contractually agreed with the CSC.',1,'NA','NA','NA',1,3,'NA','NA'),(541,'CKM-04.1B','CKM-04.1B - Procedures and technical safeguards for secure key management in the area of responsibility of the CSP shall include at least the following aspects:\n(1) Generation of keys for different cryptographic systems and applications;\n(2) Issuing and obtaining public-key certificates;\n(3) Provisioning and activation of the keys;\n(4) Secure storage of keys including description of how authorised users get access;\n(5) Changing or updating cryptographic keys including policies defining under which conditions and in which manner the changes and/or updates are to be realised;\n(6) Handling of compromised keys; and\n(7) Withdrawal and deletion of keys;',1,'NA','NA','NA',1,1,'NA','NA'),(542,'CKM-04.1S','CKM-04.1S - Procedures and technical safeguards for secure key management in the area of responsibility of the CSP shall include at least the following aspects:\n(1) Generation of keys for different cryptographic systems and applications;\n(2) Issuing and obtaining public-key certificates;\n(3) Provisioning and activation of the keys;\n(4) Secure storage of keys including description of how authorised users get access;\n(5) Changing or updating cryptographic keys including policies defining under which conditions and in which manner the changes and/or updates are to be realised;\n(6) Handling of compromised keys; and\n(7) Withdrawal and deletion of keys;',1,'NA','NA','NA',1,2,'NA','NA'),(543,'CKM-04.2S','CKM-04.2S - For the secure storage of keys, the key management system shall be separated from the application and middleware levels.',1,'NA','NA','NA',1,2,'NA','NA'),(544,'CKM-04.3S','CKM-04.3S - If pre-shared keys are used, the specific provisions relating to the secure use of this procedure shall be specified separately.',1,'NA','NA','NA',1,2,'NA','NA'),(545,'CKM-04.1H','CKM-04.1H - Procedures and technical safeguards for secure key management in the area of responsibility of the CSP shall include at least the following aspects:\n(1) Generation of keys for different cryptographic systems and applications;\n(2) Issuing and obtaining public-key certificates;\n(3) Provisioning and activation of the keys;\n(4) Secure storage of keys including description of how authorised users get access;\n(5) Changing or updating cryptographic keys including policies defining under which conditions and in which manner the changes and/or updates are to be realised;\n(6) Handling of compromised keys; and\n(7) Withdrawal and deletion of keys;',1,'NA','NA','NA',1,3,'NA','NA'),(546,'CKM-04.2H','CKM-04.2H - For the secure storage of keys, the key management system shall be separated from the application and middleware levels.',1,'NA','NA','NA',1,3,'NA','NA'),(547,'CKM-04.3H','CKM-04.3H - If pre-shared keys are used, the specific provisions relating to the secure use of this procedure shall be specified separately.',1,'NA','NA','NA',1,3,'NA','NA'),(548,'CKM-04.4H','CKM-04.4H - For the secure storage of keys and other secrets used for the administration tasks, the CSP shall use a suitable security container , software or hardware.',1,'NA','NA','NA',1,3,'NA','NA'),(549,'CS-01.1B','CS-01.1B - The CSP shall define and implement technical safeguards that are suitable to promptly detect and respond to network-based attacks and to ensure the protection of information and information processing systems, in accordance with ISP-02.',1,'NA','NA','NA',1,1,'NA','NA'),(550,'CS-01.1S','CS-01.1S - The CSP shall document, communicate and implement technical safeguards that are suitable to promptly detect and respond to network-based attacks and to ensure the protection of information and information processing systems, in accordance with ISP-02, and based on the results of a risk analysis carried out according to RM-01.',1,'NA','NA','NA',1,2,'NA','NA'),(551,'CS-01.2S','CS-01.2S - The CSP shall feed into a SIEM (Security Information and Event Management) system, all data from these technical safeguards implemented so that automatic countermeasures regarding correlating security events are initiated.',1,'NA','NA','NA',1,2,'NA','NA'),(552,'CS-01.1H','CS-01.1H - The CSP shall document, communicate and implement technical safeguards that are suitable to promptly detect and respond to network-based attacks and to ensure the protection of information and information processing systems, in accordance with ISP-02, and based on the results of a risk analysis carried out according to RM-01.',1,'NA','NA','NA',1,3,'NA','NA'),(553,'CS-01.2H','CS-01.2H - The CSP shall feed into a SIEM (Security Information and Event Management) system, all data from these technical safeguards implemented so that automatic countermeasures regarding correlating security events are initiated.',1,'NA','NA','NA',1,3,'NA','NA'),(554,'CS-01.3H','CS-01.3H - The CSP shall implement technical safeguards to ensure that only authorized (physical or virtual) devices join its (physical or virtual) network.',1,'NA','NA','NA',1,3,'NA','NA'),(555,'CS-01.4H','CS-01.4H - The CSP shall use technologies for its technical safeguards that provide automated protection and prevention at multiple tiers within the cloud service(s). Thus, mitigating the risk of a vulnerability or bypass technique being able to effectively breach the deployed defensive line.',1,'NA','NA','NA',1,3,'NA','NA'),(556,'CS-02.1B','CS-02.1B - The CSP shall define and implement according to ISP-02 specific security requirements to connect within its network, including at least:\n(1) When the security zones are to be separated and when the CSCs are to be logically or physically segregated;\n(2) What communication relationships and what network and application protocols are permitted in each case;\n(3) How the data traffic for administration and monitoring are segregated from each other at the network level;\n(4) What internal, cross-location communication is permitted; and\n(5) what cross-network communication is allowed.',1,'NA','NA','NA',1,1,'NA','NA'),(557,'CS-02.1S','CS-02.1S - The CSP shall define and implement according to ISP-02 specific security requirements to connect within its network, including at least:\n(1) When the security zones are to be separated and when the CSCs are to be logically or physically segregated;\n(2) What communication relationships and what network and application protocols are permitted in each case;\n(3) How the data traffic for administration and monitoring are segregated from each other at the network level;\n(4) What internal, cross-location communication is permitted; and\n(5) what cross-network communication is allowed.',1,'NA','NA','NA',1,2,'NA','NA'),(558,'CS-02.1H','CS-02.1H - The CSP shall define and implement according to ISP-02 specific security requirements to connect within its network, including at least:\n(1) When the security zones are to be separated and when the CSCs are to be logically or physically segregated;\n(2) What communication relationships and what network and application protocols are permitted in each case;\n(3) How the data traffic for administration and monitoring are segregated from each other at the network level;\n(4) What internal, cross-location communication is permitted; and\n(5) what cross-network communication is allowed.',1,'NA','NA','NA',1,3,'NA','NA'),(559,'CS-03.1B','CS-03.1B - The CSP shall distinguish between trusted and untrusted networks, based on a risk assessment.',1,'NA','NA','NA',1,1,'NA','NA'),(560,'CS-03.2B','CS-03.2B - The CSP shall separate trusted and untrusted networks into different security zones for internal and external network areas (and DMZ, if applicable).',1,'NA','NA','NA',1,1,'NA','NA'),(561,'CS-03.3B','CS-03.3B - The CSP shall design and configure both physical and virtualized network environments to restrict and monitor the connection to trusted or untrusted networks according to the defined security requirements (cf. CS-02).',1,'NA','NA','NA',1,1,'NA','NA'),(562,'CS-03.4B','CS-03.4B - The CSP shall review at specified intervals the business justification for using all services, protocols, and ports. This review shall also include the compensatory measures used for protocols that are considered insecure.',1,'NA','NA','NA',1,1,'NA','NA'),(563,'CS-03.1S','CS-03.1S - The CSP shall distinguish between trusted and untrusted networks, based on a risk assessment according to RM-01.',1,'NA','NA','NA',1,2,'NA','NA'),(564,'CS-03.2S','CS-03.2S - The CSP shall separate trusted and untrusted networks into different security zones for internal and external network areas (and DMZ, if applicable).',1,'NA','NA','NA',1,2,'NA','NA'),(565,'CS-03.3S','CS-03.3S - The CSP shall design and configure both physical and virtualized network environments to restrict and monitor the connection to trusted or untrusted networks according to the defined security requirements (cf. CS-02).',1,'NA','NA','NA',1,2,'NA','NA'),(566,'CS-03.4S','CS-03.4S - The CSP shall review at least annually the design and implementation and configuration undertaken to monitor the connections in a risk-oriented manner, with regard to the defined security requirements.',1,'NA','NA','NA',1,2,'NA','NA'),(567,'CS-03.5S','CS-03.5S - The CSP shall assess the risks of identified vulnerabilities in accordance with the risk management procedure (cf. RM-01) and follow-up measures shall be defined and tracked (cf.OPS-17).',1,'NA','NA','NA',1,2,'NA','NA'),(568,'CS-03.6S','CS-03.6S - The CSP shall protect all SIEM logs to avoid tampering.',1,'NA','NA','NA',1,2,'NA','NA'),(569,'CS-03.1H','CS-03.1H - The CSP shall distinguish between trusted and untrusted networks, based on a risk assessment.',1,'NA','NA','NA',1,3,'NA','NA'),(570,'CS-03.2H','CS-03.2H - The CSP shall separate trusted and untrusted networks into different security zones for internal and external network areas (and DMZ, if applicable).',1,'NA','NA','NA',1,3,'NA','NA'),(571,'CS-03.3H','CS-03.3H - The CSP shall design and configure both physical and virtualized network environments to restrict and monitor the connection to trusted or untrusted networks according to the defined security requirements (cf. CS-02).',1,'NA','NA','NA',1,3,'NA','NA'),(572,'CS-03.4H','CS-03.4H - The CSP shall review at least annually the design and implementation and configuration undertaken to monitor the connections in a risk-oriented manner, with regard to the defined security requirements.',1,'NA','NA','NA',1,3,'NA','NA'),(573,'CS-03.5H','CS-03.5H - The CSP shall assess the risks of identified vulnerabilities in accordance with the risk management procedure (cf. RM-01) and follow-up measures shall be defined and tracked (cf.OPS-17).',1,'NA','NA','NA',1,3,'NA','NA'),(574,'CS-03.6H','CS-03.6H - The CSP shall protect all SIEM logs to avoid tampering.',1,'NA','NA','NA',1,3,'NA','NA'),(575,'CS-04.1B','CS-04.1B - The CSP shall define and implement separate networks for the administrative management of the infrastructure and the operation of management consoles.',1,'NA','NA','NA',1,1,'NA','NA'),(576,'CS-04.2B','CS-04.2B - The CSP shall logically or physically separate the networks for administration from the CSCs’ networks.',1,'NA','NA','NA',1,1,'NA','NA'),(577,'CS-04.3B','CS-04.3B - The CSP shall segregate physically or logically the networks used to migrate or create virtual machines.',1,'NA','NA','NA',1,1,'NA','NA'),(578,'CS-04.1S','CS-04.1S - The CSP shall define and implement separate networks for the administrative management of the infrastructure and the operation of management consoles.',1,'NA','NA','NA',1,2,'NA','NA'),(579,'CS-04.2S','CS-04.2S - The CSP shall logically or physically separate the networks for administration from the CSCs’ networks.',1,'NA','NA','NA',1,2,'NA','NA'),(580,'CS-04.3S','CS-04.3S - The CSP shall segregate physically or logically the networks used to migrate or create virtual machines.',1,'NA','NA','NA',1,2,'NA','NA'),(581,'CS-04.1H','CS-04.1H - The CSP shall define and implement separate networks for the administrative management of the infrastructure and the operation of management consoles.',1,'NA','NA','NA',1,3,'NA','NA'),(582,'CS-04.2H','CS-04.2H - The CSP shall logically or physically separate the networks for administration from the CSCs’ networks.',1,'NA','NA','NA',1,3,'NA','NA'),(583,'CS-04.3H','CS-04.3H - The CSP shall segregate physically or logically the networks used to migrate or create virtual machines.',1,'NA','NA','NA',1,3,'NA','NA'),(584,'CS-04.4H','CS-04.4H - When the administration networks are not physically segregated from other networks, the administration flows must be conveyed in a strongly encrypted tunnel.',1,'NA','NA','NA',1,3,'NA','NA'),(585,'CS-04.5H','CS-04.5H - The CSP shall protect against application interference the administration interfaces intended for CSCs and exposed over a public network',1,'NA','NA','NA',1,3,'NA','NA'),(586,'CS-05.1B','CS-05.1B - The CSP shall document and implement separation mechanisms at network level the data traffic of different CSCs.',1,'NA','NA','NA',1,1,'NA','NA'),(587,'CS-05.1S','CS-05.1S - The CSP shall document and implement separation mechanisms at network level for the data traffic of different CSCs.',1,'NA','NA','NA',1,2,'NA','NA'),(588,'CS-05.1H','CS-05.1H - The CSP shall document and implement separation mechanisms at network level for the data traffic of different CSCs.',1,'NA','NA','NA',1,3,'NA','NA'),(589,'CS-05.2H','CS-05.2H - When implementing infrastructure capabilities, the secure separation shall be ensured by physically separated networks or by strongly encrypted VLANs.',1,'NA','NA','NA',1,3,'NA','NA'),(590,'CS-06.1B','CS-06.1B - The CSP shall maintain up-to-date all documentation of the logical structure of the network used to provision or operate the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(591,'CS-06.2B','CS-06.2B - The documentation shall cover, at least, how the subnets are allocated, how the network is zoned and segmented, how it connects with third-party and public networks, and the geographical locations in which the CSC data is stored.',1,'NA','NA','NA',1,1,'NA','NA'),(592,'CS-06.1S','CS-06.1S - The CSP shall maintain up-to-date all documentation of the logical structure of the network used to provision or operate the cloud service.',1,'NA','NA','NA',1,2,'NA','NA'),(593,'CS-06.2S','CS-06.2S - The documentation shall cover, at least, how the subnets are allocated, how the network is zoned and segmented, how it connects with third-party and public networks, and the geographical locations in which the CSC data is stored.',1,'NA','NA','NA',1,2,'NA','NA'),(594,'CS-06.3S','CS-06.3S - In liaison with the inventory of assets (cf. AM-01), the documentation shall include the equipment that provides security functions and the servers that host the data or provide sensitive functions.',1,'NA','NA','NA',1,2,'NA','NA'),(595,'CS-06.4S','CS-06.4S - The CSP shall perform a full review of the network topology documentation at least once a year.',1,'NA','NA','NA',1,2,'NA','NA'),(596,'CS-06.1H','CS-06.1H - The CSP shall maintain up-to-date all documentation of the logical structure of the network used to provision or operate the cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(597,'CS-06.2H','CS-06.2H - The documentation shall cover, at least, how the subnets are allocated, how the network is zoned and segmented, how it connects with third-party and public networks, and the geographical locations in which the CSC data is stored.',1,'NA','NA','NA',1,3,'NA','NA'),(598,'CS-06.3H','CS-06.3H - In liaison with the inventory of assets (cf. AM-01), the documentation shall include the equipment that provides security functions and the servers that host the data or provide sensitive functions.',1,'NA','NA','NA',1,3,'NA','NA'),(599,'CS-06.4H','CS-06.4H - The CSP shall perform a full review of the network topology documentation at least once a year.',1,'NA','NA','NA',1,3,'NA','NA'),(600,'CS-07.1B','CS-07.1B - The CSP shall ensure the confidentiality of CSC data by suitable procedures when offering functions to CSCs for software-defined networking (SDN).',1,'NA','NA','NA',1,1,'NA','NA'),(601,'CS-07.2B','CS-07.2B - The CSP shall validate the functionality of the SDN functions before providing new SDN features to CSCs or modifying existing SDN features.',1,'NA','NA','NA',1,1,'NA','NA'),(602,'CS-07.1S','CS-07.1S - The CSP shall ensure the confidentiality of CSC data by suitable procedures when offering functions to CSCs for software-defined networking (SDN).',1,'NA','NA','NA',1,2,'NA','NA'),(603,'CS-07.2S','CS-07.2S - The CSP shall validate the functionality of the SDN functions before providing new SDN features to CSCs or modifying existing SDN features.',1,'NA','NA','NA',1,2,'NA','NA'),(604,'CS-07.3S','CS-07.3S - The CSP shall ensure that the configuration of networks matches network security policies regardless of the means used to create the configuration.',1,'NA','NA','NA',1,2,'NA','NA'),(605,'CS-07.1H','CS-07.1H - The CSP shall ensure the confidentiality of CSC data by suitable procedures when offering functions to CSCs for software-defined networking (SDN).',1,'NA','NA','NA',1,3,'NA','NA'),(606,'CS-07.2H','CS-07.2H - The CSP shall validate the functionality of the SDN functions before providing new SDN features to CSCs or modifying existing SDN features.',1,'NA','NA','NA',1,3,'NA','NA'),(607,'CS-07.3H','CS-07.3H - The CSP shall ensure that the configuration of networks matches network security policies regardless of the means used to create the configuration.',1,'NA','NA','NA',1,3,'NA','NA'),(608,'CS-08.1B','CS-08.1B - The CSP shall define and implement policies and procedures with technical and organisational safeguards to protect the transmission of data against unauthorised interception, manipulation, copying, modification, redirection or destruction, according to ISP-02.',1,'NA','NA','NA',1,1,'NA','NA'),(609,'CS-08.1S','CS-08.1S - The CSP shall define and implement policies and procedures with technical and organisational safeguards to protect the transmission of data against unauthorised interception, manipulation, copying, modification, redirection or destruction, according to ISP-02, and including references to the classification of assets (cf. AM-05).',1,'NA','NA','NA',1,2,'NA','NA'),(610,'CS-08.1H','CS-08.1H - The CSP shall define and implement policies and procedures with technical and organisational safeguards to protect the transmission of data against unauthorised interception, manipulation, copying, modification, redirection or destruction, according to ISP-02, and including references to the classification of assets (cf. AM-05).',1,'NA','NA','NA',1,3,'NA','NA'),(611,'PI-01.1B','PI-01.1B - Inbound and outbound interfaces that are made accessible for use by cloud services from other CSPs or CSCs’ IT systems shall be documented.',1,'NA','NA','NA',1,1,'NA','NA'),(612,'PI-01.2B','PI-01.2B - The interfaces shall be clearly documented for subject matter experts to understand how they can be used to retrieve the data.',1,'NA','NA','NA',1,1,'NA','NA'),(613,'PI-01.3B','PI-01.3B - Communication on these interfaces shall use documented communication protocols that ensure the confidentiality and integrity of the transmitted information according to its protection requirements, and the adequate authentication of the user.',1,'NA','NA','NA',1,1,'NA','NA'),(614,'PI-01.4B','PI-01.4B - Communication over untrusted networks shall be protected in confidentiality, integrity and authenticity according to CKM-02.',1,'NA','NA','NA',1,1,'NA','NA'),(615,'PI-01.1S','PI-01.1S - Inbound and outbound interfaces that are made accessible for use by cloud services from other CSPs or CSCs’ IT systems shall be documented.',1,'NA','NA','NA',1,2,'NA','NA'),(616,'PI-01.2S','PI-01.2S - The interfaces shall be clearly documented for subject matter experts to understand how they can be used to retrieve the data.',1,'NA','NA','NA',1,2,'NA','NA'),(617,'PI-01.3S','PI-01.3S - Communication on these interfaces shall use documented communication protocols that ensure the confidentiality and integrity of the transmitted information according to its protection requirements, and the adequate authentication of the user.',1,'NA','NA','NA',1,2,'NA','NA'),(618,'PI-01.4S','PI-01.4S - Communication over untrusted networks shall be protected in confidentiality, integrity and authenticity according to CKM-02.',1,'NA','NA','NA',1,2,'NA','NA'),(619,'PI-01.1H','PI-01.1H - Inbound and outbound interfaces that are made accessible for use by cloud services from other CSPs or CSCs’ IT systems shall be documented.',1,'NA','NA','NA',1,3,'NA','NA'),(620,'PI-01.2H','PI-01.2H - The interfaces shall be clearly documented for subject matter experts to understand how they can be used to retrieve the data.',1,'NA','NA','NA',1,3,'NA','NA'),(621,'PI-01.3H','PI-01.3H - Communication on these interfaces shall use documented communication protocols that ensure the confidentiality and integrity of the transmitted information according to its protection requirements, and the adequate authentication of the user.',1,'NA','NA','NA',1,3,'NA','NA'),(622,'PI-01.4H','PI-01.4H - Communication over untrusted networks shall be protected in confidentiality, integrity and authenticity according to CKM-02.',1,'NA','NA','NA',1,3,'NA','NA'),(623,'PI-01.5H','PI-01.5H - The CSP shall allow its CSCs to verify the interfaces provided (and their security) are adequate for its protection requirements before the start of the use of the cloud service, and each time the interfaces are changed.',1,'NA','NA','NA',1,3,'NA','NA'),(624,'PI-02.1B','PI-02.1B - The CSP shall include in cloud service contractual agreements, at least, the following aspects concerning the termination of the contractual relationship:\n(1) Type, scope and format of the data the CSP provides to the CSC;\n(2) Delivery methods of the data to the CSC;\n(3) Definition of the timeframe, within which the CSP makes the data available to the CSC;\n(4) Definition of the point in time as of which the CSP makes the data inaccessible to the CSC and deletes these; and\n(5) The CSC\'s responsibilities and obligations to cooperate for the provision of the data.',1,'NA','NA','NA',1,1,'NA','NA'),(625,'PI-02.1S','PI-02.1S - The CSP shall include in cloud service contractual agreements, at least, the following aspects concerning the termination of the contractual relationship:\n(1) Type, scope and format of the data the CSP provides to the CSC;\n(2) Delivery methods of the data to the CSC;\n(3) Definition of the timeframe, within which the CSP makes the data available to the CSC;\n(4) Definition of the point in time as of which the CSP makes the data inaccessible to the CSC and deletes these; and\n(5) The CSC\'s responsibilities and obligations to cooperate for the provision of the data.',1,'NA','NA','NA',1,2,'NA','NA'),(626,'PI-02.2S','PI-02.2S - These definitions shall be based on the needs of subject matter experts of potential customers who assess the suitability of the cloud service with regard to a dependency on the CSP as well as\nlegal and regulatory requirements.',1,'NA','NA','NA',1,2,'NA','NA'),(627,'PI-02.1H','PI-02.1H - The CSP shall include in cloud service contractual agreements, at least, the following aspects concerning the termination of the contractual relationship:\n(1) Type, scope and format of the data the CSP provides to the CSC;\n(2) Delivery methods of the data to the CSC;\n(3) Definition of the timeframe, within which the CSP makes the data available to the CSC;\n(4) Definition of the point in time as of which the CSP makes the data inaccessible to the CSC and deletes these; and\n(5) The CSC\'s responsibilities and obligations to cooperate for the provision of the data.',1,'NA','NA','NA',1,3,'NA','NA'),(628,'PI-02.2H','PI-02.2H - These definitions shall be based on the needs of subject matter experts of potential customers who assess the suitability of the cloud service with regard to a dependency on the CSP as well as legal and regulatory requirements.',1,'NA','NA','NA',1,3,'NA','NA'),(629,'PI-02.3H','PI-02.3H - The CSP shall identify, at least once a year, legal and regulatory requirements that may apply to these aspects and review the contractual agreements accordingly.',1,'NA','NA','NA',1,3,'NA','NA'),(630,'PI-03.1B','PI-03.1B - The CSP shall implement procedures for deleting its customers\' data upon termination of their contract in compliance with the contractual agreements between them.',1,'NA','NA','NA',1,1,'NA','NA'),(631,'PI-03.2B','PI-03.2B - The CSC\'s data deletion shall include all CSC data, as well as related metadata and cloud service derived data, such as data stored in data backups.',1,'NA','NA','NA',1,1,'NA','NA'),(632,'PI-03.3B','PI-03.3B - At the end of the contract, the CSP shall delete the technical data concerning the CSC.',1,'NA','NA','NA',1,1,'NA','NA'),(633,'PI-03.1S','PI-03.1S - The CSP shall implement procedures for deleting its customers\' data upon termination of their contract in compliance with the contractual agreements between them.',1,'NA','NA','NA',1,2,'NA','NA'),(634,'PI-03.2S','PI-03.2S - The CSC\'s data deletion shall include all CSC data, as well as related metadata and cloud service derived data, such as data stored in data backups.',1,'NA','NA','NA',1,2,'NA','NA'),(635,'PI-03.3S','PI-03.3S - At the end of the contract, the CSP shall delete the technical data concerning the client.',1,'NA','NA','NA',1,2,'NA','NA'),(636,'PI-03.4S','PI-03.4S - The CSC\'s data deletion procedures shall prevent recovery by forensic means.',1,'NA','NA','NA',1,2,'NA','NA'),(637,'PI-03.5S','PI-03.5S - The CSP shall document the deletion of the CSC’s data, including metadata and cloud service derived data, in a way allowing the CSC to track the deletion of its data.',1,'NA','NA','NA',1,2,'NA','NA'),(638,'PI-03.1H','PI-03.1H - The CSP shall implement procedures for deleting its customers\' data upon termination of their contract in compliance with the contractual agreements between them.',1,'NA','NA','NA',1,3,'NA','NA'),(639,'PI-03.2H','PI-03.2H - The CSC\'s data deletion shall include all CSC data, as well as related metadata and cloud service derived data, such as data stored in data backups.',1,'NA','NA','NA',1,3,'NA','NA'),(640,'PI-03.3H','PI-03.3H - At the end of the contract, the CSP shall delete the technical data concerning the client.',1,'NA','NA','NA',1,3,'NA','NA'),(641,'PI-03.4H','PI-03.4H - The cloud customer\'s data deletion procedures shall prevent recovery by forensic means.',1,'NA','NA','NA',1,3,'NA','NA'),(642,'PI-03.5H','PI-03.5H - The CSP shall document the deletion of the CSC’s data, including metadata and cloud service derived data, in a way allowing the CSC to track the deletion of its data.',1,'NA','NA','NA',1,3,'NA','NA'),(643,'CCM-01.1B','CCM-01.1B - The CSP shall define and implement policies and procedures for change management of the IT systems supporting the cloud service according to ISP-02.',1,'NA','NA','NA',1,1,'NA','NA'),(644,'CCM-01.1S','CCM-01.1S - The CSP shall define and implement policies and procedures for change management of the IT systems supporting the cloud service according to ISP-02, covering at least the following aspects:\n(1) Criteria for risk assessment, categorization and prioritization of changes and related requirements for the type and scope of testing to be performed, and necessary approvals;\n(2) Requirements for the performance and documentation of tests;\n(3) Requirements for segregation of duties during planning, testing, and release of changes;\n(4) Requirements for the proper information of CSCs about the type and scope of the change as well as the resulting obligations to cooperate in accordance with the contractual agreements;\n(5) Requirements for the documentation of changes in the system, operational and user documentation; and\n(6) Requirements for the implementation and documentation of emergency changes, which must\ncomply with the same level of security as normal changes.\n(7) Requirements for the handling of a cha',1,'NA','NA','NA',1,2,'NA','NA'),(645,'CCM-01.1H','CCM-01.1H - The CSP shall define and implement policies and procedures for change management of the IT systems supporting the cloud service according to ISP-02, covering at least the following aspects:\n(1) Criteria for risk assessment, categorization and prioritization of changes and related requirements for the type and scope of testing to be performed, and necessary approvals;\n(2) Requirements for the performance and documentation of tests;\n(3) Requirements for segregation of duties during planning, testing, and release of changes;\n(4) Requirements for the proper information of CSCs about the type and scope of the change as well as the resulting obligations to cooperate in accordance with the contractual agreements;\n(5) Requirements for the documentation of changes in the system, operational and user documentation; and\n(6) Requirements for the implementation and documentation of emergency changes, which must\ncomply with the same level of security as normal changes.\n(7) Requirements for the handling of a cha',1,'NA','NA','NA',1,3,'NA','NA'),(646,'CCM-02.1B','CCM-02.1B - The CSP shall categorise and prioritise changes considering the\npotential security effects on the system components concerned.',1,'NA','NA','NA',1,1,'NA','NA'),(647,'CCM-02.1S','CCM-02.1S - The CSP shall categorize and prioritize changes considering the potential security effects on the system components concerned, based on a risk assessment performed in accordance with RM-01 with regard to potential effects on the system components concerned.',1,'NA','NA','NA',1,2,'NA','NA'),(648,'CCM-02.2S','CCM-02.2S - If the risk associated to a planned change is high, then appropriate mitigation measures shall be taken before deploying the change in the cloud service’s production environment.',1,'NA','NA','NA',1,2,'NA','NA'),(649,'CCM-02.1H','CCM-02.1H - The CSP shall categorize and prioritize changes considering the potential security effects on the system components concerned, based on a risk assessment performed in accordance with RM-01 with regard to potential effects on the system components concerned.',1,'NA','NA','NA',1,3,'NA','NA'),(650,'CCM-02.2H','CCM-02.2H - If the risk associated to a planned change is high, then appropriate mitigation measures shall be taken before deploying the change in the cloud service’s production environment.',1,'NA','NA','NA',1,3,'NA','NA'),(651,'CCM-02.3H','CCM-02.3H - In accordance with contractual agreements, the CSP shall submit to authorised bodies of the CSC meaningful information about the occasion, time, duration, type and scope of the change so that they can carry out their own risk assessment before the\nchange is made available in the production environment.',1,'NA','NA','NA',1,3,'NA','NA'),(652,'CCM-02.4H','CCM-02.4H - Regardless of contractual agreements, the CSP shall inform the CSC as mentioned in CCM-02.3 for changes that have the highest risk category based on their risk assessment.',1,'NA','NA','NA',1,3,'NA','NA'),(653,'CCM-03.1B','CCM-03.1B - The CSP shall test proposed changes before deployment to the production environment.',1,'NA','NA','NA',1,1,'NA','NA'),(654,'CCM-03.2B','CCM-03.2B - Before using CSC data for tests, the CSP shall first obtain approval from CSC and anonymise CSC data, and the CSP shall guarantee the confidentiality of the data during the whole process.',1,'NA','NA','NA',1,1,'NA','NA'),(655,'CCM-03.1S','CCM-03.1S - The CSP shall test proposed changes before deployment to the production environment, with tests whose type and scope shall correspond to the risk assessment (cf. CCM-02), and that shall be carried out by appropriately qualified employees or by automated, state-of-the-art test procedures.',1,'NA','NA','NA',1,2,'NA','NA'),(656,'CCM-03.3S','CCM-03.3S - In accordance with contractual requirements, the CSP shall involve CSCs into the tests.',1,'NA','NA','NA',1,2,'NA','NA'),(657,'CCM-03.2S','CCM-03.2S - Before using CSC data for tests, the CSP shall first obtain approval from CSC and anonymise CSC data, and the CSP shall guarantee the confidentiality of the data during the whole process.',1,'NA','NA','NA',1,2,'NA','NA'),(658,'CCM-03.4S','CCM-03.4S - The CSP shall determine the severity of the errors and vulnerabilities identified in the tests that are relevant for the deployment decision according to defined criteria, and shall initiate actions for timely remediation or mitigation.',1,'NA','NA','NA',1,2,'NA','NA'),(659,'CCM-03.1H','CCM-03.1H - The CSP shall test proposed changes before deployment to the production environment, with tests whose type and scope shall correspond to the risk assessment (cf. CCM-02), and that shall be carried out by appropriately qualified employees or by automated, state-of-the-art test procedures.',1,'NA','NA','NA',1,3,'NA','NA'),(660,'CCM-03.2H','CCM-03.2H - Before using CSC data for tests, the CSP shall first obtain approval from CSC and anonymise CSC data, and the CSP shall guarantee the confidentiality of the data during the whole process.',1,'NA','NA','NA',1,3,'NA','NA'),(661,'CCM-03.3H','CCM-03.3H - In accordance with contractual requirements, the CSP shall involve CSCs into the tests.',1,'NA','NA','NA',1,3,'NA','NA'),(662,'CCM-03.4H','CCM-03.4H - The CSP shall determine the severity of the errors and vulnerabilities identified in the tests that are relevant for the deployment decision according to defined criteria, and shall initiate actions for timely remediation or mitigation.',1,'NA','NA','NA',1,3,'NA','NA'),(663,'CCM-03.5H','CCM-03.5H - The tests performed on a change before its deployment to the production environment shall include tests on the service performed on a pre-production environment.',1,'NA','NA','NA',1,3,'NA','NA'),(664,'CCM-03.6H','CCM-03.6H - Before deploying changes on a system component, the CSP shall perform testing on other components of the cloud service that depend on that system component to verify the absence of undesirable effects.',1,'NA','NA','NA',1,3,'NA','NA'),(665,'CCM-03.7H','CCM-03.7H - The CSP shall document and implement a procedure that ensures the integrity of the test data used in the pre-production environment.',1,'NA','NA','NA',1,3,'NA','NA'),(666,'CCM-04.1B','CCM-04.1B - The CSP shall approve any change to the cloud service, based on defined criteria, before they are made available to CSCs in the production environment.',1,'NA','NA','NA',1,1,'NA','NA'),(667,'CCM-04.1S','CCM-04.1S - The CSP shall approve any change to the cloud service, based on defined criteria and involving CSCs in the approval process according to contractual requirements, before they are made available to CSCs in the production environment.',1,'NA','NA','NA',1,2,'NA','NA'),(668,'CCM-04.1H','CCM-04.1H - The CSP shall approve any change to the cloud service, based on defined criteria and involving CSCs in the approval process according to contractual requirements, before they are made available to CSCs in the production environment, and the approval processes shall be automatically monitored.',1,'NA','NA','NA',1,3,'NA','NA'),(669,'CCM-05.1B','CCM-05.1B - The CSP shall define roles and rights according to IAM-01 for the authorised personnel or system components who are allowed to make changes to the cloud service in the production environment.',1,'NA','NA','NA',1,1,'NA','NA'),(670,'CCM-05.2B','CCM-05.2B - All changes to the cloud service in the production environment shall be logged and shall be traceable back to the individual or system component that initiated the change.',1,'NA','NA','NA',1,1,'NA','NA'),(671,'CCM-05.1S','CCM-05.1S - The CSP shall define roles and rights according to IAM-01 for the authorised personnel or system components who are allowed to make changes to the cloud service in the production environment.',1,'NA','NA','NA',1,2,'NA','NA'),(672,'CCM-05.2S','CCM-05.2S - All changes to the cloud service in the production environment shall be logged and shall be traceable back to the individual or system component that initiated the change.',1,'NA','NA','NA',1,2,'NA','NA'),(673,'CCM-05.1H','CCM-05.1H - The CSP shall define roles and rights according to IAM-01 for the authorised personnel or system components who are allowed to make changes to the cloud service in the production environment, and the changes in the production environment shall be automatically monitored to enforce these roles and rights.',1,'NA','NA','NA',1,3,'NA','NA'),(674,'CCM-05.2H','CCM-05.2H - All changes to the cloud service in the production environment shall be logged and shall be traceable back to the individual or system component that initiated the change.',1,'NA','NA','NA',1,3,'NA','NA'),(675,'CCM-06.1B','CCM-06.1B - The CSP shall implement version control procedures to track the dependencies of individual changes and to be able to restore affected system components back to their previous state as a result of errors or identified vulnerabilities.',1,'NA','NA','NA',1,1,'NA','NA'),(676,'CCM-06.1S','CCM-06.1S - The CSP shall implement version control procedures to track the dependencies of individual changes and to be able to restore affected system components back to their previous state as a result of errors or identified vulnerabilities.',1,'NA','NA','NA',1,2,'NA','NA'),(677,'CCM-06.1H','CCM-06.1H - The CSP shall implement version control procedures to track the dependencies of individual changes and to be able to restore affected system components back to their previous state as a result of errors or identified vulnerabilities.',1,'NA','NA','NA',1,3,'NA','NA'),(678,'CCM-06.2H','CCM-06.2H - The version control procedures shall provide appropriate safeguards to ensure that the confidentiality, integrity and availability of CSC data is not compromised when system components are restored back to their previous state.',1,'NA','NA','NA',1,3,'NA','NA'),(679,'CCM-06.3H','CCM-06.3H - The CSP shall retain a history of the software versions and of the systems that are implemented in order to be able to reconstitute, where applicable in a test environment, a complete environment such as was implemented on a given date; the retention time for this history shall be at least the same as that for backups (cf. OPS-06).',1,'NA','NA','NA',1,3,'NA','NA'),(680,'DEV-01.1B','DEV-01.1B - The CSP shall define and implement policies and procedures according to ISP-02 with technical and organisational measures for the secure development of the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(681,'DEV-01.2B','DEV-01.2B - The policies and procedures for secure development shall consider information security from the earliest phases of design.',1,'NA','NA','NA',1,1,'NA','NA'),(682,'DEV-01.1S','DEV-01.1S - The CSP shall define and implement policies and procedures according to ISP-02 with technical and organisational measures for the secure development of the cloud service.',1,'NA','NA','NA',1,2,'NA','NA'),(683,'DEV-01.2S','DEV-01.2S - The policies and procedures for secure development shall consider information security from the earliest phases of design and they shall be based on published standards and established methods with regard to the following aspects:\n(1) Security in software development (Requirements, Design, Implementation, Testing and Verification);\n(2) Security in software deployment (including continuous delivery);\n(3) Security in operation (reaction to identified faults and vulnerabilities); and\n(4) Secure coding standards and practices (avoiding the introduction of vulnerabilities in code).',1,'NA','NA','NA',1,2,'NA','NA'),(684,'DEV-01.3S','DEV-01.3S - The policies and procedures for development shall include measures for the enforcement of specified standards and guidelines, including automated tools.',1,'NA','NA','NA',1,2,'NA','NA'),(685,'DEV-01.1H','DEV-01.1H - The CSP shall define and implement policies and procedures according to ISP-02 with technical and organisational measures for the secure development of the cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(686,'DEV-01.2H','DEV-01.2H - The policies and procedures for secure development shall consider information security from the earliest phases of design and they shall be based on published standards and established methods with regard to the following aspects:\n(1) Security in software development (Requirements, Design, Implementation, Testing and Verification);\n(2) Security in software deployment (including continuous delivery);\n(3) Security in operation (reaction to identified faults and vulnerabilities); and\n(4) Secure coding standards and practices (avoiding the introduction of vulnerabilities in code).',1,'NA','NA','NA',1,3,'NA','NA'),(687,'DEV-01.3H','DEV-01.3H - The policies and procedures for development shall include measures for the enforcement of specified standards and guidelines, including automated tools.',1,'NA','NA','NA',1,3,'NA','NA'),(688,'DEV-02.1B','DEV-02.1B - The CSP shall maintain a list of dependencies to hardware and software products used in the development of its cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(689,'DEV-02.1S','DEV-02.1S - The CSP shall maintain a list of dependencies to hardware and software products used in the development of its cloud service.',1,'NA','NA','NA',1,2,'NA','NA'),(690,'DEV-02.2S','DEV-02.2S - The CSP shall define and implement policies and procedures according to ISP-02 for the use of third-party and open source software.',1,'NA','NA','NA',1,2,'NA','NA'),(691,'DEV-02.3S','DEV-02.3S - The CSP shall retrieve third-party software only from trusted sources, and shall verify authenticity when possible.',1,'NA','NA','NA',1,2,'NA','NA'),(692,'DEV-02.1H','DEV-02.1H - The CSP shall maintain a list of dependencies to hardware and software products used in the development of its cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(693,'DEV-02.2H','DEV-02.2H - The CSP shall define and implement policies and procedures according to ISP-02 for the use of third-party and open source software.',1,'NA','NA','NA',1,3,'NA','NA'),(694,'DEV-02.3H','DEV-02.3H - The CSP shall retrieve third-party software only from trusted sources, and shall verify authenticity when possible.',1,'NA','NA','NA',1,3,'NA','NA'),(695,'DEV-02.4H','DEV-02.4H - In procurement for the development of the cloud service, the CSP shall perform a risk assessment in accordance to RM-01 for every product.',1,'NA','NA','NA',1,3,'NA','NA'),(696,'DEV-03.1B','DEV-03.1B - The CSP shall ensure that the confidentiality and integrity of the source code is adequately  protected at all stages of development.',1,'NA','NA','NA',1,1,'NA','NA'),(697,'DEV-03.2B','DEV-03.2B - The CSP shall use version control to keep a history of the changes in source code with an attribution of changes to individual developers.',1,'NA','NA','NA',1,1,'NA','NA'),(698,'DEV-03.1S','DEV-03.1S - The CSP shall ensure that the confidentiality, integrity and authenticity of the source code is adequately protected at all stages of development.',1,'NA','NA','NA',1,2,'NA','NA'),(699,'DEV-03.2S','DEV-03.2S - The CSP shall use version control to keep a history of the changes in source code with an attribution of changes to individual developers.',1,'NA','NA','NA',1,2,'NA','NA'),(700,'DEV-03.3S','DEV-03.3S - The CSP shall implement a secure development and test environments that make it possible to manage the entire development cycle of the information system of the cloud service.',1,'NA','NA','NA',1,2,'NA','NA'),(701,'DEV-03.4S','DEV-03.4S - The CSP shall consider the development and test environments when performing risk assessment.',1,'NA','NA','NA',1,2,'NA','NA'),(702,'DEV-03.5S','DEV-03.5S - The CSP shall include development resources as part of the backup policy.',1,'NA','NA','NA',1,2,'NA','NA'),(703,'DEV-03.1H','DEV-03.1H - The CSP shall ensure that the confidentiality, integrity and authenticity of the source code is adequately protected at all stages of development.',1,'NA','NA','NA',1,3,'NA','NA'),(704,'DEV-03.2H','DEV-03.2H - The CSP shall use version control to keep a history of the changes in source code with an attribution of changes to individual developers.',1,'NA','NA','NA',1,3,'NA','NA'),(705,'DEV-03.3H','DEV-03.3H - The CSP shall implement a secure development and test environments that makes it possible to manage the entire development cycle of the information system of the cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(706,'DEV-03.4H','DEV-03.4H - The CSP shall consider the development and test environments when performing risk assessment.',1,'NA','NA','NA',1,3,'NA','NA'),(707,'DEV-03.5H','DEV-03.5H - The CSP shall include development resources as part of the backup policy.',1,'NA','NA','NA',1,3,'NA','NA'),(708,'DEV-04.1B','DEV-04.1B - The CSP shall ensure that production environments are physically or logically separated from development, test or pre-production environments',1,'NA','NA','NA',1,1,'NA','NA'),(709,'DEV-04.2B','DEV-04.2B - CSC data contained in the production environments shall not be used in development, test or pre-production environments in order not to compromise their confidentiality.',1,'NA','NA','NA',1,1,'NA','NA'),(710,'DEV-04.1S','DEV-04.1S - The CSP shall ensure that production environments are physically or logically separated from development, test or pre-production environments',1,'NA','NA','NA',1,2,'NA','NA'),(711,'DEV-04.2S','DEV-04.2S - CSC data contained in the production environments shall not be used in development, test or pre-production environments in order not to compromise their confidentiality.',1,'NA','NA','NA',1,2,'NA','NA'),(712,'DEV-04.3S','DEV-04.3S - The CSP shall not reuse the cryptographic secret and private keys and other secrets used in the production environments with other non-production environments. Such reuse of the materials shall be documented.',1,'NA','NA','NA',1,2,'NA','NA'),(713,'DEV-04.1H','DEV-04.1H - The CSP shall ensure that production environments are physically or logically separated from development, test or pre-production environments',1,'NA','NA','NA',1,3,'NA','NA'),(714,'DEV-04.2H','DEV-04.2H - CSC data contained in the production environments shall not be used in development, test or pre-production environments in order not to compromise their confidentiality.',1,'NA','NA','NA',1,3,'NA','NA'),(715,'DEV-04.3H','DEV-04.3H - The CSP shall not reuse the cryptographic secret and private keys and other secrets used in the production environments with other non-production environments. Such reuse of the materials shall be documented.',1,'NA','NA','NA',1,3,'NA','NA'),(716,'DEV-04.4H','DEV-04.4H - When non-production environments are exposed through public networks, security requirements shall be equivalent to those defined for production environment.',1,'NA','NA','NA',1,3,'NA','NA'),(717,'DEV-05.1B','DEV-05.1B - The CSP shall define and implement according to ISP-02 specific procedures for the development of security features that implement technical mechanisms or safeguards required by the EUCS, with increased testing requirements.',1,'NA','NA','NA',1,1,'NA','NA'),(718,'DEV-05.1S','DEV-05.1S - The CSP shall define and implement according to ISP-02 specific procedures for the development of security features that implement technical mechanisms or safeguards required by the EUCS, with increased testing requirements.',1,'NA','NA','NA',1,2,'NA','NA'),(719,'DEV-05.2S','DEV-05.2S - Design documentation for security features shall include a specification of expected inputs, outputs and possible errors, as well as a security analysis of the adequacy and planned effectiveness of the feature',1,'NA','NA','NA',1,2,'NA','NA'),(720,'DEV-05.3S','DEV-05.3S - The tests of the security features shall provide full coverage of the specification, including all specified error conditions.',1,'NA','NA','NA',1,2,'NA','NA'),(721,'DEV-05.4S','DEV-05.4S - The documentation of the tests for security features shall include at least a description of the test, the initial conditions, the expected outcome and instructions for running the test.',1,'NA','NA','NA',1,2,'NA','NA'),(722,'DEV-05.1H','DEV-05.1H - The CSP shall define and implement according to ISP-02 specific procedures for the development of security features that implement technical mechanisms or safeguards required by the EUCS, with increased testing requirements.',1,'NA','NA','NA',1,3,'NA','NA'),(723,'DEV-05.2H','DEV-05.2H - Design documentation for security features shall include a specification of expected inputs, outputs and possible errors, as well as a security analysis of the adequacy and planned effectiveness of the feature',1,'NA','NA','NA',1,3,'NA','NA'),(724,'DEV-05.3H','DEV-05.3H - The tests of the security features shall provide full coverage of the specification, including all specified error conditions.',1,'NA','NA','NA',1,3,'NA','NA'),(725,'DEV-05.4H','DEV-05.4H - The documentation of the tests for security features shall include at least a description of the test, the initial conditions, the expected outcome and instructions for running the test.',1,'NA','NA','NA',1,3,'NA','NA'),(726,'DEV-05.5H','DEV-05.5H - The documentation of the tests shall include a demonstration of the coverage of the source code, including branch coverage for security-critical code.',1,'NA','NA','NA',1,3,'NA','NA'),(727,'DEV-06.1B','DEV-06.1B - The CSP shall apply appropriate measures to check the cloud service for vulnerabilities that may have been integrated into the cloud service during the development process.',1,'NA','NA','NA',1,1,'NA','NA'),(728,'DEV-06.2B','DEV-06.2B - The procedures for identifying vulnerabilities shall be integrated in the development process.',1,'NA','NA','NA',1,1,'NA','NA'),(729,'DEV-06.1S','DEV-06.1S - The CSP shall apply appropriate measures to check the cloud service for vulnerabilities that may have been integrated into the cloud service during the development process.',1,'NA','NA','NA',1,2,'NA','NA'),(730,'DEV-06.2S','DEV-06.2S - The procedures for identifying vulnerabilities shall be integrated in the development process, and they shall include the following activities, depending on the risk assessment:\n(1) Static Application Security Testing;\n(2) Dynamic Application Security Testing;\n(3) Code reviews by subject matter experts; and\n(4) Obtaining information about confirmed vulnerabilities in software libraries provided by third parties and used in their own cloud service.',1,'NA','NA','NA',1,2,'NA','NA'),(731,'DEV-06.3S','DEV-06.3S - The CSP shall assess the severity of identified vulnerabilities according to the criteria defined in OPS-17 and measures are taken to immediately eliminate or mitigate them.',1,'NA','NA','NA',1,2,'NA','NA'),(732,'DEV-06.1H','DEV-06.1H - The CSP shall apply appropriate measures to check the cloud service for vulnerabilities that may have been integrated into the cloud service during the development process.',1,'NA','NA','NA',1,3,'NA','NA'),(733,'DEV-06.2H','DEV-06.2H - The procedures for identifying vulnerabilities shall be integrated in the development process, and they shall include the following activities, depending on the risk assessment:\n(1) Static Application Security Testing;\n(2) Dynamic Application Security Testing;\n(3) Code reviews and security penetration tests by subject matter experts, as part of the annual programme defined in OPS-19 and prior to making new features available in the production environment; and\n(4) Obtaining information about confirmed vulnerabilities in software libraries provided by third parties and used in their own cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(734,'DEV-06.3H','DEV-06.3H - The CSP shall assess the severity of identified vulnerabilities according to the criteria defined in OPS-17 and measures are taken to immediately eliminate or mitigate them.',1,'NA','NA','NA',1,3,'NA','NA'),(735,'DEV-07.1B','DEV-07.1B - When outsourcing development of the cloud service or components thereof to a contractor, the CSP and the contractor shall contractually agree on specifications regarding at least the following aspects:\n(1) Security in software development (requirements, design, implementation, tests and verifications) in accordance with published standards and established methods;\n(2) Acceptance testing of the quality of the services provided in accordance with the agreed functional and nonfunctional requirements; and\n(3) Providing evidence that sufficient verifications have been carried out to rule out the existence of known vulnerabilities.',1,'NA','NA','NA',1,1,'NA','NA'),(736,'DEV-07.1S','DEV-07.1S - When outsourcing development of the cloud service or components thereof to a contractor, the CSP and the contractor shall contractually agree on specifications regarding at least the following aspects:\n(1) Security in software development (requirements, design, implementation, tests and verifications) in accordance with published standards and established methods;\n(2) Acceptance testing of the quality of the services provided in accordance with the agreed functional and nonfunctional requirements; and\n(3) Providing evidence that sufficient verifications have been carried out to rule out the existence of known vulnerabilities.',1,'NA','NA','NA',1,2,'NA','NA'),(737,'DEV-07.2S','DEV-07.2S - Before subcontracting the development of the cloud service or components thereof, the CSP shall conduct a risk assessment according to RM-01 that considers at least the following aspects:\n(1) Management of source code by the subcontractor;\n(2) Availability of source code to the CSP;\n(3) Human resource procedures implemented by the subcontractor; and\n(4) Required access to the CSP’s development, test and preproduction environments;\n(5) Security procedures related to the management of the subcontractor’s supply chain.',1,'NA','NA','NA',1,2,'NA','NA'),(738,'DEV-07.1H','DEV-07.1H - When outsourcing development of the cloud service or components thereof to a contractor, the CSP and the contractor shall contractually agree on specifications regarding at least the following aspects:\n(1) Security in software development (requirements, design, implementation, tests and verifications) in accordance with published standards and established methods;\n(2) Acceptance testing of the quality of the services provided in accordance with the agreed functional and nonfunctional requirements; and\n(3) Providing evidence that sufficient verifications have been carried out to rule out the existence of known vulnerabilities.',1,'NA','NA','NA',1,3,'NA','NA'),(739,'DEV-07.2H','DEV-07.2H - Before subcontracting the development of the cloud service or components thereof, the CSP shall conduct a risk assessment according to RM-01 that considers at least the following aspects:\n(1) Management of source code by the subcontractor;\n(2) Availability of source code to the CSP;\n(3) Human resource procedures implemented by the subcontractor; and\n(4) Required access to the CSP’s development, test and preproduction environments;\n(5) Security procedures related to the management of the subcontractor’s supply chain.',1,'NA','NA','NA',1,3,'NA','NA'),(740,'DEV-07.3H','DEV-07.3H - The CSP shall document and implement a procedure that makes it possible to supervise and control the outsourced development activity, in order to ensure that the outsourced development activity is compliant with the secure development policy of the CSP and makes it possible to achieve a level of security of the external development that matches that of internal development.',1,'NA','NA','NA',1,3,'NA','NA'),(741,'DEV-07.4H','DEV-07.4H - Employees of the CSP shall run the tests that are relevant for the deployment decision when a change includes the result of outsourced development.',1,'NA','NA','NA',1,3,'NA','NA'),(742,'DEV-08.1S','DEV-08.1S - When a functional component is used in the provision of the cloud service, and may have access, directly or indirectly, to CSC data, the CSP shall define and implement a policy according to ISP-02 that does not allow such a component to exchange directly with its supplier.',1,'NA','NA','NA',1,2,'NA','NA'),(743,'DEV-08.2S','DEV-08.2S - When a functional component is used in the provision of the cloud service, and may have access, directly or indirectly, to CSC data, the CSP shall define and implement procedures according to ISP-02 to authorize any content provided by the supplier for its functional components before transferring the content to the functional components.',1,'NA','NA','NA',1,2,'NA','NA'),(744,'DEV-08.3S','DEV-08.3S - When a functional component is used in the provision of the cloud service, and may have access, directly or indirectly, to CSC data, the CSP shall define and implement procedures according to ISP-02 to authorize any content to be sent from a functional component to its supplier before transferring the content to the supplier.',1,'NA','NA','NA',1,2,'NA','NA'),(745,'DEV-08.4S','DEV-08.4S - When a procedure to authorize content is automated, then the CSP shall implement this procedure using a solution that keeps traces of the operations proposed by the suppliers, of the verification performed to authorize the content and of the incoming and outgoing transfers effectively performed.',1,'NA','NA','NA',1,2,'NA','NA'),(746,'DEV-08.1H','DEV-08.1H - When a functional component is used in the provision of the cloud service, and may have access, directly or indirectly, to CSC data, the CSP shall define and implement a policy according to ISP-02 that does not allow such a component to exchange directly with its supplier.',1,'NA','NA','NA',1,3,'NA','NA'),(747,'DEV-08.2H','DEV-08.2H - When a functional component is used in the provision of the cloud service, and may have access, directly or indirectly, to CSC data, the CSP shall define and implement procedures according to ISP-02 to authorize any content provided by the supplier for its functional components before transferring the content to the functional components.',1,'NA','NA','NA',1,3,'NA','NA'),(748,'DEV-08.3H','DEV-08.3H - When a functional component is used in the provision of the cloud service, and may have access, directly or indirectly, to CSC data, the CSP shall define and implement procedures according to ISP-02 to authorize any content to be sent from a functional component to its supplier before transferring the content to the supplier.',1,'NA','NA','NA',1,3,'NA','NA'),(749,'DEV-08.4H','DEV-08.4H - When a procedure to authorize content is automated, then the CSP shall implement this procedure using a solution that keeps traces of the operations proposed by the suppliers, of the verification performed to authorize the content and of the incoming and outgoing transfers effectively performed.',1,'NA','NA','NA',1,3,'NA','NA'),(750,'PM-01.1B','PM-01.1B - The CSP shall define and implement policies and procedures according to ISP-02 for controlling and monitoring third-parties whose products or services contribute to the provision of the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(751,'PM-01.1S','PM-01.1S - The CSP shall define and implement policies and procedures according to ISP-02 for controlling and monitoring third-parties whose products or services contribute to the provision of the cloud service, covering at least the following aspects:\n(1) Requirements for the assessment of risks resulting from the procurement of third-party products and services;\n(2) Requirements for the classification of third-parties based on the risk assessment by the CSP;\n(3) Information security requirements for the processing, storage, or transmission of information by third parties based on recognized industry standards;\n(4) Information security awareness and training requirements for third-party staff;\n(5) Applicable legal and regulatory requirements;\n(6) Requirements for dealing with vulnerabilities, security incidents, and malfunctions;\n(7) Specifications for the contractual agreement of these requirements;\n(8) Specifications for the monitoring of these requirements; and\n(9) Specifications for applying these requir',1,'NA','NA','NA',1,2,'NA','NA'),(752,'PM-01.1H','PM-01.1H - The CSP shall define and implement policies and procedures according to ISP-02 for controlling and monitoring third-parties whose products or services contribute to the provision of the cloud service, covering at least the following aspects:\n(1) Requirements for the assessment of risks resulting from the procurement of third-party products and services;\n(2) Requirements for the classification of third-parties based on the risk assessment by the CSP;\n(3) Information security requirements for the processing, storage, or transmission of information by third parties based on recognized industry standards;\n(4) Information security awareness and training requirements for third-party staff;\n(5) Applicable legal and regulatory requirements;\n(6) Requirements for dealing with vulnerabilities, security incidents, and malfunctions;\n(7) Specifications for the contractual agreement of these requirements;\n(8) Specifications for the monitoring of these requirements; and\n(9) Specifications for applying these requir',1,'NA','NA','NA',1,3,'NA','NA'),(753,'PM-01.2H','PM-01.2H - The CSP shall contractually require its subservice providers to provide regular assurance information by independent auditors or CABs on the suitability of the design and operating effectiveness of their service-related internal control system with respect to the EUCS requirements.',1,'NA','NA','NA',1,3,'NA','NA'),(754,'PM-01.3H','PM-01.3H - The assurance information shall include the complementary subservice organisation controls that are required, together with the controls of the CSP, to meet the applicable EUCS requirements with reasonable assurance.',1,'NA','NA','NA',1,3,'NA','NA'),(755,'PM-01.4H','PM-01.4H - In case the subservice providers are not able to provide an EUCS compliance assurance information, the CSP shall reserve the right to audit them to assess the suitability and effectiveness of the service-related internal and complementary controls by qualified personnel.',1,'NA','NA','NA',1,3,'NA','NA'),(756,'PM-02.1B','PM-02.1B - The CSP shall perform a risk assessment of its suppliers in accordance with the policies and procedures for the control and monitoring of third parties before they start contributing to the provision of the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(757,'PM-02.2B','PM-02.2B - Following the risk assessment of a subservice provider, the CSP shall define for every applicable EUCS requirement a list of Complementary Subservice Organization Controls (CSOC) to be implemented by the subservice provider',1,'NA','NA','NA',1,1,'NA','NA'),(758,'PM-02.3B','PM-02.3B - The CSP shall ensure that the subservice provider has implemented the CSOCs, and that the subservice provider has made available to the CSP assurance information supporting the assessment of their suitability for the targeted evaluation level.',1,'NA','NA','NA',1,1,'NA','NA'),(759,'PM-02.4B','PM-02.4B - The adequacy of the risk assessment and of the definition of CSOCs shall be reviewed regularly, at least annually',1,'NA','NA','NA',1,1,'NA','NA'),(760,'PM-02.1S','PM-02.1S - The CSP shall perform a risk assessment of its suppliers in accordance with the policies and procedures for the control and monitoring of third-parties before they start contributing to the provision of the cloud service, including the identification, analysis, evaluation, handling, and documentation of risks concerning the following aspects:\n(1) Protection needs regarding the confidentiality, integrity, availability, and authenticity of information processed, stored, or transmitted by the third-party;\n(2) Impact of a protection breach on the provision of the cloud service;\n(3) The CSP\'s dependence on the supplier or service provider for the scope, complexity, and uniqueness of the purchased product or service, including the consideration of possible alternatives.',1,'NA','NA','NA',1,2,'NA','NA'),(761,'PM-02.2S','PM-02.2S - Following the risk assessment of a subservice provider, the CSP shall define for every applicable EUCS requirement a list of Complementary Subservice Organization Controls (CSOC) to be implemented by the subservice provider',1,'NA','NA','NA',1,2,'NA','NA'),(762,'PM-02.3S','PM-02.3S - The CSP shall ensure that the subservice provider has implemented the CSOCs, and that the subservice provider has made available to the CSP assurance information supporting the assessment of their suitability and operating effectiveness for the targeted evaluation level.',1,'NA','NA','NA',1,2,'NA','NA'),(763,'PM-02.4S','PM-02.4S - The adequacy of the risk assessment and of the definition of CSOCs shall be reviewed regularly, at least annually',1,'NA','NA','NA',1,2,'NA','NA'),(764,'PM-02.1H','PM-02.1H - The CSP shall perform a risk assessment of its suppliers in accordance with the policies and procedures for the control and monitoring of third-parties before they start contributing to the provision of the cloud service, including the identification, analysis, evaluation, handling, and documentation of risks concerning the following aspects:\n(1) Protection needs regarding the confidentiality, integrity, availability, and authenticity of information processed, stored, or transmitted by the third-party;\n(2) Impact of a protection breach on the provision of the cloud service;\n(3) The CSP\'s dependence on the supplier or service provider for the scope, complexity, and uniqueness of the purchased product or service, including the consideration of possible alternatives.',1,'NA','NA','NA',1,3,'NA','NA'),(765,'PM-02.2H','PM-02.2H - Following the risk assessment of a subservice provider, the CSP shall define for every applicable EUCS requirement a list of Complementary Subservice Organization Controls (CSOC) to be implemented by the subservice provider',1,'NA','NA','NA',1,3,'NA','NA'),(766,'PM-02.3H','PM-02.3H - The CSP shall ensure that the subservice provider has implemented the CSOCs, and that the subservice provider has made available to the CSP assurance information supporting the assessment of their suitability and operating effectiveness for the targeted evaluation level.',1,'NA','NA','NA',1,3,'NA','NA'),(767,'PM-02.4H','PM-02.4H - The adequacy of the risk assessment and of the definition of CSOCs shall be reviewed regularly, at least annually',1,'NA','NA','NA',1,3,'NA','NA'),(768,'PM-02.5H','PM-02.5H - When the CSP relies on products from a supplier to operate the cloud service, the CSP shall not allow this supplier to access any CSC data, cloud service derived data or CSC account data, unless they:\n(1)perform a risk assessment according to RM-01 on the possible exposure of CSC data, cloud service derived data or CSC account data;\n(2) inform their CSCs of these possible accesses in contractual documentation;\n(3) ensure that all operations requiring access to CSC data, cloud service derived data or CSC account data are performed or supervised by an employee who has passed an appropriate assessment (cf. HR-02.1H).',1,'NA','NA','NA',1,3,'NA','NA'),(769,'PM-03.1B','PM-03.1B - The CSP shall maintain a directory for controlling and monitoring the suppliers who contribute to the delivery of the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(770,'PM-03.2B','PM-03.2B - The CSP shall verify the directory for completeness, accuracy and validity at least annually.',1,'NA','NA','NA',1,1,'NA','NA'),(771,'PM-03.1S','PM-03.1S - The CSP shall maintain a directory for controlling and monitoring the suppliers who contribute to the delivery of the cloud service, containing at least the following information:\n(1) Company name;\n(2) Address;\n(3) Locations of data processing and storage;\n(4) Responsible contact person at the supplier;\n(5) Responsible contact person at the CSP;\n(6) Description of the product or service;\n(7) Classification based on the risk assessment;\n(8) Beginning of service usage; and\n(9) Proof of compliance with contractually agreed requirements.',1,'NA','NA','NA',1,2,'NA','NA'),(772,'PM-03.2S','PM-03.2S - The CSP shall verify the directory for completeness, accuracy and validity at least annually.',1,'NA','NA','NA',1,2,'NA','NA'),(773,'PM-03.1H','PM-03.1H - The CSP shall maintain a directory for controlling and monitoring the suppliers who contribute to the delivery of the cloud service, containing at least the following information:\n(1) Company name;\n(2) Address;\n(3) Locations of data processing and storage;\n(4) Responsible contact person at the supplier;\n(5) Responsible contact person at the CSP;\n(6) Description of the product or service;\n(7) Classification based on the risk assessment;\n(8) Beginning of service usage; and\n(9) Proof of compliance with contractually agreed requirements.',1,'NA','NA','NA',1,3,'NA','NA'),(774,'PM-03.2H','PM-03.2H - The CSP shall verify the directory for completeness, accuracy and validity at least annually.',1,'NA','NA','NA',1,3,'NA','NA'),(775,'PM-04.1B','PM-04.1B - The CSP shall monitor the compliance of its suppliers with information security requirements and applicable legal and regulatory requirements in accordance with policies and procedures concerning controlling and monitoring of third-parties.',1,'NA','NA','NA',1,1,'NA','NA'),(776,'PM-04.2B','PM-04.2B - The CSP shall monitor the compliance of its subservice providers with the CSOCs applicable to them following the risk assessment (cf. PM-02).',1,'NA','NA','NA',1,1,'NA','NA'),(777,'PM-04.3B','PM-04.3B - The frequency of the monitoring shall correspond to the classification of the third party based on the risk assessment conducted by the CSP (cf. PM-02), and the results of the monitoring shall be considered in the review of the third party’s risk assessment.',1,'NA','NA','NA',1,1,'NA','NA'),(778,'PM-04.4B','PM-04.4B - Identified violations and deviations shall be analysed, evaluated and treated in accordance with the risk management procedure (cf. RM-01).',1,'NA','NA','NA',1,1,'NA','NA'),(779,'PM-04.5B','PM-04.5B - When a change in a third-party contributing to the provision of the cloud service affects its level of security, the CSP shall inform all of its CSCs without undue delay.',1,'NA','NA','NA',1,1,'NA','NA'),(780,'PM-04.1S','PM-04.1S - The CSP shall monitor the compliance of its suppliers with information security requirements and applicable legal and regulatory requirements in accordance with policies and procedures concerning controlling and monitoring of third-parties, including at least a regular review of the following assurance information, as provided by suppliers under contractual agreements:\n(1) Reports on the quality of the service provided;\n(2) Certificates of the management systems\' compliance with international standards;\n(3) Independent third-party reports on the suitability and operating effectiveness of their service related internal control systems; and\n(4) Records of the third-parties on the handling of vulnerabilities, security incidents and malfunctions.',1,'NA','NA','NA',1,2,'NA','NA'),(781,'PM-04.2S','PM-04.2S - The CSP shall monitor the compliance of its subservice providers with the CSOCs applicable to them following the risk assessment (cf. PM-02).',1,'NA','NA','NA',1,2,'NA','NA'),(782,'PM-04.3S','PM-04.3S - The frequency of the monitoring shall correspond to the classification of the third party based on the risk assessment conducted by the CSP (cf. PM-02), and the results of the monitoring shall be considered in the review of the third party’s risk assessment.',1,'NA','NA','NA',1,2,'NA','NA'),(783,'PM-04.4S','PM-04.4S - Identified violations and deviations shall be analysed, evaluated and treated in accordance with the risk management procedure (cf. RM-01).',1,'NA','NA','NA',1,2,'NA','NA'),(784,'PM-04.5S','PM-04.5S - When a change in a third-party contributing to the provision of the cloud service affects its level of security, the CSP shall inform all of its CSCs without undue delay.',1,'NA','NA','NA',1,2,'NA','NA'),(785,'PM-04.6S','PM-04.6S - The CSP shall document and implement a procedure to review, at least once a year, non disclosure or confidentiality requirements regarding suppliers contributing to the provision of the cloud service.',1,'NA','NA','NA',1,2,'NA','NA'),(786,'PM-04.1H','PM-04.1H - The CSP shall monitor the compliance of its suppliers with information security requirements and applicable legal and regulatory requirements in accordance with policies and procedures concerning controlling and monitoring of third-parties, including at least a regular review of the following assurance information, as provided by suppliers under contractual agreements:\n(1) Reports on the quality of the service provided;\n(2) Certificates of the management systems\' compliance with international standards;\n(3) Independent third-party reports on the suitability and operating effectiveness of their service related internal control systems; and\n(4) Records of the third-parties on the handling of vulnerabilities, security incidents and malfunctions.',1,'NA','NA','NA',1,3,'NA','NA'),(787,'PM-04.2H','PM-04.2H - The CSP shall monitor the compliance of its subservice providers with the CSOCs applicable to them following the risk assessment (cf. PM-02).',1,'NA','NA','NA',1,3,'NA','NA'),(788,'PM-04.3H','PM-04.3H - The frequency of the monitoring shall correspond to the classification of the third party based on the risk assessment conducted by the CSP (cf. PM-02), and the results of the monitoring shall be considered in the review of the third party’s risk assessment.',1,'NA','NA','NA',1,3,'NA','NA'),(789,'PM-04.4H','PM-04.4H - Identified violations and deviations shall be analysed, evaluated and treated in accordance with the risk management procedure (cf. RM-01).',1,'NA','NA','NA',1,3,'NA','NA'),(790,'PM-04.5H','PM-04.5H - When a change in a third-party contributing to the provision of the cloud service affects its level of security, the CSP shall inform all of its CSCs without undue delay.',1,'NA','NA','NA',1,3,'NA','NA'),(791,'PM-04.6H','PM-04.6H - The CSP shall document and implement a procedure to review, at least once a year, non disclosure or confidentiality requirements regarding suppliers contributing to the provision of the cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(792,'PM-04.7H','PM-04.7H - The CSP shall supplement procedures for monitoring compliance with automatic monitoring, by leveraging automatic procedures, when possible, relating to the following aspects:\n(1) Configuration of system components;\n(2) Performance and availability of system components;\n(3) Response time to malfunctions and security incidents; and\n(4) Recovery time (time until completion of error handling).',1,'NA','NA','NA',1,3,'NA','NA'),(793,'PM-04.8H','PM-04.8H - The CSP shall automatically monitor Identified violations and discrepancies, and these shall be automatically reported to the responsible personnel or system components of the CSP for prompt assessment and action.',1,'NA','NA','NA',1,3,'NA','NA'),(794,'PM-05.1B','PM-05.1B - The CSP shall define exit strategies for the purchase of products or services where the risk assessment of the suppliers identified a very high dependency.',1,'NA','NA','NA',1,1,'NA','NA'),(795,'PM-05.1S','PM-05.1S - The CSP shall define exit strategies for the purchase of products or services where the risk assessment of the suppliers identified a very high dependency, which shall be aligned with operational continuity plans and include the following aspects:\n(1) Analysis of the potential costs, impacts, resources, and timing of the transition of a purchased service to an alternative service provider or supplier;\n(2) Definition and allocation of roles, responsibilities, and sufficient resources to perform the activities for a transition;\n(3) Definition of success criteria for the transition;\n(4) Definition of indicators for product or service performance monitoring, which should trigger the\nwithdrawal from the product or service if the results are unacceptable.',1,'NA','NA','NA',1,2,'NA','NA'),(796,'PM-05.1H','PM-05.1H - The CSP shall define exit strategies for the purchase of products or services where the risk assessment of the suppliers identified a very high dependency, which shall be aligned with operational continuity plans and include the following aspects:\n(1) Analysis of the potential costs, impacts, resources, and timing of the transition of a purchased service to an alternative service provider or supplier;\n(2) Definition and allocation of roles, responsibilities, and sufficient resources to perform the activities for a transition;\n(3) Definition of success criteria for the transition;\n(4) Definition of indicators for product or service performance monitoring, which should trigger the\nwithdrawal from the product or service if the results are unacceptable.',1,'NA','NA','NA',1,3,'NA','NA'),(797,'PM-05.2H','PM-05.2H - When the CSP relies for the provision of the cloud service on products or services from a supplier for which the CSP has identified a very high dependency (cf. PM-05.1H), then in case of contract termination, the CSP shall be guaranteed contractually by its supplier the ability to maintain the operation of its cloud service under normal conditions for a specified period of time, and the CSP shall indicate this period of time in contractual agreements with CSCs.',1,'NA','NA','NA',1,3,'NA','NA'),(798,'IM-01.1B','IM-01.1B - The CSP shall define and implement policies and procedures according to ISP-02 containing technical and organisational safeguards to ensure a fast, effective and proper response to all known security incidents, including:\n(1) Guidelines for the classification, prioritization, and escalation of security incidents;\n(2) Description of interfaces for incident management and business continuity management.',1,'NA','NA','NA',1,1,'NA','NA'),(799,'IM-01.2B','IM-01.2B - The CSP shall establish a point of contact, which contributes to the coordinated resolution of security incidents.',1,'NA','NA','NA',1,1,'NA','NA'),(800,'IM-01.1S','IM-01.1S - The CSP shall define and implement policies and procedures according to ISP-02 containing technical and organisational safeguards to ensure a fast, effective and proper response to all known security incidents, including:\n(1) Guidelines for the classification, prioritization, and escalation of security incidents;\n(2) Description of interfaces for incident management and business continuity management.\n(3) Procedures as to how the data of a potentially impacted system can be collected in a conclusive manner in the event of a security incident.',1,'NA','NA','NA',1,2,'NA','NA'),(801,'IM-01.2S','IM-01.2S - The CSP shall establish a Cyber Security Incident Response Team (CSIRT), which contributes to the coordinated resolution of security incidents.',1,'NA','NA','NA',1,2,'NA','NA'),(802,'IM-01.3S','IM-01.3S - The CSP shall inform the CSCs affected by security incidents in a timely and appropriate manner.',1,'NA','NA','NA',1,2,'NA','NA'),(803,'IM-01.1H','IM-01.1H - The CSP shall define and implement policies and procedures according to ISP-02 containing technical and organisational safeguards to ensure a fast, effective and proper response to all known security incidents, including:\n(1) Guidelines for the classification, prioritization, and escalation of security incidents;\n(2) Description of interfaces for incident management and business continuity management.\n(3) Procedures as to how the data of a potentially impacted system can be collected in a conclusive manner in the event of a security incident;\n(4) Analysis plans for typical security incidents;\n(5) An evaluation methodology so that the collected information does not lose its evidential value in any subsequent legal assessment;\n(6) Provisions for the regular testing of the incident response capabilities to determine the overall effectiveness of the capabilities and to identify potential deficiencies.',1,'NA','NA','NA',1,3,'NA','NA'),(804,'IM-01.2H','IM-01.2H - The CSP shall establish a Cyber Security Incident Response Team (CSIRT), which contributes to the coordinated resolution of security incidents.',1,'NA','NA','NA',1,3,'NA','NA'),(805,'IM-01.3H','IM-01.3H - The CSP shall inform the customers affected by security incidents in a timely and appropriate manner.',1,'NA','NA','NA',1,3,'NA','NA'),(806,'IM-02.1B','IM-02.1B - The CSP shall classify and prioritize security events that could constitute a security incident, and perform root-cause analyses for these events, using their subject matter experts and external security providers where appropriate.',1,'NA','NA','NA',1,1,'NA','NA'),(807,'IM-02.1S','IM-02.1S - The CSP shall classify and prioritize security events that could constitute a security incident, and perform root-cause analyses for these events, using their subject matter experts and external security providers where appropriate.',1,'NA','NA','NA',1,2,'NA','NA'),(808,'IM-02.2S','IM-02.2S - The CSP shall maintain a catalogue that clearly identifies the security incidents that affect CSC data, and use that catalogue to classify security incidents.',1,'NA','NA','NA',1,2,'NA','NA'),(809,'IM-02.3S','IM-02.3S - The incident classification mechanism shall include provisions to correlate events. In addition, these correlated events shall themselves be assessed and classified according to their criticality.',1,'NA','NA','NA',1,2,'NA','NA'),(810,'IM-02.1H','IM-02.1H - The CSP shall classify and prioritize security events that could constitute a security incident, and perform root-cause analyses for these events, using their subject matter experts and external security providers where appropriate.',1,'NA','NA','NA',1,3,'NA','NA'),(811,'IM-02.2H','IM-02.2H - The CSP shall maintain a catalogue that clearly identifies the security incidents that affect CSC data, and use that catalogue to classify security incidents.',1,'NA','NA','NA',1,3,'NA','NA'),(812,'IM-02.3H','IM-02.3H - The incident classification mechanism shall include provisions to correlate events. In addition, these correlated events shall themselves be assessed and classified according to their criticality.',1,'NA','NA','NA',1,3,'NA','NA'),(813,'IM-02.4H','IM-02.4H - The CSP shall simulate the identification, analysis, and defence of security incidents and attacks at least once a year through appropriate tests and exercises.',1,'NA','NA','NA',1,3,'NA','NA'),(814,'IM-02.5H','IM-02.5H - The CSP shall automatically monitor the processing of security incidents to verify the application of incident management policies and procedures.',1,'NA','NA','NA',1,3,'NA','NA'),(815,'IM-03.1B','IM-03.1B - The CSP shall document the implemented measures after a security incident has been processed and, in accordance with contractual agreements between CSC and CSP, information shall be made available to the affected CSCs for final acknowledgment or, if applicable, as confirmation.',1,'NA','NA','NA',1,1,'NA','NA'),(816,'IM-03.2B','IM-03.2B - The CSP shall make information on security incidents or confirmed security breaches available to all affected CSCs.',1,'NA','NA','NA',1,1,'NA','NA'),(817,'IM-03.1S','IM-03.1S - The CSP shall document the implemented measures after a security incident has been processed and, following the contractual agreements, the document shall be sent to the affected customers for final acknowledgment or, if applicable, as confirmation.',1,'NA','NA','NA',1,2,'NA','NA'),(818,'IM-03.2S','IM-03.2S - The CSP shall make information on security incidents or confirmed security breaches available to all affected customers.',1,'NA','NA','NA',1,2,'NA','NA'),(819,'IM-03.1H','IM-03.1H - The CSP shall document the implemented measures after a security incident has been processed and, following the contractual agreements, the document shall be sent to the affected customers for final acknowledgment or, if applicable, as confirmation.',1,'NA','NA','NA',1,3,'NA','NA'),(820,'IM-03.2H','IM-03.2H - The CSP shall make information on security incidents or confirmed security breaches available to all affected customers.',1,'NA','NA','NA',1,3,'NA','NA'),(821,'IM-04.1B','IM-04.1B - The CSP shall inform employees and external business partners of their contractual obligations to report all security events that become known to them and are directly related to the cloud service',1,'NA','NA','NA',1,1,'NA','NA'),(822,'IM-04.2B','IM-04.2B - The CSP shall not take any negative action against those who report in good faith events that do not subsequently turn out to be incidents, and shall make that policy known as part of its communication to employees and external business partners',1,'NA','NA','NA',1,1,'NA','NA'),(823,'IM-04.3B','IM-04.3B - The CSP shall define, publish and implement a single point of contact to report security events and vulnerabilities.',1,'NA','NA','NA',1,1,'NA','NA'),(824,'IM-04.1S','IM-04.1S - The CSP shall inform employees and external business partners of their contractual obligations to report all security events that become known to them and are directly related to the cloud service',1,'NA','NA','NA',1,2,'NA','NA'),(825,'IM-04.2S','IM-04.2S - The CSP shall not take any negative action against those who report in good faith events that do not subsequently turn out to be incidents, and shall make that policy known as part of its communication to employees and external business partners',1,'NA','NA','NA',1,2,'NA','NA'),(826,'IM-04.3S','IM-04.3S - The CSP shall define, publish and implement a single point of contact to report security events and vulnerabilities.',1,'NA','NA','NA',1,2,'NA','NA'),(827,'IM-04.1H','IM-04.1H - The CSP shall inform employees and external business partners of their contractual obligations to report all security events that become known to them and are directly related to the cloud service',1,'NA','NA','NA',1,3,'NA','NA'),(828,'IM-04.2H','IM-04.2H - The CSP shall not take any negative action against those who report in good faith events that do not subsequently turn out to be incidents, and shall make that policy known as part of its communication to employees and external business partners',1,'NA','NA','NA',1,3,'NA','NA'),(829,'IM-04.3H','IM-04.3H - The CSP shall define, publish and implement a single point of contact to report security events and vulnerabilities.',1,'NA','NA','NA',1,3,'NA','NA'),(830,'IM-05.1B','IM-05.1B - The CSP shall periodically inform its CSCs on the status of the security incidents affecting the CSC, or, where appropriate and necessary, involve them in the resolution, according to the contractual agreements',1,'NA','NA','NA',1,1,'NA','NA'),(831,'IM-05.2B','IM-05.2B - As soon as a security incident has been closed, the CSP shall inform the affected CSCs about the actions taken, according to the contractual agreements.',1,'NA','NA','NA',1,1,'NA','NA'),(832,'IM-05.1S','IM-05.1S - The CSP shall periodically inform its CSCs on the status of the security incidents affecting the CSC, or, where appropriate and necessary, involve them in the resolution, according to the contractual agreements',1,'NA','NA','NA',1,2,'NA','NA'),(833,'IM-05.2S','IM-05.2S - As soon as a security incident has been closed, the CSP shall inform the affected CSCs about the actions taken, according to the contractual agreements.',1,'NA','NA','NA',1,2,'NA','NA'),(834,'IM-05.1H','IM-05.1H - The CSP shall periodically inform its CSCs on the status of the security incidents affecting the CSC, or, where appropriate and necessary, involve them in the resolution, according to the contractual agreements',1,'NA','NA','NA',1,3,'NA','NA'),(835,'IM-05.2H','IM-05.2H - As soon as a security incident has been closed, the CSP shall inform the affected CSCs about the actions taken, according to the contractual agreements.',1,'NA','NA','NA',1,3,'NA','NA'),(836,'IM-05.3H','IM-05.3H - The CSP shall define procedures, to be described in CSC’s contractual agreements, defining and describing the involvement of the CSC in the approval of a solution to an incident’s root cause over a specified period.',1,'NA','NA','NA',1,3,'NA','NA'),(837,'IM-06.1B','IM-06.1B - The CSP shall perform an analysis of security incidents to identify recurrent or significant security events or incidents and to identify the need for further protection, if needed with the support of external bodies.',1,'NA','NA','NA',1,1,'NA','NA'),(838,'IM-06.2B','IM-06.2B - If the CSP determines the need for external assistance, it shall select a competent and trustworthy incident response service provider or one that is recommended by its NCCA.',1,'NA','NA','NA',1,1,'NA','NA'),(839,'IM-06.1S','IM-06.1S - The CSP shall perform an analysis of security incidents to identify recurrent or significant security events or incidents and to identify the need for further protection, if needed with the support of external bodies.',1,'NA','NA','NA',1,2,'NA','NA'),(840,'IM-06.2S','IM-06.2S - If the CSP determines the need for external assistance, it shall select a competent and trustworthy incident response service provider or one that is recommended by its NCCA.',1,'NA','NA','NA',1,2,'NA','NA'),(841,'IM-06.3S','IM-06.3S - The CSP shall define, implement and maintain a knowledge repository of security incidents and the measures taken to solve them, as well as information related to the assets that these security incidents affected, and the CSP shall use that information to enrich the classification catalogue of incidents (cf. IM-02).',1,'NA','NA','NA',1,2,'NA','NA'),(842,'IM-06.4S','IM-06.4S - The intelligence gained from the incident management and gathered in the knowledge repository shall be used to identify recurring security events or incidents, or potential significant security incidents, to determine the need for advanced safeguards, and implement them.',1,'NA','NA','NA',1,2,'NA','NA'),(843,'IM-06.1H','IM-06.1H - The CSP shall perform an analysis of security incidents to identify recurrent or significant security events or incidents and to identify the need for further protection, if needed with the support of external bodies.',1,'NA','NA','NA',1,3,'NA','NA'),(844,'IM-06.2H','IM-06.2H - If the CSP determines the need for external assistance, it shall select a competent and trustworthy incident response service provider or one that is recommended by its NCCA.',1,'NA','NA','NA',1,3,'NA','NA'),(845,'IM-06.3H','IM-06.3H - The CSP shall define, implement and maintain a knowledge repository of security incidents and the measures taken to solve them, as well as information related to the assets that these security incidents affected, and the CSP shall use that information to enrich the classification catalogue of incidents (cf. IM-02).',1,'NA','NA','NA',1,3,'NA','NA'),(846,'IM-06.4H','IM-06.4H - The intelligence gained from the incident management and gathered in the knowledge repository shall be used to identify recurring security events or incidents, or potential significant security incidents, to determine the need for advanced safeguards, and implement them.',1,'NA','NA','NA',1,3,'NA','NA'),(847,'IM-07.1B','IM-07.1B - The CSP shall document and implement a procedure to archive all documents and evidence that provide details on security incidents.',1,'NA','NA','NA',1,1,'NA','NA'),(848,'IM-07.2B','IM-07.2B - The CSP shall implement security mechanisms and processes for protecting all the information related to security incidents in accordance with criticality levels and legal requirements in effect.',1,'NA','NA','NA',1,1,'NA','NA'),(849,'IM-07.1S','IM-07.1S - The CSP shall document and implement a procedure to archive all documents and evidence that provide details on security incidents, in a way that could be used as evidence in court.',1,'NA','NA','NA',1,2,'NA','NA'),(850,'IM-07.2S','IM-07.2S - The CSP shall implement security mechanisms and processes for protecting all the information related to security incidents in accordance with criticality levels and legal requirements in effect.',1,'NA','NA','NA',1,2,'NA','NA'),(851,'IM-07.3S','IM-07.3S - When the CSP requires additional expertise in order to preserve the evidences and secure the chain of custody on a security incident, the CSP shall contract a qualified incident response service provider only',1,'NA','NA','NA',1,2,'NA','NA'),(852,'IM-07.1H','IM-07.1H - The CSP shall document and implement a procedure to archive all documents and evidence that provide details on security incidents, in a way that could be used as evidence in court.',1,'NA','NA','NA',1,3,'NA','NA'),(853,'IM-07.2H','IM-07.2H - The CSP shall implement security mechanisms and processes for protecting all the information related to security incidents in accordance with criticality levels and legal requirements in effect.',1,'NA','NA','NA',1,3,'NA','NA'),(854,'IM-07.3H','IM-07.3H - When the CSP requires additional expertise in order to preserve the evidences and secure the chain of custody on a security incident, the CSP shall contract a qualified incident response service provider only',1,'NA','NA','NA',1,3,'NA','NA'),(855,'IM-07.4H','IM-07.4H - The CSP shall establish an integrated team of forensic/incident responder employees specifically trained on evidence preservation and chain of custody management.',1,'NA','NA','NA',1,3,'NA','NA'),(856,'BC-01.1B','BC-01.1B - The CSP shall define policies and procedures according to ISP-02 establishing the strategy and guidelines to ensure business continuity and contingency management.',1,'NA','NA','NA',1,1,'NA','NA'),(857,'BC-01.1S','BC-01.1S - The CSP shall define policies and procedures according to ISP-02 establishing the strategy and guidelines to ensure business continuity and contingency management.',1,'NA','NA','NA',1,2,'NA','NA'),(858,'BC-01.2S','BC-01.2S - The CSP shall name (a member of) top management as the process owner of business continuity and emergency management, and responsible for establishing the process within the company following the strategy as well as ensuring compliance with the guidelines, and for ensuring that sufficient resources are made available for an effective process.',1,'NA','NA','NA',1,2,'NA','NA'),(859,'BC-01.1H','BC-01.1H - The CSP shall define policies and procedures according to ISP-02 establishing the strategy and guidelines to ensure business continuity and contingency management.',1,'NA','NA','NA',1,3,'NA','NA'),(860,'BC-01.2H','BC-01.2H - The CSP shall name (a member of) top management as the process owner of business continuity and emergency management, and responsible for establishing the process within the company following the strategy as well as ensuring compliance with the guidelines, and for ensuring that sufficient resources are made available for an effective process.',1,'NA','NA','NA',1,3,'NA','NA'),(861,'BC-02.1B','BC-02.1B - The policies and procedures for business continuity and contingency management shall include the need to perform a business impact analysis to determine the impact of any malfunction to the cloud service or enterprise.',1,'NA','NA','NA',1,1,'NA','NA'),(862,'BC-02.1S','BC-02.1S - The policies and procedures for business continuity and contingency management shall include the need to perform a business impact analysis to determine the impact of any malfunction to the cloud service or enterprise, considering at least the following aspects:\n(1) Possible scenarios based on a risk assessment;\n(2) Identification of critical products and services;\n(3) Identification of dependencies, including processes (including resources required), applications, business partners and third-parties;\n(4) Identification of threats to critical products and services;\n(5) Identification of effects resulting from planned and unplanned malfunctions and changes over time;\n(6) Determination of the maximum acceptable duration of malfunctions;\n(7) Identification of restoration priorities;\n(8) Determination of time targets for the resumption of critical products and services within the maximum acceptable time period (RTO);\n(9) Determination of time targets for the maximum reasonable period during which data ',1,'NA','NA','NA',1,2,'NA','NA'),(863,'BC-02.2S','BC-02.2S - The business impact analysis resulting from these policies and procedures shall be reviewed at regular intervals, at least once a year, or after significant organisational or environment-related changes.',1,'NA','NA','NA',1,2,'NA','NA'),(864,'BC-02.1H','BC-02.1H - The policies and procedures for business continuity and contingency management shall include the need to perform a business impact analysis to determine the impact of any malfunction to the cloud service or enterprise, considering at least the following aspects:\n(1) Possible scenarios based on a risk assessment;\n(2) Identification of critical products and services;\n(3) Identification of dependencies, including processes (including resources required), applications, business partners and third-parties;\n(4) Identification of threats to critical products and services;\n(5) Identification of effects resulting from planned and unplanned malfunctions and changes over time;\n(6) Determination of the maximum acceptable duration of malfunctions;\n(7) Identification of restoration priorities;\n(8) Determination of time targets for the resumption of critical products and services within the maximum acceptable time period (RTO);\n(9) Determination of time targets for the maximum reasonable period during which data ',1,'NA','NA','NA',1,3,'NA','NA'),(865,'BC-02.2H','BC-02.2H - The business impact analysis resulting from these policies and procedures shall be reviewed at regular intervals, at least once a year, or after significant organisational or environment-related changes.',1,'NA','NA','NA',1,3,'NA','NA'),(866,'BC-03.1B','BC-03.1B - The CSP shall document and implement a business continuity plan and contingency plans to ensure continuity of the services, taking into account information security constraints and the results of the business impact analysis.',1,'NA','NA','NA',1,1,'NA','NA'),(867,'BC-03.1S','BC-03.1S - The CSP shall document and implement a business continuity plan and contingency plans to ensure continuity of the services, taking into account information security constraints and the results of the business impact analysis, based on industry accepted standards, and covering at least the following aspects:\n(1) Defined purpose and scope, including relevant business processes and dependencies;\n(2) Accessibility and comprehensibility of the plans for persons who are to act accordingly;\n(3) Ownership by at least one designated person responsible for review and approval;\n(4) Defined communication channels, roles and responsibilities including notification of the customers;\n(5) Recovery procedures, manual interim solutions and reference information (taking into account prioritisation in the recovery of cloud infrastructure components and services and alignment with customers);\n(6) List of standards being used;\n(7) Methods for putting the plans into effect;\n(8) Continuous process improvement; and\n(9) Int',1,'NA','NA','NA',1,2,'NA','NA'),(868,'BC-03.2S','BC-03.2S - The business continuity plan shall be reviewed at regular intervals, at least once a year, or after significant organisational or environment-related changes.',1,'NA','NA','NA',1,2,'NA','NA'),(869,'BC-03.1H','BC-03.1H - TThe CSP shall document and implement a business continuity plan and contingency plans to ensure continuity of the services, taking into account information security constraints and the results of the business impact analysis, based on industry accepted standards, and covering at least the following aspects:\n(1) Defined purpose and scope, including relevant business processes and dependencies;\n(2) Accessibility and comprehensibility of the plans for persons who are to act accordingly;\n(3) Ownership by at least one designated person responsible for review and approval;\n(4) Defined communication channels, roles and responsibilities including notification of the customers;\n(5) Recovery procedures, manual interim solutions and reference information (taking into account prioritisation in the recovery of cloud infrastructure components and services and alignment with customers);\n(6) List of standards being used;\n(7) Methods for putting the plans into effect;\n(8) Continuous process improvement; and\n(9) In',1,'NA','NA','NA',1,3,'NA','NA'),(870,'BC-03.2H','BC-03.2H - The business continuity plan shall be reviewed at regular intervals, at least once a year, or after significant organisational or environment-related changes.',1,'NA','NA','NA',1,3,'NA','NA'),(871,'BC-04.1S','BC-04.1S - The business impact analysis, business continuity plan and contingency plans shall be tested at regular intervals (at least once a year) or after an update ',1,'NA','NA','NA',1,2,'NA','NA'),(872,'BC-04.2S','BC-04.2S - The tests shall be documented, and the results considered to review the business continuity plan and to define future operational continuity measures',1,'NA','NA','NA',1,2,'NA','NA'),(873,'BC-04.3S','BC-04.3S - The tests shall involve CSCs and relevant third parties, such as subservice providers and suppliers.',1,'NA','NA','NA',1,2,'NA','NA'),(874,'BC-04.1H','BC-04.1H - The business impact analysis, business continuity plan and contingency plans shall be tested at regular intervals (at least once a year) or after an update ',1,'NA','NA','NA',1,3,'NA','NA'),(875,'BC-04.2H','BC-04.2H - The tests shall be documented, and the results considered to review the business continuity plan and to define future operational continuity measures',1,'NA','NA','NA',1,3,'NA','NA'),(876,'BC-04.3H','BC-04.3H - The tests shall involve CSCs and relevant third parties, such as subservice providers and suppliers.',1,'NA','NA','NA',1,3,'NA','NA'),(877,'BC-04.4H','BC-04.4H - In addition to the tests, exercises shall also be carried out, which are, among other things, based on scenarios resulting from security incidents that have already occurred in the past.',1,'NA','NA','NA',1,3,'NA','NA'),(878,'CO-01.1B','CO-01.1B - The CSP shall document the legal, regulatory, self-imposed and contractual requirements relevant to the information security of the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(879,'CO-01.1S','CO-01.1S - The CSP shall document the legal, regulatory, self-imposed and contractual requirements relevant to the information security of the cloud service.',1,'NA','NA','NA',1,2,'NA','NA'),(880,'CO-01.2S','CO-01.2S - The CSP shall document and implement procedures for complying to these contractual requirements.',1,'NA','NA','NA',1,2,'NA','NA'),(881,'CO-01.1H','CO-01.1H - The CSP shall document the legal, regulatory, self-imposed and contractual requirements relevant to the information security of the cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(882,'CO-01.2H','CO-01.2H - The CSP shall document and implement procedures for complying to these contractual requirements.',1,'NA','NA','NA',1,3,'NA','NA'),(883,'CO-01.3H','CO-01.3H - The CSP shall provide these procedures when requested by a CSC.',1,'NA','NA','NA',1,3,'NA','NA'),(884,'CO-01.4H','CO-01.4H - The CSP shall document and implement a proactive approach for receiving up-to-date legal, regulatory and contractual requirements that affect the cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(885,'CO-02.1B','CO-02.1B - The CSP shall define and implement policies and procedures for planning and conducting audits, made in accordance with ISP-02 and that would not interfere with the operation of the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(886,'CO-02.1S','CO-02.1S - The CSP shall define and implement policies and procedures for planning and conducting audits, made in accordance with ISP-02 and that would not interfere with the operation of the cloud service, addressing at least the following aspects:\n(1) Restriction to read-only access to system components in accordance with the agreed audit plan and as necessary to perform the audit activities;\n(2) Activities that may result in malfunctions to the cloud service or breaches of contractual requirements are performed during scheduled maintenance windows or outside peak periods; and\n(3) Logging and monitoring of activities.',1,'NA','NA','NA',1,2,'NA','NA'),(887,'CO-02.2S','CO-02.2S - The CSP shall document and implement an audit programme over three years that defines the scope and the frequency of the audits in accordance with the management of change, policies, and the results of the risk assessment.',1,'NA','NA','NA',1,2,'NA','NA'),(888,'CO-02.1H','CO-02.1H - The CSP shall define and implement policies and procedures for planning and conducting audits, made in accordance with ISP-02 and that would not interfere with the operation of the cloud service, addressing at least the following aspects:\n(1) Restriction to read-only access to system components in accordance with the agreed audit plan and as necessary to perform the audit activities;\n(2) Activities that may result in malfunctions to the cloud service or breaches of contractual requirements are performed during scheduled maintenance windows or outside peak periods; and\n(3) Logging and monitoring of activities.',1,'NA','NA','NA',1,3,'NA','NA'),(889,'CO-02.2H','CO-02.2H - The CSP shall document and implement an audit programme over three years that defines the scope and the frequency of the audits in accordance with the management of change, policies, and the results of the risk assessment.',1,'NA','NA','NA',1,3,'NA','NA'),(890,'CO-02.3H','CO-02.3H - The CSP shall grant its CSCs contractually guaranteed information and define their audit rights.',1,'NA','NA','NA',1,3,'NA','NA'),(891,'CO-03.1B','CO-03.1B - The CSP shall perform at regular intervals and at least annually internal audits by subject matter experts to check the compliance of their internal security control system to the requirements defined in CO-01, and to the requirements of the EUCS scheme at the targeted evaluation level.',1,'NA','NA','NA',1,1,'NA','NA'),(892,'CO-03.2B','CO-03.2B - The CSP shall document specifically deviations that are nonconformities from the EUCS requirements, including an assessment of their severity, and keep track of their remediation.',1,'NA','NA','NA',1,1,'NA','NA'),(893,'CO-03.1S','CO-03.1S - The CSP shall perform at regular intervals and at least annually internal audits by subject matter experts to check the compliance of their internal security control system to the requirements defined in CO-01, and to the requirements of the EUCS scheme at the targeted evaluation level.',1,'NA','NA','NA',1,2,'NA','NA'),(894,'CO-03.2S','CO-03.2S - The CSP shall document specifically deviations that are nonconformities from the EUCS requirements, including an assessment of their severity, and keep track of their remediation.',1,'NA','NA','NA',1,2,'NA','NA'),(895,'CO-03.3S','CO-03.3S - Identified vulnerabilities and deviations shall be subject to risk assessment in accordance with the risk management procedure (cf. RM-01) and follow-up measures are defined and tracked (cf. OPS-17).',1,'NA','NA','NA',1,2,'NA','NA'),(896,'CO-03.4S','CO-03.4S - The CSP shall inform CSCs who operate an certified cloud service of nonconformities relatively to EUCS requirements.',1,'NA','NA','NA',1,2,'NA','NA'),(897,'CO-03.1H','CO-03.1H - The CSP shall perform at regular intervals and at least annually internal audits by subject matter experts to check the compliance of their internal security control system to the requirements defined in CO-01, and to the requirements of the EUCS scheme at the targeted evaluation level.',1,'NA','NA','NA',1,3,'NA','NA'),(898,'CO-03.2H','CO-03.2H - The CSP shall document specifically deviations that are nonconformities from the EUCS requirements, including an assessment of their severity, and keep track of their remediation.',1,'NA','NA','NA',1,3,'NA','NA'),(899,'CO-03.3H','CO-03.3H - Identified vulnerabilities and deviations shall be subject to risk assessment in accordance with the risk management procedure (cf. RM-01) and follow-up measures are defined and tracked (cf. OPS-17).',1,'NA','NA','NA',1,3,'NA','NA'),(900,'CO-03.4H','CO-03.4H - The CSP shall inform CSCs who operate an certified cloud service of nonconformities relatively to EUCS requirements.',1,'NA','NA','NA',1,3,'NA','NA'),(901,'CO-03.5H','CO-03.5H - Internal audits shall be supplemented by procedures to automatically monitor compliance with applicable requirements of policies and instructions.',1,'NA','NA','NA',1,3,'NA','NA'),(902,'CO-03.6H','CO-03.6H - The CSP shall implement automated monitoring to identify vulnerabilities and deviations, which shall be automatically reported to the appropriate CSP’s subject matter experts for immediate assessment and action.',1,'NA','NA','NA',1,3,'NA','NA'),(903,'CO-04.1B','CO-04.1B - The CSP shall regular inform its top management about the information security performance within the scope of the internal control system.',1,'NA','NA','NA',1,1,'NA','NA'),(904,'CO-04.1S','CO-04.1S - The CSP shall regular inform its top management about the information security performance within the scope of the internal control system.',1,'NA','NA','NA',1,2,'NA','NA'),(905,'CO-04.2S','CO-04.2S - This information shall be included in the management review of the internal control system that is performed at least once a year.',1,'NA','NA','NA',1,2,'NA','NA'),(906,'CO-04.1H','CO-04.1H - The CSP shall regular inform its top management about the information security performance within the scope of the internal control system.',1,'NA','NA','NA',1,3,'NA','NA'),(907,'CO-04.2H','CO-04.2H - This information shall be included in the management review of the internal control system that is performed at least once a year.',1,'NA','NA','NA',1,3,'NA','NA'),(908,'DOC-01.1B','DOC-01.1B - The CSP shall make publicly available guidelines and recommendations to assist the cloud service users with the secure configuration, installation, deployment, operation and maintenance of the cloud service provided.',1,'NA','NA','NA',1,1,'NA','NA'),(909,'DOC-01.2B','DOC-01.2B - The CSP shall maintain guidelines and recommendations applicable to the cloud service in the version intended for productive use.',1,'NA','NA','NA',1,1,'NA','NA'),(910,'DOC-01.1S','DOC-01.1S - The CSP shall make publicly available guidelines and recommendations to assist the cloud service users with the secure configuration, installation, deployment, operation and maintenance of the cloud service provided, covering at least the following aspects, where applicable to the cloud service:\n(1) Instructions for secure configuration;\n(2) Information sources on known vulnerabilities and update mechanisms;\n(3) Error handling and logging mechanisms;\n(4) Authentication mechanisms;\n(5) Roles and rights policies including combinations that result in an elevated risk;\n(6) Services and functions for administration of the cloud service by privileged users, and\n(7) Complementary User Entity Controls (CUECs).',1,'NA','NA','NA',1,2,'NA','NA'),(911,'DOC-01.2S','DOC-01.2S - The CSP shall maintain guidelines and recommendations applicable to the cloud service in the version intended for productive use.',1,'NA','NA','NA',1,2,'NA','NA'),(912,'DOC-01.3S','DOC-01.3S - The CSP shall describe in the user documentation all risks shared with the customer.',1,'NA','NA','NA',1,2,'NA','NA'),(913,'DOC-01.1H','DOC-01.1H - The CSP shall make publicly available guidelines and recommendations to assist the cloud service users with the secure configuration, installation, deployment, operation and maintenance of the cloud service provided, covering at least the following aspects, where applicable to the cloud service:\n(1) Instructions for secure configuration;\n(2) Information sources on known vulnerabilities and update mechanisms;\n(3) Error handling and logging mechanisms;\n(4) Authentication mechanisms;\n(5) Roles and rights policies including combinations that result in an elevated risk;\n(6) Services and functions for administration of the cloud service by privileged users, and\n(7) Complementary User Entity Controls (CUECs).',1,'NA','NA','NA',1,3,'NA','NA'),(914,'DOC-01.2H','DOC-01.2H - The CSP shall maintain guidelines and recommendations applicable to the cloud service in the version intended for productive use.',1,'NA','NA','NA',1,3,'NA','NA'),(915,'DOC-01.3H','DOC-01.3H - The CSP shall describe in the user documentation all risks shared with the customer.',1,'NA','NA','NA',1,3,'NA','NA'),(916,'DOC-01.4H','DOC-01.4H - The CSP shall regularly analyse how the CSCs apply the security recommendations and CUECs, and take measure to encourage compliance based on the defined shared responsibility model.',1,'NA','NA','NA',1,3,'NA','NA'),(917,'DOC-02.1B','DOC-02.1B - The CSP shall provide comprehensible and transparent information on:\n(1) Its jurisdiction; and\n(2) System component locations, including its subservice providers, where CSC data is processed, stored and backed up.',1,'NA','NA','NA',1,1,'NA','NA'),(918,'DOC-02.2B','DOC-02.2B - The CSP shall provide sufficient information for subject matter experts of the CSC to determine and to assess the suitability of the cloud service’s jurisdiction and locations from a legal and regulatory perspective.',1,'NA','NA','NA',1,1,'NA','NA'),(919,'DOC-02.1S','DOC-02.1S - The CSP shall provide comprehensible and transparent information on:\n(1) Its jurisdiction; and\n(2) System component locations, including its subservice providers, where CSC data , meta-data, cloud service derived data and CSC account data is processed, stored and backed up;\n(3) The locations from which administration and supervision may be carried out on the cloud service.',1,'NA','NA','NA',1,2,'NA','NA'),(920,'DOC-02.2S','DOC-02.2S - The CSP shall provide sufficient information for subject matter experts of the CSC to determine and to assess the suitability of the cloud service’s jurisdiction and locations from a legal and regulatory perspective.',1,'NA','NA','NA',1,2,'NA','NA'),(921,'DOC-02.1H','DOC-02.1H - The CSP shall provide comprehensible and transparent information on:\n(1) Its jurisdiction; and\n(2) System component locations, including its subservice providers, where CSC data , meta-data, cloud service derived data and CSC account data is processed, stored and backed up;\n(3) System component locations, including for its subservice providers, where any CSP data is processed, stored, and backed up;\n(4) The locations from which administration and supervision may be carried out on the cloud service.\n(5) The locations from which the CSP conducts support operations for CSCs, including the list of operations that can be carried by support teams in each location.',1,'NA','NA','NA',1,3,'NA','NA'),(922,'DOC-02.2H','DOC-02.2H - The CSP shall provide sufficient information for subject matter experts of the CSC to determine and to assess the suitability of the cloud service’s jurisdiction and locations from a legal and regulatory perspective.',1,'NA','NA','NA',1,3,'NA','NA'),(923,'DOC-03.1B','DOC-03.1B - The CSP shall provide a justification for the evaluation level targeted for certification, based on the risks associated to the cloud service’s targeted customers and use cases.',1,'NA','NA','NA',1,1,'NA','NA'),(924,'DOC-03.2B','DOC-03.2B - If the CSP claims compliance to extension profiles for its cloud service, the justification shall cover these extension profiles.',1,'NA','NA','NA',1,1,'NA','NA'),(925,'DOC-03.3B','DOC-03.3B - A summary of the justification shall be made publicly available as part of the certification package, which shall allow CSCs to perform a high-level analysis about their own use cases.',1,'NA','NA','NA',1,1,'NA','NA'),(926,'DOC-03.1S','DOC-03.1S - The CSP shall provide a justification, based on a risk assessment according to RM-01, for the evaluation level targeted for certification, based on the risks associated to the cloud service’s targeted customers and use cases.',1,'NA','NA','NA',1,2,'NA','NA'),(927,'DOC-03.2S','DOC-03.2S - If the CSP claims compliance to extension profiles for its cloud service, the justification shall cover these extension profiles.',1,'NA','NA','NA',1,2,'NA','NA'),(928,'DOC-03.3S','DOC-03.3S - A summary of the justification shall be made publicly available as part of the certification package, which shall allow CSCs to perform a high-level analysis about their own use cases.',1,'NA','NA','NA',1,2,'NA','NA'),(929,'DOC-03.1H','DOC-03.1H - The CSP shall provide a justification, based on a risk assessment according to RM-01, for the evaluation level targeted for certification, based on the risks associated to the cloud service’s targeted customers and use cases.',1,'NA','NA','NA',1,3,'NA','NA'),(930,'DOC-03.2H','DOC-03.2H - If the CSP claims compliance to extension profiles for its cloud service, the justification shall cover these extension profiles.',1,'NA','NA','NA',1,3,'NA','NA'),(931,'DOC-03.3H','DOC-03.3H - A summary of the justification shall be made publicly available as part of the certification package, which shall allow CSCs to perform a high-level analysis about their own use cases.',1,'NA','NA','NA',1,3,'NA','NA'),(932,'DOC-04.1B','DOC-04.1B - If a CSP wants to allow CSCs to certify with EUCS their own cloud services based on the CSP’s cloud service using composition, the CSP shall develop specific documentation and make it available to CSCs upon request, based on the complementary user entity controls (CUECs) that they have defined.',1,'NA','NA','NA',1,1,'NA','NA'),(933,'DOC-04.2B','DOC-04.2B - The CSP shall include in the description provided for each CUEC a list of actionable requirements for the CSC, and it shall associate each CUEC to an EUCS requirement.',1,'NA','NA','NA',1,1,'NA','NA'),(934,'DOC-04.1S','DOC-04.1S - If a CSP wants to allow CSCs to certify with EUCS their own cloud services based on the CSP’s cloud service using composition, the CSP shall develop specific documentation and make it available to CSCs upon request, based on the complementary user entity controls (CUECs) that they have defined.',1,'NA','NA','NA',1,2,'NA','NA'),(935,'DOC-04.2S','DOC-04.2S - The CSP shall include in the description provided for each CUEC a list of actionable requirements for the CSC, and it shall associate each CUEC to an EUCS requirement.',1,'NA','NA','NA',1,2,'NA','NA'),(936,'DOC-04.3S','DOC-04.3S - The CSP shall label each requirement associated to a CUEC with the lowest EUCS evaluation level for which the CUEC is required.',1,'NA','NA','NA',1,2,'NA','NA'),(937,'DOC-04.1H','DOC-04.1H - If a CSP wants to allow CSCs to certify with EUCS their own cloud services based on the CSP’s cloud service using composition, the CSP shall develop specific documentation and make it available to CSCs upon request, based on the complementary user entity controls (CUECs) that they have defined.',1,'NA','NA','NA',1,3,'NA','NA'),(938,'DOC-04.2H','DOC-04.2H - The CSP shall include in the description provided for each CUEC a list of actionable requirements for the CSC, and it shall associate each CUEC to an EUCS requirement.',1,'NA','NA','NA',1,3,'NA','NA'),(939,'DOC-04.3H','DOC-04.3H - The CSP shall label each requirement associated to a CUEC with the lowest EUCS evaluation level for which the CUEC is required.',1,'NA','NA','NA',1,3,'NA','NA'),(940,'DOC-05.1B','DOC-05.1B - If a CSP wants to allow CSCs to certify with EUCS their own services based on the CSP’s cloud service using composition, it shall document for each EUCS requirement how its cloud service will contribute (if any) to the fulfilment of this requirement by the cloud service developed by the CSC using the CSP as subservice provider.',1,'NA','NA','NA',1,1,'NA','NA'),(941,'DOC-05.2B','DOC-05.2B - The CSP shall make this documentation available to CSCs upon request.',1,'NA','NA','NA',1,1,'NA','NA'),(942,'DOC-05.1S','DOC-05.1S - If a CSP wants to allow CSCs to certify with EUCS their own services based on the CSP’s cloud service using composition, it shall document for each EUCS requirement how its cloud service will contribute (if any) to the fulfilment of this requirement by the cloud service developed by the CSC using the CSP as subservice provider.',1,'NA','NA','NA',1,2,'NA','NA'),(943,'DOC-05.2S','DOC-05.2S - The CSP shall make this documentation available to CSCs upon request.',1,'NA','NA','NA',1,2,'NA','NA'),(944,'DOC-05.3S','DOC-05.3S - The CSP shall justify the contributions in an accompanying document.',1,'NA','NA','NA',1,2,'NA','NA'),(945,'DOC-05.1H','DOC-05.1H - If a CSP wants to allow CSCs to certify with EUCS their own services based on the CSP’s cloud service using composition, it shall document for each EUCS requirement how its cloud service will contribute (if any) to the fulfilment of this requirement by the cloud service developed by the CSC using the CSP as subservice provider.',1,'NA','NA','NA',1,3,'NA','NA'),(946,'DOC-05.2H','DOC-05.2H - The CSP shall make this documentation available to CSCs upon request.',1,'NA','NA','NA',1,3,'NA','NA'),(947,'DOC-05.3H','DOC-05.3H - The CSP shall justify the contributions in an accompanying document.',1,'NA','NA','NA',1,3,'NA','NA'),(948,'INQ-01.1B','INQ-01.1B - The CSP shall subject investigation requests from government agencies to a legal assessment by subject matter experts.',1,'NA','NA','NA',1,1,'NA','NA'),(949,'INQ-01.2B','INQ-01.2B - The legal assessment shall determine whether the government agency has an applicable and legally valid basis and what further steps need to be taken.',1,'NA','NA','NA',1,1,'NA','NA'),(950,'INQ-01.1S','INQ-01.1S - The CSP shall subject investigation requests from government agencies to a legal assessment by subject matter experts.',1,'NA','NA','NA',1,2,'NA','NA'),(951,'INQ-01.2S','INQ-01.2S - The legal assessment shall determine whether the government agency has an applicable and legally valid basis and what further steps need to be taken.',1,'NA','NA','NA',1,2,'NA','NA'),(952,'INQ-01.1H','INQ-01.1H - The CSP shall subject investigation requests from government agencies to a legal assessment by subject matter experts.',1,'NA','NA','NA',1,3,'NA','NA'),(953,'INQ-01.2H','INQ-01.2H - The legal assessment shall determine whether the government agency has an applicable and legally valid basis and what further steps need to be taken.',1,'NA','NA','NA',1,3,'NA','NA'),(954,'INQ-02.1B','INQ-02.1B - The CSP shall inform the affected CSC(s) about investigation requests without undue delay, unless the applicable legal basis on which the government agency is based prohibits this or there are clear indications of illegal actions in connection with the use of the cloud service.',1,'NA','NA','NA',1,1,'NA','NA'),(955,'INQ-02.1S','INQ-02.1S - The CSP shall inform the affected CSC(s) about investigation requests without undue delay, unless the applicable legal basis on which the government agency is based prohibits this or there are clear indications of illegal actions in connection with the use of the cloud service.',1,'NA','NA','NA',1,2,'NA','NA'),(956,'INQ-02.1H','INQ-02.1H - The CSP shall inform the affected CSC(s) about investigation requests without undue delay, unless the applicable legal basis on which the government agency is based prohibits this or there are clear indications of illegal actions in connection with the use of the cloud service.',1,'NA','NA','NA',1,3,'NA','NA'),(957,'INQ-03.1B','INQ-03.1B - The CSP shall only provide access to or disclose CSC data in the context of government investigation requests after the CSP’s legal assessment (cf. INQ-01) has shown that an applicable and valid legal basis exists and that the investigation request must be granted on that basis.',1,'NA','NA','NA',1,1,'NA','NA'),(958,'INQ-03.2B','INQ-03.2B - The CSP shall document and implement procedures to ensure that government agencies only have access to the data they need to investigate.',1,'NA','NA','NA',1,1,'NA','NA'),(959,'INQ-03.1S','INQ-03.1S - The CSP shall only provide access to or disclose CSC data in the context of government investigation requests after the CSP’s legal assessment (cf. INQ-01) has shown that an applicable and valid legal basis exists and that the investigation request must be granted on that basis.',1,'NA','NA','NA',1,2,'NA','NA'),(960,'INQ-03.2S','INQ-03.2S - The CSP shall document and implement procedures to ensure that government agencies only have access to the data they need to investigate.',1,'NA','NA','NA',1,2,'NA','NA'),(961,'INQ-03.3S','INQ-03.3S - When no clear limitation of the data is possible, the CSP shall anonymise or pseudonymise the data so that government agencies can only assign it to those CSCs who are subject of the investigation request.',1,'NA','NA','NA',1,2,'NA','NA'),(962,'INQ-03.1H','INQ-03.1H - The CSP shall only provide access to or disclose CSC data in the context of government investigation requests after the CSP’s legal assessment (cf. INQ-01) has shown that an applicable and valid legal basis exists and that the investigation request must be granted on that basis.',1,'NA','NA','NA',1,3,'NA','NA'),(963,'INQ-03.2H','INQ-03.2H - The CSP shall document and implement procedures to ensure that government agencies only have access to the data they need to investigate.',1,'NA','NA','NA',1,3,'NA','NA'),(964,'INQ-03.3H','INQ-03.3H - When no clear limitation of the data is possible, the CSP shall anonymise or pseudonymise the data so that government agencies can only assign it to those CSCs who are subject of the investigation request.',1,'NA','NA','NA',1,3,'NA','NA'),(965,'INQ-03.4H','INQ-03.4H - The CSP shall automatically monitor the accesses performed by or on behalf of investigators as determined by the process described in INQ-01.',1,'NA','NA','NA',1,3,'NA','NA'),(966,'PSS-01.1B','PSS-01.1B - The CSP shall offer to their CSCs error handling and logging mechanisms that allow them to obtain security-related information about the status of the cloud service as well as the data, services or functions it provides.',1,'NA','NA','NA',1,1,'NA','NA'),(967,'PSS-01.1S','PSS-01.1S - The CSP shall offer to their CSCs error handling and logging mechanisms that allow them to obtain security-related information about the status of the cloud service as well as the data, services or functions it provides.',1,'NA','NA','NA',1,2,'NA','NA'),(968,'PSS-01.2S','PSS-01.2S - The information provided shall be detailed enough to allow CSCs to check the following aspects, insofar as they are applicable to the cloud service:\n(1) Which data, services or functions available to the CSCs within the cloud service, have been accessed by whom and when (Audit Logs);\n(2) Malfunctions during processing of automatic or manual actions; and\n(3) Changes to security-relevant configuration parameters, error handling and logging mechanisms, user authentication, action authorisation, cryptography, and communication security.',1,'NA','NA','NA',1,2,'NA','NA'),(969,'PSS-01.3S','PSS-01.3S - The logged information shall be protected from unauthorised access and modification and can be deleted by the CSC.',1,'NA','NA','NA',1,2,'NA','NA'),(970,'PSS-01.4S','PSS-01.4S - When the CSC is responsible for the activation or type and scope of logging, the CSP shall provide appropriate logging capabilities.',1,'NA','NA','NA',1,2,'NA','NA'),(971,'PSS-01.1H','PSS-01.1H - The CSP shall offer to their CSCs error handling and logging mechanisms that allow them to obtain security-related information about the status of the cloud service as well as the data, services or functions it provides.',1,'NA','NA','NA',1,3,'NA','NA'),(972,'PSS-01.2H','PSS-01.2H - The information provided shall be detailed enough to allow CSCs to check the following aspects, insofar as they are applicable to the cloud service:\n(1) Which data, services or functions available to the CSCs within the cloud service, have been accessed by whom and when (Audit Logs);\n(2) Malfunctions during processing of automatic or manual actions; and\n(3) Changes to security-relevant configuration parameters, error handling and logging mechanisms, user authentication, action authorisation, cryptography, and communication security.',1,'NA','NA','NA',1,3,'NA','NA'),(973,'PSS-01.3H','PSS-01.3H - The logged information shall be protected from unauthorised access and modification and can be deleted by the CSC.',1,'NA','NA','NA',1,3,'NA','NA'),(974,'PSS-01.4H','PSS-01.4H - When the CSC is responsible for the activation or type and scope of logging, the CSP shall provide appropriate logging capabilities.',1,'NA','NA','NA',1,3,'NA','NA'),(975,'PSS-01.5H','PSS-01.5H - The CSP shall make the information available to CSCs via documented interfaces that are suitable for further processing this information as part of the CSC’s Security Information and Event Management (SIEM).',1,'NA','NA','NA',1,3,'NA','NA'),(976,'PSS-02.1B','PSS-02.1B - A state-of-the-art session management system shall be used that is suitably protected against known attacks.',1,'NA','NA','NA',1,1,'NA','NA'),(977,'PSS-02.1S','PSS-02.1S - A state-of-the-art session management system shall be used that is suitably protected against known attacks.',1,'NA','NA','NA',1,2,'NA','NA'),(978,'PSS-02.2S','PSS-02.2S - The session management system shall include mechanisms that invalidate a session after it has been detected as inactive.',1,'NA','NA','NA',1,2,'NA','NA'),(979,'PSS-02.3S','PSS-02.3S - If inactivity is detected by time measurement, the time interval shall be configurable by the CSP or – if technically possible – by the CSC',1,'NA','NA','NA',1,2,'NA','NA'),(980,'PSS-02.1H','PSS-02.1H - A state-of-the-art session management system shall be used that is suitably protected against known attacks.',1,'NA','NA','NA',1,3,'NA','NA'),(981,'PSS-02.2H','PSS-02.2H - The session management system shall include mechanisms that invalidate a session after it has been detected as inactive.',1,'NA','NA','NA',1,3,'NA','NA'),(982,'PSS-02.3H','PSS-02.3H - If inactivity is detected by time measurement, the time interval shall be configurable by the CSP or – if technically possible – by the CSC',1,'NA','NA','NA',1,3,'NA','NA'),(983,'PSS-03.1B','PSS-03.1B - The CSP shall document and implement procedures to ensure the confidentiality of CSC data when offering functions for software-defined networking (SDN).',1,'NA','NA','NA',1,1,'NA','NA'),(984,'PSS-03.2B','PSS-03.2B - The CSP shall validate the functionality of the SDN functions before providing new SDN features to CSCs or modifying existing SDN features.',1,'NA','NA','NA',1,1,'NA','NA'),(985,'PSS-03.1S','PSS-03.1S - The CSP shall document and implement procedures to ensure the confidentiality of CSC data when offering functions for software-defined networking (SDN).',1,'NA','NA','NA',1,2,'NA','NA'),(986,'PSS-03.2S','PSS-03.2S - The CSP shall validate the functionality of the SDN functions before providing new SDN features to CSCs or modifying existing SDN features.',1,'NA','NA','NA',1,2,'NA','NA'),(987,'PSS-03.3S','PSS-03.3S - The CSP shall ensure that the configuration of networks matches network security policies regardless of the means used to create the configuration.',1,'NA','NA','NA',1,2,'NA','NA'),(988,'PSS-03.1H','PSS-03.1H - The CSP shall document and implement procedures to ensure the confidentiality of CSC data when offering functions for software-defined networking (SDN).',1,'NA','NA','NA',1,3,'NA','NA'),(989,'PSS-03.2H','PSS-03.2H - The CSP shall validate the functionality of the SDN functions before providing new SDN features to CSCs or modifying existing SDN features.',1,'NA','NA','NA',1,3,'NA','NA'),(990,'PSS-03.3H','PSS-03.3H - The CSP shall ensure that the configuration of networks matches network security policies regardless of the means used to create the configuration.',1,'NA','NA','NA',1,3,'NA','NA'),(991,'PSS-04.1B','PSS-04.1B - The CSP shall ensure the following aspects if CSCs operate virtual machines or containers with the cloud service:\nThe CSC can restrict the selection of images of virtual machines or containers, so that users of this CSC can only launch the images or containers released according to these restrictions.\nImages made available by the CSP to the CSC are labelled with information about their origin (CSP or third-party) and about their security, and those provided by the CSP are hardened according to generally accepted industry standards.',1,'NA','NA','NA',1,1,'NA','NA'),(992,'PSS-04.1S','PSS-04.1S - The CSP shall ensure the following aspects if CSCs operate virtual machines or containers with the cloud service:\nThe CSC can restrict the selection of images of virtual machines or containers, so that users of this CSC can only launch the images or containers released according to these restrictions.\nImages made available by the CSP to the CSC are labelled with information about their origin (CSP or third-party) and about their security, and those provided by the CSP are hardened according to generally accepted industry standards.',1,'NA','NA','NA',1,2,'NA','NA'),(993,'PSS-04.1H','PSS-04.1H - The CSP shall ensure the following aspects if CSCs operate virtual machines or containers with the cloud service:\nThe CSC can restrict the selection of images of virtual machines or containers, so that users of this CSC can only launch the images or containers released according to these restrictions.\nImages made available by the CSP to the CSC are labelled with information about their origin (CSP or third-party) and about their security, and those provided by the CSP are hardened according to generally accepted industry standards.',1,'NA','NA','NA',1,3,'NA','NA'),(994,'PSS-04.2H','PSS-04.2H - An integrity check shall be performed, automatically monitored and reported to the CSC if the integrity check fails.',1,'NA','NA','NA',1,3,'NA','NA'),(995,'PSS-05.1S','PSS-05.1S - The CSP shall allow the CSC to specify the locations (location/country) of the CSC data processing and storage including data backups according to the contractually available options',1,'NA','NA','NA',1,2,'NA','NA'),(996,'PSS-05.2S','PSS-05.2S - All CSP commitments regarding locations of CSC data processing and storage shall be supported by technical measures in the cloud service architecture.',1,'NA','NA','NA',1,2,'NA','NA'),(997,'PSS-05.1H','PSS-05.1H - The CSP shall allow the CSC to specify the locations (location/country) of the CSC data processing and storage including data backups according to the contractually available options',1,'NA','NA','NA',1,3,'NA','NA'),(998,'PSS-05.2H','PSS-05.2H - All CSP commitments regarding locations of CSC data processing and storage shall be supported by technical measures in the cloud service architecture.',1,'NA','NA','NA',1,3,'NA','NA');
 /*!40000 ALTER TABLE `questions` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -524,7 +537,7 @@ CREATE TABLE `questions_display` (
   PRIMARY KEY (`Id`),
   KEY `q_Key_Id` (`q_Key_Id`),
   KEY `elem_Key_Id` (`elem_Key_Id`)
-) ENGINE=MyISAM AUTO_INCREMENT=535 DEFAULT CHARSET=latin1 COMMENT='Aux table for correct displaying questions.';
+) ENGINE=MyISAM AUTO_INCREMENT=1005 DEFAULT CHARSET=latin1 COMMENT='Aux table for correct displaying questions.';
 /*!40101 SET character_set_client = @saved_cs_client */;
 
 --
@@ -533,7 +546,7 @@ CREATE TABLE `questions_display` (
 
 LOCK TABLES `questions_display` WRITE;
 /*!40000 ALTER TABLE `questions_display` DISABLE KEYS */;
-INSERT INTO `questions_display` VALUES (1,1,2,1,'radio','generic'),(2,2,2,2,'radio','generic'),(3,3,2,3,'radio','generic'),(4,4,2,4,'radio','generic'),(5,5,2,5,'radio','generic'),(6,6,3,1,'radio','generic'),(7,7,3,2,'radio','generic'),(8,8,3,3,'radio','generic'),(9,9,3,4,'radio','generic'),(10,10,4,1,'radio','generic'),(11,11,4,2,'radio','generic'),(12,12,4,3,'radio','generic'),(13,13,5,1,'radio','generic'),(14,14,5,2,'radio','generic'),(15,15,7,1,'radio','generic'),(16,16,7,2,'radio','generic'),(17,17,7,3,'radio','generic'),(18,18,7,4,'radio','generic'),(19,19,7,5,'radio','generic'),(20,20,8,1,'radio','generic'),(21,21,8,2,'radio','generic'),(22,22,8,3,'radio','generic'),(23,23,8,4,'radio','generic'),(24,24,8,5,'radio','generic'),(25,25,8,6,'radio','generic'),(26,26,8,7,'radio','generic'),(27,27,9,1,'radio','generic'),(28,28,9,2,'radio','generic'),(29,29,9,3,'radio','generic'),(30,30,9,4,'radio','generic'),(31,31,9,5,'radio','generic'),(32,32,9,6,'radio','generic'),(33,33,9,7,'radio','generic'),(34,34,11,1,'radio','generic'),(35,35,11,2,'radio','generic'),(36,36,12,1,'radio','generic'),(37,37,12,2,'radio','generic'),(38,38,12,3,'radio','generic'),(39,39,12,4,'radio','generic'),(40,40,13,1,'radio','generic'),(41,41,13,2,'radio','generic'),(42,42,13,3,'radio','generic'),(43,43,13,4,'radio','generic'),(44,44,13,5,'radio','generic'),(45,45,13,6,'radio','generic'),(46,46,13,7,'radio','generic'),(47,47,13,8,'radio','generic'),(48,48,15,1,'radio','quest'),(49,49,15,2,'radio','quest'),(50,50,15,3,'radio','quest'),(51,51,15,4,'radio','quest'),(52,52,16,1,'radio','quest'),(53,53,16,2,'radio','quest'),(54,54,16,3,'radio','quest'),(55,55,17,1,'radio','quest'),(56,56,17,2,'radio','quest'),(57,57,17,3,'radio','quest'),(58,58,17,4,'radio','quest'),(59,59,17,5,'radio','quest'),(60,60,18,1,'radio','quest'),(61,61,18,2,'radio','quest'),(62,62,18,3,'radio','quest'),(63,63,18,4,'radio','quest'),(64,64,18,5,'radio','quest'),(65,65,18,6,'radio','quest'),(66,66,18,7,'radio','quest'),(67,67,18,8,'radio','quest'),(68,68,18,9,'radio','quest'),(69,69,18,10,'radio','quest'),(70,70,19,1,'radio','quest'),(71,71,19,2,'radio','quest'),(72,72,19,3,'radio','quest'),(73,73,19,4,'radio','quest'),(74,74,20,1,'radio','quest'),(75,75,20,2,'radio','quest'),(76,76,20,3,'radio','quest'),(77,77,20,4,'radio','quest'),(78,78,20,5,'radio','quest'),(79,79,20,6,'radio','quest'),(80,80,20,7,'radio','quest'),(81,81,22,1,'radio','generic'),(82,82,22,2,'radio','generic'),(83,83,22,3,'radio','generic'),(84,84,22,4,'radio','generic'),(85,85,22,5,'radio','generic'),(86,86,22,6,'radio','generic'),(87,87,23,1,'radio','generic'),(88,88,23,2,'radio','generic'),(89,89,23,3,'radio','generic'),(90,90,24,1,'radio','generic'),(91,91,24,2,'radio','generic'),(92,92,24,3,'radio','generic'),(93,93,24,4,'radio','generic'),(94,94,24,5,'radio','generic'),(95,95,24,6,'radio','generic'),(96,96,25,1,'radio','generic'),(97,97,25,2,'radio','generic'),(98,98,25,3,'radio','generic'),(99,99,25,4,'radio','generic'),(100,100,26,1,'radio','generic'),(101,101,26,2,'radio','generic'),(102,102,26,3,'radio','generic'),(103,103,26,4,'radio','generic'),(104,104,28,1,'radio','quest'),(105,105,28,2,'radio','quest'),(106,106,28,3,'radio','quest'),(107,107,28,4,'radio','quest'),(108,108,28,5,'radio','quest'),(109,109,28,6,'radio','quest'),(110,110,28,7,'radio','quest'),(111,111,29,1,'radio','quest'),(112,112,29,2,'radio','quest'),(113,113,29,3,'radio','quest'),(114,114,29,4,'radio','quest'),(115,115,29,5,'radio','quest'),(116,116,29,6,'radio','quest'),(117,117,29,7,'radio','quest'),(118,118,29,8,'radio','quest'),(119,119,29,9,'radio','quest'),(120,120,29,10,'radio','quest'),(121,121,30,1,'radio','quest'),(122,122,30,2,'radio','quest'),(123,123,30,3,'radio','quest'),(124,124,30,4,'radio','quest'),(125,125,31,1,'radio','quest'),(126,126,31,2,'radio','quest'),(127,127,31,3,'radio','quest'),(128,128,31,4,'radio','quest'),(129,129,31,5,'radio','quest'),(130,130,31,6,'radio','quest'),(131,131,31,7,'radio','quest'),(132,132,31,8,'radio','quest'),(133,133,31,9,'radio','quest'),(134,134,32,1,'radio','quest'),(135,135,32,2,'radio','quest'),(136,136,32,3,'radio','quest'),(137,137,32,4,'radio','quest'),(138,138,32,5,'radio','quest'),(139,139,32,6,'radio','quest'),(140,140,34,1,'radio','quest'),(141,141,34,2,'radio','quest'),(142,142,34,3,'radio','quest'),(143,143,35,1,'radio','quest'),(144,144,35,2,'radio','quest'),(145,145,35,3,'radio','quest'),(146,146,36,1,'radio','quest'),(147,147,37,1,'radio','quest'),(148,148,37,2,'radio','quest'),(149,149,37,3,'radio','quest'),(150,150,37,4,'radio','quest'),(151,151,38,1,'radio','quest'),(152,152,38,2,'radio','quest'),(153,153,38,3,'radio','quest'),(154,154,38,4,'radio','quest'),(155,155,39,1,'radio','quest'),(156,156,39,2,'radio','quest'),(157,157,40,1,'radio','quest'),(158,158,40,2,'radio','quest'),(159,159,40,3,'radio','quest'),(160,160,41,1,'radio','quest'),(161,161,41,2,'radio','quest'),(162,162,41,3,'radio','quest'),(163,163,41,4,'radio','quest'),(164,164,41,5,'radio','quest'),(165,165,42,1,'radio','quest'),(166,166,42,2,'radio','quest'),(167,167,42,3,'radio','quest'),(168,168,42,4,'radio','quest'),(169,169,42,5,'radio','quest'),(170,170,43,1,'radio','quest'),(171,171,43,2,'radio','quest'),(172,172,44,1,'radio','quest'),(173,173,44,2,'radio','quest'),(174,174,44,3,'radio','quest'),(175,175,44,4,'radio','quest'),(176,176,45,1,'radio','quest'),(177,177,45,2,'radio','quest'),(178,178,45,3,'radio','quest'),(179,179,45,4,'radio','quest'),(180,180,46,1,'radio','quest'),(181,181,46,2,'radio','quest'),(182,182,46,3,'radio','quest'),(183,183,46,4,'radio','quest'),(184,184,46,5,'radio','quest'),(185,185,46,6,'radio','quest'),(186,186,46,7,'radio','quest'),(187,187,47,1,'radio','quest'),(188,188,47,2,'radio','quest'),(189,189,47,3,'radio','quest'),(190,190,48,1,'radio','quest'),(191,191,48,2,'radio','quest'),(192,192,48,3,'radio','quest'),(193,193,49,1,'radio','quest'),(194,194,49,2,'radio','quest'),(195,195,50,1,'radio','quest'),(196,196,50,2,'radio','quest'),(197,197,50,3,'radio','quest'),(198,198,50,4,'radio','quest'),(199,199,51,1,'radio','quest'),(200,200,51,2,'radio','quest'),(201,201,51,3,'radio','quest'),(202,202,51,4,'radio','quest'),(203,203,51,5,'radio','quest'),(204,204,51,6,'radio','quest'),(205,205,52,1,'radio','quest'),(206,206,52,2,'radio','quest'),(207,207,52,3,'radio','quest'),(208,208,52,4,'radio','quest'),(209,209,52,5,'radio','quest'),(210,210,52,6,'radio','quest'),(211,211,52,7,'radio','quest'),(212,212,52,8,'radio','quest'),(213,213,53,1,'radio','quest'),(214,214,53,2,'radio','quest'),(215,215,54,1,'radio','quest'),(216,216,54,2,'radio','quest'),(217,217,54,3,'radio','quest'),(218,218,55,1,'radio','quest'),(219,219,57,1,'radio','quest'),(220,220,57,2,'radio','quest'),(221,221,57,3,'radio','quest'),(222,222,58,1,'radio','quest'),(223,223,58,2,'radio','quest'),(224,224,58,3,'radio','quest'),(225,225,58,4,'radio','quest'),(226,226,58,5,'radio','quest'),(227,227,58,6,'radio','quest'),(228,228,58,7,'radio','quest'),(229,229,58,8,'radio','quest'),(230,230,59,1,'radio','quest'),(231,231,59,2,'radio','quest'),(232,232,59,3,'radio','quest'),(233,233,59,4,'radio','quest'),(234,234,59,5,'radio','quest'),(235,235,59,6,'radio','quest'),(236,236,59,7,'radio','quest'),(237,237,59,8,'radio','quest'),(238,238,59,9,'radio','quest'),(239,239,59,10,'radio','quest'),(240,240,59,11,'radio','quest'),(241,241,59,12,'radio','quest'),(242,242,60,1,'radio','quest'),(243,243,60,2,'radio','quest'),(244,244,60,3,'radio','quest'),(245,245,60,4,'radio','quest'),(246,246,60,5,'radio','quest'),(247,247,60,6,'radio','quest'),(248,248,60,7,'radio','quest'),(249,249,61,1,'radio','quest'),(250,250,61,2,'radio','quest'),(251,251,61,3,'radio','quest'),(252,252,61,4,'radio','quest'),(253,253,61,5,'radio','quest'),(254,254,62,1,'radio','quest'),(255,255,62,2,'radio','quest'),(256,256,62,3,'radio','quest'),(257,257,62,4,'radio','quest'),(258,258,62,5,'radio','quest'),(259,259,62,6,'radio','quest'),(260,260,62,7,'radio','quest'),(261,261,62,8,'radio','quest'),(262,262,63,1,'radio','quest'),(263,263,63,2,'radio','quest'),(264,264,63,3,'radio','quest'),(265,265,63,4,'radio','quest'),(266,266,63,5,'radio','quest'),(267,267,63,6,'radio','quest'),(268,268,63,7,'radio','quest'),(269,269,63,8,'radio','quest'),(270,270,64,1,'radio','quest'),(271,271,64,2,'radio','quest'),(272,272,64,3,'radio','quest'),(273,273,64,4,'radio','quest'),(274,274,64,5,'radio','quest'),(275,275,64,6,'radio','quest'),(276,276,64,7,'radio','quest'),(277,277,64,8,'radio','quest'),(278,278,64,9,'radio','quest'),(279,279,65,1,'radio','quest'),(280,280,65,2,'radio','quest'),(281,281,65,3,'radio','quest'),(282,282,65,4,'radio','quest'),(283,283,65,5,'radio','quest'),(284,284,65,6,'radio','quest'),(285,285,65,7,'radio','quest'),(286,286,67,1,'radio','quest'),(287,287,67,2,'radio','quest'),(288,288,67,3,'radio','quest'),(289,289,68,1,'radio','quest'),(290,290,68,2,'radio','quest'),(291,291,69,1,'radio','quest'),(292,292,69,2,'radio','quest'),(293,293,69,3,'radio','quest'),(294,294,69,4,'radio','quest'),(295,295,70,1,'radio','quest'),(296,296,70,2,'radio','quest'),(297,297,70,3,'radio','quest'),(298,298,70,4,'radio','quest'),(299,299,72,1,'radio','quest'),(300,300,72,2,'radio','quest'),(301,301,72,3,'radio','quest'),(302,302,72,4,'radio','quest'),(303,303,72,5,'radio','quest'),(304,304,73,1,'radio','quest'),(305,305,74,1,'radio','quest'),(306,306,74,2,'radio','quest'),(307,307,74,3,'radio','quest'),(308,308,74,4,'radio','quest'),(309,309,74,5,'radio','quest'),(310,310,74,6,'radio','quest'),(311,311,74,7,'radio','quest'),(312,312,75,1,'radio','quest'),(313,313,75,2,'radio','quest'),(314,314,75,3,'radio','quest'),(315,315,75,4,'radio','quest'),(316,316,75,5,'radio','quest'),(317,317,76,1,'radio','quest'),(318,318,76,2,'radio','quest'),(319,319,76,3,'radio','quest'),(320,320,76,4,'radio','quest'),(321,321,76,5,'radio','quest'),(322,322,77,1,'radio','quest'),(323,323,77,2,'radio','quest'),(324,324,78,1,'radio','quest'),(325,325,78,2,'radio','quest'),(326,326,78,3,'radio','quest'),(327,327,78,4,'radio','quest'),(328,328,79,1,'radio','quest'),(329,329,79,2,'radio','quest'),(330,330,79,3,'radio','quest'),(331,331,80,1,'radio','quest'),(332,332,80,2,'radio','quest'),(333,333,82,1,'radio','quest'),(334,334,82,2,'radio','quest'),(335,335,82,3,'radio','quest'),(336,336,82,4,'radio','quest'),(337,337,82,5,'radio','quest'),(338,338,83,1,'radio','quest'),(339,339,83,2,'radio','quest'),(340,340,83,3,'radio','quest'),(341,341,84,1,'radio','quest'),(342,342,84,2,'radio','quest'),(343,343,84,3,'radio','quest'),(344,344,84,4,'radio','quest'),(345,345,84,5,'radio','quest'),(346,346,86,1,'radio','quest'),(347,347,86,2,'radio','quest'),(348,348,87,1,'radio','quest'),(349,349,87,2,'radio','quest'),(350,350,87,3,'radio','quest'),(351,351,87,4,'radio','quest'),(352,352,87,5,'radio','quest'),(353,353,88,1,'radio','quest'),(354,354,88,2,'radio','quest'),(355,355,88,3,'radio','quest'),(356,356,88,4,'radio','quest'),(357,357,88,5,'radio','quest'),(358,358,88,6,'radio','quest'),(359,359,88,7,'radio','quest'),(360,360,88,8,'radio','quest'),(361,361,88,9,'radio','quest'),(362,362,88,10,'radio','quest'),(363,363,89,1,'radio','quest'),(364,364,89,2,'radio','quest'),(365,365,89,3,'radio','quest'),(366,366,90,1,'radio','quest'),(367,367,90,2,'radio','quest'),(368,368,90,3,'radio','quest'),(369,369,91,1,'radio','quest'),(370,370,91,2,'radio','quest'),(371,371,91,3,'radio','quest'),(372,372,93,1,'radio','quest'),(373,373,93,2,'radio','quest'),(374,374,93,3,'radio','quest'),(375,375,93,4,'radio','quest'),(376,376,94,1,'radio','quest'),(377,377,94,2,'radio','quest'),(378,378,94,3,'radio','quest'),(379,379,94,4,'radio','quest'),(380,380,95,1,'radio','quest'),(381,381,95,2,'radio','quest'),(382,382,95,3,'radio','quest'),(383,383,95,4,'radio','quest'),(384,384,95,5,'radio','quest'),(385,385,96,1,'radio','quest'),(386,386,96,2,'radio','quest'),(387,387,96,3,'radio','quest'),(388,388,97,1,'radio','quest'),(389,389,97,2,'radio','quest'),(390,390,97,3,'radio','quest'),(391,391,97,4,'radio','quest'),(392,392,97,5,'radio','quest'),(393,393,98,1,'radio','quest'),(394,394,98,2,'radio','quest'),(395,395,98,3,'radio','quest'),(396,396,98,4,'radio','quest'),(397,397,98,5,'radio','quest'),(398,398,98,6,'radio','quest'),(399,399,99,1,'radio','quest'),(400,400,99,2,'radio','quest'),(401,401,99,3,'radio','quest'),(402,402,99,4,'radio','quest'),(403,403,101,1,'radio','quest'),(404,404,101,2,'radio','quest'),(405,405,101,3,'radio','quest'),(406,406,101,4,'radio','quest'),(407,407,101,5,'radio','quest'),(408,408,102,1,'radio','quest'),(409,409,102,2,'radio','quest'),(410,410,102,3,'radio','quest'),(411,411,102,4,'radio','quest'),(412,412,102,5,'radio','quest'),(413,413,103,1,'radio','quest'),(414,414,103,2,'radio','quest'),(415,415,103,3,'radio','quest'),(416,416,104,1,'radio','quest'),(417,417,104,2,'radio','quest'),(418,418,104,3,'radio','quest'),(419,419,104,4,'radio','quest'),(420,420,104,5,'radio','quest'),(421,421,104,6,'radio','quest'),(422,422,104,7,'radio','quest'),(423,423,104,8,'radio','quest'),(424,424,105,1,'radio','quest'),(425,425,105,2,'radio','quest'),(426,426,107,1,'radio','generic'),(427,427,107,2,'radio','generic'),(428,428,107,3,'radio','generic'),(429,429,107,4,'radio','generic'),(430,430,107,5,'radio','generic'),(431,431,107,6,'radio','generic'),(432,432,107,7,'radio','generic'),(433,433,107,8,'radio','generic'),(434,434,108,1,'radio','generic'),(435,435,108,2,'radio','generic'),(436,436,108,3,'radio','generic'),(437,437,108,4,'radio','generic'),(438,438,108,5,'radio','generic'),(439,439,109,1,'radio','generic'),(440,440,109,2,'radio','generic'),(441,441,109,3,'radio','generic'),(442,442,109,4,'radio','generic'),(443,443,110,1,'radio','generic'),(444,444,110,2,'radio','generic'),(445,445,110,3,'radio','generic'),(446,446,111,1,'radio','generic'),(447,447,111,2,'radio','generic'),(448,448,112,1,'radio','generic'),(449,449,112,2,'radio','generic'),(450,450,112,3,'radio','generic'),(451,451,112,4,'radio','generic'),(452,452,113,1,'radio','quest'),(453,453,113,2,'radio','quest'),(454,454,113,3,'radio','quest'),(455,455,113,4,'radio','quest'),(456,456,113,5,'radio','quest'),(457,457,115,1,'radio','generic'),(458,458,115,2,'radio','generic'),(459,459,115,3,'radio','generic'),(460,460,116,1,'radio','generic'),(461,461,116,2,'radio','generic'),(462,462,116,3,'radio','generic'),(463,463,117,1,'radio','generic'),(464,464,117,2,'radio','generic'),(465,465,117,3,'radio','generic'),(466,466,117,4,'radio','generic'),(467,467,118,1,'radio','generic'),(468,468,118,2,'radio','generic'),(469,469,118,3,'radio','generic'),(470,470,118,4,'radio','generic'),(471,471,120,1,'radio','quest'),(472,472,120,2,'radio','quest'),(473,473,120,3,'radio','quest'),(474,474,120,4,'radio','quest'),(475,475,121,1,'radio','quest'),(476,476,121,2,'radio','quest'),(477,477,121,3,'radio','quest'),(478,478,122,1,'radio','quest'),(479,479,122,2,'radio','quest'),(480,480,122,3,'radio','quest'),(481,481,122,4,'radio','quest'),(482,482,122,5,'radio','quest'),(483,483,122,6,'radio','quest'),(484,484,122,7,'radio','quest'),(485,485,123,1,'radio','quest'),(486,486,123,2,'radio','quest'),(487,487,125,1,'radio','quest'),(488,488,125,2,'radio','quest'),(489,489,125,3,'radio','quest'),(490,490,125,4,'radio','quest'),(491,491,125,5,'radio','quest'),(492,492,126,1,'radio','quest'),(493,493,126,2,'radio','quest'),(494,494,126,3,'radio','quest'),(495,495,126,4,'radio','quest'),(496,496,126,5,'radio','quest'),(497,497,127,1,'radio','quest'),(498,498,127,2,'radio','quest'),(499,499,127,3,'radio','quest'),(500,500,127,4,'radio','quest'),(501,501,128,1,'radio','quest'),(502,502,128,2,'radio','quest'),(503,503,128,3,'radio','quest'),(504,504,128,4,'radio','quest'),(505,505,129,1,'radio','quest'),(506,506,129,2,'radio','quest'),(507,507,129,3,'radio','quest'),(508,508,129,4,'radio','quest'),(509,509,130,1,'radio','quest'),(510,510,130,2,'radio','quest'),(511,511,130,3,'radio','quest'),(512,512,132,1,'radio','quest'),(513,513,132,2,'radio','quest'),(514,514,133,1,'radio','quest'),(515,515,134,1,'radio','quest'),(516,516,134,2,'radio','quest'),(517,517,134,3,'radio','quest'),(518,518,134,4,'radio','quest'),(519,519,136,1,'radio','quest'),(520,520,136,2,'radio','quest'),(521,521,136,3,'radio','quest'),(522,522,136,4,'radio','quest'),(523,523,136,5,'radio','quest'),(524,524,137,1,'radio','quest'),(525,525,137,2,'radio','quest'),(526,526,137,3,'radio','quest'),(527,527,138,1,'radio','quest'),(528,528,138,2,'radio','quest'),(529,529,138,3,'radio','quest'),(530,530,139,1,'radio','quest'),(531,531,139,2,'radio','quest'),(532,532,139,3,'radio','quest'),(533,533,140,1,'radio','quest'),(534,534,140,2,'radio','quest');
+INSERT INTO `questions_display` VALUES (729,729,98,3,'radio','quest'),(727,727,98,1,'radio','quest'),(707,707,95,12,'radio','quest'),(688,688,94,1,'radio','quest'),(617,617,82,7,'radio','quest'),(618,618,82,8,'radio','quest'),(619,619,82,9,'radio','quest'),(365,365,51,10,'radio','quest'),(366,366,51,11,'radio','quest'),(367,367,51,12,'radio','quest'),(368,368,51,13,'radio','quest'),(369,369,51,14,'radio','quest'),(370,370,51,15,'radio','quest'),(371,371,52,1,'radio','quest'),(372,372,52,2,'radio','quest'),(373,373,52,3,'radio','quest'),(374,374,52,4,'radio','quest'),(375,375,52,5,'radio','quest'),(376,376,52,6,'radio','quest'),(377,377,52,7,'radio','quest'),(378,378,52,8,'radio','quest'),(379,379,52,9,'radio','quest'),(380,380,52,10,'radio','quest'),(381,381,52,11,'radio','quest'),(382,382,52,12,'radio','quest'),(383,383,52,13,'radio','quest'),(384,384,52,14,'radio','quest'),(385,385,53,1,'radio','quest'),(386,386,53,2,'radio','quest'),(387,387,53,3,'radio','quest'),(388,388,53,4,'radio','quest'),(389,389,53,5,'radio','quest'),(390,390,54,1,'radio','quest'),(391,391,54,2,'radio','quest'),(392,392,54,3,'radio','quest'),(393,393,54,4,'radio','quest'),(394,394,54,5,'radio','quest'),(395,395,54,6,'radio','quest'),(396,396,55,1,'radio','quest'),(397,397,55,2,'radio','quest'),(398,398,55,3,'radio','quest'),(399,399,57,1,'radio','quest'),(400,400,57,2,'radio','quest'),(401,401,57,3,'radio','quest'),(402,402,57,4,'radio','quest'),(403,403,57,5,'radio','quest'),(404,404,57,6,'radio','quest'),(405,405,57,7,'radio','quest'),(406,406,58,1,'radio','quest'),(407,407,58,2,'radio','quest'),(408,408,58,3,'radio','quest'),(409,409,58,4,'radio','quest'),(410,410,58,5,'radio','quest'),(411,411,58,6,'radio','quest'),(412,412,58,7,'radio','quest'),(413,413,58,8,'radio','quest'),(414,414,58,9,'radio','quest'),(415,415,58,10,'radio','quest'),(416,416,58,11,'radio','quest'),(417,417,58,12,'radio','quest'),(418,418,58,13,'radio','quest'),(419,419,58,14,'radio','quest'),(420,420,58,15,'radio','quest'),(421,421,58,16,'radio','quest'),(422,422,58,17,'radio','quest'),(423,423,58,18,'radio','quest'),(424,424,58,19,'radio','quest'),(425,425,58,20,'radio','quest'),(426,426,58,21,'radio','quest'),(427,427,59,1,'radio','quest'),(428,428,59,2,'radio','quest'),(429,429,59,3,'radio','quest'),(430,430,59,4,'radio','quest'),(431,431,59,5,'radio','quest'),(432,432,59,6,'radio','quest'),(433,433,59,7,'radio','quest'),(434,434,59,8,'radio','quest'),(435,435,59,9,'radio','quest'),(436,436,59,10,'radio','quest'),(437,437,59,11,'radio','quest'),(438,438,59,12,'radio','quest'),(439,439,59,13,'radio','quest'),(440,440,60,1,'radio','quest'),(441,441,60,2,'radio','quest'),(442,442,60,3,'radio','quest'),(443,443,60,4,'radio','quest'),(444,444,60,5,'radio','quest'),(445,445,60,6,'radio','quest'),(446,446,60,7,'radio','quest'),(447,447,60,8,'radio','quest'),(448,448,60,9,'radio','quest'),(449,449,60,10,'radio','quest'),(450,450,60,11,'radio','quest'),(451,451,60,12,'radio','quest'),(452,452,61,1,'radio','quest'),(453,453,61,2,'radio','quest'),(454,454,61,3,'radio','quest'),(455,455,61,4,'radio','quest'),(456,456,61,5,'radio','quest'),(457,457,61,6,'radio','quest'),(458,458,61,7,'radio','quest'),(459,459,62,1,'radio','quest'),(460,460,62,2,'radio','quest'),(461,461,62,3,'radio','quest'),(462,462,62,4,'radio','quest'),(463,463,62,5,'radio','quest'),(464,464,62,6,'radio','quest'),(465,465,62,7,'radio','quest'),(466,466,62,8,'radio','quest'),(467,467,62,9,'radio','quest'),(468,468,62,10,'radio','quest'),(469,469,62,11,'radio','quest'),(470,470,62,12,'radio','quest'),(471,471,62,13,'radio','quest'),(472,472,63,1,'radio','quest'),(473,473,63,2,'radio','quest'),(474,474,63,3,'radio','quest'),(475,475,63,4,'radio','quest'),(476,476,63,5,'radio','quest'),(477,477,63,6,'radio','quest'),(478,478,63,7,'radio','quest'),(479,479,63,8,'radio','quest'),(480,480,63,9,'radio','quest'),(481,481,63,10,'radio','quest'),(482,482,63,11,'radio','quest'),(483,483,63,12,'radio','quest'),(484,484,63,13,'radio','quest'),(485,485,63,14,'radio','quest'),(486,486,63,15,'radio','quest'),(487,487,63,16,'radio','quest'),(488,488,63,17,'radio','quest'),(489,489,63,18,'radio','quest'),(490,490,63,19,'radio','quest'),(491,491,64,1,'radio','quest'),(492,492,64,2,'radio','quest'),(493,493,64,3,'radio','quest'),(494,494,64,4,'radio','quest'),(495,495,64,5,'radio','quest'),(496,496,64,6,'radio','quest'),(497,497,64,7,'radio','quest'),(498,498,64,8,'radio','quest'),(499,499,64,9,'radio','quest'),(500,500,64,10,'radio','quest'),(501,501,64,11,'radio','quest'),(502,502,64,12,'radio','quest'),(503,503,64,13,'radio','quest'),(504,504,64,14,'radio','quest'),(505,505,64,15,'radio','quest'),(506,506,64,16,'radio','quest'),(507,507,64,17,'radio','quest'),(508,508,64,18,'radio','quest'),(509,509,65,1,'radio','quest'),(510,510,65,2,'radio','quest'),(511,511,65,3,'radio','quest'),(512,512,65,4,'radio','quest'),(513,513,65,5,'radio','quest'),(514,514,65,6,'radio','quest'),(515,515,65,7,'radio','quest'),(516,516,65,8,'radio','quest'),(517,517,65,9,'radio','quest'),(518,518,65,10,'radio','quest'),(519,519,65,11,'radio','quest'),(520,520,65,12,'radio','quest'),(521,521,65,13,'radio','quest'),(522,522,65,14,'radio','quest'),(523,523,65,15,'radio','quest'),(524,524,65,16,'radio','quest'),(525,525,67,1,'radio','quest'),(526,526,67,2,'radio','quest'),(527,527,67,3,'radio','quest'),(528,528,68,1,'radio','quest'),(529,529,68,2,'radio','quest'),(530,530,68,3,'radio','quest'),(531,531,68,4,'radio','quest'),(532,532,68,5,'radio','quest'),(533,533,69,1,'radio','quest'),(534,534,69,2,'radio','quest'),(535,535,69,3,'radio','quest'),(536,536,69,4,'radio','quest'),(537,537,69,5,'radio','quest'),(538,538,69,6,'radio','quest'),(539,539,69,7,'radio','quest'),(540,540,69,8,'radio','quest'),(541,541,70,1,'radio','quest'),(542,542,70,2,'radio','quest'),(543,543,70,3,'radio','quest'),(544,544,70,4,'radio','quest'),(545,545,70,5,'radio','quest'),(546,546,70,6,'radio','quest'),(547,547,70,7,'radio','quest'),(548,548,70,8,'radio','quest'),(549,549,72,1,'radio','quest'),(550,550,72,2,'radio','quest'),(551,551,72,3,'radio','quest'),(552,552,72,4,'radio','quest'),(553,553,72,5,'radio','quest'),(554,554,72,6,'radio','quest'),(555,555,72,7,'radio','quest'),(556,556,73,1,'radio','quest'),(557,557,73,2,'radio','quest'),(558,558,73,3,'radio','quest'),(559,559,74,1,'radio','quest'),(560,560,74,2,'radio','quest'),(561,561,74,3,'radio','quest'),(562,562,74,4,'radio','quest'),(563,563,74,5,'radio','quest'),(564,564,74,6,'radio','quest'),(565,565,74,7,'radio','quest'),(566,566,74,8,'radio','quest'),(567,567,74,9,'radio','quest'),(568,568,74,10,'radio','quest'),(569,569,74,11,'radio','quest'),(570,570,74,12,'radio','quest'),(571,571,74,13,'radio','quest'),(572,572,74,14,'radio','quest'),(573,573,74,15,'radio','quest'),(574,574,74,16,'radio','quest'),(575,575,76,1,'radio','quest'),(576,576,76,2,'radio','quest'),(577,577,76,3,'radio','quest'),(578,578,76,4,'radio','quest'),(579,579,76,5,'radio','quest'),(580,580,76,6,'radio','quest'),(581,581,76,7,'radio','quest'),(582,582,76,8,'radio','quest'),(583,583,76,9,'radio','quest'),(584,584,76,10,'radio','quest'),(585,585,76,11,'radio','quest'),(586,586,77,1,'radio','quest'),(587,587,77,2,'radio','quest'),(588,588,77,3,'radio','quest'),(589,589,77,4,'radio','quest'),(590,590,78,1,'radio','quest'),(591,591,78,2,'radio','quest'),(592,592,78,3,'radio','quest'),(593,593,78,4,'radio','quest'),(594,594,78,5,'radio','quest'),(595,595,78,6,'radio','quest'),(596,596,78,7,'radio','quest'),(597,597,78,8,'radio','quest'),(598,598,78,9,'radio','quest'),(599,599,78,10,'radio','quest'),(600,600,79,1,'radio','quest'),(601,601,79,2,'radio','quest'),(602,602,79,3,'radio','quest'),(603,603,79,4,'radio','quest'),(604,604,79,5,'radio','quest'),(605,605,79,6,'radio','quest'),(606,606,79,7,'radio','quest'),(607,607,79,8,'radio','quest'),(608,608,80,1,'radio','quest'),(609,609,80,2,'radio','quest'),(610,610,80,3,'radio','quest'),(611,611,82,1,'radio','quest'),(364,364,51,9,'radio','quest'),(703,703,95,8,'radio','quest'),(704,704,95,9,'radio','quest'),(705,705,95,10,'radio','quest'),(706,706,95,11,'radio','quest'),(620,620,82,10,'radio','quest'),(621,621,82,11,'radio','quest'),(622,622,82,12,'radio','quest'),(623,623,82,13,'radio','quest'),(624,624,83,1,'radio','quest'),(625,625,83,2,'radio','quest'),(626,626,83,3,'radio','quest'),(627,627,83,4,'radio','quest'),(628,628,83,5,'radio','quest'),(629,629,83,6,'radio','quest'),(630,630,84,1,'radio','quest'),(631,631,84,2,'radio','quest'),(632,632,84,3,'radio','quest'),(633,633,84,4,'radio','quest'),(634,634,84,5,'radio','quest'),(635,635,84,6,'radio','quest'),(636,636,84,7,'radio','quest'),(637,637,84,8,'radio','quest'),(638,638,84,9,'radio','quest'),(639,639,84,10,'radio','quest'),(640,640,84,11,'radio','quest'),(641,641,84,12,'radio','quest'),(642,642,84,13,'radio','quest'),(643,643,86,1,'radio','quest'),(644,644,86,2,'radio','quest'),(645,645,86,3,'radio','quest'),(646,646,87,1,'radio','quest'),(647,647,87,2,'radio','quest'),(648,648,87,3,'radio','quest'),(612,612,82,2,'radio','quest'),(716,716,96,9,'radio','quest'),(652,652,87,7,'radio','quest'),(718,718,97,2,'radio','quest'),(717,717,97,1,'radio','quest'),(709,709,96,2,'radio','quest'),(710,710,96,3,'radio','quest'),(682,682,93,3,'radio','quest'),(711,711,96,4,'radio','quest'),(712,712,96,5,'radio','quest'),(713,713,96,6,'radio','quest'),(714,714,96,7,'radio','quest'),(689,689,94,2,'radio','quest'),(690,690,94,3,'radio','quest'),(691,691,94,4,'radio','quest'),(692,692,94,5,'radio','quest'),(693,693,94,6,'radio','quest'),(694,694,94,7,'radio','quest'),(695,695,94,8,'radio','quest'),(684,684,93,5,'radio','quest'),(685,685,93,6,'radio','quest'),(686,686,93,7,'radio','quest'),(683,683,93,4,'radio','quest'),(651,651,87,6,'radio','quest'),(734,734,98,8,'radio','quest'),(732,732,98,6,'radio','quest'),(731,731,98,5,'radio','quest'),(697,697,95,2,'radio','quest'),(698,698,95,3,'radio','quest'),(699,699,95,4,'radio','quest'),(700,700,95,5,'radio','quest'),(701,701,95,6,'radio','quest'),(702,702,95,7,'radio','quest'),(696,696,95,1,'radio','quest'),(653,653,88,1,'radio','quest'),(654,654,88,2,'radio','quest'),(655,655,88,3,'radio','quest'),(656,656,88,4,'radio','quest'),(657,657,88,5,'radio','quest'),(658,658,88,6,'radio','quest'),(659,659,88,7,'radio','quest'),(660,660,88,8,'radio','quest'),(661,661,88,9,'radio','quest'),(662,662,88,10,'radio','quest'),(663,663,88,11,'radio','quest'),(664,664,88,12,'radio','quest'),(665,665,88,13,'radio','quest'),(666,666,89,1,'radio','quest'),(667,667,89,2,'radio','quest'),(668,668,89,3,'radio','quest'),(669,669,90,1,'radio','quest'),(670,670,90,2,'radio','quest'),(671,671,90,3,'radio','quest'),(672,672,90,4,'radio','quest'),(673,673,90,5,'radio','quest'),(674,674,90,6,'radio','quest'),(675,675,91,1,'radio','quest'),(676,676,91,2,'radio','quest'),(677,677,91,3,'radio','quest'),(678,678,91,4,'radio','quest'),(679,679,91,5,'radio','quest'),(680,680,93,1,'radio','quest'),(681,681,93,2,'radio','quest'),(650,650,87,5,'radio','quest'),(719,719,97,3,'radio','quest'),(720,720,97,4,'radio','quest'),(715,715,96,8,'radio','quest'),(721,721,97,5,'radio','quest'),(722,722,97,6,'radio','quest'),(723,723,97,7,'radio','quest'),(724,724,97,8,'radio','quest'),(725,725,97,9,'radio','quest'),(726,726,97,10,'radio','quest'),(649,649,87,4,'radio','quest'),(733,733,98,7,'radio','quest'),(730,730,98,4,'radio','quest'),(728,728,98,2,'radio','quest'),(708,708,96,1,'radio','quest'),(687,687,93,8,'radio','quest'),(613,613,82,3,'radio','quest'),(614,614,82,4,'radio','quest'),(615,615,82,5,'radio','quest'),(616,616,82,6,'radio','quest'),(362,362,51,7,'radio','quest'),(363,363,51,8,'radio','quest'),(361,361,51,6,'radio','quest'),(348,348,50,2,'radio','quest'),(349,349,50,3,'radio','quest'),(350,350,50,4,'radio','quest'),(351,351,50,5,'radio','quest'),(352,352,50,6,'radio','quest'),(353,353,50,7,'radio','quest'),(354,354,50,8,'radio','quest'),(355,355,50,9,'radio','quest'),(356,356,51,1,'radio','quest'),(357,357,51,2,'radio','quest'),(358,358,51,3,'radio','quest'),(359,359,51,4,'radio','quest'),(360,360,51,5,'radio','quest'),(307,307,43,3,'radio','quest'),(308,308,44,1,'radio','quest'),(309,309,44,2,'radio','quest'),(310,310,44,3,'radio','quest'),(311,311,44,4,'radio','quest'),(312,312,44,5,'radio','quest'),(313,313,44,6,'radio','quest'),(314,314,45,1,'radio','quest'),(315,315,45,2,'radio','quest'),(316,316,45,3,'radio','quest'),(317,317,45,4,'radio','quest'),(318,318,46,1,'radio','quest'),(319,319,46,2,'radio','quest'),(320,320,46,3,'radio','quest'),(321,321,46,4,'radio','quest'),(322,322,46,5,'radio','quest'),(323,323,46,6,'radio','quest'),(324,324,46,7,'radio','quest'),(325,325,46,8,'radio','quest'),(326,326,46,9,'radio','quest'),(327,327,46,10,'radio','quest'),(328,328,46,11,'radio','quest'),(329,329,46,12,'radio','quest'),(330,330,46,13,'radio','quest'),(331,331,47,1,'radio','quest'),(332,332,47,2,'radio','quest'),(333,333,47,3,'radio','quest'),(334,334,47,4,'radio','quest'),(335,335,47,5,'radio','quest'),(336,336,47,6,'radio','quest'),(337,337,48,1,'radio','quest'),(338,338,48,2,'radio','quest'),(339,339,48,3,'radio','quest'),(340,340,48,4,'radio','quest'),(341,341,48,5,'radio','quest'),(342,342,48,6,'radio','quest'),(343,343,49,1,'radio','quest'),(344,344,49,2,'radio','quest'),(345,345,49,3,'radio','quest'),(346,346,49,4,'radio','quest'),(347,347,50,1,'radio','quest'),(179,179,25,6,'radio','generic'),(180,180,25,7,'radio','generic'),(181,181,26,1,'radio','generic'),(182,182,26,2,'radio','generic'),(183,183,26,3,'radio','generic'),(184,184,26,4,'radio','generic'),(185,185,26,5,'radio','generic'),(186,186,26,6,'radio','generic'),(187,187,26,7,'radio','generic'),(188,188,26,8,'radio','generic'),(189,189,28,1,'radio','quest'),(190,190,28,2,'radio','quest'),(191,191,28,3,'radio','quest'),(192,192,28,4,'radio','quest'),(193,193,28,5,'radio','quest'),(194,194,28,6,'radio','quest'),(195,195,28,7,'radio','quest'),(196,196,28,8,'radio','quest'),(197,197,28,9,'radio','quest'),(198,198,28,10,'radio','quest'),(199,199,28,11,'radio','quest'),(200,200,29,1,'radio','quest'),(201,201,29,2,'radio','quest'),(202,202,29,3,'radio','quest'),(203,203,29,4,'radio','quest'),(204,204,29,5,'radio','quest'),(205,205,29,6,'radio','quest'),(206,206,29,7,'radio','quest'),(207,207,29,8,'radio','quest'),(208,208,29,9,'radio','quest'),(209,209,29,10,'radio','quest'),(210,210,29,11,'radio','quest'),(211,211,29,12,'radio','quest'),(212,212,29,13,'radio','quest'),(213,213,29,14,'radio','quest'),(214,214,29,15,'radio','quest'),(215,215,29,16,'radio','quest'),(216,216,29,17,'radio','quest'),(217,217,29,18,'radio','quest'),(218,218,29,19,'radio','quest'),(219,219,29,20,'radio','quest'),(220,220,29,21,'radio','quest'),(221,221,29,22,'radio','quest'),(222,222,30,1,'radio','quest'),(223,223,30,2,'radio','quest'),(224,224,30,3,'radio','quest'),(225,225,30,4,'radio','quest'),(226,226,30,5,'radio','quest'),(227,227,30,6,'radio','quest'),(228,228,30,7,'radio','quest'),(229,229,31,1,'radio','quest'),(230,230,31,2,'radio','quest'),(231,231,31,3,'radio','quest'),(232,232,31,4,'radio','quest'),(233,233,31,5,'radio','quest'),(234,234,31,6,'radio','quest'),(235,235,31,7,'radio','quest'),(236,236,31,8,'radio','quest'),(237,237,31,9,'radio','quest'),(238,238,31,10,'radio','quest'),(239,239,31,11,'radio','quest'),(240,240,32,1,'radio','quest'),(241,241,32,2,'radio','quest'),(242,242,32,3,'radio','quest'),(243,243,32,4,'radio','quest'),(244,244,32,5,'radio','quest'),(245,245,32,6,'radio','quest'),(246,246,32,7,'radio','quest'),(247,247,32,8,'radio','quest'),(248,248,32,9,'radio','quest'),(249,249,34,1,'radio','quest'),(250,250,34,2,'radio','quest'),(251,251,34,3,'radio','quest'),(252,252,34,4,'radio','quest'),(253,253,34,5,'radio','quest'),(254,254,34,6,'radio','quest'),(255,255,34,7,'radio','quest'),(256,256,35,1,'radio','quest'),(257,257,35,2,'radio','quest'),(258,258,35,3,'radio','quest'),(259,259,35,4,'radio','quest'),(260,260,35,5,'radio','quest'),(261,261,36,1,'radio','quest'),(262,262,36,2,'radio','quest'),(263,263,36,3,'radio','quest'),(264,264,37,1,'radio','quest'),(265,265,37,2,'radio','quest'),(266,266,37,3,'radio','quest'),(267,267,37,4,'radio','quest'),(268,268,37,5,'radio','quest'),(269,269,37,6,'radio','quest'),(270,270,37,7,'radio','quest'),(271,271,38,1,'radio','quest'),(272,272,38,2,'radio','quest'),(273,273,38,3,'radio','quest'),(274,274,38,4,'radio','quest'),(275,275,38,5,'radio','quest'),(276,276,38,6,'radio','quest'),(277,277,39,1,'radio','quest'),(278,278,39,2,'radio','quest'),(279,279,39,3,'radio','quest'),(280,280,40,1,'radio','quest'),(281,281,40,2,'radio','quest'),(282,282,40,3,'radio','quest'),(283,283,40,4,'radio','quest'),(284,284,41,1,'radio','quest'),(285,285,41,2,'radio','quest'),(286,286,41,3,'radio','quest'),(287,287,41,4,'radio','quest'),(288,288,41,5,'radio','quest'),(289,289,41,6,'radio','quest'),(290,290,41,7,'radio','quest'),(291,291,41,8,'radio','quest'),(292,292,41,9,'radio','quest'),(293,293,41,10,'radio','quest'),(294,294,41,11,'radio','quest'),(295,295,42,1,'radio','quest'),(296,296,42,2,'radio','quest'),(297,297,42,3,'radio','quest'),(298,298,42,4,'radio','quest'),(299,299,42,5,'radio','quest'),(300,300,42,6,'radio','quest'),(301,301,42,7,'radio','quest'),(302,302,42,8,'radio','quest'),(303,303,42,9,'radio','quest'),(304,304,42,10,'radio','quest'),(305,305,43,1,'radio','quest'),(306,306,43,2,'radio','quest'),(126,126,18,1,'radio','quest'),(127,127,18,2,'radio','quest'),(128,128,18,3,'radio','quest'),(129,129,18,4,'radio','quest'),(130,130,18,5,'radio','quest'),(131,131,18,6,'radio','quest'),(132,132,18,7,'radio','quest'),(133,133,18,8,'radio','quest'),(134,134,18,9,'radio','quest'),(135,135,18,10,'radio','quest'),(136,136,18,11,'radio','quest'),(137,137,19,1,'radio','quest'),(138,138,19,2,'radio','quest'),(139,139,19,3,'radio','quest'),(140,140,19,4,'radio','quest'),(141,141,19,5,'radio','quest'),(142,142,19,6,'radio','quest'),(143,143,20,1,'radio','quest'),(144,144,20,2,'radio','quest'),(145,145,20,3,'radio','quest'),(146,146,20,4,'radio','quest'),(147,147,20,5,'radio','quest'),(148,148,20,6,'radio','quest'),(149,149,20,7,'radio','quest'),(150,150,20,8,'radio','quest'),(151,151,20,9,'radio','quest'),(152,152,20,10,'radio','quest'),(153,153,20,11,'radio','quest'),(154,154,22,1,'radio','generic'),(155,155,22,2,'radio','generic'),(156,156,22,3,'radio','generic'),(157,157,22,4,'radio','generic'),(158,158,22,5,'radio','generic'),(159,159,22,6,'radio','generic'),(160,160,22,7,'radio','generic'),(161,161,22,8,'radio','generic'),(162,162,23,1,'radio','generic'),(163,163,23,2,'radio','generic'),(164,164,23,3,'radio','generic'),(165,165,24,1,'radio','generic'),(166,166,24,2,'radio','generic'),(167,167,24,3,'radio','generic'),(168,168,24,4,'radio','generic'),(169,169,24,5,'radio','generic'),(170,170,24,6,'radio','generic'),(171,171,24,7,'radio','generic'),(172,172,24,8,'radio','generic'),(173,173,24,9,'radio','generic'),(174,174,25,1,'radio','generic'),(175,175,25,2,'radio','generic'),(176,176,25,3,'radio','generic'),(177,177,25,4,'radio','generic'),(178,178,25,5,'radio','generic'),(1,1,2,1,'radio','generic'),(2,2,2,2,'radio','generic'),(3,3,2,3,'radio','generic'),(4,4,2,4,'radio','generic'),(5,5,2,5,'radio','generic'),(6,6,2,6,'radio','generic'),(7,7,3,1,'radio','generic'),(8,8,3,2,'radio','generic'),(9,9,3,3,'radio','generic'),(10,10,3,4,'radio','generic'),(11,11,3,5,'radio','generic'),(12,12,3,6,'radio','generic'),(13,13,3,7,'radio','generic'),(14,14,3,8,'radio','generic'),(15,15,3,9,'radio','generic'),(16,16,4,1,'radio','generic'),(17,17,4,2,'radio','generic'),(18,18,4,3,'radio','generic'),(19,19,5,1,'radio','generic'),(20,20,5,2,'radio','generic'),(21,21,5,3,'radio','generic'),(22,22,7,1,'radio','generic'),(23,23,7,2,'radio','generic'),(24,24,7,3,'radio','generic'),(25,25,7,4,'radio','generic'),(26,26,7,5,'radio','generic'),(27,27,7,6,'radio','generic'),(28,28,7,7,'radio','generic'),(29,29,7,8,'radio','generic'),(30,30,7,9,'radio','generic'),(31,31,7,10,'radio','generic'),(32,32,7,11,'radio','generic'),(33,33,8,1,'radio','generic'),(34,34,8,2,'radio','generic'),(35,35,8,3,'radio','generic'),(36,36,8,4,'radio','generic'),(37,37,8,5,'radio','generic'),(38,38,8,6,'radio','generic'),(39,39,8,7,'radio','generic'),(40,40,8,8,'radio','generic'),(41,41,8,9,'radio','generic'),(42,42,8,10,'radio','generic'),(43,43,8,11,'radio','generic'),(44,44,8,12,'radio','generic'),(45,45,8,13,'radio','generic'),(46,46,8,14,'radio','generic'),(47,47,8,15,'radio','generic'),(48,48,8,16,'radio','generic'),(49,49,8,17,'radio','generic'),(50,50,9,1,'radio','generic'),(51,51,9,2,'radio','generic'),(52,52,9,3,'radio','generic'),(53,53,9,4,'radio','generic'),(54,54,9,5,'radio','generic'),(55,55,9,6,'radio','generic'),(56,56,9,7,'radio','generic'),(57,57,9,8,'radio','generic'),(58,58,9,9,'radio','generic'),(59,59,9,10,'radio','generic'),(60,60,11,1,'radio','generic'),(61,61,11,2,'radio','generic'),(62,62,11,3,'radio','generic'),(63,63,12,1,'radio','generic'),(64,64,12,2,'radio','generic'),(65,65,12,3,'radio','generic'),(66,66,12,4,'radio','generic'),(67,67,12,5,'radio','generic'),(68,68,12,6,'radio','generic'),(69,69,12,7,'radio','generic'),(70,70,12,8,'radio','generic'),(71,71,12,9,'radio','generic'),(72,72,12,10,'radio','generic'),(73,73,13,1,'radio','generic'),(74,74,13,2,'radio','generic'),(75,75,13,3,'radio','generic'),(76,76,13,4,'radio','generic'),(77,77,13,5,'radio','generic'),(78,78,13,6,'radio','generic'),(79,79,13,7,'radio','generic'),(80,80,13,8,'radio','generic'),(81,81,13,9,'radio','generic'),(82,82,13,10,'radio','generic'),(83,83,13,11,'radio','generic'),(84,84,13,12,'radio','generic'),(85,85,13,13,'radio','generic'),(86,86,13,14,'radio','generic'),(87,87,13,15,'radio','generic'),(88,88,13,16,'radio','generic'),(89,89,13,17,'radio','generic'),(90,90,13,18,'radio','generic'),(91,91,13,19,'radio','generic'),(92,92,13,20,'radio','generic'),(93,93,15,1,'radio','quest'),(94,94,15,2,'radio','quest'),(95,95,15,3,'radio','quest'),(96,96,15,4,'radio','quest'),(97,97,15,5,'radio','quest'),(98,98,15,6,'radio','quest'),(99,99,15,7,'radio','quest'),(100,100,15,8,'radio','quest'),(101,101,15,9,'radio','quest'),(102,102,15,10,'radio','quest'),(103,103,15,11,'radio','quest'),(104,104,15,12,'radio','quest'),(105,105,16,1,'radio','quest'),(106,106,16,2,'radio','quest'),(107,107,16,3,'radio','quest'),(108,108,16,4,'radio','quest'),(109,109,16,5,'radio','quest'),(110,110,16,6,'radio','quest'),(111,111,16,7,'radio','quest'),(112,112,16,8,'radio','quest'),(113,113,16,9,'radio','quest'),(114,114,16,10,'radio','quest'),(115,115,17,1,'radio','quest'),(116,116,17,2,'radio','quest'),(117,117,17,3,'radio','quest'),(118,118,17,4,'radio','quest'),(119,119,17,5,'radio','quest'),(120,120,17,6,'radio','quest'),(121,121,17,7,'radio','quest'),(122,122,17,8,'radio','quest'),(123,123,17,9,'radio','quest'),(124,124,17,10,'radio','quest'),(125,125,17,11,'radio','quest'),(735,735,99,1,'radio','quest'),(736,736,99,2,'radio','quest'),(737,737,99,3,'radio','quest'),(738,738,99,4,'radio','quest'),(739,739,99,5,'radio','quest'),(740,740,99,6,'radio','quest'),(741,741,99,7,'radio','quest'),(742,742,141,1,'radio','quest'),(743,743,141,2,'radio','quest'),(744,744,141,3,'radio','quest'),(745,745,141,4,'radio','quest'),(746,746,141,5,'radio','quest'),(747,747,141,6,'radio','quest'),(748,748,141,7,'radio','quest'),(749,749,141,8,'radio','quest'),(750,750,101,1,'radio','quest'),(751,751,101,2,'radio','quest'),(752,752,101,3,'radio','quest'),(753,753,101,4,'radio','quest'),(754,754,101,5,'radio','quest'),(755,755,101,6,'radio','quest'),(756,756,102,1,'radio','quest'),(757,757,102,2,'radio','quest'),(758,758,102,3,'radio','quest'),(759,759,102,4,'radio','quest'),(760,760,102,5,'radio','quest'),(761,761,102,6,'radio','quest'),(762,762,102,7,'radio','quest'),(763,763,102,8,'radio','quest'),(764,764,102,9,'radio','quest'),(765,765,102,10,'radio','quest'),(766,766,102,11,'radio','quest'),(767,767,102,12,'radio','quest'),(768,768,102,13,'radio','quest'),(769,769,103,1,'radio','quest'),(770,770,103,2,'radio','quest'),(771,771,103,3,'radio','quest'),(772,772,103,4,'radio','quest'),(773,773,103,5,'radio','quest'),(774,774,103,6,'radio','quest'),(775,775,104,1,'radio','quest'),(776,776,104,2,'radio','quest'),(777,777,104,3,'radio','quest'),(778,778,104,4,'radio','quest'),(779,779,104,5,'radio','quest'),(780,780,104,6,'radio','quest'),(781,781,104,7,'radio','quest'),(782,782,104,8,'radio','quest'),(783,783,104,9,'radio','quest'),(784,784,104,10,'radio','quest'),(785,785,104,11,'radio','quest'),(786,786,104,12,'radio','quest'),(787,787,104,13,'radio','quest'),(788,788,104,14,'radio','quest'),(789,789,104,15,'radio','quest'),(790,790,104,16,'radio','quest'),(791,791,104,17,'radio','quest'),(792,792,104,18,'radio','quest'),(793,793,104,19,'radio','quest'),(794,794,105,1,'radio','quest'),(795,795,105,2,'radio','quest'),(796,796,105,3,'radio','quest'),(797,797,105,4,'radio','quest'),(798,798,107,1,'radio','generic'),(799,799,107,2,'radio','generic'),(800,800,107,3,'radio','generic'),(801,801,107,4,'radio','generic'),(802,802,107,5,'radio','generic'),(803,803,107,6,'radio','generic'),(804,804,107,7,'radio','generic'),(805,805,107,8,'radio','generic'),(806,806,108,1,'radio','generic'),(807,807,108,2,'radio','generic'),(808,808,108,3,'radio','generic'),(809,809,108,4,'radio','generic'),(810,810,108,5,'radio','generic'),(811,811,108,6,'radio','generic'),(812,812,108,7,'radio','generic'),(813,813,108,8,'radio','generic'),(814,814,108,9,'radio','generic'),(815,815,109,1,'radio','generic'),(816,816,109,2,'radio','generic'),(817,817,109,3,'radio','generic'),(818,818,109,4,'radio','generic'),(819,819,109,5,'radio','generic'),(820,820,109,6,'radio','generic'),(821,821,110,1,'radio','generic'),(822,822,110,2,'radio','generic'),(823,823,110,3,'radio','generic'),(824,824,110,4,'radio','generic'),(825,825,110,5,'radio','generic'),(826,826,110,6,'radio','generic'),(827,827,110,7,'radio','generic'),(828,828,110,8,'radio','generic'),(829,829,110,9,'radio','generic'),(830,830,111,1,'radio','generic'),(831,831,111,2,'radio','generic'),(832,832,111,3,'radio','generic'),(833,833,111,4,'radio','generic'),(834,834,111,5,'radio','generic'),(835,835,111,6,'radio','generic'),(836,836,111,7,'radio','generic'),(837,837,112,1,'radio','generic'),(838,838,112,2,'radio','generic'),(839,839,112,3,'radio','generic'),(840,840,112,4,'radio','generic'),(841,841,112,5,'radio','generic'),(842,842,112,6,'radio','generic'),(843,843,112,7,'radio','generic'),(844,844,112,8,'radio','generic'),(845,845,112,9,'radio','generic'),(846,846,112,10,'radio','generic'),(847,847,113,1,'radio','generic'),(848,848,113,2,'radio','generic'),(849,849,113,3,'radio','generic'),(850,850,113,4,'radio','generic'),(851,851,113,5,'radio','generic'),(852,852,113,6,'radio','generic'),(853,853,113,7,'radio','generic'),(854,854,113,8,'radio','generic'),(855,855,113,9,'radio','generic'),(856,856,115,1,'radio','generic'),(857,857,115,2,'radio','generic'),(858,858,115,3,'radio','generic'),(859,859,115,4,'radio','generic'),(860,860,115,5,'radio','generic'),(861,861,116,1,'radio','generic'),(862,862,116,2,'radio','generic'),(863,863,116,3,'radio','generic'),(864,864,116,4,'radio','generic'),(865,865,116,5,'radio','generic'),(866,866,117,1,'radio','generic'),(867,867,117,2,'radio','generic'),(868,868,117,3,'radio','generic'),(869,869,117,4,'radio','generic'),(870,870,117,5,'radio','generic'),(871,871,118,1,'radio','generic'),(872,872,118,2,'radio','generic'),(873,873,118,3,'radio','generic'),(874,874,118,4,'radio','generic'),(875,875,118,5,'radio','generic'),(876,876,118,6,'radio','generic'),(877,877,118,7,'radio','generic'),(878,878,120,1,'radio','quest'),(879,879,120,2,'radio','quest'),(880,880,120,3,'radio','quest'),(881,881,120,4,'radio','quest'),(882,882,120,5,'radio','quest'),(883,883,120,6,'radio','quest'),(884,884,120,7,'radio','quest'),(885,885,121,1,'radio','quest'),(886,886,121,2,'radio','quest'),(887,887,121,3,'radio','quest'),(888,888,121,4,'radio','quest'),(889,889,121,5,'radio','quest'),(890,890,121,6,'radio','quest'),(891,891,122,1,'radio','quest'),(892,892,122,2,'radio','quest'),(893,893,122,3,'radio','quest'),(894,894,122,4,'radio','quest'),(895,895,122,5,'radio','quest'),(896,896,122,6,'radio','quest'),(897,897,122,7,'radio','quest'),(898,898,122,8,'radio','quest'),(899,899,122,9,'radio','quest'),(900,900,122,10,'radio','quest'),(901,901,122,11,'radio','quest'),(902,902,122,12,'radio','quest'),(903,903,123,1,'radio','quest'),(904,904,123,2,'radio','quest'),(905,905,123,3,'radio','quest'),(906,906,123,4,'radio','quest'),(907,907,123,5,'radio','quest'),(908,908,125,1,'radio','quest'),(909,909,125,2,'radio','quest'),(910,910,125,3,'radio','quest'),(911,911,125,4,'radio','quest'),(912,912,125,5,'radio','quest'),(913,913,125,6,'radio','quest'),(914,914,125,7,'radio','quest'),(915,915,125,8,'radio','quest'),(916,916,125,9,'radio','quest'),(917,917,126,1,'radio','quest'),(918,918,126,2,'radio','quest'),(919,919,126,3,'radio','quest'),(920,920,126,4,'radio','quest'),(921,921,126,5,'radio','quest'),(922,922,126,6,'radio','quest'),(923,923,127,1,'radio','quest'),(924,924,127,2,'radio','quest'),(925,925,127,3,'radio','quest'),(926,926,127,4,'radio','quest'),(927,927,127,5,'radio','quest'),(928,928,127,6,'radio','quest'),(929,929,127,7,'radio','quest'),(930,930,127,8,'radio','quest'),(931,931,127,9,'radio','quest'),(932,932,128,1,'radio','quest'),(933,933,128,2,'radio','quest'),(934,934,128,3,'radio','quest'),(935,935,128,4,'radio','quest'),(936,936,128,5,'radio','quest'),(937,937,128,6,'radio','quest'),(938,938,128,7,'radio','quest'),(939,939,128,8,'radio','quest'),(940,940,129,1,'radio','quest'),(941,941,129,2,'radio','quest'),(942,942,129,3,'radio','quest'),(943,943,129,4,'radio','quest'),(944,944,129,5,'radio','quest'),(945,945,129,6,'radio','quest'),(946,946,129,7,'radio','quest'),(947,947,129,8,'radio','quest'),(948,948,131,1,'radio','quest'),(949,949,131,2,'radio','quest'),(950,950,131,3,'radio','quest'),(951,951,131,4,'radio','quest'),(952,952,131,5,'radio','quest'),(953,953,131,6,'radio','quest'),(954,954,132,1,'radio','quest'),(955,955,132,2,'radio','quest'),(956,956,132,3,'radio','quest'),(957,957,133,1,'radio','quest'),(958,958,133,2,'radio','quest'),(959,959,133,3,'radio','quest'),(960,960,133,4,'radio','quest'),(961,961,133,5,'radio','quest'),(962,962,133,6,'radio','quest'),(963,963,133,7,'radio','quest'),(964,964,133,8,'radio','quest'),(965,965,133,9,'radio','quest'),(966,966,135,1,'radio','quest'),(967,967,135,2,'radio','quest'),(968,968,135,3,'radio','quest'),(969,969,135,4,'radio','quest'),(970,970,135,5,'radio','quest'),(971,971,135,6,'radio','quest'),(972,972,135,7,'radio','quest'),(973,973,135,8,'radio','quest'),(974,974,135,9,'radio','quest'),(975,975,135,10,'radio','quest'),(976,976,136,1,'radio','quest'),(977,977,136,2,'radio','quest'),(978,978,136,3,'radio','quest'),(979,979,136,4,'radio','quest'),(980,980,136,5,'radio','quest'),(981,981,136,6,'radio','quest'),(982,982,136,7,'radio','quest'),(983,983,137,1,'radio','quest'),(984,984,137,2,'radio','quest'),(985,985,137,3,'radio','quest'),(986,986,137,4,'radio','quest'),(987,987,137,5,'radio','quest'),(988,988,137,6,'radio','quest'),(989,989,137,7,'radio','quest'),(990,990,137,8,'radio','quest'),(991,991,138,1,'radio','quest'),(992,992,138,2,'radio','quest'),(993,993,138,3,'radio','quest'),(994,994,138,4,'radio','quest'),(995,995,139,1,'radio','quest'),(996,996,139,2,'radio','quest'),(997,997,139,3,'radio','quest'),(998,998,139,4,'radio','quest');
 /*!40000 ALTER TABLE `questions_display` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -574,8 +587,10 @@ CREATE TABLE `threat_types` (
   `T_Types` varchar(64) DEFAULT NULL,
   `T_Freq` float DEFAULT NULL,
   `T_Types_IT` varchar(64) DEFAULT NULL,
+  `Cloud_Type` int(11) DEFAULT NULL,
+  `Alt_id` int(11) DEFAULT NULL,
   PRIMARY KEY (`id`)
-) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=97 DEFAULT CHARSET=latin1;
 /*!40101 SET character_set_client = @saved_cs_client */;
 
 --
@@ -584,7 +599,7 @@ CREATE TABLE `threat_types` (
 
 LOCK TABLES `threat_types` WRITE;
 /*!40000 ALTER TABLE `threat_types` DISABLE KEYS */;
-INSERT INTO `threat_types` VALUES (1,'Account hijacking (client)',8,''),(2,'Account hijacking (CSP)',8,''),(3,'web-application threat:\nAPI, GUI, service vulnerabilities',8,''),(4,'Meta- interfaces (client)',0,''),(5,'Meta- interfaces (CSP)',2,''),(6,'Web-based attack',3,''),(7,'CI/CD attacks',6,''),(8,'Poor IAM(client)',6,''),(9,'Poor IAM',6,''),(10,'Exploit Poor configuration (client)',3,''),(11,'Exploit Poor configuration (CSP)',4,''),(12,'ransomware (CSP)',5,''),(13,'Exaustion of resources (client)',3,''),(14,'DoS (client)',4,''),(15,'DoS (CSP)',5,''),(16,'Compromised Communication',5,''),(17,'System glitch',4,''),(18,'Malicious client',3,''),(19,'Unlawful client',1,''),(20,'Malicious client employee',0,''),(21,'CSPs employee Negligence and mistakes',7,''),(22,'Insider abuse',6,''),(23,'Insider hacker',3,''),(24,'Third party problems',3,''),(25,'Hardware theft/loss (DataCentre)',2,''),(26,'Environment threat (DataCentre)',2,''),(27,'Physical threat (DataCentre)',2,''),(28,'On-site tampering/penetration (DataCentre)',2,''),(29,'Unnecessary disclosure to law enforcement',2,''),(30,'Data location failure',2,'');
+INSERT INTO `threat_types` VALUES (78,'DoS (client)',0.0745,'NA',3,14),(70,'Hacking',0.0796875,'NA',3,6),(71,'CI/CD attacks',0,'NA',3,7),(72,'Poor IAM(client)',0.034625,'NA',3,8),(73,'Poor IAM',0.0923333,'NA',3,9),(74,'Exploit Poor configuration (client)',0.12225,'NA',3,10),(75,'Exploit Poor configuration (CSP)',0,'NA',3,11),(76,'ransomware (CSP)',0.147167,'NA',3,12),(77,'Exaustion of resources (client)',0.5,'NA',3,13),(69,'Meta- interfaces (CSP)',0,'NA',3,5),(54,'Insider abuse',0.2125,'NA',2,22),(55,'Insider hacker',0.00833333,'NA',2,23),(56,'Third party problems',0.0815,'NA',2,24),(57,'Hardware theft/loss (DC)',0.125,'NA',2,25),(58,'Environment threat (DC)',0.125,'NA',2,26),(59,'Physical threat (DC)',0.05,'NA',2,27),(60,'On-site tampering/penetration (DC)',0.25,'NA',2,28),(61,'Unnecessary disclosure to law enforcement',0.2,'NA',2,29),(62,'Data location failure',0.2,'NA',2,30),(63,'Lack of support for compositional certification',0.3,'NA',2,31),(64,'Compliance failure',1,'NA',2,32),(65,'Account hijacking (client)',0.12225,'NA',3,1),(66,'Account hijacking (CSP)',0,'NA',3,2),(67,'Web-application attacks (API and GUI)',0,'NA',3,3),(68,'Meta- interfaces (client)',0.034625,'NA',3,4),(52,'Malicious client employee',0.0166667,'NA',2,20),(53,'CSP\'s employee Negligence and mistakes',0.195,'NA',2,21),(49,'System glitch',0.0833333,'NA',2,17),(50,'Malicious client',0.0779063,'NA',2,18),(51,'Unlawful client',0.1,'NA',2,19),(47,'DoS (CSP)',0.248333,'NA',2,15),(48,'Compromised Communication',0.06925,'NA',2,16),(1,'Account hijacking (client)',0.0815,'NA',1,1),(2,'Account hijacking (CSP)',0.264875,'NA',1,2),(3,'Web-application attacks (API and GUI)',0.22625,'NA',1,3),(4,'Meta- interfaces (client)',0,'NA',1,4),(5,'Meta- interfaces (CSP)',0.0807917,'NA',1,5),(6,'Hacking',0.159375,'NA',1,6),(7,'CI/CD attacks',0.0895417,'NA',1,7),(8,'Poor IAM(client)',0.034625,'NA',1,8),(9,'Poor IAM',0.0923333,'NA',1,9),(10,'Exploit Poor configuration (client)',0.061125,'NA',1,10),(11,'Exploit Poor configuration (CSP)',0.305625,'NA',1,11),(12,'ransomware (CSP)',0.294333,'NA',1,12),(13,'Exaustion of resources (client)',0.5,'NA',1,13),(14,'DoS (client)',0.0745,'NA',1,14),(15,'DoS (CSP)',0.248333,'NA',1,15),(16,'Compromised Communication',0.06925,'NA',1,16),(17,'System glitch',0.0833333,'NA',1,17),(18,'Malicious client',0.0649219,'NA',1,18),(19,'Unlawful client',0.025,'NA',1,19),(20,'Malicious client employee',0.0333333,'NA',1,20),(21,'CSP\'s employee Negligence and mistakes',0.195,'NA',1,21),(22,'Insider abuse',0.2125,'NA',1,22),(23,'Insider hacker',0.00833333,'NA',1,23),(24,'Third party problems',0.0815,'NA',1,24),(25,'Hardware theft/loss (DC)',0.125,'NA',1,25),(26,'Environment threat (DC)',0.125,'NA',1,26),(27,'Physical threat (DC)',0.05,'NA',1,27),(28,'On-site tampering/penetration (DC)',0.25,'NA',1,28),(29,'Unnecessary disclosure to law enforcement',0.2,'NA',1,29),(30,'Data location failure',0.2,'NA',1,30),(31,'Lack of support for compositional certification',0,'NA',1,31),(32,'Compliance failure',1,'NA',1,32),(33,'Account hijacking (client)',0.12225,'NA',2,1),(34,'Account hijacking (CSP)',0.2119,'NA',2,2),(35,'Web-application attacks (API and GUI)',0,'NA',2,3),(36,'Meta- interfaces (client)',0.034625,'NA',2,4),(37,'Meta- interfaces (CSP)',0.121188,'NA',2,5),(38,'Hacking',0.0796875,'NA',2,6),(39,'CI/CD attacks',0,'NA',2,7),(40,'Poor IAM(client)',0.034625,'NA',2,8),(41,'Poor IAM',0.0923333,'NA',2,9),(42,'Exploit Poor configuration (client)',0.12225,'NA',2,10),(43,'Exploit Poor configuration (CSP)',0.305625,'NA',2,11),(44,'ransomware (CSP)',0.147167,'NA',2,12),(45,'Exaustion of resources (client)',0.5,'NA',2,13),(46,'DoS (client)',0.0745,'NA',2,14),(79,'DoS (CSP)',0.273167,'NA',3,15),(80,'Compromised Communication',0.06925,'NA',3,16),(81,'System glitch',0.0833333,'NA',3,17),(82,'Malicious client',0.0324609,'NA',3,18),(83,'Unlawful client',0.108333,'NA',3,19),(84,'Malicious client employee',0.0166667,'NA',3,20),(85,'CSP\'s employee Negligence and mistakes',0.195,'NA',3,21),(86,'Insider abuse',0.2125,'NA',3,22),(87,'Insider hacker',0.00833333,'NA',3,23),(88,'Third party problems',0.0815,'NA',3,24),(89,'Hardware theft/loss (DC)',0.125,'NA',3,25),(90,'Environment threat (DC)',0.125,'NA',3,26),(91,'Physical threat (DC)',0.05,'NA',3,27),(92,'On-site tampering/penetration (DC)',0.2,'NA',3,28),(93,'Unnecessary disclosure to law enforcement',0.2,'NA',3,29),(94,'Data location failure',0.2,'NA',3,30),(95,'Lack of support for compositional certification',0.3,'NA',3,31),(96,'Compliance failure',1,'NA',3,32);
 /*!40000 ALTER TABLE `threat_types` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -602,7 +617,7 @@ CREATE TABLE `users_timestamp` (
   `modified_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
   `finished_at` timestamp NULL DEFAULT NULL,
   PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=2736 DEFAULT CHARSET=latin1;
+) ENGINE=InnoDB AUTO_INCREMENT=24282 DEFAULT CHARSET=latin1;
 /*!40101 SET character_set_client = @saved_cs_client */;
 
 --
@@ -611,7 +626,6 @@ CREATE TABLE `users_timestamp` (
 
 LOCK TABLES `users_timestamp` WRITE;
 /*!40000 ALTER TABLE `users_timestamp` DISABLE KEYS */;
-INSERT INTO `users_timestamp` VALUES (1,'231a6e5f-8a3d-45ca-840e-23f894e431cf','2022-01-15 14:53:04','2022-02-10 16:53:52','2022-02-10 17:53:52'),(2,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-04-26 13:18:20','2022-07-13 07:19:58','2022-07-13 07:19:59'),(3,'b1676b81-026e-41e7-ab66-901591508137','2022-06-06 08:00:54','2022-06-06 11:27:25',NULL),(4,'b1676b81-026e-41e7-ab66-901591508137','2022-06-06 16:09:08','2022-06-06 16:09:08','2022-06-06 16:09:08'),(5,'b1676b81-026e-41e7-ab66-901591508137','2022-06-06 16:09:19','2022-06-06 16:09:19','2022-06-06 16:09:19'),(6,'b1676b81-026e-41e7-ab66-901591508137','2022-06-06 16:09:34','2022-06-06 16:09:34','2022-06-06 16:09:34'),(7,'c4db2a1b-3fa8-470e-a4d0-e8ee21fb7719','2022-06-06 16:36:41','2022-06-07 08:30:53','2022-06-07 10:30:54'),(8,'b1676b81-026e-41e7-ab66-901591508137','2022-06-06 20:20:02','2022-06-06 20:20:02','2022-06-06 20:20:02'),(9,'b1676b81-026e-41e7-ab66-901591508137','2022-06-06 20:22:17','2022-06-06 20:22:17','2022-06-06 20:22:17'),(10,'b1676b81-026e-41e7-ab66-901591508137','2022-06-06 20:33:38','2022-06-06 20:33:38','2022-06-06 20:33:38'),(11,'b1676b81-026e-41e7-ab66-901591508137','2022-06-06 20:34:30','2022-06-06 20:34:30','2022-06-06 20:34:30'),(12,'b1676b81-026e-41e7-ab66-901591508137','2022-06-06 20:47:40','2022-06-06 20:47:40','2022-06-06 20:47:40'),(13,'b1676b81-026e-41e7-ab66-901591508137','2022-06-06 20:48:34','2022-06-06 20:48:34','2022-06-06 20:48:34'),(14,'b1676b81-026e-41e7-ab66-901591508137','2022-06-06 20:49:14','2022-06-06 20:49:14','2022-06-06 20:49:14'),(15,'b1676b81-026e-41e7-ab66-901591508137','2022-06-06 21:09:32','2022-06-06 21:09:32','2022-06-06 21:09:32'),(16,'b1676b81-026e-41e7-ab66-901591508137','2022-06-06 21:11:47','2022-06-06 21:11:47','2022-06-06 21:11:47'),(17,'18e72563-da1c-48cb-a063-9ca292a20d65','2022-06-07 12:28:28','2022-08-09 10:23:29','2022-08-09 10:23:29'),(18,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-07 13:07:20','2022-07-13 07:19:58','2022-07-13 07:19:59'),(19,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:09:10','2022-06-07 13:09:10','2022-06-07 13:09:10'),(20,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:09:53','2022-06-07 13:09:53','2022-06-07 13:09:53'),(21,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:10:37','2022-06-07 13:10:37','2022-06-07 13:10:37'),(22,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:11:21','2022-06-07 13:11:21','2022-06-07 13:11:21'),(23,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:12:05','2022-06-07 13:12:05','2022-06-07 13:12:05'),(24,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:12:48','2022-06-07 13:12:48','2022-06-07 13:12:48'),(25,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:13:32','2022-06-07 13:13:32','2022-06-07 13:13:32'),(26,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:14:15','2022-06-07 13:14:15','2022-06-07 13:14:15'),(27,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:15:00','2022-06-07 13:15:00','2022-06-07 13:15:00'),(28,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:15:44','2022-06-07 13:15:44','2022-06-07 13:15:44'),(29,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:16:29','2022-06-07 13:16:29','2022-06-07 13:16:29'),(30,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:17:14','2022-06-07 13:17:14','2022-06-07 13:17:14'),(31,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:17:59','2022-06-07 13:17:59','2022-06-07 13:17:59'),(32,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:18:45','2022-06-07 13:18:45','2022-06-07 13:18:45'),(33,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:19:30','2022-06-07 13:19:30','2022-06-07 13:19:30'),(34,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:20:15','2022-06-07 13:20:15','2022-06-07 13:20:15'),(35,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:21:00','2022-06-07 13:21:00','2022-06-07 13:21:00'),(36,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-07 13:21:47','2022-06-07 13:21:47','2022-06-07 13:21:47'),(37,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-07 16:36:57','2022-07-13 07:19:58','2022-07-13 07:19:59'),(38,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-07 16:36:58','2022-07-13 07:19:58','2022-07-13 07:19:59'),(39,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-07 16:40:31','2022-07-13 07:19:58','2022-07-13 07:19:59'),(40,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:40:12','2022-06-08 05:40:12','2022-06-08 05:40:12'),(41,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:40:59','2022-06-08 05:40:59','2022-06-08 05:40:59'),(42,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:41:47','2022-06-08 05:41:47','2022-06-08 05:41:47'),(43,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:42:34','2022-06-08 05:42:34','2022-06-08 05:42:34'),(44,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:43:19','2022-06-08 05:43:19','2022-06-08 05:43:19'),(45,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:44:04','2022-06-08 05:44:04','2022-06-08 05:44:04'),(46,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:44:50','2022-06-08 05:44:50','2022-06-08 05:44:50'),(47,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:45:35','2022-06-08 05:45:35','2022-06-08 05:45:35'),(48,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:46:20','2022-06-08 05:46:20','2022-06-08 05:46:20'),(49,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:47:05','2022-06-08 05:47:05','2022-06-08 05:47:05'),(50,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:47:51','2022-06-08 05:47:51','2022-06-08 05:47:51'),(51,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:48:36','2022-06-08 05:48:36','2022-06-08 05:48:36'),(52,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:49:22','2022-06-08 05:49:22','2022-06-08 05:49:22'),(53,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:50:09','2022-06-08 05:50:09','2022-06-08 05:50:09'),(54,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:50:55','2022-06-08 05:50:55','2022-06-08 05:50:55'),(55,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:51:41','2022-06-08 05:51:41','2022-06-08 05:51:41'),(56,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:52:27','2022-06-08 05:52:27','2022-06-08 05:52:27'),(57,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:53:13','2022-06-08 05:53:13','2022-06-08 05:53:13'),(58,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:53:59','2022-06-08 05:53:59','2022-06-08 05:53:59'),(59,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:54:46','2022-06-08 05:54:46','2022-06-08 05:54:46'),(60,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:55:33','2022-06-08 05:55:33','2022-06-08 05:55:33'),(61,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:56:19','2022-06-08 05:56:19','2022-06-08 05:56:19'),(62,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:57:06','2022-06-08 05:57:06','2022-06-08 05:57:06'),(63,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:57:53','2022-06-08 05:57:53','2022-06-08 05:57:53'),(64,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:58:41','2022-06-08 05:58:41','2022-06-08 05:58:41'),(65,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 05:59:28','2022-06-08 05:59:28','2022-06-08 05:59:28'),(66,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:00:15','2022-06-08 06:00:15','2022-06-08 06:00:15'),(67,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:01:03','2022-06-08 06:01:03','2022-06-08 06:01:03'),(68,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:01:50','2022-06-08 06:01:50','2022-06-08 06:01:50'),(69,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:03:09','2022-06-08 06:03:09','2022-06-08 06:03:09'),(70,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:03:58','2022-06-08 06:03:58','2022-06-08 06:03:58'),(71,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:20:38','2022-06-08 06:20:38','2022-06-08 06:20:38'),(72,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:21:24','2022-06-08 06:21:24','2022-06-08 06:21:24'),(73,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:25:35','2022-06-08 06:25:35','2022-06-08 06:25:35'),(74,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:26:22','2022-06-08 06:26:22','2022-06-08 06:26:22'),(75,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:30:38','2022-06-08 06:30:38','2022-06-08 06:30:38'),(76,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:31:24','2022-06-08 06:31:24','2022-06-08 06:31:24'),(77,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:40:37','2022-06-08 06:40:37','2022-06-08 06:40:37'),(78,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:41:24','2022-06-08 06:41:24','2022-06-08 06:41:24'),(79,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:45:40','2022-06-08 06:45:40','2022-06-08 06:45:40'),(80,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:46:27','2022-06-08 06:46:27','2022-06-08 06:46:27'),(81,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:50:38','2022-06-08 06:50:38','2022-06-08 06:50:38'),(82,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:51:28','2022-06-08 06:51:28','2022-06-08 06:51:28'),(83,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:55:39','2022-06-08 06:55:39','2022-06-08 06:55:39'),(84,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 06:56:27','2022-06-08 06:56:27','2022-06-08 06:56:27'),(85,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:00:39','2022-06-08 07:00:39','2022-06-08 07:00:39'),(86,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:01:28','2022-06-08 07:01:28','2022-06-08 07:01:28'),(87,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:05:37','2022-06-08 07:05:37','2022-06-08 07:05:37'),(88,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:06:27','2022-06-08 07:06:27','2022-06-08 07:06:27'),(89,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:10:38','2022-06-08 07:10:38','2022-06-08 07:10:38'),(90,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:11:27','2022-06-08 07:11:27','2022-06-08 07:11:27'),(91,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:15:40','2022-06-08 07:15:40','2022-06-08 07:15:40'),(92,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:16:35','2022-06-08 07:16:35','2022-06-08 07:16:35'),(93,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:35:39','2022-06-08 07:35:39','2022-06-08 07:35:39'),(94,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:36:26','2022-06-08 07:36:26','2022-06-08 07:36:26'),(95,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:45:39','2022-06-08 07:45:39','2022-06-08 07:45:39'),(96,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:50:39','2022-06-08 07:50:39','2022-06-08 07:50:39'),(97,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:51:26','2022-06-08 07:51:26','2022-06-08 07:51:26'),(98,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 07:52:12','2022-06-08 07:52:12','2022-06-08 07:52:12'),(99,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 08:00:39','2022-06-08 08:00:39','2022-06-08 08:00:39'),(100,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 08:01:26','2022-06-08 08:01:26','2022-06-08 08:01:26'),(101,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 08:15:40','2022-06-08 08:15:40','2022-06-08 08:15:40'),(102,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 08:16:28','2022-06-08 08:16:28','2022-06-08 08:16:28'),(103,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 08:25:41','2022-06-08 08:25:41','2022-06-08 08:25:41'),(104,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 08:26:27','2022-06-08 08:26:27','2022-06-08 08:26:27'),(105,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 08:40:42','2022-06-08 08:40:42','2022-06-08 08:40:42'),(106,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 08:41:28','2022-06-08 08:41:28','2022-06-08 08:41:28'),(107,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 08:50:42','2022-06-08 08:50:42','2022-06-08 08:50:42'),(108,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 08:51:30','2022-06-08 08:51:30','2022-06-08 08:51:30'),(109,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 08:55:42','2022-06-08 08:55:42','2022-06-08 08:55:42'),(110,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 08:56:31','2022-06-08 08:56:31','2022-06-08 08:56:31'),(111,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 09:15:43','2022-06-08 09:15:43','2022-06-08 09:15:43'),(112,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 09:16:32','2022-06-08 09:16:32','2022-06-08 09:16:32'),(113,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 09:20:44','2022-06-08 09:20:44','2022-06-08 09:20:44'),(114,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 09:21:31','2022-06-08 09:21:31','2022-06-08 09:21:31'),(115,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 09:30:46','2022-06-08 09:30:46','2022-06-08 09:30:46'),(116,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 09:35:45','2022-06-08 09:35:45','2022-06-08 09:35:45'),(117,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 10:00:48','2022-06-08 10:00:48','2022-06-08 10:00:48'),(118,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 10:01:35','2022-06-08 10:01:35','2022-06-08 10:01:35'),(119,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 10:05:46','2022-06-08 10:05:46','2022-06-08 10:05:46'),(120,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 10:06:35','2022-06-08 10:06:35','2022-06-08 10:06:35'),(121,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 10:10:48','2022-06-08 10:10:48','2022-06-08 10:10:48'),(122,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 10:11:35','2022-06-08 10:11:35','2022-06-08 10:11:35'),(123,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 10:25:47','2022-06-08 10:25:47','2022-06-08 10:25:47'),(124,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 10:26:35','2022-06-08 10:26:35','2022-06-08 10:26:35'),(125,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 11:25:51','2022-06-08 11:25:51','2022-06-08 11:25:51'),(126,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 11:26:37','2022-06-08 11:26:37','2022-06-08 11:26:37'),(127,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 11:30:51','2022-06-08 11:30:51','2022-06-08 11:30:51'),(128,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 11:31:37','2022-06-08 11:31:37','2022-06-08 11:31:37'),(129,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 11:40:54','2022-06-08 11:40:54','2022-06-08 11:40:54'),(130,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 11:41:39','2022-06-08 11:41:39','2022-06-08 11:41:39'),(131,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 11:50:52','2022-06-08 11:50:52','2022-06-08 11:50:52'),(132,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 11:51:38','2022-06-08 11:51:38','2022-06-08 11:51:38'),(133,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 11:55:52','2022-06-08 11:55:52','2022-06-08 11:55:52'),(134,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 11:56:39','2022-06-08 11:56:39','2022-06-08 11:56:39'),(135,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 12:50:57','2022-06-08 12:50:57','2022-06-08 12:50:57'),(136,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 12:51:43','2022-06-08 12:51:43','2022-06-08 12:51:43'),(137,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 13:05:56','2022-06-08 13:05:56','2022-06-08 13:05:56'),(138,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 13:06:44','2022-06-08 13:06:44','2022-06-08 13:06:44'),(139,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 13:45:58','2022-06-08 13:45:58','2022-06-08 13:45:58'),(140,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 13:46:45','2022-06-08 13:46:45','2022-06-08 13:46:45'),(141,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 13:55:59','2022-06-08 13:55:59','2022-06-08 13:55:59'),(142,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 13:56:46','2022-06-08 13:56:46','2022-06-08 13:56:46'),(143,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 14:11:00','2022-06-08 14:11:00','2022-06-08 14:11:00'),(144,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 14:11:46','2022-06-08 14:11:46','2022-06-08 14:11:46'),(145,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 14:12:32','2022-06-08 14:12:32','2022-06-08 14:12:32'),(146,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 14:16:02','2022-06-08 14:16:02','2022-06-08 14:16:02'),(147,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 14:35:01','2022-06-08 14:35:01','2022-06-08 14:35:01'),(148,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 14:35:50','2022-06-08 14:35:50','2022-06-08 14:35:50'),(149,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 14:40:01','2022-06-08 14:40:01','2022-06-08 14:40:01'),(150,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 14:40:48','2022-06-08 14:40:48','2022-06-08 14:40:48'),(151,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 14:45:02','2022-06-08 14:45:02','2022-06-08 14:45:02'),(152,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 14:45:48','2022-06-08 14:45:48','2022-06-08 14:45:48'),(153,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 14:55:02','2022-06-08 14:55:02','2022-06-08 14:55:02'),(154,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 14:55:49','2022-06-08 14:55:49','2022-06-08 14:55:49'),(155,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:10:03','2022-06-08 15:10:03','2022-06-08 15:10:03'),(156,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:10:50','2022-06-08 15:10:50','2022-06-08 15:10:50'),(157,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:20:04','2022-06-08 15:20:04','2022-06-08 15:20:04'),(158,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:20:51','2022-06-08 15:20:51','2022-06-08 15:20:51'),(159,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:25:04','2022-06-08 15:25:04','2022-06-08 15:25:04'),(160,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:25:51','2022-06-08 15:25:51','2022-06-08 15:25:51'),(161,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:30:04','2022-06-08 15:30:04','2022-06-08 15:30:04'),(162,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:30:51','2022-06-08 15:30:51','2022-06-08 15:30:51'),(163,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:35:05','2022-06-08 15:35:05','2022-06-08 15:35:05'),(164,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:35:51','2022-06-08 15:35:51','2022-06-08 15:35:51'),(165,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:45:05','2022-06-08 15:45:05','2022-06-08 15:45:05'),(166,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:45:52','2022-06-08 15:45:52','2022-06-08 15:45:52'),(167,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:50:08','2022-06-08 15:50:08','2022-06-08 15:50:08'),(168,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 15:50:55','2022-06-08 15:50:55','2022-06-08 15:50:55'),(169,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:00:07','2022-06-08 16:00:07','2022-06-08 16:00:07'),(170,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:05:07','2022-06-08 16:05:07','2022-06-08 16:05:07'),(171,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:10:07','2022-06-08 16:10:07','2022-06-08 16:10:07'),(172,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:10:54','2022-06-08 16:10:54','2022-06-08 16:10:54'),(173,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:11:40','2022-06-08 16:11:40','2022-06-08 16:11:40'),(174,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:15:07','2022-06-08 16:15:07','2022-06-08 16:15:07'),(175,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:15:53','2022-06-08 16:15:53','2022-06-08 16:15:53'),(176,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:16:40','2022-06-08 16:16:40','2022-06-08 16:16:40'),(177,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:20:08','2022-06-08 16:20:08','2022-06-08 16:20:08'),(178,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:20:55','2022-06-08 16:20:55','2022-06-08 16:20:55'),(179,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:50:11','2022-06-08 16:50:11','2022-06-08 16:50:11'),(180,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:50:58','2022-06-08 16:50:58','2022-06-08 16:50:58'),(181,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:55:10','2022-06-08 16:55:10','2022-06-08 16:55:10'),(182,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 16:55:57','2022-06-08 16:55:57','2022-06-08 16:55:57'),(183,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:05:11','2022-06-08 17:05:11','2022-06-08 17:05:11'),(184,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:05:57','2022-06-08 17:05:57','2022-06-08 17:05:57'),(185,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:15:10','2022-06-08 17:15:10','2022-06-08 17:15:10'),(186,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:15:57','2022-06-08 17:15:57','2022-06-08 17:15:57'),(187,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:30:11','2022-06-08 17:30:11','2022-06-08 17:30:11'),(188,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:30:58','2022-06-08 17:30:58','2022-06-08 17:30:58'),(189,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:35:11','2022-06-08 17:35:11','2022-06-08 17:35:11'),(190,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:35:58','2022-06-08 17:35:58','2022-06-08 17:35:58'),(191,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:40:12','2022-06-08 17:40:12','2022-06-08 17:40:12'),(192,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:40:58','2022-06-08 17:40:58','2022-06-08 17:40:58'),(193,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:50:12','2022-06-08 17:50:12','2022-06-08 17:50:12'),(194,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:50:59','2022-06-08 17:50:59','2022-06-08 17:50:59'),(195,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:55:14','2022-06-08 17:55:14','2022-06-08 17:55:14'),(196,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 17:56:00','2022-06-08 17:56:00','2022-06-08 17:56:00'),(197,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 18:00:13','2022-06-08 18:00:13','2022-06-08 18:00:13'),(198,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 18:00:59','2022-06-08 18:00:59','2022-06-08 18:00:59'),(199,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 18:05:13','2022-06-08 18:05:13','2022-06-08 18:05:13'),(200,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 18:06:00','2022-06-08 18:06:00','2022-06-08 18:06:00'),(201,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 18:10:15','2022-06-08 18:10:15','2022-06-08 18:10:15'),(202,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 18:11:02','2022-06-08 18:11:02','2022-06-08 18:11:02'),(203,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 18:20:14','2022-06-08 18:20:14','2022-06-08 18:20:14'),(204,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 18:21:01','2022-06-08 18:21:01','2022-06-08 18:21:01'),(205,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 18:35:15','2022-06-08 18:35:15','2022-06-08 18:35:15'),(206,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 18:36:01','2022-06-08 18:36:01','2022-06-08 18:36:01'),(207,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 18:55:16','2022-06-08 18:55:16','2022-06-08 18:55:16'),(208,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 18:56:05','2022-06-08 18:56:05','2022-06-08 18:56:05'),(209,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 19:00:16','2022-06-08 19:00:16','2022-06-08 19:00:16'),(210,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 19:01:05','2022-06-08 19:01:05','2022-06-08 19:01:05'),(211,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 19:10:18','2022-06-08 19:10:18','2022-06-08 19:10:18'),(212,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 19:11:07','2022-06-08 19:11:07','2022-06-08 19:11:07'),(213,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 19:30:18','2022-06-08 19:30:18','2022-06-08 19:30:18'),(214,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 19:31:06','2022-06-08 19:31:06','2022-06-08 19:31:06'),(215,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 19:35:18','2022-06-08 19:35:18','2022-06-08 19:35:18'),(216,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 19:36:06','2022-06-08 19:36:06','2022-06-08 19:36:06'),(217,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 19:45:19','2022-06-08 19:45:19','2022-06-08 19:45:19'),(218,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 19:46:06','2022-06-08 19:46:06','2022-06-08 19:46:06'),(219,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:00:19','2022-06-08 20:00:19','2022-06-08 20:00:19'),(220,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:01:07','2022-06-08 20:01:07','2022-06-08 20:01:07'),(221,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:15:20','2022-06-08 20:15:20','2022-06-08 20:15:20'),(222,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:16:08','2022-06-08 20:16:08','2022-06-08 20:16:08'),(223,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:20:20','2022-06-08 20:20:20','2022-06-08 20:20:20'),(224,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:21:08','2022-06-08 20:21:08','2022-06-08 20:21:08'),(225,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:25:21','2022-06-08 20:25:21','2022-06-08 20:25:21'),(226,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:26:08','2022-06-08 20:26:08','2022-06-08 20:26:08'),(227,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:30:21','2022-06-08 20:30:21','2022-06-08 20:30:21'),(228,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:31:09','2022-06-08 20:31:09','2022-06-08 20:31:09'),(229,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:50:22','2022-06-08 20:50:22','2022-06-08 20:50:22'),(230,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:51:11','2022-06-08 20:51:11','2022-06-08 20:51:11'),(231,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:55:22','2022-06-08 20:55:22','2022-06-08 20:55:22'),(232,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 20:56:10','2022-06-08 20:56:10','2022-06-08 20:56:10'),(233,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:00:23','2022-06-08 21:00:23','2022-06-08 21:00:23'),(234,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:01:11','2022-06-08 21:01:11','2022-06-08 21:01:11'),(235,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:05:23','2022-06-08 21:05:23','2022-06-08 21:05:23'),(236,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:06:11','2022-06-08 21:06:11','2022-06-08 21:06:11'),(237,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:15:24','2022-06-08 21:15:24','2022-06-08 21:15:24'),(238,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:16:12','2022-06-08 21:16:12','2022-06-08 21:16:12'),(239,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:20:24','2022-06-08 21:20:24','2022-06-08 21:20:24'),(240,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:21:12','2022-06-08 21:21:12','2022-06-08 21:21:12'),(241,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:30:24','2022-06-08 21:30:24','2022-06-08 21:30:24'),(242,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:31:12','2022-06-08 21:31:12','2022-06-08 21:31:12'),(243,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:35:25','2022-06-08 21:35:25','2022-06-08 21:35:25'),(244,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:36:13','2022-06-08 21:36:13','2022-06-08 21:36:13'),(245,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:45:25','2022-06-08 21:45:25','2022-06-08 21:45:25'),(246,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 21:46:13','2022-06-08 21:46:13','2022-06-08 21:46:13'),(247,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:00:26','2022-06-08 22:00:26','2022-06-08 22:00:26'),(248,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:01:14','2022-06-08 22:01:14','2022-06-08 22:01:14'),(249,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:10:27','2022-06-08 22:10:27','2022-06-08 22:10:27'),(250,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:11:17','2022-06-08 22:11:17','2022-06-08 22:11:17'),(251,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:20:27','2022-06-08 22:20:27','2022-06-08 22:20:27'),(252,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:21:15','2022-06-08 22:21:15','2022-06-08 22:21:15'),(253,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:25:27','2022-06-08 22:25:27','2022-06-08 22:25:27'),(254,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:26:15','2022-06-08 22:26:15','2022-06-08 22:26:15'),(255,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:27:03','2022-06-08 22:27:03','2022-06-08 22:27:03'),(256,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:30:28','2022-06-08 22:30:28','2022-06-08 22:30:28'),(257,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:31:15','2022-06-08 22:31:15','2022-06-08 22:31:15'),(258,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:35:28','2022-06-08 22:35:28','2022-06-08 22:35:28'),(259,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:36:16','2022-06-08 22:36:16','2022-06-08 22:36:16'),(260,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:37:04','2022-06-08 22:37:04','2022-06-08 22:37:04'),(261,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:40:28','2022-06-08 22:40:28','2022-06-08 22:40:28'),(262,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:41:16','2022-06-08 22:41:16','2022-06-08 22:41:16'),(263,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:45:28','2022-06-08 22:45:28','2022-06-08 22:45:28'),(264,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:46:16','2022-06-08 22:46:16','2022-06-08 22:46:16'),(265,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:55:29','2022-06-08 22:55:29','2022-06-08 22:55:29'),(266,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 22:56:17','2022-06-08 22:56:17','2022-06-08 22:56:17'),(267,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:05:30','2022-06-08 23:05:30','2022-06-08 23:05:30'),(268,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:06:17','2022-06-08 23:06:17','2022-06-08 23:06:17'),(269,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:15:30','2022-06-08 23:15:30','2022-06-08 23:15:30'),(270,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:16:18','2022-06-08 23:16:18','2022-06-08 23:16:18'),(271,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:25:31','2022-06-08 23:25:31','2022-06-08 23:25:31'),(272,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:30:31','2022-06-08 23:30:31','2022-06-08 23:30:31'),(273,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:35:31','2022-06-08 23:35:31','2022-06-08 23:35:31'),(274,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:36:19','2022-06-08 23:36:19','2022-06-08 23:36:19'),(275,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:40:32','2022-06-08 23:40:32','2022-06-08 23:40:32'),(276,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:41:19','2022-06-08 23:41:19','2022-06-08 23:41:19'),(277,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:45:32','2022-06-08 23:45:32','2022-06-08 23:45:32'),(278,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:46:19','2022-06-08 23:46:19','2022-06-08 23:46:19'),(279,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:50:32','2022-06-08 23:50:32','2022-06-08 23:50:32'),(280,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-08 23:51:20','2022-06-08 23:51:20','2022-06-08 23:51:20'),(281,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 00:20:34','2022-06-09 00:20:34','2022-06-09 00:20:34'),(282,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 00:21:22','2022-06-09 00:21:22','2022-06-09 00:21:22'),(283,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 00:30:35','2022-06-09 00:30:35','2022-06-09 00:30:35'),(284,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 00:31:22','2022-06-09 00:31:22','2022-06-09 00:31:22'),(285,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 00:40:35','2022-06-09 00:40:35','2022-06-09 00:40:35'),(286,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 00:41:23','2022-06-09 00:41:23','2022-06-09 00:41:23'),(287,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 00:45:35','2022-06-09 00:45:35','2022-06-09 00:45:35'),(288,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 00:46:24','2022-06-09 00:46:24','2022-06-09 00:46:24'),(289,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 00:50:35','2022-06-09 00:50:35','2022-06-09 00:50:35'),(290,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 00:51:24','2022-06-09 00:51:24','2022-06-09 00:51:24'),(291,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 00:55:37','2022-06-09 00:55:37','2022-06-09 00:55:37'),(292,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 00:56:25','2022-06-09 00:56:25','2022-06-09 00:56:25'),(293,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:00:36','2022-06-09 01:00:36','2022-06-09 01:00:36'),(294,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:01:24','2022-06-09 01:01:24','2022-06-09 01:01:24'),(295,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:02:12','2022-06-09 01:02:12','2022-06-09 01:02:12'),(296,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:05:36','2022-06-09 01:05:36','2022-06-09 01:05:36'),(297,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:06:24','2022-06-09 01:06:24','2022-06-09 01:06:24'),(298,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:07:12','2022-06-09 01:07:12','2022-06-09 01:07:12'),(299,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:10:37','2022-06-09 01:10:37','2022-06-09 01:10:37'),(300,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:11:25','2022-06-09 01:11:25','2022-06-09 01:11:25'),(301,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:25:37','2022-06-09 01:25:37','2022-06-09 01:25:37'),(302,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:26:25','2022-06-09 01:26:25','2022-06-09 01:26:25'),(303,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:35:38','2022-06-09 01:35:38','2022-06-09 01:35:38'),(304,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:36:26','2022-06-09 01:36:26','2022-06-09 01:36:26'),(305,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:45:39','2022-06-09 01:45:39','2022-06-09 01:45:39'),(306,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:46:27','2022-06-09 01:46:27','2022-06-09 01:46:27'),(307,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:50:39','2022-06-09 01:50:39','2022-06-09 01:50:39'),(308,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:51:27','2022-06-09 01:51:27','2022-06-09 01:51:27'),(309,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:55:39','2022-06-09 01:55:39','2022-06-09 01:55:39'),(310,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 01:56:27','2022-06-09 01:56:27','2022-06-09 01:56:27'),(311,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:00:39','2022-06-09 02:00:39','2022-06-09 02:00:39'),(312,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:01:27','2022-06-09 02:01:27','2022-06-09 02:01:27'),(313,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:05:40','2022-06-09 02:05:40','2022-06-09 02:05:40'),(314,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:06:28','2022-06-09 02:06:28','2022-06-09 02:06:28'),(315,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:15:40','2022-06-09 02:15:40','2022-06-09 02:15:40'),(316,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:16:28','2022-06-09 02:16:28','2022-06-09 02:16:28'),(317,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:20:40','2022-06-09 02:20:40','2022-06-09 02:20:40'),(318,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:21:28','2022-06-09 02:21:28','2022-06-09 02:21:28'),(319,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:25:41','2022-06-09 02:25:41','2022-06-09 02:25:41'),(320,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:26:28','2022-06-09 02:26:28','2022-06-09 02:26:28'),(321,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:35:41','2022-06-09 02:35:41','2022-06-09 02:35:41'),(322,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:36:29','2022-06-09 02:36:29','2022-06-09 02:36:29'),(323,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:40:42','2022-06-09 02:40:42','2022-06-09 02:40:42'),(324,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:41:30','2022-06-09 02:41:30','2022-06-09 02:41:30'),(325,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:45:42','2022-06-09 02:45:42','2022-06-09 02:45:42'),(326,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:50:42','2022-06-09 02:50:42','2022-06-09 02:50:42'),(327,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:51:30','2022-06-09 02:51:30','2022-06-09 02:51:30'),(328,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:52:17','2022-06-09 02:52:17','2022-06-09 02:52:17'),(329,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:55:42','2022-06-09 02:55:42','2022-06-09 02:55:42'),(330,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 02:56:30','2022-06-09 02:56:30','2022-06-09 02:56:30'),(331,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:00:43','2022-06-09 03:00:43','2022-06-09 03:00:43'),(332,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:01:31','2022-06-09 03:01:31','2022-06-09 03:01:31'),(333,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:05:43','2022-06-09 03:05:43','2022-06-09 03:05:43'),(334,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:06:30','2022-06-09 03:06:30','2022-06-09 03:06:30'),(335,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:10:43','2022-06-09 03:10:43','2022-06-09 03:10:43'),(336,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:11:31','2022-06-09 03:11:31','2022-06-09 03:11:31'),(337,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:20:44','2022-06-09 03:20:44','2022-06-09 03:20:44'),(338,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:21:31','2022-06-09 03:21:31','2022-06-09 03:21:31'),(339,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:25:45','2022-06-09 03:25:45','2022-06-09 03:25:45'),(340,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:26:33','2022-06-09 03:26:33','2022-06-09 03:26:33'),(341,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:30:44','2022-06-09 03:30:44','2022-06-09 03:30:44'),(342,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:31:33','2022-06-09 03:31:33','2022-06-09 03:31:33'),(343,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:40:45','2022-06-09 03:40:45','2022-06-09 03:40:45'),(344,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 03:41:33','2022-06-09 03:41:33','2022-06-09 03:41:33'),(345,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:00:46','2022-06-09 04:00:46','2022-06-09 04:00:46'),(346,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:01:34','2022-06-09 04:01:34','2022-06-09 04:01:34'),(347,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:05:47','2022-06-09 04:05:47','2022-06-09 04:05:47'),(348,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:06:34','2022-06-09 04:06:34','2022-06-09 04:06:34'),(349,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:20:49','2022-06-09 04:20:49','2022-06-09 04:20:49'),(350,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:21:36','2022-06-09 04:21:36','2022-06-09 04:21:36'),(351,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:30:48','2022-06-09 04:30:48','2022-06-09 04:30:48'),(352,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:31:36','2022-06-09 04:31:36','2022-06-09 04:31:36'),(353,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:32:24','2022-06-09 04:32:24','2022-06-09 04:32:24'),(354,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:35:48','2022-06-09 04:35:48','2022-06-09 04:35:48'),(355,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:50:49','2022-06-09 04:50:49','2022-06-09 04:50:49'),(356,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:51:38','2022-06-09 04:51:38','2022-06-09 04:51:38'),(357,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:55:49','2022-06-09 04:55:49','2022-06-09 04:55:49'),(358,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 04:56:37','2022-06-09 04:56:37','2022-06-09 04:56:37'),(359,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 05:00:50','2022-06-09 05:00:50','2022-06-09 05:00:50'),(360,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 05:01:38','2022-06-09 05:01:38','2022-06-09 05:01:38'),(361,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 05:05:50','2022-06-09 05:05:50','2022-06-09 05:05:50'),(362,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 05:06:38','2022-06-09 05:06:38','2022-06-09 05:06:38'),(363,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 05:15:51','2022-06-09 05:15:51','2022-06-09 05:15:51'),(364,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 05:16:38','2022-06-09 05:16:38','2022-06-09 05:16:38'),(365,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 05:20:51','2022-06-09 05:20:51','2022-06-09 05:20:51'),(366,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 05:21:39','2022-06-09 05:21:39','2022-06-09 05:21:39'),(367,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 05:30:54','2022-06-09 05:30:54','2022-06-09 05:30:54'),(368,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 05:31:42','2022-06-09 05:31:42','2022-06-09 05:31:42'),(369,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 05:40:52','2022-06-09 05:40:52','2022-06-09 05:40:52'),(370,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 05:41:40','2022-06-09 05:41:40','2022-06-09 05:41:40'),(371,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:00:56','2022-06-09 06:00:56','2022-06-09 06:00:56'),(372,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:01:44','2022-06-09 06:01:44','2022-06-09 06:01:44'),(373,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:05:56','2022-06-09 06:05:56','2022-06-09 06:05:56'),(374,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:06:44','2022-06-09 06:06:44','2022-06-09 06:06:44'),(375,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:20:55','2022-06-09 06:20:55','2022-06-09 06:20:55'),(376,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:21:43','2022-06-09 06:21:43','2022-06-09 06:21:43'),(377,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:25:55','2022-06-09 06:25:55','2022-06-09 06:25:55'),(378,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:30:55','2022-06-09 06:30:55','2022-06-09 06:30:55'),(379,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:31:43','2022-06-09 06:31:43','2022-06-09 06:31:43'),(380,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:32:31','2022-06-09 06:32:31','2022-06-09 06:32:31'),(381,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:40:56','2022-06-09 06:40:56','2022-06-09 06:40:56'),(382,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:41:44','2022-06-09 06:41:44','2022-06-09 06:41:44'),(383,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:45:58','2022-06-09 06:45:58','2022-06-09 06:45:58'),(384,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:46:47','2022-06-09 06:46:47','2022-06-09 06:46:47'),(385,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:50:59','2022-06-09 06:50:59','2022-06-09 06:50:59'),(386,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 06:51:47','2022-06-09 06:51:47','2022-06-09 06:51:47'),(387,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:05:58','2022-06-09 07:05:58','2022-06-09 07:05:58'),(388,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:06:46','2022-06-09 07:06:46','2022-06-09 07:06:46'),(389,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:10:59','2022-06-09 07:10:59','2022-06-09 07:10:59'),(390,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:11:47','2022-06-09 07:11:47','2022-06-09 07:11:47'),(391,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:15:58','2022-06-09 07:15:58','2022-06-09 07:15:58'),(392,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:16:47','2022-06-09 07:16:47','2022-06-09 07:16:47'),(393,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:25:59','2022-06-09 07:25:59','2022-06-09 07:25:59'),(394,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:30:59','2022-06-09 07:30:59','2022-06-09 07:30:59'),(395,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:36:00','2022-06-09 07:36:00','2022-06-09 07:36:00'),(396,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:36:48','2022-06-09 07:36:48','2022-06-09 07:36:48'),(397,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:41:02','2022-06-09 07:41:02','2022-06-09 07:41:02'),(398,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:46:01','2022-06-09 07:46:01','2022-06-09 07:46:01'),(399,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:50:01','2022-06-09 07:50:01','2022-06-09 07:50:01'),(400,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 07:50:49','2022-06-09 07:50:49','2022-06-09 07:50:49'),(401,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 08:35:01','2022-06-09 08:35:01','2022-06-09 08:35:01'),(402,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 08:35:50','2022-06-09 08:35:50','2022-06-09 08:35:50'),(403,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 08:40:02','2022-06-09 08:40:02','2022-06-09 08:40:02'),(404,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 08:40:50','2022-06-09 08:40:50','2022-06-09 08:40:50'),(405,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 08:45:02','2022-06-09 08:45:02','2022-06-09 08:45:02'),(406,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 08:45:50','2022-06-09 08:45:50','2022-06-09 08:45:50'),(407,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 09:05:03','2022-06-09 09:05:03','2022-06-09 09:05:03'),(408,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 09:05:51','2022-06-09 09:05:51','2022-06-09 09:05:51'),(409,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 09:15:03','2022-06-09 09:15:03','2022-06-09 09:15:03'),(410,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 09:15:52','2022-06-09 09:15:52','2022-06-09 09:15:52'),(411,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 09:20:04','2022-06-09 09:20:04','2022-06-09 09:20:04'),(412,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 09:20:53','2022-06-09 09:20:53','2022-06-09 09:20:53'),(413,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 09:30:04','2022-06-09 09:30:04','2022-06-09 09:30:04'),(414,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 09:30:53','2022-06-09 09:30:53','2022-06-09 09:30:53'),(415,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 09:35:06','2022-06-09 09:35:06','2022-06-09 09:35:06'),(416,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 09:35:56','2022-06-09 09:35:56','2022-06-09 09:35:56'),(417,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:00:18','2022-06-09 10:00:18','2022-06-09 10:00:18'),(418,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:01:07','2022-06-09 10:01:07','2022-06-09 10:01:07'),(419,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:05:06','2022-06-09 10:05:06','2022-06-09 10:05:06'),(420,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:05:55','2022-06-09 10:05:55','2022-06-09 10:05:55'),(421,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:25:07','2022-06-09 10:25:07','2022-06-09 10:25:07'),(422,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:25:56','2022-06-09 10:25:56','2022-06-09 10:25:56'),(423,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:40:08','2022-06-09 10:40:08','2022-06-09 10:40:08'),(424,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:40:58','2022-06-09 10:40:58','2022-06-09 10:40:58'),(425,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:50:09','2022-06-09 10:50:09','2022-06-09 10:50:09'),(426,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:50:57','2022-06-09 10:50:57','2022-06-09 10:50:57'),(427,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:51:46','2022-06-09 10:51:46','2022-06-09 10:51:46'),(428,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:55:11','2022-06-09 10:55:11','2022-06-09 10:55:11'),(429,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:56:00','2022-06-09 10:56:00','2022-06-09 10:56:00'),(430,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 10:56:49','2022-06-09 10:56:49','2022-06-09 10:56:49'),(431,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:00:09','2022-06-09 11:00:09','2022-06-09 11:00:09'),(432,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:00:58','2022-06-09 11:00:58','2022-06-09 11:00:58'),(433,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:05:09','2022-06-09 11:05:09','2022-06-09 11:05:09'),(434,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:05:58','2022-06-09 11:05:58','2022-06-09 11:05:58'),(435,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:15:10','2022-06-09 11:15:10','2022-06-09 11:15:10'),(436,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:15:59','2022-06-09 11:15:59','2022-06-09 11:15:59'),(437,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:20:10','2022-06-09 11:20:10','2022-06-09 11:20:10'),(438,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:20:59','2022-06-09 11:20:59','2022-06-09 11:20:59'),(439,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:25:10','2022-06-09 11:25:10','2022-06-09 11:25:10'),(440,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:26:01','2022-06-09 11:26:01','2022-06-09 11:26:01'),(441,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:35:11','2022-06-09 11:35:11','2022-06-09 11:35:11'),(442,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:36:00','2022-06-09 11:36:00','2022-06-09 11:36:00'),(443,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:40:11','2022-06-09 11:40:11','2022-06-09 11:40:11'),(444,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:41:00','2022-06-09 11:41:00','2022-06-09 11:41:00'),(445,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:50:12','2022-06-09 11:50:12','2022-06-09 11:50:12'),(446,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 11:51:00','2022-06-09 11:51:00','2022-06-09 11:51:00'),(447,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 12:10:13','2022-06-09 12:10:13','2022-06-09 12:10:13'),(448,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 12:11:02','2022-06-09 12:11:02','2022-06-09 12:11:02'),(449,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 12:15:13','2022-06-09 12:15:13','2022-06-09 12:15:13'),(450,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 12:16:02','2022-06-09 12:16:02','2022-06-09 12:16:02'),(451,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 12:20:14','2022-06-09 12:20:14','2022-06-09 12:20:14'),(452,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 12:21:02','2022-06-09 12:21:02','2022-06-09 12:21:02'),(453,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 12:30:14','2022-06-09 12:30:14','2022-06-09 12:30:14'),(454,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 12:31:03','2022-06-09 12:31:03','2022-06-09 12:31:03'),(455,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 12:50:15','2022-06-09 12:50:15','2022-06-09 12:50:15'),(456,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 12:51:04','2022-06-09 12:51:04','2022-06-09 12:51:04'),(457,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 12:55:16','2022-06-09 12:55:16','2022-06-09 12:55:16'),(458,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 12:56:06','2022-06-09 12:56:06','2022-06-09 12:56:06'),(459,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 13:10:16','2022-06-09 13:10:16','2022-06-09 13:10:16'),(460,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 13:11:05','2022-06-09 13:11:05','2022-06-09 13:11:05'),(461,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 13:25:17','2022-06-09 13:25:17','2022-06-09 13:25:17'),(462,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 13:26:06','2022-06-09 13:26:06','2022-06-09 13:26:06'),(463,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 13:35:18','2022-06-09 13:35:18','2022-06-09 13:35:18'),(464,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 13:36:06','2022-06-09 13:36:06','2022-06-09 13:36:06'),(465,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 13:40:18','2022-06-09 13:40:18','2022-06-09 13:40:18'),(466,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 13:41:07','2022-06-09 13:41:07','2022-06-09 13:41:07'),(467,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 13:50:19','2022-06-09 13:50:19','2022-06-09 13:50:19'),(468,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 13:51:08','2022-06-09 13:51:08','2022-06-09 13:51:08'),(469,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:00:19','2022-06-09 14:00:19','2022-06-09 14:00:19'),(470,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:05:19','2022-06-09 14:05:19','2022-06-09 14:05:19'),(471,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:06:08','2022-06-09 14:06:08','2022-06-09 14:06:08'),(472,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:06:57','2022-06-09 14:06:57','2022-06-09 14:06:57'),(473,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:15:20','2022-06-09 14:15:20','2022-06-09 14:15:20'),(474,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:16:09','2022-06-09 14:16:09','2022-06-09 14:16:09'),(475,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:20:20','2022-06-09 14:20:20','2022-06-09 14:20:20'),(476,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:21:09','2022-06-09 14:21:09','2022-06-09 14:21:09'),(477,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:30:21','2022-06-09 14:30:21','2022-06-09 14:30:21'),(478,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:31:09','2022-06-09 14:31:09','2022-06-09 14:31:09'),(479,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:35:21','2022-06-09 14:35:21','2022-06-09 14:35:21'),(480,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:36:10','2022-06-09 14:36:10','2022-06-09 14:36:10'),(481,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:40:23','2022-06-09 14:40:23','2022-06-09 14:40:23'),(482,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:41:12','2022-06-09 14:41:12','2022-06-09 14:41:12'),(483,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:50:22','2022-06-09 14:50:22','2022-06-09 14:50:22'),(484,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 14:51:11','2022-06-09 14:51:11','2022-06-09 14:51:11'),(485,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 15:05:24','2022-06-09 15:05:24','2022-06-09 15:05:24'),(486,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 15:06:12','2022-06-09 15:06:12','2022-06-09 15:06:12'),(487,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 15:35:24','2022-06-09 15:35:24','2022-06-09 15:35:24'),(488,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 15:36:14','2022-06-09 15:36:14','2022-06-09 15:36:14'),(489,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 15:45:25','2022-06-09 15:45:25','2022-06-09 15:45:25'),(490,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 15:46:14','2022-06-09 15:46:14','2022-06-09 15:46:14'),(491,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:00:26','2022-06-09 16:00:26','2022-06-09 16:00:26'),(492,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:01:15','2022-06-09 16:01:15','2022-06-09 16:01:15'),(493,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:10:27','2022-06-09 16:10:27','2022-06-09 16:10:27'),(494,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:11:15','2022-06-09 16:11:15','2022-06-09 16:11:15'),(495,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:15:27','2022-06-09 16:15:27','2022-06-09 16:15:27'),(496,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:16:17','2022-06-09 16:16:17','2022-06-09 16:16:17'),(497,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:20:28','2022-06-09 16:20:28','2022-06-09 16:20:28'),(498,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:21:17','2022-06-09 16:21:17','2022-06-09 16:21:17'),(499,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:25:27','2022-06-09 16:25:27','2022-06-09 16:25:27'),(500,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:26:16','2022-06-09 16:26:16','2022-06-09 16:26:16'),(501,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:30:28','2022-06-09 16:30:28','2022-06-09 16:30:28'),(502,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:31:16','2022-06-09 16:31:16','2022-06-09 16:31:16'),(503,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:35:28','2022-06-09 16:35:28','2022-06-09 16:35:28'),(504,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:36:17','2022-06-09 16:36:17','2022-06-09 16:36:17'),(505,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:50:29','2022-06-09 16:50:29','2022-06-09 16:50:29'),(506,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 16:51:18','2022-06-09 16:51:18','2022-06-09 16:51:18'),(507,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 17:20:31','2022-06-09 17:20:31','2022-06-09 17:20:31'),(508,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 17:21:20','2022-06-09 17:21:20','2022-06-09 17:21:20'),(509,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 17:25:31','2022-06-09 17:25:31','2022-06-09 17:25:31'),(510,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 17:26:20','2022-06-09 17:26:20','2022-06-09 17:26:20'),(511,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 17:30:31','2022-06-09 17:30:31','2022-06-09 17:30:31'),(512,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 17:31:19','2022-06-09 17:31:19','2022-06-09 17:31:19'),(513,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 17:40:31','2022-06-09 17:40:31','2022-06-09 17:40:31'),(514,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 17:41:20','2022-06-09 17:41:20','2022-06-09 17:41:20'),(515,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 17:55:32','2022-06-09 17:55:32','2022-06-09 17:55:32'),(516,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 17:56:21','2022-06-09 17:56:21','2022-06-09 17:56:21'),(517,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 18:05:33','2022-06-09 18:05:33','2022-06-09 18:05:33'),(518,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 18:06:22','2022-06-09 18:06:22','2022-06-09 18:06:22'),(519,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 18:25:34','2022-06-09 18:25:34','2022-06-09 18:25:34'),(520,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 18:26:23','2022-06-09 18:26:23','2022-06-09 18:26:23'),(521,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 18:30:34','2022-06-09 18:30:34','2022-06-09 18:30:34'),(522,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 18:31:23','2022-06-09 18:31:23','2022-06-09 18:31:23'),(523,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 18:45:35','2022-06-09 18:45:35','2022-06-09 18:45:35'),(524,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 18:46:25','2022-06-09 18:46:25','2022-06-09 18:46:25'),(525,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:00:36','2022-06-09 19:00:36','2022-06-09 19:00:36'),(526,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:01:25','2022-06-09 19:01:25','2022-06-09 19:01:25'),(527,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:05:36','2022-06-09 19:05:36','2022-06-09 19:05:36'),(528,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:06:25','2022-06-09 19:06:25','2022-06-09 19:06:25'),(529,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:10:37','2022-06-09 19:10:37','2022-06-09 19:10:37'),(530,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:11:25','2022-06-09 19:11:25','2022-06-09 19:11:25'),(531,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:20:39','2022-06-09 19:20:39','2022-06-09 19:20:39'),(532,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:21:28','2022-06-09 19:21:28','2022-06-09 19:21:28'),(533,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:35:39','2022-06-09 19:35:39','2022-06-09 19:35:39'),(534,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:40:40','2022-06-09 19:40:40','2022-06-09 19:40:40'),(535,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:50:39','2022-06-09 19:50:39','2022-06-09 19:50:39'),(536,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:51:28','2022-06-09 19:51:28','2022-06-09 19:51:28'),(537,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:55:39','2022-06-09 19:55:39','2022-06-09 19:55:39'),(538,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 19:56:28','2022-06-09 19:56:28','2022-06-09 19:56:28'),(539,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 20:00:39','2022-06-09 20:00:39','2022-06-09 20:00:39'),(540,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 20:01:28','2022-06-09 20:01:28','2022-06-09 20:01:28'),(541,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 20:05:40','2022-06-09 20:05:40','2022-06-09 20:05:40'),(542,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 20:06:28','2022-06-09 20:06:28','2022-06-09 20:06:28'),(543,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 20:25:41','2022-06-09 20:25:41','2022-06-09 20:25:41'),(544,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 20:30:41','2022-06-09 20:30:41','2022-06-09 20:30:41'),(545,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 20:35:42','2022-06-09 20:35:42','2022-06-09 20:35:42'),(546,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 20:36:30','2022-06-09 20:36:30','2022-06-09 20:36:30'),(547,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 20:55:43','2022-06-09 20:55:43','2022-06-09 20:55:43'),(548,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 20:56:32','2022-06-09 20:56:32','2022-06-09 20:56:32'),(549,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:10:43','2022-06-09 21:10:43','2022-06-09 21:10:43'),(550,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:11:33','2022-06-09 21:11:33','2022-06-09 21:11:33'),(551,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:15:44','2022-06-09 21:15:44','2022-06-09 21:15:44'),(552,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:16:34','2022-06-09 21:16:34','2022-06-09 21:16:34'),(553,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:20:44','2022-06-09 21:20:44','2022-06-09 21:20:44'),(554,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:21:32','2022-06-09 21:21:32','2022-06-09 21:21:32'),(555,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:25:44','2022-06-09 21:25:44','2022-06-09 21:25:44'),(556,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:26:34','2022-06-09 21:26:34','2022-06-09 21:26:34'),(557,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:30:45','2022-06-09 21:30:45','2022-06-09 21:30:45'),(558,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:31:33','2022-06-09 21:31:33','2022-06-09 21:31:33'),(559,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:40:45','2022-06-09 21:40:45','2022-06-09 21:40:45'),(560,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:41:37','2022-06-09 21:41:37','2022-06-09 21:41:37'),(561,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:50:46','2022-06-09 21:50:46','2022-06-09 21:50:46'),(562,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:51:35','2022-06-09 21:51:35','2022-06-09 21:51:35'),(563,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:55:48','2022-06-09 21:55:48','2022-06-09 21:55:48'),(564,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 21:56:38','2022-06-09 21:56:38','2022-06-09 21:56:38'),(565,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:00:46','2022-06-09 22:00:46','2022-06-09 22:00:46'),(566,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:01:35','2022-06-09 22:01:35','2022-06-09 22:01:35'),(567,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:15:47','2022-06-09 22:15:47','2022-06-09 22:15:47'),(568,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:16:36','2022-06-09 22:16:36','2022-06-09 22:16:36'),(569,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:20:48','2022-06-09 22:20:48','2022-06-09 22:20:48'),(570,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:21:37','2022-06-09 22:21:37','2022-06-09 22:21:37'),(571,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:30:48','2022-06-09 22:30:48','2022-06-09 22:30:48'),(572,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:31:38','2022-06-09 22:31:38','2022-06-09 22:31:38'),(573,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:35:49','2022-06-09 22:35:49','2022-06-09 22:35:49'),(574,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:36:37','2022-06-09 22:36:37','2022-06-09 22:36:37'),(575,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:40:49','2022-06-09 22:40:49','2022-06-09 22:40:49'),(576,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:41:39','2022-06-09 22:41:39','2022-06-09 22:41:39'),(577,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:45:49','2022-06-09 22:45:49','2022-06-09 22:45:49'),(578,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:46:37','2022-06-09 22:46:37','2022-06-09 22:46:37'),(579,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:50:50','2022-06-09 22:50:50','2022-06-09 22:50:50'),(580,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 22:51:38','2022-06-09 22:51:38','2022-06-09 22:51:38'),(581,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 23:00:50','2022-06-09 23:00:50','2022-06-09 23:00:50'),(582,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 23:05:50','2022-06-09 23:05:50','2022-06-09 23:05:50'),(583,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 23:06:38','2022-06-09 23:06:38','2022-06-09 23:06:38'),(584,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 23:07:26','2022-06-09 23:07:26','2022-06-09 23:07:26'),(585,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 23:25:51','2022-06-09 23:25:51','2022-06-09 23:25:51'),(586,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 23:26:39','2022-06-09 23:26:39','2022-06-09 23:26:39'),(587,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 23:35:52','2022-06-09 23:35:52','2022-06-09 23:35:52'),(588,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 23:36:40','2022-06-09 23:36:40','2022-06-09 23:36:40'),(589,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 23:45:52','2022-06-09 23:45:52','2022-06-09 23:45:52'),(590,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 23:46:40','2022-06-09 23:46:40','2022-06-09 23:46:40'),(591,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 23:55:53','2022-06-09 23:55:53','2022-06-09 23:55:53'),(592,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-09 23:56:40','2022-06-09 23:56:40','2022-06-09 23:56:40'),(593,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:05:53','2022-06-10 00:05:53','2022-06-10 00:05:53'),(594,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:06:41','2022-06-10 00:06:41','2022-06-10 00:06:41'),(595,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:15:54','2022-06-10 00:15:54','2022-06-10 00:15:54'),(596,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:16:42','2022-06-10 00:16:42','2022-06-10 00:16:42'),(597,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:20:54','2022-06-10 00:20:54','2022-06-10 00:20:54'),(598,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:21:43','2022-06-10 00:21:43','2022-06-10 00:21:43'),(599,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:25:55','2022-06-10 00:25:55','2022-06-10 00:25:55'),(600,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:26:42','2022-06-10 00:26:42','2022-06-10 00:26:42'),(601,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:40:56','2022-06-10 00:40:56','2022-06-10 00:40:56'),(602,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:45:57','2022-06-10 00:45:57','2022-06-10 00:45:57'),(603,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:50:57','2022-06-10 00:50:57','2022-06-10 00:50:57'),(604,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:51:46','2022-06-10 00:51:46','2022-06-10 00:51:46'),(605,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:55:57','2022-06-10 00:55:57','2022-06-10 00:55:57'),(606,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 00:56:46','2022-06-10 00:56:46','2022-06-10 00:56:46'),(607,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:00:58','2022-06-10 01:00:58','2022-06-10 01:00:58'),(608,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:01:46','2022-06-10 01:01:46','2022-06-10 01:01:46'),(609,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:05:58','2022-06-10 01:05:58','2022-06-10 01:05:58'),(610,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:06:47','2022-06-10 01:06:47','2022-06-10 01:06:47'),(611,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:15:59','2022-06-10 01:15:59','2022-06-10 01:15:59'),(612,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:16:48','2022-06-10 01:16:48','2022-06-10 01:16:48'),(613,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:26:00','2022-06-10 01:26:00','2022-06-10 01:26:00'),(614,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:26:50','2022-06-10 01:26:50','2022-06-10 01:26:50'),(615,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:31:00','2022-06-10 01:31:00','2022-06-10 01:31:00'),(616,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:31:49','2022-06-10 01:31:49','2022-06-10 01:31:49'),(617,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:36:00','2022-06-10 01:36:00','2022-06-10 01:36:00'),(618,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:36:54','2022-06-10 01:36:54','2022-06-10 01:36:54'),(619,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:45:30','2022-06-10 01:45:30','2022-06-10 01:45:30'),(620,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:46:18','2022-06-10 01:46:18','2022-06-10 01:46:18'),(621,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:55:31','2022-06-10 01:55:31','2022-06-10 01:55:31'),(622,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 01:56:21','2022-06-10 01:56:21','2022-06-10 01:56:21'),(623,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 02:00:31','2022-06-10 02:00:31','2022-06-10 02:00:31'),(624,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 02:01:19','2022-06-10 02:01:19','2022-06-10 02:01:19'),(625,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 02:20:32','2022-06-10 02:20:32','2022-06-10 02:20:32'),(626,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 02:21:20','2022-06-10 02:21:20','2022-06-10 02:21:20'),(627,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 02:22:09','2022-06-10 02:22:09','2022-06-10 02:22:09'),(628,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 02:25:33','2022-06-10 02:25:33','2022-06-10 02:25:33'),(629,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 02:35:33','2022-06-10 02:35:33','2022-06-10 02:35:33'),(630,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 02:36:21','2022-06-10 02:36:21','2022-06-10 02:36:21'),(631,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 02:55:34','2022-06-10 02:55:34','2022-06-10 02:55:34'),(632,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 02:56:22','2022-06-10 02:56:22','2022-06-10 02:56:22'),(633,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:10:35','2022-06-10 03:10:35','2022-06-10 03:10:35'),(634,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:11:23','2022-06-10 03:11:23','2022-06-10 03:11:23'),(635,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:15:35','2022-06-10 03:15:35','2022-06-10 03:15:35'),(636,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:16:25','2022-06-10 03:16:25','2022-06-10 03:16:25'),(637,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:25:36','2022-06-10 03:25:36','2022-06-10 03:25:36'),(638,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:26:24','2022-06-10 03:26:24','2022-06-10 03:26:24'),(639,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:30:36','2022-06-10 03:30:36','2022-06-10 03:30:36'),(640,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:31:24','2022-06-10 03:31:24','2022-06-10 03:31:24'),(641,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:40:37','2022-06-10 03:40:37','2022-06-10 03:40:37'),(642,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:41:25','2022-06-10 03:41:25','2022-06-10 03:41:25'),(643,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:42:13','2022-06-10 03:42:13','2022-06-10 03:42:13'),(644,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:45:37','2022-06-10 03:45:37','2022-06-10 03:45:37'),(645,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:46:25','2022-06-10 03:46:25','2022-06-10 03:46:25'),(646,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 03:47:13','2022-06-10 03:47:13','2022-06-10 03:47:13'),(647,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:05:38','2022-06-10 04:05:38','2022-06-10 04:05:38'),(648,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:06:27','2022-06-10 04:06:27','2022-06-10 04:06:27'),(649,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:10:38','2022-06-10 04:10:38','2022-06-10 04:10:38'),(650,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:11:27','2022-06-10 04:11:27','2022-06-10 04:11:27'),(651,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:15:39','2022-06-10 04:15:39','2022-06-10 04:15:39'),(652,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:16:28','2022-06-10 04:16:28','2022-06-10 04:16:28'),(653,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:30:39','2022-06-10 04:30:39','2022-06-10 04:30:39'),(654,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:31:28','2022-06-10 04:31:28','2022-06-10 04:31:28'),(655,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:35:40','2022-06-10 04:35:40','2022-06-10 04:35:40'),(656,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:36:29','2022-06-10 04:36:29','2022-06-10 04:36:29'),(657,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:40:40','2022-06-10 04:40:40','2022-06-10 04:40:40'),(658,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:41:28','2022-06-10 04:41:28','2022-06-10 04:41:28'),(659,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:45:42','2022-06-10 04:45:42','2022-06-10 04:45:42'),(660,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:46:30','2022-06-10 04:46:30','2022-06-10 04:46:30'),(661,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:50:40','2022-06-10 04:50:40','2022-06-10 04:50:40'),(662,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 04:51:30','2022-06-10 04:51:30','2022-06-10 04:51:30'),(663,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 05:05:41','2022-06-10 05:05:41','2022-06-10 05:05:41'),(664,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 05:06:29','2022-06-10 05:06:29','2022-06-10 05:06:29'),(665,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 05:25:42','2022-06-10 05:25:42','2022-06-10 05:25:42'),(666,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 05:26:30','2022-06-10 05:26:30','2022-06-10 05:26:30'),(667,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 05:30:43','2022-06-10 05:30:43','2022-06-10 05:30:43'),(668,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 05:31:32','2022-06-10 05:31:32','2022-06-10 05:31:32'),(669,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 05:35:43','2022-06-10 05:35:43','2022-06-10 05:35:43'),(670,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 05:36:32','2022-06-10 05:36:32','2022-06-10 05:36:32'),(671,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 05:45:44','2022-06-10 05:45:44','2022-06-10 05:45:44'),(672,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 05:46:32','2022-06-10 05:46:32','2022-06-10 05:46:32'),(673,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 05:50:44','2022-06-10 05:50:44','2022-06-10 05:50:44'),(674,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 05:51:32','2022-06-10 05:51:32','2022-06-10 05:51:32'),(675,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:00:44','2022-06-10 06:00:44','2022-06-10 06:00:44'),(676,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:01:33','2022-06-10 06:01:33','2022-06-10 06:01:33'),(677,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:10:45','2022-06-10 06:10:45','2022-06-10 06:10:45'),(678,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:15:45','2022-06-10 06:15:45','2022-06-10 06:15:45'),(679,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:16:33','2022-06-10 06:16:33','2022-06-10 06:16:33'),(680,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:17:21','2022-06-10 06:17:21','2022-06-10 06:17:21'),(681,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:20:46','2022-06-10 06:20:46','2022-06-10 06:20:46'),(682,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:25:47','2022-06-10 06:25:47','2022-06-10 06:25:47'),(683,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:26:37','2022-06-10 06:26:37','2022-06-10 06:26:37'),(684,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:27:26','2022-06-10 06:27:26','2022-06-10 06:27:26'),(685,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:30:46','2022-06-10 06:30:46','2022-06-10 06:30:46'),(686,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:31:34','2022-06-10 06:31:34','2022-06-10 06:31:34'),(687,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:40:48','2022-06-10 06:40:48','2022-06-10 06:40:48'),(688,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:41:36','2022-06-10 06:41:36','2022-06-10 06:41:36'),(689,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:55:47','2022-06-10 06:55:47','2022-06-10 06:55:47'),(690,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 06:56:36','2022-06-10 06:56:36','2022-06-10 06:56:36'),(691,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:00:48','2022-06-10 07:00:48','2022-06-10 07:00:48'),(692,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:01:37','2022-06-10 07:01:37','2022-06-10 07:01:37'),(693,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:05:48','2022-06-10 07:05:48','2022-06-10 07:05:48'),(694,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:06:37','2022-06-10 07:06:37','2022-06-10 07:06:37'),(695,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:10:48','2022-06-10 07:10:48','2022-06-10 07:10:48'),(696,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:11:37','2022-06-10 07:11:37','2022-06-10 07:11:37'),(697,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:20:49','2022-06-10 07:20:49','2022-06-10 07:20:49'),(698,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:21:37','2022-06-10 07:21:37','2022-06-10 07:21:37'),(699,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:25:49','2022-06-10 07:25:49','2022-06-10 07:25:49'),(700,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:26:38','2022-06-10 07:26:38','2022-06-10 07:26:38'),(701,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:30:49','2022-06-10 07:30:49','2022-06-10 07:30:49'),(702,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:31:38','2022-06-10 07:31:38','2022-06-10 07:31:38'),(703,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:40:50','2022-06-10 07:40:50','2022-06-10 07:40:50'),(704,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:45:52','2022-06-10 07:45:52','2022-06-10 07:45:52'),(705,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:46:42','2022-06-10 07:46:42','2022-06-10 07:46:42'),(706,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:50:51','2022-06-10 07:50:51','2022-06-10 07:50:51'),(707,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:51:40','2022-06-10 07:51:40','2022-06-10 07:51:40'),(708,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:52:30','2022-06-10 07:52:30','2022-06-10 07:52:30'),(709,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:55:51','2022-06-10 07:55:51','2022-06-10 07:55:51'),(710,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 07:56:41','2022-06-10 07:56:41','2022-06-10 07:56:41'),(711,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 08:00:51','2022-06-10 08:00:51','2022-06-10 08:00:51'),(712,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 08:01:40','2022-06-10 08:01:40','2022-06-10 08:01:40'),(713,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 08:10:52','2022-06-10 08:10:52','2022-06-10 08:10:52'),(714,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 08:11:42','2022-06-10 08:11:42','2022-06-10 08:11:42'),(715,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 08:40:53','2022-06-10 08:40:53','2022-06-10 08:40:53'),(716,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 08:41:42','2022-06-10 08:41:42','2022-06-10 08:41:42'),(717,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 08:55:56','2022-06-10 08:55:56','2022-06-10 08:55:56'),(718,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 08:56:45','2022-06-10 08:56:45','2022-06-10 08:56:45'),(719,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:05:55','2022-06-10 09:05:55','2022-06-10 09:05:55'),(720,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:06:44','2022-06-10 09:06:44','2022-06-10 09:06:44'),(721,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:07:33','2022-06-10 09:07:33','2022-06-10 09:07:33'),(722,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:10:22','2022-06-10 09:10:22','2022-06-10 09:10:22'),(723,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:11:07','2022-06-10 09:11:07','2022-06-10 09:11:07'),(724,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:11:52','2022-06-10 09:11:52','2022-06-10 09:11:52'),(725,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:12:37','2022-06-10 09:12:37','2022-06-10 09:12:37'),(726,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:13:23','2022-06-10 09:13:23','2022-06-10 09:13:23'),(727,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:14:10','2022-06-10 09:14:10','2022-06-10 09:14:10'),(728,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:14:56','2022-06-10 09:14:56','2022-06-10 09:14:56'),(729,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:15:07','2022-07-13 07:19:58','2022-07-13 07:19:59'),(730,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:16:35','2022-06-10 09:16:35','2022-06-10 09:16:35'),(731,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:17:20','2022-07-13 07:19:58','2022-07-13 07:19:59'),(732,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:17:59','2022-06-10 09:17:59','2022-06-10 09:17:59'),(733,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:19:19','2022-07-13 07:19:58','2022-07-13 07:19:59'),(734,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:19:44','2022-06-10 09:19:44','2022-06-10 09:19:44'),(735,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:21:17','2022-07-13 07:19:58','2022-07-13 07:19:59'),(736,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:21:33','2022-06-10 09:21:33','2022-06-10 09:21:33'),(737,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:23:15','2022-07-13 07:19:58','2022-07-13 07:19:59'),(738,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:23:24','2022-06-10 09:23:24','2022-06-10 09:23:24'),(739,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:25:13','2022-07-13 07:19:58','2022-07-13 07:19:59'),(740,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:25:15','2022-06-10 09:25:15','2022-06-10 09:25:15'),(741,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:27:10','2022-06-10 09:27:10','2022-06-10 09:27:10'),(742,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:27:12','2022-07-13 07:19:58','2022-07-13 07:19:59'),(743,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:29:06','2022-06-10 09:29:06','2022-06-10 09:29:06'),(744,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:29:11','2022-07-13 07:19:58','2022-07-13 07:19:59'),(745,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:30:59','2022-06-10 09:30:59','2022-06-10 09:30:59'),(746,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:31:11','2022-07-13 07:19:58','2022-07-13 07:19:59'),(747,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:32:51','2022-06-10 09:32:51','2022-06-10 09:32:51'),(748,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:33:11','2022-07-13 07:19:58','2022-07-13 07:19:59'),(749,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:34:45','2022-06-10 09:34:45','2022-06-10 09:34:45'),(750,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:35:11','2022-07-13 07:19:58','2022-07-13 07:19:59'),(751,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:36:40','2022-06-10 09:36:40','2022-06-10 09:36:40'),(752,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:37:13','2022-07-13 07:19:58','2022-07-13 07:19:59'),(753,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:38:36','2022-06-10 09:38:36','2022-06-10 09:38:36'),(754,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:39:15','2022-07-13 07:19:58','2022-07-13 07:19:59'),(755,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:40:31','2022-06-10 09:40:31','2022-06-10 09:40:31'),(756,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:41:15','2022-07-13 07:19:58','2022-07-13 07:19:59'),(757,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:42:27','2022-06-10 09:42:27','2022-06-10 09:42:27'),(758,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:43:17','2022-07-13 07:19:58','2022-07-13 07:19:59'),(759,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:44:24','2022-06-10 09:44:24','2022-06-10 09:44:24'),(760,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:45:16','2022-07-13 07:19:58','2022-07-13 07:19:59'),(761,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:46:21','2022-06-10 09:46:21','2022-06-10 09:46:21'),(762,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:47:19','2022-07-13 07:19:58','2022-07-13 07:19:59'),(763,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:48:18','2022-06-10 09:48:18','2022-06-10 09:48:18'),(764,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-10 09:49:22','2022-07-13 07:19:58','2022-07-13 07:19:59'),(765,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:50:12','2022-06-10 09:50:12','2022-06-10 09:50:12'),(766,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:51:44','2022-06-10 09:51:44','2022-06-10 09:51:44'),(767,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:52:35','2022-06-10 09:52:35','2022-06-10 09:52:35'),(768,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:53:23','2022-06-10 09:53:23','2022-06-10 09:53:23'),(769,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:54:15','2022-06-10 09:54:15','2022-06-10 09:54:15'),(770,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:55:04','2022-06-10 09:55:04','2022-06-10 09:55:04'),(771,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:55:54','2022-06-10 09:55:54','2022-06-10 09:55:54'),(772,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:56:44','2022-06-10 09:56:44','2022-06-10 09:56:44'),(773,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:57:34','2022-06-10 09:57:34','2022-06-10 09:57:34'),(774,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:58:23','2022-06-10 09:58:23','2022-06-10 09:58:23'),(775,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 09:59:15','2022-06-10 09:59:15','2022-06-10 09:59:15'),(776,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 10:00:04','2022-06-10 10:00:04','2022-06-10 10:00:04'),(777,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 10:00:58','2022-06-10 10:00:58','2022-06-10 10:00:58'),(778,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 10:01:47','2022-06-10 10:01:47','2022-06-10 10:01:47'),(779,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 10:05:58','2022-06-10 10:05:58','2022-06-10 10:05:58'),(780,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 10:06:47','2022-06-10 10:06:47','2022-06-10 10:06:47'),(781,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 10:15:59','2022-06-10 10:15:59','2022-06-10 10:15:59'),(782,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 10:16:49','2022-06-10 10:16:49','2022-06-10 10:16:49'),(783,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 10:31:00','2022-06-10 10:31:00','2022-06-10 10:31:00'),(784,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 10:31:48','2022-06-10 10:31:48','2022-06-10 10:31:48'),(785,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 10:40:00','2022-06-10 10:40:00','2022-06-10 10:40:00'),(786,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 10:40:49','2022-06-10 10:40:49','2022-06-10 10:40:49'),(787,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 11:00:01','2022-06-10 11:00:01','2022-06-10 11:00:01'),(788,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 11:00:50','2022-06-10 11:00:50','2022-06-10 11:00:50'),(789,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 11:05:04','2022-06-10 11:05:04','2022-06-10 11:05:04'),(790,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 11:05:53','2022-06-10 11:05:53','2022-06-10 11:05:53'),(791,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 11:10:02','2022-06-10 11:10:02','2022-06-10 11:10:02'),(792,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 11:10:51','2022-06-10 11:10:51','2022-06-10 11:10:51'),(793,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 11:25:04','2022-06-10 11:25:04','2022-06-10 11:25:04'),(794,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 11:45:04','2022-06-10 11:45:04','2022-06-10 11:45:04'),(795,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 11:45:53','2022-06-10 11:45:53','2022-06-10 11:45:53'),(796,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 11:50:04','2022-06-10 11:50:04','2022-06-10 11:50:04'),(797,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 11:50:53','2022-06-10 11:50:53','2022-06-10 11:50:53'),(798,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 12:25:06','2022-06-10 12:25:06','2022-06-10 12:25:06'),(799,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 12:25:55','2022-06-10 12:25:55','2022-06-10 12:25:55'),(800,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 12:40:07','2022-06-10 12:40:07','2022-06-10 12:40:07'),(801,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 12:40:56','2022-06-10 12:40:56','2022-06-10 12:40:56'),(802,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 12:45:07','2022-06-10 12:45:07','2022-06-10 12:45:07'),(803,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 12:45:56','2022-06-10 12:45:56','2022-06-10 12:45:56'),(804,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 12:50:08','2022-06-10 12:50:08','2022-06-10 12:50:08'),(805,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 12:55:08','2022-06-10 12:55:08','2022-06-10 12:55:08'),(806,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 12:55:57','2022-06-10 12:55:57','2022-06-10 12:55:57'),(807,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 13:00:13','2022-06-10 13:00:13','2022-06-10 13:00:13'),(808,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 13:10:08','2022-06-10 13:10:08','2022-06-10 13:10:08'),(809,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 13:10:57','2022-06-10 13:10:57','2022-06-10 13:10:57'),(810,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 13:30:11','2022-06-10 13:30:11','2022-06-10 13:30:11'),(811,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 13:45:10','2022-06-10 13:45:10','2022-06-10 13:45:10'),(812,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 13:46:00','2022-06-10 13:46:00','2022-06-10 13:46:00'),(813,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 13:50:11','2022-06-10 13:50:11','2022-06-10 13:50:11'),(814,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 13:55:12','2022-06-10 13:55:12','2022-06-10 13:55:12'),(815,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 14:05:11','2022-06-10 14:05:11','2022-06-10 14:05:11'),(816,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 14:06:00','2022-06-10 14:06:00','2022-06-10 14:06:00'),(817,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 14:20:12','2022-06-10 14:20:12','2022-06-10 14:20:12'),(818,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 14:21:01','2022-06-10 14:21:01','2022-06-10 14:21:01'),(819,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 14:35:18','2022-06-10 14:35:18','2022-06-10 14:35:18'),(820,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 14:36:07','2022-06-10 14:36:07','2022-06-10 14:36:07'),(821,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 14:45:14','2022-06-10 14:45:14','2022-06-10 14:45:14'),(822,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 14:46:02','2022-06-10 14:46:02','2022-06-10 14:46:02'),(823,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 15:25:16','2022-06-10 15:25:16','2022-06-10 15:25:16'),(824,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 15:45:17','2022-06-10 15:45:17','2022-06-10 15:45:17'),(825,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 16:05:18','2022-06-10 16:05:18','2022-06-10 16:05:18'),(826,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 16:20:19','2022-06-10 16:20:19','2022-06-10 16:20:19'),(827,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 16:21:06','2022-06-10 16:21:06','2022-06-10 16:21:06'),(828,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 16:40:20','2022-06-10 16:40:20','2022-06-10 16:40:20'),(829,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 16:41:08','2022-06-10 16:41:08','2022-06-10 16:41:08'),(830,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 17:05:22','2022-06-10 17:05:22','2022-06-10 17:05:22'),(831,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 17:06:09','2022-06-10 17:06:09','2022-06-10 17:06:09'),(832,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 17:20:22','2022-06-10 17:20:22','2022-06-10 17:20:22'),(833,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 17:21:11','2022-06-10 17:21:11','2022-06-10 17:21:11'),(834,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 17:35:23','2022-06-10 17:35:23','2022-06-10 17:35:23'),(835,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 18:45:27','2022-06-10 18:45:27','2022-06-10 18:45:27'),(836,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 18:46:14','2022-06-10 18:46:14','2022-06-10 18:46:14'),(837,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 18:55:28','2022-06-10 18:55:28','2022-06-10 18:55:28'),(838,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 18:56:15','2022-06-10 18:56:15','2022-06-10 18:56:15'),(839,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 20:00:36','2022-06-10 20:00:36','2022-06-10 20:00:36'),(840,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 20:01:24','2022-06-10 20:01:24','2022-06-10 20:01:24'),(841,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 20:10:32','2022-06-10 20:10:32','2022-06-10 20:10:32'),(842,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 20:11:19','2022-06-10 20:11:19','2022-06-10 20:11:19'),(843,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 20:15:32','2022-06-10 20:15:32','2022-06-10 20:15:32'),(844,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 20:30:33','2022-06-10 20:30:33','2022-06-10 20:30:33'),(845,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 20:40:34','2022-06-10 20:40:34','2022-06-10 20:40:34'),(846,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 20:41:21','2022-06-10 20:41:21','2022-06-10 20:41:21'),(847,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 21:05:35','2022-06-10 21:05:35','2022-06-10 21:05:35'),(848,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 21:10:36','2022-06-10 21:10:36','2022-06-10 21:10:36'),(849,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 21:11:23','2022-06-10 21:11:23','2022-06-10 21:11:23'),(850,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 21:50:38','2022-06-10 21:50:38','2022-06-10 21:50:38'),(851,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 21:51:25','2022-06-10 21:51:25','2022-06-10 21:51:25'),(852,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 23:35:43','2022-06-10 23:35:43','2022-06-10 23:35:43'),(853,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 23:36:31','2022-06-10 23:36:31','2022-06-10 23:36:31'),(854,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 23:40:49','2022-06-10 23:40:49','2022-06-10 23:40:49'),(855,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 23:45:44','2022-06-10 23:45:44','2022-06-10 23:45:44'),(856,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 23:50:44','2022-06-10 23:50:44','2022-06-10 23:50:44'),(857,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-10 23:51:32','2022-06-10 23:51:32','2022-06-10 23:51:32'),(858,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 00:10:46','2022-06-11 00:10:46','2022-06-11 00:10:46'),(859,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 00:40:47','2022-06-11 00:40:47','2022-06-11 00:40:47'),(860,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 00:41:34','2022-06-11 00:41:34','2022-06-11 00:41:34'),(861,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 00:50:48','2022-06-11 00:50:48','2022-06-11 00:50:48'),(862,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 00:55:48','2022-06-11 00:55:48','2022-06-11 00:55:48'),(863,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 01:50:51','2022-06-11 01:50:51','2022-06-11 01:50:51'),(864,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 01:51:38','2022-06-11 01:51:38','2022-06-11 01:51:38'),(865,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 01:55:51','2022-06-11 01:55:51','2022-06-11 01:55:51'),(866,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 01:56:38','2022-06-11 01:56:38','2022-06-11 01:56:38'),(867,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 02:20:53','2022-06-11 02:20:53','2022-06-11 02:20:53'),(868,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 02:21:40','2022-06-11 02:21:40','2022-06-11 02:21:40'),(869,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 02:40:54','2022-06-11 02:40:54','2022-06-11 02:40:54'),(870,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 02:45:54','2022-06-11 02:45:54','2022-06-11 02:45:54'),(871,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 02:46:42','2022-06-11 02:46:42','2022-06-11 02:46:42'),(872,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 03:35:57','2022-06-11 03:35:57','2022-06-11 03:35:57'),(873,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 03:36:44','2022-06-11 03:36:44','2022-06-11 03:36:44'),(874,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 03:40:57','2022-06-11 03:40:57','2022-06-11 03:40:57'),(875,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 03:41:44','2022-06-11 03:41:44','2022-06-11 03:41:44'),(876,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 03:45:57','2022-06-11 03:45:57','2022-06-11 03:45:57'),(877,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 03:46:44','2022-06-11 03:46:44','2022-06-11 03:46:44'),(878,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 04:01:03','2022-06-11 04:01:03','2022-06-11 04:01:03'),(879,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 04:31:00','2022-06-11 04:31:00','2022-06-11 04:31:00'),(880,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 04:55:01','2022-06-11 04:55:01','2022-06-11 04:55:01'),(881,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 04:55:49','2022-06-11 04:55:49','2022-06-11 04:55:49'),(882,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 05:05:01','2022-06-11 05:05:01','2022-06-11 05:05:01'),(883,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 05:05:49','2022-06-11 05:05:49','2022-06-11 05:05:49'),(884,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 05:35:03','2022-06-11 05:35:03','2022-06-11 05:35:03'),(885,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 06:00:06','2022-06-11 06:00:06','2022-06-11 06:00:06'),(886,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 06:00:53','2022-06-11 06:00:53','2022-06-11 06:00:53'),(887,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 06:20:06','2022-06-11 06:20:06','2022-06-11 06:20:06'),(888,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 06:20:53','2022-06-11 06:20:53','2022-06-11 06:20:53'),(889,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 06:25:07','2022-06-11 06:25:07','2022-06-11 06:25:07'),(890,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 06:25:54','2022-06-11 06:25:54','2022-06-11 06:25:54'),(891,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 06:40:07','2022-06-11 06:40:07','2022-06-11 06:40:07'),(892,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 06:40:54','2022-06-11 06:40:54','2022-06-11 06:40:54'),(893,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 06:50:08','2022-06-11 06:50:08','2022-06-11 06:50:08'),(894,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 07:35:11','2022-06-11 07:35:11','2022-06-11 07:35:11'),(895,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 07:36:00','2022-06-11 07:36:00','2022-06-11 07:36:00'),(896,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 07:45:15','2022-06-11 07:45:15','2022-06-11 07:45:15'),(897,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 09:10:15','2022-06-11 09:10:15','2022-06-11 09:10:15'),(898,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 09:50:17','2022-06-11 09:50:17','2022-06-11 09:50:17'),(899,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 09:55:18','2022-06-11 09:55:18','2022-06-11 09:55:18'),(900,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 09:56:05','2022-06-11 09:56:05','2022-06-11 09:56:05'),(901,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 10:05:18','2022-06-11 10:05:18','2022-06-11 10:05:18'),(902,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 10:06:05','2022-06-11 10:06:05','2022-06-11 10:06:05'),(903,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 11:00:21','2022-06-11 11:00:21','2022-06-11 11:00:21'),(904,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 11:01:09','2022-06-11 11:01:09','2022-06-11 11:01:09'),(905,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 11:25:23','2022-06-11 11:25:23','2022-06-11 11:25:23'),(906,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 11:35:23','2022-06-11 11:35:23','2022-06-11 11:35:23'),(907,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 11:36:10','2022-06-11 11:36:10','2022-06-11 11:36:10'),(908,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 13:05:28','2022-06-11 13:05:28','2022-06-11 13:05:28'),(909,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 13:10:29','2022-06-11 13:10:29','2022-06-11 13:10:29'),(910,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 13:11:17','2022-06-11 13:11:17','2022-06-11 13:11:17'),(911,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 13:25:29','2022-06-11 13:25:29','2022-06-11 13:25:29'),(912,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 13:45:30','2022-06-11 13:45:30','2022-06-11 13:45:30'),(913,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 13:55:36','2022-06-11 13:55:36','2022-06-11 13:55:36'),(914,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 14:10:32','2022-06-11 14:10:32','2022-06-11 14:10:32'),(915,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 14:11:20','2022-06-11 14:11:20','2022-06-11 14:11:20'),(916,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 14:25:33','2022-06-11 14:25:33','2022-06-11 14:25:33'),(917,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 14:26:21','2022-06-11 14:26:21','2022-06-11 14:26:21'),(918,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 15:00:36','2022-06-11 15:00:36','2022-06-11 15:00:36'),(919,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 15:05:35','2022-06-11 15:05:35','2022-06-11 15:05:35'),(920,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 15:25:36','2022-06-11 15:25:36','2022-06-11 15:25:36'),(921,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 15:26:25','2022-06-11 15:26:25','2022-06-11 15:26:25'),(922,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 15:35:37','2022-06-11 15:35:37','2022-06-11 15:35:37'),(923,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 15:36:25','2022-06-11 15:36:25','2022-06-11 15:36:25'),(924,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 16:35:42','2022-06-11 16:35:42','2022-06-11 16:35:42'),(925,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 16:36:31','2022-06-11 16:36:31','2022-06-11 16:36:31'),(926,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 16:40:46','2022-06-11 16:40:46','2022-06-11 16:40:46'),(927,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 16:41:35','2022-06-11 16:41:35','2022-06-11 16:41:35'),(928,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 16:42:24','2022-06-11 16:42:24','2022-06-11 16:42:24'),(929,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 17:05:43','2022-06-11 17:05:43','2022-06-11 17:05:43'),(930,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 17:06:32','2022-06-11 17:06:32','2022-06-11 17:06:32'),(931,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 17:10:43','2022-06-11 17:10:43','2022-06-11 17:10:43'),(932,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 17:30:44','2022-06-11 17:30:44','2022-06-11 17:30:44'),(933,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 17:31:33','2022-06-11 17:31:33','2022-06-11 17:31:33'),(934,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 17:45:45','2022-06-11 17:45:45','2022-06-11 17:45:45'),(935,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 17:46:34','2022-06-11 17:46:34','2022-06-11 17:46:34'),(936,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 18:05:46','2022-06-11 18:05:46','2022-06-11 18:05:46'),(937,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 18:06:35','2022-06-11 18:06:35','2022-06-11 18:06:35'),(938,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 18:10:47','2022-06-11 18:10:47','2022-06-11 18:10:47'),(939,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 18:30:48','2022-06-11 18:30:48','2022-06-11 18:30:48'),(940,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 18:31:37','2022-06-11 18:31:37','2022-06-11 18:31:37'),(941,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 18:32:26','2022-06-11 18:32:26','2022-06-11 18:32:26'),(942,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 18:35:49','2022-06-11 18:35:49','2022-06-11 18:35:49'),(943,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 19:40:16','2022-06-11 19:40:16','2022-06-11 19:40:16'),(944,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 20:15:18','2022-06-11 20:15:18','2022-06-11 20:15:18'),(945,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 20:16:07','2022-06-11 20:16:07','2022-06-11 20:16:07'),(946,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 20:30:19','2022-06-11 20:30:19','2022-06-11 20:30:19'),(947,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 20:40:20','2022-06-11 20:40:20','2022-06-11 20:40:20'),(948,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 20:41:08','2022-06-11 20:41:08','2022-06-11 20:41:08'),(949,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 21:00:21','2022-06-11 21:00:21','2022-06-11 21:00:21'),(950,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 21:01:11','2022-06-11 21:01:11','2022-06-11 21:01:11'),(951,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 21:10:21','2022-06-11 21:10:21','2022-06-11 21:10:21'),(952,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 21:11:09','2022-06-11 21:11:09','2022-06-11 21:11:09'),(953,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 21:20:22','2022-06-11 21:20:22','2022-06-11 21:20:22'),(954,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 21:21:10','2022-06-11 21:21:10','2022-06-11 21:21:10'),(955,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 21:45:23','2022-06-11 21:45:23','2022-06-11 21:45:23'),(956,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 21:46:12','2022-06-11 21:46:12','2022-06-11 21:46:12'),(957,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 21:50:23','2022-06-11 21:50:23','2022-06-11 21:50:23'),(958,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 21:51:12','2022-06-11 21:51:12','2022-06-11 21:51:12'),(959,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 22:25:25','2022-06-11 22:25:25','2022-06-11 22:25:25'),(960,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 22:30:26','2022-06-11 22:30:26','2022-06-11 22:30:26'),(961,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 22:31:16','2022-06-11 22:31:16','2022-06-11 22:31:16'),(962,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 22:32:05','2022-06-11 22:32:05','2022-06-11 22:32:05'),(963,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 22:35:26','2022-06-11 22:35:26','2022-06-11 22:35:26'),(964,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 22:36:15','2022-06-11 22:36:15','2022-06-11 22:36:15'),(965,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 22:50:27','2022-06-11 22:50:27','2022-06-11 22:50:27'),(966,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 22:51:15','2022-06-11 22:51:15','2022-06-11 22:51:15'),(967,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 22:55:32','2022-06-11 22:55:32','2022-06-11 22:55:32'),(968,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 23:05:28','2022-06-11 23:05:28','2022-06-11 23:05:28'),(969,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 23:06:16','2022-06-11 23:06:16','2022-06-11 23:06:16'),(970,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 23:20:28','2022-06-11 23:20:28','2022-06-11 23:20:28'),(971,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 23:25:29','2022-06-11 23:25:29','2022-06-11 23:25:29'),(972,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 23:26:18','2022-06-11 23:26:18','2022-06-11 23:26:18'),(973,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 23:35:29','2022-06-11 23:35:29','2022-06-11 23:35:29'),(974,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 23:40:29','2022-06-11 23:40:29','2022-06-11 23:40:29'),(975,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 23:45:30','2022-06-11 23:45:30','2022-06-11 23:45:30'),(976,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-11 23:46:18','2022-06-11 23:46:18','2022-06-11 23:46:18'),(977,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 00:15:32','2022-06-12 00:15:32','2022-06-12 00:15:32'),(978,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 00:20:32','2022-06-12 00:20:32','2022-06-12 00:20:32'),(979,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 00:25:32','2022-06-12 00:25:32','2022-06-12 00:25:32'),(980,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 00:35:32','2022-06-12 00:35:32','2022-06-12 00:35:32'),(981,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 00:45:33','2022-06-12 00:45:33','2022-06-12 00:45:33'),(982,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 00:50:33','2022-06-12 00:50:33','2022-06-12 00:50:33'),(983,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 01:10:35','2022-06-12 01:10:35','2022-06-12 01:10:35'),(984,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 01:11:23','2022-06-12 01:11:23','2022-06-12 01:11:23'),(985,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 01:50:37','2022-06-12 01:50:37','2022-06-12 01:50:37'),(986,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 02:25:39','2022-06-12 02:25:39','2022-06-12 02:25:39'),(987,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 02:26:28','2022-06-12 02:26:28','2022-06-12 02:26:28'),(988,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 03:05:41','2022-06-12 03:05:41','2022-06-12 03:05:41'),(989,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 03:06:29','2022-06-12 03:06:29','2022-06-12 03:06:29'),(990,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 03:15:41','2022-06-12 03:15:41','2022-06-12 03:15:41'),(991,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 03:16:30','2022-06-12 03:16:30','2022-06-12 03:16:30'),(992,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 03:30:42','2022-06-12 03:30:42','2022-06-12 03:30:42'),(993,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 03:31:31','2022-06-12 03:31:31','2022-06-12 03:31:31'),(994,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 03:40:48','2022-06-12 03:40:48','2022-06-12 03:40:48'),(995,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 03:41:36','2022-06-12 03:41:36','2022-06-12 03:41:36'),(996,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 03:42:24','2022-06-12 03:42:24','2022-06-12 03:42:24'),(997,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 03:45:43','2022-06-12 03:45:43','2022-06-12 03:45:43'),(998,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 03:46:31','2022-06-12 03:46:31','2022-06-12 03:46:31'),(999,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 04:05:44','2022-06-12 04:05:44','2022-06-12 04:05:44'),(1000,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 04:06:33','2022-06-12 04:06:33','2022-06-12 04:06:33'),(1001,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 04:40:46','2022-06-12 04:40:46','2022-06-12 04:40:46'),(1002,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 04:41:35','2022-06-12 04:41:35','2022-06-12 04:41:35'),(1003,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 04:45:46','2022-06-12 04:45:46','2022-06-12 04:45:46'),(1004,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 04:50:47','2022-06-12 04:50:47','2022-06-12 04:50:47'),(1005,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 04:51:35','2022-06-12 04:51:35','2022-06-12 04:51:35'),(1006,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 04:55:47','2022-06-12 04:55:47','2022-06-12 04:55:47'),(1007,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 04:56:35','2022-06-12 04:56:35','2022-06-12 04:56:35'),(1008,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 05:00:47','2022-06-12 05:00:47','2022-06-12 05:00:47'),(1009,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 05:01:36','2022-06-12 05:01:36','2022-06-12 05:01:36'),(1010,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 05:05:47','2022-06-12 05:05:47','2022-06-12 05:05:47'),(1011,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 05:06:36','2022-06-12 05:06:36','2022-06-12 05:06:36'),(1012,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 05:25:48','2022-06-12 05:25:48','2022-06-12 05:25:48'),(1013,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 05:26:37','2022-06-12 05:26:37','2022-06-12 05:26:37'),(1014,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 05:30:49','2022-06-12 05:30:49','2022-06-12 05:30:49'),(1015,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 05:31:38','2022-06-12 05:31:38','2022-06-12 05:31:38'),(1016,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 06:30:52','2022-06-12 06:30:52','2022-06-12 06:30:52'),(1017,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 06:31:42','2022-06-12 06:31:42','2022-06-12 06:31:42'),(1018,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 06:35:57','2022-06-12 06:35:57','2022-06-12 06:35:57'),(1019,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 06:36:46','2022-06-12 06:36:46','2022-06-12 06:36:46'),(1020,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 07:15:54','2022-06-12 07:15:54','2022-06-12 07:15:54'),(1021,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 07:16:45','2022-06-12 07:16:45','2022-06-12 07:16:45'),(1022,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 07:20:55','2022-06-12 07:20:55','2022-06-12 07:20:55'),(1023,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 07:40:56','2022-06-12 07:40:56','2022-06-12 07:40:56'),(1024,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 07:45:56','2022-06-12 07:45:56','2022-06-12 07:45:56'),(1025,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 07:46:46','2022-06-12 07:46:46','2022-06-12 07:46:46'),(1026,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 08:35:59','2022-06-12 08:35:59','2022-06-12 08:35:59'),(1027,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 08:36:48','2022-06-12 08:36:48','2022-06-12 08:36:48'),(1028,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 10:20:05','2022-06-12 10:20:05','2022-06-12 10:20:05'),(1029,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 10:45:06','2022-06-12 10:45:06','2022-06-12 10:45:06'),(1030,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 10:45:55','2022-06-12 10:45:55','2022-06-12 10:45:55'),(1031,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 11:10:10','2022-06-12 11:10:10','2022-06-12 11:10:10'),(1032,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 11:10:58','2022-06-12 11:10:58','2022-06-12 11:10:58'),(1033,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 11:25:08','2022-06-12 11:25:08','2022-06-12 11:25:08'),(1034,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 11:25:57','2022-06-12 11:25:57','2022-06-12 11:25:57'),(1035,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 11:30:09','2022-06-12 11:30:09','2022-06-12 11:30:09'),(1036,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 11:30:58','2022-06-12 11:30:58','2022-06-12 11:30:58'),(1037,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 11:40:09','2022-06-12 11:40:09','2022-06-12 11:40:09'),(1038,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 11:45:10','2022-06-12 11:45:10','2022-06-12 11:45:10'),(1039,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 11:55:10','2022-06-12 11:55:10','2022-06-12 11:55:10'),(1040,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 11:55:59','2022-06-12 11:55:59','2022-06-12 11:55:59'),(1041,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 12:05:11','2022-06-12 12:05:11','2022-06-12 12:05:11'),(1042,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 12:06:00','2022-06-12 12:06:00','2022-06-12 12:06:00'),(1043,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 12:10:11','2022-06-12 12:10:11','2022-06-12 12:10:11'),(1044,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 12:11:00','2022-06-12 12:11:00','2022-06-12 12:11:00'),(1045,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 12:30:12','2022-06-12 12:30:12','2022-06-12 12:30:12'),(1046,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 12:31:01','2022-06-12 12:31:01','2022-06-12 12:31:01'),(1047,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 12:45:13','2022-06-12 12:45:13','2022-06-12 12:45:13'),(1048,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 12:46:02','2022-06-12 12:46:02','2022-06-12 12:46:02'),(1049,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 12:55:13','2022-06-12 12:55:13','2022-06-12 12:55:13'),(1050,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 12:56:02','2022-06-12 12:56:02','2022-06-12 12:56:02'),(1051,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:00:15','2022-06-12 13:00:15','2022-06-12 13:00:15'),(1052,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:01:04','2022-06-12 13:01:04','2022-06-12 13:01:04'),(1053,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:05:14','2022-06-12 13:05:14','2022-06-12 13:05:14'),(1054,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:06:03','2022-06-12 13:06:03','2022-06-12 13:06:03'),(1055,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:20:15','2022-06-12 13:20:15','2022-06-12 13:20:15'),(1056,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:21:04','2022-06-12 13:21:04','2022-06-12 13:21:04'),(1057,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:30:16','2022-06-12 13:30:16','2022-06-12 13:30:16'),(1058,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:31:04','2022-06-12 13:31:04','2022-06-12 13:31:04'),(1059,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:40:16','2022-06-12 13:40:16','2022-06-12 13:40:16'),(1060,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:41:04','2022-06-12 13:41:04','2022-06-12 13:41:04'),(1061,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:50:16','2022-06-12 13:50:16','2022-06-12 13:50:16'),(1062,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:51:06','2022-06-12 13:51:06','2022-06-12 13:51:06'),(1063,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:55:17','2022-06-12 13:55:17','2022-06-12 13:55:17'),(1064,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 13:56:06','2022-06-12 13:56:06','2022-06-12 13:56:06'),(1065,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 14:00:17','2022-06-12 14:00:17','2022-06-12 14:00:17'),(1066,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 14:01:06','2022-06-12 14:01:06','2022-06-12 14:01:06'),(1067,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 14:05:17','2022-06-12 14:05:17','2022-06-12 14:05:17'),(1068,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 14:06:07','2022-06-12 14:06:07','2022-06-12 14:06:07'),(1069,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 14:10:18','2022-06-12 14:10:18','2022-06-12 14:10:18'),(1070,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 14:11:07','2022-06-12 14:11:07','2022-06-12 14:11:07'),(1071,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 14:35:19','2022-06-12 14:35:19','2022-06-12 14:35:19'),(1072,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 14:36:08','2022-06-12 14:36:08','2022-06-12 14:36:08'),(1073,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 14:50:20','2022-06-12 14:50:20','2022-06-12 14:50:20'),(1074,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 14:51:10','2022-06-12 14:51:10','2022-06-12 14:51:10'),(1075,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 15:00:21','2022-06-12 15:00:21','2022-06-12 15:00:21'),(1076,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 15:01:11','2022-06-12 15:01:11','2022-06-12 15:01:11'),(1077,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 15:25:23','2022-06-12 15:25:23','2022-06-12 15:25:23'),(1078,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 15:26:12','2022-06-12 15:26:12','2022-06-12 15:26:12'),(1079,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 15:30:24','2022-06-12 15:30:24','2022-06-12 15:30:24'),(1080,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 15:31:14','2022-06-12 15:31:14','2022-06-12 15:31:14'),(1081,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 15:40:25','2022-06-12 15:40:25','2022-06-12 15:40:25'),(1082,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 15:41:14','2022-06-12 15:41:14','2022-06-12 15:41:14'),(1083,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 15:50:25','2022-06-12 15:50:25','2022-06-12 15:50:25'),(1084,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 15:51:17','2022-06-12 15:51:17','2022-06-12 15:51:17'),(1085,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 15:55:26','2022-06-12 15:55:26','2022-06-12 15:55:26'),(1086,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 15:56:15','2022-06-12 15:56:15','2022-06-12 15:56:15'),(1087,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:00:26','2022-06-12 16:00:26','2022-06-12 16:00:26'),(1088,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:01:16','2022-06-12 16:01:16','2022-06-12 16:01:16'),(1089,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:05:26','2022-06-12 16:05:26','2022-06-12 16:05:26'),(1090,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:06:16','2022-06-12 16:06:16','2022-06-12 16:06:16'),(1091,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:10:27','2022-06-12 16:10:27','2022-06-12 16:10:27'),(1092,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:11:16','2022-06-12 16:11:16','2022-06-12 16:11:16'),(1093,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:25:28','2022-06-12 16:25:28','2022-06-12 16:25:28'),(1094,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:26:18','2022-06-12 16:26:18','2022-06-12 16:26:18'),(1095,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:45:29','2022-06-12 16:45:29','2022-06-12 16:45:29'),(1096,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:46:19','2022-06-12 16:46:19','2022-06-12 16:46:19'),(1097,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:47:08','2022-06-12 16:47:08','2022-06-12 16:47:08'),(1098,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:47:59','2022-06-12 16:47:59','2022-06-12 16:47:59'),(1099,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:50:30','2022-06-12 16:50:30','2022-06-12 16:50:30'),(1100,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:51:20','2022-06-12 16:51:20','2022-06-12 16:51:20'),(1101,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:52:10','2022-06-12 16:52:10','2022-06-12 16:52:10'),(1102,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 16:53:00','2022-06-12 16:53:00','2022-06-12 16:53:00'),(1103,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:00:31','2022-06-12 17:00:31','2022-06-12 17:00:31'),(1104,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:01:24','2022-06-12 17:01:24','2022-06-12 17:01:24'),(1105,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:15:41','2022-06-12 17:15:41','2022-06-12 17:15:41'),(1106,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:16:31','2022-06-12 17:16:31','2022-06-12 17:16:31'),(1107,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:25:41','2022-06-12 17:25:41','2022-06-12 17:25:41'),(1108,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:26:31','2022-06-12 17:26:31','2022-06-12 17:26:31'),(1109,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:30:41','2022-06-12 17:30:41','2022-06-12 17:30:41'),(1110,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:31:31','2022-06-12 17:31:31','2022-06-12 17:31:31'),(1111,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:40:42','2022-06-12 17:40:42','2022-06-12 17:40:42'),(1112,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:41:32','2022-06-12 17:41:32','2022-06-12 17:41:32'),(1113,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:45:42','2022-06-12 17:45:42','2022-06-12 17:45:42'),(1114,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:46:32','2022-06-12 17:46:32','2022-06-12 17:46:32'),(1115,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:50:43','2022-06-12 17:50:43','2022-06-12 17:50:43'),(1116,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 17:51:32','2022-06-12 17:51:32','2022-06-12 17:51:32'),(1117,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:00:43','2022-06-12 18:00:43','2022-06-12 18:00:43'),(1118,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:01:34','2022-06-12 18:01:34','2022-06-12 18:01:34'),(1119,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:05:43','2022-06-12 18:05:43','2022-06-12 18:05:43'),(1120,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:06:34','2022-06-12 18:06:34','2022-06-12 18:06:34'),(1121,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:15:44','2022-06-12 18:15:44','2022-06-12 18:15:44'),(1122,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:16:34','2022-06-12 18:16:34','2022-06-12 18:16:34'),(1123,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:25:45','2022-06-12 18:25:45','2022-06-12 18:25:45'),(1124,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:26:34','2022-06-12 18:26:34','2022-06-12 18:26:34'),(1125,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:30:45','2022-06-12 18:30:45','2022-06-12 18:30:45'),(1126,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:31:35','2022-06-12 18:31:35','2022-06-12 18:31:35'),(1127,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:35:45','2022-06-12 18:35:45','2022-06-12 18:35:45'),(1128,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:36:35','2022-06-12 18:36:35','2022-06-12 18:36:35'),(1129,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:40:46','2022-06-12 18:40:46','2022-06-12 18:40:46'),(1130,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:41:35','2022-06-12 18:41:35','2022-06-12 18:41:35'),(1131,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:45:47','2022-06-12 18:45:47','2022-06-12 18:45:47'),(1132,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 18:46:37','2022-06-12 18:46:37','2022-06-12 18:46:37'),(1133,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 19:05:47','2022-06-12 19:05:47','2022-06-12 19:05:47'),(1134,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 19:06:37','2022-06-12 19:06:37','2022-06-12 19:06:37'),(1135,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 19:10:47','2022-06-12 19:10:47','2022-06-12 19:10:47'),(1136,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 19:11:36','2022-06-12 19:11:36','2022-06-12 19:11:36'),(1137,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 19:30:48','2022-06-12 19:30:48','2022-06-12 19:30:48'),(1138,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 19:31:39','2022-06-12 19:31:39','2022-06-12 19:31:39'),(1139,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 19:35:49','2022-06-12 19:35:49','2022-06-12 19:35:49'),(1140,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 19:36:39','2022-06-12 19:36:39','2022-06-12 19:36:39'),(1141,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 20:00:50','2022-06-12 20:00:50','2022-06-12 20:00:50'),(1142,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 20:01:40','2022-06-12 20:01:40','2022-06-12 20:01:40'),(1143,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 20:20:51','2022-06-12 20:20:51','2022-06-12 20:20:51'),(1144,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 20:21:41','2022-06-12 20:21:41','2022-06-12 20:21:41'),(1145,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 20:30:52','2022-06-12 20:30:52','2022-06-12 20:30:52'),(1146,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 20:31:41','2022-06-12 20:31:41','2022-06-12 20:31:41'),(1147,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 20:50:53','2022-06-12 20:50:53','2022-06-12 20:50:53'),(1148,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 20:51:43','2022-06-12 20:51:43','2022-06-12 20:51:43'),(1149,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:00:53','2022-06-12 21:00:53','2022-06-12 21:00:53'),(1150,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:01:44','2022-06-12 21:01:44','2022-06-12 21:01:44'),(1151,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:20:54','2022-06-12 21:20:54','2022-06-12 21:20:54'),(1152,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:21:44','2022-06-12 21:21:44','2022-06-12 21:21:44'),(1153,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:30:55','2022-06-12 21:30:55','2022-06-12 21:30:55'),(1154,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:31:45','2022-06-12 21:31:45','2022-06-12 21:31:45'),(1155,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:35:55','2022-06-12 21:35:55','2022-06-12 21:35:55'),(1156,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:36:45','2022-06-12 21:36:45','2022-06-12 21:36:45'),(1157,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:40:56','2022-06-12 21:40:56','2022-06-12 21:40:56'),(1158,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:41:45','2022-06-12 21:41:45','2022-06-12 21:41:45'),(1159,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:45:56','2022-06-12 21:45:56','2022-06-12 21:45:56'),(1160,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:46:46','2022-06-12 21:46:46','2022-06-12 21:46:46'),(1161,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:55:56','2022-06-12 21:55:56','2022-06-12 21:55:56'),(1162,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 21:56:46','2022-06-12 21:56:46','2022-06-12 21:56:46'),(1163,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:05:57','2022-06-12 22:05:57','2022-06-12 22:05:57'),(1164,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:06:47','2022-06-12 22:06:47','2022-06-12 22:06:47'),(1165,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:20:58','2022-06-12 22:20:58','2022-06-12 22:20:58'),(1166,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:21:48','2022-06-12 22:21:48','2022-06-12 22:21:48'),(1167,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:25:58','2022-06-12 22:25:58','2022-06-12 22:25:58'),(1168,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:26:48','2022-06-12 22:26:48','2022-06-12 22:26:48'),(1169,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:30:58','2022-06-12 22:30:58','2022-06-12 22:30:58'),(1170,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:31:48','2022-06-12 22:31:48','2022-06-12 22:31:48'),(1171,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:35:59','2022-06-12 22:35:59','2022-06-12 22:35:59'),(1172,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:40:59','2022-06-12 22:40:59','2022-06-12 22:40:59'),(1173,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:41:49','2022-06-12 22:41:49','2022-06-12 22:41:49'),(1174,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:42:39','2022-06-12 22:42:39','2022-06-12 22:42:39'),(1175,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:45:59','2022-06-12 22:45:59','2022-06-12 22:45:59'),(1176,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:46:48','2022-06-12 22:46:48','2022-06-12 22:46:48'),(1177,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:50:59','2022-06-12 22:50:59','2022-06-12 22:50:59'),(1178,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 22:51:49','2022-06-12 22:51:49','2022-06-12 22:51:49'),(1179,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 23:15:01','2022-06-12 23:15:01','2022-06-12 23:15:01'),(1180,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 23:15:51','2022-06-12 23:15:51','2022-06-12 23:15:51'),(1181,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 23:25:02','2022-06-12 23:25:02','2022-06-12 23:25:02'),(1182,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 23:25:52','2022-06-12 23:25:52','2022-06-12 23:25:52'),(1183,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 23:35:02','2022-06-12 23:35:02','2022-06-12 23:35:02'),(1184,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 23:35:52','2022-06-12 23:35:52','2022-06-12 23:35:52'),(1185,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 23:40:02','2022-06-12 23:40:02','2022-06-12 23:40:02'),(1186,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 23:40:52','2022-06-12 23:40:52','2022-06-12 23:40:52'),(1187,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 23:55:03','2022-06-12 23:55:03','2022-06-12 23:55:03'),(1188,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-12 23:55:53','2022-06-12 23:55:53','2022-06-12 23:55:53'),(1189,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:00:03','2022-06-13 00:00:03','2022-06-13 00:00:03'),(1190,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:00:53','2022-06-13 00:00:53','2022-06-13 00:00:53'),(1191,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:05:04','2022-06-13 00:05:04','2022-06-13 00:05:04'),(1192,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:05:53','2022-06-13 00:05:53','2022-06-13 00:05:53'),(1193,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:10:04','2022-06-13 00:10:04','2022-06-13 00:10:04'),(1194,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:10:53','2022-06-13 00:10:53','2022-06-13 00:10:53'),(1195,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:25:05','2022-06-13 00:25:05','2022-06-13 00:25:05'),(1196,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:25:55','2022-06-13 00:25:55','2022-06-13 00:25:55'),(1197,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:35:05','2022-06-13 00:35:05','2022-06-13 00:35:05'),(1198,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:35:55','2022-06-13 00:35:55','2022-06-13 00:35:55'),(1199,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:45:06','2022-06-13 00:45:06','2022-06-13 00:45:06'),(1200,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:45:56','2022-06-13 00:45:56','2022-06-13 00:45:56'),(1201,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:50:06','2022-06-13 00:50:06','2022-06-13 00:50:06'),(1202,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 00:50:56','2022-06-13 00:50:56','2022-06-13 00:50:56'),(1203,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 01:40:09','2022-06-13 01:40:09','2022-06-13 01:40:09'),(1204,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 01:40:58','2022-06-13 01:40:58','2022-06-13 01:40:58'),(1205,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 01:50:12','2022-06-13 01:50:12','2022-06-13 01:50:12'),(1206,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 01:51:01','2022-06-13 01:51:01','2022-06-13 01:51:01'),(1207,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 01:55:10','2022-06-13 01:55:10','2022-06-13 01:55:10'),(1208,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 01:55:59','2022-06-13 01:55:59','2022-06-13 01:55:59'),(1209,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 02:15:11','2022-06-13 02:15:11','2022-06-13 02:15:11'),(1210,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 02:16:00','2022-06-13 02:16:00','2022-06-13 02:16:00'),(1211,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 02:20:11','2022-06-13 02:20:11','2022-06-13 02:20:11'),(1212,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 02:21:00','2022-06-13 02:21:00','2022-06-13 02:21:00'),(1213,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 02:35:12','2022-06-13 02:35:12','2022-06-13 02:35:12'),(1214,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 02:36:01','2022-06-13 02:36:01','2022-06-13 02:36:01'),(1215,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 02:50:13','2022-06-13 02:50:13','2022-06-13 02:50:13'),(1216,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 02:51:02','2022-06-13 02:51:02','2022-06-13 02:51:02'),(1217,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:05:14','2022-06-13 03:05:14','2022-06-13 03:05:14'),(1218,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:10:14','2022-06-13 03:10:14','2022-06-13 03:10:14'),(1219,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:25:15','2022-06-13 03:25:15','2022-06-13 03:25:15'),(1220,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:26:04','2022-06-13 03:26:04','2022-06-13 03:26:04'),(1221,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:40:15','2022-06-13 03:40:15','2022-06-13 03:40:15'),(1222,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:41:05','2022-06-13 03:41:05','2022-06-13 03:41:05'),(1223,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:45:16','2022-06-13 03:45:16','2022-06-13 03:45:16'),(1224,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:46:05','2022-06-13 03:46:05','2022-06-13 03:46:05'),(1225,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:50:18','2022-06-13 03:50:18','2022-06-13 03:50:18'),(1226,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:51:07','2022-06-13 03:51:07','2022-06-13 03:51:07'),(1227,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:51:57','2022-06-13 03:51:57','2022-06-13 03:51:57'),(1228,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:55:16','2022-06-13 03:55:16','2022-06-13 03:55:16'),(1229,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:56:06','2022-06-13 03:56:06','2022-06-13 03:56:06'),(1230,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 03:56:56','2022-06-13 03:56:56','2022-06-13 03:56:56'),(1231,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:00:17','2022-06-13 04:00:17','2022-06-13 04:00:17'),(1232,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:01:06','2022-06-13 04:01:06','2022-06-13 04:01:06'),(1233,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:10:17','2022-06-13 04:10:17','2022-06-13 04:10:17'),(1234,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:11:06','2022-06-13 04:11:06','2022-06-13 04:11:06'),(1235,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:25:18','2022-06-13 04:25:18','2022-06-13 04:25:18'),(1236,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:26:07','2022-06-13 04:26:07','2022-06-13 04:26:07'),(1237,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:30:18','2022-06-13 04:30:18','2022-06-13 04:30:18'),(1238,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:31:08','2022-06-13 04:31:08','2022-06-13 04:31:08'),(1239,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:40:19','2022-06-13 04:40:19','2022-06-13 04:40:19'),(1240,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:41:08','2022-06-13 04:41:08','2022-06-13 04:41:08'),(1241,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:45:19','2022-06-13 04:45:19','2022-06-13 04:45:19'),(1242,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:46:09','2022-06-13 04:46:09','2022-06-13 04:46:09'),(1243,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:50:19','2022-06-13 04:50:19','2022-06-13 04:50:19'),(1244,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:51:09','2022-06-13 04:51:09','2022-06-13 04:51:09'),(1245,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:51:58','2022-06-13 04:51:58','2022-06-13 04:51:58'),(1246,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 04:55:20','2022-06-13 04:55:20','2022-06-13 04:55:20'),(1247,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 05:05:20','2022-06-13 05:05:20','2022-06-13 05:05:20'),(1248,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 05:06:09','2022-06-13 05:06:09','2022-06-13 05:06:09'),(1249,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 05:10:20','2022-06-13 05:10:20','2022-06-13 05:10:20'),(1250,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 05:11:08','2022-06-13 05:11:08','2022-06-13 05:11:08'),(1251,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 05:35:23','2022-06-13 05:35:23','2022-06-13 05:35:23'),(1252,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 05:36:11','2022-06-13 05:36:11','2022-06-13 05:36:11'),(1253,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 05:55:23','2022-06-13 05:55:23','2022-06-13 05:55:23'),(1254,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 05:56:10','2022-06-13 05:56:10','2022-06-13 05:56:10'),(1255,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:05:23','2022-06-13 06:05:23','2022-06-13 06:05:23'),(1256,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:06:16','2022-06-13 06:06:16','2022-06-13 06:06:16'),(1257,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:10:24','2022-06-13 06:10:24','2022-06-13 06:10:24'),(1258,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:11:15','2022-06-13 06:11:15','2022-06-13 06:11:15'),(1259,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:15:24','2022-06-13 06:15:24','2022-06-13 06:15:24'),(1260,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:16:15','2022-06-13 06:16:15','2022-06-13 06:16:15'),(1261,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:20:24','2022-06-13 06:20:24','2022-06-13 06:20:24'),(1262,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:25:24','2022-06-13 06:25:24','2022-06-13 06:25:24'),(1263,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:26:16','2022-06-13 06:26:16','2022-06-13 06:26:16'),(1264,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:27:07','2022-06-13 06:27:07','2022-06-13 06:27:07'),(1265,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:30:25','2022-06-13 06:30:25','2022-06-13 06:30:25'),(1266,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:46:58','2022-06-13 06:46:58','2022-06-13 06:46:58'),(1267,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:47:47','2022-06-13 06:47:47','2022-06-13 06:47:47'),(1268,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:50:26','2022-06-13 06:50:26','2022-06-13 06:50:26'),(1269,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:51:16','2022-06-13 06:51:16','2022-06-13 06:51:16'),(1270,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:55:27','2022-06-13 06:55:27','2022-06-13 06:55:27'),(1271,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 06:56:17','2022-06-13 06:56:17','2022-06-13 06:56:17'),(1272,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 07:30:28','2022-06-13 07:30:28','2022-06-13 07:30:28'),(1273,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 07:31:17','2022-06-13 07:31:17','2022-06-13 07:31:17'),(1274,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 07:35:28','2022-06-13 07:35:28','2022-06-13 07:35:28'),(1275,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 07:36:18','2022-06-13 07:36:18','2022-06-13 07:36:18'),(1276,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 07:45:29','2022-06-13 07:45:29','2022-06-13 07:45:29'),(1277,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 07:50:29','2022-06-13 07:50:29','2022-06-13 07:50:29'),(1278,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 08:10:30','2022-06-13 08:10:30','2022-06-13 08:10:30'),(1279,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 08:11:20','2022-06-13 08:11:20','2022-06-13 08:11:20'),(1280,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 08:30:31','2022-06-13 08:30:31','2022-06-13 08:30:31'),(1281,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 08:31:21','2022-06-13 08:31:21','2022-06-13 08:31:21'),(1282,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 08:50:32','2022-06-13 08:50:32','2022-06-13 08:50:32'),(1283,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 08:51:22','2022-06-13 08:51:22','2022-06-13 08:51:22'),(1284,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:00:33','2022-06-13 09:00:33','2022-06-13 09:00:33'),(1285,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:01:23','2022-06-13 09:01:23','2022-06-13 09:01:23'),(1286,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:05:33','2022-06-13 09:05:33','2022-06-13 09:05:33'),(1287,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:06:22','2022-06-13 09:06:22','2022-06-13 09:06:22'),(1288,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:10:35','2022-06-13 09:10:35','2022-06-13 09:10:35'),(1289,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:11:27','2022-06-13 09:11:27','2022-06-13 09:11:27'),(1290,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:15:34','2022-06-13 09:15:34','2022-06-13 09:15:34'),(1291,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:16:23','2022-06-13 09:16:23','2022-06-13 09:16:23'),(1292,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:30:35','2022-06-13 09:30:35','2022-06-13 09:30:35'),(1293,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:31:24','2022-06-13 09:31:24','2022-06-13 09:31:24'),(1294,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:40:35','2022-06-13 09:40:35','2022-06-13 09:40:35'),(1295,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:41:25','2022-06-13 09:41:25','2022-06-13 09:41:25'),(1296,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:50:36','2022-06-13 09:50:36','2022-06-13 09:50:36'),(1297,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:51:25','2022-06-13 09:51:25','2022-06-13 09:51:25'),(1298,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:55:36','2022-06-13 09:55:36','2022-06-13 09:55:36'),(1299,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 09:56:26','2022-06-13 09:56:26','2022-06-13 09:56:26'),(1300,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:00:36','2022-06-13 10:00:36','2022-06-13 10:00:36'),(1301,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:01:25','2022-06-13 10:01:25','2022-06-13 10:01:25'),(1302,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:05:37','2022-06-13 10:05:37','2022-06-13 10:05:37'),(1303,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:06:25','2022-06-13 10:06:25','2022-06-13 10:06:25'),(1304,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:15:37','2022-06-13 10:15:37','2022-06-13 10:15:37'),(1305,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:16:26','2022-06-13 10:16:26','2022-06-13 10:16:26'),(1306,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:17:15','2022-06-13 10:17:15','2022-06-13 10:17:15'),(1307,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:20:38','2022-06-13 10:20:38','2022-06-13 10:20:38'),(1308,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:21:26','2022-06-13 10:21:26','2022-06-13 10:21:26'),(1309,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:22:15','2022-06-13 10:22:15','2022-06-13 10:22:15'),(1310,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:30:38','2022-06-13 10:30:38','2022-06-13 10:30:38'),(1311,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:31:27','2022-06-13 10:31:27','2022-06-13 10:31:27'),(1312,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:40:39','2022-06-13 10:40:39','2022-06-13 10:40:39'),(1313,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:41:27','2022-06-13 10:41:27','2022-06-13 10:41:27'),(1314,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:42:16','2022-06-13 10:42:16','2022-06-13 10:42:16'),(1315,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:45:39','2022-06-13 10:45:39','2022-06-13 10:45:39'),(1316,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:50:39','2022-06-13 10:50:39','2022-06-13 10:50:39'),(1317,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:51:28','2022-06-13 10:51:28','2022-06-13 10:51:28'),(1318,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:55:39','2022-06-13 10:55:39','2022-06-13 10:55:39'),(1319,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 10:56:27','2022-06-13 10:56:27','2022-06-13 10:56:27'),(1320,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 11:00:40','2022-06-13 11:00:40','2022-06-13 11:00:40'),(1321,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 11:01:27','2022-06-13 11:01:27','2022-06-13 11:01:27'),(1322,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 11:05:40','2022-06-13 11:05:40','2022-06-13 11:05:40'),(1323,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 11:06:28','2022-06-13 11:06:28','2022-06-13 11:06:28'),(1324,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 11:20:41','2022-06-13 11:20:41','2022-06-13 11:20:41'),(1325,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 11:21:28','2022-06-13 11:21:28','2022-06-13 11:21:28'),(1326,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 11:35:42','2022-06-13 11:35:42','2022-06-13 11:35:42'),(1327,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 11:36:29','2022-06-13 11:36:29','2022-06-13 11:36:29'),(1328,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 11:45:42','2022-06-13 11:45:42','2022-06-13 11:45:42'),(1329,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 11:46:30','2022-06-13 11:46:30','2022-06-13 11:46:30'),(1330,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 11:50:42','2022-06-13 11:50:42','2022-06-13 11:50:42'),(1331,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 11:51:30','2022-06-13 11:51:30','2022-06-13 11:51:30'),(1332,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 12:10:44','2022-06-13 12:10:44','2022-06-13 12:10:44'),(1333,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 12:11:31','2022-06-13 12:11:31','2022-06-13 12:11:31'),(1334,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 12:25:44','2022-06-13 12:25:44','2022-06-13 12:25:44'),(1335,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 12:26:32','2022-06-13 12:26:32','2022-06-13 12:26:32'),(1336,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 12:40:45','2022-06-13 12:40:45','2022-06-13 12:40:45'),(1337,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 12:41:33','2022-06-13 12:41:33','2022-06-13 12:41:33'),(1338,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 12:45:45','2022-06-13 12:45:45','2022-06-13 12:45:45'),(1339,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 12:46:34','2022-06-13 12:46:34','2022-06-13 12:46:34'),(1340,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 12:55:46','2022-06-13 12:55:46','2022-06-13 12:55:46'),(1341,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 12:56:34','2022-06-13 12:56:34','2022-06-13 12:56:34'),(1342,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:00:46','2022-06-13 13:00:46','2022-06-13 13:00:46'),(1343,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:01:34','2022-06-13 13:01:34','2022-06-13 13:01:34'),(1344,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:10:47','2022-06-13 13:10:47','2022-06-13 13:10:47'),(1345,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:11:35','2022-06-13 13:11:35','2022-06-13 13:11:35'),(1346,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:15:47','2022-06-13 13:15:47','2022-06-13 13:15:47'),(1347,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:16:35','2022-06-13 13:16:35','2022-06-13 13:16:35'),(1348,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:20:48','2022-06-13 13:20:48','2022-06-13 13:20:48'),(1349,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:21:35','2022-06-13 13:21:35','2022-06-13 13:21:35'),(1350,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:25:48','2022-06-13 13:25:48','2022-06-13 13:25:48'),(1351,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:30:48','2022-06-13 13:30:48','2022-06-13 13:30:48'),(1352,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:40:49','2022-06-13 13:40:49','2022-06-13 13:40:49'),(1353,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:41:37','2022-06-13 13:41:37','2022-06-13 13:41:37'),(1354,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:45:49','2022-06-13 13:45:49','2022-06-13 13:45:49'),(1355,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:46:36','2022-06-13 13:46:36','2022-06-13 13:46:36'),(1356,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:50:51','2022-06-13 13:50:51','2022-06-13 13:50:51'),(1357,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 13:51:39','2022-06-13 13:51:39','2022-06-13 13:51:39'),(1358,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 14:00:50','2022-06-13 14:00:50','2022-06-13 14:00:50'),(1359,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 14:01:37','2022-06-13 14:01:37','2022-06-13 14:01:37'),(1360,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 14:40:52','2022-06-13 14:40:52','2022-06-13 14:40:52'),(1361,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 14:45:52','2022-06-13 14:45:52','2022-06-13 14:45:52'),(1362,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 14:46:40','2022-06-13 14:46:40','2022-06-13 14:46:40'),(1363,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 14:47:27','2022-06-13 14:47:27','2022-06-13 14:47:27'),(1364,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 14:50:53','2022-06-13 14:50:53','2022-06-13 14:50:53'),(1365,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 14:51:40','2022-06-13 14:51:40','2022-06-13 14:51:40'),(1366,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 14:55:53','2022-06-13 14:55:53','2022-06-13 14:55:53'),(1367,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 14:56:40','2022-06-13 14:56:40','2022-06-13 14:56:40'),(1368,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 15:15:54','2022-06-13 15:15:54','2022-06-13 15:15:54'),(1369,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 15:16:42','2022-06-13 15:16:42','2022-06-13 15:16:42'),(1370,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 15:20:54','2022-06-13 15:20:54','2022-06-13 15:20:54'),(1371,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 15:21:42','2022-06-13 15:21:42','2022-06-13 15:21:42'),(1372,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 15:25:55','2022-06-13 15:25:55','2022-06-13 15:25:55'),(1373,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 15:26:42','2022-06-13 15:26:42','2022-06-13 15:26:42'),(1374,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 15:35:55','2022-06-13 15:35:55','2022-06-13 15:35:55'),(1375,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 15:36:42','2022-06-13 15:36:42','2022-06-13 15:36:42'),(1376,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 15:55:56','2022-06-13 15:55:56','2022-06-13 15:55:56'),(1377,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 15:56:44','2022-06-13 15:56:44','2022-06-13 15:56:44'),(1378,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:15:57','2022-06-13 16:15:57','2022-06-13 16:15:57'),(1379,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:16:45','2022-06-13 16:16:45','2022-06-13 16:16:45'),(1380,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:20:58','2022-06-13 16:20:58','2022-06-13 16:20:58'),(1381,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:21:46','2022-06-13 16:21:46','2022-06-13 16:21:46'),(1382,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:30:58','2022-06-13 16:30:58','2022-06-13 16:30:58'),(1383,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:35:58','2022-06-13 16:35:58','2022-06-13 16:35:58'),(1384,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:36:46','2022-06-13 16:36:46','2022-06-13 16:36:46'),(1385,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:37:34','2022-06-13 16:37:34','2022-06-13 16:37:34'),(1386,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:38:21','2022-06-13 16:38:21','2022-06-13 16:38:21'),(1387,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:40:59','2022-06-13 16:40:59','2022-06-13 16:40:59'),(1388,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:41:47','2022-06-13 16:41:47','2022-06-13 16:41:47'),(1389,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:42:34','2022-06-13 16:42:34','2022-06-13 16:42:34'),(1390,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:45:59','2022-06-13 16:45:59','2022-06-13 16:45:59'),(1391,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 16:46:48','2022-06-13 16:46:48','2022-06-13 16:46:48'),(1392,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 17:01:00','2022-06-13 17:01:00','2022-06-13 17:01:00'),(1393,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 17:01:48','2022-06-13 17:01:48','2022-06-13 17:01:48'),(1394,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 17:15:01','2022-06-13 17:15:01','2022-06-13 17:15:01'),(1395,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 17:15:48','2022-06-13 17:15:48','2022-06-13 17:15:48'),(1396,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 17:25:04','2022-06-13 17:25:04','2022-06-13 17:25:04'),(1397,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 17:25:52','2022-06-13 17:25:52','2022-06-13 17:25:52'),(1398,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 17:45:02','2022-06-13 17:45:02','2022-06-13 17:45:02'),(1399,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 17:45:50','2022-06-13 17:45:50','2022-06-13 17:45:50'),(1400,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 17:50:03','2022-06-13 17:50:03','2022-06-13 17:50:03'),(1401,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 17:50:50','2022-06-13 17:50:50','2022-06-13 17:50:50'),(1402,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:00:03','2022-06-13 18:00:03','2022-06-13 18:00:03'),(1403,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:00:52','2022-06-13 18:00:52','2022-06-13 18:00:52'),(1404,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:10:04','2022-06-13 18:10:04','2022-06-13 18:10:04'),(1405,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:10:53','2022-06-13 18:10:53','2022-06-13 18:10:53'),(1406,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:15:04','2022-06-13 18:15:04','2022-06-13 18:15:04'),(1407,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:15:53','2022-06-13 18:15:53','2022-06-13 18:15:53'),(1408,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:20:04','2022-06-13 18:20:04','2022-06-13 18:20:04'),(1409,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:20:53','2022-06-13 18:20:53','2022-06-13 18:20:53'),(1410,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:30:05','2022-06-13 18:30:05','2022-06-13 18:30:05'),(1411,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:30:54','2022-06-13 18:30:54','2022-06-13 18:30:54'),(1412,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:40:05','2022-06-13 18:40:05','2022-06-13 18:40:05'),(1413,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:40:56','2022-06-13 18:40:56','2022-06-13 18:40:56'),(1414,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:50:06','2022-06-13 18:50:06','2022-06-13 18:50:06'),(1415,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:50:55','2022-06-13 18:50:55','2022-06-13 18:50:55'),(1416,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:55:07','2022-06-13 18:55:07','2022-06-13 18:55:07'),(1417,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 18:55:57','2022-06-13 18:55:57','2022-06-13 18:55:57'),(1418,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 19:05:07','2022-06-13 19:05:07','2022-06-13 19:05:07'),(1419,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 19:05:55','2022-06-13 19:05:55','2022-06-13 19:05:55'),(1420,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 19:10:07','2022-06-13 19:10:07','2022-06-13 19:10:07'),(1421,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 19:10:56','2022-06-13 19:10:56','2022-06-13 19:10:56'),(1422,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 19:20:07','2022-06-13 19:20:07','2022-06-13 19:20:07'),(1423,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 19:20:56','2022-06-13 19:20:56','2022-06-13 19:20:56'),(1424,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 19:30:08','2022-06-13 19:30:08','2022-06-13 19:30:08'),(1425,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 19:30:57','2022-06-13 19:30:57','2022-06-13 19:30:57'),(1426,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 19:35:08','2022-06-13 19:35:08','2022-06-13 19:35:08'),(1427,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 19:35:57','2022-06-13 19:35:57','2022-06-13 19:35:57'),(1428,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 19:40:09','2022-06-13 19:40:09','2022-06-13 19:40:09'),(1429,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 19:40:58','2022-06-13 19:40:58','2022-06-13 19:40:58'),(1430,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 20:05:10','2022-06-13 20:05:10','2022-06-13 20:05:10'),(1431,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 20:05:59','2022-06-13 20:05:59','2022-06-13 20:05:59'),(1432,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 20:10:10','2022-06-13 20:10:10','2022-06-13 20:10:10'),(1433,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 20:10:59','2022-06-13 20:10:59','2022-06-13 20:10:59'),(1434,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 20:15:11','2022-06-13 20:15:11','2022-06-13 20:15:11'),(1435,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 20:16:00','2022-06-13 20:16:00','2022-06-13 20:16:00'),(1436,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 20:20:11','2022-06-13 20:20:11','2022-06-13 20:20:11'),(1437,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 20:21:00','2022-06-13 20:21:00','2022-06-13 20:21:00'),(1438,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 20:45:13','2022-06-13 20:45:13','2022-06-13 20:45:13'),(1439,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 20:46:02','2022-06-13 20:46:02','2022-06-13 20:46:02'),(1440,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 21:05:14','2022-06-13 21:05:14','2022-06-13 21:05:14'),(1441,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 21:06:03','2022-06-13 21:06:03','2022-06-13 21:06:03'),(1442,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 21:30:16','2022-06-13 21:30:16','2022-06-13 21:30:16'),(1443,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 21:31:05','2022-06-13 21:31:05','2022-06-13 21:31:05'),(1444,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 21:35:16','2022-06-13 21:35:16','2022-06-13 21:35:16'),(1445,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 21:36:05','2022-06-13 21:36:05','2022-06-13 21:36:05'),(1446,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 21:40:16','2022-06-13 21:40:16','2022-06-13 21:40:16'),(1447,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 21:41:05','2022-06-13 21:41:05','2022-06-13 21:41:05'),(1448,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 21:50:17','2022-06-13 21:50:17','2022-06-13 21:50:17'),(1449,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 21:55:17','2022-06-13 21:55:17','2022-06-13 21:55:17'),(1450,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 21:56:07','2022-06-13 21:56:07','2022-06-13 21:56:07'),(1451,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 21:56:56','2022-06-13 21:56:56','2022-06-13 21:56:56'),(1452,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:00:18','2022-06-13 22:00:18','2022-06-13 22:00:18'),(1453,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:01:07','2022-06-13 22:01:07','2022-06-13 22:01:07'),(1454,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:01:56','2022-06-13 22:01:56','2022-06-13 22:01:56'),(1455,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:05:18','2022-06-13 22:05:18','2022-06-13 22:05:18'),(1456,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:06:07','2022-06-13 22:06:07','2022-06-13 22:06:07'),(1457,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:06:56','2022-06-13 22:06:56','2022-06-13 22:06:56'),(1458,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:15:19','2022-06-13 22:15:19','2022-06-13 22:15:19'),(1459,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:16:08','2022-06-13 22:16:08','2022-06-13 22:16:08'),(1460,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:25:20','2022-06-13 22:25:20','2022-06-13 22:25:20'),(1461,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:26:10','2022-06-13 22:26:10','2022-06-13 22:26:10'),(1462,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:35:25','2022-06-13 22:35:25','2022-06-13 22:35:25'),(1463,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:39:03','2022-06-13 22:39:03','2022-06-13 22:39:03'),(1464,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:39:51','2022-06-13 22:39:51','2022-06-13 22:39:51'),(1465,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:40:42','2022-06-13 22:40:42','2022-06-13 22:40:42'),(1466,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:55:05','2022-06-13 22:55:05','2022-06-13 22:55:05'),(1467,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 22:55:54','2022-06-13 22:55:54','2022-06-13 22:55:54'),(1468,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 23:00:03','2022-06-13 23:00:03','2022-06-13 23:00:03'),(1469,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 23:00:52','2022-06-13 23:00:52','2022-06-13 23:00:52'),(1470,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 23:10:04','2022-06-13 23:10:04','2022-06-13 23:10:04'),(1471,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 23:10:53','2022-06-13 23:10:53','2022-06-13 23:10:53'),(1472,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 23:15:04','2022-06-13 23:15:04','2022-06-13 23:15:04'),(1473,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 23:15:53','2022-06-13 23:15:53','2022-06-13 23:15:53'),(1474,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 23:30:05','2022-06-13 23:30:05','2022-06-13 23:30:05'),(1475,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 23:30:53','2022-06-13 23:30:53','2022-06-13 23:30:53'),(1476,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 23:35:05','2022-06-13 23:35:05','2022-06-13 23:35:05'),(1477,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-13 23:35:55','2022-06-13 23:35:55','2022-06-13 23:35:55'),(1478,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:00:06','2022-06-14 00:00:06','2022-06-14 00:00:06'),(1479,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:00:56','2022-06-14 00:00:56','2022-06-14 00:00:56'),(1480,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:05:07','2022-06-14 00:05:07','2022-06-14 00:05:07'),(1481,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:05:55','2022-06-14 00:05:55','2022-06-14 00:05:55'),(1482,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:25:08','2022-06-14 00:25:08','2022-06-14 00:25:08'),(1483,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:25:57','2022-06-14 00:25:57','2022-06-14 00:25:57'),(1484,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:30:08','2022-06-14 00:30:08','2022-06-14 00:30:08'),(1485,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:30:57','2022-06-14 00:30:57','2022-06-14 00:30:57'),(1486,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:40:09','2022-06-14 00:40:09','2022-06-14 00:40:09'),(1487,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:40:58','2022-06-14 00:40:58','2022-06-14 00:40:58'),(1488,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:50:10','2022-06-14 00:50:10','2022-06-14 00:50:10'),(1489,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:50:58','2022-06-14 00:50:58','2022-06-14 00:50:58'),(1490,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:55:09','2022-06-14 00:55:09','2022-06-14 00:55:09'),(1491,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 00:55:58','2022-06-14 00:55:58','2022-06-14 00:55:58'),(1492,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 01:25:11','2022-06-14 01:25:11','2022-06-14 01:25:11'),(1493,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 01:26:00','2022-06-14 01:26:00','2022-06-14 01:26:00'),(1494,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 01:35:12','2022-06-14 01:35:12','2022-06-14 01:35:12'),(1495,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 01:36:00','2022-06-14 01:36:00','2022-06-14 01:36:00'),(1496,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 01:40:12','2022-06-14 01:40:12','2022-06-14 01:40:12'),(1497,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 01:41:01','2022-06-14 01:41:01','2022-06-14 01:41:01'),(1498,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 01:45:12','2022-06-14 01:45:12','2022-06-14 01:45:12'),(1499,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 01:46:01','2022-06-14 01:46:01','2022-06-14 01:46:01'),(1500,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:00:13','2022-06-14 02:00:13','2022-06-14 02:00:13'),(1501,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:01:02','2022-06-14 02:01:02','2022-06-14 02:01:02'),(1502,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:10:14','2022-06-14 02:10:14','2022-06-14 02:10:14'),(1503,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:11:03','2022-06-14 02:11:03','2022-06-14 02:11:03'),(1504,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:15:14','2022-06-14 02:15:14','2022-06-14 02:15:14'),(1505,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:16:03','2022-06-14 02:16:03','2022-06-14 02:16:03'),(1506,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:20:14','2022-06-14 02:20:14','2022-06-14 02:20:14'),(1507,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:21:03','2022-06-14 02:21:03','2022-06-14 02:21:03'),(1508,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:25:14','2022-06-14 02:25:14','2022-06-14 02:25:14'),(1509,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:26:03','2022-06-14 02:26:03','2022-06-14 02:26:03'),(1510,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:30:16','2022-06-14 02:30:16','2022-06-14 02:30:16'),(1511,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:31:05','2022-06-14 02:31:05','2022-06-14 02:31:05'),(1512,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:35:15','2022-06-14 02:35:15','2022-06-14 02:35:15'),(1513,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:36:04','2022-06-14 02:36:04','2022-06-14 02:36:04'),(1514,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:45:16','2022-06-14 02:45:16','2022-06-14 02:45:16'),(1515,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 02:46:04','2022-06-14 02:46:04','2022-06-14 02:46:04'),(1516,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 03:10:17','2022-06-14 03:10:17','2022-06-14 03:10:17'),(1517,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 03:11:07','2022-06-14 03:11:07','2022-06-14 03:11:07'),(1518,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 03:35:19','2022-06-14 03:35:19','2022-06-14 03:35:19'),(1519,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 03:36:07','2022-06-14 03:36:07','2022-06-14 03:36:07'),(1520,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 03:40:19','2022-06-14 03:40:19','2022-06-14 03:40:19'),(1521,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 03:41:07','2022-06-14 03:41:07','2022-06-14 03:41:07'),(1522,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 03:45:19','2022-06-14 03:45:19','2022-06-14 03:45:19'),(1523,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 03:46:07','2022-06-14 03:46:07','2022-06-14 03:46:07'),(1524,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 03:55:19','2022-06-14 03:55:19','2022-06-14 03:55:19'),(1525,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 03:56:09','2022-06-14 03:56:09','2022-06-14 03:56:09'),(1526,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:00:20','2022-06-14 04:00:20','2022-06-14 04:00:20'),(1527,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:01:09','2022-06-14 04:01:09','2022-06-14 04:01:09'),(1528,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:05:21','2022-06-14 04:05:21','2022-06-14 04:05:21'),(1529,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:06:09','2022-06-14 04:06:09','2022-06-14 04:06:09'),(1530,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:06:58','2022-06-14 04:06:58','2022-06-14 04:06:58'),(1531,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:10:20','2022-06-14 04:10:20','2022-06-14 04:10:20'),(1532,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:11:10','2022-06-14 04:11:10','2022-06-14 04:11:10'),(1533,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:11:58','2022-06-14 04:11:58','2022-06-14 04:11:58'),(1534,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:30:21','2022-06-14 04:30:21','2022-06-14 04:30:21'),(1535,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:31:10','2022-06-14 04:31:10','2022-06-14 04:31:10'),(1536,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:45:22','2022-06-14 04:45:22','2022-06-14 04:45:22'),(1537,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:46:11','2022-06-14 04:46:11','2022-06-14 04:46:11'),(1538,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:50:22','2022-06-14 04:50:22','2022-06-14 04:50:22'),(1539,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:51:12','2022-06-14 04:51:12','2022-06-14 04:51:12'),(1540,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:55:23','2022-06-14 04:55:23','2022-06-14 04:55:23'),(1541,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 04:56:12','2022-06-14 04:56:12','2022-06-14 04:56:12'),(1542,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:05:23','2022-06-14 05:05:23','2022-06-14 05:05:23'),(1543,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:06:12','2022-06-14 05:06:12','2022-06-14 05:06:12'),(1544,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:15:24','2022-06-14 05:15:24','2022-06-14 05:15:24'),(1545,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:16:12','2022-06-14 05:16:12','2022-06-14 05:16:12'),(1546,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:20:24','2022-06-14 05:20:24','2022-06-14 05:20:24'),(1547,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:21:13','2022-06-14 05:21:13','2022-06-14 05:21:13'),(1548,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:25:24','2022-06-14 05:25:24','2022-06-14 05:25:24'),(1549,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:26:13','2022-06-14 05:26:13','2022-06-14 05:26:13'),(1550,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:30:26','2022-06-14 05:30:26','2022-06-14 05:30:26'),(1551,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:35:25','2022-06-14 05:35:25','2022-06-14 05:35:25'),(1552,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:45:27','2022-06-14 05:45:27','2022-06-14 05:45:27'),(1553,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:46:15','2022-06-14 05:46:15','2022-06-14 05:46:15'),(1554,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:50:26','2022-06-14 05:50:26','2022-06-14 05:50:26'),(1555,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:51:15','2022-06-14 05:51:15','2022-06-14 05:51:15'),(1556,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:55:26','2022-06-14 05:55:26','2022-06-14 05:55:26'),(1557,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 05:56:14','2022-06-14 05:56:14','2022-06-14 05:56:14'),(1558,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 06:05:28','2022-06-14 06:05:28','2022-06-14 06:05:28'),(1559,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 06:06:16','2022-06-14 06:06:16','2022-06-14 06:06:16'),(1560,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 06:15:27','2022-06-14 06:15:27','2022-06-14 06:15:27'),(1561,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 06:16:16','2022-06-14 06:16:16','2022-06-14 06:16:16'),(1562,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 06:25:28','2022-06-14 06:25:28','2022-06-14 06:25:28'),(1563,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 06:26:17','2022-06-14 06:26:17','2022-06-14 06:26:17'),(1564,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 06:40:28','2022-06-14 06:40:28','2022-06-14 06:40:28'),(1565,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 06:41:17','2022-06-14 06:41:17','2022-06-14 06:41:17'),(1566,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 06:55:29','2022-06-14 06:55:29','2022-06-14 06:55:29'),(1567,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 06:56:18','2022-06-14 06:56:18','2022-06-14 06:56:18'),(1568,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:00:30','2022-06-14 07:00:30','2022-06-14 07:00:30'),(1569,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:01:19','2022-06-14 07:01:19','2022-06-14 07:01:19'),(1570,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:05:30','2022-06-14 07:05:30','2022-06-14 07:05:30'),(1571,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:06:19','2022-06-14 07:06:19','2022-06-14 07:06:19'),(1572,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:10:30','2022-06-14 07:10:30','2022-06-14 07:10:30'),(1573,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:15:30','2022-06-14 07:15:30','2022-06-14 07:15:30'),(1574,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:30:31','2022-06-14 07:30:31','2022-06-14 07:30:31'),(1575,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:31:21','2022-06-14 07:31:21','2022-06-14 07:31:21'),(1576,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:35:32','2022-06-14 07:35:32','2022-06-14 07:35:32'),(1577,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:36:21','2022-06-14 07:36:21','2022-06-14 07:36:21'),(1578,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:40:32','2022-06-14 07:40:32','2022-06-14 07:40:32'),(1579,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:41:21','2022-06-14 07:41:21','2022-06-14 07:41:21'),(1580,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:50:33','2022-06-14 07:50:33','2022-06-14 07:50:33'),(1581,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:51:21','2022-06-14 07:51:21','2022-06-14 07:51:21'),(1582,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:55:33','2022-06-14 07:55:33','2022-06-14 07:55:33'),(1583,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 07:56:22','2022-06-14 07:56:22','2022-06-14 07:56:22'),(1584,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:00:34','2022-06-14 08:00:34','2022-06-14 08:00:34'),(1585,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:01:23','2022-06-14 08:01:23','2022-06-14 08:01:23'),(1586,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:05:35','2022-06-14 08:05:35','2022-06-14 08:05:35'),(1587,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:06:24','2022-06-14 08:06:24','2022-06-14 08:06:24'),(1588,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:10:33','2022-06-14 08:10:33','2022-06-14 08:10:33'),(1589,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:11:23','2022-06-14 08:11:23','2022-06-14 08:11:23'),(1590,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:15:34','2022-06-14 08:15:34','2022-06-14 08:15:34'),(1591,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:16:23','2022-06-14 08:16:23','2022-06-14 08:16:23'),(1592,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:25:34','2022-06-14 08:25:34','2022-06-14 08:25:34'),(1593,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:26:23','2022-06-14 08:26:23','2022-06-14 08:26:23'),(1594,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:30:35','2022-06-14 08:30:35','2022-06-14 08:30:35'),(1595,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:31:23','2022-06-14 08:31:23','2022-06-14 08:31:23'),(1596,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:35:35','2022-06-14 08:35:35','2022-06-14 08:35:35'),(1597,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:36:23','2022-06-14 08:36:23','2022-06-14 08:36:23'),(1598,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:40:35','2022-06-14 08:40:35','2022-06-14 08:40:35'),(1599,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:41:24','2022-06-14 08:41:24','2022-06-14 08:41:24'),(1600,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:50:36','2022-06-14 08:50:36','2022-06-14 08:50:36'),(1601,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:51:25','2022-06-14 08:51:25','2022-06-14 08:51:25'),(1602,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:55:36','2022-06-14 08:55:36','2022-06-14 08:55:36'),(1603,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 08:56:25','2022-06-14 08:56:25','2022-06-14 08:56:25'),(1604,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:00:36','2022-06-14 09:00:36','2022-06-14 09:00:36'),(1605,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:01:25','2022-06-14 09:01:25','2022-06-14 09:01:25'),(1606,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:05:37','2022-06-14 09:05:37','2022-06-14 09:05:37'),(1607,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:06:26','2022-06-14 09:06:26','2022-06-14 09:06:26'),(1608,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:07:14','2022-06-14 09:07:14','2022-06-14 09:07:14'),(1609,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:10:37','2022-06-14 09:10:37','2022-06-14 09:10:37'),(1610,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:11:26','2022-06-14 09:11:26','2022-06-14 09:11:26'),(1611,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:12:15','2022-06-14 09:12:15','2022-06-14 09:12:15'),(1612,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:15:37','2022-06-14 09:15:37','2022-06-14 09:15:37'),(1613,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:16:27','2022-06-14 09:16:27','2022-06-14 09:16:27'),(1614,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:20:39','2022-06-14 09:20:39','2022-06-14 09:20:39'),(1615,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:21:29','2022-06-14 09:21:29','2022-06-14 09:21:29'),(1616,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:35:53','2022-06-14 09:35:53','2022-06-14 09:35:53'),(1617,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:40:53','2022-06-14 09:40:53','2022-06-14 09:40:53'),(1618,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:41:42','2022-06-14 09:41:42','2022-06-14 09:41:42'),(1619,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 09:42:33','2022-06-14 09:42:33','2022-06-14 09:42:33'),(1620,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 10:05:55','2022-06-14 10:05:55','2022-06-14 10:05:55'),(1621,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 10:06:44','2022-06-14 10:06:44','2022-06-14 10:06:44'),(1622,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 10:15:55','2022-06-14 10:15:55','2022-06-14 10:15:55'),(1623,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 10:16:44','2022-06-14 10:16:44','2022-06-14 10:16:44'),(1624,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 10:20:56','2022-06-14 10:20:56','2022-06-14 10:20:56'),(1625,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 10:21:45','2022-06-14 10:21:45','2022-06-14 10:21:45'),(1626,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 10:30:58','2022-06-14 10:30:58','2022-06-14 10:30:58'),(1627,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 10:31:47','2022-06-14 10:31:47','2022-06-14 10:31:47'),(1628,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 10:40:57','2022-06-14 10:40:57','2022-06-14 10:40:57'),(1629,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 10:41:45','2022-06-14 10:41:45','2022-06-14 10:41:45'),(1630,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 10:45:57','2022-06-14 10:45:57','2022-06-14 10:45:57'),(1631,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 10:46:46','2022-06-14 10:46:46','2022-06-14 10:46:46'),(1632,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 11:00:58','2022-06-14 11:00:58','2022-06-14 11:00:58'),(1633,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 11:01:47','2022-06-14 11:01:47','2022-06-14 11:01:47'),(1634,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 11:15:59','2022-06-14 11:15:59','2022-06-14 11:15:59'),(1635,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 11:16:48','2022-06-14 11:16:48','2022-06-14 11:16:48'),(1636,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 11:30:59','2022-06-14 11:30:59','2022-06-14 11:30:59'),(1637,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 11:31:48','2022-06-14 11:31:48','2022-06-14 11:31:48'),(1638,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 11:32:37','2022-06-14 11:32:37','2022-06-14 11:32:37'),(1639,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 11:36:00','2022-06-14 11:36:00','2022-06-14 11:36:00'),(1640,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 11:41:00','2022-06-14 11:41:00','2022-06-14 11:41:00'),(1641,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 11:41:49','2022-06-14 11:41:49','2022-06-14 11:41:49'),(1642,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 11:50:01','2022-06-14 11:50:01','2022-06-14 11:50:01'),(1643,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 11:50:50','2022-06-14 11:50:50','2022-06-14 11:50:50'),(1644,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:05:03','2022-06-14 12:05:03','2022-06-14 12:05:03'),(1645,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:05:53','2022-06-14 12:05:53','2022-06-14 12:05:53'),(1646,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:15:02','2022-06-14 12:15:02','2022-06-14 12:15:02'),(1647,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:15:51','2022-06-14 12:15:51','2022-06-14 12:15:51'),(1648,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:20:05','2022-06-14 12:20:05','2022-06-14 12:20:05'),(1649,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:20:54','2022-06-14 12:20:54','2022-06-14 12:20:54'),(1650,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:25:03','2022-06-14 12:25:03','2022-06-14 12:25:03'),(1651,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:25:52','2022-06-14 12:25:52','2022-06-14 12:25:52'),(1652,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:35:03','2022-06-14 12:35:03','2022-06-14 12:35:03'),(1653,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:35:52','2022-06-14 12:35:52','2022-06-14 12:35:52'),(1654,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:45:05','2022-06-14 12:45:05','2022-06-14 12:45:05'),(1655,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:45:54','2022-06-14 12:45:54','2022-06-14 12:45:54'),(1656,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:55:06','2022-06-14 12:55:06','2022-06-14 12:55:06'),(1657,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 12:55:55','2022-06-14 12:55:55','2022-06-14 12:55:55'),(1658,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 13:00:04','2022-06-14 13:00:04','2022-06-14 13:00:04'),(1659,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 13:00:53','2022-06-14 13:00:53','2022-06-14 13:00:53'),(1660,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 13:10:06','2022-06-14 13:10:06','2022-06-14 13:10:06'),(1661,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 13:10:55','2022-06-14 13:10:55','2022-06-14 13:10:55'),(1662,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 13:35:06','2022-06-14 13:35:06','2022-06-14 13:35:06'),(1663,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 13:35:55','2022-06-14 13:35:55','2022-06-14 13:35:55'),(1664,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 13:45:07','2022-06-14 13:45:07','2022-06-14 13:45:07'),(1665,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 13:45:56','2022-06-14 13:45:56','2022-06-14 13:45:56'),(1666,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 13:50:07','2022-06-14 13:50:07','2022-06-14 13:50:07'),(1667,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 13:50:56','2022-06-14 13:50:56','2022-06-14 13:50:56'),(1668,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:05:08','2022-06-14 14:05:08','2022-06-14 14:05:08'),(1669,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:05:57','2022-06-14 14:05:57','2022-06-14 14:05:57'),(1670,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:15:09','2022-06-14 14:15:09','2022-06-14 14:15:09'),(1671,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:15:57','2022-06-14 14:15:57','2022-06-14 14:15:57'),(1672,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:20:09','2022-06-14 14:20:09','2022-06-14 14:20:09'),(1673,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:20:58','2022-06-14 14:20:58','2022-06-14 14:20:58'),(1674,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:25:09','2022-06-14 14:25:09','2022-06-14 14:25:09'),(1675,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:25:58','2022-06-14 14:25:58','2022-06-14 14:25:58'),(1676,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:35:12','2022-06-14 14:35:12','2022-06-14 14:35:12'),(1677,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:36:01','2022-06-14 14:36:01','2022-06-14 14:36:01'),(1678,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:40:10','2022-06-14 14:40:10','2022-06-14 14:40:10'),(1679,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:45:10','2022-06-14 14:45:10','2022-06-14 14:45:10'),(1680,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:50:11','2022-06-14 14:50:11','2022-06-14 14:50:11'),(1681,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 14:50:59','2022-06-14 14:50:59','2022-06-14 14:50:59'),(1682,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:00:11','2022-06-14 15:00:11','2022-06-14 15:00:11'),(1683,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:01:00','2022-06-14 15:01:00','2022-06-14 15:01:00'),(1684,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:05:12','2022-06-14 15:05:12','2022-06-14 15:05:12'),(1685,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:06:01','2022-06-14 15:06:01','2022-06-14 15:06:01'),(1686,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:10:12','2022-06-14 15:10:12','2022-06-14 15:10:12'),(1687,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:11:00','2022-06-14 15:11:00','2022-06-14 15:11:00'),(1688,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:15:12','2022-06-14 15:15:12','2022-06-14 15:15:12'),(1689,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:16:01','2022-06-14 15:16:01','2022-06-14 15:16:01'),(1690,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:30:13','2022-06-14 15:30:13','2022-06-14 15:30:13'),(1691,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:31:02','2022-06-14 15:31:02','2022-06-14 15:31:02'),(1692,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:40:14','2022-06-14 15:40:14','2022-06-14 15:40:14'),(1693,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:45:14','2022-06-14 15:45:14','2022-06-14 15:45:14'),(1694,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:50:14','2022-06-14 15:50:14','2022-06-14 15:50:14'),(1695,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:51:03','2022-06-14 15:51:03','2022-06-14 15:51:03'),(1696,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:55:14','2022-06-14 15:55:14','2022-06-14 15:55:14'),(1697,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 15:56:03','2022-06-14 15:56:03','2022-06-14 15:56:03'),(1698,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 16:00:15','2022-06-14 16:00:15','2022-06-14 16:00:15'),(1699,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 16:01:04','2022-06-14 16:01:04','2022-06-14 16:01:04'),(1700,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 16:10:15','2022-06-14 16:10:15','2022-06-14 16:10:15'),(1701,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 16:11:04','2022-06-14 16:11:04','2022-06-14 16:11:04'),(1702,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 16:15:15','2022-06-14 16:15:15','2022-06-14 16:15:15'),(1703,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 16:16:04','2022-06-14 16:16:04','2022-06-14 16:16:04'),(1704,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 16:30:16','2022-06-14 16:30:16','2022-06-14 16:30:16'),(1705,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 16:31:05','2022-06-14 16:31:05','2022-06-14 16:31:05'),(1706,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 16:35:19','2022-06-14 16:35:19','2022-06-14 16:35:19'),(1707,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 16:36:08','2022-06-14 16:36:08','2022-06-14 16:36:08'),(1708,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 16:50:17','2022-06-14 16:50:17','2022-06-14 16:50:17'),(1709,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 16:51:06','2022-06-14 16:51:06','2022-06-14 16:51:06'),(1710,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 17:10:21','2022-06-14 17:10:21','2022-06-14 17:10:21'),(1711,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 17:11:10','2022-06-14 17:11:10','2022-06-14 17:11:10'),(1712,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 17:15:19','2022-06-14 17:15:19','2022-06-14 17:15:19'),(1713,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 17:16:08','2022-06-14 17:16:08','2022-06-14 17:16:08'),(1714,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 17:20:19','2022-06-14 17:20:19','2022-06-14 17:20:19'),(1715,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 17:21:08','2022-06-14 17:21:08','2022-06-14 17:21:08'),(1716,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 17:50:21','2022-06-14 17:50:21','2022-06-14 17:50:21'),(1717,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 17:51:10','2022-06-14 17:51:10','2022-06-14 17:51:10'),(1718,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 18:00:21','2022-06-14 18:00:21','2022-06-14 18:00:21'),(1719,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 18:01:10','2022-06-14 18:01:10','2022-06-14 18:01:10'),(1720,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 18:15:24','2022-06-14 18:15:24','2022-06-14 18:15:24'),(1721,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 18:16:13','2022-06-14 18:16:13','2022-06-14 18:16:13'),(1722,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 18:30:24','2022-06-14 18:30:24','2022-06-14 18:30:24'),(1723,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 18:31:12','2022-06-14 18:31:12','2022-06-14 18:31:12'),(1724,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 18:35:24','2022-06-14 18:35:24','2022-06-14 18:35:24'),(1725,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 18:36:13','2022-06-14 18:36:13','2022-06-14 18:36:13'),(1726,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 18:55:26','2022-06-14 18:55:26','2022-06-14 18:55:26'),(1727,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 18:56:14','2022-06-14 18:56:14','2022-06-14 18:56:14'),(1728,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 19:10:27','2022-06-14 19:10:27','2022-06-14 19:10:27'),(1729,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 19:11:16','2022-06-14 19:11:16','2022-06-14 19:11:16'),(1730,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 19:15:27','2022-06-14 19:15:27','2022-06-14 19:15:27'),(1731,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 19:16:16','2022-06-14 19:16:16','2022-06-14 19:16:16'),(1732,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 19:20:27','2022-06-14 19:20:27','2022-06-14 19:20:27'),(1733,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 19:21:16','2022-06-14 19:21:16','2022-06-14 19:21:16'),(1734,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 19:25:28','2022-06-14 19:25:28','2022-06-14 19:25:28'),(1735,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 19:26:17','2022-06-14 19:26:17','2022-06-14 19:26:17'),(1736,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 19:35:28','2022-06-14 19:35:28','2022-06-14 19:35:28'),(1737,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 19:36:18','2022-06-14 19:36:18','2022-06-14 19:36:18'),(1738,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 19:40:29','2022-06-14 19:40:29','2022-06-14 19:40:29'),(1739,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 19:41:18','2022-06-14 19:41:18','2022-06-14 19:41:18'),(1740,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 19:55:30','2022-06-14 19:55:30','2022-06-14 19:55:30'),(1741,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 20:05:54','2022-06-14 20:05:54','2022-06-14 20:05:54'),(1742,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 20:10:54','2022-06-14 20:10:54','2022-06-14 20:10:54'),(1743,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 20:11:43','2022-06-14 20:11:43','2022-06-14 20:11:43'),(1744,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 20:25:55','2022-06-14 20:25:55','2022-06-14 20:25:55'),(1745,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 20:26:44','2022-06-14 20:26:44','2022-06-14 20:26:44'),(1746,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 20:35:55','2022-06-14 20:35:55','2022-06-14 20:35:55'),(1747,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 20:36:44','2022-06-14 20:36:44','2022-06-14 20:36:44'),(1748,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:00:57','2022-06-14 21:00:57','2022-06-14 21:00:57'),(1749,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:01:46','2022-06-14 21:01:46','2022-06-14 21:01:46'),(1750,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:05:57','2022-06-14 21:05:57','2022-06-14 21:05:57'),(1751,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:06:46','2022-06-14 21:06:46','2022-06-14 21:06:46'),(1752,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:10:57','2022-06-14 21:10:57','2022-06-14 21:10:57'),(1753,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:11:46','2022-06-14 21:11:46','2022-06-14 21:11:46'),(1754,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:12:35','2022-06-14 21:12:35','2022-06-14 21:12:35'),(1755,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:15:59','2022-06-14 21:15:59','2022-06-14 21:15:59'),(1756,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:16:48','2022-06-14 21:16:48','2022-06-14 21:16:48'),(1757,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:17:37','2022-06-14 21:17:37','2022-06-14 21:17:37'),(1758,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:20:58','2022-06-14 21:20:58','2022-06-14 21:20:58'),(1759,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:21:46','2022-06-14 21:21:46','2022-06-14 21:21:46'),(1760,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:22:35','2022-06-14 21:22:35','2022-06-14 21:22:35'),(1761,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:25:58','2022-06-14 21:25:58','2022-06-14 21:25:58'),(1762,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:26:47','2022-06-14 21:26:47','2022-06-14 21:26:47'),(1763,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:27:36','2022-06-14 21:27:36','2022-06-14 21:27:36'),(1764,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:30:58','2022-06-14 21:30:58','2022-06-14 21:30:58'),(1765,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 21:31:47','2022-06-14 21:31:47','2022-06-14 21:31:47'),(1766,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:01:00','2022-06-14 22:01:00','2022-06-14 22:01:00'),(1767,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:01:49','2022-06-14 22:01:49','2022-06-14 22:01:49'),(1768,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:05:02','2022-06-14 22:05:02','2022-06-14 22:05:02'),(1769,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:05:51','2022-06-14 22:05:51','2022-06-14 22:05:51'),(1770,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:10:01','2022-06-14 22:10:01','2022-06-14 22:10:01'),(1771,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:10:49','2022-06-14 22:10:49','2022-06-14 22:10:49'),(1772,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:20:03','2022-06-14 22:20:03','2022-06-14 22:20:03'),(1773,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:20:52','2022-06-14 22:20:52','2022-06-14 22:20:52'),(1774,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:25:02','2022-06-14 22:25:02','2022-06-14 22:25:02'),(1775,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:25:50','2022-06-14 22:25:50','2022-06-14 22:25:50'),(1776,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:30:03','2022-06-14 22:30:03','2022-06-14 22:30:03'),(1777,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:30:52','2022-06-14 22:30:52','2022-06-14 22:30:52'),(1778,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:35:04','2022-06-14 22:35:04','2022-06-14 22:35:04'),(1779,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:35:53','2022-06-14 22:35:53','2022-06-14 22:35:53'),(1780,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:45:05','2022-06-14 22:45:05','2022-06-14 22:45:05'),(1781,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:45:53','2022-06-14 22:45:53','2022-06-14 22:45:53'),(1782,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:50:03','2022-06-14 22:50:03','2022-06-14 22:50:03'),(1783,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 22:50:52','2022-06-14 22:50:52','2022-06-14 22:50:52'),(1784,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 23:05:04','2022-06-14 23:05:04','2022-06-14 23:05:04'),(1785,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 23:05:53','2022-06-14 23:05:53','2022-06-14 23:05:53'),(1786,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 23:10:04','2022-06-14 23:10:04','2022-06-14 23:10:04'),(1787,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 23:10:53','2022-06-14 23:10:53','2022-06-14 23:10:53'),(1788,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 23:20:05','2022-06-14 23:20:05','2022-06-14 23:20:05'),(1789,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 23:20:54','2022-06-14 23:20:54','2022-06-14 23:20:54'),(1790,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 23:40:06','2022-06-14 23:40:06','2022-06-14 23:40:06'),(1791,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 23:40:55','2022-06-14 23:40:55','2022-06-14 23:40:55'),(1792,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 23:45:06','2022-06-14 23:45:06','2022-06-14 23:45:06'),(1793,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 23:45:55','2022-06-14 23:45:55','2022-06-14 23:45:55'),(1794,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 23:55:06','2022-06-14 23:55:06','2022-06-14 23:55:06'),(1795,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-14 23:55:55','2022-06-14 23:55:55','2022-06-14 23:55:55'),(1796,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 00:00:07','2022-06-15 00:00:07','2022-06-15 00:00:07'),(1797,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 00:00:56','2022-06-15 00:00:56','2022-06-15 00:00:56'),(1798,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 00:05:07','2022-06-15 00:05:07','2022-06-15 00:05:07'),(1799,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 00:05:56','2022-06-15 00:05:56','2022-06-15 00:05:56'),(1800,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 00:25:10','2022-06-15 00:25:10','2022-06-15 00:25:10'),(1801,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 00:25:59','2022-06-15 00:25:59','2022-06-15 00:25:59'),(1802,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 00:50:10','2022-06-15 00:50:10','2022-06-15 00:50:10'),(1803,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 00:50:59','2022-06-15 00:50:59','2022-06-15 00:50:59'),(1804,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 00:55:10','2022-06-15 00:55:10','2022-06-15 00:55:10'),(1805,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 00:55:59','2022-06-15 00:55:59','2022-06-15 00:55:59'),(1806,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:00:10','2022-06-15 01:00:10','2022-06-15 01:00:10'),(1807,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:00:59','2022-06-15 01:00:59','2022-06-15 01:00:59'),(1808,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:01:48','2022-06-15 01:01:48','2022-06-15 01:01:48'),(1809,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:05:12','2022-06-15 01:05:12','2022-06-15 01:05:12'),(1810,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:10:11','2022-06-15 01:10:11','2022-06-15 01:10:11'),(1811,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:11:00','2022-06-15 01:11:00','2022-06-15 01:11:00'),(1812,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:20:11','2022-06-15 01:20:11','2022-06-15 01:20:11'),(1813,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:21:00','2022-06-15 01:21:00','2022-06-15 01:21:00'),(1814,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:30:12','2022-06-15 01:30:12','2022-06-15 01:30:12'),(1815,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:31:00','2022-06-15 01:31:00','2022-06-15 01:31:00'),(1816,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:31:50','2022-06-15 01:31:50','2022-06-15 01:31:50'),(1817,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:35:14','2022-06-15 01:35:14','2022-06-15 01:35:14'),(1818,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:40:12','2022-06-15 01:40:12','2022-06-15 01:40:12'),(1819,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:41:01','2022-06-15 01:41:01','2022-06-15 01:41:01'),(1820,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:50:13','2022-06-15 01:50:13','2022-06-15 01:50:13'),(1821,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:55:13','2022-06-15 01:55:13','2022-06-15 01:55:13'),(1822,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:56:02','2022-06-15 01:56:02','2022-06-15 01:56:02'),(1823,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 01:56:51','2022-06-15 01:56:51','2022-06-15 01:56:51'),(1824,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 02:00:13','2022-06-15 02:00:13','2022-06-15 02:00:13'),(1825,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 02:01:02','2022-06-15 02:01:02','2022-06-15 02:01:02'),(1826,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 02:05:14','2022-06-15 02:05:14','2022-06-15 02:05:14'),(1827,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 02:06:03','2022-06-15 02:06:03','2022-06-15 02:06:03'),(1828,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 02:30:15','2022-06-15 02:30:15','2022-06-15 02:30:15'),(1829,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 02:31:04','2022-06-15 02:31:04','2022-06-15 02:31:04'),(1830,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 02:40:16','2022-06-15 02:40:16','2022-06-15 02:40:16'),(1831,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 02:41:05','2022-06-15 02:41:05','2022-06-15 02:41:05'),(1832,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 02:45:16','2022-06-15 02:45:16','2022-06-15 02:45:16'),(1833,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 02:46:05','2022-06-15 02:46:05','2022-06-15 02:46:05'),(1834,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 02:55:16','2022-06-15 02:55:16','2022-06-15 02:55:16'),(1835,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 02:56:07','2022-06-15 02:56:07','2022-06-15 02:56:07'),(1836,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:00:17','2022-06-15 03:00:17','2022-06-15 03:00:17'),(1837,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:05:17','2022-06-15 03:05:17','2022-06-15 03:05:17'),(1838,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:10:17','2022-06-15 03:10:17','2022-06-15 03:10:17'),(1839,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:11:06','2022-06-15 03:11:06','2022-06-15 03:11:06'),(1840,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:20:18','2022-06-15 03:20:18','2022-06-15 03:20:18'),(1841,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:21:07','2022-06-15 03:21:07','2022-06-15 03:21:07'),(1842,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:25:18','2022-06-15 03:25:18','2022-06-15 03:25:18'),(1843,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:26:07','2022-06-15 03:26:07','2022-06-15 03:26:07'),(1844,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:30:18','2022-06-15 03:30:18','2022-06-15 03:30:18'),(1845,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:31:07','2022-06-15 03:31:07','2022-06-15 03:31:07'),(1846,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:40:20','2022-06-15 03:40:20','2022-06-15 03:40:20'),(1847,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:41:10','2022-06-15 03:41:10','2022-06-15 03:41:10'),(1848,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:50:20','2022-06-15 03:50:20','2022-06-15 03:50:20'),(1849,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 03:51:09','2022-06-15 03:51:09','2022-06-15 03:51:09'),(1850,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 04:00:20','2022-06-15 04:00:20','2022-06-15 04:00:20'),(1851,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 04:01:09','2022-06-15 04:01:09','2022-06-15 04:01:09'),(1852,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 04:05:20','2022-06-15 04:05:20','2022-06-15 04:05:20'),(1853,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 04:06:09','2022-06-15 04:06:09','2022-06-15 04:06:09'),(1854,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 04:25:22','2022-06-15 04:25:22','2022-06-15 04:25:22'),(1855,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 04:26:11','2022-06-15 04:26:11','2022-06-15 04:26:11'),(1856,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 04:45:23','2022-06-15 04:45:23','2022-06-15 04:45:23'),(1857,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 04:46:11','2022-06-15 04:46:11','2022-06-15 04:46:11'),(1858,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 04:55:23','2022-06-15 04:55:23','2022-06-15 04:55:23'),(1859,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 04:56:12','2022-06-15 04:56:12','2022-06-15 04:56:12'),(1860,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:15:24','2022-06-15 05:15:24','2022-06-15 05:15:24'),(1861,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:16:13','2022-06-15 05:16:13','2022-06-15 05:16:13'),(1862,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:20:25','2022-06-15 05:20:25','2022-06-15 05:20:25'),(1863,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:21:14','2022-06-15 05:21:14','2022-06-15 05:21:14'),(1864,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:25:25','2022-06-15 05:25:25','2022-06-15 05:25:25'),(1865,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:26:14','2022-06-15 05:26:14','2022-06-15 05:26:14'),(1866,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:35:25','2022-06-15 05:35:25','2022-06-15 05:35:25'),(1867,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:36:14','2022-06-15 05:36:14','2022-06-15 05:36:14'),(1868,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:45:26','2022-06-15 05:45:26','2022-06-15 05:45:26'),(1869,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:46:15','2022-06-15 05:46:15','2022-06-15 05:46:15'),(1870,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:50:26','2022-06-15 05:50:26','2022-06-15 05:50:26'),(1871,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:51:15','2022-06-15 05:51:15','2022-06-15 05:51:15'),(1872,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:55:27','2022-06-15 05:55:27','2022-06-15 05:55:27'),(1873,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 05:56:16','2022-06-15 05:56:16','2022-06-15 05:56:16'),(1874,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:00:27','2022-06-15 06:00:27','2022-06-15 06:00:27'),(1875,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:01:16','2022-06-15 06:01:16','2022-06-15 06:01:16'),(1876,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:05:27','2022-06-15 06:05:27','2022-06-15 06:05:27'),(1877,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:06:16','2022-06-15 06:06:16','2022-06-15 06:06:16'),(1878,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:10:27','2022-06-15 06:10:27','2022-06-15 06:10:27'),(1879,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:11:16','2022-06-15 06:11:16','2022-06-15 06:11:16'),(1880,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:20:29','2022-06-15 06:20:29','2022-06-15 06:20:29'),(1881,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:21:18','2022-06-15 06:21:18','2022-06-15 06:21:18'),(1882,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:22:07','2022-06-15 06:22:07','2022-06-15 06:22:07'),(1883,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:25:28','2022-06-15 06:25:28','2022-06-15 06:25:28'),(1884,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:26:17','2022-06-15 06:26:17','2022-06-15 06:26:17'),(1885,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:27:06','2022-06-15 06:27:06','2022-06-15 06:27:06'),(1886,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:30:28','2022-06-15 06:30:28','2022-06-15 06:30:28'),(1887,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:31:18','2022-06-15 06:31:18','2022-06-15 06:31:18'),(1888,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:35:29','2022-06-15 06:35:29','2022-06-15 06:35:29'),(1889,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:36:18','2022-06-15 06:36:18','2022-06-15 06:36:18'),(1890,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:40:30','2022-06-15 06:40:30','2022-06-15 06:40:30'),(1891,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:41:20','2022-06-15 06:41:20','2022-06-15 06:41:20'),(1892,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:45:29','2022-06-15 06:45:29','2022-06-15 06:45:29'),(1893,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 06:46:19','2022-06-15 06:46:19','2022-06-15 06:46:19'),(1894,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 07:05:30','2022-06-15 07:05:30','2022-06-15 07:05:30'),(1895,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 07:06:19','2022-06-15 07:06:19','2022-06-15 07:06:19'),(1896,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 07:20:31','2022-06-15 07:20:31','2022-06-15 07:20:31'),(1897,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 07:21:22','2022-06-15 07:21:22','2022-06-15 07:21:22'),(1898,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 07:25:32','2022-06-15 07:25:32','2022-06-15 07:25:32'),(1899,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 07:26:20','2022-06-15 07:26:20','2022-06-15 07:26:20'),(1900,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 07:40:34','2022-06-15 07:40:34','2022-06-15 07:40:34'),(1901,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 07:41:24','2022-06-15 07:41:24','2022-06-15 07:41:24'),(1902,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 07:45:35','2022-06-15 07:45:35','2022-06-15 07:45:35'),(1903,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 07:46:23','2022-06-15 07:46:23','2022-06-15 07:46:23'),(1904,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 08:05:34','2022-06-15 08:05:34','2022-06-15 08:05:34'),(1905,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 08:06:23','2022-06-15 08:06:23','2022-06-15 08:06:23'),(1906,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 08:20:35','2022-06-15 08:20:35','2022-06-15 08:20:35'),(1907,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 08:21:24','2022-06-15 08:21:24','2022-06-15 08:21:24'),(1908,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:00:37','2022-06-15 09:00:37','2022-06-15 09:00:37'),(1909,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:01:26','2022-06-15 09:01:26','2022-06-15 09:01:26'),(1910,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:05:26','2022-06-15 09:05:26','2022-06-15 09:05:26'),(1911,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:06:11','2022-06-15 09:06:11','2022-06-15 09:06:11'),(1912,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:06:57','2022-06-15 09:06:57','2022-06-15 09:06:57'),(1913,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:07:44','2022-06-15 09:07:44','2022-06-15 09:07:44'),(1914,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:08:29','2022-06-15 09:08:29','2022-06-15 09:08:29'),(1915,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:09:15','2022-06-15 09:09:15','2022-06-15 09:09:15'),(1916,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:10:02','2022-06-15 09:10:02','2022-06-15 09:10:02'),(1917,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:10:48','2022-06-15 09:10:48','2022-06-15 09:10:48'),(1918,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:11:34','2022-06-15 09:11:34','2022-06-15 09:11:34'),(1919,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:12:20','2022-06-15 09:12:20','2022-06-15 09:12:20'),(1920,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:13:07','2022-06-15 09:13:07','2022-06-15 09:13:07'),(1921,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:13:53','2022-06-15 09:13:53','2022-06-15 09:13:53'),(1922,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:14:40','2022-06-15 09:14:40','2022-06-15 09:14:40'),(1923,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:15:26','2022-06-15 09:15:26','2022-06-15 09:15:26'),(1924,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:16:13','2022-06-15 09:16:13','2022-06-15 09:16:13'),(1925,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:17:00','2022-06-15 09:17:00','2022-06-15 09:17:00'),(1926,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:17:47','2022-06-15 09:17:47','2022-06-15 09:17:47'),(1927,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:18:35','2022-06-15 09:18:35','2022-06-15 09:18:35'),(1928,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:19:22','2022-06-15 09:19:22','2022-06-15 09:19:22'),(1929,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:20:10','2022-06-15 09:20:10','2022-06-15 09:20:10'),(1930,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:20:57','2022-06-15 09:20:57','2022-06-15 09:20:57'),(1931,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:21:45','2022-06-15 09:21:45','2022-06-15 09:21:45'),(1932,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:22:33','2022-06-15 09:22:33','2022-06-15 09:22:33'),(1933,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:23:22','2022-06-15 09:23:22','2022-06-15 09:23:22'),(1934,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:24:10','2022-06-15 09:24:10','2022-06-15 09:24:10'),(1935,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:24:59','2022-06-15 09:24:59','2022-06-15 09:24:59'),(1936,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:25:47','2022-06-15 09:25:47','2022-06-15 09:25:47'),(1937,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:26:36','2022-06-15 09:26:36','2022-06-15 09:26:36'),(1938,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:27:24','2022-06-15 09:27:24','2022-06-15 09:27:24'),(1939,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:28:17','2022-06-15 09:28:17','2022-06-15 09:28:17'),(1940,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:29:06','2022-06-15 09:29:06','2022-06-15 09:29:06'),(1941,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:35:39','2022-06-15 09:35:39','2022-06-15 09:35:39'),(1942,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:36:28','2022-06-15 09:36:28','2022-06-15 09:36:28'),(1943,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:55:40','2022-06-15 09:55:40','2022-06-15 09:55:40'),(1944,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 09:56:29','2022-06-15 09:56:29','2022-06-15 09:56:29'),(1945,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 10:00:40','2022-06-15 10:00:40','2022-06-15 10:00:40'),(1946,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 10:01:30','2022-06-15 10:01:30','2022-06-15 10:01:30'),(1947,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 10:10:41','2022-06-15 10:10:41','2022-06-15 10:10:41'),(1948,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 10:11:27','2022-06-15 10:11:27','2022-06-15 10:11:27'),(1949,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 10:35:42','2022-06-15 10:35:42','2022-06-15 10:35:42'),(1950,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 10:36:28','2022-06-15 10:36:28','2022-06-15 10:36:28'),(1951,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 10:40:43','2022-06-15 10:40:43','2022-06-15 10:40:43'),(1952,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 10:45:43','2022-06-15 10:45:43','2022-06-15 10:45:43'),(1953,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 10:50:44','2022-06-15 10:50:44','2022-06-15 10:50:44'),(1954,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 10:51:30','2022-06-15 10:51:30','2022-06-15 10:51:30'),(1955,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 10:55:43','2022-06-15 10:55:43','2022-06-15 10:55:43'),(1956,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 10:56:29','2022-06-15 10:56:29','2022-06-15 10:56:29'),(1957,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 11:00:46','2022-06-15 11:00:46','2022-06-15 11:00:46'),(1958,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 11:01:32','2022-06-15 11:01:32','2022-06-15 11:01:32'),(1959,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 11:05:44','2022-06-15 11:05:44','2022-06-15 11:05:44'),(1960,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 11:06:29','2022-06-15 11:06:29','2022-06-15 11:06:29'),(1961,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 11:10:44','2022-06-15 11:10:44','2022-06-15 11:10:44'),(1962,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 11:11:33','2022-06-15 11:11:33','2022-06-15 11:11:33'),(1963,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 11:45:46','2022-06-15 11:45:46','2022-06-15 11:45:46'),(1964,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 11:46:35','2022-06-15 11:46:35','2022-06-15 11:46:35'),(1965,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 11:55:47','2022-06-15 11:55:47','2022-06-15 11:55:47'),(1966,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 11:56:36','2022-06-15 11:56:36','2022-06-15 11:56:36'),(1967,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:00:47','2022-06-15 12:00:47','2022-06-15 12:00:47'),(1968,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:01:36','2022-06-15 12:01:36','2022-06-15 12:01:36'),(1969,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:10:48','2022-06-15 12:10:48','2022-06-15 12:10:48'),(1970,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:11:37','2022-06-15 12:11:37','2022-06-15 12:11:37'),(1971,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:15:48','2022-06-15 12:15:48','2022-06-15 12:15:48'),(1972,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:16:37','2022-06-15 12:16:37','2022-06-15 12:16:37'),(1973,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:20:48','2022-06-15 12:20:48','2022-06-15 12:20:48'),(1974,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:21:37','2022-06-15 12:21:37','2022-06-15 12:21:37'),(1975,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:25:50','2022-06-15 12:25:50','2022-06-15 12:25:50'),(1976,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:26:39','2022-06-15 12:26:39','2022-06-15 12:26:39'),(1977,'ab9e8bea-803e-4d0b-a67b-bae9c5446301','2022-06-15 12:30:43','2022-07-15 08:21:57','2022-07-15 08:21:57'),(1978,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:45:50','2022-06-15 12:45:50','2022-06-15 12:45:50'),(1979,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:46:39','2022-06-15 12:46:39','2022-06-15 12:46:39'),(1980,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:55:50','2022-06-15 12:55:50','2022-06-15 12:55:50'),(1981,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 12:56:40','2022-06-15 12:56:40','2022-06-15 12:56:40'),(1982,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 13:00:54','2022-06-15 13:00:54','2022-06-15 13:00:54'),(1983,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 13:01:43','2022-06-15 13:01:43','2022-06-15 13:01:43'),(1984,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 13:20:53','2022-06-15 13:20:53','2022-06-15 13:20:53'),(1985,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 13:21:43','2022-06-15 13:21:43','2022-06-15 13:21:43'),(1986,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 13:30:52','2022-06-15 13:30:52','2022-06-15 13:30:52'),(1987,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 13:31:41','2022-06-15 13:31:41','2022-06-15 13:31:41'),(1988,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 13:40:55','2022-06-15 13:40:55','2022-06-15 13:40:55'),(1989,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 13:41:44','2022-06-15 13:41:44','2022-06-15 13:41:44'),(1990,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 13:50:53','2022-06-15 13:50:53','2022-06-15 13:50:53'),(1991,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 13:51:42','2022-06-15 13:51:42','2022-06-15 13:51:42'),(1992,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 14:15:55','2022-06-15 14:15:55','2022-06-15 14:15:55'),(1993,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 14:16:44','2022-06-15 14:16:44','2022-06-15 14:16:44'),(1994,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 14:20:55','2022-06-15 14:20:55','2022-06-15 14:20:55'),(1995,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 14:21:44','2022-06-15 14:21:44','2022-06-15 14:21:44'),(1996,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:00:57','2022-06-15 15:00:57','2022-06-15 15:00:57'),(1997,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:01:47','2022-06-15 15:01:47','2022-06-15 15:01:47'),(1998,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:10:58','2022-06-15 15:10:58','2022-06-15 15:10:58'),(1999,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:11:46','2022-06-15 15:11:46','2022-06-15 15:11:46'),(2000,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:15:58','2022-06-15 15:15:58','2022-06-15 15:15:58'),(2001,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:16:47','2022-06-15 15:16:47','2022-06-15 15:16:47'),(2002,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:20:58','2022-06-15 15:20:58','2022-06-15 15:20:58'),(2003,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:21:47','2022-06-15 15:21:47','2022-06-15 15:21:47'),(2004,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:35:59','2022-06-15 15:35:59','2022-06-15 15:35:59'),(2005,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:36:48','2022-06-15 15:36:48','2022-06-15 15:36:48'),(2006,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:37:37','2022-06-15 15:37:37','2022-06-15 15:37:37'),(2007,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:40:59','2022-06-15 15:40:59','2022-06-15 15:40:59'),(2008,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:41:48','2022-06-15 15:41:48','2022-06-15 15:41:48'),(2009,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:42:37','2022-06-15 15:42:37','2022-06-15 15:42:37'),(2010,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:51:00','2022-06-15 15:51:00','2022-06-15 15:51:00'),(2011,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:51:49','2022-06-15 15:51:49','2022-06-15 15:51:49'),(2012,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 15:55:00','2022-06-15 15:55:00','2022-06-15 15:55:00'),(2013,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 16:00:03','2022-06-15 16:00:03','2022-06-15 16:00:03'),(2014,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 16:10:01','2022-06-15 16:10:01','2022-06-15 16:10:01'),(2015,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 16:10:50','2022-06-15 16:10:50','2022-06-15 16:10:50'),(2016,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 16:15:02','2022-06-15 16:15:02','2022-06-15 16:15:02'),(2017,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 16:15:50','2022-06-15 16:15:50','2022-06-15 16:15:50'),(2018,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 16:25:03','2022-06-15 16:25:03','2022-06-15 16:25:03'),(2019,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 16:25:52','2022-06-15 16:25:52','2022-06-15 16:25:52'),(2020,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 16:30:02','2022-06-15 16:30:02','2022-06-15 16:30:02'),(2021,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 16:30:51','2022-06-15 16:30:51','2022-06-15 16:30:51'),(2022,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 16:35:03','2022-06-15 16:35:03','2022-06-15 16:35:03'),(2023,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 16:35:51','2022-06-15 16:35:51','2022-06-15 16:35:51'),(2024,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 16:40:03','2022-06-15 16:40:03','2022-06-15 16:40:03'),(2025,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 16:40:51','2022-06-15 16:40:51','2022-06-15 16:40:51'),(2026,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:07:14','2022-06-15 17:07:14','2022-06-15 17:07:14'),(2027,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:08:02','2022-06-15 17:08:02','2022-06-15 17:08:02'),(2028,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:15:06','2022-06-15 17:15:06','2022-06-15 17:15:06'),(2029,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:15:55','2022-06-15 17:15:55','2022-06-15 17:15:55'),(2030,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:20:05','2022-06-15 17:20:05','2022-06-15 17:20:05'),(2031,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:20:54','2022-06-15 17:20:54','2022-06-15 17:20:54'),(2032,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:25:05','2022-06-15 17:25:05','2022-06-15 17:25:05'),(2033,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:25:54','2022-06-15 17:25:54','2022-06-15 17:25:54'),(2034,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:35:06','2022-06-15 17:35:06','2022-06-15 17:35:06'),(2035,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:35:55','2022-06-15 17:35:55','2022-06-15 17:35:55'),(2036,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:40:06','2022-06-15 17:40:06','2022-06-15 17:40:06'),(2037,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:40:55','2022-06-15 17:40:55','2022-06-15 17:40:55'),(2038,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:45:07','2022-06-15 17:45:07','2022-06-15 17:45:07'),(2039,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:45:55','2022-06-15 17:45:55','2022-06-15 17:45:55'),(2040,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:50:07','2022-06-15 17:50:07','2022-06-15 17:50:07'),(2041,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 17:50:55','2022-06-15 17:50:55','2022-06-15 17:50:55'),(2042,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 18:00:07','2022-06-15 18:00:07','2022-06-15 18:00:07'),(2043,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 18:00:56','2022-06-15 18:00:56','2022-06-15 18:00:56'),(2044,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 18:10:10','2022-06-15 18:10:10','2022-06-15 18:10:10'),(2045,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 18:10:59','2022-06-15 18:10:59','2022-06-15 18:10:59'),(2046,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 18:15:08','2022-06-15 18:15:08','2022-06-15 18:15:08'),(2047,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 18:15:57','2022-06-15 18:15:57','2022-06-15 18:15:57'),(2048,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 18:16:45','2022-06-15 18:16:45','2022-06-15 18:16:45'),(2049,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 18:20:10','2022-06-15 18:20:10','2022-06-15 18:20:10'),(2050,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 19:15:12','2022-06-15 19:15:12','2022-06-15 19:15:12'),(2051,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 19:16:00','2022-06-15 19:16:00','2022-06-15 19:16:00'),(2052,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 19:16:49','2022-06-15 19:16:49','2022-06-15 19:16:49'),(2053,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 19:20:12','2022-06-15 19:20:12','2022-06-15 19:20:12'),(2054,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 19:21:01','2022-06-15 19:21:01','2022-06-15 19:21:01'),(2055,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 19:21:49','2022-06-15 19:21:49','2022-06-15 19:21:49'),(2056,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 19:25:13','2022-06-15 19:25:13','2022-06-15 19:25:13'),(2057,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 19:26:02','2022-06-15 19:26:02','2022-06-15 19:26:02'),(2058,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 19:45:13','2022-06-15 19:45:13','2022-06-15 19:45:13'),(2059,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 19:46:02','2022-06-15 19:46:02','2022-06-15 19:46:02'),(2060,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 19:50:13','2022-06-15 19:50:13','2022-06-15 19:50:13'),(2061,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 19:51:02','2022-06-15 19:51:02','2022-06-15 19:51:02'),(2062,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:00:14','2022-06-15 20:00:14','2022-06-15 20:00:14'),(2063,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:01:03','2022-06-15 20:01:03','2022-06-15 20:01:03'),(2064,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:10:17','2022-06-15 20:10:17','2022-06-15 20:10:17'),(2065,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:11:06','2022-06-15 20:11:06','2022-06-15 20:11:06'),(2066,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:15:15','2022-06-15 20:15:15','2022-06-15 20:15:15'),(2067,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:16:03','2022-06-15 20:16:03','2022-06-15 20:16:03'),(2068,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:20:15','2022-06-15 20:20:15','2022-06-15 20:20:15'),(2069,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:21:04','2022-06-15 20:21:04','2022-06-15 20:21:04'),(2070,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:30:16','2022-06-15 20:30:16','2022-06-15 20:30:16'),(2071,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:31:05','2022-06-15 20:31:05','2022-06-15 20:31:05'),(2072,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:40:16','2022-06-15 20:40:16','2022-06-15 20:40:16'),(2073,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:41:05','2022-06-15 20:41:05','2022-06-15 20:41:05'),(2074,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:45:18','2022-06-15 20:45:18','2022-06-15 20:45:18'),(2075,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:46:07','2022-06-15 20:46:07','2022-06-15 20:46:07'),(2076,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:50:17','2022-06-15 20:50:17','2022-06-15 20:50:17'),(2077,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 20:51:06','2022-06-15 20:51:06','2022-06-15 20:51:06'),(2078,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 21:00:17','2022-06-15 21:00:17','2022-06-15 21:00:17'),(2079,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 21:01:06','2022-06-15 21:01:06','2022-06-15 21:01:06'),(2080,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 21:25:19','2022-06-15 21:25:19','2022-06-15 21:25:19'),(2081,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 21:26:07','2022-06-15 21:26:07','2022-06-15 21:26:07'),(2082,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 21:40:20','2022-06-15 21:40:20','2022-06-15 21:40:20'),(2083,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 21:41:09','2022-06-15 21:41:09','2022-06-15 21:41:09'),(2084,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 21:45:20','2022-06-15 21:45:20','2022-06-15 21:45:20'),(2085,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 21:46:10','2022-06-15 21:46:10','2022-06-15 21:46:10'),(2086,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 21:50:20','2022-06-15 21:50:20','2022-06-15 21:50:20'),(2087,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 21:51:08','2022-06-15 21:51:08','2022-06-15 21:51:08'),(2088,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 21:55:24','2022-06-15 21:55:24','2022-06-15 21:55:24'),(2089,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 21:56:12','2022-06-15 21:56:12','2022-06-15 21:56:12'),(2090,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 22:15:22','2022-06-15 22:15:22','2022-06-15 22:15:22'),(2091,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 22:16:10','2022-06-15 22:16:10','2022-06-15 22:16:10'),(2092,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 22:25:22','2022-06-15 22:25:22','2022-06-15 22:25:22'),(2093,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 22:26:11','2022-06-15 22:26:11','2022-06-15 22:26:11'),(2094,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 22:30:25','2022-06-15 22:30:25','2022-06-15 22:30:25'),(2095,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 22:31:14','2022-06-15 22:31:14','2022-06-15 22:31:14'),(2096,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 22:40:23','2022-06-15 22:40:23','2022-06-15 22:40:23'),(2097,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 22:41:11','2022-06-15 22:41:11','2022-06-15 22:41:11'),(2098,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 22:50:23','2022-06-15 22:50:23','2022-06-15 22:50:23'),(2099,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 22:51:12','2022-06-15 22:51:12','2022-06-15 22:51:12'),(2100,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:00:25','2022-06-15 23:00:25','2022-06-15 23:00:25'),(2101,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:01:13','2022-06-15 23:01:13','2022-06-15 23:01:13'),(2102,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:10:25','2022-06-15 23:10:25','2022-06-15 23:10:25'),(2103,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:11:13','2022-06-15 23:11:13','2022-06-15 23:11:13'),(2104,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:20:25','2022-06-15 23:20:25','2022-06-15 23:20:25'),(2105,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:21:14','2022-06-15 23:21:14','2022-06-15 23:21:14'),(2106,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:25:26','2022-06-15 23:25:26','2022-06-15 23:25:26'),(2107,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:26:15','2022-06-15 23:26:15','2022-06-15 23:26:15'),(2108,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:35:27','2022-06-15 23:35:27','2022-06-15 23:35:27'),(2109,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:36:16','2022-06-15 23:36:16','2022-06-15 23:36:16'),(2110,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:40:27','2022-06-15 23:40:27','2022-06-15 23:40:27'),(2111,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:41:15','2022-06-15 23:41:15','2022-06-15 23:41:15'),(2112,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:55:28','2022-06-15 23:55:28','2022-06-15 23:55:28'),(2113,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-15 23:56:17','2022-06-15 23:56:17','2022-06-15 23:56:17'),(2114,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 00:00:28','2022-06-16 00:00:28','2022-06-16 00:00:28'),(2115,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 00:01:17','2022-06-16 00:01:17','2022-06-16 00:01:17'),(2116,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 00:10:29','2022-06-16 00:10:29','2022-06-16 00:10:29'),(2117,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 00:11:18','2022-06-16 00:11:18','2022-06-16 00:11:18'),(2118,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 00:25:30','2022-06-16 00:25:30','2022-06-16 00:25:30'),(2119,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 00:26:19','2022-06-16 00:26:19','2022-06-16 00:26:19'),(2120,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 00:50:32','2022-06-16 00:50:32','2022-06-16 00:50:32'),(2121,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 00:51:21','2022-06-16 00:51:21','2022-06-16 00:51:21'),(2122,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 00:55:32','2022-06-16 00:55:32','2022-06-16 00:55:32'),(2123,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 00:56:21','2022-06-16 00:56:21','2022-06-16 00:56:21'),(2124,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:00:33','2022-06-16 01:00:33','2022-06-16 01:00:33'),(2125,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:01:22','2022-06-16 01:01:22','2022-06-16 01:01:22'),(2126,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:05:33','2022-06-16 01:05:33','2022-06-16 01:05:33'),(2127,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:06:23','2022-06-16 01:06:23','2022-06-16 01:06:23'),(2128,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:16:09','2022-06-16 01:16:09','2022-06-16 01:16:09'),(2129,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:25:35','2022-06-16 01:25:35','2022-06-16 01:25:35'),(2130,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:26:24','2022-06-16 01:26:24','2022-06-16 01:26:24'),(2131,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:30:35','2022-06-16 01:30:35','2022-06-16 01:30:35'),(2132,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:31:24','2022-06-16 01:31:24','2022-06-16 01:31:24'),(2133,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:35:36','2022-06-16 01:35:36','2022-06-16 01:35:36'),(2134,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:36:25','2022-06-16 01:36:25','2022-06-16 01:36:25'),(2135,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:40:36','2022-06-16 01:40:36','2022-06-16 01:40:36'),(2136,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:41:24','2022-06-16 01:41:24','2022-06-16 01:41:24'),(2137,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:45:36','2022-06-16 01:45:36','2022-06-16 01:45:36'),(2138,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:46:25','2022-06-16 01:46:25','2022-06-16 01:46:25'),(2139,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:47:13','2022-06-16 01:47:13','2022-06-16 01:47:13'),(2140,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:50:37','2022-06-16 01:50:37','2022-06-16 01:50:37'),(2141,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:55:37','2022-06-16 01:55:37','2022-06-16 01:55:37'),(2142,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 01:56:26','2022-06-16 01:56:26','2022-06-16 01:56:26'),(2143,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 02:10:38','2022-06-16 02:10:38','2022-06-16 02:10:38'),(2144,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 02:11:27','2022-06-16 02:11:27','2022-06-16 02:11:27'),(2145,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 02:25:39','2022-06-16 02:25:39','2022-06-16 02:25:39'),(2146,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 02:26:27','2022-06-16 02:26:27','2022-06-16 02:26:27'),(2147,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 02:30:39','2022-06-16 02:30:39','2022-06-16 02:30:39'),(2148,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 02:31:28','2022-06-16 02:31:28','2022-06-16 02:31:28'),(2149,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 02:40:39','2022-06-16 02:40:39','2022-06-16 02:40:39'),(2150,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 02:41:28','2022-06-16 02:41:28','2022-06-16 02:41:28'),(2151,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 02:55:40','2022-06-16 02:55:40','2022-06-16 02:55:40'),(2152,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 02:56:29','2022-06-16 02:56:29','2022-06-16 02:56:29'),(2153,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 03:00:41','2022-06-16 03:00:41','2022-06-16 03:00:41'),(2154,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 03:01:29','2022-06-16 03:01:29','2022-06-16 03:01:29'),(2155,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 03:05:41','2022-06-16 03:05:41','2022-06-16 03:05:41'),(2156,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 03:06:30','2022-06-16 03:06:30','2022-06-16 03:06:30'),(2157,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 03:25:42','2022-06-16 03:25:42','2022-06-16 03:25:42'),(2158,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 03:26:31','2022-06-16 03:26:31','2022-06-16 03:26:31'),(2159,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 03:35:42','2022-06-16 03:35:42','2022-06-16 03:35:42'),(2160,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 03:36:32','2022-06-16 03:36:32','2022-06-16 03:36:32'),(2161,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 03:50:43','2022-06-16 03:50:43','2022-06-16 03:50:43'),(2162,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 03:51:32','2022-06-16 03:51:32','2022-06-16 03:51:32'),(2163,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 03:55:43','2022-06-16 03:55:43','2022-06-16 03:55:43'),(2164,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 03:56:33','2022-06-16 03:56:33','2022-06-16 03:56:33'),(2165,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:00:44','2022-06-16 04:00:44','2022-06-16 04:00:44'),(2166,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:01:33','2022-06-16 04:01:33','2022-06-16 04:01:33'),(2167,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:05:44','2022-06-16 04:05:44','2022-06-16 04:05:44'),(2168,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:10:44','2022-06-16 04:10:44','2022-06-16 04:10:44'),(2169,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:11:33','2022-06-16 04:11:33','2022-06-16 04:11:33'),(2170,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:12:22','2022-06-16 04:12:22','2022-06-16 04:12:22'),(2171,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:15:45','2022-06-16 04:15:45','2022-06-16 04:15:45'),(2172,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:16:34','2022-06-16 04:16:34','2022-06-16 04:16:34'),(2173,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:25:46','2022-06-16 04:25:46','2022-06-16 04:25:46'),(2174,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:26:35','2022-06-16 04:26:35','2022-06-16 04:26:35'),(2175,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:30:46','2022-06-16 04:30:46','2022-06-16 04:30:46'),(2176,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:31:35','2022-06-16 04:31:35','2022-06-16 04:31:35'),(2177,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:35:46','2022-06-16 04:35:46','2022-06-16 04:35:46'),(2178,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:36:34','2022-06-16 04:36:34','2022-06-16 04:36:34'),(2179,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:40:46','2022-06-16 04:40:46','2022-06-16 04:40:46'),(2180,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:41:35','2022-06-16 04:41:35','2022-06-16 04:41:35'),(2181,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:45:46','2022-06-16 04:45:46','2022-06-16 04:45:46'),(2182,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:46:35','2022-06-16 04:46:35','2022-06-16 04:46:35'),(2183,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:50:47','2022-06-16 04:50:47','2022-06-16 04:50:47'),(2184,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 04:51:36','2022-06-16 04:51:36','2022-06-16 04:51:36'),(2185,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 05:00:47','2022-06-16 05:00:47','2022-06-16 05:00:47'),(2186,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 05:01:36','2022-06-16 05:01:36','2022-06-16 05:01:36'),(2187,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 05:10:48','2022-06-16 05:10:48','2022-06-16 05:10:48'),(2188,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 05:11:37','2022-06-16 05:11:37','2022-06-16 05:11:37'),(2189,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 05:30:49','2022-06-16 05:30:49','2022-06-16 05:30:49'),(2190,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 05:31:38','2022-06-16 05:31:38','2022-06-16 05:31:38'),(2191,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 05:35:49','2022-06-16 05:35:49','2022-06-16 05:35:49'),(2192,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 05:40:49','2022-06-16 05:40:49','2022-06-16 05:40:49'),(2193,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 05:55:50','2022-06-16 05:55:50','2022-06-16 05:55:50'),(2194,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 05:56:39','2022-06-16 05:56:39','2022-06-16 05:56:39'),(2195,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 06:05:51','2022-06-16 06:05:51','2022-06-16 06:05:51'),(2196,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 06:06:40','2022-06-16 06:06:40','2022-06-16 06:06:40'),(2197,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 06:10:53','2022-06-16 06:10:53','2022-06-16 06:10:53'),(2198,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 06:11:46','2022-06-16 06:11:46','2022-06-16 06:11:46'),(2199,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 06:30:53','2022-06-16 06:30:53','2022-06-16 06:30:53'),(2200,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 06:31:42','2022-06-16 06:31:42','2022-06-16 06:31:42'),(2201,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 06:35:53','2022-06-16 06:35:53','2022-06-16 06:35:53'),(2202,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 06:36:42','2022-06-16 06:36:42','2022-06-16 06:36:42'),(2203,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 06:40:54','2022-06-16 06:40:54','2022-06-16 06:40:54'),(2204,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 06:41:42','2022-06-16 06:41:42','2022-06-16 06:41:42'),(2205,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 06:50:58','2022-06-16 06:50:58','2022-06-16 06:50:58'),(2206,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 06:51:47','2022-06-16 06:51:47','2022-06-16 06:51:47'),(2207,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 07:10:56','2022-06-16 07:10:56','2022-06-16 07:10:56'),(2208,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 07:11:45','2022-06-16 07:11:45','2022-06-16 07:11:45'),(2209,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 07:15:56','2022-06-16 07:15:56','2022-06-16 07:15:56'),(2210,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 07:16:45','2022-06-16 07:16:45','2022-06-16 07:16:45'),(2211,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 07:45:48','2022-06-16 07:45:48','2022-06-16 07:45:48'),(2212,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 07:46:42','2022-06-16 07:46:42','2022-06-16 07:46:42'),(2213,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 07:55:48','2022-06-16 07:55:48','2022-06-16 07:55:48'),(2214,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 07:56:38','2022-06-16 07:56:38','2022-06-16 07:56:38'),(2215,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:00:48','2022-06-16 08:00:48','2022-06-16 08:00:48'),(2216,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:01:40','2022-06-16 08:01:40','2022-06-16 08:01:40'),(2217,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:05:49','2022-06-16 08:05:49','2022-06-16 08:05:49'),(2218,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:06:38','2022-06-16 08:06:38','2022-06-16 08:06:38'),(2219,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:10:49','2022-06-16 08:10:49','2022-06-16 08:10:49'),(2220,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:11:38','2022-06-16 08:11:38','2022-06-16 08:11:38'),(2221,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:15:50','2022-06-16 08:15:50','2022-06-16 08:15:50'),(2222,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:20:50','2022-06-16 08:20:50','2022-06-16 08:20:50'),(2223,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:25:50','2022-06-16 08:25:50','2022-06-16 08:25:50'),(2224,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:26:38','2022-06-16 08:26:38','2022-06-16 08:26:38'),(2225,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:30:50','2022-06-16 08:30:50','2022-06-16 08:30:50'),(2226,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:31:39','2022-06-16 08:31:39','2022-06-16 08:31:39'),(2227,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:35:52','2022-06-16 08:35:52','2022-06-16 08:35:52'),(2228,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:36:40','2022-06-16 08:36:40','2022-06-16 08:36:40'),(2229,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:45:52','2022-06-16 08:45:52','2022-06-16 08:45:52'),(2230,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 08:46:42','2022-06-16 08:46:42','2022-06-16 08:46:42'),(2231,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:00:52','2022-06-16 09:00:52','2022-06-16 09:00:52'),(2232,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:01:41','2022-06-16 09:01:41','2022-06-16 09:01:41'),(2233,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:15:53','2022-06-16 09:15:53','2022-06-16 09:15:53'),(2234,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:20:53','2022-06-16 09:20:53','2022-06-16 09:20:53'),(2235,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:30:54','2022-06-16 09:30:54','2022-06-16 09:30:54'),(2236,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:31:42','2022-06-16 09:31:42','2022-06-16 09:31:42'),(2237,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:40:56','2022-06-16 09:40:56','2022-06-16 09:40:56'),(2238,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:41:45','2022-06-16 09:41:45','2022-06-16 09:41:45'),(2239,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:45:54','2022-06-16 09:45:54','2022-06-16 09:45:54'),(2240,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:46:43','2022-06-16 09:46:43','2022-06-16 09:46:43'),(2241,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:50:55','2022-06-16 09:50:55','2022-06-16 09:50:55'),(2242,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:51:43','2022-06-16 09:51:43','2022-06-16 09:51:43'),(2243,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:52:32','2022-06-16 09:52:32','2022-06-16 09:52:32'),(2244,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:55:55','2022-06-16 09:55:55','2022-06-16 09:55:55'),(2245,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:56:44','2022-06-16 09:56:44','2022-06-16 09:56:44'),(2246,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 09:57:33','2022-06-16 09:57:33','2022-06-16 09:57:33'),(2247,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:00:57','2022-06-16 10:00:57','2022-06-16 10:00:57'),(2248,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:01:47','2022-06-16 10:01:47','2022-06-16 10:01:47'),(2249,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:10:56','2022-06-16 10:10:56','2022-06-16 10:10:56'),(2250,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:11:45','2022-06-16 10:11:45','2022-06-16 10:11:45'),(2251,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:15:56','2022-06-16 10:15:56','2022-06-16 10:15:56'),(2252,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:16:45','2022-06-16 10:16:45','2022-06-16 10:16:45'),(2253,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:20:56','2022-06-16 10:20:56','2022-06-16 10:20:56'),(2254,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:21:45','2022-06-16 10:21:45','2022-06-16 10:21:45'),(2255,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:25:57','2022-06-16 10:25:57','2022-06-16 10:25:57'),(2256,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:26:46','2022-06-16 10:26:46','2022-06-16 10:26:46'),(2257,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:35:57','2022-06-16 10:35:57','2022-06-16 10:35:57'),(2258,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:36:46','2022-06-16 10:36:46','2022-06-16 10:36:46'),(2259,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:40:58','2022-06-16 10:40:58','2022-06-16 10:40:58'),(2260,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:41:47','2022-06-16 10:41:47','2022-06-16 10:41:47'),(2261,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:50:58','2022-06-16 10:50:58','2022-06-16 10:50:58'),(2262,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:51:47','2022-06-16 10:51:47','2022-06-16 10:51:47'),(2263,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:55:58','2022-06-16 10:55:58','2022-06-16 10:55:58'),(2264,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 10:56:48','2022-06-16 10:56:48','2022-06-16 10:56:48'),(2265,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:00:59','2022-06-16 11:00:59','2022-06-16 11:00:59'),(2266,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:01:48','2022-06-16 11:01:48','2022-06-16 11:01:48'),(2267,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:05:59','2022-06-16 11:05:59','2022-06-16 11:05:59'),(2268,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:06:48','2022-06-16 11:06:48','2022-06-16 11:06:48'),(2269,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:10:59','2022-06-16 11:10:59','2022-06-16 11:10:59'),(2270,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:11:48','2022-06-16 11:11:48','2022-06-16 11:11:48'),(2271,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:16:00','2022-06-16 11:16:00','2022-06-16 11:16:00'),(2272,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:21:01','2022-06-16 11:21:01','2022-06-16 11:21:01'),(2273,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:21:52','2022-06-16 11:21:52','2022-06-16 11:21:52'),(2274,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:22:40','2022-06-16 11:22:40','2022-06-16 11:22:40'),(2275,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:26:00','2022-06-16 11:26:00','2022-06-16 11:26:00'),(2276,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:26:48','2022-06-16 11:26:48','2022-06-16 11:26:48'),(2277,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:30:01','2022-06-16 11:30:01','2022-06-16 11:30:01'),(2278,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:35:00','2022-06-16 11:35:00','2022-06-16 11:35:00'),(2279,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:35:49','2022-06-16 11:35:49','2022-06-16 11:35:49'),(2280,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:36:39','2022-06-16 11:36:39','2022-06-16 11:36:39'),(2281,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:40:01','2022-06-16 11:40:01','2022-06-16 11:40:01'),(2282,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 11:40:49','2022-06-16 11:40:49','2022-06-16 11:40:49'),(2283,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:00:02','2022-06-16 12:00:02','2022-06-16 12:00:02'),(2284,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:00:51','2022-06-16 12:00:51','2022-06-16 12:00:51'),(2285,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:05:02','2022-06-16 12:05:02','2022-06-16 12:05:02'),(2286,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:05:51','2022-06-16 12:05:51','2022-06-16 12:05:51'),(2287,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:15:03','2022-06-16 12:15:03','2022-06-16 12:15:03'),(2288,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:15:52','2022-06-16 12:15:52','2022-06-16 12:15:52'),(2289,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:25:03','2022-06-16 12:25:03','2022-06-16 12:25:03'),(2290,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:25:52','2022-06-16 12:25:52','2022-06-16 12:25:52'),(2291,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:30:04','2022-06-16 12:30:04','2022-06-16 12:30:04'),(2292,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:30:53','2022-06-16 12:30:53','2022-06-16 12:30:53'),(2293,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:31:41','2022-06-16 12:31:41','2022-06-16 12:31:41'),(2294,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:35:04','2022-06-16 12:35:04','2022-06-16 12:35:04'),(2295,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:40:05','2022-06-16 12:40:05','2022-06-16 12:40:05'),(2296,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:40:54','2022-06-16 12:40:54','2022-06-16 12:40:54'),(2297,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:50:05','2022-06-16 12:50:05','2022-06-16 12:50:05'),(2298,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 12:50:54','2022-06-16 12:50:54','2022-06-16 12:50:54'),(2299,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 13:00:05','2022-06-16 13:00:05','2022-06-16 13:00:05'),(2300,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 13:00:54','2022-06-16 13:00:54','2022-06-16 13:00:54'),(2301,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 13:05:05','2022-06-16 13:05:05','2022-06-16 13:05:05'),(2302,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 13:05:54','2022-06-16 13:05:54','2022-06-16 13:05:54'),(2303,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 13:15:06','2022-06-16 13:15:06','2022-06-16 13:15:06'),(2304,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 13:15:55','2022-06-16 13:15:55','2022-06-16 13:15:55'),(2305,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 13:20:06','2022-06-16 13:20:06','2022-06-16 13:20:06'),(2306,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 13:20:55','2022-06-16 13:20:55','2022-06-16 13:20:55'),(2307,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 13:25:07','2022-06-16 13:25:07','2022-06-16 13:25:07'),(2308,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 13:25:55','2022-06-16 13:25:55','2022-06-16 13:25:55'),(2309,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 13:40:09','2022-06-16 13:40:09','2022-06-16 13:40:09'),(2310,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 13:40:58','2022-06-16 13:40:58','2022-06-16 13:40:58'),(2311,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:00:09','2022-06-16 14:00:09','2022-06-16 14:00:09'),(2312,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:00:58','2022-06-16 14:00:58','2022-06-16 14:00:58'),(2313,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:20:12','2022-06-16 14:20:12','2022-06-16 14:20:12'),(2314,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:21:00','2022-06-16 14:21:00','2022-06-16 14:21:00'),(2315,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:35:11','2022-06-16 14:35:11','2022-06-16 14:35:11'),(2316,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:35:59','2022-06-16 14:35:59','2022-06-16 14:35:59'),(2317,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:40:11','2022-06-16 14:40:11','2022-06-16 14:40:11'),(2318,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:40:59','2022-06-16 14:40:59','2022-06-16 14:40:59'),(2319,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:45:11','2022-06-16 14:45:11','2022-06-16 14:45:11'),(2320,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:45:59','2022-06-16 14:45:59','2022-06-16 14:45:59'),(2321,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:50:13','2022-06-16 14:50:13','2022-06-16 14:50:13'),(2322,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:51:01','2022-06-16 14:51:01','2022-06-16 14:51:01'),(2323,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:55:11','2022-06-16 14:55:11','2022-06-16 14:55:11'),(2324,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 14:56:00','2022-06-16 14:56:00','2022-06-16 14:56:00'),(2325,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:00:12','2022-06-16 15:00:12','2022-06-16 15:00:12'),(2326,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:01:00','2022-06-16 15:01:00','2022-06-16 15:01:00'),(2327,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:05:12','2022-06-16 15:05:12','2022-06-16 15:05:12'),(2328,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:06:00','2022-06-16 15:06:00','2022-06-16 15:06:00'),(2329,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:10:14','2022-06-16 15:10:14','2022-06-16 15:10:14'),(2330,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:11:02','2022-06-16 15:11:02','2022-06-16 15:11:02'),(2331,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:15:15','2022-06-16 15:15:15','2022-06-16 15:15:15'),(2332,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:16:03','2022-06-16 15:16:03','2022-06-16 15:16:03'),(2333,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:20:14','2022-06-16 15:20:14','2022-06-16 15:20:14'),(2334,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:21:03','2022-06-16 15:21:03','2022-06-16 15:21:03'),(2335,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:25:13','2022-06-16 15:25:13','2022-06-16 15:25:13'),(2336,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:26:01','2022-06-16 15:26:01','2022-06-16 15:26:01'),(2337,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:26:50','2022-06-16 15:26:50','2022-06-16 15:26:50'),(2338,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:30:13','2022-06-16 15:30:13','2022-06-16 15:30:13'),(2339,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:31:02','2022-06-16 15:31:02','2022-06-16 15:31:02'),(2340,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:31:51','2022-06-16 15:31:51','2022-06-16 15:31:51'),(2341,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:35:14','2022-06-16 15:35:14','2022-06-16 15:35:14'),(2342,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:36:02','2022-06-16 15:36:02','2022-06-16 15:36:02'),(2343,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:40:14','2022-06-16 15:40:14','2022-06-16 15:40:14'),(2344,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:41:02','2022-06-16 15:41:02','2022-06-16 15:41:02'),(2345,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:45:14','2022-06-16 15:45:14','2022-06-16 15:45:14'),(2346,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:46:03','2022-06-16 15:46:03','2022-06-16 15:46:03'),(2347,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:55:15','2022-06-16 15:55:15','2022-06-16 15:55:15'),(2348,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 15:56:03','2022-06-16 15:56:03','2022-06-16 15:56:03'),(2349,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 16:20:17','2022-06-16 16:20:17','2022-06-16 16:20:17'),(2350,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 16:21:04','2022-06-16 16:21:04','2022-06-16 16:21:04'),(2351,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 16:30:17','2022-06-16 16:30:17','2022-06-16 16:30:17'),(2352,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 16:31:05','2022-06-16 16:31:05','2022-06-16 16:31:05'),(2353,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 16:35:17','2022-06-16 16:35:17','2022-06-16 16:35:17'),(2354,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 16:40:18','2022-06-16 16:40:18','2022-06-16 16:40:18'),(2355,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 16:41:06','2022-06-16 16:41:06','2022-06-16 16:41:06'),(2356,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 16:45:18','2022-06-16 16:45:18','2022-06-16 16:45:18'),(2357,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:00:19','2022-06-16 17:00:19','2022-06-16 17:00:19'),(2358,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:01:08','2022-06-16 17:01:08','2022-06-16 17:01:08'),(2359,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:05:19','2022-06-16 17:05:19','2022-06-16 17:05:19'),(2360,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:06:08','2022-06-16 17:06:08','2022-06-16 17:06:08'),(2361,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:15:20','2022-06-16 17:15:20','2022-06-16 17:15:20'),(2362,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:16:09','2022-06-16 17:16:09','2022-06-16 17:16:09'),(2363,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:20:20','2022-06-16 17:20:20','2022-06-16 17:20:20'),(2364,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:21:09','2022-06-16 17:21:09','2022-06-16 17:21:09'),(2365,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:40:21','2022-06-16 17:40:21','2022-06-16 17:40:21'),(2366,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:41:09','2022-06-16 17:41:09','2022-06-16 17:41:09'),(2367,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:41:58','2022-06-16 17:41:58','2022-06-16 17:41:58'),(2368,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:45:21','2022-06-16 17:45:21','2022-06-16 17:45:21'),(2369,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:46:10','2022-06-16 17:46:10','2022-06-16 17:46:10'),(2370,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:46:59','2022-06-16 17:46:59','2022-06-16 17:46:59'),(2371,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:55:22','2022-06-16 17:55:22','2022-06-16 17:55:22'),(2372,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 17:56:11','2022-06-16 17:56:11','2022-06-16 17:56:11'),(2373,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:20:25','2022-06-16 18:20:25','2022-06-16 18:20:25'),(2374,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:21:14','2022-06-16 18:21:14','2022-06-16 18:21:14'),(2375,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:25:24','2022-06-16 18:25:24','2022-06-16 18:25:24'),(2376,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:30:24','2022-06-16 18:30:24','2022-06-16 18:30:24'),(2377,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:35:24','2022-06-16 18:35:24','2022-06-16 18:35:24'),(2378,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:36:13','2022-06-16 18:36:13','2022-06-16 18:36:13'),(2379,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:40:24','2022-06-16 18:40:24','2022-06-16 18:40:24'),(2380,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:41:13','2022-06-16 18:41:13','2022-06-16 18:41:13'),(2381,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:45:25','2022-06-16 18:45:25','2022-06-16 18:45:25'),(2382,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:46:14','2022-06-16 18:46:14','2022-06-16 18:46:14'),(2383,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:50:25','2022-06-16 18:50:25','2022-06-16 18:50:25'),(2384,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:51:14','2022-06-16 18:51:14','2022-06-16 18:51:14'),(2385,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:55:25','2022-06-16 18:55:25','2022-06-16 18:55:25'),(2386,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 18:56:14','2022-06-16 18:56:14','2022-06-16 18:56:14'),(2387,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 19:05:26','2022-06-16 19:05:26','2022-06-16 19:05:26'),(2388,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 19:06:15','2022-06-16 19:06:15','2022-06-16 19:06:15'),(2389,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 19:10:26','2022-06-16 19:10:26','2022-06-16 19:10:26'),(2390,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 19:11:15','2022-06-16 19:11:15','2022-06-16 19:11:15'),(2391,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 19:25:28','2022-06-16 19:25:28','2022-06-16 19:25:28'),(2392,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 19:26:17','2022-06-16 19:26:17','2022-06-16 19:26:17'),(2393,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 19:35:27','2022-06-16 19:35:27','2022-06-16 19:35:27'),(2394,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 19:36:17','2022-06-16 19:36:17','2022-06-16 19:36:17'),(2395,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 19:50:28','2022-06-16 19:50:28','2022-06-16 19:50:28'),(2396,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 19:51:18','2022-06-16 19:51:18','2022-06-16 19:51:18'),(2397,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 20:20:30','2022-06-16 20:20:30','2022-06-16 20:20:30'),(2398,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 20:25:31','2022-06-16 20:25:31','2022-06-16 20:25:31'),(2399,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 20:30:30','2022-06-16 20:30:30','2022-06-16 20:30:30'),(2400,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 20:31:21','2022-06-16 20:31:21','2022-06-16 20:31:21'),(2401,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 20:35:33','2022-06-16 20:35:33','2022-06-16 20:35:33'),(2402,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 20:36:23','2022-06-16 20:36:23','2022-06-16 20:36:23'),(2403,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 20:45:31','2022-06-16 20:45:31','2022-06-16 20:45:31'),(2404,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 20:46:21','2022-06-16 20:46:21','2022-06-16 20:46:21'),(2405,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 20:50:32','2022-06-16 20:50:32','2022-06-16 20:50:32'),(2406,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 20:51:22','2022-06-16 20:51:22','2022-06-16 20:51:22'),(2407,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 20:55:32','2022-06-16 20:55:32','2022-06-16 20:55:32'),(2408,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 20:56:22','2022-06-16 20:56:22','2022-06-16 20:56:22'),(2409,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:00:32','2022-06-16 21:00:32','2022-06-16 21:00:32'),(2410,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:01:23','2022-06-16 21:01:23','2022-06-16 21:01:23'),(2411,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:05:32','2022-06-16 21:05:32','2022-06-16 21:05:32'),(2412,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:06:22','2022-06-16 21:06:22','2022-06-16 21:06:22'),(2413,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:10:33','2022-06-16 21:10:33','2022-06-16 21:10:33'),(2414,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:11:23','2022-06-16 21:11:23','2022-06-16 21:11:23'),(2415,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:15:33','2022-06-16 21:15:33','2022-06-16 21:15:33'),(2416,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:16:23','2022-06-16 21:16:23','2022-06-16 21:16:23'),(2417,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:45:35','2022-06-16 21:45:35','2022-06-16 21:45:35'),(2418,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:46:26','2022-06-16 21:46:26','2022-06-16 21:46:26'),(2419,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:50:35','2022-06-16 21:50:35','2022-06-16 21:50:35'),(2420,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:51:25','2022-06-16 21:51:25','2022-06-16 21:51:25'),(2421,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:55:36','2022-06-16 21:55:36','2022-06-16 21:55:36'),(2422,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 21:56:25','2022-06-16 21:56:25','2022-06-16 21:56:25'),(2423,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:00:35','2022-06-16 22:00:35','2022-06-16 22:00:35'),(2424,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:01:25','2022-06-16 22:01:25','2022-06-16 22:01:25'),(2425,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:10:36','2022-06-16 22:10:36','2022-06-16 22:10:36'),(2426,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:11:26','2022-06-16 22:11:26','2022-06-16 22:11:26'),(2427,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:15:36','2022-06-16 22:15:36','2022-06-16 22:15:36'),(2428,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:16:26','2022-06-16 22:16:26','2022-06-16 22:16:26'),(2429,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:25:37','2022-06-16 22:25:37','2022-06-16 22:25:37'),(2430,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:26:27','2022-06-16 22:26:27','2022-06-16 22:26:27'),(2431,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:30:37','2022-06-16 22:30:37','2022-06-16 22:30:37'),(2432,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:31:27','2022-06-16 22:31:27','2022-06-16 22:31:27'),(2433,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:35:37','2022-06-16 22:35:37','2022-06-16 22:35:37'),(2434,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:36:27','2022-06-16 22:36:27','2022-06-16 22:36:27'),(2435,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:50:38','2022-06-16 22:50:38','2022-06-16 22:50:38'),(2436,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 22:51:29','2022-06-16 22:51:29','2022-06-16 22:51:29'),(2437,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:00:40','2022-06-16 23:00:40','2022-06-16 23:00:40'),(2438,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:01:29','2022-06-16 23:01:29','2022-06-16 23:01:29'),(2439,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:02:19','2022-06-16 23:02:19','2022-06-16 23:02:19'),(2440,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:05:39','2022-06-16 23:05:39','2022-06-16 23:05:39'),(2441,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:10:39','2022-06-16 23:10:39','2022-06-16 23:10:39'),(2442,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:11:30','2022-06-16 23:11:30','2022-06-16 23:11:30'),(2443,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:12:20','2022-06-16 23:12:20','2022-06-16 23:12:20'),(2444,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:15:40','2022-06-16 23:15:40','2022-06-16 23:15:40'),(2445,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:16:30','2022-06-16 23:16:30','2022-06-16 23:16:30'),(2446,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:17:20','2022-06-16 23:17:20','2022-06-16 23:17:20'),(2447,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:25:40','2022-06-16 23:25:40','2022-06-16 23:25:40'),(2448,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:26:30','2022-06-16 23:26:30','2022-06-16 23:26:30'),(2449,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:40:41','2022-06-16 23:40:41','2022-06-16 23:40:41'),(2450,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:41:32','2022-06-16 23:41:32','2022-06-16 23:41:32'),(2451,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:50:41','2022-06-16 23:50:41','2022-06-16 23:50:41'),(2452,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-16 23:51:32','2022-06-16 23:51:32','2022-06-16 23:51:32'),(2453,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:00:42','2022-06-17 00:00:42','2022-06-17 00:00:42'),(2454,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:01:33','2022-06-17 00:01:33','2022-06-17 00:01:33'),(2455,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:05:42','2022-06-17 00:05:42','2022-06-17 00:05:42'),(2456,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:06:33','2022-06-17 00:06:33','2022-06-17 00:06:33'),(2457,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:10:43','2022-06-17 00:10:43','2022-06-17 00:10:43'),(2458,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:11:33','2022-06-17 00:11:33','2022-06-17 00:11:33'),(2459,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:15:43','2022-06-17 00:15:43','2022-06-17 00:15:43'),(2460,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:16:34','2022-06-17 00:16:34','2022-06-17 00:16:34'),(2461,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:20:43','2022-06-17 00:20:43','2022-06-17 00:20:43'),(2462,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:21:34','2022-06-17 00:21:34','2022-06-17 00:21:34'),(2463,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:22:26','2022-06-17 00:22:26','2022-06-17 00:22:26'),(2464,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:25:43','2022-06-17 00:25:43','2022-06-17 00:25:43'),(2465,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:26:35','2022-06-17 00:26:35','2022-06-17 00:26:35'),(2466,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:27:26','2022-06-17 00:27:26','2022-06-17 00:27:26'),(2467,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:30:43','2022-06-17 00:30:43','2022-06-17 00:30:43'),(2468,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:31:34','2022-06-17 00:31:34','2022-06-17 00:31:34'),(2469,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:45:44','2022-06-17 00:45:44','2022-06-17 00:45:44'),(2470,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 00:46:36','2022-06-17 00:46:36','2022-06-17 00:46:36'),(2471,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:00:45','2022-06-17 01:00:45','2022-06-17 01:00:45'),(2472,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:01:36','2022-06-17 01:01:36','2022-06-17 01:01:36'),(2473,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:10:46','2022-06-17 01:10:46','2022-06-17 01:10:46'),(2474,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:11:37','2022-06-17 01:11:37','2022-06-17 01:11:37'),(2475,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:12:28','2022-06-17 01:12:28','2022-06-17 01:12:28'),(2476,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:15:46','2022-06-17 01:15:46','2022-06-17 01:15:46'),(2477,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:30:47','2022-06-17 01:30:47','2022-06-17 01:30:47'),(2478,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:31:36','2022-06-17 01:31:36','2022-06-17 01:31:36'),(2479,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:35:47','2022-06-17 01:35:47','2022-06-17 01:35:47'),(2480,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:36:36','2022-06-17 01:36:36','2022-06-17 01:36:36'),(2481,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:37:24','2022-06-17 01:37:24','2022-06-17 01:37:24'),(2482,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:40:48','2022-06-17 01:40:48','2022-06-17 01:40:48'),(2483,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:41:37','2022-06-17 01:41:37','2022-06-17 01:41:37'),(2484,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:42:26','2022-06-17 01:42:26','2022-06-17 01:42:26'),(2485,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:45:48','2022-06-17 01:45:48','2022-06-17 01:45:48'),(2486,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:46:36','2022-06-17 01:46:36','2022-06-17 01:46:36'),(2487,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:50:48','2022-06-17 01:50:48','2022-06-17 01:50:48'),(2488,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 01:51:37','2022-06-17 01:51:37','2022-06-17 01:51:37'),(2489,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:00:49','2022-06-17 02:00:49','2022-06-17 02:00:49'),(2490,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:01:37','2022-06-17 02:01:37','2022-06-17 02:01:37'),(2491,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:05:49','2022-06-17 02:05:49','2022-06-17 02:05:49'),(2492,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:06:38','2022-06-17 02:06:38','2022-06-17 02:06:38'),(2493,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:10:51','2022-06-17 02:10:51','2022-06-17 02:10:51'),(2494,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:11:40','2022-06-17 02:11:40','2022-06-17 02:11:40'),(2495,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:20:50','2022-06-17 02:20:50','2022-06-17 02:20:50'),(2496,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:21:39','2022-06-17 02:21:39','2022-06-17 02:21:39'),(2497,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:30:51','2022-06-17 02:30:51','2022-06-17 02:30:51'),(2498,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:31:40','2022-06-17 02:31:40','2022-06-17 02:31:40'),(2499,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:35:51','2022-06-17 02:35:51','2022-06-17 02:35:51'),(2500,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:36:40','2022-06-17 02:36:40','2022-06-17 02:36:40'),(2501,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:50:52','2022-06-17 02:50:52','2022-06-17 02:50:52'),(2502,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:51:41','2022-06-17 02:51:41','2022-06-17 02:51:41'),(2503,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:55:52','2022-06-17 02:55:52','2022-06-17 02:55:52'),(2504,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 02:56:41','2022-06-17 02:56:41','2022-06-17 02:56:41'),(2505,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:05:53','2022-06-17 03:05:53','2022-06-17 03:05:53'),(2506,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:06:42','2022-06-17 03:06:42','2022-06-17 03:06:42'),(2507,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:15:53','2022-06-17 03:15:53','2022-06-17 03:15:53'),(2508,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:16:42','2022-06-17 03:16:42','2022-06-17 03:16:42'),(2509,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:20:53','2022-06-17 03:20:53','2022-06-17 03:20:53'),(2510,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:21:42','2022-06-17 03:21:42','2022-06-17 03:21:42'),(2511,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:35:54','2022-06-17 03:35:54','2022-06-17 03:35:54'),(2512,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:36:43','2022-06-17 03:36:43','2022-06-17 03:36:43'),(2513,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:40:54','2022-06-17 03:40:54','2022-06-17 03:40:54'),(2514,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:41:43','2022-06-17 03:41:43','2022-06-17 03:41:43'),(2515,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:45:55','2022-06-17 03:45:55','2022-06-17 03:45:55'),(2516,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:46:43','2022-06-17 03:46:43','2022-06-17 03:46:43'),(2517,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:55:55','2022-06-17 03:55:55','2022-06-17 03:55:55'),(2518,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 03:56:44','2022-06-17 03:56:44','2022-06-17 03:56:44'),(2519,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:00:56','2022-06-17 04:00:56','2022-06-17 04:00:56'),(2520,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:01:44','2022-06-17 04:01:44','2022-06-17 04:01:44'),(2521,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:10:56','2022-06-17 04:10:56','2022-06-17 04:10:56'),(2522,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:11:46','2022-06-17 04:11:46','2022-06-17 04:11:46'),(2523,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:15:57','2022-06-17 04:15:57','2022-06-17 04:15:57'),(2524,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:16:45','2022-06-17 04:16:45','2022-06-17 04:16:45'),(2525,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:20:57','2022-06-17 04:20:57','2022-06-17 04:20:57'),(2526,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:21:46','2022-06-17 04:21:46','2022-06-17 04:21:46'),(2527,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:25:58','2022-06-17 04:25:58','2022-06-17 04:25:58'),(2528,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:26:46','2022-06-17 04:26:46','2022-06-17 04:26:46'),(2529,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:30:58','2022-06-17 04:30:58','2022-06-17 04:30:58'),(2530,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:31:47','2022-06-17 04:31:47','2022-06-17 04:31:47'),(2531,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:35:58','2022-06-17 04:35:58','2022-06-17 04:35:58'),(2532,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 04:36:47','2022-06-17 04:36:47','2022-06-17 04:36:47'),(2533,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 05:01:00','2022-06-17 05:01:00','2022-06-17 05:01:00'),(2534,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 05:01:49','2022-06-17 05:01:49','2022-06-17 05:01:49'),(2535,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 05:06:00','2022-06-17 05:06:00','2022-06-17 05:06:00'),(2536,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 05:06:50','2022-06-17 05:06:50','2022-06-17 05:06:50'),(2537,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 05:16:01','2022-06-17 05:16:01','2022-06-17 05:16:01'),(2538,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 05:16:50','2022-06-17 05:16:50','2022-06-17 05:16:50'),(2539,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 05:45:04','2022-06-17 05:45:04','2022-06-17 05:45:04'),(2540,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 05:45:54','2022-06-17 05:45:54','2022-06-17 05:45:54'),(2541,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 05:50:06','2022-06-17 05:50:06','2022-06-17 05:50:06'),(2542,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 05:51:01','2022-06-17 05:51:01','2022-06-17 05:51:01'),(2543,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 05:52:10','2022-06-17 05:52:10','2022-06-17 05:52:10'),(2544,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:00:32','2022-06-17 06:00:32','2022-06-17 06:00:32'),(2545,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:01:21','2022-06-17 06:01:21','2022-06-17 06:01:21'),(2546,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:02:10','2022-06-17 06:02:10','2022-06-17 06:02:10'),(2547,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:10:33','2022-06-17 06:10:33','2022-06-17 06:10:33'),(2548,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:11:22','2022-06-17 06:11:22','2022-06-17 06:11:22'),(2549,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:15:33','2022-06-17 06:15:33','2022-06-17 06:15:33'),(2550,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:16:22','2022-06-17 06:16:22','2022-06-17 06:16:22'),(2551,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:20:33','2022-06-17 06:20:33','2022-06-17 06:20:33'),(2552,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:21:23','2022-06-17 06:21:23','2022-06-17 06:21:23'),(2553,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:25:34','2022-06-17 06:25:34','2022-06-17 06:25:34'),(2554,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:30:34','2022-06-17 06:30:34','2022-06-17 06:30:34'),(2555,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:31:24','2022-06-17 06:31:24','2022-06-17 06:31:24'),(2556,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:32:14','2022-06-17 06:32:14','2022-06-17 06:32:14'),(2557,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:50:38','2022-06-17 06:50:38','2022-06-17 06:50:38'),(2558,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:51:27','2022-06-17 06:51:27','2022-06-17 06:51:27'),(2559,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:52:16','2022-06-17 06:52:16','2022-06-17 06:52:16'),(2560,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 06:55:36','2022-06-17 06:55:36','2022-06-17 06:55:36'),(2561,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 07:15:37','2022-06-17 07:15:37','2022-06-17 07:15:37'),(2562,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 07:16:25','2022-06-17 07:16:25','2022-06-17 07:16:25'),(2563,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 07:25:37','2022-06-17 07:25:37','2022-06-17 07:25:37'),(2564,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 07:26:26','2022-06-17 07:26:26','2022-06-17 07:26:26'),(2565,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 07:35:38','2022-06-17 07:35:38','2022-06-17 07:35:38'),(2566,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 07:40:38','2022-06-17 07:40:38','2022-06-17 07:40:38'),(2567,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 07:45:39','2022-06-17 07:45:39','2022-06-17 07:45:39'),(2568,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 07:46:30','2022-06-17 07:46:30','2022-06-17 07:46:30'),(2569,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 07:55:39','2022-06-17 07:55:39','2022-06-17 07:55:39'),(2570,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 07:56:28','2022-06-17 07:56:28','2022-06-17 07:56:28'),(2571,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 08:00:39','2022-06-17 08:00:39','2022-06-17 08:00:39'),(2572,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 08:01:28','2022-06-17 08:01:28','2022-06-17 08:01:28'),(2573,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 08:20:40','2022-06-17 08:20:40','2022-06-17 08:20:40'),(2574,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 08:21:29','2022-06-17 08:21:29','2022-06-17 08:21:29'),(2575,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 08:30:41','2022-06-17 08:30:41','2022-06-17 08:30:41'),(2576,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 08:31:29','2022-06-17 08:31:29','2022-06-17 08:31:29'),(2577,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 08:40:41','2022-06-17 08:40:41','2022-06-17 08:40:41'),(2578,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 08:41:31','2022-06-17 08:41:31','2022-06-17 08:41:31'),(2579,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 08:45:42','2022-06-17 08:45:42','2022-06-17 08:45:42'),(2580,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 08:46:31','2022-06-17 08:46:31','2022-06-17 08:46:31'),(2581,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 08:55:42','2022-06-17 08:55:42','2022-06-17 08:55:42'),(2582,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 08:56:32','2022-06-17 08:56:32','2022-06-17 08:56:32'),(2583,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:10:43','2022-06-17 09:10:43','2022-06-17 09:10:43'),(2584,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:11:32','2022-06-17 09:11:32','2022-06-17 09:11:32'),(2585,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:15:43','2022-06-17 09:15:43','2022-06-17 09:15:43'),(2586,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:16:32','2022-06-17 09:16:32','2022-06-17 09:16:32'),(2587,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:17:21','2022-06-17 09:17:21','2022-06-17 09:17:21'),(2588,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:20:44','2022-06-17 09:20:44','2022-06-17 09:20:44'),(2589,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:21:33','2022-06-17 09:21:33','2022-06-17 09:21:33'),(2590,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:22:22','2022-06-17 09:22:22','2022-06-17 09:22:22'),(2591,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:25:46','2022-06-17 09:25:46','2022-06-17 09:25:46'),(2592,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:26:35','2022-06-17 09:26:35','2022-06-17 09:26:35'),(2593,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:35:45','2022-06-17 09:35:45','2022-06-17 09:35:45'),(2594,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:36:34','2022-06-17 09:36:34','2022-06-17 09:36:34'),(2595,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:40:45','2022-06-17 09:40:45','2022-06-17 09:40:45'),(2596,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:41:36','2022-06-17 09:41:36','2022-06-17 09:41:36'),(2597,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:50:45','2022-06-17 09:50:45','2022-06-17 09:50:45'),(2598,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 09:51:34','2022-06-17 09:51:34','2022-06-17 09:51:34'),(2599,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 10:15:47','2022-06-17 10:15:47','2022-06-17 10:15:47'),(2600,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 10:16:36','2022-06-17 10:16:36','2022-06-17 10:16:36'),(2601,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 10:20:47','2022-06-17 10:20:47','2022-06-17 10:20:47'),(2602,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 10:21:36','2022-06-17 10:21:36','2022-06-17 10:21:36'),(2603,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 10:25:47','2022-06-17 10:25:47','2022-06-17 10:25:47'),(2604,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 10:26:36','2022-06-17 10:26:36','2022-06-17 10:26:36'),(2605,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 10:40:48','2022-06-17 10:40:48','2022-06-17 10:40:48'),(2606,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 10:41:38','2022-06-17 10:41:38','2022-06-17 10:41:38'),(2607,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 10:45:48','2022-06-17 10:45:48','2022-06-17 10:45:48'),(2608,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 10:50:49','2022-06-17 10:50:49','2022-06-17 10:50:49'),(2609,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:00:49','2022-06-17 11:00:49','2022-06-17 11:00:49'),(2610,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:01:38','2022-06-17 11:01:38','2022-06-17 11:01:38'),(2611,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:05:49','2022-06-17 11:05:49','2022-06-17 11:05:49'),(2612,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:06:38','2022-06-17 11:06:38','2022-06-17 11:06:38'),(2613,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:25:51','2022-06-17 11:25:51','2022-06-17 11:25:51'),(2614,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:26:42','2022-06-17 11:26:42','2022-06-17 11:26:42'),(2615,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:30:52','2022-06-17 11:30:52','2022-06-17 11:30:52'),(2616,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:31:41','2022-06-17 11:31:41','2022-06-17 11:31:41'),(2617,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:35:51','2022-06-17 11:35:51','2022-06-17 11:35:51'),(2618,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:36:39','2022-06-17 11:36:39','2022-06-17 11:36:39'),(2619,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:45:52','2022-06-17 11:45:52','2022-06-17 11:45:52'),(2620,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:46:40','2022-06-17 11:46:40','2022-06-17 11:46:40'),(2621,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:55:52','2022-06-17 11:55:52','2022-06-17 11:55:52'),(2622,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 11:56:41','2022-06-17 11:56:41','2022-06-17 11:56:41'),(2623,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:00:53','2022-06-17 12:00:53','2022-06-17 12:00:53'),(2624,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:01:41','2022-06-17 12:01:41','2022-06-17 12:01:41'),(2625,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:10:53','2022-06-17 12:10:53','2022-06-17 12:10:53'),(2626,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:11:41','2022-06-17 12:11:41','2022-06-17 12:11:41'),(2627,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:15:53','2022-06-17 12:15:53','2022-06-17 12:15:53'),(2628,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:16:42','2022-06-17 12:16:42','2022-06-17 12:16:42'),(2629,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:20:33','2022-06-17 12:20:33','2022-06-17 12:20:33'),(2630,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:21:15','2022-06-17 12:21:15','2022-06-17 12:21:15'),(2631,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:21:56','2022-06-17 12:21:56','2022-06-17 12:21:56'),(2632,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:22:37','2022-06-17 12:22:37','2022-06-17 12:22:37'),(2633,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:23:19','2022-06-17 12:23:19','2022-06-17 12:23:19'),(2634,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:24:01','2022-06-17 12:24:01','2022-06-17 12:24:01'),(2635,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:24:44','2022-06-17 12:24:44','2022-06-17 12:24:44'),(2636,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:25:26','2022-06-17 12:25:26','2022-06-17 12:25:26'),(2637,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:26:08','2022-06-17 12:26:08','2022-06-17 12:26:08'),(2638,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:26:51','2022-06-17 12:26:51','2022-06-17 12:26:51'),(2639,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:27:34','2022-06-17 12:27:34','2022-06-17 12:27:34'),(2640,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:28:16','2022-06-17 12:28:16','2022-06-17 12:28:16'),(2641,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:28:59','2022-06-17 12:28:59','2022-06-17 12:28:59'),(2642,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:29:42','2022-06-17 12:29:42','2022-06-17 12:29:42'),(2643,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:30:25','2022-06-17 12:30:25','2022-06-17 12:30:25'),(2644,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:31:08','2022-06-17 12:31:08','2022-06-17 12:31:08'),(2645,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:31:51','2022-06-17 12:31:51','2022-06-17 12:31:51'),(2646,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:32:34','2022-06-17 12:32:34','2022-06-17 12:32:34'),(2647,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:33:18','2022-06-17 12:33:18','2022-06-17 12:33:18'),(2648,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:34:01','2022-06-17 12:34:01','2022-06-17 12:34:01'),(2649,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:34:45','2022-06-17 12:34:45','2022-06-17 12:34:45'),(2650,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:35:28','2022-06-17 12:35:28','2022-06-17 12:35:28'),(2651,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:36:12','2022-06-17 12:36:12','2022-06-17 12:36:12'),(2652,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:36:56','2022-06-17 12:36:56','2022-06-17 12:36:56'),(2653,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:37:40','2022-06-17 12:37:40','2022-06-17 12:37:40'),(2654,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:38:25','2022-06-17 12:38:25','2022-06-17 12:38:25'),(2655,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:39:09','2022-06-17 12:39:09','2022-06-17 12:39:09'),(2656,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:39:55','2022-06-17 12:39:55','2022-06-17 12:39:55'),(2657,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:40:40','2022-06-17 12:40:40','2022-06-17 12:40:40'),(2658,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:41:28','2022-06-17 12:41:28','2022-06-17 12:41:28'),(2659,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:42:12','2022-06-17 12:42:12','2022-06-17 12:42:12'),(2660,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:42:58','2022-06-17 12:42:58','2022-06-17 12:42:58'),(2661,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:43:44','2022-06-17 12:43:44','2022-06-17 12:43:44'),(2662,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:44:30','2022-06-17 12:44:30','2022-06-17 12:44:30'),(2663,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:45:15','2022-06-17 12:45:15','2022-06-17 12:45:15'),(2664,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:45:59','2022-06-17 12:45:59','2022-06-17 12:45:59'),(2665,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:46:44','2022-06-17 12:46:44','2022-06-17 12:46:44'),(2666,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:55:56','2022-06-17 12:55:56','2022-06-17 12:55:56'),(2667,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 12:56:40','2022-06-17 12:56:40','2022-06-17 12:56:40'),(2668,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 13:00:56','2022-06-17 13:00:56','2022-06-17 13:00:56'),(2669,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 13:01:41','2022-06-17 13:01:41','2022-06-17 13:01:41'),(2670,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 13:05:56','2022-06-17 13:05:56','2022-06-17 13:05:56'),(2671,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 13:06:41','2022-06-17 13:06:41','2022-06-17 13:06:41'),(2672,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 13:20:57','2022-06-17 13:20:57','2022-06-17 13:20:57'),(2673,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 13:21:46','2022-06-17 13:21:46','2022-06-17 13:21:46'),(2674,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 13:45:59','2022-06-17 13:45:59','2022-06-17 13:45:59'),(2675,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 13:46:47','2022-06-17 13:46:47','2022-06-17 13:46:47'),(2676,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 13:55:59','2022-06-17 13:55:59','2022-06-17 13:55:59'),(2677,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 13:56:47','2022-06-17 13:56:47','2022-06-17 13:56:47'),(2678,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 14:05:59','2022-06-17 14:05:59','2022-06-17 14:05:59'),(2679,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 14:06:48','2022-06-17 14:06:48','2022-06-17 14:06:48'),(2680,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 14:11:00','2022-06-17 14:11:00','2022-06-17 14:11:00'),(2681,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 14:11:48','2022-06-17 14:11:48','2022-06-17 14:11:48'),(2682,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 14:20:00','2022-06-17 14:20:00','2022-06-17 14:20:00'),(2683,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 14:20:49','2022-06-17 14:20:49','2022-06-17 14:20:49'),(2684,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 14:25:01','2022-06-17 14:25:01','2022-06-17 14:25:01'),(2685,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 14:25:49','2022-06-17 14:25:49','2022-06-17 14:25:49'),(2686,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 14:30:01','2022-06-17 14:30:01','2022-06-17 14:30:01'),(2687,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 14:30:49','2022-06-17 14:30:49','2022-06-17 14:30:49'),(2688,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 14:40:02','2022-06-17 14:40:02','2022-06-17 14:40:02'),(2689,'a504af00-11bb-4af8-ae0b-3bd274e19892','2022-06-17 14:40:50','2022-06-17 14:40:50','2022-06-17 14:40:50'),(2690,'4d356522-98a0-4ef1-9ba3-a1a92b53ffd6','2022-06-22 06:04:19','2022-07-14 10:16:04',NULL),(2691,'fe2f8c8f-1220-4e34-9d31-6dcb9fd3a448','2022-06-22 09:20:36','2022-06-22 09:20:36',NULL),(2692,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-24 10:44:54','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2693,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-24 10:46:00','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2694,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-06-30 09:34:31','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2695,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:11:55','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2696,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:11:55','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2697,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:11:56','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2698,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:11:56','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2699,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:11:57','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2700,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:11:57','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2701,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:11:58','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2702,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:11:59','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2703,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:12:00','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2704,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:12:00','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2705,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:12:01','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2706,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:12:02','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2707,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:12:02','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2708,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:12:03','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2709,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:12:04','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2710,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:12:05','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2711,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:12:06','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2712,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-01 08:12:06','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2713,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-07 10:36:52','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2714,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:04:02','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2715,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:04:47','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2716,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:05:31','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2717,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:06:16','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2718,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:07:01','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2719,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:07:46','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2720,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:08:31','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2721,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:09:16','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2722,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:10:01','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2723,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:10:47','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2724,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:11:32','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2725,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:12:18','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2726,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:13:03','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2727,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:13:50','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2728,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:14:35','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2729,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:15:22','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2730,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:16:08','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2731,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:16:54','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2732,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:17:40','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2733,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:18:27','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2734,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-13 07:19:14','2022-07-13 07:19:58','2022-07-13 07:19:59'),(2735,'ea8d2156-e820-440e-bb5b-c64aacc6c459','2022-07-26 07:45:46','2022-07-26 07:45:46','2022-07-26 07:45:46');
 /*!40000 ALTER TABLE `users_timestamp` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -641,7 +655,7 @@ CREATE TABLE `vuln_cat` (
 
 LOCK TABLES `vuln_cat` WRITE;
 /*!40000 ALTER TABLE `vuln_cat` DISABLE KEYS */;
-INSERT INTO `vuln_cat` VALUES (1,'Information Security Management System','',0,1,0.25,0.4,'gen'),(2,'Segregation Of Duties','',0,1,0.25,0.6,'gen'),(3,'Contact With Authorities And Interest Groups','',0,1,0.25,0.4,'gen'),(4,'Information Security In Project Management','',0,1,0.25,0.6,'gen'),(5,'Global Information Security Policy','',0,2,0.333333333333333,0.5,'gen'),(6,'Security Policies And Procedures','',0,2,0.333333333333333,0.7,'gen'),(7,'Exceptions','',0,2,0.333333333333333,0.4,'gen'),(8,'Risk Management Policy','',0,3,0.333333333333333,0.5,'gen'),(9,'Risk Assessment Implementation','',0,3,0.333333333333333,0.6,'gen'),(10,'Risk Treatment Implementation','',0,3,0.333333333333333,0.6,'gen'),(11,'Human Resource Policies','',0,4,0.166666666666667,0.5,'local'),(12,'Verification Of Qualification And Trustworthiness','',0,4,0.166666666666667,0.5,'local'),(13,'Employee Terms And Conditions','',0,4,0.166666666666667,0.5,'local'),(14,'Security Awareness And Training','',0,4,0.166666666666667,0.5,'local'),(15,'Termination Or Change In Employment','',0,4,0.166666666666667,0.3,'local'),(16,'Confidentiality Agreements','',0,4,0.166666666666667,0.3,'local'),(17,'Asset Inventory','',0,5,0.2,0.3,'gen'),(18,'Acceptable Use And Safe Handling Of Assets Policy','',0,5,0.2,0.1,'gen'),(19,'Commissioning And Decommissioning Of Hardware','',0,5,0.2,0.3,'gen'),(20,'Acceptable Use, Safe Handling And Return Of Assets','',0,5,0.2,0.2,'gen'),(21,'Asset Classification And Labelling','',0,5,0.2,0.3,'gen'),(22,'Physical Security Perimeters','',0,6,0.2,0.7,'local'),(23,'Physical Site Access Control','',0,6,0.2,0.7,'local'),(24,'Working In Non-Public Areas','',0,6,0.2,0.7,'local'),(25,'Equipment Protection','',0,6,0.2,0.7,'local'),(26,'Protection Against External And Environmental Threats','',0,6,0.2,0.7,'local'),(27,'Capacity Management – Planning','',0,7,0.0454545454545455,0.6,'local'),(28,'Capacity Management – Monitoring','',0,7,0.0454545454545455,0.6,'local'),(29,'Capacity Management – Controlling Of Resources','',0,7,0.0454545454545455,0.6,'local'),(30,'Protection Against Malware – Policies','',0,7,0.0454545454545455,0.4,'local'),(31,'Protection Against Malware – Implementation','',0,7,0.0454545454545455,0.6,'local'),(32,'Data Backup And Recovery – Policies','',0,7,0.0454545454545455,0.4,'local'),(33,'Data Backup And Recovery – Monitoring','',0,7,0.0454545454545455,0.5,'local'),(34,'Data Backup And Recovery – Regular Testing','',0,7,0.0454545454545455,0.6,'local'),(35,'Data Backup And Recovery – Storage','',0,7,0.0454545454545455,0.6,'local'),(36,'Logging And Monitoring – Policies','',0,7,0.0454545454545455,0.5,'local'),(37,'Logging And Monitoring – Derived Data Management','',0,7,0.0454545454545455,0.6,'local'),(38,'Logging And Monitoring – Identification Of Events','',0,7,0.0454545454545455,0.6,'local'),(39,'Logging And Monitoring – Access, Storage And Deletion','',0,7,0.0454545454545455,0.6,'local'),(40,'Logging And Monitoring – Attribution','',0,7,0.0454545454545455,0.6,'local'),(41,'Logging And Monitoring – Configuration','',0,7,0.0454545454545455,0.6,'local'),(42,'Logging And Monitoring – Availability','',0,7,0.0454545454545455,0.6,'local'),(43,'Managing Vulnerabilities, Malfunctions And Errors – Policies','',0,7,0.0454545454545455,0.4,'local'),(44,'Managing Vulnerabilities, Malfunctions And Errors – Online Registers','',0,7,0.0454545454545455,0.5,'local'),(45,'Managing Vulnerabilities, Malfunctions And Errors – Vulnerability Identification','',0,7,0.0454545454545455,0.6,'local'),(46,'Managing Vulnerabilities, Malfunctions And Errors – Measurements, Analyses And Assessments Of Procedures','',0,7,0.0454545454545455,0.6,'local'),(47,'Managing Vulnerabilities, Malfunctions And Errors – System Hardening','',0,7,0.0454545454545455,0.5,'local'),(48,'Separation Of Datasets In The Cloud Infrastructure','',0,7,0.0454545454545455,0.5,'local'),(49,'Policies For Access Control To Information','',0,8,0.111111111111111,0.4,'local'),(50,'Management Of User Accounts','',0,8,0.111111111111111,0.6,'local'),(51,'Locking, Unlocking And Revocation Of User Accounts','',0,8,0.111111111111111,0.6,'local'),(52,'Management Of Access Rights','',0,8,0.111111111111111,0.6,'local'),(53,'Regular Review Of Access Rights','',0,8,0.111111111111111,0.5,'local'),(54,'Privileged Access Rights','',0,8,0.111111111111111,0.5,'local'),(55,'Authentication Mechanisms','',0,8,0.111111111111111,0.6,'local'),(56,'Protection And Strength Of Credentials','',0,8,0.111111111111111,0.7,'local'),(57,'General Access Restrictions','',0,8,0.111111111111111,0.5,'local'),(58,'Policies For The Use Of Encryption Mechanisms And Key Management','',0,9,0.25,0.4,'local'),(59,'Encryption Of Data In Transit','',0,9,0.25,0.7,'local'),(60,'Encryption Of Data At Rest','',0,9,0.25,0.7,'local'),(61,'Secure Key Management','',0,9,0.25,0.5,'local'),(62,'Technical Safeguards','',0,10,0.111111111111111,0.6,'local'),(63,'Security Requirements To Connect Within The Csp’S Network','',0,10,0.111111111111111,0.7,'local'),(64,'Monitoring Of Connections Within The Csp’S Network','',0,10,0.111111111111111,0.7,'local'),(65,'Cross-Network Access','',0,10,0.111111111111111,0.7,'local'),(66,'Networks For Administration','',0,10,0.111111111111111,0.7,'local'),(67,'Traffic Segregation In Shared Network Environments','',0,10,0.111111111111111,0.7,'local'),(68,'Network Topology Documentation','',0,10,0.111111111111111,0.7,'local'),(69,'Software Defined Networking','',0,10,0.111111111111111,0.7,'local'),(70,'Data Transmission Policies','',0,10,0.111111111111111,0.4,'local'),(71,'Documentation And Security Of Input And Output Interfaces','',0,11,0.333333333333333,0.4,'local'),(72,'Contractual Agreements For The Provision Of Data','',0,11,0.333333333333333,0.4,'local'),(73,'Secure Deletion Of Data','',0,11,0.333333333333333,0.7,'local'),(74,'Policies For Changes To Information Systems','',0,12,0.166666666666667,0.4,'local'),(75,'Risk Assessment, Categorisation And Prioritisation Of Changes','',0,12,0.166666666666667,0.4,'local'),(76,'Testing Changes','',0,12,0.166666666666667,0.5,'local'),(77,'Approvals For Provision In The Production Environment','',0,12,0.166666666666667,0.4,'local'),(78,'Performing And Logging Changes','',0,12,0.166666666666667,0.6,'local'),(79,'Version Control','',0,12,0.166666666666667,0.6,'local'),(80,'Policies For The Development And Procurement Of Information Systems','',0,13,0.142857142857143,0.4,'local'),(81,'Development Supply Chain Security','',0,13,0.142857142857143,0.5,'local'),(82,'Secure Development Environment','',0,13,0.142857142857143,0.6,'local'),(83,'Separation Of Environments','',0,13,0.142857142857143,0.7,'local'),(84,'Development Of Security Features','',0,13,0.142857142857143,0.7,'local'),(85,'Identification Of Vulnerabilities Of The Cloud Service','',0,13,0.142857142857143,0.7,'local'),(86,'Outsourcing Of The Development','',0,13,0.142857142857143,0.6,'local'),(87,'Policies And Procedures For Controlling And Monitoring Third Parties','',0,14,0.2,0.6,'local'),(88,'Risk Assessment Of Suppliers','',0,14,0.2,0.3,'local'),(89,'Directory Of Suppliers','',0,14,0.2,0.3,'local'),(90,'Monitoring Of Compliance With Requirements','',0,14,0.2,0.3,'local'),(91,'Exit Strategy','',0,14,0.2,0.3,'local'),(92,'Policy For Security Incident Management','',0,15,0.142857142857143,0.2,'gen'),(93,'Processing Of Security Incidents','',0,15,0.142857142857143,0.7,'gen'),(94,'Documentation And Reporting Of Security Incidents','',0,15,0.142857142857143,0.1,'gen'),(95,'User’S Duty To Report Security Incidents','',0,15,0.142857142857143,0.2,'gen'),(96,'Involvement Of Cloud Customers In The Event Of Incidents','',0,15,0.142857142857143,0.3,'gen'),(97,'Evaluation And Learning Process','',0,15,0.142857142857143,0.4,'gen'),(98,'Incident Evidence Preservation','',0,15,0.142857142857143,0.5,'local'),(99,'Business Continuity Policies And Top Management Responsibility','',0,16,0.25,0.4,'gen'),(100,'Business Impact Analysis Procedures','',0,16,0.25,0.5,'gen'),(101,'Business Continuity And Contingency Planning','',0,16,0.25,0.7,'gen'),(102,'Business Continuity Tests And Exercises','',0,16,0.25,0.4,'gen'),(103,'Identification Of Applicable Compliance Requirements','',0,17,0.25,0.2,'local'),(104,'Policy For Planning And Conducting Audits','',0,17,0.25,0.3,'local'),(105,'Internal Audits Of The Internal Control System','',0,17,0.25,0.4,'local'),(106,'Information On Internal Control System Assessment','',0,17,0.25,0.4,'local'),(107,'Guidelines And Recommendations For Cloud Customers','',0,18,0.166666666666667,0.4,'local'),(108,'Online Register Of Known Vulnerabilities','',0,18,0.166666666666667,0.4,'local'),(109,'Locations Of Data Processing And Storage','',0,18,0.166666666666667,0.5,'local'),(110,'Justification Of The Targeted Assurance Level','',0,18,0.166666666666667,0.4,'local'),(111,'Guidelines And Recommendations For Composition','',0,18,0.166666666666667,0.4,'local'),(112,'Contribution To The Fulfilment Of Requirements For Composition','',0,18,0.166666666666667,0.4,'local'),(113,'Legal Assessment Of Investigative Inquiries','',0,19,0.333333333333333,0.4,'local'),(114,'Informing Cloud Customers About Investigation Requests','',0,19,0.333333333333333,0.5,'local'),(115,'Conditions For Access To Or Disclosure Of Data In Investigation Requests','',0,19,0.333333333333333,0.6,'local'),(116,'Error Handling And Logging Mechanisms','',0,20,0.2,0.6,'local'),(117,'Session Management','',0,20,0.2,0.7,'local'),(118,'Software Defined Networking','',0,20,0.2,0.7,'local'),(119,'Images For Virtual Machines And Containers','',0,20,0.2,0.7,'local'),(120,'Locations Of Data Processing And Storage','',0,20,0.2,0.6,'local');
+INSERT INTO `vuln_cat` VALUES (98,'Incident Evidence Preservation','',0,15,0.142857142857143,0.4,'gen'),(99,'BUSINESS CONTINUITY POLICIES AND TOP MANAGEMENT RESPONSIBILITY','',0,16,0.25,0.5,'gen'),(100,'Business Impact Analysis Procedures','',0,16,0.25,0.7,'gen'),(101,'Business Continuity and Contingency Planning','',0,16,0.25,0.4,'gen'),(102,'Business Continuity Tests and Exercises','',0,16,0.25,0.2,'gen'),(1,'Information Security Management System','',0,1,0.25,0.4,'gen'),(2,'Segregation of Duties','',0,1,0.25,0.6,'gen'),(3,'Contact with Authorities and Interest Groups','',0,1,0.25,0.4,'gen'),(4,'Information Security in Project Management','',0,1,0.25,0.6,'gen'),(5,'Global Information Security Policy','',0,2,0.333333333333333,0.5,'gen'),(6,'Security Policies and Procedures','',0,2,0.333333333333333,0.7,'gen'),(7,'Exceptions','',0,2,0.333333333333333,0.4,'gen'),(8,'Risk Management Policy','',0,3,0.333333333333333,0.5,'gen'),(9,'Risk Assessment Implementation','',0,3,0.333333333333333,0.6,'gen'),(10,'Risk Treatment Implementation','',0,3,0.333333333333333,0.6,'gen'),(11,'Human Resource Policies','',0,4,0.166666666666667,0.5,'local'),(12,'Verification of Qualification and Trustworthiness','',0,4,0.166666666666667,0.5,'local'),(13,'Employee Terms and Conditions','',0,4,0.166666666666667,0.5,'local'),(14,'Security Awareness and Training','',0,4,0.166666666666667,0.5,'local'),(15,'Termination or Change in Employment','',0,4,0.166666666666667,0.3,'local'),(16,'Confidentiality Agreements','',0,4,0.166666666666667,0.3,'local'),(17,'Asset Inventory','',0,5,0.2,0.3,'gen'),(18,'Acceptable Use and Safe Handling of Assets Policy','',0,5,0.2,0.1,'gen'),(19,'Commissioning and Decommissioning','',0,5,0.2,0.3,'gen'),(20,'Acceptable Use, Safe Handling and Return of Assets','',0,5,0.2,0.2,'gen'),(21,'Asset Classification and Labelling','',0,5,0.2,0.3,'gen'),(22,'Physical Security Perimeters','',0,6,0.2,0.7,'local'),(23,'Physical Site Access Control','',0,6,0.2,0.7,'local'),(24,'Working in Non-public Areas','',0,6,0.2,0.7,'local'),(25,'EQUIPMENT PROTECTION','',0,6,0.2,0.7,'local'),(26,'Protection against External and Environmental Threats','',0,6,0.2,0.7,'local'),(27,'Capacity Management – Planning','',0,7,0.0454545454545455,0.6,'local'),(28,'Capacity Management – Monitoring','',0,7,0.0454545454545455,0.6,'local'),(29,'Capacity Management – Controlling of Resources','',0,7,0.0454545454545455,0.6,'local'),(30,'Protection against Malware – Policies','',0,7,0.0454545454545455,0.4,'local'),(31,'Protection against Malware – Implementation','',0,7,0.0454545454545455,0.6,'local'),(32,'Data Backup and Recovery – Policies','',0,7,0.0454545454545455,0.4,'local'),(33,'Data Backup and Recovery – Monitoring','',0,7,0.0454545454545455,0.5,'local'),(34,'Data Backup and Recovery – Regular Testing','',0,7,0.0454545454545455,0.6,'local'),(35,'Data Backup and Recovery – Storage','',0,7,0.0454545454545455,0.6,'local'),(36,'Logging and Monitoring – Policies','',0,7,0.0454545454545455,0.5,'local'),(37,'Logging and Monitoring – Derived Data Management','',0,7,0.0454545454545455,0.6,'local'),(38,'Logging and Monitoring – Identification of Events','',0,7,0.0454545454545455,0.6,'local'),(39,'Logging and Monitoring – Access, Storage and Deletion','',0,7,0.0454545454545455,0.6,'local'),(40,'Logging and Monitoring – Attribution','',0,7,0.0454545454545455,0.6,'local'),(41,'Logging and Monitoring – Configuration','',0,7,0.0454545454545455,0.6,'local'),(42,'Logging and Monitoring – Availability','',0,7,0.0454545454545455,0.6,'local'),(43,'Managing Vulnerabilities, Malfunctions and Errors – Policies','',0,7,0.0454545454545455,0.4,'local'),(44,'Managing Vulnerabilities, Malfunctions and Errors – Online Registers','',0,7,0.0454545454545455,0.5,'local'),(45,'Managing Vulnerabilities, Malfunctions and Errors – Vulnerability\nIdentification','',0,7,0.0454545454545455,0.6,'local'),(46,'Managing Vulnerabilities, Malfunctions and Errors – Measurements, Analyses\nand Assessments of Procedures','',0,7,0.0454545454545455,0.6,'local'),(47,'Managing Vulnerabilities, Malfunctions and Errors – System Hardening','',0,7,0.0454545454545455,0.5,'local'),(48,'Separation of Datasets in the Cloud Infrastructure','',0,7,0.0454545454545455,0.5,'local'),(49,'Policies for Access Control to Information','',0,8,0.111111111111111,0.4,'local'),(50,'Management of User Accounts','',0,8,0.111111111111111,0.6,'local'),(51,'Locking, Unlocking and revocation of User Accounts','',0,8,0.111111111111111,0.6,'local'),(52,'Management of Access Rights','',0,8,0.111111111111111,0.6,'local'),(53,'Regular Review of Access Rights','',0,8,0.111111111111111,0.5,'local'),(54,'Privileged Access Rights','',0,8,0.111111111111111,0.5,'local'),(55,'Authentication Mechanisms','',0,8,0.111111111111111,0.6,'local'),(56,'Protection and Strength of Credentials','',0,8,0.111111111111111,0.7,'local'),(57,'General Access Restrictions','',0,8,0.111111111111111,0.5,'local'),(58,'Policies for the Use of Cryptography and Key Management','',0,9,0.25,0.4,'local'),(59,'Encryption of Data in motion','',0,9,0.25,0.7,'local'),(60,'Encryption of Data at Rest','',0,9,0.25,0.7,'local'),(61,'Secure Key Management','',0,9,0.25,0.5,'local'),(62,'Technical safeguards','',0,10,0.125,0.6,'local'),(63,'Security Requirements to Connect within the CSP’s Network','',0,10,0.125,0.7,'local'),(64,'Monitoring of Connections within the CSP’s Network','',0,10,0.125,0.7,'local'),(65,'Networks for Administration','',0,10,0.125,0.7,'local'),(66,'Traffic Separation in Shared Network Environments','',0,10,0.125,0.7,'local'),(67,'Network Topology Documentation','',0,10,0.125,0.7,'local'),(68,'Software-Defined Networking','',0,10,0.125,0.7,'local'),(69,'Data Transmission Policies','',0,10,0.125,0.4,'local'),(70,'Documentation and Security of Input and Output Interfaces','',0,11,0.333333333333333,0.4,'local'),(71,'Contractual Agreements for the Provision of Data','',0,11,0.333333333333333,0.4,'local'),(72,'Secure Deletion of Data','',0,11,0.333333333333333,0.7,'local'),(73,'Policies for Changes to Information Systems','',0,12,0.166666666666667,0.4,'local'),(74,'Risk Assessment, Categorisation and Prioritisation of Changes','',0,12,0.166666666666667,0.4,'local'),(75,'Testing Changes','',0,12,0.166666666666667,0.5,'local'),(76,'Approvals for Provision in the Production Environment','',0,12,0.166666666666667,0.4,'local'),(77,'Performing and Logging Changes','',0,12,0.166666666666667,0.6,'local'),(78,'Version Control','',0,12,0.166666666666667,0.6,'local'),(79,'Policies for the Development and Procurement of Information Systems','',0,13,0.125,0.4,'local'),(80,'Development Supply Chain Security','',0,13,0.125,0.5,'local'),(81,'SECURE DEVELOPMENT ENVIRONMENT','',0,13,0.125,0.6,'local'),(82,'Separation of Environments','',0,13,0.125,0.7,'local'),(83,'Development of Security Features','',0,13,0.125,0.7,'local'),(84,'Identification of Vulnerabilities of the Cloud Service','',0,13,0.125,0.7,'local'),(85,'Outsourcing of the Development','',0,13,0.125,0.6,'local'),(86,'Controlling exchanges with suppliers of functional components','',0,13,0.125,0.6,'local'),(87,'Policies and Procedures for Controlling and Monitoring Third Parties','',0,14,0.2,0.3,'local'),(88,'Risk Assessment of Suppliers','',0,14,0.2,0.3,'local'),(89,'Directory of Suppliers','',0,14,0.2,0.3,'local'),(90,'Monitoring of Compliance with Requirements','',0,14,0.2,0.3,'local'),(91,'Exit Strategy','',0,14,0.2,0.2,'local'),(92,'POLICY FOR SECURITY INCIDENT MANAGEMENT','',0,15,0.142857142857143,0.7,'gen'),(93,'PROCESSING OF SECURITY INCIDENTS','',0,15,0.142857142857143,0.1,'gen'),(94,'Documentation and Reporting of Security Incidents','',0,15,0.142857142857143,0.2,'gen'),(95,'User’s Duty to Report Security Incidents','',0,15,0.142857142857143,0.3,'gen'),(96,'Involvement of Cloud Customers in the Event of Incidents','',0,15,0.142857142857143,0.4,'gen'),(97,'Evaluation and Learning Process','',0,15,0.142857142857143,0.5,'gen'),(103,'Identification of Applicable Compliance Requirements','',0,17,0.25,0.3,'local'),(104,'Policy for Planning and Conducting Audits','',0,17,0.25,0.4,'local'),(105,'Internal Audits of the Internal Control System','',0,17,0.25,0.4,'local'),(106,'Information on Internal Control System Assessment','',0,17,0.25,0.4,'local'),(107,'Guidelines and Recommendations for Cloud Customers','',0,18,0.166666666666667,0.4,'local'),(108,'Locations of Data Processing and Storage','',0,18,0.166666666666667,0.5,'local'),(109,'Justification of the Targeted Evaluation Level','',0,18,0.166666666666667,0.4,'local'),(110,'Guidelines and Recommendations for Composition','',0,18,0.166666666666667,0.4,'local'),(111,'Contribution to the Fulfilment of Requirements for Composition','',0,18,0.166666666666667,0.4,'local'),(112,'Legal Assessment of Investigative Inquiries','',0,18,0.166666666666667,0.4,'local'),(113,'Informing Cloud Customers about Investigation Requests','',0,19,0.333333333333333,0.5,'local'),(114,'Conditions for Access to or Disclosure of Data in Investigation Requests','',0,19,0.333333333333333,0.6,'local'),(115,'Error Handling and Logging Mechanisms','',0,19,0.333333333333333,0.6,'local'),(116,'Session Management','',0,20,0.25,0.7,'local'),(117,'Software Defined Networking','',0,20,0.25,0.7,'local'),(118,'Images for Virtual Machines and Containers','',0,20,0.25,0.7,'local'),(119,'Choice of Locations for Data Processing and Storage','',0,20,0.25,0.6,'local');
 /*!40000 ALTER TABLE `vuln_cat` ENABLE KEYS */;
 UNLOCK TABLES;
 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
@@ -654,4 +668,4 @@ UNLOCK TABLES;
 /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
 /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
 
--- Dump completed on 2022-08-11 12:00:02
+-- Dump completed on 2023-09-08  7:52:08
-- 
GitLab